[
  {
    "path": ".dockerignore",
    "content": "*\n"
  },
  {
    "path": ".gitattributes",
    "content": "* linguist-vendored\n*.js linguist-vendored=false\n"
  },
  {
    "path": ".github/FUNDING.yml",
    "content": "# These are supported funding model platforms\n\ncustom: https://paypal.me/zgivan\nopen_collective: vvvebjs\n"
  },
  {
    "path": ".github/lock.yml",
    "content": "# Configuration for Lock Threads - https://github.com/dessant/lock-threads\n\n# Number of days of inactivity before a closed issue or pull request is locked\ndaysUntilLock: 365\n\n# Skip issues and pull requests created before a given timestamp. Timestamp must\n# follow ISO 8601 (`YYYY-MM-DD`). Set to `false` to disable\nskipCreatedBefore: false\n\n# Issues and pull requests with these labels will be ignored. Set to `[]` to disable\nexemptLabels:\n  - no-locking\n  - help-wanted\n\n# Label to add before locking, such as `outdated`. Set to `false` to disable\nlockLabel: outdated\n\n# Comment to post before locking. Set to `false` to disable\nlockComment: >\n  This thread has been automatically locked since there has not been\n  any recent activity after it was closed. Please open a new issue for\n  related bugs.\n\n# Assign `resolved` as the reason for locking. Set to `false` to disable\nsetLockReason: true\n\n# Limit to only `issues` or `pulls`\n# only: issues\n\n# Optionally, specify configuration settings just for `issues` or `pulls`\n# issues:\n#   exemptLabels:\n#     - help-wanted\n#   lockLabel: outdated\n\n# pulls:\n#   daysUntilLock: 30\n\n# Repository to extend settings from\n# _extends: repo"
  },
  {
    "path": ".github/no-response.yml",
    "content": "# Configuration for probot-no-response - https://github.com/probot/no-response\n\n# Number of days of inactivity before an Issue is closed for lack of response\ndaysUntilClose: 10\n# Label requiring a response\nresponseRequiredLabel: more-information-needed\n# Comment to post when closing an Issue for lack of response. Set to `false` to disable\ncloseComment: >\n  This issue has been automatically closed because there has been no response\n  to our request for more information from the original author. With only the\n  information that is currently in the issue, we don't have enough information\n  to take action. Please reach out if you have or find the answers we need so\n  that we can investigate further.\n"
  },
  {
    "path": ".gitignore",
    "content": "node_modules\n*.css.map\n*.js.map\n"
  },
  {
    "path": ".gitmodules",
    "content": "[submodule \"demo/landing\"]\n\tpath = demo/landing\n\turl = https://github.com/givanz/landing\n"
  },
  {
    "path": "Credits.md",
    "content": "# Credits\n## SVG icons\n* Eva Icons - MIT License - https://github.com/akveo/eva-icons\n* IonIcons - MIT license - https://ionic.io/ionicons\n* Freebiesbug - CC BY - https://freebiesbug.com/psd-freebies/150-free-outlined-icons-psd-ai-svg-webfont/\n* Line Awesome - MIT license - https://icons8.com/line-awesome\n* 77 Essential Icons - CC BY 4.0 - https://dribbble.com/shots/1934932-77-Essential-Icons-Free-Download\n* Dripicons - CC BY 4.0 - https://github.com/amitjakhu/dripicons\n* Themify Icons - MIT License - https://themify.me/themify-icons\n* Feather - MIT License - https://github.com/feathericons/feather\n* Boxicons  - MIT License - https://boxicons.com/\n* Linea - CC BY 4.0 - https://www.linea.is/\n* Core UI - CC BY 4.0 - https://github.com/coreui/coreui-icons\n* Open Iconic - MIT License - https://useiconic.com/open/\n* Font Awesome - CC BY 4.0 https://github.com/FortAwesome/Font-Awesome\n* Elegant Icon Font - MIT License - https://www.elegantthemes.com/blog/resources/elegant-icon-font\n* Material Design - Apache 2.0 - https://github.com/Templarian/MaterialDesign\n* RemixIcon - Apache 2.0 License -https://github.com/Iconscout/unicons\n* Unicons - Apache 2.0 License -https://github.com/Remix-Design/remixicon\n* clarity-icons - MIT License - https://clarity.design/foundation/icons/\n* Jam icons - MIT License - https://v2.jam-icons.com/\n* Ant Design SVG icons - MIT License - https://github.com/ant-design/ant-design-icons\n* Olicons - CC BY - https://github.com/owlling/olicons\n* Css.gg - MIT License -https://github.com/astrit/css.gg\n* Tabler icons - MIT License - https://github.com/tabler/tabler-icons\n* Ikonate - MIT License - https://github.com/mikolajdobrucki/ikonate\n* iconoir - MIT License - https://github.com/lucaburgio/iconoir\n* octicons - MIT License - https://github.com/primer/octicons\n* heroicons - MIT License - https://github.com/tailwindlabs/heroicons\n* Health Icons - MIT License - https://github.com/resolvetosavelives/healthicons\n* iconsax - Custom Free License - https://github.com/lusaxweb/iconsax\n* System-uicons - Unilicense - https://github.com/CoreyGinnivan/system-uicons\n\n"
  },
  {
    "path": "Dockerfile",
    "content": "FROM php:8.3-apache\n\nARG UNAME=www-data\nARG UGROUP=www-data\nARG UID=1000\nARG GID=1001\nRUN usermod  --uid $UID $UNAME\nRUN groupmod --gid $GID $UGROUP\n"
  },
  {
    "path": "LICENSE",
    "content": "                                 Apache License\n                           Version 2.0, January 2004\n                        http://www.apache.org/licenses/\n\n   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n   1. Definitions.\n\n      \"License\" shall mean the terms and conditions for use, reproduction,\n      and distribution as defined by Sections 1 through 9 of this document.\n\n      \"Licensor\" shall mean the copyright owner or entity authorized by\n      the copyright owner that is granting the License.\n\n      \"Legal Entity\" shall mean the union of the acting entity and all\n      other entities that control, are controlled by, or are under common\n      control with that entity. For the purposes of this definition,\n      \"control\" means (i) the power, direct or indirect, to cause the\n      direction or management of such entity, whether by contract or\n      otherwise, or (ii) ownership of fifty percent (50%) or more of the\n      outstanding shares, or (iii) beneficial ownership of such entity.\n\n      \"You\" (or \"Your\") shall mean an individual or Legal Entity\n      exercising permissions granted by this License.\n\n      \"Source\" form shall mean the preferred form for making modifications,\n      including but not limited to software source code, documentation\n      source, and configuration files.\n\n      \"Object\" form shall mean any form resulting from mechanical\n      transformation or translation of a Source form, including but\n      not limited to compiled object code, generated documentation,\n      and conversions to other media types.\n\n      \"Work\" shall mean the work of authorship, whether in Source or\n      Object form, made available under the License, as indicated by a\n      copyright notice that is included in or attached to the work\n      (an example is provided in the Appendix below).\n\n      \"Derivative Works\" shall mean any work, whether in Source or Object\n      form, that is based on (or derived from) the Work and for which the\n      editorial revisions, annotations, elaborations, or other modifications\n      represent, as a whole, an original work of authorship. For the purposes\n      of this License, Derivative Works shall not include works that remain\n      separable from, or merely link (or bind by name) to the interfaces of,\n      the Work and Derivative Works thereof.\n\n      \"Contribution\" shall mean any work of authorship, including\n      the original version of the Work and any modifications or additions\n      to that Work or Derivative Works thereof, that is intentionally\n      submitted to Licensor for inclusion in the Work by the copyright owner\n      or by an individual or Legal Entity authorized to submit on behalf of\n      the copyright owner. For the purposes of this definition, \"submitted\"\n      means any form of electronic, verbal, or written communication sent\n      to the Licensor or its representatives, including but not limited to\n      communication on electronic mailing lists, source code control systems,\n      and issue tracking systems that are managed by, or on behalf of, the\n      Licensor for the purpose of discussing and improving the Work, but\n      excluding communication that is conspicuously marked or otherwise\n      designated in writing by the copyright owner as \"Not a Contribution.\"\n\n      \"Contributor\" shall mean Licensor and any individual or Legal Entity\n      on behalf of whom a Contribution has been received by Licensor and\n      subsequently incorporated within the Work.\n\n   2. Grant of Copyright License. Subject to the terms and conditions of\n      this License, each Contributor hereby grants to You a perpetual,\n      worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n      copyright license to reproduce, prepare Derivative Works of,\n      publicly display, publicly perform, sublicense, and distribute the\n      Work and such Derivative Works in Source or Object form.\n\n   3. Grant of Patent License. Subject to the terms and conditions of\n      this License, each Contributor hereby grants to You a perpetual,\n      worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n      (except as stated in this section) patent license to make, have made,\n      use, offer to sell, sell, import, and otherwise transfer the Work,\n      where such license applies only to those patent claims licensable\n      by such Contributor that are necessarily infringed by their\n      Contribution(s) alone or by combination of their Contribution(s)\n      with the Work to which such Contribution(s) was submitted. If You\n      institute patent litigation against any entity (including a\n      cross-claim or counterclaim in a lawsuit) alleging that the Work\n      or a Contribution incorporated within the Work constitutes direct\n      or contributory patent infringement, then any patent licenses\n      granted to You under this License for that Work shall terminate\n      as of the date such litigation is filed.\n\n   4. Redistribution. You may reproduce and distribute copies of the\n      Work or Derivative Works thereof in any medium, with or without\n      modifications, and in Source or Object form, provided that You\n      meet the following conditions:\n\n      (a) You must give any other recipients of the Work or\n          Derivative Works a copy of this License; and\n\n      (b) You must cause any modified files to carry prominent notices\n          stating that You changed the files; and\n\n      (c) You must retain, in the Source form of any Derivative Works\n          that You distribute, all copyright, patent, trademark, and\n          attribution notices from the Source form of the Work,\n          excluding those notices that do not pertain to any part of\n          the Derivative Works; and\n\n      (d) If the Work includes a \"NOTICE\" text file as part of its\n          distribution, then any Derivative Works that You distribute must\n          include a readable copy of the attribution notices contained\n          within such NOTICE file, excluding those notices that do not\n          pertain to any part of the Derivative Works, in at least one\n          of the following places: within a NOTICE text file distributed\n          as part of the Derivative Works; within the Source form or\n          documentation, if provided along with the Derivative Works; or,\n          within a display generated by the Derivative Works, if and\n          wherever such third-party notices normally appear. The contents\n          of the NOTICE file are for informational purposes only and\n          do not modify the License. You may add Your own attribution\n          notices within Derivative Works that You distribute, alongside\n          or as an addendum to the NOTICE text from the Work, provided\n          that such additional attribution notices cannot be construed\n          as modifying the License.\n\n      You may add Your own copyright statement to Your modifications and\n      may provide additional or different license terms and conditions\n      for use, reproduction, or distribution of Your modifications, or\n      for any such Derivative Works as a whole, provided Your use,\n      reproduction, and distribution of the Work otherwise complies with\n      the conditions stated in this License.\n\n   5. Submission of Contributions. Unless You explicitly state otherwise,\n      any Contribution intentionally submitted for inclusion in the Work\n      by You to the Licensor shall be under the terms and conditions of\n      this License, without any additional terms or conditions.\n      Notwithstanding the above, nothing herein shall supersede or modify\n      the terms of any separate license agreement you may have executed\n      with Licensor regarding such Contributions.\n\n   6. Trademarks. This License does not grant permission to use the trade\n      names, trademarks, service marks, or product names of the Licensor,\n      except as required for reasonable and customary use in describing the\n      origin of the Work and reproducing the content of the NOTICE file.\n\n   7. Disclaimer of Warranty. Unless required by applicable law or\n      agreed to in writing, Licensor provides the Work (and each\n      Contributor provides its Contributions) on an \"AS IS\" BASIS,\n      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n      implied, including, without limitation, any warranties or conditions\n      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n      PARTICULAR PURPOSE. You are solely responsible for determining the\n      appropriateness of using or redistributing the Work and assume any\n      risks associated with Your exercise of permissions under this License.\n\n   8. Limitation of Liability. In no event and under no legal theory,\n      whether in tort (including negligence), contract, or otherwise,\n      unless required by applicable law (such as deliberate and grossly\n      negligent acts) or agreed to in writing, shall any Contributor be\n      liable to You for damages, including any direct, indirect, special,\n      incidental, or consequential damages of any character arising as a\n      result of this License or out of the use or inability to use the\n      Work (including but not limited to damages for loss of goodwill,\n      work stoppage, computer failure or malfunction, or any and all\n      other commercial damages or losses), even if such Contributor\n      has been advised of the possibility of such damages.\n\n   9. Accepting Warranty or Additional Liability. While redistributing\n      the Work or Derivative Works thereof, You may choose to offer,\n      and charge a fee for, acceptance of support, warranty, indemnity,\n      or other liability obligations and/or rights consistent with this\n      License. However, in accepting such obligations, You may act only\n      on Your own behalf and on Your sole responsibility, not on behalf\n      of any other Contributor, and only if You agree to indemnify,\n      defend, and hold each Contributor harmless for any liability\n      incurred by, or claims asserted against, such Contributor by reason\n      of your accepting any such warranty or additional liability.\n\n   END OF TERMS AND CONDITIONS\n"
  },
  {
    "path": "README.md",
    "content": "# VvvebJs\n\n<p align=\"center\">\n  <img src=\"https://www.vvveb.com/admin/themes/default/img/biglogo.png\" alt=\"Vvveb\">\n  <br><br>\n  <strong>Drag and drop page builder javascript library.</strong>\n  <br>\n  <span>Built with Vanilla Js with no dependencies or build tools and Bootstrap 5</span>\n</p>\n<p align=\"center\">\n  <a href=\"https://www.vvveb.com\">Website</a> |\n  <a href=\"https://github.com/givanz/VvvebJs/wiki\">Documentation</a> |\n  <a href=\"https://github.com/givanz/VvvebJs/discussions\">Forum</a> |\n  <a href=\"https://twitter.com/vvvebcms\">Twitter</a> \n</p>\n\n\n## [Live Demo](https://www.vvveb.com/vvvebjs/editor.html)\n\nFor a full featured Open Source CMS using VvvebJs page builder check [Vvveb CMS](https://github.com/givanz/Vvveb)\n\nUsing [Vvveb landing page template](https://github.com/givanz/landing) for demo page and Bootstrap 5 sections and blocks.\n\n<img src=\"https://www.vvveb.com/img/dark-theme.png\">\n<img src=\"https://www.vvveb.com/img/light-theme.png\">\n\n### Features\n\n* Components and blocks/snippets drag and drop and in page insert.\n* Undo/Redo operations.\n* One or two panels interface.\n* File manager and component hierarchy navigation.\n* Add new page modal with template and folder options.\n* Live code editor with codemirror plugin syntax highlighting.\n* Image upload with example php script included.\n* Page download or export html or save page on server with example php script included.\n* Components/Sections/Blocks list search.\n* Bootstrap 5 components.\n* Media gallery with integrated CC0 image search and server upload support.\n* Image, video and iframe elements resize handles.\n* Elements breadcrumb for easier parent elements selection.\n* Full Google fonts list support for font selection.\n* Youtube, Google maps, Charts.js etc widgets.\n* Optional CKEditor plugin to replace builtin text editor.\n* Zip download plugin to download the page and all assets as zip file.\n* SVG Icon component bundled with hundreds of free icons.\n* Animate on scroll support for page elements.\n* Theme global typography and color pallette editor.\n\n\nBy default the editor comes with Bootstrap 5 and Widgets components and can be extended with any kind of components and inputs.\n\n## Install\n\n* Clone the repository \n```bash\n#git 2.13+ \ngit clone --recurse-submodules https://github.com/givanz/VvvebJs\n\n# older git versions \ngit clone --recursive https://github.com/givanz/VvvebJs\n```\n\n* Pull changes \n```bash\ngit pull --recurse-submodules\n```\n\n## Usage\n\nClone the repository or download a release then open `editor.html`\n\nBecause of browser iframe security you need to use a webserver such as apache/xampp and open `http://localhost/editor.html`\n\nTo disable browser security and open `editor.html` without installing a webserver run chrome with\n\n```bash\nchrome --disable-web-security --user-data-dir=/tmp/temporary_profile editor.html\n```\n\nTo use the image upload or page save feature you need to have php installed.\n\n\n## Docker\n\n### Local development\n\nFrom VvvebJs folder run\n\n```bash\ndocker-compose up\n```\n\n### Image \n\nOr run image \n\n```bash\ndocker run -p 8080:80 vvveb/vvvebjs\n```\n\nOpen http://localhost:8080/editor.php or http://localhost:8080/editor.html\n\n## Save page\n\nSave page function needs either php or node\n\n### PHP\n\nIf you use docker, xampp or a shared hosting account php should work without any change.\n\nSaving is done using [save.php](save.php)\n\n### Node\n\nFor node go to VvvebJs folder and run\n\n```bash\nnpm install express\nnode save.js\n```\n\nOpen http://localhost:8080/editor.html\n\nSaving is done using [save.js](save.js)\n\n\n## [Landing template](https://github.com/givanz/landing)\n\nTo make changes to template files or sections run the following commands from `demo/landing` folder\n\n### Install gulp\n\n```bash\nnpm i\n```\n\n### Generate html files\n\nTemplate html partials are located in `demo/landing/src` folder.\n\n```bash\nnpm run gulp\n```\n\n### Watch for changes for development\n\n```bash\nnpm run gulp watch\n```\n\n### Generate sections list for page builder\n\nSections html files are located in `demo/landing/src/sections` folder grouped in folders with the section group name.\n\n```bash\nnpm run gulp sections\n```\n\n### Generate blocks list\n\nBlocks html files are located in `demo/landing/src/blocks` folder grouped in folders with the blocks group name.\n\n```bash\nnpm run gulp blocks\n```\n\n### Generate screenshots for sections\n\n```bash\nnpm run gulp screenshots\n```\n\n## Usage\n\n### Initialize example\n\n\n```js\n<!-- bootstrap-->\n<script src=\"js/popper.min.js\"></script>\n<script src=\"js/bootstrap.min.js\"></script>\n\n<!-- builder code-->\n<script src=\"libs/builder/builder.js\"></script>\t\n<!-- undo manager-->\n<script src=\"libs/builder/undo.js\"></script>\t\n<!-- inputs-->\n<script src=\"libs/builder/inputs.js\"></script>\t\n<!-- components-->\n<script src=\"libs/builder/components-bootstrap5.js\"></script>\t\n<script src=\"libs/builder/components-widgets.js\"></script>\t\n\n<script>\nlet pages = [\n {\n\tname:\"narrow-jumbotron\", \n\ttitle:\"Jumbotron\", \n\turl: \"demo/narrow-jumbotron/index.html\", \n\tfile: \"demo/narrow-jumbotron/index.html\"\n  },\n  {name:\"landing-page\", title:\"Landing page\", url: \"demo/landing/index.html\", file: \"demo/landing/index.html\"},\n];\n\t\n\nlet firstPage = Object.keys(pages)[0];\nVvveb.Builder.init(pages[firstPage][\"url\"], function() {\n\t//load code after page is loaded here\n});\n\nVvveb.Gui.init();\nVvveb.FileManager.init();\nVvveb.SectionList.init();\nVvveb.Breadcrumb.init();\n\nVvveb.FileManager.addPages(pages);\nVvveb.FileManager.loadPage(pages[firstPage][\"name\"]);\nVvveb.Gui.toggleRightColumn(false);\nVvveb.Breadcrumb.init();\n\n<script>\n```\n\nFor editor html and components/input javascript templates edit [editor.html](editor.html)\n\nFor css changes edit [scss/editor.scss](scss/editor.scss) and [scss/_builder.scss](scss/_builder.scss)\n\n\n### Scss\n\nTo compile scss to css first install gulp \n\n```bash\nnpm i\n```\n\nThen you can run \n\n```bash\nnpm run gulp\n```\n\nor use watch to compile on file change.\n\n```bash\nnpm run gulp watch\n```\n\n\n## Documentation\n\nFor documentation check the [wiki](https://github.com/givanz/VvvebJs/wiki)\n\n## Support\n\nIf you like the project you can support it with a [PayPal donation](https://paypal.me/zgivan) or become a backer/sponsor via [Open Collective](https://opencollective.com/vvvebjs)\n\n\n<a href=\"https://opencollective.com/vvvebjs/sponsors/0/website\"><img src=\"https://opencollective.com/vvvebjs/sponsors/0/avatar\"></a>\n<a href=\"https://opencollective.com/vvvebjs/backers/0/website\"><img src=\"https://opencollective.com/vvvebjs/backers/0/avatar\"></a>\n\n## License\n\nApache 2.0\n"
  },
  {
    "path": "css/editor.css",
    "content": "/*\nCopyright 2017 Ziadin Givan\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n   http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\nhttps://github.com/givanz/VvvebJs\n*/\nbody {\n  font-family: \"Helvetica Neue\", Helvetica, -apple-system, Arial, \"Lucida Grande\", system-ui, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif; }\n\nhtml[data-bs-theme=\"dark\"] #logo {\n  filter: invert(93%) hue-rotate(180deg); }\n\ni.la, i.header-arrow {\n  font-style: normal; }\n\n.la, .header-arrow,\n.lar,\n.las,\n.lab {\n  -moz-osx-font-smoothing: grayscale;\n  -webkit-font-smoothing: antialiased;\n  display: inline-block;\n  font-style: normal;\n  font-variant: normal;\n  text-rendering: auto; }\n\n@font-face {\n  font-family: Line Awesome Brands;\n  font-style: normal;\n  font-weight: normal;\n  font-display: swap;\n  src: url(\"../fonts/line-awesome/la-brands-400.eot\");\n  src: url(\"../fonts/line-awesome/la-brands-400.eot?#iefix\") format(\"embedded-opentype\"), url(\"../fonts/line-awesome/la-brands-400.woff2\") format(\"woff2\"), url(\"../fonts/line-awesome/la-brands-400.woff\") format(\"woff\"), url(\"../fonts/line-awesome/la-brands-400.ttf\") format(\"truetype\"), url(\"../fonts/line-awesome/la-brands-400.svg#lineawesome\") format(\"svg\"); }\n\n.lab {\n  font-family: Line Awesome Brands, monospace;\n  font-weight: 400;\n  line-height: var(--bs-body-line-height); }\n\n@font-face {\n  font-family: Line Awesome Free;\n  font-style: normal;\n  font-weight: 400;\n  font-display: swap;\n  src: url(\"../fonts/line-awesome/la-regular-400.eot\");\n  src: url(\"../fonts/line-awesome/la-regular-400.eot?#iefix\") format(\"embedded-opentype\"), url(\"../fonts/line-awesome/la-regular-400.woff2\") format(\"woff2\"), url(\"../fonts/line-awesome/la-regular-400.woff\") format(\"woff\"), url(\"../fonts/line-awesome/la-regular-400.ttf\") format(\"truetype\"), url(\"../fonts/line-awesome/la-regular-400.svg#lineawesome\") format(\"svg\"); }\n\n.la, .header-arrow {\n  font-family: Line Awesome Free, monospace;\n  font-weight: 400;\n  line-height: var(--bs-body-line-height); }\n\n@font-face {\n  font-family: Line Awesome Free;\n  font-style: normal;\n  font-weight: 410;\n  font-display: swap;\n  src: url(\"../fonts/line-awesome/la-solid-900.eot\");\n  src: url(\"../fonts/line-awesome/la-solid-900.eot?#iefix\") format(\"embedded-opentype\"), url(\"../fonts/line-awesome/la-solid-900.woff2\") format(\"woff2\"), url(\"../fonts/line-awesome/la-solid-900.woff\") format(\"woff\"), url(\"../fonts/line-awesome/la-solid-900.ttf\") format(\"truetype\"), url(\"../fonts/line-awesome/la-solid-900.svg#lineawesome\") format(\"svg\"); }\n\n.la, .header-arrow, .la, .header-arrow {\n  font-family: Line Awesome Free, monospace;\n  font-weight: 410;\n  line-height: var(--bs-body-line-height); }\n\n.la.la-lg, .la-lg.header-arrow {\n  font-size: 1.33333em;\n  line-height: 1.2em;\n  vertical-align: -.0667em; }\n\n.la-xs {\n  font-size: 0.75em; }\n\n.la-2x {\n  font-size: 1em; }\n\n.la-2x {\n  font-size: 2em; }\n\n.la-3x {\n  font-size: 3em; }\n\n.la-4x {\n  font-size: 4em; }\n\n.la-5x {\n  font-size: 5em; }\n\n.la-6x {\n  font-size: 6em; }\n\n.la-7x {\n  font-size: 7em; }\n\n.la-8x {\n  font-size: 8em; }\n\n.la-9x {\n  font-size: 9em; }\n\n.la-10x {\n  font-size: 10em; }\n\n.la-fw {\n  text-align: center;\n  width: 1.25em; }\n\n.la-fw {\n  width: 1.25em;\n  text-align: center; }\n\n.la-ul {\n  padding-left: 0;\n  margin-left: calc(20em / 14);\n  list-style-type: none; }\n  .la-ul > li {\n    position: relative; }\n\n.la-li {\n  position: absolute;\n  left: -2em;\n  text-align: center;\n  width: calc(20em / 14);\n  line-height: inherit; }\n  .la-li.la-lg {\n    left: -calc(20em / 14)calc(4em / 14); }\n\n.la-border {\n  border: solid 0.08em var(--bs-border-color);\n  border-radius: .1em;\n  padding: .2em .25em .15em; }\n\n.la-pull-left {\n  float: left; }\n\n.la-pull-right {\n  float: right; }\n\n.la.la-pull-left, .la-pull-left.header-arrow {\n  margin-right: .3em; }\n\n.la.la-pull-right, .la-pull-right.header-arrow {\n  margin-left: .3em; }\n\n.la.pull-left, .pull-left.header-arrow {\n  margin-right: .3em; }\n\n.la.pull-right, .pull-right.header-arrow {\n  margin-left: .3em; }\n\n.la-pull-left {\n  float: left; }\n\n.la-pull-right {\n  float: right; }\n\n.la.la-pull-left, .la-pull-left.header-arrow,\n.las.la-pull-left,\n.lar.la-pull-left,\n.lal.la-pull-left,\n.lab.la-pull-left {\n  margin-right: .3em; }\n\n.la.la-pull-right, .la-pull-right.header-arrow,\n.las.la-pull-right,\n.lar.la-pull-right,\n.lal.la-pull-right,\n.lab.la-pull-right {\n  margin-left: .3em; }\n\n.la-spin {\n  -webkit-animation: la-spin 2s infinite linear;\n  animation: la-spin 2s infinite linear; }\n\n.la-pulse {\n  -webkit-animation: la-spin 1s infinite steps(8);\n  animation: la-spin 1s infinite steps(8); }\n\n@-webkit-keyframes la-spin {\n  0% {\n    -webkit-transform: rotate(0deg);\n    transform: rotate(0deg); }\n  100% {\n    -webkit-transform: rotate(360deg);\n    transform: rotate(360deg); } }\n\n@keyframes la-spin {\n  0% {\n    -webkit-transform: rotate(0deg);\n    transform: rotate(0deg); }\n  100% {\n    -webkit-transform: rotate(360deg);\n    transform: rotate(360deg); } }\n\n.la-rotate-90 {\n  -ms-filter: \"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)\";\n  -webkit-transform: rotate(90deg);\n  transform: rotate(90deg); }\n\n.la-rotate-180 {\n  -ms-filter: \"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)\";\n  -webkit-transform: rotate(180deg);\n  transform: rotate(180deg); }\n\n.la-rotate-270 {\n  -ms-filter: \"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)\";\n  -webkit-transform: rotate(270deg);\n  transform: rotate(270deg); }\n\n.la-flip-horizontal {\n  -ms-filter: \"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)\";\n  -webkit-transform: scale(-1, 1);\n  transform: scale(-1, 1); }\n\n.la-flip-vertical {\n  -ms-filter: \"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)\";\n  -webkit-transform: scale(1, -1);\n  transform: scale(1, -1); }\n\n.la-flip-both, .la-flip-horizontal.la-flip-vertical {\n  -ms-filter: \"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)\";\n  -webkit-transform: scale(-1, -1);\n  transform: scale(-1, -1); }\n\n:root .la-rotate-90,\n:root .la-rotate-180,\n:root .la-rotate-270,\n:root .la-flip-horizontal,\n:root .la-flip-vertical,\n:root .la-flip-both {\n  -webkit-filter: none;\n  filter: none; }\n\n.la-stack {\n  display: inline-block;\n  height: 2em;\n  line-height: 2em;\n  position: relative;\n  vertical-align: middle;\n  width: 2.5em; }\n\n.la-stack-1x,\n.la-stack-2x {\n  left: 0;\n  position: absolute;\n  text-align: center;\n  width: 100%; }\n\n.la-stack-1x {\n  line-height: inherit; }\n\n.la-stack-2x {\n  font-size: 2em; }\n\n.la-inverse {\n  color: #fff; }\n\n.la-500px:before {\n  content: \"\\f26e\"; }\n\n.la-accessible-icon:before {\n  content: \"\\f368\"; }\n\n.la-accusoft:before {\n  content: \"\\f369\"; }\n\n.la-acquisitions-incorporated:before {\n  content: \"\\f6af\"; }\n\n.la-ad:before {\n  content: \"\\f641\"; }\n\n.la-address-book:before {\n  content: \"\\f2b9\"; }\n\n.la-address-card:before {\n  content: \"\\f2bb\"; }\n\n.la-adjust:before {\n  content: \"\\f042\"; }\n\n.la-adn:before {\n  content: \"\\f170\"; }\n\n.la-adobe:before {\n  content: \"\\f778\"; }\n\n.la-adversal:before {\n  content: \"\\f36a\"; }\n\n.la-affiliatetheme:before {\n  content: \"\\f36b\"; }\n\n.la-air-freshener:before {\n  content: \"\\f5d0\"; }\n\n.la-airbnb:before {\n  content: \"\\f834\"; }\n\n.la-algolia:before {\n  content: \"\\f36c\"; }\n\n.la-align-center:before {\n  content: \"\\f037\"; }\n\n.la-align-justify:before {\n  content: \"\\f039\"; }\n\n.la-align-left:before {\n  content: \"\\f036\"; }\n\n.la-align-right:before {\n  content: \"\\f038\"; }\n\n.la-alipay:before {\n  content: \"\\f642\"; }\n\n.la-allergies:before {\n  content: \"\\f461\"; }\n\n.la-amazon:before {\n  content: \"\\f270\"; }\n\n.la-amazon-pay:before {\n  content: \"\\f42c\"; }\n\n.la-ambulance:before {\n  content: \"\\f0f9\"; }\n\n.la-american-sign-language-interpreting:before {\n  content: \"\\f2a3\"; }\n\n.la-amilia:before {\n  content: \"\\f36d\"; }\n\n.la-anchor:before {\n  content: \"\\f13d\"; }\n\n.la-android:before {\n  content: \"\\f17b\"; }\n\n.la-angellist:before {\n  content: \"\\f209\"; }\n\n.la-angle-double-down:before {\n  content: \"\\f103\"; }\n\n.la-angle-double-left:before {\n  content: \"\\f100\"; }\n\n.la-angle-double-right:before {\n  content: \"\\f101\"; }\n\n.la-angle-double-up:before {\n  content: \"\\f102\"; }\n\n.la-angle-down:before, .header-arrow:before {\n  content: \"\\f107\"; }\n\n.la-angle-left:before {\n  content: \"\\f104\"; }\n\n.la-angle-right:before, .header-arrow.expanded:before {\n  content: \"\\f105\"; }\n\n.la-angle-up:before {\n  content: \"\\f106\"; }\n\n.la-angry:before {\n  content: \"\\f556\"; }\n\n.la-angrycreative:before {\n  content: \"\\f36e\"; }\n\n.la-angular:before {\n  content: \"\\f420\"; }\n\n.la-ankh:before {\n  content: \"\\f644\"; }\n\n.la-app-store:before {\n  content: \"\\f36f\"; }\n\n.la-app-store-ios:before {\n  content: \"\\f370\"; }\n\n.la-apper:before {\n  content: \"\\f371\"; }\n\n.la-apple:before {\n  content: \"\\f179\"; }\n\n.la-apple-alt:before {\n  content: \"\\f5d1\"; }\n\n.la-apple-pay:before {\n  content: \"\\f415\"; }\n\n.la-archive:before {\n  content: \"\\f187\"; }\n\n.la-archway:before {\n  content: \"\\f557\"; }\n\n.la-arrow-alt-circle-down:before {\n  content: \"\\f358\"; }\n\n.la-arrow-alt-circle-left:before {\n  content: \"\\f359\"; }\n\n.la-arrow-alt-circle-right:before {\n  content: \"\\f35a\"; }\n\n.la-arrow-alt-circle-up:before {\n  content: \"\\f35b\"; }\n\n.la-arrow-circle-down:before {\n  content: \"\\f0ab\"; }\n\n.la-arrow-circle-left:before {\n  content: \"\\f0a8\"; }\n\n.la-arrow-circle-right:before {\n  content: \"\\f0a9\"; }\n\n.la-arrow-circle-up:before {\n  content: \"\\f0aa\"; }\n\n.la-arrow-down:before {\n  content: \"\\f063\"; }\n\n.la-arrow-left:before {\n  content: \"\\f060\"; }\n\n.la-arrow-right:before {\n  content: \"\\f061\"; }\n\n.la-arrow-up:before {\n  content: \"\\f062\"; }\n\n.la-arrows-alt:before {\n  content: \"\\f0b2\"; }\n\n.la-arrows-alt-h:before {\n  content: \"\\f337\"; }\n\n.la-arrows-alt-v:before {\n  content: \"\\f338\"; }\n\n.la-artstation:before {\n  content: \"\\f77a\"; }\n\n.la-assistive-listening-systems:before {\n  content: \"\\f2a2\"; }\n\n.la-asterisk:before {\n  content: \"\\f069\"; }\n\n.la-asymmetrik:before {\n  content: \"\\f372\"; }\n\n.la-at:before {\n  content: \"\\f1fa\"; }\n\n.la-atlas:before {\n  content: \"\\f558\"; }\n\n.la-atlassian:before {\n  content: \"\\f77b\"; }\n\n.la-atom:before {\n  content: \"\\f5d2\"; }\n\n.la-audible:before {\n  content: \"\\f373\"; }\n\n.la-audio-description:before {\n  content: \"\\f29e\"; }\n\n.la-autoprefixer:before {\n  content: \"\\f41c\"; }\n\n.la-avianex:before {\n  content: \"\\f374\"; }\n\n.la-aviato:before {\n  content: \"\\f421\"; }\n\n.la-award:before {\n  content: \"\\f559\"; }\n\n.la-aws:before {\n  content: \"\\f375\"; }\n\n.la-baby:before {\n  content: \"\\f77c\"; }\n\n.la-baby-carriage:before {\n  content: \"\\f77d\"; }\n\n.la-backspace:before {\n  content: \"\\f55a\"; }\n\n.la-backward:before {\n  content: \"\\f04a\"; }\n\n.la-bacon:before {\n  content: \"\\f7e5\"; }\n\n.la-balance-scale:before {\n  content: \"\\f24e\"; }\n\n.la-balance-scale-left:before {\n  content: \"\\f515\"; }\n\n.la-balance-scale-right:before {\n  content: \"\\f516\"; }\n\n.la-ban:before {\n  content: \"\\f05e\"; }\n\n.la-band-aid:before {\n  content: \"\\f462\"; }\n\n.la-bandcamp:before {\n  content: \"\\f2d5\"; }\n\n.la-barcode:before {\n  content: \"\\f02a\"; }\n\n.la-bars:before {\n  content: \"\\f0c9\"; }\n\n.la-baseball-ball:before {\n  content: \"\\f433\"; }\n\n.la-basketball-ball:before {\n  content: \"\\f434\"; }\n\n.la-bath:before {\n  content: \"\\f2cd\"; }\n\n.la-battery-empty:before {\n  content: \"\\f244\"; }\n\n.la-battery-full:before {\n  content: \"\\f240\"; }\n\n.la-battery-half:before {\n  content: \"\\f242\"; }\n\n.la-battery-quarter:before {\n  content: \"\\f243\"; }\n\n.la-battery-three-quarters:before {\n  content: \"\\f241\"; }\n\n.la-battle-net:before {\n  content: \"\\f835\"; }\n\n.la-bed:before {\n  content: \"\\f236\"; }\n\n.la-beer:before {\n  content: \"\\f0fc\"; }\n\n.la-behance:before {\n  content: \"\\f1b4\"; }\n\n.la-behance-square:before {\n  content: \"\\f1b5\"; }\n\n.la-bell:before {\n  content: \"\\f0f3\"; }\n\n.la-bell-slash:before {\n  content: \"\\f1f6\"; }\n\n.la-bezier-curve:before {\n  content: \"\\f55b\"; }\n\n.la-bible:before {\n  content: \"\\f647\"; }\n\n.la-bicycle:before {\n  content: \"\\f206\"; }\n\n.la-biking:before {\n  content: \"\\f84a\"; }\n\n.la-bimobject:before {\n  content: \"\\f378\"; }\n\n.la-binoculars:before {\n  content: \"\\f1e5\"; }\n\n.la-biohazard:before {\n  content: \"\\f780\"; }\n\n.la-birthday-cake:before {\n  content: \"\\f1fd\"; }\n\n.la-bitbucket:before {\n  content: \"\\f171\"; }\n\n.la-bitcoin:before {\n  content: \"\\f379\"; }\n\n.la-bity:before {\n  content: \"\\f37a\"; }\n\n.la-black-tie:before {\n  content: \"\\f27e\"; }\n\n.la-blackberry:before {\n  content: \"\\f37b\"; }\n\n.la-blender:before {\n  content: \"\\f517\"; }\n\n.la-blender-phone:before {\n  content: \"\\f6b6\"; }\n\n.la-blind:before {\n  content: \"\\f29d\"; }\n\n.la-blog:before {\n  content: \"\\f781\"; }\n\n.la-blogger:before {\n  content: \"\\f37c\"; }\n\n.la-blogger-b:before {\n  content: \"\\f37d\"; }\n\n.la-bluetooth:before {\n  content: \"\\f293\"; }\n\n.la-bluetooth-b:before {\n  content: \"\\f294\"; }\n\n.la-bold:before {\n  content: \"\\f032\"; }\n\n.la-bolt:before {\n  content: \"\\f0e7\"; }\n\n.la-bomb:before {\n  content: \"\\f1e2\"; }\n\n.la-bone:before {\n  content: \"\\f5d7\"; }\n\n.la-bong:before {\n  content: \"\\f55c\"; }\n\n.la-book:before {\n  content: \"\\f02d\"; }\n\n.la-book-dead:before {\n  content: \"\\f6b7\"; }\n\n.la-book-medical:before {\n  content: \"\\f7e6\"; }\n\n.la-book-open:before {\n  content: \"\\f518\"; }\n\n.la-book-reader:before {\n  content: \"\\f5da\"; }\n\n.la-bookmark:before {\n  content: \"\\f02e\"; }\n\n.la-bootstrap:before {\n  content: \"\\f836\"; }\n\n.la-border-all:before {\n  content: \"\\f84c\"; }\n\n.la-border-none:before {\n  content: \"\\f850\"; }\n\n.la-border-style:before {\n  content: \"\\f853\"; }\n\n.la-bowling-ball:before {\n  content: \"\\f436\"; }\n\n.la-box:before {\n  content: \"\\f466\"; }\n\n.la-box-open:before {\n  content: \"\\f49e\"; }\n\n.la-boxes:before {\n  content: \"\\f468\"; }\n\n.la-braille:before {\n  content: \"\\f2a1\"; }\n\n.la-brain:before {\n  content: \"\\f5dc\"; }\n\n.la-bread-slice:before {\n  content: \"\\f7ec\"; }\n\n.la-briefcase:before {\n  content: \"\\f0b1\"; }\n\n.la-briefcase-medical:before {\n  content: \"\\f469\"; }\n\n.la-broadcast-tower:before {\n  content: \"\\f519\"; }\n\n.la-broom:before {\n  content: \"\\f51a\"; }\n\n.la-brush:before {\n  content: \"\\f55d\"; }\n\n.la-btc:before {\n  content: \"\\f15a\"; }\n\n.la-buffer:before {\n  content: \"\\f837\"; }\n\n.la-bug:before {\n  content: \"\\f188\"; }\n\n.la-building:before {\n  content: \"\\f1ad\"; }\n\n.la-bullhorn:before {\n  content: \"\\f0a1\"; }\n\n.la-bullseye:before {\n  content: \"\\f140\"; }\n\n.la-burn:before {\n  content: \"\\f46a\"; }\n\n.la-buromobelexperte:before {\n  content: \"\\f37f\"; }\n\n.la-bus:before {\n  content: \"\\f207\"; }\n\n.la-bus-alt:before {\n  content: \"\\f55e\"; }\n\n.la-business-time:before {\n  content: \"\\f64a\"; }\n\n.la-buysellads:before {\n  content: \"\\f20d\"; }\n\n.la-calculator:before {\n  content: \"\\f1ec\"; }\n\n.la-calendar:before {\n  content: \"\\f133\"; }\n\n.la-calendar-alt:before {\n  content: \"\\f073\"; }\n\n.la-calendar-check:before {\n  content: \"\\f274\"; }\n\n.la-calendar-day:before {\n  content: \"\\f783\"; }\n\n.la-calendar-minus:before {\n  content: \"\\f272\"; }\n\n.la-calendar-plus:before {\n  content: \"\\f271\"; }\n\n.la-calendar-times:before {\n  content: \"\\f273\"; }\n\n.la-calendar-week:before {\n  content: \"\\f784\"; }\n\n.la-camera:before {\n  content: \"\\f030\"; }\n\n.la-camera-retro:before {\n  content: \"\\f083\"; }\n\n.la-campground:before {\n  content: \"\\f6bb\"; }\n\n.la-canadian-maple-leaf:before {\n  content: \"\\f785\"; }\n\n.la-candy-cane:before {\n  content: \"\\f786\"; }\n\n.la-cannabis:before {\n  content: \"\\f55f\"; }\n\n.la-capsules:before {\n  content: \"\\f46b\"; }\n\n.la-car:before {\n  content: \"\\f1b9\"; }\n\n.la-car-alt:before {\n  content: \"\\f5de\"; }\n\n.la-car-battery:before {\n  content: \"\\f5df\"; }\n\n.la-car-crash:before {\n  content: \"\\f5e1\"; }\n\n.la-car-side:before {\n  content: \"\\f5e4\"; }\n\n.la-caret-down:before {\n  content: \"\\f0d7\"; }\n\n.la-caret-left:before {\n  content: \"\\f0d9\"; }\n\n.la-caret-right:before {\n  content: \"\\f0da\"; }\n\n.la-caret-square-down:before {\n  content: \"\\f150\"; }\n\n.la-caret-square-left:before {\n  content: \"\\f191\"; }\n\n.la-caret-square-right:before {\n  content: \"\\f152\"; }\n\n.la-caret-square-up:before {\n  content: \"\\f151\"; }\n\n.la-caret-up:before {\n  content: \"\\f0d8\"; }\n\n.la-carrot:before {\n  content: \"\\f787\"; }\n\n.la-cart-arrow-down:before {\n  content: \"\\f218\"; }\n\n.la-cart-plus:before {\n  content: \"\\f217\"; }\n\n.la-cash-register:before {\n  content: \"\\f788\"; }\n\n.la-cat:before {\n  content: \"\\f6be\"; }\n\n.la-cc-amazon-pay:before {\n  content: \"\\f42d\"; }\n\n.la-cc-amex:before {\n  content: \"\\f1f3\"; }\n\n.la-cc-apple-pay:before {\n  content: \"\\f416\"; }\n\n.la-cc-diners-club:before {\n  content: \"\\f24c\"; }\n\n.la-cc-discover:before {\n  content: \"\\f1f2\"; }\n\n.la-cc-jcb:before {\n  content: \"\\f24b\"; }\n\n.la-cc-mastercard:before {\n  content: \"\\f1f1\"; }\n\n.la-cc-paypal:before {\n  content: \"\\f1f4\"; }\n\n.la-cc-stripe:before {\n  content: \"\\f1f5\"; }\n\n.la-cc-visa:before {\n  content: \"\\f1f0\"; }\n\n.la-centercode:before {\n  content: \"\\f380\"; }\n\n.la-centos:before {\n  content: \"\\f789\"; }\n\n.la-certificate:before {\n  content: \"\\f0a3\"; }\n\n.la-chair:before {\n  content: \"\\f6c0\"; }\n\n.la-chalkboard:before {\n  content: \"\\f51b\"; }\n\n.la-chalkboard-teacher:before {\n  content: \"\\f51c\"; }\n\n.la-charging-station:before {\n  content: \"\\f5e7\"; }\n\n.la-chart-area:before {\n  content: \"\\f1fe\"; }\n\n.la-chart-bar:before {\n  content: \"\\f080\"; }\n\n.la-chart-line:before {\n  content: \"\\f201\"; }\n\n.la-chart-pie:before {\n  content: \"\\f200\"; }\n\n.la-check:before {\n  content: \"\\f00c\"; }\n\n.la-check-circle:before {\n  content: \"\\f058\"; }\n\n.la-check-double:before {\n  content: \"\\f560\"; }\n\n.la-check-square:before {\n  content: \"\\f14a\"; }\n\n.la-cheese:before {\n  content: \"\\f7ef\"; }\n\n.la-chess:before {\n  content: \"\\f439\"; }\n\n.la-chess-bishop:before {\n  content: \"\\f43a\"; }\n\n.la-chess-board:before {\n  content: \"\\f43c\"; }\n\n.la-chess-king:before {\n  content: \"\\f43f\"; }\n\n.la-chess-knight:before {\n  content: \"\\f441\"; }\n\n.la-chess-pawn:before {\n  content: \"\\f443\"; }\n\n.la-chess-queen:before {\n  content: \"\\f445\"; }\n\n.la-chess-rook:before {\n  content: \"\\f447\"; }\n\n.la-chevron-circle-down:before {\n  content: \"\\f13a\"; }\n\n.la-chevron-circle-left:before {\n  content: \"\\f137\"; }\n\n.la-chevron-circle-right:before {\n  content: \"\\f138\"; }\n\n.la-chevron-circle-up:before {\n  content: \"\\f139\"; }\n\n.la-chevron-down:before {\n  content: \"\\f078\"; }\n\n.la-chevron-left:before {\n  content: \"\\f053\"; }\n\n.la-chevron-right:before {\n  content: \"\\f054\"; }\n\n.la-chevron-up:before {\n  content: \"\\f077\"; }\n\n.la-child:before {\n  content: \"\\f1ae\"; }\n\n.la-chrome:before {\n  content: \"\\f268\"; }\n\n.la-chromecast:before {\n  content: \"\\f838\"; }\n\n.la-church:before {\n  content: \"\\f51d\"; }\n\n.la-circle:before {\n  content: \"\\f111\"; }\n\n.la-circle-notch:before {\n  content: \"\\f1ce\"; }\n\n.la-city:before {\n  content: \"\\f64f\"; }\n\n.la-clinic-medical:before {\n  content: \"\\f7f2\"; }\n\n.la-clipboard:before {\n  content: \"\\f328\"; }\n\n.la-clipboard-check:before {\n  content: \"\\f46c\"; }\n\n.la-clipboard-list:before {\n  content: \"\\f46d\"; }\n\n.la-clock:before {\n  content: \"\\f017\"; }\n\n.la-clone:before {\n  content: \"\\f24d\"; }\n\n.la-closed-captioning:before {\n  content: \"\\f20a\"; }\n\n.la-cloud:before {\n  content: \"\\f0c2\"; }\n\n.la-cloud-download-alt:before {\n  content: \"\\f381\"; }\n\n.la-cloud-meatball:before {\n  content: \"\\f73b\"; }\n\n.la-cloud-moon:before {\n  content: \"\\f6c3\"; }\n\n.la-cloud-moon-rain:before {\n  content: \"\\f73c\"; }\n\n.la-cloud-rain:before {\n  content: \"\\f73d\"; }\n\n.la-cloud-showers-heavy:before {\n  content: \"\\f740\"; }\n\n.la-cloud-sun:before {\n  content: \"\\f6c4\"; }\n\n.la-cloud-sun-rain:before {\n  content: \"\\f743\"; }\n\n.la-cloud-upload-alt:before {\n  content: \"\\f382\"; }\n\n.la-cloudscale:before {\n  content: \"\\f383\"; }\n\n.la-cloudsmith:before {\n  content: \"\\f384\"; }\n\n.la-cloudversify:before {\n  content: \"\\f385\"; }\n\n.la-cocktail:before {\n  content: \"\\f561\"; }\n\n.la-code:before {\n  content: \"\\f121\"; }\n\n.la-code-branch:before {\n  content: \"\\f126\"; }\n\n.la-codepen:before {\n  content: \"\\f1cb\"; }\n\n.la-codiepie:before {\n  content: \"\\f284\"; }\n\n.la-coffee:before {\n  content: \"\\f0f4\"; }\n\n.la-cog:before {\n  content: \"\\f013\"; }\n\n.la-cogs:before {\n  content: \"\\f085\"; }\n\n.la-coins:before {\n  content: \"\\f51e\"; }\n\n.la-columns:before {\n  content: \"\\f0db\"; }\n\n.la-comment:before {\n  content: \"\\f075\"; }\n\n.la-comment-alt:before {\n  content: \"\\f27a\"; }\n\n.la-comment-dollar:before {\n  content: \"\\f651\"; }\n\n.la-comment-dots:before {\n  content: \"\\f4ad\"; }\n\n.la-comment-medical:before {\n  content: \"\\f7f5\"; }\n\n.la-comment-slash:before {\n  content: \"\\f4b3\"; }\n\n.la-comments:before {\n  content: \"\\f086\"; }\n\n.la-comments-dollar:before {\n  content: \"\\f653\"; }\n\n.la-compact-disc:before {\n  content: \"\\f51f\"; }\n\n.la-compass:before {\n  content: \"\\f14e\"; }\n\n.la-compress:before {\n  content: \"\\f066\"; }\n\n.la-compress-arrows-alt:before {\n  content: \"\\f78c\"; }\n\n.la-concierge-bell:before {\n  content: \"\\f562\"; }\n\n.la-confluence:before {\n  content: \"\\f78d\"; }\n\n.la-connectdevelop:before {\n  content: \"\\f20e\"; }\n\n.la-contao:before {\n  content: \"\\f26d\"; }\n\n.la-cookie:before {\n  content: \"\\f563\"; }\n\n.la-cookie-bite:before {\n  content: \"\\f564\"; }\n\n.la-copy:before {\n  content: \"\\f0c5\"; }\n\n.la-copyright:before {\n  content: \"\\f1f9\"; }\n\n.la-cotton-bureau:before {\n  content: \"\\f89e\"; }\n\n.la-couch:before {\n  content: \"\\f4b8\"; }\n\n.la-cpanel:before {\n  content: \"\\f388\"; }\n\n.la-creative-commons:before {\n  content: \"\\f25e\"; }\n\n.la-creative-commons-by:before {\n  content: \"\\f4e7\"; }\n\n.la-creative-commons-nc:before {\n  content: \"\\f4e8\"; }\n\n.la-creative-commons-nc-eu:before {\n  content: \"\\f4e9\"; }\n\n.la-creative-commons-nc-jp:before {\n  content: \"\\f4ea\"; }\n\n.la-creative-commons-nd:before {\n  content: \"\\f4eb\"; }\n\n.la-creative-commons-pd:before {\n  content: \"\\f4ec\"; }\n\n.la-creative-commons-pd-alt:before {\n  content: \"\\f4ed\"; }\n\n.la-creative-commons-remix:before {\n  content: \"\\f4ee\"; }\n\n.la-creative-commons-sa:before {\n  content: \"\\f4ef\"; }\n\n.la-creative-commons-sampling:before {\n  content: \"\\f4f0\"; }\n\n.la-creative-commons-sampling-plus:before {\n  content: \"\\f4f1\"; }\n\n.la-creative-commons-share:before {\n  content: \"\\f4f2\"; }\n\n.la-creative-commons-zero:before {\n  content: \"\\f4f3\"; }\n\n.la-credit-card:before {\n  content: \"\\f09d\"; }\n\n.la-critical-role:before {\n  content: \"\\f6c9\"; }\n\n.la-crop:before {\n  content: \"\\f125\"; }\n\n.la-crop-alt:before {\n  content: \"\\f565\"; }\n\n.la-cross:before {\n  content: \"\\f654\"; }\n\n.la-crosshairs:before {\n  content: \"\\f05b\"; }\n\n.la-crow:before {\n  content: \"\\f520\"; }\n\n.la-crown:before {\n  content: \"\\f521\"; }\n\n.la-crutch:before {\n  content: \"\\f7f7\"; }\n\n.la-css3:before {\n  content: \"\\f13c\"; }\n\n.la-css3-alt:before {\n  content: \"\\f38b\"; }\n\n.la-cube:before {\n  content: \"\\f1b2\"; }\n\n.la-cubes:before {\n  content: \"\\f1b3\"; }\n\n.la-cut:before {\n  content: \"\\f0c4\"; }\n\n.la-cuttlefish:before {\n  content: \"\\f38c\"; }\n\n.la-d-and-d:before {\n  content: \"\\f38d\"; }\n\n.la-d-and-d-beyond:before {\n  content: \"\\f6ca\"; }\n\n.la-dashcube:before {\n  content: \"\\f210\"; }\n\n.la-database:before {\n  content: \"\\f1c0\"; }\n\n.la-deaf:before {\n  content: \"\\f2a4\"; }\n\n.la-delicious:before {\n  content: \"\\f1a5\"; }\n\n.la-democrat:before {\n  content: \"\\f747\"; }\n\n.la-deploydog:before {\n  content: \"\\f38e\"; }\n\n.la-deskpro:before {\n  content: \"\\f38f\"; }\n\n.la-desktop:before {\n  content: \"\\f108\"; }\n\n.la-dev:before {\n  content: \"\\f6cc\"; }\n\n.la-deviantart:before {\n  content: \"\\f1bd\"; }\n\n.la-dharmachakra:before {\n  content: \"\\f655\"; }\n\n.la-dhl:before {\n  content: \"\\f790\"; }\n\n.la-diagnoses:before {\n  content: \"\\f470\"; }\n\n.la-diaspora:before {\n  content: \"\\f791\"; }\n\n.la-dice:before {\n  content: \"\\f522\"; }\n\n.la-dice-d20:before {\n  content: \"\\f6cf\"; }\n\n.la-dice-d6:before {\n  content: \"\\f6d1\"; }\n\n.la-dice-five:before {\n  content: \"\\f523\"; }\n\n.la-dice-four:before {\n  content: \"\\f524\"; }\n\n.la-dice-one:before {\n  content: \"\\f525\"; }\n\n.la-dice-six:before {\n  content: \"\\f526\"; }\n\n.la-dice-three:before {\n  content: \"\\f527\"; }\n\n.la-dice-two:before {\n  content: \"\\f528\"; }\n\n.la-digg:before {\n  content: \"\\f1a6\"; }\n\n.la-digital-ocean:before {\n  content: \"\\f391\"; }\n\n.la-digital-tachograph:before {\n  content: \"\\f566\"; }\n\n.la-directions:before {\n  content: \"\\f5eb\"; }\n\n.la-discord:before {\n  content: \"\\f392\"; }\n\n.la-discourse:before {\n  content: \"\\f393\"; }\n\n.la-divide:before {\n  content: \"\\f529\"; }\n\n.la-dizzy:before {\n  content: \"\\f567\"; }\n\n.la-dna:before {\n  content: \"\\f471\"; }\n\n.la-dochub:before {\n  content: \"\\f394\"; }\n\n.la-docker:before {\n  content: \"\\f395\"; }\n\n.la-dog:before {\n  content: \"\\f6d3\"; }\n\n.la-dollar-sign:before {\n  content: \"\\f155\"; }\n\n.la-dolly:before {\n  content: \"\\f472\"; }\n\n.la-dolly-flatbed:before {\n  content: \"\\f474\"; }\n\n.la-donate:before {\n  content: \"\\f4b9\"; }\n\n.la-door-closed:before {\n  content: \"\\f52a\"; }\n\n.la-door-open:before {\n  content: \"\\f52b\"; }\n\n.la-dot-circle:before {\n  content: \"\\f192\"; }\n\n.la-dove:before {\n  content: \"\\f4ba\"; }\n\n.la-download:before {\n  content: \"\\f019\"; }\n\n.la-draft2digital:before {\n  content: \"\\f396\"; }\n\n.la-drafting-compass:before {\n  content: \"\\f568\"; }\n\n.la-dragon:before {\n  content: \"\\f6d5\"; }\n\n.la-draw-polygon:before {\n  content: \"\\f5ee\"; }\n\n.la-dribbble:before {\n  content: \"\\f17d\"; }\n\n.la-dribbble-square:before {\n  content: \"\\f397\"; }\n\n.la-dropbox:before {\n  content: \"\\f16b\"; }\n\n.la-drum:before {\n  content: \"\\f569\"; }\n\n.la-drum-steelpan:before {\n  content: \"\\f56a\"; }\n\n.la-drumstick-bite:before {\n  content: \"\\f6d7\"; }\n\n.la-drupal:before {\n  content: \"\\f1a9\"; }\n\n.la-dumbbell:before {\n  content: \"\\f44b\"; }\n\n.la-dumpster:before {\n  content: \"\\f793\"; }\n\n.la-dumpster-fire:before {\n  content: \"\\f794\"; }\n\n.la-dungeon:before {\n  content: \"\\f6d9\"; }\n\n.la-dyalog:before {\n  content: \"\\f399\"; }\n\n.la-earlybirds:before {\n  content: \"\\f39a\"; }\n\n.la-ebay:before {\n  content: \"\\f4f4\"; }\n\n.la-edge:before {\n  content: \"\\f282\"; }\n\n.la-edit:before {\n  content: \"\\f044\"; }\n\n.la-egg:before {\n  content: \"\\f7fb\"; }\n\n.la-eject:before {\n  content: \"\\f052\"; }\n\n.la-elementor:before {\n  content: \"\\f430\"; }\n\n.la-ellipsis-h:before {\n  content: \"\\f141\"; }\n\n.la-ellipsis-v:before {\n  content: \"\\f142\"; }\n\n.la-ello:before {\n  content: \"\\f5f1\"; }\n\n.la-ember:before {\n  content: \"\\f423\"; }\n\n.la-empire:before {\n  content: \"\\f1d1\"; }\n\n.la-envelope:before {\n  content: \"\\f0e0\"; }\n\n.la-envelope-open:before {\n  content: \"\\f2b6\"; }\n\n.la-envelope-open-text:before {\n  content: \"\\f658\"; }\n\n.la-envelope-square:before {\n  content: \"\\f199\"; }\n\n.la-envira:before {\n  content: \"\\f299\"; }\n\n.la-equals:before {\n  content: \"\\f52c\"; }\n\n.la-eraser:before {\n  content: \"\\f12d\"; }\n\n.la-erlang:before {\n  content: \"\\f39d\"; }\n\n.la-ethereum:before {\n  content: \"\\f42e\"; }\n\n.la-ethernet:before {\n  content: \"\\f796\"; }\n\n.la-etsy:before {\n  content: \"\\f2d7\"; }\n\n.la-euro-sign:before {\n  content: \"\\f153\"; }\n\n.la-evernote:before {\n  content: \"\\f839\"; }\n\n.la-exchange-alt:before {\n  content: \"\\f362\"; }\n\n.la-exclamation:before {\n  content: \"\\f12a\"; }\n\n.la-exclamation-circle:before {\n  content: \"\\f06a\"; }\n\n.la-exclamation-triangle:before {\n  content: \"\\f071\"; }\n\n.la-expand:before {\n  content: \"\\f065\"; }\n\n.la-expand-arrows-alt:before {\n  content: \"\\f31e\"; }\n\n.la-expeditedssl:before {\n  content: \"\\f23e\"; }\n\n.la-external-link-alt:before {\n  content: \"\\f35d\"; }\n\n.la-external-link-square-alt:before {\n  content: \"\\f360\"; }\n\n.la-eye:before {\n  content: \"\\f06e\"; }\n\n.la-eye-dropper:before {\n  content: \"\\f1fb\"; }\n\n.la-eye-slash:before {\n  content: \"\\f070\"; }\n\n.la-facebook:before {\n  content: \"\\f09a\"; }\n\n.la-facebook-f:before {\n  content: \"\\f39e\"; }\n\n.la-facebook-messenger:before {\n  content: \"\\f39f\"; }\n\n.la-facebook-square:before {\n  content: \"\\f082\"; }\n\n.la-fan:before {\n  content: \"\\f863\"; }\n\n.la-fantasy-flight-games:before {\n  content: \"\\f6dc\"; }\n\n.la-fast-backward:before {\n  content: \"\\f049\"; }\n\n.la-fast-forward:before {\n  content: \"\\f050\"; }\n\n.la-fax:before {\n  content: \"\\f1ac\"; }\n\n.la-feather:before {\n  content: \"\\f52d\"; }\n\n.la-feather-alt:before {\n  content: \"\\f56b\"; }\n\n.la-fedex:before {\n  content: \"\\f797\"; }\n\n.la-fedora:before {\n  content: \"\\f798\"; }\n\n.la-female:before {\n  content: \"\\f182\"; }\n\n.la-fighter-jet:before {\n  content: \"\\f0fb\"; }\n\n.la-figma:before {\n  content: \"\\f799\"; }\n\n.la-file:before {\n  content: \"\\f15b\"; }\n\n.la-file-alt:before {\n  content: \"\\f15c\"; }\n\n.la-file-archive:before {\n  content: \"\\f1c6\"; }\n\n.la-file-audio:before {\n  content: \"\\f1c7\"; }\n\n.la-file-code:before {\n  content: \"\\f1c9\"; }\n\n.la-file-contract:before {\n  content: \"\\f56c\"; }\n\n.la-file-csv:before {\n  content: \"\\f6dd\"; }\n\n.la-file-download:before {\n  content: \"\\f56d\"; }\n\n.la-file-excel:before {\n  content: \"\\f1c3\"; }\n\n.la-file-export:before {\n  content: \"\\f56e\"; }\n\n.la-file-image:before {\n  content: \"\\f1c5\"; }\n\n.la-file-import:before {\n  content: \"\\f56f\"; }\n\n.la-file-invoice:before {\n  content: \"\\f570\"; }\n\n.la-file-invoice-dollar:before {\n  content: \"\\f571\"; }\n\n.la-file-medical:before {\n  content: \"\\f477\"; }\n\n.la-file-medical-alt:before {\n  content: \"\\f478\"; }\n\n.la-file-pdf:before {\n  content: \"\\f1c1\"; }\n\n.la-file-powerpoint:before {\n  content: \"\\f1c4\"; }\n\n.la-file-prescription:before {\n  content: \"\\f572\"; }\n\n.la-file-signature:before {\n  content: \"\\f573\"; }\n\n.la-file-upload:before {\n  content: \"\\f574\"; }\n\n.la-file-video:before {\n  content: \"\\f1c8\"; }\n\n.la-file-word:before {\n  content: \"\\f1c2\"; }\n\n.la-fill:before {\n  content: \"\\f575\"; }\n\n.la-fill-drip:before {\n  content: \"\\f576\"; }\n\n.la-film:before {\n  content: \"\\f008\"; }\n\n.la-filter:before {\n  content: \"\\f0b0\"; }\n\n.la-fingerprint:before {\n  content: \"\\f577\"; }\n\n.la-fire:before {\n  content: \"\\f06d\"; }\n\n.la-fire-alt:before {\n  content: \"\\f7e4\"; }\n\n.la-fire-extinguisher:before {\n  content: \"\\f134\"; }\n\n.la-firefox:before {\n  content: \"\\f269\"; }\n\n.la-first-aid:before {\n  content: \"\\f479\"; }\n\n.la-first-order:before {\n  content: \"\\f2b0\"; }\n\n.la-first-order-alt:before {\n  content: \"\\f50a\"; }\n\n.la-firstdraft:before {\n  content: \"\\f3a1\"; }\n\n.la-fish:before {\n  content: \"\\f578\"; }\n\n.la-fist-raised:before {\n  content: \"\\f6de\"; }\n\n.la-flag:before {\n  content: \"\\f024\"; }\n\n.la-flag-checkered:before {\n  content: \"\\f11e\"; }\n\n.la-flag-usa:before {\n  content: \"\\f74d\"; }\n\n.la-flask:before {\n  content: \"\\f0c3\"; }\n\n.la-flickr:before {\n  content: \"\\f16e\"; }\n\n.la-flipboard:before {\n  content: \"\\f44d\"; }\n\n.la-flushed:before {\n  content: \"\\f579\"; }\n\n.la-fly:before {\n  content: \"\\f417\"; }\n\n.la-folder:before {\n  content: \"\\f07b\"; }\n\n.la-folder-minus:before {\n  content: \"\\f65d\"; }\n\n.la-folder-open:before {\n  content: \"\\f07c\"; }\n\n.la-folder-plus:before {\n  content: \"\\f65e\"; }\n\n.la-font:before {\n  content: \"\\f031\"; }\n\n.la-font-awesome:before {\n  content: \"\\f2b4\"; }\n\n.la-font-awesome-alt:before {\n  content: \"\\f35c\"; }\n\n.la-font-awesome-flag:before {\n  content: \"\\f425\"; }\n\n.la-fonticons:before {\n  content: \"\\f280\"; }\n\n.la-fonticons-fi:before {\n  content: \"\\f3a2\"; }\n\n.la-football-ball:before {\n  content: \"\\f44e\"; }\n\n.la-fort-awesome:before {\n  content: \"\\f286\"; }\n\n.la-fort-awesome-alt:before {\n  content: \"\\f3a3\"; }\n\n.la-forumbee:before {\n  content: \"\\f211\"; }\n\n.la-forward:before {\n  content: \"\\f04e\"; }\n\n.la-foursquare:before {\n  content: \"\\f180\"; }\n\n.la-free-code-camp:before {\n  content: \"\\f2c5\"; }\n\n.la-freebsd:before {\n  content: \"\\f3a4\"; }\n\n.la-frog:before {\n  content: \"\\f52e\"; }\n\n.la-frown:before {\n  content: \"\\f119\"; }\n\n.la-frown-open:before {\n  content: \"\\f57a\"; }\n\n.la-fulcrum:before {\n  content: \"\\f50b\"; }\n\n.la-funnel-dollar:before {\n  content: \"\\f662\"; }\n\n.la-futbol:before {\n  content: \"\\f1e3\"; }\n\n.la-galactic-republic:before {\n  content: \"\\f50c\"; }\n\n.la-galactic-senate:before {\n  content: \"\\f50d\"; }\n\n.la-gamepad:before {\n  content: \"\\f11b\"; }\n\n.la-gas-pump:before {\n  content: \"\\f52f\"; }\n\n.la-gavel:before {\n  content: \"\\f0e3\"; }\n\n.la-gem:before {\n  content: \"\\f3a5\"; }\n\n.la-genderless:before {\n  content: \"\\f22d\"; }\n\n.la-get-pocket:before {\n  content: \"\\f265\"; }\n\n.la-gg:before {\n  content: \"\\f260\"; }\n\n.la-gg-circle:before {\n  content: \"\\f261\"; }\n\n.la-ghost:before {\n  content: \"\\f6e2\"; }\n\n.la-gift:before {\n  content: \"\\f06b\"; }\n\n.la-gifts:before {\n  content: \"\\f79c\"; }\n\n.la-git:before {\n  content: \"\\f1d3\"; }\n\n.la-git-alt:before {\n  content: \"\\f841\"; }\n\n.la-git-square:before {\n  content: \"\\f1d2\"; }\n\n.la-github:before {\n  content: \"\\f09b\"; }\n\n.la-github-alt:before {\n  content: \"\\f113\"; }\n\n.la-github-square:before {\n  content: \"\\f092\"; }\n\n.la-gitkraken:before {\n  content: \"\\f3a6\"; }\n\n.la-gitlab:before {\n  content: \"\\f296\"; }\n\n.la-gitter:before {\n  content: \"\\f426\"; }\n\n.la-glass-cheers:before {\n  content: \"\\f79f\"; }\n\n.la-glass-martini:before {\n  content: \"\\f000\"; }\n\n.la-glass-martini-alt:before {\n  content: \"\\f57b\"; }\n\n.la-glass-whiskey:before {\n  content: \"\\f7a0\"; }\n\n.la-glasses:before {\n  content: \"\\f530\"; }\n\n.la-glide:before {\n  content: \"\\f2a5\"; }\n\n.la-glide-g:before {\n  content: \"\\f2a6\"; }\n\n.la-globe:before {\n  content: \"\\f0ac\"; }\n\n.la-globe-africa:before {\n  content: \"\\f57c\"; }\n\n.la-globe-americas:before {\n  content: \"\\f57d\"; }\n\n.la-globe-asia:before {\n  content: \"\\f57e\"; }\n\n.la-globe-europe:before {\n  content: \"\\f7a2\"; }\n\n.la-gofore:before {\n  content: \"\\f3a7\"; }\n\n.la-golf-ball:before {\n  content: \"\\f450\"; }\n\n.la-goodreads:before {\n  content: \"\\f3a8\"; }\n\n.la-goodreads-g:before {\n  content: \"\\f3a9\"; }\n\n.la-google:before {\n  content: \"\\f1a0\"; }\n\n.la-google-drive:before {\n  content: \"\\f3aa\"; }\n\n.la-google-play:before {\n  content: \"\\f3ab\"; }\n\n.la-google-plus:before {\n  content: \"\\f2b3\"; }\n\n.la-google-plus-g:before {\n  content: \"\\f0d5\"; }\n\n.la-google-plus-square:before {\n  content: \"\\f0d4\"; }\n\n.la-google-wallet:before {\n  content: \"\\f1ee\"; }\n\n.la-gopuram:before {\n  content: \"\\f664\"; }\n\n.la-graduation-cap:before {\n  content: \"\\f19d\"; }\n\n.la-gratipay:before {\n  content: \"\\f184\"; }\n\n.la-grav:before {\n  content: \"\\f2d6\"; }\n\n.la-greater-than:before {\n  content: \"\\f531\"; }\n\n.la-greater-than-equal:before {\n  content: \"\\f532\"; }\n\n.la-grimace:before {\n  content: \"\\f57f\"; }\n\n.la-grin:before {\n  content: \"\\f580\"; }\n\n.la-grin-alt:before {\n  content: \"\\f581\"; }\n\n.la-grin-beam:before {\n  content: \"\\f582\"; }\n\n.la-grin-beam-sweat:before {\n  content: \"\\f583\"; }\n\n.la-grin-hearts:before {\n  content: \"\\f584\"; }\n\n.la-grin-squint:before {\n  content: \"\\f585\"; }\n\n.la-grin-squint-tears:before {\n  content: \"\\f586\"; }\n\n.la-grin-stars:before {\n  content: \"\\f587\"; }\n\n.la-grin-tears:before {\n  content: \"\\f588\"; }\n\n.la-grin-tongue:before {\n  content: \"\\f589\"; }\n\n.la-grin-tongue-squint:before {\n  content: \"\\f58a\"; }\n\n.la-grin-tongue-wink:before {\n  content: \"\\f58b\"; }\n\n.la-grin-wink:before {\n  content: \"\\f58c\"; }\n\n.la-grip-horizontal:before {\n  content: \"\\f58d\"; }\n\n.la-grip-lines:before {\n  content: \"\\f7a4\"; }\n\n.la-grip-lines-vertical:before {\n  content: \"\\f7a5\"; }\n\n.la-grip-vertical:before {\n  content: \"\\f58e\"; }\n\n.la-gripfire:before {\n  content: \"\\f3ac\"; }\n\n.la-grunt:before {\n  content: \"\\f3ad\"; }\n\n.la-guitar:before {\n  content: \"\\f7a6\"; }\n\n.la-gulp:before {\n  content: \"\\f3ae\"; }\n\n.la-h-square:before {\n  content: \"\\f0fd\"; }\n\n.la-hacker-news:before {\n  content: \"\\f1d4\"; }\n\n.la-hacker-news-square:before {\n  content: \"\\f3af\"; }\n\n.la-hackerrank:before {\n  content: \"\\f5f7\"; }\n\n.la-hamburger:before {\n  content: \"\\f805\"; }\n\n.la-hammer:before {\n  content: \"\\f6e3\"; }\n\n.la-hamsa:before {\n  content: \"\\f665\"; }\n\n.la-hand-holding:before {\n  content: \"\\f4bd\"; }\n\n.la-hand-holding-heart:before {\n  content: \"\\f4be\"; }\n\n.la-hand-holding-usd:before {\n  content: \"\\f4c0\"; }\n\n.la-hand-lizard:before {\n  content: \"\\f258\"; }\n\n.la-hand-middle-finger:before {\n  content: \"\\f806\"; }\n\n.la-hand-paper:before {\n  content: \"\\f256\"; }\n\n.la-hand-peace:before {\n  content: \"\\f25b\"; }\n\n.la-hand-point-down:before {\n  content: \"\\f0a7\"; }\n\n.la-hand-point-left:before {\n  content: \"\\f0a5\"; }\n\n.la-hand-point-right:before {\n  content: \"\\f0a4\"; }\n\n.la-hand-point-up:before {\n  content: \"\\f0a6\"; }\n\n.la-hand-pointer:before {\n  content: \"\\f25a\"; }\n\n.la-hand-rock:before {\n  content: \"\\f255\"; }\n\n.la-hand-scissors:before {\n  content: \"\\f257\"; }\n\n.la-hand-spock:before {\n  content: \"\\f259\"; }\n\n.la-hands:before {\n  content: \"\\f4c2\"; }\n\n.la-hands-helping:before {\n  content: \"\\f4c4\"; }\n\n.la-handshake:before {\n  content: \"\\f2b5\"; }\n\n.la-hanukiah:before {\n  content: \"\\f6e6\"; }\n\n.la-hard-hat:before {\n  content: \"\\f807\"; }\n\n.la-hashtag:before {\n  content: \"\\f292\"; }\n\n.la-hat-wizard:before {\n  content: \"\\f6e8\"; }\n\n.la-haykal:before {\n  content: \"\\f666\"; }\n\n.la-hdd:before {\n  content: \"\\f0a0\"; }\n\n.la-heading:before {\n  content: \"\\f1dc\"; }\n\n.la-headphones:before {\n  content: \"\\f025\"; }\n\n.la-headphones-alt:before {\n  content: \"\\f58f\"; }\n\n.la-headset:before {\n  content: \"\\f590\"; }\n\n.la-heart:before {\n  content: \"\\f004\"; }\n\n.la-heart-broken:before {\n  content: \"\\f7a9\"; }\n\n.la-heartbeat:before {\n  content: \"\\f21e\"; }\n\n.la-helicopter:before {\n  content: \"\\f533\"; }\n\n.la-highlighter:before {\n  content: \"\\f591\"; }\n\n.la-hiking:before {\n  content: \"\\f6ec\"; }\n\n.la-hippo:before {\n  content: \"\\f6ed\"; }\n\n.la-hips:before {\n  content: \"\\f452\"; }\n\n.la-hire-a-helper:before {\n  content: \"\\f3b0\"; }\n\n.la-history:before {\n  content: \"\\f1da\"; }\n\n.la-hockey-puck:before {\n  content: \"\\f453\"; }\n\n.la-holly-berry:before {\n  content: \"\\f7aa\"; }\n\n.la-home:before {\n  content: \"\\f015\"; }\n\n.la-hooli:before {\n  content: \"\\f427\"; }\n\n.la-hornbill:before {\n  content: \"\\f592\"; }\n\n.la-horse:before {\n  content: \"\\f6f0\"; }\n\n.la-horse-head:before {\n  content: \"\\f7ab\"; }\n\n.la-hospital:before {\n  content: \"\\f0f8\"; }\n\n.la-hospital-alt:before {\n  content: \"\\f47d\"; }\n\n.la-hospital-symbol:before {\n  content: \"\\f47e\"; }\n\n.la-hot-tub:before {\n  content: \"\\f593\"; }\n\n.la-hotdog:before {\n  content: \"\\f80f\"; }\n\n.la-hotel:before {\n  content: \"\\f594\"; }\n\n.la-hotjar:before {\n  content: \"\\f3b1\"; }\n\n.la-hourglass:before {\n  content: \"\\f254\"; }\n\n.la-hourglass-end:before {\n  content: \"\\f253\"; }\n\n.la-hourglass-half:before {\n  content: \"\\f252\"; }\n\n.la-hourglass-start:before {\n  content: \"\\f251\"; }\n\n.la-house-damage:before {\n  content: \"\\f6f1\"; }\n\n.la-houzz:before {\n  content: \"\\f27c\"; }\n\n.la-hryvnia:before {\n  content: \"\\f6f2\"; }\n\n.la-html5:before {\n  content: \"\\f13b\"; }\n\n.la-hubspot:before {\n  content: \"\\f3b2\"; }\n\n.la-i-cursor:before {\n  content: \"\\f246\"; }\n\n.la-ice-cream:before {\n  content: \"\\f810\"; }\n\n.la-icicles:before {\n  content: \"\\f7ad\"; }\n\n.la-icons:before {\n  content: \"\\f86d\"; }\n\n.la-id-badge:before {\n  content: \"\\f2c1\"; }\n\n.la-id-card:before {\n  content: \"\\f2c2\"; }\n\n.la-id-card-alt:before {\n  content: \"\\f47f\"; }\n\n.la-igloo:before {\n  content: \"\\f7ae\"; }\n\n.la-image:before {\n  content: \"\\f03e\"; }\n\n.la-images:before {\n  content: \"\\f302\"; }\n\n.la-imdb:before {\n  content: \"\\f2d8\"; }\n\n.la-inbox:before {\n  content: \"\\f01c\"; }\n\n.la-indent:before {\n  content: \"\\f03c\"; }\n\n.la-industry:before {\n  content: \"\\f275\"; }\n\n.la-infinity:before {\n  content: \"\\f534\"; }\n\n.la-info:before {\n  content: \"\\f129\"; }\n\n.la-info-circle:before {\n  content: \"\\f05a\"; }\n\n.la-instagram:before {\n  content: \"\\f16d\"; }\n\n.la-intercom:before {\n  content: \"\\f7af\"; }\n\n.la-internet-explorer:before {\n  content: \"\\f26b\"; }\n\n.la-invision:before {\n  content: \"\\f7b0\"; }\n\n.la-ioxhost:before {\n  content: \"\\f208\"; }\n\n.la-italic:before {\n  content: \"\\f033\"; }\n\n.la-itch-io:before {\n  content: \"\\f83a\"; }\n\n.la-itunes:before {\n  content: \"\\f3b4\"; }\n\n.la-itunes-note:before {\n  content: \"\\f3b5\"; }\n\n.la-java:before {\n  content: \"\\f4e4\"; }\n\n.la-jedi:before {\n  content: \"\\f669\"; }\n\n.la-jedi-order:before {\n  content: \"\\f50e\"; }\n\n.la-jenkins:before {\n  content: \"\\f3b6\"; }\n\n.la-jira:before {\n  content: \"\\f7b1\"; }\n\n.la-joget:before {\n  content: \"\\f3b7\"; }\n\n.la-joint:before {\n  content: \"\\f595\"; }\n\n.la-joomla:before {\n  content: \"\\f1aa\"; }\n\n.la-journal-whills:before {\n  content: \"\\f66a\"; }\n\n.la-js:before {\n  content: \"\\f3b8\"; }\n\n.la-js-square:before {\n  content: \"\\f3b9\"; }\n\n.la-jsfiddle:before {\n  content: \"\\f1cc\"; }\n\n.la-kaaba:before {\n  content: \"\\f66b\"; }\n\n.la-kaggle:before {\n  content: \"\\f5fa\"; }\n\n.la-key:before {\n  content: \"\\f084\"; }\n\n.la-keybase:before {\n  content: \"\\f4f5\"; }\n\n.la-keyboard:before {\n  content: \"\\f11c\"; }\n\n.la-keycdn:before {\n  content: \"\\f3ba\"; }\n\n.la-khanda:before {\n  content: \"\\f66d\"; }\n\n.la-kickstarter:before {\n  content: \"\\f3bb\"; }\n\n.la-kickstarter-k:before {\n  content: \"\\f3bc\"; }\n\n.la-kiss:before {\n  content: \"\\f596\"; }\n\n.la-kiss-beam:before {\n  content: \"\\f597\"; }\n\n.la-kiss-wink-heart:before {\n  content: \"\\f598\"; }\n\n.la-kiwi-bird:before {\n  content: \"\\f535\"; }\n\n.la-korvue:before {\n  content: \"\\f42f\"; }\n\n.la-landmark:before {\n  content: \"\\f66f\"; }\n\n.la-language:before {\n  content: \"\\f1ab\"; }\n\n.la-laptop:before {\n  content: \"\\f109\"; }\n\n.la-laptop-code:before {\n  content: \"\\f5fc\"; }\n\n.la-laptop-medical:before {\n  content: \"\\f812\"; }\n\n.la-laravel:before {\n  content: \"\\f3bd\"; }\n\n.la-lastfm:before {\n  content: \"\\f202\"; }\n\n.la-lastfm-square:before {\n  content: \"\\f203\"; }\n\n.la-laugh:before {\n  content: \"\\f599\"; }\n\n.la-laugh-beam:before {\n  content: \"\\f59a\"; }\n\n.la-laugh-squint:before {\n  content: \"\\f59b\"; }\n\n.la-laugh-wink:before {\n  content: \"\\f59c\"; }\n\n.la-layer-group:before {\n  content: \"\\f5fd\"; }\n\n.la-leaf:before {\n  content: \"\\f06c\"; }\n\n.la-leanpub:before {\n  content: \"\\f212\"; }\n\n.la-lemon:before {\n  content: \"\\f094\"; }\n\n.la-less:before {\n  content: \"\\f41d\"; }\n\n.la-less-than:before {\n  content: \"\\f536\"; }\n\n.la-less-than-equal:before {\n  content: \"\\f537\"; }\n\n.la-level-down-alt:before {\n  content: \"\\f3be\"; }\n\n.la-level-up-alt:before {\n  content: \"\\f3bf\"; }\n\n.la-life-ring:before {\n  content: \"\\f1cd\"; }\n\n.la-lightbulb:before {\n  content: \"\\f0eb\"; }\n\n.la-line:before {\n  content: \"\\f3c0\"; }\n\n.la-link:before {\n  content: \"\\f0c1\"; }\n\n.la-linkedin:before {\n  content: \"\\f08c\"; }\n\n.la-linkedin-in:before {\n  content: \"\\f0e1\"; }\n\n.la-linode:before {\n  content: \"\\f2b8\"; }\n\n.la-linux:before {\n  content: \"\\f17c\"; }\n\n.la-lira-sign:before {\n  content: \"\\f195\"; }\n\n.la-list:before {\n  content: \"\\f03a\"; }\n\n.la-list-alt:before {\n  content: \"\\f022\"; }\n\n.la-list-ol:before {\n  content: \"\\f0cb\"; }\n\n.la-list-ul:before {\n  content: \"\\f0ca\"; }\n\n.la-location-arrow:before {\n  content: \"\\f124\"; }\n\n.la-lock:before {\n  content: \"\\f023\"; }\n\n.la-lock-open:before {\n  content: \"\\f3c1\"; }\n\n.la-long-arrow-alt-down:before {\n  content: \"\\f309\"; }\n\n.la-long-arrow-alt-left:before {\n  content: \"\\f30a\"; }\n\n.la-long-arrow-alt-right:before {\n  content: \"\\f30b\"; }\n\n.la-long-arrow-alt-up:before {\n  content: \"\\f30c\"; }\n\n.la-low-vision:before {\n  content: \"\\f2a8\"; }\n\n.la-luggage-cart:before {\n  content: \"\\f59d\"; }\n\n.la-lyft:before {\n  content: \"\\f3c3\"; }\n\n.la-magento:before {\n  content: \"\\f3c4\"; }\n\n.la-magic:before {\n  content: \"\\f0d0\"; }\n\n.la-magnet:before {\n  content: \"\\f076\"; }\n\n.la-mail-bulk:before {\n  content: \"\\f674\"; }\n\n.la-mailchimp:before {\n  content: \"\\f59e\"; }\n\n.la-male:before {\n  content: \"\\f183\"; }\n\n.la-mandalorian:before {\n  content: \"\\f50f\"; }\n\n.la-map:before {\n  content: \"\\f279\"; }\n\n.la-map-marked:before {\n  content: \"\\f59f\"; }\n\n.la-map-marked-alt:before {\n  content: \"\\f5a0\"; }\n\n.la-map-marker:before {\n  content: \"\\f041\"; }\n\n.la-map-marker-alt:before {\n  content: \"\\f3c5\"; }\n\n.la-map-pin:before {\n  content: \"\\f276\"; }\n\n.la-map-signs:before {\n  content: \"\\f277\"; }\n\n.la-markdown:before {\n  content: \"\\f60f\"; }\n\n.la-marker:before {\n  content: \"\\f5a1\"; }\n\n.la-mars:before {\n  content: \"\\f222\"; }\n\n.la-mars-double:before {\n  content: \"\\f227\"; }\n\n.la-mars-stroke:before {\n  content: \"\\f229\"; }\n\n.la-mars-stroke-h:before {\n  content: \"\\f22b\"; }\n\n.la-mars-stroke-v:before {\n  content: \"\\f22a\"; }\n\n.la-mask:before {\n  content: \"\\f6fa\"; }\n\n.la-mastodon:before {\n  content: \"\\f4f6\"; }\n\n.la-maxcdn:before {\n  content: \"\\f136\"; }\n\n.la-medal:before {\n  content: \"\\f5a2\"; }\n\n.la-medapps:before {\n  content: \"\\f3c6\"; }\n\n.la-medium:before {\n  content: \"\\f23a\"; }\n\n.la-medium-m:before {\n  content: \"\\f3c7\"; }\n\n.la-medkit:before {\n  content: \"\\f0fa\"; }\n\n.la-medrt:before {\n  content: \"\\f3c8\"; }\n\n.la-meetup:before {\n  content: \"\\f2e0\"; }\n\n.la-megaport:before {\n  content: \"\\f5a3\"; }\n\n.la-meh:before {\n  content: \"\\f11a\"; }\n\n.la-meh-blank:before {\n  content: \"\\f5a4\"; }\n\n.la-meh-rolling-eyes:before {\n  content: \"\\f5a5\"; }\n\n.la-memory:before {\n  content: \"\\f538\"; }\n\n.la-mendeley:before {\n  content: \"\\f7b3\"; }\n\n.la-menorah:before {\n  content: \"\\f676\"; }\n\n.la-mercury:before {\n  content: \"\\f223\"; }\n\n.la-meteor:before {\n  content: \"\\f753\"; }\n\n.la-microchip:before {\n  content: \"\\f2db\"; }\n\n.la-microphone:before {\n  content: \"\\f130\"; }\n\n.la-microphone-alt:before {\n  content: \"\\f3c9\"; }\n\n.la-microphone-alt-slash:before {\n  content: \"\\f539\"; }\n\n.la-microphone-slash:before {\n  content: \"\\f131\"; }\n\n.la-microscope:before {\n  content: \"\\f610\"; }\n\n.la-microsoft:before {\n  content: \"\\f3ca\"; }\n\n.la-minus:before {\n  content: \"\\f068\"; }\n\n.la-minus-circle:before {\n  content: \"\\f056\"; }\n\n.la-minus-square:before {\n  content: \"\\f146\"; }\n\n.la-mitten:before {\n  content: \"\\f7b5\"; }\n\n.la-mix:before {\n  content: \"\\f3cb\"; }\n\n.la-mixcloud:before {\n  content: \"\\f289\"; }\n\n.la-mizuni:before {\n  content: \"\\f3cc\"; }\n\n.la-mobile:before {\n  content: \"\\f10b\"; }\n\n.la-mobile-alt:before {\n  content: \"\\f3cd\"; }\n\n.la-modx:before {\n  content: \"\\f285\"; }\n\n.la-monero:before {\n  content: \"\\f3d0\"; }\n\n.la-money-bill:before {\n  content: \"\\f0d6\"; }\n\n.la-money-bill-alt:before {\n  content: \"\\f3d1\"; }\n\n.la-money-bill-wave:before {\n  content: \"\\f53a\"; }\n\n.la-money-bill-wave-alt:before {\n  content: \"\\f53b\"; }\n\n.la-money-check:before {\n  content: \"\\f53c\"; }\n\n.la-money-check-alt:before {\n  content: \"\\f53d\"; }\n\n.la-monument:before {\n  content: \"\\f5a6\"; }\n\n.la-moon:before {\n  content: \"\\f186\"; }\n\n.la-mortar-pestle:before {\n  content: \"\\f5a7\"; }\n\n.la-mosque:before {\n  content: \"\\f678\"; }\n\n.la-motorcycle:before {\n  content: \"\\f21c\"; }\n\n.la-mountain:before {\n  content: \"\\f6fc\"; }\n\n.la-mouse-pointer:before {\n  content: \"\\f245\"; }\n\n.la-mug-hot:before {\n  content: \"\\f7b6\"; }\n\n.la-music:before {\n  content: \"\\f001\"; }\n\n.la-napster:before {\n  content: \"\\f3d2\"; }\n\n.la-neos:before {\n  content: \"\\f612\"; }\n\n.la-network-wired:before {\n  content: \"\\f6ff\"; }\n\n.la-neuter:before {\n  content: \"\\f22c\"; }\n\n.la-newspaper:before {\n  content: \"\\f1ea\"; }\n\n.la-nimblr:before {\n  content: \"\\f5a8\"; }\n\n.la-node:before {\n  content: \"\\f419\"; }\n\n.la-node-js:before {\n  content: \"\\f3d3\"; }\n\n.la-not-equal:before {\n  content: \"\\f53e\"; }\n\n.la-notes-medical:before {\n  content: \"\\f481\"; }\n\n.la-npm:before {\n  content: \"\\f3d4\"; }\n\n.la-ns8:before {\n  content: \"\\f3d5\"; }\n\n.la-nutritionix:before {\n  content: \"\\f3d6\"; }\n\n.la-object-group:before {\n  content: \"\\f247\"; }\n\n.la-object-ungroup:before {\n  content: \"\\f248\"; }\n\n.la-odnoklassniki:before {\n  content: \"\\f263\"; }\n\n.la-odnoklassniki-square:before {\n  content: \"\\f264\"; }\n\n.la-oil-can:before {\n  content: \"\\f613\"; }\n\n.la-old-republic:before {\n  content: \"\\f510\"; }\n\n.la-om:before {\n  content: \"\\f679\"; }\n\n.la-opencart:before {\n  content: \"\\f23d\"; }\n\n.la-openid:before {\n  content: \"\\f19b\"; }\n\n.la-opera:before {\n  content: \"\\f26a\"; }\n\n.la-optin-monster:before {\n  content: \"\\f23c\"; }\n\n.la-osi:before {\n  content: \"\\f41a\"; }\n\n.la-otter:before {\n  content: \"\\f700\"; }\n\n.la-outdent:before {\n  content: \"\\f03b\"; }\n\n.la-page4:before {\n  content: \"\\f3d7\"; }\n\n.la-pagelines:before {\n  content: \"\\f18c\"; }\n\n.la-pager:before {\n  content: \"\\f815\"; }\n\n.la-paint-brush:before {\n  content: \"\\f1fc\"; }\n\n.la-paint-roller:before {\n  content: \"\\f5aa\"; }\n\n.la-palette:before {\n  content: \"\\f53f\"; }\n\n.la-palfed:before {\n  content: \"\\f3d8\"; }\n\n.la-pallet:before {\n  content: \"\\f482\"; }\n\n.la-paper-plane:before {\n  content: \"\\f1d8\"; }\n\n.la-paperclip:before {\n  content: \"\\f0c6\"; }\n\n.la-parachute-box:before {\n  content: \"\\f4cd\"; }\n\n.la-paragraph:before {\n  content: \"\\f1dd\"; }\n\n.la-parking:before {\n  content: \"\\f540\"; }\n\n.la-passport:before {\n  content: \"\\f5ab\"; }\n\n.la-pastafarianism:before {\n  content: \"\\f67b\"; }\n\n.la-paste:before {\n  content: \"\\f0ea\"; }\n\n.la-patreon:before {\n  content: \"\\f3d9\"; }\n\n.la-pause:before {\n  content: \"\\f04c\"; }\n\n.la-pause-circle:before {\n  content: \"\\f28b\"; }\n\n.la-paw:before {\n  content: \"\\f1b0\"; }\n\n.la-paypal:before {\n  content: \"\\f1ed\"; }\n\n.la-peace:before {\n  content: \"\\f67c\"; }\n\n.la-pen:before {\n  content: \"\\f304\"; }\n\n.la-pen-alt:before {\n  content: \"\\f305\"; }\n\n.la-pen-fancy:before {\n  content: \"\\f5ac\"; }\n\n.la-pen-nib:before {\n  content: \"\\f5ad\"; }\n\n.la-pen-square:before {\n  content: \"\\f14b\"; }\n\n.la-pencil-alt:before {\n  content: \"\\f303\"; }\n\n.la-pencil-ruler:before {\n  content: \"\\f5ae\"; }\n\n.la-penny-arcade:before {\n  content: \"\\f704\"; }\n\n.la-people-carry:before {\n  content: \"\\f4ce\"; }\n\n.la-pepper-hot:before {\n  content: \"\\f816\"; }\n\n.la-percent:before {\n  content: \"\\f295\"; }\n\n.la-percentage:before {\n  content: \"\\f541\"; }\n\n.la-periscope:before {\n  content: \"\\f3da\"; }\n\n.la-person-booth:before {\n  content: \"\\f756\"; }\n\n.la-phabricator:before {\n  content: \"\\f3db\"; }\n\n.la-phoenix-framework:before {\n  content: \"\\f3dc\"; }\n\n.la-phoenix-squadron:before {\n  content: \"\\f511\"; }\n\n.la-phone:before {\n  content: \"\\f095\"; }\n\n.la-phone-alt:before {\n  content: \"\\f879\"; }\n\n.la-phone-slash:before {\n  content: \"\\f3dd\"; }\n\n.la-phone-square:before {\n  content: \"\\f098\"; }\n\n.la-phone-square-alt:before {\n  content: \"\\f87b\"; }\n\n.la-phone-volume:before {\n  content: \"\\f2a0\"; }\n\n.la-photo-video:before {\n  content: \"\\f87c\"; }\n\n.la-php:before {\n  content: \"\\f457\"; }\n\n.la-pied-piper:before {\n  content: \"\\f2ae\"; }\n\n.la-pied-piper-alt:before {\n  content: \"\\f1a8\"; }\n\n.la-pied-piper-hat:before {\n  content: \"\\f4e5\"; }\n\n.la-pied-piper-pp:before {\n  content: \"\\f1a7\"; }\n\n.la-piggy-bank:before {\n  content: \"\\f4d3\"; }\n\n.la-pills:before {\n  content: \"\\f484\"; }\n\n.la-pinterest:before {\n  content: \"\\f0d2\"; }\n\n.la-pinterest-p:before {\n  content: \"\\f231\"; }\n\n.la-pinterest-square:before {\n  content: \"\\f0d3\"; }\n\n.la-pizza-slice:before {\n  content: \"\\f818\"; }\n\n.la-place-of-worship:before {\n  content: \"\\f67f\"; }\n\n.la-plane:before {\n  content: \"\\f072\"; }\n\n.la-plane-arrival:before {\n  content: \"\\f5af\"; }\n\n.la-plane-departure:before {\n  content: \"\\f5b0\"; }\n\n.la-play:before {\n  content: \"\\f04b\"; }\n\n.la-play-circle:before {\n  content: \"\\f144\"; }\n\n.la-playstation:before {\n  content: \"\\f3df\"; }\n\n.la-plug:before {\n  content: \"\\f1e6\"; }\n\n.la-plus:before {\n  content: \"\\f067\"; }\n\n.la-plus-circle:before {\n  content: \"\\f055\"; }\n\n.la-plus-square:before {\n  content: \"\\f0fe\"; }\n\n.la-podcast:before {\n  content: \"\\f2ce\"; }\n\n.la-poll:before {\n  content: \"\\f681\"; }\n\n.la-poll-h:before {\n  content: \"\\f682\"; }\n\n.la-poo:before {\n  content: \"\\f2fe\"; }\n\n.la-poo-storm:before {\n  content: \"\\f75a\"; }\n\n.la-poop:before {\n  content: \"\\f619\"; }\n\n.la-portrait:before {\n  content: \"\\f3e0\"; }\n\n.la-pound-sign:before {\n  content: \"\\f154\"; }\n\n.la-power-off:before {\n  content: \"\\f011\"; }\n\n.la-pray:before {\n  content: \"\\f683\"; }\n\n.la-praying-hands:before {\n  content: \"\\f684\"; }\n\n.la-prescription:before {\n  content: \"\\f5b1\"; }\n\n.la-prescription-bottle:before {\n  content: \"\\f485\"; }\n\n.la-prescription-bottle-alt:before {\n  content: \"\\f486\"; }\n\n.la-print:before {\n  content: \"\\f02f\"; }\n\n.la-procedures:before {\n  content: \"\\f487\"; }\n\n.la-product-hunt:before {\n  content: \"\\f288\"; }\n\n.la-project-diagram:before {\n  content: \"\\f542\"; }\n\n.la-pushed:before {\n  content: \"\\f3e1\"; }\n\n.la-puzzle-piece:before {\n  content: \"\\f12e\"; }\n\n.la-python:before {\n  content: \"\\f3e2\"; }\n\n.la-qq:before {\n  content: \"\\f1d6\"; }\n\n.la-qrcode:before {\n  content: \"\\f029\"; }\n\n.la-question:before {\n  content: \"\\f128\"; }\n\n.la-question-circle:before {\n  content: \"\\f059\"; }\n\n.la-quidditch:before {\n  content: \"\\f458\"; }\n\n.la-quinscape:before {\n  content: \"\\f459\"; }\n\n.la-quora:before {\n  content: \"\\f2c4\"; }\n\n.la-quote-left:before {\n  content: \"\\f10d\"; }\n\n.la-quote-right:before {\n  content: \"\\f10e\"; }\n\n.la-quran:before {\n  content: \"\\f687\"; }\n\n.la-r-project:before {\n  content: \"\\f4f7\"; }\n\n.la-radiation:before {\n  content: \"\\f7b9\"; }\n\n.la-radiation-alt:before {\n  content: \"\\f7ba\"; }\n\n.la-rainbow:before {\n  content: \"\\f75b\"; }\n\n.la-random:before {\n  content: \"\\f074\"; }\n\n.la-raspberry-pi:before {\n  content: \"\\f7bb\"; }\n\n.la-ravelry:before {\n  content: \"\\f2d9\"; }\n\n.la-react:before {\n  content: \"\\f41b\"; }\n\n.la-reacteurope:before {\n  content: \"\\f75d\"; }\n\n.la-readme:before {\n  content: \"\\f4d5\"; }\n\n.la-rebel:before {\n  content: \"\\f1d0\"; }\n\n.la-receipt:before {\n  content: \"\\f543\"; }\n\n.la-recycle:before {\n  content: \"\\f1b8\"; }\n\n.la-red-river:before {\n  content: \"\\f3e3\"; }\n\n.la-reddit:before {\n  content: \"\\f1a1\"; }\n\n.la-reddit-alien:before {\n  content: \"\\f281\"; }\n\n.la-reddit-square:before {\n  content: \"\\f1a2\"; }\n\n.la-redhat:before {\n  content: \"\\f7bc\"; }\n\n.la-redo:before {\n  content: \"\\f01e\"; }\n\n.la-redo-alt:before {\n  content: \"\\f2f9\"; }\n\n.la-registered:before {\n  content: \"\\f25d\"; }\n\n.la-remove-format:before {\n  content: \"\\f87d\"; }\n\n.la-renren:before {\n  content: \"\\f18b\"; }\n\n.la-reply:before {\n  content: \"\\f3e5\"; }\n\n.la-reply-all:before {\n  content: \"\\f122\"; }\n\n.la-replyd:before {\n  content: \"\\f3e6\"; }\n\n.la-republican:before {\n  content: \"\\f75e\"; }\n\n.la-researchgate:before {\n  content: \"\\f4f8\"; }\n\n.la-resolving:before {\n  content: \"\\f3e7\"; }\n\n.la-restroom:before {\n  content: \"\\f7bd\"; }\n\n.la-retweet:before {\n  content: \"\\f079\"; }\n\n.la-rev:before {\n  content: \"\\f5b2\"; }\n\n.la-ribbon:before {\n  content: \"\\f4d6\"; }\n\n.la-ring:before {\n  content: \"\\f70b\"; }\n\n.la-road:before {\n  content: \"\\f018\"; }\n\n.la-robot:before {\n  content: \"\\f544\"; }\n\n.la-rocket:before {\n  content: \"\\f135\"; }\n\n.la-rocketchat:before {\n  content: \"\\f3e8\"; }\n\n.la-rockrms:before {\n  content: \"\\f3e9\"; }\n\n.la-route:before {\n  content: \"\\f4d7\"; }\n\n.la-rss:before {\n  content: \"\\f09e\"; }\n\n.la-rss-square:before {\n  content: \"\\f143\"; }\n\n.la-ruble-sign:before {\n  content: \"\\f158\"; }\n\n.la-ruler:before {\n  content: \"\\f545\"; }\n\n.la-ruler-combined:before {\n  content: \"\\f546\"; }\n\n.la-ruler-horizontal:before {\n  content: \"\\f547\"; }\n\n.la-ruler-vertical:before {\n  content: \"\\f548\"; }\n\n.la-running:before {\n  content: \"\\f70c\"; }\n\n.la-rupee-sign:before {\n  content: \"\\f156\"; }\n\n.la-sad-cry:before {\n  content: \"\\f5b3\"; }\n\n.la-sad-tear:before {\n  content: \"\\f5b4\"; }\n\n.la-safari:before {\n  content: \"\\f267\"; }\n\n.la-salesforce:before {\n  content: \"\\f83b\"; }\n\n.la-sass:before {\n  content: \"\\f41e\"; }\n\n.la-satellite:before {\n  content: \"\\f7bf\"; }\n\n.la-satellite-dish:before {\n  content: \"\\f7c0\"; }\n\n.la-save:before {\n  content: \"\\f0c7\"; }\n\n.la-schlix:before {\n  content: \"\\f3ea\"; }\n\n.la-school:before {\n  content: \"\\f549\"; }\n\n.la-screwdriver:before {\n  content: \"\\f54a\"; }\n\n.la-scribd:before {\n  content: \"\\f28a\"; }\n\n.la-scroll:before {\n  content: \"\\f70e\"; }\n\n.la-sd-card:before {\n  content: \"\\f7c2\"; }\n\n.la-search:before {\n  content: \"\\f002\"; }\n\n.la-search-dollar:before {\n  content: \"\\f688\"; }\n\n.la-search-location:before {\n  content: \"\\f689\"; }\n\n.la-search-minus:before {\n  content: \"\\f010\"; }\n\n.la-search-plus:before {\n  content: \"\\f00e\"; }\n\n.la-searchengin:before {\n  content: \"\\f3eb\"; }\n\n.la-seedling:before {\n  content: \"\\f4d8\"; }\n\n.la-sellcast:before {\n  content: \"\\f2da\"; }\n\n.la-sellsy:before {\n  content: \"\\f213\"; }\n\n.la-server:before {\n  content: \"\\f233\"; }\n\n.la-servicestack:before {\n  content: \"\\f3ec\"; }\n\n.la-shapes:before {\n  content: \"\\f61f\"; }\n\n.la-share:before {\n  content: \"\\f064\"; }\n\n.la-share-alt:before {\n  content: \"\\f1e0\"; }\n\n.la-share-alt-square:before {\n  content: \"\\f1e1\"; }\n\n.la-share-square:before {\n  content: \"\\f14d\"; }\n\n.la-shekel-sign:before {\n  content: \"\\f20b\"; }\n\n.la-shield-alt:before {\n  content: \"\\f3ed\"; }\n\n.la-ship:before {\n  content: \"\\f21a\"; }\n\n.la-shipping-fast:before {\n  content: \"\\f48b\"; }\n\n.la-shirtsinbulk:before {\n  content: \"\\f214\"; }\n\n.la-shoe-prints:before {\n  content: \"\\f54b\"; }\n\n.la-shopping-bag:before {\n  content: \"\\f290\"; }\n\n.la-shopping-basket:before {\n  content: \"\\f291\"; }\n\n.la-shopping-cart:before {\n  content: \"\\f07a\"; }\n\n.la-shopware:before {\n  content: \"\\f5b5\"; }\n\n.la-shower:before {\n  content: \"\\f2cc\"; }\n\n.la-shuttle-van:before {\n  content: \"\\f5b6\"; }\n\n.la-sign:before {\n  content: \"\\f4d9\"; }\n\n.la-sign-in-alt:before {\n  content: \"\\f2f6\"; }\n\n.la-sign-language:before {\n  content: \"\\f2a7\"; }\n\n.la-sign-out-alt:before {\n  content: \"\\f2f5\"; }\n\n.la-signal:before {\n  content: \"\\f012\"; }\n\n.la-signature:before {\n  content: \"\\f5b7\"; }\n\n.la-sim-card:before {\n  content: \"\\f7c4\"; }\n\n.la-simplybuilt:before {\n  content: \"\\f215\"; }\n\n.la-sistrix:before {\n  content: \"\\f3ee\"; }\n\n.la-sitemap:before {\n  content: \"\\f0e8\"; }\n\n.la-sith:before {\n  content: \"\\f512\"; }\n\n.la-skating:before {\n  content: \"\\f7c5\"; }\n\n.la-sketch:before {\n  content: \"\\f7c6\"; }\n\n.la-skiing:before {\n  content: \"\\f7c9\"; }\n\n.la-skiing-nordic:before {\n  content: \"\\f7ca\"; }\n\n.la-skull:before {\n  content: \"\\f54c\"; }\n\n.la-skull-crossbones:before {\n  content: \"\\f714\"; }\n\n.la-skyatlas:before {\n  content: \"\\f216\"; }\n\n.la-skype:before {\n  content: \"\\f17e\"; }\n\n.la-slack:before {\n  content: \"\\f198\"; }\n\n.la-slack-hash:before {\n  content: \"\\f3ef\"; }\n\n.la-slash:before {\n  content: \"\\f715\"; }\n\n.la-sleigh:before {\n  content: \"\\f7cc\"; }\n\n.la-sliders-h:before {\n  content: \"\\f1de\"; }\n\n.la-slideshare:before {\n  content: \"\\f1e7\"; }\n\n.la-smile:before {\n  content: \"\\f118\"; }\n\n.la-smile-beam:before {\n  content: \"\\f5b8\"; }\n\n.la-smile-wink:before {\n  content: \"\\f4da\"; }\n\n.la-smog:before {\n  content: \"\\f75f\"; }\n\n.la-smoking:before {\n  content: \"\\f48d\"; }\n\n.la-smoking-ban:before {\n  content: \"\\f54d\"; }\n\n.la-sms:before {\n  content: \"\\f7cd\"; }\n\n.la-snapchat:before {\n  content: \"\\f2ab\"; }\n\n.la-snapchat-ghost:before {\n  content: \"\\f2ac\"; }\n\n.la-snapchat-square:before {\n  content: \"\\f2ad\"; }\n\n.la-snowboarding:before {\n  content: \"\\f7ce\"; }\n\n.la-snowflake:before {\n  content: \"\\f2dc\"; }\n\n.la-snowman:before {\n  content: \"\\f7d0\"; }\n\n.la-snowplow:before {\n  content: \"\\f7d2\"; }\n\n.la-socks:before {\n  content: \"\\f696\"; }\n\n.la-solar-panel:before {\n  content: \"\\f5ba\"; }\n\n.la-sort:before {\n  content: \"\\f0dc\"; }\n\n.la-sort-alpha-down:before {\n  content: \"\\f15d\"; }\n\n.la-sort-alpha-down-alt:before {\n  content: \"\\f881\"; }\n\n.la-sort-alpha-up:before {\n  content: \"\\f15e\"; }\n\n.la-sort-alpha-up-alt:before {\n  content: \"\\f882\"; }\n\n.la-sort-amount-down:before {\n  content: \"\\f160\"; }\n\n.la-sort-amount-down-alt:before {\n  content: \"\\f884\"; }\n\n.la-sort-amount-up:before {\n  content: \"\\f161\"; }\n\n.la-sort-amount-up-alt:before {\n  content: \"\\f885\"; }\n\n.la-sort-down:before {\n  content: \"\\f0dd\"; }\n\n.la-sort-numeric-down:before {\n  content: \"\\f162\"; }\n\n.la-sort-numeric-down-alt:before {\n  content: \"\\f886\"; }\n\n.la-sort-numeric-up:before {\n  content: \"\\f163\"; }\n\n.la-sort-numeric-up-alt:before {\n  content: \"\\f887\"; }\n\n.la-sort-up:before {\n  content: \"\\f0de\"; }\n\n.la-soundcloud:before {\n  content: \"\\f1be\"; }\n\n.la-sourcetree:before {\n  content: \"\\f7d3\"; }\n\n.la-spa:before {\n  content: \"\\f5bb\"; }\n\n.la-space-shuttle:before {\n  content: \"\\f197\"; }\n\n.la-speakap:before {\n  content: \"\\f3f3\"; }\n\n.la-speaker-deck:before {\n  content: \"\\f83c\"; }\n\n.la-spell-check:before {\n  content: \"\\f891\"; }\n\n.la-spider:before {\n  content: \"\\f717\"; }\n\n.la-spinner:before {\n  content: \"\\f110\"; }\n\n.la-splotch:before {\n  content: \"\\f5bc\"; }\n\n.la-spotify:before {\n  content: \"\\f1bc\"; }\n\n.la-spray-can:before {\n  content: \"\\f5bd\"; }\n\n.la-square:before {\n  content: \"\\f0c8\"; }\n\n.la-square-full:before {\n  content: \"\\f45c\"; }\n\n.la-square-root-alt:before {\n  content: \"\\f698\"; }\n\n.la-squarespace:before {\n  content: \"\\f5be\"; }\n\n.la-stack-exchange:before {\n  content: \"\\f18d\"; }\n\n.la-stack-overflow:before {\n  content: \"\\f16c\"; }\n\n.la-stackpath:before {\n  content: \"\\f842\"; }\n\n.la-stamp:before {\n  content: \"\\f5bf\"; }\n\n.la-star:before {\n  content: \"\\f005\"; }\n\n.la-star-and-crescent:before {\n  content: \"\\f699\"; }\n\n.la-star-half:before {\n  content: \"\\f089\"; }\n\n.la-star-half-alt:before {\n  content: \"\\f5c0\"; }\n\n.la-star-of-david:before {\n  content: \"\\f69a\"; }\n\n.la-star-of-life:before {\n  content: \"\\f621\"; }\n\n.la-staylinked:before {\n  content: \"\\f3f5\"; }\n\n.la-steam:before {\n  content: \"\\f1b6\"; }\n\n.la-steam-square:before {\n  content: \"\\f1b7\"; }\n\n.la-steam-symbol:before {\n  content: \"\\f3f6\"; }\n\n.la-step-backward:before {\n  content: \"\\f048\"; }\n\n.la-step-forward:before {\n  content: \"\\f051\"; }\n\n.la-stethoscope:before {\n  content: \"\\f0f1\"; }\n\n.la-sticker-mule:before {\n  content: \"\\f3f7\"; }\n\n.la-sticky-note:before {\n  content: \"\\f249\"; }\n\n.la-stop:before {\n  content: \"\\f04d\"; }\n\n.la-stop-circle:before {\n  content: \"\\f28d\"; }\n\n.la-stopwatch:before {\n  content: \"\\f2f2\"; }\n\n.la-store:before {\n  content: \"\\f54e\"; }\n\n.la-store-alt:before {\n  content: \"\\f54f\"; }\n\n.la-strava:before {\n  content: \"\\f428\"; }\n\n.la-stream:before {\n  content: \"\\f550\"; }\n\n.la-street-view:before {\n  content: \"\\f21d\"; }\n\n.la-strikethrough:before {\n  content: \"\\f0cc\"; }\n\n.la-stripe:before {\n  content: \"\\f429\"; }\n\n.la-stripe-s:before {\n  content: \"\\f42a\"; }\n\n.la-stroopwafel:before {\n  content: \"\\f551\"; }\n\n.la-studiovinari:before {\n  content: \"\\f3f8\"; }\n\n.la-stumbleupon:before {\n  content: \"\\f1a4\"; }\n\n.la-stumbleupon-circle:before {\n  content: \"\\f1a3\"; }\n\n.la-subscript:before {\n  content: \"\\f12c\"; }\n\n.la-subway:before {\n  content: \"\\f239\"; }\n\n.la-suitcase:before {\n  content: \"\\f0f2\"; }\n\n.la-suitcase-rolling:before {\n  content: \"\\f5c1\"; }\n\n.la-sun:before {\n  content: \"\\f185\"; }\n\n.la-superpowers:before {\n  content: \"\\f2dd\"; }\n\n.la-superscript:before {\n  content: \"\\f12b\"; }\n\n.la-supple:before {\n  content: \"\\f3f9\"; }\n\n.la-surprise:before {\n  content: \"\\f5c2\"; }\n\n.la-suse:before {\n  content: \"\\f7d6\"; }\n\n.la-swatchbook:before {\n  content: \"\\f5c3\"; }\n\n.la-swimmer:before {\n  content: \"\\f5c4\"; }\n\n.la-swimming-pool:before {\n  content: \"\\f5c5\"; }\n\n.la-symfony:before {\n  content: \"\\f83d\"; }\n\n.la-synagogue:before {\n  content: \"\\f69b\"; }\n\n.la-sync:before {\n  content: \"\\f021\"; }\n\n.la-sync-alt:before {\n  content: \"\\f2f1\"; }\n\n.la-syringe:before {\n  content: \"\\f48e\"; }\n\n.la-table:before {\n  content: \"\\f0ce\"; }\n\n.la-table-tennis:before {\n  content: \"\\f45d\"; }\n\n.la-tablet:before {\n  content: \"\\f10a\"; }\n\n.la-tablet-alt:before {\n  content: \"\\f3fa\"; }\n\n.la-tablets:before {\n  content: \"\\f490\"; }\n\n.la-tachometer-alt:before {\n  content: \"\\f3fd\"; }\n\n.la-tag:before {\n  content: \"\\f02b\"; }\n\n.la-tags:before {\n  content: \"\\f02c\"; }\n\n.la-tape:before {\n  content: \"\\f4db\"; }\n\n.la-tasks:before {\n  content: \"\\f0ae\"; }\n\n.la-taxi:before {\n  content: \"\\f1ba\"; }\n\n.la-teamspeak:before {\n  content: \"\\f4f9\"; }\n\n.la-teeth:before {\n  content: \"\\f62e\"; }\n\n.la-teeth-open:before {\n  content: \"\\f62f\"; }\n\n.la-telegram:before {\n  content: \"\\f2c6\"; }\n\n.la-telegram-plane:before {\n  content: \"\\f3fe\"; }\n\n.la-temperature-high:before {\n  content: \"\\f769\"; }\n\n.la-temperature-low:before {\n  content: \"\\f76b\"; }\n\n.la-tencent-weibo:before {\n  content: \"\\f1d5\"; }\n\n.la-tenge:before {\n  content: \"\\f7d7\"; }\n\n.la-terminal:before {\n  content: \"\\f120\"; }\n\n.la-text-height:before {\n  content: \"\\f034\"; }\n\n.la-text-width:before {\n  content: \"\\f035\"; }\n\n.la-th:before {\n  content: \"\\f00a\"; }\n\n.la-th-large:before {\n  content: \"\\f009\"; }\n\n.la-th-list:before {\n  content: \"\\f00b\"; }\n\n.la-the-red-yeti:before {\n  content: \"\\f69d\"; }\n\n.la-theater-masks:before {\n  content: \"\\f630\"; }\n\n.la-themeco:before {\n  content: \"\\f5c6\"; }\n\n.la-themeisle:before {\n  content: \"\\f2b2\"; }\n\n.la-thermometer:before {\n  content: \"\\f491\"; }\n\n.la-thermometer-empty:before {\n  content: \"\\f2cb\"; }\n\n.la-thermometer-full:before {\n  content: \"\\f2c7\"; }\n\n.la-thermometer-half:before {\n  content: \"\\f2c9\"; }\n\n.la-thermometer-quarter:before {\n  content: \"\\f2ca\"; }\n\n.la-thermometer-three-quarters:before {\n  content: \"\\f2c8\"; }\n\n.la-think-peaks:before {\n  content: \"\\f731\"; }\n\n.la-thumbs-down:before {\n  content: \"\\f165\"; }\n\n.la-thumbs-up:before {\n  content: \"\\f164\"; }\n\n.la-thumbtack:before {\n  content: \"\\f08d\"; }\n\n.la-ticket-alt:before {\n  content: \"\\f3ff\"; }\n\n.la-times:before {\n  content: \"\\f00d\"; }\n\n.la-times-circle:before {\n  content: \"\\f057\"; }\n\n.la-tint:before {\n  content: \"\\f043\"; }\n\n.la-tint-slash:before {\n  content: \"\\f5c7\"; }\n\n.la-tired:before {\n  content: \"\\f5c8\"; }\n\n.la-toggle-off:before {\n  content: \"\\f204\"; }\n\n.la-toggle-on:before {\n  content: \"\\f205\"; }\n\n.la-toilet:before {\n  content: \"\\f7d8\"; }\n\n.la-toilet-paper:before {\n  content: \"\\f71e\"; }\n\n.la-toolbox:before {\n  content: \"\\f552\"; }\n\n.la-tools:before {\n  content: \"\\f7d9\"; }\n\n.la-tooth:before {\n  content: \"\\f5c9\"; }\n\n.la-torah:before {\n  content: \"\\f6a0\"; }\n\n.la-torii-gate:before {\n  content: \"\\f6a1\"; }\n\n.la-tractor:before {\n  content: \"\\f722\"; }\n\n.la-trade-federation:before {\n  content: \"\\f513\"; }\n\n.la-trademark:before {\n  content: \"\\f25c\"; }\n\n.la-traffic-light:before {\n  content: \"\\f637\"; }\n\n.la-train:before {\n  content: \"\\f238\"; }\n\n.la-tram:before {\n  content: \"\\f7da\"; }\n\n.la-transgender:before {\n  content: \"\\f224\"; }\n\n.la-transgender-alt:before {\n  content: \"\\f225\"; }\n\n.la-trash:before {\n  content: \"\\f1f8\"; }\n\n.la-trash-alt:before {\n  content: \"\\f2ed\"; }\n\n.la-trash-restore:before {\n  content: \"\\f829\"; }\n\n.la-trash-restore-alt:before {\n  content: \"\\f82a\"; }\n\n.la-tree:before {\n  content: \"\\f1bb\"; }\n\n.la-trello:before {\n  content: \"\\f181\"; }\n\n.la-tripadvisor:before {\n  content: \"\\f262\"; }\n\n.la-trophy:before {\n  content: \"\\f091\"; }\n\n.la-truck:before {\n  content: \"\\f0d1\"; }\n\n.la-truck-loading:before {\n  content: \"\\f4de\"; }\n\n.la-truck-monster:before {\n  content: \"\\f63b\"; }\n\n.la-truck-moving:before {\n  content: \"\\f4df\"; }\n\n.la-truck-pickup:before {\n  content: \"\\f63c\"; }\n\n.la-tshirt:before {\n  content: \"\\f553\"; }\n\n.la-tty:before {\n  content: \"\\f1e4\"; }\n\n.la-tumblr:before {\n  content: \"\\f173\"; }\n\n.la-tumblr-square:before {\n  content: \"\\f174\"; }\n\n.la-tv:before {\n  content: \"\\f26c\"; }\n\n.la-twitch:before {\n  content: \"\\f1e8\"; }\n\n.la-twitter:before {\n  content: \"\\f099\"; }\n\n.la-twitter-square:before {\n  content: \"\\f081\"; }\n\n.la-typo3:before {\n  content: \"\\f42b\"; }\n\n.la-uber:before {\n  content: \"\\f402\"; }\n\n.la-ubuntu:before {\n  content: \"\\f7df\"; }\n\n.la-uikit:before {\n  content: \"\\f403\"; }\n\n.la-umbrella:before {\n  content: \"\\f0e9\"; }\n\n.la-umbrella-beach:before {\n  content: \"\\f5ca\"; }\n\n.la-underline:before {\n  content: \"\\f0cd\"; }\n\n.la-undo:before {\n  content: \"\\f0e2\"; }\n\n.la-undo-alt:before {\n  content: \"\\f2ea\"; }\n\n.la-uniregistry:before {\n  content: \"\\f404\"; }\n\n.la-universal-access:before {\n  content: \"\\f29a\"; }\n\n.la-university:before {\n  content: \"\\f19c\"; }\n\n.la-unlink:before {\n  content: \"\\f127\"; }\n\n.la-unlock:before {\n  content: \"\\f09c\"; }\n\n.la-unlock-alt:before {\n  content: \"\\f13e\"; }\n\n.la-untappd:before {\n  content: \"\\f405\"; }\n\n.la-upload:before {\n  content: \"\\f093\"; }\n\n.la-ups:before {\n  content: \"\\f7e0\"; }\n\n.la-usb:before {\n  content: \"\\f287\"; }\n\n.la-user:before {\n  content: \"\\f007\"; }\n\n.la-user-alt:before {\n  content: \"\\f406\"; }\n\n.la-user-alt-slash:before {\n  content: \"\\f4fa\"; }\n\n.la-user-astronaut:before {\n  content: \"\\f4fb\"; }\n\n.la-user-check:before {\n  content: \"\\f4fc\"; }\n\n.la-user-circle:before {\n  content: \"\\f2bd\"; }\n\n.la-user-clock:before {\n  content: \"\\f4fd\"; }\n\n.la-user-cog:before {\n  content: \"\\f4fe\"; }\n\n.la-user-edit:before {\n  content: \"\\f4ff\"; }\n\n.la-user-friends:before {\n  content: \"\\f500\"; }\n\n.la-user-graduate:before {\n  content: \"\\f501\"; }\n\n.la-user-injured:before {\n  content: \"\\f728\"; }\n\n.la-user-lock:before {\n  content: \"\\f502\"; }\n\n.la-user-md:before {\n  content: \"\\f0f0\"; }\n\n.la-user-minus:before {\n  content: \"\\f503\"; }\n\n.la-user-ninja:before {\n  content: \"\\f504\"; }\n\n.la-user-nurse:before {\n  content: \"\\f82f\"; }\n\n.la-user-plus:before {\n  content: \"\\f234\"; }\n\n.la-user-secret:before {\n  content: \"\\f21b\"; }\n\n.la-user-shield:before {\n  content: \"\\f505\"; }\n\n.la-user-slash:before {\n  content: \"\\f506\"; }\n\n.la-user-tag:before {\n  content: \"\\f507\"; }\n\n.la-user-tie:before {\n  content: \"\\f508\"; }\n\n.la-user-times:before {\n  content: \"\\f235\"; }\n\n.la-users:before {\n  content: \"\\f0c0\"; }\n\n.la-users-cog:before {\n  content: \"\\f509\"; }\n\n.la-usps:before {\n  content: \"\\f7e1\"; }\n\n.la-ussunnah:before {\n  content: \"\\f407\"; }\n\n.la-utensil-spoon:before {\n  content: \"\\f2e5\"; }\n\n.la-utensils:before {\n  content: \"\\f2e7\"; }\n\n.la-vaadin:before {\n  content: \"\\f408\"; }\n\n.la-vector-square:before {\n  content: \"\\f5cb\"; }\n\n.la-venus:before {\n  content: \"\\f221\"; }\n\n.la-venus-double:before {\n  content: \"\\f226\"; }\n\n.la-venus-mars:before {\n  content: \"\\f228\"; }\n\n.la-viacoin:before {\n  content: \"\\f237\"; }\n\n.la-viadeo:before {\n  content: \"\\f2a9\"; }\n\n.la-viadeo-square:before {\n  content: \"\\f2aa\"; }\n\n.la-vial:before {\n  content: \"\\f492\"; }\n\n.la-vials:before {\n  content: \"\\f493\"; }\n\n.la-viber:before {\n  content: \"\\f409\"; }\n\n.la-video:before {\n  content: \"\\f03d\"; }\n\n.la-video-slash:before {\n  content: \"\\f4e2\"; }\n\n.la-vihara:before {\n  content: \"\\f6a7\"; }\n\n.la-vimeo:before {\n  content: \"\\f40a\"; }\n\n.la-vimeo-square:before {\n  content: \"\\f194\"; }\n\n.la-vimeo-v:before {\n  content: \"\\f27d\"; }\n\n.la-vine:before {\n  content: \"\\f1ca\"; }\n\n.la-vk:before {\n  content: \"\\f189\"; }\n\n.la-vnv:before {\n  content: \"\\f40b\"; }\n\n.la-voicemail:before {\n  content: \"\\f897\"; }\n\n.la-volleyball-ball:before {\n  content: \"\\f45f\"; }\n\n.la-volume-down:before {\n  content: \"\\f027\"; }\n\n.la-volume-mute:before {\n  content: \"\\f6a9\"; }\n\n.la-volume-off:before {\n  content: \"\\f026\"; }\n\n.la-volume-up:before {\n  content: \"\\f028\"; }\n\n.la-vote-yea:before {\n  content: \"\\f772\"; }\n\n.la-vr-cardboard:before {\n  content: \"\\f729\"; }\n\n.la-vuejs:before {\n  content: \"\\f41f\"; }\n\n.la-walking:before {\n  content: \"\\f554\"; }\n\n.la-wallet:before {\n  content: \"\\f555\"; }\n\n.la-warehouse:before {\n  content: \"\\f494\"; }\n\n.la-water:before {\n  content: \"\\f773\"; }\n\n.la-wave-square:before {\n  content: \"\\f83e\"; }\n\n.la-waze:before {\n  content: \"\\f83f\"; }\n\n.la-weebly:before {\n  content: \"\\f5cc\"; }\n\n.la-weibo:before {\n  content: \"\\f18a\"; }\n\n.la-weight:before {\n  content: \"\\f496\"; }\n\n.la-weight-hanging:before {\n  content: \"\\f5cd\"; }\n\n.la-weixin:before {\n  content: \"\\f1d7\"; }\n\n.la-whatsapp:before {\n  content: \"\\f232\"; }\n\n.la-whatsapp-square:before {\n  content: \"\\f40c\"; }\n\n.la-wheelchair:before {\n  content: \"\\f193\"; }\n\n.la-whmcs:before {\n  content: \"\\f40d\"; }\n\n.la-wifi:before {\n  content: \"\\f1eb\"; }\n\n.la-wikipedia-w:before {\n  content: \"\\f266\"; }\n\n.la-wind:before {\n  content: \"\\f72e\"; }\n\n.la-window-close:before {\n  content: \"\\f410\"; }\n\n.la-window-maximize:before {\n  content: \"\\f2d0\"; }\n\n.la-window-minimize:before {\n  content: \"\\f2d1\"; }\n\n.la-window-restore:before {\n  content: \"\\f2d2\"; }\n\n.la-windows:before {\n  content: \"\\f17a\"; }\n\n.la-wine-bottle:before {\n  content: \"\\f72f\"; }\n\n.la-wine-glass:before {\n  content: \"\\f4e3\"; }\n\n.la-wine-glass-alt:before {\n  content: \"\\f5ce\"; }\n\n.la-wix:before {\n  content: \"\\f5cf\"; }\n\n.la-wizards-of-the-coast:before {\n  content: \"\\f730\"; }\n\n.la-wolf-pack-battalion:before {\n  content: \"\\f514\"; }\n\n.la-won-sign:before {\n  content: \"\\f159\"; }\n\n.la-wordpress:before {\n  content: \"\\f19a\"; }\n\n.la-wordpress-simple:before {\n  content: \"\\f411\"; }\n\n.la-wpbeginner:before {\n  content: \"\\f297\"; }\n\n.la-wpexplorer:before {\n  content: \"\\f2de\"; }\n\n.la-wpforms:before {\n  content: \"\\f298\"; }\n\n.la-wpressr:before {\n  content: \"\\f3e4\"; }\n\n.la-wrench:before {\n  content: \"\\f0ad\"; }\n\n.la-x-ray:before {\n  content: \"\\f497\"; }\n\n.la-xbox:before {\n  content: \"\\f412\"; }\n\n.la-xing:before {\n  content: \"\\f168\"; }\n\n.la-xing-square:before {\n  content: \"\\f169\"; }\n\n.la-y-combinator:before {\n  content: \"\\f23b\"; }\n\n.la-yahoo:before {\n  content: \"\\f19e\"; }\n\n.la-yammer:before {\n  content: \"\\f840\"; }\n\n.la-yandex:before {\n  content: \"\\f413\"; }\n\n.la-yandex-international:before {\n  content: \"\\f414\"; }\n\n.la-yarn:before {\n  content: \"\\f7e3\"; }\n\n.la-yelp:before {\n  content: \"\\f1e9\"; }\n\n.la-yen-sign:before {\n  content: \"\\f157\"; }\n\n.la-yin-yang:before {\n  content: \"\\f6ad\"; }\n\n.la-yoast:before {\n  content: \"\\f2b1\"; }\n\n.la-youtube:before {\n  content: \"\\f167\"; }\n\n.la-youtube-square:before {\n  content: \"\\f431\"; }\n\n.la-zhihu:before {\n  content: \"\\f63f\"; }\n\n.la-hat-cowboy:before {\n  content: \"\\f8c0\"; }\n\n.la-hat-cowboy-side:before {\n  content: \"\\f8c1\"; }\n\n.la-mdb:before {\n  content: \"\\f8ca\"; }\n\n.la-mouse:before {\n  content: \"\\f8cc\"; }\n\n.la-orcid:before {\n  content: \"\\f8d2\"; }\n\n.la-record-vinyl:before {\n  content: \"\\f8d9\"; }\n\n.la-swift:before {\n  content: \"\\f8e1\"; }\n\n.la-umbraco:before {\n  content: \"\\f8e8\"; }\n\n.la-buy-n-large:before {\n  content: \"\\f8a6\"; }\n\n.sr-only {\n  border: 0;\n  clip: rect(0, 0, 0, 0);\n  height: 1px;\n  margin: -1px;\n  overflow: hidden;\n  padding: 0;\n  position: absolute;\n  width: 1px; }\n\n.sr-only-focusable:active, .sr-only-focusable:focus {\n  clip: auto;\n  height: auto;\n  margin: 0;\n  overflow: visible;\n  position: static;\n  width: auto; }\n\n@font-face {\n  font-family: 'ionicons';\n  src: url(\"../fonts/ionicons/ionicons.ttf?76q473\") format(\"truetype\"), url(\"../fonts/ionicons/ionicons.woff?76q473\") format(\"woff\"), url(\"../fonts/ionicons/ionicons.svg?76q473#ionicons\") format(\"svg\");\n  font-weight: normal;\n  font-style: normal;\n  font-display: block; }\n\ni[class^='icon-'] {\n  /* use !important to prevent issues with browser extensions that change fonts */\n  font-family: 'ionicons' !important;\n  speak: never;\n  font-style: normal;\n  font-weight: normal;\n  font-variant: normal;\n  text-transform: none;\n  line-height: 1.5;\n  /* Better Font Rendering =========== */\n  -webkit-font-smoothing: antialiased;\n  -moz-osx-font-smoothing: grayscale; }\n\n.icon-accessibility:before {\n  content: \"\\e900\"; }\n\n.icon-accessibility-outline:before {\n  content: \"\\e901\"; }\n\n.icon-accessibility-sharp:before {\n  content: \"\\e902\"; }\n\n.icon-add:before {\n  content: \"\\e903\"; }\n\n.icon-add-circle:before {\n  content: \"\\e904\"; }\n\n.icon-add-circle-outline:before {\n  content: \"\\e905\"; }\n\n.icon-add-circle-sharp:before {\n  content: \"\\e906\"; }\n\n.icon-add-outline:before {\n  content: \"\\e907\"; }\n\n.icon-add-sharp:before {\n  content: \"\\e908\"; }\n\n.icon-airplane:before {\n  content: \"\\e909\"; }\n\n.icon-airplane-outline:before {\n  content: \"\\e90a\"; }\n\n.icon-airplane-sharp:before {\n  content: \"\\e90b\"; }\n\n.icon-alarm:before {\n  content: \"\\e90c\"; }\n\n.icon-alarm-outline:before {\n  content: \"\\e90d\"; }\n\n.icon-alarm-sharp:before {\n  content: \"\\e90e\"; }\n\n.icon-albums:before {\n  content: \"\\e90f\"; }\n\n.icon-albums-outline:before {\n  content: \"\\e910\"; }\n\n.icon-albums-sharp:before {\n  content: \"\\e911\"; }\n\n.icon-alert:before {\n  content: \"\\e912\"; }\n\n.icon-alert-circle:before {\n  content: \"\\e913\"; }\n\n.icon-alert-circle-outline:before {\n  content: \"\\e914\"; }\n\n.icon-alert-circle-sharp:before {\n  content: \"\\e915\"; }\n\n.icon-alert-outline:before {\n  content: \"\\e916\"; }\n\n.icon-alert-sharp:before {\n  content: \"\\e917\"; }\n\n.icon-american-football:before {\n  content: \"\\e918\"; }\n\n.icon-american-football-outline:before {\n  content: \"\\e919\"; }\n\n.icon-american-football-sharp:before {\n  content: \"\\e91a\"; }\n\n.icon-analytics:before {\n  content: \"\\e91b\"; }\n\n.icon-analytics-outline:before {\n  content: \"\\e91c\"; }\n\n.icon-analytics-sharp:before {\n  content: \"\\e91d\"; }\n\n.icon-aperture:before {\n  content: \"\\e91e\"; }\n\n.icon-aperture-outline:before {\n  content: \"\\e91f\"; }\n\n.icon-aperture-sharp:before {\n  content: \"\\e920\"; }\n\n.icon-apps:before {\n  content: \"\\e921\"; }\n\n.icon-apps-outline:before {\n  content: \"\\e922\"; }\n\n.icon-apps-sharp:before {\n  content: \"\\e923\"; }\n\n.icon-archive:before {\n  content: \"\\e924\"; }\n\n.icon-archive-outline:before {\n  content: \"\\e925\"; }\n\n.icon-archive-sharp:before {\n  content: \"\\e926\"; }\n\n.icon-arrow-back:before {\n  content: \"\\e927\"; }\n\n.icon-arrow-back-circle:before {\n  content: \"\\e928\"; }\n\n.icon-arrow-back-circle-outline:before {\n  content: \"\\e929\"; }\n\n.icon-arrow-back-circle-sharp:before {\n  content: \"\\e92a\"; }\n\n.icon-arrow-back-outline:before {\n  content: \"\\e92b\"; }\n\n.icon-arrow-back-sharp:before {\n  content: \"\\e92c\"; }\n\n.icon-arrow-down:before {\n  content: \"\\e92d\"; }\n\n.icon-arrow-down-circle:before {\n  content: \"\\e92e\"; }\n\n.icon-arrow-down-circle-outline:before {\n  content: \"\\e92f\"; }\n\n.icon-arrow-down-circle-sharp:before {\n  content: \"\\e930\"; }\n\n.icon-arrow-down-outline:before {\n  content: \"\\e931\"; }\n\n.icon-arrow-down-sharp:before {\n  content: \"\\e932\"; }\n\n.icon-arrow-forward:before {\n  content: \"\\e933\"; }\n\n.icon-arrow-forward-circle:before {\n  content: \"\\e934\"; }\n\n.icon-arrow-forward-circle-outline:before {\n  content: \"\\e935\"; }\n\n.icon-arrow-forward-circle-sharp:before {\n  content: \"\\e936\"; }\n\n.icon-arrow-forward-outline:before {\n  content: \"\\e937\"; }\n\n.icon-arrow-forward-sharp:before {\n  content: \"\\e938\"; }\n\n.icon-arrow-redo:before {\n  content: \"\\e939\"; }\n\n.icon-arrow-redo-circle:before {\n  content: \"\\e93a\"; }\n\n.icon-arrow-redo-circle-outline:before {\n  content: \"\\e93b\"; }\n\n.icon-arrow-redo-circle-sharp:before {\n  content: \"\\e93c\"; }\n\n.icon-arrow-redo-outline:before {\n  content: \"\\e93d\"; }\n\n.icon-arrow-redo-sharp:before {\n  content: \"\\e93e\"; }\n\n.icon-arrow-undo:before {\n  content: \"\\e93f\"; }\n\n.icon-arrow-undo-circle:before {\n  content: \"\\e940\"; }\n\n.icon-arrow-undo-circle-outline:before {\n  content: \"\\e941\"; }\n\n.icon-arrow-undo-circle-sharp:before {\n  content: \"\\e942\"; }\n\n.icon-arrow-undo-outline:before {\n  content: \"\\e943\"; }\n\n.icon-arrow-undo-sharp:before {\n  content: \"\\e944\"; }\n\n.icon-arrow-up:before {\n  content: \"\\e945\"; }\n\n.icon-arrow-up-circle:before {\n  content: \"\\e946\"; }\n\n.icon-arrow-up-circle-outline:before {\n  content: \"\\e947\"; }\n\n.icon-arrow-up-circle-sharp:before {\n  content: \"\\e948\"; }\n\n.icon-arrow-up-outline:before {\n  content: \"\\e949\"; }\n\n.icon-arrow-up-sharp:before {\n  content: \"\\e94a\"; }\n\n.icon-at:before {\n  content: \"\\e94b\"; }\n\n.icon-at-circle:before {\n  content: \"\\e94c\"; }\n\n.icon-at-circle-outline:before {\n  content: \"\\e94d\"; }\n\n.icon-at-circle-sharp:before {\n  content: \"\\e94e\"; }\n\n.icon-at-outline:before {\n  content: \"\\e94f\"; }\n\n.icon-at-sharp:before {\n  content: \"\\e950\"; }\n\n.icon-attach:before {\n  content: \"\\e951\"; }\n\n.icon-attach-outline:before {\n  content: \"\\e952\"; }\n\n.icon-attach-sharp:before {\n  content: \"\\e953\"; }\n\n.icon-backspace:before {\n  content: \"\\e954\"; }\n\n.icon-backspace-outline:before {\n  content: \"\\e955\"; }\n\n.icon-backspace-sharp:before {\n  content: \"\\e956\"; }\n\n.icon-bag:before {\n  content: \"\\e957\"; }\n\n.icon-bag-add:before {\n  content: \"\\e958\"; }\n\n.icon-bag-add-outline:before {\n  content: \"\\e959\"; }\n\n.icon-bag-add-sharp:before {\n  content: \"\\e95a\"; }\n\n.icon-bag-check:before {\n  content: \"\\e95b\"; }\n\n.icon-bag-check-outline:before {\n  content: \"\\e95c\"; }\n\n.icon-bag-check-sharp:before {\n  content: \"\\e95d\"; }\n\n.icon-bag-handle:before {\n  content: \"\\e95e\"; }\n\n.icon-bag-handle-outline:before {\n  content: \"\\e95f\"; }\n\n.icon-bag-handle-sharp:before {\n  content: \"\\e960\"; }\n\n.icon-bag-outline:before {\n  content: \"\\e961\"; }\n\n.icon-bag-remove:before {\n  content: \"\\e962\"; }\n\n.icon-bag-remove-outline:before {\n  content: \"\\e963\"; }\n\n.icon-bag-remove-sharp:before {\n  content: \"\\e964\"; }\n\n.icon-bag-sharp:before {\n  content: \"\\e965\"; }\n\n.icon-balloon:before {\n  content: \"\\e966\"; }\n\n.icon-balloon-outline:before {\n  content: \"\\e967\"; }\n\n.icon-balloon-sharp:before {\n  content: \"\\e968\"; }\n\n.icon-ban:before {\n  content: \"\\e969\"; }\n\n.icon-bandage:before {\n  content: \"\\e96a\"; }\n\n.icon-bandage-outline:before {\n  content: \"\\e96b\"; }\n\n.icon-bandage-sharp:before {\n  content: \"\\e96c\"; }\n\n.icon-ban-outline:before {\n  content: \"\\e96d\"; }\n\n.icon-ban-sharp:before {\n  content: \"\\e96e\"; }\n\n.icon-barbell:before {\n  content: \"\\e96f\"; }\n\n.icon-barbell-outline:before {\n  content: \"\\e970\"; }\n\n.icon-barbell-sharp:before {\n  content: \"\\e971\"; }\n\n.icon-bar-chart:before {\n  content: \"\\e972\"; }\n\n.icon-bar-chart-outline:before {\n  content: \"\\e973\"; }\n\n.icon-bar-chart-sharp:before {\n  content: \"\\e974\"; }\n\n.icon-barcode:before {\n  content: \"\\e975\"; }\n\n.icon-barcode-outline:before {\n  content: \"\\e976\"; }\n\n.icon-barcode-sharp:before {\n  content: \"\\e977\"; }\n\n.icon-baseball:before {\n  content: \"\\e978\"; }\n\n.icon-baseball-outline:before {\n  content: \"\\e979\"; }\n\n.icon-baseball-sharp:before {\n  content: \"\\e97a\"; }\n\n.icon-basket:before {\n  content: \"\\e97b\"; }\n\n.icon-basketball:before {\n  content: \"\\e97c\"; }\n\n.icon-basketball-outline:before {\n  content: \"\\e97d\"; }\n\n.icon-basketball-sharp:before {\n  content: \"\\e97e\"; }\n\n.icon-basket-outline:before {\n  content: \"\\e97f\"; }\n\n.icon-basket-sharp:before {\n  content: \"\\e980\"; }\n\n.icon-battery-charging:before {\n  content: \"\\e981\"; }\n\n.icon-battery-charging-outline:before {\n  content: \"\\e982\"; }\n\n.icon-battery-charging-sharp:before {\n  content: \"\\e983\"; }\n\n.icon-battery-dead:before {\n  content: \"\\e984\"; }\n\n.icon-battery-dead-outline:before {\n  content: \"\\e985\"; }\n\n.icon-battery-dead-sharp:before {\n  content: \"\\e986\"; }\n\n.icon-battery-full:before {\n  content: \"\\e987\"; }\n\n.icon-battery-full-outline:before {\n  content: \"\\e988\"; }\n\n.icon-battery-full-sharp:before {\n  content: \"\\e989\"; }\n\n.icon-battery-half:before {\n  content: \"\\e98a\"; }\n\n.icon-battery-half-outline:before {\n  content: \"\\e98b\"; }\n\n.icon-battery-half-sharp:before {\n  content: \"\\e98c\"; }\n\n.icon-beaker:before {\n  content: \"\\e98d\"; }\n\n.icon-beaker-outline:before {\n  content: \"\\e98e\"; }\n\n.icon-beaker-sharp:before {\n  content: \"\\e98f\"; }\n\n.icon-bed:before {\n  content: \"\\e990\"; }\n\n.icon-bed-outline:before {\n  content: \"\\e991\"; }\n\n.icon-bed-sharp:before {\n  content: \"\\e992\"; }\n\n.icon-beer:before {\n  content: \"\\e993\"; }\n\n.icon-beer-outline:before {\n  content: \"\\e994\"; }\n\n.icon-beer-sharp:before {\n  content: \"\\e995\"; }\n\n.icon-bicycle:before {\n  content: \"\\e996\"; }\n\n.icon-bicycle-outline:before {\n  content: \"\\e997\"; }\n\n.icon-bicycle-sharp:before {\n  content: \"\\e998\"; }\n\n.icon-bluetooth:before {\n  content: \"\\e999\"; }\n\n.icon-bluetooth-outline:before {\n  content: \"\\e99a\"; }\n\n.icon-bluetooth-sharp:before {\n  content: \"\\e99b\"; }\n\n.icon-boat:before {\n  content: \"\\e99c\"; }\n\n.icon-boat-outline:before {\n  content: \"\\e99d\"; }\n\n.icon-boat-sharp:before {\n  content: \"\\e99e\"; }\n\n.icon-body:before {\n  content: \"\\e99f\"; }\n\n.icon-body-outline:before {\n  content: \"\\e9a0\"; }\n\n.icon-body-sharp:before {\n  content: \"\\e9a1\"; }\n\n.icon-bonfire:before {\n  content: \"\\e9a2\"; }\n\n.icon-bonfire-outline:before {\n  content: \"\\e9a3\"; }\n\n.icon-bonfire-sharp:before {\n  content: \"\\e9a4\"; }\n\n.icon-book:before {\n  content: \"\\e9a5\"; }\n\n.icon-bookmark:before {\n  content: \"\\e9a6\"; }\n\n.icon-bookmark-outline:before {\n  content: \"\\e9a7\"; }\n\n.icon-bookmarks:before {\n  content: \"\\e9a8\"; }\n\n.icon-bookmark-sharp:before {\n  content: \"\\e9a9\"; }\n\n.icon-bookmarks-outline:before {\n  content: \"\\e9aa\"; }\n\n.icon-bookmarks-sharp:before {\n  content: \"\\e9ab\"; }\n\n.icon-book-outline:before {\n  content: \"\\e9ac\"; }\n\n.icon-book-sharp:before {\n  content: \"\\e9ad\"; }\n\n.icon-bowling-ball:before {\n  content: \"\\e9ae\"; }\n\n.icon-bowling-ball-outline:before {\n  content: \"\\e9af\"; }\n\n.icon-bowling-ball-sharp:before {\n  content: \"\\e9b0\"; }\n\n.icon-briefcase:before {\n  content: \"\\e9b1\"; }\n\n.icon-briefcase-outline:before {\n  content: \"\\e9b2\"; }\n\n.icon-briefcase-sharp:before {\n  content: \"\\e9b3\"; }\n\n.icon-browsers:before {\n  content: \"\\e9b4\"; }\n\n.icon-browsers-outline:before {\n  content: \"\\e9b5\"; }\n\n.icon-browsers-sharp:before {\n  content: \"\\e9b6\"; }\n\n.icon-brush:before {\n  content: \"\\e9b7\"; }\n\n.icon-brush-outline:before {\n  content: \"\\e9b8\"; }\n\n.icon-brush-sharp:before {\n  content: \"\\e9b9\"; }\n\n.icon-bug:before {\n  content: \"\\e9ba\"; }\n\n.icon-bug-outline:before {\n  content: \"\\e9bb\"; }\n\n.icon-bug-sharp:before {\n  content: \"\\e9bc\"; }\n\n.icon-build:before {\n  content: \"\\e9bd\"; }\n\n.icon-build-outline:before {\n  content: \"\\e9be\"; }\n\n.icon-build-sharp:before {\n  content: \"\\e9bf\"; }\n\n.icon-bulb:before {\n  content: \"\\e9c0\"; }\n\n.icon-bulb-outline:before {\n  content: \"\\e9c1\"; }\n\n.icon-bulb-sharp:before {\n  content: \"\\e9c2\"; }\n\n.icon-bus:before {\n  content: \"\\e9c3\"; }\n\n.icon-business:before {\n  content: \"\\e9c4\"; }\n\n.icon-business-outline:before {\n  content: \"\\e9c5\"; }\n\n.icon-business-sharp:before {\n  content: \"\\e9c6\"; }\n\n.icon-bus-outline:before {\n  content: \"\\e9c7\"; }\n\n.icon-bus-sharp:before {\n  content: \"\\e9c8\"; }\n\n.icon-cafe:before {\n  content: \"\\e9c9\"; }\n\n.icon-cafe-outline:before {\n  content: \"\\e9ca\"; }\n\n.icon-cafe-sharp:before {\n  content: \"\\e9cb\"; }\n\n.icon-calculator:before {\n  content: \"\\e9cc\"; }\n\n.icon-calculator-outline:before {\n  content: \"\\e9cd\"; }\n\n.icon-calculator-sharp:before {\n  content: \"\\e9ce\"; }\n\n.icon-calendar:before {\n  content: \"\\e9cf\"; }\n\n.icon-calendar-clear:before {\n  content: \"\\e9d0\"; }\n\n.icon-calendar-clear-outline:before {\n  content: \"\\e9d1\"; }\n\n.icon-calendar-clear-sharp:before {\n  content: \"\\e9d2\"; }\n\n.icon-calendar-number:before {\n  content: \"\\e9d3\"; }\n\n.icon-calendar-number-outline:before {\n  content: \"\\e9d4\"; }\n\n.icon-calendar-number-sharp:before {\n  content: \"\\e9d5\"; }\n\n.icon-calendar-outline:before {\n  content: \"\\e9d6\"; }\n\n.icon-calendar-sharp:before {\n  content: \"\\e9d7\"; }\n\n.icon-call:before {\n  content: \"\\e9d8\"; }\n\n.icon-call-outline:before {\n  content: \"\\e9d9\"; }\n\n.icon-call-sharp:before {\n  content: \"\\e9da\"; }\n\n.icon-camera:before {\n  content: \"\\e9db\"; }\n\n.icon-camera-outline:before {\n  content: \"\\e9dc\"; }\n\n.icon-camera-reverse:before {\n  content: \"\\e9dd\"; }\n\n.icon-camera-reverse-outline:before {\n  content: \"\\e9de\"; }\n\n.icon-camera-reverse-sharp:before {\n  content: \"\\e9df\"; }\n\n.icon-camera-sharp:before {\n  content: \"\\e9e0\"; }\n\n.icon-car:before {\n  content: \"\\e9e1\"; }\n\n.icon-card:before {\n  content: \"\\e9e2\"; }\n\n.icon-card-outline:before {\n  content: \"\\e9e3\"; }\n\n.icon-card-sharp:before {\n  content: \"\\e9e4\"; }\n\n.icon-caret-back:before {\n  content: \"\\e9e5\"; }\n\n.icon-caret-back-circle:before {\n  content: \"\\e9e6\"; }\n\n.icon-caret-back-circle-outline:before {\n  content: \"\\e9e7\"; }\n\n.icon-caret-back-circle-sharp:before {\n  content: \"\\e9e8\"; }\n\n.icon-caret-back-outline:before {\n  content: \"\\e9e9\"; }\n\n.icon-caret-back-sharp:before {\n  content: \"\\e9ea\"; }\n\n.icon-caret-down:before {\n  content: \"\\e9eb\"; }\n\n.icon-caret-down-circle:before {\n  content: \"\\e9ec\"; }\n\n.icon-caret-down-circle-outline:before {\n  content: \"\\e9ed\"; }\n\n.icon-caret-down-circle-sharp:before {\n  content: \"\\e9ee\"; }\n\n.icon-caret-down-outline:before {\n  content: \"\\e9ef\"; }\n\n.icon-caret-down-sharp:before {\n  content: \"\\e9f0\"; }\n\n.icon-caret-forward:before {\n  content: \"\\e9f1\"; }\n\n.icon-caret-forward-circle:before {\n  content: \"\\e9f2\"; }\n\n.icon-caret-forward-circle-outline:before {\n  content: \"\\e9f3\"; }\n\n.icon-caret-forward-circle-sharp:before {\n  content: \"\\e9f4\"; }\n\n.icon-caret-forward-outline:before {\n  content: \"\\e9f5\"; }\n\n.icon-caret-forward-sharp:before {\n  content: \"\\e9f6\"; }\n\n.icon-caret-up:before {\n  content: \"\\e9f7\"; }\n\n.icon-caret-up-circle:before {\n  content: \"\\e9f8\"; }\n\n.icon-caret-up-circle-outline:before {\n  content: \"\\e9f9\"; }\n\n.icon-caret-up-circle-sharp:before {\n  content: \"\\e9fa\"; }\n\n.icon-caret-up-outline:before {\n  content: \"\\e9fb\"; }\n\n.icon-caret-up-sharp:before {\n  content: \"\\e9fc\"; }\n\n.icon-car-outline:before {\n  content: \"\\e9fd\"; }\n\n.icon-car-sharp:before {\n  content: \"\\e9fe\"; }\n\n.icon-car-sport:before {\n  content: \"\\e9ff\"; }\n\n.icon-car-sport-outline:before {\n  content: \"\\ea00\"; }\n\n.icon-car-sport-sharp:before {\n  content: \"\\ea01\"; }\n\n.icon-cart:before {\n  content: \"\\ea02\"; }\n\n.icon-cart-outline:before {\n  content: \"\\ea03\"; }\n\n.icon-cart-sharp:before {\n  content: \"\\ea04\"; }\n\n.icon-cash:before {\n  content: \"\\ea05\"; }\n\n.icon-cash-outline:before {\n  content: \"\\ea06\"; }\n\n.icon-cash-sharp:before {\n  content: \"\\ea07\"; }\n\n.icon-cellular:before {\n  content: \"\\ea08\"; }\n\n.icon-cellular-outline:before {\n  content: \"\\ea09\"; }\n\n.icon-cellular-sharp:before {\n  content: \"\\ea0a\"; }\n\n.icon-chatbox:before {\n  content: \"\\ea0b\"; }\n\n.icon-chatbox-ellipses:before {\n  content: \"\\ea0c\"; }\n\n.icon-chatbox-ellipses-outline:before {\n  content: \"\\ea0d\"; }\n\n.icon-chatbox-ellipses-sharp:before {\n  content: \"\\ea0e\"; }\n\n.icon-chatbox-outline:before {\n  content: \"\\ea0f\"; }\n\n.icon-chatbox-sharp:before {\n  content: \"\\ea10\"; }\n\n.icon-chatbubble:before {\n  content: \"\\ea11\"; }\n\n.icon-chatbubble-ellipses:before {\n  content: \"\\ea12\"; }\n\n.icon-chatbubble-ellipses-outline:before {\n  content: \"\\ea13\"; }\n\n.icon-chatbubble-ellipses-sharp:before {\n  content: \"\\ea14\"; }\n\n.icon-chatbubble-outline:before {\n  content: \"\\ea15\"; }\n\n.icon-chatbubbles:before {\n  content: \"\\ea16\"; }\n\n.icon-chatbubble-sharp:before {\n  content: \"\\ea17\"; }\n\n.icon-chatbubbles-outline:before {\n  content: \"\\ea18\"; }\n\n.icon-chatbubbles-sharp:before {\n  content: \"\\ea19\"; }\n\n.icon-checkbox:before {\n  content: \"\\ea1a\"; }\n\n.icon-checkbox-outline:before {\n  content: \"\\ea1b\"; }\n\n.icon-checkbox-sharp:before {\n  content: \"\\ea1c\"; }\n\n.icon-checkmark:before {\n  content: \"\\ea1d\"; }\n\n.icon-checkmark-circle:before {\n  content: \"\\ea1e\"; }\n\n.icon-checkmark-circle-outline:before {\n  content: \"\\ea1f\"; }\n\n.icon-checkmark-circle-sharp:before {\n  content: \"\\ea20\"; }\n\n.icon-checkmark-done:before {\n  content: \"\\ea21\"; }\n\n.icon-checkmark-done-circle:before {\n  content: \"\\ea22\"; }\n\n.icon-checkmark-done-circle-outline:before {\n  content: \"\\ea23\"; }\n\n.icon-checkmark-done-circle-sharp:before {\n  content: \"\\ea24\"; }\n\n.icon-checkmark-done-outline:before {\n  content: \"\\ea25\"; }\n\n.icon-checkmark-done-sharp:before {\n  content: \"\\ea26\"; }\n\n.icon-checkmark-outline:before {\n  content: \"\\ea27\"; }\n\n.icon-checkmark-sharp:before {\n  content: \"\\ea28\"; }\n\n.icon-chevron-back:before {\n  content: \"\\ea29\"; }\n\n.icon-chevron-back-circle:before {\n  content: \"\\ea2a\"; }\n\n.icon-chevron-back-circle-outline:before {\n  content: \"\\ea2b\"; }\n\n.icon-chevron-back-circle-sharp:before {\n  content: \"\\ea2c\"; }\n\n.icon-chevron-back-outline:before {\n  content: \"\\ea2d\"; }\n\n.icon-chevron-back-sharp:before {\n  content: \"\\ea2e\"; }\n\n.icon-chevron-down:before {\n  content: \"\\ea2f\"; }\n\n.icon-chevron-down-circle:before {\n  content: \"\\ea30\"; }\n\n.icon-chevron-down-circle-outline:before {\n  content: \"\\ea31\"; }\n\n.icon-chevron-down-circle-sharp:before {\n  content: \"\\ea32\"; }\n\n.icon-chevron-down-outline:before {\n  content: \"\\ea33\"; }\n\n.icon-chevron-down-sharp:before {\n  content: \"\\ea34\"; }\n\n.icon-chevron-forward:before {\n  content: \"\\ea35\"; }\n\n.icon-chevron-forward-circle:before {\n  content: \"\\ea36\"; }\n\n.icon-chevron-forward-circle-outline:before {\n  content: \"\\ea37\"; }\n\n.icon-chevron-forward-circle-sharp:before {\n  content: \"\\ea38\"; }\n\n.icon-chevron-forward-outline:before {\n  content: \"\\ea39\"; }\n\n.icon-chevron-forward-sharp:before {\n  content: \"\\ea3a\"; }\n\n.icon-chevron-up:before {\n  content: \"\\ea3b\"; }\n\n.icon-chevron-up-circle:before {\n  content: \"\\ea3c\"; }\n\n.icon-chevron-up-circle-outline:before {\n  content: \"\\ea3d\"; }\n\n.icon-chevron-up-circle-sharp:before {\n  content: \"\\ea3e\"; }\n\n.icon-chevron-up-outline:before {\n  content: \"\\ea3f\"; }\n\n.icon-chevron-up-sharp:before {\n  content: \"\\ea40\"; }\n\n.icon-clipboard:before {\n  content: \"\\ea41\"; }\n\n.icon-clipboard-outline:before {\n  content: \"\\ea42\"; }\n\n.icon-clipboard-sharp:before {\n  content: \"\\ea43\"; }\n\n.icon-close:before {\n  content: \"\\ea44\"; }\n\n.icon-close-circle:before {\n  content: \"\\ea45\"; }\n\n.icon-close-circle-outline:before {\n  content: \"\\ea46\"; }\n\n.icon-close-circle-sharp:before {\n  content: \"\\ea47\"; }\n\n.icon-close-outline:before {\n  content: \"\\ea48\"; }\n\n.icon-close-sharp:before {\n  content: \"\\ea49\"; }\n\n.icon-cloud:before {\n  content: \"\\ea4a\"; }\n\n.icon-cloud-circle:before {\n  content: \"\\ea4b\"; }\n\n.icon-cloud-circle-outline:before {\n  content: \"\\ea4c\"; }\n\n.icon-cloud-circle-sharp:before {\n  content: \"\\ea4d\"; }\n\n.icon-cloud-done:before {\n  content: \"\\ea4e\"; }\n\n.icon-cloud-done-outline:before {\n  content: \"\\ea4f\"; }\n\n.icon-cloud-done-sharp:before {\n  content: \"\\ea50\"; }\n\n.icon-cloud-download:before {\n  content: \"\\ea51\"; }\n\n.icon-cloud-download-outline:before {\n  content: \"\\ea52\"; }\n\n.icon-cloud-download-sharp:before {\n  content: \"\\ea53\"; }\n\n.icon-cloud-offline:before {\n  content: \"\\ea54\"; }\n\n.icon-cloud-offline-outline:before {\n  content: \"\\ea55\"; }\n\n.icon-cloud-offline-sharp:before {\n  content: \"\\ea56\"; }\n\n.icon-cloud-outline:before {\n  content: \"\\ea57\"; }\n\n.icon-cloud-sharp:before {\n  content: \"\\ea58\"; }\n\n.icon-cloud-upload:before {\n  content: \"\\ea59\"; }\n\n.icon-cloud-upload-outline:before {\n  content: \"\\ea5a\"; }\n\n.icon-cloud-upload-sharp:before {\n  content: \"\\ea5b\"; }\n\n.icon-cloudy:before {\n  content: \"\\ea5c\"; }\n\n.icon-cloudy-night:before {\n  content: \"\\ea5d\"; }\n\n.icon-cloudy-night-outline:before {\n  content: \"\\ea5e\"; }\n\n.icon-cloudy-night-sharp:before {\n  content: \"\\ea5f\"; }\n\n.icon-cloudy-outline:before {\n  content: \"\\ea60\"; }\n\n.icon-cloudy-sharp:before {\n  content: \"\\ea61\"; }\n\n.icon-code:before {\n  content: \"\\ea62\"; }\n\n.icon-code-download:before {\n  content: \"\\ea63\"; }\n\n.icon-code-download-outline:before {\n  content: \"\\ea64\"; }\n\n.icon-code-download-sharp:before {\n  content: \"\\ea65\"; }\n\n.icon-code-outline:before {\n  content: \"\\ea66\"; }\n\n.icon-code-sharp:before {\n  content: \"\\ea67\"; }\n\n.icon-code-slash:before {\n  content: \"\\ea68\"; }\n\n.icon-code-slash-outline:before {\n  content: \"\\ea69\"; }\n\n.icon-code-slash-sharp:before {\n  content: \"\\ea6a\"; }\n\n.icon-code-working:before {\n  content: \"\\ea6b\"; }\n\n.icon-code-working-outline:before {\n  content: \"\\ea6c\"; }\n\n.icon-code-working-sharp:before {\n  content: \"\\ea6d\"; }\n\n.icon-cog:before {\n  content: \"\\ea6e\"; }\n\n.icon-cog-outline:before {\n  content: \"\\ea6f\"; }\n\n.icon-cog-sharp:before {\n  content: \"\\ea70\"; }\n\n.icon-color-fill:before {\n  content: \"\\ea71\"; }\n\n.icon-color-fill-outline:before {\n  content: \"\\ea72\"; }\n\n.icon-color-fill-sharp:before {\n  content: \"\\ea73\"; }\n\n.icon-color-filter:before {\n  content: \"\\ea74\"; }\n\n.icon-color-filter-outline:before {\n  content: \"\\ea75\"; }\n\n.icon-color-filter-sharp:before {\n  content: \"\\ea76\"; }\n\n.icon-color-palette:before {\n  content: \"\\ea77\"; }\n\n.icon-color-palette-outline:before {\n  content: \"\\ea78\"; }\n\n.icon-color-palette-sharp:before {\n  content: \"\\ea79\"; }\n\n.icon-color-wand:before {\n  content: \"\\ea7a\"; }\n\n.icon-color-wand-outline:before {\n  content: \"\\ea7b\"; }\n\n.icon-color-wand-sharp:before {\n  content: \"\\ea7c\"; }\n\n.icon-compass:before {\n  content: \"\\ea7d\"; }\n\n.icon-compass-outline:before {\n  content: \"\\ea7e\"; }\n\n.icon-compass-sharp:before {\n  content: \"\\ea7f\"; }\n\n.icon-construct:before {\n  content: \"\\ea80\"; }\n\n.icon-construct-outline:before {\n  content: \"\\ea81\"; }\n\n.icon-construct-sharp:before {\n  content: \"\\ea82\"; }\n\n.icon-contract:before {\n  content: \"\\ea83\"; }\n\n.icon-contract-outline:before {\n  content: \"\\ea84\"; }\n\n.icon-contract-sharp:before {\n  content: \"\\ea85\"; }\n\n.icon-contrast:before {\n  content: \"\\ea86\"; }\n\n.icon-contrast-outline:before {\n  content: \"\\ea87\"; }\n\n.icon-contrast-sharp:before {\n  content: \"\\ea88\"; }\n\n.icon-copy:before {\n  content: \"\\ea89\"; }\n\n.icon-copy-outline:before {\n  content: \"\\ea8a\"; }\n\n.icon-copy-sharp:before {\n  content: \"\\ea8b\"; }\n\n.icon-create:before {\n  content: \"\\ea8c\"; }\n\n.icon-create-outline:before {\n  content: \"\\ea8d\"; }\n\n.icon-create-sharp:before {\n  content: \"\\ea8e\"; }\n\n.icon-crop:before {\n  content: \"\\ea8f\"; }\n\n.icon-crop-outline:before {\n  content: \"\\ea90\"; }\n\n.icon-crop-sharp:before {\n  content: \"\\ea91\"; }\n\n.icon-cube:before {\n  content: \"\\ea92\"; }\n\n.icon-cube-outline:before {\n  content: \"\\ea93\"; }\n\n.icon-cube-sharp:before {\n  content: \"\\ea94\"; }\n\n.icon-cut:before {\n  content: \"\\ea95\"; }\n\n.icon-cut-outline:before {\n  content: \"\\ea96\"; }\n\n.icon-cut-sharp:before {\n  content: \"\\ea97\"; }\n\n.icon-desktop:before {\n  content: \"\\ea98\"; }\n\n.icon-desktop-outline:before {\n  content: \"\\ea99\"; }\n\n.icon-desktop-sharp:before {\n  content: \"\\ea9a\"; }\n\n.icon-diamond:before {\n  content: \"\\ea9b\"; }\n\n.icon-diamond-outline:before {\n  content: \"\\ea9c\"; }\n\n.icon-diamond-sharp:before {\n  content: \"\\ea9d\"; }\n\n.icon-dice:before {\n  content: \"\\ea9e\"; }\n\n.icon-dice-outline:before {\n  content: \"\\ea9f\"; }\n\n.icon-dice-sharp:before {\n  content: \"\\eaa0\"; }\n\n.icon-disc:before {\n  content: \"\\eaa1\"; }\n\n.icon-disc-outline:before {\n  content: \"\\eaa2\"; }\n\n.icon-disc-sharp:before {\n  content: \"\\eaa3\"; }\n\n.icon-document:before {\n  content: \"\\eaa4\"; }\n\n.icon-document-attach:before {\n  content: \"\\eaa5\"; }\n\n.icon-document-attach-outline:before {\n  content: \"\\eaa6\"; }\n\n.icon-document-attach-sharp:before {\n  content: \"\\eaa7\"; }\n\n.icon-document-lock:before {\n  content: \"\\eaa8\"; }\n\n.icon-document-lock-outline:before {\n  content: \"\\eaa9\"; }\n\n.icon-document-lock-sharp:before {\n  content: \"\\eaaa\"; }\n\n.icon-document-outline:before {\n  content: \"\\eaab\"; }\n\n.icon-documents:before {\n  content: \"\\eaac\"; }\n\n.icon-document-sharp:before {\n  content: \"\\eaad\"; }\n\n.icon-documents-outline:before {\n  content: \"\\eaae\"; }\n\n.icon-documents-sharp:before {\n  content: \"\\eaaf\"; }\n\n.icon-document-text:before {\n  content: \"\\eab0\"; }\n\n.icon-document-text-outline:before {\n  content: \"\\eab1\"; }\n\n.icon-document-text-sharp:before {\n  content: \"\\eab2\"; }\n\n.icon-download:before {\n  content: \"\\eab3\"; }\n\n.icon-download-outline:before {\n  content: \"\\eab4\"; }\n\n.icon-download-sharp:before {\n  content: \"\\eab5\"; }\n\n.icon-duplicate:before {\n  content: \"\\eab6\"; }\n\n.icon-duplicate-outline:before {\n  content: \"\\eab7\"; }\n\n.icon-duplicate-sharp:before {\n  content: \"\\eab8\"; }\n\n.icon-ear:before {\n  content: \"\\eab9\"; }\n\n.icon-ear-outline:before {\n  content: \"\\eaba\"; }\n\n.icon-ear-sharp:before {\n  content: \"\\eabb\"; }\n\n.icon-earth:before {\n  content: \"\\eabc\"; }\n\n.icon-earth-outline:before {\n  content: \"\\eabd\"; }\n\n.icon-earth-sharp:before {\n  content: \"\\eabe\"; }\n\n.icon-easel:before {\n  content: \"\\eabf\"; }\n\n.icon-easel-outline:before {\n  content: \"\\eac0\"; }\n\n.icon-easel-sharp:before {\n  content: \"\\eac1\"; }\n\n.icon-egg:before {\n  content: \"\\eac2\"; }\n\n.icon-egg-outline:before {\n  content: \"\\eac3\"; }\n\n.icon-egg-sharp:before {\n  content: \"\\eac4\"; }\n\n.icon-ellipse:before {\n  content: \"\\eac5\"; }\n\n.icon-ellipse-outline:before {\n  content: \"\\eac6\"; }\n\n.icon-ellipse-sharp:before {\n  content: \"\\eac7\"; }\n\n.icon-ellipsis-horizontal:before {\n  content: \"\\eac8\"; }\n\n.icon-ellipsis-horizontal-circle:before {\n  content: \"\\eac9\"; }\n\n.icon-ellipsis-horizontal-circle-outline:before {\n  content: \"\\eaca\"; }\n\n.icon-ellipsis-horizontal-circle-sharp:before {\n  content: \"\\eacb\"; }\n\n.icon-ellipsis-horizontal-outline:before {\n  content: \"\\eacc\"; }\n\n.icon-ellipsis-horizontal-sharp:before {\n  content: \"\\eacd\"; }\n\n.icon-ellipsis-vertical:before {\n  content: \"\\eace\"; }\n\n.icon-ellipsis-vertical-circle:before {\n  content: \"\\eacf\"; }\n\n.icon-ellipsis-vertical-circle-outline:before {\n  content: \"\\ead0\"; }\n\n.icon-ellipsis-vertical-circle-sharp:before {\n  content: \"\\ead1\"; }\n\n.icon-ellipsis-vertical-outline:before {\n  content: \"\\ead2\"; }\n\n.icon-ellipsis-vertical-sharp:before {\n  content: \"\\ead3\"; }\n\n.icon-enter:before {\n  content: \"\\ead4\"; }\n\n.icon-enter-outline:before {\n  content: \"\\ead5\"; }\n\n.icon-enter-sharp:before {\n  content: \"\\ead6\"; }\n\n.icon-exit:before {\n  content: \"\\ead7\"; }\n\n.icon-exit-outline:before {\n  content: \"\\ead8\"; }\n\n.icon-exit-sharp:before {\n  content: \"\\ead9\"; }\n\n.icon-expand:before {\n  content: \"\\eada\"; }\n\n.icon-expand-outline:before {\n  content: \"\\eadb\"; }\n\n.icon-expand-sharp:before {\n  content: \"\\eadc\"; }\n\n.icon-extension-puzzle:before {\n  content: \"\\eadd\"; }\n\n.icon-extension-puzzle-outline:before {\n  content: \"\\eade\"; }\n\n.icon-extension-puzzle-sharp:before {\n  content: \"\\eadf\"; }\n\n.icon-eye:before {\n  content: \"\\eae0\"; }\n\n.icon-eyedrop:before {\n  content: \"\\eae1\"; }\n\n.icon-eyedrop-outline:before {\n  content: \"\\eae2\"; }\n\n.icon-eyedrop-sharp:before {\n  content: \"\\eae3\"; }\n\n.icon-eye-off:before {\n  content: \"\\eae4\"; }\n\n.icon-eye-off-outline:before {\n  content: \"\\eae5\"; }\n\n.icon-eye-off-sharp:before {\n  content: \"\\eae6\"; }\n\n.icon-eye-outline:before {\n  content: \"\\eae7\"; }\n\n.icon-eye-sharp:before {\n  content: \"\\eae8\"; }\n\n.icon-fast-food:before {\n  content: \"\\eae9\"; }\n\n.icon-fast-food-outline:before {\n  content: \"\\eaea\"; }\n\n.icon-fast-food-sharp:before {\n  content: \"\\eaeb\"; }\n\n.icon-female:before {\n  content: \"\\eaec\"; }\n\n.icon-female-outline:before {\n  content: \"\\eaed\"; }\n\n.icon-female-sharp:before {\n  content: \"\\eaee\"; }\n\n.icon-file-tray:before {\n  content: \"\\eaef\"; }\n\n.icon-file-tray-full:before {\n  content: \"\\eaf0\"; }\n\n.icon-file-tray-full-outline:before {\n  content: \"\\eaf1\"; }\n\n.icon-file-tray-full-sharp:before {\n  content: \"\\eaf2\"; }\n\n.icon-file-tray-outline:before {\n  content: \"\\eaf3\"; }\n\n.icon-file-tray-sharp:before {\n  content: \"\\eaf4\"; }\n\n.icon-file-tray-stacked:before {\n  content: \"\\eaf5\"; }\n\n.icon-file-tray-stacked-outline:before {\n  content: \"\\eaf6\"; }\n\n.icon-file-tray-stacked-sharp:before {\n  content: \"\\eaf7\"; }\n\n.icon-film:before {\n  content: \"\\eaf8\"; }\n\n.icon-film-outline:before {\n  content: \"\\eaf9\"; }\n\n.icon-film-sharp:before {\n  content: \"\\eafa\"; }\n\n.icon-filter:before {\n  content: \"\\eafb\"; }\n\n.icon-filter-circle:before {\n  content: \"\\eafc\"; }\n\n.icon-filter-circle-outline:before {\n  content: \"\\eafd\"; }\n\n.icon-filter-circle-sharp:before {\n  content: \"\\eafe\"; }\n\n.icon-filter-outline:before {\n  content: \"\\eaff\"; }\n\n.icon-filter-sharp:before {\n  content: \"\\eb00\"; }\n\n.icon-finger-print:before {\n  content: \"\\eb01\"; }\n\n.icon-finger-print-outline:before {\n  content: \"\\eb02\"; }\n\n.icon-finger-print-sharp:before {\n  content: \"\\eb03\"; }\n\n.icon-fish:before {\n  content: \"\\eb04\"; }\n\n.icon-fish-outline:before {\n  content: \"\\eb05\"; }\n\n.icon-fish-sharp:before {\n  content: \"\\eb06\"; }\n\n.icon-fitness:before {\n  content: \"\\eb07\"; }\n\n.icon-fitness-outline:before {\n  content: \"\\eb08\"; }\n\n.icon-fitness-sharp:before {\n  content: \"\\eb09\"; }\n\n.icon-flag:before {\n  content: \"\\eb0a\"; }\n\n.icon-flag-outline:before {\n  content: \"\\eb0b\"; }\n\n.icon-flag-sharp:before {\n  content: \"\\eb0c\"; }\n\n.icon-flame:before {\n  content: \"\\eb0d\"; }\n\n.icon-flame-outline:before {\n  content: \"\\eb0e\"; }\n\n.icon-flame-sharp:before {\n  content: \"\\eb0f\"; }\n\n.icon-flash:before {\n  content: \"\\eb10\"; }\n\n.icon-flashlight:before {\n  content: \"\\eb11\"; }\n\n.icon-flashlight-outline:before {\n  content: \"\\eb12\"; }\n\n.icon-flashlight-sharp:before {\n  content: \"\\eb13\"; }\n\n.icon-flash-off:before {\n  content: \"\\eb14\"; }\n\n.icon-flash-off-outline:before {\n  content: \"\\eb15\"; }\n\n.icon-flash-off-sharp:before {\n  content: \"\\eb16\"; }\n\n.icon-flash-outline:before {\n  content: \"\\eb17\"; }\n\n.icon-flash-sharp:before {\n  content: \"\\eb18\"; }\n\n.icon-flask:before {\n  content: \"\\eb19\"; }\n\n.icon-flask-outline:before {\n  content: \"\\eb1a\"; }\n\n.icon-flask-sharp:before {\n  content: \"\\eb1b\"; }\n\n.icon-flower:before {\n  content: \"\\eb1c\"; }\n\n.icon-flower-outline:before {\n  content: \"\\eb1d\"; }\n\n.icon-flower-sharp:before {\n  content: \"\\eb1e\"; }\n\n.icon-folder:before {\n  content: \"\\eb1f\"; }\n\n.icon-folder-open:before {\n  content: \"\\eb20\"; }\n\n.icon-folder-open-outline:before {\n  content: \"\\eb21\"; }\n\n.icon-folder-open-sharp:before {\n  content: \"\\eb22\"; }\n\n.icon-folder-outline:before {\n  content: \"\\eb23\"; }\n\n.icon-folder-sharp:before {\n  content: \"\\eb24\"; }\n\n.icon-football:before {\n  content: \"\\eb25\"; }\n\n.icon-football-outline:before {\n  content: \"\\eb26\"; }\n\n.icon-football-sharp:before {\n  content: \"\\eb27\"; }\n\n.icon-footsteps:before {\n  content: \"\\eb28\"; }\n\n.icon-footsteps-outline:before {\n  content: \"\\eb29\"; }\n\n.icon-footsteps-sharp:before {\n  content: \"\\eb2a\"; }\n\n.icon-funnel:before {\n  content: \"\\eb2b\"; }\n\n.icon-funnel-outline:before {\n  content: \"\\eb2c\"; }\n\n.icon-funnel-sharp:before {\n  content: \"\\eb2d\"; }\n\n.icon-game-controller:before {\n  content: \"\\eb2e\"; }\n\n.icon-game-controller-outline:before {\n  content: \"\\eb2f\"; }\n\n.icon-game-controller-sharp:before {\n  content: \"\\eb30\"; }\n\n.icon-gift:before {\n  content: \"\\eb31\"; }\n\n.icon-gift-outline:before {\n  content: \"\\eb32\"; }\n\n.icon-gift-sharp:before {\n  content: \"\\eb33\"; }\n\n.icon-git-branch:before {\n  content: \"\\eb34\"; }\n\n.icon-git-branch-outline:before {\n  content: \"\\eb35\"; }\n\n.icon-git-branch-sharp:before {\n  content: \"\\eb36\"; }\n\n.icon-git-commit:before {\n  content: \"\\eb37\"; }\n\n.icon-git-commit-outline:before {\n  content: \"\\eb38\"; }\n\n.icon-git-commit-sharp:before {\n  content: \"\\eb39\"; }\n\n.icon-git-compare:before {\n  content: \"\\eb3a\"; }\n\n.icon-git-compare-outline:before {\n  content: \"\\eb3b\"; }\n\n.icon-git-compare-sharp:before {\n  content: \"\\eb3c\"; }\n\n.icon-git-merge:before {\n  content: \"\\eb3d\"; }\n\n.icon-git-merge-outline:before {\n  content: \"\\eb3e\"; }\n\n.icon-git-merge-sharp:before {\n  content: \"\\eb3f\"; }\n\n.icon-git-network:before {\n  content: \"\\eb40\"; }\n\n.icon-git-network-outline:before {\n  content: \"\\eb41\"; }\n\n.icon-git-network-sharp:before {\n  content: \"\\eb42\"; }\n\n.icon-git-pull-request:before {\n  content: \"\\eb43\"; }\n\n.icon-git-pull-request-outline:before {\n  content: \"\\eb44\"; }\n\n.icon-git-pull-request-sharp:before {\n  content: \"\\eb45\"; }\n\n.icon-glasses:before {\n  content: \"\\eb46\"; }\n\n.icon-glasses-outline:before {\n  content: \"\\eb47\"; }\n\n.icon-glasses-sharp:before {\n  content: \"\\eb48\"; }\n\n.icon-globe:before {\n  content: \"\\eb49\"; }\n\n.icon-globe-outline:before {\n  content: \"\\eb4a\"; }\n\n.icon-globe-sharp:before {\n  content: \"\\eb4b\"; }\n\n.icon-golf:before {\n  content: \"\\eb4c\"; }\n\n.icon-golf-outline:before {\n  content: \"\\eb4d\"; }\n\n.icon-golf-sharp:before {\n  content: \"\\eb4e\"; }\n\n.icon-grid:before {\n  content: \"\\eb4f\"; }\n\n.icon-grid-outline:before {\n  content: \"\\eb50\"; }\n\n.icon-grid-sharp:before {\n  content: \"\\eb51\"; }\n\n.icon-hammer:before {\n  content: \"\\eb52\"; }\n\n.icon-hammer-outline:before {\n  content: \"\\eb53\"; }\n\n.icon-hammer-sharp:before {\n  content: \"\\eb54\"; }\n\n.icon-hand-left:before {\n  content: \"\\eb55\"; }\n\n.icon-hand-left-outline:before {\n  content: \"\\eb56\"; }\n\n.icon-hand-left-sharp:before {\n  content: \"\\eb57\"; }\n\n.icon-hand-right:before {\n  content: \"\\eb58\"; }\n\n.icon-hand-right-outline:before {\n  content: \"\\eb59\"; }\n\n.icon-hand-right-sharp:before {\n  content: \"\\eb5a\"; }\n\n.icon-happy:before {\n  content: \"\\eb5b\"; }\n\n.icon-happy-outline:before {\n  content: \"\\eb5c\"; }\n\n.icon-happy-sharp:before {\n  content: \"\\eb5d\"; }\n\n.icon-hardware-chip:before {\n  content: \"\\eb5e\"; }\n\n.icon-hardware-chip-outline:before {\n  content: \"\\eb5f\"; }\n\n.icon-hardware-chip-sharp:before {\n  content: \"\\eb60\"; }\n\n.icon-headset:before {\n  content: \"\\eb61\"; }\n\n.icon-headset-outline:before {\n  content: \"\\eb62\"; }\n\n.icon-headset-sharp:before {\n  content: \"\\eb63\"; }\n\n.icon-heart:before {\n  content: \"\\eb64\"; }\n\n.icon-heart-circle:before {\n  content: \"\\eb65\"; }\n\n.icon-heart-circle-outline:before {\n  content: \"\\eb66\"; }\n\n.icon-heart-circle-sharp:before {\n  content: \"\\eb67\"; }\n\n.icon-heart-dislike:before {\n  content: \"\\eb68\"; }\n\n.icon-heart-dislike-circle:before {\n  content: \"\\eb69\"; }\n\n.icon-heart-dislike-circle-outline:before {\n  content: \"\\eb6a\"; }\n\n.icon-heart-dislike-circle-sharp:before {\n  content: \"\\eb6b\"; }\n\n.icon-heart-dislike-outline:before {\n  content: \"\\eb6c\"; }\n\n.icon-heart-dislike-sharp:before {\n  content: \"\\eb6d\"; }\n\n.icon-heart-half:before {\n  content: \"\\eb6e\"; }\n\n.icon-heart-half-outline:before {\n  content: \"\\eb6f\"; }\n\n.icon-heart-half-sharp:before {\n  content: \"\\eb70\"; }\n\n.icon-heart-outline:before {\n  content: \"\\eb71\"; }\n\n.icon-heart-sharp:before {\n  content: \"\\eb72\"; }\n\n.icon-help:before {\n  content: \"\\eb73\"; }\n\n.icon-help-buoy:before {\n  content: \"\\eb74\"; }\n\n.icon-help-buoy-outline:before {\n  content: \"\\eb75\"; }\n\n.icon-help-buoy-sharp:before {\n  content: \"\\eb76\"; }\n\n.icon-help-circle:before {\n  content: \"\\eb77\"; }\n\n.icon-help-circle-outline:before {\n  content: \"\\eb78\"; }\n\n.icon-help-circle-sharp:before {\n  content: \"\\eb79\"; }\n\n.icon-help-outline:before {\n  content: \"\\eb7a\"; }\n\n.icon-help-sharp:before {\n  content: \"\\eb7b\"; }\n\n.icon-home:before {\n  content: \"\\eb7c\"; }\n\n.icon-home-outline:before {\n  content: \"\\eb7d\"; }\n\n.icon-home-sharp:before {\n  content: \"\\eb7e\"; }\n\n.icon-hourglass:before {\n  content: \"\\eb7f\"; }\n\n.icon-hourglass-outline:before {\n  content: \"\\eb80\"; }\n\n.icon-hourglass-sharp:before {\n  content: \"\\eb81\"; }\n\n.icon-ice-cream:before {\n  content: \"\\eb82\"; }\n\n.icon-ice-cream-outline:before {\n  content: \"\\eb83\"; }\n\n.icon-ice-cream-sharp:before {\n  content: \"\\eb84\"; }\n\n.icon-id-card:before {\n  content: \"\\eb85\"; }\n\n.icon-id-card-outline:before {\n  content: \"\\eb86\"; }\n\n.icon-id-card-sharp:before {\n  content: \"\\eb87\"; }\n\n.icon-image:before {\n  content: \"\\eb88\"; }\n\n.icon-image-outline:before {\n  content: \"\\eb89\"; }\n\n.icon-images:before {\n  content: \"\\eb8a\"; }\n\n.icon-image-sharp:before {\n  content: \"\\eb8b\"; }\n\n.icon-images-outline:before {\n  content: \"\\eb8c\"; }\n\n.icon-images-sharp:before {\n  content: \"\\eb8d\"; }\n\n.icon-infinite:before {\n  content: \"\\eb8e\"; }\n\n.icon-infinite-outline:before {\n  content: \"\\eb8f\"; }\n\n.icon-infinite-sharp:before {\n  content: \"\\eb90\"; }\n\n.icon-information:before {\n  content: \"\\eb91\"; }\n\n.icon-information-circle:before {\n  content: \"\\eb92\"; }\n\n.icon-information-circle-outline:before {\n  content: \"\\eb93\"; }\n\n.icon-information-circle-sharp:before {\n  content: \"\\eb94\"; }\n\n.icon-information-outline:before {\n  content: \"\\eb95\"; }\n\n.icon-information-sharp:before {\n  content: \"\\eb96\"; }\n\n.icon-invert-mode:before {\n  content: \"\\eb97\"; }\n\n.icon-invert-mode-outline:before {\n  content: \"\\eb98\"; }\n\n.icon-invert-mode-sharp:before {\n  content: \"\\eb99\"; }\n\n.icon-journal:before {\n  content: \"\\eb9a\"; }\n\n.icon-journal-outline:before {\n  content: \"\\eb9b\"; }\n\n.icon-journal-sharp:before {\n  content: \"\\eb9c\"; }\n\n.icon-key:before {\n  content: \"\\eb9d\"; }\n\n.icon-key-outline:before {\n  content: \"\\eb9e\"; }\n\n.icon-keypad:before {\n  content: \"\\eb9f\"; }\n\n.icon-keypad-outline:before {\n  content: \"\\eba0\"; }\n\n.icon-keypad-sharp:before {\n  content: \"\\eba1\"; }\n\n.icon-key-sharp:before {\n  content: \"\\eba2\"; }\n\n.icon-language:before {\n  content: \"\\eba3\"; }\n\n.icon-language-outline:before {\n  content: \"\\eba4\"; }\n\n.icon-language-sharp:before {\n  content: \"\\eba5\"; }\n\n.icon-laptop:before {\n  content: \"\\eba6\"; }\n\n.icon-laptop-outline:before {\n  content: \"\\eba7\"; }\n\n.icon-laptop-sharp:before {\n  content: \"\\eba8\"; }\n\n.icon-layers:before {\n  content: \"\\eba9\"; }\n\n.icon-layers-outline:before {\n  content: \"\\ebaa\"; }\n\n.icon-layers-sharp:before {\n  content: \"\\ebab\"; }\n\n.icon-leaf:before {\n  content: \"\\ebac\"; }\n\n.icon-leaf-outline:before {\n  content: \"\\ebad\"; }\n\n.icon-leaf-sharp:before {\n  content: \"\\ebae\"; }\n\n.icon-library:before {\n  content: \"\\ebaf\"; }\n\n.icon-library-outline:before {\n  content: \"\\ebb0\"; }\n\n.icon-library-sharp:before {\n  content: \"\\ebb1\"; }\n\n.icon-link:before {\n  content: \"\\ebb2\"; }\n\n.icon-link-outline:before {\n  content: \"\\ebb3\"; }\n\n.icon-link-sharp:before {\n  content: \"\\ebb4\"; }\n\n.icon-list:before {\n  content: \"\\ebb5\"; }\n\n.icon-list-circle:before {\n  content: \"\\ebb6\"; }\n\n.icon-list-circle-outline:before {\n  content: \"\\ebb7\"; }\n\n.icon-list-circle-sharp:before {\n  content: \"\\ebb8\"; }\n\n.icon-list-outline:before {\n  content: \"\\ebb9\"; }\n\n.icon-list-sharp:before {\n  content: \"\\ebba\"; }\n\n.icon-locate:before {\n  content: \"\\ebbb\"; }\n\n.icon-locate-outline:before {\n  content: \"\\ebbc\"; }\n\n.icon-locate-sharp:before {\n  content: \"\\ebbd\"; }\n\n.icon-location:before {\n  content: \"\\ebbe\"; }\n\n.icon-location-outline:before {\n  content: \"\\ebbf\"; }\n\n.icon-location-sharp:before {\n  content: \"\\ebc0\"; }\n\n.icon-lock-closed:before {\n  content: \"\\ebc1\"; }\n\n.icon-lock-closed-outline:before {\n  content: \"\\ebc2\"; }\n\n.icon-lock-closed-sharp:before {\n  content: \"\\ebc3\"; }\n\n.icon-lock-open:before {\n  content: \"\\ebc4\"; }\n\n.icon-lock-open-outline:before {\n  content: \"\\ebc5\"; }\n\n.icon-lock-open-sharp:before {\n  content: \"\\ebc6\"; }\n\n.icon-log-in:before {\n  content: \"\\ebc7\"; }\n\n.icon-log-in-outline:before {\n  content: \"\\ebc8\"; }\n\n.icon-log-in-sharp:before {\n  content: \"\\ebc9\"; }\n\n.icon-logo-alipay:before {\n  content: \"\\ebca\"; }\n\n.icon-logo-amazon:before {\n  content: \"\\ebcb\"; }\n\n.icon-logo-amplify:before {\n  content: \"\\ebcc\"; }\n\n.icon-logo-android:before {\n  content: \"\\ebcd\"; }\n\n.icon-logo-angular:before {\n  content: \"\\ebce\"; }\n\n.icon-logo-apple:before {\n  content: \"\\ebcf\"; }\n\n.icon-logo-apple-appstore:before {\n  content: \"\\ebd0\"; }\n\n.icon-logo-apple-ar:before {\n  content: \"\\ebd1\"; }\n\n.icon-logo-behance:before {\n  content: \"\\ebd2\"; }\n\n.icon-logo-bitbucket:before {\n  content: \"\\ebd3\"; }\n\n.icon-logo-bitcoin:before {\n  content: \"\\ebd4\"; }\n\n.icon-logo-buffer:before {\n  content: \"\\ebd5\"; }\n\n.icon-logo-capacitor:before {\n  content: \"\\ebd6\"; }\n\n.icon-logo-chrome:before {\n  content: \"\\ebd7\"; }\n\n.icon-logo-closed-captioning:before {\n  content: \"\\ebd8\"; }\n\n.icon-logo-codepen:before {\n  content: \"\\ebd9\"; }\n\n.icon-logo-css3:before {\n  content: \"\\ebda\"; }\n\n.icon-logo-designernews:before {\n  content: \"\\ebdb\"; }\n\n.icon-logo-deviantart:before {\n  content: \"\\ebdc\"; }\n\n.icon-logo-discord:before {\n  content: \"\\ebdd\"; }\n\n.icon-logo-docker:before {\n  content: \"\\ebde\"; }\n\n.icon-logo-dribbble:before {\n  content: \"\\ebdf\"; }\n\n.icon-logo-dropbox:before {\n  content: \"\\ebe0\"; }\n\n.icon-logo-edge:before {\n  content: \"\\ebe1\"; }\n\n.icon-logo-electron:before {\n  content: \"\\ebe2\"; }\n\n.icon-logo-euro:before {\n  content: \"\\ebe3\"; }\n\n.icon-logo-facebook:before {\n  content: \"\\ebe4\"; }\n\n.icon-logo-figma:before {\n  content: \"\\ebe5\"; }\n\n.icon-logo-firebase:before {\n  content: \"\\ebe6\"; }\n\n.icon-logo-firefox:before {\n  content: \"\\ebe7\"; }\n\n.icon-logo-flickr:before {\n  content: \"\\ebe8\"; }\n\n.icon-logo-foursquare:before {\n  content: \"\\ebe9\"; }\n\n.icon-logo-github:before {\n  content: \"\\ebea\"; }\n\n.icon-logo-gitlab:before {\n  content: \"\\ebeb\"; }\n\n.icon-logo-google:before {\n  content: \"\\ebec\"; }\n\n.icon-logo-google-playstore:before {\n  content: \"\\ebed\"; }\n\n.icon-logo-hackernews:before {\n  content: \"\\ebee\"; }\n\n.icon-logo-html5:before {\n  content: \"\\ebef\"; }\n\n.icon-logo-instagram:before {\n  content: \"\\ebf0\"; }\n\n.icon-logo-ionic:before {\n  content: \"\\ebf1\"; }\n\n.icon-logo-ionitron:before {\n  content: \"\\ebf2\"; }\n\n.icon-logo-javascript:before {\n  content: \"\\ebf3\"; }\n\n.icon-logo-laravel:before {\n  content: \"\\ebf4\"; }\n\n.icon-logo-linkedin:before {\n  content: \"\\ebf5\"; }\n\n.icon-logo-markdown:before {\n  content: \"\\ebf6\"; }\n\n.icon-logo-mastodon:before {\n  content: \"\\ebf7\"; }\n\n.icon-logo-medium:before {\n  content: \"\\ebf8\"; }\n\n.icon-logo-microsoft:before {\n  content: \"\\ebf9\"; }\n\n.icon-logo-nodejs:before {\n  content: \"\\ebfa\"; }\n\n.icon-logo-no-smoking:before {\n  content: \"\\ebfb\"; }\n\n.icon-logo-npm:before {\n  content: \"\\ebfc\"; }\n\n.icon-logo-octocat:before {\n  content: \"\\ebfd\"; }\n\n.icon-logo-paypal:before {\n  content: \"\\ebfe\"; }\n\n.icon-logo-pinterest:before {\n  content: \"\\ebff\"; }\n\n.icon-logo-playstation:before {\n  content: \"\\ec00\"; }\n\n.icon-logo-pwa:before {\n  content: \"\\ec01\"; }\n\n.icon-logo-python:before {\n  content: \"\\ec02\"; }\n\n.icon-logo-react:before {\n  content: \"\\ec03\"; }\n\n.icon-logo-reddit:before {\n  content: \"\\ec04\"; }\n\n.icon-logo-rss:before {\n  content: \"\\ec05\"; }\n\n.icon-logo-sass:before {\n  content: \"\\ec06\"; }\n\n.icon-logo-skype:before {\n  content: \"\\ec07\"; }\n\n.icon-logo-slack:before {\n  content: \"\\ec08\"; }\n\n.icon-logo-snapchat:before {\n  content: \"\\ec09\"; }\n\n.icon-logo-soundcloud:before {\n  content: \"\\ec0a\"; }\n\n.icon-logo-stackoverflow:before {\n  content: \"\\ec0b\"; }\n\n.icon-logo-steam:before {\n  content: \"\\ec0c\"; }\n\n.icon-logo-stencil:before {\n  content: \"\\ec0d\"; }\n\n.icon-logo-tableau:before {\n  content: \"\\ec0e\"; }\n\n.icon-logo-tiktok:before {\n  content: \"\\ec0f\"; }\n\n.icon-logo-tumblr:before {\n  content: \"\\ec10\"; }\n\n.icon-logo-tux:before {\n  content: \"\\ec11\"; }\n\n.icon-logo-twitch:before {\n  content: \"\\ec12\"; }\n\n.icon-logo-twitter:before {\n  content: \"\\ec13\"; }\n\n.icon-logo-usd:before {\n  content: \"\\ec14\"; }\n\n.icon-log-out:before {\n  content: \"\\ec15\"; }\n\n.icon-log-out-outline:before {\n  content: \"\\ec16\"; }\n\n.icon-log-out-sharp:before {\n  content: \"\\ec17\"; }\n\n.icon-logo-venmo:before {\n  content: \"\\ec18\"; }\n\n.icon-logo-vercel:before {\n  content: \"\\ec19\"; }\n\n.icon-logo-vimeo:before {\n  content: \"\\ec1a\"; }\n\n.icon-logo-vk:before {\n  content: \"\\ec1b\"; }\n\n.icon-logo-vue:before {\n  content: \"\\ec1c\"; }\n\n.icon-logo-web-component:before {\n  content: \"\\ec1d\"; }\n\n.icon-logo-wechat:before {\n  content: \"\\ec1e\"; }\n\n.icon-logo-whatsapp:before {\n  content: \"\\ec1f\"; }\n\n.icon-logo-windows:before {\n  content: \"\\ec20\"; }\n\n.icon-logo-wordpress:before {\n  content: \"\\ec21\"; }\n\n.icon-logo-xbox:before {\n  content: \"\\ec22\"; }\n\n.icon-logo-xing:before {\n  content: \"\\ec23\"; }\n\n.icon-logo-yahoo:before {\n  content: \"\\ec24\"; }\n\n.icon-logo-yen:before {\n  content: \"\\ec25\"; }\n\n.icon-logo-youtube:before {\n  content: \"\\ec26\"; }\n\n.icon-magnet:before {\n  content: \"\\ec27\"; }\n\n.icon-magnet-outline:before {\n  content: \"\\ec28\"; }\n\n.icon-magnet-sharp:before {\n  content: \"\\ec29\"; }\n\n.icon-mail:before {\n  content: \"\\ec2a\"; }\n\n.icon-mail-open:before {\n  content: \"\\ec2b\"; }\n\n.icon-mail-open-outline:before {\n  content: \"\\ec2c\"; }\n\n.icon-mail-open-sharp:before {\n  content: \"\\ec2d\"; }\n\n.icon-mail-outline:before {\n  content: \"\\ec2e\"; }\n\n.icon-mail-sharp:before {\n  content: \"\\ec2f\"; }\n\n.icon-mail-unread:before {\n  content: \"\\ec30\"; }\n\n.icon-mail-unread-outline:before {\n  content: \"\\ec31\"; }\n\n.icon-mail-unread-sharp:before {\n  content: \"\\ec32\"; }\n\n.icon-male:before {\n  content: \"\\ec33\"; }\n\n.icon-male-female:before {\n  content: \"\\ec34\"; }\n\n.icon-male-female-outline:before {\n  content: \"\\ec35\"; }\n\n.icon-male-female-sharp:before {\n  content: \"\\ec36\"; }\n\n.icon-male-outline:before {\n  content: \"\\ec37\"; }\n\n.icon-male-sharp:before {\n  content: \"\\ec38\"; }\n\n.icon-man:before {\n  content: \"\\ec39\"; }\n\n.icon-man-outline:before {\n  content: \"\\ec3a\"; }\n\n.icon-man-sharp:before {\n  content: \"\\ec3b\"; }\n\n.icon-map:before {\n  content: \"\\ec3c\"; }\n\n.icon-map-outline:before {\n  content: \"\\ec3d\"; }\n\n.icon-map-sharp:before {\n  content: \"\\ec3e\"; }\n\n.icon-medal:before {\n  content: \"\\ec3f\"; }\n\n.icon-medal-outline:before {\n  content: \"\\ec40\"; }\n\n.icon-medal-sharp:before {\n  content: \"\\ec41\"; }\n\n.icon-medical:before {\n  content: \"\\ec42\"; }\n\n.icon-medical-outline:before {\n  content: \"\\ec43\"; }\n\n.icon-medical-sharp:before {\n  content: \"\\ec44\"; }\n\n.icon-medkit:before {\n  content: \"\\ec45\"; }\n\n.icon-medkit-outline:before {\n  content: \"\\ec46\"; }\n\n.icon-medkit-sharp:before {\n  content: \"\\ec47\"; }\n\n.icon-megaphone:before {\n  content: \"\\ec48\"; }\n\n.icon-megaphone-outline:before {\n  content: \"\\ec49\"; }\n\n.icon-megaphone-sharp:before {\n  content: \"\\ec4a\"; }\n\n.icon-menu:before {\n  content: \"\\ec4b\"; }\n\n.icon-menu-outline:before {\n  content: \"\\ec4c\"; }\n\n.icon-menu-sharp:before {\n  content: \"\\ec4d\"; }\n\n.icon-mic:before {\n  content: \"\\ec4e\"; }\n\n.icon-mic-circle:before {\n  content: \"\\ec4f\"; }\n\n.icon-mic-circle-outline:before {\n  content: \"\\ec50\"; }\n\n.icon-mic-circle-sharp:before {\n  content: \"\\ec51\"; }\n\n.icon-mic-off:before {\n  content: \"\\ec52\"; }\n\n.icon-mic-off-circle:before {\n  content: \"\\ec53\"; }\n\n.icon-mic-off-circle-outline:before {\n  content: \"\\ec54\"; }\n\n.icon-mic-off-circle-sharp:before {\n  content: \"\\ec55\"; }\n\n.icon-mic-off-outline:before {\n  content: \"\\ec56\"; }\n\n.icon-mic-off-sharp:before {\n  content: \"\\ec57\"; }\n\n.icon-mic-outline:before {\n  content: \"\\ec58\"; }\n\n.icon-mic-sharp:before {\n  content: \"\\ec59\"; }\n\n.icon-moon:before {\n  content: \"\\ec5a\"; }\n\n.icon-moon-outline:before {\n  content: \"\\ec5b\"; }\n\n.icon-moon-sharp:before {\n  content: \"\\ec5c\"; }\n\n.icon-move:before {\n  content: \"\\ec5d\"; }\n\n.icon-move-outline:before {\n  content: \"\\ec5e\"; }\n\n.icon-move-sharp:before {\n  content: \"\\ec5f\"; }\n\n.icon-musical-note:before {\n  content: \"\\ec60\"; }\n\n.icon-musical-note-outline:before {\n  content: \"\\ec61\"; }\n\n.icon-musical-notes:before {\n  content: \"\\ec62\"; }\n\n.icon-musical-note-sharp:before {\n  content: \"\\ec63\"; }\n\n.icon-musical-notes-outline:before {\n  content: \"\\ec64\"; }\n\n.icon-musical-notes-sharp:before {\n  content: \"\\ec65\"; }\n\n.icon-navigate:before {\n  content: \"\\ec66\"; }\n\n.icon-navigate-circle:before {\n  content: \"\\ec67\"; }\n\n.icon-navigate-circle-outline:before {\n  content: \"\\ec68\"; }\n\n.icon-navigate-circle-sharp:before {\n  content: \"\\ec69\"; }\n\n.icon-navigate-outline:before {\n  content: \"\\ec6a\"; }\n\n.icon-navigate-sharp:before {\n  content: \"\\ec6b\"; }\n\n.icon-newspaper:before {\n  content: \"\\ec6c\"; }\n\n.icon-newspaper-outline:before {\n  content: \"\\ec6d\"; }\n\n.icon-newspaper-sharp:before {\n  content: \"\\ec6e\"; }\n\n.icon-notifications:before {\n  content: \"\\ec6f\"; }\n\n.icon-notifications-circle:before {\n  content: \"\\ec70\"; }\n\n.icon-notifications-circle-outline:before {\n  content: \"\\ec71\"; }\n\n.icon-notifications-circle-sharp:before {\n  content: \"\\ec72\"; }\n\n.icon-notifications-off:before {\n  content: \"\\ec73\"; }\n\n.icon-notifications-off-circle:before {\n  content: \"\\ec74\"; }\n\n.icon-notifications-off-circle-outline:before {\n  content: \"\\ec75\"; }\n\n.icon-notifications-off-circle-sharp:before {\n  content: \"\\ec76\"; }\n\n.icon-notifications-off-outline:before {\n  content: \"\\ec77\"; }\n\n.icon-notifications-off-sharp:before {\n  content: \"\\ec78\"; }\n\n.icon-notifications-outline:before {\n  content: \"\\ec79\"; }\n\n.icon-notifications-sharp:before {\n  content: \"\\ec7a\"; }\n\n.icon-nuclear:before {\n  content: \"\\ec7b\"; }\n\n.icon-nuclear-outline:before {\n  content: \"\\ec7c\"; }\n\n.icon-nuclear-sharp:before {\n  content: \"\\ec7d\"; }\n\n.icon-nutrition:before {\n  content: \"\\ec7e\"; }\n\n.icon-nutrition-outline:before {\n  content: \"\\ec7f\"; }\n\n.icon-nutrition-sharp:before {\n  content: \"\\ec80\"; }\n\n.icon-open:before {\n  content: \"\\ec81\"; }\n\n.icon-open-outline:before {\n  content: \"\\ec82\"; }\n\n.icon-open-sharp:before {\n  content: \"\\ec83\"; }\n\n.icon-options:before {\n  content: \"\\ec84\"; }\n\n.icon-options-outline:before {\n  content: \"\\ec85\"; }\n\n.icon-options-sharp:before {\n  content: \"\\ec86\"; }\n\n.icon-paper-plane:before {\n  content: \"\\ec87\"; }\n\n.icon-paper-plane-outline:before {\n  content: \"\\ec88\"; }\n\n.icon-paper-plane-sharp:before {\n  content: \"\\ec89\"; }\n\n.icon-partly-sunny:before {\n  content: \"\\ec8a\"; }\n\n.icon-partly-sunny-outline:before {\n  content: \"\\ec8b\"; }\n\n.icon-partly-sunny-sharp:before {\n  content: \"\\ec8c\"; }\n\n.icon-pause:before {\n  content: \"\\ec8d\"; }\n\n.icon-pause-circle:before {\n  content: \"\\ec8e\"; }\n\n.icon-pause-circle-outline:before {\n  content: \"\\ec8f\"; }\n\n.icon-pause-circle-sharp:before {\n  content: \"\\ec90\"; }\n\n.icon-pause-outline:before {\n  content: \"\\ec91\"; }\n\n.icon-pause-sharp:before {\n  content: \"\\ec92\"; }\n\n.icon-paw:before {\n  content: \"\\ec93\"; }\n\n.icon-paw-outline:before {\n  content: \"\\ec94\"; }\n\n.icon-paw-sharp:before {\n  content: \"\\ec95\"; }\n\n.icon-pencil:before {\n  content: \"\\ec96\"; }\n\n.icon-pencil-outline:before {\n  content: \"\\ec97\"; }\n\n.icon-pencil-sharp:before {\n  content: \"\\ec98\"; }\n\n.icon-people:before {\n  content: \"\\ec99\"; }\n\n.icon-people-circle:before {\n  content: \"\\ec9a\"; }\n\n.icon-people-circle-outline:before {\n  content: \"\\ec9b\"; }\n\n.icon-people-circle-sharp:before {\n  content: \"\\ec9c\"; }\n\n.icon-people-outline:before {\n  content: \"\\ec9d\"; }\n\n.icon-people-sharp:before {\n  content: \"\\ec9e\"; }\n\n.icon-person:before {\n  content: \"\\ec9f\"; }\n\n.icon-person-add:before {\n  content: \"\\eca0\"; }\n\n.icon-person-add-outline:before {\n  content: \"\\eca1\"; }\n\n.icon-person-add-sharp:before {\n  content: \"\\eca2\"; }\n\n.icon-person-circle:before {\n  content: \"\\eca3\"; }\n\n.icon-person-circle-outline:before {\n  content: \"\\eca4\"; }\n\n.icon-person-circle-sharp:before {\n  content: \"\\eca5\"; }\n\n.icon-person-outline:before {\n  content: \"\\eca6\"; }\n\n.icon-person-remove:before {\n  content: \"\\eca7\"; }\n\n.icon-person-remove-outline:before {\n  content: \"\\eca8\"; }\n\n.icon-person-remove-sharp:before {\n  content: \"\\eca9\"; }\n\n.icon-person-sharp:before {\n  content: \"\\ecaa\"; }\n\n.icon-phone-landscape:before {\n  content: \"\\ecab\"; }\n\n.icon-phone-landscape-outline:before {\n  content: \"\\ecac\"; }\n\n.icon-phone-landscape-sharp:before {\n  content: \"\\ecad\"; }\n\n.icon-phone-portrait:before {\n  content: \"\\ecae\"; }\n\n.icon-phone-portrait-outline:before {\n  content: \"\\ecaf\"; }\n\n.icon-phone-portrait-sharp:before {\n  content: \"\\ecb0\"; }\n\n.icon-pie-chart:before {\n  content: \"\\ecb1\"; }\n\n.icon-pie-chart-outline:before {\n  content: \"\\ecb2\"; }\n\n.icon-pie-chart-sharp:before {\n  content: \"\\ecb3\"; }\n\n.icon-pin:before {\n  content: \"\\ecb4\"; }\n\n.icon-pin-outline:before {\n  content: \"\\ecb5\"; }\n\n.icon-pin-sharp:before {\n  content: \"\\ecb6\"; }\n\n.icon-pint:before {\n  content: \"\\ecb7\"; }\n\n.icon-pint-outline:before {\n  content: \"\\ecb8\"; }\n\n.icon-pint-sharp:before {\n  content: \"\\ecb9\"; }\n\n.icon-pizza:before {\n  content: \"\\ecba\"; }\n\n.icon-pizza-outline:before {\n  content: \"\\ecbb\"; }\n\n.icon-pizza-sharp:before {\n  content: \"\\ecbc\"; }\n\n.icon-planet:before {\n  content: \"\\ecbd\"; }\n\n.icon-planet-outline:before {\n  content: \"\\ecbe\"; }\n\n.icon-planet-sharp:before {\n  content: \"\\ecbf\"; }\n\n.icon-play:before {\n  content: \"\\ecc0\"; }\n\n.icon-play-back:before {\n  content: \"\\ecc1\"; }\n\n.icon-play-back-circle:before {\n  content: \"\\ecc2\"; }\n\n.icon-play-back-circle-outline:before {\n  content: \"\\ecc3\"; }\n\n.icon-play-back-circle-sharp:before {\n  content: \"\\ecc4\"; }\n\n.icon-play-back-outline:before {\n  content: \"\\ecc5\"; }\n\n.icon-play-back-sharp:before {\n  content: \"\\ecc6\"; }\n\n.icon-play-circle:before {\n  content: \"\\ecc7\"; }\n\n.icon-play-circle-outline:before {\n  content: \"\\ecc8\"; }\n\n.icon-play-circle-sharp:before {\n  content: \"\\ecc9\"; }\n\n.icon-play-forward:before {\n  content: \"\\ecca\"; }\n\n.icon-play-forward-circle:before {\n  content: \"\\eccb\"; }\n\n.icon-play-forward-circle-outline:before {\n  content: \"\\eccc\"; }\n\n.icon-play-forward-circle-sharp:before {\n  content: \"\\eccd\"; }\n\n.icon-play-forward-outline:before {\n  content: \"\\ecce\"; }\n\n.icon-play-forward-sharp:before {\n  content: \"\\eccf\"; }\n\n.icon-play-outline:before {\n  content: \"\\ecd0\"; }\n\n.icon-play-sharp:before {\n  content: \"\\ecd1\"; }\n\n.icon-play-skip-back:before {\n  content: \"\\ecd2\"; }\n\n.icon-play-skip-back-circle:before {\n  content: \"\\ecd3\"; }\n\n.icon-play-skip-back-circle-outline:before {\n  content: \"\\ecd4\"; }\n\n.icon-play-skip-back-circle-sharp:before {\n  content: \"\\ecd5\"; }\n\n.icon-play-skip-back-outline:before {\n  content: \"\\ecd6\"; }\n\n.icon-play-skip-back-sharp:before {\n  content: \"\\ecd7\"; }\n\n.icon-play-skip-forward:before {\n  content: \"\\ecd8\"; }\n\n.icon-play-skip-forward-circle:before {\n  content: \"\\ecd9\"; }\n\n.icon-play-skip-forward-circle-outline:before {\n  content: \"\\ecda\"; }\n\n.icon-play-skip-forward-circle-sharp:before {\n  content: \"\\ecdb\"; }\n\n.icon-play-skip-forward-outline:before {\n  content: \"\\ecdc\"; }\n\n.icon-play-skip-forward-sharp:before {\n  content: \"\\ecdd\"; }\n\n.icon-podium:before {\n  content: \"\\ecde\"; }\n\n.icon-podium-outline:before {\n  content: \"\\ecdf\"; }\n\n.icon-podium-sharp:before {\n  content: \"\\ece0\"; }\n\n.icon-power:before {\n  content: \"\\ece1\"; }\n\n.icon-power-outline:before {\n  content: \"\\ece2\"; }\n\n.icon-power-sharp:before {\n  content: \"\\ece3\"; }\n\n.icon-pricetag:before {\n  content: \"\\ece4\"; }\n\n.icon-pricetag-outline:before {\n  content: \"\\ece5\"; }\n\n.icon-pricetags:before {\n  content: \"\\ece6\"; }\n\n.icon-pricetag-sharp:before {\n  content: \"\\ece7\"; }\n\n.icon-pricetags-outline:before {\n  content: \"\\ece8\"; }\n\n.icon-pricetags-sharp:before {\n  content: \"\\ece9\"; }\n\n.icon-print:before {\n  content: \"\\ecea\"; }\n\n.icon-print-outline:before {\n  content: \"\\eceb\"; }\n\n.icon-print-sharp:before {\n  content: \"\\ecec\"; }\n\n.icon-prism:before {\n  content: \"\\eced\"; }\n\n.icon-prism-outline:before {\n  content: \"\\ecee\"; }\n\n.icon-prism-sharp:before {\n  content: \"\\ecef\"; }\n\n.icon-pulse:before {\n  content: \"\\ecf0\"; }\n\n.icon-pulse-outline:before {\n  content: \"\\ecf1\"; }\n\n.icon-pulse-sharp:before {\n  content: \"\\ecf2\"; }\n\n.icon-push:before {\n  content: \"\\ecf3\"; }\n\n.icon-push-outline:before {\n  content: \"\\ecf4\"; }\n\n.icon-push-sharp:before {\n  content: \"\\ecf5\"; }\n\n.icon-qr-code:before {\n  content: \"\\ecf6\"; }\n\n.icon-qr-code-outline:before {\n  content: \"\\ecf7\"; }\n\n.icon-qr-code-sharp:before {\n  content: \"\\ecf8\"; }\n\n.icon-radio:before {\n  content: \"\\ecf9\"; }\n\n.icon-radio-button-off:before {\n  content: \"\\ecfa\"; }\n\n.icon-radio-button-off-outline:before {\n  content: \"\\ecfb\"; }\n\n.icon-radio-button-off-sharp:before {\n  content: \"\\ecfc\"; }\n\n.icon-radio-button-on:before {\n  content: \"\\ecfd\"; }\n\n.icon-radio-button-on-outline:before {\n  content: \"\\ecfe\"; }\n\n.icon-radio-button-on-sharp:before {\n  content: \"\\ecff\"; }\n\n.icon-radio-outline:before {\n  content: \"\\ed00\"; }\n\n.icon-radio-sharp:before {\n  content: \"\\ed01\"; }\n\n.icon-rainy:before {\n  content: \"\\ed02\"; }\n\n.icon-rainy-outline:before {\n  content: \"\\ed03\"; }\n\n.icon-rainy-sharp:before {\n  content: \"\\ed04\"; }\n\n.icon-reader:before {\n  content: \"\\ed05\"; }\n\n.icon-reader-outline:before {\n  content: \"\\ed06\"; }\n\n.icon-reader-sharp:before {\n  content: \"\\ed07\"; }\n\n.icon-receipt:before {\n  content: \"\\ed08\"; }\n\n.icon-receipt-outline:before {\n  content: \"\\ed09\"; }\n\n.icon-receipt-sharp:before {\n  content: \"\\ed0a\"; }\n\n.icon-recording:before {\n  content: \"\\ed0b\"; }\n\n.icon-recording-outline:before {\n  content: \"\\ed0c\"; }\n\n.icon-recording-sharp:before {\n  content: \"\\ed0d\"; }\n\n.icon-refresh:before {\n  content: \"\\ed0e\"; }\n\n.icon-refresh-circle:before {\n  content: \"\\ed0f\"; }\n\n.icon-refresh-circle-outline:before {\n  content: \"\\ed10\"; }\n\n.icon-refresh-circle-sharp:before {\n  content: \"\\ed11\"; }\n\n.icon-refresh-outline:before {\n  content: \"\\ed12\"; }\n\n.icon-refresh-sharp:before {\n  content: \"\\ed13\"; }\n\n.icon-reload:before {\n  content: \"\\ed14\"; }\n\n.icon-reload-circle:before {\n  content: \"\\ed15\"; }\n\n.icon-reload-circle-outline:before {\n  content: \"\\ed16\"; }\n\n.icon-reload-circle-sharp:before {\n  content: \"\\ed17\"; }\n\n.icon-reload-outline:before {\n  content: \"\\ed18\"; }\n\n.icon-reload-sharp:before {\n  content: \"\\ed19\"; }\n\n.icon-remove:before {\n  content: \"\\ed1a\"; }\n\n.icon-remove-circle:before {\n  content: \"\\ed1b\"; }\n\n.icon-remove-circle-outline:before {\n  content: \"\\ed1c\"; }\n\n.icon-remove-circle-sharp:before {\n  content: \"\\ed1d\"; }\n\n.icon-remove-outline:before {\n  content: \"\\ed1e\"; }\n\n.icon-remove-sharp:before {\n  content: \"\\ed1f\"; }\n\n.icon-reorder-four:before {\n  content: \"\\ed20\"; }\n\n.icon-reorder-four-outline:before {\n  content: \"\\ed21\"; }\n\n.icon-reorder-four-sharp:before {\n  content: \"\\ed22\"; }\n\n.icon-reorder-three:before {\n  content: \"\\ed23\"; }\n\n.icon-reorder-three-outline:before {\n  content: \"\\ed24\"; }\n\n.icon-reorder-three-sharp:before {\n  content: \"\\ed25\"; }\n\n.icon-reorder-two:before {\n  content: \"\\ed26\"; }\n\n.icon-reorder-two-outline:before {\n  content: \"\\ed27\"; }\n\n.icon-reorder-two-sharp:before {\n  content: \"\\ed28\"; }\n\n.icon-repeat:before {\n  content: \"\\ed29\"; }\n\n.icon-repeat-outline:before {\n  content: \"\\ed2a\"; }\n\n.icon-repeat-sharp:before {\n  content: \"\\ed2b\"; }\n\n.icon-resize:before {\n  content: \"\\ed2c\"; }\n\n.icon-resize-outline:before {\n  content: \"\\ed2d\"; }\n\n.icon-resize-sharp:before {\n  content: \"\\ed2e\"; }\n\n.icon-restaurant:before {\n  content: \"\\ed2f\"; }\n\n.icon-restaurant-outline:before {\n  content: \"\\ed30\"; }\n\n.icon-restaurant-sharp:before {\n  content: \"\\ed31\"; }\n\n.icon-return-down-back:before {\n  content: \"\\ed32\"; }\n\n.icon-return-down-back-outline:before {\n  content: \"\\ed33\"; }\n\n.icon-return-down-back-sharp:before {\n  content: \"\\ed34\"; }\n\n.icon-return-down-forward:before {\n  content: \"\\ed35\"; }\n\n.icon-return-down-forward-outline:before {\n  content: \"\\ed36\"; }\n\n.icon-return-down-forward-sharp:before {\n  content: \"\\ed37\"; }\n\n.icon-return-up-back:before {\n  content: \"\\ed38\"; }\n\n.icon-return-up-back-outline:before {\n  content: \"\\ed39\"; }\n\n.icon-return-up-back-sharp:before {\n  content: \"\\ed3a\"; }\n\n.icon-return-up-forward:before {\n  content: \"\\ed3b\"; }\n\n.icon-return-up-forward-outline:before {\n  content: \"\\ed3c\"; }\n\n.icon-return-up-forward-sharp:before {\n  content: \"\\ed3d\"; }\n\n.icon-ribbon:before {\n  content: \"\\ed3e\"; }\n\n.icon-ribbon-outline:before {\n  content: \"\\ed3f\"; }\n\n.icon-ribbon-sharp:before {\n  content: \"\\ed40\"; }\n\n.icon-rocket:before {\n  content: \"\\ed41\"; }\n\n.icon-rocket-outline:before {\n  content: \"\\ed42\"; }\n\n.icon-rocket-sharp:before {\n  content: \"\\ed43\"; }\n\n.icon-rose:before {\n  content: \"\\ed44\"; }\n\n.icon-rose-outline:before {\n  content: \"\\ed45\"; }\n\n.icon-rose-sharp:before {\n  content: \"\\ed46\"; }\n\n.icon-sad:before {\n  content: \"\\ed47\"; }\n\n.icon-sad-outline:before {\n  content: \"\\ed48\"; }\n\n.icon-sad-sharp:before {\n  content: \"\\ed49\"; }\n\n.icon-save:before {\n  content: \"\\ed4a\"; }\n\n.icon-save-outline:before {\n  content: \"\\ed4b\"; }\n\n.icon-save-sharp:before {\n  content: \"\\ed4c\"; }\n\n.icon-scale:before {\n  content: \"\\ed4d\"; }\n\n.icon-scale-outline:before {\n  content: \"\\ed4e\"; }\n\n.icon-scale-sharp:before {\n  content: \"\\ed4f\"; }\n\n.icon-scan:before {\n  content: \"\\ed50\"; }\n\n.icon-scan-circle:before {\n  content: \"\\ed51\"; }\n\n.icon-scan-circle-outline:before {\n  content: \"\\ed52\"; }\n\n.icon-scan-circle-sharp:before {\n  content: \"\\ed53\"; }\n\n.icon-scan-outline:before {\n  content: \"\\ed54\"; }\n\n.icon-scan-sharp:before {\n  content: \"\\ed55\"; }\n\n.icon-school:before {\n  content: \"\\ed56\"; }\n\n.icon-school-outline:before {\n  content: \"\\ed57\"; }\n\n.icon-school-sharp:before {\n  content: \"\\ed58\"; }\n\n.icon-search:before {\n  content: \"\\ed59\"; }\n\n.icon-search-circle:before {\n  content: \"\\ed5a\"; }\n\n.icon-search-circle-outline:before {\n  content: \"\\ed5b\"; }\n\n.icon-search-circle-sharp:before {\n  content: \"\\ed5c\"; }\n\n.icon-search-outline:before {\n  content: \"\\ed5d\"; }\n\n.icon-search-sharp:before {\n  content: \"\\ed5e\"; }\n\n.icon-send:before {\n  content: \"\\ed5f\"; }\n\n.icon-send-outline:before {\n  content: \"\\ed60\"; }\n\n.icon-send-sharp:before {\n  content: \"\\ed61\"; }\n\n.icon-server:before {\n  content: \"\\ed62\"; }\n\n.icon-server-outline:before {\n  content: \"\\ed63\"; }\n\n.icon-server-sharp:before {\n  content: \"\\ed64\"; }\n\n.icon-settings:before {\n  content: \"\\ed65\"; }\n\n.icon-settings-outline:before {\n  content: \"\\ed66\"; }\n\n.icon-settings-sharp:before {\n  content: \"\\ed67\"; }\n\n.icon-shapes:before {\n  content: \"\\ed68\"; }\n\n.icon-shapes-outline:before {\n  content: \"\\ed69\"; }\n\n.icon-shapes-sharp:before {\n  content: \"\\ed6a\"; }\n\n.icon-share:before {\n  content: \"\\ed6b\"; }\n\n.icon-share-outline:before {\n  content: \"\\ed6c\"; }\n\n.icon-share-sharp:before {\n  content: \"\\ed6d\"; }\n\n.icon-share-social:before {\n  content: \"\\ed6e\"; }\n\n.icon-share-social-outline:before {\n  content: \"\\ed6f\"; }\n\n.icon-share-social-sharp:before {\n  content: \"\\ed70\"; }\n\n.icon-shield:before {\n  content: \"\\ed71\"; }\n\n.icon-shield-checkmark:before {\n  content: \"\\ed72\"; }\n\n.icon-shield-checkmark-outline:before {\n  content: \"\\ed73\"; }\n\n.icon-shield-checkmark-sharp:before {\n  content: \"\\ed74\"; }\n\n.icon-shield-half:before {\n  content: \"\\ed75\"; }\n\n.icon-shield-half-outline:before {\n  content: \"\\ed76\"; }\n\n.icon-shield-half-sharp:before {\n  content: \"\\ed77\"; }\n\n.icon-shield-outline:before {\n  content: \"\\ed78\"; }\n\n.icon-shield-sharp:before {\n  content: \"\\ed79\"; }\n\n.icon-shirt:before {\n  content: \"\\ed7a\"; }\n\n.icon-shirt-outline:before {\n  content: \"\\ed7b\"; }\n\n.icon-shirt-sharp:before {\n  content: \"\\ed7c\"; }\n\n.icon-shuffle:before {\n  content: \"\\ed7d\"; }\n\n.icon-shuffle-outline:before {\n  content: \"\\ed7e\"; }\n\n.icon-shuffle-sharp:before {\n  content: \"\\ed7f\"; }\n\n.icon-skull:before {\n  content: \"\\ed80\"; }\n\n.icon-skull-outline:before {\n  content: \"\\ed81\"; }\n\n.icon-skull-sharp:before {\n  content: \"\\ed82\"; }\n\n.icon-snow:before {\n  content: \"\\ed83\"; }\n\n.icon-snow-outline:before {\n  content: \"\\ed84\"; }\n\n.icon-snow-sharp:before {\n  content: \"\\ed85\"; }\n\n.icon-sparkles:before {\n  content: \"\\ed86\"; }\n\n.icon-sparkles-outline:before {\n  content: \"\\ed87\"; }\n\n.icon-sparkles-sharp:before {\n  content: \"\\ed88\"; }\n\n.icon-speedometer:before {\n  content: \"\\ed89\"; }\n\n.icon-speedometer-outline:before {\n  content: \"\\ed8a\"; }\n\n.icon-speedometer-sharp:before {\n  content: \"\\ed8b\"; }\n\n.icon-square:before {\n  content: \"\\ed8c\"; }\n\n.icon-square-outline:before {\n  content: \"\\ed8d\"; }\n\n.icon-square-sharp:before {\n  content: \"\\ed8e\"; }\n\n.icon-star:before {\n  content: \"\\ed8f\"; }\n\n.icon-star-half:before {\n  content: \"\\ed90\"; }\n\n.icon-star-half-outline:before {\n  content: \"\\ed91\"; }\n\n.icon-star-half-sharp:before {\n  content: \"\\ed92\"; }\n\n.icon-star-outline:before {\n  content: \"\\ed93\"; }\n\n.icon-star-sharp:before {\n  content: \"\\ed94\"; }\n\n.icon-stats-chart:before {\n  content: \"\\ed95\"; }\n\n.icon-stats-chart-outline:before {\n  content: \"\\ed96\"; }\n\n.icon-stats-chart-sharp:before {\n  content: \"\\ed97\"; }\n\n.icon-stop:before {\n  content: \"\\ed98\"; }\n\n.icon-stop-circle:before {\n  content: \"\\ed99\"; }\n\n.icon-stop-circle-outline:before {\n  content: \"\\ed9a\"; }\n\n.icon-stop-circle-sharp:before {\n  content: \"\\ed9b\"; }\n\n.icon-stop-outline:before {\n  content: \"\\ed9c\"; }\n\n.icon-stop-sharp:before {\n  content: \"\\ed9d\"; }\n\n.icon-stopwatch:before {\n  content: \"\\ed9e\"; }\n\n.icon-stopwatch-outline:before {\n  content: \"\\ed9f\"; }\n\n.icon-stopwatch-sharp:before {\n  content: \"\\eda0\"; }\n\n.icon-storefront:before {\n  content: \"\\eda1\"; }\n\n.icon-storefront-outline:before {\n  content: \"\\eda2\"; }\n\n.icon-storefront-sharp:before {\n  content: \"\\eda3\"; }\n\n.icon-subway:before {\n  content: \"\\eda4\"; }\n\n.icon-subway-outline:before {\n  content: \"\\eda5\"; }\n\n.icon-subway-sharp:before {\n  content: \"\\eda6\"; }\n\n.icon-sunny:before {\n  content: \"\\eda7\"; }\n\n.icon-sunny-outline:before {\n  content: \"\\eda8\"; }\n\n.icon-sunny-sharp:before {\n  content: \"\\eda9\"; }\n\n.icon-swap-horizontal:before {\n  content: \"\\edaa\"; }\n\n.icon-swap-horizontal-outline:before {\n  content: \"\\edab\"; }\n\n.icon-swap-horizontal-sharp:before {\n  content: \"\\edac\"; }\n\n.icon-swap-vertical:before {\n  content: \"\\edad\"; }\n\n.icon-swap-vertical-outline:before {\n  content: \"\\edae\"; }\n\n.icon-swap-vertical-sharp:before {\n  content: \"\\edaf\"; }\n\n.icon-sync:before {\n  content: \"\\edb0\"; }\n\n.icon-sync-circle:before {\n  content: \"\\edb1\"; }\n\n.icon-sync-circle-outline:before {\n  content: \"\\edb2\"; }\n\n.icon-sync-circle-sharp:before {\n  content: \"\\edb3\"; }\n\n.icon-sync-outline:before {\n  content: \"\\edb4\"; }\n\n.icon-sync-sharp:before {\n  content: \"\\edb5\"; }\n\n.icon-tablet-landscape:before {\n  content: \"\\edb6\"; }\n\n.icon-tablet-landscape-outline:before {\n  content: \"\\edb7\"; }\n\n.icon-tablet-landscape-sharp:before {\n  content: \"\\edb8\"; }\n\n.icon-tablet-portrait:before {\n  content: \"\\edb9\"; }\n\n.icon-tablet-portrait-outline:before {\n  content: \"\\edba\"; }\n\n.icon-tablet-portrait-sharp:before {\n  content: \"\\edbb\"; }\n\n.icon-telescope:before {\n  content: \"\\edbc\"; }\n\n.icon-telescope-outline:before {\n  content: \"\\edbd\"; }\n\n.icon-telescope-sharp:before {\n  content: \"\\edbe\"; }\n\n.icon-tennisball:before {\n  content: \"\\edbf\"; }\n\n.icon-tennisball-outline:before {\n  content: \"\\edc0\"; }\n\n.icon-tennisball-sharp:before {\n  content: \"\\edc1\"; }\n\n.icon-terminal:before {\n  content: \"\\edc2\"; }\n\n.icon-terminal-outline:before {\n  content: \"\\edc3\"; }\n\n.icon-terminal-sharp:before {\n  content: \"\\edc4\"; }\n\n.icon-text:before {\n  content: \"\\edc5\"; }\n\n.icon-text-outline:before {\n  content: \"\\edc6\"; }\n\n.icon-text-sharp:before {\n  content: \"\\edc7\"; }\n\n.icon-thermometer:before {\n  content: \"\\edc8\"; }\n\n.icon-thermometer-outline:before {\n  content: \"\\edc9\"; }\n\n.icon-thermometer-sharp:before {\n  content: \"\\edca\"; }\n\n.icon-thumbs-down:before {\n  content: \"\\edcb\"; }\n\n.icon-thumbs-down-outline:before {\n  content: \"\\edcc\"; }\n\n.icon-thumbs-down-sharp:before {\n  content: \"\\edcd\"; }\n\n.icon-thumbs-up:before {\n  content: \"\\edce\"; }\n\n.icon-thumbs-up-outline:before {\n  content: \"\\edcf\"; }\n\n.icon-thumbs-up-sharp:before {\n  content: \"\\edd0\"; }\n\n.icon-thunderstorm:before {\n  content: \"\\edd1\"; }\n\n.icon-thunderstorm-outline:before {\n  content: \"\\edd2\"; }\n\n.icon-thunderstorm-sharp:before {\n  content: \"\\edd3\"; }\n\n.icon-ticket:before {\n  content: \"\\edd4\"; }\n\n.icon-ticket-outline:before {\n  content: \"\\edd5\"; }\n\n.icon-ticket-sharp:before {\n  content: \"\\edd6\"; }\n\n.icon-time:before {\n  content: \"\\edd7\"; }\n\n.icon-time-outline:before {\n  content: \"\\edd8\"; }\n\n.icon-timer:before {\n  content: \"\\edd9\"; }\n\n.icon-timer-outline:before {\n  content: \"\\edda\"; }\n\n.icon-timer-sharp:before {\n  content: \"\\eddb\"; }\n\n.icon-time-sharp:before {\n  content: \"\\eddc\"; }\n\n.icon-today:before {\n  content: \"\\eddd\"; }\n\n.icon-today-outline:before {\n  content: \"\\edde\"; }\n\n.icon-today-sharp:before {\n  content: \"\\eddf\"; }\n\n.icon-toggle:before {\n  content: \"\\ede0\"; }\n\n.icon-toggle-outline:before {\n  content: \"\\ede1\"; }\n\n.icon-toggle-sharp:before {\n  content: \"\\ede2\"; }\n\n.icon-trail-sign:before {\n  content: \"\\ede3\"; }\n\n.icon-trail-sign-outline:before {\n  content: \"\\ede4\"; }\n\n.icon-trail-sign-sharp:before {\n  content: \"\\ede5\"; }\n\n.icon-train:before {\n  content: \"\\ede6\"; }\n\n.icon-train-outline:before {\n  content: \"\\ede7\"; }\n\n.icon-train-sharp:before {\n  content: \"\\ede8\"; }\n\n.icon-transgender:before {\n  content: \"\\ede9\"; }\n\n.icon-transgender-outline:before {\n  content: \"\\edea\"; }\n\n.icon-transgender-sharp:before {\n  content: \"\\edeb\"; }\n\n.icon-trash:before {\n  content: \"\\edec\"; }\n\n.icon-trash-bin:before {\n  content: \"\\eded\"; }\n\n.icon-trash-bin-outline:before {\n  content: \"\\edee\"; }\n\n.icon-trash-bin-sharp:before {\n  content: \"\\edef\"; }\n\n.icon-trash-outline:before {\n  content: \"\\edf0\"; }\n\n.icon-trash-sharp:before {\n  content: \"\\edf1\"; }\n\n.icon-trending-down:before {\n  content: \"\\edf2\"; }\n\n.icon-trending-down-outline:before {\n  content: \"\\edf3\"; }\n\n.icon-trending-down-sharp:before {\n  content: \"\\edf4\"; }\n\n.icon-trending-up:before {\n  content: \"\\edf5\"; }\n\n.icon-trending-up-outline:before {\n  content: \"\\edf6\"; }\n\n.icon-trending-up-sharp:before {\n  content: \"\\edf7\"; }\n\n.icon-triangle:before {\n  content: \"\\edf8\"; }\n\n.icon-triangle-outline:before {\n  content: \"\\edf9\"; }\n\n.icon-triangle-sharp:before {\n  content: \"\\edfa\"; }\n\n.icon-trophy:before {\n  content: \"\\edfb\"; }\n\n.icon-trophy-outline:before {\n  content: \"\\edfc\"; }\n\n.icon-trophy-sharp:before {\n  content: \"\\edfd\"; }\n\n.icon-tv:before {\n  content: \"\\edfe\"; }\n\n.icon-tv-outline:before {\n  content: \"\\edff\"; }\n\n.icon-tv-sharp:before {\n  content: \"\\ee00\"; }\n\n.icon-umbrella:before {\n  content: \"\\ee01\"; }\n\n.icon-umbrella-outline:before {\n  content: \"\\ee02\"; }\n\n.icon-umbrella-sharp:before {\n  content: \"\\ee03\"; }\n\n.icon-unlink:before {\n  content: \"\\ee04\"; }\n\n.icon-unlink-outline:before {\n  content: \"\\ee05\"; }\n\n.icon-unlink-sharp:before {\n  content: \"\\ee06\"; }\n\n.icon-videocam:before {\n  content: \"\\ee07\"; }\n\n.icon-videocam-off:before {\n  content: \"\\ee08\"; }\n\n.icon-videocam-off-outline:before {\n  content: \"\\ee09\"; }\n\n.icon-videocam-off-sharp:before {\n  content: \"\\ee0a\"; }\n\n.icon-videocam-outline:before {\n  content: \"\\ee0b\"; }\n\n.icon-videocam-sharp:before {\n  content: \"\\ee0c\"; }\n\n.icon-volume-high:before {\n  content: \"\\ee0d\"; }\n\n.icon-volume-high-outline:before {\n  content: \"\\ee0e\"; }\n\n.icon-volume-high-sharp:before {\n  content: \"\\ee0f\"; }\n\n.icon-volume-low:before {\n  content: \"\\ee10\"; }\n\n.icon-volume-low-outline:before {\n  content: \"\\ee11\"; }\n\n.icon-volume-low-sharp:before {\n  content: \"\\ee12\"; }\n\n.icon-volume-medium:before {\n  content: \"\\ee13\"; }\n\n.icon-volume-medium-outline:before {\n  content: \"\\ee14\"; }\n\n.icon-volume-medium-sharp:before {\n  content: \"\\ee15\"; }\n\n.icon-volume-mute:before {\n  content: \"\\ee16\"; }\n\n.icon-volume-mute-outline:before {\n  content: \"\\ee17\"; }\n\n.icon-volume-mute-sharp:before {\n  content: \"\\ee18\"; }\n\n.icon-volume-off:before {\n  content: \"\\ee19\"; }\n\n.icon-volume-off-outline:before {\n  content: \"\\ee1a\"; }\n\n.icon-volume-off-sharp:before {\n  content: \"\\ee1b\"; }\n\n.icon-walk:before {\n  content: \"\\ee1c\"; }\n\n.icon-walk-outline:before {\n  content: \"\\ee1d\"; }\n\n.icon-walk-sharp:before {\n  content: \"\\ee1e\"; }\n\n.icon-wallet:before {\n  content: \"\\ee1f\"; }\n\n.icon-wallet-outline:before {\n  content: \"\\ee20\"; }\n\n.icon-wallet-sharp:before {\n  content: \"\\ee21\"; }\n\n.icon-warning:before {\n  content: \"\\ee22\"; }\n\n.icon-warning-outline:before {\n  content: \"\\ee23\"; }\n\n.icon-warning-sharp:before {\n  content: \"\\ee24\"; }\n\n.icon-watch:before {\n  content: \"\\ee25\"; }\n\n.icon-watch-outline:before {\n  content: \"\\ee26\"; }\n\n.icon-watch-sharp:before {\n  content: \"\\ee27\"; }\n\n.icon-water:before {\n  content: \"\\ee28\"; }\n\n.icon-water-outline:before {\n  content: \"\\ee29\"; }\n\n.icon-water-sharp:before {\n  content: \"\\ee2a\"; }\n\n.icon-wifi:before {\n  content: \"\\ee2b\"; }\n\n.icon-wifi-outline:before {\n  content: \"\\ee2c\"; }\n\n.icon-wifi-sharp:before {\n  content: \"\\ee2d\"; }\n\n.icon-wine:before {\n  content: \"\\ee2e\"; }\n\n.icon-wine-outline:before {\n  content: \"\\ee2f\"; }\n\n.icon-wine-sharp:before {\n  content: \"\\ee30\"; }\n\n.icon-woman:before {\n  content: \"\\ee31\"; }\n\n.icon-woman-outline:before {\n  content: \"\\ee32\"; }\n\n.icon-woman-sharp:before {\n  content: \"\\ee33\"; }\n\n/*!\n   * Bootstrap  v5.3.3 (https://getbootstrap.com/)\n   * Copyright 2011-2024 The Bootstrap Authors\n   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n   */\n:root,\n[data-bs-theme=\"light\"] {\n  --bs-blue: #0d6efd;\n  --bs-indigo: #6610f2;\n  --bs-purple: #6f42c1;\n  --bs-pink: #d63384;\n  --bs-red: #dc3545;\n  --bs-orange: #fd7e14;\n  --bs-yellow: #ffc107;\n  --bs-green: #198754;\n  --bs-teal: #20c997;\n  --bs-cyan: #0dcaf0;\n  --bs-black: #000;\n  --bs-white: #fff;\n  --bs-gray: #6c757d;\n  --bs-gray-dark: #343a40;\n  --bs-gray-100: #f8f9fa;\n  --bs-gray-200: #e9ecef;\n  --bs-gray-300: #dee2e6;\n  --bs-gray-400: #ced4da;\n  --bs-gray-500: #adb5bd;\n  --bs-gray-600: #6c757d;\n  --bs-gray-700: #495057;\n  --bs-gray-800: #343a40;\n  --bs-gray-900: #212529;\n  --bs-primary: #0d6efd;\n  --bs-secondary: #6c757d;\n  --bs-success: #198754;\n  --bs-info: #0dcaf0;\n  --bs-warning: #ffc107;\n  --bs-danger: #dc3545;\n  --bs-light: #f8f9fa;\n  --bs-dark: #212529;\n  --bs-primary-rgb: 13, 110, 253;\n  --bs-secondary-rgb: 108, 117, 125;\n  --bs-success-rgb: 25, 135, 84;\n  --bs-info-rgb: 13, 202, 240;\n  --bs-warning-rgb: 255, 193, 7;\n  --bs-danger-rgb: 220, 53, 69;\n  --bs-light-rgb: 248, 249, 250;\n  --bs-dark-rgb: 33, 37, 41;\n  --bs-primary-text-emphasis: #052c65;\n  --bs-secondary-text-emphasis: #2b2f32;\n  --bs-success-text-emphasis: #0a3622;\n  --bs-info-text-emphasis: #055160;\n  --bs-warning-text-emphasis: #664d03;\n  --bs-danger-text-emphasis: #58151c;\n  --bs-light-text-emphasis: #495057;\n  --bs-dark-text-emphasis: #495057;\n  --bs-primary-bg-subtle: #cfe2ff;\n  --bs-secondary-bg-subtle: #e2e3e5;\n  --bs-success-bg-subtle: #d1e7dd;\n  --bs-info-bg-subtle: #cff4fc;\n  --bs-warning-bg-subtle: #fff3cd;\n  --bs-danger-bg-subtle: #f8d7da;\n  --bs-light-bg-subtle: #fcfcfd;\n  --bs-dark-bg-subtle: #ced4da;\n  --bs-primary-border-subtle: #9ec5fe;\n  --bs-secondary-border-subtle: #c4c8cb;\n  --bs-success-border-subtle: #a3cfbb;\n  --bs-info-border-subtle: #9eeaf9;\n  --bs-warning-border-subtle: #ffe69c;\n  --bs-danger-border-subtle: #f1aeb5;\n  --bs-light-border-subtle: #e9ecef;\n  --bs-dark-border-subtle: #adb5bd;\n  --bs-white-rgb: 255, 255, 255;\n  --bs-black-rgb: 0, 0, 0;\n  --bs-font-sans-serif: system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\";\n  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace;\n  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));\n  --bs-body-font-family: var(--bs-font-sans-serif);\n  --bs-body-font-size: 1rem;\n  --bs-body-font-weight: 400;\n  --bs-body-line-height: 1.5;\n  --bs-body-color: #212529;\n  --bs-body-color-rgb: 33, 37, 41;\n  --bs-body-bg: #fff;\n  --bs-body-bg-rgb: 255, 255, 255;\n  --bs-emphasis-color: #000;\n  --bs-emphasis-color-rgb: 0, 0, 0;\n  --bs-secondary-color: rgba(33, 37, 41, 0.75);\n  --bs-secondary-color-rgb: 33, 37, 41;\n  --bs-secondary-bg: #e9ecef;\n  --bs-secondary-bg-rgb: 233, 236, 239;\n  --bs-tertiary-color: rgba(33, 37, 41, 0.5);\n  --bs-tertiary-color-rgb: 33, 37, 41;\n  --bs-tertiary-bg: #f8f9fa;\n  --bs-tertiary-bg-rgb: 248, 249, 250;\n  --bs-heading-color: inherit;\n  --bs-link-color: #0d6efd;\n  --bs-link-color-rgb: 13, 110, 253;\n  --bs-link-decoration: none;\n  --bs-link-hover-color: #0a58ca;\n  --bs-link-hover-color-rgb: 10, 88, 202;\n  --bs-code-color: #d63384;\n  --bs-highlight-color: #212529;\n  --bs-highlight-bg: #fff3cd;\n  --bs-border-width: 1px;\n  --bs-border-style: solid;\n  --bs-border-color: #dee2e6;\n  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);\n  --bs-border-radius: 0.375rem;\n  --bs-border-radius-sm: 0.25rem;\n  --bs-border-radius-lg: 0.5rem;\n  --bs-border-radius-xl: 1rem;\n  --bs-border-radius-xxl: 2rem;\n  --bs-border-radius-2xl: var(--bs-border-radius-xxl);\n  --bs-border-radius-pill: 50rem;\n  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);\n  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);\n  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);\n  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);\n  --bs-focus-ring-width: 0.25rem;\n  --bs-focus-ring-opacity: 0.25;\n  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);\n  --bs-form-valid-color: #198754;\n  --bs-form-valid-border-color: #198754;\n  --bs-form-invalid-color: #dc3545;\n  --bs-form-invalid-border-color: #dc3545; }\n\n[data-bs-theme=\"dark\"] {\n  color-scheme: dark;\n  --bs-body-color: #dee2e6;\n  --bs-body-color-rgb: 222, 226, 230;\n  --bs-body-bg: #212529;\n  --bs-body-bg-rgb: 33, 37, 41;\n  --bs-emphasis-color: #fff;\n  --bs-emphasis-color-rgb: 255, 255, 255;\n  --bs-secondary-color: rgba(222, 226, 230, 0.75);\n  --bs-secondary-color-rgb: 222, 226, 230;\n  --bs-secondary-bg: #343a40;\n  --bs-secondary-bg-rgb: 52, 58, 64;\n  --bs-tertiary-color: rgba(222, 226, 230, 0.5);\n  --bs-tertiary-color-rgb: 222, 226, 230;\n  --bs-tertiary-bg: #2b3035;\n  --bs-tertiary-bg-rgb: 43, 48, 53;\n  --bs-primary-text-emphasis: #6ea8fe;\n  --bs-secondary-text-emphasis: #a7acb1;\n  --bs-success-text-emphasis: #75b798;\n  --bs-info-text-emphasis: #6edff6;\n  --bs-warning-text-emphasis: #ffda6a;\n  --bs-danger-text-emphasis: #ea868f;\n  --bs-light-text-emphasis: #f8f9fa;\n  --bs-dark-text-emphasis: #dee2e6;\n  --bs-primary-bg-subtle: #031633;\n  --bs-secondary-bg-subtle: #161719;\n  --bs-success-bg-subtle: #051b11;\n  --bs-info-bg-subtle: #032830;\n  --bs-warning-bg-subtle: #332701;\n  --bs-danger-bg-subtle: #2c0b0e;\n  --bs-light-bg-subtle: #343a40;\n  --bs-dark-bg-subtle: #1a1d20;\n  --bs-primary-border-subtle: #084298;\n  --bs-secondary-border-subtle: #41464b;\n  --bs-success-border-subtle: #0f5132;\n  --bs-info-border-subtle: #087990;\n  --bs-warning-border-subtle: #997404;\n  --bs-danger-border-subtle: #842029;\n  --bs-light-border-subtle: #495057;\n  --bs-dark-border-subtle: #343a40;\n  --bs-heading-color: inherit;\n  --bs-link-color: #6ea8fe;\n  --bs-link-hover-color: #8bb9fe;\n  --bs-link-color-rgb: 110, 168, 254;\n  --bs-link-hover-color-rgb: 139, 185, 254;\n  --bs-code-color: #e685b5;\n  --bs-highlight-color: #dee2e6;\n  --bs-highlight-bg: #664d03;\n  --bs-border-color: #495057;\n  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);\n  --bs-form-valid-color: #75b798;\n  --bs-form-valid-border-color: #75b798;\n  --bs-form-invalid-color: #ea868f;\n  --bs-form-invalid-border-color: #ea868f; }\n\n*,\n*::before,\n*::after {\n  box-sizing: border-box; }\n\n@media (prefers-reduced-motion: no-preference) {\n  :root {\n    scroll-behavior: smooth; } }\n\nbody {\n  margin: 0;\n  font-family: var(--bs-body-font-family);\n  font-size: var(--bs-body-font-size);\n  font-weight: var(--bs-body-font-weight);\n  line-height: var(--bs-body-line-height);\n  color: var(--bs-body-color);\n  text-align: var(--bs-body-text-align);\n  background-color: var(--bs-body-bg);\n  -webkit-text-size-adjust: 100%;\n  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }\n\nhr {\n  margin: 1rem 0;\n  color: inherit;\n  border: 0;\n  border-top: var(--bs-border-width) solid;\n  opacity: 0.25; }\n\nh1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {\n  margin-top: 0;\n  margin-bottom: 0.5rem;\n  font-weight: 500;\n  line-height: 1.2;\n  color: var(--bs-heading-color); }\n\nh1, .h1 {\n  font-size: calc(1.375rem + 1.5vw); }\n  @media (min-width: 1200px) {\n    h1, .h1 {\n      font-size: 2.5rem; } }\n\nh2, .h2 {\n  font-size: calc(1.325rem + 0.9vw); }\n  @media (min-width: 1200px) {\n    h2, .h2 {\n      font-size: 2rem; } }\n\nh3, .h3 {\n  font-size: calc(1.3rem + 0.6vw); }\n  @media (min-width: 1200px) {\n    h3, .h3 {\n      font-size: 1.75rem; } }\n\nh4, .h4 {\n  font-size: calc(1.275rem + 0.3vw); }\n  @media (min-width: 1200px) {\n    h4, .h4 {\n      font-size: 1.5rem; } }\n\nh5, .h5 {\n  font-size: 1.25rem; }\n\nh6, .h6 {\n  font-size: 1rem; }\n\np {\n  margin-top: 0;\n  margin-bottom: 1rem; }\n\nabbr[title] {\n  text-decoration: underline dotted;\n  cursor: help;\n  text-decoration-skip-ink: none; }\n\naddress {\n  margin-bottom: 1rem;\n  font-style: normal;\n  line-height: inherit; }\n\nol,\nul {\n  padding-left: 2rem; }\n\nol,\nul,\ndl {\n  margin-top: 0;\n  margin-bottom: 1rem; }\n\nol ol,\nul ul,\nol ul,\nul ol {\n  margin-bottom: 0; }\n\ndt {\n  font-weight: 700; }\n\ndd {\n  margin-bottom: .5rem;\n  margin-left: 0; }\n\nblockquote {\n  margin: 0 0 1rem; }\n\nb,\nstrong {\n  font-weight: bolder; }\n\nsmall, .small {\n  font-size: 0.875em; }\n\nmark, .mark {\n  padding: 0.1875em;\n  color: var(--bs-highlight-color);\n  background-color: var(--bs-highlight-bg); }\n\nsub,\nsup {\n  position: relative;\n  font-size: 0.75em;\n  line-height: 0;\n  vertical-align: baseline; }\n\nsub {\n  bottom: -.25em; }\n\nsup {\n  top: -.5em; }\n\na {\n  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));\n  text-decoration: none; }\n  a:hover {\n    --bs-link-color-rgb: var(--bs-link-hover-color-rgb); }\n\na:not([href]):not([class]), a:not([href]):not([class]):hover {\n  color: inherit;\n  text-decoration: none; }\n\npre,\ncode,\nkbd,\nsamp {\n  font-family: var(--bs-font-monospace);\n  font-size: 1em; }\n\npre {\n  display: block;\n  margin-top: 0;\n  margin-bottom: 1rem;\n  overflow: auto;\n  font-size: 0.875em; }\n  pre code {\n    font-size: inherit;\n    color: inherit;\n    word-break: normal; }\n\ncode {\n  font-size: 0.875em;\n  color: var(--bs-code-color);\n  word-wrap: break-word; }\n  a > code {\n    color: inherit; }\n\nkbd {\n  padding: 0.1875rem 0.375rem;\n  font-size: 0.875em;\n  color: var(--bs-body-bg);\n  background-color: var(--bs-body-color);\n  border-radius: 0.25rem; }\n  kbd kbd {\n    padding: 0;\n    font-size: 1em; }\n\nfigure {\n  margin: 0 0 1rem; }\n\nimg,\nsvg {\n  vertical-align: middle; }\n\ntable {\n  caption-side: bottom;\n  border-collapse: collapse; }\n\ncaption {\n  padding-top: 0.5rem;\n  padding-bottom: 0.5rem;\n  color: var(--bs-secondary-color);\n  text-align: left; }\n\nth {\n  text-align: inherit;\n  text-align: -webkit-match-parent; }\n\nthead,\ntbody,\ntfoot,\ntr,\ntd,\nth {\n  border-color: inherit;\n  border-style: solid;\n  border-width: 0; }\n\nlabel {\n  display: inline-block; }\n\nbutton {\n  border-radius: 0; }\n\nbutton:focus:not(:focus-visible) {\n  outline: 0; }\n\ninput,\nbutton,\nselect,\noptgroup,\ntextarea {\n  margin: 0;\n  font-family: inherit;\n  font-size: inherit;\n  line-height: inherit; }\n\nbutton,\nselect {\n  text-transform: none; }\n\n[role=\"button\"] {\n  cursor: pointer; }\n\nselect {\n  word-wrap: normal; }\n  select:disabled {\n    opacity: 1; }\n\n[list]:not([type=\"date\"]):not([type=\"datetime-local\"]):not([type=\"month\"]):not([type=\"week\"]):not([type=\"time\"])::-webkit-calendar-picker-indicator {\n  display: none !important; }\n\nbutton,\n[type=\"button\"],\n[type=\"reset\"],\n[type=\"submit\"] {\n  -webkit-appearance: button; }\n  button:not(:disabled),\n  [type=\"button\"]:not(:disabled),\n  [type=\"reset\"]:not(:disabled),\n  [type=\"submit\"]:not(:disabled) {\n    cursor: pointer; }\n\n::-moz-focus-inner {\n  padding: 0;\n  border-style: none; }\n\ntextarea {\n  resize: vertical; }\n\nfieldset {\n  min-width: 0;\n  padding: 0;\n  margin: 0;\n  border: 0; }\n\nlegend {\n  float: left;\n  width: 100%;\n  padding: 0;\n  margin-bottom: 0.5rem;\n  font-size: calc(1.275rem + 0.3vw);\n  line-height: inherit; }\n  @media (min-width: 1200px) {\n    legend {\n      font-size: 1.5rem; } }\n  legend + * {\n    clear: left; }\n\n::-webkit-datetime-edit-fields-wrapper,\n::-webkit-datetime-edit-text,\n::-webkit-datetime-edit-minute,\n::-webkit-datetime-edit-hour-field,\n::-webkit-datetime-edit-day-field,\n::-webkit-datetime-edit-month-field,\n::-webkit-datetime-edit-year-field {\n  padding: 0; }\n\n::-webkit-inner-spin-button {\n  height: auto; }\n\n[type=\"search\"] {\n  -webkit-appearance: textfield;\n  outline-offset: -2px; }\n\n/* rtl:raw:\n[type=\"tel\"],\n[type=\"url\"],\n[type=\"email\"],\n[type=\"number\"] {\n  direction: ltr;\n}\n*/\n::-webkit-search-decoration {\n  -webkit-appearance: none; }\n\n::-webkit-color-swatch-wrapper {\n  padding: 0; }\n\n::file-selector-button {\n  font: inherit;\n  -webkit-appearance: button; }\n\noutput {\n  display: inline-block; }\n\niframe {\n  border: 0; }\n\nsummary {\n  display: list-item;\n  cursor: pointer; }\n\nprogress {\n  vertical-align: baseline; }\n\n[hidden] {\n  display: none !important; }\n\n.lead {\n  font-size: 1.25rem;\n  font-weight: 300; }\n\n.display-1 {\n  font-size: calc(1.625rem + 4.5vw);\n  font-weight: 300;\n  line-height: 1.2; }\n  @media (min-width: 1200px) {\n    .display-1 {\n      font-size: 5rem; } }\n\n.display-2 {\n  font-size: calc(1.575rem + 3.9vw);\n  font-weight: 300;\n  line-height: 1.2; }\n  @media (min-width: 1200px) {\n    .display-2 {\n      font-size: 4.5rem; } }\n\n.display-3 {\n  font-size: calc(1.525rem + 3.3vw);\n  font-weight: 300;\n  line-height: 1.2; }\n  @media (min-width: 1200px) {\n    .display-3 {\n      font-size: 4rem; } }\n\n.display-4 {\n  font-size: calc(1.475rem + 2.7vw);\n  font-weight: 300;\n  line-height: 1.2; }\n  @media (min-width: 1200px) {\n    .display-4 {\n      font-size: 3.5rem; } }\n\n.display-5 {\n  font-size: calc(1.425rem + 2.1vw);\n  font-weight: 300;\n  line-height: 1.2; }\n  @media (min-width: 1200px) {\n    .display-5 {\n      font-size: 3rem; } }\n\n.display-6 {\n  font-size: calc(1.375rem + 1.5vw);\n  font-weight: 300;\n  line-height: 1.2; }\n  @media (min-width: 1200px) {\n    .display-6 {\n      font-size: 2.5rem; } }\n\n.list-unstyled {\n  padding-left: 0;\n  list-style: none; }\n\n.list-inline {\n  padding-left: 0;\n  list-style: none; }\n\n.list-inline-item {\n  display: inline-block; }\n  .list-inline-item:not(:last-child) {\n    margin-right: 0.5rem; }\n\n.initialism {\n  font-size: 0.875em;\n  text-transform: uppercase; }\n\n.blockquote {\n  margin-bottom: 1rem;\n  font-size: 1.25rem; }\n  .blockquote > :last-child {\n    margin-bottom: 0; }\n\n.blockquote-footer {\n  margin-top: -1rem;\n  margin-bottom: 1rem;\n  font-size: 0.875em;\n  color: #6c757d; }\n  .blockquote-footer::before {\n    content: \"\\2014\\00A0\"; }\n\n.img-fluid {\n  max-width: 100%;\n  height: auto; }\n\n.img-thumbnail {\n  padding: 0.25rem;\n  background-color: var(--bs-body-bg);\n  border: var(--bs-border-width) solid var(--bs-border-color);\n  border-radius: var(--bs-border-radius);\n  max-width: 100%;\n  height: auto; }\n\n.figure {\n  display: inline-block; }\n\n.figure-img {\n  margin-bottom: 0.5rem;\n  line-height: 1; }\n\n.figure-caption {\n  font-size: 0.875em;\n  color: var(--bs-secondary-color); }\n\n.container,\n.container-fluid,\n.container-sm,\n.container-md,\n.container-lg,\n.container-xl,\n.container-xxl {\n  --bs-gutter-x: 1.5rem;\n  --bs-gutter-y: 0;\n  width: 100%;\n  padding-right: calc(var(--bs-gutter-x) * .5);\n  padding-left: calc(var(--bs-gutter-x) * .5);\n  margin-right: auto;\n  margin-left: auto; }\n\n@media (min-width: 576px) {\n  .container, .container-sm {\n    max-width: 540px; } }\n\n@media (min-width: 768px) {\n  .container, .container-sm, .container-md {\n    max-width: 720px; } }\n\n@media (min-width: 992px) {\n  .container, .container-sm, .container-md, .container-lg {\n    max-width: 960px; } }\n\n@media (min-width: 1200px) {\n  .container, .container-sm, .container-md, .container-lg, .container-xl {\n    max-width: 1140px; } }\n\n@media (min-width: 1400px) {\n  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {\n    max-width: 1320px; } }\n\n:root {\n  --bs-breakpoint-xs: 0;\n  --bs-breakpoint-sm: 576px;\n  --bs-breakpoint-md: 768px;\n  --bs-breakpoint-lg: 992px;\n  --bs-breakpoint-xl: 1200px;\n  --bs-breakpoint-xxl: 1400px; }\n\n.row {\n  --bs-gutter-x: 1.5rem;\n  --bs-gutter-y: 0;\n  display: flex;\n  flex-wrap: wrap;\n  margin-top: calc(-1 * var(--bs-gutter-y));\n  margin-right: calc(-.5 * var(--bs-gutter-x));\n  margin-left: calc(-.5 * var(--bs-gutter-x)); }\n  .row > * {\n    flex-shrink: 0;\n    width: 100%;\n    max-width: 100%;\n    padding-right: calc(var(--bs-gutter-x) * .5);\n    padding-left: calc(var(--bs-gutter-x) * .5);\n    margin-top: var(--bs-gutter-y); }\n\n.col {\n  flex: 1 0 0%; }\n\n.row-cols-auto > * {\n  flex: 0 0 auto;\n  width: auto; }\n\n.row-cols-1 > * {\n  flex: 0 0 auto;\n  width: 100%; }\n\n.row-cols-2 > * {\n  flex: 0 0 auto;\n  width: 50%; }\n\n.row-cols-3 > * {\n  flex: 0 0 auto;\n  width: 33.33333%; }\n\n.row-cols-4 > * {\n  flex: 0 0 auto;\n  width: 25%; }\n\n.row-cols-5 > * {\n  flex: 0 0 auto;\n  width: 20%; }\n\n.row-cols-6 > * {\n  flex: 0 0 auto;\n  width: 16.66667%; }\n\n.col-auto {\n  flex: 0 0 auto;\n  width: auto; }\n\n.col-1 {\n  flex: 0 0 auto;\n  width: 8.33333%; }\n\n.col-2 {\n  flex: 0 0 auto;\n  width: 16.66667%; }\n\n.col-3 {\n  flex: 0 0 auto;\n  width: 25%; }\n\n.col-4 {\n  flex: 0 0 auto;\n  width: 33.33333%; }\n\n.col-5 {\n  flex: 0 0 auto;\n  width: 41.66667%; }\n\n.col-6 {\n  flex: 0 0 auto;\n  width: 50%; }\n\n.col-7 {\n  flex: 0 0 auto;\n  width: 58.33333%; }\n\n.col-8 {\n  flex: 0 0 auto;\n  width: 66.66667%; }\n\n.col-9 {\n  flex: 0 0 auto;\n  width: 75%; }\n\n.col-10 {\n  flex: 0 0 auto;\n  width: 83.33333%; }\n\n.col-11 {\n  flex: 0 0 auto;\n  width: 91.66667%; }\n\n.col-12 {\n  flex: 0 0 auto;\n  width: 100%; }\n\n.offset-1 {\n  margin-left: 8.33333%; }\n\n.offset-2 {\n  margin-left: 16.66667%; }\n\n.offset-3 {\n  margin-left: 25%; }\n\n.offset-4 {\n  margin-left: 33.33333%; }\n\n.offset-5 {\n  margin-left: 41.66667%; }\n\n.offset-6 {\n  margin-left: 50%; }\n\n.offset-7 {\n  margin-left: 58.33333%; }\n\n.offset-8 {\n  margin-left: 66.66667%; }\n\n.offset-9 {\n  margin-left: 75%; }\n\n.offset-10 {\n  margin-left: 83.33333%; }\n\n.offset-11 {\n  margin-left: 91.66667%; }\n\n.g-0,\n.gx-0 {\n  --bs-gutter-x: 0; }\n\n.g-0,\n.gy-0 {\n  --bs-gutter-y: 0; }\n\n.g-1,\n.gx-1 {\n  --bs-gutter-x: 0.25rem; }\n\n.g-1,\n.gy-1 {\n  --bs-gutter-y: 0.25rem; }\n\n.g-2,\n.gx-2 {\n  --bs-gutter-x: 0.5rem; }\n\n.g-2,\n.gy-2 {\n  --bs-gutter-y: 0.5rem; }\n\n.g-3,\n.gx-3 {\n  --bs-gutter-x: 1rem; }\n\n.g-3,\n.gy-3 {\n  --bs-gutter-y: 1rem; }\n\n.g-4,\n.gx-4 {\n  --bs-gutter-x: 1.5rem; }\n\n.g-4,\n.gy-4 {\n  --bs-gutter-y: 1.5rem; }\n\n.g-5,\n.gx-5 {\n  --bs-gutter-x: 3rem; }\n\n.g-5,\n.gy-5 {\n  --bs-gutter-y: 3rem; }\n\n@media (min-width: 576px) {\n  .col-sm {\n    flex: 1 0 0%; }\n  .row-cols-sm-auto > * {\n    flex: 0 0 auto;\n    width: auto; }\n  .row-cols-sm-1 > * {\n    flex: 0 0 auto;\n    width: 100%; }\n  .row-cols-sm-2 > * {\n    flex: 0 0 auto;\n    width: 50%; }\n  .row-cols-sm-3 > * {\n    flex: 0 0 auto;\n    width: 33.33333%; }\n  .row-cols-sm-4 > * {\n    flex: 0 0 auto;\n    width: 25%; }\n  .row-cols-sm-5 > * {\n    flex: 0 0 auto;\n    width: 20%; }\n  .row-cols-sm-6 > * {\n    flex: 0 0 auto;\n    width: 16.66667%; }\n  .col-sm-auto {\n    flex: 0 0 auto;\n    width: auto; }\n  .col-sm-1 {\n    flex: 0 0 auto;\n    width: 8.33333%; }\n  .col-sm-2 {\n    flex: 0 0 auto;\n    width: 16.66667%; }\n  .col-sm-3 {\n    flex: 0 0 auto;\n    width: 25%; }\n  .col-sm-4 {\n    flex: 0 0 auto;\n    width: 33.33333%; }\n  .col-sm-5 {\n    flex: 0 0 auto;\n    width: 41.66667%; }\n  .col-sm-6 {\n    flex: 0 0 auto;\n    width: 50%; }\n  .col-sm-7 {\n    flex: 0 0 auto;\n    width: 58.33333%; }\n  .col-sm-8 {\n    flex: 0 0 auto;\n    width: 66.66667%; }\n  .col-sm-9 {\n    flex: 0 0 auto;\n    width: 75%; }\n  .col-sm-10 {\n    flex: 0 0 auto;\n    width: 83.33333%; }\n  .col-sm-11 {\n    flex: 0 0 auto;\n    width: 91.66667%; }\n  .col-sm-12 {\n    flex: 0 0 auto;\n    width: 100%; }\n  .offset-sm-0 {\n    margin-left: 0; }\n  .offset-sm-1 {\n    margin-left: 8.33333%; }\n  .offset-sm-2 {\n    margin-left: 16.66667%; }\n  .offset-sm-3 {\n    margin-left: 25%; }\n  .offset-sm-4 {\n    margin-left: 33.33333%; }\n  .offset-sm-5 {\n    margin-left: 41.66667%; }\n  .offset-sm-6 {\n    margin-left: 50%; }\n  .offset-sm-7 {\n    margin-left: 58.33333%; }\n  .offset-sm-8 {\n    margin-left: 66.66667%; }\n  .offset-sm-9 {\n    margin-left: 75%; }\n  .offset-sm-10 {\n    margin-left: 83.33333%; }\n  .offset-sm-11 {\n    margin-left: 91.66667%; }\n  .g-sm-0,\n  .gx-sm-0 {\n    --bs-gutter-x: 0; }\n  .g-sm-0,\n  .gy-sm-0 {\n    --bs-gutter-y: 0; }\n  .g-sm-1,\n  .gx-sm-1 {\n    --bs-gutter-x: 0.25rem; }\n  .g-sm-1,\n  .gy-sm-1 {\n    --bs-gutter-y: 0.25rem; }\n  .g-sm-2,\n  .gx-sm-2 {\n    --bs-gutter-x: 0.5rem; }\n  .g-sm-2,\n  .gy-sm-2 {\n    --bs-gutter-y: 0.5rem; }\n  .g-sm-3,\n  .gx-sm-3 {\n    --bs-gutter-x: 1rem; }\n  .g-sm-3,\n  .gy-sm-3 {\n    --bs-gutter-y: 1rem; }\n  .g-sm-4,\n  .gx-sm-4 {\n    --bs-gutter-x: 1.5rem; }\n  .g-sm-4,\n  .gy-sm-4 {\n    --bs-gutter-y: 1.5rem; }\n  .g-sm-5,\n  .gx-sm-5 {\n    --bs-gutter-x: 3rem; }\n  .g-sm-5,\n  .gy-sm-5 {\n    --bs-gutter-y: 3rem; } }\n\n@media (min-width: 768px) {\n  .col-md {\n    flex: 1 0 0%; }\n  .row-cols-md-auto > * {\n    flex: 0 0 auto;\n    width: auto; }\n  .row-cols-md-1 > * {\n    flex: 0 0 auto;\n    width: 100%; }\n  .row-cols-md-2 > * {\n    flex: 0 0 auto;\n    width: 50%; }\n  .row-cols-md-3 > * {\n    flex: 0 0 auto;\n    width: 33.33333%; }\n  .row-cols-md-4 > * {\n    flex: 0 0 auto;\n    width: 25%; }\n  .row-cols-md-5 > * {\n    flex: 0 0 auto;\n    width: 20%; }\n  .row-cols-md-6 > * {\n    flex: 0 0 auto;\n    width: 16.66667%; }\n  .col-md-auto {\n    flex: 0 0 auto;\n    width: auto; }\n  .col-md-1 {\n    flex: 0 0 auto;\n    width: 8.33333%; }\n  .col-md-2 {\n    flex: 0 0 auto;\n    width: 16.66667%; }\n  .col-md-3 {\n    flex: 0 0 auto;\n    width: 25%; }\n  .col-md-4 {\n    flex: 0 0 auto;\n    width: 33.33333%; }\n  .col-md-5 {\n    flex: 0 0 auto;\n    width: 41.66667%; }\n  .col-md-6 {\n    flex: 0 0 auto;\n    width: 50%; }\n  .col-md-7 {\n    flex: 0 0 auto;\n    width: 58.33333%; }\n  .col-md-8 {\n    flex: 0 0 auto;\n    width: 66.66667%; }\n  .col-md-9 {\n    flex: 0 0 auto;\n    width: 75%; }\n  .col-md-10 {\n    flex: 0 0 auto;\n    width: 83.33333%; }\n  .col-md-11 {\n    flex: 0 0 auto;\n    width: 91.66667%; }\n  .col-md-12 {\n    flex: 0 0 auto;\n    width: 100%; }\n  .offset-md-0 {\n    margin-left: 0; }\n  .offset-md-1 {\n    margin-left: 8.33333%; }\n  .offset-md-2 {\n    margin-left: 16.66667%; }\n  .offset-md-3 {\n    margin-left: 25%; }\n  .offset-md-4 {\n    margin-left: 33.33333%; }\n  .offset-md-5 {\n    margin-left: 41.66667%; }\n  .offset-md-6 {\n    margin-left: 50%; }\n  .offset-md-7 {\n    margin-left: 58.33333%; }\n  .offset-md-8 {\n    margin-left: 66.66667%; }\n  .offset-md-9 {\n    margin-left: 75%; }\n  .offset-md-10 {\n    margin-left: 83.33333%; }\n  .offset-md-11 {\n    margin-left: 91.66667%; }\n  .g-md-0,\n  .gx-md-0 {\n    --bs-gutter-x: 0; }\n  .g-md-0,\n  .gy-md-0 {\n    --bs-gutter-y: 0; }\n  .g-md-1,\n  .gx-md-1 {\n    --bs-gutter-x: 0.25rem; }\n  .g-md-1,\n  .gy-md-1 {\n    --bs-gutter-y: 0.25rem; }\n  .g-md-2,\n  .gx-md-2 {\n    --bs-gutter-x: 0.5rem; }\n  .g-md-2,\n  .gy-md-2 {\n    --bs-gutter-y: 0.5rem; }\n  .g-md-3,\n  .gx-md-3 {\n    --bs-gutter-x: 1rem; }\n  .g-md-3,\n  .gy-md-3 {\n    --bs-gutter-y: 1rem; }\n  .g-md-4,\n  .gx-md-4 {\n    --bs-gutter-x: 1.5rem; }\n  .g-md-4,\n  .gy-md-4 {\n    --bs-gutter-y: 1.5rem; }\n  .g-md-5,\n  .gx-md-5 {\n    --bs-gutter-x: 3rem; }\n  .g-md-5,\n  .gy-md-5 {\n    --bs-gutter-y: 3rem; } }\n\n@media (min-width: 992px) {\n  .col-lg {\n    flex: 1 0 0%; }\n  .row-cols-lg-auto > * {\n    flex: 0 0 auto;\n    width: auto; }\n  .row-cols-lg-1 > * {\n    flex: 0 0 auto;\n    width: 100%; }\n  .row-cols-lg-2 > * {\n    flex: 0 0 auto;\n    width: 50%; }\n  .row-cols-lg-3 > * {\n    flex: 0 0 auto;\n    width: 33.33333%; }\n  .row-cols-lg-4 > * {\n    flex: 0 0 auto;\n    width: 25%; }\n  .row-cols-lg-5 > * {\n    flex: 0 0 auto;\n    width: 20%; }\n  .row-cols-lg-6 > * {\n    flex: 0 0 auto;\n    width: 16.66667%; }\n  .col-lg-auto {\n    flex: 0 0 auto;\n    width: auto; }\n  .col-lg-1 {\n    flex: 0 0 auto;\n    width: 8.33333%; }\n  .col-lg-2 {\n    flex: 0 0 auto;\n    width: 16.66667%; }\n  .col-lg-3 {\n    flex: 0 0 auto;\n    width: 25%; }\n  .col-lg-4 {\n    flex: 0 0 auto;\n    width: 33.33333%; }\n  .col-lg-5 {\n    flex: 0 0 auto;\n    width: 41.66667%; }\n  .col-lg-6 {\n    flex: 0 0 auto;\n    width: 50%; }\n  .col-lg-7 {\n    flex: 0 0 auto;\n    width: 58.33333%; }\n  .col-lg-8 {\n    flex: 0 0 auto;\n    width: 66.66667%; }\n  .col-lg-9 {\n    flex: 0 0 auto;\n    width: 75%; }\n  .col-lg-10 {\n    flex: 0 0 auto;\n    width: 83.33333%; }\n  .col-lg-11 {\n    flex: 0 0 auto;\n    width: 91.66667%; }\n  .col-lg-12 {\n    flex: 0 0 auto;\n    width: 100%; }\n  .offset-lg-0 {\n    margin-left: 0; }\n  .offset-lg-1 {\n    margin-left: 8.33333%; }\n  .offset-lg-2 {\n    margin-left: 16.66667%; }\n  .offset-lg-3 {\n    margin-left: 25%; }\n  .offset-lg-4 {\n    margin-left: 33.33333%; }\n  .offset-lg-5 {\n    margin-left: 41.66667%; }\n  .offset-lg-6 {\n    margin-left: 50%; }\n  .offset-lg-7 {\n    margin-left: 58.33333%; }\n  .offset-lg-8 {\n    margin-left: 66.66667%; }\n  .offset-lg-9 {\n    margin-left: 75%; }\n  .offset-lg-10 {\n    margin-left: 83.33333%; }\n  .offset-lg-11 {\n    margin-left: 91.66667%; }\n  .g-lg-0,\n  .gx-lg-0 {\n    --bs-gutter-x: 0; }\n  .g-lg-0,\n  .gy-lg-0 {\n    --bs-gutter-y: 0; }\n  .g-lg-1,\n  .gx-lg-1 {\n    --bs-gutter-x: 0.25rem; }\n  .g-lg-1,\n  .gy-lg-1 {\n    --bs-gutter-y: 0.25rem; }\n  .g-lg-2,\n  .gx-lg-2 {\n    --bs-gutter-x: 0.5rem; }\n  .g-lg-2,\n  .gy-lg-2 {\n    --bs-gutter-y: 0.5rem; }\n  .g-lg-3,\n  .gx-lg-3 {\n    --bs-gutter-x: 1rem; }\n  .g-lg-3,\n  .gy-lg-3 {\n    --bs-gutter-y: 1rem; }\n  .g-lg-4,\n  .gx-lg-4 {\n    --bs-gutter-x: 1.5rem; }\n  .g-lg-4,\n  .gy-lg-4 {\n    --bs-gutter-y: 1.5rem; }\n  .g-lg-5,\n  .gx-lg-5 {\n    --bs-gutter-x: 3rem; }\n  .g-lg-5,\n  .gy-lg-5 {\n    --bs-gutter-y: 3rem; } }\n\n@media (min-width: 1200px) {\n  .col-xl {\n    flex: 1 0 0%; }\n  .row-cols-xl-auto > * {\n    flex: 0 0 auto;\n    width: auto; }\n  .row-cols-xl-1 > * {\n    flex: 0 0 auto;\n    width: 100%; }\n  .row-cols-xl-2 > * {\n    flex: 0 0 auto;\n    width: 50%; }\n  .row-cols-xl-3 > * {\n    flex: 0 0 auto;\n    width: 33.33333%; }\n  .row-cols-xl-4 > * {\n    flex: 0 0 auto;\n    width: 25%; }\n  .row-cols-xl-5 > * {\n    flex: 0 0 auto;\n    width: 20%; }\n  .row-cols-xl-6 > * {\n    flex: 0 0 auto;\n    width: 16.66667%; }\n  .col-xl-auto {\n    flex: 0 0 auto;\n    width: auto; }\n  .col-xl-1 {\n    flex: 0 0 auto;\n    width: 8.33333%; }\n  .col-xl-2 {\n    flex: 0 0 auto;\n    width: 16.66667%; }\n  .col-xl-3 {\n    flex: 0 0 auto;\n    width: 25%; }\n  .col-xl-4 {\n    flex: 0 0 auto;\n    width: 33.33333%; }\n  .col-xl-5 {\n    flex: 0 0 auto;\n    width: 41.66667%; }\n  .col-xl-6 {\n    flex: 0 0 auto;\n    width: 50%; }\n  .col-xl-7 {\n    flex: 0 0 auto;\n    width: 58.33333%; }\n  .col-xl-8 {\n    flex: 0 0 auto;\n    width: 66.66667%; }\n  .col-xl-9 {\n    flex: 0 0 auto;\n    width: 75%; }\n  .col-xl-10 {\n    flex: 0 0 auto;\n    width: 83.33333%; }\n  .col-xl-11 {\n    flex: 0 0 auto;\n    width: 91.66667%; }\n  .col-xl-12 {\n    flex: 0 0 auto;\n    width: 100%; }\n  .offset-xl-0 {\n    margin-left: 0; }\n  .offset-xl-1 {\n    margin-left: 8.33333%; }\n  .offset-xl-2 {\n    margin-left: 16.66667%; }\n  .offset-xl-3 {\n    margin-left: 25%; }\n  .offset-xl-4 {\n    margin-left: 33.33333%; }\n  .offset-xl-5 {\n    margin-left: 41.66667%; }\n  .offset-xl-6 {\n    margin-left: 50%; }\n  .offset-xl-7 {\n    margin-left: 58.33333%; }\n  .offset-xl-8 {\n    margin-left: 66.66667%; }\n  .offset-xl-9 {\n    margin-left: 75%; }\n  .offset-xl-10 {\n    margin-left: 83.33333%; }\n  .offset-xl-11 {\n    margin-left: 91.66667%; }\n  .g-xl-0,\n  .gx-xl-0 {\n    --bs-gutter-x: 0; }\n  .g-xl-0,\n  .gy-xl-0 {\n    --bs-gutter-y: 0; }\n  .g-xl-1,\n  .gx-xl-1 {\n    --bs-gutter-x: 0.25rem; }\n  .g-xl-1,\n  .gy-xl-1 {\n    --bs-gutter-y: 0.25rem; }\n  .g-xl-2,\n  .gx-xl-2 {\n    --bs-gutter-x: 0.5rem; }\n  .g-xl-2,\n  .gy-xl-2 {\n    --bs-gutter-y: 0.5rem; }\n  .g-xl-3,\n  .gx-xl-3 {\n    --bs-gutter-x: 1rem; }\n  .g-xl-3,\n  .gy-xl-3 {\n    --bs-gutter-y: 1rem; }\n  .g-xl-4,\n  .gx-xl-4 {\n    --bs-gutter-x: 1.5rem; }\n  .g-xl-4,\n  .gy-xl-4 {\n    --bs-gutter-y: 1.5rem; }\n  .g-xl-5,\n  .gx-xl-5 {\n    --bs-gutter-x: 3rem; }\n  .g-xl-5,\n  .gy-xl-5 {\n    --bs-gutter-y: 3rem; } }\n\n@media (min-width: 1400px) {\n  .col-xxl {\n    flex: 1 0 0%; }\n  .row-cols-xxl-auto > * {\n    flex: 0 0 auto;\n    width: auto; }\n  .row-cols-xxl-1 > * {\n    flex: 0 0 auto;\n    width: 100%; }\n  .row-cols-xxl-2 > * {\n    flex: 0 0 auto;\n    width: 50%; }\n  .row-cols-xxl-3 > * {\n    flex: 0 0 auto;\n    width: 33.33333%; }\n  .row-cols-xxl-4 > * {\n    flex: 0 0 auto;\n    width: 25%; }\n  .row-cols-xxl-5 > * {\n    flex: 0 0 auto;\n    width: 20%; }\n  .row-cols-xxl-6 > * {\n    flex: 0 0 auto;\n    width: 16.66667%; }\n  .col-xxl-auto {\n    flex: 0 0 auto;\n    width: auto; }\n  .col-xxl-1 {\n    flex: 0 0 auto;\n    width: 8.33333%; }\n  .col-xxl-2 {\n    flex: 0 0 auto;\n    width: 16.66667%; }\n  .col-xxl-3 {\n    flex: 0 0 auto;\n    width: 25%; }\n  .col-xxl-4 {\n    flex: 0 0 auto;\n    width: 33.33333%; }\n  .col-xxl-5 {\n    flex: 0 0 auto;\n    width: 41.66667%; }\n  .col-xxl-6 {\n    flex: 0 0 auto;\n    width: 50%; }\n  .col-xxl-7 {\n    flex: 0 0 auto;\n    width: 58.33333%; }\n  .col-xxl-8 {\n    flex: 0 0 auto;\n    width: 66.66667%; }\n  .col-xxl-9 {\n    flex: 0 0 auto;\n    width: 75%; }\n  .col-xxl-10 {\n    flex: 0 0 auto;\n    width: 83.33333%; }\n  .col-xxl-11 {\n    flex: 0 0 auto;\n    width: 91.66667%; }\n  .col-xxl-12 {\n    flex: 0 0 auto;\n    width: 100%; }\n  .offset-xxl-0 {\n    margin-left: 0; }\n  .offset-xxl-1 {\n    margin-left: 8.33333%; }\n  .offset-xxl-2 {\n    margin-left: 16.66667%; }\n  .offset-xxl-3 {\n    margin-left: 25%; }\n  .offset-xxl-4 {\n    margin-left: 33.33333%; }\n  .offset-xxl-5 {\n    margin-left: 41.66667%; }\n  .offset-xxl-6 {\n    margin-left: 50%; }\n  .offset-xxl-7 {\n    margin-left: 58.33333%; }\n  .offset-xxl-8 {\n    margin-left: 66.66667%; }\n  .offset-xxl-9 {\n    margin-left: 75%; }\n  .offset-xxl-10 {\n    margin-left: 83.33333%; }\n  .offset-xxl-11 {\n    margin-left: 91.66667%; }\n  .g-xxl-0,\n  .gx-xxl-0 {\n    --bs-gutter-x: 0; }\n  .g-xxl-0,\n  .gy-xxl-0 {\n    --bs-gutter-y: 0; }\n  .g-xxl-1,\n  .gx-xxl-1 {\n    --bs-gutter-x: 0.25rem; }\n  .g-xxl-1,\n  .gy-xxl-1 {\n    --bs-gutter-y: 0.25rem; }\n  .g-xxl-2,\n  .gx-xxl-2 {\n    --bs-gutter-x: 0.5rem; }\n  .g-xxl-2,\n  .gy-xxl-2 {\n    --bs-gutter-y: 0.5rem; }\n  .g-xxl-3,\n  .gx-xxl-3 {\n    --bs-gutter-x: 1rem; }\n  .g-xxl-3,\n  .gy-xxl-3 {\n    --bs-gutter-y: 1rem; }\n  .g-xxl-4,\n  .gx-xxl-4 {\n    --bs-gutter-x: 1.5rem; }\n  .g-xxl-4,\n  .gy-xxl-4 {\n    --bs-gutter-y: 1.5rem; }\n  .g-xxl-5,\n  .gx-xxl-5 {\n    --bs-gutter-x: 3rem; }\n  .g-xxl-5,\n  .gy-xxl-5 {\n    --bs-gutter-y: 3rem; } }\n\n.table {\n  --bs-table-color-type: initial;\n  --bs-table-bg-type: initial;\n  --bs-table-color-state: initial;\n  --bs-table-bg-state: initial;\n  --bs-table-color: var(--bs-emphasis-color);\n  --bs-table-bg: var(--bs-body-bg);\n  --bs-table-border-color: var(--bs-border-color);\n  --bs-table-accent-bg: transparent;\n  --bs-table-striped-color: var(--bs-emphasis-color);\n  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);\n  --bs-table-active-color: var(--bs-emphasis-color);\n  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);\n  --bs-table-hover-color: var(--bs-emphasis-color);\n  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);\n  width: 100%;\n  margin-bottom: 1rem;\n  vertical-align: top;\n  border-color: var(--bs-table-border-color); }\n  .table > :not(caption) > * > * {\n    padding: 0.5rem 0.5rem;\n    color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));\n    background-color: var(--bs-table-bg);\n    border-bottom-width: var(--bs-border-width);\n    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg))); }\n  .table > tbody {\n    vertical-align: inherit; }\n  .table > thead {\n    vertical-align: bottom; }\n\n.table-group-divider {\n  border-top: calc(var(--bs-border-width) * 2) solid currentcolor; }\n\n.caption-top {\n  caption-side: top; }\n\n.table-sm > :not(caption) > * > * {\n  padding: 0.25rem 0.25rem; }\n\n.table-bordered > :not(caption) > * {\n  border-width: var(--bs-border-width) 0; }\n  .table-bordered > :not(caption) > * > * {\n    border-width: 0 var(--bs-border-width); }\n\n.table-borderless > :not(caption) > * > * {\n  border-bottom-width: 0; }\n\n.table-borderless > :not(:first-child) {\n  border-top-width: 0; }\n\n.table-striped > tbody > tr:nth-of-type(odd) > * {\n  --bs-table-color-type: var(--bs-table-striped-color);\n  --bs-table-bg-type: var(--bs-table-striped-bg); }\n\n.table-striped-columns > :not(caption) > tr > :nth-child(even) {\n  --bs-table-color-type: var(--bs-table-striped-color);\n  --bs-table-bg-type: var(--bs-table-striped-bg); }\n\n.table-active {\n  --bs-table-color-state: var(--bs-table-active-color);\n  --bs-table-bg-state: var(--bs-table-active-bg); }\n\n.table-hover > tbody > tr:hover > * {\n  --bs-table-color-state: var(--bs-table-hover-color);\n  --bs-table-bg-state: var(--bs-table-hover-bg); }\n\n.table-primary {\n  --bs-table-color: #000;\n  --bs-table-bg: #cfe2ff;\n  --bs-table-border-color: #a6b5cc;\n  --bs-table-striped-bg: #c5d7f2;\n  --bs-table-striped-color: #000;\n  --bs-table-active-bg: #bacbe6;\n  --bs-table-active-color: #000;\n  --bs-table-hover-bg: #bfd1ec;\n  --bs-table-hover-color: #000;\n  color: var(--bs-table-color);\n  border-color: var(--bs-table-border-color); }\n\n.table-secondary {\n  --bs-table-color: #000;\n  --bs-table-bg: #e2e3e5;\n  --bs-table-border-color: #b5b6b7;\n  --bs-table-striped-bg: #d7d8da;\n  --bs-table-striped-color: #000;\n  --bs-table-active-bg: #cbccce;\n  --bs-table-active-color: #000;\n  --bs-table-hover-bg: #d1d2d4;\n  --bs-table-hover-color: #000;\n  color: var(--bs-table-color);\n  border-color: var(--bs-table-border-color); }\n\n.table-success {\n  --bs-table-color: #000;\n  --bs-table-bg: #d1e7dd;\n  --bs-table-border-color: #a7b9b1;\n  --bs-table-striped-bg: #c7dbd2;\n  --bs-table-striped-color: #000;\n  --bs-table-active-bg: #bcd0c7;\n  --bs-table-active-color: #000;\n  --bs-table-hover-bg: #c1d6cc;\n  --bs-table-hover-color: #000;\n  color: var(--bs-table-color);\n  border-color: var(--bs-table-border-color); }\n\n.table-info {\n  --bs-table-color: #000;\n  --bs-table-bg: #cff4fc;\n  --bs-table-border-color: #a6c3ca;\n  --bs-table-striped-bg: #c5e8ef;\n  --bs-table-striped-color: #000;\n  --bs-table-active-bg: #badce3;\n  --bs-table-active-color: #000;\n  --bs-table-hover-bg: #bfe2e9;\n  --bs-table-hover-color: #000;\n  color: var(--bs-table-color);\n  border-color: var(--bs-table-border-color); }\n\n.table-warning {\n  --bs-table-color: #000;\n  --bs-table-bg: #fff3cd;\n  --bs-table-border-color: #ccc2a4;\n  --bs-table-striped-bg: #f2e7c3;\n  --bs-table-striped-color: #000;\n  --bs-table-active-bg: #e6dbb9;\n  --bs-table-active-color: #000;\n  --bs-table-hover-bg: #ece1be;\n  --bs-table-hover-color: #000;\n  color: var(--bs-table-color);\n  border-color: var(--bs-table-border-color); }\n\n.table-danger {\n  --bs-table-color: #000;\n  --bs-table-bg: #f8d7da;\n  --bs-table-border-color: #c6acae;\n  --bs-table-striped-bg: #eccccf;\n  --bs-table-striped-color: #000;\n  --bs-table-active-bg: #dfc2c4;\n  --bs-table-active-color: #000;\n  --bs-table-hover-bg: #e5c7ca;\n  --bs-table-hover-color: #000;\n  color: var(--bs-table-color);\n  border-color: var(--bs-table-border-color); }\n\n.table-light {\n  --bs-table-color: #000;\n  --bs-table-bg: #f8f9fa;\n  --bs-table-border-color: #c6c7c8;\n  --bs-table-striped-bg: #ecedee;\n  --bs-table-striped-color: #000;\n  --bs-table-active-bg: #dfe0e1;\n  --bs-table-active-color: #000;\n  --bs-table-hover-bg: #e5e6e7;\n  --bs-table-hover-color: #000;\n  color: var(--bs-table-color);\n  border-color: var(--bs-table-border-color); }\n\n.table-dark {\n  --bs-table-color: #fff;\n  --bs-table-bg: #212529;\n  --bs-table-border-color: #4d5154;\n  --bs-table-striped-bg: #2c3034;\n  --bs-table-striped-color: #fff;\n  --bs-table-active-bg: #373b3e;\n  --bs-table-active-color: #fff;\n  --bs-table-hover-bg: #323539;\n  --bs-table-hover-color: #fff;\n  color: var(--bs-table-color);\n  border-color: var(--bs-table-border-color); }\n\n.table-responsive {\n  overflow-x: auto;\n  -webkit-overflow-scrolling: touch; }\n\n@media (max-width: 575.98px) {\n  .table-responsive-sm {\n    overflow-x: auto;\n    -webkit-overflow-scrolling: touch; } }\n\n@media (max-width: 767.98px) {\n  .table-responsive-md {\n    overflow-x: auto;\n    -webkit-overflow-scrolling: touch; } }\n\n@media (max-width: 991.98px) {\n  .table-responsive-lg {\n    overflow-x: auto;\n    -webkit-overflow-scrolling: touch; } }\n\n@media (max-width: 1199.98px) {\n  .table-responsive-xl {\n    overflow-x: auto;\n    -webkit-overflow-scrolling: touch; } }\n\n@media (max-width: 1399.98px) {\n  .table-responsive-xxl {\n    overflow-x: auto;\n    -webkit-overflow-scrolling: touch; } }\n\n.form-label {\n  margin-bottom: 0.5rem; }\n\n.col-form-label {\n  padding-top: calc(0.4rem + var(--bs-border-width));\n  padding-bottom: calc(0.4rem + var(--bs-border-width));\n  margin-bottom: 0;\n  font-size: inherit;\n  line-height: 1.5; }\n\n.col-form-label-lg {\n  padding-top: calc(0.5rem + var(--bs-border-width));\n  padding-bottom: calc(0.5rem + var(--bs-border-width));\n  font-size: 1.25rem; }\n\n.col-form-label-sm {\n  padding-top: calc(0.25rem + var(--bs-border-width));\n  padding-bottom: calc(0.25rem + var(--bs-border-width));\n  font-size: 0.875rem; }\n\n.form-text {\n  margin-top: 0.25rem;\n  font-size: 0.875em;\n  color: var(--bs-secondary-color); }\n\n.form-control {\n  display: block;\n  width: 100%;\n  padding: 0.4rem 0.5rem;\n  font-size: 1rem;\n  font-weight: 400;\n  line-height: 1.5;\n  color: var(--bs-body-color);\n  appearance: none;\n  background-color: var(--bs-body-bg);\n  background-clip: padding-box;\n  border: var(--bs-border-width) solid var(--bs-border-color);\n  border-radius: var(--bs-border-radius);\n  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }\n  @media (prefers-reduced-motion: reduce) {\n    .form-control {\n      transition: none; } }\n  .form-control[type=\"file\"] {\n    overflow: hidden; }\n    .form-control[type=\"file\"]:not(:disabled):not([readonly]) {\n      cursor: pointer; }\n  .form-control:focus {\n    color: var(--bs-body-color);\n    background-color: var(--bs-body-bg);\n    border-color: #86b7fe;\n    outline: 0;\n    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }\n  .form-control::-webkit-date-and-time-value {\n    min-width: 85px;\n    height: 1.5em;\n    margin: 0; }\n  .form-control::-webkit-datetime-edit {\n    display: block;\n    padding: 0; }\n  .form-control::placeholder {\n    color: var(--bs-secondary-color);\n    opacity: 1; }\n  .form-control:disabled {\n    background-color: var(--bs-secondary-bg);\n    opacity: 1; }\n  .form-control::file-selector-button {\n    padding: 0.4rem 0.5rem;\n    margin: -0.4rem -0.5rem;\n    margin-inline-end: 0.5rem;\n    color: var(--bs-body-color);\n    background-color: var(--bs-tertiary-bg);\n    pointer-events: none;\n    border-color: inherit;\n    border-style: solid;\n    border-width: 0;\n    border-inline-end-width: var(--bs-border-width);\n    border-radius: 0;\n    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }\n    @media (prefers-reduced-motion: reduce) {\n      .form-control::file-selector-button {\n        transition: none; } }\n  .form-control:hover:not(:disabled):not([readonly])::file-selector-button {\n    background-color: var(--bs-secondary-bg); }\n\n.form-control-plaintext {\n  display: block;\n  width: 100%;\n  padding: 0.4rem 0;\n  margin-bottom: 0;\n  line-height: 1.5;\n  color: var(--bs-body-color);\n  background-color: transparent;\n  border: solid transparent;\n  border-width: var(--bs-border-width) 0; }\n  .form-control-plaintext:focus {\n    outline: 0; }\n  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {\n    padding-right: 0;\n    padding-left: 0; }\n\n.form-control-sm {\n  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));\n  padding: 0.25rem 0.5rem;\n  font-size: 0.875rem;\n  border-radius: var(--bs-border-radius-sm); }\n  .form-control-sm::file-selector-button {\n    padding: 0.25rem 0.5rem;\n    margin: -0.25rem -0.5rem;\n    margin-inline-end: 0.5rem; }\n\n.form-control-lg {\n  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));\n  padding: 0.5rem 1rem;\n  font-size: 1.25rem;\n  border-radius: var(--bs-border-radius-lg); }\n  .form-control-lg::file-selector-button {\n    padding: 0.5rem 1rem;\n    margin: -0.5rem -1rem;\n    margin-inline-end: 1rem; }\n\ntextarea.form-control {\n  min-height: default; }\n\ntextarea.form-control-sm {\n  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2)); }\n\ntextarea.form-control-lg {\n  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2)); }\n\n.form-control-color {\n  width: 3rem;\n  height: default;\n  padding: 0.4rem; }\n  .form-control-color:not(:disabled):not([readonly]) {\n    cursor: pointer; }\n  .form-control-color::-moz-color-swatch {\n    border: 0 !important;\n    border-radius: var(--bs-border-radius); }\n  .form-control-color::-webkit-color-swatch {\n    border: 0 !important;\n    border-radius: var(--bs-border-radius); }\n  .form-control-color.form-control-sm {\n    height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2)); }\n  .form-control-color.form-control-lg {\n    height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2)); }\n\n.form-select {\n  --bs-form-select-bg-img: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3e%3cpath fill='none' stroke='%23aaa' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e\");\n  display: block;\n  width: 100%;\n  padding: 0.4rem 1.5rem 0.4rem 0.5rem;\n  font-size: 1rem;\n  font-weight: 400;\n  line-height: 1.5;\n  color: var(--bs-body-color);\n  appearance: none;\n  background-color: var(--bs-body-bg);\n  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);\n  background-repeat: no-repeat;\n  background-position: right 0.7rem center;\n  background-size: 10px 12px;\n  border: var(--bs-border-width) solid var(--bs-border-color);\n  border-radius: var(--bs-border-radius);\n  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }\n  @media (prefers-reduced-motion: reduce) {\n    .form-select {\n      transition: none; } }\n  .form-select:focus {\n    border-color: #86b7fe;\n    outline: 0;\n    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }\n  .form-select[multiple], .form-select[size]:not([size=\"1\"]) {\n    padding-right: 0.5rem;\n    background-image: none; }\n  .form-select:disabled {\n    background-color: var(--bs-secondary-bg); }\n  .form-select:-moz-focusring {\n    color: transparent;\n    text-shadow: 0 0 0 var(--bs-body-color); }\n\n.form-select-sm {\n  padding-top: 0.25rem;\n  padding-bottom: 0.25rem;\n  padding-left: 0.5rem;\n  font-size: 0.875rem;\n  border-radius: var(--bs-border-radius-sm); }\n\n.form-select-lg {\n  padding-top: 0.5rem;\n  padding-bottom: 0.5rem;\n  padding-left: 1rem;\n  font-size: 1.25rem;\n  border-radius: var(--bs-border-radius-lg); }\n\n[data-bs-theme=\"dark\"] .form-select {\n  --bs-form-select-bg-img: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e\"); }\n\n.form-check {\n  display: block;\n  min-height: 1.5rem;\n  padding-left: 1.5em;\n  margin-bottom: 0.125rem; }\n  .form-check .form-check-input {\n    float: left;\n    margin-left: -1.5em; }\n\n.form-check-reverse {\n  padding-right: 1.5em;\n  padding-left: 0;\n  text-align: right; }\n  .form-check-reverse .form-check-input {\n    float: right;\n    margin-right: -1.5em;\n    margin-left: 0; }\n\n.form-check-input {\n  --bs-form-check-bg: var(--bs-body-bg);\n  flex-shrink: 0;\n  width: 1em;\n  height: 1em;\n  margin-top: 0.25em;\n  vertical-align: top;\n  appearance: none;\n  background-color: var(--bs-form-check-bg);\n  background-image: var(--bs-form-check-bg-image);\n  background-repeat: no-repeat;\n  background-position: center;\n  background-size: contain;\n  border: var(--bs-border-width) solid var(--bs-border-color);\n  print-color-adjust: exact; }\n  .form-check-input[type=\"checkbox\"] {\n    border-radius: 0.25em; }\n  .form-check-input[type=\"radio\"] {\n    border-radius: 50%; }\n  .form-check-input:active {\n    filter: brightness(90%); }\n  .form-check-input:focus {\n    border-color: #86b7fe;\n    outline: 0;\n    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }\n  .form-check-input:checked {\n    background-color: #0d6efd;\n    border-color: #0d6efd; }\n    .form-check-input:checked[type=\"checkbox\"] {\n      --bs-form-check-bg-image: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e\"); }\n    .form-check-input:checked[type=\"radio\"] {\n      --bs-form-check-bg-image: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e\"); }\n  .form-check-input[type=\"checkbox\"]:indeterminate {\n    background-color: #0d6efd;\n    border-color: #0d6efd;\n    --bs-form-check-bg-image: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e\"); }\n  .form-check-input:disabled {\n    pointer-events: none;\n    filter: none;\n    opacity: 0.5; }\n  .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {\n    cursor: default;\n    opacity: 0.5; }\n\n.form-switch {\n  padding-left: 2.5em; }\n  .form-switch .form-check-input {\n    --bs-form-switch-bg: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e\");\n    width: 2em;\n    margin-left: -2.5em;\n    background-image: var(--bs-form-switch-bg);\n    background-position: left center;\n    border-radius: 2em;\n    transition: background-position 0.15s ease-in-out; }\n    @media (prefers-reduced-motion: reduce) {\n      .form-switch .form-check-input {\n        transition: none; } }\n    .form-switch .form-check-input:focus {\n      --bs-form-switch-bg: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e\"); }\n    .form-switch .form-check-input:checked {\n      background-position: right center;\n      --bs-form-switch-bg: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e\"); }\n  .form-switch.form-check-reverse {\n    padding-right: 2.5em;\n    padding-left: 0; }\n    .form-switch.form-check-reverse .form-check-input {\n      margin-right: -2.5em;\n      margin-left: 0; }\n\n.form-check-inline {\n  display: inline-block;\n  margin-right: 1rem; }\n\n.btn-check {\n  position: absolute;\n  clip: rect(0, 0, 0, 0);\n  pointer-events: none; }\n  .btn-check[disabled] + .btn, .btn-check:disabled + .btn {\n    pointer-events: none;\n    filter: none;\n    opacity: 0.65; }\n\n[data-bs-theme=\"dark\"] .form-switch .form-check-input:not(:checked):not(:focus) {\n  --bs-form-switch-bg: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e\"); }\n\n.form-range {\n  width: 100%;\n  height: 1.5rem;\n  padding: 0;\n  appearance: none;\n  background-color: transparent; }\n  .form-range:focus {\n    outline: 0; }\n    .form-range:focus::-webkit-slider-thumb {\n      box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }\n    .form-range:focus::-moz-range-thumb {\n      box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }\n  .form-range::-moz-focus-outer {\n    border: 0; }\n  .form-range::-webkit-slider-thumb {\n    width: 1rem;\n    height: 1rem;\n    margin-top: -0.25rem;\n    appearance: none;\n    background-color: #0d6efd;\n    border: 0;\n    border-radius: 1rem;\n    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }\n    @media (prefers-reduced-motion: reduce) {\n      .form-range::-webkit-slider-thumb {\n        transition: none; } }\n    .form-range::-webkit-slider-thumb:active {\n      background-color: #b6d4fe; }\n  .form-range::-webkit-slider-runnable-track {\n    width: 100%;\n    height: 0.5rem;\n    color: transparent;\n    cursor: pointer;\n    background-color: var(--bs-secondary-bg);\n    border-color: transparent;\n    border-radius: 1rem; }\n  .form-range::-moz-range-thumb {\n    width: 1rem;\n    height: 1rem;\n    appearance: none;\n    background-color: #0d6efd;\n    border: 0;\n    border-radius: 1rem;\n    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }\n    @media (prefers-reduced-motion: reduce) {\n      .form-range::-moz-range-thumb {\n        transition: none; } }\n    .form-range::-moz-range-thumb:active {\n      background-color: #b6d4fe; }\n  .form-range::-moz-range-track {\n    width: 100%;\n    height: 0.5rem;\n    color: transparent;\n    cursor: pointer;\n    background-color: var(--bs-secondary-bg);\n    border-color: transparent;\n    border-radius: 1rem; }\n  .form-range:disabled {\n    pointer-events: none; }\n    .form-range:disabled::-webkit-slider-thumb {\n      background-color: var(--bs-secondary-color); }\n    .form-range:disabled::-moz-range-thumb {\n      background-color: var(--bs-secondary-color); }\n\n.form-floating {\n  position: relative; }\n  .form-floating > .form-control,\n  .form-floating > .form-control-plaintext,\n  .form-floating > .form-select {\n    height: calc(3.5rem + calc(var(--bs-border-width) * 2));\n    min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));\n    line-height: 1.25; }\n  .form-floating > label {\n    position: absolute;\n    top: 0;\n    left: 0;\n    z-index: 2;\n    height: 100%;\n    padding: 1rem 0.5rem;\n    overflow: hidden;\n    text-align: start;\n    text-overflow: ellipsis;\n    white-space: nowrap;\n    pointer-events: none;\n    border: var(--bs-border-width) solid transparent;\n    transform-origin: 0 0;\n    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out; }\n    @media (prefers-reduced-motion: reduce) {\n      .form-floating > label {\n        transition: none; } }\n  .form-floating > .form-control,\n  .form-floating > .form-control-plaintext {\n    padding: 1rem 0.5rem; }\n    .form-floating > .form-control::placeholder,\n    .form-floating > .form-control-plaintext::placeholder {\n      color: transparent; }\n    .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),\n    .form-floating > .form-control-plaintext:focus,\n    .form-floating > .form-control-plaintext:not(:placeholder-shown) {\n      padding-top: 1.625rem;\n      padding-bottom: 0.625rem; }\n    .form-floating > .form-control:-webkit-autofill,\n    .form-floating > .form-control-plaintext:-webkit-autofill {\n      padding-top: 1.625rem;\n      padding-bottom: 0.625rem; }\n  .form-floating > .form-select {\n    padding-top: 1.625rem;\n    padding-bottom: 0.625rem; }\n  .form-floating > .form-control:focus ~ label,\n  .form-floating > .form-control:not(:placeholder-shown) ~ label,\n  .form-floating > .form-control-plaintext ~ label,\n  .form-floating > .form-select ~ label {\n    color: rgba(var(--bs-body-color-rgb), 0.65);\n    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }\n    .form-floating > .form-control:focus ~ label::after,\n    .form-floating > .form-control:not(:placeholder-shown) ~ label::after,\n    .form-floating > .form-control-plaintext ~ label::after,\n    .form-floating > .form-select ~ label::after {\n      position: absolute;\n      inset: 1rem 0.25rem;\n      z-index: -1;\n      height: 1.5em;\n      content: \"\";\n      background-color: var(--bs-body-bg);\n      border-radius: var(--bs-border-radius); }\n  .form-floating > .form-control:-webkit-autofill ~ label {\n    color: rgba(var(--bs-body-color-rgb), 0.65);\n    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }\n  .form-floating > .form-control-plaintext ~ label {\n    border-width: var(--bs-border-width) 0; }\n  .form-floating > :disabled ~ label,\n  .form-floating > .form-control:disabled ~ label {\n    color: #6c757d; }\n    .form-floating > :disabled ~ label::after,\n    .form-floating > .form-control:disabled ~ label::after {\n      background-color: var(--bs-secondary-bg); }\n\n.input-group {\n  position: relative;\n  display: flex;\n  flex-wrap: wrap;\n  align-items: stretch;\n  width: 100%; }\n  .input-group > .form-control,\n  .input-group > .form-select,\n  .input-group > .form-floating {\n    position: relative;\n    flex: 1 1 auto;\n    width: 1%;\n    min-width: 0; }\n  .input-group > .form-control:focus,\n  .input-group > .form-select:focus,\n  .input-group > .form-floating:focus-within {\n    z-index: 5; }\n  .input-group .btn {\n    position: relative;\n    z-index: 2; }\n    .input-group .btn:focus {\n      z-index: 5; }\n\n.input-group-text {\n  display: flex;\n  align-items: center;\n  padding: 0.4rem 0.5rem;\n  font-size: 1rem;\n  font-weight: 400;\n  line-height: 1.5;\n  color: var(--bs-body-color);\n  text-align: center;\n  white-space: nowrap;\n  background-color: var(--bs-tertiary-bg);\n  border: var(--bs-border-width) solid var(--bs-border-color);\n  border-radius: var(--bs-border-radius); }\n\n.input-group-lg > .form-control,\n.input-group-lg > .form-select,\n.input-group-lg > .input-group-text,\n.input-group-lg > .btn {\n  padding: 0.5rem 1rem;\n  font-size: 1.25rem;\n  border-radius: var(--bs-border-radius-lg); }\n\n.input-group-sm > .form-control,\n.input-group-sm > .form-select,\n.input-group-sm > .input-group-text,\n.input-group-sm > .btn {\n  padding: 0.25rem 0.5rem;\n  font-size: 0.875rem;\n  border-radius: var(--bs-border-radius-sm); }\n\n.input-group-lg > .form-select,\n.input-group-sm > .form-select {\n  padding-right: 2rem; }\n\n.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),\n.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),\n.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,\n.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {\n  border-top-right-radius: 0;\n  border-bottom-right-radius: 0; }\n\n.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),\n.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),\n.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-control,\n.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-select {\n  border-top-right-radius: 0;\n  border-bottom-right-radius: 0; }\n\n.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {\n  margin-left: calc(var(--bs-border-width) * -1);\n  border-top-left-radius: 0;\n  border-bottom-left-radius: 0; }\n\n.input-group > .form-floating:not(:first-child) > .form-control,\n.input-group > .form-floating:not(:first-child) > .form-select {\n  border-top-left-radius: 0;\n  border-bottom-left-radius: 0; }\n\n.valid-feedback {\n  display: none;\n  width: 100%;\n  margin-top: 0.25rem;\n  font-size: 0.875em;\n  color: var(--bs-form-valid-color); }\n\n.valid-tooltip {\n  position: absolute;\n  top: 100%;\n  z-index: 5;\n  display: none;\n  max-width: 100%;\n  padding: 0.25rem 0.5rem;\n  margin-top: .1rem;\n  font-size: 0.875rem;\n  color: #fff;\n  background-color: var(--bs-success);\n  border-radius: var(--bs-border-radius); }\n\n.was-validated :valid ~ .valid-feedback,\n.was-validated :valid ~ .valid-tooltip,\n.is-valid ~ .valid-feedback,\n.is-valid ~ .valid-tooltip {\n  display: block; }\n\n.was-validated .form-control:valid, .form-control.is-valid {\n  border-color: var(--bs-form-valid-border-color);\n  padding-right: calc(1.5em + 0.8rem);\n  background-image: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e\");\n  background-repeat: no-repeat;\n  background-position: right calc(0.375em + 0.2rem) center;\n  background-size: calc(0.75em + 0.4rem) calc(0.75em + 0.4rem); }\n  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {\n    border-color: var(--bs-form-valid-border-color);\n    box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25); }\n\n.was-validated textarea.form-control:valid, textarea.form-control.is-valid {\n  padding-right: calc(1.5em + 0.8rem);\n  background-position: top calc(0.375em + 0.2rem) right calc(0.375em + 0.2rem); }\n\n.was-validated .form-select:valid, .form-select.is-valid {\n  border-color: var(--bs-form-valid-border-color); }\n  .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size=\"1\"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size=\"1\"] {\n    --bs-form-select-bg-icon: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e\");\n    padding-right: 2.75rem;\n    background-position: right 0.7rem center, center right 1.5rem;\n    background-size: 10px 12px, calc(0.75em + 0.4rem) calc(0.75em + 0.4rem); }\n  .was-validated .form-select:valid:focus, .form-select.is-valid:focus {\n    border-color: var(--bs-form-valid-border-color);\n    box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25); }\n\n.was-validated .form-control-color:valid, .form-control-color.is-valid {\n  width: calc(3rem + calc(1.5em + 0.8rem)); }\n\n.was-validated .form-check-input:valid, .form-check-input.is-valid {\n  border-color: var(--bs-form-valid-border-color); }\n  .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {\n    background-color: var(--bs-form-valid-color); }\n  .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {\n    box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25); }\n  .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {\n    color: var(--bs-form-valid-color); }\n\n.form-check-inline .form-check-input ~ .valid-feedback {\n  margin-left: .5em; }\n\n.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid, .was-validated\n.input-group > .form-select:not(:focus):valid,\n.input-group > .form-select:not(:focus).is-valid, .was-validated\n.input-group > .form-floating:not(:focus-within):valid,\n.input-group > .form-floating:not(:focus-within).is-valid {\n  z-index: 3; }\n\n.invalid-feedback {\n  display: none;\n  width: 100%;\n  margin-top: 0.25rem;\n  font-size: 0.875em;\n  color: var(--bs-form-invalid-color); }\n\n.invalid-tooltip {\n  position: absolute;\n  top: 100%;\n  z-index: 5;\n  display: none;\n  max-width: 100%;\n  padding: 0.25rem 0.5rem;\n  margin-top: .1rem;\n  font-size: 0.875rem;\n  color: #fff;\n  background-color: var(--bs-danger);\n  border-radius: var(--bs-border-radius); }\n\n.was-validated :invalid ~ .invalid-feedback,\n.was-validated :invalid ~ .invalid-tooltip,\n.is-invalid ~ .invalid-feedback,\n.is-invalid ~ .invalid-tooltip {\n  display: block; }\n\n.was-validated .form-control:invalid, .form-control.is-invalid {\n  border-color: var(--bs-form-invalid-border-color);\n  padding-right: calc(1.5em + 0.8rem);\n  background-image: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e\");\n  background-repeat: no-repeat;\n  background-position: right calc(0.375em + 0.2rem) center;\n  background-size: calc(0.75em + 0.4rem) calc(0.75em + 0.4rem); }\n  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {\n    border-color: var(--bs-form-invalid-border-color);\n    box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25); }\n\n.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {\n  padding-right: calc(1.5em + 0.8rem);\n  background-position: top calc(0.375em + 0.2rem) right calc(0.375em + 0.2rem); }\n\n.was-validated .form-select:invalid, .form-select.is-invalid {\n  border-color: var(--bs-form-invalid-border-color); }\n  .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size=\"1\"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size=\"1\"] {\n    --bs-form-select-bg-icon: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e\");\n    padding-right: 2.75rem;\n    background-position: right 0.7rem center, center right 1.5rem;\n    background-size: 10px 12px, calc(0.75em + 0.4rem) calc(0.75em + 0.4rem); }\n  .was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {\n    border-color: var(--bs-form-invalid-border-color);\n    box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25); }\n\n.was-validated .form-control-color:invalid, .form-control-color.is-invalid {\n  width: calc(3rem + calc(1.5em + 0.8rem)); }\n\n.was-validated .form-check-input:invalid, .form-check-input.is-invalid {\n  border-color: var(--bs-form-invalid-border-color); }\n  .was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {\n    background-color: var(--bs-form-invalid-color); }\n  .was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {\n    box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25); }\n  .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {\n    color: var(--bs-form-invalid-color); }\n\n.form-check-inline .form-check-input ~ .invalid-feedback {\n  margin-left: .5em; }\n\n.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid, .was-validated\n.input-group > .form-select:not(:focus):invalid,\n.input-group > .form-select:not(:focus).is-invalid, .was-validated\n.input-group > .form-floating:not(:focus-within):invalid,\n.input-group > .form-floating:not(:focus-within).is-invalid {\n  z-index: 4; }\n\n.btn {\n  --bs-btn-padding-x: 0.5rem;\n  --bs-btn-padding-y: 0.4rem;\n  --bs-btn-font-family: ;\n  --bs-btn-font-size: 1rem;\n  --bs-btn-font-weight: 400;\n  --bs-btn-line-height: 1.5;\n  --bs-btn-color: var(--bs-body-color);\n  --bs-btn-bg: transparent;\n  --bs-btn-border-width: var(--bs-border-width);\n  --bs-btn-border-color: transparent;\n  --bs-btn-border-radius: var(--bs-border-radius);\n  --bs-btn-hover-border-color: transparent;\n  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);\n  --bs-btn-disabled-opacity: 0.65;\n  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);\n  display: inline-block;\n  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);\n  font-family: var(--bs-btn-font-family);\n  font-size: var(--bs-btn-font-size);\n  font-weight: var(--bs-btn-font-weight);\n  line-height: var(--bs-btn-line-height);\n  color: var(--bs-btn-color);\n  text-align: center;\n  vertical-align: middle;\n  cursor: pointer;\n  user-select: none;\n  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);\n  border-radius: var(--bs-btn-border-radius);\n  background-color: var(--bs-btn-bg);\n  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }\n  @media (prefers-reduced-motion: reduce) {\n    .btn {\n      transition: none; } }\n  .btn:hover {\n    color: var(--bs-btn-hover-color);\n    background-color: var(--bs-btn-hover-bg);\n    border-color: var(--bs-btn-hover-border-color); }\n  .btn-check + .btn:hover {\n    color: var(--bs-btn-color);\n    background-color: var(--bs-btn-bg);\n    border-color: var(--bs-btn-border-color); }\n  .btn:focus-visible {\n    color: var(--bs-btn-hover-color);\n    background-color: var(--bs-btn-hover-bg);\n    border-color: var(--bs-btn-hover-border-color);\n    outline: 0;\n    box-shadow: var(--bs-btn-focus-box-shadow); }\n  .btn-check:focus-visible + .btn {\n    border-color: var(--bs-btn-hover-border-color);\n    outline: 0;\n    box-shadow: var(--bs-btn-focus-box-shadow); }\n  .btn-check:checked + .btn,\n  :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {\n    color: var(--bs-btn-active-color);\n    background-color: var(--bs-btn-active-bg);\n    border-color: var(--bs-btn-active-border-color); }\n    .btn-check:checked + .btn:focus-visible,\n    :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {\n      box-shadow: var(--bs-btn-focus-box-shadow); }\n  .btn-check:checked:focus-visible + .btn {\n    box-shadow: var(--bs-btn-focus-box-shadow); }\n  .btn:disabled, .btn.disabled,\n  fieldset:disabled .btn {\n    color: var(--bs-btn-disabled-color);\n    pointer-events: none;\n    background-color: var(--bs-btn-disabled-bg);\n    border-color: var(--bs-btn-disabled-border-color);\n    opacity: var(--bs-btn-disabled-opacity); }\n\n.btn-primary {\n  --bs-btn-color: #fff;\n  --bs-btn-bg: #0d6efd;\n  --bs-btn-border-color: #0d6efd;\n  --bs-btn-hover-color: #fff;\n  --bs-btn-hover-bg: #0b5ed7;\n  --bs-btn-hover-border-color: #0a58ca;\n  --bs-btn-focus-shadow-rgb: 49, 132, 253;\n  --bs-btn-active-color: #fff;\n  --bs-btn-active-bg: #0a58ca;\n  --bs-btn-active-border-color: #0a53be;\n  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);\n  --bs-btn-disabled-color: #fff;\n  --bs-btn-disabled-bg: #0d6efd;\n  --bs-btn-disabled-border-color: #0d6efd; }\n\n.btn-secondary {\n  --bs-btn-color: #fff;\n  --bs-btn-bg: #6c757d;\n  --bs-btn-border-color: #6c757d;\n  --bs-btn-hover-color: #fff;\n  --bs-btn-hover-bg: #5c636a;\n  --bs-btn-hover-border-color: #565e64;\n  --bs-btn-focus-shadow-rgb: 130, 138, 145;\n  --bs-btn-active-color: #fff;\n  --bs-btn-active-bg: #565e64;\n  --bs-btn-active-border-color: #51585e;\n  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);\n  --bs-btn-disabled-color: #fff;\n  --bs-btn-disabled-bg: #6c757d;\n  --bs-btn-disabled-border-color: #6c757d; }\n\n.btn-success {\n  --bs-btn-color: #fff;\n  --bs-btn-bg: #198754;\n  --bs-btn-border-color: #198754;\n  --bs-btn-hover-color: #fff;\n  --bs-btn-hover-bg: #157347;\n  --bs-btn-hover-border-color: #146c43;\n  --bs-btn-focus-shadow-rgb: 60, 153, 110;\n  --bs-btn-active-color: #fff;\n  --bs-btn-active-bg: #146c43;\n  --bs-btn-active-border-color: #13653f;\n  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);\n  --bs-btn-disabled-color: #fff;\n  --bs-btn-disabled-bg: #198754;\n  --bs-btn-disabled-border-color: #198754; }\n\n.btn-info {\n  --bs-btn-color: #000;\n  --bs-btn-bg: #0dcaf0;\n  --bs-btn-border-color: #0dcaf0;\n  --bs-btn-hover-color: #000;\n  --bs-btn-hover-bg: #31d2f2;\n  --bs-btn-hover-border-color: #25cff2;\n  --bs-btn-focus-shadow-rgb: 11, 172, 204;\n  --bs-btn-active-color: #000;\n  --bs-btn-active-bg: #3dd5f3;\n  --bs-btn-active-border-color: #25cff2;\n  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);\n  --bs-btn-disabled-color: #000;\n  --bs-btn-disabled-bg: #0dcaf0;\n  --bs-btn-disabled-border-color: #0dcaf0; }\n\n.btn-warning {\n  --bs-btn-color: #000;\n  --bs-btn-bg: #ffc107;\n  --bs-btn-border-color: #ffc107;\n  --bs-btn-hover-color: #000;\n  --bs-btn-hover-bg: #ffca2c;\n  --bs-btn-hover-border-color: #ffc720;\n  --bs-btn-focus-shadow-rgb: 217, 164, 6;\n  --bs-btn-active-color: #000;\n  --bs-btn-active-bg: #ffcd39;\n  --bs-btn-active-border-color: #ffc720;\n  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);\n  --bs-btn-disabled-color: #000;\n  --bs-btn-disabled-bg: #ffc107;\n  --bs-btn-disabled-border-color: #ffc107; }\n\n.btn-danger {\n  --bs-btn-color: #fff;\n  --bs-btn-bg: #dc3545;\n  --bs-btn-border-color: #dc3545;\n  --bs-btn-hover-color: #fff;\n  --bs-btn-hover-bg: #bb2d3b;\n  --bs-btn-hover-border-color: #b02a37;\n  --bs-btn-focus-shadow-rgb: 225, 83, 97;\n  --bs-btn-active-color: #fff;\n  --bs-btn-active-bg: #b02a37;\n  --bs-btn-active-border-color: #a52834;\n  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);\n  --bs-btn-disabled-color: #fff;\n  --bs-btn-disabled-bg: #dc3545;\n  --bs-btn-disabled-border-color: #dc3545; }\n\n.btn-light {\n  --bs-btn-color: #000;\n  --bs-btn-bg: #f8f9fa;\n  --bs-btn-border-color: #f8f9fa;\n  --bs-btn-hover-color: #000;\n  --bs-btn-hover-bg: #d3d4d5;\n  --bs-btn-hover-border-color: #c6c7c8;\n  --bs-btn-focus-shadow-rgb: 211, 212, 213;\n  --bs-btn-active-color: #000;\n  --bs-btn-active-bg: #c6c7c8;\n  --bs-btn-active-border-color: #babbbc;\n  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);\n  --bs-btn-disabled-color: #000;\n  --bs-btn-disabled-bg: #f8f9fa;\n  --bs-btn-disabled-border-color: #f8f9fa; }\n\n.btn-dark {\n  --bs-btn-color: #fff;\n  --bs-btn-bg: #212529;\n  --bs-btn-border-color: #212529;\n  --bs-btn-hover-color: #fff;\n  --bs-btn-hover-bg: #424649;\n  --bs-btn-hover-border-color: #373b3e;\n  --bs-btn-focus-shadow-rgb: 66, 70, 73;\n  --bs-btn-active-color: #fff;\n  --bs-btn-active-bg: #4d5154;\n  --bs-btn-active-border-color: #373b3e;\n  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);\n  --bs-btn-disabled-color: #fff;\n  --bs-btn-disabled-bg: #212529;\n  --bs-btn-disabled-border-color: #212529; }\n\n.btn-outline-primary {\n  --bs-btn-color: #0d6efd;\n  --bs-btn-border-color: #0d6efd;\n  --bs-btn-hover-color: #fff;\n  --bs-btn-hover-bg: #0d6efd;\n  --bs-btn-hover-border-color: #0d6efd;\n  --bs-btn-focus-shadow-rgb: 13, 110, 253;\n  --bs-btn-active-color: #fff;\n  --bs-btn-active-bg: #0d6efd;\n  --bs-btn-active-border-color: #0d6efd;\n  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);\n  --bs-btn-disabled-color: #0d6efd;\n  --bs-btn-disabled-bg: transparent;\n  --bs-btn-disabled-border-color: #0d6efd;\n  --bs-gradient: none; }\n\n.btn-outline-secondary {\n  --bs-btn-color: #6c757d;\n  --bs-btn-border-color: #6c757d;\n  --bs-btn-hover-color: #fff;\n  --bs-btn-hover-bg: #6c757d;\n  --bs-btn-hover-border-color: #6c757d;\n  --bs-btn-focus-shadow-rgb: 108, 117, 125;\n  --bs-btn-active-color: #fff;\n  --bs-btn-active-bg: #6c757d;\n  --bs-btn-active-border-color: #6c757d;\n  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);\n  --bs-btn-disabled-color: #6c757d;\n  --bs-btn-disabled-bg: transparent;\n  --bs-btn-disabled-border-color: #6c757d;\n  --bs-gradient: none; }\n\n.btn-outline-success {\n  --bs-btn-color: #198754;\n  --bs-btn-border-color: #198754;\n  --bs-btn-hover-color: #fff;\n  --bs-btn-hover-bg: #198754;\n  --bs-btn-hover-border-color: #198754;\n  --bs-btn-focus-shadow-rgb: 25, 135, 84;\n  --bs-btn-active-color: #fff;\n  --bs-btn-active-bg: #198754;\n  --bs-btn-active-border-color: #198754;\n  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);\n  --bs-btn-disabled-color: #198754;\n  --bs-btn-disabled-bg: transparent;\n  --bs-btn-disabled-border-color: #198754;\n  --bs-gradient: none; }\n\n.btn-outline-info {\n  --bs-btn-color: #0dcaf0;\n  --bs-btn-border-color: #0dcaf0;\n  --bs-btn-hover-color: #000;\n  --bs-btn-hover-bg: #0dcaf0;\n  --bs-btn-hover-border-color: #0dcaf0;\n  --bs-btn-focus-shadow-rgb: 13, 202, 240;\n  --bs-btn-active-color: #000;\n  --bs-btn-active-bg: #0dcaf0;\n  --bs-btn-active-border-color: #0dcaf0;\n  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);\n  --bs-btn-disabled-color: #0dcaf0;\n  --bs-btn-disabled-bg: transparent;\n  --bs-btn-disabled-border-color: #0dcaf0;\n  --bs-gradient: none; }\n\n.btn-outline-warning {\n  --bs-btn-color: #ffc107;\n  --bs-btn-border-color: #ffc107;\n  --bs-btn-hover-color: #000;\n  --bs-btn-hover-bg: #ffc107;\n  --bs-btn-hover-border-color: #ffc107;\n  --bs-btn-focus-shadow-rgb: 255, 193, 7;\n  --bs-btn-active-color: #000;\n  --bs-btn-active-bg: #ffc107;\n  --bs-btn-active-border-color: #ffc107;\n  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);\n  --bs-btn-disabled-color: #ffc107;\n  --bs-btn-disabled-bg: transparent;\n  --bs-btn-disabled-border-color: #ffc107;\n  --bs-gradient: none; }\n\n.btn-outline-danger {\n  --bs-btn-color: #dc3545;\n  --bs-btn-border-color: #dc3545;\n  --bs-btn-hover-color: #fff;\n  --bs-btn-hover-bg: #dc3545;\n  --bs-btn-hover-border-color: #dc3545;\n  --bs-btn-focus-shadow-rgb: 220, 53, 69;\n  --bs-btn-active-color: #fff;\n  --bs-btn-active-bg: #dc3545;\n  --bs-btn-active-border-color: #dc3545;\n  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);\n  --bs-btn-disabled-color: #dc3545;\n  --bs-btn-disabled-bg: transparent;\n  --bs-btn-disabled-border-color: #dc3545;\n  --bs-gradient: none; }\n\n.btn-outline-light {\n  --bs-btn-color: #f8f9fa;\n  --bs-btn-border-color: #f8f9fa;\n  --bs-btn-hover-color: #000;\n  --bs-btn-hover-bg: #f8f9fa;\n  --bs-btn-hover-border-color: #f8f9fa;\n  --bs-btn-focus-shadow-rgb: 248, 249, 250;\n  --bs-btn-active-color: #000;\n  --bs-btn-active-bg: #f8f9fa;\n  --bs-btn-active-border-color: #f8f9fa;\n  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);\n  --bs-btn-disabled-color: #f8f9fa;\n  --bs-btn-disabled-bg: transparent;\n  --bs-btn-disabled-border-color: #f8f9fa;\n  --bs-gradient: none; }\n\n.btn-outline-dark {\n  --bs-btn-color: #212529;\n  --bs-btn-border-color: #212529;\n  --bs-btn-hover-color: #fff;\n  --bs-btn-hover-bg: #212529;\n  --bs-btn-hover-border-color: #212529;\n  --bs-btn-focus-shadow-rgb: 33, 37, 41;\n  --bs-btn-active-color: #fff;\n  --bs-btn-active-bg: #212529;\n  --bs-btn-active-border-color: #212529;\n  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);\n  --bs-btn-disabled-color: #212529;\n  --bs-btn-disabled-bg: transparent;\n  --bs-btn-disabled-border-color: #212529;\n  --bs-gradient: none; }\n\n.btn-link {\n  --bs-btn-font-weight: 400;\n  --bs-btn-color: var(--bs-link-color);\n  --bs-btn-bg: transparent;\n  --bs-btn-border-color: transparent;\n  --bs-btn-hover-color: var(--bs-link-hover-color);\n  --bs-btn-hover-border-color: transparent;\n  --bs-btn-active-color: var(--bs-link-hover-color);\n  --bs-btn-active-border-color: transparent;\n  --bs-btn-disabled-color: #6c757d;\n  --bs-btn-disabled-border-color: transparent;\n  --bs-btn-box-shadow: 0 0 0 #000;\n  --bs-btn-focus-shadow-rgb: 49, 132, 253;\n  text-decoration: none; }\n  .btn-link:focus-visible {\n    color: var(--bs-btn-color); }\n  .btn-link:hover {\n    color: var(--bs-btn-hover-color); }\n\n.btn-lg, .btn-group-lg > .btn {\n  --bs-btn-padding-y: 0.5rem;\n  --bs-btn-padding-x: 1rem;\n  --bs-btn-font-size: 1.25rem;\n  --bs-btn-border-radius: var(--bs-border-radius-lg); }\n\n.btn-sm, .btn-group-sm > .btn {\n  --bs-btn-padding-y: 0.25rem;\n  --bs-btn-padding-x: 0.5rem;\n  --bs-btn-font-size: 0.875rem;\n  --bs-btn-border-radius: var(--bs-border-radius-sm); }\n\n.fade {\n  transition: opacity 0.15s linear; }\n  @media (prefers-reduced-motion: reduce) {\n    .fade {\n      transition: none; } }\n  .fade:not(.show) {\n    opacity: 0; }\n\n.collapse:not(.show) {\n  display: none; }\n\n.collapsing {\n  height: 0;\n  overflow: hidden;\n  transition: height 0.35s ease; }\n  @media (prefers-reduced-motion: reduce) {\n    .collapsing {\n      transition: none; } }\n  .collapsing.collapse-horizontal {\n    width: 0;\n    height: auto;\n    transition: width 0.35s ease; }\n    @media (prefers-reduced-motion: reduce) {\n      .collapsing.collapse-horizontal {\n        transition: none; } }\n\n.dropup,\n.dropend,\n.dropdown,\n.dropstart,\n.dropup-center,\n.dropdown-center {\n  position: relative; }\n\n.dropdown-toggle {\n  white-space: nowrap; }\n  .dropdown-toggle::after {\n    display: inline-block;\n    margin-left: 0.255em;\n    vertical-align: 0.255em;\n    content: \"\";\n    border-top: 0.3em solid;\n    border-right: 0.3em solid transparent;\n    border-bottom: 0;\n    border-left: 0.3em solid transparent; }\n  .dropdown-toggle:empty::after {\n    margin-left: 0; }\n\n.dropdown-menu {\n  --bs-dropdown-zindex: 1000;\n  --bs-dropdown-min-width: 10rem;\n  --bs-dropdown-padding-x: 0;\n  --bs-dropdown-padding-y: 0.5rem;\n  --bs-dropdown-spacer: 0.125rem;\n  --bs-dropdown-font-size: 1rem;\n  --bs-dropdown-color: var(--bs-body-color);\n  --bs-dropdown-bg: var(--bs-body-bg);\n  --bs-dropdown-border-color: var(--bs-border-color-translucent);\n  --bs-dropdown-border-radius: var(--bs-border-radius);\n  --bs-dropdown-border-width: var(--bs-border-width);\n  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));\n  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);\n  --bs-dropdown-divider-margin-y: 0.5rem;\n  --bs-dropdown-box-shadow: var(--bs-box-shadow);\n  --bs-dropdown-link-color: var(--bs-body-color);\n  --bs-dropdown-link-hover-color: var(--bs-body-color);\n  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);\n  --bs-dropdown-link-active-color: #fff;\n  --bs-dropdown-link-active-bg: #0d6efd;\n  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);\n  --bs-dropdown-item-padding-x: 1rem;\n  --bs-dropdown-item-padding-y: 0.25rem;\n  --bs-dropdown-header-color: #6c757d;\n  --bs-dropdown-header-padding-x: 1rem;\n  --bs-dropdown-header-padding-y: 0.5rem;\n  position: absolute;\n  z-index: var(--bs-dropdown-zindex);\n  display: none;\n  min-width: var(--bs-dropdown-min-width);\n  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);\n  margin: 0;\n  font-size: var(--bs-dropdown-font-size);\n  color: var(--bs-dropdown-color);\n  text-align: left;\n  list-style: none;\n  background-color: var(--bs-dropdown-bg);\n  background-clip: padding-box;\n  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);\n  border-radius: var(--bs-dropdown-border-radius); }\n  .dropdown-menu[data-bs-popper] {\n    top: 100%;\n    left: 0;\n    margin-top: var(--bs-dropdown-spacer); }\n\n.dropdown-menu-start {\n  --bs-position: start; }\n  .dropdown-menu-start[data-bs-popper] {\n    right: auto;\n    left: 0; }\n\n.dropdown-menu-end {\n  --bs-position: end; }\n  .dropdown-menu-end[data-bs-popper] {\n    right: 0;\n    left: auto; }\n\n@media (min-width: 576px) {\n  .dropdown-menu-sm-start {\n    --bs-position: start; }\n    .dropdown-menu-sm-start[data-bs-popper] {\n      right: auto;\n      left: 0; }\n  .dropdown-menu-sm-end {\n    --bs-position: end; }\n    .dropdown-menu-sm-end[data-bs-popper] {\n      right: 0;\n      left: auto; } }\n\n@media (min-width: 768px) {\n  .dropdown-menu-md-start {\n    --bs-position: start; }\n    .dropdown-menu-md-start[data-bs-popper] {\n      right: auto;\n      left: 0; }\n  .dropdown-menu-md-end {\n    --bs-position: end; }\n    .dropdown-menu-md-end[data-bs-popper] {\n      right: 0;\n      left: auto; } }\n\n@media (min-width: 992px) {\n  .dropdown-menu-lg-start {\n    --bs-position: start; }\n    .dropdown-menu-lg-start[data-bs-popper] {\n      right: auto;\n      left: 0; }\n  .dropdown-menu-lg-end {\n    --bs-position: end; }\n    .dropdown-menu-lg-end[data-bs-popper] {\n      right: 0;\n      left: auto; } }\n\n@media (min-width: 1200px) {\n  .dropdown-menu-xl-start {\n    --bs-position: start; }\n    .dropdown-menu-xl-start[data-bs-popper] {\n      right: auto;\n      left: 0; }\n  .dropdown-menu-xl-end {\n    --bs-position: end; }\n    .dropdown-menu-xl-end[data-bs-popper] {\n      right: 0;\n      left: auto; } }\n\n@media (min-width: 1400px) {\n  .dropdown-menu-xxl-start {\n    --bs-position: start; }\n    .dropdown-menu-xxl-start[data-bs-popper] {\n      right: auto;\n      left: 0; }\n  .dropdown-menu-xxl-end {\n    --bs-position: end; }\n    .dropdown-menu-xxl-end[data-bs-popper] {\n      right: 0;\n      left: auto; } }\n\n.dropup .dropdown-menu[data-bs-popper] {\n  top: auto;\n  bottom: 100%;\n  margin-top: 0;\n  margin-bottom: var(--bs-dropdown-spacer); }\n\n.dropup .dropdown-toggle::after {\n  display: inline-block;\n  margin-left: 0.255em;\n  vertical-align: 0.255em;\n  content: \"\";\n  border-top: 0;\n  border-right: 0.3em solid transparent;\n  border-bottom: 0.3em solid;\n  border-left: 0.3em solid transparent; }\n\n.dropup .dropdown-toggle:empty::after {\n  margin-left: 0; }\n\n.dropend .dropdown-menu[data-bs-popper] {\n  top: 0;\n  right: auto;\n  left: 100%;\n  margin-top: 0;\n  margin-left: var(--bs-dropdown-spacer); }\n\n.dropend .dropdown-toggle::after {\n  display: inline-block;\n  margin-left: 0.255em;\n  vertical-align: 0.255em;\n  content: \"\";\n  border-top: 0.3em solid transparent;\n  border-right: 0;\n  border-bottom: 0.3em solid transparent;\n  border-left: 0.3em solid; }\n\n.dropend .dropdown-toggle:empty::after {\n  margin-left: 0; }\n\n.dropend .dropdown-toggle::after {\n  vertical-align: 0; }\n\n.dropstart .dropdown-menu[data-bs-popper] {\n  top: 0;\n  right: 100%;\n  left: auto;\n  margin-top: 0;\n  margin-right: var(--bs-dropdown-spacer); }\n\n.dropstart .dropdown-toggle::after {\n  display: inline-block;\n  margin-left: 0.255em;\n  vertical-align: 0.255em;\n  content: \"\"; }\n\n.dropstart .dropdown-toggle::after {\n  display: none; }\n\n.dropstart .dropdown-toggle::before {\n  display: inline-block;\n  margin-right: 0.255em;\n  vertical-align: 0.255em;\n  content: \"\";\n  border-top: 0.3em solid transparent;\n  border-right: 0.3em solid;\n  border-bottom: 0.3em solid transparent; }\n\n.dropstart .dropdown-toggle:empty::after {\n  margin-left: 0; }\n\n.dropstart .dropdown-toggle::before {\n  vertical-align: 0; }\n\n.dropdown-divider {\n  height: 0;\n  margin: var(--bs-dropdown-divider-margin-y) 0;\n  overflow: hidden;\n  border-top: 1px solid var(--bs-dropdown-divider-bg);\n  opacity: 1; }\n\n.dropdown-item {\n  display: block;\n  width: 100%;\n  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);\n  clear: both;\n  font-weight: 400;\n  color: var(--bs-dropdown-link-color);\n  text-align: inherit;\n  white-space: nowrap;\n  background-color: transparent;\n  border: 0;\n  border-radius: var(--bs-dropdown-item-border-radius, 0); }\n  .dropdown-item:hover, .dropdown-item:focus {\n    color: var(--bs-dropdown-link-hover-color);\n    background-color: var(--bs-dropdown-link-hover-bg); }\n  .dropdown-item.active, .dropdown-item:active {\n    color: var(--bs-dropdown-link-active-color);\n    text-decoration: none;\n    background-color: var(--bs-dropdown-link-active-bg); }\n  .dropdown-item.disabled, .dropdown-item:disabled {\n    color: var(--bs-dropdown-link-disabled-color);\n    pointer-events: none;\n    background-color: transparent; }\n\n.dropdown-menu.show {\n  display: block; }\n\n.dropdown-header {\n  display: block;\n  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);\n  margin-bottom: 0;\n  font-size: 0.875rem;\n  color: var(--bs-dropdown-header-color);\n  white-space: nowrap; }\n\n.dropdown-item-text {\n  display: block;\n  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);\n  color: var(--bs-dropdown-link-color); }\n\n.dropdown-menu-dark {\n  --bs-dropdown-color: #dee2e6;\n  --bs-dropdown-bg: #343a40;\n  --bs-dropdown-border-color: var(--bs-border-color-translucent);\n  --bs-dropdown-box-shadow: ;\n  --bs-dropdown-link-color: #dee2e6;\n  --bs-dropdown-link-hover-color: #fff;\n  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);\n  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);\n  --bs-dropdown-link-active-color: #fff;\n  --bs-dropdown-link-active-bg: #0d6efd;\n  --bs-dropdown-link-disabled-color: #adb5bd;\n  --bs-dropdown-header-color: #adb5bd; }\n\n.btn-group,\n.btn-group-vertical {\n  position: relative;\n  display: inline-flex;\n  vertical-align: middle; }\n  .btn-group > .btn,\n  .btn-group-vertical > .btn {\n    position: relative;\n    flex: 1 1 auto; }\n  .btn-group > .btn-check:checked + .btn,\n  .btn-group > .btn-check:focus + .btn,\n  .btn-group > .btn:hover,\n  .btn-group > .btn:focus,\n  .btn-group > .btn:active,\n  .btn-group > .btn.active,\n  .btn-group-vertical > .btn-check:checked + .btn,\n  .btn-group-vertical > .btn-check:focus + .btn,\n  .btn-group-vertical > .btn:hover,\n  .btn-group-vertical > .btn:focus,\n  .btn-group-vertical > .btn:active,\n  .btn-group-vertical > .btn.active {\n    z-index: 1; }\n\n.btn-toolbar {\n  display: flex;\n  flex-wrap: wrap;\n  justify-content: flex-start; }\n  .btn-toolbar .input-group {\n    width: auto; }\n\n.btn-group {\n  border-radius: var(--bs-border-radius); }\n  .btn-group > :not(.btn-check:first-child) + .btn,\n  .btn-group > .btn-group:not(:first-child) {\n    margin-left: calc(var(--bs-border-width) * -1); }\n  .btn-group > .btn:not(:last-child):not(.dropdown-toggle),\n  .btn-group > .btn.dropdown-toggle-split:first-child,\n  .btn-group > .btn-group:not(:last-child) > .btn {\n    border-top-right-radius: 0;\n    border-bottom-right-radius: 0; }\n  .btn-group > .btn:nth-child(n + 3),\n  .btn-group > :not(.btn-check) + .btn,\n  .btn-group > .btn-group:not(:first-child) > .btn {\n    border-top-left-radius: 0;\n    border-bottom-left-radius: 0; }\n\n.dropdown-toggle-split {\n  padding-right: 0.375rem;\n  padding-left: 0.375rem; }\n  .dropdown-toggle-split::after,\n  .dropup .dropdown-toggle-split::after,\n  .dropend .dropdown-toggle-split::after {\n    margin-left: 0; }\n  .dropstart .dropdown-toggle-split::before {\n    margin-right: 0; }\n\n.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {\n  padding-right: 0.375rem;\n  padding-left: 0.375rem; }\n\n.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {\n  padding-right: 0.75rem;\n  padding-left: 0.75rem; }\n\n.btn-group-vertical {\n  flex-direction: column;\n  align-items: flex-start;\n  justify-content: center; }\n  .btn-group-vertical > .btn,\n  .btn-group-vertical > .btn-group {\n    width: 100%; }\n  .btn-group-vertical > .btn:not(:first-child),\n  .btn-group-vertical > .btn-group:not(:first-child) {\n    margin-top: calc(var(--bs-border-width) * -1); }\n  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),\n  .btn-group-vertical > .btn-group:not(:last-child) > .btn {\n    border-bottom-right-radius: 0;\n    border-bottom-left-radius: 0; }\n  .btn-group-vertical > .btn ~ .btn,\n  .btn-group-vertical > .btn-group:not(:first-child) > .btn {\n    border-top-left-radius: 0;\n    border-top-right-radius: 0; }\n\n.nav {\n  --bs-nav-link-padding-x: 1rem;\n  --bs-nav-link-padding-y: 0.5rem;\n  --bs-nav-link-font-weight: ;\n  --bs-nav-link-color: var(--bs-link-color);\n  --bs-nav-link-hover-color: var(--bs-link-hover-color);\n  --bs-nav-link-disabled-color: var(--bs-secondary-color);\n  display: flex;\n  flex-wrap: wrap;\n  padding-left: 0;\n  margin-bottom: 0;\n  list-style: none; }\n\n.nav-link {\n  display: block;\n  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);\n  font-size: var(--bs-nav-link-font-size);\n  font-weight: var(--bs-nav-link-font-weight);\n  color: var(--bs-nav-link-color);\n  background: none;\n  border: 0;\n  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; }\n  @media (prefers-reduced-motion: reduce) {\n    .nav-link {\n      transition: none; } }\n  .nav-link:hover, .nav-link:focus {\n    color: var(--bs-nav-link-hover-color); }\n  .nav-link:focus-visible {\n    outline: 0;\n    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }\n  .nav-link.disabled, .nav-link:disabled {\n    color: var(--bs-nav-link-disabled-color);\n    pointer-events: none;\n    cursor: default; }\n\n.nav-tabs {\n  --bs-nav-tabs-border-width: var(--bs-border-width);\n  --bs-nav-tabs-border-color: var(--bs-border-color);\n  --bs-nav-tabs-border-radius: var(--bs-border-radius);\n  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);\n  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);\n  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);\n  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);\n  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color); }\n  .nav-tabs .nav-link {\n    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));\n    border: var(--bs-nav-tabs-border-width) solid transparent;\n    border-top-left-radius: var(--bs-nav-tabs-border-radius);\n    border-top-right-radius: var(--bs-nav-tabs-border-radius); }\n    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {\n      isolation: isolate;\n      border-color: var(--bs-nav-tabs-link-hover-border-color); }\n  .nav-tabs .nav-link.active,\n  .nav-tabs .nav-item.show .nav-link {\n    color: var(--bs-nav-tabs-link-active-color);\n    background-color: var(--bs-nav-tabs-link-active-bg);\n    border-color: var(--bs-nav-tabs-link-active-border-color); }\n  .nav-tabs .dropdown-menu {\n    margin-top: calc(-1 * var(--bs-nav-tabs-border-width));\n    border-top-left-radius: 0;\n    border-top-right-radius: 0; }\n\n.nav-pills {\n  --bs-nav-pills-border-radius: var(--bs-border-radius);\n  --bs-nav-pills-link-active-color: #fff;\n  --bs-nav-pills-link-active-bg: #0d6efd; }\n  .nav-pills .nav-link {\n    border-radius: var(--bs-nav-pills-border-radius); }\n  .nav-pills .nav-link.active,\n  .nav-pills .show > .nav-link {\n    color: var(--bs-nav-pills-link-active-color);\n    background-color: var(--bs-nav-pills-link-active-bg); }\n\n.nav-underline {\n  --bs-nav-underline-gap: 1rem;\n  --bs-nav-underline-border-width: 0.125rem;\n  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);\n  gap: var(--bs-nav-underline-gap); }\n  .nav-underline .nav-link {\n    padding-right: 0;\n    padding-left: 0;\n    border-bottom: var(--bs-nav-underline-border-width) solid transparent; }\n    .nav-underline .nav-link:hover, .nav-underline .nav-link:focus {\n      border-bottom-color: currentcolor; }\n  .nav-underline .nav-link.active,\n  .nav-underline .show > .nav-link {\n    font-weight: 700;\n    color: var(--bs-nav-underline-link-active-color);\n    border-bottom-color: currentcolor; }\n\n.nav-fill > .nav-link,\n.nav-fill .nav-item {\n  flex: 1 1 auto;\n  text-align: center; }\n\n.nav-justified > .nav-link,\n.nav-justified .nav-item {\n  flex-basis: 0;\n  flex-grow: 1;\n  text-align: center; }\n\n.nav-fill .nav-item .nav-link,\n.nav-justified .nav-item .nav-link {\n  width: 100%; }\n\n.tab-content > .tab-pane {\n  display: none; }\n\n.tab-content > .active {\n  display: block; }\n\n.navbar {\n  --bs-navbar-padding-x: 0;\n  --bs-navbar-padding-y: 0.5rem;\n  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);\n  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);\n  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);\n  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);\n  --bs-navbar-brand-padding-y: 0.3125rem;\n  --bs-navbar-brand-margin-end: 1rem;\n  --bs-navbar-brand-font-size: 1.25rem;\n  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);\n  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);\n  --bs-navbar-nav-link-padding-x: 0.5rem;\n  --bs-navbar-toggler-padding-y: 0.25rem;\n  --bs-navbar-toggler-padding-x: 0.75rem;\n  --bs-navbar-toggler-font-size: 1.25rem;\n  --bs-navbar-toggler-icon-bg: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e\");\n  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);\n  --bs-navbar-toggler-border-radius: var(--bs-border-radius);\n  --bs-navbar-toggler-focus-width: 0.25rem;\n  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;\n  position: relative;\n  display: flex;\n  flex-wrap: wrap;\n  align-items: center;\n  justify-content: space-between;\n  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x); }\n  .navbar > .container,\n  .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {\n    display: flex;\n    flex-wrap: inherit;\n    align-items: center;\n    justify-content: space-between; }\n\n.navbar-brand {\n  padding-top: var(--bs-navbar-brand-padding-y);\n  padding-bottom: var(--bs-navbar-brand-padding-y);\n  margin-right: var(--bs-navbar-brand-margin-end);\n  font-size: var(--bs-navbar-brand-font-size);\n  color: var(--bs-navbar-brand-color);\n  white-space: nowrap; }\n  .navbar-brand:hover, .navbar-brand:focus {\n    color: var(--bs-navbar-brand-hover-color); }\n\n.navbar-nav {\n  --bs-nav-link-padding-x: 0;\n  --bs-nav-link-padding-y: 0.5rem;\n  --bs-nav-link-font-weight: ;\n  --bs-nav-link-color: var(--bs-navbar-color);\n  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);\n  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);\n  display: flex;\n  flex-direction: column;\n  padding-left: 0;\n  margin-bottom: 0;\n  list-style: none; }\n  .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {\n    color: var(--bs-navbar-active-color); }\n  .navbar-nav .dropdown-menu {\n    position: static; }\n\n.navbar-text {\n  padding-top: 0.5rem;\n  padding-bottom: 0.5rem;\n  color: var(--bs-navbar-color); }\n  .navbar-text a,\n  .navbar-text a:hover,\n  .navbar-text a:focus {\n    color: var(--bs-navbar-active-color); }\n\n.navbar-collapse {\n  flex-basis: 100%;\n  flex-grow: 1;\n  align-items: center; }\n\n.navbar-toggler {\n  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);\n  font-size: var(--bs-navbar-toggler-font-size);\n  line-height: 1;\n  color: var(--bs-navbar-color);\n  background-color: transparent;\n  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);\n  border-radius: var(--bs-navbar-toggler-border-radius);\n  transition: var(--bs-navbar-toggler-transition); }\n  @media (prefers-reduced-motion: reduce) {\n    .navbar-toggler {\n      transition: none; } }\n  .navbar-toggler:hover {\n    text-decoration: none; }\n  .navbar-toggler:focus {\n    text-decoration: none;\n    outline: 0;\n    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width); }\n\n.navbar-toggler-icon {\n  display: inline-block;\n  width: 1.5em;\n  height: 1.5em;\n  vertical-align: middle;\n  background-image: var(--bs-navbar-toggler-icon-bg);\n  background-repeat: no-repeat;\n  background-position: center;\n  background-size: 100%; }\n\n.navbar-nav-scroll {\n  max-height: var(--bs-scroll-height, 75vh);\n  overflow-y: auto; }\n\n@media (min-width: 576px) {\n  .navbar-expand-sm {\n    flex-wrap: nowrap;\n    justify-content: flex-start; }\n    .navbar-expand-sm .navbar-nav {\n      flex-direction: row; }\n      .navbar-expand-sm .navbar-nav .dropdown-menu {\n        position: absolute; }\n      .navbar-expand-sm .navbar-nav .nav-link {\n        padding-right: var(--bs-navbar-nav-link-padding-x);\n        padding-left: var(--bs-navbar-nav-link-padding-x); }\n    .navbar-expand-sm .navbar-nav-scroll {\n      overflow: visible; }\n    .navbar-expand-sm .navbar-collapse {\n      display: flex !important;\n      flex-basis: auto; }\n    .navbar-expand-sm .navbar-toggler {\n      display: none; }\n    .navbar-expand-sm .offcanvas {\n      position: static;\n      z-index: auto;\n      flex-grow: 1;\n      width: auto !important;\n      height: auto !important;\n      visibility: visible !important;\n      background-color: transparent !important;\n      border: 0 !important;\n      transform: none !important;\n      transition: none; }\n      .navbar-expand-sm .offcanvas .offcanvas-header {\n        display: none; }\n      .navbar-expand-sm .offcanvas .offcanvas-body {\n        display: flex;\n        flex-grow: 0;\n        padding: 0;\n        overflow-y: visible; } }\n\n@media (min-width: 768px) {\n  .navbar-expand-md {\n    flex-wrap: nowrap;\n    justify-content: flex-start; }\n    .navbar-expand-md .navbar-nav {\n      flex-direction: row; }\n      .navbar-expand-md .navbar-nav .dropdown-menu {\n        position: absolute; }\n      .navbar-expand-md .navbar-nav .nav-link {\n        padding-right: var(--bs-navbar-nav-link-padding-x);\n        padding-left: var(--bs-navbar-nav-link-padding-x); }\n    .navbar-expand-md .navbar-nav-scroll {\n      overflow: visible; }\n    .navbar-expand-md .navbar-collapse {\n      display: flex !important;\n      flex-basis: auto; }\n    .navbar-expand-md .navbar-toggler {\n      display: none; }\n    .navbar-expand-md .offcanvas {\n      position: static;\n      z-index: auto;\n      flex-grow: 1;\n      width: auto !important;\n      height: auto !important;\n      visibility: visible !important;\n      background-color: transparent !important;\n      border: 0 !important;\n      transform: none !important;\n      transition: none; }\n      .navbar-expand-md .offcanvas .offcanvas-header {\n        display: none; }\n      .navbar-expand-md .offcanvas .offcanvas-body {\n        display: flex;\n        flex-grow: 0;\n        padding: 0;\n        overflow-y: visible; } }\n\n@media (min-width: 992px) {\n  .navbar-expand-lg {\n    flex-wrap: nowrap;\n    justify-content: flex-start; }\n    .navbar-expand-lg .navbar-nav {\n      flex-direction: row; }\n      .navbar-expand-lg .navbar-nav .dropdown-menu {\n        position: absolute; }\n      .navbar-expand-lg .navbar-nav .nav-link {\n        padding-right: var(--bs-navbar-nav-link-padding-x);\n        padding-left: var(--bs-navbar-nav-link-padding-x); }\n    .navbar-expand-lg .navbar-nav-scroll {\n      overflow: visible; }\n    .navbar-expand-lg .navbar-collapse {\n      display: flex !important;\n      flex-basis: auto; }\n    .navbar-expand-lg .navbar-toggler {\n      display: none; }\n    .navbar-expand-lg .offcanvas {\n      position: static;\n      z-index: auto;\n      flex-grow: 1;\n      width: auto !important;\n      height: auto !important;\n      visibility: visible !important;\n      background-color: transparent !important;\n      border: 0 !important;\n      transform: none !important;\n      transition: none; }\n      .navbar-expand-lg .offcanvas .offcanvas-header {\n        display: none; }\n      .navbar-expand-lg .offcanvas .offcanvas-body {\n        display: flex;\n        flex-grow: 0;\n        padding: 0;\n        overflow-y: visible; } }\n\n@media (min-width: 1200px) {\n  .navbar-expand-xl {\n    flex-wrap: nowrap;\n    justify-content: flex-start; }\n    .navbar-expand-xl .navbar-nav {\n      flex-direction: row; }\n      .navbar-expand-xl .navbar-nav .dropdown-menu {\n        position: absolute; }\n      .navbar-expand-xl .navbar-nav .nav-link {\n        padding-right: var(--bs-navbar-nav-link-padding-x);\n        padding-left: var(--bs-navbar-nav-link-padding-x); }\n    .navbar-expand-xl .navbar-nav-scroll {\n      overflow: visible; }\n    .navbar-expand-xl .navbar-collapse {\n      display: flex !important;\n      flex-basis: auto; }\n    .navbar-expand-xl .navbar-toggler {\n      display: none; }\n    .navbar-expand-xl .offcanvas {\n      position: static;\n      z-index: auto;\n      flex-grow: 1;\n      width: auto !important;\n      height: auto !important;\n      visibility: visible !important;\n      background-color: transparent !important;\n      border: 0 !important;\n      transform: none !important;\n      transition: none; }\n      .navbar-expand-xl .offcanvas .offcanvas-header {\n        display: none; }\n      .navbar-expand-xl .offcanvas .offcanvas-body {\n        display: flex;\n        flex-grow: 0;\n        padding: 0;\n        overflow-y: visible; } }\n\n@media (min-width: 1400px) {\n  .navbar-expand-xxl {\n    flex-wrap: nowrap;\n    justify-content: flex-start; }\n    .navbar-expand-xxl .navbar-nav {\n      flex-direction: row; }\n      .navbar-expand-xxl .navbar-nav .dropdown-menu {\n        position: absolute; }\n      .navbar-expand-xxl .navbar-nav .nav-link {\n        padding-right: var(--bs-navbar-nav-link-padding-x);\n        padding-left: var(--bs-navbar-nav-link-padding-x); }\n    .navbar-expand-xxl .navbar-nav-scroll {\n      overflow: visible; }\n    .navbar-expand-xxl .navbar-collapse {\n      display: flex !important;\n      flex-basis: auto; }\n    .navbar-expand-xxl .navbar-toggler {\n      display: none; }\n    .navbar-expand-xxl .offcanvas {\n      position: static;\n      z-index: auto;\n      flex-grow: 1;\n      width: auto !important;\n      height: auto !important;\n      visibility: visible !important;\n      background-color: transparent !important;\n      border: 0 !important;\n      transform: none !important;\n      transition: none; }\n      .navbar-expand-xxl .offcanvas .offcanvas-header {\n        display: none; }\n      .navbar-expand-xxl .offcanvas .offcanvas-body {\n        display: flex;\n        flex-grow: 0;\n        padding: 0;\n        overflow-y: visible; } }\n\n.navbar-expand {\n  flex-wrap: nowrap;\n  justify-content: flex-start; }\n  .navbar-expand .navbar-nav {\n    flex-direction: row; }\n    .navbar-expand .navbar-nav .dropdown-menu {\n      position: absolute; }\n    .navbar-expand .navbar-nav .nav-link {\n      padding-right: var(--bs-navbar-nav-link-padding-x);\n      padding-left: var(--bs-navbar-nav-link-padding-x); }\n  .navbar-expand .navbar-nav-scroll {\n    overflow: visible; }\n  .navbar-expand .navbar-collapse {\n    display: flex !important;\n    flex-basis: auto; }\n  .navbar-expand .navbar-toggler {\n    display: none; }\n  .navbar-expand .offcanvas {\n    position: static;\n    z-index: auto;\n    flex-grow: 1;\n    width: auto !important;\n    height: auto !important;\n    visibility: visible !important;\n    background-color: transparent !important;\n    border: 0 !important;\n    transform: none !important;\n    transition: none; }\n    .navbar-expand .offcanvas .offcanvas-header {\n      display: none; }\n    .navbar-expand .offcanvas .offcanvas-body {\n      display: flex;\n      flex-grow: 0;\n      padding: 0;\n      overflow-y: visible; }\n\n.navbar-dark,\n.navbar[data-bs-theme=\"dark\"] {\n  --bs-navbar-color: rgba(255, 255, 255, 0.55);\n  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);\n  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);\n  --bs-navbar-active-color: #fff;\n  --bs-navbar-brand-color: #fff;\n  --bs-navbar-brand-hover-color: #fff;\n  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);\n  --bs-navbar-toggler-icon-bg: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e\"); }\n\n[data-bs-theme=\"dark\"] .navbar-toggler-icon {\n  --bs-navbar-toggler-icon-bg: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e\"); }\n\n.card {\n  --bs-card-spacer-y: 1rem;\n  --bs-card-spacer-x: 1rem;\n  --bs-card-title-spacer-y: 0.5rem;\n  --bs-card-title-color: ;\n  --bs-card-subtitle-color: ;\n  --bs-card-border-width: var(--bs-border-width);\n  --bs-card-border-color: var(--bs-border-color-translucent);\n  --bs-card-border-radius: var(--bs-border-radius);\n  --bs-card-box-shadow: ;\n  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));\n  --bs-card-cap-padding-y: 0.5rem;\n  --bs-card-cap-padding-x: 1rem;\n  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);\n  --bs-card-cap-color: ;\n  --bs-card-height: ;\n  --bs-card-color: ;\n  --bs-card-bg: var(--bs-body-bg);\n  --bs-card-img-overlay-padding: 1rem;\n  --bs-card-group-margin: 0.75rem;\n  position: relative;\n  display: flex;\n  flex-direction: column;\n  min-width: 0;\n  height: var(--bs-card-height);\n  color: var(--bs-body-color);\n  word-wrap: break-word;\n  background-color: var(--bs-card-bg);\n  background-clip: border-box;\n  border: var(--bs-card-border-width) solid var(--bs-card-border-color);\n  border-radius: var(--bs-card-border-radius); }\n  .card > hr {\n    margin-right: 0;\n    margin-left: 0; }\n  .card > .list-group {\n    border-top: inherit;\n    border-bottom: inherit; }\n    .card > .list-group:first-child {\n      border-top-width: 0;\n      border-top-left-radius: var(--bs-card-inner-border-radius);\n      border-top-right-radius: var(--bs-card-inner-border-radius); }\n    .card > .list-group:last-child {\n      border-bottom-width: 0;\n      border-bottom-right-radius: var(--bs-card-inner-border-radius);\n      border-bottom-left-radius: var(--bs-card-inner-border-radius); }\n  .card > .card-header + .list-group,\n  .card > .list-group + .card-footer {\n    border-top: 0; }\n\n.card-body {\n  flex: 1 1 auto;\n  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);\n  color: var(--bs-card-color); }\n\n.card-title {\n  margin-bottom: var(--bs-card-title-spacer-y);\n  color: var(--bs-card-title-color); }\n\n.card-subtitle {\n  margin-top: calc(-.5 * var(--bs-card-title-spacer-y));\n  margin-bottom: 0;\n  color: var(--bs-card-subtitle-color); }\n\n.card-text:last-child {\n  margin-bottom: 0; }\n\n.card-link + .card-link {\n  margin-left: var(--bs-card-spacer-x); }\n\n.card-header {\n  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);\n  margin-bottom: 0;\n  color: var(--bs-card-cap-color);\n  background-color: var(--bs-card-cap-bg);\n  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color); }\n  .card-header:first-child {\n    border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0; }\n\n.card-footer {\n  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);\n  color: var(--bs-card-cap-color);\n  background-color: var(--bs-card-cap-bg);\n  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color); }\n  .card-footer:last-child {\n    border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius); }\n\n.card-header-tabs {\n  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));\n  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));\n  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));\n  border-bottom: 0; }\n  .card-header-tabs .nav-link.active {\n    background-color: var(--bs-card-bg);\n    border-bottom-color: var(--bs-card-bg); }\n\n.card-header-pills {\n  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));\n  margin-left: calc(-.5 * var(--bs-card-cap-padding-x)); }\n\n.card-img-overlay {\n  position: absolute;\n  top: 0;\n  right: 0;\n  bottom: 0;\n  left: 0;\n  padding: var(--bs-card-img-overlay-padding);\n  border-radius: var(--bs-card-inner-border-radius); }\n\n.card-img,\n.card-img-top,\n.card-img-bottom {\n  width: 100%; }\n\n.card-img,\n.card-img-top {\n  border-top-left-radius: var(--bs-card-inner-border-radius);\n  border-top-right-radius: var(--bs-card-inner-border-radius); }\n\n.card-img,\n.card-img-bottom {\n  border-bottom-right-radius: var(--bs-card-inner-border-radius);\n  border-bottom-left-radius: var(--bs-card-inner-border-radius); }\n\n.card-group > .card {\n  margin-bottom: var(--bs-card-group-margin); }\n\n@media (min-width: 576px) {\n  .card-group {\n    display: flex;\n    flex-flow: row wrap; }\n    .card-group > .card {\n      flex: 1 0 0%;\n      margin-bottom: 0; }\n      .card-group > .card + .card {\n        margin-left: 0;\n        border-left: 0; }\n      .card-group > .card:not(:last-child) {\n        border-top-right-radius: 0;\n        border-bottom-right-radius: 0; }\n        .card-group > .card:not(:last-child) .card-img-top,\n        .card-group > .card:not(:last-child) .card-header {\n          border-top-right-radius: 0; }\n        .card-group > .card:not(:last-child) .card-img-bottom,\n        .card-group > .card:not(:last-child) .card-footer {\n          border-bottom-right-radius: 0; }\n      .card-group > .card:not(:first-child) {\n        border-top-left-radius: 0;\n        border-bottom-left-radius: 0; }\n        .card-group > .card:not(:first-child) .card-img-top,\n        .card-group > .card:not(:first-child) .card-header {\n          border-top-left-radius: 0; }\n        .card-group > .card:not(:first-child) .card-img-bottom,\n        .card-group > .card:not(:first-child) .card-footer {\n          border-bottom-left-radius: 0; } }\n\n.accordion {\n  --bs-accordion-color: var(--bs-body-color);\n  --bs-accordion-bg: var(--bs-body-bg);\n  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;\n  --bs-accordion-border-color: var(--bs-border-color);\n  --bs-accordion-border-width: var(--bs-border-width);\n  --bs-accordion-border-radius: var(--bs-border-radius);\n  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));\n  --bs-accordion-btn-padding-x: 1.25rem;\n  --bs-accordion-btn-padding-y: 1rem;\n  --bs-accordion-btn-color: var(--bs-body-color);\n  --bs-accordion-btn-bg: var(--bs-accordion-bg);\n  --bs-accordion-btn-icon: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e\");\n  --bs-accordion-btn-icon-width: 1.25rem;\n  --bs-accordion-btn-icon-transform: rotate(-180deg);\n  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;\n  --bs-accordion-btn-active-icon: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e\");\n  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);\n  --bs-accordion-body-padding-x: 1.25rem;\n  --bs-accordion-body-padding-y: 1rem;\n  --bs-accordion-active-color: var(--bs-primary-text-emphasis);\n  --bs-accordion-active-bg: var(--bs-primary-bg-subtle); }\n\n.accordion-button {\n  position: relative;\n  display: flex;\n  align-items: center;\n  width: 100%;\n  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);\n  font-size: 1rem;\n  color: var(--bs-accordion-btn-color);\n  text-align: left;\n  background-color: var(--bs-accordion-btn-bg);\n  border: 0;\n  border-radius: 0;\n  overflow-anchor: none;\n  transition: var(--bs-accordion-transition); }\n  @media (prefers-reduced-motion: reduce) {\n    .accordion-button {\n      transition: none; } }\n  .accordion-button:not(.collapsed) {\n    color: var(--bs-accordion-active-color);\n    background-color: var(--bs-accordion-active-bg);\n    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color); }\n    .accordion-button:not(.collapsed)::after {\n      background-image: var(--bs-accordion-btn-active-icon);\n      transform: var(--bs-accordion-btn-icon-transform); }\n  .accordion-button::after {\n    flex-shrink: 0;\n    width: var(--bs-accordion-btn-icon-width);\n    height: var(--bs-accordion-btn-icon-width);\n    margin-left: auto;\n    content: \"\";\n    background-image: var(--bs-accordion-btn-icon);\n    background-repeat: no-repeat;\n    background-size: var(--bs-accordion-btn-icon-width);\n    transition: var(--bs-accordion-btn-icon-transition); }\n    @media (prefers-reduced-motion: reduce) {\n      .accordion-button::after {\n        transition: none; } }\n  .accordion-button:hover {\n    z-index: 2; }\n  .accordion-button:focus {\n    z-index: 3;\n    outline: 0;\n    box-shadow: var(--bs-accordion-btn-focus-box-shadow); }\n\n.accordion-header {\n  margin-bottom: 0; }\n\n.accordion-item {\n  color: var(--bs-accordion-color);\n  background-color: var(--bs-accordion-bg);\n  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color); }\n  .accordion-item:first-of-type {\n    border-top-left-radius: var(--bs-accordion-border-radius);\n    border-top-right-radius: var(--bs-accordion-border-radius); }\n    .accordion-item:first-of-type > .accordion-header .accordion-button {\n      border-top-left-radius: var(--bs-accordion-inner-border-radius);\n      border-top-right-radius: var(--bs-accordion-inner-border-radius); }\n  .accordion-item:not(:first-of-type) {\n    border-top: 0; }\n  .accordion-item:last-of-type {\n    border-bottom-right-radius: var(--bs-accordion-border-radius);\n    border-bottom-left-radius: var(--bs-accordion-border-radius); }\n    .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {\n      border-bottom-right-radius: var(--bs-accordion-inner-border-radius);\n      border-bottom-left-radius: var(--bs-accordion-inner-border-radius); }\n    .accordion-item:last-of-type > .accordion-collapse {\n      border-bottom-right-radius: var(--bs-accordion-border-radius);\n      border-bottom-left-radius: var(--bs-accordion-border-radius); }\n\n.accordion-body {\n  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x); }\n\n.accordion-flush > .accordion-item {\n  border-right: 0;\n  border-left: 0;\n  border-radius: 0; }\n  .accordion-flush > .accordion-item:first-child {\n    border-top: 0; }\n  .accordion-flush > .accordion-item:last-child {\n    border-bottom: 0; }\n  .accordion-flush > .accordion-item > .accordion-header .accordion-button, .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {\n    border-radius: 0; }\n  .accordion-flush > .accordion-item > .accordion-collapse {\n    border-radius: 0; }\n\n[data-bs-theme=\"dark\"] .accordion-button::after {\n  --bs-accordion-btn-icon: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e\");\n  --bs-accordion-btn-active-icon: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e\"); }\n\n.breadcrumb {\n  --bs-breadcrumb-padding-x: 0;\n  --bs-breadcrumb-padding-y: 0;\n  --bs-breadcrumb-margin-bottom: 1rem;\n  --bs-breadcrumb-bg: ;\n  --bs-breadcrumb-border-radius: ;\n  --bs-breadcrumb-divider-color: var(--bs-secondary-color);\n  --bs-breadcrumb-item-padding-x: 0.5rem;\n  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);\n  display: flex;\n  flex-wrap: wrap;\n  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);\n  margin-bottom: var(--bs-breadcrumb-margin-bottom);\n  font-size: var(--bs-breadcrumb-font-size);\n  list-style: none;\n  background-color: var(--bs-breadcrumb-bg);\n  border-radius: var(--bs-breadcrumb-border-radius); }\n\n.breadcrumb-item + .breadcrumb-item {\n  padding-left: var(--bs-breadcrumb-item-padding-x); }\n  .breadcrumb-item + .breadcrumb-item::before {\n    float: left;\n    padding-right: var(--bs-breadcrumb-item-padding-x);\n    color: var(--bs-breadcrumb-divider-color);\n    content: var(--bs-breadcrumb-divider, \"/\") /* rtl: var(--bs-breadcrumb-divider, \"/\") */; }\n\n.breadcrumb-item.active {\n  color: var(--bs-breadcrumb-item-active-color); }\n\n.pagination {\n  --bs-pagination-padding-x: 0.75rem;\n  --bs-pagination-padding-y: 0.375rem;\n  --bs-pagination-font-size: 1rem;\n  --bs-pagination-color: var(--bs-link-color);\n  --bs-pagination-bg: var(--bs-body-bg);\n  --bs-pagination-border-width: var(--bs-border-width);\n  --bs-pagination-border-color: var(--bs-border-color);\n  --bs-pagination-border-radius: var(--bs-border-radius);\n  --bs-pagination-hover-color: var(--bs-link-hover-color);\n  --bs-pagination-hover-bg: var(--bs-tertiary-bg);\n  --bs-pagination-hover-border-color: var(--bs-border-color);\n  --bs-pagination-focus-color: var(--bs-link-hover-color);\n  --bs-pagination-focus-bg: var(--bs-secondary-bg);\n  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);\n  --bs-pagination-active-color: #fff;\n  --bs-pagination-active-bg: #0d6efd;\n  --bs-pagination-active-border-color: #0d6efd;\n  --bs-pagination-disabled-color: var(--bs-secondary-color);\n  --bs-pagination-disabled-bg: var(--bs-secondary-bg);\n  --bs-pagination-disabled-border-color: var(--bs-border-color);\n  display: flex;\n  padding-left: 0;\n  list-style: none; }\n\n.page-link {\n  position: relative;\n  display: block;\n  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);\n  font-size: var(--bs-pagination-font-size);\n  color: var(--bs-pagination-color);\n  background-color: var(--bs-pagination-bg);\n  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);\n  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }\n  @media (prefers-reduced-motion: reduce) {\n    .page-link {\n      transition: none; } }\n  .page-link:hover {\n    z-index: 2;\n    color: var(--bs-pagination-hover-color);\n    background-color: var(--bs-pagination-hover-bg);\n    border-color: var(--bs-pagination-hover-border-color); }\n  .page-link:focus {\n    z-index: 3;\n    color: var(--bs-pagination-focus-color);\n    background-color: var(--bs-pagination-focus-bg);\n    outline: 0;\n    box-shadow: var(--bs-pagination-focus-box-shadow); }\n  .page-link.active,\n  .active > .page-link {\n    z-index: 3;\n    color: var(--bs-pagination-active-color);\n    background-color: var(--bs-pagination-active-bg);\n    border-color: var(--bs-pagination-active-border-color); }\n  .page-link.disabled,\n  .disabled > .page-link {\n    color: var(--bs-pagination-disabled-color);\n    pointer-events: none;\n    background-color: var(--bs-pagination-disabled-bg);\n    border-color: var(--bs-pagination-disabled-border-color); }\n\n.page-item:not(:first-child) .page-link {\n  margin-left: calc(var(--bs-border-width) * -1); }\n\n.page-item:first-child .page-link {\n  border-top-left-radius: var(--bs-pagination-border-radius);\n  border-bottom-left-radius: var(--bs-pagination-border-radius); }\n\n.page-item:last-child .page-link {\n  border-top-right-radius: var(--bs-pagination-border-radius);\n  border-bottom-right-radius: var(--bs-pagination-border-radius); }\n\n.pagination-lg {\n  --bs-pagination-padding-x: 1.5rem;\n  --bs-pagination-padding-y: 0.75rem;\n  --bs-pagination-font-size: 1.25rem;\n  --bs-pagination-border-radius: var(--bs-border-radius-lg); }\n\n.pagination-sm {\n  --bs-pagination-padding-x: 0.5rem;\n  --bs-pagination-padding-y: 0.25rem;\n  --bs-pagination-font-size: 0.875rem;\n  --bs-pagination-border-radius: var(--bs-border-radius-sm); }\n\n.badge {\n  --bs-badge-padding-x: 0.65em;\n  --bs-badge-padding-y: 0.35em;\n  --bs-badge-font-size: 0.75em;\n  --bs-badge-font-weight: 700;\n  --bs-badge-color: #fff;\n  --bs-badge-border-radius: var(--bs-border-radius);\n  display: inline-block;\n  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);\n  font-size: var(--bs-badge-font-size);\n  font-weight: var(--bs-badge-font-weight);\n  line-height: 1;\n  color: var(--bs-badge-color);\n  text-align: center;\n  white-space: nowrap;\n  vertical-align: baseline;\n  border-radius: var(--bs-badge-border-radius); }\n  .badge:empty {\n    display: none; }\n\n.btn .badge {\n  position: relative;\n  top: -1px; }\n\n.alert {\n  --bs-alert-bg: transparent;\n  --bs-alert-padding-x: 1rem;\n  --bs-alert-padding-y: 1rem;\n  --bs-alert-margin-bottom: 1rem;\n  --bs-alert-color: inherit;\n  --bs-alert-border-color: transparent;\n  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);\n  --bs-alert-border-radius: var(--bs-border-radius);\n  --bs-alert-link-color: inherit;\n  position: relative;\n  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);\n  margin-bottom: var(--bs-alert-margin-bottom);\n  color: var(--bs-alert-color);\n  background-color: var(--bs-alert-bg);\n  border: var(--bs-alert-border);\n  border-radius: var(--bs-alert-border-radius); }\n\n.alert-heading {\n  color: inherit; }\n\n.alert-link {\n  font-weight: 700;\n  color: var(--bs-alert-link-color); }\n\n.alert-dismissible {\n  padding-right: 3rem; }\n  .alert-dismissible .btn-close {\n    position: absolute;\n    top: 0;\n    right: 0;\n    z-index: 2;\n    padding: 1.25rem 1rem; }\n\n.alert-primary {\n  --bs-alert-color: var(--bs-primary-text-emphasis);\n  --bs-alert-bg: var(--bs-primary-bg-subtle);\n  --bs-alert-border-color: var(--bs-primary-border-subtle);\n  --bs-alert-link-color: var(--bs-primary-text-emphasis); }\n\n.alert-secondary {\n  --bs-alert-color: var(--bs-secondary-text-emphasis);\n  --bs-alert-bg: var(--bs-secondary-bg-subtle);\n  --bs-alert-border-color: var(--bs-secondary-border-subtle);\n  --bs-alert-link-color: var(--bs-secondary-text-emphasis); }\n\n.alert-success {\n  --bs-alert-color: var(--bs-success-text-emphasis);\n  --bs-alert-bg: var(--bs-success-bg-subtle);\n  --bs-alert-border-color: var(--bs-success-border-subtle);\n  --bs-alert-link-color: var(--bs-success-text-emphasis); }\n\n.alert-info {\n  --bs-alert-color: var(--bs-info-text-emphasis);\n  --bs-alert-bg: var(--bs-info-bg-subtle);\n  --bs-alert-border-color: var(--bs-info-border-subtle);\n  --bs-alert-link-color: var(--bs-info-text-emphasis); }\n\n.alert-warning {\n  --bs-alert-color: var(--bs-warning-text-emphasis);\n  --bs-alert-bg: var(--bs-warning-bg-subtle);\n  --bs-alert-border-color: var(--bs-warning-border-subtle);\n  --bs-alert-link-color: var(--bs-warning-text-emphasis); }\n\n.alert-danger {\n  --bs-alert-color: var(--bs-danger-text-emphasis);\n  --bs-alert-bg: var(--bs-danger-bg-subtle);\n  --bs-alert-border-color: var(--bs-danger-border-subtle);\n  --bs-alert-link-color: var(--bs-danger-text-emphasis); }\n\n.alert-light {\n  --bs-alert-color: var(--bs-light-text-emphasis);\n  --bs-alert-bg: var(--bs-light-bg-subtle);\n  --bs-alert-border-color: var(--bs-light-border-subtle);\n  --bs-alert-link-color: var(--bs-light-text-emphasis); }\n\n.alert-dark {\n  --bs-alert-color: var(--bs-dark-text-emphasis);\n  --bs-alert-bg: var(--bs-dark-bg-subtle);\n  --bs-alert-border-color: var(--bs-dark-border-subtle);\n  --bs-alert-link-color: var(--bs-dark-text-emphasis); }\n\n@keyframes progress-bar-stripes {\n  0% {\n    background-position-x: 1rem; } }\n\n.progress,\n.progress-stacked {\n  --bs-progress-height: 1rem;\n  --bs-progress-font-size: 0.75rem;\n  --bs-progress-bg: var(--bs-secondary-bg);\n  --bs-progress-border-radius: var(--bs-border-radius);\n  --bs-progress-box-shadow: var(--bs-box-shadow-inset);\n  --bs-progress-bar-color: #fff;\n  --bs-progress-bar-bg: #0d6efd;\n  --bs-progress-bar-transition: width 0.6s ease;\n  display: flex;\n  height: var(--bs-progress-height);\n  overflow: hidden;\n  font-size: var(--bs-progress-font-size);\n  background-color: var(--bs-progress-bg);\n  border-radius: var(--bs-progress-border-radius); }\n\n.progress-bar {\n  display: flex;\n  flex-direction: column;\n  justify-content: center;\n  overflow: hidden;\n  color: var(--bs-progress-bar-color);\n  text-align: center;\n  white-space: nowrap;\n  background-color: var(--bs-progress-bar-bg);\n  transition: var(--bs-progress-bar-transition); }\n  @media (prefers-reduced-motion: reduce) {\n    .progress-bar {\n      transition: none; } }\n\n.progress-bar-striped {\n  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);\n  background-size: var(--bs-progress-height) var(--bs-progress-height); }\n\n.progress-stacked > .progress {\n  overflow: visible; }\n\n.progress-stacked > .progress > .progress-bar {\n  width: 100%; }\n\n.progress-bar-animated {\n  animation: 1s linear infinite progress-bar-stripes; }\n  @media (prefers-reduced-motion: reduce) {\n    .progress-bar-animated {\n      animation: none; } }\n\n.list-group {\n  --bs-list-group-color: var(--bs-body-color);\n  --bs-list-group-bg: var(--bs-body-bg);\n  --bs-list-group-border-color: var(--bs-border-color);\n  --bs-list-group-border-width: var(--bs-border-width);\n  --bs-list-group-border-radius: var(--bs-border-radius);\n  --bs-list-group-item-padding-x: 1rem;\n  --bs-list-group-item-padding-y: 0.5rem;\n  --bs-list-group-action-color: var(--bs-secondary-color);\n  --bs-list-group-action-hover-color: var(--bs-emphasis-color);\n  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);\n  --bs-list-group-action-active-color: var(--bs-body-color);\n  --bs-list-group-action-active-bg: var(--bs-secondary-bg);\n  --bs-list-group-disabled-color: var(--bs-secondary-color);\n  --bs-list-group-disabled-bg: var(--bs-body-bg);\n  --bs-list-group-active-color: #fff;\n  --bs-list-group-active-bg: #0d6efd;\n  --bs-list-group-active-border-color: #0d6efd;\n  display: flex;\n  flex-direction: column;\n  padding-left: 0;\n  margin-bottom: 0;\n  border-radius: var(--bs-list-group-border-radius); }\n\n.list-group-numbered {\n  list-style-type: none;\n  counter-reset: section; }\n  .list-group-numbered > .list-group-item::before {\n    content: counters(section, \".\") \". \";\n    counter-increment: section; }\n\n.list-group-item-action {\n  width: 100%;\n  color: var(--bs-list-group-action-color);\n  text-align: inherit; }\n  .list-group-item-action:hover, .list-group-item-action:focus {\n    z-index: 1;\n    color: var(--bs-list-group-action-hover-color);\n    text-decoration: none;\n    background-color: var(--bs-list-group-action-hover-bg); }\n  .list-group-item-action:active {\n    color: var(--bs-list-group-action-active-color);\n    background-color: var(--bs-list-group-action-active-bg); }\n\n.list-group-item {\n  position: relative;\n  display: block;\n  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);\n  color: var(--bs-list-group-color);\n  background-color: var(--bs-list-group-bg);\n  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color); }\n  .list-group-item:first-child {\n    border-top-left-radius: inherit;\n    border-top-right-radius: inherit; }\n  .list-group-item:last-child {\n    border-bottom-right-radius: inherit;\n    border-bottom-left-radius: inherit; }\n  .list-group-item.disabled, .list-group-item:disabled {\n    color: var(--bs-list-group-disabled-color);\n    pointer-events: none;\n    background-color: var(--bs-list-group-disabled-bg); }\n  .list-group-item.active {\n    z-index: 2;\n    color: var(--bs-list-group-active-color);\n    background-color: var(--bs-list-group-active-bg);\n    border-color: var(--bs-list-group-active-border-color); }\n  .list-group-item + .list-group-item {\n    border-top-width: 0; }\n    .list-group-item + .list-group-item.active {\n      margin-top: calc(-1 * var(--bs-list-group-border-width));\n      border-top-width: var(--bs-list-group-border-width); }\n\n.list-group-horizontal {\n  flex-direction: row; }\n  .list-group-horizontal > .list-group-item:first-child:not(:last-child) {\n    border-bottom-left-radius: var(--bs-list-group-border-radius);\n    border-top-right-radius: 0; }\n  .list-group-horizontal > .list-group-item:last-child:not(:first-child) {\n    border-top-right-radius: var(--bs-list-group-border-radius);\n    border-bottom-left-radius: 0; }\n  .list-group-horizontal > .list-group-item.active {\n    margin-top: 0; }\n  .list-group-horizontal > .list-group-item + .list-group-item {\n    border-top-width: var(--bs-list-group-border-width);\n    border-left-width: 0; }\n    .list-group-horizontal > .list-group-item + .list-group-item.active {\n      margin-left: calc(-1 * var(--bs-list-group-border-width));\n      border-left-width: var(--bs-list-group-border-width); }\n\n@media (min-width: 576px) {\n  .list-group-horizontal-sm {\n    flex-direction: row; }\n    .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {\n      border-bottom-left-radius: var(--bs-list-group-border-radius);\n      border-top-right-radius: 0; }\n    .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {\n      border-top-right-radius: var(--bs-list-group-border-radius);\n      border-bottom-left-radius: 0; }\n    .list-group-horizontal-sm > .list-group-item.active {\n      margin-top: 0; }\n    .list-group-horizontal-sm > .list-group-item + .list-group-item {\n      border-top-width: var(--bs-list-group-border-width);\n      border-left-width: 0; }\n      .list-group-horizontal-sm > .list-group-item + .list-group-item.active {\n        margin-left: calc(-1 * var(--bs-list-group-border-width));\n        border-left-width: var(--bs-list-group-border-width); } }\n\n@media (min-width: 768px) {\n  .list-group-horizontal-md {\n    flex-direction: row; }\n    .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {\n      border-bottom-left-radius: var(--bs-list-group-border-radius);\n      border-top-right-radius: 0; }\n    .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {\n      border-top-right-radius: var(--bs-list-group-border-radius);\n      border-bottom-left-radius: 0; }\n    .list-group-horizontal-md > .list-group-item.active {\n      margin-top: 0; }\n    .list-group-horizontal-md > .list-group-item + .list-group-item {\n      border-top-width: var(--bs-list-group-border-width);\n      border-left-width: 0; }\n      .list-group-horizontal-md > .list-group-item + .list-group-item.active {\n        margin-left: calc(-1 * var(--bs-list-group-border-width));\n        border-left-width: var(--bs-list-group-border-width); } }\n\n@media (min-width: 992px) {\n  .list-group-horizontal-lg {\n    flex-direction: row; }\n    .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {\n      border-bottom-left-radius: var(--bs-list-group-border-radius);\n      border-top-right-radius: 0; }\n    .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {\n      border-top-right-radius: var(--bs-list-group-border-radius);\n      border-bottom-left-radius: 0; }\n    .list-group-horizontal-lg > .list-group-item.active {\n      margin-top: 0; }\n    .list-group-horizontal-lg > .list-group-item + .list-group-item {\n      border-top-width: var(--bs-list-group-border-width);\n      border-left-width: 0; }\n      .list-group-horizontal-lg > .list-group-item + .list-group-item.active {\n        margin-left: calc(-1 * var(--bs-list-group-border-width));\n        border-left-width: var(--bs-list-group-border-width); } }\n\n@media (min-width: 1200px) {\n  .list-group-horizontal-xl {\n    flex-direction: row; }\n    .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {\n      border-bottom-left-radius: var(--bs-list-group-border-radius);\n      border-top-right-radius: 0; }\n    .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {\n      border-top-right-radius: var(--bs-list-group-border-radius);\n      border-bottom-left-radius: 0; }\n    .list-group-horizontal-xl > .list-group-item.active {\n      margin-top: 0; }\n    .list-group-horizontal-xl > .list-group-item + .list-group-item {\n      border-top-width: var(--bs-list-group-border-width);\n      border-left-width: 0; }\n      .list-group-horizontal-xl > .list-group-item + .list-group-item.active {\n        margin-left: calc(-1 * var(--bs-list-group-border-width));\n        border-left-width: var(--bs-list-group-border-width); } }\n\n@media (min-width: 1400px) {\n  .list-group-horizontal-xxl {\n    flex-direction: row; }\n    .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {\n      border-bottom-left-radius: var(--bs-list-group-border-radius);\n      border-top-right-radius: 0; }\n    .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {\n      border-top-right-radius: var(--bs-list-group-border-radius);\n      border-bottom-left-radius: 0; }\n    .list-group-horizontal-xxl > .list-group-item.active {\n      margin-top: 0; }\n    .list-group-horizontal-xxl > .list-group-item + .list-group-item {\n      border-top-width: var(--bs-list-group-border-width);\n      border-left-width: 0; }\n      .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {\n        margin-left: calc(-1 * var(--bs-list-group-border-width));\n        border-left-width: var(--bs-list-group-border-width); } }\n\n.list-group-flush {\n  border-radius: 0; }\n  .list-group-flush > .list-group-item {\n    border-width: 0 0 var(--bs-list-group-border-width); }\n    .list-group-flush > .list-group-item:last-child {\n      border-bottom-width: 0; }\n\n.list-group-item-primary {\n  --bs-list-group-color: var(--bs-primary-text-emphasis);\n  --bs-list-group-bg: var(--bs-primary-bg-subtle);\n  --bs-list-group-border-color: var(--bs-primary-border-subtle);\n  --bs-list-group-action-hover-color: var(--bs-emphasis-color);\n  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);\n  --bs-list-group-action-active-color: var(--bs-emphasis-color);\n  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);\n  --bs-list-group-active-color: var(--bs-primary-bg-subtle);\n  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);\n  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis); }\n\n.list-group-item-secondary {\n  --bs-list-group-color: var(--bs-secondary-text-emphasis);\n  --bs-list-group-bg: var(--bs-secondary-bg-subtle);\n  --bs-list-group-border-color: var(--bs-secondary-border-subtle);\n  --bs-list-group-action-hover-color: var(--bs-emphasis-color);\n  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);\n  --bs-list-group-action-active-color: var(--bs-emphasis-color);\n  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);\n  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);\n  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);\n  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis); }\n\n.list-group-item-success {\n  --bs-list-group-color: var(--bs-success-text-emphasis);\n  --bs-list-group-bg: var(--bs-success-bg-subtle);\n  --bs-list-group-border-color: var(--bs-success-border-subtle);\n  --bs-list-group-action-hover-color: var(--bs-emphasis-color);\n  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);\n  --bs-list-group-action-active-color: var(--bs-emphasis-color);\n  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);\n  --bs-list-group-active-color: var(--bs-success-bg-subtle);\n  --bs-list-group-active-bg: var(--bs-success-text-emphasis);\n  --bs-list-group-active-border-color: var(--bs-success-text-emphasis); }\n\n.list-group-item-info {\n  --bs-list-group-color: var(--bs-info-text-emphasis);\n  --bs-list-group-bg: var(--bs-info-bg-subtle);\n  --bs-list-group-border-color: var(--bs-info-border-subtle);\n  --bs-list-group-action-hover-color: var(--bs-emphasis-color);\n  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);\n  --bs-list-group-action-active-color: var(--bs-emphasis-color);\n  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);\n  --bs-list-group-active-color: var(--bs-info-bg-subtle);\n  --bs-list-group-active-bg: var(--bs-info-text-emphasis);\n  --bs-list-group-active-border-color: var(--bs-info-text-emphasis); }\n\n.list-group-item-warning {\n  --bs-list-group-color: var(--bs-warning-text-emphasis);\n  --bs-list-group-bg: var(--bs-warning-bg-subtle);\n  --bs-list-group-border-color: var(--bs-warning-border-subtle);\n  --bs-list-group-action-hover-color: var(--bs-emphasis-color);\n  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);\n  --bs-list-group-action-active-color: var(--bs-emphasis-color);\n  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);\n  --bs-list-group-active-color: var(--bs-warning-bg-subtle);\n  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);\n  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis); }\n\n.list-group-item-danger {\n  --bs-list-group-color: var(--bs-danger-text-emphasis);\n  --bs-list-group-bg: var(--bs-danger-bg-subtle);\n  --bs-list-group-border-color: var(--bs-danger-border-subtle);\n  --bs-list-group-action-hover-color: var(--bs-emphasis-color);\n  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);\n  --bs-list-group-action-active-color: var(--bs-emphasis-color);\n  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);\n  --bs-list-group-active-color: var(--bs-danger-bg-subtle);\n  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);\n  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis); }\n\n.list-group-item-light {\n  --bs-list-group-color: var(--bs-light-text-emphasis);\n  --bs-list-group-bg: var(--bs-light-bg-subtle);\n  --bs-list-group-border-color: var(--bs-light-border-subtle);\n  --bs-list-group-action-hover-color: var(--bs-emphasis-color);\n  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);\n  --bs-list-group-action-active-color: var(--bs-emphasis-color);\n  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);\n  --bs-list-group-active-color: var(--bs-light-bg-subtle);\n  --bs-list-group-active-bg: var(--bs-light-text-emphasis);\n  --bs-list-group-active-border-color: var(--bs-light-text-emphasis); }\n\n.list-group-item-dark {\n  --bs-list-group-color: var(--bs-dark-text-emphasis);\n  --bs-list-group-bg: var(--bs-dark-bg-subtle);\n  --bs-list-group-border-color: var(--bs-dark-border-subtle);\n  --bs-list-group-action-hover-color: var(--bs-emphasis-color);\n  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);\n  --bs-list-group-action-active-color: var(--bs-emphasis-color);\n  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);\n  --bs-list-group-active-color: var(--bs-dark-bg-subtle);\n  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);\n  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis); }\n\n.btn-close {\n  --bs-btn-close-color: #000;\n  --bs-btn-close-bg: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e\");\n  --bs-btn-close-opacity: 0.5;\n  --bs-btn-close-hover-opacity: 0.75;\n  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);\n  --bs-btn-close-focus-opacity: 1;\n  --bs-btn-close-disabled-opacity: 0.25;\n  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);\n  box-sizing: content-box;\n  width: 1em;\n  height: 1em;\n  padding: 0.25em 0.25em;\n  color: var(--bs-btn-close-color);\n  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;\n  border: 0;\n  border-radius: 0.375rem;\n  opacity: var(--bs-btn-close-opacity); }\n  .btn-close:hover {\n    color: var(--bs-btn-close-color);\n    text-decoration: none;\n    opacity: var(--bs-btn-close-hover-opacity); }\n  .btn-close:focus {\n    outline: 0;\n    box-shadow: var(--bs-btn-close-focus-shadow);\n    opacity: var(--bs-btn-close-focus-opacity); }\n  .btn-close:disabled, .btn-close.disabled {\n    pointer-events: none;\n    user-select: none;\n    opacity: var(--bs-btn-close-disabled-opacity); }\n\n.btn-close-white {\n  filter: var(--bs-btn-close-white-filter); }\n\n[data-bs-theme=\"dark\"] .btn-close {\n  filter: var(--bs-btn-close-white-filter); }\n\n.toast {\n  --bs-toast-zindex: 1090;\n  --bs-toast-padding-x: 0.75rem;\n  --bs-toast-padding-y: 0.5rem;\n  --bs-toast-spacing: 1.5rem;\n  --bs-toast-max-width: 350px;\n  --bs-toast-font-size: 0.875rem;\n  --bs-toast-color: ;\n  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);\n  --bs-toast-border-width: var(--bs-border-width);\n  --bs-toast-border-color: var(--bs-border-color-translucent);\n  --bs-toast-border-radius: var(--bs-border-radius);\n  --bs-toast-box-shadow: var(--bs-box-shadow);\n  --bs-toast-header-color: var(--bs-secondary-color);\n  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);\n  --bs-toast-header-border-color: var(--bs-border-color-translucent);\n  width: var(--bs-toast-max-width);\n  max-width: 100%;\n  font-size: var(--bs-toast-font-size);\n  color: var(--bs-toast-color);\n  pointer-events: auto;\n  background-color: var(--bs-toast-bg);\n  background-clip: padding-box;\n  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);\n  box-shadow: var(--bs-toast-box-shadow);\n  border-radius: var(--bs-toast-border-radius); }\n  .toast.showing {\n    opacity: 0; }\n  .toast:not(.show) {\n    display: none; }\n\n.toast-container {\n  --bs-toast-zindex: 1090;\n  position: absolute;\n  z-index: var(--bs-toast-zindex);\n  width: max-content;\n  max-width: 100%;\n  pointer-events: none; }\n  .toast-container > :not(:last-child) {\n    margin-bottom: var(--bs-toast-spacing); }\n\n.toast-header {\n  display: flex;\n  align-items: center;\n  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);\n  color: var(--bs-toast-header-color);\n  background-color: var(--bs-toast-header-bg);\n  background-clip: padding-box;\n  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);\n  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));\n  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width)); }\n  .toast-header .btn-close {\n    margin-right: calc(-.5 * var(--bs-toast-padding-x));\n    margin-left: var(--bs-toast-padding-x); }\n\n.toast-body {\n  padding: var(--bs-toast-padding-x);\n  word-wrap: break-word; }\n\n.modal {\n  --bs-modal-zindex: 1055;\n  --bs-modal-width: 500px;\n  --bs-modal-padding: 1rem;\n  --bs-modal-margin: 0.5rem;\n  --bs-modal-color: ;\n  --bs-modal-bg: var(--bs-body-bg);\n  --bs-modal-border-color: var(--bs-border-color-translucent);\n  --bs-modal-border-width: var(--bs-border-width);\n  --bs-modal-border-radius: var(--bs-border-radius-lg);\n  --bs-modal-box-shadow: var(--bs-box-shadow-sm);\n  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));\n  --bs-modal-header-padding-x: 1rem;\n  --bs-modal-header-padding-y: 1rem;\n  --bs-modal-header-padding: 1rem 1rem;\n  --bs-modal-header-border-color: var(--bs-border-color);\n  --bs-modal-header-border-width: var(--bs-border-width);\n  --bs-modal-title-line-height: 1.5;\n  --bs-modal-footer-gap: 0.5rem;\n  --bs-modal-footer-bg: ;\n  --bs-modal-footer-border-color: var(--bs-border-color);\n  --bs-modal-footer-border-width: var(--bs-border-width);\n  position: fixed;\n  top: 0;\n  left: 0;\n  z-index: var(--bs-modal-zindex);\n  display: none;\n  width: 100%;\n  height: 100%;\n  overflow-x: hidden;\n  overflow-y: auto;\n  outline: 0; }\n\n.modal-dialog {\n  position: relative;\n  width: auto;\n  margin: var(--bs-modal-margin);\n  pointer-events: none; }\n  .modal.fade .modal-dialog {\n    transition: transform 0.3s ease-out;\n    transform: translate(0, -50px); }\n    @media (prefers-reduced-motion: reduce) {\n      .modal.fade .modal-dialog {\n        transition: none; } }\n  .modal.show .modal-dialog {\n    transform: none; }\n  .modal.modal-static .modal-dialog {\n    transform: scale(1.02); }\n\n.modal-dialog-scrollable {\n  height: calc(100% - var(--bs-modal-margin) * 2); }\n  .modal-dialog-scrollable .modal-content {\n    max-height: 100%;\n    overflow: hidden; }\n  .modal-dialog-scrollable .modal-body {\n    overflow-y: auto; }\n\n.modal-dialog-centered {\n  display: flex;\n  align-items: center;\n  min-height: calc(100% - var(--bs-modal-margin) * 2); }\n\n.modal-content {\n  position: relative;\n  display: flex;\n  flex-direction: column;\n  width: 100%;\n  color: var(--bs-modal-color);\n  pointer-events: auto;\n  background-color: var(--bs-modal-bg);\n  background-clip: padding-box;\n  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);\n  border-radius: var(--bs-modal-border-radius);\n  outline: 0; }\n\n.modal-backdrop {\n  --bs-backdrop-zindex: 1050;\n  --bs-backdrop-bg: #000;\n  --bs-backdrop-opacity: 0.5;\n  position: fixed;\n  top: 0;\n  left: 0;\n  z-index: var(--bs-backdrop-zindex);\n  width: 100vw;\n  height: 100vh;\n  background-color: var(--bs-backdrop-bg); }\n  .modal-backdrop.fade {\n    opacity: 0; }\n  .modal-backdrop.show {\n    opacity: var(--bs-backdrop-opacity); }\n\n.modal-header {\n  display: flex;\n  flex-shrink: 0;\n  align-items: center;\n  padding: var(--bs-modal-header-padding);\n  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);\n  border-top-left-radius: var(--bs-modal-inner-border-radius);\n  border-top-right-radius: var(--bs-modal-inner-border-radius); }\n  .modal-header .btn-close {\n    padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);\n    margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto; }\n\n.modal-title {\n  margin-bottom: 0;\n  line-height: var(--bs-modal-title-line-height); }\n\n.modal-body {\n  position: relative;\n  flex: 1 1 auto;\n  padding: var(--bs-modal-padding); }\n\n.modal-footer {\n  display: flex;\n  flex-shrink: 0;\n  flex-wrap: wrap;\n  align-items: center;\n  justify-content: flex-end;\n  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);\n  background-color: var(--bs-modal-footer-bg);\n  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);\n  border-bottom-right-radius: var(--bs-modal-inner-border-radius);\n  border-bottom-left-radius: var(--bs-modal-inner-border-radius); }\n  .modal-footer > * {\n    margin: calc(var(--bs-modal-footer-gap) * .5); }\n\n@media (min-width: 576px) {\n  .modal {\n    --bs-modal-margin: 1.75rem;\n    --bs-modal-box-shadow: var(--bs-box-shadow); }\n  .modal-dialog {\n    max-width: var(--bs-modal-width);\n    margin-right: auto;\n    margin-left: auto; }\n  .modal-sm {\n    --bs-modal-width: 300px; } }\n\n@media (min-width: 992px) {\n  .modal-lg,\n  .modal-xl {\n    --bs-modal-width: 800px; } }\n\n@media (min-width: 1200px) {\n  .modal-xl {\n    --bs-modal-width: 1140px; } }\n\n.modal-fullscreen {\n  width: 100vw;\n  max-width: none;\n  height: 100%;\n  margin: 0; }\n  .modal-fullscreen .modal-content {\n    height: 100%;\n    border: 0;\n    border-radius: 0; }\n  .modal-fullscreen .modal-header,\n  .modal-fullscreen .modal-footer {\n    border-radius: 0; }\n  .modal-fullscreen .modal-body {\n    overflow-y: auto; }\n\n@media (max-width: 575.98px) {\n  .modal-fullscreen-sm-down {\n    width: 100vw;\n    max-width: none;\n    height: 100%;\n    margin: 0; }\n    .modal-fullscreen-sm-down .modal-content {\n      height: 100%;\n      border: 0;\n      border-radius: 0; }\n    .modal-fullscreen-sm-down .modal-header,\n    .modal-fullscreen-sm-down .modal-footer {\n      border-radius: 0; }\n    .modal-fullscreen-sm-down .modal-body {\n      overflow-y: auto; } }\n\n@media (max-width: 767.98px) {\n  .modal-fullscreen-md-down {\n    width: 100vw;\n    max-width: none;\n    height: 100%;\n    margin: 0; }\n    .modal-fullscreen-md-down .modal-content {\n      height: 100%;\n      border: 0;\n      border-radius: 0; }\n    .modal-fullscreen-md-down .modal-header,\n    .modal-fullscreen-md-down .modal-footer {\n      border-radius: 0; }\n    .modal-fullscreen-md-down .modal-body {\n      overflow-y: auto; } }\n\n@media (max-width: 991.98px) {\n  .modal-fullscreen-lg-down {\n    width: 100vw;\n    max-width: none;\n    height: 100%;\n    margin: 0; }\n    .modal-fullscreen-lg-down .modal-content {\n      height: 100%;\n      border: 0;\n      border-radius: 0; }\n    .modal-fullscreen-lg-down .modal-header,\n    .modal-fullscreen-lg-down .modal-footer {\n      border-radius: 0; }\n    .modal-fullscreen-lg-down .modal-body {\n      overflow-y: auto; } }\n\n@media (max-width: 1199.98px) {\n  .modal-fullscreen-xl-down {\n    width: 100vw;\n    max-width: none;\n    height: 100%;\n    margin: 0; }\n    .modal-fullscreen-xl-down .modal-content {\n      height: 100%;\n      border: 0;\n      border-radius: 0; }\n    .modal-fullscreen-xl-down .modal-header,\n    .modal-fullscreen-xl-down .modal-footer {\n      border-radius: 0; }\n    .modal-fullscreen-xl-down .modal-body {\n      overflow-y: auto; } }\n\n@media (max-width: 1399.98px) {\n  .modal-fullscreen-xxl-down {\n    width: 100vw;\n    max-width: none;\n    height: 100%;\n    margin: 0; }\n    .modal-fullscreen-xxl-down .modal-content {\n      height: 100%;\n      border: 0;\n      border-radius: 0; }\n    .modal-fullscreen-xxl-down .modal-header,\n    .modal-fullscreen-xxl-down .modal-footer {\n      border-radius: 0; }\n    .modal-fullscreen-xxl-down .modal-body {\n      overflow-y: auto; } }\n\n.tooltip {\n  --bs-tooltip-zindex: 1080;\n  --bs-tooltip-max-width: 200px;\n  --bs-tooltip-padding-x: 0.5rem;\n  --bs-tooltip-padding-y: 0.25rem;\n  --bs-tooltip-margin: ;\n  --bs-tooltip-font-size: 0.875rem;\n  --bs-tooltip-color: var(--bs-body-bg);\n  --bs-tooltip-bg: var(--bs-emphasis-color);\n  --bs-tooltip-border-radius: var(--bs-border-radius);\n  --bs-tooltip-opacity: 0.9;\n  --bs-tooltip-arrow-width: 0.8rem;\n  --bs-tooltip-arrow-height: 0.4rem;\n  z-index: var(--bs-tooltip-zindex);\n  display: block;\n  margin: var(--bs-tooltip-margin);\n  font-family: var(--bs-font-sans-serif);\n  font-style: normal;\n  font-weight: 400;\n  line-height: 1.5;\n  text-align: left;\n  text-align: start;\n  text-decoration: none;\n  text-shadow: none;\n  text-transform: none;\n  letter-spacing: normal;\n  word-break: normal;\n  white-space: normal;\n  word-spacing: normal;\n  line-break: auto;\n  font-size: var(--bs-tooltip-font-size);\n  word-wrap: break-word;\n  opacity: 0; }\n  .tooltip.show {\n    opacity: var(--bs-tooltip-opacity); }\n  .tooltip .tooltip-arrow {\n    display: block;\n    width: var(--bs-tooltip-arrow-width);\n    height: var(--bs-tooltip-arrow-height); }\n    .tooltip .tooltip-arrow::before {\n      position: absolute;\n      content: \"\";\n      border-color: transparent;\n      border-style: solid; }\n\n.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=\"top\"] .tooltip-arrow {\n  bottom: calc(-1 * var(--bs-tooltip-arrow-height)); }\n  .bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=\"top\"] .tooltip-arrow::before {\n    top: -1px;\n    border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;\n    border-top-color: var(--bs-tooltip-bg); }\n\n/* rtl:begin:ignore */\n.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=\"right\"] .tooltip-arrow {\n  left: calc(-1 * var(--bs-tooltip-arrow-height));\n  width: var(--bs-tooltip-arrow-height);\n  height: var(--bs-tooltip-arrow-width); }\n  .bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=\"right\"] .tooltip-arrow::before {\n    right: -1px;\n    border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;\n    border-right-color: var(--bs-tooltip-bg); }\n\n/* rtl:end:ignore */\n.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=\"bottom\"] .tooltip-arrow {\n  top: calc(-1 * var(--bs-tooltip-arrow-height)); }\n  .bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=\"bottom\"] .tooltip-arrow::before {\n    bottom: -1px;\n    border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);\n    border-bottom-color: var(--bs-tooltip-bg); }\n\n/* rtl:begin:ignore */\n.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=\"left\"] .tooltip-arrow {\n  right: calc(-1 * var(--bs-tooltip-arrow-height));\n  width: var(--bs-tooltip-arrow-height);\n  height: var(--bs-tooltip-arrow-width); }\n  .bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=\"left\"] .tooltip-arrow::before {\n    left: -1px;\n    border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);\n    border-left-color: var(--bs-tooltip-bg); }\n\n/* rtl:end:ignore */\n.tooltip-inner {\n  max-width: var(--bs-tooltip-max-width);\n  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);\n  color: var(--bs-tooltip-color);\n  text-align: center;\n  background-color: var(--bs-tooltip-bg);\n  border-radius: var(--bs-tooltip-border-radius); }\n\n.popover {\n  --bs-popover-zindex: 1070;\n  --bs-popover-max-width: 276px;\n  --bs-popover-font-size: 0.875rem;\n  --bs-popover-bg: var(--bs-body-bg);\n  --bs-popover-border-width: var(--bs-border-width);\n  --bs-popover-border-color: var(--bs-border-color-translucent);\n  --bs-popover-border-radius: var(--bs-border-radius-lg);\n  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));\n  --bs-popover-box-shadow: var(--bs-box-shadow);\n  --bs-popover-header-padding-x: 1rem;\n  --bs-popover-header-padding-y: 0.5rem;\n  --bs-popover-header-font-size: 1rem;\n  --bs-popover-header-color: inherit;\n  --bs-popover-header-bg: var(--bs-secondary-bg);\n  --bs-popover-body-padding-x: 1rem;\n  --bs-popover-body-padding-y: 1rem;\n  --bs-popover-body-color: var(--bs-body-color);\n  --bs-popover-arrow-width: 1rem;\n  --bs-popover-arrow-height: 0.5rem;\n  --bs-popover-arrow-border: var(--bs-popover-border-color);\n  z-index: var(--bs-popover-zindex);\n  display: block;\n  max-width: var(--bs-popover-max-width);\n  font-family: var(--bs-font-sans-serif);\n  font-style: normal;\n  font-weight: 400;\n  line-height: 1.5;\n  text-align: left;\n  text-align: start;\n  text-decoration: none;\n  text-shadow: none;\n  text-transform: none;\n  letter-spacing: normal;\n  word-break: normal;\n  white-space: normal;\n  word-spacing: normal;\n  line-break: auto;\n  font-size: var(--bs-popover-font-size);\n  word-wrap: break-word;\n  background-color: var(--bs-popover-bg);\n  background-clip: padding-box;\n  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);\n  border-radius: var(--bs-popover-border-radius); }\n  .popover .popover-arrow {\n    display: block;\n    width: var(--bs-popover-arrow-width);\n    height: var(--bs-popover-arrow-height); }\n    .popover .popover-arrow::before, .popover .popover-arrow::after {\n      position: absolute;\n      display: block;\n      content: \"\";\n      border-color: transparent;\n      border-style: solid;\n      border-width: 0; }\n\n.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=\"top\"] > .popover-arrow {\n  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width)); }\n  .bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=\"top\"] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=\"top\"] > .popover-arrow::after {\n    border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0; }\n  .bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=\"top\"] > .popover-arrow::before {\n    bottom: 0;\n    border-top-color: var(--bs-popover-arrow-border); }\n  .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=\"top\"] > .popover-arrow::after {\n    bottom: var(--bs-popover-border-width);\n    border-top-color: var(--bs-popover-bg); }\n\n/* rtl:begin:ignore */\n.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=\"right\"] > .popover-arrow {\n  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));\n  width: var(--bs-popover-arrow-height);\n  height: var(--bs-popover-arrow-width); }\n  .bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=\"right\"] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=\"right\"] > .popover-arrow::after {\n    border-width: calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0; }\n  .bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=\"right\"] > .popover-arrow::before {\n    left: 0;\n    border-right-color: var(--bs-popover-arrow-border); }\n  .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=\"right\"] > .popover-arrow::after {\n    left: var(--bs-popover-border-width);\n    border-right-color: var(--bs-popover-bg); }\n\n/* rtl:end:ignore */\n.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=\"bottom\"] > .popover-arrow {\n  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width)); }\n  .bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=\"bottom\"] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=\"bottom\"] > .popover-arrow::after {\n    border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height); }\n  .bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=\"bottom\"] > .popover-arrow::before {\n    top: 0;\n    border-bottom-color: var(--bs-popover-arrow-border); }\n  .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=\"bottom\"] > .popover-arrow::after {\n    top: var(--bs-popover-border-width);\n    border-bottom-color: var(--bs-popover-bg); }\n\n.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=\"bottom\"] .popover-header::before {\n  position: absolute;\n  top: 0;\n  left: 50%;\n  display: block;\n  width: var(--bs-popover-arrow-width);\n  margin-left: calc(-.5 * var(--bs-popover-arrow-width));\n  content: \"\";\n  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg); }\n\n/* rtl:begin:ignore */\n.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=\"left\"] > .popover-arrow {\n  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));\n  width: var(--bs-popover-arrow-height);\n  height: var(--bs-popover-arrow-width); }\n  .bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=\"left\"] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=\"left\"] > .popover-arrow::after {\n    border-width: calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height); }\n  .bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=\"left\"] > .popover-arrow::before {\n    right: 0;\n    border-left-color: var(--bs-popover-arrow-border); }\n  .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=\"left\"] > .popover-arrow::after {\n    right: var(--bs-popover-border-width);\n    border-left-color: var(--bs-popover-bg); }\n\n/* rtl:end:ignore */\n.popover-header {\n  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);\n  margin-bottom: 0;\n  font-size: var(--bs-popover-header-font-size);\n  color: var(--bs-popover-header-color);\n  background-color: var(--bs-popover-header-bg);\n  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);\n  border-top-left-radius: var(--bs-popover-inner-border-radius);\n  border-top-right-radius: var(--bs-popover-inner-border-radius); }\n  .popover-header:empty {\n    display: none; }\n\n.popover-body {\n  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);\n  color: var(--bs-popover-body-color); }\n\n.carousel {\n  position: relative; }\n\n.carousel.pointer-event {\n  touch-action: pan-y; }\n\n.carousel-inner {\n  position: relative;\n  width: 100%;\n  overflow: hidden; }\n  .carousel-inner::after {\n    display: block;\n    clear: both;\n    content: \"\"; }\n\n.carousel-item {\n  position: relative;\n  display: none;\n  float: left;\n  width: 100%;\n  margin-right: -100%;\n  backface-visibility: hidden;\n  transition: transform 0.6s ease-in-out; }\n  @media (prefers-reduced-motion: reduce) {\n    .carousel-item {\n      transition: none; } }\n\n.carousel-item.active,\n.carousel-item-next,\n.carousel-item-prev {\n  display: block; }\n\n.carousel-item-next:not(.carousel-item-start),\n.active.carousel-item-end {\n  transform: translateX(100%); }\n\n.carousel-item-prev:not(.carousel-item-end),\n.active.carousel-item-start {\n  transform: translateX(-100%); }\n\n.carousel-fade .carousel-item {\n  opacity: 0;\n  transition-property: opacity;\n  transform: none; }\n\n.carousel-fade .carousel-item.active,\n.carousel-fade .carousel-item-next.carousel-item-start,\n.carousel-fade .carousel-item-prev.carousel-item-end {\n  z-index: 1;\n  opacity: 1; }\n\n.carousel-fade .active.carousel-item-start,\n.carousel-fade .active.carousel-item-end {\n  z-index: 0;\n  opacity: 0;\n  transition: opacity 0s 0.6s; }\n  @media (prefers-reduced-motion: reduce) {\n    .carousel-fade .active.carousel-item-start,\n    .carousel-fade .active.carousel-item-end {\n      transition: none; } }\n\n.carousel-control-prev,\n.carousel-control-next {\n  position: absolute;\n  top: 0;\n  bottom: 0;\n  z-index: 1;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  width: 15%;\n  padding: 0;\n  color: #fff;\n  text-align: center;\n  background: none;\n  border: 0;\n  opacity: 0.5;\n  transition: opacity 0.15s ease; }\n  @media (prefers-reduced-motion: reduce) {\n    .carousel-control-prev,\n    .carousel-control-next {\n      transition: none; } }\n  .carousel-control-prev:hover, .carousel-control-prev:focus,\n  .carousel-control-next:hover,\n  .carousel-control-next:focus {\n    color: #fff;\n    text-decoration: none;\n    outline: 0;\n    opacity: 0.9; }\n\n.carousel-control-prev {\n  left: 0; }\n\n.carousel-control-next {\n  right: 0; }\n\n.carousel-control-prev-icon,\n.carousel-control-next-icon {\n  display: inline-block;\n  width: 2rem;\n  height: 2rem;\n  background-repeat: no-repeat;\n  background-position: 50%;\n  background-size: 100% 100%; }\n\n.carousel-control-prev-icon {\n  background-image: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e\") /*rtl:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e\")*/; }\n\n.carousel-control-next-icon {\n  background-image: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e\") /*rtl:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e\")*/; }\n\n.carousel-indicators {\n  position: absolute;\n  right: 0;\n  bottom: 0;\n  left: 0;\n  z-index: 2;\n  display: flex;\n  justify-content: center;\n  padding: 0;\n  margin-right: 15%;\n  margin-bottom: 1rem;\n  margin-left: 15%; }\n  .carousel-indicators [data-bs-target] {\n    box-sizing: content-box;\n    flex: 0 1 auto;\n    width: 30px;\n    height: 3px;\n    padding: 0;\n    margin-right: 3px;\n    margin-left: 3px;\n    text-indent: -999px;\n    cursor: pointer;\n    background-color: #fff;\n    background-clip: padding-box;\n    border: 0;\n    border-top: 10px solid transparent;\n    border-bottom: 10px solid transparent;\n    opacity: 0.5;\n    transition: opacity 0.6s ease; }\n    @media (prefers-reduced-motion: reduce) {\n      .carousel-indicators [data-bs-target] {\n        transition: none; } }\n  .carousel-indicators .active {\n    opacity: 1; }\n\n.carousel-caption {\n  position: absolute;\n  right: 15%;\n  bottom: 1.25rem;\n  left: 15%;\n  padding-top: 1.25rem;\n  padding-bottom: 1.25rem;\n  color: #fff;\n  text-align: center; }\n\n.carousel-dark .carousel-control-prev-icon,\n.carousel-dark .carousel-control-next-icon {\n  filter: invert(1) grayscale(100); }\n\n.carousel-dark .carousel-indicators [data-bs-target] {\n  background-color: #000; }\n\n.carousel-dark .carousel-caption {\n  color: #000; }\n\n[data-bs-theme=\"dark\"] .carousel .carousel-control-prev-icon,\n[data-bs-theme=\"dark\"] .carousel .carousel-control-next-icon, [data-bs-theme=\"dark\"].carousel .carousel-control-prev-icon,\n[data-bs-theme=\"dark\"].carousel .carousel-control-next-icon {\n  filter: invert(1) grayscale(100); }\n\n[data-bs-theme=\"dark\"] .carousel .carousel-indicators [data-bs-target], [data-bs-theme=\"dark\"].carousel .carousel-indicators [data-bs-target] {\n  background-color: #000; }\n\n[data-bs-theme=\"dark\"] .carousel .carousel-caption, [data-bs-theme=\"dark\"].carousel .carousel-caption {\n  color: #000; }\n\n.spinner-grow,\n.spinner-border {\n  display: inline-block;\n  width: var(--bs-spinner-width);\n  height: var(--bs-spinner-height);\n  vertical-align: var(--bs-spinner-vertical-align);\n  border-radius: 50%;\n  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name); }\n\n@keyframes spinner-border {\n  to {\n    transform: rotate(360deg) /* rtl:ignore */; } }\n\n.spinner-border {\n  --bs-spinner-width: 2rem;\n  --bs-spinner-height: 2rem;\n  --bs-spinner-vertical-align: -0.125em;\n  --bs-spinner-border-width: 0.25em;\n  --bs-spinner-animation-speed: 0.75s;\n  --bs-spinner-animation-name: spinner-border;\n  border: var(--bs-spinner-border-width) solid currentcolor;\n  border-right-color: transparent; }\n\n.spinner-border-sm {\n  --bs-spinner-width: 1rem;\n  --bs-spinner-height: 1rem;\n  --bs-spinner-border-width: 0.2em; }\n\n@keyframes spinner-grow {\n  0% {\n    transform: scale(0); }\n  50% {\n    opacity: 1;\n    transform: none; } }\n\n.spinner-grow {\n  --bs-spinner-width: 2rem;\n  --bs-spinner-height: 2rem;\n  --bs-spinner-vertical-align: -0.125em;\n  --bs-spinner-animation-speed: 0.75s;\n  --bs-spinner-animation-name: spinner-grow;\n  background-color: currentcolor;\n  opacity: 0; }\n\n.spinner-grow-sm {\n  --bs-spinner-width: 1rem;\n  --bs-spinner-height: 1rem; }\n\n@media (prefers-reduced-motion: reduce) {\n  .spinner-border,\n  .spinner-grow {\n    --bs-spinner-animation-speed: 1.5s; } }\n\n.offcanvas-sm, .offcanvas-md, .offcanvas-lg, .offcanvas-xl, .offcanvas-xxl, .offcanvas {\n  --bs-offcanvas-zindex: 1045;\n  --bs-offcanvas-width: 400px;\n  --bs-offcanvas-height: 30vh;\n  --bs-offcanvas-padding-x: 1rem;\n  --bs-offcanvas-padding-y: 1rem;\n  --bs-offcanvas-color: var(--bs-body-color);\n  --bs-offcanvas-bg: var(--bs-body-bg);\n  --bs-offcanvas-border-width: var(--bs-border-width);\n  --bs-offcanvas-border-color: var(--bs-border-color-translucent);\n  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);\n  --bs-offcanvas-transition: transform 0.3s ease-in-out;\n  --bs-offcanvas-title-line-height: 1.5; }\n\n@media (max-width: 575.98px) {\n  .offcanvas-sm {\n    position: fixed;\n    bottom: 0;\n    z-index: var(--bs-offcanvas-zindex);\n    display: flex;\n    flex-direction: column;\n    max-width: 100%;\n    color: var(--bs-offcanvas-color);\n    visibility: hidden;\n    background-color: var(--bs-offcanvas-bg);\n    background-clip: padding-box;\n    outline: 0;\n    transition: var(--bs-offcanvas-transition); } }\n  @media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {\n    .offcanvas-sm {\n      transition: none; } }\n\n@media (max-width: 575.98px) {\n    .offcanvas-sm.offcanvas-start {\n      top: 0;\n      left: 0;\n      width: var(--bs-offcanvas-width);\n      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);\n      transform: translateX(-100%); }\n    .offcanvas-sm.offcanvas-end {\n      top: 0;\n      right: 0;\n      width: var(--bs-offcanvas-width);\n      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);\n      transform: translateX(100%); }\n    .offcanvas-sm.offcanvas-top {\n      top: 0;\n      right: 0;\n      left: 0;\n      height: var(--bs-offcanvas-height);\n      max-height: 100%;\n      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);\n      transform: translateY(-100%); }\n    .offcanvas-sm.offcanvas-bottom {\n      right: 0;\n      left: 0;\n      height: var(--bs-offcanvas-height);\n      max-height: 100%;\n      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);\n      transform: translateY(100%); }\n    .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {\n      transform: none; }\n    .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {\n      visibility: visible; } }\n\n@media (min-width: 576px) {\n  .offcanvas-sm {\n    --bs-offcanvas-height: auto;\n    --bs-offcanvas-border-width: 0;\n    background-color: transparent !important; }\n    .offcanvas-sm .offcanvas-header {\n      display: none; }\n    .offcanvas-sm .offcanvas-body {\n      display: flex;\n      flex-grow: 0;\n      padding: 0;\n      overflow-y: visible;\n      background-color: transparent !important; } }\n\n@media (max-width: 767.98px) {\n  .offcanvas-md {\n    position: fixed;\n    bottom: 0;\n    z-index: var(--bs-offcanvas-zindex);\n    display: flex;\n    flex-direction: column;\n    max-width: 100%;\n    color: var(--bs-offcanvas-color);\n    visibility: hidden;\n    background-color: var(--bs-offcanvas-bg);\n    background-clip: padding-box;\n    outline: 0;\n    transition: var(--bs-offcanvas-transition); } }\n  @media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {\n    .offcanvas-md {\n      transition: none; } }\n\n@media (max-width: 767.98px) {\n    .offcanvas-md.offcanvas-start {\n      top: 0;\n      left: 0;\n      width: var(--bs-offcanvas-width);\n      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);\n      transform: translateX(-100%); }\n    .offcanvas-md.offcanvas-end {\n      top: 0;\n      right: 0;\n      width: var(--bs-offcanvas-width);\n      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);\n      transform: translateX(100%); }\n    .offcanvas-md.offcanvas-top {\n      top: 0;\n      right: 0;\n      left: 0;\n      height: var(--bs-offcanvas-height);\n      max-height: 100%;\n      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);\n      transform: translateY(-100%); }\n    .offcanvas-md.offcanvas-bottom {\n      right: 0;\n      left: 0;\n      height: var(--bs-offcanvas-height);\n      max-height: 100%;\n      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);\n      transform: translateY(100%); }\n    .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {\n      transform: none; }\n    .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {\n      visibility: visible; } }\n\n@media (min-width: 768px) {\n  .offcanvas-md {\n    --bs-offcanvas-height: auto;\n    --bs-offcanvas-border-width: 0;\n    background-color: transparent !important; }\n    .offcanvas-md .offcanvas-header {\n      display: none; }\n    .offcanvas-md .offcanvas-body {\n      display: flex;\n      flex-grow: 0;\n      padding: 0;\n      overflow-y: visible;\n      background-color: transparent !important; } }\n\n@media (max-width: 991.98px) {\n  .offcanvas-lg {\n    position: fixed;\n    bottom: 0;\n    z-index: var(--bs-offcanvas-zindex);\n    display: flex;\n    flex-direction: column;\n    max-width: 100%;\n    color: var(--bs-offcanvas-color);\n    visibility: hidden;\n    background-color: var(--bs-offcanvas-bg);\n    background-clip: padding-box;\n    outline: 0;\n    transition: var(--bs-offcanvas-transition); } }\n  @media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {\n    .offcanvas-lg {\n      transition: none; } }\n\n@media (max-width: 991.98px) {\n    .offcanvas-lg.offcanvas-start {\n      top: 0;\n      left: 0;\n      width: var(--bs-offcanvas-width);\n      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);\n      transform: translateX(-100%); }\n    .offcanvas-lg.offcanvas-end {\n      top: 0;\n      right: 0;\n      width: var(--bs-offcanvas-width);\n      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);\n      transform: translateX(100%); }\n    .offcanvas-lg.offcanvas-top {\n      top: 0;\n      right: 0;\n      left: 0;\n      height: var(--bs-offcanvas-height);\n      max-height: 100%;\n      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);\n      transform: translateY(-100%); }\n    .offcanvas-lg.offcanvas-bottom {\n      right: 0;\n      left: 0;\n      height: var(--bs-offcanvas-height);\n      max-height: 100%;\n      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);\n      transform: translateY(100%); }\n    .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {\n      transform: none; }\n    .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {\n      visibility: visible; } }\n\n@media (min-width: 992px) {\n  .offcanvas-lg {\n    --bs-offcanvas-height: auto;\n    --bs-offcanvas-border-width: 0;\n    background-color: transparent !important; }\n    .offcanvas-lg .offcanvas-header {\n      display: none; }\n    .offcanvas-lg .offcanvas-body {\n      display: flex;\n      flex-grow: 0;\n      padding: 0;\n      overflow-y: visible;\n      background-color: transparent !important; } }\n\n@media (max-width: 1199.98px) {\n  .offcanvas-xl {\n    position: fixed;\n    bottom: 0;\n    z-index: var(--bs-offcanvas-zindex);\n    display: flex;\n    flex-direction: column;\n    max-width: 100%;\n    color: var(--bs-offcanvas-color);\n    visibility: hidden;\n    background-color: var(--bs-offcanvas-bg);\n    background-clip: padding-box;\n    outline: 0;\n    transition: var(--bs-offcanvas-transition); } }\n  @media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {\n    .offcanvas-xl {\n      transition: none; } }\n\n@media (max-width: 1199.98px) {\n    .offcanvas-xl.offcanvas-start {\n      top: 0;\n      left: 0;\n      width: var(--bs-offcanvas-width);\n      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);\n      transform: translateX(-100%); }\n    .offcanvas-xl.offcanvas-end {\n      top: 0;\n      right: 0;\n      width: var(--bs-offcanvas-width);\n      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);\n      transform: translateX(100%); }\n    .offcanvas-xl.offcanvas-top {\n      top: 0;\n      right: 0;\n      left: 0;\n      height: var(--bs-offcanvas-height);\n      max-height: 100%;\n      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);\n      transform: translateY(-100%); }\n    .offcanvas-xl.offcanvas-bottom {\n      right: 0;\n      left: 0;\n      height: var(--bs-offcanvas-height);\n      max-height: 100%;\n      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);\n      transform: translateY(100%); }\n    .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {\n      transform: none; }\n    .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {\n      visibility: visible; } }\n\n@media (min-width: 1200px) {\n  .offcanvas-xl {\n    --bs-offcanvas-height: auto;\n    --bs-offcanvas-border-width: 0;\n    background-color: transparent !important; }\n    .offcanvas-xl .offcanvas-header {\n      display: none; }\n    .offcanvas-xl .offcanvas-body {\n      display: flex;\n      flex-grow: 0;\n      padding: 0;\n      overflow-y: visible;\n      background-color: transparent !important; } }\n\n@media (max-width: 1399.98px) {\n  .offcanvas-xxl {\n    position: fixed;\n    bottom: 0;\n    z-index: var(--bs-offcanvas-zindex);\n    display: flex;\n    flex-direction: column;\n    max-width: 100%;\n    color: var(--bs-offcanvas-color);\n    visibility: hidden;\n    background-color: var(--bs-offcanvas-bg);\n    background-clip: padding-box;\n    outline: 0;\n    transition: var(--bs-offcanvas-transition); } }\n  @media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {\n    .offcanvas-xxl {\n      transition: none; } }\n\n@media (max-width: 1399.98px) {\n    .offcanvas-xxl.offcanvas-start {\n      top: 0;\n      left: 0;\n      width: var(--bs-offcanvas-width);\n      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);\n      transform: translateX(-100%); }\n    .offcanvas-xxl.offcanvas-end {\n      top: 0;\n      right: 0;\n      width: var(--bs-offcanvas-width);\n      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);\n      transform: translateX(100%); }\n    .offcanvas-xxl.offcanvas-top {\n      top: 0;\n      right: 0;\n      left: 0;\n      height: var(--bs-offcanvas-height);\n      max-height: 100%;\n      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);\n      transform: translateY(-100%); }\n    .offcanvas-xxl.offcanvas-bottom {\n      right: 0;\n      left: 0;\n      height: var(--bs-offcanvas-height);\n      max-height: 100%;\n      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);\n      transform: translateY(100%); }\n    .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {\n      transform: none; }\n    .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {\n      visibility: visible; } }\n\n@media (min-width: 1400px) {\n  .offcanvas-xxl {\n    --bs-offcanvas-height: auto;\n    --bs-offcanvas-border-width: 0;\n    background-color: transparent !important; }\n    .offcanvas-xxl .offcanvas-header {\n      display: none; }\n    .offcanvas-xxl .offcanvas-body {\n      display: flex;\n      flex-grow: 0;\n      padding: 0;\n      overflow-y: visible;\n      background-color: transparent !important; } }\n\n.offcanvas {\n  position: fixed;\n  bottom: 0;\n  z-index: var(--bs-offcanvas-zindex);\n  display: flex;\n  flex-direction: column;\n  max-width: 100%;\n  color: var(--bs-offcanvas-color);\n  visibility: hidden;\n  background-color: var(--bs-offcanvas-bg);\n  background-clip: padding-box;\n  outline: 0;\n  transition: var(--bs-offcanvas-transition); }\n  @media (prefers-reduced-motion: reduce) {\n    .offcanvas {\n      transition: none; } }\n  .offcanvas.offcanvas-start {\n    top: 0;\n    left: 0;\n    width: var(--bs-offcanvas-width);\n    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);\n    transform: translateX(-100%); }\n  .offcanvas.offcanvas-end {\n    top: 0;\n    right: 0;\n    width: var(--bs-offcanvas-width);\n    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);\n    transform: translateX(100%); }\n  .offcanvas.offcanvas-top {\n    top: 0;\n    right: 0;\n    left: 0;\n    height: var(--bs-offcanvas-height);\n    max-height: 100%;\n    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);\n    transform: translateY(-100%); }\n  .offcanvas.offcanvas-bottom {\n    right: 0;\n    left: 0;\n    height: var(--bs-offcanvas-height);\n    max-height: 100%;\n    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);\n    transform: translateY(100%); }\n  .offcanvas.showing, .offcanvas.show:not(.hiding) {\n    transform: none; }\n  .offcanvas.showing, .offcanvas.hiding, .offcanvas.show {\n    visibility: visible; }\n\n.offcanvas-backdrop {\n  position: fixed;\n  top: 0;\n  left: 0;\n  z-index: 1040;\n  width: 100vw;\n  height: 100vh;\n  background-color: #000; }\n  .offcanvas-backdrop.fade {\n    opacity: 0; }\n  .offcanvas-backdrop.show {\n    opacity: 0.5; }\n\n.offcanvas-header {\n  display: flex;\n  align-items: center;\n  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x); }\n  .offcanvas-header .btn-close {\n    padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);\n    margin: calc(-.5 * var(--bs-offcanvas-padding-y)) calc(-.5 * var(--bs-offcanvas-padding-x)) calc(-.5 * var(--bs-offcanvas-padding-y)) auto; }\n\n.offcanvas-title {\n  margin-bottom: 0;\n  line-height: var(--bs-offcanvas-title-line-height); }\n\n.offcanvas-body {\n  flex-grow: 1;\n  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);\n  overflow-y: auto; }\n\n.placeholder {\n  display: inline-block;\n  min-height: 1em;\n  vertical-align: middle;\n  cursor: wait;\n  background-color: currentcolor;\n  opacity: 0.5; }\n  .placeholder.btn::before {\n    display: inline-block;\n    content: \"\"; }\n\n.placeholder-xs {\n  min-height: .6em; }\n\n.placeholder-sm {\n  min-height: .8em; }\n\n.placeholder-lg {\n  min-height: 1.2em; }\n\n.placeholder-glow .placeholder {\n  animation: placeholder-glow 2s ease-in-out infinite; }\n\n@keyframes placeholder-glow {\n  50% {\n    opacity: 0.2; } }\n\n.placeholder-wave {\n  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);\n  mask-size: 200% 100%;\n  animation: placeholder-wave 2s linear infinite; }\n\n@keyframes placeholder-wave {\n  100% {\n    mask-position: -200% 0%; } }\n\n.clearfix::after, .drag-elements-sidepane ul > li ol::after {\n  display: block;\n  clear: both;\n  content: \"\"; }\n\n.text-bg-primary {\n  color: #fff !important;\n  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important; }\n\n.text-bg-secondary {\n  color: #fff !important;\n  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important; }\n\n.text-bg-success {\n  color: #fff !important;\n  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important; }\n\n.text-bg-info {\n  color: #000 !important;\n  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important; }\n\n.text-bg-warning {\n  color: #000 !important;\n  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important; }\n\n.text-bg-danger {\n  color: #fff !important;\n  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important; }\n\n.text-bg-light {\n  color: #000 !important;\n  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important; }\n\n.text-bg-dark {\n  color: #fff !important;\n  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important; }\n\n.link-primary {\n  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;\n  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important; }\n  .link-primary:hover, .link-primary:focus {\n    color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;\n    text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important; }\n\n.link-secondary {\n  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;\n  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important; }\n  .link-secondary:hover, .link-secondary:focus {\n    color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;\n    text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important; }\n\n.link-success {\n  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;\n  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important; }\n  .link-success:hover, .link-success:focus {\n    color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;\n    text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important; }\n\n.link-info {\n  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;\n  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important; }\n  .link-info:hover, .link-info:focus {\n    color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;\n    text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important; }\n\n.link-warning {\n  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;\n  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important; }\n  .link-warning:hover, .link-warning:focus {\n    color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;\n    text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important; }\n\n.link-danger {\n  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;\n  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important; }\n  .link-danger:hover, .link-danger:focus {\n    color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;\n    text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important; }\n\n.link-light {\n  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;\n  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important; }\n  .link-light:hover, .link-light:focus {\n    color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;\n    text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important; }\n\n.link-dark {\n  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;\n  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important; }\n  .link-dark:hover, .link-dark:focus {\n    color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;\n    text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important; }\n\n.link-body-emphasis {\n  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;\n  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important; }\n  .link-body-emphasis:hover, .link-body-emphasis:focus {\n    color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;\n    text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important; }\n\n.focus-ring:focus {\n  outline: 0;\n  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color); }\n\n.icon-link {\n  display: inline-flex;\n  gap: 0.375rem;\n  align-items: center;\n  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));\n  text-underline-offset: 0.25em;\n  backface-visibility: hidden; }\n  .icon-link > .bi {\n    flex-shrink: 0;\n    width: 1em;\n    height: 1em;\n    fill: currentcolor;\n    transition: 0.2s ease-in-out transform; }\n    @media (prefers-reduced-motion: reduce) {\n      .icon-link > .bi {\n        transition: none; } }\n\n.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {\n  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0)); }\n\n.ratio {\n  position: relative;\n  width: 100%; }\n  .ratio::before {\n    display: block;\n    padding-top: var(--bs-aspect-ratio);\n    content: \"\"; }\n  .ratio > * {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%; }\n\n.ratio-1x1 {\n  --bs-aspect-ratio: 100%; }\n\n.ratio-4x3 {\n  --bs-aspect-ratio: calc(3 / 4 * 100%); }\n\n.ratio-16x9 {\n  --bs-aspect-ratio: calc(9 / 16 * 100%); }\n\n.ratio-21x9 {\n  --bs-aspect-ratio: calc(9 / 21 * 100%); }\n\n.fixed-top {\n  position: fixed;\n  top: 0;\n  right: 0;\n  left: 0;\n  z-index: 1030; }\n\n.fixed-bottom {\n  position: fixed;\n  right: 0;\n  bottom: 0;\n  left: 0;\n  z-index: 1030; }\n\n.sticky-top {\n  position: sticky;\n  top: 0;\n  z-index: 1020; }\n\n.sticky-bottom {\n  position: sticky;\n  bottom: 0;\n  z-index: 1020; }\n\n@media (min-width: 576px) {\n  .sticky-sm-top {\n    position: sticky;\n    top: 0;\n    z-index: 1020; }\n  .sticky-sm-bottom {\n    position: sticky;\n    bottom: 0;\n    z-index: 1020; } }\n\n@media (min-width: 768px) {\n  .sticky-md-top {\n    position: sticky;\n    top: 0;\n    z-index: 1020; }\n  .sticky-md-bottom {\n    position: sticky;\n    bottom: 0;\n    z-index: 1020; } }\n\n@media (min-width: 992px) {\n  .sticky-lg-top {\n    position: sticky;\n    top: 0;\n    z-index: 1020; }\n  .sticky-lg-bottom {\n    position: sticky;\n    bottom: 0;\n    z-index: 1020; } }\n\n@media (min-width: 1200px) {\n  .sticky-xl-top {\n    position: sticky;\n    top: 0;\n    z-index: 1020; }\n  .sticky-xl-bottom {\n    position: sticky;\n    bottom: 0;\n    z-index: 1020; } }\n\n@media (min-width: 1400px) {\n  .sticky-xxl-top {\n    position: sticky;\n    top: 0;\n    z-index: 1020; }\n  .sticky-xxl-bottom {\n    position: sticky;\n    bottom: 0;\n    z-index: 1020; } }\n\n.hstack {\n  display: flex;\n  flex-direction: row;\n  align-items: center;\n  align-self: stretch; }\n\n.vstack {\n  display: flex;\n  flex: 1 1 auto;\n  flex-direction: column;\n  align-self: stretch; }\n\n.visually-hidden,\n.visually-hidden-focusable:not(:focus):not(:focus-within) {\n  width: 1px !important;\n  height: 1px !important;\n  padding: 0 !important;\n  margin: -1px !important;\n  overflow: hidden !important;\n  clip: rect(0, 0, 0, 0) !important;\n  white-space: nowrap !important;\n  border: 0 !important; }\n  .visually-hidden:not(caption),\n  .visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {\n    position: absolute !important; }\n\n.stretched-link::after {\n  position: absolute;\n  top: 0;\n  right: 0;\n  bottom: 0;\n  left: 0;\n  z-index: 1;\n  content: \"\"; }\n\n.text-truncate {\n  overflow: hidden;\n  text-overflow: ellipsis;\n  white-space: nowrap; }\n\n.vr {\n  display: inline-block;\n  align-self: stretch;\n  width: var(--bs-border-width);\n  min-height: 1em;\n  background-color: currentcolor;\n  opacity: 0.25; }\n\n.align-baseline {\n  vertical-align: baseline !important; }\n\n.align-top {\n  vertical-align: top !important; }\n\n.align-middle {\n  vertical-align: middle !important; }\n\n.align-bottom {\n  vertical-align: bottom !important; }\n\n.align-text-bottom {\n  vertical-align: text-bottom !important; }\n\n.align-text-top {\n  vertical-align: text-top !important; }\n\n.float-start {\n  float: left !important; }\n\n.float-end {\n  float: right !important; }\n\n.float-none {\n  float: none !important; }\n\n.object-fit-contain {\n  object-fit: contain !important; }\n\n.object-fit-cover {\n  object-fit: cover !important; }\n\n.object-fit-fill {\n  object-fit: fill !important; }\n\n.object-fit-scale {\n  object-fit: scale-down !important; }\n\n.object-fit-none {\n  object-fit: none !important; }\n\n.opacity-0 {\n  opacity: 0 !important; }\n\n.opacity-25 {\n  opacity: 0.25 !important; }\n\n.opacity-50 {\n  opacity: 0.5 !important; }\n\n.opacity-75 {\n  opacity: 0.75 !important; }\n\n.opacity-100 {\n  opacity: 1 !important; }\n\n.overflow-auto {\n  overflow: auto !important; }\n\n.overflow-hidden {\n  overflow: hidden !important; }\n\n.overflow-visible {\n  overflow: visible !important; }\n\n.overflow-scroll {\n  overflow: scroll !important; }\n\n.overflow-x-auto {\n  overflow-x: auto !important; }\n\n.overflow-x-hidden {\n  overflow-x: hidden !important; }\n\n.overflow-x-visible {\n  overflow-x: visible !important; }\n\n.overflow-x-scroll {\n  overflow-x: scroll !important; }\n\n.overflow-y-auto {\n  overflow-y: auto !important; }\n\n.overflow-y-hidden {\n  overflow-y: hidden !important; }\n\n.overflow-y-visible {\n  overflow-y: visible !important; }\n\n.overflow-y-scroll {\n  overflow-y: scroll !important; }\n\n.d-inline {\n  display: inline !important; }\n\n.d-inline-block {\n  display: inline-block !important; }\n\n.d-block {\n  display: block !important; }\n\n.d-grid {\n  display: grid !important; }\n\n.d-inline-grid {\n  display: inline-grid !important; }\n\n.d-table {\n  display: table !important; }\n\n.d-table-row {\n  display: table-row !important; }\n\n.d-table-cell {\n  display: table-cell !important; }\n\n.d-flex {\n  display: flex !important; }\n\n.d-inline-flex {\n  display: inline-flex !important; }\n\n.d-none {\n  display: none !important; }\n\n.shadow {\n  box-shadow: var(--bs-box-shadow) !important; }\n\n.shadow-sm {\n  box-shadow: var(--bs-box-shadow-sm) !important; }\n\n.shadow-lg {\n  box-shadow: var(--bs-box-shadow-lg) !important; }\n\n.shadow-none {\n  box-shadow: none !important; }\n\n.focus-ring-primary {\n  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity)); }\n\n.focus-ring-secondary {\n  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity)); }\n\n.focus-ring-success {\n  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity)); }\n\n.focus-ring-info {\n  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity)); }\n\n.focus-ring-warning {\n  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity)); }\n\n.focus-ring-danger {\n  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity)); }\n\n.focus-ring-light {\n  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity)); }\n\n.focus-ring-dark {\n  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity)); }\n\n.position-static {\n  position: static !important; }\n\n.position-relative {\n  position: relative !important; }\n\n.position-absolute {\n  position: absolute !important; }\n\n.position-fixed {\n  position: fixed !important; }\n\n.position-sticky {\n  position: sticky !important; }\n\n.top-0 {\n  top: 0 !important; }\n\n.top-50 {\n  top: 50% !important; }\n\n.top-100 {\n  top: 100% !important; }\n\n.bottom-0 {\n  bottom: 0 !important; }\n\n.bottom-50 {\n  bottom: 50% !important; }\n\n.bottom-100 {\n  bottom: 100% !important; }\n\n.start-0 {\n  left: 0 !important; }\n\n.start-50 {\n  left: 50% !important; }\n\n.start-100 {\n  left: 100% !important; }\n\n.end-0 {\n  right: 0 !important; }\n\n.end-50 {\n  right: 50% !important; }\n\n.end-100 {\n  right: 100% !important; }\n\n.translate-middle {\n  transform: translate(-50%, -50%) !important; }\n\n.translate-middle-x {\n  transform: translateX(-50%) !important; }\n\n.translate-middle-y {\n  transform: translateY(-50%) !important; }\n\n.border {\n  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }\n\n.border-0 {\n  border: 0 !important; }\n\n.border-top {\n  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }\n\n.border-top-0 {\n  border-top: 0 !important; }\n\n.border-end {\n  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }\n\n.border-end-0 {\n  border-right: 0 !important; }\n\n.border-bottom {\n  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }\n\n.border-bottom-0 {\n  border-bottom: 0 !important; }\n\n.border-start {\n  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }\n\n.border-start-0 {\n  border-left: 0 !important; }\n\n.border-primary {\n  --bs-border-opacity: 1;\n  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important; }\n\n.border-secondary {\n  --bs-border-opacity: 1;\n  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important; }\n\n.border-success {\n  --bs-border-opacity: 1;\n  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important; }\n\n.border-info {\n  --bs-border-opacity: 1;\n  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important; }\n\n.border-warning {\n  --bs-border-opacity: 1;\n  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important; }\n\n.border-danger {\n  --bs-border-opacity: 1;\n  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important; }\n\n.border-light {\n  --bs-border-opacity: 1;\n  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important; }\n\n.border-dark {\n  --bs-border-opacity: 1;\n  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important; }\n\n.border-black {\n  --bs-border-opacity: 1;\n  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important; }\n\n.border-white {\n  --bs-border-opacity: 1;\n  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important; }\n\n.border-primary-subtle {\n  border-color: var(--bs-primary-border-subtle) !important; }\n\n.border-secondary-subtle {\n  border-color: var(--bs-secondary-border-subtle) !important; }\n\n.border-success-subtle {\n  border-color: var(--bs-success-border-subtle) !important; }\n\n.border-info-subtle {\n  border-color: var(--bs-info-border-subtle) !important; }\n\n.border-warning-subtle {\n  border-color: var(--bs-warning-border-subtle) !important; }\n\n.border-danger-subtle {\n  border-color: var(--bs-danger-border-subtle) !important; }\n\n.border-light-subtle {\n  border-color: var(--bs-light-border-subtle) !important; }\n\n.border-dark-subtle {\n  border-color: var(--bs-dark-border-subtle) !important; }\n\n.border-1 {\n  border-width: 1px !important; }\n\n.border-2 {\n  border-width: 2px !important; }\n\n.border-3 {\n  border-width: 3px !important; }\n\n.border-4 {\n  border-width: 4px !important; }\n\n.border-5 {\n  border-width: 5px !important; }\n\n.border-opacity-10 {\n  --bs-border-opacity: 0.1; }\n\n.border-opacity-25 {\n  --bs-border-opacity: 0.25; }\n\n.border-opacity-50 {\n  --bs-border-opacity: 0.5; }\n\n.border-opacity-75 {\n  --bs-border-opacity: 0.75; }\n\n.border-opacity-100 {\n  --bs-border-opacity: 1; }\n\n.w-25 {\n  width: 25% !important; }\n\n.w-50 {\n  width: 50% !important; }\n\n.w-75 {\n  width: 75% !important; }\n\n.w-100 {\n  width: 100% !important; }\n\n.w-auto {\n  width: auto !important; }\n\n.mw-100 {\n  max-width: 100% !important; }\n\n.vw-100 {\n  width: 100vw !important; }\n\n.min-vw-100 {\n  min-width: 100vw !important; }\n\n.h-25 {\n  height: 25% !important; }\n\n.h-50 {\n  height: 50% !important; }\n\n.h-75 {\n  height: 75% !important; }\n\n.h-100 {\n  height: 100% !important; }\n\n.h-auto {\n  height: auto !important; }\n\n.mh-100 {\n  max-height: 100% !important; }\n\n.vh-100 {\n  height: 100vh !important; }\n\n.min-vh-100 {\n  min-height: 100vh !important; }\n\n.flex-fill {\n  flex: 1 1 auto !important; }\n\n.flex-row {\n  flex-direction: row !important; }\n\n.flex-column {\n  flex-direction: column !important; }\n\n.flex-row-reverse {\n  flex-direction: row-reverse !important; }\n\n.flex-column-reverse {\n  flex-direction: column-reverse !important; }\n\n.flex-grow-0 {\n  flex-grow: 0 !important; }\n\n.flex-grow-1 {\n  flex-grow: 1 !important; }\n\n.flex-shrink-0 {\n  flex-shrink: 0 !important; }\n\n.flex-shrink-1 {\n  flex-shrink: 1 !important; }\n\n.flex-wrap {\n  flex-wrap: wrap !important; }\n\n.flex-nowrap {\n  flex-wrap: nowrap !important; }\n\n.flex-wrap-reverse {\n  flex-wrap: wrap-reverse !important; }\n\n.justify-content-start {\n  justify-content: flex-start !important; }\n\n.justify-content-end {\n  justify-content: flex-end !important; }\n\n.justify-content-center {\n  justify-content: center !important; }\n\n.justify-content-between {\n  justify-content: space-between !important; }\n\n.justify-content-around {\n  justify-content: space-around !important; }\n\n.justify-content-evenly {\n  justify-content: space-evenly !important; }\n\n.align-items-start {\n  align-items: flex-start !important; }\n\n.align-items-end {\n  align-items: flex-end !important; }\n\n.align-items-center {\n  align-items: center !important; }\n\n.align-items-baseline {\n  align-items: baseline !important; }\n\n.align-items-stretch {\n  align-items: stretch !important; }\n\n.align-content-start {\n  align-content: flex-start !important; }\n\n.align-content-end {\n  align-content: flex-end !important; }\n\n.align-content-center {\n  align-content: center !important; }\n\n.align-content-between {\n  align-content: space-between !important; }\n\n.align-content-around {\n  align-content: space-around !important; }\n\n.align-content-stretch {\n  align-content: stretch !important; }\n\n.align-self-auto {\n  align-self: auto !important; }\n\n.align-self-start {\n  align-self: flex-start !important; }\n\n.align-self-end {\n  align-self: flex-end !important; }\n\n.align-self-center {\n  align-self: center !important; }\n\n.align-self-baseline {\n  align-self: baseline !important; }\n\n.align-self-stretch {\n  align-self: stretch !important; }\n\n.order-first {\n  order: -1 !important; }\n\n.order-0 {\n  order: 0 !important; }\n\n.order-1 {\n  order: 1 !important; }\n\n.order-2 {\n  order: 2 !important; }\n\n.order-3 {\n  order: 3 !important; }\n\n.order-4 {\n  order: 4 !important; }\n\n.order-5 {\n  order: 5 !important; }\n\n.order-last {\n  order: 6 !important; }\n\n.m-0 {\n  margin: 0 !important; }\n\n.m-1 {\n  margin: 0.25rem !important; }\n\n.m-2 {\n  margin: 0.5rem !important; }\n\n.m-3 {\n  margin: 1rem !important; }\n\n.m-4 {\n  margin: 1.5rem !important; }\n\n.m-5 {\n  margin: 3rem !important; }\n\n.m-auto {\n  margin: auto !important; }\n\n.mx-0 {\n  margin-right: 0 !important;\n  margin-left: 0 !important; }\n\n.mx-1 {\n  margin-right: 0.25rem !important;\n  margin-left: 0.25rem !important; }\n\n.mx-2 {\n  margin-right: 0.5rem !important;\n  margin-left: 0.5rem !important; }\n\n.mx-3 {\n  margin-right: 1rem !important;\n  margin-left: 1rem !important; }\n\n.mx-4 {\n  margin-right: 1.5rem !important;\n  margin-left: 1.5rem !important; }\n\n.mx-5 {\n  margin-right: 3rem !important;\n  margin-left: 3rem !important; }\n\n.mx-auto {\n  margin-right: auto !important;\n  margin-left: auto !important; }\n\n.my-0 {\n  margin-top: 0 !important;\n  margin-bottom: 0 !important; }\n\n.my-1 {\n  margin-top: 0.25rem !important;\n  margin-bottom: 0.25rem !important; }\n\n.my-2 {\n  margin-top: 0.5rem !important;\n  margin-bottom: 0.5rem !important; }\n\n.my-3 {\n  margin-top: 1rem !important;\n  margin-bottom: 1rem !important; }\n\n.my-4 {\n  margin-top: 1.5rem !important;\n  margin-bottom: 1.5rem !important; }\n\n.my-5 {\n  margin-top: 3rem !important;\n  margin-bottom: 3rem !important; }\n\n.my-auto {\n  margin-top: auto !important;\n  margin-bottom: auto !important; }\n\n.mt-0 {\n  margin-top: 0 !important; }\n\n.mt-1 {\n  margin-top: 0.25rem !important; }\n\n.mt-2 {\n  margin-top: 0.5rem !important; }\n\n.mt-3 {\n  margin-top: 1rem !important; }\n\n.mt-4 {\n  margin-top: 1.5rem !important; }\n\n.mt-5 {\n  margin-top: 3rem !important; }\n\n.mt-auto {\n  margin-top: auto !important; }\n\n.me-0 {\n  margin-right: 0 !important; }\n\n.me-1 {\n  margin-right: 0.25rem !important; }\n\n.me-2 {\n  margin-right: 0.5rem !important; }\n\n.me-3 {\n  margin-right: 1rem !important; }\n\n.me-4 {\n  margin-right: 1.5rem !important; }\n\n.me-5 {\n  margin-right: 3rem !important; }\n\n.me-auto {\n  margin-right: auto !important; }\n\n.mb-0 {\n  margin-bottom: 0 !important; }\n\n.mb-1 {\n  margin-bottom: 0.25rem !important; }\n\n.mb-2 {\n  margin-bottom: 0.5rem !important; }\n\n.mb-3 {\n  margin-bottom: 1rem !important; }\n\n.mb-4 {\n  margin-bottom: 1.5rem !important; }\n\n.mb-5 {\n  margin-bottom: 3rem !important; }\n\n.mb-auto {\n  margin-bottom: auto !important; }\n\n.ms-0 {\n  margin-left: 0 !important; }\n\n.ms-1 {\n  margin-left: 0.25rem !important; }\n\n.ms-2 {\n  margin-left: 0.5rem !important; }\n\n.ms-3 {\n  margin-left: 1rem !important; }\n\n.ms-4 {\n  margin-left: 1.5rem !important; }\n\n.ms-5 {\n  margin-left: 3rem !important; }\n\n.ms-auto {\n  margin-left: auto !important; }\n\n.p-0 {\n  padding: 0 !important; }\n\n.p-1 {\n  padding: 0.25rem !important; }\n\n.p-2 {\n  padding: 0.5rem !important; }\n\n.p-3 {\n  padding: 1rem !important; }\n\n.p-4 {\n  padding: 1.5rem !important; }\n\n.p-5 {\n  padding: 3rem !important; }\n\n.px-0 {\n  padding-right: 0 !important;\n  padding-left: 0 !important; }\n\n.px-1 {\n  padding-right: 0.25rem !important;\n  padding-left: 0.25rem !important; }\n\n.px-2 {\n  padding-right: 0.5rem !important;\n  padding-left: 0.5rem !important; }\n\n.px-3 {\n  padding-right: 1rem !important;\n  padding-left: 1rem !important; }\n\n.px-4 {\n  padding-right: 1.5rem !important;\n  padding-left: 1.5rem !important; }\n\n.px-5 {\n  padding-right: 3rem !important;\n  padding-left: 3rem !important; }\n\n.py-0 {\n  padding-top: 0 !important;\n  padding-bottom: 0 !important; }\n\n.py-1 {\n  padding-top: 0.25rem !important;\n  padding-bottom: 0.25rem !important; }\n\n.py-2 {\n  padding-top: 0.5rem !important;\n  padding-bottom: 0.5rem !important; }\n\n.py-3 {\n  padding-top: 1rem !important;\n  padding-bottom: 1rem !important; }\n\n.py-4 {\n  padding-top: 1.5rem !important;\n  padding-bottom: 1.5rem !important; }\n\n.py-5 {\n  padding-top: 3rem !important;\n  padding-bottom: 3rem !important; }\n\n.pt-0 {\n  padding-top: 0 !important; }\n\n.pt-1 {\n  padding-top: 0.25rem !important; }\n\n.pt-2 {\n  padding-top: 0.5rem !important; }\n\n.pt-3 {\n  padding-top: 1rem !important; }\n\n.pt-4 {\n  padding-top: 1.5rem !important; }\n\n.pt-5 {\n  padding-top: 3rem !important; }\n\n.pe-0 {\n  padding-right: 0 !important; }\n\n.pe-1 {\n  padding-right: 0.25rem !important; }\n\n.pe-2 {\n  padding-right: 0.5rem !important; }\n\n.pe-3 {\n  padding-right: 1rem !important; }\n\n.pe-4 {\n  padding-right: 1.5rem !important; }\n\n.pe-5 {\n  padding-right: 3rem !important; }\n\n.pb-0 {\n  padding-bottom: 0 !important; }\n\n.pb-1 {\n  padding-bottom: 0.25rem !important; }\n\n.pb-2 {\n  padding-bottom: 0.5rem !important; }\n\n.pb-3 {\n  padding-bottom: 1rem !important; }\n\n.pb-4 {\n  padding-bottom: 1.5rem !important; }\n\n.pb-5 {\n  padding-bottom: 3rem !important; }\n\n.ps-0 {\n  padding-left: 0 !important; }\n\n.ps-1 {\n  padding-left: 0.25rem !important; }\n\n.ps-2 {\n  padding-left: 0.5rem !important; }\n\n.ps-3 {\n  padding-left: 1rem !important; }\n\n.ps-4 {\n  padding-left: 1.5rem !important; }\n\n.ps-5 {\n  padding-left: 3rem !important; }\n\n.gap-0 {\n  gap: 0 !important; }\n\n.gap-1 {\n  gap: 0.25rem !important; }\n\n.gap-2 {\n  gap: 0.5rem !important; }\n\n.gap-3 {\n  gap: 1rem !important; }\n\n.gap-4 {\n  gap: 1.5rem !important; }\n\n.gap-5 {\n  gap: 3rem !important; }\n\n.row-gap-0 {\n  row-gap: 0 !important; }\n\n.row-gap-1 {\n  row-gap: 0.25rem !important; }\n\n.row-gap-2 {\n  row-gap: 0.5rem !important; }\n\n.row-gap-3 {\n  row-gap: 1rem !important; }\n\n.row-gap-4 {\n  row-gap: 1.5rem !important; }\n\n.row-gap-5 {\n  row-gap: 3rem !important; }\n\n.column-gap-0 {\n  column-gap: 0 !important; }\n\n.column-gap-1 {\n  column-gap: 0.25rem !important; }\n\n.column-gap-2 {\n  column-gap: 0.5rem !important; }\n\n.column-gap-3 {\n  column-gap: 1rem !important; }\n\n.column-gap-4 {\n  column-gap: 1.5rem !important; }\n\n.column-gap-5 {\n  column-gap: 3rem !important; }\n\n.font-monospace {\n  font-family: var(--bs-font-monospace) !important; }\n\n.fs-1 {\n  font-size: calc(1.375rem + 1.5vw) !important; }\n\n.fs-2 {\n  font-size: calc(1.325rem + 0.9vw) !important; }\n\n.fs-3 {\n  font-size: calc(1.3rem + 0.6vw) !important; }\n\n.fs-4 {\n  font-size: calc(1.275rem + 0.3vw) !important; }\n\n.fs-5 {\n  font-size: 1.25rem !important; }\n\n.fs-6 {\n  font-size: 1rem !important; }\n\n.fst-italic {\n  font-style: italic !important; }\n\n.fst-normal {\n  font-style: normal !important; }\n\n.fw-lighter {\n  font-weight: lighter !important; }\n\n.fw-light {\n  font-weight: 300 !important; }\n\n.fw-normal {\n  font-weight: 400 !important; }\n\n.fw-medium {\n  font-weight: 500 !important; }\n\n.fw-semibold {\n  font-weight: 600 !important; }\n\n.fw-bold {\n  font-weight: 700 !important; }\n\n.fw-bolder {\n  font-weight: bolder !important; }\n\n.lh-1 {\n  line-height: 1 !important; }\n\n.lh-sm {\n  line-height: 1.25 !important; }\n\n.lh-base {\n  line-height: 1.5 !important; }\n\n.lh-lg {\n  line-height: 2 !important; }\n\n.text-start {\n  text-align: left !important; }\n\n.text-end {\n  text-align: right !important; }\n\n.text-center {\n  text-align: center !important; }\n\n.text-decoration-none {\n  text-decoration: none !important; }\n\n.text-decoration-underline {\n  text-decoration: underline !important; }\n\n.text-decoration-line-through {\n  text-decoration: line-through !important; }\n\n.text-lowercase {\n  text-transform: lowercase !important; }\n\n.text-uppercase {\n  text-transform: uppercase !important; }\n\n.text-capitalize {\n  text-transform: capitalize !important; }\n\n.text-wrap {\n  white-space: normal !important; }\n\n.text-nowrap {\n  white-space: nowrap !important; }\n\n/* rtl:begin:remove */\n.text-break {\n  word-wrap: break-word !important;\n  word-break: break-word !important; }\n\n/* rtl:end:remove */\n.text-primary {\n  --bs-text-opacity: 1;\n  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important; }\n\n.text-secondary {\n  --bs-text-opacity: 1;\n  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important; }\n\n.text-success {\n  --bs-text-opacity: 1;\n  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important; }\n\n.text-info {\n  --bs-text-opacity: 1;\n  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important; }\n\n.text-warning {\n  --bs-text-opacity: 1;\n  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important; }\n\n.text-danger {\n  --bs-text-opacity: 1;\n  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important; }\n\n.text-light {\n  --bs-text-opacity: 1;\n  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important; }\n\n.text-dark {\n  --bs-text-opacity: 1;\n  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important; }\n\n.text-black {\n  --bs-text-opacity: 1;\n  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important; }\n\n.text-white {\n  --bs-text-opacity: 1;\n  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important; }\n\n.text-body {\n  --bs-text-opacity: 1;\n  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important; }\n\n.text-muted {\n  --bs-text-opacity: 1;\n  color: var(--bs-secondary-color) !important; }\n\n.text-black-50 {\n  --bs-text-opacity: 1;\n  color: rgba(0, 0, 0, 0.5) !important; }\n\n.text-white-50 {\n  --bs-text-opacity: 1;\n  color: rgba(255, 255, 255, 0.5) !important; }\n\n.text-body-secondary {\n  --bs-text-opacity: 1;\n  color: var(--bs-secondary-color) !important; }\n\n.text-body-tertiary {\n  --bs-text-opacity: 1;\n  color: var(--bs-tertiary-color) !important; }\n\n.text-body-emphasis {\n  --bs-text-opacity: 1;\n  color: var(--bs-emphasis-color) !important; }\n\n.text-reset {\n  --bs-text-opacity: 1;\n  color: inherit !important; }\n\n.text-opacity-25 {\n  --bs-text-opacity: 0.25; }\n\n.text-opacity-50 {\n  --bs-text-opacity: 0.5; }\n\n.text-opacity-75 {\n  --bs-text-opacity: 0.75; }\n\n.text-opacity-100 {\n  --bs-text-opacity: 1; }\n\n.text-primary-emphasis {\n  color: var(--bs-primary-text-emphasis) !important; }\n\n.text-secondary-emphasis {\n  color: var(--bs-secondary-text-emphasis) !important; }\n\n.text-success-emphasis {\n  color: var(--bs-success-text-emphasis) !important; }\n\n.text-info-emphasis {\n  color: var(--bs-info-text-emphasis) !important; }\n\n.text-warning-emphasis {\n  color: var(--bs-warning-text-emphasis) !important; }\n\n.text-danger-emphasis {\n  color: var(--bs-danger-text-emphasis) !important; }\n\n.text-light-emphasis {\n  color: var(--bs-light-text-emphasis) !important; }\n\n.text-dark-emphasis {\n  color: var(--bs-dark-text-emphasis) !important; }\n\n.link-opacity-10 {\n  --bs-link-opacity: 0.1; }\n\n.link-opacity-10-hover:hover {\n  --bs-link-opacity: 0.1; }\n\n.link-opacity-25 {\n  --bs-link-opacity: 0.25; }\n\n.link-opacity-25-hover:hover {\n  --bs-link-opacity: 0.25; }\n\n.link-opacity-50 {\n  --bs-link-opacity: 0.5; }\n\n.link-opacity-50-hover:hover {\n  --bs-link-opacity: 0.5; }\n\n.link-opacity-75 {\n  --bs-link-opacity: 0.75; }\n\n.link-opacity-75-hover:hover {\n  --bs-link-opacity: 0.75; }\n\n.link-opacity-100 {\n  --bs-link-opacity: 1; }\n\n.link-opacity-100-hover:hover {\n  --bs-link-opacity: 1; }\n\n.link-offset-1 {\n  text-underline-offset: 0.125em !important; }\n\n.link-offset-1-hover:hover {\n  text-underline-offset: 0.125em !important; }\n\n.link-offset-2 {\n  text-underline-offset: 0.25em !important; }\n\n.link-offset-2-hover:hover {\n  text-underline-offset: 0.25em !important; }\n\n.link-offset-3 {\n  text-underline-offset: 0.375em !important; }\n\n.link-offset-3-hover:hover {\n  text-underline-offset: 0.375em !important; }\n\n.link-underline-primary {\n  --bs-link-underline-opacity: 1;\n  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important; }\n\n.link-underline-secondary {\n  --bs-link-underline-opacity: 1;\n  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important; }\n\n.link-underline-success {\n  --bs-link-underline-opacity: 1;\n  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important; }\n\n.link-underline-info {\n  --bs-link-underline-opacity: 1;\n  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important; }\n\n.link-underline-warning {\n  --bs-link-underline-opacity: 1;\n  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important; }\n\n.link-underline-danger {\n  --bs-link-underline-opacity: 1;\n  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important; }\n\n.link-underline-light {\n  --bs-link-underline-opacity: 1;\n  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important; }\n\n.link-underline-dark {\n  --bs-link-underline-opacity: 1;\n  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important; }\n\n.link-underline {\n  --bs-link-underline-opacity: 1;\n  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important; }\n\n.link-underline-opacity-0 {\n  --bs-link-underline-opacity: 0; }\n\n.link-underline-opacity-0-hover:hover {\n  --bs-link-underline-opacity: 0; }\n\n.link-underline-opacity-10 {\n  --bs-link-underline-opacity: 0.1; }\n\n.link-underline-opacity-10-hover:hover {\n  --bs-link-underline-opacity: 0.1; }\n\n.link-underline-opacity-25 {\n  --bs-link-underline-opacity: 0.25; }\n\n.link-underline-opacity-25-hover:hover {\n  --bs-link-underline-opacity: 0.25; }\n\n.link-underline-opacity-50 {\n  --bs-link-underline-opacity: 0.5; }\n\n.link-underline-opacity-50-hover:hover {\n  --bs-link-underline-opacity: 0.5; }\n\n.link-underline-opacity-75 {\n  --bs-link-underline-opacity: 0.75; }\n\n.link-underline-opacity-75-hover:hover {\n  --bs-link-underline-opacity: 0.75; }\n\n.link-underline-opacity-100 {\n  --bs-link-underline-opacity: 1; }\n\n.link-underline-opacity-100-hover:hover {\n  --bs-link-underline-opacity: 1; }\n\n.bg-primary {\n  --bs-bg-opacity: 1;\n  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important; }\n\n.bg-secondary {\n  --bs-bg-opacity: 1;\n  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important; }\n\n.bg-success {\n  --bs-bg-opacity: 1;\n  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important; }\n\n.bg-info {\n  --bs-bg-opacity: 1;\n  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important; }\n\n.bg-warning {\n  --bs-bg-opacity: 1;\n  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important; }\n\n.bg-danger {\n  --bs-bg-opacity: 1;\n  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important; }\n\n.bg-light {\n  --bs-bg-opacity: 1;\n  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important; }\n\n.bg-dark {\n  --bs-bg-opacity: 1;\n  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important; }\n\n.bg-black {\n  --bs-bg-opacity: 1;\n  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important; }\n\n.bg-white {\n  --bs-bg-opacity: 1;\n  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important; }\n\n.bg-body {\n  --bs-bg-opacity: 1;\n  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important; }\n\n.bg-transparent {\n  --bs-bg-opacity: 1;\n  background-color: transparent !important; }\n\n.bg-body-secondary {\n  --bs-bg-opacity: 1;\n  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important; }\n\n.bg-body-tertiary {\n  --bs-bg-opacity: 1;\n  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important; }\n\n.bg-opacity-10 {\n  --bs-bg-opacity: 0.1; }\n\n.bg-opacity-25 {\n  --bs-bg-opacity: 0.25; }\n\n.bg-opacity-50 {\n  --bs-bg-opacity: 0.5; }\n\n.bg-opacity-75 {\n  --bs-bg-opacity: 0.75; }\n\n.bg-opacity-100 {\n  --bs-bg-opacity: 1; }\n\n.bg-primary-subtle {\n  background-color: var(--bs-primary-bg-subtle) !important; }\n\n.bg-secondary-subtle {\n  background-color: var(--bs-secondary-bg-subtle) !important; }\n\n.bg-success-subtle {\n  background-color: var(--bs-success-bg-subtle) !important; }\n\n.bg-info-subtle {\n  background-color: var(--bs-info-bg-subtle) !important; }\n\n.bg-warning-subtle {\n  background-color: var(--bs-warning-bg-subtle) !important; }\n\n.bg-danger-subtle {\n  background-color: var(--bs-danger-bg-subtle) !important; }\n\n.bg-light-subtle {\n  background-color: var(--bs-light-bg-subtle) !important; }\n\n.bg-dark-subtle {\n  background-color: var(--bs-dark-bg-subtle) !important; }\n\n.bg-gradient {\n  background-image: var(--bs-gradient) !important; }\n\n.user-select-all {\n  user-select: all !important; }\n\n.user-select-auto {\n  user-select: auto !important; }\n\n.user-select-none {\n  user-select: none !important; }\n\n.pe-none {\n  pointer-events: none !important; }\n\n.pe-auto {\n  pointer-events: auto !important; }\n\n.rounded {\n  border-radius: var(--bs-border-radius) !important; }\n\n.rounded-0 {\n  border-radius: 0 !important; }\n\n.rounded-1 {\n  border-radius: var(--bs-border-radius-sm) !important; }\n\n.rounded-2 {\n  border-radius: var(--bs-border-radius) !important; }\n\n.rounded-3 {\n  border-radius: var(--bs-border-radius-lg) !important; }\n\n.rounded-4 {\n  border-radius: var(--bs-border-radius-xl) !important; }\n\n.rounded-5 {\n  border-radius: var(--bs-border-radius-xxl) !important; }\n\n.rounded-circle {\n  border-radius: 50% !important; }\n\n.rounded-pill {\n  border-radius: var(--bs-border-radius-pill) !important; }\n\n.rounded-top {\n  border-top-left-radius: var(--bs-border-radius) !important;\n  border-top-right-radius: var(--bs-border-radius) !important; }\n\n.rounded-top-0 {\n  border-top-left-radius: 0 !important;\n  border-top-right-radius: 0 !important; }\n\n.rounded-top-1 {\n  border-top-left-radius: var(--bs-border-radius-sm) !important;\n  border-top-right-radius: var(--bs-border-radius-sm) !important; }\n\n.rounded-top-2 {\n  border-top-left-radius: var(--bs-border-radius) !important;\n  border-top-right-radius: var(--bs-border-radius) !important; }\n\n.rounded-top-3 {\n  border-top-left-radius: var(--bs-border-radius-lg) !important;\n  border-top-right-radius: var(--bs-border-radius-lg) !important; }\n\n.rounded-top-4 {\n  border-top-left-radius: var(--bs-border-radius-xl) !important;\n  border-top-right-radius: var(--bs-border-radius-xl) !important; }\n\n.rounded-top-5 {\n  border-top-left-radius: var(--bs-border-radius-xxl) !important;\n  border-top-right-radius: var(--bs-border-radius-xxl) !important; }\n\n.rounded-top-circle {\n  border-top-left-radius: 50% !important;\n  border-top-right-radius: 50% !important; }\n\n.rounded-top-pill {\n  border-top-left-radius: var(--bs-border-radius-pill) !important;\n  border-top-right-radius: var(--bs-border-radius-pill) !important; }\n\n.rounded-end {\n  border-top-right-radius: var(--bs-border-radius) !important;\n  border-bottom-right-radius: var(--bs-border-radius) !important; }\n\n.rounded-end-0 {\n  border-top-right-radius: 0 !important;\n  border-bottom-right-radius: 0 !important; }\n\n.rounded-end-1 {\n  border-top-right-radius: var(--bs-border-radius-sm) !important;\n  border-bottom-right-radius: var(--bs-border-radius-sm) !important; }\n\n.rounded-end-2 {\n  border-top-right-radius: var(--bs-border-radius) !important;\n  border-bottom-right-radius: var(--bs-border-radius) !important; }\n\n.rounded-end-3 {\n  border-top-right-radius: var(--bs-border-radius-lg) !important;\n  border-bottom-right-radius: var(--bs-border-radius-lg) !important; }\n\n.rounded-end-4 {\n  border-top-right-radius: var(--bs-border-radius-xl) !important;\n  border-bottom-right-radius: var(--bs-border-radius-xl) !important; }\n\n.rounded-end-5 {\n  border-top-right-radius: var(--bs-border-radius-xxl) !important;\n  border-bottom-right-radius: var(--bs-border-radius-xxl) !important; }\n\n.rounded-end-circle {\n  border-top-right-radius: 50% !important;\n  border-bottom-right-radius: 50% !important; }\n\n.rounded-end-pill {\n  border-top-right-radius: var(--bs-border-radius-pill) !important;\n  border-bottom-right-radius: var(--bs-border-radius-pill) !important; }\n\n.rounded-bottom {\n  border-bottom-right-radius: var(--bs-border-radius) !important;\n  border-bottom-left-radius: var(--bs-border-radius) !important; }\n\n.rounded-bottom-0 {\n  border-bottom-right-radius: 0 !important;\n  border-bottom-left-radius: 0 !important; }\n\n.rounded-bottom-1 {\n  border-bottom-right-radius: var(--bs-border-radius-sm) !important;\n  border-bottom-left-radius: var(--bs-border-radius-sm) !important; }\n\n.rounded-bottom-2 {\n  border-bottom-right-radius: var(--bs-border-radius) !important;\n  border-bottom-left-radius: var(--bs-border-radius) !important; }\n\n.rounded-bottom-3 {\n  border-bottom-right-radius: var(--bs-border-radius-lg) !important;\n  border-bottom-left-radius: var(--bs-border-radius-lg) !important; }\n\n.rounded-bottom-4 {\n  border-bottom-right-radius: var(--bs-border-radius-xl) !important;\n  border-bottom-left-radius: var(--bs-border-radius-xl) !important; }\n\n.rounded-bottom-5 {\n  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;\n  border-bottom-left-radius: var(--bs-border-radius-xxl) !important; }\n\n.rounded-bottom-circle {\n  border-bottom-right-radius: 50% !important;\n  border-bottom-left-radius: 50% !important; }\n\n.rounded-bottom-pill {\n  border-bottom-right-radius: var(--bs-border-radius-pill) !important;\n  border-bottom-left-radius: var(--bs-border-radius-pill) !important; }\n\n.rounded-start {\n  border-bottom-left-radius: var(--bs-border-radius) !important;\n  border-top-left-radius: var(--bs-border-radius) !important; }\n\n.rounded-start-0 {\n  border-bottom-left-radius: 0 !important;\n  border-top-left-radius: 0 !important; }\n\n.rounded-start-1 {\n  border-bottom-left-radius: var(--bs-border-radius-sm) !important;\n  border-top-left-radius: var(--bs-border-radius-sm) !important; }\n\n.rounded-start-2 {\n  border-bottom-left-radius: var(--bs-border-radius) !important;\n  border-top-left-radius: var(--bs-border-radius) !important; }\n\n.rounded-start-3 {\n  border-bottom-left-radius: var(--bs-border-radius-lg) !important;\n  border-top-left-radius: var(--bs-border-radius-lg) !important; }\n\n.rounded-start-4 {\n  border-bottom-left-radius: var(--bs-border-radius-xl) !important;\n  border-top-left-radius: var(--bs-border-radius-xl) !important; }\n\n.rounded-start-5 {\n  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;\n  border-top-left-radius: var(--bs-border-radius-xxl) !important; }\n\n.rounded-start-circle {\n  border-bottom-left-radius: 50% !important;\n  border-top-left-radius: 50% !important; }\n\n.rounded-start-pill {\n  border-bottom-left-radius: var(--bs-border-radius-pill) !important;\n  border-top-left-radius: var(--bs-border-radius-pill) !important; }\n\n.visible {\n  visibility: visible !important; }\n\n.invisible {\n  visibility: hidden !important; }\n\n.z-n1 {\n  z-index: -1 !important; }\n\n.z-0 {\n  z-index: 0 !important; }\n\n.z-1 {\n  z-index: 1 !important; }\n\n.z-2 {\n  z-index: 2 !important; }\n\n.z-3 {\n  z-index: 3 !important; }\n\n@media (min-width: 576px) {\n  .float-sm-start {\n    float: left !important; }\n  .float-sm-end {\n    float: right !important; }\n  .float-sm-none {\n    float: none !important; }\n  .object-fit-sm-contain {\n    object-fit: contain !important; }\n  .object-fit-sm-cover {\n    object-fit: cover !important; }\n  .object-fit-sm-fill {\n    object-fit: fill !important; }\n  .object-fit-sm-scale {\n    object-fit: scale-down !important; }\n  .object-fit-sm-none {\n    object-fit: none !important; }\n  .d-sm-inline {\n    display: inline !important; }\n  .d-sm-inline-block {\n    display: inline-block !important; }\n  .d-sm-block {\n    display: block !important; }\n  .d-sm-grid {\n    display: grid !important; }\n  .d-sm-inline-grid {\n    display: inline-grid !important; }\n  .d-sm-table {\n    display: table !important; }\n  .d-sm-table-row {\n    display: table-row !important; }\n  .d-sm-table-cell {\n    display: table-cell !important; }\n  .d-sm-flex {\n    display: flex !important; }\n  .d-sm-inline-flex {\n    display: inline-flex !important; }\n  .d-sm-none {\n    display: none !important; }\n  .flex-sm-fill {\n    flex: 1 1 auto !important; }\n  .flex-sm-row {\n    flex-direction: row !important; }\n  .flex-sm-column {\n    flex-direction: column !important; }\n  .flex-sm-row-reverse {\n    flex-direction: row-reverse !important; }\n  .flex-sm-column-reverse {\n    flex-direction: column-reverse !important; }\n  .flex-sm-grow-0 {\n    flex-grow: 0 !important; }\n  .flex-sm-grow-1 {\n    flex-grow: 1 !important; }\n  .flex-sm-shrink-0 {\n    flex-shrink: 0 !important; }\n  .flex-sm-shrink-1 {\n    flex-shrink: 1 !important; }\n  .flex-sm-wrap {\n    flex-wrap: wrap !important; }\n  .flex-sm-nowrap {\n    flex-wrap: nowrap !important; }\n  .flex-sm-wrap-reverse {\n    flex-wrap: wrap-reverse !important; }\n  .justify-content-sm-start {\n    justify-content: flex-start !important; }\n  .justify-content-sm-end {\n    justify-content: flex-end !important; }\n  .justify-content-sm-center {\n    justify-content: center !important; }\n  .justify-content-sm-between {\n    justify-content: space-between !important; }\n  .justify-content-sm-around {\n    justify-content: space-around !important; }\n  .justify-content-sm-evenly {\n    justify-content: space-evenly !important; }\n  .align-items-sm-start {\n    align-items: flex-start !important; }\n  .align-items-sm-end {\n    align-items: flex-end !important; }\n  .align-items-sm-center {\n    align-items: center !important; }\n  .align-items-sm-baseline {\n    align-items: baseline !important; }\n  .align-items-sm-stretch {\n    align-items: stretch !important; }\n  .align-content-sm-start {\n    align-content: flex-start !important; }\n  .align-content-sm-end {\n    align-content: flex-end !important; }\n  .align-content-sm-center {\n    align-content: center !important; }\n  .align-content-sm-between {\n    align-content: space-between !important; }\n  .align-content-sm-around {\n    align-content: space-around !important; }\n  .align-content-sm-stretch {\n    align-content: stretch !important; }\n  .align-self-sm-auto {\n    align-self: auto !important; }\n  .align-self-sm-start {\n    align-self: flex-start !important; }\n  .align-self-sm-end {\n    align-self: flex-end !important; }\n  .align-self-sm-center {\n    align-self: center !important; }\n  .align-self-sm-baseline {\n    align-self: baseline !important; }\n  .align-self-sm-stretch {\n    align-self: stretch !important; }\n  .order-sm-first {\n    order: -1 !important; }\n  .order-sm-0 {\n    order: 0 !important; }\n  .order-sm-1 {\n    order: 1 !important; }\n  .order-sm-2 {\n    order: 2 !important; }\n  .order-sm-3 {\n    order: 3 !important; }\n  .order-sm-4 {\n    order: 4 !important; }\n  .order-sm-5 {\n    order: 5 !important; }\n  .order-sm-last {\n    order: 6 !important; }\n  .m-sm-0 {\n    margin: 0 !important; }\n  .m-sm-1 {\n    margin: 0.25rem !important; }\n  .m-sm-2 {\n    margin: 0.5rem !important; }\n  .m-sm-3 {\n    margin: 1rem !important; }\n  .m-sm-4 {\n    margin: 1.5rem !important; }\n  .m-sm-5 {\n    margin: 3rem !important; }\n  .m-sm-auto {\n    margin: auto !important; }\n  .mx-sm-0 {\n    margin-right: 0 !important;\n    margin-left: 0 !important; }\n  .mx-sm-1 {\n    margin-right: 0.25rem !important;\n    margin-left: 0.25rem !important; }\n  .mx-sm-2 {\n    margin-right: 0.5rem !important;\n    margin-left: 0.5rem !important; }\n  .mx-sm-3 {\n    margin-right: 1rem !important;\n    margin-left: 1rem !important; }\n  .mx-sm-4 {\n    margin-right: 1.5rem !important;\n    margin-left: 1.5rem !important; }\n  .mx-sm-5 {\n    margin-right: 3rem !important;\n    margin-left: 3rem !important; }\n  .mx-sm-auto {\n    margin-right: auto !important;\n    margin-left: auto !important; }\n  .my-sm-0 {\n    margin-top: 0 !important;\n    margin-bottom: 0 !important; }\n  .my-sm-1 {\n    margin-top: 0.25rem !important;\n    margin-bottom: 0.25rem !important; }\n  .my-sm-2 {\n    margin-top: 0.5rem !important;\n    margin-bottom: 0.5rem !important; }\n  .my-sm-3 {\n    margin-top: 1rem !important;\n    margin-bottom: 1rem !important; }\n  .my-sm-4 {\n    margin-top: 1.5rem !important;\n    margin-bottom: 1.5rem !important; }\n  .my-sm-5 {\n    margin-top: 3rem !important;\n    margin-bottom: 3rem !important; }\n  .my-sm-auto {\n    margin-top: auto !important;\n    margin-bottom: auto !important; }\n  .mt-sm-0 {\n    margin-top: 0 !important; }\n  .mt-sm-1 {\n    margin-top: 0.25rem !important; }\n  .mt-sm-2 {\n    margin-top: 0.5rem !important; }\n  .mt-sm-3 {\n    margin-top: 1rem !important; }\n  .mt-sm-4 {\n    margin-top: 1.5rem !important; }\n  .mt-sm-5 {\n    margin-top: 3rem !important; }\n  .mt-sm-auto {\n    margin-top: auto !important; }\n  .me-sm-0 {\n    margin-right: 0 !important; }\n  .me-sm-1 {\n    margin-right: 0.25rem !important; }\n  .me-sm-2 {\n    margin-right: 0.5rem !important; }\n  .me-sm-3 {\n    margin-right: 1rem !important; }\n  .me-sm-4 {\n    margin-right: 1.5rem !important; }\n  .me-sm-5 {\n    margin-right: 3rem !important; }\n  .me-sm-auto {\n    margin-right: auto !important; }\n  .mb-sm-0 {\n    margin-bottom: 0 !important; }\n  .mb-sm-1 {\n    margin-bottom: 0.25rem !important; }\n  .mb-sm-2 {\n    margin-bottom: 0.5rem !important; }\n  .mb-sm-3 {\n    margin-bottom: 1rem !important; }\n  .mb-sm-4 {\n    margin-bottom: 1.5rem !important; }\n  .mb-sm-5 {\n    margin-bottom: 3rem !important; }\n  .mb-sm-auto {\n    margin-bottom: auto !important; }\n  .ms-sm-0 {\n    margin-left: 0 !important; }\n  .ms-sm-1 {\n    margin-left: 0.25rem !important; }\n  .ms-sm-2 {\n    margin-left: 0.5rem !important; }\n  .ms-sm-3 {\n    margin-left: 1rem !important; }\n  .ms-sm-4 {\n    margin-left: 1.5rem !important; }\n  .ms-sm-5 {\n    margin-left: 3rem !important; }\n  .ms-sm-auto {\n    margin-left: auto !important; }\n  .p-sm-0 {\n    padding: 0 !important; }\n  .p-sm-1 {\n    padding: 0.25rem !important; }\n  .p-sm-2 {\n    padding: 0.5rem !important; }\n  .p-sm-3 {\n    padding: 1rem !important; }\n  .p-sm-4 {\n    padding: 1.5rem !important; }\n  .p-sm-5 {\n    padding: 3rem !important; }\n  .px-sm-0 {\n    padding-right: 0 !important;\n    padding-left: 0 !important; }\n  .px-sm-1 {\n    padding-right: 0.25rem !important;\n    padding-left: 0.25rem !important; }\n  .px-sm-2 {\n    padding-right: 0.5rem !important;\n    padding-left: 0.5rem !important; }\n  .px-sm-3 {\n    padding-right: 1rem !important;\n    padding-left: 1rem !important; }\n  .px-sm-4 {\n    padding-right: 1.5rem !important;\n    padding-left: 1.5rem !important; }\n  .px-sm-5 {\n    padding-right: 3rem !important;\n    padding-left: 3rem !important; }\n  .py-sm-0 {\n    padding-top: 0 !important;\n    padding-bottom: 0 !important; }\n  .py-sm-1 {\n    padding-top: 0.25rem !important;\n    padding-bottom: 0.25rem !important; }\n  .py-sm-2 {\n    padding-top: 0.5rem !important;\n    padding-bottom: 0.5rem !important; }\n  .py-sm-3 {\n    padding-top: 1rem !important;\n    padding-bottom: 1rem !important; }\n  .py-sm-4 {\n    padding-top: 1.5rem !important;\n    padding-bottom: 1.5rem !important; }\n  .py-sm-5 {\n    padding-top: 3rem !important;\n    padding-bottom: 3rem !important; }\n  .pt-sm-0 {\n    padding-top: 0 !important; }\n  .pt-sm-1 {\n    padding-top: 0.25rem !important; }\n  .pt-sm-2 {\n    padding-top: 0.5rem !important; }\n  .pt-sm-3 {\n    padding-top: 1rem !important; }\n  .pt-sm-4 {\n    padding-top: 1.5rem !important; }\n  .pt-sm-5 {\n    padding-top: 3rem !important; }\n  .pe-sm-0 {\n    padding-right: 0 !important; }\n  .pe-sm-1 {\n    padding-right: 0.25rem !important; }\n  .pe-sm-2 {\n    padding-right: 0.5rem !important; }\n  .pe-sm-3 {\n    padding-right: 1rem !important; }\n  .pe-sm-4 {\n    padding-right: 1.5rem !important; }\n  .pe-sm-5 {\n    padding-right: 3rem !important; }\n  .pb-sm-0 {\n    padding-bottom: 0 !important; }\n  .pb-sm-1 {\n    padding-bottom: 0.25rem !important; }\n  .pb-sm-2 {\n    padding-bottom: 0.5rem !important; }\n  .pb-sm-3 {\n    padding-bottom: 1rem !important; }\n  .pb-sm-4 {\n    padding-bottom: 1.5rem !important; }\n  .pb-sm-5 {\n    padding-bottom: 3rem !important; }\n  .ps-sm-0 {\n    padding-left: 0 !important; }\n  .ps-sm-1 {\n    padding-left: 0.25rem !important; }\n  .ps-sm-2 {\n    padding-left: 0.5rem !important; }\n  .ps-sm-3 {\n    padding-left: 1rem !important; }\n  .ps-sm-4 {\n    padding-left: 1.5rem !important; }\n  .ps-sm-5 {\n    padding-left: 3rem !important; }\n  .gap-sm-0 {\n    gap: 0 !important; }\n  .gap-sm-1 {\n    gap: 0.25rem !important; }\n  .gap-sm-2 {\n    gap: 0.5rem !important; }\n  .gap-sm-3 {\n    gap: 1rem !important; }\n  .gap-sm-4 {\n    gap: 1.5rem !important; }\n  .gap-sm-5 {\n    gap: 3rem !important; }\n  .row-gap-sm-0 {\n    row-gap: 0 !important; }\n  .row-gap-sm-1 {\n    row-gap: 0.25rem !important; }\n  .row-gap-sm-2 {\n    row-gap: 0.5rem !important; }\n  .row-gap-sm-3 {\n    row-gap: 1rem !important; }\n  .row-gap-sm-4 {\n    row-gap: 1.5rem !important; }\n  .row-gap-sm-5 {\n    row-gap: 3rem !important; }\n  .column-gap-sm-0 {\n    column-gap: 0 !important; }\n  .column-gap-sm-1 {\n    column-gap: 0.25rem !important; }\n  .column-gap-sm-2 {\n    column-gap: 0.5rem !important; }\n  .column-gap-sm-3 {\n    column-gap: 1rem !important; }\n  .column-gap-sm-4 {\n    column-gap: 1.5rem !important; }\n  .column-gap-sm-5 {\n    column-gap: 3rem !important; }\n  .text-sm-start {\n    text-align: left !important; }\n  .text-sm-end {\n    text-align: right !important; }\n  .text-sm-center {\n    text-align: center !important; } }\n\n@media (min-width: 768px) {\n  .float-md-start {\n    float: left !important; }\n  .float-md-end {\n    float: right !important; }\n  .float-md-none {\n    float: none !important; }\n  .object-fit-md-contain {\n    object-fit: contain !important; }\n  .object-fit-md-cover {\n    object-fit: cover !important; }\n  .object-fit-md-fill {\n    object-fit: fill !important; }\n  .object-fit-md-scale {\n    object-fit: scale-down !important; }\n  .object-fit-md-none {\n    object-fit: none !important; }\n  .d-md-inline {\n    display: inline !important; }\n  .d-md-inline-block {\n    display: inline-block !important; }\n  .d-md-block {\n    display: block !important; }\n  .d-md-grid {\n    display: grid !important; }\n  .d-md-inline-grid {\n    display: inline-grid !important; }\n  .d-md-table {\n    display: table !important; }\n  .d-md-table-row {\n    display: table-row !important; }\n  .d-md-table-cell {\n    display: table-cell !important; }\n  .d-md-flex {\n    display: flex !important; }\n  .d-md-inline-flex {\n    display: inline-flex !important; }\n  .d-md-none {\n    display: none !important; }\n  .flex-md-fill {\n    flex: 1 1 auto !important; }\n  .flex-md-row {\n    flex-direction: row !important; }\n  .flex-md-column {\n    flex-direction: column !important; }\n  .flex-md-row-reverse {\n    flex-direction: row-reverse !important; }\n  .flex-md-column-reverse {\n    flex-direction: column-reverse !important; }\n  .flex-md-grow-0 {\n    flex-grow: 0 !important; }\n  .flex-md-grow-1 {\n    flex-grow: 1 !important; }\n  .flex-md-shrink-0 {\n    flex-shrink: 0 !important; }\n  .flex-md-shrink-1 {\n    flex-shrink: 1 !important; }\n  .flex-md-wrap {\n    flex-wrap: wrap !important; }\n  .flex-md-nowrap {\n    flex-wrap: nowrap !important; }\n  .flex-md-wrap-reverse {\n    flex-wrap: wrap-reverse !important; }\n  .justify-content-md-start {\n    justify-content: flex-start !important; }\n  .justify-content-md-end {\n    justify-content: flex-end !important; }\n  .justify-content-md-center {\n    justify-content: center !important; }\n  .justify-content-md-between {\n    justify-content: space-between !important; }\n  .justify-content-md-around {\n    justify-content: space-around !important; }\n  .justify-content-md-evenly {\n    justify-content: space-evenly !important; }\n  .align-items-md-start {\n    align-items: flex-start !important; }\n  .align-items-md-end {\n    align-items: flex-end !important; }\n  .align-items-md-center {\n    align-items: center !important; }\n  .align-items-md-baseline {\n    align-items: baseline !important; }\n  .align-items-md-stretch {\n    align-items: stretch !important; }\n  .align-content-md-start {\n    align-content: flex-start !important; }\n  .align-content-md-end {\n    align-content: flex-end !important; }\n  .align-content-md-center {\n    align-content: center !important; }\n  .align-content-md-between {\n    align-content: space-between !important; }\n  .align-content-md-around {\n    align-content: space-around !important; }\n  .align-content-md-stretch {\n    align-content: stretch !important; }\n  .align-self-md-auto {\n    align-self: auto !important; }\n  .align-self-md-start {\n    align-self: flex-start !important; }\n  .align-self-md-end {\n    align-self: flex-end !important; }\n  .align-self-md-center {\n    align-self: center !important; }\n  .align-self-md-baseline {\n    align-self: baseline !important; }\n  .align-self-md-stretch {\n    align-self: stretch !important; }\n  .order-md-first {\n    order: -1 !important; }\n  .order-md-0 {\n    order: 0 !important; }\n  .order-md-1 {\n    order: 1 !important; }\n  .order-md-2 {\n    order: 2 !important; }\n  .order-md-3 {\n    order: 3 !important; }\n  .order-md-4 {\n    order: 4 !important; }\n  .order-md-5 {\n    order: 5 !important; }\n  .order-md-last {\n    order: 6 !important; }\n  .m-md-0 {\n    margin: 0 !important; }\n  .m-md-1 {\n    margin: 0.25rem !important; }\n  .m-md-2 {\n    margin: 0.5rem !important; }\n  .m-md-3 {\n    margin: 1rem !important; }\n  .m-md-4 {\n    margin: 1.5rem !important; }\n  .m-md-5 {\n    margin: 3rem !important; }\n  .m-md-auto {\n    margin: auto !important; }\n  .mx-md-0 {\n    margin-right: 0 !important;\n    margin-left: 0 !important; }\n  .mx-md-1 {\n    margin-right: 0.25rem !important;\n    margin-left: 0.25rem !important; }\n  .mx-md-2 {\n    margin-right: 0.5rem !important;\n    margin-left: 0.5rem !important; }\n  .mx-md-3 {\n    margin-right: 1rem !important;\n    margin-left: 1rem !important; }\n  .mx-md-4 {\n    margin-right: 1.5rem !important;\n    margin-left: 1.5rem !important; }\n  .mx-md-5 {\n    margin-right: 3rem !important;\n    margin-left: 3rem !important; }\n  .mx-md-auto {\n    margin-right: auto !important;\n    margin-left: auto !important; }\n  .my-md-0 {\n    margin-top: 0 !important;\n    margin-bottom: 0 !important; }\n  .my-md-1 {\n    margin-top: 0.25rem !important;\n    margin-bottom: 0.25rem !important; }\n  .my-md-2 {\n    margin-top: 0.5rem !important;\n    margin-bottom: 0.5rem !important; }\n  .my-md-3 {\n    margin-top: 1rem !important;\n    margin-bottom: 1rem !important; }\n  .my-md-4 {\n    margin-top: 1.5rem !important;\n    margin-bottom: 1.5rem !important; }\n  .my-md-5 {\n    margin-top: 3rem !important;\n    margin-bottom: 3rem !important; }\n  .my-md-auto {\n    margin-top: auto !important;\n    margin-bottom: auto !important; }\n  .mt-md-0 {\n    margin-top: 0 !important; }\n  .mt-md-1 {\n    margin-top: 0.25rem !important; }\n  .mt-md-2 {\n    margin-top: 0.5rem !important; }\n  .mt-md-3 {\n    margin-top: 1rem !important; }\n  .mt-md-4 {\n    margin-top: 1.5rem !important; }\n  .mt-md-5 {\n    margin-top: 3rem !important; }\n  .mt-md-auto {\n    margin-top: auto !important; }\n  .me-md-0 {\n    margin-right: 0 !important; }\n  .me-md-1 {\n    margin-right: 0.25rem !important; }\n  .me-md-2 {\n    margin-right: 0.5rem !important; }\n  .me-md-3 {\n    margin-right: 1rem !important; }\n  .me-md-4 {\n    margin-right: 1.5rem !important; }\n  .me-md-5 {\n    margin-right: 3rem !important; }\n  .me-md-auto {\n    margin-right: auto !important; }\n  .mb-md-0 {\n    margin-bottom: 0 !important; }\n  .mb-md-1 {\n    margin-bottom: 0.25rem !important; }\n  .mb-md-2 {\n    margin-bottom: 0.5rem !important; }\n  .mb-md-3 {\n    margin-bottom: 1rem !important; }\n  .mb-md-4 {\n    margin-bottom: 1.5rem !important; }\n  .mb-md-5 {\n    margin-bottom: 3rem !important; }\n  .mb-md-auto {\n    margin-bottom: auto !important; }\n  .ms-md-0 {\n    margin-left: 0 !important; }\n  .ms-md-1 {\n    margin-left: 0.25rem !important; }\n  .ms-md-2 {\n    margin-left: 0.5rem !important; }\n  .ms-md-3 {\n    margin-left: 1rem !important; }\n  .ms-md-4 {\n    margin-left: 1.5rem !important; }\n  .ms-md-5 {\n    margin-left: 3rem !important; }\n  .ms-md-auto {\n    margin-left: auto !important; }\n  .p-md-0 {\n    padding: 0 !important; }\n  .p-md-1 {\n    padding: 0.25rem !important; }\n  .p-md-2 {\n    padding: 0.5rem !important; }\n  .p-md-3 {\n    padding: 1rem !important; }\n  .p-md-4 {\n    padding: 1.5rem !important; }\n  .p-md-5 {\n    padding: 3rem !important; }\n  .px-md-0 {\n    padding-right: 0 !important;\n    padding-left: 0 !important; }\n  .px-md-1 {\n    padding-right: 0.25rem !important;\n    padding-left: 0.25rem !important; }\n  .px-md-2 {\n    padding-right: 0.5rem !important;\n    padding-left: 0.5rem !important; }\n  .px-md-3 {\n    padding-right: 1rem !important;\n    padding-left: 1rem !important; }\n  .px-md-4 {\n    padding-right: 1.5rem !important;\n    padding-left: 1.5rem !important; }\n  .px-md-5 {\n    padding-right: 3rem !important;\n    padding-left: 3rem !important; }\n  .py-md-0 {\n    padding-top: 0 !important;\n    padding-bottom: 0 !important; }\n  .py-md-1 {\n    padding-top: 0.25rem !important;\n    padding-bottom: 0.25rem !important; }\n  .py-md-2 {\n    padding-top: 0.5rem !important;\n    padding-bottom: 0.5rem !important; }\n  .py-md-3 {\n    padding-top: 1rem !important;\n    padding-bottom: 1rem !important; }\n  .py-md-4 {\n    padding-top: 1.5rem !important;\n    padding-bottom: 1.5rem !important; }\n  .py-md-5 {\n    padding-top: 3rem !important;\n    padding-bottom: 3rem !important; }\n  .pt-md-0 {\n    padding-top: 0 !important; }\n  .pt-md-1 {\n    padding-top: 0.25rem !important; }\n  .pt-md-2 {\n    padding-top: 0.5rem !important; }\n  .pt-md-3 {\n    padding-top: 1rem !important; }\n  .pt-md-4 {\n    padding-top: 1.5rem !important; }\n  .pt-md-5 {\n    padding-top: 3rem !important; }\n  .pe-md-0 {\n    padding-right: 0 !important; }\n  .pe-md-1 {\n    padding-right: 0.25rem !important; }\n  .pe-md-2 {\n    padding-right: 0.5rem !important; }\n  .pe-md-3 {\n    padding-right: 1rem !important; }\n  .pe-md-4 {\n    padding-right: 1.5rem !important; }\n  .pe-md-5 {\n    padding-right: 3rem !important; }\n  .pb-md-0 {\n    padding-bottom: 0 !important; }\n  .pb-md-1 {\n    padding-bottom: 0.25rem !important; }\n  .pb-md-2 {\n    padding-bottom: 0.5rem !important; }\n  .pb-md-3 {\n    padding-bottom: 1rem !important; }\n  .pb-md-4 {\n    padding-bottom: 1.5rem !important; }\n  .pb-md-5 {\n    padding-bottom: 3rem !important; }\n  .ps-md-0 {\n    padding-left: 0 !important; }\n  .ps-md-1 {\n    padding-left: 0.25rem !important; }\n  .ps-md-2 {\n    padding-left: 0.5rem !important; }\n  .ps-md-3 {\n    padding-left: 1rem !important; }\n  .ps-md-4 {\n    padding-left: 1.5rem !important; }\n  .ps-md-5 {\n    padding-left: 3rem !important; }\n  .gap-md-0 {\n    gap: 0 !important; }\n  .gap-md-1 {\n    gap: 0.25rem !important; }\n  .gap-md-2 {\n    gap: 0.5rem !important; }\n  .gap-md-3 {\n    gap: 1rem !important; }\n  .gap-md-4 {\n    gap: 1.5rem !important; }\n  .gap-md-5 {\n    gap: 3rem !important; }\n  .row-gap-md-0 {\n    row-gap: 0 !important; }\n  .row-gap-md-1 {\n    row-gap: 0.25rem !important; }\n  .row-gap-md-2 {\n    row-gap: 0.5rem !important; }\n  .row-gap-md-3 {\n    row-gap: 1rem !important; }\n  .row-gap-md-4 {\n    row-gap: 1.5rem !important; }\n  .row-gap-md-5 {\n    row-gap: 3rem !important; }\n  .column-gap-md-0 {\n    column-gap: 0 !important; }\n  .column-gap-md-1 {\n    column-gap: 0.25rem !important; }\n  .column-gap-md-2 {\n    column-gap: 0.5rem !important; }\n  .column-gap-md-3 {\n    column-gap: 1rem !important; }\n  .column-gap-md-4 {\n    column-gap: 1.5rem !important; }\n  .column-gap-md-5 {\n    column-gap: 3rem !important; }\n  .text-md-start {\n    text-align: left !important; }\n  .text-md-end {\n    text-align: right !important; }\n  .text-md-center {\n    text-align: center !important; } }\n\n@media (min-width: 992px) {\n  .float-lg-start {\n    float: left !important; }\n  .float-lg-end {\n    float: right !important; }\n  .float-lg-none {\n    float: none !important; }\n  .object-fit-lg-contain {\n    object-fit: contain !important; }\n  .object-fit-lg-cover {\n    object-fit: cover !important; }\n  .object-fit-lg-fill {\n    object-fit: fill !important; }\n  .object-fit-lg-scale {\n    object-fit: scale-down !important; }\n  .object-fit-lg-none {\n    object-fit: none !important; }\n  .d-lg-inline {\n    display: inline !important; }\n  .d-lg-inline-block {\n    display: inline-block !important; }\n  .d-lg-block {\n    display: block !important; }\n  .d-lg-grid {\n    display: grid !important; }\n  .d-lg-inline-grid {\n    display: inline-grid !important; }\n  .d-lg-table {\n    display: table !important; }\n  .d-lg-table-row {\n    display: table-row !important; }\n  .d-lg-table-cell {\n    display: table-cell !important; }\n  .d-lg-flex {\n    display: flex !important; }\n  .d-lg-inline-flex {\n    display: inline-flex !important; }\n  .d-lg-none {\n    display: none !important; }\n  .flex-lg-fill {\n    flex: 1 1 auto !important; }\n  .flex-lg-row {\n    flex-direction: row !important; }\n  .flex-lg-column {\n    flex-direction: column !important; }\n  .flex-lg-row-reverse {\n    flex-direction: row-reverse !important; }\n  .flex-lg-column-reverse {\n    flex-direction: column-reverse !important; }\n  .flex-lg-grow-0 {\n    flex-grow: 0 !important; }\n  .flex-lg-grow-1 {\n    flex-grow: 1 !important; }\n  .flex-lg-shrink-0 {\n    flex-shrink: 0 !important; }\n  .flex-lg-shrink-1 {\n    flex-shrink: 1 !important; }\n  .flex-lg-wrap {\n    flex-wrap: wrap !important; }\n  .flex-lg-nowrap {\n    flex-wrap: nowrap !important; }\n  .flex-lg-wrap-reverse {\n    flex-wrap: wrap-reverse !important; }\n  .justify-content-lg-start {\n    justify-content: flex-start !important; }\n  .justify-content-lg-end {\n    justify-content: flex-end !important; }\n  .justify-content-lg-center {\n    justify-content: center !important; }\n  .justify-content-lg-between {\n    justify-content: space-between !important; }\n  .justify-content-lg-around {\n    justify-content: space-around !important; }\n  .justify-content-lg-evenly {\n    justify-content: space-evenly !important; }\n  .align-items-lg-start {\n    align-items: flex-start !important; }\n  .align-items-lg-end {\n    align-items: flex-end !important; }\n  .align-items-lg-center {\n    align-items: center !important; }\n  .align-items-lg-baseline {\n    align-items: baseline !important; }\n  .align-items-lg-stretch {\n    align-items: stretch !important; }\n  .align-content-lg-start {\n    align-content: flex-start !important; }\n  .align-content-lg-end {\n    align-content: flex-end !important; }\n  .align-content-lg-center {\n    align-content: center !important; }\n  .align-content-lg-between {\n    align-content: space-between !important; }\n  .align-content-lg-around {\n    align-content: space-around !important; }\n  .align-content-lg-stretch {\n    align-content: stretch !important; }\n  .align-self-lg-auto {\n    align-self: auto !important; }\n  .align-self-lg-start {\n    align-self: flex-start !important; }\n  .align-self-lg-end {\n    align-self: flex-end !important; }\n  .align-self-lg-center {\n    align-self: center !important; }\n  .align-self-lg-baseline {\n    align-self: baseline !important; }\n  .align-self-lg-stretch {\n    align-self: stretch !important; }\n  .order-lg-first {\n    order: -1 !important; }\n  .order-lg-0 {\n    order: 0 !important; }\n  .order-lg-1 {\n    order: 1 !important; }\n  .order-lg-2 {\n    order: 2 !important; }\n  .order-lg-3 {\n    order: 3 !important; }\n  .order-lg-4 {\n    order: 4 !important; }\n  .order-lg-5 {\n    order: 5 !important; }\n  .order-lg-last {\n    order: 6 !important; }\n  .m-lg-0 {\n    margin: 0 !important; }\n  .m-lg-1 {\n    margin: 0.25rem !important; }\n  .m-lg-2 {\n    margin: 0.5rem !important; }\n  .m-lg-3 {\n    margin: 1rem !important; }\n  .m-lg-4 {\n    margin: 1.5rem !important; }\n  .m-lg-5 {\n    margin: 3rem !important; }\n  .m-lg-auto {\n    margin: auto !important; }\n  .mx-lg-0 {\n    margin-right: 0 !important;\n    margin-left: 0 !important; }\n  .mx-lg-1 {\n    margin-right: 0.25rem !important;\n    margin-left: 0.25rem !important; }\n  .mx-lg-2 {\n    margin-right: 0.5rem !important;\n    margin-left: 0.5rem !important; }\n  .mx-lg-3 {\n    margin-right: 1rem !important;\n    margin-left: 1rem !important; }\n  .mx-lg-4 {\n    margin-right: 1.5rem !important;\n    margin-left: 1.5rem !important; }\n  .mx-lg-5 {\n    margin-right: 3rem !important;\n    margin-left: 3rem !important; }\n  .mx-lg-auto {\n    margin-right: auto !important;\n    margin-left: auto !important; }\n  .my-lg-0 {\n    margin-top: 0 !important;\n    margin-bottom: 0 !important; }\n  .my-lg-1 {\n    margin-top: 0.25rem !important;\n    margin-bottom: 0.25rem !important; }\n  .my-lg-2 {\n    margin-top: 0.5rem !important;\n    margin-bottom: 0.5rem !important; }\n  .my-lg-3 {\n    margin-top: 1rem !important;\n    margin-bottom: 1rem !important; }\n  .my-lg-4 {\n    margin-top: 1.5rem !important;\n    margin-bottom: 1.5rem !important; }\n  .my-lg-5 {\n    margin-top: 3rem !important;\n    margin-bottom: 3rem !important; }\n  .my-lg-auto {\n    margin-top: auto !important;\n    margin-bottom: auto !important; }\n  .mt-lg-0 {\n    margin-top: 0 !important; }\n  .mt-lg-1 {\n    margin-top: 0.25rem !important; }\n  .mt-lg-2 {\n    margin-top: 0.5rem !important; }\n  .mt-lg-3 {\n    margin-top: 1rem !important; }\n  .mt-lg-4 {\n    margin-top: 1.5rem !important; }\n  .mt-lg-5 {\n    margin-top: 3rem !important; }\n  .mt-lg-auto {\n    margin-top: auto !important; }\n  .me-lg-0 {\n    margin-right: 0 !important; }\n  .me-lg-1 {\n    margin-right: 0.25rem !important; }\n  .me-lg-2 {\n    margin-right: 0.5rem !important; }\n  .me-lg-3 {\n    margin-right: 1rem !important; }\n  .me-lg-4 {\n    margin-right: 1.5rem !important; }\n  .me-lg-5 {\n    margin-right: 3rem !important; }\n  .me-lg-auto {\n    margin-right: auto !important; }\n  .mb-lg-0 {\n    margin-bottom: 0 !important; }\n  .mb-lg-1 {\n    margin-bottom: 0.25rem !important; }\n  .mb-lg-2 {\n    margin-bottom: 0.5rem !important; }\n  .mb-lg-3 {\n    margin-bottom: 1rem !important; }\n  .mb-lg-4 {\n    margin-bottom: 1.5rem !important; }\n  .mb-lg-5 {\n    margin-bottom: 3rem !important; }\n  .mb-lg-auto {\n    margin-bottom: auto !important; }\n  .ms-lg-0 {\n    margin-left: 0 !important; }\n  .ms-lg-1 {\n    margin-left: 0.25rem !important; }\n  .ms-lg-2 {\n    margin-left: 0.5rem !important; }\n  .ms-lg-3 {\n    margin-left: 1rem !important; }\n  .ms-lg-4 {\n    margin-left: 1.5rem !important; }\n  .ms-lg-5 {\n    margin-left: 3rem !important; }\n  .ms-lg-auto {\n    margin-left: auto !important; }\n  .p-lg-0 {\n    padding: 0 !important; }\n  .p-lg-1 {\n    padding: 0.25rem !important; }\n  .p-lg-2 {\n    padding: 0.5rem !important; }\n  .p-lg-3 {\n    padding: 1rem !important; }\n  .p-lg-4 {\n    padding: 1.5rem !important; }\n  .p-lg-5 {\n    padding: 3rem !important; }\n  .px-lg-0 {\n    padding-right: 0 !important;\n    padding-left: 0 !important; }\n  .px-lg-1 {\n    padding-right: 0.25rem !important;\n    padding-left: 0.25rem !important; }\n  .px-lg-2 {\n    padding-right: 0.5rem !important;\n    padding-left: 0.5rem !important; }\n  .px-lg-3 {\n    padding-right: 1rem !important;\n    padding-left: 1rem !important; }\n  .px-lg-4 {\n    padding-right: 1.5rem !important;\n    padding-left: 1.5rem !important; }\n  .px-lg-5 {\n    padding-right: 3rem !important;\n    padding-left: 3rem !important; }\n  .py-lg-0 {\n    padding-top: 0 !important;\n    padding-bottom: 0 !important; }\n  .py-lg-1 {\n    padding-top: 0.25rem !important;\n    padding-bottom: 0.25rem !important; }\n  .py-lg-2 {\n    padding-top: 0.5rem !important;\n    padding-bottom: 0.5rem !important; }\n  .py-lg-3 {\n    padding-top: 1rem !important;\n    padding-bottom: 1rem !important; }\n  .py-lg-4 {\n    padding-top: 1.5rem !important;\n    padding-bottom: 1.5rem !important; }\n  .py-lg-5 {\n    padding-top: 3rem !important;\n    padding-bottom: 3rem !important; }\n  .pt-lg-0 {\n    padding-top: 0 !important; }\n  .pt-lg-1 {\n    padding-top: 0.25rem !important; }\n  .pt-lg-2 {\n    padding-top: 0.5rem !important; }\n  .pt-lg-3 {\n    padding-top: 1rem !important; }\n  .pt-lg-4 {\n    padding-top: 1.5rem !important; }\n  .pt-lg-5 {\n    padding-top: 3rem !important; }\n  .pe-lg-0 {\n    padding-right: 0 !important; }\n  .pe-lg-1 {\n    padding-right: 0.25rem !important; }\n  .pe-lg-2 {\n    padding-right: 0.5rem !important; }\n  .pe-lg-3 {\n    padding-right: 1rem !important; }\n  .pe-lg-4 {\n    padding-right: 1.5rem !important; }\n  .pe-lg-5 {\n    padding-right: 3rem !important; }\n  .pb-lg-0 {\n    padding-bottom: 0 !important; }\n  .pb-lg-1 {\n    padding-bottom: 0.25rem !important; }\n  .pb-lg-2 {\n    padding-bottom: 0.5rem !important; }\n  .pb-lg-3 {\n    padding-bottom: 1rem !important; }\n  .pb-lg-4 {\n    padding-bottom: 1.5rem !important; }\n  .pb-lg-5 {\n    padding-bottom: 3rem !important; }\n  .ps-lg-0 {\n    padding-left: 0 !important; }\n  .ps-lg-1 {\n    padding-left: 0.25rem !important; }\n  .ps-lg-2 {\n    padding-left: 0.5rem !important; }\n  .ps-lg-3 {\n    padding-left: 1rem !important; }\n  .ps-lg-4 {\n    padding-left: 1.5rem !important; }\n  .ps-lg-5 {\n    padding-left: 3rem !important; }\n  .gap-lg-0 {\n    gap: 0 !important; }\n  .gap-lg-1 {\n    gap: 0.25rem !important; }\n  .gap-lg-2 {\n    gap: 0.5rem !important; }\n  .gap-lg-3 {\n    gap: 1rem !important; }\n  .gap-lg-4 {\n    gap: 1.5rem !important; }\n  .gap-lg-5 {\n    gap: 3rem !important; }\n  .row-gap-lg-0 {\n    row-gap: 0 !important; }\n  .row-gap-lg-1 {\n    row-gap: 0.25rem !important; }\n  .row-gap-lg-2 {\n    row-gap: 0.5rem !important; }\n  .row-gap-lg-3 {\n    row-gap: 1rem !important; }\n  .row-gap-lg-4 {\n    row-gap: 1.5rem !important; }\n  .row-gap-lg-5 {\n    row-gap: 3rem !important; }\n  .column-gap-lg-0 {\n    column-gap: 0 !important; }\n  .column-gap-lg-1 {\n    column-gap: 0.25rem !important; }\n  .column-gap-lg-2 {\n    column-gap: 0.5rem !important; }\n  .column-gap-lg-3 {\n    column-gap: 1rem !important; }\n  .column-gap-lg-4 {\n    column-gap: 1.5rem !important; }\n  .column-gap-lg-5 {\n    column-gap: 3rem !important; }\n  .text-lg-start {\n    text-align: left !important; }\n  .text-lg-end {\n    text-align: right !important; }\n  .text-lg-center {\n    text-align: center !important; } }\n\n@media (min-width: 1200px) {\n  .float-xl-start {\n    float: left !important; }\n  .float-xl-end {\n    float: right !important; }\n  .float-xl-none {\n    float: none !important; }\n  .object-fit-xl-contain {\n    object-fit: contain !important; }\n  .object-fit-xl-cover {\n    object-fit: cover !important; }\n  .object-fit-xl-fill {\n    object-fit: fill !important; }\n  .object-fit-xl-scale {\n    object-fit: scale-down !important; }\n  .object-fit-xl-none {\n    object-fit: none !important; }\n  .d-xl-inline {\n    display: inline !important; }\n  .d-xl-inline-block {\n    display: inline-block !important; }\n  .d-xl-block {\n    display: block !important; }\n  .d-xl-grid {\n    display: grid !important; }\n  .d-xl-inline-grid {\n    display: inline-grid !important; }\n  .d-xl-table {\n    display: table !important; }\n  .d-xl-table-row {\n    display: table-row !important; }\n  .d-xl-table-cell {\n    display: table-cell !important; }\n  .d-xl-flex {\n    display: flex !important; }\n  .d-xl-inline-flex {\n    display: inline-flex !important; }\n  .d-xl-none {\n    display: none !important; }\n  .flex-xl-fill {\n    flex: 1 1 auto !important; }\n  .flex-xl-row {\n    flex-direction: row !important; }\n  .flex-xl-column {\n    flex-direction: column !important; }\n  .flex-xl-row-reverse {\n    flex-direction: row-reverse !important; }\n  .flex-xl-column-reverse {\n    flex-direction: column-reverse !important; }\n  .flex-xl-grow-0 {\n    flex-grow: 0 !important; }\n  .flex-xl-grow-1 {\n    flex-grow: 1 !important; }\n  .flex-xl-shrink-0 {\n    flex-shrink: 0 !important; }\n  .flex-xl-shrink-1 {\n    flex-shrink: 1 !important; }\n  .flex-xl-wrap {\n    flex-wrap: wrap !important; }\n  .flex-xl-nowrap {\n    flex-wrap: nowrap !important; }\n  .flex-xl-wrap-reverse {\n    flex-wrap: wrap-reverse !important; }\n  .justify-content-xl-start {\n    justify-content: flex-start !important; }\n  .justify-content-xl-end {\n    justify-content: flex-end !important; }\n  .justify-content-xl-center {\n    justify-content: center !important; }\n  .justify-content-xl-between {\n    justify-content: space-between !important; }\n  .justify-content-xl-around {\n    justify-content: space-around !important; }\n  .justify-content-xl-evenly {\n    justify-content: space-evenly !important; }\n  .align-items-xl-start {\n    align-items: flex-start !important; }\n  .align-items-xl-end {\n    align-items: flex-end !important; }\n  .align-items-xl-center {\n    align-items: center !important; }\n  .align-items-xl-baseline {\n    align-items: baseline !important; }\n  .align-items-xl-stretch {\n    align-items: stretch !important; }\n  .align-content-xl-start {\n    align-content: flex-start !important; }\n  .align-content-xl-end {\n    align-content: flex-end !important; }\n  .align-content-xl-center {\n    align-content: center !important; }\n  .align-content-xl-between {\n    align-content: space-between !important; }\n  .align-content-xl-around {\n    align-content: space-around !important; }\n  .align-content-xl-stretch {\n    align-content: stretch !important; }\n  .align-self-xl-auto {\n    align-self: auto !important; }\n  .align-self-xl-start {\n    align-self: flex-start !important; }\n  .align-self-xl-end {\n    align-self: flex-end !important; }\n  .align-self-xl-center {\n    align-self: center !important; }\n  .align-self-xl-baseline {\n    align-self: baseline !important; }\n  .align-self-xl-stretch {\n    align-self: stretch !important; }\n  .order-xl-first {\n    order: -1 !important; }\n  .order-xl-0 {\n    order: 0 !important; }\n  .order-xl-1 {\n    order: 1 !important; }\n  .order-xl-2 {\n    order: 2 !important; }\n  .order-xl-3 {\n    order: 3 !important; }\n  .order-xl-4 {\n    order: 4 !important; }\n  .order-xl-5 {\n    order: 5 !important; }\n  .order-xl-last {\n    order: 6 !important; }\n  .m-xl-0 {\n    margin: 0 !important; }\n  .m-xl-1 {\n    margin: 0.25rem !important; }\n  .m-xl-2 {\n    margin: 0.5rem !important; }\n  .m-xl-3 {\n    margin: 1rem !important; }\n  .m-xl-4 {\n    margin: 1.5rem !important; }\n  .m-xl-5 {\n    margin: 3rem !important; }\n  .m-xl-auto {\n    margin: auto !important; }\n  .mx-xl-0 {\n    margin-right: 0 !important;\n    margin-left: 0 !important; }\n  .mx-xl-1 {\n    margin-right: 0.25rem !important;\n    margin-left: 0.25rem !important; }\n  .mx-xl-2 {\n    margin-right: 0.5rem !important;\n    margin-left: 0.5rem !important; }\n  .mx-xl-3 {\n    margin-right: 1rem !important;\n    margin-left: 1rem !important; }\n  .mx-xl-4 {\n    margin-right: 1.5rem !important;\n    margin-left: 1.5rem !important; }\n  .mx-xl-5 {\n    margin-right: 3rem !important;\n    margin-left: 3rem !important; }\n  .mx-xl-auto {\n    margin-right: auto !important;\n    margin-left: auto !important; }\n  .my-xl-0 {\n    margin-top: 0 !important;\n    margin-bottom: 0 !important; }\n  .my-xl-1 {\n    margin-top: 0.25rem !important;\n    margin-bottom: 0.25rem !important; }\n  .my-xl-2 {\n    margin-top: 0.5rem !important;\n    margin-bottom: 0.5rem !important; }\n  .my-xl-3 {\n    margin-top: 1rem !important;\n    margin-bottom: 1rem !important; }\n  .my-xl-4 {\n    margin-top: 1.5rem !important;\n    margin-bottom: 1.5rem !important; }\n  .my-xl-5 {\n    margin-top: 3rem !important;\n    margin-bottom: 3rem !important; }\n  .my-xl-auto {\n    margin-top: auto !important;\n    margin-bottom: auto !important; }\n  .mt-xl-0 {\n    margin-top: 0 !important; }\n  .mt-xl-1 {\n    margin-top: 0.25rem !important; }\n  .mt-xl-2 {\n    margin-top: 0.5rem !important; }\n  .mt-xl-3 {\n    margin-top: 1rem !important; }\n  .mt-xl-4 {\n    margin-top: 1.5rem !important; }\n  .mt-xl-5 {\n    margin-top: 3rem !important; }\n  .mt-xl-auto {\n    margin-top: auto !important; }\n  .me-xl-0 {\n    margin-right: 0 !important; }\n  .me-xl-1 {\n    margin-right: 0.25rem !important; }\n  .me-xl-2 {\n    margin-right: 0.5rem !important; }\n  .me-xl-3 {\n    margin-right: 1rem !important; }\n  .me-xl-4 {\n    margin-right: 1.5rem !important; }\n  .me-xl-5 {\n    margin-right: 3rem !important; }\n  .me-xl-auto {\n    margin-right: auto !important; }\n  .mb-xl-0 {\n    margin-bottom: 0 !important; }\n  .mb-xl-1 {\n    margin-bottom: 0.25rem !important; }\n  .mb-xl-2 {\n    margin-bottom: 0.5rem !important; }\n  .mb-xl-3 {\n    margin-bottom: 1rem !important; }\n  .mb-xl-4 {\n    margin-bottom: 1.5rem !important; }\n  .mb-xl-5 {\n    margin-bottom: 3rem !important; }\n  .mb-xl-auto {\n    margin-bottom: auto !important; }\n  .ms-xl-0 {\n    margin-left: 0 !important; }\n  .ms-xl-1 {\n    margin-left: 0.25rem !important; }\n  .ms-xl-2 {\n    margin-left: 0.5rem !important; }\n  .ms-xl-3 {\n    margin-left: 1rem !important; }\n  .ms-xl-4 {\n    margin-left: 1.5rem !important; }\n  .ms-xl-5 {\n    margin-left: 3rem !important; }\n  .ms-xl-auto {\n    margin-left: auto !important; }\n  .p-xl-0 {\n    padding: 0 !important; }\n  .p-xl-1 {\n    padding: 0.25rem !important; }\n  .p-xl-2 {\n    padding: 0.5rem !important; }\n  .p-xl-3 {\n    padding: 1rem !important; }\n  .p-xl-4 {\n    padding: 1.5rem !important; }\n  .p-xl-5 {\n    padding: 3rem !important; }\n  .px-xl-0 {\n    padding-right: 0 !important;\n    padding-left: 0 !important; }\n  .px-xl-1 {\n    padding-right: 0.25rem !important;\n    padding-left: 0.25rem !important; }\n  .px-xl-2 {\n    padding-right: 0.5rem !important;\n    padding-left: 0.5rem !important; }\n  .px-xl-3 {\n    padding-right: 1rem !important;\n    padding-left: 1rem !important; }\n  .px-xl-4 {\n    padding-right: 1.5rem !important;\n    padding-left: 1.5rem !important; }\n  .px-xl-5 {\n    padding-right: 3rem !important;\n    padding-left: 3rem !important; }\n  .py-xl-0 {\n    padding-top: 0 !important;\n    padding-bottom: 0 !important; }\n  .py-xl-1 {\n    padding-top: 0.25rem !important;\n    padding-bottom: 0.25rem !important; }\n  .py-xl-2 {\n    padding-top: 0.5rem !important;\n    padding-bottom: 0.5rem !important; }\n  .py-xl-3 {\n    padding-top: 1rem !important;\n    padding-bottom: 1rem !important; }\n  .py-xl-4 {\n    padding-top: 1.5rem !important;\n    padding-bottom: 1.5rem !important; }\n  .py-xl-5 {\n    padding-top: 3rem !important;\n    padding-bottom: 3rem !important; }\n  .pt-xl-0 {\n    padding-top: 0 !important; }\n  .pt-xl-1 {\n    padding-top: 0.25rem !important; }\n  .pt-xl-2 {\n    padding-top: 0.5rem !important; }\n  .pt-xl-3 {\n    padding-top: 1rem !important; }\n  .pt-xl-4 {\n    padding-top: 1.5rem !important; }\n  .pt-xl-5 {\n    padding-top: 3rem !important; }\n  .pe-xl-0 {\n    padding-right: 0 !important; }\n  .pe-xl-1 {\n    padding-right: 0.25rem !important; }\n  .pe-xl-2 {\n    padding-right: 0.5rem !important; }\n  .pe-xl-3 {\n    padding-right: 1rem !important; }\n  .pe-xl-4 {\n    padding-right: 1.5rem !important; }\n  .pe-xl-5 {\n    padding-right: 3rem !important; }\n  .pb-xl-0 {\n    padding-bottom: 0 !important; }\n  .pb-xl-1 {\n    padding-bottom: 0.25rem !important; }\n  .pb-xl-2 {\n    padding-bottom: 0.5rem !important; }\n  .pb-xl-3 {\n    padding-bottom: 1rem !important; }\n  .pb-xl-4 {\n    padding-bottom: 1.5rem !important; }\n  .pb-xl-5 {\n    padding-bottom: 3rem !important; }\n  .ps-xl-0 {\n    padding-left: 0 !important; }\n  .ps-xl-1 {\n    padding-left: 0.25rem !important; }\n  .ps-xl-2 {\n    padding-left: 0.5rem !important; }\n  .ps-xl-3 {\n    padding-left: 1rem !important; }\n  .ps-xl-4 {\n    padding-left: 1.5rem !important; }\n  .ps-xl-5 {\n    padding-left: 3rem !important; }\n  .gap-xl-0 {\n    gap: 0 !important; }\n  .gap-xl-1 {\n    gap: 0.25rem !important; }\n  .gap-xl-2 {\n    gap: 0.5rem !important; }\n  .gap-xl-3 {\n    gap: 1rem !important; }\n  .gap-xl-4 {\n    gap: 1.5rem !important; }\n  .gap-xl-5 {\n    gap: 3rem !important; }\n  .row-gap-xl-0 {\n    row-gap: 0 !important; }\n  .row-gap-xl-1 {\n    row-gap: 0.25rem !important; }\n  .row-gap-xl-2 {\n    row-gap: 0.5rem !important; }\n  .row-gap-xl-3 {\n    row-gap: 1rem !important; }\n  .row-gap-xl-4 {\n    row-gap: 1.5rem !important; }\n  .row-gap-xl-5 {\n    row-gap: 3rem !important; }\n  .column-gap-xl-0 {\n    column-gap: 0 !important; }\n  .column-gap-xl-1 {\n    column-gap: 0.25rem !important; }\n  .column-gap-xl-2 {\n    column-gap: 0.5rem !important; }\n  .column-gap-xl-3 {\n    column-gap: 1rem !important; }\n  .column-gap-xl-4 {\n    column-gap: 1.5rem !important; }\n  .column-gap-xl-5 {\n    column-gap: 3rem !important; }\n  .text-xl-start {\n    text-align: left !important; }\n  .text-xl-end {\n    text-align: right !important; }\n  .text-xl-center {\n    text-align: center !important; } }\n\n@media (min-width: 1400px) {\n  .float-xxl-start {\n    float: left !important; }\n  .float-xxl-end {\n    float: right !important; }\n  .float-xxl-none {\n    float: none !important; }\n  .object-fit-xxl-contain {\n    object-fit: contain !important; }\n  .object-fit-xxl-cover {\n    object-fit: cover !important; }\n  .object-fit-xxl-fill {\n    object-fit: fill !important; }\n  .object-fit-xxl-scale {\n    object-fit: scale-down !important; }\n  .object-fit-xxl-none {\n    object-fit: none !important; }\n  .d-xxl-inline {\n    display: inline !important; }\n  .d-xxl-inline-block {\n    display: inline-block !important; }\n  .d-xxl-block {\n    display: block !important; }\n  .d-xxl-grid {\n    display: grid !important; }\n  .d-xxl-inline-grid {\n    display: inline-grid !important; }\n  .d-xxl-table {\n    display: table !important; }\n  .d-xxl-table-row {\n    display: table-row !important; }\n  .d-xxl-table-cell {\n    display: table-cell !important; }\n  .d-xxl-flex {\n    display: flex !important; }\n  .d-xxl-inline-flex {\n    display: inline-flex !important; }\n  .d-xxl-none {\n    display: none !important; }\n  .flex-xxl-fill {\n    flex: 1 1 auto !important; }\n  .flex-xxl-row {\n    flex-direction: row !important; }\n  .flex-xxl-column {\n    flex-direction: column !important; }\n  .flex-xxl-row-reverse {\n    flex-direction: row-reverse !important; }\n  .flex-xxl-column-reverse {\n    flex-direction: column-reverse !important; }\n  .flex-xxl-grow-0 {\n    flex-grow: 0 !important; }\n  .flex-xxl-grow-1 {\n    flex-grow: 1 !important; }\n  .flex-xxl-shrink-0 {\n    flex-shrink: 0 !important; }\n  .flex-xxl-shrink-1 {\n    flex-shrink: 1 !important; }\n  .flex-xxl-wrap {\n    flex-wrap: wrap !important; }\n  .flex-xxl-nowrap {\n    flex-wrap: nowrap !important; }\n  .flex-xxl-wrap-reverse {\n    flex-wrap: wrap-reverse !important; }\n  .justify-content-xxl-start {\n    justify-content: flex-start !important; }\n  .justify-content-xxl-end {\n    justify-content: flex-end !important; }\n  .justify-content-xxl-center {\n    justify-content: center !important; }\n  .justify-content-xxl-between {\n    justify-content: space-between !important; }\n  .justify-content-xxl-around {\n    justify-content: space-around !important; }\n  .justify-content-xxl-evenly {\n    justify-content: space-evenly !important; }\n  .align-items-xxl-start {\n    align-items: flex-start !important; }\n  .align-items-xxl-end {\n    align-items: flex-end !important; }\n  .align-items-xxl-center {\n    align-items: center !important; }\n  .align-items-xxl-baseline {\n    align-items: baseline !important; }\n  .align-items-xxl-stretch {\n    align-items: stretch !important; }\n  .align-content-xxl-start {\n    align-content: flex-start !important; }\n  .align-content-xxl-end {\n    align-content: flex-end !important; }\n  .align-content-xxl-center {\n    align-content: center !important; }\n  .align-content-xxl-between {\n    align-content: space-between !important; }\n  .align-content-xxl-around {\n    align-content: space-around !important; }\n  .align-content-xxl-stretch {\n    align-content: stretch !important; }\n  .align-self-xxl-auto {\n    align-self: auto !important; }\n  .align-self-xxl-start {\n    align-self: flex-start !important; }\n  .align-self-xxl-end {\n    align-self: flex-end !important; }\n  .align-self-xxl-center {\n    align-self: center !important; }\n  .align-self-xxl-baseline {\n    align-self: baseline !important; }\n  .align-self-xxl-stretch {\n    align-self: stretch !important; }\n  .order-xxl-first {\n    order: -1 !important; }\n  .order-xxl-0 {\n    order: 0 !important; }\n  .order-xxl-1 {\n    order: 1 !important; }\n  .order-xxl-2 {\n    order: 2 !important; }\n  .order-xxl-3 {\n    order: 3 !important; }\n  .order-xxl-4 {\n    order: 4 !important; }\n  .order-xxl-5 {\n    order: 5 !important; }\n  .order-xxl-last {\n    order: 6 !important; }\n  .m-xxl-0 {\n    margin: 0 !important; }\n  .m-xxl-1 {\n    margin: 0.25rem !important; }\n  .m-xxl-2 {\n    margin: 0.5rem !important; }\n  .m-xxl-3 {\n    margin: 1rem !important; }\n  .m-xxl-4 {\n    margin: 1.5rem !important; }\n  .m-xxl-5 {\n    margin: 3rem !important; }\n  .m-xxl-auto {\n    margin: auto !important; }\n  .mx-xxl-0 {\n    margin-right: 0 !important;\n    margin-left: 0 !important; }\n  .mx-xxl-1 {\n    margin-right: 0.25rem !important;\n    margin-left: 0.25rem !important; }\n  .mx-xxl-2 {\n    margin-right: 0.5rem !important;\n    margin-left: 0.5rem !important; }\n  .mx-xxl-3 {\n    margin-right: 1rem !important;\n    margin-left: 1rem !important; }\n  .mx-xxl-4 {\n    margin-right: 1.5rem !important;\n    margin-left: 1.5rem !important; }\n  .mx-xxl-5 {\n    margin-right: 3rem !important;\n    margin-left: 3rem !important; }\n  .mx-xxl-auto {\n    margin-right: auto !important;\n    margin-left: auto !important; }\n  .my-xxl-0 {\n    margin-top: 0 !important;\n    margin-bottom: 0 !important; }\n  .my-xxl-1 {\n    margin-top: 0.25rem !important;\n    margin-bottom: 0.25rem !important; }\n  .my-xxl-2 {\n    margin-top: 0.5rem !important;\n    margin-bottom: 0.5rem !important; }\n  .my-xxl-3 {\n    margin-top: 1rem !important;\n    margin-bottom: 1rem !important; }\n  .my-xxl-4 {\n    margin-top: 1.5rem !important;\n    margin-bottom: 1.5rem !important; }\n  .my-xxl-5 {\n    margin-top: 3rem !important;\n    margin-bottom: 3rem !important; }\n  .my-xxl-auto {\n    margin-top: auto !important;\n    margin-bottom: auto !important; }\n  .mt-xxl-0 {\n    margin-top: 0 !important; }\n  .mt-xxl-1 {\n    margin-top: 0.25rem !important; }\n  .mt-xxl-2 {\n    margin-top: 0.5rem !important; }\n  .mt-xxl-3 {\n    margin-top: 1rem !important; }\n  .mt-xxl-4 {\n    margin-top: 1.5rem !important; }\n  .mt-xxl-5 {\n    margin-top: 3rem !important; }\n  .mt-xxl-auto {\n    margin-top: auto !important; }\n  .me-xxl-0 {\n    margin-right: 0 !important; }\n  .me-xxl-1 {\n    margin-right: 0.25rem !important; }\n  .me-xxl-2 {\n    margin-right: 0.5rem !important; }\n  .me-xxl-3 {\n    margin-right: 1rem !important; }\n  .me-xxl-4 {\n    margin-right: 1.5rem !important; }\n  .me-xxl-5 {\n    margin-right: 3rem !important; }\n  .me-xxl-auto {\n    margin-right: auto !important; }\n  .mb-xxl-0 {\n    margin-bottom: 0 !important; }\n  .mb-xxl-1 {\n    margin-bottom: 0.25rem !important; }\n  .mb-xxl-2 {\n    margin-bottom: 0.5rem !important; }\n  .mb-xxl-3 {\n    margin-bottom: 1rem !important; }\n  .mb-xxl-4 {\n    margin-bottom: 1.5rem !important; }\n  .mb-xxl-5 {\n    margin-bottom: 3rem !important; }\n  .mb-xxl-auto {\n    margin-bottom: auto !important; }\n  .ms-xxl-0 {\n    margin-left: 0 !important; }\n  .ms-xxl-1 {\n    margin-left: 0.25rem !important; }\n  .ms-xxl-2 {\n    margin-left: 0.5rem !important; }\n  .ms-xxl-3 {\n    margin-left: 1rem !important; }\n  .ms-xxl-4 {\n    margin-left: 1.5rem !important; }\n  .ms-xxl-5 {\n    margin-left: 3rem !important; }\n  .ms-xxl-auto {\n    margin-left: auto !important; }\n  .p-xxl-0 {\n    padding: 0 !important; }\n  .p-xxl-1 {\n    padding: 0.25rem !important; }\n  .p-xxl-2 {\n    padding: 0.5rem !important; }\n  .p-xxl-3 {\n    padding: 1rem !important; }\n  .p-xxl-4 {\n    padding: 1.5rem !important; }\n  .p-xxl-5 {\n    padding: 3rem !important; }\n  .px-xxl-0 {\n    padding-right: 0 !important;\n    padding-left: 0 !important; }\n  .px-xxl-1 {\n    padding-right: 0.25rem !important;\n    padding-left: 0.25rem !important; }\n  .px-xxl-2 {\n    padding-right: 0.5rem !important;\n    padding-left: 0.5rem !important; }\n  .px-xxl-3 {\n    padding-right: 1rem !important;\n    padding-left: 1rem !important; }\n  .px-xxl-4 {\n    padding-right: 1.5rem !important;\n    padding-left: 1.5rem !important; }\n  .px-xxl-5 {\n    padding-right: 3rem !important;\n    padding-left: 3rem !important; }\n  .py-xxl-0 {\n    padding-top: 0 !important;\n    padding-bottom: 0 !important; }\n  .py-xxl-1 {\n    padding-top: 0.25rem !important;\n    padding-bottom: 0.25rem !important; }\n  .py-xxl-2 {\n    padding-top: 0.5rem !important;\n    padding-bottom: 0.5rem !important; }\n  .py-xxl-3 {\n    padding-top: 1rem !important;\n    padding-bottom: 1rem !important; }\n  .py-xxl-4 {\n    padding-top: 1.5rem !important;\n    padding-bottom: 1.5rem !important; }\n  .py-xxl-5 {\n    padding-top: 3rem !important;\n    padding-bottom: 3rem !important; }\n  .pt-xxl-0 {\n    padding-top: 0 !important; }\n  .pt-xxl-1 {\n    padding-top: 0.25rem !important; }\n  .pt-xxl-2 {\n    padding-top: 0.5rem !important; }\n  .pt-xxl-3 {\n    padding-top: 1rem !important; }\n  .pt-xxl-4 {\n    padding-top: 1.5rem !important; }\n  .pt-xxl-5 {\n    padding-top: 3rem !important; }\n  .pe-xxl-0 {\n    padding-right: 0 !important; }\n  .pe-xxl-1 {\n    padding-right: 0.25rem !important; }\n  .pe-xxl-2 {\n    padding-right: 0.5rem !important; }\n  .pe-xxl-3 {\n    padding-right: 1rem !important; }\n  .pe-xxl-4 {\n    padding-right: 1.5rem !important; }\n  .pe-xxl-5 {\n    padding-right: 3rem !important; }\n  .pb-xxl-0 {\n    padding-bottom: 0 !important; }\n  .pb-xxl-1 {\n    padding-bottom: 0.25rem !important; }\n  .pb-xxl-2 {\n    padding-bottom: 0.5rem !important; }\n  .pb-xxl-3 {\n    padding-bottom: 1rem !important; }\n  .pb-xxl-4 {\n    padding-bottom: 1.5rem !important; }\n  .pb-xxl-5 {\n    padding-bottom: 3rem !important; }\n  .ps-xxl-0 {\n    padding-left: 0 !important; }\n  .ps-xxl-1 {\n    padding-left: 0.25rem !important; }\n  .ps-xxl-2 {\n    padding-left: 0.5rem !important; }\n  .ps-xxl-3 {\n    padding-left: 1rem !important; }\n  .ps-xxl-4 {\n    padding-left: 1.5rem !important; }\n  .ps-xxl-5 {\n    padding-left: 3rem !important; }\n  .gap-xxl-0 {\n    gap: 0 !important; }\n  .gap-xxl-1 {\n    gap: 0.25rem !important; }\n  .gap-xxl-2 {\n    gap: 0.5rem !important; }\n  .gap-xxl-3 {\n    gap: 1rem !important; }\n  .gap-xxl-4 {\n    gap: 1.5rem !important; }\n  .gap-xxl-5 {\n    gap: 3rem !important; }\n  .row-gap-xxl-0 {\n    row-gap: 0 !important; }\n  .row-gap-xxl-1 {\n    row-gap: 0.25rem !important; }\n  .row-gap-xxl-2 {\n    row-gap: 0.5rem !important; }\n  .row-gap-xxl-3 {\n    row-gap: 1rem !important; }\n  .row-gap-xxl-4 {\n    row-gap: 1.5rem !important; }\n  .row-gap-xxl-5 {\n    row-gap: 3rem !important; }\n  .column-gap-xxl-0 {\n    column-gap: 0 !important; }\n  .column-gap-xxl-1 {\n    column-gap: 0.25rem !important; }\n  .column-gap-xxl-2 {\n    column-gap: 0.5rem !important; }\n  .column-gap-xxl-3 {\n    column-gap: 1rem !important; }\n  .column-gap-xxl-4 {\n    column-gap: 1.5rem !important; }\n  .column-gap-xxl-5 {\n    column-gap: 3rem !important; }\n  .text-xxl-start {\n    text-align: left !important; }\n  .text-xxl-end {\n    text-align: right !important; }\n  .text-xxl-center {\n    text-align: center !important; } }\n\n@media (min-width: 1200px) {\n  .fs-1 {\n    font-size: 2.5rem !important; }\n  .fs-2 {\n    font-size: 2rem !important; }\n  .fs-3 {\n    font-size: 1.75rem !important; }\n  .fs-4 {\n    font-size: 1.5rem !important; } }\n\n@media print {\n  .d-print-inline {\n    display: inline !important; }\n  .d-print-inline-block {\n    display: inline-block !important; }\n  .d-print-block {\n    display: block !important; }\n  .d-print-grid {\n    display: grid !important; }\n  .d-print-inline-grid {\n    display: inline-grid !important; }\n  .d-print-table {\n    display: table !important; }\n  .d-print-table-row {\n    display: table-row !important; }\n  .d-print-table-cell {\n    display: table-cell !important; }\n  .d-print-flex {\n    display: flex !important; }\n  .d-print-inline-flex {\n    display: inline-flex !important; }\n  .d-print-none {\n    display: none !important; } }\n\n/*\nCopyright 2017 Ziadin Givan\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n   http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\nhttps://github.com/givanz/VvvebJs\n*/\n/* CSS Tree menu styles */\n.tree {\n  width: 100%;\n  padding: 0; }\n  .tree > ol {\n    padding: 0rem 0 0 0rem;\n    margin: 0;\n    font-size: 12px;\n    color: var(--bs-body-color); }\n    .tree > ol li {\n      position: relative;\n      margin-bottom: 0.1rem;\n      list-style: none;\n      color: var(--bs-body-color);\n      overflow: hidden; }\n      .tree > ol li:hover {\n        color: #007bff; }\n    .tree > ol li.file {\n      border: 1px solid transparent; }\n      .tree > ol li.file:hover, .tree > ol li.file.active {\n        color: var(--bs-link-hover-color); }\n      .tree > ol li.file:hover {\n        background-color: rgba(var(--bs-link-color-rgb), 0.05); }\n        .tree > ol li.file:hover .file-actions {\n          display: block; }\n      .tree > ol li.file > label {\n        background-image: url(../libs/builder/icons/file.svg);\n        background-position: 8px 4px;\n        background-size: 19px 19px;\n        background-repeat: no-repeat;\n        cursor: pointer;\n        display: block;\n        padding-left: 33px;\n        margin: 0;\n        font-size: 12px;\n        line-height: 28px;\n        max-height: 2rem; }\n      .tree > ol li.file .file-actions {\n        display: none;\n        position: absolute;\n        top: 0px;\n        right: 2px; }\n        .tree > ol li.file .file-actions .btn {\n          padding: 0rem 0.2rem;\n          margin-right: 1px;\n          font-size: 0.875rem;\n          line-height: 1;\n          border-radius: 4px;\n          --bs-btn-border-color: rgba(var(--bs-link-color-rgb), 0.25); }\n    .tree > ol li.page > label {\n      background-image: url(../libs/builder/icons/post.svg); }\n    .tree > ol li.url > label {\n      background-image: url(../../../js/vvvebjs/icons/panel.svg); }\n    .tree > ol li input {\n      position: absolute;\n      left: 0;\n      margin-left: 0;\n      opacity: 0;\n      z-index: 2;\n      cursor: pointer;\n      height: 2em;\n      width: 2em;\n      top: 0; }\n      .tree > ol li input + ol {\n        background: url(../libs/builder/icons/arrow-right.svg) 8px 0.8rem no-repeat;\n        background-size: 12px 12px;\n        margin: -1.9rem 0 0 0rem;\n        padding: 2rem 0 0 2rem;\n        height: 0; }\n        .tree > ol li input + ol > li {\n          display: none;\n          margin-left: -14px !important;\n          padding-left: 1px; }\n    .tree > ol li label {\n      background: url(../libs/builder/icons/folder.svg) 24px 1px no-repeat;\n      background-size: 20px 20px;\n      cursor: pointer;\n      display: block;\n      padding-left: 50px;\n      margin: 0px;\n      font-size: 12px;\n      line-height: 24px; }\n    .tree > ol li input:checked + ol {\n      background: url(../libs/builder/icons/arrow-down.svg) 8px 0.7rem no-repeat;\n      background-size: 12px 12px;\n      margin: -2.5em 0 0 0rem;\n      padding: 2rem 0 0 2.5rem;\n      height: auto; }\n      .tree > ol li input:checked + ol > li {\n        display: block;\n        margin: 0 0 0.1em;\n        /* 2px */ }\n      .tree > ol li input:checked + ol > li:last-child {\n        margin: 0 0 0.3em;\n        /* 1px */ }\n\n[data-bs-theme=\"dark\"] .tree > ol li.active label {\n  color: var(--bs-primary-border-subtle); }\n\n[data-bs-theme=\"dark\"] .tree > ol li label {\n  filter: invert(93%) hue-rotate(180deg);\n  color: var(--bs-dark); }\n\n[data-bs-theme=\"dark\"] .tree > ol li.file .file-actions .btn {\n  --bs-btn-color: var(--bs-primary-border-subtle);\n  --bs-btn-border-color: var(--bs-link-hover-color); }\n\nhtml, body {\n  height: 100%; }\n\nbody {\n  overflow: hidden;\n  --builder-filemanager-height: 250px;\n  --builder-canvas-margin: 0px;\n  --builder-header-top-height:35px;\n  --builder-bottom-panel-height:35px;\n  --drag-items-tabs-height:40px;\n  scrollbar-color: rgba(var(--bs-body-color-rgb), 0.1) var(--bs-body-bg);\n  scrollbar-width: thin;\n  -webkit-font-smoothing: subpixel-antialiased; }\n  @media (min-width: 576px) {\n    body {\n      --builder-left-panel-width: 25vw;\n      --builder-right-panel-width: 25vw;\n      --builder-component-list-element-width: 90%; } }\n  @media (min-width: 768px) {\n    body {\n      --builder-left-panel-width: 25vw;\n      --builder-right-panel-width: 25vw;\n      --builder-component-list-element-width: 90%; } }\n  @media (min-width: 992px) {\n    body {\n      --builder-left-panel-width: 250px;\n      --builder-right-panel-width: 250px;\n      --builder-component-list-element-width: 44%; } }\n  @media (min-width: 1200px) {\n    body {\n      --builder-left-panel-width: 300px;\n      --builder-right-panel-width: 300px;\n      --builder-component-list-element-width: 44%; } }\n  @media (min-width: 1600px) {\n    body {\n      --builder-left-panel-width: 300px;\n      --builder-right-panel-width: 300px;\n      --builder-component-list-element-width: 44%; } }\n  @media (min-width: 2000px) {\n    body {\n      --builder-left-panel-width: 300px;\n      --builder-right-panel-width: 300px;\n      --builder-component-list-element-width: 44%; } }\n  body ::-webkit-scrollbar {\n    width: 0.5rem;\n    background-color: rgba(var(--bs-body-color-rgb), 0.05); }\n  body ::-webkit-scrollbar-track {\n    -webkit-box-shadow: inset 0 0 1px rgba(var(--bs-body-color-rgb), 0.05);\n    background-color: rgba(var(--bs-body-color-rgb), 0.05); }\n  body ::-webkit-scrollbar-thumb {\n    background-color: rgba(var(--bs-body-color-rgb), 0.15);\n    border-radius: 10px; }\n\n.modal-content {\n  font-size: .875rem; }\n\n.modal-footer .btn {\n  font-size: .875rem; }\n\n#vvveb-builder {\n  display: block;\n  height: 100%; }\n  #vvveb-builder #left-panel,\n  #vvveb-builder #right-panel {\n    border-color: var(--bs-border-color);\n    border-style: solid;\n    border-width: 0px;\n    background-color: var(--bs-body-bg);\n    height: 100%;\n    position: fixed;\n    top: 35px;\n    z-index: 10; }\n  #vvveb-builder #left-panel {\n    border-right-width: 1px;\n    /*\n\t\tbox-shadow: 1px 0px 2px rgba(var(--bs-body-color-rgb),.1);\n\t\t-moz-box-shadow: 1px 0px 2px rgba(var(--bs-body-color-rgb),.1);\n\t\t-webkit-box-shadow: 1px 0px 2px rgba(var(--bs-body-color-rgb),.1);\n*/\n    /*\n\t\tbackground:-moz-linear-gradient(left, var(--bs-body-bg) 85%, #fafbfc 100%);\n\t\tbackground:-webkit-linear-gradient(left, var(--bs-body-bg) 85%, #fafbfc 100%);\n\t\tbackground:linear-gradient(left, var(--bs-body-bg) 85%, #fafbfc 100%);\n\t\tbox-shadow: -1px -2px 2px var(--bs-border-color) inset;*/\n    width: 15vw;\n    width: calc(var(--builder-left-panel-width));\n    height: 100%;\n    max-height: 100%; }\n    #vvveb-builder #left-panel > div {\n      height: 100%;\n      display: flex;\n      flex-direction: column;\n      flex-wrap: nowrap; }\n    #vvveb-builder #left-panel #filemanager {\n      display: flex;\n      flex-direction: column;\n      width: 30vw;\n      width: calc(var(--builder-left-panel-width));\n      border-bottom: 1px solid var(--bs-border-color); }\n      #vvveb-builder #left-panel #filemanager .header {\n        font-size: 11px;\n        font-weight: 500;\n        height: 2rem;\n        margin: 0;\n        padding: 0;\n        width: 100%;\n        text-align: left;\n        padding-left: 1rem;\n        border-bottom: 1px solid var(--bs-border-color);\n        margin-bottom: 0rem;\n        padding: 0.0rem 0.5rem;\n        padding: 0.3rem 0rem 0.5rem 1rem; }\n        #vvveb-builder #left-panel #filemanager .header a {\n          color: var(--bs-link-color); }\n      #vvveb-builder #left-panel #filemanager .btn-add {\n        --bs-btn-border-color: rgba(var(--bs-link-color-rgb), 0.3);\n        --bs-btn-border-color: rgba(var(--bs-secondary-color-rgb), 0.15);\n        padding: 0rem 0.3rem;\n        margin: 0rem 0.3rem 0 0; }\n        #vvveb-builder #left-panel #filemanager .btn-add span {\n          font-size: 12px; }\n        #vvveb-builder #left-panel #filemanager .btn-add i {\n          vertical-align: middle; }\n      #vvveb-builder #left-panel #filemanager .tree {\n        height: 215px;\n        height: calc(var(--builder-filemanager-height) - 35px);\n        padding: 0.3rem 0.2rem;\n        overflow: hidden;\n        resize: vertical; }\n        #vvveb-builder #left-panel #filemanager .tree:hover {\n          overflow-y: auto; }\n    #vvveb-builder #left-panel .components-list,\n    #vvveb-builder #left-panel .blocks-list,\n    #vvveb-builder #left-panel .component-properties,\n    #vvveb-builder #left-panel .sections-list {\n      width: var(--builder-left-panel-width); }\n    #vvveb-builder #left-panel .component-properties {\n      width: auto;\n      height: calc(100% - 85px); }\n  #vvveb-builder #right-panel {\n    float: right;\n    right: 0px;\n    overflow: hidden;\n    border-left-width: 1px;\n    float: right;\n    transition: margin-right 0.1s linear;\n    -moz-transition: margin-right 0.1s linear;\n    -webkit-transition: margin-right 0.1s linear;\n    background: -moz-linear-gradient(to right, var(--bs-body-bg) 85%, #fafbfc 100%);\n    background: -webkit-linear-gradient(to right, var(--bs-body-bg) 85%, #fafbfc 100%);\n    background: linear-gradient(to right, var(--bs-body-bg) 85%, #fafbfc 100%);\n    box-shadow: 1px -2px 2px var(--bs-border-color) inset;\n    width: 15vw;\n    width: var(--builder-right-panel-width); }\n    #vvveb-builder #right-panel .components-list,\n    #vvveb-builder #right-panel .blocks-list,\n    #vvveb-builder #right-panel .component-properties,\n    #vvveb-builder #right-panel .sections-list {\n      width: var(--builder-right-panel-width); }\n    #vvveb-builder #right-panel label.header .header-arrow {\n      right: 0px; }\n    #vvveb-builder #right-panel .nav-link {\n      border-top: none;\n      border-bottom: none;\n      /*\n\t\t\tborder-left:none;\n\t\t\tborder-right:none;\n\t\t\t*/ }\n      #vvveb-builder #right-panel .nav-link.active {\n        border-bottom-color: var(--bs-border-color);\n        font-weight: normal; }\n        #vvveb-builder #right-panel .nav-link.active i {\n          color: var(--bs-link-hover-color); }\n  #vvveb-builder #top-panel {\n    height: 35px;\n    padding: 0;\n    border-bottom: 1px solid var(--bs-border-color);\n    display: flex;\n    justify-content: space-between;\n    width: 100%; }\n    #vvveb-builder #top-panel .btn-group .btn.btn-light {\n      padding: 0.1rem 0.5rem;\n      --bs-btn-active-bg: rgba(var(--bs-primary-rgb), 0.1);\n      --bs-btn-hover-bg: var(--bs-primary-bg-subtle);\n      --bs-btn-active-border-color: transparent;\n      --bs-btn-hover-color: var(--bs-body-bg);\n      --bs-btn-bg: transparent;\n      border-color: transparent;\n      color: var(--bs-secondary-color);\n      line-height: 1.8; }\n      #vvveb-builder #top-panel .btn-group .btn.btn-light i {\n        font-size: 1.2rem; }\n    #vvveb-builder #top-panel .btn-group .btn.btn-primary {\n      margin-top: 0.2rem;\n      margin-bottom: 0.1rem; }\n      #vvveb-builder #top-panel .btn-group .btn.btn-primary i {\n        font-size: 1rem;\n        line-height: 21px; }\n    #vvveb-builder #top-panel .btn-group .btn span {\n      font-size: 14px; }\n    #vvveb-builder #top-panel .btn-group.responsive-btns .btn.btn-light {\n      font-size: 1.4rem;\n      line-height: 1.3;\n      padding: 0rem 0.5rem;\n      text-wrap-mode: nowrap;\n      text-align: unset; }\n    #vvveb-builder #top-panel .menu-toggle i,\n    #vvveb-builder #top-panel #color-theme-switch i {\n      font-size: 15px;\n      line-height: 1.4;\n      vertical-align: middle; }\n    html[data-bs-theme=\"dark\"] #vvveb-builder #top-panel img {\n      filter: invert(93%) hue-rotate(180deg); }\n  #vvveb-builder #bottom-panel {\n    width: auto;\n    height: 35px;\n    bottom: 0px;\n    position: fixed;\n    z-index: 100;\n    border-top: 1px solid var(--bs-border-color);\n    left: 15vw;\n    left: calc($builder-left-panel-width + $builder-canvas-margin);\n    left: calc(var(--builder-left-panel-width) + var(--builder-canvas-margin));\n    right: 15vw;\n    right: var(--builder-right-panel-width);\n    background-color: var(--bs-body-bg); }\n    #vvveb-builder #bottom-panel > div {\n      position: relative; }\n      #vvveb-builder #bottom-panel > div .btn-group {\n        position: absolute;\n        right: 0px;\n        top: 0px;\n        background: var(--bs-body-bg); }\n    #vvveb-builder #bottom-panel .nav-tabs {\n      background-color: rgba(var(--bs-body-color-rgb), 0.1); }\n      #vvveb-builder #bottom-panel .nav-tabs .nav-item {\n        max-width: 200px; }\n        #vvveb-builder #bottom-panel .nav-tabs .nav-item .nav-link {\n          padding: 0.45rem 0; }\n    #vvveb-builder #bottom-panel #vvveb-code-editor {\n      width: 100%;\n      height: 100%;\n      clear: both; }\n      #vvveb-builder #bottom-panel #vvveb-code-editor textarea {\n        height: 100%;\n        width: 100%;\n        border: none;\n        font-size: 14px;\n        margin-bottom: 10px;\n        background: rgba(var(--bs-secondary-color-rgb), 0.03); }\n  #vvveb-builder.bottom-panel-expand #bottom-panel {\n    height: 50%; }\n  #vvveb-builder.bottom-panel-expand #canvas {\n    height: 50%;\n    position: relative; }\n  #vvveb-builder .drag-elements {\n    flex: 1 1;\n    overflow: hidden;\n    padding-top: 0rem;\n    height: 100%; }\n    #vvveb-builder .drag-elements > .header {\n      height: 100%;\n      display: flex;\n      flex-direction: column; }\n    #vvveb-builder .drag-elements .nav-item a.nav-link {\n      text-align: center;\n      border-top-color: var(--bs-body-bg);\n      border-radius: 0px;\n      min-width: 4.5rem;\n      padding: 0.3rem 0;\n      --bs-nav-link-color: var(--bs-secondary-color);\n      line-height: 1.4; }\n      #vvveb-builder .drag-elements .nav-item a.nav-link i {\n        font-size: 1.1rem;\n        vertical-align: middle; }\n      #vvveb-builder .drag-elements .nav-item a.nav-link small, #vvveb-builder .drag-elements .nav-item a.nav-link .small {\n        font-size: 0.8rem; }\n    #vvveb-builder .drag-elements#add-section-box .nav-item:first-child .nav-link {\n      border-left: none; }\n  #vvveb-builder .search {\n    position: relative; }\n    #vvveb-builder .search .form-control {\n      border-color: var(--bs-body-bg);\n      border-radius: 0px;\n      box-shadow: none; }\n    #vvveb-builder .search .form-control:focus {\n      border-color: #80bdff; }\n    #vvveb-builder .search .form-control::placeholder {\n      /*font-size: $font-size-sm;*/\n      font-size: .75rem; }\n    #vvveb-builder .search .clear-backspace {\n      border: none;\n      background: none;\n      position: absolute;\n      top: 0.4rem;\n      right: 12px;\n      opacity: 0.5; }\n      #vvveb-builder .search .clear-backspace:hover {\n        opacity: 1;\n        background: var(--bs-border-color); }\n    #vvveb-builder .search i {\n      font-size: 13px; }\n    #vvveb-builder .search input:focus + .clear-backspace,\n    #vvveb-builder .search input:hover + .clear-backspace {\n      opacity: 1;\n      background: var(--bs-border-color); }\n    #vvveb-builder .search .expand {\n      position: absolute;\n      top: 5px;\n      right: 5px; }\n      #vvveb-builder .search .expand button {\n        padding: 0.1rem 0.25rem;\n        background: transparent;\n        border: none;\n        color: var(--bs-body-color); }\n        #vvveb-builder .search .expand button:hover {\n          background: var(--bs-border-color); }\n    #vvveb-builder .search .expand ~ .clear-backspace {\n      right: 26px; }\n  #vvveb-builder .components-list,\n  #vvveb-builder .blocks-list,\n  #vvveb-builder .component-properties,\n  #vvveb-builder .sections-list {\n    list-style: none; }\n  #vvveb-builder #add-section-box {\n    animation: popup-animation 0.1s cubic-bezier(0, 0, 0.2, 1) 0s;\n    animation-fill-mode: forwards; }\n    #vvveb-builder #add-section-box .header > div.section-box-actions {\n      position: absolute;\n      top: 0.3rem;\n      right: 0.5rem; }\n    #vvveb-builder #add-section-box .components-list,\n    #vvveb-builder #add-section-box .blocks-list,\n    #vvveb-builder #add-section-box .component-properties,\n    #vvveb-builder #add-section-box .sections-list {\n      width: auto;\n      height: auto;\n      padding: 0px;\n      margin: 0; }\n      #vvveb-builder #add-section-box .components-list ol,\n      #vvveb-builder #add-section-box .blocks-list ol,\n      #vvveb-builder #add-section-box .component-properties ol,\n      #vvveb-builder #add-section-box .sections-list ol {\n        padding: 0rem 0rem 0rem 1rem;\n        list-style: none; }\n        #vvveb-builder #add-section-box .components-list ol li,\n        #vvveb-builder #add-section-box .blocks-list ol li,\n        #vvveb-builder #add-section-box .component-properties ol li,\n        #vvveb-builder #add-section-box .sections-list ol li {\n          width: 10%;\n          min-width: 100px;\n          float: left;\n          margin: 0% 1% 2% 1%; }\n          #vvveb-builder #add-section-box .components-list ol li a,\n          #vvveb-builder #add-section-box .blocks-list ol li a,\n          #vvveb-builder #add-section-box .component-properties ol li a,\n          #vvveb-builder #add-section-box .sections-list ol li a {\n            display: block;\n            color: var(--bs-gray-900);\n            text-decoration: none;\n            text-shadow: none;\n            margin-top: 5px; }\n    #vvveb-builder #add-section-box .blocks-list ol,\n    #vvveb-builder #add-section-box .sections-list ol {\n      list-style: none;\n      display: grid;\n      grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n      margin: 0rem 2rem 2rem 1rem;\n      grid-gap: 2rem;\n      grid-template-rows: masonry; }\n      #vvveb-builder #add-section-box .blocks-list ol li,\n      #vvveb-builder #add-section-box .sections-list ol li {\n        display: flex;\n        position: relative;\n        padding: 0;\n        margin: 0;\n        height: auto;\n        width: auto;\n        border: none;\n        box-shadow: none; }\n        #vvveb-builder #add-section-box .blocks-list ol li span,\n        #vvveb-builder #add-section-box .sections-list ol li span {\n          position: absolute;\n          text-align: center;\n          visibility: hidden;\n          right: 1px;\n          left: 1px;\n          bottom: 1px;\n          padding: 0.2rem;\n          background-color: rgba(var(--bs-body-bg-rgb), 0.8); }\n        #vvveb-builder #add-section-box .blocks-list ol li .add-section-btn,\n        #vvveb-builder #add-section-box .sections-list ol li .add-section-btn {\n          position: absolute;\n          bottom: 0;\n          right: 0;\n          top: 50%;\n          left: 50%;\n          visibility: hidden; }\n        #vvveb-builder #add-section-box .blocks-list ol li img,\n        #vvveb-builder #add-section-box .sections-list ol li img {\n          border: 1px solid rgba(var(--bs-body-color-rgb), 0.15);\n          box-shadow: 0px 1px 7px 0px rgba(var(--bs-body-color-rgb), 0.1);\n          border-radius: 5px; }\n          #vvveb-builder #add-section-box .blocks-list ol li img:hover,\n          #vvveb-builder #add-section-box .sections-list ol li img:hover {\n            border-color: rgba(var(--bs-primary-rgb), 0.8); }\n        #vvveb-builder #add-section-box .blocks-list ol li:hover span,\n        #vvveb-builder #add-section-box .blocks-list ol li:hover .add-section-btn,\n        #vvveb-builder #add-section-box .sections-list ol li:hover span,\n        #vvveb-builder #add-section-box .sections-list ol li:hover .add-section-btn {\n          visibility: visible; }\n    #vvveb-builder #add-section-box.only-sections {\n      max-width: 100% !important;\n      max-height: 100%;\n      display: block;\n      top: 20px !important;\n      left: 20px !important;\n      width: calc(100% - 40px);\n      height: calc(100% - 40px); }\n      #vvveb-builder #add-section-box.only-sections .nav-tabs .nav-item,\n      #vvveb-builder #add-section-box.only-sections .section-box-actions .form-check {\n        visibility: hidden; }\n    #vvveb-builder #add-section-box.only-base .sections-list li:not([data-section=\"Base\"]) {\n      display: none; }\n  #vvveb-builder .component-properties-sidepane {\n    z-index: 0;\n    margin: 0;\n    -webkit-touch-callout: none;\n    -webkit-user-select: none;\n    -khtml-user-select: none;\n    -moz-user-select: none;\n    -ms-user-select: none;\n    user-select: none;\n    /*\n\t  height: auto;\n\t  width: 100%;\n\t  overflow-y: auto;\n\t  */\n    display: flex;\n    flex-direction: column;\n    flex-wrap: wrap;\n    height: 100%; }\n    #vvveb-builder .component-properties-sidepane > div {\n      flex: 1 1;\n      height: 100%; }\n  #vvveb-builder .component-properties {\n    background: var(--bs-body-bg);\n    display: flex;\n    flex-direction: column;\n    height: 100%;\n    height: calc(100% - 45px);\n    /*\n\t\t.form-control, .form-select\n\t\t{\n\t\t\tpadding:.275rem 0.25rem;\n\t\t}*/ }\n    #vvveb-builder .component-properties .tab-content {\n      padding: 0.5rem 0;\n      overflow-x: hidden;\n      overflow-y: auto;\n      flex: 1 1; }\n      #vvveb-builder .component-properties .tab-content > .active {\n        display: flex;\n        flex-direction: column;\n        height: 100%;\n        margin-bottom: 2rem; }\n    #vvveb-builder .component-properties #right-panel {\n      color: #777; }\n    #vvveb-builder .component-properties,\n    #vvveb-builder .component-properties select,\n    #vvveb-builder .component-properties input[type=\"text\"] {\n      font-size: 12px; }\n    #vvveb-builder .component-properties .btn-sm, #vvveb-builder .component-properties .btn-group-sm > .btn {\n      font-size: 0.8rem; }\n    #vvveb-builder .component-properties .form-select {\n      height: auto; }\n    #vvveb-builder .component-properties .mb-2 {\n      vertical-align: middle;\n      align-items: center; }\n      #vvveb-builder .component-properties .mb-2.row {\n        margin: 0; }\n      #vvveb-builder .component-properties .mb-2 > label {\n        font-size: 11px;\n        font-weight: 500;\n        margin-bottom: 5px;\n        color: var(--bs-secondary-color);\n        flex-grow: 1; }\n        #vvveb-builder .component-properties .mb-2 > label i {\n          font-size: 14px; }\n      #vvveb-builder .component-properties .mb-2 .input .input-range {\n        position: relative;\n        padding-top: 0.4rem; }\n        #vvveb-builder .component-properties .mb-2 .input .input-range input[type=\"number\"] {\n          position: absolute;\n          right: 0;\n          top: -0.8rem;\n          width: 5em;\n          padding: 0.2rem 0.2rem;\n          text-align: center;\n          line-height: 12px;\n          font-size: 12px; }\n      #vvveb-builder .component-properties .mb-2 .input [type=\"color\"],\n      #vvveb-builder .component-properties .mb-2 .input .form-check-input {\n        float: right; }\n      #vvveb-builder .component-properties .mb-2 .custom-control {\n        min-height: 1.1rem; }\n      #vvveb-builder .component-properties .mb-2.inline {\n        display: flex;\n        align-items: center; }\n        #vvveb-builder .component-properties .mb-2.inline .control-label {\n          flex-grow: 1; }\n        #vvveb-builder .component-properties .mb-2.inline .input {\n          flex: 1 1 auto;\n          width: auto; }\n  #vvveb-builder #canvas {\n    margin-right: 15vw;\n    margin-left: 15vw;\n    margin-right: var(--builder-right-panel-width);\n    margin-left: var(--builder-left-panel-width);\n    width: 100%;\n    height: 100%;\n    width: calc(100vw - 600px);\n    height: calc(100vh - 70px);\n    top: 35px;\n    width: calc(100vw - (var(--builder-left-panel-width) + var(--builder-right-panel-width) + var(--builder-canvas-margin)));\n    height: calc(100vh - (var(--builder-header-top-height) + var(--builder-bottom-panel-height)));\n    top: var(--builder-header-top-height);\n    position: fixed;\n    background-color: var(--bs-secondary-bg);\n    overflow: hidden; }\n    #vvveb-builder #canvas #iframe-wrapper {\n      transition: transform 1s ease 0s, width 1s ease 0s, width 1s ease 0s, left 1s ease 0s, height 1s ease 0s;\n      transform-origin: top center;\n      margin: auto; }\n    #vvveb-builder #canvas #iframe-wrapper,\n    #vvveb-builder #canvas iframe,\n    #vvveb-builder #canvas iframe body {\n      width: 100%;\n      height: 100%;\n      border: none; }\n    #vvveb-builder #canvas.responsive {\n      background: var(--bs-border-color); }\n      #vvveb-builder #canvas.responsive #iframe-wrapper {\n        width: 767px;\n        margin: auto;\n        position: relative; }\n        #vvveb-builder #canvas.responsive #iframe-wrapper iframe {\n          resize: both; }\n  #vvveb-builder.preview #canvas {\n    width: 100%;\n    margin-left: 0px;\n    margin-right: 0px; }\n  #vvveb-builder.preview #left-panel,\n  #vvveb-builder.preview #right-panel {\n    display: none; }\n  #vvveb-builder.no-right-panel {\n    --builder-right-panel-width: 0px; }\n    #vvveb-builder.no-right-panel #right-panel {\n      display: none; }\n  #vvveb-builder #iframe-layer {\n    overflow: hidden;\n    pointer-events: none;\n    white-space: nowrap; }\n    #vvveb-builder #iframe-layer .loading-message {\n      width: 100%;\n      height: 100%;\n      position: absolute;\n      display: none; }\n      #vvveb-builder #iframe-layer .loading-message.active {\n        display: block; }\n  #vvveb-builder #highlight-box {\n    position: absolute;\n    border: 1px solid var(--bs-primary);\n    color: var(--bs-white);\n    width: 0px;\n    height: 0px;\n    top: 0px;\n    left: 0px;\n    display: none;\n    transition: all 0.05s; }\n  #vvveb-builder #drop-highlight-box {\n    position: absolute;\n    border: 2px solid var(--bs-primary);\n    color: var(--bs-white);\n    width: 0px;\n    height: 0px;\n    top: 0px;\n    left: 0px;\n    transition: all 0.3s;\n    border-radius: 4px;\n    display: none; }\n  #vvveb-builder .text-edit#select-box {\n    border-style: dashed;\n    /*border-width:1px;*/\n    border: 1px solid rgba(var(--bs-body-color-rgb), 0.2);\n    box-shadow: 1px 1px 3px 0px rgba(var(--bs-body-color-rgb), 0.1) inset, 0px 0px 2px 1px rgba(var(--bs-body-bg-rgb), 0.8) inset;\n    background: transparent;\n    border-radius: 0 0 3px 3px; }\n  #vvveb-builder #select-box {\n    position: absolute;\n    border: 1px solid var(--bs-primary);\n    color: var(--bs-white);\n    background: rgba(var(--bs-primary), 0.1);\n    width: 0px;\n    height: 0px;\n    top: 0px;\n    left: 0px;\n    display: none; }\n    #vvveb-builder #select-box.resizable .resize {\n      position: absolute;\n      left: 0;\n      top: 0;\n      width: 100%;\n      height: 100%;\n      z-index: 10; }\n      #vvveb-builder #select-box.resizable .resize > div {\n        position: absolute;\n        pointer-events: all;\n        border: 2px solid var(--bs-primary);\n        width: 10px;\n        height: 10px;\n        background-color: rgba(var(--bs-primary), 0.1);\n        margin: -5px; }\n      #vvveb-builder #select-box.resizable .resize .top-left {\n        top: 0;\n        left: 0;\n        cursor: nwse-resize; }\n      #vvveb-builder #select-box.resizable .resize .top-center {\n        top: 0;\n        left: 0;\n        right: 0;\n        margin: -5px auto;\n        cursor: ns-resize; }\n      #vvveb-builder #select-box.resizable .resize .top-right {\n        top: 0;\n        right: 0;\n        cursor: nesw-resize; }\n      #vvveb-builder #select-box.resizable .resize .center-left {\n        left: 0;\n        margin: auto -5px;\n        top: 0;\n        bottom: 0;\n        cursor: ew-resize; }\n      #vvveb-builder #select-box.resizable .resize .center-right {\n        top: 0;\n        bottom: 0;\n        right: 0;\n        margin: auto -5px;\n        cursor: ew-resize; }\n      #vvveb-builder #select-box.resizable .resize .bottom-left {\n        bottom: 0;\n        left: 0;\n        cursor: nesw-resize; }\n      #vvveb-builder #select-box.resizable .resize .bottom-center {\n        bottom: 0;\n        left: 0;\n        right: 0;\n        margin: -5px auto;\n        cursor: ns-resize; }\n      #vvveb-builder #select-box.resizable .resize .bottom-right {\n        bottom: 0;\n        right: 0;\n        cursor: nwse-resize; }\n  #vvveb-builder #select-actions,\n  #vvveb-builder #wysiwyg-editor {\n    position: absolute;\n    z-index: 1;\n    right: -1px;\n    top: -25px;\n    background: var(--bs-primary);\n    color: var(--bs-light);\n    padding: 0px 0px;\n    border-radius: 3px 3px 0px 0px; }\n  #vvveb-builder #select-actions a,\n  #vvveb-builder #wysiwyg-editor.default-editor a,\n  #vvveb-builder #section-actions a#add-section-btn {\n    pointer-events: auto;\n    color: inherit;\n    text-decoration: none;\n    font-size: 16px;\n    padding-right: 2px;\n    padding: 2px 5px; }\n    #vvveb-builder #select-actions a:hover,\n    #vvveb-builder #wysiwyg-editor.default-editor a:hover,\n    #vvveb-builder #section-actions a#add-section-btn:hover {\n      background-color: rgba(var(--bs-body-color-rgb), 0.3); }\n  #vvveb-builder #section-actions a#add-section-btn:hover {\n    background-color: rgba(var(--bs-primary-rgb), 0.9); }\n  #vvveb-builder #wysiwyg-editor {\n    top: auto;\n    bottom: 100%;\n    height: -44px;\n    right: auto;\n    left: -1px;\n    display: none;\n    color: var(--bs-body-color);\n    background: var(--bs-body-bg);\n    border: 1px solid rgba(var(--bs-body-color-rgb), 0.07);\n    box-shadow: 0 0 2px 0 rgba(var(--bs-body-color-rgb), 0.07), 0 4px 8px 0 rgba(var(--bs-body-color-rgb), 0.05);\n    pointer-events: auto; }\n    #vvveb-builder #wysiwyg-editor.default-editor a {\n      display: inline-block;\n      padding: 8px;\n      line-height: 1;\n      color: var(--bs-body-color);\n      font-size: 18px; }\n      #vvveb-builder #wysiwyg-editor.default-editor a:last-child {\n        border-right: none; }\n      #vvveb-builder #wysiwyg-editor.default-editor a:hover {\n        background: var(--bs-border-color); }\n      #vvveb-builder #wysiwyg-editor.default-editor a i {\n        font-size: 16px; }\n    #vvveb-builder #wysiwyg-editor.default-editor div.separator {\n      display: inline-block;\n      background: var(--bs-border-color);\n      width: 1px;\n      height: 18px;\n      vertical-align: text-bottom;\n      top: 0;\n      padding: 0;\n      margin: 0; }\n    #vvveb-builder #wysiwyg-editor.default-editor > div.dropdown,\n    #vvveb-builder #wysiwyg-editor.default-editor > select,\n    #vvveb-builder #wysiwyg-editor.default-editor > input {\n      display: inline-block;\n      width: auto;\n      vertical-align: top;\n      border: none;\n      pointer-events: all;\n      line-height: 2.2rem;\n      height: 34px;\n      font-size: 14px;\n      padding: 0;\n      box-shadow: none; }\n    #vvveb-builder #wysiwyg-editor.default-editor > input[type=\"color\"] {\n      padding: 4px;\n      height: 30px;\n      width: 32px;\n      box-shadow: none;\n      border: 1px dashed var(--bs-border-color);\n      margin: 0;\n      margin: 3px;\n      border-radius: 3px; }\n      #vvveb-builder #wysiwyg-editor.default-editor > input[type=\"color\"].form-control-color::-moz-color-swatch {\n        border-radius: 3px;\n        box-shadow: 1px 1px 5px 0px rgba(var(--bs-body-color-rgb), 0.25);\n        border: none; }\n      #vvveb-builder #wysiwyg-editor.default-editor > input[type=\"color\"].form-control-color::-webkit-color-swatch {\n        padding: 0;\n        border-radius: 3px;\n        box-shadow: 1px 1px 5px 0px rgba(var(--bs-body-color-rgb), 0.25);\n        border: none; }\n    #vvveb-builder #wysiwyg-editor.default-editor > div.dropdown button {\n      padding: 5px 8px;\n      margin: 0;\n      font-size: 18px;\n      vertical-align: middle;\n      color: var(--bs-body-color); }\n    #vvveb-builder #wysiwyg-editor.default-editor > div.dropdown .dropdown-toggle::after {\n      font-size: 50%;\n      vertical-align: unset; }\n    #vvveb-builder #wysiwyg-editor.default-editor > select {\n      padding: 0rem 2.5rem 0 1rem;\n      margin-top: 2px;\n      background-size: 12px 10px; }\n    #vvveb-builder #wysiwyg-editor.default-editor div.dropdown a:after {\n      vertical-align: middle !important;\n      font-size: 14px;\n      margin-bottom: 0.2rem; }\n    #vvveb-builder #wysiwyg-editor.default-editor div.dropdown a.dropdown-item {\n      display: block;\n      font-size: 1rem; }\n      #vvveb-builder #wysiwyg-editor.default-editor div.dropdown a.dropdown-item i {\n        margin-right: 0; }\n  #vvveb-builder #section-actions {\n    bottom: 0px;\n    position: absolute;\n    border-radius: 3px 3px 0px 0px;\n    bottom: -10px;\n    left: 50%;\n    left: calc(50% - 12px); }\n    #vvveb-builder #section-actions.outside {\n      bottom: -30px; }\n    #vvveb-builder #section-actions a#add-section-btn {\n      position: relative;\n      bottom: 0px;\n      background: var(--bs-primary);\n      color: var(--bs-white);\n      font-size: 18px;\n      border-radius: 24px;\n      width: 32px;\n      height: 32px;\n      padding: 3px 7px;\n      cursor: pointer;\n      display: block;\n      box-shadow: 0px 0px 1px 2px rgba(18, 83, 205, 0.05);\n      box-shadow: 0px 3px 7px 1px rgba(var(--bs-body-color-rgb), 0.1), 1px 2px 7px 1px rgba(255, 255, 255, 0.1) inset; }\n      #vvveb-builder #section-actions a#add-section-btn i {\n        font-weight: 600; }\n      #vvveb-builder #section-actions a#add-section-btn:hover {\n        text-decoration: none;\n        filter: brightness(1.2); }\n  #vvveb-builder #add-section-box {\n    width: 50%;\n    min-height: 300px;\n    max-height: 480px;\n    position: absolute;\n    background: var(--bs-body-bg);\n    top: 100px;\n    left: 100px;\n    box-shadow: 0px 5px 50px 15px rgba(var(--bs-body-color-rgb), 0.08);\n    border: 1px solid var(--bs-border-color);\n    border-radius: 4px;\n    min-width: 500px;\n    max-width: 720px;\n    pointer-events: auto;\n    display: none;\n    z-index: 101;\n    background: var(--bs-body-bg); }\n  #vvveb-builder #highlight-name {\n    background: var(--bs-primary);\n    color: var(--bs-white);\n    font-size: 12px;\n    position: relative;\n    top: -22px;\n    left: -1px;\n    width: auto;\n    padding: 2px 5px;\n    display: inline-block;\n    border-radius: 3px 3px 0px 0px; }\n    #vvveb-builder #highlight-name .type {\n      font-size: 10px;\n      opacity: 0.7; }\n  #vvveb-builder #elements-tabs .nav-item {\n    background: var(--bs-body-bg);\n    overflow: hidden; }\n  #vvveb-builder #elements-tabs a {\n    font-size: 1.4rem;\n    outline: none;\n    border: none;\n    padding: 0.3rem 0.2rem 0.4rem; }\n    #vvveb-builder #elements-tabs a i {\n      padding: 0.3rem 0rem;\n      font-size: 1.1rem;\n      border-radius: 3px;\n      display: block;\n      border: 1px solid transparent; }\n    #vvveb-builder #elements-tabs a:hover i {\n      border: 1px solid rgba(var(--bs-link-color-rgb), 0.2); }\n    #vvveb-builder #elements-tabs a.active {\n      border-top: none;\n      border-left: none;\n      border-right: none;\n      border-top-color: rgba(var(--bs-link-color-rgb), 0.7);\n      color: var(--bs-link-color);\n      box-shadow: none; }\n      #vvveb-builder #elements-tabs a.active i {\n        border: 1px solid rgba(var(--bs-secondary-rgb), 0.3);\n        color: var(--bs-link-hover-color); }\n  #vvveb-builder .nav-tabs .nav-item:first-child .nav-link {\n    border-left: none; }\n  #vvveb-builder .nav-tabs .nav-link {\n    /*\n\t\tborder-top:none;\n\t\tborder-left:none;\n\t\tborder-right:none;\n\t\tborder-bottom-width: 1px;\n\t\t*/\n    text-align: center;\n    --bs-nav-link-color: var(--bs-secondary-color); }\n    #vvveb-builder .nav-tabs .nav-link i {\n      font-size: 1.2rem;\n      line-height: 1;\n      vertical-align: bottom;\n      margin-right: 0.5rem; }\n  #vvveb-builder .nav-tabs .nav-link.active,\n  #vvveb-builder .nav-tabs .nav-item.show .nav-link {\n    border-radius: 0px;\n    font-weight: normal; }\n    #vvveb-builder .nav-tabs .nav-link.active i,\n    #vvveb-builder .nav-tabs .nav-item.show .nav-link i {\n      color: var(--bs-link-hover-color); }\n  #vvveb-builder .nav-fill .nav-item {\n    background-color: rgba(var(--bs-body-color-rgb), 0.03); }\n    #vvveb-builder .nav-fill .nav-item .nav-link {\n      padding: 0.5rem 0; }\n  #vvveb-builder .sections-tabs .nav-link i,\n  #vvveb-builder .sections-tabs .nav-link div {\n    display: inline-block;\n    vertical-align: bottom; }\n  #vvveb-builder .sections-tabs .nav-link i {\n    margin-right: 0.3rem; }\n\n/* style for drag element */\nli[data-type] {\n  width: var(--builder-component-list-element-width);\n  min-width: 80px;\n  height: 80px;\n  margin: 0% 1% 3% 3%;\n  text-align: center;\n  font-weight: normal;\n  font-size: 11px;\n  color: var(--bs-body-color);\n  background-repeat: no-repeat;\n  padding-top: 60px;\n  padding-bottom: 7px;\n  padding: 50px 5px 7px 5px;\n  border-style: solid;\n  border-width: 1px;\n  border-radius: 3px;\n  /*\t\t  \n\t\tborder-left-width:1px;\n\t\tborder-top-width:1px;\n\t\t*/\n  background-color: var(--bs-body-bg);\n  border-color: var(--bs-border-color);\n  border-color: rgba(var(--bs-secondary-rgb), 0.25);\n  background-position: 50% 20%;\n  background-size: auto 42px;\n  z-index: 100;\n  cursor: move;\n  cursor: grab;\n  box-shadow: 0px 1px 4px 0px rgba(var(--bs-body-color-rgb), 0.05);\n  box-shadow: none;\n  /*border-width:1px;*/ }\n  li[data-type] a,\n  li[data-type] span {\n    min-height: 20px;\n    white-space: break-spaces;\n    display: block;\n    line-height: 1.2; }\n  html[data-bs-theme=\"dark\"] li[data-type][data-drag-type=\"component\"] {\n    border-color: var(--bs-gray-500);\n    filter: invert(93%) hue-rotate(180deg);\n    background-color: transparent;\n    color: #333; }\n    html[data-bs-theme=\"dark\"] li[data-type][data-drag-type=\"component\"] a {\n      color: var(--bs-gray-900); }\n\n.drag-elements-sidepane {\n  z-index: 0;\n  margin: 0;\n  -webkit-touch-callout: none;\n  -webkit-user-select: none;\n  -khtml-user-select: none;\n  -moz-user-select: none;\n  -ms-user-select: none;\n  user-select: none;\n  width: 100%;\n  height: 100%;\n  display: flex;\n  flex-direction: column;\n  overflow: hidden; }\n  .drag-elements-sidepane > div {\n    overflow: hidden;\n    margin-bottom: 5rem; }\n    .drag-elements-sidepane > div:hover {\n      overflow-y: auto; }\n  .drag-elements-sidepane .block-preview,\n  .drag-elements-sidepane .style-preview {\n    margin: 0; }\n  .drag-elements-sidepane ul {\n    z-index: 1;\n    margin: 0;\n    padding: 0;\n    padding-bottom: 2rem;\n    white-space: nowrap;\n    text-align: center; }\n    .drag-elements-sidepane ul > li {\n      float: none;\n      clear: both; }\n      .drag-elements-sidepane ul > li.header {\n        height: auto;\n        margin: 0;\n        padding: 0;\n        width: 100%;\n        position: relative; }\n        .drag-elements-sidepane ul > li.header label {\n          font-size: 11px;\n          font-weight: 500;\n          line-height: 28px;\n          text-align: left;\n          padding: 0.3rem 1rem;\n          padding: 0.5rem 1.8rem; }\n          .drag-elements-sidepane ul > li.header label > a {\n            padding-left: 1rem;\n            color: var(--bs-link-color); }\n        .drag-elements-sidepane ul > li.header:first-child {\n          margin-top: 0rem; }\n      .drag-elements-sidepane ul > li ol {\n        margin: 0px;\n        padding: 0rem;\n        padding-bottom: 0rem;\n        list-style: none; }\n        .drag-elements-sidepane ul > li ol li {\n          float: left; }\n          .drag-elements-sidepane ul > li ol li a {\n            color: var(--bs-body-color);\n            text-decoration: none;\n            text-shadow: none; }\n          .drag-elements-sidepane ul > li ol li[data-type] {\n            border: none; }\n            .drag-elements-sidepane ul > li ol li[data-type]:hover {\n              cursor: grab;\n              cursor: -moz-grab;\n              cursor: -webkit-grab;\n              background-color: var(--bs-body-bg);\n              opacity: 1;\n              text-align: center; }\n              .drag-elements-sidepane ul > li ol li[data-type]:hover .add-section-btn {\n                visibility: visible; }\n\n.sections-container {\n  width: 100%;\n  background: var(--bs-body-bg);\n  padding: 1rem; }\n  .sections-container > div.section-item {\n    box-shadow: 0px 0px 1px 0px var(--bs-primary);\n    box-shadow: 0px 0px 1px 0px rgba(18, 83, 205, 0.7), 0px 0px 5px 0px rgba(18, 83, 205, 0.1);\n    box-shadow: 0px 0px 1px 2px rgba(18, 83, 205, 0.03);\n    border: 1px solid var(--bs-border-color);\n    background: var(--bs-body-bg);\n    margin: 0rem 0rem 1rem;\n    padding: 0.3rem 0.5rem 0.3rem 1.4rem;\n    position: relative;\n    border-radius: 3px; }\n    .sections-container > div.section-item .controls {\n      cursor: pointer;\n      display: flex;\n      justify-content: space-between; }\n      .sections-container > div.section-item .controls .handle {\n        width: 20px;\n        height: 10px;\n        position: absolute;\n        left: 0px;\n        top: 0px;\n        height: 100%;\n        cursor: grab; }\n        .sections-container > div.section-item .controls .handle::after {\n          content: \"...\";\n          color: #bbb;\n          width: 5px;\n          font-size: 28px;\n          word-wrap: break-word;\n          line-height: 7px;\n          vertical-align: middle;\n          display: inline-block;\n          margin-left: 5px;\n          margin-top: 3px; }\n      .sections-container > div.section-item .controls .name {\n        text-transform: capitalize;\n        font-weight: 400; }\n      .sections-container > div.section-item .controls .type {\n        color: #777; }\n      .sections-container > div.section-item .controls .info {\n        margin-left: 0.2rem; }\n        .sections-container > div.section-item .controls .info .name {\n          font-size: 12px; }\n        .sections-container > div.section-item .controls .info .type {\n          font-size: 11px; }\n      .sections-container > div.section-item .controls .buttons {\n        margin-right: 2rem;\n        margin-top: 0.2rem; }\n        .sections-container > div.section-item .controls .buttons a {\n          padding: 0.3rem 0.5rem 0.3rem;\n          display: inline-block; }\n          .sections-container > div.section-item .controls .buttons a:hover {\n            background-color: rgba(18, 83, 205, 0.1);\n            text-decoration: none; }\n        .sections-container > div.section-item .controls .buttons .delete-btn,\n        .sections-container > div.section-item .controls .buttons .up-btn,\n        .sections-container > div.section-item .controls .buttons .down-btn {\n          visibility: hidden; }\n        .sections-container > div.section-item .controls .buttons:hover .delete-btn,\n        .sections-container > div.section-item .controls .buttons:hover .up-btn,\n        .sections-container > div.section-item .controls .buttons:hover .down-btn {\n          visibility: visible; }\n    .sections-container > div.section-item.drag-over {\n      border: 2px dashed var(--bs-link-color);\n      border-radius: 5px; }\n    .sections-container > div.section-item .header_check ~ label {\n      color: var(--bs-link-color);\n      display: block; }\n    .sections-container > div.section-item .header_check ~ label .header-arrow {\n      right: 0.5rem;\n      top: 0.7rem;\n      padding: 0.1rem 0.5rem; }\n      .sections-container > div.section-item .header_check ~ label .header-arrow:hover {\n        background: rgba(18, 83, 205, 0.1); }\n    .sections-container > div.section-item .header_check ~ label .header-arrow:before {\n      content: \"\\f105\"; }\n    .sections-container > div.section-item .header_check:checked ~ label .header-arrow:before {\n      content: \"\\f107\"; }\n    .sections-container > div.section-item .header_check:checked ~ .tree {\n      display: block; }\n    .sections-container > div.section-item .tree {\n      display: none;\n      border-top: 1px solid var(--bs-border-color);\n      padding: 0.5rem 0rem 0rem;\n      margin: 0.5rem 0rem 0rem; }\n\n.blocks .block-preview,\n.sections .block-preview,\n.styles .block-preview {\n  position: absolute;\n  left: 100%;\n  height: auto;\n  z-index: 1000;\n  border: 1px solid var(--bs-border-color);\n  box-shadow: 0px 0px 1px 2px rgba(18, 83, 205, 0.05); }\n\n.blocks .drag-elements-sidepane li[data-type],\n.sections .drag-elements-sidepane li[data-type],\n.styles .drag-elements-sidepane li[data-type] {\n  width: 95%;\n  height: auto;\n  min-height: 100px;\n  position: relative;\n  text-align: center;\n  font-weight: normal;\n  font-size: 11px;\n  color: var(--bs-body-color);\n  background-repeat: no-repeat;\n  padding: 0px;\n  margin: 1rem auto;\n  display: flex;\n  border-color: var(--bs-border-color);\n  border-style: solid;\n  border-width: 1px;\n  border-radius: 0px;\n  background-position: center;\n  box-shadow: 0px 1px 5px 0px rgba(var(--bs-body-color-rgb), 0.25);\n  box-shadow: none;\n  /*\t\t  \n\t\tborder-left-width:1px;\n\t\tborder-top-width:1px;\n\t\t*/\n  background-size: 100%;\n  z-index: 100;\n  background-color: var(--bs-body-bg);\n  cursor: grab;\n  opacity: 1;\n  margin: 0.5rem; }\n  .blocks .drag-elements-sidepane li[data-type] .name,\n  .sections .drag-elements-sidepane li[data-type] .name,\n  .styles .drag-elements-sidepane li[data-type] .name {\n    background: rgba(var(--bs-body-bg-rgb), 0.9);\n    background: rgba(var(--bs-body-color-rgb), 0.7);\n    background: rgba(var(--bs-link-color-rgb), 0.7);\n    background: rgba(var(--bs-body-bg-rgb), 0.9);\n    color: var(--bs-body-color);\n    padding: 0.5rem 0;\n    position: absolute;\n    bottom: 0px;\n    width: 100%;\n    left: 0;\n    font-size: 12px;\n    border-top: 1px solid rgba(var(--bs-body-color-rgb), 0.1); }\n  .blocks .drag-elements-sidepane li[data-type]:hover, .blocks .drag-elements-sidepane li[data-type].active,\n  .sections .drag-elements-sidepane li[data-type]:hover,\n  .sections .drag-elements-sidepane li[data-type].active,\n  .styles .drag-elements-sidepane li[data-type]:hover,\n  .styles .drag-elements-sidepane li[data-type].active {\n    border-color: var(--bs-link-color);\n    box-shadow: 0px 1px 5px 2px rgba(var(--bs-link-color-rgb), 0.25);\n    -webkit-box-shadow: 0px 1px 5px 2px rgba(var(--bs-link-color-rgb), 0.25); }\n    .blocks .drag-elements-sidepane li[data-type]:hover:before, .blocks .drag-elements-sidepane li[data-type].active:before,\n    .sections .drag-elements-sidepane li[data-type]:hover:before,\n    .sections .drag-elements-sidepane li[data-type].active:before,\n    .styles .drag-elements-sidepane li[data-type]:hover:before,\n    .styles .drag-elements-sidepane li[data-type].active:before {\n      opacity: 0.1; }\n    .blocks .drag-elements-sidepane li[data-type]:hover .name, .blocks .drag-elements-sidepane li[data-type].active .name,\n    .sections .drag-elements-sidepane li[data-type]:hover .name,\n    .sections .drag-elements-sidepane li[data-type].active .name,\n    .styles .drag-elements-sidepane li[data-type]:hover .name,\n    .styles .drag-elements-sidepane li[data-type].active .name {\n      visibility: visible; }\n  .blocks .drag-elements-sidepane li[data-type][data-section=\"Reusable\"] .name,\n  .sections .drag-elements-sidepane li[data-type][data-section=\"Reusable\"] .name,\n  .styles .drag-elements-sidepane li[data-type][data-section=\"Reusable\"] .name {\n    visibility: visible; }\n  .blocks .drag-elements-sidepane li[data-type]:before,\n  .sections .drag-elements-sidepane li[data-type]:before,\n  .styles .drag-elements-sidepane li[data-type]:before {\n    content: \" \";\n    background: var(--bs-body-bg);\n    background: var(--bs-primary);\n    width: 100%;\n    height: 100%;\n    position: absolute;\n    top: 0;\n    left: 0;\n    opacity: 0;\n    transition: opacity 0.5s; }\n  .blocks .drag-elements-sidepane li[data-type] img.preview,\n  .sections .drag-elements-sidepane li[data-type] img.preview,\n  .styles .drag-elements-sidepane li[data-type] img.preview {\n    max-width: 100%; }\n  .blocks .drag-elements-sidepane li[data-type] .name,\n  .sections .drag-elements-sidepane li[data-type] .name,\n  .styles .drag-elements-sidepane li[data-type] .name {\n    visibility: hidden; }\n\n.blocks .drag-elements-sidepane li[data-type],\n.styles .drag-elements-sidepane li[data-type] {\n  width: 42%;\n  box-shadow: 0px 1px 4px 0px rgba(var(--bs-body-color-rgb), 0.05);\n  -webkit-box-shadow: 0px 1px 4px 0px rgba(var(--bs-body-color-rgb), 0.05); }\n\n.components .drag-elements-sidepane li[data-type],\n#add-section-box li[data-type] {\n  width: var(--builder-component-list-element-width);\n  min-width: 80px;\n  height: 80px;\n  margin: 0% 1% 3% 3%;\n  text-align: center;\n  font-weight: normal;\n  font-size: 11px;\n  color: var(--bs-body-color);\n  background-repeat: no-repeat;\n  padding-top: 60px;\n  padding-bottom: 7px;\n  padding: 50px 5px 7px 5px;\n  border-style: solid;\n  border-width: 1px;\n  border-radius: 3px;\n  /*\t\t  \n\t\tborder-left-width:1px;\n\t\tborder-top-width:1px;\n\t\t*/\n  background-color: var(--bs-body-bg);\n  border-color: var(--bs-border-color);\n  border-color: rgba(var(--bs-secondary-rgb), 0.25);\n  background-position: 50% 20%;\n  background-size: auto 42px;\n  z-index: 100;\n  cursor: move;\n  cursor: grab;\n  box-shadow: 0px 1px 4px 0px rgba(var(--bs-body-color-rgb), 0.05);\n  box-shadow: none; }\n  .components .drag-elements-sidepane li[data-type] a,\n  .components .drag-elements-sidepane li[data-type] span,\n  #add-section-box li[data-type] a,\n  #add-section-box li[data-type] span {\n    min-height: 20px;\n    white-space: break-spaces;\n    display: block;\n    line-height: 1.2; }\n  html[data-bs-theme=\"dark\"] .components .drag-elements-sidepane li[data-type][data-drag-type=\"component\"], html[data-bs-theme=\"dark\"]\n  #add-section-box li[data-type][data-drag-type=\"component\"] {\n    border-color: var(--bs-gray-500);\n    filter: invert(93%) hue-rotate(180deg);\n    background-color: transparent;\n    color: #333; }\n    html[data-bs-theme=\"dark\"] .components .drag-elements-sidepane li[data-type][data-drag-type=\"component\"] a, html[data-bs-theme=\"dark\"]\n    #add-section-box li[data-type][data-drag-type=\"component\"] a {\n      color: var(--bs-gray-900); }\n  .components .drag-elements-sidepane li[data-type]:hover,\n  #add-section-box li[data-type]:hover {\n    box-shadow: 0px 0px 1px 0px var(--bs-primary);\n    background-color: rgba(var(--bs-primary-rgb), 0.05) !important;\n    border-color: rgba(var(--bs-primary-rgb), 0.5) !important; }\n    .components .drag-elements-sidepane li[data-type]:hover a,\n    #add-section-box li[data-type]:hover a {\n      color: var(--bs-primary); }\n\n/*\n#right-panel \n{\n*/\n.header-arrow {\n  padding: 0.3rem 0.7rem;\n  cursor: pointer;\n  position: absolute;\n  right: 15px;\n  top: 0.5rem; }\n\nlabel.header {\n  font-size: 11px;\n  font-weight: 500;\n  height: auto;\n  margin: 0;\n  padding: 0;\n  width: 100%;\n  line-height: 32px;\n  text-align: left;\n  padding: 0.3rem 0.8rem;\n  border-top: 1px solid var(--bs-border-color);\n  color: var(--bs-body-color);\n  cursor: pointer;\n  position: relative; }\n  .component-properties .tab-pane div:first-child > label.header {\n    margin-top: 0rem !important;\n    border-top: none; }\n  label.header :checked {\n    color: red; }\n\ninput.header_check {\n  position: absolute;\n  left: 0;\n  margin-left: 0;\n  opacity: 0;\n  z-index: 2;\n  cursor: pointer;\n  height: 1em;\n  width: 1em;\n  top: 0; }\n\ninput.header_check:checked + div.section,\nli.header > input.header_check:checked + ol {\n  opacity: 1;\n  padding: 0 1rem;\n  height: auto; }\n\ndiv.section,\n.header > ol {\n  height: 0;\n  overflow: hidden;\n  opacity: 0;\n  transition: height, opacity 0.5s; }\n\n#right-panel label.header .header-arrow {\n  right: 0px; }\n\n.toggle {\n  position: relative;\n  width: 65px;\n  -webkit-user-select: none;\n  -moz-user-select: none;\n  -ms-user-select: none; }\n\n.toggle-checkbox {\n  display: none; }\n\n.toggle-label {\n  display: block;\n  overflow: hidden;\n  cursor: pointer;\n  border: 2px solid var(--bs-body-bg);\n  border-radius: 30px; }\n\n.toggle-inner {\n  display: block;\n  width: 200%;\n  margin-left: -100%;\n  transition: margin 0.3s ease-in 0s; }\n\n.toggle-inner:before,\n.toggle-inner:after {\n  display: block;\n  float: left;\n  width: 50%;\n  height: 20px;\n  padding: 0;\n  line-height: 20px;\n  font-size: 12px;\n  color: white;\n  font-family: Trebuchet, Arial, sans-serif;\n  font-weight: bold;\n  box-sizing: border-box; }\n\n.toggle-inner:before {\n  content: \"ON\";\n  padding-left: 14px;\n  background-color: var(--bs-link-color); }\n\n.toggle-inner:after {\n  content: \"OFF\";\n  padding-right: 14px;\n  background-color: #999999;\n  color: var(--bs-body-color);\n  text-align: right; }\n\n.toggle-switch {\n  display: block;\n  width: 18px;\n  margin: 4px;\n  background: var(--bs-body-bg);\n  position: absolute;\n  top: 0;\n  bottom: 0;\n  right: 39px;\n  border: 2px solid var(--bs-body-bg);\n  border-radius: 30px;\n  transition: all 0.3s ease-in 0s; }\n\n.toggle-checkbox:checked + .toggle-label .toggle-inner {\n  margin-left: 0; }\n\n.toggle-checkbox:checked + .toggle-label .toggle-switch {\n  right: 0px; }\n\n.form-select {\n  -webkit-appearance: none;\n  -moz-appearance: none;\n  box-shadow: rgba(var(--bs-body-color-rgb), 0.05) 0px 1px 2px 0px; }\n\ninput[type=\"number\"] {\n  -moz-appearance: textfield;\n  -webkit-appearance: textfield;\n  appearance: textfield;\n  padding-right: 0.5rem;\n  padding-left: 0.5rem; }\n\ninput[type=\"number\"]:hover,\ninput[type=\"number\"]:focus {\n  -moz-appearance: auto;\n  -webkit-appearance: auto;\n  appearance: auto; }\n\n.form-select.small-arrow {\n  background-position: right .5rem center;\n  background-size: 10px 8px; }\n\n.input-group.css-unit input[type=\"number\"] {\n  flex-grow: 5; }\n\n.input-group.css-unit .form-select.small-arrow {\n  padding-left: 0.5rem;\n  padding-right: 1.2em;\n  min-width: 3rem; }\n\n.input-group.auto input[type=\"number\"] {\n  display: none; }\n\n.input-group.auto .input-group-append {\n  width: 100%; }\n  .input-group.auto .input-group-append .form-select.small-arrow {\n    max-width: 100%; }\n\n.btn-group.btn-group-fullwidth {\n  display: flex;\n  width: 100%; }\n\n.btn-group.btn-group-fullwidth .btn {\n  flex: 1 1 auto; }\n\n.btn-group-sm > .btn {\n  font-size: 12px; }\n\n.btn-group .btn.btn-gray.active {\n  background-color: var(--bs-border-color); }\n\n.form-control::placeholder {\n  opacity: 0.7; }\n\n.form-control {\n  font-size: inherit;\n  box-shadow: rgba(var(--bs-body-color-rgb), 0.08) 0px 1px 2px 0px inset; }\n\n.btn-link:hover {\n  text-decoration: none; }\n\n/* autocomplete */\ninput.autocomplete-loading {\n  background-image: url(../libs/autocomplete/autocomplete.gif);\n  background-position: center right;\n  background-repeat: no-repeat; }\n\nul.autocomplete {\n  position: absolute;\n  overflow: hidden;\n  background-color: var(--bs-body-bg);\n  border: 1px solid var(--bs-border-color);\n  border-top: none;\n  margin-top: -1px;\n  margin: 0px;\n  padding: 0px;\n  list-style: none;\n  color: #000;\n  display: none;\n  z-index: 1000; }\n\nul.autocomplete li {\n  display: block;\n  padding: 0.3em;\n  overflow: hidden;\n  width: 100%;\n  cursor: pointer; }\n\nul.autocomplete li.selected {\n  background-color: Highlight;\n  color: var(--bs-body-bg); }\n\n/*\n.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {\n\tbox-shadow: 0px 0px 1px 0px rgba( 255,255,255, 0.1);\n\tbackground-color:rgba( $builder-background-color, 0.07);\n\tborder-radius:0px;\n\tborder-color: transparent;\n\t&:focus {\n\t\tbox-shadow: 0px 0px 1px 0px rgba( $builder-background-color, 0.2);\n\t}\n}\n*/\n.input-list-select .elements {\n  max-height: 300px;\n  overflow-y: auto;\n  box-shadow: 1px 1px 3px 0px rgba(var(--bs-body-color-rgb), 0.05) inset;\n  border: 1px solid #ced4da;\n  padding: 0.3rem; }\n  .input-list-select .elements .row {\n    --bs-gutter-y: 0.5rem;\n    --bs-gutter-x: 0.5rem; }\n  .input-list-select .elements .element {\n    border: 1px solid #ced4da;\n    box-shadow: 1px 1px 3px 0px rgba(var(--bs-body-color-rgb), 0.05) inset;\n    padding: 0.2rem;\n    height: 100%;\n    text-align: center; }\n    .input-list-select .elements .element:hover {\n      border-color: var(--bs-link-color);\n      color: var(--bs-link-color); }\n    .input-list-select .elements .element label {\n      display: block;\n      font-size: 11px; }\n\n#accordionSections .card {\n  border-color: rgba(18, 83, 205, 0.1); }\n  #accordionSections .card .card-header {\n    background: rgba(18, 83, 205, 0.05);\n    border: none;\n    padding: 0rem; }\n    #accordionSections .card .card-header button {\n      font-size: 13px;\n      text-align: left;\n      padding: 0.5rem;\n      border-bottom: 1px solid rgba(18, 83, 205, 0.2); }\n      #accordionSections .card .card-header button:focus {\n        text-decoration: none; }\n      #accordionSections .card .card-header button .header-arrow {\n        padding: 0.2rem; }\n\n#sections-list {\n  background: var(--bs-body-bg); }\n\n.sections-tabs .nav-link span,\n.component-properties .nav-link span {\n  font-size: 12px; }\n\n.add-section-btn {\n  position: relative;\n  bottom: 0px;\n  background: var(--bs-primary);\n  color: var(--bs-white);\n  font-size: 18px;\n  border-radius: 24px;\n  width: 32px;\n  height: 32px;\n  padding: 3px 7px;\n  cursor: pointer;\n  display: block;\n  box-shadow: 0px 0px 1px 2px rgba(18, 83, 205, 0.05);\n  box-shadow: 0px 3px 7px 1px rgba(var(--bs-body-color-rgb), 0.1), 1px 2px 7px 1px rgba(255, 255, 255, 0.1) inset;\n  margin: auto;\n  position: absolute;\n  font-size: 21px;\n  width: 36px;\n  height: 36px;\n  line-height: 36px;\n  visibility: hidden;\n  top: 50%;\n  left: 50%;\n  margin-top: -18px;\n  margin-left: -18px;\n  border-color: var(--bs-link-color); }\n  .add-section-btn i {\n    font-weight: 600; }\n  .add-section-btn:hover {\n    text-decoration: none;\n    filter: brightness(1.2); }\n  .add-section-btn i {\n    color: var(--bs-body-bg); }\n\n.animation-container {\n  width: 200px;\n  height: 200px;\n  position: absolute;\n  top: 50%;\n  left: 50%;\n  transform: translate(-50%, -50%);\n  margin: auto;\n  filter: url(\"#goo\");\n  animation: rotate-move 2s ease-in-out infinite; }\n\n.dot {\n  width: 50px;\n  height: 50px;\n  border-radius: 50%;\n  background-color: rgba(var(--bs-body-bg-rgb), 0.7);\n  position: absolute;\n  top: 0;\n  bottom: 0;\n  left: 0;\n  right: 0;\n  margin: auto;\n  line-height: 49px;\n  text-align: center; }\n\n.dot-3 {\n  background-color: var(--bs-link-color);\n  animation: dot-3-move 2s ease infinite, index 6s ease infinite; }\n\n.dot-2 {\n  background-color: #198754;\n  animation: dot-2-move 2s ease infinite, index 6s -4s ease infinite; }\n\n.dot-1 {\n  background-color: #dc3545;\n  animation: dot-1-move 2s ease infinite, index 6s -2s ease infinite; }\n\n@keyframes dot-3-move {\n  20% {\n    transform: scale(1); }\n  45% {\n    transform: translateY(-18px) scale(0.45); }\n  60% {\n    transform: translateY(-90px) scale(0.45); }\n  80% {\n    transform: translateY(-90px) scale(0.45); }\n  100% {\n    transform: translateY(0px) scale(1); } }\n\n@keyframes dot-2-move {\n  20% {\n    transform: scale(1); }\n  45% {\n    transform: translate(-16px, 12px) scale(0.45); }\n  60% {\n    transform: translate(-80px, 80px) scale(0.45); }\n  80% {\n    transform: translate(-80px, 80px) scale(0.45); }\n  100% {\n    transform: translateY(0px) scale(1); } }\n\n@keyframes dot-1-move {\n  20% {\n    transform: scale(1); }\n  45% {\n    transform: translate(16px, 12px) scale(0.45); }\n  60% {\n    transform: translate(80px, 70px) scale(0.45); }\n  80% {\n    transform: translate(80px, 60px) scale(0.45); }\n  100% {\n    transform: translateY(0px) scale(1); } }\n\n@keyframes rotate-move {\n  55% {\n    transform: translate(-50%, -50%) rotate(0deg); }\n  80% {\n    transform: translate(-50%, -50%) rotate(360deg); }\n  100% {\n    transform: translate(-50%, -50%) rotate(360deg); } }\n\n@keyframes index {\n  0%,\n  100% {\n    z-index: 3; }\n  33.3% {\n    z-index: 2; }\n  66.6% {\n    z-index: 1; } }\n\ninput[type=\"color\"] {\n  width: 24px;\n  height: 24px;\n  border-radius: 3px;\n  padding: 2px;\n  box-shadow: none; }\n  input[type=\"color\"].form-control-color::-moz-color-swatch {\n    min-width: 17px;\n    min-height: 17px;\n    border-radius: 3px;\n    box-shadow: 1px 1px 5px 0px rgba(var(--bs-body-color-rgb), 0.25);\n    border: none; }\n  input[type=\"color\"].form-control-color::-webkit-color-swatch {\n    min-width: 17px;\n    min-height: 17px;\n    border-radius: 3px;\n    box-shadow: 1px 1px 5px 0px rgba(var(--bs-body-color-rgb), 0.25);\n    border: none; }\n\n.breadcrumb-navigator {\n  min-height: 35px;\n  font-size: 12px; }\n  .breadcrumb-navigator .breadcrumb {\n    padding: 0.5rem 0.7rem;\n    margin: 0; }\n    .breadcrumb-navigator .breadcrumb .breadcrumb-item a {\n      color: var(--bs-body-color);\n      background: rgba(var(--bs-secondary-color-rgb), 0.03);\n      padding: 0.2rem 0.4rem;\n      border-radius: 4px;\n      border: 1px solid var(--bs-border-color);\n      text-decoration: none; }\n      .breadcrumb-navigator .breadcrumb .breadcrumb-item a:hover {\n        background: rgba(var(--bs-link-color-rgb), 0.05);\n        border: 1px solid rgba(var(--bs-link-color-rgb), 0.2);\n        text-decoration: none; }\n      .breadcrumb-navigator .breadcrumb .breadcrumb-item a.el-component {\n        border-color: var(--bs-primary-bg-subtle);\n        background-color: rgba(var(--bs-primary-rgb), 0.07); }\n      .breadcrumb-navigator .breadcrumb .breadcrumb-item a.el-attribute {\n        border-color: var(--bs-success-bg-subtle);\n        background-color: rgba(var(--bs-success-rgb), 0.07); }\n\n#dragElement-clone {\n  background: rgba(var(--bs-body-bg-rgb), 0.5);\n  border: 1px solid rgba(var(--bs-body-color-rgb), 0.15);\n  border-radius: 4px;\n  pointer-events: none; }\n\n@keyframes popup-animation {\n  0% {\n    transform: translateY(-3rem) scaleY(0) scaleX(0); }\n  to {\n    transform: translateY(0) scaleY(1) scaleX(1); } }\n\n/* input-html-list-select */\n.input-html-list-select .elements {\n  margin-top: 5px;\n  max-height: 300px;\n  overflow-y: auto;\n  overflow-x: hidden;\n  border: 1px solid var(--bs-border-color); }\n  .input-html-list-select .elements li {\n    cursor: pointer; }\n\n.tab-content {\n  height: 100%;\n  display: flex;\n  flex-direction: column; }\n  .tab-content > .active {\n    display: flex;\n    flex-direction: column;\n    height: 100%; }\n\nimg.preview {\n  max-width: 100%;\n  margin: auto; }\n\n.hint {\n  position: relative;\n  /*\n    input:hover + &,\n    select:focus + &, */ }\n  .hint:before {\n    position: absolute;\n    bottom: 100%;\n    margin-bottom: -11px;\n    left: calc(50% - 6px);\n    content: '';\n    z-index: 1000001;\n    transform: translateY(-18px);\n    visibility: hidden;\n    opacity: 0;\n    z-index: 1000000;\n    pointer-events: none;\n    transition: .3s ease;\n    transition-delay: 0s;\n    border: 6px solid transparent;\n    border-top-color: rgba(var(--bs-body-color-rgb), 0.9); }\n  .hint:after {\n    content: attr(aria-label);\n    bottom: 100%;\n    left: 50%;\n    background: rgba(var(--bs-body-color-rgb), 0.9);\n    color: var(--bs-body-bg);\n    padding: 8px 10px;\n    font-size: 12px;\n    font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n    line-height: 12px;\n    white-space: nowrap;\n    text-shadow: 0 -1px 0 var(--bs-body-color);\n    box-shadow: rgba(var(--bs-body-color-rgb), 0.3);\n    position: absolute;\n    transform: translateX(-50%);\n    visibility: hidden;\n    opacity: 0;\n    z-index: 1000000;\n    pointer-events: none;\n    transition: .3s ease;\n    transition-delay: 0s; }\n  .hint:hover:before, .hint:hover:after {\n    visibility: visible;\n    opacity: 1;\n    transition-delay: .1s;\n    transform: translateX(-50%) translateY(-8px); }\n  .hint:hover:before {\n    transform: translateY(-8px); }\n\n.btn-light {\n  --bs-btn-bg: transparent;\n  border-color: transparent;\n  color: var(--bs-body-color); }\n\n.btn-outline-primary {\n  --bs-btn-color: var(--bs-link-color); }\n\n.form-switch-lg {\n  font-size: 1rem;\n  min-height: 1rem; }\n\n#tree-list {\n  position: absolute;\n  top: 10%;\n  left: 80%;\n  left: calc(100% - 300px);\n  border-radius: 2px;\n  z-index: 100;\n  width: 250px;\n  min-width: 250px;\n  min-height: 250px;\n  height: 500px;\n  resize: both;\n  overflow: hidden;\n  border: 1px solid rgba(var(--bs-body-color-rgb), 0.1);\n  box-shadow: 0px 1px 5px 0px rgba(var(--bs-body-color-rgb), 0.05);\n  background: var(--bs-body-bg); }\n  #tree-list .header {\n    display: flex;\n    justify-content: space-between;\n    height: 30px;\n    font-size: 12px;\n    color: rgba(var(--bs-body-color-rgb), 0.7);\n    border-bottom: 1px solid var(--bs-border-color);\n    cursor: grabbing; }\n    #tree-list .header > div {\n      padding: 0.4rem 1rem; }\n      #tree-list .header > div:before {\n        content: \"....\";\n        opacity: 0.5;\n        width: 15px;\n        top: 0;\n        font-size: 28px;\n        word-wrap: break-word;\n        line-height: 7px;\n        vertical-align: middle;\n        display: inline-block;\n        margin-right: 10px;\n        margin-top: -1rem; }\n  #tree-list .tree {\n    padding: 1rem;\n    overflow: auto;\n    width: 100%;\n    height: 100%;\n    height: calc(100% - 30px); }\n    #tree-list .tree label.active {\n      border: 1px solid rgba(var(--bs-primary-rgb), 0.15);\n      background-color: rgba(var(--bs-primary-rgb), 0.05); }\n    #tree-list .tree > ol li input {\n      height: 2.4em;\n      width: 4em; }\n    #tree-list .tree > ol li input:checked + ol {\n      padding: 2rem 0 0 1.5rem; }\n    #tree-list .tree > ol li.file > label {\n      margin-left: 18px; }\n\n/* theme specific styes needed by section component */\nbody > section,\nbody > footer,\nbody > header {\n  position: relative;\n  /*\n\t\t&.overlay {\n\t\t\tposition: relative;\n\t\t\t\n\t\t\t\n\t\t\t&:before {\n\t\t\t\tz-index: 1;\n\t\t\t\tposition: absolute;\n\t\t\t\tleft: 0;\n\t\t\t\tright: 0;\n\t\t\t\tbottom: 0;\n\t\t\t\ttop: 0;\n\t\t\t\tcontent: \"\";\n\t\t\t\tbackground: rgba(var(--bs-body-color-rgb), 0.4);\n\t\t\t}\n\t\t}*/ }\n  body > section .background-container,\n  body > section .overlay,\n  body > footer .background-container,\n  body > footer .overlay,\n  body > header .background-container,\n  body > header .overlay {\n    position: absolute;\n    top: 0;\n    left: 0;\n    z-index: -2;\n    width: 100%;\n    height: 100%;\n    overflow: hidden; }\n    body > section .background-container img,\n    body > section .background-container video,\n    body > section .overlay img,\n    body > section .overlay video,\n    body > footer .background-container img,\n    body > footer .background-container video,\n    body > footer .overlay img,\n    body > footer .overlay video,\n    body > header .background-container img,\n    body > header .background-container video,\n    body > header .overlay img,\n    body > header .overlay video {\n      width: auto;\n      height: auto;\n      max-width: initial;\n      min-height: 100%;\n      min-width: 100%;\n      /*\n\t\t\t\t@include media-breakpoint-down(md) { \n\t\t\t\t\tmargin: 0 0 0 -25%;\n\t\t\t\t}\n\t\t\t\t\n\t\t\t\t@include media-breakpoint-down(sm) {\n\t\t\t\t\tmargin: 0 0 0 -50%;\t\n\t\t\t\t}\n\t\t\t\t*/ }\n    body > section .background-container img,\n    body > section .overlay img,\n    body > footer .background-container img,\n    body > footer .overlay img,\n    body > header .background-container img,\n    body > header .overlay img {\n      position: absolute;\n      left: 50%;\n      top: 50%;\n      height: 100%;\n      width: auto;\n      -webkit-transform: translate(-50%, -50%);\n      -ms-transform: translate(-50%, -50%);\n      transform: translate(-50%, -50%); }\n  body > section .overlay,\n  body > footer .overlay,\n  body > header .overlay {\n    z-index: -1;\n    background: var(--bs-black);\n    opacity: 0.7; }\n  body > section .separator,\n  body > footer .separator,\n  body > header .separator {\n    z-index: 2;\n    position: absolute;\n    width: 100%;\n    color: #fff;\n    /*> svg, */ }\n    body > section .separator > img,\n    body > footer .separator > img,\n    body > header .separator > img {\n      width: 100%;\n      height: 100%; }\n    body > section .separator.bottom,\n    body > footer .separator.bottom,\n    body > header .separator.bottom {\n      bottom: 0; }\n    body > section .separator.top,\n    body > footer .separator.top,\n    body > header .separator.top {\n      top: 0px; }\n\n.modal .modal-content {\n  height: 100%; }\n\n.percent {\n  display: inline-block;\n  position: relative; }\n\n.percent input {\n  width: 50px;\n  margin-top: 3px;\n  font-size: 14px;\n  text-align: left;\n  padding: 0.2rem 0.1rem 0.2rem 0.4rem;\n  /*  \n  -moz-appearance: textfield;\n  -webkit-appearance: textfield;\n  appearance: textfield;\n*/ }\n\n.percent:hover::after,\n.percent:focus-within::after {\n  display: none; }\n\n.percent::after {\n  font-size: 12px;\n  position: absolute;\n  top: 0.55rem;\n  right: 0.4rem;\n  transition: all .05s ease-in-out;\n  content: '%'; }\n\n.gallery {\n  column-count: 4;\n  column-gap: 20px; }\n  .gallery.flex {\n    display: flex;\n    flex-wrap: wrap; }\n    .gallery.flex .item {\n      flex: 1 0 21%; }\n  .gallery.has-shadow .item img {\n    box-shadow: 2px 2px 4px 0 #ccc; }\n  .gallery.masonry {\n    margin: 0px;\n    padding: 0; }\n  .gallery .item {\n    margin-bottom: 20px;\n    width: 100%;\n    transition: 1s ease all;\n    box-sizing: border-box; }\n  .gallery .item a {\n    display: block; }\n  .gallery .item img {\n    max-width: 100%; }\n  @media only screen and (max-width: 320px) {\n    .gallery .masonry {\n      column-count: 1; } }\n  @media only screen and (min-width: 321px) and (max-width: 768px) {\n    .gallery .masonry {\n      column-count: 2; } }\n  @media only screen and (min-width: 769px) and (max-width: 1200px) {\n    .gallery .masonry {\n      column-count: 3; } }\n  @media only screen and (min-width: 1201px) {\n    .gallery .masonry {\n      column-count: 4; } }\n\n/* autocomplete */\ninput.autocomplete-loading {\n  background-image: url(../libs/autocomplete/autocomplete.gif);\n  background-position: left center;\n  background-repeat: no-repeat; }\n\nul.autocomplete ~ .btn-close {\n  position: absolute;\n  right: 1.5rem;\n  margin-top: -1.5rem;\n  display: none; }\n\n.autocomplete-open ~ button.btn-close {\n  display: block; }\n\nul.autocomplete {\n  position: absolute;\n  overflow: hidden;\n  background-color: var(--bs-body-bg);\n  border: 1px solid var(--bs-border-color);\n  border-top: none;\n  margin-top: -1px;\n  margin: 0px;\n  padding: 0px;\n  list-style: none;\n  color: var(--bs-body-color);\n  display: none;\n  z-index: 1000; }\n\nul.autocomplete li {\n  display: block;\n  padding: 0.3em;\n  overflow: hidden;\n  width: 100%;\n  cursor: pointer; }\n  ul.autocomplete li:hover {\n    background-color: var(--bs-primary);\n    color: var(--bs-body-bg); }\n\nul.autocomplete li.selected {\n  background-color: Highlight;\n  background-color: var(--bs-primary);\n  color: var(--bs-body-bg);\n  color: var(--bs-white); }\n\ninput.autocomplete-list {\n  border-radius: 5px 5px 0px 0px; }\n\ndiv.autocomplete-list {\n  border-radius: 0px 0px 5px 5px;\n  overflow: auto;\n  min-height: 150px;\n  height: 150px;\n  resize: vertical; }\n\n.autocomplete-list > div {\n  padding: 0.3rem 0.3rem 0.3rem 1rem;\n  border-bottom: 1px dashed var(--bs-border-color);\n  display: flex;\n  justify-content: space-between;\n  align-items: center; }\n  .autocomplete-list > div .btn-close {\n    vertical-align: middle;\n    margin: 0.5rem; }\n\n.tags-input .tag {\n  display: inline-block;\n  font-size: 0.75rem;\n  padding: 0 0.3rem;\n  border: 1px solid var(--bs-primary-bg-subtle);\n  background-color: var(--bs-primary-bg-subtle);\n  background-color: rgba(var(--bs-primary-rgb), 0.1);\n  color: var(--bs-primary-text-emphasis);\n  border-radius: 4px;\n  margin: 0.2rem; }\n  .tags-input .tag .remove-btn {\n    color: var(--bs-link-color); }\n\n.tags-input input.form-control {\n  box-shadow: none; }\n\n.btn-icon {\n  margin-bottom: 0px;\n  position: relative;\n  box-shadow: 0 4px 4px #08080814, 0 1px 2px #08080833, inset 0 6px 12px #ffffff1f, inset 0 1px 1px #fff3;\n  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.07), 1px 1px 2px 1px rgba(255, 255, 255, 0.15) inset;\n  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.08), 0 6px 12px rgba(0, 0, 0, 0.012), 0 6px 12px rgba(255, 255, 255, 0.12) inset, 0 1px 1px rgba(255, 255, 255, 0.2) inset;\n  font-weight: 500;\n  /*\n\ti:first-child {\n\t\tdisplay: inline-block;\n\t\tmargin-right:0.3rem;\n\t\t//font-size: 21px;\n\t\t//opacity:0.7;\n\t}\n\t*/ }\n  .btn-icon.btn-outline-primary {\n    border-width: 0px;\n    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(var(--bs-primary-rgb), 0.15) 0px 1px 2px 0px, rgba(var(--bs-primary-rgb), 0.2) 0px 0px 0px 1px; }\n    .btn-icon.btn-outline-primary:hover {\n      color: var(--bs-link-color);\n      background: var(--bs-border-color); }\n    .btn-icon.btn-outline-primary i {\n      background: transparent; }\n  .btn-icon.btn-outline-secondary, .btn-icon.btn-outline-success, .btn-icon.btn-outline-danger {\n    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.12) 0px 1px 2px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;\n    border: none;\n    --bs-border-width:0; }\n  .btn-icon.btn-secondary {\n    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.07), -1px 1px 2px 0px rgba(255, 255, 255, 0.15) inset; }\n    .btn-icon.btn-secondary i {\n      background: transparent; }\n  .btn-icon.btn-primary {\n    --bs-btn-border-color: rgba(var(--bs-primary-rgb), 0.5);\n    --bs-btn-bg:#0030C0;\n    padding-left: 1.2rem;\n    padding-right: 1.2rem; }\n    .btn-icon.btn-primary i {\n      /*background: rgba(255, 255, 255, 0.1);*/ }\n  .btn-icon.btn-sm, .btn-group-sm > .btn-icon.btn {\n    border: none; }\n    .btn-icon.btn-sm i, .btn-group-sm > .btn-icon.btn i {\n      /*padding: 0.5rem 0.5rem;*/ }\n  .btn-icon:after {\n    content: \".\";\n    background-image: linear-gradient(white, rgba(255, 255, 255, 0));\n    position: absolute;\n    left: 0;\n    top: 0;\n    width: 100%;\n    height: 100%;\n    opacity: 0.16; }\n  .btn-icon.btn-outline-secondary:after, .btn-icon.btn-outline-primary:after, .btn-icon.btn-outline-secondary:after {\n    background-image: linear-gradient(rgba(0, 0, 0, 0), black);\n    opacity: 0.03; }\n\n.btn.btn-outline-dark {\n  border-color: var(--bs-border-color); }\n\n.btn.btn-outline-secondary {\n  /*\n\t--bs-btn-color: var(--bs-body-color);\n    --bs-btn-border-color: var(--bs-body-color-rgb);\n\t--bs-btn-hover-color:var(--bs-body-color);\n\t--bs-btn-hover-bg:#eee;\n\t--bs-btn-hover-border-color: var(--bs-border-color);\n\t--bs-btn-active-bg:var(--bs-body-color-rgb);\n\t--bs-btn-active-color:#222;*/\n  --bs-btn-bg:var(--bs-body-bg);\n  --bs-btn-border-color:var(--bs-border-color);\n  --bs-btn-hover-bg:var(--bs-primary-bg-subtle);\n  --bs-btn-hover-color:var(--bs-body-color);\n  --bs-btn-hover-border:var(--bs-body-color);\n  --bs-btn-hover-border-color:var(--bs-border-color);\n  --bs-btn-active-bg: var(--bs-border-color);\n  --bs-btn-active-color: var(--bs-body-color);\n  --bs-btn-active-border-color: var(--bs-border-color); }\n\n.btn-group > .save-btn {\n  border-right: 2px solid rgba(var(--bs-body-color-rgb), 0.2);\n  padding: 0.1rem 1.2rem 0.2rem;\n  font-weight: 500;\n  font-size: 1rem; }\n  .btn-group > .save-btn i {\n    font-size: 1rem;\n    line-height: 21px; }\n\n.save-btn.dropdown-toggle-split {\n  padding: 0 0.5rem;\n  box-shadow: none;\n  border-left: 1px solid rgba(var(--bs-body-bg-rgb), 0.2); }\n\n.btn-xs {\n  --bs-btn-font-size: 0.75rem;\n  --bs-btn-font-weight: 500;\n  --bs-btn-padding-y:0.5rem;\n  --bs-btn-padding-x:1rem; }\n\nlabel.form-check .form-check-input {\n  float: none;\n  vertical-align: middle;\n  margin-right: 0.2rem; }\n\n.form-check .form-check-input {\n  position: relative;\n  box-shadow: 0px 0px 2px 1px rgba(var(--bs-body-color-rgb), 0.07) inset; }\n\n.modal-full .modal-dialog.modal-xl {\n  max-width: 90%; }\n\n.modal-full .modal-dialog.modal-xl.modal-dialog-scrollable .modal-content {\n  min-height: 50%; }\n\n.align-left {\n  float: left;\n  margin-bottom: 25px;\n  max-width: 50%; }\n\n.align-right {\n  float: right;\n  margin-bottom: 25px;\n  max-width: 50%; }\n\n.align-center {\n  display: block;\n  margin-left: auto;\n  margin-right: auto; }\n\nvideo, audio {\n  max-width: 100%; }\n\n.btn.btn-outline-secondary {\n  --bs-btn-bg:var(--bs-body-bg);\n  --bs-btn-border-color:var(--bs-border-color);\n  --bs-btn-hover-bg:var(--bs-primary-bg-subtle);\n  --bs-btn-hover-color:var(--bs-body-color);\n  --bs-btn-hover-border:var(--bs-body-color);\n  --bs-btn-hover-border-color:var(--bs-border-color);\n  --bs-btn-active-bg: var(--bs-border-color);\n  --bs-btn-active-color: var(--bs-body-color);\n  --bs-btn-active-border-color: var(--bs-border-color); }\n"
  },
  {
    "path": "css/vvvebjs-editor-helpers.css",
    "content": "body {\n  scrollbar-color: rgba(var(--bs-body-color-rgb), 0.1) #fff;\n  scrollbar-width: thin; }\n  body::-webkit-scrollbar {\n    width: 0.5rem;\n    background-color: rgba(var(--bs-body-bg-rgb), 0.1);\n    -webkit-box-shadow: none; }\n  body::-webkit-scrollbar-track {\n    -webkit-box-shadow: inset 0 0 1px rgba(var(--bs-body-color-rgb), 0.05); }\n  body::-webkit-scrollbar-thumb {\n    background-color: rgba(var(--bs-body-color-rgb), 0.15);\n    outline: 1px solid slategrey; }\n\n[data-vvveb-disabled] {\n  pointer-events: none;\n  position: relative; }\n  [data-vvveb-disabled]::after {\n    content: \"Non-editable area\";\n    position: absolute;\n    left: 0px;\n    top: 0px;\n    width: 100%;\n    height: 100%;\n    padding-top: 5px;\n    font-weight: 600;\n    font-size: 12px;\n    text-align: center;\n    background: rgba(252, 252, 252, 0.85);\n    border: 1px dashed #999;\n    overflow: hidden;\n    display: flex;\n    align-items: center;\n    justify-content: center; }\n\n[data-vvveb-disabled-area] *:not([data-vvveb-edit-exception]) {\n  pointer-events: none;\n  position: relative; }\n  [data-vvveb-disabled-area] *:not([data-vvveb-edit-exception])::after {\n    content: \"Non-editable area\";\n    position: absolute;\n    left: 0px;\n    top: 0px;\n    width: 100%;\n    height: 100%;\n    padding-top: 5px;\n    font-weight: 600;\n    font-size: 12px;\n    text-align: center;\n    background: rgba(252, 252, 252, 0.85);\n    border: 1px dashed #999;\n    overflow: hidden;\n    display: flex;\n    align-items: center;\n    justify-content: center; }\n\n/*\nPrevents iframe mouse events that prevents clicking on the component  \n */\n[data-component-lottie] > svg,\n[data-component-oembed] iframe,\n[data-component-oembed] > div,\n[data-component-video] > iframe,\n[data-component-maps] > iframe,\n[data-component-twitter] > iframe,\n[data-component-iframe] > iframe,\n[data-component-openstreetmap] > iframe {\n  pointer-events: none; }\n\n[contenteditable=\"true\"] {\n  outline: none; }\n  [contenteditable=\"true\"]:focus-visible {\n    outline: none; }\n\n.is-dragged {\n  pointer-events: none;\n  opacity: 0.15;\n  position: relative;\n  /*\n\t&:after {\n\t\tposition: absolute;\n\t\twidth: 100%;\n\t\theight: 100%;\n\t\tleft: 0;\n\t\tbackground: rgba(255,255,0,0.1);\n\t\tcontent: \" \";\n\t\ttop: 0;\n\t}*/ }\n\n.vvveb-hidden {\n  display: none !important; }\n\nbody.vvveb-hidden {\n  display: unset !important; }\n  body.vvveb-hidden .vvveb-hidden, body.vvveb-hidden .d-none, body.vvveb-hidden .invisible {\n    display: unset !important;\n    visibility: visible !important;\n    overflow: hidden;\n    position: relative; }\n    body.vvveb-hidden .vvveb-hidden::after, body.vvveb-hidden .d-none::after, body.vvveb-hidden .invisible::after {\n      content: \"Hidden\";\n      position: absolute;\n      left: 0px;\n      top: 0px;\n      width: 100%;\n      height: 100%;\n      padding-top: 5px;\n      font-weight: 600;\n      font-size: 12px;\n      text-align: center;\n      background: rgba(252, 252, 252, 0.85);\n      background: rgba(var(--bs-body-bg-rgb), 0.85);\n      border: 1px dashed #999;\n      border: 1px dashed var(--bs-border-color);\n      overflow: hidden;\n      display: flex;\n      align-items: center;\n      justify-content: center; }\n    body.vvveb-hidden .vvveb-hidden:hover::after, body.vvveb-hidden .d-none:hover::after, body.vvveb-hidden .invisible:hover::after {\n      display: none; }\n\nsection .container div > .row > [class*=\"col-\"]:empty,\nsection .container div > .row > .col:empty,\nsection .container > .row > [class*=\"col-\"]:empty,\nsection .container > .row > .col:empty, section .container-fluid div > .row > [class*=\"col-\"]:empty,\nsection .container-fluid div > .row > .col:empty,\nsection .container-fluid > .row > [class*=\"col-\"]:empty,\nsection .container-fluid > .row > .col:empty {\n  background: var(--bs-tertiary-bg);\n  min-height: 200px;\n  outline: 1px solid var(--bs-border-color);\n  outline-offset: -0.5rem;\n  margin: 0.5rem;\n  display: flex; }\n  section .container div > .row > [class*=\"col-\"]:empty:after,\n  section .container div > .row > .col:empty:after,\n  section .container > .row > [class*=\"col-\"]:empty:after,\n  section .container > .row > .col:empty:after, section .container-fluid div > .row > [class*=\"col-\"]:empty:after,\n  section .container-fluid div > .row > .col:empty:after,\n  section .container-fluid > .row > [class*=\"col-\"]:empty:after,\n  section .container-fluid > .row > .col:empty:after {\n    content: 'Drag elements here';\n    font-size: 85%;\n    color: var(--bs-secondary);\n    display: block;\n    vertical-align: middle;\n    display: flex;\n    align-self: center;\n    margin: auto; }\n\nsection:hover .container div > .row > [class*=\"col-\"],\nsection:hover .container div > .row > .col, section:hover .container > .row > [class*=\"col-\"],\nsection:hover .container > .row > .col, section:hover .container-fluid div > .row > [class*=\"col-\"],\nsection:hover .container-fluid div > .row > .col, section:hover .container-fluid > .row > [class*=\"col-\"],\nsection:hover .container-fluid > .row > .col {\n  outline: 1px dashed rgba(var(--bs-success-rgb), 0.35);\n  outline-offset: -2px; }\n\n.row:hover > [class*=\"col-\"],\n.row:hover > .col {\n  outline: 1px dashed rgba(var(--bs-success-rgb), 0.35);\n  outline-offset: -2px; }\n\n#vvvebjs-new-section {\n  background: #f8f9fa;\n  background: var(--bs-tertiary-bg);\n  display: block; }\n  #vvvebjs-new-section .col {\n    justify-content: center;\n    display: flex;\n    flex-wrap: wrap;\n    width: 100%;\n    background: #fff;\n    background: var(--bs-body-bg);\n    border: 1px dashed #ccc; }\n  #vvvebjs-new-section button {\n    margin: 0.5rem;\n    background: #0030C0;\n    padding: 0.4rem 2.5rem;\n    color: #fff;\n    font-size: 14px;\n    border-radius: 3px;\n    border-color: #0030C0;\n    border-width: 1px; }\n  #vvvebjs-new-section .container,\n  #vvvebjs-new-section .row,\n  #vvvebjs-new-section .col {\n    padding: 1rem;\n    justify-content: center; }\n"
  },
  {
    "path": "demo/album/index.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n  <head>\n    <meta charset=\"utf-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">\n    <meta name=\"description\" content=\"\">\n    <meta name=\"author\" content=\"\">\n    <link rel=\"icon\" href=\"../../../../favicon.ico\">\n\n    <title>Album example for Bootstrap</title>\n\n    <!-- Bootstrap core CSS -->\n    <link href=\"../../css/editor.css\" rel=\"stylesheet\">\n\n  </head>\n\n  <body>\n\n<header>\n  <div class=\"collapse bg-dark\" id=\"navbarHeader\">\n    <div class=\"container\">\n      <div class=\"row\">\n        <div class=\"col-sm-8 col-md-7 py-4\">\n          <h4 class=\"text-white\">About</h4>\n          <p class=\"text-muted\">Add some information about the album below, the author, or any other background context. Make it a few sentences long so folks can pick up some informative tidbits. Then, link them off to some social networking sites or contact information.</p>\n        </div>\n        <div class=\"col-sm-4 offset-md-1 py-4\">\n          <h4 class=\"text-white\">Contact</h4>\n          <ul class=\"list-unstyled\">\n            <li><a href=\"#\" class=\"text-white\">Follow on Twitter</a></li>\n            <li><a href=\"#\" class=\"text-white\">Like on Facebook</a></li>\n            <li><a href=\"#\" class=\"text-white\">Email me</a></li>\n          </ul>\n        </div>\n      </div>\n    </div>\n  </div>\n  <div class=\"navbar navbar-dark bg-dark shadow-sm\">\n    <div class=\"container\">\n      <a href=\"#\" class=\"navbar-brand d-flex align-items-center\">\n        <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" aria-hidden=\"true\" class=\"me-2\" viewBox=\"0 0 24 24\"><path d=\"M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z\"/><circle cx=\"12\" cy=\"13\" r=\"4\"/></svg>\n        <strong>Album</strong>\n      </a>\n      <button class=\"navbar-toggler\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#navbarHeader\" aria-controls=\"navbarHeader\" aria-expanded=\"false\" aria-label=\"Toggle navigation\">\n        <span class=\"navbar-toggler-icon\"></span>\n      </button>\n    </div>\n  </div>\n</header>\n\n<main>\n\n  <section class=\"py-5 text-center container\">\n    <div class=\"row py-lg-5\">\n      <div class=\"col-lg-6 col-md-8 mx-auto\">\n        <h1 class=\"fw-light\">Album example</h1>\n        <p class=\"lead text-muted\">Something short and leading about the collection below—its contents, the creator, etc. Make it short and sweet, but not too short so folks don’t simply skip over it entirely.</p>\n        <p>\n          <a href=\"#\" class=\"btn btn-primary my-2\">Main call to action</a>\n          <a href=\"#\" class=\"btn btn-secondary my-2\">Secondary action</a>\n        </p>\n      </div>\n    </div>\n  </section>\n\n  <div class=\"album py-5 bg-light\">\n    <div class=\"container\">\n\n      <div class=\"row row-cols-1 row-cols-sm-2 row-cols-md-3 g-3\">\n        <div class=\"col\">\n          <div class=\"card shadow-sm\">\n                            <img class=\"card-img-top\" data-src=\"holder.js/100px225?theme=thumb&bg=55595c&fg=eceeef&text=Thumbnail\" alt=\"Card image cap\">\n            <div class=\"card-body\">\n              <p class=\"card-text\">This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p>\n              <div class=\"d-flex justify-content-between align-items-center\">\n                <div class=\"btn-group\">\n                  <button type=\"button\" class=\"btn btn-sm btn-outline-secondary\">View</button>\n                  <button type=\"button\" class=\"btn btn-sm btn-outline-secondary\">Edit</button>\n                </div>\n                <small class=\"text-muted\">9 mins</small>\n              </div>\n            </div>\n          </div>\n        </div>\n        <div class=\"col\">\n          <div class=\"card shadow-sm\">\n                            <img class=\"card-img-top\" data-src=\"holder.js/100px225?theme=thumb&bg=55595c&fg=eceeef&text=Thumbnail\" alt=\"Card image cap\">\n            <div class=\"card-body\">\n              <p class=\"card-text\">This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p>\n              <div class=\"d-flex justify-content-between align-items-center\">\n                <div class=\"btn-group\">\n                  <button type=\"button\" class=\"btn btn-sm btn-outline-secondary\">View</button>\n                  <button type=\"button\" class=\"btn btn-sm btn-outline-secondary\">Edit</button>\n                </div>\n                <small class=\"text-muted\">9 mins</small>\n              </div>\n            </div>\n          </div>\n        </div>\n        <div class=\"col\">\n          <div class=\"card shadow-sm\">\n                            <img class=\"card-img-top\" data-src=\"holder.js/100px225?theme=thumb&bg=55595c&fg=eceeef&text=Thumbnail\" alt=\"Card image cap\">\n            <div class=\"card-body\">\n              <p class=\"card-text\">This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p>\n              <div class=\"d-flex justify-content-between align-items-center\">\n                <div class=\"btn-group\">\n                  <button type=\"button\" class=\"btn btn-sm btn-outline-secondary\">View</button>\n                  <button type=\"button\" class=\"btn btn-sm btn-outline-secondary\">Edit</button>\n                </div>\n                <small class=\"text-muted\">9 mins</small>\n              </div>\n            </div>\n          </div>\n        </div>\n\n        <div class=\"col\">\n          <div class=\"card shadow-sm\">\n                            <img class=\"card-img-top\" data-src=\"holder.js/100px225?theme=thumb&bg=55595c&fg=eceeef&text=Thumbnail\" alt=\"Card image cap\">\n            <div class=\"card-body\">\n              <p class=\"card-text\">This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p>\n              <div class=\"d-flex justify-content-between align-items-center\">\n                <div class=\"btn-group\">\n                  <button type=\"button\" class=\"btn btn-sm btn-outline-secondary\">View</button>\n                  <button type=\"button\" class=\"btn btn-sm btn-outline-secondary\">Edit</button>\n                </div>\n                <small class=\"text-muted\">9 mins</small>\n              </div>\n            </div>\n          </div>\n        </div>\n        <div class=\"col\">\n          <div class=\"card shadow-sm\">\n                            <img class=\"card-img-top\" data-src=\"holder.js/100px225?theme=thumb&bg=55595c&fg=eceeef&text=Thumbnail\" alt=\"Card image cap\">\n            <div class=\"card-body\">\n              <p class=\"card-text\">This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p>\n              <div class=\"d-flex justify-content-between align-items-center\">\n                <div class=\"btn-group\">\n                  <button type=\"button\" class=\"btn btn-sm btn-outline-secondary\">View</button>\n                  <button type=\"button\" class=\"btn btn-sm btn-outline-secondary\">Edit</button>\n                </div>\n                <small class=\"text-muted\">9 mins</small>\n              </div>\n            </div>\n          </div>\n        </div>\n        <div class=\"col\">\n          <div class=\"card shadow-sm\">\n                            <img class=\"card-img-top\" data-src=\"holder.js/100px225?theme=thumb&bg=55595c&fg=eceeef&text=Thumbnail\" alt=\"Card image cap\">\n            <div class=\"card-body\">\n              <p class=\"card-text\">This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p>\n              <div class=\"d-flex justify-content-between align-items-center\">\n                <div class=\"btn-group\">\n                  <button type=\"button\" class=\"btn btn-sm btn-outline-secondary\">View</button>\n                  <button type=\"button\" class=\"btn btn-sm btn-outline-secondary\">Edit</button>\n                </div>\n                <small class=\"text-muted\">9 mins</small>\n              </div>\n            </div>\n          </div>\n        </div>\n\n        <div class=\"col\">\n          <div class=\"card shadow-sm\">\n                            <img class=\"card-img-top\" data-src=\"holder.js/100px225?theme=thumb&bg=55595c&fg=eceeef&text=Thumbnail\" alt=\"Card image cap\">\n            <div class=\"card-body\">\n              <p class=\"card-text\">This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p>\n              <div class=\"d-flex justify-content-between align-items-center\">\n                <div class=\"btn-group\">\n                  <button type=\"button\" class=\"btn btn-sm btn-outline-secondary\">View</button>\n                  <button type=\"button\" class=\"btn btn-sm btn-outline-secondary\">Edit</button>\n                </div>\n                <small class=\"text-muted\">9 mins</small>\n              </div>\n            </div>\n          </div>\n        </div>\n        <div class=\"col\">\n          <div class=\"card shadow-sm\">\n                            <img class=\"card-img-top\" data-src=\"holder.js/100px225?theme=thumb&bg=55595c&fg=eceeef&text=Thumbnail\" alt=\"Card image cap\">\n            <div class=\"card-body\">\n              <p class=\"card-text\">This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p>\n              <div class=\"d-flex justify-content-between align-items-center\">\n                <div class=\"btn-group\">\n                  <button type=\"button\" class=\"btn btn-sm btn-outline-secondary\">View</button>\n                  <button type=\"button\" class=\"btn btn-sm btn-outline-secondary\">Edit</button>\n                </div>\n                <small class=\"text-muted\">9 mins</small>\n              </div>\n            </div>\n          </div>\n        </div>\n        <div class=\"col\">\n          <div class=\"card shadow-sm\">\n                            <img class=\"card-img-top\" data-src=\"holder.js/100px225?theme=thumb&bg=55595c&fg=eceeef&text=Thumbnail\" alt=\"Card image cap\">\n            <div class=\"card-body\">\n              <p class=\"card-text\">This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p>\n              <div class=\"d-flex justify-content-between align-items-center\">\n                <div class=\"btn-group\">\n                  <button type=\"button\" class=\"btn btn-sm btn-outline-secondary\">View</button>\n                  <button type=\"button\" class=\"btn btn-sm btn-outline-secondary\">Edit</button>\n                </div>\n                <small class=\"text-muted\">9 mins</small>\n              </div>\n            </div>\n          </div>\n        </div>\n      </div>\n    </div>\n  </div>\n\n</main>\n\n<footer class=\"text-muted py-5\">\n  <div class=\"container\">\n    <p class=\"float-end mb-1\">\n      <a href=\"#\">Back to top</a>\n    </p>\n    <p class=\"mb-1\">Album example is &copy; Bootstrap, but please download and customize it for yourself!</p>\n    <p class=\"mb-0\">New to Bootstrap? <a href=\"/\">Visit the homepage</a> or read our <a href=\"/getting-started/introduction\">getting started guide</a>.</p>\n  </div>\n</footer>\n\n    <!-- Bootstrap core JavaScript\n    ================================================== -->\n    <!-- Placed at the end of the document so the pages load faster -->\n    <script src=\"https://code.jquery.com/jquery-3.3.1.slim.min.js\" integrity=\"sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo\" crossorigin=\"anonymous\"></script>\n    <script src=\"../../js/popper.min.js\"></script>\n    <script src=\"../../js/bootstrap.min.js\"></script>\n    <script src=\"https://cdn.jsdelivr.net/npm/holderjs@2.9.4/holder.js\"></script>\n  </body>\n</html>\n"
  },
  {
    "path": "demo/blog/blog.css",
    "content": "/* stylelint-disable selector-list-comma-newline-after */\n\n.blog-header {\n  line-height: 1;\n  border-bottom: 1px solid #e5e5e5;\n}\n\n.blog-header-logo {\n  font-family: \"Playfair Display\", Georgia, \"Times New Roman\", serif/*rtl:Amiri, Georgia, \"Times New Roman\", serif*/;\n  font-size: 2.25rem;\n}\n\n.blog-header-logo:hover {\n  text-decoration: none;\n}\n\nh1, h2, h3, h4, h5, h6 {\n  font-family: \"Playfair Display\", Georgia, \"Times New Roman\", serif/*rtl:Amiri, Georgia, \"Times New Roman\", serif*/;\n}\n\n.display-4 {\n  font-size: 2.5rem;\n}\n@media (min-width: 768px) {\n  .display-4 {\n    font-size: 3rem;\n  }\n}\n\n.nav-scroller {\n  position: relative;\n  z-index: 2;\n  height: 2.75rem;\n  overflow-y: hidden;\n}\n\n.nav-scroller .nav {\n  display: flex;\n  flex-wrap: nowrap;\n  padding-bottom: 1rem;\n  margin-top: -1px;\n  overflow-x: auto;\n  text-align: center;\n  white-space: nowrap;\n  -webkit-overflow-scrolling: touch;\n}\n\n.nav-scroller .nav-link {\n  padding-top: .75rem;\n  padding-bottom: .75rem;\n  font-size: .875rem;\n}\n\n.card-img-right {\n  height: 100%;\n  border-radius: 0 3px 3px 0;\n}\n\n.flex-auto {\n  flex: 0 0 auto;\n}\n\n.h-250 { height: 250px; }\n@media (min-width: 768px) {\n  .h-md-250 { height: 250px; }\n}\n\n/* Pagination */\n.blog-pagination {\n  margin-bottom: 4rem;\n}\n.blog-pagination > .btn {\n  border-radius: 2rem;\n}\n\n/*\n * Blog posts\n */\n.blog-post {\n  margin-bottom: 4rem;\n}\n.blog-post-title {\n  margin-bottom: .25rem;\n  font-size: 2.5rem;\n}\n.blog-post-meta {\n  margin-bottom: 1.25rem;\n  color: #727272;\n}\n\n/*\n * Footer\n */\n.blog-footer {\n  padding: 2.5rem 0;\n  color: #727272;\n  text-align: center;\n  background-color: #f9f9f9;\n  border-top: .05rem solid #e5e5e5;\n}\n.blog-footer p:last-child {\n  margin-bottom: 0;\n}\n"
  },
  {
    "path": "demo/blog/index.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n  <head>\n    <meta charset=\"utf-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">\n    <meta name=\"description\" content=\"\">\n    <meta name=\"author\" content=\"\">\n    <link rel=\"icon\" href=\"../../../../favicon.ico\">\n\n    <title>Blog Template for Bootstrap</title>\n\n    <!-- Bootstrap core CSS -->\n    <link href=\"../../css/editor.css\" rel=\"stylesheet\">\n\n    <!-- Custom styles for this template -->\n    <link href=\"https://fonts.googleapis.com/css?family=Playfair+Display:700,900\" rel=\"stylesheet\">\n    <link href=\"blog.css\" rel=\"stylesheet\">\n  </head>\n\n<body>\n\n\t<div class=\"container\">\n\t  <header class=\"blog-header py-3\">\n\t\t<div class=\"row flex-nowrap justify-content-between align-items-center\">\n\t\t  <div class=\"col-4 pt-1\">\n\t\t\t<a class=\"link-secondary\" href=\"#\">Subscribe</a>\n\t\t  </div>\n\t\t  <div class=\"col-4 text-center\">\n\t\t\t<a class=\"blog-header-logo text-dark\" href=\"#\">Large</a>\n\t\t  </div>\n\t\t  <div class=\"col-4 d-flex justify-content-end align-items-center\">\n\t\t\t<a class=\"link-secondary\" href=\"#\" aria-label=\"Search\">\n\t\t\t  <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" class=\"mx-3\" role=\"img\" viewBox=\"0 0 24 24\"><title>Search</title><circle cx=\"10.5\" cy=\"10.5\" r=\"7.5\"/><path d=\"M21 21l-5.2-5.2\"/></svg>\n\t\t\t</a>\n\t\t\t<a class=\"btn btn-sm btn-outline-secondary\" href=\"#\">Sign up</a>\n\t\t  </div>\n\t\t</div>\n\t  </header>\n\n\t  <div class=\"nav-scroller py-1 mb-2\">\n\t\t<nav class=\"nav d-flex justify-content-between\">\n\t\t  <a class=\"p-2 link-secondary\" href=\"#\">World</a>\n\t\t  <a class=\"p-2 link-secondary\" href=\"#\">U.S.</a>\n\t\t  <a class=\"p-2 link-secondary\" href=\"#\">Technology</a>\n\t\t  <a class=\"p-2 link-secondary\" href=\"#\">Design</a>\n\t\t  <a class=\"p-2 link-secondary\" href=\"#\">Culture</a>\n\t\t  <a class=\"p-2 link-secondary\" href=\"#\">Business</a>\n\t\t  <a class=\"p-2 link-secondary\" href=\"#\">Politics</a>\n\t\t  <a class=\"p-2 link-secondary\" href=\"#\">Opinion</a>\n\t\t  <a class=\"p-2 link-secondary\" href=\"#\">Science</a>\n\t\t  <a class=\"p-2 link-secondary\" href=\"#\">Health</a>\n\t\t  <a class=\"p-2 link-secondary\" href=\"#\">Style</a>\n\t\t  <a class=\"p-2 link-secondary\" href=\"#\">Travel</a>\n\t\t</nav>\n\t  </div>\n\t</div>\n\n\t<main class=\"container\">\n\t  <div class=\"p-4 p-md-5 mb-4 text-white rounded bg-dark\">\n\t\t<div class=\"col-md-6 px-0\">\n\t\t  <h1 class=\"display-4 font-italic\">Title of a longer featured blog post</h1>\n\t\t  <p class=\"lead my-3\">Multiple lines of text that form the lede, informing new readers quickly and efficiently about what’s most interesting in this post’s contents.</p>\n\t\t  <p class=\"lead mb-0\"><a href=\"#\" class=\"text-white fw-bold\">Continue reading...</a></p>\n\t\t</div>\n\t  </div>\n\n\t  <div class=\"row mb-2\">\n\t\t<div class=\"col-md-6\">\n\t\t  <div class=\"row g-0 border rounded overflow-hidden flex-md-row mb-4 shadow-sm h-md-250 position-relative\">\n\t\t\t<div class=\"col p-4 d-flex flex-column position-static\">\n\t\t\t  <strong class=\"d-inline-block mb-2 text-primary\">World</strong>\n\t\t\t  <h3 class=\"mb-0\">Featured post</h3>\n\t\t\t  <div class=\"mb-1 text-muted\">Nov 12</div>\n\t\t\t  <p class=\"card-text mb-auto\">This is a wider card with supporting text below as a natural lead-in to additional content.</p>\n\t\t\t  <a href=\"#\" class=\"stretched-link\">Continue reading</a>\n\t\t\t</div>\n\t\t\t<div class=\"col-auto d-none d-lg-block\">\n\t\t\t\t<img class=\"card-img-right flex-auto d-none d-lg-block\" data-src=\"holder.js/200x250?theme=thumb\" alt=\"Card image cap\">\n\t\t\t</div>\n\t\t  </div>\n\t\t</div>\n\t\t<div class=\"col-md-6\">\n\t\t  <div class=\"row g-0 border rounded overflow-hidden flex-md-row mb-4 shadow-sm h-md-250 position-relative\">\n\t\t\t<div class=\"col p-4 d-flex flex-column position-static\">\n\t\t\t  <strong class=\"d-inline-block mb-2 text-success\">Design</strong>\n\t\t\t  <h3 class=\"mb-0\">Post title</h3>\n\t\t\t  <div class=\"mb-1 text-muted\">Nov 11</div>\n\t\t\t  <p class=\"mb-auto\">This is a wider card with supporting text below as a natural lead-in to additional content.</p>\n\t\t\t  <a href=\"#\" class=\"stretched-link\">Continue reading</a>\n\t\t\t</div>\n\t\t\t<div class=\"col-auto d-none d-lg-block\">\n\t\t\t\t<img class=\"card-img-right flex-auto d-none d-lg-block\" data-src=\"holder.js/200x250?theme=thumb\" alt=\"Card image cap\">\n\t\t\t</div>\n\t\t  </div>\n\t\t</div>\n\t  </div>\n\n\t  <div class=\"row\">\n\t\t<div class=\"col-md-8\">\n\t\t  <h3 class=\"pb-4 mb-4 font-italic border-bottom\">\n\t\t\tFrom the Firehose\n\t\t  </h3>\n\n\t\t  <article class=\"blog-post\">\n\t\t\t<h2 class=\"blog-post-title\">Sample blog post</h2>\n\t\t\t<p class=\"blog-post-meta\">January 1, 2014 by <a href=\"#\">Mark</a></p>\n\n\t\t\t<p>This blog post shows a few different types of content that’s supported and styled with Bootstrap. Basic typography, images, and code are all supported.</p>\n\t\t\t<hr>\n\t\t\t<p>Cum sociis natoque penatibus et magnis <a href=\"#\">dis parturient montes</a>, nascetur ridiculus mus. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Sed posuere consectetur est at lobortis. Cras mattis consectetur purus sit amet fermentum.</p>\n\t\t\t<blockquote>\n\t\t\t  <p>Curabitur blandit tempus porttitor. <strong>Nullam quis risus eget urna mollis</strong> ornare vel eu leo. Nullam id dolor id nibh ultricies vehicula ut id elit.</p>\n\t\t\t</blockquote>\n\t\t\t<p>Etiam porta <em>sem malesuada magna</em> mollis euismod. Cras mattis consectetur purus sit amet fermentum. Aenean lacinia bibendum nulla sed consectetur.</p>\n\t\t\t<h2>Heading</h2>\n\t\t\t<p>Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Morbi leo risus, porta ac consectetur ac, vestibulum at eros.</p>\n\t\t\t<h3>Sub-heading</h3>\n\t\t\t<p>Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n\t\t\t<pre><code>Example code block</code></pre>\n\t\t\t<p>Aenean lacinia bibendum nulla sed consectetur. Etiam porta sem malesuada magna mollis euismod. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa.</p>\n\t\t\t<h3>Sub-heading</h3>\n\t\t\t<p>Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aenean lacinia bibendum nulla sed consectetur. Etiam porta sem malesuada magna mollis euismod. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.</p>\n\t\t\t<ul>\n\t\t\t  <li>Praesent commodo cursus magna, vel scelerisque nisl consectetur et.</li>\n\t\t\t  <li>Donec id elit non mi porta gravida at eget metus.</li>\n\t\t\t  <li>Nulla vitae elit libero, a pharetra augue.</li>\n\t\t\t</ul>\n\t\t\t<p>Donec ullamcorper nulla non metus auctor fringilla. Nulla vitae elit libero, a pharetra augue.</p>\n\t\t\t<ol>\n\t\t\t  <li>Vestibulum id ligula porta felis euismod semper.</li>\n\t\t\t  <li>Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</li>\n\t\t\t  <li>Maecenas sed diam eget risus varius blandit sit amet non magna.</li>\n\t\t\t</ol>\n\t\t\t<p>Cras mattis consectetur purus sit amet fermentum. Sed posuere consectetur est at lobortis.</p>\n\t\t  </article><!-- /.blog-post -->\n\n\t\t  <article class=\"blog-post\">\n\t\t\t<h2 class=\"blog-post-title\">Another blog post</h2>\n\t\t\t<p class=\"blog-post-meta\">December 23, 2013 by <a href=\"#\">Jacob</a></p>\n\n\t\t\t<p>Cum sociis natoque penatibus et magnis <a href=\"#\">dis parturient montes</a>, nascetur ridiculus mus. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Sed posuere consectetur est at lobortis. Cras mattis consectetur purus sit amet fermentum.</p>\n\t\t\t<blockquote>\n\t\t\t  <p>Curabitur blandit tempus porttitor. <strong>Nullam quis risus eget urna mollis</strong> ornare vel eu leo. Nullam id dolor id nibh ultricies vehicula ut id elit.</p>\n\t\t\t</blockquote>\n\t\t\t<p>Etiam porta <em>sem malesuada magna</em> mollis euismod. Cras mattis consectetur purus sit amet fermentum. Aenean lacinia bibendum nulla sed consectetur.</p>\n\t\t\t<p>Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Morbi leo risus, porta ac consectetur ac, vestibulum at eros.</p>\n\t\t  </article><!-- /.blog-post -->\n\n\t\t  <article class=\"blog-post\">\n\t\t\t<h2 class=\"blog-post-title\">New feature</h2>\n\t\t\t<p class=\"blog-post-meta\">December 14, 2013 by <a href=\"#\">Chris</a></p>\n\n\t\t\t<p>Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aenean lacinia bibendum nulla sed consectetur. Etiam porta sem malesuada magna mollis euismod. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.</p>\n\t\t\t<ul>\n\t\t\t  <li>Praesent commodo cursus magna, vel scelerisque nisl consectetur et.</li>\n\t\t\t  <li>Donec id elit non mi porta gravida at eget metus.</li>\n\t\t\t  <li>Nulla vitae elit libero, a pharetra augue.</li>\n\t\t\t</ul>\n\t\t\t<p>Etiam porta <em>sem malesuada magna</em> mollis euismod. Cras mattis consectetur purus sit amet fermentum. Aenean lacinia bibendum nulla sed consectetur.</p>\n\t\t\t<p>Donec ullamcorper nulla non metus auctor fringilla. Nulla vitae elit libero, a pharetra augue.</p>\n\t\t  </article><!-- /.blog-post -->\n\n\t\t  <nav class=\"blog-pagination\" aria-label=\"Pagination\">\n\t\t\t<a class=\"btn btn-outline-primary\" href=\"#\">Older</a>\n\t\t\t<a class=\"btn btn-outline-secondary disabled\" href=\"#\" tabindex=\"-1\" aria-disabled=\"true\">Newer</a>\n\t\t  </nav>\n\n\t\t</div>\n\n\t\t<div class=\"col-md-4\">\n\t\t  <div class=\"p-4 mb-3 bg-light rounded\">\n\t\t\t<h4 class=\"font-italic\">About</h4>\n\t\t\t<p class=\"mb-0\">Etiam porta <em>sem malesuada magna</em> mollis euismod. Cras mattis consectetur purus sit amet fermentum. Aenean lacinia bibendum nulla sed consectetur.</p>\n\t\t  </div>\n\n\t\t  <div class=\"p-4\">\n\t\t\t<h4 class=\"font-italic\">Archives</h4>\n\t\t\t<ol class=\"list-unstyled mb-0\">\n\t\t\t  <li><a href=\"#\">March 2014</a></li>\n\t\t\t  <li><a href=\"#\">February 2014</a></li>\n\t\t\t  <li><a href=\"#\">January 2014</a></li>\n\t\t\t  <li><a href=\"#\">December 2013</a></li>\n\t\t\t  <li><a href=\"#\">November 2013</a></li>\n\t\t\t  <li><a href=\"#\">October 2013</a></li>\n\t\t\t  <li><a href=\"#\">September 2013</a></li>\n\t\t\t  <li><a href=\"#\">August 2013</a></li>\n\t\t\t  <li><a href=\"#\">July 2013</a></li>\n\t\t\t  <li><a href=\"#\">June 2013</a></li>\n\t\t\t  <li><a href=\"#\">May 2013</a></li>\n\t\t\t  <li><a href=\"#\">April 2013</a></li>\n\t\t\t</ol>\n\t\t  </div>\n\n\t\t  <div class=\"p-4\">\n\t\t\t<h4 class=\"font-italic\">Elsewhere</h4>\n\t\t\t<ol class=\"list-unstyled\">\n\t\t\t  <li><a href=\"#\">GitHub</a></li>\n\t\t\t  <li><a href=\"#\">Twitter</a></li>\n\t\t\t  <li><a href=\"#\">Facebook</a></li>\n\t\t\t</ol>\n\t\t  </div>\n\t\t</div>\n\n\t  </div><!-- /.row -->\n\n\t</main><!-- /.container -->\n\n<footer class=\"blog-footer\">\n  <p>Blog template built for <a href=\"https://getbootstrap.com/\">Bootstrap</a> by <a href=\"https://twitter.com/mdo\">@mdo</a>.</p>\n  <p>\n    <a href=\"#\">Back to top</a>\n  </p>\n</footer>\n</body>\n</html>\n"
  },
  {
    "path": "demo/carousel/carousel.css",
    "content": "/* GLOBAL STYLES\n-------------------------------------------------- */\n/* Padding below the footer and lighter body text */\n\nbody {\n  padding-top: 3rem;\n  padding-bottom: 3rem;\n  color: #5a5a5a;\n}\n\n\n/* CUSTOMIZE THE CAROUSEL\n-------------------------------------------------- */\n\n/* Carousel base class */\n.carousel {\n  margin-bottom: 4rem;\n}\n/* Since positioning the image, we need to help out the caption */\n.carousel-caption {\n  bottom: 3rem;\n  z-index: 10;\n}\n\n/* Declare heights because of positioning of img element */\n.carousel-item {\n  height: 32rem;\n}\n.carousel-item > img {\n  position: absolute;\n  top: 0;\n  left: 0;\n  min-width: 100%;\n  height: 32rem;\n}\n\n\n/* MARKETING CONTENT\n-------------------------------------------------- */\n\n/* Center align the text within the three columns below the carousel */\n.marketing .col-lg-4 {\n  margin-bottom: 1.5rem;\n  text-align: center;\n}\n.marketing h2 {\n  font-weight: 400;\n}\n/* rtl:begin:ignore */\n.marketing .col-lg-4 p {\n  margin-right: .75rem;\n  margin-left: .75rem;\n}\n/* rtl:end:ignore */\n\n\n/* Featurettes\n------------------------- */\n\n.featurette-divider {\n  margin: 5rem 0; /* Space out the Bootstrap <hr> more */\n}\n\n/* Thin out the marketing headings */\n.featurette-heading {\n  font-weight: 300;\n  line-height: 1;\n  /* rtl:remove */\n  letter-spacing: -.05rem;\n}\n\n\n/* RESPONSIVE CSS\n-------------------------------------------------- */\n\n@media (min-width: 40em) {\n  /* Bump up size of carousel content */\n  .carousel-caption p {\n    margin-bottom: 1.25rem;\n    font-size: 1.25rem;\n    line-height: 1.4;\n  }\n\n  .featurette-heading {\n    font-size: 50px;\n  }\n}\n\n@media (min-width: 62em) {\n  .featurette-heading {\n    margin-top: 7rem;\n  }\n}\n"
  },
  {
    "path": "demo/carousel/index.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n  <head>\n    <meta charset=\"utf-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">\n    <meta name=\"description\" content=\"\">\n    <meta name=\"author\" content=\"\">\n    <link rel=\"icon\" href=\"../../../../favicon.ico\">\n\n    <title>Carousel Template for Bootstrap</title>\n\n    <!-- Bootstrap core CSS -->\n    <link href=\"../../css/editor.css\" rel=\"stylesheet\">\n\n    <!-- Custom styles for this template -->\n    <link href=\"carousel.css\" rel=\"stylesheet\">\n  </head>\n  <body>\n\n<header>\n  <nav class=\"navbar navbar-expand-md navbar-dark fixed-top bg-dark\">\n    <div class=\"container-fluid\">\n      <a class=\"navbar-brand\" href=\"#\">Carousel</a>\n      <button class=\"navbar-toggler\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#navbarCollapse\" aria-controls=\"navbarCollapse\" aria-expanded=\"false\" aria-label=\"Toggle navigation\">\n        <span class=\"navbar-toggler-icon\"></span>\n      </button>\n      <div class=\"collapse navbar-collapse\" id=\"navbarCollapse\">\n        <ul class=\"navbar-nav me-auto mb-2 mb-md-0\">\n          <li class=\"nav-item active\">\n            <a class=\"nav-link\" aria-current=\"page\" href=\"#\">Home</a>\n          </li>\n          <li class=\"nav-item\">\n            <a class=\"nav-link\" href=\"#\">Link</a>\n          </li>\n          <li class=\"nav-item\">\n            <a class=\"nav-link disabled\" href=\"#\" tabindex=\"-1\" aria-disabled=\"true\">Disabled</a>\n          </li>\n        </ul>\n        <form class=\"d-flex\">\n          <input class=\"form-control me-2\" type=\"search\" placeholder=\"Search\" aria-label=\"Search\">\n          <button class=\"btn btn-outline-success\" type=\"submit\">Search</button>\n        </form>\n      </div>\n    </div>\n  </nav>\n</header>\n\n<main>\n\n  <div id=\"myCarousel\" class=\"carousel slide\" data-bs-ride=\"carousel\">\n    <ol class=\"carousel-indicators\">\n      <li data-bs-target=\"#myCarousel\" data-bs-slide-to=\"0\" class=\"active\"></li>\n      <li data-bs-target=\"#myCarousel\" data-bs-slide-to=\"1\"></li>\n      <li data-bs-target=\"#myCarousel\" data-bs-slide-to=\"2\"></li>\n    </ol>\n    <div class=\"carousel-inner\">\n      <div class=\"carousel-item active\">\n        <img class=\"first-slide\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAHd3dwAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==\" alt=\"First slide\">\n        <div class=\"container\">\n          <div class=\"carousel-caption text-start\">\n            <h1>Example headline.</h1>\n            <p>Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.</p>\n            <p><a class=\"btn btn-lg btn-primary\" href=\"#\" role=\"button\">Sign up today</a></p>\n          </div>\n        </div>\n      </div>\n      <div class=\"carousel-item\">\n\t<img class=\"second-slide\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAHd3dwAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==\" alt=\"Second slide\">\n        <div class=\"container\">\n          <div class=\"carousel-caption\">\n            <h1>Another example headline.</h1>\n            <p>Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.</p>\n            <p><a class=\"btn btn-lg btn-primary\" href=\"#\" role=\"button\">Learn more</a></p>\n          </div>\n        </div>\n      </div>\n      <div class=\"carousel-item\">\n            <img class=\"third-slide\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAHd3dwAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==\" alt=\"Third slide\">\n        <div class=\"container\">\n          <div class=\"carousel-caption text-end\">\n            <h1>One more for good measure.</h1>\n            <p>Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.</p>\n            <p><a class=\"btn btn-lg btn-primary\" href=\"#\" role=\"button\">Browse gallery</a></p>\n          </div>\n        </div>\n      </div>\n    </div>\n    <a class=\"carousel-control-prev\" href=\"#myCarousel\" role=\"button\" data-bs-slide=\"prev\">\n      <span class=\"carousel-control-prev-icon\" aria-hidden=\"true\"></span>\n      <span class=\"visually-hidden\">Previous</span>\n    </a>\n    <a class=\"carousel-control-next\" href=\"#myCarousel\" role=\"button\" data-bs-slide=\"next\">\n      <span class=\"carousel-control-next-icon\" aria-hidden=\"true\"></span>\n      <span class=\"visually-hidden\">Next</span>\n    </a>\n  </div>\n\n\n  <!-- Marketing messaging and featurettes\n  ================================================== -->\n  <!-- Wrap the rest of the page in another container to center all the content. -->\n\n  <div class=\"container marketing\">\n\n    <!-- Three columns of text below the carousel -->\n    <div class=\"row\">\n      <div class=\"col-lg-4\">\n            <img class=\"rounded-circle\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAHd3dwAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==\" alt=\"Generic placeholder image\" width=\"140\" height=\"140\">\n        <h2>Heading</h2>\n        <p>Donec sed odio dui. Etiam porta sem malesuada magna mollis euismod. Nullam id dolor id nibh ultricies vehicula ut id elit. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Praesent commodo cursus magna.</p>\n        <p><a class=\"btn btn-secondary\" href=\"#\" role=\"button\">View details &raquo;</a></p>\n      </div><!-- /.col-lg-4 -->\n      <div class=\"col-lg-4\">\n            <img class=\"rounded-circle\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAHd3dwAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==\" alt=\"Generic placeholder image\" width=\"140\" height=\"140\">\n        <h2>Heading</h2>\n        <p>Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh.</p>\n        <p><a class=\"btn btn-secondary\" href=\"#\" role=\"button\">View details &raquo;</a></p>\n      </div><!-- /.col-lg-4 -->\n      <div class=\"col-lg-4\">\n            <img class=\"rounded-circle\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAHd3dwAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==\" alt=\"Generic placeholder image\" width=\"140\" height=\"140\">\n        <h2>Heading</h2>\n        <p>Donec sed odio dui. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Vestibulum id ligula porta felis euismod semper. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.</p>\n        <p><a class=\"btn btn-secondary\" href=\"#\" role=\"button\">View details &raquo;</a></p>\n      </div><!-- /.col-lg-4 -->\n    </div><!-- /.row -->\n\n\n    <!-- START THE FEATURETTES -->\n\n    <hr class=\"featurette-divider\">\n\n    <div class=\"row featurette\">\n      <div class=\"col-md-7\">\n            <h2 class=\"featurette-heading\">First featurette heading. <span class=\"text-muted\">It'll blow your mind.</span></h2>\n        <p class=\"lead\">Donec ullamcorper nulla non metus auctor fringilla. Vestibulum id ligula porta felis euismod semper. Praesent commodo cursus magna, vel scelerisque nisl consectetur. Fusce dapibus, tellus ac cursus commodo.</p>\n      </div>\n      <div class=\"col-md-5\">\n            <img class=\"featurette-image img-fluid mx-auto\" data-src=\"holder.js/500x500/auto\" alt=\"Generic placeholder image\">\n      </div>\n    </div>\n\n    <hr class=\"featurette-divider\">\n\n    <div class=\"row featurette\">\n      <div class=\"col-md-7 order-md-2\">\n            <h2 class=\"featurette-heading\">Oh yeah, it's that good. <span class=\"text-muted\">See for yourself.</span></h2>\n        <p class=\"lead\">Donec ullamcorper nulla non metus auctor fringilla. Vestibulum id ligula porta felis euismod semper. Praesent commodo cursus magna, vel scelerisque nisl consectetur. Fusce dapibus, tellus ac cursus commodo.</p>\n      </div>\n      <div class=\"col-md-5 order-md-1\">\n            <img class=\"featurette-image img-fluid mx-auto\" data-src=\"holder.js/500x500/auto\" alt=\"Generic placeholder image\">\n      </div>\n    </div>\n\n    <hr class=\"featurette-divider\">\n\n    <div class=\"row featurette\">\n      <div class=\"col-md-7\">\n        <h2 class=\"featurette-heading\">And lastly, this one. <span class=\"text-muted\">Checkmate.</span></h2>\n        <p class=\"lead\">Donec ullamcorper nulla non metus auctor fringilla. Vestibulum id ligula porta felis euismod semper. Praesent commodo cursus magna, vel scelerisque nisl consectetur. Fusce dapibus, tellus ac cursus commodo.</p>\n      </div>\n      <div class=\"col-md-5\">\n            <img class=\"featurette-image img-fluid mx-auto\" data-src=\"holder.js/500x500/auto\" alt=\"Generic placeholder image\">\n      </div>\n    </div>\n\n    <hr class=\"featurette-divider\">\n\n    <!-- /END THE FEATURETTES -->\n\n  </div><!-- /.container -->\n\n\n  <!-- FOOTER -->\n  <footer class=\"container\">\n    <p class=\"float-end\"><a href=\"#\">Back to top</a></p>\n    <p>&copy; 2017-2021 Company, Inc. &middot; <a href=\"#\">Privacy</a> &middot; <a href=\"#\">Terms</a></p>\n  </footer>\n</main>\n\n    <!-- Bootstrap core JavaScript\n    ================================================== -->\n    <!-- Placed at the end of the document so the pages load faster -->\n\t<script src=\"https://code.jquery.com/jquery-3.3.1.slim.min.js\" integrity=\"sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo\" crossorigin=\"anonymous\"></script>\n    <script src=\"../../js/vendor/popper.min.js\"></script>\n    <script src=\"../../js/bootstrap.min.js\"></script>\n    <script src=\"https://cdn.jsdelivr.net/npm/holderjs@2.9.4/holder.js\"></script>\n  </body>\n</html>\n"
  },
  {
    "path": "demo/narrow-jumbotron/index.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"utf-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">\n    <meta name=\"description\" content=\"\">\n    <meta name=\"author\" content=\"\">\n    <link rel=\"icon\" href=\"../../favicon.ico\">\n    <base href>\n\n    <title>Narrow Jumbotron Template for Bootstrap</title>\n\n    <!-- Bootstrap core CSS -->\n    <link href=\"../../css/editor.css\" rel=\"stylesheet\">\n\n    <!-- Custom styles for this template -->\n    <link href=\"narrow-jumbotron.css\" rel=\"stylesheet\">\n\n    <!-- Animate on scroll library -->\n    <script src=\"../../libs/aos/aos.js\"></script>\n    <link href=\"../../libs/aos/aos.css\" rel=\"stylesheet\">\n\t<noscript>\n        <style type=\"text/css\">\n            [data-aos] {\n                opacity: 1 !important;\n                transform: translate(0) scale(1) !important;\n            }\n        </style>\n    </noscript>    \n</head>\n\t\n  <body>\n\n   <header class=\"header clearfix\" id=\"top-header\" data-aos=\"zoom-in\" data-aos-delay=\"100\">\n\t<div class=\"container\">\n        <nav>\n          <ul class=\"nav nav-pills float-end\">\n            <li class=\"nav-item\">\n              <a class=\"nav-link active\" href=\"#\">Home <span class=\"sr-only\">(current)</span></a>\n            </li>\n            <li class=\"nav-item\">\n              <a class=\"nav-link\" href=\"#\">About</a>\n            </li>\n            <li class=\"nav-item\">\n              <a class=\"nav-link\" href=\"#\">Contact</a>\n            </li>\n          </ul>\n        </nav>\n        <h3 class=\"text-muted\">Project name</h3>\n        </div>\n      </header>\n\n      <section class=\"jumbotron p-4\" id=\"jumbotron\">\n\t\t<div class=\"container\">\n\t\t\t<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\" width=\"64\" height=\"64\" fill=\"#0d6efd\" data-aos=\"fade-up\" data-aos-delay=\"100\" style=\"fill:var(--bs-blue)\" class>\n\t\t\t\t<path d=\"M 30.335938 12.546875 L 20.164063 11.472656 L 16 2.132813 L 11.835938 11.472656 L 1.664063 12.546875 L 9.261719 19.394531 L 7.140625 29.398438 L 16 24.289063 L 24.859375 29.398438 L 22.738281 19.394531 Z\"></path>\n\t\t\t</svg>\n\n\t\t\t<h1 data-aos=\"fade-up\" data-aos-delay=\"200\" class>Jumbotron heading !!!</h1>\n\t\t\t<p class=\"lead\" data-aos=\"fade-up\" data-aos-delay=\"300\">Cras justo odio, dapibus ac facilisis in, egestas eget quam. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.</p>\n\n\t\t\t<img class=\"rounded mw-100 my-5\" data-aos=\"fade-up\" data-aos-delay=\"400\" src=\"https://source.unsplash.com/9UVmlIb0wJU/500x500\">\n\t\t\t<p><a class=\"btn btn-lg btn-primary\" href=\"#\" role=\"button\" data-aos=\"fade-up\" data-aos-delay=\"100\">Sign up today</a></p>\n\t\t</div>\n      </section>\n\n      <section id=\"marketing\">\n\t\t  <div class=\"container\">\n\t\t  <div class=\"row marketing\">\n\t\t\t<div class=\"col-lg-6\" data-aos=\"fade-up\" data-aos-delay=\"500\" data-vvveb-disabled-area>\n\t\t\t  <h4>Subheading</h4>\n\t\t\t  <p>Donec id elit non mi porta gravida at eget metus. Maecenas faucibus mollis interdum.</p>\n\n\t\t\t  <h4>Subheading</h4>\n\t\t\t   <p data-vvveb-edit-exception>Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Cras mattis consectetur purus sit amet fermentum.</p>\n\n\t\t\t  <h4>Subheading</h4>\n\t\t\t  <p>Maecenas sed diam eget risus varius blandit sit amet non magna.</p>\n\t\t\t</div>\n\n\t\t\t<div class=\"col-lg-6\" data-aos=\"fade-up\" data-aos-delay=\"600\">\n\t\t\t  <h4>Subheading</h4>\n\t\t\t  <p>Donec id elit non mi porta gravida at eget metus. Maecenas faucibus mollis interdum.</p>\n\n\t\t\t  <h4>Subheading</h4>\n\t\t\t  <p data-vvveb-disabled>Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Cras mattis consectetur purus sit amet fermentum.</p>\n\n\t\t\t  <h4>Subheading</h4>\n\t\t\t  <p>Maecenas sed diam eget risus varius blandit sit amet non magna.</p>\n\t\t\t</div>\n\t\t  </div>\n\t\t  </div>\n      </section>\n\n\t\t<section id=\"video\">\n\t\t\t<div class=\"container\">\n\t\t\t\t<video width=\"320\" height=\"240\" playsinline loop muted controls src=\"../../media/sample.webm\" poster=\"../../media/sample.webp\"><video>\n\t\t\t</video></video></div>\n\t\t</section>\t\n\t\t\t\n\t\t<section id=\"gallery\">\n\t\t\t<div class=\"container\">\n\t\t\t\t<div class=\"gallery masonry has-shadow\" data-component-gallery>\n\t\t\t\t\t<div class=\"item\">\n\t\t\t\t\t\t<a>\n\t\t\t\t\t\t\t<img src=\"../../media/7.jpg\">\n\t\t\t\t\t\t</a>\n\t\t\t\t\t</div>\n\t\t\t\t\t<div class=\"item\">\n\t\t\t\t\t\t<a>\n\t\t\t\t\t\t\t<img src=\"../../media/2.jpg\">\n\t\t\t\t\t\t</a>\n\t\t\t\t\t</div>\n\t\t\t\t\t<div class=\"item\">\n\t\t\t\t\t\t<a>\n\t\t\t\t\t\t\t<img src=\"../../media/15.jpg\">\n\t\t\t\t\t\t</a>\n\t\t\t\t\t</div>\n\t\t\t\t\t<div class=\"item\">\n\t\t\t\t\t\t<a>\n\t\t\t\t\t\t\t<img src=\"../../media/4.jpg\">\n\t\t\t\t\t\t</a>\n\t\t\t\t\t</div>\n\t\t\t\t\t<div class=\"item\">\n\t\t\t\t\t\t<a>\n\t\t\t\t\t\t\t<img src=\"../../media/5.jpg\">\n\t\t\t\t\t\t</a>\n\t\t\t\t\t</div>\n\t\t\t\t\t<div class=\"item\">\n\t\t\t\t\t\t<a>\n\t\t\t\t\t\t\t<img src=\"../../media/6.jpg\">\n\t\t\t\t\t\t</a>\n\t\t\t\t\t</div>\n\t\t\t\t\t<div class=\"item\">\n\t\t\t\t\t\t<a>\n\t\t\t\t\t\t\t<img src=\"../../media/7.jpg\">\n\t\t\t\t\t\t</a>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t</section>\n\n      <footer class=\"footer\" id=\"page-footer\" data-aos=\"fade-up\" data-aos-delay=\"700\">\n\t\t<div class=\"container\">\n\t        <p>© Company 2017</p>\n        </div>\n      </footer>\n\n\t<script>\n\t\tAOS.init();\n\t</script>\n\n\n</body>\n</html>\n"
  },
  {
    "path": "demo/narrow-jumbotron/narrow-jumbotron.css",
    "content": "/* Space out content a bit */\nbody {\n  padding-top: 1.5rem;\n  padding-bottom: 1.5rem;\n  background-color:#fff;\n}\n\n/* Everything but the jumbotron gets side spacing for mobile first views */\n.header,\n.marketing,\n.footer {\n  padding-right: 1rem;\n  padding-left: 1rem;\n}\n\n/* Custom page header */\n.header {\n  padding-bottom: 1rem;\n  border-bottom: .05rem solid #e5e5e5;\n}\n/* Make the masthead heading the same height as the navigation */\n.header h3 {\n  margin-top: 0;\n  margin-bottom: 0;\n  line-height: 3rem;\n}\n\n/* Custom page footer */\n.footer {\n  padding-top: 1.5rem;\n  color: #777;\n  border-top: .05rem solid #e5e5e5;\n}\n\n/* Customize container */\n@media (min-width: 48em) {\n  .container {\n    max-width: 46rem;\n  }\n}\n.container-narrow > hr {\n  margin: 2rem 0;\n}\n\n/* Main marketing message and sign up button */\n.jumbotron {\n  text-align: center;\n  border-bottom: .05rem solid #e5e5e5;\n}\n\n/* Supporting marketing content */\n.marketing {\n  margin: 3rem 0;\n}\n.marketing p + h4 {\n  margin-top: 1.5rem;\n}\n\n/* Responsive: Portrait tablets and up */\n@media screen and (min-width: 48em) {\n  /* Remove the padding we set earlier */\n  .header,\n  .marketing,\n  .footer {\n    padding-right: 0;\n    padding-left: 0;\n  }\n  /* Space out the masthead */\n  .header {\n    margin-bottom: 2rem;\n  }\n  /* Remove the bottom border on the jumbotron for visual effect */\n  .jumbotron {\n    border-bottom: 0;\n  }\n}\n"
  },
  {
    "path": "demo/offcanvas/index.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n  <head>\n    <meta charset=\"utf-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">\n    <meta name=\"description\" content=\"\">\n    <meta name=\"author\" content=\"\">\n    <link rel=\"icon\" href=\"../../../../favicon.ico\">\n\n    <title>Offcanvas template for Bootstrap</title>\n\n    <!-- Bootstrap core CSS -->\n    <link href=\"../../css/editor.css\" rel=\"stylesheet\">\n\n    <!-- Custom styles for this template -->\n    <link href=\"offcanvas.css\" rel=\"stylesheet\">\n  </head>\n\n<body class=\"bg-light\">\n\t\n\t<nav class=\"navbar navbar-expand-lg fixed-top navbar-dark bg-dark\" aria-label=\"Main navigation\">\n\t  <div class=\"container-fluid\">\n\t\t<a class=\"navbar-brand\" href=\"#\">Offcanvas navbar</a>\n\t\t<button class=\"navbar-toggler p-0 border-0\" type=\"button\" data-bs-toggle=\"offcanvas\" aria-label=\"Toggle navigation\">\n\t\t  <span class=\"navbar-toggler-icon\"></span>\n\t\t</button>\n\n\t\t<div class=\"navbar-collapse offcanvas-collapse\" id=\"navbarsExampleDefault\">\n\t\t  <ul class=\"navbar-nav me-auto mb-2 mb-lg-0\">\n\t\t\t<li class=\"nav-item active\">\n\t\t\t  <a class=\"nav-link\" aria-current=\"page\" href=\"#\">Dashboard</a>\n\t\t\t</li>\n\t\t\t<li class=\"nav-item\">\n\t\t\t  <a class=\"nav-link\" href=\"#\">Notifications</a>\n\t\t\t</li>\n\t\t\t<li class=\"nav-item\">\n\t\t\t  <a class=\"nav-link\" href=\"#\">Profile</a>\n\t\t\t</li>\n\t\t\t<li class=\"nav-item\">\n\t\t\t  <a class=\"nav-link\" href=\"#\">Switch account</a>\n\t\t\t</li>\n\t\t\t<li class=\"nav-item dropdown\">\n\t\t\t  <a class=\"nav-link dropdown-toggle\" href=\"#\" id=\"dropdown01\" data-bs-toggle=\"dropdown\" aria-expanded=\"false\">Settings</a>\n\t\t\t  <ul class=\"dropdown-menu\" aria-labelledby=\"dropdown01\">\n\t\t\t\t<li><a class=\"dropdown-item\" href=\"#\">Action</a></li>\n\t\t\t\t<li><a class=\"dropdown-item\" href=\"#\">Another action</a></li>\n\t\t\t\t<li><a class=\"dropdown-item\" href=\"#\">Something else here</a></li>\n\t\t\t  </ul>\n\t\t\t</li>\n\t\t  </ul>\n\t\t  <form class=\"d-flex\">\n\t\t\t<input class=\"form-control me-2\" type=\"search\" placeholder=\"Search\" aria-label=\"Search\">\n\t\t\t<button class=\"btn btn-outline-success\" type=\"submit\">Search</button>\n\t\t  </form>\n\t\t</div>\n\t  </div>\n\t</nav>\n\n\t<div class=\"nav-scroller bg-white shadow-sm\">\n\t  <nav class=\"nav nav-underline\" aria-label=\"Secondary navigation\">\n\t\t<a class=\"nav-link active\" aria-current=\"page\" href=\"#\">Dashboard</a>\n\t\t<a class=\"nav-link\" href=\"#\">\n\t\t  Friends\n\t\t  <span class=\"badge bg-light text-dark rounded-pill align-text-bottom\">27</span>\n\t\t</a>\n\t\t<a class=\"nav-link\" href=\"#\">Explore</a>\n\t\t<a class=\"nav-link\" href=\"#\">Suggestions</a>\n\t\t<a class=\"nav-link\" href=\"#\">Link</a>\n\t\t<a class=\"nav-link\" href=\"#\">Link</a>\n\t\t<a class=\"nav-link\" href=\"#\">Link</a>\n\t\t<a class=\"nav-link\" href=\"#\">Link</a>\n\t\t<a class=\"nav-link\" href=\"#\">Link</a>\n\t  </nav>\n\t</div>\n\n\t<main class=\"container\">\n\t  <div class=\"d-flex align-items-center p-3 my-3 text-white bg-purple rounded shadow-sm\">\n\t   <img class=\"mr-3\" src=\"https://getbootstrap.com/assets/brand/bootstrap-outline.svg\" alt=\"\" width=\"48\" height=\"48\">\n\t\t<div class=\"lh-1\">\n\t\t  <h1 class=\"h6 mb-0 text-white lh-1\">Bootstrap</h1>\n\t\t  <small>Since 2011</small>\n\t\t</div>\n\t  </div>\n\n\t  <div class=\"my-3 p-3 bg-white rounded shadow-sm\">\n\t\t<h6 class=\"border-bottom pb-2 mb-0\">Recent updates</h6>\n\t\t<div class=\"d-flex text-muted pt-3\">\n\t\t <img data-src=\"holder.js/32x32?theme=thumb&bg=007bff&fg=007bff&size=1\" alt=\"\" class=\"mr-2 rounded\">\n\t\t  <p class=\"pb-3 mb-0 small lh-sm border-bottom\">\n\t\t\t<strong class=\"d-block text-gray-dark\">@username</strong>\n\t\t\tDonec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.\n\t\t  </p>\n\t\t</div>\n\t\t<div class=\"d-flex text-muted pt-3\">\n\t\t  <img data-src=\"holder.js/32x32?theme=thumb&bg=e83e8c&fg=e83e8c&size=1\" alt=\"\" class=\"mr-2 rounded\">\n\t\t  <p class=\"pb-3 mb-0 small lh-sm border-bottom\">\n\t\t\t<strong class=\"d-block text-gray-dark\">@username</strong>\n\t\t\tDonec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.\n\t\t  </p>\n\t\t</div>\n\t\t<div class=\"d-flex text-muted pt-3\">\n\t\t <img data-src=\"holder.js/32x32?theme=thumb&bg=6f42c1&fg=6f42c1&size=1\" alt=\"\" class=\"mr-2 rounded\">\n\t\t  <p class=\"pb-3 mb-0 small lh-sm border-bottom\">\n\t\t\t<strong class=\"d-block text-gray-dark\">@username</strong>\n\t\t\tDonec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.\n\t\t  </p>\n\t\t</div>\n\t\t<small class=\"d-block text-end mt-3\">\n\t\t  <a href=\"#\">All updates</a>\n\t\t</small>\n\t  </div>\n\n\t  <div class=\"my-3 p-3 bg-white rounded shadow-sm\">\n\t\t<h6 class=\"border-bottom pb-2 mb-0\">Suggestions</h6>\n\t\t<div class=\"d-flex text-muted pt-3\">\n\t\t <img data-src=\"holder.js/32x32?theme=thumb&bg=007bff&fg=007bff&size=1\" alt=\"\" class=\"mr-2 rounded\">\n\t\t  <div class=\"pb-3 mb-0 small lh-sm border-bottom w-100\">\n\t\t\t<div class=\"d-flex justify-content-between\">\n\t\t\t  <strong class=\"text-gray-dark\">Full Name</strong>\n\t\t\t  <a href=\"#\">Follow</a>\n\t\t\t</div>\n\t\t\t<span class=\"d-block\">@username</span>\n\t\t  </div>\n\t\t</div>\n\t\t<div class=\"d-flex text-muted pt-3\">\n\t\t <img data-src=\"holder.js/32x32?theme=thumb&bg=007bff&fg=007bff&size=1\" alt=\"\" class=\"mr-2 rounded\">\n\t\t  <div class=\"pb-3 mb-0 small lh-sm border-bottom w-100\">\n\t\t\t<div class=\"d-flex justify-content-between\">\n\t\t\t  <strong class=\"text-gray-dark\">Full Name</strong>\n\t\t\t  <a href=\"#\">Follow</a>\n\t\t\t</div>\n\t\t\t<span class=\"d-block\">@username</span>\n\t\t  </div>\n\t\t</div>\n\t\t<div class=\"d-flex text-muted pt-3\">\n\t\t<img data-src=\"holder.js/32x32?theme=thumb&bg=007bff&fg=007bff&size=1\" alt=\"\" class=\"mr-2 rounded\">\n\t\t  <div class=\"pb-3 mb-0 small lh-sm border-bottom w-100\">\n\t\t\t<div class=\"d-flex justify-content-between\">\n\t\t\t  <strong class=\"text-gray-dark\">Full Name</strong>\n\t\t\t  <a href=\"#\">Follow</a>\n\t\t\t</div>\n\t\t\t<span class=\"d-block\">@username</span>\n\t\t  </div>\n\t\t</div>\n\t\t<small class=\"d-block text-end mt-3\">\n\t\t  <a href=\"#\">All suggestions</a>\n\t\t</small>\n\t  </div>\n\t</main>\n\n    <!-- Bootstrap core JavaScript\n    ================================================== -->\n    <!-- Placed at the end of the document so the pages load faster -->\n\t<script src=\"https://code.jquery.com/jquery-3.3.1.slim.min.js\" integrity=\"sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo\" crossorigin=\"anonymous\"></script>\n    <script src=\"../../js/popper.min.js\"></script>\n    <script src=\"../../js/bootstrap.min.js\"></script>\n    <script src=\"https://cdn.jsdelivr.net/npm/holderjs@2.9.4/holder.js\"></script>\n    <script src=\"offcanvas.js\"></script>\n  </body>\n</html>\n"
  },
  {
    "path": "demo/offcanvas/offcanvas.css",
    "content": "html,\nbody {\n  overflow-x: hidden; /* Prevent scroll on narrow devices */\n}\n\nbody {\n  padding-top: 56px;\n}\n\n@media (max-width: 991.98px) {\n  .offcanvas-collapse {\n    position: fixed;\n    top: 56px; /* Height of navbar */\n    bottom: 0;\n    left: 100%;\n    width: 100%;\n    padding-right: 1rem;\n    padding-left: 1rem;\n    overflow-y: auto;\n    visibility: hidden;\n    background-color: #343a40;\n    transition: transform .3s ease-in-out, visibility .3s ease-in-out;\n  }\n  .offcanvas-collapse.open {\n    visibility: visible;\n    transform: translateX(-100%);\n  }\n}\n\n.nav-scroller {\n  position: relative;\n  z-index: 2;\n  height: 2.75rem;\n  overflow-y: hidden;\n}\n\n.nav-scroller .nav {\n  display: flex;\n  flex-wrap: nowrap;\n  padding-bottom: 1rem;\n  margin-top: -1px;\n  overflow-x: auto;\n  color: rgba(255, 255, 255, .75);\n  text-align: center;\n  white-space: nowrap;\n  -webkit-overflow-scrolling: touch;\n}\n\n.nav-underline .nav-link {\n  padding-top: .75rem;\n  padding-bottom: .75rem;\n  font-size: .875rem;\n  color: #6c757d;\n}\n\n.nav-underline .nav-link:hover {\n  color: #007bff;\n}\n\n.nav-underline .active {\n  font-weight: 500;\n  color: #343a40;\n}\n\n.text-white-50 { color: rgba(255, 255, 255, .5); }\n\n.bg-purple { background-color: #6f42c1; }\n"
  },
  {
    "path": "demo/offcanvas/offcanvas.js",
    "content": "(function () {\n  'use strict'\n\n  document.querySelector('[data-bs-toggle=\"offcanvas\"]').addEventListener('click', function () {\n    document.querySelector('.offcanvas-collapse').classList.toggle('open')\n  })\n})()\n"
  },
  {
    "path": "demo/pricing/index.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n  <head>\n    <meta charset=\"utf-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">\n    <meta name=\"description\" content=\"\">\n    <meta name=\"author\" content=\"\">\n    <link rel=\"icon\" href=\"../../../../favicon.ico\">\n\n    <title>Pricing example for Bootstrap</title>\n\n    <!-- Bootstrap core CSS -->\n    <link href=\"../../css/editor.css\" rel=\"stylesheet\">\n\n    <!-- Custom styles for this template -->\n    <link href=\"pricing.css\" rel=\"stylesheet\">\n  </head>\n\n  <body>\n\n<header class=\"d-flex flex-column flex-md-row align-items-center p-3 px-md-4 mb-3 bg-white border-bottom shadow-sm\">\n  <p class=\"h5 my-0 me-md-auto fw-normal\">Company name</p>\n  <nav class=\"my-2 my-md-0 me-md-3\">\n    <a class=\"p-2 text-dark\" href=\"#\">Features</a>\n    <a class=\"p-2 text-dark\" href=\"#\">Enterprise</a>\n    <a class=\"p-2 text-dark\" href=\"#\">Support</a>\n    <a class=\"p-2 text-dark\" href=\"#\">Pricing</a>\n  </nav>\n  <a class=\"btn btn-outline-primary\" href=\"#\">Sign up</a>\n</header>\n\n<main class=\"container\">\n  <div class=\"pricing-header px-3 py-3 pt-md-5 pb-md-4 mx-auto text-center\">\n    <h1 class=\"display-4\">Pricing</h1>\n    <p class=\"lead\">Quickly build an effective pricing table for your potential customers with this Bootstrap example. It’s built with default Bootstrap components and utilities with little customization.</p>\n  </div>\n\n  <div class=\"row row-cols-1 row-cols-md-3 mb-3 text-center\">\n    <div class=\"col\">\n      <div class=\"card mb-4 shadow-sm\">\n      <div class=\"card-header\">\n        <h4 class=\"my-0 fw-normal\">Free</h4>\n      </div>\n      <div class=\"card-body\">\n        <h1 class=\"card-title pricing-card-title\">$0 <small class=\"text-muted\">/ mo</small></h1>\n        <ul class=\"list-unstyled mt-3 mb-4\">\n          <li>10 users included</li>\n          <li>2 GB of storage</li>\n          <li>Email support</li>\n          <li>Help center access</li>\n        </ul>\n        <button type=\"button\" class=\"w-100 btn btn-lg btn-outline-primary\">Sign up for free</button>\n      </div>\n    </div>\n    </div>\n    <div class=\"col\">\n      <div class=\"card mb-4 shadow-sm\">\n      <div class=\"card-header\">\n        <h4 class=\"my-0 fw-normal\">Pro</h4>\n      </div>\n      <div class=\"card-body\">\n        <h1 class=\"card-title pricing-card-title\">$15 <small class=\"text-muted\">/ mo</small></h1>\n        <ul class=\"list-unstyled mt-3 mb-4\">\n          <li>20 users included</li>\n          <li>10 GB of storage</li>\n          <li>Priority email support</li>\n          <li>Help center access</li>\n        </ul>\n        <button type=\"button\" class=\"w-100 btn btn-lg btn-primary\">Get started</button>\n      </div>\n    </div>\n    </div>\n    <div class=\"col\">\n      <div class=\"card mb-4 shadow-sm\">\n      <div class=\"card-header\">\n        <h4 class=\"my-0 fw-normal\">Enterprise</h4>\n      </div>\n      <div class=\"card-body\">\n        <h1 class=\"card-title pricing-card-title\">$29 <small class=\"text-muted\">/ mo</small></h1>\n        <ul class=\"list-unstyled mt-3 mb-4\">\n          <li>30 users included</li>\n          <li>15 GB of storage</li>\n          <li>Phone and email support</li>\n          <li>Help center access</li>\n        </ul>\n        <button type=\"button\" class=\"w-100 btn btn-lg btn-primary\">Contact us</button>\n      </div>\n    </div>\n    </div>\n  </div>\n\n  <footer class=\"pt-4 my-md-5 pt-md-5 border-top\">\n    <div class=\"row\">\n      <div class=\"col-12 col-md\">\n       <img class=\"mb-2\" src=\"https://getbootstrap.com/assets/brand/bootstrap-solid.svg\" alt=\"\" width=\"24\" height=\"24\">\n        <small class=\"d-block mb-3 text-muted\">&copy; 2017-2021</small>\n      </div>\n      <div class=\"col-6 col-md\">\n        <h5>Features</h5>\n        <ul class=\"list-unstyled text-small\">\n          <li><a class=\"link-secondary\" href=\"#\">Cool stuff</a></li>\n          <li><a class=\"link-secondary\" href=\"#\">Random feature</a></li>\n          <li><a class=\"link-secondary\" href=\"#\">Team feature</a></li>\n          <li><a class=\"link-secondary\" href=\"#\">Stuff for developers</a></li>\n          <li><a class=\"link-secondary\" href=\"#\">Another one</a></li>\n          <li><a class=\"link-secondary\" href=\"#\">Last time</a></li>\n        </ul>\n      </div>\n      <div class=\"col-6 col-md\">\n        <h5>Resources</h5>\n        <ul class=\"list-unstyled text-small\">\n          <li><a class=\"link-secondary\" href=\"#\">Resource</a></li>\n          <li><a class=\"link-secondary\" href=\"#\">Resource name</a></li>\n          <li><a class=\"link-secondary\" href=\"#\">Another resource</a></li>\n          <li><a class=\"link-secondary\" href=\"#\">Final resource</a></li>\n        </ul>\n      </div>\n      <div class=\"col-6 col-md\">\n        <h5>About</h5>\n        <ul class=\"list-unstyled text-small\">\n          <li><a class=\"link-secondary\" href=\"#\">Team</a></li>\n          <li><a class=\"link-secondary\" href=\"#\">Locations</a></li>\n          <li><a class=\"link-secondary\" href=\"#\">Privacy</a></li>\n          <li><a class=\"link-secondary\" href=\"#\">Terms</a></li>\n        </ul>\n      </div>\n    </div>\n  </footer>\n</main>\n\n <!-- Bootstrap core JavaScript\n    ================================================== -->\n    <!-- Placed at the end of the document so the pages load faster -->\n\t<script src=\"https://code.jquery.com/jquery-3.3.1.slim.min.js\" integrity=\"sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo\" crossorigin=\"anonymous\"></script>\n    <script src=\"../../js/vendor/popper.min.js\"></script>\n    <script src=\"../../js/bootstrap.min.js\"></script>\n    <script src=\"https://cdn.jsdelivr.net/npm/holderjs@2.9.4/holder.js\"></script>\n    <script>\n      Holder.addTheme('thumb', {\n        bg: '#55595c',\n        fg: '#eceeef',\n        text: 'Thumbnail'\n      });\n    </script>\n  </body>\n</html>\n"
  },
  {
    "path": "demo/pricing/pricing.css",
    "content": ".container {\n  max-width: 960px;\n}\n\n.pricing-header {\n  max-width: 700px;\n}\n"
  },
  {
    "path": "demo/product/index.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n  <head>\n    <meta charset=\"utf-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">\n    <meta name=\"description\" content=\"\">\n    <meta name=\"author\" content=\"\">\n    <link rel=\"icon\" href=\"../../../../favicon.ico\">\n\n    <title>Product example for Bootstrap</title>\n\n    <!-- Bootstrap core CSS -->\n    <link href=\"../../css/editor.css\" rel=\"stylesheet\">\n\n    <!-- Custom styles for this template -->\n    <link href=\"product.css\" rel=\"stylesheet\">\n  </head>\n\n  <body>\n\n<header class=\"site-header sticky-top py-1\">\n  <nav class=\"container d-flex flex-column flex-md-row justify-content-between\">\n    <a class=\"py-2\" href=\"#\" aria-label=\"Product\">\n      <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" class=\"d-block mx-auto\" role=\"img\" viewBox=\"0 0 24 24\"><title>Product</title><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M14.31 8l5.74 9.94M9.69 8h11.48M7.38 12l5.74-9.94M9.69 16L3.95 6.06M14.31 16H2.83m13.79-4l-5.74 9.94\"/></svg>\n    </a>\n    <a class=\"py-2 d-none d-md-inline-block\" href=\"#\">Tour</a>\n    <a class=\"py-2 d-none d-md-inline-block\" href=\"#\">Product</a>\n    <a class=\"py-2 d-none d-md-inline-block\" href=\"#\">Features</a>\n    <a class=\"py-2 d-none d-md-inline-block\" href=\"#\">Enterprise</a>\n    <a class=\"py-2 d-none d-md-inline-block\" href=\"#\">Support</a>\n    <a class=\"py-2 d-none d-md-inline-block\" href=\"#\">Pricing</a>\n    <a class=\"py-2 d-none d-md-inline-block\" href=\"#\">Cart</a>\n  </nav>\n</header>\n\n<main>\n  <div class=\"position-relative overflow-hidden p-3 p-md-5 m-md-3 text-center bg-light\">\n    <div class=\"col-md-5 p-lg-5 mx-auto my-5\">\n      <h1 class=\"display-4 fw-normal\">Punny headline</h1>\n      <p class=\"lead fw-normal\">And an even wittier subheading to boot. Jumpstart your marketing efforts with this example based on Apple’s marketing pages.</p>\n      <a class=\"btn btn-outline-secondary\" href=\"#\">Coming soon</a>\n    </div>\n    <div class=\"product-device shadow-sm d-none d-md-block\"></div>\n    <div class=\"product-device product-device-2 shadow-sm d-none d-md-block\"></div>\n  </div>\n\n  <div class=\"d-md-flex flex-md-equal w-100 my-md-3 ps-md-3\">\n    <div class=\"bg-dark me-md-3 pt-3 px-3 pt-md-5 px-md-5 text-center text-white overflow-hidden\">\n      <div class=\"my-3 py-3\">\n        <h2 class=\"display-5\">Another headline</h2>\n        <p class=\"lead\">And an even wittier subheading.</p>\n      </div>\n      <div class=\"bg-light shadow-sm mx-auto\" style=\"width: 80%; height: 300px; border-radius: 21px 21px 0 0;\"></div>\n    </div>\n    <div class=\"bg-light me-md-3 pt-3 px-3 pt-md-5 px-md-5 text-center overflow-hidden\">\n      <div class=\"my-3 p-3\">\n        <h2 class=\"display-5\">Another headline</h2>\n        <p class=\"lead\">And an even wittier subheading.</p>\n      </div>\n      <div class=\"bg-dark shadow-sm mx-auto\" style=\"width: 80%; height: 300px; border-radius: 21px 21px 0 0;\"></div>\n    </div>\n  </div>\n\n  <div class=\"d-md-flex flex-md-equal w-100 my-md-3 ps-md-3\">\n    <div class=\"bg-light me-md-3 pt-3 px-3 pt-md-5 px-md-5 text-center overflow-hidden\">\n      <div class=\"my-3 p-3\">\n        <h2 class=\"display-5\">Another headline</h2>\n        <p class=\"lead\">And an even wittier subheading.</p>\n      </div>\n      <div class=\"bg-dark shadow-sm mx-auto\" style=\"width: 80%; height: 300px; border-radius: 21px 21px 0 0;\"></div>\n    </div>\n    <div class=\"bg-primary me-md-3 pt-3 px-3 pt-md-5 px-md-5 text-center text-white overflow-hidden\">\n      <div class=\"my-3 py-3\">\n        <h2 class=\"display-5\">Another headline</h2>\n        <p class=\"lead\">And an even wittier subheading.</p>\n      </div>\n      <div class=\"bg-light shadow-sm mx-auto\" style=\"width: 80%; height: 300px; border-radius: 21px 21px 0 0;\"></div>\n    </div>\n  </div>\n\n  <div class=\"d-md-flex flex-md-equal w-100 my-md-3 ps-md-3\">\n    <div class=\"bg-light me-md-3 pt-3 px-3 pt-md-5 px-md-5 text-center overflow-hidden\">\n      <div class=\"my-3 p-3\">\n        <h2 class=\"display-5\">Another headline</h2>\n        <p class=\"lead\">And an even wittier subheading.</p>\n      </div>\n      <div class=\"bg-white shadow-sm mx-auto\" style=\"width: 80%; height: 300px; border-radius: 21px 21px 0 0;\"></div>\n    </div>\n    <div class=\"bg-light me-md-3 pt-3 px-3 pt-md-5 px-md-5 text-center overflow-hidden\">\n      <div class=\"my-3 py-3\">\n        <h2 class=\"display-5\">Another headline</h2>\n        <p class=\"lead\">And an even wittier subheading.</p>\n      </div>\n      <div class=\"bg-white shadow-sm mx-auto\" style=\"width: 80%; height: 300px; border-radius: 21px 21px 0 0;\"></div>\n    </div>\n  </div>\n\n  <div class=\"d-md-flex flex-md-equal w-100 my-md-3 ps-md-3\">\n    <div class=\"bg-light me-md-3 pt-3 px-3 pt-md-5 px-md-5 text-center overflow-hidden\">\n      <div class=\"my-3 p-3\">\n        <h2 class=\"display-5\">Another headline</h2>\n        <p class=\"lead\">And an even wittier subheading.</p>\n      </div>\n      <div class=\"bg-white shadow-sm mx-auto\" style=\"width: 80%; height: 300px; border-radius: 21px 21px 0 0;\"></div>\n    </div>\n    <div class=\"bg-light me-md-3 pt-3 px-3 pt-md-5 px-md-5 text-center overflow-hidden\">\n      <div class=\"my-3 py-3\">\n        <h2 class=\"display-5\">Another headline</h2>\n        <p class=\"lead\">And an even wittier subheading.</p>\n      </div>\n      <div class=\"bg-white shadow-sm mx-auto\" style=\"width: 80%; height: 300px; border-radius: 21px 21px 0 0;\"></div>\n    </div>\n  </div>\n</main>\n\n<footer class=\"container py-5\">\n  <div class=\"row\">\n    <div class=\"col-12 col-md\">\n      <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" class=\"d-block mb-2\" role=\"img\" viewBox=\"0 0 24 24\"><title>Product</title><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M14.31 8l5.74 9.94M9.69 8h11.48M7.38 12l5.74-9.94M9.69 16L3.95 6.06M14.31 16H2.83m13.79-4l-5.74 9.94\"/></svg>\n      <small class=\"d-block mb-3 text-muted\">&copy; 2017-2021</small>\n    </div>\n    <div class=\"col-6 col-md\">\n      <h5>Features</h5>\n      <ul class=\"list-unstyled text-small\">\n        <li><a class=\"link-secondary\" href=\"#\">Cool stuff</a></li>\n        <li><a class=\"link-secondary\" href=\"#\">Random feature</a></li>\n        <li><a class=\"link-secondary\" href=\"#\">Team feature</a></li>\n        <li><a class=\"link-secondary\" href=\"#\">Stuff for developers</a></li>\n        <li><a class=\"link-secondary\" href=\"#\">Another one</a></li>\n        <li><a class=\"link-secondary\" href=\"#\">Last time</a></li>\n      </ul>\n    </div>\n    <div class=\"col-6 col-md\">\n      <h5>Resources</h5>\n      <ul class=\"list-unstyled text-small\">\n        <li><a class=\"link-secondary\" href=\"#\">Resource name</a></li>\n        <li><a class=\"link-secondary\" href=\"#\">Resource</a></li>\n        <li><a class=\"link-secondary\" href=\"#\">Another resource</a></li>\n        <li><a class=\"link-secondary\" href=\"#\">Final resource</a></li>\n      </ul>\n    </div>\n    <div class=\"col-6 col-md\">\n      <h5>Resources</h5>\n      <ul class=\"list-unstyled text-small\">\n        <li><a class=\"link-secondary\" href=\"#\">Business</a></li>\n        <li><a class=\"link-secondary\" href=\"#\">Education</a></li>\n        <li><a class=\"link-secondary\" href=\"#\">Government</a></li>\n        <li><a class=\"link-secondary\" href=\"#\">Gaming</a></li>\n      </ul>\n    </div>\n    <div class=\"col-6 col-md\">\n      <h5>About</h5>\n      <ul class=\"list-unstyled text-small\">\n        <li><a class=\"link-secondary\" href=\"#\">Team</a></li>\n        <li><a class=\"link-secondary\" href=\"#\">Locations</a></li>\n        <li><a class=\"link-secondary\" href=\"#\">Privacy</a></li>\n        <li><a class=\"link-secondary\" href=\"#\">Terms</a></li>\n      </ul>\n    </div>\n  </div>\n</footer>\n\n\n    <!-- Bootstrap core JavaScript\n    ================================================== -->\n    <!-- Placed at the end of the document so the pages load faster -->\n\t<script src=\"https://code.jquery.com/jquery-3.3.1.slim.min.js\" integrity=\"sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo\" crossorigin=\"anonymous\"></script>\n    <script src=\"../../js/popper.min.js\"></script>\n    <script src=\"../../js/bootstrap.min.js\"></script>\n    <script src=\"https://cdn.jsdelivr.net/npm/holderjs@2.9.4/holder.js\"></script>\n    <script>\n      Holder.addTheme('thumb', {\n        bg: '#55595c',\n        fg: '#eceeef',\n        text: 'Thumbnail'\n      });\n    </script>\n  </body>\n</html>\n"
  },
  {
    "path": "demo/product/product.css",
    "content": ".container {\n  max-width: 960px;\n}\n\n/*\n * Custom translucent site header\n */\n\n.site-header {\n  background-color: rgba(0, 0, 0, .85);\n  -webkit-backdrop-filter: saturate(180%) blur(20px);\n  backdrop-filter: saturate(180%) blur(20px);\n}\n.site-header a {\n  color: #8e8e8e;\n  transition: color .15s ease-in-out;\n}\n.site-header a:hover {\n  color: #fff;\n  text-decoration: none;\n}\n\n/*\n * Dummy devices (replace them with your own or something else entirely!)\n */\n\n.product-device {\n  position: absolute;\n  right: 10%;\n  bottom: -30%;\n  width: 300px;\n  height: 540px;\n  background-color: #333;\n  border-radius: 21px;\n  transform: rotate(30deg);\n}\n\n.product-device::before {\n  position: absolute;\n  top: 10%;\n  right: 10px;\n  bottom: 10%;\n  left: 10px;\n  content: \"\";\n  background-color: rgba(255, 255, 255, .1);\n  border-radius: 5px;\n}\n\n.product-device-2 {\n  top: -25%;\n  right: auto;\n  bottom: 0;\n  left: 5%;\n  background-color: #e5e5e5;\n}\n\n\n/*\n * Extra utilities\n */\n\n.flex-equal > * {\n  flex: 1;\n}\n@media (min-width: 768px) {\n  .flex-md-equal > * {\n    flex: 1;\n  }\n}\n"
  },
  {
    "path": "docker-compose.yml",
    "content": "# sudo apt install docker-compose\n# sudo docker-compose up -d\nversion: '3.8'\nservices:\n  php:\n    build:\n      context: .\n      dockerfile: Dockerfile\n    volumes:\n      - ./:/var/www/html\n    ports:\n      - 8080:80\n"
  },
  {
    "path": "editor.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\" data-bs-theme=\"auto\">\n\n<head>\n\t<meta charset=\"utf-8\">\n\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">\n\n\t<meta name=\"description\" content=\"\">\n\t<meta name=\"author\" content=\"\">\n\t<link rel=\"icon\" href=\"favicon.ico\">\n\t<base href=\"\">\n\t<title>VvvebJs</title>\n\n\t<link href=\"css/editor.css\" rel=\"stylesheet\">\n</head>\n\n<body>\n\n\t<div id=\"vvveb-builder\">\n\t\t<div id=\"top-panel\">\n\n\t\t\t<div class=\"btn-group float-start\" role=\"group\">\n\t\t\t\t<a href=\"https://www.vvveb.com\" target=\"_blank\">\n\t\t\t\t\t<img src=\"img/logo.png\" alt=\"Vvveb\" class=\"float-start\" id=\"logo\">\n\t\t\t\t</a>\n\n\t\t\t\t<button class=\"btn btn-light px-1\" title=\"Toggle file manager\" id=\"toggle-file-manager-btn\"\n\t\t\t\t\tdata-vvveb-action=\"toggleFileManager\" data-bs-toggle=\"button\" aria-pressed=\"false\">\n\t\t\t\t\t<img src=\"libs/builder/icons/file-manager-layout.svg\" width=\"18\" height=\"18\" alt=\"\"\n\t\t\t\t\t\trole=\"presentation\">\n\t\t\t\t</button>\n\n\t\t\t\t<button class=\"btn btn-light px-1\" title=\"Toggle left column\" id=\"toggle-left-column-btn\"\n\t\t\t\t\tdata-vvveb-action=\"toggleLeftColumn\" data-bs-toggle=\"button\" aria-pressed=\"false\">\n\t\t\t\t\t<img src=\"libs/builder/icons/left-column-layout.svg\" width=\"18\" height=\"18\" alt=\"\"\n\t\t\t\t\t\trole=\"presentation\">\n\t\t\t\t</button>\n\n\t\t\t\t<button class=\"btn btn-light px-1\" title=\"Toggle right column\" id=\"toggle-right-column-btn\"\n\t\t\t\t\tdata-vvveb-action=\"toggleRightColumn\" data-bs-toggle=\"button\" aria-pressed=\"false\">\n\t\t\t\t\t<img src=\"libs/builder/icons/right-column-layout.svg\" width=\"18\" height=\"18\" alt=\"\"\n\t\t\t\t\t\trole=\"presentation\">\n\t\t\t\t</button>\n\t\t\t</div>\n\n\n\t\t\t<div>\n\t\t\t\t<div class=\"btn-group me-3\" role=\"group\">\n\t\t\t\t\t<button class=\"btn btn-light\" title=\"Undo (Ctrl/Cmd + Z)\" id=\"undo-btn\" data-vvveb-action=\"undo\"\n\t\t\t\t\t\tdata-vvveb-shortcut=\"ctrl+z\">\n\t\t\t\t\t\t<i class=\"la la-undo\"></i>\n\t\t\t\t\t</button>\n\n\t\t\t\t\t<button class=\"btn btn-light\" title=\"Redo (Ctrl/Cmd + Shift + Y)\" id=\"redo-btn\"\n\t\t\t\t\t\tdata-vvveb-action=\"redo\" data-vvveb-shortcut=\"ctrl+shift+z\">\n\t\t\t\t\t\t<i class=\"la la-undo la-flip-horizontal\"></i>\n\t\t\t\t\t</button>\n\t\t\t\t</div>\n\n\n\t\t\t\t<div class=\"btn-group me-3\" role=\"group\">\n\t\t\t\t\t<button class=\"btn btn-light\" title=\"Designer Mode (Free dragging)\" id=\"designer-mode-btn\"\n\t\t\t\t\t\tdata-bs-toggle=\"button\" aria-pressed=\"false\" data-vvveb-action=\"setDesignerMode\">\n\t\t\t\t\t\t<i class=\"la la-hand-rock\"></i>\n\t\t\t\t\t</button>\n\n\t\t\t\t\t<button class=\"btn btn-light\" title=\"Preview\" id=\"preview-btn\" type=\"button\" data-bs-toggle=\"button\"\n\t\t\t\t\t\taria-pressed=\"false\" data-vvveb-action=\"preview\">\n\t\t\t\t\t\t<i class=\"icon-eye-outline\"></i>\n\t\t\t\t\t</button>\n\n\t\t\t\t\t<button class=\"btn btn-light\" title=\"Fullscreen (F11)\" id=\"fullscreen-btn\" data-bs-toggle=\"button\"\n\t\t\t\t\t\taria-pressed=\"false\" data-vvveb-action=\"fullscreen\">\n\t\t\t\t\t\t<i class=\"icon-expand-outline\"></i>\n\t\t\t\t\t</button>\n\n\t\t\t\t\t<button class=\"btn btn-light\" title=\"Show hidden elements\" id=\"toggle-hidden\"\n\t\t\t\t\t\tdata-bs-toggle=\"button\" data-vvveb-action=\"toggleHidden\" aria-pressed=\"false\">\n\t\t\t\t\t\t<i class=\"icon-scan-outline\"></i>\n\t\t\t\t\t</button>\n\n\t\t\t\t\t<button class=\"btn btn-light active\" title=\"Toggle navigator (Ctrl + Shift + L)\"\n\t\t\t\t\t\tid=\"toggle-tree-list\" data-bs-toggle=\"button\" data-vvveb-action=\"toggleTreeList\"\n\t\t\t\t\t\taria-pressed=\"true\">\n\t\t\t\t\t\t<i class=\"icon-layers-outline\"></i>\n\t\t\t\t\t</button>\n\n\t\t\t\t\t<button class=\"btn btn-light\" title=\"Download\" id=\"download-btn\" data-vvveb-action=\"download\"\n\t\t\t\t\t\tdata-v-download=\"index.html\">\n\t\t\t\t\t\t<i class=\"la la-download\"></i>\n\t\t\t\t\t</button>\n\t\t\t\t</div>\n\t\t\t</div>\n\n\n\t\t\t<div class=\"btn-group\">\n\n\t\t\t\t<div class=\"me-2\">\n\n\t\t\t\t\t<button class=\"btn btn-light btn-dark-mode\" data-vvveb-action=\"darkMode\">\n\t\t\t\t\t\t<!-- i class=\"la la-adjust la-lg\"></i -->\n\t\t\t\t\t\t<i class=\"la la-sun fs-6\"></i>\n\t\t\t\t\t</button>\n\n\t\t\t\t\t<a href=\"#\" class=\"btn btn-light px-1 btn-preview-url\" target=\"_blank\" title=\"View page\">\n\t\t\t\t\t\t<i class=\"la la-external-link-alt fs-6\"></i>\n\t\t\t\t\t</a>\n\n\t\t\t\t\t<div class=\"btn-group responsive-btns\" role=\"group\">\n\n\t\t\t\t\t\t<button type=\"button\" class=\"btn btn-light btn-sm px-1 me-1\" data-bs-toggle=\"dropdown\"\n\t\t\t\t\t\t\taria-expanded=\"false\" title=\"Breakpoints\">\n\t\t\t\t\t\t\t<i class=\"la la-mobile\"></i>\n\t\t\t\t\t\t</button>\n\n\t\t\t\t\t\t<div class=\"dropdown-menu\">\n\n\t\t\t\t\t\t\t<button id=\"mobile-view\" data-view=\"sm\" class=\"btn btn-light w-100\" title=\"Mobile view\"\n\t\t\t\t\t\t\t\tdata-vvveb-action=\"viewport\">\n\t\t\t\t\t\t\t\t<i class=\"la la-mobile\"></i>\n\t\t\t\t\t\t\t\t<span>Mobile view</span>\n\t\t\t\t\t\t\t</button>\n\n\t\t\t\t\t\t\t<button id=\"tablet-view\" data-view=\"md\" class=\"btn btn-light w-100\" title=\"Tablet view\"\n\t\t\t\t\t\t\t\tdata-vvveb-action=\"viewport\">\n\t\t\t\t\t\t\t\t<i class=\"la la-tablet la-rotate-90\"></i>\n\t\t\t\t\t\t\t\t<span>Tablet view</span>\n\t\t\t\t\t\t\t</button>\n\n\t\t\t\t\t\t\t<button id=\"tablet-landscape-view\" data-view=\"lg\" class=\"btn btn-light w-100\"\n\t\t\t\t\t\t\t\ttitle=\"Tablet landscape view\" data-vvveb-action=\"viewport\">\n\t\t\t\t\t\t\t\t<i class=\"la la-tablet\"></i>\n\t\t\t\t\t\t\t\t<span>Tablet landscape view</span>\n\t\t\t\t\t\t\t</button>\n\n\t\t\t\t\t\t\t<button id=\"laptop-view\" data-view=\"xl\" class=\"btn btn-light w-100\" title=\"Laptop view\"\n\t\t\t\t\t\t\t\tdata-vvveb-action=\"viewport\">\n\t\t\t\t\t\t\t\t<i class=\"la la-laptop\"></i>\n\t\t\t\t\t\t\t\t<span>Laptop view</span>\n\t\t\t\t\t\t\t</button>\n\n\t\t\t\t\t\t\t<button id=\"desktop-view\" data-view=\"xxl\" class=\"btn btn-light w-100\" title=\"Desktop view\"\n\t\t\t\t\t\t\t\tdata-vvveb-action=\"viewport\">\n\t\t\t\t\t\t\t\t<i class=\"la la-desktop\"></i>\n\t\t\t\t\t\t\t\t<span>Desktop view</span>\n\t\t\t\t\t\t\t</button>\n\n\t\t\t\t\t\t</div>\n\n\t\t\t\t\t\t<div class=\"percent\">\n\t\t\t\t\t\t\t<input type=\"number\" id=\"zoom\" value=\"100\" step=\"10\" min=\"10\" max=\"100\" class=\"form-control\"\n\t\t\t\t\t\t\t\tdata-vvveb-action=\"zoomChange\" data-vvveb-on=\"change\">\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\n\t\t\t\t</div>\n\n\n\t\t\t\t<div class=\"btn-group me-2\" role=\"group\">\n\n\t\t\t\t\t<div class=\"btn-group\">\n\t\t\t\t\t\t<button class=\"btn btn-primary btn-icon btn-sm save-btn\" title=\"Save changes (Ctrl + S)\"\n\t\t\t\t\t\t\tdata-vvveb-action=\"saveAjax\" data-vvveb-url=\"save.php\" data-v-vvveb-shortcut=\"ctrl+s\"\n\t\t\t\t\t\t\tdisabled>\n\t\t\t\t\t\t\t<span class=\"loading d-none\">\n\n\t\t\t\t\t\t\t\t<!-- i class=\"la la-save\"></i -->\n\t\t\t\t\t\t\t\t<span class=\"spinner-border spinner-border-sm align-middle\" role=\"status\"\n\t\t\t\t\t\t\t\t\taria-hidden=\"true\"></span>\n\t\t\t\t\t\t\t\t<span>Saving </span> ...\n\t\t\t\t\t\t\t</span>\n\n\t\t\t\t\t\t\t<span class=\"button-text\">\n\t\t\t\t\t\t\t\t<!-- i class=\"icon-save-outline\"></i -->\n\t\t\t\t\t\t\t\t<span>Save</span>\n\t\t\t\t\t\t\t</span>\n\t\t\t\t\t\t</button>\n\t\t\t\t\t</div>\n\n\n\t\t\t\t</div>\n\n\t\t\t</div>\n\n\t\t</div>\n\n\n\n\t\t<div id=\"left-panel\">\n\t\t\t<div>\n\t\t\t\t<div id=\"filemanager\">\n\t\t\t\t\t<div class=\"header\">\n\t\t\t\t\t\t<span class=\"text-muted lh-lg\">\n\t\t\t\t\t\t\t<span>Pages</span>\n\t\t\t\t\t\t</span>\n\n\t\t\t\t\t\t<div class=\"float-end\" role=\"group\">\n\n\t\t\t\t\t\t\t<button class=\"btn btn-outline-primary btn-sm btn-icon btn-add\"\n\t\t\t\t\t\t\t\ttitle=\"New page (Ctrl + Shift + P)\" id=\"new-file-btn\" data-vvveb-action=\"newPage\"\n\t\t\t\t\t\t\t\tdata-vvveb-shortcut=\"\">\n\t\t\t\t\t\t\t\t<span>Add page</span>\n\t\t\t\t\t\t\t\t<i class=\"icon-add\"></i>\n\t\t\t\t\t\t\t</button>\n\n\t\t\t\t\t\t\t<button class=\"btn btn-primary btn-sm btn-icon btn-add\"\n\t\t\t\t\t\t\t\ttitle=\"New section (Ctrl + Shift + S)\" id=\"new-section\" data-vvveb-action=\"newSection\"\n\t\t\t\t\t\t\t\tdata-vvveb-shortcut=\"\">\n\n\t\t\t\t\t\t\t\t<i class=\"icon-add\"></i>\n\t\t\t\t\t\t\t</button>\n\n\t\t\t\t\t\t\t<!--  \n\t\t\t\t\t\t\t\t\t  <button class=\"btn btn-link text-dark p-0\"  title=\"Delete file\" id=\"delete-file-btn\" data-vvveb-action=\"deletePage\" data-vvveb-shortcut=\"\">\n\t\t\t\t\t\t\t\t\t\t  <i class=\"la la-trash\"></i> <small>Delete</small>\n\t\t\t\t\t\t\t\t\t  </button> -->\n\t\t\t\t\t\t</div>\n\n\t\t\t\t\t</div>\n\n\t\t\t\t\t<div class=\"tree\">\n\t\t\t\t\t\t<ol>\n\t\t\t\t\t\t</ol>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\n\n\t\t\t\t<div class=\"drag-elements\">\n\n\t\t\t\t\t<div class=\"header\">\n\t\t\t\t\t\t<ul class=\"nav nav-tabs  nav-fill\" id=\"elements-tabs\" role=\"tablist\">\n\t\t\t\t\t\t\t<li class=\"nav-item component-tab\">\n\t\t\t\t\t\t\t\t<a class=\"nav-link active\" id=\"components-tab\" data-bs-toggle=\"tab\"\n\t\t\t\t\t\t\t\t\thref=\"#components-tabs\" role=\"tab\" aria-controls=\"components\" aria-selected=\"true\"\n\t\t\t\t\t\t\t\t\ttitle=\"Components\">\n\t\t\t\t\t\t\t\t\t<i class=\"icon-cube-outline\"></i>\n\t\t\t\t\t\t\t\t\t<!-- img src=\"../../../js/vvvebjs/icons/product.svg\" height=\"23\" -->\n\t\t\t\t\t\t\t\t\t<!-- div><small>Components</small></div -->\n\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t<li class=\"nav-item sections-tab\">\n\t\t\t\t\t\t\t\t<a class=\"nav-link\" id=\"sections-tab\" data-bs-toggle=\"tab\" href=\"#sections\" role=\"tab\"\n\t\t\t\t\t\t\t\t\taria-controls=\"sections\" aria-selected=\"false\" title=\"Sections\">\n\t\t\t\t\t\t\t\t\t<i class=\"icon-layers-outline\"></i>\n\t\t\t\t\t\t\t\t\t<!-- img src=\"../../../js/vvvebjs/icons/list_group.svg\" height=\"23\" -->\n\t\t\t\t\t\t\t\t\t<!-- div><small>Sections</small></div -->\n\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t<!-- li class=\"nav-item sections-tab\">\n\t\t\t<a class=\"nav-link\" id=\"sections-tab\" data-bs-toggle=\"tab\" href=\"#sections\" role=\"tab\" aria-controls=\"sections\" aria-selected=\"false\" title=\"Sections\"><img src=\"../../../js/vvvebjs/icons/list_group.svg\" width=\"24\" height=\"23\"> <div><small>Sections</small></div></a>\n\t\t  </li -->\n\t\t\t\t\t\t\t<li class=\"nav-item component-configuration-tab\">\n\t\t\t\t\t\t\t\t<a class=\"nav-link\" id=\"configuration-tab\" data-bs-toggle=\"tab\" href=\"#configuration\"\n\t\t\t\t\t\t\t\t\trole=\"tab\" aria-controls=\"configuration\" aria-selected=\"false\" title=\"Style\">\n\t\t\t\t\t\t\t\t\t<i class=\"icon-sparkles-outline\"></i>\n\t\t\t\t\t\t\t\t\t<!-- img src=\"/js/vvvebjs/icons/filters.svg\" height=\"23\"-->\n\t\t\t\t\t\t\t\t\t<!-- div><small>Properties</small></div -->\n\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t<li class=\"nav-item component-properties-tab d-none\">\n\t\t\t\t\t\t\t\t<a class=\"nav-link\" id=\"properties-tab\" data-bs-toggle=\"tab\" href=\"#properties\"\n\t\t\t\t\t\t\t\t\trole=\"tab\" aria-controls=\"properties\" aria-selected=\"false\" title=\"Properties\">\n\t\t\t\t\t\t\t\t\t<i class=\"icon-settings-outline\"></i>\n\t\t\t\t\t\t\t\t\t<!-- img src=\"/js/vvvebjs/icons/filters.svg\" height=\"23\"-->\n\t\t\t\t\t\t\t\t\t<!-- div><small>Properties</small></div -->\n\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t</ul>\n\n\t\t\t\t\t\t<div class=\"tab-content\">\n\n\t\t\t\t\t\t\t<div class=\"tab-pane show active\" id=\"components-tabs\" role=\"tabpanel\"\n\t\t\t\t\t\t\t\taria-labelledby=\"components-tab\">\n\n\n\t\t\t\t\t\t\t\t<ul class=\"nav nav-tabs nav-fill sections-tabs\" role=\"tablist\">\n\t\t\t\t\t\t\t\t\t<li class=\"nav-item components-tab\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"nav-link active\" data-bs-toggle=\"tab\" href=\"#components\" role=\"tab\"\n\t\t\t\t\t\t\t\t\t\t\taria-controls=\"components\" aria-selected=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t<i class=\"icon-square-outline\"></i>\n\t\t\t\t\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t\t\t\t\t<span>Components</span>\n\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t<li class=\"nav-item blocks-tab\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"nav-link\" data-bs-toggle=\"tab\" href=\"#blocks\" role=\"tab\"\n\t\t\t\t\t\t\t\t\t\t\taria-controls=\"components\" aria-selected=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t<i class=\"icon-copy-outline\"></i>\n\t\t\t\t\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t\t\t\t\t<span>Blocks</span>\n\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t</ul>\n\n\t\t\t\t\t\t\t\t<div class=\"tab-content\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"tab-pane show active components\" id=\"components\"\n\t\t\t\t\t\t\t\t\t\tdata-section=\"components\" role=\"tabpanel\" aria-labelledby=\"components-tab\">\n\n\t\t\t\t\t\t\t\t\t\t<div class=\"search\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"expand\">\n\t\t\t\t\t\t\t\t\t\t\t\t<!-- button class=\"text-sm\" title=\"Expand All\" data-vvveb-action=\"expand\"><i class=\"la la-plus\"></i></button -->\n\t\t\t\t\t\t\t\t\t\t\t\t<button title=\"Toggle\" data-vvveb-action=\"toggleSections\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"la la-minus\"></i>\n\t\t\t\t\t\t\t\t\t\t\t\t</button>\n\t\t\t\t\t\t\t\t\t\t\t</div>\n\n\t\t\t\t\t\t\t\t\t\t\t<input class=\"form-control component-search\" placeholder=\"Search components\"\n\t\t\t\t\t\t\t\t\t\t\t\ttype=\"text\" data-vvveb-action=\"search\" data-vvveb-on=\"keyup\">\n\t\t\t\t\t\t\t\t\t\t\t<button class=\"clear-backspace\" data-vvveb-action=\"clearSearch\">\n\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"la la-times\"></i>\n\t\t\t\t\t\t\t\t\t\t\t</button>\n\t\t\t\t\t\t\t\t\t\t</div>\n\n\t\t\t\t\t\t\t\t\t\t<div class=\"drag-elements-sidepane sidepane\">\n\t\t\t\t\t\t\t\t\t\t\t<div>\n\n\t\t\t\t\t\t\t\t\t\t\t\t<ul class=\"components-list\" data-type=\"leftpanel\">\n\t\t\t\t\t\t\t\t\t\t\t\t</ul>\n\n\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t</div>\n\n\n\n\t\t\t\t\t\t\t\t\t<div class=\"tab-pane blocks\" id=\"blocks\" data-section=\"content\" role=\"tabpanel\"\n\t\t\t\t\t\t\t\t\t\taria-labelledby=\"content-tab\">\n\n\t\t\t\t\t\t\t\t\t\t<div class=\"search\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"expand\">\n\t\t\t\t\t\t\t\t\t\t\t\t<!-- button class=\"text-sm\" title=\"Expand All\" data-vvveb-action=\"expand\"><i class=\"la la-plus\"></i></button -->\n\t\t\t\t\t\t\t\t\t\t\t\t<button title=\"Toggle\" data-vvveb-action=\"toggleSections\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"la la-minus\"></i>\n\t\t\t\t\t\t\t\t\t\t\t\t</button>\n\t\t\t\t\t\t\t\t\t\t\t</div>\n\n\t\t\t\t\t\t\t\t\t\t\t<input class=\"form-control block-search\" placeholder=\"Search blocks\"\n\t\t\t\t\t\t\t\t\t\t\t\ttype=\"text\" data-vvveb-action=\"search\" data-vvveb-on=\"keyup\">\n\t\t\t\t\t\t\t\t\t\t\t<button class=\"clear-backspace\" data-vvveb-action=\"clearSearch\">\n\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"la la-times\"></i>\n\t\t\t\t\t\t\t\t\t\t\t</button>\n\t\t\t\t\t\t\t\t\t\t</div>\n\n\n\t\t\t\t\t\t\t\t\t\t<div class=\"drag-elements-sidepane sidepane\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-preview\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img src=\"\">\n\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t\t\t\t\t<ul class=\"blocks-list\" data-type=\"leftpanel\">\n\t\t\t\t\t\t\t\t\t\t\t\t</ul>\n\n\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t</div>\n\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\n\t\t\t\t\t\t\t<div class=\"tab-pane show sections\" id=\"sections\" role=\"tabpanel\"\n\t\t\t\t\t\t\t\taria-labelledby=\"sections-tab\">\n\n\n\t\t\t\t\t\t\t\t<ul class=\"nav nav-tabs nav-fill sections-tabs\" id=\"sections-tabs\" role=\"tablist\">\n\t\t\t\t\t\t\t\t\t<li class=\"nav-item content-tab\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"nav-link active\" data-bs-toggle=\"tab\" href=\"#sections-new-tab\"\n\t\t\t\t\t\t\t\t\t\t\trole=\"tab\" aria-controls=\"components\" aria-selected=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t<i class=\"icon-albums-outline\"></i>\n\t\t\t\t\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t\t\t\t\t<span>Sections</span>\n\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t<li class=\"nav-item style-tab\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"nav-link\" data-bs-toggle=\"tab\" href=\"#sections-list\" role=\"tab\"\n\t\t\t\t\t\t\t\t\t\t\taria-controls=\"sections\" aria-selected=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t<i class=\"icon-document-text-outline\"></i>\n\t\t\t\t\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t\t\t\t\t<span>Page Sections</span>\n\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t</ul>\n\n\t\t\t\t\t\t\t\t<div class=\"tab-content\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"tab-pane\" id=\"sections-list\" data-section=\"style\" role=\"tabpanel\"\n\t\t\t\t\t\t\t\t\t\taria-labelledby=\"style-tab\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"drag-elements-sidepane sidepane\">\n\t\t\t\t\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"sections-container\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"section-item\" draggable=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"controls\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"handle\"></div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"info\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"name\">&nbsp;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"type\">&nbsp;</div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"section-item\" draggable=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"controls\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"handle\"></div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"info\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"name\">&nbsp;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"type\">&nbsp;</div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"section-item\" draggable=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"controls\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"handle\"></div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"info\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"name\">&nbsp;\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"type\">&nbsp;</div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<!-- div class=\"section-item\" draggable=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"controls\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"handle\"></div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"info\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"name\">welcome area\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"type\">section</div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"buttons\"> <a class=\"delete-btn\" href=\"\" title=\"Remove section\"><i class=\"la la-trash text-danger\"></i></a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"properties-btn\" href=\"\" title=\"Properties\"><i class=\"icon-settings-outline\"></i></a> </div>\n\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t<input class=\"header_check\" type=\"checkbox\" id=\"section-components-9338\">\n\t\t\t\t\t\t\t\t\t\t\t<label for=\"section-components-9338\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"header-arrow\"></div>\n\t\t\t\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"tree\">\n\t\t\t\t\t\t\t\t\t\t\t\t<ol></ol>\n\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t</div -->\n\n\n\t\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t</div>\n\n\t\t\t\t\t\t\t\t\t<div class=\"tab-pane show active\" id=\"sections-new-tab\" data-section=\"content\"\n\t\t\t\t\t\t\t\t\t\trole=\"tabpanel\" aria-labelledby=\"content-tab\">\n\n\n\t\t\t\t\t\t\t\t\t\t<div class=\"search\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"expand\">\n\t\t\t\t\t\t\t\t\t\t\t\t<!-- button class=\"text-sm\" title=\"Expand All\" data-vvveb-action=\"expand\"><i class=\"la la-plus\"></i></button -->\n\t\t\t\t\t\t\t\t\t\t\t\t<button title=\"Toggle\" data-vvveb-action=\"toggleSections\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"la la-minus\"></i>\n\t\t\t\t\t\t\t\t\t\t\t\t</button>\n\t\t\t\t\t\t\t\t\t\t\t</div>\n\n\t\t\t\t\t\t\t\t\t\t\t<input class=\"form-control section-search\" placeholder=\"Search sections\"\n\t\t\t\t\t\t\t\t\t\t\t\ttype=\"text\" data-vvveb-action=\"search\" data-vvveb-on=\"keyup\">\n\t\t\t\t\t\t\t\t\t\t\t<button class=\"clear-backspace\" data-vvveb-action=\"clearSearch\"\n\t\t\t\t\t\t\t\t\t\t\t\ttitle=\"Clear search\">\n\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"la la-times\"></i>\n\t\t\t\t\t\t\t\t\t\t\t</button>\n\t\t\t\t\t\t\t\t\t\t</div>\n\n\n\t\t\t\t\t\t\t\t\t\t<div class=\"drag-elements-sidepane sidepane\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-preview\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img src=\"\" style=\"display:none\">\n\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t<div>\n\n\t\t\t\t\t\t\t\t\t\t\t\t<ul class=\"sections-list\" data-type=\"leftpanel\">\n\t\t\t\t\t\t\t\t\t\t\t\t</ul>\n\n\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t</div>\n\n\t\t\t\t\t\t\t\t\t</div>\n\n\t\t\t\t\t\t\t\t</div>\n\n\t\t\t\t\t\t\t</div>\n\n\t\t\t\t\t\t\t<div class=\"tab-pane\" id=\"properties\" role=\"tabpanel\" aria-labelledby=\"properties-tab\">\n\t\t\t\t\t\t\t\t<div class=\"component-properties-sidepane\">\n\t\t\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"component-properties\">\n\t\t\t\t\t\t\t\t\t\t\t<ul class=\"nav nav-tabs nav-fill\" id=\"properties-tabs\" role=\"tablist\">\n\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"nav-item content-tab\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"nav-link content-tab active\" data-bs-toggle=\"tab\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\thref=\"#content-left-panel-tab\" role=\"tab\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\taria-controls=\"components\" aria-selected=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"icon-albums-outline\"></i>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span>Content</span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"nav-item style-tab\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"nav-link\" data-bs-toggle=\"tab\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\thref=\"#style-left-panel-tab\" role=\"tab\" aria-controls=\"style\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\taria-selected=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"icon-color-fill-outline\"></i>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span>Style</span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"nav-item advanced-tab\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"nav-link\" data-bs-toggle=\"tab\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\thref=\"#advanced-left-panel-tab\" role=\"tab\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\taria-controls=\"advanced\" aria-selected=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"icon-settings-outline\"></i>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span>Advanced</span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t\t\t</ul>\n\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"tab-content\" data-offset=\"35\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"tab-pane show active\" id=\"content-left-panel-tab\"\n\t\t\t\t\t\t\t\t\t\t\t\t\tdata-section=\"content\" role=\"tabpanel\"\n\t\t\t\t\t\t\t\t\t\t\t\t\taria-labelledby=\"content-tab\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"alert alert-dismissible fade show alert-light m-3\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\trole=\"alert\" style=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<button type=\"button\" class=\"btn-close\" data-bs-dismiss=\"alert\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\taria-label=\"Close\"></button>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<strong>No selected element!</strong>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<br> Click on an element to edit.\n\t\t\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t\t</div>\n\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"tab-pane show\" id=\"style-left-panel-tab\"\n\t\t\t\t\t\t\t\t\t\t\t\t\tdata-section=\"style\" role=\"tabpanel\" aria-labelledby=\"style-tab\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pb-2 px-2\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"justify-content-end d-flex\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<select class=\"form-select w-50\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata-vvveb-action=\"setState\" data-vvveb-on=\"change\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"\"> - State - </option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"hover\">hover</option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"active\">active</option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"nth-of-type(2n)\">nth-of-type(2n)</option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</select>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t\t</div>\n\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"tab-pane show\" id=\"advanced-left-panel-tab\"\n\t\t\t\t\t\t\t\t\t\t\t\t\tdata-section=\"advanced\" role=\"tabpanel\"\n\t\t\t\t\t\t\t\t\t\t\t\t\taria-labelledby=\"advanced-tab\">\n\t\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\n\t\t\t\t\t\t\t<div class=\"tab-pane\" id=\"configuration\" role=\"tabpanel\"\n\t\t\t\t\t\t\t\taria-labelledby=\"configuration-tab\">\n\n\t\t\t\t\t\t\t\t<ul class=\"nav nav-tabs nav-fill sections-tabs\" id=\"vars-tabs\" role=\"tablist\">\n\t\t\t\t\t\t\t\t\t<li class=\"nav-item styles-tab\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"nav-link active\" data-bs-toggle=\"tab\" href=\"#styles-tab\" role=\"tab\"\n\t\t\t\t\t\t\t\t\t\t\taria-controls=\"styles\" aria-selected=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t<i class=\"icon-color-wand-outline\"></i>\n\t\t\t\t\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t\t\t\t\t<span>Styles</span>\n\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t<li class=\"nav-item vars-tab\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"nav-link\" data-bs-toggle=\"tab\" href=\"#vars-tab\" role=\"tab\"\n\t\t\t\t\t\t\t\t\t\t\taria-controls=\"components\" aria-selected=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t<i class=\"icon-brush-outline\"></i>\n\t\t\t\t\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t\t\t\t\t<span>Variables</span>\n\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t\t\t<!--\n\t\t\t\t\t  <li class=\"nav-item css-tab\">\n\t\t\t\t\t\t<a class=\"nav-link\" data-bs-toggle=\"tab\" href=\"#css-tab\" role=\"tab\" aria-controls=\"css\" aria-selected=\"true\">\n\t\t\t\t\t\t\t<i class=\"icon-code-slash-outline\"></i> <div><span>Css</span></div></a>\n\t\t\t\t\t  </li>\n\t\t\t\t\t  -->\n\t\t\t\t\t\t\t\t</ul>\n\n\t\t\t\t\t\t\t\t<div class=\"tab-content\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"tab-pane show active styles\" id=\"styles-tab\" data-section=\"styles\"\n\t\t\t\t\t\t\t\t\t\trole=\"tabpanel\" aria-labelledby=\"styles-tab\">\n\n\t\t\t\t\t\t\t\t\t\t<div class=\"search\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"expand\">\n\t\t\t\t\t\t\t\t\t\t\t\t<!-- button class=\"text-sm\" title=\"Expand All\" data-vvveb-action=\"expand\"><i class=\"la la-plus\"></i></button -->\n\t\t\t\t\t\t\t\t\t\t\t\t<button title=\"Toggle\" data-vvveb-action=\"toggleSections\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"la la-minus\"></i>\n\t\t\t\t\t\t\t\t\t\t\t\t</button>\n\t\t\t\t\t\t\t\t\t\t\t</div>\n\n\t\t\t\t\t\t\t\t\t\t\t<input class=\"form-control block-search\" placeholder=\"Search styles\"\n\t\t\t\t\t\t\t\t\t\t\t\ttype=\"text\" data-vvveb-action=\"search\" data-vvveb-on=\"keyup\">\n\t\t\t\t\t\t\t\t\t\t\t<button class=\"clear-backspace\" data-vvveb-action=\"clearSearch\">\n\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"la la-times\"></i>\n\t\t\t\t\t\t\t\t\t\t\t</button>\n\t\t\t\t\t\t\t\t\t\t</div>\n\n\n\t\t\t\t\t\t\t\t\t\t<div class=\"drag-elements-sidepane sidepane\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"style-preview\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img src=\"\">\n\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t\t\t\t\t<ul class=\"styles-list\" data-type=\"leftpanel\">\n\t\t\t\t\t\t\t\t\t\t\t\t</ul>\n\n\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t</div>\n\n\t\t\t\t\t\t\t\t\t</div>\n\n\t\t\t\t\t\t\t\t\t<div class=\"tab-pane\" id=\"vars-tab\" data-section=\"vars\" role=\"tabpanel\"\n\t\t\t\t\t\t\t\t\t\taria-labelledby=\"vars-tab\">\n\n\t\t\t\t\t\t\t\t\t\t<div class=\"drag-elements-sidepane sidepane\">\n\t\t\t\t\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"component-properties d-block\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<!-- color palette -->\n\t\t\t\t\t\t\t\t\t\t\t\t\t<!--\n\t\t\t\t\t\t\t\t\t\t\t<label class=\"header\" data-header=\"default\" for=\"header_pallette\"><span>Global styles</span>\n\t\t\t\t\t<div class=\"header-arrow\"></div>\n\t\t\t\t\t\t\t\t\t\t\t</label> -->\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input class=\"header_check\" type=\"checkbox\" checked\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tid=\"header_pallette\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"tab-pane section px-0\" data-section=\"content\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t</div>\n\n\t\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t<!--\t\n\t\t\t\t\t\t <div class=\"tab-pane\" id=\"css-tab\" data-section=\"css\" role=\"tabpanel\" aria-labelledby=\"css-tab\">\n\t\t\t\t\t\t\t<div class=\"drag-elements-sidepane sidepane\">\n\t\t\t\t\t\t\t<div data-offset=\"80\">\n\t\t\t\t\t\t\t\t<textarea id=\"css-editor\" class=\"form-control\" rows=\"24\"></textarea>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t </div>\n\t\t\t\t\t\t-->\n\t\t\t\t\t\t\t\t</div>\n\n\n\t\t\t\t\t\t\t</div><!-- end configuration tab -->\n\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t</div>\n\n\n\t\t<div id=\"canvas\">\n\t\t\t<div id=\"iframe-wrapper\">\n\t\t\t\t<div id=\"iframe-layer\">\n\n\t\t\t\t\t<div class=\"loading-message active\">\n\t\t\t\t\t\t<div class=\"animation-container\">\n\t\t\t\t\t\t\t<div class=\"dot dot-1\"></div>\n\t\t\t\t\t\t\t<div class=\"dot dot-2\"></div>\n\t\t\t\t\t\t\t<div class=\"dot dot-3\"></div>\n\t\t\t\t\t\t</div>\n\n\t\t\t\t\t\t<svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\">\n\t\t\t\t\t\t\t<defs>\n\t\t\t\t\t\t\t\t<filter id=\"goo\">\n\t\t\t\t\t\t\t\t\t<feGaussianBlur in=\"SourceGraphic\" stdDeviation=\"10\" result=\"blur\" />\n\t\t\t\t\t\t\t\t\t<feColorMatrix in=\"blur\" mode=\"matrix\"\n\t\t\t\t\t\t\t\t\t\tvalues=\"1 0 0 0 0  0 1 0 0 0  0 0 1 0 0  0 0 0 21 -7\" />\n\t\t\t\t\t\t\t\t</filter>\n\t\t\t\t\t\t\t</defs>\n\t\t\t\t\t\t</svg>\n\t\t\t\t\t\t<!-- https://codepen.io/Izumenko/pen/MpWyXK -->\n\t\t\t\t\t</div>\n\n\t\t\t\t\t<div id=\"highlight-box\">\n\t\t\t\t\t\t<div id=\"highlight-name\">\n\t\t\t\t\t\t\t<span class=\"name\"></span>\n\t\t\t\t\t\t\t<span class=\"type\"></span>\n\t\t\t\t\t\t</div>\n\n\t\t\t\t\t\t<div id=\"section-actions\">\n\t\t\t\t\t\t\t<a id=\"add-section-btn\" href=\"\" title=\"Add element\">\n\t\t\t\t\t\t\t\t<i class=\"la la-plus\"></i>\n\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\n\t\t\t\t\t<div id=\"select-box\">\n\n\t\t\t\t\t\t<div id=\"wysiwyg-editor\" class=\"default-editor\">\n\t\t\t\t\t\t\t<!--\n\t\t\t\t\t<a id=\"bold-btn\" href=\"\" title=\"Bold\">\n\t\t\t\t\t\t<svg height=\"24\" viewBox=\"0 0 256 256\" width=\"24\" xmlns=\"http://www.w3.org/2000/svg\">\n\t\t\t\t\t\t\t<path clip-rule=\"evenodd\" d=\"M56 40V216H148C176.719 216 200 192.719 200 164C200 147.849 192.637 133.418 181.084 123.88C187.926 115.076 192 104.014 192 92C192 63.2812 168.719 40 140 40H56ZM88 144V184H148C159.046 184 168 175.046 168 164C168 152.954 159.046 144 148 144H88ZM88 112V72H140C151.046 72 160 80.9543 160 92C160 103.046 151.046 112 140 112H88Z\" fill=\"#252525\" fill-rule=\"evenodd\"/>\n\t\t\t\t\t\t</svg>\t\n\t\t\t\t\t</a>\n\t\t\t\t\t<a id=\"italic-btn\" href=\"\" title=\"Italic\">\n\t\t\t\t\t\t<svg height=\"24\" viewBox=\"0 0 256 256\" width=\"24\" xmlns=\"http://www.w3.org/2000/svg\">\n\t\t\t\t\t\t\t<path d=\"M202 40H84V64H126.182L89.8182 192H54V216H172V192H129.818L166.182 64H202V40Z\" fill=\"#252525\"/>\n\t\t\t\t\t\t</svg>\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t</a>\n\t\t\t\t\t<a id=\"underline-btn\" href=\"\" title=\"Underline\">\n\t\t\t\t\t\t<svg height=\"24\" viewBox=\"0 0 256 256\" width=\"24\" xmlns=\"http://www.w3.org/2000/svg\">\n\t\t\t\t\t\t\t<path clip-rule=\"evenodd\" d=\"M88 40H60V108.004C60 145.56 90.4446 176.004 128 176.004C165.555 176.004 196 145.56 196 108.004V40H168V108C168 130.091 150.091 148 128 148C105.909 148 88 130.091 88 108V40ZM204 216V192H52V216H204Z\" fill=\"#252525\" fill-rule=\"evenodd\"/>\n\t\t\t\t\t\t</svg>\n\t\t\t\t\t</a>\n\t\t\t\t\t-->\n\n\t\t\t\t\t\t\t<a id=\"bold-btn\" class=\"hint\" href=\"\" title=\"Bold\" aria-label=\"Bold\">\n\t\t\t\t\t\t\t\t<svg height=\"18\" viewBox=\"0 0 24 24\" width=\"18\" xmlns=\"http://www.w3.org/2000/svg\">\n\t\t\t\t\t\t\t\t\t<path d=\"M6,4h8a4,4,0,0,1,4,4h0a4,4,0,0,1-4,4H6Z\" fill=\"none\" stroke=\"currentColor\"\n\t\t\t\t\t\t\t\t\t\tstroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"3\" />\n\t\t\t\t\t\t\t\t\t<path d=\"M6,12h9a4,4,0,0,1,4,4h0a4,4,0,0,1-4,4H6Z\" fill=\"none\" stroke=\"currentColor\"\n\t\t\t\t\t\t\t\t\t\tstroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"3\" />\n\t\t\t\t\t\t\t\t</svg>\n\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t<a id=\"italic-btn\" class=\"hint\" href=\"\" title=\"Italic\" aria-label=\"Italic\">\n\t\t\t\t\t\t\t\t<svg height=\"18\" viewBox=\"0 0 24 24\" width=\"18\" xmlns=\"http://www.w3.org/2000/svg\">\n\t\t\t\t\t\t\t\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"\n\t\t\t\t\t\t\t\t\t\tstroke-linejoin=\"round\" stroke-width=\"2\" x1=\"19\" x2=\"10\" y1=\"4\" y2=\"4\" />\n\t\t\t\t\t\t\t\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"\n\t\t\t\t\t\t\t\t\t\tstroke-linejoin=\"round\" stroke-width=\"2\" x1=\"14\" x2=\"5\" y1=\"20\" y2=\"20\" />\n\t\t\t\t\t\t\t\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"\n\t\t\t\t\t\t\t\t\t\tstroke-linejoin=\"round\" stroke-width=\"2\" x1=\"15\" x2=\"9\" y1=\"4\" y2=\"20\" />\n\t\t\t\t\t\t\t\t</svg>\n\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t<a id=\"underline-btn\" class=\"hint\" href=\"\" title=\"Underline\" aria-label=\"Underline\">\n\t\t\t\t\t\t\t\t<svg height=\"18\" viewBox=\"0 0 24 24\" width=\"18\" xmlns=\"http://www.w3.org/2000/svg\">\n\t\t\t\t\t\t\t\t\t<path d=\"M6,4v7a6,6,0,0,0,6,6h0a6,6,0,0,0,6-6V4\" fill=\"none\" stroke=\"currentColor\"\n\t\t\t\t\t\t\t\t\t\tstroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" y1=\"2\" y2=\"2\" />\n\t\t\t\t\t\t\t\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"\n\t\t\t\t\t\t\t\t\t\tstroke-linejoin=\"round\" stroke-width=\"2\" x1=\"4\" x2=\"20\" y1=\"22\" y2=\"22\" />\n\t\t\t\t\t\t\t\t</svg>\n\t\t\t\t\t\t\t</a>\n\n\n\t\t\t\t\t\t\t<a id=\"strike-btn\" class=\"hint\" href=\"\" title=\"Strikeout\" aria-label=\"Strikeout\">\n\t\t\t\t\t\t\t\t<del>S</del>\n\t\t\t\t\t\t\t</a>\n\n\t\t\t\t\t\t\t<div class=\"dropdown\">\n\t\t\t\t\t\t\t\t<button class=\"btn btn-link dropdown-toggle\" type=\"button\" id=\"dropdownMenuButton\"\n\t\t\t\t\t\t\t\t\tdata-bs-toggle=\"dropdown\" aria-haspopup=\"true\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t<span class=\"hint\" aria-label=\"Text align\">\n\t\t\t\t\t\t\t\t\t\t<i class=\"la la-align-left\"></i>\n\t\t\t\t\t\t\t\t\t</span>\n\t\t\t\t\t\t\t\t</button>\n\n\t\t\t\t\t\t\t\t<div id=\"justify-btn\" class=\"dropdown-menu\" aria-labelledby=\"dropdownMenuButton\">\n\t\t\t\t\t\t\t\t\t<a class=\"dropdown-item\" href=\"#\" data-value=\"Left\">\n\t\t\t\t\t\t\t\t\t\t<i class=\"la la-lg la-align-left\"></i> Align Left\n\t\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t\t\t<a class=\"dropdown-item\" href=\"#\" data-value=\"Center\">\n\t\t\t\t\t\t\t\t\t\t<i class=\"la la-lg la-align-center\"></i> Align Center\n\t\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t\t\t<a class=\"dropdown-item\" href=\"#\" data-value=\"Right\">\n\t\t\t\t\t\t\t\t\t\t<i class=\"la la-lg la-align-right\"></i> Align Right\n\t\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t\t\t<a class=\"dropdown-item\" href=\"#\" data-value=\"Full\">\n\t\t\t\t\t\t\t\t\t\t<i class=\"la la-lg la-align-justify\"></i> Align Justify\n\t\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\n\t\t\t\t\t\t\t<div class=\"separator\"></div>\n\n\t\t\t\t\t\t\t<a id=\"link-btn\" class=\"hint\" href=\"\" title=\"Create link\" aria-label=\"Create link\">\n\t\t\t\t\t\t\t\t<i class=\"la la-link\">\n\t\t\t\t\t\t\t\t</i>\n\t\t\t\t\t\t\t</a>\n\n\t\t\t\t\t\t\t<div class=\"separator\"></div>\n\n\t\t\t\t\t\t\t<input id=\"fore-color\" name=\"color\" type=\"color\" aria-label=\"Text color\"\n\t\t\t\t\t\t\t\tpattern=\"#[a-f0-9]{6}\" class=\"form-control form-control-color hint\">\n\t\t\t\t\t\t\t<input id=\"back-color\" name=\"background-color\" type=\"color\" aria-label=\"Background color\"\n\t\t\t\t\t\t\t\tpattern=\"#[a-f0-9]{6}\" class=\"form-control form-control-color hint\">\n\n\t\t\t\t\t\t\t<div class=\"separator\"></div>\n\n\t\t\t\t\t\t\t<select id=\"font-size\" class=\"form-select\" aria-label=\"Font size\">\n\t\t\t\t\t\t\t\t<option value=\"\">- Font size -</option>\n\t\t\t\t\t\t\t\t<option value=\"8px\">8 px</option>\n\t\t\t\t\t\t\t\t<option value=\"9px\">9 px</option>\n\t\t\t\t\t\t\t\t<option value=\"10px\">10 px</option>\n\t\t\t\t\t\t\t\t<option value=\"11px\">11 px</option>\n\t\t\t\t\t\t\t\t<option value=\"12px\">12 px</option>\n\t\t\t\t\t\t\t\t<option value=\"13px\">13 px</option>\n\t\t\t\t\t\t\t\t<option value=\"14px\">14 px</option>\n\t\t\t\t\t\t\t\t<option value=\"15px\">15 px</option>\n\t\t\t\t\t\t\t\t<option value=\"16px\">16 px</option>\n\t\t\t\t\t\t\t\t<option value=\"17px\">17 px</option>\n\t\t\t\t\t\t\t\t<option value=\"18px\">18 px</option>\n\t\t\t\t\t\t\t\t<option value=\"19px\">19 px</option>\n\t\t\t\t\t\t\t\t<option value=\"20px\">20 px</option>\n\t\t\t\t\t\t\t\t<option value=\"21px\">21 px</option>\n\t\t\t\t\t\t\t\t<option value=\"22px\">22 px</option>\n\t\t\t\t\t\t\t\t<option value=\"23px\">23 px</option>\n\t\t\t\t\t\t\t\t<option value=\"24px\">24 px</option>\n\t\t\t\t\t\t\t\t<option value=\"25px\">25 px</option>\n\t\t\t\t\t\t\t\t<option value=\"26px\">26 px</option>\n\t\t\t\t\t\t\t\t<option value=\"27px\">27 px</option>\n\t\t\t\t\t\t\t\t<option value=\"28px\">28 px</option>\n\t\t\t\t\t\t\t</select>\n\n\t\t\t\t\t\t\t<div class=\"separator\"></div>\n\n\t\t\t\t\t\t\t<select id=\"font-family\" class=\"form-select\" title=\"Font family\">\n\t\t\t\t\t\t\t\t<option value=\"\"> - Font family - </option>\n\t\t\t\t\t\t\t\t<optgroup label=\"System default\">\n\t\t\t\t\t\t\t\t\t<option value=\"Arial, Helvetica, sans-serif\">Arial</option>\n\t\t\t\t\t\t\t\t\t<option value=\"'Lucida Sans Unicode', 'Lucida Grande', sans-serif\">Lucida Grande\n\t\t\t\t\t\t\t\t\t</option>\n\t\t\t\t\t\t\t\t\t<option value=\"'Palatino Linotype', 'Book Antiqua', Palatino, serif\">Palatino\n\t\t\t\t\t\t\t\t\t\tLinotype</option>\n\t\t\t\t\t\t\t\t\t<option value=\"'Times New Roman', Times, serif\">Times New Roman</option>\n\t\t\t\t\t\t\t\t\t<option value=\"Georgia, serif\">Georgia, serif</option>\n\t\t\t\t\t\t\t\t\t<option value=\"Tahoma, Geneva, sans-serif\">Tahoma</option>\n\t\t\t\t\t\t\t\t\t<option value=\"'Comic Sans MS', cursive, sans-serif\">Comic Sans</option>\n\t\t\t\t\t\t\t\t\t<option value=\"Verdana, Geneva, sans-serif\">Verdana</option>\n\t\t\t\t\t\t\t\t\t<option value=\"Impact, Charcoal, sans-serif\">Impact</option>\n\t\t\t\t\t\t\t\t\t<option value=\"'Arial Black', Gadget, sans-serif\">Arial Black</option>\n\t\t\t\t\t\t\t\t\t<option value=\"'Trebuchet MS', Helvetica, sans-serif\">Trebuchet</option>\n\t\t\t\t\t\t\t\t\t<option value=\"'Courier New', Courier, monospace\">Courier New</option>\n\t\t\t\t\t\t\t\t\t<option value=\"'Brush Script MT', sans-serif\">Brush Script</option>\n\t\t\t\t\t\t\t\t</optgroup>\n\t\t\t\t\t\t\t</select>\n\t\t\t\t\t\t</div>\n\n\t\t\t\t\t\t<div id=\"select-actions\">\n\t\t\t\t\t\t\t<a id=\"drag-btn\" href=\"\" title=\"Drag element\">\n\t\t\t\t\t\t\t\t<i class=\"la la-arrows-alt\"></i>\n\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t<a id=\"parent-btn\" href=\"\" title=\"Select parent\" class=\"la-rotate-180\">\n\t\t\t\t\t\t\t\t<i class=\"la la-level-up-alt\"></i>\n\t\t\t\t\t\t\t</a>\n\n\t\t\t\t\t\t\t<a id=\"up-btn\" href=\"\" title=\"Move element up\">\n\t\t\t\t\t\t\t\t<i class=\"la la-arrow-up\"></i>\n\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t<a id=\"down-btn\" href=\"\" title=\"Move element down\">\n\t\t\t\t\t\t\t\t<i class=\"la la-arrow-down\"></i>\n\t\t\t\t\t\t\t</a>\n\n\t\t\t\t\t\t\t<a id=\"edit-code-btn\" href=\"\" title=\"Edit html code\">\n\t\t\t\t\t\t\t\t<i class=\"icon-code-outline\"></i>\n\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t<a id=\"translate-code-btn\" href=\"\" title=\"Translate text\">\n\t\t\t\t\t\t\t\t<i class=\"icon-language-outline\"></i>\n\t\t\t\t\t\t\t</a>\n\n\t\t\t\t\t\t\t<a id=\"save-reusable-btn\" href=\"\" title=\"Save as reusable\" class=\"mx-2\">\n\t\t\t\t\t\t\t\t<i class=\"icon-save-outline\"></i>\n\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t<a id=\"clone-btn\" href=\"\" title=\"Clone element\">\n\t\t\t\t\t\t\t\t<i class=\"icon-copy-outline\"></i>\n\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t<a id=\"delete-btn\" href=\"\" title=\"Remove element\">\n\t\t\t\t\t\t\t\t<i class=\"icon-trash-outline\"></i>\n\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t</div>\n\n\t\t\t\t\t\t<div class=\"resize\">\n\t\t\t\t\t\t\t<!-- top -->\n\t\t\t\t\t\t\t<div class=\"top-left\">\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<div class=\"top-center\">\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<div class=\"top-right\">\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<!-- center -->\n\t\t\t\t\t\t\t<div class=\"center-left\">\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<div class=\"center-right\">\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<!-- bottom -->\n\t\t\t\t\t\t\t<div class=\"bottom-left\">\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<div class=\"bottom-center\">\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<div class=\"bottom-right\">\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\n\t\t\t\t\t</div>\n\n\n\t\t\t\t\t<div id=\"drop-highlight-box\">\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\n\n\t\t\t\t<iframe src=\"\" id=\"iframe1\">\n\t\t\t\t</iframe>\n\t\t\t</div>\n\n\t\t\t<!-- add section box -->\n\t\t\t<div id=\"add-section-box\" class=\"drag-elements\">\n\n\t\t\t\t<div class=\"header\">\n\t\t\t\t\t<ul class=\"nav nav-tabs bg-secondary bg-opacity-10\" id=\"box-elements-tabs\" role=\"tablist\">\n\t\t\t\t\t\t<li class=\"nav-item component-tab\">\n\t\t\t\t\t\t\t<a class=\"nav-link px-3 active\" id=\"box-components-tab\" data-bs-toggle=\"tab\"\n\t\t\t\t\t\t\t\thref=\"#box-components\" role=\"tab\" aria-controls=\"components\" aria-selected=\"true\">\n\t\t\t\t\t\t\t\t<i class=\"icon-cube-outline\"></i>\n\t\t\t\t\t\t\t\t<small>Components</small>\n\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t</li>\n\t\t\t\t\t\t<li class=\"nav-item blocks-tab\">\n\t\t\t\t\t\t\t<a class=\"nav-link px-3\" id=\"box-blocks-tab\" data-bs-toggle=\"tab\" href=\"#box-blocks\"\n\t\t\t\t\t\t\t\trole=\"tab\" aria-controls=\"blocks\" aria-selected=\"false\">\n\t\t\t\t\t\t\t\t<i class=\"icon-copy-outline\"></i>\n\t\t\t\t\t\t\t\t<small>Blocks</small>\n\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t</li>\n\t\t\t\t\t\t<li class=\"nav-item sections-tab\">\n\t\t\t\t\t\t\t<a class=\"nav-link px-3\" id=\"box-sections-tab\" data-bs-toggle=\"tab\" href=\"#box-sections\"\n\t\t\t\t\t\t\t\trole=\"tab\" aria-controls=\"sections\" aria-selected=\"false\">\n\t\t\t\t\t\t\t\t<i class=\"icon-layers-outline\"></i>\n\t\t\t\t\t\t\t\t<small>Sections</small>\n\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t</li>\n\t\t\t\t\t\t<!--\n\t\t\t\t  <li class=\"nav-item component-properties-tab\" style=\"display:none\">\n\t\t\t\t\t<a class=\"nav-link\" id=\"box-properties-tab\" data-bs-toggle=\"tab\" href=\"#box-properties\" role=\"tab\" aria-controls=\"properties\" aria-selected=\"false\"><i class=\"la la-lg la-cog\"></i> <div><small>Properties</small></div></a>\n\t\t\t\t  </li>\n\t\t\t\t  -->\n\t\t\t\t\t</ul>\n\n\t\t\t\t\t<div class=\"section-box-actions\">\n\n\t\t\t\t\t\t<div id=\"close-section-btn\" class=\"btn btn-outline-secondary border-0 p-1 py-0 float-end\">\n\t\t\t\t\t\t\t<i class=\"la la-times\"></i>\n\t\t\t\t\t\t</div>\n\n\t\t\t\t\t\t<div class=\"me-4 small float-end\">\n\n\t\t\t\t\t\t\t<div class=\"form-check d-inline-block small me-1\">\n\t\t\t\t\t\t\t\t<input type=\"radio\" id=\"add-section-insert-mode-after\" value=\"after\" checked=\"checked\"\n\t\t\t\t\t\t\t\t\tname=\"add-section-insert-mode\" class=\"form-check-input\">\n\t\t\t\t\t\t\t\t<label class=\"form-check-label\" for=\"add-section-insert-mode-after\">After</label>\n\t\t\t\t\t\t\t</div>\n\n\t\t\t\t\t\t\t<div class=\"form-check d-inline-block small\">\n\t\t\t\t\t\t\t\t<input type=\"radio\" id=\"add-section-insert-mode-inside\" value=\"inside\"\n\t\t\t\t\t\t\t\t\tname=\"add-section-insert-mode\" class=\"form-check-input\">\n\t\t\t\t\t\t\t\t<label class=\"form-check-label\" for=\"add-section-insert-mode-inside\">Inside</label>\n\t\t\t\t\t\t\t</div>\n\n\t\t\t\t\t\t</div>\n\n\t\t\t\t\t</div>\n\n\t\t\t\t\t<div class=\"tab-content\">\n\t\t\t\t\t\t<div class=\"tab-pane show active\" id=\"box-components\" role=\"tabpanel\"\n\t\t\t\t\t\t\taria-labelledby=\"components-tab\">\n\n\t\t\t\t\t\t\t<div class=\"search\">\n\t\t\t\t\t\t\t\t<div class=\"expand\">\n\t\t\t\t\t\t\t\t\t<!-- button class=\"text-sm\" title=\"Expand All\" data-vvveb-action=\"expand\"><i class=\"la la-plus\"></i></button -->\n\t\t\t\t\t\t\t\t\t<button title=\"Toggle\" data-vvveb-action=\"toggleSections\">\n\t\t\t\t\t\t\t\t\t\t<i class=\"la la-minus\"></i>\n\t\t\t\t\t\t\t\t\t</button>\n\t\t\t\t\t\t\t\t</div>\n\n\t\t\t\t\t\t\t\t<input class=\"form-control component-search\" placeholder=\"Search components\" type=\"text\"\n\t\t\t\t\t\t\t\t\tdata-vvveb-action=\"search\" data-vvveb-on=\"keyup\">\n\t\t\t\t\t\t\t\t<button class=\"clear-backspace\" data-vvveb-action=\"clearSearch\">\n\t\t\t\t\t\t\t\t\t<i class=\"la la-times\"></i>\n\t\t\t\t\t\t\t\t</button>\n\t\t\t\t\t\t\t</div>\n\n\t\t\t\t\t\t\t<div class=\"overflow-y-auto mb-5\">\n\t\t\t\t\t\t\t\t<div>\n\n\t\t\t\t\t\t\t\t\t<ul class=\"components-list\" data-type=\"addbox\">\n\t\t\t\t\t\t\t\t\t</ul>\n\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div class=\"tab-pane\" id=\"box-blocks\" role=\"tabpanel\" aria-labelledby=\"blocks-tab\">\n\n\t\t\t\t\t\t\t<div class=\"search\">\n\t\t\t\t\t\t\t\t<div class=\"expand\">\n\t\t\t\t\t\t\t\t\t<!-- button class=\"text-sm\" title=\"Expand All\" data-vvveb-action=\"expand\"><i class=\"la la-plus\"></i></button-->\n\t\t\t\t\t\t\t\t\t<button title=\"Toggle\" data-vvveb-action=\"toggleSections\">\n\t\t\t\t\t\t\t\t\t\t<i class=\"la la-minus\"></i>\n\t\t\t\t\t\t\t\t\t</button>\n\t\t\t\t\t\t\t\t</div>\n\n\t\t\t\t\t\t\t\t<input class=\"form-control block-search\" placeholder=\"Search blocks\" type=\"text\"\n\t\t\t\t\t\t\t\t\tdata-vvveb-action=\"search\" data-vvveb-on=\"keyup\">\n\t\t\t\t\t\t\t\t<button class=\"clear-backspace\" data-vvveb-action=\"clearSearch\">\n\t\t\t\t\t\t\t\t\t<i class=\"la la-times\"></i>\n\t\t\t\t\t\t\t\t</button>\n\t\t\t\t\t\t\t</div>\n\n\t\t\t\t\t\t\t<div class=\"overflow-y-auto mb-5\">\n\t\t\t\t\t\t\t\t<div>\n\n\t\t\t\t\t\t\t\t\t<ul class=\"blocks-list\" data-type=\"addbox\">\n\t\t\t\t\t\t\t\t\t</ul>\n\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\n\t\t\t\t\t\t</div>\n\n\t\t\t\t\t\t<div class=\"tab-pane\" id=\"box-sections\" role=\"tabpanel\" aria-labelledby=\"sections-tab\">\n\n\t\t\t\t\t\t\t<div class=\"search\">\n\t\t\t\t\t\t\t\t<div class=\"expand\">\n\t\t\t\t\t\t\t\t\t<!-- button class=\"text-sm\" title=\"Expand All\" data-vvveb-action=\"expand\"><i class=\"la la-plus\"></i></button -->\n\t\t\t\t\t\t\t\t\t<button title=\"Toggle\" data-vvveb-action=\"toggleSections\">\n\t\t\t\t\t\t\t\t\t\t<i class=\"la la-minus\"></i>\n\t\t\t\t\t\t\t\t\t</button>\n\t\t\t\t\t\t\t\t</div>\n\n\t\t\t\t\t\t\t\t<input class=\"form-control section-search\" placeholder=\"Search sections\" type=\"text\"\n\t\t\t\t\t\t\t\t\tdata-vvveb-action=\"search\" data-vvveb-on=\"keyup\">\n\t\t\t\t\t\t\t\t<button class=\"clear-backspace\" data-vvveb-action=\"clearSearch\">\n\t\t\t\t\t\t\t\t\t<i class=\"la la-times\"></i>\n\t\t\t\t\t\t\t\t</button>\n\t\t\t\t\t\t\t</div>\n\n\t\t\t\t\t\t\t<div class=\"overflow-y-auto mb-5\">\n\t\t\t\t\t\t\t\t<div>\n\n\t\t\t\t\t\t\t\t\t<ul class=\"sections-list\" data-type=\"addbox\">\n\t\t\t\t\t\t\t\t\t</ul>\n\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\n\t\t\t\t\t\t</div>\n\n\t\t\t\t\t\t<!-- div class=\"tab-pane\" id=\"box-properties\" role=\"tabpanel\" aria-labelledby=\"blocks-tab\">\n\t\t\t\t\t\t<div class=\"component-properties-sidepane\">\n\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t<div class=\"component-properties\">\n\t\t\t\t\t\t\t\t\t<div class=\"mt-4 text-center\">Click on an element to edit.</div>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div -->\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\n\t\t\t</div>\n\t\t\t<!-- //add section box -->\n\n\n\t\t\t<div id=\"tree-list\">\n\t\t\t\t<div class=\"header\">\n\t\t\t\t\t<div>Navigator</div>\n\t\t\t\t\t<span>\n\t\t\t\t\t\t<button class=\"btn btn-sm\" data-vvveb-action=\"treeListRight\" aria-pressed=\"true\">\n\t\t\t\t\t\t\t<i class=\"icon-stop-outline\"></i>\n\t\t\t\t\t\t</button>\n\t\t\t\t\t\t<button class=\"btn btn-sm\" data-vvveb-action=\"toggleTreeList\" aria-pressed=\"true\">\n\t\t\t\t\t\t\t<i class=\"icon-close\"></i>\n\t\t\t\t\t\t</button>\n\t\t\t\t\t</span>\n\t\t\t\t</div>\n\t\t\t\t<div class=\"tree\">\n\t\t\t\t\t<ol>\n\t\t\t\t\t\t<!--\n\t\t\t\t<li data-component=\"Products\" class=\"file\">\t\t\t\t\t\t\t\n\t\t\t\t\t<label for=\"idNaN\" style=\"background-image:url(/js/vvvebjs/icons/products.svg)\"><span>Products</span></label>\t\t\t\t\t\t\t\n\t\t\t\t\t<input type=\"checkbox\" id=\"idNaN\">\n\t\t\t\t</li>\n\t\t\t\t<li data-component=\"Posts\" class=\"file\">\t\t\t\t\t\t\t\n\t\t\t\t\t<label for=\"idNaN\" style=\"background-image:url(/js/vvvebjs/icons/posts.svg)\"><span>Posts</span></label>\t\t\t\t\t\t\t\n\t\t\t\t\t<input type=\"checkbox\" id=\"idNaN\">\n\t\t\t\t</li>\n\t\t\t\t-->\n\t\t\t\t\t</ol>\n\t\t\t\t</div>\n\t\t\t</div>\n\n\t\t</div>\n\n\n\t\t<div id=\"right-panel\">\n\t\t\t<div class=\"component-properties\">\n\n\t\t\t\t<ul class=\"nav nav-tabs nav-fill\" id=\"properties-tabs\" role=\"tablist\">\n\t\t\t\t\t<li class=\"nav-item content-tab\">\n\t\t\t\t\t\t<a class=\"nav-link active\" data-bs-toggle=\"tab\" href=\"#content-tab\" role=\"tab\"\n\t\t\t\t\t\t\taria-controls=\"components\" aria-selected=\"true\">\n\t\t\t\t\t\t\t<i class=\"icon-albums-outline\"></i>\n\t\t\t\t\t\t\t<span>Content</span>\n\t\t\t\t\t\t</a>\n\t\t\t\t\t</li>\n\t\t\t\t\t<li class=\"nav-item style-tab\">\n\t\t\t\t\t\t<a class=\"nav-link\" data-bs-toggle=\"tab\" href=\"#style-tab\" role=\"tab\" aria-controls=\"blocks\"\n\t\t\t\t\t\t\taria-selected=\"false\">\n\t\t\t\t\t\t\t<i class=\"icon-color-fill-outline\"></i>\n\t\t\t\t\t\t\t<span>Style</span>\n\t\t\t\t\t\t</a>\n\t\t\t\t\t</li>\n\t\t\t\t\t<li class=\"nav-item advanced-tab\">\n\t\t\t\t\t\t<a class=\"nav-link\" data-bs-toggle=\"tab\" href=\"#advanced-tab\" role=\"tab\" aria-controls=\"blocks\"\n\t\t\t\t\t\t\taria-selected=\"false\">\n\t\t\t\t\t\t\t<i class=\"icon-settings-outline\"></i>\n\t\t\t\t\t\t\t<span>Advanced</span>\n\t\t\t\t\t\t</a>\n\t\t\t\t\t</li>\n\t\t\t\t</ul>\n\n\t\t\t\t<div class=\"tab-content\">\n\t\t\t\t\t<div class=\"tab-pane show active\" id=\"content-tab\" data-section=\"content\" role=\"tabpanel\"\n\t\t\t\t\t\taria-labelledby=\"content-tab\">\n\t\t\t\t\t\t<div class=\"alert alert-dismissible fade show alert-light m-3\" role=\"alert\">\n\t\t\t\t\t\t\t<button type=\"button\" class=\"btn-close\" data-bs-dismiss=\"alert\" aria-label=\"Close\"></button>\n\t\t\t\t\t\t\t<strong>No selected element!</strong>\n\t\t\t\t\t\t\t<br> Click on an element to edit.\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\n\t\t\t\t\t<div class=\"tab-pane show\" id=\"style-tab\" data-section=\"style\" role=\"tabpanel\"\n\t\t\t\t\t\taria-labelledby=\"style-tab\">\n\t\t\t\t\t\t<div class=\"pb-2 px-2\">\n\t\t\t\t\t\t\t<div class=\"justify-content-end d-flex\">\n\t\t\t\t\t\t\t\t<select class=\"form-select w-50\" data-vvveb-action=\"setState\" data-vvveb-on=\"change\">\n\t\t\t\t\t\t\t\t\t<option value=\"\"> - State - </option>\n\t\t\t\t\t\t\t\t\t<option value=\"hover\">hover</option>\n\t\t\t\t\t\t\t\t\t<option value=\"active\">active</option>\n\t\t\t\t\t\t\t\t\t<option value=\"nth-of-type(2n)\">nth-of-type(2n)</option>\n\t\t\t\t\t\t\t\t</select>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\n\t\t\t\t\t<div class=\"tab-pane show\" id=\"advanced-tab\" data-section=\"advanced\" role=\"tabpanel\"\n\t\t\t\t\t\taria-labelledby=\"advanced-tab\">\n\t\t\t\t\t\t<!-- \n\t\t\t\t\t\t<div class=\"alert alert-dismissible fade show alert-info m-3\" role=\"alert\" style=\"\">\t\t  \n\t\t\t\t\t\t\t<button type=\"button\" class=\"btn-close\" data-bs-dismiss=\"alert\" aria-label=\"Close\"></button>\t\t  \n\t\t\t\t\t\t\t<strong>No advanced properties!</strong><br> This component does not have advanced properties.\t\t\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t-->\n\t\t\t\t\t</div>\n\n\n\t\t\t\t</div>\n\n\n\t\t\t</div>\n\t\t</div>\n\n\n\t\t<div id=\"bottom-panel\">\n\n\t\t\t<div>\n\n\t\t\t\t<div class=\"breadcrumb-navigator\" style=\"--bs-breadcrumb-divider: '>';\">\n\n\t\t\t\t\t<ol class=\"breadcrumb\">\n\t\t\t\t\t\t<li class=\"breadcrumb-item\">\n\t\t\t\t\t\t\t<a href=\"#\">body</a>\n\t\t\t\t\t\t</li>\n\t\t\t\t\t\t<li class=\"breadcrumb-item\">\n\t\t\t\t\t\t\t<a href=\"#\">section</a>\n\t\t\t\t\t\t</li>\n\t\t\t\t\t\t<li class=\"breadcrumb-item\">\n\t\t\t\t\t\t\t<a href=\"#\">img</a>\n\t\t\t\t\t\t</li>\n\t\t\t\t\t</ol>\n\n\n\t\t\t\t\t<ul class=\"nav nav-tabs nav-fill d-none\" id=\"code-tabs\" role=\"tablist\">\n\t\t\t\t\t\t<li class=\"nav-item styles-tab\" role=\"presentation\">\n\t\t\t\t\t\t\t<a class=\"nav-link active\" data-bs-toggle=\"tab\" href=\"#code-tab\" role=\"tab\"\n\t\t\t\t\t\t\t\taria-controls=\"code\" aria-selected=\"false\" tabindex=\"-1\">\n\t\t\t\t\t\t\t\t<i class=\"icon-code-slash-outline\"></i>\n\t\t\t\t\t\t\t\t<span>Html</span>\n\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t</li>\n\t\t\t\t\t\t<li class=\"nav-item css-tab\" role=\"presentation\">\n\t\t\t\t\t\t\t<a class=\"nav-link\" data-bs-toggle=\"tab\" href=\"#csscode-tab\" role=\"tab\" aria-controls=\"css\"\n\t\t\t\t\t\t\t\taria-selected=\"true\">\n\t\t\t\t\t\t\t\t<i class=\"icon-color-fill-outline\"></i>\n\t\t\t\t\t\t\t\t<span>Css</span>\n\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t</li>\n\t\t\t\t\t</ul>\n\t\t\t\t</div>\n\n\n\t\t\t\t<div class=\"btn-group\" role=\"group\">\n\n\t\t\t\t\t<div id=\"toggleEditorJsExecute\" class=\"form-check mt-1\" style=\"display:none\">\n\t\t\t\t\t\t<input type=\"checkbox\" class=\"form-check-input\" id=\"runjs\" name=\"runjs\"\n\t\t\t\t\t\t\tdata-vvveb-action=\"toggleEditorJsExecute\">\n\t\t\t\t\t\t<label class=\"form-check-label\" for=\"runjs\">\n\t\t\t\t\t\t\t<small>Run javascript code on edit</small>\n\t\t\t\t\t\t</label>\n\t\t\t\t\t</div>\n\n\n\t\t\t\t\t<button id=\"code-editor-btn\" data-view=\"mobile\" class=\"btn btn-sm btn-outline-secondary border-0\"\n\t\t\t\t\t\ttitle=\"Code editor (Ctrl + E)\" data-vvveb-action=\"toggleEditor\">\n\t\t\t\t\t\t<i class=\"la la-code\"></i> Code editor\n\t\t\t\t\t</button>\n\n\n\t\t\t\t</div>\n\n\t\t\t</div>\n\n\t\t\t<div id=\"vvveb-code-editor\">\n\t\t\t\t<div class=\"tab-content\">\n\t\t\t\t\t<div class=\"tab-pane active\" id=\"code-tab\" data-section=\"code\" role=\"tabpanel\"\n\t\t\t\t\t\taria-labelledby=\"code-tab\">\n\t\t\t\t\t\t<textarea class=\"form-control\"></textarea>\n\t\t\t\t\t</div>\n\n\t\t\t\t\t<div class=\"tab-pane\" id=\"csscode-tab\" data-section=\"csscode\" role=\"tabpanel\"\n\t\t\t\t\t\taria-labelledby=\"csscode-tab\">\n\t\t\t\t\t\t<textarea id=\"css-editor\" class=\"form-control\" rows=\"24\"></textarea>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t</div>\n\n\n\t</div>\n\n\n<!-- templates -->\n\n<script id=\"vvveb-input-textinput\" type=\"text/html\">\n\t\n\t<div>\n\t\t<input name=\"{%=key%}\" type=\"text\" class=\"form-control\"/>\n\t</div>\n\t\n</script>\n\n<script id=\"vvveb-input-textareainput\" type=\"text/html\">\n\t\n\t<div>\n\t\t<textarea name=\"{%=key%}\" {% if (typeof rows !== 'undefined') { %} rows=\"{%=rows%}\" {% } else { %} rows=\"3\" {% } %} class=\"form-control\"></textarea> \n\t</div>\n\t\n</script>\n\n<script id=\"vvveb-input-checkboxinput\" type=\"text/html\">\n\t\n\t<div class=\"form-check{% if (typeof className !== 'undefined') { %} {%=className%}{% } %}\">\n\t\t  <input name=\"{%=key%}\" class=\"form-check-input\" type=\"checkbox\" id=\"{%=key%}_check\">\n\t\t  <label class=\"form-check-label\" for=\"{%=key%}_check\">{% if (typeof text !== 'undefined') { %} {%=text%} {% } %}</label>\n\t</div>\n\t\n</script>\n\n<script id=\"vvveb-input-radioinput\" type=\"text/html\">\n\t\n\t<div>\n\t\n\t\t{% for ( var i = 0; i < options.length; i++ ) { %}\n\n\t\t<label class=\"form-check-input  {% if (typeof inline !== 'undefined' && inline == true) { %}custom-control-inline{% } %}\"  title=\"{%=options[i].title%}\">\n\t\t  <input name=\"{%=key%}\" class=\"form-check-input\" type=\"radio\" value=\"{%=options[i].value%}\" id=\"{%=key%}{%=i%}\" {%if (options[i].checked) { %}checked=\"{%=options[i].checked%}\"{% } %}>\n\t\t  <label class=\"form-check-label\" for=\"{%=key%}{%=i%}\">{%=options[i].text%}</label>\n\t\t</label>\n\n\t\t{% } %}\n\n\t</div>\n\t\n</script>\n\n<script id=\"vvveb-input-radiobuttoninput\" type=\"text/html\">\n\t\n\t<div class=\"btn-group btn-group-sm {%if (extraclass) { %}{%=extraclass%}{% } %}\" role=\"group\">\n\t\t{% var namespace = 'rb-' + Math.floor(Math.random() * 100); %}\n\t\n\t\t{% for ( var i = 0; i < options.length; i++ ) { %}\n\n\t\t<input name=\"{%=key%}\" class=\"btn-check\" type=\"radio\" value=\"{%=options[i].value%}\" id=\"{%=namespace%}{%=key%}{%=i%}\" {%if (options[i].checked) { %}checked=\"{%=options[i].checked%}\"{% } %} autocomplete=\"off\">\n\t\t<label class=\"btn btn-outline-secondary {%if (options[i].extraclass) { %}{%=options[i].extraclass%}{% } %}\" for=\"{%=namespace%}{%=key%}{%=i%}\" title=\"{%=options[i].title%}\">\n\t\t  {%if (options[i].icon) { %}<i class=\"{%=options[i].icon%}\"></i>{% } %}\n\t\t  {%=options[i].text%}\n\t\t</label>\n\n\t\t{% } %}\n\t\t\t\t\n\t</div>\n\t\n</script>\n\n\n<script id=\"vvveb-input-toggle\" type=\"text/html\">\n\t\n    <div class=\"form-check form-switch {% if (typeof className !== 'undefined') { %} {%=className%}{% } %}\">\n        <input \n\t\ttype=\"checkbox\" \n\t\tname=\"{%=key%}\" \n\t\tvalue=\"{%=on%}\" \n\t\t{%if (off !== null) { %} data-value-off=\"{%=off%}\" {% } %}\n\t\t{%if (on !== null) { %} data-value-on=\"{%=on%}\" {% } %} \n\t\tclass=\"form-check-input\" type=\"checkbox\" role=\"switch\"\n\t\tid=\"{%=key%}\">\n        <label class=\"form-check-label\"for=\"{%=key%}\">\n        </label>\n    </div>\n\t\n</script>\n\n<script id=\"vvveb-input-header\" type=\"text/html\">\n\n\t\t<h6 class=\"header\">{%=header%}</h6>\n\t\n</script>\n\n\t\n<script id=\"vvveb-input-select\" type=\"text/html\">\n\n\t<div>\n\n\t\t<select class=\"form-select\" name=\"{%=key%}\">\n\t\t\t{% var optgroup = false; for ( var i = 0; i < options.length; i++ ) { %}\n\t\t\t\t{% if (options[i].optgroup) {  %}\n\t\t\t\t\t{% if (optgroup) {  %}\n\t\t\t\t\t\t</optgroup>\n\t\t\t\t\t{% } %}\n\t\t\t\t\t<optgroup label=\"{%=options[i].optgroup%}\">\n\t\t\t\t{% optgroup = true; } else { %}\n\t\t\t<option value=\"{%=options[i].value%}\" \n\t\t\t\t{% \n\t\t\t\t\tfor (attr in options[i]) {\n\t\t\t\t\t\t\tif (attr != \"value\" && attr != \"text\") {\n\t\t\t\t\t\t %} \n\t\t\t\t\t\t\t{%=attr%}={%=options[i][attr]%} \n\t\t\t\t\t\t{% } \n\t\t\t\t\t} %}>\n\t\t\t{%=options[i].text%}</option>\n\t\t\t{% } } %}\n\t\t</select>\n\t\n\t</div>\n\t\n</script>\n\n<script id=\"vvveb-input-icon-select\" type=\"text/html\">\n\n\t<div class=\"input-list-select\">\n\t\t\n\t\t<div class=\"elements\">\n\t\t\t<div class=\"row\">\n\t\t\t\t{% for ( var i = 0; i < options.length; i++ ) { %}\n\t\t\t\t<div class=\"col\">\n\t\t\t\t\t<div class=\"element\">\n\t\t\t\t\t\t{%=options[i].value%}\n\t\t\t\t\t\t<label>{%=options[i].text%}</label>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t\t{% } %}\n\t\t\t</div>\n\t\t</div>\n\t</div>\n\t\n</script>\n\n<script id=\"vvveb-input-html-list-select\" type=\"text/html\">\n\n\t<div class=\"input-html-list-select\">\n\t\t\n\t\t<div class=\"current-element\">\n\t\t</div>\n\t\t\n\t\t<div class=\"popup\">\n\t\t\t<select class=\"form-select\">\n\t\t\t\t{% var optgroup = false; for ( var i = 0; i < options.length; i++ ) { %}\n\t\t\t\t\t{% if (options[i].optgroup) {  %}\n\t\t\t\t\t\t{% if (optgroup) {  %}\n\t\t\t\t\t\t\t</optgroup>\n\t\t\t\t\t\t{% } %}\n\t\t\t\t\t\t<optgroup label=\"{%=options[i].optgroup%}\">\n\t\t\t\t\t{% optgroup = true; } else { %}\n\t\t\t\t\t<option value=\"{%=options[i].value%}\">{%=options[i].text%}</option>\n\t\t\t\t{% } } %}\n\t\t\t</select>\n\t\t\t\n\t\t\t<div class=\"search\">\n\t\t\t\t  <input class=\"form-control search\" placeholder=\"Search elements\" type=\"text\">\n\t\t\t\t  <button class=\"clear-backspace\">\n\t\t\t\t\t  <i class=\"la la-times\"></i>\n\t\t\t\t  </button>\n\t\t\t</div>\n\t\t\t\n\t\t\t<div class=\"elements\">\n\t\t\t\t{%=elements%}\n\t\t\t</div>\n\t\t</div>\n\t</div>\n\t\n</script>\n\n<script id=\"vvveb-input-html-list-dropdown\" type=\"text/html\">\n\n\t<div class=\"input-html-list-select\" {% if (typeof id !== \"undefined\") { %} id={%=id%} {% } %}>\n\t\t\n\t\t<div class=\"current-element\">\n\t\t\n\t\t</div>\n\t\t\n\t\t<div class=\"popup\">\n\t\t\t<select class=\"form-select\">\n\t\t\t\t{% var optgroup = false; for ( var i = 0; i < options.length; i++ ) { %}\n\t\t\t\t\t{% if (options[i].optgroup) {  %}\n\t\t\t\t\t\t{% if (optgroup) {  %}\n\t\t\t\t\t\t\t</optgroup>\n\t\t\t\t\t\t{% } %}\n\t\t\t\t\t\t<optgroup label=\"{%=options[i].optgroup%}\">\n\t\t\t\t\t{% optgroup = true; } else { %}\n\t\t\t\t\t<option value=\"{%=options[i].value%}\">{%=options[i].text%}</option>\n\t\t\t\t{% } } %}\n\t\t\t</select>\n\n\t\t   <div class=\"search\">\n\t\t\t\t  <input class=\"form-control search\" placeholder=\"Search elements\" type=\"text\">\n\t\t\t\t  <button class=\"clear-backspace\">\n\t\t\t\t\t  <i class=\"la la-times\"></i>\n\t\t\t\t  </button>\n\t\t\t</div>\n\t\t\t\n\t\t\t<div class=\"elements\">\n\t\t\t\t\t{%=elements%}\n\t\t\t</div>\n\t\t</div>\n\t</div>\n\t\n</script>\n\n<script id=\"vvveb-input-dateinput\" type=\"text/html\">\n\t\n\t<div>\n\t\t<input name=\"{%=key%}\" type=\"date\" class=\"form-control\" \n\t\t\t{% if (typeof min_date === 'undefined') { %} min=\"{%=min_date%}\" {% } %} {% if (typeof max_date === 'undefined') { %} max=\"{%=max_date%}\" {% } %}\n\t\t/>\n\t</div>\n\t\n</script>\n\n<script id=\"vvveb-input-listinput\" type=\"text/html\">\n\n\t<div class=\"sections-container p-0\">\n\n\t\t{% for ( var i = 0; i < options.length; i++ ) { %}\n\t\t<div class=\"section-item\" draggable=\"true\">\n\t\t\t<div class=\"controls\">\n\t\t\t\t<div class=\"handle\"></div>\n\t\t\t\t<div class=\"info\">\n\t\t\t\t\t<div class=\"name\">{%=options[i].name%}\n\t\t\t\t\t\t<div class=\"type\">{%=options[i].type%}</div>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t\t<div class=\"buttons\">\n\t\t\t\t\t<a class=\"delete-btn\" href=\"\" title=\"Remove section\"><i class=\"icon-trash-outline text-danger\"></i></a>\n\t\t\t\t\t<!-- \n\t\t\t\t\t<a class=\"up-btn\" href=\"\" title=\"Move element up\"><i class=\"la la-arrow-up\"></i></a>\n\t\t\t\t\t<a class=\"down-btn\" href=\"\" title=\"Move element down\"><i class=\"la la-arrow-down\"></i></a>\n\t\t\t\t\t<a class=\"properties-btn\" href=\"\" title=\"Properties\"><i class=\"icon-settings-outline\"></i></a>\n\t\t\t\t\t-->\n\t\t\t</div>\n\t\t\t</div>\n\n\n\t\t\t<input class=\"header_check\" type=\"checkbox\" id=\"section-components-{%=key%}-{%=i%}\">\n\n\t\t\t<label for=\"section-components-{%=key%}-{%=i%}\"> \n\t\t\t\t<div class=\"header-arrow\"></div>\n\t\t\t</label>\n\t\t\t\n\t\t\t<div class=\"tree\">\n\t\t\t\t{%=options[i].name%}\n\t\t\t</div>\n\t\t</div>\n\t\t\n\n\n\n\t\t{% } %}\n\n\n\t\t{% if (typeof hide_remove === 'undefined') { %}\n\t\t<div class=\"mt-3\">\n\t\t\n\t\t\t<button class=\"btn btn-sm btn-outline-primary btn-new btn-icon\">\n\t\t\t\t<i class=\"la la-plus la-lg\"></i> Add new\n\t\t\t</button>\n\t\t\t\n\t\t</div>\n\t\t{% } %}\n\t\t\t\n\t</div>\n\t\n</script>\n\n<script id=\"vvveb-input-grid\" type=\"text/html\">\n\n\t<div class=\"row g-2\">\n\t\t<div class=\"col-6\">\n\t\t\n\t\t\t<label class=\"form-label\">Extra small</label>\n\t\t\t<select class=\"form-select\" name=\"col\" autocomplete=\"off\">\n\t\t\t\t\n\t\t\t\t<option value=\"\">None</option>\n\t\t\t\t{% for ( var i = 1; i <= 12; i++ ) { %}\n\t\t\t\t<option value=\"{%=i%}\" {% if ((typeof col !== 'undefined') && col == i) { %} selected {% } %}>{%=i%}</option>\n\t\t\t\t{% } %}\n\t\t\t\t\n\t\t\t</select>\n\t\t</div>\n\n\t\t\t\t\n\t\t<div class=\"col-6\">\n\t\t\t<label class=\"form-label\">Small</label>\n\t\t\t<select class=\"form-select\" name=\"col-sm\" autocomplete=\"off\">\n\t\t\t\t\n\t\t\t\t<option value=\"\">None</option>\n\t\t\t\t{% for ( var i = 1; i <= 12; i++ ) { %}\n\t\t\t\t<option value=\"{%=i%}\" {% if ((typeof col_sm !== 'undefined') && col_sm == i) { %} selected {% } %}>{%=i%}</option>\n\t\t\t\t{% } %}\n\t\t\t\t\n\t\t\t</select>\n\t\t</div>\n\t\t\n\t\t<div class=\"col-6\">\n\t\t\t<label class=\"form-label\">Medium</label>\n\t\t\t<select class=\"form-select\" name=\"col-md\" autocomplete=\"off\">\n\t\t\t\t\n\t\t\t\t<option value=\"\">None</option>\n\t\t\t\t{% for ( var i = 1; i <= 12; i++ ) { %}\n\t\t\t\t<option value=\"{%=i%}\" {% if ((typeof col_md !== 'undefined') && col_md == i) { %} selected {% } %}>{%=i%}</option>\n\t\t\t\t{% } %}\n\t\t\t\t\n\t\t\t</select>\n\t\t</div>\n\t\t\n\t\t<div class=\"col-6\">\n\t\t\t<label class=\"form-label\">Large</label>\n\t\t\t<select class=\"form-select\" name=\"col-lg\" autocomplete=\"off\">\n\t\t\t\t\n\t\t\t\t<option value=\"\">None</option>\n\t\t\t\t{% for ( var i = 1; i <= 12; i++ ) { %}\n\t\t\t\t<option value=\"{%=i%}\" {% if ((typeof col_lg !== 'undefined') && col_lg == i) { %} selected {% } %}>{%=i%}</option>\n\t\t\t\t{% } %}\n\t\t\t\t\n\t\t\t</select>\n\t\t</div>\n\t\t\n\t\t\n\t\t<div class=\"col-6\">\n\t\t\t<label class=\"form-label\">Extra large </label>\n\t\t\t<select class=\"form-select\" name=\"col-xl\" autocomplete=\"off\">\n\t\t\t\t\n\t\t\t\t<option value=\"\">None</option>\n\t\t\t\t{% for ( var i = 1; i <= 12; i++ ) { %}\n\t\t\t\t<option value=\"{%=i%}\" {% if ((typeof col_xl !== 'undefined') && col_xl == i) { %} selected {% } %}>{%=i%}</option>\n\t\t\t\t{% } %}\n\t\t\t\t\n\t\t\t</select>\n\t\t</div>\n\t\t\n\t\t<div class=\"col-6\">\n\t\t\t<label class=\"form-label\">Extra extra large</label>\n\t\t\t<select class=\"form-select\" name=\"col-xxl\" autocomplete=\"off\">\n\t\t\t\t\n\t\t\t\t<option value=\"\">None</option>\n\t\t\t\t{% for ( var i = 1; i <= 12; i++ ) { %}\n\t\t\t\t<option value=\"{%=i%}\" {% if ((typeof col_xxl !== 'undefined') && col_xxl == i) { %} selected {% } %}>{%=i%}</option>\n\t\t\t\t{% } %}\n\t\t\t\t\n\t\t\t</select>\n\t\t</div>\n\t\t\n\t\t{% if (typeof hide_remove === 'undefined') { %}\n\t\t<div class=\"col-12\">\n\t\t\n\t\t\t<button class=\"btn btn-sm btn-outline-light text-danger\">\n\t\t\t\t<i class=\"la la-trash la-lg\"></i> Remove\n\t\t\t</button>\n\t\t\t\n\t\t</div>\n\t\t{% } %}\n\t\t\n\t</div>\n\t\n</script>\n\n<script id=\"vvveb-input-textvalue\" type=\"text/html\">\n\t\n\t<div class=\"row\">\n\t\t<div class=\"col-6 mb-1\">\n\t\t\t<label class=\"form-label\">Value</label>\n\t\t\t<input name=\"value\" type=\"text\" value=\"{%=value%}\" class=\"form-control\" autocomplete=\"off\" />\n\t\t</div>\n\n\t\t<div class=\"col-6 mb-1\">\n\t\t\t<label class=\"form-label\">Text</label>\n\t\t\t<input name=\"text\" type=\"text\" value=\"{%=text%}\" class=\"form-control\" autocomplete=\"off\" />\n\t\t</div>\n\n\t\t{% if (typeof hide_remove === 'undefined') { %}\n\t\t<div class=\"col-12\">\n\t\t\n\t\t\t<button class=\"btn btn-sm btn-outline-light text-danger\">\n\t\t\t\t<i class=\"la la-trash la-lg\"></i> Remove\n\t\t\t</button>\n\t\t\t\n\t\t</div>\n\t\t{% } %}\n\n\t</div>\n\t\n</script>\n\n<script id=\"vvveb-input-rangeinput\" type=\"text/html\">\n\t\n\t<div class=\"input-range\">\n\t\t\n\t\t<input name=\"{%=key%}\" type=\"range\" min=\"{%=min%}\" max=\"{%=max%}\" step=\"{%=step%}\" class=\"form-range\" data-input-value/>\n\t\t<input name=\"{%=key%}\" type=\"number\" min=\"{%=min%}\" max=\"{%=max%}\" step=\"{%=step%}\" class=\"form-control\" data-input-value/>\n\t</div>\n\t\n</script>\n\n<script id=\"vvveb-input-imageinput\" type=\"text/html\">\n\t\n\t<div>\n\t\t<input name=\"{%=key%}\" type=\"text\" class=\"form-control\"/>\n\t\t<input name=\"file\" type=\"file\" class=\"form-control\"/>\n\t</div>\n\t\n</script>\n\n<script id=\"vvveb-input-imageinput-gallery\" type=\"text/html\">\n\t\n\t<div>\n\t\t<img id=\"thumb-{%=key%}\" class=\"img-thumbnail p-0\" data-target-input=\"#input-{%=key%}\" data-target-thumb=\"#thumb-{%=key%}\" style=\"cursor:pointer\" src=\"\" width=\"225\" height=\"225\">\n\t\t<input name=\"{%=key%}\" type=\"text\" class=\"form-control mt-1\" id=\"input-{%=key%}\"/>\n\t\t<button name=\"button\" class=\"btn btn-outline-primary btn-sm btn-icon mt-2 w-100\" data-target-input=\"#input-{%=key%}\" data-target-thumb=\"#thumb-{%=key%}\"><i class=\"la la-image la-lg me-1\"></i><span>Set image</span></button>\n\t</div>\n\t\n</script>\n\n<script id=\"vvveb-input-svginput-gallery\" type=\"text/html\">\n\t\n\t<div>\n\t\t<svg id=\"thumb-{%=key%}\" class=\"img-thumbnail p-0\" data-target-input=\"#input-{%=key%}\" data-target-thumb=\"#thumb-{%=key%}\" style=\"cursor:pointer\" src=\"\" width=\"225\" height=\"225\"></svg>\n\t\t<input name=\"{%=key%}\" type=\"text\" class=\"form-control mt-1 d-none\" id=\"input-{%=key%}\"/>\n\t\t<button name=\"button\" class=\"btn btn-outline-primary btn-sm btn-icon mt-2 w-100\" data-target-input=\"#input-{%=key%}\" data-target-thumb=\"#thumb-{%=key%}\"><i class=\"la la-image la-lg me-1\"></i><span>Set image</span></button>\n\t</div>\n\t\n</script>\n\n<script id=\"vvveb-input-videoinput-gallery\" type=\"text/html\">\n\t\n\t<div>\n\t\t<video id=\"thumb-v{%=key%}\" class=\"img-thumbnail p-0\" data-target-input=\"#input-v{%=key%}\" data-target-thumb=\"#thumb-v{%=key%}\" style=\"cursor:pointer\" src=\"\" width=\"225\" height=\"225\" playsinline loop muted controls></video>\n\t\t<input name=\"v{%=key%}\" type=\"text\" class=\"form-control mt-1\" id=\"input-v{%=key%}\"/>\n\t\t<button name=\"button\" class=\"btn btn-secondary btn-sm btn-icon mt-2 w-100\" data-target-input=\"#vinput-v{%=key%}\" data-target-thumb=\"#thumb-v{%=key%}\"><i class=\"la la-video la-lg\"></i><span>Set video</span></button>\n\t</div>\n\t\n</script>\n\n<script id=\"vvveb-input-colorinput-native\" type=\"text/html\">\n\n\t<div>\n\t\t<input name=\"{%=key%}\" {%  if (typeof palette !== 'undefined') { %} list=\"{%=key%}-color-palette\" {% } %} type=\"color\" {% if (typeof value !== 'undefined' && value != false) { %} value=\"{%=value%}\" {% } %}  pattern=\"#[a-f0-9]{6}\" class=\"form-control form-control-color\" placeholder=\"#000000\"/>\n\t\t{%  if (typeof palette !== 'undefined') { %}\n\t\t<datalist id=\"{%=key%}-color-palette\">\n\t\t\t{% for (const color in palette) { %}\n\t\t\t\t<option>{%=palette[color]%}</option>\n\t\t\t{% } %}\t\t\n\t\t{% } %}\n\t</div>\n\t\n</script>\n\n<script id=\"vvveb-input-colorinput\" type=\"text/html\">\n\n\t<div class=\"clr-field\" style=\"{% if (typeof value !== 'undefined' && value != false) { %}color: {%=value%}\" {% } %}\">\n\t\t<button type=\"button\" aria-labelledby=\"clr-open-label\"></button>\n\t\t<input name=\"{%=key%}\" type=\"text\" {% if (typeof value !== 'undefined' && value != false) { %} value=\"{%=value%}\" {% } %} class=\"coloris form-control\"/>\t\t\n\t</div>\n\t\n</script>\n\n<script id=\"vvveb-input-bootstrap-color-picker-input\" type=\"text/html\">\n\t\n\t<div>\n\t\t<div id=\"cp2\" class=\"input-group\" title=\"Using input value\">\n\t\t  <input name=\"{%=key%}\" type=\"text\" {% if (typeof value !== 'undefined' && value != false) { %} value=\"{%=value%}\" {% } %}\t class=\"form-control\"/>\n\t\t  <span class=\"input-group-append\">\n\t\t\t<span class=\"input-group-text colorpicker-input-addon\"><i></i></span>\n\t\t  </span>\n\t\t</div>\n\t</div>\n\t\n</script>\n\n<script id=\"vvveb-input-numberinput\" type=\"text/html\">\n\t<div>\n\t\t<input name=\"{%=key%}\" type=\"number\" value=\"{%=value%}\" \n\t\t\t  {% if (typeof min !== 'undefined' && min != false) { %}min=\"{%=min%}\"{% } %} \n\t\t\t  {% if (typeof max !== 'undefined' && max != false) { %}max=\"{%=max%}\"{% } %} \n\t\t\t  {% if (typeof step !== 'undefined' && step != false) { %}step=\"{%=step%}\"{% } %} \n\t\tclass=\"form-control\"/>\n\t</div>\n</script>\n\n<script id=\"vvveb-input-button\" type=\"text/html\">\n\t<div>\n\t\t<button class=\"btn btn-sm {% if (typeof className !== 'undefined') { %} {%=className%} {% } else { %}btn-outline-primary{% } %}\">\n\t\t\t<i class=\"la  {% if (typeof icon !== 'undefined') { %} {%=icon%} {% } else { %} la-plus {% } %} la-lg\"></i> {%=text%}\n\t\t</button>\n\t</div>\t\t\n</script>\n\n<script id=\"vvveb-input-cssunitinput\" type=\"text/html\">\n\t<div class=\"input-group css-unit\" id=\"cssunit-{%=key%}\">\n\t\t<input name=\"number\" type=\"number\"  {% if (typeof value !== 'undefined' && value != false) { %} value=\"{%=value%}\" {% } %} \n\t\t\t  {% if (typeof min !== 'undefined' && min != false) { %}min=\"{%=min%}\"{% } %} \n\t\t\t  {% if (typeof max !== 'undefined' && max != false) { %}max=\"{%=max%}\"{% } %} \n\t\t\t  {% if (typeof step !== 'undefined' && step != false) { %}step=\"{%=step%}\"{% } %} \n\t\tclass=\"form-control\"/>\n\t\t<select class=\"form-select small-arrow\" name=\"unit\">\n\t\t\t<option value=\"em\">em</option>\n\t\t\t<option value=\"rem\">rem</option>\n\t\t\t<option value=\"px\">px</option>\n\t\t\t<option value=\"%\">%</option>\n\t\t\t<option value=\"vw\">vw</option>\n\t\t\t<option value=\"vh\">vh</option>\n\t\t\t<option value=\"ex\">ex</option>\n\t\t\t<option value=\"ch\">ch</option>\n\t\t\t<option value=\"cm\">cm</option>\n\t\t\t<option value=\"mm\">mm</option>\n\t\t\t<option value=\"in\">in</option>\n\t\t\t<option value=\"pt\">pt</option>\n\t\t\t<option value=\"auto\">auto</option>\n\t\t\t<option value=\"\">-</option>\n\t\t</select>\n\t</div>\n\t\n</script>\n\n\n<script id=\"vvveb-filemanager-folder\" type=\"text/html\">\n\t{% var rand = Math.floor(Math.random() * 10000); %}\n\n\t<li data-folder=\"{%=folder%}\" class=\"folder\">\n\t\t<label for=\"{%=folder%}{%=rand%}\"><span>{%=folderTitle%}</span></label> <input type=\"checkbox\" id=\"{%=folder%}{%=rand%}\" />\n\t\t<ol></ol>\n\t</li>\n</script>\n\n<script id=\"vvveb-filemanager-page\" type=\"text/html\">\n\t{% var rand = Math.floor(Math.random() * 10000); %}\n\n\t<li data-url=\"{%=url%}\" data-file=\"{%=file%}\" data-page=\"{%=name%}\" class=\"file{% if (typeof className !== 'undefined') { %} {%=className%}{% } %}\" {%if (typeof post_id !== 'undefined') { %}data-post_id=\"{%=post_id%}\"{% } %} {%if (typeof product_id !== 'undefined') { %}data-product_id=\"{%=product_id%}\"{% } %} {%if (typeof global !== 'undefined' && global) { %}data-global=\"true\"{% } %}>\n\t\t<label for=\"{%=name%}{%=rand%}\" {% if (typeof description !== 'undefined') { %} title=\"{%=description%}\" {% } %}>\n\t\t\t<span>{%=title%}</span>\n\t\t\t<!-- <span class=\"text-muted small\">{%=url%}</span> -->\n\t\t\t<div class=\"file-actions\">\n\t\t\t\t<button href=\"#\" class=\"delete btn btn-outline-danger\" title=\"Delete\"><i class=\"la la-trash\"></i></button>\n\t\t\t\t<a href=\"{%=url%}\" target=\"_blank\" class=\"view btn btn-outline-primary\" title=\"View page\"><i class=\"la la la-external-link-alt\"></i></a>\n\t\t\t\t<button href=\"#\" class=\"rename btn btn-outline-primary\" title=\"Rename\"><i class=\"la la-pen\"></i></button>\n\t\t\t\t<button href=\"#\" class=\"duplicate btn btn-outline-primary\" title=\"Duplicate\"><i class=\"icon-copy-outline\"></i></button>\n\t\t\t</div>\n\t\t</label> <input type=\"checkbox\" id=\"{%=name%}{%=rand%}\" />\n\t\t<!-- <ol></ol> -->\n\t</li>\n</script>\n\n<script id=\"vvveb-filemanager-component\" type=\"text/html\">\n\t<li data-url=\"{%=url%}\" data-component=\"{%=name%}\" class=\"component\">\n\t\t<a href=\"{%=url%}\"><span>{%=title%}</span></a>\n\t</li>\n</script>\n\n<script id=\"vvveb-breadcrumb-navigaton-item\" type=\"text/html\">\n\t<li class=\"breadcrumb-item\"><a href=\"#\" {% if (typeof className !== 'undefined') { %}class=\"{%=className%}\"{% } %}>{%=name%}</a></li>\n</script>\n\n<script id=\"vvveb-input-sectioninput\" type=\"text/html\">\n\t<div>\n\t\t{% var namespace = '-' + Math.floor(Math.random() * 1000); %}\n\t\t<label class=\"header\" data-header=\"{%=key%}\" for=\"header_{%=key%}{%=namespace%}\" {% if (typeof group !== 'undefined' && group != null) { %}data-group=\"{%=group%}\" {% } %}>\n\t\t\t<span>{%=header%}</span> \n\t\t\t<div class=\"header-arrow\"></div>\n\t\t</label> \n\t\t<input class=\"header_check\" type=\"checkbox\" {% if (typeof expanded !== 'undefined' && expanded == false) { %} {% } else { %}checked=\"true\"{% } %} id=\"header_{%=key%}{%=namespace%}\"> \n\t\t<div class=\"section row\" data-section=\"{%=key%}\" {% if (typeof group !== 'undefined' && group != null) { %}data-group=\"{%=group%}\" {% } %}></div>\t\t\n\t</div>\n</script>\n\n<script id=\"vvveb-input-popoverinput\" type=\"text/html\">\n\t<div>\n\t\t{% var namespace = '-' + Math.floor(Math.random() * 1000); %}\n\t\t<label class=\"header\" data-header=\"{%=key%}\" for=\"header_{%=key%}{%=namespace%}\" {% if (typeof group !== 'undefined' && group != null) { %}data-group=\"{%=group%}\" {% } %}>\n\t\t\t<span>{%=header%}</span> \n\t\t\t<div class=\"header-arrow\"></div>\n\t\t</label> \n\t\t<input class=\"header_check\" type=\"checkbox\" {% if (typeof expanded !== 'undefined' && expanded == false) { %} {% } else { %}checked=\"true\"{% } %} id=\"header_{%=key%}{%=namespace%}\"> \n\t\t<div class=\"section row\" data-section=\"{%=key%}\" {% if (typeof group !== 'undefined' && group != null) { %}data-group=\"{%=group%}\" {% } %}></div>\t\t\n\t</div>\n</script>\n\n\n<script id=\"vvveb-property\" type=\"text/html\">\n\n\t<div class=\"mb-2 {% if (typeof col !== 'undefined' && col != false) { %} col-sm-{%=col%} {% } else { %}row{% } %} {% if (typeof inline !== 'undefined' && inline == true) { %}inline{% } %} \" data-key=\"{%=key%}\" {% if (typeof group !== 'undefined' && group != null) { %}data-group=\"{%=group%}\" {% } %}>\n\t\t\n\t\t{% if (typeof name !== 'undefined' && name != false) { %}<label class=\"{% if (typeof inline === 'undefined' ) { %}col-sm-4{% } %} form-label\" for=\"input-model\">\n\t\t\t<span>{%=name%}</span>\n\t\t\t<!-- <button class=\"btn-close ms-1\" title=\"Clear\"></button> -->\n\t\t</label>{% } %}\n\t\t\n\t\t<div class=\"{% if (typeof inline === 'undefined') { %}col-sm-{% if (typeof name !== 'undefined' && name != false) { %}8{% } else { %}12{% } } %} input\"></div>\n\t\t\n\t</div>\t\t \n\t\n</script>\n\n<script id=\"vvveb-input-autocompletelist\" type=\"text/html\">\n\t\n\t<div>\n\t\t<input name=\"{%=key%}\" type=\"text\" class=\"form-control\"/>\n\t\t\n\t\t<div class=\"form-control autocomplete-list\" style=\"min-height: 150px; overflow: auto;\">\n\t\t</div>\n\t</div>\n\t\n</script>\n\n<script id=\"vvveb-input-tagsinput\" type=\"text/html\">\n\t\n\t<div>\n\t\t<div class=\"form-control tags-input p-0\" style=\"height:auto;\">\n\t\t\t\t\n\n\t\t\t\t<input name=\"{%=key%}\" type=\"text\" class=\"form-control\" style=\"border:none;min-width:60px;\"/>\n\t\t</div>\n\t</div>\n\t\n</script>\n\n<script id=\"vvveb-input-noticeinput\" type=\"text/html\">\n\t<div>\n\t\t<div class=\"alert alert-dismissible fade show alert-{%=type%}\" role=\"alert\">\t\t  \n\t\t\t<button type=\"button\" class=\"btn-close\" data-bs-dismiss=\"alert\" aria-label=\"Close\"></button>\t\t  \n\t\t\t<strong class=\"d-block mb-1\">{%=title%}</strong>\n\t\t\t\n\t\t\t{%=text%}\n\t\t</div>\n\t</div>\n</script>\n\n<script id=\"vvveb-section\" type=\"text/html\">\n\t{% var suffix = Math.floor(Math.random() * 10000); %}\n\n\t<div class=\"section-item\" draggable=\"true\">\n\t\t<div class=\"controls\">\n\t\t\t<div class=\"handle\"></div>\n\t\t\t<div class=\"info\">\n\t\t\t\t<div class=\"name\">{%=name%} \n\t\t\t\t\t<div class=\"type\">{%=type%}</div>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t\t<div class=\"buttons\">\n\t\t\t\t<a class=\"delete-btn\" href=\"\" title=\"Remove section\"><i class=\"la la-trash text-danger\"></i></a>\n\t\t\t\t<!-- \n\t\t\t\t<a class=\"up-btn\" href=\"\" title=\"Move element up\"><i class=\"la la-arrow-up\"></i></a>\n\t\t\t\t<a class=\"down-btn\" href=\"\" title=\"Move element down\"><i class=\"la la-arrow-down\"></i></a>\n\t\t\t\t-->\n\t\t\t\t<a class=\"properties-btn\" href=\"\" title=\"Properties\"><i class=\"icon-settings-outline\"></i></a>\n\t\t</div>\n\t\t</div>\n\n\n\t\t<input class=\"header_check\" type=\"checkbox\" id=\"section-components-{%=suffix%}\">\n\n\t\t<label for=\"section-components-{%=suffix%}\"> \n\t\t\t<div class=\"header-arrow\"></div>\n\t\t</label>\n\t\t\n\t\t<div class=\"tree\">\n\t\t\t<ol>\n\t\t\t\t<!--\n\t\t\t\t<li data-component=\"Products\" class=\"file\">\t\t\t\t\t\t\t\n\t\t\t\t\t<label for=\"idNaN\" style=\"background-image:url(/js/vvvebjs/icons/products.svg)\"><span>Products</span></label>\t\t\t\t\t\t\t\n\t\t\t\t\t<input type=\"checkbox\" id=\"idNaN\">\n\t\t\t\t</li>\n\t\t\t\t<li data-component=\"Posts\" class=\"file\">\t\t\t\t\t\t\t\n\t\t\t\t\t<label for=\"idNaN\" style=\"background-image:url(/js/vvvebjs/icons/posts.svg)\"><span>Posts</span></label>\t\t\t\t\t\t\t\n\t\t\t\t\t<input type=\"checkbox\" id=\"idNaN\">\n\t\t\t\t</li>\n\t\t\t\t-->\n\t\t\t</ol>\n\t\t</div>\n\t</div>\n\t\n</script>\n\n<!--// end templates -->\n\n<!-- code editor modal -->\n<div class=\"modal modal-full fade\" id=\"codeEditorModal\" tabindex=\"-1\" aria-labelledby=\"codeEditorModal\"\n\trole=\"dialog\" aria-hidden=\"true\">\n\t<div class=\"modal-dialog modal-xl modal-dialog-scrollable\" role=\"document\">\n\t\t<div class=\"modal-content\">\n\t\t\t<input type=\"hidden\" name=\"file\" value=\"\">\n\n\t\t\t<div class=\"modal-header justify-content-between\">\n\t\t\t\t<span class=\"modal-title\"></span>\n\t\t\t\t<div class=\"float-end\">\n\t\t\t\t\t<button type=\"button\" class=\"btn btn-light border btn-icon\" data-bs-dismiss=\"modal\"><i\n\t\t\t\t\t\t\tclass=\"la la-times\"></i>Close</button>\n\n\t\t\t\t\t<button class=\"btn btn-primary btn-icon save-btn\" title=\"Save changes\">\n\t\t\t\t\t\t<span class=\"loading d-none\">\n\t\t\t\t\t\t\t<i class=\"la la-save\"></i>\n\t\t\t\t\t\t\t<span class=\"spinner-border spinner-border-sm align-middle\" role=\"status\"\n\t\t\t\t\t\t\t\taria-hidden=\"true\">\n\t\t\t\t\t\t\t</span>\n\t\t\t\t\t\t\t<span>Saving </span> ... </span>\n\n\t\t\t\t\t\t<span class=\"button-text\">\n\t\t\t\t\t\t\t<i class=\"la la-save\"></i> <span>Save changes</span>\n\t\t\t\t\t\t</span>\n\t\t\t\t\t</button>\n\t\t\t\t</div>\n\t\t\t</div>\n\n\t\t\t<div class=\"modal-body p-0\">\n\t\t\t\t<textarea class=\"form-control h-100\"></textarea>\n\t\t\t</div>\n\n\n\t\t</div>\n\t</div>\n</div>\n\n<!-- export html modal-->\n<div class=\"modal fade\" id=\"textarea-modal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"textarea-modal\"\n\taria-hidden=\"true\">\n\t<div class=\"modal-dialog modal-lg\" role=\"document\">\n\t\t<div class=\"modal-content\">\n\t\t\t<div class=\"modal-header\">\n\t\t\t\t<p class=\"modal-title text-primary\"><i class=\"la la-lg la-save\"></i> Export html</p>\n\t\t\t\t<button type=\"button\" class=\"btn-close\" data-bs-dismiss=\"modal\" aria-label=\"Close\">\n\t\t\t\t\t<!-- span aria-hidden=\"true\"><small><i class=\"la la-times\"></i></small></span -->\n\t\t\t\t</button>\n\t\t\t</div>\n\t\t\t<div class=\"modal-body\">\n\n\t\t\t\t<textarea rows=\"25\" cols=\"150\" class=\"form-control\"></textarea>\n\n\t\t\t</div>\n\t\t\t<div class=\"modal-footer\">\n\t\t\t\t<button type=\"button\" class=\"btn btn-secondary btn-lg\" data-bs-dismiss=\"modal\"><i\n\t\t\t\t\t\tclass=\"la la-times\"></i> Close</button>\n\t\t\t</div>\n\t\t</div>\n\t</div>\n</div>\n\n<!-- message modal-->\n<div class=\"modal fade\" id=\"message-modal\" tabindex=\"-1\" role=\"dialog\">\n\t<div class=\"modal-dialog\" role=\"document\">\n\t\t<div class=\"modal-content\">\n\t\t\t<div class=\"modal-header\">\n\t\t\t\t<p class=\"modal-title text-primary\"><i class=\"la la-lg la-comment\"></i> VvvebJs</p>\n\t\t\t\t<button type=\"button\" class=\"btn-close\" data-bs-dismiss=\"modal\" aria-label=\"Close\">\n\t\t\t\t\t<!-- span aria-hidden=\"true\"><small><i class=\"la la-times\"></i></small></span -->\n\t\t\t\t</button>\n\t\t\t</div>\n\t\t\t<div class=\"modal-body\">\n\t\t\t\t<p>Page was successfully saved!.</p>\n\t\t\t</div>\n\t\t\t<div class=\"modal-footer\">\n\t\t\t\t<!-- <button type=\"button\" class=\"btn btn-primary\">Ok</button> -->\n\t\t\t\t<button type=\"button\" class=\"btn btn-secondary btn-lg\" data-bs-dismiss=\"modal\"><i\n\t\t\t\t\t\tclass=\"la la-times\"></i> Close</button>\n\t\t\t</div>\n\t\t</div>\n\t</div>\n</div>\n\n<!-- new page modal-->\n<div class=\"modal fade\" id=\"new-page-modal\" tabindex=\"-1\" role=\"dialog\">\n\t<div class=\"modal-dialog\" role=\"document\">\n\n\t\t<form action=\"save.php\">\n\n\t\t\t<div class=\"modal-content\">\n\t\t\t\t<div class=\"modal-header\">\n\t\t\t\t\t<span class=\"modal-title text-primary fw-normal\"><i class=\"la la-lg la-file\"></i> New\n\t\t\t\t\t\tpage</span>\n\t\t\t\t\t<button type=\"button\" class=\"btn-close p-0 me-1\" data-bs-dismiss=\"modal\" aria-label=\"Close\">\n\t\t\t\t\t\t<!-- span aria-hidden=\"true\"><small><i class=\"la la-times\"></i></small></span -->\n\t\t\t\t\t</button>\n\t\t\t\t</div>\n\n\t\t\t\t<div class=\"modal-body text\">\n\t\t\t\t\t<div class=\"mb-3 row\" data-key=\"type\">\n\t\t\t\t\t\t<label class=\"col-sm-3 col-form-label\">\n\t\t\t\t\t\t\tTemplate\n\t\t\t\t\t\t\t<abbr\n\t\t\t\t\t\t\t\ttitle=\"The contents of this template will be used as a start for the new template\">\n\t\t\t\t\t\t\t\t<i class=\"la la-lg la-question-circle text-primary\"></i>\n\t\t\t\t\t\t\t</abbr>\n\n\t\t\t\t\t\t</label>\n\t\t\t\t\t\t<div class=\"col-sm-9 input\">\n\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t<select class=\"form-select\" name=\"startTemplateUrl\">\n\t\t\t\t\t\t\t\t\t<option value=\"new-page-blank-template.html\">Blank Template</option>\n\t\t\t\t\t\t\t\t\t<option value=\"demo/narrow-jumbotron/index.html\">Narrow jumbotron</option>\n\t\t\t\t\t\t\t\t\t<option value=\"demo/album/index.html\">Album</option>\n\t\t\t\t\t\t\t\t</select>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\n\t\t\t\t\t<div class=\"mb-3 row\" data-key=\"href\">\n\t\t\t\t\t\t<label class=\"col-sm-3 col-form-label\">Page name</label>\n\t\t\t\t\t\t<div class=\"col-sm-9 input\">\n\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t<input name=\"title\" type=\"text\" value=\"My page\" class=\"form-control\"\n\t\t\t\t\t\t\t\t\tplaceholder=\"My page\" required>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\n\t\t\t\t\t<div class=\"mb-3 row\" data-key=\"href\">\n\t\t\t\t\t\t<label class=\"col-sm-3 col-form-label\">File name</label>\n\t\t\t\t\t\t<div class=\"col-sm-9 input\">\n\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t<input name=\"file\" type=\"text\" value=\"my-page.html\" class=\"form-control\"\n\t\t\t\t\t\t\t\t\tplaceholder=\"my-page.html\" required>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\n\t\t\t\t\t<!-- \n\t\t\t\t\t<div class=\"mb-3 row\" data-key=\"href\">     \n\t\t\t\t\t\t <label class=\"col-sm-3 form-label\">Url</label>      \n\t\t\t\t\t\t<div class=\"col-sm-9 input\">\n\t\t\t\t\t\t\t<div>   \n\t\t\t\t\t\t\t\t<input name=\"url\" type=\"text\" value=\"my-page.html\" class=\"form-control\" placeholder=\"/my-page.html\" required>  \n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>     \n\t\t\t\t\t</div>\n\t\t\t\t\t-->\n\n\t\t\t\t\t<div class=\"mb-3 row\" data-key=\"href\">\n\t\t\t\t\t\t<label class=\"col-sm-3 col-form-label\">Save to folder</label>\n\t\t\t\t\t\t<div class=\"col-sm-9 input\">\n\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t<input name=\"folder\" type=\"text\" value=\"my-pages\" class=\"form-control\"\n\t\t\t\t\t\t\t\t\tplaceholder=\"/\" required>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\n\t\t\t\t<div class=\"modal-footer\">\n\t\t\t\t\t<button class=\"btn btn-outline-secondary btn-icon\" type=\"reset\" data-bs-dismiss=\"modal\">\n\t\t\t\t\t\t<i class=\"la la-times\"></i> Cancel\n\t\t\t\t\t</button>\n\t\t\t\t\t<button class=\"btn btn-primary btn-icon\" type=\"submit\">\n\t\t\t\t\t\t<i class=\"la la-check\"></i>\n\t\t\t\t\t\t<span>Create</span>\n\t\t\t\t\t</button>\n\t\t\t\t</div>\n\t\t\t</div>\n\n\t\t</form>\n\n\t</div>\n</div>\n\n<!-- save toast -->\n<div class=\"toast-container position-fixed end-0 bottom-0 me-4 my-4\">\n\t<div class=\"toast \" role=\"alert\" aria-live=\"assertive\" aria-atomic=\"true\" id=\"bottom-toast\">\n\t\t<div class=\"toast-header bg-success bg-opacity-25 border-0\">\n\t\t\t<strong class=\"me-auto\">Page save</strong>\n\t\t\t<!-- <small class=\"badge bg-success\">status</small> -->\n\t\t\t<button type=\"button\" class=\"btn-close me-1\" data-bs-dismiss=\"toast\" aria-label=\"Close\"></button>\n\t\t</div>\n\t\t<div class=\"toast-body\">\n\t\t\t<div class=\"flex-grow-1\">\n\t\t\t\t<div class=\"message\">\n\t\t\t\t\t<div>Elements saved!</div>\n\t\t\t\t\t<div>Template backup was saved!</div>\n\t\t\t\t\t<div>Template was saved!</div>\n\t\t\t\t</div>\n\t\t\t\t<div>\n\t\t\t\t\t<!-- <a class=\"btn btn-success  btn-icon btn-sm w-100 mt-2\" href=\"\">View page</a></div> -->\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t</div>\n\t</div>\n</div>\n\n<div class=\"toast-container position-fixed end-0 top-0 me-4 my-4\">\n\t<div class=\"toast \" role=\"alert\" aria-live=\"assertive\" aria-atomic=\"true\" id=\"top-toast\">\n\t\t<div class=\"toast-header bg-success bg-opacity-25 border-0\">\n\t\t\t<strong class=\"me-auto\">Page save</strong>\n\t\t\t<!-- <small class=\"badge bg-success\">status</small> -->\n\t\t\t<button type=\"button\" class=\"btn-close me-1\" data-bs-dismiss=\"toast\" aria-label=\"Close\"></button>\n\t\t</div>\n\t\t<div class=\"toast-body\">\n\t\t\t<div class=\"flex-grow-1\">\n\t\t\t\t<div class=\"message\">\n\t\t\t\t\t<div>Elements saved!</div>\n\t\t\t\t\t<div>Template backup was saved!</div>\n\t\t\t\t\t<div>Template was saved!</div>\n\t\t\t\t</div>\n\t\t\t\t<div>\n\t\t\t\t\t<!-- <a class=\"btn btn-success  btn-icon btn-sm w-100 mt-2\" href=\"\">View page</a></div> -->\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t</div>\n\t</div>\n</div>\n\n<!-- bootstrap-->\n<script src=\"js/popper.min.js\"></script>\n<script src=\"js/bootstrap.min.js\"></script>\n\n<!-- builder code-->\n<script src=\"libs/builder/builder.js\"></script>\n<!-- undo manager-->\n<script src=\"libs/builder/undo.js\"></script>\n<!-- inputs-->\n<script src=\"libs/builder/inputs.js\"></script>\n\n\n<!-- media gallery -->\n<link href=\"libs/media/media.css\" rel=\"stylesheet\">\n<script>\n\twindow.mediaPath = '../../media';\n\tVvveb.themeBaseUrl = 'demo/landing/';\n</script>\n<script src=\"libs/media/media.js\"></script>\n\t<!--\n<script src=\"libs/media/openverse.js\"></script>\n-->\n<script src=\"libs/builder/plugin-media.js\"></script>\n\n<!-- bootstrap colorpicker //uncomment bellow scripts to enable -->\n<!--\n<script src=\"libs/bootstrap-colorpicker/js/bootstrap-colorpicker.min.js\"></script>\n<link href=\"libs/bootstrap-colorpicker/css/bootstrap-colorpicker.min.css\" rel=\"stylesheet\">\n<script src=\"libs/builder/plugin-bootstrap-colorpicker.js\"></script>\n-->\n\n<link href=\"libs/coloris/coloris.min.css\" rel=\"stylesheet\">\n<script src=\"libs/coloris/coloris.js\"></script>\n<script id=\"plugin-coloris\" src=\"libs/builder/plugin-coloris.js\"></script>\n\n<!-- components-->\n<!-- script src=\"libs/builder/components-server.js\"></script -->\n<script src=\"libs/builder/plugin-google-fonts.js\"></script>\n<script src=\"libs/builder/components-common.js\"></script>\n<script src=\"libs/builder/plugin-aos.js\"></script>\n<script src=\"libs/builder/components-html.js\"></script>\n<script src=\"libs/builder/components-elements.js\"></script>\n<script src=\"libs/builder/section.js\"></script>\n<script src=\"libs/builder/components-bootstrap5.js\"></script>\n<script src=\"libs/builder/components-widgets.js\"></script>\n<script src=\"libs/builder/oembed.js\"></script>\n<script src=\"libs/builder/components-embeds.js\"></script>\n\n\n<!-- sections-->\n<script src=\"demo/landing/sections/sections.js\"></script>\n<script src=\"libs/builder/sections-bootstrap4.js\"></script>\n\n<!-- blocks-->\n<script src=\"libs/builder/blocks-bootstrap4.js\"></script>\n\n<!-- styles-->\n<script src=\"demo/landing/styles/styles.js\"></script>\n\n<!-- plugins -->\n\n<!-- code mirror - code editor syntax highlight -->\n<link href=\"libs/codemirror/lib/codemirror.css\" rel=\"stylesheet\" />\n<link href=\"libs/codemirror/theme/duotone-dark.css\" rel=\"stylesheet\" />\n<script src=\"libs/codemirror/lib/codemirror.js\"></script>\n<script src=\"libs/codemirror/lib/xml.js\"></script>\n<script src=\"libs/codemirror/lib/css.js\"></script>\n<script src=\"libs/codemirror/lib/formatting.js\"></script>\n<script src=\"libs/codemirror/lib/searchcursor.js\"></script>\n<script src=\"libs/codemirror/lib/search.js\"></script>\n<script src=\"libs/builder/plugin-codemirror.js\"></script>\n\n\n<!-- \nTinymce plugin\nClone or copy https://github.com/tinymce/tinymce-dist to libs/tinymce-dist \n-->\n\n<!-- \n<script src=\"libs/tinymce-dist/tinymce.min.js\"></script>\n<script src=\"libs/builder/plugin-tinymce.js\"></script>\t\n-->\n\n<!-- \nCKEditor plugin\nUnzip the latest ckeditor release zip from https://github.com/ckeditor/ckeditor4/releases to libs/ckeditor or use the CDN\n-->\n\t<!--\n<script src=\"libs/ckeditor/ckeditor.js\"></script> <script src=\"https://cdn.ckeditor.com/ckeditor5/39.0.2/classic/ckeditor.js\"></script>\n<script src=\"libs/builder/plugin-ckeditor.js\"></script>\t\n-->\n\n<!-- jszip - download page as zip -->\n<script src=\"libs/jszip/jszip.min.js\"></script>\n<script src=\"libs/jszip/filesaver.min.js\"></script>\n<script src=\"libs/builder/plugin-jszip.js\"></script>\n<script src=\"libs/builder/plugin-ai-assistant.js\"></script>\n\n\n<!-- autocomplete plugin used by autocomplete input-->\n<script src=\"libs/autocomplete/autocomplete.js\"></script>\n<script>\nlet renameUrl = 'save.php?action=rename';\nlet deleteUrl = 'save.php?action=delete';\nlet saveReusableUrl = 'save.php?action=saveReusable';\nlet oEmbedProxyUrl = 'save.php?action=oembedProxy';\nlet chatgptOptions = { \"key\": \"\", \"model\": \"gpt-3.5-turbo-instruct\", \"temperature\": 0, \"max_tokens\": 300 };\n\nlet defaultPages = {\n\t//uncomment php code below and rename file to .php extension to load saved html files in the editor or use editor.php\n\t/*\n\t<?php \n\t   $htmlFiles = glob('{my-pages/*.html,demo/*\\/*.html, demo/*.html}',  GLOB_BRACE);\n\t   foreach ($htmlFiles as $file) { \n\t\t   if (in_array($file, array('new-page-blank-template.html', 'editor.html'))) continue;//skip template files\n\t\t   $pathInfo = pathinfo($file);\n\t\t   $filename = $pathInfo['filename'];\n\t\t   $folder = preg_replace('@/.+?$@', '', $pathInfo['dirname']);\n\t\t   $subfolder = preg_replace('@^.+?/@', '', $pathInfo['dirname']);\n\t\t   if ($filename == 'index' && $subfolder) {\n\t\t\t   $filename = $subfolder;\n\t\t   }\n\t\t   $url = $pathInfo['dirname'] . '/' . $pathInfo['basename'];\n\t?>\n\t\"<?php echo ucfirst($filename);?>\":{name:\"<?php echo ucfirst($filename);?>\", file:\"<?php echo ucfirst($filename);?>\", title:\"<?php echo ucfirst($filename);?>\",  url: \"<?php echo $url;?>\", folder:\"<?php echo $folder?>\"},\n\t<?php } ?>\n\t*/\n\t\"index\": {\n\t\tname: \"index\",\n\t\tfilename: \"index.html\",\n\t\tfile: \"demo/landing/index.html\",\n\t\turl: \"demo/landing/index.html\",\n\t\ttitle: \"Home page\",\n\t\tfolder: null,\n\t\tdescription: \"Website homepage\"\n\t},\n\t\"contact\": {\n\t\tname: \"contact\",\n\t\tfilename: \"contact.html\",\n\t\tfile: \"demo/landing/contact.html\",\n\t\turl: \"demo/landing/contact.html\",\n\t\ttitle: \"Contact us page\",\n\t\tfolder: null,\n\t\tdescription: \"Contact us page\"\n\t},\n\t\"blank\": {\n\t\tname: \"blank\",\n\t\tfilename: \"blank.html\",\n\t\tfile: \"demo/landing/blank.html\",\n\t\turl: \"demo/landing/blank.html\",\n\t\ttitle: \"Blank page\",\n\t\tfolder: null,\n\t\tdescription: \"Template page used for new pages\"\n\t},\n\t\"error404\": {\n\t\tname: \"error404\",\n\t\tfilename: \"error404.html\",\n\t\tfile: \"demo/landing/error404.html\",\n\t\turl: \"demo/landing/error404.html\",\n\t\ttitle: \"Page not found\",\n\t\tfolder: null,\n\t\tdescription: \"Shows when a page is not available\"\n\t},\n\t\"error500\": {\n\t\tname: \"error500\",\n\t\tfilename: \"error500.html\",\n\t\tfile: \"demo/landing/error500.html\",\n\t\turl: \"demo/landing/error500.html\",\n\t\ttitle: \"Server error\",\n\t\tfolder: null,\n\t\tdescription: \"Site error display page\"\n\t},\n\t\"index-blog\": {\n\t\tname: \"index-blog\",\n\t\tfilename: \"index-blog.html\",\n\t\tfile: \"demo/landing/index-blog.html\",\n\t\turl: \"demo/landing/index-blog.html\",\n\t\ttitle: \"Index blog\",\n\t\tfolder: null,\n\t\tdescription: \"\"\n\t},\n\t\"index-landing\": {\n\t\tname: \"index-landing\",\n\t\tfilename: \"index-landing.html\",\n\t\tfile: \"demo/landing/index-landing.html\",\n\t\turl: \"demo/landing/index-landing.html\",\n\t\ttitle: \"Index landing\",\n\t\tfolder: null,\n\t\tdescription: \"\"\n\t},\n\t\"index.coming-soon\": {\n\t\tname: \"index.coming-soon\",\n\t\tfilename: \"index.coming-soon.html\",\n\t\tfile: \"demo/landing/index.coming-soon.html\",\n\t\turl: \"demo/landing/index.coming-soon.html\",\n\t\ttitle: \"Coming soon\",\n\t\tfolder: null,\n\t\tdescription: \"Coming soon message page\"\n\t},\n\t\"index.maintenance\": {\n\t\tname: \"index.maintenance\",\n\t\tfilename: \"index.maintenance.html\",\n\t\tfile: \"demo/landing/index.maintenance.html\",\n\t\turl: \"demo/landing/index.maintenance.html\",\n\t\ttitle: \"Under maintenance\",\n\t\tfolder: null,\n\t\tdescription: \"Website under maintenance message page\"\n\t},\n\t\"email-new\": {\n\t\tname: \"email-new\",\n\t\tfilename: \"new.html\",\n\t\tfile: \"demo/landing/email/order/new.html\",\n\t\turl: \"demo/landing/email/order/new.html\",\n\t\ttitle: \"New\",\n\t\tfolder: \"email\",\n\t\tdescription: \"\"\n\t},\n\t\"email-new.txt\": {\n\t\tname: \"email-new.txt\",\n\t\tfilename: \"new.txt.html\",\n\t\tfile: \"demo/landing/email/order/new.txt.html\",\n\t\turl: \"demo/landing/email/order/new.txt.html\",\n\t\ttitle: \"New txt\",\n\t\tfolder: \"email\",\n\t\tdescription: \"\"\n\t},\n\t\"email-reset\": {\n\t\tname: \"email-reset\",\n\t\tfilename: \"reset.html\",\n\t\tfile: \"demo/landing/email/user/reset.html\",\n\t\turl: \"demo/landing/email/user/reset.html\",\n\t\ttitle: \"Reset\",\n\t\tfolder: \"email\",\n\t\tdescription: \"\"\n\t},\n\t\"email-reset.txt\": {\n\t\tname: \"email-reset.txt\",\n\t\tfilename: \"reset.txt.html\",\n\t\tfile: \"demo/landing/email/user/reset.txt.html\",\n\t\turl: \"demo/landing/email/user/reset.txt.html\",\n\t\ttitle: \"Reset txt\",\n\t\tfolder: \"email\",\n\t\tdescription: \"\"\n\t},\n\t\"email-signup\": {\n\t\tname: \"email-signup\",\n\t\tfilename: \"signup.html\",\n\t\tfile: \"demo/landing/email/user/signup.html\",\n\t\turl: \"demo/landing/email/user/signup.html\",\n\t\ttitle: \"Signup\",\n\t\tfolder: \"email\",\n\t\tdescription: \"\"\n\t},\n\t\"email-signup.txt\": {\n\t\tname: \"email-signup.txt\",\n\t\tfilename: \"signup.txt.html\",\n\t\tfile: \"demo/landing/email/user/signup.txt.html\",\n\t\turl: \"demo/landing/email/user/signup.txt.html\",\n\t\ttitle: \"Signup txt\",\n\t\tfolder: \"email\",\n\t\tdescription: \"\"\n\t},\n\t\"user-edit\": {\n\t\tname: \"user-edit\",\n\t\tfilename: \"edit.html\",\n\t\tfile: \"demo/landing/user/edit.html\",\n\t\turl: \"demo/landing/user/edit.html\",\n\t\ttitle: \"Edit\",\n\t\tfolder: \"user\",\n\t\tdescription: \"\"\n\t},\n\t\"user-reset\": {\n\t\tname: \"user-reset\",\n\t\tfilename: \"reset.html\",\n\t\tfile: \"demo/landing/user/reset.html\",\n\t\turl: \"demo/landing/user/reset.html\",\n\t\ttitle: \"Reset\",\n\t\tfolder: \"user\",\n\t\tdescription: \"\"\n\t},\n\t\"cart-cart\": {\n\t\tname: \"cart-cart\",\n\t\tfilename: \"cart.html\",\n\t\tfile: \"demo/landing/cart/cart.html\",\n\t\turl: \"demo/landing/cart/cart.html\",\n\t\ttitle: \"Cart\",\n\t\tfolder: \"cart\",\n\t\tdescription: \"\"\n\t},\n\t\"checkout-checkout\": {\n\t\tname: \"checkout-checkout\",\n\t\tfilename: \"checkout.html\",\n\t\tfile: \"demo/landing/checkout/checkout.html\",\n\t\turl: \"demo/landing/checkout/checkout.html\",\n\t\ttitle: \"Checkout\",\n\t\tfolder: \"checkout\",\n\t\tdescription: \"\"\n\t},\n\t\"checkout-confirm\": {\n\t\tname: \"checkout-confirm\",\n\t\tfilename: \"confirm.html\",\n\t\tfile: \"demo/landing/checkout/confirm.html\",\n\t\turl: \"demo/landing/checkout/confirm.html\",\n\t\ttitle: \"Confirm\",\n\t\tfolder: \"checkout\",\n\t\tdescription: \"\"\n\t},\n\t\"checkout-order\": {\n\t\tname: \"checkout-order\",\n\t\tfilename: \"order.html\",\n\t\tfile: \"demo/landing/checkout/order.html\",\n\t\turl: \"demo/landing/checkout/order.html\",\n\t\ttitle: \"Order\",\n\t\tfolder: \"checkout\",\n\t\tdescription: \"\"\n\t},\n\t\"content-archive\": {\n\t\tname: \"content-archive\",\n\t\tfilename: \"archive.html\",\n\t\tfile: \"demo/landing/content/archive.html\",\n\t\turl: \"demo/landing/content/archive.html\",\n\t\ttitle: \"Archive\",\n\t\tfolder: \"content\",\n\t\tdescription: \"\"\n\t},\n\t\"content-category\": {\n\t\tname: \"content-category\",\n\t\tfilename: \"category.html\",\n\t\tfile: \"demo/landing/content/category.html\",\n\t\turl: \"demo/landing/content/category.html\",\n\t\ttitle: \"Category\",\n\t\tfolder: \"content\",\n\t\tdescription: \"\"\n\t},\n\t\"content-index\": {\n\t\tname: \"content-index\",\n\t\tfilename: \"index.html\",\n\t\tfile: \"demo/landing/content/index.html\",\n\t\turl: \"demo/landing/content/index.html\",\n\t\ttitle: \"Blog homepage\",\n\t\tfolder: \"content\",\n\t\tdescription: \"Blog page with latest posts\"\n\t},\n\t\"content-page\": {\n\t\tname: \"content-page\",\n\t\tfilename: \"page.html\",\n\t\tfile: \"demo/landing/content/page.html\",\n\t\turl: \"demo/landing/content/page.html\",\n\t\ttitle: \"Page\",\n\t\tfolder: \"content\",\n\t\tdescription: \"\"\n\t},\n\t\"content-post-image-header\": {\n\t\tname: \"content-post-image-header\",\n\t\tfilename: \"post-image-header.html\",\n\t\tfile: \"demo/landing/content/post-image-header.html\",\n\t\turl: \"demo/landing/content/post-image-header.html\",\n\t\ttitle: \"Post image header\",\n\t\tfolder: \"content\",\n\t\tdescription: \"\"\n\t},\n\t\"content-post-image-hero\": {\n\t\tname: \"content-post-image-hero\",\n\t\tfilename: \"post-image-hero.html\",\n\t\tfile: \"demo/landing/content/post-image-hero.html\",\n\t\turl: \"demo/landing/content/post-image-hero.html\",\n\t\ttitle: \"Post image hero\",\n\t\tfolder: \"content\",\n\t\tdescription: \"\"\n\t},\n\t\"content-post\": {\n\t\tname: \"content-post\",\n\t\tfilename: \"post.html\",\n\t\tfile: \"demo/landing/content/post.html\",\n\t\turl: \"demo/landing/content/post.html\",\n\t\ttitle: \"Blog post\",\n\t\tfolder: \"content\",\n\t\tdescription: \"Blog post\",\n\t\t\"editor\": {\n\t\t\t\"template\": \"post\"\n\t\t}\n\t},\n\t\"content-tag\": {\n\t\tname: \"content-tag\",\n\t\tfilename: \"tag.html\",\n\t\tfile: \"demo/landing/content/tag.html\",\n\t\turl: \"demo/landing/content/tag.html\",\n\t\ttitle: \"Tag\",\n\t\tfolder: \"content\",\n\t\tdescription: \"\"\n\t},\n\t\"content-user\": {\n\t\tname: \"content-user\",\n\t\tfilename: \"user.html\",\n\t\tfile: \"demo/landing/content/user.html\",\n\t\turl: \"demo/landing/content/user.html\",\n\t\ttitle: \"User\",\n\t\tfolder: \"content\",\n\t\tdescription: \"\"\n\t},\n\t\"product-category\": {\n\t\tname: \"product-category\",\n\t\tfilename: \"category.html\",\n\t\tfile: \"demo/landing/product/category.html\",\n\t\turl: \"demo/landing/product/category.html\",\n\t\ttitle: \"Category\",\n\t\tfolder: \"product\",\n\t\tdescription: \"\"\n\t},\n\t\"product-index\": {\n\t\tname: \"product-index\",\n\t\tfilename: \"index.html\",\n\t\tfile: \"demo/landing/product/index.html\",\n\t\turl: \"demo/landing/product/index.html\",\n\t\ttitle: \"Shop page\",\n\t\tfolder: \"product\",\n\t\tdescription: \"Shop homepage\"\n\t},\n\t\"product-manufacturer\": {\n\t\tname: \"product-manufacturer\",\n\t\tfilename: \"manufacturer.html\",\n\t\tfile: \"demo/landing/product/manufacturer.html\",\n\t\turl: \"demo/landing/product/manufacturer.html\",\n\t\ttitle: \"Manufacturer\",\n\t\tfolder: \"product\",\n\t\tdescription: \"\"\n\t},\n\t\"product-product\": {\n\t\tname: \"product-product\",\n\t\tfilename: \"product.html\",\n\t\tfile: \"demo/landing/product/product.html\",\n\t\turl: \"demo/landing/product/product.html\",\n\t\ttitle: \"Product\",\n\t\tfolder: \"product\",\n\t\tdescription: \"\"\n\t},\n\t\"product-vendor\": {\n\t\tname: \"product-vendor\",\n\t\tfilename: \"vendor.html\",\n\t\tfile: \"demo/landing/product/vendor.html\",\n\t\turl: \"demo/landing/product/vendor.html\",\n\t\ttitle: \"Vendor\",\n\t\tfolder: \"product\",\n\t\tdescription: \"\"\n\t},\n\t\"search-index\": {\n\t\tname: \"search-index\",\n\t\tfilename: \"index.html\",\n\t\tfile: \"demo/landing/search/index.html\",\n\t\turl: \"demo/landing/search/index.html\",\n\t\ttitle: \"Search page\",\n\t\tfolder: \"search\",\n\t\tdescription: \"Search page\"\n\t},\n\t\"user-address\": {\n\t\tname: \"user-address\",\n\t\tfilename: \"address.html\",\n\t\tfile: \"demo/landing/user/address.html\",\n\t\turl: \"demo/landing/user/address.html\",\n\t\ttitle: \"Address\",\n\t\tfolder: \"user\",\n\t\tdescription: \"\"\n\t},\n\t\"user-comments\": {\n\t\tname: \"user-comments\",\n\t\tfilename: \"comments.html\",\n\t\tfile: \"demo/landing/user/comments.html\",\n\t\turl: \"demo/landing/user/comments.html\",\n\t\ttitle: \"Comments\",\n\t\tfolder: \"user\",\n\t\tdescription: \"\"\n\t},\n\t\"user-downloads\": {\n\t\tname: \"user-downloads\",\n\t\tfilename: \"downloads.html\",\n\t\tfile: \"demo/landing/user/downloads.html\",\n\t\turl: \"demo/landing/user/downloads.html\",\n\t\ttitle: \"Downloads\",\n\t\tfolder: \"user\",\n\t\tdescription: \"\"\n\t},\n\t\"user-index\": {\n\t\tname: \"user-index\",\n\t\tfilename: \"index.html\",\n\t\tfile: \"demo/landing/user/index.html\",\n\t\turl: \"demo/landing/user/index.html\",\n\t\ttitle: \"Dashboard\",\n\t\tfolder: \"user\",\n\t\tdescription: \"User dashboard\"\n\t},\n\t\"user-login\": {\n\t\tname: \"user-login\",\n\t\tfilename: \"login.html\",\n\t\tfile: \"demo/landing/user/login.html\",\n\t\turl: \"demo/landing/user/login.html\",\n\t\ttitle: \"Login\",\n\t\tfolder: \"user\",\n\t\tdescription: \"\"\n\t},\n\t\"user-orders\": {\n\t\tname: \"user-orders\",\n\t\tfilename: \"orders.html\",\n\t\tfile: \"demo/landing/user/orders.html\",\n\t\turl: \"demo/landing/user/orders.html\",\n\t\ttitle: \"Orders\",\n\t\tfolder: \"user\",\n\t\tdescription: \"\"\n\t},\n\t\"user-profile\": {\n\t\tname: \"user-profile\",\n\t\tfilename: \"profile.html\",\n\t\tfile: \"demo/landing/user/profile.html\",\n\t\turl: \"demo/landing/user/profile.html\",\n\t\ttitle: \"Profile\",\n\t\tfolder: \"user\",\n\t\tdescription: \"\"\n\t},\n\t\"user-signup\": {\n\t\tname: \"user-signup\",\n\t\tfilename: \"signup.html\",\n\t\tfile: \"demo/landing/user/signup.html\",\n\t\turl: \"demo/landing/user/signup.html\",\n\t\ttitle: \"Signup\",\n\t\tfolder: \"user\",\n\t\tdescription: \"\"\n\t},\n\t\"narrow-jumbotron\": { name: \"narrow-jumbotron\", title: \"Jumbotron\", url: \"demo/narrow-jumbotron/index.html\", file: \"demo/narrow-jumbotron/index.html\" },\n\t\"album\": { name: \"album\", title: \"Album\", url: \"demo/album/index.html\", file: \"demo/album/index.html\", folder: \"content\" },\n\t\"blog\": { name: \"blog\", title: \"Blog\", url: \"demo/blog/index.html\", file: \"demo/blog/index.html\", folder: \"content\" },\n\t\"carousel\": { name: \"carousel\", title: \"Carousel\", url: \"demo/carousel/index.html\", file: \"demo/carousel/index.html\", folder: \"content\" },\n\t\"offcanvas\": { name: \"offcanvas\", title: \"Offcanvas\", url: \"demo/offcanvas/index.html\", file: \"demo/offcanvas/index.html\", folder: \"content\" },\n\t\"pricing\": { name: \"pricing\", title: \"Pricing\", url: \"demo/pricing/index.html\", file: \"demo/pricing/index.html\", folder: \"ecommerce\" },\n\t\"product\": { name: \"product\", title: \"Product\", url: \"demo/product/index.html\", file: \"demo/product/index.html\", folder: \"ecommerce\" }\n};\n\n\nlet pages = defaultPages;\n\nlet firstPage = Object.keys(pages)[0];\nVvveb.Builder.init(pages[firstPage][\"url\"], function () {\n\t//load code after page is loaded here\n});\n\nVvveb.Gui.init();\nVvveb.FileManager.init();\nVvveb.SectionList.init();\nVvveb.StyleList.init();\nVvveb.TreeList.init();\nVvveb.Breadcrumb.init();\nVvveb.CssEditor.init();\n\nVvveb.FileManager.addPages(pages);\nVvveb.FileManager.loadPage(pages[firstPage][\"name\"]);\nVvveb.Gui.toggleRightColumn(false);\nVvveb.Breadcrumb.init();\n</script>\n</body>\n\n</html>\n"
  },
  {
    "path": "editor.php",
    "content": "<?php\n//include 'editor.html';\n$html = file_get_contents('editor.html');\n\n//search for html files in demo and my-pages folders\n//$htmlFiles = glob('{my-pages/*.html,demo/*\\/*.html, demo/*.html}',  GLOB_BRACE);\n$htmlFiles = array_merge(glob('my-pages/*.html'),glob('demo/*\\/*.html'), glob('demo/*.html'));\n$files = '';\nforeach ($htmlFiles as $file) { \n   if (in_array($file, array('new-page-blank-template.html', 'editor.html'))) continue;//skip template files\n   $pathInfo = pathinfo($file);\n   $filename = $pathInfo['filename'];\n   $folder = preg_replace('@/.+?$@', '', $pathInfo['dirname']);\n   $subfolder = preg_replace('@^.+?/@', '', $pathInfo['dirname']);\n   if ($filename == 'index' && $subfolder) {\n\t   $filename = $subfolder;\n   }\n   $url = $pathInfo['dirname'] . '/' . $pathInfo['basename'];\n   $name = $filename;\n   $title = ucfirst($name);\n\n  $files .= \"{name:'$name', file:'$file', title:'$title',  url: '$url', folder:'$folder'},\";\n} \n\n\n//replace files list from html with the dynamic list from demo folder\n$html = str_replace('= defaultPages;', \" = [$files];\", $html);\n\necho $html;\n"
  },
  {
    "path": "gulpfile.js",
    "content": "/*\r\nCopyright 2017 Ziadin Givan\r\n\r\nLicensed under the Apache License, Version 2.0 (the \"License\");\r\nyou may not use this file except in compliance with the License.\r\nYou may obtain a copy of the License at\r\n\r\n   http://www.apache.org/licenses/LICENSE-2.0\r\n\r\nUnless required by applicable law or agreed to in writing, software\r\ndistributed under the License is distributed on an \"AS IS\" BASIS,\r\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\nSee the License for the specific language governing permissions and\r\nlimitations under the License.\r\n\r\nhttps://github.com/givanz/VvvebJs\r\n*/\r\n//npm run gulp watch\r\n\r\nconst gulp = require('gulp');\r\nconst fileinclude = require('gulp-file-include');\r\n//const sass = require('gulp-sass')(require('sass'));\r\nconst sass = require('gulp-sass')(require('node-sass'));\r\nconst formatHtml = require('gulp-format-html');\r\nconst through2 = require( 'through2' );    \r\n\r\nconst touch = () => through2.obj( function( file, enc, cb ) {\r\n    if ( file.stat ) {\r\n        file.stat.atime = file.stat.mtime = file.stat.ctime = new Date();\r\n    }\r\n    cb( null, file );\r\n});\r\n\r\ngulp.task('fileinclude', function() {\r\n\t//gulp.src(['./html/**/*.html', '!**/_*/**'])\r\n  return gulp.src(['./html/*.html', './html/**/*.html', '!**/_*/**'])\r\n    .pipe(fileinclude({\r\n      prefix: '@@',\r\n      basepath: '@file'\r\n    }))\r\n    .pipe(formatHtml())\r\n    //.pipe( touch() )\r\n    .pipe(gulp.dest('./'));\r\n});\r\n\r\ngulp.task('sass', function() {\r\n\t//gulp.src(['./html/**/*.html', '!**/_*/**'])\r\n  return gulp.src(['./scss/*.scss'])\r\n    .pipe(sass())\r\n    .pipe(gulp.dest('./css'));\r\n});\r\n\r\n\r\ngulp.task('watch', function () {\r\n    gulp.watch(['./html/*.html', './html/**/*.html'], gulp.series('fileinclude'));\r\n    gulp.watch(['./scss/*.scss'], gulp.series('sass'));\r\n});\r\n\r\n// Default Task\r\ngulp.task('default', gulp.series('fileinclude', 'sass'));\r\n"
  },
  {
    "path": "libs/aos/aos.css",
    "content": "[data-aos][data-aos][data-aos-duration=\"50\"],body[data-aos-duration=\"50\"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay=\"50\"],body[data-aos-delay=\"50\"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay=\"50\"].aos-animate,body[data-aos-delay=\"50\"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration=\"100\"],body[data-aos-duration=\"100\"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay=\"100\"],body[data-aos-delay=\"100\"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay=\"100\"].aos-animate,body[data-aos-delay=\"100\"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration=\"150\"],body[data-aos-duration=\"150\"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay=\"150\"],body[data-aos-delay=\"150\"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay=\"150\"].aos-animate,body[data-aos-delay=\"150\"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration=\"200\"],body[data-aos-duration=\"200\"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay=\"200\"],body[data-aos-delay=\"200\"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay=\"200\"].aos-animate,body[data-aos-delay=\"200\"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration=\"250\"],body[data-aos-duration=\"250\"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay=\"250\"],body[data-aos-delay=\"250\"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay=\"250\"].aos-animate,body[data-aos-delay=\"250\"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration=\"300\"],body[data-aos-duration=\"300\"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay=\"300\"],body[data-aos-delay=\"300\"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay=\"300\"].aos-animate,body[data-aos-delay=\"300\"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration=\"350\"],body[data-aos-duration=\"350\"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay=\"350\"],body[data-aos-delay=\"350\"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay=\"350\"].aos-animate,body[data-aos-delay=\"350\"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration=\"400\"],body[data-aos-duration=\"400\"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay=\"400\"],body[data-aos-delay=\"400\"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay=\"400\"].aos-animate,body[data-aos-delay=\"400\"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration=\"450\"],body[data-aos-duration=\"450\"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay=\"450\"],body[data-aos-delay=\"450\"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay=\"450\"].aos-animate,body[data-aos-delay=\"450\"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration=\"500\"],body[data-aos-duration=\"500\"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay=\"500\"],body[data-aos-delay=\"500\"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay=\"500\"].aos-animate,body[data-aos-delay=\"500\"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration=\"550\"],body[data-aos-duration=\"550\"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay=\"550\"],body[data-aos-delay=\"550\"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay=\"550\"].aos-animate,body[data-aos-delay=\"550\"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration=\"600\"],body[data-aos-duration=\"600\"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay=\"600\"],body[data-aos-delay=\"600\"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay=\"600\"].aos-animate,body[data-aos-delay=\"600\"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration=\"650\"],body[data-aos-duration=\"650\"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay=\"650\"],body[data-aos-delay=\"650\"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay=\"650\"].aos-animate,body[data-aos-delay=\"650\"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration=\"700\"],body[data-aos-duration=\"700\"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay=\"700\"],body[data-aos-delay=\"700\"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay=\"700\"].aos-animate,body[data-aos-delay=\"700\"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration=\"750\"],body[data-aos-duration=\"750\"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay=\"750\"],body[data-aos-delay=\"750\"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay=\"750\"].aos-animate,body[data-aos-delay=\"750\"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration=\"800\"],body[data-aos-duration=\"800\"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay=\"800\"],body[data-aos-delay=\"800\"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay=\"800\"].aos-animate,body[data-aos-delay=\"800\"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration=\"850\"],body[data-aos-duration=\"850\"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay=\"850\"],body[data-aos-delay=\"850\"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay=\"850\"].aos-animate,body[data-aos-delay=\"850\"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration=\"900\"],body[data-aos-duration=\"900\"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay=\"900\"],body[data-aos-delay=\"900\"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay=\"900\"].aos-animate,body[data-aos-delay=\"900\"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration=\"950\"],body[data-aos-duration=\"950\"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay=\"950\"],body[data-aos-delay=\"950\"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay=\"950\"].aos-animate,body[data-aos-delay=\"950\"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration=\"1000\"],body[data-aos-duration=\"1000\"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay=\"1000\"],body[data-aos-delay=\"1000\"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay=\"1000\"].aos-animate,body[data-aos-delay=\"1000\"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration=\"1050\"],body[data-aos-duration=\"1050\"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay=\"1050\"],body[data-aos-delay=\"1050\"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay=\"1050\"].aos-animate,body[data-aos-delay=\"1050\"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration=\"1100\"],body[data-aos-duration=\"1100\"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay=\"1100\"],body[data-aos-delay=\"1100\"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay=\"1100\"].aos-animate,body[data-aos-delay=\"1100\"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration=\"1150\"],body[data-aos-duration=\"1150\"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay=\"1150\"],body[data-aos-delay=\"1150\"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay=\"1150\"].aos-animate,body[data-aos-delay=\"1150\"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration=\"1200\"],body[data-aos-duration=\"1200\"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay=\"1200\"],body[data-aos-delay=\"1200\"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay=\"1200\"].aos-animate,body[data-aos-delay=\"1200\"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration=\"1250\"],body[data-aos-duration=\"1250\"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay=\"1250\"],body[data-aos-delay=\"1250\"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay=\"1250\"].aos-animate,body[data-aos-delay=\"1250\"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration=\"1300\"],body[data-aos-duration=\"1300\"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay=\"1300\"],body[data-aos-delay=\"1300\"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay=\"1300\"].aos-animate,body[data-aos-delay=\"1300\"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration=\"1350\"],body[data-aos-duration=\"1350\"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay=\"1350\"],body[data-aos-delay=\"1350\"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay=\"1350\"].aos-animate,body[data-aos-delay=\"1350\"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration=\"1400\"],body[data-aos-duration=\"1400\"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay=\"1400\"],body[data-aos-delay=\"1400\"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay=\"1400\"].aos-animate,body[data-aos-delay=\"1400\"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration=\"1450\"],body[data-aos-duration=\"1450\"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay=\"1450\"],body[data-aos-delay=\"1450\"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay=\"1450\"].aos-animate,body[data-aos-delay=\"1450\"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration=\"1500\"],body[data-aos-duration=\"1500\"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay=\"1500\"],body[data-aos-delay=\"1500\"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay=\"1500\"].aos-animate,body[data-aos-delay=\"1500\"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration=\"1550\"],body[data-aos-duration=\"1550\"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay=\"1550\"],body[data-aos-delay=\"1550\"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay=\"1550\"].aos-animate,body[data-aos-delay=\"1550\"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration=\"1600\"],body[data-aos-duration=\"1600\"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay=\"1600\"],body[data-aos-delay=\"1600\"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay=\"1600\"].aos-animate,body[data-aos-delay=\"1600\"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration=\"1650\"],body[data-aos-duration=\"1650\"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay=\"1650\"],body[data-aos-delay=\"1650\"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay=\"1650\"].aos-animate,body[data-aos-delay=\"1650\"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration=\"1700\"],body[data-aos-duration=\"1700\"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay=\"1700\"],body[data-aos-delay=\"1700\"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay=\"1700\"].aos-animate,body[data-aos-delay=\"1700\"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration=\"1750\"],body[data-aos-duration=\"1750\"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay=\"1750\"],body[data-aos-delay=\"1750\"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay=\"1750\"].aos-animate,body[data-aos-delay=\"1750\"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration=\"1800\"],body[data-aos-duration=\"1800\"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay=\"1800\"],body[data-aos-delay=\"1800\"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay=\"1800\"].aos-animate,body[data-aos-delay=\"1800\"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration=\"1850\"],body[data-aos-duration=\"1850\"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay=\"1850\"],body[data-aos-delay=\"1850\"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay=\"1850\"].aos-animate,body[data-aos-delay=\"1850\"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration=\"1900\"],body[data-aos-duration=\"1900\"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay=\"1900\"],body[data-aos-delay=\"1900\"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay=\"1900\"].aos-animate,body[data-aos-delay=\"1900\"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration=\"1950\"],body[data-aos-duration=\"1950\"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay=\"1950\"],body[data-aos-delay=\"1950\"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay=\"1950\"].aos-animate,body[data-aos-delay=\"1950\"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration=\"2000\"],body[data-aos-duration=\"2000\"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay=\"2000\"],body[data-aos-delay=\"2000\"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay=\"2000\"].aos-animate,body[data-aos-delay=\"2000\"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration=\"2050\"],body[data-aos-duration=\"2050\"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay=\"2050\"],body[data-aos-delay=\"2050\"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay=\"2050\"].aos-animate,body[data-aos-delay=\"2050\"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration=\"2100\"],body[data-aos-duration=\"2100\"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay=\"2100\"],body[data-aos-delay=\"2100\"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay=\"2100\"].aos-animate,body[data-aos-delay=\"2100\"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration=\"2150\"],body[data-aos-duration=\"2150\"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay=\"2150\"],body[data-aos-delay=\"2150\"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay=\"2150\"].aos-animate,body[data-aos-delay=\"2150\"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration=\"2200\"],body[data-aos-duration=\"2200\"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay=\"2200\"],body[data-aos-delay=\"2200\"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay=\"2200\"].aos-animate,body[data-aos-delay=\"2200\"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration=\"2250\"],body[data-aos-duration=\"2250\"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay=\"2250\"],body[data-aos-delay=\"2250\"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay=\"2250\"].aos-animate,body[data-aos-delay=\"2250\"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration=\"2300\"],body[data-aos-duration=\"2300\"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay=\"2300\"],body[data-aos-delay=\"2300\"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay=\"2300\"].aos-animate,body[data-aos-delay=\"2300\"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration=\"2350\"],body[data-aos-duration=\"2350\"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay=\"2350\"],body[data-aos-delay=\"2350\"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay=\"2350\"].aos-animate,body[data-aos-delay=\"2350\"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration=\"2400\"],body[data-aos-duration=\"2400\"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay=\"2400\"],body[data-aos-delay=\"2400\"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay=\"2400\"].aos-animate,body[data-aos-delay=\"2400\"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration=\"2450\"],body[data-aos-duration=\"2450\"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay=\"2450\"],body[data-aos-delay=\"2450\"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay=\"2450\"].aos-animate,body[data-aos-delay=\"2450\"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration=\"2500\"],body[data-aos-duration=\"2500\"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay=\"2500\"],body[data-aos-delay=\"2500\"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay=\"2500\"].aos-animate,body[data-aos-delay=\"2500\"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration=\"2550\"],body[data-aos-duration=\"2550\"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay=\"2550\"],body[data-aos-delay=\"2550\"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay=\"2550\"].aos-animate,body[data-aos-delay=\"2550\"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration=\"2600\"],body[data-aos-duration=\"2600\"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay=\"2600\"],body[data-aos-delay=\"2600\"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay=\"2600\"].aos-animate,body[data-aos-delay=\"2600\"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration=\"2650\"],body[data-aos-duration=\"2650\"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay=\"2650\"],body[data-aos-delay=\"2650\"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay=\"2650\"].aos-animate,body[data-aos-delay=\"2650\"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration=\"2700\"],body[data-aos-duration=\"2700\"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay=\"2700\"],body[data-aos-delay=\"2700\"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay=\"2700\"].aos-animate,body[data-aos-delay=\"2700\"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration=\"2750\"],body[data-aos-duration=\"2750\"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay=\"2750\"],body[data-aos-delay=\"2750\"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay=\"2750\"].aos-animate,body[data-aos-delay=\"2750\"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration=\"2800\"],body[data-aos-duration=\"2800\"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay=\"2800\"],body[data-aos-delay=\"2800\"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay=\"2800\"].aos-animate,body[data-aos-delay=\"2800\"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration=\"2850\"],body[data-aos-duration=\"2850\"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay=\"2850\"],body[data-aos-delay=\"2850\"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay=\"2850\"].aos-animate,body[data-aos-delay=\"2850\"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration=\"2900\"],body[data-aos-duration=\"2900\"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay=\"2900\"],body[data-aos-delay=\"2900\"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay=\"2900\"].aos-animate,body[data-aos-delay=\"2900\"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration=\"2950\"],body[data-aos-duration=\"2950\"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay=\"2950\"],body[data-aos-delay=\"2950\"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay=\"2950\"].aos-animate,body[data-aos-delay=\"2950\"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration=\"3000\"],body[data-aos-duration=\"3000\"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay=\"3000\"],body[data-aos-delay=\"3000\"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay=\"3000\"].aos-animate,body[data-aos-delay=\"3000\"] [data-aos].aos-animate{transition-delay:3s}[data-aos]{pointer-events:none}[data-aos].aos-animate{pointer-events:auto}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}@media screen{html:not(.no-js) [data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform}html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;-webkit-transform:none;transform:none}html:not(.no-js) [data-aos=fade-up]{-webkit-transform:translate3d(0,100px,0);transform:translate3d(0,100px,0)}html:not(.no-js) [data-aos=fade-down]{-webkit-transform:translate3d(0,-100px,0);transform:translate3d(0,-100px,0)}html:not(.no-js) [data-aos=fade-right]{-webkit-transform:translate3d(-100px,0,0);transform:translate3d(-100px,0,0)}html:not(.no-js) [data-aos=fade-left]{-webkit-transform:translate3d(100px,0,0);transform:translate3d(100px,0,0)}html:not(.no-js) [data-aos=fade-up-right]{-webkit-transform:translate3d(-100px,100px,0);transform:translate3d(-100px,100px,0)}html:not(.no-js) [data-aos=fade-up-left]{-webkit-transform:translate3d(100px,100px,0);transform:translate3d(100px,100px,0)}html:not(.no-js) [data-aos=fade-down-right]{-webkit-transform:translate3d(-100px,-100px,0);transform:translate3d(-100px,-100px,0)}html:not(.no-js) [data-aos=fade-down-left]{-webkit-transform:translate3d(100px,-100px,0);transform:translate3d(100px,-100px,0)}html:not(.no-js) [data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform}html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}html:not(.no-js) [data-aos=zoom-in]{-webkit-transform:scale(.6);transform:scale(.6)}html:not(.no-js) [data-aos=zoom-in-up]{-webkit-transform:translate3d(0,100px,0) scale(.6);transform:translate3d(0,100px,0) scale(.6)}html:not(.no-js) [data-aos=zoom-in-down]{-webkit-transform:translate3d(0,-100px,0) scale(.6);transform:translate3d(0,-100px,0) scale(.6)}html:not(.no-js) [data-aos=zoom-in-right]{-webkit-transform:translate3d(-100px,0,0) scale(.6);transform:translate3d(-100px,0,0) scale(.6)}html:not(.no-js) [data-aos=zoom-in-left]{-webkit-transform:translate3d(100px,0,0) scale(.6);transform:translate3d(100px,0,0) scale(.6)}html:not(.no-js) [data-aos=zoom-out]{-webkit-transform:scale(1.2);transform:scale(1.2)}html:not(.no-js) [data-aos=zoom-out-up]{-webkit-transform:translate3d(0,100px,0) scale(1.2);transform:translate3d(0,100px,0) scale(1.2)}html:not(.no-js) [data-aos=zoom-out-down]{-webkit-transform:translate3d(0,-100px,0) scale(1.2);transform:translate3d(0,-100px,0) scale(1.2)}html:not(.no-js) [data-aos=zoom-out-right]{-webkit-transform:translate3d(-100px,0,0) scale(1.2);transform:translate3d(-100px,0,0) scale(1.2)}html:not(.no-js) [data-aos=zoom-out-left]{-webkit-transform:translate3d(100px,0,0) scale(1.2);transform:translate3d(100px,0,0) scale(1.2)}html:not(.no-js) [data-aos^=slide][data-aos^=slide]{transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;visibility:hidden}html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate{visibility:visible;-webkit-transform:translateZ(0);transform:translateZ(0)}html:not(.no-js) [data-aos=slide-up]{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}html:not(.no-js) [data-aos=slide-down]{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}html:not(.no-js) [data-aos=slide-right]{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}html:not(.no-js) [data-aos=slide-left]{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}html:not(.no-js) [data-aos^=flip][data-aos^=flip]{-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}html:not(.no-js) [data-aos=flip-left]{-webkit-transform:perspective(2500px) rotateY(-100deg);transform:perspective(2500px) rotateY(-100deg)}html:not(.no-js) [data-aos=flip-left].aos-animate{-webkit-transform:perspective(2500px) rotateY(0);transform:perspective(2500px) rotateY(0)}html:not(.no-js) [data-aos=flip-right]{-webkit-transform:perspective(2500px) rotateY(100deg);transform:perspective(2500px) rotateY(100deg)}html:not(.no-js) [data-aos=flip-right].aos-animate{-webkit-transform:perspective(2500px) rotateY(0);transform:perspective(2500px) rotateY(0)}html:not(.no-js) [data-aos=flip-up]{-webkit-transform:perspective(2500px) rotateX(-100deg);transform:perspective(2500px) rotateX(-100deg)}html:not(.no-js) [data-aos=flip-up].aos-animate{-webkit-transform:perspective(2500px) rotateX(0);transform:perspective(2500px) rotateX(0)}html:not(.no-js) [data-aos=flip-down]{-webkit-transform:perspective(2500px) rotateX(100deg);transform:perspective(2500px) rotateX(100deg)}html:not(.no-js) [data-aos=flip-down].aos-animate{-webkit-transform:perspective(2500px) rotateX(0);transform:perspective(2500px) rotateX(0)}}"
  },
  {
    "path": "libs/aos/aos.js",
    "content": "!function(e,t){\"object\"==typeof exports&&\"undefined\"!=typeof module?module.exports=t():\"function\"==typeof define&&define.amd?define(t):e.AOS=t()}(this,function(){\"use strict\";var e=\"undefined\"!=typeof window?window:\"undefined\"!=typeof global?global:\"undefined\"!=typeof self?self:{},t=\"Expected a function\",n=NaN,o=\"[object Symbol]\",i=/^\\s+|\\s+$/g,a=/^[-+]0x[0-9a-f]+$/i,r=/^0b[01]+$/i,c=/^0o[0-7]+$/i,s=parseInt,u=\"object\"==typeof e&&e&&e.Object===Object&&e,d=\"object\"==typeof self&&self&&self.Object===Object&&self,l=u||d||Function(\"return this\")(),f=Object.prototype.toString,m=Math.max,p=Math.min,b=function(){return l.Date.now()};function v(e,n,o){var i,a,r,c,s,u,d=0,l=!1,f=!1,v=!0;if(\"function\"!=typeof e)throw new TypeError(t);function y(t){var n=i,o=a;return i=a=void 0,d=t,c=e.apply(o,n)}function h(e){var t=e-u;return void 0===u||t>=n||t<0||f&&e-d>=r}function k(){var e=b();if(h(e))return x(e);s=setTimeout(k,function(e){var t=n-(e-u);return f?p(t,r-(e-d)):t}(e))}function x(e){return s=void 0,v&&i?y(e):(i=a=void 0,c)}function O(){var e=b(),t=h(e);if(i=arguments,a=this,u=e,t){if(void 0===s)return function(e){return d=e,s=setTimeout(k,n),l?y(e):c}(u);if(f)return s=setTimeout(k,n),y(u)}return void 0===s&&(s=setTimeout(k,n)),c}return n=w(n)||0,g(o)&&(l=!!o.leading,r=(f=\"maxWait\"in o)?m(w(o.maxWait)||0,n):r,v=\"trailing\"in o?!!o.trailing:v),O.cancel=function(){void 0!==s&&clearTimeout(s),d=0,i=u=a=s=void 0},O.flush=function(){return void 0===s?c:x(b())},O}function g(e){var t=typeof e;return!!e&&(\"object\"==t||\"function\"==t)}function w(e){if(\"number\"==typeof e)return e;if(function(e){return\"symbol\"==typeof e||function(e){return!!e&&\"object\"==typeof e}(e)&&f.call(e)==o}(e))return n;if(g(e)){var t=\"function\"==typeof e.valueOf?e.valueOf():e;e=g(t)?t+\"\":t}if(\"string\"!=typeof e)return 0===e?e:+e;e=e.replace(i,\"\");var u=r.test(e);return u||c.test(e)?s(e.slice(2),u?2:8):a.test(e)?n:+e}var y=function(e,n,o){var i=!0,a=!0;if(\"function\"!=typeof e)throw new TypeError(t);return g(o)&&(i=\"leading\"in o?!!o.leading:i,a=\"trailing\"in o?!!o.trailing:a),v(e,n,{leading:i,maxWait:n,trailing:a})},h=\"Expected a function\",k=NaN,x=\"[object Symbol]\",O=/^\\s+|\\s+$/g,j=/^[-+]0x[0-9a-f]+$/i,E=/^0b[01]+$/i,N=/^0o[0-7]+$/i,z=parseInt,C=\"object\"==typeof e&&e&&e.Object===Object&&e,A=\"object\"==typeof self&&self&&self.Object===Object&&self,q=C||A||Function(\"return this\")(),L=Object.prototype.toString,T=Math.max,M=Math.min,S=function(){return q.Date.now()};function D(e){var t=typeof e;return!!e&&(\"object\"==t||\"function\"==t)}function H(e){if(\"number\"==typeof e)return e;if(function(e){return\"symbol\"==typeof e||function(e){return!!e&&\"object\"==typeof e}(e)&&L.call(e)==x}(e))return k;if(D(e)){var t=\"function\"==typeof e.valueOf?e.valueOf():e;e=D(t)?t+\"\":t}if(\"string\"!=typeof e)return 0===e?e:+e;e=e.replace(O,\"\");var n=E.test(e);return n||N.test(e)?z(e.slice(2),n?2:8):j.test(e)?k:+e}var $=function(e,t,n){var o,i,a,r,c,s,u=0,d=!1,l=!1,f=!0;if(\"function\"!=typeof e)throw new TypeError(h);function m(t){var n=o,a=i;return o=i=void 0,u=t,r=e.apply(a,n)}function p(e){var n=e-s;return void 0===s||n>=t||n<0||l&&e-u>=a}function b(){var e=S();if(p(e))return v(e);c=setTimeout(b,function(e){var n=t-(e-s);return l?M(n,a-(e-u)):n}(e))}function v(e){return c=void 0,f&&o?m(e):(o=i=void 0,r)}function g(){var e=S(),n=p(e);if(o=arguments,i=this,s=e,n){if(void 0===c)return function(e){return u=e,c=setTimeout(b,t),d?m(e):r}(s);if(l)return c=setTimeout(b,t),m(s)}return void 0===c&&(c=setTimeout(b,t)),r}return t=H(t)||0,D(n)&&(d=!!n.leading,a=(l=\"maxWait\"in n)?T(H(n.maxWait)||0,t):a,f=\"trailing\"in n?!!n.trailing:f),g.cancel=function(){void 0!==c&&clearTimeout(c),u=0,o=s=i=c=void 0},g.flush=function(){return void 0===c?r:v(S())},g},W=function(){};function P(e){e&&e.forEach(function(e){var t=Array.prototype.slice.call(e.addedNodes),n=Array.prototype.slice.call(e.removedNodes);if(function e(t){var n=void 0,o=void 0;for(n=0;n<t.length;n+=1){if((o=t[n]).dataset&&o.dataset.aos)return!0;if(o.children&&e(o.children))return!0}return!1}(t.concat(n)))return W()})}function Y(){return window.MutationObserver||window.WebKitMutationObserver||window.MozMutationObserver}var _={isSupported:function(){return!!Y()},ready:function(e,t){var n=window.document,o=new(Y())(P);W=t,o.observe(n.documentElement,{childList:!0,subtree:!0,removedNodes:!0})}},B=function(e,t){if(!(e instanceof t))throw new TypeError(\"Cannot call a class as a function\")},F=function(){function e(e,t){for(var n=0;n<t.length;n++){var o=t[n];o.enumerable=o.enumerable||!1,o.configurable=!0,\"value\"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}return function(t,n,o){return n&&e(t.prototype,n),o&&e(t,o),t}}(),I=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var o in n)Object.prototype.hasOwnProperty.call(n,o)&&(e[o]=n[o])}return e},K=/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i,G=/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i,J=/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows ce|xda|xiino|android|ipad|playbook|silk/i,Q=/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i;function R(){return navigator.userAgent||navigator.vendor||window.opera||\"\"}var U=new(function(){function e(){B(this,e)}return F(e,[{key:\"phone\",value:function(){var e=R();return!(!K.test(e)&&!G.test(e.substr(0,4)))}},{key:\"mobile\",value:function(){var e=R();return!(!J.test(e)&&!Q.test(e.substr(0,4)))}},{key:\"tablet\",value:function(){return this.mobile()&&!this.phone()}},{key:\"ie11\",value:function(){return\"-ms-scroll-limit\"in document.documentElement.style&&\"-ms-ime-align\"in document.documentElement.style}}]),e}()),V=function(e,t){var n=void 0;return U.ie11()?(n=document.createEvent(\"CustomEvent\")).initCustomEvent(e,!0,!0,{detail:t}):n=new CustomEvent(e,{detail:t}),document.dispatchEvent(n)},X=function(e){return e.forEach(function(e,t){return function(e,t){var n=e.options,o=e.position,i=e.node,a=(e.data,function(){e.animated&&(function(e,t){t&&t.forEach(function(t){return e.classList.remove(t)})}(i,n.animatedClassNames),V(\"aos:out\",i),e.options.id&&V(\"aos:in:\"+e.options.id,i),e.animated=!1)});n.mirror&&t>=o.out&&!n.once?a():t>=o.in?e.animated||(function(e,t){t&&t.forEach(function(t){return e.classList.add(t)})}(i,n.animatedClassNames),V(\"aos:in\",i),e.options.id&&V(\"aos:in:\"+e.options.id,i),e.animated=!0):e.animated&&!n.once&&a()}(e,window.pageYOffset)})},Z=function(e){for(var t=0,n=0;e&&!isNaN(e.offsetLeft)&&!isNaN(e.offsetTop);)t+=e.offsetLeft-(\"BODY\"!=e.tagName?e.scrollLeft:0),n+=e.offsetTop-(\"BODY\"!=e.tagName?e.scrollTop:0),e=e.offsetParent;return{top:n,left:t}},ee=function(e,t,n){var o=e.getAttribute(\"data-aos-\"+t);if(void 0!==o){if(\"true\"===o)return!0;if(\"false\"===o)return!1}return o||n},te=function(e,t){return e.forEach(function(e,n){var o=ee(e.node,\"mirror\",t.mirror),i=ee(e.node,\"once\",t.once),a=ee(e.node,\"id\"),r=t.useClassNames&&e.node.getAttribute(\"data-aos\"),c=[t.animatedClassName].concat(r?r.split(\" \"):[]).filter(function(e){return\"string\"==typeof e});t.initClassName&&e.node.classList.add(t.initClassName),e.position={in:function(e,t,n){var o=window.innerHeight,i=ee(e,\"anchor\"),a=ee(e,\"anchor-placement\"),r=Number(ee(e,\"offset\",a?0:t)),c=a||n,s=e;i&&document.querySelectorAll(i)&&(s=document.querySelectorAll(i)[0]);var u=Z(s).top-o;switch(c){case\"top-bottom\":break;case\"center-bottom\":u+=s.offsetHeight/2;break;case\"bottom-bottom\":u+=s.offsetHeight;break;case\"top-center\":u+=o/2;break;case\"center-center\":u+=o/2+s.offsetHeight/2;break;case\"bottom-center\":u+=o/2+s.offsetHeight;break;case\"top-top\":u+=o;break;case\"bottom-top\":u+=o+s.offsetHeight;break;case\"center-top\":u+=o+s.offsetHeight/2}return u+r}(e.node,t.offset,t.anchorPlacement),out:o&&function(e,t){window.innerHeight;var n=ee(e,\"anchor\"),o=ee(e,\"offset\",t),i=e;return n&&document.querySelectorAll(n)&&(i=document.querySelectorAll(n)[0]),Z(i).top+i.offsetHeight-o}(e.node,t.offset)},e.options={once:i,mirror:o,animatedClassNames:c,id:a}}),e},ne=function(){var e=document.querySelectorAll(\"[data-aos]\");return Array.prototype.map.call(e,function(e){return{node:e}})},oe=[],ie=!1,ae={offset:120,delay:0,easing:\"ease\",duration:400,disable:!1,once:!1,mirror:!1,anchorPlacement:\"top-bottom\",startEvent:\"DOMContentLoaded\",animatedClassName:\"aos-animate\",initClassName:\"aos-init\",useClassNames:!1,disableMutationObserver:!1,throttleDelay:99,debounceDelay:50},re=function(){return document.all&&!window.atob},ce=function(){arguments.length>0&&void 0!==arguments[0]&&arguments[0]&&(ie=!0),ie&&(oe=te(oe,ae),X(oe),window.addEventListener(\"scroll\",y(function(){X(oe,ae.once)},ae.throttleDelay)))},se=function(){if(oe=ne(),de(ae.disable)||re())return ue();ce()},ue=function(){oe.forEach(function(e,t){e.node.removeAttribute(\"data-aos\"),e.node.removeAttribute(\"data-aos-easing\"),e.node.removeAttribute(\"data-aos-duration\"),e.node.removeAttribute(\"data-aos-delay\"),ae.initClassName&&e.node.classList.remove(ae.initClassName),ae.animatedClassName&&e.node.classList.remove(ae.animatedClassName)})},de=function(e){return!0===e||\"mobile\"===e&&U.mobile()||\"phone\"===e&&U.phone()||\"tablet\"===e&&U.tablet()||\"function\"==typeof e&&!0===e()};return{init:function(e){return ae=I(ae,e),oe=ne(),ae.disableMutationObserver||_.isSupported()||(console.info('\\n      aos: MutationObserver is not supported on this browser,\\n      code mutations observing has been disabled.\\n      You may have to call \"refreshHard()\" by yourself.\\n    '),ae.disableMutationObserver=!0),ae.disableMutationObserver||_.ready(\"[data-aos]\",se),de(ae.disable)||re()?ue():(document.querySelector(\"body\").setAttribute(\"data-aos-easing\",ae.easing),document.querySelector(\"body\").setAttribute(\"data-aos-duration\",ae.duration),document.querySelector(\"body\").setAttribute(\"data-aos-delay\",ae.delay),-1===[\"DOMContentLoaded\",\"load\"].indexOf(ae.startEvent)?document.addEventListener(ae.startEvent,function(){ce(!0)}):window.addEventListener(\"load\",function(){ce(!0)}),\"DOMContentLoaded\"===ae.startEvent&&[\"complete\",\"interactive\"].indexOf(document.readyState)>-1&&ce(!0),window.addEventListener(\"resize\",$(ce,ae.debounceDelay,!0)),window.addEventListener(\"orientationchange\",$(ce,ae.debounceDelay,!0)),oe)},refresh:ce,refreshHard:se}});\n"
  },
  {
    "path": "libs/autocomplete/autocomplete.js",
    "content": "/**\n*    Json key/value autocomplete for jQuery \n*    Provides a transparent way to have key/value autocomplete\n*    Copyright (C) 2008 Ziadin Givan\n*\n*    This program is free software: you can redistribute it and/or modify\n*    it under the terms of the GNU Lesser General Public License as published by\n*    the Free Software Foundation, either version 3 of the License, or\n*    (at your option) any later version.\n*\n*    This program is distributed in the hope that it will be useful,\n*    but WITHOUT ANY WARRANTY; without even the implied warranty of\n*    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n*    GNU General Public License for more details.\n*\n*    You should have received a copy of the GNU Lesser General Public License\n*    along with this program.  If not, see http://www.gnu.org/licenses/\n*    \n*    Examples \n* \n*\t document.querySelectorAll(\"input#example\").autocomplete(\"autocomplete.php\");//using default parameters\n* \n*\t document.querySelectorAll(\"input#example\").autocomplete(\"autocomplete.php\",{minChars:3,timeout:3000,validSelection:false,parameters:{'myparam':'myvalue'},before : function(input,text) {},after : function(input,text) {}});\n* \n*    minChars = Minimum characters the input must have for the ajax request to be made\n*\t timeOut = Number of miliseconds passed after user entered text to make the ajax request   \n*    validSelection = If set to true then will invalidate (set to empty) the value field if the text is not selected (or modified) from the list of items.\n*    parameters = Custom parameters to be passed\n*    after, before = a function that will be caled before/after the ajax request\n*/\nfunction _AutocompleteInput(el, params) {\n\tlet textInput = el;\n\tlet name = textInput.getAttribute(\"name\");\n\tlet text = textInput.dataset.text;\n\tlet textName = name;\n\tlet index = 0;\n\t\n\t//check if name is array[name]\n\tif ((index = textName.lastIndexOf(']')) > 0) {\n\t\ttextName = textName.substring(0, index) + \"_text\" + textName.substring(index, this.length);\n\t} else {\n\t\ttextName += \"_text\";\n\t}\n\t\n\ttextInput.setAttribute(\"name\", textName);\n\t\n\t//create a new hidden input that will be used for holding the return value when posting the form, then swap names with the original input\n\tlet hiddenInput = generateElements('<input type=hidden name=\"' + name + '\"/>')[0];\n\thiddenInput.value = textInput.value;\n\ttextInput.after(hiddenInput);\n\n\tif (text) {\n\t\ttextInput.value = text;\n\t}\n\t\n\tlet valueInput = el.nextElementSibling;\n\t//create the ul that will hold the text and values\n\tvalueInput.before(generateElements('<ul class=\"autocomplete\"></ul>')[0]);\n\tlet list = valueInput.previousElementSibling;\n\tlist.after(generateElements('<button class=\"btn-close\"></button>')[0]);\n\tlet btnClose = list.nextElementSibling;\n\n\tlet oldText = '';\n\tlet typingTimeout;\n\tlet size = 0;\n\tlet selected = -1;\n\tlet self = this;\n\n\t\n\tlet settings = { ...{//provide default settings\n\t\tminChars : 1,\n\t\ttimeout: 1000,\n\t\tafter : null,\n\t\tbefore : null,\n\t\tonSelect : null,\n\t\tvalidSelection : true,\n\t\tallowFreeText:false,\n\t\tsearchOnFocus:true,\n\t\tuseKeyAsValue:false,\n\t\turl : el.dataset.url,\n\t\tlistName : el.dataset.listName ?? \"list\",\n\t\tparameters : {'inputName' : valueInput.getAttribute('name'), 'inputId' : textInput.getAttribute('id')}\n\t}, ...params};\n\n\n\tfunction selectOption(value, text) {\n\t\tvalueInput.value = value; \n\t\ttextInput.value = text; \n\n\t\tconst e = new CustomEvent(\"autocomplete.change\", {bubbles: true, detail: { value, text, name, listName:settings.listName } });\n\t\ttextInput.dispatchEvent(e);\t\t\t\t\n\n\t\t//textInput.trigger(\"autocomplete.change\", [ value, text, name, settings.listName ]);\n\t\tif (typeof settings.onSelect == \"function\")  {\n\t\t\t\tsettings.onSelect(value, text, name, settings.listName);\n\t\t}\t\t\t\n\t\tclear(); \n\t}\n\n\tlist.addEventListener(\"click\", function (e) {\n\t\tlet item = event.target.closest(\"li\"); \n\t\tif (item) {\n\t\t\tvalue = item.getAttribute('value'); \n\t\t\ttext = item.textContent;\n\t\t\tif (settings.useKeyAsValue) {\n\t\t\t\tselectOption(value, value);\n\t\t\t} else {\n\t\t\t\tselectOption(value, text);\n\t\t\t}\n\t\t}\n\t});\t\n\n\tfunction getData(text){\n\t\twindow.clearInterval(typingTimeout);\n\t\tif (text != oldText && (settings.minChars != null && text.length >= settings.minChars)) {\n\t\t\tclear();\n\t\t\tif (typeof settings.before == \"function\")  {\n\t\t\t\tsettings.before(textInput,text);\n\t\t\t}\n\n\t\t\ttextInput.classList.add('autocomplete-loading');\n\t\t\tsettings.parameters.text = text.trim();\n\t\t\t\n\t\t\t\n\t\t\tlet results = (data) => {\n\t\t\t\tlet items = '';\n\t\t\t\tif (data) {\n\t\t\t\t\tsize = 0;\n\n\t\t\t\t\t  for ( key in data ) {//get key => value\n\t\t\t\t\t\t\tlet txt = generateElements(\"<span>\" + data[key] + \"<span>\")[0].textContent;\n\t\t\t\t\t\t\tlet replace = txt.replace(text, \"<strong>\" + text + \"</strong>\");\n\t\t\t\t\t\t\tlet value = data[key].replace(txt, replace);\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\titems += '<li value=\"' + key + '\">' + value + '</li>';\n\t\t\t\t\t\t\tsize++;\n\t\t\t\t\t  }\n\n\t\t\t\t\tlist.style.width = (Math.max(100, textInput.clientWidth)) + \"px\";\n\t\t\t\t\tlist.innerHTML = items;\n\t\t\t\t\t//on mouse hover over elements set selected class and on click set the selected value and close list\n\t\t\t\t\tlist.style.display = \"block\";\n\n\t\t\t\t\tif (typeof settings.after == \"function\")  {\n\t\t\t\t\t\tsettings.after(textInput,text);\n\t\t\t\t\t}\n\t\t\t\t\ttextInput.classList.add('autocomplete-open');\n\t\t\t\t}\n\t\t\t\ttextInput.classList.remove('autocomplete-loading');\n\t\t\t};\n\t\t\t\n\t\t\tif (settings.url) {\n\t\t\t\tfetch(settings.url + \"&\"+ new URLSearchParams(settings.parameters))\n\t\t\t\t.then((response) => {\n\t\t\t\t\tif (!response.ok) { throw new Error(response) }\n\t\t\t\t\treturn response.json()\n\t\t\t\t})\n\t\t\t\t.then(results)\n\t\t\t\t.catch(error => {\n\t\t\t\t\tconsole.log(error.statusText);\n\t\t\t\t\t//displayToast(\"bg-danger\", \"Error\", \"Error saving!\");\n\t\t\t\t});\t\t\t\n\t\t\t}\n\t\t\t\n\t\t\tif (settings.data) {\n\t\t\t\tresults(settings.data.filter((search) => search.indexOf(text) !== -1));\n\t\t\t}\n\t\t\t\n\t\t\toldText = text;\n\t\t}\n\t}\n\t\n\tfunction clear() {\n\t\ttextInput.classList.remove('autocomplete-open');\n\t\ttextInput.classList.remove('autocomplete-loading');\n\t\tlist.style.display = \"none\";\n\t\tsize = 0;\n\t\tselected = -1;\n\t}\t\n\t\n\tbtnClose.addEventListener(\"click\", function (e) {\n\t\tclear();\n\t\te.preventDefault();\n\t\treturn false;\n\t});\n\n\tif (settings.searchOnFocus) {\n\t\ttextInput.addEventListener(\"focusin\", function(e) {\n\t\t\tgetData(textInput.value);\n\t\t});\t\n\t}\n\t\n\ttextInput.addEventListener(\"focusout\", function(e) {\n\t\t//if no valid selection empty input\n\t\tsetTimeout(() => {\n\t\t\tif (!hiddenInput.value && !settings.allowFreeText) {\n\t\t\t\ttextInput.value = \"\";\n\t\t\t}\n\t\t\tclear();\n\t\t}, 500);\n\t});\t\n\t\n\ttextInput.addEventListener(\"keydown\", function(e) {\n\t\twindow.clearInterval(typingTimeout);\n\n\t\tif(e.which == 27) {//escape\n\t\t\tclear();\n\t\t} else if (e.which == 46 || e.which == 8) {//delete and backspace\n\t\t\tclear();\n\t\t\t//invalidate previous selection\n\t\t\tif (settings.validSelection) valueInput.value = \"\";\n\t\t}\n\t\telse if(e.which == 13) {//enter \n\t\t\tif ( list.style.display == \"none\") {//if the list is not visible then make a new request, otherwise hide the list\n\t\t\t\tgetData(textInput.value);\n\t\t\t} else {\n\t\t\t\tclear();\n\t\t\t}\n\t\t\t\n\t\t\tif (settings.allowFreeText) {\n\t\t\t\tselectOption(textInput.value, textInput.value);\n\t\t\t\tclear();\n\t\t\t} else {\n\t\t\t\tlet selected = list.querySelector(\"li.selected\");\n\t\t\t\tif (selected) {\n\t\t\t\t\tif (settings.useKeyAsValue) {\n\t\t\t\t\t\tselectOption(selected.getAttribute('value'), selected.getAttribute('value'));\n\t\t\t\t\t} else {\n\t\t\t\t\t\tselectOption(selected.getAttribute('value'), selected.textContent);\n\t\t\t\t\t}\n\t\t\t\t\tclear();\n\t\t\t\t}\n\t\t\t}\n\t\t\te.preventDefault();\n\t\t\treturn false;\n\t\t}\n\t\telse if(e.which == 40 || e.which == 9 || e.which == 38) {//move up, down \n\n\t\t  switch(e.which) \n\t\t  {\n\t\t\tcase 40: //down\n\t\t\tcase 9:\n\t\t\t  selected = (selected >= size - 1) ? 0 : selected + 1; break;\n\t\t\tcase 38://up\n\t\t\t  selected = (selected < 0) ? size -1 : selected - 1; break;\n\t\t\tdefault: break;\n\t\t  }\n\t\t  //set selected item and input values\n\t\t  list.querySelectorAll(\"li\").forEach((e, i) => {\n\t\t\t  if (i == selected) {\n\t\t\t\t  //textInput.value = e.textContent;\t        \n\t\t\t\t  //valueInput.value = e.getAttribute('value');\n\t\t\t\t  e.classList.add(\"selected\");\n\t\t\t  } else {\n\t\t\t\t  e.classList.remove(\"selected\");\n\t\t\t  }\n\t\t  });\n\t\t} else  { \n\t\t\t//invalidate previous selection\n\t\t\tif (settings.validSelection) valueInput.value = '';\n\t\t\ttypingTimeout = window.setTimeout(function() { getData(textInput.value) },settings.timeout);\n\t\t}\n\t});\n\t\n\treturn textInput;\n}\n\t\nfunction _AutocompleteList(el, options) {\n\t\n\t\tlet autocomplete = _AutocompleteInput(el, options);//$(el).autocomplete(options);\n\t\tlet values = {};\n\n\t\tlet settings = { ...{//provide default settings\n\t\t\tlistName : el.dataset.listName ?? \"list\",\n\t\t}, ...options};\n\n\t\t//look ahead if autocomple-list element is already in the page and reuse\n\t\t//useful to populate the autocomplete list from db\n\t\tlet list;\n\t\tlet sibling = autocomplete;\n\t\twhile (sibling = sibling.nextElementSibling) {\n\t\t\tif (sibling.classList.contains(\"autocomplete-list\")) {\n\t\t\t\tif (sibling.tagName != \"input\") {\n\t\t\t\t\tlist = sibling;\n\t\t\t\t}\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\n\t\tif (!list) {\n\t\t\tlist = generateElements('<div class=\"autocomplete-list card border-top-0\"></div>')[0];\n\t\t}\n\t\t\n\t\tlet autocomplete_hidden = autocomplete.nextElementSibling;\n\t\tlet name = autocomplete_hidden.getAttribute(\"name\");\n\t\t\n\t\tautocomplete_hidden.nextElementSibling.nextElementSibling.after(list);\n\t\tlet autocomplete_list_hidden = generateElements('<input type=hidden name=\"' + name + '_list\"  value=\"' + autocomplete_hidden.value + '\"/>')[0];\n\t\t\n\t\t//list.after(autocomplete_list_hidden.nextElementSibling);//add list after btn-close\n\n\t\tfunction addItem(value, text) {\n\t\t\t\n\t\t\tlist.append(generateElements('<div>\\\n\t\t\t\t<span>' + text + '</span>\\\n\t\t\t\t<button type=\"button\" class=\"btn-close remove-btn\" aria-label=\"Remove\"></button>\\\n\t\t\t\t<input name=\"' + settings.listName + '[' + value + ']\" value=\"' + value + '\" type=\"hidden\">\\\n\t\t\t </div>')[0]);\n\t\t\t autocomplete.value = \"\";\n\t\t};\n\t\n\t\tfunction setList() {\n\t\t\tlet values = {};\n\t\t\tlist.querySelectorAll('input[type=\"hidden\"]').forEach(el => {\n\t\t\t\tvalues[el.value] = el.parentNode.querySelector(\"span\").textContent;\n\t\t\t});\n\n\t\t\tautocomplete_list_hidden.value = JSON.stringify(values);\n\t\t\t\n\t\t\treturn values;\n\t\t};\n\n\t\t\n\t\tfunction setValue(value) { \n\t\t\tif (value == \"\" || value == undefined) return false;\n\t\t\tlet values = [];\n//\t\t\tvalue = decodeURIComponent(value);\n\n\t\t\tif (typeof value == \"string\") {\n\t\t\t\tvalues = JSON.parse(value);\n\t\t\t} else /*if (typeof value == \"string\")*/ {\n\t\t\t\tvalues = value;\n\t\t\t}\n\t\t\t\n\t\t\tfor (key in values) {\n\t\t\t\taddItem(key, values[key]);\n\t\t\t}\n\t\t\t\n\t\t\tsetList();\n\t\t};\n\n\t\tautocomplete.addEventListener(\"autocomplete.change\", function (event) {\n\t\t\t\tautocomplete.addItem(event.detail.value, event.detail.text);\n\t\t\t\tvalues = autocomplete.setList();\n\t\t\t\tconst e = new CustomEvent('autocompletelist.change', {bubbles: true, detail: [ JSON.stringify(values) ] });\n\t\t\t\tevent.currentTarget.dispatchEvent(e);\t\t\t\t\n\t\t\t\t//autocomplete.trigger(\"autocompletelist.change\", [ JSON.stringify(values) ]);\n\t\t\t  //target, event, element, input\n\t\t  }\n\t\t);\t\t\n/*\n\t\tautocomplete.on(\"autocomplete.change\", function(event, value, text) { \n\t\t\t\tautocomplete.addItem(value, text);\n\t\t\t\tvalues = autocomplete.setList();\n\t\t\t\tconst e = new CustomEvent('autocompletelist.change', {bubbles: true, detail: [ JSON.stringify(values) ] });\n\t\t\t\tevent.currentTarget.dispatchEvent(e);\t\t\t\t\n\t\t\t\t//autocomplete.trigger(\"autocompletelist.change\", [ JSON.stringify(values) ]);\n\t\t });\n*/\n\t\tlist.addEventListener(\"click\", function (event, value, text)  {\n\t\t\tlet item = event.target.closest(\".remove-btn\"); \n\t\t\tif (item) {\n\t\t\t\titem.parentNode.remove();\n\t\t\t\tlet values = setList();\n\t\t\t\tconst e = new CustomEvent('autocompletelist.change', {bubbles: true, detail: [ values ] });\n\t\t\t\tautocomplete.dispatchEvent(e);\t\t\t\t\n\t\t\t\t//autocomplete.trigger(\"autocompletelist.change\", [ JSON.stringify(values) ]);\n\t\t\t\tevent.preventDefault();\n\t\t\t\treturn false;\n\t\t\t}\n\t\t});\t\t \n\n\t\tautocomplete.setValue = setValue;\n\t\tautocomplete.addItem = addItem;\n\t\tautocomplete.setList = setList;\n\n\t\tel.autocompleteList = autocomplete;\n\t\t\n\t\treturn autocomplete;\n}\n\n function _TagsInput(el, options)  {\n\t\tlet autocomplete = _AutocompleteInput(el, options);//$(el).autocomplete(options);\n\n\t\tlet settings = { ...{//provide default settings\n\t\t\tlistName : el.dataset.listName ?? \"list\",\n\t\t}, ...options};\n\n\t\tlet list = autocomplete.parentNode;//document.querySelectorAll('<div class=\"form-control autocomplete-list\" style=\"min-height: 100px;height: 100px; overflow: auto;\"></div>');\n\t\t\n\t\tlet autocomplete_hidden = autocomplete.nextElementSibling;\n\t\t\n\t\tlet name = autocomplete_hidden.getAttribute(\"name\");\n\t\t\n\t\tautocomplete_hidden.nextElementSibling;//.after(list);\n\t\tlet autocomplete_list_hidden = generateElements('<input type=hidden name=\"' + name + '_list\" value=\"' + autocomplete_hidden.value + '\"/>')[0];\n\t\t\n\t\tlist.appendChild(autocomplete_list_hidden);\n\n\t\tfunction addItem(value, text) {\n\t\t\tlet attributes = ';'\n\t\t\tlet name = '';\n\t\t\t//if name is array set value otherwise set value as array key\n\t\t\tif (settings.listName.lastIndexOf('[') > 0) {\n\t\t\t\tname = settings.listName + '[' + value + ']';\n\t\t\t\tattributes = 'name=\"' + name + '\" value=\"' + text + '\"';\n\t\t\t} else {\n\t\t\t\tname = settings.listName + '[' + settings.listId + '][' + value + ']';\n\t\t\t\tattributes = 'name=\"' + name + '\" value=\"' + text + '\"';\n\t\t\t}\n\t\t\t\n\t\t\tautocomplete.before(generateElements('<div class=\"tag\"><span>' + text + '</span>\\\n\t\t\t\t<a href=\"#\" class=\"remove-btn\"><i class=\"la la-times\"></i></a>\\\n\t\t\t\t<input ' + attributes + ' type=\"hidden\">\\\n\t\t\t </div>')[0]);\n\t\t\t autocomplete.value = \"\";\n\t\t};\n\t\n\t\tfunction setList() {\n\t\t\t\n\t\t\tlet values = {};\n\t\t\t//console.log(('input[name =\"list[]\"]', list).serialize());\n\t\t\tlist.querySelectorAll('.tag input[type=\"hidden\"]').forEach(el => {\n\t\t\t\tvalues[el.value] = el.parentNode.querySelector(\"span\").textContent;\n\t\t\t});\n\n\t\t\t//values = encodeURIComponent(JSON.stringify(values));\n\t\t\t//values = JSON.stringify(values);//.replace('\"', '\\\"');\n\t\t\tautocomplete_list_hidden.value = JSON.stringify(values);\n\t\t\treturn values;\n\t\t};\n\n\t\t\n\t\tfunction setValue(value) { \n\t\t\tif (value == \"\" || value == undefined) return false;\n\t\t\tlet values = [];\n//\t\t\tvalue = decodeURIComponent(value);\n\n\t\t\tif (typeof value == \"string\") {\n\t\t\t\tvalues = JSON.parse(value);\n\t\t\t} else /*if (typeof value == \"string\")*/ {\n\t\t\t\tvalues = value;\n\t\t\t}\n\t\t\t\n\t\t\tfor (key in values) {\n\t\t\t\taddItem(key, values[key]);\n\t\t\t}\n\t\t\t\n\t\t\tsetList();\n\t\t};\n\n\t\tlet self = this;\n\n\t\tautocomplete.addEventListener(\"autocomplete.change\", function(event) { \n\t\t\t\taddItem(event.detail.value, event.detail.text);\n\t\t\t\tlet values = autocomplete.setList();\n\t\t\t\tconst e = new CustomEvent(\"tagsinput.change\", {bubbles: true, detail: [ values ] });\n\t\t\t\tautocomplete.dispatchEvent(e);\t\t\t\t\n\t\t\t\t//autocomplete.trigger(\"tagsinput.change\", [ values ]);\n\t\t });\n\n\t\tlist.addEventListener(\"click\", function (event)  {\n\t\t\tlet item = event.target.closest(\".remove-btn\"); \n\t\t\tif (item) {\n\t\t\t\titem.parentNode.remove();\n\n\t\t\t\tlet values = setList();\n\t\t\t\tconst e = new CustomEvent('tagsinput.change', {bubbles: true, detail: [ values ] });\n\t\t\t\tautocomplete.dispatchEvent(e);\t\t\t\t\n\t\t\t\t\n\t\t\t\tevent.preventDefault();\n\t\t\t\treturn false;\n\t\t\t}\n\t\t});\t\t \n\n\t\tautocomplete.setValue = setValue;\n\t\tautocomplete.addItem = addItem;\n\t\tautocomplete.setList = setList;\n\n\t\tel.tagsInput = autocomplete;\n\t\t\n\t\treturn autocomplete;\n}\n"
  },
  {
    "path": "libs/builder/blocks-bootstrap4.js",
    "content": "/*\nCopyright 2017 Ziadin Givan\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n   http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\nhttps://github.com/givanz/Vvvebjs\n*/\n\n//Snippets from https://bootsnipp.com/license\n\nVvveb.BlocksGroup['Bootstrap'] =\n[\"bootstrap4/product-card\", \"bootstrap4/user-online\", \"bootstrap4/our-team\", \"bootstrap4/login-form\", \"bootstrap4/about-team\", \"bootstrap4/pricing-1\", \"bootstrap4/loading-circle\", \"bootstrap4/block-quote\", \"bootstrap4/subscribe-newsletter\"];\n\n\nVvveb.Blocks.add(\"bootstrap4/product-card\", {\n    name: \"Product Cards with Transition\",\n    image: \"https://d2d3qesrx8xj6s.cloudfront.net/img/screenshots/0c3153bcb2ed97483a82b1f4ea966f8187379792.png\",\n    html: `\n<div class=\"container\">\n\t<div class=\"row ads\">\n    <!-- Category Card -->\n    <div class=\"col-md-4\">\n        <div class=\"card rounded\">\n            <div class=\"card-image\">\n                <span class=\"card-notify-badge\">Low KMS</span>\n                <span class=\"card-notify-year\">2018</span>\n                <img class=\"img-fluid\" src=\"https://imageonthefly.autodatadirect.com/images/?USER=eDealer&PW=edealer872&IMG=USC80HOC011A021001.jpg&width=440&height=262\" alt=\"Alternate Text\" />\n            </div>\n            <div class=\"card-image-overlay m-auto\">\n                <span class=\"card-detail-badge\">Used</span>\n                <span class=\"card-detail-badge\">$28,000.00</span>\n                <span class=\"card-detail-badge\">13000 Kms</span>\n            </div>\n            <div class=\"card-body text-center\">\n                <div class=\"ad-title m-auto\">\n                    <h5>Honda Accord LX</h5>\n                </div>\n                <a class=\"ad-btn\" href=\"#\">View</a>\n            </div>\n        </div>\n    </div>\n    <div class=\"col-md-4\">\n        <div class=\"card rounded\">\n            <div class=\"card-image\">\n                <span class=\"card-notify-badge\">Fully-Loaded</span>\n                <span class=\"card-notify-year\">2017</span>\n                <img class=\"img-fluid\" src=\"https://imageonthefly.autodatadirect.com/images/?USER=eDealer&PW=edealer872&IMG=CAC80HOC021B121001.jpg&width=440&height=262\" alt=\"Alternate Text\" />\n            </div>\n            <div class=\"card-image-overlay m-auto\">\n                <span class=\"card-detail-badge\">Used</span>\n                <span class=\"card-detail-badge\">$28,000.00</span>\n                <span class=\"card-detail-badge\">13000 Kms</span>\n            </div>\n            <div class=\"card-body text-center\">\n                <div class=\"ad-title m-auto\">\n                    <h5>Honda CIVIC HATCHBACK LS</h5>\n                </div>\n                <a class=\"ad-btn\" href=\"#\">View</a>\n            </div>\n        </div>\n    </div>\n\n    <div class=\"col-md-4\">\n        <div class=\"card rounded\">\n            <div class=\"card-image\">\n                <span class=\"card-notify-badge\">Price Reduced</span>\n                <span class=\"card-notify-year\">2018</span>\n                <img class=\"img-fluid\" src=\"https://imageonthefly.autodatadirect.com/images/?USER=eDealer&PW=edealer872&IMG=USC80HOC091A021001.jpg&width=440&height=262\" alt=\"Alternate Text\" />\n            </div>\n            <div class=\"card-image-overlay m-auto\">\n                <span class=\"card-detail-badge\">Used</span>\n                <span class=\"card-detail-badge\">$22,000.00</span>\n                <span class=\"card-detail-badge\">8000 Kms</span>\n            </div>\n            <div class=\"card-body text-center\">\n                <div class=\"ad-title m-auto\">\n                    <h5>Honda Accord Hybrid LT</h5>\n                </div>\n                <a class=\"ad-btn\" href=\"#\">View</a>\n            </div>\n        </div>\n    </div>\n\n</div>\n<style>\n.ads {\n    margin: 30px 0 30px 0;\n   \n}\n\n.ads .card-notify-badge {\n        position: absolute;\n        left: -10px;\n        top: -20px;\n        background: #f2d900;\n        text-align: center;\n        border-radius: 30px 30px 30px 30px; \n        color: #000;\n        padding: 5px 10px;\n        font-size: 14px;\n\n    }\n\n.ads .card-notify-year {\n        position: absolute;\n        right: -10px;\n        top: -20px;\n        background: #ff4444;\n        border-radius: 50%;\n        text-align: center;\n        color: #fff;      \n        font-size: 14px;      \n        width: 50px;\n        height: 50px;    \n        padding: 15px 0 0 0;\n}\n\n\n.ads .card-detail-badge {      \n        background: #f2d900;\n        text-align: center;\n        border-radius: 30px 30px 30px 30px;\n        color: #000;\n        padding: 5px 10px;\n        font-size: 14px;        \n    }\n\n   \n\n.ads .card:hover {\n            background: #fff;\n            box-shadow: 12px 15px 20px 0px rgba(46,61,73,0.15);\n            border-radius: 4px;\n            transition: all 0.3s ease;\n        }\n\n.ads .card-image-overlay {\n        font-size: 20px;\n        \n    }\n\n\n.ads .card-image-overlay span {\n            display: inline-block;              \n        }\n\n\n.ads .ad-btn {\n        text-transform: uppercase;\n        width: 150px;\n        height: 40px;\n        border-radius: 80px;\n        font-size: 16px;\n        line-height: 35px;\n        text-align: center;\n        border: 3px solid #e6de08;\n        display: block;\n        text-decoration: none;\n        margin: 20px auto 1px auto;\n        color: #000;\n        overflow: hidden;        \n        position: relative;\n        background-color: #e6de08;\n    }\n\n.ads .ad-btn:hover {\n            background-color: #e6de08;\n            color: #1e1717;\n            border: 2px solid #e6de08;\n            background: transparent;\n            transition: all 0.3s ease;\n            box-shadow: 12px 15px 20px 0px rgba(46,61,73,0.15);\n        }\n\n.ads .ad-title h5 {\n        text-transform: uppercase;\n        font-size: 18px;\n    }\n</style>    \n</div>\n`,\n});    \n\nVvveb.Blocks.add(\"bootstrap4/user-online\", {\n    name: \"User online\",\n    image: \"https://d2d3qesrx8xj6s.cloudfront.net/img/screenshots/75091e3b5e6efba238457f05e6f9edd847de1bf8.jpg\",\n    html: `\n   \t<div class=\"container user-online-thumb\">\n\t\t<div class=\"d-flex justify-content-center h-100\">\n\t\t\t<div class=\"image_outer_container\">\n\t\t\t\t<div class=\"green_icon\"></div>\n\t\t\t\t<div class=\"image_inner_container\">\n\t\t\t\t\t<img src=\"https://source.unsplash.com/9UVmlIb0wJU/500x500\">\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t</div>\n<style>\n.container.user-online-thumb{\n\theight: 100%;\n\talign-content: center;\n}\n\n.user-online-thumb .image_outer_container{\nmargin-top: auto;\nmargin-bottom: auto;\nborder-radius: 50%;\nposition: relative;\n}\n\n.user-online-thumb .image_inner_container{\nborder-radius: 50%;\npadding: 5px;\nbackground: #833ab4; \nbackground: -webkit-linear-gradient(to bottom, #fcb045, #fd1d1d, #833ab4); \nbackground: linear-gradient(to bottom, #fcb045, #fd1d1d, #833ab4);\n}\n\n.user-online-thumb .image_inner_container img{\nheight: 200px;\nwidth: 200px;\nborder-radius: 50%;\nborder: 5px solid white;\n}\n\n.user-online-thumb .image_outer_container .green_icon{\n background-color: #4cd137;\n position: absolute;\n right: 30px;\n bottom: 10px;\n height: 30px;\n width: 30px;\n border:5px solid white;\n border-radius: 50%;\n}\n</style>\t\n</div>\n`,\n});    \n\nVvveb.Blocks.add(\"bootstrap4/our-team\", {\n    name: \"Our team\",\n    image: \"https://d2d3qesrx8xj6s.cloudfront.net/img/screenshots/b43c39513963d870d399a0aab2438af225f9f485.jpg\",\n    html:`\n<div class=\"team pb-5\">\n    <div class=\"container\">\n        <h5 class=\"div-title h1\">OUR TEAM</h5>\n        <div class=\"row\">\n            <!-- Team member -->\n            <div class=\"col-xs-12 col-sm-6 col-md-4\">\n                <div class=\"image-flip\" >\n                    <div class=\"mainflip flip-0\">\n                        <div class=\"frontside\">\n                            <div class=\"card\">\n                                <div class=\"card-body text-center\">\n                                    <p><img class=\" img-fluid\" src=\"https://sunlimetech.com/portfolio/boot4menu/assets/imgs/team/img_01.png\" alt=\"card image\"></p>\n                                    <h4 class=\"card-title\">Sunlimetech</h4>\n                                    <p class=\"card-text\">This is basic card with image on top, title, description and button.</p>\n                                    <a href=\"https://www.fiverr.com/share/qb8D02\" class=\"btn btn-primary btn-sm\"><i class=\"fa fa-plus\"></i></a>\n                                </div>\n                            </div>\n                        </div>\n                        <div class=\"backside\">\n                            <div class=\"card\">\n                                <div class=\"card-body text-center mt-4\">\n                                    <h4 class=\"card-title\">Sunlimetech</h4>\n                                    <p class=\"card-text\">This is basic card with image on top, title, description and button.This is basic card with image on top, title, description and button.This is basic card with image on top, title, description and button.</p>\n                                    <ul class=\"list-inline\">\n                                        <li class=\"list-inline-item\">\n                                            <a class=\"social-icon text-xs-center\" target=\"_blank\" href=\"https://www.fiverr.com/share/qb8D02\">\n                                                <i class=\"fa fa-facebook\"></i>\n                                            </a>\n                                        </li>\n                                        <li class=\"list-inline-item\">\n                                            <a class=\"social-icon text-xs-center\" target=\"_blank\" href=\"https://www.fiverr.com/share/qb8D02\">\n                                                <i class=\"fa fa-twitter\"></i>\n                                            </a>\n                                        </li>\n                                        <li class=\"list-inline-item\">\n                                            <a class=\"social-icon text-xs-center\" target=\"_blank\" href=\"https://www.fiverr.com/share/qb8D02\">\n                                                <i class=\"fa fa-skype\"></i>\n                                            </a>\n                                        </li>\n                                        <li class=\"list-inline-item\">\n                                            <a class=\"social-icon text-xs-center\" target=\"_blank\" href=\"https://www.fiverr.com/share/qb8D02\">\n                                                <i class=\"fa fa-google\"></i>\n                                            </a>\n                                        </li>\n                                    </ul>\n                                </div>\n                            </div>\n                        </div>\n                    </div>\n                </div>\n            </div>\n            <!-- ./Team member -->\n            <!-- Team member -->\n            <div class=\"col-xs-12 col-sm-6 col-md-4\">\n                <div class=\"image-flip\" ontouchstart=\"this.classList.toggle('hover');\">\n                    <div class=\"mainflip\">\n                        <div class=\"frontside\">\n                            <div class=\"card\">\n                                <div class=\"card-body text-center\">\n                                    <p><img class=\" img-fluid\" src=\"https://sunlimetech.com/portfolio/boot4menu/assets/imgs/team/img_02.png\" alt=\"card image\"></p>\n                                    <h4 class=\"card-title\">Sunlimetech</h4>\n                                    <p class=\"card-text\">This is basic card with image on top, title, description and button.</p>\n                                    <a href=\"https://www.fiverr.com/share/qb8D02\" class=\"btn btn-primary btn-sm\"><i class=\"fa fa-plus\"></i></a>\n                                </div>\n                            </div>\n                        </div>\n                        <div class=\"backside\">\n                            <div class=\"card\">\n                                <div class=\"card-body text-center mt-4\">\n                                    <h4 class=\"card-title\">Sunlimetech</h4>\n                                    <p class=\"card-text\">This is basic card with image on top, title, description and button.This is basic card with image on top, title, description and button.This is basic card with image on top, title, description and button.</p>\n                                    <ul class=\"list-inline\">\n                                        <li class=\"list-inline-item\">\n                                            <a class=\"social-icon text-xs-center\" target=\"_blank\" href=\"https://www.fiverr.com/share/qb8D02\">\n                                                <i class=\"fa fa-facebook\"></i>\n                                            </a>\n                                        </li>\n                                        <li class=\"list-inline-item\">\n                                            <a class=\"social-icon text-xs-center\" target=\"_blank\" href=\"https://www.fiverr.com/share/qb8D02\">\n                                                <i class=\"fa fa-twitter\"></i>\n                                            </a>\n                                        </li>\n                                        <li class=\"list-inline-item\">\n                                            <a class=\"social-icon text-xs-center\" target=\"_blank\" href=\"https://www.fiverr.com/share/qb8D02\">\n                                                <i class=\"fa fa-skype\"></i>\n                                            </a>\n                                        </li>\n                                        <li class=\"list-inline-item\">\n                                            <a class=\"social-icon text-xs-center\" target=\"_blank\" href=\"https://www.fiverr.com/share/qb8D02\">\n                                                <i class=\"fa fa-google\"></i>\n                                            </a>\n                                        </li>\n                                    </ul>\n                                </div>\n                            </div>\n                        </div>\n                    </div>\n                </div>\n            </div>\n            <!-- ./Team member -->\n            <!-- Team member -->\n            <div class=\"col-xs-12 col-sm-6 col-md-4\">\n                <div class=\"image-flip\" ontouchstart=\"this.classList.toggle('hover');\">\n                    <div class=\"mainflip\">\n                        <div class=\"frontside\">\n                            <div class=\"card\">\n                                <div class=\"card-body text-center\">\n                                    <p><img class=\" img-fluid\" src=\"https://sunlimetech.com/portfolio/boot4menu/assets/imgs/team/img_03.png\" alt=\"card image\"></p>\n                                    <h4 class=\"card-title\">Sunlimetech</h4>\n                                    <p class=\"card-text\">This is basic card with image on top, title, description and button.</p>\n                                    <a href=\"https://www.fiverr.com/share/qb8D02\" class=\"btn btn-primary btn-sm\"><i class=\"fa fa-plus\"></i></a>\n                                </div>\n                            </div>\n                        </div>\n                        <div class=\"backside\">\n                            <div class=\"card\">\n                                <div class=\"card-body text-center mt-4\">\n                                    <h4 class=\"card-title\">Sunlimetech</h4>\n                                    <p class=\"card-text\">This is basic card with image on top, title, description and button.This is basic card with image on top, title, description and button.This is basic card with image on top, title, description and button.</p>\n                                    <ul class=\"list-inline\">\n                                        <li class=\"list-inline-item\">\n                                            <a class=\"social-icon text-xs-center\" target=\"_blank\" href=\"https://www.fiverr.com/share/qb8D02\">\n                                                <i class=\"fa fa-facebook\"></i>\n                                            </a>\n                                        </li>\n                                        <li class=\"list-inline-item\">\n                                            <a class=\"social-icon text-xs-center\" target=\"_blank\" href=\"https://www.fiverr.com/share/qb8D02\">\n                                                <i class=\"fa fa-twitter\"></i>\n                                            </a>\n                                        </li>\n                                        <li class=\"list-inline-item\">\n                                            <a class=\"social-icon text-xs-center\" target=\"_blank\" href=\"https://www.fiverr.com/share/qb8D02\">\n                                                <i class=\"fa fa-skype\"></i>\n                                            </a>\n                                        </li>\n                                        <li class=\"list-inline-item\">\n                                            <a class=\"social-icon text-xs-center\" target=\"_blank\" href=\"https://www.fiverr.com/share/qb8D02\">\n                                                <i class=\"fa fa-google\"></i>\n                                            </a>\n                                        </li>\n                                    </ul>\n                                </div>\n                            </div>\n                        </div>\n                    </div>\n                </div>\n            </div>\n            <!-- ./Team member -->\n            <!-- Team member -->\n            <div class=\"col-xs-12 col-sm-6 col-md-4\">\n                <div class=\"image-flip\" ontouchstart=\"this.classList.toggle('hover');\">\n                    <div class=\"mainflip\">\n                        <div class=\"frontside\">\n                            <div class=\"card\">\n                                <div class=\"card-body text-center\">\n                                    <p><img class=\" img-fluid\" src=\"https://sunlimetech.com/portfolio/boot4menu/assets/imgs/team/img_04.jpg\" alt=\"card image\"></p>\n                                    <h4 class=\"card-title\">Sunlimetech</h4>\n                                    <p class=\"card-text\">This is basic card with image on top, title, description and button.</p>\n                                    <a href=\"https://www.fiverr.com/share/qb8D02\" class=\"btn btn-primary btn-sm\"><i class=\"fa fa-plus\"></i></a>\n                                </div>\n                            </div>\n                        </div>\n                        <div class=\"backside\">\n                            <div class=\"card\">\n                                <div class=\"card-body text-center mt-4\">\n                                    <h4 class=\"card-title\">Sunlimetech</h4>\n                                    <p class=\"card-text\">This is basic card with image on top, title, description and button.This is basic card with image on top, title, description and button.This is basic card with image on top, title, description and button.</p>\n                                    <ul class=\"list-inline\">\n                                        <li class=\"list-inline-item\">\n                                            <a class=\"social-icon text-xs-center\" target=\"_blank\" href=\"https://www.fiverr.com/share/qb8D02\">\n                                                <i class=\"fa fa-facebook\"></i>\n                                            </a>\n                                        </li>\n                                        <li class=\"list-inline-item\">\n                                            <a class=\"social-icon text-xs-center\" target=\"_blank\" href=\"https://www.fiverr.com/share/qb8D02\">\n                                                <i class=\"fa fa-twitter\"></i>\n                                            </a>\n                                        </li>\n                                        <li class=\"list-inline-item\">\n                                            <a class=\"social-icon text-xs-center\" target=\"_blank\" href=\"https://www.fiverr.com/share/qb8D02\">\n                                                <i class=\"fa fa-skype\"></i>\n                                            </a>\n                                        </li>\n                                        <li class=\"list-inline-item\">\n                                            <a class=\"social-icon text-xs-center\" target=\"_blank\" href=\"https://www.fiverr.com/share/qb8D02\">\n                                                <i class=\"fa fa-google\"></i>\n                                            </a>\n                                        </li>\n                                    </ul>\n                                </div>\n                            </div>\n                        </div>\n                    </div>\n                </div>\n            </div>\n            <!-- ./Team member -->\n            <!-- Team member -->\n            <div class=\"col-xs-12 col-sm-6 col-md-4\">\n                <div class=\"image-flip\" ontouchstart=\"this.classList.toggle('hover');\">\n                    <div class=\"mainflip\">\n                        <div class=\"frontside\">\n                            <div class=\"card\">\n                                <div class=\"card-body text-center\">\n                                    <p><img class=\" img-fluid\" src=\"https://sunlimetech.com/portfolio/boot4menu/assets/imgs/team/img_05.png\" alt=\"card image\"></p>\n                                    <h4 class=\"card-title\">Sunlimetech</h4>\n                                    <p class=\"card-text\">This is basic card with image on top, title, description and button.</p>\n                                    <a href=\"https://www.fiverr.com/share/qb8D02\" class=\"btn btn-primary btn-sm\"><i class=\"fa fa-plus\"></i></a>\n                                </div>\n                            </div>\n                        </div>\n                        <div class=\"backside\">\n                            <div class=\"card\">\n                                <div class=\"card-body text-center mt-4\">\n                                    <h4 class=\"card-title\">Sunlimetech</h4>\n                                    <p class=\"card-text\">This is basic card with image on top, title, description and button.This is basic card with image on top, title, description and button.This is basic card with image on top, title, description and button.</p>\n                                    <ul class=\"list-inline\">\n                                        <li class=\"list-inline-item\">\n                                            <a class=\"social-icon text-xs-center\" target=\"_blank\" href=\"https://www.fiverr.com/share/qb8D02\">\n                                                <i class=\"fa fa-facebook\"></i>\n                                            </a>\n                                        </li>\n                                        <li class=\"list-inline-item\">\n                                            <a class=\"social-icon text-xs-center\" target=\"_blank\" href=\"https://www.fiverr.com/share/qb8D02\">\n                                                <i class=\"fa fa-twitter\"></i>\n                                            </a>\n                                        </li>\n                                        <li class=\"list-inline-item\">\n                                            <a class=\"social-icon text-xs-center\" target=\"_blank\" href=\"https://www.fiverr.com/share/qb8D02\">\n                                                <i class=\"fa fa-skype\"></i>\n                                            </a>\n                                        </li>\n                                        <li class=\"list-inline-item\">\n                                            <a class=\"social-icon text-xs-center\" target=\"_blank\" href=\"https://www.fiverr.com/share/qb8D02\">\n                                                <i class=\"fa fa-google\"></i>\n                                            </a>\n                                        </li>\n                                    </ul>\n                                </div>\n                            </div>\n                        </div>\n                    </div>\n                </div>\n            </div>\n            <!-- ./Team member -->\n            <!-- Team member -->\n            <div class=\"col-xs-12 col-sm-6 col-md-4\">\n                <div class=\"image-flip\" ontouchstart=\"this.classList.toggle('hover');\">\n                    <div class=\"mainflip\">\n                        <div class=\"frontside\">\n                            <div class=\"card\">\n                                <div class=\"card-body text-center\">\n                                    <p><img class=\" img-fluid\" src=\"https://sunlimetech.com/portfolio/boot4menu/assets/imgs/team/img_06.jpg\" alt=\"card image\"></p>\n                                    <h4 class=\"card-title\">Sunlimetech</h4>\n                                    <p class=\"card-text\">This is basic card with image on top, title, description and button.</p>\n                                    <a href=\"https://www.fiverr.com/share/qb8D02\" class=\"btn btn-primary btn-sm\"><i class=\"fa fa-plus\"></i></a>\n                                </div>\n                            </div>\n                        </div>\n                        <div class=\"backside\">\n                            <div class=\"card\">\n                                <div class=\"card-body text-center mt-4\">\n                                    <h4 class=\"card-title\">Sunlimetech</h4>\n                                    <p class=\"card-text\">This is basic card with image on top, title, description and button.This is basic card with image on top, title, description and button.This is basic card with image on top, title, description and button.</p>\n                                    <ul class=\"list-inline\">\n                                        <li class=\"list-inline-item\">\n                                            <a class=\"social-icon text-xs-center\" target=\"_blank\" href=\"https://www.fiverr.com/share/qb8D02\">\n                                                <i class=\"fa fa-facebook\"></i>\n                                            </a>\n                                        </li>\n                                        <li class=\"list-inline-item\">\n                                            <a class=\"social-icon text-xs-center\" target=\"_blank\" href=\"https://www.fiverr.com/share/qb8D02\">\n                                                <i class=\"fa fa-twitter\"></i>\n                                            </a>\n                                        </li>\n                                        <li class=\"list-inline-item\">\n                                            <a class=\"social-icon text-xs-center\" target=\"_blank\" href=\"https://www.fiverr.com/share/qb8D02\">\n                                                <i class=\"fa fa-skype\"></i>\n                                            </a>\n                                        </li>\n                                        <li class=\"list-inline-item\">\n                                            <a class=\"social-icon text-xs-center\" target=\"_blank\" href=\"https://www.fiverr.com/share/qb8D02\">\n                                                <i class=\"fa fa-google\"></i>\n                                            </a>\n                                        </li>\n                                    </ul>\n                                </div>\n                            </div>\n                        </div>\n                    </div>\n                </div>\n            </div>\n            <!-- ./Team member -->\n\n        </div>\n    </div>\n\n<style>\n@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');\n.team {\n    background: #eee !important;\n}\n\n.btn-primary:hover,\n.btn-primary:focus {\n    background-color: #108d6f;\n    border-color: #108d6f;\n    box-shadow: none;\n    outline: none;\n}\n\n.btn-primary {\n    color: #fff;\n    background-color: #007b5e;\n    border-color: #007b5e;\n}\n\nsection {\n    padding: 60px 0;\n}\n\nsection .section-title {\n    text-align: center;\n    color: #007b5e;\n    margin-bottom: 50px;\n    text-transform: uppercase;\n}\n\n.team .card {\n    border: none;\n    background: #ffffff;\n}\n\n.image-flip:hover .backside,\n.image-flip.hover .backside {\n    -webkit-transform: rotateY(0deg);\n    -moz-transform: rotateY(0deg);\n    -o-transform: rotateY(0deg);\n    -ms-transform: rotateY(0deg);\n    transform: rotateY(0deg);\n    border-radius: .25rem;\n}\n\n.image-flip:hover .frontside,\n.image-flip.hover .frontside {\n    -webkit-transform: rotateY(180deg);\n    -moz-transform: rotateY(180deg);\n    -o-transform: rotateY(180deg);\n    transform: rotateY(180deg);\n}\n\n.mainflip {\n    -webkit-transition: 1s;\n    -webkit-transform-style: preserve-3d;\n    -ms-transition: 1s;\n    -moz-transition: 1s;\n    -moz-transform: perspective(1000px);\n    -moz-transform-style: preserve-3d;\n    -ms-transform-style: preserve-3d;\n    transition: 1s;\n    transform-style: preserve-3d;\n    position: relative;\n}\n\n.frontside {\n    position: relative;\n    -webkit-transform: rotateY(0deg);\n    -ms-transform: rotateY(0deg);\n    z-index: 2;\n    margin-bottom: 30px;\n}\n\n.backside {\n    position: absolute;\n    top: 0;\n    left: 0;\n    background: white;\n    -webkit-transform: rotateY(-180deg);\n    -moz-transform: rotateY(-180deg);\n    -o-transform: rotateY(-180deg);\n    -ms-transform: rotateY(-180deg);\n    transform: rotateY(-180deg);\n    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);\n    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);\n    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);\n}\n\n.frontside,\n.backside {\n    -webkit-backface-visibility: hidden;\n    -moz-backface-visibility: hidden;\n    -ms-backface-visibility: hidden;\n    backface-visibility: hidden;\n    -webkit-transition: 1s;\n    -webkit-transform-style: preserve-3d;\n    -moz-transition: 1s;\n    -moz-transform-style: preserve-3d;\n    -o-transition: 1s;\n    -o-transform-style: preserve-3d;\n    -ms-transition: 1s;\n    -ms-transform-style: preserve-3d;\n    transition: 1s;\n    transform-style: preserve-3d;\n}\n\n.frontside .card,\n.backside .card {\n    min-height: 312px;\n}\n\n.backside .card a {\n    font-size: 18px;\n    color: #007b5e !important;\n}\n\n.frontside .card .card-title,\n.backside .card .card-title {\n    color: #007b5e !important;\n}\n\n.frontside .card .card-body img {\n    width: 120px;\n    height: 120px;\n    border-radius: 50%;\n}\n</style>\n</div>\n`,\n});\n\n\nVvveb.Blocks.add(\"bootstrap4/login-form\", {\n    name: \"Login form\",\n    image: \"https://d2d3qesrx8xj6s.cloudfront.net/img/screenshots/fd3f41be24ffb976d66edf08adc4b2453a871b19.jpeg\",\n    html:`\n<div class=\"container\">\n    <div class=\"row justify-content-md-center\">\n    \n        <div class=\"col-sm-6 col-md-6 col-lg-6\">\n            <div class=\"account-wall\">\n                <div id=\"my-tab-content\" class=\"tab-content\">\n\t\t\t\t\t\t<div class=\"tab-pane active\" id=\"login\">\n               \t\t    <img class=\"profile-img img-fluid rounded-circle\" src=\"https://source.unsplash.com/9UVmlIb0wJU/200x200\"\n                    alt=\"\">\n               \t\t\t<form class=\"form-signin\" action=\"\" method=\"\">\n               \t\t\t\t<input type=\"text\" class=\"form-control\" placeholder=\"Username\" required autofocus>\n               \t\t\t\t<input type=\"password\" class=\"form-control\" placeholder=\"Password\" required>\n               \t\t\t\t<input type=\"submit\" class=\"btn btn-lg btn-default w-100\" value=\"Sign In\" />\n               \t\t\t</form>\n               \t\t\t<div id=\"tabs\" data-tabs=\"tabs\">\n               \t\t\t\t<p class=\"text-center\"><a href=\"#register\" data-bs-toggle=\"tab\">Need an Account?</a></p>\n               \t\t\t\t<p class=\"text-center\"><a href=\"#select\" data-bs-toggle=\"tab\">Select Account</a></p>\n              \t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div class=\"tab-pane\" id=\"register\">\n\t\t\t\t\t\t\t<form class=\"form-signin\" action=\"\" method=\"\">\n\t\t\t\t\t\t\t\t<input type=\"text\" class=\"form-control\" placeholder=\"User Name ...\" required autofocus>\n\t\t\t\t\t\t\t\t<input type=\"email\" class=\"form-control\" placeholder=\"Emaill Address ...\" required>\n\t\t\t\t\t\t\t\t<input type=\"password\" class=\"form-control\" placeholder=\"Password ...\" required>\n\t\t\t\t\t\t\t\t<input type=\"submit\" class=\"btn btn-lg btn-default w-100\" value=\"Sign Up\" />\n\t\t\t\t\t\t\t</form>\n\t\t\t\t\t\t\t<div id=\"tabs\" data-tabs=\"tabs\">\n               \t\t\t<p class=\"text-center\"><a href=\"#login\" data-bs-toggle=\"tab\">Have an Account?</a></p>\n              \t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div class=\"tab-pane\" id=\"select\">\n\t\t\t\t\t\t\t<div id=\"tabs\" data-tabs=\"tabs\">\n\t\t\t\t\t\t\t\t<div class=\"media account-select\">\n\t\t\t\t\t\t\t\t\t<a href=\"#user1\" data-bs-toggle=\"tab\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"pull-left\">\t\t\n\t\t\t\t\t\t\t\t\t\t\t<img class=\"select-img\" src=\"https://source.unsplash.com/9UVmlIb0wJU/500x500\"\n                    alt=\"\">\n\t\t\t\t\t\t\t\t\t\t</div>\t \n\t\t\t\t\t\t\t\t\t\t<div class=\"media-body\">\n\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"select-name\">User Name 1</h4>\n\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t\t</div>\n                                <hr />\n\t\t\t\t\t\t\t\t<div class=\"media account-select\">\n\t\t\t\t\t\t\t\t\t<a href=\"#user2\" data-bs-toggle=\"tab\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"pull-left\">\t\t\n\t\t\t\t\t\t\t\t\t\t\t<img class=\"select-img\" src=\"https://lh5.googleusercontent.com/-b0-k99FZlyE/AAAAAAAAAAI/AAAAAAAAAAA/eu7opA4byxI/photo.jpg?sz=120\"\n                    alt=\"\">\n\t\t\t\t\t\t\t\t\t\t</div>\t \n\t\t\t\t\t\t\t\t\t\t<div class=\"media-body\">\n\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"select-name\">User Name 2</h4>\n\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t\t</div>\n                                <hr />\n               \t\t\t<p class=\"text-center\"><a href=\"#login\" data-bs-toggle=\"tab\">Back to Login</a></p>\n              \t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div class=\"tab-pane\" id=\"user1\">\n\t\t\t\t\t\t\t<img class=\"profile-img\" src=\"https://lh5.googleusercontent.com/-b0-k99FZlyE/AAAAAAAAAAI/AAAAAAAAAAA/eu7opA4byxI/photo.jpg?sz=120\"\n                    alt=\"\">\n\t\t\t\t\t\t\t<h3 class=\"text-center\">User Name 1</h3>\n\t\t\t\t\t\t\t<form class=\"form-signin\" action=\"\" method=\"\">\n\t\t\t\t\t\t\t\t<input type=\"hidden\" class=\"form-control\" value=\"User Name\">\n\t\t\t\t\t\t\t\t<input type=\"password\" class=\"form-control\" placeholder=\"Password\" autofocus required>\n\t\t\t\t\t\t\t\t<input type=\"submit\" class=\"btn btn-lg btn-default w-100\" value=\"Sign In\" />\n\t\t\t\t\t\t\t</form>\n\t\t\t\t\t\t\t<p class=\"text-center\"><a href=\"#login\" data-bs-toggle=\"tab\">Back to Login</a></p>\n               \t\t<p class=\"text-center\"><a href=\"#select\" data-bs-toggle=\"tab\">Select another Account</a></p>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div class=\"tab-pane\" id=\"user2\">\n\t\t\t\t\t\t\t<img class=\"profile-img\" src=\"https://lh5.googleusercontent.com/-b0-k99FZlyE/AAAAAAAAAAI/AAAAAAAAAAA/eu7opA4byxI/photo.jpg?sz=120\"\n                    alt=\"\">\n\t\t\t\t\t\t\t<h3 class=\"text-center\">User Name 2</h3>\n\t\t\t\t\t\t\t<form class=\"form-signin\" action=\"\" method=\"\">\n\t\t\t\t\t\t\t\t<input type=\"hidden\" class=\"form-control\" value=\"User Name\">\n\t\t\t\t\t\t\t\t<input type=\"password\" class=\"form-control\" placeholder=\"Password\" autofocus required>\n\t\t\t\t\t\t\t\t<input type=\"submit\" class=\"btn btn-lg btn-default w-100\" value=\"Sign In\" />\n\t\t\t\t\t\t\t</form>\n\t\t\t\t\t\t\t<p class=\"text-center\"><a href=\"#login\" data-bs-toggle=\"tab\">Back to Login</a></p>\n               \t\t<p class=\"text-center\"><a href=\"#select\" data-bs-toggle=\"tab\">Select another Account</a></p>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n            </div>\n        </div>\n    </div>\n<style>\nbody{\n    background-color:#f5f5f5;\n}\n.form-signin\n{\n    max-width: 330px;\n    padding: 15px;\n    margin: 0 auto;\n}\n.form-signin .form-control\n{\n    position: relative;\n    font-size: 16px;\n    height: auto;\n    padding: 10px;\n    -webkit-box-sizing: border-box;\n    -moz-box-sizing: border-box;\n    box-sizing: border-box;\n}\n.form-signin .form-control:focus\n{\n    z-index: 2;\n}\n.form-signin input[type=\"text\"]\n{\n    margin-bottom: -1px;\n    border-bottom-left-radius: 0;\n    border-bottom-right-radius: 0;\n}\n.form-signin input[type=\"password\"]\n{\n    margin-bottom: 10px;\n    border-top-left-radius: 0;\n    border-top-right-radius: 0;\n}\n.account-wall\n{\n    margin-top: 80px;\n    padding: 40px 0px 20px 0px;\n    background-color: #ffffff;\n    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);\n}\n.login-title\n{\n    color: #555;\n    font-size: 22px;\n    font-weight: 400;\n    display: block;\n}\n.profile-img\n{\n    width: 96px;\n    height: 96px;\n    margin: 0 auto 10px;\n    display: block;\n    -moz-border-radius: 50%;\n    -webkit-border-radius: 50%;\n    border-radius: 50%;\n}\n.select-img\n{\n\tborder-radius: 50%;\n    display: block;\n    height: 75px;\n    margin: 0 30px 10px;\n    width: 75px;\n    -moz-border-radius: 50%;\n    -webkit-border-radius: 50%;\n    border-radius: 50%;\n}\n.select-name\n{\n    display: block;\n    margin: 30px 10px 10px;\n}\n\n.logo-img\n{\n    width: 96px;\n    height: 96px;\n    margin: 0 auto 10px;\n    display: block;\n    -moz-border-radius: 50%;\n    -webkit-border-radius: 50%;\n    border-radius: 50%;\n}\n</style>    \n</div>\n`,\n});\n\n\n\nVvveb.Blocks.add(\"bootstrap4/about-team\", {\n    name: \"About and Team Section\",\n    image: \"https://assets.startbootstrap.com/img/screenshots/snippets/about-team.jpg\",\n    html:`\n<div class=\"container\">\n  <div class=\"row\">\n    <!-- Team Member 1 -->\n    <div class=\"col-xl-3 col-md-6 mb-4\">\n      <div class=\"card border-0 shadow\">\n        <img src=\"https://source.unsplash.com/TMgQMXoglsM/500x350\" class=\"card-img-top\" alt=\"...\">\n        <div class=\"card-body text-center\">\n          <h5 class=\"card-title mb-0\">Team Member</h5>\n          <div class=\"card-text text-black-50\">Web Developer</div>\n        </div>\n      </div>\n    </div>\n    <!-- Team Member 2 -->\n    <div class=\"col-xl-3 col-md-6 mb-4\">\n      <div class=\"card border-0 shadow\">\n        <img src=\"https://source.unsplash.com/9UVmlIb0wJU/500x350\" class=\"card-img-top\" alt=\"...\">\n        <div class=\"card-body text-center\">\n          <h5 class=\"card-title mb-0\">Team Member</h5>\n          <div class=\"card-text text-black-50\">Web Developer</div>\n        </div>\n      </div>\n    </div>\n    <!-- Team Member 3 -->\n    <div class=\"col-xl-3 col-md-6 mb-4\">\n      <div class=\"card border-0 shadow\">\n        <img src=\"https://source.unsplash.com/sNut2MqSmds/500x350\" class=\"card-img-top\" alt=\"...\">\n        <div class=\"card-body text-center\">\n          <h5 class=\"card-title mb-0\">Team Member</h5>\n          <div class=\"card-text text-black-50\">Web Developer</div>\n        </div>\n      </div>\n    </div>\n    <!-- Team Member 4 -->\n    <div class=\"col-xl-3 col-md-6 mb-4\">\n      <div class=\"card border-0 shadow\">\n        <img src=\"https://source.unsplash.com/ZI6p3i9SbVU/500x350\" class=\"card-img-top\" alt=\"...\">\n        <div class=\"card-body text-center\">\n          <h5 class=\"card-title mb-0\">Team Member</h5>\n          <div class=\"card-text text-black-50\">Web Developer</div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <!-- /.row -->\n\n</div>\n`,\n});\n\n\n\nVvveb.Blocks.add(\"bootstrap4/pricing-1\", {\n    name: \"Pricing table\",\n    image: \"https://d2d3qesrx8xj6s.cloudfront.net/img/screenshots/e92f797807bb4cd880bc3f161d9f9869854b6991.jpeg\",\n    html:`\n<div id=\"plans\">\n  <div class=\"container\">\n\t<div class=\"row\">\n\n\t\t<!-- item -->\n\t\t<div class=\"col-md-4 text-center\">\n\t\t\t<div class=\"panel panel-danger panel-pricing\">\n\t\t\t\t<div class=\"panel-heading\">\n\t\t\t\t\t<i class=\"fa fa-desktop\"></i>\n\t\t\t\t\t<h3>Plan 1</h3>\n\t\t\t\t</div>\n\t\t\t\t<div class=\"panel-body text-center\">\n\t\t\t\t\t<p><strong>$100 / Month</strong></p>\n\t\t\t\t</div>\n\t\t\t\t<ul class=\"list-group text-center\">\n\t\t\t\t\t<li class=\"list-group-item\"><i class=\"fa fa-check\"></i> Personal use</li>\n\t\t\t\t\t<li class=\"list-group-item\"><i class=\"fa fa-check\"></i> Unlimited projects</li>\n\t\t\t\t\t<li class=\"list-group-item\"><i class=\"fa fa-check\"></i> 27/7 support</li>\n\t\t\t\t</ul>\n\t\t\t\t<div class=\"panel-footer\">\n\t\t\t\t\t<a class=\"btn btn-lg w-100 btn-danger\" href=\"#\">BUY NOW!</a>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t</div>\n\t\t<!-- /item -->\n\n\t\t<!-- item -->\n\t\t<div class=\"col-md-4 text-center\">\n\t\t\t<div class=\"panel panel-warning panel-pricing\">\n\t\t\t\t<div class=\"panel-heading\">\n\t\t\t\t\t<i class=\"fa fa-desktop\"></i>\n\t\t\t\t\t<h3>Plan 2</h3>\n\t\t\t\t</div>\n\t\t\t\t<div class=\"panel-body text-center\">\n\t\t\t\t\t<p><strong>$200 / Month</strong></p>\n\t\t\t\t</div>\n\t\t\t\t<ul class=\"list-group text-center\">\n\t\t\t\t\t<li class=\"list-group-item\"><i class=\"fa fa-check\"></i> Personal use</li>\n\t\t\t\t\t<li class=\"list-group-item\"><i class=\"fa fa-check\"></i> Unlimited projects</li>\n\t\t\t\t\t<li class=\"list-group-item\"><i class=\"fa fa-check\"></i> 27/7 support</li>\n\t\t\t\t</ul>\n\t\t\t\t<div class=\"panel-footer\">\n\t\t\t\t\t<a class=\"btn btn-lg w-100 btn-warning\" href=\"#\">BUY NOW!</a>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t</div>\n\t\t<!-- /item -->\n\n\t\t<!-- item -->\n\t\t<div class=\"col-md-4 text-center\">\n\t\t\t<div class=\"panel panel-success panel-pricing\">\n\t\t\t\t<div class=\"panel-heading\">\n\t\t\t\t\t<i class=\"fa fa-desktop\"></i>\n\t\t\t\t\t<h3>Plan 3</h3>\n\t\t\t\t</div>\n\t\t\t\t<div class=\"panel-body text-center\">\n\t\t\t\t\t<p><strong>$300 / Month</strong></p>\n\t\t\t\t</div>\n\t\t\t\t<ul class=\"list-group text-center\">\n\t\t\t\t\t<li class=\"list-group-item\"><i class=\"fa fa-check\"></i> Personal use</li>\n\t\t\t\t\t<li class=\"list-group-item\"><i class=\"fa fa-check\"></i> Unlimited projects</li>\n\t\t\t\t\t<li class=\"list-group-item\"><i class=\"fa fa-check\"></i> 27/7 support</li>\n\t\t\t\t</ul>\n\t\t\t\t<div class=\"panel-footer\">\n\t\t\t\t\t<a class=\"btn btn-lg w-100 btn-success\" href=\"#\">BUY NOW!</a>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t</div>\n\t\t<!-- /item -->\n\n\t\t</div>\n\t</div>\n<style>\n@import url(\"http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css\");\n\n.panel-pricing {\n  -moz-transition: all .3s ease;\n  -o-transition: all .3s ease;\n  -webkit-transition: all .3s ease;\n}\n.panel-pricing:hover {\n  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);\n}\n.panel-pricing .panel-heading {\n  padding: 20px 10px;\n}\n.panel-pricing .panel-heading .fa {\n  margin-top: 10px;\n  font-size: 58px;\n}\n.panel-pricing .list-group-item {\n  color: #777777;\n  border-bottom: 1px solid rgba(250, 250, 250, 0.5);\n}\n.panel-pricing .list-group-item:last-child {\n  border-bottom-right-radius: 0px;\n  border-bottom-left-radius: 0px;\n}\n.panel-pricing .list-group-item:first-child {\n  border-top-right-radius: 0px;\n  border-top-left-radius: 0px;\n}\n.panel-pricing .panel-body {\n  background-color: #f0f0f0;\n  font-size: 40px;\n  color: #777777;\n  padding: 20px;\n  margin: 0px;\n}\n</style>\n</div>\n`,\n});\n\nVvveb.Blocks.add(\"bootstrap4/loading-circle\", {\n    name: \"Loading circle\",\n    image: \"https://d2d3qesrx8xj6s.cloudfront.net/img/screenshots/39f0571b9a377cb7ac9c0c11d2346b07dabe1c66.png\",\n    html:`\n<div class=\"loading-circle\">\n  <div class=\"loader\">\n    <div class=\"loader\">\n        <div class=\"loader\">\n           <div class=\"loader\">\n\n           </div>\n        </div>\n    </div>\n  </div>\n<style>  \n\n.loading-circle {\n\twidth: 150px;\n    height: 150px;\t\n}\n\n.loader {\n    width: calc(100% - 0px);\n\theight: calc(100% - 0px);\n\tborder: 8px solid #162534;\n\tborder-top: 8px solid #09f;\n\tborder-radius: 50%;\n\tanimation: rotate 5s linear infinite;\n}\n\n@keyframes rotate {\n100% {transform: rotate(360deg);}\n} \n</style>  \n</div> \n`,\n});\n\n\nVvveb.Blocks.add(\"bootstrap4/block-quote\", {\n    name: \"Block quote\",\n    image: \"https://d2d3qesrx8xj6s.cloudfront.net/img/screenshots/d9f382e143b77d5a630dd79a2a3860611a8a953c.jpg\",\n    html:`\n<div class=\"container\">\n    <blockquote class=\"quote-box\">\n      <p class=\"quotation-mark\">\n        “\n      </p>\n      <p class=\"quote-text\">\n        Don't believe anything that you read on the internet, it may be fake. \n      </p>\n      <hr>\n      <div class=\"blog-post-actions\">\n        <p class=\"blog-post-bottom pull-left\">\n          Abraham Lincoln\n        </p>\n        <p class=\"blog-post-bottom pull-right\">\n          <span class=\"badge quote-badge\">896</span>  ❤\n        </p>\n      </div>\n    </blockquote>\n<style>\nblockquote{\n    border-left:none\n}\n\n.quote-badge{\n    background-color: rgba(0, 0, 0, 0.2);   \n}\n\n.quote-box{\n    \n    overflow: hidden;\n    margin-top: -50px;\n    padding-top: -100px;\n    border-radius: 17px;\n    background-color: #4ADFCC;\n    margin-top: 25px;\n    color:white;\n    width: 325px;\n    box-shadow: 2px 2px 2px 2px #E0E0E0;\n    \n}\n\n.quotation-mark{\n    \n    margin-top: -10px;\n    font-weight: bold;\n    font-size:100px;\n    color:white;\n    font-family: \"Times New Roman\", Georgia, Serif;\n    \n}\n\n.quote-text{\n    \n    font-size: 19px;\n    margin-top: -65px;\n}\n</style>\n</div>\n`,\n});\n\nVvveb.Blocks.add(\"bootstrap4/subscribe-newsletter\", {\n    name: \"Subscribe newsletter\",\n    image: \"https://d2d3qesrx8xj6s.cloudfront.net/img/screenshots/4f610196b7cb9596555c9c8c475d93ab4ef084f6.jpg\",\n    html:`\n<div class=\"subscribe-area pb-50 pt-70\">\n<div class=\"container\">\n\t<div class=\"row\">\n\n\t\t\t\t\t<div class=\"col-md-4\">\n\t\t\t\t\t\t<div class=\"subscribe-text mb-15\">\n\t\t\t\t\t\t\t<span>JOIN OUR NEWSLETTER</span>\n\t\t\t\t\t\t\t<h2>subscribe newsletter</h2>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t\t<div class=\"col-md-8\">\n\t\t\t\t\t\t<div class=\"subscribe-wrapper subscribe2-wrapper mb-15\">\n\t\t\t\t\t\t\t<div class=\"subscribe-form\">\n\t\t\t\t\t\t\t\t<form action=\"#\">\n\t\t\t\t\t\t\t\t\t<input placeholder=\"enter your email address\" type=\"email\">\n\t\t\t\t\t\t\t\t\t<button>subscribe <i class=\"fas fa-long-arrow-alt-right\"></i></button>\n\t\t\t\t\t\t\t\t</form>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\n</div>\n<style>\n.subscribe-area {\nbackground-image: linear-gradient(to top, #00c6fb 0%, #005bea 100%);\n}\n\n.pb-50 {\n    padding-bottom: 50px;\n}\n.pt-70 {\n    padding-top: 70px;\n}\n\n.mb-15 {\n    margin-bottom: 15px;\n}\n\n.subscribe-text span {\n    font-size: 12px;\n    font-weight: 700;\n    color: #fff;\n    letter-spacing: 5px;\n}\n.subscribe-text h2 {\n    color: #fff;\n    font-size: 36px;\n    font-weight: 300;\n    margin-bottom: 0;\n    margin-top: 6px;\n}\n.subscribe-wrapper {\n    overflow: hidden;\n}\n.mb-15 {\n    margin-bottom: 15px;\n}\n.subscribe-form {\n}\n.subscribe2-wrapper .subscribe-form input {\n    background: none;\n    border: 1px solid #fff;\n    border-radius: 30px;\n    color: #fff;\n    display: inline-block;\n    font-size: 15px;\n    font-weight: 300;\n    height: 57px;\n    margin-right: 17px;\n    padding-left: 35px;\n    width: 70%;\n    cursor: pointer;\n}\n \n.subscribe2-wrapper .subscribe-form button {\n    background: #ffff;\n    border: none;\n    border-radius: 30px;\n    color: #4b5d73;\n    display: inline-block;\n    font-size: 18px;\n    font-weight: 400;\n    line-height: 1;\n    padding: 18px 46px;\n    transition: all 0.3s ease 0s;\n}\n.subscribe2-wrapper .subscribe-form button i {\n    font-size: 18px;\n    padding-left: 5px;\n}\n</style>\n</div>\n`,\n});\n"
  },
  {
    "path": "libs/builder/builder.js",
    "content": "/*\nCopyright 2017 Ziadin Givan\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n   http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\nhttps://github.com/givanz/VvvebJs\n*/\n\n\n// Simple JavaScript Templating and buildParams\n// John Resig - https://johnresig.com/ - MIT Licensed\n(function(){\n  let cache = {};\n  let startTag = \"{%\";\n  let endTag = \"%}\";\n  let re1 = new RegExp(`((^|${endTag})[^\\t]*)'`,\"g\");\n  let re2 = new RegExp(`\\t=(.*?)${endTag}`,\"g\");\n  \n  this.tmpl = function tmpl(str, data){\n    // Figure out if we're getting a template, or if we need to\n    // load the template - and be sure to cache the result.\n\tlet fn = /^[-a-zA-Z0-9]+$/.test(str) ?\n      cache[str] = cache[str] ||\n        tmpl(document.getElementById(str).innerHTML) :\n              \n      // Generate a reusable function that will serve as a template\n      // generator (and which will be cached).\n      new Function(\"obj\",\n        \"let p=[],print=function(){p.push.apply(p,arguments);};\" +\n         \n        // Introduce the data as local variables using with(){}\n        \"with(obj){p.push('\" +\n         \n        // Convert the template into pure JavaScript\n        str\n          .replace(/[\\r\\t\\n]/g, \" \")\n          .split(startTag).join(\"\\t\")\n          .replace(re1, \"$1\\r\")\n          .replace(re2, \"',$1,'\")\n          .split(\"\\t\").join(\"');\")\n          .split(endTag).join(\"p.push('\")\n          .split(\"\\r\").join(\"\\\\'\")\n      + \"');}return p.join('');\");\n    // Provide some basic currying to the user\n    return data ? fn( data ) : fn;\n  };\n})();\n\n\nfunction buildParams( prefix, obj,  add ) {\n\tlet rbracket = /\\[\\]$/;\n\n\tif ( Array.isArray( obj ) ) {\n\n\t\t// Serialize array item.\n\t\tfor(const key in obj) {\n\t\t\tlet v = obj[key];\n\t\t\tif ( rbracket.test( prefix ) ) {\n\n\t\t\t\t// Treat each array item as a scalar.\n\t\t\t\tadd( prefix, v );\n\n\t\t\t} else {\n\n\t\t\t\t// Item is non-scalar (array or object), encode its numeric index.\n\t\t\t\tbuildParams(\n\t\t\t\t\tprefix + \"[\" + ( typeof v === \"object\" && v != null ? key : \"\" ) + \"]\",\n\t\t\t\t\tv,\n\t\t\t\t\tadd\n\t\t\t\t);\n\t\t\t}\n\t\t}\n\n\t} else if ( typeof obj === \"object\" ) {\n\n\t\t// Serialize object item.\n\t\tfor (const name in obj ) {\n\t\t\tbuildParams( prefix + \"[\" + name + \"]\", obj[ name ],  add );\n\t\t}\n\n\t} else {\n\n\t\t// Serialize scalar item.\n\t\tadd( prefix, obj );\n\t}\n}\n\n// Serialize an array of form elements or a set of\n// key/values into a query string\nfunction nestedFormData( a ) {\n\tlet prefix,\n\t\ts = [],\n\t\tadd = function( key, valueOrFunction ) {\n\n\t\t\t// If value is a function, invoke it and use its return value\n\t\t\tlet value = typeof valueOrFunction === \"function\" ?\n\t\t\t\tvalueOrFunction() :\n\t\t\t\tvalueOrFunction;\n\n\t\t\ts[ s.length ] = encodeURIComponent( key ) + \"=\" +\n\t\t\t\tencodeURIComponent( value == null ? \"\" : value );\n\t\t};\n\n\tif ( a == null ) {\n\t\treturn \"\";\n\t}\n\n\t// If an array was passed in, assume that it is an array of form elements.\n\tif ( Array.isArray( a ) || ( Object.is( a ) ) ) {\n\n\t\t// Serialize the form elements\n\t\tfor(const key in object) {\n\t\t\tlet v = object[key];\n\t\t//jQuery.each( a, function() {\n\t\t\tadd( key, v );\n\t\t};\n\n\t} else {\n\n\t\t// If traditional, encode the \"old\" way (the way 1.3.2 or older\n\t\t// did it), otherwise encode params recursively.\n\t\tfor (const prefix in a ) {\n\t\t\tbuildParams( prefix, a[ prefix ], add );\n\t\t}\n\t}\n\n\t// Return the resulting serialization\n\treturn s.join( \"&\" );\n};\n\n\nlet delay = (function(){\n  let timer = 0;\n  return function(callback, ms){\n    clearTimeout (timer);\n    timer = setTimeout(callback, ms);\n  };\n})();\n\nfunction isElement(obj){\n   return (typeof obj===\"object\") &&\n      (obj.nodeType===1) && (typeof obj.style === \"object\") &&\n      (typeof obj.ownerDocument ===\"object\")/* && obj.tagName != \"BODY\"*/;\n}\n\nfunction generateElements(html) {\n  const template = document.createElement('template');\n  template.innerHTML = html.trim();\n  return template.content.children;\n}\n\nfunction offset(el) {\n  box = el.getBoundingClientRect();\n  docElem = document.documentElement;\n  return {\n    top: box.top + window.pageYOffset - docElem.clientTop,\n    left: box.left + window.pageXOffset - docElem.clientLeft\n  };\n}\n\nif (Vvveb === undefined) var Vvveb = {};\n\nVvveb.defaultComponent = \"_base\";\nVvveb.preservePropertySections = true;\n//icon = use component icon when dragging | html = use component html to create draggable element\nVvveb.dragIcon = 'icon';\n//if empty the html of the component is used to view dropping in real time but for large elements it can jump around for this you can set a html placeholder with this option\nVvveb.dragElementStyle = \"background:limegreen;width:100%;height:3px;border:1px solid limegreen;box-shadow:0px 0px 2px 1px rgba(0,0,0,0.14);overflow:hidden;\";\nVvveb.dragHtml = '<div style=\"' + Vvveb.dragElementStyle + '\"></div>';\n\nVvveb.baseUrl =  document.currentScript?document.currentScript.src.replace(/[^\\/]*?\\.js$/,''):'';\nVvveb.imgBaseUrl =  Vvveb.baseUrl;\n\nVvveb.ComponentsGroup = {};\nVvveb.SectionsGroup = {};\nVvveb.BlocksGroup = {};\nVvveb.StylesGroup = {};\n\nVvveb.Components = {\n\t\n\t_components: {},\n\t\n\t_nodesLookup: {},\n\t\n\t_attributesLookup: {},\n\n\t_classesLookup: {},\n\t\n\t_classesRegexLookup: {},\n\t\n\tcomponentPropertiesElement: \"#right-panel .component-properties\",\n\n\tcomponentPropertiesDefaultSection: \"content\",\n\n\tget: function(type) {\n\t\treturn this._components[type];\n\t},\n\n\tupdateProperty: function(type, key, value) {\n\t\tlet properties = this._components[type][\"properties\"];\n\t\tfor (property in properties) {\n\t\t\tif (key == properties[property][\"key\"])  {\n\t\t\t\treturn this._components[type][\"properties\"][property] = \n\t\t\t\tObject.assign(properties[property], value);\n\t\t\t}\n\t\t}\n\t},\n\n\tgetProperty: function(type, key) {\n\t\tlet properties = this._components[type] ? this._components[type][\"properties\"] : [];\n\t\tfor (property in properties) {\n\t\t\tif (key == properties[property][\"key\"])  {\n\t\t\t\treturn properties[property];\n\t\t\t}\n\t\t}\n\t},\n\n\tadd: function(type, data) {\n\t\tdata.type = type;\n\t\t\n\t\tthis._components[type] = data;\n\t\t\n\t\tif (data.nodes) {\n\t\t\tfor (let i in data.nodes) {\t\n\t\t\t\tthis._nodesLookup[ data.nodes[i] ] = data;\n\t\t\t}\n\t\t}\n\t\t\n\t\tif (data.attributes) {\n\t\t\tif (data.attributes.constructor === Array) {\n\t\t\t\tfor (let i in data.attributes) {\t\n\t\t\t\t\tthis._attributesLookup[ data.attributes[i] ] = data;\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tfor (let i in data.attributes) {\t\n\t\t\t\t\tif (typeof this._attributesLookup[i] === 'undefined') {\n\t\t\t\t\t\tthis._attributesLookup[i] = {};\n\t\t\t\t\t}\n\n\t\t\t\t\tif (typeof this._attributesLookup[i][ data.attributes[i] ] === 'undefined') {\n\t\t\t\t\t\tthis._attributesLookup[i][ data.attributes[i] ] = {};\n\t\t\t\t\t}\n\n\t\t\t\t\tthis._attributesLookup[i][ data.attributes[i] ] = data;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\t\n\t\tif (data.classes) {\n\t\t\tfor (let i in data.classes) {\t\n\t\t\t\tthis._classesLookup[ data.classes[i] ] = data;\n\t\t\t}\n\t\t}\n\t\t\n\t\tif (data.classesRegex) {\n\t\t\tfor (let i in data.classesRegex) {\t\n\t\t\t\tthis._classesRegexLookup[ data.classesRegex[i] ] = data;\n\t\t\t}\n\t\t}\n\t},\n\t\n\textend: function(inheritType, type, data) {\n\t\t \n\t\t let newData = data;\n\t\t \n\t\t if (inheritData = this._components[inheritType]) {\n\t\t\tnewData = {...inheritData, ...data};\n\t\t\tnewData.properties = (data.properties ? data.properties : []).concat(inheritData.properties ? inheritData.properties : []);\n\t\t }\n\n\t\t //sort by order\n\t\t newData.properties.sort(function (a,b) {\n\t\t\t\tif (typeof a.sort  === \"undefined\") a.sort = 0;\n\t\t\t\tif (typeof b.sort  === \"undefined\") b.sort = 0;\n\n\t\t\t\tif (a.sort < b.sort)\n\t\t\t\t\treturn -1;\n\t\t\t\tif (a.sort > b.sort)\n\t\t\t\t\treturn 1;\n\t\t\t\treturn 0;\n\t\t\t});\n\t\t\n\t\tthis.add(type, newData);\n\t},\n\t\n\t\n\tmatchNode: function(node) {\n\t\tlet component = {};\n\t\t\n\t\tif (!node || !node.tagName) return false;\n\t\t\n\t\tif (node.attributes && node.attributes.length) {\n\t\t\t//search for attributes\n\t\t\tfor (let i in node.attributes) {\n\t\t\t\tif (node.attributes[i]) {\n\t\t\t\t\tattr = node.attributes[i].name;\n\t\t\t\t\tvalue = node.attributes[i].value;\n\n\t\t\t\t\tif (attr in this._attributesLookup) {\n\t\t\t\t\t\tcomponent = this._attributesLookup[ attr ];\n\t\t\t\t\t\t\n\t\t\t\t\t\t//currently we check that is not a component by looking at name attribute\n\t\t\t\t\t\t//if we have a collection of objects it means that attribute value must be checked\n\t\t\t\t\t\tif (typeof component[\"name\"] === \"undefined\") {\n\t\t\t\t\t\t\tif (value in component) {\n\t\t\t\t\t\t\t\treturn component[value];\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\treturn component;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\t\t\n\t\t\tfor (let i in node.attributes) {\n\t\t\t\tattr = node.attributes[i].name;\n\t\t\t\tvalue = node.attributes[i].value;\n\t\t\t\t\n\t\t\t\t//check for node classes\n\t\t\t\tif (attr == \"class\") {\n\t\t\t\t\tclasses = value.split(\" \");\n\t\t\t\t\t\n\t\t\t\t\tfor (j in classes) {\n\t\t\t\t\t\tif (classes[j] in this._classesLookup)\n\t\t\t\t\t\treturn this._classesLookup[ classes[j] ];\t\n\t\t\t\t\t}\n\t\t\t\t\t\n\t\t\t\t\tfor (regex in this._classesRegexLookup) {\n\t\t\t\t\t\tregexObj = new RegExp(regex);\n\t\t\t\t\t\tif (regexObj.exec(value)) {\n\t\t\t\t\t\t\treturn this._classesRegexLookup[ regex ];\t\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\ttagName = node.tagName.toLowerCase();\n\t\tif (tagName in this._nodesLookup) return this._nodesLookup[ tagName ];\n\t\n\t\treturn false;\n\t\t//return false;\n\t},\n\t\n\trenderProperties: function(component, properties, componentsPanelSections, container) {\n\t\tlet fn = function(component, property) {\n\t\t\tif (property.input) {\n\t\t\t\tproperty.input.addEventListener('propertyChange', (event) => {\n\t\t\t\t\t\telement = selectedElement = Vvveb.Builder.selectedEl;\n\t\t\t\t\t\tlet value = event.detail.value, input = event.detail.input, origEvent = event.detail.origEvent;\n\t\t\t\t\t\t\n\t\t\t\t\t\tif (property.element) element = property.element;\n\t\t\t\t\t\tif (property.child) element = element.querySelector(property.child);\n\t\t\t\t\t\tif (property.parent) element = element.parent(property.parent);\n\n\t\t\t\t\t\tif (property.onChange) {\n\t\t\t\t\t\t\tlet ret = property.onChange(element, value, input, component, origEvent);\n\t\t\t\t\t\t\t//if on change returns an object then is returning the dom node otherwise is returning the new value\n\t\t\t\t\t\t\tif (typeof ret == \"object\")  {\n\t\t\t\t\t\t\t\telement = ret;\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tvalue = ret;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}/* else */\n\t\t\t\t\t\tif (property.htmlAttr) {\n\t\t\t\t\t\t\tlet oldValue;\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\tif (property.htmlAttr == \"class\" && property.validValues) {\n\t\t\t\t\t\t\t\toldValue = element.getAttribute(property.htmlAttr);\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tif (property.validValues) {\n\t\t\t\t\t\t\t\t\telement.classList.remove(...property.validValues.filter(v => v));\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tif (value) {\n\t\t\t\t\t\t\t\t\telement.classList.add(...value.split(\" \"));\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\telse if (property.htmlAttr == \"style\") {\n\t\t\t\t\t\t\t\t//keep old style for undo\n\t\t\t\t\t\t\t\toldStyle = window.FrameDocument.getElementById(\"vvvebjs-styles\").textContent;\n\t\t\t\t\t\t\t\telement = Vvveb.StyleManager.setStyle(element, property.key, value);\n\t\t\t\t\t\t\t} else if (property.htmlAttr == \"innerHTML\")  {\n\t\t\t\t\t\t\t\toldValue = element.innerHTML;\n\t\t\t\t\t\t\t\telement = Vvveb.ContentManager.setHtml(element, value);\n\t\t\t\t\t\t\t} else if (property.htmlAttr == \"outerHTML\")  {\n\t\t\t\t\t\t\t\toldValue = element.outerHTML;\n\t\t\t\t\t\t\t\telement = Vvveb.ContentManager.setHtml(element, value, true);\n\t\t\t\t\t\t\t} else if (property.htmlAttr == \"innerText\")  {\n\t\t\t\t\t\t\t\toldValue = element.innerText;\n\t\t\t\t\t\t\t\telement = Vvveb.ContentManager.setText(element, value);\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\toldValue = element.getAttribute(property.htmlAttr);\n\t\t\t\t\t\t\t\t//if value is empty then remove attribute useful for attributes without values like disabled\n\t\t\t\t\t\t\t\tif (value) {\n\t\t\t\t\t\t\t\t\telement.setAttribute(property.htmlAttr, value);\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\telement.removeAttribute(property.htmlAttr);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\tif (property.htmlAttr == \"style\") {\n\t\t\t\t\t\t\t\tmutation = {\n\t\t\t\t\t\t\t\t\ttype: 'style', \n\t\t\t\t\t\t\t\t\ttarget: element, \n\t\t\t\t\t\t\t\t\tattributeName: property.htmlAttr, \n\t\t\t\t\t\t\t\t\toldValue: oldStyle, \n\t\t\t\t\t\t\t\t\tnewValue: window.FrameDocument.getElementById(\"vvvebjs-styles\").textContent};\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tVvveb.Undo.addMutation(mutation);\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tVvveb.Undo.addMutation({\n\t\t\t\t\t\t\t\t\ttype: 'attributes', \n\t\t\t\t\t\t\t\t\ttarget: element, \n\t\t\t\t\t\t\t\t\tattributeName: property.htmlAttr, \n\t\t\t\t\t\t\t\t\toldValue: oldValue, \n\t\t\t\t\t\t\t\t\tnewValue: value\n\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tif (component && component.onChange) {\n\t\t\t\t\t\t\telement = component.onChange(element, property, value, input);\n\t\t\t\t\t\t}\n\t\t\t\t\t\t\n\t\t\t\t\t\tif (property.child || property.parent) {\n\t\t\t\t\t\t\tVvveb.Builder.selectNode(selectedElement);\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tVvveb.Builder.selectNode(element);\n\t\t\t\t\t\t}\n\t\t\t\t\t\t\n\t\t\t\t\t\treturn element;\n\t\t\t\t});\t\t\n\t\t\t}\n\t\t\t\n\t\t\treturn property.input;\n\t\t};\n\t\t\n\t\tlet element;\n\t\tlet defaultSection = this.componentPropertiesDefaultSection;\n\t\tlet section;\n\t\tif (componentsPanelSections) {\n\t\t\tsection = componentsPanelSections[defaultSection].querySelector('.section[data-section=\"default\"]');\n\t\t}\n\t\tlet nodeElement = Vvveb.Builder.selectedEl;\n\t\t\n\t\tfor (let i in properties) {\n\t\t\tlet property = properties[i];\n\t\t\tlet element = nodeElement;\n\n\t\t\tif (property.beforeInit) property.beforeInit(element);\n\t\t\t\n\t\t\tif (property.element) element = property.element;\n\t\t\tif (property.child) element = element.querySelector(property.child) ?? element;\n\t\t\tif (property.parent) element = element.closest(property.parent) ?? element;\n\n\t\t\tif (property.data) {\n\t\t\t\tproperty.data[\"key\"] = property.key;\n\t\t\t} else {\n\t\t\t\tproperty.data = {\"key\" : property.key};\n\t\t\t}\n\n\t\t\tif (typeof property.group  === 'undefined') property.group = null;\n\n\t\t\tproperty.input = property.inputtype.init(property.data, element);\n\t\t\t\n\t\t\tlet value;\n\t\t\tif (property.init) {\n\t\t\t\tproperty.inputtype.setValue(property.init(element));\n\t\t\t} else if (property.htmlAttr) {\n\t\t\t\tif (property.htmlAttr == \"style\") {\n\t\t\t\t\t//value = element.css(property.key);//jquery css returns computed style\n\t\t\t\t\tvalue = Vvveb.StyleManager.getStyle(element, property.key);//getStyle returns declared style\n\t\t\t\t} else\n\t\t\t\tif (property.htmlAttr == \"innerHTML\") {\n\t\t\t\t\tvalue = Vvveb.ContentManager.getHtml(element);\n\t\t\t\t} else if (property.htmlAttr == \"outerHTML\") {\n\t\t\t\t\tvalue = Vvveb.ContentManager.getHtml(element, true);\n\t\t\t\t} else if (property.htmlAttr == \"innerText\") {\n\t\t\t\t\tvalue = Vvveb.ContentManager.getText(element);\n\t\t\t\t} else {\n\t\t\t\t\tvalue = element.getAttribute(property.htmlAttr);\n\t\t\t\t}\n\n\t\t\t\t//if attribute is class check if one of valid values is included as class to set the select\n\t\t\t\tif (value && property.htmlAttr == \"class\" && property.validValues) {\n\t\t\t\t\tlet valid = value.split(\" \").filter(function(el) {\n\t\t\t\t\t\treturn property.validValues.indexOf(el) != -1\n\t\t\t\t\t});\n\t\t\t\t\t\n\t\t\t\t\tif (valid && valid.length) {\n\t\t\t\t\t\tvalue = valid[0];\n\t\t\t\t\t} else  {\n\t\t\t\t\t\tvalue = \"\";\n\t\t\t\t\t}\n\t\t\t\t} \n\t\t\t\t\n\t\t\t\tif (!value && property.defaultValue) {\n\t\t\t\t\tvalue = property.defaultValue;\n\t\t\t\t}\n\n\t\t\t\tproperty.inputtype.setValue(value);\n\t\t\t} else {\n\t\t\t\tif (!value && property.defaultValue) {\n\t\t\t\t\tvalue = property.defaultValue;\n\t\t\t\t}\n\n\t\t\t\tproperty.inputtype.setValue(value);\n\t\t\t}\n\t\t\t\n\t\t\tfn(component, property);\n\t\t\t\n\t\t\tlet propertySection = defaultSection;\n\t\t\tif (property.section) {\n\t\t\t\tpropertySection = property.section;\n\t\t\t}\t\t\t\n\n\t\t\tif (property.inputtype == SectionInput) {\n\t\t\t\tsection = componentsPanelSections[propertySection].querySelector('.section[data-section=\"' + property.key + '\"]');\n\t\t\t\t\n\t\t\t\tif (Vvveb.preservePropertySections && section) {\n\t\t\t\t\tsection.replaceChildren();\n\t\t\t\t} else  {\n\t\t\t\t\tcomponentsPanelSections[propertySection].append(property.input);\n\t\t\t\t\tsection = componentsPanelSections[propertySection].querySelector('.section[data-section=\"' + property.key + '\"]');\n\t\t\t\t}\n\t\t\t}\n\t\t\telse {\n\t\t\t\tlet row = generateElements(tmpl('vvveb-property', property))[0]; \n\t\t\t\trow.querySelector('.input').append(property.input);\n\t\t\t\tif (container) {\n\t\t\t\t\tcontainer.append(row);\n\t\t\t\t} else {\n\t\t\t\t\tsection.append(row);\n\t\t\t\t}\n\t\t\t}\n\t\t\t\n\t\t\tif (property.inputtype.afterInit) {\n\t\t\t\tproperty.inputtype.afterInit(property.input);\n\t\t\t}\n\n\t\t\tif (property.afterInit) {\n\t\t\t\tproperty.afterInit(element, property.input);\n\t\t\t}\n\t\t}\n\t},\n\t\n\trender: function(type, panel = false) {\n\n\t\tlet component = this._components[type];\n\t\tif (!component) return;\n\n\t\tif (!panel) {\n\t\t\t//panel = document.querySelector(this.componentPropertiesElement);\n\t\t\tpanel = this.componentPropertiesElement;\n\t\t}\n\n\t\tlet defaultSection = this.componentPropertiesDefaultSection;\n\t\tlet componentsPanelSections = {};\n\n\t\tdocument.querySelectorAll(panel + \" .tab-pane\").forEach((el, i) => {\n\t\t\tlet sectionName = el.dataset.section;\n\t\t\tcomponentsPanelSections[sectionName] = el;\n\t\t\tfor (const item of el.querySelectorAll(\n\t\t\t\t'label:not([data-header=\"default\"]) + input,' +\n\t\t\t\t'label:not([data-header=\"default\"]),' +\n\t\t\t\t'.section:not([data-section=\"default\"])'\n\t\t\t)) {\n\t\t\t  item.remove();\n\t\t\t}\n\t\t});\n\t\t\n\t\tlet section = componentsPanelSections[defaultSection].querySelector('.section[data-section=\"default\"]');\n\t\t\n\t\tif (!(Vvveb.preservePropertySections && section)) {\n\t\t\tlet template = tmpl(\"vvveb-input-sectioninput\", {key:\"default\", header:component.name});\n\n\t\t\tcomponentsPanelSections[defaultSection].replaceChildren();\n\t\t\tcomponentsPanelSections[defaultSection].append(generateElements(template)[0]);\n\t\t\t\n\t\t\tsection = componentsPanelSections[defaultSection].querySelector(\".section\");\n\t\t}\n\n\t\tcomponentsPanelSections[defaultSection].querySelector('[data-header=\"default\"] span').innerHTML = component.name;\n\t\tsection.replaceChildren();\t\n\t\n\t\tif (component.beforeInit) component.beforeInit(Vvveb.Builder.selectedEl);\n\n\t\tthis.renderProperties(component, component.properties, componentsPanelSections);\n\t\t\n\t\tif (component.init) component.init(Vvveb.Builder.selectedEl);\n\t}\n};\t\n\n\nVvveb.Blocks = {\n\t\n\t_blocks: {},\n\n\tget: function(type) {\n\t\treturn this._blocks[type];\n\t},\n\n\tadd: function(type, data) {\n\t\tdata.type = type;\n\t\tthis._blocks[type] = data;\n\t},\n};\t\n\nVvveb.Sections = {\n\t\n\t_sections: {},\n\n\tget: function(type) {\n\t\treturn this._sections[type];\n\t},\n\n\tadd: function(type, data) {\n\t\tdata.type = type;\n\t\tthis._sections[type] = data;\n\t},\n};\t\n\nVvveb.Styles = {\n\t\n\t_styles: {},\n\n\tget: function(type) {\n\t\treturn this._styles[type];\n\t},\n\t\n\tgetByStyle: function(style) {\n\t\tfor (const name in this._styles) {\n\t\t\tif (this._styles[name].style == style) {\n\t\t\t\treturn name;\n\t\t\t}\n\t\t}\n\t},\n\n\tadd: function(type, data) {\n\t\tdata.type = type;\n\t\tthis._styles[type] = data;\n\t},\n};\t\n\n\nVvveb.WysiwygEditor = {\n\t\n\tisActive: false,\n\toldValue: '',\n\tdoc:false,\n\t\n\n\teditorSetStyle: function (tag, style = {}, toggle = false) {\n\t\tlet iframeWindow = Vvveb.Builder.iframe.contentWindow;\n\t\tlet selection = iframeWindow.getSelection();\n\t\tlet element = this.element;\n\t\tlet range;\n\n\t\tif (!tag) {\n\t\t\ttag = \"span\";\n\t\t}\n\n\t\tif (selection.rangeCount > 0) {\n\t\t\t//check if the whole text is inside an existing node to use the node directly\n\t\t\tif ((selection.baseNode && selection.baseNode.nextSibling == null && selection.baseNode.previousSibling == null \n\t\t\t\t&& selection.anchorOffset == 0 && selection.focusOffset == selection.baseNode.length) \n\t\t\t\t|| (selection.anchorOffset == selection.focusOffset)) {\n\t\t\t\t\t\n\t\t\t\telement = selection.baseNode.parentNode;\n\t\t\t\t\n\t\t\t} else {\n\t\t\t\telement = document.createElement(tag);\n\t\t\t\trange = selection.getRangeAt(0);\n\t\t\t\t\n\t\t\t\ttry {\n\t\t\t\t\trange.surroundContents(element);\n\t\t\t\t\trange.selectNodeContents(element.childNodes[0], 0); \n\n\t\t\t\t} catch (e) {\n\t\t\t\t\tlet content = range.extractContents();\n\n\t\t\t\t\telement.appendChild(content);\n\t\t\t\t\trange.insertNode(element);\n\n\t\t\t\t\trange.selectNodeContents(element);\n\t\t\t\t}\t\t\t\t\n\t\t\t}\n\t\t}\n\t\t\n\t\tif (element && style) {\n\t\t\tfor (name in style) {\n\n\t\t\t\tif ( !style[name] || \n\t\t\t\t\t(toggle && element.style.getPropertyValue(name))) {\n\n\t\t\t\t\telement.style.removeProperty(name);\n\t\t\t\t\t\n\t\t\t\t} else {\n\t\t\t\t\telement.style.setProperty(name, style[name]);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\t\n\t\t//if edited text is an empty span remove the span\n\t\tif (element.tagName == \"SPAN\" && element.style.length == 0 && element.attributes.length <= 1) {\n\t\t\tlet textNode = iframeWindow.document.createTextNode(element.innerText);\n\t\t\telement.replaceWith(textNode);\n\t\t\telement = textNode;\n\n\t\t\trange = iframeWindow.document.createRange();\n\t\t\trange.selectNodeContents(element);\n\t\t\tselection.removeAllRanges();\n\t\t\tselection.addRange(range);\t\t\n        }\n\t\t\n\t\t//select link element to edit link etc\n\t\tif (tag == \"a\") {\n\t\t\tVvveb.Builder.selectNode(element);\n\t\t\tVvveb.Builder.loadNodeComponent(element);\n\t\t}\n\t\treturn element;\n\t},\n\t\n\tinit: function(doc) {\n\t\tthis.doc = doc;\n\t\tlet self = this;\n\t\t\n\t\tdocument.getElementById(\"bold-btn\").addEventListener(\"click\", function (e) {\n\t\t\t\t//doc.execCommand('bold',false,null);\n\t\t\t\t//self.editorSetStyle(\"b\", {\"font-weight\" : \"bold\"}, true);\n\t\t\t\tself.editorSetStyle(false, {\"font-weight\" : \"bold\"}, true);\n\t\t\t\te.preventDefault();\n\t\t\t\treturn false;\n\t\t});\n\n\t\tdocument.getElementById(\"italic-btn\").addEventListener(\"click\", function (e) {\n\t\t\t\t//doc.execCommand('italic',false,null);\n\t\t\t\t//self.editorSetStyle(\"i\", {\"font-style\" : \"italic\"}, true);\n\t\t\t\tself.editorSetStyle(false, {\"font-style\" : \"italic\"}, true);\n\t\t\t\te.preventDefault();\n\t\t\t\treturn false;\n\t\t});\n\n\t\tdocument.getElementById(\"underline-btn\").addEventListener(\"click\", function (e) {\n\t\t\t\t//doc.execCommand('underline',false,null);\n\t\t\t\t//self.editorSetStyle(\"u\", {\"text-decoration\" : \"underline\"}, true);\n\t\t\t\tself.editorSetStyle(false, {\"text-decoration\" : \"underline\"}, true);\n\t\t\t\te.preventDefault();\n\t\t\t\treturn false;\n\t\t});\n\t\t\n\t\tdocument.getElementById(\"strike-btn\").addEventListener(\"click\", function (e) {\n\t\t\t\t//doc.execCommand('strikeThrough',false,null);\n\t\t\t\t//self.editorSetStyle(\"strike\",  {\"text-decoration\" : \"line-through\"}, true);\n\t\t\t\tself.editorSetStyle(false,  {\"text-decoration\" : \"line-through\"}, true);\n\t\t\t\te.preventDefault();\n\t\t\t\treturn false;\n\t\t});\n\n\t\tdocument.getElementById(\"link-btn\").addEventListener(\"click\", function (e) {\n\t\t\t\t//doc.execCommand('createLink',false,\"#\");\n\t\t\t\tself.editorSetStyle(\"a\");\n\t\t\t\te.preventDefault();\n\t\t\t\treturn false;\n\t\t});\n\n\t\tdocument.getElementById(\"fore-color\").addEventListener(\"change\", function (e) {\n\t\t\t\t//doc.execCommand('foreColor',false,this.value);\n\t\t\t\tself.editorSetStyle(false, {\"color\" : this.value});\n\t\t\t\te.preventDefault();\n\t\t\t\treturn false;\n\t\t});\n\n\t\t\n\t\tdocument.getElementById(\"back-color\").addEventListener(\"change\", function (e) {\n\t\t\t\t//doc.execCommand('hiliteColor',false,this.value);\n\t\t\t\tself.editorSetStyle(false, {\"background-color\" : this.value});\n\t\t\t\te.preventDefault();\n\t\t\t\treturn false;\n\t\t});\n\t\t\n\t\tdocument.getElementById(\"font-size\").addEventListener(\"change\", function (e) {\n\t\t\t\t//doc.execCommand('fontSize',false,this.value);\n\t\t\t\tself.editorSetStyle(false, {\"font-size\" : this.value});\n\t\t\t\te.preventDefault();\n\t\t\t\treturn false;\n\t\t});\n\n\t\tlet sizes = \"<option value=''> - Font size - </option>\";\n\t\tfor (i = 1;i <= 128; i++) {\n\t\t\tsizes += \"<option value='\"+ i +\"px'>\"+ i +\"</option>\";\n\t\t}\n\t\tdocument.getElementById(\"font-size\").innerHTML = sizes;\t\t\n\n\t\tdocument.getElementById(\"font-family\").addEventListener(\"change\", function (e) {\n\t\t\t\tlet option = this.options[this.selectedIndex];\n\t\t\t\tlet element = self.editorSetStyle(false, {\"font-family\" : this.value});\n\t\t\t\tVvveb.FontsManager.addFont(option.dataset.provider, this.value, element);\n\t\t\t\t//doc.execCommand('fontName',false,this.value);\n\t\t\t\te.preventDefault();\n\t\t\t\treturn false;\n\t\t});\n\n\t\tdocument.getElementById(\"justify-btn\").addEventListener(\"click\", function (e) {\n\t\t\t\t//let command = \"justify\" + this.dataset.value;\n\t\t\t\t//doc.execCommand(command,false,\"#\");\n\t\t\t\t\n\t\t\t\tself.editorSetStyle(false, {\"text-align\" : e.srcElement.dataset.value});\n\t\t\t\te.preventDefault();\n\t\t\t\treturn false;\n\t\t});\n\n\t\tdoc.addEventListener('keydown', event => {\n\t\t  if (event.key === 'Enter') {\n\t\t\t  let target = event.target.closest(\"[contenteditable]\");\n\t\t\t  if (target) {\n\t\t\t\tdoc.execCommand('insertLineBreak');\n\t\t\t\tevent.preventDefault();\n\t\t\t  }\n\t\t  }\n\t\t})\t\t\n\t},\n\t\n\tundo: function(element) {\n\t\tthis.doc.execCommand('undo',false,null);\n\t},\n\n\tredo: function(element) {\n\t\tthis.doc.execCommand('redo',false,null);\n\t},\n\t\n\tedit: function(element) {\n\t\telement.setAttribute(\"contenteditable\", true);\n\t\telement.setAttribute(\"spellcheckker\", false);\n\t\tdocument.getElementById(\"wysiwyg-editor\").style.display = \"block\";\n\n\t\tthis.element = element;\n\t\tthis.isActive = true;\n\t\tthis.oldValue = element.innerHTML;\n\n\t\tdocument.getElementById(\"font-family\").value = Vvveb.StyleManager.getStyle(element,'font-family');\n\t\tdocument.getElementById(\"fore-color\").value = Vvveb.StyleManager.getStyle(element,'color');\n\t\tdocument.getElementById(\"back-color\").value = Vvveb.StyleManager.getStyle(element,'background-color');\n\t\telement.focus();\n\t},\n\n\tdestroy: function(element) {\n\t\telement.removeAttribute(\"contenteditable\");\n\t\telement.removeAttribute(\"spellcheckker\");\n \n\t\tdocument.getElementById(\"wysiwyg-editor\").style.display = \"none\";\n\t\tthis.isActive = false;\n\n\t\n\t\tnode = this.element;\n\t\tVvveb.Undo.addMutation({type:'characterData', \n\t\t\t\t\t\t\t\ttarget: node, \n\t\t\t\t\t\t\t\toldValue: this.oldValue, \n\t\t\t\t\t\t\t\tnewValue: node.innerHTML});\n\t}\n}\n\t\nVvveb.Builder = {\n\n\tcomponent : {},\n\tdragMoveMutation : false,\n\tisPreview : false,\n\trunJsOnSetHtml : false,\n\tdesignerMode : false,\n\thighlightEnabled : false,\n\tselectPadding: 0,\n\tleftPanelWidth: 275,\n\tignoreClasses: [\"clearfix\", \"masonry\", \"has-shadow\"],\n\t\n\tinit: function(url, callback) {\n\n\t\tlet self = this;\n\t\t\n\t\tself.loadControlGroups();\n\t\tself.loadBlockGroups();\n\t\tself.loadSectionGroups();\n\t\tself.loadStylesGroups();\n\t\t\n\t\tself.selectedEl = null;\n\t\tself.highlightEl = null;\n\t\tself.initCallback = callback;\n\t\t\n        self.documentFrame = document.querySelector(\"#iframe-wrapper > iframe\");\n        self.canvas = document.getElementById(\"canvas\");\n\n\t\tself._loadIframe(url + (url.indexOf('?') > -1 ? '&r=':'?r=') + Math.random());\n\t\t\n\t\tself._initDragdrop();\n\t\t\n\t\tself._initBox();\n\n\t\tself.dragElement = null;\n\t\t\n\t\tself.highlightEnabled = true;\n\t\t\n\t\tself.leftPanelWidth = document.getElementById(\"left-panel\").clientWidth;\n\t},\n\t\n/* controls */    \t\n\tloadControlGroups : function() {\t\n\n\t\tlet componentsList = document.querySelectorAll(\".components-list\");\n\t\tlet item = {}, component = {};\n\t\tlet count = 0;\n\t\t\n\t\tcomponentsList.forEach(function (list, i) {\n\t\t\tlet type = list.dataset.type;\n\t\t\tlist.replaceChildren();\n\t\t\tcount ++;\n\t\t\t\n\t\t\tfor (group in Vvveb.ComponentsGroup) {\n\t\t\t\t\n\t\t\t\tlist.append(generateElements(\n\t\t\t\t`<li class=\"header\" data-section=\"${group}\"  data-search=\"\">\n\t\t\t\t\t<label class=\"header\" for=\"${type}_comphead_${group}${count}\">\n\t\t\t\t\t\t${group}<div class=\"header-arrow\"></div>\n\t\t\t\t\t</label>\n\t\t\t\t\t<input class=\"header_check\" type=\"checkbox\" checked=\"true\" id=\"${type}_comphead_${group}${count}\">\n\t\t\t\t\t<ol></ol>\n\t\t\t\t</li>`)[0]);\n\t\t\t\t\t\t\t\t\n\t\t\t\t//list.append('<li class=\"header clearfix\" data-section=\"' + group + '\"  data-search=\"\"><label class=\"header\" for=\"' + type + '_comphead_' + group + count + '\">' + group + '  <div class=\"header-arrow\"></div>\\\n\t\t\t\t\t//\t\t\t\t   </label><input class=\"header_check\" type=\"checkbox\" checked=\"true\" id=\"' + type + '_comphead_' + group + count + '\">  <ol></ol></li>');\n\n\t\t\t\tlet componentsSubList = list.querySelector('li[data-section=\"' + group + '\"]  ol');\n\t\t\t\t\n\t\t\t\tcomponents = Vvveb.ComponentsGroup[ group ];\n\t\t\t\t\n\t\t\t\tfor (i in components) {\n\t\t\t\t\tconst componentType = components[i];\n\t\t\t\t\tcomponent = Vvveb.Components.get(componentType);\n\t\t\t\t\t\n\t\t\t\t\tif (component) {\n\t\t\t\t\t\titem = generateElements(`<li data-section=\"${group}\" data-drag-type=\"component\" data-type=\"${componentType}\" data-search=\"${component.name.toLowerCase()}\">\n\t\t\t\t\t\t\t<span>${component.name}</span>\n\t\t\t\t\t\t</li>`)[0];\n\n\t\t\t\t\t\tif (component.image) {\n\n\t\t\t\t\t\t\titem.style.backgroundImage = \"url(\" + Vvveb.imgBaseUrl + component.image + \")\"; \t\t\t\n\t\t\t\t\t\t\titem.style.backgroundRepeat = \"no-repeat\";\n\t\t\t\t\t\t}\n\t\t\t\t\t\t\n\t\t\t\t\t\tcomponentsSubList.append(item);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t },\n\t \n\tloadSectionGroups : function() {\t\n\n\t\tlet sectionsList = document.querySelectorAll(\".sections-list\");\n\t\tlet item = {};\n\n\t\tsectionsList.forEach(function (list, i) {\n\t\t\tlet type = list.dataset.type;\n\t\t\tlist.replaceChildren();\n\n\t\t\tfor (group in Vvveb.SectionsGroup) {\n\t\t\t\tlist.append(generateElements(\n\t\t\t\t`<li class=\"header\" data-section=\"${group}\"  data-search=\"\">\n\t\t\t\t\t<label class=\"header\" for=\"${type}_sectionhead_${group}\">\n\t\t\t\t\t\t${group}<div class=\"header-arrow\"></div>\n\t\t\t\t\t</label>\n\t\t\t\t\t<input class=\"header_check\" type=\"checkbox\" checked=\"true\" id=\"${type}_sectionhead_${group}\">\n\t\t\t\t\t<ol></ol>\n\t\t\t\t</li>`)[0]);\n\n\t\t\t\tlet sectionsSubList = list.querySelector('li[data-section=\"' + group + '\"]  ol');\n\t\t\t\tlet sections = Vvveb.SectionsGroup[ group ];\n\n\t\t\t\tfor (i in sections) {\n\t\t\t\t\tconst sectionType = sections[i];\n\t\t\t\t\tconst section = Vvveb.Sections.get(sectionType);\n\t\t\t\t\t\n\t\t\t\t\tif (section) {\n\t\t\t\t\t\titem = generateElements(`<li data-section=\"${group}\" data-drag-type=\"section\" data-type=\"${sectionType}\" data-search=\"${section.name.toLowerCase()}\">\n\t\t\t\t\t\t\t\t\t<span class=\"name\">${section.name}</span>\n\t\t\t\t\t\t\t\t\t<div class=\"add-section-btn\" title=\"Add section\"><i class=\"la la-plus\"></i></div>\n\t\t\t\t\t\t\t\t\t<img class=\"preview\" src=\"\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t</li>`)[0];\n\n\t\t\t\t\t\tif (section.image) {\n\n\t\t\t\t\t\t\tlet image = ((section.image.indexOf('/') == -1) ? Vvveb.imgBaseUrl:'') + section.image;\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t/*\n\t\t\t\t\t\t\tObject.assign(item.style,{\n\t\t\t\t\t\t\t\t//backgroundImage: \"url(\" + image + \")\",\n\t\t\t\t\t\t\t\t//backgroundRepeat: \"no-repeat\"\n\t\t\t\t\t\t\t});*/\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\titem.querySelector(\"img\").setAttribute(\"src\", image);\n\t\t\t\t\t\t}\n\t\t\t\t\t\t\n\t\t\t\t\t\tsectionsSubList.append(item)\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t },\n\t \n\tloadBlockGroups : function() {\t\n\n\t\tlet blocksList = document.querySelectorAll(\".blocks-list\");\n\t\tlet item = {};\n\n\t\tblocksList.forEach(function (list, i) {\n\t\t\tlet type = list.dataset.type;\n\t\t\tlist.replaceChildren();\n\n\t\t\tfor (group in Vvveb.BlocksGroup) {\n\t\t\t\tlist.append(generateElements(\n\t\t\t\t`<li class=\"header\" data-section=\"${group}\"  data-search=\"\">\n\t\t\t\t\t<label class=\"header\" for=\"${type}_blockhead_${group}\">\n\t\t\t\t\t\t${group}<div class=\"header-arrow\"></div>\n\t\t\t\t\t</label>\n\t\t\t\t\t<input class=\"header_check\" type=\"checkbox\" checked=\"true\" id=\"${type}_blockhead_${group}\">\n\t\t\t\t\t<ol></ol>\n\t\t\t\t</li>`)[0]);\n\n\t\t\t\tlet blocksSubList = list.querySelector('li[data-section=\"' + group + '\"]  ol');\n\t\t\t\tblocks = Vvveb.BlocksGroup[ group ];\n\n\t\t\t\tfor (i in blocks) {\n\t\t\t\t\tconst blockType = blocks[i];\n\t\t\t\t\tconst block = Vvveb.Blocks.get(blockType);\n\t\t\t\t\t\n\t\t\t\t\tif (block) {\n\t\t\t\t\t\titem = generateElements(`<li data-section=\"${group}\" data-drag-type=\"block\" data-type=\"${blockType}\" data-search=\"${block.name.toLowerCase()}\">\n\t\t\t\t\t\t\t\t\t<span class=\"name\">${block.name}</span>\n\t\t\t\t\t\t\t\t\t<img class=\"preview\" src=\"\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t</li>`)[0];\n\n\t\t\t\t\t\tif (block.image) {\n\n\t\t\t\t\t\t\tlet image = ((block.image.indexOf('/') == -1) ? Vvveb.imgBaseUrl:'') + block.image;\n\t\t\t\t\t\t\t/*\n\t\t\t\t\t\t\tObject.assign(item.style,{\n\t\t\t\t\t\t\t\t//backgroundImage: \"url(\" + image + \")\",\n\t\t\t\t\t\t\t\t//backgroundRepeat: \"no-repeat\"\n\t\t\t\t\t\t\t});*/\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\titem.querySelector(\"img\").setAttribute(\"src\", image);\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t}\n\t\t\t\t\t\t\n\t\t\t\t\t\tblocksSubList.append(item);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t },\t\n\t \n\t loadStylesGroups : function() {\t\n\n\t\tlet stylesList = document.querySelectorAll(\".styles-list\");\n\t\tlet item = {};\n\n\t\tstylesList.forEach(function (list, i) {\n\t\t\tlet type = list.dataset.type;\n\t\t\tlist.replaceChildren();\n\n\t\t\tfor (group in Vvveb.StylesGroup) {\n\t\t\t\tlist.append(generateElements(\n\t\t\t\t`<li class=\"header\" data-section=\"${group}\"  data-search=\"\">\n\t\t\t\t\t<label class=\"header\" for=\"${type}_stylehead_${group}\">\n\t\t\t\t\t\t${group}<div class=\"header-arrow\"></div>\n\t\t\t\t\t</label>\n\t\t\t\t\t<input class=\"header_check\" type=\"checkbox\" checked=\"true\" id=\"${type}_stylehead_${group}\">\n\t\t\t\t\t<ol></ol>\n\t\t\t\t</li>`)[0]);\n\n\t\t\t\tlet stylesSubList = list.querySelector('li[data-section=\"' + group + '\"]  ol');\n\t\t\t\tstyles = Vvveb.StylesGroup[ group ];\n\n\t\t\t\tfor (i in styles) {\n\t\t\t\t\tconst styleType = styles[i];\n\t\t\t\t\tconst style = Vvveb.Styles.get(styleType);\n\t\t\t\t\t\n\t\t\t\t\tif (style) {\n\t\t\t\t\t\titem = generateElements(`<li data-section=\"${group}\" data-type=\"${styleType}\" data-search=\"${style.name.toLowerCase()}\">\n\t\t\t\t\t\t\t\t\t<span class=\"name\">${style.name}</span>\n\t\t\t\t\t\t\t\t\t<img class=\"preview\" src=\"\" loading=\"lazy\">\n\t\t\t\t\t\t\t\t</li>`)[0];\n\n\t\t\t\t\t\tif (style.image) {\n\n\t\t\t\t\t\t\tlet image = ((style.image.indexOf('/') == -1) ? Vvveb.imgBaseUrl:'') + style.image;\n\t\t\t\t\t\t\titem.querySelector(\"img\").setAttribute(\"src\", image);\n\t\t\t\t\t\t}\n\t\t\t\t\t\t\n\t\t\t\t\t\tstylesSubList.append(item);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t },\n\t\n\tloadUrl : function(url, callback) {\t\n\t\tlet self = this;\n\t\tdocument.getElementById(\"select-box\").style.display = \"none\";\n\t\t\n\t\tself.initCallback = callback;\n\t\tif (Vvveb.Builder.iframe.src != url) Vvveb.Builder.iframe.src = url;\n\t},\n\t\n/* iframe */\n\t_loadIframe : function(url) {\t\n\n\t\tlet self = this;\n\t\tself.iframe = this.documentFrame;\n\t\tself.iframe.src = url;\n\n\t    return this.documentFrame.addEventListener(\"load\", function() {\n\t\t\t\twindow.FrameWindow = self.iframe.contentWindow;\n\t\t\t\twindow.FrameDocument = self.iframe.contentWindow.document;\n\t\t\t\tlet addSectionBox = document.getElementById(\"add-section-box\"); \n\t\t\t\tlet highlightBox = document.getElementById(\"highlight-box\");\n\t\t\t\tlet SelectBox = document.getElementById(\"select-box\");\n\t\t\t\t\n\t\t\t\thighlightBox.style.display = \"none\"; \n\t\t\t\t\n\n\t\t\t\twindow.FrameWindow.addEventListener(\"beforeunload\", function(event) {\n\t\t\t\t\tif (Vvveb.Undo.undoIndex >= 0) {\n\t\t\t\t\t\tlet dialogText = \"You have unsaved changes\";\n\t\t\t\t\t\tevent.returnValue = dialogText;\n\t\t\t\t\t\treturn dialogText;\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t\t\n\t\t\t\twindow.FrameWindow.addEventListener(\"unload\", function(event) {\n\t\t\t\t\tdocument.querySelector(\".loading-message\").classList.add(\"active\");\n\t\t\t\t\tVvveb.Undo.reset();\n\t\t\t\t});\n\t\t\t\t\n\t\t\t\t//prevent accidental clicks on links when editing text\n\t\t\t\twindow.FrameDocument.addEventListener(\"click\", function(event) {\n\t\t\t\t\tif (Vvveb.WysiwygEditor.isActive && event.target.closest(\"a\"))  {\n\t\t\t\t\t\tevent.preventDefault();\n\t\t\t\t\t\treturn false;\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t\t\n\t\t\t\tselectBoxPosition = function(event) {\n\t\t\t\t\t\tlet pos;\n\t\t\t\t\t\tlet target = self.selectedEl;// ?? self.highlightEl;\n\t\t\t\t\t\t\n\t\t\t\t\t\thighlightBox.style.display = \"none\"; \n\n\t\t\t\t\t\tif (target) {\n\t\t\t\t\t\t\tpos = offset(target);\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tSelectBox.style.top  = (pos.top - (self.frameDoc.scrollTop ?? 0)  - self.selectPadding) + \"px\"; \n\t\t\t\t\t\t\tSelectBox.style.left = (pos.left - (self.frameDoc.scrollLeft ?? 0) - self.selectPadding) + \"px\";\n\n\t\t\t\t\t\t\tSelectBox.style.width = ((target.offsetWidth ?? target.clientWidth) + self.selectPadding * 2) + \"px\"; \t\t\t\n\t\t\t\t\t\t\tSelectBox.style.height = ((target.offsetHeight ?? target.clientHeight) + self.selectPadding * 2) + \"px\";\n\t\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\t\n\t\t\t\twindow.FrameWindow.addEventListener(\"scroll\", selectBoxPosition);\n\t\t\t\twindow.FrameWindow.addEventListener(\"resize\", selectBoxPosition);\n\t\t\t\n\t\t\t\tVvveb.WysiwygEditor.init(window.FrameDocument);\n\t\t\t\tVvveb.StyleManager.init(window.FrameDocument);\n\t\t\t\tVvveb.ColorPaletteManager.init(window.FrameDocument);\n\n\t\t\t\tif (self.initCallback) self.initCallback();\n\n                return self._frameLoaded();\n        });\t\t\n        \n\t},\t\n    \n    _frameLoaded : function() {\n\t\t\n\t\tlet self = Vvveb.Builder;\n\t\t\n\t\tself.frameDoc  = window.FrameDocument;\n\t\tself.frameHtml = window.FrameDocument.querySelector(\"html\");\n\t\tself.frameBody = window.FrameDocument.querySelector(\"body\");\n\t\tself.frameHead = window.FrameDocument.querySelector(\"head\");\n\t\t\n\t\t//insert editor helpers like non editable areas\n\t\tself.frameHead.append(generateElements('<link data-vvveb-helpers href=\"' + Vvveb.baseUrl + '../../css/vvvebjs-editor-helpers.css\" rel=\"stylesheet\">')[0]);\n\t\tself.frameHtml.setAttribute(\"data-vvvebjs-editor\",\"\");\n\n\t\tself._initHighlight();\n\t\t\n\t\twindow.dispatchEvent(new CustomEvent(\"vvveb.iframe.loaded\", {detail: self.frameDoc}));\n\n\t\tdocument.querySelector(\".loading-message\").classList.remove(\"active\");\n\t\tVvveb.NewSection.init();\n\t\tVvveb.StyleList.load(self.frameDoc);\n\t\t\n\t\t//enable save button only if changes are made\n\t\tlet setSaveButtonState = function (e) { \n\t\t\tif (Vvveb.Undo.hasChanges()){\n\t\t\t\tdocument.querySelectorAll(\"#top-panel .save-btn\").forEach(e => e.removeAttribute(\"disabled\"));\n\t\t\t} else {\n\t\t\t\tdocument.querySelectorAll(\"#top-panel .save-btn\").forEach(e => e.setAttribute(\"disabled\", \"true\"));\n\t\t\t}\n\t\t};\t\t\n\t\t\n\t\tVvveb.Builder.frameBody.addEventListener(\"vvveb.undo.add\", setSaveButtonState);\t\t\n\t\tVvveb.Builder.frameBody.addEventListener(\"vvveb.undo.restore\", setSaveButtonState);\t\t\n    },\t\n    \n    _getElementType: function(el) {\n\t\t\n\t\t//search for component attribute\n\t\tlet componentName = '';  \n\t\tlet componentAttribute = '';  \n\t\t   \n\t\tif (el.attributes) {\n\t\t\tfor (let j = 0; j < el.attributes.length; j++){\n\t\t\t  let nodeName = el.attributes[j].nodeName;\t\n\t\t\t  \n\t\t\t  if (nodeName.indexOf('data-component') > -1)\t {\n\t\t\t\tcomponentName = nodeName.replace('data-component-', '');\t\n\t\t\t\treturn [componentName, \"component\"];\n\t\t\t  }\t\t  \n\t\t\t  \n\t\t\t  if (nodeName.indexOf('data-v-component-') > -1)\t {\n\t\t\t\tcomponentName = nodeName.replace('data-v-component-', '');\t\n\t\t\t\treturn [componentName,\"component\"];\n\t\t\t  }\n\n\t\t\t  if (nodeName.indexOf('data-v-') > -1)\t {\n\t\t\t\tcomponentAttribute = (componentAttribute ? componentAttribute + \" - \" : \"\") + \n\t\t\t\t\t\t\t\t\t\tnodeName.replace('data-v-', '') + \" \";\t\n\t\t\t  }\n\t\t\t}\n\t\t}\n\n\t\tif (componentAttribute != '') return [componentAttribute, \"attribute\"];\n\t\t\n\t\tif (el.id) {\n\t\t\tcomponentName = \"#\" + el.id;\n\t\t} else {\n\t\t\tcomponentName = (el.className && (typeof el.className == \"string\")) ? \".\" + el.className.split(\" \")[0] : \"\";\n\t\t}\n\t\t\n\t\treturn [componentName, el.tagName];\n\t},\n\t\n\tloadNodeComponent:  function(node) {\n\t\tconst data = Vvveb.Components.matchNode(node);\n\t\tlet component;\n\t\t\n\t\tif (data) \n\t\t\tcomponent = data.type;\n\t\telse \n\t\t\tcomponent = Vvveb.defaultComponent;\n\t\t\t\n\t\tVvveb.component = Vvveb.Components.get(component);\t\n\t\tVvveb.Components.render(component);\n\t\tthis.selectedComponent = component;\n\n\t\t//if component properties is loaded in left panel tab instead of right panel show tab\n\t\tlet propertiesTab = document.querySelector(\".component-properties-tab a\");\n\t\tif (propertiesTab.offsetParent) {//if properites tab is enabled/visible \n\t\t\t\tpropertiesTab.style.display = \"\";\n\t\t\t\tconst bsTab = bootstrap.Tab.getOrCreateInstance(propertiesTab);\n\t\t\t\tbsTab.show(); \n\t\t}\t\t\n\t},\n\t\n\treloadComponent:  function() {\n\t\tVvveb.Components.render(this.selectedComponent);\n\t},\n\t\n\tmoveNodeUp:  function(node) {\n\t\tif (!node) {\n\t\t\tnode = Vvveb.Builder.selectedEl;\n\t\t}\n\n\t\tconst oldParent = node.parentNode;\n\t\tconst oldNextSibling = node.nextSibling;\n\t\tconst next = node.previousElementSibling;\n\t\t\n\t\tif (next) {\n\t\t\tnext.before(node);\n\t\t} else {\n\t\t\tnode.parentNode.before(node);\n\t\t}\n\t\t\n\t\tVvveb.Builder.selectNode(node);\n\n\t\tconst newParent = node.parentNode;\n\t\tconst newNextSibling = node.nextSibling;\n\t\t\n\t\tVvveb.Undo.addMutation({type: 'move', \n\t\t\t\t\t\t\t\ttarget: node,\n\t\t\t\t\t\t\t\toldParent: oldParent,\n\t\t\t\t\t\t\t\tnewParent: newParent,\n\t\t\t\t\t\t\t\toldNextSibling: oldNextSibling,\n\t\t\t\t\t\t\t\tnewNextSibling: newNextSibling});\n\n\t},\n\n\tmoveNodeDown:  function(node) {\n\t\t\tif (!node) {\n\t\t\t\tnode = Vvveb.Builder.selectedEl;\n\t\t\t}\n\n\t\t\tconst oldParent = node.parentNode;\n\t\t\tconst oldNextSibling = node.nextSibling;\n\t\t\tconst next = node.nextElementSibling;\n\t\t\t\n\t\t\tif (next) {\n\t\t\t\tnext.after(node);\n\t\t\t} else {\n\t\t\t\tnode.parentNode.after(node);\n\t\t\t}\n\t\t\t\n\t\t\tVvveb.Builder.selectNode(node);\n\t\t\t\n\t\t\tconst newParent = node.parentNode;\n\t\t\tconst newNextSibling = node.nextSibling;\n\t\t\t\n\t\t\tVvveb.Undo.addMutation({type: 'move', \n\t\t\t\t\t\t\t\t\ttarget: node,\n\t\t\t\t\t\t\t\t\toldParent: oldParent,\n\t\t\t\t\t\t\t\t\tnewParent: newParent,\n\t\t\t\t\t\t\t\t\toldNextSibling: oldNextSibling,\n\t\t\t\t\t\t\t\t\tnewNextSibling: newNextSibling});\n\t},\n\n\tcloneNode:  function(node) {\n\t\tif (!node) {\n\t\t\tnode = Vvveb.Builder.selectedEl;\n\t\t}\n\n\t\tconst clone = node.cloneNode(true);\n\t\tnode.after(clone);\n\t\tnode.click();\n\t\t\n\t\tVvveb.Undo.addMutation({type: 'childList', \n\t\t\t\t\t\t\t\ttarget: node.parentNode, \n\t\t\t\t\t\t\t\taddedNodes: [clone],\n\t\t\t\t\t\t\t\tnextSibling: node.nextSibling});\n\t\t\n\t},\n\t\n\t\n\tselectNode:  function(node) {\n\t\tlet SelectBox = document.getElementById(\"select-box\");\n\t\t\n\t\tif (!node) {\n\t\t\tSelectBox.style.display = \"none\";\n\t\t\treturn;\n\t\t}\n\n\t\tlet self = this;\n\t\tlet SelectActions = document.getElementById(\"select-actions\");\n\t\tlet AddSectionBtn = document.getElementById(\"add-section-btn\");\n\t\tlet elementType = this._getElementType(node);\n\t\t\n\t\tif (self.texteditEl && (self.selectedEl != node)) {\n\t\t\tVvveb.WysiwygEditor.destroy(self.texteditEl);\n\t\t\tself.selectPadding = 0;\n\t\t\tSelectBox.classList.remove(\"text-edit\");\n\t\t\tSelectActions.style.display = \"\";\n\t\t\tself.texteditEl = null;\n\t\t}\n\n\t\tif (elementType[1] == \"BODY\") {\n\t\t\tSelectActions.style.display = \"none\";\n\t\t\tAddSectionBtn.style.display = \"none\";\n\t\t} else {\n\t\t\tSelectActions.style.display = \"\";\n\t\t\tAddSectionBtn.style.display = \"\";\n\t\t}\n\n\t\tlet target = node;\n\t\tself.selectedEl = target;\n\n\t\ttry {\n\t\t\tlet pos = offset(target);\n\t\t\tlet top = (pos.top - (self.frameDoc.scrollTop ?? 0)  - self.selectPadding);\n\t\t\t\t\n\t\t\tSelectBox.style.top  = top + \"px\"; \n\t\t\tSelectBox.style.left = (pos.left - (self.frameDoc.scrollLeft ?? 0) - self.selectPadding) + \"px\"; \t\t\t\n\t\t\tSelectBox.style.width = ((target.offsetWidth ?? target.clientWidth) + self.selectPadding * 2) + \"px\"; \t\t\t\n\t\t\tSelectBox.style.height = ((target.offsetHeight ?? target.clientHeight) + self.selectPadding * 2) + \"px\";\n\t\t\tSelectBox.style.display = \"block\";\n\n\t\t\t//move actions toolbar to bottom if there is no space on top\n\t\t\tif (top < 30) {\n\t\t\t\tSelectActions.style.top = \"unset\";\n\t\t\t\tSelectActions.style.bottom = \"-25px\";\n\t\t\t} else {\n\t\t\t\tSelectActions.style.top = \"\";\n\t\t\t\tSelectActions.style.bottom = \"\";\n\t\t\t}\n\t\t\t\t \n\t\t\tVvveb.Breadcrumb.loadBreadcrumb(target);\n\t\t\n\t\t} catch(err) {\n\t\t\tconsole.log(err);\n\t\t\treturn false;\n\t\t}\n\t\t\t \n\t\tdocument.querySelector(\"#highlight-name .type\").innerHTML = elementType[0];\n\t\tdocument.querySelector(\"#highlight-name .name\").innerHTML = elementType[1];\n\t\t\n\t\twindow.dispatchEvent(new CustomEvent(\"vvveb.Builder.selectNode\", {detail: {target}}));\n\t},\n\n/* iframe highlight */    \n    _initHighlight: function() {\n\t\t\n\t\tlet self = Vvveb.Builder;\n\t\t\n\t\tlet highlightMove = function(event) {\n\t\t\tif (self.highlightEnabled == true && event.target/* && isElement(event.target)*/) {\n\n\t\t\t\tself.highlightEl = target = event.target;\n\t\t\t\tlet pos = offset(target);\n\t\t\t\tlet height = target.offsetHeight;\n\t\t\t\tlet halfHeight = Math.max(height / 2, 5);\n\t\t\t\tlet width = target.offsetWidth;\n\t\t\t\tlet halfWidth = Math.max(width / 2, 5);\n\t\t\t\tlet prepend = true;\n\t\t\t\t\n\t\t\t\tlet x = event.x;\n\t\t\t\tlet y = event.y;\n\n\t\t\t\tif (self.isResize) {\n\t\t\t\t\tif (!self.initialPosition) {\n\t\t\t\t\t\tself.initialPosition = {x,y};\n\t\t\t\t\t}\n\t\t\t\t\t\n\t\t\t\t\tlet deltaX = x - self.initialPosition.x; \n\t\t\t\t\tlet deltaY = y - self.initialPosition.y; \n\t\t\t\t\t\n\t\t\t\t\tpos = offset(self.selectedEl);\n\t\t\t\t\t\n\t\t\t\t\twidth = self.initialSize.width;\n\t\t\t\t\theight = self.initialSize.height;\n\t\t\t\t\t\n\t\t\t\t\tswitch (self.resizeHandler) {\n\t\t\t\t\t\t// top\n\t\t\t\t\t\tcase \"top-left\":\n\t\t\t\t\t\t\theight -= deltaY; \n\t\t\t\t\t\t\twidth -= deltaX; \n\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\n\t\t\t\t\t\tcase \"top-center\":\n\t\t\t\t\t\t\theight -= deltaY; \n\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\n\t\t\t\t\t\tcase \"top-right\":\n\t\t\t\t\t\t\theight -= deltaY; \n\t\t\t\t\t\t\twidth += deltaX; \n\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\n\t\t\t\t\t\t// center \n\t\t\t\t\t\tcase \"center-left\":\n\t\t\t\t\t\t\twidth -= deltaX; \n\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\n\t\t\t\t\t\tcase \"center-right\":\n\t\t\t\t\t\t\twidth += deltaX; \n\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\n\t\t\t\t\t\t// bottom \n\t\t\t\t\t\tcase \"bottom-left\":\n\t\t\t\t\t\t\twidth -= deltaX; \n\t\t\t\t\t\t\theight += deltaY; \n\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\n\t\t\t\t\t\tcase \"bottom-center\":\n\t\t\t\t\t\t\theight += deltaY; \n\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\n\t\t\t\t\t\tcase \"bottom-right\":\n\t\t\t\t\t\t\twidth += deltaX; \n\t\t\t\t\t\t\theight += deltaY; \n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t\n\t\t\t\t    if (self.resizeMode == \"css\") {\n\t\t\t\t        self.selectedEl.style.width = width + \"px\";\n\t\t\t\t        self.selectedEl.style.height = height + \"px\";\n\t\t\t\t    } else {\n\t\t\t\t        self.selectedEl.setAttribute(\"width\", width);\n\t\t\t\t        self.selectedEl.setAttribute(\"height\", height);\n\t\t\t\t    }\n\n\t\t\t\t\tlet SelectBox = document.getElementById(\"select-box\");\n\t\t\t\t\tSelectBox.style.top  = pos.top - (self.frameDoc.scrollTop ?? 0) + \"px\"; \n\t\t\t\t\tSelectBox.style.left = pos.left - (self.frameDoc.scrollLeft ?? 0) + \"px\"; \t\t\t\n\t\t\t\t\tSelectBox.style.width = width + \"px\"; \t\t\t\n\t\t\t\t\tSelectBox.style.height = self.selectedEl.offsetHeight + \"px\";\n\t\t\t\t\tSelectBox.style.display = \"block\";\n\t\t\t\t\n\t\t\t\t} else if (self.isDragging) {\n\t\t\t\t\tlet noChildren = {\n\t\t\t\t\t\tinput: true,\n\t\t\t\t\t\ttextarea: true,\n\t\t\t\t\t\timg: true,\n\t\t\t\t\t\tsvg: true,\n\t\t\t\t\t\tiframe: true,\n\t\t\t\t\t\tembed: true,\n\t\t\t\t\t\tcol: true,\n\t\t\t\t\t\tarea: true,\n\t\t\t\t\t\thr: true,\n\t\t\t\t\t\tbr: true,\n\t\t\t\t\t\twbr: true\n\t\t\t\t\t};\n\n\t\t\t\t\tlet parent = self.highlightEl;\n\n\t\t\t\t\tlet isBlock = (window.getComputedStyle(parent).display == \"block\");\n\n\t\t\t\t\tif (self.dragType == \"section\") {\n\t\t\t\t\t\tlet closest = parent.closest(\"section, header, footer, body\");\n\t\t\t\t\t\tif (closest) {\n\t\t\t\t\t\t\tparent = closest;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tnoChildren.section = true;\n\t\t\t\t\t}\n\n\t\t\t\t\tlet parentTagName = parent.tagName.toLowerCase();\n\t\t\t\t\tlet isVattribute = false;\n\t\t\t\t\t//check if node is a data-v-attribute dynamic node that will override the content if added inside\n\t\t\t\t\tif (parent.childElementCount == 0) {\n\t\t\t\t\t\tfor (let attr of parent.attributes) {\n\t\t\t\t\t\t\tif (attr.name.startsWith(\"data-v-\") && !attr.name.startsWith(\"data-v-component-\")) {\n\t\t\t\t\t\t\t\tisVattribute = true;\n\t\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\t\n\t\t\t\t\ttry {\n\t\t\t\t\t\t\tif ((pos.top  < (y - halfHeight)) || (pos.left  < (x - halfWidth))) {\n\t\t\t\t\t\t\t\tif (noChildren[parentTagName] || isBlock || isVattribute) { \n\t\t\t\t\t\t\t\t\tparent.after(self.dragElement);\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tif (parent == self.dragElement.parenNode) {\n\t\t\t\t\t\t\t\t\t\tparent.appendChild(self.dragElement);\n\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\tparent.append(self.dragElement);\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\tprepend = true;\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tif (noChildren[parentTagName] || isBlock || isVattribute) { \n\t\t\t\t\t\t\t\t\tparent.parentNode.insertBefore(self.dragElement, parent);\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tparent.prepend(self.dragElement);\n\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\tprepend = false;\n\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\tif (self.designerMode) {\n\t\t\t\t\t\t\t\tlet parentOffset = offset(self.dragElement.offsetParent);\n\t\t\t\t\t\t\t\tself.dragElement.style.position =  \"absolute\"; \n\t\t\t\t\t\t\t\tself.dragElement.style.x = x - (parentOffset.left - self.frameDoc.scrollLeft); \n\t\t\t\t\t\t\t\tself.dragElement.style.y = y - (parentOffset.top - self.frameDoc.scrollTop); \t\t\t\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\n\t\t\t\t\t} catch(err) {\n\t\t\t\t\t\tconsole.log(err);\n\t\t\t\t\t\treturn false;\n\t\t\t\t\t}\n\t\t\t\t\t\n\t\t\t\t\tif (!self.designerMode && self.iconDrag) {\n\t\t\t\t\t\tself.iconDrag.style.top  = (y + 60) + \"px\"; \n\t\t\t\t\t\tself.iconDrag.style.left = (x + self.leftPanelWidth + 10) + \"px\"; \t\t\t\n\t\t\t\t\t}\n\t\t\t\t}// else //uncomment else to disable parent highlighting when dragging\n\t\t\t\t{\n\t\t\t\t\t//if text editor is open check if the highlighted element is not inside the editor\n\t\t\t\t\tif (Vvveb.WysiwygEditor.isActive )  {\n\t\t\t\t\t\tif (self.texteditEl.contains(event.target)) {\n\t\t\t\t\t\t\treturn true;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\t\t \n\t\t\t\t\tdocument.getElementById(\"highlight-box\").setAttribute(\"style\",\n\t\t\t\t\t\t`top:${pos.top - (self.frameDoc.scrollTop ?? 0)}px; \n\t\t\t\t\t\t left:${pos.left - (self.frameDoc.scrollLeft ?? 0)}px;\n\t\t\t\t\t\t width:${width}px; \n\t\t\t\t\t\t height:${height}px;\n\t\t\t\t\t\t display:${event.target.hasAttribute('contenteditable') ? \"none\":\"block\"};\n\t\t\t\t\t\t border:${self.isDragging ? \"1px dashed #0d6efd\":\"\"};\n\t\t\t\t\t`);\n\n\t\t\t\t\tif (height < 50) {\n\t\t\t\t\t\tdocument.getElementById(\"section-actions\").classList.add(\"outside\");\t \n\t\t\t\t\t} else {\n\t\t\t\t\t\tdocument.getElementById(\"section-actions\").classList.remove(\"outside\");\t\n\t\t\t\t\t}\n\n\t\t\t\t\tlet elementType = self._getElementType(event.target);\n\t\t\t\t\tdocument.querySelector(\"#highlight-name .type\").innerHTML = elementType[0];\n\t\t\t\t\tdocument.querySelector(\"#highlight-name .name\").innerHTML = elementType[1];\n\t\t\t\t}\n\t\t\t}\t\n\t\t\t\n\t\t};\n\t\t\n\t\tself.frameBody.addEventListener(\"mousemove\", highlightMove);\n\t\t\n\t\tlet highlightUp = function(event) {\n\t\t\tself.isResize = false;\n\t\t\tdocument.querySelectorAll(\"#section-actions, #highlight-name\").forEach(el => el.style.display = \"\");\n\t\t\tif (self.isDragging) {\n\t\t\t\tself.isDragging = false;\n\t\t\t\tVvveb.Builder.highlightEnabled = true;\n\t\t\t\tif (self.iconDrag) self.iconDrag.remove();\n\t\t\t\tdocument.getElementById(\"component-clone\")?.remove();\n\n\t\t\t\tif (self.dragMoveMutation === false) {\t\t\t\t\n\t\t\t\t\tif (self.component.dragHtml || Vvveb.dragHtml) { //if dragHtml is set for dragging then set real component html\n\t\t\t\t\t\tif (self.component) {\n\t\t\t\t\t\t\tlet html = self.component.html.replace('RANDOM_ID', Math.floor(Math.random() * 1000));\n\t\t\t\t\t\t\tnewElement = generateElements(html)[0];\n\t\t\t\t\t\t\tself.dragElement.replaceWith(newElement);\n\t\t\t\t\t\t\tself.dragElement = newElement;\n\t\t\t\t\t\t}\n\t\t\t\t\t} \n\t\t\t\t\t\n\t\t\t\t\tif (self.component.afterDrop) self.dragElement = self.component.afterDrop(self.dragElement);\n\t\t\t\t} else {\n\t\t\t\t\tself.selectedEl.classList.remove(\"is-dragged\");\n\t\t\t\t\tself.dragElement.replaceWith(self.selectedEl);\n\t\t\t\t\tself.dragElement = self.selectedEl;\n\t\t\t\t}\n\n\t\t\t\tconst node = self.dragElement;\n\t\t\t\tself.selectNode(node);\n\t\t\t\tVvveb.TreeList.loadComponents();\n\t\t\t\tVvveb.TreeList.selectComponent(node);\n\t\t\t\tself.loadNodeComponent(node);\n\t\t\t\t\n\t\t\t\tif (self.dragType == \"section\") {\n\t\t\t\t\tnode.scrollIntoView({behavior: \"smooth\", block: \"center\", inline: \"center\"});\n\t\t\t\t}\n\n\t\t\t\tif (self.dragMoveMutation === false) {\n\t\t\t\t\tVvveb.Undo.addMutation({type: 'childList', \n\t\t\t\t\t\t\t\t\t\t\ttarget: node.parentNode, \n\t\t\t\t\t\t\t\t\t\t\taddedNodes: [node], \n\t\t\t\t\t\t\t\t\t\t\tnextSibling: node.nextSibling});\n\t\t\t\t} else {\n\t\t\t\t\tself.dragMoveMutation.newParent = node.parentNode;\n\t\t\t\t\tself.dragMoveMutation.newNextSibling = node.nextSibling;\n\t\t\t\t\t\n\t\t\t\t\tVvveb.Undo.addMutation(self.dragMoveMutation);\n\t\t\t\t\tself.dragMoveMutation = false;\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t\t\n\t\tself.frameBody.addEventListener(\"mouseup\", highlightUp);\n\n\t\tlet highlightDbClick = function(event) {\n\t\t\t\n\t\t\tif (Vvveb.Builder.isPreview == false && Vvveb.Builder.highlightEnabled) {\n\t\t\t\t\n\t\t\t\tif (!Vvveb.WysiwygEditor.isActive)  {\n\t\t\t\t\tself.selectPadding = 10;\n\t\t\t\t\tself.texteditEl = target = event.target;\n\n\t\t\t\t\tVvveb.WysiwygEditor.edit(self.texteditEl);\n\t\t\t\t\t\n\t\t\t\t\t_updateSelectBox = function(event) {\n\t\t\t\t\t\tif (!self.texteditEl) return;\n\t\t\t\t\t\tlet pos = offset(self.selectedEl);\n\n\t\t\t\t\t\tlet SelectBox = document.getElementById(\"select-box\");\n\n\t\t\t\t\t\tSelectBox.style.top  = (pos.top - (self.frameDoc.scrollTop ?? 0)  - self.selectPadding) + \"px\";\n\t\t\t\t\t\tSelectBox.style.left = (pos.left - (self.frameDoc.scrollLeft ?? 0) - self.selectPadding) + \"px\";\n\t\t\t\t\t\tSelectBox.style.width = (self.texteditEl.offsetWidth + (self.selectPadding * 2)) + \"px\";\n\t\t\t\t\t\tSelectBox.style.height = (self.texteditEl.offsetHeight + (self.selectPadding * 2)) + \"px\";\n\t\t\t\t\t\tSelectBox.style.display = \"block\";\n\t\t\t\t\t};\n\t\t\t\t\t\n\t\t\t\t\t//update select box when the text size is changed\n\t\t\t\t\tself.texteditEl.addEventListener(\"blur\", _updateSelectBox);\t\n\t\t\t\t\tself.texteditEl.addEventListener(\"keyup\", _updateSelectBox);\t\n\t\t\t\t\tself.texteditEl.addEventListener(\"paste\", _updateSelectBox);\t\n\t\t\t\t\tself.texteditEl.addEventListener(\"input\", _updateSelectBox);\t\n\t\t\t\t\t_updateSelectBox();\t\n\t\t\t\t\t\n\t\t\t\t\tdocument.getElementById(\"select-box\").classList.add(\"text-edit\")\n\t\t\t\t\tdocument.getElementById(\"select-actions\").style.display = \"none\";\n\t\t\t\t\tdocument.getElementById(\"highlight-box\").style.display = \"none\";\n\t\t\t\t}\n\t\t \t}\n\t\t};\n\t\t\n\t\tself.frameBody.addEventListener(\"dblclick\", highlightDbClick);\n\t\t\n\t\tlet highlightClick = function(event) {\n\t\t\t\n\t\t\tif (Vvveb.Builder.isPreview == false && Vvveb.Builder.highlightEnabled){\n\t\t\t\tif (event.target) {\n\t\t\t\t\tif (Vvveb.WysiwygEditor.isActive )  {\n\t\t\t\t\t\tif (self.texteditEl.contains(event.target)) {\n\t\t\t\t\t\t\treturn true;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\t\n\t\t\t\t\tself.selectNode(event.target);\n\t\t\t\t\tVvveb.TreeList.selectComponent(event.target);\n\t\t\t\t\tself.loadNodeComponent(event.target);\n\n\t\t\t\t\tif (Vvveb.component.resizable) {\n\t\t\t\t\t\tdocument.getElementById(\"select-box\").classList.add(\"resizable\");\n                      \tself.resizeMode = Vvveb.component.resizeMode;\n\t\t\t\t\t} else {\n\t\t\t\t\t\tdocument.getElementById(\"select-box\").classList.remove(\"resizable\");\n\t\t\t\t\t}\n\t\t\t\t\t\n\t\t\t\t\tdocument.getElementById(\"add-section-box\").style.display = \"none\";\n\t\t\t\t\tevent.preventDefault();\n\t\t\t\t\treturn false;\n\t\t\t\t}\t\n\t\t\t}\t\n\t\t\t\n\t\t};\n\t\t\n\t\tself.frameBody.addEventListener(\"click\", highlightClick);\n\t\t\n\t},\n\t\n\t_initBox: function() {\n\t\tlet self = this;\n\t\t\n\t\tdocument.getElementById(\"drag-btn\").addEventListener(\"mousedown\", function(event) {\n\t\t\t//self.dragElement = self.selectedEl.setAttribute(\"style\",Vvveb.dragElementStyle);\n\t\t\tif (event.which == 1) {//left click\n\t\t\t\tself.isDragging = true;\n\t\t\t\tdocument.querySelectorAll(\"#section-actions, #highlight-name, #select-box\").forEach(el => el.style.display = \"\");\n\t\t\t\t\n\t\t\t\t\n\t\t\t\tif (self.designerMode) {\n\t\t\t\t\tself.dragElement = self.selectedEl;\n\t\t\t\t} else {\n\t\t\t\t\tself.selectedEl.style.position  = \"\"; \n\t\t\t\t\tself.selectedEl.style.top  = \"\"; \n\t\t\t\t\tself.selectedEl.style.left = \"\"; \t\t\t\n\n\t\t\t\t\tself.selectedEl.classList.add(\"is-dragged\");\n\t\t\t\t\tself.dragElement = generateElements(Vvveb.dragHtml)[0];\n\t\t\t\t}\n\n\t\t\t\tconst node = self.selectedEl;\t\t\t\n\n\t\t\t\tself.dragMoveMutation = {type: 'move', \n\t\t\t\t\t\t\t\t\ttarget: node,\n\t\t\t\t\t\t\t\t\toldParent: node.parentNode,\n\t\t\t\t\t\t\t\t\toldNextSibling: node.nextSibling};\n\t\t\t\t\t\n\t\t\t\t//self.selectNode(false);\n\t\t\t\tevent.preventDefault();\n\t\t\t\treturn false;\n\t\t\t}\n\t\t});\n\n\n\t\tlet resizeDown = function(event) {\n\t\t\tif (event.which == 1) {//left click\n\t\t\t\tdocument.querySelector(\"#section-actions, #highlight-name, #highlight-box\").style.display = \"none\";\n\t\t\t\t\n\t\t\t\tself.isResize = true;\n\t\t\t\tself.initialSize = {\"width\" : self.selectedEl.offsetWidth, \"height\" : self.selectedEl.offsetHeight};\n\t\t\t\tself.initialPosition = false;\n\t\t\t\tself.resizeHandler = this.className;\n\n\t\t\t\tevent.preventDefault();\n\t\t\t\treturn false;\n\t\t\t}\n\t\t};\n\t\t\n\t\tdocument.querySelectorAll(\".resize > div\").forEach(e => e.addEventListener(\"mousedown\", resizeDown));\n\n\t\tdocument.getElementById(\"down-btn\").addEventListener(\"click\", function(event) {\n\n\t\t\tdocument.getElementById(\"select-box\").style.display = \"none\";\n\n\t\t\tVvveb.Builder.moveNodeDown();\n\n\t\t\tevent.preventDefault();\n\t\t\treturn false;\n\t\t});\n\t\t\n\t\tdocument.getElementById(\"up-btn\").addEventListener(\"click\", function(event) {\n\t\t\tdocument.getElementById(\"select-box\").style.display = \"none\";\n\n\t\t\tVvveb.Builder.moveNodeUp();\n\n\t\t\tevent.preventDefault();\n\t\t\treturn false;\n\t\t});\n\t\t\n\t\tdocument.getElementById(\"clone-btn\").addEventListener(\"click\", function(event) {\n\t\t\t\n\t\t\tVvveb.Builder.cloneNode();\n\t\t\t\n\t\t\tevent.preventDefault();\n\t\t\treturn false;\n\t\t});\n\t\t\n\t\tdocument.getElementById(\"parent-btn\").addEventListener(\"click\", function(event) {\n\t\t\t\n\t\t\tconst node = self.selectedEl.parentNode;\n\t\t\t\n\t\t\tself.selectNode(node);\n\t\t\tself.loadNodeComponent(node);\n\t\t\tVvveb.TreeList.selectComponent(node);\n\t\t\t\n\t\t\tevent.preventDefault();\n\t\t\treturn false;\n\t\t});\t\t\n\t\t\n\t\tdocument.getElementById(\"save-reusable-btn\").addEventListener(\"click\", function(event) {\n\t\t\t\n\t\t\tconst node = self.selectedEl;\n\n\t\t\tlet type = 'block';\n\t\t\tif (node.tagName.toLowerCase() == 'section') {\n\t\t\t\ttype = 'section';\n\t\t\t}\n\t\t\t\n\t\t\tconst name = prompt(\"Enter name for new reusable \" + type, '');\n\t\t\tif (name) {\n\t\t\t\tVvveb.Builder.saveElement(node, type, name);\n\t\t\t}\n\t\t\t\n\t\t\tevent.preventDefault();\n\t\t\treturn false;\n\t\t});\n\t\t\n\t\tlet codeEditorOldValue;\n\t\tdocument.getElementById(\"edit-code-btn\").addEventListener(\"click\", function(event) {\n\t\t\tlet value = Vvveb.Builder.selectedEl.innerHTML;\n\n\t\t\tVvveb.ModalCodeEditor.show();\n\t\t\tVvveb.ModalCodeEditor.setValue(value);\n\t\t\t\n\t\t\tcodeEditorOldValue = value;\n\n\t\t\tevent.preventDefault();\n\t\t\treturn false;\n\t\t});\n\n\t\tlet onSave = function(event) {\n\t\t\tVvveb.Builder.selectedEl.innerHTML = event.detail;\n\t\t\t\n\t\t\tconst node = Vvveb.Builder.selectedEl;\n\t\t\tVvveb.Undo.addMutation({type:'characterData', \n\t\t\t\ttarget: node, \n\t\t\t\toldValue: codeEditorOldValue, \n\t\t\t\tnewValue: node.innerHTML});\t\t\t\t\n\t\t\t\t\n\t\t\tVvveb.Builder.selectNode(node);\t\n\t\t};\n\t\t\n\t\twindow.addEventListener(\"vvveb.ModalCodeEditor.save\", onSave); \n\t\t\n\t\tdocument.getElementById(\"translate-code-btn\")?.addEventListener(\"click\", function(event) {\n\t\t\tlet selectedEl = Vvveb.Builder.selectedEl;\n\t\t\tlet value = selectedEl.innerHTML.trim();\n\t\t\t// uncomment to use outerHTML, not recommended\n\t\t\t//let value = selectedEl.outerHTML;\n\t\t\tVvveb.ModalCodeEditor.show();\n\t\t\tVvveb.ModalCodeEditor.setValue(value);\n\n\t\t\tlet onSave = function(event) { \n\t\t\t\tselectedEl.innerHTML = event.detail;\n\t\t\t\t//selectedEl.outerHTML = value;\n\t\t\t};\n\n\t\t\twindow.removeEventListener(\"vvveb.ModalCodeEditor.save\", onSave); \n\t\t\twindow.addEventListener(\"vvveb.ModalCodeEditor.save\", onSave); \n\t\t\t\t\n\t\t\tevent.preventDefault();\n\t\t\treturn false;\n\t\t});\n\n\t\tdocument.getElementById(\"delete-btn\").addEventListener(\"click\", function(event) {\n\t\t\tdocument.getElementById(\"select-box\").style.display = \"none\";\n\t\t\t\n\t\t\tconst node = self.selectedEl;\n\t\t\n\t\t\tVvveb.Undo.addMutation({type: 'childList', \n\t\t\t\ttarget: node.parentNode, \n\t\t\t\tremovedNodes: [node],\n\t\t\t\tnextSibling: node.nextSibling});\n\n\t\t\tself.selectedEl.remove();\n\t\t\tVvveb.TreeList.loadComponents();\n\t\t\tVvveb.SectionList.loadSections();\n\n\t\t\tevent.preventDefault();\n\t\t\treturn false;\n\t\t});\n\n\t\tlet addSectionBox = document.getElementById(\"add-section-box\");\n\t\tlet addSectionElement;\n\t\t\n\t\tdocument.getElementById(\"add-section-btn\").addEventListener(\"click\", function(event) {\n\t\t\t\n\t\t\taddSectionElement = self.highlightEl; \n\t\t\taddSectionBox.style.display  = \"block\"; \n\t\t\taddSectionBox.classList.remove(\"only-base\"); \n\t\t\tlet tagName = self.highlightEl.tagName.toLowerCase();\n\t\t\tlet bsTab;\n\t\t\tif ([\"section\", \"footer\", \"header\"].includes(tagName)) {\n\t\t\t\taddSectionBox.classList.add(\"only-sections\"); \n\t\t\t\tbsTab = bootstrap.Tab.getOrCreateInstance(document.getElementById(\"box-sections-tab\"));\n\t\t\t} else {\n\t\t\t\taddSectionBox.classList.remove(\"only-sections\"); \n\t\t\t\tbsTab = bootstrap.Tab.getOrCreateInstance(document.getElementById(\"box-components-tab\"));\n\t\t\t}\n\t\t\tbsTab.show(); \n\n\t\t\tlet pos = offset(addSectionElement);\t\n\t\t\tlet top = ((pos.top + window.FrameWindow.pageYOffset + addSectionElement.clientTop) - self.frameHtml.scrollTop) + addSectionElement.offsetHeight;\n\t\t\tlet left = ((pos.left + window.FrameWindow.pageXOffset + addSectionElement.clientLeft) - self.frameHtml.scrollLeft) + (addSectionElement.offsetWidth / 2) - (addSectionBox.offsetWidth / 2);\n\t\t\tlet outerHeight = window.FrameWindow.innerHeight + self.frameHtml.scrollTop;\n\n\t\t\tif ((left + addSectionBox.offsetWidth) > self.frameHtml.offsetWidth) left = self.frameHtml.offsetWidth - addSectionBox.offsetWidth;\n\t\t\tif (((top + addSectionBox.offsetHeight) + self.frameHtml.scrollTop) > outerHeight) top = top - addSectionBox.offsetHeight;\n\t\t\t//check if box is out of viewport and move inside\n\t\t\tif (left < 0) left = 0;\n\t\t\tif (top < 0) top = 0;\n\t\t\t\n\t\t\taddSectionBox.style.top  = top + \"px\"; \n\t\t\taddSectionBox.style.left = left + \"px\"; \n\n\t\t\tevent.preventDefault();\n\t\t\treturn false;\n\t\t});\n\t\t\n\t\tdocument.getElementById(\"close-section-btn\").addEventListener(\"click\", function(event) {\n\t\t\taddSectionBox.style.display = \"none\";\n\t\t});\n\t\t\n\t\tfunction addSectionComponent(component, after = true) {\n\t\t\tlet html    = component.html.replace('RANDOM_ID', Math.floor(Math.random() * 1000))\n\t\t\tlet node    = generateElements(html)[0];\n\t\t\tlet tagName = node.tagName.toLowerCase();\n\t\t\tlet element = addSectionElement;\n\t\t\t\n\t\t\t//if section add after current section\n\t\t\tif ([\"section\", \"footer\", \"header\", \"nav\"].includes(tagName)) {\n\t\t\t\tif (!element) {\n\t\t\t\telement = Vvveb.Builder.frameBody.querySelector(':scope > ' + tagName + ':last-of-type') || Vvveb.Builder.frameBody.querySelector(':scope > section:last-of-type') || Vvveb.Builder.frameBody.querySelector(':scope > header:last-of-type') || Vvveb.Builder.frameBody.querySelector(':scope > main') || Vvveb.Builder.frameBody.querySelector(':scope > footer:last-of-type');\n\t\t\t\t} else {\n\t\t\t\t\twhile (element = element.parentElement) {\n\t\t\t\t\t\ttagName = element.tagName.toLowerCase();\n\t\t\t\t\t\tif ([\"section\", \"footer\", \"header\", \"nav\"].includes(tagName)) {\n\t\t\t\t\t\t\tafter = true;\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t}\t\t\t\t\t\n\t\t\t\t\t} \n\t\t\t\t} \n\t\t\t\t\n\t\t\t\tif (!element) {\n\t\t\t\t\telement = addSectionElement;\n\t\t\t\t}\n\t\t\t}\n\t\t\t\n\t\t\tif (after) {\n\t\t\t\telement.after(node);\n\t\t\t} else {\n\t\t\t\telement.append(node);\n\t\t\t}\n\t\t\t\n\t\t\tif (component.afterDrop) {\n\t\t\t\tnode = component.afterDrop(node);\n\t\t\t}\n\t\t\t\n\n\t\t\tself.selectNode(node);\n\t\t\tself.loadNodeComponent(node);\n\t\t\tVvveb.TreeList.loadComponents();\n\t\t\tVvveb.TreeList.selectComponent(node);\n\t\t\t\n\t\t\tnode.scrollIntoView({behavior: \"smooth\", block: \"center\", inline: \"center\"});\n\n\t\t\tVvveb.Undo.addMutation({type: 'childList', \n\t\t\t\t\t\t\t\t\ttarget: node.parentNode, \n\t\t\t\t\t\t\t\t\taddedNodes: [node], \n\t\t\t\t\t\t\t\t\tnextSibling: node.nextSibling});\n\t\t}\n\t\t\n\t\taddSectionBox.addEventListener(\"click\", function(event) {\n\t\t\tlet element = event.target.closest(\"ol li\");\n\t\t\tif (element) {\n\t\t\t\tlet itemType = element.dataset.dragType;\n\t\t\t\tlet html;\n\t\t\t\tswitch (itemType) {\n\t\t\t\t\tcase 'component':\n\t\t\t\t\t\thtml = Vvveb.Components.get(element.dataset.type);\n\t\t\t\t\tbreak;\t\t\t\t\t\n\t\t\t\t\tcase 'block':\n\t\t\t\t\t\thtml = Vvveb.Blocks.get(element.dataset.type);\n\t\t\t\t\tbreak;\t\t\t\t\t\n\t\t\t\t\tcase 'section':\n\t\t\t\t\t\thtml = Vvveb.Sections.get(element.dataset.type);\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t\t\n\n\t\t\t\taddSectionComponent(html, (document.querySelector(\"[name='add-section-insert-mode']:checked\").value == \"after\"));\n\n\t\t\t\taddSectionBox.style.display = \"none\";\n\t\t\t}\n\t\t});\n\t\t\n\t},\t\n\n/* drag and drop */\n\t_initDragdrop : function() {\n\n\t\tlet self = this;\n\t\tself.isDragging = false;\t\n\t\t\n\t\tdocument.addEventListener(\"mousedown\", function(event) {\n\t\t\tlet element = event.target.closest(\".drag-elements-sidepane ul > li > ol > li[data-drag-type]\");\n\t\t\tlet html;\n\t\t\t\n\t\t\tif (element && event.which == 1) {//left click\n\t\t\t\tdocument.getElementById(\"component-clone\")?.remove();\n\t\t\t\tdocument.querySelectorAll(\"#section-actions, #highlight-name, #select-box\").forEach(e => e.style.display = \"none\");\n\t\t\t\t\n\t\t\t\tself.dragType  = element.dataset.dragType;\n\t\t\t\tif (self.dragType == \"component\") {\n\t\t\t\t\tself.component = Vvveb.Components.get(element.dataset.type);\n\t\t\t\t}\n\t\t\t\telse if (self.dragType == \"section\") {\n\t\t\t\t\tself.component = Vvveb.Sections.get(element.dataset.type);\n\t\t\t\t}\n\t\t\t\telse if (self.dragType == \"block\") {\n\t\t\t\t\tself.component = Vvveb.Blocks.get(element.dataset.type);\n\t\t\t\t}\n\t\t\t\t\n\t\t\t\tif (self.component.dragHtml) {\n\t\t\t\t\thtml = self.component.dragHtml;\n\t\t\t\t} else if (Vvveb.dragHtml) { \n\t\t\t\t\thtml = Vvveb.dragHtml;\n\t\t\t\t} else {\n\t\t\t\t\thtml = self.component.html.replace('RANDOM_ID', Math.floor(Math.random() * 1000));\n\t\t\t\t}\n\t\t\t\t\n\t\t\t\tself.dragElement = generateElements(html)[0];\n\t\t\t\t//self.dragElement.css(\"border\", \"1px dashed #4285f4\");\n\t\t\t\t\n\t\t\t\tif (self.component.dragStart) self.dragElement = self.component.dragStart(self.dragElement);\n\n\t\t\t\tself.isDragging = true;\n\t\t\t\tif (Vvveb.dragIcon == 'html') {\n\t\t\t\t\tself.iconDrag = generateElements(html)[0];\n\t\t\t\t\tself.iconDrag.setAttribute(\"id\", \"dragElement-clone\");\n\t\t\t\t\tself.iconDrag.style.position = \"absolute\";\n\t\t\t\t}\n\t\t\t\telse if (self.designerMode == false) {\n\t\t\t\t\tself.iconDrag = document.createElement(\"img\");\n\t\t\t\t\tself.iconDrag.setAttribute(\"id\", \"dragElement-clone\");\n\t\t\t\t\tself.iconDrag.setAttribute(\"src\", element.style.backgroundImage.replace(/^url\\(['\"](.+)['\"]\\)/, '$1'));\n\t\t\t\t\t\n\t\t\t\t\tself.iconDrag.style.zIndex = \"100\";\n\t\t\t\t\tself.iconDrag.style.position = \"absolute\";\n\t\t\t\t\tself.iconDrag.style.width = \"64px\";\n\t\t\t\t\tself.iconDrag.style.height = \"64px\";\n\t\t\t\t\tself.iconDrag.style.top = event.y + \"px\";\n\t\t\t\t\tself.iconDrag.style.left = event.x + \"px\";\n\t\t\t\t}\n\t\t\t\t\t\n\t\t\t\tdocument.body.append(self.iconDrag);\n\t\t\t\t\n\t\t\t\tevent.preventDefault();\n\t\t\t\treturn false;\n\t\t\t}\n\t\t});\n\t\t\n\t\tdocument.addEventListener('mouseup', function(event) {\n\t\t\tif (self.iconDrag && self.isDragging == true) {\n\t\t\t\tself.isDragging = false;\n\t\t\t\tdocument.getElementById(\"component-clone\")?.remove();\n\t\t\t\tdocument.querySelectorAll(\"#section-actions, #highlight-name, #select-box\").forEach(el => el.style.display = \"\");\n\t\t\t\tself.iconDrag.remove();\n\t\t\t\tif(self.dragElement){\n\t\t\t\t\tself.dragElement.remove();\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t\t\n\t\tdocument.addEventListener('mousemove', function(event) {\n\t\t\tif (self.iconDrag && self.isDragging == true) {\n\t\t\t\tlet x = (event.clientX || event.clientX);\n\t\t\t\tlet y = (event.clientY || event.clientY);\n\n\t\t\t\tself.iconDrag.style.left  = (x - 60) + \"px\";\n\t\t\t\tself.iconDrag.style.top  = (y - 30) + \"px\";\n\n\t\t\t\tconst elementMouseIsOver = document.elementFromPoint(x - 60, y - 40);\n\t\t\t\t\n\t\t\t\t//if drag elements hovers over iframe switch to iframe mouseover handler\t\n\t\t\t\treturn;\n\t\t\t\tif (elementMouseIsOver && elementMouseIsOver.tagName == 'IFRAME') {\n\t\t\t\t\tself.frameBody.dispatchEvent(new MouseEvent(\"mousemove\", {\n\t\t\t\t\t\t\t\tbubbles: true,\n\t\t\t\t\t\t\t\tcancelable: true,\n\t\t\t\t\t}));\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t//self.frameBody.trigger(\"mousemove\", event);\n\t\t\t\t\tevent.stopPropagation();\n\t\t\t\t\tself.selectNode(false);\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t\t\n\t\tdocument.addEventListener(\"mouseup\", function(event) {\n\t\t\tlet element = event.target.closest(\".drag-elements-sidepane ul > ol > li > li\");\n\t\t\tif (element) {\n\t\t\t\tself.isDragging = false;\n\t\t\t\tdocument.getElementById(\"component-clone\")?.remove()\n\t\t\t\tdocument.querySelectorAll(\"#section-actions, #highlight-name, #select-box\").forEach(el => el.style.display = \"\");\n\t\t\t}\n\t\t});\n\t\t\t\n\t},\n\t\n\tremoveHelpers: function (html, keepHelperAttributes = false) {\n\t\t//tags like stylesheets or scripts \n\t\thtml = html.replace(/<[^>]+?data-vvveb-helpers.+?>/gi, \"\");\n\t\thtml = html.replace(/<[^>]+?vvvebjs-new-section.+?>.+?<\\/newsection>/gims, \"\");\n\t\t//attributes\n\t\tif (!keepHelperAttributes) {\n\t\t\thtml = html.replace(/\\s*data-vvveb-\\w+(=[\"'].*?[\"'])?\\s*/gi, \"\");\n\t\t}\n\t\t\n\t\thtml = html.replaceAll(\"vvveb-hidden\", \"\").replaceAll(\"data-vvvebjs-editor\", \"\");\n\t\treturn html;\n\t},\n\n\tgetHtml: function(keepHelperAttributes = true, filter = true) {\n\t\tlet doc = window.FrameDocument;\n\t\tlet hasDoctpe = (doc.doctype !== null);\n\t\tlet html = \"\";\n\t\t\n\t\tdoc.querySelectorAll(\"[contenteditable]\").forEach(e => e.removeAttribute(\"contenteditable\"));\n\t\tdoc.querySelectorAll(\"[spellcheckker]\").forEach(e => e.removeAttribute(\"spellcheckker\"));\n\t\tdoc.querySelectorAll('script[src^=\"chrome-extension://\"]').forEach(e => e.remove());\n\t\tdoc.querySelectorAll('script[src^=\"moz-extension://\"]').forEach(e => e.remove());\n\t\t\n\t\t// scroll page to top to avoid saving the page in a different state\n\t\t// like saving with sticky classes set for navbar etc\n\t\t// this.iframe.contentWindow.scrollTo(0,0);\n\t\tif (filter) {\n\t\t\twindow.dispatchEvent(new CustomEvent(\"vvveb.getHtml.before\", {detail: doc}));\n\t\t}\n\n\t\tif (hasDoctpe) html =\n\t\t\"<!DOCTYPE \"\n\t\t+ doc.doctype.name\n\t\t+ (doc.doctype.publicId ? ' PUBLIC \"' + doc.doctype.publicId + '\"' : '')\n\t\t+ (!doc.doctype.publicId && doc.doctype.systemId ? ' SYSTEM' : '') \n\t\t+ (doc.doctype.systemId ? ' \"' + doc.doctype.systemId + '\"' : '')\n\t\t+ \">\\n\";\n          \n\t\tVvveb.FontsManager.cleanUnusedFonts();\n\n\t\thtml += doc.documentElement.outerHTML;\n\t\thtml = this.removeHelpers(html, keepHelperAttributes);\n\n\t\tif (filter) {\n\t\t\t window.dispatchEvent(new CustomEvent(\"vvveb.getHtml.after\", {detail: doc}));\n\t\t\t window.dispatchEvent(new CustomEvent(\"vvveb.getHtml.filter\", {detail: html}));\n\t\t}\n         \n         return html;\n\t},\n\t\n\tsetHtml: function(html) {\n\t\t//documentElement.innerHTML resets <head> each time and the page flickers\n\t\t//return window.FrameDocument.documentElement.innerHTML = html;\n\t\t\n\t\tfunction getTag(html, tag, outerHtml = false) {\n\t\t\tconst start = html.indexOf(\"<\" + tag);\n\t\t\tconst end = html.indexOf(\"</\" + tag);\t\t\n\n\t\t\tif (start >= 0 && end >= 0) {\n\t\t\t\tif (outerHtml)\n\t\t\t\t\treturn html.slice(start, end + 3 + tag.length);\n\t\t\t\telse\n\t\t\t\t\treturn html.slice(html.indexOf(\">\", start) + 1, end);\n\t\t\t} else {\n\t\t\t\treturn html;\n\t\t\t}\n\t\t}\n\n\t\tif (this.runJsOnSetHtml) {\n\t\t\tthis.frameBody.innerHTML = getTag(html, \"body\");\n\t\t}\n\t\telse {\n\t\t\twindow.FrameDocument.body.innerHTML = getTag(html, \"body\");\n\t\t}\n\t\t\t\n\t\t//use outerHTML if you want to set body tag attributes\n\t\t//window.FrameDocument.body.outerHTML = getTag(html, \"body\", true);\n\n\t\t//set head html only if changed to avoid page flicker\n\t\tlet headHtml = getTag(html, \"head\");\n\t\tif (window.FrameDocument.head.innerHTML != headHtml) {\n\t\t\twindow.FrameDocument.head.innerHTML = headHtml;\n\t\t}\n\t},\n\n\tsaveElement: function(element, type, name, callback) {\n\t\tif (type == 'section') {\n\t\t\tVvveb.Sections.add('reusable/'+ name, {\n\t\t\t\tname,\n\t\t\t\timage: \"img/logo-small.png\",\n\t\t\t\thtml: element.outerHTML});\n\t\t\t\n\t\t\tif (Vvveb.SectionsGroup[\"Reusable\"] === undefined) {\n\t\t\t\tVvveb.SectionsGroup[\"Reusable\"] = [];\n\t\t\t}\n\t\t\t\n\t\t\tVvveb.SectionsGroup[\"Reusable\"].push('reusable/'+ name);\n\t\t\tVvveb.Builder.loadSectionGroups();\n\t\t} else {\n\t\t\tVvveb.Blocks.add('reusable/'+ name, {\n\t\t\t\tname,\n\t\t\t\timage: \"img/logo-small.png\",\n\t\t\t\thtml: element.outerHTML});\n\t\t\t\n\t\t\tif (Vvveb.BlocksGroup[\"Reusable\"] === undefined) {\n\t\t\t\tVvveb.BlocksGroup[\"Reusable\"] = [];\n\t\t\t}\n\t\t\t\n\t\t\tVvveb.BlocksGroup[\"Reusable\"].push('reusable/'+ name);\n\t\t\tVvveb.Builder.loadBlockGroups();\n\t\t}\n\t\t\n\t\tlet data = {type, name, html:element.outerHTML};\n\t\t\n\t\tfetch(saveReusableUrl, {method: \"POST\",  body: new URLSearchParams(data)})\n\t\t.then((response) => {\n\t\t\tif (!response.ok) { throw new Error(response) }\n\t\t\treturn response.text()\n\t\t})\n\t\t.then((data) => {\n\t\t\tif (callback) callback(data);\n\t\t\tlet bg = \"success\";\n\t\t\tif (true || data.success || text == \"success\") {\t\t\n\t\t\t} else {\n\t\t\t\tbg = \"danger\";\n\t\t\t}\n\t\t\t\n\t\t\tdisplayToast(bg, \"Save\", data.message ?? data);\t\t\t\t\t\n\t\t})\n\t\t.catch(error => {\n\t\t\tconsole.log(error.statusText);\n\t\t\tdisplayToast(\"danger\", \"Error\", \"Error saving!\");\n\t\t});\n\t\t/*\n\t\treturn $.ajax({\n\t\t\ttype: \"POST\",\n\t\t\turl: saveReusableUrl,//set your server side save script url\n\t\t\tdata: data,\n\t\t\tcache: false,\n\t\t}).done(function (data, text) {\n\t\t\tif (callback) callback(data);\n\t\t\tlet bg = \"success\";\n\t\t\tif (data.success || text == \"success\") {\t\t\n\t\t\t} else {\n\t\t\t\tbg = \"danger\";\n\t\t\t}\n\t\t\t\n\t\t\tdisplayToast(bg, \"Save\", data.message ?? data);\t\t\t\n\t\t}).fail(function (data) {\n\t\t\tdisplayToast(\"danger\", \"Error\", \"Error saving!\");\n\t\t\talert(data.responseText);\n\t\t});\t\t\n\t\t*/\n\t},\n\t\n\tsaveAjax: function(data, saveUrl, callback, error ) {\n\t\tif (!data[\"file\"]) {\n\t\t\tdata[\"file\"]  = Vvveb.FileManager.getCurrentFileName();\n\t\t}\n\t\t        \n\t\tif (!data[\"startTemplateUrl\"]) {\n\t\t\tdata[\"html\"] = this.getHtml();\n\t\t}\n\n\t\t//data['elements'] = new URLSearchParams(data['elements']);\n\n\t\treturn fetch(saveUrl, {\n\t\t\tmethod: \"POST\",  \n\t\t\theaders: {'Content-Type': 'application/x-www-form-urlencoded; charset=UTF-8'},\n\t\t\tbody:  nestedFormData(data)\n\t\t})\n\t\t.then((response) => {\n\t\t\tif (!response.ok) {\n\t\t\t\treturn Promise.resolve(response.text()).then((responseInText) => {\n\t\t\t\t\treturn Promise.reject([response, responseInText]);\n\t\t\t\t});\n\t\t\t}\n\t\t\treturn response.text();\n\t\t})\n\t\t.then((data) => {\n\t\t\tif (callback) callback(data);\n\t\t\tVvveb.Undo.reset();\n\t\t\tdocument.querySelectorAll(\"#top-panel .save-btn\").forEach(e => e.setAttribute(\"disabled\", \"true\"));\n\t\t\twindow.dispatchEvent(new CustomEvent(\"vvveb.Builder.saveAjax\", {\n\t\t\t\tdetail: data,\n\t\t\t}));\n\t\t})\n\t\t.catch((err) => {\n\t\t\tif (error) error(err);\n\t\t\t\n\t\t\tlet message = err;\n\t\t\ttry {\n\t\t\t\tlet [response, responseInText] = err;\n\t\t\t\tlet message = responseInText ?? response.statusText ?? \"Error uploading!\";\n\t\t\t} catch (e) {\n\t\t\t}\n\n\t\t\tif (err.hasOwnProperty('text')) err.text().then( errorMessage => {\n\t\t\t  \tlet message = errorMessage.substr(0, 200);\n\t\t\t\tdisplayToast(\"danger\", \"Error\", message);\n\t\t\t});\n\n\t\t\tdisplayToast(\"danger\", \"Error\", message.substr(0, 200));\n\t\t});\n\t},\n\t\n\tsetDesignerMode: function(designerMode = false) {\n\t\tthis.designerMode = designerMode;\n\t}\n\n};\n\nVvveb.ModalCodeEditor = {\n\tmodal: false,\n\teditor: false,\n\t\n\tinit: function(modal = false, editor = false) {\n\t\tif (modal) {\n\t\t\tthis.modal = modal;\n\t\t} else {\n\t\t\tthis.modal = document.getElementById('codeEditorModal');\n\t\t}\n\t\tif (editor) {\n\t\t\tthis.editor = editor;\n\t\t} else {\n\t\t\tthis.editor = this.modal.querySelector('textarea');\n\t\t}\n\t\t\n\t\tlet self = this;\n\n\t\tthis.modal.querySelector('.save-btn').addEventListener(\"click\",  function(event) {\n\t\t\twindow.dispatchEvent(new CustomEvent(\"vvveb.ModalCodeEditor.save\", {detail: self.getValue()}));\n\t\t\tself.hide();\n\t\t\treturn false;\n\t\t});\n\t},\n\t\n\tshow: function(value) {\n\t\tif (!this.modal) {\n\t\t\tthis.init();\n\t\t}\n\t\t\n\t\tconst bsModal = bootstrap.Modal.getOrCreateInstance(this.modal);\n\t\treturn bsModal.show(); \n\t},\n\n\thide: function(value) {\n\t\tconst bsModal = bootstrap.Modal.getOrCreateInstance(this.modal);\n\t\treturn bsModal.hide(); \n\t},\n\t\n\tgetValue: function() {\n\t\treturn this.editor.value;;\n\t},\n\t\n\tsetValue: function(value) {\n\t\tif (!this.modal) {\n\t\t\tthis.init();\n\t\t}\n\t\t//enable save button\n\t\tdocument.querySelectorAll(\"#top-panel .save-btn\").forEach(e => e.removeAttribute(\"disabled\"));\n\t\tthis.editor.value = value;\n\t},\n}\n\nVvveb.CodeEditor = {\n\t\n\tisActive: false,\n\toldValue: '',\n\tdoc:false,\n\ttextarea:false,\n\t\n\tinit: function(doc) {\n\t\tthis.textarea = document.querySelector(\"#vvveb-code-editor textarea\");\n\t\tthis.textarea.value = Vvveb.Builder.getHtml();\n\n\t\tthis.textarea.addEventListener(\"keyup\", e => {\n\t\t\tdelay(() => Vvveb.Builder.setHtml(this.value), 1000);\n\t\t});\n\n\t\t//load code on document changes\n\t\tVvveb.Builder.frameBody.addEventListener(\"vvveb.undo.add\", () => Vvveb.CodeEditor.setValue());\n\t\tVvveb.Builder.frameBody.addEventListener(\"vvveb.undo.restore\", () => Vvveb.CodeEditor.setValue());\n\t\t\n\t\t//load code when a new url is loaded\n\t\tVvveb.Builder.documentFrame.addEventListener(\"load\", () => Vvveb.CodeEditor.setValue());\n\n\t\tthis.isActive = true;\n\t},\n\n\tsetValue: function(value) {\n\t\tif (this.isActive) {\n\t\t\tthis.textarea.value = Vvveb.Builder.getHtml();\n\t\t}\n\t},\n\n\tdestroy: function(element) {\n\t\t//this.isActive = false;\n\t},\n\n\ttoggle: function() {\n\t\tif (this.isActive != true) {\n\t\t\tthis.isActive = true;\n\t\t\treturn this.init();\n\t\t}\n\t\tthis.isActive = false;\n\t\tthis.destroy();\n\t}\n}\n\n\nVvveb.CssEditor = {\n\t\n\tisActive: false,\n\toldValue: '',\n\tdoc:false,\n\ttextarea:false,\n\t\n\tinit: function(doc) {\n\t\tthis.textarea = document.getElementById(\"css-editor\")\n\t\tthis.textarea.value = Vvveb.StyleManager.getCss();\n\t\tlet self = this;\n\t\t/*\n\t\tdocument.querySelectorAll('[href=\"#csscode-tab\"]').forEach( t => t.addEventListener(\"click\", e => {\n\t\t\tself.textarea.value = Vvveb.StyleManager.getCss();\n\t\t}));\n\t\t*/\n\t\tthis.textarea.addEventListener(\"keyup\", e => {\n\t\t\tdelay(() => Vvveb.StyleManager.setCss(self.textarea.value), 1000);\n\t\t});\n\t},\n\n\tgetValue: function() {\n\t\treturn this.textarea.value;\n\t},\n\t\n\tsetValue: function(value, updateStyles = true) {\n\t\tthis.textarea.value = value;\n\t\tif (updateStyles) {\n\t\t\tVvveb.StyleManager.setCss(value);\n\t\t}\n\t},\n\n\tdestroy: function() {\n\t},\n\n\ttoggle: function() {\n\t\tif (this.isActive != true) {\n\t\t\tthis.isActive = true;\n\t\t\treturn this.init();\n\t\t}\n\t\tthis.isActive = false;\n\t\tthis.destroy();\n\t}\t\n}\n\nfunction displayToast(type, title, message, position = 'bottom', id = null) {\n\tif (!id) {\n\t\tid = position + \"-toast\";\n\t}\n\t\n\tlet toast = document.getElementById(id);\n\tlet header = toast.querySelector(\".toast-header\");\n\ttoast.classList.remove(\"bottom-0\", \"top-0\");\n\ttoast.classList.add(position + \"-0\");\n\ttoast.querySelector(\".toast-body .message\").innerHTML = message;\n\theader.classList.remove(\"danger\", \"success\");\n\theader.classList.add(\"bg-\" + type);\t\n\theader.querySelector(\"strong\").textContent = title;\n\tlet toastDisplay = toast.cloneNode(true);\n\ttoast.parentNode.appendChild(toastDisplay);\n\t\n\tlet delay = 3000;\n\tif (type == \"danger\") {\n\t\tdelay = 10000;\n\t}\n\n\tlet bsToast = new bootstrap.Toast(toastDisplay, {animation:true, delay});\n\ttoastDisplay.addEventListener('hidden.bs.toast', () => {\n\t\ttoastDisplay.remove();\n\t});\n    bsToast.show();\n}\t\t\n\nVvveb.Gui = {\n\t\n\tinit: function() {\n\t\tdocument.querySelectorAll(\"[data-vvveb-action]\").forEach(function (el,i) {\n\t\t\tconst on = el.dataset.vvvebOn ?? \"click\";\n\t\t\tel.addEventListener(on, Vvveb.Gui[el.dataset.vvvebAction]);\n\t\t});\n\t\t\n\t\tthis.shortcuts();\t\n\t},\n\t\n\tshortcuts: function() {\n\t\tlet self = this;\n\n\t\thandleShortcuts = function(e) {\n\t\t\tif (e.ctrlKey) {\n\t\t\t\tswitch (e.key) {\n\t\t\t\t\tcase 's':\n\t\t\t\t\t\te.preventDefault();\n\t\t\t\t\t\tlet btn = document.querySelector('.save-btn');\n\t\t\t\t\t\tlet url = btn.dataset.vvvebUrl;\n\t\t\t\t\t\tself.saveAjax(null, url, document.querySelector('.save-btn'));\n\t\t\t\t\t\treturn;\n\t\t\t\t\tcase 'z':\n\t\t\t\t\t\te.preventDefault();\n\t\t\t\t\t\tself.undo();\n\t\t\t\t\t\treturn;\n\t\t\t\t\tcase 'Z':\n\t\t\t\t\tcase 'y':\n\t\t\t\t\t\te.preventDefault();\n\t\t\t\t\t\tself.redo();\n\t\t\t\t\t\treturn;\n\t\t\t\t\tcase 'L':\n\t\t\t\t\t\te.preventDefault();\n\t\t\t\t\t\tself.toggleTreeList();\n\t\t\t\t\t\treturn;\n\t\t\t\t\tcase 'e':\n\t\t\t\t\t\te.preventDefault();\n\t\t\t\t\t\tself.toggleEditor();\n\t\t\t\t\t\treturn;\n\t\t\t\t\tcase 'P':\n\t\t\t\t\t\te.preventDefault();\n\t\t\t\t\t\tself.newPage();\n\t\t\t\t\t\treturn;\t\t\t\t\t\n\t\t\t\t\tcase 'S':\n\t\t\t\t\t\te.preventDefault();\n\t\t\t\t\t\tself.newSection();\n\t\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\t\n\t\t//handle shortcuts from main window and iframe also\n\t\tdocument.addEventListener('keydown', handleShortcuts);\t\t\n\t\twindow.addEventListener('vvveb.iframe.loaded', () => {\n\t\t\tVvveb.Builder.frameBody.addEventListener('keydown', handleShortcuts);\t\t\n\t\t});\n\n\t},\n\t\n\tundo : function () {\n\t\tif (Vvveb.WysiwygEditor.isActive) {\n\t\t\tVvveb.WysiwygEditor.undo();\n\t\t} else {\n\t\t\tVvveb.Undo.undo();\n\t\t}\n\t\tVvveb.Builder.selectNode();\n\t},\n\t\n\tredo : function () {\n\t\tif (Vvveb.WysiwygEditor.isActive) {\n\t\t\tVvveb.WysiwygEditor.redo();\n\t\t} else {\n\t\t\tVvveb.Undo.redo();\n\t\t}\n\t\tVvveb.Builder.selectNode();\n\t},\n\t\n\t//show modal with html content\n\tsave : function () {\n\t\tdocument.getElementById('textarea-modal textarea').value = Vvveb.Builder.getHtml();\n\t\tdocument.getElementById('textarea-modal').modal();\n\t},\n    \n\t//post html content through ajax to save to filesystem/db\n\tsaveAjax : function (event, saveUrl = null, saveBtn = null) {\n\t\tlet btn = saveBtn ?? this;\n\t\tsaveUrl = saveUrl ?? this.dataset.vvvebUrl;\n\t\tlet file = Vvveb.FileManager.getPageData('file');\n\t\t//if offcanvas check if user provided new template name\n\t\tif (btn.classList.contains(\"save-offcanvas\")) {\n\t\t\tif (document.querySelector(\"#save-offcanvas [name=template]:checked\").value == \"new\") {\n\t\t\t\tfile = document.querySelector(\"#save-offcanvas [name=folder]\").value + \"/\" + document.querySelector(\"#save-offcanvas [name=file]\").value;\n\t\t\t}\n\t\t}\n\n\t\tbtn.querySelector(\".loading\").classList.remove(\"d-none\");\n\t\tbtn.querySelector(\".button-text\").classList.add(\"d-none\");\n\t\n\t\treturn Vvveb.Builder.saveAjax({file}, saveUrl, (data) => {\n\t\t\t//use toast to show save status\n\n\t\t\tlet bg = \"success\";\n\t\t\tif (true || data.success || data == \"success\") {\t\t\n\t\t\t\tdocument.querySelectorAll(\"#top-panel .save-btn\").forEach(e => e.setAttribute(\"disabled\", \"true\"));\n\t\t\t} else {\n\t\t\t\tbg = \"danger\";\n\t\t\t}\n\t\t\t\n\t\t\tdisplayToast(bg, \"Save\", data.message ?? data);\n\n\t\t\tconst offcanvas = document.getElementById('save-offcanvas');\n\t\t\tif (offcanvas) {\n\t\t\t\tlet instance = bootstrap.Offcanvas.getInstance(offcanvas);\n\t\t\t\tif (instance) instance.hide();\t\t\t\n\t\t\t}\n\t\t\t\n\t\t\tbtn.querySelector(\".loading\").classList.add(\"d-none\");\n\t\t\tbtn.querySelector(\".button-text\").classList.remove(\"d-none\");\n\t\t}, (error) => {\n\t\t\tbtn.querySelector(\".loading\").classList.add(\"d-none\");\n\t\t\tbtn.querySelector(\".button-text\").classList.remove(\"d-none\");\n\t\t\tlet message = error?.statusText ?? \"Error saving!\";\n\t\t\tdisplayToast(\"danger\", \"Error\", message);\n\t\t});\t\t\n\t},\n\t\n\tdownload : function () {\n\t\tconst filename = /[^\\/]+$/.exec(Vvveb.Builder.iframe.src)[0];\n\t\tconst uriContent = \"data:application/octet-stream,\"  + encodeURIComponent(Vvveb.Builder.getHtml());\n\n\t\tlet link = document.createElement('a');\n\t\tif ('download' in link) {\n\t\t\tlink.dataset.download = filename;\n\t\t\tlink.href = uriContent;\n\t\t\tlink.target = \"_blank\";\n\t\t\t\n\t\t\tdocument.body.appendChild(link);\n\t\t\tconst result = link.click();\n\t\t\tdocument.body.removeChild(link);\n\t\t\tlink.remove();\n\t\t\t\n\t\t} else {\n\t\t\tlocation.href = uriContent;\n\t\t}\n\t},\n\t\n\tviewport : function () {\n\t\tlet breakpoint = this.dataset.view;\n\t\tdocument.getElementById(\"canvas\").classList.remove(\"responsive\");\n\t\tdocument.getElementById(\"iframe-wrapper\").removeAttribute(\"style\");\n\t\tdocument.querySelectorAll(\".responsive-btns .active\").forEach(e => e.classList.remove(\"active\"));\n\n\t\tif (Vvveb.StyleManager.currentBreakpoint == breakpoint) {\n\t\t\tVvveb.StyleManager.currentBreakpoint = \"none\";\n\t\t\tbreakpoint = null;\n\t\t}\n\t\t\n\t\tif (breakpoint) {\n\t\t\tdocument.getElementById(\"canvas\").classList.add(\"responsive\");\n\t\t\tdocument.getElementById(\"iframe-wrapper\").style.width = Vvveb.StyleManager.breakpoints[breakpoint].replace(\".98\", \"\");\n\t\t\tVvveb.StyleManager.currentBreakpoint = breakpoint;\n\t\t\tthis.classList.add(\"active\");\n\t\t}\n\t},\n\t\n\ttoggleEditor : function () {\n\t\tdocument.getElementById(\"vvveb-builder\").classList.toggle(\"bottom-panel-expand\");\n\t\tdocument.getElementById(\"toggleEditorJsExecute\").classList.toggle(\"d-none\");\n\t\t//hide breadcrumb when showing the editor\n\t\tdocument.querySelector(\".breadcrumb-navigator .breadcrumb\").classList.toggle(\"d-none\");\n\t\tdocument.querySelector(\".breadcrumb-navigator .nav-tabs\").classList.toggle(\"d-none\");\n\t\tVvveb.CodeEditor.toggle();\n\t\tVvveb.CssEditor.toggle();\n\t},\n\t\n\ttoggleHidden : function () {\n\t\tVvveb.Builder.frameBody.classList.toggle(\"vvveb-hidden\");\n\t},\n\n\ttoggleEditorJsExecute : function () {\n\t\tVvveb.Builder.runJsOnSetHtml = this.checked;\n\t},\n\t\n\tpreview : function () {\n\t\t(Vvveb.Builder.isPreview == true)?Vvveb.Builder.isPreview = false:Vvveb.Builder.isPreview = true;\n\t\tdocument.getElementById(\"iframe-layer\").classList.toggle(\"d-none\");\n\t\tdocument.getElementById(\"vvveb-builder\").classList.toggle(\"preview\");\n\t},\n\t\n\tfullscreen : function () {\n\t\tlaunchFullScreen(document); // the whole page\n\t},\n\t\n\tsearch : function () {\n\t\tlet searchText = this.value;\n\t\tlet panel = this.parentNode.parentNode.querySelector(\"div > ul\");\n\t\tpanel.querySelectorAll(\"li ol li\").forEach(function (el, i) {\n\t\t\tel.style.display = \"none\";\n\t\t\tif (el.dataset.search.indexOf(searchText) > -1) el.style.display = \"\";\n\t\t});\n\t},\n\t\n\tclearSearch : function (e) {\n\t\tlet input = this.parentNode.querySelector(\"input\");\n\t\tinput.value = \"\";\n\t\tinput.dispatchEvent(new KeyboardEvent(\"keyup\", {\n\t\t\tbubbles: true,\n\t\t\tcancelable: true,\n\t\t}));\n\t},\n\t\n\ttoggleSections : function (e) {\n\t\tlet icon = this.querySelector(\"i\");\n\t\tlet closed = (this.dataset.closed == \"true\");\n\n\t\tif (closed) {\n\t\t\ticon.setAttribute(\"class\", \"la la-minus\");\n\t\t\tthis.dataset.closed = \"false\";\n\t\t} else {\n\t\t\ticon.setAttribute(\"class\", \"la la-plus\");\n\t\t\tthis.dataset.closed = \"true\";\n\t\t}\n\t\t\n\t\tthis.parentNode.parentNode.parentNode.querySelectorAll('input.header_check[type=\"checkbox\"]').forEach(e => e.checked = closed);\n\t},\n\n\t//Pages, file/components tree \n\tnewPage : function () {\n\t\t\n\t\tlet newPageModal = document.getElementById('new-page-modal');\n\t\tlet form = newPageModal.querySelector(\"form\");\n\t\t\n\t\tconst bsModal = bootstrap.Modal.getOrCreateInstance(newPageModal);\n\t\tbsModal.show(); \n\n\t\tlet submitForm = function(e) {\n\n\t\t\tlet data = {};\n\t\t\tthis.querySelectorAll(\"input[type=text],input[type=checkbox]:checked,input[type=radio]:checked,input[name=image], select:not(:disabled)\").forEach( (el, i) => {\n\t\t\t\tif (el.offsetParent || el.name == 'image') data[el.name] = el.value;\n\t\t\t});\t\t\t\n\t\t\t\n\t\t\tif (data['file']) {\n\t\t\t\tdata['title']  = data['file'].replace('/', '').replace('.html', '');\n\t\t\t\t//let name = data['name'] = data['folder'].replace('/', '_') + \"-\" + data['title'];\n\t\t\t\tif (!data['name']) {\n\t\t\t\t\tdata['name'] = data['title'];\n\t\t\t\t}\n\t\t\t\tdata['url']  = data['file'] = data['folder'] + \"/\" + data['file'];\n\t\t\t\t//data['url']  = Vvveb.themeBaseUrl + data['url'];\n\t\t\t}\n\n\t\t\te.preventDefault();\n\n\t\t\treturn Vvveb.Builder.saveAjax(data, this.action, function (savedData) {\n\t\t\t\t\tdata.title = data.name;\n\n\t\t\t\t\tif (typeof savedData === 'object' && savedData !== null) {\n\t\t\t\t\t\tdata.name = savedData.name ?? data.name;\n\t\t\t\t\t\tdata.url = savedData.url ?? data.url;\n\t\t\t\t\t\tdata.file = savedData.file ?? data.file;\n\t\t\t\t\t\tdata.title = savedData.title ?? data.title;\n\t\t\t\t\t}\n\t\t\t\t\t\n\t\t\t\t\tlet page = Vvveb.FileManager.addPage(data.name, data);\n\t\t\t\t\tVvveb.FileManager.loadPage(data.name);\n\t\t\t\t\tVvveb.FileManager.scrollToPage(page);\n\t\t\t\t\tbsModal.hide();\n\t\t\t});\n\t\t};\n\t\t\n\t\tif (!form.dataset.init) {\n\t\t\tform.addEventListener(\"submit\", submitForm);\n\t\t\tform.dataset.init = true;\n\t\t}\n\t},\n\n\tnewSection : function (e, onlyBase = false) {\n\t\n\t\tlet addSectionBox = document.getElementById(\"add-section-box\");\n\t\tlet addSectionElement = {};\n\t\t\n\t\t//addSectionElement = self.highlightEl; \n\t\taddSectionBox.style.display  = \"block\"; \n\n\t\tlet bsTab;\n\t\taddSectionBox.classList.add(\"only-sections\"); \n\t\tif (onlyBase) {\n\t\t\taddSectionBox.classList.add(\"only-base\"); \n\t\t} else {\n\t\t\taddSectionBox.classList.remove(\"only-base\");\n\t\t}\n\t\t\n\t\tbsTab = bootstrap.Tab.getOrCreateInstance(document.getElementById(\"box-sections-tab\"));\n\t\tbsTab.show(); \n\n\t\tevent.preventDefault();\n\t\treturn false;\n\t\t\t\n\t},\n\t\n\tsetDesignerMode : function () {\n\t\t//aria-pressed attribute is updated after action is called and we check for false instead of true\n\t\tlet designerMode = this.attributes[\"aria-pressed\"].value == \"true\";\n\t\tVvveb.Builder.setDesignerMode(designerMode);\n\t},\n\t\n\t//layout\n\ttogglePanel: function (panel, cssVar) {\n\t\tpanel = document.querySelector(panel);\n\t\tlet body = document.querySelector(\"body\");\n\t\tlet prevValue = getComputedStyle(body).getPropertyValue(cssVar);\n\t\tlet visible = false;\n\t\t\n\t\tif (prevValue !== \"0px\") {\n\t\t\tpanel.dataset.layoutToggle = prevValue;\n\t\t\tbody.style.setProperty(cssVar, \"0px\");\n\t\t\tpanel.style.display = \"none\";\n\t\t\tvisible = false;\n\t\t} else {\n\t\t\tprevValue= panel.dataset.layoutToggle;\n\t\t\tbody.style.setProperty(cssVar, \"\");\n\t\t\tpanel.style.display = \"\";\n\t\t\tvisible = true;\n\t\t}\n\t\t\n\t\treturn visible;\n\t},\n\n\ttoggleFileManager: function () {\n\t\tVvveb.Gui.togglePanel(\"#filemanager\", \"--builder-filemanager-height\");\n\t},\n\t\n\ttoggleLeftColumn: function () {\n\t\tVvveb.Gui.togglePanel(\"#left-panel\", \"--builder-left-panel-width\");\n\t},\t\n\t\n\ttoggleRightColumn: function (rightColumnEnabled = null) {\n\t\trightColumnEnabled = Vvveb.Gui.togglePanel(\"#right-panel\", \"--builder-right-panel-width\");\n\n\t\tdocument.getElementById(\"vvveb-builder\").classList.toggle(\"no-right-panel\");\n\t\tdocument.querySelector(\".component-properties-tab\").classList.toggle(\"d-none\");\n\t\t\n\t\tVvveb.Components.componentPropertiesElement = (rightColumnEnabled ? \"#right-panel\" :\"#left-panel #properties\") + \" .component-properties\";\n\t\tlet componentTab = document.querySelector(\"#components-tab\");\n\n\t\tif (document.getElementById(\"properties\").offsetParent) {\n\t\t\tconst bsTab = bootstrap.Tab.getOrCreateInstance(componentTab);\n\t\t\tcomponentTab.style.display = \"\";\n\t\t\tbsTab.show(); \n\t\t}\n\n\t},\n\n\ttoggleTreeList: function () {\n\t\tlet treeList = document.getElementById(\"tree-list\");\n\t\ttreeList.classList.toggle(\"d-none\");\n\t\tif (!treeList.offsetParent) {\n\t\t\tdocument.getElementById(\"toggle-tree-list\").classList.remove(\"active\");\n\t\t}\n\t},\n\n\ttreeListRight: function () {\n\t\tlet treeList = document.getElementById(\"tree-list\");\n\t\tlet btnIcon = document.querySelector(\"[data-vvveb-action='treeListRight'] i\");\n\t\tif (treeList.style.height) {\n\t\t\ttreeList.style.height = \"\";\n\t\t\ttreeList.style.right = \"\";\n\t\t\ttreeList.style.top = \"\";\n\t\t\ttreeList.style.left = \"\";\n\t\t\ttreeList.style.width = \"\";\n\t\t\tbtnIcon.className = \"icon-stop-outline\";\n\t\t} else {\n\t\t\ttreeList.style.height = \"100vh\";\n\t\t\ttreeList.style.height = \"calc(100vh - 35px)\";\n\t\t\ttreeList.style.right = \"0\";\n\t\t\ttreeList.style.top = \"35px\";\n\t\t\ttreeList.style.left = \"auto\";\n\t\t\ttreeList.style.width = \"300px\";\n\t\t\tbtnIcon.className = \"icon-remove-outline\";\n\t\t}\n\t},\n\n\tdarkMode: function () {\n\t\tlet theme = document.documentElement.getAttribute(\"data-bs-theme\");\n\t\tlet icon = document.querySelector(\".btn-dark-mode i\");\n\t\t\n\t\tif (theme == \"dark\") {\n\t\t\ttheme = \"light\";\n\t\t\ticon.classList.remove(\"la-moon\")\n\t\t\ticon.classList.add(\"la-sun\");\n\t\t} else if (theme == \"light\" || theme == \"auto\") {\n\t\t\ttheme = \"dark\";\n\t\t\ticon.classList.remove(\"la-sun\")\n\t\t\ticon.classList.add(\"la-moon\");\n\t\t} else {\n\t\t\ttheme = \"auto\";\n\t\t}\n\t\t\n\t\tdocument.documentElement.setAttribute(\"data-bs-theme\", theme);\n\t\tlocalStorage.setItem('theme', theme);\n\t\t//document.cookie = 'theme=' + theme;\n\t},\n\t\n\tzoomChange: function () {\n\t\tlet wrapper = document.getElementById(\"iframe-wrapper\");\n\t\tlet scale = \"\";\n\t\tlet height = \"\";\n\t\tif (this.value != \"100\") {\n\t\t\tscale = \"scale(\" + this.value + \"%)\";\n\t\t\theight = ((100 / this.value) * 100) + \"%\";\n\t\t}\n\t\twrapper.style.transform = scale;\n\t\twrapper.style.height = height;\n\t},\n\n\tsetState: function () {\n\t\tVvveb.StyleManager.setState(this.value);\n\t\tVvveb.Builder.reloadComponent();\n\t}\t\n}\n\nVvveb.StyleManager = {\n\t\n\tstyles:{},\n\tcssContainer:false,\n\tbreakpoints: {\n\t\t'sm':'575.98px',\n\t\t'md':'767.98px',\n\t\t'lg':'991.98px',\n\t\t'xl':'1199.98px',\n\t\t'xxl':'1399.98px'\n\t},\n\tdoc:false,\n\tinlineCSS:false,\n\tcurrentElement:null,\n\tcurrentSelector:null,\n\tcurrentBreakpoint:\"none\",\n\tstate:\"\",//hover, active etc\n\t\n\tinit: function(doc) {\n\t\tif (doc) {\n\t\t\tthis.doc = doc;\n\t\t\t\n\t\t\tlet style = false;\n\t\t\tlet _style = false;\n\t\t\t\n\t\t\t//check if editor style is present\n\t\t\tfor (let i = 0; i < doc.styleSheets.length; i++) {\n\t\t\t\t\t_style = doc.styleSheets[i];\n\t\t\t\t\tif (_style.ownerNode.id && _style.ownerNode.id == \"vvvebjs-styles\") {\n\t\t\t\t\t\tstyle = _style.ownerNode;\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t}\n\t\t\t\n\t\t\t//if style element does not exist create it\t\t\t\n\t\t\tif (!style) {\n\t\t\t\tstyle = generateElements('<style id=\"vvvebjs-styles\"></style>')[0];\n\t\t\t\tdoc.head.append(style);\n\t\t\t\treturn this.cssContainer = style;\n\t\t\t}\n\t\t\t\n\t\t\t//if it exists\n\t\t\tthis.cssContainer = style;\n\t\t\tthis.loadCss();\n\n\t\t\treturn this.cssContainer; \n\t\t}\n\t},\t\n\t\n\tloadCss: function() {\n\t\tlet style = this.cssContainer.sheet;\n\t\t//if style exist then load all css styles for editor\n\t\tfor (let j = 0; j < style.cssRules.length; j++) {\n\t\t\tlet media = \"none\";\n\t\t\t\n\t\t\tif (style.cssRules[j].media) {\n\t\t\t\tfor (breakpoint in this.breakpoints) {\n\t\t\t\t\tif (style.cssRules[j].media[0] === \"@media (max-width: \" + this.breakpoints[breakpoint] + \")\") {\n\t\t\t\t\t\tmedia = breakpoint;\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t} \n\t\t\t}\n\n\t\t\tstyle.cssRules[j].media\n\t\t\t\n\t\t\tconst selector = (media === \"none\") ? style.cssRules[j].selectorText : style.cssRules[j].cssRules[0].selectorText;\n\t\t\tconst styles = (media === \"none\") ? style.cssRules[j].style : style.cssRules[j].cssRules[0].style;\n\n\t\t\tif (media) {\n\t\t\t\tthis.styles[media] = this.styles[media] ?? {};\n\t\t\t\tif (selector) {\n\t\t\t\t\tthis.styles[media][selector] = {};\n\t\t\t\t\n\t\t\t\t\tfor (let k = 0; k < styles.length; k++) {\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\tconst property = styles[k];\n\t\t\t\t\t\tconst value = styles[property];\n\t\t\t\t\t\n\t\t\t\t\t\tthis.styles[media][selector][property] = value;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\t\t\n\t},\n\t\n\tgetSelectorForElement: function(element) {\n\t\tif (!element) return '';\n\t\t\n\t\tlet currentElement = element;\n\t\tlet selector = [];\n\t\t\n\t\twhile (currentElement.parentElement) {\n\t\t\tlet elementSelector = \"\";\n\t\t\tlet classSelector = Array.from(currentElement.classList).map(function (className) {\n\t\t\t\t\tif (Vvveb.Builder.ignoreClasses.indexOf(className) == -1) {\n\t\t\t\t\t\treturn \".\" + className;\n\t\t\t\t\t}\n\t\t\t\t}).join(\"\");\n\n\t\t\t//element (tag) selector\n\t\t\tlet tag = currentElement.tagName.toLowerCase();\n\t\t\t//exclude top most element body unless the parent element is body\n\t\t\tif (tag == \"body\" && selector.length > 1) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\t\n\t\t\t//stop at a unique element (with id)\n\t\t\tif (currentElement.id) {\n\t\t\t\telementSelector = \"#\" + currentElement.id;\n\t\t\t\tselector.push(elementSelector);\n\t\t\t\tbreak;\n\t\t\t} else if (classSelector) {\n\t\t\t\t//class selector\n\t\t\t\telementSelector = classSelector;\n\t\t\t} else {\n\t\t\t\t//element selector\n\t\t\t\telementSelector = tag\n\t\t\t}\n\t\t\t\n\t\t\tif (elementSelector) {\n\t\t\t\tselector.push(elementSelector);\n\t\t\t}\n\t\t\t\n\t\t\tcurrentElement = currentElement.parentElement;\n\t\t}\n\t\t\n\t\treturn selector.reverse().join(\" > \");\n\t},\t\n\t\n\tsetState: function(state) {\n\t\tthis.state = state;\n\t},\n\n\taddSelectorState: function(selector) {\n\t\treturn selector + (this.state ? \":\" + this.state : \"\");\n\t},\n\t\n\tsetStyle: function(element, styleProp, value) {\n\t\tlet selector;\n\t\t\n\t\tif (typeof(element) == \"string\") {\n\t\t\tselector = element;\n\t\t} else {\n\t\t\tlet node = element;\n\n\t\t\t//if propert is set with inline style attribute then override it and don't save to css\n\t\t\t//inline text editor sets properties like font-size inline that can't be later overriten from css\n\t\t\tif (node.style && node.style[styleProp]) {\n\t\t\t\tnode.style[styleProp] = value;\n\t\t\t\treturn element;\n\t\t\t}\n\n\t\t\tselector = this.getSelectorForElement(node);\t\n\t\t}\n\t\t\n\t\tif (this.inlineCSS) {\n\t\t\telement.style[styleProp] = value;\n\t\t\treturn element;\t\n\t\t}\n\t\t\n\t\tselector = this.addSelectorState(selector);\n\t\t\n\t\tconst media = this.currentBreakpoint;\n\t\t\n\t\t//styles[media][selector][styleProp] = value\n\t\tif (!this.styles[media]) {\n\t\t\tthis.styles[media] = {};\n\t\t}\n\t\tif (!this.styles[media][selector]) {\n\t\t\tthis.styles[media][selector] = {};\n\t\t}\n\t\tif (!this.styles[media][selector][styleProp]) {\n\t\t\tthis.styles[media][selector][styleProp] = {};\n\t\t}\n\t\tthis.styles[media][selector][styleProp] = value;\n\t\t\n\t\tthis.generateCss(media);\n\n\t\twindow.dispatchEvent(new CustomEvent(\"vvveb.StyleManager.setStyle\", {detail: {element, styleProp, value}}));\n\t\t\n\t\treturn element;\t\t\n        \t//uncomment bellow code to set css in element's style attribute \n\t\t//return element.css(styleProp, value);\n\t},\n\t\n\tsetCss: function (css) {\n\t\tthis.cssContainer.innerHTML = css;\n\t\tthis.loadCss();\n\t},\n\n\tgetCss: function (css) {\n\t\treturn this.cssContainer.innerHTML;\n\t},\n\t\n\tgenerateCss: function (media) {\n\t\t//let css = \"\";\n\t\t//for (selector in this.styles[media]) {\n\n\t\t//\tcss += `${selector} {`;\n\t\t//\tfor (property in this.styles[media][selector]) {\n\t\t//\t\tvalue = this.styles[media][selector][property];\n\t\t//\t\tcss += `${property}: ${value};`;\n\t\t//\t}\n\t\t//\tcss += '}';\n\t\t//}\n\n\t\t//this.cssContainer.innerHTML = css;\n\n\t\t//return element;\n\t\t//refresh container element to avoid issues with changes from code editor\n\t\tthis.cssContainer = this.doc.getElementById(\"vvvebjs-styles\");\n\n\t\tlet css = \"\";\n\t\tfor (media in this.styles) {\n\t\t\tif (media !== \"none\") {\n\t\t\t\tlet width = this.breakpoints[media];\n\t\t\t\tcss += `@media (max-width: ${width}){\\n\\n`\n\t\t\t}\n\t\t\tfor (selector in this.styles[media]) {\n\t\t\t\tcss += `${selector} {\\n`;\t\n\t\t\t\tfor (property in this.styles[media][selector]) {\n\t\t\t\t\tconst value = this.styles[media][selector][property];\n\t\t\t\t\tcss += `\\t${property}: ${value};\\n`;\n\t\t\t\t}\n\t\t\t\tcss += '}\\n\\n';\n\t\t\t}\n\t\t\tif (media !== \"none\") {\n\t\t\t\tcss += `}\\n\\n`\n\t\t\t}\n\t\t}\n\n\t\treturn this.cssContainer.innerHTML = css;\n\t},\n\t\n\t\n\t_getCssStyle: function(element, styleProp){\n\t\tlet value = \"\", el, selector, media;\n\n\t\tel = element;\n\t\tif (el != this.currentElement) {\n\t\t\tselector = this.getSelectorForElement(el);\n\t\t\tthis.currentElement = el;\n\t\t\tthis.currentSelector = selector\n\t\t} else {\n\t\t\tselector = this.currentSelector;\n\t\t}\n\n\t\tselector = this.addSelectorState(selector);\n\t\tmedia = this.currentBreakpoint;\n\n\t\tif (el.style && el.style.length > 0 && el.style[styleProp]) {//check inline\n\t\t\tvalue = el.style[styleProp];\n\t\t} else if (this.styles[media] !== undefined && this.styles[media][selector] !== undefined && this.styles[media][selector][styleProp] !== undefined) {//check defined css\n\t\t\tvalue = this.styles[media][selector][styleProp];\n\n\t\t\tif (styleProp == 'font-family') {\n\t\t\t}\n\t\t} else if (window.getComputedStyle) {\n\t\t\tvalue = document.defaultView.getDefaultComputedStyle ? \n\t\t\t\t\t\tdocument.defaultView.getDefaultComputedStyle(el,null).getPropertyValue(styleProp) : \n\t\t\t\t\t\twindow.getComputedStyle(el,null).getPropertyValue(styleProp);\n\n\t\t}\n\t\t\n\t\treturn value;\n\t},\n\t\n\tgetStyle: function(element,styleProp){\n\t\treturn this._getCssStyle(element, styleProp);\n\t}\n}\n\nVvveb.ContentManager = {\n\tgetAttr: function(element, attrName) {\n\t\treturn element.getAttribute(attrName);\n\t},\n\t\n\tsetAttr: function(element, attrName, value) {\n\t\treturn element.setAttribute(attrName, value);\n\t},\n\t\n\tsetHtml: function(element, html, outer = false) {\n\t\tif (outer) {\n\t\t\tconst template = document.createElement('template');\n\t\t\ttemplate.innerHTML = html.trim();\n\t\t\tlet newelement = template.content.children[0];\n\t\t\telement.parentNode.replaceChild(newelement,element);\n\t\t\telement.remove();\n\t\t\treturn newelement;\n\t\t} else {\n\t\t\telement.innerHTML = html;\n\t\t}\n\t\n\t\treturn element;\n\t},\n\t\n\tgetHtml: function(element, outer = false) {\n\t\tif (outer) {\n\t\t\treturn element.outerHTML;\n\t\t} else {\n\t\t\treturn element.innerHTML;\n\t\t}\n\t},\n\n\tsetText: function(element, text) {\n\t\treturn element.textContent = text;\n\t},\n\t\n\tgetText: function(element) {\n\t\treturn element.textContent;\n\t},\n};\n\nfunction getNodeTree (node, parent, allowedComponents, idToNode = {}) {\n\t\n\tfunction getNodeTreeTraverse (node, parent, id = '') {\n\t\t\n\t\tif (node.hasChildNodes()) {\n\t\t\tfor (let j = 0; j < node.childNodes.length; j++) {\n\t\t\t\t\n\t\t\t\tconst child = node.childNodes[j];\n\n\t\t\t\t//skip text and comments nodes\n\t\t\t\tif (child.nodeType == 3 || child.nodeType == 8) {\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\t\t\t\t\n\t\t\t\tlet element;\n\t\t\t\tif (child && child[\"attributes\"] != undefined && \n\t\t\t\t\t(matchChild = Vvveb.Components.matchNode(child))) {\n\n\t\t\t\t\tif (Array.isArray(allowedComponents)\n\t\t\t\t\t\t&& allowedComponents.indexOf(matchChild.type) == -1) {\n\t\t\t\t\t\t\n\t\t\t\t\t\telement = getNodeTreeTraverse(child, parent);\t\n\t\t\t\t\t\tcontinue;\n\t\t\t\t\t}\n\t\t\t\t\n\t\t\t\t\tlet title;\n\t\t\t\t\tfor (const attr of [\"id\", \"title\", \"aria-label\"]) {\n\t\t\t\t\t\ttitle = child.getAttribute(attr);\n\t\t\t\t\t\tif (title) {\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\telement = {\n\t\t\t\t\t\tname: matchChild.name,\n\t\t\t\t\t\timage: matchChild.image,\n\t\t\t\t\t\ttype: matchChild.type,\n\t\t\t\t\t\ttitle,\n\t\t\t\t\t\tnode: child,\n\t\t\t\t\t\tid: id + '-' + j,\n\t\t\t\t\t\tchildren: []\n\t\t\t\t\t};\n\n\t\t\t\t\telement.children = [];\n\t\t\t\t\tparent.push(element);\n\t\t\t\t\tidToNode[id + '-' + j] = child;\n\t\t\t\t\t\n\t\t\t\t\telement = getNodeTreeTraverse(child, element.children, id + '-' + j);\n\t\t\t\t} else {\n\t\t\t\t\telement = getNodeTreeTraverse(child, parent, id + '-' + j);\t\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn false;\n\t}\n\t\n\tgetNodeTreeTraverse(node, parent, '1');\n}\n\nfunction drawComponentsTree(tree) {\n\tlet j = 1;\n\tlet prefix = Math.floor(Math.random() * 100);\n\t\n\tfunction drawComponentsTreeTraverse(tree) {\n\t\tlet list = document.createElement(\"ol\");\n\t\tj++;\n\t\t\n\t\tfor (i in tree) {\n\t\t\tlet node = tree[i];\n\t\t\tlet id = node.id;\n\t\t\tlet li;\n\t\t\t\n\t\t\tif (!id) {\n\t\t\t\tid = prefix + '-' + j + '-' + i; \n\t\t\t}\n\t\t\t\n\t\t\tlet title = (node.title ? friendlyName(node.title.substr(0, 21)) : \"\");\n\t\t\tif (title) {\n\t\t\t\ttitle = ` - <span class=\"text-secondary\">${title}</span>`;\n\t\t\t}\n\t\t\t\n\t\t\tif (tree[i].children.length > 0) {\n\t\t\t\tli = generateElements('<li data-component=\"' + node.name + '\">\\\n\t\t\t\t\t\t\t\t<label for=\"id' + id + '\" style=\"background-image:url(' + Vvveb.imgBaseUrl + node.image + ')\">\\\n\t\t\t\t\t\t\t\t\t<span>' + node.name + '</span>' + title + '\\\n\t\t\t\t\t\t\t\t</label>\\\n\t\t\t\t\t\t\t\t<input type=\"checkbox\" id=\"id' + id + '\">\\\n\t\t\t\t\t\t\t</li>')[0];\t\t\n\t\t\t\tli.append(drawComponentsTreeTraverse(node.children));\n\t\t\t}\n\t\t\telse {\n\t\t\t\tli = generateElements('<li data-component=\"' + node.name + '\" class=\"file\">\\\n\t\t\t\t\t\t\t<label for=\"id' +  id + '\" style=\"background-image:url(' + Vvveb.imgBaseUrl + node.image + ')\">\\\n\t\t\t\t\t\t\t\t<span>' + node.name + '</span>' + title + '\\\n\t\t\t\t\t\t\t</label>\\\n\t\t\t\t\t\t\t<input type=\"checkbox\" id=\"id' + id + '\">\\\n\t\t\t\t\t\t\t</li>')[0];\n\t\t\t}\n\n\t\t\tli._treeNode = node.node;\n\t\t\tlist.append(li);\n\t\t}\n\t\t\n\t\treturn list;\n\t}\n\t\n\treturn drawComponentsTreeTraverse(tree);\n}\n\n\nlet selected = null;\nlet dragover = null;\n\nVvveb.SectionList = {\n\t\n\tselector: '.sections-container',\n\tallowedComponents: {},\n\t\n\tinit: function(allowedComponents = {}) {\n\n\t\tthis.allowedComponents = allowedComponents;\n\n\t\tdocument.querySelector(this.selector).addEventListener(\"click\", function (e) {\n\t\t\tlet element = e.target.closest(\":scope > div .controls\");\n\t\t\tif (element) {\n\t\t\t\tlet node = element.parentNode._node;\n\t\t\t\tif (node) {\n\t\t\t\t\tnode.scrollIntoView({behavior: \"smooth\", block: \"center\", inline: \"center\"});\n\t\t\t\t\t//node.click();\n\t\t\t\t\tVvveb.Builder.selectNode(node);\n\t\t\t\t\tVvveb.Builder.loadNodeComponent(node);\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t\t\n\t\tdocument.querySelector(this.selector).addEventListener(\"dblclick\", function (e) {\n\t\t\tlet element = e.target.closest(\":scope > div\");\n\t\t\tif (element) {\n\t\t\t\tconst node = element._node;\n\t\t\t\tnode.click();\n\t\t\t}\n\t\t});\n\t\t\n\t\t\n\t\tdocument.querySelector(this.selector).addEventListener(\"click\", function (e) {\n\t\t\tlet element = e.target.closest(\"li[data-component] label\");\n\t\t\tif (element) {\n\t\t\t\tlet node = element.parentNode._node;\n\t\t\t\tif (node) {\n\t\t\t\t\tnode.scrollIntoView({behavior: \"smooth\", block: \"center\", inline: \"center\"});\n\t\t\t\t\tnode.click();\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t\t\n\t\tdocument.querySelector(this.selector).addEventListener(\"mouseenter\", function (e) {\n\t\t\tlet element = e.target.closest(\"li[data-component] label\");\n\t\t\tif (element) {\n\t\t\t\tconst node = document.querySelector(element.parentNode._node);\n\t\t\t\tnode.css(\"outline\",\"1px dashed blue\");\n\t\t\t}\n\t\t});\n\t\t\n\t\tdocument.querySelector(this.selector).addEventListener(\"mouseleave\", function (e){\n\t\t\tlet element = e.target.closest(\"li[data-component] label\");\n\t\t\tif (element) {\n\t\t\t\tconst node = document.querySelector(element.parentNode._node);\n\t\t\t\tnode.css(\"outline\",\"\");\n\t\t\t\tif (node.getAttribute(\"style\") == \"\") node.removeAttribute(\"style\");\n\t\t\t}\n\t\t});\t\t\n\t\t\n\t\tdocument.querySelector(this.selector).addEventListener(\"dragstart\", this.dragStart);\n\t\tdocument.querySelector(this.selector).addEventListener(\"dragover\", this.dragOver);\n\t\tdocument.querySelector(this.selector).addEventListener(\"dragend\", this.dragEnd);\n\t\t\n\t\tdocument.querySelector(this.selector).addEventListener(\"click\", function (e) {\n\t\t\tlet element = e.target.closest(\".delete-btn\");\n\t\t\tif (element) {\n\t\t\t\tlet section = element.closest(\".section-item\");\n\t\t\t\tlet node = section._node;\n\t\t\t\tnode.remove();\n\t\t\t\tsection.remove();\n\t\t\t\tVvveb.TreeList.loadComponents();\n\t\t\t\t\n\t\t\t\te.stopPropagation();\n\t\t\t\te.preventDefault();\n\t\t\t}\n\t\t});\n\n\t\tlet sectionIn;\n\t\tlet img = document.querySelector(\".block-preview img\");\n\t\tdocument.querySelector(\".sections-list\").addEventListener(\"mouseover\", function (e) {\n\t\t\tlet element = e.target.closest(\"li[data-type]\");\n\t\t\tif (element) {\n\t\t\t\tif (sectionIn != element) {\n\t\t\t\t\tlet src = element.querySelector(\"img\").getAttribute(\"src\");\n\t\t\t\t\tsectionIn = element;\n\t\t\t\t\timg.setAttribute(\"src\", src);\n\t\t\t\t\timg.style.display = \"\";\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tsectionIn = element;\n\t\t\t\timg.setAttribute(\"src\", \"\");\n\t\t\t\timg.style.display = \"none\";\n\t\t\t}\n\t\t})\n\t\t\n\t\t/*\n\t\tdocument.querySelector(this.selector).addEventListener(\"click\", \".up-btn\", function (e) {\n\t\t\tlet section = e.target.closest(\".section-item\");\n\t\t\tlet node = section._node;\n\t\t\tVvveb.Builder.moveNodeUp(node);\n\t\t\tVvveb.Builder.moveNodeUp(section);\n\t\t\t\n\t\t\te.preventDefault();\n\t\t});\n\n\n\t\tdocument.querySelector(this.selector).addEventListener(\"click\", \".down-btn\", function (e) {\n\t\t\tlet section = e.target.closest(\".section-item\");\n\t\t\tlet node = section._node;\n\t\t\tVvveb.Builder.moveNodeDown(node);\n\t\t\tVvveb.Builder.moveNodeDown(section);\n\t\t\t\n\t\t\te.preventDefault();\n\t\t});\n\t\t*/\n\n\t\t\n\t\tlet self = this;\n\t\tdocument.querySelector(\".sections-list\").addEventListener(\"click\", function (e) {\n\t\t\tlet element = e.target.closest(\".add-section-btn\");\n\t\t\tif (element) {\n\t\t\t\tlet item = element.closest(\"li\");\n\t\t\t\tlet section = Vvveb.Sections.get(item.dataset.type);\n\t\t\t\tlet node = generateElements(section.html)[0];\n\t\t\t\tlet sectionType = node.tagName.toLowerCase();\n\t\t\t\tlet afterSection = Vvveb.Builder.frameBody.querySelector(\":scope > \" + sectionType + \":last-of-type\");\n\t\t\t\t\n\t\t\t\tif (afterSection) {\n\t\t\t\t\tafterSection.after(node);\n\t\t\t\t} else {\n\t\t\t\t\tif (sectionType == \"nav\") {\n\t\t\t\t\t\tafterSection = Vvveb.Builder.frameBody.querySelector(\":scope > nav:first,> header:last-of-type\");\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\tif (afterSection) {\n\t\t\t\t\t\t\tafterSection.before(node);\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tVvveb.Builder.frameBody.append(node);\n\t\t\t\t\t\t}\n\t\t\t\t\t} else if (sectionType != \"footer\") {\n\t\t\t\t\t\tafterSection = Vvveb.Builder.frameBody.querySelector(\"body > footer:last-of-type\");\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\tif (afterSection) {\n\t\t\t\t\t\t\tafterSection.before(node);\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tVvveb.Builder.frameBody.append(node);\n\t\t\t\t\t\t}\n\t\t\t\t\t} else {\n\t\t\t\t\t\tVvveb.Builder.frameBody.append(node);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\t\n\t\t\t\t//node.click();\n\t\t\t\tVvveb.Builder.selectNode(node);\n\t\t\t\tVvveb.Builder.loadNodeComponent(node);\n\t\t\t\t/*\n\t\t\t\tVvveb.Builder.frameHtml.animate({\n\t\t\t\t\tscrollTop: node.offset().top\n\t\t\t\t}, 1000);\n\t\t\t\t\n\t\t\t\tdelay(() => node.click(), 1000);\n\t\t\t\t*/\n\t\t\t\t\n\t\t\t\tVvveb.Undo.addMutation({type: 'childList', \n\t\t\t\t\t\t\t\t\t\ttarget: node.parentNode, \n\t\t\t\t\t\t\t\t\t\taddedNodes: [node], \n\t\t\t\t\t\t\t\t\t\tnextSibling: node.nextSibling});\t\t\t\t\t\t\t\t\n\n\t\t\t\t\n\t\t\t\tself.loadSections();\n\t\t\t\tVvveb.TreeList.loadComponents();\n\t\t\t\tVvveb.TreeList.selectComponent(node);\n\t\t\t\tnode.scrollIntoView({behavior: \"smooth\", block: \"center\", inline: \"center\"});\n\n\t\t\t\te.preventDefault();\n\t\t\t}\n\t\t});\n\t\t\n\t\tdocument.querySelector(this.selector).addEventListener(\"click\", function (e) {\n\t\t\tlet element = e.target.closest(\".properties-btn\");\n\t\t\tif (element) {\n\t\t\t\tlet section = element.closest(\".section-item\");\n\t\t\t\tlet node = section._node;\n\t\t\t\tnode.click();\n\t\t\t\t\n\t\t\t\te.preventDefault();\n\t\t\t}\n\t\t});\n\t\t\n\t},\n\t\n\tgetSections: function() {\n\t\tlet sections = [];\n\t\tlet sectionList = \n\t\t\twindow.FrameDocument.body.querySelectorAll(':scope > section, :scope > header, :scope > footer, :scope > main, :scope > nav');\n\t\t\n\t\tsectionList.forEach(function (node, i) {\n\t\t\tlet id = node.id ? node.id : (node.title ? node.title : node.ariaLabel ?? node.className);\n\t\t\tif (!id) {\n\t\t\t\tid = 'section-' +  Math.floor(Math.random() * 10000);\n\t\t\t}\n\t\t\tlet section = {\n\t\t\t\tname: id.replace(/[^\\w+]+/g,' '),\n\t\t\t\tid: node.id,\n\t\t\t\ttype: node.tagName.toLowerCase(),\n\t\t\t\tnode: node\n\t\t\t};\n\t\t\tsections.push(section);\n\t\t});\n\t\t\n\t\treturn sections;\n\t},\n\n\tloadComponents: function(sectionListItem, section, allowedComponents = {}) {\n\n\t\tlet tree = [];\n\t\tgetNodeTree(section, tree, allowedComponents);\n\t\t\n\t\tlet html = drawComponentsTree(tree);\n\t\tdocument.querySelector(\"ol\", sectionListItem).replaceWith(html);\n\t},\n\t\n\t\n\taddSection: function(data) {\n\t\tlet section = generateElements(tmpl(\"vvveb-section\", data))[0];\n\t\tsection._node = data.node;\n\t\tdocument.querySelector(this.selector).append(section);\n\n\t\t//this.loadComponents(section, data.node, this.allowedComponents);\n\t},\n\n\tloadSections: function() {\n\t\tlet sections = this.getSections();\n\t\tlet container = document.querySelector(this.selector);\n\n\t\tcontainer.replaceChildren();\n\t\tfor (i in sections) {\n\t\t\tthis.addSection(sections[i]);\n\t\t}\n\n\t},\n\t\n\t//drag and drop \n\tdragOver: function(e) {\n\t\tlet element = e.target.closest(\"div\");\n\t\tif (element) {\n\t\t\tif (e.target != dragover && \n\t\t\t\te.target.className == \"section-item\") {\n\n\t\t\t\tif (dragover) {\n\t\t\t\t\tdragover.classList.remove(\"drag-over\");\n\t\t\t\t}\n\t\t\t\t\n\t\t\t\tdragover = e.target;  \n\t\t\t\tdragover.classList.add(\"drag-over\");\n\t\t\t}\n\t\t}\n\t},\n\n\tdragEnd: function (e) {\n\t\tlet element = e.target.closest(\"div\");\n\t\tif (element) {\n\n\t\t\tif (dragover) {\n\t\t\t\tlet parent = selected.parentNode;\n\t\t\t\tlet selectedNode = selected._node;\n\t\t\t\tlet replaceNode = dragover._node;\n\n\t\t\t\tif ((dragover.offsetTop > selected.offsetTop)) {\n\t\t\t\t\t//replace section item list\n\t\t\t\t\tparent.insertBefore(selected, dragover.nextElementSibling);\n\t\t\t\t\t//replace section\n\t\t\t\t\treplaceNode.parentNode.insertBefore(selectedNode, replaceNode.nextElementSibling);\n\t\t\t\t} else {\n\t\t\t\t\t//replace section item list\n\t\t\t\t\tparent.insertBefore(selected, dragover);\n\t\t\t\t\t//replace section\n\t\t\t\t\treplaceNode.parentNode.insertBefore(selectedNode, replaceNode);\n\t\t\t\t}\n\t\t\t\t\n\t\t\t\tdragover.classList.remove(\"drag-over\");\n\t\t\t\t\n\t\t\t\tlet node = selectedNode;\n\t\t\t\t\n\t\t\t\tVvveb.Undo.addMutation({type: 'move', \n\t\t\t\t\t\t\t\t\ttarget: node,\n\t\t\t\t\t\t\t\t\toldParent: node.parentNode,\n\t\t\t\t\t\t\t\t\toldNextSibling: node.nextSibling});\n\t\t\t}\n\n\t\t\tselected = null;\n\t\t\tdragover = null;\n\t\t}\n\t},\n\n\tdragStart: function (e) {\n\t\tlet element = e.target.closest(\"div\");\n\t\tif (element) {\n\t\t\tselected = e.target\n\t\t}\n\t},\n}\n\nVvveb.StyleList = {\n\t\n\tselector: '.sections-container',\n\tallowedComponents: {},\n\t\n\tapplyStyle: function(style) {\n\t\tlet doc =  window.FrameDocument;\n\t\tlet themeStyle = doc.getElementById(\"vvvebjs-theme-style\");\n\t\t\n\t\tif (!style) {\n\t\t\tif (themeStyle) themeStyle.remove();\n\t\t\treturn;\n\t\t}\n\t\t\n\t\t//if style element does not exist create it\t\t\t\n\t\tif (!themeStyle) {\n\t\t\tthemeStyle    = doc.createElement(\"link\");\n\t\t\tthemeStyle.id = \"vvvebjs-theme-style\";\n\t\t\tthemeStyle.rel = \"stylesheet\";\n\t\t\tthemeStyle.media = \"screen\";\n\t\t\tdoc.head.append(themeStyle);\n\t\t}\n\t\t\n\t\tthemeStyle.href = style;\n\t},\n\t\n\tload: function(doc) {\n\t\tlet themeStyle = window.FrameDocument.getElementById(\"vvvebjs-theme-style\");\n\t\tif (themeStyle) {\n\t\t\tlet style = Vvveb.Styles.getByStyle(themeStyle.getAttribute(\"href\"));\n\t\t\tif (style) {\n\t\t\t\tdocument.querySelector('.styles-list [data-type=\"' + style + '\"]')?.classList.add(\"active\");\n\t\t\t}\n\t\t}\n\t},\n\t\n\tinit: function() {\n\n\t\tlet self = this;\n\t\tdocument.querySelector(\".styles-list\").addEventListener(\"click\", function (e) {\n\t\t\tlet element = e.target.closest(\"li\");\n\t\t\tif (element) {\n\t\t\t\tlet style = Vvveb.Styles.get(element.dataset.type);\n\t\t\t\t\n\t\t\t\tif (element.classList.contains(\"active\")) {\n\t\t\t\t\telement.classList.remove(\"active\");\n\t\t\t\t\tstyle = \"\";//if already active remove current style\n\t\t\t\t} else {\n\t\t\t\t\tdocument.querySelector(\".styles-list .active\")?.classList.remove(\"active\");\n\t\t\t\t\telement.classList.add(\"active\");\n\t\t\t\t}\n\t\t\t\t\n\t\t\t\tself.applyStyle(style.style);\n\t\t\t\t\n\t\t\t\tconsole.log(style);\n\n\t\t\t\te.preventDefault();\n\t\t\t}\n\t\t});\n\t\t\t\t\n\t}\n}\n\nVvveb.TreeList = {\n\tselector: '#tree-list',\n\n\tcontainer: null,\n\t\n\ttree: [],\n\t\n\tidToNode : {},\n\t\n\tinit: function() {\n\t\t// header move\n\t\tthis.container = document.querySelector(this.selector);\n\t\tlet header = this.container.querySelector(\".header\");\n\t\tlet isDown = false;\n\t\tlet offset = [0,0];\n\t\tlet self = this;\n\n\t\theader.addEventListener('mousedown', function(e) {\n\t\t\tif (e.which == 1) {//left click\n\t\t\t\tisDown = true;\n\t\t\t\toffset = [\n\t\t\t\t\tself.container.offsetLeft - e.clientX,\n\t\t\t\t\tself.container.offsetTop - e.clientY\n\t\t\t\t];\n\t\t\t}\n\t\t}, true);\n\n\t\tdocument.addEventListener('mouseup', function() {\n\t\t\tisDown = false;\n\t\t}, true);\n\n\t\tdocument.addEventListener('mousemove', function(event) {\n\t\t\tif (isDown) {\n\t\t\t\tevent.preventDefault();\n\t\t\t\tlet left = Math.max(event.clientX + offset[0], 0);\n\t\t\t\tlet top = Math.max(event.clientY + offset[1], 0);\n\n\t\t\t\tif (left >= 0 && (left < (window.innerWidth - self.container.clientWidth))) self.container.style.left = left + \"px\";\n\t\t\t\tif (top >= 0 && (top < (window.innerHeight - self.container.clientHeight))) self.container.style.top  = top + \"px\";\n\t\t\t}\n\t\t});\n\n\t\tdocument.querySelector(this.selector).addEventListener(\"click\", function (e) {\n\t\t\tlet element = e.target.closest(\"li[data-component]\");\n\t\t\tif (element) {\n\t\t\t\tconst node = element._treeNode;\n\t\t\t\tnode.scrollIntoView({behavior: \"smooth\", block: \"center\", inline: \"center\"});\n\t\t\t\t//node.click();\n\t\t\t\tVvveb.Builder.selectNode(node);\n\t\t\t\tVvveb.Builder.loadNodeComponent(node);\n\t\t\t\t\n\t\t\t\tdocument.querySelector(self.selector + \" .active\")?.classList.remove(\"active\");\t\n\t\t\t\telement.querySelector(\"label\").classList.add(\"active\");\n\t\t\t}\n\t\t})\n\t\t\n\t\tdocument.querySelector(this.selector).addEventListener(\"mousemove\", function (e) {\n\t\t\tlet element = e.target.closest(\"li[data-component]\");\n\t\t\tif (element) {\n\t\t\t\tconst node = element._treeNode;\n\t\t\t\t\n\t\t\t\tnode.dispatchEvent(new MouseEvent(\"mousemove\", {\n\t\t\t\t\tbubbles: true,\n\t\t\t\t\tcancelable: true,\n\t\t\t\t}));\n\t\t\t}\n\t\t})\n\t},\n\t\n\tselectComponent: function(node) {\n\t\tlet id;\n\t\tfor (const i in this.idToNode) {\n\t\t\tif (node == this.idToNode[i]) {\n\t\t\t\tid = i;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\n\t\tif (id) {\n\t\t\tlet element = document.getElementById(\"id\" + id);\n\n\t\t\tthis.container.querySelector(\".active\")?.classList.remove(\"active\");\t\n\t\t\t//collapse all \n\t\t\tlet checkboxes = this.container.querySelectorAll(\"input[type=checkbox]:checked\");\n\t\t\tfor (let i = 0, len = checkboxes.length; i < len; i++) {\n\t\t\t\tcheckboxes[i].checked = false;\n\t\t\t\tlet label = checkboxes[i].labels[0];\n\t\t\t\tif (label) {\n\t\t\t\t\tlabel.classList.remove(\"active\");\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t//expand parents\n\t\t\tif (element) {\n\t\t\t\tlet parent = element;\n\t\t\t\tlet current = element;\n\t\t\t\twhile (parent = current.closest(\"li\")) {\n\t\t\t\t\tcurrent = parent.parentNode; \n\t\t\t\t\tlet input = parent.querySelector(\"input\");\n\t\t\t\t\tif (input && input.hasAttribute(\"type\") && input.type == \"checkbox\") {\n\t\t\t\t\t\tinput.checked = true;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\t\n\t\t\t\telement.checked = true;\n\t\t\t\telement.labels[0].classList.add(\"active\");\n\t\t\t\telement.scrollIntoView({behavior: \"smooth\", block: \"center\", inline: \"center\"});\n\t\t\t}\n\t\t}\n\t\t\n\t\treturn false;\n\t},\n\t\n\tloadComponents: function() {\n\t\tlet list = this.container.querySelector(\".tree > ol\");\n\t\t//if navigator not visible don't load\n\t\tif (list.offsetParent === null) return;\n\t\t\n\t\tthis.tree     = [];\n\t\tthis.idToNode = {};\n\t\tgetNodeTree(window.FrameDocument.body, this.tree, {}, this.idToNode);\n\t\t\n\t\tlet ol = drawComponentsTree(this.tree);\n\t\tlist.replaceWith(ol);\n\t\t//list.replaceWith(html);\n\t},\t\n}\n\nVvveb.FileManager = {\n\ttree:false,\n\tpages:{},\n\tcurrentPage: false,\n\tallowedComponents: {},\n\t\n\tinit: function(allowedComponents = {}) {\n\t\t\n\t\tthis.allowedComponents = allowedComponents;\n\t\tthis.tree = document.querySelector(\"#filemanager .tree > ol\");\n\t\tthis.tree.replaceChildren();\n\t\t\n\t\tthis.tree.addEventListener(\"click\", function (e) {\n\t\t\tlet element = event.target.closest(\"a\");\n\t\t\tif (element) {\n\t\t\t\te.stopImmediatePropagation();\n\t\t\t\tif (element.classList.contains('view')) return;\n\t\t\t\te.preventDefault();\n\t\t\t\treturn false;\n\t\t\t}\n\t\t});\t\n\t\t\n\t\tthis.tree.addEventListener(\"click\", function (e) {\n\t\t\tlet element = event.target.closest(\".delete\");\n\t\t\tif (element) {\n\t\t\t\tVvveb.FileManager.deletePage(element.closest(\"li\"), e);\n\t\t\t\te.stopImmediatePropagation();\n\t\t\t\te.preventDefault();\n\t\t\t\treturn false;\n\t\t\t}\n\t\t});\n\n\t\tthis.tree.addEventListener(\"click\", function (e) {\n\t\t\tlet element = event.target.closest(\".rename\");\n\t\t\tif (element) {\n\t\t\t\tVvveb.FileManager.renamePage(element.closest(\"li\"), e, false);\n\t\t\t\te.stopImmediatePropagation();\n\t\t\t\te.preventDefault();\n\t\t\t\treturn false;\n\t\t\t}\n\t\t});\n\n\t\tthis.tree.addEventListener(\"click\", function (e) {\n\t\t\tlet element = event.target.closest(\".duplicate\");\n\t\t\tif (element) {\n\t\t\t\tVvveb.FileManager.renamePage(element.closest(\"li\"), e, true);\n\t\t\t\te.stopImmediatePropagation();\n\t\t\t\te.preventDefault();\n\t\t\t\treturn false;\n\t\t\t}\n\t\t});\n\t\t\n\t\tthis.tree.addEventListener(\"click\", function (e) {\n\t\t\tlet element = event.target.closest(\"li[data-page] label\");\n\t\t\tif (element) {\n\t\t\t\tlet page = element.parentNode.dataset.page;\n\t\t\t\tif (page) Vvveb.FileManager.loadPage(page, allowedComponents);\n\t\t\t\te.preventDefault();\n\t\t\t\treturn false;\t\t\t\n\t\t\t}\n\t\t});\n\t\t\n\t\tthis.tree.addEventListener(\"click\", function (e) {\n\t\t\tlet element = event.target.closest(\"li[data-component] label\");\n\t\t\tif (element) {\n\t\t\t\tconst node = e.currentTarget.parentNode._node;\n\t\t\t\tnode.scrollIntoView({behavior: \"smooth\", block: \"center\", inline: \"center\"});\n\t\t\t\tnode.click();\n\t\t\t}\n\t\t});\n\t\t\n\t\tthis.tree.addEventListener(\"mouseenter\", function (e) {\n\t\t\tlet element = event.target.closest(\"li[data-component] label\");\n\t\t\tif (element) {\n\t\t\t\tconst node = e.currentTarget.parentNode._node;\n\t\t\t\tnode.scrollIntoView({behavior: \"smooth\", block: \"center\", inline: \"center\"});\n\n\t\t\t\tnode.dispatchEvent(new MouseEvent(\"mousemove\", {\n\t\t\t\t\tbubbles: true,\n\t\t\t\t\tcancelable: true,\n\t\t\t\t}));\n\t\t\t\t//node.trigger(\"mousemove\");\n\t\t\t}\t\t\t\n\t\t});\n\t},\n\t\n\tclear: function() {\n\t\tthis.pages = {};\n\t\tthis.currentPage = false;\n\t\tthis.tree.replaceChildren();\n\t},\n\t\n\tdeletePage: function(element, e) {\n\t\tlet page = element.dataset;\n\t\tif (confirm(`Are you sure you want to delete \"${page.file}\"template?`)) {\n\n\t\t\tlet detail = {page, element};\n\t\t\t//allow event to change page or cancel by setting page to false\n\t\t\twindow.dispatchEvent(new CustomEvent(\"vvveb.FileManager.deletePage\", {\n\t\t\t\tdetail\n\t\t\t}));\n\n\t\t\tif (detail.page) {\n\t\t\t\t\n\t\t\t\tfetch(deleteUrl, {method: \"POST\",  body: new URLSearchParams({file:page.file})})\n\t\t\t\t.then((response) => {\n\t\t\t\t\tif (!response.ok) {  return Promise.reject(response);  }\n\t\t\t\t\treturn response.text()\n\t\t\t\t})\n\t\t\t\t.then((data) => {\n\t\t\t\t\t\tlet bg = \"success\";\n\t\t\t\t\t\tif (data.success) {\t\t\n\t\t\t\t\t\t\tdocument.querySelectorAll(\"#top-panel .save-btn\").forEach(e => e.setAttribute(\"disabled\", \"true\"));\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tbg = \"danger\";\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tdisplayToast(bg, \"Delete\", data.message ?? data);\n\t\t\t\t})\n\t\t\t\t.catch(error => {\n\t\t\t\t\tconsole.log(error);\n\t\t\t\t\tlet message = error.statusText ?? \"Error deleting page!\";\n\t\t\t\t\tdisplayToast(\"danger\", \"Error\", message);\n\n\t\t\t\t\terror.text().then( errorMessage => {\n\t\t\t\t\t\tlet message = errorMessage.substr(0, 200);\n\t\t\t\t\t\tdisplayToast(\"danger\", \"Error\", message);\n\t\t\t\t\t})\t\t\t\t\t\n\t\t\t\t});\n\n\t\t\t\telement.remove();\n\t\t\t}\n\t\t}\n\t},\t\n\t\n\trenamePage: function(element, e, duplicate = false) {\n\t\tlet page = element.dataset;\n\t\tlet newfile = prompt(`Enter new file name for \"${page.file}\"`, page.file);\n\t\tlet _self = this;\n\t\tif (newfile) {\n\n\t\t\tlet detail = {page, newfile, element};\n\t\t\t//allow event to change page or newfile or cancel by setting page to false\n\t\t\twindow.dispatchEvent(new CustomEvent(\"vvveb.FileManager.renamePage\", {\n\t\t\t\tdetail\n\t\t\t}));\n\n\t\t\tif (detail.page) {\n\n\t\t\t\tfetch(renameUrl, {method: \"POST\",  body: new URLSearchParams({file:page.file, newfile:newfile, duplicate})})\n\t\t\t\t.then((response) => {\n\t\t\t\t\tif (!response.ok) {  return Promise.reject(response);  }\n\t\t\t\t\treturn response.text()\n\t\t\t\t})\n\t\t\t\t.then((data) => {\n\t\t\t\t\t\tlet bg = \"success\";\n\t\t\t\t\t\tif (data.success) {\t\t\n\t\t\t\t\t\t\tdocument.querySelectorAll(\"#top-panel .save-btn\").forEach(e => e.setAttribute(\"disabled\", \"true\"));\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tbg = \"danger\";\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tnewfile = data.newfile ?? newfile;\t\n\t\t\t\t\t\tdisplayToast(bg, \"Rename\", data.message ?? data);\n\t\t\t\t\t\tlet baseName = newfile.replace('.html', '');\n\t\t\t\t\t\tlet newName = friendlyName(newfile.replace(/.*[\\/\\\\]+/, '')).replace('.html', '');\n\t\t\t\t\t\t\n\t\t\t\t\t\tif (duplicate) {\n\t\t\t\t\t\t\tlet data = _self.pages[page.page];\n\t\t\t\t\t\t\tdata[\"file\"] = newfile;\n\t\t\t\t\t\t\tdata[\"title\"] = newName;\n\t\t\t\t\t\t\tVvveb.FileManager.addPage(baseName, data);\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t_self.pages[page.page][\"file\"] = newfile;\n\t\t\t\t\t\t\t_self.pages[page.page][\"title\"] = newName;\n\t\t\t\t\t\t\tpage.url = data.url ?? page.url.replace(page.file, newfile);\n\t\t\t\t\t\t\tpage.file = newfile;\n\t\t\t\t\t\t\telement.querySelector(\":scope > label span\").innerHTML = newName;\n\t\t\t\t\t\t\telement.querySelector(\":scope > label a.view\").setAttribute(\"href\", page.url);\n\t\t\t\t\t\t\t_self.pages[page.page][\"url\"] = page.url;\n\t\t\t\t\t\t\t_self.pages[page.page][\"file\"] = page.file;\n\t\t\t\t\t\t}\n\t\t\t\t})\n\t\t\t\t.catch(error => {\n\t\t\t\t\tconsole.log(error);\n\t\t\t\t\tlet message = error.statusText ?? \"Error renaming page!\";\n\t\t\t\t\tdisplayToast(\"danger\", \"Error\", message);\n\n\t\t\t\t\terror.text().then( errorMessage => {\n\t\t\t\t\t\tlet message = errorMessage.substr(0, 200);\n\t\t\t\t\t\tdisplayToast(\"danger\", \"Error\", message);\n\t\t\t\t\t})\n\t\t\t\t});\t\t\t\t\n\t\t\t}\n\t\t}\n\t},\n\t\n\taddPage: function(name, data, afterPage = false, append = true) {\n\n\t\t//allow event to change name or cancel by setting name to false\n\t\twindow.dispatchEvent(new CustomEvent(\"vvveb.FileManager.addPage\", {\n\t\t\tdetail: [name, data],\n\t\t}));\n\n\t\tif (!name) {\n\t\t\treturn false;\n\t\t}\n\n\t\tthis.pages[name] = data;\n\t\tdata['name'] = name;\n\n\t\tlet folder = this.tree;\n\t\tif (data.folder) {\n\t\t\tif ((data.folder && data.folder != \"/\") && !(folder = folder.querySelector('li[data-folder=\"' + data.folder + '\"]')))  {\n\t\t\t\tdata.folderTitle = friendlyName(data.folder);//data.folder[0].toUpperCase() + data.folder.slice(1);\n\t\t\t\tfolder = generateElements(tmpl(\"vvveb-filemanager-folder\", data))[0];\n\t\t\t\tthis.tree.append(folder);\n\t\t\t}\n\n\t\t\tfolder = folder.querySelector(\"ol\");\n\t\t} \n\t\t\n\t\tlet page = generateElements(tmpl(\"vvveb-filemanager-page\", data))[0];\n\t\tif (afterPage && (afterPage = folder.querySelector('[data-page=\"' + afterPage + '\"]'))) {\n\t\t\tafterPage.after(page);\n\t\t} else {\n\t\t\tif (append) {\n\t\t\t\tfolder.append(page);\n\t\t\t} else {\n\t\t\t\tfolder.prepend(page);\n\t\t\t}\n\t\t}\n\t\t\n\t\treturn page;\n\t},\n\t\n\taddPages: function(pages) {\n\t\tfor (page in pages) {\n\t\t\tthis.addPage(pages[page]['name'], pages[page]);\n\t\t}\n\t},\n\t\n\taddComponent: function(name, url, title, page) {\n\t\tdocument.querySelector(\"[data-page='\" + page + \"'] > ol\", this.tree).append(\n\t\t\ttmpl(\"vvveb-filemanager-component\", {name:name, url:url, title:title}));\n\t},\n\t\n\tloadComponents: function(allowedComponents = {}) {\n\n\t\tlet tree = [];\n\t\tgetNodeTree(window.FrameDocument.body, tree, allowedComponents);\n\t\t\n\t\tlet html = drawComponentsTree(tree);\n\t\tdocument.querySelector(\"[data-page='\" + this.currentPage + \"'] > ol\", this.tree).replaceWith(html);\n\t},\n\t\n\tgetCurrentUrl: function() {\n\t\tif (this.currentPage) {\n\t\t\treturn this.pages[this.currentPage]['url'];\n\t\t}\n\t},\t\n    \n\tgetCurrentPage: function() {\n\t\treturn this.currentPage;\n\t},\t\n    \n\tgetPageData: function(key) {\n\t\tif (this.currentPage) {\n\t\t\tif (key) {\n\t\t\t\treturn this.pages[this.currentPage][key];\n\t\t\t} else {\n\t\t\t\treturn this.pages[this.currentPage];\n\t\t\t}\n\t\t}\n\t},\t\n    \n    \n\tgetCurrentFileName: function() {\n\t    if (this.currentPage) {\n\t\t    let folder = this.pages[this.currentPage]['folder'];\n\t\t    folder = folder ? folder + '/': ''; \n\t\t    return folder + this.pages[this.currentPage]['file'];\n            }\n\t},\n\t\n\treloadCurrentPage: function() {\n\t\tif (this.currentPage)\n\t\treturn this.loadPage(this.currentPage);\n\t},\n\t\n\tloadPage: function(name, allowedComponents = false, disableCache = true, loadComponents = false) {\n\t\tlet url = this.pages[name]['url'] ?? \"\";\n\t\t\n\t\tif (!url) {\n\t\t\treturn;\n\t\t}\n\t\t\n\t\tlet page = this.tree.querySelector(\"[data-page='\" + name + \"']\");\n\t\t//remove active from current active page\n\t\tthis.tree.querySelector(\"[data-page].active\")?.classList.remove(\"active\");\n\t\t//set loaded page as active\n\t\tpage.classList.add(\"active\");\n\t\t//open parent folder if closed\n\t\tpage.closest(\"[data-folder]\")?.querySelector(\"input[type=checkbox]\").setAttribute(\"checked\", true);\n\t\t\n\t\tthis.currentPage = name;\n\t\tdocument.querySelector(\".btn-preview-url\").setAttribute(\"href\", url);\n\n\t\t//allow event to change page or url or cancel by setting url to false\n\t\tlet self = this;\n\n\t\twindow.dispatchEvent(new CustomEvent(\"vvveb.FileManager.loadPage\", {\n\t\t\tdetail: self.pages[name],\n\t\t}));\n\n\t\tif (url) {\n\t\t\tVvveb.Builder.loadUrl(url + (disableCache ? (url.indexOf('?') > -1 ? '&r=':'?r=') + Math.random():''), \n\t\t\t\tfunction () { \n\t\t\t\t\tif (loadComponents) { Vvveb.FileManager.loadComponents(allowedComponents); }\n\t\t\t\t\tVvveb.SectionList.loadSections(allowedComponents); \n\t\t\t\t\tVvveb.TreeList.loadComponents(); \n\t\t\t\t\tVvveb.StyleManager.init(); \n\t\t\t\t});\n\t\t}\n\t},\n\n\tscrollToPage: function(page) {\n\t\tpage.scrollIntoView({behavior: \"smooth\", block: \"center\", inline: \"center\"});\n\t},\n}\n\nVvveb.Breadcrumb = {\n\ttree:false,\t\n\t\n\tinit: function() {\n\t\tthis.tree = document.querySelector(\".breadcrumb-navigator > .breadcrumb\");\n\t\tthis.tree.replaceChildren();\n\n\t\tthis.tree.addEventListener(\"click\", function (e) {\n\t\t\tlet element = event.target.closest(\".breadcrumb-item\");\n\t\t\tif (element) {\n\t\t\t\tlet node = element._node;\n\t\t\t\tif (node) {\n\t\t\t\t\t//node.click();\n\t\t\t\t\tVvveb.Builder.selectNode(node);\n\t\t\t\t\tVvveb.Builder.loadNodeComponent(node);\n\t\t\t\t\tnode.scrollIntoView({behavior: \"smooth\", block: \"center\", inline: \"center\"});\n\t\t\t\t}\n\t\t\t\t\n\t\t\t\te.preventDefault();\n\t\t\t}\n\t\t});\n\t\t\n\t\tlet currentHoverNode;\n\t\tthis.tree.addEventListener(\"mousemove\", function (e) {\n\t\t\tif (event.target == currentHoverNode) return;\n\t\t\tcurrentHoverNode = event.target;\n\t\t\t\n\t\t\tlet element = event.target.closest(\".breadcrumb-item\");\n\t\t\tif (element) {\n\t\t\t\tlet node = element._node;\n\n\t\t\t\tnode.dispatchEvent(new MouseEvent(\"mousemove\", {\n\t\t\t\t\tbubbles: true,\n\t\t\t\t\tcancelable: true,\n\t\t\t\t}));\n\t\t\t}\n\t\t})\n\t},\n\t\n\taddElement: function(data, element) {\n\t\tlet li = generateElements(tmpl(\"vvveb-breadcrumb-navigaton-item\", data))[0];\n\t\tli._node = element;\t\t\t\n\t\tthis.tree.prepend(li);\n\t},\n\t\t\n\tloadBreadcrumb: function(element) {\n\t\tthis.tree.replaceChildren();\n\t\tlet currentElement = element;\n\t\t\n\t\twhile (currentElement.parentElement) {\n\t\t\tlet elementType = Vvveb.Builder._getElementType(currentElement);\n\t\t\tlet el = elementType[1].toLowerCase();\n\t\t\n\t\t\tthis.addElement({\n\t\t\t\t\"name\":  el + \" \" + elementType[0],\n\t\t\t\t\"className\": \"el-\" + el\n\t\t\t}, currentElement);\n\t\t\t\n\t\t\tcurrentElement = currentElement.parentElement;\n\t\t}\n\t}\n}\n\nVvveb.FontsManager = {\n\t\n\tactiveFonts:[],\n\tproviders: {},//{\"google\":GoogleFontsManager};\n\t\n\taddFontList: function(provider, groupName, fontList) {\n\t\tlet fonts = {};\n\t\tlet fontNames = [];\n\t\t\n\t\tlet fontSelect = generateElements(\"<optgroup label='\" + groupName + \"'></optgroup>\")[0];\n\t\tfor (const font in fontList) {\n\t\t\tfontNames.push({\"text\":font, \"value\":font, \"data-provider\": provider});\n\t\t\tlet option = new Option(font, font);\n\t\t\toption.dataset.provider = provider;\n\t\t\t//option.style.setProperty(\"font-family\", font);//font preview if the fonts are loaded in editor\n\t\t\tfontSelect.append(option);\n\t\t}\n\t\tdocument.getElementById(\"font-family\").append(fontSelect);\t\n\n\t\tlet list = Vvveb.Components.getProperty(\"_base\", \"font-family\");\n\t\tif (list) {\n\t\t\tlist.onChange = function (node,value, input, component) {\n\t\t\t\tlet option = input.options[input.selectedIndex];\n\t\t\t\tVvveb.FontsManager.addFont(option.dataset.provider, value, node);\n\t\t\t\treturn node;\n\t\t\t};\n\t\t\t\n\t\t\tlist.data.options.push({optgroup:groupName});\n\t\t\tlist.data.options = list.data.options.concat(fontNames);\n\n\t\t\tVvveb.Components.updateProperty(\"_base\", \"font-family\", {data:list.data});\n\t\t\t\n\t\t\t//update default font list\n\t\t\tfontList = list.data.options;\n\t\t}\n\t},\n\t\n\taddProvider: function(provider, Obj) {\n\t\tthis.providers[provider] = Obj;\n\t},\n\t\n\t//add also element so we can keep track of the used fonts to remove unused ones\n\taddFont: function(provider, fontFamily, element = false) {\n\t\tif (!provider) return;\n\t\t\n\t\tlet providerObj = this.providers[provider];\n\t\tif (providerObj) {\n\t\t\tproviderObj.addFont(fontFamily);\n\t\t\tthis.activeFonts.push({provider, fontFamily, element});\n\t\t}\n\t},\n\t\n\tremoveFont: function(provider, fontFamily) {\n\t\tif (!provider) return;\n\n\t\tlet providerObj = this.providers[provider];\n\t\tif (provider!= \"default\" && providerObj) {\n\t\t\tproviderObj.removeFont(fontFamily);\n\t\t}\n\t},\n\t\n\t//check if the added fonts are still used for the elements they were set and remove unused ones\n\tcleanUnusedFonts: function (){\n\t\tfor (i in this.activeFonts) {\n\t\t\tlet elementFont = this.activeFonts[i];\n\t\t\tif (elementFont.element) {\n\t\t\t\tif (Vvveb.StyleManager.getStyle(elementFont.element,'font-family').replaceAll('\"','') != elementFont.fontFamily) {\n\t\t\t\t\tthis.removeFont(elementFont.provider, elementFont.fontFamily);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n};\n\n\nVvveb.ColorPalette = {\n\tcolors: {},\n\t\n\tgetAll: function() {\n\t\treturn this.colors;\n\t},\n\t\n\tadd: function(name, color) {\n\t\tthis.colors[name] = color;\n\t},\n\t\n\tremove: function(color) {\n\t\tdelete this.colors[name];\n\t},\n}\n\nfunction friendlyName(name) {\n\tname = name.replaceAll(\"--bs-\",\"\").replace(/[-_]/g, \" \").trim();  \n\treturn name = name[0].toUpperCase() + name.slice(1);\n}\n\nVvveb.ColorPaletteManager = {\n\t\n\tcssVars: {\"font\": {}, \"color\" : {}, \"dimensions\": {}},\n\t\n\tgetType: function (type) { \n\t\treturn this.cssVars[type];\n\t},\n\t\t\n\tgetAllCSSVariableNames:  function (styleSheets = document.styleSheets, selector){\n\n\t   for(let i = 0; i < styleSheets.length; i++){\n\t\t  try{ \n\t\t\t let cssRules =  styleSheets[i].cssRules;\n\t\t\t for( let j = 0; j < cssRules.length; j++){\n\t\t\t\ttry{\n\t\t\t\t   let style = cssRules[j].style;\t\n\t\t\t\t   if (selector && cssRules[j].selectorText && cssRules[j].selectorText != selector) continue;\n\t\t\t\t   for(let k = 0; k < style.length; k++){\n\t\t\t\t\t  let name = style[k];\n\t\t\t\t\t  let value = style.getPropertyValue(name).trim();\n\t\t\t\t\t  let type = \"\";\n\t\t\t\t\t  \n\t\t\t\t\t  if(name.startsWith(\"--\")){\n\t\t\t\t\t\t//ignore bootstrap rgb variables\n\t\t\t\t\t\tif (name.endsWith(\"-rgb\")) continue;\n\t\t\t\t\t\t//ignore variables depending on other variables\n\t\t\t\t\t\tif (value.startsWith(\"var(\")) continue;\n\n\t\t\t\t\t\tlet friendlyName = name.replace(\"--bs-\",\"\").replaceAll(\"-\", \" \");  \n\t\t\t\t\t\t \n\t\t\t\t\t\tif (value.startsWith(\"#\")) {\n\t\t\t\t\t\t\ttype = \"color\";\n\t\t\t\t\t\t} else if (value.indexOf('\"') >= 0 || value.indexOf(\"'\") >= 0) {\n\t\t\t\t\t\t\ttype = \"font\";\n\t\t\t\t\t\t} else if (value.endsWith('em') > 0 || value.endsWith('px') > 0) {\n\t\t\t\t\t\t\ttype = \"dimensions\";\n\t\t\t\t\t\t} else if (!isNaN(parseFloat(value))) {\n\t\t\t\t\t\t\ttype = \"dimensions\";\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tif (type) {\n\t\t\t\t\t\t\t if (!this.cssVars[type]) this.cssVars[type] = {};\n\t\t\t\t\t\t\t this.cssVars[type][name] = {value, type, friendlyName};\n\t\t\t\t\t\t }\n\t\t\t\t\t  }\n\t\t\t\t   }\n\t\t\t\t} catch (error) {}\n\t\t\t }\n\t\t  } catch (error) {}\n\t   }\n\t   \n\t   return this.cssVars;\n\t},\n\t\n\tgetCssWithVars:  function (styleSheets = document.styleSheets, vars){\n\t   let cssVars = {};\n\t   let css = \"\";\n\t   let cssStyles = \"\";\n\t   for(let i = 0; i < styleSheets.length; i++){\n\t\t  try{ \n\t\t\t let cssRules =  styleSheets[i].cssRules;\n\t\t\t for( let j = 0; j < cssRules.length; j++){\n\t\t\t\ttry{\n\t\t\t\t   let style = cssRules[j].style;\t\n\t\t\t\t   //if (selector && cssRules[j].selectorText && cssRules[j].selectorText != selector) continue;\n\t\t\t\t   cssStyles = \"\";\n\t\t\t\t   for(let k = 0; k < style.length; k++){\n\t\t\t\t\t  let name = style[k];\n\t\t\t\t\t  let value = style.getPropertyValue(name);\n\t\t\t\t\t  if(name.startsWith('--bs-btn-')) {\n\t\t\t\t\t\t  for (v in vars) {\n\t\t\t\t\t\t\t  if (value == vars[v]) {\n\t\t\t\t\t\t\t\t  cssVars[name] = v;\n\t\t\t\t\t\t\t\t  cssStyles += name + \":var(\" + v + \");\\n\";\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t  }\n\t\t\t\t\t  }\n\t\t\t\t\t  \n\t\t\t\t   }\n\t\t\t\t   if (cssStyles) {\n\t\t\t\t   css += cssRules[j].selectorText + \"{\\n\"\n\t\t\t\t   css += cssStyles;\n\t\t\t\t   css += \"}\\n\";\n\t\t\t\t\t}\n\t\t\t\t} catch (error) {}\n\t\t\t }\n\t\t  } catch (error) {}\n\t   }\n\t   return cssVars;\n\t},\n\n\tinit: function(document) {\n\t\tVvveb.Components.render(\"config/bootstrap\", \"#configuration .component-properties\");\n\t\t\n\t\t//apply current theme color palette\n\t\t//let colors = Vvveb.ColorPaletteManager.getType(\"color\");\n\t\tlet colors = this.cssVars.color;\n\t\tfor (const name in colors) {\n\t\t\tlet color = colors[name].value;\n\n\t\t\tif (color[0] == \"#\" && color.length == 7) {//add only valid hex color values 7 char long\n\t\t\t\t//add color as name to keep values unique\n\t\t\t\tVvveb.ColorPalette.add(color, color);\n\t\t\t}\n\t\t}\n\t},\n\t\n};\n\nVvveb.NewSection = {\n\tcontainer:null,\n\ttemplate:`<newsection id=\"vvvebjs-new-section\">\n\t\t\t  <div class=\"container\">\n\t\t\t\t<div class=\"row\">\n\t\t\t\t  <div class=\"col\">\n\t\t\t\t\t<button id=\"new-blank-section\">Blank section</button>\n\t\t\t\t\t<button id=\"new-section\">Add section</button>\n\t\t\t\t  </div>\n\t\t\t\t</div>\n\t\t\t  </div>\n\t\t\t</newsection>`,\n\t\n\tinit: function() {\n\t\tthis.insert(); \n\t\t\n\t\tthis.container.onmouseout = function(event) {\n\t\t  Vvveb.Builder.highlightEnabled = true;\n\t\t};\n\t\t\n\t\tthis.container.onmouseover = function(event) {\n\t\t Vvveb.Builder.highlightEnabled = false;\n\t\t};\n\t\t\n\t\tthis.container.onclick = function(event) {\n\t\t\tif (event.target.id == 'new-blank-section') {\n\t\t\t\tVvveb.Gui.newSection(null,true);\n\t\t\t} else {\n\t\t\t\tif (event.target.id == 'new-section') {\n\t\t\t\t\tVvveb.Gui.newSection(null,false);\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t},\t\n\t\n\tinsert: function() {\n\t\tlet position = 'before';\n\t\tlet lastSection = Vvveb.Builder.frameBody.querySelector(':scope > footer:last-of-type');\n\t\tif (!lastSection) {\n\t\t\tposition = 'after';\n\t\t\tlastSection = Vvveb.Builder.frameBody.querySelector(':scope > main:last-of-type') || \n\t\t\tVvveb.Builder.frameBody.querySelector(':scope > section:last-of-type');\n\t\t}\n\t\t\n\t\tthis.container = generateElements(this.template)[0];\n\t\tif (position == 'after') {\n\t\t\tlastSection.after(this.container);\n\t\t} else {\n\t\t\tlastSection.before(this.container);\n\t\t}\n\t\t\n\t\treturn this.container;\n\t}\n}\n\nVvveb.Config = {\n\tcomponents :[],\n\tblocks :[],\n\tplugins :[],\n\t\n\tload: function(url = 'default.json') {\n\t\t$.getJSON( url, function( data ) {\n\t\t\t\n\t\t});\n\t}\n}\n\n// Toggle fullscreen\nfunction launchFullScreen(document) {\n  if(document.documentElement.requestFullScreen) {\n    \n\t\tif (document.FullScreenElement)\n\t\t\tdocument.exitFullScreen();\n\t\telse\n\t\t\tdocument.documentElement.requestFullScreen();\n//mozilla\t\t\n  } else if(document.documentElement.mozRequestFullScreen) {\n\n\t\tif (document.mozFullScreenElement)\n\t\t\tdocument.mozCancelFullScreen();\n\t\telse\n\t\t\tdocument.documentElement.mozRequestFullScreen();\n//webkit\t  \n  } else if(document.documentElement.webkitRequestFullScreen) {\n\n\t\tif (document.webkitFullscreenElement)\n\t\t\tdocument.webkitExitFullscreen();\n\t\telse\n\t\t\tdocument.documentElement.webkitRequestFullScreen();\n//ie\t  \n  } else if(document.documentElement.msRequestFullscreen) {\n\n\t\tif (document.msFullScreenElement)\n\t\t\tdocument.msExitFullscreen();\n\t\telse\n\t\t\tdocument.documentElement.msRequestFullscreen();\n  }\n}\n\nlet fontList = [{\n\tvalue: \"\",\n\ttext: \"Default\"\n}, {\n\tvalue: \"Arial, Helvetica, sans-serif\",\n\ttext: \"Arial\"\n}, {\n\tvalue: \"'Lucida Sans Unicode', 'Lucida Grande', sans-serif\",\n\ttext: 'Lucida Grande'\n}, {\n\tvalue: \"'Palatino Linotype', 'Book Antiqua', Palatino, serif\",\n\ttext: 'Palatino Linotype'\n}, {\n\tvalue: \"'Times New Roman', Times, serif\",\n\ttext: 'Times New Roman'\n}, {\n\tvalue: \"Georgia, serif\",\n\ttext: \"Georgia, serif\"\n}, {\n\tvalue: \"Tahoma, Geneva, sans-serif\",\n\ttext: \"Tahoma\"\n}, {\n\tvalue: \"'Comic Sans MS', cursive, sans-serif\",\n\ttext: 'Comic Sans'\n}, {\n\tvalue: \"Verdana, Geneva, sans-serif\",\n\ttext: 'Verdana'\n}, {\n\tvalue: \"Impact, Charcoal, sans-serif\",\n\ttext: 'Impact'\n}, {\n\tvalue: \"'Arial Black', Gadget, sans-serif\",\n\ttext: 'Arial Black'\n}, {\n\tvalue: \"'Trebuchet MS', Helvetica, sans-serif\",\n\ttext: 'Trebuchet'\n}, {\n\tvalue: \"'Courier New', Courier, monospace\",\n\ttext: 'Courier New'\n}, {\n\tvalue: \"'Brush Script MT', sans-serif\",\n\ttext: 'Brush Script'\n}];\n"
  },
  {
    "path": "libs/builder/components-bootstrap4.js",
    "content": "/*\nCopyright 2017 Ziadin Givan\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n   http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\nhttps://github.com/givanz/Vvvebjs\n*/\n\nbgcolorClasses = [\"bg-primary\", \"bg-secondary\", \"bg-success\", \"bg-danger\", \"bg-warning\", \"bg-info\", \"bg-light-subtle\", \"bg-dark\", \"bg-white\"]\n\nbgcolorSelectOptions = \n[{\n\tvalue: \"Default\",\n\ttext: \"\"\n}, \n{\n\tvalue: \"bg-primary\",\n\ttext: \"Primary\"\n}, {\n\tvalue: \"bg-secondary\",\n\ttext: \"Secondary\"\n}, {\n\tvalue: \"bg-success\",\n\ttext: \"Success\"\n}, {\n\tvalue: \"bg-danger\",\n\ttext: \"Danger\"\n}, {\n\tvalue: \"bg-warning\",\n\ttext: \"Warning\"\n}, {\n\tvalue: \"bg-info\",\n\ttext: \"Info\"\n}, {\n\tvalue: \"bg-light-subtle\",\n\ttext: \"Light\"\n}, {\n\tvalue: \"bg-dark\",\n\ttext: \"Dark\"\n}, {\n\tvalue: \"bg-white\",\n\ttext: \"White\"\n}];\n\nfunction changeNodeName(node, newNodeName)\n{\n\tvar newNode;\n\tnewNode = document.createElement(newNodeName);\n\tattributes = node.get(0).attributes;\n\t\n\tfor (i = 0, len = attributes.length; i < len; i++) {\n\t\tnewNode.setAttribute(attributes[i].nodeName, attributes[i].nodeValue);\n\t}\n\n\t$(newNode).append($(node).contents());\n\t$(node).replaceWith(newNode);\n\t\n\treturn newNode;\n}\n\nVvveb.ComponentsGroup['Bootstrap 4'] =\n[\"html/container\", \"html/gridrow\", \"html/button\", \"html/buttongroup\", \"html/buttontoolbar\", \"html/heading\", \"html/image\", \"html/jumbotron\", \"html/alert\", \"html/card\", \"html/listgroup\", \"html/hr\", \"html/taglabel\", \"html/badge\", \"html/progress\", \"html/navbar\", \"html/breadcrumbs\", \"html/pagination\", \"html/form\", \"html/textinput\", \"html/textareainput\", \"html/selectinput\", \"html/fileinput\", \"html/checkbox\", \"html/radiobutton\", \"html/table\", \"html/paragraph\", \"html/link\", \"html/video\", \"html/button\"];\n\n\nvar base_sort = 100;//start sorting for base component from 100 to allow extended properties to be first\nvar style_section = 'style';\n\nVvveb.Components.add(\"_base\", {\n    name: \"Element\",\n\tproperties: [{\n        key: \"element_header\",\n        inputtype: SectionInput,\n        name:false,\n        sort:base_sort++,\n        data: {header:\"General\"},\n    }, {\n        name: \"Id\",\n        key: \"id\",\n        htmlAttr: \"id\",\n        sort: base_sort++,\n        inline:true,\n        col:6,\n        inputtype: TextInput\n    }, {\n        name: \"Class\",\n        key: \"class\",\n        htmlAttr: \"class\",\n        sort: base_sort++,\n        inline:true,\n        col:6,\n        inputtype: TextInput\n    }\n   ]\n});    \n\n//display\nVvveb.Components.extend(\"_base\", \"_base\", {\n\t properties: [\n     {\n        key: \"display_header\",\n        inputtype: SectionInput,\n        name:false,\n        sort: base_sort++,\n\t\tsection: style_section,\n        data: {header:\"Display\"},\n    }, {\n        name: \"Display\",\n        key: \"display\",\n        htmlAttr: \"style\",\n        sort: base_sort++,\n\t\tsection: style_section,\n        col:6,\n\t\tinline:true,\n        inputtype: SelectInput,\n        validValues: [\"block\", \"inline\", \"inline-block\", \"none\"],\n        data: {\n            options: [{\n                value: \"block\",\n                text: \"Block\"\n            }, {\n                value: \"inline\",\n                text: \"Inline\"\n            }, {\n                value: \"inline-block\",\n                text: \"Inline Block\"\n            }, {\n                value: \"none\",\n                text: \"none\"\n            }]\n        }\n    }, {\n        name: \"Position\",\n        key: \"position\",\n        htmlAttr: \"style\",\n        sort: base_sort++,\n\t\tsection: style_section,\n        col:6,\n\t\tinline:true,\n        inputtype: SelectInput,\n        validValues: [\"static\", \"fixed\", \"relative\", \"absolute\"],\n        data: {\n            options: [{\n                value: \"static\",\n                text: \"Static\"\n            }, {\n                value: \"fixed\",\n                text: \"Fixed\"\n            }, {\n                value: \"relative\",\n                text: \"Relative\"\n            }, {\n                value: \"absolute\",\n                text: \"Absolute\"\n            }]\n        }\n    }, {\n        name: \"Top\",\n        key: \"top\",\n\t\thtmlAttr: \"style\",\n        sort: base_sort++,\n\t\tsection: style_section,\n        col:6,\n\t\tinline:true,\n        parent:\"\",\n        inputtype: CssUnitInput\n\t}, {\n        name: \"Left\",\n        key: \"left\",\n\t\thtmlAttr: \"style\",\n        sort: base_sort++,\n\t\tsection: style_section,\n        col:6,\n\t\tinline:true,\n        parent:\"\",\n        inputtype: CssUnitInput\n    }, {\n        name: \"Bottom\",\n        key: \"bottom\",\n\t\thtmlAttr: \"style\",\n        sort: base_sort++,\n\t\tsection: style_section,\n        col:6,\n\t\tinline:true,\n        parent:\"\",\n        inputtype: CssUnitInput\n\t}, {\n        name: \"Right\",\n        key: \"right\",\n\t\thtmlAttr: \"style\",\n        sort: base_sort++,\n\t\tsection: style_section,\n        col:6,\n\t\tinline:true,\n        parent:\"\",\n        inputtype: CssUnitInput\n    },{\n        name: \"Float\",\n        key: \"float\",\n        htmlAttr: \"style\",\n        sort: base_sort++,\n\t\tsection: style_section,\n        col:12,\n        inline:true,\n        inputtype: RadioButtonInput,\n        data: {\n\t\t\textraclass:\"btn-group-sm btn-group-fullwidth\",\n            options: [{\n                value: \"none\",\n                icon:\"la la-times\",\n                //text: \"None\",\n                title: \"None\",\n                checked:true,\n            }, {\n                value: \"left\",\n                //text: \"Left\",\n                title: \"Left\",\n                icon:\"la la-align-left\",\n                checked:false,\n            }, {\n                value: \"right\",\n                //text: \"Right\",\n                title: \"Right\",\n                icon:\"la la-align-right\",\n                checked:false,\n            }],\n         }\n\t}, {\n        name: \"Opacity\",\n        key: \"opacity\",\n\t\thtmlAttr: \"style\",\n        sort: base_sort++,\n\t\tsection: style_section,\n        col:12,\n\t\tinline:true,\n        parent:\"\",\n        inputtype: RangeInput,\n        data:{\n\t\t\tmax: 1, //max zoom level\n\t\t\tmin:0,\n\t\t\tstep:0.1\n       },\n\t}, {\n        name: \"Background Color\",\n        key: \"background-color\",\n        sort: base_sort++,\n\t\tsection: style_section,\n        col:6,\n\t\tinline:true,\n\t\thtmlAttr: \"style\",\n        inputtype: ColorInput,\n\t}, {\n        name: \"Text Color\",\n        key: \"color\",\n        sort: base_sort++,\n\t\tsection: style_section,\n        col:6,\n\t\tinline:true,\n\t\thtmlAttr: \"style\",\n        inputtype: ColorInput,\n  \t}]\n});    \n\n//Typography\nVvveb.Components.extend(\"_base\", \"_base\", {\n\t properties: [\n     {\n\t\tkey: \"typography_header\",\n\t\tinputtype: SectionInput,\n\t\tname:false,\n\t\tsort: base_sort++,\n\t\tsection: style_section,\n\t\tdata: {header:\"Typography\"},\n \n\t}, {\n        name: \"Font size\",\n        key: \"font-size\",\n\t\thtmlAttr: \"style\",\n        sort: base_sort++,\n\t\tsection: style_section,\n        col:6,\n\t\tinline:true,\n        inputtype: CssUnitInput\n\t}, {\n        name: \"Font weight\",\n        key: \"font-weight\",\n\t\thtmlAttr: \"style\",\n        sort: base_sort++,\n\t\tsection: style_section,\n        col:6,\n\t\tinline:true,\n        inputtype: SelectInput,\n        data: {\n\t\t\toptions: [{\n\t\t\t\tvalue: \"\",\n\t\t\t\ttext: \"Default\"\n\t\t\t}, {\t\n\t\t\t\tvalue: \"100\",\n\t\t\t\ttext: \"Thin\"\n\t\t\t}, {\n\t\t\t\tvalue: \"200\",\n\t\t\t\ttext: \"Extra-Light\"\n\t\t\t}, {\n\t\t\t\tvalue: \"300\",\n\t\t\t\ttext: \"Light\"\n\t\t\t}, {\n\t\t\t\tvalue: \"400\",\n\t\t\t\ttext: \"Normal\"\n\t\t\t}, {\n\t\t\t\tvalue: \"500\",\n\t\t\t\ttext: \"Medium\"\n\t\t\t}, {\n\t\t\t\tvalue: \"600\",\n\t\t\t\ttext: \"Semi-Bold\"\n\t\t\t}, {\n\t\t\t\tvalue: \"700\",\n\t\t\t\ttext: \"Bold\"\n\t\t\t}, {\n\t\t\t\tvalue: \"800\",\n\t\t\t\ttext: \"Extra-Bold\"\n\t\t\t}, {\n\t\t\t\tvalue: \"900\",\n\t\t\t\ttext: \"Ultra-Bold\"\n\t\t\t}],\n\t\t}\n   }, {\n        name: \"Font family\",\n        key: \"font-family\",\n\t\thtmlAttr: \"style\",\n        sort: base_sort++,\n\t\tsection: style_section,\n        col:12,\n\t\tinline:true,\n        inputtype: SelectInput,\n        data: {\n\t\t\toptions: [{\n\t\t\t\tvalue: \"\",\n\t\t\t\ttext: \"Default\"\n\t\t\t}, {\n\t\t\t\tvalue: \"Arial, Helvetica, sans-serif\",\n\t\t\t\ttext: \"Arial\"\n\t\t\t}, {\n\t\t\t\tvalue: '\\'Lucida Sans Unicode\\', \\'Lucida Grande\\', sans-serif',\n\t\t\t\ttext: 'Lucida Grande'\n\t\t\t}, {\n\t\t\t\tvalue: '\\'Palatino Linotype\\', \\'Book Antiqua\\', Palatino, serif',\n\t\t\t\ttext: 'Palatino Linotype'\n\t\t\t}, {\n\t\t\t\tvalue: '\\'Times New Roman\\', Times, serif',\n\t\t\t\ttext: 'Times New Roman'\n\t\t\t}, {\n\t\t\t\tvalue: \"Georgia, serif\",\n\t\t\t\ttext: \"Georgia, serif\"\n\t\t\t}, {\n\t\t\t\tvalue: \"Tahoma, Geneva, sans-serif\",\n\t\t\t\ttext: \"Tahoma\"\n\t\t\t}, {\n\t\t\t\tvalue: '\\'Comic Sans MS\\', cursive, sans-serif',\n\t\t\t\ttext: 'Comic Sans'\n\t\t\t}, {\n\t\t\t\tvalue: 'Verdana, Geneva, sans-serif',\n\t\t\t\ttext: 'Verdana'\n\t\t\t}, {\n\t\t\t\tvalue: 'Impact, Charcoal, sans-serif',\n\t\t\t\ttext: 'Impact'\n\t\t\t}, {\n\t\t\t\tvalue: '\\'Arial Black\\', Gadget, sans-serif',\n\t\t\t\ttext: 'Arial Black'\n\t\t\t}, {\n\t\t\t\tvalue: '\\'Trebuchet MS\\', Helvetica, sans-serif',\n\t\t\t\ttext: 'Trebuchet'\n\t\t\t}, {\n\t\t\t\tvalue: '\\'Courier New\\', Courier, monospace',\n\t\t\t\ttext: 'Courier New'\n\t\t\t}, {\n\t\t\t\tvalue: '\\'Brush Script MT\\', sans-serif',\n\t\t\t\ttext: 'Brush Script'\n\t\t\t}]\n\t\t}\n\t}, {\n        name: \"Text align\",\n        key: \"text-align\",\n        htmlAttr: \"style\",\n        sort: base_sort++,\n\t\tsection: style_section,\n        col:12,\n        inline:true,\n        inputtype: RadioButtonInput,\n        data: {\n\t\t\textraclass:\"btn-group-sm btn-group-fullwidth\",\n            options: [{\n                value: \"\",\n                icon:\"la la-times\",\n                //text: \"None\",\n                title: \"None\",\n                checked:true,\n            }, {\n                value: \"left\",\n                //text: \"Left\",\n                title: \"Left\",\n                icon:\"la la-align-left\",\n                checked:false,\n            }, {\n                value: \"center\",\n                //text: \"Center\",\n                title: \"Center\",\n                icon:\"la la-align-center\",\n                checked:false,\n            }, {\n                value: \"right\",\n                //text: \"Right\",\n                title: \"Right\",\n                icon:\"la la-align-right\",\n                checked:false,\n            }, {\n                value: \"justify\",\n                //text: \"justify\",\n                title: \"Justify\",\n                icon:\"la la-align-justify\",\n                checked:false,\n            }],\n        },\n\t}, {\n        name: \"Line height\",\n        key: \"line-height\",\n\t\thtmlAttr: \"style\",\n        sort: base_sort++,\n\t\tsection: style_section,\n        col:6,\n\t\tinline:true,\n        inputtype: CssUnitInput\n\t}, {\n        name: \"Letter spacing\",\n        key: \"letter-spacing\",\n\t\thtmlAttr: \"style\",\n        sort: base_sort++,\n\t\tsection: style_section,\n        col:6,\n\t\tinline:true,\n        inputtype: CssUnitInput\n\t}, {\n        name: \"Text decoration\",\n        key: \"text-decoration-line\",\n        htmlAttr: \"style\",\n        sort: base_sort++,\n\t\tsection: style_section,\n        col:12,\n        inline:true,\n        inputtype: RadioButtonInput,\n        data: {\n\t\t\textraclass:\"btn-group-sm btn-group-fullwidth\",\n            options: [{\n                value: \"none\",\n                icon:\"la la-times\",\n                //text: \"None\",\n                title: \"None\",\n                checked:true,\n            }, {\n                value: \"underline\",\n                //text: \"Left\",\n                title: \"underline\",\n                icon:\"la la-long-arrow-alt-down\",\n                checked:false,\n            }, {\n                value: \"overline\",\n                //text: \"Right\",\n                title: \"overline\",\n                icon:\"la la-long-arrow-alt-up\",\n                checked:false,\n            }, {\n                value: \"line-through\",\n                //text: \"Right\",\n                title: \"Line Through\",\n                icon:\"la la-strikethrough\",\n                checked:false,\n            }, {\n                value: \"underline overline\",\n                //text: \"justify\",\n                title: \"Underline Overline\",\n                icon:\"la la-arrows-alt-v\",\n                checked:false,\n            }],\n        },\n\t}, {\n        name: \"Decoration Color\",\n        key: \"text-decoration-color\",\n        sort: base_sort++,\n\t\tsection: style_section,\n        col:6,\n\t\tinline:true,\n\t\thtmlAttr: \"style\",\n        inputtype: ColorInput,\n\t}, {\n        name: \"Decoration style\",\n        key: \"text-decoration-style\",\n\t\thtmlAttr: \"style\",\n        sort: base_sort++,\n\t\tsection: style_section,\n        col:6,\n\t\tinline:true,\n        inputtype: SelectInput,\n        data: {\n\t\t\toptions: [{\n\t\t\t\tvalue: \"\",\n\t\t\t\ttext: \"Default\"\n\t\t\t}, {\t\n\t\t\t\tvalue: \"solid\",\n\t\t\t\ttext: \"Solid\"\n\t\t\t}, {\n\t\t\t\tvalue: \"wavy\",\n\t\t\t\ttext: \"Wavy\"\n\t\t\t}, {\n\t\t\t\tvalue: \"dotted\",\n\t\t\t\ttext: \"Dotted\"\n\t\t\t}, {\n\t\t\t\tvalue: \"dashed\",\n\t\t\t\ttext: \"Dashed\"\n\t\t\t}, {\n\t\t\t\tvalue: \"double\",\n\t\t\t\ttext: \"Double\"\n\t\t\t}],\n\t\t}\n  }]\n})\n    \n//Size\nVvveb.Components.extend(\"_base\", \"_base\", {\n\t properties: [{\n\t\tkey: \"size_header\",\n\t\tinputtype: SectionInput,\n\t\tname:false,\n\t\tsort: base_sort++,\n\t\tsection: style_section,\n\t\tdata: {header:\"Size\", expanded:false},\n\t}, {\n        name: \"Width\",\n        key: \"width\",\n\t\thtmlAttr: \"style\",\n        sort: base_sort++,\n\t\tsection: style_section,\n        col:6,\n\t\tinline:true,\n        inputtype: CssUnitInput\n\t}, {\n        name: \"Height\",\n        key: \"height\",\n\t\thtmlAttr: \"style\",\n        sort: base_sort++,\n\t\tsection: style_section,\n        col:6,\n\t\tinline:true,\n        inputtype: CssUnitInput\n\t}, {\n        name: \"Min Width\",\n        key: \"min-width\",\n\t\thtmlAttr: \"style\",\n        sort: base_sort++,\n\t\tsection: style_section,\n        col:6,\n\t\tinline:true,\n        inputtype: CssUnitInput\n\t}, {\n        name: \"Min Height\",\n        key: \"min-height\",\n\t\thtmlAttr: \"style\",\n        sort: base_sort++,\n\t\tsection: style_section,\n        col:6,\n\t\tinline:true,\n        inputtype: CssUnitInput\n\t}, {\n        name: \"Max Width\",\n        key: \"max-width\",\n\t\thtmlAttr: \"style\",\n        sort: base_sort++,\n\t\tsection: style_section,\n        col:6,\n\t\tinline:true,\n        inputtype: CssUnitInput\n\t}, {\n        name: \"Max Height\",\n        key: \"max-height\",\n\t\thtmlAttr: \"style\",\n        sort: base_sort++,\n\t\tsection: style_section,\n        col:6,\n\t\tinline:true,\n        inputtype: CssUnitInput\n    }]\n});\n\n//Margin\nVvveb.Components.extend(\"_base\", \"_base\", {\n\t properties: [{\n\t\tkey: \"margins_header\",\n\t\tinputtype: SectionInput,\n\t\tname:false,\n\t\tsort: base_sort++,\n\t\tsection: style_section,\n\t\tdata: {header:\"Margin\", expanded:false},\n\t}, {\n        name: \"Top\",\n        key: \"margin-top\",\n\t\thtmlAttr: \"style\",\n        sort: base_sort++,\n\t\tsection: style_section,\n        col:6,\n\t\tinline:true,\n        inputtype: CssUnitInput\n\t}, {\n        name: \"Right\",\n        key: \"margin-right\",\n\t\thtmlAttr: \"style\",\n        sort: base_sort++,\n\t\tsection: style_section,\n        col:6,\n\t\tinline:true,\n        inputtype: CssUnitInput\n    }, {\n        name: \"Bottom\",\n        key: \"margin-bottom\",\n\t\thtmlAttr: \"style\",\n        sort: base_sort++,\n\t\tsection: style_section,\n        col:6,\n\t\tinline:true,\n        inputtype: CssUnitInput\n    }, {\n        name: \"Left\",\n        key: \"margin-left\",\n\t\thtmlAttr: \"style\",\n        sort: base_sort++,\n\t\tsection: style_section,\n        col:6,\n\t\tinline:true,\n        inputtype: CssUnitInput\n    }]\n});\n\n//Padding\nVvveb.Components.extend(\"_base\", \"_base\", {\n\t properties: [{\n\t\tkey: \"paddings_header\",\n\t\tinputtype: SectionInput,\n\t\tname:false,\n\t\tsort: base_sort++,\n\t\tsection: style_section,\n\t\tdata: {header:\"Padding\", expanded:false},\n\t}, {\n        name: \"Top\",\n        key: \"padding-top\",\n\t\thtmlAttr: \"style\",\n        sort: base_sort++,\n\t\tsection: style_section,\n        col:6,\n\t\tinline:true,\n        inputtype: CssUnitInput\n\t}, {\n        name: \"Right\",\n        key: \"padding-right\",\n\t\thtmlAttr: \"style\",\n        sort: base_sort++,\n\t\tsection: style_section,\n        col:6,\n\t\tinline:true,\n        inputtype: CssUnitInput\n    }, {\n        name: \"Bottom\",\n        key: \"padding-bottom\",\n\t\thtmlAttr: \"style\",\n        sort: base_sort++,\n\t\tsection: style_section,\n        col:6,\n\t\tinline:true,\n        inputtype: CssUnitInput\n    }, {\n        name: \"Left\",\n        key: \"padding-left\",\n\t\thtmlAttr: \"style\",\n        sort: base_sort++,\n\t\tsection: style_section,\n        col:6,\n\t\tinline:true,\n        inputtype: CssUnitInput\n    }]\n});\n\n\n//Border\nVvveb.Components.extend(\"_base\", \"_base\", {\n\t properties: [{\n\t\tkey: \"border_header\",\n\t\tinputtype: SectionInput,\n\t\tname:false,\n\t\tsort: base_sort++,\n\t\tsection: style_section,\n\t\tdata: {header:\"Border\", expanded:false},\n\t }, {        \n        name: \"Style\",\n        key: \"border-style\",\n\t\thtmlAttr: \"style\",\n        sort: base_sort++,\n\t\tsection: style_section,\n        col:12,\n\t\tinline:true,\n        inputtype: SelectInput,\n        data: {\n\t\t\toptions: [{\n\t\t\t\tvalue: \"\",\n\t\t\t\ttext: \"Default\"\n\t\t\t}, {\t\n\t\t\t\tvalue: \"solid\",\n\t\t\t\ttext: \"Solid\"\n\t\t\t}, {\n\t\t\t\tvalue: \"dotted\",\n\t\t\t\ttext: \"Dotted\"\n\t\t\t}, {\n\t\t\t\tvalue: \"dashed\",\n\t\t\t\ttext: \"Dashed\"\n\t\t\t}],\n\t\t}\n\t}, {\n        name: \"Width\",\n        key: \"border-width\",\n\t\thtmlAttr: \"style\",\n        sort: base_sort++,\n\t\tsection: style_section,\n        col:6,\n\t\tinline:true,\n        inputtype: CssUnitInput\n   \t}, {\n        name: \"Color\",\n        key: \"border-color\",\n        sort: base_sort++,\n\t\tsection: style_section,\n        col:6,\n\t\tinline:true,\n\t\thtmlAttr: \"style\",\n        inputtype: ColorInput,\n\t}]\n});    \n\n\n\n//Border radius\nVvveb.Components.extend(\"_base\", \"_base\", {\n\t properties: [{\n\t\tkey: \"border_radius_header\",\n\t\tinputtype: SectionInput,\n\t\tname:false,\n\t\tsort: base_sort++,\n\t\tsection: style_section,\n\t\tdata: {header:\"Border radius\", expanded:false},\n\t}, {\n        name: \"Top Left\",\n        key: \"border-top-left-radius\",\n\t\thtmlAttr: \"style\",\n        sort: base_sort++,\n\t\tsection: style_section,\n        col:6,\n\t\tinline:true,\n        inputtype: CssUnitInput\n\t}, {\n        name: \"Top Right\",\n        key: \"border-top-right-radius\",\n\t\thtmlAttr: \"style\",\n        sort: base_sort++,\n\t\tsection: style_section,\n        col:6,\n\t\tinline:true,\n        inputtype: CssUnitInput\n    }, {\n        name: \"Bottom Left\",\n        key: \"border-bottom-left-radius\",\n\t\thtmlAttr: \"style\",\n        sort: base_sort++,\n\t\tsection: style_section,\n        col:6,\n\t\tinline:true,\n        inputtype: CssUnitInput\n    }, {\n        name: \"Bottom Right\",\n        key: \"border-bottom-right-radius\",\n\t\thtmlAttr: \"style\",\n        sort: base_sort++,\n\t\tsection: style_section,\n        col:6,\n\t\tinline:true,\n        inputtype: CssUnitInput\n    }]\n});\n\n//Background image\nVvveb.Components.extend(\"_base\", \"_base\", {\n\t properties: [{\n\t\tkey: \"background_image_header\",\n\t\tinputtype: SectionInput,\n\t\tname:false,\n\t\tsort: base_sort++,\n\t\tsection: style_section,\n\t\tdata: {header:\"Background Image\", expanded:false},\n\t },{\n        name: \"Image\",\n        key: \"Image\",\n        sort: base_sort++,\n\t\tsection: style_section,\n\t\t//htmlAttr: \"style\",\n        inputtype: ImageInput,\n        \n        init: function(node) {\n\t\t\tvar image = $(node).css(\"background-image\").replace(/^url\\(['\"]?(.+)['\"]?\\)/, '$1');\n\t\t\treturn image;\n        },\n\n\t\tonChange: function(node, value) {\n\t\t\t\n\t\t\t$(node).css('background-image', 'url(' + value + ')');\n\t\t\t\n\t\t\treturn node;\n\t\t}        \n\n   \t}, {\n        name: \"Repeat\",\n        key: \"background-repeat\",\n        sort: base_sort++,\n\t\tsection: style_section,\n\t\thtmlAttr: \"style\",\n        inputtype: SelectInput,\n        data: {\n\t\t\toptions: [{\n\t\t\t\tvalue: \"\",\n\t\t\t\ttext: \"Default\"\n\t\t\t}, {\t\n\t\t\t\tvalue: \"repeat-x\",\n\t\t\t\ttext: \"repeat-x\"\n\t\t\t}, {\n\t\t\t\tvalue: \"repeat-y\",\n\t\t\t\ttext: \"repeat-y\"\n\t\t\t}, {\n\t\t\t\tvalue: \"no-repeat\",\n\t\t\t\ttext: \"no-repeat\"\n\t\t\t}],\n\t\t}\n   \t}, {\n        name: \"Size\",\n        key: \"background-size\",\n        sort: base_sort++,\n\t\tsection: style_section,\n\t\thtmlAttr: \"style\",\n        inputtype: SelectInput,\n        data: {\n\t\t\toptions: [{\n\t\t\t\tvalue: \"\",\n\t\t\t\ttext: \"Default\"\n\t\t\t}, {\t\n\t\t\t\tvalue: \"contain\",\n\t\t\t\ttext: \"contain\"\n\t\t\t}, {\n\t\t\t\tvalue: \"cover\",\n\t\t\t\ttext: \"cover\"\n\t\t\t}],\n\t\t}\n   \t}, {\n        name: \"Position x\",\n        key: \"background-position-x\",\n        sort: base_sort++,\n\t\tsection: style_section,\n\t\thtmlAttr: \"style\",\n        col:6,\n\t\tinline:true,\n\t\tinputtype: SelectInput,\n        data: {\n\t\t\toptions: [{\n\t\t\t\tvalue: \"\",\n\t\t\t\ttext: \"Default\"\n\t\t\t}, {\t\n\t\t\t\tvalue: \"center\",\n\t\t\t\ttext: \"center\"\n\t\t\t}, {\t\n\t\t\t\tvalue: \"right\",\n\t\t\t\ttext: \"right\"\n\t\t\t}, {\n\t\t\t\tvalue: \"left\",\n\t\t\t\ttext: \"left\"\n\t\t\t}],\n\t\t}\n   \t}, {\n        name: \"Position y\",\n        key: \"background-position-y\",\n        sort: base_sort++,\n\t\tsection: style_section,\n\t\thtmlAttr: \"style\",\n        col:6,\n\t\tinline:true,\n\t\tinputtype: SelectInput,\n        data: {\n\t\t\toptions: [{\n\t\t\t\tvalue: \"\",\n\t\t\t\ttext: \"Default\"\n\t\t\t}, {\t\n\t\t\t\tvalue: \"center\",\n\t\t\t\ttext: \"center\"\n\t\t\t}, {\t\n\t\t\t\tvalue: \"top\",\n\t\t\t\ttext: \"top\"\n\t\t\t}, {\n\t\t\t\tvalue: \"bottom\",\n\t\t\t\ttext: \"bottom\"\n\t\t\t}],\n\t\t}\n    }]\n});    \n\nVvveb.Components.extend(\"_base\", \"html/container\", {\n    classes: [\"container\", \"container-fluid\"],\n    image: \"icons/container.svg\",\n    html: '<div class=\"container\" style=\"min-height:150px;\"><div class=\"m-5\">Container</div></div>',\n    name: \"Container\",\n    properties: [\n     {\n        name: \"Type\",\n        key: \"type\",\n        htmlAttr: \"class\",\n        inputtype: SelectInput,\n        validValues: [\"container\", \"container-fluid\"],\n        data: {\n            options: [{\n                value: \"container\",\n                text: \"Default\"\n            }, {\n                value: \"container-fluid\",\n                text: \"Fluid\"\n            }]\n        }\n    },\n\t{\n        name: \"Background\",\n        key: \"background\",\n\t\thtmlAttr: \"class\",\n        validValues: bgcolorClasses,\n        inputtype: SelectInput,\n        data: {\n            options: bgcolorSelectOptions\n        }\n    },\n\t{\n        name: \"Background Color\",\n        key: \"background-color\",\n\t\thtmlAttr: \"style\",\n        inputtype: ColorInput,\n    },\n\t{\n        name: \"Text Color\",\n        key: \"color\",\n\t\thtmlAttr: \"style\",\n        inputtype: ColorInput,\n    }],\n});\n\nVvveb.Components.extend(\"_base\", \"html/heading\", {\n    image: \"icons/heading.svg\",\n    name: \"Heading\",\n    nodes: [\"h1\", \"h2\",\"h3\", \"h4\",\"h5\",\"h6\"],\n    html: \"<h1>Heading</h1>\",\n    \n\tproperties: [\n\t{\n        name: \"Size\",\n        key: \"size\",\n        inputtype: SelectInput,\n        \n        onChange: function(node, value) {\n\t\t\t\n\t\t\treturn changeNodeName(node, \"h\" + value);\n\t\t},\t\n\t\t\t\n        init: function(node) {\n            var regex;\n            regex = /H(\\d)/.exec(node.nodeName);\n            if (regex && regex[1]) {\n                return regex[1]\n            }\n            return 1\n        },\n        \n        data:{\n\t\t\toptions: [{\n                value: \"1\",\n                text: \"1\"\n            }, {\n                value: \"2\",\n                text: \"2\"\n            }, {\n                value: \"3\",\n                text: \"3\"\n            }, {\n                value: \"4\",\n                text: \"4\"\n            }, {\n                value: \"5\",\n                text: \"5\"\n            }, {\n                value: \"6\",\n                text: \"6\"\n            }]\n       },\n    }]\n});    \nVvveb.Components.extend(\"_base\", \"html/link\", {\n    nodes: [\"a\"],\n    name: \"Link\",\n    html: '<a href=\"#\" class=\"d-inline-block\"><span>Link</span></a>',\n\timage: \"icons/link.svg\",\n    properties: [{\n        name: \"Url\",\n        key: \"href\",\n        htmlAttr: \"href\",\n        inputtype: LinkInput\n    }, {\n        name: \"Target\",\n        key: \"target\",\n        htmlAttr: \"target\",\n        inputtype: TextInput\n    }]\n});\nVvveb.Components.extend(\"_base\", \"html/image\", {\n    nodes: [\"img\"],\n    name: \"Image\",\n    html: '<img src=\"' +  Vvveb.baseUrl + 'icons/image.svg\" height=\"128\" width=\"128\">',\n    /*\n    afterDrop: function (node)\n\t{\n\t\tnode.attr(\"src\", '');\n\t\treturn node;\n\t},*/\n    image: \"icons/image.svg\",\n    properties: [{\n        name: \"Image\",\n        key: \"src\",\n        htmlAttr: \"src\",\n        inputtype: ImageInput\n    }, {\n        name: \"Width\",\n        key: \"width\",\n        htmlAttr: \"width\",\n        inputtype: TextInput\n    }, {\n        name: \"Height\",\n        key: \"height\",\n        htmlAttr: \"height\",\n        inputtype: TextInput\n    }, {\n        name: \"Alt\",\n        key: \"alt\",\n        htmlAttr: \"alt\",\n        inputtype: TextInput\n    }]\n});\nVvveb.Components.add(\"html/hr\", {\n    image: \"icons/hr.svg\",\n    nodes: [\"hr\"],\n    name: \"Horizontal Rule\",\n    html: \"<hr>\"\n});\nVvveb.Components.extend(\"_base\", \"html/label\", {\n    name: \"Label\",\n    nodes: [\"label\"],\n    html: '<label for=\"\">Label</label>',\n    properties: [{\n        name: \"For id\",\n        htmlAttr: \"for\",\n        key: \"for\",\n        inputtype: TextInput\n    }]\n});\nVvveb.Components.extend(\"_base\", \"html/button\", {\n    classes: [\"btn\", \"btn-link\"],\n    name: \"Button\",\n    image: \"icons/button.svg\",\n    html: '<button type=\"button\" class=\"btn btn-primary\">Primary</button>',\n    properties: [{\n        name: \"Link To\",\n        key: \"href\",\n        htmlAttr: \"href\",\n        inputtype: LinkInput\n    }, {\n        name: \"Type\",\n        key: \"type\",\n        htmlAttr: \"class\",\n        inputtype: SelectInput,\n        validValues: [\"btn-default\", \"btn-primary\", \"btn-info\", \"btn-success\", \"btn-warning\", \"btn-info\", \"btn-light\", \"btn-dark\", \"btn-outline-primary\", \"btn-outline-info\", \"btn-outline-success\", \"btn-outline-warning\", \"btn-outline-info\", \"btn-outline-light\", \"btn-outline-dark\", \"btn-link\"],\n        data: {\n            options: [{\n                value: \"btn-default\",\n                text: \"Default\"\n            }, {\n                value: \"btn-primary\",\n                text: \"Primary\"\n            }, {\n                value: \"btn btn-info\",\n                text: \"Info\"\n            }, {\n                value: \"btn-success\",\n                text: \"Success\"\n            }, {\n                value: \"btn-warning\",\n                text: \"Warning\"\n            }, {\n                value: \"btn-info\",\n                text: \"Info\"\n            }, {\n                value: \"btn-light\",\n                text: \"Light\"\n            }, {\n                value: \"btn-dark\",\n                text: \"Dark\"\n            }, {\n                value: \"btn-outline-primary\",\n                text: \"Primary outline\"\n            }, {\n                value: \"btn btn-outline-info\",\n                text: \"Info outline\"\n            }, {\n                value: \"btn-outline-success\",\n                text: \"Success outline\"\n            }, {\n                value: \"btn-outline-warning\",\n                text: \"Warning outline\"\n            }, {\n                value: \"btn-outline-info\",\n                text: \"Info outline\"\n            }, {\n                value: \"btn-outline-light\",\n                text: \"Light outline\"\n            }, {\n                value: \"btn-outline-dark\",\n                text: \"Dark outline\"\n            }, {\n                value: \"btn-link\",\n                text: \"Link\"\n            }]\n        }\n    }, {\n        name: \"Size\",\n        key: \"size\",\n        htmlAttr: \"class\",\n        inputtype: SelectInput,\n        validValues: [\"btn-lg\", \"btn-sm\"],\n        data: {\n            options: [{\n                value: \"\",\n                text: \"Default\"\n            }, {\n                value: \"btn-lg\",\n                text: \"Large\"\n            }, {\n                value: \"btn-sm\",\n                text: \"Small\"\n            }]\n        }\n    }, {\n        name: \"Target\",\n        key: \"target\",\n        htmlAttr: \"target\",\n        inputtype: TextInput\n    }, {\n        name: \"Disabled\",\n        key: \"disabled\",\n        htmlAttr: \"class\",\n        inputtype: ToggleInput,\n        validValues: [\"disabled\"],\n        data: {\n            on: \"disabled\",\n            off: null\n        }\n    }]\n});\nVvveb.Components.extend(\"_base\", \"html/buttongroup\", {\n    classes: [\"btn-group\"],\n    name: \"Button Group\",\n    image: \"icons/button_group.svg\",\n    html: '<div class=\"btn-group\" role=\"group\" aria-label=\"Basic example\"><button type=\"button\" class=\"btn btn-secondary\">Left</button><button type=\"button\" class=\"btn btn-secondary\">Middle</button> <button type=\"button\" class=\"btn btn-secondary\">Right</button></div>',\n\tproperties: [{\n\t    name: \"Size\",\n        key: \"size\",\n        htmlAttr: \"class\",\n        inputtype: SelectInput,\n        validValues: [\"btn-group-lg\", \"btn-group-sm\"],\n        data: {\n            options: [{\n                value: \"\",\n                text: \"Default\"\n            }, {\n                value: \"btn-group-lg\",\n                text: \"Large\"\n            }, {\n                value: \"btn-group-sm\",\n                text: \"Small\"\n            }]\n        }\n    }, {\n\t    name: \"Alignment\",\n        key: \"alignment\",\n        htmlAttr: \"class\",\n        inputtype: SelectInput,\n        validValues: [\"btn-group\", \"btn-group-vertical\"],\n        data: {\n            options: [{\n                value: \"\",\n                text: \"Default\"\n            }, {\n                value: \"btn-group\",\n                text: \"Horizontal\"\n            }, {\n                value: \"btn-group-vertical\",\n                text: \"Vertical\"\n            }]\n        }\n    }]\n});\nVvveb.Components.extend(\"_base\", \"html/buttontoolbar\", {\n    classes: [\"btn-toolbar\"],\n    name: \"Button Toolbar\",\n    image: \"icons/button_toolbar.svg\",\n    html: '<div class=\"btn-toolbar\" role=\"toolbar\" aria-label=\"Toolbar with button groups\">\\\n\t\t  <div class=\"btn-group mr-2\" role=\"group\" aria-label=\"First group\">\\\n\t\t\t<button type=\"button\" class=\"btn btn-secondary\">1</button>\\\n\t\t\t<button type=\"button\" class=\"btn btn-secondary\">2</button>\\\n\t\t\t<button type=\"button\" class=\"btn btn-secondary\">3</button>\\\n\t\t\t<button type=\"button\" class=\"btn btn-secondary\">4</button>\\\n\t\t  </div>\\\n\t\t  <div class=\"btn-group mr-2\" role=\"group\" aria-label=\"Second group\">\\\n\t\t\t<button type=\"button\" class=\"btn btn-secondary\">5</button>\\\n\t\t\t<button type=\"button\" class=\"btn btn-secondary\">6</button>\\\n\t\t\t<button type=\"button\" class=\"btn btn-secondary\">7</button>\\\n\t\t  </div>\\\n\t\t  <div class=\"btn-group\" role=\"group\" aria-label=\"Third group\">\\\n\t\t\t<button type=\"button\" class=\"btn btn-secondary\">8</button>\\\n\t\t  </div>\\\n\t\t</div>'\n});\nVvveb.Components.extend(\"_base\",\"html/alert\", {\n    classes: [\"alert\"],\n    name: \"Alert\",\n    image: \"icons/alert.svg\",\n    html: '<div class=\"alert alert-warning alert-dismissible fade show\" role=\"alert\">\\\n\t\t  <button type=\"button\" class=\"btn-close\" data-dismiss=\"alert\" aria-label=\"Close\">\\\n\t\t\t<span aria-hidden=\"true\">&times;</span>\\\n\t\t  </button>\\\n\t\t  <strong>Holy guacamole!</strong> You should check in on some of those fields below.\\\n\t\t</div>',\n    properties: [{\n        name: \"Type\",\n        key: \"type\",\n        htmlAttr: \"class\",\n        validValues: [\"alert-primary\", \"alert-secondary\", \"alert-success\", \"alert-danger\", \"alert-warning\", \"alert-info\", \"alert-light\", \"alert-dark\"],\n        inputtype: SelectInput,\n        data: {\n            options: [{\n                value: \"alert-primary\",\n                text: \"Default\"\n            }, {\n                value: \"alert-secondary\",\n                text: \"Secondary\"\n            }, {\n                value: \"alert-success\",\n                text: \"Success\"\n            }, {\n                value: \"alert-danger\",\n                text: \"Danger\"\n            }, {\n                value: \"alert-warning\",\n                text: \"Warning\"\n            }, {\n                value: \"alert-info\",\n                text: \"Info\"\n            }, {\n                value: \"alert-light\",\n                text: \"Light\"\n            }, {\n                value: \"alert-dark\",\n                text: \"Dark\"\n            }]\n        }\n    }]\n});\nVvveb.Components.extend(\"_base\", \"html/badge\", {\n    classes: [\"badge\"],\n    image: \"icons/badge.svg\",\n    name: \"Badge\",\n    html: '<span class=\"badge badge-primary\">Primary badge</span>',\n    properties: [{\n        name: \"Color\",\n        key: \"color\",\n        htmlAttr: \"class\",\n        validValues:[\"badge-primary\", \"badge-secondary\", \"badge-success\", \"badge-danger\", \"badge-warning\", \"badge-info\", \"badge-light\", \"badge-dark\"],\n        inputtype: SelectInput,\n        data: {\n            options: [{\n                value: \"\",\n                text: \"Default\"\n            }, {\n                value: \"badge-primary\",\n                text: \"Primary\"\n            }, {\n                value: \"badge-secondary\",\n                text: \"Secondary\"\n            }, {\n                value: \"badge-success\",\n                text: \"Success\"\n            }, {\n                value: \"badge-warning\",\n                text: \"Warning\"\n            }, {\n                value: \"badge-danger\",\n                text: \"Danger\"\n            }, {\n                value: \"badge-info\",\n                text: \"Info\"\n            }, {\n                value: \"badge-light\",\n                text: \"Light\"\n            }, {\n                value: \"badge-dark\",\n                text: \"Dark\"\n            }]\n        }\n     }]\n});\nVvveb.Components.extend(\"_base\", \"html/card\", {\n    classes: [\"card\"],\n    image: \"icons/panel.svg\",\n    name: \"Card\",\n    html: '<div class=\"card\">\\\n\t\t  <img class=\"card-img-top\" src=\"../libs/builder/icons/image.svg\" alt=\"Card image cap\" width=\"128\" height=\"128\">\\\n\t\t  <div class=\"card-body\">\\\n\t\t\t<h4 class=\"card-title\">Card title</h4>\\\n\t\t\t<p class=\"card-text\">Some quick example text to build on the card title and make up the bulk of the card\\'s content.</p>\\\n\t\t\t<a href=\"#\" class=\"btn btn-primary\">Go somewhere</a>\\\n\t\t  </div>\\\n\t\t</div>'\n});\nVvveb.Components.extend(\"_base\", \"html/listgroup\", {\n    name: \"List Group\",\n    image: \"icons/list_group.svg\",\n    classes: [\"list-group\"],\n    html: '<ul class=\"list-group\">\\n  <li class=\"list-group-item\">\\n    <span class=\"badge\">14</span>\\n    Cras justo odio\\n  </li>\\n  <li class=\"list-group-item\">\\n    <span class=\"badge\">2</span>\\n    Dapibus ac facilisis in\\n  </li>\\n  <li class=\"list-group-item\">\\n    <span class=\"badge\">1</span>\\n    Morbi leo risus\\n  </li>\\n</ul>'\n});\nVvveb.Components.extend(\"_base\", \"html/listitem\", {\n    name: \"List Item\",\n    classes: [\"list-group-item\"],\n    html: '<li class=\"list-group-item\"><span class=\"badge\">14</span> Cras justo odio</li>'\n});\nVvveb.Components.extend(\"_base\", \"html/breadcrumbs\", {\n    classes: [\"breadcrumb\"],\n    name: \"Breadcrumbs\",\n    image: \"icons/breadcrumbs.svg\",\n    html: '<ol class=\"breadcrumb\">\\\n\t\t  <li class=\"breadcrumb-item active\"><a href=\"#\">Home</a></li>\\\n\t\t  <li class=\"breadcrumb-item active\"><a href=\"#\">Library</a></li>\\\n\t\t  <li class=\"breadcrumb-item active\">Data 3</li>\\\n\t\t</ol>'\n});\nVvveb.Components.extend(\"_base\", \"html/breadcrumbitem\", {\n\tclasses: [\"breadcrumb-item\"],\n    name: \"Breadcrumb Item\",\n    html: '<li class=\"breadcrumb-item\"><a href=\"#\">Library</a></li>',\n    properties: [{\n        name: \"Active\",\n        key: \"active\",\n        htmlAttr: \"class\",\n        validValues: [\"\", \"active\"],\n        inputtype: ToggleInput,\n        data: {\n            on: \"active\",\n            off: \"\"\n        }\n    }]\n});\nVvveb.Components.extend(\"_base\", \"html/pagination\", {\n    classes: [\"pagination\"],\n    name: \"Pagination\",\n    image: \"icons/pagination.svg\",\n    html: '<nav aria-label=\"Page navigation example\">\\\n\t  <ul class=\"pagination\">\\\n\t\t<li class=\"page-item\"><a class=\"page-link\" href=\"#\">Previous</a></li>\\\n\t\t<li class=\"page-item\"><a class=\"page-link\" href=\"#\">1</a></li>\\\n\t\t<li class=\"page-item\"><a class=\"page-link\" href=\"#\">2</a></li>\\\n\t\t<li class=\"page-item\"><a class=\"page-link\" href=\"#\">3</a></li>\\\n\t\t<li class=\"page-item\"><a class=\"page-link\" href=\"#\">Next</a></li>\\\n\t  </ul>\\\n\t</nav>',\n\n    properties: [{\n        name: \"Size\",\n        key: \"size\",\n        htmlAttr: \"class\",\n        inputtype: SelectInput,\n        validValues: [\"btn-lg\", \"btn-sm\"],\n        data: {\n            options: [{\n                value: \"\",\n                text: \"Default\"\n            }, {\n                value: \"btn-lg\",\n                text: \"Large\"\n            }, {\n                value: \"btn-sm\",\n                text: \"Small\"\n            }]\n        }\n    },{\n        name: \"Alignment\",\n        key: \"alignment\",\n        htmlAttr: \"class\",\n        inputtype: SelectInput,\n        validValues: [\"justify-content-center\", \"justify-content-end\"],\n        data: {\n            options: [{\n                value: \"\",\n                text: \"Default\"\n            }, {\n                value: \"justify-content-center\",\n                text: \"Center\"\n            }, {\n                value: \"justify-content-end\",\n                text: \"Right\"\n            }]\n        }\n    }]\t\n});\nVvveb.Components.extend(\"_base\", \"html/pageitem\", {\n\tclasses: [\"page-item\"],\n    html: '<li class=\"page-item\"><a class=\"page-link\" href=\"#\">1</a></li>',\n    name: \"Pagination Item\",\n    properties: [{\n        name: \"Link To\",\n        key: \"href\",\n        htmlAttr: \"href\",\n        child:\".page-link\",\n        inputtype: TextInput\n    }, {\n        name: \"Disabled\",\n        key: \"disabled\",\n        htmlAttr: \"class\",\n        validValues: [\"disabled\"],\n        inputtype: ToggleInput,\n        data: {\n            on: \"disabled\",\n            off: \"\"\n        }\n   }]\n});\nVvveb.Components.extend(\"_base\", \"html/progress\", {\n    classes: [\"progress\"],\n    name: \"Progress Bar\",\n    image: \"icons/progressbar.svg\",\n    html: '<div class=\"progress\"><div class=\"progress-bar w-25\"></div></div>',\n    properties: [{\n        name: \"Background\",\n        key: \"background\",\n\t\thtmlAttr: \"class\",\n        validValues: bgcolorClasses,\n        inputtype: SelectInput,\n        data: {\n            options: bgcolorSelectOptions\n        }\n    },\n    {\n        name: \"Progress\",\n        key: \"background\",\n        child:\".progress-bar\",\n\t\thtmlAttr: \"class\",\n        validValues: [\"\", \"w-25\", \"w-50\", \"w-75\", \"w-100\"],\n        inputtype: SelectInput,\n        data: {\n            options: [{\n                value: \"\",\n                text: \"None\"\n            }, {\n                value: \"w-25\",\n                text: \"25%\"\n            }, {\n                value: \"w-50\",\n                text: \"50%\"\n            }, {\n                value: \"w-75\",\n                text: \"75%\"\n            }, {\n                value: \"w-100\",\n                text: \"100%\"\n            }]\n        }\n    }, \n    {\n        name: \"Progress background\",\n        key: \"background\",\n        child:\".progress-bar\",\n\t\thtmlAttr: \"class\",\n        validValues: bgcolorClasses,\n        inputtype: SelectInput,\n        data: {\n            options: bgcolorSelectOptions\n        }\n    }, {\n        name: \"Striped\",\n        key: \"striped\",\n        child:\".progress-bar\",\n        htmlAttr: \"class\",\n        validValues: [\"\", \"progress-bar-striped\"],\n        inputtype: ToggleInput,\n        data: {\n            on: \"progress-bar-striped\",\n            off: \"\",\n        }\n    }, {\n        name: \"Animated\",\n        key: \"animated\",\n        child:\".progress-bar\",\n        htmlAttr: \"class\",\n        validValues: [\"\", \"progress-bar-animated\"],\n        inputtype: ToggleInput,\n        data: {\n            on: \"progress-bar-animated\",\n            off: \"\",\n        }\n    }]\n});\nVvveb.Components.extend(\"_base\", \"html/jumbotron\", {\n    classes: [\"jumbotron\"],\n    image: \"icons/jumbotron.svg\",\n    name: \"Jumbotron\",\n    html: '<div class=\"jumbotron\">\\\n\t\t  <h1 class=\"display-3\">Hello, world!</h1>\\\n\t\t  <p class=\"lead\">This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.</p>\\\n\t\t  <hr class=\"my-4\">\\\n\t\t  <p>It uses utility classes for typography and spacing to space content out within the larger container.</p>\\\n\t\t  <p class=\"lead\">\\\n\t\t\t<a class=\"btn btn-primary btn-lg\" href=\"#\" role=\"button\">Learn more</a>\\\n\t\t  </p>\\\n\t\t</div>'\n});\nVvveb.Components.extend(\"_base\", \"html/navbar\", {\n    classes: [\"navbar\"],\n    image: \"icons/navbar.svg\",\n    name: \"Nav Bar\",\n    html: '<nav class=\"navbar navbar-expand-lg navbar-light bg-light-subtle\">\\\n\t\t  <a class=\"navbar-brand\" href=\"#\">Navbar</a>\\\n\t\t  <button class=\"navbar-toggler\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#navbarSupportedContent\" aria-controls=\"navbarSupportedContent\" aria-expanded=\"false\" aria-label=\"Toggle navigation\">\\\n\t\t\t<span class=\"navbar-toggler-icon\"></span>\\\n\t\t  </button>\\\n\t\t\\\n\t\t  <div class=\"collapse navbar-collapse\" id=\"navbarSupportedContent\">\\\n\t\t\t<ul class=\"navbar-nav mr-auto\">\\\n\t\t\t  <li class=\"nav-item active\">\\\n\t\t\t\t<a class=\"nav-link\" href=\"#\">Home <span class=\"sr-only\">(current)</span></a>\\\n\t\t\t  </li>\\\n\t\t\t  <li class=\"nav-item\">\\\n\t\t\t\t<a class=\"nav-link\" href=\"#\">Link</a>\\\n\t\t\t  </li>\\\n\t\t\t  <li class=\"nav-item\">\\\n\t\t\t\t<a class=\"nav-link disabled\" href=\"#\">Disabled</a>\\\n\t\t\t  </li>\\\n\t\t\t</ul>\\\n\t\t\t<form class=\"form-inline my-2 my-lg-0\">\\\n\t\t\t  <input class=\"form-control mr-sm-2\" type=\"text\" placeholder=\"Search\" aria-label=\"Search\">\\\n\t\t\t  <button class=\"btn btn-outline-success my-2 my-sm-0\" type=\"submit\">Search</button>\\\n\t\t\t</form>\\\n\t\t  </div>\\\n\t\t</nav>',\n    \n    properties: [{\n        name: \"Color theme\",\n        key: \"color\",\n        htmlAttr: \"class\",\n        validValues: [\"navbar-light\", \"navbar-dark\"],\n        inputtype: SelectInput,\n        data: {\n            options: [{\n                value: \"\",\n                text: \"Default\"\n            }, {\n                value: \"navbar-light\",\n                text: \"Light\"\n            }, {\n                value: \"navbar-dark\",\n                text: \"Dark\"\n            }]\n        }\n    },{\n        name: \"Background color\",\n        key: \"background\",\n        htmlAttr: \"class\",\n        validValues: bgcolorClasses,\n        inputtype: SelectInput,\n        data: {\n            options: bgcolorSelectOptions\n        }\n    }, {\n        name: \"Placement\",\n        key: \"placement\",\n        htmlAttr: \"class\",\n        validValues: [\"fixed-top\", \"fixed-bottom\", \"sticky-top\"],\n        inputtype: SelectInput,\n        data: {\n            options: [{\n                value: \"\",\n                text: \"Default\"\n            }, {\n                value: \"fixed-top\",\n                text: \"Fixed Top\"\n            }, {\n                value: \"fixed-bottom\",\n                text: \"Fixed Bottom\"\n            }, {\n                value: \"sticky-top\",\n                text: \"Sticky top\"\n            }]\n        }\n    }]\n});\n\nVvveb.Components.extend(\"_base\", \"html/form\", {\n    nodes: [\"form\"],\n    image: \"icons/form.svg\",\n    name: \"Form\",\n    html: '<form><div class=\"mb-3\"><label>Text</label><input type=\"text\" class=\"form-control\"></div></div></form>',\n    properties: [{\n        name: \"Style\",\n        key: \"style\",\n        htmlAttr: \"class\",\n        validValues: [\"\", \"form-search\", \"form-inline\", \"form-horizontal\"],\n        inputtype: SelectInput,\n        data: {\n            options: [{\n                value: \"\",\n                text: \"Default\"\n            }, {\n                value: \"form-search\",\n                text: \"Search\"\n            }, {\n                value: \"form-inline\",\n                text: \"Inline\"\n            }, {\n                value: \"form-horizontal\",\n                text: \"Horizontal\"\n            }]\n        }\n    }, {\n        name: \"Action\",\n        key: \"action\",\n        htmlAttr: \"action\",\n        inputtype: TextInput\n    }, {\n        name: \"Method\",\n        key: \"method\",\n        htmlAttr: \"method\",\n        inputtype: TextInput\n    }]\n});\n\nVvveb.Components.extend(\"_base\", \"html/textinput\", {\n    name: \"Input\",\n\tnodes: [\"input\"],\n\t//attributes: {\"type\":\"text\"},\n    image: \"icons/text_input.svg\",\n    html: '<div class=\"mb-3\"><label>Text</label><input type=\"text\" class=\"form-control\"></div></div>',\n    properties: [{\n        name: \"Value\",\n        key: \"value\",\n        htmlAttr: \"value\",\n        inputtype: TextInput\n    }, {\n        name: \"Type\",\n        key: \"type\",\n        htmlAttr: \"type\",\n\t\tinputtype: SelectInput,\n        data: {\n            options: [{\n                value: \"text\",\n                text: \"text\"\n            }, {\n                value: \"button\",\n                text: \"button\"\n            }, {\n\n                value: \"checkbox\",\n                text: \"checkbox\"\n            }, {\n\n                value: \"color\",\n                text: \"color\"\n            }, {\n\n                value: \"date\",\n                text: \"date\"\n            }, {\n\n                value: \"datetime-local\",\n                text: \"datetime-local\"\n            }, {\n\n                value: \"email\",\n                text: \"email\"\n            }, {\n\n                value: \"file\",\n                text: \"file\"\n            }, {\n\n                value: \"hidden\",\n                text: \"hidden\"\n            }, {\n\n                value: \"image\",\n                text: \"image\"\n            }, {\n\n                value: \"month\",\n                text: \"month\"\n            }, {\n\n                value: \"number\",\n                text: \"number\"\n            }, {\n\n                value: \"password\",\n                text: \"password\"\n            }, {\n\n                value: \"radio\",\n                text: \"radio\"\n            }, {\n\n                value: \"range\",\n                text: \"range\"\n            }, {\n\n                value: \"reset\",\n                text: \"reset\"\n            }, {\n\n                value: \"search\",\n                text: \"search\"\n            }, {\n\n                value: \"submit\",\n                text: \"submit\"\n            }, {\n\n                value: \"tel\",\n                text: \"tel\"\n            }, {\n\n                value: \"text\",\n                text: \"text\"\n            }, {\n\n                value: \"time\",\n                text: \"time\"\n            }, {\n\n                value: \"url\",\n                text: \"url\"\n            }, {\n\n                value: \"week\",\n                text: \"week\"\n            }]\n        }\n    }, {\n        name: \"Placeholder\",\n        key: \"placeholder\",\n        htmlAttr: \"placeholder\",\n        inputtype: TextInput\n    }, {\n        name: \"Disabled\",\n        key: \"disabled\",\n        htmlAttr: \"disabled\",\n\t\tcol:6,\n        inputtype: CheckboxInput,\n\t},{\n        name: \"Required\",\n        key: \"required\",\n        htmlAttr: \"required\",\n\t\tcol:6,\n        inputtype: CheckboxInput,\n\t}]\n});\n\nVvveb.Components.extend(\"_base\", \"html/selectinput\", {\n\tnodes: [\"select\"],\n    name: \"Select Input\",\n    image: \"icons/select_input.svg\",\n    html: '<div class=\"mb-3\"><label>Choose an option </label><select class=\"form-control\"><option value=\"value1\">Text 1</option><option value=\"value2\">Text 2</option><option value=\"value3\">Text 3</option></select></div>',\n\n\tbeforeInit: function (node)\n\t{\n\t\tproperties = [];\n\t\tvar i = 0;\n\t\t\n\t\t$(node).find('option').each(function() {\n\n\t\t\tdata = {\"value\": this.value, \"text\": this.text};\n\t\t\t\n\t\t\ti++;\n\t\t\tproperties.push({\n\t\t\t\tname: \"Option \" + i,\n\t\t\t\tkey: \"option\" + i,\n\t\t\t\t//index: i - 1,\n\t\t\t\toptionNode: this,\n\t\t\t\tinputtype: TextValueInput,\n\t\t\t\tdata: data,\n\t\t\t\tonChange: function(node, value, input) {\n\t\t\t\t\t\n\t\t\t\t\toption = $(this.optionNode);\n\t\t\t\t\t\n\t\t\t\t\t//if remove button is clicked remove option and render row properties\n\t\t\t\t\tif (input.nodeName == 'BUTTON')\n\t\t\t\t\t{\n\t\t\t\t\t\toption.remove();\n\t\t\t\t\t\tVvveb.Components.render(\"html/selectinput\");\n\t\t\t\t\t\treturn node;\n\t\t\t\t\t}\n\n\t\t\t\t\tif (input.name == \"value\") option.attr(\"value\", value); \n\t\t\t\t\telse if (input.name == \"text\") option.text(value);\n\t\t\t\t\t\n\t\t\t\t\treturn node;\n\t\t\t\t},\t\n\t\t\t});\n\t\t});\n\t\t\n\t\t//remove all option properties\n\t\tthis.properties = this.properties.filter(function(item) {\n\t\t\treturn item.key.indexOf(\"option\") === -1;\n\t\t});\n\t\t\n\t\t//add remaining properties to generated column properties\n\t\tproperties.push(this.properties[0]);\n\t\t\n\t\tthis.properties = properties;\n\t\treturn node;\n\t},\n    \n    properties: [{\n        name: \"Option\",\n        key: \"option1\",\n        inputtype: TextValueInput\n\t}, {\n        name: \"Option\",\n        key: \"option2\",\n        inputtype: TextValueInput\n\t}, {\n        name: \"\",\n        key: \"addChild\",\n        inputtype: ButtonInput,\n        data: {text:\"Add option\", icon:\"la-plus\"},\n        onChange: function(node)\n        {\n\t\t\t $(node).append('<option value=\"value\">Text</option>');\n\t\t\t \n\t\t\t //render component properties again to include the new column inputs\n\t\t\t Vvveb.Components.render(\"html/selectinput\");\n\t\t\t \n\t\t\t return node;\n\t\t}\n\t}]\n});\nVvveb.Components.extend(\"_base\", \"html/textareainput\", {\n    name: \"Text Area\",\n    image: \"icons/text_area.svg\",\n    html: '<div class=\"mb-3\"><label>Your response:</label><textarea class=\"form-control\"></textarea></div>'\n});\nVvveb.Components.extend(\"_base\", \"html/radiobutton\", {\n    name: \"Radio Button\",\n\tattributes: {\"type\":\"radio\"},\n    image: \"icons/radio.svg\",\n    html: '<label class=\"radio\"><input type=\"radio\"> Radio</label>',\n    properties: [{\n        name: \"Name\",\n        key: \"name\",\n        htmlAttr: \"name\",\n        inputtype: TextInput\n    }]\n});\nVvveb.Components.extend(\"_base\", \"html/checkbox\", {\n    name: \"Checkbox\",\n    attributes: {\"type\":\"checkbox\"},\n    image: \"icons/checkbox.svg\",\n    html: '<label class=\"checkbox\"><input type=\"checkbox\"> Checkbox</label>',\n    properties: [{\n        name: \"Name\",\n        key: \"name\",\n        htmlAttr: \"name\",\n        inputtype: TextInput\n    }]\n});\nVvveb.Components.extend(\"_base\", \"html/fileinput\", {\n    name: \"Input group\",\n\tattributes: {\"type\":\"file\"},\n    image: \"icons/text_input.svg\",\n    html: '<div class=\"mb-3\">\\\n\t\t\t  <input type=\"file\" class=\"form-control\">\\\n\t\t\t</div>'\n});\nVvveb.Components.extend(\"_base\", \"html/table\", {\n    nodes: [\"table\"],\n    classes: [\"table\"],\n    image: \"icons/table.svg\",\n    name: \"Table\",\n    html: '<table class=\"table\">\\\n\t\t  <thead>\\\n\t\t\t<tr>\\\n\t\t\t  <th>#</th>\\\n\t\t\t  <th>First Name</th>\\\n\t\t\t  <th>Last Name</th>\\\n\t\t\t  <th>Username</th>\\\n\t\t\t</tr>\\\n\t\t  </thead>\\\n\t\t  <tbody>\\\n\t\t\t<tr>\\\n\t\t\t  <th scope=\"row\">1</th>\\\n\t\t\t  <td>Mark</td>\\\n\t\t\t  <td>Otto</td>\\\n\t\t\t  <td>@mdo</td>\\\n\t\t\t</tr>\\\n\t\t\t<tr>\\\n\t\t\t  <th scope=\"row\">2</th>\\\n\t\t\t  <td>Jacob</td>\\\n\t\t\t  <td>Thornton</td>\\\n\t\t\t  <td>@fat</td>\\\n\t\t\t</tr>\\\n\t\t\t<tr>\\\n\t\t\t  <th scope=\"row\">3</th>\\\n\t\t\t  <td>Larry</td>\\\n\t\t\t  <td>the Bird</td>\\\n\t\t\t  <td>@twitter</td>\\\n\t\t\t</tr>\\\n\t\t  </tbody>\\\n\t\t</table>',\n    properties: [\n\t{\n        name: \"Type\",\n        key: \"type\",\n\t\thtmlAttr: \"class\",\n        validValues: [\"table-primary\", \"table-secondary\", \"table-success\", \"table-danger\", \"table-warning\", \"table-info\", \"table-light\", \"table-dark\", \"table-white\"],\n        inputtype: SelectInput,\n        data: {\n            options: [{\n\t\t\t\tvalue: \"Default\",\n\t\t\t\ttext: \"\"\n\t\t\t}, {\n\t\t\t\tvalue: \"table-primary\",\n\t\t\t\ttext: \"Primary\"\n\t\t\t}, {\n\t\t\t\tvalue: \"table-secondary\",\n\t\t\t\ttext: \"Secondary\"\n\t\t\t}, {\n\t\t\t\tvalue: \"table-success\",\n\t\t\t\ttext: \"Success\"\n\t\t\t}, {\n\t\t\t\tvalue: \"table-danger\",\n\t\t\t\ttext: \"Danger\"\n\t\t\t}, {\n\t\t\t\tvalue: \"table-warning\",\n\t\t\t\ttext: \"Warning\"\n\t\t\t}, {\n\t\t\t\tvalue: \"table-info\",\n\t\t\t\ttext: \"Info\"\n\t\t\t}, {\n\t\t\t\tvalue: \"table-light\",\n\t\t\t\ttext: \"Light\"\n\t\t\t}, {\n\t\t\t\tvalue: \"table-dark\",\n\t\t\t\ttext: \"Dark\"\n\t\t\t}, {\n\t\t\t\tvalue: \"table-white\",\n\t\t\t\ttext: \"White\"\n\t\t\t}]\n        }\n    },\n\t{\n        name: \"Responsive\",\n        key: \"responsive\",\n        htmlAttr: \"class\",\n        validValues: [\"table-responsive\"],\n        inputtype: ToggleInput,\n        data: {\n            on: \"table-responsive\",\n            off: \"\"\n        }\n    },   \n\t{\n        name: \"Small\",\n        key: \"small\",\n        htmlAttr: \"class\",\n        validValues: [\"table-sm\"],\n        inputtype: ToggleInput,\n        data: {\n            on: \"table-sm\",\n            off: \"\"\n        }\n    },   \n\t{\n        name: \"Hover\",\n        key: \"hover\",\n        htmlAttr: \"class\",\n        validValues: [\"table-hover\"],\n        inputtype: ToggleInput,\n        data: {\n            on: \"table-hover\",\n            off: \"\"\n        }\n    },   \n\t{\n        name: \"Bordered\",\n        key: \"bordered\",\n        htmlAttr: \"class\",\n        validValues: [\"table-bordered\"],\n        inputtype: ToggleInput,\n        data: {\n            on: \"table-bordered\",\n            off: \"\"\n        }\n    },   \n\t{\n        name: \"Striped\",\n        key: \"striped\",\n        htmlAttr: \"class\",\n        validValues: [\"table-striped\"],\n        inputtype: ToggleInput,\n        data: {\n            on: \"table-striped\",\n            off: \"\"\n        }\n    },   \n\t{\n        name: \"Inverse\",\n        key: \"inverse\",\n        htmlAttr: \"class\",\n        validValues: [\"table-inverse\"],\n        inputtype: ToggleInput,\n        data: {\n            on: \"table-inverse\",\n            off: \"\"\n        }\n    },   \n    {\n        name: \"Head options\",\n        key: \"head\",\n        htmlAttr: \"class\",\n        child:\"thead\",\n        inputtype: SelectInput,\n        validValues: [\"\", \"thead-inverse\", \"thead-default\"],\n        data: {\n            options: [{\n                value: \"\",\n                text: \"None\"\n            }, {\n                value: \"thead-default\",\n                text: \"Default\"\n            }, {\n                value: \"thead-inverse\",\n                text: \"Inverse\"\n            }]\n        }\n    }]\n});\nVvveb.Components.extend(\"_base\", \"html/tablerow\", {\n    nodes: [\"tr\"],\n    name: \"Table Row\",\n    html: \"<tr><td>Cell 1</td><td>Cell 2</td><td>Cell 3</td></tr>\",\n    properties: [{\n        name: \"Type\",\n        key: \"type\",\n        htmlAttr: \"class\",\n        inputtype: SelectInput,\n        validValues: [\"\", \"success\", \"danger\", \"warning\", \"active\"],\n        data: {\n            options: [{\n                value: \"\",\n                text: \"Default\"\n            }, {\n                value: \"success\",\n                text: \"Success\"\n            }, {\n                value: \"error\",\n                text: \"Error\"\n            }, {\n                value: \"warning\",\n                text: \"Warning\"\n            }, {\n                value: \"active\",\n                text: \"Active\"\n            }]\n        }\n    }]\n});\nVvveb.Components.extend(\"_base\", \"html/tablecell\", {\n    nodes: [\"td\"],\n    name: \"Table Cell\",\n    html: \"<td>Cell</td>\"\n});\nVvveb.Components.extend(\"_base\", \"html/tableheadercell\", {\n    nodes: [\"th\"],\n    name: \"Table Header Cell\",\n    html: \"<th>Head</th>\"\n});\nVvveb.Components.extend(\"_base\", \"html/tablehead\", {\n    nodes: [\"thead\"],\n    name: \"Table Head\",\n    html: \"<thead><tr><th>Head 1</th><th>Head 2</th><th>Head 3</th></tr></thead>\",\n    properties: [{\n        name: \"Type\",\n        key: \"type\",\n        htmlAttr: \"class\",\n        inputtype: SelectInput,\n        validValues: [\"\", \"success\", \"danger\", \"warning\", \"info\"],\n        data: {\n            options: [{\n                value: \"\",\n                text: \"Default\"\n            }, {\n                value: \"success\",\n                text: \"Success\"\n            }, {\n                value: \"anger\",\n                text: \"Error\"\n            }, {\n                value: \"warning\",\n                text: \"Warning\"\n            }, {\n                value: \"info\",\n                text: \"Info\"\n            }]\n        }\n    }]\n});\nVvveb.Components.extend(\"_base\", \"html/tablebody\", {\n    nodes: [\"tbody\"],\n    name: \"Table Body\",\n    html: \"<tbody><tr><td>Cell 1</td><td>Cell 2</td><td>Cell 3</td></tr></tbody>\"\n});\n\nVvveb.Components.add(\"html/gridcolumn\", {\n    name: \"Grid Column\",\n    image: \"icons/grid_row.svg\",\n    classesRegex: [\"col-\"],\n    html: '<div class=\"col-sm-4\"><h3>col-sm-4</h3></div>',\n    properties: [{\n        name: \"Column\",\n        key: \"column\",\n        inputtype: GridInput,\n        data: {hide_remove:true},\n\t\t\n\t\tbeforeInit: function(node) {\n\t\t\t_class = $(node).attr(\"class\");\n\t\t\t\n\t\t\tvar reg = /col-([^-\\$ ]*)?-?(\\d+)/g; \n\t\t\tvar match;\n\n\t\t\twhile ((match = reg.exec(_class)) != null) {\n\t\t\t\tthis.data[\"col\" + ((match[1] != undefined)?\"_\" + match[1]:\"\")] = match[2];\n\t\t\t}\n\t\t},\n\t\t\n\t\tonChange: function(node, value, input) {\n\t\t\tvar _class = node.attr(\"class\");\n\t\t\t\n\t\t\t//remove previous breakpoint column size\n\t\t\t_class = _class.replace(new RegExp(input.name + '-\\\\d+?'), '');\n\t\t\t//add new column size\n\t\t\tif (value) _class +=  ' ' + input.name + '-' + value;\n\t\t\tnode.attr(\"class\", _class);\n\t\t\t\n\t\t\treturn node;\n\t\t},\t\t\t\t\n\t}]\n});\nVvveb.Components.add(\"html/gridrow\", {\n    name: \"Grid Row\",\n    image: \"icons/grid_row.svg\",\n    classes: [\"row\"],\n    html: '<div class=\"row\"><div class=\"col-sm-4\"><h3>col-sm-4</h3></div><div class=\"col-sm-4 col-5\"><h3>col-sm-4</h3></div><div class=\"col-sm-4\"><h3>col-sm-4</h3></div></div>',\n    children :[{\n\t\tname: \"html/gridcolumn\",\n\t\tclassesRegex: [\"col-\"],\n\t}],\n\tbeforeInit: function (node)\n\t{\n\t\tproperties = [];\n\t\tvar i = 0;\n\t\tvar j = 0;\n\t\t\n\t\t$(node).find('[class*=\"col-\"]').each(function() {\n\t\t\t_class = $(this).attr(\"class\");\n\t\t\t\n\t\t\tvar reg = /col-([^-\\$ ]*)?-?(\\d+)/g; \n\t\t\tvar match;\n\t\t\tvar data = {};\n\n\t\t\twhile ((match = reg.exec(_class)) != null) {\n\t\t\t\tdata[\"col\" + ((match[1] != undefined)?\"_\" + match[1]:\"\")] = match[2];\n\t\t\t}\n\t\t\t\n\t\t\ti++;\n\t\t\tproperties.push({\n\t\t\t\tname: \"Column \" + i,\n\t\t\t\tkey: \"column\" + i,\n\t\t\t\t//index: i - 1,\n\t\t\t\tcolumnNode: this,\n\t\t\t\tcol:12,\n\t\t\t\tinline:true,\n\t\t\t\tinputtype: GridInput,\n\t\t\t\tdata: data,\n\t\t\t\tonChange: function(node, value, input) {\n\n\t\t\t\t\t//column = $('[class*=\"col-\"]:eq(' + this.index + ')', node);\n\t\t\t\t\tvar column = $(this.columnNode);\n\t\t\t\t\t\n\t\t\t\t\t//if remove button is clicked remove column and render row properties\n\t\t\t\t\tif (input.nodeName == 'BUTTON')\n\t\t\t\t\t{\n\t\t\t\t\t\tcolumn.remove();\n\t\t\t\t\t\tVvveb.Components.render(\"html/gridrow\");\n\t\t\t\t\t\treturn node;\n\t\t\t\t\t}\n\n\t\t\t\t\t//if select input then change column class\n\t\t\t\t\t_class = column.attr(\"class\");\n\t\t\t\t\t\n\t\t\t\t\t//remove previous breakpoint column size\n\t\t\t\t\t_class = _class.replace(new RegExp(input.name + '-\\\\d+?'), '');\n\t\t\t\t\t//add new column size\n\t\t\t\t\tif (value) _class +=  ' ' + input.name + '-' + value;\n\t\t\t\t\tcolumn.attr(\"class\", _class);\n\t\t\t\t\t\n\t\t\t\t\t//console.log(this, node, value, input, input.name);\n\t\t\t\t\t\n\t\t\t\t\treturn node;\n\t\t\t\t},\t\n\t\t\t});\n\t\t});\n\t\t\n\t\t//remove all column properties\n\t\tthis.properties = this.properties.filter(function(item) {\n\t\t\treturn item.key.indexOf(\"column\") === -1;\n\t\t});\n\t\t\n\t\t//add remaining properties to generated column properties\n\t\tproperties.push(this.properties[0]);\n\t\t\n\t\tthis.properties = properties;\n\t\treturn node;\n\t},\n    \n    properties: [{\n        name: \"Column\",\n        key: \"column1\",\n        inputtype: GridInput\n\t}, {\n        name: \"Column\",\n        key: \"column1\",\n        inline:true,\n        col:12,\n        inputtype: GridInput\n\t}, {\n        name: \"\",\n        key: \"addChild\",\n        inputtype: ButtonInput,\n        data: {text:\"Add column\", icon:\"la la-plus\"},\n        onChange: function(node)\n        {\n\t\t\t $(node).append('<div class=\"col-3\">Col-3</div>');\n\t\t\t \n\t\t\t //render component properties again to include the new column inputs\n\t\t\t Vvveb.Components.render(\"html/gridrow\");\n\t\t\t \n\t\t\t return node;\n\t\t}\n\t}]\n});\n\n\nVvveb.Components.extend(\"_base\", \"html/paragraph\", {\n    nodes: [\"p\"],\n    name: \"Paragraph\",\n\timage: \"icons/paragraph.svg\",\n\thtml: '<p>Lorem ipsum</p>',\n    properties: [{\n        name: \"Text align\",\n        key: \"text-align\",\n        htmlAttr: \"class\",\n        inputtype: SelectInput,\n        validValues: [\"\", \"text-left\", \"text-center\", \"text-right\"],\n        inputtype: RadioButtonInput,\n        data: {\n\t\t\textraclass:\"btn-group-sm btn-group-fullwidth\",\n            options: [{\n                value: \"\",\n                icon:\"la la-times\",\n                //text: \"None\",\n                title: \"None\",\n                checked:true,\n            }, {\n                value: \"text-left\",\n                //text: \"Left\",\n                title: \"text-left\",\n                icon:\"la la-align-left\",\n                checked:false,\n            }, {\n                value: \"text-center\",\n                //text: \"Center\",\n                title: \"Center\",\n                icon:\"la la-align-center\",\n                checked:false,\n            }, {\n                value: \"text-right\",\n                //text: \"Right\",\n                title: \"Right\",\n                icon:\"la la-align-right\",\n                checked:false,\n            }],\n        },\n\t}]\n});\n\nVvveb.Components.extend(\"_base\", \"html/video\", {\n    nodes: [\"video\"],\n    name: \"Video\",\n    html: '<video width=\"320\" height=\"240\" playsinline loop autoplay><source src=\"../../media/sample.webm\"><video>',\n    dragHtml: '<img  width=\"320\" height=\"240\" src=\"' + Vvveb.baseUrl + 'icons/video.svg\">',\n\timage: \"icons/video.svg\",\n    properties: [{\n        name: \"Src\",\n        child: \"source\",\n        key: \"src\",\n        htmlAttr: \"src\",\n        inputtype: LinkInput\n    },{\n        name: \"Width\",\n        key: \"width\",\n        htmlAttr: \"width\",\n        inputtype: TextInput\n    }, {\n        name: \"Height\",\n        key: \"height\",\n        htmlAttr: \"height\",\n        inputtype: TextInput\n    },{\n        name: \"Muted\",\n        key: \"muted\",\n        htmlAttr: \"muted\",\n        inputtype: CheckboxInput\n    },{\n        name: \"Loop\",\n        key: \"loop\",\n        htmlAttr: \"loop\",\n        inputtype: CheckboxInput\n    },{\n        name: \"Autoplay\",\n        key: \"autoplay\",\n        htmlAttr: \"autoplay\",\n        inputtype: CheckboxInput\n    },{\n        name: \"Plays inline\",\n        key: \"playsinline\",\n        htmlAttr: \"playsinline\",\n        inputtype: CheckboxInput\n    },{\n        name: \"Controls\",\n        key: \"controls\",\n        htmlAttr: \"controls\",\n        inputtype: CheckboxInput\n    }]\n});\n\n\nVvveb.Components.extend(\"_base\", \"html/button\", {\n    nodes: [\"button\"],\n    name: \"Html Button\",\n    image: \"icons/button.svg\",\n    html: '<button>Button</button>',\n    properties: [{\n        name: \"Text\",\n        key: \"text\",\n        htmlAttr: \"innerHTML\",\n        inputtype: TextInput\n    }, {\n        name: \"Name\",\n        key: \"name\",\n        htmlAttr: \"name\",\n        inputtype: TextInput\n    }, {\n        name: \"Type\",\n        key: \"type\",\n\t\thtmlAttr: \"type\",\n        inputtype: SelectInput,\n        data: {\n\t\t\toptions: [{\n\t\t\t\tvalue: \"button\",\n\t\t\t\ttext: \"button\"\n\t\t\t}, {\t\n\t\t\t\tvalue: \"reset\",\n\t\t\t\ttext: \"reset\"\n\t\t\t}, {\n\t\t\t\tvalue: \"submit\",\n\t\t\t\ttext: \"submit\"\n\t\t\t}],\n\t\t}\n   \t},{\n        name: \"Autofocus\",\n        key: \"autofocus\",\n        htmlAttr: \"autofocus\",\n        inputtype: CheckboxInput,\n\t\tinline:true,\n        col:6,\n   \t},{\n        name: \"Disabled\",\n        key: \"disabled\",\n        htmlAttr: \"disabled\",\n        inputtype: CheckboxInput,\t\t\n\t\tinline:true,\n        col:6,\n    }]\n});   \n\nVvveb.Components.extend(\"_base\", \"_base\", {\n\t properties: [\n\t {\n        name: \"Font family\",\n        key: \"font-family\",\n\t\thtmlAttr: \"style\",\n        sort: base_sort++,\n        col:6,\n\t\tinline:true,\n        inputtype: SelectInput,\n        data: {\n\t\t\toptions: [{\n\t\t\t\tvalue: \"\",\n\t\t\t\ttext: \"extended\"\n\t\t\t}, {\n\t\t\t\tvalue: \"Ggoogle \",\n\t\t\t\ttext: \"google\"\n\t\t\t}]\n\t\t}\n    }]\n});\n"
  },
  {
    "path": "libs/builder/components-bootstrap5.js",
    "content": "/*\nCopyright 2017 Ziadin Givan\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n   http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\nhttps://github.com/givanz/Vvvebjs\n*/\n\nVvveb.ComponentsGroup['Bootstrap 5'] =\n[\"html/container\", \"html/gridrow\", \"html/btn\", \"html/btn-link\", \"html/buttongroup\", \"html/buttontoolbar\", \"html/alert\", \"html/card\", \"html/listgroup\", \"html/badge\", \"html/progress\", \"html/navbar\", \"html/breadcrumbs\", \"html/pagination\"];\n\n\nVvveb.Components.extend(\"_base\", \"html/container\", {\n    classes: [\"container\", \"container-fluid\"],\n    image: \"icons/container.svg\",\n    html: '<div class=\"container\" style=\"min-height:150px;\"><div class=\"m-5\">Container</div></div>',\n    name: \"Container\",\n    properties: [\n     {\n        name: \"Type\",\n        key: \"type\",\n        htmlAttr: \"class\",\n        inputtype: SelectInput,\n        validValues: [\"container\", \"container-fluid\"],\n        data: {\n            options: [{\n                value: \"container\",\n                text: \"Default\"\n            },{\n                value: \"container-fluid\",\n                text: \"Fluid\"\n            }]\n        }\n    },{\n        name: \"Background\",\n        key: \"background\",\n\t\thtmlAttr: \"class\",\n        validValues: bgcolorClasses,\n        inputtype: SelectInput,\n        data: {\n            options: bgcolorSelectOptions\n        }\n    },{\n        name: \"Background Color\",\n        key: \"background-color\",\n\t\thtmlAttr: \"style\",\n        inputtype: ColorInput,\n    },{\n        name: \"Text Color\",\n        key: \"color\",\n\t\thtmlAttr: \"style\",\n        inputtype: ColorInput,\n    }],\n});\n\nVvveb.Components.extend(\"html/link\", \"html/btn\", {\n    classes: [\"btn\"],\n    nodes: null,\n    name: \"Button\",\n    image: \"icons/button.svg\",\n    html: '<a class=\"btn btn-primary\">Primary</a>',\n    properties: [{\n        name: \"Background\",\n        key: \"background\",\n        htmlAttr: \"class\",\n        inputtype: SelectInput,\n        validValues: [\"btn-default\", \"btn-primary\", \"btn-info\", \"btn-success\", \"btn-warning\", \"btn-info\", \"btn-light\", \"btn-dark\", \"btn-outline-primary\", \"btn-outline-info\", \"btn-outline-success\", \"btn-outline-warning\", \"btn-outline-info\", \"btn-outline-light\", \"btn-outline-dark\", \"btn-link\"],\n        data: {\n            options: [{\n                value: \"btn-default\",\n                text: \"Default\"\n            },{\n                value: \"btn-primary\",\n                text: \"Primary\"\n            },{\n                value: \"btn btn-info\",\n                text: \"Info\"\n            },{\n                value: \"btn-success\",\n                text: \"Success\"\n            },{\n                value: \"btn-warning\",\n                text: \"Warning\"\n            },{\n                value: \"btn-info\",\n                text: \"Info\"\n            },{\n                value: \"btn-light\",\n                text: \"Light\"\n            },{\n                value: \"btn-dark\",\n                text: \"Dark\"\n            },{\n                value: \"btn-outline-primary\",\n                text: \"Primary outline\"\n            },{\n                value: \"btn btn-outline-info\",\n                text: \"Info outline\"\n            },{\n                value: \"btn-outline-success\",\n                text: \"Success outline\"\n            },{\n                value: \"btn-outline-warning\",\n                text: \"Warning outline\"\n            },{\n                value: \"btn-outline-info\",\n                text: \"Info outline\"\n            },{\n                value: \"btn-outline-light\",\n                text: \"Light outline\"\n            },{\n                value: \"btn-outline-dark\",\n                text: \"Dark outline\"\n            },{\n                value: \"btn-link\",\n                text: \"Link\"\n            }]\n        }\n    },{\n        name: \"Size\",\n        key: \"size\",\n        htmlAttr: \"class\",\n        inputtype: SelectInput,\n        validValues: [\"btn-lg\", \"btn-sm\"],\n        data: {\n            options: [{\n                value: \"\",\n                text: \"Default\"\n            },{\n                value: \"btn-lg\",\n                text: \"Large\"\n            },{\n                value: \"btn-sm\",\n                text: \"Small\"\n            }]\n        }\n   \t},{\n        name: \"Autofocus\",\n        key: \"autofocus\",\n        htmlAttr: \"autofocus\",\n        inputtype: CheckboxInput,\n\t\tinline:true,\n        col:6,\n   \t},{\n        name: \"Disabled\",\n        key: \"disabled\",\n        htmlAttr: \"class\",\n\t\tinline:true,\n        col:6,\n        inputtype: ToggleInput,\n        validValues: [\"disabled\"],\n        data: {\n            on: \"disabled\",\n            off: null\n        }\n    },{\n\tkey: \"link_options\",\n        inputtype: SectionInput,\n        name:false,\n        data: {header:\"Link\"},\n    }]\n});\n\t\nVvveb.Components.extend(\"_base\", \"html/buttongroup\", {\n    classes: [\"btn-group\"],\n    name: \"Button Group\",\n    image: \"icons/button_group.svg\",\n    html: '<div class=\"btn-group\" role=\"group\" aria-label=\"Basic example\"><button type=\"button\" class=\"btn btn-secondary\">Left</button><button type=\"button\" class=\"btn btn-secondary\">Middle</button> <button type=\"button\" class=\"btn btn-secondary\">Right</button></div>',\n\tproperties: [{\n\t    name: \"Size\",\n        key: \"size\",\n        htmlAttr: \"class\",\n        inputtype: SelectInput,\n        validValues: [\"btn-group-lg\", \"btn-group-sm\"],\n        data: {\n            options: [{\n                value: \"\",\n                text: \"Default\"\n            },{\n                value: \"btn-group-lg\",\n                text: \"Large\"\n            },{\n                value: \"btn-group-sm\",\n                text: \"Small\"\n            }]\n        }\n    },{\n\t    name: \"Alignment\",\n        key: \"alignment\",\n        htmlAttr: \"class\",\n        inputtype: SelectInput,\n        validValues: [\"btn-group\", \"btn-group-vertical\"],\n        data: {\n            options: [{\n                value: \"\",\n                text: \"Default\"\n            },{\n                value: \"btn-group\",\n                text: \"Horizontal\"\n            },{\n                value: \"btn-group-vertical\",\n                text: \"Vertical\"\n            }]\n        }\n    }]\n});\nVvveb.Components.extend(\"_base\", \"html/buttontoolbar\", {\n    classes: [\"btn-toolbar\"],\n    name: \"Button Toolbar\",\n    image: \"icons/button_toolbar.svg\",\n    html: '<div class=\"btn-toolbar\" role=\"toolbar\" aria-label=\"Toolbar with button groups\">\\\n\t\t  <div class=\"btn-group me-2\" role=\"group\" aria-label=\"First group\">\\\n\t\t\t<button type=\"button\" class=\"btn btn-secondary\">1</button>\\\n\t\t\t<button type=\"button\" class=\"btn btn-secondary\">2</button>\\\n\t\t\t<button type=\"button\" class=\"btn btn-secondary\">3</button>\\\n\t\t\t<button type=\"button\" class=\"btn btn-secondary\">4</button>\\\n\t\t  </div>\\\n\t\t  <div class=\"btn-group me-2\" role=\"group\" aria-label=\"Second group\">\\\n\t\t\t<button type=\"button\" class=\"btn btn-secondary\">5</button>\\\n\t\t\t<button type=\"button\" class=\"btn btn-secondary\">6</button>\\\n\t\t\t<button type=\"button\" class=\"btn btn-secondary\">7</button>\\\n\t\t  </div>\\\n\t\t  <div class=\"btn-group\" role=\"group\" aria-label=\"Third group\">\\\n\t\t\t<button type=\"button\" class=\"btn btn-secondary\">8</button>\\\n\t\t  </div>\\\n\t\t</div>'\n});\nVvveb.Components.extend(\"_base\",\"html/alert\", {\n    classes: [\"alert\"],\n    name: \"Alert\",\n    image: \"icons/alert.svg\",\n    html: '<div class=\"alert alert-warning alert-dismissible fade show\" role=\"alert\">\\\n\t\t  <button type=\"button\" class=\"btn-close\" data-bs-dismiss=\"alert\" aria-label=\"Close\">\\\n\t\t\t<!--span aria-hidden=\"true\">&times;</span-->\\\n\t\t  </button>\\\n\t\t  <strong>Holy guacamole!</strong> You should check in on some of those fields below.\\\n\t\t</div>',\n    properties: [{\n        name: \"Type\",\n        key: \"type\",\n        htmlAttr: \"class\",\n        validValues: [\"alert-primary\", \"alert-secondary\", \"alert-success\", \"alert-danger\", \"alert-warning\", \"alert-info\", \"alert-light\", \"alert-dark\"],\n        inputtype: SelectInput,\n        data: {\n            options: [{\n                value: \"alert-primary\",\n                text: \"Default\"\n            },{\n                value: \"alert-secondary\",\n                text: \"Secondary\"\n            },{\n                value: \"alert-success\",\n                text: \"Success\"\n            },{\n                value: \"alert-danger\",\n                text: \"Danger\"\n            },{\n                value: \"alert-warning\",\n                text: \"Warning\"\n            },{\n                value: \"alert-info\",\n                text: \"Info\"\n            },{\n                value: \"alert-light\",\n                text: \"Light\"\n            },{\n                value: \"alert-dark\",\n                text: \"Dark\"\n            }]\n        }\n    }]\n});\nVvveb.Components.extend(\"_base\", \"html/badge\", {\n    classes: [\"badge\"],\n    image: \"icons/badge.svg\",\n    name: \"Badge\",\n    html: '<span class=\"badge bg-primary\">Primary badge</span>',\n    properties: [{\n        name: \"Color\",\n        key: \"color\",\n        htmlAttr: \"class\",\n        validValues:[\"bg-primary\", \"bg-secondary\", \"bg-success\", \"bg-danger\", \"bg-warning\", \"bg-info\", \"bg-body-secondary\", \"bg-dark\"],\n        inputtype: SelectInput,\n        data: {\n            options: [{\n                value: \"\",\n                text: \"Default\"\n            },{\n                value: \"bg-primary\",\n                text: \"Primary\"\n            },{\n                value: \"bg-secondary\",\n                text: \"Secondary\"\n            },{\n                value: \"bg-success\",\n                text: \"Success\"\n            },{\n                value: \"bg-warning\",\n                text: \"Warning\"\n            },{\n                value: \"bg-danger\",\n                text: \"Danger\"\n            },{\n                value: \"bg-info\",\n                text: \"Info\"\n            },{\n                value: \"bg-body-secondary\",\n                text: \"Light\"\n            },{\n                value: \"bg-dark\",\n                text: \"Dark\"\n            }]\n        }\n     }]\n});\nVvveb.Components.extend(\"_base\", \"html/card\", {\n    classes: [\"card\"],\n    image: \"icons/panel.svg\",\n    name: \"Card\",\n    html: '<div class=\"card\">\\\n\t\t  <img class=\"card-img-top bg-body-secondary\" src=\"' +  Vvveb.baseUrl + 'icons/image.svg\" alt=\"Card image cap\">\\\n\t\t  <div class=\"card-body\">\\\n\t\t\t<h4 class=\"card-title\">Card title</h4>\\\n\t\t\t<p class=\"card-text\">Some quick example text to build on the card title and make up the bulk of the card\\'s content.</p>\\\n\t\t\t<a href=\"#\" class=\"btn btn-primary\">Go somewhere</a>\\\n\t\t  </div>\\\n\t\t</div>'\n});\n\nVvveb.Components.extend(\"_base\", \"html/listgroup\", {\n    name: \"List Group\",\n    image: \"icons/list_group.svg\",\n    classes: [\"list-group\"],\n    html: '<ul class=\"list-group\">\\n  <li class=\"list-group-item\">\\n    <span class=\"badge bg-success\">14</span>\\n    Cras justo odio\\n  </li>\\n  <li class=\"list-group-item\">\\n    <span class=\"badge bg-primary\">2</span>\\n    Dapibus ac facilisis in\\n  </li>\\n  <li class=\"list-group-item\">\\n    <span class=\"badge bg-danger\">1</span>\\n    Morbi leo risus\\n  </li>\\n</ul>',\n\tproperties: [{\n        name: \"Flush\",\n        key: \"flush\",\n        htmlAttr: \"class\",\n        validValues: [\"\", \"list-group-flush\"],\n        inputtype: ToggleInput,\n        data: {\n            on: \"list-group-flush\",\n            off: \"\"\n        }\n    },{\n        name: \"Numbered\",\n        key: \"numbered\",\n        htmlAttr: \"class\",\n        validValues: [\"\", \"list-group-numbered\"],\n        inputtype: ToggleInput,\n        data: {\n            on: \"list-group-numbered\",\n            off: \"\"\n        }\n    },{\n        name: \"Horizontal\",\n        key: \"horizontal\",\n        htmlAttr: \"class\",\n        validValues: [\"\", \"list-group-horizontal\"],\n        inputtype: ToggleInput,\n        data: {\n            on: \"list-group-horizontal\",\n            off: \"\"\n        }\n    }]    \n});\n\nVvveb.Components.extend(\"_base\", \"html/listitem\", {\n    name: \"List Item\",\n    classes: [\"list-group-item\"],\n    html: '<li class=\"list-group-item\"><span class=\"badge bg-primary\">14</span> Cras justo odio</li>',\n\tproperties: [{\n        name: \"Background\",\n        key: \"background\",\n        htmlAttr: \"class\",\n        validValues:[\"list-group-item-primary\", \"list-group-item-secondary\", \"list-group-item-success\", \"list-group-item-danger\", \"list-group-item-warning\", \"list-group-item-info\", \"list-group-item-light\", \"list-group-item-dark\"],\n        inputtype: SelectInput,\n        data: {\n            options: [{\n                value: \"\",\n                text: \"Default\"\n            },{\n                value: \"list-group-item-primary\",\n                text: \"Primary\"\n            },{\n                value: \"list-group-item-secondary\",\n                text: \"Secondary\"\n            },{\n                value: \"list-group-item-success\",\n                text: \"Success\"\n            },{\n                value: \"list-group-item-warning\",\n                text: \"Warning\"\n            },{\n                value: \"list-group-item-danger\",\n                text: \"Danger\"\n            },{\n                value: \"list-group-item-info\",\n                text: \"Info\"\n            },{\n                value: \"list-group-item-light\",\n                text: \"Light\"\n            },{\n                value: \"list-group-item-dark\",\n                text: \"Dark\"\n            }]\n        }\n     },\t{\n        name: \"Active\",\n        key: \"active\",\n        htmlAttr: \"class\",\n        validValues: [\"\", \"active\"],\n        inputtype: ToggleInput,\n        inline:true,\n        col:6,\n        data: {\n            on: \"active\",\n            off: \"\"\n        }\n    },{\n        name: \"Disabled\",\n        key: \"disabled\",\n        htmlAttr: \"class\",\n        validValues: [\"\", \"disabled\"],\n        inputtype: ToggleInput,\n        inline:true,\n        col:6,\n        data: {\n            on: \"disabled\",\n            off: \"\"\n        }\n    }]    \n});\n\nVvveb.Components.extend(\"_base\", \"html/breadcrumbs\", {\n    classes: [\"breadcrumb\"],\n    name: \"Breadcrumbs\",\n    image: \"icons/breadcrumbs.svg\",\n    html: `<ol class=\"breadcrumb\">\n\t\t\t<li class=\"breadcrumb-item\"><a href=\"#\">Home</a></li>\n\t\t\t<li class=\"breadcrumb-item\"><a href=\"#\">Library</a></li>\n\t\t\ts<li class=\"breadcrumb-item active\" aria-current=\"page\"><a href=\"#\">Book</a></li>\n\t\t  </ol>`,\n\tproperties: [{\n\t\tname: \"Divider\",\n\t\tkey: \"--bs-breadcrumb-divider\",\n\t\thtmlAttr: \"style\",\n\t\tinputtype: TextInput\n\t}]        \n});\n\nVvveb.Components.extend(\"_base\", \"html/breadcrumbitem\", {\n\tclasses: [\"breadcrumb-item\"],\n    name: \"Breadcrumb Item\",\n    html: '<li class=\"breadcrumb-item\"><a href=\"#\">Library</a></li>',\n    properties: [{\n        name: \"Active\",\n        key: \"active\",\n        htmlAttr: \"class\",\n        validValues: [\"\", \"active\"],\n        inputtype: ToggleInput,\n        data: {\n            on: \"active\",\n            off: \"\"\n        }\n    }]\n});\nVvveb.Components.extend(\"_base\", \"html/pagination\", {\n    classes: [\"pagination\"],\n    name: \"Pagination\",\n    image: \"icons/pagination.svg\",\n    html: '<nav aria-label=\"Page navigation example\">\\\n\t  <ul class=\"pagination\">\\\n\t\t<li class=\"page-item\"><a class=\"page-link\" href=\"#\">Previous</a></li>\\\n\t\t<li class=\"page-item\"><a class=\"page-link\" href=\"#\">1</a></li>\\\n\t\t<li class=\"page-item\"><a class=\"page-link\" href=\"#\">2</a></li>\\\n\t\t<li class=\"page-item\"><a class=\"page-link\" href=\"#\">3</a></li>\\\n\t\t<li class=\"page-item\"><a class=\"page-link\" href=\"#\">Next</a></li>\\\n\t  </ul>\\\n\t</nav>',\n\n    properties: [{\n        name: \"Size\",\n        key: \"size\",\n        htmlAttr: \"class\",\n        inputtype: SelectInput,\n        validValues: [\"pagination-lg\", \"pagination-sm\"],\n        data: {\n            options: [{\n                value: \"\",\n                text: \"Default\"\n            },{\n                value: \"pagination-lg\",\n                text: \"Large\"\n            },{\n                value: \"pagination-sm\",\n                text: \"Small\"\n            }]\n        }\n    },{\n        name: \"Alignment\",\n        key: \"alignment\",\n        htmlAttr: \"class\",\n        inputtype: SelectInput,\n        validValues: [\"justify-content-center\", \"justify-content-end\"],\n        data: {\n            options: [{\n                value: \"\",\n                text: \"Default\"\n            },{\n                value: \"justify-content-center\",\n                text: \"Center\"\n            },{\n                value: \"justify-content-end\",\n                text: \"Right\"\n            }]\n        }\n    }]\t\n});\nVvveb.Components.extend(\"_base\", \"html/pageitem\", {\n\tclasses: [\"page-item\"],\n    html: '<li class=\"page-item\"><a class=\"page-link\" href=\"#\">1</a></li>',\n    name: \"Pagination Item\",\n    properties: [{\n        name: \"Link To\",\n        key: \"href\",\n        htmlAttr: \"href\",\n        child:\".page-link\",\n        inputtype: LinkInput\n    },{\n        name: \"Active\",\n        key: \"active\",\n        htmlAttr: \"class\",\n        validValues: [\"active\"],\n        inputtype: ToggleInput,\n        data: {\n            on: \"active\",\n            off: \"\"\n        }\n    },{\n        name: \"Disabled\",\n        key: \"disabled\",\n        htmlAttr: \"class\",\n        validValues: [\"disabled\"],\n        inputtype: ToggleInput,\n        data: {\n            on: \"disabled\",\n            off: \"\"\n        }\n   }]\n});\nVvveb.Components.extend(\"_base\", \"html/progress\", {\n    classes: [\"progress\"],\n    name: \"Progress Bar\",\n    image: \"icons/progressbar.svg\",\n    html: '<div class=\"progress\"><div class=\"progress-bar w-25\"></div></div>',\n    properties: [{\n        name: \"Background\",\n        key: \"background\",\n\t\thtmlAttr: \"class\",\n        validValues: bgcolorClasses,\n        inputtype: SelectInput,\n        data: {\n            options: bgcolorSelectOptions\n        }\n    },\n    {\n        name: \"Progress\",\n        key: \"background\",\n        child:\".progress-bar\",\n\t\thtmlAttr: \"class\",\n        validValues: [\"\", \"w-25\", \"w-50\", \"w-75\", \"w-100\"],\n        inputtype: SelectInput,\n        data: {\n            options: [{\n                value: \"\",\n                text: \"None\"\n            },{\n                value: \"w-25\",\n                text: \"25%\"\n            },{\n                value: \"w-50\",\n                text: \"50%\"\n            },{\n                value: \"w-75\",\n                text: \"75%\"\n            },{\n                value: \"w-100\",\n                text: \"100%\"\n            }]\n        }\n    }, \n    {\n        name: \"Progress background\",\n        key: \"background\",\n        child:\".progress-bar\",\n\t\thtmlAttr: \"class\",\n        validValues: bgcolorClasses,\n        inputtype: SelectInput,\n        data: {\n            options: bgcolorSelectOptions\n        }\n    },{\n        name: \"Striped\",\n        key: \"striped\",\n        child:\".progress-bar\",\n        htmlAttr: \"class\",\n        validValues: [\"\", \"progress-bar-striped\"],\n        inputtype: ToggleInput,\n        data: {\n            on: \"progress-bar-striped\",\n            off: \"\",\n        }\n    },{\n        name: \"Animated\",\n        key: \"animated\",\n        child:\".progress-bar\",\n        htmlAttr: \"class\",\n        validValues: [\"\", \"progress-bar-animated\"],\n        inputtype: ToggleInput,\n        data: {\n            on: \"progress-bar-animated\",\n            off: \"\",\n        }\n    }]\n});\nVvveb.Components.extend(\"_base\", \"html/navbar\", {\n    classes: [\"navbar\"],\n    image: \"icons/navbar.svg\",\n    name: \"Nav Bar\",\n    html: `<nav class=\"navbar navbar-expand-lg bg-body-secondary bg-body-tertiary\">\n\t\t\t  <div class=\"container-fluid\">\n\t\t\t\t<a class=\"navbar-brand\" href=\"#\">Navbar</a>\n\t\t\t\t<button class=\"navbar-toggler\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#navbarTogglerDemo02\" aria-controls=\"navbarTogglerDemo02\" aria-expanded=\"false\" aria-label=\"Toggle navigation\">\n\t\t\t\t  <span class=\"navbar-toggler-icon\"></span>\n\t\t\t\t</button>\n\t\t\t\t<div class=\"collapse navbar-collapse\" id=\"navbarTogglerDemo02\">\n\t\t\t\t  <ul class=\"navbar-nav me-auto mb-2 mb-lg-0\">\n\t\t\t\t\t<li class=\"nav-item\">\n\t\t\t\t\t  <a class=\"nav-link active\" aria-current=\"page\" href=\"#\">Home</a>\n\t\t\t\t\t</li>\n\t\t\t\t\t<li class=\"nav-item\">\n\t\t\t\t\t  <a class=\"nav-link\" href=\"#\">Link</a>\n\t\t\t\t\t</li>\n\t\t\t\t\t<li class=\"nav-item\">\n\t\t\t\t\t  <a class=\"nav-link disabled\">Disabled</a>\n\t\t\t\t\t</li>\n\t\t\t\t  </ul>\n\t\t\t\t  <form class=\"d-flex\" role=\"search\">\n\t\t\t\t\t<input class=\"form-control me-2\" type=\"search\" placeholder=\"Search\" aria-label=\"Search\">\n\t\t\t\t\t<button class=\"btn btn-outline-success\" type=\"submit\">Search</button>\n\t\t\t\t  </form>\n\t\t\t\t</div>\n\t\t\t  </div>\n\t\t\t</nav>`,\n    \n    properties: [{\n        name: \"Color theme\",\n        key: \"color\",\n        htmlAttr: \"class\",\n        validValues: [\"navbar-light\", \"navbar-dark\"],\n        inputtype: SelectInput,\n        data: {\n            options: [{\n                value: \"\",\n                text: \"Default\"\n            },{\n                value: \"navbar-light\",\n                text: \"Light\"\n            },{\n                value: \"navbar-dark\",\n                text: \"Dark\"\n            }]\n        }\n    },{\n        name: \"Background color\",\n        key: \"background\",\n        htmlAttr: \"class\",\n        validValues: bgcolorClasses,\n        inputtype: SelectInput,\n        data: {\n            options: bgcolorSelectOptions\n        }\n    },{\n        name: \"Placement\",\n        key: \"placement\",\n        htmlAttr: \"class\",\n        validValues: [\"fixed-top\", \"fixed-bottom\", \"sticky-top\"],\n        inputtype: SelectInput,\n        data: {\n            options: [{\n                value: \"\",\n                text: \"Default\"\n            },{\n                value: \"fixed-top\",\n                text: \"Fixed Top\"\n            },{\n                value: \"fixed-bottom\",\n                text: \"Fixed Bottom\"\n            },{\n                value: \"sticky-top\",\n                text: \"Sticky top\"\n            }]\n        }\n    }]\n});\n\nVvveb.Components.extend(\"_base\", \"html/tablebody\", {\n    nodes: [\"tbody\"],\n    name: \"Table Body\",\n    html: \"<tbody><tr><td>Cell 1</td><td>Cell 2</td><td>Cell 3</td></tr></tbody>\"\n});\n\nVvveb.Components.extend(\"_base\", \"html/gridcolumn\", {\n    name: \"Grid Column\",\n    image: \"icons/grid_column.svg\",\n    classesRegex: [\"col-\"],\n    classes: [\"col\"],\n    html: '<div class=\"col-sm-4\"><h3>col-sm-4</h3></div>',\n    properties: [{\n        name: \"Column\",\n        key: \"column\",\n        inline:false,\n        inputtype: GridInput,\n        data: {hide_remove:true},\n\n\t\tbeforeInit: function(node) {\n\t\t\t_class = node.getAttribute(\"class\");\n\t\t\t\n\t\t\tlet reg = /col(-[^-\\$ ]*)?-?(\\d+)?/g; \n\t\t\tlet match;\n\n\t\t\twhile ((match = reg.exec(_class)) != null) {\n\t\t\t\tlet key = \"col\" + ((match[1] != undefined) ? \"_\" + match[1].replace('-','') : \"\");\n\t\t\t\tthis.data[key] = match[2] ?? '';\n\t\t\t}\n\t\t},\n\t\t\n\t\tonChange: function(node, value, input) {\n\t\t\tlet _class = node.getAttribute(\"class\");\n\t\t\t\n\t\t\t//remove previous breakpoint column size\n\t\t\t_class = _class.replace(new RegExp(input.name + '-\\\\d+?'), '');\n\t\t\t//add new column size\n\t\t\tif (value) _class +=  ' ' + input.name + '-' + value;\n\t\t\tnode.setAttribute(\"class\", _class);\n\t\t\t\n\t\t\treturn node;\n\t\t},\t\t\t\t\n\t}]\n});\n\nVvveb.Components.extend(\"_base\", \"html/gridrow\", {\n    name: \"Grid Row\",\n    image: \"icons/grid_row.svg\",\n    classes: [\"row\"],\n    html: '<div class=\"row\"><div class=\"col-sm-4\"><h3>col-sm-4</h3></div><div class=\"col-sm-4 col-5\"><h3>col-sm-4</h3></div><div class=\"col-sm-4\"><h3>col-sm-4</h3></div></div>',\n    children :[{\n\t\tname: \"html/gridcolumn\",\n\t\tclassesRegex: [\"col-\"],\n\t}],\n\tbeforeInit: function (node) {\n\t\tproperties = [];\n\t\tlet i = 0;\n\t\tlet j = 0;\n\t\t\n\t\tnode.querySelectorAll('[class*=\"col-\"],.col').forEach(el => {\n\t\t\t_class = el.getAttribute(\"class\");\n\t\t\t\n\t\t\tlet reg = /col(-[^-\\$ ]*)?-?(\\d+)?/g; \n\t\t\tlet match;\n\t\t\tlet data = {};\n\n\t\t\twhile ((match = reg.exec(_class)) != null) {\n\t\t\t\tlet key = \"col\" + ((match[1] != undefined) ? \"_\" + match[1].replace('-','') : \"\");\n\t\t\t\tdata[key] = match[2] ?? '';\n\t\t\t}\n\t\t\t\n\t\t\ti++;\n\t\t\tproperties.push({\n\t\t\t\tname: \"Column \" + i,\n\t\t\t\tkey: \"column\" + i,\n\t\t\t\t//index: i - 1,\n\t\t\t\tcolumnNode: el,\n\t\t\t\tcol:12,\n\t\t\t\tinline:false,\n\t\t\t\tinputtype: GridInput,\n\t\t\t\tdata: data,\n\t\t\t\tonChange: function(node, value, input) {\n\n\t\t\t\t\tlet column = this.columnNode;\n\t\t\t\t\t\n\t\t\t\t\t//if remove button is clicked remove column and render row properties\n\t\t\t\t\tif (input.nodeName == 'BUTTON') {\n\t\t\t\t\t\tcolumn.remove();\n\t\t\t\t\t\tVvveb.Components.render(\"html/gridrow\");\n\t\t\t\t\t\treturn node;\n\t\t\t\t\t}\n\n\t\t\t\t\t//if select input then change column class\n\t\t\t\t\t_class = column.getAttribute(\"class\");\n\t\t\t\t\t\n\t\t\t\t\t//remove previous breakpoint column size\n\t\t\t\t\t_class = _class.replace(new RegExp(input.name + '-\\\\d+?'), '');\n\t\t\t\t\t//add new column size\n\t\t\t\t\tif (value) _class +=  ' ' + input.name + '-' + value;\n\t\t\t\t\tcolumn.setAttribute(\"class\", _class);\n\t\t\t\t\t\n\t\t\t\t\treturn node;\n\t\t\t\t},\t\n\t\t\t});\n\t\t});\n\t\t\n\t\t//remove all column properties\n\t\tthis.properties = this.properties.filter(function(item) {\n\t\t\treturn item.key.indexOf(\"column\") === -1;\n\t\t});\n\n\t\t//add remaining properties to generated column properties, put first 2 align properties first\n\t\tthis.properties = this.properties.slice(0,4).concat(properties, this.properties.slice(4));\n\n\t\treturn node;\n\t},\n    \n    properties: [{\n        name: \"Direction\",\n        key: \"direction\",\n        htmlAttr: \"class\",\n        inline:false,\n        validValues: [\"\", \"flex-row\", \"flex-row-reverse\", \"flex-column\", \"flex-column-reverse\"],\n        inputtype: RadioButtonInput,\n        data: {\n\t\t\textraclass:\"btn-group-sm btn-group-fullwidth\",\n            options: [{\n                value: \"\",\n                icon:\"la la-times\",\n                //text: \"None\",\n                title: \"Default\",\n                checked:true,\n            },{\n                value: \"flex-row\",\n                //text: \"Left\",\n                title: \"Row - horizontal\",\n                icon:\"la la-arrow-right\",\n                checked:false,\n            },{\n                value: \"flex-column\",\n                //text: \"Center\",\n                title: \"Column - vertical\",\n                icon:\"la la-arrow-down\",\n                checked:false,\n            },{\n                value: \"flex-row-reverse\",\n                //text: \"Right\",\n                title: \"Row - reversed\",\n                icon:\"la la-arrow-left\",\n                checked:false,\n            },{\n                value: \"flex-column-reverse\",\n                //text: \"Center\",\n                title: \"Column - reversed\",\n                icon:\"la la-arrow-up\",\n                checked:false,\n            }],\n        },\n\t},{       \n\t\tname: \"Vertical align\",\n        key: \"vertical-align\",\n        htmlAttr: \"class\",\n        inline:false,\n        validValues: [\"\", \"align-items-start\", \"align-items-center\", \"align-items-end\", \"align-items-baseline\", \"align-items-stretch\"],\n        inputtype: RadioButtonInput,\n        data: {\n            extraclass:\"btn-group-sm btn-group-fullwidth\",\n            options: [{\n                value: \"\",\n                icon:\"la la-times\",\n                //text: \"None\",\n                title: \"None\",\n                checked:true,\n            },{\n                value: \"align-items-start\",\n                //text: \"Left\",\n                title: \"Start\",\n                icon:\"la la-align-left\",\n                checked:false,\n            },{\n                value: \"align-items-center\",\n                //text: \"Center\",\n                title: \"Center\",\n                icon:\"la la-align-center\",\n                checked:false,\n            },{\n                value: \"align-items-end\",\n                //text: \"Right\",\n                title: \"End\",\n                icon:\"la la-align-right\",\n                checked:false,\n            },{\n                value: \"align-items-baseline\",\n                title: \"Baseline\",\n                icon:\"la la-indent\",\n                checked:false,\n            },{\n                value: \"align-items-stretch\",\n                title: \"Stretch\",\n                icon:\"la la-align-justify\",\n                checked:false,\n            }],\n        },\n\t},{\n        name: \"Horizontal align\",\n        key: \"horizontal-align\",\n        htmlAttr: \"class\",\n        inline:false,\n        validValues: [\"\", \"justify-content-start\", \"justify-content-center\", \"justify-content-end\", \"justify-content-around\", \"justify-content-between\", \"justify-content-evenly\"],\n        inputtype: RadioButtonInput,\n        data: {\n\t\t\textraclass:\"btn-group-sm btn-group-fullwidth\",\n            options: [{\n                value: \"\",\n                icon:\"la la-times\",\n                //text: \"None\",\n                title: \"None\",\n                checked:true,\n            },{\n                value: \"justify-content-start\",\n                //text: \"Left\",\n                title: \"Start\",\n                icon:\"la la-align-left\",\n                checked:false,\n            },{\n                value: \"justify-content-center\",\n                //text: \"Center\",\n                title: \"Center\",\n                icon:\"la la-align-center\",\n                checked:false,\n            },{\n                value: \"justify-content-end\",\n                //text: \"Right\",\n                title: \"End\",\n                icon:\"la la-align-right\",\n                checked:false\n\t\t\t},{\n                value: \"justify-content-around\",\n                //text: \"Left\",\n                title: \"Around\",\n                icon:\"la la-indent\",\n                checked:false,\n            },{\n                value: \"justify-content-between\",\n                //text: \"Center\",\n                title: \"Between\",\n                icon:\"la la-outdent\",\n                checked:false,\n            },{\n                value: \"justify-content-evenly\",\n                //text: \"Right\",\n                title: \"Evenly\",\n                icon:\"la la-align-justify\",\n                checked:false,\n            }],\n        },\n\t},{       \n        name: \"Wrap\",\n        key: \"wrap\",\n        htmlAttr: \"class\",\n        inline:false,\n        validValues: [\"\", \"flex-wrap\", \"flex-nowrap\"],\n        inputtype: RadioButtonInput,\n        data: {\n            extraclass:\"btn-group-sm btn-group-fullwidth\",\n            options: [{\n                value: \"\",\n                icon:\"la la-times\",\n                //text: \"None\",\n                title: \"None\",\n                checked:true,\n            },{\n                value: \"flex-wrap\",\n                //text: \"Left\",\n                title: \"Wrap\",\n                icon:\"la la-undo\",\n                checked:false,\n            },{\n                value: \"flex-nowrap\",\n                //text: \"Center\",\n                title: \"No wrap\",\n                icon:\"la la-arrow-right\",\n                checked:false,\n            }],\n        },\n\t},{\n\t\tname: \"Column\",\n\t\tkey: \"column1\",\n\t\tinputtype: GridInput\n\t},{\n\t\tname: \"Column\",\n\t\tkey: \"column1\",\n\t\tinline:true,\n\t\tcol:12,\n\t\tinputtype: GridInput\n\t},{\n\t\tname: \"\",\n\t\tkey: \"addChild\",\n\t\tinline:true,\n\t\tinputtype: ButtonInput,\n\t\tdata: {text:\"Add column\", icon:\"la la-plus\", className:\"btn-secondary\"},\n\t\tonChange: function(node)\n\t\t{\n\t\t\t node.append(generateElements('<div class=\"col-3\"><h3>Col-3</h3></div>')[0]);\n\t\t\t \n\t\t\t //render component properties again to include the new column inputs\n\t\t\t Vvveb.Components.render(\"html/gridrow\");\n\t\t\t \n\t\t\t return node;\n\t\t}\n\t}]\n});\n\n"
  },
  {
    "path": "libs/builder/components-common.js",
    "content": "/*\nCopyright 2017 Ziadin Givan\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n   http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\nhttps://github.com/givanz/Vvvebjs\n*/\n\nbgcolorClasses = [\"bg-primary\", \"bg-secondary\", \"bg-success\", \"bg-danger\", \"bg-warning\", \"bg-info\", \"bg-body-secondary\", \"bg-dark\", \"bg-white\"]\n\nbgcolorSelectOptions = [{\n\tvalue: \"Default\",\n\ttext: \"\"\n},{\n\tvalue: \"bg-primary\",\n\ttext: \"Primary\"\n},{\n\tvalue: \"bg-secondary\",\n\ttext: \"Secondary\"\n},{\n\tvalue: \"bg-success\",\n\ttext: \"Success\"\n},{\n\tvalue: \"bg-danger\",\n\ttext: \"Danger\"\n},{\n\tvalue: \"bg-warning\",\n\ttext: \"Warning\"\n},{\n\tvalue: \"bg-info\",\n\ttext: \"Info\"\n},{\n\tvalue: \"bg-body-secondary\",\n\ttext: \"Light\"\n},{\n\tvalue: \"bg-dark\",\n\ttext: \"Dark\"\n},{\n\tvalue: \"bg-white\",\n\ttext: \"White\"\n}];\n\nfunction changeNodeName(node, newNodeName) {\n\tlet newNode;\n\tnewNode = document.createElement(newNodeName);\n\tattributes = node.attributes;\n\t\n\tfor (i = 0, len = attributes.length; i < len; i++) {\n\t\tnewNode.setAttribute(attributes[i].nodeName, attributes[i].nodeValue);\n\t}\n\n\twhile (node.hasChildNodes()) {\n\t\tnewNode.appendChild(node.removeChild(node.firstChild))\n\t}\n\n\tnode.replaceWith(newNode);\n\t\n\treturn newNode;\n}\n\nlet base_sort = 1000;//start sorting for base component from 100 to allow extended properties to be first\nlet style_section = 'style';\nlet advanced_section = 'advanced';\n\nVvveb.Components.add(\"_base\", {\n    name: \"Element\",\n\tproperties: [{\n        key: \"element_header\",\n        inputtype: SectionInput,\n        name:false,\n        sort:base_sort++,\n        data: {header:\"General\"},\n    },{\n        name: \"Id\",\n        key: \"id\",\n        htmlAttr: \"id\",\n        sort: base_sort++,\n        inline:false,\n        col:6,\n        inputtype: TextInput\n    },{\n        name: \"Title\",\n        key: \"title\",\n        htmlAttr: \"title\",\n        sort: base_sort++,\n        inline:false,\n        col:6,\n        inputtype: TextInput\n    },{\n        name: \"Class\",\n        key: \"class\",\n        htmlAttr: \"class\",\n        sort: base_sort++,\n        inline:false,\n        col:12,\n\t\tinputtype: TagsInput,\n\t\tdata: {\n\t\t\tallowFreeText:true,\n\t\t\t//get all classes used on the page\n\t\t\tdata:[...[...document.querySelectorAll(\"[class]\")].reduce((s, e) =>\n\t\t\t\t(e.classList.forEach(c => s.add(c)), s), new Set())].sort(),\n\t\t},\n    }\n   ]\n});    \n\n//display\nVvveb.Components.extend(\"_base\", \"_base\", {\n\t properties: [{\n        key: \"display_header\",\n        inputtype: SectionInput,\n        name:false,\n        sort: base_sort++,\n\t\tsection: style_section,\n        data: {header:\"Display\"},\n     },{\n\t\t//linked styles notice message\n\t\tname:\"\",\n\t\tkey: \"linked_styles_check\",\n        sort: base_sort++,\n        section: style_section,\n        inline:false,\n        col:12,\n        inputtype: NoticeInput,\n        data: {\n\t\t\ttype:'warning',\n\t\t\ttitle:'Linked styles',\n\t\t\ttext:'This element shares styles with other <a class=\"linked-elements-hover\" href=\"javascript:void()\"><b class=\"elements-count\">4</b> elements</a>, to apply styles <b>only for this element</b> enter a <b>unique id</b> eg: <i>marketing-heading</i> in in <br/><a class=\"id-input\" href=\"#content-tab\" role=\"tab\" aria-controls=\"components\" aria-selected=\"false\" href=\"#content-tab\">Content > General > Id</a>.<br/><span class=\"text-muted small\"></span>',\n\t\t},\n\t\tafterInit:function(node, inputElement) {\n\t\t\tlet selector = Vvveb.StyleManager.getSelectorForElement(node);\n\t\t\tlet elements = window.FrameDocument.querySelectorAll(selector);\n\n\t\t\tif (elements.length <= 1) {\n\t\t\t\tif (inputElement.style) {\n\t\t\t\t\tinputElement.style.display = \"none\";\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tinputElement.style.display = \"\";\n\t\t\t\tinputElement.querySelector(\".elements-count\").innerHTML = elements.length;\n\t\t\t\tinputElement.querySelector(\".text-muted\").innerHTML = selector;\n\t\t\t\t\n\t\t\t\tinputElement.querySelector(\".id-input\", inputElement).addEventListener(\"click\", (event) => {\n\t\t\t\t\tdocument.querySelectorAll(\".content-tab a\").forEach(e => e.click());\n\t\t\t\t\t\n\t\t\t\t\tsetTimeout(function () { \n\t\t\t\t\t\tlet idInput = document.querySelectorAll(\"[name=id]\");\n\t\t\t\t\t\tidInput.forEach(el => {if (el.offsetParent) el.focus()});/*\n\t\t\t\t\t\tidInput.forEach(el => el .dispatchEvent(new FocusEvent(\"focusin\", {\n\t\t\t\t\t\t\tbubbles: true,\n\t\t\t\t\t\t\tcancelable: false\n\t\t\t\t\t\t})));*/\n\t\t\t\t\t}, 700);\n\t\t\t\t\t\n\t\t\t\t\tevent.preventDefault();\n\t\t\t\t\treturn false;\n\t\t\t\t});\n\t\t\t\t\n\t\t\t\tinputElement.querySelector(\".linked-elements-hover\").addEventListener(\"mouseenter\", function (){\n\t\t\t\t\telements.forEach( e => e.style.outline = \"2px dotted blue\");\n\t\t\t\t});\n\t\t\t\t\n\t\t\t\tinputElement.querySelector(\".linked-elements-hover\").addEventListener(\"mouseleave\", function (){\n\t\t\t\t\telements.forEach( e => e.style.outline = \"\");\n\t\t\t\t});\n\t\t\t}\n\t\t},\t \n    },{\n        name: \"Display\",\n        key: \"display\",\n        htmlAttr: \"style\",\n        sort: base_sort++,\n\t\tsection: style_section,\n        col:6,\n\t\tinline:false,\n        inputtype: SelectInput,\n        validValues: [\"block\", \"inline\", \"inline-block\", \"none\"],\n        data: {\n            options: [{\n                value: \"block\",\n                text: \"Block\"\n            },{\n                value: \"inline\",\n                text: \"Inline\"\n            },{\n                value: \"inline-block\",\n                text: \"Inline Block\"\n            },{\n                value: \"inline-block\",\n                text: \"Inline Block\"\n            },{\n                value: \"flex\",\n                text: \"Flex\"\n            },{\n                value: \"inline-flex\",\n                text: \"Inline Flex\"\n            },{\n                value: \"grid\",\n                text: \"Grid\"\n            },{\n                value: \"inline-grid\",\n                text: \"Inline grid\"\n            },{\n                value: \"table\",\n                text: \"Table\"\n            },{\n                value: \"table-row\",\n                text: \"Table Row\"\n            },{\n                value: \"list-item\",\n                text: \"List Item\"\n            },{\n                value: \"inherit\",\n                text: \"Inherit\"\n            },{\n                value: \"initial\",\n                text: \"Initial\"\n            },{\n                value: \"none\",\n                text: \"none\"\n            }]\n        }\n    },{\n        name: \"Position\",\n        key: \"position\",\n        htmlAttr: \"style\",\n        sort: base_sort++,\n\t\tsection: style_section,\n        col:6,\n\t\tinline:false,\n        inputtype: SelectInput,\n        validValues: [\"static\", \"fixed\", \"relative\", \"absolute\"],\n        data: {\n            options: [{\n                value: \"static\",\n                text: \"Static\"\n            },{\n                value: \"fixed\",\n                text: \"Fixed\"\n            },{\n                value: \"relative\",\n                text: \"Relative\"\n            },{\n                value: \"absolute\",\n                text: \"Absolute\"\n            }]\n        }\n    },{\n        name: \"Top\",\n        key: \"top\",\n\t\thtmlAttr: \"style\",\n        sort: base_sort++,\n\t\tsection: style_section,\n        col:6,\n\t\tinline:false,\n        parent:\"\",\n        inputtype: CssUnitInput\n\t},{\n        name: \"Left\",\n        key: \"left\",\n\t\thtmlAttr: \"style\",\n        sort: base_sort++,\n\t\tsection: style_section,\n        col:6,\n\t\tinline:false,\n        parent:\"\",\n        inputtype: CssUnitInput\n    },{\n        name: \"Bottom\",\n        key: \"bottom\",\n\t\thtmlAttr: \"style\",\n        sort: base_sort++,\n\t\tsection: style_section,\n        col:6,\n\t\tinline:false,\n        parent:\"\",\n        inputtype: CssUnitInput\n\t},{\n        name: \"Right\",\n        key: \"right\",\n\t\thtmlAttr: \"style\",\n        sort: base_sort++,\n\t\tsection: style_section,\n        col:6,\n\t\tinline:false,\n        parent:\"\",\n        inputtype: CssUnitInput\n    },{\n        name: \"Float\",\n        key: \"float\",\n        htmlAttr: \"style\",\n        sort: base_sort++,\n\t\tsection: style_section,\n        col:12,\n        inline:false,\n        inputtype: RadioButtonInput,\n        data: {\n\t\t\textraclass:\"btn-group-sm btn-group-fullwidth\",\n            options: [{\n                value: \"none\",\n                icon:\"la la-times\",\n                //text: \"None\",\n                title: \"None\",\n                checked:true,\n            },{\n                value: \"left\",\n                //text: \"Left\",\n                title: \"Left\",\n                icon:\"la la-align-left\",\n                checked:false,\n            },{\n                value: \"right\",\n                //text: \"Right\",\n                title: \"Right\",\n                icon:\"la la-align-right\",\n                checked:false,\n            }],\n         }\n\t},{\n        name: \"Opacity\",\n        key: \"opacity\",\n\t\thtmlAttr: \"style\",\n        sort: base_sort++,\n\t\tsection: style_section,\n        col:12,\n\t\tinline:false,\n        parent:\"\",\n        inputtype: RangeInput,\n        data:{\n\t\t\tmax: 1, //max zoom level\n\t\t\tmin:0,\n\t\t\tstep:0.1\n       },\n\t},{\n        name: \"Background\",\n        key: \"background-color\",\n        sort: base_sort++,\n\t\tsection: style_section,\n        col:12,\n\t\tinline:true,\n\t\thtmlAttr: \"style\",\n        inputtype: ColorInput,\n\t},{\n        name: \"Text Color\",\n        key: \"color\",\n        sort: base_sort++,\n\t\tsection: style_section,\n        col:12,\n\t\tinline:true,\n\t\thtmlAttr: \"style\",\n        inputtype: ColorInput,\n  \t}]\n});    \n\n//Typography\nlet ComponentBaseTypography = {\n\t properties: [{\n\t\tkey: \"typography_header\",\n\t\tinputtype: SectionInput,\n\t\tname:false,\n\t\tsort: base_sort++,\n\t\tsection: style_section,\n\t\tdata: {header:\"Typography\"},\n \n\t},{\n        name: \"Font size\",\n        key: \"font-size\",\n\t\thtmlAttr: \"style\",\n        sort: base_sort++,\n\t\tsection: style_section,\n        col:6,\n\t\tinline:false,\n        inputtype: CssUnitInput\n\t},{\n        name: \"Font weight\",\n        key: \"font-weight\",\n\t\thtmlAttr: \"style\",\n        sort: base_sort++,\n\t\tsection: style_section,\n        col:6,\n\t\tinline:false,\n        inputtype: SelectInput,\n        data: {\n\t\t\toptions: [{\n\t\t\t\tvalue: \"\",\n\t\t\t\ttext: \"Default\"\n\t\t\t},{\t\n\t\t\t\tvalue: \"100\",\n\t\t\t\ttext: \"Thin\"\n\t\t\t},{\n\t\t\t\tvalue: \"200\",\n\t\t\t\ttext: \"Extra-Light\"\n\t\t\t},{\n\t\t\t\tvalue: \"300\",\n\t\t\t\ttext: \"Light\"\n\t\t\t},{\n\t\t\t\tvalue: \"400\",\n\t\t\t\ttext: \"Normal\"\n\t\t\t},{\n\t\t\t\tvalue: \"500\",\n\t\t\t\ttext: \"Medium\"\n\t\t\t},{\n\t\t\t\tvalue: \"600\",\n\t\t\t\ttext: \"Semi-Bold\"\n\t\t\t},{\n\t\t\t\tvalue: \"700\",\n\t\t\t\ttext: \"Bold\"\n\t\t\t},{\n\t\t\t\tvalue: \"800\",\n\t\t\t\ttext: \"Extra-Bold\"\n\t\t\t},{\n\t\t\t\tvalue: \"900\",\n\t\t\t\ttext: \"Ultra-Bold\"\n\t\t\t}],\n\t\t}\n    },{\n        name: \"Font family\",\n        key: \"font-family\",\n\thtmlAttr: \"style\",\n        sort: base_sort++,\n\tsection: style_section,\n        col:12,\n\tinline:false,\n        inputtype: SelectInput,\n        data: {\n\t\t\toptions: fontList\n\t\t}\n\t},{\n        name: \"Text align\",\n        key: \"text-align\",\n        htmlAttr: \"style\",\n        sort: base_sort++,\n\t\tsection: style_section,\n        col:12,\n        inline:false,\n        inputtype: RadioButtonInput,\n        data: {\n\t\t\textraclass:\"btn-group-sm btn-group-fullwidth\",\n            options: [{\n                value: \"\",\n                icon:\"la la-times\",\n                //text: \"None\",\n                title: \"None\",\n                checked:true,\n            },{\n                value: \"left\",\n                //text: \"Left\",\n                title: \"Left\",\n                icon:\"la la-align-left\",\n                checked:false,\n            },{\n                value: \"center\",\n                //text: \"Center\",\n                title: \"Center\",\n                icon:\"la la-align-center\",\n                checked:false,\n            },{\n                value: \"right\",\n                //text: \"Right\",\n                title: \"Right\",\n                icon:\"la la-align-right\",\n                checked:false,\n            },{\n                value: \"justify\",\n                //text: \"justify\",\n                title: \"Justify\",\n                icon:\"la la-align-justify\",\n                checked:false,\n            }],\n        },\n\t},{\n        name: \"Line height\",\n        key: \"line-height\",\n\t\thtmlAttr: \"style\",\n        sort: base_sort++,\n\t\tsection: style_section,\n        col:6,\n\t\tinline:false,\n        inputtype: CssUnitInput\n\t},{\n        name: \"Letter spacing\",\n        key: \"letter-spacing\",\n\t\thtmlAttr: \"style\",\n        sort: base_sort++,\n\t\tsection: style_section,\n        col:6,\n\t\tinline:false,\n        inputtype: CssUnitInput\n\t},{\n        name: \"Text decoration\",\n        key: \"text-decoration-line\",\n        htmlAttr: \"style\",\n        sort: base_sort++,\n\t\tsection: style_section,\n        col:12,\n        inline:false,\n        inputtype: RadioButtonInput,\n        data: {\n\t\t\textraclass:\"btn-group-sm btn-group-fullwidth\",\n            options: [{\n                value: \"none\",\n                icon:\"la la-times\",\n                //text: \"None\",\n                title: \"None\",\n                checked:true,\n            },{\n                value: \"underline\",\n                //text: \"Left\",\n                title: \"underline\",\n                icon:\"la la-long-arrow-alt-down\",\n                checked:false,\n            },{\n                value: \"overline\",\n                //text: \"Right\",\n                title: \"overline\",\n                icon:\"la la-long-arrow-alt-up\",\n                checked:false,\n            },{\n                value: \"line-through\",\n                //text: \"Right\",\n                title: \"Line Through\",\n                icon:\"la la-strikethrough\",\n                checked:false,\n            },{\n                value: \"underline overline\",\n                //text: \"justify\",\n                title: \"Underline Overline\",\n                icon:\"la la-arrows-alt-v\",\n                checked:false,\n            }],\n        },\n\t},{\n        name: \"Decoration Color\",\n        key: \"text-decoration-color\",\n        sort: base_sort++,\n\t\tsection: style_section,\n        col:12,\n\t\tinline:true,\n\t\thtmlAttr: \"style\",\n        inputtype: ColorInput,\n\t},{\n        name: \"Decoration style\",\n        key: \"text-decoration-style\",\n\t\thtmlAttr: \"style\",\n        sort: base_sort++,\n\t\tsection: style_section,\n        col:12,\n\t\tinline:true,\n        inputtype: SelectInput,\n        data: {\n\t\t\toptions: [{\n\t\t\t\tvalue: \"\",\n\t\t\t\ttext: \"Default\"\n\t\t\t},{\t\n\t\t\t\tvalue: \"solid\",\n\t\t\t\ttext: \"Solid\"\n\t\t\t},{\n\t\t\t\tvalue: \"wavy\",\n\t\t\t\ttext: \"Wavy\"\n\t\t\t},{\n\t\t\t\tvalue: \"dotted\",\n\t\t\t\ttext: \"Dotted\"\n\t\t\t},{\n\t\t\t\tvalue: \"dashed\",\n\t\t\t\ttext: \"Dashed\"\n\t\t\t},{\n\t\t\t\tvalue: \"double\",\n\t\t\t\ttext: \"Double\"\n\t\t\t}],\n\t\t}\n  }]\n}\n\nVvveb.Components.extend(\"_base\", \"_base\", ComponentBaseTypography);\n    \n//Size\nlet ComponentBaseSize = {\n\t properties: [{\n\t\tkey: \"size_header\",\n\t\tinputtype: SectionInput,\n\t\tname:false,\n\t\tsort: base_sort++,\n\t\tsection: style_section,\n\t\tdata: {header:\"Size\", expanded:false},\n\t},{\n        name: \"Width\",\n        key: \"width\",\n\t\thtmlAttr: \"style\",\n        sort: base_sort++,\n\t\tsection: style_section,\n        col:6,\n\t\tinline:false,\n        inputtype: CssUnitInput\n\t},{\n        name: \"Height\",\n        key: \"height\",\n\t\thtmlAttr: \"style\",\n        sort: base_sort++,\n\t\tsection: style_section,\n        col:6,\n\t\tinline:false,\n        inputtype: CssUnitInput\n\t},{\n        name: \"Min Width\",\n        key: \"min-width\",\n\t\thtmlAttr: \"style\",\n        sort: base_sort++,\n\t\tsection: style_section,\n        col:6,\n\t\tinline:false,\n        inputtype: CssUnitInput\n\t},{\n        name: \"Min Height\",\n        key: \"min-height\",\n\t\thtmlAttr: \"style\",\n        sort: base_sort++,\n\t\tsection: style_section,\n        col:6,\n\t\tinline:false,\n        inputtype: CssUnitInput\n\t},{\n        name: \"Max Width\",\n        key: \"max-width\",\n\t\thtmlAttr: \"style\",\n        sort: base_sort++,\n\t\tsection: style_section,\n        col:6,\n\t\tinline:false,\n        inputtype: CssUnitInput\n\t},{\n        name: \"Max Height\",\n        key: \"max-height\",\n\t\thtmlAttr: \"style\",\n        sort: base_sort++,\n\t\tsection: style_section,\n        col:6,\n\t\tinline:false,\n        inputtype: CssUnitInput\n    }]\n}\n\nVvveb.Components.extend(\"_base\", \"_base\", ComponentBaseSize);\n\n//Margin\nlet ComponentBaseMargin = {\n\t properties: [{\n\t\tkey: \"margins_header\",\n\t\tinputtype: SectionInput,\n\t\tname:false,\n\t\tsort: base_sort++,\n\t\tsection: style_section,\n\t\tdata: {header:\"Margin\", expanded:false},\n\t},{\n        name: \"Top\",\n        key: \"margin-top\",\n\t\thtmlAttr: \"style\",\n        sort: base_sort++,\n\t\tsection: style_section,\n        col:6,\n\t\tinline:false,\n        inputtype: CssUnitInput\n\t},{\n        name: \"Right\",\n        key: \"margin-right\",\n\t\thtmlAttr: \"style\",\n        sort: base_sort++,\n\t\tsection: style_section,\n        col:6,\n\t\tinline:false,\n        inputtype: CssUnitInput\n    },{\n        name: \"Bottom\",\n        key: \"margin-bottom\",\n\t\thtmlAttr: \"style\",\n        sort: base_sort++,\n\t\tsection: style_section,\n        col:6,\n\t\tinline:false,\n        inputtype: CssUnitInput\n    },{\n        name: \"Left\",\n        key: \"margin-left\",\n\t\thtmlAttr: \"style\",\n        sort: base_sort++,\n\t\tsection: style_section,\n        col:6,\n\t\tinline:false,\n        inputtype: CssUnitInput\n    }]\n}\n\nVvveb.Components.extend(\"_base\", \"_base\", ComponentBaseMargin);\n\n//Padding\nlet ComponentBasePadding = {\n\n\t properties: [{\n\t\tkey: \"paddings_header\",\n\t\tinputtype: SectionInput,\n\t\tname:false,\n\t\tsort: base_sort++,\n\t\tsection: style_section,\n\t\tdata: {header:\"Padding\", expanded:false},\n\t},{\n        name: \"Top\",\n        key: \"padding-top\",\n\t\thtmlAttr: \"style\",\n        sort: base_sort++,\n\t\tsection: style_section,\n        col:6,\n\t\tinline:false,\n        inputtype: CssUnitInput\n\t},{\n        name: \"Right\",\n        key: \"padding-right\",\n\t\thtmlAttr: \"style\",\n        sort: base_sort++,\n\t\tsection: style_section,\n        col:6,\n\t\tinline:false,\n        inputtype: CssUnitInput\n    },{\n        name: \"Bottom\",\n        key: \"padding-bottom\",\n\t\thtmlAttr: \"style\",\n        sort: base_sort++,\n\t\tsection: style_section,\n        col:6,\n\t\tinline:false,\n        inputtype: CssUnitInput\n    },{\n        name: \"Left\",\n        key: \"padding-left\",\n\t\thtmlAttr: \"style\",\n        sort: base_sort++,\n\t\tsection: style_section,\n        col:6,\n\t\tinline:false,\n        inputtype: CssUnitInput\n    }]\n}\n\nVvveb.Components.extend(\"_base\", \"_base\", ComponentBasePadding);\n\n\n//Border\nVvveb.Components.extend(\"_base\", \"_base\", {\n\t properties: [{\n\t\tkey: \"border_header\",\n\t\tinputtype: SectionInput,\n\t\tname:false,\n\t\tsort: base_sort++,\n\t\tsection: style_section,\n\t\tdata: {header:\"Border\", expanded:false},\n\t },{        \n        name: \"Style\",\n        key: \"border-style\",\n\t\thtmlAttr: \"style\",\n        sort: base_sort++,\n\t\tsection: style_section,\n        col:12,\n\t\tinline:false,\n        inputtype: SelectInput,\n        data: {\n\t\t\toptions: [{\n\t\t\t\tvalue: \"\",\n\t\t\t\ttext: \"Default\"\n\t\t\t},{\t\n\t\t\t\tvalue: \"solid\",\n\t\t\t\ttext: \"Solid\"\n\t\t\t},{\n\t\t\t\tvalue: \"dotted\",\n\t\t\t\ttext: \"Dotted\"\n\t\t\t},{\n\t\t\t\tvalue: \"dashed\",\n\t\t\t\ttext: \"Dashed\"\n\t\t\t}],\n\t\t}\n\t},{\n        name: \"Width\",\n        key: \"border-width\",\n\t\thtmlAttr: \"style\",\n        sort: base_sort++,\n\t\tsection: style_section,\n        col:6,\n\t\tinline:false,\n        inputtype: CssUnitInput\n   \t},{\n        name: \"Color\",\n        key: \"border-color\",\n        sort: base_sort++,\n\t\tsection: style_section,\n        col:6,\n\t\tinline:false,\n\t\thtmlAttr: \"style\",\n        inputtype: ColorInput,\n\t}]\n});    \n\n\n\n//Border radius\nVvveb.Components.extend(\"_base\", \"_base\", {\n\t properties: [{\n\t\tkey: \"border_radius_header\",\n\t\tinputtype: SectionInput,\n\t\tname:false,\n\t\tsort: base_sort++,\n\t\tsection: style_section,\n\t\tdata: {header:\"Border radius\", expanded:false},\n\t},{\n        name: \"Top Left\",\n        key: \"border-top-left-radius\",\n\t\thtmlAttr: \"style\",\n        sort: base_sort++,\n\t\tsection: style_section,\n        col:6,\n\t\tinline:false,\n        inputtype: CssUnitInput\n\t},{\n        name: \"Top Right\",\n        key: \"border-top-right-radius\",\n\t\thtmlAttr: \"style\",\n        sort: base_sort++,\n\t\tsection: style_section,\n        col:6,\n\t\tinline:false,\n        inputtype: CssUnitInput\n    },{\n        name: \"Bottom Left\",\n        key: \"border-bottom-left-radius\",\n\t\thtmlAttr: \"style\",\n        sort: base_sort++,\n\t\tsection: style_section,\n        col:6,\n\t\tinline:false,\n        inputtype: CssUnitInput\n    },{\n        name: \"Bottom Right\",\n        key: \"border-bottom-right-radius\",\n\t\thtmlAttr: \"style\",\n        sort: base_sort++,\n\t\tsection: style_section,\n        col:6,\n\t\tinline:false,\n        inputtype: CssUnitInput\n    }]\n});    \n\n//Background image\nVvveb.Components.extend(\"_base\", \"_base\", {\n\t properties: [{\n\t\tkey: \"background_image_header\",\n\t\tinputtype: SectionInput,\n\t\tname:false,\n\t\tsort: base_sort++,\n\t\tsection: style_section,\n\t\tdata: {header:\"Background Image\", expanded:false},\n\t },{\n        name: \"Image\",\n        key: \"Image\",\n        sort: base_sort++,\n\t\tsection: style_section,\n\t\t//htmlAttr: \"style\",\n        inputtype: ImageInput,\n        \n        init: function(node) {\n\t\t\tlet image = node.style.backgroundImage.replace(/url\\(['\"]?([^\"\\)$]+?)['\"]?\\).*/, '$1');\n\t\t\treturn image;\n        },\n\n\t\tonChange: function(node, value) {\n\t\t\t\n\t\t\tVvveb.StyleManager.setStyle(node, \"background-image\", 'url(' + value + ')');\n\t\t\t\n\t\t\treturn node;\n\t\t}        \n\n   \t},{\n        name: \"Repeat\",\n        key: \"background-repeat\",\n        sort: base_sort++,\n\t\tsection: style_section,\n\t\thtmlAttr: \"style\",\n        inputtype: SelectInput,\n        data: {\n\t\t\toptions: [{\n\t\t\t\tvalue: \"\",\n\t\t\t\ttext: \"Default\"\n\t\t\t},{\t\n\t\t\t\tvalue: \"repeat-x\",\n\t\t\t\ttext: \"repeat-x\"\n\t\t\t},{\n\t\t\t\tvalue: \"repeat-y\",\n\t\t\t\ttext: \"repeat-y\"\n\t\t\t},{\n\t\t\t\tvalue: \"no-repeat\",\n\t\t\t\ttext: \"no-repeat\"\n\t\t\t}],\n\t\t}\n   \t},{\n        name: \"Size\",\n        key: \"background-size\",\n        sort: base_sort++,\n\t\tsection: style_section,\n\t\thtmlAttr: \"style\",\n        inputtype: SelectInput,\n        data: {\n\t\t\toptions: [{\n\t\t\t\tvalue: \"\",\n\t\t\t\ttext: \"Default\"\n\t\t\t},{\t\n\t\t\t\tvalue: \"contain\",\n\t\t\t\ttext: \"contain\"\n\t\t\t},{\n\t\t\t\tvalue: \"cover\",\n\t\t\t\ttext: \"cover\"\n\t\t\t}],\n\t\t}\n   \t},{\n        name: \"Position x\",\n        key: \"background-position-x\",\n        sort: base_sort++,\n\t\tsection: style_section,\n\t\thtmlAttr: \"style\",\n        col:6,\n\t\tinline:false,\n\t\tinputtype: SelectInput,\n        data: {\n\t\t\toptions: [{\n\t\t\t\tvalue: \"\",\n\t\t\t\ttext: \"Default\"\n\t\t\t},{\t\n\t\t\t\tvalue: \"center\",\n\t\t\t\ttext: \"center\"\n\t\t\t},{\t\n\t\t\t\tvalue: \"right\",\n\t\t\t\ttext: \"right\"\n\t\t\t},{\n\t\t\t\tvalue: \"left\",\n\t\t\t\ttext: \"left\"\n\t\t\t}],\n\t\t}\n   \t},{\n        name: \"Position y\",\n        key: \"background-position-y\",\n        sort: base_sort++,\n\t\tsection: style_section,\n\t\thtmlAttr: \"style\",\n        col:6,\n\t\tinline:false,\n\t\tinputtype: SelectInput,\n        data: {\n\t\t\toptions: [{\n\t\t\t\tvalue: \"\",\n\t\t\t\ttext: \"Default\"\n\t\t\t},{\t\n\t\t\t\tvalue: \"center\",\n\t\t\t\ttext: \"center\"\n\t\t\t},{\t\n\t\t\t\tvalue: \"top\",\n\t\t\t\ttext: \"top\"\n\t\t\t},{\n\t\t\t\tvalue: \"bottom\",\n\t\t\t\ttext: \"bottom\"\n\t\t\t}],\n\t\t}\n    }]\n});    \n\n\n//Device visibility\nlet ComponentDeviceVisibility = {\n\t properties: [{\n\t\tkey: \"visibility_header\",\n\t\tinputtype: SectionInput,\n\t\tname:false,\n\t\tsort: base_sort++,\n\t\tsection: advanced_section,\n\t\tdata: {header:\"Hide based on device screen width\"},\n\t},{\n        name: \"Extra small devices\",\n        key: \"hidexs\",\n        col:6,\n\t\tinline:true,\n\t\tsort: base_sort++,\n\t\tsection: advanced_section,\n        htmlAttr: \"class\",\n        validValues: [\"d-xs-none\"],\n        inputtype: ToggleInput,\n        data: {\n            on: \"d-xs-none\",\n            off: \"\"\n        }\n\t},{\n        name: \"Small devices\",\n        key: \"hidesm\",\n        col:6,\n\t\tinline:true,\n\t\tsort: base_sort++,\n\t\tsection: advanced_section,\n        htmlAttr: \"class\",\n        validValues: [\"d-sm-none\"],\n        inputtype: ToggleInput,\n        data: {\n            on: \"d-sm-none\",\n            off: \"\"\n        }\n\t},{\n        name: \"Medium devices\",\n        key: \"hidemd\",\n        col:6,\n\t\tinline:true,\n\t\tsort: base_sort++,\n\t\tsection: advanced_section,\n        htmlAttr: \"class\",\n        validValues: [\"d-md-none\"],\n        inputtype: ToggleInput,\n        data: {\n            on: \"d-md-none\",\n            off: \"\"\n        }\n\t},{\n        name: \"Large devices\",\n        key: \"hidelg\",\n        col:6,\n\t\tinline:true,\n\t\tsort: base_sort++,\n\t\tsection: advanced_section,\n        htmlAttr: \"class\",\n        validValues: [\"d-lg-none\"],\n        inputtype: ToggleInput,\n        data: {\n            on: \"d-lg-none\",\n            off: \"\"\n        }\n\t},{\n        name: \"Xl devices\",\n        key: \"hidexl\",\n        col:6,\n\t\tinline:true,\n\t\tsort: base_sort++,\n\t\tsection: advanced_section,\n        htmlAttr: \"class\",\n        validValues: [\"d-xl-none\"],\n        inputtype: ToggleInput,\n        data: {\n            on: \"d-xl-none\",\n            off: \"\"\n        }\n\t},{\n        name: \"Xxl devices\",\n        key: \"hidexxl\",\n        col:6,\n\t\tinline:true,\n\t\tsort: base_sort++,\n\t\tsection: advanced_section,\n        htmlAttr: \"class\",\n        validValues: [\"d-xxl-none\"],\n        inputtype: ToggleInput,\n        data: {\n            on: \"d-xxl-none\",\n            off: \"\"\n        }\n    }]\n};\n\nVvveb.Components.extend(\"_base\", \"_base\", ComponentDeviceVisibility);\n\n\nVvveb.Components.add(\"config/bootstrap\", {\n    name: \"Bootstrap Variables\",\n\tbeforeInit: function (node) {\n\t\tproperties = [];\n\t\tlet i = 0;\n\t\tlet j = 0;\n\n\t\tlet cssVars = Vvveb.ColorPaletteManager.getAllCSSVariableNames(window.FrameDocument.styleSheets/*, \":root\"*/);\n\t\t\n\t\tfor (type in cssVars) {\n\t\t\tproperties.push({\n\t\t\t\tkey: \"cssVars\" + type,\n\t\t\t\tinputtype: SectionInput,\n\t\t\t\tname:type,\n\t\t\t\tsort: base_sort++,\n\t\t\t\tdata: {header:type[0].toUpperCase() + type.slice(1)},\n\t\t\t});\n\t\t\t\n\t\t\tfor (selector in cssVars[type]) {\n\t\t\t\t\n\t\t\t\tlet friendlyName = selector.replaceAll(/--bs-/g,\"\").replaceAll(\"-\", \" \").trim();  \n\t\t\t\tfriendlyName = friendlyName[0].toUpperCase() + friendlyName.slice(1);\n\n\t\t\t\tlet value = cssVars[type][selector];\n\t\t\t\tlet input;\n\t\t\t\t\n\t\t\t\tdata = {selector, type:value.type, step:\"any\"};\n\t\t\t\t\n\t\t\t\tif (value.type == \"color\") {\n\t\t\t\t\tinput = ColorInput;\n\t\t\t\t} else if (value.type == \"font\") {\n\t\t\t\t\tinput = SelectInput;\n\t\t\t\t\tdata.options = fontList;\n\t\t\t\t} else if (value.type == \"dimensions\") {\n\t\t\t\t\tinput = CssUnitInput;\n\t\t\t\t}\n\n\t\t\t\ti++;\n\t\t\t\tproperties.push({\n\t\t\t\t\tname: friendlyName,\n\t\t\t\t\tkey: \"cssvar\" + i,\n\t\t\t\t\tdefaultValue: value.value,\n\t\t\t\t\t//index: i - 1,\n\t\t\t\t\tcolumnNode: this,\n\t\t\t\t\tcol:(value.type == \"font\" || value.type == \"dimensions\") ? 12 : 6,\n\t\t\t\t\tinline:(value.type == \"font\" || value.type == \"dimensions\") ? false : false,\n\t\t\t\t\tsection: advanced_section,\n\t\t\t\t\tinputtype: input,\n\t\t\t\t\tdata: data,\n\t\t\t\t\tonChange: function(node, value, input) {\n\t\t\t\t\t\t\n\t\t\t\t\t\tif (this.data.type == \"font\") {\n\t\t\t\t\t\t\tlet option = input.options[input.selectedIndex];\n\t\t\t\t\t\t\tVvveb.FontsManager.addFont(option.dataset.provider, value, node[0]);\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tVvveb.StyleManager.setStyle(\":root\", this.data.selector, value);\n\t\t\t\t\t\t\n\t\t\t\t\t\treturn node;\n\t\t\t\t\t},\t\n\t\t\t\t});\n\t\t\t}\n\t\t}\n\t\t\n\t\tthis.properties = properties;\n\t\treturn node;\n\t},\n\tproperties: [],\n});\n"
  },
  {
    "path": "libs/builder/components-elements.js",
    "content": "/*\nCopyright 2017 Ziadin Givan\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n   http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\nhttps://github.com/givanz/Vvvebjs\n*/\n\nVvveb.ComponentsGroup['Elements'] = [\n/*sections */\n\"elements/font-icon\",\n\"elements/carousel\", \n\"elements/gallery\",\n\"elements/slider\",\n\"elements/tabs\",\n\"elements/accordion\",\n\"elements/flip-box\",\n//\"elements/counter\",\n\"elements/svg-image\",\n\"elements/figure\",\n//\"elements/testimonial\",\n\"elements/social-icons\",\n//\"elements/icon-list\",\n//\"elements/divider\",\n//\"elements/separator\",\n//\"elements/image-box\",\n//\"elements/icon-box\",\n//\"elements/animated-headline\",\n//\"elements/price-table\",\n//\"elements/price-list\",\n//\"elements/reviews\",\n\"elements/code\",\n\"elements/image-compare\",\n//\"elements/back-to-top\",\n//\"elements/blob\",\n//\"elements/image-shape\",\n//\"elements/image-shape\",\n//\"elements/rating\",\n];\n\nVvveb.Components.extend(\"_base\",\"elements/figure\", {\n    nodes: [\"figure\"],\n\tname: \"Figure\",\n    image: \"icons/image.svg\",\n    resizable:true,\n    html: `<figure>\n\t\t  <img src=\"${Vvveb.baseUrl}icons/image.svg\" alt=\"Trulli\">\n\t\t  <figcaption>Fig.1 - Trulli, Puglia, Italy.</figcaption>\n\t\t  <div class=\"border\"></div>\n\t\t</figure>`,\n\t\t\n\tstylesheets:[{\n\t\t\t//the css is added in head when the element is added to page\n\t\t\t'src': Vvveb.baseUrl + 'css/figure.css',\n\t\t\t//the css is removed on save if none of the figure elements are present in the page\n\t\t\t'mustHaveElement':\"figure\",\n\t\t},\n\t],\n\t/*\n\tjavascripts:[\n\t\t{\n\t\t\t'src': Vvveb.baseUrl + 'css/figure.js',\n\t\t\t//the js is removed on save if none of the figure elements are present in the page\n\t\t\t'mustHaveElement':\"figure\",\n\t\t}\n\t],*/\t\n    resizable:true,//show select box resize handlers\n    \n    properties: [{\n        name: \"Image\",\n        key: \"src\",\n        child:\"img\",\n        htmlAttr: \"src\",\n        inputtype: ImageInput\n    },{\n        name: \"Width\",\n        key: \"width\",\n        child:\"img\",\n        htmlAttr: \"width\",\n        inputtype: CssUnitInput\n    },{\n        name: \"Height\",\n        key: \"height\",\n        child:\"img\",\n        htmlAttr: \"height\",\n        inputtype: CssUnitInput\n    },{\n        name: \"Alt\",\n        key: \"alt\",\n        child:\"img\",\n        htmlAttr: \"alt\",\n        inputtype: TextInput\n    },{\n        name: \"Caption\",\n        key: \"caption\",\n        child:\"figcaption\",\n        htmlAttr: \"innerHTML\",\n        inputtype: TextareaInput\n    }]    \n});\n\n\n\n//Icon\nVvveb.Components.extend(\"_base\",\"elements/font-icon\", {\n    classes: [\"la\", \"lab\"],\n    name: \"Font Icon\",\n    image: \"icons/star.svg\",\n    html: `<i class=\"la la-star la-2x\"></i>`,\n    properties: [\n{\n\t\tname: \"Icon\",\n\t\tkey: \"icon\",\n\t\tinline:true,\n\t\tinputtype: HtmlListSelectInput,\n\t\tonChange:function(element, value, input, component) {\n\t\t\telement.classList.remove(\"la\", \"lab\", \"lar\");\n\t\t\tlet className = element.getAttribute('class');\n\t\t\telement.classList.forEach((value, key, listObj) => {\n\t\t\t\tif (value.startsWith(\"la-\") && value != \"la-lg\") {\n\t\t\t\t\telement.classList.remove(value);\n\t\t\t\t}\n\t\t\t});\n\n\t\t\telement.classList.add(...input.className.split(\" \"));\n\t\t\treturn element;\n\t\t},\n\t\tdata: {\n\t\t\turl: Vvveb.baseUrl + \"../../resources/{value}.html\",\n\t\t\tclickElement:\"li\",\n\t\t\tinsertElement:\"i\",\n\t\t\telements: 'Loading ...',\n\t\t\toptions: [{\n                value: \"line-awesome\",\n                text: \"Line-awesome\"\n            }]\n\t\t},\n\t},{\n        name: \"Size\",\n        key: \"type\",\n        htmlAttr: \"class\",\n        inputtype: SelectInput,\n        validValues: [\"\",\"la-lg\", \"la-2x\"],\n        data: {\n            options: [{\n                value: \"\",\n                text: \"Normal\"\n            },{\n                value: \"la-lg\",\n                text: \"Large\"\n            },{\n                value: \"la-2x\",\n                text: \"2x\"\n            }]\n        }\n    }]\n});   \n/*\nV.Resources.Icons =\n[{\n\tvalue: `stopwatch.svg`,\n\ttext: \"Star\"\n}, \n{\n\tvalue: `envelope.svg`,\n\ttext: \"Sections\"\n},{\n\tvalue: `star.svg`,\n\ttext: \"Flipbox\"\n}];*/\n\nVvveb.Components.extend(\"_base\",\"elements/svg-image\", {\n    nodes: [\"svg\"],\n    name: \"Svg Image\",\n    image: \"icons/star.svg\",\n    html: `<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\" width=\"64\" height=\"64\">\n\t\t<path d=\"M 30.335938 12.546875 L 20.164063 11.472656 L 16 2.132813 L 11.835938 11.472656 L 1.664063 12.546875 L 9.261719 19.394531 L 7.140625 29.398438 L 16 24.289063 L 24.859375 29.398438 L 22.738281 19.394531 Z\"/>\n    </svg>`,\n    properties: [{\n        name: \"Svg\",\n        key: \"svg\",\n        htmlAttr: \"innerHTML\",\n        inputtype: SvgInput\n    }, {\n\tname: \"Icon\",\n\tkey: \"icon\",\n\tinline:true,\n\tinputtype: HtmlListSelectInput,\n\tonChange:function(element, value, input, component) {\n\t\tlet newElement = generateElements(value)[0];\n\t\tlet attributes = element.attributes;\n\t\t\n\t\t//keep old svg size and colors\n\t\tfor (let i = 0; i < attributes.length; i++) {\n\t\t\tlet attr = attributes[i];\n\t\t\tif (attr.name && attr.name != \"viewBox\") {\n\t\t\t\tnewElement.setAttribute(attr.name, attr.value);\n\t\t\t}\n\t\t}\n\t\t\n\t\telement.replaceWith(newElement);\n\t\treturn newElement;\n\t},\n\tdata: {\n\t\turl: Vvveb.baseUrl + \"../../resources/svg/icons/{value}/index.html\",\n\t\tclickElement:\"li\",\n\t\tinsertElement:\"svg\",\n\t\telements: 'Loading ...',\n\t\toptions: [{\n\t\t\tvalue: \"eva-icons\",\n\t\t\ttext: \"Eva icons\"\n\t\t},{\n\t\t\tvalue: \"ionicons\",\n\t\t\ttext: \"IonIcons\"\n\t\t},{\n\t\t\tvalue: \"linea\",\n\t\t\ttext: \"Linea\"\n\t\t},{\n\t\t\tvalue: \"remix-icon\",\n\t\t\ttext: \"RemixIcon\"\n\t\t},{\n\t\t\tvalue: \"unicons\",\n\t\t\ttext: \"Unicons\"\n\t\t},{\n\t\t\tvalue: \"clarity-icons\",\n\t\t\ttext: \"Clarity icons\"\n\t\t},{\n\t\t\tvalue: \"jam-icons\",\n\t\t\ttext: \"Jam icons\"\n\t\t},{\n\t\t\tvalue: \"ant-design-icons\",\n\t\t\ttext: \"Ant design icons\"\n\t\t},{\n\t\t\tvalue: \"themify\",\n\t\t\ttext: \"Themify\"\n\t\t},{\n\t\t\tvalue: \"css.gg\",\n\t\t\ttext: \"Css.gg\"\n\t\t},{\n\t\t\tvalue: \"olicons\",\n\t\t\ttext: \"Olicons\"\n\t\t},{\n\t\t\tvalue: \"open-iconic\",\n\t\t\ttext: \"Open iconic\"\n\t\t},{\n\t\t\tvalue: \"boxicons\",\n\t\t\ttext: \"Box icons\"\n\t\t},{\n\t\t\tvalue: \"elegant-font\",\n\t\t\ttext: \"Elegant font\"\n\t\t},{\n\t\t\tvalue: \"dripicons\",\n\t\t\ttext: \"Dripicons\"\n\t\t},{\n\t\t\tvalue: \"feather\",\n\t\t\ttext: \"Feather\"\n\t\t},{\n\t\t\tvalue: \"coreui-icons\",\n\t\t\ttext: \"Coreui icons\"\n\t\t},{\n\t\t\tvalue: \"heroicons\",\n\t\t\ttext: \"Heroicons\"\n\t\t},{\n\t\t\tvalue: \"iconoir\",\n\t\t\ttext: \"Iconoir\"\n\t\t},{\n\t\t\tvalue: \"iconsax\",\n\t\t\ttext: \"Iconsax\"\n\t\t},{\n\t\t\tvalue: \"ikonate\",\n\t\t\ttext: \"Ikonate\"\n\t\t},{\n\t\t\tvalue: \"tabler-icons\",\n\t\t\ttext: \"Tabler icons\"\n\t\t},{\n\t\t\tvalue: \"octicons\",\n\t\t\ttext: \"Octicons\"\n\t\t},{\n\t\t\tvalue: \"system-uicons\",\n\t\t\ttext: \"System-uicons\"\n\t\t},{\n\t\t\tvalue: \"font-awesome\",\n\t\t\ttext: \"FontAwesome\"\n\t\t},{\n\t\t\tvalue: \"pe-icon-7-stroke\",\n\t\t\ttext: \"Pixeden icon 7 stroke\"\n\t\t},{\n\t\t\tvalue: \"77_essential_icons\",\n\t\t\ttext: \"77 essential icons\"\n\t\t},{\n\t\t\tvalue: \"150-outlined-icons\",\n\t\t\ttext: \"150 outlined icons\"\n\t\t},{\n\t\t\tvalue: \"material-design\",\n\t\t\ttext: \"Material Design\"\n\t\t}]\n       },\n   },{\n        name: \"Width\",\n        key: \"width\",\n        htmlAttr: \"width\",\n        inputtype: RangeInput,\n        data:{\n\t\tmax: 640,\n\t\tmin:6,\n\t\tstep:1\n        }\n   },{\n        name: \"Height\",\n        key: \"height\",\n        htmlAttr: \"height\",\n        inputtype: RangeInput,\n        data:{\n\t\tmax: 640,\n\t\tmin:6,\n\t\tstep:1\n        }\t\t\t\n   },{\n        name: \"Stroke width\",\n        key: \"stroke-width\",\n        htmlAttr: \"stroke-width\",\n        inputtype: RangeInput,\n        data:{\n\t\t\tmax: 512,\n\t\t\tmin:1,\n\t\t\tstep:1\n        }\t\t\t\n   }, {\n        name: \"Code\",\n        key: \"code\",\n\t\tinline:true,\n        htmlAttr: \"outerHTML\",\n        inputtype: TextareaInput\n   }, {\n        key: \"svg_style_header\",\n        inputtype: SectionInput,\n        name:false,\n        //sort: base_sort++,\n        section: style_section,\n        data: {header:\"Svg colors\"},\n   },{\n        name: \"Fill\",\n        key: \"fill\",\n        //sort: base_sort++,\n        col:4,\n        inline:true,\n        section: style_section,\n        htmlAttr: \"fill\",\n        inputtype: ColorInput,\n   },{\n        name: \"Color\",\n        key: \"color\",\n        //sort: base_sort++,\n        col:4,\n        inline:true,\n        section: style_section,\n        htmlAttr: \"color\",\n        inputtype: ColorInput,\n   },{\n        name: \"Stroke\",\n        key: \"Stroke\",\n        //sort: base_sort++,\n        col:4,\n        inline:true,\n        section: style_section,\n        htmlAttr: \"stroke\",\n        inputtype: ColorInput,\n   }]\n});   \n\n\nVvveb.Components.add(\"elements/svg-element\", {\n    nodes: [\"path\", \"line\", \"polyline\", \"polygon\", \"rect\", \"circle\", \"ellipse\", \"g\"],\n    name: \"Svg element\",\n    image: \"icons/star.svg\",\n    html: ``,\n    properties: [{\n        name: \"Fill Color\",\n        key: \"fill\",\n        //sort: base_sort++,\n        col:4,\n        inline:true,\n\t\tsection: style_section,\n\t\thtmlAttr: \"fill\",\n        inputtype: ColorInput,\n   },{\n        name: \"Color\",\n        key: \"color\",\n        //sort: base_sort++,\n        col:4,\n        inline:true,\n\t\tsection: style_section,\n\t\thtmlAttr: \"color\",\n        inputtype: ColorInput,\n   },{\n        name: \"Stroke\",\n        key: \"Stroke\",\n        //sort: base_sort++,\n        col:4,\n        inline:true,\n\t\tsection: style_section,\n\t\thtmlAttr: \"color\",\n        inputtype: ColorInput,\n  \t},{\n  \t\tname: \"Stroke width\",\n\t\tkey: \"stroke-width\",\n\t\thtmlAttr: \"stroke-width\",\n\t\tinputtype: RangeInput,\n\t\tdata:{\n\t\t\tmax: 512,\n\t\t\tmin:1,\n\t\t\tstep:1\n\t\t}\t\t\t\n\t}]\n});  \n\n//Gallery\nVvveb.Components.add(\"elements/gallery\", {\n    attributes: [\"data-component-gallery\"],\n    name: \"Gallery\",\n    image: \"icons/images.svg\",\n    html: `<div class=\"gallery masonry has-shadow\" data-component-gallery  id=\"gallery-RANDOM_ID\">\n\t\t\t\t<div class=\"item\">\n\t\t\t\t\t<figure>\n\t\t\t\t\t  <img class=\"img-fluid\" src=\"../../media/posts/1.jpg\" data-aos=\"fade-up\">\n\t\t\t\t\t  <figcaption></figcaption>\n\t\t\t\t\t\t<h3 class=\"title d-none\"></h3>\n\t\t\t\t\t\t<div class=\"description d-none\"></div>\n\t\t\t\t\t</figure>\n\t\t\t\t</div>\n\t\t\t\t<div class=\"item\">\n\t\t\t\t\t<figure>\n\t\t\t\t\t  <img class=\"img-fluid\" src=\"../../media/posts/2.jpg\" data-aos=\"fade-up\" data-aos-delay=\"100\">\n\t\t\t\t\t  <figcaption></figcaption>\n\t\t\t\t\t\t<h3 class=\"title d-none\"></h3>\n\t\t\t\t\t\t<div class=\"description d-none\"></div>\n\t\t\t\t\t</figure>\n\t\t\t\t</div>\n\t\t\t\t<div class=\"item\">\n\t\t\t\t\t<figure>\n\t\t\t\t\t  <img class=\"img-fluid\" src=\"../../media/posts/3.jpg\" data-aos=\"fade-up\" data-aos-delay=\"200\">\n\t\t\t\t\t  <figcaption></figcaption>\n\t\t\t\t\t\t<h3 class=\"title d-none\"></h3>\n\t\t\t\t\t\t<div class=\"description d-none\"></div>\n\t\t\t\t\t</figure>\n\t\t\t\t</div>\n\t\t\t\t<div class=\"item\">\n\t\t\t\t\t<figure>\n\t\t\t\t\t  <img class=\"img-fluid\" src=\"../../media/posts/4.jpg\" data-aos=\"fade-up\" data-aos-delay=\"300\">\n\t\t\t\t\t  <figcaption></figcaption>\n\t\t\t\t\t\t<h3 class=\"title d-none\"></h3>\n\t\t\t\t\t\t<div class=\"description d-none\"></div>\n\t\t\t\t\t</figure>\n\t\t\t\t</div>\n\t\t\t\t<div class=\"item\">\n\t\t\t\t\t<figure>\n\t\t\t\t\t  <img class=\"img-fluid\" src=\"../../media/posts/5.jpg\" data-aos=\"fade-up\" data-aos-delay=\"400\">\n\t\t\t\t\t  <figcaption></figcaption>\n\t\t\t\t\t\t<h3 class=\"title d-none\"></h3>\n\t\t\t\t\t\t<div class=\"description d-none\"></div>\n\t\t\t\t\t</figure>\n\t\t\t\t</div>\n\t\t\t\t<div class=\"item\">\n\t\t\t\t\t<figure>\n\t\t\t\t\t  <img class=\"img-fluid\" src=\"../../media/posts/6.jpg\" data-aos=\"fade-up\" data-aos-delay=\"500\">\n\t\t\t\t\t  <figcaption></figcaption>\n\t\t\t\t\t\t<h3 class=\"title d-none\"></h3>\n\t\t\t\t\t\t<div class=\"description d-none\"></div>\n\t\t\t\t\t</figure>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t\t`,\n\t\tproperties: [{\t\t\n\t\t\tname: \"Masonry layout\",\n\t\t\tkey: \"masonry\",\n\t\t\thtmlAttr: \"class\",\n\t\t\tvalidValues: [\"masonry\", \"flex\"],\n\t\t\tinputtype: ToggleInput,\n\t\t\tdata: {\n\t\t\t\ton: \"masonry\",\n\t\t\t\toff: \"flex\"\n\t\t\t},\n\n\t\t\tname: false,\n\t\t\tkey: \"masonry\",\n\t\t\tinputtype: RadioButtonInput,\n\t\t\tinline:false,\n\t\t\tcol:12,\n\t\t\thtmlAttr:\"class\",\n\t\t\tvalidValues: [\"masonry\", \"flex\", \"grid\"],\n\t\t\tdata: {\n\t\t\t\tinline: true,\n\t\t\t\textraclass:\"btn-group-fullwidth btn-group-sm\",\n\t\t\t\toptions: [{\n\t\t\t\t\tvalue: \"masonry\",\n\t\t\t\t\t//icon:\"la la-cog\",\n\t\t\t\t\ttext: \"Masonry\",\n\t\t\t\t\ttitle: \"Masonry\",\n\t\t\t\t\tchecked:true,\n\t\t\t\t},{\n\t\t\t\t\tvalue: \"flex\",\n\t\t\t\t\ttext: \"Flex\",\n\t\t\t\t\ttitle: \"Flex\",\n\t\t\t\t\t//icon:\"la la-search\",\n\t\t\t\t},{\n\t\t\t\t\tvalue: \"grid\",\n\t\t\t\t\ttext: \"Grid\",\n\t\t\t\t\ttitle: \"Grid\",\n\t\t\t\t\t//icon:\"la la-search\",\n\t\t\t\t}],\n\t\t\t},\n\t\t\t\n\t\t\tsetGroup: group => {\n\t\t\t\tdocument.querySelectorAll(\".mb-2[data-group]\").forEach(el => el.style.display = \"none\");\n\t\t\t\tdocument.querySelectorAll('.mb-2[data-group=\"'+ group + '\"]').forEach(el => el.style.display = \"\");\n\t\t\t}, \t\t\n\t\t\tonChange : function(node, value, input)  {\n\t\t\t\tthis.setGroup(value);\n\t\t\t\treturn node;\n\t\t\t}, \n\t\t\tinit: function (node) {\n\t\t\t\tif (node.classList.contains(\"masonry\")) {\n\t\t\t\t\treturn \"masonry\";\n\t\t\t\t} else {\n\t\t\t\t\treturn \"flex\";\n\t\t\t\t}\n\t\t\t},   \t\t\t\n\t\t},{\n\t\t\tname: \"Fit images\",\n\t\t\tkey: \"cover\",\n\t\t\thtmlAttr: \"class\",\n\t\t\tvalidValues: [ \"\", \"cover\"],\n\t\t\tinputtype: ToggleInput,\n\t\t\tdata: {\n\t\t\t\ton: \"cover\",\n\t\t\t\toff: \"\"\n\t\t\t},\n\t\t},{\n\t\t\tname: \"Image shadow\",\n\t\t\tkey: \"shadow\",\n\t\t\thtmlAttr: \"class\",\n\t\t\tvalidValues: [ \"\", \"has-shadow\"],\n\t\t\tinputtype: ToggleInput,\n\t\t\tdata: {\n\t\t\t\ton: \"has-shadow\",\n\t\t\t\toff: \"\"\n\t\t\t},\n\t\t},{\n\t\t\tname: \"Equal rows\",\n\t\t\tkey: \"grid-auto-rows\",\n\t\t\tgroup:\"grid\",\n\t\t\thtmlAttr: \"style\",\n\t\t\tinputtype: ToggleInput,\n\t\t\tdata: {\n\t\t\t\ton: \"1fr\",\n\t\t\t\toff: \"\"\n\t\t\t},\n\t\t},{\n\t\t\tname: \"Hover effect\",\n\t\t\tkey: \"hover-effect\",\n\t\t\thtmlAttr: \"class\",\n\t\t\tvalidValues: [ \"\", \"hover-effect\"],\n\t\t\tinputtype: ToggleInput,\n\t\t\tdata: {\n\t\t\t\ton: \"hover-effect\",\n\t\t\t\toff: \"\"\n\t\t\t},\n\t\t},{\n\t\t\tname: \"Horizontal gap\",\n\t\t\tkey: \"column-gap\",\n\t\t\thtmlAttr: \"style\",\n\t\t\tinputtype: CssUnitInput,\n\t\t\tdata:{\n\t\t\t\tmax: 100,\n\t\t\t\tmin:0,\n\t\t\t\tstep:1\n\t\t\t}\n\t   },{\n\t\t\tname: \"Vertical gap\",\n\t\t\tkey: \"margin-bottom\",\n\t\t\thtmlAttr: \"style\",\n\t\t\tchild: \".item\",\n\t\t\tinputtype: CssUnitInput,\n\t\t\tdata:{\n\t\t\t\tmax: 100,\n\t\t\t\tmin:0,\n\t\t\t\tstep:1\n\t\t\t}\n\t   },{\n\t\t\tname: \"Images per row masonry\",\n\t\t\tkey: \"column-count\",\n\t\t\tgroup:\"masonry\",\n\t\t\thtmlAttr: \"style\",\n\t\t\tinputtype: RangeInput,\n\t\t\tdata:{\n\t\t\t\tmax: 12,\n\t\t\t\tmin:1,\n\t\t\t\tstep:1\n\t\t\t}\n\t\t},{\n\t\t\tname: \"Images per row flex\",\n\t\t\tgroup:\"flex\",\n\t\t\tkey: \"flex-basis\",\n\t\t\tchild: \".item\",\n\t\t\thtmlAttr: \"style\",\n\t\t\tinputtype: RangeInput,\n\t\t\tdata:{\n\t\t\t\tmax: 12,\n\t\t\t\tmin:1,\n\t\t\t\tstep:1\n\t\t\t},\n\t\t\tonChange: function(node, value, input, component, inputElement) {\n\t\t\t\tif (value) {\n\t\t\t\t\tvalue = 100 / value;\n\t\t\t\t\tvalue += \"%\";\n\t\t\t\t} \n\t\t\t\t\n\t\t\t\treturn value;\n\t\t\t}  \t\t\t\n\t   },{\t\t\n\t\t\tname: \"Images per row grid\",\n\t\t\tgroup:\"grid\",\n\t\t\tkey: \"grid-template-columns\",\n\t\t\t//child: \".item\",\n\t\t\thtmlAttr: \"style\",\n\t\t\tinputtype: RangeInput,\n\t\t\tdata:{\n\t\t\t\tmax: 12,\n\t\t\t\tmin:1,\n\t\t\t\tstep:1\n\t\t\t},\n\t\t\tonChange: function(node, value, input, component, inputElement) {\n\t\t\t\treturn 'repeat(' + value + ', minmax(0, 1fr))';\n\t\t\t}  \t\t\t\n\t\t},{\t\t\n\t\t\tname: \"Images\",\n\t\t\tkey: \"images\",\n\t\t\tinputtype: ListInput,\n\t\t\thtmlAttr:\"data-images\",\n\t\t\tinline:true,\n\t\t\tdata: {\n\t\t\t\tselector:\".item\",\n\t\t\t\tcontainer:\".gallery\",\n\t\t\t\tprefix:\"Image \",\n\t\t\t\tremoveElement: true,//handle manually with removeSlide\n\t\t\t\tnewElement: `<div class=\"item\">\n\t\t\t\t\t<figure>\n\t\t\t\t\t  <img class=\"img-fluid\" src=\"../../media/posts/1.jpg\" data-aos=\"fade-up\">\n\t\t\t\t\t  <figcaption></figcaption>\n\t\t\t\t\t\t<h3 class=\"title d-none\"></h3>\n\t\t\t\t\t\t<div class=\"description d-none\"></div>\n\t\t\t\t\t</figure>\n\t\t\t\t</div>`,\n\t\t\t\telementProperties:[{\n\t\t\t\t\tname: \"Caption\",\n\t\t\t\t\tkey: \"caption\",\n\t\t\t\t\tchild:\"figcaption\",\n\t\t\t\t\thtmlAttr: \"innerHTML\",\n\t\t\t\t\tinputtype: TextareaInput\n\t\t\t\t},{\n\t\t\t\t\tname: \"Title\",\n\t\t\t\t\tkey: \"title\",\n\t\t\t\t\tchild:\".title\",\n\t\t\t\t\thtmlAttr: \"innerHTML\",\n\t\t\t\t\tinputtype: TextInput\n\t\t\t\t},{\n\t\t\t\t\tname: \"Description\",\n\t\t\t\t\tkey: \"description\",\n\t\t\t\t\tchild:\".description\",\n\t\t\t\t\thtmlAttr: \"innerHTML\",\n\t\t\t\t\tinputtype: TextareaInput\n\t\t\t\t},{\n\t\t\t\t\tname: \"Description position\",\n\t\t\t\t\tkey: \"position\",\n\t\t\t\t\tchild:\"img\",\n\t\t\t\t\thtmlAttr: \"data-desc-position\",\n\t\t\t\t\tinline:false,\n\t\t\t\t\tinputtype: SelectInput,\n\t\t\t\t\tdata: {\n\t\t\t\t\t\toptions: [{\n\t\t\t\t\t\t\tvalue: \"bottom\",\n\t\t\t\t\t\t\ttext: \"Bottom\"\n\t\t\t\t\t\t},{\n\t\t\t\t\t\t\tvalue: \"top\",\n\t\t\t\t\t\t\ttext: \"Top\"\n\t\t\t\t\t\t},{\n\t\t\t\t\t\t\tvalue: \"left\",\n\t\t\t\t\t\t\ttext: \"Left\"\n\t\t\t\t\t\t},{\n\t\t\t\t\t\t\tvalue: \"right\",\n\t\t\t\t\t\t\ttext: \"Right\"\n\t\t\t\t\t\t}]\n\t\t\t\t\t}\n\t\t\t}]\n\t\t},\n        onChange: function(node, value, input, component, event) {\n\t\t\tif (event.action) {\n\t\t\t\tif (event.action == \"add\") {\n\t\t\t\t\t//temporary solution to better update list\n\t\t\t\t\tVvveb.Components.render(\"elements/gallery\");\n\t\t\t\t}\n\t\t\t\tif (event.action == \"remove\") {\n\t\t\t\t} else if (event.action == \"select\") {\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn node;\n\t\t},\t\t\n\t}],\n    init(node)\t{\n\n\t\tdocument.querySelectorAll(\".mb-2[data-group]\").forEach(el => el.style.display = \"none\");\n\t\t\n\t\tlet source = \"flex\";\n\t\tif (node.classList.contains(\"masonry\")) {\n\t\t\tsource = \"masonry\";\n\t\t} else {\n\t\t\tsource = \"flex\";\n\t\t}\n\t\t\n\t\tdocument.querySelector('.mb-2[data-group=\"'+ source + '\"]').style.display = \"\";\n\t}\t\n});    \n\n//Tabs\nVvveb.Components.add(\"elements/tab\", {\n\t//attributes: [\"data-component-tabs\"],\n\tclasses: [\"tab-pane\"],\n    name: \"Tab\",\n    image: \"icons/tabs.svg\",\n    html: ``,\n    properties: [{\n\t\t\tname: \"Id\",\n\t\t\tkey: \"id\",\n\t\t\thtmlAttr: \"id\",\n\t\t\tinline:false,\n\t\t\tcol:6,\n\t\t\tinputtype: TextInput\n\t\t},{\n\t\t\tname: \"Class\",\n\t\t\tkey: \"class\",\n\t\t\thtmlAttr: \"class\",\n\t\t\tinline:false,\n\t\t\tcol:6,\n\t\t\tinputtype: TextInput\n\t\t\t\n\t\t} , {\n        name: \"Active\",\n        key: \"active\",\n        htmlAttr: \"class\",\n        validValues: [\"\", \"active\"],\n        inputtype: ToggleInput,\n        inline:true,\n        col:6,\n        data: {\n            on: \"active\",\n            off: \"\"\n        }\n    }]\n}); \n\t\nVvveb.Components.add(\"elements/tabs\", {\n    attributes: [\"data-component-tabs\"],\n    name: \"Tabs\",\n    image: \"icons/tabs.svg\",\n    html: `\n\t<div data-component-tabs id=\"tabs-parentId\">\n\t\t\t<nav>\n\t\t\t  <div class=\"nav nav-tabs\" role=\"tablist\">\n\t\t\t\t<button class=\"nav-link active\" id=\"nav-tab-parentId-1\" data-bs-toggle=\"tab\" data-bs-target=\"#nav-parentId-1\" type=\"button\" role=\"tab\" aria-controls=\"nav-1\" aria-selected=\"true\">Home</button>\n\t\t\t\t<button class=\"nav-link\" id=\"nav-tab-parentId-2\" data-bs-toggle=\"tab\" data-bs-target=\"#nav-parentId-2\" type=\"button\" role=\"tab\" aria-controls=\"nav-2\" aria-selected=\"false\">Profile</button>\n\t\t\t\t<button class=\"nav-link\" id=\"nav-tab-parentId-3\" data-bs-toggle=\"tab\" data-bs-target=\"#nav-parentId-3\" type=\"button\" role=\"tab\" aria-controls=\"nav-3\" aria-selected=\"false\">Contact</button>\t  </div>\n\t\t\t</nav>\n\t\t\t<div class=\"tab-content\">\n\t\t\t  <div class=\"tab-pane p-4 show active\" id=\"nav-parentId-1\" role=\"tabpanel\" aria-labelledby=\"nav-tab-1\" tabindex=\"0\">\n\t\t\t\t<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Corporis perferendis rem accusantium ducimus animi nesciunt expedita omnis aut quas molestias!</p>\n\t\t\t  </div>\n\t\t\t  <div class=\"tab-pane p-4\" id=\"nav-parentId-2\" role=\"tabpanel\" aria-labelledby=\"nav-tab-2\" tabindex=\"0\">\n\t\t\t\t<p>Mauris viverra cursus ante laoreet eleifend. Donec vel fringilla ante. Aenean finibus velit id urna vehicula, nec maximus est sollicitudin</p>\n\t\t\t  </div>\n\t\t\t  <div class=\"tab-pane p-4\" id=\"nav-parentId-3\" role=\"tabpanel\" aria-labelledby=\"nav-tab-3\" tabindex=\"0\">\n\t\t\t\t<p>Quisque sagittis non ex eget vestibulum</p>\n\t\t\t  </div>\n\t\t\t</div>\n\t</div>`,\n\tafterDrop: function(node) {\n\t\t//set unique accordion parent id, this is a bootstrap accordion limitation\n\t\tlet parentId = Math.ceil(Math.random() * 1000);\n\t\tnode.id = 'tabs-' + parentId;\n\t\tnode.innerHTML = node.innerHTML.replaceAll('parentId', parentId);\n\n\t\treturn node;\n\t},\t\n    properties: [{\n\t\t\t//name: \"List\",\n\t\t\tkey: \"list\",\n\t\t\tcomponent: \"elements/tab\",\n\t\t\tchildren :[{\n\t\t\t\tcomponent: \"elements/tab\",\n\t\t\t\tname: \"html/gridcolumn\",\n\t\t\t\tclassesRegex: [\"col-\"],\n\t\t\t}],\t\t\t\n\t\t\tinline:false,\n\t\t\tinputtype: ListInput,\n\t\t\tdata: {\n\t\t\t\tselector:\"> .nav-link\",\n\t\t\t\tcontainer:\"nav > .nav-tabs\",\n\t\t\t\tprefix:\"Tab \",\n\t\t\t\tname: \"text\",\n\t\t\t\tremoveElement: false,//handle manually to delete pane also\n\t\t\t\t//\"newElement\": ``\n\t\t\t},\n\t\t\tonChange: function(node, value, input, component, event) {\n\t\t\t\tlet element = node;\n\t\t\t\tlet tabsId = element.id.replace('tabs-','');\n\t\t\t\t\n\t\t\t\tlet nav = node.querySelector(\"nav .nav-tabs\");\n\t\t\t\tlet content = node.querySelector(\".tab-content\");\n\n\t\t\t\tif (event.action) {\n\t\t\t\t\tif (event.action == \"add\") {\n\t\t\t\t\t\tlet random = Math.floor(Math.random() * 100) + 1;\n\t\t\t\t\t\tlet index = nav.childElementCount + 1;\n\t\t\t\t\t\t\n\t\t\t\t\t\tnav.append(generateElements(`<button class=\"nav-link\" id=\"nav-tab-${tabsId}-${index}-${random}\" data-bs-toggle=\"tab\" data-bs-target=\"#tab-${tabsId}-${index}-${random}\" type=\"button\" role=\"tab\" aria-controls=\"tab-${index}-${random}\" aria-selected=\"false\">Tab ${index}</button>`)[0]);\n\t\t\t\t\t\t\n\t\t\t\t\t\tcontent.append(generateElements(`<div class=\"tab-pane p-4\" id=\"tab-${tabsId}-${index}-${random}\" role=\"tabpanel\" aria-labelledby=\"tab-${tabsId}-${index}-${random}\" tabindex=\"0\"><p>Never think of results, just do!</p></div>`)[0]);\n\t\t\t\t\t\t\n\t\t\t\t\t\t//temporary solution to better update list\n\t\t\t\t\t\tVvveb.Components.render(\"elements/tabs\");\n\t\t\t\t\t}\n\t\t\t\t\t\n\t\t\t\t\tlet index = event.index + 1;\n\t\t\t\t\tif (event.action == \"remove\") {\n\t\t\t\t\t\tnav.querySelector(\"button:nth-child(\" + index + \")\").remove();\n\t\t\t\t\t\tcontent.querySelector(\".tab-pane:nth-child(\" + index + \")\").remove();\n\t\t\t\t\t} else if (event.action == \"select\") {\n\t\t\t\t\t\tlet tab = nav.querySelector(\"button:nth-child(\" + index + \")\");\n\t\t\t\t\t\tVvveb.Builder.iframe.contentWindow.bootstrap.Tab.getOrCreateInstance(tab).show();\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\t\n\t\t\t\treturn node;\n\t\t\t},\n\t\t}\n\t]\n}); \t\n\n\n//Accordion\nVvveb.Components.add(\"elements/accordion\", {\n    classes: [\"accordion\"],\n    name: \"Accordeon\",\n    image: \"icons/accordion.svg\",\n    html: `<div class=\"accordion\" id=\"accordion-parentId\">\n\t\t  <div class=\"accordion-item\">\n\t\t\t<h2 class=\"accordion-header\" id=\"headingOne-parentId\">\n\t\t\t  <button class=\"accordion-button\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapseOne-parentId\" aria-expanded=\"true\" aria-controls=\"collapseOne-parentId\">\n\t\t\t\tAccordion Item #1\n\t\t\t  </button>\n\t\t\t</h2>\n\t\t\t<div id=\"collapseOne-parentId\" class=\"accordion-collapse collapse show\" aria-labelledby=\"headingOne-parentId\" data-bs-parent=\"#accordion-parentId\">\n\t\t\t  <div class=\"accordion-body\">\n\t\t\t\t<p>Mauris viverra cursus ante laoreet eleifend. Donec vel fringilla ante. Aenean finibus velit id urna vehicula, nec maximus est sollicitudin</p>\n\t\t\t  </div>\n\t\t\t</div>\n\t\t  </div>\n\t\t  <div class=\"accordion-item\">\n\t\t\t<h2 class=\"accordion-header\" id=\"headingTwo-parentId\">\n\t\t\t  <button class=\"accordion-button collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapseTwo-parentId\" aria-expanded=\"false\" aria-controls=\"collapseTwo\">\n\t\t\t\tAccordion Item #2\n\t\t\t  </button>\n\t\t\t</h2>\n\t\t\t<div id=\"collapseTwo-parentId\" class=\"accordion-collapse collapse\" aria-labelledby=\"headingTwo-parentId\" data-bs-parent=\"#accordion-parentId\">\n\t\t\t  <div class=\"accordion-body\">\n\t\t\t\t<p>Mauris viverra cursus ante laoreet eleifend. Donec vel fringilla ante. Aenean finibus velit id urna vehicula, nec maximus est sollicitudin</p>\n\t\t\t  </div>\n\t\t\t</div>\n\t\t  </div>\n\t\t  <div class=\"accordion-item\">\n\t\t\t<h2 class=\"accordion-header\" id=\"headingThree-parentId\">\n\t\t\t  <button class=\"accordion-button collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapseThree-parentId\" aria-expanded=\"false\" aria-controls=\"collapseThree\">\n\t\t\t\tAccordion Item #3\n\t\t\t  </button>\n\t\t\t</h2>\n\t\t\t<div id=\"collapseThree-parentId\" class=\"accordion-collapse collapse\" aria-labelledby=\"headingThree-parentId\" data-bs-parent=\"#accordion-parentId\">\n\t\t\t  <div class=\"accordion-body\">\n\t\t\t\t<p>Mauris viverra cursus ante laoreet eleifend. Donec vel fringilla ante. Aenean finibus velit id urna vehicula, nec maximus est sollicitudin</p>\n\t\t\t  </div>\n\t\t\t</div>\n\t\t  </div>\n\t\t</div>`,\n\tafterDrop: function(node) {\n\t\t//set unique accordion id\n\t\tlet parentId = Math.ceil(Math.random() * 1000);\n\t\t//node.outerHTML = node.outerHTML.replaceAll('parentId', parentId);\n\t\tnode.id = 'accordion-' + parentId;\n\t\tnode.innerHTML = node.innerHTML.replaceAll('parentId', parentId);\n\t\t\n\t\treturn node;\n\t},\n    properties: [{\n\t\t\t//name: \"List\",\n\t\t\tkey: \"list\",\n\t\t\tcomponent: \"elements/tab\",\n\t\t\tinline:false,\n\t\t\tinputtype: ListInput,\n\t\t\tdata: {\n\t\t\t\tselector:\":scope > .accordion-item\",\n\t\t\t\tcontainer:\"\",\n\t\t\t\tprefix:\"Item \",\n\t\t\t\tname: \"text\",\n\t\t\t\tnameElement: \".accordion-button\",\n\t\t\t\tremoveElement: false,//handle manually\n\t\t\t\t//\"newElement\": ``\n\t\t\t},\n\t\t\tonChange: function(node, value, input, component, event) {\n\t\t\t\tlet element = node;\n\t\t\t\tlet accordionId = element.id.replace('accordion-','');\n\t\t\t\t\n\t\t\t\tif (event.action) {\n\t\t\t\t\tif (event.action == \"add\") {\n\t\t\t\t\t\tlet random = Math.floor(Math.random() * 100) + 1;\n\t\t\t\t\t\tlet index = element.childElementCount + 1;\n\t\t\t\t\t\t\n\t\t\t\t\t\tnode.append(generateElements(`<div class=\"accordion-item\">\n\t\t\t\t\t\t\t<h2 class=\"accordion-header\" id=\"heading-${index}-${random}\">\n\t\t\t\t\t\t\t  <button class=\"accordion-button collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse-${index}-${random}\" aria-expanded=\"false\" aria-controls=\"collapseTwo\">Accordion Item #${index}</button>\n\t\t\t\t\t\t\t</h2>\n\t\t\t\t\t\t\t<div id=\"collapse-${index}-${random}\" class=\"accordion-collapse collapse\" aria-labelledby=\"heading-${index}-${random}\" data-bs-parent=\"#accordion-${accordionId}\">\n\t\t\t\t\t\t\t  <div class=\"accordion-body\">\n\t\t\t\t\t\t\t\t<p>Begin with the possible; begin with one step.</p>\n\t\t\t\t\t\t\t  </div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t  </div>`)[0]);\n\t\t\t\t\t\t\n\t\t\t\t\t\t//temporary solution to better update list\n\t\t\t\t\t\tVvveb.Components.render(\"elements/accordion\");\n\t\t\t\t\t}\n\t\t\t\t\t\n\t\t\t\t\tlet index = (event.index + 1);\n\t\t\t\t\tif (event.action == \"remove\") {\n\t\t\t\t\t\tnode.querySelector(\":scope > .accordion-item:nth-child(\" + index + \")\").remove();\n\t\t\t\t\t} else if (event.action == \"select\") {\n\t\t\t\t\t\tlet el = node.querySelector(\":scope > .accordion-item:nth-child(\" + index + \")\");\n\t\t\t\t\t\tlet btn= el.querySelector(\".accordion-button\");\n\t\t\t\t\t\tlet collapse = el.querySelector(\" .collapse\");\n\n\t\t\t\t\t\tnode.querySelectorAll(\":scope > .accordion-item .collapse\").forEach(e => e.classList.remove(\"show\"));\n\t\t\t\t\t\tnode.querySelectorAll(\":scope > .accordion-item .accordion-button\").forEach(btn => btn.classList.add(\"collapsed\"));\n\t\t\t\t\t\tcollapse.classList.add(\"show\");\n\t\t\t\t\t\tbtn.classList.remove(\"collapsed\");\n\t\t\t\t\t\t//el[0].click();\n\t\t\t\t\t\t//Vvveb.Builder.iframe.contentWindow.bootstrap.Collapse.getOrCreateInstance(el[0]).toggle();\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\t\n\t\t\t\treturn node;\n\t\t\t},\n\t\t},{\n\t\t\tname: \"Flush\",\n\t\t\tkey: \"flush\",\n\t\t\thtmlAttr: \"class\",\n\t\t\tvalidValues: [\"accordion-flush\"],\n\t\t\tinputtype: ToggleInput,\n\t\t\tdata: {\n\t\t\t\ton: \"accordion-flush\",\n\t\t\t\toff: \"\"\n\t\t\t}\n\t\t},\t\t\n\t]\n}); \n\nVvveb.Components.add(\"elements/flip-box\", {\n    classes: [\"flip-box\"],\n    name: \"Flip box\",\n    image: \"icons/flipbox.svg\",\n    html: `<div class=\"flip-box enabled\">\n\t\t  <div class=\"flip-box-inner\">\n\t\t\t<div class=\"flip-box-front\">\n\t\t\t\t  <div class=\"card\">\n\t\t\t\t  <img src=\"../../media/posts/1.jpg\" class=\"card-img-top\" alt=\"Post\">\n\t\t\t\t  <div class=\"card-body\">\n\t\t\t\t\t<h5 class=\"card-title\">Card title</h5>\n\t\t\t\t\t<p class=\"card-text\">Some quick example text to build on the card title and make up the bulk of the card's content.</p>\n\t\t\t\t\t<a href=\"#\" class=\"btn btn-primary\">Go somewhere</a>\n\t\t\t\t  </div>\n\t\t\t\t</div>\t\n\t\t\t</div>\n\t\t\t\n\t\t\t<div class=\"flip-box-back\">\n\t\t\t\t<div class=\"d-flex align-items-center flex-column\">\n\t\t\t\t  <div class=\"flex-shrink-0\">\n\t\t\t\t\t<img src=\"../../media/posts/2.jpg\" alt=\"Post\">\n\t\t\t\t  </div>\n\t\t\t\t  <div class=\"flex-grow-1 ms-3\">\n\t\t\t\t\t<p>\n\t\t\t\t\t\tThis is some content from a media component. You can replace this with any content and adjust it as needed.\n\t\t\t\t\t</p>\n\t\t\t\t\t\n\t\t\t\t\t<a href=\"#\" class=\"btn btn-primary\">Go somewhere</a>\n\t\t\t\t  </div>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t  </div>\n\t\t</div>`,\n\t\tproperties: [{\n\t\t\tname: \"Width\",\n\t\t\tkey: \"width\",\n\t\t\thtmlAttr: \"style\",\n\t\t\tinputtype: CssUnitInput\n\t\t},{\n\t\t\tname: \"Height\",\n\t\t\tkey: \"height\",\n\t\t\thtmlAttr: \"style\",\n\t\t\tinputtype: CssUnitInput\n\t\t},{\n\t\t\tname: \"Enabled\",\n\t\t\tkey: \"enabled\",\n\t\t\thtmlAttr: \"class\",\n\t\t\tvalidValues: [\"enabled\"],\n\t\t\tinputtype: ToggleInput,\n\t\t\tdata: {\n\t\t\t\ton: \"enabled\",\n\t\t\t\toff: \"\"\n\t\t\t}\n\t\t},{\n\t\t\tname: \"Show back\",\n\t\t\tkey: \"back\",\n\t\t\thtmlAttr: \"class\",\n\t\t\tvalidValues: [\"back\"],\n\t\t\tinputtype: ToggleInput,\n\t\t\tdata: {\n\t\t\t\ton: \"back\",\n\t\t\t\toff: \"\"\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\tname: \"Vertical\",\n\t\t\tkey: \"vertical\",\n\t\t\thtmlAttr: \"class\",\n\t\t\tvalidValues: [\"vertical\"],\n\t\t\tinputtype: ToggleInput,\n\t\t\tdata: {\n\t\t\t\ton: \"vertical\",\n\t\t\t\toff: \"\"\n\t\t\t}\n\t\t},\n\t]\n});   \n\nVvveb.Components.add(\"elements/counter\", {\n    nodes: [\".counter\"],\n    name: \"Counter\",\n    image: \"icons/stopwatch.svg\",\n    html: `<i class=\"font-icon la la-star\"></i>`,\n    properties: [\n\t]\n});   \n\nVvveb.Components.add(\"elements/testimonial\", {\n    nodes: [\".counter\"],\n    name: \"Testimonial\",\n    image: \"icons/testimonial.svg\",\n    html: `<blockquote cite=\"https://en.wikipedia.org/wiki/Marcus_Aurelius\">\n\t\t\t\t<p>Today I shall be meeting with interference, ingratitude, insolence, disloyalty, ill-will, and selfishness all of them due to the offenders' ignorance of what is good or evil.</p>\n\t\t\t\t<cite class=\"small\">\n\t\t\t\t\t<a href=\"https://en.wikipedia.org/wiki/Marcus_Aurelius\" class=\"text-decoration-none\" target=\"blank\">Marcus Aurelius</a>\n\t\t\t\t</cite>\t\n\t\t\t</blockquote>`,\n    properties: [\n\t]\n});   \n\nVvveb.Components.add(\"elements/social-icons\", {\n    classes: [\"social-icons\"],\n    name: \"Social icons\",\n    image: \"icons/social-icons.svg\",\n    html: `<ul class=\"social-icons list-unstyled\">\n\t\t\t\t<li>\n\t\t\t\t\t<a href=\"https://facebook.com\">\n\t\t\t\t\t\t<i class=\"lab la-facebook-f la-2x\"></i> <span>Facebook</span>\n\t\t\t\t\t</a>\n\t\t\t\t</li>\n\t\t\t\t<li>\n\t\t\t\t\t<a href=\"https://linkedin.com\">\n\t\t\t\t\t\t<i class=\"lab la-linkedin-in la-2x\"></i> <span>Linkedin</span>\n\t\t\t\t\t</a>\n\t\t\t\t</li>\t\t\n\t\t\t\t<li>\n\t\t\t\t\t<a href=\"https://twitter.com\">\n\t\t\t\t\t\t<i class=\"lab la-twitter la-2x\"></i> <span>Twitter</span>\n\t\t\t\t\t</a>\n\t\t\t\t</li>\t\t\t\t\t\n\t\t\t\t<li>\n\t\t\t\t\t<a href=\"https://instagram.com\">\n\t\t\t\t\t\t<i class=\"lab la-instagram la-2x\"></i> <span>Instagram</span>\n\t\t\t\t\t</a>\n\t\t\t\t</li>\t\t\t\t\n\t\t\t\t<li>\n\t\t\t\t\t<a href=\"https://github.com\">\n\t\t\t\t\t\t<i class=\"lab la-github la-2x\"></i> <span>Github</span>\n\t\t\t\t\t</a>\n\t\t\t\t</li>\n\t\t\t</ul>`,\n\t\tproperties: [{\n\t\t\t//name: \"List\",\n\t\t\tkey: \"list\",\n\t\t\t//component: \"elements/tab\",\n\t\t\tinline:false,\n\t\t\tinputtype: ListInput,\n\t\t\tdata: {\n\t\t\t\tselector:\"> li\",\n\t\t\t\tcontainer:\"\",\n\t\t\t\tprefix:\"Item \",\n\t\t\t\tname: \"text\",\n\t\t\t\tnameElement: \"span\",\n\t\t\t\tremoveElement: true,\n\t\t\t\t//\"newElement\": ``\n\t\t\t},\n\t\t\tonChange: function(node, value, input, component, event) {\n\t\t\t\tlet element = node;\n\n\t\t\t\tif (event.action) {\n\t\t\t\t\tif (event.action == \"add\") {\n\t\t\t\t\t\tnode.append(generateElements(`<li>\n\t\t\t\t\t\t\t<a href=\"https://twitter.com\">\n\t\t\t\t\t\t\t\t<i class=\"lab la-twitter la-2x\"></i> <span>Twitter</span>\n\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t</li>`)[0]);\n\t\t\t\t\t\t\n\t\t\t\t\t\t//temporary solution to better update list\n\t\t\t\t\t\tVvveb.Components.render(\"elements/social-icons\");\n\t\t\t\t\t}\n\t\t\t\t\tif (event.action == \"remove\") {\n\t\t\t\t\t\tnode.querySelector(\":scope > li:nth-child(\" + event.index + \")\").remove();\n\t\t\t\t\t} else if (event.action == \"select\") {\n\t\t\t\t\t\tlet el = node.querySelector(\":scope > li:nth-child(\" + event.index + \")\");\n\t\t\t\t\t\t//el[0].click();\n\t\t\t\t\t\t//Vvveb.Builder.iframe.contentWindow.bootstrap.Collapse.getOrCreateInstance(el[0]).toggle();\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\t\n\t\t\t\treturn node;\n\t\t\t},\n\t\t},{\n\t\t\tname: \"Inline\",\n\t\t\tkey: \"list-inline\",\n\t\t\thtmlAttr: \"class\",\n\t\t\tvalidValues: [\"list-inline\"],\n\t\t\tinputtype: ToggleInput,\n\t\t\tdata: {\n\t\t\t\ton: \"list-inline\",\n\t\t\t\toff: \"\"\n\t\t\t}\n\t\t},{\n\t\t\tname: \"Unstyled\",\n\t\t\tkey: \"list-unstyled\",\n\t\t\thtmlAttr: \"class\",\n\t\t\tvalidValues: [\"list-unstyled\"],\n\t\t\tinputtype: ToggleInput,\n\t\t\tdata: {\n\t\t\t\ton: \"list-unstyled\",\n\t\t\t\toff: \"\"\n\t\t\t}\n\t\t}]\n}); \n\nfunction carouselAfterDrop(node) {\n\t//check if swiper js is included and if not add it when drag starts to allow the script to load\n\tbody = Vvveb.Builder.frameBody;\n\n\tif (!body.querySelector(\"#swiper-js\")) {\n\t\tlet link = document.createElement('link');\n\t\tlet lib = document.createElement('script');\n\t\tlet code = document.createElement('script');\n\t\tlink.href = '../../libs/swiper/swiper-bundle.min.css';\n\t\tlink.id = 'swiper-css';\n\t\tlink.rel = 'stylesheet';\n\t\tlib.id = 'swiper-js';\n\t\tlib.type = 'text/javascript';\n\t\tlib.src = '../../libs/swiper/swiper-bundle.min.js';\n\t\tcode.type = 'text/javascript';\n\t\tcode.text = `\n\t\tlet swiper = [];\n\t\tfunction initSwiper(onlyNew = false) {\n\t\t\tif (typeof Swiper == \"undefined\") return;\n\t\t\tlet list = document.querySelectorAll('.swiper' + (onlyNew ? \":not(.swiper-initialized)\" : \"\") );\n\t\t\tlist.forEach(el => {\n\t\t\t\tlet params = {      \n\t\t\t\t\tnavigation: {\n\t\t\t\t\t\tnextEl: \".swiper-button-next\",\n\t\t\t\t\t\tprevEl: \".swiper-button-prev\",\n\t\t\t\t\t},      \n\t\t\t\t\tpagination: {\n\t\t\t\t\t\tel: \".swiper-pagination\",\n\t\t\t\t  },\n\t\t\t\t};\n\t\t\t\tfor (i in el.dataset) {\n\t\t\t\t\tlet param = el.dataset[i];\n\t\t\t\t\tif (param[0] = '{') {\n\t\t\t\t\t\tparam = JSON.parse(param);\n\t\t\t\t\t}\n\t\t\t\t\tparams[i] = param;\n\t\t\t\t}\n\t\t\t\tswiper.push(new Swiper(el, params))\n\t\t\t\t//swiper.push(new Swiper(el, { ...{autoplay:{delay: 500}}, ...el.dataset}))\t\t\n\t\t\t});\n\t\t}\n\n\t\tif (document.readyState !== 'loading') {\n\t\t\tinitSwiper();\n\t\t  } else {\n\t\t\tdocument.addEventListener('DOMContentLoaded', initSwiper);\n\t\t  }`;\t\t\t\n\t\t\n\t\tbody.appendChild(link);\n\t\tbody.appendChild(lib);\n\t\tbody.appendChild(code);\n\t\t\n\t\tlib.addEventListener('load', function() {\t\t\n\t\t\tVvveb.Builder.iframe.contentWindow.initSwiper();\n\t\t});\n\t} else {\n\t\tVvveb.Builder.iframe.contentWindow.initSwiper(true);\n\t}\n\t\n\treturn node;\n};\n\nVvveb.Components.add(\"elements/carousel\", {\n    name: \"Carousel\",\n    image: \"icons/carousel.svg\",\n    classes: [\"swiper\"],\n    html: `\n\t  <div class=\"swiper\" data-slides-per-view=\"3\" data-draggable=\"true\">\n\t\t<div class=\"swiper-wrapper\">\n\t\t  <div class=\"swiper-slide\"><img src=\"/media/4.jpg\" class=\"img-fluid\"><p>Slide 1</p></div>\n\t\t  <div class=\"swiper-slide\"><img src=\"/media/2.jpg\" class=\"img-fluid\"><p>Slide 2</p></div>\n\t\t  <div class=\"swiper-slide\"><img src=\"/media/5.jpg\" class=\"img-fluid\"><p>Slide 3</p></div>\n\t\t  <div class=\"swiper-slide\"><img src=\"/media/7.jpg\" class=\"img-fluid\"><p>Slide 4</p></div>\n\t\t</div>\n\t\t<div class=\"swiper-pagination\"></div>\n\n\t\t<!--\n\t\t<div class=\"swiper-button-prev\"></div>\n\t\t<div class=\"swiper-button-next\"></div>\n\t\t-->\n\t\t\n\t\t<!-- <div class=\"swiper-scrollbar\"></div> -->\n\t  </div>\t\n\t`,\n\tafterDrop: carouselAfterDrop,\n\t\n    onChange: function (node, property, value) {\n\t\tlet element = node;\n\t\tif (property.key == \"autoplay\" && value == true) {\n\t\t\tvalue = {\"waitForTransition\":true,\"enabled\":value,\"delay\":element.dataset.delay};\n\t\t}\n\n\t\telement.swiper.params[property.key] = value;\n\t\telement.swiper.originalParams[property.key] = value;\n\t\telement.swiper.update();\n\t\treturn node;\n\t},\n\n    properties: [{\n\t\tname: \"Slides\",\n        key: \"slidesPerView\",\n        inputtype: ListInput,\n\t\thtmlAttr:\"data-slides-per-view\",\n\t\tinline:true,\n\t\tdata: {\n\t\t\tselector:\".swiper-slide\",\n\t\t\tcontainer:\".swiper-wrapper\",\n\t\t\tprefix:\"Slide \",\n\t\t\tremoveElement: false,//handle manually with removeSlide\n\t\t\t//\"newElement\": `<div class=\"swiper-slide\"><img src=\"../../media/posts/1.jpg\" class=\"img-fluid\"><p>Slide 1</p></div>`\n\t\t},\n        onChange: function(node, value, input, component, event) {\n\t\t\tlet element = node;\n\t\t\tlet dataset = {};\n\t\t\tfor (i in element.dataset) {\n\t\t\t\tdataset[i] = element.dataset[i];\n\t\t\t}; \n\n\t\t\tif (event.action) {\n\t\t\t\tif (event.action == \"add\") {\n\t\t\t\t\tlet random = Math.floor(Math.random() * 6) + 1;\n\t\t\t\t\tlet index = element.swiper.slides.length + 1;\n\t\t\t\t\telement.swiper.appendSlide(generateElements(`<div class=\"swiper-slide\"><img src=\"../../media/posts/${random}.jpg\" class=\"img-fluid\"><p>Slide ${index}</p></div>`)[0]);\n\t\t\t\t\telement.swiper.slideTo(index);\n\t\t\t\t\t//temporary solution to better update list\n\t\t\t\t\tVvveb.Components.render(\"elements/carousel\");\n\t\t\t\t}\n\t\t\t\tif (event.action == \"remove\") {\n\t\t\t\t\telement.swiper.removeSlide(event.index);\n\t\t\t\t} else if (event.action == \"select\") {\n\t\t\t\t\telement.swiper.slideTo(event.index, 300, true);\n\t\t\t\t}\n\t\t\t}\n\t\t\t\n\t\t\tsetTimeout(function () {\n\t\t\t\tfor (i in dataset) {\n\t\t\t\t\telement.swiper.params[i] = dataset[i];\n\t\t\t\t\telement.dataset[i] = dataset[i];\n\t\t\t\t}; \n\t\t\t\telement.swiper.update(); \n\t\t\t}, 1000);\n\t\t\t\n\t\t\treturn node;\n\t\t},\n\t},{\n\t\tname: \"Slides per view\",\n        key: \"slidesPerView\",\n        inputtype: NumberInput,\n\t\thtmlAttr:\"data-slides-per-view\",\n\t},{\n\t\tname: \"Space between\",\n        key: \"spaceBetween\",\n        inputtype: NumberInput,\n\t\thtmlAttr:\"data-space-between\",\n\t},{\n\t\tname: \"Speed\",\n        key: \"speed\",\n        inputtype: NumberInput,\n\t\thtmlAttr:\"data-speed\",\n\t\tdata: {step:100},\n\t},{\n\t\tname: \"Delay\",\n        key: \"delay\",\n        inputtype: NumberInput,\n\t\thtmlAttr:\"data-delay\",\n\t\tdata: {step:100},\n    },{\n\t\tkey: \"carousel_options\",\n        inputtype: SectionInput,\n        name:false,\n        data: {header:\"Options\"},\n    },{\t\n\t\tname: \"Simulate touch\",\n        key: \"simulateTouch\",\n\t\thtmlAttr:\"data-simulate-touch\",\n\t\tinputtype: CheckboxInput,\n\t\tinline:true,\n        col:6\n    },{\t\n\t\tname: \"Autoplay\",\n        key: \"autoplay\",\n\t\thtmlAttr:\"data-autoplay\",\n\t\tinputtype: CheckboxInput,\n\t\tinline:true,\n        col:6\n\t},{\n\t\tname: \"Auto height\",\n        key: \"autoHeight\",\n\t\thtmlAttr:\"data-auto-height\",\n\t\tinputtype: CheckboxInput,\n\t\tinline:true,\n        col:6\n\t},{\n\t\tname: \"Centered slides\",\n        key: \"centeredSlides\",\n\t\thtmlAttr:\"data-centered-slides\",\n\t\tinputtype: CheckboxInput,\n\t\tinline:true,\n        col:6\n\t},{\tname: \"Center insufficient\",\n        key: \"centerInsufficientSlides\",\n\t\thtmlAttr:\"data-center-insufficient-slides\",\n\t\tinputtype: CheckboxInput,\n\t\tinline:true,\n        col:6\n\t},{\tname: \"Loop\",\n        key: \"loop\",\n\t\thtmlAttr:\"data-loop\",\n\t\tinputtype: CheckboxInput,\n\t\tinline:true,\n        col:6\n\t},{\tname: \"Mouse wheel\",\n        key: \"mousewheel\",\n\t\thtmlAttr:\"data-mousewheel\",\n\t\tinputtype: CheckboxInput,\n\t\tinline:true,\n        col:6\n\t},{\t\n        name: \"Pagination\",\n        key: \"pagination\",\n\t\thtmlAttr:\"data-pagination\",\n\t\tinputtype: CheckboxInput,\n\t\tinline:true,\n        col:6\n\t},{\tname: \"Rewind\",\n        key: \"rewind\",\n\t\thtmlAttr:\"data-rewind\",\n\t\tinputtype: CheckboxInput,\n\t\tinline:true,\n        col:6\n\t},{\tname: \"Scrollbar\",\n        key: \"scrollbar\",\n\t\thtmlAttr:\"data-scrollbar\",\n\t\tinputtype: CheckboxInput,\n\t\tinline:true,\n        col:6\n\t},/*{\n        name: \"direction\",\n        key: \"direction\",\n\t\thtmlAttr:\"data-direction\",\n\t\tsection: style_section,\n        col:6,\n        inline:false,\n        inputtype: RadioButtonInput,\n        data: {\n\t\t\textraclass:\"btn-group-sm btn-group-fullwidth\",\n            options: [{\n                value: \"horizontal\",\n                icon:\"la la-arrow-down\",\n                title: \"Horizontal\",\n                checked:true,\n            },{\n                value: \"vertical\",\n                title: \"Vertical\",\n                icon:\"la la-arrow-right\",\n                checked:false,\n\t\t\t}],\n\t\t}\n    }*/]\n});\n\n//Slider\nVvveb.Components.add(\"elements/slider\", {\n\tname: \"Slider\",\n    image: \"icons/slider.svg\",\n     html: `\n\t  <div class=\"swiper\" data-slides-per-view=\"1\" data-draggable=\"true\" data-navigation='{\"nextEl\": \".swiper-button-next\",\"prevEl\": \".swiper-button-prev\"}'>\n\t\t<div class=\"swiper-wrapper\">\n\t\t  <div class=\"swiper-slide\"><img src=\"/media/posts/1.jpg\" class=\"img-fluid\"><p>Slider 1</p></div>\n\t\t  <div class=\"swiper-slide\"><img src=\"/media/posts/2.jpg\" class=\"img-fluid\"><p>Slider 2</p></div>\n\t\t  <div class=\"swiper-slide\"><img src=\"/media/posts/3.jpg\" class=\"img-fluid\"><p>Slider 3</p></div>\n\t\t  <div class=\"swiper-slide\"><img src=\"/media/posts/4.jpg\" class=\"img-fluid\"><p>Slider 4</p></div>\n\t\t</div>\n\t\t<div class=\"swiper-pagination\"></div>\n\n\t\t<div class=\"swiper-button-prev\"></div>\n\t\t<div class=\"swiper-button-next\"></div>\n\t\t\n\t\t<!-- <div class=\"swiper-scrollbar\"></div> -->\n\t  </div>\t\n\t`,\n\tafterDrop: carouselAfterDrop,\n}); \t\n\n\nVvveb.Components.add(\"elements/icon-list\", {\n    nodes: [\".counter\"],\n    name: \"Icon list\",\n    image: \"icons/icon-list.svg\",\n    html: `<i class=\"font-icon la la-star\"></i>`,\n    properties: [\n\t]\n});   \n\nVvveb.Components.add(\"elements/divider\", {\n    nodes: [\".counter\"],\n    name: \"Divider\",\n    image: \"icons/stopwatch.svg\",\n    html: `<i class=\"font-icon la la-star\"></i>`,\n    properties: [\n\t]\n});   \n\nVvveb.Components.add(\"elements/separator\", {\n    nodes: [\".counter\"],\n    name: \"Separator\",\n    image: \"icons/separator.svg\",\n    html: `<i class=\"font-icon la la-star\"></i>`,\n    properties: [\n\t]\n});   \n\nVvveb.Components.add(\"elements/Image box\", {\n    nodes: [\".counter\"],\n    name: \"Image Box\",\n    image: \"icons/stopwatch.svg\",\n    html: `<i class=\"font-icon la la-star\"></i>`,\n    properties: [\n\t]\n});   \n\nVvveb.Components.add(\"elements/Icon box\", {\n    nodes: [\".counter\"],\n    name: \"Image Box\",\n    image: \"icons/stopwatch.svg\",\n    html: `<i class=\"font-icon la la-star\"></i>`,\n    properties: [\n\t]\n});   \n\nVvveb.Components.add(\"elements/animated-headline\", {\n    nodes: [\".counter\"],\n    name: \"Animated headline\",\n    image: \"icons/dots_three.svg\",\n    html: `<i class=\"font-icon la la-star\"></i>`,\n    properties: [\n\t]\n});   \n\nVvveb.Components.add(\"elements/price-table\", {\n    nodes: [\".counter\"],\n    name: \"Price table\",\n    image: \"icons/price-table.svg\",\n    html: `<i class=\"font-icon la la-star\"></i>`,\n    properties: [\n\t]\n});   \n\nVvveb.Components.add(\"elements/price-list\", {\n    nodes: [\".counter\"],\n    name: \"Price list\",\n    image: \"icons/stopwatch.svg\",\n    html: `<i class=\"font-icon la la-star\"></i>`,\n    properties: [\n\t]\n});   \n\nVvveb.Components.add(\"elements/reviews\", {\n    nodes: [\".counter\"],\n    name: \"Reviews\",\n    image: \"icons/reviews.svg\",\n    html: `<i class=\"font-icon la la-star\"></i>`,\n    properties: [\n\t]\n});   \n\nVvveb.Components.add(\"elements/code\", {\n    nodes: [\"code\"],\n    name: \"Code\",\n    image: \"icons/code.svg\",\n    html: `<code>print \"Hello world!\"</code>`,\n\tproperties: [{\n\t\tname: \"Text\",\n\t\tkey: \"text\",\n\t\tinline:false,\n\t\thtmlAttr: \"innerHTML\",\n\t\tinputtype: TextareaInput,\n\t\tdata:{\n\t\t\trows:20,\n\t\t}\n\t}]\n}); \n  \nVvveb.Components.add(\"elements/image-compare\", {\n    nodes: [\".counter\"],\n    name: \"Image Compare\",\n    image: \"icons/image-compare.svg\",\n    html: `<div class=\"c-compare\" style=\"--value:50%;\">\n\t  <img class=\"c-compare__left\" src=\"img/color.jpg\" alt=\"\" />\n\t  <img class=\"c-compare__right\" src=\"img/bw.jpg\" alt=\"\" />\n\t</div>`,\n    properties: [\n\t]\n});   \n\nVvveb.Components.add(\"elements/rating\", {\n    nodes: [\".rating\"],\n    name: \"Rating stars\",\n    image: \"icons/rating.svg\",\n    html: `<div class=\"rating\">\n                <i class=\"la la-star text-warning\"></i>\n                <i class=\"la la-star text-warning\"></i>\n                <i class=\"la la-star text-warning\"></i>\n                <i class=\"la la-star text-warning\"></i>\n                <i class=\"la la-star text-secondary\"></i>\n            </div>`,\n    properties: [\n\t]\n});\n"
  },
  {
    "path": "libs/builder/components-embeds.js",
    "content": "/*\nCopyright 2017 Ziadin Givan\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n   http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\nhttps://github.com/givanz/VvvebJs\n*/\n\n\nVvveb.ComponentsGroup['Embeds'] = [\"embeds/embed\"];\n\nVvveb.Components.extend(\"_base\", \"embeds/embed\", {\n    name: \"Embed\",\n    attributes: [\"data-component-oembed\"],\n    image: \"icons/code.svg\",\n    //dragHtml: '<img src=\"' + Vvveb.baseUrl + 'icons/maps.png\">',\n\thtml: `<div data-component-oembed data-url=\"\">\n\t\t\t<div class=\"alert alert-light  m-5\" role=\"alert\">\n\t\t\t\t<img width=\"64\" src=\"${Vvveb.baseUrl}icons/code.svg\">\n\t\t\t\t<h6>Enter url to embed</h6>\n\t\t\t</div></div>`,\n\n\n    properties: [{\n        name: \"Url\",\n        key: \"url\",\n\t\thtmlAttr: \"data-url\",\n        inputtype: TextInput,\n        onChange: function(node, value) {\n\t\t\tnode.innerHTML = `<div class=\"alert alert-light d-flex justify-content-center\">\n\t\t\t\t  <div class=\"spinner-border m-5\" role=\"status\">\n\t\t\t\t\t<span class=\"visually-hidden\">Loading...</span>\n\t\t\t\t  </div>\n\t\t\t\t</div>`;\n\t\t\t\n\t\t\tgetOembed(value).then(response => {\n\t\t\t\t  node.innerHTML = response.html;\n\t\t\t\t  let containerW = node.offsetWidth;\n\t\t\t\t  let iframe = node.querySelector(\"iframe\");\n\t\t\t\t  if (iframe) {\n\t\t\t\t\t  let ratio = containerW / iframe.offsetWidth;\n\t\t\t\t\t  iframe.setAttribute(\"width\", (width * ratio));\n\t\t\t\t\t  iframe.setAttribute(\"height\", (height * ratio));\n\t\t\t\t  }\n\n\t\t\t\t  let arr = node.querySelectorAll('script').forEach(script => {\n\t\t\t\t\t\tlet newScript = Vvveb.Builder.frameDoc.createElement(\"script\");\n\t\t\t\t\t\tnewScript.src = script.src;\n\t\t\t\t\t\tscript.replaceWith(newScript);\n\t\t\t\t  });\t\t\t\t  \n\t\t\t\t  \n\t\t\t}).catch(error => console.log(error));\n\n\t\t\treturn node;\n\t\t},\t\n    },{\n        name: \"Width\",\n        key: \"width\",\n        child:\"iframe\",\n        htmlAttr: \"width\",\n        inputtype: CssUnitInput\n    },{\n        name: \"Height\",\n        key: \"height\",\n        child:\"iframe\",\n        htmlAttr: \"height\",\n        inputtype: CssUnitInput\n\t}]\n});\n\nfor (const provider of [\"youtube\", \"vimeo\", \"dailymotion\", \"flickr\", \"smugmug\", \"scribd\", \"twitter\", \"soundcloud\", \"slideshare\", \"spotify\", \"imgur\", \"issuu\", \"mixcloud\", \"ted\", \"animoto\", \"tumblr\", \"kickstarter\", \"reverbnation\", \"reddit\", \"speakerdeck\", \"screencast\", \"amazon\", \"someecards\", \"tiktok\",\"pinterest\", \"wolfram\", \"anghami\"])  {\n\tVvveb.Components.add(\"embeds/\" + provider, {\n\t\tname: provider,\n\t\timage: \"icons/code.svg\",\n\t\thtml: `<div data-component-oembed data-url=\"\">\n\t\t\t\t<div class=\"alert alert-light  m-5\" role=\"alert\">\n\t\t\t\t\t<img width=\"64\" src=\"${Vvveb.baseUrl}icons/code.svg\">\n\t\t\t\t\t<h6>Enter ${provider} url to embed</h6>\n\t\t\t\t</div></div>`,\n\t});\n\tVvveb.ComponentsGroup['Embeds'].push(\"embeds/\" + provider);\n}\n"
  },
  {
    "path": "libs/builder/components-html.js",
    "content": "/*\nCopyright 2017 Ziadin Givan\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n   http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\nhttps://github.com/givanz/VvvebJs\n*/\n\nVvveb.ComponentsGroup['Base'] =\n[\"html/heading\", \"html/image\", \"html/hr\",  \"html/form\", \"html/textinput\", \"html/textareainput\", \"html/selectinput\"/*, \"html/fileinput\"*/, \"html/checkbox\", \"html/radiobutton\", \"html/link\", \"html/button\", \"html/paragraph\", \"html/blockquote\", \"html/list\", \"html/table\", \"html/preformatted\", \"html/audio\", \"html/video\",\"html/iframe\"];\n\nVvveb.Components.extend(\"_base\", \"html/heading\", {\n    image: \"icons/heading.svg\",\n    name: \"Heading\",\n    nodes: [\"h1\", \"h2\",\"h3\", \"h4\",\"h5\",\"h6\"],\n    html: \"<h1>Heading</h1>\",\n    \n\tproperties: [{\n        name: \"Size\",\n        key: \"size\",\n        inputtype: SelectInput,\n        \n        onChange: function(node, value) {\n\n\t\t\treturn changeNodeName(node, \"h\" + value);\n\t\t},\t\n\t\t\t\n        init: function(node) {\n            let regex;\n            regex = /H(\\d)/.exec(node.nodeName);\n            if (regex && regex[1]) {\n                return regex[1]\n            }\n            return 1\n        },\n        \n        data:{\n\t\t\toptions: [{\n                value: \"1\",\n                text: \"Heading 1\"\n            }, {\n                value: \"2\",\n                text: \"Heading 2\"\n            }, {\n                value: \"3\",\n                text: \"Heading 3\"\n            }, {\n                value: \"4\",\n                text: \"Heading 4\"\n            }, {\n                value: \"5\",\n                text: \"Heading 5\"\n            }, {\n                value: \"6\",\n                text: \"Heading 6\"\n            }]\n\t\t}\n   \t},{\n\t\tname: \"Text\",\n\t\tkey: \"innerHTML\",\n\t\tinline:false,\n\t\tsort:3,\n\t\thtmlAttr: \"innerHTML\",\n\t\tinputtype: TextareaInput\n\t}]\n});    \n\n\nlet linkComponentProperties = [\n/*\t{\n\t\tname: \"Text\",\n\t\tkey: \"text\",\n\t\tsort:1,\n\t\thtmlAttr: \"innerText\",\n\t\tinputtype: TextInput\n\t},*/\n\t{\n\t\tname: \"Url\",\n\t\tkey: \"href\",\n\t\tsort:2,\n\t\thtmlAttr: \"href\",\n\t\tinputtype: LinkInput\n\t},{\n\t\tname: \"Rel\",\n\t\tkey: \"rel\",\n\t\tsort:3,\n\t\thtmlAttr: \"rel\",\n\t\tinputtype: LinkInput\n   \t},{\n\t\tname: \"Text\",\n\t\tkey: \"innerHTML\",\n\t\tsort:3,\n\t\thtmlAttr: \"innerHTML\",\n\t\tinputtype: TextareaInput\n\t}, {\n\t\tname: \"Target\",\n\t\tkey: \"target\",\n\t\tsort:4,\n\t\thtmlAttr: \"target\",\n\t\tinputtype: SelectInput,\n\t\tdata:{\n\t\t\toptions: [{\n\t\t\t\tvalue: \"\",\n\t\t\t\ttext: \"\"\n\t\t\t}, {\n\t\t\t\tvalue: \"_blank\",\n\t\t\t\ttext: \"Blank\"\n\t\t\t}, {\n\t\t\t\tvalue: \"_parent\",\n\t\t\t\ttext: \"Parent\"\n\t\t\t}, {\n\t\t\t\tvalue: \"_self\",\n\t\t\t\ttext: \"Self\"\n\t\t\t}, {\n\t\t\t\tvalue: \"_top\",\n\t\t\t\ttext: \"Top\"\n\t\t\t}]\n\t   },\n\t}, {\n\t\tname: \"Download\",\n\t\tsort:5,\n\t\tkey: \"download\",\n\t\thtmlAttr: \"download\",\n\t\tinputtype: CheckboxInput,\n}];\n\nVvveb.Components.extend(\"_base\", \"html/link\", {\n    nodes: [\"a\"],\n    name: \"Link\",\n    html: '<a href=\"#\" rel=\"noopener\">Link Text</a>',\n\timage: \"icons/link.svg\",\n    properties: linkComponentProperties\n});\n\nVvveb.Components.extend(\"_base\", \"html/image\", {\n    nodes: [\"img\"],\n    name: \"Image\",\n    html: '<img src=\"' +  Vvveb.baseUrl + 'icons/image.svg\" width=\"200\" class=\"img-fluid align-center\">',\n    image: \"icons/image.svg\",\n    resizable:true,//show select box resize handlers\n    \n    properties: [{\n        name: \"Image\",\n        key: \"src\",\n        htmlAttr: \"src\",\n        inputtype: ImageInput\n    }, {\n        name: \"Width\",\n        key: \"width\",\n        htmlAttr: \"width\",\n        inputtype: NumberInput\n    }, {\n        name: \"Height\",\n        key: \"height\",\n        htmlAttr: \"height\",\n        inputtype: NumberInput\n    }, {\n        name: \"Alt\",\n        key: \"alt\",\n        htmlAttr: \"alt\",\n        inputtype: TextInput\n    }, {\n        name: \"Align\",\n        key: \"align\",\n        htmlAttr: \"class\",\n        inline:false,\n        validValues: [\"\", \"align-left\", \"align-center\", \"align-right\"],\n        inputtype: RadioButtonInput,\n        data: {\n\t\t\textraclass:\"btn-group-sm btn-group-fullwidth\",\n            options: [{\n                value: \"\",\n                icon:\"la la-times\",\n                //text: \"None\",\n                title: \"None\",\n                checked:true,\n            }, {\n                value: \"align-left\",\n                //text: \"Left\",\n                title: \"text-start\",\n                icon:\"la la-align-left\",\n                checked:false,\n            }, {\n                value: \"align-center\",\n                //text: \"Center\",\n                title: \"Center\",\n                icon:\"la la-align-center\",\n                checked:false,\n            }, {\n                value: \"align-right\",\n                //text: \"Right\",\n                title: \"Right\",\n                icon:\"la la-align-right\",\n                checked:false,\n            }],\n        },\n\t},{\n\t\tkey: \"link_options\",\n        inputtype: SectionInput,\n        //name:false,\n        data: {header:\"Link\"},\n    },{\n        name: \"Enable link\",\n        key: \"enable_link\",\n        inputtype: CheckboxInput,\n        data: {\n            className: \"form-switch\"\n        },\n\t\tsetGroup: value => {\n\t\t\tlet group = document.querySelectorAll('.mb-2[data-group=\"link\"]');\n\t\t\tif (group.length) {\n\t\t\t\tgroup.forEach(el => {\n\t\t\t\t\tif (value) {\t\n\t\t\t\t\t\tel.style.display = \"\";\n\t\t\t\t\t} else {\n\t\t\t\t\t\tel.style.display = \"none\";\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t}\n\t\t}, \t\t\n\t\tonChange : function(node, value, input)  {\n\t\t\tthis.setGroup(value);\n\t\t\tif (value) {\n\t\t\t\tconst wrappingElement = document.createElement('a');\n\t\t\t\tnode.replaceWith(wrappingElement);\n\t\t\t\twrappingElement.appendChild(node);\n\t\t\t} else {\n\t\t\t\tif (node.parentNode.tagName.toLowerCase() == \"a\"){\n\t\t\t\t\tnode.parentNode.replaceWith(node);\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn node;\n\t\t}, \n\t\tinit: function (node) {\n\t\t\tlet value = node.parentNode.tagName.toLowerCase() == \"a\";\n\t\t\tthis.setGroup(value);\n\t\t\treturn value;\n\t\t}\n\t}].concat(\n\t    //add link properties after setting parent to <a> element\n\t\tlinkComponentProperties.map(\n\t\t(el) => {let a = Object.assign({}, el);a[\"parent\"] = \"a\";a[\"group\"] = \"link\";return a}\n\t)),\n\t\n    init(node) {\n\t\tlet group = document.querySelectorAll('.mb-2[data-group=\"link\"]');\n\t\tif (group.length) {\n\t\t\tgroup.forEach(el => {\n\t\t\t\tif (value) {\t\n\t\t\t\t\tel.style.display = \"\";\n\t\t\t\t} else {\n\t\t\t\t\tel.style.display = \"none\";\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\n\t\treturn node;\n\t}\t\n});\n\nVvveb.Components.extend(\"_base\", \"html/hr\", {\n    image: \"icons/hr.svg\",\n    nodes: [\"hr\"],\n    name: \"Horizontal Rule\",\n    html: '<hr class=\"border-primary border-4 opacity-25\">',\n\tproperties:[{\n        name: \"Type\",\n        key: \"border-color\",\n\t\thtmlAttr: \"class\",\n        validValues: [\"border-primary\", \"border-secondary\", \"border-success\", \"border-danger\", \"border-warning\", \"border-info\", \"border-light\", \"border-dark\", \"border-white\"],\n        inputtype: SelectInput,\n        data: {\n            options: [{\n\t\t\t\tvalue: \"Default\",\n\t\t\t\ttext: \"\"\n\t\t\t}, {\n\t\t\t\tvalue: \"border-primary\",\n\t\t\t\ttext: \"Primary\"\n\t\t\t}, {\n\t\t\t\tvalue: \"border-secondary\",\n\t\t\t\ttext: \"Secondary\"\n\t\t\t}, {\n\t\t\t\tvalue: \"border-success\",\n\t\t\t\ttext: \"Success\"\n\t\t\t}, {\n\t\t\t\tvalue: \"border-danger\",\n\t\t\t\ttext: \"Danger\"\n\t\t\t}, {\n\t\t\t\tvalue: \"border-warning\",\n\t\t\t\ttext: \"Warning\"\n\t\t\t}, {\n\t\t\t\tvalue: \"border-info\",\n\t\t\t\ttext: \"Info\"\n\t\t\t}, {\n\t\t\t\tvalue: \"border-light\",\n\t\t\t\ttext: \"Light\"\n\t\t\t}, {\n\t\t\t\tvalue: \"border-dark\",\n\t\t\t\ttext: \"Dark\"\n\t\t\t}, {\n\t\t\t\tvalue: \"border-white\",\n\t\t\t\ttext: \"White\"\n\t\t\t}]\n        }\n    },{\n        name: \"Border\",\n        key: \"border-size\",\n\t\thtmlAttr: \"class\",\n        validValues: [\"border-1\", \"border-2\", \"border-3\", \"border-4\", \"border-5\"],\n        inputtype: SelectInput,\n        data: {\n            options: [{\n\t\t\t\tvalue: \"Default\",\n\t\t\t\ttext: \"\"\n\t\t\t}, {\n\t\t\t\tvalue: \"border-1\",\n\t\t\t\ttext: \"Size 1\"\n\t\t\t}, {\n\t\t\t\tvalue: \"border-2\",\n\t\t\t\ttext: \"Size 2\"\n\t\t\t}, {\n\t\t\t\tvalue: \"border-3\",\n\t\t\t\ttext: \"Size 3\"\n\t\t\t}, {\n\t\t\t\tvalue: \"border-4\",\n\t\t\t\ttext: \"Size 4\"\n\t\t\t}, {\n\t\t\t\tvalue: \"border-5\",\n\t\t\t\ttext: \"Size 5\"\n\t\t\t}]\n        }\n    },{\n        name: \"Opacity\",\n        key: \"opacity\",\n\t\thtmlAttr: \"class\",\n        validValues: [\"opacity-25\", \"opacity-50\", \"opacity-75\", \"opacity-100\"],\n        inputtype: SelectInput,\n        data: {\n            options: [{\n\t\t\t\tvalue: \"Default\",\n\t\t\t\ttext: \"\"\n\t\t\t}, {\n\t\t\t\tvalue: \"opacity-25\",\n\t\t\t\ttext: \"Opacity 25%\"\n\t\t\t}, {\n\t\t\t\tvalue: \"opacity-50\",\n\t\t\t\ttext: \"Opacity 50%\"\n\t\t\t}, {\n\t\t\t\tvalue: \"opacity-75\",\n\t\t\t\ttext: \"Opacity 75%\"\n\t\t\t}, {\n\t\t\t\tvalue: \"opacity-100\",\n\t\t\t\ttext: \"Opacity 100%\"\n\t\t\t}]\n        }\n    }]\n});\n\nVvveb.Components.extend(\"_base\", \"html/label\", {\n    name: \"Label\",\n    nodes: [\"label\"],\n    html: '<label for=\"\">Label</label>',\n    properties: [{\n        name: \"For id\",\n        htmlAttr: \"for\",\n        key: \"for\",\n        inputtype: TextInput\n    }]\n});\n\n\nVvveb.Components.extend(\"_base\", \"html/textinput\", {\n    name: \"Input\",\n\tnodes: [\"input\"],\n\t//attributes: {\"type\":\"text\"},\n    image: \"icons/text_input.svg\",\n    html: '<input type=\"text\" class=\"form-control\">',\n    properties: [{\n        name: \"Name\",\n        key: \"name\",\n        htmlAttr: \"name\",\n        inputtype: TextInput\n    }, {\n        name: \"Value\",\n        key: \"value\",\n        htmlAttr: \"value\",\n        inputtype: TextInput\n    }, {\n        name: \"Type\",\n        key: \"type\",\n        htmlAttr: \"type\",\n\t\tinputtype: SelectInput,\n        data: {\n            options: [{\n                value: \"text\",\n                text: \"text\"\n            }, {\n                value: \"button\",\n                text: \"button\"\n            }, {\n                value: \"checkbox\",\n                text: \"checkbox\"\n            }, {\n                value: \"color\",\n                text: \"color\"\n            }, {\n                value: \"date\",\n                text: \"date\"\n            }, {\n                value: \"datetime-local\",\n                text: \"datetime-local\"\n            }, {\n                value: \"email\",\n                text: \"email\"\n            }, {\n                value: \"file\",\n                text: \"file\"\n            }, {\n                value: \"hidden\",\n                text: \"hidden\"\n            }, {\n                value: \"image\",\n                text: \"image\"\n            }, {\n                value: \"month\",\n                text: \"month\"\n            }, {\n                value: \"number\",\n                text: \"number\"\n            }, {\n                value: \"password\",\n                text: \"password\"\n            }, {\n                value: \"radio\",\n                text: \"radio\"\n            }, {\n                value: \"range\",\n                text: \"range\"\n            }, {\n                value: \"reset\",\n                text: \"reset\"\n            }, {\n                value: \"search\",\n                text: \"search\"\n            }, {\n                value: \"submit\",\n                text: \"submit\"\n            }, {\n                value: \"tel\",\n                text: \"tel\"\n            }, {\n                value: \"text\",\n                text: \"text\"\n            }, {\n                value: \"time\",\n                text: \"time\"\n            }, {\n                value: \"url\",\n                text: \"url\"\n            }, {\n                value: \"week\",\n                text: \"week\"\n            }]\n        }\n    }, {\n        name: \"Placeholder\",\n        key: \"placeholder\",\n        htmlAttr: \"placeholder\",\n        inputtype: TextInput\n    }, {\n        name: \"Disabled\",\n        key: \"disabled\",\n        htmlAttr: \"disabled\",\n\t\tcol:6,\n\t\tinline:true,\n        inputtype: CheckboxInput,\n\t},{\n        name: \"Required\",\n        key: \"required\",\n        htmlAttr: \"required\",\n\t\tcol:6,\n\t\tinline:true,\n        inputtype: CheckboxInput,\n    }]\n});\n\nVvveb.Components.extend(\"_base\", \"html/selectinput\", {\n\tnodes: [\"select\"],\n    name: \"Select Input\",\n    image: \"icons/select_input.svg\",\n    html: '<select class=\"form-control\"><option value=\"value1\">Text 1</option><option value=\"value2\">Text 2</option><option value=\"value3\">Text 3</option></select>',\n\n\tbeforeInit: function (node) {\n\t\tproperties = [];\n\t\tlet i = 0;\n\t\t\n\t\tnode.querySelectorAll('option').forEach(el => {\n\t\t\tdata = {\"value\": el.value, \"text\": el.text};\n\t\t\ti++;\n\t\t\tproperties.push({\n\t\t\t\tname: \"Option \" + i,\n\t\t\t\tkey: \"option\" + i,\n\t\t\t\t//index: i - 1,\n\t\t\t\toptionNode: el,\n\t\t\t\tinline:true,\n\t\t\t\tinputtype: TextValueInput,\n\t\t\t\tdata: data,\n\t\t\t\tonChange: function(node, value, input) {\n\t\t\t\t\t\n\t\t\t\t\toption = this.optionNode;\n\t\t\t\t\t\n\t\t\t\t\t//if remove button is clicked remove option and render row properties\n\t\t\t\t\tif (input.nodeName == 'BUTTON') {\n\t\t\t\t\t\toption.remove();\n\t\t\t\t\t\tVvveb.Components.render(\"html/selectinput\");\n\t\t\t\t\t\treturn node;\n\t\t\t\t\t}\n\n\t\t\t\t\tif (input.name == \"value\") option.setAttribute(\"value\", value); \n\t\t\t\t\telse if (input.name == \"text\") option.textContent = value;\n\t\t\t\t\treturn node;\n\t\t\t\t},\t\n\t\t\t});\n\t\t});\n\n\t\t//remove all option properties\n\t\tthis.properties = this.properties.filter(function(item) {\n\t\t\treturn item.key.indexOf(\"option\") === -1;\n\t\t});\n\t\t\n\t\t//add remaining properties to generated column properties\n\t\tthis.properties =  properties.concat(this.properties);\n\t\t\n\t\treturn node;\n\t},\n    \n    properties: [{\n        name: \"Name\",\n        key: \"name\",\n        htmlAttr: \"name\",\n        inputtype: TextInput\n    }, {\n        name: \"Disabled\",\n        key: \"disabled\",\n        htmlAttr: \"disabled\",\n\t\tcol:6,\n\t\tinline:true,\n        inputtype: CheckboxInput,\n\t},{\n        name: \"Required\",\n        key: \"required\",\n        htmlAttr: \"required\",\n\t\tcol:6,\n\t\tinline:true,\n        inputtype: CheckboxInput,\n    }, {\n        name: \"Option\",\n        key: \"option1\",\n        inputtype: TextValueInput\n\t}, {\n        name: \"Option\",\n        key: \"option2\",\n        inputtype: TextValueInput\n\t}, {\n        name: \"\",\n        key: \"addChild\",\n        inputtype: ButtonInput,\n        data: {text:\"Add option\", icon:\"la-plus\"},\n        onChange: function(node)\n        {\n\t\t\t node.append(generateElements('<option value=\"value\">Text</option>')[0]);\n\t\t\t \n\t\t\t //render component properties again to include the new column inputs\n\t\t\t Vvveb.Components.render(\"html/selectinput\");\n\t\t\t \n\t\t\t return node;\n\t\t}\n\t}]\n});\n\nVvveb.Components.extend(\"_base\", \"html/textareainput\", {\n\tnodes: [\"textarea\"],\n    name: \"Text Area\",\n    image: \"icons/text_area.svg\",\n    html: '<textarea class=\"form-control\"></textarea>',\n\tproperties: [{\n        name: \"Name\",\n        key: \"name\",\n        htmlAttr: \"name\",\n        inputtype: TextInput\n    }, {\n        name: \"Value\",\n        key: \"value\",\n        htmlAttr: \"value\",\n        inputtype: TextInput\n    }, {\n        name: \"Placeholder\",\n        key: \"placeholder\",\n        htmlAttr: \"placeholder\",\n        inputtype: TextInput\n    }, {\n        name: \"Columns\",\n        key: \"cols\",\n        htmlAttr: \"cols\",\n        inputtype: NumberInput\n    }, {\n        name: \"Rows\",\n        key: \"rows\",\n        htmlAttr: \"rows\",\n        inputtype: NumberInput\n    }, {\n        name: \"Disabled\",\n        key: \"disabled\",\n        htmlAttr: \"disabled\",\n\t\tcol:6,\n\t\tinline:true,\n        inputtype: CheckboxInput,\n\t},{\n        name: \"Required\",\n        key: \"required\",\n        htmlAttr: \"required\",\n\t\tcol:6,\n\t\tinline:true,\n        inputtype: CheckboxInput,\n    }]\t\n});\nVvveb.Components.extend(\"_base\", \"html/radiobutton\", {\n    name: \"Radio Button\",\n\tattributes: {\"type\":\"radio\"},\n    image: \"icons/radio.svg\",\n    html: `<div class=\"form-check\">\n\t\t\t  <label class=\"form-check-label\">\n\t\t\t\t<input class=\"form-check-input\" type=\"radio\" name=\"radiobutton\"> Option 1\n\t\t\t  </label>\n\t\t\t</div>\n\t\t\t<div class=\"form-check\">\n\t\t\t  <label class=\"form-check-label\">\n\t\t\t\t<input class=\"form-check-input\" type=\"radio\" name=\"radiobutton\" checked> Option 2\n\t\t\t  </label>\n\t\t\t</div>\n\t\t\t<div class=\"form-check\">\n\t\t\t  <label class=\"form-check-label\">\n\t\t\t\t<input class=\"form-check-input\" type=\"radio\" name=\"radiobutton\"> Option 3\n\t\t\t  </label>\n\t\t\t</div>`,\n    properties: [{\n        name: \"Name\",\n        key: \"name\",\n        htmlAttr: \"name\",\n        inputtype: TextInput,\n        //inline:true,\n        //col:6\n    },{\n        name: \"Value\",\n        key: \"value\",\n        htmlAttr: \"value\",\n        inputtype: TextInput,\n        //inline:true,\n        //col:6\n    },{\n\t\tname: \"Checked\",\n        key: \"checked\",\n        htmlAttr: \"Checked\",\n        inputtype: CheckboxInput,\n        //inline:true,\n        //col:6\n\t},{\n        name: \"Disabled\",\n        key: \"disabled\",\n        htmlAttr: \"disabled\",\n\t\tcol:6,\n\t\tinline:true,\n        inputtype: CheckboxInput,\n\t},{\n        name: \"Required\",\n        key: \"required\",\n        htmlAttr: \"required\",\n\t\tcol:6,\n\t\tinline:true,\n        inputtype: CheckboxInput,\n     }]\n});\n\nVvveb.Components.extend(\"_base\", \"html/checkbox\", {\n    name: \"Checkbox\",\n    attributes: {\"type\":\"checkbox\"},\n    image: \"icons/checkbox.svg\",\n    html: `<div class=\"form-check\">\n\t\t\t  <label class=\"form-check-label\">\n\t\t\t\t<input class=\"form-check-input\" type=\"checkbox\" value=\"\"> Default checkbox\n\t\t\t  </label>\n\t\t\t</div>`,\n    properties: [{\n        name: \"Name\",\n        key: \"name\",\n        htmlAttr: \"name\",\n        inputtype: TextInput,\n        //inline:true,\n        //col:6\n    },{\n        name: \"Value\",\n        key: \"value\",\n        htmlAttr: \"value\",\n        inputtype: TextInput,\n        //inline:true,\n        //col:6\n    },{\n\t\tname: \"Checked\",\n        key: \"checked\",\n        htmlAttr: \"Checked\",\n        inputtype: CheckboxInput,\n        //inline:true,\n        //col:6\n\t},{\n        name: \"Disabled\",\n        key: \"disabled\",\n        htmlAttr: \"disabled\",\n\t\tcol:6,\n\t\tinline:true,\n        inputtype: CheckboxInput,\n\t},{\n        name: \"Required\",\n        key: \"required\",\n        htmlAttr: \"required\",\n\t\tcol:6,\n\t\tinline:true,\n        inputtype: CheckboxInput,\n     }]\n});\n\n/*\nVvveb.Components.extend(\"_base\", \"html/fileinput\", {\n    name: \"Input group\",\n\tattributes: {\"type\":\"file\"},\n    image: \"icons/text_input.svg\",\n    html: '<input type=\"file\" class=\"form-control\">'\n});\n*/\n\nVvveb.Components.extend(\"_base\", \"html/video\", {\n    nodes: [\"video\"],\n    name: \"Video\",\n    html: '<video width=\"320\" height=\"240\" playsinline loop autoplay muted src=\"../../media/demo/sample.webm\" poster=\"../../media/sample.webp\"><video>',\n    dragHtml: '<img  width=\"320\" height=\"240\" src=\"' + Vvveb.baseUrl + 'icons/video.svg\">',\n\timage: \"icons/video.svg\",\n    resizable:true,//show select box resize handlers\n    properties: [{\n        name: \"Video\",\n        //child: \"source\",\n        key: \"src\",\n        htmlAttr: \"src\",\n        inputtype: VideoInput\n    },{       \n\t\tname: \"Poster\",\n        key: \"poster\",\n        htmlAttr: \"poster\",\n        inputtype: ImageInput\n    },{\n        name: \"Width\",\n        key: \"width\",\n        htmlAttr: \"width\",\n        inputtype: TextInput\n    }, {\n        name: \"Height\",\n        key: \"height\",\n        htmlAttr: \"height\",\n        inputtype: TextInput\n    },{\n        name: \"Muted\",\n        key: \"muted\",\n        htmlAttr: \"muted\",\n        inputtype: CheckboxInput\n    },{\n        name: \"Loop\",\n        key: \"loop\",\n        htmlAttr: \"loop\",\n        inputtype: CheckboxInput\n    },{\n        name: \"Autoplay\",\n        key: \"autoplay\",\n        htmlAttr: \"autoplay\",\n        inputtype: CheckboxInput\n    },{\n        name: \"Plays inline\",\n        key: \"playsinline\",\n        htmlAttr: \"playsinline\",\n        inputtype: CheckboxInput\n    },{\n        name: \"Controls\",\n        key: \"controls\",\n        htmlAttr: \"controls\",\n        inputtype: CheckboxInput\n    },{\n\tname:\"\",\n\tkey: \"autoplay_warning\",\n        inline:false,\n        col:12,\n        inputtype: NoticeInput,\n        data: {\n\t\t\ttype:'warning',\n\t\t\ttitle:'Autoplay',\n\t\t\ttext:'Most browsers allow auto play only if video is muted and plays inline'\n\t\t}\n\t}]\n});\n\n\nVvveb.Components.extend(\"_base\", \"html/button\", {\n    nodes: [\"button\"],\n    name: \"Html Button\",\n    image: \"icons/button.svg\",\n    html: '<button>Button</button>',\n    properties: [{\n        name: \"Text\",\n        key: \"text\",\n        htmlAttr: \"innerHTML\",\n        inputtype: TextInput\n    }, {\n        name: \"Name\",\n        key: \"name\",\n        htmlAttr: \"name\",\n        inputtype: TextInput\n    }, {\n        name: \"Type\",\n        key: \"type\",\n\t\thtmlAttr: \"type\",\n        inputtype: SelectInput,\n        data: {\n\t\t\toptions: [{\n\t\t\t\tvalue: \"button\",\n\t\t\t\ttext: \"button\"\n\t\t\t}, {\t\n\t\t\t\tvalue: \"reset\",\n\t\t\t\ttext: \"reset\"\n\t\t\t}, {\n\t\t\t\tvalue: \"submit\",\n\t\t\t\ttext: \"submit\"\n\t\t\t}],\n\t\t}\n   \t},{\n        name: \"Autofocus\",\n        key: \"autofocus\",\n        htmlAttr: \"autofocus\",\n        inputtype: CheckboxInput,\n\t\tinline:true,\n        col:6,\n   \t},{\n\t\tname: \"Disabled\",\n        key: \"disabled\",\n        htmlAttr: \"disabled\",\n        inputtype: CheckboxInput,\n\t\tinline:true,\n        col:6,\n\t}]\n});\n\nVvveb.Components.extend(\"_base\", \"html/paragraph\", {\n    nodes: [\"p\"],\n    name: \"Paragraph\",\n    image: \"icons/paragraph.svg\",\n    html: '<p>Lorem ipsum</p>',\n    properties: [{\n        name: \"Text align\",\n        key: \"p-text-align\",\n        htmlAttr: \"class\",\n        inline:false,\n        validValues: [\"\", \"text-start\", \"text-center\", \"text-end\"],\n        inputtype: RadioButtonInput,\n        data: {\n            extraclass:\"btn-group-sm btn-group-fullwidth\",\n            options: [{\n                value: \"\",\n                icon:\"la la-times\",\n                //text: \"None\",\n                title: \"None\",\n                checked:true,\n            }, {\n                value: \"text-start\",\n                //text: \"Left\",\n                title: \"text-start\",\n                icon:\"la la-align-left\",\n                checked:false,\n            }, {\n                value: \"text-center\",\n                //text: \"Center\",\n                title: \"Center\",\n                icon:\"la la-align-center\",\n                checked:false,\n            }, {\n                value: \"text-end\",\n                //text: \"Right\",\n                title: \"Right\",\n                icon:\"la la-align-right\",\n                checked:false,\n            }],\n        },\n\t},{\n\t\tname: \"Text\",\n\t\tkey: \"innerHTML\",\n\t\tsort:3,\n\t\tinline:false,\n\t\thtmlAttr: \"innerHTML\",\n\t\tinputtype: TextareaInput\n\t}]\n});\n\nVvveb.Components.extend(\"_base\", \"html/blockquote\", {\n    nodes: [\"blockquote\"],\n    name: \"Blockquote\",\n\timage: \"icons/blockquote.svg\",\n\thtml: `<blockquote cite=\"https://en.wikipedia.org/wiki/Marcus_Aurelius\">\n\t\t\t\t<p>Today I shall be meeting with interference, ingratitude, insolence, disloyalty, ill-will, and selfishness all of them due to the offenders' ignorance of what is good or evil.</p>\n\t\t\t\t<cite class=\"small\">\n\t\t\t\t\t<a href=\"https://en.wikipedia.org/wiki/Marcus_Aurelius\" class=\"text-decoration-none\" target=\"blank\">Marcus Aurelius</a>\n\t\t\t\t</cite>\t\n\t\t\t</blockquote>`,\n    properties: [{\n        name: \"Cite\",\n        key: \"cite\",\n        inline:false,\n        htmlAttr: \"cite\",\n        inputtype: TextInput,\n    }]\n});\n\nVvveb.Components.extend(\"_base\", \"html/list-item\", {\n    nodes: [\"li\"],\n    name: \"List item\",\n\timage: \"icons/list.svg\",\n\thtml: `<li>List item</li>`\n});\n\nVvveb.Components.extend(\"_base\", \"html/list\", {\n    nodes: [\"ul\", \"ol\"],\n    name: \"List\",\n\timage: \"icons/list.svg\",\n\thtml: `<ul>\n\t\t\t\t<li>Begin with the possible; begin with one step.</li>\n\t\t\t\t<li>Never think of results, just do!</li>\n\t\t\t\t<li>Patience is the mother of will.</li>\n\t\t\t\t<li>Man must use what he has, not hope for what is not.</li>\n\t\t\t\t<li>Only super-efforts count.</li>\n\t\t\t</ul>`,\n\tproperties: [{\n        name: \"Type\",\n        key: \"type\",\n        inputtype: SelectInput,\n        \n        onChange: function(node, value) {\n\t\t\treturn changeNodeName(node, value);\n\t\t},\t\n\t\t\t\n        init: function(node) {\n            return node.nodeName.toLowerCase()\n        },\n        \n        data:{\n            options: [{\n                value: \"ul\",\n                text: \"Unordered\"\n            }, {\n                value: \"ol\",\n                text: \"Ordered\"\n            }]\n       },\n    },{\n\t\tname: \"Items\",\n        key: \"items\",\n        inputtype: ListInput,\n\t\thtmlAttr:\"data-slides-per-view\",\n\t\tinline:true,\n\t\tdata: {\n\t\t\tselector:\"li\",\n\t\t\tcontainer:\"\",\n\t\t\tprefix:\"Item \",\n\t\t\tremoveElement: true,\n\t\t\t\"newElement\": `<li>Do everything quickly and well.</li>`\n\t\t},\n\t\tonChange: function(node, value, input, component, event) {\n\t\t\tlet element = node;\n\n\t\t\tif (event.action) {\n\t\t\t\tif (event.action == \"add\") {\n\t\t\t\t\t//node.append(generateElements(`<li>List item</li>`)[0]);\n\t\t\t\t\t\n\t\t\t\t\t//temporary solution to better update list\n\t\t\t\t\tVvveb.Components.render(\"html/list\");\n\t\t\t\t}\n\t\t\t\tif (event.action == \"remove\") {\n\t\t\t\t} else if (event.action == \"select\") {\n\t\t\t\t}\n\t\t\t}\n\t\t\t\n\t\t\treturn node;\n\t\t},\n\t}]\t\t\t\n});\n\nVvveb.Components.extend(\"_base\", \"html/preformatted\", {\n    nodes: [\"pre\"],\n    name: \"Preformatted\",\n\timage: \"icons/paragraph.svg\",\n\thtml: `<pre>Today I shall be meeting with interference, \ningratitude, insolence, disloyalty, ill-will, and\nselfishness all of them due to the offenders'\nignorance of what is good or evil..</pre>`,\n    properties: [{\n        name: \"Text\",\n        key: \"text\",\n        inline:false,\n        htmlAttr: \"innerHTML\",\n        inputtype: TextareaInput,\n        data:{\n\t\t\trows:20,\n\t\t}\n    }]\n});\n\nVvveb.Components.extend(\"_base\", \"html/form\", {\n    nodes: [\"form\"],\n    image: \"icons/form.svg\",\n    name: \"Form\",\n    html: `<form action=\"\" method=\"POST\">\n\t  <div class=\"mb-3\">\n\t\t<label for=\"exampleInputEmail1\" class=\"form-label\">Email address</label>\n\t\t<input type=\"email\" class=\"form-control\" id=\"exampleInputEmail1\" aria-describedby=\"emailHelp\">\n\t\t<div id=\"emailHelp\" class=\"form-text\">We'll never share your email with anyone else.</div>\n\t  </div>\n\t  <div class=\"mb-3\">\n\t\t<label for=\"exampleInputPassword1\" class=\"form-label\">Password</label>\n\t\t<input type=\"password\" class=\"form-control\" id=\"exampleInputPassword1\">\n\t  </div>\n\t  <div class=\"mb-3 form-check\">\n\t\t<input type=\"checkbox\" class=\"form-check-input\" id=\"exampleCheck1\">\n\t\t<label class=\"form-check-label\" for=\"exampleCheck1\">Check me out</label>\n\t  </div>\n\t  <button type=\"submit\" class=\"btn btn-primary\">Submit</button>\n\t</form>`,\n    properties: [/*{\n        name: \"Style\",\n        key: \"style\",\n        htmlAttr: \"class\",\n        validValues: [\"\", \"form-search\", \"form-inline\", \"form-horizontal\"],\n        inputtype: SelectInput,\n        data: {\n            options: [{\n                value: \"\",\n                text: \"Default\"\n            }, {\n                value: \"form-search\",\n                text: \"Search\"\n            }, {\n                value: \"form-inline\",\n                text: \"Inline\"\n            }, {\n                value: \"form-horizontal\",\n                text: \"Horizontal\"\n            }]\n        }\n    }, */{\n        name: \"Action\",\n        key: \"action\",\n        htmlAttr: \"action\",\n        inputtype: TextInput\n    }, {\n        name: \"Method\",\n        key: \"method\",\n        htmlAttr: \"method\",\n        inputtype: SelectInput,\n        data: {\n            options: [{\n                value: \"post\",\n                text: \"Post\"\n            }, {\n                value: \"get\",\n                text: \"Get\"\n            }]\n        }\n    }, {\n        name: \"Encoding type\",\n        key: \"enctype\",\n        htmlAttr: \"enctype\",\n        inputtype: SelectInput,\n        data: {\n            options: [{\n                value: \"\",\n                text: \"\"\n            }, {\n                value: \"application/x-www-form-urlencoded\",\n                text: \"Url encoded (default)\"\n            }, {\n                value: \"multipart/form-data\",\n                text: \"Multipart (for file upload)\"\n            }, {\n                value: \"text/plain\",\n                text: \"Text plain\"\n            }]\n        }\n    }]\n});\n\nVvveb.Components.extend(\"_base\", \"html/tablerow\", {\n    nodes: [\"tr\"],\n    image: \"icons/table.svg\",\n    name: \"Table Row\",\n    html: \"<tr><td>Cell 1</td><td>Cell 2</td><td>Cell 3</td></tr>\",\n    properties: [{\n        name: \"Type\",\n        key: \"type\",\n        htmlAttr: \"class\",\n        inputtype: SelectInput,\n        validValues: [\"\", \"success\", \"danger\", \"warning\", \"active\"],\n        data: {\n            options: [{\n                value: \"\",\n                text: \"Default\"\n            }, {\n                value: \"success\",\n                text: \"Success\"\n            }, {\n                value: \"error\",\n                text: \"Error\"\n            }, {\n                value: \"warning\",\n                text: \"Warning\"\n            }, {\n                value: \"active\",\n                text: \"Active\"\n            }]\n        }\n    }]\n});\nVvveb.Components.extend(\"_base\", \"html/tablecell\", {\n    nodes: [\"td\"],\n    image: \"icons/table.svg\",\n    name: \"Table Cell\",\n    html: \"<td>Cell</td>\"\n});\n\nVvveb.Components.extend(\"_base\", \"html/tableheadercell\", {\n    nodes: [\"th\"],\n    image: \"icons/table.svg\",\n    name: \"Table Header Cell\",\n    html: \"<th>Head</th>\"\n});\n\nVvveb.Components.extend(\"_base\", \"html/tablebody\", {\n    nodes: [\"tbody\"],\n    image: \"icons/table.svg\",\n    name: \"Table Body\",\n    html: \"<tbody>Table body</tbody>\"\n});\n\nVvveb.Components.extend(\"_base\", \"html/tablefooter\", {\n    nodes: [\"tfooter\"],\n    image: \"icons/table.svg\",\n    name: \"Table Footer\",\n    html: \"<tfooter>Table footer</tfooter>\"\n});\n\nVvveb.Components.extend(\"_base\", \"html/tablehead\", {\n    nodes: [\"thead\"],\n    image: \"icons/table.svg\",\n    name: \"Table Head\",\n    html: \"<thead><tr><th>Head 1</th><th>Head 2</th><th>Head 3</th></tr></thead>\",\n    properties: [{\n        name: \"Type\",\n        key: \"type\",\n        htmlAttr: \"class\",\n        inputtype: SelectInput,\n        validValues: [\"\", \"success\", \"danger\", \"warning\", \"info\"],\n        data: {\n            options: [{\n                value: \"\",\n                text: \"Default\"\n            }, {\n                value: \"success\",\n                text: \"Success\"\n            }, {\n                value: \"anger\",\n                text: \"Error\"\n            }, {\n                value: \"warning\",\n                text: \"Warning\"\n            }, {\n                value: \"info\",\n                text: \"Info\"\n            }]\n        }\n    }]\n});\n\nVvveb.Components.extend(\"_base\", \"html/table\", {\n    nodes: [\"table\"],\n    classes: [\"table\"],\n    image: \"icons/table.svg\",\n    name: \"Table\",\n    html: `<table class=\"table table-striped table-hover\">\n\t\t\t  <thead>\n\t\t\t\t<tr>\n\t\t\t\t  <th scope=\"col\">#</th>\n\t\t\t\t  <th scope=\"col\">First</th>\n\t\t\t\t  <th scope=\"col\">Last</th>\n\t\t\t\t  <th scope=\"col\">Handle</th>\n\t\t\t\t</tr>\n\t\t\t  </thead>\n\t\t\t  <tbody>\n\t\t\t\t<tr>\n\t\t\t\t  <th scope=\"row\">1</th>\n\t\t\t\t  <td>Mark</td>\n\t\t\t\t  <td>Otto</td>\n\t\t\t\t  <td>@mdo</td>\n\t\t\t\t</tr>\n\t\t\t\t<tr>\n\t\t\t\t  <th scope=\"row\">2</th>\n\t\t\t\t  <td>Jacob</td>\n\t\t\t\t  <td>Thornton</td>\n\t\t\t\t  <td>@fat</td>\n\t\t\t\t</tr>\n\t\t\t\t<tr>\n\t\t\t\t  <th scope=\"row\">3</th>\n\t\t\t\t  <td colspan=\"2\">Larry the Bird</td>\n\t\t\t\t  <td>@twitter</td>\n\t\t\t\t</tr>\n\t\t\t  </tbody>\n\t\t\t</table>`,\n    properties: [{\n        name: \"Type\",\n        key: \"type\",\n\t\thtmlAttr: \"class\",\n        validValues: [\"table-primary\", \"table-secondary\", \"table-success\", \"table-danger\", \"table-warning\", \"table-info\", \"table-light\", \"table-dark\", \"table-white\"],\n        inputtype: SelectInput,\n        data: {\n            options: [{\n\t\t\t\tvalue: \"Default\",\n\t\t\t\ttext: \"\"\n\t\t\t}, {\n\t\t\t\tvalue: \"table-primary\",\n\t\t\t\ttext: \"Primary\"\n\t\t\t},{\n\t\t\t\tvalue: \"table-secondary\",\n\t\t\t\ttext: \"Secondary\"\n\t\t\t},{\n\t\t\t\tvalue: \"table-success\",\n\t\t\t\ttext: \"Success\"\n\t\t\t},{\n\t\t\t\tvalue: \"table-danger\",\n\t\t\t\ttext: \"Danger\"\n\t\t\t},{\n\t\t\t\tvalue: \"table-warning\",\n\t\t\t\ttext: \"Warning\"\n\t\t\t},{\n\t\t\t\tvalue: \"table-info\",\n\t\t\t\ttext: \"Info\"\n\t\t\t},{\n\t\t\t\tvalue: \"table-light\",\n\t\t\t\ttext: \"Light\"\n\t\t\t},{\n\t\t\t\tvalue: \"table-dark\",\n\t\t\t\ttext: \"Dark\"\n\t\t\t},{\n\t\t\t\tvalue: \"table-white\",\n\t\t\t\ttext: \"White\"\n\t\t\t}]\n        }\n    }, {\n        name: \"Responsive\",\n        key: \"responsive\",\n        htmlAttr: \"class\",\n        validValues: [\"table-responsive\"],\n        inputtype: ToggleInput,\n        data: {\n            on: \"table-responsive\",\n            off: \"\"\n        }\n    }, {\n        name: \"Small\",\n        key: \"small\",\n        htmlAttr: \"class\",\n        validValues: [\"table-sm\"],\n        inputtype: ToggleInput,\n        data: {\n            on: \"table-sm\",\n            off: \"\"\n        }\n    }, {\n        name: \"Hover\",\n        key: \"hover\",\n        htmlAttr: \"class\",\n        validValues: [\"table-hover\"],\n        inputtype: ToggleInput,\n        data: {\n            on: \"table-hover\",\n            off: \"\"\n        }\n    }, {\n        name: \"Bordered\",\n        key: \"bordered\",\n        htmlAttr: \"class\",\n        validValues: [\"table-bordered\"],\n        inputtype: ToggleInput,\n        data: {\n            on: \"table-bordered\",\n            off: \"\"\n        }\n    }, {\n        name: \"Striped\",\n        key: \"striped\",\n        htmlAttr: \"class\",\n        validValues: [\"table-striped\"],\n        inputtype: ToggleInput,\n        data: {\n            on: \"table-striped\",\n            off: \"\"\n        }\n    }, {\n        name: \"Inverse\",\n        key: \"inverse\",\n        htmlAttr: \"class\",\n        validValues: [\"table-inverse\"],\n        inputtype: ToggleInput,\n        data: {\n            on: \"table-inverse\",\n            off: \"\"\n        }\n    },   \n    {\n        name: \"Head options\",\n        key: \"head\",\n        htmlAttr: \"class\",\n        child:\"thead\",\n        inputtype: SelectInput,\n        validValues: [\"\", \"thead-dark\", \"thead-light\"],\n        data: {\n            options: [{\n                value: \"\",\n                text: \"None\"\n            }, {\n                value: \"thead-default\",\n                text: \"Default\"\n            }, {\n                value: \"thead-inverse\",\n                text: \"Inverse\"\n            }]\n        }\n    }]\n});\n\nVvveb.Components.extend(\"_base\", \"html/audio\", {\n    nodes: [\"audio\"],\n    attributes: [\"data-component-audio\"],\n    name: \"Audio\",\n    image: \"icons/audio.svg\",\n    html: `<figure data-component-audio><audio controls src=\"#\"></audio></figure>`,\n    properties: [{\n        name: \"Src\",\n        key: \"src\",\n        child:\"audio\",\n        htmlAttr: \"src\",\n        inputtype: LinkInput\n\t}, {\n       \tkey: \"audio_options\",\n        inputtype: SectionInput,\n        name:false,\n        data: {header:\"Options\"},\n    }, {\n\t\tname: \"Autoplay\",\n        key: \"autoplay\",\n        htmlAttr: \"autoplay\",\n        child:\"audio\",\n        inputtype: CheckboxInput,\n        inline:true,\n        col:4,\n/*    }, {\n        name: \"Controls\",\n        key: \"controls\",\n        htmlAttr: \"controls\",\n        inputtype: CheckboxInput,\n        child:\"audio\",\n        inline:true,\n        col:4,\n*/    }, {\n        name: \"Loop\",\n        key: \"loop\",\n        htmlAttr: \"loop\",\n        inputtype: CheckboxInput,\n        child:\"audio\",\n        inline:true,\n        col:4\n    }]\n});\n\n\nVvveb.Components.extend(\"_base\", \"html/pdf\", {\n    attributes: [\"data-component-pdf\"],\n    image: \"icons/pdf.svg\",\n    name: \"Pdf embed\",\n    html: `<object data=\"\" type=\"application/pdf\" data-component-pdf></object>`,\n    properties: [{\n        name: \"Data\",\n        key: \"data\",\n        htmlAttr: \"data\",\n        inputtype: TextInput\n    }]\n});\n\nVvveb.Components.extend(\"_base\", \"html/embed\", {\n    attributes: [\"data-component-embed\"],\n    image: \"icons/embed.svg\",\n    name: \"Embed\",\n    html: `<object data=\"\" type=\"application/pdf\" data-component-pdf></object>`,\n    properties: [{\n        name: \"Data\",\n        key: \"data\",\n        htmlAttr: \"data\",\n        inputtype: TextInput\n    }]\n});\n\nVvveb.Components.extend(\"_base\", \"html/html\", {\n    nodes: [\"html\"],\n    name: \"Html Page\",\n    image: \"icons/posts.svg\",\n    html: `<html><body></body></html>`,\n    properties: [{\n        name: \"Title\",\n        key: \"title\",\n        htmlAttr: \"innerHTML\",\n        inputtype: TextInput,\n        child:\"title\",\n    }, {\n        name: \"Meta description\",\n        key: \"description\",\n        htmlAttr: \"content\",\n        inputtype: TextInput,\n        child:'meta[name=description]',\n    }, {\n        name: \"Meta keywords\",\n        key: \"keywords\",\n        htmlAttr: \"content\",\n        inputtype: TextInput,\n        child:'meta[name=keywords]',\n    }]\n});\n\n/*\nVvveb.ComponentsGroup['Base'] =\n[\"html/heading\", \"html/image\", \"html/hr\",  \"html/form\", \"html/textinput\", \"html/textareainput\", \"html/selectinput\", \"html/fileinput\", \"html/checkbox\", \"html/radiobutton\", \"html/link\", \"html/video\", \"html/button\", \"html/paragraph\", \"html/blockquote\", \"html/list\", \"html/table\", \"html/preformatted\"];\n\n*/\n\nVvveb.Components.extend(\"_base\", \"html/iframe\", {\n\tattributes: [\"data-component-iframe\"],\n    name: \"Iframe\",\n    image: \"icons/file.svg\",\n    html: '<div data-component-iframe><iframe src=\"https://www.vvveb.com\" width=\"320\" height=\"240\"></iframe></div>',\n\tproperties: [{\n        name: \"Src\",\n        key: \"src\",\n        htmlAttr: \"src\",\n        child:\"iframe\",\n        inputtype: TextInput\n    }, {\n        name: \"Width\",\n        key: \"width\",\n        htmlAttr: \"width\",\n        child:\"iframe\",\n        inputtype: CssUnitInput\n    }, {\n        name: \"Height\",\n        key: \"height\",\n        htmlAttr: \"height\",\n        child:\"iframe\",\n        inputtype: CssUnitInput\n\t}]\t\n});\n"
  },
  {
    "path": "libs/builder/components-server.js",
    "content": "/*\nCopyright 2017 Ziadin Givan\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n   http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\nhttps://github.com/givanz/VvvebJs\n*/\n\nVvveb.ComponentsGroup['Server Components'] = [\"components/products\", \"components/product\", \"components/categories\", \"components/manufacturers\", \"components/search\", \"components/user\", \"components/product_gallery\", \"components/cart\", \"components/checkout\", \"components/filters\", \"components/product\", \"components/slider\"];\n\n\nVvveb.Components.add(\"components/product\", {\n    name: \"Product\",\n    attributes: [\"data-component-product\"],\n\n    image: \"icons/map.svg\",\n    html: '<iframe frameborder=\"0\" src=\"https://maps.google.com/maps?&z=1&t=q&output=embed\"></iframe>',\n    \n\tproperties: [\n\t{\n        name: \"Id\",\n        key: \"id\",\n        htmlAttr: \"id\",\n        inputtype: TextInput\n    },\n\t{\n        name: \"Select\",\n        key: \"id\",\n        htmlAttr: \"id\",\n        inputtype: SelectInput,\n        data:{\n\t\t\toptions: [{\n                value: \"\",\n                text: \"None\"\n            }, {\n                value: \"pull-left\",\n                text: \"Left\"\n            }, {\n                value: \"pull-right\",\n                text: \"Right\"\n            }]\n       },\n    },\n\t{\n        name: \"Select 2\",\n        key: \"id\",\n        htmlAttr: \"id\",\n        inputtype: SelectInput,\n        data:{\n\t\t\toptions: [{\n                value: \"\",\n                text: \"nimic\"\n            }, {\n                value: \"pull-left\",\n                text: \"gigi\"\n            }, {\n                value: \"pull-right\",\n                text: \"vasile\"\n            }, {\n                value: \"pull-right\",\n                text: \"sad34\"\n            }]\n       },\n    }]\n});    \n\n\nVvveb.Components.add(\"components/products\", {\n    name: \"Products\",\n    attributes: [\"data-component-products\"],\n\n    image: \"icons/products.svg\",\n    html: '<div class=\"mb-3\"><label>Your response:</label><textarea class=\"form-control\"></textarea></div>',\n\n    init: function (node)\n\t{\n\t\t$('.mb-3[data-group]').hide();\n\t\tif (node.dataset.type != undefined)\n\t\t{\n\t\t\t$('.mb-3[data-group=\"'+ node.dataset.type + '\"]').show();\n\t\t} else\n\t\t{\t\t\n\t\t\t$('.mb-3[data-group]:first').show();\n\t\t}\n\t},\n    properties: [{\n        name: false,\n        key: \"type\",\n        inputtype: RadioButtonInput,\n\t\thtmlAttr:\"data-type\",\n        data: {\n            inline: true,\n            extraclass:\"btn-group-fullwidth\",\n            options: [{\n                value: \"autocomplete\",\n                text: \"Autocomplete\",\n                title: \"Autocomplete\",\n                icon:\"la la-search\",\n                checked:true,\n            }, {\n                value: \"automatic\",\n                icon:\"la la-cog\",\n                text: \"Configuration\",\n                title: \"Configuration\",\n            }],\n        },\n\t\tonChange : function(element, value, input) {\n\t\t\t\n\t\t\t$('.mb-3[data-group]').hide();\n\t\t\t$('.mb-3[data-group=\"'+ input.value + '\"]').show();\n\n\t\t\treturn element;\n\t\t}, \n\t\tinit: function(node) {\n\t\t\treturn node.dataset.type;\n\t\t},            \n    },{\n        name: \"Products\",\n        key: \"products\",\n        group:\"autocomplete\",\n        htmlAttr:\"data-products\",\n        inputtype: AutocompleteList,\n        data: {\n            url: \"/admin/?module=editor/editor&action=productsAutocomplete\",\n        },\n    },{\n        name: \"Number of products\",\n        group:\"automatic\",\n        key: \"limit\",\n\t\thtmlAttr:\"data-limit\",\n        inputtype: NumberInput,\n        data: {\n            value: \"8\",//default\n            min: \"1\",\n            max: \"1024\",\n            step: \"1\"\n        },        \n        getFromNode: function(node) {\n            return 10\n        },\n    },{\n        name: \"Start from page\",\n        group:\"automatic\",\n        key: \"page\",\n\t\thtmlAttr:\"data-page\",\n        data: {\n            value: \"1\",//default\n            min: \"1\",\n            max: \"1024\",\n            step: \"1\"\n        },        \n        inputtype: NumberInput,\n        getFromNode: function(node) {\n            return 0\n        },\n    },{\n        name: \"Order by\",\n        group:\"automatic\",\n        key: \"order\",\n\t\thtmlAttr:\"data-order\",\n        inputtype: SelectInput,\n        data: {\n            options: [{\n\t\t\t\tvalue: \"price_asc\",\n                text: \"Price Ascending\"\n            }, {\n                value: \"price_desc\",\n                text: \"Price Descending\"\n            }, {\n                value: \"date_asc\",\n                text: \"Date Ascending\"\n            }, {\n                value: \"date_desc\",\n                text: \"Date Descending\"\n            }, {\n                value: \"sales_asc\",\n                text: \"Sales Ascending\"\n            }, {\n                value: \"sales_desc\",\n                text: \"Sales Descending\"\n            }]\n\t\t}\n\t},{\n        name: \"Category\",\n        group:\"automatic\",\n        key: \"category\",\n\t\thtmlAttr:\"data-category\",\n        inputtype: AutocompleteList,\n        data: {\n            url: \"/admin/?module=editor/editor&action=productsAutocomplete\",\n        },\n\n\t},{\n        name: \"Manufacturer\",\n        group:\"automatic\",\n        key: \"manufacturer\",\n\t\thtmlAttr:\"data-manufacturer\",\n        inputtype: AutocompleteList,\n        data: {\n            url: \"/admin/?module=editor/editor&action=productsAutocomplete\",\n\t\t}\n\t},{\n        name: \"Manufacturer 2\",\n        group:\"automatic\",\n        key: \"manufacturer 2\",\n\t\thtmlAttr:\"data-manufacturer2\",\n        inputtype: AutocompleteList,\n        data: {\n            url: \"/admin/?module=editor/editor&action=productsAutocomplete\",\n        },\n    }]\n});\n\nVvveb.Components.add(\"components/manufacturers\", {\n    name: \"Manufacturers\",\n    classes: [\"component_manufacturers\"],\n    image: \"icons/categories.svg\",\n    html: '<div class=\"mb-3\"><label>Your response:</label><textarea class=\"form-control\"></textarea></div>',\n    properties: [{\n        nolabel:false,\n        inputtype: TextInput,\n        data: {text:\"Fields\"}\n\t},{\n        name: \"Name\",\n        key: \"category\",\n        inputtype: TextInput\n\t},{\n        name: \"Image\",\n        key: \"category\",\n        inputtype: TextInput\n\t}\n    ]\n});\n\nVvveb.Components.add(\"components/categories\", {\n    name: \"Categories\",\n    classes: [\"component_categories\"],\n    image: \"icons/categories.svg\",\n    html: '<div class=\"mb-3\"><label>Your response:</label><textarea class=\"form-control\"></textarea></div>',\n    properties: [{\n        name: \"Name\",\n        key: \"name\",\n        htmlAttr: \"src\",\n        inputtype: FileUploadInput\n    }]\n});\nVvveb.Components.add(\"components/search\", {\n    name: \"Search\",\n    classes: [\"component_search\"],\n    image: \"icons/search.svg\",\n    html: '<div class=\"mb-3\"><label>Your response:</label><textarea class=\"form-control\"></textarea></div>',\n    properties: [{\n        name: \"asdasdad\",\n        key: \"src\",\n        htmlAttr: \"src\",\n        inputtype: FileUploadInput\n    }, {\n        name: \"34234234\",\n        key: \"width\",\n        htmlAttr: \"width\",\n        inputtype: TextInput\n    }, {\n        name: \"d32d23\",\n        key: \"height\",\n        htmlAttr: \"height\",\n        inputtype: TextInput\n    }]\n});\nVvveb.Components.add(\"components/user\", {\n    name: \"User\",\n    classes: [\"component_user\"],\n    image: \"icons/user.svg\",\n    html: '<div class=\"mb-3\"><label>Your response:</label><textarea class=\"form-control\"></textarea></div>',\n    properties: [{\n        name: \"asdasdad\",\n        key: \"src\",\n        htmlAttr: \"src\",\n        inputtype: FileUploadInput\n    }, {\n        name: \"34234234\",\n        key: \"width\",\n        htmlAttr: \"width\",\n        inputtype: TextInput\n    }, {\n        name: \"d32d23\",\n        key: \"height\",\n        htmlAttr: \"height\",\n        inputtype: TextInput\n    }]\n});\nVvveb.Components.add(\"components/product_gallery\", {\n    name: \"Product gallery\",\n    classes: [\"component_product_gallery\"],\n    image: \"icons/product_gallery.svg\",\n    html: '<div class=\"mb-3\"><label>Your response:</label><textarea class=\"form-control\"></textarea></div>',\n    properties: [{\n        name: \"asdasdad\",\n        key: \"src\",\n        htmlAttr: \"src\",\n        inputtype: FileUploadInput\n    }, {\n        name: \"34234234\",\n        key: \"width\",\n        htmlAttr: \"width\",\n        inputtype: TextInput\n    }, {\n        name: \"d32d23\",\n        key: \"height\",\n        htmlAttr: \"height\",\n        inputtype: TextInput\n    }]\n});\nVvveb.Components.add(\"components/cart\", {\n    name: \"Cart\",\n    classes: [\"component_cart\"],\n    image: \"icons/cart.svg\",\n    html: '<div class=\"mb-3\"><label>Your response:</label><textarea class=\"form-control\"></textarea></div>',\n    properties: [{\n        name: \"asdasdad\",\n        key: \"src\",\n        htmlAttr: \"src\",\n        inputtype: FileUploadInput\n    }, {\n        name: \"34234234\",\n        key: \"width\",\n        htmlAttr: \"width\",\n        inputtype: TextInput\n    }, {\n        name: \"d32d23\",\n        key: \"height\",\n        htmlAttr: \"height\",\n        inputtype: TextInput\n    }]\n});\nVvveb.Components.add(\"components/checkout\", {\n    name: \"Checkout\",\n    classes: [\"component_checkout\"],\n    image: \"icons/checkout.svg\",\n    html: '<div class=\"mb-3\"><label>Your response:</label><textarea class=\"form-control\"></textarea></div>',\n    properties: [{\n        name: \"asdasdad\",\n        key: \"src\",\n        htmlAttr: \"src\",\n        inputtype: FileUploadInput\n    }, {\n        name: \"34234234\",\n        key: \"width\",\n        htmlAttr: \"width\",\n        inputtype: TextInput\n    }, {\n        name: \"d32d23\",\n        key: \"height\",\n        htmlAttr: \"height\",\n        inputtype: TextInput\n    }]\n});\nVvveb.Components.add(\"components/filters\", {\n    name: \"Filters\",\n    classes: [\"component_filters\"],\n    image: \"icons/filters.svg\",\n    html: '<div class=\"mb-3\"><label>Your response:</label><textarea class=\"form-control\"></textarea></div>',\n    properties: [{\n        name: \"asdasdad\",\n        key: \"src\",\n        htmlAttr: \"src\",\n        inputtype: FileUploadInput\n    }, {\n        name: \"34234234\",\n        key: \"width\",\n        htmlAttr: \"width\",\n        inputtype: TextInput\n    }, {\n        name: \"d32d23\",\n        key: \"height\",\n        htmlAttr: \"height\",\n        inputtype: TextInput\n    }]\n});\nVvveb.Components.add(\"components/product\", {\n    name: \"Product\",\n    classes: [\"component_product\"],\n    image: \"icons/product.svg\",\n    html: '<div class=\"mb-3\"><label>Your response:</label><textarea class=\"form-control\"></textarea></div>',\n    properties: [{\n        name: \"asdasdad\",\n        key: \"src\",\n        htmlAttr: \"src\",\n        inputtype: FileUploadInput\n    }, {\n        name: \"34234234\",\n        key: \"width\",\n        htmlAttr: \"width\",\n        inputtype: TextInput\n    }, {\n        name: \"d32d23\",\n        key: \"height\",\n        htmlAttr: \"height\",\n        inputtype: TextInput\n    }]\n});\nVvveb.Components.add(\"components/slider\", {\n    name: \"Slider\",\n    classes: [\"component_slider\"],\n    image: \"icons/slider.svg\",\n    html: '<div class=\"form-group\"><label>Your response:</label><textarea class=\"form-control\"></textarea></div>',\n    properties: [{\n        name: \"asdasdad\",\n        key: \"src\",\n        htmlAttr: \"src\",\n        inputtype: FileUploadInput\n    }, {\n        name: \"34234234\",\n        key: \"width\",\n        htmlAttr: \"width\",\n        inputtype: TextInput\n    }, {\n        name: \"d32d23\",\n        key: \"height\",\n        htmlAttr: \"height\",\n        inputtype: TextInput\n    }]\n});\n"
  },
  {
    "path": "libs/builder/components-widgets.js",
    "content": "/*\nCopyright 2017 Ziadin Givan\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n   http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\nhttps://github.com/givanz/VvvebJs\n*/\n\nVvveb.ComponentsGroup['Widgets'] = [\"widgets/googlemaps\", \"widgets/embed-video\", \"widgets/chartjs\", \"widgets/lottie\",/* \"widgets/facebookpage\", */\"widgets/paypal\", /*\"widgets/instagram\",*/ \"widgets/twitter\", \"widgets/openstreetmap\"/*, \"widgets/facebookcomments\"*/];\n\nVvveb.Components.extend(\"_base\", \"widgets/googlemaps\", {\n    name: \"Google Maps\",\n    attributes: [\"data-component-maps\"],\n    image: \"icons/map.svg\",\n    dragHtml: '<img src=\"' + Vvveb.baseUrl + 'icons/maps.png\">',\n    html: '<div data-component-maps><iframe frameborder=\"0\" src=\"https://maps.google.com/maps?q=Bucharest&z=15&t=q&key=&output=embed\" width=\"100%\" height=\"100%\" style=\"width:100%;height:100%;left:0px\"></iframe></div>',\n    resizable:true,//show select box resize handlers\n    resizeMode:\"css\",\n    \n    \n    //url parameters\n    z:3, //zoom\n    q:'Paris',//location\n    t: 'q', //map type q = roadmap, w = satellite\n    key: '',\n    \n\tinit: function (node) {\n\t\tlet iframe = node.querySelector('iframe');\n\t\tlet url = new URL(iframe.getAttribute(\"src\"));\n\t\tlet params = new URLSearchParams(url.search);\n\t\t\n\t\tthis.z = params.get(\"z\");\n\t\tthis.q = params.get(\"q\");\n\t\tthis.t = params.get(\"t\");\n\t\tthis.key = params.get(\"key\");\n\n\t\tdocument.querySelector(\".component-properties input[name=z]\").value = this.z;\n\t\tdocument.querySelector(\".component-properties input[name=q]\").value = this.q;\n\t\tdocument.querySelector(\".component-properties select[name=t]\").value = this.t;\n\t\tdocument.querySelector(\".component-properties input[name=key]\").value = this.key;\n\t},\n\t    \n    onChange: function (node, property, value) {\n\t\tmap_iframe = node.querySelector('iframe');\n\t\t\n\t\tthis[property.key] = value;\n\t\t\n\t\tmapurl = 'https://maps.google.com/maps?q=' + this.q + '&z=' + this.z + '&t=' + this.t + '&output=embed';\n\t\t\n\t\tmap_iframe.setAttribute(\"src\",mapurl);\n\t\t\n\t\treturn node;\n\t},\n\n    properties: [{\n        name: \"Address\",\n        key: \"q\",\n        inputtype: TextInput\n    },{\n        name: \"Map type\",\n        key: \"t\",\n        inputtype: SelectInput,\n        data:{\n\t\t\toptions: [{\n                value: \"q\",\n                text: \"Roadmap\"\n            },{\n                value: \"w\",\n                text: \"Satellite\"\n            }]\n       },\n    },{\n        name: \"Zoom\",\n        key: \"z\",\n        inputtype: RangeInput,\n        data:{\n\t\t\tmax: 20, //max zoom level\n\t\t\tmin:1,\n\t\t\tstep:1\n\t\t}\n    },{\n        name: \"Key\",\n        key: \"key\",\n        inputtype: TextInput\n\t}]\n});\n\nVvveb.Components.extend(\"_base\", \"widgets/openstreetmap\", {\n    name: \"Open Street Map\",\n    attributes: [\"data-component-openstreetmap\"],\n    image: \"icons/map.svg\",\n    dragHtml: '<img src=\"' + Vvveb.baseUrl + 'icons/maps.png\">',\n    html: `<div data-component-openstreetmap><iframe width=\"100%\" height=\"100%\" frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://www.openstreetmap.org/export/embed.html?bbox=-62.04673002474011%2C16.95487694424327%2C-61.60521696321666%2C17.196751341562923&layer=mapnik\"></iframe></div>`,\n    resizable:true,//show select box resize handlers\n    resizeMode:\"css\",\n    \n    \n    //url parameters\n    bbox:'',//location\n    layer: 'mapnik', //map type\n    \n\tinit: function (node) {\n\t\tlet iframe = node.querySelector('iframe');\n\t\tlet url = new URL(iframe.getAttribute(\"src\"));\n\t\tlet params = new URLSearchParams(url.search);\n\t\t\n\t\tthis.bbox = params.get(\"bbox\");\n\t\tthis.layer = params.get(\"layer\");\n\n\t\tdocument.querySelector(\".component-properties input[name=bbox]\").value = this.bbox;\n\t\tdocument.querySelector(\".component-properties input[name=layer]\").value = this.layer;\n\t},\n\t    \n    onChange: function (node, property, value) {\n\t\tmap_iframe = node.querySelector('iframe');\n\t\t\n\t\tthis[property.key] = value;\n\t\t\n\t\tmapurl = 'https://www.openstreetmap.org/export/embed.html?bbox=' + this.bbox + '&layer=' + this.layer;\n\t\t\n\t\tmap_iframe.setAttribute(\"src\",mapurl);\n\t\t\n\t\treturn node;\n\t},\n\n    properties: [{\n        name: \"Map\",\n        key: \"bbox\",\n        inputtype: TextInput\n/*    },{\n        name: \"Layer\",\n        key: \"layer\",\n        inputtype: SelectInput,\n        data:{\n\t\t\toptions: [{\n                value: \"\",\n                text: \"Default\"\n            },{\n                value: \"Y\",\n                text: \"CyclOSM\"\n            },{\n                value: \"C\",\n                text: \"Cycle Map\"\n            },{\n                value: \"T\",\n                text: \"Transport Map\"\n            }]\n       }*/\n\t}]\n});\n\nVvveb.Components.extend(\"_base\", \"widgets/embed-video\", {\n    name: \"Embed Video\",\n    attributes: [\"data-component-video\"],\n    image: \"icons/youtube.svg\",\n    dragHtml: '<img src=\"' + Vvveb.baseUrl + 'icons/youtube.svg\" width=\"100\" height=\"100\">', //use image for drag and swap with iframe on drop for drag performance\n    html: '<div data-component-video style=\"width:640px;height:480px;\"><iframe frameborder=\"0\" src=\"https://player.vimeo.com/video/24253126?autoplay=false&controls=false&loop=false&playsinline=true&muted=false\" width=\"100%\" height=\"100%\"></iframe></div>',\n    \n    \n    //url parameters set with onChange\n    t:'y',//video type\n    video_id:'',//video id\n    url: '', //html5 video src\n    autoplay: false,\n    controls: false,\n    loop: false,\n    playsinline: true,\n    muted: false,\n    resizable:true,//show select box resize handlers\n    resizeMode:\"css\",//div unlike img/iframe etc does not have width,height attributes need to use css\n\tyoutubeRegex:/(?:youtube\\.com\\/(?:[^\\/]+\\/.+\\/|(?:v|e(?:mbed)?)\\/|.*[?&]v=)|youtu\\.be\\/)([^\"&?\\/\\s]+)/i,\n\tvimeoRegex : /(?:vimeo\\.com(?:[^\\d]+))(\\d+)/i,\n\n\tinit: function (node) {\n\t\tiframe = node.querySelector('iframe');\n\t\tvideo = node.querySelector('video');\n\t\t\n\t\tdocument.querySelector(\".component-properties [data-key=url]\").style.display = \"none\";\n\t\tdocument.querySelector(\".component-properties [data-key=poster]\").style.display = \"none\";\n\t\t\n\t\t//check if html5\n\t\tif (video) {\n\t\t\tthis.url = video.src;\n\t\t} else if (iframe) {//vimeo or youtube\n\t\t\tlet src = iframe.getAttribute(\"src\");\n\t\t\tlet match;\n\n\t\t\tif (src && src.indexOf(\"youtube\") && (match = src.match(this.youtubeRegex))) {//youtube\n\t\t\t\tthis.video_id = match[1];\n\t\t\t\tthis.t = \"y\";\n\t\t\t} else if (src && src.indexOf(\"vimeo\") && (match = src.match(this.vimeoRegex))) { //vimeo\n\t\t\t\tthis.video_id = match[1];\n\t\t\t\tthis.t = \"v\";\n\t\t\t} else {\n\t\t\t\tthis.t = \"h\";\n\t\t\t}\n\t\t}\n\t\t\n\t\tdocument.querySelector(\".component-properties input[name=video_id]\").value = this.video_id;\n\t\tdocument.querySelector(\".component-properties input[name=url]\").value = this.url;\n\t\tdocument.querySelector(\".component-properties select[name=t]\").value = this.t;\n\t},\n\t\n\tonChange: function (node, property, value) {\n\t\tthis[property.key] = value;\n\t\t//if (property.key == \"t\")\n\t\t{\n\t\t\tswitch (this.t) {\n\t\t\t\tcase 'y':\n\t\t\t\t\tdocument.querySelector(\".component-properties [data-key=video_id]\").style.display = \"\";\n\t\t\t\t\tdocument.querySelector(\".component-properties [data-key=url]\").style.display = \"none\";\n\t\t\t\t\tdocument.querySelector(\".component-properties [data-key=poster]\").style.display = \"none\";\n\t\t\t\t\n\t\t\t\t\tnewnode = generateElements(`<iframe width=\"100%\" height=\"100%\" allowfullscreen=\"true\" frameborder=\"0\" allow=\"autoplay\" \n\t\t\t\t\t\t\t\t\t\tsrc=\"https://www.youtube.com/embed/${this.video_id}?autoplay=${this.autoplay}&controls=${this.controls}&loop=${this.loop}&playsinline=${this.playsinline}&muted=${this.muted}\">\n\t\t\t\t\t\t\t\t</iframe>`)[0];\n\t\t\t\tbreak;\n\t\t\t\tcase 'v':\n\t\t\t\t\tdocument.querySelector(\".component-properties [data-key=video_id]\").style.display = \"\";\n\t\t\t\t\tdocument.querySelector(\".component-properties [data-key=url]\").style.display = \"none\";\n\t\t\t\t\tdocument.querySelector(\".component-properties [data-key=poster]\").style.display = \"none\";\n\t\t\t\t\tnewnode = generateElements(`<iframe width=\"100%\" height=\"100%\" allowfullscreen=\"true\" frameborder=\"0\" allow=\"autoplay\" \n\t\t\t\t\t\t\t\t\t\tsrc=\"https://player.vimeo.com/video/${this.video_id}?autoplay=${this.autoplay}&controls=${this.controls}&loop=${this.loop}&playsinline=${this.playsinline}&muted=${this.muted}\">\n\t\t\t\t\t\t\t\t</iframe>`)[0];\n\t\t\t\tbreak;\n\t\t\t\tcase 'h':\n\t\t\t\t\tdocument.querySelector(\".component-properties [data-key=video_id]\").style.display = \"none\";\n\t\t\t\t\tdocument.querySelector(\".component-properties [data-key=url]\").style.display = \"\";\n\t\t\t\t\tdocument.querySelector(\".component-properties [data-key=poster]\").style.display = \"\";\n\t\t\t\t\tnewnode = generateElements('<video poster=\"' + this.poster + '\" src=\"' + this.url + '\" ' + (this.autoplay?' autoplay ':'') + (this.controls?' controls ':'') + (this.loop?' loop ':'') + (this.playsinline?' playsinline ':'') + (this.muted?' muted ':'') + ' style=\"height: 100%; width: 100%;\"></video>')[0];\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\t\n\t\t\tnode.querySelector(\":scope > iframe,:scope  > video\").replaceWith(newnode);\n\t\t\treturn node;\n\t\t}\n\t\t\n\t\treturn node;\n\t},\t\n\t\n    properties: [{\n        name: \"Provider\",\n        key: \"t\",\n        inputtype: SelectInput,\n        data:{\n\t\t\toptions: [{\n                text: \"Youtube\",\n                value: \"y\"\n            },{\n                text: \"Vimeo\",\n                value: \"v\"\n            },{\n                text: \"HTML5\",\n                value: \"h\"\n            }]\n       },\n\t },{\n        name: \"Video\",\n        key: \"video_id\",\n        inputtype: TextInput,\n   \t\tonChange: function(node, value, input, component) {\n\t\t\t\n\t\t\tlet youtube = /(?:youtube\\.com\\/(?:[^\\/]+\\/.+\\/|(?:v|e(?:mbed)?)\\/|.*[?&]v=)|youtu\\.be\\/)([^\"&?\\/\\s]+)/i;\n\t\t\tlet vimeo = /(?:vimeo\\.com(?:[^\\d]+))(\\d+)/i;\n\t\t\tlet id = false;\n\t\t\tlet t = false;\n\n\t\t\tif (((id = value.match(youtube)) && (t = \"y\")) || ((id = value.match(vimeo)) && (t = \"v\"))) {\n\t\t\t\tdocument.querySelector(\".component-properties select[name=t]\").value = t;\n\t\t\t\tdocument.querySelector(\".component-properties select[name=video_id]\").value = id[1];\n\n\t\t\t\tcomponent.t = t;\n\t\t\t\tcomponent.video_id = id[1];\n\n\t\t\t\treturn id[1];\n\t\t\t}\n\t\t\t\n\t\t\treturn node;\n\t\t}\n    },{\n        name: \"Poster\",\n        key: \"poster\",\n        htmlAttr: \"poster\",\n        inputtype: ImageInput\n    },{\n        name: \"Url\",\n        key: \"url\",\n        inputtype: TextInput\n    },{\n\t\tname: \"Width\",\n        key: \"width\",\n        htmlAttr: \"style\",\n        inline:false,\n        col:6,\n        inputtype: CssUnitInput\n    },{\n        name: \"Height\",\n        key: \"height\",\n        htmlAttr: \"style\",\n        inline:false,\n        col:6,\n        inputtype: CssUnitInput\n    },{\n\t\tkey: \"video_options\",\n        inputtype: SectionInput,\n        name:false,\n        data: {header:\"Options\"},\n    },{\n        name: \"Auto play\",\n        key: \"autoplay\",\n        htmlAttr: \"autoplay\",\n        inline:true,\n        col:4,\n        inputtype: CheckboxInput\n    },{\n        name: \"Plays inline\",\n        key: \"playsinline\",\n        htmlAttr: \"playsinline\",\n        inline:true,\n        col:4,\n        inputtype: CheckboxInput\n    },{\n        name: \"Controls\",\n        key: \"controls\",\n        htmlAttr: \"controls\",\n        inline:true,\n        col:4,\n        inputtype: CheckboxInput\n    },{\n        name: \"Loop\",\n        key: \"loop\",\n        htmlAttr: \"loop\",\n        inline:true,\n        col:4,\n        inputtype: CheckboxInput\n    },{\n        name: \"Muted\",\n        key: \"muted\",\n        htmlAttr: \"muted\",\n        inline:true,\n        col:4,\n        inputtype: CheckboxInput\n\t},{\n\t\tname:\"\",\n\t\tkey: \"autoplay_warning\",\n        inline:false,\n        col:12,\n        inputtype: NoticeInput,\n        data: {\n\t\t\ttype:'warning',\n\t\t\ttitle:'Autoplay',\n\t\t\ttext:'Most browsers allow auto play only if video is muted and plays inline'\n\t\t}\n\t}]\n});\n\nVvveb.Components.extend(\"_base\", \"widgets/facebookcomments\", {\n    name: \"Facebook Comments\",\n    attributes: [\"data-component-facebookcomments\"],\n    image: \"icons/facebook.svg\",\n    dragHtml: '<img src=\"' + Vvveb.baseUrl + 'icons/facebook.svg\">',\n    html: '<div  data-component-facebookcomments><script>(function(d, s, id) {\\\n\t\t\t  let js, fjs = d.getElementsByTagName(s)[0];\\\n\t\t\t  if (d.getElementById(id)) return;\\\n\t\t\t  js = d.createElement(s); js.id = id;\\\n\t\t\t  js.src = \"//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.6&appId=\";\\\n\t\t\t  fjs.parentNode.insertBefore(js, fjs);\\\n\t\t\t}(document, \\'script\\', \\'facebook-jssdk\\'));</script>\\\n\t\t\t<div class=\"fb-comments\" \\\n\t\t\tdata-href=\"' + window.location.href + '\" \\\n\t\t\tdata-numposts=\"5\" \\\n\t\t\tdata-colorscheme=\"light\" \\\n\t\t\tdata-mobile=\"\" \\\n\t\t\tdata-order-by=\"social\" \\\n\t\t\tdata-width=\"100%\" \\\n\t\t\t></div></div>',\n    properties: [{\n        name: \"Href\",\n        key: \"business\",\n        htmlAttr: \"data-href\",\n        child:\".fb-comments\",\n        inputtype: TextInput\n    },{\t\t\n        name: \"Item name\",\n        key: \"item_name\",\n        htmlAttr: \"data-numposts\",\n        child:\".fb-comments\",\n        inputtype: TextInput\n    },{\t\t\n        name: \"Color scheme\",\n        key: \"colorscheme\",\n        htmlAttr: \"data-colorscheme\",\n        child:\".fb-comments\",\n        inputtype: TextInput\n    },{\t\t\n        name: \"Order by\",\n        key: \"order-by\",\n        htmlAttr: \"data-order-by\",\n        child:\".fb-comments\",\n        inputtype: TextInput\n    },{\t\t\n        name: \"Currency code\",\n        key: \"width\",\n        htmlAttr: \"data-width\",\n        child:\".fb-comments\",\n        inputtype: TextInput\n\t}]\n});\n/*\nVvveb.Components.extend(\"_base\", \"widgets/instagram\", {\n    name: \"Instagram\",\n    attributes: [\"data-component-instagram\"],\n    image: \"icons/instagram.svg\",\n    drophtml: '<img src=\"' + Vvveb.baseUrl + 'icons/instagram.png\">',\n    html: '<div align=center data-component-instagram>\\\n\t\t\t<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/tsxp1hhQTG/\" data-instgrm-version=\"8\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:8px;\"> <div style=\" background:#F8F8F8; line-height:0; margin-top:40px; padding:50% 0; text-align:center; width:100%;\"> <div style=\" background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAMAAAApWqozAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAMUExURczMzPf399fX1+bm5mzY9AMAAADiSURBVDjLvZXbEsMgCES5/P8/t9FuRVCRmU73JWlzosgSIIZURCjo/ad+EQJJB4Hv8BFt+IDpQoCx1wjOSBFhh2XssxEIYn3ulI/6MNReE07UIWJEv8UEOWDS88LY97kqyTliJKKtuYBbruAyVh5wOHiXmpi5we58Ek028czwyuQdLKPG1Bkb4NnM+VeAnfHqn1k4+GPT6uGQcvu2h2OVuIf/gWUFyy8OWEpdyZSa3aVCqpVoVvzZZ2VTnn2wU8qzVjDDetO90GSy9mVLqtgYSy231MxrY6I2gGqjrTY0L8fxCxfCBbhWrsYYAAAAAElFTkSuQmCC); display:block; height:44px; margin:0 auto -44px; position:relative; top:-22px; width:44px;\"></div></div> <p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/tsxp1hhQTG/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">Text</a></p> <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/instagram/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> Instagram</a> (@instagram) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"-\">-</time></p></div></blockquote>\\\n\t\t\t<script async defer src=\"//www.instagram.com/embed.js\"></script>\\\n\t\t</div>',\n    properties: [{\n        name: \"Widget id\",\n        key: \"instgrm-permalink\",\n        htmlAttr: \"data-instgrm-permalink\",\n        child: \".instagram-media\",\n        inputtype: TextInput\n    }],\n});\n*/\nVvveb.Components.extend(\"_base\", \"widgets/twitter\", {\n    name: \"Twitter\",\n    attributes: [\"data-component-twitter\"],\n    image: \"icons/twitter.svg\",\n    dragHtml: '<img src=\"' + Vvveb.baseUrl + 'icons/twitter.svg\">',\n    html: '<div data-component-twitter><iframe width=\"100%\" height=\"100%\"src=\"https://platform.twitter.com/embed/Tweet.html?embedId=twitter-widget-0&frame=false&hideCard=false&hideThread=false&id=943901463998169088\"></iframe></div>',\n    resizable:true,//show select box resize handlers\n    resizeMode:\"css\",\n    twitterRegex : /(?:twitter\\.com(?:[^\\d]+))(\\d+)/i,\n\n    tweet:'',//location\n\tinit: function (node) {\n\t\tlet iframe = node.querySelector('iframe');\n\t\tlet src = iframe.getAttribute(\"src\");\n\t\tlet url = new URL(src);\n\t\tlet params = new URLSearchParams(url.search);\n\t\t\n\t\tthis.tweet = params.get(\"id\");\n\t\t\n\t\tif (!this.tweet) {\n\t\t\tif (match = src.match(this.twitterRegex)) {\n\t\t\t\tthis.tweet = match[1];\n\t\t\t}\n\t\t\t\n\t\t}\n\n\t\tdocument.querySelector(\".component-properties input[name=tweet]\").value = this.tweet;\n\t},\n\t    \n    onChange: function (node, property, value) {\n\t\ttweet_iframe = node.querySelector('iframe');\n\n\t\tif (property.key == \"tweet\") {\n\t\t\tthis[property.key] = value;\n\t\t\t\n\t\t\ttweeturl = 'https://platform.twitter.com/embed/Tweet.html?embedId=twitter-widget-0&frame=false&hideCard=false&hideThread=false&id=' + this.tweet;\n\t\t\t\n\t\t\ttweet_iframe.setAttribute(\"src\",tweeturl);\n\t\t}\n\t\t\n\t\treturn node;\n\t},\n\n    properties: [{\n        name: \"Tweet\",\n        key: \"tweet\",\n        inputtype: TextInput,\n   \t\tonChange: function(node, value, input, component) {\n\t\t\t\n\t\t\tlet twitterRegex = /(?:twitter\\.com(?:[^\\d]+))(\\d+)/i;\n\t\t\tlet id = false;\n\n\t\t\tif (id = value.match(twitterRegex)) {\n\t\t\t\tdocument.querySelector(\".component-properties input[name=tweet]\").value = id[1];\n\n\t\t\t\tcomponent.tweet = id[1];\n\t\t\t\treturn id[1];\n\t\t\t}\n\t\t\t\n\t\t\treturn node;\n\t\t}\n\t}]\n});\n\nVvveb.Components.extend(\"_base\", \"widgets/paypal\", {\n    name: \"Paypal\",\n    attributes: [\"data-component-paypal\"],\n    image: \"icons/paypal.svg\",\n    html: '<form action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\" data-component-paypal>\\\n\\\n\t\t\t\t<!-- Identify your business so that you can collect the payments. -->\\\n\t\t\t\t<input type=\"hidden\" name=\"business\"\\\n\t\t\t\t\tvalue=\"givanz@yahoo.com\">\\\n\\\n\t\t\t\t<!-- Specify a Donate button. -->\\\n\t\t\t\t<input type=\"hidden\" name=\"cmd\" value=\"_donations\">\\\n\\\n\t\t\t\t<!-- Specify details about the contribution -->\\\n\t\t\t\t<input type=\"hidden\" name=\"item_name\" value=\"VvvebJs\">\\\n\t\t\t\t<input type=\"hidden\" name=\"item_number\" value=\"Support\">\\\n\t\t\t\t<input type=\"hidden\" name=\"currency_code\" value=\"USD\">\\\n\\\n\t\t\t\t<!-- Display the payment button. -->\\\n\t\t\t\t<input type=\"image\" name=\"submit\"\\\n\t\t\t\tsrc=\"https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif\"\\\n\t\t\t\talt=\"Donate\">\\\n\t\t\t\t<img alt=\"\" width=\"1\" height=\"1\"\\\n\t\t\t\tsrc=\"https://www.paypalobjects.com/en_US/i/scr/pixel.gif\" >\\\n\\\n\t\t\t</form>',\n    properties: [{\n        name: \"Email\",\n        key: \"business\",\n        htmlAttr: \"value\",\n        child:\"input[name='business']\",\n        inputtype: TextInput\n    },{\t\t\n        name: \"Item name\",\n        key: \"item_name\",\n        htmlAttr: \"value\",\n        child:\"input[name='item_name']\",\n        inputtype: TextInput\n    },{\t\t\n        name: \"Item number\",\n        key: \"item_number\",\n        htmlAttr: \"value\",\n        child:\"input[name='item_number']\",\n        inputtype: TextInput\n    },{\t\t\n        name: \"Currency code\",\n        key: \"currency_code\",\n        htmlAttr: \"value\",\n        child:\"input[name='currency_code']\",\n        inputtype: TextInput\n\t}],\n});\n    \nVvveb.Components.extend(\"_base\", \"widgets/facebookpage\", {\n    name: \"Facebook Page Plugin\",\n    attributes: [\"data-component-facebookpage\"],\n    image: \"icons/facebook.svg\",\n    dropHtml: '<img src=\"' + Vvveb.baseUrl + 'icons/facebook.png\">',\n\thtml: `<div data-component-facebookpage><div class=\"fb-page\" \n\t\t\t data-href=\"https://www.facebook.com/facebook\" \n\t\t\t data-tabs=\"timeline\"\n\t\t\t data-width=\"\" \n\t\t\t data-height=\"\" \n\t\t\t data-small-header=\"true\" \n\t\t\t data-adapt-container-width=\"true\" \n\t\t\t data-hide-cover=\"false\" \n\t\t\t data-show-facepile=\"true\">\n\t\t\t \n\t\t\t\t<blockquote cite=\"https://www.facebook.com/facebook\" class=\"fb-xfbml-parse-ignore\">\n\t\t\t\t\t<a href=\"https://www.facebook.com/facebook\">Facebook</a>\n\t\t\t\t</blockquote>\n\n\t\t\t</div>\n\n\t\t\t<div id=\"fb-root\"></div>\n\t\t\t<script async defer crossorigin=\"anonymous\" src=\"https://connect.facebook.net/ro_RO/sdk.js#xfbml=1&version=v15.0\" nonce=\"o7Y7zPjy\"></script>\n\t\t</div>`,\n\n    properties: [{\n        name: \"Small header\",\n        key: \"small-header\",\n        htmlAttr: \"data-small-header\",\n        child:\".fb-page\",\n        inputtype: TextInput\n    },{\t\t\n        name: \"Adapt container width\",\n        key: \"adapt-container-width\",\n        htmlAttr: \"data-adapt-container-width\",\n        child:\".fb-page\",\n        inputtype: TextInput\n    },{\t\t\n        name: \"Hide cover\",\n        key: \"hide-cover\",\n        htmlAttr: \"data-hide-cover\",\n        child:\".fb-page\",\n        inputtype: TextInput\n    },{\t\t\n        name: \"Show facepile\",\n        key: \"show-facepile\",\n        htmlAttr: \"data-show-facepile\",\n        child:\".fb-page\",\n        inputtype: TextInput\n    },{\t\t\n        name: \"App Id\",\n        key: \"appid\",\n        htmlAttr: \"data-appId\",\n        child:\".fb-page\",\n        inputtype: TextInput\n\t}],\n   onChange: function(node, input, value, component) {\n\t   \n\t   let newElement = generateElements(this.html)[0];\n\t   newElement.find(\".fb-page\").setAttribute(input.htmlAttr, value);\n\n\t   frameHead.querySelector(\"[data-fbcssmodules]\").remove();\n\t   frameBody.querySelector(\"[data-fbcssmodules]\").remove();\n\t   frameHead.querySelector(\"script[src^='https://connect.facebook.net']\").remove();\n\n\n\t   node.parent().html(newElement.html());\n\t   return newElement;\n\t}\t\n});\n    \nVvveb.Components.extend(\"_base\", \"widgets/chartjs\", {\n    name: \"Chart.js\",\n    attributes: [\"data-component-chartjs\"],\n    image: \"icons/chart.svg\",\n\tdragHtml: '<img src=\"' + Vvveb.baseUrl + 'icons/chart.svg\">',\n    html: '<div data-component-chartjs class=\"chartjs\" data-chart=\\'{\\\n\t\t\t\"type\": \"line\",\\\n\t\t\t\"data\": {\\\n\t\t\t\t\"labels\": [\"Red\", \"Blue\", \"Yellow\", \"Green\", \"Purple\", \"Orange\"],\\\n\t\t\t\t\"datasets\": [{\\\n\t\t\t\t\t\"data\": [12, 19, 3, 5, 2, 3],\\\n\t\t\t\t\t\"fill\": false,\\\n\t\t\t\t\t\"borderColor\":\"rgba(255, 99, 132, 0.2)\"\\\n\t\t\t\t},{\\\n\t\t\t\t\t\"fill\": false,\\\n\t\t\t\t\t\"data\": [3, 15, 7, 4, 19, 12],\\\n\t\t\t\t\t\"borderColor\": \"rgba(54, 162, 235, 0.2)\"\\\n\t\t\t\t}]\\\n\t\t\t}}\\' style=\"min-height:240px;min-width:240px;width:100%;height:100%;position:relative\">\\\n\t\t\t  <canvas></canvas>\\\n\t\t\t</div>',\n\tchartjs: null,\n\tctx: null,\n\tnode: null,\n\n\tconfig: {/*\n\t\t\ttype: 'line',\n\t\t\tdata: {\n\t\t\t\tlabels: [\"Red\", \"Blue\", \"Yellow\", \"Green\", \"Purple\", \"Orange\"],\n\t\t\t\tdatasets: [{\n\t\t\t\t\tdata: [12, 19, 3, 5, 2, 3],\n\t\t\t\t\tfill: false,\n\t\t\t\t\tborderColor:'rgba(255, 99, 132, 0.2)',\n\t\t\t\t},{\n\t\t\t\t\tfill: false,\n\t\t\t\t\tdata: [3, 15, 7, 4, 19, 12],\n\t\t\t\t\tborderColor: 'rgba(54, 162, 235, 0.2)',\n\t\t\t\t}]\n\t\t\t},*/\n\t},\t\t\n\n\tdragStart: function (node) {\n\t\t//check if chartjs is included and if not add it when drag starts to allow the script to load\n\t\tbody = Vvveb.Builder.frameBody;\n\t\t\n\t\tif (document.getElementById(\"#chartjs-script\")) {\n\t\t\tbody.append(generateElements('<script id=\"chartjs-script\" src=\"https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.7.2/Chart.bundle.min.js\"></script>')[0]);\n\t\t\tbody.append(generateElements('<script>\\\n\t\t\t\t$(document).ready(function() {\\\n\t\t\t\t\t$(\".chartjs\").each(function () {\\\n\t\t\t\t\t\tctx = $(\"canvas\", this).get(0).getContext(\"2d\");\\\n\t\t\t\t\t\tconfig = JSON.parse(this.dataset.chart);\\\n\t\t\t\t\t\tchartjs = new Chart(ctx, config);\\\n\t\t\t\t\t});\\\n\t\t\t\t\\});\\\n\t\t\t  </script>')[0]);\n\t\t}\n\t\t\n\t\treturn node;\n\t},\n\t\n\n\tdrawChart: function () {\n\t\tif (this.chartjs != null) this.chartjs.destroy();\n\t\tthis.node.dataset.chart = JSON.stringify(this.config);\n\t\t\n\t\tconfig = Object.assign({}, this.config);//avoid passing by reference to avoid chartjs to fill the object\n\t\tthis.chartjs = new Chart(this.ctx, config);\n\t},\n\t\n\tinit: function (node) {\n\t\tthis.node = node;\n\t\tthis.ctx = node.querySelector(\"canvas\").getContext(\"2d\");\n\t\tthis.config = JSON.parse(node.dataset.chart);\n\t\tthis.drawChart();\n\n\t\treturn node;\n\t},\n  \n  \n\tbeforeInit: function (node) {\n\t\treturn node;\n\t},\n    \n    properties: [{\n        name: \"Type\",\n        key: \"type\",\n        inputtype: SelectInput,\n        data:{\n\t\t\toptions: [{\n                text: \"Line\",\n                value: \"line\"\n            },{\n                text: \"Bar\",\n                value: \"bar\"\n            },{\n                text: \"Pie\",\n                value: \"pie\"\n            },{\n                text: \"Doughnut\",\n                value: \"doughnut\"\n            },{\n                text: \"Polar Area\",\n                value: \"polarArea\"\n            },{\n                text: \"Bubble\",\n                value: \"bubble\"\n            },{\n                text: \"Scatter\",\n                value: \"scatter\"\n            },{\n                text: \"Radar\",\n                value: \"radar\"\n            }]\n       },\n\t\tinit: function(node) {\n\t\t\treturn JSON.parse(node.dataset.chart).type;\n\t\t},\n       onChange: function(node, value, input, component) {\n\t\t   component.config.type = value;\n\t\t   component.drawChart();\n\t\t   \n\t\t   return node;\n\t\t}\n\t }]\n});\n\nfunction lottieAfterDrop(node) {\n\t//check if lottie js is included and if not add it when drag starts to allow the script to load\n\tbody = Vvveb.Builder.frameBody;\n\n\tif (!body.querySelector(\"#lottie-js\")) {\n\t\tlet lib = document.createElement('script');\n\t\tlet code = document.createElement('script');\n\t\tlib.id = 'lottie-js';\n\t\tlib.type = 'text/javascript';\n\t\tlib.src = 'https://cdnjs.cloudflare.com/ajax/libs/bodymovin/5.12.2/lottie.min.js';\n\t\tcode.type = 'text/javascript';\n\t\tcode.text = `\n\t\tlet lottie = [];\n\t\tfunction initLottie(onlyNew = false) {\n\t\t\tif (typeof bodymovin == \"undefined\") return;\n\t\t\t\n\t\t\t\n\t\t\tlet list = document.querySelectorAll('.lottie' + (onlyNew ? \":not(.lottie-initialized)\" : \"\") );\n\t\t\tlist.forEach(el => {\n\t\t\t\tel.replaceChildren();\n\t\t\t\tlet animItem = bodymovin.loadAnimation({\n\t\t\t\t  wrapper: el,\n\t\t\t\t  animType: 'svg',\n\t\t\t\t  loop: (el.dataset.loop  == \"true\" ? true : false),\n\t\t\t\t  autoplay: (el.dataset.autoplay == \"true\" ? true : false),\n\t\t\t\t  path: el.dataset.path\n\t\t\t\t});\n\t\t\t\t\n\t\t\t});\n\t\t}\n\n\t\tif (document.readyState !== 'loading') {\n\t\t\tinitLottie();\n\t\t  } else {\n\t\t\tdocument.addEventListener('DOMContentLoaded', initLottie);\n\t\t  }`;\t\t\t\n\t\t\n\t\tbody.appendChild(lib);\n\t\tbody.appendChild(code);\n\t\t\n\t\tlib.addEventListener('load', function() {\t\t\n\t\t\tVvveb.Builder.iframe.contentWindow.initLottie();\n\t\t});\n\t} else {\n\t\tVvveb.Builder.iframe.contentWindow.initLottie(true);\n\t}\n\t\n\treturn node;\n};\n\nVvveb.Components.add(\"widgets/lottie\", {\n    name: \"Lottie\",\n    image: \"icons/lottie.svg\",\n    attributes: [\"data-component-lottie\"],\n    html: `\n\t  <div class=\"lottie\" data-component-lottie data-path=\"https://labs.nearpod.com/bodymovin/demo/markus/isometric/markus2.json\" data-loop=\"true\" data-autoplay=\"true\">\n\t  </div>\t\n\t`,\n\tafterDrop: lottieAfterDrop,\n\t\n    onChange: function (node, property, value) {\n\t\tVvveb.Builder.iframe.contentWindow.initLottie();\n\t\tVvveb.Builder.selectNode(node);\n\t\treturn node;\n\t},\t\n\t\n    properties: [{\n\t\tname: \"Path\",\n        key: \"path\",\n        //inputtype: ImageInput,\n        inputtype: TextInput,\n\t\thtmlAttr:\"data-path\",\n\t},{\n\t\tname: \"Autoplay\",\n        key: \"autoplay\",\n\t\thtmlAttr:\"data-autoplay\",\n\t\tinputtype: CheckboxInput,\n\t\tinline:true,\n        col:4\n\t},{\tname: \"Loop\",\n        key: \"loop\",\n\t\thtmlAttr:\"data-loop\",\n\t\tinputtype: CheckboxInput,\n\t\tinline:true,\n        col:4\n\t}]\n});\n"
  },
  {
    "path": "libs/builder/inputs.js",
    "content": "/*\nCopyright 2017 Ziadin Givan\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n   http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\nhttps://github.com/givanz/VvvebJs\n*/\n\nlet Input = {\n\t\n\tinit: function(name) {\n\t},\n\n\n\tonChange: function(event, node, input) {\n\t\tif (event && event.target) {\n\t\t\tconst e = new CustomEvent('propertyChange', { detail: {value : input.value ?? this.value, input: this, origEvent:event} });\n\t\t\tevent.currentTarget.dispatchEvent(e);\n\t\t}\n\t},\n\n\trenderTemplate: function(name, data) {\n\t\treturn tmpl(\"vvveb-input-\" + name, data);\n\t},\n\n\tsetValue: function(value) {\n\t\tif (this.element[0] && value) {\n\t\t\tlet input = this.element[0].querySelector('input');\n\t\t\n\t\t\tif (input) { \n\t\t\t\tinput.value = value;\n\t\t\t}\n\t\t}\n\t},\n\t\n\trender: function(name, data) {\n\t\tlet html = this.renderTemplate(name, data);\n\t\tthis.element = generateElements(html);\n\t\t\n\t\t//bind events\n\t\tif (this.events)\n\t\tfor (let i in this.events) {\n\t\t\tev = this.events[i][0];\n\t\t\tfun = this[ this.events[i][1] ];\n\t\t\tel = this.events[i][2];\n\t\t\n\t\t\tthis.element[0].addEventListener(ev, function (ev, el, fun, target, event) {\n\t\t\t  if (event.target.closest(el)) {\n\t\t\t\t  //target, event, element, input\n\t\t\t\treturn fun.call(event.target, event, target, this);\n\t\t\t  }\n\t\t\t}.bind(this, ev, el, fun, this.element[0]));\t\t\n\t\t}\n\n\t\treturn this.element[0];\n\t}\n};\n\nlet TextInput = { ...Input, ...{\n\n    events: [\n        //event, listener, child element\n        [\"focusout\", \"onChange\", \"input\"],\n\t ],\n\t\n\tinit: function(data) {\n\t\treturn this.render(\"textinput\", data);\n\t},\n  }\n}\n\nlet TextareaInput = { ...Input, ...{\n\n    events: [\n        [\"keyup\", \"onChange\", \"textarea\"],\n\t ],\n\t\n\tsetValue: function(value) {\n\t\tif (this.element[0] && value) {\n\t\t\tlet input = this.element[0].querySelector('textarea');\n\t\t\n\t\t\tif (input) { \n\t\t\t\tinput.value = value;\n\t\t\t}\n\t\t}\n\t},\n\t\n\tinit: function(data) {\n\t\treturn this.render(\"textareainput\", data);\n\t},\n  }\t\n}\n\nlet CheckboxInput = { ...Input, ...{\n\n    events: [\n        [\"change\", \"onCheck\", \"input\"],\n\t ],\n\t\n\tonCheck: function(event, node, input) {\n\t\tinput.value = this.checked;\n\t\treturn input.onChange.call(this, event, node, input);\n\t},\n\n\tsetValue: function(value) {\n\t\tif (this.element[0]) {\n\t\t\tlet input = this.element[0].querySelector('input');\n\n\t\t\tif (input) { \n\t\t\t\tif (value) {\n\t\t\t\t\tinput.checked = true;\n\t\t\t\t} else {\n\t\t\t\t\tinput.checked = false;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\n\tinit: function(data) {\n\t\treturn this.render(\"checkboxinput\", data);\n\t},\n  }\n}\n\nlet SelectInput = { ...Input, ...{\n\t\n    events: [\n        [\"change\", \"onChange\", \"select\"],\n\t ],\n\t\n\n\tsetValue: function(value) {\n\t\tif (this.element[0] && value) {\n\t\t\tlet input = this.element[0].querySelector('select');\n\t\t\n\t\t\tif (input) { \n\t\t\t\tinput.value = value;\n\t\t\t}\n\t\t}\n\t},\n\t\n\tinit: function(data) {\n\t\treturn this.render(\"select\", data);\n\t},\n  }\n}\n\nlet IconSelectInput = { ...Input, ...{\n\t\n    events: [\n        [\"change\", \"onChange\", \"select\"],\n\t ],\n\t\n\n\tsetValue: function(value) {\n\t\tif (this.element[0] && value) {\n\t\t\tlet input = this.element[0].querySelector('select');\n\t\t\n\t\t\tif (input) { \n\t\t\t\tinput.value = value;\n\t\t\t}\n\t\t}\n\t},\n\t\n\tinit: function(data) {\n\t\treturn this.render(\"icon-select\", data);\n\t},\n  }\n}\n\nlet HtmlListSelectInput = { ...Input, ...{\n\t\n\tdata:{},\n\tcache:{},\n\t\n    events: [\n        //[\"click\", \"onChange\", \"li\"],\n        [\"change\", \"onListChange\", \"select\"],\n        [\"keyup\", \"searchElement\", \"input.search\"],\n        [\"click\", \"clearSearch\", \"button.clear-backspace\"],\n\t ],\n\t\n\tclearSearch : function(event, element, input) {\n\t\tlet search = element.querySelector(\"input.search\");\n\t\tif (search) {\n\t\t\tsearch.value = \"\";\n\t\t\tinput.searchElement(event, element, input);\n\t\t}\n\t\t\n\t\tsearch.dispatchEvent(new KeyboardEvent(\"keyup\", {\n\t\t\tbubbles: true,\n\t\t\tcancelable: true,\n\t\t}));\n\t},\n\n\n\tsearchElement : function(event, element, input) {\n\t\tsearchText = this.value;\n\t\t\n\t\tdelay(() => {\n\t\t\telement.querySelectorAll(\"li\").forEach((el, i) => {\n\t\t\t\t\n\t\t\t\tif (!searchText || el.title.indexOf(searchText) > -1) { \n\t\t\t\t\tel.style.display = '';\n\t\t\t\t} else {\n\t\t\t\t\tel.style.display = 'none';\n\t\t\t\t}\n\t\t\t});\n\t\t\t\n\t\t}, 500);\n\t},\t\n\n\tonElementClick: function(event, element, input) {\n\t\tlet data = input.data;\n\t\tlet svg = this.closest(data.insertElement);\n\t\tlet value = svg.outerHTML ?? \"<svg></svg>\";\n\t\tinput.value = value;\n\t\tlet ret = input.onChange.call(this, event, element, input);\n\t\t\n\t\treturn element;\n\t},\n\t\n\tonListChange: function(event, element, input) {\n\t\tlet url = input.data.url.replace('{value}', this.value);\n\t\tlet elements = element.querySelector(\".elements\");\n\t\t\n\t\telements.innerHTML = `<div class=\"p-4\"><div class=\"spinner-border spinner-border-sm\" role=\"status\">\n\t\t  <span class=\"visually-hidden\">Loading...</span>\n\t\t</div> Loading...</div>`;\n\t\t\n\t\t//cache ajax requests\n\t\tif (input.cache[url] != undefined) {\n\t\t\telements.innerHTML = input.cache[url];\n\t\t} else {\n\t\t\tfetch(url)\n\t\t\t.then((response) => {\n\t\t\t\tif (!response.ok) { throw new Error(response) }\n\t\t\t\treturn response.text()\n\t\t\t})\n\t\t\t.then((text) => {\n\t\t\t\t\tinput.cache[url] = text;\n\t\t\t\t\telements.innerHTML = text;\n\t\t\t})\n\t\t\t.catch(error => {\n\t\t\t\tconsole.log(error.statusText);\n\t\t\t\tdisplayToast(\"danger\", \"Error\", \"Error loading list\");\n\t\t\t});\n\t\t}\n\t},\n\t\n\tsetValue: function(value) {\n\t\tlet select = this.element[0].querySelector(\"select\");\n\t\tif (value && select) {\n\t\t\tselect.value = value;\n\t\t}\n\t},\n\t\n\tinit: function(data) {\n\t\tthis.data = data;\n\t\tthis.events.push([\"click\", \"onElementClick\", data.clickElement]);\n\t\tlet template = this.render(\"html-list-select\", data);\n\t\tlet select = template.querySelector(\"select\");\n\t\tthis.onListChange.call(select, new Event('change'), template, this);\n\t\treturn template;\n\t},\n  }\n}\n\nlet LinkInput = { ...TextInput, ...{\n\n    events: [\n        [\"change\", \"onChange\", \"input\"],\n\t ],\n\t/*\n\tsetValue: function(value) {\n\t\t//value = value.replace(/(?<!\\/)www\\./, 'https://www.');\n\t\tthis.element.querySelector('input').value = value;\n\t},\n\t*/\n\tinit: function(data) {\n\t\treturn this.render(\"textinput\", data);\n\t},\n  }\n}\n\nlet DateInput = { ...TextInput, ...{\n\n    events: [\n        [\"change\", \"onChange\", \"input\"],\n\t ],\n\t\n\tinit: function(data) {\n\t\treturn this.render(\"dateinput\", data);\n\t},\n  }\n}\n\nlet RangeInput = { ...Input, ...{\n\n    events: [\n        [\"change\", \"onRangeChange\", \"input\"],\n\t ],\n\t \n\tonRangeChange: function(event, node, input) {\n\t\tthis.parentNode.querySelector('input[type=number]').value = this.value;\n\t\tthis.parentNode.querySelector('input[type=range]').value = this.value;\n\t\treturn input.onChange.call(this, event, node, input);\n\t},\t \n\n\tsetValue: function(value) {\n\t\tthis.element[0].querySelector('input[type=number]').value = value;\n\t\tthis.element[0].querySelector('input[type=range]').value = value;\n\t},\n\t\n\tinit: function(data) {\n\t\treturn this.render(\"rangeinput\", data);\n\t},\n  }\n}\n\nlet NumberInput = { ...Input, ...{\n\n    events: [\n        [\"change\", \"onChange\", \"input\"],\n\t ],\n\t\n\tinit: function(data) {\n\t\treturn this.render(\"numberinput\", data);\n\t},\n  }\n}\n\nlet CssUnitInput = { ...Input, ...{\n\n\tnumber:0,\n\tunit:\"px\",\n\n    events: [\n        [\"change\", \"onInputChange\", \"select\"],\n        [\"change\", \"onInputChange\", \"input\"],\n        [\"keyup\", \"onInputChange\", \"input\"],\n\t ],\n\t\t\n\tonInputChange: function(event, node, input) {\n\t\tif (node) {\n\t\t\tlet number = node.querySelector(\"input\").value;\n\t\t\tlet unit = node.querySelector(\"select\").value;\n\n\t\t\tif (this.value != \"\") input[this.name] = this.value;// this.name = unit or number\t\n\t\t\tif (unit == \"\") unit = \"px\";//if unit is not set use default px\n\t\t\n\t\t\tlet value = \"\";\t\n\t\t\tif (unit == \"auto\")  {\n\t\t\t\tnode.classList.add(\"auto\");\n\t\t\t\tvalue = unit;\n\t\t\t}\n\t\t\telse  {\n\t\t\t\tnode.classList.remove(\"auto\");\n\t\t\t\tvalue = number + (unit ? unit : \"\");\n\t\t\t}\n\t\t\t\n\t\t\tinput.value = value;\n\n\t\t\treturn input.onChange.call(this, event, node, input);\n\t\t}\n\t},\n\t\n\tsetValue: function(value) {\n\t\tif (value && this.element) {\n\t\t\tlet element = this.element[0];\n\t\t\tthis.number = parseFloat(value);\n\t\t\tthis.unit = value.replace(this.number, '').trim();\n\t\t\t\n\t\t\tif (this.unit == \"auto\") element.classList.add(\"auto\");\n\n\t\t\telement.querySelector(\"input[type=number]\").value = this.number;\n\t\t\telement.querySelector(\"select\").value = this.unit;\n\t\t}\n\t},\n\t\n\tinit: function(data) {\n\t\treturn this.render(\"cssunitinput\", data);\n\t},\n  }\n}\n\nlet ColorInput = { ...Input, ...{\n\n\t //html5 color input only supports setting values as hex colors even if the picker returns only rgb\n\t rgb2hex: function(value) {\n\t\t if (value) {\n\t\t\t value = value.trim();\n\t\t\t \n\t\t\t if (rgb = value.match(/^rgba?[\\s+]?\\([\\s+]?(\\d+)[\\s+]?,[\\s+]?(\\d+)[\\s+]?,[\\s+]?(\\d+)[\\s+]?/i)) {\n\t\t\t\t \n\t\t\t\t return (rgb && rgb.length === 4) ? \"#\" +\n\t\t\t\t  (\"0\" + parseInt(rgb[1],10).toString(16)).slice(-2) +\n\t\t\t\t  (\"0\" + parseInt(rgb[2],10).toString(16)).slice(-2) +\n\t\t\t\t  (\"0\" + parseInt(rgb[3],10).toString(16)).slice(-2) : rgb;\n\t\t\t }\n\t\t}\n\t\t \n\t\t return value;\n\t},\n\n    events: [\n        [\"change\", \"onChange\", \"input\"],\n\t ],\n\n\tsetValue: function(value) {\n\t\tif (this.element[0] && value) {\n\t\t\tlet input = this.element[0].querySelector('input');\n\t\t\n\t\t\tif (input) { \n\t\t\t\tinput.value = this.rgb2hex(value);\n\t\t\t}\n\t\t}\n\t},\n\t\n\tinit: function(data) {\n\t\t//if no palette provided use default\n\t\tif (!data.palette) {\n\t\t\tdata.palette = Vvveb.ColorPalette.getAll();\n\t\t}\n\t\t\n\t\treturn this.render(\"colorinput\", data);\n\t},\n  }\n}\n\nlet ImageInput = { ...Input, ...{\n\n    events: [\n        [\"focusout\", \"onChange\", \"input[type=text]\"],\n        [\"change\", \"onUpload\", \"input[type=file]\"],\n\t ],\n\n\tsetValue: function(value) {\n\n\t\t//don't set blob value to avoid slowing down the page\t\t\n\t\tif (value.indexOf(\"data:image\") == -1) {\n\t\t\telement.querySelector('input[type=\"text\"]').value = value;\n\t\t}\n\t},\n\n\tonUpload: function(event, node) {\n\n\t\tif (this.files && this.files[0]) {\n            let reader = new FileReader();\n            reader.onload = imageIsLoaded;\n            reader.readAsDataURL(this.files[0]);\n            //reader.readAsBinaryString(this.files[0]);\n            file = this.files[0];\n        }\n\n\t\tfunction imageIsLoaded(e) {\n\t\t\t\t\n\t\t\t\timage = e.target.result;\n\t\t\t\t\n\t\t\t\tevent.data.element.trigger('propertyChange', [image, this]);\n\t\t\t\t\n\t\t\t\t//return;//remove this line to enable php upload\n\n\t\t\t\tlet formData = new FormData();\n\t\t\t\tformData.append(\"file\", file);\n    \n\t\t\t\t$.ajax({\n\t\t\t\t\ttype: \"POST\",\n\t\t\t\t\turl: 'upload.php',//set your server side upload script url\n\t\t\t\t\tdata: formData,\n\t\t\t\t\tprocessData: false,\n\t\t\t\t\tcontentType: false,\n\t\t\t\t\tsuccess: function (data) {\n\t\t\t\t\t\tconsole.log(\"File uploaded at: \", data);\n\t\t\t\t\t\t\n\t\t\t\t\t\t//if image is succesfully uploaded set image url\n\t\t\t\t\t\tevent.data.element.trigger('propertyChange', [data, this]);\n\t\t\t\t\t\t\n\t\t\t\t\t\t//update src input\n\t\t\t\t\t\tevent.data.element.querySelector('input[type=\"text\"]').value = data;\n\t\t\t\t\t},\n\t\t\t\t\terror: function (data) {\n\t\t\t\t\t\talert(data.responseText);\n\t\t\t\t\t}\n\t\t\t\t});\t\t\n\t\t}\n\t}\t\t\n }\t\n}\n\nlet FileUploadInput = { ...TextInput, ...{\n\n    events: [\n        [\"focusout\", \"onChange\", \"input\"],\n\t ],\n\n\tinit: function(data) {\n\t\treturn this.render(\"textinput\", data);\n\t},\n  }\n}\n\nlet RadioInput = { ...Input, ...{\n\n\tevents: [\n        [\"change\", \"onChange\", \"input\"],\n\t ],\n\n\tsetValue: function(value) {\n\t\tif (this.element[0] && value) {\n\t\t\tlet input = this.element[0].querySelector('input');\n\t\t\n\t\t\tif (input) { \n\t\t\t\tif (value == input.value) {\n\t\t\t\t\tinput.setAttribute(\"checked\", \"true\");\n\t\t\t\t\tinput.checked = true;\n\t\t\t\t} else {\n\t\t\t\t\tinput.checked = false;\n\t\t\t\t\tinput.removeAttribute(\"checked\");\n\t\t\t\t}\n\t\t\t\t\n\t\t\t}\n\t\t}\n\t},\n\t\n\tinit: function(data) {\n\t\treturn this.render(\"radioinput\", data);\n\t},\n  }\n}\n\nlet RadioButtonInput = { ...RadioInput, ...{\n\n\tsetValue: function(value) {\n\t\tif (this.element[0] && value) {\n\t\t\tlet inputs = this.element[0].querySelectorAll('input');\n\t\t\tinputs.forEach((el, i) => {\n\t\t\t\tif (value == el.value) {\n\t\t\t\t\tselected = el;\n\t\t\t\t} else {\n\t\t\t\t\tel.checked = false;\n\t\t\t\t\tel.removeAttribute(\"checked\");\n\t\t\t\t}\t\t\n\t\t\t});\n\n\t\t\tselected.checked = true;\n\t\t\tselected.setAttribute(\"checked\", \"checked\");\n\t\t}\n\t},\n\n\tinit: function(data) {\n\t\treturn this.render(\"radiobuttoninput\", data);\n\t},\n  }\n}\n\nlet ToggleInput = { ...Input, ...{\n\tevents: [\n        [\"change\", \"onToggleChange\", \"input\"],\n\t ],\n\n\tonToggleChange: function(event, node, input) {\n\t\tinput.value = this.checked ? this.getAttribute(\"data-value-on\") : this.getAttribute(\"data-value-off\");\n\t\treturn input.onChange.call(this, event, node, input);\n\t},\n\n\tsetValue: function(value) {\n\t\tif (this.element[0]) {\n\t\t\tlet input = this.element[0].querySelector('input');\n\n\t\t\tif (input) { \n\t\t\t\tif (value == input.getAttribute(\"data-value-on\")) {\n\t\t\t\t\tinput.checked = true;\n\t\t\t\t\tinput.setAttribute(\"checked\", true);\n\t\t\t\t} else {\n\t\t\t\t\tinput.checked = false;\n\t\t\t\t\tinput.removeAttribute(\"checked\");\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\n\tinit: function(data) {\n\t\treturn this.render(\"toggle\", data);\n\t},\n  }\n}\n\nlet ValueTextInput = { ...TextInput, ...{\n\n    events: [\n        [\"focusout\", \"onChange\", \"input\"],\n\t ],\n\t\n\tinit: function(data) {\n\t\treturn this.render(\"textinput\", data);\n\t},\n  }\n}\n\nlet GridLayoutInput = { ...TextInput, ...{\n\n    events: [\n        [\"focusout\", \"onChange\", \"input\"],\n\t ],\n\t\n\tinit: function(data) {\n\t\treturn this.render(\"textinput\", data);\n\t},\n  }\n}\n\nlet ProductsInput = { ...TextInput, ...{\n\n    events: [\n        [\"focusout\", \"onChange\", \"input\"],\n\t ],\n\t\n\tinit: function(data) {\n\t\treturn this.render(\"textinput\", data);\n\t},\n  }\n}\n\nlet GridInput = { ...Input, ...{\n\t\n\n    events: [\n        [\"change\", \"onChange\", \"select\" /*'select'*/],\n        [\"click\", \"onChange\", \"button\" /*'select'*/],\n\t ],\n\t\n\n\tsetValue: function(value) {\n\t\tif (this.element[0] && value) {\n\t\t\tlet input = this.element[0].querySelector('select');\n\t\t\n\t\t\tif (input) { \n\t\t\t\tinput.value = value;\n\t\t\t\tinput.querySelector(\"option[selected]\").selected = true;\n\t\t\t}\n\t\t}\n\t},\n\t\n\tinit: function(data) {\n\t\treturn this.render(\"grid\", data);\n\t},\n  }\n}\n\nlet TextValueInput = { ...Input, ...{\n\t\n\n    events: [\n        [\"focusout\", \"onChange\", \"input\"],\n\t    [\"click\", \"onChange\", \"button\" /*'select'*/],\n\t ],\n\t\n\tsetValue: function(value) {\n\t\treturn false;\n\t},\n\t\t\n\tinit: function(data) {\n\t\treturn this.render(\"textvalue\", data);\n\t},\n  }\n}\n\nlet ButtonInput = { ...Input, ...{\n\n    events: [\n        [\"click\", \"onChange\", \"button\" /*'select'*/],\n\t ],\n\t\n\n\tsetValue: function(value) {\n\t\tif (this.element[0] && value) {\n\t\t\tlet input = this.element[0].querySelector('button');\n\t\t\n\t\t\tif (input) { \n\t\t\t\tinput.value = value;\n\t\t\t}\n\t\t}\t\t\n\t},\n\t\n\tinit: function(data) {\n\t\treturn this.render(\"button\", data);\n\t},\n  }\n}\n\nlet SectionInput = { ...Input, ...{\n\n    events: [\n        //[\"click\", \"onChange\", \"button\" /*'select'*/],\n\t ],\n\t\n\n\tsetValue: function(value) {\n\t\treturn false;\n\t},\n\t\n\tinit: function(data) {\n\t\treturn this.render(\"sectioninput\", data);\n\t},\n  }\n}\n\nlet ListInput = { ...Input, ...{\n\t\n    events: [\n        [\"change\", \"onChange\", \"select\"],\n        [\"click\", \"remove\", \".delete-btn\"],\n        [\"click\", \"add\", \".btn-new\"],\n        [\"click\", \"select\", \".section-item\"],\n\t ],\n\t\n\n\tremove: function(event, node, input) {\n\t\tlet sectionItem = this.closest(\".section-item\");\n\t\tlet index = [...sectionItem.parentNode.children].indexOf(sectionItem);//sectionItem.index();\n\t\tlet data = input.data;\n\t\t\n\t\tif (data.removeElement) {\n\t\t\tlet container = input.node;\n\t\t\tif (data.container) {\n\t\t\t\tcontainer.querySelector(data.container);\n\t\t\t}\n\t\t\tcontainer.querySelector(data.selector + \":nth-child(\" + (index + 1) + \")\").remove();\n\t\t}\n\t\tsectionItem.remove();\n\t\t\n\t\tevent.action = \"remove\";\n\t\tevent.index = index;\n\t\tinput.onChange(event, node, input, this);\n\t\tevent.preventDefault();\n\t\treturn false;\n\t},\n\n\tadd: function(event, node, input) {\n\t\tlet newElement = input.data.newElement ?? false;\n\t\tif (newElement) {\n\t\t\tlet container = input.node;\n\t\t\tif (data.container) {\n\t\t\t\tcontainer.querySelector(data.container);\n\t\t\t}\t\t\t\n\t\t\tcontainer.append(generateElements(newElement)[0]);\n\t\t}\n\t\t\n\t\tevent.action = \"add\";\n\t\tinput.onChange(event, node, input, this);\n\t\treturn false;\n\t},\t\n\t\n\tselect: function(event, node, input) {\n\t\tlet sectionItem = this.closest(\".section-item\");\n\t\tif (sectionItem.parentNode) {\n\t\t\tlet index = [...sectionItem.parentNode.children].indexOf(sectionItem);//sectionItem.index();\n\t\t\t\n\t\t\tevent.action = \"select\";\n\t\t\tevent.index = index;\n\t\t\tinput.onChange(event, node, input, this);\n\t\t}\n\t\treturn false;\n\t},\n\n\tsetValue: function(value) {\n\t},\n\n\tinit: function(data, node) {\n\t\tthis.component = data.component;\n\t\tthis.selector = data.selector;\n\t\tthis.node = node;\n\n\t\tlet elements = this.node.querySelectorAll(data.container + \" \" + this.selector);\n\t\tlet options = [];\n\t\t\n\t\telements.forEach(function (e, i) {\n\t\t\tlet element = e;\n\t\t\tif (data.nameElement) {\n\t\t\t\telement = element.querySelector(data.nameElement);\n\t\t\t}\n\t\t\tlet name = (data.name = \"text\" ? element.textContent.substr(0, 15) : element.id);\n\t\t\toptions.push({\n\t\t\t\tname: name,\n\t\t\t\ttype: (data.prefix ?? \"\") + (i + 1) + (data.suffix ?? \"\"),\n\t\t\t});\n\t\t});\n\n\t\tdata.options = options;\n\t\tdata.elements = elements;\n\t\tthis.data = data;\n\n\t\tlet list = this.render(\"listinput\", data);\n\t\tlet items = list.querySelectorAll(\".section-item\");\n\t\tlet i = 0;\n\t\tfor (const item of items) {\n\t\t\tconst container = item.querySelector(\".tree\") ?? item;\n\t\t\tlet properties = {};\n\t\t\tif (data.elementProperties) {\n\t\t\t\tfor (let prop in data.elementProperties) {\n\t\t\t\t\tproperties[prop] = Object.assign({}, data.elementProperties[prop]);\n\t\t\t\t\tproperties[prop].element = elements[i];\n\t\t\t\t}\n\t\t\t}\n\t\t\t\n\t\t\tVvveb.Components.renderProperties(null, properties, null, container);\n\t\t\ti++;\n\t\t}\n\n\t\treturn list;\n\t},\n  }\n}\n\nlet AutocompleteInput = { ...Input, ...{\n\n    events: [\n        [\"autocomplete.change\", \"onAutocompleteChange\", \"input\"],\n        [\"input\", \"onAutocompleteChange\", \"input\"],\n\t ],\n\n\tonAutocompleteChange: function(event, node, input) {\n\t\tinput.value = event.detail.value;\n\t\treturn input.onChange.call(this, event, node, input);\n\t},\n\n\tsetValue: function(value) {\n\t\tif (this.element && value) {\n\t\t\tlet input = this.element.querySelectorAll('input').forEach(e => e.value = value);\n\t\t}\n\t},\t\n\n\tinit: function(data) {\n\t\t\n\t\tthis.element = this.render(\"textinput\", data);\n\t\t\n\t\tlet autocomplete = new _AutocompleteInput(this.element.querySelector(\"input\"), data);\n\t\t\n\t\treturn this.element;\n\t}\n  }\n}\n\nlet AutocompleteList = { ...Input, ...{\n\n    events: [\n        [\"autocompletelist.change\", \"onAutocompleteChange\", \"input\"],\n\t ],\n\n\tonAutocompleteChange: function(event, node, input) {\n\t\tinput.value = event.detail;\n\t\treturn input.onChange.call(this, event, node, input);\n\t},\n\n\tsetValue: function(value) {\n\t\tif (this.element && value) {\n\t\t\tlet input = this.element.querySelectorAll('input').forEach(e => e.value = value);\n\t\t}\t\n\t},\n\n\tinit: function(data) {\n\t\t\n\t\tthis.element = this.render(\"textinput\", data);\n\t\t\n\t\tlet autocomplete = new _AutocompleteList(this.element.querySelector(\"input\"), data);\n\t\t\n\t\treturn this.element;\n\t}\n  }\n}\n\nlet TagsInput = { ...Input, ...{\n\n    events: [\n        [\"tagsinput.change\", \"onTagsInputChange\", \"input\"],\n\t ],\n\n\tonTagsInputChange: function(event, node, input) {\n\t\tlet tags = \"\";\n\t\tfor (const tag in event.detail[0]) {\n\t\t\tif (tags) tags += \" \";\n\t\t\ttags += tag;\n\t\t}\n\t\tinput.value = tags;\n\t\treturn input.onChange.call(this, event, node, input);\n\t},\n\n\tsetValue: function(value) {\n\t\tif (this.autocomplete && value) {\n\t\t\tthis.autocomplete.tagsInput.setValue(value.split(\" \"));\n\t\t}\n\t},\n\n\tinit: function(data) {\n\t\t\n\t\tthis.element = this.render(\"tagsinput\", data);\n\t\tthis.autocomplete = new _TagsInput(this.element.querySelector(\"input\"), data);\n\t\t\n\t\treturn this.element;\n\t}\n  }\n}\n\n\nlet NoticeInput = { ...Input, ...{\n\n    events: [\n\t ],\n\t\n\tinit: function(data) {\n\t\treturn this.render(\"noticeinput\", data);\n\t},\n  }\n}\n"
  },
  {
    "path": "libs/builder/oembed.js",
    "content": "const oEmbedProviders = [\n {\n    regex: /^(https:\\/\\/(.*).youtube.com\\/watch(.*)|https:\\/\\/(.*).youtube.com\\/v\\/(.*)|https:\\/\\/youtu.be\\/(.*)|https:\\/\\/(.*).youtube.com\\/playlist?list=(.*))/,\n    url: \"https://www.youtube.com/oembed\"\n },\n {\n    regex: /https?:\\/\\/((m|www)\\.)?youtube\\.com\\/watch.*/,\n    url: \"https://www.youtube.com/oembed\"\n  },\n  {\n    regex: /https?:\\/\\/((m|www)\\.)?youtube\\.com\\/playlist.*/,\n    url: \"https://www.youtube.com/oembed\"\n  },\n  {\n    regex: /https?:\\/\\/((m|www)\\.)?youtube\\.com\\/shorts\\/*/,\n    url: \"https://www.youtube.com/oembed\"\n  },\n  {\n    regex: /https?:\\/\\/((m|www)\\.)?youtube\\.com\\/live\\/*/,\n    url: \"https://www.youtube.com/oembed\"\n  },\n  {\n    regex: /https?:\\/\\/youtu\\.be\\/.*/,\n    url: \"https://www.youtube.com/oembed\"\n  },\n  {\n    regex: /^(https:\\/\\/vimeo.com\\/(.*)|https:\\/\\/vimeo.com\\/album\\/(.*)\\/video\\/(.*)|https:\\/\\/vimeo.com\\/channels\\/(.*)\\/(.*)|https:\\/\\/vimeo.com\\/groups\\/(.*)\\/videos\\/(.*)|https:\\/\\/vimeo.com\\/ondemand\\/(.*)\\/(.*)|https:\\/\\/player.vimeo.com\\/video\\/(.*))/,\n    url: \"https://vimeo.com/api/oembed.json\"\n  },\n  {\n    regex: /https?:\\/\\/(.+\\.)?vimeo\\.com\\/.*/,\n    url: \"https://vimeo.com/api/oembed.json\"\n  },\n  {\n    regex: /https?:\\/\\/(www\\.)?dailymotion\\.com\\/.*/,\n    url: \"https://www.dailymotion.com/services/oembed\"\n  },\n  {\n    regex: /https?:\\/\\/dai\\.ly\\/.*/,\n    url: \"https://www.dailymotion.com/services/oembed\"\n  },\n  {\n    regex: /https?:\\/\\/(www\\.)?flickr\\.com\\/.*/,\n    url: \"https://www.flickr.com/services/oembed/\"\n  },\n  {\n    regex: /https?:\\/\\/flic\\.kr\\/.*/,\n    url: \"https://www.flickr.com/services/oembed/\"\n  },\n  {\n    regex: /https?:\\/\\/(.+\\.)?smugmug\\.com\\/.*/,\n    url: \"https://api.smugmug.com/services/oembed/\"\n  },\n  {\n    regex: /https?:\\/\\/(www\\.)?scribd\\.com\\/(doc|document)\\/.*/,\n    url: \"https://www.scribd.com/services/oembed\"\n  },\n  {\n    regex: /https?:\\/\\/(www\\.)?x\\.com\\/\\w{1,15}\\/status(es)?\\/.*/,\n    url: \"https://publish.twitter.com/oembed\"\n  },\n  {\n    regex: /https?:\\/\\/(www\\.)?x\\.com\\/\\w{1,15}$/,\n    url: \"https://publish.twitter.com/oembed\"\n  },\n  {\n    regex: /https?:\\/\\/(www\\.)?x\\.com\\/\\w{1,15}\\/likes$/,\n    url: \"https://publish.twitter.com/oembed\"\n  },\n  {\n    regex: /https?:\\/\\/(www\\.)?x\\.com\\/\\w{1,15}\\/lists\\/.*/,\n    url: \"https://publish.twitter.com/oembed\"\n  },\n  {\n    regex: /https?:\\/\\/(www\\.)?x\\.com\\/\\w{1,15}\\/timelines\\/.*/,\n    url: \"https://publish.twitter.com/oembed\"\n  },\n  {\n    regex: /https?:\\/\\/(www\\.)?x\\.com\\/i\\/moments\\/.*/,\n    url: \"https://publish.twitter.com/oembed\"\n  },\n  {\n    regex: /https?:\\/\\/(www\\.)?soundcloud\\.com\\/.*/,\n    url: \"https://soundcloud.com/oembed\"\n  },\n  {\n    regex: /https?:\\/\\/(.+?\\.)?slideshare\\.net\\/.*/,\n    url: \"https://www.slideshare.net/api/oembed/2\"\n  },\n  {\n    regex: /https?:\\/\\/(open|play)\\.spotify\\.com\\/.*/,\n    url: \"https://embed.spotify.com/oembed/\"\n  },\n  {\n    regex: /https?:\\/\\/(.+\\.)?imgur\\.com\\/.*/,\n    url: \"https://api.imgur.com/oembed\"\n  },\n  {\n    regex: /https?:\\/\\/(www\\.)?issuu\\.com\\/.+\\/docs\\/.+/,\n    url: \"https://issuu.com/oembed_wp\"\n  },\n  {\n    regex: /https?:\\/\\/(www\\.)?mixcloud\\.com\\/.*/,\n    url: \"https://app.mixcloud.com/oembed/\"\n  },\n  {\n    regex: /https?:\\/\\/(www\\.|embed\\.)?ted\\.com\\/talks\\/.*/,\n    url: \"https://www.ted.com/services/v1/oembed.json\"\n  },\n  {\n    regex: /https?:\\/\\/(www\\.)?(animoto|video214)\\.com\\/play\\/.*/,\n    url: \"https://animoto.com/oembeds/create\"\n  },\n  {\n    regex: /https?:\\/\\/(.+)\\.tumblr\\.com\\/.*/,\n    url: \"https://www.tumblr.com/oembed/1.0\"\n  },\n  {\n    regex: /https?:\\/\\/(www\\.)?kickstarter\\.com\\/projects\\/.*/,\n    url: \"https://www.kickstarter.com/services/oembed\"\n  },\n  {\n    regex: /https?:\\/\\/kck\\.st\\/.*/,\n    url: \"https://www.kickstarter.com/services/oembed\"\n  },\n  {\n    regex: /https?:\\/\\/(www\\.)?reverbnation\\.com\\/.*/,\n    url: \"https://www.reverbnation.com/oembed\"\n  },\n  {\n    regex: /https?:\\/\\/(www\\.)?reddit\\.com\\/r\\/[^\\/]+\\/comments\\/.*/,\n    url: \"https://www.reddit.com/oembed\"\n  },\n  {\n    regex: /https?:\\/\\/(www\\.)?speakerdeck\\.com\\/.*/,\n    url: \"https://speakerdeck.com/oembed.json\"\n  },\n  {\n    regex: /https?:\\/\\/(www\\.)?screencast\\.com\\/.*/,\n    url: \"https://api.screencast.com/external/oembed\"\n  },\n  {\n    regex: /https?:\\/\\/([a-z0-9-]+\\.)?amazon\\.(com|com\\.mx|com\\.br|ca)\\/.*/,\n    url: \"https://read.amazon.com/kp/api/oembed\"\n  },\n  {\n    regex: /https?:\\/\\/([a-z0-9-]+\\.)?amazon\\.(co\\.uk|de|fr|it|es|in|nl|ru)\\/.*/,\n    url: \"https://read.amazon.co.uk/kp/api/oembed\"\n  },\n  {\n    regex: /https?:\\/\\/([a-z0-9-]+\\.)?amazon\\.(co\\.jp|com\\.au)\\/.*/,\n    url: \"https://read.amazon.com.au/kp/api/oembed\"\n  },\n  {\n    regex: /https?:\\/\\/([a-z0-9-]+\\.)?amazon\\.cn\\/.*/,\n    url: \"https://read.amazon.cn/kp/api/oembed\"\n  },\n  {\n    regex: /https?:\\/\\/(www\\.)?a\\.co\\/.*/,\n    url: \"https://read.amazon.com/kp/api/oembed\"\n  },\n  {\n    regex: /https?:\\/\\/(www\\.)?amzn\\.to\\/.*/,\n    url: \"https://read.amazon.com/kp/api/oembed\"\n  },\n  {\n    regex: /https?:\\/\\/(www\\.)?amzn\\.eu\\/.*/,\n    url: \"https://read.amazon.co.uk/kp/api/oembed\"\n  },\n  {\n    regex: /https?:\\/\\/(www\\.)?amzn\\.in\\/.*/,\n    url: \"https://read.amazon.in/kp/api/oembed\"\n  },\n  {\n    regex: /https?:\\/\\/(www\\.)?amzn\\.asia\\/.*/,\n    url: \"https://read.amazon.com.au/kp/api/oembed\"\n  },\n  {\n    regex: /https?:\\/\\/(www\\.)?z\\.cn\\/.*/,\n    url: \"https://read.amazon.cn/kp/api/oembed\"\n  },\n  {\n    regex: /https?:\\/\\/www\\.someecards\\.com\\/.+-cards\\/.+/,\n    url: \"https://www.someecards.com/v2/oembed/\"\n  },\n  {\n    regex: /https?:\\/\\/www\\.someecards\\.com\\/usercards\\/viewcard\\/.+/,\n    url: \"https://www.someecards.com/v2/oembed/\"\n  },\n  {\n    regex: /https?:\\/\\/some\\.ly\\/.+/,\n    url: \"https://www.someecards.com/v2/oembed/\"\n  },\n  {\n    regex: /https?:\\/\\/(www\\.)?tiktok\\.com\\/.*\\/video\\/.*/,\n    url: \"https://www.tiktok.com/oembed\"\n  },\n  {\n    regex: /https?:\\/\\/(www\\.)?tiktok\\.com\\/\\/.*/,\n    url: \"https://www.tiktok.com/oembed\"\n  },\n  {\n    regex: /https?:\\/\\/([a-z]{2}|www)\\.pinterest\\.com(\\.(au|mx))?\\/.*/,\n    url: \"https://www.pinterest.com/oembed.json\"\n  },\n  {\n    regex: /https?:\\/\\/(www\\.)?wolframcloud\\.com\\/obj\\/.+/,\n    url: \"https://www.wolframcloud.com/oembed\"\n  },\n  {\n    regex: /https?:\\/\\/((play|www)\\.)?anghami\\.com\\/.*/,\n    url: \"https://api.anghami.com/rest/v1/oembed.view\"\n  }   \n];\n\nconst urlTransforms = [\n  {\n\tregex: /youtu\\.be\\/([\\w\\-_\\?&=.]+)/i,\n\turl: 'www.youtube.com/embed/$1',\n  },\n  {\n\tregex: /youtube\\.com(.+)v=([^&]+)(&([a-z0-9&=\\-_]+))?/i,\n\turl: 'www.youtube.com/embed/$2?$4',\n  },\n  {\n\tregex: /youtube.com\\/embed\\/([a-z0-9\\?&=\\-_]+)/i,\n\turl: 'www.youtube.com/embed/$1',\n  },\n  {\n\tregex: /vimeo\\.com\\/([0-9]+)\\?h=(\\w+)/,\n\turl: 'player.vimeo.com/video/$1?h=$2&title=0&byline=0&portrait=0&color=8dc7dc',\n  },\n  {\n\tregex: /vimeo\\.com\\/(.*)\\/([0-9]+)\\?h=(\\w+)/,\n\turl: 'player.vimeo.com/video/$2?h=$3&title=0&amp;byline=0',\n  },\n  {\n\tregex: /vimeo\\.com\\/([0-9]+)/,\n\turl: 'player.vimeo.com/video/$1?title=0&byline=0&portrait=0&color=8dc7dc',\n  },\n  {\n\tregex: /vimeo\\.com\\/(.*)\\/([0-9]+)/,\n\turl: 'player.vimeo.com/video/$2?title=0&amp;byline=0',\n  },\n  {\n\tregex: /(maps|www)\\.google\\.([a-z]{2,3})\\/maps\\/(.+)msid=(.+)/,\n\turl: '$2.google.com/maps/ms?msid=$3&output=embed\"',\n  },  \n  {\n\tregex: /(maps|www)\\.google\\.([a-z]{2,3})\\/maps\\/@(.+)/,\n\turl: '$1.google.com/maps/embed?center=$3\"',\n  },  \n  {\n\tregex: /dailymotion\\.com\\/video\\/([^_]+)/,\n\turl: 'www.dailymotion.com/embed/video/$1',\n  },\n  {\n\tregex: /dai\\.ly\\/([^_]+)/,\n\turl: 'www.dailymotion.com/embed/video/$1',\n  }\n];\n\nasync function getOembed(url, maxwidth = 800, maxheight = 600, silent = false) {\n\tlet oembedUrl;\n\n\tfor (const service of oEmbedProviders) {\n\t\tif (service.regex.exec(url)) {\n\t\t   let eurl = encodeURIComponent(url);\n\t\t   oembedUrl = service.url + `?url=${eurl}&maxwidth=${maxwidth}&maxheight=${maxheight}&format=json`;\n\t\t}\n\t }\n\n\t if (oembedUrl === undefined) {\n\t\t \n\t\tconst matchTransform = (url, maxwidth, maxheight) => {\n\t\t\tfor (const transforms of urlTransforms) {\n\t\t\t\tlet matches = transforms.regex.exec(url);\n\t\t\t\tif (matches) {\n\t\t\t\t\tlet newUrl = transforms.url;\n\t\t\t\t\tfor (let i = 0; i < matches.length; i++) {\n\t\t\t\t\t\tnewUrl = newUrl.replace('$' + i, () => matches[i] ? matches[i] : '');\n\t\t\t\t\t}\n\t\t\t\t\treturn `<iframe src=\"https://${newUrl}\" width=\"${maxwidth}\" height=\"${maxheight}\" style=\"border:0;\" loading=\"lazy\" ></iframe>`;\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t\t \n\t\t let transform = matchTransform(url, maxwidth, maxheight);\n\t\t if (transform) {\n\t\t\t return {html: transform};\n\t\t }\n\t\t \n\t\t if (!silent) {\n\t\t\t let message = 'Embed error: URL did not match any provider.';\n\t\t\t displayToast(\"bg-danger\", \"Error\", message);\n\t\t }\n\t\t \n\t\t return;\n\t }\n\n\t let remoteResponse;\n\t //try to fetch directly, if CORS error use proxy\n\t for (url of [oembedUrl,oEmbedProxyUrl + \"&url=\" + encodeURIComponent(oembedUrl)]) { \n\n\t\t try {\n\t\t\t remoteResponse = await window.fetch(url);\n\n\t\t\t if (remoteResponse && remoteResponse.status == 200) {\n\t\t\t\t break;\n\t\t\t}\n\t\t} catch (error) {\n\t\t\tconsole.log(error);\n\t\t}\n\t }\n\n\t if (!remoteResponse || remoteResponse.status !== 200) {\n\t\tlet message = `Embed error: Could not fetch embed URL.`;\n\t\tdisplayToast(\"bg-danger\", \"Error\", message);\n\t }\n\n\t const json = await remoteResponse.json();\n\n\t if (json.html === undefined) {\n\t\tconst message = `Eembed error: ${message}`;\n\t\tdisplayToast(\"bg-danger\", \"Error\", message);\n\t\treturn;\n\t }\n\n    //response = { url: url, html: json.html, poster: json.thumbnail_url };\n\tresponse = json;\n\n\treturn response;\n}\n"
  },
  {
    "path": "libs/builder/plugin-ai-assistant.js",
    "content": "document.querySelector(\"#select-actions #edit-code-btn\").after(generateElements('<a id=\"ai-assistant-btn\" href=\"\" title=\"AI assistant\"><i class=\"icon-color-wand\"></i></a>')[0]);\n\nlet aiResponseTemplate = `\n<div class=\"response\">\n\t<div class=\"content\">\n\n\t\t<div class=\"card\">\n\t\t  <div class=\"card-body\">\n\t\t\t<h5 class=\"card-title\">Welcome to our website!</h5>\n\t\t\t<p class=\"card-text\">Thank you for visiting our site. We hope you find everything you need.</p>\n\t\t\t<button class=\"btn btn-primary\">Learn More</button>\n\t\t  </div>\n\t\t</div>\n\n\t</div>\n\t\n\t<div class=\"ai-actions\">\n\t\t<button type=\"button\" class=\"btn btn-sm btn-outline-primary btn-insert\"><i class=\"icon-arrow-up\"></i>Insert content</button>\n\t\t<button type=\"button\" class=\"btn btn-sm btn-outline-primary btn-replace\"><i class=\"icon-swap-horizontal-outline\"></i> Replace with</button>\n\t</div>\n</div>\t\n`;\n\t\t\t\nlet aiModalTemplate = `<div class=\"modal fade\" id=\"ai-assistant-modal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"textarea-modal\" aria-hidden=\"true\">\n  <div class=\"modal-dialog modal-lg\" role=\"document\">\n    <div class=\"modal-content\">\n      <div class=\"modal-header\">\n        <p class=\"modal-title text-primary\"><i class=\"icon-color-wand\"></i> Ai assistant</p>\n        <button type=\"button\" class=\"btn-close\" data-bs-dismiss=\"modal\" aria-label=\"Close\">\n        </button>\n      </div>\n      <div class=\"modal-body\">\n        \n        <textarea rows=\"3\" cols=\"150\" class=\"form-control mb-3\"></textarea>\n      \n\t    <button type=\"button\" class=\"btn btn-success btn-ask-ai\"><i class=\"icon-color-wand la-lg\"></i> Ask AI</button>\n\t    <button type=\"button\" class=\"btn btn-light border btn-insert-content\"><i class=\"icon-arrow-up la-lg\"></i> Insert element content</button>\n\t\t\n\t\t<div class=\"spinner-border spinner-border-sm mx-3\" role=\"status\" style=\"display:none\">\n\t\t  <span class=\"visually-hidden\">Loading...</span>\n\t\t</div>\n\t\t\n\t\t<div class=\"responses mt-3 pt-3 border-top\" style=\"display:none\">\n\t\t</div>\n\n      </div>\n      <div class=\"modal-footer\">\n        <!-- <button type=\"button\" class=\"btn btn-primary btn-lg btn-save\" data-bs-dismiss=\"modal\"><i class=\"la la-save\"></i> Save</button> -->\n        <button type=\"button\" class=\"btn btn-secondary btn-lg close-btn\" data-bs-dismiss=\"modal\"><i class=\"la la-times\"></i> Close</button>\n      </div>\n    </div>\n  </div>\n</div>\n<style>\n.responses {\n\toverflow-y: auto;\n    resize: vertical;\n\theight:300px;\n\tborder-top:1px solid var(--bs-border-color);\n}\n\n.response {\n\tmargin-top:1rem;\n\tpadding-top:1rem;\n\tborder-bottom:1px solid var(--bs-border-color);\n}\n.response .ai-actions{\n\tmargin:1rem;\t\n\ttext-align:right;\n}\n\n.response .ai-actions i {\n\tfont-size: 1.15rem;\n    line-height: 1;\n    vertical-align: text-top;\n}\n`;\n\ndocument.body.append(generateElements(aiModalTemplate)[0]);\n\nlet aiModal = document.getElementById(\"ai-assistant-modal\");\nlet bsModal = bootstrap.Modal.getOrCreateInstance(aiModal);\n\naiModal.querySelector(\".btn-ask-ai\").addEventListener(\"click\", function(event) {\n\taiAssistantSendQuery();\n\treturn false;\n});\n\naiModal.querySelector(\".btn-insert-content\",).addEventListener(\"click\", function(event) {\n\tlet selectedEl = Vvveb.Builder.selectedEl;\n\tlet text = selectedEl.innerHTML.trim();\n\tlet textarea = aiModal.querySelector(\"textarea\");\n\ttextarea.value = textarea.value + \"\\n\" + text;\n\t\n\treturn false;\n});\n/*\naiModal.querySelector(\".btn-save\").addEventListener(\"click\", function(event) {\n\tlet selectedEl = Vvveb.Builder.selectedEl;\n\tselectedEl.innerHTML = $(\"textarea\", aiModal).val();\n\t$(\"textarea\", aiModal).val(\"\")\n});\n*/\naiModal.querySelector(\".close-btn\").addEventListener(\"click\", function(event) {\n\taiModal.querySelector(\"textarea\").value = \"\";\n\tlet responses =  aiModal.querySelector(\".responses\");\n\tresponses.innerHTML = \"\";\n\tresponses.style.display = \"none\";\n});\n\ndocument.getElementById(\"ai-assistant-btn\").addEventListener(\"click\", function(event) {\n\tbsModal.show();\n\t\n\tevent.preventDefault();\n\treturn false;\n});\n\n\ndocument.addEventListener(\"click\", function(event) {\n\tlet element = event.target.closest(\".btn-insert\");\n\tif (element) {\n\t\tlet response = element.closest(\".response\")\n\t\tlet selectedEl = Vvveb.Builder.selectedEl;\n\n\t\tlet node = response.querySelector(\".content\");\n\t\t\t\n\t\tselectedEl.append(node);\n\t\t\n\t\tVvveb.Undo.addMutation({type: 'childList', \n\t\t\t\t\t\t\t\ttarget: node.parentNode, \n\t\t\t\t\t\t\t\taddedNodes: [node], \n\t\t\t\t\t\t\t\tnextSibling: node.nextSibling});\n\n\t\tevent.preventDefault();\t\n\t\treturn false;\n\t}\n});\n\ndocument.addEventListener(\"click\", function(event) {\n\tlet element = event.target.closest(\".btn-replace\");\n\tif (element) {\n\t\tlet response = element.closest(\".response\")\n\t\tlet selectedEl  = Vvveb.Builder.selectedEl;\n\n\t\tlet node = response.querySelector(\".content\");\n\t\t\n\t\tVvveb.Undo.addMutation({type: 'childList', \n\t\t\t\t\t\t\t\ttarget: selectedEl.parentNode, \n\t\t\t\t\t\t\t\taddedNodes: [node], \n\t\t\t\t\t\t\t\tremovedNodes: [selectedEl], \n\t\t\t\t\t\t\t\tnextSibling: selectedEl.nextSibling});\n\n\t\tselectedEl.replaceWith(node);\n\t\n\t\tevent.preventDefault();\t\n\t\treturn false;\n\t}\n});\n\nfunction aiAssistantSendQuery()  {\n\t\tif (!chatgptOptions[\"key\"] ) {\n\t\t\tdisplayToast(\"danger\", \"Error\", 'No ChatGPT key configured! Enter a valid key in the plugin settings page.');\n\t\t\treturn;\n\t\t}\n\n\t\taiModal.querySelector(\".spinner-border\").style.display = '';\n\t\t\n\t\tlet selection = aiModal.querySelector(\"textarea\").value;\n\t\t\n\t\tconst ChatGPT = {\n\t\t\t//api_key: chatgptOptions[\"key\"] ?? null,\n\t\t\tmodel: chatgptOptions[\"model\"] ?? \"gpt-3.5-turbo-instruct\",\n\t\t\t/*\n\t\t\tmessages: [{\n\t\t\t\trole: \"user\",\n\t\t\t\tcontent: prompt\n\t\t\t  },{\n\t\t\t\trole: \"system\",\n\t\t\t\tcontent: \"You are a Bootstrap 5 Html expert.\"\n\t\t\t  },\n\t\t\t],\n\t\t\t*/\n\t\t\ttemperature: parseInt(chatgptOptions[\"temperature\"] ?? 0),\n\t\t\tmax_tokens: parseInt(chatgptOptions[\"max_tokens\"] ?? 300),\n\t\t\tprompt: selection,\n\t\t\t//format: \"html\"\n\t\t};\n\n\t\tfetch(\"https://api.openai.com/v1/completions\", {\n\t\t\tmethod: \"POST\",\n\t\t\theaders: {\n\t\t\t\t\"Content-Type\": \"application/json\",\n\t\t\t\tAuthorization: `Bearer ${chatgptOptions[\"key\"]}`\n\t\t\t},\n\t\t\tbody: JSON.stringify(ChatGPT)\n\t\t}).then(res => res.json()).then(data => {\n\t\t\tdocument.querySelector(\".spinner-border\", aiModal).style.display = 'none';\n\t\t\tif (data.error) {\n\t\t\t\tlet message = '';\n\t\t\t\tfor (name in data.error) {\n\t\t\t\t\tmessage += name +\":\" + data.error[name] + \"\\n\";\n\t\t\t\t}\n\t\t\t\t//alert(message);\n\t\t\t\tdisplayToast(\"danger\", \"Error\", message);\n\t\t\t\treturn;\n\t\t\t}\n\t\t\t\n\t\t\tlet reply = '';\n\t\t\tfor (let i = 0; i < data.choices.length; i++) {\n\t\t\t\treply += data.choices[i].text + \"\\n\";\n\t\t\t}\n\n\t\t\tlet responses = document.querySelector(\".responses\");\t\n\t\t\tlet response = generateElements(aiResponseTemplate)[0];\n\n\t\t\t\n\t\t\tresponse.querySelector(\".content\").innerHTML = reply;\n\t\t\tresponses.append(response);\n\t\t\tresponses.style.display = '';\n\t\t\tresponse.scrollIntoViewIfNeeded();\n\t\t\t\n\t\t\t//$(\"textarea\", aiModal).val(reply);\n\t\t}).catch(error => {\n\t\t\taiModal.querySelector(\".spinner-border\").style.display = 'none';\n\t\t\tdisplayToast(\"danger\", \"Error\", error);\n\t\t\tconsole.log(\"something went wrong\", error);\n\t\t})\n}\n"
  },
  {
    "path": "libs/builder/plugin-aos.js",
    "content": "/*\nCopyright 2017 Ziadin Givan\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n   http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\nhttps://github.com/givanz/VvvebJs\n*/\n\n/*\nAnimate on scroll\nThe edited page should include the aos library https://github.com/michalsnik/aos\n\n  <link rel=\"stylesheet\" href=\"https://unpkg.com/aos@next/dist/aos.css\" />\n\n  <script src=\"https://unpkg.com/aos@next/dist/aos.js\"></script>\n\n  <script>\n    AOS.init();\n  </script>\n*/ \n//clean aos classes on save\nwindow.addEventListener(\"vvveb.getHtml.before\", function(event) {\n\tlet doc = event.detail;\n\tdoc.querySelectorAll(\"[data-aos]\").forEach(e => e.classList.remove(\"aos-animate\", \"aos-init\"));\n});\n\nwindow.addEventListener(\"vvveb.getHtml.after\", function(event) {\n\tlet doc = event.detail;\n\tdoc.querySelectorAll(\"[data-aos]\").forEach(e => e.classList.add(\"aos-animate\", \"aos-init\"));\n});\n\n//ignore aos classes for styles\nVvveb.Builder.ignoreClasses = Vvveb.Builder.ignoreClasses.concat([\"aos-init\", \"aos-animate\"]);\n\nlet aosAnimations = [{\n\t\t\tvalue: \"\",\n\t\t\ttext: \"[none]\"\n\t\t},{\n\t\t    //Fade animations\n\t\t\toptgroup: \"Fade animations\"\n\t\t},{\n\t\t\tvalue: \"fade\",\n\t\t\ttext: \"Fade\"\n\t\t},{\n\t\t\tvalue: \"fade-up\",\n\t\t\ttext: \"Fade Up\"\n\t\t},{\n\t\t\tvalue: \"fade-down\",\n\t\t\ttext: \"Fade down\"\n\t\t},{\n\t\t\tvalue: \"fade-left\",\n\t\t\ttext: \"Fade left\"\n\t\t},{\n\t\t\tvalue: \"fade-right\",\n\t\t\ttext: \"Fade right\"\n\t\t},{\n\t\t\tvalue: \"fade-up-right\",\n\t\t\ttext: \"Fade up right\"\n\t\t},{\n\t\t\tvalue: \"fade-up-left\",\n\t\t\ttext: \"Fade up left\"\n\t\t},{\n\t\t\tvalue: \"fade-down-right\",\n\t\t\ttext: \"Fade down right\"\n\t\t},{\n\t\t\tvalue: \"fade-down-left\",\n\t\t\ttext: \"Fade down left\"\n\t\t},{\n\t\t\t//Flip animations\n\t\t\toptgroup: \"Flip animations\"\n\t\t},{\n\t\t\tvalue: \"flip-up\",\n\t\t\ttext: \"Flip Up\"\n\t\t},{\n\t\t\tvalue: \"flip-down\",\n\t\t\ttext: \"Flip Down\"\n\t\t},{\n\t\t\tvalue: \"flip-left\",\n\t\t\ttext: \"Flip left\"\n\t\t},{\n\t\t\tvalue: \"flip-right\",\n\t\t\ttext: \"Flip right\"\n\t\t},{\n\t\t\t//Slide animations\n\t\t\toptgroup: \"Slide animations\"\n\t\t},{\n\t\t\tvalue: \"slide-up\",\n\t\t\ttext: \"Slide up\"\n\t\t},{\n\t\t\tvalue: \"slide-down\",\n\t\t\ttext: \"Slide down\"\n\t\t},{\n\t\t\tvalue: \"slide-left\",\n\t\t\ttext: \"Slide left\"\n\t\t},{\n\t\t\tvalue: \"slide-right\",\n\t\t\ttext: \"Slide right\"\n\t\t},{\n\t\t\t//Zoom animations\n\t\t\toptgroup: \"Zoom animations\"\n\t\t},{\n\t\t\tvalue: \"zoom-in\",\n\t\t\ttext: \"Zoom in\"\n\t\t},{\n\t\t\tvalue: \"zoom-in-up\",\n\t\t\ttext: \"Zoom in up\"\n\t\t},{\n\t\t\tvalue: \"zoom-in-down\",\n\t\t\ttext: \"Zoom in down\"\n\t\t},{\n\t\t\tvalue: \"zoom-in-left\",\n\t\t\ttext: \"Zoom in left\"\n\t\t},{\n\t\t\tvalue: \"zoom-in-right\",\n\t\t\ttext: \"Zoom in right\"\n\t\t},{\n\t\t\tvalue: \"zoom-out\",\n\t\t\ttext: \"Zoom out\"\n\t\t},{\n\t\t\tvalue: \"zoom-out-up\",\n\t\t\ttext: \"Zoom out up\"\n\t\t},{\n\t\t\tvalue: \"zoom-out-down\",\n\t\t\ttext: \"Zoom out down\"\n\t\t},{\n\t\t\tvalue: \"zoom-out-left\",\n\t\t\ttext: \"Zoom out left\"\n\t\t},{\n\t\t\tvalue: \"zoom-out-right\",\n\t\t\ttext: \"Zoom out right\"\n\t\t}\t\t\t\n];\n/*\nlet aosEasing = [{\n\t\t\tvalue: \"\",\n\t\t\ttext: \"[default]\"\n\t\t},{\n\t\t\tvalue: \"linear\",\n\t\t\ttext: \"linear\"\n\t\t},{\n\t\t\tvalue: \"ease\",\n\t\t\ttext: \"ease\"\n\t\t},{\n\t\t\tvalue: \"ease-out\",\n\t\t\ttext: \"ease-out\"\n\t\t},{\n\t\t\tvalue: \"ease-in-out\",\n\t\t\ttext: \"ease-in-out\"\n\t\t},{\n\t\t\tvalue: \"ease-in-back\",\n\t\t\ttext: \"ease-in-back\"\n\t\t},{\n\t\t\tvalue: \"ease-out-back\",\n\t\t\ttext: \"ease-out-back\"\n\t\t},{\n\t\t\tvalue: \"ease-in-out-back\",\n\t\t\ttext: \"ease-in-out-back\"\n\t\t},{\n\t\t\tvalue: \"ease-in-sine\",\n\t\t\ttext: \"ease-in-sine\"\n\t\t},{\n\t\t\tvalue: \"ease-out-sine\",\n\t\t\ttext: \"ease-out-sine\"\n\t\t},{\n\t\t\tvalue: \"ease-in-quad\",\n\t\t\ttext: \"ease-in-quad\"\n\t\t},{\n\t\t\tvalue: \"ease-out-quad\",\n\t\t\ttext: \"ease-out-quad\"\n\t\t},{\n\t\t\tvalue: \"ease-in-out-quad\",\n\t\t\ttext: \"ease-in-out-quad\"\n\t\t},{\n\t\t\tvalue: \"ease-in-cubic\",\n\t\t\ttext: \"ease-in-cubic\"\n\t\t},{\n\t\t\tvalue: \"ease-out-cubic\",\n\t\t\ttext: \"ease-out-cubic\"\n\t\t},{\n\t\t\tvalue: \"ease-in-out-cubic\",\n\t\t\ttext: \"ease-in-out-cubic\"\n\t\t},{\n\t\t\tvalue: \"ease-in-quart\",\n\t\t\ttext: \"ease-in-quart\"\n\t\t},{\n\t\t\tvalue: \"ease-out-quart\",\n\t\t\ttext: \"ease-out-quart\"\n\t\t},{\n\t\t\tvalue: \"ease-in-out-quart\",\n\t\t\ttext: \"ease-in-out-quart\"\n\t\t}\n];\t\n*/\nlet ComponentBaseAnimateScroll = {\n\t properties: [{\n\t\tkey: \"animate_header\",\n\t\tinputtype: SectionInput,\n\t\tname:false,\n\t\tsort: base_sort++,\n\t\tsection: advanced_section,\n\t\tdata: {header:\"Animate on scroll\"},\n\t},{\n        name: \"Animation type\",\n        key: \"type\",\n\t\thtmlAttr: \"data-aos\",\n        sort: base_sort++,\n\t\tsection: advanced_section,\n\t\tinputtype: SelectInput,\n\t\tdata: {\n\t\t\toptions: aosAnimations,\n\t\t},\n\t\tonChange: function(node, value) {\n\t\t\tnode.classList.remove(\"aos-init\",\"aos-animate\");\n\t\t\tif (value == \"\") {\n\t\t\t\tnode.removeAttribute(\"data-aos\",\"data-aos-duration\",\"data-aos-delay\");\n\t\t\t} else {\n\t\t\t\tdelay(() => node.classList.add(\"aos-init\",\"aos-animate\"), \n\t\t\t\t\tnode.dataset.aosDuration ? node.dataset.aosDuration : 1000);\n\t\t\t}\n\t\t\treturn node;\n\t\t}\n/*\t},{\n        name: \"Animation easing\",\n        key: \"easing\",\n\t\thtmlAttr: \"data-aos-easing\",\n        sort: base_sort++,\n\t\tsection: advanced_section,\n\t\tinputtype: SelectInput,\n\t\tdata: {\n\t\t\toptions: aosEasing,\n\t\t}*/\n\t},{\n        name: \"Duration\",\n        key: \"duration\",\n\t\thtmlAttr: \"data-aos-duration\",\n        sort: base_sort++,\n\t\tsection: advanced_section,\n\t\tinputtype: RangeInput,\n\t\tdata:{\n\t\t\tmax: 10000, \n\t\t\tmin:0,\n\t\t\tstep:100\n\t   },\n\t   defaultValue: 1000\n\t},{\n        name: \"Delay\",\n        key: \"delay\",\n\t\thtmlAttr: \"data-aos-delay\",\n        sort: base_sort++,\n\t\tsection: advanced_section,\n\t\tinputtype: RangeInput,\n\t\tdata:{\n\t\t\tmax: 10000, \n\t\t\tmin:0,\n\t\t\tstep:100\n\t\t},\n\t\tdefaultValue: \"0\"\n\t},{\n        name: \"\",\n        key: \"delay\",\n\t\thtmlAttr: \"data-aos-delay\",\n        sort: base_sort++,\n\t\tsection: advanced_section,\n\t\tinputtype: ButtonInput,\n\t\tdata: {text:\"Play animation\", icon:\"la-play\"},\t\t\n\t\tonChange: function(node, value) {\n\t\t\tnode.classList.remove(\"aos-init\",\"aos-animate\");\n\t\t\tdelay(() => node.classList.add(\"aos-init\",\"aos-animate\"), \n\t\t\t\tnode.dataset.aosDuration ? node.dataset.aosDuration : 1000);\n\t\t\treturn node;\n\t\t}\n\t}]\n};\n\nVvveb.Components.extend(\"_base\", \"_base\", ComponentBaseAnimateScroll);\n"
  },
  {
    "path": "libs/builder/plugin-bootstrap-colorpicker.js",
    "content": "let ColorInput = { ...ColorInput, ...{\n\n    events: [\n        [\"change\", \"onChange\", \"input\"],\n\t ],\n\n\tsetValue: function(value) {\n\t\tlet color = this.rgb2hex(value);\n\t\t$('input', this.element).val();\n\t\t$('i', this.element).css('background-color', value);\n\t},\n\t\n\tinit: function(data) {\n\t\tlet colorinput = this.render(\"bootstrap-color-picker-input\", data);\n\t\tlet colorpicker = $('.input-group', colorinput).colorpicker();\n\t\treturn colorinput;\n\t},\n  }\n);\n\n"
  },
  {
    "path": "libs/builder/plugin-ckeditor.js",
    "content": "/*\nCopyright 2017 Ziadin Givan\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n   http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\nhttps://github.com/givanz/VvvebJs\n*/\n\nvar ckeditorOptions = {\n\textraPlugins:\"sharedspace\",\n\tsharedSpaces:{\n\t\ttop: \"#wysiwyg-editor\",\n\t}\n};\n\nVvveb.WysiwygEditor = {\n\t\n\tisActive: false,\n\toldValue: '',\n\tdoc:false,\n\teditor:false,\n\ttoolbar:false,\n\t\n\tinit: function(doc) {\n\t\tthis.doc = doc;\n\t\t//use default editor toolbar for ckeditor\n\t\tthis.toolbar = $('#wysiwyg-editor');\n\t\tthis.toolbar.removeClass(\"default-editor\").addClass(\"ckeditor\");\n\t\tthis.toolbar.html('');\n\t},\n\t\n\tedit: function(element) {\n\t\tthis.element = element;\n\t\tthis.isActive = true;\n\t\tthis.oldValue = element.html();\n\t\tVvveb.Builder.selectPadding = 10;\n\t\t//Vvveb.Builder.highlightEnabled = false;\n\t\telement.attr({'contenteditable':true, 'spellcheckker':false});\n\t\t\n\t\tCKEDITOR.disableAutoInline = true;\n\t\tckeditorOptions.sharedSpaces.top = this.toolbar.get(0);\n\t\tthis.editor = CKEDITOR.inline( element.get(0), ckeditorOptions );\n\n\t\tthis.toolbar.show();\n\t},\n\n\tdestroy: function(element) {\n\t\t//this.editor.destroy();\n\t\telement.removeAttr('contenteditable spellcheckker');\n\t\t//Vvveb.Builder.highlightEnabled = true;\n\t\tthis.toolbar.hide();\n\t\t\n\t\tnode = this.element.get(0);\n\t\tVvveb.Undo.addMutation({type:'characterData', \n\t\t\t\t\t\t\t\ttarget: node, \n\t\t\t\t\t\t\t\toldValue: this.oldValue, \n\t\t\t\t\t\t\t\tnewValue: node.innerHTML});\n\t}\n}\n"
  },
  {
    "path": "libs/builder/plugin-codemirror.js",
    "content": "/*\nCopyright 2017 Ziadin Givan\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n   http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\nhttps://github.com/givanz/VvvebJs\n*/\n\nVvveb.CodeEditor = {\n\t\n\tisActive: false,\n\toldValue: '',\n\tdoc:false,\n\tcodemirror:false,\n\t\n\tinit: function(doc) {\n\n\t\tif (this.codemirror == false) {\n\t\t\tthis.codemirror = CodeMirror.fromTextArea(document.querySelector(\"#vvveb-code-editor textarea\"), {\n\t\t\t\tmode: 'text/html',\n\t\t\t\tlineNumbers: true,\n\t\t\t\tautofocus: true,\n\t\t\t\tlineWrapping: true,\n\t\t\t\t//viewportMargin:Infinity,\n\t\t\t\ttheme: 'duotone-dark'\n\t\t\t});\n\t\t\t\n\t\t\tthis.isActive = true;\n\t\t\tthis.codemirror.getDoc().on(\"change\", function (e, v) { \n\t\t\t\tif (v.origin != \"setValue\") {\n\t\t\t\t\tdelay(() => {\n\t\t\t\t\t\tVvveb.Builder.setHtml(e.getValue());\n\t\t\t\t\t\t//enable save button\n\t\t\t\t\t\tdocument.querySelectorAll(\"#top-panel .save-btn\").forEach(e => e.removeAttribute(\"disabled\"));\n\t\t\t\t\t}, 1000);\n\t\t\t\t}\n\t\t\t});\n\n\t\t\t//load code on document changes\n\t\t\tVvveb.Builder.frameBody.addEventListener(\"vvveb.undo.add\", () => Vvveb.CodeEditor.setValue());\n\t\t\tVvveb.Builder.frameBody.addEventListener(\"vvveb.undo.restore\", () => Vvveb.CodeEditor.setValue());\n\t\t\t\n\t\t\t//load code when a new url is loaded\n\t\t\tVvveb.Builder.documentFrame.addEventListener(\"load\", () => Vvveb.CodeEditor.setValue());\n\t\t\twindow.addEventListener(\"vvveb.Builder.selectNode\", (e) => Vvveb.CodeEditor.setSelection(e));\n\t\t}\n\t\t\n\t\tthis.isActive = true;\n\t\tthis.setValue();\n\n\t\treturn this.codemirror;\n\t},\n\n\tsetSelection: function(e) {\n\t\tif (e.detail.target) {\n\t\t let value = e.detail.target.outerHTML;\n\n\t\t let cursor = this.codemirror.getSearchCursor(value/* , CodeMirror.Pos(this.codemirror.firstLine(), 0), {caseFold: true, multiline: true}*/);\n\t\t if(cursor.find(false)){ //move to that position.\n\t\t   this.codemirror.setSelection(cursor.from(), cursor.to());\n\t\t   this.codemirror.scrollIntoView({from: cursor.from(), to: cursor.to()}, 5);\n\t\t }\n\t\t}\n\t},\n\t\n\tsetValue: function(value) {\n\t\tif (this.isActive == true) {\n\t\t\tlet scrollInfo = this.codemirror.getScrollInfo();\n\t\t\tthis.codemirror.setValue(Vvveb.Builder.getHtml(true, false));\n\t\t\tthis.codemirror.scrollTo(scrollInfo.left, scrollInfo.top);\n\t\t\tlet self = this;\n\t\t\tsetTimeout(function() {\n\t\t\t\tself.codemirror.refresh();\n\t\t\t}, 300);\n\t\t}\n\t},\n\n\tdestroy: function(element) {\n\t\t/*\n\t\t//save memory by destroying but lose scroll on editor toggle\n\t\tthis.codemirror.toTextArea();\n\t\tthis.codemirror = false;\n\t\t*/ \n\t\tthis.isActive = false;\n\t\twindow.removeEventListener(\"vvveb.StyleManager.setStyle\", Vvveb.CodeEditor.setStyle);\n\t\twindow.removeEventListener(\"vvveb.Builder.selectNode\", Vvveb.CodeEditor.setSelection);\n\t},\n\n\ttoggle: function() {\n\t\tif (this.isActive != true) {\n\t\t\tthis.isActive = true;\n\t\t\treturn this.init();\n\t\t}\n\t\tthis.isActive = false;\n\t\tthis.destroy();\n\t}\n}\n\n\n// override modal code editor to use code mirror\nVvveb.ModalCodeEditor.init = function (modal = false, editor = false) {\n\tthis.modal  = document.getElementById(\"codeEditorModal\");\n\tthis.editor = CodeMirror.fromTextArea(document.querySelector(\"#codeEditorModal textarea\"), {\n\t\tmode: 'text/html',\n\t\tlineNumbers: true,\n\t\tautofocus: true,\n\t\tlineWrapping: true,\n\t\t//viewportMargin:Infinity,\n\t\ttheme: 'duotone-dark'\n\t});\n\t\n\tlet self = this;\n\tthis.modal.querySelector('.save-btn').addEventListener(\"click\",  function(event) {\n\t\twindow.dispatchEvent(new CustomEvent(\"vvveb.ModalCodeEditor.save\", {detail: self.getValue()}));\n\t\tself.hide();\n\t\treturn false;\n\t});\n}\n\nVvveb.ModalCodeEditor.setValue = function (value) {\n\tlet scrollInfo = this.editor.getScrollInfo();\n\tthis.editor.setValue(value);\n\tthis.editor.scrollTo(scrollInfo.left, scrollInfo.top);\n\tlet self = this;\n\tsetTimeout(function() {\n\t\tself.editor.refresh();\n\t}, 300);\n};\n\nVvveb.ModalCodeEditor.getValue = function (value) {\n\treturn this.editor.getValue();\n};\n\n\nVvveb.CssEditor = {\n\t\n\toldValue: '',\n\tdoc:false,\n\ttextarea:false,\n\tcodemirror:false,\n\t\n\tinit: function(doc) {\n\t\tif (this.codemirror == false) {\n\t\t\tthis.textarea = document.getElementById(\"css-editor\");\n\t\t\tthis.codemirror = CodeMirror.fromTextArea(this.textarea, {\n\t\t\t\tmode: 'text/css',\n\t\t\t\tlineNumbers: true,\n\t\t\t\tautofocus: true,\n\t\t\t\tlineWrapping: true,\n\t\t\t\t//viewportMargin:Infinity,\n\t\t\t\ttheme: 'duotone-dark'\n\t\t\t});\t\t\n\t\t\t\n\t\t\tthis.codemirror.getDoc().on(\"change\", function (e, v) { \n\t\t\t\tif (v.origin != \"setValue\")\n\t\t\t\tdelay(() => Vvveb.StyleManager.setCss(e.getValue()), 1000);\n\t\t\t});\n\t\t\t\n\t\t\twindow.addEventListener(\"vvveb.Builder.selectNode\", (e) => Vvveb.CssEditor.setSelection(e));\n\t\t\twindow.addEventListener(\"vvveb.StyleManager.setStyle\", Vvveb.CssEditor.setStyle);\n\t\t}\n\t\t\t\t\n\t\tthis.setValue(Vvveb.StyleManager.getCss());\n\t},\n\n\tgetValue: function() {\n\t\treturn this.codemirror.getValue();\n\t},\n\t\n\tsetValue: function(value, updateStyles = true) {\n\t\tif (value) {\n\t\t\tlet scrollInfo = this.codemirror.getScrollInfo();\n\t\t\tthis.codemirror.setValue(value);\n\t\t\tthis.codemirror.scrollTo(scrollInfo.left, scrollInfo.top);\n\t\t\tlet self = this;\n\t\t\tsetTimeout(function() {\n\t\t\t\tself.codemirror.refresh();\n\t\t\t}, 300);\n\t\t\n\t\t\tif (updateStyles) {\n\t\t\t\tVvveb.StyleManager.setCss(value);\n\t\t\t}\n\t\t}\n\t},\n\n\tsetStyle: function(e) {\n\t\tVvveb.CssEditor.setValue(Vvveb.StyleManager.getCss(), false);\n\t},\n\n\tsetSelection: function(e) {\n\t\tif (e.detail.target) {\n\t\t let value = Vvveb.StyleManager.getSelectorForElement(e.detail.target);\n\t\t let cursor = this.codemirror.getSearchCursor(value/* , CodeMirror.Pos(this.codemirror.firstLine(), 0), {caseFold: true, multiline: true}*/);\n\t\t if(cursor.find(false)){ //move to that position.\n\t\t   this.codemirror.setSelection(cursor.from(), cursor.to());\n\t\t   this.codemirror.scrollIntoView({from: cursor.from(), to: cursor.to()}, 5);\n\t\t }\n\t\t}\n\t},\n\t\n\tdestroy: function(element) {\n\t\t/*\n\t\t//save memory by destroying but lose scroll on editor toggle\n\t\tthis.codemirror.toTextArea();\n\t\tthis.codemirror = false;\n\t\t*/ \n\t\twindow.removeEventListener(\"vvveb.StyleManager.setStyle\", Vvveb.CssEditor.setStyle);\n\t\twindow.removeEventListener(\"vvveb.Builder.selectNode\", Vvveb.CssEditor.setSelection);\n\t\tthis.isActive = false;\n\t},\n\n\ttoggle: function() {\n\t\tif (this.isActive != true) {\n\t\t\tthis.isActive = true;\n\t\t\treturn this.init();\n\t\t}\n\t\tthis.isActive = false;\n\t\tthis.destroy();\n\t}\n}\n"
  },
  {
    "path": "libs/builder/plugin-coloris.js",
    "content": "let colorisOptions = {\n  el: '.coloris',\n  theme: 'polaroid',\n//  themeMode: 'dark',\n  formatToggle: true,\n//  closeButton: true,\n//  clearButton: true,\n/*\n  swatches: [\n\t'#264653',\n\t'#2a9d8f',\n\t'#e9c46a',\n\t'#f4a261',\n\t'#e76f51',\n\t'#d62828',\n\t'#023e8a',\n\t'#0077b6',\n\t'#0096c7',\n\t'#00b4d8',\n\t'#48cae4'\n  ]\n*/ \n};\n\nColorInput = { ...Input, ...{\n    \n    events: [\n        [\"change\", \"onChange\", \"input\"],\n\t ],\n\t \n\tsetValue: function(value) {\n\t\tif (this.element && value) {\n\t\t\tlet input = this.element.querySelector('input');\n\t\t\tthis.element.style.color = value;\n\n\t\t\tif (input) { \n\t\t\t\tinput.value = value;//this.rgb2hex(value);\n\t\t\t}\n\t\t}\n\t},\n\t\t\n\tinit: function(data) {\n\t\tthis.element = this.render(\"colorinput\", data);\n\t\t//Coloris({ ...colorisOptions, ...{el: this.element.firstElementChild}});\n\t\treturn this.element;\n\t},\n  }\n};\n\nColoris(colorisOptions);\n"
  },
  {
    "path": "libs/builder/plugin-google-fonts.js",
    "content": "/*\nCopyright 2017 Ziadin Givan\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n   http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\nhttps://github.com/givanz/VvvebJs\n*/\n\nGoogleFontsManager = {\n\turl: \"https://fonts.googleapis.com/css2?display=swap&family=\",\n\tactiveFonts: [],\t\n\n\tupdateFontList: function () {\n\t\tlet googleFontsLink = Vvveb.Builder.frameHead.querySelector(\"#google-fonts-link\");\n\n\t\tif (this.activeFonts.length == 0) {\n\t\t\tgoogleFontsLink.remove();\n\t\t\treturn;\n\t\t}\n\n\t\tif (!googleFontsLink) {\n\t\t\tgoogleFontsLink = generateElements(`<link id=\"google-fonts-link\" href=\"\" rel=\"stylesheet\">`)[0];\n\t\t\tVvveb.Builder.frameHead.append(googleFontsLink);\n\t\t}\n\n\t\tgoogleFontsLink.setAttribute(\"href\", this.url + this.activeFonts.join(\"&family=\"));\n\t},\n\t\n\tremoveFont: function (fontName) {\n\t\tlet index = this.activeFonts.indexOf(fontName);\n\t\tthis.activeFonts.splice(index, 1);\n\t\tthis.updateFontList();\n\t},\n\t\n\taddFont: function (fontName) {\n\t\tthis.activeFonts.push(fontName);\n\t\tthis.updateFontList();\n\t}\n}\n\n\nVvveb.FontsManager.addProvider(\"google\", GoogleFontsManager);\n\t\nlet googleFonts = {};\nlet googlefontNames = [];\n//load google fonts list and update wyswyg font selector and style tab font-family list\nfetch(Vvveb.baseUrl + \"../../resources/google-fonts.json\")\n.then((response) => {\n\tif (!response.ok) { throw new Error(response) }\n\treturn response.json()\n})\n.then((data) => {\n\tVvveb.FontsManager.addFontList(\"google\", \"Google Fonts\", data);\n})\n.catch(error => {\n\tconsole.log(error.statusText);\n\tdisplayToast(\"danger\", \"Error\", \"Error loading google fonts!\");\n});\n"
  },
  {
    "path": "libs/builder/plugin-jszip.js",
    "content": "/*\r\nCopyright 2017 Ziadin Givan\r\n\r\nLicensed under the Apache License, Version 2.0 (the \"License\");\r\nyou may not use this file except in compliance with the License.\r\nYou may obtain a copy of the License at\r\n\r\n   http://www.apache.org/licenses/LICENSE-2.0\r\n\r\nUnless required by applicable law or agreed to in writing, software\r\ndistributed under the License is distributed on an \"AS IS\" BASIS,\r\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\nSee the License for the specific language governing permissions and\r\nlimitations under the License.\r\n\r\nhttps://github.com/givanz/Vvvebjs\r\n*/\r\n\r\nVvveb.Gui.download =\r\nfunction () {\r\n    let assets = [];\r\n    \r\n    function addUrl(url, href, binary) {\r\n        assets.push({url, href, binary});\r\n    }\r\n\r\n    let html = Vvveb.Builder.frameHtml;\r\n\r\n    //stylesheets\r\n    html.querySelectorAll(\"link[href$='.css']\", html).forEach(function(e, i) {\r\n        addUrl(e.href, e.getAttribute(\"href\"), false);\r\n    });\r\n\r\n    //javascripts\r\n     html.querySelectorAll(\"script[src$='.js']\", html).forEach(function(e, i) {\r\n        addUrl(e.src, e.getAttribute(\"src\"), false);\r\n    });\r\n    \r\n    //images\r\n     html.querySelectorAll(\"img[src]\", html).forEach(function(e, i) {\r\n        addUrl(e.src, e.getAttribute(\"src\"), true);\r\n    });\r\n\r\n\r\n    let zip = new JSZip();\r\n    let promises = [];\r\n    \r\n    for (i in assets) {\r\n        let asset = assets[i];\r\n        let url = asset.url;\r\n        let href = asset.href;\r\n        let binary = asset.binary;\r\n        \r\n        let filename = href.substring(href.lastIndexOf('/')+1);\r\n        let path = href.substring(0, href.lastIndexOf('/')).replace(/\\.\\.\\//g, \"\");\r\n        if (href.indexOf(\"://\") > 0) {\r\n\t\t\t//ignore path for external assets\r\n\t\t\tpath = \"\";\r\n\t\t}\r\n\r\n        promises.push(new Promise((resolve, reject) => {\r\n\r\n          let request = new XMLHttpRequest();\r\n          request.open('GET', url);\r\n          if (binary) {\r\n            request.responseType = 'blob';\r\n          } else {\r\n            request.responseType = 'text';\r\n          }\r\n\r\n          request.onload = function() {\r\n            if (request.status === 200) {\r\n              resolve({url, href, filename, path, binary, data:request.response, status:request.status});\r\n            } else {\r\n              //reject(Error('Error code:' + request.statusText));\r\n              console.error('Error code:' + request.statusText);\r\n              resolve({status:request.status});\r\n            }\r\n          };\r\n\r\n          request.onerror = function() {\r\n              reject(Error('There was a network error.'));\r\n          };\r\n\r\n          // Send the request\r\n          try {\r\n\t\t\trequest.send();          \r\n\t\t } catch (error) {\r\n\t\t\t  console.error(error);\r\n\t\t }\r\n     }));\r\n    }\r\n    \r\n    Promise.all(promises).then((data) => {\r\n        let html = Vvveb.Builder.getHtml();\r\n        \r\n        for (i in data) {\r\n            let file = data[i];\r\n            let folder = zip;\r\n            \r\n            if (file.status == 200) {\r\n\t\t\t\tif (file.path) {\r\n\t\t\t\t\tfile.path = file.path.replace(/^\\//, \"\");\r\n\t\t\t\t\tfolder = zip.folder(file.path);\r\n\t\t\t\t} else {\r\n\t\t\t\t\tfolder = zip;\r\n\t\t\t\t}\r\n\t\t\t\t\r\n\t\t\t\tlet url =  (file.path ? file.path + \"/\" : \"\") + file.filename.trim().replace(/^\\//, \"\");\r\n\t\t\t\thtml = html.replace(file.href, url);\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\tfolder.file(file.filename, file.data, {base64: file.binary});\r\n\t\t\t}\r\n        }\r\n        \r\n        zip.file(Vvveb.FileManager.getCurrentFileName() ?? \"index.html\", html);\r\n        zip.generateAsync({type:\"blob\"})\r\n        .then(function(content) {\r\n            saveAs(content, Vvveb.FileManager.getPageData(\"title\") ?? Vvveb.FileManager.getCurrentPage());\r\n        });\r\n    }).catch((error) => {\r\n        console.log(error)\r\n  })\r\n};\r\n"
  },
  {
    "path": "libs/builder/plugin-media.js",
    "content": "/*\nCopyright 2017 Ziadin Givan\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n   http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\nhttps://github.com/givanz/VvvebJs\n*/\n\nImageInput = { ...ImageInput, ...{\n\n\ttag: \"img\",\n\t\n    events: [\n        [\"change\", \"onImageChange\", \"input[type=text]\"],\n        [\"click\", \"onClick\", \"button\"],\n        [\"click\", \"onClick\", \"img\"],\n\t ],\n\n\tsetValue: function(value) {\n\t\tif (value && value.indexOf(\"data:image\") == -1 && value != \"none\") {\n\t\t\t\tthis.element[0].querySelector('input[type=\"text\"]').value = value;\n\t\t\t\t//$('input[type=\"text\"]', this.element).val(value);\n\t\t\t\tlet src = (value.indexOf(\"//\") > -1 || value.indexOf(\"media/\") > -1 || value.indexOf(\"image-cache/\") > -1 || value[0] == '/' ? '' : Vvveb.themeBaseUrl) + value;\n\t\t\t\tthis.element[0].querySelector(this.tag).src = src;\n\t\t\t\t//$(this.tag, this.element).attr(\"src\", src);\n\t\t} else {\n\t\t\tthis.element[0].querySelector(this.tag).src = Vvveb.baseUrl + 'icons/image.svg';\n\t\t\t///$(this.tag, this.element).attr(\"src\", Vvveb.baseUrl + 'icons/image.svg');\n\t\t}\n\t},\n\n    onImageChange: function(event, node, input) {\n\t\t//set initial relative path\n\t\tlet self = this;\n\t\tlet src = self.value;\n\t\tlet tag = input.tag;\n\n\t\tlet img = node.querySelector(tag);\n\t\tif (img.src) {\n\t\t\tsrc = img.getAttribute(\"src\");\n\t\t}\n\t\t\n\t\tif (src) {\n\t\t\tinput.value = src;\n\t\t\tinput.onChange.call(self, event, node, input);\n\t\t\t//e.data.element.trigger('propertyChange', [src, this]);\n\t\t}\n\t\t\n\t\t//reselect image after loading to adjust highlight box size\n\t\tlet onLoad = function () {\n\t\t\t\tif (Vvveb.Builder.selectedEl) {\n\t\t\t\t\tVvveb.Builder.selectNode(Vvveb.Builder.selectedEl);\n\t\t\t\t\tVvveb.Builder.loadNodeComponent(Vvveb.Builder.selectedEl);\n\t\t\t\t}\n\t\t};\n\t\t\n\t\tVvveb.Builder.selectedEl.addEventListener(\"load\", onLoad);\n\t},\n\t\t\n    \n    onClick: function(e, element) {\n\t\tif (!Vvveb.MediaModal) {\n\t\t\tVvveb.MediaModal = new MediaModal(true);\n\t\t\tVvveb.MediaModal.mediaPath = window.mediaPath;\n\t\t}\n\n\t\tVvveb.MediaModal.open(this.closest(\"[data-target-input]\"));\n    },\n    \n\tinit: function(data) {\n\t\treturn this.render(\"imageinput-gallery\", data);\n\t},\n  }\n}\n\nVideoInput = { ...ImageInput, ...{\n\ttag:\"video\",\n\n    events: [\n        [\"change\", \"onChange\", \"input[type=text]\"],\n        [\"click\", \"onClick\", \"button\"],\n        [\"click\", \"onClick\", \"video\"],\n\t ],\n\n\t\n\tinit: function(data) {\n\t\treturn this.render(\"videoinput-gallery\", data);\n\t},\n  }\n}\n\nSvgInput = { ...ImageInput, ...{\n\ttag:\"svg\",\n\n    events: [\n        [\"change\", \"onChange\", \"input[type=text]\"],\n        [\"click\", \"onClick\", \"button\"],\n        [\"click\", \"onClick\", \"svg\"],\n\t ],\n\n\t\n\tinit: function(data) {\n\t\treturn this.render(\"svginput-gallery\", data);\n\t},\n\t\n\tsetValue: function(value) {\n\t\tif (this.element[0] && value) {\n\t\t\tlet input = this.element[0].querySelector('svg');\n\t\t\n\t\t\tif (input) { \n\t\t\t\tinput.innerHTML = value;\n\t\t\t}\n\t\t}\n\t},\n\t\n\tonChange: function(event, node, input) {\n\t\tif (event && event.target) {\n\t\t\tlet self = this;\n\t\t\tlet value = this.value;\n\t\t\tlet src = mediaPath + value;\n\t\t\tlet currentTarget = event.currentTarget;\n\n\t\t\tfetch(src)\n\t\t\t.then(res => res.text())\n\t\t\t.then(value => {\n\t\t\t\t//const e = new CustomEvent('propertyChange', { detail: {value, input: self, origEvent:event} });\n\t\t\t\t//currentTarget.dispatchEvent(e);\n\t\n\t\t\t\tlet element = Vvveb.Builder.selectedEl;\n\t\t\t\tlet newElement = generateElements(value)[0];\n\t\t\t\tlet attributes = element.attributes;\n\t\t\t\t\n\t\t\t\t//keep old svg size and colors\n\t\t\t\tfor (let i = 0; i < attributes.length; i++) {\n\t\t\t\t\tlet attr = attributes[i];\n\t\t\t\t\tif (attr.name && attr.name != \"viewBox\") {\n\t\t\t\t\t\tnewElement.setAttribute(attr.name, attr.value);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\n\t\t\t\telement.replaceWith(newElement);\n\t\t\t\tVvveb.Builder.selectedEl = newElement;\n\n\t\t\t\tif (Vvveb.Builder.selectedEl) {\n\t\t\t\t\tVvveb.Builder.selectNode(Vvveb.Builder.selectedEl);\n\t\t\t\t\tlet svg = node.querySelector('svg')\n\t\t\t\t\tsvg.innerHTML = newElement.innerHTML;\n\t\t\t\t\tsvg.setAttribute('viewBox', newElement.getAttribute('viewBox'));\n\t\t\t\t\t//Vvveb.Builder.loadNodeComponent(Vvveb.Builder.selectedEl);\n\t\t\t\t}\n\t\t\t})\n\t\t\t\n\t\t\t//event.data.element.trigger('propertyChange', [this.value, this, event]);\n\t\t}\n\t},\n\t\n\t onImageChange: function(event, node, input) {\n\t }\n  }\n}\n"
  },
  {
    "path": "libs/builder/plugin-tinymce.js",
    "content": "/*\nCopyright 2017 Ziadin Givan\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n   http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\nhttps://github.com/givanz/VvvebJs\n*/\n\n//doesn't support elements from iframe https://github.com/tinymce/tinymce/issues/3117\n//use ckeditor instead that supports inline editing for iframe elements\n\nvar tinyMceOptions = {\n    //selector: 'textarea',\n    target                        : false,\n    inline                        : false,//see comment above\n    toolbar_persist               : true,\n    plugins                       : 'preview importcss searchreplace autolink autosave save directionality code visualblocks visualchars fullscreen image link media codesample table charmap pagebreak nonbreaking anchor insertdatetime advlist lists wordcount help quickbars emoticons',\n    menubar                       : false,\n    toolbar                       : [\n        'undo redo | bold italic underline strikethrough | fontselect fontsizeselect formatselect',\n        'alignleft aligncenter alignright alignjustify | outdent indent |  numlist bullist',\n        'forecolor backcolor removeformat | insertfile image media link anchor codesample  | fullscreen  preview save print| ltr rtl | code |  charmap emoticons'],\n    toolbar_sticky                : true,\n    autosave_ask_before_unload    : true,\n    autosave_interval             : '30s',\n    autosave_prefix               : '{path}{query}-{id}-',\n    autosave_restore_when_empty   : false,\n    autosave_retention            : '2m',\n    importcss_append              : true,\n    file_picker_callback          : function(callback, value, meta) {\n        if (!Vvveb.MediaModal) {\n            Vvveb.MediaModal = new MediaModal(true);\n            Vvveb.MediaModal.mediaPath = mediaPath;\n        }\n        Vvveb.MediaModal.open(null, callback);\n    },\n    height                        : 600,\n    quickbars_insert_toolbar      : 'quickmedia quicklink quicktable',\n    quickbars_selection_toolbar   : 'bold italic | quicklink h2 h3 blockquote quickimage quicktable',\n    //quickbars_image_toolbar: 'alignleft aligncenter alignright | rotateleft rotateright | imageoptions',\n    noneditable_noneditable_class : 'mceNonEditable',\n    toolbar_mode                  : 'sliding',\n    contextmenu                   : 'link image imagetools table',\n    skin                          : 'oxide',\n    content_css                   : '',\n    content_style                 : 'body { font-family:Helvetica,Arial,sans-serif; font-size:14px }',\n    images_upload_url             : 'postAcceptor.php',\n\n    image_advtab          : true,\n    image_caption         : true,\n    paste_data_images     : true,\n    image_uploadtab       : true,\n    images_file_types     : 'jpeg,jpg,png,gif',\n    images_upload_handler : function(blobInfo, success, failure) {\n        var base64str = 'data:' + blobInfo.blob().type + ';base64,' + blobInfo.base64();\n        success(base64str);\n    },\n    file_picker_callback  : function(callback, value, meta) {\n        if (!Vvveb.MediaModal) {\n            Vvveb.MediaModal = new MediaModal(true);\n            Vvveb.MediaModal.mediaPath = mediaPath;\n        }\n        Vvveb.MediaModal.open(null, callback);\n    },\n\n    branding : false,\n};\n\nVvveb.WysiwygEditor = {\n\n    isActive : false,\n    oldValue : '',\n    doc      : false,\n    editor   : false,\n\n    init : function(doc) {\n        Vvveb.WysiwygEditor.doc = doc;\n    },\n\n    edit : function(element) {\n        Vvveb.WysiwygEditor.element = element;\n        Vvveb.WysiwygEditor.modalHtml = `\n            <div class=\"modal fade modal-full\" id=\"TinyMceModal\" tabindex=\"-1\" role=\"dialog\" \n                 aria-labelledby=\"TinyMceModalLabel\"\n                 aria-hidden=\"true\">\n                <div class=\"modal-dialog modal-xl modal-dialog-scrollable\" role=\"document\"\n                     style=\"max-height: 586px\">\n                    <div class=\"modal-content\">\n                        <div class=\"modal-header\">\n                            <h5 class=\"modal-title\" id=\"TinyMceModalLabel\">Editor</h5>\n                            <button type=\"button\" class=\"btn btn-sm\" id=\"btn-tiny-iconclose\" aria-label=\"Close\">\n                                <span aria-hidden=\"true\"><i class=\"la la-times la-lg\"></i></span>\n                            </button>\n                        </div>\n                        <div class=\"modal-body\" style=\"padding: 0\">\n                            <div id=\"TinyMceModal-editor\">${element.outerHTML}</div>\n                        </div>\n                        <div class=\"modal-footer\">\n                            <div class=\"align-right\">\n                                <button type=\"button\" class=\"btn btn-secondary\" id=\"btn-tiny-buttonclose\">Close</button>\n                                <button type=\"button\" class=\"btn btn-primary save-btn\">Save</button>\n                            </div>\n                        </div>\n                    </div>\n                </div>\n            </div>`;\n        document.body.append(generateElements(Vvveb.WysiwygEditor.modalHtml)[0]);\n        let modal = bootstrap.Modal.getOrCreateInstance(document.getElementById('TinyMceModal'));\n        modal.show();\n\n        document.querySelector(\"#TinyMceModal .save-btn\").addEventListener(\"click\", Vvveb.WysiwygEditor.save);\n        document.querySelector(\"#btn-tiny-iconclose\").addEventListener(\"click\", Vvveb.WysiwygEditor.destroy);\n        document.querySelector(\"#btn-tiny-buttonclose\").addEventListener(\"click\", Vvveb.WysiwygEditor.destroy);\n\n        Vvveb.WysiwygEditor.isActive = true;\n        Vvveb.WysiwygEditor.oldValue = element.innerHTML;\n        Vvveb.Builder.selectPadding = 0;\n        Vvveb.Builder.highlightEnabled = false;\n\n        tinyMceOptions.target = document.getElementById('TinyMceModal-editor');\n        Vvveb.WysiwygEditor.editor = tinymce.init(tinyMceOptions);\n\n        setTimeout(function() {\n            document.getElementById(\"select-box\").style.display = \"none\";\n        }, 500);\n    },\n\n    save : function() {\n        console.log(Vvveb.WysiwygEditor.element);\n        Vvveb.WysiwygEditor.element.outerHTML = tinymce.activeEditor.getContent();\n\n        Vvveb.Undo.addMutation({\n            type     : 'characterData',\n            target   : Vvveb.WysiwygEditor.element,\n            oldValue : Vvveb.WysiwygEditor.oldValue,\n            newValue : Vvveb.WysiwygEditor.element.innerHTML\n        });\n\n        Vvveb.WysiwygEditor.destroy();\n    },\n\n    destroy : function(element) {\n\n        if (tinymce.activeEditor) {\n            tinymce.activeEditor.destroy();\n        }\n\n        let modal = bootstrap.Modal.getOrCreateInstance(document.getElementById('TinyMceModal'));\n        modal.hide();\n\n        var TinyMceModal = document.getElementById('TinyMceModal');\n        TinyMceModal.parentElement.removeChild(TinyMceModal);\n        Vvveb.WysiwygEditor.isActive = false;\n\n        Vvveb.Builder.highlightEnabled = false;\n        // enable double click editor\n        Vvveb.Builder.texteditEl = null;\n    }\n};\n\n"
  },
  {
    "path": "libs/builder/section.js",
    "content": "/*\nCopyright 2017 Ziadin Givan\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n   http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\nhttps://github.com/givanz/VvvebJs\n*/\n\nlet bgVideoTemplate = '<video playsinline loop muted autoplay src=\"../../media/sample.webm\" poster=\"../../media/sample.webp\"><video>';\nlet bgImageTemplate = '<img src=\"../../media/4.jpg\">';\nlet defaultSeparatorSvg = '<svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 500 41\" width=\"100%\" height=\"300\" fill=\"var(--bs-body-bg)\" preserveAspectRatio=\"none\"><defs><style>.cls-1{fill:inherit}</style></defs><title>rough-edges-bottom</title><path class=\"cls-1\" d=\"M0,185l125-26,33,17,58-12s54,19,55,19,50-11,50-11l56,6,60-8,63,15v15H0Z\" transform=\"translate(0 -159)\"/></svg>';\n\nlet section_sort = 1;\n\nlet SectionContent = [{\n        name: \"Label\",\n        key: \"label\",\n        sort: section_sort++,\n        htmlAttr: \"aria-label\",\n        inputtype: TextInput\n    },{\n        name: \"Container width\",\n        key: \"container-width\",\n        sort: section_sort++,\n\t\tchild:\":scope > .container, :scope > .container-fluid\",\n        htmlAttr: \"class\",\n        validValues: [\"container\", \"container-fluid\"],\n        inputtype: RadioButtonInput,\n        data: {\n            extraclass:\"btn-group-sm btn-group-fullwidth\",\n            options: [{\n\t\t\t\tvalue: \"container\",\n\t\t\t\ticon:\"la la-box\",\n\t\t\t\ttext: \"Boxed\",\n\t\t\t\ttitle: \"Boxed\"\n\t\t\t},{\n\t\t\t\tvalue: \"container-fluid\",\n\t\t\t\ticon:\"la la-arrows-alt-h\",\n\t\t\t\ttitle: \"Full\",\n\t\t\t\ttext: \"Full\"\n            }]\n         }\n\t},{\n        name: \"Container height\",\n        key: \"container-height\",\n        sort: section_sort++,\n        child:\":scope > .container:first-child, :scope > .container-fluid:first-child\",\n        htmlAttr: \"class\",\n        validValues: [\"\", \"vh-100\"],\n        inputtype: RadioButtonInput,\n        data: {\n\t\t\t\textraclass:\"btn-group-sm btn-group-fullwidth\",\n\t\t\t\toptions: [{\n\t\t\t\tvalue: \"container\",\n\t\t\t\ticon:\"la la-expand\",\n\t\t\t\ttext: \"Auto\",\n\t\t\t\ttitle: \"Auto\",\n\t\t\t\tchecked:true,\n            },{\n\t\t\t\tvalue: \"vh-100\",\n\t\t\t\ticon:\"la la-arrows-alt-v\",\n\t\t\t\ttitle: \"Full\",\n\t\t\t\ttext: \"Full\"\n            }]\n         }\n\t}\n]; \t\n\nlet SectionBackground = [{\n        key: \"section_background_header\",\n        inputtype: SectionInput,\n        name:false,\n        sort: section_sort++,\n        //section: style_section,\n        data: {header:\"Background\"},\n   },{\n        name: false,\n        key: \"section-bg\",\n        sort: section_sort++,\n        inputtype: RadioButtonInput,\n        data: {\n            inline: true,\n            extraclass:\"btn-group-sm btn-group-fullwidth\",\n            options: [{\n                value: \"none\",\n                text: \"None\",\n                title: \"None\",\n                checked:true,\n            },{\n                value: \"bg-image\",\n                icon:\"la la-image\",\n                text: \"Image\",\n                title: \"Image\",    \n            },{/*  \n                value: \"gradient\",\n                icon:\"la la-palette\",\n                text: \"Gradient\",\n                title: \"Gradient\",\n            },{*/\n                value: \"bg-video\",\n                icon:\"la la-video\",\n                text: \"Video\",\n                title: \"Video\",/*\n            },{\n                value: \"slideshow\",\n                icon:\"la la-arrows-alt-h\",\n                text: \"Slider\",\n                title: \"Slider\",*/\n            }],\n        },\n\t\thideGroups : function() {\n\t\t\tdocument.querySelectorAll('.mb-2[data-group=\"bg-image\"],.mb-2[data-group=\"bg-video\"]').forEach(e => e.classList.add(\"d-none\"));\n\t\t},\n\t\t\n\t\tonChange : function(node, value, input) {\n\t\t\tthis.hideGroups();\n\t\t\tdocument.querySelectorAll('.mb-2[data-group=\"'+ input.value + '\"].d-none').forEach((el, i) => {\n\t\t\t\tel.classList.remove(\"d-none\");\n\t\t\t});\n\n\t\t\tlet container = node.querySelector(\":scope > .background-container\");\n\t\t\tif (!container) {\n\t\t\t\tcontainer = generateElements('<div class=\"background-container\"></div>')[0];\n\t\t\t\tnode.appendChild(container);\n\t\t\t}\n\t\t\t\n\t\t\tlet img = node.querySelector(\":scope > .background-container > img\");\n\t\t\tlet video = node.querySelector(\":scope > .background-container > video\");\n\t\t\t\n\t\t\tcontainer.querySelectorAll(\":scope > *\").forEach((el, i) => {\n\t\t\t\tel.classList.add(\"d-none\");\n\t\t\t});\n\t\t\t\n\t\t\tswitch (value) {\n\t\t\t\tcase \"bg-image\":\n\t\t\t\t\tif (img) {\n\t\t\t\t\t\timg.classList.remove(\"d-none\");\n\t\t\t\t\t} else {\n\t\t\t\t\t\tcontainer.append(generateElements(bgImageTemplate)[0]);\n\t\t\t\t\t\t//reselect element to load image\n\t\t\t\t\t\tnode.click();\n\t\t\t\t\t}\n\t\t\t\tbreak;\n\t\t\t\tcase \"bg-video\":\n\t\t\t\t\tif (video) {\n\t\t\t\t\t\tvideo.classList.remove(\"d-none\");\n\t\t\t\t\t} else {\n\t\t\t\t\t\tcontainer.append(generateElements(bgVideoTemplate)[0]);\n\t\t\t\t\t\t//reselect element to load video\n\t\t\t\t\t\tnode.click();\n\t\t\t\t\t}\n\t\t\t\tbreak;\n\t\t\t}\n\n\n\t\t\treturn node;\n\t\t}, \n\t\tinit: function(node) {\n\t\t\tlet selected = \"none\";\n\t\t\tlet img   = node.querySelector(\":scope > .background-container > img\");\n\t\t\tlet video = node.querySelector(\":scope > .background-container > video\");\n\t\t\t\n\t\t\tif (img && (img.offsetParent || img.offsetHeight || !img.classList.contains(\"d-none\"))) {\n\t\t\t\tselected = \"bg-image\";\n\t\t\t}\n\t\t\t\n\t\t\tif (video && (img.offsetParent || video.offsetHeight || !video.classList.contains(\"d-none\"))) {\n\t\t\t\tselected = \"bg-video\";\n\t\t\t}\n\t\t\t\n\t\t\tthis.hideGroups();\n\t\t\treturn selected;\n\t\t},            \n    },{\n        name: \"Image\",\n        key: \"src\",\n        sort: section_sort++,\n        htmlAttr: \"src\",\n\t\tchild:\":scope > .background-container > img\",\n\t\tgroup:\"bg-image\",\n\t\tinline:true,\n        inputtype: ImageInput\n    },{\n        name: \"Video\",\n        child: \"source\",\n        key: \"src\",\n        sort: section_sort++,\n        htmlAttr: \"src\",\n\t\tchild:\":scope > .background-container > video\",\n\t\tgroup:\"bg-video\",\n\t\tinline:true,\n        inputtype: VideoInput\n   },{\n        name: \"Poster\",\n        key: \"poster\",\n        sort: section_sort++,\n        htmlAttr: \"poster\",\n\t\tchild:\":scope > .background-container > video\",\n\t\tgroup:\"bg-video\",\n\t\tinline:true,\n        inputtype: ImageInput\n     }, {   \n        name: \"Parallax\",\n        key: \"parallax\",\n        sort: section_sort++,\n        child:\":scope > .background-container\",\n        htmlAttr: \"class\",\n        validValues: [\"\", \"parallax\"],\n        inputtype: ToggleInput,\n        data: {\n            className: \"\",\n            on: 'parallax',\n            off: ''\n        },\t \n     },\t \n];\n\n\nlet SectionOverlay = [{\n        key: \"section_overlay\",\n        inputtype: SectionInput,\n        name:false,\n        sort: section_sort++,\n        //section: style_section,\n        data: {header:\"Overlay\"},\n\t},{\n        //name: \"Enable\",\n\t\tname: false,\n        key: \"overlay\",\n        sort: section_sort++,\n        inline: true,\n        //validValues: [\"\", \"active\"],\n        inputtype: ToggleInput,\n        data: {\n            className: \"\",\n            on: 'true',\n            off: 'false'\n        },\n\t\tonChange : function(node, value, input) {\n\t\t\tlet group = document.querySelectorAll('.mb-2[data-group=\"overlay\"]');\n\t\t\tlet overlay = node.querySelector(\":scope > .overlay\");\n\t\t\t\n\t\t\tif (value == 'true') {\n\t\t\t\tgroup.forEach(e => e.classList.remove(\"d-none\"));\n\t\t\t\t\n\t\t\t\tif (!overlay) {\n\t\t\t\t\toverlay = generateElements('<div class=\"overlay\"></div>')[0];\n\t\t\t\t\tnode.appendChild(overlay);\n\t\t\t\t} else {\n\t\t\t\t\toverlay.classList.remove(\"d-none\");\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tgroup.forEach(e => e.classList.add(\"d-none\"));\n\t\t\t\tif (overlay) overlay.classList.add(\"d-none\");\n\t\t\t}\n\n\t\t\treturn element;\n\t\t}, \n\t\tinit: function(node) {\n\t\t\tlet overlay = node.querySelector(\":scope > .overlay\");\n\t\t\tlet group = document.querySelectorAll('.mb-2[data-group=\"overlay\"]');\n\n\t\t\tif (overlay && overlay.offsetParent) {\n\t\t\t\tgroup.forEach(e => e.classList.remove(\"d-none\"));\n\t\t\t\treturn 'true';\n\t\t\t} else {\n\t\t\t\tgroup.forEach(e => e.classList.add(\"d-none\"));\n\t\t\t\treturn 'false';\n\t\t\t}\n\t\t}\t\t\n    },{\n        name: \"Color\",\n        key: \"background-color\",\n        sort: section_sort++,\n        htmlAttr: \"style\",\n\t\tchild:\":scope > .overlay\",\n\t\tgroup:\"overlay\",\n        inputtype: ColorInput\n   },{\n        name: \"Opacity\",\n        key: \"opacity\",\n        sort: section_sort++,\n\t\thtmlAttr: \"style\",\n\t\tinline:false,\n\t\tgroup:\"overlay\",\n\t\tchild:\":scope > .overlay\",\n        inputtype: RangeInput,\n        data:{\n\t\t\tmax: 1, //max zoom level\n\t\t\tmin:0,\n\t\t\tstep:0.1\n       }\n}];\n\nfunction sectionSeparatorProperties(name, title) {\n\treturn [{\n        key: `section_${name}_separator`,\n        inputtype: SectionInput,\n        name:false,\n        sort: section_sort++,\n        //section: style_section,\n        data: {header:`${title} Separator`},\n\t},{\n        //name: \"Enable\",\n\t\tname: false,\n        key: `${name}_separator`,\n        sort: section_sort++,\n        inline: true,\n        inputtype: ToggleInput,\n        data: {\n            className: \"\",\n            on: 'true',\n            off: 'false'\n        },\n\t\tonChange : function(node, value, input) {\n\t\t\tlet group = document.querySelectorAll(`[data-group=\"${name}_separator\"]`);\n\t\t\tlet separator = node.querySelector(`:scope > .${name}.separator`);\n\n\t\t\tif (value == 'true') {\n\t\t\t\tgroup.forEach(e => e.classList.remove(\"d-none\"));\n\t\t\t\t\n\t\t\t\tif (!separator) {\n\t\t\t\t\tseparator = generateElements(`<div class=\"separator ${name}\">${defaultSeparatorSvg}</div>`)[0];\n\t\t\t\t\tnode.appendChild(separator);\n\t\t\t\t} else {\n\t\t\t\t\tseparator.classList.remove(\"d-none\");\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tgroup.forEach(e => e.classList.add(\"d-none\"));\n\t\t\t\tseparator.classList.add(\"d-none\");\n\t\t\t}\n\n\t\t\treturn element;\n\t\t}, \n\t\tinit: function(node) {\n\t\t\tlet group = node.querySelectorAll(`[data-group=\"${name}_separator\"]`);\n\t\t\tlet separator = node.querySelector(`:scope > .${name}.separator`);\n\t\t\t\n\t\t\tif (separator && separator.offsetParent) {\n\t\t\t\tgroup.forEach(e => e.classList.remove(\"d-none\"));\n\t\t\t\treturn 'true';\n\t\t\t} else {\n\t\t\t\tgroup.forEach(e => e.classList.add(\"d-none\"));\n\t\t\t\treturn 'false';\n\t\t\t}\n\t\t}\t\t\n    },{\n\t\tname: \"Icon\",\n\t\tkey: \"icon\",\n\t\tsort: section_sort++,\n\t\tinline:true,\n\t\tgroup:`${name}_separator`,\n\t\tchild:`.separator.${name} > svg`,\n\t\tinputtype: HtmlListSelectInput,\n\t\tonChange:function(element, value, input, component) {\n\t\t\tlet newElement = generateElements(value)[0];\n\t\t\tlet attributes = element.attributes;\n\t\t\t\n\t\t\t//keep old svg size and colors\n\t\t\tfor (let i = 0; i < attributes.length; i++) {\n\t\t\t\tlet attr = attributes[i];\n\t\t\t\tif (attr.name && attr.name != \"viewBox\") {\n\t\t\t\t\tnewElement.setAttribute(attr.name, attr.value);\n\t\t\t\t}\n\t\t\t}\n\t\t\t\n\t\t\telement.replaceWith(newElement);\n\t\t\treturn newElement;\n\t\t},\n\t\tdata: {\n\t\t\turl: Vvveb.baseUrl + \"../../resources/svg/separators/{value}/index.html\",\n\t\t\tclickElement:\"li\",\n\t\t\tinsertElement:\"svg\",\n\t\t\telements: 'Loading ...',\n\t\t\toptions: [{\n                value: \"digital-red-panther\",\n                text: \"Red panther\"\n            }]\n\t\t},\n\t},{\n\t\tname: \"Width\",\n\t\tkey: \"width\",\n\t\tsort: section_sort++,\n\t\thtmlAttr: \"width\",\n\t\tgroup:`${name}_separator`,\n\t\tchild:`.separator.${name} > svg`,\n\t\tinputtype: RangeInput,\n\t\tdata:{\n\t\t\tmax: 640,\n\t\t\tmin:6,\n\t\t\tstep:1\n\t\t}\n   },{\n\t\tname: \"Height\",\n\t\tkey: \"height\",\n\t\tsort: section_sort++,\n\t\thtmlAttr: \"height\",\n\t\tgroup:`${name}_separator`,\n\t\tchild:`.separator.${name} > svg`,\n\t\tinputtype: RangeInput,\n\t\tdata:{\n\t\t\tmax: 640,\n\t\t\tmin:6,\n\t\t\tstep:1\n\t\t}\t\t\t\n   },{\n\t\tname: \"Stroke width\",\n\t\tkey: \"stroke-width\",\n\t\tsort: section_sort++,\n\t\thtmlAttr: \"stroke-width\",\n\t\tgroup:`${name}_separator`,\n\t\tchild:`.separator.${name} > svg`,\n\t\tinputtype: RangeInput,\n\t\tdata:{\n\t\t\tmax: 512,\n\t\t\tmin:1,\n\t\t\tstep:1\n\t\t}\t\t\t\n   },/*{\n\t\tkey: \"separator_svg_style_header\",\n\t\tinputtype: SectionInput,\n\t\tname:false,\n\t\tgroup:`${name}_separator`,\n\t\tsort: section_sort++,\n        //section: style_section,\n\t\tdata: {header:\"Svg colors\"},\n\t},*/ {\n        name: \"Fill Color\",\n        key: \"fill\",\n        sort: section_sort++,\n        col:12,\n        inline:true,\n        //section: style_section,\n\t\tgroup:`${name}_separator`,\n\t\tchild:`.separator.${name} > svg`,\n\t\thtmlAttr: \"fill\",\n        inputtype: ColorInput,\n   },{\n        name: \"Color\",\n        key: \"color\",\n        sort: section_sort++,\n        col:12,\n        inline:true,\n        //section: style_section,\n\tgroup:`${name}_separator`,\n\tchild:`.separator.${name} > svg`,\n\thtmlAttr: \"color\",\n        inputtype: ColorInput,\n   },{\n        name: \"Stroke\",\n        key: \"stroke\",\n        sort: section_sort++,\n        col:12,\n        inline:true,\n        //section: style_section,\n\t\tgroup:`${name}_separator`,\n\t\tchild:`.separator.${name} > svg`,\n\t\thtmlAttr: \"color\",\n        inputtype: ColorInput,\n  \t}\n];\n}\n\nlet SectionBottomSeparator = [{\n        key: \"section_bottom_separator\",\n        inputtype: SectionInput,\n        name:false,\n        sort: section_sort++,\n        //section: style_section,\n        data: {header:\"Bottom Separator\"},\n\t},{\n        //name: \"Enable\",\n\t\tname: false,\n        key: \"top_bottom\",\n        sort: section_sort++,\n        inline: true,\n        validValues: [\"\", \"active\"],\n        inputtype: ToggleInput,\n        data: {\n            className: \"\",\n            on: \"active\",\n            off: \"\"\n        }\n\t}, \n];\n\t\n/* Section */\nlet ComponentSectionContent = [\n\t...SectionContent,\n\t...SectionBackground,\n\t...SectionOverlay,\n\t...sectionSeparatorProperties(\"top\", \"Top\"),\n\t...sectionSeparatorProperties(\"bottom\", \"Bottom\"),\n];\n   \n\nlet ComponentSectionStyle = [];/*[{\n        key: \"Section Style\",\n        inputtype: SectionInput,\n        name:false,\n        //section: style_section,\n        data: {header:\"Style\"},\n    },{\n        name: \"Text1 Style\",\n        key: \"text1\",\n        htmlAttr: \"innerHTML\",\n        inputtype: TextInput,\n        //section: style_section,\n    },{\n        name: \"Name1 Style\",\n        key: \"name1\",\n        htmlAttr: \"name\",\n        inputtype: TextInput,\n        //section: style_section,\n    },{\n        name: \"Type1 Style\",\n        key: \"type1\",\n\t\thtmlAttr: \"type\",\n        inputtype: SelectInput,\n        //section: style_section,\n        data: {\n\t\toptions: [{\n\t\t\tvalue: \"button\",\n\t\t\ttext: \"button\"\n\t\t},{\t\n\t\t\tvalue: \"reset\",\n\t\t\ttext: \"reset\"\n\t\t},{\n\t\t\tvalue: \"submit\",\n\t\t\ttext: \"submit\"\n\t\t}],\n\t\t}\n   \t},{\n        name: \"Autofocus1 Style\",\n        key: \"autofocus1\",\n        htmlAttr: \"autofocus\",\n        inputtype: CheckboxInput,\n\t\tinline:true,\n        col:6,\n        //section: style_section\n   \t},{\n        name: \"Disabled1 Style\",\n        key: \"disabled1\",\n        htmlAttr: \"disabled\",\n        inputtype: CheckboxInput,\t\t\n\t\tinline:true,\n        col:6,\n        //section: style_section,\n}];*/\n\nlet ComponentSectionAdvanced = [];/* [{\n\tkey: \"Section Advanced\",\n\tinputtype: SectionInput,\n\tname:false,\n\tsection: advanced_section,\n\tdata: {header:\"Advanced\"},\n    },{\n        name: \"Text1 Advanced\",\n        key: \"text1\",\n        htmlAttr: \"innerHTML\",\n        inputtype: TextInput,\n        section: advanced_section,\n    },{\n        name: \"Name1 Advanced\",\n        key: \"name1\",\n        htmlAttr: \"name\",\n        inputtype: TextInput,\n        section: advanced_section,\n    },{\n        name: \"Type1 Advanced\",\n        key: \"type1\",\n\t\thtmlAttr: \"type\",\n        inputtype: SelectInput,\n        section: advanced_section,\n        data: {\n\t\toptions: [{\n\t\t\tvalue: \"button\",\n\t\t\ttext: \"button\"\n\t\t},{\t\n\t\t\tvalue: \"reset\",\n\t\t\ttext: \"reset\"\n\t\t},{\n\t\t\tvalue: \"submit\",\n\t\t\ttext: \"submit\"\n\t\t}],\n\t}\n    },{\n        name: \"Autofocus1 Advanced\",\n        key: \"autofocus1\",\n        htmlAttr: \"autofocus\",\n        inputtype: CheckboxInput,\n\t\tinline:true,\n        col:6,\n        section: advanced_section\n    },{\n        name: \"Disabled1 Advanced\",\n        key: \"disabled1\",\n        htmlAttr: \"disabled\",\n        inputtype: CheckboxInput,\t\t\n\t\tinline:true,\n        col:6,\n        section: advanced_section,\n}];*/\n\nfunction componentsInit(node) {\n\t\t\n\t\tdocument.querySelectorAll('.mb-2[data-group]').forEach(e => e.classList.add(\"d-none\"));\n\n\t\tlet img = node.querySelector(\":scope > .background-container img\");\n\t\tlet video = node.querySelector(\":scope > .background-container video\");\n\t\tlet overlay = node.querySelector(\":scope > .overlay\");\n\t\tlet separatorTop = node.querySelector(\":scope > .separator.top\");\n\t\tlet separatorBottom = node.querySelector(\":scope > .separator.bottom\");\n\t\tlet bg = \"\";\n\t\n\t\tif (img && (img.offsetParent || img.offsetHeight || !img.classList.contains(\"d-none\"))) {\n\t\t\tbg = \"bg-image\";\n\t\t}\n\t\t\n\t\tif (video && (img.offsetParent || video.offsetHeight || !video.classList.contains(\"d-none\"))) {\n\t\t\tbg = \"bg-video\";\n\t\t}\t\n\t\n\t\tlet showSection = function (section) {\n\t\t\tdocument.querySelectorAll('.mb-2[data-group=\"' + section + '\"]').forEach(e => e.classList.remove(\"d-none\"));\n\t\t}\n\t\t\n\t\tif (bg) {\n\t\t\tshowSection(bg);\n\t\t}\n\t\t\n\t\tif (overlay && overlay.offsetParent) {\n\t\t\tshowSection(\"overlay\");\n\t\t}\t\t\n\t\t\n\t\tif (separatorTop && separatorTop.offsetParent) {\n\t\t\tshowSection(\"top_separator\");\n\t\t}\n\t\t\n\t\tif (separatorBottom && separatorBottom.offsetParent) {\n\t\t\tshowSection(\"bottom_separator\");\n\t\t}\n}\n\n//Vvveb.Components.add(\"elements/section\", {\nVvveb.Components.extend(\"_base\", \"elements/section\", {\n    nodes: [\"section\"],\n    name: \"Section\",\n    image: \"icons/section.svg\",\n    html: `<section>\n\t\t\t\t<div class=\"container\">\n\t\t\t\t\t<h1>Section</h1>\n\t\t\t\t</div>\n\t\t\t</section>`,\n    properties: [\n\t\t...ComponentSectionContent, \n\t\t...ComponentSectionStyle,\n\t\t...ComponentSectionAdvanced\n\t],\n\tinit: componentsInit\t\n});  \n\n//Vvveb.Components.add(\"elements/header\", {\nVvveb.Components.extend(\"_base\", \"elements/header\", {\n    nodes: [\"header\"],\n    name: \"Header\",\n    image: \"icons/section.svg\",\n    html: `<header>\n\t\t\t\t<div class=\"container\">\n\t\t\t\t\t<h1>Section</h1>\n\t\t\t\t</div>\n\t\t\t</header>`,\n    properties: [\n\t\t...ComponentSectionContent, \n\t\t...ComponentSectionStyle,\n\t\t...ComponentSectionAdvanced\n\t],\n    init: componentsInit\t\n});  \n\n//Vvveb.Components.add(\"elements/footer\", {\nVvveb.Components.extend(\"_base\", \"elements/footer\", {\n    nodes: [\"footer\"],\n    name: \"Footer\",\n    image: \"icons/section.svg\",\n    html: `<footer>\n\t\t\t\t<div class=\"container\">\n\t\t\t\t\t<h1>Section</h1>\n\t\t\t\t</div>\n\t\t\t</footer>`,\n    properties: [\n\t\t...ComponentSectionContent, \n\t\t...ComponentSectionStyle,\n\t\t...ComponentSectionAdvanced\n\t],\n    init: componentsInit\n});  \n"
  },
  {
    "path": "libs/builder/sections-bootstrap4.js",
    "content": "/*\nCopyright 2017 Ziadin Givan\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n   http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\nhttps://github.com/givanz/Vvvebjs\n*/\n\nVvveb.SectionsGroup['Bootstrap'] =\n[\"bootstrap4/about-team\", \"bootstrap4/portfolio-one-column\", \"bootstrap4/portfolio-two-column\", \"bootstrap4/portfolio-three-column\", \"bootstrap4/portfolio-four-column\"];\n\n\nVvveb.Sections.add(\"bootstrap4/about-team\", {\n    name: \"About and Team Section\",\n\tdragHtml: '<img src=\"' + Vvveb.baseUrl + 'icons/image.svg\">',        \n    image: \"https://assets.startbootstrap.com/img/screenshots/snippets/about-team.jpg\",\n    html:`\n<section data-name=\"about-team\">    \n<header class=\"bg-primary text-center py-5 mb-4\">\n  <div class=\"container\">\n    <h1 class=\"font-weight-light text-white\">Meet the Team</h1>\n  </div>\n</header>\n\n<div class=\"container\">\n  <div class=\"row\">\n    <!-- Team Member 1 -->\n    <div class=\"col-xl-3 col-md-6 mb-4\">\n      <div class=\"card border-0 shadow\">\n        <img src=\"https://images.unsplash.com/photo-1507591064344-4c6ce005b128?w=640\" class=\"card-img-top\" alt=\"...\">\n        <div class=\"card-body text-center\">\n          <h5 class=\"card-title mb-0\">Team Member</h5>\n          <div class=\"card-text text-black-50\">Web Developer</div>\n        </div>\n      </div>\n    </div>\n    <!-- Team Member 2 -->\n    <div class=\"col-xl-3 col-md-6 mb-4\">\n      <div class=\"card border-0 shadow\">\n        <img src=\"https://images.unsplash.com/photo-1487412720507-e7ab37603c6f?w=640\" class=\"card-img-top\" alt=\"...\">\n        <div class=\"card-body text-center\">\n          <h5 class=\"card-title mb-0\">Team Member</h5>\n          <div class=\"card-text text-black-50\">Web Developer</div>\n        </div>\n      </div>\n    </div>\n    <!-- Team Member 3 -->\n    <div class=\"col-xl-3 col-md-6 mb-4\">\n      <div class=\"card border-0 shadow\">\n        <img src=\"https://images.unsplash.com/photo-1522536421511-14c9073df899?w=640\" class=\"card-img-top\" alt=\"...\">\n        <div class=\"card-body text-center\">\n          <h5 class=\"card-title mb-0\">Team Member</h5>\n          <div class=\"card-text text-black-50\">Web Developer</div>\n        </div>\n      </div>\n    </div>\n    <!-- Team Member 4 -->\n    <div class=\"col-xl-3 col-md-6 mb-4\">\n      <div class=\"card border-0 shadow\">\n        <img src=\"https://images.unsplash.com/photo-1477118476589-bff2c5c4cfbb?w=640\" class=\"card-img-top\" alt=\"...\">\n        <div class=\"card-body text-center\">\n          <h5 class=\"card-title mb-0\">Team Member</h5>\n          <div class=\"card-text text-black-50\">Web Developer</div>\n        </div>\n      </div>\n    </div>\n  </div>\n  <!-- /.row -->\n\n</div>\n</section>\n`,\n});\n\n\n\nVvveb.Sections.add(\"bootstrap4/portfolio-one-column\", {\n    name: \"One Column Portfolio Layout\",\n\tdragHtml: '<img src=\"' + Vvveb.baseUrl + 'icons/image.svg\">',        \n    image: \"https://assets.startbootstrap.com/img/screenshots/snippets/portfolio-one-column.jpg\",\n    html:`\n<section data-name=\"portfolion-one-column\">    \n    <div class=\"container\">\n\n      <!-- Page Heading -->\n      <h1 class=\"my-4\">Page Heading\n        <small>Secondary Text</small>\n      </h1>\n\n      <!-- Project One -->\n      <div class=\"row\">\n        <div class=\"col-md-7\">\n          <a href=\"#\">\n            <img class=\"img-fluid rounded mb-3 mb-md-0\" src=\"http://placehold.co/700x300\" alt=\"\">\n          </a>\n        </div>\n        <div class=\"col-md-5\">\n          <h3>Project One</h3>\n          <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Laudantium veniam exercitationem expedita laborum at voluptate. Labore, voluptates totam at aut nemo deserunt rem magni pariatur quos perspiciatis atque eveniet unde.</p>\n          <a class=\"btn btn-primary\" href=\"#\">View Project</a>\n        </div>\n      </div>\n      <!-- /.row -->\n\n      <hr>\n\n      <!-- Project Two -->\n      <div class=\"row\">\n        <div class=\"col-md-7\">\n          <a href=\"#\">\n            <img class=\"img-fluid rounded mb-3 mb-md-0\" src=\"http://placehold.co/700x300\" alt=\"\">\n          </a>\n        </div>\n        <div class=\"col-md-5\">\n          <h3>Project Two</h3>\n          <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ut, odit velit cumque vero doloremque repellendus distinctio maiores rem expedita a nam vitae modi quidem similique ducimus! Velit, esse totam tempore.</p>\n          <a class=\"btn btn-primary\" href=\"#\">View Project</a>\n        </div>\n      </div>\n      <!-- /.row -->\n\n      <hr>\n\n      <!-- Project Three -->\n      <div class=\"row\">\n        <div class=\"col-md-7\">\n          <a href=\"#\">\n            <img class=\"img-fluid rounded mb-3 mb-md-0\" src=\"http://placehold.co/700x300\" alt=\"\">\n          </a>\n        </div>\n        <div class=\"col-md-5\">\n          <h3>Project Three</h3>\n          <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Omnis, temporibus, dolores, at, praesentium ut unde repudiandae voluptatum sit ab debitis suscipit fugiat natus velit excepturi amet commodi deleniti alias possimus!</p>\n          <a class=\"btn btn-primary\" href=\"#\">View Project</a>\n        </div>\n      </div>\n      <!-- /.row -->\n\n      <hr>\n\n      <!-- Project Four -->\n      <div class=\"row\">\n\n        <div class=\"col-md-7\">\n          <a href=\"#\">\n            <img class=\"img-fluid rounded mb-3 mb-md-0\" src=\"http://placehold.co/700x300\" alt=\"\">\n          </a>\n        </div>\n        <div class=\"col-md-5\">\n          <h3>Project Four</h3>\n          <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Explicabo, quidem, consectetur, officia rem officiis illum aliquam perspiciatis aspernatur quod modi hic nemo qui soluta aut eius fugit quam in suscipit?</p>\n          <a class=\"btn btn-primary\" href=\"#\">View Project</a>\n        </div>\n      </div>\n      <!-- /.row -->\n\n      <hr>\n\n      <!-- Pagination -->\n      <ul class=\"pagination justify-content-center\">\n        <li class=\"page-item\">\n          <a class=\"page-link\" href=\"#\" aria-label=\"Previous\">\n            <span aria-hidden=\"true\">&laquo;</span>\n            <span class=\"sr-only\">Previous</span>\n          </a>\n        </li>\n        <li class=\"page-item\">\n          <a class=\"page-link\" href=\"#\">1</a>\n        </li>\n        <li class=\"page-item\">\n          <a class=\"page-link\" href=\"#\">2</a>\n        </li>\n        <li class=\"page-item\">\n          <a class=\"page-link\" href=\"#\">3</a>\n        </li>\n        <li class=\"page-item\">\n          <a class=\"page-link\" href=\"#\" aria-label=\"Next\">\n            <span aria-hidden=\"true\">&raquo;</span>\n            <span class=\"sr-only\">Next</span>\n          </a>\n        </li>\n      </ul>\n\n    </div>\n</section>    \n`,\n});\n\n\n\nVvveb.Sections.add(\"bootstrap4/portfolio-two-column\", {\n    name: \"Two Column Portfolio Layout\",\n\tdragHtml: '<img src=\"' + Vvveb.baseUrl + 'icons/image.svg\">',        \n    image: \"https://assets.startbootstrap.com/img/screenshots/snippets/portfolio-one-column.jpg\",\n    html:`\n<section data-name=\"portfolio-two-column\">    \n<div class=\"container\">\n\n  <!-- Page Heading -->\n  <h1 class=\"my-4\">Page Heading\n    <small>Secondary Text</small>\n  </h1>\n\n  <div class=\"row\">\n    <div class=\"col-lg-6 mb-4\">\n      <div class=\"card h-100\">\n        <a href=\"#\"><img class=\"card-img-top\" src=\"http://placehold.it/700x400\" alt=\"\"></a>\n        <div class=\"card-body\">\n          <h4 class=\"card-title\">\n            <a href=\"#\">Project One</a>\n          </h4>\n          <p class=\"card-text\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam viverra euismod odio, gravida pellentesque urna varius vitae.</p>\n        </div>\n      </div>\n    </div>\n    <div class=\"col-lg-6 mb-4\">\n      <div class=\"card h-100\">\n        <a href=\"#\"><img class=\"card-img-top\" src=\"http://placehold.it/700x400\" alt=\"\"></a>\n        <div class=\"card-body\">\n          <h4 class=\"card-title\">\n            <a href=\"#\">Project Two</a>\n          </h4>\n          <p class=\"card-text\">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Fugit aliquam aperiam nulla perferendis dolor nobis numquam, rem expedita, aliquid optio, alias illum eaque. Non magni, voluptates quae, necessitatibus unde temporibus.</p>\n        </div>\n      </div>\n    </div>\n    <div class=\"col-lg-6 mb-4\">\n      <div class=\"card h-100\">\n        <a href=\"#\"><img class=\"card-img-top\" src=\"http://placehold.it/700x400\" alt=\"\"></a>\n        <div class=\"card-body\">\n          <h4 class=\"card-title\">\n            <a href=\"#\">Project Three</a>\n          </h4>\n          <p class=\"card-text\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam viverra euismod odio, gravida pellentesque urna varius vitae.</p>\n        </div>\n      </div>\n    </div>\n    <div class=\"col-lg-6 mb-4\">\n      <div class=\"card h-100\">\n        <a href=\"#\"><img class=\"card-img-top\" src=\"http://placehold.it/700x400\" alt=\"\"></a>\n        <div class=\"card-body\">\n          <h4 class=\"card-title\">\n            <a href=\"#\">Project Four</a>\n          </h4>\n          <p class=\"card-text\">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Fugit aliquam aperiam nulla perferendis dolor nobis numquam, rem expedita, aliquid optio, alias illum eaque. Non magni, voluptates quae, necessitatibus unde temporibus.</p>\n        </div>\n      </div>\n    </div>\n    <div class=\"col-lg-6 mb-4\">\n      <div class=\"card h-100\">\n        <a href=\"#\"><img class=\"card-img-top\" src=\"http://placehold.it/700x400\" alt=\"\"></a>\n        <div class=\"card-body\">\n          <h4 class=\"card-title\">\n            <a href=\"#\">Project Five</a>\n          </h4>\n          <p class=\"card-text\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam viverra euismod odio, gravida pellentesque urna varius vitae.</p>\n        </div>\n      </div>\n    </div>\n    <div class=\"col-lg-6 mb-4\">\n      <div class=\"card h-100\">\n        <a href=\"#\"><img class=\"card-img-top\" src=\"http://placehold.it/700x400\" alt=\"\"></a>\n        <div class=\"card-body\">\n          <h4 class=\"card-title\">\n            <a href=\"#\">Project Six</a>\n          </h4>\n          <p class=\"card-text\">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Fugit aliquam aperiam nulla perferendis dolor nobis numquam, rem expedita, aliquid optio, alias illum eaque. Non magni, voluptates quae, necessitatibus unde temporibus.</p>\n        </div>\n      </div>\n    </div>\n  </div>\n  <!-- /.row -->\n\n  <!-- Pagination -->\n  <ul class=\"pagination justify-content-center\">\n    <li class=\"page-item\">\n      <a class=\"page-link\" href=\"#\" aria-label=\"Previous\">\n            <span aria-hidden=\"true\">&laquo;</span>\n            <span class=\"sr-only\">Previous</span>\n          </a>\n    </li>\n    <li class=\"page-item\">\n      <a class=\"page-link\" href=\"#\">1</a>\n    </li>\n    <li class=\"page-item\">\n      <a class=\"page-link\" href=\"#\">2</a>\n    </li>\n    <li class=\"page-item\">\n      <a class=\"page-link\" href=\"#\">3</a>\n    </li>\n    <li class=\"page-item\">\n      <a class=\"page-link\" href=\"#\" aria-label=\"Next\">\n            <span aria-hidden=\"true\">&raquo;</span>\n            <span class=\"sr-only\">Next</span>\n          </a>\n    </li>\n  </ul>\n\n</div>\n</section>\n`,\n});\n\nVvveb.Sections.add(\"bootstrap4/portfolio-three-column\", {\n    name: \"Three Column Portfolio Layout\",\n\tdragHtml: '<img src=\"' + Vvveb.baseUrl + 'icons/image.svg\">',        \n    image: \"https://assets.startbootstrap.com/img/screenshots/snippets/portfolio-three-column.jpg\",\n    html:`\n<section data-name=\"portfolio-three-column\">    \n<div class=\"container\">\n\n  <!-- Page Heading -->\n  <h1 class=\"my-4\">Page Heading\n    <small>Secondary Text</small>\n  </h1>\n\n  <div class=\"row\">\n    <div class=\"col-lg-4 col-sm-6 mb-4\">\n      <div class=\"card h-100\">\n        <a href=\"#\"><img class=\"card-img-top\" src=\"http://placehold.it/700x400\" alt=\"\"></a>\n        <div class=\"card-body\">\n          <h4 class=\"card-title\">\n            <a href=\"#\">Project One</a>\n          </h4>\n          <p class=\"card-text\">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Amet numquam aspernatur eum quasi sapiente nesciunt? Voluptatibus sit, repellat sequi itaque deserunt, dolores in, nesciunt, illum tempora ex quae? Nihil, dolorem!</p>\n        </div>\n      </div>\n    </div>\n    <div class=\"col-lg-4 col-sm-6 mb-4\">\n      <div class=\"card h-100\">\n        <a href=\"#\"><img class=\"card-img-top\" src=\"http://placehold.it/700x400\" alt=\"\"></a>\n        <div class=\"card-body\">\n          <h4 class=\"card-title\">\n            <a href=\"#\">Project Two</a>\n          </h4>\n          <p class=\"card-text\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam viverra euismod odio, gravida pellentesque urna varius vitae.</p>\n        </div>\n      </div>\n    </div>\n    <div class=\"col-lg-4 col-sm-6 mb-4\">\n      <div class=\"card h-100\">\n        <a href=\"#\"><img class=\"card-img-top\" src=\"http://placehold.it/700x400\" alt=\"\"></a>\n        <div class=\"card-body\">\n          <h4 class=\"card-title\">\n            <a href=\"#\">Project Three</a>\n          </h4>\n          <p class=\"card-text\">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quos quisquam, error quod sed cumque, odio distinctio velit nostrum temporibus necessitatibus et facere atque iure perspiciatis mollitia recusandae vero vel quam!</p>\n        </div>\n      </div>\n    </div>\n    <div class=\"col-lg-4 col-sm-6 mb-4\">\n      <div class=\"card h-100\">\n        <a href=\"#\"><img class=\"card-img-top\" src=\"http://placehold.it/700x400\" alt=\"\"></a>\n        <div class=\"card-body\">\n          <h4 class=\"card-title\">\n            <a href=\"#\">Project Four</a>\n          </h4>\n          <p class=\"card-text\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam viverra euismod odio, gravida pellentesque urna varius vitae.</p>\n        </div>\n      </div>\n    </div>\n    <div class=\"col-lg-4 col-sm-6 mb-4\">\n      <div class=\"card h-100\">\n        <a href=\"#\"><img class=\"card-img-top\" src=\"http://placehold.it/700x400\" alt=\"\"></a>\n        <div class=\"card-body\">\n          <h4 class=\"card-title\">\n            <a href=\"#\">Project Five</a>\n          </h4>\n          <p class=\"card-text\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam viverra euismod odio, gravida pellentesque urna varius vitae.</p>\n        </div>\n      </div>\n    </div>\n    <div class=\"col-lg-4 col-sm-6 mb-4\">\n      <div class=\"card h-100\">\n        <a href=\"#\"><img class=\"card-img-top\" src=\"http://placehold.it/700x400\" alt=\"\"></a>\n        <div class=\"card-body\">\n          <h4 class=\"card-title\">\n            <a href=\"#\">Project Six</a>\n          </h4>\n          <p class=\"card-text\">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Itaque earum nostrum suscipit ducimus nihil provident, perferendis rem illo, voluptate atque, sit eius in voluptates, nemo repellat fugiat excepturi! Nemo, esse.</p>\n        </div>\n      </div>\n    </div>\n  </div>\n  <!-- /.row -->\n\n  <!-- Pagination -->\n  <ul class=\"pagination justify-content-center\">\n    <li class=\"page-item\">\n      <a class=\"page-link\" href=\"#\" aria-label=\"Previous\">\n            <span aria-hidden=\"true\">&laquo;</span>\n            <span class=\"sr-only\">Previous</span>\n          </a>\n    </li>\n    <li class=\"page-item\">\n      <a class=\"page-link\" href=\"#\">1</a>\n    </li>\n    <li class=\"page-item\">\n      <a class=\"page-link\" href=\"#\">2</a>\n    </li>\n    <li class=\"page-item\">\n      <a class=\"page-link\" href=\"#\">3</a>\n    </li>\n    <li class=\"page-item\">\n      <a class=\"page-link\" href=\"#\" aria-label=\"Next\">\n            <span aria-hidden=\"true\">&raquo;</span>\n            <span class=\"sr-only\">Next</span>\n          </a>\n    </li>\n  </ul>\n\n</div>\n</section>`,\n});\n\n\nVvveb.Sections.add(\"bootstrap4/portfolio-four-column\", {\n    name: \"Four Column Portfolio Layout\",\n\tdragHtml: '<img src=\"' + Vvveb.baseUrl + 'icons/image.svg\">',        \n    image: \"https://assets.startbootstrap.com/img/screenshots/snippets/portfolio-four-column.jpg\",\n    html:`\n<section data-name=\"portfolio-four-column\">\n<div class=\"container\">\n\n  <!-- Page Heading -->\n  <h1 class=\"my-4\">Page Heading\n    <small>Secondary Text</small>\n  </h1>\n\n  <div class=\"row\">\n    <div class=\"col-lg-3 col-md-4 col-sm-6 mb-4\">\n      <div class=\"card h-100\">\n        <a href=\"#\"><img class=\"card-img-top\" src=\"http://placehold.it/700x400\" alt=\"\"></a>\n        <div class=\"card-body\">\n          <h4 class=\"card-title\">\n            <a href=\"#\">Project One</a>\n          </h4>\n          <p class=\"card-text\">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Amet numquam aspernatur eum quasi sapiente nesciunt? Voluptatibus sit, repellat sequi itaque deserunt, dolores in, nesciunt, illum tempora ex quae? Nihil, dolorem!</p>\n        </div>\n      </div>\n    </div>\n    <div class=\"col-lg-3 col-md-4 col-sm-6 mb-4\">\n      <div class=\"card h-100\">\n        <a href=\"#\"><img class=\"card-img-top\" src=\"http://placehold.it/700x400\" alt=\"\"></a>\n        <div class=\"card-body\">\n          <h4 class=\"card-title\">\n            <a href=\"#\">Project Two</a>\n          </h4>\n          <p class=\"card-text\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam viverra euismod odio, gravida pellentesque urna varius vitae.</p>\n        </div>\n      </div>\n    </div>\n    <div class=\"col-lg-3 col-md-4 col-sm-6 mb-4\">\n      <div class=\"card h-100\">\n        <a href=\"#\"><img class=\"card-img-top\" src=\"http://placehold.it/700x400\" alt=\"\"></a>\n        <div class=\"card-body\">\n          <h4 class=\"card-title\">\n            <a href=\"#\">Project Three</a>\n          </h4>\n          <p class=\"card-text\">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quos quisquam, error quod sed cumque, odio distinctio velit nostrum temporibus necessitatibus et facere atque iure perspiciatis mollitia recusandae vero vel quam!</p>\n        </div>\n      </div>\n    </div>\n    <div class=\"col-lg-3 col-md-4 col-sm-6 mb-4\">\n      <div class=\"card h-100\">\n        <a href=\"#\"><img class=\"card-img-top\" src=\"http://placehold.it/700x400\" alt=\"\"></a>\n        <div class=\"card-body\">\n          <h4 class=\"card-title\">\n            <a href=\"#\">Project Four</a>\n          </h4>\n          <p class=\"card-text\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam viverra euismod odio, gravida pellentesque urna varius vitae.</p>\n        </div>\n      </div>\n    </div>\n    <div class=\"col-lg-3 col-md-4 col-sm-6 mb-4\">\n      <div class=\"card h-100\">\n        <a href=\"#\"><img class=\"card-img-top\" src=\"http://placehold.it/700x400\" alt=\"\"></a>\n        <div class=\"card-body\">\n          <h4 class=\"card-title\">\n            <a href=\"#\">Project Five</a>\n          </h4>\n          <p class=\"card-text\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam viverra euismod odio, gravida pellentesque urna varius vitae.</p>\n        </div>\n      </div>\n    </div>\n    <div class=\"col-lg-3 col-md-4 col-sm-6 mb-4\">\n      <div class=\"card h-100\">\n        <a href=\"#\"><img class=\"card-img-top\" src=\"http://placehold.it/700x400\" alt=\"\"></a>\n        <div class=\"card-body\">\n          <h4 class=\"card-title\">\n            <a href=\"#\">Project Six</a>\n          </h4>\n          <p class=\"card-text\">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Itaque earum nostrum suscipit ducimus nihil provident, perferendis rem illo, voluptate atque, sit eius in voluptates, nemo repellat fugiat excepturi! Nemo, esse.</p>\n        </div>\n      </div>\n    </div>\n    <div class=\"col-lg-3 col-md-4 col-sm-6 mb-4\">\n      <div class=\"card h-100\">\n        <a href=\"#\"><img class=\"card-img-top\" src=\"http://placehold.it/700x400\" alt=\"\"></a>\n        <div class=\"card-body\">\n          <h4 class=\"card-title\">\n            <a href=\"#\">Project Seven</a>\n          </h4>\n          <p class=\"card-text\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam viverra euismod odio, gravida pellentesque urna varius vitae.</p>\n        </div>\n      </div>\n    </div>\n    <div class=\"col-lg-3 col-md-4 col-sm-6 mb-4\">\n      <div class=\"card h-100\">\n        <a href=\"#\"><img class=\"card-img-top\" src=\"http://placehold.it/700x400\" alt=\"\"></a>\n        <div class=\"card-body\">\n          <h4 class=\"card-title\">\n            <a href=\"#\">Project Eight</a>\n          </h4>\n          <p class=\"card-text\">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Eius adipisci dicta dignissimos neque animi ea, veritatis, provident hic consequatur ut esse! Commodi ea consequatur accusantium, beatae qui deserunt tenetur ipsa.</p>\n        </div>\n      </div>\n    </div>\n  </div>\n  <!-- /.row -->\n\n  <!-- Pagination -->\n  <ul class=\"pagination justify-content-center\">\n    <li class=\"page-item\">\n      <a class=\"page-link\" href=\"#\" aria-label=\"Previous\">\n            <span aria-hidden=\"true\">&laquo;</span>\n            <span class=\"sr-only\">Previous</span>\n          </a>\n    </li>\n    <li class=\"page-item\">\n      <a class=\"page-link\" href=\"#\">1</a>\n    </li>\n    <li class=\"page-item\">\n      <a class=\"page-link\" href=\"#\">2</a>\n    </li>\n    <li class=\"page-item\">\n      <a class=\"page-link\" href=\"#\">3</a>\n    </li>\n    <li class=\"page-item\">\n      <a class=\"page-link\" href=\"#\" aria-label=\"Next\">\n            <span aria-hidden=\"true\">&raquo;</span>\n            <span class=\"sr-only\">Next</span>\n          </a>\n    </li>\n  </ul>\n\n</div>\n<section>\n`,\n});\n"
  },
  {
    "path": "libs/builder/undo.js",
    "content": "/*\nCopyright 2017 Ziadin Givan\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n   http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\nhttps://github.com/givanz/VvvebJs\n*/\n\n/*\nhttps://developer.mozilla.org/en-US/docs/Web/API/MutationObserver\n\nchildList \t\t\t\tSet to true if additions and removals of the target node's child elements (including text nodes) are to be observed.\nattributes \t\t\t\tSet to true if mutations to target's attributes are to be observed.\ncharacterData \t\t\tSet to true if mutations to target's data are to be observed.\nsubtree \t\t\t\tSet to true if mutations to target and target's descendants are to be observed.\nattributeOldValue \t\tSet to true if attributes is set to true and target's attribute value before the mutation needs to be recorded.\ncharacterDataOldValue \tSet to true if characterData is set to true and target's data before the mutation needs to be recorded.\nattributeFilter \t\tSet to an array of attribute local names (without namespace) if not all attribute mutations need to be observed.\n*/ \n\n/*\nMutationRecord.type\t\t\t\t \tString \t\tReturns \"attributes\" if the mutation was an attribute mutation,\n\t\t\t\t\t\t\t\t\t\t\t\t\"characterData\" if it was a mutation to a CharacterData node,\n\t\t\t\t\t\t\t\t\t\t\t\tand \"childList\" if it was a mutation to the tree of nodes.\n\nMutationRecord.target \t\t\t\tNode \t\tReturns the node the mutation affected, depending on the MutationRecord.type.\n\t\t\t\t\t\t\t\t\t\t\t\tFor attributes, it is the element whose attribute changed.\n\t\t\t\t\t\t\t\t\t\t\t\tFor characterData, it is the CharacterData node.\n\t\t\t\t\t\t\t\t\t\t\t\tFor childList, it is the node whose children changed.\n\nMutationRecord.addedNodes \t\t\tNodeList \tReturn the nodes added. Will be an empty NodeList if no nodes were added.\nMutationRecord.removedNodes \t\tNodeList \tReturn the nodes removed. Will be an empty NodeList if no nodes were removed.\nMutationRecord.previousSibling \t\tNode \t\tReturn the previous sibling of the added or removed nodes, or null.\nMutationRecord.nextSibling \t\t\tNode \t\tReturn the next sibling of the added or removed nodes, or null.\nMutationRecord.attributeName \t\tString \t\tReturns the local name of the changed attribute, or null.\nMutationRecord.attributeNamespace \tString \t\tReturns the namespace of the changed attribute, or null.\nMutationRecord.oldValue \t\t\tString \t\tThe return value depends on the MutationRecord.type.\n\t\t\t\t\t\t\t\t\t\t\t\tFor attributes, it is the value of the changed attribute before the change.\n\t\t\t\t\t\t\t\t\t\t\t\tFor characterData, it is the data of the changed node before the change.\n\t\t\t\t\t\t\t\t\t\t\t\tFor childList, it is null.\n*/\n \nVvveb.Undo = {\n\t\n\tmutations: [],\n\tundoIndex: -1,\n\tenabled:true,\n\t/*\t\t\n\tinit: function() {\n\t},\n\t*/\t\n\taddMutation : function(mutation) {\t\n\t\t/*\n\t\t\tthis.mutations.push(mutation);\n\t\t\tthis.undoIndex++;\n\t\t*/\n\t\tthis.mutations.splice(++this.undoIndex, this.mutations.length - this.undoIndex, mutation);\n\t\tconst event = new CustomEvent(\"vvveb.undo.add\", {detail: mutation});\n\t\tVvveb.Builder.frameBody.dispatchEvent(event);\n\t },\n\n\trestore : function(mutation, undo) {\t\n\t\t\n\t\tswitch (mutation.type) {\n\t\t\tcase 'childList':\n\t\t\t\n\t\t\t\tif (undo == true) {\n\t\t\t\t\taddedNodes = mutation.removedNodes;\n\t\t\t\t\tremovedNodes = mutation.addedNodes;\n\t\t\t\t} else { //redo \n\t\t\t\t\taddedNodes = mutation.addedNodes;\n\t\t\t\t\tremovedNodes = mutation.removedNodes;\n\t\t\t\t}\n\t\t\t\t\n\t\t\t\tif (addedNodes) for(i in addedNodes) {\n\t\t\t\t\tnode = addedNodes[i];\n\t\t\t\t\tif (mutation.nextSibling) { \n\t\t\t\t\t\tmutation.nextSibling.parentNode.insertBefore(node, mutation.nextSibling);\n\t\t\t\t\t} else {\n\t\t\t\t\t\tmutation.target.append(node);\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\tif (removedNodes) for(i in removedNodes) {\n\t\t\t\t\tnode = removedNodes[i];\n\t\t\t\t\tnode.parentNode.removeChild(node);\n\t\t\t\t}\n\t\t\tbreak;\t\t\t\t\t\n\t\t\tcase 'move':\n\t\t\t\tif (undo == true) {\n\t\t\t\t\tparent = mutation.oldParent;\n\t\t\t\t\tsibling = mutation.oldNextSibling;\n\t\t\t\t} else { //redo\n\t\t\t\t\tparent = mutation.newParent;\n\t\t\t\t\tsibling = mutation.newNextSibling;\n\t\t\t\t}\n\t\t\t  \n\t\t\t\tif (sibling) {\n\t\t\t\t\tsibling.parentNode.insertBefore(mutation.target, sibling);\n\t\t\t\t} else {\n\t\t\t\t\tparent.append(node);\n\t\t\t\t}\n\t\t\tbreak;\n\t\t\tcase 'characterData':\n\t\t\t  mutation.target.innerHTML = undo ? mutation.oldValue : mutation.newValue;\n\t\t\t  break;\n\t\t\tcase 'style':\n\t\t\t  window.FrameDocument.getElementById(\"vvvebjs-styles\").textContent = ( undo ? mutation.oldValue : mutation.newValue );\n\t\t\t  break;\n\t\t\tcase 'attributes':\n\t\t\t  value = undo ? mutation.oldValue : mutation.newValue;\n\n\t\t\t  if (value || value === false || value === 0)\n\t\t\t\tmutation.target.setAttribute(mutation.attributeName, value);\n\t\t\t  else\n\t\t\t\tmutation.target.removeAttribute(mutation.attributeName);\n\n\t\t\tbreak;\n\t\t}\n\t\t\n\t\tconst event = new CustomEvent(\"vvveb.undo.restore\", {detail: mutation});\n\t\tVvveb.Builder.frameBody.dispatchEvent(event);\n\t },\n\t \n\tundo : function() {\t\n\t\tif (this.undoIndex >= 0) {\n\t\t  this.restore(this.mutations[this.undoIndex--], true);\n\t\t}\n\t },\n\n\tredo : function() {\t\n\t\tif (this.undoIndex < this.mutations.length - 1) {\n\t\t  this.restore(this.mutations[++this.undoIndex], false);\n\t\t}\n\t},\n\n\thasChanges : function() {\t\n\t\treturn this.mutations.length;\n\t},\n\n\treset : function() {\t\n\t\tthis.mutations = [];\n\t\tthis.undoIndex = -1;\n\t}\n};\n\n"
  },
  {
    "path": "libs/codemirror/lib/clike.js",
    "content": "// CodeMirror, copyright (c) by Marijn Haverbeke and others\n// Distributed under an MIT license: https://codemirror.net/5/LICENSE\n\n(function(mod) {\n  if (typeof exports == \"object\" && typeof module == \"object\") // CommonJS\n    mod(require(\"../../lib/codemirror\"));\n  else if (typeof define == \"function\" && define.amd) // AMD\n    define([\"../../lib/codemirror\"], mod);\n  else // Plain browser env\n    mod(CodeMirror);\n})(function(CodeMirror) {\n\"use strict\";\n\nfunction Context(indented, column, type, info, align, prev) {\n  this.indented = indented;\n  this.column = column;\n  this.type = type;\n  this.info = info;\n  this.align = align;\n  this.prev = prev;\n}\nfunction pushContext(state, col, type, info) {\n  var indent = state.indented;\n  if (state.context && state.context.type == \"statement\" && type != \"statement\")\n    indent = state.context.indented;\n  return state.context = new Context(indent, col, type, info, null, state.context);\n}\nfunction popContext(state) {\n  var t = state.context.type;\n  if (t == \")\" || t == \"]\" || t == \"}\")\n    state.indented = state.context.indented;\n  return state.context = state.context.prev;\n}\n\nfunction typeBefore(stream, state, pos) {\n  if (state.prevToken == \"variable\" || state.prevToken == \"type\") return true;\n  if (/\\S(?:[^- ]>|[*\\]])\\s*$|\\*$/.test(stream.string.slice(0, pos))) return true;\n  if (state.typeAtEndOfLine && stream.column() == stream.indentation()) return true;\n}\n\nfunction isTopScope(context) {\n  for (;;) {\n    if (!context || context.type == \"top\") return true;\n    if (context.type == \"}\" && context.prev.info != \"namespace\") return false;\n    context = context.prev;\n  }\n}\n\nCodeMirror.defineMode(\"clike\", function(config, parserConfig) {\n  var indentUnit = config.indentUnit,\n      statementIndentUnit = parserConfig.statementIndentUnit || indentUnit,\n      dontAlignCalls = parserConfig.dontAlignCalls,\n      keywords = parserConfig.keywords || {},\n      types = parserConfig.types || {},\n      builtin = parserConfig.builtin || {},\n      blockKeywords = parserConfig.blockKeywords || {},\n      defKeywords = parserConfig.defKeywords || {},\n      atoms = parserConfig.atoms || {},\n      hooks = parserConfig.hooks || {},\n      multiLineStrings = parserConfig.multiLineStrings,\n      indentStatements = parserConfig.indentStatements !== false,\n      indentSwitch = parserConfig.indentSwitch !== false,\n      namespaceSeparator = parserConfig.namespaceSeparator,\n      isPunctuationChar = parserConfig.isPunctuationChar || /[\\[\\]{}\\(\\),;\\:\\.]/,\n      numberStart = parserConfig.numberStart || /[\\d\\.]/,\n      number = parserConfig.number || /^(?:0x[a-f\\d]+|0b[01]+|(?:\\d+\\.?\\d*|\\.\\d+)(?:e[-+]?\\d+)?)(u|ll?|l|f)?/i,\n      isOperatorChar = parserConfig.isOperatorChar || /[+\\-*&%=<>!?|\\/]/,\n      isIdentifierChar = parserConfig.isIdentifierChar || /[\\w\\$_\\xa1-\\uffff]/,\n      // An optional function that takes a {string} token and returns true if it\n      // should be treated as a builtin.\n      isReservedIdentifier = parserConfig.isReservedIdentifier || false;\n\n  var curPunc, isDefKeyword;\n\n  function tokenBase(stream, state) {\n    var ch = stream.next();\n    if (hooks[ch]) {\n      var result = hooks[ch](stream, state);\n      if (result !== false) return result;\n    }\n    if (ch == '\"' || ch == \"'\") {\n      state.tokenize = tokenString(ch);\n      return state.tokenize(stream, state);\n    }\n    if (numberStart.test(ch)) {\n      stream.backUp(1)\n      if (stream.match(number)) return \"number\"\n      stream.next()\n    }\n    if (isPunctuationChar.test(ch)) {\n      curPunc = ch;\n      return null;\n    }\n    if (ch == \"/\") {\n      if (stream.eat(\"*\")) {\n        state.tokenize = tokenComment;\n        return tokenComment(stream, state);\n      }\n      if (stream.eat(\"/\")) {\n        stream.skipToEnd();\n        return \"comment\";\n      }\n    }\n    if (isOperatorChar.test(ch)) {\n      while (!stream.match(/^\\/[\\/*]/, false) && stream.eat(isOperatorChar)) {}\n      return \"operator\";\n    }\n    stream.eatWhile(isIdentifierChar);\n    if (namespaceSeparator) while (stream.match(namespaceSeparator))\n      stream.eatWhile(isIdentifierChar);\n\n    var cur = stream.current();\n    if (contains(keywords, cur)) {\n      if (contains(blockKeywords, cur)) curPunc = \"newstatement\";\n      if (contains(defKeywords, cur)) isDefKeyword = true;\n      return \"keyword\";\n    }\n    if (contains(types, cur)) return \"type\";\n    if (contains(builtin, cur)\n        || (isReservedIdentifier && isReservedIdentifier(cur))) {\n      if (contains(blockKeywords, cur)) curPunc = \"newstatement\";\n      return \"builtin\";\n    }\n    if (contains(atoms, cur)) return \"atom\";\n    return \"variable\";\n  }\n\n  function tokenString(quote) {\n    return function(stream, state) {\n      var escaped = false, next, end = false;\n      while ((next = stream.next()) != null) {\n        if (next == quote && !escaped) {end = true; break;}\n        escaped = !escaped && next == \"\\\\\";\n      }\n      if (end || !(escaped || multiLineStrings))\n        state.tokenize = null;\n      return \"string\";\n    };\n  }\n\n  function tokenComment(stream, state) {\n    var maybeEnd = false, ch;\n    while (ch = stream.next()) {\n      if (ch == \"/\" && maybeEnd) {\n        state.tokenize = null;\n        break;\n      }\n      maybeEnd = (ch == \"*\");\n    }\n    return \"comment\";\n  }\n\n  function maybeEOL(stream, state) {\n    if (parserConfig.typeFirstDefinitions && stream.eol() && isTopScope(state.context))\n      state.typeAtEndOfLine = typeBefore(stream, state, stream.pos)\n  }\n\n  // Interface\n\n  return {\n    startState: function(basecolumn) {\n      return {\n        tokenize: null,\n        context: new Context((basecolumn || 0) - indentUnit, 0, \"top\", null, false),\n        indented: 0,\n        startOfLine: true,\n        prevToken: null\n      };\n    },\n\n    token: function(stream, state) {\n      var ctx = state.context;\n      if (stream.sol()) {\n        if (ctx.align == null) ctx.align = false;\n        state.indented = stream.indentation();\n        state.startOfLine = true;\n      }\n      if (stream.eatSpace()) { maybeEOL(stream, state); return null; }\n      curPunc = isDefKeyword = null;\n      var style = (state.tokenize || tokenBase)(stream, state);\n      if (style == \"comment\" || style == \"meta\") return style;\n      if (ctx.align == null) ctx.align = true;\n\n      if (curPunc == \";\" || curPunc == \":\" || (curPunc == \",\" && stream.match(/^\\s*(?:\\/\\/.*)?$/, false)))\n        while (state.context.type == \"statement\") popContext(state);\n      else if (curPunc == \"{\") pushContext(state, stream.column(), \"}\");\n      else if (curPunc == \"[\") pushContext(state, stream.column(), \"]\");\n      else if (curPunc == \"(\") pushContext(state, stream.column(), \")\");\n      else if (curPunc == \"}\") {\n        while (ctx.type == \"statement\") ctx = popContext(state);\n        if (ctx.type == \"}\") ctx = popContext(state);\n        while (ctx.type == \"statement\") ctx = popContext(state);\n      }\n      else if (curPunc == ctx.type) popContext(state);\n      else if (indentStatements &&\n               (((ctx.type == \"}\" || ctx.type == \"top\") && curPunc != \";\") ||\n                (ctx.type == \"statement\" && curPunc == \"newstatement\"))) {\n        pushContext(state, stream.column(), \"statement\", stream.current());\n      }\n\n      if (style == \"variable\" &&\n          ((state.prevToken == \"def\" ||\n            (parserConfig.typeFirstDefinitions && typeBefore(stream, state, stream.start) &&\n             isTopScope(state.context) && stream.match(/^\\s*\\(/, false)))))\n        style = \"def\";\n\n      if (hooks.token) {\n        var result = hooks.token(stream, state, style);\n        if (result !== undefined) style = result;\n      }\n\n      if (style == \"def\" && parserConfig.styleDefs === false) style = \"variable\";\n\n      state.startOfLine = false;\n      state.prevToken = isDefKeyword ? \"def\" : style || curPunc;\n      maybeEOL(stream, state);\n      return style;\n    },\n\n    indent: function(state, textAfter) {\n      if (state.tokenize != tokenBase && state.tokenize != null || state.typeAtEndOfLine) return CodeMirror.Pass;\n      var ctx = state.context, firstChar = textAfter && textAfter.charAt(0);\n      var closing = firstChar == ctx.type;\n      if (ctx.type == \"statement\" && firstChar == \"}\") ctx = ctx.prev;\n      if (parserConfig.dontIndentStatements)\n        while (ctx.type == \"statement\" && parserConfig.dontIndentStatements.test(ctx.info))\n          ctx = ctx.prev\n      if (hooks.indent) {\n        var hook = hooks.indent(state, ctx, textAfter, indentUnit);\n        if (typeof hook == \"number\") return hook\n      }\n      var switchBlock = ctx.prev && ctx.prev.info == \"switch\";\n      if (parserConfig.allmanIndentation && /[{(]/.test(firstChar)) {\n        while (ctx.type != \"top\" && ctx.type != \"}\") ctx = ctx.prev\n        return ctx.indented\n      }\n      if (ctx.type == \"statement\")\n        return ctx.indented + (firstChar == \"{\" ? 0 : statementIndentUnit);\n      if (ctx.align && (!dontAlignCalls || ctx.type != \")\"))\n        return ctx.column + (closing ? 0 : 1);\n      if (ctx.type == \")\" && !closing)\n        return ctx.indented + statementIndentUnit;\n\n      return ctx.indented + (closing ? 0 : indentUnit) +\n        (!closing && switchBlock && !/^(?:case|default)\\b/.test(textAfter) ? indentUnit : 0);\n    },\n\n    electricInput: indentSwitch ? /^\\s*(?:case .*?:|default:|\\{\\}?|\\})$/ : /^\\s*[{}]$/,\n    blockCommentStart: \"/*\",\n    blockCommentEnd: \"*/\",\n    blockCommentContinue: \" * \",\n    lineComment: \"//\",\n    fold: \"brace\"\n  };\n});\n\n  function words(str) {\n    var obj = {}, words = str.split(\" \");\n    for (var i = 0; i < words.length; ++i) obj[words[i]] = true;\n    return obj;\n  }\n  function contains(words, word) {\n    if (typeof words === \"function\") {\n      return words(word);\n    } else {\n      return words.propertyIsEnumerable(word);\n    }\n  }\n  var cKeywords = \"auto if break case register continue return default do sizeof \" +\n    \"static else struct switch extern typedef union for goto while enum const \" +\n    \"volatile inline restrict asm fortran\";\n\n  // Keywords from https://en.cppreference.com/w/cpp/keyword includes C++20.\n  var cppKeywords = \"alignas alignof and and_eq audit axiom bitand bitor catch \" +\n  \"class compl concept constexpr const_cast decltype delete dynamic_cast \" +\n  \"explicit export final friend import module mutable namespace new noexcept \" +\n  \"not not_eq operator or or_eq override private protected public \" +\n  \"reinterpret_cast requires static_assert static_cast template this \" +\n  \"thread_local throw try typeid typename using virtual xor xor_eq\";\n\n  var objCKeywords = \"bycopy byref in inout oneway out self super atomic nonatomic retain copy \" +\n  \"readwrite readonly strong weak assign typeof nullable nonnull null_resettable _cmd \" +\n  \"@interface @implementation @end @protocol @encode @property @synthesize @dynamic @class \" +\n  \"@public @package @private @protected @required @optional @try @catch @finally @import \" +\n  \"@selector @encode @defs @synchronized @autoreleasepool @compatibility_alias @available\";\n\n  var objCBuiltins = \"FOUNDATION_EXPORT FOUNDATION_EXTERN NS_INLINE NS_FORMAT_FUNCTION \" +\n  \" NS_RETURNS_RETAINEDNS_ERROR_ENUM NS_RETURNS_NOT_RETAINED NS_RETURNS_INNER_POINTER \" +\n  \"NS_DESIGNATED_INITIALIZER NS_ENUM NS_OPTIONS NS_REQUIRES_NIL_TERMINATION \" +\n  \"NS_ASSUME_NONNULL_BEGIN NS_ASSUME_NONNULL_END NS_SWIFT_NAME NS_REFINED_FOR_SWIFT\"\n\n  // Do not use this. Use the cTypes function below. This is global just to avoid\n  // excessive calls when cTypes is being called multiple times during a parse.\n  var basicCTypes = words(\"int long char short double float unsigned signed \" +\n    \"void bool\");\n\n  // Do not use this. Use the objCTypes function below. This is global just to avoid\n  // excessive calls when objCTypes is being called multiple times during a parse.\n  var basicObjCTypes = words(\"SEL instancetype id Class Protocol BOOL\");\n\n  // Returns true if identifier is a \"C\" type.\n  // C type is defined as those that are reserved by the compiler (basicTypes),\n  // and those that end in _t (Reserved by POSIX for types)\n  // http://www.gnu.org/software/libc/manual/html_node/Reserved-Names.html\n  function cTypes(identifier) {\n    return contains(basicCTypes, identifier) || /.+_t$/.test(identifier);\n  }\n\n  // Returns true if identifier is a \"Objective C\" type.\n  function objCTypes(identifier) {\n    return cTypes(identifier) || contains(basicObjCTypes, identifier);\n  }\n\n  var cBlockKeywords = \"case do else for if switch while struct enum union\";\n  var cDefKeywords = \"struct enum union\";\n\n  function cppHook(stream, state) {\n    if (!state.startOfLine) return false\n    for (var ch, next = null; ch = stream.peek();) {\n      if (ch == \"\\\\\" && stream.match(/^.$/)) {\n        next = cppHook\n        break\n      } else if (ch == \"/\" && stream.match(/^\\/[\\/\\*]/, false)) {\n        break\n      }\n      stream.next()\n    }\n    state.tokenize = next\n    return \"meta\"\n  }\n\n  function pointerHook(_stream, state) {\n    if (state.prevToken == \"type\") return \"type\";\n    return false;\n  }\n\n  // For C and C++ (and ObjC): identifiers starting with __\n  // or _ followed by a capital letter are reserved for the compiler.\n  function cIsReservedIdentifier(token) {\n    if (!token || token.length < 2) return false;\n    if (token[0] != '_') return false;\n    return (token[1] == '_') || (token[1] !== token[1].toLowerCase());\n  }\n\n  function cpp14Literal(stream) {\n    stream.eatWhile(/[\\w\\.']/);\n    return \"number\";\n  }\n\n  function cpp11StringHook(stream, state) {\n    stream.backUp(1);\n    // Raw strings.\n    if (stream.match(/^(?:R|u8R|uR|UR|LR)/)) {\n      var match = stream.match(/^\"([^\\s\\\\()]{0,16})\\(/);\n      if (!match) {\n        return false;\n      }\n      state.cpp11RawStringDelim = match[1];\n      state.tokenize = tokenRawString;\n      return tokenRawString(stream, state);\n    }\n    // Unicode strings/chars.\n    if (stream.match(/^(?:u8|u|U|L)/)) {\n      if (stream.match(/^[\"']/, /* eat */ false)) {\n        return \"string\";\n      }\n      return false;\n    }\n    // Ignore this hook.\n    stream.next();\n    return false;\n  }\n\n  function cppLooksLikeConstructor(word) {\n    var lastTwo = /(\\w+)::~?(\\w+)$/.exec(word);\n    return lastTwo && lastTwo[1] == lastTwo[2];\n  }\n\n  // C#-style strings where \"\" escapes a quote.\n  function tokenAtString(stream, state) {\n    var next;\n    while ((next = stream.next()) != null) {\n      if (next == '\"' && !stream.eat('\"')) {\n        state.tokenize = null;\n        break;\n      }\n    }\n    return \"string\";\n  }\n\n  // C++11 raw string literal is <prefix>\"<delim>( anything )<delim>\", where\n  // <delim> can be a string up to 16 characters long.\n  function tokenRawString(stream, state) {\n    // Escape characters that have special regex meanings.\n    var delim = state.cpp11RawStringDelim.replace(/[^\\w\\s]/g, '\\\\$&');\n    var match = stream.match(new RegExp(\".*?\\\\)\" + delim + '\"'));\n    if (match)\n      state.tokenize = null;\n    else\n      stream.skipToEnd();\n    return \"string\";\n  }\n\n  function def(mimes, mode) {\n    if (typeof mimes == \"string\") mimes = [mimes];\n    var words = [];\n    function add(obj) {\n      if (obj) for (var prop in obj) if (obj.hasOwnProperty(prop))\n        words.push(prop);\n    }\n    add(mode.keywords);\n    add(mode.types);\n    add(mode.builtin);\n    add(mode.atoms);\n    if (words.length) {\n      mode.helperType = mimes[0];\n      CodeMirror.registerHelper(\"hintWords\", mimes[0], words);\n    }\n\n    for (var i = 0; i < mimes.length; ++i)\n      CodeMirror.defineMIME(mimes[i], mode);\n  }\n\n  def([\"text/x-csrc\", \"text/x-c\", \"text/x-chdr\"], {\n    name: \"clike\",\n    keywords: words(cKeywords),\n    types: cTypes,\n    blockKeywords: words(cBlockKeywords),\n    defKeywords: words(cDefKeywords),\n    typeFirstDefinitions: true,\n    atoms: words(\"NULL true false\"),\n    isReservedIdentifier: cIsReservedIdentifier,\n    hooks: {\n      \"#\": cppHook,\n      \"*\": pointerHook,\n    },\n    modeProps: {fold: [\"brace\", \"include\"]}\n  });\n\n  def([\"text/x-c++src\", \"text/x-c++hdr\"], {\n    name: \"clike\",\n    keywords: words(cKeywords + \" \" + cppKeywords),\n    types: cTypes,\n    blockKeywords: words(cBlockKeywords + \" class try catch\"),\n    defKeywords: words(cDefKeywords + \" class namespace\"),\n    typeFirstDefinitions: true,\n    atoms: words(\"true false NULL nullptr\"),\n    dontIndentStatements: /^template$/,\n    isIdentifierChar: /[\\w\\$_~\\xa1-\\uffff]/,\n    isReservedIdentifier: cIsReservedIdentifier,\n    hooks: {\n      \"#\": cppHook,\n      \"*\": pointerHook,\n      \"u\": cpp11StringHook,\n      \"U\": cpp11StringHook,\n      \"L\": cpp11StringHook,\n      \"R\": cpp11StringHook,\n      \"0\": cpp14Literal,\n      \"1\": cpp14Literal,\n      \"2\": cpp14Literal,\n      \"3\": cpp14Literal,\n      \"4\": cpp14Literal,\n      \"5\": cpp14Literal,\n      \"6\": cpp14Literal,\n      \"7\": cpp14Literal,\n      \"8\": cpp14Literal,\n      \"9\": cpp14Literal,\n      token: function(stream, state, style) {\n        if (style == \"variable\" && stream.peek() == \"(\" &&\n            (state.prevToken == \";\" || state.prevToken == null ||\n             state.prevToken == \"}\") &&\n            cppLooksLikeConstructor(stream.current()))\n          return \"def\";\n      }\n    },\n    namespaceSeparator: \"::\",\n    modeProps: {fold: [\"brace\", \"include\"]}\n  });\n\n  def(\"text/x-java\", {\n    name: \"clike\",\n    keywords: words(\"abstract assert break case catch class const continue default \" +\n                    \"do else enum extends final finally for goto if implements import \" +\n                    \"instanceof interface native new package private protected public \" +\n                    \"return static strictfp super switch synchronized this throw throws transient \" +\n                    \"try volatile while @interface\"),\n    types: words(\"var byte short int long float double boolean char void Boolean Byte Character Double Float \" +\n                 \"Integer Long Number Object Short String StringBuffer StringBuilder Void\"),\n    blockKeywords: words(\"catch class do else finally for if switch try while\"),\n    defKeywords: words(\"class interface enum @interface\"),\n    typeFirstDefinitions: true,\n    atoms: words(\"true false null\"),\n    number: /^(?:0x[a-f\\d_]+|0b[01_]+|(?:[\\d_]+\\.?\\d*|\\.\\d+)(?:e[-+]?[\\d_]+)?)(u|ll?|l|f)?/i,\n    hooks: {\n      \"@\": function(stream) {\n        // Don't match the @interface keyword.\n        if (stream.match('interface', false)) return false;\n\n        stream.eatWhile(/[\\w\\$_]/);\n        return \"meta\";\n      },\n      '\"': function(stream, state) {\n        if (!stream.match(/\"\"$/)) return false;\n        state.tokenize = tokenTripleString;\n        return state.tokenize(stream, state);\n      }\n    },\n    modeProps: {fold: [\"brace\", \"import\"]}\n  });\n\n  def(\"text/x-csharp\", {\n    name: \"clike\",\n    keywords: words(\"abstract as async await base break case catch checked class const continue\" +\n                    \" default delegate do else enum event explicit extern finally fixed for\" +\n                    \" foreach goto if implicit in init interface internal is lock namespace new\" +\n                    \" operator out override params private protected public readonly record ref required return sealed\" +\n                    \" sizeof stackalloc static struct switch this throw try typeof unchecked\" +\n                    \" unsafe using virtual void volatile while add alias ascending descending dynamic from get\" +\n                    \" global group into join let orderby partial remove select set value var yield\"),\n    types: words(\"Action Boolean Byte Char DateTime DateTimeOffset Decimal Double Func\" +\n                 \" Guid Int16 Int32 Int64 Object SByte Single String Task TimeSpan UInt16 UInt32\" +\n                 \" UInt64 bool byte char decimal double short int long object\"  +\n                 \" sbyte float string ushort uint ulong\"),\n    blockKeywords: words(\"catch class do else finally for foreach if struct switch try while\"),\n    defKeywords: words(\"class interface namespace record struct var\"),\n    typeFirstDefinitions: true,\n    atoms: words(\"true false null\"),\n    hooks: {\n      \"@\": function(stream, state) {\n        if (stream.eat('\"')) {\n          state.tokenize = tokenAtString;\n          return tokenAtString(stream, state);\n        }\n        stream.eatWhile(/[\\w\\$_]/);\n        return \"meta\";\n      }\n    }\n  });\n\n  function tokenTripleString(stream, state) {\n    var escaped = false;\n    while (!stream.eol()) {\n      if (!escaped && stream.match('\"\"\"')) {\n        state.tokenize = null;\n        break;\n      }\n      escaped = stream.next() == \"\\\\\" && !escaped;\n    }\n    return \"string\";\n  }\n\n  function tokenNestedComment(depth) {\n    return function (stream, state) {\n      var ch\n      while (ch = stream.next()) {\n        if (ch == \"*\" && stream.eat(\"/\")) {\n          if (depth == 1) {\n            state.tokenize = null\n            break\n          } else {\n            state.tokenize = tokenNestedComment(depth - 1)\n            return state.tokenize(stream, state)\n          }\n        } else if (ch == \"/\" && stream.eat(\"*\")) {\n          state.tokenize = tokenNestedComment(depth + 1)\n          return state.tokenize(stream, state)\n        }\n      }\n      return \"comment\"\n    }\n  }\n\n  def(\"text/x-scala\", {\n    name: \"clike\",\n    keywords: words(\n      /* scala */\n      \"abstract case catch class def do else extends final finally for forSome if \" +\n      \"implicit import lazy match new null object override package private protected return \" +\n      \"sealed super this throw trait try type val var while with yield _ \" +\n\n      /* package scala */\n      \"assert assume require print println printf readLine readBoolean readByte readShort \" +\n      \"readChar readInt readLong readFloat readDouble\"\n    ),\n    types: words(\n      \"AnyVal App Application Array BufferedIterator BigDecimal BigInt Char Console Either \" +\n      \"Enumeration Equiv Error Exception Fractional Function IndexedSeq Int Integral Iterable \" +\n      \"Iterator List Map Numeric Nil NotNull Option Ordered Ordering PartialFunction PartialOrdering \" +\n      \"Product Proxy Range Responder Seq Serializable Set Specializable Stream StringBuilder \" +\n      \"StringContext Symbol Throwable Traversable TraversableOnce Tuple Unit Vector \" +\n\n      /* package java.lang */\n      \"Boolean Byte Character CharSequence Class ClassLoader Cloneable Comparable \" +\n      \"Compiler Double Exception Float Integer Long Math Number Object Package Pair Process \" +\n      \"Runtime Runnable SecurityManager Short StackTraceElement StrictMath String \" +\n      \"StringBuffer System Thread ThreadGroup ThreadLocal Throwable Triple Void\"\n    ),\n    multiLineStrings: true,\n    blockKeywords: words(\"catch class enum do else finally for forSome if match switch try while\"),\n    defKeywords: words(\"class enum def object package trait type val var\"),\n    atoms: words(\"true false null\"),\n    indentStatements: false,\n    indentSwitch: false,\n    isOperatorChar: /[+\\-*&%=<>!?|\\/#:@]/,\n    hooks: {\n      \"@\": function(stream) {\n        stream.eatWhile(/[\\w\\$_]/);\n        return \"meta\";\n      },\n      '\"': function(stream, state) {\n        if (!stream.match('\"\"')) return false;\n        state.tokenize = tokenTripleString;\n        return state.tokenize(stream, state);\n      },\n      \"'\": function(stream) {\n        stream.eatWhile(/[\\w\\$_\\xa1-\\uffff]/);\n        return \"atom\";\n      },\n      \"=\": function(stream, state) {\n        var cx = state.context\n        if (cx.type == \"}\" && cx.align && stream.eat(\">\")) {\n          state.context = new Context(cx.indented, cx.column, cx.type, cx.info, null, cx.prev)\n          return \"operator\"\n        } else {\n          return false\n        }\n      },\n\n      \"/\": function(stream, state) {\n        if (!stream.eat(\"*\")) return false\n        state.tokenize = tokenNestedComment(1)\n        return state.tokenize(stream, state)\n      }\n    },\n    modeProps: {closeBrackets: {pairs: '()[]{}\"\"', triples: '\"'}}\n  });\n\n  function tokenKotlinString(tripleString){\n    return function (stream, state) {\n      var escaped = false, next, end = false;\n      while (!stream.eol()) {\n        if (!tripleString && !escaped && stream.match('\"') ) {end = true; break;}\n        if (tripleString && stream.match('\"\"\"')) {end = true; break;}\n        next = stream.next();\n        if(!escaped && next == \"$\" && stream.match('{'))\n          stream.skipTo(\"}\");\n        escaped = !escaped && next == \"\\\\\" && !tripleString;\n      }\n      if (end || !tripleString)\n        state.tokenize = null;\n      return \"string\";\n    }\n  }\n\n  def(\"text/x-kotlin\", {\n    name: \"clike\",\n    keywords: words(\n      /*keywords*/\n      \"package as typealias class interface this super val operator \" +\n      \"var fun for is in This throw return annotation \" +\n      \"break continue object if else while do try when !in !is as? \" +\n\n      /*soft keywords*/\n      \"file import where by get set abstract enum open inner override private public internal \" +\n      \"protected catch finally out final vararg reified dynamic companion constructor init \" +\n      \"sealed field property receiver param sparam lateinit data inline noinline tailrec \" +\n      \"external annotation crossinline const operator infix suspend actual expect setparam value\"\n    ),\n    types: words(\n      /* package java.lang */\n      \"Boolean Byte Character CharSequence Class ClassLoader Cloneable Comparable \" +\n      \"Compiler Double Exception Float Integer Long Math Number Object Package Pair Process \" +\n      \"Runtime Runnable SecurityManager Short StackTraceElement StrictMath String \" +\n      \"StringBuffer System Thread ThreadGroup ThreadLocal Throwable Triple Void Annotation Any BooleanArray \" +\n      \"ByteArray Char CharArray DeprecationLevel DoubleArray Enum FloatArray Function Int IntArray Lazy \" +\n      \"LazyThreadSafetyMode LongArray Nothing ShortArray Unit\"\n    ),\n    intendSwitch: false,\n    indentStatements: false,\n    multiLineStrings: true,\n    number: /^(?:0x[a-f\\d_]+|0b[01_]+|(?:[\\d_]+(\\.\\d+)?|\\.\\d+)(?:e[-+]?[\\d_]+)?)(u|ll?|l|f)?/i,\n    blockKeywords: words(\"catch class do else finally for if where try while enum\"),\n    defKeywords: words(\"class val var object interface fun\"),\n    atoms: words(\"true false null this\"),\n    hooks: {\n      \"@\": function(stream) {\n        stream.eatWhile(/[\\w\\$_]/);\n        return \"meta\";\n      },\n      '*': function(_stream, state) {\n        return state.prevToken == '.' ? 'variable' : 'operator';\n      },\n      '\"': function(stream, state) {\n        state.tokenize = tokenKotlinString(stream.match('\"\"'));\n        return state.tokenize(stream, state);\n      },\n      \"/\": function(stream, state) {\n        if (!stream.eat(\"*\")) return false;\n        state.tokenize = tokenNestedComment(1);\n        return state.tokenize(stream, state)\n      },\n      indent: function(state, ctx, textAfter, indentUnit) {\n        var firstChar = textAfter && textAfter.charAt(0);\n        if ((state.prevToken == \"}\" || state.prevToken == \")\") && textAfter == \"\")\n          return state.indented;\n        if ((state.prevToken == \"operator\" && textAfter != \"}\" && state.context.type != \"}\") ||\n          state.prevToken == \"variable\" && firstChar == \".\" ||\n          (state.prevToken == \"}\" || state.prevToken == \")\") && firstChar == \".\")\n          return indentUnit * 2 + ctx.indented;\n        if (ctx.align && ctx.type == \"}\")\n          return ctx.indented + (state.context.type == (textAfter || \"\").charAt(0) ? 0 : indentUnit);\n      }\n    },\n    modeProps: {closeBrackets: {triples: '\"'}}\n  });\n\n  def([\"x-shader/x-vertex\", \"x-shader/x-fragment\"], {\n    name: \"clike\",\n    keywords: words(\"sampler1D sampler2D sampler3D samplerCube \" +\n                    \"sampler1DShadow sampler2DShadow \" +\n                    \"const attribute uniform varying \" +\n                    \"break continue discard return \" +\n                    \"for while do if else struct \" +\n                    \"in out inout\"),\n    types: words(\"float int bool void \" +\n                 \"vec2 vec3 vec4 ivec2 ivec3 ivec4 bvec2 bvec3 bvec4 \" +\n                 \"mat2 mat3 mat4\"),\n    blockKeywords: words(\"for while do if else struct\"),\n    builtin: words(\"radians degrees sin cos tan asin acos atan \" +\n                    \"pow exp log exp2 sqrt inversesqrt \" +\n                    \"abs sign floor ceil fract mod min max clamp mix step smoothstep \" +\n                    \"length distance dot cross normalize ftransform faceforward \" +\n                    \"reflect refract matrixCompMult \" +\n                    \"lessThan lessThanEqual greaterThan greaterThanEqual \" +\n                    \"equal notEqual any all not \" +\n                    \"texture1D texture1DProj texture1DLod texture1DProjLod \" +\n                    \"texture2D texture2DProj texture2DLod texture2DProjLod \" +\n                    \"texture3D texture3DProj texture3DLod texture3DProjLod \" +\n                    \"textureCube textureCubeLod \" +\n                    \"shadow1D shadow2D shadow1DProj shadow2DProj \" +\n                    \"shadow1DLod shadow2DLod shadow1DProjLod shadow2DProjLod \" +\n                    \"dFdx dFdy fwidth \" +\n                    \"noise1 noise2 noise3 noise4\"),\n    atoms: words(\"true false \" +\n                \"gl_FragColor gl_SecondaryColor gl_Normal gl_Vertex \" +\n                \"gl_MultiTexCoord0 gl_MultiTexCoord1 gl_MultiTexCoord2 gl_MultiTexCoord3 \" +\n                \"gl_MultiTexCoord4 gl_MultiTexCoord5 gl_MultiTexCoord6 gl_MultiTexCoord7 \" +\n                \"gl_FogCoord gl_PointCoord \" +\n                \"gl_Position gl_PointSize gl_ClipVertex \" +\n                \"gl_FrontColor gl_BackColor gl_FrontSecondaryColor gl_BackSecondaryColor \" +\n                \"gl_TexCoord gl_FogFragCoord \" +\n                \"gl_FragCoord gl_FrontFacing \" +\n                \"gl_FragData gl_FragDepth \" +\n                \"gl_ModelViewMatrix gl_ProjectionMatrix gl_ModelViewProjectionMatrix \" +\n                \"gl_TextureMatrix gl_NormalMatrix gl_ModelViewMatrixInverse \" +\n                \"gl_ProjectionMatrixInverse gl_ModelViewProjectionMatrixInverse \" +\n                \"gl_TextureMatrixTranspose gl_ModelViewMatrixInverseTranspose \" +\n                \"gl_ProjectionMatrixInverseTranspose \" +\n                \"gl_ModelViewProjectionMatrixInverseTranspose \" +\n                \"gl_TextureMatrixInverseTranspose \" +\n                \"gl_NormalScale gl_DepthRange gl_ClipPlane \" +\n                \"gl_Point gl_FrontMaterial gl_BackMaterial gl_LightSource gl_LightModel \" +\n                \"gl_FrontLightModelProduct gl_BackLightModelProduct \" +\n                \"gl_TextureColor gl_EyePlaneS gl_EyePlaneT gl_EyePlaneR gl_EyePlaneQ \" +\n                \"gl_FogParameters \" +\n                \"gl_MaxLights gl_MaxClipPlanes gl_MaxTextureUnits gl_MaxTextureCoords \" +\n                \"gl_MaxVertexAttribs gl_MaxVertexUniformComponents gl_MaxVaryingFloats \" +\n                \"gl_MaxVertexTextureImageUnits gl_MaxTextureImageUnits \" +\n                \"gl_MaxFragmentUniformComponents gl_MaxCombineTextureImageUnits \" +\n                \"gl_MaxDrawBuffers\"),\n    indentSwitch: false,\n    hooks: {\"#\": cppHook},\n    modeProps: {fold: [\"brace\", \"include\"]}\n  });\n\n  def(\"text/x-nesc\", {\n    name: \"clike\",\n    keywords: words(cKeywords + \" as atomic async call command component components configuration event generic \" +\n                    \"implementation includes interface module new norace nx_struct nx_union post provides \" +\n                    \"signal task uses abstract extends\"),\n    types: cTypes,\n    blockKeywords: words(cBlockKeywords),\n    atoms: words(\"null true false\"),\n    hooks: {\"#\": cppHook},\n    modeProps: {fold: [\"brace\", \"include\"]}\n  });\n\n  def(\"text/x-objectivec\", {\n    name: \"clike\",\n    keywords: words(cKeywords + \" \" + objCKeywords),\n    types: objCTypes,\n    builtin: words(objCBuiltins),\n    blockKeywords: words(cBlockKeywords + \" @synthesize @try @catch @finally @autoreleasepool @synchronized\"),\n    defKeywords: words(cDefKeywords + \" @interface @implementation @protocol @class\"),\n    dontIndentStatements: /^@.*$/,\n    typeFirstDefinitions: true,\n    atoms: words(\"YES NO NULL Nil nil true false nullptr\"),\n    isReservedIdentifier: cIsReservedIdentifier,\n    hooks: {\n      \"#\": cppHook,\n      \"*\": pointerHook,\n    },\n    modeProps: {fold: [\"brace\", \"include\"]}\n  });\n\n  def(\"text/x-objectivec++\", {\n    name: \"clike\",\n    keywords: words(cKeywords + \" \" + objCKeywords + \" \" + cppKeywords),\n    types: objCTypes,\n    builtin: words(objCBuiltins),\n    blockKeywords: words(cBlockKeywords + \" @synthesize @try @catch @finally @autoreleasepool @synchronized class try catch\"),\n    defKeywords: words(cDefKeywords + \" @interface @implementation @protocol @class class namespace\"),\n    dontIndentStatements: /^@.*$|^template$/,\n    typeFirstDefinitions: true,\n    atoms: words(\"YES NO NULL Nil nil true false nullptr\"),\n    isReservedIdentifier: cIsReservedIdentifier,\n    hooks: {\n      \"#\": cppHook,\n      \"*\": pointerHook,\n      \"u\": cpp11StringHook,\n      \"U\": cpp11StringHook,\n      \"L\": cpp11StringHook,\n      \"R\": cpp11StringHook,\n      \"0\": cpp14Literal,\n      \"1\": cpp14Literal,\n      \"2\": cpp14Literal,\n      \"3\": cpp14Literal,\n      \"4\": cpp14Literal,\n      \"5\": cpp14Literal,\n      \"6\": cpp14Literal,\n      \"7\": cpp14Literal,\n      \"8\": cpp14Literal,\n      \"9\": cpp14Literal,\n      token: function(stream, state, style) {\n        if (style == \"variable\" && stream.peek() == \"(\" &&\n            (state.prevToken == \";\" || state.prevToken == null ||\n             state.prevToken == \"}\") &&\n            cppLooksLikeConstructor(stream.current()))\n          return \"def\";\n      }\n    },\n    namespaceSeparator: \"::\",\n    modeProps: {fold: [\"brace\", \"include\"]}\n  });\n\n  def(\"text/x-squirrel\", {\n    name: \"clike\",\n    keywords: words(\"base break clone continue const default delete enum extends function in class\" +\n                    \" foreach local resume return this throw typeof yield constructor instanceof static\"),\n    types: cTypes,\n    blockKeywords: words(\"case catch class else for foreach if switch try while\"),\n    defKeywords: words(\"function local class\"),\n    typeFirstDefinitions: true,\n    atoms: words(\"true false null\"),\n    hooks: {\"#\": cppHook},\n    modeProps: {fold: [\"brace\", \"include\"]}\n  });\n\n  // Ceylon Strings need to deal with interpolation\n  var stringTokenizer = null;\n  function tokenCeylonString(type) {\n    return function(stream, state) {\n      var escaped = false, next, end = false;\n      while (!stream.eol()) {\n        if (!escaped && stream.match('\"') &&\n              (type == \"single\" || stream.match('\"\"'))) {\n          end = true;\n          break;\n        }\n        if (!escaped && stream.match('``')) {\n          stringTokenizer = tokenCeylonString(type);\n          end = true;\n          break;\n        }\n        next = stream.next();\n        escaped = type == \"single\" && !escaped && next == \"\\\\\";\n      }\n      if (end)\n          state.tokenize = null;\n      return \"string\";\n    }\n  }\n\n  def(\"text/x-ceylon\", {\n    name: \"clike\",\n    keywords: words(\"abstracts alias assembly assert assign break case catch class continue dynamic else\" +\n                    \" exists extends finally for function given if import in interface is let module new\" +\n                    \" nonempty object of out outer package return satisfies super switch then this throw\" +\n                    \" try value void while\"),\n    types: function(word) {\n        // In Ceylon all identifiers that start with an uppercase are types\n        var first = word.charAt(0);\n        return (first === first.toUpperCase() && first !== first.toLowerCase());\n    },\n    blockKeywords: words(\"case catch class dynamic else finally for function if interface module new object switch try while\"),\n    defKeywords: words(\"class dynamic function interface module object package value\"),\n    builtin: words(\"abstract actual aliased annotation by default deprecated doc final formal late license\" +\n                   \" native optional sealed see serializable shared suppressWarnings tagged throws variable\"),\n    isPunctuationChar: /[\\[\\]{}\\(\\),;\\:\\.`]/,\n    isOperatorChar: /[+\\-*&%=<>!?|^~:\\/]/,\n    numberStart: /[\\d#$]/,\n    number: /^(?:#[\\da-fA-F_]+|\\$[01_]+|[\\d_]+[kMGTPmunpf]?|[\\d_]+\\.[\\d_]+(?:[eE][-+]?\\d+|[kMGTPmunpf]|)|)/i,\n    multiLineStrings: true,\n    typeFirstDefinitions: true,\n    atoms: words(\"true false null larger smaller equal empty finished\"),\n    indentSwitch: false,\n    styleDefs: false,\n    hooks: {\n      \"@\": function(stream) {\n        stream.eatWhile(/[\\w\\$_]/);\n        return \"meta\";\n      },\n      '\"': function(stream, state) {\n          state.tokenize = tokenCeylonString(stream.match('\"\"') ? \"triple\" : \"single\");\n          return state.tokenize(stream, state);\n        },\n      '`': function(stream, state) {\n          if (!stringTokenizer || !stream.match('`')) return false;\n          state.tokenize = stringTokenizer;\n          stringTokenizer = null;\n          return state.tokenize(stream, state);\n        },\n      \"'\": function(stream) {\n        stream.eatWhile(/[\\w\\$_\\xa1-\\uffff]/);\n        return \"atom\";\n      },\n      token: function(_stream, state, style) {\n          if ((style == \"variable\" || style == \"type\") &&\n              state.prevToken == \".\") {\n            return \"variable-2\";\n          }\n        }\n    },\n    modeProps: {\n        fold: [\"brace\", \"import\"],\n        closeBrackets: {triples: '\"'}\n    }\n  });\n\n});\n"
  },
  {
    "path": "libs/codemirror/lib/codemirror.css",
    "content": "/* BASICS */\n\n.CodeMirror {\n  /* Set height, width, borders, and global font properties here */\n  font-family: monospace;\n  height: 100%;\n  /*color: black;*/\n  color: var(--bs-body-color);\n  direction: ltr;\n  font-size:14px;\n}\n\n/* PADDING */\n\n.CodeMirror-lines {\n  padding: 4px 0; /* Vertical padding around content */\n}\n.CodeMirror pre.CodeMirror-line,\n.CodeMirror pre.CodeMirror-line-like {\n  padding: 0 4px; /* Horizontal padding of content */\n}\n\n.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {\n  background-color: white; /* The little square between H and V scrollbars */\n}\n\n/* GUTTER */\n\n.CodeMirror-gutters {\n  border-right: 1px solid var(--bs-border-color);\n  background-color: var(--bs-tertiary-bg);\n  white-space: nowrap;\n}\n.CodeMirror-linenumbers {}\n.CodeMirror-linenumber {\n  padding: 0 3px 0 5px;\n  min-width: 20px;\n  text-align: right;\n  color: var(--bs-tertiary-color);\n  white-space: nowrap;\n}\n\n.CodeMirror-guttermarker { color: var(--bs-body-color); }\n.CodeMirror-guttermarker-subtle { color: var(--bs-tertiary-color); }\n\n/* CURSOR */\n\n.CodeMirror-cursor {\n  border-left: 1px solid var(--bs-body-color);\n  border-right: none;\n  width: 0;\n}\n/* Shown when moving in bi-directional text */\n.CodeMirror div.CodeMirror-secondarycursor {\n  border-left: 1px solid silver;\n}\n.cm-fat-cursor .CodeMirror-cursor {\n  width: auto;\n  border: 0 !important;\n  background: #7e7;\n}\n.cm-fat-cursor div.CodeMirror-cursors {\n  z-index: 1;\n}\n.cm-fat-cursor .CodeMirror-line::selection,\n.cm-fat-cursor .CodeMirror-line > span::selection, \n.cm-fat-cursor .CodeMirror-line > span > span::selection { background: transparent; }\n.cm-fat-cursor .CodeMirror-line::-moz-selection,\n.cm-fat-cursor .CodeMirror-line > span::-moz-selection,\n.cm-fat-cursor .CodeMirror-line > span > span::-moz-selection { background: transparent; }\n.cm-fat-cursor { caret-color: transparent; }\n@-moz-keyframes blink {\n  0% {}\n  50% { background-color: transparent; }\n  100% {}\n}\n@-webkit-keyframes blink {\n  0% {}\n  50% { background-color: transparent; }\n  100% {}\n}\n@keyframes blink {\n  0% {}\n  50% { background-color: transparent; }\n  100% {}\n}\n\n/* Can style cursor different in overwrite (non-insert) mode */\n.CodeMirror-overwrite .CodeMirror-cursor {}\n\n.cm-tab { display: inline-block; text-decoration: inherit; }\n\n.CodeMirror-rulers {\n  position: absolute;\n  left: 0; right: 0; top: -50px; bottom: 0;\n  overflow: hidden;\n}\n.CodeMirror-ruler {\n  border-left: 1px solid #ccc;\n  top: 0; bottom: 0;\n  position: absolute;\n}\n\n/* DEFAULT THEME */\n\n.cm-s-default .cm-header {color: blue;}\n.cm-s-default .cm-quote {color: #090;}\n.cm-negative {color: #d44;}\n.cm-positive {color: #292;}\n.cm-header, .cm-strong {font-weight: bold;}\n.cm-em {font-style: italic;}\n.cm-link {text-decoration: underline;}\n.cm-strikethrough {text-decoration: line-through;}\n\n.cm-s-default .cm-keyword {color: #708;}\n.cm-s-default .cm-atom {color: #219;}\n.cm-s-default .cm-number {color: #164;}\n.cm-s-default .cm-def {color: #00f;}\n.cm-s-default .cm-variable,\n.cm-s-default .cm-punctuation,\n.cm-s-default .cm-property,\n.cm-s-default .cm-operator {}\n.cm-s-default .cm-variable-2 {color: #05a;}\n.cm-s-default .cm-variable-3, .cm-s-default .cm-type {color: #085;}\n.cm-s-default .cm-comment {color: #a50;}\n.cm-s-default .cm-string {color: #a11;}\n.cm-s-default .cm-string-2 {color: #f50;}\n.cm-s-default .cm-meta {color: #555;}\n.cm-s-default .cm-qualifier {color: #555;}\n.cm-s-default .cm-builtin {color: #30a;}\n.cm-s-default .cm-bracket {color: #997;}\n.cm-s-default .cm-tag {color: #170;}\n.cm-s-default .cm-attribute {color: #00c;}\n.cm-s-default .cm-hr {color: var(--bs-tertiary-color);}\n.cm-s-default .cm-link {color: #00c;}\n\n.cm-s-default .cm-error {color: #f00;}\n.cm-invalidchar {color: #f00;}\n\n.CodeMirror-composing { border-bottom: 2px solid; }\n\n/* Default styles for common addons */\n\ndiv.CodeMirror span.CodeMirror-matchingbracket {color: #0b0;}\ndiv.CodeMirror span.CodeMirror-nonmatchingbracket {color: #a22;}\n.CodeMirror-matchingtag { background: rgba(255, 150, 0, .3); }\n.CodeMirror-activeline-background {background: #e8f2ff;}\n\n/* STOP */\n\n/* The rest of this file contains styles related to the mechanics of\n   the editor. You probably shouldn't touch them. */\n\n.CodeMirror {\n  position: relative;\n  overflow: hidden;\n  /*background: white;*/\n  background: color: var(--bs-body-bg);\n}\n\n.CodeMirror-scroll {\n  overflow: scroll !important; /* Things will break if this is overridden */\n  /* 50px is the magic margin used to hide the element's real scrollbars */\n  /* See overflow: hidden in .CodeMirror */\n  margin-bottom: -50px; margin-right: -50px;\n  padding-bottom: 50px;\n  height: 100%;\n  outline: none; /* Prevent dragging from highlighting the element */\n  position: relative;\n  z-index: 0;\n}\n.CodeMirror-sizer {\n  position: relative;\n  border-right: 50px solid transparent;\n}\n\n/* The fake, visible scrollbars. Used to force redraw during scrolling\n   before actual scrolling happens, thus preventing shaking and\n   flickering artifacts. */\n.CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {\n  position: absolute;\n  z-index: 6;\n  display: none;\n  outline: none;\n}\n.CodeMirror-vscrollbar {\n  right: 0; top: 0;\n  overflow-x: hidden;\n  overflow-y: scroll;\n}\n.CodeMirror-hscrollbar {\n  bottom: 0; left: 0;\n  overflow-y: hidden;\n  overflow-x: scroll;\n}\n.CodeMirror-scrollbar-filler {\n  right: 0; bottom: 0;\n}\n.CodeMirror-gutter-filler {\n  left: 0; bottom: 0;\n}\n\n.CodeMirror-gutters {\n  position: absolute; left: 0; top: 0;\n  min-height: 100%;\n  z-index: 3;\n}\n.CodeMirror-gutter {\n  white-space: normal;\n  height: 100%;\n  display: inline-block;\n  vertical-align: top;\n  margin-bottom: -50px;\n}\n.CodeMirror-gutter-wrapper {\n  position: absolute;\n  z-index: 4;\n  background: none !important;\n  border: none !important;\n}\n.CodeMirror-gutter-background {\n  position: absolute;\n  top: 0; bottom: 0;\n  z-index: 4;\n}\n.CodeMirror-gutter-elt {\n  position: absolute;\n  cursor: default;\n  z-index: 4;\n}\n.CodeMirror-gutter-wrapper ::selection { background-color: transparent }\n.CodeMirror-gutter-wrapper ::-moz-selection { background-color: transparent }\n\n.CodeMirror-lines {\n  cursor: text;\n  min-height: 1px; /* prevents collapsing before first draw */\n}\n.CodeMirror pre.CodeMirror-line,\n.CodeMirror pre.CodeMirror-line-like {\n  /* Reset some styles that the rest of the page might have set */\n  -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;\n  border-width: 0;\n  background: transparent;\n  font-family: inherit;\n  font-size: inherit;\n  margin: 0;\n  white-space: pre;\n  word-wrap: normal;\n  line-height: inherit;\n  color: inherit;\n  z-index: 2;\n  position: relative;\n  overflow: visible;\n  -webkit-tap-highlight-color: transparent;\n  -webkit-font-variant-ligatures: contextual;\n  font-variant-ligatures: contextual;\n}\n.CodeMirror-wrap pre.CodeMirror-line,\n.CodeMirror-wrap pre.CodeMirror-line-like {\n  word-wrap: break-word;\n  white-space: pre-wrap;\n  word-break: normal;\n}\n\n.CodeMirror-linebackground {\n  position: absolute;\n  left: 0; right: 0; top: 0; bottom: 0;\n  z-index: 0;\n}\n\n.CodeMirror-linewidget {\n  position: relative;\n  z-index: 2;\n  padding: 0.1px; /* Force widget margins to stay inside of the container */\n}\n\n.CodeMirror-widget {}\n\n.CodeMirror-rtl pre { direction: rtl; }\n\n.CodeMirror-code {\n  outline: none;\n}\n\n/* Force content-box sizing for the elements where we expect it */\n.CodeMirror-scroll,\n.CodeMirror-sizer,\n.CodeMirror-gutter,\n.CodeMirror-gutters,\n.CodeMirror-linenumber {\n  -moz-box-sizing: content-box;\n  box-sizing: content-box;\n}\n\n.CodeMirror-measure {\n  position: absolute;\n  width: 100%;\n  height: 0;\n  overflow: hidden;\n  visibility: hidden;\n}\n\n.CodeMirror-cursor {\n  position: absolute;\n  pointer-events: none;\n}\n.CodeMirror-measure pre { position: static; }\n\ndiv.CodeMirror-cursors {\n  visibility: hidden;\n  position: relative;\n  z-index: 3;\n}\ndiv.CodeMirror-dragcursors {\n  visibility: visible;\n}\n\n.CodeMirror-focused div.CodeMirror-cursors {\n  visibility: visible;\n}\n\n.CodeMirror-selected { background: #d9d9d9; }\n.CodeMirror-focused .CodeMirror-selected { background: #d7d4f0; }\n.CodeMirror-crosshair { cursor: crosshair; }\n.CodeMirror-line::selection, .CodeMirror-line > span::selection, .CodeMirror-line > span > span::selection { background: #d7d4f0; }\n.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection { background: #d7d4f0; }\n\n.cm-searching {\n  background-color: #ffa;\n  background-color: rgba(255, 255, 0, .4);\n}\n\n/* Used to force a border model for a node */\n.cm-force-border { padding-right: .1px; }\n\n@media print {\n  /* Hide the cursor when printing */\n  .CodeMirror div.CodeMirror-cursors {\n    visibility: hidden;\n  }\n}\n\n/* See issue #2901 */\n.cm-tab-wrap-hack:after { content: ''; }\n\n/* Help users use markselection to safely style text background */\nspan.CodeMirror-selectedtext { background: none; }\n"
  },
  {
    "path": "libs/codemirror/lib/codemirror.js",
    "content": "// CodeMirror, copyright (c) by Marijn Haverbeke and others\n// Distributed under an MIT license: https://codemirror.net/5/LICENSE\n\n// This is CodeMirror (https://codemirror.net/5), a code editor\n// implemented in JavaScript on top of the browser's DOM.\n//\n// You can find some technical background for some of the code below\n// at http://marijnhaverbeke.nl/blog/#cm-internals .\n\n(function (global, factory) {\n  typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :\n  typeof define === 'function' && define.amd ? define(factory) :\n  (global = global || self, global.CodeMirror = factory());\n}(this, (function () { 'use strict';\n\n  // Kludges for bugs and behavior differences that can't be feature\n  // detected are enabled based on userAgent etc sniffing.\n  var userAgent = navigator.userAgent;\n  var platform = navigator.platform;\n\n  var gecko = /gecko\\/\\d/i.test(userAgent);\n  var ie_upto10 = /MSIE \\d/.test(userAgent);\n  var ie_11up = /Trident\\/(?:[7-9]|\\d{2,})\\..*rv:(\\d+)/.exec(userAgent);\n  var edge = /Edge\\/(\\d+)/.exec(userAgent);\n  var ie = ie_upto10 || ie_11up || edge;\n  var ie_version = ie && (ie_upto10 ? document.documentMode || 6 : +(edge || ie_11up)[1]);\n  var webkit = !edge && /WebKit\\//.test(userAgent);\n  var qtwebkit = webkit && /Qt\\/\\d+\\.\\d+/.test(userAgent);\n  var chrome = !edge && /Chrome\\/(\\d+)/.exec(userAgent);\n  var chrome_version = chrome && +chrome[1];\n  var presto = /Opera\\//.test(userAgent);\n  var safari = /Apple Computer/.test(navigator.vendor);\n  var mac_geMountainLion = /Mac OS X 1\\d\\D([8-9]|\\d\\d)\\D/.test(userAgent);\n  var phantom = /PhantomJS/.test(userAgent);\n\n  var ios = safari && (/Mobile\\/\\w+/.test(userAgent) || navigator.maxTouchPoints > 2);\n  var android = /Android/.test(userAgent);\n  // This is woefully incomplete. Suggestions for alternative methods welcome.\n  var mobile = ios || android || /webOS|BlackBerry|Opera Mini|Opera Mobi|IEMobile/i.test(userAgent);\n  var mac = ios || /Mac/.test(platform);\n  var chromeOS = /\\bCrOS\\b/.test(userAgent);\n  var windows = /win/i.test(platform);\n\n  var presto_version = presto && userAgent.match(/Version\\/(\\d*\\.\\d*)/);\n  if (presto_version) { presto_version = Number(presto_version[1]); }\n  if (presto_version && presto_version >= 15) { presto = false; webkit = true; }\n  // Some browsers use the wrong event properties to signal cmd/ctrl on OS X\n  var flipCtrlCmd = mac && (qtwebkit || presto && (presto_version == null || presto_version < 12.11));\n  var captureRightClick = gecko || (ie && ie_version >= 9);\n\n  function classTest(cls) { return new RegExp(\"(^|\\\\s)\" + cls + \"(?:$|\\\\s)\\\\s*\") }\n\n  var rmClass = function(node, cls) {\n    var current = node.className;\n    var match = classTest(cls).exec(current);\n    if (match) {\n      var after = current.slice(match.index + match[0].length);\n      node.className = current.slice(0, match.index) + (after ? match[1] + after : \"\");\n    }\n  };\n\n  function removeChildren(e) {\n    for (var count = e.childNodes.length; count > 0; --count)\n      { e.removeChild(e.firstChild); }\n    return e\n  }\n\n  function removeChildrenAndAdd(parent, e) {\n    return removeChildren(parent).appendChild(e)\n  }\n\n  function elt(tag, content, className, style) {\n    var e = document.createElement(tag);\n    if (className) { e.className = className; }\n    if (style) { e.style.cssText = style; }\n    if (typeof content == \"string\") { e.appendChild(document.createTextNode(content)); }\n    else if (content) { for (var i = 0; i < content.length; ++i) { e.appendChild(content[i]); } }\n    return e\n  }\n  // wrapper for elt, which removes the elt from the accessibility tree\n  function eltP(tag, content, className, style) {\n    var e = elt(tag, content, className, style);\n    e.setAttribute(\"role\", \"presentation\");\n    return e\n  }\n\n  var range;\n  if (document.createRange) { range = function(node, start, end, endNode) {\n    var r = document.createRange();\n    r.setEnd(endNode || node, end);\n    r.setStart(node, start);\n    return r\n  }; }\n  else { range = function(node, start, end) {\n    var r = document.body.createTextRange();\n    try { r.moveToElementText(node.parentNode); }\n    catch(e) { return r }\n    r.collapse(true);\n    r.moveEnd(\"character\", end);\n    r.moveStart(\"character\", start);\n    return r\n  }; }\n\n  function contains(parent, child) {\n    if (child.nodeType == 3) // Android browser always returns false when child is a textnode\n      { child = child.parentNode; }\n    if (parent.contains)\n      { return parent.contains(child) }\n    do {\n      if (child.nodeType == 11) { child = child.host; }\n      if (child == parent) { return true }\n    } while (child = child.parentNode)\n  }\n\n  function activeElt(doc) {\n    // IE and Edge may throw an \"Unspecified Error\" when accessing document.activeElement.\n    // IE < 10 will throw when accessed while the page is loading or in an iframe.\n    // IE > 9 and Edge will throw when accessed in an iframe if document.body is unavailable.\n    var activeElement;\n    try {\n      activeElement = doc.activeElement;\n    } catch(e) {\n      activeElement = doc.body || null;\n    }\n    while (activeElement && activeElement.shadowRoot && activeElement.shadowRoot.activeElement)\n      { activeElement = activeElement.shadowRoot.activeElement; }\n    return activeElement\n  }\n\n  function addClass(node, cls) {\n    var current = node.className;\n    if (!classTest(cls).test(current)) { node.className += (current ? \" \" : \"\") + cls; }\n  }\n  function joinClasses(a, b) {\n    var as = a.split(\" \");\n    for (var i = 0; i < as.length; i++)\n      { if (as[i] && !classTest(as[i]).test(b)) { b += \" \" + as[i]; } }\n    return b\n  }\n\n  var selectInput = function(node) { node.select(); };\n  if (ios) // Mobile Safari apparently has a bug where select() is broken.\n    { selectInput = function(node) { node.selectionStart = 0; node.selectionEnd = node.value.length; }; }\n  else if (ie) // Suppress mysterious IE10 errors\n    { selectInput = function(node) { try { node.select(); } catch(_e) {} }; }\n\n  function doc(cm) { return cm.display.wrapper.ownerDocument }\n\n  function win(cm) { return doc(cm).defaultView }\n\n  function bind(f) {\n    var args = Array.prototype.slice.call(arguments, 1);\n    return function(){return f.apply(null, args)}\n  }\n\n  function copyObj(obj, target, overwrite) {\n    if (!target) { target = {}; }\n    for (var prop in obj)\n      { if (obj.hasOwnProperty(prop) && (overwrite !== false || !target.hasOwnProperty(prop)))\n        { target[prop] = obj[prop]; } }\n    return target\n  }\n\n  // Counts the column offset in a string, taking tabs into account.\n  // Used mostly to find indentation.\n  function countColumn(string, end, tabSize, startIndex, startValue) {\n    if (end == null) {\n      end = string.search(/[^\\s\\u00a0]/);\n      if (end == -1) { end = string.length; }\n    }\n    for (var i = startIndex || 0, n = startValue || 0;;) {\n      var nextTab = string.indexOf(\"\\t\", i);\n      if (nextTab < 0 || nextTab >= end)\n        { return n + (end - i) }\n      n += nextTab - i;\n      n += tabSize - (n % tabSize);\n      i = nextTab + 1;\n    }\n  }\n\n  var Delayed = function() {\n    this.id = null;\n    this.f = null;\n    this.time = 0;\n    this.handler = bind(this.onTimeout, this);\n  };\n  Delayed.prototype.onTimeout = function (self) {\n    self.id = 0;\n    if (self.time <= +new Date) {\n      self.f();\n    } else {\n      setTimeout(self.handler, self.time - +new Date);\n    }\n  };\n  Delayed.prototype.set = function (ms, f) {\n    this.f = f;\n    var time = +new Date + ms;\n    if (!this.id || time < this.time) {\n      clearTimeout(this.id);\n      this.id = setTimeout(this.handler, ms);\n      this.time = time;\n    }\n  };\n\n  function indexOf(array, elt) {\n    for (var i = 0; i < array.length; ++i)\n      { if (array[i] == elt) { return i } }\n    return -1\n  }\n\n  // Number of pixels added to scroller and sizer to hide scrollbar\n  var scrollerGap = 50;\n\n  // Returned or thrown by various protocols to signal 'I'm not\n  // handling this'.\n  var Pass = {toString: function(){return \"CodeMirror.Pass\"}};\n\n  // Reused option objects for setSelection & friends\n  var sel_dontScroll = {scroll: false}, sel_mouse = {origin: \"*mouse\"}, sel_move = {origin: \"+move\"};\n\n  // The inverse of countColumn -- find the offset that corresponds to\n  // a particular column.\n  function findColumn(string, goal, tabSize) {\n    for (var pos = 0, col = 0;;) {\n      var nextTab = string.indexOf(\"\\t\", pos);\n      if (nextTab == -1) { nextTab = string.length; }\n      var skipped = nextTab - pos;\n      if (nextTab == string.length || col + skipped >= goal)\n        { return pos + Math.min(skipped, goal - col) }\n      col += nextTab - pos;\n      col += tabSize - (col % tabSize);\n      pos = nextTab + 1;\n      if (col >= goal) { return pos }\n    }\n  }\n\n  var spaceStrs = [\"\"];\n  function spaceStr(n) {\n    while (spaceStrs.length <= n)\n      { spaceStrs.push(lst(spaceStrs) + \" \"); }\n    return spaceStrs[n]\n  }\n\n  function lst(arr) { return arr[arr.length-1] }\n\n  function map(array, f) {\n    var out = [];\n    for (var i = 0; i < array.length; i++) { out[i] = f(array[i], i); }\n    return out\n  }\n\n  function insertSorted(array, value, score) {\n    var pos = 0, priority = score(value);\n    while (pos < array.length && score(array[pos]) <= priority) { pos++; }\n    array.splice(pos, 0, value);\n  }\n\n  function nothing() {}\n\n  function createObj(base, props) {\n    var inst;\n    if (Object.create) {\n      inst = Object.create(base);\n    } else {\n      nothing.prototype = base;\n      inst = new nothing();\n    }\n    if (props) { copyObj(props, inst); }\n    return inst\n  }\n\n  var nonASCIISingleCaseWordChar = /[\\u00df\\u0587\\u0590-\\u05f4\\u0600-\\u06ff\\u3040-\\u309f\\u30a0-\\u30ff\\u3400-\\u4db5\\u4e00-\\u9fcc\\uac00-\\ud7af]/;\n  function isWordCharBasic(ch) {\n    return /\\w/.test(ch) || ch > \"\\x80\" &&\n      (ch.toUpperCase() != ch.toLowerCase() || nonASCIISingleCaseWordChar.test(ch))\n  }\n  function isWordChar(ch, helper) {\n    if (!helper) { return isWordCharBasic(ch) }\n    if (helper.source.indexOf(\"\\\\w\") > -1 && isWordCharBasic(ch)) { return true }\n    return helper.test(ch)\n  }\n\n  function isEmpty(obj) {\n    for (var n in obj) { if (obj.hasOwnProperty(n) && obj[n]) { return false } }\n    return true\n  }\n\n  // Extending unicode characters. A series of a non-extending char +\n  // any number of extending chars is treated as a single unit as far\n  // as editing and measuring is concerned. This is not fully correct,\n  // since some scripts/fonts/browsers also treat other configurations\n  // of code points as a group.\n  var extendingChars = /[\\u0300-\\u036f\\u0483-\\u0489\\u0591-\\u05bd\\u05bf\\u05c1\\u05c2\\u05c4\\u05c5\\u05c7\\u0610-\\u061a\\u064b-\\u065e\\u0670\\u06d6-\\u06dc\\u06de-\\u06e4\\u06e7\\u06e8\\u06ea-\\u06ed\\u0711\\u0730-\\u074a\\u07a6-\\u07b0\\u07eb-\\u07f3\\u0816-\\u0819\\u081b-\\u0823\\u0825-\\u0827\\u0829-\\u082d\\u0900-\\u0902\\u093c\\u0941-\\u0948\\u094d\\u0951-\\u0955\\u0962\\u0963\\u0981\\u09bc\\u09be\\u09c1-\\u09c4\\u09cd\\u09d7\\u09e2\\u09e3\\u0a01\\u0a02\\u0a3c\\u0a41\\u0a42\\u0a47\\u0a48\\u0a4b-\\u0a4d\\u0a51\\u0a70\\u0a71\\u0a75\\u0a81\\u0a82\\u0abc\\u0ac1-\\u0ac5\\u0ac7\\u0ac8\\u0acd\\u0ae2\\u0ae3\\u0b01\\u0b3c\\u0b3e\\u0b3f\\u0b41-\\u0b44\\u0b4d\\u0b56\\u0b57\\u0b62\\u0b63\\u0b82\\u0bbe\\u0bc0\\u0bcd\\u0bd7\\u0c3e-\\u0c40\\u0c46-\\u0c48\\u0c4a-\\u0c4d\\u0c55\\u0c56\\u0c62\\u0c63\\u0cbc\\u0cbf\\u0cc2\\u0cc6\\u0ccc\\u0ccd\\u0cd5\\u0cd6\\u0ce2\\u0ce3\\u0d3e\\u0d41-\\u0d44\\u0d4d\\u0d57\\u0d62\\u0d63\\u0dca\\u0dcf\\u0dd2-\\u0dd4\\u0dd6\\u0ddf\\u0e31\\u0e34-\\u0e3a\\u0e47-\\u0e4e\\u0eb1\\u0eb4-\\u0eb9\\u0ebb\\u0ebc\\u0ec8-\\u0ecd\\u0f18\\u0f19\\u0f35\\u0f37\\u0f39\\u0f71-\\u0f7e\\u0f80-\\u0f84\\u0f86\\u0f87\\u0f90-\\u0f97\\u0f99-\\u0fbc\\u0fc6\\u102d-\\u1030\\u1032-\\u1037\\u1039\\u103a\\u103d\\u103e\\u1058\\u1059\\u105e-\\u1060\\u1071-\\u1074\\u1082\\u1085\\u1086\\u108d\\u109d\\u135f\\u1712-\\u1714\\u1732-\\u1734\\u1752\\u1753\\u1772\\u1773\\u17b7-\\u17bd\\u17c6\\u17c9-\\u17d3\\u17dd\\u180b-\\u180d\\u18a9\\u1920-\\u1922\\u1927\\u1928\\u1932\\u1939-\\u193b\\u1a17\\u1a18\\u1a56\\u1a58-\\u1a5e\\u1a60\\u1a62\\u1a65-\\u1a6c\\u1a73-\\u1a7c\\u1a7f\\u1b00-\\u1b03\\u1b34\\u1b36-\\u1b3a\\u1b3c\\u1b42\\u1b6b-\\u1b73\\u1b80\\u1b81\\u1ba2-\\u1ba5\\u1ba8\\u1ba9\\u1c2c-\\u1c33\\u1c36\\u1c37\\u1cd0-\\u1cd2\\u1cd4-\\u1ce0\\u1ce2-\\u1ce8\\u1ced\\u1dc0-\\u1de6\\u1dfd-\\u1dff\\u200c\\u200d\\u20d0-\\u20f0\\u2cef-\\u2cf1\\u2de0-\\u2dff\\u302a-\\u302f\\u3099\\u309a\\ua66f-\\ua672\\ua67c\\ua67d\\ua6f0\\ua6f1\\ua802\\ua806\\ua80b\\ua825\\ua826\\ua8c4\\ua8e0-\\ua8f1\\ua926-\\ua92d\\ua947-\\ua951\\ua980-\\ua982\\ua9b3\\ua9b6-\\ua9b9\\ua9bc\\uaa29-\\uaa2e\\uaa31\\uaa32\\uaa35\\uaa36\\uaa43\\uaa4c\\uaab0\\uaab2-\\uaab4\\uaab7\\uaab8\\uaabe\\uaabf\\uaac1\\uabe5\\uabe8\\uabed\\udc00-\\udfff\\ufb1e\\ufe00-\\ufe0f\\ufe20-\\ufe26\\uff9e\\uff9f]/;\n  function isExtendingChar(ch) { return ch.charCodeAt(0) >= 768 && extendingChars.test(ch) }\n\n  // Returns a number from the range [`0`; `str.length`] unless `pos` is outside that range.\n  function skipExtendingChars(str, pos, dir) {\n    while ((dir < 0 ? pos > 0 : pos < str.length) && isExtendingChar(str.charAt(pos))) { pos += dir; }\n    return pos\n  }\n\n  // Returns the value from the range [`from`; `to`] that satisfies\n  // `pred` and is closest to `from`. Assumes that at least `to`\n  // satisfies `pred`. Supports `from` being greater than `to`.\n  function findFirst(pred, from, to) {\n    // At any point we are certain `to` satisfies `pred`, don't know\n    // whether `from` does.\n    var dir = from > to ? -1 : 1;\n    for (;;) {\n      if (from == to) { return from }\n      var midF = (from + to) / 2, mid = dir < 0 ? Math.ceil(midF) : Math.floor(midF);\n      if (mid == from) { return pred(mid) ? from : to }\n      if (pred(mid)) { to = mid; }\n      else { from = mid + dir; }\n    }\n  }\n\n  // BIDI HELPERS\n\n  function iterateBidiSections(order, from, to, f) {\n    if (!order) { return f(from, to, \"ltr\", 0) }\n    var found = false;\n    for (var i = 0; i < order.length; ++i) {\n      var part = order[i];\n      if (part.from < to && part.to > from || from == to && part.to == from) {\n        f(Math.max(part.from, from), Math.min(part.to, to), part.level == 1 ? \"rtl\" : \"ltr\", i);\n        found = true;\n      }\n    }\n    if (!found) { f(from, to, \"ltr\"); }\n  }\n\n  var bidiOther = null;\n  function getBidiPartAt(order, ch, sticky) {\n    var found;\n    bidiOther = null;\n    for (var i = 0; i < order.length; ++i) {\n      var cur = order[i];\n      if (cur.from < ch && cur.to > ch) { return i }\n      if (cur.to == ch) {\n        if (cur.from != cur.to && sticky == \"before\") { found = i; }\n        else { bidiOther = i; }\n      }\n      if (cur.from == ch) {\n        if (cur.from != cur.to && sticky != \"before\") { found = i; }\n        else { bidiOther = i; }\n      }\n    }\n    return found != null ? found : bidiOther\n  }\n\n  // Bidirectional ordering algorithm\n  // See http://unicode.org/reports/tr9/tr9-13.html for the algorithm\n  // that this (partially) implements.\n\n  // One-char codes used for character types:\n  // L (L):   Left-to-Right\n  // R (R):   Right-to-Left\n  // r (AL):  Right-to-Left Arabic\n  // 1 (EN):  European Number\n  // + (ES):  European Number Separator\n  // % (ET):  European Number Terminator\n  // n (AN):  Arabic Number\n  // , (CS):  Common Number Separator\n  // m (NSM): Non-Spacing Mark\n  // b (BN):  Boundary Neutral\n  // s (B):   Paragraph Separator\n  // t (S):   Segment Separator\n  // w (WS):  Whitespace\n  // N (ON):  Other Neutrals\n\n  // Returns null if characters are ordered as they appear\n  // (left-to-right), or an array of sections ({from, to, level}\n  // objects) in the order in which they occur visually.\n  var bidiOrdering = (function() {\n    // Character types for codepoints 0 to 0xff\n    var lowTypes = \"bbbbbbbbbtstwsbbbbbbbbbbbbbbssstwNN%%%NNNNNN,N,N1111111111NNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLNNNNbbbbbbsbbbbbbbbbbbbbbbbbbbbbbbbbb,N%%%%NNNNLNNNNN%%11NLNNN1LNNNNNLLLLLLLLLLLLLLLLLLLLLLLNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLN\";\n    // Character types for codepoints 0x600 to 0x6f9\n    var arabicTypes = \"nnnnnnNNr%%r,rNNmmmmmmmmmmmrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrmmmmmmmmmmmmmmmmmmmmmnnnnnnnnnn%nnrrrmrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrmmmmmmmnNmmmmmmrrmmNmmmmrr1111111111\";\n    function charType(code) {\n      if (code <= 0xf7) { return lowTypes.charAt(code) }\n      else if (0x590 <= code && code <= 0x5f4) { return \"R\" }\n      else if (0x600 <= code && code <= 0x6f9) { return arabicTypes.charAt(code - 0x600) }\n      else if (0x6ee <= code && code <= 0x8ac) { return \"r\" }\n      else if (0x2000 <= code && code <= 0x200b) { return \"w\" }\n      else if (code == 0x200c) { return \"b\" }\n      else { return \"L\" }\n    }\n\n    var bidiRE = /[\\u0590-\\u05f4\\u0600-\\u06ff\\u0700-\\u08ac]/;\n    var isNeutral = /[stwN]/, isStrong = /[LRr]/, countsAsLeft = /[Lb1n]/, countsAsNum = /[1n]/;\n\n    function BidiSpan(level, from, to) {\n      this.level = level;\n      this.from = from; this.to = to;\n    }\n\n    return function(str, direction) {\n      var outerType = direction == \"ltr\" ? \"L\" : \"R\";\n\n      if (str.length == 0 || direction == \"ltr\" && !bidiRE.test(str)) { return false }\n      var len = str.length, types = [];\n      for (var i = 0; i < len; ++i)\n        { types.push(charType(str.charCodeAt(i))); }\n\n      // W1. Examine each non-spacing mark (NSM) in the level run, and\n      // change the type of the NSM to the type of the previous\n      // character. If the NSM is at the start of the level run, it will\n      // get the type of sor.\n      for (var i$1 = 0, prev = outerType; i$1 < len; ++i$1) {\n        var type = types[i$1];\n        if (type == \"m\") { types[i$1] = prev; }\n        else { prev = type; }\n      }\n\n      // W2. Search backwards from each instance of a European number\n      // until the first strong type (R, L, AL, or sor) is found. If an\n      // AL is found, change the type of the European number to Arabic\n      // number.\n      // W3. Change all ALs to R.\n      for (var i$2 = 0, cur = outerType; i$2 < len; ++i$2) {\n        var type$1 = types[i$2];\n        if (type$1 == \"1\" && cur == \"r\") { types[i$2] = \"n\"; }\n        else if (isStrong.test(type$1)) { cur = type$1; if (type$1 == \"r\") { types[i$2] = \"R\"; } }\n      }\n\n      // W4. A single European separator between two European numbers\n      // changes to a European number. A single common separator between\n      // two numbers of the same type changes to that type.\n      for (var i$3 = 1, prev$1 = types[0]; i$3 < len - 1; ++i$3) {\n        var type$2 = types[i$3];\n        if (type$2 == \"+\" && prev$1 == \"1\" && types[i$3+1] == \"1\") { types[i$3] = \"1\"; }\n        else if (type$2 == \",\" && prev$1 == types[i$3+1] &&\n                 (prev$1 == \"1\" || prev$1 == \"n\")) { types[i$3] = prev$1; }\n        prev$1 = type$2;\n      }\n\n      // W5. A sequence of European terminators adjacent to European\n      // numbers changes to all European numbers.\n      // W6. Otherwise, separators and terminators change to Other\n      // Neutral.\n      for (var i$4 = 0; i$4 < len; ++i$4) {\n        var type$3 = types[i$4];\n        if (type$3 == \",\") { types[i$4] = \"N\"; }\n        else if (type$3 == \"%\") {\n          var end = (void 0);\n          for (end = i$4 + 1; end < len && types[end] == \"%\"; ++end) {}\n          var replace = (i$4 && types[i$4-1] == \"!\") || (end < len && types[end] == \"1\") ? \"1\" : \"N\";\n          for (var j = i$4; j < end; ++j) { types[j] = replace; }\n          i$4 = end - 1;\n        }\n      }\n\n      // W7. Search backwards from each instance of a European number\n      // until the first strong type (R, L, or sor) is found. If an L is\n      // found, then change the type of the European number to L.\n      for (var i$5 = 0, cur$1 = outerType; i$5 < len; ++i$5) {\n        var type$4 = types[i$5];\n        if (cur$1 == \"L\" && type$4 == \"1\") { types[i$5] = \"L\"; }\n        else if (isStrong.test(type$4)) { cur$1 = type$4; }\n      }\n\n      // N1. A sequence of neutrals takes the direction of the\n      // surrounding strong text if the text on both sides has the same\n      // direction. European and Arabic numbers act as if they were R in\n      // terms of their influence on neutrals. Start-of-level-run (sor)\n      // and end-of-level-run (eor) are used at level run boundaries.\n      // N2. Any remaining neutrals take the embedding direction.\n      for (var i$6 = 0; i$6 < len; ++i$6) {\n        if (isNeutral.test(types[i$6])) {\n          var end$1 = (void 0);\n          for (end$1 = i$6 + 1; end$1 < len && isNeutral.test(types[end$1]); ++end$1) {}\n          var before = (i$6 ? types[i$6-1] : outerType) == \"L\";\n          var after = (end$1 < len ? types[end$1] : outerType) == \"L\";\n          var replace$1 = before == after ? (before ? \"L\" : \"R\") : outerType;\n          for (var j$1 = i$6; j$1 < end$1; ++j$1) { types[j$1] = replace$1; }\n          i$6 = end$1 - 1;\n        }\n      }\n\n      // Here we depart from the documented algorithm, in order to avoid\n      // building up an actual levels array. Since there are only three\n      // levels (0, 1, 2) in an implementation that doesn't take\n      // explicit embedding into account, we can build up the order on\n      // the fly, without following the level-based algorithm.\n      var order = [], m;\n      for (var i$7 = 0; i$7 < len;) {\n        if (countsAsLeft.test(types[i$7])) {\n          var start = i$7;\n          for (++i$7; i$7 < len && countsAsLeft.test(types[i$7]); ++i$7) {}\n          order.push(new BidiSpan(0, start, i$7));\n        } else {\n          var pos = i$7, at = order.length, isRTL = direction == \"rtl\" ? 1 : 0;\n          for (++i$7; i$7 < len && types[i$7] != \"L\"; ++i$7) {}\n          for (var j$2 = pos; j$2 < i$7;) {\n            if (countsAsNum.test(types[j$2])) {\n              if (pos < j$2) { order.splice(at, 0, new BidiSpan(1, pos, j$2)); at += isRTL; }\n              var nstart = j$2;\n              for (++j$2; j$2 < i$7 && countsAsNum.test(types[j$2]); ++j$2) {}\n              order.splice(at, 0, new BidiSpan(2, nstart, j$2));\n              at += isRTL;\n              pos = j$2;\n            } else { ++j$2; }\n          }\n          if (pos < i$7) { order.splice(at, 0, new BidiSpan(1, pos, i$7)); }\n        }\n      }\n      if (direction == \"ltr\") {\n        if (order[0].level == 1 && (m = str.match(/^\\s+/))) {\n          order[0].from = m[0].length;\n          order.unshift(new BidiSpan(0, 0, m[0].length));\n        }\n        if (lst(order).level == 1 && (m = str.match(/\\s+$/))) {\n          lst(order).to -= m[0].length;\n          order.push(new BidiSpan(0, len - m[0].length, len));\n        }\n      }\n\n      return direction == \"rtl\" ? order.reverse() : order\n    }\n  })();\n\n  // Get the bidi ordering for the given line (and cache it). Returns\n  // false for lines that are fully left-to-right, and an array of\n  // BidiSpan objects otherwise.\n  function getOrder(line, direction) {\n    var order = line.order;\n    if (order == null) { order = line.order = bidiOrdering(line.text, direction); }\n    return order\n  }\n\n  // EVENT HANDLING\n\n  // Lightweight event framework. on/off also work on DOM nodes,\n  // registering native DOM handlers.\n\n  var noHandlers = [];\n\n  var on = function(emitter, type, f) {\n    if (emitter.addEventListener) {\n      emitter.addEventListener(type, f, false);\n    } else if (emitter.attachEvent) {\n      emitter.attachEvent(\"on\" + type, f);\n    } else {\n      var map = emitter._handlers || (emitter._handlers = {});\n      map[type] = (map[type] || noHandlers).concat(f);\n    }\n  };\n\n  function getHandlers(emitter, type) {\n    return emitter._handlers && emitter._handlers[type] || noHandlers\n  }\n\n  function off(emitter, type, f) {\n    if (emitter.removeEventListener) {\n      emitter.removeEventListener(type, f, false);\n    } else if (emitter.detachEvent) {\n      emitter.detachEvent(\"on\" + type, f);\n    } else {\n      var map = emitter._handlers, arr = map && map[type];\n      if (arr) {\n        var index = indexOf(arr, f);\n        if (index > -1)\n          { map[type] = arr.slice(0, index).concat(arr.slice(index + 1)); }\n      }\n    }\n  }\n\n  function signal(emitter, type /*, values...*/) {\n    var handlers = getHandlers(emitter, type);\n    if (!handlers.length) { return }\n    var args = Array.prototype.slice.call(arguments, 2);\n    for (var i = 0; i < handlers.length; ++i) { handlers[i].apply(null, args); }\n  }\n\n  // The DOM events that CodeMirror handles can be overridden by\n  // registering a (non-DOM) handler on the editor for the event name,\n  // and preventDefault-ing the event in that handler.\n  function signalDOMEvent(cm, e, override) {\n    if (typeof e == \"string\")\n      { e = {type: e, preventDefault: function() { this.defaultPrevented = true; }}; }\n    signal(cm, override || e.type, cm, e);\n    return e_defaultPrevented(e) || e.codemirrorIgnore\n  }\n\n  function signalCursorActivity(cm) {\n    var arr = cm._handlers && cm._handlers.cursorActivity;\n    if (!arr) { return }\n    var set = cm.curOp.cursorActivityHandlers || (cm.curOp.cursorActivityHandlers = []);\n    for (var i = 0; i < arr.length; ++i) { if (indexOf(set, arr[i]) == -1)\n      { set.push(arr[i]); } }\n  }\n\n  function hasHandler(emitter, type) {\n    return getHandlers(emitter, type).length > 0\n  }\n\n  // Add on and off methods to a constructor's prototype, to make\n  // registering events on such objects more convenient.\n  function eventMixin(ctor) {\n    ctor.prototype.on = function(type, f) {on(this, type, f);};\n    ctor.prototype.off = function(type, f) {off(this, type, f);};\n  }\n\n  // Due to the fact that we still support jurassic IE versions, some\n  // compatibility wrappers are needed.\n\n  function e_preventDefault(e) {\n    if (e.preventDefault) { e.preventDefault(); }\n    else { e.returnValue = false; }\n  }\n  function e_stopPropagation(e) {\n    if (e.stopPropagation) { e.stopPropagation(); }\n    else { e.cancelBubble = true; }\n  }\n  function e_defaultPrevented(e) {\n    return e.defaultPrevented != null ? e.defaultPrevented : e.returnValue == false\n  }\n  function e_stop(e) {e_preventDefault(e); e_stopPropagation(e);}\n\n  function e_target(e) {return e.target || e.srcElement}\n  function e_button(e) {\n    var b = e.which;\n    if (b == null) {\n      if (e.button & 1) { b = 1; }\n      else if (e.button & 2) { b = 3; }\n      else if (e.button & 4) { b = 2; }\n    }\n    if (mac && e.ctrlKey && b == 1) { b = 3; }\n    return b\n  }\n\n  // Detect drag-and-drop\n  var dragAndDrop = function() {\n    // There is *some* kind of drag-and-drop support in IE6-8, but I\n    // couldn't get it to work yet.\n    if (ie && ie_version < 9) { return false }\n    var div = elt('div');\n    return \"draggable\" in div || \"dragDrop\" in div\n  }();\n\n  var zwspSupported;\n  function zeroWidthElement(measure) {\n    if (zwspSupported == null) {\n      var test = elt(\"span\", \"\\u200b\");\n      removeChildrenAndAdd(measure, elt(\"span\", [test, document.createTextNode(\"x\")]));\n      if (measure.firstChild.offsetHeight != 0)\n        { zwspSupported = test.offsetWidth <= 1 && test.offsetHeight > 2 && !(ie && ie_version < 8); }\n    }\n    var node = zwspSupported ? elt(\"span\", \"\\u200b\") :\n      elt(\"span\", \"\\u00a0\", null, \"display: inline-block; width: 1px; margin-right: -1px\");\n    node.setAttribute(\"cm-text\", \"\");\n    return node\n  }\n\n  // Feature-detect IE's crummy client rect reporting for bidi text\n  var badBidiRects;\n  function hasBadBidiRects(measure) {\n    if (badBidiRects != null) { return badBidiRects }\n    var txt = removeChildrenAndAdd(measure, document.createTextNode(\"A\\u062eA\"));\n    var r0 = range(txt, 0, 1).getBoundingClientRect();\n    var r1 = range(txt, 1, 2).getBoundingClientRect();\n    removeChildren(measure);\n    if (!r0 || r0.left == r0.right) { return false } // Safari returns null in some cases (#2780)\n    return badBidiRects = (r1.right - r0.right < 3)\n  }\n\n  // See if \"\".split is the broken IE version, if so, provide an\n  // alternative way to split lines.\n  var splitLinesAuto = \"\\n\\nb\".split(/\\n/).length != 3 ? function (string) {\n    var pos = 0, result = [], l = string.length;\n    while (pos <= l) {\n      var nl = string.indexOf(\"\\n\", pos);\n      if (nl == -1) { nl = string.length; }\n      var line = string.slice(pos, string.charAt(nl - 1) == \"\\r\" ? nl - 1 : nl);\n      var rt = line.indexOf(\"\\r\");\n      if (rt != -1) {\n        result.push(line.slice(0, rt));\n        pos += rt + 1;\n      } else {\n        result.push(line);\n        pos = nl + 1;\n      }\n    }\n    return result\n  } : function (string) { return string.split(/\\r\\n?|\\n/); };\n\n  var hasSelection = window.getSelection ? function (te) {\n    try { return te.selectionStart != te.selectionEnd }\n    catch(e) { return false }\n  } : function (te) {\n    var range;\n    try {range = te.ownerDocument.selection.createRange();}\n    catch(e) {}\n    if (!range || range.parentElement() != te) { return false }\n    return range.compareEndPoints(\"StartToEnd\", range) != 0\n  };\n\n  var hasCopyEvent = (function () {\n    var e = elt(\"div\");\n    if (\"oncopy\" in e) { return true }\n    e.setAttribute(\"oncopy\", \"return;\");\n    return typeof e.oncopy == \"function\"\n  })();\n\n  var badZoomedRects = null;\n  function hasBadZoomedRects(measure) {\n    if (badZoomedRects != null) { return badZoomedRects }\n    var node = removeChildrenAndAdd(measure, elt(\"span\", \"x\"));\n    var normal = node.getBoundingClientRect();\n    var fromRange = range(node, 0, 1).getBoundingClientRect();\n    return badZoomedRects = Math.abs(normal.left - fromRange.left) > 1\n  }\n\n  // Known modes, by name and by MIME\n  var modes = {}, mimeModes = {};\n\n  // Extra arguments are stored as the mode's dependencies, which is\n  // used by (legacy) mechanisms like loadmode.js to automatically\n  // load a mode. (Preferred mechanism is the require/define calls.)\n  function defineMode(name, mode) {\n    if (arguments.length > 2)\n      { mode.dependencies = Array.prototype.slice.call(arguments, 2); }\n    modes[name] = mode;\n  }\n\n  function defineMIME(mime, spec) {\n    mimeModes[mime] = spec;\n  }\n\n  // Given a MIME type, a {name, ...options} config object, or a name\n  // string, return a mode config object.\n  function resolveMode(spec) {\n    if (typeof spec == \"string\" && mimeModes.hasOwnProperty(spec)) {\n      spec = mimeModes[spec];\n    } else if (spec && typeof spec.name == \"string\" && mimeModes.hasOwnProperty(spec.name)) {\n      var found = mimeModes[spec.name];\n      if (typeof found == \"string\") { found = {name: found}; }\n      spec = createObj(found, spec);\n      spec.name = found.name;\n    } else if (typeof spec == \"string\" && /^[\\w\\-]+\\/[\\w\\-]+\\+xml$/.test(spec)) {\n      return resolveMode(\"application/xml\")\n    } else if (typeof spec == \"string\" && /^[\\w\\-]+\\/[\\w\\-]+\\+json$/.test(spec)) {\n      return resolveMode(\"application/json\")\n    }\n    if (typeof spec == \"string\") { return {name: spec} }\n    else { return spec || {name: \"null\"} }\n  }\n\n  // Given a mode spec (anything that resolveMode accepts), find and\n  // initialize an actual mode object.\n  function getMode(options, spec) {\n    spec = resolveMode(spec);\n    var mfactory = modes[spec.name];\n    if (!mfactory) { return getMode(options, \"text/plain\") }\n    var modeObj = mfactory(options, spec);\n    if (modeExtensions.hasOwnProperty(spec.name)) {\n      var exts = modeExtensions[spec.name];\n      for (var prop in exts) {\n        if (!exts.hasOwnProperty(prop)) { continue }\n        if (modeObj.hasOwnProperty(prop)) { modeObj[\"_\" + prop] = modeObj[prop]; }\n        modeObj[prop] = exts[prop];\n      }\n    }\n    modeObj.name = spec.name;\n    if (spec.helperType) { modeObj.helperType = spec.helperType; }\n    if (spec.modeProps) { for (var prop$1 in spec.modeProps)\n      { modeObj[prop$1] = spec.modeProps[prop$1]; } }\n\n    return modeObj\n  }\n\n  // This can be used to attach properties to mode objects from\n  // outside the actual mode definition.\n  var modeExtensions = {};\n  function extendMode(mode, properties) {\n    var exts = modeExtensions.hasOwnProperty(mode) ? modeExtensions[mode] : (modeExtensions[mode] = {});\n    copyObj(properties, exts);\n  }\n\n  function copyState(mode, state) {\n    if (state === true) { return state }\n    if (mode.copyState) { return mode.copyState(state) }\n    var nstate = {};\n    for (var n in state) {\n      var val = state[n];\n      if (val instanceof Array) { val = val.concat([]); }\n      nstate[n] = val;\n    }\n    return nstate\n  }\n\n  // Given a mode and a state (for that mode), find the inner mode and\n  // state at the position that the state refers to.\n  function innerMode(mode, state) {\n    var info;\n    while (mode.innerMode) {\n      info = mode.innerMode(state);\n      if (!info || info.mode == mode) { break }\n      state = info.state;\n      mode = info.mode;\n    }\n    return info || {mode: mode, state: state}\n  }\n\n  function startState(mode, a1, a2) {\n    return mode.startState ? mode.startState(a1, a2) : true\n  }\n\n  // STRING STREAM\n\n  // Fed to the mode parsers, provides helper functions to make\n  // parsers more succinct.\n\n  var StringStream = function(string, tabSize, lineOracle) {\n    this.pos = this.start = 0;\n    this.string = string;\n    this.tabSize = tabSize || 8;\n    this.lastColumnPos = this.lastColumnValue = 0;\n    this.lineStart = 0;\n    this.lineOracle = lineOracle;\n  };\n\n  StringStream.prototype.eol = function () {return this.pos >= this.string.length};\n  StringStream.prototype.sol = function () {return this.pos == this.lineStart};\n  StringStream.prototype.peek = function () {return this.string.charAt(this.pos) || undefined};\n  StringStream.prototype.next = function () {\n    if (this.pos < this.string.length)\n      { return this.string.charAt(this.pos++) }\n  };\n  StringStream.prototype.eat = function (match) {\n    var ch = this.string.charAt(this.pos);\n    var ok;\n    if (typeof match == \"string\") { ok = ch == match; }\n    else { ok = ch && (match.test ? match.test(ch) : match(ch)); }\n    if (ok) {++this.pos; return ch}\n  };\n  StringStream.prototype.eatWhile = function (match) {\n    var start = this.pos;\n    while (this.eat(match)){}\n    return this.pos > start\n  };\n  StringStream.prototype.eatSpace = function () {\n    var start = this.pos;\n    while (/[\\s\\u00a0]/.test(this.string.charAt(this.pos))) { ++this.pos; }\n    return this.pos > start\n  };\n  StringStream.prototype.skipToEnd = function () {this.pos = this.string.length;};\n  StringStream.prototype.skipTo = function (ch) {\n    var found = this.string.indexOf(ch, this.pos);\n    if (found > -1) {this.pos = found; return true}\n  };\n  StringStream.prototype.backUp = function (n) {this.pos -= n;};\n  StringStream.prototype.column = function () {\n    if (this.lastColumnPos < this.start) {\n      this.lastColumnValue = countColumn(this.string, this.start, this.tabSize, this.lastColumnPos, this.lastColumnValue);\n      this.lastColumnPos = this.start;\n    }\n    return this.lastColumnValue - (this.lineStart ? countColumn(this.string, this.lineStart, this.tabSize) : 0)\n  };\n  StringStream.prototype.indentation = function () {\n    return countColumn(this.string, null, this.tabSize) -\n      (this.lineStart ? countColumn(this.string, this.lineStart, this.tabSize) : 0)\n  };\n  StringStream.prototype.match = function (pattern, consume, caseInsensitive) {\n    if (typeof pattern == \"string\") {\n      var cased = function (str) { return caseInsensitive ? str.toLowerCase() : str; };\n      var substr = this.string.substr(this.pos, pattern.length);\n      if (cased(substr) == cased(pattern)) {\n        if (consume !== false) { this.pos += pattern.length; }\n        return true\n      }\n    } else {\n      var match = this.string.slice(this.pos).match(pattern);\n      if (match && match.index > 0) { return null }\n      if (match && consume !== false) { this.pos += match[0].length; }\n      return match\n    }\n  };\n  StringStream.prototype.current = function (){return this.string.slice(this.start, this.pos)};\n  StringStream.prototype.hideFirstChars = function (n, inner) {\n    this.lineStart += n;\n    try { return inner() }\n    finally { this.lineStart -= n; }\n  };\n  StringStream.prototype.lookAhead = function (n) {\n    var oracle = this.lineOracle;\n    return oracle && oracle.lookAhead(n)\n  };\n  StringStream.prototype.baseToken = function () {\n    var oracle = this.lineOracle;\n    return oracle && oracle.baseToken(this.pos)\n  };\n\n  // Find the line object corresponding to the given line number.\n  function getLine(doc, n) {\n    n -= doc.first;\n    if (n < 0 || n >= doc.size) { throw new Error(\"There is no line \" + (n + doc.first) + \" in the document.\") }\n    var chunk = doc;\n    while (!chunk.lines) {\n      for (var i = 0;; ++i) {\n        var child = chunk.children[i], sz = child.chunkSize();\n        if (n < sz) { chunk = child; break }\n        n -= sz;\n      }\n    }\n    return chunk.lines[n]\n  }\n\n  // Get the part of a document between two positions, as an array of\n  // strings.\n  function getBetween(doc, start, end) {\n    var out = [], n = start.line;\n    doc.iter(start.line, end.line + 1, function (line) {\n      var text = line.text;\n      if (n == end.line) { text = text.slice(0, end.ch); }\n      if (n == start.line) { text = text.slice(start.ch); }\n      out.push(text);\n      ++n;\n    });\n    return out\n  }\n  // Get the lines between from and to, as array of strings.\n  function getLines(doc, from, to) {\n    var out = [];\n    doc.iter(from, to, function (line) { out.push(line.text); }); // iter aborts when callback returns truthy value\n    return out\n  }\n\n  // Update the height of a line, propagating the height change\n  // upwards to parent nodes.\n  function updateLineHeight(line, height) {\n    var diff = height - line.height;\n    if (diff) { for (var n = line; n; n = n.parent) { n.height += diff; } }\n  }\n\n  // Given a line object, find its line number by walking up through\n  // its parent links.\n  function lineNo(line) {\n    if (line.parent == null) { return null }\n    var cur = line.parent, no = indexOf(cur.lines, line);\n    for (var chunk = cur.parent; chunk; cur = chunk, chunk = chunk.parent) {\n      for (var i = 0;; ++i) {\n        if (chunk.children[i] == cur) { break }\n        no += chunk.children[i].chunkSize();\n      }\n    }\n    return no + cur.first\n  }\n\n  // Find the line at the given vertical position, using the height\n  // information in the document tree.\n  function lineAtHeight(chunk, h) {\n    var n = chunk.first;\n    outer: do {\n      for (var i$1 = 0; i$1 < chunk.children.length; ++i$1) {\n        var child = chunk.children[i$1], ch = child.height;\n        if (h < ch) { chunk = child; continue outer }\n        h -= ch;\n        n += child.chunkSize();\n      }\n      return n\n    } while (!chunk.lines)\n    var i = 0;\n    for (; i < chunk.lines.length; ++i) {\n      var line = chunk.lines[i], lh = line.height;\n      if (h < lh) { break }\n      h -= lh;\n    }\n    return n + i\n  }\n\n  function isLine(doc, l) {return l >= doc.first && l < doc.first + doc.size}\n\n  function lineNumberFor(options, i) {\n    return String(options.lineNumberFormatter(i + options.firstLineNumber))\n  }\n\n  // A Pos instance represents a position within the text.\n  function Pos(line, ch, sticky) {\n    if ( sticky === void 0 ) sticky = null;\n\n    if (!(this instanceof Pos)) { return new Pos(line, ch, sticky) }\n    this.line = line;\n    this.ch = ch;\n    this.sticky = sticky;\n  }\n\n  // Compare two positions, return 0 if they are the same, a negative\n  // number when a is less, and a positive number otherwise.\n  function cmp(a, b) { return a.line - b.line || a.ch - b.ch }\n\n  function equalCursorPos(a, b) { return a.sticky == b.sticky && cmp(a, b) == 0 }\n\n  function copyPos(x) {return Pos(x.line, x.ch)}\n  function maxPos(a, b) { return cmp(a, b) < 0 ? b : a }\n  function minPos(a, b) { return cmp(a, b) < 0 ? a : b }\n\n  // Most of the external API clips given positions to make sure they\n  // actually exist within the document.\n  function clipLine(doc, n) {return Math.max(doc.first, Math.min(n, doc.first + doc.size - 1))}\n  function clipPos(doc, pos) {\n    if (pos.line < doc.first) { return Pos(doc.first, 0) }\n    var last = doc.first + doc.size - 1;\n    if (pos.line > last) { return Pos(last, getLine(doc, last).text.length) }\n    return clipToLen(pos, getLine(doc, pos.line).text.length)\n  }\n  function clipToLen(pos, linelen) {\n    var ch = pos.ch;\n    if (ch == null || ch > linelen) { return Pos(pos.line, linelen) }\n    else if (ch < 0) { return Pos(pos.line, 0) }\n    else { return pos }\n  }\n  function clipPosArray(doc, array) {\n    var out = [];\n    for (var i = 0; i < array.length; i++) { out[i] = clipPos(doc, array[i]); }\n    return out\n  }\n\n  var SavedContext = function(state, lookAhead) {\n    this.state = state;\n    this.lookAhead = lookAhead;\n  };\n\n  var Context = function(doc, state, line, lookAhead) {\n    this.state = state;\n    this.doc = doc;\n    this.line = line;\n    this.maxLookAhead = lookAhead || 0;\n    this.baseTokens = null;\n    this.baseTokenPos = 1;\n  };\n\n  Context.prototype.lookAhead = function (n) {\n    var line = this.doc.getLine(this.line + n);\n    if (line != null && n > this.maxLookAhead) { this.maxLookAhead = n; }\n    return line\n  };\n\n  Context.prototype.baseToken = function (n) {\n    if (!this.baseTokens) { return null }\n    while (this.baseTokens[this.baseTokenPos] <= n)\n      { this.baseTokenPos += 2; }\n    var type = this.baseTokens[this.baseTokenPos + 1];\n    return {type: type && type.replace(/( |^)overlay .*/, \"\"),\n            size: this.baseTokens[this.baseTokenPos] - n}\n  };\n\n  Context.prototype.nextLine = function () {\n    this.line++;\n    if (this.maxLookAhead > 0) { this.maxLookAhead--; }\n  };\n\n  Context.fromSaved = function (doc, saved, line) {\n    if (saved instanceof SavedContext)\n      { return new Context(doc, copyState(doc.mode, saved.state), line, saved.lookAhead) }\n    else\n      { return new Context(doc, copyState(doc.mode, saved), line) }\n  };\n\n  Context.prototype.save = function (copy) {\n    var state = copy !== false ? copyState(this.doc.mode, this.state) : this.state;\n    return this.maxLookAhead > 0 ? new SavedContext(state, this.maxLookAhead) : state\n  };\n\n\n  // Compute a style array (an array starting with a mode generation\n  // -- for invalidation -- followed by pairs of end positions and\n  // style strings), which is used to highlight the tokens on the\n  // line.\n  function highlightLine(cm, line, context, forceToEnd) {\n    // A styles array always starts with a number identifying the\n    // mode/overlays that it is based on (for easy invalidation).\n    var st = [cm.state.modeGen], lineClasses = {};\n    // Compute the base array of styles\n    runMode(cm, line.text, cm.doc.mode, context, function (end, style) { return st.push(end, style); },\n            lineClasses, forceToEnd);\n    var state = context.state;\n\n    // Run overlays, adjust style array.\n    var loop = function ( o ) {\n      context.baseTokens = st;\n      var overlay = cm.state.overlays[o], i = 1, at = 0;\n      context.state = true;\n      runMode(cm, line.text, overlay.mode, context, function (end, style) {\n        var start = i;\n        // Ensure there's a token end at the current position, and that i points at it\n        while (at < end) {\n          var i_end = st[i];\n          if (i_end > end)\n            { st.splice(i, 1, end, st[i+1], i_end); }\n          i += 2;\n          at = Math.min(end, i_end);\n        }\n        if (!style) { return }\n        if (overlay.opaque) {\n          st.splice(start, i - start, end, \"overlay \" + style);\n          i = start + 2;\n        } else {\n          for (; start < i; start += 2) {\n            var cur = st[start+1];\n            st[start+1] = (cur ? cur + \" \" : \"\") + \"overlay \" + style;\n          }\n        }\n      }, lineClasses);\n      context.state = state;\n      context.baseTokens = null;\n      context.baseTokenPos = 1;\n    };\n\n    for (var o = 0; o < cm.state.overlays.length; ++o) loop( o );\n\n    return {styles: st, classes: lineClasses.bgClass || lineClasses.textClass ? lineClasses : null}\n  }\n\n  function getLineStyles(cm, line, updateFrontier) {\n    if (!line.styles || line.styles[0] != cm.state.modeGen) {\n      var context = getContextBefore(cm, lineNo(line));\n      var resetState = line.text.length > cm.options.maxHighlightLength && copyState(cm.doc.mode, context.state);\n      var result = highlightLine(cm, line, context);\n      if (resetState) { context.state = resetState; }\n      line.stateAfter = context.save(!resetState);\n      line.styles = result.styles;\n      if (result.classes) { line.styleClasses = result.classes; }\n      else if (line.styleClasses) { line.styleClasses = null; }\n      if (updateFrontier === cm.doc.highlightFrontier)\n        { cm.doc.modeFrontier = Math.max(cm.doc.modeFrontier, ++cm.doc.highlightFrontier); }\n    }\n    return line.styles\n  }\n\n  function getContextBefore(cm, n, precise) {\n    var doc = cm.doc, display = cm.display;\n    if (!doc.mode.startState) { return new Context(doc, true, n) }\n    var start = findStartLine(cm, n, precise);\n    var saved = start > doc.first && getLine(doc, start - 1).stateAfter;\n    var context = saved ? Context.fromSaved(doc, saved, start) : new Context(doc, startState(doc.mode), start);\n\n    doc.iter(start, n, function (line) {\n      processLine(cm, line.text, context);\n      var pos = context.line;\n      line.stateAfter = pos == n - 1 || pos % 5 == 0 || pos >= display.viewFrom && pos < display.viewTo ? context.save() : null;\n      context.nextLine();\n    });\n    if (precise) { doc.modeFrontier = context.line; }\n    return context\n  }\n\n  // Lightweight form of highlight -- proceed over this line and\n  // update state, but don't save a style array. Used for lines that\n  // aren't currently visible.\n  function processLine(cm, text, context, startAt) {\n    var mode = cm.doc.mode;\n    var stream = new StringStream(text, cm.options.tabSize, context);\n    stream.start = stream.pos = startAt || 0;\n    if (text == \"\") { callBlankLine(mode, context.state); }\n    while (!stream.eol()) {\n      readToken(mode, stream, context.state);\n      stream.start = stream.pos;\n    }\n  }\n\n  function callBlankLine(mode, state) {\n    if (mode.blankLine) { return mode.blankLine(state) }\n    if (!mode.innerMode) { return }\n    var inner = innerMode(mode, state);\n    if (inner.mode.blankLine) { return inner.mode.blankLine(inner.state) }\n  }\n\n  function readToken(mode, stream, state, inner) {\n    for (var i = 0; i < 10; i++) {\n      if (inner) { inner[0] = innerMode(mode, state).mode; }\n      var style = mode.token(stream, state);\n      if (stream.pos > stream.start) { return style }\n    }\n    throw new Error(\"Mode \" + mode.name + \" failed to advance stream.\")\n  }\n\n  var Token = function(stream, type, state) {\n    this.start = stream.start; this.end = stream.pos;\n    this.string = stream.current();\n    this.type = type || null;\n    this.state = state;\n  };\n\n  // Utility for getTokenAt and getLineTokens\n  function takeToken(cm, pos, precise, asArray) {\n    var doc = cm.doc, mode = doc.mode, style;\n    pos = clipPos(doc, pos);\n    var line = getLine(doc, pos.line), context = getContextBefore(cm, pos.line, precise);\n    var stream = new StringStream(line.text, cm.options.tabSize, context), tokens;\n    if (asArray) { tokens = []; }\n    while ((asArray || stream.pos < pos.ch) && !stream.eol()) {\n      stream.start = stream.pos;\n      style = readToken(mode, stream, context.state);\n      if (asArray) { tokens.push(new Token(stream, style, copyState(doc.mode, context.state))); }\n    }\n    return asArray ? tokens : new Token(stream, style, context.state)\n  }\n\n  function extractLineClasses(type, output) {\n    if (type) { for (;;) {\n      var lineClass = type.match(/(?:^|\\s+)line-(background-)?(\\S+)/);\n      if (!lineClass) { break }\n      type = type.slice(0, lineClass.index) + type.slice(lineClass.index + lineClass[0].length);\n      var prop = lineClass[1] ? \"bgClass\" : \"textClass\";\n      if (output[prop] == null)\n        { output[prop] = lineClass[2]; }\n      else if (!(new RegExp(\"(?:^|\\\\s)\" + lineClass[2] + \"(?:$|\\\\s)\")).test(output[prop]))\n        { output[prop] += \" \" + lineClass[2]; }\n    } }\n    return type\n  }\n\n  // Run the given mode's parser over a line, calling f for each token.\n  function runMode(cm, text, mode, context, f, lineClasses, forceToEnd) {\n    var flattenSpans = mode.flattenSpans;\n    if (flattenSpans == null) { flattenSpans = cm.options.flattenSpans; }\n    var curStart = 0, curStyle = null;\n    var stream = new StringStream(text, cm.options.tabSize, context), style;\n    var inner = cm.options.addModeClass && [null];\n    if (text == \"\") { extractLineClasses(callBlankLine(mode, context.state), lineClasses); }\n    while (!stream.eol()) {\n      if (stream.pos > cm.options.maxHighlightLength) {\n        flattenSpans = false;\n        if (forceToEnd) { processLine(cm, text, context, stream.pos); }\n        stream.pos = text.length;\n        style = null;\n      } else {\n        style = extractLineClasses(readToken(mode, stream, context.state, inner), lineClasses);\n      }\n      if (inner) {\n        var mName = inner[0].name;\n        if (mName) { style = \"m-\" + (style ? mName + \" \" + style : mName); }\n      }\n      if (!flattenSpans || curStyle != style) {\n        while (curStart < stream.start) {\n          curStart = Math.min(stream.start, curStart + 5000);\n          f(curStart, curStyle);\n        }\n        curStyle = style;\n      }\n      stream.start = stream.pos;\n    }\n    while (curStart < stream.pos) {\n      // Webkit seems to refuse to render text nodes longer than 57444\n      // characters, and returns inaccurate measurements in nodes\n      // starting around 5000 chars.\n      var pos = Math.min(stream.pos, curStart + 5000);\n      f(pos, curStyle);\n      curStart = pos;\n    }\n  }\n\n  // Finds the line to start with when starting a parse. Tries to\n  // find a line with a stateAfter, so that it can start with a\n  // valid state. If that fails, it returns the line with the\n  // smallest indentation, which tends to need the least context to\n  // parse correctly.\n  function findStartLine(cm, n, precise) {\n    var minindent, minline, doc = cm.doc;\n    var lim = precise ? -1 : n - (cm.doc.mode.innerMode ? 1000 : 100);\n    for (var search = n; search > lim; --search) {\n      if (search <= doc.first) { return doc.first }\n      var line = getLine(doc, search - 1), after = line.stateAfter;\n      if (after && (!precise || search + (after instanceof SavedContext ? after.lookAhead : 0) <= doc.modeFrontier))\n        { return search }\n      var indented = countColumn(line.text, null, cm.options.tabSize);\n      if (minline == null || minindent > indented) {\n        minline = search - 1;\n        minindent = indented;\n      }\n    }\n    return minline\n  }\n\n  function retreatFrontier(doc, n) {\n    doc.modeFrontier = Math.min(doc.modeFrontier, n);\n    if (doc.highlightFrontier < n - 10) { return }\n    var start = doc.first;\n    for (var line = n - 1; line > start; line--) {\n      var saved = getLine(doc, line).stateAfter;\n      // change is on 3\n      // state on line 1 looked ahead 2 -- so saw 3\n      // test 1 + 2 < 3 should cover this\n      if (saved && (!(saved instanceof SavedContext) || line + saved.lookAhead < n)) {\n        start = line + 1;\n        break\n      }\n    }\n    doc.highlightFrontier = Math.min(doc.highlightFrontier, start);\n  }\n\n  // Optimize some code when these features are not used.\n  var sawReadOnlySpans = false, sawCollapsedSpans = false;\n\n  function seeReadOnlySpans() {\n    sawReadOnlySpans = true;\n  }\n\n  function seeCollapsedSpans() {\n    sawCollapsedSpans = true;\n  }\n\n  // TEXTMARKER SPANS\n\n  function MarkedSpan(marker, from, to) {\n    this.marker = marker;\n    this.from = from; this.to = to;\n  }\n\n  // Search an array of spans for a span matching the given marker.\n  function getMarkedSpanFor(spans, marker) {\n    if (spans) { for (var i = 0; i < spans.length; ++i) {\n      var span = spans[i];\n      if (span.marker == marker) { return span }\n    } }\n  }\n\n  // Remove a span from an array, returning undefined if no spans are\n  // left (we don't store arrays for lines without spans).\n  function removeMarkedSpan(spans, span) {\n    var r;\n    for (var i = 0; i < spans.length; ++i)\n      { if (spans[i] != span) { (r || (r = [])).push(spans[i]); } }\n    return r\n  }\n\n  // Add a span to a line.\n  function addMarkedSpan(line, span, op) {\n    var inThisOp = op && window.WeakSet && (op.markedSpans || (op.markedSpans = new WeakSet));\n    if (inThisOp && line.markedSpans && inThisOp.has(line.markedSpans)) {\n      line.markedSpans.push(span);\n    } else {\n      line.markedSpans = line.markedSpans ? line.markedSpans.concat([span]) : [span];\n      if (inThisOp) { inThisOp.add(line.markedSpans); }\n    }\n    span.marker.attachLine(line);\n  }\n\n  // Used for the algorithm that adjusts markers for a change in the\n  // document. These functions cut an array of spans at a given\n  // character position, returning an array of remaining chunks (or\n  // undefined if nothing remains).\n  function markedSpansBefore(old, startCh, isInsert) {\n    var nw;\n    if (old) { for (var i = 0; i < old.length; ++i) {\n      var span = old[i], marker = span.marker;\n      var startsBefore = span.from == null || (marker.inclusiveLeft ? span.from <= startCh : span.from < startCh);\n      if (startsBefore || span.from == startCh && marker.type == \"bookmark\" && (!isInsert || !span.marker.insertLeft)) {\n        var endsAfter = span.to == null || (marker.inclusiveRight ? span.to >= startCh : span.to > startCh)\n        ;(nw || (nw = [])).push(new MarkedSpan(marker, span.from, endsAfter ? null : span.to));\n      }\n    } }\n    return nw\n  }\n  function markedSpansAfter(old, endCh, isInsert) {\n    var nw;\n    if (old) { for (var i = 0; i < old.length; ++i) {\n      var span = old[i], marker = span.marker;\n      var endsAfter = span.to == null || (marker.inclusiveRight ? span.to >= endCh : span.to > endCh);\n      if (endsAfter || span.from == endCh && marker.type == \"bookmark\" && (!isInsert || span.marker.insertLeft)) {\n        var startsBefore = span.from == null || (marker.inclusiveLeft ? span.from <= endCh : span.from < endCh)\n        ;(nw || (nw = [])).push(new MarkedSpan(marker, startsBefore ? null : span.from - endCh,\n                                              span.to == null ? null : span.to - endCh));\n      }\n    } }\n    return nw\n  }\n\n  // Given a change object, compute the new set of marker spans that\n  // cover the line in which the change took place. Removes spans\n  // entirely within the change, reconnects spans belonging to the\n  // same marker that appear on both sides of the change, and cuts off\n  // spans partially within the change. Returns an array of span\n  // arrays with one element for each line in (after) the change.\n  function stretchSpansOverChange(doc, change) {\n    if (change.full) { return null }\n    var oldFirst = isLine(doc, change.from.line) && getLine(doc, change.from.line).markedSpans;\n    var oldLast = isLine(doc, change.to.line) && getLine(doc, change.to.line).markedSpans;\n    if (!oldFirst && !oldLast) { return null }\n\n    var startCh = change.from.ch, endCh = change.to.ch, isInsert = cmp(change.from, change.to) == 0;\n    // Get the spans that 'stick out' on both sides\n    var first = markedSpansBefore(oldFirst, startCh, isInsert);\n    var last = markedSpansAfter(oldLast, endCh, isInsert);\n\n    // Next, merge those two ends\n    var sameLine = change.text.length == 1, offset = lst(change.text).length + (sameLine ? startCh : 0);\n    if (first) {\n      // Fix up .to properties of first\n      for (var i = 0; i < first.length; ++i) {\n        var span = first[i];\n        if (span.to == null) {\n          var found = getMarkedSpanFor(last, span.marker);\n          if (!found) { span.to = startCh; }\n          else if (sameLine) { span.to = found.to == null ? null : found.to + offset; }\n        }\n      }\n    }\n    if (last) {\n      // Fix up .from in last (or move them into first in case of sameLine)\n      for (var i$1 = 0; i$1 < last.length; ++i$1) {\n        var span$1 = last[i$1];\n        if (span$1.to != null) { span$1.to += offset; }\n        if (span$1.from == null) {\n          var found$1 = getMarkedSpanFor(first, span$1.marker);\n          if (!found$1) {\n            span$1.from = offset;\n            if (sameLine) { (first || (first = [])).push(span$1); }\n          }\n        } else {\n          span$1.from += offset;\n          if (sameLine) { (first || (first = [])).push(span$1); }\n        }\n      }\n    }\n    // Make sure we didn't create any zero-length spans\n    if (first) { first = clearEmptySpans(first); }\n    if (last && last != first) { last = clearEmptySpans(last); }\n\n    var newMarkers = [first];\n    if (!sameLine) {\n      // Fill gap with whole-line-spans\n      var gap = change.text.length - 2, gapMarkers;\n      if (gap > 0 && first)\n        { for (var i$2 = 0; i$2 < first.length; ++i$2)\n          { if (first[i$2].to == null)\n            { (gapMarkers || (gapMarkers = [])).push(new MarkedSpan(first[i$2].marker, null, null)); } } }\n      for (var i$3 = 0; i$3 < gap; ++i$3)\n        { newMarkers.push(gapMarkers); }\n      newMarkers.push(last);\n    }\n    return newMarkers\n  }\n\n  // Remove spans that are empty and don't have a clearWhenEmpty\n  // option of false.\n  function clearEmptySpans(spans) {\n    for (var i = 0; i < spans.length; ++i) {\n      var span = spans[i];\n      if (span.from != null && span.from == span.to && span.marker.clearWhenEmpty !== false)\n        { spans.splice(i--, 1); }\n    }\n    if (!spans.length) { return null }\n    return spans\n  }\n\n  // Used to 'clip' out readOnly ranges when making a change.\n  function removeReadOnlyRanges(doc, from, to) {\n    var markers = null;\n    doc.iter(from.line, to.line + 1, function (line) {\n      if (line.markedSpans) { for (var i = 0; i < line.markedSpans.length; ++i) {\n        var mark = line.markedSpans[i].marker;\n        if (mark.readOnly && (!markers || indexOf(markers, mark) == -1))\n          { (markers || (markers = [])).push(mark); }\n      } }\n    });\n    if (!markers) { return null }\n    var parts = [{from: from, to: to}];\n    for (var i = 0; i < markers.length; ++i) {\n      var mk = markers[i], m = mk.find(0);\n      for (var j = 0; j < parts.length; ++j) {\n        var p = parts[j];\n        if (cmp(p.to, m.from) < 0 || cmp(p.from, m.to) > 0) { continue }\n        var newParts = [j, 1], dfrom = cmp(p.from, m.from), dto = cmp(p.to, m.to);\n        if (dfrom < 0 || !mk.inclusiveLeft && !dfrom)\n          { newParts.push({from: p.from, to: m.from}); }\n        if (dto > 0 || !mk.inclusiveRight && !dto)\n          { newParts.push({from: m.to, to: p.to}); }\n        parts.splice.apply(parts, newParts);\n        j += newParts.length - 3;\n      }\n    }\n    return parts\n  }\n\n  // Connect or disconnect spans from a line.\n  function detachMarkedSpans(line) {\n    var spans = line.markedSpans;\n    if (!spans) { return }\n    for (var i = 0; i < spans.length; ++i)\n      { spans[i].marker.detachLine(line); }\n    line.markedSpans = null;\n  }\n  function attachMarkedSpans(line, spans) {\n    if (!spans) { return }\n    for (var i = 0; i < spans.length; ++i)\n      { spans[i].marker.attachLine(line); }\n    line.markedSpans = spans;\n  }\n\n  // Helpers used when computing which overlapping collapsed span\n  // counts as the larger one.\n  function extraLeft(marker) { return marker.inclusiveLeft ? -1 : 0 }\n  function extraRight(marker) { return marker.inclusiveRight ? 1 : 0 }\n\n  // Returns a number indicating which of two overlapping collapsed\n  // spans is larger (and thus includes the other). Falls back to\n  // comparing ids when the spans cover exactly the same range.\n  function compareCollapsedMarkers(a, b) {\n    var lenDiff = a.lines.length - b.lines.length;\n    if (lenDiff != 0) { return lenDiff }\n    var aPos = a.find(), bPos = b.find();\n    var fromCmp = cmp(aPos.from, bPos.from) || extraLeft(a) - extraLeft(b);\n    if (fromCmp) { return -fromCmp }\n    var toCmp = cmp(aPos.to, bPos.to) || extraRight(a) - extraRight(b);\n    if (toCmp) { return toCmp }\n    return b.id - a.id\n  }\n\n  // Find out whether a line ends or starts in a collapsed span. If\n  // so, return the marker for that span.\n  function collapsedSpanAtSide(line, start) {\n    var sps = sawCollapsedSpans && line.markedSpans, found;\n    if (sps) { for (var sp = (void 0), i = 0; i < sps.length; ++i) {\n      sp = sps[i];\n      if (sp.marker.collapsed && (start ? sp.from : sp.to) == null &&\n          (!found || compareCollapsedMarkers(found, sp.marker) < 0))\n        { found = sp.marker; }\n    } }\n    return found\n  }\n  function collapsedSpanAtStart(line) { return collapsedSpanAtSide(line, true) }\n  function collapsedSpanAtEnd(line) { return collapsedSpanAtSide(line, false) }\n\n  function collapsedSpanAround(line, ch) {\n    var sps = sawCollapsedSpans && line.markedSpans, found;\n    if (sps) { for (var i = 0; i < sps.length; ++i) {\n      var sp = sps[i];\n      if (sp.marker.collapsed && (sp.from == null || sp.from < ch) && (sp.to == null || sp.to > ch) &&\n          (!found || compareCollapsedMarkers(found, sp.marker) < 0)) { found = sp.marker; }\n    } }\n    return found\n  }\n\n  // Test whether there exists a collapsed span that partially\n  // overlaps (covers the start or end, but not both) of a new span.\n  // Such overlap is not allowed.\n  function conflictingCollapsedRange(doc, lineNo, from, to, marker) {\n    var line = getLine(doc, lineNo);\n    var sps = sawCollapsedSpans && line.markedSpans;\n    if (sps) { for (var i = 0; i < sps.length; ++i) {\n      var sp = sps[i];\n      if (!sp.marker.collapsed) { continue }\n      var found = sp.marker.find(0);\n      var fromCmp = cmp(found.from, from) || extraLeft(sp.marker) - extraLeft(marker);\n      var toCmp = cmp(found.to, to) || extraRight(sp.marker) - extraRight(marker);\n      if (fromCmp >= 0 && toCmp <= 0 || fromCmp <= 0 && toCmp >= 0) { continue }\n      if (fromCmp <= 0 && (sp.marker.inclusiveRight && marker.inclusiveLeft ? cmp(found.to, from) >= 0 : cmp(found.to, from) > 0) ||\n          fromCmp >= 0 && (sp.marker.inclusiveRight && marker.inclusiveLeft ? cmp(found.from, to) <= 0 : cmp(found.from, to) < 0))\n        { return true }\n    } }\n  }\n\n  // A visual line is a line as drawn on the screen. Folding, for\n  // example, can cause multiple logical lines to appear on the same\n  // visual line. This finds the start of the visual line that the\n  // given line is part of (usually that is the line itself).\n  function visualLine(line) {\n    var merged;\n    while (merged = collapsedSpanAtStart(line))\n      { line = merged.find(-1, true).line; }\n    return line\n  }\n\n  function visualLineEnd(line) {\n    var merged;\n    while (merged = collapsedSpanAtEnd(line))\n      { line = merged.find(1, true).line; }\n    return line\n  }\n\n  // Returns an array of logical lines that continue the visual line\n  // started by the argument, or undefined if there are no such lines.\n  function visualLineContinued(line) {\n    var merged, lines;\n    while (merged = collapsedSpanAtEnd(line)) {\n      line = merged.find(1, true).line\n      ;(lines || (lines = [])).push(line);\n    }\n    return lines\n  }\n\n  // Get the line number of the start of the visual line that the\n  // given line number is part of.\n  function visualLineNo(doc, lineN) {\n    var line = getLine(doc, lineN), vis = visualLine(line);\n    if (line == vis) { return lineN }\n    return lineNo(vis)\n  }\n\n  // Get the line number of the start of the next visual line after\n  // the given line.\n  function visualLineEndNo(doc, lineN) {\n    if (lineN > doc.lastLine()) { return lineN }\n    var line = getLine(doc, lineN), merged;\n    if (!lineIsHidden(doc, line)) { return lineN }\n    while (merged = collapsedSpanAtEnd(line))\n      { line = merged.find(1, true).line; }\n    return lineNo(line) + 1\n  }\n\n  // Compute whether a line is hidden. Lines count as hidden when they\n  // are part of a visual line that starts with another line, or when\n  // they are entirely covered by collapsed, non-widget span.\n  function lineIsHidden(doc, line) {\n    var sps = sawCollapsedSpans && line.markedSpans;\n    if (sps) { for (var sp = (void 0), i = 0; i < sps.length; ++i) {\n      sp = sps[i];\n      if (!sp.marker.collapsed) { continue }\n      if (sp.from == null) { return true }\n      if (sp.marker.widgetNode) { continue }\n      if (sp.from == 0 && sp.marker.inclusiveLeft && lineIsHiddenInner(doc, line, sp))\n        { return true }\n    } }\n  }\n  function lineIsHiddenInner(doc, line, span) {\n    if (span.to == null) {\n      var end = span.marker.find(1, true);\n      return lineIsHiddenInner(doc, end.line, getMarkedSpanFor(end.line.markedSpans, span.marker))\n    }\n    if (span.marker.inclusiveRight && span.to == line.text.length)\n      { return true }\n    for (var sp = (void 0), i = 0; i < line.markedSpans.length; ++i) {\n      sp = line.markedSpans[i];\n      if (sp.marker.collapsed && !sp.marker.widgetNode && sp.from == span.to &&\n          (sp.to == null || sp.to != span.from) &&\n          (sp.marker.inclusiveLeft || span.marker.inclusiveRight) &&\n          lineIsHiddenInner(doc, line, sp)) { return true }\n    }\n  }\n\n  // Find the height above the given line.\n  function heightAtLine(lineObj) {\n    lineObj = visualLine(lineObj);\n\n    var h = 0, chunk = lineObj.parent;\n    for (var i = 0; i < chunk.lines.length; ++i) {\n      var line = chunk.lines[i];\n      if (line == lineObj) { break }\n      else { h += line.height; }\n    }\n    for (var p = chunk.parent; p; chunk = p, p = chunk.parent) {\n      for (var i$1 = 0; i$1 < p.children.length; ++i$1) {\n        var cur = p.children[i$1];\n        if (cur == chunk) { break }\n        else { h += cur.height; }\n      }\n    }\n    return h\n  }\n\n  // Compute the character length of a line, taking into account\n  // collapsed ranges (see markText) that might hide parts, and join\n  // other lines onto it.\n  function lineLength(line) {\n    if (line.height == 0) { return 0 }\n    var len = line.text.length, merged, cur = line;\n    while (merged = collapsedSpanAtStart(cur)) {\n      var found = merged.find(0, true);\n      cur = found.from.line;\n      len += found.from.ch - found.to.ch;\n    }\n    cur = line;\n    while (merged = collapsedSpanAtEnd(cur)) {\n      var found$1 = merged.find(0, true);\n      len -= cur.text.length - found$1.from.ch;\n      cur = found$1.to.line;\n      len += cur.text.length - found$1.to.ch;\n    }\n    return len\n  }\n\n  // Find the longest line in the document.\n  function findMaxLine(cm) {\n    var d = cm.display, doc = cm.doc;\n    d.maxLine = getLine(doc, doc.first);\n    d.maxLineLength = lineLength(d.maxLine);\n    d.maxLineChanged = true;\n    doc.iter(function (line) {\n      var len = lineLength(line);\n      if (len > d.maxLineLength) {\n        d.maxLineLength = len;\n        d.maxLine = line;\n      }\n    });\n  }\n\n  // LINE DATA STRUCTURE\n\n  // Line objects. These hold state related to a line, including\n  // highlighting info (the styles array).\n  var Line = function(text, markedSpans, estimateHeight) {\n    this.text = text;\n    attachMarkedSpans(this, markedSpans);\n    this.height = estimateHeight ? estimateHeight(this) : 1;\n  };\n\n  Line.prototype.lineNo = function () { return lineNo(this) };\n  eventMixin(Line);\n\n  // Change the content (text, markers) of a line. Automatically\n  // invalidates cached information and tries to re-estimate the\n  // line's height.\n  function updateLine(line, text, markedSpans, estimateHeight) {\n    line.text = text;\n    if (line.stateAfter) { line.stateAfter = null; }\n    if (line.styles) { line.styles = null; }\n    if (line.order != null) { line.order = null; }\n    detachMarkedSpans(line);\n    attachMarkedSpans(line, markedSpans);\n    var estHeight = estimateHeight ? estimateHeight(line) : 1;\n    if (estHeight != line.height) { updateLineHeight(line, estHeight); }\n  }\n\n  // Detach a line from the document tree and its markers.\n  function cleanUpLine(line) {\n    line.parent = null;\n    detachMarkedSpans(line);\n  }\n\n  // Convert a style as returned by a mode (either null, or a string\n  // containing one or more styles) to a CSS style. This is cached,\n  // and also looks for line-wide styles.\n  var styleToClassCache = {}, styleToClassCacheWithMode = {};\n  function interpretTokenStyle(style, options) {\n    if (!style || /^\\s*$/.test(style)) { return null }\n    var cache = options.addModeClass ? styleToClassCacheWithMode : styleToClassCache;\n    return cache[style] ||\n      (cache[style] = style.replace(/\\S+/g, \"cm-$&\"))\n  }\n\n  // Render the DOM representation of the text of a line. Also builds\n  // up a 'line map', which points at the DOM nodes that represent\n  // specific stretches of text, and is used by the measuring code.\n  // The returned object contains the DOM node, this map, and\n  // information about line-wide styles that were set by the mode.\n  function buildLineContent(cm, lineView) {\n    // The padding-right forces the element to have a 'border', which\n    // is needed on Webkit to be able to get line-level bounding\n    // rectangles for it (in measureChar).\n    var content = eltP(\"span\", null, null, webkit ? \"padding-right: .1px\" : null);\n    var builder = {pre: eltP(\"pre\", [content], \"CodeMirror-line\"), content: content,\n                   col: 0, pos: 0, cm: cm,\n                   trailingSpace: false,\n                   splitSpaces: cm.getOption(\"lineWrapping\")};\n    lineView.measure = {};\n\n    // Iterate over the logical lines that make up this visual line.\n    for (var i = 0; i <= (lineView.rest ? lineView.rest.length : 0); i++) {\n      var line = i ? lineView.rest[i - 1] : lineView.line, order = (void 0);\n      builder.pos = 0;\n      builder.addToken = buildToken;\n      // Optionally wire in some hacks into the token-rendering\n      // algorithm, to deal with browser quirks.\n      if (hasBadBidiRects(cm.display.measure) && (order = getOrder(line, cm.doc.direction)))\n        { builder.addToken = buildTokenBadBidi(builder.addToken, order); }\n      builder.map = [];\n      var allowFrontierUpdate = lineView != cm.display.externalMeasured && lineNo(line);\n      insertLineContent(line, builder, getLineStyles(cm, line, allowFrontierUpdate));\n      if (line.styleClasses) {\n        if (line.styleClasses.bgClass)\n          { builder.bgClass = joinClasses(line.styleClasses.bgClass, builder.bgClass || \"\"); }\n        if (line.styleClasses.textClass)\n          { builder.textClass = joinClasses(line.styleClasses.textClass, builder.textClass || \"\"); }\n      }\n\n      // Ensure at least a single node is present, for measuring.\n      if (builder.map.length == 0)\n        { builder.map.push(0, 0, builder.content.appendChild(zeroWidthElement(cm.display.measure))); }\n\n      // Store the map and a cache object for the current logical line\n      if (i == 0) {\n        lineView.measure.map = builder.map;\n        lineView.measure.cache = {};\n      } else {\n  (lineView.measure.maps || (lineView.measure.maps = [])).push(builder.map)\n        ;(lineView.measure.caches || (lineView.measure.caches = [])).push({});\n      }\n    }\n\n    // See issue #2901\n    if (webkit) {\n      var last = builder.content.lastChild;\n      if (/\\bcm-tab\\b/.test(last.className) || (last.querySelector && last.querySelector(\".cm-tab\")))\n        { builder.content.className = \"cm-tab-wrap-hack\"; }\n    }\n\n    signal(cm, \"renderLine\", cm, lineView.line, builder.pre);\n    if (builder.pre.className)\n      { builder.textClass = joinClasses(builder.pre.className, builder.textClass || \"\"); }\n\n    return builder\n  }\n\n  function defaultSpecialCharPlaceholder(ch) {\n    var token = elt(\"span\", \"\\u2022\", \"cm-invalidchar\");\n    token.title = \"\\\\u\" + ch.charCodeAt(0).toString(16);\n    token.setAttribute(\"aria-label\", token.title);\n    return token\n  }\n\n  // Build up the DOM representation for a single token, and add it to\n  // the line map. Takes care to render special characters separately.\n  function buildToken(builder, text, style, startStyle, endStyle, css, attributes) {\n    if (!text) { return }\n    var displayText = builder.splitSpaces ? splitSpaces(text, builder.trailingSpace) : text;\n    var special = builder.cm.state.specialChars, mustWrap = false;\n    var content;\n    if (!special.test(text)) {\n      builder.col += text.length;\n      content = document.createTextNode(displayText);\n      builder.map.push(builder.pos, builder.pos + text.length, content);\n      if (ie && ie_version < 9) { mustWrap = true; }\n      builder.pos += text.length;\n    } else {\n      content = document.createDocumentFragment();\n      var pos = 0;\n      while (true) {\n        special.lastIndex = pos;\n        var m = special.exec(text);\n        var skipped = m ? m.index - pos : text.length - pos;\n        if (skipped) {\n          var txt = document.createTextNode(displayText.slice(pos, pos + skipped));\n          if (ie && ie_version < 9) { content.appendChild(elt(\"span\", [txt])); }\n          else { content.appendChild(txt); }\n          builder.map.push(builder.pos, builder.pos + skipped, txt);\n          builder.col += skipped;\n          builder.pos += skipped;\n        }\n        if (!m) { break }\n        pos += skipped + 1;\n        var txt$1 = (void 0);\n        if (m[0] == \"\\t\") {\n          var tabSize = builder.cm.options.tabSize, tabWidth = tabSize - builder.col % tabSize;\n          txt$1 = content.appendChild(elt(\"span\", spaceStr(tabWidth), \"cm-tab\"));\n          txt$1.setAttribute(\"role\", \"presentation\");\n          txt$1.setAttribute(\"cm-text\", \"\\t\");\n          builder.col += tabWidth;\n        } else if (m[0] == \"\\r\" || m[0] == \"\\n\") {\n          txt$1 = content.appendChild(elt(\"span\", m[0] == \"\\r\" ? \"\\u240d\" : \"\\u2424\", \"cm-invalidchar\"));\n          txt$1.setAttribute(\"cm-text\", m[0]);\n          builder.col += 1;\n        } else {\n          txt$1 = builder.cm.options.specialCharPlaceholder(m[0]);\n          txt$1.setAttribute(\"cm-text\", m[0]);\n          if (ie && ie_version < 9) { content.appendChild(elt(\"span\", [txt$1])); }\n          else { content.appendChild(txt$1); }\n          builder.col += 1;\n        }\n        builder.map.push(builder.pos, builder.pos + 1, txt$1);\n        builder.pos++;\n      }\n    }\n    builder.trailingSpace = displayText.charCodeAt(text.length - 1) == 32;\n    if (style || startStyle || endStyle || mustWrap || css || attributes) {\n      var fullStyle = style || \"\";\n      if (startStyle) { fullStyle += startStyle; }\n      if (endStyle) { fullStyle += endStyle; }\n      var token = elt(\"span\", [content], fullStyle, css);\n      if (attributes) {\n        for (var attr in attributes) { if (attributes.hasOwnProperty(attr) && attr != \"style\" && attr != \"class\")\n          { token.setAttribute(attr, attributes[attr]); } }\n      }\n      return builder.content.appendChild(token)\n    }\n    builder.content.appendChild(content);\n  }\n\n  // Change some spaces to NBSP to prevent the browser from collapsing\n  // trailing spaces at the end of a line when rendering text (issue #1362).\n  function splitSpaces(text, trailingBefore) {\n    if (text.length > 1 && !/  /.test(text)) { return text }\n    var spaceBefore = trailingBefore, result = \"\";\n    for (var i = 0; i < text.length; i++) {\n      var ch = text.charAt(i);\n      if (ch == \" \" && spaceBefore && (i == text.length - 1 || text.charCodeAt(i + 1) == 32))\n        { ch = \"\\u00a0\"; }\n      result += ch;\n      spaceBefore = ch == \" \";\n    }\n    return result\n  }\n\n  // Work around nonsense dimensions being reported for stretches of\n  // right-to-left text.\n  function buildTokenBadBidi(inner, order) {\n    return function (builder, text, style, startStyle, endStyle, css, attributes) {\n      style = style ? style + \" cm-force-border\" : \"cm-force-border\";\n      var start = builder.pos, end = start + text.length;\n      for (;;) {\n        // Find the part that overlaps with the start of this text\n        var part = (void 0);\n        for (var i = 0; i < order.length; i++) {\n          part = order[i];\n          if (part.to > start && part.from <= start) { break }\n        }\n        if (part.to >= end) { return inner(builder, text, style, startStyle, endStyle, css, attributes) }\n        inner(builder, text.slice(0, part.to - start), style, startStyle, null, css, attributes);\n        startStyle = null;\n        text = text.slice(part.to - start);\n        start = part.to;\n      }\n    }\n  }\n\n  function buildCollapsedSpan(builder, size, marker, ignoreWidget) {\n    var widget = !ignoreWidget && marker.widgetNode;\n    if (widget) { builder.map.push(builder.pos, builder.pos + size, widget); }\n    if (!ignoreWidget && builder.cm.display.input.needsContentAttribute) {\n      if (!widget)\n        { widget = builder.content.appendChild(document.createElement(\"span\")); }\n      widget.setAttribute(\"cm-marker\", marker.id);\n    }\n    if (widget) {\n      builder.cm.display.input.setUneditable(widget);\n      builder.content.appendChild(widget);\n    }\n    builder.pos += size;\n    builder.trailingSpace = false;\n  }\n\n  // Outputs a number of spans to make up a line, taking highlighting\n  // and marked text into account.\n  function insertLineContent(line, builder, styles) {\n    var spans = line.markedSpans, allText = line.text, at = 0;\n    if (!spans) {\n      for (var i$1 = 1; i$1 < styles.length; i$1+=2)\n        { builder.addToken(builder, allText.slice(at, at = styles[i$1]), interpretTokenStyle(styles[i$1+1], builder.cm.options)); }\n      return\n    }\n\n    var len = allText.length, pos = 0, i = 1, text = \"\", style, css;\n    var nextChange = 0, spanStyle, spanEndStyle, spanStartStyle, collapsed, attributes;\n    for (;;) {\n      if (nextChange == pos) { // Update current marker set\n        spanStyle = spanEndStyle = spanStartStyle = css = \"\";\n        attributes = null;\n        collapsed = null; nextChange = Infinity;\n        var foundBookmarks = [], endStyles = (void 0);\n        for (var j = 0; j < spans.length; ++j) {\n          var sp = spans[j], m = sp.marker;\n          if (m.type == \"bookmark\" && sp.from == pos && m.widgetNode) {\n            foundBookmarks.push(m);\n          } else if (sp.from <= pos && (sp.to == null || sp.to > pos || m.collapsed && sp.to == pos && sp.from == pos)) {\n            if (sp.to != null && sp.to != pos && nextChange > sp.to) {\n              nextChange = sp.to;\n              spanEndStyle = \"\";\n            }\n            if (m.className) { spanStyle += \" \" + m.className; }\n            if (m.css) { css = (css ? css + \";\" : \"\") + m.css; }\n            if (m.startStyle && sp.from == pos) { spanStartStyle += \" \" + m.startStyle; }\n            if (m.endStyle && sp.to == nextChange) { (endStyles || (endStyles = [])).push(m.endStyle, sp.to); }\n            // support for the old title property\n            // https://github.com/codemirror/CodeMirror/pull/5673\n            if (m.title) { (attributes || (attributes = {})).title = m.title; }\n            if (m.attributes) {\n              for (var attr in m.attributes)\n                { (attributes || (attributes = {}))[attr] = m.attributes[attr]; }\n            }\n            if (m.collapsed && (!collapsed || compareCollapsedMarkers(collapsed.marker, m) < 0))\n              { collapsed = sp; }\n          } else if (sp.from > pos && nextChange > sp.from) {\n            nextChange = sp.from;\n          }\n        }\n        if (endStyles) { for (var j$1 = 0; j$1 < endStyles.length; j$1 += 2)\n          { if (endStyles[j$1 + 1] == nextChange) { spanEndStyle += \" \" + endStyles[j$1]; } } }\n\n        if (!collapsed || collapsed.from == pos) { for (var j$2 = 0; j$2 < foundBookmarks.length; ++j$2)\n          { buildCollapsedSpan(builder, 0, foundBookmarks[j$2]); } }\n        if (collapsed && (collapsed.from || 0) == pos) {\n          buildCollapsedSpan(builder, (collapsed.to == null ? len + 1 : collapsed.to) - pos,\n                             collapsed.marker, collapsed.from == null);\n          if (collapsed.to == null) { return }\n          if (collapsed.to == pos) { collapsed = false; }\n        }\n      }\n      if (pos >= len) { break }\n\n      var upto = Math.min(len, nextChange);\n      while (true) {\n        if (text) {\n          var end = pos + text.length;\n          if (!collapsed) {\n            var tokenText = end > upto ? text.slice(0, upto - pos) : text;\n            builder.addToken(builder, tokenText, style ? style + spanStyle : spanStyle,\n                             spanStartStyle, pos + tokenText.length == nextChange ? spanEndStyle : \"\", css, attributes);\n          }\n          if (end >= upto) {text = text.slice(upto - pos); pos = upto; break}\n          pos = end;\n          spanStartStyle = \"\";\n        }\n        text = allText.slice(at, at = styles[i++]);\n        style = interpretTokenStyle(styles[i++], builder.cm.options);\n      }\n    }\n  }\n\n\n  // These objects are used to represent the visible (currently drawn)\n  // part of the document. A LineView may correspond to multiple\n  // logical lines, if those are connected by collapsed ranges.\n  function LineView(doc, line, lineN) {\n    // The starting line\n    this.line = line;\n    // Continuing lines, if any\n    this.rest = visualLineContinued(line);\n    // Number of logical lines in this visual line\n    this.size = this.rest ? lineNo(lst(this.rest)) - lineN + 1 : 1;\n    this.node = this.text = null;\n    this.hidden = lineIsHidden(doc, line);\n  }\n\n  // Create a range of LineView objects for the given lines.\n  function buildViewArray(cm, from, to) {\n    var array = [], nextPos;\n    for (var pos = from; pos < to; pos = nextPos) {\n      var view = new LineView(cm.doc, getLine(cm.doc, pos), pos);\n      nextPos = pos + view.size;\n      array.push(view);\n    }\n    return array\n  }\n\n  var operationGroup = null;\n\n  function pushOperation(op) {\n    if (operationGroup) {\n      operationGroup.ops.push(op);\n    } else {\n      op.ownsGroup = operationGroup = {\n        ops: [op],\n        delayedCallbacks: []\n      };\n    }\n  }\n\n  function fireCallbacksForOps(group) {\n    // Calls delayed callbacks and cursorActivity handlers until no\n    // new ones appear\n    var callbacks = group.delayedCallbacks, i = 0;\n    do {\n      for (; i < callbacks.length; i++)\n        { callbacks[i].call(null); }\n      for (var j = 0; j < group.ops.length; j++) {\n        var op = group.ops[j];\n        if (op.cursorActivityHandlers)\n          { while (op.cursorActivityCalled < op.cursorActivityHandlers.length)\n            { op.cursorActivityHandlers[op.cursorActivityCalled++].call(null, op.cm); } }\n      }\n    } while (i < callbacks.length)\n  }\n\n  function finishOperation(op, endCb) {\n    var group = op.ownsGroup;\n    if (!group) { return }\n\n    try { fireCallbacksForOps(group); }\n    finally {\n      operationGroup = null;\n      endCb(group);\n    }\n  }\n\n  var orphanDelayedCallbacks = null;\n\n  // Often, we want to signal events at a point where we are in the\n  // middle of some work, but don't want the handler to start calling\n  // other methods on the editor, which might be in an inconsistent\n  // state or simply not expect any other events to happen.\n  // signalLater looks whether there are any handlers, and schedules\n  // them to be executed when the last operation ends, or, if no\n  // operation is active, when a timeout fires.\n  function signalLater(emitter, type /*, values...*/) {\n    var arr = getHandlers(emitter, type);\n    if (!arr.length) { return }\n    var args = Array.prototype.slice.call(arguments, 2), list;\n    if (operationGroup) {\n      list = operationGroup.delayedCallbacks;\n    } else if (orphanDelayedCallbacks) {\n      list = orphanDelayedCallbacks;\n    } else {\n      list = orphanDelayedCallbacks = [];\n      setTimeout(fireOrphanDelayed, 0);\n    }\n    var loop = function ( i ) {\n      list.push(function () { return arr[i].apply(null, args); });\n    };\n\n    for (var i = 0; i < arr.length; ++i)\n      loop( i );\n  }\n\n  function fireOrphanDelayed() {\n    var delayed = orphanDelayedCallbacks;\n    orphanDelayedCallbacks = null;\n    for (var i = 0; i < delayed.length; ++i) { delayed[i](); }\n  }\n\n  // When an aspect of a line changes, a string is added to\n  // lineView.changes. This updates the relevant part of the line's\n  // DOM structure.\n  function updateLineForChanges(cm, lineView, lineN, dims) {\n    for (var j = 0; j < lineView.changes.length; j++) {\n      var type = lineView.changes[j];\n      if (type == \"text\") { updateLineText(cm, lineView); }\n      else if (type == \"gutter\") { updateLineGutter(cm, lineView, lineN, dims); }\n      else if (type == \"class\") { updateLineClasses(cm, lineView); }\n      else if (type == \"widget\") { updateLineWidgets(cm, lineView, dims); }\n    }\n    lineView.changes = null;\n  }\n\n  // Lines with gutter elements, widgets or a background class need to\n  // be wrapped, and have the extra elements added to the wrapper div\n  function ensureLineWrapped(lineView) {\n    if (lineView.node == lineView.text) {\n      lineView.node = elt(\"div\", null, null, \"position: relative\");\n      if (lineView.text.parentNode)\n        { lineView.text.parentNode.replaceChild(lineView.node, lineView.text); }\n      lineView.node.appendChild(lineView.text);\n      if (ie && ie_version < 8) { lineView.node.style.zIndex = 2; }\n    }\n    return lineView.node\n  }\n\n  function updateLineBackground(cm, lineView) {\n    var cls = lineView.bgClass ? lineView.bgClass + \" \" + (lineView.line.bgClass || \"\") : lineView.line.bgClass;\n    if (cls) { cls += \" CodeMirror-linebackground\"; }\n    if (lineView.background) {\n      if (cls) { lineView.background.className = cls; }\n      else { lineView.background.parentNode.removeChild(lineView.background); lineView.background = null; }\n    } else if (cls) {\n      var wrap = ensureLineWrapped(lineView);\n      lineView.background = wrap.insertBefore(elt(\"div\", null, cls), wrap.firstChild);\n      cm.display.input.setUneditable(lineView.background);\n    }\n  }\n\n  // Wrapper around buildLineContent which will reuse the structure\n  // in display.externalMeasured when possible.\n  function getLineContent(cm, lineView) {\n    var ext = cm.display.externalMeasured;\n    if (ext && ext.line == lineView.line) {\n      cm.display.externalMeasured = null;\n      lineView.measure = ext.measure;\n      return ext.built\n    }\n    return buildLineContent(cm, lineView)\n  }\n\n  // Redraw the line's text. Interacts with the background and text\n  // classes because the mode may output tokens that influence these\n  // classes.\n  function updateLineText(cm, lineView) {\n    var cls = lineView.text.className;\n    var built = getLineContent(cm, lineView);\n    if (lineView.text == lineView.node) { lineView.node = built.pre; }\n    lineView.text.parentNode.replaceChild(built.pre, lineView.text);\n    lineView.text = built.pre;\n    if (built.bgClass != lineView.bgClass || built.textClass != lineView.textClass) {\n      lineView.bgClass = built.bgClass;\n      lineView.textClass = built.textClass;\n      updateLineClasses(cm, lineView);\n    } else if (cls) {\n      lineView.text.className = cls;\n    }\n  }\n\n  function updateLineClasses(cm, lineView) {\n    updateLineBackground(cm, lineView);\n    if (lineView.line.wrapClass)\n      { ensureLineWrapped(lineView).className = lineView.line.wrapClass; }\n    else if (lineView.node != lineView.text)\n      { lineView.node.className = \"\"; }\n    var textClass = lineView.textClass ? lineView.textClass + \" \" + (lineView.line.textClass || \"\") : lineView.line.textClass;\n    lineView.text.className = textClass || \"\";\n  }\n\n  function updateLineGutter(cm, lineView, lineN, dims) {\n    if (lineView.gutter) {\n      lineView.node.removeChild(lineView.gutter);\n      lineView.gutter = null;\n    }\n    if (lineView.gutterBackground) {\n      lineView.node.removeChild(lineView.gutterBackground);\n      lineView.gutterBackground = null;\n    }\n    if (lineView.line.gutterClass) {\n      var wrap = ensureLineWrapped(lineView);\n      lineView.gutterBackground = elt(\"div\", null, \"CodeMirror-gutter-background \" + lineView.line.gutterClass,\n                                      (\"left: \" + (cm.options.fixedGutter ? dims.fixedPos : -dims.gutterTotalWidth) + \"px; width: \" + (dims.gutterTotalWidth) + \"px\"));\n      cm.display.input.setUneditable(lineView.gutterBackground);\n      wrap.insertBefore(lineView.gutterBackground, lineView.text);\n    }\n    var markers = lineView.line.gutterMarkers;\n    if (cm.options.lineNumbers || markers) {\n      var wrap$1 = ensureLineWrapped(lineView);\n      var gutterWrap = lineView.gutter = elt(\"div\", null, \"CodeMirror-gutter-wrapper\", (\"left: \" + (cm.options.fixedGutter ? dims.fixedPos : -dims.gutterTotalWidth) + \"px\"));\n      gutterWrap.setAttribute(\"aria-hidden\", \"true\");\n      cm.display.input.setUneditable(gutterWrap);\n      wrap$1.insertBefore(gutterWrap, lineView.text);\n      if (lineView.line.gutterClass)\n        { gutterWrap.className += \" \" + lineView.line.gutterClass; }\n      if (cm.options.lineNumbers && (!markers || !markers[\"CodeMirror-linenumbers\"]))\n        { lineView.lineNumber = gutterWrap.appendChild(\n          elt(\"div\", lineNumberFor(cm.options, lineN),\n              \"CodeMirror-linenumber CodeMirror-gutter-elt\",\n              (\"left: \" + (dims.gutterLeft[\"CodeMirror-linenumbers\"]) + \"px; width: \" + (cm.display.lineNumInnerWidth) + \"px\"))); }\n      if (markers) { for (var k = 0; k < cm.display.gutterSpecs.length; ++k) {\n        var id = cm.display.gutterSpecs[k].className, found = markers.hasOwnProperty(id) && markers[id];\n        if (found)\n          { gutterWrap.appendChild(elt(\"div\", [found], \"CodeMirror-gutter-elt\",\n                                     (\"left: \" + (dims.gutterLeft[id]) + \"px; width: \" + (dims.gutterWidth[id]) + \"px\"))); }\n      } }\n    }\n  }\n\n  function updateLineWidgets(cm, lineView, dims) {\n    if (lineView.alignable) { lineView.alignable = null; }\n    var isWidget = classTest(\"CodeMirror-linewidget\");\n    for (var node = lineView.node.firstChild, next = (void 0); node; node = next) {\n      next = node.nextSibling;\n      if (isWidget.test(node.className)) { lineView.node.removeChild(node); }\n    }\n    insertLineWidgets(cm, lineView, dims);\n  }\n\n  // Build a line's DOM representation from scratch\n  function buildLineElement(cm, lineView, lineN, dims) {\n    var built = getLineContent(cm, lineView);\n    lineView.text = lineView.node = built.pre;\n    if (built.bgClass) { lineView.bgClass = built.bgClass; }\n    if (built.textClass) { lineView.textClass = built.textClass; }\n\n    updateLineClasses(cm, lineView);\n    updateLineGutter(cm, lineView, lineN, dims);\n    insertLineWidgets(cm, lineView, dims);\n    return lineView.node\n  }\n\n  // A lineView may contain multiple logical lines (when merged by\n  // collapsed spans). The widgets for all of them need to be drawn.\n  function insertLineWidgets(cm, lineView, dims) {\n    insertLineWidgetsFor(cm, lineView.line, lineView, dims, true);\n    if (lineView.rest) { for (var i = 0; i < lineView.rest.length; i++)\n      { insertLineWidgetsFor(cm, lineView.rest[i], lineView, dims, false); } }\n  }\n\n  function insertLineWidgetsFor(cm, line, lineView, dims, allowAbove) {\n    if (!line.widgets) { return }\n    var wrap = ensureLineWrapped(lineView);\n    for (var i = 0, ws = line.widgets; i < ws.length; ++i) {\n      var widget = ws[i], node = elt(\"div\", [widget.node], \"CodeMirror-linewidget\" + (widget.className ? \" \" + widget.className : \"\"));\n      if (!widget.handleMouseEvents) { node.setAttribute(\"cm-ignore-events\", \"true\"); }\n      positionLineWidget(widget, node, lineView, dims);\n      cm.display.input.setUneditable(node);\n      if (allowAbove && widget.above)\n        { wrap.insertBefore(node, lineView.gutter || lineView.text); }\n      else\n        { wrap.appendChild(node); }\n      signalLater(widget, \"redraw\");\n    }\n  }\n\n  function positionLineWidget(widget, node, lineView, dims) {\n    if (widget.noHScroll) {\n  (lineView.alignable || (lineView.alignable = [])).push(node);\n      var width = dims.wrapperWidth;\n      node.style.left = dims.fixedPos + \"px\";\n      if (!widget.coverGutter) {\n        width -= dims.gutterTotalWidth;\n        node.style.paddingLeft = dims.gutterTotalWidth + \"px\";\n      }\n      node.style.width = width + \"px\";\n    }\n    if (widget.coverGutter) {\n      node.style.zIndex = 5;\n      node.style.position = \"relative\";\n      if (!widget.noHScroll) { node.style.marginLeft = -dims.gutterTotalWidth + \"px\"; }\n    }\n  }\n\n  function widgetHeight(widget) {\n    if (widget.height != null) { return widget.height }\n    var cm = widget.doc.cm;\n    if (!cm) { return 0 }\n    if (!contains(document.body, widget.node)) {\n      var parentStyle = \"position: relative;\";\n      if (widget.coverGutter)\n        { parentStyle += \"margin-left: -\" + cm.display.gutters.offsetWidth + \"px;\"; }\n      if (widget.noHScroll)\n        { parentStyle += \"width: \" + cm.display.wrapper.clientWidth + \"px;\"; }\n      removeChildrenAndAdd(cm.display.measure, elt(\"div\", [widget.node], null, parentStyle));\n    }\n    return widget.height = widget.node.parentNode.offsetHeight\n  }\n\n  // Return true when the given mouse event happened in a widget\n  function eventInWidget(display, e) {\n    for (var n = e_target(e); n != display.wrapper; n = n.parentNode) {\n      if (!n || (n.nodeType == 1 && n.getAttribute(\"cm-ignore-events\") == \"true\") ||\n          (n.parentNode == display.sizer && n != display.mover))\n        { return true }\n    }\n  }\n\n  // POSITION MEASUREMENT\n\n  function paddingTop(display) {return display.lineSpace.offsetTop}\n  function paddingVert(display) {return display.mover.offsetHeight - display.lineSpace.offsetHeight}\n  function paddingH(display) {\n    if (display.cachedPaddingH) { return display.cachedPaddingH }\n    var e = removeChildrenAndAdd(display.measure, elt(\"pre\", \"x\", \"CodeMirror-line-like\"));\n    var style = window.getComputedStyle ? window.getComputedStyle(e) : e.currentStyle;\n    var data = {left: parseInt(style.paddingLeft), right: parseInt(style.paddingRight)};\n    if (!isNaN(data.left) && !isNaN(data.right)) { display.cachedPaddingH = data; }\n    return data\n  }\n\n  function scrollGap(cm) { return scrollerGap - cm.display.nativeBarWidth }\n  function displayWidth(cm) {\n    return cm.display.scroller.clientWidth - scrollGap(cm) - cm.display.barWidth\n  }\n  function displayHeight(cm) {\n    return cm.display.scroller.clientHeight - scrollGap(cm) - cm.display.barHeight\n  }\n\n  // Ensure the lineView.wrapping.heights array is populated. This is\n  // an array of bottom offsets for the lines that make up a drawn\n  // line. When lineWrapping is on, there might be more than one\n  // height.\n  function ensureLineHeights(cm, lineView, rect) {\n    var wrapping = cm.options.lineWrapping;\n    var curWidth = wrapping && displayWidth(cm);\n    if (!lineView.measure.heights || wrapping && lineView.measure.width != curWidth) {\n      var heights = lineView.measure.heights = [];\n      if (wrapping) {\n        lineView.measure.width = curWidth;\n        var rects = lineView.text.firstChild.getClientRects();\n        for (var i = 0; i < rects.length - 1; i++) {\n          var cur = rects[i], next = rects[i + 1];\n          if (Math.abs(cur.bottom - next.bottom) > 2)\n            { heights.push((cur.bottom + next.top) / 2 - rect.top); }\n        }\n      }\n      heights.push(rect.bottom - rect.top);\n    }\n  }\n\n  // Find a line map (mapping character offsets to text nodes) and a\n  // measurement cache for the given line number. (A line view might\n  // contain multiple lines when collapsed ranges are present.)\n  function mapFromLineView(lineView, line, lineN) {\n    if (lineView.line == line)\n      { return {map: lineView.measure.map, cache: lineView.measure.cache} }\n    if (lineView.rest) {\n      for (var i = 0; i < lineView.rest.length; i++)\n        { if (lineView.rest[i] == line)\n          { return {map: lineView.measure.maps[i], cache: lineView.measure.caches[i]} } }\n      for (var i$1 = 0; i$1 < lineView.rest.length; i$1++)\n        { if (lineNo(lineView.rest[i$1]) > lineN)\n          { return {map: lineView.measure.maps[i$1], cache: lineView.measure.caches[i$1], before: true} } }\n    }\n  }\n\n  // Render a line into the hidden node display.externalMeasured. Used\n  // when measurement is needed for a line that's not in the viewport.\n  function updateExternalMeasurement(cm, line) {\n    line = visualLine(line);\n    var lineN = lineNo(line);\n    var view = cm.display.externalMeasured = new LineView(cm.doc, line, lineN);\n    view.lineN = lineN;\n    var built = view.built = buildLineContent(cm, view);\n    view.text = built.pre;\n    removeChildrenAndAdd(cm.display.lineMeasure, built.pre);\n    return view\n  }\n\n  // Get a {top, bottom, left, right} box (in line-local coordinates)\n  // for a given character.\n  function measureChar(cm, line, ch, bias) {\n    return measureCharPrepared(cm, prepareMeasureForLine(cm, line), ch, bias)\n  }\n\n  // Find a line view that corresponds to the given line number.\n  function findViewForLine(cm, lineN) {\n    if (lineN >= cm.display.viewFrom && lineN < cm.display.viewTo)\n      { return cm.display.view[findViewIndex(cm, lineN)] }\n    var ext = cm.display.externalMeasured;\n    if (ext && lineN >= ext.lineN && lineN < ext.lineN + ext.size)\n      { return ext }\n  }\n\n  // Measurement can be split in two steps, the set-up work that\n  // applies to the whole line, and the measurement of the actual\n  // character. Functions like coordsChar, that need to do a lot of\n  // measurements in a row, can thus ensure that the set-up work is\n  // only done once.\n  function prepareMeasureForLine(cm, line) {\n    var lineN = lineNo(line);\n    var view = findViewForLine(cm, lineN);\n    if (view && !view.text) {\n      view = null;\n    } else if (view && view.changes) {\n      updateLineForChanges(cm, view, lineN, getDimensions(cm));\n      cm.curOp.forceUpdate = true;\n    }\n    if (!view)\n      { view = updateExternalMeasurement(cm, line); }\n\n    var info = mapFromLineView(view, line, lineN);\n    return {\n      line: line, view: view, rect: null,\n      map: info.map, cache: info.cache, before: info.before,\n      hasHeights: false\n    }\n  }\n\n  // Given a prepared measurement object, measures the position of an\n  // actual character (or fetches it from the cache).\n  function measureCharPrepared(cm, prepared, ch, bias, varHeight) {\n    if (prepared.before) { ch = -1; }\n    var key = ch + (bias || \"\"), found;\n    if (prepared.cache.hasOwnProperty(key)) {\n      found = prepared.cache[key];\n    } else {\n      if (!prepared.rect)\n        { prepared.rect = prepared.view.text.getBoundingClientRect(); }\n      if (!prepared.hasHeights) {\n        ensureLineHeights(cm, prepared.view, prepared.rect);\n        prepared.hasHeights = true;\n      }\n      found = measureCharInner(cm, prepared, ch, bias);\n      if (!found.bogus) { prepared.cache[key] = found; }\n    }\n    return {left: found.left, right: found.right,\n            top: varHeight ? found.rtop : found.top,\n            bottom: varHeight ? found.rbottom : found.bottom}\n  }\n\n  var nullRect = {left: 0, right: 0, top: 0, bottom: 0};\n\n  function nodeAndOffsetInLineMap(map, ch, bias) {\n    var node, start, end, collapse, mStart, mEnd;\n    // First, search the line map for the text node corresponding to,\n    // or closest to, the target character.\n    for (var i = 0; i < map.length; i += 3) {\n      mStart = map[i];\n      mEnd = map[i + 1];\n      if (ch < mStart) {\n        start = 0; end = 1;\n        collapse = \"left\";\n      } else if (ch < mEnd) {\n        start = ch - mStart;\n        end = start + 1;\n      } else if (i == map.length - 3 || ch == mEnd && map[i + 3] > ch) {\n        end = mEnd - mStart;\n        start = end - 1;\n        if (ch >= mEnd) { collapse = \"right\"; }\n      }\n      if (start != null) {\n        node = map[i + 2];\n        if (mStart == mEnd && bias == (node.insertLeft ? \"left\" : \"right\"))\n          { collapse = bias; }\n        if (bias == \"left\" && start == 0)\n          { while (i && map[i - 2] == map[i - 3] && map[i - 1].insertLeft) {\n            node = map[(i -= 3) + 2];\n            collapse = \"left\";\n          } }\n        if (bias == \"right\" && start == mEnd - mStart)\n          { while (i < map.length - 3 && map[i + 3] == map[i + 4] && !map[i + 5].insertLeft) {\n            node = map[(i += 3) + 2];\n            collapse = \"right\";\n          } }\n        break\n      }\n    }\n    return {node: node, start: start, end: end, collapse: collapse, coverStart: mStart, coverEnd: mEnd}\n  }\n\n  function getUsefulRect(rects, bias) {\n    var rect = nullRect;\n    if (bias == \"left\") { for (var i = 0; i < rects.length; i++) {\n      if ((rect = rects[i]).left != rect.right) { break }\n    } } else { for (var i$1 = rects.length - 1; i$1 >= 0; i$1--) {\n      if ((rect = rects[i$1]).left != rect.right) { break }\n    } }\n    return rect\n  }\n\n  function measureCharInner(cm, prepared, ch, bias) {\n    var place = nodeAndOffsetInLineMap(prepared.map, ch, bias);\n    var node = place.node, start = place.start, end = place.end, collapse = place.collapse;\n\n    var rect;\n    if (node.nodeType == 3) { // If it is a text node, use a range to retrieve the coordinates.\n      for (var i$1 = 0; i$1 < 4; i$1++) { // Retry a maximum of 4 times when nonsense rectangles are returned\n        while (start && isExtendingChar(prepared.line.text.charAt(place.coverStart + start))) { --start; }\n        while (place.coverStart + end < place.coverEnd && isExtendingChar(prepared.line.text.charAt(place.coverStart + end))) { ++end; }\n        if (ie && ie_version < 9 && start == 0 && end == place.coverEnd - place.coverStart)\n          { rect = node.parentNode.getBoundingClientRect(); }\n        else\n          { rect = getUsefulRect(range(node, start, end).getClientRects(), bias); }\n        if (rect.left || rect.right || start == 0) { break }\n        end = start;\n        start = start - 1;\n        collapse = \"right\";\n      }\n      if (ie && ie_version < 11) { rect = maybeUpdateRectForZooming(cm.display.measure, rect); }\n    } else { // If it is a widget, simply get the box for the whole widget.\n      if (start > 0) { collapse = bias = \"right\"; }\n      var rects;\n      if (cm.options.lineWrapping && (rects = node.getClientRects()).length > 1)\n        { rect = rects[bias == \"right\" ? rects.length - 1 : 0]; }\n      else\n        { rect = node.getBoundingClientRect(); }\n    }\n    if (ie && ie_version < 9 && !start && (!rect || !rect.left && !rect.right)) {\n      var rSpan = node.parentNode.getClientRects()[0];\n      if (rSpan)\n        { rect = {left: rSpan.left, right: rSpan.left + charWidth(cm.display), top: rSpan.top, bottom: rSpan.bottom}; }\n      else\n        { rect = nullRect; }\n    }\n\n    var rtop = rect.top - prepared.rect.top, rbot = rect.bottom - prepared.rect.top;\n    var mid = (rtop + rbot) / 2;\n    var heights = prepared.view.measure.heights;\n    var i = 0;\n    for (; i < heights.length - 1; i++)\n      { if (mid < heights[i]) { break } }\n    var top = i ? heights[i - 1] : 0, bot = heights[i];\n    var result = {left: (collapse == \"right\" ? rect.right : rect.left) - prepared.rect.left,\n                  right: (collapse == \"left\" ? rect.left : rect.right) - prepared.rect.left,\n                  top: top, bottom: bot};\n    if (!rect.left && !rect.right) { result.bogus = true; }\n    if (!cm.options.singleCursorHeightPerLine) { result.rtop = rtop; result.rbottom = rbot; }\n\n    return result\n  }\n\n  // Work around problem with bounding client rects on ranges being\n  // returned incorrectly when zoomed on IE10 and below.\n  function maybeUpdateRectForZooming(measure, rect) {\n    if (!window.screen || screen.logicalXDPI == null ||\n        screen.logicalXDPI == screen.deviceXDPI || !hasBadZoomedRects(measure))\n      { return rect }\n    var scaleX = screen.logicalXDPI / screen.deviceXDPI;\n    var scaleY = screen.logicalYDPI / screen.deviceYDPI;\n    return {left: rect.left * scaleX, right: rect.right * scaleX,\n            top: rect.top * scaleY, bottom: rect.bottom * scaleY}\n  }\n\n  function clearLineMeasurementCacheFor(lineView) {\n    if (lineView.measure) {\n      lineView.measure.cache = {};\n      lineView.measure.heights = null;\n      if (lineView.rest) { for (var i = 0; i < lineView.rest.length; i++)\n        { lineView.measure.caches[i] = {}; } }\n    }\n  }\n\n  function clearLineMeasurementCache(cm) {\n    cm.display.externalMeasure = null;\n    removeChildren(cm.display.lineMeasure);\n    for (var i = 0; i < cm.display.view.length; i++)\n      { clearLineMeasurementCacheFor(cm.display.view[i]); }\n  }\n\n  function clearCaches(cm) {\n    clearLineMeasurementCache(cm);\n    cm.display.cachedCharWidth = cm.display.cachedTextHeight = cm.display.cachedPaddingH = null;\n    if (!cm.options.lineWrapping) { cm.display.maxLineChanged = true; }\n    cm.display.lineNumChars = null;\n  }\n\n  function pageScrollX(doc) {\n    // Work around https://bugs.chromium.org/p/chromium/issues/detail?id=489206\n    // which causes page_Offset and bounding client rects to use\n    // different reference viewports and invalidate our calculations.\n    if (chrome && android) { return -(doc.body.getBoundingClientRect().left - parseInt(getComputedStyle(doc.body).marginLeft)) }\n    return doc.defaultView.pageXOffset || (doc.documentElement || doc.body).scrollLeft\n  }\n  function pageScrollY(doc) {\n    if (chrome && android) { return -(doc.body.getBoundingClientRect().top - parseInt(getComputedStyle(doc.body).marginTop)) }\n    return doc.defaultView.pageYOffset || (doc.documentElement || doc.body).scrollTop\n  }\n\n  function widgetTopHeight(lineObj) {\n    var ref = visualLine(lineObj);\n    var widgets = ref.widgets;\n    var height = 0;\n    if (widgets) { for (var i = 0; i < widgets.length; ++i) { if (widgets[i].above)\n      { height += widgetHeight(widgets[i]); } } }\n    return height\n  }\n\n  // Converts a {top, bottom, left, right} box from line-local\n  // coordinates into another coordinate system. Context may be one of\n  // \"line\", \"div\" (display.lineDiv), \"local\"./null (editor), \"window\",\n  // or \"page\".\n  function intoCoordSystem(cm, lineObj, rect, context, includeWidgets) {\n    if (!includeWidgets) {\n      var height = widgetTopHeight(lineObj);\n      rect.top += height; rect.bottom += height;\n    }\n    if (context == \"line\") { return rect }\n    if (!context) { context = \"local\"; }\n    var yOff = heightAtLine(lineObj);\n    if (context == \"local\") { yOff += paddingTop(cm.display); }\n    else { yOff -= cm.display.viewOffset; }\n    if (context == \"page\" || context == \"window\") {\n      var lOff = cm.display.lineSpace.getBoundingClientRect();\n      yOff += lOff.top + (context == \"window\" ? 0 : pageScrollY(doc(cm)));\n      var xOff = lOff.left + (context == \"window\" ? 0 : pageScrollX(doc(cm)));\n      rect.left += xOff; rect.right += xOff;\n    }\n    rect.top += yOff; rect.bottom += yOff;\n    return rect\n  }\n\n  // Coverts a box from \"div\" coords to another coordinate system.\n  // Context may be \"window\", \"page\", \"div\", or \"local\"./null.\n  function fromCoordSystem(cm, coords, context) {\n    if (context == \"div\") { return coords }\n    var left = coords.left, top = coords.top;\n    // First move into \"page\" coordinate system\n    if (context == \"page\") {\n      left -= pageScrollX(doc(cm));\n      top -= pageScrollY(doc(cm));\n    } else if (context == \"local\" || !context) {\n      var localBox = cm.display.sizer.getBoundingClientRect();\n      left += localBox.left;\n      top += localBox.top;\n    }\n\n    var lineSpaceBox = cm.display.lineSpace.getBoundingClientRect();\n    return {left: left - lineSpaceBox.left, top: top - lineSpaceBox.top}\n  }\n\n  function charCoords(cm, pos, context, lineObj, bias) {\n    if (!lineObj) { lineObj = getLine(cm.doc, pos.line); }\n    return intoCoordSystem(cm, lineObj, measureChar(cm, lineObj, pos.ch, bias), context)\n  }\n\n  // Returns a box for a given cursor position, which may have an\n  // 'other' property containing the position of the secondary cursor\n  // on a bidi boundary.\n  // A cursor Pos(line, char, \"before\") is on the same visual line as `char - 1`\n  // and after `char - 1` in writing order of `char - 1`\n  // A cursor Pos(line, char, \"after\") is on the same visual line as `char`\n  // and before `char` in writing order of `char`\n  // Examples (upper-case letters are RTL, lower-case are LTR):\n  //     Pos(0, 1, ...)\n  //     before   after\n  // ab     a|b     a|b\n  // aB     a|B     aB|\n  // Ab     |Ab     A|b\n  // AB     B|A     B|A\n  // Every position after the last character on a line is considered to stick\n  // to the last character on the line.\n  function cursorCoords(cm, pos, context, lineObj, preparedMeasure, varHeight) {\n    lineObj = lineObj || getLine(cm.doc, pos.line);\n    if (!preparedMeasure) { preparedMeasure = prepareMeasureForLine(cm, lineObj); }\n    function get(ch, right) {\n      var m = measureCharPrepared(cm, preparedMeasure, ch, right ? \"right\" : \"left\", varHeight);\n      if (right) { m.left = m.right; } else { m.right = m.left; }\n      return intoCoordSystem(cm, lineObj, m, context)\n    }\n    var order = getOrder(lineObj, cm.doc.direction), ch = pos.ch, sticky = pos.sticky;\n    if (ch >= lineObj.text.length) {\n      ch = lineObj.text.length;\n      sticky = \"before\";\n    } else if (ch <= 0) {\n      ch = 0;\n      sticky = \"after\";\n    }\n    if (!order) { return get(sticky == \"before\" ? ch - 1 : ch, sticky == \"before\") }\n\n    function getBidi(ch, partPos, invert) {\n      var part = order[partPos], right = part.level == 1;\n      return get(invert ? ch - 1 : ch, right != invert)\n    }\n    var partPos = getBidiPartAt(order, ch, sticky);\n    var other = bidiOther;\n    var val = getBidi(ch, partPos, sticky == \"before\");\n    if (other != null) { val.other = getBidi(ch, other, sticky != \"before\"); }\n    return val\n  }\n\n  // Used to cheaply estimate the coordinates for a position. Used for\n  // intermediate scroll updates.\n  function estimateCoords(cm, pos) {\n    var left = 0;\n    pos = clipPos(cm.doc, pos);\n    if (!cm.options.lineWrapping) { left = charWidth(cm.display) * pos.ch; }\n    var lineObj = getLine(cm.doc, pos.line);\n    var top = heightAtLine(lineObj) + paddingTop(cm.display);\n    return {left: left, right: left, top: top, bottom: top + lineObj.height}\n  }\n\n  // Positions returned by coordsChar contain some extra information.\n  // xRel is the relative x position of the input coordinates compared\n  // to the found position (so xRel > 0 means the coordinates are to\n  // the right of the character position, for example). When outside\n  // is true, that means the coordinates lie outside the line's\n  // vertical range.\n  function PosWithInfo(line, ch, sticky, outside, xRel) {\n    var pos = Pos(line, ch, sticky);\n    pos.xRel = xRel;\n    if (outside) { pos.outside = outside; }\n    return pos\n  }\n\n  // Compute the character position closest to the given coordinates.\n  // Input must be lineSpace-local (\"div\" coordinate system).\n  function coordsChar(cm, x, y) {\n    var doc = cm.doc;\n    y += cm.display.viewOffset;\n    if (y < 0) { return PosWithInfo(doc.first, 0, null, -1, -1) }\n    var lineN = lineAtHeight(doc, y), last = doc.first + doc.size - 1;\n    if (lineN > last)\n      { return PosWithInfo(doc.first + doc.size - 1, getLine(doc, last).text.length, null, 1, 1) }\n    if (x < 0) { x = 0; }\n\n    var lineObj = getLine(doc, lineN);\n    for (;;) {\n      var found = coordsCharInner(cm, lineObj, lineN, x, y);\n      var collapsed = collapsedSpanAround(lineObj, found.ch + (found.xRel > 0 || found.outside > 0 ? 1 : 0));\n      if (!collapsed) { return found }\n      var rangeEnd = collapsed.find(1);\n      if (rangeEnd.line == lineN) { return rangeEnd }\n      lineObj = getLine(doc, lineN = rangeEnd.line);\n    }\n  }\n\n  function wrappedLineExtent(cm, lineObj, preparedMeasure, y) {\n    y -= widgetTopHeight(lineObj);\n    var end = lineObj.text.length;\n    var begin = findFirst(function (ch) { return measureCharPrepared(cm, preparedMeasure, ch - 1).bottom <= y; }, end, 0);\n    end = findFirst(function (ch) { return measureCharPrepared(cm, preparedMeasure, ch).top > y; }, begin, end);\n    return {begin: begin, end: end}\n  }\n\n  function wrappedLineExtentChar(cm, lineObj, preparedMeasure, target) {\n    if (!preparedMeasure) { preparedMeasure = prepareMeasureForLine(cm, lineObj); }\n    var targetTop = intoCoordSystem(cm, lineObj, measureCharPrepared(cm, preparedMeasure, target), \"line\").top;\n    return wrappedLineExtent(cm, lineObj, preparedMeasure, targetTop)\n  }\n\n  // Returns true if the given side of a box is after the given\n  // coordinates, in top-to-bottom, left-to-right order.\n  function boxIsAfter(box, x, y, left) {\n    return box.bottom <= y ? false : box.top > y ? true : (left ? box.left : box.right) > x\n  }\n\n  function coordsCharInner(cm, lineObj, lineNo, x, y) {\n    // Move y into line-local coordinate space\n    y -= heightAtLine(lineObj);\n    var preparedMeasure = prepareMeasureForLine(cm, lineObj);\n    // When directly calling `measureCharPrepared`, we have to adjust\n    // for the widgets at this line.\n    var widgetHeight = widgetTopHeight(lineObj);\n    var begin = 0, end = lineObj.text.length, ltr = true;\n\n    var order = getOrder(lineObj, cm.doc.direction);\n    // If the line isn't plain left-to-right text, first figure out\n    // which bidi section the coordinates fall into.\n    if (order) {\n      var part = (cm.options.lineWrapping ? coordsBidiPartWrapped : coordsBidiPart)\n                   (cm, lineObj, lineNo, preparedMeasure, order, x, y);\n      ltr = part.level != 1;\n      // The awkward -1 offsets are needed because findFirst (called\n      // on these below) will treat its first bound as inclusive,\n      // second as exclusive, but we want to actually address the\n      // characters in the part's range\n      begin = ltr ? part.from : part.to - 1;\n      end = ltr ? part.to : part.from - 1;\n    }\n\n    // A binary search to find the first character whose bounding box\n    // starts after the coordinates. If we run across any whose box wrap\n    // the coordinates, store that.\n    var chAround = null, boxAround = null;\n    var ch = findFirst(function (ch) {\n      var box = measureCharPrepared(cm, preparedMeasure, ch);\n      box.top += widgetHeight; box.bottom += widgetHeight;\n      if (!boxIsAfter(box, x, y, false)) { return false }\n      if (box.top <= y && box.left <= x) {\n        chAround = ch;\n        boxAround = box;\n      }\n      return true\n    }, begin, end);\n\n    var baseX, sticky, outside = false;\n    // If a box around the coordinates was found, use that\n    if (boxAround) {\n      // Distinguish coordinates nearer to the left or right side of the box\n      var atLeft = x - boxAround.left < boxAround.right - x, atStart = atLeft == ltr;\n      ch = chAround + (atStart ? 0 : 1);\n      sticky = atStart ? \"after\" : \"before\";\n      baseX = atLeft ? boxAround.left : boxAround.right;\n    } else {\n      // (Adjust for extended bound, if necessary.)\n      if (!ltr && (ch == end || ch == begin)) { ch++; }\n      // To determine which side to associate with, get the box to the\n      // left of the character and compare it's vertical position to the\n      // coordinates\n      sticky = ch == 0 ? \"after\" : ch == lineObj.text.length ? \"before\" :\n        (measureCharPrepared(cm, preparedMeasure, ch - (ltr ? 1 : 0)).bottom + widgetHeight <= y) == ltr ?\n        \"after\" : \"before\";\n      // Now get accurate coordinates for this place, in order to get a\n      // base X position\n      var coords = cursorCoords(cm, Pos(lineNo, ch, sticky), \"line\", lineObj, preparedMeasure);\n      baseX = coords.left;\n      outside = y < coords.top ? -1 : y >= coords.bottom ? 1 : 0;\n    }\n\n    ch = skipExtendingChars(lineObj.text, ch, 1);\n    return PosWithInfo(lineNo, ch, sticky, outside, x - baseX)\n  }\n\n  function coordsBidiPart(cm, lineObj, lineNo, preparedMeasure, order, x, y) {\n    // Bidi parts are sorted left-to-right, and in a non-line-wrapping\n    // situation, we can take this ordering to correspond to the visual\n    // ordering. This finds the first part whose end is after the given\n    // coordinates.\n    var index = findFirst(function (i) {\n      var part = order[i], ltr = part.level != 1;\n      return boxIsAfter(cursorCoords(cm, Pos(lineNo, ltr ? part.to : part.from, ltr ? \"before\" : \"after\"),\n                                     \"line\", lineObj, preparedMeasure), x, y, true)\n    }, 0, order.length - 1);\n    var part = order[index];\n    // If this isn't the first part, the part's start is also after\n    // the coordinates, and the coordinates aren't on the same line as\n    // that start, move one part back.\n    if (index > 0) {\n      var ltr = part.level != 1;\n      var start = cursorCoords(cm, Pos(lineNo, ltr ? part.from : part.to, ltr ? \"after\" : \"before\"),\n                               \"line\", lineObj, preparedMeasure);\n      if (boxIsAfter(start, x, y, true) && start.top > y)\n        { part = order[index - 1]; }\n    }\n    return part\n  }\n\n  function coordsBidiPartWrapped(cm, lineObj, _lineNo, preparedMeasure, order, x, y) {\n    // In a wrapped line, rtl text on wrapping boundaries can do things\n    // that don't correspond to the ordering in our `order` array at\n    // all, so a binary search doesn't work, and we want to return a\n    // part that only spans one line so that the binary search in\n    // coordsCharInner is safe. As such, we first find the extent of the\n    // wrapped line, and then do a flat search in which we discard any\n    // spans that aren't on the line.\n    var ref = wrappedLineExtent(cm, lineObj, preparedMeasure, y);\n    var begin = ref.begin;\n    var end = ref.end;\n    if (/\\s/.test(lineObj.text.charAt(end - 1))) { end--; }\n    var part = null, closestDist = null;\n    for (var i = 0; i < order.length; i++) {\n      var p = order[i];\n      if (p.from >= end || p.to <= begin) { continue }\n      var ltr = p.level != 1;\n      var endX = measureCharPrepared(cm, preparedMeasure, ltr ? Math.min(end, p.to) - 1 : Math.max(begin, p.from)).right;\n      // Weigh against spans ending before this, so that they are only\n      // picked if nothing ends after\n      var dist = endX < x ? x - endX + 1e9 : endX - x;\n      if (!part || closestDist > dist) {\n        part = p;\n        closestDist = dist;\n      }\n    }\n    if (!part) { part = order[order.length - 1]; }\n    // Clip the part to the wrapped line.\n    if (part.from < begin) { part = {from: begin, to: part.to, level: part.level}; }\n    if (part.to > end) { part = {from: part.from, to: end, level: part.level}; }\n    return part\n  }\n\n  var measureText;\n  // Compute the default text height.\n  function textHeight(display) {\n    if (display.cachedTextHeight != null) { return display.cachedTextHeight }\n    if (measureText == null) {\n      measureText = elt(\"pre\", null, \"CodeMirror-line-like\");\n      // Measure a bunch of lines, for browsers that compute\n      // fractional heights.\n      for (var i = 0; i < 49; ++i) {\n        measureText.appendChild(document.createTextNode(\"x\"));\n        measureText.appendChild(elt(\"br\"));\n      }\n      measureText.appendChild(document.createTextNode(\"x\"));\n    }\n    removeChildrenAndAdd(display.measure, measureText);\n    var height = measureText.offsetHeight / 50;\n    if (height > 3) { display.cachedTextHeight = height; }\n    removeChildren(display.measure);\n    return height || 1\n  }\n\n  // Compute the default character width.\n  function charWidth(display) {\n    if (display.cachedCharWidth != null) { return display.cachedCharWidth }\n    var anchor = elt(\"span\", \"xxxxxxxxxx\");\n    var pre = elt(\"pre\", [anchor], \"CodeMirror-line-like\");\n    removeChildrenAndAdd(display.measure, pre);\n    var rect = anchor.getBoundingClientRect(), width = (rect.right - rect.left) / 10;\n    if (width > 2) { display.cachedCharWidth = width; }\n    return width || 10\n  }\n\n  // Do a bulk-read of the DOM positions and sizes needed to draw the\n  // view, so that we don't interleave reading and writing to the DOM.\n  function getDimensions(cm) {\n    var d = cm.display, left = {}, width = {};\n    var gutterLeft = d.gutters.clientLeft;\n    for (var n = d.gutters.firstChild, i = 0; n; n = n.nextSibling, ++i) {\n      var id = cm.display.gutterSpecs[i].className;\n      left[id] = n.offsetLeft + n.clientLeft + gutterLeft;\n      width[id] = n.clientWidth;\n    }\n    return {fixedPos: compensateForHScroll(d),\n            gutterTotalWidth: d.gutters.offsetWidth,\n            gutterLeft: left,\n            gutterWidth: width,\n            wrapperWidth: d.wrapper.clientWidth}\n  }\n\n  // Computes display.scroller.scrollLeft + display.gutters.offsetWidth,\n  // but using getBoundingClientRect to get a sub-pixel-accurate\n  // result.\n  function compensateForHScroll(display) {\n    return display.scroller.getBoundingClientRect().left - display.sizer.getBoundingClientRect().left\n  }\n\n  // Returns a function that estimates the height of a line, to use as\n  // first approximation until the line becomes visible (and is thus\n  // properly measurable).\n  function estimateHeight(cm) {\n    var th = textHeight(cm.display), wrapping = cm.options.lineWrapping;\n    var perLine = wrapping && Math.max(5, cm.display.scroller.clientWidth / charWidth(cm.display) - 3);\n    return function (line) {\n      if (lineIsHidden(cm.doc, line)) { return 0 }\n\n      var widgetsHeight = 0;\n      if (line.widgets) { for (var i = 0; i < line.widgets.length; i++) {\n        if (line.widgets[i].height) { widgetsHeight += line.widgets[i].height; }\n      } }\n\n      if (wrapping)\n        { return widgetsHeight + (Math.ceil(line.text.length / perLine) || 1) * th }\n      else\n        { return widgetsHeight + th }\n    }\n  }\n\n  function estimateLineHeights(cm) {\n    var doc = cm.doc, est = estimateHeight(cm);\n    doc.iter(function (line) {\n      var estHeight = est(line);\n      if (estHeight != line.height) { updateLineHeight(line, estHeight); }\n    });\n  }\n\n  // Given a mouse event, find the corresponding position. If liberal\n  // is false, it checks whether a gutter or scrollbar was clicked,\n  // and returns null if it was. forRect is used by rectangular\n  // selections, and tries to estimate a character position even for\n  // coordinates beyond the right of the text.\n  function posFromMouse(cm, e, liberal, forRect) {\n    var display = cm.display;\n    if (!liberal && e_target(e).getAttribute(\"cm-not-content\") == \"true\") { return null }\n\n    var x, y, space = display.lineSpace.getBoundingClientRect();\n    // Fails unpredictably on IE[67] when mouse is dragged around quickly.\n    try { x = e.clientX - space.left; y = e.clientY - space.top; }\n    catch (e$1) { return null }\n    var coords = coordsChar(cm, x, y), line;\n    if (forRect && coords.xRel > 0 && (line = getLine(cm.doc, coords.line).text).length == coords.ch) {\n      var colDiff = countColumn(line, line.length, cm.options.tabSize) - line.length;\n      coords = Pos(coords.line, Math.max(0, Math.round((x - paddingH(cm.display).left) / charWidth(cm.display)) - colDiff));\n    }\n    return coords\n  }\n\n  // Find the view element corresponding to a given line. Return null\n  // when the line isn't visible.\n  function findViewIndex(cm, n) {\n    if (n >= cm.display.viewTo) { return null }\n    n -= cm.display.viewFrom;\n    if (n < 0) { return null }\n    var view = cm.display.view;\n    for (var i = 0; i < view.length; i++) {\n      n -= view[i].size;\n      if (n < 0) { return i }\n    }\n  }\n\n  // Updates the display.view data structure for a given change to the\n  // document. From and to are in pre-change coordinates. Lendiff is\n  // the amount of lines added or subtracted by the change. This is\n  // used for changes that span multiple lines, or change the way\n  // lines are divided into visual lines. regLineChange (below)\n  // registers single-line changes.\n  function regChange(cm, from, to, lendiff) {\n    if (from == null) { from = cm.doc.first; }\n    if (to == null) { to = cm.doc.first + cm.doc.size; }\n    if (!lendiff) { lendiff = 0; }\n\n    var display = cm.display;\n    if (lendiff && to < display.viewTo &&\n        (display.updateLineNumbers == null || display.updateLineNumbers > from))\n      { display.updateLineNumbers = from; }\n\n    cm.curOp.viewChanged = true;\n\n    if (from >= display.viewTo) { // Change after\n      if (sawCollapsedSpans && visualLineNo(cm.doc, from) < display.viewTo)\n        { resetView(cm); }\n    } else if (to <= display.viewFrom) { // Change before\n      if (sawCollapsedSpans && visualLineEndNo(cm.doc, to + lendiff) > display.viewFrom) {\n        resetView(cm);\n      } else {\n        display.viewFrom += lendiff;\n        display.viewTo += lendiff;\n      }\n    } else if (from <= display.viewFrom && to >= display.viewTo) { // Full overlap\n      resetView(cm);\n    } else if (from <= display.viewFrom) { // Top overlap\n      var cut = viewCuttingPoint(cm, to, to + lendiff, 1);\n      if (cut) {\n        display.view = display.view.slice(cut.index);\n        display.viewFrom = cut.lineN;\n        display.viewTo += lendiff;\n      } else {\n        resetView(cm);\n      }\n    } else if (to >= display.viewTo) { // Bottom overlap\n      var cut$1 = viewCuttingPoint(cm, from, from, -1);\n      if (cut$1) {\n        display.view = display.view.slice(0, cut$1.index);\n        display.viewTo = cut$1.lineN;\n      } else {\n        resetView(cm);\n      }\n    } else { // Gap in the middle\n      var cutTop = viewCuttingPoint(cm, from, from, -1);\n      var cutBot = viewCuttingPoint(cm, to, to + lendiff, 1);\n      if (cutTop && cutBot) {\n        display.view = display.view.slice(0, cutTop.index)\n          .concat(buildViewArray(cm, cutTop.lineN, cutBot.lineN))\n          .concat(display.view.slice(cutBot.index));\n        display.viewTo += lendiff;\n      } else {\n        resetView(cm);\n      }\n    }\n\n    var ext = display.externalMeasured;\n    if (ext) {\n      if (to < ext.lineN)\n        { ext.lineN += lendiff; }\n      else if (from < ext.lineN + ext.size)\n        { display.externalMeasured = null; }\n    }\n  }\n\n  // Register a change to a single line. Type must be one of \"text\",\n  // \"gutter\", \"class\", \"widget\"\n  function regLineChange(cm, line, type) {\n    cm.curOp.viewChanged = true;\n    var display = cm.display, ext = cm.display.externalMeasured;\n    if (ext && line >= ext.lineN && line < ext.lineN + ext.size)\n      { display.externalMeasured = null; }\n\n    if (line < display.viewFrom || line >= display.viewTo) { return }\n    var lineView = display.view[findViewIndex(cm, line)];\n    if (lineView.node == null) { return }\n    var arr = lineView.changes || (lineView.changes = []);\n    if (indexOf(arr, type) == -1) { arr.push(type); }\n  }\n\n  // Clear the view.\n  function resetView(cm) {\n    cm.display.viewFrom = cm.display.viewTo = cm.doc.first;\n    cm.display.view = [];\n    cm.display.viewOffset = 0;\n  }\n\n  function viewCuttingPoint(cm, oldN, newN, dir) {\n    var index = findViewIndex(cm, oldN), diff, view = cm.display.view;\n    if (!sawCollapsedSpans || newN == cm.doc.first + cm.doc.size)\n      { return {index: index, lineN: newN} }\n    var n = cm.display.viewFrom;\n    for (var i = 0; i < index; i++)\n      { n += view[i].size; }\n    if (n != oldN) {\n      if (dir > 0) {\n        if (index == view.length - 1) { return null }\n        diff = (n + view[index].size) - oldN;\n        index++;\n      } else {\n        diff = n - oldN;\n      }\n      oldN += diff; newN += diff;\n    }\n    while (visualLineNo(cm.doc, newN) != newN) {\n      if (index == (dir < 0 ? 0 : view.length - 1)) { return null }\n      newN += dir * view[index - (dir < 0 ? 1 : 0)].size;\n      index += dir;\n    }\n    return {index: index, lineN: newN}\n  }\n\n  // Force the view to cover a given range, adding empty view element\n  // or clipping off existing ones as needed.\n  function adjustView(cm, from, to) {\n    var display = cm.display, view = display.view;\n    if (view.length == 0 || from >= display.viewTo || to <= display.viewFrom) {\n      display.view = buildViewArray(cm, from, to);\n      display.viewFrom = from;\n    } else {\n      if (display.viewFrom > from)\n        { display.view = buildViewArray(cm, from, display.viewFrom).concat(display.view); }\n      else if (display.viewFrom < from)\n        { display.view = display.view.slice(findViewIndex(cm, from)); }\n      display.viewFrom = from;\n      if (display.viewTo < to)\n        { display.view = display.view.concat(buildViewArray(cm, display.viewTo, to)); }\n      else if (display.viewTo > to)\n        { display.view = display.view.slice(0, findViewIndex(cm, to)); }\n    }\n    display.viewTo = to;\n  }\n\n  // Count the number of lines in the view whose DOM representation is\n  // out of date (or nonexistent).\n  function countDirtyView(cm) {\n    var view = cm.display.view, dirty = 0;\n    for (var i = 0; i < view.length; i++) {\n      var lineView = view[i];\n      if (!lineView.hidden && (!lineView.node || lineView.changes)) { ++dirty; }\n    }\n    return dirty\n  }\n\n  function updateSelection(cm) {\n    cm.display.input.showSelection(cm.display.input.prepareSelection());\n  }\n\n  function prepareSelection(cm, primary) {\n    if ( primary === void 0 ) primary = true;\n\n    var doc = cm.doc, result = {};\n    var curFragment = result.cursors = document.createDocumentFragment();\n    var selFragment = result.selection = document.createDocumentFragment();\n\n    var customCursor = cm.options.$customCursor;\n    if (customCursor) { primary = true; }\n    for (var i = 0; i < doc.sel.ranges.length; i++) {\n      if (!primary && i == doc.sel.primIndex) { continue }\n      var range = doc.sel.ranges[i];\n      if (range.from().line >= cm.display.viewTo || range.to().line < cm.display.viewFrom) { continue }\n      var collapsed = range.empty();\n      if (customCursor) {\n        var head = customCursor(cm, range);\n        if (head) { drawSelectionCursor(cm, head, curFragment); }\n      } else if (collapsed || cm.options.showCursorWhenSelecting) {\n        drawSelectionCursor(cm, range.head, curFragment);\n      }\n      if (!collapsed)\n        { drawSelectionRange(cm, range, selFragment); }\n    }\n    return result\n  }\n\n  // Draws a cursor for the given range\n  function drawSelectionCursor(cm, head, output) {\n    var pos = cursorCoords(cm, head, \"div\", null, null, !cm.options.singleCursorHeightPerLine);\n\n    var cursor = output.appendChild(elt(\"div\", \"\\u00a0\", \"CodeMirror-cursor\"));\n    cursor.style.left = pos.left + \"px\";\n    cursor.style.top = pos.top + \"px\";\n    cursor.style.height = Math.max(0, pos.bottom - pos.top) * cm.options.cursorHeight + \"px\";\n\n    if (/\\bcm-fat-cursor\\b/.test(cm.getWrapperElement().className)) {\n      var charPos = charCoords(cm, head, \"div\", null, null);\n      var width = charPos.right - charPos.left;\n      cursor.style.width = (width > 0 ? width : cm.defaultCharWidth()) + \"px\";\n    }\n\n    if (pos.other) {\n      // Secondary cursor, shown when on a 'jump' in bi-directional text\n      var otherCursor = output.appendChild(elt(\"div\", \"\\u00a0\", \"CodeMirror-cursor CodeMirror-secondarycursor\"));\n      otherCursor.style.display = \"\";\n      otherCursor.style.left = pos.other.left + \"px\";\n      otherCursor.style.top = pos.other.top + \"px\";\n      otherCursor.style.height = (pos.other.bottom - pos.other.top) * .85 + \"px\";\n    }\n  }\n\n  function cmpCoords(a, b) { return a.top - b.top || a.left - b.left }\n\n  // Draws the given range as a highlighted selection\n  function drawSelectionRange(cm, range, output) {\n    var display = cm.display, doc = cm.doc;\n    var fragment = document.createDocumentFragment();\n    var padding = paddingH(cm.display), leftSide = padding.left;\n    var rightSide = Math.max(display.sizerWidth, displayWidth(cm) - display.sizer.offsetLeft) - padding.right;\n    var docLTR = doc.direction == \"ltr\";\n\n    function add(left, top, width, bottom) {\n      if (top < 0) { top = 0; }\n      top = Math.round(top);\n      bottom = Math.round(bottom);\n      fragment.appendChild(elt(\"div\", null, \"CodeMirror-selected\", (\"position: absolute; left: \" + left + \"px;\\n                             top: \" + top + \"px; width: \" + (width == null ? rightSide - left : width) + \"px;\\n                             height: \" + (bottom - top) + \"px\")));\n    }\n\n    function drawForLine(line, fromArg, toArg) {\n      var lineObj = getLine(doc, line);\n      var lineLen = lineObj.text.length;\n      var start, end;\n      function coords(ch, bias) {\n        return charCoords(cm, Pos(line, ch), \"div\", lineObj, bias)\n      }\n\n      function wrapX(pos, dir, side) {\n        var extent = wrappedLineExtentChar(cm, lineObj, null, pos);\n        var prop = (dir == \"ltr\") == (side == \"after\") ? \"left\" : \"right\";\n        var ch = side == \"after\" ? extent.begin : extent.end - (/\\s/.test(lineObj.text.charAt(extent.end - 1)) ? 2 : 1);\n        return coords(ch, prop)[prop]\n      }\n\n      var order = getOrder(lineObj, doc.direction);\n      iterateBidiSections(order, fromArg || 0, toArg == null ? lineLen : toArg, function (from, to, dir, i) {\n        var ltr = dir == \"ltr\";\n        var fromPos = coords(from, ltr ? \"left\" : \"right\");\n        var toPos = coords(to - 1, ltr ? \"right\" : \"left\");\n\n        var openStart = fromArg == null && from == 0, openEnd = toArg == null && to == lineLen;\n        var first = i == 0, last = !order || i == order.length - 1;\n        if (toPos.top - fromPos.top <= 3) { // Single line\n          var openLeft = (docLTR ? openStart : openEnd) && first;\n          var openRight = (docLTR ? openEnd : openStart) && last;\n          var left = openLeft ? leftSide : (ltr ? fromPos : toPos).left;\n          var right = openRight ? rightSide : (ltr ? toPos : fromPos).right;\n          add(left, fromPos.top, right - left, fromPos.bottom);\n        } else { // Multiple lines\n          var topLeft, topRight, botLeft, botRight;\n          if (ltr) {\n            topLeft = docLTR && openStart && first ? leftSide : fromPos.left;\n            topRight = docLTR ? rightSide : wrapX(from, dir, \"before\");\n            botLeft = docLTR ? leftSide : wrapX(to, dir, \"after\");\n            botRight = docLTR && openEnd && last ? rightSide : toPos.right;\n          } else {\n            topLeft = !docLTR ? leftSide : wrapX(from, dir, \"before\");\n            topRight = !docLTR && openStart && first ? rightSide : fromPos.right;\n            botLeft = !docLTR && openEnd && last ? leftSide : toPos.left;\n            botRight = !docLTR ? rightSide : wrapX(to, dir, \"after\");\n          }\n          add(topLeft, fromPos.top, topRight - topLeft, fromPos.bottom);\n          if (fromPos.bottom < toPos.top) { add(leftSide, fromPos.bottom, null, toPos.top); }\n          add(botLeft, toPos.top, botRight - botLeft, toPos.bottom);\n        }\n\n        if (!start || cmpCoords(fromPos, start) < 0) { start = fromPos; }\n        if (cmpCoords(toPos, start) < 0) { start = toPos; }\n        if (!end || cmpCoords(fromPos, end) < 0) { end = fromPos; }\n        if (cmpCoords(toPos, end) < 0) { end = toPos; }\n      });\n      return {start: start, end: end}\n    }\n\n    var sFrom = range.from(), sTo = range.to();\n    if (sFrom.line == sTo.line) {\n      drawForLine(sFrom.line, sFrom.ch, sTo.ch);\n    } else {\n      var fromLine = getLine(doc, sFrom.line), toLine = getLine(doc, sTo.line);\n      var singleVLine = visualLine(fromLine) == visualLine(toLine);\n      var leftEnd = drawForLine(sFrom.line, sFrom.ch, singleVLine ? fromLine.text.length + 1 : null).end;\n      var rightStart = drawForLine(sTo.line, singleVLine ? 0 : null, sTo.ch).start;\n      if (singleVLine) {\n        if (leftEnd.top < rightStart.top - 2) {\n          add(leftEnd.right, leftEnd.top, null, leftEnd.bottom);\n          add(leftSide, rightStart.top, rightStart.left, rightStart.bottom);\n        } else {\n          add(leftEnd.right, leftEnd.top, rightStart.left - leftEnd.right, leftEnd.bottom);\n        }\n      }\n      if (leftEnd.bottom < rightStart.top)\n        { add(leftSide, leftEnd.bottom, null, rightStart.top); }\n    }\n\n    output.appendChild(fragment);\n  }\n\n  // Cursor-blinking\n  function restartBlink(cm) {\n    if (!cm.state.focused) { return }\n    var display = cm.display;\n    clearInterval(display.blinker);\n    var on = true;\n    display.cursorDiv.style.visibility = \"\";\n    if (cm.options.cursorBlinkRate > 0)\n      { display.blinker = setInterval(function () {\n        if (!cm.hasFocus()) { onBlur(cm); }\n        display.cursorDiv.style.visibility = (on = !on) ? \"\" : \"hidden\";\n      }, cm.options.cursorBlinkRate); }\n    else if (cm.options.cursorBlinkRate < 0)\n      { display.cursorDiv.style.visibility = \"hidden\"; }\n  }\n\n  function ensureFocus(cm) {\n    if (!cm.hasFocus()) {\n      cm.display.input.focus();\n      if (!cm.state.focused) { onFocus(cm); }\n    }\n  }\n\n  function delayBlurEvent(cm) {\n    cm.state.delayingBlurEvent = true;\n    setTimeout(function () { if (cm.state.delayingBlurEvent) {\n      cm.state.delayingBlurEvent = false;\n      if (cm.state.focused) { onBlur(cm); }\n    } }, 100);\n  }\n\n  function onFocus(cm, e) {\n    if (cm.state.delayingBlurEvent && !cm.state.draggingText) { cm.state.delayingBlurEvent = false; }\n\n    if (cm.options.readOnly == \"nocursor\") { return }\n    if (!cm.state.focused) {\n      signal(cm, \"focus\", cm, e);\n      cm.state.focused = true;\n      addClass(cm.display.wrapper, \"CodeMirror-focused\");\n      // This test prevents this from firing when a context\n      // menu is closed (since the input reset would kill the\n      // select-all detection hack)\n      if (!cm.curOp && cm.display.selForContextMenu != cm.doc.sel) {\n        cm.display.input.reset();\n        if (webkit) { setTimeout(function () { return cm.display.input.reset(true); }, 20); } // Issue #1730\n      }\n      cm.display.input.receivedFocus();\n    }\n    restartBlink(cm);\n  }\n  function onBlur(cm, e) {\n    if (cm.state.delayingBlurEvent) { return }\n\n    if (cm.state.focused) {\n      signal(cm, \"blur\", cm, e);\n      cm.state.focused = false;\n      rmClass(cm.display.wrapper, \"CodeMirror-focused\");\n    }\n    clearInterval(cm.display.blinker);\n    setTimeout(function () { if (!cm.state.focused) { cm.display.shift = false; } }, 150);\n  }\n\n  // Read the actual heights of the rendered lines, and update their\n  // stored heights to match.\n  function updateHeightsInViewport(cm) {\n    var display = cm.display;\n    var prevBottom = display.lineDiv.offsetTop;\n    var viewTop = Math.max(0, display.scroller.getBoundingClientRect().top);\n    var oldHeight = display.lineDiv.getBoundingClientRect().top;\n    var mustScroll = 0;\n    for (var i = 0; i < display.view.length; i++) {\n      var cur = display.view[i], wrapping = cm.options.lineWrapping;\n      var height = (void 0), width = 0;\n      if (cur.hidden) { continue }\n      oldHeight += cur.line.height;\n      if (ie && ie_version < 8) {\n        var bot = cur.node.offsetTop + cur.node.offsetHeight;\n        height = bot - prevBottom;\n        prevBottom = bot;\n      } else {\n        var box = cur.node.getBoundingClientRect();\n        height = box.bottom - box.top;\n        // Check that lines don't extend past the right of the current\n        // editor width\n        if (!wrapping && cur.text.firstChild)\n          { width = cur.text.firstChild.getBoundingClientRect().right - box.left - 1; }\n      }\n      var diff = cur.line.height - height;\n      if (diff > .005 || diff < -.005) {\n        if (oldHeight < viewTop) { mustScroll -= diff; }\n        updateLineHeight(cur.line, height);\n        updateWidgetHeight(cur.line);\n        if (cur.rest) { for (var j = 0; j < cur.rest.length; j++)\n          { updateWidgetHeight(cur.rest[j]); } }\n      }\n      if (width > cm.display.sizerWidth) {\n        var chWidth = Math.ceil(width / charWidth(cm.display));\n        if (chWidth > cm.display.maxLineLength) {\n          cm.display.maxLineLength = chWidth;\n          cm.display.maxLine = cur.line;\n          cm.display.maxLineChanged = true;\n        }\n      }\n    }\n    if (Math.abs(mustScroll) > 2) { display.scroller.scrollTop += mustScroll; }\n  }\n\n  // Read and store the height of line widgets associated with the\n  // given line.\n  function updateWidgetHeight(line) {\n    if (line.widgets) { for (var i = 0; i < line.widgets.length; ++i) {\n      var w = line.widgets[i], parent = w.node.parentNode;\n      if (parent) { w.height = parent.offsetHeight; }\n    } }\n  }\n\n  // Compute the lines that are visible in a given viewport (defaults\n  // the the current scroll position). viewport may contain top,\n  // height, and ensure (see op.scrollToPos) properties.\n  function visibleLines(display, doc, viewport) {\n    var top = viewport && viewport.top != null ? Math.max(0, viewport.top) : display.scroller.scrollTop;\n    top = Math.floor(top - paddingTop(display));\n    var bottom = viewport && viewport.bottom != null ? viewport.bottom : top + display.wrapper.clientHeight;\n\n    var from = lineAtHeight(doc, top), to = lineAtHeight(doc, bottom);\n    // Ensure is a {from: {line, ch}, to: {line, ch}} object, and\n    // forces those lines into the viewport (if possible).\n    if (viewport && viewport.ensure) {\n      var ensureFrom = viewport.ensure.from.line, ensureTo = viewport.ensure.to.line;\n      if (ensureFrom < from) {\n        from = ensureFrom;\n        to = lineAtHeight(doc, heightAtLine(getLine(doc, ensureFrom)) + display.wrapper.clientHeight);\n      } else if (Math.min(ensureTo, doc.lastLine()) >= to) {\n        from = lineAtHeight(doc, heightAtLine(getLine(doc, ensureTo)) - display.wrapper.clientHeight);\n        to = ensureTo;\n      }\n    }\n    return {from: from, to: Math.max(to, from + 1)}\n  }\n\n  // SCROLLING THINGS INTO VIEW\n\n  // If an editor sits on the top or bottom of the window, partially\n  // scrolled out of view, this ensures that the cursor is visible.\n  function maybeScrollWindow(cm, rect) {\n    if (signalDOMEvent(cm, \"scrollCursorIntoView\")) { return }\n\n    var display = cm.display, box = display.sizer.getBoundingClientRect(), doScroll = null;\n    var doc = display.wrapper.ownerDocument;\n    if (rect.top + box.top < 0) { doScroll = true; }\n    else if (rect.bottom + box.top > (doc.defaultView.innerHeight || doc.documentElement.clientHeight)) { doScroll = false; }\n    if (doScroll != null && !phantom) {\n      var scrollNode = elt(\"div\", \"\\u200b\", null, (\"position: absolute;\\n                         top: \" + (rect.top - display.viewOffset - paddingTop(cm.display)) + \"px;\\n                         height: \" + (rect.bottom - rect.top + scrollGap(cm) + display.barHeight) + \"px;\\n                         left: \" + (rect.left) + \"px; width: \" + (Math.max(2, rect.right - rect.left)) + \"px;\"));\n      cm.display.lineSpace.appendChild(scrollNode);\n      scrollNode.scrollIntoView(doScroll);\n      cm.display.lineSpace.removeChild(scrollNode);\n    }\n  }\n\n  // Scroll a given position into view (immediately), verifying that\n  // it actually became visible (as line heights are accurately\n  // measured, the position of something may 'drift' during drawing).\n  function scrollPosIntoView(cm, pos, end, margin) {\n    if (margin == null) { margin = 0; }\n    var rect;\n    if (!cm.options.lineWrapping && pos == end) {\n      // Set pos and end to the cursor positions around the character pos sticks to\n      // If pos.sticky == \"before\", that is around pos.ch - 1, otherwise around pos.ch\n      // If pos == Pos(_, 0, \"before\"), pos and end are unchanged\n      end = pos.sticky == \"before\" ? Pos(pos.line, pos.ch + 1, \"before\") : pos;\n      pos = pos.ch ? Pos(pos.line, pos.sticky == \"before\" ? pos.ch - 1 : pos.ch, \"after\") : pos;\n    }\n    for (var limit = 0; limit < 5; limit++) {\n      var changed = false;\n      var coords = cursorCoords(cm, pos);\n      var endCoords = !end || end == pos ? coords : cursorCoords(cm, end);\n      rect = {left: Math.min(coords.left, endCoords.left),\n              top: Math.min(coords.top, endCoords.top) - margin,\n              right: Math.max(coords.left, endCoords.left),\n              bottom: Math.max(coords.bottom, endCoords.bottom) + margin};\n      var scrollPos = calculateScrollPos(cm, rect);\n      var startTop = cm.doc.scrollTop, startLeft = cm.doc.scrollLeft;\n      if (scrollPos.scrollTop != null) {\n        updateScrollTop(cm, scrollPos.scrollTop);\n        if (Math.abs(cm.doc.scrollTop - startTop) > 1) { changed = true; }\n      }\n      if (scrollPos.scrollLeft != null) {\n        setScrollLeft(cm, scrollPos.scrollLeft);\n        if (Math.abs(cm.doc.scrollLeft - startLeft) > 1) { changed = true; }\n      }\n      if (!changed) { break }\n    }\n    return rect\n  }\n\n  // Scroll a given set of coordinates into view (immediately).\n  function scrollIntoView(cm, rect) {\n    var scrollPos = calculateScrollPos(cm, rect);\n    if (scrollPos.scrollTop != null) { updateScrollTop(cm, scrollPos.scrollTop); }\n    if (scrollPos.scrollLeft != null) { setScrollLeft(cm, scrollPos.scrollLeft); }\n  }\n\n  // Calculate a new scroll position needed to scroll the given\n  // rectangle into view. Returns an object with scrollTop and\n  // scrollLeft properties. When these are undefined, the\n  // vertical/horizontal position does not need to be adjusted.\n  function calculateScrollPos(cm, rect) {\n    var display = cm.display, snapMargin = textHeight(cm.display);\n    if (rect.top < 0) { rect.top = 0; }\n    var screentop = cm.curOp && cm.curOp.scrollTop != null ? cm.curOp.scrollTop : display.scroller.scrollTop;\n    var screen = displayHeight(cm), result = {};\n    if (rect.bottom - rect.top > screen) { rect.bottom = rect.top + screen; }\n    var docBottom = cm.doc.height + paddingVert(display);\n    var atTop = rect.top < snapMargin, atBottom = rect.bottom > docBottom - snapMargin;\n    if (rect.top < screentop) {\n      result.scrollTop = atTop ? 0 : rect.top;\n    } else if (rect.bottom > screentop + screen) {\n      var newTop = Math.min(rect.top, (atBottom ? docBottom : rect.bottom) - screen);\n      if (newTop != screentop) { result.scrollTop = newTop; }\n    }\n\n    var gutterSpace = cm.options.fixedGutter ? 0 : display.gutters.offsetWidth;\n    var screenleft = cm.curOp && cm.curOp.scrollLeft != null ? cm.curOp.scrollLeft : display.scroller.scrollLeft - gutterSpace;\n    var screenw = displayWidth(cm) - display.gutters.offsetWidth;\n    var tooWide = rect.right - rect.left > screenw;\n    if (tooWide) { rect.right = rect.left + screenw; }\n    if (rect.left < 10)\n      { result.scrollLeft = 0; }\n    else if (rect.left < screenleft)\n      { result.scrollLeft = Math.max(0, rect.left + gutterSpace - (tooWide ? 0 : 10)); }\n    else if (rect.right > screenw + screenleft - 3)\n      { result.scrollLeft = rect.right + (tooWide ? 0 : 10) - screenw; }\n    return result\n  }\n\n  // Store a relative adjustment to the scroll position in the current\n  // operation (to be applied when the operation finishes).\n  function addToScrollTop(cm, top) {\n    if (top == null) { return }\n    resolveScrollToPos(cm);\n    cm.curOp.scrollTop = (cm.curOp.scrollTop == null ? cm.doc.scrollTop : cm.curOp.scrollTop) + top;\n  }\n\n  // Make sure that at the end of the operation the current cursor is\n  // shown.\n  function ensureCursorVisible(cm) {\n    resolveScrollToPos(cm);\n    var cur = cm.getCursor();\n    cm.curOp.scrollToPos = {from: cur, to: cur, margin: cm.options.cursorScrollMargin};\n  }\n\n  function scrollToCoords(cm, x, y) {\n    if (x != null || y != null) { resolveScrollToPos(cm); }\n    if (x != null) { cm.curOp.scrollLeft = x; }\n    if (y != null) { cm.curOp.scrollTop = y; }\n  }\n\n  function scrollToRange(cm, range) {\n    resolveScrollToPos(cm);\n    cm.curOp.scrollToPos = range;\n  }\n\n  // When an operation has its scrollToPos property set, and another\n  // scroll action is applied before the end of the operation, this\n  // 'simulates' scrolling that position into view in a cheap way, so\n  // that the effect of intermediate scroll commands is not ignored.\n  function resolveScrollToPos(cm) {\n    var range = cm.curOp.scrollToPos;\n    if (range) {\n      cm.curOp.scrollToPos = null;\n      var from = estimateCoords(cm, range.from), to = estimateCoords(cm, range.to);\n      scrollToCoordsRange(cm, from, to, range.margin);\n    }\n  }\n\n  function scrollToCoordsRange(cm, from, to, margin) {\n    var sPos = calculateScrollPos(cm, {\n      left: Math.min(from.left, to.left),\n      top: Math.min(from.top, to.top) - margin,\n      right: Math.max(from.right, to.right),\n      bottom: Math.max(from.bottom, to.bottom) + margin\n    });\n    scrollToCoords(cm, sPos.scrollLeft, sPos.scrollTop);\n  }\n\n  // Sync the scrollable area and scrollbars, ensure the viewport\n  // covers the visible area.\n  function updateScrollTop(cm, val) {\n    if (Math.abs(cm.doc.scrollTop - val) < 2) { return }\n    if (!gecko) { updateDisplaySimple(cm, {top: val}); }\n    setScrollTop(cm, val, true);\n    if (gecko) { updateDisplaySimple(cm); }\n    startWorker(cm, 100);\n  }\n\n  function setScrollTop(cm, val, forceScroll) {\n    val = Math.max(0, Math.min(cm.display.scroller.scrollHeight - cm.display.scroller.clientHeight, val));\n    if (cm.display.scroller.scrollTop == val && !forceScroll) { return }\n    cm.doc.scrollTop = val;\n    cm.display.scrollbars.setScrollTop(val);\n    if (cm.display.scroller.scrollTop != val) { cm.display.scroller.scrollTop = val; }\n  }\n\n  // Sync scroller and scrollbar, ensure the gutter elements are\n  // aligned.\n  function setScrollLeft(cm, val, isScroller, forceScroll) {\n    val = Math.max(0, Math.min(val, cm.display.scroller.scrollWidth - cm.display.scroller.clientWidth));\n    if ((isScroller ? val == cm.doc.scrollLeft : Math.abs(cm.doc.scrollLeft - val) < 2) && !forceScroll) { return }\n    cm.doc.scrollLeft = val;\n    alignHorizontally(cm);\n    if (cm.display.scroller.scrollLeft != val) { cm.display.scroller.scrollLeft = val; }\n    cm.display.scrollbars.setScrollLeft(val);\n  }\n\n  // SCROLLBARS\n\n  // Prepare DOM reads needed to update the scrollbars. Done in one\n  // shot to minimize update/measure roundtrips.\n  function measureForScrollbars(cm) {\n    var d = cm.display, gutterW = d.gutters.offsetWidth;\n    var docH = Math.round(cm.doc.height + paddingVert(cm.display));\n    return {\n      clientHeight: d.scroller.clientHeight,\n      viewHeight: d.wrapper.clientHeight,\n      scrollWidth: d.scroller.scrollWidth, clientWidth: d.scroller.clientWidth,\n      viewWidth: d.wrapper.clientWidth,\n      barLeft: cm.options.fixedGutter ? gutterW : 0,\n      docHeight: docH,\n      scrollHeight: docH + scrollGap(cm) + d.barHeight,\n      nativeBarWidth: d.nativeBarWidth,\n      gutterWidth: gutterW\n    }\n  }\n\n  var NativeScrollbars = function(place, scroll, cm) {\n    this.cm = cm;\n    var vert = this.vert = elt(\"div\", [elt(\"div\", null, null, \"min-width: 1px\")], \"CodeMirror-vscrollbar\");\n    var horiz = this.horiz = elt(\"div\", [elt(\"div\", null, null, \"height: 100%; min-height: 1px\")], \"CodeMirror-hscrollbar\");\n    vert.tabIndex = horiz.tabIndex = -1;\n    place(vert); place(horiz);\n\n    on(vert, \"scroll\", function () {\n      if (vert.clientHeight) { scroll(vert.scrollTop, \"vertical\"); }\n    });\n    on(horiz, \"scroll\", function () {\n      if (horiz.clientWidth) { scroll(horiz.scrollLeft, \"horizontal\"); }\n    });\n\n    this.checkedZeroWidth = false;\n    // Need to set a minimum width to see the scrollbar on IE7 (but must not set it on IE8).\n    if (ie && ie_version < 8) { this.horiz.style.minHeight = this.vert.style.minWidth = \"18px\"; }\n  };\n\n  NativeScrollbars.prototype.update = function (measure) {\n    var needsH = measure.scrollWidth > measure.clientWidth + 1;\n    var needsV = measure.scrollHeight > measure.clientHeight + 1;\n    var sWidth = measure.nativeBarWidth;\n\n    if (needsV) {\n      this.vert.style.display = \"block\";\n      this.vert.style.bottom = needsH ? sWidth + \"px\" : \"0\";\n      var totalHeight = measure.viewHeight - (needsH ? sWidth : 0);\n      // A bug in IE8 can cause this value to be negative, so guard it.\n      this.vert.firstChild.style.height =\n        Math.max(0, measure.scrollHeight - measure.clientHeight + totalHeight) + \"px\";\n    } else {\n      this.vert.scrollTop = 0;\n      this.vert.style.display = \"\";\n      this.vert.firstChild.style.height = \"0\";\n    }\n\n    if (needsH) {\n      this.horiz.style.display = \"block\";\n      this.horiz.style.right = needsV ? sWidth + \"px\" : \"0\";\n      this.horiz.style.left = measure.barLeft + \"px\";\n      var totalWidth = measure.viewWidth - measure.barLeft - (needsV ? sWidth : 0);\n      this.horiz.firstChild.style.width =\n        Math.max(0, measure.scrollWidth - measure.clientWidth + totalWidth) + \"px\";\n    } else {\n      this.horiz.style.display = \"\";\n      this.horiz.firstChild.style.width = \"0\";\n    }\n\n    if (!this.checkedZeroWidth && measure.clientHeight > 0) {\n      if (sWidth == 0) { this.zeroWidthHack(); }\n      this.checkedZeroWidth = true;\n    }\n\n    return {right: needsV ? sWidth : 0, bottom: needsH ? sWidth : 0}\n  };\n\n  NativeScrollbars.prototype.setScrollLeft = function (pos) {\n    if (this.horiz.scrollLeft != pos) { this.horiz.scrollLeft = pos; }\n    if (this.disableHoriz) { this.enableZeroWidthBar(this.horiz, this.disableHoriz, \"horiz\"); }\n  };\n\n  NativeScrollbars.prototype.setScrollTop = function (pos) {\n    if (this.vert.scrollTop != pos) { this.vert.scrollTop = pos; }\n    if (this.disableVert) { this.enableZeroWidthBar(this.vert, this.disableVert, \"vert\"); }\n  };\n\n  NativeScrollbars.prototype.zeroWidthHack = function () {\n    var w = mac && !mac_geMountainLion ? \"12px\" : \"18px\";\n    this.horiz.style.height = this.vert.style.width = w;\n    this.horiz.style.visibility = this.vert.style.visibility = \"hidden\";\n    this.disableHoriz = new Delayed;\n    this.disableVert = new Delayed;\n  };\n\n  NativeScrollbars.prototype.enableZeroWidthBar = function (bar, delay, type) {\n    bar.style.visibility = \"\";\n    function maybeDisable() {\n      // To find out whether the scrollbar is still visible, we\n      // check whether the element under the pixel in the bottom\n      // right corner of the scrollbar box is the scrollbar box\n      // itself (when the bar is still visible) or its filler child\n      // (when the bar is hidden). If it is still visible, we keep\n      // it enabled, if it's hidden, we disable pointer events.\n      var box = bar.getBoundingClientRect();\n      var elt = type == \"vert\" ? document.elementFromPoint(box.right - 1, (box.top + box.bottom) / 2)\n          : document.elementFromPoint((box.right + box.left) / 2, box.bottom - 1);\n      if (elt != bar) { bar.style.visibility = \"hidden\"; }\n      else { delay.set(1000, maybeDisable); }\n    }\n    delay.set(1000, maybeDisable);\n  };\n\n  NativeScrollbars.prototype.clear = function () {\n    var parent = this.horiz.parentNode;\n    parent.removeChild(this.horiz);\n    parent.removeChild(this.vert);\n  };\n\n  var NullScrollbars = function () {};\n\n  NullScrollbars.prototype.update = function () { return {bottom: 0, right: 0} };\n  NullScrollbars.prototype.setScrollLeft = function () {};\n  NullScrollbars.prototype.setScrollTop = function () {};\n  NullScrollbars.prototype.clear = function () {};\n\n  function updateScrollbars(cm, measure) {\n    if (!measure) { measure = measureForScrollbars(cm); }\n    var startWidth = cm.display.barWidth, startHeight = cm.display.barHeight;\n    updateScrollbarsInner(cm, measure);\n    for (var i = 0; i < 4 && startWidth != cm.display.barWidth || startHeight != cm.display.barHeight; i++) {\n      if (startWidth != cm.display.barWidth && cm.options.lineWrapping)\n        { updateHeightsInViewport(cm); }\n      updateScrollbarsInner(cm, measureForScrollbars(cm));\n      startWidth = cm.display.barWidth; startHeight = cm.display.barHeight;\n    }\n  }\n\n  // Re-synchronize the fake scrollbars with the actual size of the\n  // content.\n  function updateScrollbarsInner(cm, measure) {\n    var d = cm.display;\n    var sizes = d.scrollbars.update(measure);\n\n    d.sizer.style.paddingRight = (d.barWidth = sizes.right) + \"px\";\n    d.sizer.style.paddingBottom = (d.barHeight = sizes.bottom) + \"px\";\n    d.heightForcer.style.borderBottom = sizes.bottom + \"px solid transparent\";\n\n    if (sizes.right && sizes.bottom) {\n      d.scrollbarFiller.style.display = \"block\";\n      d.scrollbarFiller.style.height = sizes.bottom + \"px\";\n      d.scrollbarFiller.style.width = sizes.right + \"px\";\n    } else { d.scrollbarFiller.style.display = \"\"; }\n    if (sizes.bottom && cm.options.coverGutterNextToScrollbar && cm.options.fixedGutter) {\n      d.gutterFiller.style.display = \"block\";\n      d.gutterFiller.style.height = sizes.bottom + \"px\";\n      d.gutterFiller.style.width = measure.gutterWidth + \"px\";\n    } else { d.gutterFiller.style.display = \"\"; }\n  }\n\n  var scrollbarModel = {\"native\": NativeScrollbars, \"null\": NullScrollbars};\n\n  function initScrollbars(cm) {\n    if (cm.display.scrollbars) {\n      cm.display.scrollbars.clear();\n      if (cm.display.scrollbars.addClass)\n        { rmClass(cm.display.wrapper, cm.display.scrollbars.addClass); }\n    }\n\n    cm.display.scrollbars = new scrollbarModel[cm.options.scrollbarStyle](function (node) {\n      cm.display.wrapper.insertBefore(node, cm.display.scrollbarFiller);\n      // Prevent clicks in the scrollbars from killing focus\n      on(node, \"mousedown\", function () {\n        if (cm.state.focused) { setTimeout(function () { return cm.display.input.focus(); }, 0); }\n      });\n      node.setAttribute(\"cm-not-content\", \"true\");\n    }, function (pos, axis) {\n      if (axis == \"horizontal\") { setScrollLeft(cm, pos); }\n      else { updateScrollTop(cm, pos); }\n    }, cm);\n    if (cm.display.scrollbars.addClass)\n      { addClass(cm.display.wrapper, cm.display.scrollbars.addClass); }\n  }\n\n  // Operations are used to wrap a series of changes to the editor\n  // state in such a way that each change won't have to update the\n  // cursor and display (which would be awkward, slow, and\n  // error-prone). Instead, display updates are batched and then all\n  // combined and executed at once.\n\n  var nextOpId = 0;\n  // Start a new operation.\n  function startOperation(cm) {\n    cm.curOp = {\n      cm: cm,\n      viewChanged: false,      // Flag that indicates that lines might need to be redrawn\n      startHeight: cm.doc.height, // Used to detect need to update scrollbar\n      forceUpdate: false,      // Used to force a redraw\n      updateInput: 0,       // Whether to reset the input textarea\n      typing: false,           // Whether this reset should be careful to leave existing text (for compositing)\n      changeObjs: null,        // Accumulated changes, for firing change events\n      cursorActivityHandlers: null, // Set of handlers to fire cursorActivity on\n      cursorActivityCalled: 0, // Tracks which cursorActivity handlers have been called already\n      selectionChanged: false, // Whether the selection needs to be redrawn\n      updateMaxLine: false,    // Set when the widest line needs to be determined anew\n      scrollLeft: null, scrollTop: null, // Intermediate scroll position, not pushed to DOM yet\n      scrollToPos: null,       // Used to scroll to a specific position\n      focus: false,\n      id: ++nextOpId,          // Unique ID\n      markArrays: null         // Used by addMarkedSpan\n    };\n    pushOperation(cm.curOp);\n  }\n\n  // Finish an operation, updating the display and signalling delayed events\n  function endOperation(cm) {\n    var op = cm.curOp;\n    if (op) { finishOperation(op, function (group) {\n      for (var i = 0; i < group.ops.length; i++)\n        { group.ops[i].cm.curOp = null; }\n      endOperations(group);\n    }); }\n  }\n\n  // The DOM updates done when an operation finishes are batched so\n  // that the minimum number of relayouts are required.\n  function endOperations(group) {\n    var ops = group.ops;\n    for (var i = 0; i < ops.length; i++) // Read DOM\n      { endOperation_R1(ops[i]); }\n    for (var i$1 = 0; i$1 < ops.length; i$1++) // Write DOM (maybe)\n      { endOperation_W1(ops[i$1]); }\n    for (var i$2 = 0; i$2 < ops.length; i$2++) // Read DOM\n      { endOperation_R2(ops[i$2]); }\n    for (var i$3 = 0; i$3 < ops.length; i$3++) // Write DOM (maybe)\n      { endOperation_W2(ops[i$3]); }\n    for (var i$4 = 0; i$4 < ops.length; i$4++) // Read DOM\n      { endOperation_finish(ops[i$4]); }\n  }\n\n  function endOperation_R1(op) {\n    var cm = op.cm, display = cm.display;\n    maybeClipScrollbars(cm);\n    if (op.updateMaxLine) { findMaxLine(cm); }\n\n    op.mustUpdate = op.viewChanged || op.forceUpdate || op.scrollTop != null ||\n      op.scrollToPos && (op.scrollToPos.from.line < display.viewFrom ||\n                         op.scrollToPos.to.line >= display.viewTo) ||\n      display.maxLineChanged && cm.options.lineWrapping;\n    op.update = op.mustUpdate &&\n      new DisplayUpdate(cm, op.mustUpdate && {top: op.scrollTop, ensure: op.scrollToPos}, op.forceUpdate);\n  }\n\n  function endOperation_W1(op) {\n    op.updatedDisplay = op.mustUpdate && updateDisplayIfNeeded(op.cm, op.update);\n  }\n\n  function endOperation_R2(op) {\n    var cm = op.cm, display = cm.display;\n    if (op.updatedDisplay) { updateHeightsInViewport(cm); }\n\n    op.barMeasure = measureForScrollbars(cm);\n\n    // If the max line changed since it was last measured, measure it,\n    // and ensure the document's width matches it.\n    // updateDisplay_W2 will use these properties to do the actual resizing\n    if (display.maxLineChanged && !cm.options.lineWrapping) {\n      op.adjustWidthTo = measureChar(cm, display.maxLine, display.maxLine.text.length).left + 3;\n      cm.display.sizerWidth = op.adjustWidthTo;\n      op.barMeasure.scrollWidth =\n        Math.max(display.scroller.clientWidth, display.sizer.offsetLeft + op.adjustWidthTo + scrollGap(cm) + cm.display.barWidth);\n      op.maxScrollLeft = Math.max(0, display.sizer.offsetLeft + op.adjustWidthTo - displayWidth(cm));\n    }\n\n    if (op.updatedDisplay || op.selectionChanged)\n      { op.preparedSelection = display.input.prepareSelection(); }\n  }\n\n  function endOperation_W2(op) {\n    var cm = op.cm;\n\n    if (op.adjustWidthTo != null) {\n      cm.display.sizer.style.minWidth = op.adjustWidthTo + \"px\";\n      if (op.maxScrollLeft < cm.doc.scrollLeft)\n        { setScrollLeft(cm, Math.min(cm.display.scroller.scrollLeft, op.maxScrollLeft), true); }\n      cm.display.maxLineChanged = false;\n    }\n\n    var takeFocus = op.focus && op.focus == activeElt(doc(cm));\n    if (op.preparedSelection)\n      { cm.display.input.showSelection(op.preparedSelection, takeFocus); }\n    if (op.updatedDisplay || op.startHeight != cm.doc.height)\n      { updateScrollbars(cm, op.barMeasure); }\n    if (op.updatedDisplay)\n      { setDocumentHeight(cm, op.barMeasure); }\n\n    if (op.selectionChanged) { restartBlink(cm); }\n\n    if (cm.state.focused && op.updateInput)\n      { cm.display.input.reset(op.typing); }\n    if (takeFocus) { ensureFocus(op.cm); }\n  }\n\n  function endOperation_finish(op) {\n    var cm = op.cm, display = cm.display, doc = cm.doc;\n\n    if (op.updatedDisplay) { postUpdateDisplay(cm, op.update); }\n\n    // Abort mouse wheel delta measurement, when scrolling explicitly\n    if (display.wheelStartX != null && (op.scrollTop != null || op.scrollLeft != null || op.scrollToPos))\n      { display.wheelStartX = display.wheelStartY = null; }\n\n    // Propagate the scroll position to the actual DOM scroller\n    if (op.scrollTop != null) { setScrollTop(cm, op.scrollTop, op.forceScroll); }\n\n    if (op.scrollLeft != null) { setScrollLeft(cm, op.scrollLeft, true, true); }\n    // If we need to scroll a specific position into view, do so.\n    if (op.scrollToPos) {\n      var rect = scrollPosIntoView(cm, clipPos(doc, op.scrollToPos.from),\n                                   clipPos(doc, op.scrollToPos.to), op.scrollToPos.margin);\n      maybeScrollWindow(cm, rect);\n    }\n\n    // Fire events for markers that are hidden/unidden by editing or\n    // undoing\n    var hidden = op.maybeHiddenMarkers, unhidden = op.maybeUnhiddenMarkers;\n    if (hidden) { for (var i = 0; i < hidden.length; ++i)\n      { if (!hidden[i].lines.length) { signal(hidden[i], \"hide\"); } } }\n    if (unhidden) { for (var i$1 = 0; i$1 < unhidden.length; ++i$1)\n      { if (unhidden[i$1].lines.length) { signal(unhidden[i$1], \"unhide\"); } } }\n\n    if (display.wrapper.offsetHeight)\n      { doc.scrollTop = cm.display.scroller.scrollTop; }\n\n    // Fire change events, and delayed event handlers\n    if (op.changeObjs)\n      { signal(cm, \"changes\", cm, op.changeObjs); }\n    if (op.update)\n      { op.update.finish(); }\n  }\n\n  // Run the given function in an operation\n  function runInOp(cm, f) {\n    if (cm.curOp) { return f() }\n    startOperation(cm);\n    try { return f() }\n    finally { endOperation(cm); }\n  }\n  // Wraps a function in an operation. Returns the wrapped function.\n  function operation(cm, f) {\n    return function() {\n      if (cm.curOp) { return f.apply(cm, arguments) }\n      startOperation(cm);\n      try { return f.apply(cm, arguments) }\n      finally { endOperation(cm); }\n    }\n  }\n  // Used to add methods to editor and doc instances, wrapping them in\n  // operations.\n  function methodOp(f) {\n    return function() {\n      if (this.curOp) { return f.apply(this, arguments) }\n      startOperation(this);\n      try { return f.apply(this, arguments) }\n      finally { endOperation(this); }\n    }\n  }\n  function docMethodOp(f) {\n    return function() {\n      var cm = this.cm;\n      if (!cm || cm.curOp) { return f.apply(this, arguments) }\n      startOperation(cm);\n      try { return f.apply(this, arguments) }\n      finally { endOperation(cm); }\n    }\n  }\n\n  // HIGHLIGHT WORKER\n\n  function startWorker(cm, time) {\n    if (cm.doc.highlightFrontier < cm.display.viewTo)\n      { cm.state.highlight.set(time, bind(highlightWorker, cm)); }\n  }\n\n  function highlightWorker(cm) {\n    var doc = cm.doc;\n    if (doc.highlightFrontier >= cm.display.viewTo) { return }\n    var end = +new Date + cm.options.workTime;\n    var context = getContextBefore(cm, doc.highlightFrontier);\n    var changedLines = [];\n\n    doc.iter(context.line, Math.min(doc.first + doc.size, cm.display.viewTo + 500), function (line) {\n      if (context.line >= cm.display.viewFrom) { // Visible\n        var oldStyles = line.styles;\n        var resetState = line.text.length > cm.options.maxHighlightLength ? copyState(doc.mode, context.state) : null;\n        var highlighted = highlightLine(cm, line, context, true);\n        if (resetState) { context.state = resetState; }\n        line.styles = highlighted.styles;\n        var oldCls = line.styleClasses, newCls = highlighted.classes;\n        if (newCls) { line.styleClasses = newCls; }\n        else if (oldCls) { line.styleClasses = null; }\n        var ischange = !oldStyles || oldStyles.length != line.styles.length ||\n          oldCls != newCls && (!oldCls || !newCls || oldCls.bgClass != newCls.bgClass || oldCls.textClass != newCls.textClass);\n        for (var i = 0; !ischange && i < oldStyles.length; ++i) { ischange = oldStyles[i] != line.styles[i]; }\n        if (ischange) { changedLines.push(context.line); }\n        line.stateAfter = context.save();\n        context.nextLine();\n      } else {\n        if (line.text.length <= cm.options.maxHighlightLength)\n          { processLine(cm, line.text, context); }\n        line.stateAfter = context.line % 5 == 0 ? context.save() : null;\n        context.nextLine();\n      }\n      if (+new Date > end) {\n        startWorker(cm, cm.options.workDelay);\n        return true\n      }\n    });\n    doc.highlightFrontier = context.line;\n    doc.modeFrontier = Math.max(doc.modeFrontier, context.line);\n    if (changedLines.length) { runInOp(cm, function () {\n      for (var i = 0; i < changedLines.length; i++)\n        { regLineChange(cm, changedLines[i], \"text\"); }\n    }); }\n  }\n\n  // DISPLAY DRAWING\n\n  var DisplayUpdate = function(cm, viewport, force) {\n    var display = cm.display;\n\n    this.viewport = viewport;\n    // Store some values that we'll need later (but don't want to force a relayout for)\n    this.visible = visibleLines(display, cm.doc, viewport);\n    this.editorIsHidden = !display.wrapper.offsetWidth;\n    this.wrapperHeight = display.wrapper.clientHeight;\n    this.wrapperWidth = display.wrapper.clientWidth;\n    this.oldDisplayWidth = displayWidth(cm);\n    this.force = force;\n    this.dims = getDimensions(cm);\n    this.events = [];\n  };\n\n  DisplayUpdate.prototype.signal = function (emitter, type) {\n    if (hasHandler(emitter, type))\n      { this.events.push(arguments); }\n  };\n  DisplayUpdate.prototype.finish = function () {\n    for (var i = 0; i < this.events.length; i++)\n      { signal.apply(null, this.events[i]); }\n  };\n\n  function maybeClipScrollbars(cm) {\n    var display = cm.display;\n    if (!display.scrollbarsClipped && display.scroller.offsetWidth) {\n      display.nativeBarWidth = display.scroller.offsetWidth - display.scroller.clientWidth;\n      display.heightForcer.style.height = scrollGap(cm) + \"px\";\n      display.sizer.style.marginBottom = -display.nativeBarWidth + \"px\";\n      display.sizer.style.borderRightWidth = scrollGap(cm) + \"px\";\n      display.scrollbarsClipped = true;\n    }\n  }\n\n  function selectionSnapshot(cm) {\n    if (cm.hasFocus()) { return null }\n    var active = activeElt(doc(cm));\n    if (!active || !contains(cm.display.lineDiv, active)) { return null }\n    var result = {activeElt: active};\n    if (window.getSelection) {\n      var sel = win(cm).getSelection();\n      if (sel.anchorNode && sel.extend && contains(cm.display.lineDiv, sel.anchorNode)) {\n        result.anchorNode = sel.anchorNode;\n        result.anchorOffset = sel.anchorOffset;\n        result.focusNode = sel.focusNode;\n        result.focusOffset = sel.focusOffset;\n      }\n    }\n    return result\n  }\n\n  function restoreSelection(snapshot) {\n    if (!snapshot || !snapshot.activeElt || snapshot.activeElt == activeElt(snapshot.activeElt.ownerDocument)) { return }\n    snapshot.activeElt.focus();\n    if (!/^(INPUT|TEXTAREA)$/.test(snapshot.activeElt.nodeName) &&\n        snapshot.anchorNode && contains(document.body, snapshot.anchorNode) && contains(document.body, snapshot.focusNode)) {\n      var doc = snapshot.activeElt.ownerDocument;\n      var sel = doc.defaultView.getSelection(), range = doc.createRange();\n      range.setEnd(snapshot.anchorNode, snapshot.anchorOffset);\n      range.collapse(false);\n      sel.removeAllRanges();\n      sel.addRange(range);\n      sel.extend(snapshot.focusNode, snapshot.focusOffset);\n    }\n  }\n\n  // Does the actual updating of the line display. Bails out\n  // (returning false) when there is nothing to be done and forced is\n  // false.\n  function updateDisplayIfNeeded(cm, update) {\n    var display = cm.display, doc = cm.doc;\n\n    if (update.editorIsHidden) {\n      resetView(cm);\n      return false\n    }\n\n    // Bail out if the visible area is already rendered and nothing changed.\n    if (!update.force &&\n        update.visible.from >= display.viewFrom && update.visible.to <= display.viewTo &&\n        (display.updateLineNumbers == null || display.updateLineNumbers >= display.viewTo) &&\n        display.renderedView == display.view && countDirtyView(cm) == 0)\n      { return false }\n\n    if (maybeUpdateLineNumberWidth(cm)) {\n      resetView(cm);\n      update.dims = getDimensions(cm);\n    }\n\n    // Compute a suitable new viewport (from & to)\n    var end = doc.first + doc.size;\n    var from = Math.max(update.visible.from - cm.options.viewportMargin, doc.first);\n    var to = Math.min(end, update.visible.to + cm.options.viewportMargin);\n    if (display.viewFrom < from && from - display.viewFrom < 20) { from = Math.max(doc.first, display.viewFrom); }\n    if (display.viewTo > to && display.viewTo - to < 20) { to = Math.min(end, display.viewTo); }\n    if (sawCollapsedSpans) {\n      from = visualLineNo(cm.doc, from);\n      to = visualLineEndNo(cm.doc, to);\n    }\n\n    var different = from != display.viewFrom || to != display.viewTo ||\n      display.lastWrapHeight != update.wrapperHeight || display.lastWrapWidth != update.wrapperWidth;\n    adjustView(cm, from, to);\n\n    display.viewOffset = heightAtLine(getLine(cm.doc, display.viewFrom));\n    // Position the mover div to align with the current scroll position\n    cm.display.mover.style.top = display.viewOffset + \"px\";\n\n    var toUpdate = countDirtyView(cm);\n    if (!different && toUpdate == 0 && !update.force && display.renderedView == display.view &&\n        (display.updateLineNumbers == null || display.updateLineNumbers >= display.viewTo))\n      { return false }\n\n    // For big changes, we hide the enclosing element during the\n    // update, since that speeds up the operations on most browsers.\n    var selSnapshot = selectionSnapshot(cm);\n    if (toUpdate > 4) { display.lineDiv.style.display = \"none\"; }\n    patchDisplay(cm, display.updateLineNumbers, update.dims);\n    if (toUpdate > 4) { display.lineDiv.style.display = \"\"; }\n    display.renderedView = display.view;\n    // There might have been a widget with a focused element that got\n    // hidden or updated, if so re-focus it.\n    restoreSelection(selSnapshot);\n\n    // Prevent selection and cursors from interfering with the scroll\n    // width and height.\n    removeChildren(display.cursorDiv);\n    removeChildren(display.selectionDiv);\n    display.gutters.style.height = display.sizer.style.minHeight = 0;\n\n    if (different) {\n      display.lastWrapHeight = update.wrapperHeight;\n      display.lastWrapWidth = update.wrapperWidth;\n      startWorker(cm, 400);\n    }\n\n    display.updateLineNumbers = null;\n\n    return true\n  }\n\n  function postUpdateDisplay(cm, update) {\n    var viewport = update.viewport;\n\n    for (var first = true;; first = false) {\n      if (!first || !cm.options.lineWrapping || update.oldDisplayWidth == displayWidth(cm)) {\n        // Clip forced viewport to actual scrollable area.\n        if (viewport && viewport.top != null)\n          { viewport = {top: Math.min(cm.doc.height + paddingVert(cm.display) - displayHeight(cm), viewport.top)}; }\n        // Updated line heights might result in the drawn area not\n        // actually covering the viewport. Keep looping until it does.\n        update.visible = visibleLines(cm.display, cm.doc, viewport);\n        if (update.visible.from >= cm.display.viewFrom && update.visible.to <= cm.display.viewTo)\n          { break }\n      } else if (first) {\n        update.visible = visibleLines(cm.display, cm.doc, viewport);\n      }\n      if (!updateDisplayIfNeeded(cm, update)) { break }\n      updateHeightsInViewport(cm);\n      var barMeasure = measureForScrollbars(cm);\n      updateSelection(cm);\n      updateScrollbars(cm, barMeasure);\n      setDocumentHeight(cm, barMeasure);\n      update.force = false;\n    }\n\n    update.signal(cm, \"update\", cm);\n    if (cm.display.viewFrom != cm.display.reportedViewFrom || cm.display.viewTo != cm.display.reportedViewTo) {\n      update.signal(cm, \"viewportChange\", cm, cm.display.viewFrom, cm.display.viewTo);\n      cm.display.reportedViewFrom = cm.display.viewFrom; cm.display.reportedViewTo = cm.display.viewTo;\n    }\n  }\n\n  function updateDisplaySimple(cm, viewport) {\n    var update = new DisplayUpdate(cm, viewport);\n    if (updateDisplayIfNeeded(cm, update)) {\n      updateHeightsInViewport(cm);\n      postUpdateDisplay(cm, update);\n      var barMeasure = measureForScrollbars(cm);\n      updateSelection(cm);\n      updateScrollbars(cm, barMeasure);\n      setDocumentHeight(cm, barMeasure);\n      update.finish();\n    }\n  }\n\n  // Sync the actual display DOM structure with display.view, removing\n  // nodes for lines that are no longer in view, and creating the ones\n  // that are not there yet, and updating the ones that are out of\n  // date.\n  function patchDisplay(cm, updateNumbersFrom, dims) {\n    var display = cm.display, lineNumbers = cm.options.lineNumbers;\n    var container = display.lineDiv, cur = container.firstChild;\n\n    function rm(node) {\n      var next = node.nextSibling;\n      // Works around a throw-scroll bug in OS X Webkit\n      if (webkit && mac && cm.display.currentWheelTarget == node)\n        { node.style.display = \"none\"; }\n      else\n        { node.parentNode.removeChild(node); }\n      return next\n    }\n\n    var view = display.view, lineN = display.viewFrom;\n    // Loop over the elements in the view, syncing cur (the DOM nodes\n    // in display.lineDiv) with the view as we go.\n    for (var i = 0; i < view.length; i++) {\n      var lineView = view[i];\n      if (lineView.hidden) ; else if (!lineView.node || lineView.node.parentNode != container) { // Not drawn yet\n        var node = buildLineElement(cm, lineView, lineN, dims);\n        container.insertBefore(node, cur);\n      } else { // Already drawn\n        while (cur != lineView.node) { cur = rm(cur); }\n        var updateNumber = lineNumbers && updateNumbersFrom != null &&\n          updateNumbersFrom <= lineN && lineView.lineNumber;\n        if (lineView.changes) {\n          if (indexOf(lineView.changes, \"gutter\") > -1) { updateNumber = false; }\n          updateLineForChanges(cm, lineView, lineN, dims);\n        }\n        if (updateNumber) {\n          removeChildren(lineView.lineNumber);\n          lineView.lineNumber.appendChild(document.createTextNode(lineNumberFor(cm.options, lineN)));\n        }\n        cur = lineView.node.nextSibling;\n      }\n      lineN += lineView.size;\n    }\n    while (cur) { cur = rm(cur); }\n  }\n\n  function updateGutterSpace(display) {\n    var width = display.gutters.offsetWidth;\n    display.sizer.style.marginLeft = width + \"px\";\n    // Send an event to consumers responding to changes in gutter width.\n    signalLater(display, \"gutterChanged\", display);\n  }\n\n  function setDocumentHeight(cm, measure) {\n    cm.display.sizer.style.minHeight = measure.docHeight + \"px\";\n    cm.display.heightForcer.style.top = measure.docHeight + \"px\";\n    cm.display.gutters.style.height = (measure.docHeight + cm.display.barHeight + scrollGap(cm)) + \"px\";\n  }\n\n  // Re-align line numbers and gutter marks to compensate for\n  // horizontal scrolling.\n  function alignHorizontally(cm) {\n    var display = cm.display, view = display.view;\n    if (!display.alignWidgets && (!display.gutters.firstChild || !cm.options.fixedGutter)) { return }\n    var comp = compensateForHScroll(display) - display.scroller.scrollLeft + cm.doc.scrollLeft;\n    var gutterW = display.gutters.offsetWidth, left = comp + \"px\";\n    for (var i = 0; i < view.length; i++) { if (!view[i].hidden) {\n      if (cm.options.fixedGutter) {\n        if (view[i].gutter)\n          { view[i].gutter.style.left = left; }\n        if (view[i].gutterBackground)\n          { view[i].gutterBackground.style.left = left; }\n      }\n      var align = view[i].alignable;\n      if (align) { for (var j = 0; j < align.length; j++)\n        { align[j].style.left = left; } }\n    } }\n    if (cm.options.fixedGutter)\n      { display.gutters.style.left = (comp + gutterW) + \"px\"; }\n  }\n\n  // Used to ensure that the line number gutter is still the right\n  // size for the current document size. Returns true when an update\n  // is needed.\n  function maybeUpdateLineNumberWidth(cm) {\n    if (!cm.options.lineNumbers) { return false }\n    var doc = cm.doc, last = lineNumberFor(cm.options, doc.first + doc.size - 1), display = cm.display;\n    if (last.length != display.lineNumChars) {\n      var test = display.measure.appendChild(elt(\"div\", [elt(\"div\", last)],\n                                                 \"CodeMirror-linenumber CodeMirror-gutter-elt\"));\n      var innerW = test.firstChild.offsetWidth, padding = test.offsetWidth - innerW;\n      display.lineGutter.style.width = \"\";\n      display.lineNumInnerWidth = Math.max(innerW, display.lineGutter.offsetWidth - padding) + 1;\n      display.lineNumWidth = display.lineNumInnerWidth + padding;\n      display.lineNumChars = display.lineNumInnerWidth ? last.length : -1;\n      display.lineGutter.style.width = display.lineNumWidth + \"px\";\n      updateGutterSpace(cm.display);\n      return true\n    }\n    return false\n  }\n\n  function getGutters(gutters, lineNumbers) {\n    var result = [], sawLineNumbers = false;\n    for (var i = 0; i < gutters.length; i++) {\n      var name = gutters[i], style = null;\n      if (typeof name != \"string\") { style = name.style; name = name.className; }\n      if (name == \"CodeMirror-linenumbers\") {\n        if (!lineNumbers) { continue }\n        else { sawLineNumbers = true; }\n      }\n      result.push({className: name, style: style});\n    }\n    if (lineNumbers && !sawLineNumbers) { result.push({className: \"CodeMirror-linenumbers\", style: null}); }\n    return result\n  }\n\n  // Rebuild the gutter elements, ensure the margin to the left of the\n  // code matches their width.\n  function renderGutters(display) {\n    var gutters = display.gutters, specs = display.gutterSpecs;\n    removeChildren(gutters);\n    display.lineGutter = null;\n    for (var i = 0; i < specs.length; ++i) {\n      var ref = specs[i];\n      var className = ref.className;\n      var style = ref.style;\n      var gElt = gutters.appendChild(elt(\"div\", null, \"CodeMirror-gutter \" + className));\n      if (style) { gElt.style.cssText = style; }\n      if (className == \"CodeMirror-linenumbers\") {\n        display.lineGutter = gElt;\n        gElt.style.width = (display.lineNumWidth || 1) + \"px\";\n      }\n    }\n    gutters.style.display = specs.length ? \"\" : \"none\";\n    updateGutterSpace(display);\n  }\n\n  function updateGutters(cm) {\n    renderGutters(cm.display);\n    regChange(cm);\n    alignHorizontally(cm);\n  }\n\n  // The display handles the DOM integration, both for input reading\n  // and content drawing. It holds references to DOM nodes and\n  // display-related state.\n\n  function Display(place, doc, input, options) {\n    var d = this;\n    this.input = input;\n\n    // Covers bottom-right square when both scrollbars are present.\n    d.scrollbarFiller = elt(\"div\", null, \"CodeMirror-scrollbar-filler\");\n    d.scrollbarFiller.setAttribute(\"cm-not-content\", \"true\");\n    // Covers bottom of gutter when coverGutterNextToScrollbar is on\n    // and h scrollbar is present.\n    d.gutterFiller = elt(\"div\", null, \"CodeMirror-gutter-filler\");\n    d.gutterFiller.setAttribute(\"cm-not-content\", \"true\");\n    // Will contain the actual code, positioned to cover the viewport.\n    d.lineDiv = eltP(\"div\", null, \"CodeMirror-code\");\n    // Elements are added to these to represent selection and cursors.\n    d.selectionDiv = elt(\"div\", null, null, \"position: relative; z-index: 1\");\n    d.cursorDiv = elt(\"div\", null, \"CodeMirror-cursors\");\n    // A visibility: hidden element used to find the size of things.\n    d.measure = elt(\"div\", null, \"CodeMirror-measure\");\n    // When lines outside of the viewport are measured, they are drawn in this.\n    d.lineMeasure = elt(\"div\", null, \"CodeMirror-measure\");\n    // Wraps everything that needs to exist inside the vertically-padded coordinate system\n    d.lineSpace = eltP(\"div\", [d.measure, d.lineMeasure, d.selectionDiv, d.cursorDiv, d.lineDiv],\n                      null, \"position: relative; outline: none\");\n    var lines = eltP(\"div\", [d.lineSpace], \"CodeMirror-lines\");\n    // Moved around its parent to cover visible view.\n    d.mover = elt(\"div\", [lines], null, \"position: relative\");\n    // Set to the height of the document, allowing scrolling.\n    d.sizer = elt(\"div\", [d.mover], \"CodeMirror-sizer\");\n    d.sizerWidth = null;\n    // Behavior of elts with overflow: auto and padding is\n    // inconsistent across browsers. This is used to ensure the\n    // scrollable area is big enough.\n    d.heightForcer = elt(\"div\", null, null, \"position: absolute; height: \" + scrollerGap + \"px; width: 1px;\");\n    // Will contain the gutters, if any.\n    d.gutters = elt(\"div\", null, \"CodeMirror-gutters\");\n    d.lineGutter = null;\n    // Actual scrollable element.\n    d.scroller = elt(\"div\", [d.sizer, d.heightForcer, d.gutters], \"CodeMirror-scroll\");\n    d.scroller.setAttribute(\"tabIndex\", \"-1\");\n    // The element in which the editor lives.\n    d.wrapper = elt(\"div\", [d.scrollbarFiller, d.gutterFiller, d.scroller], \"CodeMirror\");\n    // See #6982. FIXME remove when this has been fixed for a while in Chrome\n    if (chrome && chrome_version >= 105) { d.wrapper.style.clipPath = \"inset(0px)\"; }\n\n    // This attribute is respected by automatic translation systems such as Google Translate,\n    // and may also be respected by tools used by human translators.\n    d.wrapper.setAttribute('translate', 'no');\n\n    // Work around IE7 z-index bug (not perfect, hence IE7 not really being supported)\n    if (ie && ie_version < 8) { d.gutters.style.zIndex = -1; d.scroller.style.paddingRight = 0; }\n    if (!webkit && !(gecko && mobile)) { d.scroller.draggable = true; }\n\n    if (place) {\n      if (place.appendChild) { place.appendChild(d.wrapper); }\n      else { place(d.wrapper); }\n    }\n\n    // Current rendered range (may be bigger than the view window).\n    d.viewFrom = d.viewTo = doc.first;\n    d.reportedViewFrom = d.reportedViewTo = doc.first;\n    // Information about the rendered lines.\n    d.view = [];\n    d.renderedView = null;\n    // Holds info about a single rendered line when it was rendered\n    // for measurement, while not in view.\n    d.externalMeasured = null;\n    // Empty space (in pixels) above the view\n    d.viewOffset = 0;\n    d.lastWrapHeight = d.lastWrapWidth = 0;\n    d.updateLineNumbers = null;\n\n    d.nativeBarWidth = d.barHeight = d.barWidth = 0;\n    d.scrollbarsClipped = false;\n\n    // Used to only resize the line number gutter when necessary (when\n    // the amount of lines crosses a boundary that makes its width change)\n    d.lineNumWidth = d.lineNumInnerWidth = d.lineNumChars = null;\n    // Set to true when a non-horizontal-scrolling line widget is\n    // added. As an optimization, line widget aligning is skipped when\n    // this is false.\n    d.alignWidgets = false;\n\n    d.cachedCharWidth = d.cachedTextHeight = d.cachedPaddingH = null;\n\n    // Tracks the maximum line length so that the horizontal scrollbar\n    // can be kept static when scrolling.\n    d.maxLine = null;\n    d.maxLineLength = 0;\n    d.maxLineChanged = false;\n\n    // Used for measuring wheel scrolling granularity\n    d.wheelDX = d.wheelDY = d.wheelStartX = d.wheelStartY = null;\n\n    // True when shift is held down.\n    d.shift = false;\n\n    // Used to track whether anything happened since the context menu\n    // was opened.\n    d.selForContextMenu = null;\n\n    d.activeTouch = null;\n\n    d.gutterSpecs = getGutters(options.gutters, options.lineNumbers);\n    renderGutters(d);\n\n    input.init(d);\n  }\n\n  // Since the delta values reported on mouse wheel events are\n  // unstandardized between browsers and even browser versions, and\n  // generally horribly unpredictable, this code starts by measuring\n  // the scroll effect that the first few mouse wheel events have,\n  // and, from that, detects the way it can convert deltas to pixel\n  // offsets afterwards.\n  //\n  // The reason we want to know the amount a wheel event will scroll\n  // is that it gives us a chance to update the display before the\n  // actual scrolling happens, reducing flickering.\n\n  var wheelSamples = 0, wheelPixelsPerUnit = null;\n  // Fill in a browser-detected starting value on browsers where we\n  // know one. These don't have to be accurate -- the result of them\n  // being wrong would just be a slight flicker on the first wheel\n  // scroll (if it is large enough).\n  if (ie) { wheelPixelsPerUnit = -.53; }\n  else if (gecko) { wheelPixelsPerUnit = 15; }\n  else if (chrome) { wheelPixelsPerUnit = -.7; }\n  else if (safari) { wheelPixelsPerUnit = -1/3; }\n\n  function wheelEventDelta(e) {\n    var dx = e.wheelDeltaX, dy = e.wheelDeltaY;\n    if (dx == null && e.detail && e.axis == e.HORIZONTAL_AXIS) { dx = e.detail; }\n    if (dy == null && e.detail && e.axis == e.VERTICAL_AXIS) { dy = e.detail; }\n    else if (dy == null) { dy = e.wheelDelta; }\n    return {x: dx, y: dy}\n  }\n  function wheelEventPixels(e) {\n    var delta = wheelEventDelta(e);\n    delta.x *= wheelPixelsPerUnit;\n    delta.y *= wheelPixelsPerUnit;\n    return delta\n  }\n\n  function onScrollWheel(cm, e) {\n    // On Chrome 102, viewport updates somehow stop wheel-based\n    // scrolling. Turning off pointer events during the scroll seems\n    // to avoid the issue.\n    if (chrome && chrome_version == 102) {\n      if (cm.display.chromeScrollHack == null) { cm.display.sizer.style.pointerEvents = \"none\"; }\n      else { clearTimeout(cm.display.chromeScrollHack); }\n      cm.display.chromeScrollHack = setTimeout(function () {\n        cm.display.chromeScrollHack = null;\n        cm.display.sizer.style.pointerEvents = \"\";\n      }, 100);\n    }\n    var delta = wheelEventDelta(e), dx = delta.x, dy = delta.y;\n    var pixelsPerUnit = wheelPixelsPerUnit;\n    if (e.deltaMode === 0) {\n      dx = e.deltaX;\n      dy = e.deltaY;\n      pixelsPerUnit = 1;\n    }\n\n    var display = cm.display, scroll = display.scroller;\n    // Quit if there's nothing to scroll here\n    var canScrollX = scroll.scrollWidth > scroll.clientWidth;\n    var canScrollY = scroll.scrollHeight > scroll.clientHeight;\n    if (!(dx && canScrollX || dy && canScrollY)) { return }\n\n    // Webkit browsers on OS X abort momentum scrolls when the target\n    // of the scroll event is removed from the scrollable element.\n    // This hack (see related code in patchDisplay) makes sure the\n    // element is kept around.\n    if (dy && mac && webkit) {\n      outer: for (var cur = e.target, view = display.view; cur != scroll; cur = cur.parentNode) {\n        for (var i = 0; i < view.length; i++) {\n          if (view[i].node == cur) {\n            cm.display.currentWheelTarget = cur;\n            break outer\n          }\n        }\n      }\n    }\n\n    // On some browsers, horizontal scrolling will cause redraws to\n    // happen before the gutter has been realigned, causing it to\n    // wriggle around in a most unseemly way. When we have an\n    // estimated pixels/delta value, we just handle horizontal\n    // scrolling entirely here. It'll be slightly off from native, but\n    // better than glitching out.\n    if (dx && !gecko && !presto && pixelsPerUnit != null) {\n      if (dy && canScrollY)\n        { updateScrollTop(cm, Math.max(0, scroll.scrollTop + dy * pixelsPerUnit)); }\n      setScrollLeft(cm, Math.max(0, scroll.scrollLeft + dx * pixelsPerUnit));\n      // Only prevent default scrolling if vertical scrolling is\n      // actually possible. Otherwise, it causes vertical scroll\n      // jitter on OSX trackpads when deltaX is small and deltaY\n      // is large (issue #3579)\n      if (!dy || (dy && canScrollY))\n        { e_preventDefault(e); }\n      display.wheelStartX = null; // Abort measurement, if in progress\n      return\n    }\n\n    // 'Project' the visible viewport to cover the area that is being\n    // scrolled into view (if we know enough to estimate it).\n    if (dy && pixelsPerUnit != null) {\n      var pixels = dy * pixelsPerUnit;\n      var top = cm.doc.scrollTop, bot = top + display.wrapper.clientHeight;\n      if (pixels < 0) { top = Math.max(0, top + pixels - 50); }\n      else { bot = Math.min(cm.doc.height, bot + pixels + 50); }\n      updateDisplaySimple(cm, {top: top, bottom: bot});\n    }\n\n    if (wheelSamples < 20 && e.deltaMode !== 0) {\n      if (display.wheelStartX == null) {\n        display.wheelStartX = scroll.scrollLeft; display.wheelStartY = scroll.scrollTop;\n        display.wheelDX = dx; display.wheelDY = dy;\n        setTimeout(function () {\n          if (display.wheelStartX == null) { return }\n          var movedX = scroll.scrollLeft - display.wheelStartX;\n          var movedY = scroll.scrollTop - display.wheelStartY;\n          var sample = (movedY && display.wheelDY && movedY / display.wheelDY) ||\n            (movedX && display.wheelDX && movedX / display.wheelDX);\n          display.wheelStartX = display.wheelStartY = null;\n          if (!sample) { return }\n          wheelPixelsPerUnit = (wheelPixelsPerUnit * wheelSamples + sample) / (wheelSamples + 1);\n          ++wheelSamples;\n        }, 200);\n      } else {\n        display.wheelDX += dx; display.wheelDY += dy;\n      }\n    }\n  }\n\n  // Selection objects are immutable. A new one is created every time\n  // the selection changes. A selection is one or more non-overlapping\n  // (and non-touching) ranges, sorted, and an integer that indicates\n  // which one is the primary selection (the one that's scrolled into\n  // view, that getCursor returns, etc).\n  var Selection = function(ranges, primIndex) {\n    this.ranges = ranges;\n    this.primIndex = primIndex;\n  };\n\n  Selection.prototype.primary = function () { return this.ranges[this.primIndex] };\n\n  Selection.prototype.equals = function (other) {\n    if (other == this) { return true }\n    if (other.primIndex != this.primIndex || other.ranges.length != this.ranges.length) { return false }\n    for (var i = 0; i < this.ranges.length; i++) {\n      var here = this.ranges[i], there = other.ranges[i];\n      if (!equalCursorPos(here.anchor, there.anchor) || !equalCursorPos(here.head, there.head)) { return false }\n    }\n    return true\n  };\n\n  Selection.prototype.deepCopy = function () {\n    var out = [];\n    for (var i = 0; i < this.ranges.length; i++)\n      { out[i] = new Range(copyPos(this.ranges[i].anchor), copyPos(this.ranges[i].head)); }\n    return new Selection(out, this.primIndex)\n  };\n\n  Selection.prototype.somethingSelected = function () {\n    for (var i = 0; i < this.ranges.length; i++)\n      { if (!this.ranges[i].empty()) { return true } }\n    return false\n  };\n\n  Selection.prototype.contains = function (pos, end) {\n    if (!end) { end = pos; }\n    for (var i = 0; i < this.ranges.length; i++) {\n      var range = this.ranges[i];\n      if (cmp(end, range.from()) >= 0 && cmp(pos, range.to()) <= 0)\n        { return i }\n    }\n    return -1\n  };\n\n  var Range = function(anchor, head) {\n    this.anchor = anchor; this.head = head;\n  };\n\n  Range.prototype.from = function () { return minPos(this.anchor, this.head) };\n  Range.prototype.to = function () { return maxPos(this.anchor, this.head) };\n  Range.prototype.empty = function () { return this.head.line == this.anchor.line && this.head.ch == this.anchor.ch };\n\n  // Take an unsorted, potentially overlapping set of ranges, and\n  // build a selection out of it. 'Consumes' ranges array (modifying\n  // it).\n  function normalizeSelection(cm, ranges, primIndex) {\n    var mayTouch = cm && cm.options.selectionsMayTouch;\n    var prim = ranges[primIndex];\n    ranges.sort(function (a, b) { return cmp(a.from(), b.from()); });\n    primIndex = indexOf(ranges, prim);\n    for (var i = 1; i < ranges.length; i++) {\n      var cur = ranges[i], prev = ranges[i - 1];\n      var diff = cmp(prev.to(), cur.from());\n      if (mayTouch && !cur.empty() ? diff > 0 : diff >= 0) {\n        var from = minPos(prev.from(), cur.from()), to = maxPos(prev.to(), cur.to());\n        var inv = prev.empty() ? cur.from() == cur.head : prev.from() == prev.head;\n        if (i <= primIndex) { --primIndex; }\n        ranges.splice(--i, 2, new Range(inv ? to : from, inv ? from : to));\n      }\n    }\n    return new Selection(ranges, primIndex)\n  }\n\n  function simpleSelection(anchor, head) {\n    return new Selection([new Range(anchor, head || anchor)], 0)\n  }\n\n  // Compute the position of the end of a change (its 'to' property\n  // refers to the pre-change end).\n  function changeEnd(change) {\n    if (!change.text) { return change.to }\n    return Pos(change.from.line + change.text.length - 1,\n               lst(change.text).length + (change.text.length == 1 ? change.from.ch : 0))\n  }\n\n  // Adjust a position to refer to the post-change position of the\n  // same text, or the end of the change if the change covers it.\n  function adjustForChange(pos, change) {\n    if (cmp(pos, change.from) < 0) { return pos }\n    if (cmp(pos, change.to) <= 0) { return changeEnd(change) }\n\n    var line = pos.line + change.text.length - (change.to.line - change.from.line) - 1, ch = pos.ch;\n    if (pos.line == change.to.line) { ch += changeEnd(change).ch - change.to.ch; }\n    return Pos(line, ch)\n  }\n\n  function computeSelAfterChange(doc, change) {\n    var out = [];\n    for (var i = 0; i < doc.sel.ranges.length; i++) {\n      var range = doc.sel.ranges[i];\n      out.push(new Range(adjustForChange(range.anchor, change),\n                         adjustForChange(range.head, change)));\n    }\n    return normalizeSelection(doc.cm, out, doc.sel.primIndex)\n  }\n\n  function offsetPos(pos, old, nw) {\n    if (pos.line == old.line)\n      { return Pos(nw.line, pos.ch - old.ch + nw.ch) }\n    else\n      { return Pos(nw.line + (pos.line - old.line), pos.ch) }\n  }\n\n  // Used by replaceSelections to allow moving the selection to the\n  // start or around the replaced test. Hint may be \"start\" or \"around\".\n  function computeReplacedSel(doc, changes, hint) {\n    var out = [];\n    var oldPrev = Pos(doc.first, 0), newPrev = oldPrev;\n    for (var i = 0; i < changes.length; i++) {\n      var change = changes[i];\n      var from = offsetPos(change.from, oldPrev, newPrev);\n      var to = offsetPos(changeEnd(change), oldPrev, newPrev);\n      oldPrev = change.to;\n      newPrev = to;\n      if (hint == \"around\") {\n        var range = doc.sel.ranges[i], inv = cmp(range.head, range.anchor) < 0;\n        out[i] = new Range(inv ? to : from, inv ? from : to);\n      } else {\n        out[i] = new Range(from, from);\n      }\n    }\n    return new Selection(out, doc.sel.primIndex)\n  }\n\n  // Used to get the editor into a consistent state again when options change.\n\n  function loadMode(cm) {\n    cm.doc.mode = getMode(cm.options, cm.doc.modeOption);\n    resetModeState(cm);\n  }\n\n  function resetModeState(cm) {\n    cm.doc.iter(function (line) {\n      if (line.stateAfter) { line.stateAfter = null; }\n      if (line.styles) { line.styles = null; }\n    });\n    cm.doc.modeFrontier = cm.doc.highlightFrontier = cm.doc.first;\n    startWorker(cm, 100);\n    cm.state.modeGen++;\n    if (cm.curOp) { regChange(cm); }\n  }\n\n  // DOCUMENT DATA STRUCTURE\n\n  // By default, updates that start and end at the beginning of a line\n  // are treated specially, in order to make the association of line\n  // widgets and marker elements with the text behave more intuitive.\n  function isWholeLineUpdate(doc, change) {\n    return change.from.ch == 0 && change.to.ch == 0 && lst(change.text) == \"\" &&\n      (!doc.cm || doc.cm.options.wholeLineUpdateBefore)\n  }\n\n  // Perform a change on the document data structure.\n  function updateDoc(doc, change, markedSpans, estimateHeight) {\n    function spansFor(n) {return markedSpans ? markedSpans[n] : null}\n    function update(line, text, spans) {\n      updateLine(line, text, spans, estimateHeight);\n      signalLater(line, \"change\", line, change);\n    }\n    function linesFor(start, end) {\n      var result = [];\n      for (var i = start; i < end; ++i)\n        { result.push(new Line(text[i], spansFor(i), estimateHeight)); }\n      return result\n    }\n\n    var from = change.from, to = change.to, text = change.text;\n    var firstLine = getLine(doc, from.line), lastLine = getLine(doc, to.line);\n    var lastText = lst(text), lastSpans = spansFor(text.length - 1), nlines = to.line - from.line;\n\n    // Adjust the line structure\n    if (change.full) {\n      doc.insert(0, linesFor(0, text.length));\n      doc.remove(text.length, doc.size - text.length);\n    } else if (isWholeLineUpdate(doc, change)) {\n      // This is a whole-line replace. Treated specially to make\n      // sure line objects move the way they are supposed to.\n      var added = linesFor(0, text.length - 1);\n      update(lastLine, lastLine.text, lastSpans);\n      if (nlines) { doc.remove(from.line, nlines); }\n      if (added.length) { doc.insert(from.line, added); }\n    } else if (firstLine == lastLine) {\n      if (text.length == 1) {\n        update(firstLine, firstLine.text.slice(0, from.ch) + lastText + firstLine.text.slice(to.ch), lastSpans);\n      } else {\n        var added$1 = linesFor(1, text.length - 1);\n        added$1.push(new Line(lastText + firstLine.text.slice(to.ch), lastSpans, estimateHeight));\n        update(firstLine, firstLine.text.slice(0, from.ch) + text[0], spansFor(0));\n        doc.insert(from.line + 1, added$1);\n      }\n    } else if (text.length == 1) {\n      update(firstLine, firstLine.text.slice(0, from.ch) + text[0] + lastLine.text.slice(to.ch), spansFor(0));\n      doc.remove(from.line + 1, nlines);\n    } else {\n      update(firstLine, firstLine.text.slice(0, from.ch) + text[0], spansFor(0));\n      update(lastLine, lastText + lastLine.text.slice(to.ch), lastSpans);\n      var added$2 = linesFor(1, text.length - 1);\n      if (nlines > 1) { doc.remove(from.line + 1, nlines - 1); }\n      doc.insert(from.line + 1, added$2);\n    }\n\n    signalLater(doc, \"change\", doc, change);\n  }\n\n  // Call f for all linked documents.\n  function linkedDocs(doc, f, sharedHistOnly) {\n    function propagate(doc, skip, sharedHist) {\n      if (doc.linked) { for (var i = 0; i < doc.linked.length; ++i) {\n        var rel = doc.linked[i];\n        if (rel.doc == skip) { continue }\n        var shared = sharedHist && rel.sharedHist;\n        if (sharedHistOnly && !shared) { continue }\n        f(rel.doc, shared);\n        propagate(rel.doc, doc, shared);\n      } }\n    }\n    propagate(doc, null, true);\n  }\n\n  // Attach a document to an editor.\n  function attachDoc(cm, doc) {\n    if (doc.cm) { throw new Error(\"This document is already in use.\") }\n    cm.doc = doc;\n    doc.cm = cm;\n    estimateLineHeights(cm);\n    loadMode(cm);\n    setDirectionClass(cm);\n    cm.options.direction = doc.direction;\n    if (!cm.options.lineWrapping) { findMaxLine(cm); }\n    cm.options.mode = doc.modeOption;\n    regChange(cm);\n  }\n\n  function setDirectionClass(cm) {\n  (cm.doc.direction == \"rtl\" ? addClass : rmClass)(cm.display.lineDiv, \"CodeMirror-rtl\");\n  }\n\n  function directionChanged(cm) {\n    runInOp(cm, function () {\n      setDirectionClass(cm);\n      regChange(cm);\n    });\n  }\n\n  function History(prev) {\n    // Arrays of change events and selections. Doing something adds an\n    // event to done and clears undo. Undoing moves events from done\n    // to undone, redoing moves them in the other direction.\n    this.done = []; this.undone = [];\n    this.undoDepth = prev ? prev.undoDepth : Infinity;\n    // Used to track when changes can be merged into a single undo\n    // event\n    this.lastModTime = this.lastSelTime = 0;\n    this.lastOp = this.lastSelOp = null;\n    this.lastOrigin = this.lastSelOrigin = null;\n    // Used by the isClean() method\n    this.generation = this.maxGeneration = prev ? prev.maxGeneration : 1;\n  }\n\n  // Create a history change event from an updateDoc-style change\n  // object.\n  function historyChangeFromChange(doc, change) {\n    var histChange = {from: copyPos(change.from), to: changeEnd(change), text: getBetween(doc, change.from, change.to)};\n    attachLocalSpans(doc, histChange, change.from.line, change.to.line + 1);\n    linkedDocs(doc, function (doc) { return attachLocalSpans(doc, histChange, change.from.line, change.to.line + 1); }, true);\n    return histChange\n  }\n\n  // Pop all selection events off the end of a history array. Stop at\n  // a change event.\n  function clearSelectionEvents(array) {\n    while (array.length) {\n      var last = lst(array);\n      if (last.ranges) { array.pop(); }\n      else { break }\n    }\n  }\n\n  // Find the top change event in the history. Pop off selection\n  // events that are in the way.\n  function lastChangeEvent(hist, force) {\n    if (force) {\n      clearSelectionEvents(hist.done);\n      return lst(hist.done)\n    } else if (hist.done.length && !lst(hist.done).ranges) {\n      return lst(hist.done)\n    } else if (hist.done.length > 1 && !hist.done[hist.done.length - 2].ranges) {\n      hist.done.pop();\n      return lst(hist.done)\n    }\n  }\n\n  // Register a change in the history. Merges changes that are within\n  // a single operation, or are close together with an origin that\n  // allows merging (starting with \"+\") into a single event.\n  function addChangeToHistory(doc, change, selAfter, opId) {\n    var hist = doc.history;\n    hist.undone.length = 0;\n    var time = +new Date, cur;\n    var last;\n\n    if ((hist.lastOp == opId ||\n         hist.lastOrigin == change.origin && change.origin &&\n         ((change.origin.charAt(0) == \"+\" && hist.lastModTime > time - (doc.cm ? doc.cm.options.historyEventDelay : 500)) ||\n          change.origin.charAt(0) == \"*\")) &&\n        (cur = lastChangeEvent(hist, hist.lastOp == opId))) {\n      // Merge this change into the last event\n      last = lst(cur.changes);\n      if (cmp(change.from, change.to) == 0 && cmp(change.from, last.to) == 0) {\n        // Optimized case for simple insertion -- don't want to add\n        // new changesets for every character typed\n        last.to = changeEnd(change);\n      } else {\n        // Add new sub-event\n        cur.changes.push(historyChangeFromChange(doc, change));\n      }\n    } else {\n      // Can not be merged, start a new event.\n      var before = lst(hist.done);\n      if (!before || !before.ranges)\n        { pushSelectionToHistory(doc.sel, hist.done); }\n      cur = {changes: [historyChangeFromChange(doc, change)],\n             generation: hist.generation};\n      hist.done.push(cur);\n      while (hist.done.length > hist.undoDepth) {\n        hist.done.shift();\n        if (!hist.done[0].ranges) { hist.done.shift(); }\n      }\n    }\n    hist.done.push(selAfter);\n    hist.generation = ++hist.maxGeneration;\n    hist.lastModTime = hist.lastSelTime = time;\n    hist.lastOp = hist.lastSelOp = opId;\n    hist.lastOrigin = hist.lastSelOrigin = change.origin;\n\n    if (!last) { signal(doc, \"historyAdded\"); }\n  }\n\n  function selectionEventCanBeMerged(doc, origin, prev, sel) {\n    var ch = origin.charAt(0);\n    return ch == \"*\" ||\n      ch == \"+\" &&\n      prev.ranges.length == sel.ranges.length &&\n      prev.somethingSelected() == sel.somethingSelected() &&\n      new Date - doc.history.lastSelTime <= (doc.cm ? doc.cm.options.historyEventDelay : 500)\n  }\n\n  // Called whenever the selection changes, sets the new selection as\n  // the pending selection in the history, and pushes the old pending\n  // selection into the 'done' array when it was significantly\n  // different (in number of selected ranges, emptiness, or time).\n  function addSelectionToHistory(doc, sel, opId, options) {\n    var hist = doc.history, origin = options && options.origin;\n\n    // A new event is started when the previous origin does not match\n    // the current, or the origins don't allow matching. Origins\n    // starting with * are always merged, those starting with + are\n    // merged when similar and close together in time.\n    if (opId == hist.lastSelOp ||\n        (origin && hist.lastSelOrigin == origin &&\n         (hist.lastModTime == hist.lastSelTime && hist.lastOrigin == origin ||\n          selectionEventCanBeMerged(doc, origin, lst(hist.done), sel))))\n      { hist.done[hist.done.length - 1] = sel; }\n    else\n      { pushSelectionToHistory(sel, hist.done); }\n\n    hist.lastSelTime = +new Date;\n    hist.lastSelOrigin = origin;\n    hist.lastSelOp = opId;\n    if (options && options.clearRedo !== false)\n      { clearSelectionEvents(hist.undone); }\n  }\n\n  function pushSelectionToHistory(sel, dest) {\n    var top = lst(dest);\n    if (!(top && top.ranges && top.equals(sel)))\n      { dest.push(sel); }\n  }\n\n  // Used to store marked span information in the history.\n  function attachLocalSpans(doc, change, from, to) {\n    var existing = change[\"spans_\" + doc.id], n = 0;\n    doc.iter(Math.max(doc.first, from), Math.min(doc.first + doc.size, to), function (line) {\n      if (line.markedSpans)\n        { (existing || (existing = change[\"spans_\" + doc.id] = {}))[n] = line.markedSpans; }\n      ++n;\n    });\n  }\n\n  // When un/re-doing restores text containing marked spans, those\n  // that have been explicitly cleared should not be restored.\n  function removeClearedSpans(spans) {\n    if (!spans) { return null }\n    var out;\n    for (var i = 0; i < spans.length; ++i) {\n      if (spans[i].marker.explicitlyCleared) { if (!out) { out = spans.slice(0, i); } }\n      else if (out) { out.push(spans[i]); }\n    }\n    return !out ? spans : out.length ? out : null\n  }\n\n  // Retrieve and filter the old marked spans stored in a change event.\n  function getOldSpans(doc, change) {\n    var found = change[\"spans_\" + doc.id];\n    if (!found) { return null }\n    var nw = [];\n    for (var i = 0; i < change.text.length; ++i)\n      { nw.push(removeClearedSpans(found[i])); }\n    return nw\n  }\n\n  // Used for un/re-doing changes from the history. Combines the\n  // result of computing the existing spans with the set of spans that\n  // existed in the history (so that deleting around a span and then\n  // undoing brings back the span).\n  function mergeOldSpans(doc, change) {\n    var old = getOldSpans(doc, change);\n    var stretched = stretchSpansOverChange(doc, change);\n    if (!old) { return stretched }\n    if (!stretched) { return old }\n\n    for (var i = 0; i < old.length; ++i) {\n      var oldCur = old[i], stretchCur = stretched[i];\n      if (oldCur && stretchCur) {\n        spans: for (var j = 0; j < stretchCur.length; ++j) {\n          var span = stretchCur[j];\n          for (var k = 0; k < oldCur.length; ++k)\n            { if (oldCur[k].marker == span.marker) { continue spans } }\n          oldCur.push(span);\n        }\n      } else if (stretchCur) {\n        old[i] = stretchCur;\n      }\n    }\n    return old\n  }\n\n  // Used both to provide a JSON-safe object in .getHistory, and, when\n  // detaching a document, to split the history in two\n  function copyHistoryArray(events, newGroup, instantiateSel) {\n    var copy = [];\n    for (var i = 0; i < events.length; ++i) {\n      var event = events[i];\n      if (event.ranges) {\n        copy.push(instantiateSel ? Selection.prototype.deepCopy.call(event) : event);\n        continue\n      }\n      var changes = event.changes, newChanges = [];\n      copy.push({changes: newChanges});\n      for (var j = 0; j < changes.length; ++j) {\n        var change = changes[j], m = (void 0);\n        newChanges.push({from: change.from, to: change.to, text: change.text});\n        if (newGroup) { for (var prop in change) { if (m = prop.match(/^spans_(\\d+)$/)) {\n          if (indexOf(newGroup, Number(m[1])) > -1) {\n            lst(newChanges)[prop] = change[prop];\n            delete change[prop];\n          }\n        } } }\n      }\n    }\n    return copy\n  }\n\n  // The 'scroll' parameter given to many of these indicated whether\n  // the new cursor position should be scrolled into view after\n  // modifying the selection.\n\n  // If shift is held or the extend flag is set, extends a range to\n  // include a given position (and optionally a second position).\n  // Otherwise, simply returns the range between the given positions.\n  // Used for cursor motion and such.\n  function extendRange(range, head, other, extend) {\n    if (extend) {\n      var anchor = range.anchor;\n      if (other) {\n        var posBefore = cmp(head, anchor) < 0;\n        if (posBefore != (cmp(other, anchor) < 0)) {\n          anchor = head;\n          head = other;\n        } else if (posBefore != (cmp(head, other) < 0)) {\n          head = other;\n        }\n      }\n      return new Range(anchor, head)\n    } else {\n      return new Range(other || head, head)\n    }\n  }\n\n  // Extend the primary selection range, discard the rest.\n  function extendSelection(doc, head, other, options, extend) {\n    if (extend == null) { extend = doc.cm && (doc.cm.display.shift || doc.extend); }\n    setSelection(doc, new Selection([extendRange(doc.sel.primary(), head, other, extend)], 0), options);\n  }\n\n  // Extend all selections (pos is an array of selections with length\n  // equal the number of selections)\n  function extendSelections(doc, heads, options) {\n    var out = [];\n    var extend = doc.cm && (doc.cm.display.shift || doc.extend);\n    for (var i = 0; i < doc.sel.ranges.length; i++)\n      { out[i] = extendRange(doc.sel.ranges[i], heads[i], null, extend); }\n    var newSel = normalizeSelection(doc.cm, out, doc.sel.primIndex);\n    setSelection(doc, newSel, options);\n  }\n\n  // Updates a single range in the selection.\n  function replaceOneSelection(doc, i, range, options) {\n    var ranges = doc.sel.ranges.slice(0);\n    ranges[i] = range;\n    setSelection(doc, normalizeSelection(doc.cm, ranges, doc.sel.primIndex), options);\n  }\n\n  // Reset the selection to a single range.\n  function setSimpleSelection(doc, anchor, head, options) {\n    setSelection(doc, simpleSelection(anchor, head), options);\n  }\n\n  // Give beforeSelectionChange handlers a change to influence a\n  // selection update.\n  function filterSelectionChange(doc, sel, options) {\n    var obj = {\n      ranges: sel.ranges,\n      update: function(ranges) {\n        this.ranges = [];\n        for (var i = 0; i < ranges.length; i++)\n          { this.ranges[i] = new Range(clipPos(doc, ranges[i].anchor),\n                                     clipPos(doc, ranges[i].head)); }\n      },\n      origin: options && options.origin\n    };\n    signal(doc, \"beforeSelectionChange\", doc, obj);\n    if (doc.cm) { signal(doc.cm, \"beforeSelectionChange\", doc.cm, obj); }\n    if (obj.ranges != sel.ranges) { return normalizeSelection(doc.cm, obj.ranges, obj.ranges.length - 1) }\n    else { return sel }\n  }\n\n  function setSelectionReplaceHistory(doc, sel, options) {\n    var done = doc.history.done, last = lst(done);\n    if (last && last.ranges) {\n      done[done.length - 1] = sel;\n      setSelectionNoUndo(doc, sel, options);\n    } else {\n      setSelection(doc, sel, options);\n    }\n  }\n\n  // Set a new selection.\n  function setSelection(doc, sel, options) {\n    setSelectionNoUndo(doc, sel, options);\n    addSelectionToHistory(doc, doc.sel, doc.cm ? doc.cm.curOp.id : NaN, options);\n  }\n\n  function setSelectionNoUndo(doc, sel, options) {\n    if (hasHandler(doc, \"beforeSelectionChange\") || doc.cm && hasHandler(doc.cm, \"beforeSelectionChange\"))\n      { sel = filterSelectionChange(doc, sel, options); }\n\n    var bias = options && options.bias ||\n      (cmp(sel.primary().head, doc.sel.primary().head) < 0 ? -1 : 1);\n    setSelectionInner(doc, skipAtomicInSelection(doc, sel, bias, true));\n\n    if (!(options && options.scroll === false) && doc.cm && doc.cm.getOption(\"readOnly\") != \"nocursor\")\n      { ensureCursorVisible(doc.cm); }\n  }\n\n  function setSelectionInner(doc, sel) {\n    if (sel.equals(doc.sel)) { return }\n\n    doc.sel = sel;\n\n    if (doc.cm) {\n      doc.cm.curOp.updateInput = 1;\n      doc.cm.curOp.selectionChanged = true;\n      signalCursorActivity(doc.cm);\n    }\n    signalLater(doc, \"cursorActivity\", doc);\n  }\n\n  // Verify that the selection does not partially select any atomic\n  // marked ranges.\n  function reCheckSelection(doc) {\n    setSelectionInner(doc, skipAtomicInSelection(doc, doc.sel, null, false));\n  }\n\n  // Return a selection that does not partially select any atomic\n  // ranges.\n  function skipAtomicInSelection(doc, sel, bias, mayClear) {\n    var out;\n    for (var i = 0; i < sel.ranges.length; i++) {\n      var range = sel.ranges[i];\n      var old = sel.ranges.length == doc.sel.ranges.length && doc.sel.ranges[i];\n      var newAnchor = skipAtomic(doc, range.anchor, old && old.anchor, bias, mayClear);\n      var newHead = range.head == range.anchor ? newAnchor : skipAtomic(doc, range.head, old && old.head, bias, mayClear);\n      if (out || newAnchor != range.anchor || newHead != range.head) {\n        if (!out) { out = sel.ranges.slice(0, i); }\n        out[i] = new Range(newAnchor, newHead);\n      }\n    }\n    return out ? normalizeSelection(doc.cm, out, sel.primIndex) : sel\n  }\n\n  function skipAtomicInner(doc, pos, oldPos, dir, mayClear) {\n    var line = getLine(doc, pos.line);\n    if (line.markedSpans) { for (var i = 0; i < line.markedSpans.length; ++i) {\n      var sp = line.markedSpans[i], m = sp.marker;\n\n      // Determine if we should prevent the cursor being placed to the left/right of an atomic marker\n      // Historically this was determined using the inclusiveLeft/Right option, but the new way to control it\n      // is with selectLeft/Right\n      var preventCursorLeft = (\"selectLeft\" in m) ? !m.selectLeft : m.inclusiveLeft;\n      var preventCursorRight = (\"selectRight\" in m) ? !m.selectRight : m.inclusiveRight;\n\n      if ((sp.from == null || (preventCursorLeft ? sp.from <= pos.ch : sp.from < pos.ch)) &&\n          (sp.to == null || (preventCursorRight ? sp.to >= pos.ch : sp.to > pos.ch))) {\n        if (mayClear) {\n          signal(m, \"beforeCursorEnter\");\n          if (m.explicitlyCleared) {\n            if (!line.markedSpans) { break }\n            else {--i; continue}\n          }\n        }\n        if (!m.atomic) { continue }\n\n        if (oldPos) {\n          var near = m.find(dir < 0 ? 1 : -1), diff = (void 0);\n          if (dir < 0 ? preventCursorRight : preventCursorLeft)\n            { near = movePos(doc, near, -dir, near && near.line == pos.line ? line : null); }\n          if (near && near.line == pos.line && (diff = cmp(near, oldPos)) && (dir < 0 ? diff < 0 : diff > 0))\n            { return skipAtomicInner(doc, near, pos, dir, mayClear) }\n        }\n\n        var far = m.find(dir < 0 ? -1 : 1);\n        if (dir < 0 ? preventCursorLeft : preventCursorRight)\n          { far = movePos(doc, far, dir, far.line == pos.line ? line : null); }\n        return far ? skipAtomicInner(doc, far, pos, dir, mayClear) : null\n      }\n    } }\n    return pos\n  }\n\n  // Ensure a given position is not inside an atomic range.\n  function skipAtomic(doc, pos, oldPos, bias, mayClear) {\n    var dir = bias || 1;\n    var found = skipAtomicInner(doc, pos, oldPos, dir, mayClear) ||\n        (!mayClear && skipAtomicInner(doc, pos, oldPos, dir, true)) ||\n        skipAtomicInner(doc, pos, oldPos, -dir, mayClear) ||\n        (!mayClear && skipAtomicInner(doc, pos, oldPos, -dir, true));\n    if (!found) {\n      doc.cantEdit = true;\n      return Pos(doc.first, 0)\n    }\n    return found\n  }\n\n  function movePos(doc, pos, dir, line) {\n    if (dir < 0 && pos.ch == 0) {\n      if (pos.line > doc.first) { return clipPos(doc, Pos(pos.line - 1)) }\n      else { return null }\n    } else if (dir > 0 && pos.ch == (line || getLine(doc, pos.line)).text.length) {\n      if (pos.line < doc.first + doc.size - 1) { return Pos(pos.line + 1, 0) }\n      else { return null }\n    } else {\n      return new Pos(pos.line, pos.ch + dir)\n    }\n  }\n\n  function selectAll(cm) {\n    cm.setSelection(Pos(cm.firstLine(), 0), Pos(cm.lastLine()), sel_dontScroll);\n  }\n\n  // UPDATING\n\n  // Allow \"beforeChange\" event handlers to influence a change\n  function filterChange(doc, change, update) {\n    var obj = {\n      canceled: false,\n      from: change.from,\n      to: change.to,\n      text: change.text,\n      origin: change.origin,\n      cancel: function () { return obj.canceled = true; }\n    };\n    if (update) { obj.update = function (from, to, text, origin) {\n      if (from) { obj.from = clipPos(doc, from); }\n      if (to) { obj.to = clipPos(doc, to); }\n      if (text) { obj.text = text; }\n      if (origin !== undefined) { obj.origin = origin; }\n    }; }\n    signal(doc, \"beforeChange\", doc, obj);\n    if (doc.cm) { signal(doc.cm, \"beforeChange\", doc.cm, obj); }\n\n    if (obj.canceled) {\n      if (doc.cm) { doc.cm.curOp.updateInput = 2; }\n      return null\n    }\n    return {from: obj.from, to: obj.to, text: obj.text, origin: obj.origin}\n  }\n\n  // Apply a change to a document, and add it to the document's\n  // history, and propagating it to all linked documents.\n  function makeChange(doc, change, ignoreReadOnly) {\n    if (doc.cm) {\n      if (!doc.cm.curOp) { return operation(doc.cm, makeChange)(doc, change, ignoreReadOnly) }\n      if (doc.cm.state.suppressEdits) { return }\n    }\n\n    if (hasHandler(doc, \"beforeChange\") || doc.cm && hasHandler(doc.cm, \"beforeChange\")) {\n      change = filterChange(doc, change, true);\n      if (!change) { return }\n    }\n\n    // Possibly split or suppress the update based on the presence\n    // of read-only spans in its range.\n    var split = sawReadOnlySpans && !ignoreReadOnly && removeReadOnlyRanges(doc, change.from, change.to);\n    if (split) {\n      for (var i = split.length - 1; i >= 0; --i)\n        { makeChangeInner(doc, {from: split[i].from, to: split[i].to, text: i ? [\"\"] : change.text, origin: change.origin}); }\n    } else {\n      makeChangeInner(doc, change);\n    }\n  }\n\n  function makeChangeInner(doc, change) {\n    if (change.text.length == 1 && change.text[0] == \"\" && cmp(change.from, change.to) == 0) { return }\n    var selAfter = computeSelAfterChange(doc, change);\n    addChangeToHistory(doc, change, selAfter, doc.cm ? doc.cm.curOp.id : NaN);\n\n    makeChangeSingleDoc(doc, change, selAfter, stretchSpansOverChange(doc, change));\n    var rebased = [];\n\n    linkedDocs(doc, function (doc, sharedHist) {\n      if (!sharedHist && indexOf(rebased, doc.history) == -1) {\n        rebaseHist(doc.history, change);\n        rebased.push(doc.history);\n      }\n      makeChangeSingleDoc(doc, change, null, stretchSpansOverChange(doc, change));\n    });\n  }\n\n  // Revert a change stored in a document's history.\n  function makeChangeFromHistory(doc, type, allowSelectionOnly) {\n    var suppress = doc.cm && doc.cm.state.suppressEdits;\n    if (suppress && !allowSelectionOnly) { return }\n\n    var hist = doc.history, event, selAfter = doc.sel;\n    var source = type == \"undo\" ? hist.done : hist.undone, dest = type == \"undo\" ? hist.undone : hist.done;\n\n    // Verify that there is a useable event (so that ctrl-z won't\n    // needlessly clear selection events)\n    var i = 0;\n    for (; i < source.length; i++) {\n      event = source[i];\n      if (allowSelectionOnly ? event.ranges && !event.equals(doc.sel) : !event.ranges)\n        { break }\n    }\n    if (i == source.length) { return }\n    hist.lastOrigin = hist.lastSelOrigin = null;\n\n    for (;;) {\n      event = source.pop();\n      if (event.ranges) {\n        pushSelectionToHistory(event, dest);\n        if (allowSelectionOnly && !event.equals(doc.sel)) {\n          setSelection(doc, event, {clearRedo: false});\n          return\n        }\n        selAfter = event;\n      } else if (suppress) {\n        source.push(event);\n        return\n      } else { break }\n    }\n\n    // Build up a reverse change object to add to the opposite history\n    // stack (redo when undoing, and vice versa).\n    var antiChanges = [];\n    pushSelectionToHistory(selAfter, dest);\n    dest.push({changes: antiChanges, generation: hist.generation});\n    hist.generation = event.generation || ++hist.maxGeneration;\n\n    var filter = hasHandler(doc, \"beforeChange\") || doc.cm && hasHandler(doc.cm, \"beforeChange\");\n\n    var loop = function ( i ) {\n      var change = event.changes[i];\n      change.origin = type;\n      if (filter && !filterChange(doc, change, false)) {\n        source.length = 0;\n        return {}\n      }\n\n      antiChanges.push(historyChangeFromChange(doc, change));\n\n      var after = i ? computeSelAfterChange(doc, change) : lst(source);\n      makeChangeSingleDoc(doc, change, after, mergeOldSpans(doc, change));\n      if (!i && doc.cm) { doc.cm.scrollIntoView({from: change.from, to: changeEnd(change)}); }\n      var rebased = [];\n\n      // Propagate to the linked documents\n      linkedDocs(doc, function (doc, sharedHist) {\n        if (!sharedHist && indexOf(rebased, doc.history) == -1) {\n          rebaseHist(doc.history, change);\n          rebased.push(doc.history);\n        }\n        makeChangeSingleDoc(doc, change, null, mergeOldSpans(doc, change));\n      });\n    };\n\n    for (var i$1 = event.changes.length - 1; i$1 >= 0; --i$1) {\n      var returned = loop( i$1 );\n\n      if ( returned ) return returned.v;\n    }\n  }\n\n  // Sub-views need their line numbers shifted when text is added\n  // above or below them in the parent document.\n  function shiftDoc(doc, distance) {\n    if (distance == 0) { return }\n    doc.first += distance;\n    doc.sel = new Selection(map(doc.sel.ranges, function (range) { return new Range(\n      Pos(range.anchor.line + distance, range.anchor.ch),\n      Pos(range.head.line + distance, range.head.ch)\n    ); }), doc.sel.primIndex);\n    if (doc.cm) {\n      regChange(doc.cm, doc.first, doc.first - distance, distance);\n      for (var d = doc.cm.display, l = d.viewFrom; l < d.viewTo; l++)\n        { regLineChange(doc.cm, l, \"gutter\"); }\n    }\n  }\n\n  // More lower-level change function, handling only a single document\n  // (not linked ones).\n  function makeChangeSingleDoc(doc, change, selAfter, spans) {\n    if (doc.cm && !doc.cm.curOp)\n      { return operation(doc.cm, makeChangeSingleDoc)(doc, change, selAfter, spans) }\n\n    if (change.to.line < doc.first) {\n      shiftDoc(doc, change.text.length - 1 - (change.to.line - change.from.line));\n      return\n    }\n    if (change.from.line > doc.lastLine()) { return }\n\n    // Clip the change to the size of this doc\n    if (change.from.line < doc.first) {\n      var shift = change.text.length - 1 - (doc.first - change.from.line);\n      shiftDoc(doc, shift);\n      change = {from: Pos(doc.first, 0), to: Pos(change.to.line + shift, change.to.ch),\n                text: [lst(change.text)], origin: change.origin};\n    }\n    var last = doc.lastLine();\n    if (change.to.line > last) {\n      change = {from: change.from, to: Pos(last, getLine(doc, last).text.length),\n                text: [change.text[0]], origin: change.origin};\n    }\n\n    change.removed = getBetween(doc, change.from, change.to);\n\n    if (!selAfter) { selAfter = computeSelAfterChange(doc, change); }\n    if (doc.cm) { makeChangeSingleDocInEditor(doc.cm, change, spans); }\n    else { updateDoc(doc, change, spans); }\n    setSelectionNoUndo(doc, selAfter, sel_dontScroll);\n\n    if (doc.cantEdit && skipAtomic(doc, Pos(doc.firstLine(), 0)))\n      { doc.cantEdit = false; }\n  }\n\n  // Handle the interaction of a change to a document with the editor\n  // that this document is part of.\n  function makeChangeSingleDocInEditor(cm, change, spans) {\n    var doc = cm.doc, display = cm.display, from = change.from, to = change.to;\n\n    var recomputeMaxLength = false, checkWidthStart = from.line;\n    if (!cm.options.lineWrapping) {\n      checkWidthStart = lineNo(visualLine(getLine(doc, from.line)));\n      doc.iter(checkWidthStart, to.line + 1, function (line) {\n        if (line == display.maxLine) {\n          recomputeMaxLength = true;\n          return true\n        }\n      });\n    }\n\n    if (doc.sel.contains(change.from, change.to) > -1)\n      { signalCursorActivity(cm); }\n\n    updateDoc(doc, change, spans, estimateHeight(cm));\n\n    if (!cm.options.lineWrapping) {\n      doc.iter(checkWidthStart, from.line + change.text.length, function (line) {\n        var len = lineLength(line);\n        if (len > display.maxLineLength) {\n          display.maxLine = line;\n          display.maxLineLength = len;\n          display.maxLineChanged = true;\n          recomputeMaxLength = false;\n        }\n      });\n      if (recomputeMaxLength) { cm.curOp.updateMaxLine = true; }\n    }\n\n    retreatFrontier(doc, from.line);\n    startWorker(cm, 400);\n\n    var lendiff = change.text.length - (to.line - from.line) - 1;\n    // Remember that these lines changed, for updating the display\n    if (change.full)\n      { regChange(cm); }\n    else if (from.line == to.line && change.text.length == 1 && !isWholeLineUpdate(cm.doc, change))\n      { regLineChange(cm, from.line, \"text\"); }\n    else\n      { regChange(cm, from.line, to.line + 1, lendiff); }\n\n    var changesHandler = hasHandler(cm, \"changes\"), changeHandler = hasHandler(cm, \"change\");\n    if (changeHandler || changesHandler) {\n      var obj = {\n        from: from, to: to,\n        text: change.text,\n        removed: change.removed,\n        origin: change.origin\n      };\n      if (changeHandler) { signalLater(cm, \"change\", cm, obj); }\n      if (changesHandler) { (cm.curOp.changeObjs || (cm.curOp.changeObjs = [])).push(obj); }\n    }\n    cm.display.selForContextMenu = null;\n  }\n\n  function replaceRange(doc, code, from, to, origin) {\n    var assign;\n\n    if (!to) { to = from; }\n    if (cmp(to, from) < 0) { (assign = [to, from], from = assign[0], to = assign[1]); }\n    if (typeof code == \"string\") { code = doc.splitLines(code); }\n    makeChange(doc, {from: from, to: to, text: code, origin: origin});\n  }\n\n  // Rebasing/resetting history to deal with externally-sourced changes\n\n  function rebaseHistSelSingle(pos, from, to, diff) {\n    if (to < pos.line) {\n      pos.line += diff;\n    } else if (from < pos.line) {\n      pos.line = from;\n      pos.ch = 0;\n    }\n  }\n\n  // Tries to rebase an array of history events given a change in the\n  // document. If the change touches the same lines as the event, the\n  // event, and everything 'behind' it, is discarded. If the change is\n  // before the event, the event's positions are updated. Uses a\n  // copy-on-write scheme for the positions, to avoid having to\n  // reallocate them all on every rebase, but also avoid problems with\n  // shared position objects being unsafely updated.\n  function rebaseHistArray(array, from, to, diff) {\n    for (var i = 0; i < array.length; ++i) {\n      var sub = array[i], ok = true;\n      if (sub.ranges) {\n        if (!sub.copied) { sub = array[i] = sub.deepCopy(); sub.copied = true; }\n        for (var j = 0; j < sub.ranges.length; j++) {\n          rebaseHistSelSingle(sub.ranges[j].anchor, from, to, diff);\n          rebaseHistSelSingle(sub.ranges[j].head, from, to, diff);\n        }\n        continue\n      }\n      for (var j$1 = 0; j$1 < sub.changes.length; ++j$1) {\n        var cur = sub.changes[j$1];\n        if (to < cur.from.line) {\n          cur.from = Pos(cur.from.line + diff, cur.from.ch);\n          cur.to = Pos(cur.to.line + diff, cur.to.ch);\n        } else if (from <= cur.to.line) {\n          ok = false;\n          break\n        }\n      }\n      if (!ok) {\n        array.splice(0, i + 1);\n        i = 0;\n      }\n    }\n  }\n\n  function rebaseHist(hist, change) {\n    var from = change.from.line, to = change.to.line, diff = change.text.length - (to - from) - 1;\n    rebaseHistArray(hist.done, from, to, diff);\n    rebaseHistArray(hist.undone, from, to, diff);\n  }\n\n  // Utility for applying a change to a line by handle or number,\n  // returning the number and optionally registering the line as\n  // changed.\n  function changeLine(doc, handle, changeType, op) {\n    var no = handle, line = handle;\n    if (typeof handle == \"number\") { line = getLine(doc, clipLine(doc, handle)); }\n    else { no = lineNo(handle); }\n    if (no == null) { return null }\n    if (op(line, no) && doc.cm) { regLineChange(doc.cm, no, changeType); }\n    return line\n  }\n\n  // The document is represented as a BTree consisting of leaves, with\n  // chunk of lines in them, and branches, with up to ten leaves or\n  // other branch nodes below them. The top node is always a branch\n  // node, and is the document object itself (meaning it has\n  // additional methods and properties).\n  //\n  // All nodes have parent links. The tree is used both to go from\n  // line numbers to line objects, and to go from objects to numbers.\n  // It also indexes by height, and is used to convert between height\n  // and line object, and to find the total height of the document.\n  //\n  // See also http://marijnhaverbeke.nl/blog/codemirror-line-tree.html\n\n  function LeafChunk(lines) {\n    this.lines = lines;\n    this.parent = null;\n    var height = 0;\n    for (var i = 0; i < lines.length; ++i) {\n      lines[i].parent = this;\n      height += lines[i].height;\n    }\n    this.height = height;\n  }\n\n  LeafChunk.prototype = {\n    chunkSize: function() { return this.lines.length },\n\n    // Remove the n lines at offset 'at'.\n    removeInner: function(at, n) {\n      for (var i = at, e = at + n; i < e; ++i) {\n        var line = this.lines[i];\n        this.height -= line.height;\n        cleanUpLine(line);\n        signalLater(line, \"delete\");\n      }\n      this.lines.splice(at, n);\n    },\n\n    // Helper used to collapse a small branch into a single leaf.\n    collapse: function(lines) {\n      lines.push.apply(lines, this.lines);\n    },\n\n    // Insert the given array of lines at offset 'at', count them as\n    // having the given height.\n    insertInner: function(at, lines, height) {\n      this.height += height;\n      this.lines = this.lines.slice(0, at).concat(lines).concat(this.lines.slice(at));\n      for (var i = 0; i < lines.length; ++i) { lines[i].parent = this; }\n    },\n\n    // Used to iterate over a part of the tree.\n    iterN: function(at, n, op) {\n      for (var e = at + n; at < e; ++at)\n        { if (op(this.lines[at])) { return true } }\n    }\n  };\n\n  function BranchChunk(children) {\n    this.children = children;\n    var size = 0, height = 0;\n    for (var i = 0; i < children.length; ++i) {\n      var ch = children[i];\n      size += ch.chunkSize(); height += ch.height;\n      ch.parent = this;\n    }\n    this.size = size;\n    this.height = height;\n    this.parent = null;\n  }\n\n  BranchChunk.prototype = {\n    chunkSize: function() { return this.size },\n\n    removeInner: function(at, n) {\n      this.size -= n;\n      for (var i = 0; i < this.children.length; ++i) {\n        var child = this.children[i], sz = child.chunkSize();\n        if (at < sz) {\n          var rm = Math.min(n, sz - at), oldHeight = child.height;\n          child.removeInner(at, rm);\n          this.height -= oldHeight - child.height;\n          if (sz == rm) { this.children.splice(i--, 1); child.parent = null; }\n          if ((n -= rm) == 0) { break }\n          at = 0;\n        } else { at -= sz; }\n      }\n      // If the result is smaller than 25 lines, ensure that it is a\n      // single leaf node.\n      if (this.size - n < 25 &&\n          (this.children.length > 1 || !(this.children[0] instanceof LeafChunk))) {\n        var lines = [];\n        this.collapse(lines);\n        this.children = [new LeafChunk(lines)];\n        this.children[0].parent = this;\n      }\n    },\n\n    collapse: function(lines) {\n      for (var i = 0; i < this.children.length; ++i) { this.children[i].collapse(lines); }\n    },\n\n    insertInner: function(at, lines, height) {\n      this.size += lines.length;\n      this.height += height;\n      for (var i = 0; i < this.children.length; ++i) {\n        var child = this.children[i], sz = child.chunkSize();\n        if (at <= sz) {\n          child.insertInner(at, lines, height);\n          if (child.lines && child.lines.length > 50) {\n            // To avoid memory thrashing when child.lines is huge (e.g. first view of a large file), it's never spliced.\n            // Instead, small slices are taken. They're taken in order because sequential memory accesses are fastest.\n            var remaining = child.lines.length % 25 + 25;\n            for (var pos = remaining; pos < child.lines.length;) {\n              var leaf = new LeafChunk(child.lines.slice(pos, pos += 25));\n              child.height -= leaf.height;\n              this.children.splice(++i, 0, leaf);\n              leaf.parent = this;\n            }\n            child.lines = child.lines.slice(0, remaining);\n            this.maybeSpill();\n          }\n          break\n        }\n        at -= sz;\n      }\n    },\n\n    // When a node has grown, check whether it should be split.\n    maybeSpill: function() {\n      if (this.children.length <= 10) { return }\n      var me = this;\n      do {\n        var spilled = me.children.splice(me.children.length - 5, 5);\n        var sibling = new BranchChunk(spilled);\n        if (!me.parent) { // Become the parent node\n          var copy = new BranchChunk(me.children);\n          copy.parent = me;\n          me.children = [copy, sibling];\n          me = copy;\n       } else {\n          me.size -= sibling.size;\n          me.height -= sibling.height;\n          var myIndex = indexOf(me.parent.children, me);\n          me.parent.children.splice(myIndex + 1, 0, sibling);\n        }\n        sibling.parent = me.parent;\n      } while (me.children.length > 10)\n      me.parent.maybeSpill();\n    },\n\n    iterN: function(at, n, op) {\n      for (var i = 0; i < this.children.length; ++i) {\n        var child = this.children[i], sz = child.chunkSize();\n        if (at < sz) {\n          var used = Math.min(n, sz - at);\n          if (child.iterN(at, used, op)) { return true }\n          if ((n -= used) == 0) { break }\n          at = 0;\n        } else { at -= sz; }\n      }\n    }\n  };\n\n  // Line widgets are block elements displayed above or below a line.\n\n  var LineWidget = function(doc, node, options) {\n    if (options) { for (var opt in options) { if (options.hasOwnProperty(opt))\n      { this[opt] = options[opt]; } } }\n    this.doc = doc;\n    this.node = node;\n  };\n\n  LineWidget.prototype.clear = function () {\n    var cm = this.doc.cm, ws = this.line.widgets, line = this.line, no = lineNo(line);\n    if (no == null || !ws) { return }\n    for (var i = 0; i < ws.length; ++i) { if (ws[i] == this) { ws.splice(i--, 1); } }\n    if (!ws.length) { line.widgets = null; }\n    var height = widgetHeight(this);\n    updateLineHeight(line, Math.max(0, line.height - height));\n    if (cm) {\n      runInOp(cm, function () {\n        adjustScrollWhenAboveVisible(cm, line, -height);\n        regLineChange(cm, no, \"widget\");\n      });\n      signalLater(cm, \"lineWidgetCleared\", cm, this, no);\n    }\n  };\n\n  LineWidget.prototype.changed = function () {\n      var this$1 = this;\n\n    var oldH = this.height, cm = this.doc.cm, line = this.line;\n    this.height = null;\n    var diff = widgetHeight(this) - oldH;\n    if (!diff) { return }\n    if (!lineIsHidden(this.doc, line)) { updateLineHeight(line, line.height + diff); }\n    if (cm) {\n      runInOp(cm, function () {\n        cm.curOp.forceUpdate = true;\n        adjustScrollWhenAboveVisible(cm, line, diff);\n        signalLater(cm, \"lineWidgetChanged\", cm, this$1, lineNo(line));\n      });\n    }\n  };\n  eventMixin(LineWidget);\n\n  function adjustScrollWhenAboveVisible(cm, line, diff) {\n    if (heightAtLine(line) < ((cm.curOp && cm.curOp.scrollTop) || cm.doc.scrollTop))\n      { addToScrollTop(cm, diff); }\n  }\n\n  function addLineWidget(doc, handle, node, options) {\n    var widget = new LineWidget(doc, node, options);\n    var cm = doc.cm;\n    if (cm && widget.noHScroll) { cm.display.alignWidgets = true; }\n    changeLine(doc, handle, \"widget\", function (line) {\n      var widgets = line.widgets || (line.widgets = []);\n      if (widget.insertAt == null) { widgets.push(widget); }\n      else { widgets.splice(Math.min(widgets.length, Math.max(0, widget.insertAt)), 0, widget); }\n      widget.line = line;\n      if (cm && !lineIsHidden(doc, line)) {\n        var aboveVisible = heightAtLine(line) < doc.scrollTop;\n        updateLineHeight(line, line.height + widgetHeight(widget));\n        if (aboveVisible) { addToScrollTop(cm, widget.height); }\n        cm.curOp.forceUpdate = true;\n      }\n      return true\n    });\n    if (cm) { signalLater(cm, \"lineWidgetAdded\", cm, widget, typeof handle == \"number\" ? handle : lineNo(handle)); }\n    return widget\n  }\n\n  // TEXTMARKERS\n\n  // Created with markText and setBookmark methods. A TextMarker is a\n  // handle that can be used to clear or find a marked position in the\n  // document. Line objects hold arrays (markedSpans) containing\n  // {from, to, marker} object pointing to such marker objects, and\n  // indicating that such a marker is present on that line. Multiple\n  // lines may point to the same marker when it spans across lines.\n  // The spans will have null for their from/to properties when the\n  // marker continues beyond the start/end of the line. Markers have\n  // links back to the lines they currently touch.\n\n  // Collapsed markers have unique ids, in order to be able to order\n  // them, which is needed for uniquely determining an outer marker\n  // when they overlap (they may nest, but not partially overlap).\n  var nextMarkerId = 0;\n\n  var TextMarker = function(doc, type) {\n    this.lines = [];\n    this.type = type;\n    this.doc = doc;\n    this.id = ++nextMarkerId;\n  };\n\n  // Clear the marker.\n  TextMarker.prototype.clear = function () {\n    if (this.explicitlyCleared) { return }\n    var cm = this.doc.cm, withOp = cm && !cm.curOp;\n    if (withOp) { startOperation(cm); }\n    if (hasHandler(this, \"clear\")) {\n      var found = this.find();\n      if (found) { signalLater(this, \"clear\", found.from, found.to); }\n    }\n    var min = null, max = null;\n    for (var i = 0; i < this.lines.length; ++i) {\n      var line = this.lines[i];\n      var span = getMarkedSpanFor(line.markedSpans, this);\n      if (cm && !this.collapsed) { regLineChange(cm, lineNo(line), \"text\"); }\n      else if (cm) {\n        if (span.to != null) { max = lineNo(line); }\n        if (span.from != null) { min = lineNo(line); }\n      }\n      line.markedSpans = removeMarkedSpan(line.markedSpans, span);\n      if (span.from == null && this.collapsed && !lineIsHidden(this.doc, line) && cm)\n        { updateLineHeight(line, textHeight(cm.display)); }\n    }\n    if (cm && this.collapsed && !cm.options.lineWrapping) { for (var i$1 = 0; i$1 < this.lines.length; ++i$1) {\n      var visual = visualLine(this.lines[i$1]), len = lineLength(visual);\n      if (len > cm.display.maxLineLength) {\n        cm.display.maxLine = visual;\n        cm.display.maxLineLength = len;\n        cm.display.maxLineChanged = true;\n      }\n    } }\n\n    if (min != null && cm && this.collapsed) { regChange(cm, min, max + 1); }\n    this.lines.length = 0;\n    this.explicitlyCleared = true;\n    if (this.atomic && this.doc.cantEdit) {\n      this.doc.cantEdit = false;\n      if (cm) { reCheckSelection(cm.doc); }\n    }\n    if (cm) { signalLater(cm, \"markerCleared\", cm, this, min, max); }\n    if (withOp) { endOperation(cm); }\n    if (this.parent) { this.parent.clear(); }\n  };\n\n  // Find the position of the marker in the document. Returns a {from,\n  // to} object by default. Side can be passed to get a specific side\n  // -- 0 (both), -1 (left), or 1 (right). When lineObj is true, the\n  // Pos objects returned contain a line object, rather than a line\n  // number (used to prevent looking up the same line twice).\n  TextMarker.prototype.find = function (side, lineObj) {\n    if (side == null && this.type == \"bookmark\") { side = 1; }\n    var from, to;\n    for (var i = 0; i < this.lines.length; ++i) {\n      var line = this.lines[i];\n      var span = getMarkedSpanFor(line.markedSpans, this);\n      if (span.from != null) {\n        from = Pos(lineObj ? line : lineNo(line), span.from);\n        if (side == -1) { return from }\n      }\n      if (span.to != null) {\n        to = Pos(lineObj ? line : lineNo(line), span.to);\n        if (side == 1) { return to }\n      }\n    }\n    return from && {from: from, to: to}\n  };\n\n  // Signals that the marker's widget changed, and surrounding layout\n  // should be recomputed.\n  TextMarker.prototype.changed = function () {\n      var this$1 = this;\n\n    var pos = this.find(-1, true), widget = this, cm = this.doc.cm;\n    if (!pos || !cm) { return }\n    runInOp(cm, function () {\n      var line = pos.line, lineN = lineNo(pos.line);\n      var view = findViewForLine(cm, lineN);\n      if (view) {\n        clearLineMeasurementCacheFor(view);\n        cm.curOp.selectionChanged = cm.curOp.forceUpdate = true;\n      }\n      cm.curOp.updateMaxLine = true;\n      if (!lineIsHidden(widget.doc, line) && widget.height != null) {\n        var oldHeight = widget.height;\n        widget.height = null;\n        var dHeight = widgetHeight(widget) - oldHeight;\n        if (dHeight)\n          { updateLineHeight(line, line.height + dHeight); }\n      }\n      signalLater(cm, \"markerChanged\", cm, this$1);\n    });\n  };\n\n  TextMarker.prototype.attachLine = function (line) {\n    if (!this.lines.length && this.doc.cm) {\n      var op = this.doc.cm.curOp;\n      if (!op.maybeHiddenMarkers || indexOf(op.maybeHiddenMarkers, this) == -1)\n        { (op.maybeUnhiddenMarkers || (op.maybeUnhiddenMarkers = [])).push(this); }\n    }\n    this.lines.push(line);\n  };\n\n  TextMarker.prototype.detachLine = function (line) {\n    this.lines.splice(indexOf(this.lines, line), 1);\n    if (!this.lines.length && this.doc.cm) {\n      var op = this.doc.cm.curOp\n      ;(op.maybeHiddenMarkers || (op.maybeHiddenMarkers = [])).push(this);\n    }\n  };\n  eventMixin(TextMarker);\n\n  // Create a marker, wire it up to the right lines, and\n  function markText(doc, from, to, options, type) {\n    // Shared markers (across linked documents) are handled separately\n    // (markTextShared will call out to this again, once per\n    // document).\n    if (options && options.shared) { return markTextShared(doc, from, to, options, type) }\n    // Ensure we are in an operation.\n    if (doc.cm && !doc.cm.curOp) { return operation(doc.cm, markText)(doc, from, to, options, type) }\n\n    var marker = new TextMarker(doc, type), diff = cmp(from, to);\n    if (options) { copyObj(options, marker, false); }\n    // Don't connect empty markers unless clearWhenEmpty is false\n    if (diff > 0 || diff == 0 && marker.clearWhenEmpty !== false)\n      { return marker }\n    if (marker.replacedWith) {\n      // Showing up as a widget implies collapsed (widget replaces text)\n      marker.collapsed = true;\n      marker.widgetNode = eltP(\"span\", [marker.replacedWith], \"CodeMirror-widget\");\n      if (!options.handleMouseEvents) { marker.widgetNode.setAttribute(\"cm-ignore-events\", \"true\"); }\n      if (options.insertLeft) { marker.widgetNode.insertLeft = true; }\n    }\n    if (marker.collapsed) {\n      if (conflictingCollapsedRange(doc, from.line, from, to, marker) ||\n          from.line != to.line && conflictingCollapsedRange(doc, to.line, from, to, marker))\n        { throw new Error(\"Inserting collapsed marker partially overlapping an existing one\") }\n      seeCollapsedSpans();\n    }\n\n    if (marker.addToHistory)\n      { addChangeToHistory(doc, {from: from, to: to, origin: \"markText\"}, doc.sel, NaN); }\n\n    var curLine = from.line, cm = doc.cm, updateMaxLine;\n    doc.iter(curLine, to.line + 1, function (line) {\n      if (cm && marker.collapsed && !cm.options.lineWrapping && visualLine(line) == cm.display.maxLine)\n        { updateMaxLine = true; }\n      if (marker.collapsed && curLine != from.line) { updateLineHeight(line, 0); }\n      addMarkedSpan(line, new MarkedSpan(marker,\n                                         curLine == from.line ? from.ch : null,\n                                         curLine == to.line ? to.ch : null), doc.cm && doc.cm.curOp);\n      ++curLine;\n    });\n    // lineIsHidden depends on the presence of the spans, so needs a second pass\n    if (marker.collapsed) { doc.iter(from.line, to.line + 1, function (line) {\n      if (lineIsHidden(doc, line)) { updateLineHeight(line, 0); }\n    }); }\n\n    if (marker.clearOnEnter) { on(marker, \"beforeCursorEnter\", function () { return marker.clear(); }); }\n\n    if (marker.readOnly) {\n      seeReadOnlySpans();\n      if (doc.history.done.length || doc.history.undone.length)\n        { doc.clearHistory(); }\n    }\n    if (marker.collapsed) {\n      marker.id = ++nextMarkerId;\n      marker.atomic = true;\n    }\n    if (cm) {\n      // Sync editor state\n      if (updateMaxLine) { cm.curOp.updateMaxLine = true; }\n      if (marker.collapsed)\n        { regChange(cm, from.line, to.line + 1); }\n      else if (marker.className || marker.startStyle || marker.endStyle || marker.css ||\n               marker.attributes || marker.title)\n        { for (var i = from.line; i <= to.line; i++) { regLineChange(cm, i, \"text\"); } }\n      if (marker.atomic) { reCheckSelection(cm.doc); }\n      signalLater(cm, \"markerAdded\", cm, marker);\n    }\n    return marker\n  }\n\n  // SHARED TEXTMARKERS\n\n  // A shared marker spans multiple linked documents. It is\n  // implemented as a meta-marker-object controlling multiple normal\n  // markers.\n  var SharedTextMarker = function(markers, primary) {\n    this.markers = markers;\n    this.primary = primary;\n    for (var i = 0; i < markers.length; ++i)\n      { markers[i].parent = this; }\n  };\n\n  SharedTextMarker.prototype.clear = function () {\n    if (this.explicitlyCleared) { return }\n    this.explicitlyCleared = true;\n    for (var i = 0; i < this.markers.length; ++i)\n      { this.markers[i].clear(); }\n    signalLater(this, \"clear\");\n  };\n\n  SharedTextMarker.prototype.find = function (side, lineObj) {\n    return this.primary.find(side, lineObj)\n  };\n  eventMixin(SharedTextMarker);\n\n  function markTextShared(doc, from, to, options, type) {\n    options = copyObj(options);\n    options.shared = false;\n    var markers = [markText(doc, from, to, options, type)], primary = markers[0];\n    var widget = options.widgetNode;\n    linkedDocs(doc, function (doc) {\n      if (widget) { options.widgetNode = widget.cloneNode(true); }\n      markers.push(markText(doc, clipPos(doc, from), clipPos(doc, to), options, type));\n      for (var i = 0; i < doc.linked.length; ++i)\n        { if (doc.linked[i].isParent) { return } }\n      primary = lst(markers);\n    });\n    return new SharedTextMarker(markers, primary)\n  }\n\n  function findSharedMarkers(doc) {\n    return doc.findMarks(Pos(doc.first, 0), doc.clipPos(Pos(doc.lastLine())), function (m) { return m.parent; })\n  }\n\n  function copySharedMarkers(doc, markers) {\n    for (var i = 0; i < markers.length; i++) {\n      var marker = markers[i], pos = marker.find();\n      var mFrom = doc.clipPos(pos.from), mTo = doc.clipPos(pos.to);\n      if (cmp(mFrom, mTo)) {\n        var subMark = markText(doc, mFrom, mTo, marker.primary, marker.primary.type);\n        marker.markers.push(subMark);\n        subMark.parent = marker;\n      }\n    }\n  }\n\n  function detachSharedMarkers(markers) {\n    var loop = function ( i ) {\n      var marker = markers[i], linked = [marker.primary.doc];\n      linkedDocs(marker.primary.doc, function (d) { return linked.push(d); });\n      for (var j = 0; j < marker.markers.length; j++) {\n        var subMarker = marker.markers[j];\n        if (indexOf(linked, subMarker.doc) == -1) {\n          subMarker.parent = null;\n          marker.markers.splice(j--, 1);\n        }\n      }\n    };\n\n    for (var i = 0; i < markers.length; i++) loop( i );\n  }\n\n  var nextDocId = 0;\n  var Doc = function(text, mode, firstLine, lineSep, direction) {\n    if (!(this instanceof Doc)) { return new Doc(text, mode, firstLine, lineSep, direction) }\n    if (firstLine == null) { firstLine = 0; }\n\n    BranchChunk.call(this, [new LeafChunk([new Line(\"\", null)])]);\n    this.first = firstLine;\n    this.scrollTop = this.scrollLeft = 0;\n    this.cantEdit = false;\n    this.cleanGeneration = 1;\n    this.modeFrontier = this.highlightFrontier = firstLine;\n    var start = Pos(firstLine, 0);\n    this.sel = simpleSelection(start);\n    this.history = new History(null);\n    this.id = ++nextDocId;\n    this.modeOption = mode;\n    this.lineSep = lineSep;\n    this.direction = (direction == \"rtl\") ? \"rtl\" : \"ltr\";\n    this.extend = false;\n\n    if (typeof text == \"string\") { text = this.splitLines(text); }\n    updateDoc(this, {from: start, to: start, text: text});\n    setSelection(this, simpleSelection(start), sel_dontScroll);\n  };\n\n  Doc.prototype = createObj(BranchChunk.prototype, {\n    constructor: Doc,\n    // Iterate over the document. Supports two forms -- with only one\n    // argument, it calls that for each line in the document. With\n    // three, it iterates over the range given by the first two (with\n    // the second being non-inclusive).\n    iter: function(from, to, op) {\n      if (op) { this.iterN(from - this.first, to - from, op); }\n      else { this.iterN(this.first, this.first + this.size, from); }\n    },\n\n    // Non-public interface for adding and removing lines.\n    insert: function(at, lines) {\n      var height = 0;\n      for (var i = 0; i < lines.length; ++i) { height += lines[i].height; }\n      this.insertInner(at - this.first, lines, height);\n    },\n    remove: function(at, n) { this.removeInner(at - this.first, n); },\n\n    // From here, the methods are part of the public interface. Most\n    // are also available from CodeMirror (editor) instances.\n\n    getValue: function(lineSep) {\n      var lines = getLines(this, this.first, this.first + this.size);\n      if (lineSep === false) { return lines }\n      return lines.join(lineSep || this.lineSeparator())\n    },\n    setValue: docMethodOp(function(code) {\n      var top = Pos(this.first, 0), last = this.first + this.size - 1;\n      makeChange(this, {from: top, to: Pos(last, getLine(this, last).text.length),\n                        text: this.splitLines(code), origin: \"setValue\", full: true}, true);\n      if (this.cm) { scrollToCoords(this.cm, 0, 0); }\n      setSelection(this, simpleSelection(top), sel_dontScroll);\n    }),\n    replaceRange: function(code, from, to, origin) {\n      from = clipPos(this, from);\n      to = to ? clipPos(this, to) : from;\n      replaceRange(this, code, from, to, origin);\n    },\n    getRange: function(from, to, lineSep) {\n      var lines = getBetween(this, clipPos(this, from), clipPos(this, to));\n      if (lineSep === false) { return lines }\n      if (lineSep === '') { return lines.join('') }\n      return lines.join(lineSep || this.lineSeparator())\n    },\n\n    getLine: function(line) {var l = this.getLineHandle(line); return l && l.text},\n\n    getLineHandle: function(line) {if (isLine(this, line)) { return getLine(this, line) }},\n    getLineNumber: function(line) {return lineNo(line)},\n\n    getLineHandleVisualStart: function(line) {\n      if (typeof line == \"number\") { line = getLine(this, line); }\n      return visualLine(line)\n    },\n\n    lineCount: function() {return this.size},\n    firstLine: function() {return this.first},\n    lastLine: function() {return this.first + this.size - 1},\n\n    clipPos: function(pos) {return clipPos(this, pos)},\n\n    getCursor: function(start) {\n      var range = this.sel.primary(), pos;\n      if (start == null || start == \"head\") { pos = range.head; }\n      else if (start == \"anchor\") { pos = range.anchor; }\n      else if (start == \"end\" || start == \"to\" || start === false) { pos = range.to(); }\n      else { pos = range.from(); }\n      return pos\n    },\n    listSelections: function() { return this.sel.ranges },\n    somethingSelected: function() {return this.sel.somethingSelected()},\n\n    setCursor: docMethodOp(function(line, ch, options) {\n      setSimpleSelection(this, clipPos(this, typeof line == \"number\" ? Pos(line, ch || 0) : line), null, options);\n    }),\n    setSelection: docMethodOp(function(anchor, head, options) {\n      setSimpleSelection(this, clipPos(this, anchor), clipPos(this, head || anchor), options);\n    }),\n    extendSelection: docMethodOp(function(head, other, options) {\n      extendSelection(this, clipPos(this, head), other && clipPos(this, other), options);\n    }),\n    extendSelections: docMethodOp(function(heads, options) {\n      extendSelections(this, clipPosArray(this, heads), options);\n    }),\n    extendSelectionsBy: docMethodOp(function(f, options) {\n      var heads = map(this.sel.ranges, f);\n      extendSelections(this, clipPosArray(this, heads), options);\n    }),\n    setSelections: docMethodOp(function(ranges, primary, options) {\n      if (!ranges.length) { return }\n      var out = [];\n      for (var i = 0; i < ranges.length; i++)\n        { out[i] = new Range(clipPos(this, ranges[i].anchor),\n                           clipPos(this, ranges[i].head || ranges[i].anchor)); }\n      if (primary == null) { primary = Math.min(ranges.length - 1, this.sel.primIndex); }\n      setSelection(this, normalizeSelection(this.cm, out, primary), options);\n    }),\n    addSelection: docMethodOp(function(anchor, head, options) {\n      var ranges = this.sel.ranges.slice(0);\n      ranges.push(new Range(clipPos(this, anchor), clipPos(this, head || anchor)));\n      setSelection(this, normalizeSelection(this.cm, ranges, ranges.length - 1), options);\n    }),\n\n    getSelection: function(lineSep) {\n      var ranges = this.sel.ranges, lines;\n      for (var i = 0; i < ranges.length; i++) {\n        var sel = getBetween(this, ranges[i].from(), ranges[i].to());\n        lines = lines ? lines.concat(sel) : sel;\n      }\n      if (lineSep === false) { return lines }\n      else { return lines.join(lineSep || this.lineSeparator()) }\n    },\n    getSelections: function(lineSep) {\n      var parts = [], ranges = this.sel.ranges;\n      for (var i = 0; i < ranges.length; i++) {\n        var sel = getBetween(this, ranges[i].from(), ranges[i].to());\n        if (lineSep !== false) { sel = sel.join(lineSep || this.lineSeparator()); }\n        parts[i] = sel;\n      }\n      return parts\n    },\n    replaceSelection: function(code, collapse, origin) {\n      var dup = [];\n      for (var i = 0; i < this.sel.ranges.length; i++)\n        { dup[i] = code; }\n      this.replaceSelections(dup, collapse, origin || \"+input\");\n    },\n    replaceSelections: docMethodOp(function(code, collapse, origin) {\n      var changes = [], sel = this.sel;\n      for (var i = 0; i < sel.ranges.length; i++) {\n        var range = sel.ranges[i];\n        changes[i] = {from: range.from(), to: range.to(), text: this.splitLines(code[i]), origin: origin};\n      }\n      var newSel = collapse && collapse != \"end\" && computeReplacedSel(this, changes, collapse);\n      for (var i$1 = changes.length - 1; i$1 >= 0; i$1--)\n        { makeChange(this, changes[i$1]); }\n      if (newSel) { setSelectionReplaceHistory(this, newSel); }\n      else if (this.cm) { ensureCursorVisible(this.cm); }\n    }),\n    undo: docMethodOp(function() {makeChangeFromHistory(this, \"undo\");}),\n    redo: docMethodOp(function() {makeChangeFromHistory(this, \"redo\");}),\n    undoSelection: docMethodOp(function() {makeChangeFromHistory(this, \"undo\", true);}),\n    redoSelection: docMethodOp(function() {makeChangeFromHistory(this, \"redo\", true);}),\n\n    setExtending: function(val) {this.extend = val;},\n    getExtending: function() {return this.extend},\n\n    historySize: function() {\n      var hist = this.history, done = 0, undone = 0;\n      for (var i = 0; i < hist.done.length; i++) { if (!hist.done[i].ranges) { ++done; } }\n      for (var i$1 = 0; i$1 < hist.undone.length; i$1++) { if (!hist.undone[i$1].ranges) { ++undone; } }\n      return {undo: done, redo: undone}\n    },\n    clearHistory: function() {\n      var this$1 = this;\n\n      this.history = new History(this.history);\n      linkedDocs(this, function (doc) { return doc.history = this$1.history; }, true);\n    },\n\n    markClean: function() {\n      this.cleanGeneration = this.changeGeneration(true);\n    },\n    changeGeneration: function(forceSplit) {\n      if (forceSplit)\n        { this.history.lastOp = this.history.lastSelOp = this.history.lastOrigin = null; }\n      return this.history.generation\n    },\n    isClean: function (gen) {\n      return this.history.generation == (gen || this.cleanGeneration)\n    },\n\n    getHistory: function() {\n      return {done: copyHistoryArray(this.history.done),\n              undone: copyHistoryArray(this.history.undone)}\n    },\n    setHistory: function(histData) {\n      var hist = this.history = new History(this.history);\n      hist.done = copyHistoryArray(histData.done.slice(0), null, true);\n      hist.undone = copyHistoryArray(histData.undone.slice(0), null, true);\n    },\n\n    setGutterMarker: docMethodOp(function(line, gutterID, value) {\n      return changeLine(this, line, \"gutter\", function (line) {\n        var markers = line.gutterMarkers || (line.gutterMarkers = {});\n        markers[gutterID] = value;\n        if (!value && isEmpty(markers)) { line.gutterMarkers = null; }\n        return true\n      })\n    }),\n\n    clearGutter: docMethodOp(function(gutterID) {\n      var this$1 = this;\n\n      this.iter(function (line) {\n        if (line.gutterMarkers && line.gutterMarkers[gutterID]) {\n          changeLine(this$1, line, \"gutter\", function () {\n            line.gutterMarkers[gutterID] = null;\n            if (isEmpty(line.gutterMarkers)) { line.gutterMarkers = null; }\n            return true\n          });\n        }\n      });\n    }),\n\n    lineInfo: function(line) {\n      var n;\n      if (typeof line == \"number\") {\n        if (!isLine(this, line)) { return null }\n        n = line;\n        line = getLine(this, line);\n        if (!line) { return null }\n      } else {\n        n = lineNo(line);\n        if (n == null) { return null }\n      }\n      return {line: n, handle: line, text: line.text, gutterMarkers: line.gutterMarkers,\n              textClass: line.textClass, bgClass: line.bgClass, wrapClass: line.wrapClass,\n              widgets: line.widgets}\n    },\n\n    addLineClass: docMethodOp(function(handle, where, cls) {\n      return changeLine(this, handle, where == \"gutter\" ? \"gutter\" : \"class\", function (line) {\n        var prop = where == \"text\" ? \"textClass\"\n                 : where == \"background\" ? \"bgClass\"\n                 : where == \"gutter\" ? \"gutterClass\" : \"wrapClass\";\n        if (!line[prop]) { line[prop] = cls; }\n        else if (classTest(cls).test(line[prop])) { return false }\n        else { line[prop] += \" \" + cls; }\n        return true\n      })\n    }),\n    removeLineClass: docMethodOp(function(handle, where, cls) {\n      return changeLine(this, handle, where == \"gutter\" ? \"gutter\" : \"class\", function (line) {\n        var prop = where == \"text\" ? \"textClass\"\n                 : where == \"background\" ? \"bgClass\"\n                 : where == \"gutter\" ? \"gutterClass\" : \"wrapClass\";\n        var cur = line[prop];\n        if (!cur) { return false }\n        else if (cls == null) { line[prop] = null; }\n        else {\n          var found = cur.match(classTest(cls));\n          if (!found) { return false }\n          var end = found.index + found[0].length;\n          line[prop] = cur.slice(0, found.index) + (!found.index || end == cur.length ? \"\" : \" \") + cur.slice(end) || null;\n        }\n        return true\n      })\n    }),\n\n    addLineWidget: docMethodOp(function(handle, node, options) {\n      return addLineWidget(this, handle, node, options)\n    }),\n    removeLineWidget: function(widget) { widget.clear(); },\n\n    markText: function(from, to, options) {\n      return markText(this, clipPos(this, from), clipPos(this, to), options, options && options.type || \"range\")\n    },\n    setBookmark: function(pos, options) {\n      var realOpts = {replacedWith: options && (options.nodeType == null ? options.widget : options),\n                      insertLeft: options && options.insertLeft,\n                      clearWhenEmpty: false, shared: options && options.shared,\n                      handleMouseEvents: options && options.handleMouseEvents};\n      pos = clipPos(this, pos);\n      return markText(this, pos, pos, realOpts, \"bookmark\")\n    },\n    findMarksAt: function(pos) {\n      pos = clipPos(this, pos);\n      var markers = [], spans = getLine(this, pos.line).markedSpans;\n      if (spans) { for (var i = 0; i < spans.length; ++i) {\n        var span = spans[i];\n        if ((span.from == null || span.from <= pos.ch) &&\n            (span.to == null || span.to >= pos.ch))\n          { markers.push(span.marker.parent || span.marker); }\n      } }\n      return markers\n    },\n    findMarks: function(from, to, filter) {\n      from = clipPos(this, from); to = clipPos(this, to);\n      var found = [], lineNo = from.line;\n      this.iter(from.line, to.line + 1, function (line) {\n        var spans = line.markedSpans;\n        if (spans) { for (var i = 0; i < spans.length; i++) {\n          var span = spans[i];\n          if (!(span.to != null && lineNo == from.line && from.ch >= span.to ||\n                span.from == null && lineNo != from.line ||\n                span.from != null && lineNo == to.line && span.from >= to.ch) &&\n              (!filter || filter(span.marker)))\n            { found.push(span.marker.parent || span.marker); }\n        } }\n        ++lineNo;\n      });\n      return found\n    },\n    getAllMarks: function() {\n      var markers = [];\n      this.iter(function (line) {\n        var sps = line.markedSpans;\n        if (sps) { for (var i = 0; i < sps.length; ++i)\n          { if (sps[i].from != null) { markers.push(sps[i].marker); } } }\n      });\n      return markers\n    },\n\n    posFromIndex: function(off) {\n      var ch, lineNo = this.first, sepSize = this.lineSeparator().length;\n      this.iter(function (line) {\n        var sz = line.text.length + sepSize;\n        if (sz > off) { ch = off; return true }\n        off -= sz;\n        ++lineNo;\n      });\n      return clipPos(this, Pos(lineNo, ch))\n    },\n    indexFromPos: function (coords) {\n      coords = clipPos(this, coords);\n      var index = coords.ch;\n      if (coords.line < this.first || coords.ch < 0) { return 0 }\n      var sepSize = this.lineSeparator().length;\n      this.iter(this.first, coords.line, function (line) { // iter aborts when callback returns a truthy value\n        index += line.text.length + sepSize;\n      });\n      return index\n    },\n\n    copy: function(copyHistory) {\n      var doc = new Doc(getLines(this, this.first, this.first + this.size),\n                        this.modeOption, this.first, this.lineSep, this.direction);\n      doc.scrollTop = this.scrollTop; doc.scrollLeft = this.scrollLeft;\n      doc.sel = this.sel;\n      doc.extend = false;\n      if (copyHistory) {\n        doc.history.undoDepth = this.history.undoDepth;\n        doc.setHistory(this.getHistory());\n      }\n      return doc\n    },\n\n    linkedDoc: function(options) {\n      if (!options) { options = {}; }\n      var from = this.first, to = this.first + this.size;\n      if (options.from != null && options.from > from) { from = options.from; }\n      if (options.to != null && options.to < to) { to = options.to; }\n      var copy = new Doc(getLines(this, from, to), options.mode || this.modeOption, from, this.lineSep, this.direction);\n      if (options.sharedHist) { copy.history = this.history\n      ; }(this.linked || (this.linked = [])).push({doc: copy, sharedHist: options.sharedHist});\n      copy.linked = [{doc: this, isParent: true, sharedHist: options.sharedHist}];\n      copySharedMarkers(copy, findSharedMarkers(this));\n      return copy\n    },\n    unlinkDoc: function(other) {\n      if (other instanceof CodeMirror) { other = other.doc; }\n      if (this.linked) { for (var i = 0; i < this.linked.length; ++i) {\n        var link = this.linked[i];\n        if (link.doc != other) { continue }\n        this.linked.splice(i, 1);\n        other.unlinkDoc(this);\n        detachSharedMarkers(findSharedMarkers(this));\n        break\n      } }\n      // If the histories were shared, split them again\n      if (other.history == this.history) {\n        var splitIds = [other.id];\n        linkedDocs(other, function (doc) { return splitIds.push(doc.id); }, true);\n        other.history = new History(null);\n        other.history.done = copyHistoryArray(this.history.done, splitIds);\n        other.history.undone = copyHistoryArray(this.history.undone, splitIds);\n      }\n    },\n    iterLinkedDocs: function(f) {linkedDocs(this, f);},\n\n    getMode: function() {return this.mode},\n    getEditor: function() {return this.cm},\n\n    splitLines: function(str) {\n      if (this.lineSep) { return str.split(this.lineSep) }\n      return splitLinesAuto(str)\n    },\n    lineSeparator: function() { return this.lineSep || \"\\n\" },\n\n    setDirection: docMethodOp(function (dir) {\n      if (dir != \"rtl\") { dir = \"ltr\"; }\n      if (dir == this.direction) { return }\n      this.direction = dir;\n      this.iter(function (line) { return line.order = null; });\n      if (this.cm) { directionChanged(this.cm); }\n    })\n  });\n\n  // Public alias.\n  Doc.prototype.eachLine = Doc.prototype.iter;\n\n  // Kludge to work around strange IE behavior where it'll sometimes\n  // re-fire a series of drag-related events right after the drop (#1551)\n  var lastDrop = 0;\n\n  function onDrop(e) {\n    var cm = this;\n    clearDragCursor(cm);\n    if (signalDOMEvent(cm, e) || eventInWidget(cm.display, e))\n      { return }\n    e_preventDefault(e);\n    if (ie) { lastDrop = +new Date; }\n    var pos = posFromMouse(cm, e, true), files = e.dataTransfer.files;\n    if (!pos || cm.isReadOnly()) { return }\n    // Might be a file drop, in which case we simply extract the text\n    // and insert it.\n    if (files && files.length && window.FileReader && window.File) {\n      var n = files.length, text = Array(n), read = 0;\n      var markAsReadAndPasteIfAllFilesAreRead = function () {\n        if (++read == n) {\n          operation(cm, function () {\n            pos = clipPos(cm.doc, pos);\n            var change = {from: pos, to: pos,\n                          text: cm.doc.splitLines(\n                              text.filter(function (t) { return t != null; }).join(cm.doc.lineSeparator())),\n                          origin: \"paste\"};\n            makeChange(cm.doc, change);\n            setSelectionReplaceHistory(cm.doc, simpleSelection(clipPos(cm.doc, pos), clipPos(cm.doc, changeEnd(change))));\n          })();\n        }\n      };\n      var readTextFromFile = function (file, i) {\n        if (cm.options.allowDropFileTypes &&\n            indexOf(cm.options.allowDropFileTypes, file.type) == -1) {\n          markAsReadAndPasteIfAllFilesAreRead();\n          return\n        }\n        var reader = new FileReader;\n        reader.onerror = function () { return markAsReadAndPasteIfAllFilesAreRead(); };\n        reader.onload = function () {\n          var content = reader.result;\n          if (/[\\x00-\\x08\\x0e-\\x1f]{2}/.test(content)) {\n            markAsReadAndPasteIfAllFilesAreRead();\n            return\n          }\n          text[i] = content;\n          markAsReadAndPasteIfAllFilesAreRead();\n        };\n        reader.readAsText(file);\n      };\n      for (var i = 0; i < files.length; i++) { readTextFromFile(files[i], i); }\n    } else { // Normal drop\n      // Don't do a replace if the drop happened inside of the selected text.\n      if (cm.state.draggingText && cm.doc.sel.contains(pos) > -1) {\n        cm.state.draggingText(e);\n        // Ensure the editor is re-focused\n        setTimeout(function () { return cm.display.input.focus(); }, 20);\n        return\n      }\n      try {\n        var text$1 = e.dataTransfer.getData(\"Text\");\n        if (text$1) {\n          var selected;\n          if (cm.state.draggingText && !cm.state.draggingText.copy)\n            { selected = cm.listSelections(); }\n          setSelectionNoUndo(cm.doc, simpleSelection(pos, pos));\n          if (selected) { for (var i$1 = 0; i$1 < selected.length; ++i$1)\n            { replaceRange(cm.doc, \"\", selected[i$1].anchor, selected[i$1].head, \"drag\"); } }\n          cm.replaceSelection(text$1, \"around\", \"paste\");\n          cm.display.input.focus();\n        }\n      }\n      catch(e$1){}\n    }\n  }\n\n  function onDragStart(cm, e) {\n    if (ie && (!cm.state.draggingText || +new Date - lastDrop < 100)) { e_stop(e); return }\n    if (signalDOMEvent(cm, e) || eventInWidget(cm.display, e)) { return }\n\n    e.dataTransfer.setData(\"Text\", cm.getSelection());\n    e.dataTransfer.effectAllowed = \"copyMove\";\n\n    // Use dummy image instead of default browsers image.\n    // Recent Safari (~6.0.2) have a tendency to segfault when this happens, so we don't do it there.\n    if (e.dataTransfer.setDragImage && !safari) {\n      var img = elt(\"img\", null, null, \"position: fixed; left: 0; top: 0;\");\n      img.src = \"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\";\n      if (presto) {\n        img.width = img.height = 1;\n        cm.display.wrapper.appendChild(img);\n        // Force a relayout, or Opera won't use our image for some obscure reason\n        img._top = img.offsetTop;\n      }\n      e.dataTransfer.setDragImage(img, 0, 0);\n      if (presto) { img.parentNode.removeChild(img); }\n    }\n  }\n\n  function onDragOver(cm, e) {\n    var pos = posFromMouse(cm, e);\n    if (!pos) { return }\n    var frag = document.createDocumentFragment();\n    drawSelectionCursor(cm, pos, frag);\n    if (!cm.display.dragCursor) {\n      cm.display.dragCursor = elt(\"div\", null, \"CodeMirror-cursors CodeMirror-dragcursors\");\n      cm.display.lineSpace.insertBefore(cm.display.dragCursor, cm.display.cursorDiv);\n    }\n    removeChildrenAndAdd(cm.display.dragCursor, frag);\n  }\n\n  function clearDragCursor(cm) {\n    if (cm.display.dragCursor) {\n      cm.display.lineSpace.removeChild(cm.display.dragCursor);\n      cm.display.dragCursor = null;\n    }\n  }\n\n  // These must be handled carefully, because naively registering a\n  // handler for each editor will cause the editors to never be\n  // garbage collected.\n\n  function forEachCodeMirror(f) {\n    if (!document.getElementsByClassName) { return }\n    var byClass = document.getElementsByClassName(\"CodeMirror\"), editors = [];\n    for (var i = 0; i < byClass.length; i++) {\n      var cm = byClass[i].CodeMirror;\n      if (cm) { editors.push(cm); }\n    }\n    if (editors.length) { editors[0].operation(function () {\n      for (var i = 0; i < editors.length; i++) { f(editors[i]); }\n    }); }\n  }\n\n  var globalsRegistered = false;\n  function ensureGlobalHandlers() {\n    if (globalsRegistered) { return }\n    registerGlobalHandlers();\n    globalsRegistered = true;\n  }\n  function registerGlobalHandlers() {\n    // When the window resizes, we need to refresh active editors.\n    var resizeTimer;\n    on(window, \"resize\", function () {\n      if (resizeTimer == null) { resizeTimer = setTimeout(function () {\n        resizeTimer = null;\n        forEachCodeMirror(onResize);\n      }, 100); }\n    });\n    // When the window loses focus, we want to show the editor as blurred\n    on(window, \"blur\", function () { return forEachCodeMirror(onBlur); });\n  }\n  // Called when the window resizes\n  function onResize(cm) {\n    var d = cm.display;\n    // Might be a text scaling operation, clear size caches.\n    d.cachedCharWidth = d.cachedTextHeight = d.cachedPaddingH = null;\n    d.scrollbarsClipped = false;\n    cm.setSize();\n  }\n\n  var keyNames = {\n    3: \"Pause\", 8: \"Backspace\", 9: \"Tab\", 13: \"Enter\", 16: \"Shift\", 17: \"Ctrl\", 18: \"Alt\",\n    19: \"Pause\", 20: \"CapsLock\", 27: \"Esc\", 32: \"Space\", 33: \"PageUp\", 34: \"PageDown\", 35: \"End\",\n    36: \"Home\", 37: \"Left\", 38: \"Up\", 39: \"Right\", 40: \"Down\", 44: \"PrintScrn\", 45: \"Insert\",\n    46: \"Delete\", 59: \";\", 61: \"=\", 91: \"Mod\", 92: \"Mod\", 93: \"Mod\",\n    106: \"*\", 107: \"=\", 109: \"-\", 110: \".\", 111: \"/\", 145: \"ScrollLock\",\n    173: \"-\", 186: \";\", 187: \"=\", 188: \",\", 189: \"-\", 190: \".\", 191: \"/\", 192: \"`\", 219: \"[\", 220: \"\\\\\",\n    221: \"]\", 222: \"'\", 224: \"Mod\", 63232: \"Up\", 63233: \"Down\", 63234: \"Left\", 63235: \"Right\", 63272: \"Delete\",\n    63273: \"Home\", 63275: \"End\", 63276: \"PageUp\", 63277: \"PageDown\", 63302: \"Insert\"\n  };\n\n  // Number keys\n  for (var i = 0; i < 10; i++) { keyNames[i + 48] = keyNames[i + 96] = String(i); }\n  // Alphabetic keys\n  for (var i$1 = 65; i$1 <= 90; i$1++) { keyNames[i$1] = String.fromCharCode(i$1); }\n  // Function keys\n  for (var i$2 = 1; i$2 <= 12; i$2++) { keyNames[i$2 + 111] = keyNames[i$2 + 63235] = \"F\" + i$2; }\n\n  var keyMap = {};\n\n  keyMap.basic = {\n    \"Left\": \"goCharLeft\", \"Right\": \"goCharRight\", \"Up\": \"goLineUp\", \"Down\": \"goLineDown\",\n    \"End\": \"goLineEnd\", \"Home\": \"goLineStartSmart\", \"PageUp\": \"goPageUp\", \"PageDown\": \"goPageDown\",\n    \"Delete\": \"delCharAfter\", \"Backspace\": \"delCharBefore\", \"Shift-Backspace\": \"delCharBefore\",\n    \"Tab\": \"defaultTab\", \"Shift-Tab\": \"indentAuto\",\n    \"Enter\": \"newlineAndIndent\", \"Insert\": \"toggleOverwrite\",\n    \"Esc\": \"singleSelection\"\n  };\n  // Note that the save and find-related commands aren't defined by\n  // default. User code or addons can define them. Unknown commands\n  // are simply ignored.\n  keyMap.pcDefault = {\n    \"Ctrl-A\": \"selectAll\", \"Ctrl-D\": \"deleteLine\", \"Ctrl-Z\": \"undo\", \"Shift-Ctrl-Z\": \"redo\", \"Ctrl-Y\": \"redo\",\n    \"Ctrl-Home\": \"goDocStart\", \"Ctrl-End\": \"goDocEnd\", \"Ctrl-Up\": \"goLineUp\", \"Ctrl-Down\": \"goLineDown\",\n    \"Ctrl-Left\": \"goGroupLeft\", \"Ctrl-Right\": \"goGroupRight\", \"Alt-Left\": \"goLineStart\", \"Alt-Right\": \"goLineEnd\",\n    \"Ctrl-Backspace\": \"delGroupBefore\", \"Ctrl-Delete\": \"delGroupAfter\", \"Ctrl-S\": \"save\", \"Ctrl-F\": \"find\",\n    \"Ctrl-G\": \"findNext\", \"Shift-Ctrl-G\": \"findPrev\", \"Shift-Ctrl-F\": \"replace\", \"Shift-Ctrl-R\": \"replaceAll\",\n    \"Ctrl-[\": \"indentLess\", \"Ctrl-]\": \"indentMore\",\n    \"Ctrl-U\": \"undoSelection\", \"Shift-Ctrl-U\": \"redoSelection\", \"Alt-U\": \"redoSelection\",\n    \"fallthrough\": \"basic\"\n  };\n  // Very basic readline/emacs-style bindings, which are standard on Mac.\n  keyMap.emacsy = {\n    \"Ctrl-F\": \"goCharRight\", \"Ctrl-B\": \"goCharLeft\", \"Ctrl-P\": \"goLineUp\", \"Ctrl-N\": \"goLineDown\",\n    \"Ctrl-A\": \"goLineStart\", \"Ctrl-E\": \"goLineEnd\", \"Ctrl-V\": \"goPageDown\", \"Shift-Ctrl-V\": \"goPageUp\",\n    \"Ctrl-D\": \"delCharAfter\", \"Ctrl-H\": \"delCharBefore\", \"Alt-Backspace\": \"delWordBefore\", \"Ctrl-K\": \"killLine\",\n    \"Ctrl-T\": \"transposeChars\", \"Ctrl-O\": \"openLine\"\n  };\n  keyMap.macDefault = {\n    \"Cmd-A\": \"selectAll\", \"Cmd-D\": \"deleteLine\", \"Cmd-Z\": \"undo\", \"Shift-Cmd-Z\": \"redo\", \"Cmd-Y\": \"redo\",\n    \"Cmd-Home\": \"goDocStart\", \"Cmd-Up\": \"goDocStart\", \"Cmd-End\": \"goDocEnd\", \"Cmd-Down\": \"goDocEnd\", \"Alt-Left\": \"goGroupLeft\",\n    \"Alt-Right\": \"goGroupRight\", \"Cmd-Left\": \"goLineLeft\", \"Cmd-Right\": \"goLineRight\", \"Alt-Backspace\": \"delGroupBefore\",\n    \"Ctrl-Alt-Backspace\": \"delGroupAfter\", \"Alt-Delete\": \"delGroupAfter\", \"Cmd-S\": \"save\", \"Cmd-F\": \"find\",\n    \"Cmd-G\": \"findNext\", \"Shift-Cmd-G\": \"findPrev\", \"Cmd-Alt-F\": \"replace\", \"Shift-Cmd-Alt-F\": \"replaceAll\",\n    \"Cmd-[\": \"indentLess\", \"Cmd-]\": \"indentMore\", \"Cmd-Backspace\": \"delWrappedLineLeft\", \"Cmd-Delete\": \"delWrappedLineRight\",\n    \"Cmd-U\": \"undoSelection\", \"Shift-Cmd-U\": \"redoSelection\", \"Ctrl-Up\": \"goDocStart\", \"Ctrl-Down\": \"goDocEnd\",\n    \"fallthrough\": [\"basic\", \"emacsy\"]\n  };\n  keyMap[\"default\"] = mac ? keyMap.macDefault : keyMap.pcDefault;\n\n  // KEYMAP DISPATCH\n\n  function normalizeKeyName(name) {\n    var parts = name.split(/-(?!$)/);\n    name = parts[parts.length - 1];\n    var alt, ctrl, shift, cmd;\n    for (var i = 0; i < parts.length - 1; i++) {\n      var mod = parts[i];\n      if (/^(cmd|meta|m)$/i.test(mod)) { cmd = true; }\n      else if (/^a(lt)?$/i.test(mod)) { alt = true; }\n      else if (/^(c|ctrl|control)$/i.test(mod)) { ctrl = true; }\n      else if (/^s(hift)?$/i.test(mod)) { shift = true; }\n      else { throw new Error(\"Unrecognized modifier name: \" + mod) }\n    }\n    if (alt) { name = \"Alt-\" + name; }\n    if (ctrl) { name = \"Ctrl-\" + name; }\n    if (cmd) { name = \"Cmd-\" + name; }\n    if (shift) { name = \"Shift-\" + name; }\n    return name\n  }\n\n  // This is a kludge to keep keymaps mostly working as raw objects\n  // (backwards compatibility) while at the same time support features\n  // like normalization and multi-stroke key bindings. It compiles a\n  // new normalized keymap, and then updates the old object to reflect\n  // this.\n  function normalizeKeyMap(keymap) {\n    var copy = {};\n    for (var keyname in keymap) { if (keymap.hasOwnProperty(keyname)) {\n      var value = keymap[keyname];\n      if (/^(name|fallthrough|(de|at)tach)$/.test(keyname)) { continue }\n      if (value == \"...\") { delete keymap[keyname]; continue }\n\n      var keys = map(keyname.split(\" \"), normalizeKeyName);\n      for (var i = 0; i < keys.length; i++) {\n        var val = (void 0), name = (void 0);\n        if (i == keys.length - 1) {\n          name = keys.join(\" \");\n          val = value;\n        } else {\n          name = keys.slice(0, i + 1).join(\" \");\n          val = \"...\";\n        }\n        var prev = copy[name];\n        if (!prev) { copy[name] = val; }\n        else if (prev != val) { throw new Error(\"Inconsistent bindings for \" + name) }\n      }\n      delete keymap[keyname];\n    } }\n    for (var prop in copy) { keymap[prop] = copy[prop]; }\n    return keymap\n  }\n\n  function lookupKey(key, map, handle, context) {\n    map = getKeyMap(map);\n    var found = map.call ? map.call(key, context) : map[key];\n    if (found === false) { return \"nothing\" }\n    if (found === \"...\") { return \"multi\" }\n    if (found != null && handle(found)) { return \"handled\" }\n\n    if (map.fallthrough) {\n      if (Object.prototype.toString.call(map.fallthrough) != \"[object Array]\")\n        { return lookupKey(key, map.fallthrough, handle, context) }\n      for (var i = 0; i < map.fallthrough.length; i++) {\n        var result = lookupKey(key, map.fallthrough[i], handle, context);\n        if (result) { return result }\n      }\n    }\n  }\n\n  // Modifier key presses don't count as 'real' key presses for the\n  // purpose of keymap fallthrough.\n  function isModifierKey(value) {\n    var name = typeof value == \"string\" ? value : keyNames[value.keyCode];\n    return name == \"Ctrl\" || name == \"Alt\" || name == \"Shift\" || name == \"Mod\"\n  }\n\n  function addModifierNames(name, event, noShift) {\n    var base = name;\n    if (event.altKey && base != \"Alt\") { name = \"Alt-\" + name; }\n    if ((flipCtrlCmd ? event.metaKey : event.ctrlKey) && base != \"Ctrl\") { name = \"Ctrl-\" + name; }\n    if ((flipCtrlCmd ? event.ctrlKey : event.metaKey) && base != \"Mod\") { name = \"Cmd-\" + name; }\n    if (!noShift && event.shiftKey && base != \"Shift\") { name = \"Shift-\" + name; }\n    return name\n  }\n\n  // Look up the name of a key as indicated by an event object.\n  function keyName(event, noShift) {\n    if (presto && event.keyCode == 34 && event[\"char\"]) { return false }\n    var name = keyNames[event.keyCode];\n    if (name == null || event.altGraphKey) { return false }\n    // Ctrl-ScrollLock has keyCode 3, same as Ctrl-Pause,\n    // so we'll use event.code when available (Chrome 48+, FF 38+, Safari 10.1+)\n    if (event.keyCode == 3 && event.code) { name = event.code; }\n    return addModifierNames(name, event, noShift)\n  }\n\n  function getKeyMap(val) {\n    return typeof val == \"string\" ? keyMap[val] : val\n  }\n\n  // Helper for deleting text near the selection(s), used to implement\n  // backspace, delete, and similar functionality.\n  function deleteNearSelection(cm, compute) {\n    var ranges = cm.doc.sel.ranges, kill = [];\n    // Build up a set of ranges to kill first, merging overlapping\n    // ranges.\n    for (var i = 0; i < ranges.length; i++) {\n      var toKill = compute(ranges[i]);\n      while (kill.length && cmp(toKill.from, lst(kill).to) <= 0) {\n        var replaced = kill.pop();\n        if (cmp(replaced.from, toKill.from) < 0) {\n          toKill.from = replaced.from;\n          break\n        }\n      }\n      kill.push(toKill);\n    }\n    // Next, remove those actual ranges.\n    runInOp(cm, function () {\n      for (var i = kill.length - 1; i >= 0; i--)\n        { replaceRange(cm.doc, \"\", kill[i].from, kill[i].to, \"+delete\"); }\n      ensureCursorVisible(cm);\n    });\n  }\n\n  function moveCharLogically(line, ch, dir) {\n    var target = skipExtendingChars(line.text, ch + dir, dir);\n    return target < 0 || target > line.text.length ? null : target\n  }\n\n  function moveLogically(line, start, dir) {\n    var ch = moveCharLogically(line, start.ch, dir);\n    return ch == null ? null : new Pos(start.line, ch, dir < 0 ? \"after\" : \"before\")\n  }\n\n  function endOfLine(visually, cm, lineObj, lineNo, dir) {\n    if (visually) {\n      if (cm.doc.direction == \"rtl\") { dir = -dir; }\n      var order = getOrder(lineObj, cm.doc.direction);\n      if (order) {\n        var part = dir < 0 ? lst(order) : order[0];\n        var moveInStorageOrder = (dir < 0) == (part.level == 1);\n        var sticky = moveInStorageOrder ? \"after\" : \"before\";\n        var ch;\n        // With a wrapped rtl chunk (possibly spanning multiple bidi parts),\n        // it could be that the last bidi part is not on the last visual line,\n        // since visual lines contain content order-consecutive chunks.\n        // Thus, in rtl, we are looking for the first (content-order) character\n        // in the rtl chunk that is on the last line (that is, the same line\n        // as the last (content-order) character).\n        if (part.level > 0 || cm.doc.direction == \"rtl\") {\n          var prep = prepareMeasureForLine(cm, lineObj);\n          ch = dir < 0 ? lineObj.text.length - 1 : 0;\n          var targetTop = measureCharPrepared(cm, prep, ch).top;\n          ch = findFirst(function (ch) { return measureCharPrepared(cm, prep, ch).top == targetTop; }, (dir < 0) == (part.level == 1) ? part.from : part.to - 1, ch);\n          if (sticky == \"before\") { ch = moveCharLogically(lineObj, ch, 1); }\n        } else { ch = dir < 0 ? part.to : part.from; }\n        return new Pos(lineNo, ch, sticky)\n      }\n    }\n    return new Pos(lineNo, dir < 0 ? lineObj.text.length : 0, dir < 0 ? \"before\" : \"after\")\n  }\n\n  function moveVisually(cm, line, start, dir) {\n    var bidi = getOrder(line, cm.doc.direction);\n    if (!bidi) { return moveLogically(line, start, dir) }\n    if (start.ch >= line.text.length) {\n      start.ch = line.text.length;\n      start.sticky = \"before\";\n    } else if (start.ch <= 0) {\n      start.ch = 0;\n      start.sticky = \"after\";\n    }\n    var partPos = getBidiPartAt(bidi, start.ch, start.sticky), part = bidi[partPos];\n    if (cm.doc.direction == \"ltr\" && part.level % 2 == 0 && (dir > 0 ? part.to > start.ch : part.from < start.ch)) {\n      // Case 1: We move within an ltr part in an ltr editor. Even with wrapped lines,\n      // nothing interesting happens.\n      return moveLogically(line, start, dir)\n    }\n\n    var mv = function (pos, dir) { return moveCharLogically(line, pos instanceof Pos ? pos.ch : pos, dir); };\n    var prep;\n    var getWrappedLineExtent = function (ch) {\n      if (!cm.options.lineWrapping) { return {begin: 0, end: line.text.length} }\n      prep = prep || prepareMeasureForLine(cm, line);\n      return wrappedLineExtentChar(cm, line, prep, ch)\n    };\n    var wrappedLineExtent = getWrappedLineExtent(start.sticky == \"before\" ? mv(start, -1) : start.ch);\n\n    if (cm.doc.direction == \"rtl\" || part.level == 1) {\n      var moveInStorageOrder = (part.level == 1) == (dir < 0);\n      var ch = mv(start, moveInStorageOrder ? 1 : -1);\n      if (ch != null && (!moveInStorageOrder ? ch >= part.from && ch >= wrappedLineExtent.begin : ch <= part.to && ch <= wrappedLineExtent.end)) {\n        // Case 2: We move within an rtl part or in an rtl editor on the same visual line\n        var sticky = moveInStorageOrder ? \"before\" : \"after\";\n        return new Pos(start.line, ch, sticky)\n      }\n    }\n\n    // Case 3: Could not move within this bidi part in this visual line, so leave\n    // the current bidi part\n\n    var searchInVisualLine = function (partPos, dir, wrappedLineExtent) {\n      var getRes = function (ch, moveInStorageOrder) { return moveInStorageOrder\n        ? new Pos(start.line, mv(ch, 1), \"before\")\n        : new Pos(start.line, ch, \"after\"); };\n\n      for (; partPos >= 0 && partPos < bidi.length; partPos += dir) {\n        var part = bidi[partPos];\n        var moveInStorageOrder = (dir > 0) == (part.level != 1);\n        var ch = moveInStorageOrder ? wrappedLineExtent.begin : mv(wrappedLineExtent.end, -1);\n        if (part.from <= ch && ch < part.to) { return getRes(ch, moveInStorageOrder) }\n        ch = moveInStorageOrder ? part.from : mv(part.to, -1);\n        if (wrappedLineExtent.begin <= ch && ch < wrappedLineExtent.end) { return getRes(ch, moveInStorageOrder) }\n      }\n    };\n\n    // Case 3a: Look for other bidi parts on the same visual line\n    var res = searchInVisualLine(partPos + dir, dir, wrappedLineExtent);\n    if (res) { return res }\n\n    // Case 3b: Look for other bidi parts on the next visual line\n    var nextCh = dir > 0 ? wrappedLineExtent.end : mv(wrappedLineExtent.begin, -1);\n    if (nextCh != null && !(dir > 0 && nextCh == line.text.length)) {\n      res = searchInVisualLine(dir > 0 ? 0 : bidi.length - 1, dir, getWrappedLineExtent(nextCh));\n      if (res) { return res }\n    }\n\n    // Case 4: Nowhere to move\n    return null\n  }\n\n  // Commands are parameter-less actions that can be performed on an\n  // editor, mostly used for keybindings.\n  var commands = {\n    selectAll: selectAll,\n    singleSelection: function (cm) { return cm.setSelection(cm.getCursor(\"anchor\"), cm.getCursor(\"head\"), sel_dontScroll); },\n    killLine: function (cm) { return deleteNearSelection(cm, function (range) {\n      if (range.empty()) {\n        var len = getLine(cm.doc, range.head.line).text.length;\n        if (range.head.ch == len && range.head.line < cm.lastLine())\n          { return {from: range.head, to: Pos(range.head.line + 1, 0)} }\n        else\n          { return {from: range.head, to: Pos(range.head.line, len)} }\n      } else {\n        return {from: range.from(), to: range.to()}\n      }\n    }); },\n    deleteLine: function (cm) { return deleteNearSelection(cm, function (range) { return ({\n      from: Pos(range.from().line, 0),\n      to: clipPos(cm.doc, Pos(range.to().line + 1, 0))\n    }); }); },\n    delLineLeft: function (cm) { return deleteNearSelection(cm, function (range) { return ({\n      from: Pos(range.from().line, 0), to: range.from()\n    }); }); },\n    delWrappedLineLeft: function (cm) { return deleteNearSelection(cm, function (range) {\n      var top = cm.charCoords(range.head, \"div\").top + 5;\n      var leftPos = cm.coordsChar({left: 0, top: top}, \"div\");\n      return {from: leftPos, to: range.from()}\n    }); },\n    delWrappedLineRight: function (cm) { return deleteNearSelection(cm, function (range) {\n      var top = cm.charCoords(range.head, \"div\").top + 5;\n      var rightPos = cm.coordsChar({left: cm.display.lineDiv.offsetWidth + 100, top: top}, \"div\");\n      return {from: range.from(), to: rightPos }\n    }); },\n    undo: function (cm) { return cm.undo(); },\n    redo: function (cm) { return cm.redo(); },\n    undoSelection: function (cm) { return cm.undoSelection(); },\n    redoSelection: function (cm) { return cm.redoSelection(); },\n    goDocStart: function (cm) { return cm.extendSelection(Pos(cm.firstLine(), 0)); },\n    goDocEnd: function (cm) { return cm.extendSelection(Pos(cm.lastLine())); },\n    goLineStart: function (cm) { return cm.extendSelectionsBy(function (range) { return lineStart(cm, range.head.line); },\n      {origin: \"+move\", bias: 1}\n    ); },\n    goLineStartSmart: function (cm) { return cm.extendSelectionsBy(function (range) { return lineStartSmart(cm, range.head); },\n      {origin: \"+move\", bias: 1}\n    ); },\n    goLineEnd: function (cm) { return cm.extendSelectionsBy(function (range) { return lineEnd(cm, range.head.line); },\n      {origin: \"+move\", bias: -1}\n    ); },\n    goLineRight: function (cm) { return cm.extendSelectionsBy(function (range) {\n      var top = cm.cursorCoords(range.head, \"div\").top + 5;\n      return cm.coordsChar({left: cm.display.lineDiv.offsetWidth + 100, top: top}, \"div\")\n    }, sel_move); },\n    goLineLeft: function (cm) { return cm.extendSelectionsBy(function (range) {\n      var top = cm.cursorCoords(range.head, \"div\").top + 5;\n      return cm.coordsChar({left: 0, top: top}, \"div\")\n    }, sel_move); },\n    goLineLeftSmart: function (cm) { return cm.extendSelectionsBy(function (range) {\n      var top = cm.cursorCoords(range.head, \"div\").top + 5;\n      var pos = cm.coordsChar({left: 0, top: top}, \"div\");\n      if (pos.ch < cm.getLine(pos.line).search(/\\S/)) { return lineStartSmart(cm, range.head) }\n      return pos\n    }, sel_move); },\n    goLineUp: function (cm) { return cm.moveV(-1, \"line\"); },\n    goLineDown: function (cm) { return cm.moveV(1, \"line\"); },\n    goPageUp: function (cm) { return cm.moveV(-1, \"page\"); },\n    goPageDown: function (cm) { return cm.moveV(1, \"page\"); },\n    goCharLeft: function (cm) { return cm.moveH(-1, \"char\"); },\n    goCharRight: function (cm) { return cm.moveH(1, \"char\"); },\n    goColumnLeft: function (cm) { return cm.moveH(-1, \"column\"); },\n    goColumnRight: function (cm) { return cm.moveH(1, \"column\"); },\n    goWordLeft: function (cm) { return cm.moveH(-1, \"word\"); },\n    goGroupRight: function (cm) { return cm.moveH(1, \"group\"); },\n    goGroupLeft: function (cm) { return cm.moveH(-1, \"group\"); },\n    goWordRight: function (cm) { return cm.moveH(1, \"word\"); },\n    delCharBefore: function (cm) { return cm.deleteH(-1, \"codepoint\"); },\n    delCharAfter: function (cm) { return cm.deleteH(1, \"char\"); },\n    delWordBefore: function (cm) { return cm.deleteH(-1, \"word\"); },\n    delWordAfter: function (cm) { return cm.deleteH(1, \"word\"); },\n    delGroupBefore: function (cm) { return cm.deleteH(-1, \"group\"); },\n    delGroupAfter: function (cm) { return cm.deleteH(1, \"group\"); },\n    indentAuto: function (cm) { return cm.indentSelection(\"smart\"); },\n    indentMore: function (cm) { return cm.indentSelection(\"add\"); },\n    indentLess: function (cm) { return cm.indentSelection(\"subtract\"); },\n    insertTab: function (cm) { return cm.replaceSelection(\"\\t\"); },\n    insertSoftTab: function (cm) {\n      var spaces = [], ranges = cm.listSelections(), tabSize = cm.options.tabSize;\n      for (var i = 0; i < ranges.length; i++) {\n        var pos = ranges[i].from();\n        var col = countColumn(cm.getLine(pos.line), pos.ch, tabSize);\n        spaces.push(spaceStr(tabSize - col % tabSize));\n      }\n      cm.replaceSelections(spaces);\n    },\n    defaultTab: function (cm) {\n      if (cm.somethingSelected()) { cm.indentSelection(\"add\"); }\n      else { cm.execCommand(\"insertTab\"); }\n    },\n    // Swap the two chars left and right of each selection's head.\n    // Move cursor behind the two swapped characters afterwards.\n    //\n    // Doesn't consider line feeds a character.\n    // Doesn't scan more than one line above to find a character.\n    // Doesn't do anything on an empty line.\n    // Doesn't do anything with non-empty selections.\n    transposeChars: function (cm) { return runInOp(cm, function () {\n      var ranges = cm.listSelections(), newSel = [];\n      for (var i = 0; i < ranges.length; i++) {\n        if (!ranges[i].empty()) { continue }\n        var cur = ranges[i].head, line = getLine(cm.doc, cur.line).text;\n        if (line) {\n          if (cur.ch == line.length) { cur = new Pos(cur.line, cur.ch - 1); }\n          if (cur.ch > 0) {\n            cur = new Pos(cur.line, cur.ch + 1);\n            cm.replaceRange(line.charAt(cur.ch - 1) + line.charAt(cur.ch - 2),\n                            Pos(cur.line, cur.ch - 2), cur, \"+transpose\");\n          } else if (cur.line > cm.doc.first) {\n            var prev = getLine(cm.doc, cur.line - 1).text;\n            if (prev) {\n              cur = new Pos(cur.line, 1);\n              cm.replaceRange(line.charAt(0) + cm.doc.lineSeparator() +\n                              prev.charAt(prev.length - 1),\n                              Pos(cur.line - 1, prev.length - 1), cur, \"+transpose\");\n            }\n          }\n        }\n        newSel.push(new Range(cur, cur));\n      }\n      cm.setSelections(newSel);\n    }); },\n    newlineAndIndent: function (cm) { return runInOp(cm, function () {\n      var sels = cm.listSelections();\n      for (var i = sels.length - 1; i >= 0; i--)\n        { cm.replaceRange(cm.doc.lineSeparator(), sels[i].anchor, sels[i].head, \"+input\"); }\n      sels = cm.listSelections();\n      for (var i$1 = 0; i$1 < sels.length; i$1++)\n        { cm.indentLine(sels[i$1].from().line, null, true); }\n      ensureCursorVisible(cm);\n    }); },\n    openLine: function (cm) { return cm.replaceSelection(\"\\n\", \"start\"); },\n    toggleOverwrite: function (cm) { return cm.toggleOverwrite(); }\n  };\n\n\n  function lineStart(cm, lineN) {\n    var line = getLine(cm.doc, lineN);\n    var visual = visualLine(line);\n    if (visual != line) { lineN = lineNo(visual); }\n    return endOfLine(true, cm, visual, lineN, 1)\n  }\n  function lineEnd(cm, lineN) {\n    var line = getLine(cm.doc, lineN);\n    var visual = visualLineEnd(line);\n    if (visual != line) { lineN = lineNo(visual); }\n    return endOfLine(true, cm, line, lineN, -1)\n  }\n  function lineStartSmart(cm, pos) {\n    var start = lineStart(cm, pos.line);\n    var line = getLine(cm.doc, start.line);\n    var order = getOrder(line, cm.doc.direction);\n    if (!order || order[0].level == 0) {\n      var firstNonWS = Math.max(start.ch, line.text.search(/\\S/));\n      var inWS = pos.line == start.line && pos.ch <= firstNonWS && pos.ch;\n      return Pos(start.line, inWS ? 0 : firstNonWS, start.sticky)\n    }\n    return start\n  }\n\n  // Run a handler that was bound to a key.\n  function doHandleBinding(cm, bound, dropShift) {\n    if (typeof bound == \"string\") {\n      bound = commands[bound];\n      if (!bound) { return false }\n    }\n    // Ensure previous input has been read, so that the handler sees a\n    // consistent view of the document\n    cm.display.input.ensurePolled();\n    var prevShift = cm.display.shift, done = false;\n    try {\n      if (cm.isReadOnly()) { cm.state.suppressEdits = true; }\n      if (dropShift) { cm.display.shift = false; }\n      done = bound(cm) != Pass;\n    } finally {\n      cm.display.shift = prevShift;\n      cm.state.suppressEdits = false;\n    }\n    return done\n  }\n\n  function lookupKeyForEditor(cm, name, handle) {\n    for (var i = 0; i < cm.state.keyMaps.length; i++) {\n      var result = lookupKey(name, cm.state.keyMaps[i], handle, cm);\n      if (result) { return result }\n    }\n    return (cm.options.extraKeys && lookupKey(name, cm.options.extraKeys, handle, cm))\n      || lookupKey(name, cm.options.keyMap, handle, cm)\n  }\n\n  // Note that, despite the name, this function is also used to check\n  // for bound mouse clicks.\n\n  var stopSeq = new Delayed;\n\n  function dispatchKey(cm, name, e, handle) {\n    var seq = cm.state.keySeq;\n    if (seq) {\n      if (isModifierKey(name)) { return \"handled\" }\n      if (/\\'$/.test(name))\n        { cm.state.keySeq = null; }\n      else\n        { stopSeq.set(50, function () {\n          if (cm.state.keySeq == seq) {\n            cm.state.keySeq = null;\n            cm.display.input.reset();\n          }\n        }); }\n      if (dispatchKeyInner(cm, seq + \" \" + name, e, handle)) { return true }\n    }\n    return dispatchKeyInner(cm, name, e, handle)\n  }\n\n  function dispatchKeyInner(cm, name, e, handle) {\n    var result = lookupKeyForEditor(cm, name, handle);\n\n    if (result == \"multi\")\n      { cm.state.keySeq = name; }\n    if (result == \"handled\")\n      { signalLater(cm, \"keyHandled\", cm, name, e); }\n\n    if (result == \"handled\" || result == \"multi\") {\n      e_preventDefault(e);\n      restartBlink(cm);\n    }\n\n    return !!result\n  }\n\n  // Handle a key from the keydown event.\n  function handleKeyBinding(cm, e) {\n    var name = keyName(e, true);\n    if (!name) { return false }\n\n    if (e.shiftKey && !cm.state.keySeq) {\n      // First try to resolve full name (including 'Shift-'). Failing\n      // that, see if there is a cursor-motion command (starting with\n      // 'go') bound to the keyname without 'Shift-'.\n      return dispatchKey(cm, \"Shift-\" + name, e, function (b) { return doHandleBinding(cm, b, true); })\n          || dispatchKey(cm, name, e, function (b) {\n               if (typeof b == \"string\" ? /^go[A-Z]/.test(b) : b.motion)\n                 { return doHandleBinding(cm, b) }\n             })\n    } else {\n      return dispatchKey(cm, name, e, function (b) { return doHandleBinding(cm, b); })\n    }\n  }\n\n  // Handle a key from the keypress event\n  function handleCharBinding(cm, e, ch) {\n    return dispatchKey(cm, \"'\" + ch + \"'\", e, function (b) { return doHandleBinding(cm, b, true); })\n  }\n\n  var lastStoppedKey = null;\n  function onKeyDown(e) {\n    var cm = this;\n    if (e.target && e.target != cm.display.input.getField()) { return }\n    cm.curOp.focus = activeElt(doc(cm));\n    if (signalDOMEvent(cm, e)) { return }\n    // IE does strange things with escape.\n    if (ie && ie_version < 11 && e.keyCode == 27) { e.returnValue = false; }\n    var code = e.keyCode;\n    cm.display.shift = code == 16 || e.shiftKey;\n    var handled = handleKeyBinding(cm, e);\n    if (presto) {\n      lastStoppedKey = handled ? code : null;\n      // Opera has no cut event... we try to at least catch the key combo\n      if (!handled && code == 88 && !hasCopyEvent && (mac ? e.metaKey : e.ctrlKey))\n        { cm.replaceSelection(\"\", null, \"cut\"); }\n    }\n    if (gecko && !mac && !handled && code == 46 && e.shiftKey && !e.ctrlKey && document.execCommand)\n      { document.execCommand(\"cut\"); }\n\n    // Turn mouse into crosshair when Alt is held on Mac.\n    if (code == 18 && !/\\bCodeMirror-crosshair\\b/.test(cm.display.lineDiv.className))\n      { showCrossHair(cm); }\n  }\n\n  function showCrossHair(cm) {\n    var lineDiv = cm.display.lineDiv;\n    addClass(lineDiv, \"CodeMirror-crosshair\");\n\n    function up(e) {\n      if (e.keyCode == 18 || !e.altKey) {\n        rmClass(lineDiv, \"CodeMirror-crosshair\");\n        off(document, \"keyup\", up);\n        off(document, \"mouseover\", up);\n      }\n    }\n    on(document, \"keyup\", up);\n    on(document, \"mouseover\", up);\n  }\n\n  function onKeyUp(e) {\n    if (e.keyCode == 16) { this.doc.sel.shift = false; }\n    signalDOMEvent(this, e);\n  }\n\n  function onKeyPress(e) {\n    var cm = this;\n    if (e.target && e.target != cm.display.input.getField()) { return }\n    if (eventInWidget(cm.display, e) || signalDOMEvent(cm, e) || e.ctrlKey && !e.altKey || mac && e.metaKey) { return }\n    var keyCode = e.keyCode, charCode = e.charCode;\n    if (presto && keyCode == lastStoppedKey) {lastStoppedKey = null; e_preventDefault(e); return}\n    if ((presto && (!e.which || e.which < 10)) && handleKeyBinding(cm, e)) { return }\n    var ch = String.fromCharCode(charCode == null ? keyCode : charCode);\n    // Some browsers fire keypress events for backspace\n    if (ch == \"\\x08\") { return }\n    if (handleCharBinding(cm, e, ch)) { return }\n    cm.display.input.onKeyPress(e);\n  }\n\n  var DOUBLECLICK_DELAY = 400;\n\n  var PastClick = function(time, pos, button) {\n    this.time = time;\n    this.pos = pos;\n    this.button = button;\n  };\n\n  PastClick.prototype.compare = function (time, pos, button) {\n    return this.time + DOUBLECLICK_DELAY > time &&\n      cmp(pos, this.pos) == 0 && button == this.button\n  };\n\n  var lastClick, lastDoubleClick;\n  function clickRepeat(pos, button) {\n    var now = +new Date;\n    if (lastDoubleClick && lastDoubleClick.compare(now, pos, button)) {\n      lastClick = lastDoubleClick = null;\n      return \"triple\"\n    } else if (lastClick && lastClick.compare(now, pos, button)) {\n      lastDoubleClick = new PastClick(now, pos, button);\n      lastClick = null;\n      return \"double\"\n    } else {\n      lastClick = new PastClick(now, pos, button);\n      lastDoubleClick = null;\n      return \"single\"\n    }\n  }\n\n  // A mouse down can be a single click, double click, triple click,\n  // start of selection drag, start of text drag, new cursor\n  // (ctrl-click), rectangle drag (alt-drag), or xwin\n  // middle-click-paste. Or it might be a click on something we should\n  // not interfere with, such as a scrollbar or widget.\n  function onMouseDown(e) {\n    var cm = this, display = cm.display;\n    if (signalDOMEvent(cm, e) || display.activeTouch && display.input.supportsTouch()) { return }\n    display.input.ensurePolled();\n    display.shift = e.shiftKey;\n\n    if (eventInWidget(display, e)) {\n      if (!webkit) {\n        // Briefly turn off draggability, to allow widgets to do\n        // normal dragging things.\n        display.scroller.draggable = false;\n        setTimeout(function () { return display.scroller.draggable = true; }, 100);\n      }\n      return\n    }\n    if (clickInGutter(cm, e)) { return }\n    var pos = posFromMouse(cm, e), button = e_button(e), repeat = pos ? clickRepeat(pos, button) : \"single\";\n    win(cm).focus();\n\n    // #3261: make sure, that we're not starting a second selection\n    if (button == 1 && cm.state.selectingText)\n      { cm.state.selectingText(e); }\n\n    if (pos && handleMappedButton(cm, button, pos, repeat, e)) { return }\n\n    if (button == 1) {\n      if (pos) { leftButtonDown(cm, pos, repeat, e); }\n      else if (e_target(e) == display.scroller) { e_preventDefault(e); }\n    } else if (button == 2) {\n      if (pos) { extendSelection(cm.doc, pos); }\n      setTimeout(function () { return display.input.focus(); }, 20);\n    } else if (button == 3) {\n      if (captureRightClick) { cm.display.input.onContextMenu(e); }\n      else { delayBlurEvent(cm); }\n    }\n  }\n\n  function handleMappedButton(cm, button, pos, repeat, event) {\n    var name = \"Click\";\n    if (repeat == \"double\") { name = \"Double\" + name; }\n    else if (repeat == \"triple\") { name = \"Triple\" + name; }\n    name = (button == 1 ? \"Left\" : button == 2 ? \"Middle\" : \"Right\") + name;\n\n    return dispatchKey(cm,  addModifierNames(name, event), event, function (bound) {\n      if (typeof bound == \"string\") { bound = commands[bound]; }\n      if (!bound) { return false }\n      var done = false;\n      try {\n        if (cm.isReadOnly()) { cm.state.suppressEdits = true; }\n        done = bound(cm, pos) != Pass;\n      } finally {\n        cm.state.suppressEdits = false;\n      }\n      return done\n    })\n  }\n\n  function configureMouse(cm, repeat, event) {\n    var option = cm.getOption(\"configureMouse\");\n    var value = option ? option(cm, repeat, event) : {};\n    if (value.unit == null) {\n      var rect = chromeOS ? event.shiftKey && event.metaKey : event.altKey;\n      value.unit = rect ? \"rectangle\" : repeat == \"single\" ? \"char\" : repeat == \"double\" ? \"word\" : \"line\";\n    }\n    if (value.extend == null || cm.doc.extend) { value.extend = cm.doc.extend || event.shiftKey; }\n    if (value.addNew == null) { value.addNew = mac ? event.metaKey : event.ctrlKey; }\n    if (value.moveOnDrag == null) { value.moveOnDrag = !(mac ? event.altKey : event.ctrlKey); }\n    return value\n  }\n\n  function leftButtonDown(cm, pos, repeat, event) {\n    if (ie) { setTimeout(bind(ensureFocus, cm), 0); }\n    else { cm.curOp.focus = activeElt(doc(cm)); }\n\n    var behavior = configureMouse(cm, repeat, event);\n\n    var sel = cm.doc.sel, contained;\n    if (cm.options.dragDrop && dragAndDrop && !cm.isReadOnly() &&\n        repeat == \"single\" && (contained = sel.contains(pos)) > -1 &&\n        (cmp((contained = sel.ranges[contained]).from(), pos) < 0 || pos.xRel > 0) &&\n        (cmp(contained.to(), pos) > 0 || pos.xRel < 0))\n      { leftButtonStartDrag(cm, event, pos, behavior); }\n    else\n      { leftButtonSelect(cm, event, pos, behavior); }\n  }\n\n  // Start a text drag. When it ends, see if any dragging actually\n  // happen, and treat as a click if it didn't.\n  function leftButtonStartDrag(cm, event, pos, behavior) {\n    var display = cm.display, moved = false;\n    var dragEnd = operation(cm, function (e) {\n      if (webkit) { display.scroller.draggable = false; }\n      cm.state.draggingText = false;\n      if (cm.state.delayingBlurEvent) {\n        if (cm.hasFocus()) { cm.state.delayingBlurEvent = false; }\n        else { delayBlurEvent(cm); }\n      }\n      off(display.wrapper.ownerDocument, \"mouseup\", dragEnd);\n      off(display.wrapper.ownerDocument, \"mousemove\", mouseMove);\n      off(display.scroller, \"dragstart\", dragStart);\n      off(display.scroller, \"drop\", dragEnd);\n      if (!moved) {\n        e_preventDefault(e);\n        if (!behavior.addNew)\n          { extendSelection(cm.doc, pos, null, null, behavior.extend); }\n        // Work around unexplainable focus problem in IE9 (#2127) and Chrome (#3081)\n        if ((webkit && !safari) || ie && ie_version == 9)\n          { setTimeout(function () {display.wrapper.ownerDocument.body.focus({preventScroll: true}); display.input.focus();}, 20); }\n        else\n          { display.input.focus(); }\n      }\n    });\n    var mouseMove = function(e2) {\n      moved = moved || Math.abs(event.clientX - e2.clientX) + Math.abs(event.clientY - e2.clientY) >= 10;\n    };\n    var dragStart = function () { return moved = true; };\n    // Let the drag handler handle this.\n    if (webkit) { display.scroller.draggable = true; }\n    cm.state.draggingText = dragEnd;\n    dragEnd.copy = !behavior.moveOnDrag;\n    on(display.wrapper.ownerDocument, \"mouseup\", dragEnd);\n    on(display.wrapper.ownerDocument, \"mousemove\", mouseMove);\n    on(display.scroller, \"dragstart\", dragStart);\n    on(display.scroller, \"drop\", dragEnd);\n\n    cm.state.delayingBlurEvent = true;\n    setTimeout(function () { return display.input.focus(); }, 20);\n    // IE's approach to draggable\n    if (display.scroller.dragDrop) { display.scroller.dragDrop(); }\n  }\n\n  function rangeForUnit(cm, pos, unit) {\n    if (unit == \"char\") { return new Range(pos, pos) }\n    if (unit == \"word\") { return cm.findWordAt(pos) }\n    if (unit == \"line\") { return new Range(Pos(pos.line, 0), clipPos(cm.doc, Pos(pos.line + 1, 0))) }\n    var result = unit(cm, pos);\n    return new Range(result.from, result.to)\n  }\n\n  // Normal selection, as opposed to text dragging.\n  function leftButtonSelect(cm, event, start, behavior) {\n    if (ie) { delayBlurEvent(cm); }\n    var display = cm.display, doc$1 = cm.doc;\n    e_preventDefault(event);\n\n    var ourRange, ourIndex, startSel = doc$1.sel, ranges = startSel.ranges;\n    if (behavior.addNew && !behavior.extend) {\n      ourIndex = doc$1.sel.contains(start);\n      if (ourIndex > -1)\n        { ourRange = ranges[ourIndex]; }\n      else\n        { ourRange = new Range(start, start); }\n    } else {\n      ourRange = doc$1.sel.primary();\n      ourIndex = doc$1.sel.primIndex;\n    }\n\n    if (behavior.unit == \"rectangle\") {\n      if (!behavior.addNew) { ourRange = new Range(start, start); }\n      start = posFromMouse(cm, event, true, true);\n      ourIndex = -1;\n    } else {\n      var range = rangeForUnit(cm, start, behavior.unit);\n      if (behavior.extend)\n        { ourRange = extendRange(ourRange, range.anchor, range.head, behavior.extend); }\n      else\n        { ourRange = range; }\n    }\n\n    if (!behavior.addNew) {\n      ourIndex = 0;\n      setSelection(doc$1, new Selection([ourRange], 0), sel_mouse);\n      startSel = doc$1.sel;\n    } else if (ourIndex == -1) {\n      ourIndex = ranges.length;\n      setSelection(doc$1, normalizeSelection(cm, ranges.concat([ourRange]), ourIndex),\n                   {scroll: false, origin: \"*mouse\"});\n    } else if (ranges.length > 1 && ranges[ourIndex].empty() && behavior.unit == \"char\" && !behavior.extend) {\n      setSelection(doc$1, normalizeSelection(cm, ranges.slice(0, ourIndex).concat(ranges.slice(ourIndex + 1)), 0),\n                   {scroll: false, origin: \"*mouse\"});\n      startSel = doc$1.sel;\n    } else {\n      replaceOneSelection(doc$1, ourIndex, ourRange, sel_mouse);\n    }\n\n    var lastPos = start;\n    function extendTo(pos) {\n      if (cmp(lastPos, pos) == 0) { return }\n      lastPos = pos;\n\n      if (behavior.unit == \"rectangle\") {\n        var ranges = [], tabSize = cm.options.tabSize;\n        var startCol = countColumn(getLine(doc$1, start.line).text, start.ch, tabSize);\n        var posCol = countColumn(getLine(doc$1, pos.line).text, pos.ch, tabSize);\n        var left = Math.min(startCol, posCol), right = Math.max(startCol, posCol);\n        for (var line = Math.min(start.line, pos.line), end = Math.min(cm.lastLine(), Math.max(start.line, pos.line));\n             line <= end; line++) {\n          var text = getLine(doc$1, line).text, leftPos = findColumn(text, left, tabSize);\n          if (left == right)\n            { ranges.push(new Range(Pos(line, leftPos), Pos(line, leftPos))); }\n          else if (text.length > leftPos)\n            { ranges.push(new Range(Pos(line, leftPos), Pos(line, findColumn(text, right, tabSize)))); }\n        }\n        if (!ranges.length) { ranges.push(new Range(start, start)); }\n        setSelection(doc$1, normalizeSelection(cm, startSel.ranges.slice(0, ourIndex).concat(ranges), ourIndex),\n                     {origin: \"*mouse\", scroll: false});\n        cm.scrollIntoView(pos);\n      } else {\n        var oldRange = ourRange;\n        var range = rangeForUnit(cm, pos, behavior.unit);\n        var anchor = oldRange.anchor, head;\n        if (cmp(range.anchor, anchor) > 0) {\n          head = range.head;\n          anchor = minPos(oldRange.from(), range.anchor);\n        } else {\n          head = range.anchor;\n          anchor = maxPos(oldRange.to(), range.head);\n        }\n        var ranges$1 = startSel.ranges.slice(0);\n        ranges$1[ourIndex] = bidiSimplify(cm, new Range(clipPos(doc$1, anchor), head));\n        setSelection(doc$1, normalizeSelection(cm, ranges$1, ourIndex), sel_mouse);\n      }\n    }\n\n    var editorSize = display.wrapper.getBoundingClientRect();\n    // Used to ensure timeout re-tries don't fire when another extend\n    // happened in the meantime (clearTimeout isn't reliable -- at\n    // least on Chrome, the timeouts still happen even when cleared,\n    // if the clear happens after their scheduled firing time).\n    var counter = 0;\n\n    function extend(e) {\n      var curCount = ++counter;\n      var cur = posFromMouse(cm, e, true, behavior.unit == \"rectangle\");\n      if (!cur) { return }\n      if (cmp(cur, lastPos) != 0) {\n        cm.curOp.focus = activeElt(doc(cm));\n        extendTo(cur);\n        var visible = visibleLines(display, doc$1);\n        if (cur.line >= visible.to || cur.line < visible.from)\n          { setTimeout(operation(cm, function () {if (counter == curCount) { extend(e); }}), 150); }\n      } else {\n        var outside = e.clientY < editorSize.top ? -20 : e.clientY > editorSize.bottom ? 20 : 0;\n        if (outside) { setTimeout(operation(cm, function () {\n          if (counter != curCount) { return }\n          display.scroller.scrollTop += outside;\n          extend(e);\n        }), 50); }\n      }\n    }\n\n    function done(e) {\n      cm.state.selectingText = false;\n      counter = Infinity;\n      // If e is null or undefined we interpret this as someone trying\n      // to explicitly cancel the selection rather than the user\n      // letting go of the mouse button.\n      if (e) {\n        e_preventDefault(e);\n        display.input.focus();\n      }\n      off(display.wrapper.ownerDocument, \"mousemove\", move);\n      off(display.wrapper.ownerDocument, \"mouseup\", up);\n      doc$1.history.lastSelOrigin = null;\n    }\n\n    var move = operation(cm, function (e) {\n      if (e.buttons === 0 || !e_button(e)) { done(e); }\n      else { extend(e); }\n    });\n    var up = operation(cm, done);\n    cm.state.selectingText = up;\n    on(display.wrapper.ownerDocument, \"mousemove\", move);\n    on(display.wrapper.ownerDocument, \"mouseup\", up);\n  }\n\n  // Used when mouse-selecting to adjust the anchor to the proper side\n  // of a bidi jump depending on the visual position of the head.\n  function bidiSimplify(cm, range) {\n    var anchor = range.anchor;\n    var head = range.head;\n    var anchorLine = getLine(cm.doc, anchor.line);\n    if (cmp(anchor, head) == 0 && anchor.sticky == head.sticky) { return range }\n    var order = getOrder(anchorLine);\n    if (!order) { return range }\n    var index = getBidiPartAt(order, anchor.ch, anchor.sticky), part = order[index];\n    if (part.from != anchor.ch && part.to != anchor.ch) { return range }\n    var boundary = index + ((part.from == anchor.ch) == (part.level != 1) ? 0 : 1);\n    if (boundary == 0 || boundary == order.length) { return range }\n\n    // Compute the relative visual position of the head compared to the\n    // anchor (<0 is to the left, >0 to the right)\n    var leftSide;\n    if (head.line != anchor.line) {\n      leftSide = (head.line - anchor.line) * (cm.doc.direction == \"ltr\" ? 1 : -1) > 0;\n    } else {\n      var headIndex = getBidiPartAt(order, head.ch, head.sticky);\n      var dir = headIndex - index || (head.ch - anchor.ch) * (part.level == 1 ? -1 : 1);\n      if (headIndex == boundary - 1 || headIndex == boundary)\n        { leftSide = dir < 0; }\n      else\n        { leftSide = dir > 0; }\n    }\n\n    var usePart = order[boundary + (leftSide ? -1 : 0)];\n    var from = leftSide == (usePart.level == 1);\n    var ch = from ? usePart.from : usePart.to, sticky = from ? \"after\" : \"before\";\n    return anchor.ch == ch && anchor.sticky == sticky ? range : new Range(new Pos(anchor.line, ch, sticky), head)\n  }\n\n\n  // Determines whether an event happened in the gutter, and fires the\n  // handlers for the corresponding event.\n  function gutterEvent(cm, e, type, prevent) {\n    var mX, mY;\n    if (e.touches) {\n      mX = e.touches[0].clientX;\n      mY = e.touches[0].clientY;\n    } else {\n      try { mX = e.clientX; mY = e.clientY; }\n      catch(e$1) { return false }\n    }\n    if (mX >= Math.floor(cm.display.gutters.getBoundingClientRect().right)) { return false }\n    if (prevent) { e_preventDefault(e); }\n\n    var display = cm.display;\n    var lineBox = display.lineDiv.getBoundingClientRect();\n\n    if (mY > lineBox.bottom || !hasHandler(cm, type)) { return e_defaultPrevented(e) }\n    mY -= lineBox.top - display.viewOffset;\n\n    for (var i = 0; i < cm.display.gutterSpecs.length; ++i) {\n      var g = display.gutters.childNodes[i];\n      if (g && g.getBoundingClientRect().right >= mX) {\n        var line = lineAtHeight(cm.doc, mY);\n        var gutter = cm.display.gutterSpecs[i];\n        signal(cm, type, cm, line, gutter.className, e);\n        return e_defaultPrevented(e)\n      }\n    }\n  }\n\n  function clickInGutter(cm, e) {\n    return gutterEvent(cm, e, \"gutterClick\", true)\n  }\n\n  // CONTEXT MENU HANDLING\n\n  // To make the context menu work, we need to briefly unhide the\n  // textarea (making it as unobtrusive as possible) to let the\n  // right-click take effect on it.\n  function onContextMenu(cm, e) {\n    if (eventInWidget(cm.display, e) || contextMenuInGutter(cm, e)) { return }\n    if (signalDOMEvent(cm, e, \"contextmenu\")) { return }\n    if (!captureRightClick) { cm.display.input.onContextMenu(e); }\n  }\n\n  function contextMenuInGutter(cm, e) {\n    if (!hasHandler(cm, \"gutterContextMenu\")) { return false }\n    return gutterEvent(cm, e, \"gutterContextMenu\", false)\n  }\n\n  function themeChanged(cm) {\n    cm.display.wrapper.className = cm.display.wrapper.className.replace(/\\s*cm-s-\\S+/g, \"\") +\n      cm.options.theme.replace(/(^|\\s)\\s*/g, \" cm-s-\");\n    clearCaches(cm);\n  }\n\n  var Init = {toString: function(){return \"CodeMirror.Init\"}};\n\n  var defaults = {};\n  var optionHandlers = {};\n\n  function defineOptions(CodeMirror) {\n    var optionHandlers = CodeMirror.optionHandlers;\n\n    function option(name, deflt, handle, notOnInit) {\n      CodeMirror.defaults[name] = deflt;\n      if (handle) { optionHandlers[name] =\n        notOnInit ? function (cm, val, old) {if (old != Init) { handle(cm, val, old); }} : handle; }\n    }\n\n    CodeMirror.defineOption = option;\n\n    // Passed to option handlers when there is no old value.\n    CodeMirror.Init = Init;\n\n    // These two are, on init, called from the constructor because they\n    // have to be initialized before the editor can start at all.\n    option(\"value\", \"\", function (cm, val) { return cm.setValue(val); }, true);\n    option(\"mode\", null, function (cm, val) {\n      cm.doc.modeOption = val;\n      loadMode(cm);\n    }, true);\n\n    option(\"indentUnit\", 2, loadMode, true);\n    option(\"indentWithTabs\", false);\n    option(\"smartIndent\", true);\n    option(\"tabSize\", 4, function (cm) {\n      resetModeState(cm);\n      clearCaches(cm);\n      regChange(cm);\n    }, true);\n\n    option(\"lineSeparator\", null, function (cm, val) {\n      cm.doc.lineSep = val;\n      if (!val) { return }\n      var newBreaks = [], lineNo = cm.doc.first;\n      cm.doc.iter(function (line) {\n        for (var pos = 0;;) {\n          var found = line.text.indexOf(val, pos);\n          if (found == -1) { break }\n          pos = found + val.length;\n          newBreaks.push(Pos(lineNo, found));\n        }\n        lineNo++;\n      });\n      for (var i = newBreaks.length - 1; i >= 0; i--)\n        { replaceRange(cm.doc, val, newBreaks[i], Pos(newBreaks[i].line, newBreaks[i].ch + val.length)); }\n    });\n    option(\"specialChars\", /[\\u0000-\\u001f\\u007f-\\u009f\\u00ad\\u061c\\u200b\\u200e\\u200f\\u2028\\u2029\\u202d\\u202e\\u2066\\u2067\\u2069\\ufeff\\ufff9-\\ufffc]/g, function (cm, val, old) {\n      cm.state.specialChars = new RegExp(val.source + (val.test(\"\\t\") ? \"\" : \"|\\t\"), \"g\");\n      if (old != Init) { cm.refresh(); }\n    });\n    option(\"specialCharPlaceholder\", defaultSpecialCharPlaceholder, function (cm) { return cm.refresh(); }, true);\n    option(\"electricChars\", true);\n    option(\"inputStyle\", mobile ? \"contenteditable\" : \"textarea\", function () {\n      throw new Error(\"inputStyle can not (yet) be changed in a running editor\") // FIXME\n    }, true);\n    option(\"spellcheck\", false, function (cm, val) { return cm.getInputField().spellcheck = val; }, true);\n    option(\"autocorrect\", false, function (cm, val) { return cm.getInputField().autocorrect = val; }, true);\n    option(\"autocapitalize\", false, function (cm, val) { return cm.getInputField().autocapitalize = val; }, true);\n    option(\"rtlMoveVisually\", !windows);\n    option(\"wholeLineUpdateBefore\", true);\n\n    option(\"theme\", \"default\", function (cm) {\n      themeChanged(cm);\n      updateGutters(cm);\n    }, true);\n    option(\"keyMap\", \"default\", function (cm, val, old) {\n      var next = getKeyMap(val);\n      var prev = old != Init && getKeyMap(old);\n      if (prev && prev.detach) { prev.detach(cm, next); }\n      if (next.attach) { next.attach(cm, prev || null); }\n    });\n    option(\"extraKeys\", null);\n    option(\"configureMouse\", null);\n\n    option(\"lineWrapping\", false, wrappingChanged, true);\n    option(\"gutters\", [], function (cm, val) {\n      cm.display.gutterSpecs = getGutters(val, cm.options.lineNumbers);\n      updateGutters(cm);\n    }, true);\n    option(\"fixedGutter\", true, function (cm, val) {\n      cm.display.gutters.style.left = val ? compensateForHScroll(cm.display) + \"px\" : \"0\";\n      cm.refresh();\n    }, true);\n    option(\"coverGutterNextToScrollbar\", false, function (cm) { return updateScrollbars(cm); }, true);\n    option(\"scrollbarStyle\", \"native\", function (cm) {\n      initScrollbars(cm);\n      updateScrollbars(cm);\n      cm.display.scrollbars.setScrollTop(cm.doc.scrollTop);\n      cm.display.scrollbars.setScrollLeft(cm.doc.scrollLeft);\n    }, true);\n    option(\"lineNumbers\", false, function (cm, val) {\n      cm.display.gutterSpecs = getGutters(cm.options.gutters, val);\n      updateGutters(cm);\n    }, true);\n    option(\"firstLineNumber\", 1, updateGutters, true);\n    option(\"lineNumberFormatter\", function (integer) { return integer; }, updateGutters, true);\n    option(\"showCursorWhenSelecting\", false, updateSelection, true);\n\n    option(\"resetSelectionOnContextMenu\", true);\n    option(\"lineWiseCopyCut\", true);\n    option(\"pasteLinesPerSelection\", true);\n    option(\"selectionsMayTouch\", false);\n\n    option(\"readOnly\", false, function (cm, val) {\n      if (val == \"nocursor\") {\n        onBlur(cm);\n        cm.display.input.blur();\n      }\n      cm.display.input.readOnlyChanged(val);\n    });\n\n    option(\"screenReaderLabel\", null, function (cm, val) {\n      val = (val === '') ? null : val;\n      cm.display.input.screenReaderLabelChanged(val);\n    });\n\n    option(\"disableInput\", false, function (cm, val) {if (!val) { cm.display.input.reset(); }}, true);\n    option(\"dragDrop\", true, dragDropChanged);\n    option(\"allowDropFileTypes\", null);\n\n    option(\"cursorBlinkRate\", 530);\n    option(\"cursorScrollMargin\", 0);\n    option(\"cursorHeight\", 1, updateSelection, true);\n    option(\"singleCursorHeightPerLine\", true, updateSelection, true);\n    option(\"workTime\", 100);\n    option(\"workDelay\", 100);\n    option(\"flattenSpans\", true, resetModeState, true);\n    option(\"addModeClass\", false, resetModeState, true);\n    option(\"pollInterval\", 100);\n    option(\"undoDepth\", 200, function (cm, val) { return cm.doc.history.undoDepth = val; });\n    option(\"historyEventDelay\", 1250);\n    option(\"viewportMargin\", 10, function (cm) { return cm.refresh(); }, true);\n    option(\"maxHighlightLength\", 10000, resetModeState, true);\n    option(\"moveInputWithCursor\", true, function (cm, val) {\n      if (!val) { cm.display.input.resetPosition(); }\n    });\n\n    option(\"tabindex\", null, function (cm, val) { return cm.display.input.getField().tabIndex = val || \"\"; });\n    option(\"autofocus\", null);\n    option(\"direction\", \"ltr\", function (cm, val) { return cm.doc.setDirection(val); }, true);\n    option(\"phrases\", null);\n  }\n\n  function dragDropChanged(cm, value, old) {\n    var wasOn = old && old != Init;\n    if (!value != !wasOn) {\n      var funcs = cm.display.dragFunctions;\n      var toggle = value ? on : off;\n      toggle(cm.display.scroller, \"dragstart\", funcs.start);\n      toggle(cm.display.scroller, \"dragenter\", funcs.enter);\n      toggle(cm.display.scroller, \"dragover\", funcs.over);\n      toggle(cm.display.scroller, \"dragleave\", funcs.leave);\n      toggle(cm.display.scroller, \"drop\", funcs.drop);\n    }\n  }\n\n  function wrappingChanged(cm) {\n    if (cm.options.lineWrapping) {\n      addClass(cm.display.wrapper, \"CodeMirror-wrap\");\n      cm.display.sizer.style.minWidth = \"\";\n      cm.display.sizerWidth = null;\n    } else {\n      rmClass(cm.display.wrapper, \"CodeMirror-wrap\");\n      findMaxLine(cm);\n    }\n    estimateLineHeights(cm);\n    regChange(cm);\n    clearCaches(cm);\n    setTimeout(function () { return updateScrollbars(cm); }, 100);\n  }\n\n  // A CodeMirror instance represents an editor. This is the object\n  // that user code is usually dealing with.\n\n  function CodeMirror(place, options) {\n    var this$1 = this;\n\n    if (!(this instanceof CodeMirror)) { return new CodeMirror(place, options) }\n\n    this.options = options = options ? copyObj(options) : {};\n    // Determine effective options based on given values and defaults.\n    copyObj(defaults, options, false);\n\n    var doc = options.value;\n    if (typeof doc == \"string\") { doc = new Doc(doc, options.mode, null, options.lineSeparator, options.direction); }\n    else if (options.mode) { doc.modeOption = options.mode; }\n    this.doc = doc;\n\n    var input = new CodeMirror.inputStyles[options.inputStyle](this);\n    var display = this.display = new Display(place, doc, input, options);\n    display.wrapper.CodeMirror = this;\n    themeChanged(this);\n    if (options.lineWrapping)\n      { this.display.wrapper.className += \" CodeMirror-wrap\"; }\n    initScrollbars(this);\n\n    this.state = {\n      keyMaps: [],  // stores maps added by addKeyMap\n      overlays: [], // highlighting overlays, as added by addOverlay\n      modeGen: 0,   // bumped when mode/overlay changes, used to invalidate highlighting info\n      overwrite: false,\n      delayingBlurEvent: false,\n      focused: false,\n      suppressEdits: false, // used to disable editing during key handlers when in readOnly mode\n      pasteIncoming: -1, cutIncoming: -1, // help recognize paste/cut edits in input.poll\n      selectingText: false,\n      draggingText: false,\n      highlight: new Delayed(), // stores highlight worker timeout\n      keySeq: null,  // Unfinished key sequence\n      specialChars: null\n    };\n\n    if (options.autofocus && !mobile) { display.input.focus(); }\n\n    // Override magic textarea content restore that IE sometimes does\n    // on our hidden textarea on reload\n    if (ie && ie_version < 11) { setTimeout(function () { return this$1.display.input.reset(true); }, 20); }\n\n    registerEventHandlers(this);\n    ensureGlobalHandlers();\n\n    startOperation(this);\n    this.curOp.forceUpdate = true;\n    attachDoc(this, doc);\n\n    if ((options.autofocus && !mobile) || this.hasFocus())\n      { setTimeout(function () {\n        if (this$1.hasFocus() && !this$1.state.focused) { onFocus(this$1); }\n      }, 20); }\n    else\n      { onBlur(this); }\n\n    for (var opt in optionHandlers) { if (optionHandlers.hasOwnProperty(opt))\n      { optionHandlers[opt](this, options[opt], Init); } }\n    maybeUpdateLineNumberWidth(this);\n    if (options.finishInit) { options.finishInit(this); }\n    for (var i = 0; i < initHooks.length; ++i) { initHooks[i](this); }\n    endOperation(this);\n    // Suppress optimizelegibility in Webkit, since it breaks text\n    // measuring on line wrapping boundaries.\n    if (webkit && options.lineWrapping &&\n        getComputedStyle(display.lineDiv).textRendering == \"optimizelegibility\")\n      { display.lineDiv.style.textRendering = \"auto\"; }\n  }\n\n  // The default configuration options.\n  CodeMirror.defaults = defaults;\n  // Functions to run when options are changed.\n  CodeMirror.optionHandlers = optionHandlers;\n\n  // Attach the necessary event handlers when initializing the editor\n  function registerEventHandlers(cm) {\n    var d = cm.display;\n    on(d.scroller, \"mousedown\", operation(cm, onMouseDown));\n    // Older IE's will not fire a second mousedown for a double click\n    if (ie && ie_version < 11)\n      { on(d.scroller, \"dblclick\", operation(cm, function (e) {\n        if (signalDOMEvent(cm, e)) { return }\n        var pos = posFromMouse(cm, e);\n        if (!pos || clickInGutter(cm, e) || eventInWidget(cm.display, e)) { return }\n        e_preventDefault(e);\n        var word = cm.findWordAt(pos);\n        extendSelection(cm.doc, word.anchor, word.head);\n      })); }\n    else\n      { on(d.scroller, \"dblclick\", function (e) { return signalDOMEvent(cm, e) || e_preventDefault(e); }); }\n    // Some browsers fire contextmenu *after* opening the menu, at\n    // which point we can't mess with it anymore. Context menu is\n    // handled in onMouseDown for these browsers.\n    on(d.scroller, \"contextmenu\", function (e) { return onContextMenu(cm, e); });\n    on(d.input.getField(), \"contextmenu\", function (e) {\n      if (!d.scroller.contains(e.target)) { onContextMenu(cm, e); }\n    });\n\n    // Used to suppress mouse event handling when a touch happens\n    var touchFinished, prevTouch = {end: 0};\n    function finishTouch() {\n      if (d.activeTouch) {\n        touchFinished = setTimeout(function () { return d.activeTouch = null; }, 1000);\n        prevTouch = d.activeTouch;\n        prevTouch.end = +new Date;\n      }\n    }\n    function isMouseLikeTouchEvent(e) {\n      if (e.touches.length != 1) { return false }\n      var touch = e.touches[0];\n      return touch.radiusX <= 1 && touch.radiusY <= 1\n    }\n    function farAway(touch, other) {\n      if (other.left == null) { return true }\n      var dx = other.left - touch.left, dy = other.top - touch.top;\n      return dx * dx + dy * dy > 20 * 20\n    }\n    on(d.scroller, \"touchstart\", function (e) {\n      if (!signalDOMEvent(cm, e) && !isMouseLikeTouchEvent(e) && !clickInGutter(cm, e)) {\n        d.input.ensurePolled();\n        clearTimeout(touchFinished);\n        var now = +new Date;\n        d.activeTouch = {start: now, moved: false,\n                         prev: now - prevTouch.end <= 300 ? prevTouch : null};\n        if (e.touches.length == 1) {\n          d.activeTouch.left = e.touches[0].pageX;\n          d.activeTouch.top = e.touches[0].pageY;\n        }\n      }\n    });\n    on(d.scroller, \"touchmove\", function () {\n      if (d.activeTouch) { d.activeTouch.moved = true; }\n    });\n    on(d.scroller, \"touchend\", function (e) {\n      var touch = d.activeTouch;\n      if (touch && !eventInWidget(d, e) && touch.left != null &&\n          !touch.moved && new Date - touch.start < 300) {\n        var pos = cm.coordsChar(d.activeTouch, \"page\"), range;\n        if (!touch.prev || farAway(touch, touch.prev)) // Single tap\n          { range = new Range(pos, pos); }\n        else if (!touch.prev.prev || farAway(touch, touch.prev.prev)) // Double tap\n          { range = cm.findWordAt(pos); }\n        else // Triple tap\n          { range = new Range(Pos(pos.line, 0), clipPos(cm.doc, Pos(pos.line + 1, 0))); }\n        cm.setSelection(range.anchor, range.head);\n        cm.focus();\n        e_preventDefault(e);\n      }\n      finishTouch();\n    });\n    on(d.scroller, \"touchcancel\", finishTouch);\n\n    // Sync scrolling between fake scrollbars and real scrollable\n    // area, ensure viewport is updated when scrolling.\n    on(d.scroller, \"scroll\", function () {\n      if (d.scroller.clientHeight) {\n        updateScrollTop(cm, d.scroller.scrollTop);\n        setScrollLeft(cm, d.scroller.scrollLeft, true);\n        signal(cm, \"scroll\", cm);\n      }\n    });\n\n    // Listen to wheel events in order to try and update the viewport on time.\n    on(d.scroller, \"mousewheel\", function (e) { return onScrollWheel(cm, e); });\n    on(d.scroller, \"DOMMouseScroll\", function (e) { return onScrollWheel(cm, e); });\n\n    // Prevent wrapper from ever scrolling\n    on(d.wrapper, \"scroll\", function () { return d.wrapper.scrollTop = d.wrapper.scrollLeft = 0; });\n\n    d.dragFunctions = {\n      enter: function (e) {if (!signalDOMEvent(cm, e)) { e_stop(e); }},\n      over: function (e) {if (!signalDOMEvent(cm, e)) { onDragOver(cm, e); e_stop(e); }},\n      start: function (e) { return onDragStart(cm, e); },\n      drop: operation(cm, onDrop),\n      leave: function (e) {if (!signalDOMEvent(cm, e)) { clearDragCursor(cm); }}\n    };\n\n    var inp = d.input.getField();\n    on(inp, \"keyup\", function (e) { return onKeyUp.call(cm, e); });\n    on(inp, \"keydown\", operation(cm, onKeyDown));\n    on(inp, \"keypress\", operation(cm, onKeyPress));\n    on(inp, \"focus\", function (e) { return onFocus(cm, e); });\n    on(inp, \"blur\", function (e) { return onBlur(cm, e); });\n  }\n\n  var initHooks = [];\n  CodeMirror.defineInitHook = function (f) { return initHooks.push(f); };\n\n  // Indent the given line. The how parameter can be \"smart\",\n  // \"add\"/null, \"subtract\", or \"prev\". When aggressive is false\n  // (typically set to true for forced single-line indents), empty\n  // lines are not indented, and places where the mode returns Pass\n  // are left alone.\n  function indentLine(cm, n, how, aggressive) {\n    var doc = cm.doc, state;\n    if (how == null) { how = \"add\"; }\n    if (how == \"smart\") {\n      // Fall back to \"prev\" when the mode doesn't have an indentation\n      // method.\n      if (!doc.mode.indent) { how = \"prev\"; }\n      else { state = getContextBefore(cm, n).state; }\n    }\n\n    var tabSize = cm.options.tabSize;\n    var line = getLine(doc, n), curSpace = countColumn(line.text, null, tabSize);\n    if (line.stateAfter) { line.stateAfter = null; }\n    var curSpaceString = line.text.match(/^\\s*/)[0], indentation;\n    if (!aggressive && !/\\S/.test(line.text)) {\n      indentation = 0;\n      how = \"not\";\n    } else if (how == \"smart\") {\n      indentation = doc.mode.indent(state, line.text.slice(curSpaceString.length), line.text);\n      if (indentation == Pass || indentation > 150) {\n        if (!aggressive) { return }\n        how = \"prev\";\n      }\n    }\n    if (how == \"prev\") {\n      if (n > doc.first) { indentation = countColumn(getLine(doc, n-1).text, null, tabSize); }\n      else { indentation = 0; }\n    } else if (how == \"add\") {\n      indentation = curSpace + cm.options.indentUnit;\n    } else if (how == \"subtract\") {\n      indentation = curSpace - cm.options.indentUnit;\n    } else if (typeof how == \"number\") {\n      indentation = curSpace + how;\n    }\n    indentation = Math.max(0, indentation);\n\n    var indentString = \"\", pos = 0;\n    if (cm.options.indentWithTabs)\n      { for (var i = Math.floor(indentation / tabSize); i; --i) {pos += tabSize; indentString += \"\\t\";} }\n    if (pos < indentation) { indentString += spaceStr(indentation - pos); }\n\n    if (indentString != curSpaceString) {\n      replaceRange(doc, indentString, Pos(n, 0), Pos(n, curSpaceString.length), \"+input\");\n      line.stateAfter = null;\n      return true\n    } else {\n      // Ensure that, if the cursor was in the whitespace at the start\n      // of the line, it is moved to the end of that space.\n      for (var i$1 = 0; i$1 < doc.sel.ranges.length; i$1++) {\n        var range = doc.sel.ranges[i$1];\n        if (range.head.line == n && range.head.ch < curSpaceString.length) {\n          var pos$1 = Pos(n, curSpaceString.length);\n          replaceOneSelection(doc, i$1, new Range(pos$1, pos$1));\n          break\n        }\n      }\n    }\n  }\n\n  // This will be set to a {lineWise: bool, text: [string]} object, so\n  // that, when pasting, we know what kind of selections the copied\n  // text was made out of.\n  var lastCopied = null;\n\n  function setLastCopied(newLastCopied) {\n    lastCopied = newLastCopied;\n  }\n\n  function applyTextInput(cm, inserted, deleted, sel, origin) {\n    var doc = cm.doc;\n    cm.display.shift = false;\n    if (!sel) { sel = doc.sel; }\n\n    var recent = +new Date - 200;\n    var paste = origin == \"paste\" || cm.state.pasteIncoming > recent;\n    var textLines = splitLinesAuto(inserted), multiPaste = null;\n    // When pasting N lines into N selections, insert one line per selection\n    if (paste && sel.ranges.length > 1) {\n      if (lastCopied && lastCopied.text.join(\"\\n\") == inserted) {\n        if (sel.ranges.length % lastCopied.text.length == 0) {\n          multiPaste = [];\n          for (var i = 0; i < lastCopied.text.length; i++)\n            { multiPaste.push(doc.splitLines(lastCopied.text[i])); }\n        }\n      } else if (textLines.length == sel.ranges.length && cm.options.pasteLinesPerSelection) {\n        multiPaste = map(textLines, function (l) { return [l]; });\n      }\n    }\n\n    var updateInput = cm.curOp.updateInput;\n    // Normal behavior is to insert the new text into every selection\n    for (var i$1 = sel.ranges.length - 1; i$1 >= 0; i$1--) {\n      var range = sel.ranges[i$1];\n      var from = range.from(), to = range.to();\n      if (range.empty()) {\n        if (deleted && deleted > 0) // Handle deletion\n          { from = Pos(from.line, from.ch - deleted); }\n        else if (cm.state.overwrite && !paste) // Handle overwrite\n          { to = Pos(to.line, Math.min(getLine(doc, to.line).text.length, to.ch + lst(textLines).length)); }\n        else if (paste && lastCopied && lastCopied.lineWise && lastCopied.text.join(\"\\n\") == textLines.join(\"\\n\"))\n          { from = to = Pos(from.line, 0); }\n      }\n      var changeEvent = {from: from, to: to, text: multiPaste ? multiPaste[i$1 % multiPaste.length] : textLines,\n                         origin: origin || (paste ? \"paste\" : cm.state.cutIncoming > recent ? \"cut\" : \"+input\")};\n      makeChange(cm.doc, changeEvent);\n      signalLater(cm, \"inputRead\", cm, changeEvent);\n    }\n    if (inserted && !paste)\n      { triggerElectric(cm, inserted); }\n\n    ensureCursorVisible(cm);\n    if (cm.curOp.updateInput < 2) { cm.curOp.updateInput = updateInput; }\n    cm.curOp.typing = true;\n    cm.state.pasteIncoming = cm.state.cutIncoming = -1;\n  }\n\n  function handlePaste(e, cm) {\n    var pasted = e.clipboardData && e.clipboardData.getData(\"Text\");\n    if (pasted) {\n      e.preventDefault();\n      if (!cm.isReadOnly() && !cm.options.disableInput && cm.hasFocus())\n        { runInOp(cm, function () { return applyTextInput(cm, pasted, 0, null, \"paste\"); }); }\n      return true\n    }\n  }\n\n  function triggerElectric(cm, inserted) {\n    // When an 'electric' character is inserted, immediately trigger a reindent\n    if (!cm.options.electricChars || !cm.options.smartIndent) { return }\n    var sel = cm.doc.sel;\n\n    for (var i = sel.ranges.length - 1; i >= 0; i--) {\n      var range = sel.ranges[i];\n      if (range.head.ch > 100 || (i && sel.ranges[i - 1].head.line == range.head.line)) { continue }\n      var mode = cm.getModeAt(range.head);\n      var indented = false;\n      if (mode.electricChars) {\n        for (var j = 0; j < mode.electricChars.length; j++)\n          { if (inserted.indexOf(mode.electricChars.charAt(j)) > -1) {\n            indented = indentLine(cm, range.head.line, \"smart\");\n            break\n          } }\n      } else if (mode.electricInput) {\n        if (mode.electricInput.test(getLine(cm.doc, range.head.line).text.slice(0, range.head.ch)))\n          { indented = indentLine(cm, range.head.line, \"smart\"); }\n      }\n      if (indented) { signalLater(cm, \"electricInput\", cm, range.head.line); }\n    }\n  }\n\n  function copyableRanges(cm) {\n    var text = [], ranges = [];\n    for (var i = 0; i < cm.doc.sel.ranges.length; i++) {\n      var line = cm.doc.sel.ranges[i].head.line;\n      var lineRange = {anchor: Pos(line, 0), head: Pos(line + 1, 0)};\n      ranges.push(lineRange);\n      text.push(cm.getRange(lineRange.anchor, lineRange.head));\n    }\n    return {text: text, ranges: ranges}\n  }\n\n  function disableBrowserMagic(field, spellcheck, autocorrect, autocapitalize) {\n    field.setAttribute(\"autocorrect\", autocorrect ? \"on\" : \"off\");\n    field.setAttribute(\"autocapitalize\", autocapitalize ? \"on\" : \"off\");\n    field.setAttribute(\"spellcheck\", !!spellcheck);\n  }\n\n  function hiddenTextarea() {\n    var te = elt(\"textarea\", null, null, \"position: absolute; bottom: -1em; padding: 0; width: 1px; height: 1em; min-height: 1em; outline: none\");\n    var div = elt(\"div\", [te], null, \"overflow: hidden; position: relative; width: 3px; height: 0px;\");\n    // The textarea is kept positioned near the cursor to prevent the\n    // fact that it'll be scrolled into view on input from scrolling\n    // our fake cursor out of view. On webkit, when wrap=off, paste is\n    // very slow. So make the area wide instead.\n    if (webkit) { te.style.width = \"1000px\"; }\n    else { te.setAttribute(\"wrap\", \"off\"); }\n    // If border: 0; -- iOS fails to open keyboard (issue #1287)\n    if (ios) { te.style.border = \"1px solid black\"; }\n    return div\n  }\n\n  // The publicly visible API. Note that methodOp(f) means\n  // 'wrap f in an operation, performed on its `this` parameter'.\n\n  // This is not the complete set of editor methods. Most of the\n  // methods defined on the Doc type are also injected into\n  // CodeMirror.prototype, for backwards compatibility and\n  // convenience.\n\n  function addEditorMethods(CodeMirror) {\n    var optionHandlers = CodeMirror.optionHandlers;\n\n    var helpers = CodeMirror.helpers = {};\n\n    CodeMirror.prototype = {\n      constructor: CodeMirror,\n      focus: function(){win(this).focus(); this.display.input.focus();},\n\n      setOption: function(option, value) {\n        var options = this.options, old = options[option];\n        if (options[option] == value && option != \"mode\") { return }\n        options[option] = value;\n        if (optionHandlers.hasOwnProperty(option))\n          { operation(this, optionHandlers[option])(this, value, old); }\n        signal(this, \"optionChange\", this, option);\n      },\n\n      getOption: function(option) {return this.options[option]},\n      getDoc: function() {return this.doc},\n\n      addKeyMap: function(map, bottom) {\n        this.state.keyMaps[bottom ? \"push\" : \"unshift\"](getKeyMap(map));\n      },\n      removeKeyMap: function(map) {\n        var maps = this.state.keyMaps;\n        for (var i = 0; i < maps.length; ++i)\n          { if (maps[i] == map || maps[i].name == map) {\n            maps.splice(i, 1);\n            return true\n          } }\n      },\n\n      addOverlay: methodOp(function(spec, options) {\n        var mode = spec.token ? spec : CodeMirror.getMode(this.options, spec);\n        if (mode.startState) { throw new Error(\"Overlays may not be stateful.\") }\n        insertSorted(this.state.overlays,\n                     {mode: mode, modeSpec: spec, opaque: options && options.opaque,\n                      priority: (options && options.priority) || 0},\n                     function (overlay) { return overlay.priority; });\n        this.state.modeGen++;\n        regChange(this);\n      }),\n      removeOverlay: methodOp(function(spec) {\n        var overlays = this.state.overlays;\n        for (var i = 0; i < overlays.length; ++i) {\n          var cur = overlays[i].modeSpec;\n          if (cur == spec || typeof spec == \"string\" && cur.name == spec) {\n            overlays.splice(i, 1);\n            this.state.modeGen++;\n            regChange(this);\n            return\n          }\n        }\n      }),\n\n      indentLine: methodOp(function(n, dir, aggressive) {\n        if (typeof dir != \"string\" && typeof dir != \"number\") {\n          if (dir == null) { dir = this.options.smartIndent ? \"smart\" : \"prev\"; }\n          else { dir = dir ? \"add\" : \"subtract\"; }\n        }\n        if (isLine(this.doc, n)) { indentLine(this, n, dir, aggressive); }\n      }),\n      indentSelection: methodOp(function(how) {\n        var ranges = this.doc.sel.ranges, end = -1;\n        for (var i = 0; i < ranges.length; i++) {\n          var range = ranges[i];\n          if (!range.empty()) {\n            var from = range.from(), to = range.to();\n            var start = Math.max(end, from.line);\n            end = Math.min(this.lastLine(), to.line - (to.ch ? 0 : 1)) + 1;\n            for (var j = start; j < end; ++j)\n              { indentLine(this, j, how); }\n            var newRanges = this.doc.sel.ranges;\n            if (from.ch == 0 && ranges.length == newRanges.length && newRanges[i].from().ch > 0)\n              { replaceOneSelection(this.doc, i, new Range(from, newRanges[i].to()), sel_dontScroll); }\n          } else if (range.head.line > end) {\n            indentLine(this, range.head.line, how, true);\n            end = range.head.line;\n            if (i == this.doc.sel.primIndex) { ensureCursorVisible(this); }\n          }\n        }\n      }),\n\n      // Fetch the parser token for a given character. Useful for hacks\n      // that want to inspect the mode state (say, for completion).\n      getTokenAt: function(pos, precise) {\n        return takeToken(this, pos, precise)\n      },\n\n      getLineTokens: function(line, precise) {\n        return takeToken(this, Pos(line), precise, true)\n      },\n\n      getTokenTypeAt: function(pos) {\n        pos = clipPos(this.doc, pos);\n        var styles = getLineStyles(this, getLine(this.doc, pos.line));\n        var before = 0, after = (styles.length - 1) / 2, ch = pos.ch;\n        var type;\n        if (ch == 0) { type = styles[2]; }\n        else { for (;;) {\n          var mid = (before + after) >> 1;\n          if ((mid ? styles[mid * 2 - 1] : 0) >= ch) { after = mid; }\n          else if (styles[mid * 2 + 1] < ch) { before = mid + 1; }\n          else { type = styles[mid * 2 + 2]; break }\n        } }\n        var cut = type ? type.indexOf(\"overlay \") : -1;\n        return cut < 0 ? type : cut == 0 ? null : type.slice(0, cut - 1)\n      },\n\n      getModeAt: function(pos) {\n        var mode = this.doc.mode;\n        if (!mode.innerMode) { return mode }\n        return CodeMirror.innerMode(mode, this.getTokenAt(pos).state).mode\n      },\n\n      getHelper: function(pos, type) {\n        return this.getHelpers(pos, type)[0]\n      },\n\n      getHelpers: function(pos, type) {\n        var found = [];\n        if (!helpers.hasOwnProperty(type)) { return found }\n        var help = helpers[type], mode = this.getModeAt(pos);\n        if (typeof mode[type] == \"string\") {\n          if (help[mode[type]]) { found.push(help[mode[type]]); }\n        } else if (mode[type]) {\n          for (var i = 0; i < mode[type].length; i++) {\n            var val = help[mode[type][i]];\n            if (val) { found.push(val); }\n          }\n        } else if (mode.helperType && help[mode.helperType]) {\n          found.push(help[mode.helperType]);\n        } else if (help[mode.name]) {\n          found.push(help[mode.name]);\n        }\n        for (var i$1 = 0; i$1 < help._global.length; i$1++) {\n          var cur = help._global[i$1];\n          if (cur.pred(mode, this) && indexOf(found, cur.val) == -1)\n            { found.push(cur.val); }\n        }\n        return found\n      },\n\n      getStateAfter: function(line, precise) {\n        var doc = this.doc;\n        line = clipLine(doc, line == null ? doc.first + doc.size - 1: line);\n        return getContextBefore(this, line + 1, precise).state\n      },\n\n      cursorCoords: function(start, mode) {\n        var pos, range = this.doc.sel.primary();\n        if (start == null) { pos = range.head; }\n        else if (typeof start == \"object\") { pos = clipPos(this.doc, start); }\n        else { pos = start ? range.from() : range.to(); }\n        return cursorCoords(this, pos, mode || \"page\")\n      },\n\n      charCoords: function(pos, mode) {\n        return charCoords(this, clipPos(this.doc, pos), mode || \"page\")\n      },\n\n      coordsChar: function(coords, mode) {\n        coords = fromCoordSystem(this, coords, mode || \"page\");\n        return coordsChar(this, coords.left, coords.top)\n      },\n\n      lineAtHeight: function(height, mode) {\n        height = fromCoordSystem(this, {top: height, left: 0}, mode || \"page\").top;\n        return lineAtHeight(this.doc, height + this.display.viewOffset)\n      },\n      heightAtLine: function(line, mode, includeWidgets) {\n        var end = false, lineObj;\n        if (typeof line == \"number\") {\n          var last = this.doc.first + this.doc.size - 1;\n          if (line < this.doc.first) { line = this.doc.first; }\n          else if (line > last) { line = last; end = true; }\n          lineObj = getLine(this.doc, line);\n        } else {\n          lineObj = line;\n        }\n        return intoCoordSystem(this, lineObj, {top: 0, left: 0}, mode || \"page\", includeWidgets || end).top +\n          (end ? this.doc.height - heightAtLine(lineObj) : 0)\n      },\n\n      defaultTextHeight: function() { return textHeight(this.display) },\n      defaultCharWidth: function() { return charWidth(this.display) },\n\n      getViewport: function() { return {from: this.display.viewFrom, to: this.display.viewTo}},\n\n      addWidget: function(pos, node, scroll, vert, horiz) {\n        var display = this.display;\n        pos = cursorCoords(this, clipPos(this.doc, pos));\n        var top = pos.bottom, left = pos.left;\n        node.style.position = \"absolute\";\n        node.setAttribute(\"cm-ignore-events\", \"true\");\n        this.display.input.setUneditable(node);\n        display.sizer.appendChild(node);\n        if (vert == \"over\") {\n          top = pos.top;\n        } else if (vert == \"above\" || vert == \"near\") {\n          var vspace = Math.max(display.wrapper.clientHeight, this.doc.height),\n          hspace = Math.max(display.sizer.clientWidth, display.lineSpace.clientWidth);\n          // Default to positioning above (if specified and possible); otherwise default to positioning below\n          if ((vert == 'above' || pos.bottom + node.offsetHeight > vspace) && pos.top > node.offsetHeight)\n            { top = pos.top - node.offsetHeight; }\n          else if (pos.bottom + node.offsetHeight <= vspace)\n            { top = pos.bottom; }\n          if (left + node.offsetWidth > hspace)\n            { left = hspace - node.offsetWidth; }\n        }\n        node.style.top = top + \"px\";\n        node.style.left = node.style.right = \"\";\n        if (horiz == \"right\") {\n          left = display.sizer.clientWidth - node.offsetWidth;\n          node.style.right = \"0px\";\n        } else {\n          if (horiz == \"left\") { left = 0; }\n          else if (horiz == \"middle\") { left = (display.sizer.clientWidth - node.offsetWidth) / 2; }\n          node.style.left = left + \"px\";\n        }\n        if (scroll)\n          { scrollIntoView(this, {left: left, top: top, right: left + node.offsetWidth, bottom: top + node.offsetHeight}); }\n      },\n\n      triggerOnKeyDown: methodOp(onKeyDown),\n      triggerOnKeyPress: methodOp(onKeyPress),\n      triggerOnKeyUp: onKeyUp,\n      triggerOnMouseDown: methodOp(onMouseDown),\n\n      execCommand: function(cmd) {\n        if (commands.hasOwnProperty(cmd))\n          { return commands[cmd].call(null, this) }\n      },\n\n      triggerElectric: methodOp(function(text) { triggerElectric(this, text); }),\n\n      findPosH: function(from, amount, unit, visually) {\n        var dir = 1;\n        if (amount < 0) { dir = -1; amount = -amount; }\n        var cur = clipPos(this.doc, from);\n        for (var i = 0; i < amount; ++i) {\n          cur = findPosH(this.doc, cur, dir, unit, visually);\n          if (cur.hitSide) { break }\n        }\n        return cur\n      },\n\n      moveH: methodOp(function(dir, unit) {\n        var this$1 = this;\n\n        this.extendSelectionsBy(function (range) {\n          if (this$1.display.shift || this$1.doc.extend || range.empty())\n            { return findPosH(this$1.doc, range.head, dir, unit, this$1.options.rtlMoveVisually) }\n          else\n            { return dir < 0 ? range.from() : range.to() }\n        }, sel_move);\n      }),\n\n      deleteH: methodOp(function(dir, unit) {\n        var sel = this.doc.sel, doc = this.doc;\n        if (sel.somethingSelected())\n          { doc.replaceSelection(\"\", null, \"+delete\"); }\n        else\n          { deleteNearSelection(this, function (range) {\n            var other = findPosH(doc, range.head, dir, unit, false);\n            return dir < 0 ? {from: other, to: range.head} : {from: range.head, to: other}\n          }); }\n      }),\n\n      findPosV: function(from, amount, unit, goalColumn) {\n        var dir = 1, x = goalColumn;\n        if (amount < 0) { dir = -1; amount = -amount; }\n        var cur = clipPos(this.doc, from);\n        for (var i = 0; i < amount; ++i) {\n          var coords = cursorCoords(this, cur, \"div\");\n          if (x == null) { x = coords.left; }\n          else { coords.left = x; }\n          cur = findPosV(this, coords, dir, unit);\n          if (cur.hitSide) { break }\n        }\n        return cur\n      },\n\n      moveV: methodOp(function(dir, unit) {\n        var this$1 = this;\n\n        var doc = this.doc, goals = [];\n        var collapse = !this.display.shift && !doc.extend && doc.sel.somethingSelected();\n        doc.extendSelectionsBy(function (range) {\n          if (collapse)\n            { return dir < 0 ? range.from() : range.to() }\n          var headPos = cursorCoords(this$1, range.head, \"div\");\n          if (range.goalColumn != null) { headPos.left = range.goalColumn; }\n          goals.push(headPos.left);\n          var pos = findPosV(this$1, headPos, dir, unit);\n          if (unit == \"page\" && range == doc.sel.primary())\n            { addToScrollTop(this$1, charCoords(this$1, pos, \"div\").top - headPos.top); }\n          return pos\n        }, sel_move);\n        if (goals.length) { for (var i = 0; i < doc.sel.ranges.length; i++)\n          { doc.sel.ranges[i].goalColumn = goals[i]; } }\n      }),\n\n      // Find the word at the given position (as returned by coordsChar).\n      findWordAt: function(pos) {\n        var doc = this.doc, line = getLine(doc, pos.line).text;\n        var start = pos.ch, end = pos.ch;\n        if (line) {\n          var helper = this.getHelper(pos, \"wordChars\");\n          if ((pos.sticky == \"before\" || end == line.length) && start) { --start; } else { ++end; }\n          var startChar = line.charAt(start);\n          var check = isWordChar(startChar, helper)\n            ? function (ch) { return isWordChar(ch, helper); }\n            : /\\s/.test(startChar) ? function (ch) { return /\\s/.test(ch); }\n            : function (ch) { return (!/\\s/.test(ch) && !isWordChar(ch)); };\n          while (start > 0 && check(line.charAt(start - 1))) { --start; }\n          while (end < line.length && check(line.charAt(end))) { ++end; }\n        }\n        return new Range(Pos(pos.line, start), Pos(pos.line, end))\n      },\n\n      toggleOverwrite: function(value) {\n        if (value != null && value == this.state.overwrite) { return }\n        if (this.state.overwrite = !this.state.overwrite)\n          { addClass(this.display.cursorDiv, \"CodeMirror-overwrite\"); }\n        else\n          { rmClass(this.display.cursorDiv, \"CodeMirror-overwrite\"); }\n\n        signal(this, \"overwriteToggle\", this, this.state.overwrite);\n      },\n      hasFocus: function() { return this.display.input.getField() == activeElt(doc(this)) },\n      isReadOnly: function() { return !!(this.options.readOnly || this.doc.cantEdit) },\n\n      scrollTo: methodOp(function (x, y) { scrollToCoords(this, x, y); }),\n      getScrollInfo: function() {\n        var scroller = this.display.scroller;\n        return {left: scroller.scrollLeft, top: scroller.scrollTop,\n                height: scroller.scrollHeight - scrollGap(this) - this.display.barHeight,\n                width: scroller.scrollWidth - scrollGap(this) - this.display.barWidth,\n                clientHeight: displayHeight(this), clientWidth: displayWidth(this)}\n      },\n\n      scrollIntoView: methodOp(function(range, margin) {\n        if (range == null) {\n          range = {from: this.doc.sel.primary().head, to: null};\n          if (margin == null) { margin = this.options.cursorScrollMargin; }\n        } else if (typeof range == \"number\") {\n          range = {from: Pos(range, 0), to: null};\n        } else if (range.from == null) {\n          range = {from: range, to: null};\n        }\n        if (!range.to) { range.to = range.from; }\n        range.margin = margin || 0;\n\n        if (range.from.line != null) {\n          scrollToRange(this, range);\n        } else {\n          scrollToCoordsRange(this, range.from, range.to, range.margin);\n        }\n      }),\n\n      setSize: methodOp(function(width, height) {\n        var this$1 = this;\n\n        var interpret = function (val) { return typeof val == \"number\" || /^\\d+$/.test(String(val)) ? val + \"px\" : val; };\n        if (width != null) { this.display.wrapper.style.width = interpret(width); }\n        if (height != null) { this.display.wrapper.style.height = interpret(height); }\n        if (this.options.lineWrapping) { clearLineMeasurementCache(this); }\n        var lineNo = this.display.viewFrom;\n        this.doc.iter(lineNo, this.display.viewTo, function (line) {\n          if (line.widgets) { for (var i = 0; i < line.widgets.length; i++)\n            { if (line.widgets[i].noHScroll) { regLineChange(this$1, lineNo, \"widget\"); break } } }\n          ++lineNo;\n        });\n        this.curOp.forceUpdate = true;\n        signal(this, \"refresh\", this);\n      }),\n\n      operation: function(f){return runInOp(this, f)},\n      startOperation: function(){return startOperation(this)},\n      endOperation: function(){return endOperation(this)},\n\n      refresh: methodOp(function() {\n        var oldHeight = this.display.cachedTextHeight;\n        regChange(this);\n        this.curOp.forceUpdate = true;\n        clearCaches(this);\n        scrollToCoords(this, this.doc.scrollLeft, this.doc.scrollTop);\n        updateGutterSpace(this.display);\n        if (oldHeight == null || Math.abs(oldHeight - textHeight(this.display)) > .5 || this.options.lineWrapping)\n          { estimateLineHeights(this); }\n        signal(this, \"refresh\", this);\n      }),\n\n      swapDoc: methodOp(function(doc) {\n        var old = this.doc;\n        old.cm = null;\n        // Cancel the current text selection if any (#5821)\n        if (this.state.selectingText) { this.state.selectingText(); }\n        attachDoc(this, doc);\n        clearCaches(this);\n        this.display.input.reset();\n        scrollToCoords(this, doc.scrollLeft, doc.scrollTop);\n        this.curOp.forceScroll = true;\n        signalLater(this, \"swapDoc\", this, old);\n        return old\n      }),\n\n      phrase: function(phraseText) {\n        var phrases = this.options.phrases;\n        return phrases && Object.prototype.hasOwnProperty.call(phrases, phraseText) ? phrases[phraseText] : phraseText\n      },\n\n      getInputField: function(){return this.display.input.getField()},\n      getWrapperElement: function(){return this.display.wrapper},\n      getScrollerElement: function(){return this.display.scroller},\n      getGutterElement: function(){return this.display.gutters}\n    };\n    eventMixin(CodeMirror);\n\n    CodeMirror.registerHelper = function(type, name, value) {\n      if (!helpers.hasOwnProperty(type)) { helpers[type] = CodeMirror[type] = {_global: []}; }\n      helpers[type][name] = value;\n    };\n    CodeMirror.registerGlobalHelper = function(type, name, predicate, value) {\n      CodeMirror.registerHelper(type, name, value);\n      helpers[type]._global.push({pred: predicate, val: value});\n    };\n  }\n\n  // Used for horizontal relative motion. Dir is -1 or 1 (left or\n  // right), unit can be \"codepoint\", \"char\", \"column\" (like char, but\n  // doesn't cross line boundaries), \"word\" (across next word), or\n  // \"group\" (to the start of next group of word or\n  // non-word-non-whitespace chars). The visually param controls\n  // whether, in right-to-left text, direction 1 means to move towards\n  // the next index in the string, or towards the character to the right\n  // of the current position. The resulting position will have a\n  // hitSide=true property if it reached the end of the document.\n  function findPosH(doc, pos, dir, unit, visually) {\n    var oldPos = pos;\n    var origDir = dir;\n    var lineObj = getLine(doc, pos.line);\n    var lineDir = visually && doc.direction == \"rtl\" ? -dir : dir;\n    function findNextLine() {\n      var l = pos.line + lineDir;\n      if (l < doc.first || l >= doc.first + doc.size) { return false }\n      pos = new Pos(l, pos.ch, pos.sticky);\n      return lineObj = getLine(doc, l)\n    }\n    function moveOnce(boundToLine) {\n      var next;\n      if (unit == \"codepoint\") {\n        var ch = lineObj.text.charCodeAt(pos.ch + (dir > 0 ? 0 : -1));\n        if (isNaN(ch)) {\n          next = null;\n        } else {\n          var astral = dir > 0 ? ch >= 0xD800 && ch < 0xDC00 : ch >= 0xDC00 && ch < 0xDFFF;\n          next = new Pos(pos.line, Math.max(0, Math.min(lineObj.text.length, pos.ch + dir * (astral ? 2 : 1))), -dir);\n        }\n      } else if (visually) {\n        next = moveVisually(doc.cm, lineObj, pos, dir);\n      } else {\n        next = moveLogically(lineObj, pos, dir);\n      }\n      if (next == null) {\n        if (!boundToLine && findNextLine())\n          { pos = endOfLine(visually, doc.cm, lineObj, pos.line, lineDir); }\n        else\n          { return false }\n      } else {\n        pos = next;\n      }\n      return true\n    }\n\n    if (unit == \"char\" || unit == \"codepoint\") {\n      moveOnce();\n    } else if (unit == \"column\") {\n      moveOnce(true);\n    } else if (unit == \"word\" || unit == \"group\") {\n      var sawType = null, group = unit == \"group\";\n      var helper = doc.cm && doc.cm.getHelper(pos, \"wordChars\");\n      for (var first = true;; first = false) {\n        if (dir < 0 && !moveOnce(!first)) { break }\n        var cur = lineObj.text.charAt(pos.ch) || \"\\n\";\n        var type = isWordChar(cur, helper) ? \"w\"\n          : group && cur == \"\\n\" ? \"n\"\n          : !group || /\\s/.test(cur) ? null\n          : \"p\";\n        if (group && !first && !type) { type = \"s\"; }\n        if (sawType && sawType != type) {\n          if (dir < 0) {dir = 1; moveOnce(); pos.sticky = \"after\";}\n          break\n        }\n\n        if (type) { sawType = type; }\n        if (dir > 0 && !moveOnce(!first)) { break }\n      }\n    }\n    var result = skipAtomic(doc, pos, oldPos, origDir, true);\n    if (equalCursorPos(oldPos, result)) { result.hitSide = true; }\n    return result\n  }\n\n  // For relative vertical movement. Dir may be -1 or 1. Unit can be\n  // \"page\" or \"line\". The resulting position will have a hitSide=true\n  // property if it reached the end of the document.\n  function findPosV(cm, pos, dir, unit) {\n    var doc = cm.doc, x = pos.left, y;\n    if (unit == \"page\") {\n      var pageSize = Math.min(cm.display.wrapper.clientHeight, win(cm).innerHeight || doc(cm).documentElement.clientHeight);\n      var moveAmount = Math.max(pageSize - .5 * textHeight(cm.display), 3);\n      y = (dir > 0 ? pos.bottom : pos.top) + dir * moveAmount;\n\n    } else if (unit == \"line\") {\n      y = dir > 0 ? pos.bottom + 3 : pos.top - 3;\n    }\n    var target;\n    for (;;) {\n      target = coordsChar(cm, x, y);\n      if (!target.outside) { break }\n      if (dir < 0 ? y <= 0 : y >= doc.height) { target.hitSide = true; break }\n      y += dir * 5;\n    }\n    return target\n  }\n\n  // CONTENTEDITABLE INPUT STYLE\n\n  var ContentEditableInput = function(cm) {\n    this.cm = cm;\n    this.lastAnchorNode = this.lastAnchorOffset = this.lastFocusNode = this.lastFocusOffset = null;\n    this.polling = new Delayed();\n    this.composing = null;\n    this.gracePeriod = false;\n    this.readDOMTimeout = null;\n  };\n\n  ContentEditableInput.prototype.init = function (display) {\n      var this$1 = this;\n\n    var input = this, cm = input.cm;\n    var div = input.div = display.lineDiv;\n    div.contentEditable = true;\n    disableBrowserMagic(div, cm.options.spellcheck, cm.options.autocorrect, cm.options.autocapitalize);\n\n    function belongsToInput(e) {\n      for (var t = e.target; t; t = t.parentNode) {\n        if (t == div) { return true }\n        if (/\\bCodeMirror-(?:line)?widget\\b/.test(t.className)) { break }\n      }\n      return false\n    }\n\n    on(div, \"paste\", function (e) {\n      if (!belongsToInput(e) || signalDOMEvent(cm, e) || handlePaste(e, cm)) { return }\n      // IE doesn't fire input events, so we schedule a read for the pasted content in this way\n      if (ie_version <= 11) { setTimeout(operation(cm, function () { return this$1.updateFromDOM(); }), 20); }\n    });\n\n    on(div, \"compositionstart\", function (e) {\n      this$1.composing = {data: e.data, done: false};\n    });\n    on(div, \"compositionupdate\", function (e) {\n      if (!this$1.composing) { this$1.composing = {data: e.data, done: false}; }\n    });\n    on(div, \"compositionend\", function (e) {\n      if (this$1.composing) {\n        if (e.data != this$1.composing.data) { this$1.readFromDOMSoon(); }\n        this$1.composing.done = true;\n      }\n    });\n\n    on(div, \"touchstart\", function () { return input.forceCompositionEnd(); });\n\n    on(div, \"input\", function () {\n      if (!this$1.composing) { this$1.readFromDOMSoon(); }\n    });\n\n    function onCopyCut(e) {\n      if (!belongsToInput(e) || signalDOMEvent(cm, e)) { return }\n      if (cm.somethingSelected()) {\n        setLastCopied({lineWise: false, text: cm.getSelections()});\n        if (e.type == \"cut\") { cm.replaceSelection(\"\", null, \"cut\"); }\n      } else if (!cm.options.lineWiseCopyCut) {\n        return\n      } else {\n        var ranges = copyableRanges(cm);\n        setLastCopied({lineWise: true, text: ranges.text});\n        if (e.type == \"cut\") {\n          cm.operation(function () {\n            cm.setSelections(ranges.ranges, 0, sel_dontScroll);\n            cm.replaceSelection(\"\", null, \"cut\");\n          });\n        }\n      }\n      if (e.clipboardData) {\n        e.clipboardData.clearData();\n        var content = lastCopied.text.join(\"\\n\");\n        // iOS exposes the clipboard API, but seems to discard content inserted into it\n        e.clipboardData.setData(\"Text\", content);\n        if (e.clipboardData.getData(\"Text\") == content) {\n          e.preventDefault();\n          return\n        }\n      }\n      // Old-fashioned briefly-focus-a-textarea hack\n      var kludge = hiddenTextarea(), te = kludge.firstChild;\n      disableBrowserMagic(te);\n      cm.display.lineSpace.insertBefore(kludge, cm.display.lineSpace.firstChild);\n      te.value = lastCopied.text.join(\"\\n\");\n      var hadFocus = activeElt(div.ownerDocument);\n      selectInput(te);\n      setTimeout(function () {\n        cm.display.lineSpace.removeChild(kludge);\n        hadFocus.focus();\n        if (hadFocus == div) { input.showPrimarySelection(); }\n      }, 50);\n    }\n    on(div, \"copy\", onCopyCut);\n    on(div, \"cut\", onCopyCut);\n  };\n\n  ContentEditableInput.prototype.screenReaderLabelChanged = function (label) {\n    // Label for screenreaders, accessibility\n    if(label) {\n      this.div.setAttribute('aria-label', label);\n    } else {\n      this.div.removeAttribute('aria-label');\n    }\n  };\n\n  ContentEditableInput.prototype.prepareSelection = function () {\n    var result = prepareSelection(this.cm, false);\n    result.focus = activeElt(this.div.ownerDocument) == this.div;\n    return result\n  };\n\n  ContentEditableInput.prototype.showSelection = function (info, takeFocus) {\n    if (!info || !this.cm.display.view.length) { return }\n    if (info.focus || takeFocus) { this.showPrimarySelection(); }\n    this.showMultipleSelections(info);\n  };\n\n  ContentEditableInput.prototype.getSelection = function () {\n    return this.cm.display.wrapper.ownerDocument.getSelection()\n  };\n\n  ContentEditableInput.prototype.showPrimarySelection = function () {\n    var sel = this.getSelection(), cm = this.cm, prim = cm.doc.sel.primary();\n    var from = prim.from(), to = prim.to();\n\n    if (cm.display.viewTo == cm.display.viewFrom || from.line >= cm.display.viewTo || to.line < cm.display.viewFrom) {\n      sel.removeAllRanges();\n      return\n    }\n\n    var curAnchor = domToPos(cm, sel.anchorNode, sel.anchorOffset);\n    var curFocus = domToPos(cm, sel.focusNode, sel.focusOffset);\n    if (curAnchor && !curAnchor.bad && curFocus && !curFocus.bad &&\n        cmp(minPos(curAnchor, curFocus), from) == 0 &&\n        cmp(maxPos(curAnchor, curFocus), to) == 0)\n      { return }\n\n    var view = cm.display.view;\n    var start = (from.line >= cm.display.viewFrom && posToDOM(cm, from)) ||\n        {node: view[0].measure.map[2], offset: 0};\n    var end = to.line < cm.display.viewTo && posToDOM(cm, to);\n    if (!end) {\n      var measure = view[view.length - 1].measure;\n      var map = measure.maps ? measure.maps[measure.maps.length - 1] : measure.map;\n      end = {node: map[map.length - 1], offset: map[map.length - 2] - map[map.length - 3]};\n    }\n\n    if (!start || !end) {\n      sel.removeAllRanges();\n      return\n    }\n\n    var old = sel.rangeCount && sel.getRangeAt(0), rng;\n    try { rng = range(start.node, start.offset, end.offset, end.node); }\n    catch(e) {} // Our model of the DOM might be outdated, in which case the range we try to set can be impossible\n    if (rng) {\n      if (!gecko && cm.state.focused) {\n        sel.collapse(start.node, start.offset);\n        if (!rng.collapsed) {\n          sel.removeAllRanges();\n          sel.addRange(rng);\n        }\n      } else {\n        sel.removeAllRanges();\n        sel.addRange(rng);\n      }\n      if (old && sel.anchorNode == null) { sel.addRange(old); }\n      else if (gecko) { this.startGracePeriod(); }\n    }\n    this.rememberSelection();\n  };\n\n  ContentEditableInput.prototype.startGracePeriod = function () {\n      var this$1 = this;\n\n    clearTimeout(this.gracePeriod);\n    this.gracePeriod = setTimeout(function () {\n      this$1.gracePeriod = false;\n      if (this$1.selectionChanged())\n        { this$1.cm.operation(function () { return this$1.cm.curOp.selectionChanged = true; }); }\n    }, 20);\n  };\n\n  ContentEditableInput.prototype.showMultipleSelections = function (info) {\n    removeChildrenAndAdd(this.cm.display.cursorDiv, info.cursors);\n    removeChildrenAndAdd(this.cm.display.selectionDiv, info.selection);\n  };\n\n  ContentEditableInput.prototype.rememberSelection = function () {\n    var sel = this.getSelection();\n    this.lastAnchorNode = sel.anchorNode; this.lastAnchorOffset = sel.anchorOffset;\n    this.lastFocusNode = sel.focusNode; this.lastFocusOffset = sel.focusOffset;\n  };\n\n  ContentEditableInput.prototype.selectionInEditor = function () {\n    var sel = this.getSelection();\n    if (!sel.rangeCount) { return false }\n    var node = sel.getRangeAt(0).commonAncestorContainer;\n    return contains(this.div, node)\n  };\n\n  ContentEditableInput.prototype.focus = function () {\n    if (this.cm.options.readOnly != \"nocursor\") {\n      if (!this.selectionInEditor() || activeElt(this.div.ownerDocument) != this.div)\n        { this.showSelection(this.prepareSelection(), true); }\n      this.div.focus();\n    }\n  };\n  ContentEditableInput.prototype.blur = function () { this.div.blur(); };\n  ContentEditableInput.prototype.getField = function () { return this.div };\n\n  ContentEditableInput.prototype.supportsTouch = function () { return true };\n\n  ContentEditableInput.prototype.receivedFocus = function () {\n      var this$1 = this;\n\n    var input = this;\n    if (this.selectionInEditor())\n      { setTimeout(function () { return this$1.pollSelection(); }, 20); }\n    else\n      { runInOp(this.cm, function () { return input.cm.curOp.selectionChanged = true; }); }\n\n    function poll() {\n      if (input.cm.state.focused) {\n        input.pollSelection();\n        input.polling.set(input.cm.options.pollInterval, poll);\n      }\n    }\n    this.polling.set(this.cm.options.pollInterval, poll);\n  };\n\n  ContentEditableInput.prototype.selectionChanged = function () {\n    var sel = this.getSelection();\n    return sel.anchorNode != this.lastAnchorNode || sel.anchorOffset != this.lastAnchorOffset ||\n      sel.focusNode != this.lastFocusNode || sel.focusOffset != this.lastFocusOffset\n  };\n\n  ContentEditableInput.prototype.pollSelection = function () {\n    if (this.readDOMTimeout != null || this.gracePeriod || !this.selectionChanged()) { return }\n    var sel = this.getSelection(), cm = this.cm;\n    // On Android Chrome (version 56, at least), backspacing into an\n    // uneditable block element will put the cursor in that element,\n    // and then, because it's not editable, hide the virtual keyboard.\n    // Because Android doesn't allow us to actually detect backspace\n    // presses in a sane way, this code checks for when that happens\n    // and simulates a backspace press in this case.\n    if (android && chrome && this.cm.display.gutterSpecs.length && isInGutter(sel.anchorNode)) {\n      this.cm.triggerOnKeyDown({type: \"keydown\", keyCode: 8, preventDefault: Math.abs});\n      this.blur();\n      this.focus();\n      return\n    }\n    if (this.composing) { return }\n    this.rememberSelection();\n    var anchor = domToPos(cm, sel.anchorNode, sel.anchorOffset);\n    var head = domToPos(cm, sel.focusNode, sel.focusOffset);\n    if (anchor && head) { runInOp(cm, function () {\n      setSelection(cm.doc, simpleSelection(anchor, head), sel_dontScroll);\n      if (anchor.bad || head.bad) { cm.curOp.selectionChanged = true; }\n    }); }\n  };\n\n  ContentEditableInput.prototype.pollContent = function () {\n    if (this.readDOMTimeout != null) {\n      clearTimeout(this.readDOMTimeout);\n      this.readDOMTimeout = null;\n    }\n\n    var cm = this.cm, display = cm.display, sel = cm.doc.sel.primary();\n    var from = sel.from(), to = sel.to();\n    if (from.ch == 0 && from.line > cm.firstLine())\n      { from = Pos(from.line - 1, getLine(cm.doc, from.line - 1).length); }\n    if (to.ch == getLine(cm.doc, to.line).text.length && to.line < cm.lastLine())\n      { to = Pos(to.line + 1, 0); }\n    if (from.line < display.viewFrom || to.line > display.viewTo - 1) { return false }\n\n    var fromIndex, fromLine, fromNode;\n    if (from.line == display.viewFrom || (fromIndex = findViewIndex(cm, from.line)) == 0) {\n      fromLine = lineNo(display.view[0].line);\n      fromNode = display.view[0].node;\n    } else {\n      fromLine = lineNo(display.view[fromIndex].line);\n      fromNode = display.view[fromIndex - 1].node.nextSibling;\n    }\n    var toIndex = findViewIndex(cm, to.line);\n    var toLine, toNode;\n    if (toIndex == display.view.length - 1) {\n      toLine = display.viewTo - 1;\n      toNode = display.lineDiv.lastChild;\n    } else {\n      toLine = lineNo(display.view[toIndex + 1].line) - 1;\n      toNode = display.view[toIndex + 1].node.previousSibling;\n    }\n\n    if (!fromNode) { return false }\n    var newText = cm.doc.splitLines(domTextBetween(cm, fromNode, toNode, fromLine, toLine));\n    var oldText = getBetween(cm.doc, Pos(fromLine, 0), Pos(toLine, getLine(cm.doc, toLine).text.length));\n    while (newText.length > 1 && oldText.length > 1) {\n      if (lst(newText) == lst(oldText)) { newText.pop(); oldText.pop(); toLine--; }\n      else if (newText[0] == oldText[0]) { newText.shift(); oldText.shift(); fromLine++; }\n      else { break }\n    }\n\n    var cutFront = 0, cutEnd = 0;\n    var newTop = newText[0], oldTop = oldText[0], maxCutFront = Math.min(newTop.length, oldTop.length);\n    while (cutFront < maxCutFront && newTop.charCodeAt(cutFront) == oldTop.charCodeAt(cutFront))\n      { ++cutFront; }\n    var newBot = lst(newText), oldBot = lst(oldText);\n    var maxCutEnd = Math.min(newBot.length - (newText.length == 1 ? cutFront : 0),\n                             oldBot.length - (oldText.length == 1 ? cutFront : 0));\n    while (cutEnd < maxCutEnd &&\n           newBot.charCodeAt(newBot.length - cutEnd - 1) == oldBot.charCodeAt(oldBot.length - cutEnd - 1))\n      { ++cutEnd; }\n    // Try to move start of change to start of selection if ambiguous\n    if (newText.length == 1 && oldText.length == 1 && fromLine == from.line) {\n      while (cutFront && cutFront > from.ch &&\n             newBot.charCodeAt(newBot.length - cutEnd - 1) == oldBot.charCodeAt(oldBot.length - cutEnd - 1)) {\n        cutFront--;\n        cutEnd++;\n      }\n    }\n\n    newText[newText.length - 1] = newBot.slice(0, newBot.length - cutEnd).replace(/^\\u200b+/, \"\");\n    newText[0] = newText[0].slice(cutFront).replace(/\\u200b+$/, \"\");\n\n    var chFrom = Pos(fromLine, cutFront);\n    var chTo = Pos(toLine, oldText.length ? lst(oldText).length - cutEnd : 0);\n    if (newText.length > 1 || newText[0] || cmp(chFrom, chTo)) {\n      replaceRange(cm.doc, newText, chFrom, chTo, \"+input\");\n      return true\n    }\n  };\n\n  ContentEditableInput.prototype.ensurePolled = function () {\n    this.forceCompositionEnd();\n  };\n  ContentEditableInput.prototype.reset = function () {\n    this.forceCompositionEnd();\n  };\n  ContentEditableInput.prototype.forceCompositionEnd = function () {\n    if (!this.composing) { return }\n    clearTimeout(this.readDOMTimeout);\n    this.composing = null;\n    this.updateFromDOM();\n    this.div.blur();\n    this.div.focus();\n  };\n  ContentEditableInput.prototype.readFromDOMSoon = function () {\n      var this$1 = this;\n\n    if (this.readDOMTimeout != null) { return }\n    this.readDOMTimeout = setTimeout(function () {\n      this$1.readDOMTimeout = null;\n      if (this$1.composing) {\n        if (this$1.composing.done) { this$1.composing = null; }\n        else { return }\n      }\n      this$1.updateFromDOM();\n    }, 80);\n  };\n\n  ContentEditableInput.prototype.updateFromDOM = function () {\n      var this$1 = this;\n\n    if (this.cm.isReadOnly() || !this.pollContent())\n      { runInOp(this.cm, function () { return regChange(this$1.cm); }); }\n  };\n\n  ContentEditableInput.prototype.setUneditable = function (node) {\n    node.contentEditable = \"false\";\n  };\n\n  ContentEditableInput.prototype.onKeyPress = function (e) {\n    if (e.charCode == 0 || this.composing) { return }\n    e.preventDefault();\n    if (!this.cm.isReadOnly())\n      { operation(this.cm, applyTextInput)(this.cm, String.fromCharCode(e.charCode == null ? e.keyCode : e.charCode), 0); }\n  };\n\n  ContentEditableInput.prototype.readOnlyChanged = function (val) {\n    this.div.contentEditable = String(val != \"nocursor\");\n  };\n\n  ContentEditableInput.prototype.onContextMenu = function () {};\n  ContentEditableInput.prototype.resetPosition = function () {};\n\n  ContentEditableInput.prototype.needsContentAttribute = true;\n\n  function posToDOM(cm, pos) {\n    var view = findViewForLine(cm, pos.line);\n    if (!view || view.hidden) { return null }\n    var line = getLine(cm.doc, pos.line);\n    var info = mapFromLineView(view, line, pos.line);\n\n    var order = getOrder(line, cm.doc.direction), side = \"left\";\n    if (order) {\n      var partPos = getBidiPartAt(order, pos.ch);\n      side = partPos % 2 ? \"right\" : \"left\";\n    }\n    var result = nodeAndOffsetInLineMap(info.map, pos.ch, side);\n    result.offset = result.collapse == \"right\" ? result.end : result.start;\n    return result\n  }\n\n  function isInGutter(node) {\n    for (var scan = node; scan; scan = scan.parentNode)\n      { if (/CodeMirror-gutter-wrapper/.test(scan.className)) { return true } }\n    return false\n  }\n\n  function badPos(pos, bad) { if (bad) { pos.bad = true; } return pos }\n\n  function domTextBetween(cm, from, to, fromLine, toLine) {\n    var text = \"\", closing = false, lineSep = cm.doc.lineSeparator(), extraLinebreak = false;\n    function recognizeMarker(id) { return function (marker) { return marker.id == id; } }\n    function close() {\n      if (closing) {\n        text += lineSep;\n        if (extraLinebreak) { text += lineSep; }\n        closing = extraLinebreak = false;\n      }\n    }\n    function addText(str) {\n      if (str) {\n        close();\n        text += str;\n      }\n    }\n    function walk(node) {\n      if (node.nodeType == 1) {\n        var cmText = node.getAttribute(\"cm-text\");\n        if (cmText) {\n          addText(cmText);\n          return\n        }\n        var markerID = node.getAttribute(\"cm-marker\"), range;\n        if (markerID) {\n          var found = cm.findMarks(Pos(fromLine, 0), Pos(toLine + 1, 0), recognizeMarker(+markerID));\n          if (found.length && (range = found[0].find(0)))\n            { addText(getBetween(cm.doc, range.from, range.to).join(lineSep)); }\n          return\n        }\n        if (node.getAttribute(\"contenteditable\") == \"false\") { return }\n        var isBlock = /^(pre|div|p|li|table|br)$/i.test(node.nodeName);\n        if (!/^br$/i.test(node.nodeName) && node.textContent.length == 0) { return }\n\n        if (isBlock) { close(); }\n        for (var i = 0; i < node.childNodes.length; i++)\n          { walk(node.childNodes[i]); }\n\n        if (/^(pre|p)$/i.test(node.nodeName)) { extraLinebreak = true; }\n        if (isBlock) { closing = true; }\n      } else if (node.nodeType == 3) {\n        addText(node.nodeValue.replace(/\\u200b/g, \"\").replace(/\\u00a0/g, \" \"));\n      }\n    }\n    for (;;) {\n      walk(from);\n      if (from == to) { break }\n      from = from.nextSibling;\n      extraLinebreak = false;\n    }\n    return text\n  }\n\n  function domToPos(cm, node, offset) {\n    var lineNode;\n    if (node == cm.display.lineDiv) {\n      lineNode = cm.display.lineDiv.childNodes[offset];\n      if (!lineNode) { return badPos(cm.clipPos(Pos(cm.display.viewTo - 1)), true) }\n      node = null; offset = 0;\n    } else {\n      for (lineNode = node;; lineNode = lineNode.parentNode) {\n        if (!lineNode || lineNode == cm.display.lineDiv) { return null }\n        if (lineNode.parentNode && lineNode.parentNode == cm.display.lineDiv) { break }\n      }\n    }\n    for (var i = 0; i < cm.display.view.length; i++) {\n      var lineView = cm.display.view[i];\n      if (lineView.node == lineNode)\n        { return locateNodeInLineView(lineView, node, offset) }\n    }\n  }\n\n  function locateNodeInLineView(lineView, node, offset) {\n    var wrapper = lineView.text.firstChild, bad = false;\n    if (!node || !contains(wrapper, node)) { return badPos(Pos(lineNo(lineView.line), 0), true) }\n    if (node == wrapper) {\n      bad = true;\n      node = wrapper.childNodes[offset];\n      offset = 0;\n      if (!node) {\n        var line = lineView.rest ? lst(lineView.rest) : lineView.line;\n        return badPos(Pos(lineNo(line), line.text.length), bad)\n      }\n    }\n\n    var textNode = node.nodeType == 3 ? node : null, topNode = node;\n    if (!textNode && node.childNodes.length == 1 && node.firstChild.nodeType == 3) {\n      textNode = node.firstChild;\n      if (offset) { offset = textNode.nodeValue.length; }\n    }\n    while (topNode.parentNode != wrapper) { topNode = topNode.parentNode; }\n    var measure = lineView.measure, maps = measure.maps;\n\n    function find(textNode, topNode, offset) {\n      for (var i = -1; i < (maps ? maps.length : 0); i++) {\n        var map = i < 0 ? measure.map : maps[i];\n        for (var j = 0; j < map.length; j += 3) {\n          var curNode = map[j + 2];\n          if (curNode == textNode || curNode == topNode) {\n            var line = lineNo(i < 0 ? lineView.line : lineView.rest[i]);\n            var ch = map[j] + offset;\n            if (offset < 0 || curNode != textNode) { ch = map[j + (offset ? 1 : 0)]; }\n            return Pos(line, ch)\n          }\n        }\n      }\n    }\n    var found = find(textNode, topNode, offset);\n    if (found) { return badPos(found, bad) }\n\n    // FIXME this is all really shaky. might handle the few cases it needs to handle, but likely to cause problems\n    for (var after = topNode.nextSibling, dist = textNode ? textNode.nodeValue.length - offset : 0; after; after = after.nextSibling) {\n      found = find(after, after.firstChild, 0);\n      if (found)\n        { return badPos(Pos(found.line, found.ch - dist), bad) }\n      else\n        { dist += after.textContent.length; }\n    }\n    for (var before = topNode.previousSibling, dist$1 = offset; before; before = before.previousSibling) {\n      found = find(before, before.firstChild, -1);\n      if (found)\n        { return badPos(Pos(found.line, found.ch + dist$1), bad) }\n      else\n        { dist$1 += before.textContent.length; }\n    }\n  }\n\n  // TEXTAREA INPUT STYLE\n\n  var TextareaInput = function(cm) {\n    this.cm = cm;\n    // See input.poll and input.reset\n    this.prevInput = \"\";\n\n    // Flag that indicates whether we expect input to appear real soon\n    // now (after some event like 'keypress' or 'input') and are\n    // polling intensively.\n    this.pollingFast = false;\n    // Self-resetting timeout for the poller\n    this.polling = new Delayed();\n    // Used to work around IE issue with selection being forgotten when focus moves away from textarea\n    this.hasSelection = false;\n    this.composing = null;\n    this.resetting = false;\n  };\n\n  TextareaInput.prototype.init = function (display) {\n      var this$1 = this;\n\n    var input = this, cm = this.cm;\n    this.createField(display);\n    var te = this.textarea;\n\n    display.wrapper.insertBefore(this.wrapper, display.wrapper.firstChild);\n\n    // Needed to hide big blue blinking cursor on Mobile Safari (doesn't seem to work in iOS 8 anymore)\n    if (ios) { te.style.width = \"0px\"; }\n\n    on(te, \"input\", function () {\n      if (ie && ie_version >= 9 && this$1.hasSelection) { this$1.hasSelection = null; }\n      input.poll();\n    });\n\n    on(te, \"paste\", function (e) {\n      if (signalDOMEvent(cm, e) || handlePaste(e, cm)) { return }\n\n      cm.state.pasteIncoming = +new Date;\n      input.fastPoll();\n    });\n\n    function prepareCopyCut(e) {\n      if (signalDOMEvent(cm, e)) { return }\n      if (cm.somethingSelected()) {\n        setLastCopied({lineWise: false, text: cm.getSelections()});\n      } else if (!cm.options.lineWiseCopyCut) {\n        return\n      } else {\n        var ranges = copyableRanges(cm);\n        setLastCopied({lineWise: true, text: ranges.text});\n        if (e.type == \"cut\") {\n          cm.setSelections(ranges.ranges, null, sel_dontScroll);\n        } else {\n          input.prevInput = \"\";\n          te.value = ranges.text.join(\"\\n\");\n          selectInput(te);\n        }\n      }\n      if (e.type == \"cut\") { cm.state.cutIncoming = +new Date; }\n    }\n    on(te, \"cut\", prepareCopyCut);\n    on(te, \"copy\", prepareCopyCut);\n\n    on(display.scroller, \"paste\", function (e) {\n      if (eventInWidget(display, e) || signalDOMEvent(cm, e)) { return }\n      if (!te.dispatchEvent) {\n        cm.state.pasteIncoming = +new Date;\n        input.focus();\n        return\n      }\n\n      // Pass the `paste` event to the textarea so it's handled by its event listener.\n      var event = new Event(\"paste\");\n      event.clipboardData = e.clipboardData;\n      te.dispatchEvent(event);\n    });\n\n    // Prevent normal selection in the editor (we handle our own)\n    on(display.lineSpace, \"selectstart\", function (e) {\n      if (!eventInWidget(display, e)) { e_preventDefault(e); }\n    });\n\n    on(te, \"compositionstart\", function () {\n      var start = cm.getCursor(\"from\");\n      if (input.composing) { input.composing.range.clear(); }\n      input.composing = {\n        start: start,\n        range: cm.markText(start, cm.getCursor(\"to\"), {className: \"CodeMirror-composing\"})\n      };\n    });\n    on(te, \"compositionend\", function () {\n      if (input.composing) {\n        input.poll();\n        input.composing.range.clear();\n        input.composing = null;\n      }\n    });\n  };\n\n  TextareaInput.prototype.createField = function (_display) {\n    // Wraps and hides input textarea\n    this.wrapper = hiddenTextarea();\n    // The semihidden textarea that is focused when the editor is\n    // focused, and receives input.\n    this.textarea = this.wrapper.firstChild;\n    var opts = this.cm.options;\n    disableBrowserMagic(this.textarea, opts.spellcheck, opts.autocorrect, opts.autocapitalize);\n  };\n\n  TextareaInput.prototype.screenReaderLabelChanged = function (label) {\n    // Label for screenreaders, accessibility\n    if(label) {\n      this.textarea.setAttribute('aria-label', label);\n    } else {\n      this.textarea.removeAttribute('aria-label');\n    }\n  };\n\n  TextareaInput.prototype.prepareSelection = function () {\n    // Redraw the selection and/or cursor\n    var cm = this.cm, display = cm.display, doc = cm.doc;\n    var result = prepareSelection(cm);\n\n    // Move the hidden textarea near the cursor to prevent scrolling artifacts\n    if (cm.options.moveInputWithCursor) {\n      var headPos = cursorCoords(cm, doc.sel.primary().head, \"div\");\n      var wrapOff = display.wrapper.getBoundingClientRect(), lineOff = display.lineDiv.getBoundingClientRect();\n      result.teTop = Math.max(0, Math.min(display.wrapper.clientHeight - 10,\n                                          headPos.top + lineOff.top - wrapOff.top));\n      result.teLeft = Math.max(0, Math.min(display.wrapper.clientWidth - 10,\n                                           headPos.left + lineOff.left - wrapOff.left));\n    }\n\n    return result\n  };\n\n  TextareaInput.prototype.showSelection = function (drawn) {\n    var cm = this.cm, display = cm.display;\n    removeChildrenAndAdd(display.cursorDiv, drawn.cursors);\n    removeChildrenAndAdd(display.selectionDiv, drawn.selection);\n    if (drawn.teTop != null) {\n      this.wrapper.style.top = drawn.teTop + \"px\";\n      this.wrapper.style.left = drawn.teLeft + \"px\";\n    }\n  };\n\n  // Reset the input to correspond to the selection (or to be empty,\n  // when not typing and nothing is selected)\n  TextareaInput.prototype.reset = function (typing) {\n    if (this.contextMenuPending || this.composing && typing) { return }\n    var cm = this.cm;\n    this.resetting = true;\n    if (cm.somethingSelected()) {\n      this.prevInput = \"\";\n      var content = cm.getSelection();\n      this.textarea.value = content;\n      if (cm.state.focused) { selectInput(this.textarea); }\n      if (ie && ie_version >= 9) { this.hasSelection = content; }\n    } else if (!typing) {\n      this.prevInput = this.textarea.value = \"\";\n      if (ie && ie_version >= 9) { this.hasSelection = null; }\n    }\n    this.resetting = false;\n  };\n\n  TextareaInput.prototype.getField = function () { return this.textarea };\n\n  TextareaInput.prototype.supportsTouch = function () { return false };\n\n  TextareaInput.prototype.focus = function () {\n    if (this.cm.options.readOnly != \"nocursor\" && (!mobile || activeElt(this.textarea.ownerDocument) != this.textarea)) {\n      try { this.textarea.focus(); }\n      catch (e) {} // IE8 will throw if the textarea is display: none or not in DOM\n    }\n  };\n\n  TextareaInput.prototype.blur = function () { this.textarea.blur(); };\n\n  TextareaInput.prototype.resetPosition = function () {\n    this.wrapper.style.top = this.wrapper.style.left = 0;\n  };\n\n  TextareaInput.prototype.receivedFocus = function () { this.slowPoll(); };\n\n  // Poll for input changes, using the normal rate of polling. This\n  // runs as long as the editor is focused.\n  TextareaInput.prototype.slowPoll = function () {\n      var this$1 = this;\n\n    if (this.pollingFast) { return }\n    this.polling.set(this.cm.options.pollInterval, function () {\n      this$1.poll();\n      if (this$1.cm.state.focused) { this$1.slowPoll(); }\n    });\n  };\n\n  // When an event has just come in that is likely to add or change\n  // something in the input textarea, we poll faster, to ensure that\n  // the change appears on the screen quickly.\n  TextareaInput.prototype.fastPoll = function () {\n    var missed = false, input = this;\n    input.pollingFast = true;\n    function p() {\n      var changed = input.poll();\n      if (!changed && !missed) {missed = true; input.polling.set(60, p);}\n      else {input.pollingFast = false; input.slowPoll();}\n    }\n    input.polling.set(20, p);\n  };\n\n  // Read input from the textarea, and update the document to match.\n  // When something is selected, it is present in the textarea, and\n  // selected (unless it is huge, in which case a placeholder is\n  // used). When nothing is selected, the cursor sits after previously\n  // seen text (can be empty), which is stored in prevInput (we must\n  // not reset the textarea when typing, because that breaks IME).\n  TextareaInput.prototype.poll = function () {\n      var this$1 = this;\n\n    var cm = this.cm, input = this.textarea, prevInput = this.prevInput;\n    // Since this is called a *lot*, try to bail out as cheaply as\n    // possible when it is clear that nothing happened. hasSelection\n    // will be the case when there is a lot of text in the textarea,\n    // in which case reading its value would be expensive.\n    if (this.contextMenuPending || this.resetting || !cm.state.focused ||\n        (hasSelection(input) && !prevInput && !this.composing) ||\n        cm.isReadOnly() || cm.options.disableInput || cm.state.keySeq)\n      { return false }\n\n    var text = input.value;\n    // If nothing changed, bail.\n    if (text == prevInput && !cm.somethingSelected()) { return false }\n    // Work around nonsensical selection resetting in IE9/10, and\n    // inexplicable appearance of private area unicode characters on\n    // some key combos in Mac (#2689).\n    if (ie && ie_version >= 9 && this.hasSelection === text ||\n        mac && /[\\uf700-\\uf7ff]/.test(text)) {\n      cm.display.input.reset();\n      return false\n    }\n\n    if (cm.doc.sel == cm.display.selForContextMenu) {\n      var first = text.charCodeAt(0);\n      if (first == 0x200b && !prevInput) { prevInput = \"\\u200b\"; }\n      if (first == 0x21da) { this.reset(); return this.cm.execCommand(\"undo\") }\n    }\n    // Find the part of the input that is actually new\n    var same = 0, l = Math.min(prevInput.length, text.length);\n    while (same < l && prevInput.charCodeAt(same) == text.charCodeAt(same)) { ++same; }\n\n    runInOp(cm, function () {\n      applyTextInput(cm, text.slice(same), prevInput.length - same,\n                     null, this$1.composing ? \"*compose\" : null);\n\n      // Don't leave long text in the textarea, since it makes further polling slow\n      if (text.length > 1000 || text.indexOf(\"\\n\") > -1) { input.value = this$1.prevInput = \"\"; }\n      else { this$1.prevInput = text; }\n\n      if (this$1.composing) {\n        this$1.composing.range.clear();\n        this$1.composing.range = cm.markText(this$1.composing.start, cm.getCursor(\"to\"),\n                                           {className: \"CodeMirror-composing\"});\n      }\n    });\n    return true\n  };\n\n  TextareaInput.prototype.ensurePolled = function () {\n    if (this.pollingFast && this.poll()) { this.pollingFast = false; }\n  };\n\n  TextareaInput.prototype.onKeyPress = function () {\n    if (ie && ie_version >= 9) { this.hasSelection = null; }\n    this.fastPoll();\n  };\n\n  TextareaInput.prototype.onContextMenu = function (e) {\n    var input = this, cm = input.cm, display = cm.display, te = input.textarea;\n    if (input.contextMenuPending) { input.contextMenuPending(); }\n    var pos = posFromMouse(cm, e), scrollPos = display.scroller.scrollTop;\n    if (!pos || presto) { return } // Opera is difficult.\n\n    // Reset the current text selection only if the click is done outside of the selection\n    // and 'resetSelectionOnContextMenu' option is true.\n    var reset = cm.options.resetSelectionOnContextMenu;\n    if (reset && cm.doc.sel.contains(pos) == -1)\n      { operation(cm, setSelection)(cm.doc, simpleSelection(pos), sel_dontScroll); }\n\n    var oldCSS = te.style.cssText, oldWrapperCSS = input.wrapper.style.cssText;\n    var wrapperBox = input.wrapper.offsetParent.getBoundingClientRect();\n    input.wrapper.style.cssText = \"position: static\";\n    te.style.cssText = \"position: absolute; width: 30px; height: 30px;\\n      top: \" + (e.clientY - wrapperBox.top - 5) + \"px; left: \" + (e.clientX - wrapperBox.left - 5) + \"px;\\n      z-index: 1000; background: \" + (ie ? \"rgba(255, 255, 255, .05)\" : \"transparent\") + \";\\n      outline: none; border-width: 0; outline: none; overflow: hidden; opacity: .05; filter: alpha(opacity=5);\";\n    var oldScrollY;\n    if (webkit) { oldScrollY = te.ownerDocument.defaultView.scrollY; } // Work around Chrome issue (#2712)\n    display.input.focus();\n    if (webkit) { te.ownerDocument.defaultView.scrollTo(null, oldScrollY); }\n    display.input.reset();\n    // Adds \"Select all\" to context menu in FF\n    if (!cm.somethingSelected()) { te.value = input.prevInput = \" \"; }\n    input.contextMenuPending = rehide;\n    display.selForContextMenu = cm.doc.sel;\n    clearTimeout(display.detectingSelectAll);\n\n    // Select-all will be greyed out if there's nothing to select, so\n    // this adds a zero-width space so that we can later check whether\n    // it got selected.\n    function prepareSelectAllHack() {\n      if (te.selectionStart != null) {\n        var selected = cm.somethingSelected();\n        var extval = \"\\u200b\" + (selected ? te.value : \"\");\n        te.value = \"\\u21da\"; // Used to catch context-menu undo\n        te.value = extval;\n        input.prevInput = selected ? \"\" : \"\\u200b\";\n        te.selectionStart = 1; te.selectionEnd = extval.length;\n        // Re-set this, in case some other handler touched the\n        // selection in the meantime.\n        display.selForContextMenu = cm.doc.sel;\n      }\n    }\n    function rehide() {\n      if (input.contextMenuPending != rehide) { return }\n      input.contextMenuPending = false;\n      input.wrapper.style.cssText = oldWrapperCSS;\n      te.style.cssText = oldCSS;\n      if (ie && ie_version < 9) { display.scrollbars.setScrollTop(display.scroller.scrollTop = scrollPos); }\n\n      // Try to detect the user choosing select-all\n      if (te.selectionStart != null) {\n        if (!ie || (ie && ie_version < 9)) { prepareSelectAllHack(); }\n        var i = 0, poll = function () {\n          if (display.selForContextMenu == cm.doc.sel && te.selectionStart == 0 &&\n              te.selectionEnd > 0 && input.prevInput == \"\\u200b\") {\n            operation(cm, selectAll)(cm);\n          } else if (i++ < 10) {\n            display.detectingSelectAll = setTimeout(poll, 500);\n          } else {\n            display.selForContextMenu = null;\n            display.input.reset();\n          }\n        };\n        display.detectingSelectAll = setTimeout(poll, 200);\n      }\n    }\n\n    if (ie && ie_version >= 9) { prepareSelectAllHack(); }\n    if (captureRightClick) {\n      e_stop(e);\n      var mouseup = function () {\n        off(window, \"mouseup\", mouseup);\n        setTimeout(rehide, 20);\n      };\n      on(window, \"mouseup\", mouseup);\n    } else {\n      setTimeout(rehide, 50);\n    }\n  };\n\n  TextareaInput.prototype.readOnlyChanged = function (val) {\n    if (!val) { this.reset(); }\n    this.textarea.disabled = val == \"nocursor\";\n    this.textarea.readOnly = !!val;\n  };\n\n  TextareaInput.prototype.setUneditable = function () {};\n\n  TextareaInput.prototype.needsContentAttribute = false;\n\n  function fromTextArea(textarea, options) {\n    options = options ? copyObj(options) : {};\n    options.value = textarea.value;\n    if (!options.tabindex && textarea.tabIndex)\n      { options.tabindex = textarea.tabIndex; }\n    if (!options.placeholder && textarea.placeholder)\n      { options.placeholder = textarea.placeholder; }\n    // Set autofocus to true if this textarea is focused, or if it has\n    // autofocus and no other element is focused.\n    if (options.autofocus == null) {\n      var hasFocus = activeElt(textarea.ownerDocument);\n      options.autofocus = hasFocus == textarea ||\n        textarea.getAttribute(\"autofocus\") != null && hasFocus == document.body;\n    }\n\n    function save() {textarea.value = cm.getValue();}\n\n    var realSubmit;\n    if (textarea.form) {\n      on(textarea.form, \"submit\", save);\n      // Deplorable hack to make the submit method do the right thing.\n      if (!options.leaveSubmitMethodAlone) {\n        var form = textarea.form;\n        realSubmit = form.submit;\n        try {\n          var wrappedSubmit = form.submit = function () {\n            save();\n            form.submit = realSubmit;\n            form.submit();\n            form.submit = wrappedSubmit;\n          };\n        } catch(e) {}\n      }\n    }\n\n    options.finishInit = function (cm) {\n      cm.save = save;\n      cm.getTextArea = function () { return textarea; };\n      cm.toTextArea = function () {\n        cm.toTextArea = isNaN; // Prevent this from being ran twice\n        save();\n        textarea.parentNode.removeChild(cm.getWrapperElement());\n        textarea.style.display = \"\";\n        if (textarea.form) {\n          off(textarea.form, \"submit\", save);\n          if (!options.leaveSubmitMethodAlone && typeof textarea.form.submit == \"function\")\n            { textarea.form.submit = realSubmit; }\n        }\n      };\n    };\n\n    textarea.style.display = \"none\";\n    var cm = CodeMirror(function (node) { return textarea.parentNode.insertBefore(node, textarea.nextSibling); },\n      options);\n    return cm\n  }\n\n  function addLegacyProps(CodeMirror) {\n    CodeMirror.off = off;\n    CodeMirror.on = on;\n    CodeMirror.wheelEventPixels = wheelEventPixels;\n    CodeMirror.Doc = Doc;\n    CodeMirror.splitLines = splitLinesAuto;\n    CodeMirror.countColumn = countColumn;\n    CodeMirror.findColumn = findColumn;\n    CodeMirror.isWordChar = isWordCharBasic;\n    CodeMirror.Pass = Pass;\n    CodeMirror.signal = signal;\n    CodeMirror.Line = Line;\n    CodeMirror.changeEnd = changeEnd;\n    CodeMirror.scrollbarModel = scrollbarModel;\n    CodeMirror.Pos = Pos;\n    CodeMirror.cmpPos = cmp;\n    CodeMirror.modes = modes;\n    CodeMirror.mimeModes = mimeModes;\n    CodeMirror.resolveMode = resolveMode;\n    CodeMirror.getMode = getMode;\n    CodeMirror.modeExtensions = modeExtensions;\n    CodeMirror.extendMode = extendMode;\n    CodeMirror.copyState = copyState;\n    CodeMirror.startState = startState;\n    CodeMirror.innerMode = innerMode;\n    CodeMirror.commands = commands;\n    CodeMirror.keyMap = keyMap;\n    CodeMirror.keyName = keyName;\n    CodeMirror.isModifierKey = isModifierKey;\n    CodeMirror.lookupKey = lookupKey;\n    CodeMirror.normalizeKeyMap = normalizeKeyMap;\n    CodeMirror.StringStream = StringStream;\n    CodeMirror.SharedTextMarker = SharedTextMarker;\n    CodeMirror.TextMarker = TextMarker;\n    CodeMirror.LineWidget = LineWidget;\n    CodeMirror.e_preventDefault = e_preventDefault;\n    CodeMirror.e_stopPropagation = e_stopPropagation;\n    CodeMirror.e_stop = e_stop;\n    CodeMirror.addClass = addClass;\n    CodeMirror.contains = contains;\n    CodeMirror.rmClass = rmClass;\n    CodeMirror.keyNames = keyNames;\n  }\n\n  // EDITOR CONSTRUCTOR\n\n  defineOptions(CodeMirror);\n\n  addEditorMethods(CodeMirror);\n\n  // Set up methods on CodeMirror's prototype to redirect to the editor's document.\n  var dontDelegate = \"iter insert remove copy getEditor constructor\".split(\" \");\n  for (var prop in Doc.prototype) { if (Doc.prototype.hasOwnProperty(prop) && indexOf(dontDelegate, prop) < 0)\n    { CodeMirror.prototype[prop] = (function(method) {\n      return function() {return method.apply(this.doc, arguments)}\n    })(Doc.prototype[prop]); } }\n\n  eventMixin(Doc);\n  CodeMirror.inputStyles = {\"textarea\": TextareaInput, \"contenteditable\": ContentEditableInput};\n\n  // Extra arguments are stored as the mode's dependencies, which is\n  // used by (legacy) mechanisms like loadmode.js to automatically\n  // load a mode. (Preferred mechanism is the require/define calls.)\n  CodeMirror.defineMode = function(name/*, mode, …*/) {\n    if (!CodeMirror.defaults.mode && name != \"null\") { CodeMirror.defaults.mode = name; }\n    defineMode.apply(this, arguments);\n  };\n\n  CodeMirror.defineMIME = defineMIME;\n\n  // Minimal default mode.\n  CodeMirror.defineMode(\"null\", function () { return ({token: function (stream) { return stream.skipToEnd(); }}); });\n  CodeMirror.defineMIME(\"text/plain\", \"null\");\n\n  // EXTENSIONS\n\n  CodeMirror.defineExtension = function (name, func) {\n    CodeMirror.prototype[name] = func;\n  };\n  CodeMirror.defineDocExtension = function (name, func) {\n    Doc.prototype[name] = func;\n  };\n\n  CodeMirror.fromTextArea = fromTextArea;\n\n  addLegacyProps(CodeMirror);\n\n  CodeMirror.version = \"5.65.14\";\n\n  return CodeMirror;\n\n})));\n"
  },
  {
    "path": "libs/codemirror/lib/css.js",
    "content": "// CodeMirror, copyright (c) by Marijn Haverbeke and others\n// Distributed under an MIT license: https://codemirror.net/5/LICENSE\n\n(function(mod) {\n  if (typeof exports == \"object\" && typeof module == \"object\") // CommonJS\n    mod(require(\"../../lib/codemirror\"));\n  else if (typeof define == \"function\" && define.amd) // AMD\n    define([\"../../lib/codemirror\"], mod);\n  else // Plain browser env\n    mod(CodeMirror);\n})(function(CodeMirror) {\n\"use strict\";\n\nCodeMirror.defineMode(\"css\", function(config, parserConfig) {\n  var inline = parserConfig.inline\n  if (!parserConfig.propertyKeywords) parserConfig = CodeMirror.resolveMode(\"text/css\");\n\n  var indentUnit = config.indentUnit,\n      tokenHooks = parserConfig.tokenHooks,\n      documentTypes = parserConfig.documentTypes || {},\n      mediaTypes = parserConfig.mediaTypes || {},\n      mediaFeatures = parserConfig.mediaFeatures || {},\n      mediaValueKeywords = parserConfig.mediaValueKeywords || {},\n      propertyKeywords = parserConfig.propertyKeywords || {},\n      nonStandardPropertyKeywords = parserConfig.nonStandardPropertyKeywords || {},\n      fontProperties = parserConfig.fontProperties || {},\n      counterDescriptors = parserConfig.counterDescriptors || {},\n      colorKeywords = parserConfig.colorKeywords || {},\n      valueKeywords = parserConfig.valueKeywords || {},\n      allowNested = parserConfig.allowNested,\n      lineComment = parserConfig.lineComment,\n      supportsAtComponent = parserConfig.supportsAtComponent === true,\n      highlightNonStandardPropertyKeywords = config.highlightNonStandardPropertyKeywords !== false;\n\n  var type, override;\n  function ret(style, tp) { type = tp; return style; }\n\n  // Tokenizers\n\n  function tokenBase(stream, state) {\n    var ch = stream.next();\n    if (tokenHooks[ch]) {\n      var result = tokenHooks[ch](stream, state);\n      if (result !== false) return result;\n    }\n    if (ch == \"@\") {\n      stream.eatWhile(/[\\w\\\\\\-]/);\n      return ret(\"def\", stream.current());\n    } else if (ch == \"=\" || (ch == \"~\" || ch == \"|\") && stream.eat(\"=\")) {\n      return ret(null, \"compare\");\n    } else if (ch == \"\\\"\" || ch == \"'\") {\n      state.tokenize = tokenString(ch);\n      return state.tokenize(stream, state);\n    } else if (ch == \"#\") {\n      stream.eatWhile(/[\\w\\\\\\-]/);\n      return ret(\"atom\", \"hash\");\n    } else if (ch == \"!\") {\n      stream.match(/^\\s*\\w*/);\n      return ret(\"keyword\", \"important\");\n    } else if (/\\d/.test(ch) || ch == \".\" && stream.eat(/\\d/)) {\n      stream.eatWhile(/[\\w.%]/);\n      return ret(\"number\", \"unit\");\n    } else if (ch === \"-\") {\n      if (/[\\d.]/.test(stream.peek())) {\n        stream.eatWhile(/[\\w.%]/);\n        return ret(\"number\", \"unit\");\n      } else if (stream.match(/^-[\\w\\\\\\-]*/)) {\n        stream.eatWhile(/[\\w\\\\\\-]/);\n        if (stream.match(/^\\s*:/, false))\n          return ret(\"variable-2\", \"variable-definition\");\n        return ret(\"variable-2\", \"variable\");\n      } else if (stream.match(/^\\w+-/)) {\n        return ret(\"meta\", \"meta\");\n      }\n    } else if (/[,+>*\\/]/.test(ch)) {\n      return ret(null, \"select-op\");\n    } else if (ch == \".\" && stream.match(/^-?[_a-z][_a-z0-9-]*/i)) {\n      return ret(\"qualifier\", \"qualifier\");\n    } else if (/[:;{}\\[\\]\\(\\)]/.test(ch)) {\n      return ret(null, ch);\n    } else if (stream.match(/^[\\w-.]+(?=\\()/)) {\n      if (/^(url(-prefix)?|domain|regexp)$/i.test(stream.current())) {\n        state.tokenize = tokenParenthesized;\n      }\n      return ret(\"variable callee\", \"variable\");\n    } else if (/[\\w\\\\\\-]/.test(ch)) {\n      stream.eatWhile(/[\\w\\\\\\-]/);\n      return ret(\"property\", \"word\");\n    } else {\n      return ret(null, null);\n    }\n  }\n\n  function tokenString(quote) {\n    return function(stream, state) {\n      var escaped = false, ch;\n      while ((ch = stream.next()) != null) {\n        if (ch == quote && !escaped) {\n          if (quote == \")\") stream.backUp(1);\n          break;\n        }\n        escaped = !escaped && ch == \"\\\\\";\n      }\n      if (ch == quote || !escaped && quote != \")\") state.tokenize = null;\n      return ret(\"string\", \"string\");\n    };\n  }\n\n  function tokenParenthesized(stream, state) {\n    stream.next(); // Must be '('\n    if (!stream.match(/^\\s*[\\\"\\')]/, false))\n      state.tokenize = tokenString(\")\");\n    else\n      state.tokenize = null;\n    return ret(null, \"(\");\n  }\n\n  // Context management\n\n  function Context(type, indent, prev) {\n    this.type = type;\n    this.indent = indent;\n    this.prev = prev;\n  }\n\n  function pushContext(state, stream, type, indent) {\n    state.context = new Context(type, stream.indentation() + (indent === false ? 0 : indentUnit), state.context);\n    return type;\n  }\n\n  function popContext(state) {\n    if (state.context.prev)\n      state.context = state.context.prev;\n    return state.context.type;\n  }\n\n  function pass(type, stream, state) {\n    return states[state.context.type](type, stream, state);\n  }\n  function popAndPass(type, stream, state, n) {\n    for (var i = n || 1; i > 0; i--)\n      state.context = state.context.prev;\n    return pass(type, stream, state);\n  }\n\n  // Parser\n\n  function wordAsValue(stream) {\n    var word = stream.current().toLowerCase();\n    if (valueKeywords.hasOwnProperty(word))\n      override = \"atom\";\n    else if (colorKeywords.hasOwnProperty(word))\n      override = \"keyword\";\n    else\n      override = \"variable\";\n  }\n\n  var states = {};\n\n  states.top = function(type, stream, state) {\n    if (type == \"{\") {\n      return pushContext(state, stream, \"block\");\n    } else if (type == \"}\" && state.context.prev) {\n      return popContext(state);\n    } else if (supportsAtComponent && /@component/i.test(type)) {\n      return pushContext(state, stream, \"atComponentBlock\");\n    } else if (/^@(-moz-)?document$/i.test(type)) {\n      return pushContext(state, stream, \"documentTypes\");\n    } else if (/^@(media|supports|(-moz-)?document|import)$/i.test(type)) {\n      return pushContext(state, stream, \"atBlock\");\n    } else if (/^@(font-face|counter-style)/i.test(type)) {\n      state.stateArg = type;\n      return \"restricted_atBlock_before\";\n    } else if (/^@(-(moz|ms|o|webkit)-)?keyframes$/i.test(type)) {\n      return \"keyframes\";\n    } else if (type && type.charAt(0) == \"@\") {\n      return pushContext(state, stream, \"at\");\n    } else if (type == \"hash\") {\n      override = \"builtin\";\n    } else if (type == \"word\") {\n      override = \"tag\";\n    } else if (type == \"variable-definition\") {\n      return \"maybeprop\";\n    } else if (type == \"interpolation\") {\n      return pushContext(state, stream, \"interpolation\");\n    } else if (type == \":\") {\n      return \"pseudo\";\n    } else if (allowNested && type == \"(\") {\n      return pushContext(state, stream, \"parens\");\n    }\n    return state.context.type;\n  };\n\n  states.block = function(type, stream, state) {\n    if (type == \"word\") {\n      var word = stream.current().toLowerCase();\n      if (propertyKeywords.hasOwnProperty(word)) {\n        override = \"property\";\n        return \"maybeprop\";\n      } else if (nonStandardPropertyKeywords.hasOwnProperty(word)) {\n        override = highlightNonStandardPropertyKeywords ? \"string-2\" : \"property\";\n        return \"maybeprop\";\n      } else if (allowNested) {\n        override = stream.match(/^\\s*:(?:\\s|$)/, false) ? \"property\" : \"tag\";\n        return \"block\";\n      } else {\n        override += \" error\";\n        return \"maybeprop\";\n      }\n    } else if (type == \"meta\") {\n      return \"block\";\n    } else if (!allowNested && (type == \"hash\" || type == \"qualifier\")) {\n      override = \"error\";\n      return \"block\";\n    } else {\n      return states.top(type, stream, state);\n    }\n  };\n\n  states.maybeprop = function(type, stream, state) {\n    if (type == \":\") return pushContext(state, stream, \"prop\");\n    return pass(type, stream, state);\n  };\n\n  states.prop = function(type, stream, state) {\n    if (type == \";\") return popContext(state);\n    if (type == \"{\" && allowNested) return pushContext(state, stream, \"propBlock\");\n    if (type == \"}\" || type == \"{\") return popAndPass(type, stream, state);\n    if (type == \"(\") return pushContext(state, stream, \"parens\");\n\n    if (type == \"hash\" && !/^#([0-9a-fA-F]{3,4}|[0-9a-fA-F]{6}|[0-9a-fA-F]{8})$/.test(stream.current())) {\n      override += \" error\";\n    } else if (type == \"word\") {\n      wordAsValue(stream);\n    } else if (type == \"interpolation\") {\n      return pushContext(state, stream, \"interpolation\");\n    }\n    return \"prop\";\n  };\n\n  states.propBlock = function(type, _stream, state) {\n    if (type == \"}\") return popContext(state);\n    if (type == \"word\") { override = \"property\"; return \"maybeprop\"; }\n    return state.context.type;\n  };\n\n  states.parens = function(type, stream, state) {\n    if (type == \"{\" || type == \"}\") return popAndPass(type, stream, state);\n    if (type == \")\") return popContext(state);\n    if (type == \"(\") return pushContext(state, stream, \"parens\");\n    if (type == \"interpolation\") return pushContext(state, stream, \"interpolation\");\n    if (type == \"word\") wordAsValue(stream);\n    return \"parens\";\n  };\n\n  states.pseudo = function(type, stream, state) {\n    if (type == \"meta\") return \"pseudo\";\n\n    if (type == \"word\") {\n      override = \"variable-3\";\n      return state.context.type;\n    }\n    return pass(type, stream, state);\n  };\n\n  states.documentTypes = function(type, stream, state) {\n    if (type == \"word\" && documentTypes.hasOwnProperty(stream.current())) {\n      override = \"tag\";\n      return state.context.type;\n    } else {\n      return states.atBlock(type, stream, state);\n    }\n  };\n\n  states.atBlock = function(type, stream, state) {\n    if (type == \"(\") return pushContext(state, stream, \"atBlock_parens\");\n    if (type == \"}\" || type == \";\") return popAndPass(type, stream, state);\n    if (type == \"{\") return popContext(state) && pushContext(state, stream, allowNested ? \"block\" : \"top\");\n\n    if (type == \"interpolation\") return pushContext(state, stream, \"interpolation\");\n\n    if (type == \"word\") {\n      var word = stream.current().toLowerCase();\n      if (word == \"only\" || word == \"not\" || word == \"and\" || word == \"or\")\n        override = \"keyword\";\n      else if (mediaTypes.hasOwnProperty(word))\n        override = \"attribute\";\n      else if (mediaFeatures.hasOwnProperty(word))\n        override = \"property\";\n      else if (mediaValueKeywords.hasOwnProperty(word))\n        override = \"keyword\";\n      else if (propertyKeywords.hasOwnProperty(word))\n        override = \"property\";\n      else if (nonStandardPropertyKeywords.hasOwnProperty(word))\n        override = highlightNonStandardPropertyKeywords ? \"string-2\" : \"property\";\n      else if (valueKeywords.hasOwnProperty(word))\n        override = \"atom\";\n      else if (colorKeywords.hasOwnProperty(word))\n        override = \"keyword\";\n      else\n        override = \"error\";\n    }\n    return state.context.type;\n  };\n\n  states.atComponentBlock = function(type, stream, state) {\n    if (type == \"}\")\n      return popAndPass(type, stream, state);\n    if (type == \"{\")\n      return popContext(state) && pushContext(state, stream, allowNested ? \"block\" : \"top\", false);\n    if (type == \"word\")\n      override = \"error\";\n    return state.context.type;\n  };\n\n  states.atBlock_parens = function(type, stream, state) {\n    if (type == \")\") return popContext(state);\n    if (type == \"{\" || type == \"}\") return popAndPass(type, stream, state, 2);\n    return states.atBlock(type, stream, state);\n  };\n\n  states.restricted_atBlock_before = function(type, stream, state) {\n    if (type == \"{\")\n      return pushContext(state, stream, \"restricted_atBlock\");\n    if (type == \"word\" && state.stateArg == \"@counter-style\") {\n      override = \"variable\";\n      return \"restricted_atBlock_before\";\n    }\n    return pass(type, stream, state);\n  };\n\n  states.restricted_atBlock = function(type, stream, state) {\n    if (type == \"}\") {\n      state.stateArg = null;\n      return popContext(state);\n    }\n    if (type == \"word\") {\n      if ((state.stateArg == \"@font-face\" && !fontProperties.hasOwnProperty(stream.current().toLowerCase())) ||\n          (state.stateArg == \"@counter-style\" && !counterDescriptors.hasOwnProperty(stream.current().toLowerCase())))\n        override = \"error\";\n      else\n        override = \"property\";\n      return \"maybeprop\";\n    }\n    return \"restricted_atBlock\";\n  };\n\n  states.keyframes = function(type, stream, state) {\n    if (type == \"word\") { override = \"variable\"; return \"keyframes\"; }\n    if (type == \"{\") return pushContext(state, stream, \"top\");\n    return pass(type, stream, state);\n  };\n\n  states.at = function(type, stream, state) {\n    if (type == \";\") return popContext(state);\n    if (type == \"{\" || type == \"}\") return popAndPass(type, stream, state);\n    if (type == \"word\") override = \"tag\";\n    else if (type == \"hash\") override = \"builtin\";\n    return \"at\";\n  };\n\n  states.interpolation = function(type, stream, state) {\n    if (type == \"}\") return popContext(state);\n    if (type == \"{\" || type == \";\") return popAndPass(type, stream, state);\n    if (type == \"word\") override = \"variable\";\n    else if (type != \"variable\" && type != \"(\" && type != \")\") override = \"error\";\n    return \"interpolation\";\n  };\n\n  return {\n    startState: function(base) {\n      return {tokenize: null,\n              state: inline ? \"block\" : \"top\",\n              stateArg: null,\n              context: new Context(inline ? \"block\" : \"top\", base || 0, null)};\n    },\n\n    token: function(stream, state) {\n      if (!state.tokenize && stream.eatSpace()) return null;\n      var style = (state.tokenize || tokenBase)(stream, state);\n      if (style && typeof style == \"object\") {\n        type = style[1];\n        style = style[0];\n      }\n      override = style;\n      if (type != \"comment\")\n        state.state = states[state.state](type, stream, state);\n      return override;\n    },\n\n    indent: function(state, textAfter) {\n      var cx = state.context, ch = textAfter && textAfter.charAt(0);\n      var indent = cx.indent;\n      if (cx.type == \"prop\" && (ch == \"}\" || ch == \")\")) cx = cx.prev;\n      if (cx.prev) {\n        if (ch == \"}\" && (cx.type == \"block\" || cx.type == \"top\" ||\n                          cx.type == \"interpolation\" || cx.type == \"restricted_atBlock\")) {\n          // Resume indentation from parent context.\n          cx = cx.prev;\n          indent = cx.indent;\n        } else if (ch == \")\" && (cx.type == \"parens\" || cx.type == \"atBlock_parens\") ||\n            ch == \"{\" && (cx.type == \"at\" || cx.type == \"atBlock\")) {\n          // Dedent relative to current context.\n          indent = Math.max(0, cx.indent - indentUnit);\n        }\n      }\n      return indent;\n    },\n\n    electricChars: \"}\",\n    blockCommentStart: \"/*\",\n    blockCommentEnd: \"*/\",\n    blockCommentContinue: \" * \",\n    lineComment: lineComment,\n    fold: \"brace\"\n  };\n});\n\n  function keySet(array) {\n    var keys = {};\n    for (var i = 0; i < array.length; ++i) {\n      keys[array[i].toLowerCase()] = true;\n    }\n    return keys;\n  }\n\n  var documentTypes_ = [\n    \"domain\", \"regexp\", \"url\", \"url-prefix\"\n  ], documentTypes = keySet(documentTypes_);\n\n  var mediaTypes_ = [\n    \"all\", \"aural\", \"braille\", \"handheld\", \"print\", \"projection\", \"screen\",\n    \"tty\", \"tv\", \"embossed\"\n  ], mediaTypes = keySet(mediaTypes_);\n\n  var mediaFeatures_ = [\n    \"width\", \"min-width\", \"max-width\", \"height\", \"min-height\", \"max-height\",\n    \"device-width\", \"min-device-width\", \"max-device-width\", \"device-height\",\n    \"min-device-height\", \"max-device-height\", \"aspect-ratio\",\n    \"min-aspect-ratio\", \"max-aspect-ratio\", \"device-aspect-ratio\",\n    \"min-device-aspect-ratio\", \"max-device-aspect-ratio\", \"color\", \"min-color\",\n    \"max-color\", \"color-index\", \"min-color-index\", \"max-color-index\",\n    \"monochrome\", \"min-monochrome\", \"max-monochrome\", \"resolution\",\n    \"min-resolution\", \"max-resolution\", \"scan\", \"grid\", \"orientation\",\n    \"device-pixel-ratio\", \"min-device-pixel-ratio\", \"max-device-pixel-ratio\",\n    \"pointer\", \"any-pointer\", \"hover\", \"any-hover\", \"prefers-color-scheme\",\n    \"dynamic-range\", \"video-dynamic-range\"\n  ], mediaFeatures = keySet(mediaFeatures_);\n\n  var mediaValueKeywords_ = [\n    \"landscape\", \"portrait\", \"none\", \"coarse\", \"fine\", \"on-demand\", \"hover\",\n    \"interlace\", \"progressive\",\n    \"dark\", \"light\",\n    \"standard\", \"high\"\n  ], mediaValueKeywords = keySet(mediaValueKeywords_);\n\n  var propertyKeywords_ = [\n    \"align-content\", \"align-items\", \"align-self\", \"alignment-adjust\",\n    \"alignment-baseline\", \"all\", \"anchor-point\", \"animation\", \"animation-delay\",\n    \"animation-direction\", \"animation-duration\", \"animation-fill-mode\",\n    \"animation-iteration-count\", \"animation-name\", \"animation-play-state\",\n    \"animation-timing-function\", \"appearance\", \"azimuth\", \"backdrop-filter\",\n    \"backface-visibility\", \"background\", \"background-attachment\",\n    \"background-blend-mode\", \"background-clip\", \"background-color\",\n    \"background-image\", \"background-origin\", \"background-position\",\n    \"background-position-x\", \"background-position-y\", \"background-repeat\",\n    \"background-size\", \"baseline-shift\", \"binding\", \"bleed\", \"block-size\",\n    \"bookmark-label\", \"bookmark-level\", \"bookmark-state\", \"bookmark-target\",\n    \"border\", \"border-bottom\", \"border-bottom-color\", \"border-bottom-left-radius\",\n    \"border-bottom-right-radius\", \"border-bottom-style\", \"border-bottom-width\",\n    \"border-collapse\", \"border-color\", \"border-image\", \"border-image-outset\",\n    \"border-image-repeat\", \"border-image-slice\", \"border-image-source\",\n    \"border-image-width\", \"border-left\", \"border-left-color\", \"border-left-style\",\n    \"border-left-width\", \"border-radius\", \"border-right\", \"border-right-color\",\n    \"border-right-style\", \"border-right-width\", \"border-spacing\", \"border-style\",\n    \"border-top\", \"border-top-color\", \"border-top-left-radius\",\n    \"border-top-right-radius\", \"border-top-style\", \"border-top-width\",\n    \"border-width\", \"bottom\", \"box-decoration-break\", \"box-shadow\", \"box-sizing\",\n    \"break-after\", \"break-before\", \"break-inside\", \"caption-side\", \"caret-color\",\n    \"clear\", \"clip\", \"color\", \"color-profile\", \"column-count\", \"column-fill\",\n    \"column-gap\", \"column-rule\", \"column-rule-color\", \"column-rule-style\",\n    \"column-rule-width\", \"column-span\", \"column-width\", \"columns\", \"contain\",\n    \"content\", \"counter-increment\", \"counter-reset\", \"crop\", \"cue\", \"cue-after\",\n    \"cue-before\", \"cursor\", \"direction\", \"display\", \"dominant-baseline\",\n    \"drop-initial-after-adjust\", \"drop-initial-after-align\",\n    \"drop-initial-before-adjust\", \"drop-initial-before-align\", \"drop-initial-size\",\n    \"drop-initial-value\", \"elevation\", \"empty-cells\", \"fit\", \"fit-content\", \"fit-position\",\n    \"flex\", \"flex-basis\", \"flex-direction\", \"flex-flow\", \"flex-grow\",\n    \"flex-shrink\", \"flex-wrap\", \"float\", \"float-offset\", \"flow-from\", \"flow-into\",\n    \"font\", \"font-family\", \"font-feature-settings\", \"font-kerning\",\n    \"font-language-override\", \"font-optical-sizing\", \"font-size\",\n    \"font-size-adjust\", \"font-stretch\", \"font-style\", \"font-synthesis\",\n    \"font-variant\", \"font-variant-alternates\", \"font-variant-caps\",\n    \"font-variant-east-asian\", \"font-variant-ligatures\", \"font-variant-numeric\",\n    \"font-variant-position\", \"font-variation-settings\", \"font-weight\", \"gap\",\n    \"grid\", \"grid-area\", \"grid-auto-columns\", \"grid-auto-flow\", \"grid-auto-rows\",\n    \"grid-column\", \"grid-column-end\", \"grid-column-gap\", \"grid-column-start\",\n    \"grid-gap\", \"grid-row\", \"grid-row-end\", \"grid-row-gap\", \"grid-row-start\",\n    \"grid-template\", \"grid-template-areas\", \"grid-template-columns\",\n    \"grid-template-rows\", \"hanging-punctuation\", \"height\", \"hyphens\", \"icon\",\n    \"image-orientation\", \"image-rendering\", \"image-resolution\", \"inline-box-align\",\n    \"inset\", \"inset-block\", \"inset-block-end\", \"inset-block-start\", \"inset-inline\",\n    \"inset-inline-end\", \"inset-inline-start\", \"isolation\", \"justify-content\",\n    \"justify-items\", \"justify-self\", \"left\", \"letter-spacing\", \"line-break\",\n    \"line-height\", \"line-height-step\", \"line-stacking\", \"line-stacking-ruby\",\n    \"line-stacking-shift\", \"line-stacking-strategy\", \"list-style\",\n    \"list-style-image\", \"list-style-position\", \"list-style-type\", \"margin\",\n    \"margin-bottom\", \"margin-left\", \"margin-right\", \"margin-top\", \"marks\",\n    \"marquee-direction\", \"marquee-loop\", \"marquee-play-count\", \"marquee-speed\",\n    \"marquee-style\", \"mask-clip\", \"mask-composite\", \"mask-image\", \"mask-mode\",\n    \"mask-origin\", \"mask-position\", \"mask-repeat\", \"mask-size\",\"mask-type\",\n    \"max-block-size\", \"max-height\", \"max-inline-size\",\n    \"max-width\", \"min-block-size\", \"min-height\", \"min-inline-size\", \"min-width\",\n    \"mix-blend-mode\", \"move-to\", \"nav-down\", \"nav-index\", \"nav-left\", \"nav-right\",\n    \"nav-up\", \"object-fit\", \"object-position\", \"offset\", \"offset-anchor\",\n    \"offset-distance\", \"offset-path\", \"offset-position\", \"offset-rotate\",\n    \"opacity\", \"order\", \"orphans\", \"outline\", \"outline-color\", \"outline-offset\",\n    \"outline-style\", \"outline-width\", \"overflow\", \"overflow-style\",\n    \"overflow-wrap\", \"overflow-x\", \"overflow-y\", \"padding\", \"padding-bottom\",\n    \"padding-left\", \"padding-right\", \"padding-top\", \"page\", \"page-break-after\",\n    \"page-break-before\", \"page-break-inside\", \"page-policy\", \"pause\",\n    \"pause-after\", \"pause-before\", \"perspective\", \"perspective-origin\", \"pitch\",\n    \"pitch-range\", \"place-content\", \"place-items\", \"place-self\", \"play-during\",\n    \"position\", \"presentation-level\", \"punctuation-trim\", \"quotes\",\n    \"region-break-after\", \"region-break-before\", \"region-break-inside\",\n    \"region-fragment\", \"rendering-intent\", \"resize\", \"rest\", \"rest-after\",\n    \"rest-before\", \"richness\", \"right\", \"rotate\", \"rotation\", \"rotation-point\",\n    \"row-gap\", \"ruby-align\", \"ruby-overhang\", \"ruby-position\", \"ruby-span\",\n    \"scale\", \"scroll-behavior\", \"scroll-margin\", \"scroll-margin-block\",\n    \"scroll-margin-block-end\", \"scroll-margin-block-start\", \"scroll-margin-bottom\",\n    \"scroll-margin-inline\", \"scroll-margin-inline-end\",\n    \"scroll-margin-inline-start\", \"scroll-margin-left\", \"scroll-margin-right\",\n    \"scroll-margin-top\", \"scroll-padding\", \"scroll-padding-block\",\n    \"scroll-padding-block-end\", \"scroll-padding-block-start\",\n    \"scroll-padding-bottom\", \"scroll-padding-inline\", \"scroll-padding-inline-end\",\n    \"scroll-padding-inline-start\", \"scroll-padding-left\", \"scroll-padding-right\",\n    \"scroll-padding-top\", \"scroll-snap-align\", \"scroll-snap-type\",\n    \"shape-image-threshold\", \"shape-inside\", \"shape-margin\", \"shape-outside\",\n    \"size\", \"speak\", \"speak-as\", \"speak-header\", \"speak-numeral\",\n    \"speak-punctuation\", \"speech-rate\", \"stress\", \"string-set\", \"tab-size\",\n    \"table-layout\", \"target\", \"target-name\", \"target-new\", \"target-position\",\n    \"text-align\", \"text-align-last\", \"text-combine-upright\", \"text-decoration\",\n    \"text-decoration-color\", \"text-decoration-line\", \"text-decoration-skip\",\n    \"text-decoration-skip-ink\", \"text-decoration-style\", \"text-emphasis\",\n    \"text-emphasis-color\", \"text-emphasis-position\", \"text-emphasis-style\",\n    \"text-height\", \"text-indent\", \"text-justify\", \"text-orientation\",\n    \"text-outline\", \"text-overflow\", \"text-rendering\", \"text-shadow\",\n    \"text-size-adjust\", \"text-space-collapse\", \"text-transform\",\n    \"text-underline-position\", \"text-wrap\", \"top\", \"touch-action\", \"transform\", \"transform-origin\",\n    \"transform-style\", \"transition\", \"transition-delay\", \"transition-duration\",\n    \"transition-property\", \"transition-timing-function\", \"translate\",\n    \"unicode-bidi\", \"user-select\", \"vertical-align\", \"visibility\", \"voice-balance\",\n    \"voice-duration\", \"voice-family\", \"voice-pitch\", \"voice-range\", \"voice-rate\",\n    \"voice-stress\", \"voice-volume\", \"volume\", \"white-space\", \"widows\", \"width\",\n    \"will-change\", \"word-break\", \"word-spacing\", \"word-wrap\", \"writing-mode\", \"z-index\",\n    // SVG-specific\n    \"clip-path\", \"clip-rule\", \"mask\", \"enable-background\", \"filter\", \"flood-color\",\n    \"flood-opacity\", \"lighting-color\", \"stop-color\", \"stop-opacity\", \"pointer-events\",\n    \"color-interpolation\", \"color-interpolation-filters\",\n    \"color-rendering\", \"fill\", \"fill-opacity\", \"fill-rule\", \"image-rendering\",\n    \"marker\", \"marker-end\", \"marker-mid\", \"marker-start\", \"paint-order\", \"shape-rendering\", \"stroke\",\n    \"stroke-dasharray\", \"stroke-dashoffset\", \"stroke-linecap\", \"stroke-linejoin\",\n    \"stroke-miterlimit\", \"stroke-opacity\", \"stroke-width\", \"text-rendering\",\n    \"baseline-shift\", \"dominant-baseline\", \"glyph-orientation-horizontal\",\n    \"glyph-orientation-vertical\", \"text-anchor\", \"writing-mode\",\n  ], propertyKeywords = keySet(propertyKeywords_);\n\n  var nonStandardPropertyKeywords_ = [\n    \"accent-color\", \"aspect-ratio\", \"border-block\", \"border-block-color\", \"border-block-end\",\n    \"border-block-end-color\", \"border-block-end-style\", \"border-block-end-width\",\n    \"border-block-start\", \"border-block-start-color\", \"border-block-start-style\",\n    \"border-block-start-width\", \"border-block-style\", \"border-block-width\",\n    \"border-inline\", \"border-inline-color\", \"border-inline-end\",\n    \"border-inline-end-color\", \"border-inline-end-style\",\n    \"border-inline-end-width\", \"border-inline-start\", \"border-inline-start-color\",\n    \"border-inline-start-style\", \"border-inline-start-width\",\n    \"border-inline-style\", \"border-inline-width\", \"content-visibility\", \"margin-block\",\n    \"margin-block-end\", \"margin-block-start\", \"margin-inline\", \"margin-inline-end\",\n    \"margin-inline-start\", \"overflow-anchor\", \"overscroll-behavior\", \"padding-block\", \"padding-block-end\",\n    \"padding-block-start\", \"padding-inline\", \"padding-inline-end\",\n    \"padding-inline-start\", \"scroll-snap-stop\", \"scrollbar-3d-light-color\",\n    \"scrollbar-arrow-color\", \"scrollbar-base-color\", \"scrollbar-dark-shadow-color\",\n    \"scrollbar-face-color\", \"scrollbar-highlight-color\", \"scrollbar-shadow-color\",\n    \"scrollbar-track-color\", \"searchfield-cancel-button\", \"searchfield-decoration\",\n    \"searchfield-results-button\", \"searchfield-results-decoration\", \"shape-inside\", \"zoom\"\n  ], nonStandardPropertyKeywords = keySet(nonStandardPropertyKeywords_);\n\n  var fontProperties_ = [\n    \"font-display\", \"font-family\", \"src\", \"unicode-range\", \"font-variant\",\n     \"font-feature-settings\", \"font-stretch\", \"font-weight\", \"font-style\"\n  ], fontProperties = keySet(fontProperties_);\n\n  var counterDescriptors_ = [\n    \"additive-symbols\", \"fallback\", \"negative\", \"pad\", \"prefix\", \"range\",\n    \"speak-as\", \"suffix\", \"symbols\", \"system\"\n  ], counterDescriptors = keySet(counterDescriptors_);\n\n  var colorKeywords_ = [\n    \"aliceblue\", \"antiquewhite\", \"aqua\", \"aquamarine\", \"azure\", \"beige\",\n    \"bisque\", \"black\", \"blanchedalmond\", \"blue\", \"blueviolet\", \"brown\",\n    \"burlywood\", \"cadetblue\", \"chartreuse\", \"chocolate\", \"coral\", \"cornflowerblue\",\n    \"cornsilk\", \"crimson\", \"cyan\", \"darkblue\", \"darkcyan\", \"darkgoldenrod\",\n    \"darkgray\", \"darkgreen\", \"darkgrey\", \"darkkhaki\", \"darkmagenta\", \"darkolivegreen\",\n    \"darkorange\", \"darkorchid\", \"darkred\", \"darksalmon\", \"darkseagreen\",\n    \"darkslateblue\", \"darkslategray\", \"darkslategrey\", \"darkturquoise\", \"darkviolet\",\n    \"deeppink\", \"deepskyblue\", \"dimgray\", \"dimgrey\", \"dodgerblue\", \"firebrick\",\n    \"floralwhite\", \"forestgreen\", \"fuchsia\", \"gainsboro\", \"ghostwhite\",\n    \"gold\", \"goldenrod\", \"gray\", \"grey\", \"green\", \"greenyellow\", \"honeydew\",\n    \"hotpink\", \"indianred\", \"indigo\", \"ivory\", \"khaki\", \"lavender\",\n    \"lavenderblush\", \"lawngreen\", \"lemonchiffon\", \"lightblue\", \"lightcoral\",\n    \"lightcyan\", \"lightgoldenrodyellow\", \"lightgray\", \"lightgreen\", \"lightgrey\", \"lightpink\",\n    \"lightsalmon\", \"lightseagreen\", \"lightskyblue\", \"lightslategray\", \"lightslategrey\",\n    \"lightsteelblue\", \"lightyellow\", \"lime\", \"limegreen\", \"linen\", \"magenta\",\n    \"maroon\", \"mediumaquamarine\", \"mediumblue\", \"mediumorchid\", \"mediumpurple\",\n    \"mediumseagreen\", \"mediumslateblue\", \"mediumspringgreen\", \"mediumturquoise\",\n    \"mediumvioletred\", \"midnightblue\", \"mintcream\", \"mistyrose\", \"moccasin\",\n    \"navajowhite\", \"navy\", \"oldlace\", \"olive\", \"olivedrab\", \"orange\", \"orangered\",\n    \"orchid\", \"palegoldenrod\", \"palegreen\", \"paleturquoise\", \"palevioletred\",\n    \"papayawhip\", \"peachpuff\", \"peru\", \"pink\", \"plum\", \"powderblue\",\n    \"purple\", \"rebeccapurple\", \"red\", \"rosybrown\", \"royalblue\", \"saddlebrown\",\n    \"salmon\", \"sandybrown\", \"seagreen\", \"seashell\", \"sienna\", \"silver\", \"skyblue\",\n    \"slateblue\", \"slategray\", \"slategrey\", \"snow\", \"springgreen\", \"steelblue\", \"tan\",\n    \"teal\", \"thistle\", \"tomato\", \"turquoise\", \"violet\", \"wheat\", \"white\",\n    \"whitesmoke\", \"yellow\", \"yellowgreen\"\n  ], colorKeywords = keySet(colorKeywords_);\n\n  var valueKeywords_ = [\n    \"above\", \"absolute\", \"activeborder\", \"additive\", \"activecaption\", \"afar\",\n    \"after-white-space\", \"ahead\", \"alias\", \"all\", \"all-scroll\", \"alphabetic\", \"alternate\",\n    \"always\", \"amharic\", \"amharic-abegede\", \"antialiased\", \"appworkspace\",\n    \"arabic-indic\", \"armenian\", \"asterisks\", \"attr\", \"auto\", \"auto-flow\", \"avoid\", \"avoid-column\", \"avoid-page\",\n    \"avoid-region\", \"axis-pan\", \"background\", \"backwards\", \"baseline\", \"below\", \"bidi-override\", \"binary\",\n    \"bengali\", \"blink\", \"block\", \"block-axis\", \"blur\", \"bold\", \"bolder\", \"border\", \"border-box\",\n    \"both\", \"bottom\", \"break\", \"break-all\", \"break-word\", \"brightness\", \"bullets\", \"button\",\n    \"buttonface\", \"buttonhighlight\", \"buttonshadow\", \"buttontext\", \"calc\", \"cambodian\",\n    \"capitalize\", \"caps-lock-indicator\", \"caption\", \"captiontext\", \"caret\",\n    \"cell\", \"center\", \"checkbox\", \"circle\", \"cjk-decimal\", \"cjk-earthly-branch\",\n    \"cjk-heavenly-stem\", \"cjk-ideographic\", \"clear\", \"clip\", \"close-quote\",\n    \"col-resize\", \"collapse\", \"color\", \"color-burn\", \"color-dodge\", \"column\", \"column-reverse\",\n    \"compact\", \"condensed\", \"conic-gradient\", \"contain\", \"content\", \"contents\",\n    \"content-box\", \"context-menu\", \"continuous\", \"contrast\", \"copy\", \"counter\", \"counters\", \"cover\", \"crop\",\n    \"cross\", \"crosshair\", \"cubic-bezier\", \"currentcolor\", \"cursive\", \"cyclic\", \"darken\", \"dashed\", \"decimal\",\n    \"decimal-leading-zero\", \"default\", \"default-button\", \"dense\", \"destination-atop\",\n    \"destination-in\", \"destination-out\", \"destination-over\", \"devanagari\", \"difference\",\n    \"disc\", \"discard\", \"disclosure-closed\", \"disclosure-open\", \"document\",\n    \"dot-dash\", \"dot-dot-dash\",\n    \"dotted\", \"double\", \"down\", \"drop-shadow\", \"e-resize\", \"ease\", \"ease-in\", \"ease-in-out\", \"ease-out\",\n    \"element\", \"ellipse\", \"ellipsis\", \"embed\", \"end\", \"ethiopic\", \"ethiopic-abegede\",\n    \"ethiopic-abegede-am-et\", \"ethiopic-abegede-gez\", \"ethiopic-abegede-ti-er\",\n    \"ethiopic-abegede-ti-et\", \"ethiopic-halehame-aa-er\",\n    \"ethiopic-halehame-aa-et\", \"ethiopic-halehame-am-et\",\n    \"ethiopic-halehame-gez\", \"ethiopic-halehame-om-et\",\n    \"ethiopic-halehame-sid-et\", \"ethiopic-halehame-so-et\",\n    \"ethiopic-halehame-ti-er\", \"ethiopic-halehame-ti-et\", \"ethiopic-halehame-tig\",\n    \"ethiopic-numeric\", \"ew-resize\", \"exclusion\", \"expanded\", \"extends\", \"extra-condensed\",\n    \"extra-expanded\", \"fantasy\", \"fast\", \"fill\", \"fill-box\", \"fixed\", \"flat\", \"flex\", \"flex-end\", \"flex-start\", \"footnotes\",\n    \"forwards\", \"from\", \"geometricPrecision\", \"georgian\", \"grayscale\", \"graytext\", \"grid\", \"groove\",\n    \"gujarati\", \"gurmukhi\", \"hand\", \"hangul\", \"hangul-consonant\", \"hard-light\", \"hebrew\",\n    \"help\", \"hidden\", \"hide\", \"higher\", \"highlight\", \"highlighttext\",\n    \"hiragana\", \"hiragana-iroha\", \"horizontal\", \"hsl\", \"hsla\", \"hue\", \"hue-rotate\", \"icon\", \"ignore\",\n    \"inactiveborder\", \"inactivecaption\", \"inactivecaptiontext\", \"infinite\",\n    \"infobackground\", \"infotext\", \"inherit\", \"initial\", \"inline\", \"inline-axis\",\n    \"inline-block\", \"inline-flex\", \"inline-grid\", \"inline-table\", \"inset\", \"inside\", \"intrinsic\", \"invert\",\n    \"italic\", \"japanese-formal\", \"japanese-informal\", \"justify\", \"kannada\",\n    \"katakana\", \"katakana-iroha\", \"keep-all\", \"khmer\",\n    \"korean-hangul-formal\", \"korean-hanja-formal\", \"korean-hanja-informal\",\n    \"landscape\", \"lao\", \"large\", \"larger\", \"left\", \"level\", \"lighter\", \"lighten\",\n    \"line-through\", \"linear\", \"linear-gradient\", \"lines\", \"list-item\", \"listbox\", \"listitem\",\n    \"local\", \"logical\", \"loud\", \"lower\", \"lower-alpha\", \"lower-armenian\",\n    \"lower-greek\", \"lower-hexadecimal\", \"lower-latin\", \"lower-norwegian\",\n    \"lower-roman\", \"lowercase\", \"ltr\", \"luminosity\", \"malayalam\", \"manipulation\", \"match\", \"matrix\", \"matrix3d\",\n    \"media-play-button\", \"media-slider\", \"media-sliderthumb\",\n    \"media-volume-slider\", \"media-volume-sliderthumb\", \"medium\",\n    \"menu\", \"menulist\", \"menulist-button\",\n    \"menutext\", \"message-box\", \"middle\", \"min-intrinsic\",\n    \"mix\", \"mongolian\", \"monospace\", \"move\", \"multiple\", \"multiple_mask_images\", \"multiply\", \"myanmar\", \"n-resize\",\n    \"narrower\", \"ne-resize\", \"nesw-resize\", \"no-close-quote\", \"no-drop\",\n    \"no-open-quote\", \"no-repeat\", \"none\", \"normal\", \"not-allowed\", \"nowrap\",\n    \"ns-resize\", \"numbers\", \"numeric\", \"nw-resize\", \"nwse-resize\", \"oblique\", \"octal\", \"opacity\", \"open-quote\",\n    \"optimizeLegibility\", \"optimizeSpeed\", \"oriya\", \"oromo\", \"outset\",\n    \"outside\", \"outside-shape\", \"overlay\", \"overline\", \"padding\", \"padding-box\",\n    \"painted\", \"page\", \"paused\", \"persian\", \"perspective\", \"pinch-zoom\", \"plus-darker\", \"plus-lighter\",\n    \"pointer\", \"polygon\", \"portrait\", \"pre\", \"pre-line\", \"pre-wrap\", \"preserve-3d\",\n    \"progress\", \"push-button\", \"radial-gradient\", \"radio\", \"read-only\",\n    \"read-write\", \"read-write-plaintext-only\", \"rectangle\", \"region\",\n    \"relative\", \"repeat\", \"repeating-linear-gradient\", \"repeating-radial-gradient\",\n    \"repeating-conic-gradient\", \"repeat-x\", \"repeat-y\", \"reset\", \"reverse\",\n    \"rgb\", \"rgba\", \"ridge\", \"right\", \"rotate\", \"rotate3d\", \"rotateX\", \"rotateY\",\n    \"rotateZ\", \"round\", \"row\", \"row-resize\", \"row-reverse\", \"rtl\", \"run-in\", \"running\",\n    \"s-resize\", \"sans-serif\", \"saturate\", \"saturation\", \"scale\", \"scale3d\", \"scaleX\", \"scaleY\", \"scaleZ\", \"screen\",\n    \"scroll\", \"scrollbar\", \"scroll-position\", \"se-resize\", \"searchfield\",\n    \"searchfield-cancel-button\", \"searchfield-decoration\",\n    \"searchfield-results-button\", \"searchfield-results-decoration\", \"self-start\", \"self-end\",\n    \"semi-condensed\", \"semi-expanded\", \"separate\", \"sepia\", \"serif\", \"show\", \"sidama\",\n    \"simp-chinese-formal\", \"simp-chinese-informal\", \"single\",\n    \"skew\", \"skewX\", \"skewY\", \"skip-white-space\", \"slide\", \"slider-horizontal\",\n    \"slider-vertical\", \"sliderthumb-horizontal\", \"sliderthumb-vertical\", \"slow\",\n    \"small\", \"small-caps\", \"small-caption\", \"smaller\", \"soft-light\", \"solid\", \"somali\",\n    \"source-atop\", \"source-in\", \"source-out\", \"source-over\", \"space\", \"space-around\", \"space-between\", \"space-evenly\", \"spell-out\", \"square\",\n    \"square-button\", \"start\", \"static\", \"status-bar\", \"stretch\", \"stroke\", \"stroke-box\", \"sub\",\n    \"subpixel-antialiased\", \"svg_masks\", \"super\", \"sw-resize\", \"symbolic\", \"symbols\", \"system-ui\", \"table\",\n    \"table-caption\", \"table-cell\", \"table-column\", \"table-column-group\",\n    \"table-footer-group\", \"table-header-group\", \"table-row\", \"table-row-group\",\n    \"tamil\",\n    \"telugu\", \"text\", \"text-bottom\", \"text-top\", \"textarea\", \"textfield\", \"thai\",\n    \"thick\", \"thin\", \"threeddarkshadow\", \"threedface\", \"threedhighlight\",\n    \"threedlightshadow\", \"threedshadow\", \"tibetan\", \"tigre\", \"tigrinya-er\",\n    \"tigrinya-er-abegede\", \"tigrinya-et\", \"tigrinya-et-abegede\", \"to\", \"top\",\n    \"trad-chinese-formal\", \"trad-chinese-informal\", \"transform\",\n    \"translate\", \"translate3d\", \"translateX\", \"translateY\", \"translateZ\",\n    \"transparent\", \"ultra-condensed\", \"ultra-expanded\", \"underline\", \"unidirectional-pan\", \"unset\", \"up\",\n    \"upper-alpha\", \"upper-armenian\", \"upper-greek\", \"upper-hexadecimal\",\n    \"upper-latin\", \"upper-norwegian\", \"upper-roman\", \"uppercase\", \"urdu\", \"url\",\n    \"var\", \"vertical\", \"vertical-text\", \"view-box\", \"visible\", \"visibleFill\", \"visiblePainted\",\n    \"visibleStroke\", \"visual\", \"w-resize\", \"wait\", \"wave\", \"wider\",\n    \"window\", \"windowframe\", \"windowtext\", \"words\", \"wrap\", \"wrap-reverse\", \"x-large\", \"x-small\", \"xor\",\n    \"xx-large\", \"xx-small\"\n  ], valueKeywords = keySet(valueKeywords_);\n\n  var allWords = documentTypes_.concat(mediaTypes_).concat(mediaFeatures_).concat(mediaValueKeywords_)\n    .concat(propertyKeywords_).concat(nonStandardPropertyKeywords_).concat(colorKeywords_)\n    .concat(valueKeywords_);\n  CodeMirror.registerHelper(\"hintWords\", \"css\", allWords);\n\n  function tokenCComment(stream, state) {\n    var maybeEnd = false, ch;\n    while ((ch = stream.next()) != null) {\n      if (maybeEnd && ch == \"/\") {\n        state.tokenize = null;\n        break;\n      }\n      maybeEnd = (ch == \"*\");\n    }\n    return [\"comment\", \"comment\"];\n  }\n\n  CodeMirror.defineMIME(\"text/css\", {\n    documentTypes: documentTypes,\n    mediaTypes: mediaTypes,\n    mediaFeatures: mediaFeatures,\n    mediaValueKeywords: mediaValueKeywords,\n    propertyKeywords: propertyKeywords,\n    nonStandardPropertyKeywords: nonStandardPropertyKeywords,\n    fontProperties: fontProperties,\n    counterDescriptors: counterDescriptors,\n    colorKeywords: colorKeywords,\n    valueKeywords: valueKeywords,\n    tokenHooks: {\n      \"/\": function(stream, state) {\n        if (!stream.eat(\"*\")) return false;\n        state.tokenize = tokenCComment;\n        return tokenCComment(stream, state);\n      }\n    },\n    name: \"css\"\n  });\n\n  CodeMirror.defineMIME(\"text/x-scss\", {\n    mediaTypes: mediaTypes,\n    mediaFeatures: mediaFeatures,\n    mediaValueKeywords: mediaValueKeywords,\n    propertyKeywords: propertyKeywords,\n    nonStandardPropertyKeywords: nonStandardPropertyKeywords,\n    colorKeywords: colorKeywords,\n    valueKeywords: valueKeywords,\n    fontProperties: fontProperties,\n    allowNested: true,\n    lineComment: \"//\",\n    tokenHooks: {\n      \"/\": function(stream, state) {\n        if (stream.eat(\"/\")) {\n          stream.skipToEnd();\n          return [\"comment\", \"comment\"];\n        } else if (stream.eat(\"*\")) {\n          state.tokenize = tokenCComment;\n          return tokenCComment(stream, state);\n        } else {\n          return [\"operator\", \"operator\"];\n        }\n      },\n      \":\": function(stream) {\n        if (stream.match(/^\\s*\\{/, false))\n          return [null, null]\n        return false;\n      },\n      \"$\": function(stream) {\n        stream.match(/^[\\w-]+/);\n        if (stream.match(/^\\s*:/, false))\n          return [\"variable-2\", \"variable-definition\"];\n        return [\"variable-2\", \"variable\"];\n      },\n      \"#\": function(stream) {\n        if (!stream.eat(\"{\")) return false;\n        return [null, \"interpolation\"];\n      }\n    },\n    name: \"css\",\n    helperType: \"scss\"\n  });\n\n  CodeMirror.defineMIME(\"text/x-less\", {\n    mediaTypes: mediaTypes,\n    mediaFeatures: mediaFeatures,\n    mediaValueKeywords: mediaValueKeywords,\n    propertyKeywords: propertyKeywords,\n    nonStandardPropertyKeywords: nonStandardPropertyKeywords,\n    colorKeywords: colorKeywords,\n    valueKeywords: valueKeywords,\n    fontProperties: fontProperties,\n    allowNested: true,\n    lineComment: \"//\",\n    tokenHooks: {\n      \"/\": function(stream, state) {\n        if (stream.eat(\"/\")) {\n          stream.skipToEnd();\n          return [\"comment\", \"comment\"];\n        } else if (stream.eat(\"*\")) {\n          state.tokenize = tokenCComment;\n          return tokenCComment(stream, state);\n        } else {\n          return [\"operator\", \"operator\"];\n        }\n      },\n      \"@\": function(stream) {\n        if (stream.eat(\"{\")) return [null, \"interpolation\"];\n        if (stream.match(/^(charset|document|font-face|import|(-(moz|ms|o|webkit)-)?keyframes|media|namespace|page|supports)\\b/i, false)) return false;\n        stream.eatWhile(/[\\w\\\\\\-]/);\n        if (stream.match(/^\\s*:/, false))\n          return [\"variable-2\", \"variable-definition\"];\n        return [\"variable-2\", \"variable\"];\n      },\n      \"&\": function() {\n        return [\"atom\", \"atom\"];\n      }\n    },\n    name: \"css\",\n    helperType: \"less\"\n  });\n\n  CodeMirror.defineMIME(\"text/x-gss\", {\n    documentTypes: documentTypes,\n    mediaTypes: mediaTypes,\n    mediaFeatures: mediaFeatures,\n    propertyKeywords: propertyKeywords,\n    nonStandardPropertyKeywords: nonStandardPropertyKeywords,\n    fontProperties: fontProperties,\n    counterDescriptors: counterDescriptors,\n    colorKeywords: colorKeywords,\n    valueKeywords: valueKeywords,\n    supportsAtComponent: true,\n    tokenHooks: {\n      \"/\": function(stream, state) {\n        if (!stream.eat(\"*\")) return false;\n        state.tokenize = tokenCComment;\n        return tokenCComment(stream, state);\n      }\n    },\n    name: \"css\",\n    helperType: \"gss\"\n  });\n\n});\n"
  },
  {
    "path": "libs/codemirror/lib/formatting.js",
    "content": "// ============== Formatting extensions ============================\n(function() {\n  // Define extensions for a few modes\n  CodeMirror.extendMode(\"css\", {\n    commentStart: \"/*\",\n    commentEnd: \"*/\",\n    wordWrapChars: [\";\", \"\\\\{\", \"\\\\}\"],\n    autoFormatLineBreaks: function (text) {\n      return text.replace(new RegExp(\"(;|\\\\{|\\\\})([^\\r\\n])\", \"g\"), \"$1\\n$2\");\n    }\n  });\n\n  function jsNonBreakableBlocks(text) {\n    var nonBreakableRegexes = [/for\\s*?\\((.*?)\\)/,\n                               /\\\"(.*?)(\\\"|$)/,\n                               /\\'(.*?)(\\'|$)/,\n                               /\\/\\*(.*?)(\\*\\/|$)/,\n                               /\\/\\/.*/];\n    var nonBreakableBlocks = [];\n    for (var i = 0; i < nonBreakableRegexes.length; i++) {\n      var curPos = 0;\n      while (curPos < text.length) {\n        var m = text.substr(curPos).match(nonBreakableRegexes[i]);\n        if (m != null) {\n          nonBreakableBlocks.push({\n            start: curPos + m.index,\n            end: curPos + m.index + m[0].length\n          });\n          curPos += m.index + Math.max(1, m[0].length);\n        }\n        else { // No more matches\n          break;\n        }\n      }\n    }\n    nonBreakableBlocks.sort(function (a, b) {\n      return a.start - b.start;\n    });\n\n    return nonBreakableBlocks;\n  }\n\n  CodeMirror.extendMode(\"javascript\", {\n    commentStart: \"/*\",\n    commentEnd: \"*/\",\n    wordWrapChars: [\";\", \"\\\\{\", \"\\\\}\"],\n\n    autoFormatLineBreaks: function (text) {\n      var curPos = 0;\n      var split = this.jsonMode ? function(str) {\n        return str.replace(/([,{])/g, \"$1\\n\").replace(/}/g, \"\\n}\");\n      } : function(str) {\n        return str.replace(/(;|\\{|\\})([^\\r\\n;])/g, \"$1\\n$2\");\n      };\n      var nonBreakableBlocks = jsNonBreakableBlocks(text), res = \"\";\n      if (nonBreakableBlocks != null) {\n        for (var i = 0; i < nonBreakableBlocks.length; i++) {\n          if (nonBreakableBlocks[i].start > curPos) { // Break lines till the block\n            res += split(text.substring(curPos, nonBreakableBlocks[i].start));\n            curPos = nonBreakableBlocks[i].start;\n          }\n          if (nonBreakableBlocks[i].start <= curPos\n              && nonBreakableBlocks[i].end >= curPos) { // Skip non-breakable block\n            res += text.substring(curPos, nonBreakableBlocks[i].end);\n            curPos = nonBreakableBlocks[i].end;\n          }\n        }\n        if (curPos < text.length)\n          res += split(text.substr(curPos));\n      } else {\n        res = split(text);\n      }\n      return res.replace(/^\\n*|\\n*$/, \"\");\n    }\n  });\n\n  CodeMirror.extendMode(\"xml\", {\n    commentStart: \"<!--\",\n    commentEnd: \"-->\",\n    wordWrapChars: [\">\"],\n\n    autoFormatLineBreaks: function (text) {\n      var lines = text.split(\"\\n\");\n      var reProcessedPortion = new RegExp(\"(^\\\\s*?<|^[^<]*?)(.+)(>\\\\s*?$|[^>]*?$)\");\n      var reOpenBrackets = new RegExp(\"<\", \"g\");\n      var reCloseBrackets = new RegExp(\"(>)([^\\r\\n])\", \"g\");\n      for (var i = 0; i < lines.length; i++) {\n        var mToProcess = lines[i].match(reProcessedPortion);\n        if (mToProcess != null && mToProcess.length > 3) { // The line starts with whitespaces and ends with whitespaces\n          lines[i] = mToProcess[1]\n            + mToProcess[2].replace(reOpenBrackets, \"\\n$&\").replace(reCloseBrackets, \"$1\\n$2\")\n            + mToProcess[3];\n          continue;\n        }\n      }\n      return lines.join(\"\\n\");\n    }\n  });\n\n  function localModeAt(cm, pos) {\n    return CodeMirror.innerMode(cm.getMode(), cm.getTokenAt(pos).state).mode;\n  }\n\n  function enumerateModesBetween(cm, line, start, end) {\n    var outer = cm.getMode(), text = cm.getLine(line);\n    if (end == null) end = text.length;\n    if (!outer.innerMode) return [{from: start, to: end, mode: outer}];\n    var state = cm.getTokenAt({line: line, ch: start}).state;\n    var mode = CodeMirror.innerMode(outer, state).mode;\n    var found = [], stream = new CodeMirror.StringStream(text);\n    stream.pos = stream.start = start;\n    for (;;) {\n      outer.token(stream, state);\n      var curMode = CodeMirror.innerMode(outer, state).mode;\n      if (curMode != mode) {\n        var cut = stream.start;\n        // Crappy heuristic to deal with the fact that a change in\n        // mode can occur both at the end and the start of a token,\n        // and we don't know which it was.\n        if (mode.name == \"xml\" && text.charAt(stream.pos - 1) == \">\") cut = stream.pos;\n        found.push({from: start, to: cut, mode: mode});\n        start = cut;\n        mode = curMode;\n      }\n      if (stream.pos >= end) break;\n      stream.start = stream.pos;\n    }\n    if (start < end) found.push({from: start, to: end, mode: mode});\n    return found;\n  }\n\n  // Comment/uncomment the specified range\n  CodeMirror.defineExtension(\"commentRange\", function (isComment, from, to) {\n    var curMode = localModeAt(this, from), cm = this;\n    this.operation(function() {\n      if (isComment) { // Comment range\n        cm.replaceRange(curMode.commentEnd, to);\n        cm.replaceRange(curMode.commentStart, from);\n        if (from.line == to.line && from.ch == to.ch) // An empty comment inserted - put cursor inside\n          cm.setCursor(from.line, from.ch + curMode.commentStart.length);\n      } else { // Uncomment range\n        var selText = cm.getRange(from, to);\n        var startIndex = selText.indexOf(curMode.commentStart);\n        var endIndex = selText.lastIndexOf(curMode.commentEnd);\n        if (startIndex > -1 && endIndex > -1 && endIndex > startIndex) {\n          // Take string till comment start\n          selText = selText.substr(0, startIndex)\n          // From comment start till comment end\n            + selText.substring(startIndex + curMode.commentStart.length, endIndex)\n          // From comment end till string end\n            + selText.substr(endIndex + curMode.commentEnd.length);\n        }\n        cm.replaceRange(selText, from, to);\n      }\n    });\n  });\n\n  // Applies automatic mode-aware indentation to the specified range\n  CodeMirror.defineExtension(\"autoIndentRange\", function (from, to) {\n    var cmInstance = this;\n    this.operation(function () {\n      for (var i = from.line; i <= to.line; i++) {\n        cmInstance.indentLine(i, \"smart\");\n      }\n    });\n  });\n\n  // Applies automatic formatting to the specified range\n  CodeMirror.defineExtension(\"autoFormatRange\", function (from, to) {\n    var cm = this;\n    cm.operation(function () {\n      for (var cur = from.line, end = to.line; cur <= end; ++cur) {\n        var f = {line: cur, ch: cur == from.line ? from.ch : 0};\n        var t = {line: cur, ch: cur == end ? to.ch : null};\n        var modes = enumerateModesBetween(cm, cur, f.ch, t.ch), mangled = \"\";\n        var text = cm.getRange(f, t);\n        for (var i = 0; i < modes.length; ++i) {\n          var part = modes.length > 1 ? text.slice(modes[i].from, modes[i].to) : text;\n          if (mangled) mangled += \"\\n\";\n          if (modes[i].mode.autoFormatLineBreaks) {\n            mangled += modes[i].mode.autoFormatLineBreaks(part);\n          } else mangled += text;\n        }\n        if (mangled != text) {\n          for (var count = 0, pos = mangled.indexOf(\"\\n\"); pos != -1; pos = mangled.indexOf(\"\\n\", pos + 1), ++count) {}\n          cm.replaceRange(mangled, f, t);\n          cur += count;\n          end += count;\n        }\n      }\n      for (var cur = from.line + 1; cur <= end; ++cur)\n        cm.indentLine(cur, \"smart\");\n      cm.setSelection(from, cm.getCursor(false));\n    });\n  });\n})();\n"
  },
  {
    "path": "libs/codemirror/lib/htmlmixed.js",
    "content": "// CodeMirror, copyright (c) by Marijn Haverbeke and others\n// Distributed under an MIT license: https://codemirror.net/5/LICENSE\n\n(function(mod) {\n  if (typeof exports == \"object\" && typeof module == \"object\") // CommonJS\n    mod(require(\"../../lib/codemirror\"), require(\"../xml/xml\"), require(\"../javascript/javascript\"), require(\"../css/css\"));\n  else if (typeof define == \"function\" && define.amd) // AMD\n    define([\"../../lib/codemirror\", \"../xml/xml\", \"../javascript/javascript\", \"../css/css\"], mod);\n  else // Plain browser env\n    mod(CodeMirror);\n})(function(CodeMirror) {\n  \"use strict\";\n\n  var defaultTags = {\n    script: [\n      [\"lang\", /(javascript|babel)/i, \"javascript\"],\n      [\"type\", /^(?:text|application)\\/(?:x-)?(?:java|ecma)script$|^module$|^$/i, \"javascript\"],\n      [\"type\", /./, \"text/plain\"],\n      [null, null, \"javascript\"]\n    ],\n    style:  [\n      [\"lang\", /^css$/i, \"css\"],\n      [\"type\", /^(text\\/)?(x-)?(stylesheet|css)$/i, \"css\"],\n      [\"type\", /./, \"text/plain\"],\n      [null, null, \"css\"]\n    ]\n  };\n\n  function maybeBackup(stream, pat, style) {\n    var cur = stream.current(), close = cur.search(pat);\n    if (close > -1) {\n      stream.backUp(cur.length - close);\n    } else if (cur.match(/<\\/?$/)) {\n      stream.backUp(cur.length);\n      if (!stream.match(pat, false)) stream.match(cur);\n    }\n    return style;\n  }\n\n  var attrRegexpCache = {};\n  function getAttrRegexp(attr) {\n    var regexp = attrRegexpCache[attr];\n    if (regexp) return regexp;\n    return attrRegexpCache[attr] = new RegExp(\"\\\\s+\" + attr + \"\\\\s*=\\\\s*('|\\\")?([^'\\\"]+)('|\\\")?\\\\s*\");\n  }\n\n  function getAttrValue(text, attr) {\n    var match = text.match(getAttrRegexp(attr))\n    return match ? /^\\s*(.*?)\\s*$/.exec(match[2])[1] : \"\"\n  }\n\n  function getTagRegexp(tagName, anchored) {\n    return new RegExp((anchored ? \"^\" : \"\") + \"<\\/\\\\s*\" + tagName + \"\\\\s*>\", \"i\");\n  }\n\n  function addTags(from, to) {\n    for (var tag in from) {\n      var dest = to[tag] || (to[tag] = []);\n      var source = from[tag];\n      for (var i = source.length - 1; i >= 0; i--)\n        dest.unshift(source[i])\n    }\n  }\n\n  function findMatchingMode(tagInfo, tagText) {\n    for (var i = 0; i < tagInfo.length; i++) {\n      var spec = tagInfo[i];\n      if (!spec[0] || spec[1].test(getAttrValue(tagText, spec[0]))) return spec[2];\n    }\n  }\n\n  CodeMirror.defineMode(\"htmlmixed\", function (config, parserConfig) {\n    var htmlMode = CodeMirror.getMode(config, {\n      name: \"xml\",\n      htmlMode: true,\n      multilineTagIndentFactor: parserConfig.multilineTagIndentFactor,\n      multilineTagIndentPastTag: parserConfig.multilineTagIndentPastTag,\n      allowMissingTagName: parserConfig.allowMissingTagName,\n    });\n\n    var tags = {};\n    var configTags = parserConfig && parserConfig.tags, configScript = parserConfig && parserConfig.scriptTypes;\n    addTags(defaultTags, tags);\n    if (configTags) addTags(configTags, tags);\n    if (configScript) for (var i = configScript.length - 1; i >= 0; i--)\n      tags.script.unshift([\"type\", configScript[i].matches, configScript[i].mode])\n\n    function html(stream, state) {\n      var style = htmlMode.token(stream, state.htmlState), tag = /\\btag\\b/.test(style), tagName\n      if (tag && !/[<>\\s\\/]/.test(stream.current()) &&\n          (tagName = state.htmlState.tagName && state.htmlState.tagName.toLowerCase()) &&\n          tags.hasOwnProperty(tagName)) {\n        state.inTag = tagName + \" \"\n      } else if (state.inTag && tag && />$/.test(stream.current())) {\n        var inTag = /^([\\S]+) (.*)/.exec(state.inTag)\n        state.inTag = null\n        var modeSpec = stream.current() == \">\" && findMatchingMode(tags[inTag[1]], inTag[2])\n        var mode = CodeMirror.getMode(config, modeSpec)\n        var endTagA = getTagRegexp(inTag[1], true), endTag = getTagRegexp(inTag[1], false);\n        state.token = function (stream, state) {\n          if (stream.match(endTagA, false)) {\n            state.token = html;\n            state.localState = state.localMode = null;\n            return null;\n          }\n          return maybeBackup(stream, endTag, state.localMode.token(stream, state.localState));\n        };\n        state.localMode = mode;\n        state.localState = CodeMirror.startState(mode, htmlMode.indent(state.htmlState, \"\", \"\"));\n      } else if (state.inTag) {\n        state.inTag += stream.current()\n        if (stream.eol()) state.inTag += \" \"\n      }\n      return style;\n    };\n\n    return {\n      startState: function () {\n        var state = CodeMirror.startState(htmlMode);\n        return {token: html, inTag: null, localMode: null, localState: null, htmlState: state};\n      },\n\n      copyState: function (state) {\n        var local;\n        if (state.localState) {\n          local = CodeMirror.copyState(state.localMode, state.localState);\n        }\n        return {token: state.token, inTag: state.inTag,\n                localMode: state.localMode, localState: local,\n                htmlState: CodeMirror.copyState(htmlMode, state.htmlState)};\n      },\n\n      token: function (stream, state) {\n        return state.token(stream, state);\n      },\n\n      indent: function (state, textAfter, line) {\n        if (!state.localMode || /^\\s*<\\//.test(textAfter))\n          return htmlMode.indent(state.htmlState, textAfter, line);\n        else if (state.localMode.indent)\n          return state.localMode.indent(state.localState, textAfter, line);\n        else\n          return CodeMirror.Pass;\n      },\n\n      innerMode: function (state) {\n        return {state: state.localState || state.htmlState, mode: state.localMode || htmlMode};\n      }\n    };\n  }, \"xml\", \"javascript\", \"css\");\n\n  CodeMirror.defineMIME(\"text/html\", \"htmlmixed\");\n});\n"
  },
  {
    "path": "libs/codemirror/lib/search.js",
    "content": "// CodeMirror, copyright (c) by Marijn Haverbeke and others\n// Distributed under an MIT license: https://codemirror.net/5/LICENSE\n\n// Define search commands. Depends on dialog.js or another\n// implementation of the openDialog method.\n\n// Replace works a little oddly -- it will do the replace on the next\n// Ctrl-G (or whatever is bound to findNext) press. You prevent a\n// replace by making sure the match is no longer selected when hitting\n// Ctrl-G.\n\n(function(mod) {\n  if (typeof exports == \"object\" && typeof module == \"object\") // CommonJS\n    mod(require(\"../../lib/codemirror\"), require(\"./searchcursor\"), require(\"../dialog/dialog\"));\n  else if (typeof define == \"function\" && define.amd) // AMD\n    define([\"../../lib/codemirror\", \"./searchcursor\", \"../dialog/dialog\"], mod);\n  else // Plain browser env\n    mod(CodeMirror);\n})(function(CodeMirror) {\n  \"use strict\";\n\n  // default search panel location\n  CodeMirror.defineOption(\"search\", {bottom: false});\n\n  function searchOverlay(query, caseInsensitive) {\n    if (typeof query == \"string\")\n      query = new RegExp(query.replace(/[\\-\\[\\]\\/\\{\\}\\(\\)\\*\\+\\?\\.\\\\\\^\\$\\|]/g, \"\\\\$&\"), caseInsensitive ? \"gi\" : \"g\");\n    else if (!query.global)\n      query = new RegExp(query.source, query.ignoreCase ? \"gi\" : \"g\");\n\n    return {token: function(stream) {\n      query.lastIndex = stream.pos;\n      var match = query.exec(stream.string);\n      if (match && match.index == stream.pos) {\n        stream.pos += match[0].length || 1;\n        return \"searching\";\n      } else if (match) {\n        stream.pos = match.index;\n      } else {\n        stream.skipToEnd();\n      }\n    }};\n  }\n\n  function SearchState() {\n    this.posFrom = this.posTo = this.lastQuery = this.query = null;\n    this.overlay = null;\n  }\n\n  function getSearchState(cm) {\n    return cm.state.search || (cm.state.search = new SearchState());\n  }\n\n  function queryCaseInsensitive(query) {\n    return typeof query == \"string\" && query == query.toLowerCase();\n  }\n\n  function getSearchCursor(cm, query, pos) {\n    // Heuristic: if the query string is all lowercase, do a case insensitive search.\n    return cm.getSearchCursor(query, pos, {caseFold: queryCaseInsensitive(query), multiline: true});\n  }\n\n  function persistentDialog(cm, text, deflt, onEnter, onKeyDown) {\n    cm.openDialog(text, onEnter, {\n      value: deflt,\n      selectValueOnOpen: true,\n      closeOnEnter: false,\n      onClose: function() { clearSearch(cm); },\n      onKeyDown: onKeyDown,\n      bottom: cm.options.search.bottom\n    });\n  }\n\n  function dialog(cm, text, shortText, deflt, f) {\n    if (cm.openDialog) cm.openDialog(text, f, {value: deflt, selectValueOnOpen: true, bottom: cm.options.search.bottom});\n    else f(prompt(shortText, deflt));\n  }\n\n  function confirmDialog(cm, text, shortText, fs) {\n    if (cm.openConfirm) cm.openConfirm(text, fs);\n    else if (confirm(shortText)) fs[0]();\n  }\n\n  function parseString(string) {\n    return string.replace(/\\\\([nrt\\\\])/g, function(match, ch) {\n      if (ch == \"n\") return \"\\n\"\n      if (ch == \"r\") return \"\\r\"\n      if (ch == \"t\") return \"\\t\"\n      if (ch == \"\\\\\") return \"\\\\\"\n      return match\n    })\n  }\n\n  function parseQuery(query) {\n    var isRE = query.match(/^\\/(.*)\\/([a-z]*)$/);\n    if (isRE) {\n      try { query = new RegExp(isRE[1], isRE[2].indexOf(\"i\") == -1 ? \"\" : \"i\"); }\n      catch(e) {} // Not a regular expression after all, do a string search\n    } else {\n      query = parseString(query)\n    }\n    if (typeof query == \"string\" ? query == \"\" : query.test(\"\"))\n      query = /x^/;\n    return query;\n  }\n\n  function startSearch(cm, state, query) {\n    state.queryText = query;\n    state.query = parseQuery(query);\n    cm.removeOverlay(state.overlay, queryCaseInsensitive(state.query));\n    state.overlay = searchOverlay(state.query, queryCaseInsensitive(state.query));\n    cm.addOverlay(state.overlay);\n    if (cm.showMatchesOnScrollbar) {\n      if (state.annotate) { state.annotate.clear(); state.annotate = null; }\n      state.annotate = cm.showMatchesOnScrollbar(state.query, queryCaseInsensitive(state.query));\n    }\n  }\n\n  function doSearch(cm, rev, persistent, immediate) {\n    var state = getSearchState(cm);\n    if (state.query) return findNext(cm, rev);\n    var q = cm.getSelection() || state.lastQuery;\n    if (q instanceof RegExp && q.source == \"x^\") q = null\n    if (persistent && cm.openDialog) {\n      var hiding = null\n      var searchNext = function(query, event) {\n        CodeMirror.e_stop(event);\n        if (!query) return;\n        if (query != state.queryText) {\n          startSearch(cm, state, query);\n          state.posFrom = state.posTo = cm.getCursor();\n        }\n        if (hiding) hiding.style.opacity = 1\n        findNext(cm, event.shiftKey, function(_, to) {\n          var dialog\n          if (to.line < 3 && document.querySelector &&\n              (dialog = cm.display.wrapper.querySelector(\".CodeMirror-dialog\")) &&\n              dialog.getBoundingClientRect().bottom - 4 > cm.cursorCoords(to, \"window\").top)\n            (hiding = dialog).style.opacity = .4\n        })\n      };\n      persistentDialog(cm, getQueryDialog(cm), q, searchNext, function(event, query) {\n        var keyName = CodeMirror.keyName(event)\n        var extra = cm.getOption('extraKeys'), cmd = (extra && extra[keyName]) || CodeMirror.keyMap[cm.getOption(\"keyMap\")][keyName]\n        if (cmd == \"findNext\" || cmd == \"findPrev\" ||\n          cmd == \"findPersistentNext\" || cmd == \"findPersistentPrev\") {\n          CodeMirror.e_stop(event);\n          startSearch(cm, getSearchState(cm), query);\n          cm.execCommand(cmd);\n        } else if (cmd == \"find\" || cmd == \"findPersistent\") {\n          CodeMirror.e_stop(event);\n          searchNext(query, event);\n        }\n      });\n      if (immediate && q) {\n        startSearch(cm, state, q);\n        findNext(cm, rev);\n      }\n    } else {\n      dialog(cm, getQueryDialog(cm), \"Search for:\", q, function(query) {\n        if (query && !state.query) cm.operation(function() {\n          startSearch(cm, state, query);\n          state.posFrom = state.posTo = cm.getCursor();\n          findNext(cm, rev);\n        });\n      });\n    }\n  }\n\n  function findNext(cm, rev, callback) {cm.operation(function() {\n    var state = getSearchState(cm);\n    var cursor = getSearchCursor(cm, state.query, rev ? state.posFrom : state.posTo);\n    if (!cursor.find(rev)) {\n      cursor = getSearchCursor(cm, state.query, rev ? CodeMirror.Pos(cm.lastLine()) : CodeMirror.Pos(cm.firstLine(), 0));\n      if (!cursor.find(rev)) return;\n    }\n    cm.setSelection(cursor.from(), cursor.to());\n    cm.scrollIntoView({from: cursor.from(), to: cursor.to()}, 20);\n    state.posFrom = cursor.from(); state.posTo = cursor.to();\n    if (callback) callback(cursor.from(), cursor.to())\n  });}\n\n  function clearSearch(cm) {cm.operation(function() {\n    var state = getSearchState(cm);\n    state.lastQuery = state.query;\n    if (!state.query) return;\n    state.query = state.queryText = null;\n    cm.removeOverlay(state.overlay);\n    if (state.annotate) { state.annotate.clear(); state.annotate = null; }\n  });}\n\n  function el(tag, attrs) {\n    var element = tag ? document.createElement(tag) : document.createDocumentFragment();\n    for (var key in attrs) {\n      element[key] = attrs[key];\n    }\n    for (var i = 2; i < arguments.length; i++) {\n      var child = arguments[i]\n      element.appendChild(typeof child == \"string\" ? document.createTextNode(child) : child);\n    }\n    return element;\n  }\n\n  function getQueryDialog(cm)  {\n    var label = el(\"label\", {className: \"CodeMirror-search-label\"},\n                   cm.phrase(\"Search:\"),\n                   el(\"input\", {type: \"text\", \"style\": \"width: 10em\", className: \"CodeMirror-search-field\",\n                                id: \"CodeMirror-search-field\"}));\n    label.setAttribute(\"for\",\"CodeMirror-search-field\");\n    return el(\"\", null, label, \" \",\n              el(\"span\", {style: \"color: #666\", className: \"CodeMirror-search-hint\"},\n                 cm.phrase(\"(Use /re/ syntax for regexp search)\")));\n  }\n  function getReplaceQueryDialog(cm) {\n    return el(\"\", null, \" \",\n              el(\"input\", {type: \"text\", \"style\": \"width: 10em\", className: \"CodeMirror-search-field\"}), \" \",\n              el(\"span\", {style: \"color: #666\", className: \"CodeMirror-search-hint\"},\n                 cm.phrase(\"(Use /re/ syntax for regexp search)\")));\n  }\n  function getReplacementQueryDialog(cm) {\n    return el(\"\", null,\n              el(\"span\", {className: \"CodeMirror-search-label\"}, cm.phrase(\"With:\")), \" \",\n              el(\"input\", {type: \"text\", \"style\": \"width: 10em\", className: \"CodeMirror-search-field\"}));\n  }\n  function getDoReplaceConfirm(cm) {\n    return el(\"\", null,\n              el(\"span\", {className: \"CodeMirror-search-label\"}, cm.phrase(\"Replace?\")), \" \",\n              el(\"button\", {}, cm.phrase(\"Yes\")), \" \",\n              el(\"button\", {}, cm.phrase(\"No\")), \" \",\n              el(\"button\", {}, cm.phrase(\"All\")), \" \",\n              el(\"button\", {}, cm.phrase(\"Stop\")));\n  }\n\n  function replaceAll(cm, query, text) {\n    cm.operation(function() {\n      for (var cursor = getSearchCursor(cm, query); cursor.findNext();) {\n        if (typeof query != \"string\") {\n          var match = cm.getRange(cursor.from(), cursor.to()).match(query);\n          cursor.replace(text.replace(/\\$(\\d)/g, function(_, i) {return match[i];}));\n        } else cursor.replace(text);\n      }\n    });\n  }\n\n  function replace(cm, all) {\n    if (cm.getOption(\"readOnly\")) return;\n    var query = cm.getSelection() || getSearchState(cm).lastQuery;\n    var dialogText = all ? cm.phrase(\"Replace all:\") : cm.phrase(\"Replace:\")\n    var fragment = el(\"\", null,\n                      el(\"span\", {className: \"CodeMirror-search-label\"}, dialogText),\n                      getReplaceQueryDialog(cm))\n    dialog(cm, fragment, dialogText, query, function(query) {\n      if (!query) return;\n      query = parseQuery(query);\n      dialog(cm, getReplacementQueryDialog(cm), cm.phrase(\"Replace with:\"), \"\", function(text) {\n        text = parseString(text)\n        if (all) {\n          replaceAll(cm, query, text)\n        } else {\n          clearSearch(cm);\n          var cursor = getSearchCursor(cm, query, cm.getCursor(\"from\"));\n          var advance = function() {\n            var start = cursor.from(), match;\n            if (!(match = cursor.findNext())) {\n              cursor = getSearchCursor(cm, query);\n              if (!(match = cursor.findNext()) ||\n                  (start && cursor.from().line == start.line && cursor.from().ch == start.ch)) return;\n            }\n            cm.setSelection(cursor.from(), cursor.to());\n            cm.scrollIntoView({from: cursor.from(), to: cursor.to()});\n            confirmDialog(cm, getDoReplaceConfirm(cm), cm.phrase(\"Replace?\"),\n                          [function() {doReplace(match);}, advance,\n                           function() {replaceAll(cm, query, text)}]);\n          };\n          var doReplace = function(match) {\n            cursor.replace(typeof query == \"string\" ? text :\n                           text.replace(/\\$(\\d)/g, function(_, i) {return match[i];}));\n            advance();\n          };\n          advance();\n        }\n      });\n    });\n  }\n\n  CodeMirror.commands.find = function(cm) {clearSearch(cm); doSearch(cm);};\n  CodeMirror.commands.findPersistent = function(cm) {clearSearch(cm); doSearch(cm, false, true);};\n  CodeMirror.commands.findPersistentNext = function(cm) {doSearch(cm, false, true, true);};\n  CodeMirror.commands.findPersistentPrev = function(cm) {doSearch(cm, true, true, true);};\n  CodeMirror.commands.findNext = doSearch;\n  CodeMirror.commands.findPrev = function(cm) {doSearch(cm, true);};\n  CodeMirror.commands.clearSearch = clearSearch;\n  CodeMirror.commands.replace = replace;\n  CodeMirror.commands.replaceAll = function(cm) {replace(cm, true);};\n});\n"
  },
  {
    "path": "libs/codemirror/lib/searchcursor.js",
    "content": "// CodeMirror, copyright (c) by Marijn Haverbeke and others\n// Distributed under an MIT license: https://codemirror.net/5/LICENSE\n\n(function(mod) {\n  if (typeof exports == \"object\" && typeof module == \"object\") // CommonJS\n    mod(require(\"../../lib/codemirror\"))\n  else if (typeof define == \"function\" && define.amd) // AMD\n    define([\"../../lib/codemirror\"], mod)\n  else // Plain browser env\n    mod(CodeMirror)\n})(function(CodeMirror) {\n  \"use strict\"\n  var Pos = CodeMirror.Pos\n\n  function regexpFlags(regexp) {\n    var flags = regexp.flags\n    return flags != null ? flags : (regexp.ignoreCase ? \"i\" : \"\")\n      + (regexp.global ? \"g\" : \"\")\n      + (regexp.multiline ? \"m\" : \"\")\n  }\n\n  function ensureFlags(regexp, flags) {\n    var current = regexpFlags(regexp), target = current\n    for (var i = 0; i < flags.length; i++) if (target.indexOf(flags.charAt(i)) == -1)\n      target += flags.charAt(i)\n    return current == target ? regexp : new RegExp(regexp.source, target)\n  }\n\n  function maybeMultiline(regexp) {\n    return /\\\\s|\\\\n|\\n|\\\\W|\\\\D|\\[\\^/.test(regexp.source)\n  }\n\n  function searchRegexpForward(doc, regexp, start) {\n    regexp = ensureFlags(regexp, \"g\")\n    for (var line = start.line, ch = start.ch, last = doc.lastLine(); line <= last; line++, ch = 0) {\n      regexp.lastIndex = ch\n      var string = doc.getLine(line), match = regexp.exec(string)\n      if (match)\n        return {from: Pos(line, match.index),\n                to: Pos(line, match.index + match[0].length),\n                match: match}\n    }\n  }\n\n  function searchRegexpForwardMultiline(doc, regexp, start) {\n    if (!maybeMultiline(regexp)) return searchRegexpForward(doc, regexp, start)\n\n    regexp = ensureFlags(regexp, \"gm\")\n    var string, chunk = 1\n    for (var line = start.line, last = doc.lastLine(); line <= last;) {\n      // This grows the search buffer in exponentially-sized chunks\n      // between matches, so that nearby matches are fast and don't\n      // require concatenating the whole document (in case we're\n      // searching for something that has tons of matches), but at the\n      // same time, the amount of retries is limited.\n      for (var i = 0; i < chunk; i++) {\n        if (line > last) break\n        var curLine = doc.getLine(line++)\n        string = string == null ? curLine : string + \"\\n\" + curLine\n      }\n      chunk = chunk * 2\n      regexp.lastIndex = start.ch\n      var match = regexp.exec(string)\n      if (match) {\n        var before = string.slice(0, match.index).split(\"\\n\"), inside = match[0].split(\"\\n\")\n        var startLine = start.line + before.length - 1, startCh = before[before.length - 1].length\n        return {from: Pos(startLine, startCh),\n                to: Pos(startLine + inside.length - 1,\n                        inside.length == 1 ? startCh + inside[0].length : inside[inside.length - 1].length),\n                match: match}\n      }\n    }\n  }\n\n  function lastMatchIn(string, regexp, endMargin) {\n    var match, from = 0\n    while (from <= string.length) {\n      regexp.lastIndex = from\n      var newMatch = regexp.exec(string)\n      if (!newMatch) break\n      var end = newMatch.index + newMatch[0].length\n      if (end > string.length - endMargin) break\n      if (!match || end > match.index + match[0].length)\n        match = newMatch\n      from = newMatch.index + 1\n    }\n    return match\n  }\n\n  function searchRegexpBackward(doc, regexp, start) {\n    regexp = ensureFlags(regexp, \"g\")\n    for (var line = start.line, ch = start.ch, first = doc.firstLine(); line >= first; line--, ch = -1) {\n      var string = doc.getLine(line)\n      var match = lastMatchIn(string, regexp, ch < 0 ? 0 : string.length - ch)\n      if (match)\n        return {from: Pos(line, match.index),\n                to: Pos(line, match.index + match[0].length),\n                match: match}\n    }\n  }\n\n  function searchRegexpBackwardMultiline(doc, regexp, start) {\n    if (!maybeMultiline(regexp)) return searchRegexpBackward(doc, regexp, start)\n    regexp = ensureFlags(regexp, \"gm\")\n    var string, chunkSize = 1, endMargin = doc.getLine(start.line).length - start.ch\n    for (var line = start.line, first = doc.firstLine(); line >= first;) {\n      for (var i = 0; i < chunkSize && line >= first; i++) {\n        var curLine = doc.getLine(line--)\n        string = string == null ? curLine : curLine + \"\\n\" + string\n      }\n      chunkSize *= 2\n\n      var match = lastMatchIn(string, regexp, endMargin)\n      if (match) {\n        var before = string.slice(0, match.index).split(\"\\n\"), inside = match[0].split(\"\\n\")\n        var startLine = line + before.length, startCh = before[before.length - 1].length\n        return {from: Pos(startLine, startCh),\n                to: Pos(startLine + inside.length - 1,\n                        inside.length == 1 ? startCh + inside[0].length : inside[inside.length - 1].length),\n                match: match}\n      }\n    }\n  }\n\n  var doFold, noFold\n  if (String.prototype.normalize) {\n    doFold = function(str) { return str.normalize(\"NFD\").toLowerCase() }\n    noFold = function(str) { return str.normalize(\"NFD\") }\n  } else {\n    doFold = function(str) { return str.toLowerCase() }\n    noFold = function(str) { return str }\n  }\n\n  // Maps a position in a case-folded line back to a position in the original line\n  // (compensating for codepoints increasing in number during folding)\n  function adjustPos(orig, folded, pos, foldFunc) {\n    if (orig.length == folded.length) return pos\n    for (var min = 0, max = pos + Math.max(0, orig.length - folded.length);;) {\n      if (min == max) return min\n      var mid = (min + max) >> 1\n      var len = foldFunc(orig.slice(0, mid)).length\n      if (len == pos) return mid\n      else if (len > pos) max = mid\n      else min = mid + 1\n    }\n  }\n\n  function searchStringForward(doc, query, start, caseFold) {\n    // Empty string would match anything and never progress, so we\n    // define it to match nothing instead.\n    if (!query.length) return null\n    var fold = caseFold ? doFold : noFold\n    var lines = fold(query).split(/\\r|\\n\\r?/)\n\n    search: for (var line = start.line, ch = start.ch, last = doc.lastLine() + 1 - lines.length; line <= last; line++, ch = 0) {\n      var orig = doc.getLine(line).slice(ch), string = fold(orig)\n      if (lines.length == 1) {\n        var found = string.indexOf(lines[0])\n        if (found == -1) continue search\n        var start = adjustPos(orig, string, found, fold) + ch\n        return {from: Pos(line, adjustPos(orig, string, found, fold) + ch),\n                to: Pos(line, adjustPos(orig, string, found + lines[0].length, fold) + ch)}\n      } else {\n        var cutFrom = string.length - lines[0].length\n        if (string.slice(cutFrom) != lines[0]) continue search\n        for (var i = 1; i < lines.length - 1; i++)\n          if (fold(doc.getLine(line + i)) != lines[i]) continue search\n        var end = doc.getLine(line + lines.length - 1), endString = fold(end), lastLine = lines[lines.length - 1]\n        if (endString.slice(0, lastLine.length) != lastLine) continue search\n        return {from: Pos(line, adjustPos(orig, string, cutFrom, fold) + ch),\n                to: Pos(line + lines.length - 1, adjustPos(end, endString, lastLine.length, fold))}\n      }\n    }\n  }\n\n  function searchStringBackward(doc, query, start, caseFold) {\n    if (!query.length) return null\n    var fold = caseFold ? doFold : noFold\n    var lines = fold(query).split(/\\r|\\n\\r?/)\n\n    search: for (var line = start.line, ch = start.ch, first = doc.firstLine() - 1 + lines.length; line >= first; line--, ch = -1) {\n      var orig = doc.getLine(line)\n      if (ch > -1) orig = orig.slice(0, ch)\n      var string = fold(orig)\n      if (lines.length == 1) {\n        var found = string.lastIndexOf(lines[0])\n        if (found == -1) continue search\n        return {from: Pos(line, adjustPos(orig, string, found, fold)),\n                to: Pos(line, adjustPos(orig, string, found + lines[0].length, fold))}\n      } else {\n        var lastLine = lines[lines.length - 1]\n        if (string.slice(0, lastLine.length) != lastLine) continue search\n        for (var i = 1, start = line - lines.length + 1; i < lines.length - 1; i++)\n          if (fold(doc.getLine(start + i)) != lines[i]) continue search\n        var top = doc.getLine(line + 1 - lines.length), topString = fold(top)\n        if (topString.slice(topString.length - lines[0].length) != lines[0]) continue search\n        return {from: Pos(line + 1 - lines.length, adjustPos(top, topString, top.length - lines[0].length, fold)),\n                to: Pos(line, adjustPos(orig, string, lastLine.length, fold))}\n      }\n    }\n  }\n\n  function SearchCursor(doc, query, pos, options) {\n    this.atOccurrence = false\n    this.afterEmptyMatch = false\n    this.doc = doc\n    pos = pos ? doc.clipPos(pos) : Pos(0, 0)\n    this.pos = {from: pos, to: pos}\n\n    var caseFold\n    if (typeof options == \"object\") {\n      caseFold = options.caseFold\n    } else { // Backwards compat for when caseFold was the 4th argument\n      caseFold = options\n      options = null\n    }\n\n    if (typeof query == \"string\") {\n      if (caseFold == null) caseFold = false\n      this.matches = function(reverse, pos) {\n        return (reverse ? searchStringBackward : searchStringForward)(doc, query, pos, caseFold)\n      }\n    } else {\n      query = ensureFlags(query, \"gm\")\n      if (!options || options.multiline !== false)\n        this.matches = function(reverse, pos) {\n          return (reverse ? searchRegexpBackwardMultiline : searchRegexpForwardMultiline)(doc, query, pos)\n        }\n      else\n        this.matches = function(reverse, pos) {\n          return (reverse ? searchRegexpBackward : searchRegexpForward)(doc, query, pos)\n        }\n    }\n  }\n\n  SearchCursor.prototype = {\n    findNext: function() {return this.find(false)},\n    findPrevious: function() {return this.find(true)},\n\n    find: function(reverse) {\n      var head = this.doc.clipPos(reverse ? this.pos.from : this.pos.to);\n      if (this.afterEmptyMatch && this.atOccurrence) {\n        // do not return the same 0 width match twice\n        head = Pos(head.line, head.ch)\n        if (reverse) {\n          head.ch--;\n          if (head.ch < 0) {\n            head.line--;\n            head.ch = (this.doc.getLine(head.line) || \"\").length;\n          }\n        } else {\n          head.ch++;\n          if (head.ch > (this.doc.getLine(head.line) || \"\").length) {\n            head.ch = 0;\n            head.line++;\n          }\n        }\n        if (CodeMirror.cmpPos(head, this.doc.clipPos(head)) != 0) {\n           return this.atOccurrence = false\n        }\n      }\n      var result = this.matches(reverse, head)\n      this.afterEmptyMatch = result && CodeMirror.cmpPos(result.from, result.to) == 0\n\n      if (result) {\n        this.pos = result\n        this.atOccurrence = true\n        return this.pos.match || true\n      } else {\n        var end = Pos(reverse ? this.doc.firstLine() : this.doc.lastLine() + 1, 0)\n        this.pos = {from: end, to: end}\n        return this.atOccurrence = false\n      }\n    },\n\n    from: function() {if (this.atOccurrence) return this.pos.from},\n    to: function() {if (this.atOccurrence) return this.pos.to},\n\n    replace: function(newText, origin) {\n      if (!this.atOccurrence) return\n      var lines = CodeMirror.splitLines(newText)\n      this.doc.replaceRange(lines, this.pos.from, this.pos.to, origin)\n      this.pos.to = Pos(this.pos.from.line + lines.length - 1,\n                        lines[lines.length - 1].length + (lines.length == 1 ? this.pos.from.ch : 0))\n    }\n  }\n\n  CodeMirror.defineExtension(\"getSearchCursor\", function(query, pos, caseFold) {\n    return new SearchCursor(this.doc, query, pos, caseFold)\n  })\n  CodeMirror.defineDocExtension(\"getSearchCursor\", function(query, pos, caseFold) {\n    return new SearchCursor(this, query, pos, caseFold)\n  })\n\n  CodeMirror.defineExtension(\"selectMatches\", function(query, caseFold) {\n    var ranges = []\n    var cur = this.getSearchCursor(query, this.getCursor(\"from\"), caseFold)\n    while (cur.findNext()) {\n      if (CodeMirror.cmpPos(cur.to(), this.getCursor(\"to\")) > 0) break\n      ranges.push({anchor: cur.from(), head: cur.to()})\n    }\n    if (ranges.length)\n      this.setSelections(ranges, 0)\n  })\n});\n"
  },
  {
    "path": "libs/codemirror/lib/xml.js",
    "content": "// CodeMirror, copyright (c) by Marijn Haverbeke and others\n// Distributed under an MIT license: https://codemirror.net/5/LICENSE\n\n(function(mod) {\n  if (typeof exports == \"object\" && typeof module == \"object\") // CommonJS\n    mod(require(\"../../lib/codemirror\"));\n  else if (typeof define == \"function\" && define.amd) // AMD\n    define([\"../../lib/codemirror\"], mod);\n  else // Plain browser env\n    mod(CodeMirror);\n})(function(CodeMirror) {\n\"use strict\";\n\nvar htmlConfig = {\n  autoSelfClosers: {'area': true, 'base': true, 'br': true, 'col': true, 'command': true,\n                    'embed': true, 'frame': true, 'hr': true, 'img': true, 'input': true,\n                    'keygen': true, 'link': true, 'meta': true, 'param': true, 'source': true,\n                    'track': true, 'wbr': true, 'menuitem': true},\n  implicitlyClosed: {'dd': true, 'li': true, 'optgroup': true, 'option': true, 'p': true,\n                     'rp': true, 'rt': true, 'tbody': true, 'td': true, 'tfoot': true,\n                     'th': true, 'tr': true},\n  contextGrabbers: {\n    'dd': {'dd': true, 'dt': true},\n    'dt': {'dd': true, 'dt': true},\n    'li': {'li': true},\n    'option': {'option': true, 'optgroup': true},\n    'optgroup': {'optgroup': true},\n    'p': {'address': true, 'article': true, 'aside': true, 'blockquote': true, 'dir': true,\n          'div': true, 'dl': true, 'fieldset': true, 'footer': true, 'form': true,\n          'h1': true, 'h2': true, 'h3': true, 'h4': true, 'h5': true, 'h6': true,\n          'header': true, 'hgroup': true, 'hr': true, 'menu': true, 'nav': true, 'ol': true,\n          'p': true, 'pre': true, 'section': true, 'table': true, 'ul': true},\n    'rp': {'rp': true, 'rt': true},\n    'rt': {'rp': true, 'rt': true},\n    'tbody': {'tbody': true, 'tfoot': true},\n    'td': {'td': true, 'th': true},\n    'tfoot': {'tbody': true},\n    'th': {'td': true, 'th': true},\n    'thead': {'tbody': true, 'tfoot': true},\n    'tr': {'tr': true}\n  },\n  doNotIndent: {\"pre\": true},\n  allowUnquoted: true,\n  allowMissing: true,\n  caseFold: true\n}\n\nvar xmlConfig = {\n  autoSelfClosers: {},\n  implicitlyClosed: {},\n  contextGrabbers: {},\n  doNotIndent: {},\n  allowUnquoted: false,\n  allowMissing: false,\n  allowMissingTagName: false,\n  caseFold: false\n}\n\nCodeMirror.defineMode(\"xml\", function(editorConf, config_) {\n  var indentUnit = editorConf.indentUnit\n  var config = {}\n  var defaults = config_.htmlMode ? htmlConfig : xmlConfig\n  for (var prop in defaults) config[prop] = defaults[prop]\n  for (var prop in config_) config[prop] = config_[prop]\n\n  // Return variables for tokenizers\n  var type, setStyle;\n\n  function inText(stream, state) {\n    function chain(parser) {\n      state.tokenize = parser;\n      return parser(stream, state);\n    }\n\n    var ch = stream.next();\n    if (ch == \"<\") {\n      if (stream.eat(\"!\")) {\n        if (stream.eat(\"[\")) {\n          if (stream.match(\"CDATA[\")) return chain(inBlock(\"atom\", \"]]>\"));\n          else return null;\n        } else if (stream.match(\"--\")) {\n          return chain(inBlock(\"comment\", \"-->\"));\n        } else if (stream.match(\"DOCTYPE\", true, true)) {\n          stream.eatWhile(/[\\w\\._\\-]/);\n          return chain(doctype(1));\n        } else {\n          return null;\n        }\n      } else if (stream.eat(\"?\")) {\n        stream.eatWhile(/[\\w\\._\\-]/);\n        state.tokenize = inBlock(\"meta\", \"?>\");\n        return \"meta\";\n      } else {\n        type = stream.eat(\"/\") ? \"closeTag\" : \"openTag\";\n        state.tokenize = inTag;\n        return \"tag bracket\";\n      }\n    } else if (ch == \"&\") {\n      var ok;\n      if (stream.eat(\"#\")) {\n        if (stream.eat(\"x\")) {\n          ok = stream.eatWhile(/[a-fA-F\\d]/) && stream.eat(\";\");\n        } else {\n          ok = stream.eatWhile(/[\\d]/) && stream.eat(\";\");\n        }\n      } else {\n        ok = stream.eatWhile(/[\\w\\.\\-:]/) && stream.eat(\";\");\n      }\n      return ok ? \"atom\" : \"error\";\n    } else {\n      stream.eatWhile(/[^&<]/);\n      return null;\n    }\n  }\n  inText.isInText = true;\n\n  function inTag(stream, state) {\n    var ch = stream.next();\n    if (ch == \">\" || (ch == \"/\" && stream.eat(\">\"))) {\n      state.tokenize = inText;\n      type = ch == \">\" ? \"endTag\" : \"selfcloseTag\";\n      return \"tag bracket\";\n    } else if (ch == \"=\") {\n      type = \"equals\";\n      return null;\n    } else if (ch == \"<\") {\n      state.tokenize = inText;\n      state.state = baseState;\n      state.tagName = state.tagStart = null;\n      var next = state.tokenize(stream, state);\n      return next ? next + \" tag error\" : \"tag error\";\n    } else if (/[\\'\\\"]/.test(ch)) {\n      state.tokenize = inAttribute(ch);\n      state.stringStartCol = stream.column();\n      return state.tokenize(stream, state);\n    } else {\n      stream.match(/^[^\\s\\u00a0=<>\\\"\\']*[^\\s\\u00a0=<>\\\"\\'\\/]/);\n      return \"word\";\n    }\n  }\n\n  function inAttribute(quote) {\n    var closure = function(stream, state) {\n      while (!stream.eol()) {\n        if (stream.next() == quote) {\n          state.tokenize = inTag;\n          break;\n        }\n      }\n      return \"string\";\n    };\n    closure.isInAttribute = true;\n    return closure;\n  }\n\n  function inBlock(style, terminator) {\n    return function(stream, state) {\n      while (!stream.eol()) {\n        if (stream.match(terminator)) {\n          state.tokenize = inText;\n          break;\n        }\n        stream.next();\n      }\n      return style;\n    }\n  }\n\n  function doctype(depth) {\n    return function(stream, state) {\n      var ch;\n      while ((ch = stream.next()) != null) {\n        if (ch == \"<\") {\n          state.tokenize = doctype(depth + 1);\n          return state.tokenize(stream, state);\n        } else if (ch == \">\") {\n          if (depth == 1) {\n            state.tokenize = inText;\n            break;\n          } else {\n            state.tokenize = doctype(depth - 1);\n            return state.tokenize(stream, state);\n          }\n        }\n      }\n      return \"meta\";\n    };\n  }\n\n  function lower(tagName) {\n    return tagName && tagName.toLowerCase();\n  }\n\n  function Context(state, tagName, startOfLine) {\n    this.prev = state.context;\n    this.tagName = tagName || \"\";\n    this.indent = state.indented;\n    this.startOfLine = startOfLine;\n    if (config.doNotIndent.hasOwnProperty(tagName) || (state.context && state.context.noIndent))\n      this.noIndent = true;\n  }\n  function popContext(state) {\n    if (state.context) state.context = state.context.prev;\n  }\n  function maybePopContext(state, nextTagName) {\n    var parentTagName;\n    while (true) {\n      if (!state.context) {\n        return;\n      }\n      parentTagName = state.context.tagName;\n      if (!config.contextGrabbers.hasOwnProperty(lower(parentTagName)) ||\n          !config.contextGrabbers[lower(parentTagName)].hasOwnProperty(lower(nextTagName))) {\n        return;\n      }\n      popContext(state);\n    }\n  }\n\n  function baseState(type, stream, state) {\n    if (type == \"openTag\") {\n      state.tagStart = stream.column();\n      return tagNameState;\n    } else if (type == \"closeTag\") {\n      return closeTagNameState;\n    } else {\n      return baseState;\n    }\n  }\n  function tagNameState(type, stream, state) {\n    if (type == \"word\") {\n      state.tagName = stream.current();\n      setStyle = \"tag\";\n      return attrState;\n    } else if (config.allowMissingTagName && type == \"endTag\") {\n      setStyle = \"tag bracket\";\n      return attrState(type, stream, state);\n    } else {\n      setStyle = \"error\";\n      return tagNameState;\n    }\n  }\n  function closeTagNameState(type, stream, state) {\n    if (type == \"word\") {\n      var tagName = stream.current();\n      if (state.context && state.context.tagName != tagName &&\n          config.implicitlyClosed.hasOwnProperty(lower(state.context.tagName)))\n        popContext(state);\n      if ((state.context && state.context.tagName == tagName) || config.matchClosing === false) {\n        setStyle = \"tag\";\n        return closeState;\n      } else {\n        setStyle = \"tag error\";\n        return closeStateErr;\n      }\n    } else if (config.allowMissingTagName && type == \"endTag\") {\n      setStyle = \"tag bracket\";\n      return closeState(type, stream, state);\n    } else {\n      setStyle = \"error\";\n      return closeStateErr;\n    }\n  }\n\n  function closeState(type, _stream, state) {\n    if (type != \"endTag\") {\n      setStyle = \"error\";\n      return closeState;\n    }\n    popContext(state);\n    return baseState;\n  }\n  function closeStateErr(type, stream, state) {\n    setStyle = \"error\";\n    return closeState(type, stream, state);\n  }\n\n  function attrState(type, _stream, state) {\n    if (type == \"word\") {\n      setStyle = \"attribute\";\n      return attrEqState;\n    } else if (type == \"endTag\" || type == \"selfcloseTag\") {\n      var tagName = state.tagName, tagStart = state.tagStart;\n      state.tagName = state.tagStart = null;\n      if (type == \"selfcloseTag\" ||\n          config.autoSelfClosers.hasOwnProperty(lower(tagName))) {\n        maybePopContext(state, tagName);\n      } else {\n        maybePopContext(state, tagName);\n        state.context = new Context(state, tagName, tagStart == state.indented);\n      }\n      return baseState;\n    }\n    setStyle = \"error\";\n    return attrState;\n  }\n  function attrEqState(type, stream, state) {\n    if (type == \"equals\") return attrValueState;\n    if (!config.allowMissing) setStyle = \"error\";\n    return attrState(type, stream, state);\n  }\n  function attrValueState(type, stream, state) {\n    if (type == \"string\") return attrContinuedState;\n    if (type == \"word\" && config.allowUnquoted) {setStyle = \"string\"; return attrState;}\n    setStyle = \"error\";\n    return attrState(type, stream, state);\n  }\n  function attrContinuedState(type, stream, state) {\n    if (type == \"string\") return attrContinuedState;\n    return attrState(type, stream, state);\n  }\n\n  return {\n    startState: function(baseIndent) {\n      var state = {tokenize: inText,\n                   state: baseState,\n                   indented: baseIndent || 0,\n                   tagName: null, tagStart: null,\n                   context: null}\n      if (baseIndent != null) state.baseIndent = baseIndent\n      return state\n    },\n\n    token: function(stream, state) {\n      if (!state.tagName && stream.sol())\n        state.indented = stream.indentation();\n\n      if (stream.eatSpace()) return null;\n      type = null;\n      var style = state.tokenize(stream, state);\n      if ((style || type) && style != \"comment\") {\n        setStyle = null;\n        state.state = state.state(type || style, stream, state);\n        if (setStyle)\n          style = setStyle == \"error\" ? style + \" error\" : setStyle;\n      }\n      return style;\n    },\n\n    indent: function(state, textAfter, fullLine) {\n      var context = state.context;\n      // Indent multi-line strings (e.g. css).\n      if (state.tokenize.isInAttribute) {\n        if (state.tagStart == state.indented)\n          return state.stringStartCol + 1;\n        else\n          return state.indented + indentUnit;\n      }\n      if (context && context.noIndent) return CodeMirror.Pass;\n      if (state.tokenize != inTag && state.tokenize != inText)\n        return fullLine ? fullLine.match(/^(\\s*)/)[0].length : 0;\n      // Indent the starts of attribute names.\n      if (state.tagName) {\n        if (config.multilineTagIndentPastTag !== false)\n          return state.tagStart + state.tagName.length + 2;\n        else\n          return state.tagStart + indentUnit * (config.multilineTagIndentFactor || 1);\n      }\n      if (config.alignCDATA && /<!\\[CDATA\\[/.test(textAfter)) return 0;\n      var tagAfter = textAfter && /^<(\\/)?([\\w_:\\.-]*)/.exec(textAfter);\n      if (tagAfter && tagAfter[1]) { // Closing tag spotted\n        while (context) {\n          if (context.tagName == tagAfter[2]) {\n            context = context.prev;\n            break;\n          } else if (config.implicitlyClosed.hasOwnProperty(lower(context.tagName))) {\n            context = context.prev;\n          } else {\n            break;\n          }\n        }\n      } else if (tagAfter) { // Opening tag spotted\n        while (context) {\n          var grabbers = config.contextGrabbers[lower(context.tagName)];\n          if (grabbers && grabbers.hasOwnProperty(lower(tagAfter[2])))\n            context = context.prev;\n          else\n            break;\n        }\n      }\n      while (context && context.prev && !context.startOfLine)\n        context = context.prev;\n      if (context) return context.indent + indentUnit;\n      else return state.baseIndent || 0;\n    },\n\n    electricInput: /<\\/[\\s\\w:]+>$/,\n    blockCommentStart: \"<!--\",\n    blockCommentEnd: \"-->\",\n\n    configuration: config.htmlMode ? \"html\" : \"xml\",\n    helperType: config.htmlMode ? \"html\" : \"xml\",\n\n    skipAttribute: function(state) {\n      if (state.state == attrValueState)\n        state.state = attrState\n    },\n\n    xmlCurrentTag: function(state) {\n      return state.tagName ? {name: state.tagName, close: state.type == \"closeTag\"} : null\n    },\n\n    xmlCurrentContext: function(state) {\n      var context = []\n      for (var cx = state.context; cx; cx = cx.prev)\n        context.push(cx.tagName)\n      return context.reverse()\n    }\n  };\n});\n\nCodeMirror.defineMIME(\"text/xml\", \"xml\");\nCodeMirror.defineMIME(\"application/xml\", \"xml\");\nif (!CodeMirror.mimeModes.hasOwnProperty(\"text/html\"))\n  CodeMirror.defineMIME(\"text/html\", {name: \"xml\", htmlMode: true});\n\n});\n"
  },
  {
    "path": "libs/codemirror/theme/duotone-dark.css",
    "content": "/*\nName:   DuoTone-Dark\nAuthor: by Bram de Haan, adapted from DuoTone themes by Simurai (http://simurai.com/projects/2016/01/01/duotone-themes)\n\nCodeMirror template by Jan T. Sott (https://github.com/idleberg), adapted by Bram de Haan (https://github.com/atelierbram/)\n*/\n\n.cm-s-duotone-dark.CodeMirror { background: #2a2734; color: #aca7f3; }\n.cm-s-duotone-dark div.CodeMirror-selected { background: #545167!important; }\n.cm-s-duotone-dark .CodeMirror-gutters { background: #2a2734; border-right: 0px; }\n.cm-s-duotone-dark .CodeMirror-linenumber { color: #545167; }\n\n/* begin cursor */\n.cm-s-duotone-dark .CodeMirror-cursor { border-left: 1px solid #ffad5c; /* border-left: 1px solid #ffad5c80; */ border-right: .5em solid #ffad5c; /* border-right: .5em solid #ffad5c80; */ opacity: .5; }\n.cm-s-duotone-dark .CodeMirror-activeline-background { background: #363342; /* background: #36334280;  */ opacity: .5;}\n.cm-s-duotone-dark .cm-fat-cursor .CodeMirror-cursor { background: #ffad5c; /* background: #ffad5c80; */ opacity: .5;}\n/* end cursor */\n\n.cm-s-duotone-dark span.cm-atom, .cm-s-duotone-dark span.cm-number, .cm-s-duotone-dark span.cm-keyword, .cm-s-duotone-dark span.cm-variable, .cm-s-duotone-dark span.cm-attribute, .cm-s-duotone-dark span.cm-quote, .cm-s-duotone-dark span.cm-hr, .cm-s-duotone-dark span.cm-link { color: #ffcc99; }\n\n.cm-s-duotone-dark span.cm-property { color: #9a86fd; }\n.cm-s-duotone-dark span.cm-punctuation, .cm-s-duotone-dark span.cm-unit, .cm-s-duotone-dark span.cm-negative { color: #e09142; }\n.cm-s-duotone-dark span.cm-string { color: #ffb870; }\n.cm-s-duotone-dark span.cm-operator { color: #ffad5c; }\n.cm-s-duotone-dark span.cm-positive { color: #6a51e6; }\n\n.cm-s-duotone-dark span.cm-variable-2, .cm-s-duotone-dark span.cm-variable-3, .cm-s-duotone-dark span.cm-type, .cm-s-duotone-dark span.cm-string-2, .cm-s-duotone-dark span.cm-url { color: #7a63ee; }\n.cm-s-duotone-dark span.cm-def, .cm-s-duotone-dark span.cm-tag, .cm-s-duotone-dark span.cm-builtin, .cm-s-duotone-dark span.cm-qualifier, .cm-s-duotone-dark span.cm-header, .cm-s-duotone-dark span.cm-em { color: #eeebff; }\n.cm-s-duotone-dark span.cm-bracket, .cm-s-duotone-dark span.cm-comment { color: #a7a5b2; }\n\n/* using #f00 red for errors, don't think any of the colorscheme variables will stand out enough, ... maybe by giving it a background-color ... */\n.cm-s-duotone-dark span.cm-error, .cm-s-duotone-dark span.cm-invalidchar { color: #f00; }\n\n.cm-s-duotone-dark span.cm-header { font-weight: normal; }\n.cm-s-duotone-dark .CodeMirror-matchingbracket { text-decoration: underline; color: #eeebff !important; } \n"
  },
  {
    "path": "libs/codemirror/theme/material.css",
    "content": "/*\n\n    Name:       material\n    Author:     Michael Kaminsky (http://github.com/mkaminsky11)\n\n    Original material color scheme by Mattia Astorino (https://github.com/equinusocio/material-theme)\n\n*/\n\n.cm-s-material.CodeMirror {\n  background-color: #263238;\n  color: rgba(233, 237, 237, 1);\n}\n.cm-s-material .CodeMirror-gutters {\n  background: #263238;\n  color: rgb(83,127,126);\n  border: none;\n}\n.cm-s-material .CodeMirror-guttermarker, .cm-s-material .CodeMirror-guttermarker-subtle, .cm-s-material .CodeMirror-linenumber { color: rgb(83,127,126); }\n.cm-s-material .CodeMirror-cursor { border-left: 1px solid #f8f8f0; }\n.cm-s-material div.CodeMirror-selected { background: rgba(255, 255, 255, 0.15); }\n.cm-s-material.CodeMirror-focused div.CodeMirror-selected { background: rgba(255, 255, 255, 0.10); }\n.cm-s-material .CodeMirror-line::selection, .cm-s-material .CodeMirror-line > span::selection, .cm-s-material .CodeMirror-line > span > span::selection { background: rgba(255, 255, 255, 0.10); }\n.cm-s-material .CodeMirror-line::-moz-selection, .cm-s-material .CodeMirror-line > span::-moz-selection, .cm-s-material .CodeMirror-line > span > span::-moz-selection { background: rgba(255, 255, 255, 0.10); }\n\n.cm-s-material .CodeMirror-activeline-background { background: rgba(0, 0, 0, 0); }\n.cm-s-material .cm-keyword { color: rgba(199, 146, 234, 1); }\n.cm-s-material .cm-operator { color: rgba(233, 237, 237, 1); }\n.cm-s-material .cm-variable-2 { color: #80CBC4; }\n.cm-s-material .cm-variable-3, .cm-s-material .cm-type { color: #82B1FF; }\n.cm-s-material .cm-builtin { color: #DECB6B; }\n.cm-s-material .cm-atom { color: #F77669; }\n.cm-s-material .cm-number { color: #F77669; }\n.cm-s-material .cm-def { color: rgba(233, 237, 237, 1); }\n.cm-s-material .cm-string { color: #C3E88D; }\n.cm-s-material .cm-string-2 { color: #80CBC4; }\n.cm-s-material .cm-comment { color: #546E7A; }\n.cm-s-material .cm-variable { color: #82B1FF; }\n.cm-s-material .cm-tag { color: #80CBC4; }\n.cm-s-material .cm-meta { color: #80CBC4; }\n.cm-s-material .cm-attribute { color: #FFCB6B; }\n.cm-s-material .cm-property { color: #80CBAE; }\n.cm-s-material .cm-qualifier { color: #DECB6B; }\n.cm-s-material .cm-variable-3, .cm-s-material .cm-type { color: #DECB6B; }\n.cm-s-material .cm-tag { color: rgba(255, 83, 112, 1); }\n.cm-s-material .cm-error {\n  color: rgba(255, 255, 255, 1.0);\n  background-color: #EC5F67;\n}\n.cm-s-material .CodeMirror-matchingbracket {\n  text-decoration: underline;\n  color: white !important;\n}\n"
  },
  {
    "path": "libs/coloris/coloris.css",
    "content": ".clr-picker {\n  display: none;\n  flex-wrap: wrap;\n  position: absolute;\n  width: 200px;\n  z-index: 1000;\n  border-radius: 10px;\n  background-color: #fff;\n  justify-content: flex-end;\n  direction: ltr;\n  box-shadow: 0 0 5px rgba(0,0,0,.05), 0 5px 20px rgba(0,0,0,.1);\n  -moz-user-select: none;\n  -webkit-user-select: none;\n  user-select: none;\n}\n\n.clr-picker.clr-open,\n.clr-picker[data-inline=\"true\"] {\n  display: flex;\n}\n\n.clr-picker[data-inline=\"true\"] {\n  position: relative;\n}\n\n.clr-gradient {\n  position: relative;\n  width: 100%;\n  height: 100px;\n  margin-bottom: 15px;\n  border-radius: 3px 3px 0 0;\n  background-image: linear-gradient(rgba(0,0,0,0), #000), linear-gradient(90deg, #fff, currentColor);\n  cursor: pointer;\n}\n\n.clr-marker {\n  position: absolute;\n  width: 12px;\n  height: 12px;\n  margin: -6px 0 0 -6px;\n  border: 1px solid #fff;\n  border-radius: 50%;\n  background-color: currentColor;\n  cursor: pointer;\n}\n\n.clr-picker input[type=\"range\"]::-webkit-slider-runnable-track {\n  width: 100%;\n  height: 16px;\n}\n\n.clr-picker input[type=\"range\"]::-webkit-slider-thumb {\n  width: 16px;\n  height: 16px;\n  -webkit-appearance: none;\n}\n\n.clr-picker input[type=\"range\"]::-moz-range-track {\n  width: 100%;\n  height: 16px;\n  border: 0;\n}\n\n.clr-picker input[type=\"range\"]::-moz-range-thumb {\n  width: 16px;\n  height: 16px;\n  border: 0;\n}\n\n.clr-hue {\n  background-image: linear-gradient(to right, #f00 0%, #ff0 16.66%, #0f0 33.33%, #0ff 50%, #00f 66.66%, #f0f 83.33%, #f00 100%);\n}\n\n.clr-hue,\n.clr-alpha {\n  position: relative;\n  width: calc(100% - 40px);\n  height: 8px;\n  margin: 5px 20px;\n  border-radius: 4px;\n}\n\n.clr-alpha span {\n  display: block;\n  height: 100%;\n  width: 100%;\n  border-radius: inherit;\n  background-image: linear-gradient(90deg, rgba(0,0,0,0), currentColor);\n}\n\n.clr-hue input[type=\"range\"],\n.clr-alpha input[type=\"range\"] {\n  position: absolute;\n  width: calc(100% + 32px);\n  height: 16px;\n  left: -16px;\n  top: -4px;\n  margin: 0;\n  background-color: transparent;\n  opacity: 0;\n  cursor: pointer;\n  appearance: none;\n  -webkit-appearance: none;\n}\n\n.clr-hue div,\n.clr-alpha div {\n  position: absolute;\n  width: 16px;\n  height: 16px;\n  left: 0;\n  top: 50%;\n  margin-left: -8px;\n  transform: translateY(-50%);\n  border: 2px solid #fff;\n  border-radius: 50%;\n  background-color: currentColor;\n  box-shadow: 0 0 1px #888;\n  pointer-events: none;\n}\n\n.clr-alpha div:before {\n  content: '';\n  position: absolute;\n  height: 100%;\n  width: 100%;\n  left: 0;\n  top: 0;\n  border-radius: 50%;\n  background-color: currentColor;\n}\n\n.clr-format {\n  display: none;\n  order: 1;\n  width: calc(100% - 40px);\n  margin: 0 20px 20px;\n}\n\n.clr-segmented {\n  display: flex;\n  position: relative;\n  width: 100%;\n  margin: 0;\n  padding: 0;\n  border: 1px solid #ddd;\n  border-radius: 15px;\n  box-sizing: border-box;\n  color: #999;\n  font-size: 12px;\n}\n\n.clr-segmented input,\n.clr-segmented legend {\n  position: absolute;\n  width: 100%;\n  height: 100%;\n  margin: 0;\n  padding: 0;\n  border: 0;\n  left: 0;\n  top: 0;\n  opacity: 0;\n  pointer-events: none;\n}\n\n.clr-segmented label {\n  flex-grow: 1;\n  margin: 0;\n  padding: 4px 0;\n  font-size: inherit;\n  font-weight: normal;\n  line-height: initial;\n  text-align: center;\n  cursor: pointer;\n}\n\n.clr-segmented label:first-of-type {\n  border-radius: 10px 0 0 10px;\n}\n\n.clr-segmented label:last-of-type {\n  border-radius: 0 10px 10px 0;\n}\n\n.clr-segmented input:checked + label {\n  color: #fff;\n  background-color: #666;\n}\n\n.clr-swatches {\n  order: 2;\n  width: calc(100% - 32px);\n  margin: 0 16px;\n}\n\n.clr-swatches div {\n  display: flex;\n  flex-wrap: wrap;\n  padding-bottom: 12px;\n  justify-content: center;\n}\n\n.clr-swatches button {\n  position: relative;\n  width: 20px;\n  height: 20px;\n  margin: 0 4px 6px 4px;\n  padding: 0;\n  border: 0;\n  border-radius: 50%;\n  color: inherit;\n  text-indent: -1000px;\n  white-space: nowrap;\n  overflow: hidden;\n  cursor: pointer;\n}\n\n.clr-swatches button:after {\n  content: '';\n  display: block;\n  position: absolute;\n  width: 100%;\n  height: 100%;\n  left: 0;\n  top: 0;\n  border-radius: inherit;\n  background-color: currentColor;\n  box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);\n}\n\ninput.clr-color {\n  order: 1;\n  width: calc(100% - 80px);\n  height: 32px;\n  margin: 15px 20px 20px auto;\n  padding: 0 10px;\n  border: 1px solid #ddd;\n  border-radius: 16px;\n  color: #444;\n  background-color: #fff;\n  font-family: sans-serif;\n  font-size: 14px;\n  text-align: center;\n  box-shadow: none;\n}\n\ninput.clr-color:focus {\n  outline: none;\n  border: 1px solid #1e90ff;\n}\n\n.clr-close,\n.clr-clear {\n  display: none;\n  order: 2;\n  height: 24px;\n  margin: 0 20px 20px;\n  padding: 0 20px;\n  border: 0;\n  border-radius: 12px;\n  color: #fff;\n  background-color: #666;\n  font-family: inherit;\n  font-size: 12px;\n  font-weight: 400;\n  cursor: pointer;\n}\n\n.clr-close {\n  display: block;\n  margin: 0 20px 20px auto;\n}\n\n.clr-preview {\n  position: relative;\n  width: 32px;\n  height: 32px;\n  margin: 15px 0 20px 20px;\n  border-radius: 50%;\n  overflow: hidden;\n}\n\n.clr-preview:before,\n.clr-preview:after {\n  content: '';\n  position: absolute;\n  height: 100%;\n  width: 100%;\n  left: 0;\n  top: 0;\n  border: 1px solid #fff;\n  border-radius: 50%;\n}\n\n.clr-preview:after {\n  border: 0;\n  background-color: currentColor;\n  box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);\n}\n\n.clr-preview button {\n  position: absolute;\n  width: 100%;\n  height: 100%;\n  z-index: 1;\n  margin: 0;\n  padding: 0;\n  border: 0;\n  border-radius: 50%;\n  outline-offset: -2px;\n  background-color: transparent;\n  text-indent: -9999px;\n  cursor: pointer;\n  overflow: hidden;\n}\n\n.clr-marker,\n.clr-hue div,\n.clr-alpha div,\n.clr-color {\n  box-sizing: border-box;\n}\n\n.clr-field {\n  display: inline-block;\n  position: relative;\n  color: transparent;\n}\n\n.clr-field input {\n  margin: 0;\n  direction: ltr;\n}\n\n.clr-field.clr-rtl input {\n  text-align: right;\n}\n\n.clr-field button {\n  position: absolute;\n  width: 30px;\n  height: 100%;\n  right: 0;\n  top: 50%;\n  transform: translateY(-50%);\n  margin: 0;\n  padding: 0;\n  border: 0;\n  color: inherit;\n  text-indent: -1000px;\n  white-space: nowrap;\n  overflow: hidden;\n  pointer-events: none;\n}\n\n.clr-field.clr-rtl button {\n  right: auto;\n  left: 0;\n}\n\n.clr-field button:after {\n  content: '';\n  display: block;\n  position: absolute;\n  width: 100%;\n  height: 100%;\n  left: 0;\n  top: 0;\n  border-radius: inherit;\n  background-color: currentColor;\n  box-shadow: inset 0 0 1px rgba(0,0,0,.5);\n}\n\n.clr-alpha,\n.clr-alpha div,\n.clr-swatches button,\n.clr-preview:before,\n.clr-field button {\n  background-image: repeating-linear-gradient(45deg, #aaa 25%, transparent 25%, transparent 75%, #aaa 75%, #aaa), repeating-linear-gradient(45deg, #aaa 25%, #fff 25%, #fff 75%, #aaa 75%, #aaa);\n  background-position: 0 0, 4px 4px;\n  background-size: 8px 8px;\n}\n\n.clr-marker:focus {\n  outline: none;\n}\n\n.clr-keyboard-nav .clr-marker:focus,\n.clr-keyboard-nav .clr-hue input:focus + div,\n.clr-keyboard-nav .clr-alpha input:focus + div,\n.clr-keyboard-nav .clr-segmented input:focus + label {\n  outline: none;\n  box-shadow: 0 0 0 2px #1e90ff, 0 0 2px 2px #fff;\n}\n\n.clr-picker[data-alpha=\"false\"] .clr-alpha {\n  display: none;\n}\n\n.clr-picker[data-minimal=\"true\"] {\n  padding-top: 16px;\n}\n\n.clr-picker[data-minimal=\"true\"] .clr-gradient,\n.clr-picker[data-minimal=\"true\"] .clr-hue,\n.clr-picker[data-minimal=\"true\"] .clr-alpha,\n.clr-picker[data-minimal=\"true\"] .clr-color,\n.clr-picker[data-minimal=\"true\"] .clr-preview {\n  display: none;\n}\n\n/** Dark theme **/\n\n.clr-dark {\n  background-color: #444;\n}\n\n.clr-dark .clr-segmented {\n  border-color: #777;\n}\n\n.clr-dark .clr-swatches button:after {\n  box-shadow: inset 0 0 0 1px rgba(255,255,255,.3);\n}\n\n.clr-dark input.clr-color {\n  color: #fff;\n  border-color: #777;\n  background-color: #555;\n}\n\n.clr-dark input.clr-color:focus {\n  border-color: #1e90ff;\n}\n\n.clr-dark .clr-preview:after {\n  box-shadow: inset 0 0 0 1px rgba(255,255,255,.5);\n}\n\n.clr-dark .clr-alpha,\n.clr-dark .clr-alpha div,\n.clr-dark .clr-swatches button,\n.clr-dark .clr-preview:before {\n  background-image: repeating-linear-gradient(45deg, #666 25%, transparent 25%, transparent 75%, #888 75%, #888), repeating-linear-gradient(45deg, #888 25%, #444 25%, #444 75%, #888 75%, #888);\n}\n\n/** Polaroid theme **/\n\n.clr-picker.clr-polaroid {\n  border-radius: 6px;\n  box-shadow: 0 0 5px rgba(0,0,0,.1), 0 5px 30px rgba(0,0,0,.2);\n}\n\n.clr-picker.clr-polaroid:before {\n  content: '';\n  display: block;\n  position: absolute;\n  width: 16px;\n  height: 10px;\n  left: 20px;\n  top: -10px;\n  border: solid transparent;\n  border-width: 0 8px 10px 8px;\n  border-bottom-color: currentColor;\n  box-sizing: border-box;\n  color: #fff;\n  filter: drop-shadow(0 -4px 3px rgba(0,0,0,.1));\n  pointer-events: none;\n}\n\n.clr-picker.clr-polaroid.clr-dark:before {\n  color: #444;\n}\n\n.clr-picker.clr-polaroid.clr-left:before {\n  left: auto;\n  right: 20px;\n}\n\n.clr-picker.clr-polaroid.clr-top:before {\n  top: auto;\n  bottom: -10px;\n  transform: rotateZ(180deg);\n}\n\n.clr-polaroid .clr-gradient {\n  width: calc(100% - 20px);\n  height: 120px;\n  margin: 10px;\n  border-radius: 3px;\n}\n\n.clr-polaroid .clr-hue,\n.clr-polaroid .clr-alpha {\n  width: calc(100% - 30px);\n  height: 10px;\n  margin: 6px 15px;\n  border-radius: 5px;\n}\n\n.clr-polaroid .clr-hue div,\n.clr-polaroid .clr-alpha div {\n  box-shadow: 0 0 5px rgba(0,0,0,.2);\n}\n\n.clr-polaroid .clr-format {\n  width: calc(100% - 20px);\n  margin: 0 10px 15px;\n}\n\n.clr-polaroid .clr-swatches {\n  width: calc(100% - 12px);\n  margin: 0 6px;\n}\n.clr-polaroid .clr-swatches div {\n  padding-bottom: 10px;\n}\n\n.clr-polaroid .clr-swatches button {\n  width: 22px;\n  height: 22px;\n}\n\n.clr-polaroid input.clr-color {\n  width: calc(100% - 60px);\n  margin: 10px 10px 15px auto;\n}\n\n.clr-polaroid .clr-clear {\n  margin: 0 10px 15px 10px;\n}\n\n.clr-polaroid .clr-close {\n  margin: 0 10px 15px auto;\n}\n\n.clr-polaroid .clr-preview {\n  margin: 10px 0 15px 10px;\n}\n\n/** Large theme **/\n\n.clr-picker.clr-large {\n  width: 275px;\n}\n\n.clr-large .clr-gradient {\n  height: 150px;\n}\n\n.clr-large .clr-swatches button {\n  width: 22px;\n  height: 22px;\n}\n\n/** Pill (horizontal) theme **/\n\n.clr-picker.clr-pill {\n  width: 380px;\n  padding-left: 180px;\n  box-sizing: border-box;\n}\n\n.clr-pill .clr-gradient {\n  position: absolute;\n  width: 180px;\n  height: 100%;\n  left: 0;\n  top: 0;\n  margin-bottom: 0;\n  border-radius: 3px 0 0 3px;\n}\n\n.clr-pill .clr-hue {\n  margin-top: 20px;\n}\n"
  },
  {
    "path": "libs/coloris/coloris.js",
    "content": " /*!\n * Copyright (c) 2021 Momo Bassit.\n * Licensed under the MIT License (MIT)\n * https://github.com/mdbassit/Coloris\n */\n\n(function (window, document, Math, undefined) {\n  var ctx = document.createElement('canvas').getContext('2d');\n  var currentColor = { r: 0, g: 0, b: 0, h: 0, s: 0, v: 0, a: 1 };\n  var container,picker,colorArea,colorMarker,colorPreview,colorValue,clearButton,closeButton,\n  hueSlider,hueMarker,alphaSlider,alphaMarker,currentEl,currentFormat,oldColor,keyboardNav,\n  colorAreaDims = {};\n\n  // Default settings\n  var settings = {\n    el: '[data-coloris]',\n    parent: 'body',\n    theme: 'default',\n    themeMode: 'light',\n    rtl: false,\n    wrap: true,\n    margin: 2,\n    format: 'hex',\n    formatToggle: false,\n    swatches: [],\n    swatchesOnly: false,\n    alpha: true,\n    forceAlpha: false,\n    focusInput: true,\n    selectInput: false,\n    inline: false,\n    defaultColor: '#000000',\n    clearButton: false,\n    clearLabel: 'Clear',\n    closeButton: false,\n    closeLabel: 'Close',\n    onChange: function onChange() {return undefined;},\n    a11y: {\n      open: 'Open color picker',\n      close: 'Close color picker',\n      clear: 'Clear the selected color',\n      marker: 'Saturation: {s}. Brightness: {v}.',\n      hueSlider: 'Hue slider',\n      alphaSlider: 'Opacity slider',\n      input: 'Color value field',\n      format: 'Color format',\n      swatch: 'Color swatch',\n      instruction: 'Saturation and brightness selector. Use up, down, left and right arrow keys to select.' } };\n\n\n\n  // Virtual instances cache\n  var instances = {};\n  var currentInstanceId = '';\n  var defaultInstance = {};\n  var hasInstance = false;\n\n  /**\n   * Configure the color picker.\n   * @param {object} options Configuration options.\n   */\n  function configure(options) {\n    if (typeof options !== 'object') {\n      return;\n    }\n\n    for (var key in options) {\n      switch (key) {\n        case 'el':\n          bindFields(options.el);\n          if (options.wrap !== false) {\n            wrapFields(options.el);\n          }\n          break;\n        case 'parent':\n          container = options.parent instanceof HTMLElement ? options.parent : document.querySelector(options.parent);\n          if (container) {\n            container.appendChild(picker);\n            settings.parent = options.parent;\n\n            // document.body is special\n            if (container === document.body) {\n              container = undefined;\n            }\n          }\n          break;\n        case 'themeMode':\n          settings.themeMode = options.themeMode;\n          if (options.themeMode === 'auto' && window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches) {\n            settings.themeMode = 'dark';\n          }\n        // The lack of a break statement is intentional\n        case 'theme':\n          if (options.theme) {\n            settings.theme = options.theme;\n          }\n\n          // Set the theme and color scheme\n          picker.className = \"clr-picker clr-\" + settings.theme + \" clr-\" + settings.themeMode;\n\n          // Update the color picker's position if inline mode is in use\n          if (settings.inline) {\n            updatePickerPosition();\n          }\n          break;\n        case 'rtl':\n          settings.rtl = !!options.rtl;\n          Array.from(document.getElementsByClassName('clr-field')).forEach(function (field) {return field.classList.toggle('clr-rtl', settings.rtl);});\n          break;\n        case 'margin':\n          options.margin *= 1;\n          settings.margin = !isNaN(options.margin) ? options.margin : settings.margin;\n          break;\n        case 'wrap':\n          if (options.el && options.wrap) {\n            wrapFields(options.el);\n          }\n          break;\n        case 'formatToggle':\n          settings.formatToggle = !!options.formatToggle;\n          getEl('clr-format').style.display = settings.formatToggle ? 'block' : 'none';\n          if (settings.formatToggle) {\n            settings.format = 'auto';\n          }\n          break;\n        case 'swatches':\n          if (Array.isArray(options.swatches)) {(function () {\n              var swatchesContainer = getEl('clr-swatches');\n              var swatches = document.createElement('div');\n\n              // Clear current swatches\n              swatchesContainer.textContent = '';\n\n              // Build new swatches\n              options.swatches.forEach(function (swatch, i) {\n                var button = document.createElement('button');\n\n                button.setAttribute('type', \"button\");\n                button.setAttribute('id', \"clr-swatch-\" + i);\n                button.setAttribute('aria-labelledby', \"clr-swatch-label clr-swatch-\" + i);\n                button.style.color = swatch;\n                button.textContent = swatch;\n\n                swatches.appendChild(button);\n              });\n\n              // Append new swatches if any\n              if (options.swatches.length) {\n                swatchesContainer.appendChild(swatches);\n              }\n\n              settings.swatches = options.swatches.slice();})();\n          }\n          break;\n        case 'swatchesOnly':\n          settings.swatchesOnly = !!options.swatchesOnly;\n          picker.setAttribute('data-minimal', settings.swatchesOnly);\n          break;\n        case 'alpha':\n          settings.alpha = !!options.alpha;\n          picker.setAttribute('data-alpha', settings.alpha);\n          break;\n        case 'inline':\n          settings.inline = !!options.inline;\n          picker.setAttribute('data-inline', settings.inline);\n\n          if (settings.inline) {\n            var defaultColor = options.defaultColor || settings.defaultColor;\n\n            currentFormat = getColorFormatFromStr(defaultColor);\n            updatePickerPosition();\n            setColorFromStr(defaultColor);\n          }\n          break;\n        case 'clearButton':\n          // Backward compatibility\n          if (typeof options.clearButton === 'object') {\n            if (options.clearButton.label) {\n              settings.clearLabel = options.clearButton.label;\n              clearButton.innerHTML = settings.clearLabel;\n            }\n\n            options.clearButton = options.clearButton.show;\n          }\n\n          settings.clearButton = !!options.clearButton;\n          clearButton.style.display = settings.clearButton ? 'block' : 'none';\n          break;\n        case 'clearLabel':\n          settings.clearLabel = options.clearLabel;\n          clearButton.innerHTML = settings.clearLabel;\n          break;\n        case 'closeButton':\n          settings.closeButton = !!options.closeButton;\n\n          if (settings.closeButton) {\n            picker.insertBefore(closeButton, colorPreview);\n          } else {\n            colorPreview.appendChild(closeButton);\n          }\n\n          break;\n        case 'closeLabel':\n          settings.closeLabel = options.closeLabel;\n          closeButton.innerHTML = settings.closeLabel;\n          break;\n        case 'a11y':\n          var labels = options.a11y;\n          var update = false;\n\n          if (typeof labels === 'object') {\n            for (var label in labels) {\n              if (labels[label] && settings.a11y[label]) {\n                settings.a11y[label] = labels[label];\n                update = true;\n              }\n            }\n          }\n\n          if (update) {\n            var openLabel = getEl('clr-open-label');\n            var swatchLabel = getEl('clr-swatch-label');\n\n            openLabel.innerHTML = settings.a11y.open;\n            swatchLabel.innerHTML = settings.a11y.swatch;\n            closeButton.setAttribute('aria-label', settings.a11y.close);\n            clearButton.setAttribute('aria-label', settings.a11y.clear);\n            hueSlider.setAttribute('aria-label', settings.a11y.hueSlider);\n            alphaSlider.setAttribute('aria-label', settings.a11y.alphaSlider);\n            colorValue.setAttribute('aria-label', settings.a11y.input);\n            colorArea.setAttribute('aria-label', settings.a11y.instruction);\n          }\n          break;\n        default:\n          settings[key] = options[key];}\n\n    }\n  }\n\n  /**\n   * Add or update a virtual instance.\n   * @param {String} selector The CSS selector of the elements to which the instance is attached.\n   * @param {Object} options Per-instance options to apply.\n   */\n  function setVirtualInstance(selector, options) {\n    if (typeof selector === 'string' && typeof options === 'object') {\n      instances[selector] = options;\n      hasInstance = true;\n    }\n  }\n\n  /**\n   * Remove a virtual instance.\n   * @param {String} selector The CSS selector of the elements to which the instance is attached.\n   */\n  function removeVirtualInstance(selector) {\n    delete instances[selector];\n\n    if (Object.keys(instances).length === 0) {\n      hasInstance = false;\n\n      if (selector === currentInstanceId) {\n        resetVirtualInstance();\n      }\n    }\n  }\n\n  /**\n   * Attach a virtual instance to an element if it matches a selector.\n   * @param {Object} element Target element that will receive a virtual instance if applicable.\n   */\n  function attachVirtualInstance(element) {\n    if (hasInstance) {\n      // These options can only be set globally, not per instance\n      var unsupportedOptions = ['el', 'wrap', 'rtl', 'inline', 'defaultColor', 'a11y'];var _loop = function _loop(\n\n      selector) {\n        var options = instances[selector];\n\n        // If the element matches an instance's CSS selector\n        if (element.matches(selector)) {\n          currentInstanceId = selector;\n          defaultInstance = {};\n\n          // Delete unsupported options\n          unsupportedOptions.forEach(function (option) {return delete options[option];});\n\n          // Back up the default options so we can restore them later\n          for (var option in options) {\n            defaultInstance[option] = Array.isArray(settings[option]) ? settings[option].slice() : settings[option];\n          }\n\n          // Set the instance's options\n          configure(options);\n          return \"break\";\n        }};for (var selector in instances) {var _ret = _loop(selector);if (_ret === \"break\") break;\n      }\n    }\n  }\n\n  /**\n   * Revert any per-instance options that were previously applied.\n   */\n  function resetVirtualInstance() {\n    if (Object.keys(defaultInstance).length > 0) {\n      configure(defaultInstance);\n      currentInstanceId = '';\n      defaultInstance = {};\n    }\n  }\n\n  /**\n   * Bind the color picker to input fields that match the selector.\n   * @param {(string|HTMLElement|HTMLElement[])} selector A CSS selector string, a DOM element or a list of DOM elements.\n   */\n  function bindFields(selector) {\n    if (selector instanceof HTMLElement) {\n      selector = [selector];\n    }\n\n    if (Array.isArray(selector)) {\n      selector.forEach(function (field) {\n        addListener(field, 'click', openPicker);\n        addListener(field, 'input', updateColorPreview);\n      });\n    } else {\n      addListener(document, 'click', selector, openPicker);\n      addListener(document, 'input', selector, updateColorPreview);\n    }\n  }\n\n  /**\n   * Open the color picker.\n   * @param {object} event The event that opens the color picker.\n   */\n  function openPicker(event) {\n    // Skip if inline mode is in use\n    if (settings.inline) {\n      return;\n    }\n\n    // Apply any per-instance options first\n    attachVirtualInstance(event.target);\n\n    currentEl = event.target;\n    oldColor = currentEl.value;\n    currentFormat = getColorFormatFromStr(oldColor);\n    picker.classList.add('clr-open');\n\n    updatePickerPosition();\n    setColorFromStr(oldColor);\n\n    if (settings.focusInput || settings.selectInput) {\n      colorValue.focus({ preventScroll: true });\n      colorValue.setSelectionRange(currentEl.selectionStart, currentEl.selectionEnd);\n    }\n\n    if (settings.selectInput) {\n      colorValue.select();\n    }\n\n    // Always focus the first element when using keyboard navigation\n    if (keyboardNav || settings.swatchesOnly) {\n      getFocusableElements().shift().focus();\n    }\n\n    // Trigger an \"open\" event\n    currentEl.dispatchEvent(new Event('open', { bubbles: false }));\n  }\n\n  /**\n   * Update the color picker's position and the color gradient's offset\n   */\n  function updatePickerPosition() {\n    var parent = container;\n    var scrollY = window.scrollY;\n    var pickerWidth = picker.offsetWidth;\n    var pickerHeight = picker.offsetHeight;\n    var reposition = { left: false, top: false };\n    var parentStyle, parentMarginTop, parentBorderTop;\n    var offset = { x: 0, y: 0 };\n\n    if (parent) {\n      parentStyle = window.getComputedStyle(parent);\n      parentMarginTop = parseFloat(parentStyle.marginTop);\n      parentBorderTop = parseFloat(parentStyle.borderTopWidth);\n\n      offset = parent.getBoundingClientRect();\n      offset.y += parentBorderTop + scrollY;\n    }\n\n    if (!settings.inline) {\n      var coords = currentEl.getBoundingClientRect();\n      var left = coords.x;\n      var top = scrollY + coords.y + coords.height + settings.margin;\n\n      // If the color picker is inside a custom container\n      // set the position relative to it\n      if (parent) {\n        left -= offset.x;\n        top -= offset.y;\n\n        if (left + pickerWidth > parent.clientWidth) {\n          left += coords.width - pickerWidth;\n          reposition.left = true;\n        }\n\n        if (top + pickerHeight > parent.clientHeight - parentMarginTop) {\n          if (pickerHeight + settings.margin <= coords.top - (offset.y - scrollY)) {\n            top -= coords.height + pickerHeight + settings.margin * 2;\n            reposition.top = true;\n          }\n        }\n\n        top += parent.scrollTop;\n\n        // Otherwise set the position relative to the whole document\n      } else {\n        if (left + pickerWidth > document.documentElement.clientWidth) {\n          left += coords.width - pickerWidth;\n          reposition.left = true;\n        }\n\n        if (top + pickerHeight - scrollY > document.documentElement.clientHeight) {\n          if (pickerHeight + settings.margin <= coords.top) {\n            top = scrollY + coords.y - pickerHeight - settings.margin;\n            reposition.top = true;\n          }\n        }\n      }\n\n      picker.classList.toggle('clr-left', reposition.left);\n      picker.classList.toggle('clr-top', reposition.top);\n      picker.style.left = left + \"px\";\n      picker.style.top = top + \"px\";\n      offset.x += picker.offsetLeft;\n      offset.y += picker.offsetTop;\n    }\n\n    colorAreaDims = {\n      width: colorArea.offsetWidth,\n      height: colorArea.offsetHeight,\n      x: colorArea.offsetLeft + offset.x,\n      y: colorArea.offsetTop + offset.y };\n\n  }\n\n  /**\n   * Wrap the linked input fields in a div that adds a color preview.\n   * @param {(string|HTMLElement|HTMLElement[])} selector A CSS selector string, a DOM element or a list of DOM elements.\n   */\n  function wrapFields(selector) {\n    if (selector instanceof HTMLElement) {\n      wrapColorField(selector);\n    } else if (Array.isArray(selector)) {\n      selector.forEach(wrapColorField);\n    } else {\n      document.querySelectorAll(selector).forEach(wrapColorField);\n    }\n  }\n\n  /**\n   * Wrap an input field in a div that adds a color preview.\n   * @param {object} field The input field.\n   */\n  function wrapColorField(field) {\n    var parentNode = field.parentNode;\n\n    if (!parentNode.classList.contains('clr-field')) {\n      var wrapper = document.createElement('div');\n      var classes = 'clr-field';\n\n      if (settings.rtl || field.classList.contains('clr-rtl')) {\n        classes += ' clr-rtl';\n      }\n\n      wrapper.innerHTML = '<button type=\"button\" aria-labelledby=\"clr-open-label\"></button>';\n      parentNode.insertBefore(wrapper, field);\n      wrapper.className = classes;\n      wrapper.style.color = field.value;\n      wrapper.appendChild(field);\n    }\n  }\n\n  /**\n   * Update the color preview of an input field\n   * @param {object} event The \"input\" event that triggers the color change.\n   */\n  function updateColorPreview(event) {\n    var parent = event.target.parentNode;\n\n    // Only update the preview if the field has been previously wrapped\n    if (parent.classList.contains('clr-field')) {\n      parent.style.color = event.target.value;\n    }\n  }\n\n  /**\n   * Close the color picker.\n   * @param {boolean} [revert] If true, revert the color to the original value.\n   */\n  function closePicker(revert) {\n    if (currentEl && !settings.inline) {\n      var prevEl = currentEl;\n\n      // Revert the color to the original value if needed\n      if (revert) {\n        // This will prevent the \"change\" event on the colorValue input to execute its handler\n        currentEl = undefined;\n\n        if (oldColor !== prevEl.value) {\n          prevEl.value = oldColor;\n\n          // Trigger an \"input\" event to force update the thumbnail next to the input field\n          prevEl.dispatchEvent(new Event('input', { bubbles: true }));\n        }\n      }\n\n      // Trigger a \"change\" event if needed\n      setTimeout(function () {// Add this to the end of the event loop\n        if (oldColor !== prevEl.value) {\n          prevEl.dispatchEvent(new Event('change', { bubbles: true }));\n        }\n      });\n\n      // Hide the picker dialog\n      picker.classList.remove('clr-open');\n\n      // Reset any previously set per-instance options\n      if (hasInstance) {\n        resetVirtualInstance();\n      }\n\n      // Trigger a \"close\" event\n      prevEl.dispatchEvent(new Event('close', { bubbles: false }));\n\n      if (settings.focusInput) {\n        prevEl.focus({ preventScroll: true });\n      }\n\n      // This essentially marks the picker as closed\n      currentEl = undefined;\n    }\n  }\n\n  /**\n   * Set the active color from a string.\n   * @param {string} str String representing a color.\n   */\n  function setColorFromStr(str) {\n    var rgba = strToRGBA(str);\n    var hsva = RGBAtoHSVA(rgba);\n\n    updateMarkerA11yLabel(hsva.s, hsva.v);\n    updateColor(rgba, hsva);\n\n    // Update the UI\n    hueSlider.value = hsva.h;\n    picker.style.color = \"hsl(\" + hsva.h + \", 100%, 50%)\";\n    hueMarker.style.left = hsva.h / 360 * 100 + \"%\";\n\n    colorMarker.style.left = colorAreaDims.width * hsva.s / 100 + \"px\";\n    colorMarker.style.top = colorAreaDims.height - colorAreaDims.height * hsva.v / 100 + \"px\";\n\n    alphaSlider.value = hsva.a * 100;\n    alphaMarker.style.left = hsva.a * 100 + \"%\";\n  }\n\n  /**\n   * Guess the color format from a string.\n   * @param {string} str String representing a color.\n   * @return {string} The color format.\n   */\n  function getColorFormatFromStr(str) {\n    var format = str.substring(0, 3).toLowerCase();\n\n    if (format === 'rgb' || format === 'hsl') {\n      return format;\n    }\n\n    return 'hex';\n  }\n\n  /**\n   * Copy the active color to the linked input field.\n   * @param {number} [color] Color value to override the active color.\n   */\n  function pickColor(color) {\n    color = color !== undefined ? color : colorValue.value;\n\n    if (currentEl) {\n      currentEl.value = color;\n      currentEl.dispatchEvent(new Event('input', { bubbles: true }));\n    }\n\n    if (settings.onChange) {\n      settings.onChange.call(window, color, currentEl);\n    }\n\n    document.dispatchEvent(new CustomEvent('coloris:pick', { detail: { color: color, currentEl: currentEl } }));\n  }\n\n  /**\n   * Set the active color based on a specific point in the color gradient.\n   * @param {number} x Left position.\n   * @param {number} y Top position.\n   */\n  function setColorAtPosition(x, y) {\n    var hsva = {\n      h: hueSlider.value * 1,\n      s: x / colorAreaDims.width * 100,\n      v: 100 - y / colorAreaDims.height * 100,\n      a: alphaSlider.value / 100 };\n\n    var rgba = HSVAtoRGBA(hsva);\n\n    updateMarkerA11yLabel(hsva.s, hsva.v);\n    updateColor(rgba, hsva);\n    pickColor();\n  }\n\n  /**\n   * Update the color marker's accessibility label.\n   * @param {number} saturation\n   * @param {number} value\n   */\n  function updateMarkerA11yLabel(saturation, value) {\n    var label = settings.a11y.marker;\n\n    saturation = saturation.toFixed(1) * 1;\n    value = value.toFixed(1) * 1;\n    label = label.replace('{s}', saturation);\n    label = label.replace('{v}', value);\n    colorMarker.setAttribute('aria-label', label);\n  }\n\n  //\n  /**\n   * Get the pageX and pageY positions of the pointer.\n   * @param {object} event The MouseEvent or TouchEvent object.\n   * @return {object} The pageX and pageY positions.\n   */\n  function getPointerPosition(event) {\n    return {\n      pageX: event.changedTouches ? event.changedTouches[0].pageX : event.pageX,\n      pageY: event.changedTouches ? event.changedTouches[0].pageY : event.pageY };\n\n  }\n\n  /**\n   * Move the color marker when dragged.\n   * @param {object} event The MouseEvent object.\n   */\n  function moveMarker(event) {\n    var pointer = getPointerPosition(event);\n    var x = pointer.pageX - colorAreaDims.x;\n    var y = pointer.pageY - colorAreaDims.y;\n\n    if (container) {\n      y += container.scrollTop;\n    }\n\n    setMarkerPosition(x, y);\n\n    // Prevent scrolling while dragging the marker\n    event.preventDefault();\n    event.stopPropagation();\n  }\n\n  /**\n   * Move the color marker when the arrow keys are pressed.\n   * @param {number} offsetX The horizontal amount to move.\n   * @param {number} offsetY The vertical amount to move.\n   */\n  function moveMarkerOnKeydown(offsetX, offsetY) {\n    var x = colorMarker.style.left.replace('px', '') * 1 + offsetX;\n    var y = colorMarker.style.top.replace('px', '') * 1 + offsetY;\n\n    setMarkerPosition(x, y);\n  }\n\n  /**\n   * Set the color marker's position.\n   * @param {number} x Left position.\n   * @param {number} y Top position.\n   */\n  function setMarkerPosition(x, y) {\n    // Make sure the marker doesn't go out of bounds\n    x = x < 0 ? 0 : x > colorAreaDims.width ? colorAreaDims.width : x;\n    y = y < 0 ? 0 : y > colorAreaDims.height ? colorAreaDims.height : y;\n\n    // Set the position\n    colorMarker.style.left = x + \"px\";\n    colorMarker.style.top = y + \"px\";\n\n    // Update the color\n    setColorAtPosition(x, y);\n\n    // Make sure the marker is focused\n    colorMarker.focus();\n  }\n\n  /**\n   * Update the color picker's input field and preview thumb.\n   * @param {Object} rgba Red, green, blue and alpha values.\n   * @param {Object} [hsva] Hue, saturation, value and alpha values.\n   */\n  function updateColor(rgba, hsva) {if (rgba === void 0) {rgba = {};}if (hsva === void 0) {hsva = {};}\n    var format = settings.format;\n\n    for (var key in rgba) {\n      currentColor[key] = rgba[key];\n    }\n\n    for (var _key in hsva) {\n      currentColor[_key] = hsva[_key];\n    }\n\n    var hex = RGBAToHex(currentColor);\n    var opaqueHex = hex.substring(0, 7);\n\n    colorMarker.style.color = opaqueHex;\n    alphaMarker.parentNode.style.color = opaqueHex;\n    alphaMarker.style.color = hex;\n    colorPreview.style.color = hex;\n\n    // Force repaint the color and alpha gradients as a workaround for a Google Chrome bug\n    colorArea.style.display = 'none';\n    colorArea.offsetHeight;\n    colorArea.style.display = '';\n    alphaMarker.nextElementSibling.style.display = 'none';\n    alphaMarker.nextElementSibling.offsetHeight;\n    alphaMarker.nextElementSibling.style.display = '';\n\n    if (format === 'mixed') {\n      format = currentColor.a === 1 ? 'hex' : 'rgb';\n    } else if (format === 'auto') {\n      format = currentFormat;\n    }\n\n    switch (format) {\n      case 'hex':\n        colorValue.value = hex;\n        break;\n      case 'rgb':\n        colorValue.value = RGBAToStr(currentColor);\n        break;\n      case 'hsl':\n        colorValue.value = HSLAToStr(HSVAtoHSLA(currentColor));\n        break;}\n\n\n    // Select the current format in the format switcher\n    document.querySelector(\".clr-format [value=\\\"\" + format + \"\\\"]\").checked = true;\n  }\n\n  /**\n   * Set the hue when its slider is moved.\n   */\n  function setHue() {\n    var hue = hueSlider.value * 1;\n    var x = colorMarker.style.left.replace('px', '') * 1;\n    var y = colorMarker.style.top.replace('px', '') * 1;\n\n    picker.style.color = \"hsl(\" + hue + \", 100%, 50%)\";\n    hueMarker.style.left = hue / 360 * 100 + \"%\";\n\n    setColorAtPosition(x, y);\n  }\n\n  /**\n   * Set the alpha when its slider is moved.\n   */\n  function setAlpha() {\n    var alpha = alphaSlider.value / 100;\n\n    alphaMarker.style.left = alpha * 100 + \"%\";\n    updateColor({ a: alpha });\n    pickColor();\n  }\n\n  /**\n   * Convert HSVA to RGBA.\n   * @param {object} hsva Hue, saturation, value and alpha values.\n   * @return {object} Red, green, blue and alpha values.\n   */\n  function HSVAtoRGBA(hsva) {\n    var saturation = hsva.s / 100;\n    var value = hsva.v / 100;\n    var chroma = saturation * value;\n    var hueBy60 = hsva.h / 60;\n    var x = chroma * (1 - Math.abs(hueBy60 % 2 - 1));\n    var m = value - chroma;\n\n    chroma = chroma + m;\n    x = x + m;\n\n    var index = Math.floor(hueBy60) % 6;\n    var red = [chroma, x, m, m, x, chroma][index];\n    var green = [x, chroma, chroma, x, m, m][index];\n    var blue = [m, m, x, chroma, chroma, x][index];\n\n    return {\n      r: Math.round(red * 255),\n      g: Math.round(green * 255),\n      b: Math.round(blue * 255),\n      a: hsva.a };\n\n  }\n\n  /**\n   * Convert HSVA to HSLA.\n   * @param {object} hsva Hue, saturation, value and alpha values.\n   * @return {object} Hue, saturation, lightness and alpha values.\n   */\n  function HSVAtoHSLA(hsva) {\n    var value = hsva.v / 100;\n    var lightness = value * (1 - hsva.s / 100 / 2);\n    var saturation;\n\n    if (lightness > 0 && lightness < 1) {\n      saturation = Math.round((value - lightness) / Math.min(lightness, 1 - lightness) * 100);\n    }\n\n    return {\n      h: hsva.h,\n      s: saturation || 0,\n      l: Math.round(lightness * 100),\n      a: hsva.a };\n\n  }\n\n  /**\n   * Convert RGBA to HSVA.\n   * @param {object} rgba Red, green, blue and alpha values.\n   * @return {object} Hue, saturation, value and alpha values.\n   */\n  function RGBAtoHSVA(rgba) {\n    var red = rgba.r / 255;\n    var green = rgba.g / 255;\n    var blue = rgba.b / 255;\n    var xmax = Math.max(red, green, blue);\n    var xmin = Math.min(red, green, blue);\n    var chroma = xmax - xmin;\n    var value = xmax;\n    var hue = 0;\n    var saturation = 0;\n\n    if (chroma) {\n      if (xmax === red) {hue = (green - blue) / chroma;}\n      if (xmax === green) {hue = 2 + (blue - red) / chroma;}\n      if (xmax === blue) {hue = 4 + (red - green) / chroma;}\n      if (xmax) {saturation = chroma / xmax;}\n    }\n\n    hue = Math.floor(hue * 60);\n\n    return {\n      h: hue < 0 ? hue + 360 : hue,\n      s: Math.round(saturation * 100),\n      v: Math.round(value * 100),\n      a: rgba.a };\n\n  }\n\n  /**\n   * Parse a string to RGBA.\n   * @param {string} str String representing a color.\n   * @return {object} Red, green, blue and alpha values.\n   */\n  function strToRGBA(str) {\n    var regex = /^((rgba)|rgb)[\\D]+([\\d.]+)[\\D]+([\\d.]+)[\\D]+([\\d.]+)[\\D]*?([\\d.]+|$)/i;\n    var match, rgba;\n\n    // Default to black for invalid color strings\n    ctx.fillStyle = '#000';\n\n    // Use canvas to convert the string to a valid color string\n    ctx.fillStyle = str;\n    match = regex.exec(ctx.fillStyle);\n\n    if (match) {\n      rgba = {\n        r: match[3] * 1,\n        g: match[4] * 1,\n        b: match[5] * 1,\n        a: match[6] * 1 };\n\n\n    } else {\n      match = ctx.fillStyle.replace('#', '').match(/.{2}/g).map(function (h) {return parseInt(h, 16);});\n      rgba = {\n        r: match[0],\n        g: match[1],\n        b: match[2],\n        a: 1 };\n\n    }\n\n    return rgba;\n  }\n\n  /**\n   * Convert RGBA to Hex.\n   * @param {object} rgba Red, green, blue and alpha values.\n   * @return {string} Hex color string.\n   */\n  function RGBAToHex(rgba) {\n    var R = rgba.r.toString(16);\n    var G = rgba.g.toString(16);\n    var B = rgba.b.toString(16);\n    var A = '';\n\n    if (rgba.r < 16) {\n      R = '0' + R;\n    }\n\n    if (rgba.g < 16) {\n      G = '0' + G;\n    }\n\n    if (rgba.b < 16) {\n      B = '0' + B;\n    }\n\n    if (settings.alpha && (rgba.a < 1 || settings.forceAlpha)) {\n      var alpha = rgba.a * 255 | 0;\n      A = alpha.toString(16);\n\n      if (alpha < 16) {\n        A = '0' + A;\n      }\n    }\n\n    return '#' + R + G + B + A;\n  }\n\n  /**\n   * Convert RGBA values to a CSS rgb/rgba string.\n   * @param {object} rgba Red, green, blue and alpha values.\n   * @return {string} CSS color string.\n   */\n  function RGBAToStr(rgba) {\n    if (!settings.alpha || rgba.a === 1 && !settings.forceAlpha) {\n      return \"rgb(\" + rgba.r + \", \" + rgba.g + \", \" + rgba.b + \")\";\n    } else {\n      return \"rgba(\" + rgba.r + \", \" + rgba.g + \", \" + rgba.b + \", \" + rgba.a + \")\";\n    }\n  }\n\n  /**\n   * Convert HSLA values to a CSS hsl/hsla string.\n   * @param {object} hsla Hue, saturation, lightness and alpha values.\n   * @return {string} CSS color string.\n   */\n  function HSLAToStr(hsla) {\n    if (!settings.alpha || hsla.a === 1 && !settings.forceAlpha) {\n      return \"hsl(\" + hsla.h + \", \" + hsla.s + \"%, \" + hsla.l + \"%)\";\n    } else {\n      return \"hsla(\" + hsla.h + \", \" + hsla.s + \"%, \" + hsla.l + \"%, \" + hsla.a + \")\";\n    }\n  }\n\n  /**\n   * Init the color picker.\n   */\n  function init() {\n    // Render the UI\n    container = undefined;\n    picker = document.createElement('div');\n    picker.setAttribute('id', 'clr-picker');\n    picker.className = 'clr-picker';\n    picker.innerHTML =\n    \"<input id=\\\"clr-color-value\\\" name=\\\"clr-color-value\\\" class=\\\"clr-color\\\" type=\\\"text\\\" value=\\\"\\\" spellcheck=\\\"false\\\" aria-label=\\\"\" + settings.a11y.input + \"\\\">\" + (\"<div id=\\\"clr-color-area\\\" class=\\\"clr-gradient\\\" role=\\\"application\\\" aria-label=\\\"\" +\n    settings.a11y.instruction + \"\\\">\") +\n    '<div id=\"clr-color-marker\" class=\"clr-marker\" tabindex=\"0\"></div>' +\n    '</div>' +\n    '<div class=\"clr-hue\">' + (\"<input id=\\\"clr-hue-slider\\\" name=\\\"clr-hue-slider\\\" type=\\\"range\\\" min=\\\"0\\\" max=\\\"360\\\" step=\\\"1\\\" aria-label=\\\"\" +\n    settings.a11y.hueSlider + \"\\\">\") +\n    '<div id=\"clr-hue-marker\"></div>' +\n    '</div>' +\n    '<div class=\"clr-alpha\">' + (\"<input id=\\\"clr-alpha-slider\\\" name=\\\"clr-alpha-slider\\\" type=\\\"range\\\" min=\\\"0\\\" max=\\\"100\\\" step=\\\"1\\\" aria-label=\\\"\" +\n    settings.a11y.alphaSlider + \"\\\">\") +\n    '<div id=\"clr-alpha-marker\"></div>' +\n    '<span></span>' +\n    '</div>' +\n    '<div id=\"clr-format\" class=\"clr-format\">' +\n    '<fieldset class=\"clr-segmented\">' + (\"<legend>\" +\n    settings.a11y.format + \"</legend>\") +\n    '<input id=\"clr-f1\" type=\"radio\" name=\"clr-format\" value=\"hex\">' +\n    '<label for=\"clr-f1\">Hex</label>' +\n    '<input id=\"clr-f2\" type=\"radio\" name=\"clr-format\" value=\"rgb\">' +\n    '<label for=\"clr-f2\">RGB</label>' +\n    '<input id=\"clr-f3\" type=\"radio\" name=\"clr-format\" value=\"hsl\">' +\n    '<label for=\"clr-f3\">HSL</label>' +\n    '<span></span>' +\n    '</fieldset>' +\n    '</div>' +\n    '<div id=\"clr-swatches\" class=\"clr-swatches\"></div>' + (\"<button type=\\\"button\\\" id=\\\"clr-clear\\\" class=\\\"clr-clear\\\" aria-label=\\\"\" +\n    settings.a11y.clear + \"\\\">\" + settings.clearLabel + \"</button>\") +\n    '<div id=\"clr-color-preview\" class=\"clr-preview\">' + (\"<button type=\\\"button\\\" id=\\\"clr-close\\\" class=\\\"clr-close\\\" aria-label=\\\"\" +\n    settings.a11y.close + \"\\\">\" + settings.closeLabel + \"</button>\") +\n    '</div>' + (\"<span id=\\\"clr-open-label\\\" hidden>\" +\n    settings.a11y.open + \"</span>\") + (\"<span id=\\\"clr-swatch-label\\\" hidden>\" +\n    settings.a11y.swatch + \"</span>\");\n\n    // Append the color picker to the DOM\n    document.body.appendChild(picker);\n\n    // Reference the UI elements\n    colorArea = getEl('clr-color-area');\n    colorMarker = getEl('clr-color-marker');\n    clearButton = getEl('clr-clear');\n    closeButton = getEl('clr-close');\n    colorPreview = getEl('clr-color-preview');\n    colorValue = getEl('clr-color-value');\n    hueSlider = getEl('clr-hue-slider');\n    hueMarker = getEl('clr-hue-marker');\n    alphaSlider = getEl('clr-alpha-slider');\n    alphaMarker = getEl('clr-alpha-marker');\n\n    // Bind the picker to the default selector\n    bindFields(settings.el);\n    wrapFields(settings.el);\n\n    addListener(picker, 'mousedown', function (event) {\n      picker.classList.remove('clr-keyboard-nav');\n      event.stopPropagation();\n    });\n\n    addListener(colorArea, 'mousedown', function (event) {\n      addListener(document, 'mousemove', moveMarker);\n    });\n\n    addListener(colorArea, 'contextmenu', function (event) {\n      event.preventDefault();\n    });\n\n    addListener(colorArea, 'touchstart', function (event) {\n      document.addEventListener('touchmove', moveMarker, { passive: false });\n    });\n\n    addListener(colorMarker, 'mousedown', function (event) {\n      addListener(document, 'mousemove', moveMarker);\n    });\n\n    addListener(colorMarker, 'touchstart', function (event) {\n      document.addEventListener('touchmove', moveMarker, { passive: false });\n    });\n\n    addListener(colorValue, 'change', function (event) {\n      var value = colorValue.value;\n\n      if (currentEl || settings.inline) {\n        var color = value === '' ? value : setColorFromStr(value);\n        pickColor(color);\n      }\n    });\n\n    addListener(clearButton, 'click', function (event) {\n      pickColor('');\n      closePicker();\n    });\n\n    addListener(closeButton, 'click', function (event) {\n      pickColor();\n      closePicker();\n    });\n\n    addListener(getEl('clr-format'), 'click', '.clr-format input', function (event) {\n      currentFormat = event.target.value;\n      updateColor();\n      pickColor();\n    });\n\n    addListener(picker, 'click', '.clr-swatches button', function (event) {\n      setColorFromStr(event.target.textContent);\n      pickColor();\n\n      if (settings.swatchesOnly) {\n        closePicker();\n      }\n    });\n\n    addListener(document, 'mouseup', function (event) {\n      document.removeEventListener('mousemove', moveMarker);\n    });\n\n    addListener(document, 'touchend', function (event) {\n      document.removeEventListener('touchmove', moveMarker);\n    });\n\n    addListener(document, 'mousedown', function (event) {\n      keyboardNav = false;\n      picker.classList.remove('clr-keyboard-nav');\n      closePicker();\n    });\n\n    addListener(document, 'keydown', function (event) {\n      var key = event.key;\n      var target = event.target;\n      var shiftKey = event.shiftKey;\n      var navKeys = ['Tab', 'ArrowUp', 'ArrowDown', 'ArrowLeft', 'ArrowRight'];\n\n      if (key === 'Escape') {\n        closePicker(true);\n        return;\n\n        // Close the color picker and keep the selected color on press on Enter\n      } else if (key === 'Enter' && target.tagName !== 'BUTTON') {\n        closePicker();\n        return;\n\n        // Display focus rings when using the keyboard\n      } else if (navKeys.includes(key)) {\n        keyboardNav = true;\n        picker.classList.add('clr-keyboard-nav');\n      }\n\n      // Trap the focus within the color picker while it's open\n      if (key === 'Tab' && target.matches('.clr-picker *')) {\n        var focusables = getFocusableElements();\n        var firstFocusable = focusables.shift();\n        var lastFocusable = focusables.pop();\n\n        if (shiftKey && target === firstFocusable) {\n          lastFocusable.focus();\n          event.preventDefault();\n        } else if (!shiftKey && target === lastFocusable) {\n          firstFocusable.focus();\n          event.preventDefault();\n        }\n      }\n    });\n\n    addListener(document, 'click', '.clr-field button', function (event) {\n      // Reset any previously set per-instance options\n      if (hasInstance) {\n        resetVirtualInstance();\n      }\n\n      // Open the color picker\n      event.target.nextElementSibling.dispatchEvent(new Event('click', { bubbles: true }));\n    });\n\n    addListener(colorMarker, 'keydown', function (event) {\n      var movements = {\n        ArrowUp: [0, -1],\n        ArrowDown: [0, 1],\n        ArrowLeft: [-1, 0],\n        ArrowRight: [1, 0] };\n\n\n      if (Object.keys(movements).includes(event.key)) {\n        moveMarkerOnKeydown.apply(void 0, movements[event.key]);\n        event.preventDefault();\n      }\n    });\n\n    addListener(colorArea, 'click', moveMarker);\n    addListener(hueSlider, 'input', setHue);\n    addListener(alphaSlider, 'input', setAlpha);\n  }\n\n  /**\n   * Return a list of focusable elements within the color picker.\n   * @return {array} The list of focusable DOM elemnts.\n   */\n  function getFocusableElements() {\n    var controls = Array.from(picker.querySelectorAll('input, button'));\n    var focusables = controls.filter(function (node) {return !!node.offsetWidth;});\n\n    return focusables;\n  }\n\n  /**\n   * Shortcut for getElementById to optimize the minified JS.\n   * @param {string} id The element id.\n   * @return {object} The DOM element with the provided id.\n   */\n  function getEl(id) {\n    return document.getElementById(id);\n  }\n\n  /**\n   * Shortcut for addEventListener to optimize the minified JS.\n   * @param {object} context The context to which the listener is attached.\n   * @param {string} type Event type.\n   * @param {(string|function)} selector Event target if delegation is used, event handler if not.\n   * @param {function} [fn] Event handler if delegation is used.\n   */\n  function addListener(context, type, selector, fn) {\n    var matches = Element.prototype.matches || Element.prototype.msMatchesSelector;\n\n    // Delegate event to the target of the selector\n    if (typeof selector === 'string') {\n      context.addEventListener(type, function (event) {\n        if (matches.call(event.target, selector)) {\n          fn.call(event.target, event);\n        }\n      });\n\n      // If the selector is not a string then it's a function\n      // in which case we need a regular event listener\n    } else {\n      fn = selector;\n      context.addEventListener(type, fn);\n    }\n  }\n\n  /**\n   * Call a function only when the DOM is ready.\n   * @param {function} fn The function to call.\n   * @param {array} [args] Arguments to pass to the function.\n   */\n  function DOMReady(fn, args) {\n    args = args !== undefined ? args : [];\n\n    if (document.readyState !== 'loading') {\n      fn.apply(void 0, args);\n    } else {\n      document.addEventListener('DOMContentLoaded', function () {\n        fn.apply(void 0, args);\n      });\n    }\n  }\n\n  // Polyfill for Nodelist.forEach\n  if (NodeList !== undefined && NodeList.prototype && !NodeList.prototype.forEach) {\n    NodeList.prototype.forEach = Array.prototype.forEach;\n  }\n\n  // Expose the color picker to the global scope\n  window.Coloris = function () {\n    var methods = {\n      set: configure,\n      wrap: wrapFields,\n      close: closePicker,\n      setInstance: setVirtualInstance,\n      removeInstance: removeVirtualInstance,\n      updatePosition: updatePickerPosition,\n      ready: DOMReady };\n\n\n    function Coloris(options) {\n      DOMReady(function () {\n        if (options) {\n          if (typeof options === 'string') {\n            bindFields(options);\n          } else {\n            configure(options);\n          }\n        }\n      });\n    }var _loop2 = function _loop2(\n\n    key) {\n      Coloris[key] = function () {for (var _len = arguments.length, args = new Array(_len), _key2 = 0; _key2 < _len; _key2++) {args[_key2] = arguments[_key2];}\n        DOMReady(methods[key], args);\n      };};for (var key in methods) {_loop2(key);\n    }\n\n    return Coloris;\n  }();\n\n  // Init the color picker when the DOM is ready\n  DOMReady(init);\n\n})(window, document, Math);\n"
  },
  {
    "path": "libs/jszip/filesaver.js",
    "content": "(function (global, factory) {\n  if (typeof define === \"function\" && define.amd) {\n    define([], factory);\n  } else if (typeof exports !== \"undefined\") {\n    factory();\n  } else {\n    var mod = {\n      exports: {}\n    };\n    factory();\n    global.FileSaver = mod.exports;\n  }\n})(this, function () {\n  \"use strict\";\n\n  /*\n  * FileSaver.js\n  * A saveAs() FileSaver implementation.\n  *\n  * By Eli Grey, http://eligrey.com\n  *\n  * License : https://github.com/eligrey/FileSaver.js/blob/master/LICENSE.md (MIT)\n  * source  : http://purl.eligrey.com/github/FileSaver.js\n  */\n  // The one and only way of getting global scope in all environments\n  // https://stackoverflow.com/q/3277182/1008999\n  var _global = typeof window === 'object' && window.window === window ? window : typeof self === 'object' && self.self === self ? self : typeof global === 'object' && global.global === global ? global : void 0;\n\n  function bom(blob, opts) {\n    if (typeof opts === 'undefined') opts = {\n      autoBom: false\n    };else if (typeof opts !== 'object') {\n      console.warn('Deprecated: Expected third argument to be a object');\n      opts = {\n        autoBom: !opts\n      };\n    } // prepend BOM for UTF-8 XML and text/* types (including HTML)\n    // note: your browser will automatically convert UTF-16 U+FEFF to EF BB BF\n\n    if (opts.autoBom && /^\\s*(?:text\\/\\S*|application\\/xml|\\S*\\/\\S*\\+xml)\\s*;.*charset\\s*=\\s*utf-8/i.test(blob.type)) {\n      return new Blob([String.fromCharCode(0xFEFF), blob], {\n        type: blob.type\n      });\n    }\n\n    return blob;\n  }\n\n  function download(url, name, opts) {\n    var xhr = new XMLHttpRequest();\n    xhr.open('GET', url);\n    xhr.responseType = 'blob';\n\n    xhr.onload = function () {\n      saveAs(xhr.response, name, opts);\n    };\n\n    xhr.onerror = function () {\n      console.error('could not download file');\n    };\n\n    xhr.send();\n  }\n\n  function corsEnabled(url) {\n    var xhr = new XMLHttpRequest(); // use sync to avoid popup blocker\n\n    xhr.open('HEAD', url, false);\n\n    try {\n      xhr.send();\n    } catch (e) {}\n\n    return xhr.status >= 200 && xhr.status <= 299;\n  } // `a.click()` doesn't work for all browsers (#465)\n\n\n  function click(node) {\n    try {\n      node.dispatchEvent(new MouseEvent('click'));\n    } catch (e) {\n      var evt = document.createEvent('MouseEvents');\n      evt.initMouseEvent('click', true, true, window, 0, 0, 0, 80, 20, false, false, false, false, 0, null);\n      node.dispatchEvent(evt);\n    }\n  } // Detect WebView inside a native macOS app by ruling out all browsers\n  // We just need to check for 'Safari' because all other browsers (besides Firefox) include that too\n  // https://www.whatismybrowser.com/guides/the-latest-user-agent/macos\n\n\n  var isMacOSWebView = /Macintosh/.test(navigator.userAgent) && /AppleWebKit/.test(navigator.userAgent) && !/Safari/.test(navigator.userAgent);\n  var saveAs = _global.saveAs || ( // probably in some web worker\n  typeof window !== 'object' || window !== _global ? function saveAs() {}\n  /* noop */\n  // Use download attribute first if possible (#193 Lumia mobile) unless this is a macOS WebView\n  : 'download' in HTMLAnchorElement.prototype && !isMacOSWebView ? function saveAs(blob, name, opts) {\n    var URL = _global.URL || _global.webkitURL;\n    var a = document.createElement('a');\n    name = name || blob.name || 'download';\n    a.download = name;\n    a.rel = 'noopener'; // tabnabbing\n    // TODO: detect chrome extensions & packaged apps\n    // a.target = '_blank'\n\n    if (typeof blob === 'string') {\n      // Support regular links\n      a.href = blob;\n\n      if (a.origin !== location.origin) {\n        corsEnabled(a.href) ? download(blob, name, opts) : click(a, a.target = '_blank');\n      } else {\n        click(a);\n      }\n    } else {\n      // Support blobs\n      a.href = URL.createObjectURL(blob);\n      setTimeout(function () {\n        URL.revokeObjectURL(a.href);\n      }, 4E4); // 40s\n\n      setTimeout(function () {\n        click(a);\n      }, 0);\n    }\n  } // Use msSaveOrOpenBlob as a second approach\n  : 'msSaveOrOpenBlob' in navigator ? function saveAs(blob, name, opts) {\n    name = name || blob.name || 'download';\n\n    if (typeof blob === 'string') {\n      if (corsEnabled(blob)) {\n        download(blob, name, opts);\n      } else {\n        var a = document.createElement('a');\n        a.href = blob;\n        a.target = '_blank';\n        setTimeout(function () {\n          click(a);\n        });\n      }\n    } else {\n      navigator.msSaveOrOpenBlob(bom(blob, opts), name);\n    }\n  } // Fallback to using FileReader and a popup\n  : function saveAs(blob, name, opts, popup) {\n    // Open a popup immediately do go around popup blocker\n    // Mostly only available on user interaction and the fileReader is async so...\n    popup = popup || open('', '_blank');\n\n    if (popup) {\n      popup.document.title = popup.document.body.innerText = 'downloading...';\n    }\n\n    if (typeof blob === 'string') return download(blob, name, opts);\n    var force = blob.type === 'application/octet-stream';\n\n    var isSafari = /constructor/i.test(_global.HTMLElement) || _global.safari;\n\n    var isChromeIOS = /CriOS\\/[\\d]+/.test(navigator.userAgent);\n\n    if ((isChromeIOS || force && isSafari || isMacOSWebView) && typeof FileReader !== 'undefined') {\n      // Safari doesn't allow downloading of blob URLs\n      var reader = new FileReader();\n\n      reader.onloadend = function () {\n        var url = reader.result;\n        url = isChromeIOS ? url : url.replace(/^data:[^;]*;/, 'data:attachment/file;');\n        if (popup) popup.location.href = url;else location = url;\n        popup = null; // reverse-tabnabbing #460\n      };\n\n      reader.readAsDataURL(blob);\n    } else {\n      var URL = _global.URL || _global.webkitURL;\n      var url = URL.createObjectURL(blob);\n      if (popup) popup.location = url;else location.href = url;\n      popup = null; // reverse-tabnabbing #460\n\n      setTimeout(function () {\n        URL.revokeObjectURL(url);\n      }, 4E4); // 40s\n    }\n  });\n  _global.saveAs = saveAs.saveAs = saveAs;\n\n  if (typeof module !== 'undefined') {\n    module.exports = saveAs;\n  }\n});\n"
  },
  {
    "path": "libs/jszip/jszip.js",
    "content": "/*!\n\nJSZip v3.7.1 - A JavaScript class for generating and reading zip files\n<http://stuartk.com/jszip>\n\n(c) 2009-2016 Stuart Knightley <stuart [at] stuartk.com>\nDual licenced under the MIT license or GPLv3. See https://raw.github.com/Stuk/jszip/master/LICENSE.markdown.\n\nJSZip uses the library pako released under the MIT license :\nhttps://github.com/nodeca/pako/blob/master/LICENSE\n*/\n\n(function(f){if(typeof exports===\"object\"&&typeof module!==\"undefined\"){module.exports=f()}else if(typeof define===\"function\"&&define.amd){define([],f)}else{var g;if(typeof window!==\"undefined\"){g=window}else if(typeof global!==\"undefined\"){g=global}else if(typeof self!==\"undefined\"){g=self}else{g=this}g.JSZip = f()}})(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require==\"function\"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error(\"Cannot find module '\"+o+\"'\");throw f.code=\"MODULE_NOT_FOUND\",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require==\"function\"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){\n'use strict';\nvar utils = require('./utils');\nvar support = require('./support');\n// private property\nvar _keyStr = \"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=\";\n\n\n// public method for encoding\nexports.encode = function(input) {\n    var output = [];\n    var chr1, chr2, chr3, enc1, enc2, enc3, enc4;\n    var i = 0, len = input.length, remainingBytes = len;\n\n    var isArray = utils.getTypeOf(input) !== \"string\";\n    while (i < input.length) {\n        remainingBytes = len - i;\n\n        if (!isArray) {\n            chr1 = input.charCodeAt(i++);\n            chr2 = i < len ? input.charCodeAt(i++) : 0;\n            chr3 = i < len ? input.charCodeAt(i++) : 0;\n        } else {\n            chr1 = input[i++];\n            chr2 = i < len ? input[i++] : 0;\n            chr3 = i < len ? input[i++] : 0;\n        }\n\n        enc1 = chr1 >> 2;\n        enc2 = ((chr1 & 3) << 4) | (chr2 >> 4);\n        enc3 = remainingBytes > 1 ? (((chr2 & 15) << 2) | (chr3 >> 6)) : 64;\n        enc4 = remainingBytes > 2 ? (chr3 & 63) : 64;\n\n        output.push(_keyStr.charAt(enc1) + _keyStr.charAt(enc2) + _keyStr.charAt(enc3) + _keyStr.charAt(enc4));\n\n    }\n\n    return output.join(\"\");\n};\n\n// public method for decoding\nexports.decode = function(input) {\n    var chr1, chr2, chr3;\n    var enc1, enc2, enc3, enc4;\n    var i = 0, resultIndex = 0;\n\n    var dataUrlPrefix = \"data:\";\n\n    if (input.substr(0, dataUrlPrefix.length) === dataUrlPrefix) {\n        // This is a common error: people give a data url\n        // (data:image/png;base64,iVBOR...) with a {base64: true} and\n        // wonders why things don't work.\n        // We can detect that the string input looks like a data url but we\n        // *can't* be sure it is one: removing everything up to the comma would\n        // be too dangerous.\n        throw new Error(\"Invalid base64 input, it looks like a data url.\");\n    }\n\n    input = input.replace(/[^A-Za-z0-9\\+\\/\\=]/g, \"\");\n\n    var totalLength = input.length * 3 / 4;\n    if(input.charAt(input.length - 1) === _keyStr.charAt(64)) {\n        totalLength--;\n    }\n    if(input.charAt(input.length - 2) === _keyStr.charAt(64)) {\n        totalLength--;\n    }\n    if (totalLength % 1 !== 0) {\n        // totalLength is not an integer, the length does not match a valid\n        // base64 content. That can happen if:\n        // - the input is not a base64 content\n        // - the input is *almost* a base64 content, with a extra chars at the\n        //   beginning or at the end\n        // - the input uses a base64 variant (base64url for example)\n        throw new Error(\"Invalid base64 input, bad content length.\");\n    }\n    var output;\n    if (support.uint8array) {\n        output = new Uint8Array(totalLength|0);\n    } else {\n        output = new Array(totalLength|0);\n    }\n\n    while (i < input.length) {\n\n        enc1 = _keyStr.indexOf(input.charAt(i++));\n        enc2 = _keyStr.indexOf(input.charAt(i++));\n        enc3 = _keyStr.indexOf(input.charAt(i++));\n        enc4 = _keyStr.indexOf(input.charAt(i++));\n\n        chr1 = (enc1 << 2) | (enc2 >> 4);\n        chr2 = ((enc2 & 15) << 4) | (enc3 >> 2);\n        chr3 = ((enc3 & 3) << 6) | enc4;\n\n        output[resultIndex++] = chr1;\n\n        if (enc3 !== 64) {\n            output[resultIndex++] = chr2;\n        }\n        if (enc4 !== 64) {\n            output[resultIndex++] = chr3;\n        }\n\n    }\n\n    return output;\n};\n\n},{\"./support\":30,\"./utils\":32}],2:[function(require,module,exports){\n'use strict';\n\nvar external = require(\"./external\");\nvar DataWorker = require('./stream/DataWorker');\nvar Crc32Probe = require('./stream/Crc32Probe');\nvar DataLengthProbe = require('./stream/DataLengthProbe');\n\n/**\n * Represent a compressed object, with everything needed to decompress it.\n * @constructor\n * @param {number} compressedSize the size of the data compressed.\n * @param {number} uncompressedSize the size of the data after decompression.\n * @param {number} crc32 the crc32 of the decompressed file.\n * @param {object} compression the type of compression, see lib/compressions.js.\n * @param {String|ArrayBuffer|Uint8Array|Buffer} data the compressed data.\n */\nfunction CompressedObject(compressedSize, uncompressedSize, crc32, compression, data) {\n    this.compressedSize = compressedSize;\n    this.uncompressedSize = uncompressedSize;\n    this.crc32 = crc32;\n    this.compression = compression;\n    this.compressedContent = data;\n}\n\nCompressedObject.prototype = {\n    /**\n     * Create a worker to get the uncompressed content.\n     * @return {GenericWorker} the worker.\n     */\n    getContentWorker: function () {\n        var worker = new DataWorker(external.Promise.resolve(this.compressedContent))\n            .pipe(this.compression.uncompressWorker())\n            .pipe(new DataLengthProbe(\"data_length\"));\n\n        var that = this;\n        worker.on(\"end\", function () {\n            if (this.streamInfo['data_length'] !== that.uncompressedSize) {\n                throw new Error(\"Bug : uncompressed data size mismatch\");\n            }\n        });\n        return worker;\n    },\n    /**\n     * Create a worker to get the compressed content.\n     * @return {GenericWorker} the worker.\n     */\n    getCompressedWorker: function () {\n        return new DataWorker(external.Promise.resolve(this.compressedContent))\n            .withStreamInfo(\"compressedSize\", this.compressedSize)\n            .withStreamInfo(\"uncompressedSize\", this.uncompressedSize)\n            .withStreamInfo(\"crc32\", this.crc32)\n            .withStreamInfo(\"compression\", this.compression)\n            ;\n    }\n};\n\n/**\n * Chain the given worker with other workers to compress the content with the\n * given compression.\n * @param {GenericWorker} uncompressedWorker the worker to pipe.\n * @param {Object} compression the compression object.\n * @param {Object} compressionOptions the options to use when compressing.\n * @return {GenericWorker} the new worker compressing the content.\n */\nCompressedObject.createWorkerFrom = function (uncompressedWorker, compression, compressionOptions) {\n    return uncompressedWorker\n        .pipe(new Crc32Probe())\n        .pipe(new DataLengthProbe(\"uncompressedSize\"))\n        .pipe(compression.compressWorker(compressionOptions))\n        .pipe(new DataLengthProbe(\"compressedSize\"))\n        .withStreamInfo(\"compression\", compression);\n};\n\nmodule.exports = CompressedObject;\n\n},{\"./external\":6,\"./stream/Crc32Probe\":25,\"./stream/DataLengthProbe\":26,\"./stream/DataWorker\":27}],3:[function(require,module,exports){\n'use strict';\n\nvar GenericWorker = require(\"./stream/GenericWorker\");\n\nexports.STORE = {\n    magic: \"\\x00\\x00\",\n    compressWorker : function (compressionOptions) {\n        return new GenericWorker(\"STORE compression\");\n    },\n    uncompressWorker : function () {\n        return new GenericWorker(\"STORE decompression\");\n    }\n};\nexports.DEFLATE = require('./flate');\n\n},{\"./flate\":7,\"./stream/GenericWorker\":28}],4:[function(require,module,exports){\n'use strict';\n\nvar utils = require('./utils');\n\n/**\n * The following functions come from pako, from pako/lib/zlib/crc32.js\n * released under the MIT license, see pako https://github.com/nodeca/pako/\n */\n\n// Use ordinary array, since untyped makes no boost here\nfunction makeTable() {\n    var c, table = [];\n\n    for(var n =0; n < 256; n++){\n        c = n;\n        for(var k =0; k < 8; k++){\n            c = ((c&1) ? (0xEDB88320 ^ (c >>> 1)) : (c >>> 1));\n        }\n        table[n] = c;\n    }\n\n    return table;\n}\n\n// Create table on load. Just 255 signed longs. Not a problem.\nvar crcTable = makeTable();\n\n\nfunction crc32(crc, buf, len, pos) {\n    var t = crcTable, end = pos + len;\n\n    crc = crc ^ (-1);\n\n    for (var i = pos; i < end; i++ ) {\n        crc = (crc >>> 8) ^ t[(crc ^ buf[i]) & 0xFF];\n    }\n\n    return (crc ^ (-1)); // >>> 0;\n}\n\n// That's all for the pako functions.\n\n/**\n * Compute the crc32 of a string.\n * This is almost the same as the function crc32, but for strings. Using the\n * same function for the two use cases leads to horrible performances.\n * @param {Number} crc the starting value of the crc.\n * @param {String} str the string to use.\n * @param {Number} len the length of the string.\n * @param {Number} pos the starting position for the crc32 computation.\n * @return {Number} the computed crc32.\n */\nfunction crc32str(crc, str, len, pos) {\n    var t = crcTable, end = pos + len;\n\n    crc = crc ^ (-1);\n\n    for (var i = pos; i < end; i++ ) {\n        crc = (crc >>> 8) ^ t[(crc ^ str.charCodeAt(i)) & 0xFF];\n    }\n\n    return (crc ^ (-1)); // >>> 0;\n}\n\nmodule.exports = function crc32wrapper(input, crc) {\n    if (typeof input === \"undefined\" || !input.length) {\n        return 0;\n    }\n\n    var isArray = utils.getTypeOf(input) !== \"string\";\n\n    if(isArray) {\n        return crc32(crc|0, input, input.length, 0);\n    } else {\n        return crc32str(crc|0, input, input.length, 0);\n    }\n};\n\n},{\"./utils\":32}],5:[function(require,module,exports){\n'use strict';\nexports.base64 = false;\nexports.binary = false;\nexports.dir = false;\nexports.createFolders = true;\nexports.date = null;\nexports.compression = null;\nexports.compressionOptions = null;\nexports.comment = null;\nexports.unixPermissions = null;\nexports.dosPermissions = null;\n\n},{}],6:[function(require,module,exports){\n/* global Promise */\n'use strict';\n\n// load the global object first:\n// - it should be better integrated in the system (unhandledRejection in node)\n// - the environment may have a custom Promise implementation (see zone.js)\nvar ES6Promise = null;\nif (typeof Promise !== \"undefined\") {\n    ES6Promise = Promise;\n} else {\n    ES6Promise = require(\"lie\");\n}\n\n/**\n * Let the user use/change some implementations.\n */\nmodule.exports = {\n    Promise: ES6Promise\n};\n\n},{\"lie\":37}],7:[function(require,module,exports){\n'use strict';\nvar USE_TYPEDARRAY = (typeof Uint8Array !== 'undefined') && (typeof Uint16Array !== 'undefined') && (typeof Uint32Array !== 'undefined');\n\nvar pako = require(\"pako\");\nvar utils = require(\"./utils\");\nvar GenericWorker = require(\"./stream/GenericWorker\");\n\nvar ARRAY_TYPE = USE_TYPEDARRAY ? \"uint8array\" : \"array\";\n\nexports.magic = \"\\x08\\x00\";\n\n/**\n * Create a worker that uses pako to inflate/deflate.\n * @constructor\n * @param {String} action the name of the pako function to call : either \"Deflate\" or \"Inflate\".\n * @param {Object} options the options to use when (de)compressing.\n */\nfunction FlateWorker(action, options) {\n    GenericWorker.call(this, \"FlateWorker/\" + action);\n\n    this._pako = null;\n    this._pakoAction = action;\n    this._pakoOptions = options;\n    // the `meta` object from the last chunk received\n    // this allow this worker to pass around metadata\n    this.meta = {};\n}\n\nutils.inherits(FlateWorker, GenericWorker);\n\n/**\n * @see GenericWorker.processChunk\n */\nFlateWorker.prototype.processChunk = function (chunk) {\n    this.meta = chunk.meta;\n    if (this._pako === null) {\n        this._createPako();\n    }\n    this._pako.push(utils.transformTo(ARRAY_TYPE, chunk.data), false);\n};\n\n/**\n * @see GenericWorker.flush\n */\nFlateWorker.prototype.flush = function () {\n    GenericWorker.prototype.flush.call(this);\n    if (this._pako === null) {\n        this._createPako();\n    }\n    this._pako.push([], true);\n};\n/**\n * @see GenericWorker.cleanUp\n */\nFlateWorker.prototype.cleanUp = function () {\n    GenericWorker.prototype.cleanUp.call(this);\n    this._pako = null;\n};\n\n/**\n * Create the _pako object.\n * TODO: lazy-loading this object isn't the best solution but it's the\n * quickest. The best solution is to lazy-load the worker list. See also the\n * issue #446.\n */\nFlateWorker.prototype._createPako = function () {\n    this._pako = new pako[this._pakoAction]({\n        raw: true,\n        level: this._pakoOptions.level || -1 // default compression\n    });\n    var self = this;\n    this._pako.onData = function(data) {\n        self.push({\n            data : data,\n            meta : self.meta\n        });\n    };\n};\n\nexports.compressWorker = function (compressionOptions) {\n    return new FlateWorker(\"Deflate\", compressionOptions);\n};\nexports.uncompressWorker = function () {\n    return new FlateWorker(\"Inflate\", {});\n};\n\n},{\"./stream/GenericWorker\":28,\"./utils\":32,\"pako\":38}],8:[function(require,module,exports){\n'use strict';\n\nvar utils = require('../utils');\nvar GenericWorker = require('../stream/GenericWorker');\nvar utf8 = require('../utf8');\nvar crc32 = require('../crc32');\nvar signature = require('../signature');\n\n/**\n * Transform an integer into a string in hexadecimal.\n * @private\n * @param {number} dec the number to convert.\n * @param {number} bytes the number of bytes to generate.\n * @returns {string} the result.\n */\nvar decToHex = function(dec, bytes) {\n    var hex = \"\", i;\n    for (i = 0; i < bytes; i++) {\n        hex += String.fromCharCode(dec & 0xff);\n        dec = dec >>> 8;\n    }\n    return hex;\n};\n\n/**\n * Generate the UNIX part of the external file attributes.\n * @param {Object} unixPermissions the unix permissions or null.\n * @param {Boolean} isDir true if the entry is a directory, false otherwise.\n * @return {Number} a 32 bit integer.\n *\n * adapted from http://unix.stackexchange.com/questions/14705/the-zip-formats-external-file-attribute :\n *\n * TTTTsstrwxrwxrwx0000000000ADVSHR\n * ^^^^____________________________ file type, see zipinfo.c (UNX_*)\n *     ^^^_________________________ setuid, setgid, sticky\n *        ^^^^^^^^^________________ permissions\n *                 ^^^^^^^^^^______ not used ?\n *                           ^^^^^^ DOS attribute bits : Archive, Directory, Volume label, System file, Hidden, Read only\n */\nvar generateUnixExternalFileAttr = function (unixPermissions, isDir) {\n\n    var result = unixPermissions;\n    if (!unixPermissions) {\n        // I can't use octal values in strict mode, hence the hexa.\n        //  040775 => 0x41fd\n        // 0100664 => 0x81b4\n        result = isDir ? 0x41fd : 0x81b4;\n    }\n    return (result & 0xFFFF) << 16;\n};\n\n/**\n * Generate the DOS part of the external file attributes.\n * @param {Object} dosPermissions the dos permissions or null.\n * @param {Boolean} isDir true if the entry is a directory, false otherwise.\n * @return {Number} a 32 bit integer.\n *\n * Bit 0     Read-Only\n * Bit 1     Hidden\n * Bit 2     System\n * Bit 3     Volume Label\n * Bit 4     Directory\n * Bit 5     Archive\n */\nvar generateDosExternalFileAttr = function (dosPermissions, isDir) {\n\n    // the dir flag is already set for compatibility\n    return (dosPermissions || 0)  & 0x3F;\n};\n\n/**\n * Generate the various parts used in the construction of the final zip file.\n * @param {Object} streamInfo the hash with information about the compressed file.\n * @param {Boolean} streamedContent is the content streamed ?\n * @param {Boolean} streamingEnded is the stream finished ?\n * @param {number} offset the current offset from the start of the zip file.\n * @param {String} platform let's pretend we are this platform (change platform dependents fields)\n * @param {Function} encodeFileName the function to encode the file name / comment.\n * @return {Object} the zip parts.\n */\nvar generateZipParts = function(streamInfo, streamedContent, streamingEnded, offset, platform, encodeFileName) {\n    var file = streamInfo['file'],\n    compression = streamInfo['compression'],\n    useCustomEncoding = encodeFileName !== utf8.utf8encode,\n    encodedFileName = utils.transformTo(\"string\", encodeFileName(file.name)),\n    utfEncodedFileName = utils.transformTo(\"string\", utf8.utf8encode(file.name)),\n    comment = file.comment,\n    encodedComment = utils.transformTo(\"string\", encodeFileName(comment)),\n    utfEncodedComment = utils.transformTo(\"string\", utf8.utf8encode(comment)),\n    useUTF8ForFileName = utfEncodedFileName.length !== file.name.length,\n    useUTF8ForComment = utfEncodedComment.length !== comment.length,\n    dosTime,\n    dosDate,\n    extraFields = \"\",\n    unicodePathExtraField = \"\",\n    unicodeCommentExtraField = \"\",\n    dir = file.dir,\n    date = file.date;\n\n\n    var dataInfo = {\n        crc32 : 0,\n        compressedSize : 0,\n        uncompressedSize : 0\n    };\n\n    // if the content is streamed, the sizes/crc32 are only available AFTER\n    // the end of the stream.\n    if (!streamedContent || streamingEnded) {\n        dataInfo.crc32 = streamInfo['crc32'];\n        dataInfo.compressedSize = streamInfo['compressedSize'];\n        dataInfo.uncompressedSize = streamInfo['uncompressedSize'];\n    }\n\n    var bitflag = 0;\n    if (streamedContent) {\n        // Bit 3: the sizes/crc32 are set to zero in the local header.\n        // The correct values are put in the data descriptor immediately\n        // following the compressed data.\n        bitflag |= 0x0008;\n    }\n    if (!useCustomEncoding && (useUTF8ForFileName || useUTF8ForComment)) {\n        // Bit 11: Language encoding flag (EFS).\n        bitflag |= 0x0800;\n    }\n\n\n    var extFileAttr = 0;\n    var versionMadeBy = 0;\n    if (dir) {\n        // dos or unix, we set the dos dir flag\n        extFileAttr |= 0x00010;\n    }\n    if(platform === \"UNIX\") {\n        versionMadeBy = 0x031E; // UNIX, version 3.0\n        extFileAttr |= generateUnixExternalFileAttr(file.unixPermissions, dir);\n    } else { // DOS or other, fallback to DOS\n        versionMadeBy = 0x0014; // DOS, version 2.0\n        extFileAttr |= generateDosExternalFileAttr(file.dosPermissions, dir);\n    }\n\n    // date\n    // @see http://www.delorie.com/djgpp/doc/rbinter/it/52/13.html\n    // @see http://www.delorie.com/djgpp/doc/rbinter/it/65/16.html\n    // @see http://www.delorie.com/djgpp/doc/rbinter/it/66/16.html\n\n    dosTime = date.getUTCHours();\n    dosTime = dosTime << 6;\n    dosTime = dosTime | date.getUTCMinutes();\n    dosTime = dosTime << 5;\n    dosTime = dosTime | date.getUTCSeconds() / 2;\n\n    dosDate = date.getUTCFullYear() - 1980;\n    dosDate = dosDate << 4;\n    dosDate = dosDate | (date.getUTCMonth() + 1);\n    dosDate = dosDate << 5;\n    dosDate = dosDate | date.getUTCDate();\n\n    if (useUTF8ForFileName) {\n        // set the unicode path extra field. unzip needs at least one extra\n        // field to correctly handle unicode path, so using the path is as good\n        // as any other information. This could improve the situation with\n        // other archive managers too.\n        // This field is usually used without the utf8 flag, with a non\n        // unicode path in the header (winrar, winzip). This helps (a bit)\n        // with the messy Windows' default compressed folders feature but\n        // breaks on p7zip which doesn't seek the unicode path extra field.\n        // So for now, UTF-8 everywhere !\n        unicodePathExtraField =\n            // Version\n            decToHex(1, 1) +\n            // NameCRC32\n            decToHex(crc32(encodedFileName), 4) +\n            // UnicodeName\n            utfEncodedFileName;\n\n        extraFields +=\n            // Info-ZIP Unicode Path Extra Field\n            \"\\x75\\x70\" +\n            // size\n            decToHex(unicodePathExtraField.length, 2) +\n            // content\n            unicodePathExtraField;\n    }\n\n    if(useUTF8ForComment) {\n\n        unicodeCommentExtraField =\n            // Version\n            decToHex(1, 1) +\n            // CommentCRC32\n            decToHex(crc32(encodedComment), 4) +\n            // UnicodeName\n            utfEncodedComment;\n\n        extraFields +=\n            // Info-ZIP Unicode Path Extra Field\n            \"\\x75\\x63\" +\n            // size\n            decToHex(unicodeCommentExtraField.length, 2) +\n            // content\n            unicodeCommentExtraField;\n    }\n\n    var header = \"\";\n\n    // version needed to extract\n    header += \"\\x0A\\x00\";\n    // general purpose bit flag\n    header += decToHex(bitflag, 2);\n    // compression method\n    header += compression.magic;\n    // last mod file time\n    header += decToHex(dosTime, 2);\n    // last mod file date\n    header += decToHex(dosDate, 2);\n    // crc-32\n    header += decToHex(dataInfo.crc32, 4);\n    // compressed size\n    header += decToHex(dataInfo.compressedSize, 4);\n    // uncompressed size\n    header += decToHex(dataInfo.uncompressedSize, 4);\n    // file name length\n    header += decToHex(encodedFileName.length, 2);\n    // extra field length\n    header += decToHex(extraFields.length, 2);\n\n\n    var fileRecord = signature.LOCAL_FILE_HEADER + header + encodedFileName + extraFields;\n\n    var dirRecord = signature.CENTRAL_FILE_HEADER +\n        // version made by (00: DOS)\n        decToHex(versionMadeBy, 2) +\n        // file header (common to file and central directory)\n        header +\n        // file comment length\n        decToHex(encodedComment.length, 2) +\n        // disk number start\n        \"\\x00\\x00\" +\n        // internal file attributes TODO\n        \"\\x00\\x00\" +\n        // external file attributes\n        decToHex(extFileAttr, 4) +\n        // relative offset of local header\n        decToHex(offset, 4) +\n        // file name\n        encodedFileName +\n        // extra field\n        extraFields +\n        // file comment\n        encodedComment;\n\n    return {\n        fileRecord: fileRecord,\n        dirRecord: dirRecord\n    };\n};\n\n/**\n * Generate the EOCD record.\n * @param {Number} entriesCount the number of entries in the zip file.\n * @param {Number} centralDirLength the length (in bytes) of the central dir.\n * @param {Number} localDirLength the length (in bytes) of the local dir.\n * @param {String} comment the zip file comment as a binary string.\n * @param {Function} encodeFileName the function to encode the comment.\n * @return {String} the EOCD record.\n */\nvar generateCentralDirectoryEnd = function (entriesCount, centralDirLength, localDirLength, comment, encodeFileName) {\n    var dirEnd = \"\";\n    var encodedComment = utils.transformTo(\"string\", encodeFileName(comment));\n\n    // end of central dir signature\n    dirEnd = signature.CENTRAL_DIRECTORY_END +\n        // number of this disk\n        \"\\x00\\x00\" +\n        // number of the disk with the start of the central directory\n        \"\\x00\\x00\" +\n        // total number of entries in the central directory on this disk\n        decToHex(entriesCount, 2) +\n        // total number of entries in the central directory\n        decToHex(entriesCount, 2) +\n        // size of the central directory   4 bytes\n        decToHex(centralDirLength, 4) +\n        // offset of start of central directory with respect to the starting disk number\n        decToHex(localDirLength, 4) +\n        // .ZIP file comment length\n        decToHex(encodedComment.length, 2) +\n        // .ZIP file comment\n        encodedComment;\n\n    return dirEnd;\n};\n\n/**\n * Generate data descriptors for a file entry.\n * @param {Object} streamInfo the hash generated by a worker, containing information\n * on the file entry.\n * @return {String} the data descriptors.\n */\nvar generateDataDescriptors = function (streamInfo) {\n    var descriptor = \"\";\n    descriptor = signature.DATA_DESCRIPTOR +\n        // crc-32                          4 bytes\n        decToHex(streamInfo['crc32'], 4) +\n        // compressed size                 4 bytes\n        decToHex(streamInfo['compressedSize'], 4) +\n        // uncompressed size               4 bytes\n        decToHex(streamInfo['uncompressedSize'], 4);\n\n    return descriptor;\n};\n\n\n/**\n * A worker to concatenate other workers to create a zip file.\n * @param {Boolean} streamFiles `true` to stream the content of the files,\n * `false` to accumulate it.\n * @param {String} comment the comment to use.\n * @param {String} platform the platform to use, \"UNIX\" or \"DOS\".\n * @param {Function} encodeFileName the function to encode file names and comments.\n */\nfunction ZipFileWorker(streamFiles, comment, platform, encodeFileName) {\n    GenericWorker.call(this, \"ZipFileWorker\");\n    // The number of bytes written so far. This doesn't count accumulated chunks.\n    this.bytesWritten = 0;\n    // The comment of the zip file\n    this.zipComment = comment;\n    // The platform \"generating\" the zip file.\n    this.zipPlatform = platform;\n    // the function to encode file names and comments.\n    this.encodeFileName = encodeFileName;\n    // Should we stream the content of the files ?\n    this.streamFiles = streamFiles;\n    // If `streamFiles` is false, we will need to accumulate the content of the\n    // files to calculate sizes / crc32 (and write them *before* the content).\n    // This boolean indicates if we are accumulating chunks (it will change a lot\n    // during the lifetime of this worker).\n    this.accumulate = false;\n    // The buffer receiving chunks when accumulating content.\n    this.contentBuffer = [];\n    // The list of generated directory records.\n    this.dirRecords = [];\n    // The offset (in bytes) from the beginning of the zip file for the current source.\n    this.currentSourceOffset = 0;\n    // The total number of entries in this zip file.\n    this.entriesCount = 0;\n    // the name of the file currently being added, null when handling the end of the zip file.\n    // Used for the emitted metadata.\n    this.currentFile = null;\n\n\n\n    this._sources = [];\n}\nutils.inherits(ZipFileWorker, GenericWorker);\n\n/**\n * @see GenericWorker.push\n */\nZipFileWorker.prototype.push = function (chunk) {\n\n    var currentFilePercent = chunk.meta.percent || 0;\n    var entriesCount = this.entriesCount;\n    var remainingFiles = this._sources.length;\n\n    if(this.accumulate) {\n        this.contentBuffer.push(chunk);\n    } else {\n        this.bytesWritten += chunk.data.length;\n\n        GenericWorker.prototype.push.call(this, {\n            data : chunk.data,\n            meta : {\n                currentFile : this.currentFile,\n                percent : entriesCount ? (currentFilePercent + 100 * (entriesCount - remainingFiles - 1)) / entriesCount : 100\n            }\n        });\n    }\n};\n\n/**\n * The worker started a new source (an other worker).\n * @param {Object} streamInfo the streamInfo object from the new source.\n */\nZipFileWorker.prototype.openedSource = function (streamInfo) {\n    this.currentSourceOffset = this.bytesWritten;\n    this.currentFile = streamInfo['file'].name;\n\n    var streamedContent = this.streamFiles && !streamInfo['file'].dir;\n\n    // don't stream folders (because they don't have any content)\n    if(streamedContent) {\n        var record = generateZipParts(streamInfo, streamedContent, false, this.currentSourceOffset, this.zipPlatform, this.encodeFileName);\n        this.push({\n            data : record.fileRecord,\n            meta : {percent:0}\n        });\n    } else {\n        // we need to wait for the whole file before pushing anything\n        this.accumulate = true;\n    }\n};\n\n/**\n * The worker finished a source (an other worker).\n * @param {Object} streamInfo the streamInfo object from the finished source.\n */\nZipFileWorker.prototype.closedSource = function (streamInfo) {\n    this.accumulate = false;\n    var streamedContent = this.streamFiles && !streamInfo['file'].dir;\n    var record = generateZipParts(streamInfo, streamedContent, true, this.currentSourceOffset, this.zipPlatform, this.encodeFileName);\n\n    this.dirRecords.push(record.dirRecord);\n    if(streamedContent) {\n        // after the streamed file, we put data descriptors\n        this.push({\n            data : generateDataDescriptors(streamInfo),\n            meta : {percent:100}\n        });\n    } else {\n        // the content wasn't streamed, we need to push everything now\n        // first the file record, then the content\n        this.push({\n            data : record.fileRecord,\n            meta : {percent:0}\n        });\n        while(this.contentBuffer.length) {\n            this.push(this.contentBuffer.shift());\n        }\n    }\n    this.currentFile = null;\n};\n\n/**\n * @see GenericWorker.flush\n */\nZipFileWorker.prototype.flush = function () {\n\n    var localDirLength = this.bytesWritten;\n    for(var i = 0; i < this.dirRecords.length; i++) {\n        this.push({\n            data : this.dirRecords[i],\n            meta : {percent:100}\n        });\n    }\n    var centralDirLength = this.bytesWritten - localDirLength;\n\n    var dirEnd = generateCentralDirectoryEnd(this.dirRecords.length, centralDirLength, localDirLength, this.zipComment, this.encodeFileName);\n\n    this.push({\n        data : dirEnd,\n        meta : {percent:100}\n    });\n};\n\n/**\n * Prepare the next source to be read.\n */\nZipFileWorker.prototype.prepareNextSource = function () {\n    this.previous = this._sources.shift();\n    this.openedSource(this.previous.streamInfo);\n    if (this.isPaused) {\n        this.previous.pause();\n    } else {\n        this.previous.resume();\n    }\n};\n\n/**\n * @see GenericWorker.registerPrevious\n */\nZipFileWorker.prototype.registerPrevious = function (previous) {\n    this._sources.push(previous);\n    var self = this;\n\n    previous.on('data', function (chunk) {\n        self.processChunk(chunk);\n    });\n    previous.on('end', function () {\n        self.closedSource(self.previous.streamInfo);\n        if(self._sources.length) {\n            self.prepareNextSource();\n        } else {\n            self.end();\n        }\n    });\n    previous.on('error', function (e) {\n        self.error(e);\n    });\n    return this;\n};\n\n/**\n * @see GenericWorker.resume\n */\nZipFileWorker.prototype.resume = function () {\n    if(!GenericWorker.prototype.resume.call(this)) {\n        return false;\n    }\n\n    if (!this.previous && this._sources.length) {\n        this.prepareNextSource();\n        return true;\n    }\n    if (!this.previous && !this._sources.length && !this.generatedError) {\n        this.end();\n        return true;\n    }\n};\n\n/**\n * @see GenericWorker.error\n */\nZipFileWorker.prototype.error = function (e) {\n    var sources = this._sources;\n    if(!GenericWorker.prototype.error.call(this, e)) {\n        return false;\n    }\n    for(var i = 0; i < sources.length; i++) {\n        try {\n            sources[i].error(e);\n        } catch(e) {\n            // the `error` exploded, nothing to do\n        }\n    }\n    return true;\n};\n\n/**\n * @see GenericWorker.lock\n */\nZipFileWorker.prototype.lock = function () {\n    GenericWorker.prototype.lock.call(this);\n    var sources = this._sources;\n    for(var i = 0; i < sources.length; i++) {\n        sources[i].lock();\n    }\n};\n\nmodule.exports = ZipFileWorker;\n\n},{\"../crc32\":4,\"../signature\":23,\"../stream/GenericWorker\":28,\"../utf8\":31,\"../utils\":32}],9:[function(require,module,exports){\n'use strict';\n\nvar compressions = require('../compressions');\nvar ZipFileWorker = require('./ZipFileWorker');\n\n/**\n * Find the compression to use.\n * @param {String} fileCompression the compression defined at the file level, if any.\n * @param {String} zipCompression the compression defined at the load() level.\n * @return {Object} the compression object to use.\n */\nvar getCompression = function (fileCompression, zipCompression) {\n\n    var compressionName = fileCompression || zipCompression;\n    var compression = compressions[compressionName];\n    if (!compression) {\n        throw new Error(compressionName + \" is not a valid compression method !\");\n    }\n    return compression;\n};\n\n/**\n * Create a worker to generate a zip file.\n * @param {JSZip} zip the JSZip instance at the right root level.\n * @param {Object} options to generate the zip file.\n * @param {String} comment the comment to use.\n */\nexports.generateWorker = function (zip, options, comment) {\n\n    var zipFileWorker = new ZipFileWorker(options.streamFiles, comment, options.platform, options.encodeFileName);\n    var entriesCount = 0;\n    try {\n\n        zip.forEach(function (relativePath, file) {\n            entriesCount++;\n            var compression = getCompression(file.options.compression, options.compression);\n            var compressionOptions = file.options.compressionOptions || options.compressionOptions || {};\n            var dir = file.dir, date = file.date;\n\n            file._compressWorker(compression, compressionOptions)\n            .withStreamInfo(\"file\", {\n                name : relativePath,\n                dir : dir,\n                date : date,\n                comment : file.comment || \"\",\n                unixPermissions : file.unixPermissions,\n                dosPermissions : file.dosPermissions\n            })\n            .pipe(zipFileWorker);\n        });\n        zipFileWorker.entriesCount = entriesCount;\n    } catch (e) {\n        zipFileWorker.error(e);\n    }\n\n    return zipFileWorker;\n};\n\n},{\"../compressions\":3,\"./ZipFileWorker\":8}],10:[function(require,module,exports){\n'use strict';\n\n/**\n * Representation a of zip file in js\n * @constructor\n */\nfunction JSZip() {\n    // if this constructor is used without `new`, it adds `new` before itself:\n    if(!(this instanceof JSZip)) {\n        return new JSZip();\n    }\n\n    if(arguments.length) {\n        throw new Error(\"The constructor with parameters has been removed in JSZip 3.0, please check the upgrade guide.\");\n    }\n\n    // object containing the files :\n    // {\n    //   \"folder/\" : {...},\n    //   \"folder/data.txt\" : {...}\n    // }\n    // NOTE: we use a null prototype because we do not\n    // want filenames like \"toString\" coming from a zip file\n    // to overwrite methods and attributes in a normal Object.\n    this.files = Object.create(null);\n\n    this.comment = null;\n\n    // Where we are in the hierarchy\n    this.root = \"\";\n    this.clone = function() {\n        var newObj = new JSZip();\n        for (var i in this) {\n            if (typeof this[i] !== \"function\") {\n                newObj[i] = this[i];\n            }\n        }\n        return newObj;\n    };\n}\nJSZip.prototype = require('./object');\nJSZip.prototype.loadAsync = require('./load');\nJSZip.support = require('./support');\nJSZip.defaults = require('./defaults');\n\n// TODO find a better way to handle this version,\n// a require('package.json').version doesn't work with webpack, see #327\nJSZip.version = \"3.7.1\";\n\nJSZip.loadAsync = function (content, options) {\n    return new JSZip().loadAsync(content, options);\n};\n\nJSZip.external = require(\"./external\");\nmodule.exports = JSZip;\n\n},{\"./defaults\":5,\"./external\":6,\"./load\":11,\"./object\":15,\"./support\":30}],11:[function(require,module,exports){\n'use strict';\nvar utils = require('./utils');\nvar external = require(\"./external\");\nvar utf8 = require('./utf8');\nvar ZipEntries = require('./zipEntries');\nvar Crc32Probe = require('./stream/Crc32Probe');\nvar nodejsUtils = require(\"./nodejsUtils\");\n\n/**\n * Check the CRC32 of an entry.\n * @param {ZipEntry} zipEntry the zip entry to check.\n * @return {Promise} the result.\n */\nfunction checkEntryCRC32(zipEntry) {\n    return new external.Promise(function (resolve, reject) {\n        var worker = zipEntry.decompressed.getContentWorker().pipe(new Crc32Probe());\n        worker.on(\"error\", function (e) {\n            reject(e);\n        })\n            .on(\"end\", function () {\n                if (worker.streamInfo.crc32 !== zipEntry.decompressed.crc32) {\n                    reject(new Error(\"Corrupted zip : CRC32 mismatch\"));\n                } else {\n                    resolve();\n                }\n            })\n            .resume();\n    });\n}\n\nmodule.exports = function (data, options) {\n    var zip = this;\n    options = utils.extend(options || {}, {\n        base64: false,\n        checkCRC32: false,\n        optimizedBinaryString: false,\n        createFolders: false,\n        decodeFileName: utf8.utf8decode\n    });\n\n    if (nodejsUtils.isNode && nodejsUtils.isStream(data)) {\n        return external.Promise.reject(new Error(\"JSZip can't accept a stream when loading a zip file.\"));\n    }\n\n    return utils.prepareContent(\"the loaded zip file\", data, true, options.optimizedBinaryString, options.base64)\n        .then(function (data) {\n            var zipEntries = new ZipEntries(options);\n            zipEntries.load(data);\n            return zipEntries;\n        }).then(function checkCRC32(zipEntries) {\n            var promises = [external.Promise.resolve(zipEntries)];\n            var files = zipEntries.files;\n            if (options.checkCRC32) {\n                for (var i = 0; i < files.length; i++) {\n                    promises.push(checkEntryCRC32(files[i]));\n                }\n            }\n            return external.Promise.all(promises);\n        }).then(function addFiles(results) {\n            var zipEntries = results.shift();\n            var files = zipEntries.files;\n            for (var i = 0; i < files.length; i++) {\n                var input = files[i];\n                zip.file(input.fileNameStr, input.decompressed, {\n                    binary: true,\n                    optimizedBinaryString: true,\n                    date: input.date,\n                    dir: input.dir,\n                    comment: input.fileCommentStr.length ? input.fileCommentStr : null,\n                    unixPermissions: input.unixPermissions,\n                    dosPermissions: input.dosPermissions,\n                    createFolders: options.createFolders\n                });\n            }\n            if (zipEntries.zipComment.length) {\n                zip.comment = zipEntries.zipComment;\n            }\n\n            return zip;\n        });\n};\n\n},{\"./external\":6,\"./nodejsUtils\":14,\"./stream/Crc32Probe\":25,\"./utf8\":31,\"./utils\":32,\"./zipEntries\":33}],12:[function(require,module,exports){\n\"use strict\";\n\nvar utils = require('../utils');\nvar GenericWorker = require('../stream/GenericWorker');\n\n/**\n * A worker that use a nodejs stream as source.\n * @constructor\n * @param {String} filename the name of the file entry for this stream.\n * @param {Readable} stream the nodejs stream.\n */\nfunction NodejsStreamInputAdapter(filename, stream) {\n    GenericWorker.call(this, \"Nodejs stream input adapter for \" + filename);\n    this._upstreamEnded = false;\n    this._bindStream(stream);\n}\n\nutils.inherits(NodejsStreamInputAdapter, GenericWorker);\n\n/**\n * Prepare the stream and bind the callbacks on it.\n * Do this ASAP on node 0.10 ! A lazy binding doesn't always work.\n * @param {Stream} stream the nodejs stream to use.\n */\nNodejsStreamInputAdapter.prototype._bindStream = function (stream) {\n    var self = this;\n    this._stream = stream;\n    stream.pause();\n    stream\n    .on(\"data\", function (chunk) {\n        self.push({\n            data: chunk,\n            meta : {\n                percent : 0\n            }\n        });\n    })\n    .on(\"error\", function (e) {\n        if(self.isPaused) {\n            this.generatedError = e;\n        } else {\n            self.error(e);\n        }\n    })\n    .on(\"end\", function () {\n        if(self.isPaused) {\n            self._upstreamEnded = true;\n        } else {\n            self.end();\n        }\n    });\n};\nNodejsStreamInputAdapter.prototype.pause = function () {\n    if(!GenericWorker.prototype.pause.call(this)) {\n        return false;\n    }\n    this._stream.pause();\n    return true;\n};\nNodejsStreamInputAdapter.prototype.resume = function () {\n    if(!GenericWorker.prototype.resume.call(this)) {\n        return false;\n    }\n\n    if(this._upstreamEnded) {\n        this.end();\n    } else {\n        this._stream.resume();\n    }\n\n    return true;\n};\n\nmodule.exports = NodejsStreamInputAdapter;\n\n},{\"../stream/GenericWorker\":28,\"../utils\":32}],13:[function(require,module,exports){\n'use strict';\n\nvar Readable = require('readable-stream').Readable;\n\nvar utils = require('../utils');\nutils.inherits(NodejsStreamOutputAdapter, Readable);\n\n/**\n* A nodejs stream using a worker as source.\n* @see the SourceWrapper in http://nodejs.org/api/stream.html\n* @constructor\n* @param {StreamHelper} helper the helper wrapping the worker\n* @param {Object} options the nodejs stream options\n* @param {Function} updateCb the update callback.\n*/\nfunction NodejsStreamOutputAdapter(helper, options, updateCb) {\n    Readable.call(this, options);\n    this._helper = helper;\n\n    var self = this;\n    helper.on(\"data\", function (data, meta) {\n        if (!self.push(data)) {\n            self._helper.pause();\n        }\n        if(updateCb) {\n            updateCb(meta);\n        }\n    })\n    .on(\"error\", function(e) {\n        self.emit('error', e);\n    })\n    .on(\"end\", function () {\n        self.push(null);\n    });\n}\n\n\nNodejsStreamOutputAdapter.prototype._read = function() {\n    this._helper.resume();\n};\n\nmodule.exports = NodejsStreamOutputAdapter;\n\n},{\"../utils\":32,\"readable-stream\":16}],14:[function(require,module,exports){\n'use strict';\n\nmodule.exports = {\n    /**\n     * True if this is running in Nodejs, will be undefined in a browser.\n     * In a browser, browserify won't include this file and the whole module\n     * will be resolved an empty object.\n     */\n    isNode : typeof Buffer !== \"undefined\",\n    /**\n     * Create a new nodejs Buffer from an existing content.\n     * @param {Object} data the data to pass to the constructor.\n     * @param {String} encoding the encoding to use.\n     * @return {Buffer} a new Buffer.\n     */\n    newBufferFrom: function(data, encoding) {\n        if (Buffer.from && Buffer.from !== Uint8Array.from) {\n            return Buffer.from(data, encoding);\n        } else {\n            if (typeof data === \"number\") {\n                // Safeguard for old Node.js versions. On newer versions,\n                // Buffer.from(number) / Buffer(number, encoding) already throw.\n                throw new Error(\"The \\\"data\\\" argument must not be a number\");\n            }\n            return new Buffer(data, encoding);\n        }\n    },\n    /**\n     * Create a new nodejs Buffer with the specified size.\n     * @param {Integer} size the size of the buffer.\n     * @return {Buffer} a new Buffer.\n     */\n    allocBuffer: function (size) {\n        if (Buffer.alloc) {\n            return Buffer.alloc(size);\n        } else {\n            var buf = new Buffer(size);\n            buf.fill(0);\n            return buf;\n        }\n    },\n    /**\n     * Find out if an object is a Buffer.\n     * @param {Object} b the object to test.\n     * @return {Boolean} true if the object is a Buffer, false otherwise.\n     */\n    isBuffer : function(b){\n        return Buffer.isBuffer(b);\n    },\n\n    isStream : function (obj) {\n        return obj &&\n            typeof obj.on === \"function\" &&\n            typeof obj.pause === \"function\" &&\n            typeof obj.resume === \"function\";\n    }\n};\n\n},{}],15:[function(require,module,exports){\n'use strict';\nvar utf8 = require('./utf8');\nvar utils = require('./utils');\nvar GenericWorker = require('./stream/GenericWorker');\nvar StreamHelper = require('./stream/StreamHelper');\nvar defaults = require('./defaults');\nvar CompressedObject = require('./compressedObject');\nvar ZipObject = require('./zipObject');\nvar generate = require(\"./generate\");\nvar nodejsUtils = require(\"./nodejsUtils\");\nvar NodejsStreamInputAdapter = require(\"./nodejs/NodejsStreamInputAdapter\");\n\n\n/**\n * Add a file in the current folder.\n * @private\n * @param {string} name the name of the file\n * @param {String|ArrayBuffer|Uint8Array|Buffer} data the data of the file\n * @param {Object} originalOptions the options of the file\n * @return {Object} the new file.\n */\nvar fileAdd = function(name, data, originalOptions) {\n    // be sure sub folders exist\n    var dataType = utils.getTypeOf(data),\n        parent;\n\n\n    /*\n     * Correct options.\n     */\n\n    var o = utils.extend(originalOptions || {}, defaults);\n    o.date = o.date || new Date();\n    if (o.compression !== null) {\n        o.compression = o.compression.toUpperCase();\n    }\n\n    if (typeof o.unixPermissions === \"string\") {\n        o.unixPermissions = parseInt(o.unixPermissions, 8);\n    }\n\n    // UNX_IFDIR  0040000 see zipinfo.c\n    if (o.unixPermissions && (o.unixPermissions & 0x4000)) {\n        o.dir = true;\n    }\n    // Bit 4    Directory\n    if (o.dosPermissions && (o.dosPermissions & 0x0010)) {\n        o.dir = true;\n    }\n\n    if (o.dir) {\n        name = forceTrailingSlash(name);\n    }\n    if (o.createFolders && (parent = parentFolder(name))) {\n        folderAdd.call(this, parent, true);\n    }\n\n    var isUnicodeString = dataType === \"string\" && o.binary === false && o.base64 === false;\n    if (!originalOptions || typeof originalOptions.binary === \"undefined\") {\n        o.binary = !isUnicodeString;\n    }\n\n\n    var isCompressedEmpty = (data instanceof CompressedObject) && data.uncompressedSize === 0;\n\n    if (isCompressedEmpty || o.dir || !data || data.length === 0) {\n        o.base64 = false;\n        o.binary = true;\n        data = \"\";\n        o.compression = \"STORE\";\n        dataType = \"string\";\n    }\n\n    /*\n     * Convert content to fit.\n     */\n\n    var zipObjectContent = null;\n    if (data instanceof CompressedObject || data instanceof GenericWorker) {\n        zipObjectContent = data;\n    } else if (nodejsUtils.isNode && nodejsUtils.isStream(data)) {\n        zipObjectContent = new NodejsStreamInputAdapter(name, data);\n    } else {\n        zipObjectContent = utils.prepareContent(name, data, o.binary, o.optimizedBinaryString, o.base64);\n    }\n\n    var object = new ZipObject(name, zipObjectContent, o);\n    this.files[name] = object;\n    /*\n    TODO: we can't throw an exception because we have async promises\n    (we can have a promise of a Date() for example) but returning a\n    promise is useless because file(name, data) returns the JSZip\n    object for chaining. Should we break that to allow the user\n    to catch the error ?\n\n    return external.Promise.resolve(zipObjectContent)\n    .then(function () {\n        return object;\n    });\n    */\n};\n\n/**\n * Find the parent folder of the path.\n * @private\n * @param {string} path the path to use\n * @return {string} the parent folder, or \"\"\n */\nvar parentFolder = function (path) {\n    if (path.slice(-1) === '/') {\n        path = path.substring(0, path.length - 1);\n    }\n    var lastSlash = path.lastIndexOf('/');\n    return (lastSlash > 0) ? path.substring(0, lastSlash) : \"\";\n};\n\n/**\n * Returns the path with a slash at the end.\n * @private\n * @param {String} path the path to check.\n * @return {String} the path with a trailing slash.\n */\nvar forceTrailingSlash = function(path) {\n    // Check the name ends with a /\n    if (path.slice(-1) !== \"/\") {\n        path += \"/\"; // IE doesn't like substr(-1)\n    }\n    return path;\n};\n\n/**\n * Add a (sub) folder in the current folder.\n * @private\n * @param {string} name the folder's name\n * @param {boolean=} [createFolders] If true, automatically create sub\n *  folders. Defaults to false.\n * @return {Object} the new folder.\n */\nvar folderAdd = function(name, createFolders) {\n    createFolders = (typeof createFolders !== 'undefined') ? createFolders : defaults.createFolders;\n\n    name = forceTrailingSlash(name);\n\n    // Does this folder already exist?\n    if (!this.files[name]) {\n        fileAdd.call(this, name, null, {\n            dir: true,\n            createFolders: createFolders\n        });\n    }\n    return this.files[name];\n};\n\n/**\n* Cross-window, cross-Node-context regular expression detection\n* @param  {Object}  object Anything\n* @return {Boolean}        true if the object is a regular expression,\n* false otherwise\n*/\nfunction isRegExp(object) {\n    return Object.prototype.toString.call(object) === \"[object RegExp]\";\n}\n\n// return the actual prototype of JSZip\nvar out = {\n    /**\n     * @see loadAsync\n     */\n    load: function() {\n        throw new Error(\"This method has been removed in JSZip 3.0, please check the upgrade guide.\");\n    },\n\n\n    /**\n     * Call a callback function for each entry at this folder level.\n     * @param {Function} cb the callback function:\n     * function (relativePath, file) {...}\n     * It takes 2 arguments : the relative path and the file.\n     */\n    forEach: function(cb) {\n        var filename, relativePath, file;\n        /* jshint ignore:start */\n        // ignore warning about unwanted properties because this.files is a null prototype object\n        for (filename in this.files) {\n            file = this.files[filename];\n            relativePath = filename.slice(this.root.length, filename.length);\n            if (relativePath && filename.slice(0, this.root.length) === this.root) { // the file is in the current root\n                cb(relativePath, file); // TODO reverse the parameters ? need to be clean AND consistent with the filter search fn...\n            }\n        }\n        /* jshint ignore:end */\n    },\n\n    /**\n     * Filter nested files/folders with the specified function.\n     * @param {Function} search the predicate to use :\n     * function (relativePath, file) {...}\n     * It takes 2 arguments : the relative path and the file.\n     * @return {Array} An array of matching elements.\n     */\n    filter: function(search) {\n        var result = [];\n        this.forEach(function (relativePath, entry) {\n            if (search(relativePath, entry)) { // the file matches the function\n                result.push(entry);\n            }\n\n        });\n        return result;\n    },\n\n    /**\n     * Add a file to the zip file, or search a file.\n     * @param   {string|RegExp} name The name of the file to add (if data is defined),\n     * the name of the file to find (if no data) or a regex to match files.\n     * @param   {String|ArrayBuffer|Uint8Array|Buffer} data  The file data, either raw or base64 encoded\n     * @param   {Object} o     File options\n     * @return  {JSZip|Object|Array} this JSZip object (when adding a file),\n     * a file (when searching by string) or an array of files (when searching by regex).\n     */\n    file: function(name, data, o) {\n        if (arguments.length === 1) {\n            if (isRegExp(name)) {\n                var regexp = name;\n                return this.filter(function(relativePath, file) {\n                    return !file.dir && regexp.test(relativePath);\n                });\n            }\n            else { // text\n                var obj = this.files[this.root + name];\n                if (obj && !obj.dir) {\n                    return obj;\n                } else {\n                    return null;\n                }\n            }\n        }\n        else { // more than one argument : we have data !\n            name = this.root + name;\n            fileAdd.call(this, name, data, o);\n        }\n        return this;\n    },\n\n    /**\n     * Add a directory to the zip file, or search.\n     * @param   {String|RegExp} arg The name of the directory to add, or a regex to search folders.\n     * @return  {JSZip} an object with the new directory as the root, or an array containing matching folders.\n     */\n    folder: function(arg) {\n        if (!arg) {\n            return this;\n        }\n\n        if (isRegExp(arg)) {\n            return this.filter(function(relativePath, file) {\n                return file.dir && arg.test(relativePath);\n            });\n        }\n\n        // else, name is a new folder\n        var name = this.root + arg;\n        var newFolder = folderAdd.call(this, name);\n\n        // Allow chaining by returning a new object with this folder as the root\n        var ret = this.clone();\n        ret.root = newFolder.name;\n        return ret;\n    },\n\n    /**\n     * Delete a file, or a directory and all sub-files, from the zip\n     * @param {string} name the name of the file to delete\n     * @return {JSZip} this JSZip object\n     */\n    remove: function(name) {\n        name = this.root + name;\n        var file = this.files[name];\n        if (!file) {\n            // Look for any folders\n            if (name.slice(-1) !== \"/\") {\n                name += \"/\";\n            }\n            file = this.files[name];\n        }\n\n        if (file && !file.dir) {\n            // file\n            delete this.files[name];\n        } else {\n            // maybe a folder, delete recursively\n            var kids = this.filter(function(relativePath, file) {\n                return file.name.slice(0, name.length) === name;\n            });\n            for (var i = 0; i < kids.length; i++) {\n                delete this.files[kids[i].name];\n            }\n        }\n\n        return this;\n    },\n\n    /**\n     * Generate the complete zip file\n     * @param {Object} options the options to generate the zip file :\n     * - compression, \"STORE\" by default.\n     * - type, \"base64\" by default. Values are : string, base64, uint8array, arraybuffer, blob.\n     * @return {String|Uint8Array|ArrayBuffer|Buffer|Blob} the zip file\n     */\n    generate: function(options) {\n        throw new Error(\"This method has been removed in JSZip 3.0, please check the upgrade guide.\");\n    },\n\n    /**\n     * Generate the complete zip file as an internal stream.\n     * @param {Object} options the options to generate the zip file :\n     * - compression, \"STORE\" by default.\n     * - type, \"base64\" by default. Values are : string, base64, uint8array, arraybuffer, blob.\n     * @return {StreamHelper} the streamed zip file.\n     */\n    generateInternalStream: function(options) {\n      var worker, opts = {};\n      try {\n          opts = utils.extend(options || {}, {\n              streamFiles: false,\n              compression: \"STORE\",\n              compressionOptions : null,\n              type: \"\",\n              platform: \"DOS\",\n              comment: null,\n              mimeType: 'application/zip',\n              encodeFileName: utf8.utf8encode\n          });\n\n          opts.type = opts.type.toLowerCase();\n          opts.compression = opts.compression.toUpperCase();\n\n          // \"binarystring\" is preferred but the internals use \"string\".\n          if(opts.type === \"binarystring\") {\n            opts.type = \"string\";\n          }\n\n          if (!opts.type) {\n            throw new Error(\"No output type specified.\");\n          }\n\n          utils.checkSupport(opts.type);\n\n          // accept nodejs `process.platform`\n          if(\n              opts.platform === 'darwin' ||\n              opts.platform === 'freebsd' ||\n              opts.platform === 'linux' ||\n              opts.platform === 'sunos'\n          ) {\n              opts.platform = \"UNIX\";\n          }\n          if (opts.platform === 'win32') {\n              opts.platform = \"DOS\";\n          }\n\n          var comment = opts.comment || this.comment || \"\";\n          worker = generate.generateWorker(this, opts, comment);\n      } catch (e) {\n        worker = new GenericWorker(\"error\");\n        worker.error(e);\n      }\n      return new StreamHelper(worker, opts.type || \"string\", opts.mimeType);\n    },\n    /**\n     * Generate the complete zip file asynchronously.\n     * @see generateInternalStream\n     */\n    generateAsync: function(options, onUpdate) {\n        return this.generateInternalStream(options).accumulate(onUpdate);\n    },\n    /**\n     * Generate the complete zip file asynchronously.\n     * @see generateInternalStream\n     */\n    generateNodeStream: function(options, onUpdate) {\n        options = options || {};\n        if (!options.type) {\n            options.type = \"nodebuffer\";\n        }\n        return this.generateInternalStream(options).toNodejsStream(onUpdate);\n    }\n};\nmodule.exports = out;\n\n},{\"./compressedObject\":2,\"./defaults\":5,\"./generate\":9,\"./nodejs/NodejsStreamInputAdapter\":12,\"./nodejsUtils\":14,\"./stream/GenericWorker\":28,\"./stream/StreamHelper\":29,\"./utf8\":31,\"./utils\":32,\"./zipObject\":35}],16:[function(require,module,exports){\n/*\n * This file is used by module bundlers (browserify/webpack/etc) when\n * including a stream implementation. We use \"readable-stream\" to get a\n * consistent behavior between nodejs versions but bundlers often have a shim\n * for \"stream\". Using this shim greatly improve the compatibility and greatly\n * reduce the final size of the bundle (only one stream implementation, not\n * two).\n */\nmodule.exports = require(\"stream\");\n\n},{\"stream\":undefined}],17:[function(require,module,exports){\n'use strict';\nvar DataReader = require('./DataReader');\nvar utils = require('../utils');\n\nfunction ArrayReader(data) {\n    DataReader.call(this, data);\n\tfor(var i = 0; i < this.data.length; i++) {\n\t\tdata[i] = data[i] & 0xFF;\n\t}\n}\nutils.inherits(ArrayReader, DataReader);\n/**\n * @see DataReader.byteAt\n */\nArrayReader.prototype.byteAt = function(i) {\n    return this.data[this.zero + i];\n};\n/**\n * @see DataReader.lastIndexOfSignature\n */\nArrayReader.prototype.lastIndexOfSignature = function(sig) {\n    var sig0 = sig.charCodeAt(0),\n        sig1 = sig.charCodeAt(1),\n        sig2 = sig.charCodeAt(2),\n        sig3 = sig.charCodeAt(3);\n    for (var i = this.length - 4; i >= 0; --i) {\n        if (this.data[i] === sig0 && this.data[i + 1] === sig1 && this.data[i + 2] === sig2 && this.data[i + 3] === sig3) {\n            return i - this.zero;\n        }\n    }\n\n    return -1;\n};\n/**\n * @see DataReader.readAndCheckSignature\n */\nArrayReader.prototype.readAndCheckSignature = function (sig) {\n    var sig0 = sig.charCodeAt(0),\n        sig1 = sig.charCodeAt(1),\n        sig2 = sig.charCodeAt(2),\n        sig3 = sig.charCodeAt(3),\n        data = this.readData(4);\n    return sig0 === data[0] && sig1 === data[1] && sig2 === data[2] && sig3 === data[3];\n};\n/**\n * @see DataReader.readData\n */\nArrayReader.prototype.readData = function(size) {\n    this.checkOffset(size);\n    if(size === 0) {\n        return [];\n    }\n    var result = this.data.slice(this.zero + this.index, this.zero + this.index + size);\n    this.index += size;\n    return result;\n};\nmodule.exports = ArrayReader;\n\n},{\"../utils\":32,\"./DataReader\":18}],18:[function(require,module,exports){\n'use strict';\nvar utils = require('../utils');\n\nfunction DataReader(data) {\n    this.data = data; // type : see implementation\n    this.length = data.length;\n    this.index = 0;\n    this.zero = 0;\n}\nDataReader.prototype = {\n    /**\n     * Check that the offset will not go too far.\n     * @param {string} offset the additional offset to check.\n     * @throws {Error} an Error if the offset is out of bounds.\n     */\n    checkOffset: function(offset) {\n        this.checkIndex(this.index + offset);\n    },\n    /**\n     * Check that the specified index will not be too far.\n     * @param {string} newIndex the index to check.\n     * @throws {Error} an Error if the index is out of bounds.\n     */\n    checkIndex: function(newIndex) {\n        if (this.length < this.zero + newIndex || newIndex < 0) {\n            throw new Error(\"End of data reached (data length = \" + this.length + \", asked index = \" + (newIndex) + \"). Corrupted zip ?\");\n        }\n    },\n    /**\n     * Change the index.\n     * @param {number} newIndex The new index.\n     * @throws {Error} if the new index is out of the data.\n     */\n    setIndex: function(newIndex) {\n        this.checkIndex(newIndex);\n        this.index = newIndex;\n    },\n    /**\n     * Skip the next n bytes.\n     * @param {number} n the number of bytes to skip.\n     * @throws {Error} if the new index is out of the data.\n     */\n    skip: function(n) {\n        this.setIndex(this.index + n);\n    },\n    /**\n     * Get the byte at the specified index.\n     * @param {number} i the index to use.\n     * @return {number} a byte.\n     */\n    byteAt: function(i) {\n        // see implementations\n    },\n    /**\n     * Get the next number with a given byte size.\n     * @param {number} size the number of bytes to read.\n     * @return {number} the corresponding number.\n     */\n    readInt: function(size) {\n        var result = 0,\n            i;\n        this.checkOffset(size);\n        for (i = this.index + size - 1; i >= this.index; i--) {\n            result = (result << 8) + this.byteAt(i);\n        }\n        this.index += size;\n        return result;\n    },\n    /**\n     * Get the next string with a given byte size.\n     * @param {number} size the number of bytes to read.\n     * @return {string} the corresponding string.\n     */\n    readString: function(size) {\n        return utils.transformTo(\"string\", this.readData(size));\n    },\n    /**\n     * Get raw data without conversion, <size> bytes.\n     * @param {number} size the number of bytes to read.\n     * @return {Object} the raw data, implementation specific.\n     */\n    readData: function(size) {\n        // see implementations\n    },\n    /**\n     * Find the last occurrence of a zip signature (4 bytes).\n     * @param {string} sig the signature to find.\n     * @return {number} the index of the last occurrence, -1 if not found.\n     */\n    lastIndexOfSignature: function(sig) {\n        // see implementations\n    },\n    /**\n     * Read the signature (4 bytes) at the current position and compare it with sig.\n     * @param {string} sig the expected signature\n     * @return {boolean} true if the signature matches, false otherwise.\n     */\n    readAndCheckSignature: function(sig) {\n        // see implementations\n    },\n    /**\n     * Get the next date.\n     * @return {Date} the date.\n     */\n    readDate: function() {\n        var dostime = this.readInt(4);\n        return new Date(Date.UTC(\n        ((dostime >> 25) & 0x7f) + 1980, // year\n        ((dostime >> 21) & 0x0f) - 1, // month\n        (dostime >> 16) & 0x1f, // day\n        (dostime >> 11) & 0x1f, // hour\n        (dostime >> 5) & 0x3f, // minute\n        (dostime & 0x1f) << 1)); // second\n    }\n};\nmodule.exports = DataReader;\n\n},{\"../utils\":32}],19:[function(require,module,exports){\n'use strict';\nvar Uint8ArrayReader = require('./Uint8ArrayReader');\nvar utils = require('../utils');\n\nfunction NodeBufferReader(data) {\n    Uint8ArrayReader.call(this, data);\n}\nutils.inherits(NodeBufferReader, Uint8ArrayReader);\n\n/**\n * @see DataReader.readData\n */\nNodeBufferReader.prototype.readData = function(size) {\n    this.checkOffset(size);\n    var result = this.data.slice(this.zero + this.index, this.zero + this.index + size);\n    this.index += size;\n    return result;\n};\nmodule.exports = NodeBufferReader;\n\n},{\"../utils\":32,\"./Uint8ArrayReader\":21}],20:[function(require,module,exports){\n'use strict';\nvar DataReader = require('./DataReader');\nvar utils = require('../utils');\n\nfunction StringReader(data) {\n    DataReader.call(this, data);\n}\nutils.inherits(StringReader, DataReader);\n/**\n * @see DataReader.byteAt\n */\nStringReader.prototype.byteAt = function(i) {\n    return this.data.charCodeAt(this.zero + i);\n};\n/**\n * @see DataReader.lastIndexOfSignature\n */\nStringReader.prototype.lastIndexOfSignature = function(sig) {\n    return this.data.lastIndexOf(sig) - this.zero;\n};\n/**\n * @see DataReader.readAndCheckSignature\n */\nStringReader.prototype.readAndCheckSignature = function (sig) {\n    var data = this.readData(4);\n    return sig === data;\n};\n/**\n * @see DataReader.readData\n */\nStringReader.prototype.readData = function(size) {\n    this.checkOffset(size);\n    // this will work because the constructor applied the \"& 0xff\" mask.\n    var result = this.data.slice(this.zero + this.index, this.zero + this.index + size);\n    this.index += size;\n    return result;\n};\nmodule.exports = StringReader;\n\n},{\"../utils\":32,\"./DataReader\":18}],21:[function(require,module,exports){\n'use strict';\nvar ArrayReader = require('./ArrayReader');\nvar utils = require('../utils');\n\nfunction Uint8ArrayReader(data) {\n    ArrayReader.call(this, data);\n}\nutils.inherits(Uint8ArrayReader, ArrayReader);\n/**\n * @see DataReader.readData\n */\nUint8ArrayReader.prototype.readData = function(size) {\n    this.checkOffset(size);\n    if(size === 0) {\n        // in IE10, when using subarray(idx, idx), we get the array [0x00] instead of [].\n        return new Uint8Array(0);\n    }\n    var result = this.data.subarray(this.zero + this.index, this.zero + this.index + size);\n    this.index += size;\n    return result;\n};\nmodule.exports = Uint8ArrayReader;\n\n},{\"../utils\":32,\"./ArrayReader\":17}],22:[function(require,module,exports){\n'use strict';\n\nvar utils = require('../utils');\nvar support = require('../support');\nvar ArrayReader = require('./ArrayReader');\nvar StringReader = require('./StringReader');\nvar NodeBufferReader = require('./NodeBufferReader');\nvar Uint8ArrayReader = require('./Uint8ArrayReader');\n\n/**\n * Create a reader adapted to the data.\n * @param {String|ArrayBuffer|Uint8Array|Buffer} data the data to read.\n * @return {DataReader} the data reader.\n */\nmodule.exports = function (data) {\n    var type = utils.getTypeOf(data);\n    utils.checkSupport(type);\n    if (type === \"string\" && !support.uint8array) {\n        return new StringReader(data);\n    }\n    if (type === \"nodebuffer\") {\n        return new NodeBufferReader(data);\n    }\n    if (support.uint8array) {\n        return new Uint8ArrayReader(utils.transformTo(\"uint8array\", data));\n    }\n    return new ArrayReader(utils.transformTo(\"array\", data));\n};\n\n},{\"../support\":30,\"../utils\":32,\"./ArrayReader\":17,\"./NodeBufferReader\":19,\"./StringReader\":20,\"./Uint8ArrayReader\":21}],23:[function(require,module,exports){\n'use strict';\nexports.LOCAL_FILE_HEADER = \"PK\\x03\\x04\";\nexports.CENTRAL_FILE_HEADER = \"PK\\x01\\x02\";\nexports.CENTRAL_DIRECTORY_END = \"PK\\x05\\x06\";\nexports.ZIP64_CENTRAL_DIRECTORY_LOCATOR = \"PK\\x06\\x07\";\nexports.ZIP64_CENTRAL_DIRECTORY_END = \"PK\\x06\\x06\";\nexports.DATA_DESCRIPTOR = \"PK\\x07\\x08\";\n\n},{}],24:[function(require,module,exports){\n'use strict';\n\nvar GenericWorker = require('./GenericWorker');\nvar utils = require('../utils');\n\n/**\n * A worker which convert chunks to a specified type.\n * @constructor\n * @param {String} destType the destination type.\n */\nfunction ConvertWorker(destType) {\n    GenericWorker.call(this, \"ConvertWorker to \" + destType);\n    this.destType = destType;\n}\nutils.inherits(ConvertWorker, GenericWorker);\n\n/**\n * @see GenericWorker.processChunk\n */\nConvertWorker.prototype.processChunk = function (chunk) {\n    this.push({\n        data : utils.transformTo(this.destType, chunk.data),\n        meta : chunk.meta\n    });\n};\nmodule.exports = ConvertWorker;\n\n},{\"../utils\":32,\"./GenericWorker\":28}],25:[function(require,module,exports){\n'use strict';\n\nvar GenericWorker = require('./GenericWorker');\nvar crc32 = require('../crc32');\nvar utils = require('../utils');\n\n/**\n * A worker which calculate the crc32 of the data flowing through.\n * @constructor\n */\nfunction Crc32Probe() {\n    GenericWorker.call(this, \"Crc32Probe\");\n    this.withStreamInfo(\"crc32\", 0);\n}\nutils.inherits(Crc32Probe, GenericWorker);\n\n/**\n * @see GenericWorker.processChunk\n */\nCrc32Probe.prototype.processChunk = function (chunk) {\n    this.streamInfo.crc32 = crc32(chunk.data, this.streamInfo.crc32 || 0);\n    this.push(chunk);\n};\nmodule.exports = Crc32Probe;\n\n},{\"../crc32\":4,\"../utils\":32,\"./GenericWorker\":28}],26:[function(require,module,exports){\n'use strict';\n\nvar utils = require('../utils');\nvar GenericWorker = require('./GenericWorker');\n\n/**\n * A worker which calculate the total length of the data flowing through.\n * @constructor\n * @param {String} propName the name used to expose the length\n */\nfunction DataLengthProbe(propName) {\n    GenericWorker.call(this, \"DataLengthProbe for \" + propName);\n    this.propName = propName;\n    this.withStreamInfo(propName, 0);\n}\nutils.inherits(DataLengthProbe, GenericWorker);\n\n/**\n * @see GenericWorker.processChunk\n */\nDataLengthProbe.prototype.processChunk = function (chunk) {\n    if(chunk) {\n        var length = this.streamInfo[this.propName] || 0;\n        this.streamInfo[this.propName] = length + chunk.data.length;\n    }\n    GenericWorker.prototype.processChunk.call(this, chunk);\n};\nmodule.exports = DataLengthProbe;\n\n\n},{\"../utils\":32,\"./GenericWorker\":28}],27:[function(require,module,exports){\n'use strict';\n\nvar utils = require('../utils');\nvar GenericWorker = require('./GenericWorker');\n\n// the size of the generated chunks\n// TODO expose this as a public variable\nvar DEFAULT_BLOCK_SIZE = 16 * 1024;\n\n/**\n * A worker that reads a content and emits chunks.\n * @constructor\n * @param {Promise} dataP the promise of the data to split\n */\nfunction DataWorker(dataP) {\n    GenericWorker.call(this, \"DataWorker\");\n    var self = this;\n    this.dataIsReady = false;\n    this.index = 0;\n    this.max = 0;\n    this.data = null;\n    this.type = \"\";\n\n    this._tickScheduled = false;\n\n    dataP.then(function (data) {\n        self.dataIsReady = true;\n        self.data = data;\n        self.max = data && data.length || 0;\n        self.type = utils.getTypeOf(data);\n        if(!self.isPaused) {\n            self._tickAndRepeat();\n        }\n    }, function (e) {\n        self.error(e);\n    });\n}\n\nutils.inherits(DataWorker, GenericWorker);\n\n/**\n * @see GenericWorker.cleanUp\n */\nDataWorker.prototype.cleanUp = function () {\n    GenericWorker.prototype.cleanUp.call(this);\n    this.data = null;\n};\n\n/**\n * @see GenericWorker.resume\n */\nDataWorker.prototype.resume = function () {\n    if(!GenericWorker.prototype.resume.call(this)) {\n        return false;\n    }\n\n    if (!this._tickScheduled && this.dataIsReady) {\n        this._tickScheduled = true;\n        utils.delay(this._tickAndRepeat, [], this);\n    }\n    return true;\n};\n\n/**\n * Trigger a tick a schedule an other call to this function.\n */\nDataWorker.prototype._tickAndRepeat = function() {\n    this._tickScheduled = false;\n    if(this.isPaused || this.isFinished) {\n        return;\n    }\n    this._tick();\n    if(!this.isFinished) {\n        utils.delay(this._tickAndRepeat, [], this);\n        this._tickScheduled = true;\n    }\n};\n\n/**\n * Read and push a chunk.\n */\nDataWorker.prototype._tick = function() {\n\n    if(this.isPaused || this.isFinished) {\n        return false;\n    }\n\n    var size = DEFAULT_BLOCK_SIZE;\n    var data = null, nextIndex = Math.min(this.max, this.index + size);\n    if (this.index >= this.max) {\n        // EOF\n        return this.end();\n    } else {\n        switch(this.type) {\n            case \"string\":\n                data = this.data.substring(this.index, nextIndex);\n            break;\n            case \"uint8array\":\n                data = this.data.subarray(this.index, nextIndex);\n            break;\n            case \"array\":\n            case \"nodebuffer\":\n                data = this.data.slice(this.index, nextIndex);\n            break;\n        }\n        this.index = nextIndex;\n        return this.push({\n            data : data,\n            meta : {\n                percent : this.max ? this.index / this.max * 100 : 0\n            }\n        });\n    }\n};\n\nmodule.exports = DataWorker;\n\n},{\"../utils\":32,\"./GenericWorker\":28}],28:[function(require,module,exports){\n'use strict';\n\n/**\n * A worker that does nothing but passing chunks to the next one. This is like\n * a nodejs stream but with some differences. On the good side :\n * - it works on IE 6-9 without any issue / polyfill\n * - it weights less than the full dependencies bundled with browserify\n * - it forwards errors (no need to declare an error handler EVERYWHERE)\n *\n * A chunk is an object with 2 attributes : `meta` and `data`. The former is an\n * object containing anything (`percent` for example), see each worker for more\n * details. The latter is the real data (String, Uint8Array, etc).\n *\n * @constructor\n * @param {String} name the name of the stream (mainly used for debugging purposes)\n */\nfunction GenericWorker(name) {\n    // the name of the worker\n    this.name = name || \"default\";\n    // an object containing metadata about the workers chain\n    this.streamInfo = {};\n    // an error which happened when the worker was paused\n    this.generatedError = null;\n    // an object containing metadata to be merged by this worker into the general metadata\n    this.extraStreamInfo = {};\n    // true if the stream is paused (and should not do anything), false otherwise\n    this.isPaused = true;\n    // true if the stream is finished (and should not do anything), false otherwise\n    this.isFinished = false;\n    // true if the stream is locked to prevent further structure updates (pipe), false otherwise\n    this.isLocked = false;\n    // the event listeners\n    this._listeners = {\n        'data':[],\n        'end':[],\n        'error':[]\n    };\n    // the previous worker, if any\n    this.previous = null;\n}\n\nGenericWorker.prototype = {\n    /**\n     * Push a chunk to the next workers.\n     * @param {Object} chunk the chunk to push\n     */\n    push : function (chunk) {\n        this.emit(\"data\", chunk);\n    },\n    /**\n     * End the stream.\n     * @return {Boolean} true if this call ended the worker, false otherwise.\n     */\n    end : function () {\n        if (this.isFinished) {\n            return false;\n        }\n\n        this.flush();\n        try {\n            this.emit(\"end\");\n            this.cleanUp();\n            this.isFinished = true;\n        } catch (e) {\n            this.emit(\"error\", e);\n        }\n        return true;\n    },\n    /**\n     * End the stream with an error.\n     * @param {Error} e the error which caused the premature end.\n     * @return {Boolean} true if this call ended the worker with an error, false otherwise.\n     */\n    error : function (e) {\n        if (this.isFinished) {\n            return false;\n        }\n\n        if(this.isPaused) {\n            this.generatedError = e;\n        } else {\n            this.isFinished = true;\n\n            this.emit(\"error\", e);\n\n            // in the workers chain exploded in the middle of the chain,\n            // the error event will go downward but we also need to notify\n            // workers upward that there has been an error.\n            if(this.previous) {\n                this.previous.error(e);\n            }\n\n            this.cleanUp();\n        }\n        return true;\n    },\n    /**\n     * Add a callback on an event.\n     * @param {String} name the name of the event (data, end, error)\n     * @param {Function} listener the function to call when the event is triggered\n     * @return {GenericWorker} the current object for chainability\n     */\n    on : function (name, listener) {\n        this._listeners[name].push(listener);\n        return this;\n    },\n    /**\n     * Clean any references when a worker is ending.\n     */\n    cleanUp : function () {\n        this.streamInfo = this.generatedError = this.extraStreamInfo = null;\n        this._listeners = [];\n    },\n    /**\n     * Trigger an event. This will call registered callback with the provided arg.\n     * @param {String} name the name of the event (data, end, error)\n     * @param {Object} arg the argument to call the callback with.\n     */\n    emit : function (name, arg) {\n        if (this._listeners[name]) {\n            for(var i = 0; i < this._listeners[name].length; i++) {\n                this._listeners[name][i].call(this, arg);\n            }\n        }\n    },\n    /**\n     * Chain a worker with an other.\n     * @param {Worker} next the worker receiving events from the current one.\n     * @return {worker} the next worker for chainability\n     */\n    pipe : function (next) {\n        return next.registerPrevious(this);\n    },\n    /**\n     * Same as `pipe` in the other direction.\n     * Using an API with `pipe(next)` is very easy.\n     * Implementing the API with the point of view of the next one registering\n     * a source is easier, see the ZipFileWorker.\n     * @param {Worker} previous the previous worker, sending events to this one\n     * @return {Worker} the current worker for chainability\n     */\n    registerPrevious : function (previous) {\n        if (this.isLocked) {\n            throw new Error(\"The stream '\" + this + \"' has already been used.\");\n        }\n\n        // sharing the streamInfo...\n        this.streamInfo = previous.streamInfo;\n        // ... and adding our own bits\n        this.mergeStreamInfo();\n        this.previous =  previous;\n        var self = this;\n        previous.on('data', function (chunk) {\n            self.processChunk(chunk);\n        });\n        previous.on('end', function () {\n            self.end();\n        });\n        previous.on('error', function (e) {\n            self.error(e);\n        });\n        return this;\n    },\n    /**\n     * Pause the stream so it doesn't send events anymore.\n     * @return {Boolean} true if this call paused the worker, false otherwise.\n     */\n    pause : function () {\n        if(this.isPaused || this.isFinished) {\n            return false;\n        }\n        this.isPaused = true;\n\n        if(this.previous) {\n            this.previous.pause();\n        }\n        return true;\n    },\n    /**\n     * Resume a paused stream.\n     * @return {Boolean} true if this call resumed the worker, false otherwise.\n     */\n    resume : function () {\n        if(!this.isPaused || this.isFinished) {\n            return false;\n        }\n        this.isPaused = false;\n\n        // if true, the worker tried to resume but failed\n        var withError = false;\n        if(this.generatedError) {\n            this.error(this.generatedError);\n            withError = true;\n        }\n        if(this.previous) {\n            this.previous.resume();\n        }\n\n        return !withError;\n    },\n    /**\n     * Flush any remaining bytes as the stream is ending.\n     */\n    flush : function () {},\n    /**\n     * Process a chunk. This is usually the method overridden.\n     * @param {Object} chunk the chunk to process.\n     */\n    processChunk : function(chunk) {\n        this.push(chunk);\n    },\n    /**\n     * Add a key/value to be added in the workers chain streamInfo once activated.\n     * @param {String} key the key to use\n     * @param {Object} value the associated value\n     * @return {Worker} the current worker for chainability\n     */\n    withStreamInfo : function (key, value) {\n        this.extraStreamInfo[key] = value;\n        this.mergeStreamInfo();\n        return this;\n    },\n    /**\n     * Merge this worker's streamInfo into the chain's streamInfo.\n     */\n    mergeStreamInfo : function () {\n        for(var key in this.extraStreamInfo) {\n            if (!this.extraStreamInfo.hasOwnProperty(key)) {\n                continue;\n            }\n            this.streamInfo[key] = this.extraStreamInfo[key];\n        }\n    },\n\n    /**\n     * Lock the stream to prevent further updates on the workers chain.\n     * After calling this method, all calls to pipe will fail.\n     */\n    lock: function () {\n        if (this.isLocked) {\n            throw new Error(\"The stream '\" + this + \"' has already been used.\");\n        }\n        this.isLocked = true;\n        if (this.previous) {\n            this.previous.lock();\n        }\n    },\n\n    /**\n     *\n     * Pretty print the workers chain.\n     */\n    toString : function () {\n        var me = \"Worker \" + this.name;\n        if (this.previous) {\n            return this.previous + \" -> \" + me;\n        } else {\n            return me;\n        }\n    }\n};\n\nmodule.exports = GenericWorker;\n\n},{}],29:[function(require,module,exports){\n'use strict';\n\nvar utils = require('../utils');\nvar ConvertWorker = require('./ConvertWorker');\nvar GenericWorker = require('./GenericWorker');\nvar base64 = require('../base64');\nvar support = require(\"../support\");\nvar external = require(\"../external\");\n\nvar NodejsStreamOutputAdapter = null;\nif (support.nodestream) {\n    try {\n        NodejsStreamOutputAdapter = require('../nodejs/NodejsStreamOutputAdapter');\n    } catch(e) {}\n}\n\n/**\n * Apply the final transformation of the data. If the user wants a Blob for\n * example, it's easier to work with an U8intArray and finally do the\n * ArrayBuffer/Blob conversion.\n * @param {String} type the name of the final type\n * @param {String|Uint8Array|Buffer} content the content to transform\n * @param {String} mimeType the mime type of the content, if applicable.\n * @return {String|Uint8Array|ArrayBuffer|Buffer|Blob} the content in the right format.\n */\nfunction transformZipOutput(type, content, mimeType) {\n    switch(type) {\n        case \"blob\" :\n            return utils.newBlob(utils.transformTo(\"arraybuffer\", content), mimeType);\n        case \"base64\" :\n            return base64.encode(content);\n        default :\n            return utils.transformTo(type, content);\n    }\n}\n\n/**\n * Concatenate an array of data of the given type.\n * @param {String} type the type of the data in the given array.\n * @param {Array} dataArray the array containing the data chunks to concatenate\n * @return {String|Uint8Array|Buffer} the concatenated data\n * @throws Error if the asked type is unsupported\n */\nfunction concat (type, dataArray) {\n    var i, index = 0, res = null, totalLength = 0;\n    for(i = 0; i < dataArray.length; i++) {\n        totalLength += dataArray[i].length;\n    }\n    switch(type) {\n        case \"string\":\n            return dataArray.join(\"\");\n          case \"array\":\n            return Array.prototype.concat.apply([], dataArray);\n        case \"uint8array\":\n            res = new Uint8Array(totalLength);\n            for(i = 0; i < dataArray.length; i++) {\n                res.set(dataArray[i], index);\n                index += dataArray[i].length;\n            }\n            return res;\n        case \"nodebuffer\":\n            return Buffer.concat(dataArray);\n        default:\n            throw new Error(\"concat : unsupported type '\"  + type + \"'\");\n    }\n}\n\n/**\n * Listen a StreamHelper, accumulate its content and concatenate it into a\n * complete block.\n * @param {StreamHelper} helper the helper to use.\n * @param {Function} updateCallback a callback called on each update. Called\n * with one arg :\n * - the metadata linked to the update received.\n * @return Promise the promise for the accumulation.\n */\nfunction accumulate(helper, updateCallback) {\n    return new external.Promise(function (resolve, reject){\n        var dataArray = [];\n        var chunkType = helper._internalType,\n            resultType = helper._outputType,\n            mimeType = helper._mimeType;\n        helper\n        .on('data', function (data, meta) {\n            dataArray.push(data);\n            if(updateCallback) {\n                updateCallback(meta);\n            }\n        })\n        .on('error', function(err) {\n            dataArray = [];\n            reject(err);\n        })\n        .on('end', function (){\n            try {\n                var result = transformZipOutput(resultType, concat(chunkType, dataArray), mimeType);\n                resolve(result);\n            } catch (e) {\n                reject(e);\n            }\n            dataArray = [];\n        })\n        .resume();\n    });\n}\n\n/**\n * An helper to easily use workers outside of JSZip.\n * @constructor\n * @param {Worker} worker the worker to wrap\n * @param {String} outputType the type of data expected by the use\n * @param {String} mimeType the mime type of the content, if applicable.\n */\nfunction StreamHelper(worker, outputType, mimeType) {\n    var internalType = outputType;\n    switch(outputType) {\n        case \"blob\":\n        case \"arraybuffer\":\n            internalType = \"uint8array\";\n        break;\n        case \"base64\":\n            internalType = \"string\";\n        break;\n    }\n\n    try {\n        // the type used internally\n        this._internalType = internalType;\n        // the type used to output results\n        this._outputType = outputType;\n        // the mime type\n        this._mimeType = mimeType;\n        utils.checkSupport(internalType);\n        this._worker = worker.pipe(new ConvertWorker(internalType));\n        // the last workers can be rewired without issues but we need to\n        // prevent any updates on previous workers.\n        worker.lock();\n    } catch(e) {\n        this._worker = new GenericWorker(\"error\");\n        this._worker.error(e);\n    }\n}\n\nStreamHelper.prototype = {\n    /**\n     * Listen a StreamHelper, accumulate its content and concatenate it into a\n     * complete block.\n     * @param {Function} updateCb the update callback.\n     * @return Promise the promise for the accumulation.\n     */\n    accumulate : function (updateCb) {\n        return accumulate(this, updateCb);\n    },\n    /**\n     * Add a listener on an event triggered on a stream.\n     * @param {String} evt the name of the event\n     * @param {Function} fn the listener\n     * @return {StreamHelper} the current helper.\n     */\n    on : function (evt, fn) {\n        var self = this;\n\n        if(evt === \"data\") {\n            this._worker.on(evt, function (chunk) {\n                fn.call(self, chunk.data, chunk.meta);\n            });\n        } else {\n            this._worker.on(evt, function () {\n                utils.delay(fn, arguments, self);\n            });\n        }\n        return this;\n    },\n    /**\n     * Resume the flow of chunks.\n     * @return {StreamHelper} the current helper.\n     */\n    resume : function () {\n        utils.delay(this._worker.resume, [], this._worker);\n        return this;\n    },\n    /**\n     * Pause the flow of chunks.\n     * @return {StreamHelper} the current helper.\n     */\n    pause : function () {\n        this._worker.pause();\n        return this;\n    },\n    /**\n     * Return a nodejs stream for this helper.\n     * @param {Function} updateCb the update callback.\n     * @return {NodejsStreamOutputAdapter} the nodejs stream.\n     */\n    toNodejsStream : function (updateCb) {\n        utils.checkSupport(\"nodestream\");\n        if (this._outputType !== \"nodebuffer\") {\n            // an object stream containing blob/arraybuffer/uint8array/string\n            // is strange and I don't know if it would be useful.\n            // I you find this comment and have a good usecase, please open a\n            // bug report !\n            throw new Error(this._outputType + \" is not supported by this method\");\n        }\n\n        return new NodejsStreamOutputAdapter(this, {\n            objectMode : this._outputType !== \"nodebuffer\"\n        }, updateCb);\n    }\n};\n\n\nmodule.exports = StreamHelper;\n\n},{\"../base64\":1,\"../external\":6,\"../nodejs/NodejsStreamOutputAdapter\":13,\"../support\":30,\"../utils\":32,\"./ConvertWorker\":24,\"./GenericWorker\":28}],30:[function(require,module,exports){\n'use strict';\n\nexports.base64 = true;\nexports.array = true;\nexports.string = true;\nexports.arraybuffer = typeof ArrayBuffer !== \"undefined\" && typeof Uint8Array !== \"undefined\";\nexports.nodebuffer = typeof Buffer !== \"undefined\";\n// contains true if JSZip can read/generate Uint8Array, false otherwise.\nexports.uint8array = typeof Uint8Array !== \"undefined\";\n\nif (typeof ArrayBuffer === \"undefined\") {\n    exports.blob = false;\n}\nelse {\n    var buffer = new ArrayBuffer(0);\n    try {\n        exports.blob = new Blob([buffer], {\n            type: \"application/zip\"\n        }).size === 0;\n    }\n    catch (e) {\n        try {\n            var Builder = self.BlobBuilder || self.WebKitBlobBuilder || self.MozBlobBuilder || self.MSBlobBuilder;\n            var builder = new Builder();\n            builder.append(buffer);\n            exports.blob = builder.getBlob('application/zip').size === 0;\n        }\n        catch (e) {\n            exports.blob = false;\n        }\n    }\n}\n\ntry {\n    exports.nodestream = !!require('readable-stream').Readable;\n} catch(e) {\n    exports.nodestream = false;\n}\n\n},{\"readable-stream\":16}],31:[function(require,module,exports){\n'use strict';\n\nvar utils = require('./utils');\nvar support = require('./support');\nvar nodejsUtils = require('./nodejsUtils');\nvar GenericWorker = require('./stream/GenericWorker');\n\n/**\n * The following functions come from pako, from pako/lib/utils/strings\n * released under the MIT license, see pako https://github.com/nodeca/pako/\n */\n\n// Table with utf8 lengths (calculated by first byte of sequence)\n// Note, that 5 & 6-byte values and some 4-byte values can not be represented in JS,\n// because max possible codepoint is 0x10ffff\nvar _utf8len = new Array(256);\nfor (var i=0; i<256; i++) {\n  _utf8len[i] = (i >= 252 ? 6 : i >= 248 ? 5 : i >= 240 ? 4 : i >= 224 ? 3 : i >= 192 ? 2 : 1);\n}\n_utf8len[254]=_utf8len[254]=1; // Invalid sequence start\n\n// convert string to array (typed, when possible)\nvar string2buf = function (str) {\n    var buf, c, c2, m_pos, i, str_len = str.length, buf_len = 0;\n\n    // count binary size\n    for (m_pos = 0; m_pos < str_len; m_pos++) {\n        c = str.charCodeAt(m_pos);\n        if ((c & 0xfc00) === 0xd800 && (m_pos+1 < str_len)) {\n            c2 = str.charCodeAt(m_pos+1);\n            if ((c2 & 0xfc00) === 0xdc00) {\n                c = 0x10000 + ((c - 0xd800) << 10) + (c2 - 0xdc00);\n                m_pos++;\n            }\n        }\n        buf_len += c < 0x80 ? 1 : c < 0x800 ? 2 : c < 0x10000 ? 3 : 4;\n    }\n\n    // allocate buffer\n    if (support.uint8array) {\n        buf = new Uint8Array(buf_len);\n    } else {\n        buf = new Array(buf_len);\n    }\n\n    // convert\n    for (i=0, m_pos = 0; i < buf_len; m_pos++) {\n        c = str.charCodeAt(m_pos);\n        if ((c & 0xfc00) === 0xd800 && (m_pos+1 < str_len)) {\n            c2 = str.charCodeAt(m_pos+1);\n            if ((c2 & 0xfc00) === 0xdc00) {\n                c = 0x10000 + ((c - 0xd800) << 10) + (c2 - 0xdc00);\n                m_pos++;\n            }\n        }\n        if (c < 0x80) {\n            /* one byte */\n            buf[i++] = c;\n        } else if (c < 0x800) {\n            /* two bytes */\n            buf[i++] = 0xC0 | (c >>> 6);\n            buf[i++] = 0x80 | (c & 0x3f);\n        } else if (c < 0x10000) {\n            /* three bytes */\n            buf[i++] = 0xE0 | (c >>> 12);\n            buf[i++] = 0x80 | (c >>> 6 & 0x3f);\n            buf[i++] = 0x80 | (c & 0x3f);\n        } else {\n            /* four bytes */\n            buf[i++] = 0xf0 | (c >>> 18);\n            buf[i++] = 0x80 | (c >>> 12 & 0x3f);\n            buf[i++] = 0x80 | (c >>> 6 & 0x3f);\n            buf[i++] = 0x80 | (c & 0x3f);\n        }\n    }\n\n    return buf;\n};\n\n// Calculate max possible position in utf8 buffer,\n// that will not break sequence. If that's not possible\n// - (very small limits) return max size as is.\n//\n// buf[] - utf8 bytes array\n// max   - length limit (mandatory);\nvar utf8border = function(buf, max) {\n    var pos;\n\n    max = max || buf.length;\n    if (max > buf.length) { max = buf.length; }\n\n    // go back from last position, until start of sequence found\n    pos = max-1;\n    while (pos >= 0 && (buf[pos] & 0xC0) === 0x80) { pos--; }\n\n    // Fuckup - very small and broken sequence,\n    // return max, because we should return something anyway.\n    if (pos < 0) { return max; }\n\n    // If we came to start of buffer - that means vuffer is too small,\n    // return max too.\n    if (pos === 0) { return max; }\n\n    return (pos + _utf8len[buf[pos]] > max) ? pos : max;\n};\n\n// convert array to string\nvar buf2string = function (buf) {\n    var str, i, out, c, c_len;\n    var len = buf.length;\n\n    // Reserve max possible length (2 words per char)\n    // NB: by unknown reasons, Array is significantly faster for\n    //     String.fromCharCode.apply than Uint16Array.\n    var utf16buf = new Array(len*2);\n\n    for (out=0, i=0; i<len;) {\n        c = buf[i++];\n        // quick process ascii\n        if (c < 0x80) { utf16buf[out++] = c; continue; }\n\n        c_len = _utf8len[c];\n        // skip 5 & 6 byte codes\n        if (c_len > 4) { utf16buf[out++] = 0xfffd; i += c_len-1; continue; }\n\n        // apply mask on first byte\n        c &= c_len === 2 ? 0x1f : c_len === 3 ? 0x0f : 0x07;\n        // join the rest\n        while (c_len > 1 && i < len) {\n            c = (c << 6) | (buf[i++] & 0x3f);\n            c_len--;\n        }\n\n        // terminated by end of string?\n        if (c_len > 1) { utf16buf[out++] = 0xfffd; continue; }\n\n        if (c < 0x10000) {\n            utf16buf[out++] = c;\n        } else {\n            c -= 0x10000;\n            utf16buf[out++] = 0xd800 | ((c >> 10) & 0x3ff);\n            utf16buf[out++] = 0xdc00 | (c & 0x3ff);\n        }\n    }\n\n    // shrinkBuf(utf16buf, out)\n    if (utf16buf.length !== out) {\n        if(utf16buf.subarray) {\n            utf16buf = utf16buf.subarray(0, out);\n        } else {\n            utf16buf.length = out;\n        }\n    }\n\n    // return String.fromCharCode.apply(null, utf16buf);\n    return utils.applyFromCharCode(utf16buf);\n};\n\n\n// That's all for the pako functions.\n\n\n/**\n * Transform a javascript string into an array (typed if possible) of bytes,\n * UTF-8 encoded.\n * @param {String} str the string to encode\n * @return {Array|Uint8Array|Buffer} the UTF-8 encoded string.\n */\nexports.utf8encode = function utf8encode(str) {\n    if (support.nodebuffer) {\n        return nodejsUtils.newBufferFrom(str, \"utf-8\");\n    }\n\n    return string2buf(str);\n};\n\n\n/**\n * Transform a bytes array (or a representation) representing an UTF-8 encoded\n * string into a javascript string.\n * @param {Array|Uint8Array|Buffer} buf the data de decode\n * @return {String} the decoded string.\n */\nexports.utf8decode = function utf8decode(buf) {\n    if (support.nodebuffer) {\n        return utils.transformTo(\"nodebuffer\", buf).toString(\"utf-8\");\n    }\n\n    buf = utils.transformTo(support.uint8array ? \"uint8array\" : \"array\", buf);\n\n    return buf2string(buf);\n};\n\n/**\n * A worker to decode utf8 encoded binary chunks into string chunks.\n * @constructor\n */\nfunction Utf8DecodeWorker() {\n    GenericWorker.call(this, \"utf-8 decode\");\n    // the last bytes if a chunk didn't end with a complete codepoint.\n    this.leftOver = null;\n}\nutils.inherits(Utf8DecodeWorker, GenericWorker);\n\n/**\n * @see GenericWorker.processChunk\n */\nUtf8DecodeWorker.prototype.processChunk = function (chunk) {\n\n    var data = utils.transformTo(support.uint8array ? \"uint8array\" : \"array\", chunk.data);\n\n    // 1st step, re-use what's left of the previous chunk\n    if (this.leftOver && this.leftOver.length) {\n        if(support.uint8array) {\n            var previousData = data;\n            data = new Uint8Array(previousData.length + this.leftOver.length);\n            data.set(this.leftOver, 0);\n            data.set(previousData, this.leftOver.length);\n        } else {\n            data = this.leftOver.concat(data);\n        }\n        this.leftOver = null;\n    }\n\n    var nextBoundary = utf8border(data);\n    var usableData = data;\n    if (nextBoundary !== data.length) {\n        if (support.uint8array) {\n            usableData = data.subarray(0, nextBoundary);\n            this.leftOver = data.subarray(nextBoundary, data.length);\n        } else {\n            usableData = data.slice(0, nextBoundary);\n            this.leftOver = data.slice(nextBoundary, data.length);\n        }\n    }\n\n    this.push({\n        data : exports.utf8decode(usableData),\n        meta : chunk.meta\n    });\n};\n\n/**\n * @see GenericWorker.flush\n */\nUtf8DecodeWorker.prototype.flush = function () {\n    if(this.leftOver && this.leftOver.length) {\n        this.push({\n            data : exports.utf8decode(this.leftOver),\n            meta : {}\n        });\n        this.leftOver = null;\n    }\n};\nexports.Utf8DecodeWorker = Utf8DecodeWorker;\n\n/**\n * A worker to endcode string chunks into utf8 encoded binary chunks.\n * @constructor\n */\nfunction Utf8EncodeWorker() {\n    GenericWorker.call(this, \"utf-8 encode\");\n}\nutils.inherits(Utf8EncodeWorker, GenericWorker);\n\n/**\n * @see GenericWorker.processChunk\n */\nUtf8EncodeWorker.prototype.processChunk = function (chunk) {\n    this.push({\n        data : exports.utf8encode(chunk.data),\n        meta : chunk.meta\n    });\n};\nexports.Utf8EncodeWorker = Utf8EncodeWorker;\n\n},{\"./nodejsUtils\":14,\"./stream/GenericWorker\":28,\"./support\":30,\"./utils\":32}],32:[function(require,module,exports){\n'use strict';\n\nvar support = require('./support');\nvar base64 = require('./base64');\nvar nodejsUtils = require('./nodejsUtils');\nvar setImmediate = require('set-immediate-shim');\nvar external = require(\"./external\");\n\n\n/**\n * Convert a string that pass as a \"binary string\": it should represent a byte\n * array but may have > 255 char codes. Be sure to take only the first byte\n * and returns the byte array.\n * @param {String} str the string to transform.\n * @return {Array|Uint8Array} the string in a binary format.\n */\nfunction string2binary(str) {\n    var result = null;\n    if (support.uint8array) {\n      result = new Uint8Array(str.length);\n    } else {\n      result = new Array(str.length);\n    }\n    return stringToArrayLike(str, result);\n}\n\n/**\n * Create a new blob with the given content and the given type.\n * @param {String|ArrayBuffer} part the content to put in the blob. DO NOT use\n * an Uint8Array because the stock browser of android 4 won't accept it (it\n * will be silently converted to a string, \"[object Uint8Array]\").\n *\n * Use only ONE part to build the blob to avoid a memory leak in IE11 / Edge:\n * when a large amount of Array is used to create the Blob, the amount of\n * memory consumed is nearly 100 times the original data amount.\n *\n * @param {String} type the mime type of the blob.\n * @return {Blob} the created blob.\n */\nexports.newBlob = function(part, type) {\n    exports.checkSupport(\"blob\");\n\n    try {\n        // Blob constructor\n        return new Blob([part], {\n            type: type\n        });\n    }\n    catch (e) {\n\n        try {\n            // deprecated, browser only, old way\n            var Builder = self.BlobBuilder || self.WebKitBlobBuilder || self.MozBlobBuilder || self.MSBlobBuilder;\n            var builder = new Builder();\n            builder.append(part);\n            return builder.getBlob(type);\n        }\n        catch (e) {\n\n            // well, fuck ?!\n            throw new Error(\"Bug : can't construct the Blob.\");\n        }\n    }\n\n\n};\n/**\n * The identity function.\n * @param {Object} input the input.\n * @return {Object} the same input.\n */\nfunction identity(input) {\n    return input;\n}\n\n/**\n * Fill in an array with a string.\n * @param {String} str the string to use.\n * @param {Array|ArrayBuffer|Uint8Array|Buffer} array the array to fill in (will be mutated).\n * @return {Array|ArrayBuffer|Uint8Array|Buffer} the updated array.\n */\nfunction stringToArrayLike(str, array) {\n    for (var i = 0; i < str.length; ++i) {\n        array[i] = str.charCodeAt(i) & 0xFF;\n    }\n    return array;\n}\n\n/**\n * An helper for the function arrayLikeToString.\n * This contains static information and functions that\n * can be optimized by the browser JIT compiler.\n */\nvar arrayToStringHelper = {\n    /**\n     * Transform an array of int into a string, chunk by chunk.\n     * See the performances notes on arrayLikeToString.\n     * @param {Array|ArrayBuffer|Uint8Array|Buffer} array the array to transform.\n     * @param {String} type the type of the array.\n     * @param {Integer} chunk the chunk size.\n     * @return {String} the resulting string.\n     * @throws Error if the chunk is too big for the stack.\n     */\n    stringifyByChunk: function(array, type, chunk) {\n        var result = [], k = 0, len = array.length;\n        // shortcut\n        if (len <= chunk) {\n            return String.fromCharCode.apply(null, array);\n        }\n        while (k < len) {\n            if (type === \"array\" || type === \"nodebuffer\") {\n                result.push(String.fromCharCode.apply(null, array.slice(k, Math.min(k + chunk, len))));\n            }\n            else {\n                result.push(String.fromCharCode.apply(null, array.subarray(k, Math.min(k + chunk, len))));\n            }\n            k += chunk;\n        }\n        return result.join(\"\");\n    },\n    /**\n     * Call String.fromCharCode on every item in the array.\n     * This is the naive implementation, which generate A LOT of intermediate string.\n     * This should be used when everything else fail.\n     * @param {Array|ArrayBuffer|Uint8Array|Buffer} array the array to transform.\n     * @return {String} the result.\n     */\n    stringifyByChar: function(array){\n        var resultStr = \"\";\n        for(var i = 0; i < array.length; i++) {\n            resultStr += String.fromCharCode(array[i]);\n        }\n        return resultStr;\n    },\n    applyCanBeUsed : {\n        /**\n         * true if the browser accepts to use String.fromCharCode on Uint8Array\n         */\n        uint8array : (function () {\n            try {\n                return support.uint8array && String.fromCharCode.apply(null, new Uint8Array(1)).length === 1;\n            } catch (e) {\n                return false;\n            }\n        })(),\n        /**\n         * true if the browser accepts to use String.fromCharCode on nodejs Buffer.\n         */\n        nodebuffer : (function () {\n            try {\n                return support.nodebuffer && String.fromCharCode.apply(null, nodejsUtils.allocBuffer(1)).length === 1;\n            } catch (e) {\n                return false;\n            }\n        })()\n    }\n};\n\n/**\n * Transform an array-like object to a string.\n * @param {Array|ArrayBuffer|Uint8Array|Buffer} array the array to transform.\n * @return {String} the result.\n */\nfunction arrayLikeToString(array) {\n    // Performances notes :\n    // --------------------\n    // String.fromCharCode.apply(null, array) is the fastest, see\n    // see http://jsperf.com/converting-a-uint8array-to-a-string/2\n    // but the stack is limited (and we can get huge arrays !).\n    //\n    // result += String.fromCharCode(array[i]); generate too many strings !\n    //\n    // This code is inspired by http://jsperf.com/arraybuffer-to-string-apply-performance/2\n    // TODO : we now have workers that split the work. Do we still need that ?\n    var chunk = 65536,\n        type = exports.getTypeOf(array),\n        canUseApply = true;\n    if (type === \"uint8array\") {\n        canUseApply = arrayToStringHelper.applyCanBeUsed.uint8array;\n    } else if (type === \"nodebuffer\") {\n        canUseApply = arrayToStringHelper.applyCanBeUsed.nodebuffer;\n    }\n\n    if (canUseApply) {\n        while (chunk > 1) {\n            try {\n                return arrayToStringHelper.stringifyByChunk(array, type, chunk);\n            } catch (e) {\n                chunk = Math.floor(chunk / 2);\n            }\n        }\n    }\n\n    // no apply or chunk error : slow and painful algorithm\n    // default browser on android 4.*\n    return arrayToStringHelper.stringifyByChar(array);\n}\n\nexports.applyFromCharCode = arrayLikeToString;\n\n\n/**\n * Copy the data from an array-like to an other array-like.\n * @param {Array|ArrayBuffer|Uint8Array|Buffer} arrayFrom the origin array.\n * @param {Array|ArrayBuffer|Uint8Array|Buffer} arrayTo the destination array which will be mutated.\n * @return {Array|ArrayBuffer|Uint8Array|Buffer} the updated destination array.\n */\nfunction arrayLikeToArrayLike(arrayFrom, arrayTo) {\n    for (var i = 0; i < arrayFrom.length; i++) {\n        arrayTo[i] = arrayFrom[i];\n    }\n    return arrayTo;\n}\n\n// a matrix containing functions to transform everything into everything.\nvar transform = {};\n\n// string to ?\ntransform[\"string\"] = {\n    \"string\": identity,\n    \"array\": function(input) {\n        return stringToArrayLike(input, new Array(input.length));\n    },\n    \"arraybuffer\": function(input) {\n        return transform[\"string\"][\"uint8array\"](input).buffer;\n    },\n    \"uint8array\": function(input) {\n        return stringToArrayLike(input, new Uint8Array(input.length));\n    },\n    \"nodebuffer\": function(input) {\n        return stringToArrayLike(input, nodejsUtils.allocBuffer(input.length));\n    }\n};\n\n// array to ?\ntransform[\"array\"] = {\n    \"string\": arrayLikeToString,\n    \"array\": identity,\n    \"arraybuffer\": function(input) {\n        return (new Uint8Array(input)).buffer;\n    },\n    \"uint8array\": function(input) {\n        return new Uint8Array(input);\n    },\n    \"nodebuffer\": function(input) {\n        return nodejsUtils.newBufferFrom(input);\n    }\n};\n\n// arraybuffer to ?\ntransform[\"arraybuffer\"] = {\n    \"string\": function(input) {\n        return arrayLikeToString(new Uint8Array(input));\n    },\n    \"array\": function(input) {\n        return arrayLikeToArrayLike(new Uint8Array(input), new Array(input.byteLength));\n    },\n    \"arraybuffer\": identity,\n    \"uint8array\": function(input) {\n        return new Uint8Array(input);\n    },\n    \"nodebuffer\": function(input) {\n        return nodejsUtils.newBufferFrom(new Uint8Array(input));\n    }\n};\n\n// uint8array to ?\ntransform[\"uint8array\"] = {\n    \"string\": arrayLikeToString,\n    \"array\": function(input) {\n        return arrayLikeToArrayLike(input, new Array(input.length));\n    },\n    \"arraybuffer\": function(input) {\n        return input.buffer;\n    },\n    \"uint8array\": identity,\n    \"nodebuffer\": function(input) {\n        return nodejsUtils.newBufferFrom(input);\n    }\n};\n\n// nodebuffer to ?\ntransform[\"nodebuffer\"] = {\n    \"string\": arrayLikeToString,\n    \"array\": function(input) {\n        return arrayLikeToArrayLike(input, new Array(input.length));\n    },\n    \"arraybuffer\": function(input) {\n        return transform[\"nodebuffer\"][\"uint8array\"](input).buffer;\n    },\n    \"uint8array\": function(input) {\n        return arrayLikeToArrayLike(input, new Uint8Array(input.length));\n    },\n    \"nodebuffer\": identity\n};\n\n/**\n * Transform an input into any type.\n * The supported output type are : string, array, uint8array, arraybuffer, nodebuffer.\n * If no output type is specified, the unmodified input will be returned.\n * @param {String} outputType the output type.\n * @param {String|Array|ArrayBuffer|Uint8Array|Buffer} input the input to convert.\n * @throws {Error} an Error if the browser doesn't support the requested output type.\n */\nexports.transformTo = function(outputType, input) {\n    if (!input) {\n        // undefined, null, etc\n        // an empty string won't harm.\n        input = \"\";\n    }\n    if (!outputType) {\n        return input;\n    }\n    exports.checkSupport(outputType);\n    var inputType = exports.getTypeOf(input);\n    var result = transform[inputType][outputType](input);\n    return result;\n};\n\n/**\n * Return the type of the input.\n * The type will be in a format valid for JSZip.utils.transformTo : string, array, uint8array, arraybuffer.\n * @param {Object} input the input to identify.\n * @return {String} the (lowercase) type of the input.\n */\nexports.getTypeOf = function(input) {\n    if (typeof input === \"string\") {\n        return \"string\";\n    }\n    if (Object.prototype.toString.call(input) === \"[object Array]\") {\n        return \"array\";\n    }\n    if (support.nodebuffer && nodejsUtils.isBuffer(input)) {\n        return \"nodebuffer\";\n    }\n    if (support.uint8array && input instanceof Uint8Array) {\n        return \"uint8array\";\n    }\n    if (support.arraybuffer && input instanceof ArrayBuffer) {\n        return \"arraybuffer\";\n    }\n};\n\n/**\n * Throw an exception if the type is not supported.\n * @param {String} type the type to check.\n * @throws {Error} an Error if the browser doesn't support the requested type.\n */\nexports.checkSupport = function(type) {\n    var supported = support[type.toLowerCase()];\n    if (!supported) {\n        throw new Error(type + \" is not supported by this platform\");\n    }\n};\n\nexports.MAX_VALUE_16BITS = 65535;\nexports.MAX_VALUE_32BITS = -1; // well, \"\\xFF\\xFF\\xFF\\xFF\\xFF\\xFF\\xFF\\xFF\" is parsed as -1\n\n/**\n * Prettify a string read as binary.\n * @param {string} str the string to prettify.\n * @return {string} a pretty string.\n */\nexports.pretty = function(str) {\n    var res = '',\n        code, i;\n    for (i = 0; i < (str || \"\").length; i++) {\n        code = str.charCodeAt(i);\n        res += '\\\\x' + (code < 16 ? \"0\" : \"\") + code.toString(16).toUpperCase();\n    }\n    return res;\n};\n\n/**\n * Defer the call of a function.\n * @param {Function} callback the function to call asynchronously.\n * @param {Array} args the arguments to give to the callback.\n */\nexports.delay = function(callback, args, self) {\n    setImmediate(function () {\n        callback.apply(self || null, args || []);\n    });\n};\n\n/**\n * Extends a prototype with an other, without calling a constructor with\n * side effects. Inspired by nodejs' `utils.inherits`\n * @param {Function} ctor the constructor to augment\n * @param {Function} superCtor the parent constructor to use\n */\nexports.inherits = function (ctor, superCtor) {\n    var Obj = function() {};\n    Obj.prototype = superCtor.prototype;\n    ctor.prototype = new Obj();\n};\n\n/**\n * Merge the objects passed as parameters into a new one.\n * @private\n * @param {...Object} var_args All objects to merge.\n * @return {Object} a new object with the data of the others.\n */\nexports.extend = function() {\n    var result = {}, i, attr;\n    for (i = 0; i < arguments.length; i++) { // arguments is not enumerable in some browsers\n        for (attr in arguments[i]) {\n            if (arguments[i].hasOwnProperty(attr) && typeof result[attr] === \"undefined\") {\n                result[attr] = arguments[i][attr];\n            }\n        }\n    }\n    return result;\n};\n\n/**\n * Transform arbitrary content into a Promise.\n * @param {String} name a name for the content being processed.\n * @param {Object} inputData the content to process.\n * @param {Boolean} isBinary true if the content is not an unicode string\n * @param {Boolean} isOptimizedBinaryString true if the string content only has one byte per character.\n * @param {Boolean} isBase64 true if the string content is encoded with base64.\n * @return {Promise} a promise in a format usable by JSZip.\n */\nexports.prepareContent = function(name, inputData, isBinary, isOptimizedBinaryString, isBase64) {\n\n    // if inputData is already a promise, this flatten it.\n    var promise = external.Promise.resolve(inputData).then(function(data) {\n        \n        \n        var isBlob = support.blob && (data instanceof Blob || ['[object File]', '[object Blob]'].indexOf(Object.prototype.toString.call(data)) !== -1);\n\n        if (isBlob && typeof FileReader !== \"undefined\") {\n            return new external.Promise(function (resolve, reject) {\n                var reader = new FileReader();\n\n                reader.onload = function(e) {\n                    resolve(e.target.result);\n                };\n                reader.onerror = function(e) {\n                    reject(e.target.error);\n                };\n                reader.readAsArrayBuffer(data);\n            });\n        } else {\n            return data;\n        }\n    });\n\n    return promise.then(function(data) {\n        var dataType = exports.getTypeOf(data);\n\n        if (!dataType) {\n            return external.Promise.reject(\n                new Error(\"Can't read the data of '\" + name + \"'. Is it \" +\n                          \"in a supported JavaScript type (String, Blob, ArrayBuffer, etc) ?\")\n            );\n        }\n        // special case : it's way easier to work with Uint8Array than with ArrayBuffer\n        if (dataType === \"arraybuffer\") {\n            data = exports.transformTo(\"uint8array\", data);\n        } else if (dataType === \"string\") {\n            if (isBase64) {\n                data = base64.decode(data);\n            }\n            else if (isBinary) {\n                // optimizedBinaryString === true means that the file has already been filtered with a 0xFF mask\n                if (isOptimizedBinaryString !== true) {\n                    // this is a string, not in a base64 format.\n                    // Be sure that this is a correct \"binary string\"\n                    data = string2binary(data);\n                }\n            }\n        }\n        return data;\n    });\n};\n\n},{\"./base64\":1,\"./external\":6,\"./nodejsUtils\":14,\"./support\":30,\"set-immediate-shim\":54}],33:[function(require,module,exports){\n'use strict';\nvar readerFor = require('./reader/readerFor');\nvar utils = require('./utils');\nvar sig = require('./signature');\nvar ZipEntry = require('./zipEntry');\nvar utf8 = require('./utf8');\nvar support = require('./support');\n//  class ZipEntries {{{\n/**\n * All the entries in the zip file.\n * @constructor\n * @param {Object} loadOptions Options for loading the stream.\n */\nfunction ZipEntries(loadOptions) {\n    this.files = [];\n    this.loadOptions = loadOptions;\n}\nZipEntries.prototype = {\n    /**\n     * Check that the reader is on the specified signature.\n     * @param {string} expectedSignature the expected signature.\n     * @throws {Error} if it is an other signature.\n     */\n    checkSignature: function(expectedSignature) {\n        if (!this.reader.readAndCheckSignature(expectedSignature)) {\n            this.reader.index -= 4;\n            var signature = this.reader.readString(4);\n            throw new Error(\"Corrupted zip or bug: unexpected signature \" + \"(\" + utils.pretty(signature) + \", expected \" + utils.pretty(expectedSignature) + \")\");\n        }\n    },\n    /**\n     * Check if the given signature is at the given index.\n     * @param {number} askedIndex the index to check.\n     * @param {string} expectedSignature the signature to expect.\n     * @return {boolean} true if the signature is here, false otherwise.\n     */\n    isSignature: function(askedIndex, expectedSignature) {\n        var currentIndex = this.reader.index;\n        this.reader.setIndex(askedIndex);\n        var signature = this.reader.readString(4);\n        var result = signature === expectedSignature;\n        this.reader.setIndex(currentIndex);\n        return result;\n    },\n    /**\n     * Read the end of the central directory.\n     */\n    readBlockEndOfCentral: function() {\n        this.diskNumber = this.reader.readInt(2);\n        this.diskWithCentralDirStart = this.reader.readInt(2);\n        this.centralDirRecordsOnThisDisk = this.reader.readInt(2);\n        this.centralDirRecords = this.reader.readInt(2);\n        this.centralDirSize = this.reader.readInt(4);\n        this.centralDirOffset = this.reader.readInt(4);\n\n        this.zipCommentLength = this.reader.readInt(2);\n        // warning : the encoding depends of the system locale\n        // On a linux machine with LANG=en_US.utf8, this field is utf8 encoded.\n        // On a windows machine, this field is encoded with the localized windows code page.\n        var zipComment = this.reader.readData(this.zipCommentLength);\n        var decodeParamType = support.uint8array ? \"uint8array\" : \"array\";\n        // To get consistent behavior with the generation part, we will assume that\n        // this is utf8 encoded unless specified otherwise.\n        var decodeContent = utils.transformTo(decodeParamType, zipComment);\n        this.zipComment = this.loadOptions.decodeFileName(decodeContent);\n    },\n    /**\n     * Read the end of the Zip 64 central directory.\n     * Not merged with the method readEndOfCentral :\n     * The end of central can coexist with its Zip64 brother,\n     * I don't want to read the wrong number of bytes !\n     */\n    readBlockZip64EndOfCentral: function() {\n        this.zip64EndOfCentralSize = this.reader.readInt(8);\n        this.reader.skip(4);\n        // this.versionMadeBy = this.reader.readString(2);\n        // this.versionNeeded = this.reader.readInt(2);\n        this.diskNumber = this.reader.readInt(4);\n        this.diskWithCentralDirStart = this.reader.readInt(4);\n        this.centralDirRecordsOnThisDisk = this.reader.readInt(8);\n        this.centralDirRecords = this.reader.readInt(8);\n        this.centralDirSize = this.reader.readInt(8);\n        this.centralDirOffset = this.reader.readInt(8);\n\n        this.zip64ExtensibleData = {};\n        var extraDataSize = this.zip64EndOfCentralSize - 44,\n            index = 0,\n            extraFieldId,\n            extraFieldLength,\n            extraFieldValue;\n        while (index < extraDataSize) {\n            extraFieldId = this.reader.readInt(2);\n            extraFieldLength = this.reader.readInt(4);\n            extraFieldValue = this.reader.readData(extraFieldLength);\n            this.zip64ExtensibleData[extraFieldId] = {\n                id: extraFieldId,\n                length: extraFieldLength,\n                value: extraFieldValue\n            };\n        }\n    },\n    /**\n     * Read the end of the Zip 64 central directory locator.\n     */\n    readBlockZip64EndOfCentralLocator: function() {\n        this.diskWithZip64CentralDirStart = this.reader.readInt(4);\n        this.relativeOffsetEndOfZip64CentralDir = this.reader.readInt(8);\n        this.disksCount = this.reader.readInt(4);\n        if (this.disksCount > 1) {\n            throw new Error(\"Multi-volumes zip are not supported\");\n        }\n    },\n    /**\n     * Read the local files, based on the offset read in the central part.\n     */\n    readLocalFiles: function() {\n        var i, file;\n        for (i = 0; i < this.files.length; i++) {\n            file = this.files[i];\n            this.reader.setIndex(file.localHeaderOffset);\n            this.checkSignature(sig.LOCAL_FILE_HEADER);\n            file.readLocalPart(this.reader);\n            file.handleUTF8();\n            file.processAttributes();\n        }\n    },\n    /**\n     * Read the central directory.\n     */\n    readCentralDir: function() {\n        var file;\n\n        this.reader.setIndex(this.centralDirOffset);\n        while (this.reader.readAndCheckSignature(sig.CENTRAL_FILE_HEADER)) {\n            file = new ZipEntry({\n                zip64: this.zip64\n            }, this.loadOptions);\n            file.readCentralPart(this.reader);\n            this.files.push(file);\n        }\n\n        if (this.centralDirRecords !== this.files.length) {\n            if (this.centralDirRecords !== 0 && this.files.length === 0) {\n                // We expected some records but couldn't find ANY.\n                // This is really suspicious, as if something went wrong.\n                throw new Error(\"Corrupted zip or bug: expected \" + this.centralDirRecords + \" records in central dir, got \" + this.files.length);\n            } else {\n                // We found some records but not all.\n                // Something is wrong but we got something for the user: no error here.\n                // console.warn(\"expected\", this.centralDirRecords, \"records in central dir, got\", this.files.length);\n            }\n        }\n    },\n    /**\n     * Read the end of central directory.\n     */\n    readEndOfCentral: function() {\n        var offset = this.reader.lastIndexOfSignature(sig.CENTRAL_DIRECTORY_END);\n        if (offset < 0) {\n            // Check if the content is a truncated zip or complete garbage.\n            // A \"LOCAL_FILE_HEADER\" is not required at the beginning (auto\n            // extractible zip for example) but it can give a good hint.\n            // If an ajax request was used without responseType, we will also\n            // get unreadable data.\n            var isGarbage = !this.isSignature(0, sig.LOCAL_FILE_HEADER);\n\n            if (isGarbage) {\n                throw new Error(\"Can't find end of central directory : is this a zip file ? \" +\n                                \"If it is, see https://stuk.github.io/jszip/documentation/howto/read_zip.html\");\n            } else {\n                throw new Error(\"Corrupted zip: can't find end of central directory\");\n            }\n\n        }\n        this.reader.setIndex(offset);\n        var endOfCentralDirOffset = offset;\n        this.checkSignature(sig.CENTRAL_DIRECTORY_END);\n        this.readBlockEndOfCentral();\n\n\n        /* extract from the zip spec :\n            4)  If one of the fields in the end of central directory\n                record is too small to hold required data, the field\n                should be set to -1 (0xFFFF or 0xFFFFFFFF) and the\n                ZIP64 format record should be created.\n            5)  The end of central directory record and the\n                Zip64 end of central directory locator record must\n                reside on the same disk when splitting or spanning\n                an archive.\n         */\n        if (this.diskNumber === utils.MAX_VALUE_16BITS || this.diskWithCentralDirStart === utils.MAX_VALUE_16BITS || this.centralDirRecordsOnThisDisk === utils.MAX_VALUE_16BITS || this.centralDirRecords === utils.MAX_VALUE_16BITS || this.centralDirSize === utils.MAX_VALUE_32BITS || this.centralDirOffset === utils.MAX_VALUE_32BITS) {\n            this.zip64 = true;\n\n            /*\n            Warning : the zip64 extension is supported, but ONLY if the 64bits integer read from\n            the zip file can fit into a 32bits integer. This cannot be solved : JavaScript represents\n            all numbers as 64-bit double precision IEEE 754 floating point numbers.\n            So, we have 53bits for integers and bitwise operations treat everything as 32bits.\n            see https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Operators/Bitwise_Operators\n            and http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-262.pdf section 8.5\n            */\n\n            // should look for a zip64 EOCD locator\n            offset = this.reader.lastIndexOfSignature(sig.ZIP64_CENTRAL_DIRECTORY_LOCATOR);\n            if (offset < 0) {\n                throw new Error(\"Corrupted zip: can't find the ZIP64 end of central directory locator\");\n            }\n            this.reader.setIndex(offset);\n            this.checkSignature(sig.ZIP64_CENTRAL_DIRECTORY_LOCATOR);\n            this.readBlockZip64EndOfCentralLocator();\n\n            // now the zip64 EOCD record\n            if (!this.isSignature(this.relativeOffsetEndOfZip64CentralDir, sig.ZIP64_CENTRAL_DIRECTORY_END)) {\n                // console.warn(\"ZIP64 end of central directory not where expected.\");\n                this.relativeOffsetEndOfZip64CentralDir = this.reader.lastIndexOfSignature(sig.ZIP64_CENTRAL_DIRECTORY_END);\n                if (this.relativeOffsetEndOfZip64CentralDir < 0) {\n                    throw new Error(\"Corrupted zip: can't find the ZIP64 end of central directory\");\n                }\n            }\n            this.reader.setIndex(this.relativeOffsetEndOfZip64CentralDir);\n            this.checkSignature(sig.ZIP64_CENTRAL_DIRECTORY_END);\n            this.readBlockZip64EndOfCentral();\n        }\n\n        var expectedEndOfCentralDirOffset = this.centralDirOffset + this.centralDirSize;\n        if (this.zip64) {\n            expectedEndOfCentralDirOffset += 20; // end of central dir 64 locator\n            expectedEndOfCentralDirOffset += 12 /* should not include the leading 12 bytes */ + this.zip64EndOfCentralSize;\n        }\n\n        var extraBytes = endOfCentralDirOffset - expectedEndOfCentralDirOffset;\n\n        if (extraBytes > 0) {\n            // console.warn(extraBytes, \"extra bytes at beginning or within zipfile\");\n            if (this.isSignature(endOfCentralDirOffset, sig.CENTRAL_FILE_HEADER)) {\n                // The offsets seem wrong, but we have something at the specified offset.\n                // So… we keep it.\n            } else {\n                // the offset is wrong, update the \"zero\" of the reader\n                // this happens if data has been prepended (crx files for example)\n                this.reader.zero = extraBytes;\n            }\n        } else if (extraBytes < 0) {\n            throw new Error(\"Corrupted zip: missing \" + Math.abs(extraBytes) + \" bytes.\");\n        }\n    },\n    prepareReader: function(data) {\n        this.reader = readerFor(data);\n    },\n    /**\n     * Read a zip file and create ZipEntries.\n     * @param {String|ArrayBuffer|Uint8Array|Buffer} data the binary string representing a zip file.\n     */\n    load: function(data) {\n        this.prepareReader(data);\n        this.readEndOfCentral();\n        this.readCentralDir();\n        this.readLocalFiles();\n    }\n};\n// }}} end of ZipEntries\nmodule.exports = ZipEntries;\n\n},{\"./reader/readerFor\":22,\"./signature\":23,\"./support\":30,\"./utf8\":31,\"./utils\":32,\"./zipEntry\":34}],34:[function(require,module,exports){\n'use strict';\nvar readerFor = require('./reader/readerFor');\nvar utils = require('./utils');\nvar CompressedObject = require('./compressedObject');\nvar crc32fn = require('./crc32');\nvar utf8 = require('./utf8');\nvar compressions = require('./compressions');\nvar support = require('./support');\n\nvar MADE_BY_DOS = 0x00;\nvar MADE_BY_UNIX = 0x03;\n\n/**\n * Find a compression registered in JSZip.\n * @param {string} compressionMethod the method magic to find.\n * @return {Object|null} the JSZip compression object, null if none found.\n */\nvar findCompression = function(compressionMethod) {\n    for (var method in compressions) {\n        if (!compressions.hasOwnProperty(method)) {\n            continue;\n        }\n        if (compressions[method].magic === compressionMethod) {\n            return compressions[method];\n        }\n    }\n    return null;\n};\n\n// class ZipEntry {{{\n/**\n * An entry in the zip file.\n * @constructor\n * @param {Object} options Options of the current file.\n * @param {Object} loadOptions Options for loading the stream.\n */\nfunction ZipEntry(options, loadOptions) {\n    this.options = options;\n    this.loadOptions = loadOptions;\n}\nZipEntry.prototype = {\n    /**\n     * say if the file is encrypted.\n     * @return {boolean} true if the file is encrypted, false otherwise.\n     */\n    isEncrypted: function() {\n        // bit 1 is set\n        return (this.bitFlag & 0x0001) === 0x0001;\n    },\n    /**\n     * say if the file has utf-8 filename/comment.\n     * @return {boolean} true if the filename/comment is in utf-8, false otherwise.\n     */\n    useUTF8: function() {\n        // bit 11 is set\n        return (this.bitFlag & 0x0800) === 0x0800;\n    },\n    /**\n     * Read the local part of a zip file and add the info in this object.\n     * @param {DataReader} reader the reader to use.\n     */\n    readLocalPart: function(reader) {\n        var compression, localExtraFieldsLength;\n\n        // we already know everything from the central dir !\n        // If the central dir data are false, we are doomed.\n        // On the bright side, the local part is scary  : zip64, data descriptors, both, etc.\n        // The less data we get here, the more reliable this should be.\n        // Let's skip the whole header and dash to the data !\n        reader.skip(22);\n        // in some zip created on windows, the filename stored in the central dir contains \\ instead of /.\n        // Strangely, the filename here is OK.\n        // I would love to treat these zip files as corrupted (see http://www.info-zip.org/FAQ.html#backslashes\n        // or APPNOTE#4.4.17.1, \"All slashes MUST be forward slashes '/'\") but there are a lot of bad zip generators...\n        // Search \"unzip mismatching \"local\" filename continuing with \"central\" filename version\" on\n        // the internet.\n        //\n        // I think I see the logic here : the central directory is used to display\n        // content and the local directory is used to extract the files. Mixing / and \\\n        // may be used to display \\ to windows users and use / when extracting the files.\n        // Unfortunately, this lead also to some issues : http://seclists.org/fulldisclosure/2009/Sep/394\n        this.fileNameLength = reader.readInt(2);\n        localExtraFieldsLength = reader.readInt(2); // can't be sure this will be the same as the central dir\n        // the fileName is stored as binary data, the handleUTF8 method will take care of the encoding.\n        this.fileName = reader.readData(this.fileNameLength);\n        reader.skip(localExtraFieldsLength);\n\n        if (this.compressedSize === -1 || this.uncompressedSize === -1) {\n            throw new Error(\"Bug or corrupted zip : didn't get enough information from the central directory \" + \"(compressedSize === -1 || uncompressedSize === -1)\");\n        }\n\n        compression = findCompression(this.compressionMethod);\n        if (compression === null) { // no compression found\n            throw new Error(\"Corrupted zip : compression \" + utils.pretty(this.compressionMethod) + \" unknown (inner file : \" + utils.transformTo(\"string\", this.fileName) + \")\");\n        }\n        this.decompressed = new CompressedObject(this.compressedSize, this.uncompressedSize, this.crc32, compression, reader.readData(this.compressedSize));\n    },\n\n    /**\n     * Read the central part of a zip file and add the info in this object.\n     * @param {DataReader} reader the reader to use.\n     */\n    readCentralPart: function(reader) {\n        this.versionMadeBy = reader.readInt(2);\n        reader.skip(2);\n        // this.versionNeeded = reader.readInt(2);\n        this.bitFlag = reader.readInt(2);\n        this.compressionMethod = reader.readString(2);\n        this.date = reader.readDate();\n        this.crc32 = reader.readInt(4);\n        this.compressedSize = reader.readInt(4);\n        this.uncompressedSize = reader.readInt(4);\n        var fileNameLength = reader.readInt(2);\n        this.extraFieldsLength = reader.readInt(2);\n        this.fileCommentLength = reader.readInt(2);\n        this.diskNumberStart = reader.readInt(2);\n        this.internalFileAttributes = reader.readInt(2);\n        this.externalFileAttributes = reader.readInt(4);\n        this.localHeaderOffset = reader.readInt(4);\n\n        if (this.isEncrypted()) {\n            throw new Error(\"Encrypted zip are not supported\");\n        }\n\n        // will be read in the local part, see the comments there\n        reader.skip(fileNameLength);\n        this.readExtraFields(reader);\n        this.parseZIP64ExtraField(reader);\n        this.fileComment = reader.readData(this.fileCommentLength);\n    },\n\n    /**\n     * Parse the external file attributes and get the unix/dos permissions.\n     */\n    processAttributes: function () {\n        this.unixPermissions = null;\n        this.dosPermissions = null;\n        var madeBy = this.versionMadeBy >> 8;\n\n        // Check if we have the DOS directory flag set.\n        // We look for it in the DOS and UNIX permissions\n        // but some unknown platform could set it as a compatibility flag.\n        this.dir = this.externalFileAttributes & 0x0010 ? true : false;\n\n        if(madeBy === MADE_BY_DOS) {\n            // first 6 bits (0 to 5)\n            this.dosPermissions = this.externalFileAttributes & 0x3F;\n        }\n\n        if(madeBy === MADE_BY_UNIX) {\n            this.unixPermissions = (this.externalFileAttributes >> 16) & 0xFFFF;\n            // the octal permissions are in (this.unixPermissions & 0x01FF).toString(8);\n        }\n\n        // fail safe : if the name ends with a / it probably means a folder\n        if (!this.dir && this.fileNameStr.slice(-1) === '/') {\n            this.dir = true;\n        }\n    },\n\n    /**\n     * Parse the ZIP64 extra field and merge the info in the current ZipEntry.\n     * @param {DataReader} reader the reader to use.\n     */\n    parseZIP64ExtraField: function(reader) {\n\n        if (!this.extraFields[0x0001]) {\n            return;\n        }\n\n        // should be something, preparing the extra reader\n        var extraReader = readerFor(this.extraFields[0x0001].value);\n\n        // I really hope that these 64bits integer can fit in 32 bits integer, because js\n        // won't let us have more.\n        if (this.uncompressedSize === utils.MAX_VALUE_32BITS) {\n            this.uncompressedSize = extraReader.readInt(8);\n        }\n        if (this.compressedSize === utils.MAX_VALUE_32BITS) {\n            this.compressedSize = extraReader.readInt(8);\n        }\n        if (this.localHeaderOffset === utils.MAX_VALUE_32BITS) {\n            this.localHeaderOffset = extraReader.readInt(8);\n        }\n        if (this.diskNumberStart === utils.MAX_VALUE_32BITS) {\n            this.diskNumberStart = extraReader.readInt(4);\n        }\n    },\n    /**\n     * Read the central part of a zip file and add the info in this object.\n     * @param {DataReader} reader the reader to use.\n     */\n    readExtraFields: function(reader) {\n        var end = reader.index + this.extraFieldsLength,\n            extraFieldId,\n            extraFieldLength,\n            extraFieldValue;\n\n        if (!this.extraFields) {\n            this.extraFields = {};\n        }\n\n        while (reader.index + 4 < end) {\n            extraFieldId = reader.readInt(2);\n            extraFieldLength = reader.readInt(2);\n            extraFieldValue = reader.readData(extraFieldLength);\n\n            this.extraFields[extraFieldId] = {\n                id: extraFieldId,\n                length: extraFieldLength,\n                value: extraFieldValue\n            };\n        }\n\n        reader.setIndex(end);\n    },\n    /**\n     * Apply an UTF8 transformation if needed.\n     */\n    handleUTF8: function() {\n        var decodeParamType = support.uint8array ? \"uint8array\" : \"array\";\n        if (this.useUTF8()) {\n            this.fileNameStr = utf8.utf8decode(this.fileName);\n            this.fileCommentStr = utf8.utf8decode(this.fileComment);\n        } else {\n            var upath = this.findExtraFieldUnicodePath();\n            if (upath !== null) {\n                this.fileNameStr = upath;\n            } else {\n                // ASCII text or unsupported code page\n                var fileNameByteArray =  utils.transformTo(decodeParamType, this.fileName);\n                this.fileNameStr = this.loadOptions.decodeFileName(fileNameByteArray);\n            }\n\n            var ucomment = this.findExtraFieldUnicodeComment();\n            if (ucomment !== null) {\n                this.fileCommentStr = ucomment;\n            } else {\n                // ASCII text or unsupported code page\n                var commentByteArray =  utils.transformTo(decodeParamType, this.fileComment);\n                this.fileCommentStr = this.loadOptions.decodeFileName(commentByteArray);\n            }\n        }\n    },\n\n    /**\n     * Find the unicode path declared in the extra field, if any.\n     * @return {String} the unicode path, null otherwise.\n     */\n    findExtraFieldUnicodePath: function() {\n        var upathField = this.extraFields[0x7075];\n        if (upathField) {\n            var extraReader = readerFor(upathField.value);\n\n            // wrong version\n            if (extraReader.readInt(1) !== 1) {\n                return null;\n            }\n\n            // the crc of the filename changed, this field is out of date.\n            if (crc32fn(this.fileName) !== extraReader.readInt(4)) {\n                return null;\n            }\n\n            return utf8.utf8decode(extraReader.readData(upathField.length - 5));\n        }\n        return null;\n    },\n\n    /**\n     * Find the unicode comment declared in the extra field, if any.\n     * @return {String} the unicode comment, null otherwise.\n     */\n    findExtraFieldUnicodeComment: function() {\n        var ucommentField = this.extraFields[0x6375];\n        if (ucommentField) {\n            var extraReader = readerFor(ucommentField.value);\n\n            // wrong version\n            if (extraReader.readInt(1) !== 1) {\n                return null;\n            }\n\n            // the crc of the comment changed, this field is out of date.\n            if (crc32fn(this.fileComment) !== extraReader.readInt(4)) {\n                return null;\n            }\n\n            return utf8.utf8decode(extraReader.readData(ucommentField.length - 5));\n        }\n        return null;\n    }\n};\nmodule.exports = ZipEntry;\n\n},{\"./compressedObject\":2,\"./compressions\":3,\"./crc32\":4,\"./reader/readerFor\":22,\"./support\":30,\"./utf8\":31,\"./utils\":32}],35:[function(require,module,exports){\n'use strict';\n\nvar StreamHelper = require('./stream/StreamHelper');\nvar DataWorker = require('./stream/DataWorker');\nvar utf8 = require('./utf8');\nvar CompressedObject = require('./compressedObject');\nvar GenericWorker = require('./stream/GenericWorker');\n\n/**\n * A simple object representing a file in the zip file.\n * @constructor\n * @param {string} name the name of the file\n * @param {String|ArrayBuffer|Uint8Array|Buffer} data the data\n * @param {Object} options the options of the file\n */\nvar ZipObject = function(name, data, options) {\n    this.name = name;\n    this.dir = options.dir;\n    this.date = options.date;\n    this.comment = options.comment;\n    this.unixPermissions = options.unixPermissions;\n    this.dosPermissions = options.dosPermissions;\n\n    this._data = data;\n    this._dataBinary = options.binary;\n    // keep only the compression\n    this.options = {\n        compression : options.compression,\n        compressionOptions : options.compressionOptions\n    };\n};\n\nZipObject.prototype = {\n    /**\n     * Create an internal stream for the content of this object.\n     * @param {String} type the type of each chunk.\n     * @return StreamHelper the stream.\n     */\n    internalStream: function (type) {\n        var result = null, outputType = \"string\";\n        try {\n            if (!type) {\n                throw new Error(\"No output type specified.\");\n            }\n            outputType = type.toLowerCase();\n            var askUnicodeString = outputType === \"string\" || outputType === \"text\";\n            if (outputType === \"binarystring\" || outputType === \"text\") {\n                outputType = \"string\";\n            }\n            result = this._decompressWorker();\n\n            var isUnicodeString = !this._dataBinary;\n\n            if (isUnicodeString && !askUnicodeString) {\n                result = result.pipe(new utf8.Utf8EncodeWorker());\n            }\n            if (!isUnicodeString && askUnicodeString) {\n                result = result.pipe(new utf8.Utf8DecodeWorker());\n            }\n        } catch (e) {\n            result = new GenericWorker(\"error\");\n            result.error(e);\n        }\n\n        return new StreamHelper(result, outputType, \"\");\n    },\n\n    /**\n     * Prepare the content in the asked type.\n     * @param {String} type the type of the result.\n     * @param {Function} onUpdate a function to call on each internal update.\n     * @return Promise the promise of the result.\n     */\n    async: function (type, onUpdate) {\n        return this.internalStream(type).accumulate(onUpdate);\n    },\n\n    /**\n     * Prepare the content as a nodejs stream.\n     * @param {String} type the type of each chunk.\n     * @param {Function} onUpdate a function to call on each internal update.\n     * @return Stream the stream.\n     */\n    nodeStream: function (type, onUpdate) {\n        return this.internalStream(type || \"nodebuffer\").toNodejsStream(onUpdate);\n    },\n\n    /**\n     * Return a worker for the compressed content.\n     * @private\n     * @param {Object} compression the compression object to use.\n     * @param {Object} compressionOptions the options to use when compressing.\n     * @return Worker the worker.\n     */\n    _compressWorker: function (compression, compressionOptions) {\n        if (\n            this._data instanceof CompressedObject &&\n            this._data.compression.magic === compression.magic\n        ) {\n            return this._data.getCompressedWorker();\n        } else {\n            var result = this._decompressWorker();\n            if(!this._dataBinary) {\n                result = result.pipe(new utf8.Utf8EncodeWorker());\n            }\n            return CompressedObject.createWorkerFrom(result, compression, compressionOptions);\n        }\n    },\n    /**\n     * Return a worker for the decompressed content.\n     * @private\n     * @return Worker the worker.\n     */\n    _decompressWorker : function () {\n        if (this._data instanceof CompressedObject) {\n            return this._data.getContentWorker();\n        } else if (this._data instanceof GenericWorker) {\n            return this._data;\n        } else {\n            return new DataWorker(this._data);\n        }\n    }\n};\n\nvar removedMethods = [\"asText\", \"asBinary\", \"asNodeBuffer\", \"asUint8Array\", \"asArrayBuffer\"];\nvar removedFn = function () {\n    throw new Error(\"This method has been removed in JSZip 3.0, please check the upgrade guide.\");\n};\n\nfor(var i = 0; i < removedMethods.length; i++) {\n    ZipObject.prototype[removedMethods[i]] = removedFn;\n}\nmodule.exports = ZipObject;\n\n},{\"./compressedObject\":2,\"./stream/DataWorker\":27,\"./stream/GenericWorker\":28,\"./stream/StreamHelper\":29,\"./utf8\":31}],36:[function(require,module,exports){\n(function (global){\n'use strict';\nvar Mutation = global.MutationObserver || global.WebKitMutationObserver;\n\nvar scheduleDrain;\n\n{\n  if (Mutation) {\n    var called = 0;\n    var observer = new Mutation(nextTick);\n    var element = global.document.createTextNode('');\n    observer.observe(element, {\n      characterData: true\n    });\n    scheduleDrain = function () {\n      element.data = (called = ++called % 2);\n    };\n  } else if (!global.setImmediate && typeof global.MessageChannel !== 'undefined') {\n    var channel = new global.MessageChannel();\n    channel.port1.onmessage = nextTick;\n    scheduleDrain = function () {\n      channel.port2.postMessage(0);\n    };\n  } else if ('document' in global && 'onreadystatechange' in global.document.createElement('script')) {\n    scheduleDrain = function () {\n\n      // Create a <script> element; its readystatechange event will be fired asynchronously once it is inserted\n      // into the document. Do so, thus queuing up the task. Remember to clean up once it's been called.\n      var scriptEl = global.document.createElement('script');\n      scriptEl.onreadystatechange = function () {\n        nextTick();\n\n        scriptEl.onreadystatechange = null;\n        scriptEl.parentNode.removeChild(scriptEl);\n        scriptEl = null;\n      };\n      global.document.documentElement.appendChild(scriptEl);\n    };\n  } else {\n    scheduleDrain = function () {\n      setTimeout(nextTick, 0);\n    };\n  }\n}\n\nvar draining;\nvar queue = [];\n//named nextTick for less confusing stack traces\nfunction nextTick() {\n  draining = true;\n  var i, oldQueue;\n  var len = queue.length;\n  while (len) {\n    oldQueue = queue;\n    queue = [];\n    i = -1;\n    while (++i < len) {\n      oldQueue[i]();\n    }\n    len = queue.length;\n  }\n  draining = false;\n}\n\nmodule.exports = immediate;\nfunction immediate(task) {\n  if (queue.push(task) === 1 && !draining) {\n    scheduleDrain();\n  }\n}\n\n}).call(this,typeof global !== \"undefined\" ? global : typeof self !== \"undefined\" ? self : typeof window !== \"undefined\" ? window : {})\n},{}],37:[function(require,module,exports){\n'use strict';\nvar immediate = require('immediate');\n\n/* istanbul ignore next */\nfunction INTERNAL() {}\n\nvar handlers = {};\n\nvar REJECTED = ['REJECTED'];\nvar FULFILLED = ['FULFILLED'];\nvar PENDING = ['PENDING'];\n\nmodule.exports = Promise;\n\nfunction Promise(resolver) {\n  if (typeof resolver !== 'function') {\n    throw new TypeError('resolver must be a function');\n  }\n  this.state = PENDING;\n  this.queue = [];\n  this.outcome = void 0;\n  if (resolver !== INTERNAL) {\n    safelyResolveThenable(this, resolver);\n  }\n}\n\nPromise.prototype[\"finally\"] = function (callback) {\n  if (typeof callback !== 'function') {\n    return this;\n  }\n  var p = this.constructor;\n  return this.then(resolve, reject);\n\n  function resolve(value) {\n    function yes () {\n      return value;\n    }\n    return p.resolve(callback()).then(yes);\n  }\n  function reject(reason) {\n    function no () {\n      throw reason;\n    }\n    return p.resolve(callback()).then(no);\n  }\n};\nPromise.prototype[\"catch\"] = function (onRejected) {\n  return this.then(null, onRejected);\n};\nPromise.prototype.then = function (onFulfilled, onRejected) {\n  if (typeof onFulfilled !== 'function' && this.state === FULFILLED ||\n    typeof onRejected !== 'function' && this.state === REJECTED) {\n    return this;\n  }\n  var promise = new this.constructor(INTERNAL);\n  if (this.state !== PENDING) {\n    var resolver = this.state === FULFILLED ? onFulfilled : onRejected;\n    unwrap(promise, resolver, this.outcome);\n  } else {\n    this.queue.push(new QueueItem(promise, onFulfilled, onRejected));\n  }\n\n  return promise;\n};\nfunction QueueItem(promise, onFulfilled, onRejected) {\n  this.promise = promise;\n  if (typeof onFulfilled === 'function') {\n    this.onFulfilled = onFulfilled;\n    this.callFulfilled = this.otherCallFulfilled;\n  }\n  if (typeof onRejected === 'function') {\n    this.onRejected = onRejected;\n    this.callRejected = this.otherCallRejected;\n  }\n}\nQueueItem.prototype.callFulfilled = function (value) {\n  handlers.resolve(this.promise, value);\n};\nQueueItem.prototype.otherCallFulfilled = function (value) {\n  unwrap(this.promise, this.onFulfilled, value);\n};\nQueueItem.prototype.callRejected = function (value) {\n  handlers.reject(this.promise, value);\n};\nQueueItem.prototype.otherCallRejected = function (value) {\n  unwrap(this.promise, this.onRejected, value);\n};\n\nfunction unwrap(promise, func, value) {\n  immediate(function () {\n    var returnValue;\n    try {\n      returnValue = func(value);\n    } catch (e) {\n      return handlers.reject(promise, e);\n    }\n    if (returnValue === promise) {\n      handlers.reject(promise, new TypeError('Cannot resolve promise with itself'));\n    } else {\n      handlers.resolve(promise, returnValue);\n    }\n  });\n}\n\nhandlers.resolve = function (self, value) {\n  var result = tryCatch(getThen, value);\n  if (result.status === 'error') {\n    return handlers.reject(self, result.value);\n  }\n  var thenable = result.value;\n\n  if (thenable) {\n    safelyResolveThenable(self, thenable);\n  } else {\n    self.state = FULFILLED;\n    self.outcome = value;\n    var i = -1;\n    var len = self.queue.length;\n    while (++i < len) {\n      self.queue[i].callFulfilled(value);\n    }\n  }\n  return self;\n};\nhandlers.reject = function (self, error) {\n  self.state = REJECTED;\n  self.outcome = error;\n  var i = -1;\n  var len = self.queue.length;\n  while (++i < len) {\n    self.queue[i].callRejected(error);\n  }\n  return self;\n};\n\nfunction getThen(obj) {\n  // Make sure we only access the accessor once as required by the spec\n  var then = obj && obj.then;\n  if (obj && (typeof obj === 'object' || typeof obj === 'function') && typeof then === 'function') {\n    return function appyThen() {\n      then.apply(obj, arguments);\n    };\n  }\n}\n\nfunction safelyResolveThenable(self, thenable) {\n  // Either fulfill, reject or reject with error\n  var called = false;\n  function onError(value) {\n    if (called) {\n      return;\n    }\n    called = true;\n    handlers.reject(self, value);\n  }\n\n  function onSuccess(value) {\n    if (called) {\n      return;\n    }\n    called = true;\n    handlers.resolve(self, value);\n  }\n\n  function tryToUnwrap() {\n    thenable(onSuccess, onError);\n  }\n\n  var result = tryCatch(tryToUnwrap);\n  if (result.status === 'error') {\n    onError(result.value);\n  }\n}\n\nfunction tryCatch(func, value) {\n  var out = {};\n  try {\n    out.value = func(value);\n    out.status = 'success';\n  } catch (e) {\n    out.status = 'error';\n    out.value = e;\n  }\n  return out;\n}\n\nPromise.resolve = resolve;\nfunction resolve(value) {\n  if (value instanceof this) {\n    return value;\n  }\n  return handlers.resolve(new this(INTERNAL), value);\n}\n\nPromise.reject = reject;\nfunction reject(reason) {\n  var promise = new this(INTERNAL);\n  return handlers.reject(promise, reason);\n}\n\nPromise.all = all;\nfunction all(iterable) {\n  var self = this;\n  if (Object.prototype.toString.call(iterable) !== '[object Array]') {\n    return this.reject(new TypeError('must be an array'));\n  }\n\n  var len = iterable.length;\n  var called = false;\n  if (!len) {\n    return this.resolve([]);\n  }\n\n  var values = new Array(len);\n  var resolved = 0;\n  var i = -1;\n  var promise = new this(INTERNAL);\n\n  while (++i < len) {\n    allResolver(iterable[i], i);\n  }\n  return promise;\n  function allResolver(value, i) {\n    self.resolve(value).then(resolveFromAll, function (error) {\n      if (!called) {\n        called = true;\n        handlers.reject(promise, error);\n      }\n    });\n    function resolveFromAll(outValue) {\n      values[i] = outValue;\n      if (++resolved === len && !called) {\n        called = true;\n        handlers.resolve(promise, values);\n      }\n    }\n  }\n}\n\nPromise.race = race;\nfunction race(iterable) {\n  var self = this;\n  if (Object.prototype.toString.call(iterable) !== '[object Array]') {\n    return this.reject(new TypeError('must be an array'));\n  }\n\n  var len = iterable.length;\n  var called = false;\n  if (!len) {\n    return this.resolve([]);\n  }\n\n  var i = -1;\n  var promise = new this(INTERNAL);\n\n  while (++i < len) {\n    resolver(iterable[i]);\n  }\n  return promise;\n  function resolver(value) {\n    self.resolve(value).then(function (response) {\n      if (!called) {\n        called = true;\n        handlers.resolve(promise, response);\n      }\n    }, function (error) {\n      if (!called) {\n        called = true;\n        handlers.reject(promise, error);\n      }\n    });\n  }\n}\n\n},{\"immediate\":36}],38:[function(require,module,exports){\n// Top level file is just a mixin of submodules & constants\n'use strict';\n\nvar assign    = require('./lib/utils/common').assign;\n\nvar deflate   = require('./lib/deflate');\nvar inflate   = require('./lib/inflate');\nvar constants = require('./lib/zlib/constants');\n\nvar pako = {};\n\nassign(pako, deflate, inflate, constants);\n\nmodule.exports = pako;\n\n},{\"./lib/deflate\":39,\"./lib/inflate\":40,\"./lib/utils/common\":41,\"./lib/zlib/constants\":44}],39:[function(require,module,exports){\n'use strict';\n\n\nvar zlib_deflate = require('./zlib/deflate');\nvar utils        = require('./utils/common');\nvar strings      = require('./utils/strings');\nvar msg          = require('./zlib/messages');\nvar ZStream      = require('./zlib/zstream');\n\nvar toString = Object.prototype.toString;\n\n/* Public constants ==========================================================*/\n/* ===========================================================================*/\n\nvar Z_NO_FLUSH      = 0;\nvar Z_FINISH        = 4;\n\nvar Z_OK            = 0;\nvar Z_STREAM_END    = 1;\nvar Z_SYNC_FLUSH    = 2;\n\nvar Z_DEFAULT_COMPRESSION = -1;\n\nvar Z_DEFAULT_STRATEGY    = 0;\n\nvar Z_DEFLATED  = 8;\n\n/* ===========================================================================*/\n\n\n/**\n * class Deflate\n *\n * Generic JS-style wrapper for zlib calls. If you don't need\n * streaming behaviour - use more simple functions: [[deflate]],\n * [[deflateRaw]] and [[gzip]].\n **/\n\n/* internal\n * Deflate.chunks -> Array\n *\n * Chunks of output data, if [[Deflate#onData]] not overriden.\n **/\n\n/**\n * Deflate.result -> Uint8Array|Array\n *\n * Compressed result, generated by default [[Deflate#onData]]\n * and [[Deflate#onEnd]] handlers. Filled after you push last chunk\n * (call [[Deflate#push]] with `Z_FINISH` / `true` param)  or if you\n * push a chunk with explicit flush (call [[Deflate#push]] with\n * `Z_SYNC_FLUSH` param).\n **/\n\n/**\n * Deflate.err -> Number\n *\n * Error code after deflate finished. 0 (Z_OK) on success.\n * You will not need it in real life, because deflate errors\n * are possible only on wrong options or bad `onData` / `onEnd`\n * custom handlers.\n **/\n\n/**\n * Deflate.msg -> String\n *\n * Error message, if [[Deflate.err]] != 0\n **/\n\n\n/**\n * new Deflate(options)\n * - options (Object): zlib deflate options.\n *\n * Creates new deflator instance with specified params. Throws exception\n * on bad params. Supported options:\n *\n * - `level`\n * - `windowBits`\n * - `memLevel`\n * - `strategy`\n * - `dictionary`\n *\n * [http://zlib.net/manual.html#Advanced](http://zlib.net/manual.html#Advanced)\n * for more information on these.\n *\n * Additional options, for internal needs:\n *\n * - `chunkSize` - size of generated data chunks (16K by default)\n * - `raw` (Boolean) - do raw deflate\n * - `gzip` (Boolean) - create gzip wrapper\n * - `to` (String) - if equal to 'string', then result will be \"binary string\"\n *    (each char code [0..255])\n * - `header` (Object) - custom header for gzip\n *   - `text` (Boolean) - true if compressed data believed to be text\n *   - `time` (Number) - modification time, unix timestamp\n *   - `os` (Number) - operation system code\n *   - `extra` (Array) - array of bytes with extra data (max 65536)\n *   - `name` (String) - file name (binary string)\n *   - `comment` (String) - comment (binary string)\n *   - `hcrc` (Boolean) - true if header crc should be added\n *\n * ##### Example:\n *\n * ```javascript\n * var pako = require('pako')\n *   , chunk1 = Uint8Array([1,2,3,4,5,6,7,8,9])\n *   , chunk2 = Uint8Array([10,11,12,13,14,15,16,17,18,19]);\n *\n * var deflate = new pako.Deflate({ level: 3});\n *\n * deflate.push(chunk1, false);\n * deflate.push(chunk2, true);  // true -> last chunk\n *\n * if (deflate.err) { throw new Error(deflate.err); }\n *\n * console.log(deflate.result);\n * ```\n **/\nfunction Deflate(options) {\n  if (!(this instanceof Deflate)) return new Deflate(options);\n\n  this.options = utils.assign({\n    level: Z_DEFAULT_COMPRESSION,\n    method: Z_DEFLATED,\n    chunkSize: 16384,\n    windowBits: 15,\n    memLevel: 8,\n    strategy: Z_DEFAULT_STRATEGY,\n    to: ''\n  }, options || {});\n\n  var opt = this.options;\n\n  if (opt.raw && (opt.windowBits > 0)) {\n    opt.windowBits = -opt.windowBits;\n  }\n\n  else if (opt.gzip && (opt.windowBits > 0) && (opt.windowBits < 16)) {\n    opt.windowBits += 16;\n  }\n\n  this.err    = 0;      // error code, if happens (0 = Z_OK)\n  this.msg    = '';     // error message\n  this.ended  = false;  // used to avoid multiple onEnd() calls\n  this.chunks = [];     // chunks of compressed data\n\n  this.strm = new ZStream();\n  this.strm.avail_out = 0;\n\n  var status = zlib_deflate.deflateInit2(\n    this.strm,\n    opt.level,\n    opt.method,\n    opt.windowBits,\n    opt.memLevel,\n    opt.strategy\n  );\n\n  if (status !== Z_OK) {\n    throw new Error(msg[status]);\n  }\n\n  if (opt.header) {\n    zlib_deflate.deflateSetHeader(this.strm, opt.header);\n  }\n\n  if (opt.dictionary) {\n    var dict;\n    // Convert data if needed\n    if (typeof opt.dictionary === 'string') {\n      // If we need to compress text, change encoding to utf8.\n      dict = strings.string2buf(opt.dictionary);\n    } else if (toString.call(opt.dictionary) === '[object ArrayBuffer]') {\n      dict = new Uint8Array(opt.dictionary);\n    } else {\n      dict = opt.dictionary;\n    }\n\n    status = zlib_deflate.deflateSetDictionary(this.strm, dict);\n\n    if (status !== Z_OK) {\n      throw new Error(msg[status]);\n    }\n\n    this._dict_set = true;\n  }\n}\n\n/**\n * Deflate#push(data[, mode]) -> Boolean\n * - data (Uint8Array|Array|ArrayBuffer|String): input data. Strings will be\n *   converted to utf8 byte sequence.\n * - mode (Number|Boolean): 0..6 for corresponding Z_NO_FLUSH..Z_TREE modes.\n *   See constants. Skipped or `false` means Z_NO_FLUSH, `true` meansh Z_FINISH.\n *\n * Sends input data to deflate pipe, generating [[Deflate#onData]] calls with\n * new compressed chunks. Returns `true` on success. The last data block must have\n * mode Z_FINISH (or `true`). That will flush internal pending buffers and call\n * [[Deflate#onEnd]]. For interim explicit flushes (without ending the stream) you\n * can use mode Z_SYNC_FLUSH, keeping the compression context.\n *\n * On fail call [[Deflate#onEnd]] with error code and return false.\n *\n * We strongly recommend to use `Uint8Array` on input for best speed (output\n * array format is detected automatically). Also, don't skip last param and always\n * use the same type in your code (boolean or number). That will improve JS speed.\n *\n * For regular `Array`-s make sure all elements are [0..255].\n *\n * ##### Example\n *\n * ```javascript\n * push(chunk, false); // push one of data chunks\n * ...\n * push(chunk, true);  // push last chunk\n * ```\n **/\nDeflate.prototype.push = function (data, mode) {\n  var strm = this.strm;\n  var chunkSize = this.options.chunkSize;\n  var status, _mode;\n\n  if (this.ended) { return false; }\n\n  _mode = (mode === ~~mode) ? mode : ((mode === true) ? Z_FINISH : Z_NO_FLUSH);\n\n  // Convert data if needed\n  if (typeof data === 'string') {\n    // If we need to compress text, change encoding to utf8.\n    strm.input = strings.string2buf(data);\n  } else if (toString.call(data) === '[object ArrayBuffer]') {\n    strm.input = new Uint8Array(data);\n  } else {\n    strm.input = data;\n  }\n\n  strm.next_in = 0;\n  strm.avail_in = strm.input.length;\n\n  do {\n    if (strm.avail_out === 0) {\n      strm.output = new utils.Buf8(chunkSize);\n      strm.next_out = 0;\n      strm.avail_out = chunkSize;\n    }\n    status = zlib_deflate.deflate(strm, _mode);    /* no bad return value */\n\n    if (status !== Z_STREAM_END && status !== Z_OK) {\n      this.onEnd(status);\n      this.ended = true;\n      return false;\n    }\n    if (strm.avail_out === 0 || (strm.avail_in === 0 && (_mode === Z_FINISH || _mode === Z_SYNC_FLUSH))) {\n      if (this.options.to === 'string') {\n        this.onData(strings.buf2binstring(utils.shrinkBuf(strm.output, strm.next_out)));\n      } else {\n        this.onData(utils.shrinkBuf(strm.output, strm.next_out));\n      }\n    }\n  } while ((strm.avail_in > 0 || strm.avail_out === 0) && status !== Z_STREAM_END);\n\n  // Finalize on the last chunk.\n  if (_mode === Z_FINISH) {\n    status = zlib_deflate.deflateEnd(this.strm);\n    this.onEnd(status);\n    this.ended = true;\n    return status === Z_OK;\n  }\n\n  // callback interim results if Z_SYNC_FLUSH.\n  if (_mode === Z_SYNC_FLUSH) {\n    this.onEnd(Z_OK);\n    strm.avail_out = 0;\n    return true;\n  }\n\n  return true;\n};\n\n\n/**\n * Deflate#onData(chunk) -> Void\n * - chunk (Uint8Array|Array|String): ouput data. Type of array depends\n *   on js engine support. When string output requested, each chunk\n *   will be string.\n *\n * By default, stores data blocks in `chunks[]` property and glue\n * those in `onEnd`. Override this handler, if you need another behaviour.\n **/\nDeflate.prototype.onData = function (chunk) {\n  this.chunks.push(chunk);\n};\n\n\n/**\n * Deflate#onEnd(status) -> Void\n * - status (Number): deflate status. 0 (Z_OK) on success,\n *   other if not.\n *\n * Called once after you tell deflate that the input stream is\n * complete (Z_FINISH) or should be flushed (Z_SYNC_FLUSH)\n * or if an error happened. By default - join collected chunks,\n * free memory and fill `results` / `err` properties.\n **/\nDeflate.prototype.onEnd = function (status) {\n  // On success - join\n  if (status === Z_OK) {\n    if (this.options.to === 'string') {\n      this.result = this.chunks.join('');\n    } else {\n      this.result = utils.flattenChunks(this.chunks);\n    }\n  }\n  this.chunks = [];\n  this.err = status;\n  this.msg = this.strm.msg;\n};\n\n\n/**\n * deflate(data[, options]) -> Uint8Array|Array|String\n * - data (Uint8Array|Array|String): input data to compress.\n * - options (Object): zlib deflate options.\n *\n * Compress `data` with deflate algorithm and `options`.\n *\n * Supported options are:\n *\n * - level\n * - windowBits\n * - memLevel\n * - strategy\n * - dictionary\n *\n * [http://zlib.net/manual.html#Advanced](http://zlib.net/manual.html#Advanced)\n * for more information on these.\n *\n * Sugar (options):\n *\n * - `raw` (Boolean) - say that we work with raw stream, if you don't wish to specify\n *   negative windowBits implicitly.\n * - `to` (String) - if equal to 'string', then result will be \"binary string\"\n *    (each char code [0..255])\n *\n * ##### Example:\n *\n * ```javascript\n * var pako = require('pako')\n *   , data = Uint8Array([1,2,3,4,5,6,7,8,9]);\n *\n * console.log(pako.deflate(data));\n * ```\n **/\nfunction deflate(input, options) {\n  var deflator = new Deflate(options);\n\n  deflator.push(input, true);\n\n  // That will never happens, if you don't cheat with options :)\n  if (deflator.err) { throw deflator.msg || msg[deflator.err]; }\n\n  return deflator.result;\n}\n\n\n/**\n * deflateRaw(data[, options]) -> Uint8Array|Array|String\n * - data (Uint8Array|Array|String): input data to compress.\n * - options (Object): zlib deflate options.\n *\n * The same as [[deflate]], but creates raw data, without wrapper\n * (header and adler32 crc).\n **/\nfunction deflateRaw(input, options) {\n  options = options || {};\n  options.raw = true;\n  return deflate(input, options);\n}\n\n\n/**\n * gzip(data[, options]) -> Uint8Array|Array|String\n * - data (Uint8Array|Array|String): input data to compress.\n * - options (Object): zlib deflate options.\n *\n * The same as [[deflate]], but create gzip wrapper instead of\n * deflate one.\n **/\nfunction gzip(input, options) {\n  options = options || {};\n  options.gzip = true;\n  return deflate(input, options);\n}\n\n\nexports.Deflate = Deflate;\nexports.deflate = deflate;\nexports.deflateRaw = deflateRaw;\nexports.gzip = gzip;\n\n},{\"./utils/common\":41,\"./utils/strings\":42,\"./zlib/deflate\":46,\"./zlib/messages\":51,\"./zlib/zstream\":53}],40:[function(require,module,exports){\n'use strict';\n\n\nvar zlib_inflate = require('./zlib/inflate');\nvar utils        = require('./utils/common');\nvar strings      = require('./utils/strings');\nvar c            = require('./zlib/constants');\nvar msg          = require('./zlib/messages');\nvar ZStream      = require('./zlib/zstream');\nvar GZheader     = require('./zlib/gzheader');\n\nvar toString = Object.prototype.toString;\n\n/**\n * class Inflate\n *\n * Generic JS-style wrapper for zlib calls. If you don't need\n * streaming behaviour - use more simple functions: [[inflate]]\n * and [[inflateRaw]].\n **/\n\n/* internal\n * inflate.chunks -> Array\n *\n * Chunks of output data, if [[Inflate#onData]] not overriden.\n **/\n\n/**\n * Inflate.result -> Uint8Array|Array|String\n *\n * Uncompressed result, generated by default [[Inflate#onData]]\n * and [[Inflate#onEnd]] handlers. Filled after you push last chunk\n * (call [[Inflate#push]] with `Z_FINISH` / `true` param) or if you\n * push a chunk with explicit flush (call [[Inflate#push]] with\n * `Z_SYNC_FLUSH` param).\n **/\n\n/**\n * Inflate.err -> Number\n *\n * Error code after inflate finished. 0 (Z_OK) on success.\n * Should be checked if broken data possible.\n **/\n\n/**\n * Inflate.msg -> String\n *\n * Error message, if [[Inflate.err]] != 0\n **/\n\n\n/**\n * new Inflate(options)\n * - options (Object): zlib inflate options.\n *\n * Creates new inflator instance with specified params. Throws exception\n * on bad params. Supported options:\n *\n * - `windowBits`\n * - `dictionary`\n *\n * [http://zlib.net/manual.html#Advanced](http://zlib.net/manual.html#Advanced)\n * for more information on these.\n *\n * Additional options, for internal needs:\n *\n * - `chunkSize` - size of generated data chunks (16K by default)\n * - `raw` (Boolean) - do raw inflate\n * - `to` (String) - if equal to 'string', then result will be converted\n *   from utf8 to utf16 (javascript) string. When string output requested,\n *   chunk length can differ from `chunkSize`, depending on content.\n *\n * By default, when no options set, autodetect deflate/gzip data format via\n * wrapper header.\n *\n * ##### Example:\n *\n * ```javascript\n * var pako = require('pako')\n *   , chunk1 = Uint8Array([1,2,3,4,5,6,7,8,9])\n *   , chunk2 = Uint8Array([10,11,12,13,14,15,16,17,18,19]);\n *\n * var inflate = new pako.Inflate({ level: 3});\n *\n * inflate.push(chunk1, false);\n * inflate.push(chunk2, true);  // true -> last chunk\n *\n * if (inflate.err) { throw new Error(inflate.err); }\n *\n * console.log(inflate.result);\n * ```\n **/\nfunction Inflate(options) {\n  if (!(this instanceof Inflate)) return new Inflate(options);\n\n  this.options = utils.assign({\n    chunkSize: 16384,\n    windowBits: 0,\n    to: ''\n  }, options || {});\n\n  var opt = this.options;\n\n  // Force window size for `raw` data, if not set directly,\n  // because we have no header for autodetect.\n  if (opt.raw && (opt.windowBits >= 0) && (opt.windowBits < 16)) {\n    opt.windowBits = -opt.windowBits;\n    if (opt.windowBits === 0) { opt.windowBits = -15; }\n  }\n\n  // If `windowBits` not defined (and mode not raw) - set autodetect flag for gzip/deflate\n  if ((opt.windowBits >= 0) && (opt.windowBits < 16) &&\n      !(options && options.windowBits)) {\n    opt.windowBits += 32;\n  }\n\n  // Gzip header has no info about windows size, we can do autodetect only\n  // for deflate. So, if window size not set, force it to max when gzip possible\n  if ((opt.windowBits > 15) && (opt.windowBits < 48)) {\n    // bit 3 (16) -> gzipped data\n    // bit 4 (32) -> autodetect gzip/deflate\n    if ((opt.windowBits & 15) === 0) {\n      opt.windowBits |= 15;\n    }\n  }\n\n  this.err    = 0;      // error code, if happens (0 = Z_OK)\n  this.msg    = '';     // error message\n  this.ended  = false;  // used to avoid multiple onEnd() calls\n  this.chunks = [];     // chunks of compressed data\n\n  this.strm   = new ZStream();\n  this.strm.avail_out = 0;\n\n  var status  = zlib_inflate.inflateInit2(\n    this.strm,\n    opt.windowBits\n  );\n\n  if (status !== c.Z_OK) {\n    throw new Error(msg[status]);\n  }\n\n  this.header = new GZheader();\n\n  zlib_inflate.inflateGetHeader(this.strm, this.header);\n}\n\n/**\n * Inflate#push(data[, mode]) -> Boolean\n * - data (Uint8Array|Array|ArrayBuffer|String): input data\n * - mode (Number|Boolean): 0..6 for corresponding Z_NO_FLUSH..Z_TREE modes.\n *   See constants. Skipped or `false` means Z_NO_FLUSH, `true` meansh Z_FINISH.\n *\n * Sends input data to inflate pipe, generating [[Inflate#onData]] calls with\n * new output chunks. Returns `true` on success. The last data block must have\n * mode Z_FINISH (or `true`). That will flush internal pending buffers and call\n * [[Inflate#onEnd]]. For interim explicit flushes (without ending the stream) you\n * can use mode Z_SYNC_FLUSH, keeping the decompression context.\n *\n * On fail call [[Inflate#onEnd]] with error code and return false.\n *\n * We strongly recommend to use `Uint8Array` on input for best speed (output\n * format is detected automatically). Also, don't skip last param and always\n * use the same type in your code (boolean or number). That will improve JS speed.\n *\n * For regular `Array`-s make sure all elements are [0..255].\n *\n * ##### Example\n *\n * ```javascript\n * push(chunk, false); // push one of data chunks\n * ...\n * push(chunk, true);  // push last chunk\n * ```\n **/\nInflate.prototype.push = function (data, mode) {\n  var strm = this.strm;\n  var chunkSize = this.options.chunkSize;\n  var dictionary = this.options.dictionary;\n  var status, _mode;\n  var next_out_utf8, tail, utf8str;\n  var dict;\n\n  // Flag to properly process Z_BUF_ERROR on testing inflate call\n  // when we check that all output data was flushed.\n  var allowBufError = false;\n\n  if (this.ended) { return false; }\n  _mode = (mode === ~~mode) ? mode : ((mode === true) ? c.Z_FINISH : c.Z_NO_FLUSH);\n\n  // Convert data if needed\n  if (typeof data === 'string') {\n    // Only binary strings can be decompressed on practice\n    strm.input = strings.binstring2buf(data);\n  } else if (toString.call(data) === '[object ArrayBuffer]') {\n    strm.input = new Uint8Array(data);\n  } else {\n    strm.input = data;\n  }\n\n  strm.next_in = 0;\n  strm.avail_in = strm.input.length;\n\n  do {\n    if (strm.avail_out === 0) {\n      strm.output = new utils.Buf8(chunkSize);\n      strm.next_out = 0;\n      strm.avail_out = chunkSize;\n    }\n\n    status = zlib_inflate.inflate(strm, c.Z_NO_FLUSH);    /* no bad return value */\n\n    if (status === c.Z_NEED_DICT && dictionary) {\n      // Convert data if needed\n      if (typeof dictionary === 'string') {\n        dict = strings.string2buf(dictionary);\n      } else if (toString.call(dictionary) === '[object ArrayBuffer]') {\n        dict = new Uint8Array(dictionary);\n      } else {\n        dict = dictionary;\n      }\n\n      status = zlib_inflate.inflateSetDictionary(this.strm, dict);\n\n    }\n\n    if (status === c.Z_BUF_ERROR && allowBufError === true) {\n      status = c.Z_OK;\n      allowBufError = false;\n    }\n\n    if (status !== c.Z_STREAM_END && status !== c.Z_OK) {\n      this.onEnd(status);\n      this.ended = true;\n      return false;\n    }\n\n    if (strm.next_out) {\n      if (strm.avail_out === 0 || status === c.Z_STREAM_END || (strm.avail_in === 0 && (_mode === c.Z_FINISH || _mode === c.Z_SYNC_FLUSH))) {\n\n        if (this.options.to === 'string') {\n\n          next_out_utf8 = strings.utf8border(strm.output, strm.next_out);\n\n          tail = strm.next_out - next_out_utf8;\n          utf8str = strings.buf2string(strm.output, next_out_utf8);\n\n          // move tail\n          strm.next_out = tail;\n          strm.avail_out = chunkSize - tail;\n          if (tail) { utils.arraySet(strm.output, strm.output, next_out_utf8, tail, 0); }\n\n          this.onData(utf8str);\n\n        } else {\n          this.onData(utils.shrinkBuf(strm.output, strm.next_out));\n        }\n      }\n    }\n\n    // When no more input data, we should check that internal inflate buffers\n    // are flushed. The only way to do it when avail_out = 0 - run one more\n    // inflate pass. But if output data not exists, inflate return Z_BUF_ERROR.\n    // Here we set flag to process this error properly.\n    //\n    // NOTE. Deflate does not return error in this case and does not needs such\n    // logic.\n    if (strm.avail_in === 0 && strm.avail_out === 0) {\n      allowBufError = true;\n    }\n\n  } while ((strm.avail_in > 0 || strm.avail_out === 0) && status !== c.Z_STREAM_END);\n\n  if (status === c.Z_STREAM_END) {\n    _mode = c.Z_FINISH;\n  }\n\n  // Finalize on the last chunk.\n  if (_mode === c.Z_FINISH) {\n    status = zlib_inflate.inflateEnd(this.strm);\n    this.onEnd(status);\n    this.ended = true;\n    return status === c.Z_OK;\n  }\n\n  // callback interim results if Z_SYNC_FLUSH.\n  if (_mode === c.Z_SYNC_FLUSH) {\n    this.onEnd(c.Z_OK);\n    strm.avail_out = 0;\n    return true;\n  }\n\n  return true;\n};\n\n\n/**\n * Inflate#onData(chunk) -> Void\n * - chunk (Uint8Array|Array|String): ouput data. Type of array depends\n *   on js engine support. When string output requested, each chunk\n *   will be string.\n *\n * By default, stores data blocks in `chunks[]` property and glue\n * those in `onEnd`. Override this handler, if you need another behaviour.\n **/\nInflate.prototype.onData = function (chunk) {\n  this.chunks.push(chunk);\n};\n\n\n/**\n * Inflate#onEnd(status) -> Void\n * - status (Number): inflate status. 0 (Z_OK) on success,\n *   other if not.\n *\n * Called either after you tell inflate that the input stream is\n * complete (Z_FINISH) or should be flushed (Z_SYNC_FLUSH)\n * or if an error happened. By default - join collected chunks,\n * free memory and fill `results` / `err` properties.\n **/\nInflate.prototype.onEnd = function (status) {\n  // On success - join\n  if (status === c.Z_OK) {\n    if (this.options.to === 'string') {\n      // Glue & convert here, until we teach pako to send\n      // utf8 alligned strings to onData\n      this.result = this.chunks.join('');\n    } else {\n      this.result = utils.flattenChunks(this.chunks);\n    }\n  }\n  this.chunks = [];\n  this.err = status;\n  this.msg = this.strm.msg;\n};\n\n\n/**\n * inflate(data[, options]) -> Uint8Array|Array|String\n * - data (Uint8Array|Array|String): input data to decompress.\n * - options (Object): zlib inflate options.\n *\n * Decompress `data` with inflate/ungzip and `options`. Autodetect\n * format via wrapper header by default. That's why we don't provide\n * separate `ungzip` method.\n *\n * Supported options are:\n *\n * - windowBits\n *\n * [http://zlib.net/manual.html#Advanced](http://zlib.net/manual.html#Advanced)\n * for more information.\n *\n * Sugar (options):\n *\n * - `raw` (Boolean) - say that we work with raw stream, if you don't wish to specify\n *   negative windowBits implicitly.\n * - `to` (String) - if equal to 'string', then result will be converted\n *   from utf8 to utf16 (javascript) string. When string output requested,\n *   chunk length can differ from `chunkSize`, depending on content.\n *\n *\n * ##### Example:\n *\n * ```javascript\n * var pako = require('pako')\n *   , input = pako.deflate([1,2,3,4,5,6,7,8,9])\n *   , output;\n *\n * try {\n *   output = pako.inflate(input);\n * } catch (err)\n *   console.log(err);\n * }\n * ```\n **/\nfunction inflate(input, options) {\n  var inflator = new Inflate(options);\n\n  inflator.push(input, true);\n\n  // That will never happens, if you don't cheat with options :)\n  if (inflator.err) { throw inflator.msg || msg[inflator.err]; }\n\n  return inflator.result;\n}\n\n\n/**\n * inflateRaw(data[, options]) -> Uint8Array|Array|String\n * - data (Uint8Array|Array|String): input data to decompress.\n * - options (Object): zlib inflate options.\n *\n * The same as [[inflate]], but creates raw data, without wrapper\n * (header and adler32 crc).\n **/\nfunction inflateRaw(input, options) {\n  options = options || {};\n  options.raw = true;\n  return inflate(input, options);\n}\n\n\n/**\n * ungzip(data[, options]) -> Uint8Array|Array|String\n * - data (Uint8Array|Array|String): input data to decompress.\n * - options (Object): zlib inflate options.\n *\n * Just shortcut to [[inflate]], because it autodetects format\n * by header.content. Done for convenience.\n **/\n\n\nexports.Inflate = Inflate;\nexports.inflate = inflate;\nexports.inflateRaw = inflateRaw;\nexports.ungzip  = inflate;\n\n},{\"./utils/common\":41,\"./utils/strings\":42,\"./zlib/constants\":44,\"./zlib/gzheader\":47,\"./zlib/inflate\":49,\"./zlib/messages\":51,\"./zlib/zstream\":53}],41:[function(require,module,exports){\n'use strict';\n\n\nvar TYPED_OK =  (typeof Uint8Array !== 'undefined') &&\n                (typeof Uint16Array !== 'undefined') &&\n                (typeof Int32Array !== 'undefined');\n\n\nexports.assign = function (obj /*from1, from2, from3, ...*/) {\n  var sources = Array.prototype.slice.call(arguments, 1);\n  while (sources.length) {\n    var source = sources.shift();\n    if (!source) { continue; }\n\n    if (typeof source !== 'object') {\n      throw new TypeError(source + 'must be non-object');\n    }\n\n    for (var p in source) {\n      if (source.hasOwnProperty(p)) {\n        obj[p] = source[p];\n      }\n    }\n  }\n\n  return obj;\n};\n\n\n// reduce buffer size, avoiding mem copy\nexports.shrinkBuf = function (buf, size) {\n  if (buf.length === size) { return buf; }\n  if (buf.subarray) { return buf.subarray(0, size); }\n  buf.length = size;\n  return buf;\n};\n\n\nvar fnTyped = {\n  arraySet: function (dest, src, src_offs, len, dest_offs) {\n    if (src.subarray && dest.subarray) {\n      dest.set(src.subarray(src_offs, src_offs + len), dest_offs);\n      return;\n    }\n    // Fallback to ordinary array\n    for (var i = 0; i < len; i++) {\n      dest[dest_offs + i] = src[src_offs + i];\n    }\n  },\n  // Join array of chunks to single array.\n  flattenChunks: function (chunks) {\n    var i, l, len, pos, chunk, result;\n\n    // calculate data length\n    len = 0;\n    for (i = 0, l = chunks.length; i < l; i++) {\n      len += chunks[i].length;\n    }\n\n    // join chunks\n    result = new Uint8Array(len);\n    pos = 0;\n    for (i = 0, l = chunks.length; i < l; i++) {\n      chunk = chunks[i];\n      result.set(chunk, pos);\n      pos += chunk.length;\n    }\n\n    return result;\n  }\n};\n\nvar fnUntyped = {\n  arraySet: function (dest, src, src_offs, len, dest_offs) {\n    for (var i = 0; i < len; i++) {\n      dest[dest_offs + i] = src[src_offs + i];\n    }\n  },\n  // Join array of chunks to single array.\n  flattenChunks: function (chunks) {\n    return [].concat.apply([], chunks);\n  }\n};\n\n\n// Enable/Disable typed arrays use, for testing\n//\nexports.setTyped = function (on) {\n  if (on) {\n    exports.Buf8  = Uint8Array;\n    exports.Buf16 = Uint16Array;\n    exports.Buf32 = Int32Array;\n    exports.assign(exports, fnTyped);\n  } else {\n    exports.Buf8  = Array;\n    exports.Buf16 = Array;\n    exports.Buf32 = Array;\n    exports.assign(exports, fnUntyped);\n  }\n};\n\nexports.setTyped(TYPED_OK);\n\n},{}],42:[function(require,module,exports){\n// String encode/decode helpers\n'use strict';\n\n\nvar utils = require('./common');\n\n\n// Quick check if we can use fast array to bin string conversion\n//\n// - apply(Array) can fail on Android 2.2\n// - apply(Uint8Array) can fail on iOS 5.1 Safary\n//\nvar STR_APPLY_OK = true;\nvar STR_APPLY_UIA_OK = true;\n\ntry { String.fromCharCode.apply(null, [ 0 ]); } catch (__) { STR_APPLY_OK = false; }\ntry { String.fromCharCode.apply(null, new Uint8Array(1)); } catch (__) { STR_APPLY_UIA_OK = false; }\n\n\n// Table with utf8 lengths (calculated by first byte of sequence)\n// Note, that 5 & 6-byte values and some 4-byte values can not be represented in JS,\n// because max possible codepoint is 0x10ffff\nvar _utf8len = new utils.Buf8(256);\nfor (var q = 0; q < 256; q++) {\n  _utf8len[q] = (q >= 252 ? 6 : q >= 248 ? 5 : q >= 240 ? 4 : q >= 224 ? 3 : q >= 192 ? 2 : 1);\n}\n_utf8len[254] = _utf8len[254] = 1; // Invalid sequence start\n\n\n// convert string to array (typed, when possible)\nexports.string2buf = function (str) {\n  var buf, c, c2, m_pos, i, str_len = str.length, buf_len = 0;\n\n  // count binary size\n  for (m_pos = 0; m_pos < str_len; m_pos++) {\n    c = str.charCodeAt(m_pos);\n    if ((c & 0xfc00) === 0xd800 && (m_pos + 1 < str_len)) {\n      c2 = str.charCodeAt(m_pos + 1);\n      if ((c2 & 0xfc00) === 0xdc00) {\n        c = 0x10000 + ((c - 0xd800) << 10) + (c2 - 0xdc00);\n        m_pos++;\n      }\n    }\n    buf_len += c < 0x80 ? 1 : c < 0x800 ? 2 : c < 0x10000 ? 3 : 4;\n  }\n\n  // allocate buffer\n  buf = new utils.Buf8(buf_len);\n\n  // convert\n  for (i = 0, m_pos = 0; i < buf_len; m_pos++) {\n    c = str.charCodeAt(m_pos);\n    if ((c & 0xfc00) === 0xd800 && (m_pos + 1 < str_len)) {\n      c2 = str.charCodeAt(m_pos + 1);\n      if ((c2 & 0xfc00) === 0xdc00) {\n        c = 0x10000 + ((c - 0xd800) << 10) + (c2 - 0xdc00);\n        m_pos++;\n      }\n    }\n    if (c < 0x80) {\n      /* one byte */\n      buf[i++] = c;\n    } else if (c < 0x800) {\n      /* two bytes */\n      buf[i++] = 0xC0 | (c >>> 6);\n      buf[i++] = 0x80 | (c & 0x3f);\n    } else if (c < 0x10000) {\n      /* three bytes */\n      buf[i++] = 0xE0 | (c >>> 12);\n      buf[i++] = 0x80 | (c >>> 6 & 0x3f);\n      buf[i++] = 0x80 | (c & 0x3f);\n    } else {\n      /* four bytes */\n      buf[i++] = 0xf0 | (c >>> 18);\n      buf[i++] = 0x80 | (c >>> 12 & 0x3f);\n      buf[i++] = 0x80 | (c >>> 6 & 0x3f);\n      buf[i++] = 0x80 | (c & 0x3f);\n    }\n  }\n\n  return buf;\n};\n\n// Helper (used in 2 places)\nfunction buf2binstring(buf, len) {\n  // use fallback for big arrays to avoid stack overflow\n  if (len < 65537) {\n    if ((buf.subarray && STR_APPLY_UIA_OK) || (!buf.subarray && STR_APPLY_OK)) {\n      return String.fromCharCode.apply(null, utils.shrinkBuf(buf, len));\n    }\n  }\n\n  var result = '';\n  for (var i = 0; i < len; i++) {\n    result += String.fromCharCode(buf[i]);\n  }\n  return result;\n}\n\n\n// Convert byte array to binary string\nexports.buf2binstring = function (buf) {\n  return buf2binstring(buf, buf.length);\n};\n\n\n// Convert binary string (typed, when possible)\nexports.binstring2buf = function (str) {\n  var buf = new utils.Buf8(str.length);\n  for (var i = 0, len = buf.length; i < len; i++) {\n    buf[i] = str.charCodeAt(i);\n  }\n  return buf;\n};\n\n\n// convert array to string\nexports.buf2string = function (buf, max) {\n  var i, out, c, c_len;\n  var len = max || buf.length;\n\n  // Reserve max possible length (2 words per char)\n  // NB: by unknown reasons, Array is significantly faster for\n  //     String.fromCharCode.apply than Uint16Array.\n  var utf16buf = new Array(len * 2);\n\n  for (out = 0, i = 0; i < len;) {\n    c = buf[i++];\n    // quick process ascii\n    if (c < 0x80) { utf16buf[out++] = c; continue; }\n\n    c_len = _utf8len[c];\n    // skip 5 & 6 byte codes\n    if (c_len > 4) { utf16buf[out++] = 0xfffd; i += c_len - 1; continue; }\n\n    // apply mask on first byte\n    c &= c_len === 2 ? 0x1f : c_len === 3 ? 0x0f : 0x07;\n    // join the rest\n    while (c_len > 1 && i < len) {\n      c = (c << 6) | (buf[i++] & 0x3f);\n      c_len--;\n    }\n\n    // terminated by end of string?\n    if (c_len > 1) { utf16buf[out++] = 0xfffd; continue; }\n\n    if (c < 0x10000) {\n      utf16buf[out++] = c;\n    } else {\n      c -= 0x10000;\n      utf16buf[out++] = 0xd800 | ((c >> 10) & 0x3ff);\n      utf16buf[out++] = 0xdc00 | (c & 0x3ff);\n    }\n  }\n\n  return buf2binstring(utf16buf, out);\n};\n\n\n// Calculate max possible position in utf8 buffer,\n// that will not break sequence. If that's not possible\n// - (very small limits) return max size as is.\n//\n// buf[] - utf8 bytes array\n// max   - length limit (mandatory);\nexports.utf8border = function (buf, max) {\n  var pos;\n\n  max = max || buf.length;\n  if (max > buf.length) { max = buf.length; }\n\n  // go back from last position, until start of sequence found\n  pos = max - 1;\n  while (pos >= 0 && (buf[pos] & 0xC0) === 0x80) { pos--; }\n\n  // Fuckup - very small and broken sequence,\n  // return max, because we should return something anyway.\n  if (pos < 0) { return max; }\n\n  // If we came to start of buffer - that means vuffer is too small,\n  // return max too.\n  if (pos === 0) { return max; }\n\n  return (pos + _utf8len[buf[pos]] > max) ? pos : max;\n};\n\n},{\"./common\":41}],43:[function(require,module,exports){\n'use strict';\n\n// Note: adler32 takes 12% for level 0 and 2% for level 6.\n// It doesn't worth to make additional optimizationa as in original.\n// Small size is preferable.\n\n// (C) 1995-2013 Jean-loup Gailly and Mark Adler\n// (C) 2014-2017 Vitaly Puzrin and Andrey Tupitsin\n//\n// This software is provided 'as-is', without any express or implied\n// warranty. In no event will the authors be held liable for any damages\n// arising from the use of this software.\n//\n// Permission is granted to anyone to use this software for any purpose,\n// including commercial applications, and to alter it and redistribute it\n// freely, subject to the following restrictions:\n//\n// 1. The origin of this software must not be misrepresented; you must not\n//   claim that you wrote the original software. If you use this software\n//   in a product, an acknowledgment in the product documentation would be\n//   appreciated but is not required.\n// 2. Altered source versions must be plainly marked as such, and must not be\n//   misrepresented as being the original software.\n// 3. This notice may not be removed or altered from any source distribution.\n\nfunction adler32(adler, buf, len, pos) {\n  var s1 = (adler & 0xffff) |0,\n      s2 = ((adler >>> 16) & 0xffff) |0,\n      n = 0;\n\n  while (len !== 0) {\n    // Set limit ~ twice less than 5552, to keep\n    // s2 in 31-bits, because we force signed ints.\n    // in other case %= will fail.\n    n = len > 2000 ? 2000 : len;\n    len -= n;\n\n    do {\n      s1 = (s1 + buf[pos++]) |0;\n      s2 = (s2 + s1) |0;\n    } while (--n);\n\n    s1 %= 65521;\n    s2 %= 65521;\n  }\n\n  return (s1 | (s2 << 16)) |0;\n}\n\n\nmodule.exports = adler32;\n\n},{}],44:[function(require,module,exports){\n'use strict';\n\n// (C) 1995-2013 Jean-loup Gailly and Mark Adler\n// (C) 2014-2017 Vitaly Puzrin and Andrey Tupitsin\n//\n// This software is provided 'as-is', without any express or implied\n// warranty. In no event will the authors be held liable for any damages\n// arising from the use of this software.\n//\n// Permission is granted to anyone to use this software for any purpose,\n// including commercial applications, and to alter it and redistribute it\n// freely, subject to the following restrictions:\n//\n// 1. The origin of this software must not be misrepresented; you must not\n//   claim that you wrote the original software. If you use this software\n//   in a product, an acknowledgment in the product documentation would be\n//   appreciated but is not required.\n// 2. Altered source versions must be plainly marked as such, and must not be\n//   misrepresented as being the original software.\n// 3. This notice may not be removed or altered from any source distribution.\n\nmodule.exports = {\n\n  /* Allowed flush values; see deflate() and inflate() below for details */\n  Z_NO_FLUSH:         0,\n  Z_PARTIAL_FLUSH:    1,\n  Z_SYNC_FLUSH:       2,\n  Z_FULL_FLUSH:       3,\n  Z_FINISH:           4,\n  Z_BLOCK:            5,\n  Z_TREES:            6,\n\n  /* Return codes for the compression/decompression functions. Negative values\n  * are errors, positive values are used for special but normal events.\n  */\n  Z_OK:               0,\n  Z_STREAM_END:       1,\n  Z_NEED_DICT:        2,\n  Z_ERRNO:           -1,\n  Z_STREAM_ERROR:    -2,\n  Z_DATA_ERROR:      -3,\n  //Z_MEM_ERROR:     -4,\n  Z_BUF_ERROR:       -5,\n  //Z_VERSION_ERROR: -6,\n\n  /* compression levels */\n  Z_NO_COMPRESSION:         0,\n  Z_BEST_SPEED:             1,\n  Z_BEST_COMPRESSION:       9,\n  Z_DEFAULT_COMPRESSION:   -1,\n\n\n  Z_FILTERED:               1,\n  Z_HUFFMAN_ONLY:           2,\n  Z_RLE:                    3,\n  Z_FIXED:                  4,\n  Z_DEFAULT_STRATEGY:       0,\n\n  /* Possible values of the data_type field (though see inflate()) */\n  Z_BINARY:                 0,\n  Z_TEXT:                   1,\n  //Z_ASCII:                1, // = Z_TEXT (deprecated)\n  Z_UNKNOWN:                2,\n\n  /* The deflate compression method */\n  Z_DEFLATED:               8\n  //Z_NULL:                 null // Use -1 or null inline, depending on var type\n};\n\n},{}],45:[function(require,module,exports){\n'use strict';\n\n// Note: we can't get significant speed boost here.\n// So write code to minimize size - no pregenerated tables\n// and array tools dependencies.\n\n// (C) 1995-2013 Jean-loup Gailly and Mark Adler\n// (C) 2014-2017 Vitaly Puzrin and Andrey Tupitsin\n//\n// This software is provided 'as-is', without any express or implied\n// warranty. In no event will the authors be held liable for any damages\n// arising from the use of this software.\n//\n// Permission is granted to anyone to use this software for any purpose,\n// including commercial applications, and to alter it and redistribute it\n// freely, subject to the following restrictions:\n//\n// 1. The origin of this software must not be misrepresented; you must not\n//   claim that you wrote the original software. If you use this software\n//   in a product, an acknowledgment in the product documentation would be\n//   appreciated but is not required.\n// 2. Altered source versions must be plainly marked as such, and must not be\n//   misrepresented as being the original software.\n// 3. This notice may not be removed or altered from any source distribution.\n\n// Use ordinary array, since untyped makes no boost here\nfunction makeTable() {\n  var c, table = [];\n\n  for (var n = 0; n < 256; n++) {\n    c = n;\n    for (var k = 0; k < 8; k++) {\n      c = ((c & 1) ? (0xEDB88320 ^ (c >>> 1)) : (c >>> 1));\n    }\n    table[n] = c;\n  }\n\n  return table;\n}\n\n// Create table on load. Just 255 signed longs. Not a problem.\nvar crcTable = makeTable();\n\n\nfunction crc32(crc, buf, len, pos) {\n  var t = crcTable,\n      end = pos + len;\n\n  crc ^= -1;\n\n  for (var i = pos; i < end; i++) {\n    crc = (crc >>> 8) ^ t[(crc ^ buf[i]) & 0xFF];\n  }\n\n  return (crc ^ (-1)); // >>> 0;\n}\n\n\nmodule.exports = crc32;\n\n},{}],46:[function(require,module,exports){\n'use strict';\n\n// (C) 1995-2013 Jean-loup Gailly and Mark Adler\n// (C) 2014-2017 Vitaly Puzrin and Andrey Tupitsin\n//\n// This software is provided 'as-is', without any express or implied\n// warranty. In no event will the authors be held liable for any damages\n// arising from the use of this software.\n//\n// Permission is granted to anyone to use this software for any purpose,\n// including commercial applications, and to alter it and redistribute it\n// freely, subject to the following restrictions:\n//\n// 1. The origin of this software must not be misrepresented; you must not\n//   claim that you wrote the original software. If you use this software\n//   in a product, an acknowledgment in the product documentation would be\n//   appreciated but is not required.\n// 2. Altered source versions must be plainly marked as such, and must not be\n//   misrepresented as being the original software.\n// 3. This notice may not be removed or altered from any source distribution.\n\nvar utils   = require('../utils/common');\nvar trees   = require('./trees');\nvar adler32 = require('./adler32');\nvar crc32   = require('./crc32');\nvar msg     = require('./messages');\n\n/* Public constants ==========================================================*/\n/* ===========================================================================*/\n\n\n/* Allowed flush values; see deflate() and inflate() below for details */\nvar Z_NO_FLUSH      = 0;\nvar Z_PARTIAL_FLUSH = 1;\n//var Z_SYNC_FLUSH    = 2;\nvar Z_FULL_FLUSH    = 3;\nvar Z_FINISH        = 4;\nvar Z_BLOCK         = 5;\n//var Z_TREES         = 6;\n\n\n/* Return codes for the compression/decompression functions. Negative values\n * are errors, positive values are used for special but normal events.\n */\nvar Z_OK            = 0;\nvar Z_STREAM_END    = 1;\n//var Z_NEED_DICT     = 2;\n//var Z_ERRNO         = -1;\nvar Z_STREAM_ERROR  = -2;\nvar Z_DATA_ERROR    = -3;\n//var Z_MEM_ERROR     = -4;\nvar Z_BUF_ERROR     = -5;\n//var Z_VERSION_ERROR = -6;\n\n\n/* compression levels */\n//var Z_NO_COMPRESSION      = 0;\n//var Z_BEST_SPEED          = 1;\n//var Z_BEST_COMPRESSION    = 9;\nvar Z_DEFAULT_COMPRESSION = -1;\n\n\nvar Z_FILTERED            = 1;\nvar Z_HUFFMAN_ONLY        = 2;\nvar Z_RLE                 = 3;\nvar Z_FIXED               = 4;\nvar Z_DEFAULT_STRATEGY    = 0;\n\n/* Possible values of the data_type field (though see inflate()) */\n//var Z_BINARY              = 0;\n//var Z_TEXT                = 1;\n//var Z_ASCII               = 1; // = Z_TEXT\nvar Z_UNKNOWN             = 2;\n\n\n/* The deflate compression method */\nvar Z_DEFLATED  = 8;\n\n/*============================================================================*/\n\n\nvar MAX_MEM_LEVEL = 9;\n/* Maximum value for memLevel in deflateInit2 */\nvar MAX_WBITS = 15;\n/* 32K LZ77 window */\nvar DEF_MEM_LEVEL = 8;\n\n\nvar LENGTH_CODES  = 29;\n/* number of length codes, not counting the special END_BLOCK code */\nvar LITERALS      = 256;\n/* number of literal bytes 0..255 */\nvar L_CODES       = LITERALS + 1 + LENGTH_CODES;\n/* number of Literal or Length codes, including the END_BLOCK code */\nvar D_CODES       = 30;\n/* number of distance codes */\nvar BL_CODES      = 19;\n/* number of codes used to transfer the bit lengths */\nvar HEAP_SIZE     = 2 * L_CODES + 1;\n/* maximum heap size */\nvar MAX_BITS  = 15;\n/* All codes must not exceed MAX_BITS bits */\n\nvar MIN_MATCH = 3;\nvar MAX_MATCH = 258;\nvar MIN_LOOKAHEAD = (MAX_MATCH + MIN_MATCH + 1);\n\nvar PRESET_DICT = 0x20;\n\nvar INIT_STATE = 42;\nvar EXTRA_STATE = 69;\nvar NAME_STATE = 73;\nvar COMMENT_STATE = 91;\nvar HCRC_STATE = 103;\nvar BUSY_STATE = 113;\nvar FINISH_STATE = 666;\n\nvar BS_NEED_MORE      = 1; /* block not completed, need more input or more output */\nvar BS_BLOCK_DONE     = 2; /* block flush performed */\nvar BS_FINISH_STARTED = 3; /* finish started, need only more output at next deflate */\nvar BS_FINISH_DONE    = 4; /* finish done, accept no more input or output */\n\nvar OS_CODE = 0x03; // Unix :) . Don't detect, use this default.\n\nfunction err(strm, errorCode) {\n  strm.msg = msg[errorCode];\n  return errorCode;\n}\n\nfunction rank(f) {\n  return ((f) << 1) - ((f) > 4 ? 9 : 0);\n}\n\nfunction zero(buf) { var len = buf.length; while (--len >= 0) { buf[len] = 0; } }\n\n\n/* =========================================================================\n * Flush as much pending output as possible. All deflate() output goes\n * through this function so some applications may wish to modify it\n * to avoid allocating a large strm->output buffer and copying into it.\n * (See also read_buf()).\n */\nfunction flush_pending(strm) {\n  var s = strm.state;\n\n  //_tr_flush_bits(s);\n  var len = s.pending;\n  if (len > strm.avail_out) {\n    len = strm.avail_out;\n  }\n  if (len === 0) { return; }\n\n  utils.arraySet(strm.output, s.pending_buf, s.pending_out, len, strm.next_out);\n  strm.next_out += len;\n  s.pending_out += len;\n  strm.total_out += len;\n  strm.avail_out -= len;\n  s.pending -= len;\n  if (s.pending === 0) {\n    s.pending_out = 0;\n  }\n}\n\n\nfunction flush_block_only(s, last) {\n  trees._tr_flush_block(s, (s.block_start >= 0 ? s.block_start : -1), s.strstart - s.block_start, last);\n  s.block_start = s.strstart;\n  flush_pending(s.strm);\n}\n\n\nfunction put_byte(s, b) {\n  s.pending_buf[s.pending++] = b;\n}\n\n\n/* =========================================================================\n * Put a short in the pending buffer. The 16-bit value is put in MSB order.\n * IN assertion: the stream state is correct and there is enough room in\n * pending_buf.\n */\nfunction putShortMSB(s, b) {\n//  put_byte(s, (Byte)(b >> 8));\n//  put_byte(s, (Byte)(b & 0xff));\n  s.pending_buf[s.pending++] = (b >>> 8) & 0xff;\n  s.pending_buf[s.pending++] = b & 0xff;\n}\n\n\n/* ===========================================================================\n * Read a new buffer from the current input stream, update the adler32\n * and total number of bytes read.  All deflate() input goes through\n * this function so some applications may wish to modify it to avoid\n * allocating a large strm->input buffer and copying from it.\n * (See also flush_pending()).\n */\nfunction read_buf(strm, buf, start, size) {\n  var len = strm.avail_in;\n\n  if (len > size) { len = size; }\n  if (len === 0) { return 0; }\n\n  strm.avail_in -= len;\n\n  // zmemcpy(buf, strm->next_in, len);\n  utils.arraySet(buf, strm.input, strm.next_in, len, start);\n  if (strm.state.wrap === 1) {\n    strm.adler = adler32(strm.adler, buf, len, start);\n  }\n\n  else if (strm.state.wrap === 2) {\n    strm.adler = crc32(strm.adler, buf, len, start);\n  }\n\n  strm.next_in += len;\n  strm.total_in += len;\n\n  return len;\n}\n\n\n/* ===========================================================================\n * Set match_start to the longest match starting at the given string and\n * return its length. Matches shorter or equal to prev_length are discarded,\n * in which case the result is equal to prev_length and match_start is\n * garbage.\n * IN assertions: cur_match is the head of the hash chain for the current\n *   string (strstart) and its distance is <= MAX_DIST, and prev_length >= 1\n * OUT assertion: the match length is not greater than s->lookahead.\n */\nfunction longest_match(s, cur_match) {\n  var chain_length = s.max_chain_length;      /* max hash chain length */\n  var scan = s.strstart; /* current string */\n  var match;                       /* matched string */\n  var len;                           /* length of current match */\n  var best_len = s.prev_length;              /* best match length so far */\n  var nice_match = s.nice_match;             /* stop if match long enough */\n  var limit = (s.strstart > (s.w_size - MIN_LOOKAHEAD)) ?\n      s.strstart - (s.w_size - MIN_LOOKAHEAD) : 0/*NIL*/;\n\n  var _win = s.window; // shortcut\n\n  var wmask = s.w_mask;\n  var prev  = s.prev;\n\n  /* Stop when cur_match becomes <= limit. To simplify the code,\n   * we prevent matches with the string of window index 0.\n   */\n\n  var strend = s.strstart + MAX_MATCH;\n  var scan_end1  = _win[scan + best_len - 1];\n  var scan_end   = _win[scan + best_len];\n\n  /* The code is optimized for HASH_BITS >= 8 and MAX_MATCH-2 multiple of 16.\n   * It is easy to get rid of this optimization if necessary.\n   */\n  // Assert(s->hash_bits >= 8 && MAX_MATCH == 258, \"Code too clever\");\n\n  /* Do not waste too much time if we already have a good match: */\n  if (s.prev_length >= s.good_match) {\n    chain_length >>= 2;\n  }\n  /* Do not look for matches beyond the end of the input. This is necessary\n   * to make deflate deterministic.\n   */\n  if (nice_match > s.lookahead) { nice_match = s.lookahead; }\n\n  // Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, \"need lookahead\");\n\n  do {\n    // Assert(cur_match < s->strstart, \"no future\");\n    match = cur_match;\n\n    /* Skip to next match if the match length cannot increase\n     * or if the match length is less than 2.  Note that the checks below\n     * for insufficient lookahead only occur occasionally for performance\n     * reasons.  Therefore uninitialized memory will be accessed, and\n     * conditional jumps will be made that depend on those values.\n     * However the length of the match is limited to the lookahead, so\n     * the output of deflate is not affected by the uninitialized values.\n     */\n\n    if (_win[match + best_len]     !== scan_end  ||\n        _win[match + best_len - 1] !== scan_end1 ||\n        _win[match]                !== _win[scan] ||\n        _win[++match]              !== _win[scan + 1]) {\n      continue;\n    }\n\n    /* The check at best_len-1 can be removed because it will be made\n     * again later. (This heuristic is not always a win.)\n     * It is not necessary to compare scan[2] and match[2] since they\n     * are always equal when the other bytes match, given that\n     * the hash keys are equal and that HASH_BITS >= 8.\n     */\n    scan += 2;\n    match++;\n    // Assert(*scan == *match, \"match[2]?\");\n\n    /* We check for insufficient lookahead only every 8th comparison;\n     * the 256th check will be made at strstart+258.\n     */\n    do {\n      /*jshint noempty:false*/\n    } while (_win[++scan] === _win[++match] && _win[++scan] === _win[++match] &&\n             _win[++scan] === _win[++match] && _win[++scan] === _win[++match] &&\n             _win[++scan] === _win[++match] && _win[++scan] === _win[++match] &&\n             _win[++scan] === _win[++match] && _win[++scan] === _win[++match] &&\n             scan < strend);\n\n    // Assert(scan <= s->window+(unsigned)(s->window_size-1), \"wild scan\");\n\n    len = MAX_MATCH - (strend - scan);\n    scan = strend - MAX_MATCH;\n\n    if (len > best_len) {\n      s.match_start = cur_match;\n      best_len = len;\n      if (len >= nice_match) {\n        break;\n      }\n      scan_end1  = _win[scan + best_len - 1];\n      scan_end   = _win[scan + best_len];\n    }\n  } while ((cur_match = prev[cur_match & wmask]) > limit && --chain_length !== 0);\n\n  if (best_len <= s.lookahead) {\n    return best_len;\n  }\n  return s.lookahead;\n}\n\n\n/* ===========================================================================\n * Fill the window when the lookahead becomes insufficient.\n * Updates strstart and lookahead.\n *\n * IN assertion: lookahead < MIN_LOOKAHEAD\n * OUT assertions: strstart <= window_size-MIN_LOOKAHEAD\n *    At least one byte has been read, or avail_in == 0; reads are\n *    performed for at least two bytes (required for the zip translate_eol\n *    option -- not supported here).\n */\nfunction fill_window(s) {\n  var _w_size = s.w_size;\n  var p, n, m, more, str;\n\n  //Assert(s->lookahead < MIN_LOOKAHEAD, \"already enough lookahead\");\n\n  do {\n    more = s.window_size - s.lookahead - s.strstart;\n\n    // JS ints have 32 bit, block below not needed\n    /* Deal with !@#$% 64K limit: */\n    //if (sizeof(int) <= 2) {\n    //    if (more == 0 && s->strstart == 0 && s->lookahead == 0) {\n    //        more = wsize;\n    //\n    //  } else if (more == (unsigned)(-1)) {\n    //        /* Very unlikely, but possible on 16 bit machine if\n    //         * strstart == 0 && lookahead == 1 (input done a byte at time)\n    //         */\n    //        more--;\n    //    }\n    //}\n\n\n    /* If the window is almost full and there is insufficient lookahead,\n     * move the upper half to the lower one to make room in the upper half.\n     */\n    if (s.strstart >= _w_size + (_w_size - MIN_LOOKAHEAD)) {\n\n      utils.arraySet(s.window, s.window, _w_size, _w_size, 0);\n      s.match_start -= _w_size;\n      s.strstart -= _w_size;\n      /* we now have strstart >= MAX_DIST */\n      s.block_start -= _w_size;\n\n      /* Slide the hash table (could be avoided with 32 bit values\n       at the expense of memory usage). We slide even when level == 0\n       to keep the hash table consistent if we switch back to level > 0\n       later. (Using level 0 permanently is not an optimal usage of\n       zlib, so we don't care about this pathological case.)\n       */\n\n      n = s.hash_size;\n      p = n;\n      do {\n        m = s.head[--p];\n        s.head[p] = (m >= _w_size ? m - _w_size : 0);\n      } while (--n);\n\n      n = _w_size;\n      p = n;\n      do {\n        m = s.prev[--p];\n        s.prev[p] = (m >= _w_size ? m - _w_size : 0);\n        /* If n is not on any hash chain, prev[n] is garbage but\n         * its value will never be used.\n         */\n      } while (--n);\n\n      more += _w_size;\n    }\n    if (s.strm.avail_in === 0) {\n      break;\n    }\n\n    /* If there was no sliding:\n     *    strstart <= WSIZE+MAX_DIST-1 && lookahead <= MIN_LOOKAHEAD - 1 &&\n     *    more == window_size - lookahead - strstart\n     * => more >= window_size - (MIN_LOOKAHEAD-1 + WSIZE + MAX_DIST-1)\n     * => more >= window_size - 2*WSIZE + 2\n     * In the BIG_MEM or MMAP case (not yet supported),\n     *   window_size == input_size + MIN_LOOKAHEAD  &&\n     *   strstart + s->lookahead <= input_size => more >= MIN_LOOKAHEAD.\n     * Otherwise, window_size == 2*WSIZE so more >= 2.\n     * If there was sliding, more >= WSIZE. So in all cases, more >= 2.\n     */\n    //Assert(more >= 2, \"more < 2\");\n    n = read_buf(s.strm, s.window, s.strstart + s.lookahead, more);\n    s.lookahead += n;\n\n    /* Initialize the hash value now that we have some input: */\n    if (s.lookahead + s.insert >= MIN_MATCH) {\n      str = s.strstart - s.insert;\n      s.ins_h = s.window[str];\n\n      /* UPDATE_HASH(s, s->ins_h, s->window[str + 1]); */\n      s.ins_h = ((s.ins_h << s.hash_shift) ^ s.window[str + 1]) & s.hash_mask;\n//#if MIN_MATCH != 3\n//        Call update_hash() MIN_MATCH-3 more times\n//#endif\n      while (s.insert) {\n        /* UPDATE_HASH(s, s->ins_h, s->window[str + MIN_MATCH-1]); */\n        s.ins_h = ((s.ins_h << s.hash_shift) ^ s.window[str + MIN_MATCH - 1]) & s.hash_mask;\n\n        s.prev[str & s.w_mask] = s.head[s.ins_h];\n        s.head[s.ins_h] = str;\n        str++;\n        s.insert--;\n        if (s.lookahead + s.insert < MIN_MATCH) {\n          break;\n        }\n      }\n    }\n    /* If the whole input has less than MIN_MATCH bytes, ins_h is garbage,\n     * but this is not important since only literal bytes will be emitted.\n     */\n\n  } while (s.lookahead < MIN_LOOKAHEAD && s.strm.avail_in !== 0);\n\n  /* If the WIN_INIT bytes after the end of the current data have never been\n   * written, then zero those bytes in order to avoid memory check reports of\n   * the use of uninitialized (or uninitialised as Julian writes) bytes by\n   * the longest match routines.  Update the high water mark for the next\n   * time through here.  WIN_INIT is set to MAX_MATCH since the longest match\n   * routines allow scanning to strstart + MAX_MATCH, ignoring lookahead.\n   */\n//  if (s.high_water < s.window_size) {\n//    var curr = s.strstart + s.lookahead;\n//    var init = 0;\n//\n//    if (s.high_water < curr) {\n//      /* Previous high water mark below current data -- zero WIN_INIT\n//       * bytes or up to end of window, whichever is less.\n//       */\n//      init = s.window_size - curr;\n//      if (init > WIN_INIT)\n//        init = WIN_INIT;\n//      zmemzero(s->window + curr, (unsigned)init);\n//      s->high_water = curr + init;\n//    }\n//    else if (s->high_water < (ulg)curr + WIN_INIT) {\n//      /* High water mark at or above current data, but below current data\n//       * plus WIN_INIT -- zero out to current data plus WIN_INIT, or up\n//       * to end of window, whichever is less.\n//       */\n//      init = (ulg)curr + WIN_INIT - s->high_water;\n//      if (init > s->window_size - s->high_water)\n//        init = s->window_size - s->high_water;\n//      zmemzero(s->window + s->high_water, (unsigned)init);\n//      s->high_water += init;\n//    }\n//  }\n//\n//  Assert((ulg)s->strstart <= s->window_size - MIN_LOOKAHEAD,\n//    \"not enough room for search\");\n}\n\n/* ===========================================================================\n * Copy without compression as much as possible from the input stream, return\n * the current block state.\n * This function does not insert new strings in the dictionary since\n * uncompressible data is probably not useful. This function is used\n * only for the level=0 compression option.\n * NOTE: this function should be optimized to avoid extra copying from\n * window to pending_buf.\n */\nfunction deflate_stored(s, flush) {\n  /* Stored blocks are limited to 0xffff bytes, pending_buf is limited\n   * to pending_buf_size, and each stored block has a 5 byte header:\n   */\n  var max_block_size = 0xffff;\n\n  if (max_block_size > s.pending_buf_size - 5) {\n    max_block_size = s.pending_buf_size - 5;\n  }\n\n  /* Copy as much as possible from input to output: */\n  for (;;) {\n    /* Fill the window as much as possible: */\n    if (s.lookahead <= 1) {\n\n      //Assert(s->strstart < s->w_size+MAX_DIST(s) ||\n      //  s->block_start >= (long)s->w_size, \"slide too late\");\n//      if (!(s.strstart < s.w_size + (s.w_size - MIN_LOOKAHEAD) ||\n//        s.block_start >= s.w_size)) {\n//        throw  new Error(\"slide too late\");\n//      }\n\n      fill_window(s);\n      if (s.lookahead === 0 && flush === Z_NO_FLUSH) {\n        return BS_NEED_MORE;\n      }\n\n      if (s.lookahead === 0) {\n        break;\n      }\n      /* flush the current block */\n    }\n    //Assert(s->block_start >= 0L, \"block gone\");\n//    if (s.block_start < 0) throw new Error(\"block gone\");\n\n    s.strstart += s.lookahead;\n    s.lookahead = 0;\n\n    /* Emit a stored block if pending_buf will be full: */\n    var max_start = s.block_start + max_block_size;\n\n    if (s.strstart === 0 || s.strstart >= max_start) {\n      /* strstart == 0 is possible when wraparound on 16-bit machine */\n      s.lookahead = s.strstart - max_start;\n      s.strstart = max_start;\n      /*** FLUSH_BLOCK(s, 0); ***/\n      flush_block_only(s, false);\n      if (s.strm.avail_out === 0) {\n        return BS_NEED_MORE;\n      }\n      /***/\n\n\n    }\n    /* Flush if we may have to slide, otherwise block_start may become\n     * negative and the data will be gone:\n     */\n    if (s.strstart - s.block_start >= (s.w_size - MIN_LOOKAHEAD)) {\n      /*** FLUSH_BLOCK(s, 0); ***/\n      flush_block_only(s, false);\n      if (s.strm.avail_out === 0) {\n        return BS_NEED_MORE;\n      }\n      /***/\n    }\n  }\n\n  s.insert = 0;\n\n  if (flush === Z_FINISH) {\n    /*** FLUSH_BLOCK(s, 1); ***/\n    flush_block_only(s, true);\n    if (s.strm.avail_out === 0) {\n      return BS_FINISH_STARTED;\n    }\n    /***/\n    return BS_FINISH_DONE;\n  }\n\n  if (s.strstart > s.block_start) {\n    /*** FLUSH_BLOCK(s, 0); ***/\n    flush_block_only(s, false);\n    if (s.strm.avail_out === 0) {\n      return BS_NEED_MORE;\n    }\n    /***/\n  }\n\n  return BS_NEED_MORE;\n}\n\n/* ===========================================================================\n * Compress as much as possible from the input stream, return the current\n * block state.\n * This function does not perform lazy evaluation of matches and inserts\n * new strings in the dictionary only for unmatched strings or for short\n * matches. It is used only for the fast compression options.\n */\nfunction deflate_fast(s, flush) {\n  var hash_head;        /* head of the hash chain */\n  var bflush;           /* set if current block must be flushed */\n\n  for (;;) {\n    /* Make sure that we always have enough lookahead, except\n     * at the end of the input file. We need MAX_MATCH bytes\n     * for the next match, plus MIN_MATCH bytes to insert the\n     * string following the next match.\n     */\n    if (s.lookahead < MIN_LOOKAHEAD) {\n      fill_window(s);\n      if (s.lookahead < MIN_LOOKAHEAD && flush === Z_NO_FLUSH) {\n        return BS_NEED_MORE;\n      }\n      if (s.lookahead === 0) {\n        break; /* flush the current block */\n      }\n    }\n\n    /* Insert the string window[strstart .. strstart+2] in the\n     * dictionary, and set hash_head to the head of the hash chain:\n     */\n    hash_head = 0/*NIL*/;\n    if (s.lookahead >= MIN_MATCH) {\n      /*** INSERT_STRING(s, s.strstart, hash_head); ***/\n      s.ins_h = ((s.ins_h << s.hash_shift) ^ s.window[s.strstart + MIN_MATCH - 1]) & s.hash_mask;\n      hash_head = s.prev[s.strstart & s.w_mask] = s.head[s.ins_h];\n      s.head[s.ins_h] = s.strstart;\n      /***/\n    }\n\n    /* Find the longest match, discarding those <= prev_length.\n     * At this point we have always match_length < MIN_MATCH\n     */\n    if (hash_head !== 0/*NIL*/ && ((s.strstart - hash_head) <= (s.w_size - MIN_LOOKAHEAD))) {\n      /* To simplify the code, we prevent matches with the string\n       * of window index 0 (in particular we have to avoid a match\n       * of the string with itself at the start of the input file).\n       */\n      s.match_length = longest_match(s, hash_head);\n      /* longest_match() sets match_start */\n    }\n    if (s.match_length >= MIN_MATCH) {\n      // check_match(s, s.strstart, s.match_start, s.match_length); // for debug only\n\n      /*** _tr_tally_dist(s, s.strstart - s.match_start,\n                     s.match_length - MIN_MATCH, bflush); ***/\n      bflush = trees._tr_tally(s, s.strstart - s.match_start, s.match_length - MIN_MATCH);\n\n      s.lookahead -= s.match_length;\n\n      /* Insert new strings in the hash table only if the match length\n       * is not too large. This saves time but degrades compression.\n       */\n      if (s.match_length <= s.max_lazy_match/*max_insert_length*/ && s.lookahead >= MIN_MATCH) {\n        s.match_length--; /* string at strstart already in table */\n        do {\n          s.strstart++;\n          /*** INSERT_STRING(s, s.strstart, hash_head); ***/\n          s.ins_h = ((s.ins_h << s.hash_shift) ^ s.window[s.strstart + MIN_MATCH - 1]) & s.hash_mask;\n          hash_head = s.prev[s.strstart & s.w_mask] = s.head[s.ins_h];\n          s.head[s.ins_h] = s.strstart;\n          /***/\n          /* strstart never exceeds WSIZE-MAX_MATCH, so there are\n           * always MIN_MATCH bytes ahead.\n           */\n        } while (--s.match_length !== 0);\n        s.strstart++;\n      } else\n      {\n        s.strstart += s.match_length;\n        s.match_length = 0;\n        s.ins_h = s.window[s.strstart];\n        /* UPDATE_HASH(s, s.ins_h, s.window[s.strstart+1]); */\n        s.ins_h = ((s.ins_h << s.hash_shift) ^ s.window[s.strstart + 1]) & s.hash_mask;\n\n//#if MIN_MATCH != 3\n//                Call UPDATE_HASH() MIN_MATCH-3 more times\n//#endif\n        /* If lookahead < MIN_MATCH, ins_h is garbage, but it does not\n         * matter since it will be recomputed at next deflate call.\n         */\n      }\n    } else {\n      /* No match, output a literal byte */\n      //Tracevv((stderr,\"%c\", s.window[s.strstart]));\n      /*** _tr_tally_lit(s, s.window[s.strstart], bflush); ***/\n      bflush = trees._tr_tally(s, 0, s.window[s.strstart]);\n\n      s.lookahead--;\n      s.strstart++;\n    }\n    if (bflush) {\n      /*** FLUSH_BLOCK(s, 0); ***/\n      flush_block_only(s, false);\n      if (s.strm.avail_out === 0) {\n        return BS_NEED_MORE;\n      }\n      /***/\n    }\n  }\n  s.insert = ((s.strstart < (MIN_MATCH - 1)) ? s.strstart : MIN_MATCH - 1);\n  if (flush === Z_FINISH) {\n    /*** FLUSH_BLOCK(s, 1); ***/\n    flush_block_only(s, true);\n    if (s.strm.avail_out === 0) {\n      return BS_FINISH_STARTED;\n    }\n    /***/\n    return BS_FINISH_DONE;\n  }\n  if (s.last_lit) {\n    /*** FLUSH_BLOCK(s, 0); ***/\n    flush_block_only(s, false);\n    if (s.strm.avail_out === 0) {\n      return BS_NEED_MORE;\n    }\n    /***/\n  }\n  return BS_BLOCK_DONE;\n}\n\n/* ===========================================================================\n * Same as above, but achieves better compression. We use a lazy\n * evaluation for matches: a match is finally adopted only if there is\n * no better match at the next window position.\n */\nfunction deflate_slow(s, flush) {\n  var hash_head;          /* head of hash chain */\n  var bflush;              /* set if current block must be flushed */\n\n  var max_insert;\n\n  /* Process the input block. */\n  for (;;) {\n    /* Make sure that we always have enough lookahead, except\n     * at the end of the input file. We need MAX_MATCH bytes\n     * for the next match, plus MIN_MATCH bytes to insert the\n     * string following the next match.\n     */\n    if (s.lookahead < MIN_LOOKAHEAD) {\n      fill_window(s);\n      if (s.lookahead < MIN_LOOKAHEAD && flush === Z_NO_FLUSH) {\n        return BS_NEED_MORE;\n      }\n      if (s.lookahead === 0) { break; } /* flush the current block */\n    }\n\n    /* Insert the string window[strstart .. strstart+2] in the\n     * dictionary, and set hash_head to the head of the hash chain:\n     */\n    hash_head = 0/*NIL*/;\n    if (s.lookahead >= MIN_MATCH) {\n      /*** INSERT_STRING(s, s.strstart, hash_head); ***/\n      s.ins_h = ((s.ins_h << s.hash_shift) ^ s.window[s.strstart + MIN_MATCH - 1]) & s.hash_mask;\n      hash_head = s.prev[s.strstart & s.w_mask] = s.head[s.ins_h];\n      s.head[s.ins_h] = s.strstart;\n      /***/\n    }\n\n    /* Find the longest match, discarding those <= prev_length.\n     */\n    s.prev_length = s.match_length;\n    s.prev_match = s.match_start;\n    s.match_length = MIN_MATCH - 1;\n\n    if (hash_head !== 0/*NIL*/ && s.prev_length < s.max_lazy_match &&\n        s.strstart - hash_head <= (s.w_size - MIN_LOOKAHEAD)/*MAX_DIST(s)*/) {\n      /* To simplify the code, we prevent matches with the string\n       * of window index 0 (in particular we have to avoid a match\n       * of the string with itself at the start of the input file).\n       */\n      s.match_length = longest_match(s, hash_head);\n      /* longest_match() sets match_start */\n\n      if (s.match_length <= 5 &&\n         (s.strategy === Z_FILTERED || (s.match_length === MIN_MATCH && s.strstart - s.match_start > 4096/*TOO_FAR*/))) {\n\n        /* If prev_match is also MIN_MATCH, match_start is garbage\n         * but we will ignore the current match anyway.\n         */\n        s.match_length = MIN_MATCH - 1;\n      }\n    }\n    /* If there was a match at the previous step and the current\n     * match is not better, output the previous match:\n     */\n    if (s.prev_length >= MIN_MATCH && s.match_length <= s.prev_length) {\n      max_insert = s.strstart + s.lookahead - MIN_MATCH;\n      /* Do not insert strings in hash table beyond this. */\n\n      //check_match(s, s.strstart-1, s.prev_match, s.prev_length);\n\n      /***_tr_tally_dist(s, s.strstart - 1 - s.prev_match,\n                     s.prev_length - MIN_MATCH, bflush);***/\n      bflush = trees._tr_tally(s, s.strstart - 1 - s.prev_match, s.prev_length - MIN_MATCH);\n      /* Insert in hash table all strings up to the end of the match.\n       * strstart-1 and strstart are already inserted. If there is not\n       * enough lookahead, the last two strings are not inserted in\n       * the hash table.\n       */\n      s.lookahead -= s.prev_length - 1;\n      s.prev_length -= 2;\n      do {\n        if (++s.strstart <= max_insert) {\n          /*** INSERT_STRING(s, s.strstart, hash_head); ***/\n          s.ins_h = ((s.ins_h << s.hash_shift) ^ s.window[s.strstart + MIN_MATCH - 1]) & s.hash_mask;\n          hash_head = s.prev[s.strstart & s.w_mask] = s.head[s.ins_h];\n          s.head[s.ins_h] = s.strstart;\n          /***/\n        }\n      } while (--s.prev_length !== 0);\n      s.match_available = 0;\n      s.match_length = MIN_MATCH - 1;\n      s.strstart++;\n\n      if (bflush) {\n        /*** FLUSH_BLOCK(s, 0); ***/\n        flush_block_only(s, false);\n        if (s.strm.avail_out === 0) {\n          return BS_NEED_MORE;\n        }\n        /***/\n      }\n\n    } else if (s.match_available) {\n      /* If there was no match at the previous position, output a\n       * single literal. If there was a match but the current match\n       * is longer, truncate the previous match to a single literal.\n       */\n      //Tracevv((stderr,\"%c\", s->window[s->strstart-1]));\n      /*** _tr_tally_lit(s, s.window[s.strstart-1], bflush); ***/\n      bflush = trees._tr_tally(s, 0, s.window[s.strstart - 1]);\n\n      if (bflush) {\n        /*** FLUSH_BLOCK_ONLY(s, 0) ***/\n        flush_block_only(s, false);\n        /***/\n      }\n      s.strstart++;\n      s.lookahead--;\n      if (s.strm.avail_out === 0) {\n        return BS_NEED_MORE;\n      }\n    } else {\n      /* There is no previous match to compare with, wait for\n       * the next step to decide.\n       */\n      s.match_available = 1;\n      s.strstart++;\n      s.lookahead--;\n    }\n  }\n  //Assert (flush != Z_NO_FLUSH, \"no flush?\");\n  if (s.match_available) {\n    //Tracevv((stderr,\"%c\", s->window[s->strstart-1]));\n    /*** _tr_tally_lit(s, s.window[s.strstart-1], bflush); ***/\n    bflush = trees._tr_tally(s, 0, s.window[s.strstart - 1]);\n\n    s.match_available = 0;\n  }\n  s.insert = s.strstart < MIN_MATCH - 1 ? s.strstart : MIN_MATCH - 1;\n  if (flush === Z_FINISH) {\n    /*** FLUSH_BLOCK(s, 1); ***/\n    flush_block_only(s, true);\n    if (s.strm.avail_out === 0) {\n      return BS_FINISH_STARTED;\n    }\n    /***/\n    return BS_FINISH_DONE;\n  }\n  if (s.last_lit) {\n    /*** FLUSH_BLOCK(s, 0); ***/\n    flush_block_only(s, false);\n    if (s.strm.avail_out === 0) {\n      return BS_NEED_MORE;\n    }\n    /***/\n  }\n\n  return BS_BLOCK_DONE;\n}\n\n\n/* ===========================================================================\n * For Z_RLE, simply look for runs of bytes, generate matches only of distance\n * one.  Do not maintain a hash table.  (It will be regenerated if this run of\n * deflate switches away from Z_RLE.)\n */\nfunction deflate_rle(s, flush) {\n  var bflush;            /* set if current block must be flushed */\n  var prev;              /* byte at distance one to match */\n  var scan, strend;      /* scan goes up to strend for length of run */\n\n  var _win = s.window;\n\n  for (;;) {\n    /* Make sure that we always have enough lookahead, except\n     * at the end of the input file. We need MAX_MATCH bytes\n     * for the longest run, plus one for the unrolled loop.\n     */\n    if (s.lookahead <= MAX_MATCH) {\n      fill_window(s);\n      if (s.lookahead <= MAX_MATCH && flush === Z_NO_FLUSH) {\n        return BS_NEED_MORE;\n      }\n      if (s.lookahead === 0) { break; } /* flush the current block */\n    }\n\n    /* See how many times the previous byte repeats */\n    s.match_length = 0;\n    if (s.lookahead >= MIN_MATCH && s.strstart > 0) {\n      scan = s.strstart - 1;\n      prev = _win[scan];\n      if (prev === _win[++scan] && prev === _win[++scan] && prev === _win[++scan]) {\n        strend = s.strstart + MAX_MATCH;\n        do {\n          /*jshint noempty:false*/\n        } while (prev === _win[++scan] && prev === _win[++scan] &&\n                 prev === _win[++scan] && prev === _win[++scan] &&\n                 prev === _win[++scan] && prev === _win[++scan] &&\n                 prev === _win[++scan] && prev === _win[++scan] &&\n                 scan < strend);\n        s.match_length = MAX_MATCH - (strend - scan);\n        if (s.match_length > s.lookahead) {\n          s.match_length = s.lookahead;\n        }\n      }\n      //Assert(scan <= s->window+(uInt)(s->window_size-1), \"wild scan\");\n    }\n\n    /* Emit match if have run of MIN_MATCH or longer, else emit literal */\n    if (s.match_length >= MIN_MATCH) {\n      //check_match(s, s.strstart, s.strstart - 1, s.match_length);\n\n      /*** _tr_tally_dist(s, 1, s.match_length - MIN_MATCH, bflush); ***/\n      bflush = trees._tr_tally(s, 1, s.match_length - MIN_MATCH);\n\n      s.lookahead -= s.match_length;\n      s.strstart += s.match_length;\n      s.match_length = 0;\n    } else {\n      /* No match, output a literal byte */\n      //Tracevv((stderr,\"%c\", s->window[s->strstart]));\n      /*** _tr_tally_lit(s, s.window[s.strstart], bflush); ***/\n      bflush = trees._tr_tally(s, 0, s.window[s.strstart]);\n\n      s.lookahead--;\n      s.strstart++;\n    }\n    if (bflush) {\n      /*** FLUSH_BLOCK(s, 0); ***/\n      flush_block_only(s, false);\n      if (s.strm.avail_out === 0) {\n        return BS_NEED_MORE;\n      }\n      /***/\n    }\n  }\n  s.insert = 0;\n  if (flush === Z_FINISH) {\n    /*** FLUSH_BLOCK(s, 1); ***/\n    flush_block_only(s, true);\n    if (s.strm.avail_out === 0) {\n      return BS_FINISH_STARTED;\n    }\n    /***/\n    return BS_FINISH_DONE;\n  }\n  if (s.last_lit) {\n    /*** FLUSH_BLOCK(s, 0); ***/\n    flush_block_only(s, false);\n    if (s.strm.avail_out === 0) {\n      return BS_NEED_MORE;\n    }\n    /***/\n  }\n  return BS_BLOCK_DONE;\n}\n\n/* ===========================================================================\n * For Z_HUFFMAN_ONLY, do not look for matches.  Do not maintain a hash table.\n * (It will be regenerated if this run of deflate switches away from Huffman.)\n */\nfunction deflate_huff(s, flush) {\n  var bflush;             /* set if current block must be flushed */\n\n  for (;;) {\n    /* Make sure that we have a literal to write. */\n    if (s.lookahead === 0) {\n      fill_window(s);\n      if (s.lookahead === 0) {\n        if (flush === Z_NO_FLUSH) {\n          return BS_NEED_MORE;\n        }\n        break;      /* flush the current block */\n      }\n    }\n\n    /* Output a literal byte */\n    s.match_length = 0;\n    //Tracevv((stderr,\"%c\", s->window[s->strstart]));\n    /*** _tr_tally_lit(s, s.window[s.strstart], bflush); ***/\n    bflush = trees._tr_tally(s, 0, s.window[s.strstart]);\n    s.lookahead--;\n    s.strstart++;\n    if (bflush) {\n      /*** FLUSH_BLOCK(s, 0); ***/\n      flush_block_only(s, false);\n      if (s.strm.avail_out === 0) {\n        return BS_NEED_MORE;\n      }\n      /***/\n    }\n  }\n  s.insert = 0;\n  if (flush === Z_FINISH) {\n    /*** FLUSH_BLOCK(s, 1); ***/\n    flush_block_only(s, true);\n    if (s.strm.avail_out === 0) {\n      return BS_FINISH_STARTED;\n    }\n    /***/\n    return BS_FINISH_DONE;\n  }\n  if (s.last_lit) {\n    /*** FLUSH_BLOCK(s, 0); ***/\n    flush_block_only(s, false);\n    if (s.strm.avail_out === 0) {\n      return BS_NEED_MORE;\n    }\n    /***/\n  }\n  return BS_BLOCK_DONE;\n}\n\n/* Values for max_lazy_match, good_match and max_chain_length, depending on\n * the desired pack level (0..9). The values given below have been tuned to\n * exclude worst case performance for pathological files. Better values may be\n * found for specific files.\n */\nfunction Config(good_length, max_lazy, nice_length, max_chain, func) {\n  this.good_length = good_length;\n  this.max_lazy = max_lazy;\n  this.nice_length = nice_length;\n  this.max_chain = max_chain;\n  this.func = func;\n}\n\nvar configuration_table;\n\nconfiguration_table = [\n  /*      good lazy nice chain */\n  new Config(0, 0, 0, 0, deflate_stored),          /* 0 store only */\n  new Config(4, 4, 8, 4, deflate_fast),            /* 1 max speed, no lazy matches */\n  new Config(4, 5, 16, 8, deflate_fast),           /* 2 */\n  new Config(4, 6, 32, 32, deflate_fast),          /* 3 */\n\n  new Config(4, 4, 16, 16, deflate_slow),          /* 4 lazy matches */\n  new Config(8, 16, 32, 32, deflate_slow),         /* 5 */\n  new Config(8, 16, 128, 128, deflate_slow),       /* 6 */\n  new Config(8, 32, 128, 256, deflate_slow),       /* 7 */\n  new Config(32, 128, 258, 1024, deflate_slow),    /* 8 */\n  new Config(32, 258, 258, 4096, deflate_slow)     /* 9 max compression */\n];\n\n\n/* ===========================================================================\n * Initialize the \"longest match\" routines for a new zlib stream\n */\nfunction lm_init(s) {\n  s.window_size = 2 * s.w_size;\n\n  /*** CLEAR_HASH(s); ***/\n  zero(s.head); // Fill with NIL (= 0);\n\n  /* Set the default configuration parameters:\n   */\n  s.max_lazy_match = configuration_table[s.level].max_lazy;\n  s.good_match = configuration_table[s.level].good_length;\n  s.nice_match = configuration_table[s.level].nice_length;\n  s.max_chain_length = configuration_table[s.level].max_chain;\n\n  s.strstart = 0;\n  s.block_start = 0;\n  s.lookahead = 0;\n  s.insert = 0;\n  s.match_length = s.prev_length = MIN_MATCH - 1;\n  s.match_available = 0;\n  s.ins_h = 0;\n}\n\n\nfunction DeflateState() {\n  this.strm = null;            /* pointer back to this zlib stream */\n  this.status = 0;            /* as the name implies */\n  this.pending_buf = null;      /* output still pending */\n  this.pending_buf_size = 0;  /* size of pending_buf */\n  this.pending_out = 0;       /* next pending byte to output to the stream */\n  this.pending = 0;           /* nb of bytes in the pending buffer */\n  this.wrap = 0;              /* bit 0 true for zlib, bit 1 true for gzip */\n  this.gzhead = null;         /* gzip header information to write */\n  this.gzindex = 0;           /* where in extra, name, or comment */\n  this.method = Z_DEFLATED; /* can only be DEFLATED */\n  this.last_flush = -1;   /* value of flush param for previous deflate call */\n\n  this.w_size = 0;  /* LZ77 window size (32K by default) */\n  this.w_bits = 0;  /* log2(w_size)  (8..16) */\n  this.w_mask = 0;  /* w_size - 1 */\n\n  this.window = null;\n  /* Sliding window. Input bytes are read into the second half of the window,\n   * and move to the first half later to keep a dictionary of at least wSize\n   * bytes. With this organization, matches are limited to a distance of\n   * wSize-MAX_MATCH bytes, but this ensures that IO is always\n   * performed with a length multiple of the block size.\n   */\n\n  this.window_size = 0;\n  /* Actual size of window: 2*wSize, except when the user input buffer\n   * is directly used as sliding window.\n   */\n\n  this.prev = null;\n  /* Link to older string with same hash index. To limit the size of this\n   * array to 64K, this link is maintained only for the last 32K strings.\n   * An index in this array is thus a window index modulo 32K.\n   */\n\n  this.head = null;   /* Heads of the hash chains or NIL. */\n\n  this.ins_h = 0;       /* hash index of string to be inserted */\n  this.hash_size = 0;   /* number of elements in hash table */\n  this.hash_bits = 0;   /* log2(hash_size) */\n  this.hash_mask = 0;   /* hash_size-1 */\n\n  this.hash_shift = 0;\n  /* Number of bits by which ins_h must be shifted at each input\n   * step. It must be such that after MIN_MATCH steps, the oldest\n   * byte no longer takes part in the hash key, that is:\n   *   hash_shift * MIN_MATCH >= hash_bits\n   */\n\n  this.block_start = 0;\n  /* Window position at the beginning of the current output block. Gets\n   * negative when the window is moved backwards.\n   */\n\n  this.match_length = 0;      /* length of best match */\n  this.prev_match = 0;        /* previous match */\n  this.match_available = 0;   /* set if previous match exists */\n  this.strstart = 0;          /* start of string to insert */\n  this.match_start = 0;       /* start of matching string */\n  this.lookahead = 0;         /* number of valid bytes ahead in window */\n\n  this.prev_length = 0;\n  /* Length of the best match at previous step. Matches not greater than this\n   * are discarded. This is used in the lazy match evaluation.\n   */\n\n  this.max_chain_length = 0;\n  /* To speed up deflation, hash chains are never searched beyond this\n   * length.  A higher limit improves compression ratio but degrades the\n   * speed.\n   */\n\n  this.max_lazy_match = 0;\n  /* Attempt to find a better match only when the current match is strictly\n   * smaller than this value. This mechanism is used only for compression\n   * levels >= 4.\n   */\n  // That's alias to max_lazy_match, don't use directly\n  //this.max_insert_length = 0;\n  /* Insert new strings in the hash table only if the match length is not\n   * greater than this length. This saves time but degrades compression.\n   * max_insert_length is used only for compression levels <= 3.\n   */\n\n  this.level = 0;     /* compression level (1..9) */\n  this.strategy = 0;  /* favor or force Huffman coding*/\n\n  this.good_match = 0;\n  /* Use a faster search when the previous match is longer than this */\n\n  this.nice_match = 0; /* Stop searching when current match exceeds this */\n\n              /* used by trees.c: */\n\n  /* Didn't use ct_data typedef below to suppress compiler warning */\n\n  // struct ct_data_s dyn_ltree[HEAP_SIZE];   /* literal and length tree */\n  // struct ct_data_s dyn_dtree[2*D_CODES+1]; /* distance tree */\n  // struct ct_data_s bl_tree[2*BL_CODES+1];  /* Huffman tree for bit lengths */\n\n  // Use flat array of DOUBLE size, with interleaved fata,\n  // because JS does not support effective\n  this.dyn_ltree  = new utils.Buf16(HEAP_SIZE * 2);\n  this.dyn_dtree  = new utils.Buf16((2 * D_CODES + 1) * 2);\n  this.bl_tree    = new utils.Buf16((2 * BL_CODES + 1) * 2);\n  zero(this.dyn_ltree);\n  zero(this.dyn_dtree);\n  zero(this.bl_tree);\n\n  this.l_desc   = null;         /* desc. for literal tree */\n  this.d_desc   = null;         /* desc. for distance tree */\n  this.bl_desc  = null;         /* desc. for bit length tree */\n\n  //ush bl_count[MAX_BITS+1];\n  this.bl_count = new utils.Buf16(MAX_BITS + 1);\n  /* number of codes at each bit length for an optimal tree */\n\n  //int heap[2*L_CODES+1];      /* heap used to build the Huffman trees */\n  this.heap = new utils.Buf16(2 * L_CODES + 1);  /* heap used to build the Huffman trees */\n  zero(this.heap);\n\n  this.heap_len = 0;               /* number of elements in the heap */\n  this.heap_max = 0;               /* element of largest frequency */\n  /* The sons of heap[n] are heap[2*n] and heap[2*n+1]. heap[0] is not used.\n   * The same heap array is used to build all trees.\n   */\n\n  this.depth = new utils.Buf16(2 * L_CODES + 1); //uch depth[2*L_CODES+1];\n  zero(this.depth);\n  /* Depth of each subtree used as tie breaker for trees of equal frequency\n   */\n\n  this.l_buf = 0;          /* buffer index for literals or lengths */\n\n  this.lit_bufsize = 0;\n  /* Size of match buffer for literals/lengths.  There are 4 reasons for\n   * limiting lit_bufsize to 64K:\n   *   - frequencies can be kept in 16 bit counters\n   *   - if compression is not successful for the first block, all input\n   *     data is still in the window so we can still emit a stored block even\n   *     when input comes from standard input.  (This can also be done for\n   *     all blocks if lit_bufsize is not greater than 32K.)\n   *   - if compression is not successful for a file smaller than 64K, we can\n   *     even emit a stored file instead of a stored block (saving 5 bytes).\n   *     This is applicable only for zip (not gzip or zlib).\n   *   - creating new Huffman trees less frequently may not provide fast\n   *     adaptation to changes in the input data statistics. (Take for\n   *     example a binary file with poorly compressible code followed by\n   *     a highly compressible string table.) Smaller buffer sizes give\n   *     fast adaptation but have of course the overhead of transmitting\n   *     trees more frequently.\n   *   - I can't count above 4\n   */\n\n  this.last_lit = 0;      /* running index in l_buf */\n\n  this.d_buf = 0;\n  /* Buffer index for distances. To simplify the code, d_buf and l_buf have\n   * the same number of elements. To use different lengths, an extra flag\n   * array would be necessary.\n   */\n\n  this.opt_len = 0;       /* bit length of current block with optimal trees */\n  this.static_len = 0;    /* bit length of current block with static trees */\n  this.matches = 0;       /* number of string matches in current block */\n  this.insert = 0;        /* bytes at end of window left to insert */\n\n\n  this.bi_buf = 0;\n  /* Output buffer. bits are inserted starting at the bottom (least\n   * significant bits).\n   */\n  this.bi_valid = 0;\n  /* Number of valid bits in bi_buf.  All bits above the last valid bit\n   * are always zero.\n   */\n\n  // Used for window memory init. We safely ignore it for JS. That makes\n  // sense only for pointers and memory check tools.\n  //this.high_water = 0;\n  /* High water mark offset in window for initialized bytes -- bytes above\n   * this are set to zero in order to avoid memory check warnings when\n   * longest match routines access bytes past the input.  This is then\n   * updated to the new high water mark.\n   */\n}\n\n\nfunction deflateResetKeep(strm) {\n  var s;\n\n  if (!strm || !strm.state) {\n    return err(strm, Z_STREAM_ERROR);\n  }\n\n  strm.total_in = strm.total_out = 0;\n  strm.data_type = Z_UNKNOWN;\n\n  s = strm.state;\n  s.pending = 0;\n  s.pending_out = 0;\n\n  if (s.wrap < 0) {\n    s.wrap = -s.wrap;\n    /* was made negative by deflate(..., Z_FINISH); */\n  }\n  s.status = (s.wrap ? INIT_STATE : BUSY_STATE);\n  strm.adler = (s.wrap === 2) ?\n    0  // crc32(0, Z_NULL, 0)\n  :\n    1; // adler32(0, Z_NULL, 0)\n  s.last_flush = Z_NO_FLUSH;\n  trees._tr_init(s);\n  return Z_OK;\n}\n\n\nfunction deflateReset(strm) {\n  var ret = deflateResetKeep(strm);\n  if (ret === Z_OK) {\n    lm_init(strm.state);\n  }\n  return ret;\n}\n\n\nfunction deflateSetHeader(strm, head) {\n  if (!strm || !strm.state) { return Z_STREAM_ERROR; }\n  if (strm.state.wrap !== 2) { return Z_STREAM_ERROR; }\n  strm.state.gzhead = head;\n  return Z_OK;\n}\n\n\nfunction deflateInit2(strm, level, method, windowBits, memLevel, strategy) {\n  if (!strm) { // === Z_NULL\n    return Z_STREAM_ERROR;\n  }\n  var wrap = 1;\n\n  if (level === Z_DEFAULT_COMPRESSION) {\n    level = 6;\n  }\n\n  if (windowBits < 0) { /* suppress zlib wrapper */\n    wrap = 0;\n    windowBits = -windowBits;\n  }\n\n  else if (windowBits > 15) {\n    wrap = 2;           /* write gzip wrapper instead */\n    windowBits -= 16;\n  }\n\n\n  if (memLevel < 1 || memLevel > MAX_MEM_LEVEL || method !== Z_DEFLATED ||\n    windowBits < 8 || windowBits > 15 || level < 0 || level > 9 ||\n    strategy < 0 || strategy > Z_FIXED) {\n    return err(strm, Z_STREAM_ERROR);\n  }\n\n\n  if (windowBits === 8) {\n    windowBits = 9;\n  }\n  /* until 256-byte window bug fixed */\n\n  var s = new DeflateState();\n\n  strm.state = s;\n  s.strm = strm;\n\n  s.wrap = wrap;\n  s.gzhead = null;\n  s.w_bits = windowBits;\n  s.w_size = 1 << s.w_bits;\n  s.w_mask = s.w_size - 1;\n\n  s.hash_bits = memLevel + 7;\n  s.hash_size = 1 << s.hash_bits;\n  s.hash_mask = s.hash_size - 1;\n  s.hash_shift = ~~((s.hash_bits + MIN_MATCH - 1) / MIN_MATCH);\n\n  s.window = new utils.Buf8(s.w_size * 2);\n  s.head = new utils.Buf16(s.hash_size);\n  s.prev = new utils.Buf16(s.w_size);\n\n  // Don't need mem init magic for JS.\n  //s.high_water = 0;  /* nothing written to s->window yet */\n\n  s.lit_bufsize = 1 << (memLevel + 6); /* 16K elements by default */\n\n  s.pending_buf_size = s.lit_bufsize * 4;\n\n  //overlay = (ushf *) ZALLOC(strm, s->lit_bufsize, sizeof(ush)+2);\n  //s->pending_buf = (uchf *) overlay;\n  s.pending_buf = new utils.Buf8(s.pending_buf_size);\n\n  // It is offset from `s.pending_buf` (size is `s.lit_bufsize * 2`)\n  //s->d_buf = overlay + s->lit_bufsize/sizeof(ush);\n  s.d_buf = 1 * s.lit_bufsize;\n\n  //s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize;\n  s.l_buf = (1 + 2) * s.lit_bufsize;\n\n  s.level = level;\n  s.strategy = strategy;\n  s.method = method;\n\n  return deflateReset(strm);\n}\n\nfunction deflateInit(strm, level) {\n  return deflateInit2(strm, level, Z_DEFLATED, MAX_WBITS, DEF_MEM_LEVEL, Z_DEFAULT_STRATEGY);\n}\n\n\nfunction deflate(strm, flush) {\n  var old_flush, s;\n  var beg, val; // for gzip header write only\n\n  if (!strm || !strm.state ||\n    flush > Z_BLOCK || flush < 0) {\n    return strm ? err(strm, Z_STREAM_ERROR) : Z_STREAM_ERROR;\n  }\n\n  s = strm.state;\n\n  if (!strm.output ||\n      (!strm.input && strm.avail_in !== 0) ||\n      (s.status === FINISH_STATE && flush !== Z_FINISH)) {\n    return err(strm, (strm.avail_out === 0) ? Z_BUF_ERROR : Z_STREAM_ERROR);\n  }\n\n  s.strm = strm; /* just in case */\n  old_flush = s.last_flush;\n  s.last_flush = flush;\n\n  /* Write the header */\n  if (s.status === INIT_STATE) {\n\n    if (s.wrap === 2) { // GZIP header\n      strm.adler = 0;  //crc32(0L, Z_NULL, 0);\n      put_byte(s, 31);\n      put_byte(s, 139);\n      put_byte(s, 8);\n      if (!s.gzhead) { // s->gzhead == Z_NULL\n        put_byte(s, 0);\n        put_byte(s, 0);\n        put_byte(s, 0);\n        put_byte(s, 0);\n        put_byte(s, 0);\n        put_byte(s, s.level === 9 ? 2 :\n                    (s.strategy >= Z_HUFFMAN_ONLY || s.level < 2 ?\n                     4 : 0));\n        put_byte(s, OS_CODE);\n        s.status = BUSY_STATE;\n      }\n      else {\n        put_byte(s, (s.gzhead.text ? 1 : 0) +\n                    (s.gzhead.hcrc ? 2 : 0) +\n                    (!s.gzhead.extra ? 0 : 4) +\n                    (!s.gzhead.name ? 0 : 8) +\n                    (!s.gzhead.comment ? 0 : 16)\n                );\n        put_byte(s, s.gzhead.time & 0xff);\n        put_byte(s, (s.gzhead.time >> 8) & 0xff);\n        put_byte(s, (s.gzhead.time >> 16) & 0xff);\n        put_byte(s, (s.gzhead.time >> 24) & 0xff);\n        put_byte(s, s.level === 9 ? 2 :\n                    (s.strategy >= Z_HUFFMAN_ONLY || s.level < 2 ?\n                     4 : 0));\n        put_byte(s, s.gzhead.os & 0xff);\n        if (s.gzhead.extra && s.gzhead.extra.length) {\n          put_byte(s, s.gzhead.extra.length & 0xff);\n          put_byte(s, (s.gzhead.extra.length >> 8) & 0xff);\n        }\n        if (s.gzhead.hcrc) {\n          strm.adler = crc32(strm.adler, s.pending_buf, s.pending, 0);\n        }\n        s.gzindex = 0;\n        s.status = EXTRA_STATE;\n      }\n    }\n    else // DEFLATE header\n    {\n      var header = (Z_DEFLATED + ((s.w_bits - 8) << 4)) << 8;\n      var level_flags = -1;\n\n      if (s.strategy >= Z_HUFFMAN_ONLY || s.level < 2) {\n        level_flags = 0;\n      } else if (s.level < 6) {\n        level_flags = 1;\n      } else if (s.level === 6) {\n        level_flags = 2;\n      } else {\n        level_flags = 3;\n      }\n      header |= (level_flags << 6);\n      if (s.strstart !== 0) { header |= PRESET_DICT; }\n      header += 31 - (header % 31);\n\n      s.status = BUSY_STATE;\n      putShortMSB(s, header);\n\n      /* Save the adler32 of the preset dictionary: */\n      if (s.strstart !== 0) {\n        putShortMSB(s, strm.adler >>> 16);\n        putShortMSB(s, strm.adler & 0xffff);\n      }\n      strm.adler = 1; // adler32(0L, Z_NULL, 0);\n    }\n  }\n\n//#ifdef GZIP\n  if (s.status === EXTRA_STATE) {\n    if (s.gzhead.extra/* != Z_NULL*/) {\n      beg = s.pending;  /* start of bytes to update crc */\n\n      while (s.gzindex < (s.gzhead.extra.length & 0xffff)) {\n        if (s.pending === s.pending_buf_size) {\n          if (s.gzhead.hcrc && s.pending > beg) {\n            strm.adler = crc32(strm.adler, s.pending_buf, s.pending - beg, beg);\n          }\n          flush_pending(strm);\n          beg = s.pending;\n          if (s.pending === s.pending_buf_size) {\n            break;\n          }\n        }\n        put_byte(s, s.gzhead.extra[s.gzindex] & 0xff);\n        s.gzindex++;\n      }\n      if (s.gzhead.hcrc && s.pending > beg) {\n        strm.adler = crc32(strm.adler, s.pending_buf, s.pending - beg, beg);\n      }\n      if (s.gzindex === s.gzhead.extra.length) {\n        s.gzindex = 0;\n        s.status = NAME_STATE;\n      }\n    }\n    else {\n      s.status = NAME_STATE;\n    }\n  }\n  if (s.status === NAME_STATE) {\n    if (s.gzhead.name/* != Z_NULL*/) {\n      beg = s.pending;  /* start of bytes to update crc */\n      //int val;\n\n      do {\n        if (s.pending === s.pending_buf_size) {\n          if (s.gzhead.hcrc && s.pending > beg) {\n            strm.adler = crc32(strm.adler, s.pending_buf, s.pending - beg, beg);\n          }\n          flush_pending(strm);\n          beg = s.pending;\n          if (s.pending === s.pending_buf_size) {\n            val = 1;\n            break;\n          }\n        }\n        // JS specific: little magic to add zero terminator to end of string\n        if (s.gzindex < s.gzhead.name.length) {\n          val = s.gzhead.name.charCodeAt(s.gzindex++) & 0xff;\n        } else {\n          val = 0;\n        }\n        put_byte(s, val);\n      } while (val !== 0);\n\n      if (s.gzhead.hcrc && s.pending > beg) {\n        strm.adler = crc32(strm.adler, s.pending_buf, s.pending - beg, beg);\n      }\n      if (val === 0) {\n        s.gzindex = 0;\n        s.status = COMMENT_STATE;\n      }\n    }\n    else {\n      s.status = COMMENT_STATE;\n    }\n  }\n  if (s.status === COMMENT_STATE) {\n    if (s.gzhead.comment/* != Z_NULL*/) {\n      beg = s.pending;  /* start of bytes to update crc */\n      //int val;\n\n      do {\n        if (s.pending === s.pending_buf_size) {\n          if (s.gzhead.hcrc && s.pending > beg) {\n            strm.adler = crc32(strm.adler, s.pending_buf, s.pending - beg, beg);\n          }\n          flush_pending(strm);\n          beg = s.pending;\n          if (s.pending === s.pending_buf_size) {\n            val = 1;\n            break;\n          }\n        }\n        // JS specific: little magic to add zero terminator to end of string\n        if (s.gzindex < s.gzhead.comment.length) {\n          val = s.gzhead.comment.charCodeAt(s.gzindex++) & 0xff;\n        } else {\n          val = 0;\n        }\n        put_byte(s, val);\n      } while (val !== 0);\n\n      if (s.gzhead.hcrc && s.pending > beg) {\n        strm.adler = crc32(strm.adler, s.pending_buf, s.pending - beg, beg);\n      }\n      if (val === 0) {\n        s.status = HCRC_STATE;\n      }\n    }\n    else {\n      s.status = HCRC_STATE;\n    }\n  }\n  if (s.status === HCRC_STATE) {\n    if (s.gzhead.hcrc) {\n      if (s.pending + 2 > s.pending_buf_size) {\n        flush_pending(strm);\n      }\n      if (s.pending + 2 <= s.pending_buf_size) {\n        put_byte(s, strm.adler & 0xff);\n        put_byte(s, (strm.adler >> 8) & 0xff);\n        strm.adler = 0; //crc32(0L, Z_NULL, 0);\n        s.status = BUSY_STATE;\n      }\n    }\n    else {\n      s.status = BUSY_STATE;\n    }\n  }\n//#endif\n\n  /* Flush as much pending output as possible */\n  if (s.pending !== 0) {\n    flush_pending(strm);\n    if (strm.avail_out === 0) {\n      /* Since avail_out is 0, deflate will be called again with\n       * more output space, but possibly with both pending and\n       * avail_in equal to zero. There won't be anything to do,\n       * but this is not an error situation so make sure we\n       * return OK instead of BUF_ERROR at next call of deflate:\n       */\n      s.last_flush = -1;\n      return Z_OK;\n    }\n\n    /* Make sure there is something to do and avoid duplicate consecutive\n     * flushes. For repeated and useless calls with Z_FINISH, we keep\n     * returning Z_STREAM_END instead of Z_BUF_ERROR.\n     */\n  } else if (strm.avail_in === 0 && rank(flush) <= rank(old_flush) &&\n    flush !== Z_FINISH) {\n    return err(strm, Z_BUF_ERROR);\n  }\n\n  /* User must not provide more input after the first FINISH: */\n  if (s.status === FINISH_STATE && strm.avail_in !== 0) {\n    return err(strm, Z_BUF_ERROR);\n  }\n\n  /* Start a new block or continue the current one.\n   */\n  if (strm.avail_in !== 0 || s.lookahead !== 0 ||\n    (flush !== Z_NO_FLUSH && s.status !== FINISH_STATE)) {\n    var bstate = (s.strategy === Z_HUFFMAN_ONLY) ? deflate_huff(s, flush) :\n      (s.strategy === Z_RLE ? deflate_rle(s, flush) :\n        configuration_table[s.level].func(s, flush));\n\n    if (bstate === BS_FINISH_STARTED || bstate === BS_FINISH_DONE) {\n      s.status = FINISH_STATE;\n    }\n    if (bstate === BS_NEED_MORE || bstate === BS_FINISH_STARTED) {\n      if (strm.avail_out === 0) {\n        s.last_flush = -1;\n        /* avoid BUF_ERROR next call, see above */\n      }\n      return Z_OK;\n      /* If flush != Z_NO_FLUSH && avail_out == 0, the next call\n       * of deflate should use the same flush parameter to make sure\n       * that the flush is complete. So we don't have to output an\n       * empty block here, this will be done at next call. This also\n       * ensures that for a very small output buffer, we emit at most\n       * one empty block.\n       */\n    }\n    if (bstate === BS_BLOCK_DONE) {\n      if (flush === Z_PARTIAL_FLUSH) {\n        trees._tr_align(s);\n      }\n      else if (flush !== Z_BLOCK) { /* FULL_FLUSH or SYNC_FLUSH */\n\n        trees._tr_stored_block(s, 0, 0, false);\n        /* For a full flush, this empty block will be recognized\n         * as a special marker by inflate_sync().\n         */\n        if (flush === Z_FULL_FLUSH) {\n          /*** CLEAR_HASH(s); ***/             /* forget history */\n          zero(s.head); // Fill with NIL (= 0);\n\n          if (s.lookahead === 0) {\n            s.strstart = 0;\n            s.block_start = 0;\n            s.insert = 0;\n          }\n        }\n      }\n      flush_pending(strm);\n      if (strm.avail_out === 0) {\n        s.last_flush = -1; /* avoid BUF_ERROR at next call, see above */\n        return Z_OK;\n      }\n    }\n  }\n  //Assert(strm->avail_out > 0, \"bug2\");\n  //if (strm.avail_out <= 0) { throw new Error(\"bug2\");}\n\n  if (flush !== Z_FINISH) { return Z_OK; }\n  if (s.wrap <= 0) { return Z_STREAM_END; }\n\n  /* Write the trailer */\n  if (s.wrap === 2) {\n    put_byte(s, strm.adler & 0xff);\n    put_byte(s, (strm.adler >> 8) & 0xff);\n    put_byte(s, (strm.adler >> 16) & 0xff);\n    put_byte(s, (strm.adler >> 24) & 0xff);\n    put_byte(s, strm.total_in & 0xff);\n    put_byte(s, (strm.total_in >> 8) & 0xff);\n    put_byte(s, (strm.total_in >> 16) & 0xff);\n    put_byte(s, (strm.total_in >> 24) & 0xff);\n  }\n  else\n  {\n    putShortMSB(s, strm.adler >>> 16);\n    putShortMSB(s, strm.adler & 0xffff);\n  }\n\n  flush_pending(strm);\n  /* If avail_out is zero, the application will call deflate again\n   * to flush the rest.\n   */\n  if (s.wrap > 0) { s.wrap = -s.wrap; }\n  /* write the trailer only once! */\n  return s.pending !== 0 ? Z_OK : Z_STREAM_END;\n}\n\nfunction deflateEnd(strm) {\n  var status;\n\n  if (!strm/*== Z_NULL*/ || !strm.state/*== Z_NULL*/) {\n    return Z_STREAM_ERROR;\n  }\n\n  status = strm.state.status;\n  if (status !== INIT_STATE &&\n    status !== EXTRA_STATE &&\n    status !== NAME_STATE &&\n    status !== COMMENT_STATE &&\n    status !== HCRC_STATE &&\n    status !== BUSY_STATE &&\n    status !== FINISH_STATE\n  ) {\n    return err(strm, Z_STREAM_ERROR);\n  }\n\n  strm.state = null;\n\n  return status === BUSY_STATE ? err(strm, Z_DATA_ERROR) : Z_OK;\n}\n\n\n/* =========================================================================\n * Initializes the compression dictionary from the given byte\n * sequence without producing any compressed output.\n */\nfunction deflateSetDictionary(strm, dictionary) {\n  var dictLength = dictionary.length;\n\n  var s;\n  var str, n;\n  var wrap;\n  var avail;\n  var next;\n  var input;\n  var tmpDict;\n\n  if (!strm/*== Z_NULL*/ || !strm.state/*== Z_NULL*/) {\n    return Z_STREAM_ERROR;\n  }\n\n  s = strm.state;\n  wrap = s.wrap;\n\n  if (wrap === 2 || (wrap === 1 && s.status !== INIT_STATE) || s.lookahead) {\n    return Z_STREAM_ERROR;\n  }\n\n  /* when using zlib wrappers, compute Adler-32 for provided dictionary */\n  if (wrap === 1) {\n    /* adler32(strm->adler, dictionary, dictLength); */\n    strm.adler = adler32(strm.adler, dictionary, dictLength, 0);\n  }\n\n  s.wrap = 0;   /* avoid computing Adler-32 in read_buf */\n\n  /* if dictionary would fill window, just replace the history */\n  if (dictLength >= s.w_size) {\n    if (wrap === 0) {            /* already empty otherwise */\n      /*** CLEAR_HASH(s); ***/\n      zero(s.head); // Fill with NIL (= 0);\n      s.strstart = 0;\n      s.block_start = 0;\n      s.insert = 0;\n    }\n    /* use the tail */\n    // dictionary = dictionary.slice(dictLength - s.w_size);\n    tmpDict = new utils.Buf8(s.w_size);\n    utils.arraySet(tmpDict, dictionary, dictLength - s.w_size, s.w_size, 0);\n    dictionary = tmpDict;\n    dictLength = s.w_size;\n  }\n  /* insert dictionary into window and hash */\n  avail = strm.avail_in;\n  next = strm.next_in;\n  input = strm.input;\n  strm.avail_in = dictLength;\n  strm.next_in = 0;\n  strm.input = dictionary;\n  fill_window(s);\n  while (s.lookahead >= MIN_MATCH) {\n    str = s.strstart;\n    n = s.lookahead - (MIN_MATCH - 1);\n    do {\n      /* UPDATE_HASH(s, s->ins_h, s->window[str + MIN_MATCH-1]); */\n      s.ins_h = ((s.ins_h << s.hash_shift) ^ s.window[str + MIN_MATCH - 1]) & s.hash_mask;\n\n      s.prev[str & s.w_mask] = s.head[s.ins_h];\n\n      s.head[s.ins_h] = str;\n      str++;\n    } while (--n);\n    s.strstart = str;\n    s.lookahead = MIN_MATCH - 1;\n    fill_window(s);\n  }\n  s.strstart += s.lookahead;\n  s.block_start = s.strstart;\n  s.insert = s.lookahead;\n  s.lookahead = 0;\n  s.match_length = s.prev_length = MIN_MATCH - 1;\n  s.match_available = 0;\n  strm.next_in = next;\n  strm.input = input;\n  strm.avail_in = avail;\n  s.wrap = wrap;\n  return Z_OK;\n}\n\n\nexports.deflateInit = deflateInit;\nexports.deflateInit2 = deflateInit2;\nexports.deflateReset = deflateReset;\nexports.deflateResetKeep = deflateResetKeep;\nexports.deflateSetHeader = deflateSetHeader;\nexports.deflate = deflate;\nexports.deflateEnd = deflateEnd;\nexports.deflateSetDictionary = deflateSetDictionary;\nexports.deflateInfo = 'pako deflate (from Nodeca project)';\n\n/* Not implemented\nexports.deflateBound = deflateBound;\nexports.deflateCopy = deflateCopy;\nexports.deflateParams = deflateParams;\nexports.deflatePending = deflatePending;\nexports.deflatePrime = deflatePrime;\nexports.deflateTune = deflateTune;\n*/\n\n},{\"../utils/common\":41,\"./adler32\":43,\"./crc32\":45,\"./messages\":51,\"./trees\":52}],47:[function(require,module,exports){\n'use strict';\n\n// (C) 1995-2013 Jean-loup Gailly and Mark Adler\n// (C) 2014-2017 Vitaly Puzrin and Andrey Tupitsin\n//\n// This software is provided 'as-is', without any express or implied\n// warranty. In no event will the authors be held liable for any damages\n// arising from the use of this software.\n//\n// Permission is granted to anyone to use this software for any purpose,\n// including commercial applications, and to alter it and redistribute it\n// freely, subject to the following restrictions:\n//\n// 1. The origin of this software must not be misrepresented; you must not\n//   claim that you wrote the original software. If you use this software\n//   in a product, an acknowledgment in the product documentation would be\n//   appreciated but is not required.\n// 2. Altered source versions must be plainly marked as such, and must not be\n//   misrepresented as being the original software.\n// 3. This notice may not be removed or altered from any source distribution.\n\nfunction GZheader() {\n  /* true if compressed data believed to be text */\n  this.text       = 0;\n  /* modification time */\n  this.time       = 0;\n  /* extra flags (not used when writing a gzip file) */\n  this.xflags     = 0;\n  /* operating system */\n  this.os         = 0;\n  /* pointer to extra field or Z_NULL if none */\n  this.extra      = null;\n  /* extra field length (valid if extra != Z_NULL) */\n  this.extra_len  = 0; // Actually, we don't need it in JS,\n                       // but leave for few code modifications\n\n  //\n  // Setup limits is not necessary because in js we should not preallocate memory\n  // for inflate use constant limit in 65536 bytes\n  //\n\n  /* space at extra (only when reading header) */\n  // this.extra_max  = 0;\n  /* pointer to zero-terminated file name or Z_NULL */\n  this.name       = '';\n  /* space at name (only when reading header) */\n  // this.name_max   = 0;\n  /* pointer to zero-terminated comment or Z_NULL */\n  this.comment    = '';\n  /* space at comment (only when reading header) */\n  // this.comm_max   = 0;\n  /* true if there was or will be a header crc */\n  this.hcrc       = 0;\n  /* true when done reading gzip header (not used when writing a gzip file) */\n  this.done       = false;\n}\n\nmodule.exports = GZheader;\n\n},{}],48:[function(require,module,exports){\n'use strict';\n\n// (C) 1995-2013 Jean-loup Gailly and Mark Adler\n// (C) 2014-2017 Vitaly Puzrin and Andrey Tupitsin\n//\n// This software is provided 'as-is', without any express or implied\n// warranty. In no event will the authors be held liable for any damages\n// arising from the use of this software.\n//\n// Permission is granted to anyone to use this software for any purpose,\n// including commercial applications, and to alter it and redistribute it\n// freely, subject to the following restrictions:\n//\n// 1. The origin of this software must not be misrepresented; you must not\n//   claim that you wrote the original software. If you use this software\n//   in a product, an acknowledgment in the product documentation would be\n//   appreciated but is not required.\n// 2. Altered source versions must be plainly marked as such, and must not be\n//   misrepresented as being the original software.\n// 3. This notice may not be removed or altered from any source distribution.\n\n// See state defs from inflate.js\nvar BAD = 30;       /* got a data error -- remain here until reset */\nvar TYPE = 12;      /* i: waiting for type bits, including last-flag bit */\n\n/*\n   Decode literal, length, and distance codes and write out the resulting\n   literal and match bytes until either not enough input or output is\n   available, an end-of-block is encountered, or a data error is encountered.\n   When large enough input and output buffers are supplied to inflate(), for\n   example, a 16K input buffer and a 64K output buffer, more than 95% of the\n   inflate execution time is spent in this routine.\n\n   Entry assumptions:\n\n        state.mode === LEN\n        strm.avail_in >= 6\n        strm.avail_out >= 258\n        start >= strm.avail_out\n        state.bits < 8\n\n   On return, state.mode is one of:\n\n        LEN -- ran out of enough output space or enough available input\n        TYPE -- reached end of block code, inflate() to interpret next block\n        BAD -- error in block data\n\n   Notes:\n\n    - The maximum input bits used by a length/distance pair is 15 bits for the\n      length code, 5 bits for the length extra, 15 bits for the distance code,\n      and 13 bits for the distance extra.  This totals 48 bits, or six bytes.\n      Therefore if strm.avail_in >= 6, then there is enough input to avoid\n      checking for available input while decoding.\n\n    - The maximum bytes that a single length/distance pair can output is 258\n      bytes, which is the maximum length that can be coded.  inflate_fast()\n      requires strm.avail_out >= 258 for each loop to avoid checking for\n      output space.\n */\nmodule.exports = function inflate_fast(strm, start) {\n  var state;\n  var _in;                    /* local strm.input */\n  var last;                   /* have enough input while in < last */\n  var _out;                   /* local strm.output */\n  var beg;                    /* inflate()'s initial strm.output */\n  var end;                    /* while out < end, enough space available */\n//#ifdef INFLATE_STRICT\n  var dmax;                   /* maximum distance from zlib header */\n//#endif\n  var wsize;                  /* window size or zero if not using window */\n  var whave;                  /* valid bytes in the window */\n  var wnext;                  /* window write index */\n  // Use `s_window` instead `window`, avoid conflict with instrumentation tools\n  var s_window;               /* allocated sliding window, if wsize != 0 */\n  var hold;                   /* local strm.hold */\n  var bits;                   /* local strm.bits */\n  var lcode;                  /* local strm.lencode */\n  var dcode;                  /* local strm.distcode */\n  var lmask;                  /* mask for first level of length codes */\n  var dmask;                  /* mask for first level of distance codes */\n  var here;                   /* retrieved table entry */\n  var op;                     /* code bits, operation, extra bits, or */\n                              /*  window position, window bytes to copy */\n  var len;                    /* match length, unused bytes */\n  var dist;                   /* match distance */\n  var from;                   /* where to copy match from */\n  var from_source;\n\n\n  var input, output; // JS specific, because we have no pointers\n\n  /* copy state to local variables */\n  state = strm.state;\n  //here = state.here;\n  _in = strm.next_in;\n  input = strm.input;\n  last = _in + (strm.avail_in - 5);\n  _out = strm.next_out;\n  output = strm.output;\n  beg = _out - (start - strm.avail_out);\n  end = _out + (strm.avail_out - 257);\n//#ifdef INFLATE_STRICT\n  dmax = state.dmax;\n//#endif\n  wsize = state.wsize;\n  whave = state.whave;\n  wnext = state.wnext;\n  s_window = state.window;\n  hold = state.hold;\n  bits = state.bits;\n  lcode = state.lencode;\n  dcode = state.distcode;\n  lmask = (1 << state.lenbits) - 1;\n  dmask = (1 << state.distbits) - 1;\n\n\n  /* decode literals and length/distances until end-of-block or not enough\n     input data or output space */\n\n  top:\n  do {\n    if (bits < 15) {\n      hold += input[_in++] << bits;\n      bits += 8;\n      hold += input[_in++] << bits;\n      bits += 8;\n    }\n\n    here = lcode[hold & lmask];\n\n    dolen:\n    for (;;) { // Goto emulation\n      op = here >>> 24/*here.bits*/;\n      hold >>>= op;\n      bits -= op;\n      op = (here >>> 16) & 0xff/*here.op*/;\n      if (op === 0) {                          /* literal */\n        //Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f ?\n        //        \"inflate:         literal '%c'\\n\" :\n        //        \"inflate:         literal 0x%02x\\n\", here.val));\n        output[_out++] = here & 0xffff/*here.val*/;\n      }\n      else if (op & 16) {                     /* length base */\n        len = here & 0xffff/*here.val*/;\n        op &= 15;                           /* number of extra bits */\n        if (op) {\n          if (bits < op) {\n            hold += input[_in++] << bits;\n            bits += 8;\n          }\n          len += hold & ((1 << op) - 1);\n          hold >>>= op;\n          bits -= op;\n        }\n        //Tracevv((stderr, \"inflate:         length %u\\n\", len));\n        if (bits < 15) {\n          hold += input[_in++] << bits;\n          bits += 8;\n          hold += input[_in++] << bits;\n          bits += 8;\n        }\n        here = dcode[hold & dmask];\n\n        dodist:\n        for (;;) { // goto emulation\n          op = here >>> 24/*here.bits*/;\n          hold >>>= op;\n          bits -= op;\n          op = (here >>> 16) & 0xff/*here.op*/;\n\n          if (op & 16) {                      /* distance base */\n            dist = here & 0xffff/*here.val*/;\n            op &= 15;                       /* number of extra bits */\n            if (bits < op) {\n              hold += input[_in++] << bits;\n              bits += 8;\n              if (bits < op) {\n                hold += input[_in++] << bits;\n                bits += 8;\n              }\n            }\n            dist += hold & ((1 << op) - 1);\n//#ifdef INFLATE_STRICT\n            if (dist > dmax) {\n              strm.msg = 'invalid distance too far back';\n              state.mode = BAD;\n              break top;\n            }\n//#endif\n            hold >>>= op;\n            bits -= op;\n            //Tracevv((stderr, \"inflate:         distance %u\\n\", dist));\n            op = _out - beg;                /* max distance in output */\n            if (dist > op) {                /* see if copy from window */\n              op = dist - op;               /* distance back in window */\n              if (op > whave) {\n                if (state.sane) {\n                  strm.msg = 'invalid distance too far back';\n                  state.mode = BAD;\n                  break top;\n                }\n\n// (!) This block is disabled in zlib defailts,\n// don't enable it for binary compatibility\n//#ifdef INFLATE_ALLOW_INVALID_DISTANCE_TOOFAR_ARRR\n//                if (len <= op - whave) {\n//                  do {\n//                    output[_out++] = 0;\n//                  } while (--len);\n//                  continue top;\n//                }\n//                len -= op - whave;\n//                do {\n//                  output[_out++] = 0;\n//                } while (--op > whave);\n//                if (op === 0) {\n//                  from = _out - dist;\n//                  do {\n//                    output[_out++] = output[from++];\n//                  } while (--len);\n//                  continue top;\n//                }\n//#endif\n              }\n              from = 0; // window index\n              from_source = s_window;\n              if (wnext === 0) {           /* very common case */\n                from += wsize - op;\n                if (op < len) {         /* some from window */\n                  len -= op;\n                  do {\n                    output[_out++] = s_window[from++];\n                  } while (--op);\n                  from = _out - dist;  /* rest from output */\n                  from_source = output;\n                }\n              }\n              else if (wnext < op) {      /* wrap around window */\n                from += wsize + wnext - op;\n                op -= wnext;\n                if (op < len) {         /* some from end of window */\n                  len -= op;\n                  do {\n                    output[_out++] = s_window[from++];\n                  } while (--op);\n                  from = 0;\n                  if (wnext < len) {  /* some from start of window */\n                    op = wnext;\n                    len -= op;\n                    do {\n                      output[_out++] = s_window[from++];\n                    } while (--op);\n                    from = _out - dist;      /* rest from output */\n                    from_source = output;\n                  }\n                }\n              }\n              else {                      /* contiguous in window */\n                from += wnext - op;\n                if (op < len) {         /* some from window */\n                  len -= op;\n                  do {\n                    output[_out++] = s_window[from++];\n                  } while (--op);\n                  from = _out - dist;  /* rest from output */\n                  from_source = output;\n                }\n              }\n              while (len > 2) {\n                output[_out++] = from_source[from++];\n                output[_out++] = from_source[from++];\n                output[_out++] = from_source[from++];\n                len -= 3;\n              }\n              if (len) {\n                output[_out++] = from_source[from++];\n                if (len > 1) {\n                  output[_out++] = from_source[from++];\n                }\n              }\n            }\n            else {\n              from = _out - dist;          /* copy direct from output */\n              do {                        /* minimum length is three */\n                output[_out++] = output[from++];\n                output[_out++] = output[from++];\n                output[_out++] = output[from++];\n                len -= 3;\n              } while (len > 2);\n              if (len) {\n                output[_out++] = output[from++];\n                if (len > 1) {\n                  output[_out++] = output[from++];\n                }\n              }\n            }\n          }\n          else if ((op & 64) === 0) {          /* 2nd level distance code */\n            here = dcode[(here & 0xffff)/*here.val*/ + (hold & ((1 << op) - 1))];\n            continue dodist;\n          }\n          else {\n            strm.msg = 'invalid distance code';\n            state.mode = BAD;\n            break top;\n          }\n\n          break; // need to emulate goto via \"continue\"\n        }\n      }\n      else if ((op & 64) === 0) {              /* 2nd level length code */\n        here = lcode[(here & 0xffff)/*here.val*/ + (hold & ((1 << op) - 1))];\n        continue dolen;\n      }\n      else if (op & 32) {                     /* end-of-block */\n        //Tracevv((stderr, \"inflate:         end of block\\n\"));\n        state.mode = TYPE;\n        break top;\n      }\n      else {\n        strm.msg = 'invalid literal/length code';\n        state.mode = BAD;\n        break top;\n      }\n\n      break; // need to emulate goto via \"continue\"\n    }\n  } while (_in < last && _out < end);\n\n  /* return unused bytes (on entry, bits < 8, so in won't go too far back) */\n  len = bits >> 3;\n  _in -= len;\n  bits -= len << 3;\n  hold &= (1 << bits) - 1;\n\n  /* update state and return */\n  strm.next_in = _in;\n  strm.next_out = _out;\n  strm.avail_in = (_in < last ? 5 + (last - _in) : 5 - (_in - last));\n  strm.avail_out = (_out < end ? 257 + (end - _out) : 257 - (_out - end));\n  state.hold = hold;\n  state.bits = bits;\n  return;\n};\n\n},{}],49:[function(require,module,exports){\n'use strict';\n\n// (C) 1995-2013 Jean-loup Gailly and Mark Adler\n// (C) 2014-2017 Vitaly Puzrin and Andrey Tupitsin\n//\n// This software is provided 'as-is', without any express or implied\n// warranty. In no event will the authors be held liable for any damages\n// arising from the use of this software.\n//\n// Permission is granted to anyone to use this software for any purpose,\n// including commercial applications, and to alter it and redistribute it\n// freely, subject to the following restrictions:\n//\n// 1. The origin of this software must not be misrepresented; you must not\n//   claim that you wrote the original software. If you use this software\n//   in a product, an acknowledgment in the product documentation would be\n//   appreciated but is not required.\n// 2. Altered source versions must be plainly marked as such, and must not be\n//   misrepresented as being the original software.\n// 3. This notice may not be removed or altered from any source distribution.\n\nvar utils         = require('../utils/common');\nvar adler32       = require('./adler32');\nvar crc32         = require('./crc32');\nvar inflate_fast  = require('./inffast');\nvar inflate_table = require('./inftrees');\n\nvar CODES = 0;\nvar LENS = 1;\nvar DISTS = 2;\n\n/* Public constants ==========================================================*/\n/* ===========================================================================*/\n\n\n/* Allowed flush values; see deflate() and inflate() below for details */\n//var Z_NO_FLUSH      = 0;\n//var Z_PARTIAL_FLUSH = 1;\n//var Z_SYNC_FLUSH    = 2;\n//var Z_FULL_FLUSH    = 3;\nvar Z_FINISH        = 4;\nvar Z_BLOCK         = 5;\nvar Z_TREES         = 6;\n\n\n/* Return codes for the compression/decompression functions. Negative values\n * are errors, positive values are used for special but normal events.\n */\nvar Z_OK            = 0;\nvar Z_STREAM_END    = 1;\nvar Z_NEED_DICT     = 2;\n//var Z_ERRNO         = -1;\nvar Z_STREAM_ERROR  = -2;\nvar Z_DATA_ERROR    = -3;\nvar Z_MEM_ERROR     = -4;\nvar Z_BUF_ERROR     = -5;\n//var Z_VERSION_ERROR = -6;\n\n/* The deflate compression method */\nvar Z_DEFLATED  = 8;\n\n\n/* STATES ====================================================================*/\n/* ===========================================================================*/\n\n\nvar    HEAD = 1;       /* i: waiting for magic header */\nvar    FLAGS = 2;      /* i: waiting for method and flags (gzip) */\nvar    TIME = 3;       /* i: waiting for modification time (gzip) */\nvar    OS = 4;         /* i: waiting for extra flags and operating system (gzip) */\nvar    EXLEN = 5;      /* i: waiting for extra length (gzip) */\nvar    EXTRA = 6;      /* i: waiting for extra bytes (gzip) */\nvar    NAME = 7;       /* i: waiting for end of file name (gzip) */\nvar    COMMENT = 8;    /* i: waiting for end of comment (gzip) */\nvar    HCRC = 9;       /* i: waiting for header crc (gzip) */\nvar    DICTID = 10;    /* i: waiting for dictionary check value */\nvar    DICT = 11;      /* waiting for inflateSetDictionary() call */\nvar        TYPE = 12;      /* i: waiting for type bits, including last-flag bit */\nvar        TYPEDO = 13;    /* i: same, but skip check to exit inflate on new block */\nvar        STORED = 14;    /* i: waiting for stored size (length and complement) */\nvar        COPY_ = 15;     /* i/o: same as COPY below, but only first time in */\nvar        COPY = 16;      /* i/o: waiting for input or output to copy stored block */\nvar        TABLE = 17;     /* i: waiting for dynamic block table lengths */\nvar        LENLENS = 18;   /* i: waiting for code length code lengths */\nvar        CODELENS = 19;  /* i: waiting for length/lit and distance code lengths */\nvar            LEN_ = 20;      /* i: same as LEN below, but only first time in */\nvar            LEN = 21;       /* i: waiting for length/lit/eob code */\nvar            LENEXT = 22;    /* i: waiting for length extra bits */\nvar            DIST = 23;      /* i: waiting for distance code */\nvar            DISTEXT = 24;   /* i: waiting for distance extra bits */\nvar            MATCH = 25;     /* o: waiting for output space to copy string */\nvar            LIT = 26;       /* o: waiting for output space to write literal */\nvar    CHECK = 27;     /* i: waiting for 32-bit check value */\nvar    LENGTH = 28;    /* i: waiting for 32-bit length (gzip) */\nvar    DONE = 29;      /* finished check, done -- remain here until reset */\nvar    BAD = 30;       /* got a data error -- remain here until reset */\nvar    MEM = 31;       /* got an inflate() memory error -- remain here until reset */\nvar    SYNC = 32;      /* looking for synchronization bytes to restart inflate() */\n\n/* ===========================================================================*/\n\n\n\nvar ENOUGH_LENS = 852;\nvar ENOUGH_DISTS = 592;\n//var ENOUGH =  (ENOUGH_LENS+ENOUGH_DISTS);\n\nvar MAX_WBITS = 15;\n/* 32K LZ77 window */\nvar DEF_WBITS = MAX_WBITS;\n\n\nfunction zswap32(q) {\n  return  (((q >>> 24) & 0xff) +\n          ((q >>> 8) & 0xff00) +\n          ((q & 0xff00) << 8) +\n          ((q & 0xff) << 24));\n}\n\n\nfunction InflateState() {\n  this.mode = 0;             /* current inflate mode */\n  this.last = false;          /* true if processing last block */\n  this.wrap = 0;              /* bit 0 true for zlib, bit 1 true for gzip */\n  this.havedict = false;      /* true if dictionary provided */\n  this.flags = 0;             /* gzip header method and flags (0 if zlib) */\n  this.dmax = 0;              /* zlib header max distance (INFLATE_STRICT) */\n  this.check = 0;             /* protected copy of check value */\n  this.total = 0;             /* protected copy of output count */\n  // TODO: may be {}\n  this.head = null;           /* where to save gzip header information */\n\n  /* sliding window */\n  this.wbits = 0;             /* log base 2 of requested window size */\n  this.wsize = 0;             /* window size or zero if not using window */\n  this.whave = 0;             /* valid bytes in the window */\n  this.wnext = 0;             /* window write index */\n  this.window = null;         /* allocated sliding window, if needed */\n\n  /* bit accumulator */\n  this.hold = 0;              /* input bit accumulator */\n  this.bits = 0;              /* number of bits in \"in\" */\n\n  /* for string and stored block copying */\n  this.length = 0;            /* literal or length of data to copy */\n  this.offset = 0;            /* distance back to copy string from */\n\n  /* for table and code decoding */\n  this.extra = 0;             /* extra bits needed */\n\n  /* fixed and dynamic code tables */\n  this.lencode = null;          /* starting table for length/literal codes */\n  this.distcode = null;         /* starting table for distance codes */\n  this.lenbits = 0;           /* index bits for lencode */\n  this.distbits = 0;          /* index bits for distcode */\n\n  /* dynamic table building */\n  this.ncode = 0;             /* number of code length code lengths */\n  this.nlen = 0;              /* number of length code lengths */\n  this.ndist = 0;             /* number of distance code lengths */\n  this.have = 0;              /* number of code lengths in lens[] */\n  this.next = null;              /* next available space in codes[] */\n\n  this.lens = new utils.Buf16(320); /* temporary storage for code lengths */\n  this.work = new utils.Buf16(288); /* work area for code table building */\n\n  /*\n   because we don't have pointers in js, we use lencode and distcode directly\n   as buffers so we don't need codes\n  */\n  //this.codes = new utils.Buf32(ENOUGH);       /* space for code tables */\n  this.lendyn = null;              /* dynamic table for length/literal codes (JS specific) */\n  this.distdyn = null;             /* dynamic table for distance codes (JS specific) */\n  this.sane = 0;                   /* if false, allow invalid distance too far */\n  this.back = 0;                   /* bits back of last unprocessed length/lit */\n  this.was = 0;                    /* initial length of match */\n}\n\nfunction inflateResetKeep(strm) {\n  var state;\n\n  if (!strm || !strm.state) { return Z_STREAM_ERROR; }\n  state = strm.state;\n  strm.total_in = strm.total_out = state.total = 0;\n  strm.msg = ''; /*Z_NULL*/\n  if (state.wrap) {       /* to support ill-conceived Java test suite */\n    strm.adler = state.wrap & 1;\n  }\n  state.mode = HEAD;\n  state.last = 0;\n  state.havedict = 0;\n  state.dmax = 32768;\n  state.head = null/*Z_NULL*/;\n  state.hold = 0;\n  state.bits = 0;\n  //state.lencode = state.distcode = state.next = state.codes;\n  state.lencode = state.lendyn = new utils.Buf32(ENOUGH_LENS);\n  state.distcode = state.distdyn = new utils.Buf32(ENOUGH_DISTS);\n\n  state.sane = 1;\n  state.back = -1;\n  //Tracev((stderr, \"inflate: reset\\n\"));\n  return Z_OK;\n}\n\nfunction inflateReset(strm) {\n  var state;\n\n  if (!strm || !strm.state) { return Z_STREAM_ERROR; }\n  state = strm.state;\n  state.wsize = 0;\n  state.whave = 0;\n  state.wnext = 0;\n  return inflateResetKeep(strm);\n\n}\n\nfunction inflateReset2(strm, windowBits) {\n  var wrap;\n  var state;\n\n  /* get the state */\n  if (!strm || !strm.state) { return Z_STREAM_ERROR; }\n  state = strm.state;\n\n  /* extract wrap request from windowBits parameter */\n  if (windowBits < 0) {\n    wrap = 0;\n    windowBits = -windowBits;\n  }\n  else {\n    wrap = (windowBits >> 4) + 1;\n    if (windowBits < 48) {\n      windowBits &= 15;\n    }\n  }\n\n  /* set number of window bits, free window if different */\n  if (windowBits && (windowBits < 8 || windowBits > 15)) {\n    return Z_STREAM_ERROR;\n  }\n  if (state.window !== null && state.wbits !== windowBits) {\n    state.window = null;\n  }\n\n  /* update state and reset the rest of it */\n  state.wrap = wrap;\n  state.wbits = windowBits;\n  return inflateReset(strm);\n}\n\nfunction inflateInit2(strm, windowBits) {\n  var ret;\n  var state;\n\n  if (!strm) { return Z_STREAM_ERROR; }\n  //strm.msg = Z_NULL;                 /* in case we return an error */\n\n  state = new InflateState();\n\n  //if (state === Z_NULL) return Z_MEM_ERROR;\n  //Tracev((stderr, \"inflate: allocated\\n\"));\n  strm.state = state;\n  state.window = null/*Z_NULL*/;\n  ret = inflateReset2(strm, windowBits);\n  if (ret !== Z_OK) {\n    strm.state = null/*Z_NULL*/;\n  }\n  return ret;\n}\n\nfunction inflateInit(strm) {\n  return inflateInit2(strm, DEF_WBITS);\n}\n\n\n/*\n Return state with length and distance decoding tables and index sizes set to\n fixed code decoding.  Normally this returns fixed tables from inffixed.h.\n If BUILDFIXED is defined, then instead this routine builds the tables the\n first time it's called, and returns those tables the first time and\n thereafter.  This reduces the size of the code by about 2K bytes, in\n exchange for a little execution time.  However, BUILDFIXED should not be\n used for threaded applications, since the rewriting of the tables and virgin\n may not be thread-safe.\n */\nvar virgin = true;\n\nvar lenfix, distfix; // We have no pointers in JS, so keep tables separate\n\nfunction fixedtables(state) {\n  /* build fixed huffman tables if first call (may not be thread safe) */\n  if (virgin) {\n    var sym;\n\n    lenfix = new utils.Buf32(512);\n    distfix = new utils.Buf32(32);\n\n    /* literal/length table */\n    sym = 0;\n    while (sym < 144) { state.lens[sym++] = 8; }\n    while (sym < 256) { state.lens[sym++] = 9; }\n    while (sym < 280) { state.lens[sym++] = 7; }\n    while (sym < 288) { state.lens[sym++] = 8; }\n\n    inflate_table(LENS,  state.lens, 0, 288, lenfix,   0, state.work, { bits: 9 });\n\n    /* distance table */\n    sym = 0;\n    while (sym < 32) { state.lens[sym++] = 5; }\n\n    inflate_table(DISTS, state.lens, 0, 32,   distfix, 0, state.work, { bits: 5 });\n\n    /* do this just once */\n    virgin = false;\n  }\n\n  state.lencode = lenfix;\n  state.lenbits = 9;\n  state.distcode = distfix;\n  state.distbits = 5;\n}\n\n\n/*\n Update the window with the last wsize (normally 32K) bytes written before\n returning.  If window does not exist yet, create it.  This is only called\n when a window is already in use, or when output has been written during this\n inflate call, but the end of the deflate stream has not been reached yet.\n It is also called to create a window for dictionary data when a dictionary\n is loaded.\n\n Providing output buffers larger than 32K to inflate() should provide a speed\n advantage, since only the last 32K of output is copied to the sliding window\n upon return from inflate(), and since all distances after the first 32K of\n output will fall in the output data, making match copies simpler and faster.\n The advantage may be dependent on the size of the processor's data caches.\n */\nfunction updatewindow(strm, src, end, copy) {\n  var dist;\n  var state = strm.state;\n\n  /* if it hasn't been done already, allocate space for the window */\n  if (state.window === null) {\n    state.wsize = 1 << state.wbits;\n    state.wnext = 0;\n    state.whave = 0;\n\n    state.window = new utils.Buf8(state.wsize);\n  }\n\n  /* copy state->wsize or less output bytes into the circular window */\n  if (copy >= state.wsize) {\n    utils.arraySet(state.window, src, end - state.wsize, state.wsize, 0);\n    state.wnext = 0;\n    state.whave = state.wsize;\n  }\n  else {\n    dist = state.wsize - state.wnext;\n    if (dist > copy) {\n      dist = copy;\n    }\n    //zmemcpy(state->window + state->wnext, end - copy, dist);\n    utils.arraySet(state.window, src, end - copy, dist, state.wnext);\n    copy -= dist;\n    if (copy) {\n      //zmemcpy(state->window, end - copy, copy);\n      utils.arraySet(state.window, src, end - copy, copy, 0);\n      state.wnext = copy;\n      state.whave = state.wsize;\n    }\n    else {\n      state.wnext += dist;\n      if (state.wnext === state.wsize) { state.wnext = 0; }\n      if (state.whave < state.wsize) { state.whave += dist; }\n    }\n  }\n  return 0;\n}\n\nfunction inflate(strm, flush) {\n  var state;\n  var input, output;          // input/output buffers\n  var next;                   /* next input INDEX */\n  var put;                    /* next output INDEX */\n  var have, left;             /* available input and output */\n  var hold;                   /* bit buffer */\n  var bits;                   /* bits in bit buffer */\n  var _in, _out;              /* save starting available input and output */\n  var copy;                   /* number of stored or match bytes to copy */\n  var from;                   /* where to copy match bytes from */\n  var from_source;\n  var here = 0;               /* current decoding table entry */\n  var here_bits, here_op, here_val; // paked \"here\" denormalized (JS specific)\n  //var last;                   /* parent table entry */\n  var last_bits, last_op, last_val; // paked \"last\" denormalized (JS specific)\n  var len;                    /* length to copy for repeats, bits to drop */\n  var ret;                    /* return code */\n  var hbuf = new utils.Buf8(4);    /* buffer for gzip header crc calculation */\n  var opts;\n\n  var n; // temporary var for NEED_BITS\n\n  var order = /* permutation of code lengths */\n    [ 16, 17, 18, 0, 8, 7, 9, 6, 10, 5, 11, 4, 12, 3, 13, 2, 14, 1, 15 ];\n\n\n  if (!strm || !strm.state || !strm.output ||\n      (!strm.input && strm.avail_in !== 0)) {\n    return Z_STREAM_ERROR;\n  }\n\n  state = strm.state;\n  if (state.mode === TYPE) { state.mode = TYPEDO; }    /* skip check */\n\n\n  //--- LOAD() ---\n  put = strm.next_out;\n  output = strm.output;\n  left = strm.avail_out;\n  next = strm.next_in;\n  input = strm.input;\n  have = strm.avail_in;\n  hold = state.hold;\n  bits = state.bits;\n  //---\n\n  _in = have;\n  _out = left;\n  ret = Z_OK;\n\n  inf_leave: // goto emulation\n  for (;;) {\n    switch (state.mode) {\n    case HEAD:\n      if (state.wrap === 0) {\n        state.mode = TYPEDO;\n        break;\n      }\n      //=== NEEDBITS(16);\n      while (bits < 16) {\n        if (have === 0) { break inf_leave; }\n        have--;\n        hold += input[next++] << bits;\n        bits += 8;\n      }\n      //===//\n      if ((state.wrap & 2) && hold === 0x8b1f) {  /* gzip header */\n        state.check = 0/*crc32(0L, Z_NULL, 0)*/;\n        //=== CRC2(state.check, hold);\n        hbuf[0] = hold & 0xff;\n        hbuf[1] = (hold >>> 8) & 0xff;\n        state.check = crc32(state.check, hbuf, 2, 0);\n        //===//\n\n        //=== INITBITS();\n        hold = 0;\n        bits = 0;\n        //===//\n        state.mode = FLAGS;\n        break;\n      }\n      state.flags = 0;           /* expect zlib header */\n      if (state.head) {\n        state.head.done = false;\n      }\n      if (!(state.wrap & 1) ||   /* check if zlib header allowed */\n        (((hold & 0xff)/*BITS(8)*/ << 8) + (hold >> 8)) % 31) {\n        strm.msg = 'incorrect header check';\n        state.mode = BAD;\n        break;\n      }\n      if ((hold & 0x0f)/*BITS(4)*/ !== Z_DEFLATED) {\n        strm.msg = 'unknown compression method';\n        state.mode = BAD;\n        break;\n      }\n      //--- DROPBITS(4) ---//\n      hold >>>= 4;\n      bits -= 4;\n      //---//\n      len = (hold & 0x0f)/*BITS(4)*/ + 8;\n      if (state.wbits === 0) {\n        state.wbits = len;\n      }\n      else if (len > state.wbits) {\n        strm.msg = 'invalid window size';\n        state.mode = BAD;\n        break;\n      }\n      state.dmax = 1 << len;\n      //Tracev((stderr, \"inflate:   zlib header ok\\n\"));\n      strm.adler = state.check = 1/*adler32(0L, Z_NULL, 0)*/;\n      state.mode = hold & 0x200 ? DICTID : TYPE;\n      //=== INITBITS();\n      hold = 0;\n      bits = 0;\n      //===//\n      break;\n    case FLAGS:\n      //=== NEEDBITS(16); */\n      while (bits < 16) {\n        if (have === 0) { break inf_leave; }\n        have--;\n        hold += input[next++] << bits;\n        bits += 8;\n      }\n      //===//\n      state.flags = hold;\n      if ((state.flags & 0xff) !== Z_DEFLATED) {\n        strm.msg = 'unknown compression method';\n        state.mode = BAD;\n        break;\n      }\n      if (state.flags & 0xe000) {\n        strm.msg = 'unknown header flags set';\n        state.mode = BAD;\n        break;\n      }\n      if (state.head) {\n        state.head.text = ((hold >> 8) & 1);\n      }\n      if (state.flags & 0x0200) {\n        //=== CRC2(state.check, hold);\n        hbuf[0] = hold & 0xff;\n        hbuf[1] = (hold >>> 8) & 0xff;\n        state.check = crc32(state.check, hbuf, 2, 0);\n        //===//\n      }\n      //=== INITBITS();\n      hold = 0;\n      bits = 0;\n      //===//\n      state.mode = TIME;\n      /* falls through */\n    case TIME:\n      //=== NEEDBITS(32); */\n      while (bits < 32) {\n        if (have === 0) { break inf_leave; }\n        have--;\n        hold += input[next++] << bits;\n        bits += 8;\n      }\n      //===//\n      if (state.head) {\n        state.head.time = hold;\n      }\n      if (state.flags & 0x0200) {\n        //=== CRC4(state.check, hold)\n        hbuf[0] = hold & 0xff;\n        hbuf[1] = (hold >>> 8) & 0xff;\n        hbuf[2] = (hold >>> 16) & 0xff;\n        hbuf[3] = (hold >>> 24) & 0xff;\n        state.check = crc32(state.check, hbuf, 4, 0);\n        //===\n      }\n      //=== INITBITS();\n      hold = 0;\n      bits = 0;\n      //===//\n      state.mode = OS;\n      /* falls through */\n    case OS:\n      //=== NEEDBITS(16); */\n      while (bits < 16) {\n        if (have === 0) { break inf_leave; }\n        have--;\n        hold += input[next++] << bits;\n        bits += 8;\n      }\n      //===//\n      if (state.head) {\n        state.head.xflags = (hold & 0xff);\n        state.head.os = (hold >> 8);\n      }\n      if (state.flags & 0x0200) {\n        //=== CRC2(state.check, hold);\n        hbuf[0] = hold & 0xff;\n        hbuf[1] = (hold >>> 8) & 0xff;\n        state.check = crc32(state.check, hbuf, 2, 0);\n        //===//\n      }\n      //=== INITBITS();\n      hold = 0;\n      bits = 0;\n      //===//\n      state.mode = EXLEN;\n      /* falls through */\n    case EXLEN:\n      if (state.flags & 0x0400) {\n        //=== NEEDBITS(16); */\n        while (bits < 16) {\n          if (have === 0) { break inf_leave; }\n          have--;\n          hold += input[next++] << bits;\n          bits += 8;\n        }\n        //===//\n        state.length = hold;\n        if (state.head) {\n          state.head.extra_len = hold;\n        }\n        if (state.flags & 0x0200) {\n          //=== CRC2(state.check, hold);\n          hbuf[0] = hold & 0xff;\n          hbuf[1] = (hold >>> 8) & 0xff;\n          state.check = crc32(state.check, hbuf, 2, 0);\n          //===//\n        }\n        //=== INITBITS();\n        hold = 0;\n        bits = 0;\n        //===//\n      }\n      else if (state.head) {\n        state.head.extra = null/*Z_NULL*/;\n      }\n      state.mode = EXTRA;\n      /* falls through */\n    case EXTRA:\n      if (state.flags & 0x0400) {\n        copy = state.length;\n        if (copy > have) { copy = have; }\n        if (copy) {\n          if (state.head) {\n            len = state.head.extra_len - state.length;\n            if (!state.head.extra) {\n              // Use untyped array for more conveniend processing later\n              state.head.extra = new Array(state.head.extra_len);\n            }\n            utils.arraySet(\n              state.head.extra,\n              input,\n              next,\n              // extra field is limited to 65536 bytes\n              // - no need for additional size check\n              copy,\n              /*len + copy > state.head.extra_max - len ? state.head.extra_max : copy,*/\n              len\n            );\n            //zmemcpy(state.head.extra + len, next,\n            //        len + copy > state.head.extra_max ?\n            //        state.head.extra_max - len : copy);\n          }\n          if (state.flags & 0x0200) {\n            state.check = crc32(state.check, input, copy, next);\n          }\n          have -= copy;\n          next += copy;\n          state.length -= copy;\n        }\n        if (state.length) { break inf_leave; }\n      }\n      state.length = 0;\n      state.mode = NAME;\n      /* falls through */\n    case NAME:\n      if (state.flags & 0x0800) {\n        if (have === 0) { break inf_leave; }\n        copy = 0;\n        do {\n          // TODO: 2 or 1 bytes?\n          len = input[next + copy++];\n          /* use constant limit because in js we should not preallocate memory */\n          if (state.head && len &&\n              (state.length < 65536 /*state.head.name_max*/)) {\n            state.head.name += String.fromCharCode(len);\n          }\n        } while (len && copy < have);\n\n        if (state.flags & 0x0200) {\n          state.check = crc32(state.check, input, copy, next);\n        }\n        have -= copy;\n        next += copy;\n        if (len) { break inf_leave; }\n      }\n      else if (state.head) {\n        state.head.name = null;\n      }\n      state.length = 0;\n      state.mode = COMMENT;\n      /* falls through */\n    case COMMENT:\n      if (state.flags & 0x1000) {\n        if (have === 0) { break inf_leave; }\n        copy = 0;\n        do {\n          len = input[next + copy++];\n          /* use constant limit because in js we should not preallocate memory */\n          if (state.head && len &&\n              (state.length < 65536 /*state.head.comm_max*/)) {\n            state.head.comment += String.fromCharCode(len);\n          }\n        } while (len && copy < have);\n        if (state.flags & 0x0200) {\n          state.check = crc32(state.check, input, copy, next);\n        }\n        have -= copy;\n        next += copy;\n        if (len) { break inf_leave; }\n      }\n      else if (state.head) {\n        state.head.comment = null;\n      }\n      state.mode = HCRC;\n      /* falls through */\n    case HCRC:\n      if (state.flags & 0x0200) {\n        //=== NEEDBITS(16); */\n        while (bits < 16) {\n          if (have === 0) { break inf_leave; }\n          have--;\n          hold += input[next++] << bits;\n          bits += 8;\n        }\n        //===//\n        if (hold !== (state.check & 0xffff)) {\n          strm.msg = 'header crc mismatch';\n          state.mode = BAD;\n          break;\n        }\n        //=== INITBITS();\n        hold = 0;\n        bits = 0;\n        //===//\n      }\n      if (state.head) {\n        state.head.hcrc = ((state.flags >> 9) & 1);\n        state.head.done = true;\n      }\n      strm.adler = state.check = 0;\n      state.mode = TYPE;\n      break;\n    case DICTID:\n      //=== NEEDBITS(32); */\n      while (bits < 32) {\n        if (have === 0) { break inf_leave; }\n        have--;\n        hold += input[next++] << bits;\n        bits += 8;\n      }\n      //===//\n      strm.adler = state.check = zswap32(hold);\n      //=== INITBITS();\n      hold = 0;\n      bits = 0;\n      //===//\n      state.mode = DICT;\n      /* falls through */\n    case DICT:\n      if (state.havedict === 0) {\n        //--- RESTORE() ---\n        strm.next_out = put;\n        strm.avail_out = left;\n        strm.next_in = next;\n        strm.avail_in = have;\n        state.hold = hold;\n        state.bits = bits;\n        //---\n        return Z_NEED_DICT;\n      }\n      strm.adler = state.check = 1/*adler32(0L, Z_NULL, 0)*/;\n      state.mode = TYPE;\n      /* falls through */\n    case TYPE:\n      if (flush === Z_BLOCK || flush === Z_TREES) { break inf_leave; }\n      /* falls through */\n    case TYPEDO:\n      if (state.last) {\n        //--- BYTEBITS() ---//\n        hold >>>= bits & 7;\n        bits -= bits & 7;\n        //---//\n        state.mode = CHECK;\n        break;\n      }\n      //=== NEEDBITS(3); */\n      while (bits < 3) {\n        if (have === 0) { break inf_leave; }\n        have--;\n        hold += input[next++] << bits;\n        bits += 8;\n      }\n      //===//\n      state.last = (hold & 0x01)/*BITS(1)*/;\n      //--- DROPBITS(1) ---//\n      hold >>>= 1;\n      bits -= 1;\n      //---//\n\n      switch ((hold & 0x03)/*BITS(2)*/) {\n      case 0:                             /* stored block */\n        //Tracev((stderr, \"inflate:     stored block%s\\n\",\n        //        state.last ? \" (last)\" : \"\"));\n        state.mode = STORED;\n        break;\n      case 1:                             /* fixed block */\n        fixedtables(state);\n        //Tracev((stderr, \"inflate:     fixed codes block%s\\n\",\n        //        state.last ? \" (last)\" : \"\"));\n        state.mode = LEN_;             /* decode codes */\n        if (flush === Z_TREES) {\n          //--- DROPBITS(2) ---//\n          hold >>>= 2;\n          bits -= 2;\n          //---//\n          break inf_leave;\n        }\n        break;\n      case 2:                             /* dynamic block */\n        //Tracev((stderr, \"inflate:     dynamic codes block%s\\n\",\n        //        state.last ? \" (last)\" : \"\"));\n        state.mode = TABLE;\n        break;\n      case 3:\n        strm.msg = 'invalid block type';\n        state.mode = BAD;\n      }\n      //--- DROPBITS(2) ---//\n      hold >>>= 2;\n      bits -= 2;\n      //---//\n      break;\n    case STORED:\n      //--- BYTEBITS() ---// /* go to byte boundary */\n      hold >>>= bits & 7;\n      bits -= bits & 7;\n      //---//\n      //=== NEEDBITS(32); */\n      while (bits < 32) {\n        if (have === 0) { break inf_leave; }\n        have--;\n        hold += input[next++] << bits;\n        bits += 8;\n      }\n      //===//\n      if ((hold & 0xffff) !== ((hold >>> 16) ^ 0xffff)) {\n        strm.msg = 'invalid stored block lengths';\n        state.mode = BAD;\n        break;\n      }\n      state.length = hold & 0xffff;\n      //Tracev((stderr, \"inflate:       stored length %u\\n\",\n      //        state.length));\n      //=== INITBITS();\n      hold = 0;\n      bits = 0;\n      //===//\n      state.mode = COPY_;\n      if (flush === Z_TREES) { break inf_leave; }\n      /* falls through */\n    case COPY_:\n      state.mode = COPY;\n      /* falls through */\n    case COPY:\n      copy = state.length;\n      if (copy) {\n        if (copy > have) { copy = have; }\n        if (copy > left) { copy = left; }\n        if (copy === 0) { break inf_leave; }\n        //--- zmemcpy(put, next, copy); ---\n        utils.arraySet(output, input, next, copy, put);\n        //---//\n        have -= copy;\n        next += copy;\n        left -= copy;\n        put += copy;\n        state.length -= copy;\n        break;\n      }\n      //Tracev((stderr, \"inflate:       stored end\\n\"));\n      state.mode = TYPE;\n      break;\n    case TABLE:\n      //=== NEEDBITS(14); */\n      while (bits < 14) {\n        if (have === 0) { break inf_leave; }\n        have--;\n        hold += input[next++] << bits;\n        bits += 8;\n      }\n      //===//\n      state.nlen = (hold & 0x1f)/*BITS(5)*/ + 257;\n      //--- DROPBITS(5) ---//\n      hold >>>= 5;\n      bits -= 5;\n      //---//\n      state.ndist = (hold & 0x1f)/*BITS(5)*/ + 1;\n      //--- DROPBITS(5) ---//\n      hold >>>= 5;\n      bits -= 5;\n      //---//\n      state.ncode = (hold & 0x0f)/*BITS(4)*/ + 4;\n      //--- DROPBITS(4) ---//\n      hold >>>= 4;\n      bits -= 4;\n      //---//\n//#ifndef PKZIP_BUG_WORKAROUND\n      if (state.nlen > 286 || state.ndist > 30) {\n        strm.msg = 'too many length or distance symbols';\n        state.mode = BAD;\n        break;\n      }\n//#endif\n      //Tracev((stderr, \"inflate:       table sizes ok\\n\"));\n      state.have = 0;\n      state.mode = LENLENS;\n      /* falls through */\n    case LENLENS:\n      while (state.have < state.ncode) {\n        //=== NEEDBITS(3);\n        while (bits < 3) {\n          if (have === 0) { break inf_leave; }\n          have--;\n          hold += input[next++] << bits;\n          bits += 8;\n        }\n        //===//\n        state.lens[order[state.have++]] = (hold & 0x07);//BITS(3);\n        //--- DROPBITS(3) ---//\n        hold >>>= 3;\n        bits -= 3;\n        //---//\n      }\n      while (state.have < 19) {\n        state.lens[order[state.have++]] = 0;\n      }\n      // We have separate tables & no pointers. 2 commented lines below not needed.\n      //state.next = state.codes;\n      //state.lencode = state.next;\n      // Switch to use dynamic table\n      state.lencode = state.lendyn;\n      state.lenbits = 7;\n\n      opts = { bits: state.lenbits };\n      ret = inflate_table(CODES, state.lens, 0, 19, state.lencode, 0, state.work, opts);\n      state.lenbits = opts.bits;\n\n      if (ret) {\n        strm.msg = 'invalid code lengths set';\n        state.mode = BAD;\n        break;\n      }\n      //Tracev((stderr, \"inflate:       code lengths ok\\n\"));\n      state.have = 0;\n      state.mode = CODELENS;\n      /* falls through */\n    case CODELENS:\n      while (state.have < state.nlen + state.ndist) {\n        for (;;) {\n          here = state.lencode[hold & ((1 << state.lenbits) - 1)];/*BITS(state.lenbits)*/\n          here_bits = here >>> 24;\n          here_op = (here >>> 16) & 0xff;\n          here_val = here & 0xffff;\n\n          if ((here_bits) <= bits) { break; }\n          //--- PULLBYTE() ---//\n          if (have === 0) { break inf_leave; }\n          have--;\n          hold += input[next++] << bits;\n          bits += 8;\n          //---//\n        }\n        if (here_val < 16) {\n          //--- DROPBITS(here.bits) ---//\n          hold >>>= here_bits;\n          bits -= here_bits;\n          //---//\n          state.lens[state.have++] = here_val;\n        }\n        else {\n          if (here_val === 16) {\n            //=== NEEDBITS(here.bits + 2);\n            n = here_bits + 2;\n            while (bits < n) {\n              if (have === 0) { break inf_leave; }\n              have--;\n              hold += input[next++] << bits;\n              bits += 8;\n            }\n            //===//\n            //--- DROPBITS(here.bits) ---//\n            hold >>>= here_bits;\n            bits -= here_bits;\n            //---//\n            if (state.have === 0) {\n              strm.msg = 'invalid bit length repeat';\n              state.mode = BAD;\n              break;\n            }\n            len = state.lens[state.have - 1];\n            copy = 3 + (hold & 0x03);//BITS(2);\n            //--- DROPBITS(2) ---//\n            hold >>>= 2;\n            bits -= 2;\n            //---//\n          }\n          else if (here_val === 17) {\n            //=== NEEDBITS(here.bits + 3);\n            n = here_bits + 3;\n            while (bits < n) {\n              if (have === 0) { break inf_leave; }\n              have--;\n              hold += input[next++] << bits;\n              bits += 8;\n            }\n            //===//\n            //--- DROPBITS(here.bits) ---//\n            hold >>>= here_bits;\n            bits -= here_bits;\n            //---//\n            len = 0;\n            copy = 3 + (hold & 0x07);//BITS(3);\n            //--- DROPBITS(3) ---//\n            hold >>>= 3;\n            bits -= 3;\n            //---//\n          }\n          else {\n            //=== NEEDBITS(here.bits + 7);\n            n = here_bits + 7;\n            while (bits < n) {\n              if (have === 0) { break inf_leave; }\n              have--;\n              hold += input[next++] << bits;\n              bits += 8;\n            }\n            //===//\n            //--- DROPBITS(here.bits) ---//\n            hold >>>= here_bits;\n            bits -= here_bits;\n            //---//\n            len = 0;\n            copy = 11 + (hold & 0x7f);//BITS(7);\n            //--- DROPBITS(7) ---//\n            hold >>>= 7;\n            bits -= 7;\n            //---//\n          }\n          if (state.have + copy > state.nlen + state.ndist) {\n            strm.msg = 'invalid bit length repeat';\n            state.mode = BAD;\n            break;\n          }\n          while (copy--) {\n            state.lens[state.have++] = len;\n          }\n        }\n      }\n\n      /* handle error breaks in while */\n      if (state.mode === BAD) { break; }\n\n      /* check for end-of-block code (better have one) */\n      if (state.lens[256] === 0) {\n        strm.msg = 'invalid code -- missing end-of-block';\n        state.mode = BAD;\n        break;\n      }\n\n      /* build code tables -- note: do not change the lenbits or distbits\n         values here (9 and 6) without reading the comments in inftrees.h\n         concerning the ENOUGH constants, which depend on those values */\n      state.lenbits = 9;\n\n      opts = { bits: state.lenbits };\n      ret = inflate_table(LENS, state.lens, 0, state.nlen, state.lencode, 0, state.work, opts);\n      // We have separate tables & no pointers. 2 commented lines below not needed.\n      // state.next_index = opts.table_index;\n      state.lenbits = opts.bits;\n      // state.lencode = state.next;\n\n      if (ret) {\n        strm.msg = 'invalid literal/lengths set';\n        state.mode = BAD;\n        break;\n      }\n\n      state.distbits = 6;\n      //state.distcode.copy(state.codes);\n      // Switch to use dynamic table\n      state.distcode = state.distdyn;\n      opts = { bits: state.distbits };\n      ret = inflate_table(DISTS, state.lens, state.nlen, state.ndist, state.distcode, 0, state.work, opts);\n      // We have separate tables & no pointers. 2 commented lines below not needed.\n      // state.next_index = opts.table_index;\n      state.distbits = opts.bits;\n      // state.distcode = state.next;\n\n      if (ret) {\n        strm.msg = 'invalid distances set';\n        state.mode = BAD;\n        break;\n      }\n      //Tracev((stderr, 'inflate:       codes ok\\n'));\n      state.mode = LEN_;\n      if (flush === Z_TREES) { break inf_leave; }\n      /* falls through */\n    case LEN_:\n      state.mode = LEN;\n      /* falls through */\n    case LEN:\n      if (have >= 6 && left >= 258) {\n        //--- RESTORE() ---\n        strm.next_out = put;\n        strm.avail_out = left;\n        strm.next_in = next;\n        strm.avail_in = have;\n        state.hold = hold;\n        state.bits = bits;\n        //---\n        inflate_fast(strm, _out);\n        //--- LOAD() ---\n        put = strm.next_out;\n        output = strm.output;\n        left = strm.avail_out;\n        next = strm.next_in;\n        input = strm.input;\n        have = strm.avail_in;\n        hold = state.hold;\n        bits = state.bits;\n        //---\n\n        if (state.mode === TYPE) {\n          state.back = -1;\n        }\n        break;\n      }\n      state.back = 0;\n      for (;;) {\n        here = state.lencode[hold & ((1 << state.lenbits) - 1)];  /*BITS(state.lenbits)*/\n        here_bits = here >>> 24;\n        here_op = (here >>> 16) & 0xff;\n        here_val = here & 0xffff;\n\n        if (here_bits <= bits) { break; }\n        //--- PULLBYTE() ---//\n        if (have === 0) { break inf_leave; }\n        have--;\n        hold += input[next++] << bits;\n        bits += 8;\n        //---//\n      }\n      if (here_op && (here_op & 0xf0) === 0) {\n        last_bits = here_bits;\n        last_op = here_op;\n        last_val = here_val;\n        for (;;) {\n          here = state.lencode[last_val +\n                  ((hold & ((1 << (last_bits + last_op)) - 1))/*BITS(last.bits + last.op)*/ >> last_bits)];\n          here_bits = here >>> 24;\n          here_op = (here >>> 16) & 0xff;\n          here_val = here & 0xffff;\n\n          if ((last_bits + here_bits) <= bits) { break; }\n          //--- PULLBYTE() ---//\n          if (have === 0) { break inf_leave; }\n          have--;\n          hold += input[next++] << bits;\n          bits += 8;\n          //---//\n        }\n        //--- DROPBITS(last.bits) ---//\n        hold >>>= last_bits;\n        bits -= last_bits;\n        //---//\n        state.back += last_bits;\n      }\n      //--- DROPBITS(here.bits) ---//\n      hold >>>= here_bits;\n      bits -= here_bits;\n      //---//\n      state.back += here_bits;\n      state.length = here_val;\n      if (here_op === 0) {\n        //Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f ?\n        //        \"inflate:         literal '%c'\\n\" :\n        //        \"inflate:         literal 0x%02x\\n\", here.val));\n        state.mode = LIT;\n        break;\n      }\n      if (here_op & 32) {\n        //Tracevv((stderr, \"inflate:         end of block\\n\"));\n        state.back = -1;\n        state.mode = TYPE;\n        break;\n      }\n      if (here_op & 64) {\n        strm.msg = 'invalid literal/length code';\n        state.mode = BAD;\n        break;\n      }\n      state.extra = here_op & 15;\n      state.mode = LENEXT;\n      /* falls through */\n    case LENEXT:\n      if (state.extra) {\n        //=== NEEDBITS(state.extra);\n        n = state.extra;\n        while (bits < n) {\n          if (have === 0) { break inf_leave; }\n          have--;\n          hold += input[next++] << bits;\n          bits += 8;\n        }\n        //===//\n        state.length += hold & ((1 << state.extra) - 1)/*BITS(state.extra)*/;\n        //--- DROPBITS(state.extra) ---//\n        hold >>>= state.extra;\n        bits -= state.extra;\n        //---//\n        state.back += state.extra;\n      }\n      //Tracevv((stderr, \"inflate:         length %u\\n\", state.length));\n      state.was = state.length;\n      state.mode = DIST;\n      /* falls through */\n    case DIST:\n      for (;;) {\n        here = state.distcode[hold & ((1 << state.distbits) - 1)];/*BITS(state.distbits)*/\n        here_bits = here >>> 24;\n        here_op = (here >>> 16) & 0xff;\n        here_val = here & 0xffff;\n\n        if ((here_bits) <= bits) { break; }\n        //--- PULLBYTE() ---//\n        if (have === 0) { break inf_leave; }\n        have--;\n        hold += input[next++] << bits;\n        bits += 8;\n        //---//\n      }\n      if ((here_op & 0xf0) === 0) {\n        last_bits = here_bits;\n        last_op = here_op;\n        last_val = here_val;\n        for (;;) {\n          here = state.distcode[last_val +\n                  ((hold & ((1 << (last_bits + last_op)) - 1))/*BITS(last.bits + last.op)*/ >> last_bits)];\n          here_bits = here >>> 24;\n          here_op = (here >>> 16) & 0xff;\n          here_val = here & 0xffff;\n\n          if ((last_bits + here_bits) <= bits) { break; }\n          //--- PULLBYTE() ---//\n          if (have === 0) { break inf_leave; }\n          have--;\n          hold += input[next++] << bits;\n          bits += 8;\n          //---//\n        }\n        //--- DROPBITS(last.bits) ---//\n        hold >>>= last_bits;\n        bits -= last_bits;\n        //---//\n        state.back += last_bits;\n      }\n      //--- DROPBITS(here.bits) ---//\n      hold >>>= here_bits;\n      bits -= here_bits;\n      //---//\n      state.back += here_bits;\n      if (here_op & 64) {\n        strm.msg = 'invalid distance code';\n        state.mode = BAD;\n        break;\n      }\n      state.offset = here_val;\n      state.extra = (here_op) & 15;\n      state.mode = DISTEXT;\n      /* falls through */\n    case DISTEXT:\n      if (state.extra) {\n        //=== NEEDBITS(state.extra);\n        n = state.extra;\n        while (bits < n) {\n          if (have === 0) { break inf_leave; }\n          have--;\n          hold += input[next++] << bits;\n          bits += 8;\n        }\n        //===//\n        state.offset += hold & ((1 << state.extra) - 1)/*BITS(state.extra)*/;\n        //--- DROPBITS(state.extra) ---//\n        hold >>>= state.extra;\n        bits -= state.extra;\n        //---//\n        state.back += state.extra;\n      }\n//#ifdef INFLATE_STRICT\n      if (state.offset > state.dmax) {\n        strm.msg = 'invalid distance too far back';\n        state.mode = BAD;\n        break;\n      }\n//#endif\n      //Tracevv((stderr, \"inflate:         distance %u\\n\", state.offset));\n      state.mode = MATCH;\n      /* falls through */\n    case MATCH:\n      if (left === 0) { break inf_leave; }\n      copy = _out - left;\n      if (state.offset > copy) {         /* copy from window */\n        copy = state.offset - copy;\n        if (copy > state.whave) {\n          if (state.sane) {\n            strm.msg = 'invalid distance too far back';\n            state.mode = BAD;\n            break;\n          }\n// (!) This block is disabled in zlib defailts,\n// don't enable it for binary compatibility\n//#ifdef INFLATE_ALLOW_INVALID_DISTANCE_TOOFAR_ARRR\n//          Trace((stderr, \"inflate.c too far\\n\"));\n//          copy -= state.whave;\n//          if (copy > state.length) { copy = state.length; }\n//          if (copy > left) { copy = left; }\n//          left -= copy;\n//          state.length -= copy;\n//          do {\n//            output[put++] = 0;\n//          } while (--copy);\n//          if (state.length === 0) { state.mode = LEN; }\n//          break;\n//#endif\n        }\n        if (copy > state.wnext) {\n          copy -= state.wnext;\n          from = state.wsize - copy;\n        }\n        else {\n          from = state.wnext - copy;\n        }\n        if (copy > state.length) { copy = state.length; }\n        from_source = state.window;\n      }\n      else {                              /* copy from output */\n        from_source = output;\n        from = put - state.offset;\n        copy = state.length;\n      }\n      if (copy > left) { copy = left; }\n      left -= copy;\n      state.length -= copy;\n      do {\n        output[put++] = from_source[from++];\n      } while (--copy);\n      if (state.length === 0) { state.mode = LEN; }\n      break;\n    case LIT:\n      if (left === 0) { break inf_leave; }\n      output[put++] = state.length;\n      left--;\n      state.mode = LEN;\n      break;\n    case CHECK:\n      if (state.wrap) {\n        //=== NEEDBITS(32);\n        while (bits < 32) {\n          if (have === 0) { break inf_leave; }\n          have--;\n          // Use '|' insdead of '+' to make sure that result is signed\n          hold |= input[next++] << bits;\n          bits += 8;\n        }\n        //===//\n        _out -= left;\n        strm.total_out += _out;\n        state.total += _out;\n        if (_out) {\n          strm.adler = state.check =\n              /*UPDATE(state.check, put - _out, _out);*/\n              (state.flags ? crc32(state.check, output, _out, put - _out) : adler32(state.check, output, _out, put - _out));\n\n        }\n        _out = left;\n        // NB: crc32 stored as signed 32-bit int, zswap32 returns signed too\n        if ((state.flags ? hold : zswap32(hold)) !== state.check) {\n          strm.msg = 'incorrect data check';\n          state.mode = BAD;\n          break;\n        }\n        //=== INITBITS();\n        hold = 0;\n        bits = 0;\n        //===//\n        //Tracev((stderr, \"inflate:   check matches trailer\\n\"));\n      }\n      state.mode = LENGTH;\n      /* falls through */\n    case LENGTH:\n      if (state.wrap && state.flags) {\n        //=== NEEDBITS(32);\n        while (bits < 32) {\n          if (have === 0) { break inf_leave; }\n          have--;\n          hold += input[next++] << bits;\n          bits += 8;\n        }\n        //===//\n        if (hold !== (state.total & 0xffffffff)) {\n          strm.msg = 'incorrect length check';\n          state.mode = BAD;\n          break;\n        }\n        //=== INITBITS();\n        hold = 0;\n        bits = 0;\n        //===//\n        //Tracev((stderr, \"inflate:   length matches trailer\\n\"));\n      }\n      state.mode = DONE;\n      /* falls through */\n    case DONE:\n      ret = Z_STREAM_END;\n      break inf_leave;\n    case BAD:\n      ret = Z_DATA_ERROR;\n      break inf_leave;\n    case MEM:\n      return Z_MEM_ERROR;\n    case SYNC:\n      /* falls through */\n    default:\n      return Z_STREAM_ERROR;\n    }\n  }\n\n  // inf_leave <- here is real place for \"goto inf_leave\", emulated via \"break inf_leave\"\n\n  /*\n     Return from inflate(), updating the total counts and the check value.\n     If there was no progress during the inflate() call, return a buffer\n     error.  Call updatewindow() to create and/or update the window state.\n     Note: a memory error from inflate() is non-recoverable.\n   */\n\n  //--- RESTORE() ---\n  strm.next_out = put;\n  strm.avail_out = left;\n  strm.next_in = next;\n  strm.avail_in = have;\n  state.hold = hold;\n  state.bits = bits;\n  //---\n\n  if (state.wsize || (_out !== strm.avail_out && state.mode < BAD &&\n                      (state.mode < CHECK || flush !== Z_FINISH))) {\n    if (updatewindow(strm, strm.output, strm.next_out, _out - strm.avail_out)) {\n      state.mode = MEM;\n      return Z_MEM_ERROR;\n    }\n  }\n  _in -= strm.avail_in;\n  _out -= strm.avail_out;\n  strm.total_in += _in;\n  strm.total_out += _out;\n  state.total += _out;\n  if (state.wrap && _out) {\n    strm.adler = state.check = /*UPDATE(state.check, strm.next_out - _out, _out);*/\n      (state.flags ? crc32(state.check, output, _out, strm.next_out - _out) : adler32(state.check, output, _out, strm.next_out - _out));\n  }\n  strm.data_type = state.bits + (state.last ? 64 : 0) +\n                    (state.mode === TYPE ? 128 : 0) +\n                    (state.mode === LEN_ || state.mode === COPY_ ? 256 : 0);\n  if (((_in === 0 && _out === 0) || flush === Z_FINISH) && ret === Z_OK) {\n    ret = Z_BUF_ERROR;\n  }\n  return ret;\n}\n\nfunction inflateEnd(strm) {\n\n  if (!strm || !strm.state /*|| strm->zfree == (free_func)0*/) {\n    return Z_STREAM_ERROR;\n  }\n\n  var state = strm.state;\n  if (state.window) {\n    state.window = null;\n  }\n  strm.state = null;\n  return Z_OK;\n}\n\nfunction inflateGetHeader(strm, head) {\n  var state;\n\n  /* check state */\n  if (!strm || !strm.state) { return Z_STREAM_ERROR; }\n  state = strm.state;\n  if ((state.wrap & 2) === 0) { return Z_STREAM_ERROR; }\n\n  /* save header structure */\n  state.head = head;\n  head.done = false;\n  return Z_OK;\n}\n\nfunction inflateSetDictionary(strm, dictionary) {\n  var dictLength = dictionary.length;\n\n  var state;\n  var dictid;\n  var ret;\n\n  /* check state */\n  if (!strm /* == Z_NULL */ || !strm.state /* == Z_NULL */) { return Z_STREAM_ERROR; }\n  state = strm.state;\n\n  if (state.wrap !== 0 && state.mode !== DICT) {\n    return Z_STREAM_ERROR;\n  }\n\n  /* check for correct dictionary identifier */\n  if (state.mode === DICT) {\n    dictid = 1; /* adler32(0, null, 0)*/\n    /* dictid = adler32(dictid, dictionary, dictLength); */\n    dictid = adler32(dictid, dictionary, dictLength, 0);\n    if (dictid !== state.check) {\n      return Z_DATA_ERROR;\n    }\n  }\n  /* copy dictionary to window using updatewindow(), which will amend the\n   existing dictionary if appropriate */\n  ret = updatewindow(strm, dictionary, dictLength, dictLength);\n  if (ret) {\n    state.mode = MEM;\n    return Z_MEM_ERROR;\n  }\n  state.havedict = 1;\n  // Tracev((stderr, \"inflate:   dictionary set\\n\"));\n  return Z_OK;\n}\n\nexports.inflateReset = inflateReset;\nexports.inflateReset2 = inflateReset2;\nexports.inflateResetKeep = inflateResetKeep;\nexports.inflateInit = inflateInit;\nexports.inflateInit2 = inflateInit2;\nexports.inflate = inflate;\nexports.inflateEnd = inflateEnd;\nexports.inflateGetHeader = inflateGetHeader;\nexports.inflateSetDictionary = inflateSetDictionary;\nexports.inflateInfo = 'pako inflate (from Nodeca project)';\n\n/* Not implemented\nexports.inflateCopy = inflateCopy;\nexports.inflateGetDictionary = inflateGetDictionary;\nexports.inflateMark = inflateMark;\nexports.inflatePrime = inflatePrime;\nexports.inflateSync = inflateSync;\nexports.inflateSyncPoint = inflateSyncPoint;\nexports.inflateUndermine = inflateUndermine;\n*/\n\n},{\"../utils/common\":41,\"./adler32\":43,\"./crc32\":45,\"./inffast\":48,\"./inftrees\":50}],50:[function(require,module,exports){\n'use strict';\n\n// (C) 1995-2013 Jean-loup Gailly and Mark Adler\n// (C) 2014-2017 Vitaly Puzrin and Andrey Tupitsin\n//\n// This software is provided 'as-is', without any express or implied\n// warranty. In no event will the authors be held liable for any damages\n// arising from the use of this software.\n//\n// Permission is granted to anyone to use this software for any purpose,\n// including commercial applications, and to alter it and redistribute it\n// freely, subject to the following restrictions:\n//\n// 1. The origin of this software must not be misrepresented; you must not\n//   claim that you wrote the original software. If you use this software\n//   in a product, an acknowledgment in the product documentation would be\n//   appreciated but is not required.\n// 2. Altered source versions must be plainly marked as such, and must not be\n//   misrepresented as being the original software.\n// 3. This notice may not be removed or altered from any source distribution.\n\nvar utils = require('../utils/common');\n\nvar MAXBITS = 15;\nvar ENOUGH_LENS = 852;\nvar ENOUGH_DISTS = 592;\n//var ENOUGH = (ENOUGH_LENS+ENOUGH_DISTS);\n\nvar CODES = 0;\nvar LENS = 1;\nvar DISTS = 2;\n\nvar lbase = [ /* Length codes 257..285 base */\n  3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 15, 17, 19, 23, 27, 31,\n  35, 43, 51, 59, 67, 83, 99, 115, 131, 163, 195, 227, 258, 0, 0\n];\n\nvar lext = [ /* Length codes 257..285 extra */\n  16, 16, 16, 16, 16, 16, 16, 16, 17, 17, 17, 17, 18, 18, 18, 18,\n  19, 19, 19, 19, 20, 20, 20, 20, 21, 21, 21, 21, 16, 72, 78\n];\n\nvar dbase = [ /* Distance codes 0..29 base */\n  1, 2, 3, 4, 5, 7, 9, 13, 17, 25, 33, 49, 65, 97, 129, 193,\n  257, 385, 513, 769, 1025, 1537, 2049, 3073, 4097, 6145,\n  8193, 12289, 16385, 24577, 0, 0\n];\n\nvar dext = [ /* Distance codes 0..29 extra */\n  16, 16, 16, 16, 17, 17, 18, 18, 19, 19, 20, 20, 21, 21, 22, 22,\n  23, 23, 24, 24, 25, 25, 26, 26, 27, 27,\n  28, 28, 29, 29, 64, 64\n];\n\nmodule.exports = function inflate_table(type, lens, lens_index, codes, table, table_index, work, opts)\n{\n  var bits = opts.bits;\n      //here = opts.here; /* table entry for duplication */\n\n  var len = 0;               /* a code's length in bits */\n  var sym = 0;               /* index of code symbols */\n  var min = 0, max = 0;          /* minimum and maximum code lengths */\n  var root = 0;              /* number of index bits for root table */\n  var curr = 0;              /* number of index bits for current table */\n  var drop = 0;              /* code bits to drop for sub-table */\n  var left = 0;                   /* number of prefix codes available */\n  var used = 0;              /* code entries in table used */\n  var huff = 0;              /* Huffman code */\n  var incr;              /* for incrementing code, index */\n  var fill;              /* index for replicating entries */\n  var low;               /* low bits for current root entry */\n  var mask;              /* mask for low root bits */\n  var next;             /* next available space in table */\n  var base = null;     /* base value table to use */\n  var base_index = 0;\n//  var shoextra;    /* extra bits table to use */\n  var end;                    /* use base and extra for symbol > end */\n  var count = new utils.Buf16(MAXBITS + 1); //[MAXBITS+1];    /* number of codes of each length */\n  var offs = new utils.Buf16(MAXBITS + 1); //[MAXBITS+1];     /* offsets in table for each length */\n  var extra = null;\n  var extra_index = 0;\n\n  var here_bits, here_op, here_val;\n\n  /*\n   Process a set of code lengths to create a canonical Huffman code.  The\n   code lengths are lens[0..codes-1].  Each length corresponds to the\n   symbols 0..codes-1.  The Huffman code is generated by first sorting the\n   symbols by length from short to long, and retaining the symbol order\n   for codes with equal lengths.  Then the code starts with all zero bits\n   for the first code of the shortest length, and the codes are integer\n   increments for the same length, and zeros are appended as the length\n   increases.  For the deflate format, these bits are stored backwards\n   from their more natural integer increment ordering, and so when the\n   decoding tables are built in the large loop below, the integer codes\n   are incremented backwards.\n\n   This routine assumes, but does not check, that all of the entries in\n   lens[] are in the range 0..MAXBITS.  The caller must assure this.\n   1..MAXBITS is interpreted as that code length.  zero means that that\n   symbol does not occur in this code.\n\n   The codes are sorted by computing a count of codes for each length,\n   creating from that a table of starting indices for each length in the\n   sorted table, and then entering the symbols in order in the sorted\n   table.  The sorted table is work[], with that space being provided by\n   the caller.\n\n   The length counts are used for other purposes as well, i.e. finding\n   the minimum and maximum length codes, determining if there are any\n   codes at all, checking for a valid set of lengths, and looking ahead\n   at length counts to determine sub-table sizes when building the\n   decoding tables.\n   */\n\n  /* accumulate lengths for codes (assumes lens[] all in 0..MAXBITS) */\n  for (len = 0; len <= MAXBITS; len++) {\n    count[len] = 0;\n  }\n  for (sym = 0; sym < codes; sym++) {\n    count[lens[lens_index + sym]]++;\n  }\n\n  /* bound code lengths, force root to be within code lengths */\n  root = bits;\n  for (max = MAXBITS; max >= 1; max--) {\n    if (count[max] !== 0) { break; }\n  }\n  if (root > max) {\n    root = max;\n  }\n  if (max === 0) {                     /* no symbols to code at all */\n    //table.op[opts.table_index] = 64;  //here.op = (var char)64;    /* invalid code marker */\n    //table.bits[opts.table_index] = 1;   //here.bits = (var char)1;\n    //table.val[opts.table_index++] = 0;   //here.val = (var short)0;\n    table[table_index++] = (1 << 24) | (64 << 16) | 0;\n\n\n    //table.op[opts.table_index] = 64;\n    //table.bits[opts.table_index] = 1;\n    //table.val[opts.table_index++] = 0;\n    table[table_index++] = (1 << 24) | (64 << 16) | 0;\n\n    opts.bits = 1;\n    return 0;     /* no symbols, but wait for decoding to report error */\n  }\n  for (min = 1; min < max; min++) {\n    if (count[min] !== 0) { break; }\n  }\n  if (root < min) {\n    root = min;\n  }\n\n  /* check for an over-subscribed or incomplete set of lengths */\n  left = 1;\n  for (len = 1; len <= MAXBITS; len++) {\n    left <<= 1;\n    left -= count[len];\n    if (left < 0) {\n      return -1;\n    }        /* over-subscribed */\n  }\n  if (left > 0 && (type === CODES || max !== 1)) {\n    return -1;                      /* incomplete set */\n  }\n\n  /* generate offsets into symbol table for each length for sorting */\n  offs[1] = 0;\n  for (len = 1; len < MAXBITS; len++) {\n    offs[len + 1] = offs[len] + count[len];\n  }\n\n  /* sort symbols by length, by symbol order within each length */\n  for (sym = 0; sym < codes; sym++) {\n    if (lens[lens_index + sym] !== 0) {\n      work[offs[lens[lens_index + sym]]++] = sym;\n    }\n  }\n\n  /*\n   Create and fill in decoding tables.  In this loop, the table being\n   filled is at next and has curr index bits.  The code being used is huff\n   with length len.  That code is converted to an index by dropping drop\n   bits off of the bottom.  For codes where len is less than drop + curr,\n   those top drop + curr - len bits are incremented through all values to\n   fill the table with replicated entries.\n\n   root is the number of index bits for the root table.  When len exceeds\n   root, sub-tables are created pointed to by the root entry with an index\n   of the low root bits of huff.  This is saved in low to check for when a\n   new sub-table should be started.  drop is zero when the root table is\n   being filled, and drop is root when sub-tables are being filled.\n\n   When a new sub-table is needed, it is necessary to look ahead in the\n   code lengths to determine what size sub-table is needed.  The length\n   counts are used for this, and so count[] is decremented as codes are\n   entered in the tables.\n\n   used keeps track of how many table entries have been allocated from the\n   provided *table space.  It is checked for LENS and DIST tables against\n   the constants ENOUGH_LENS and ENOUGH_DISTS to guard against changes in\n   the initial root table size constants.  See the comments in inftrees.h\n   for more information.\n\n   sym increments through all symbols, and the loop terminates when\n   all codes of length max, i.e. all codes, have been processed.  This\n   routine permits incomplete codes, so another loop after this one fills\n   in the rest of the decoding tables with invalid code markers.\n   */\n\n  /* set up for code type */\n  // poor man optimization - use if-else instead of switch,\n  // to avoid deopts in old v8\n  if (type === CODES) {\n    base = extra = work;    /* dummy value--not used */\n    end = 19;\n\n  } else if (type === LENS) {\n    base = lbase;\n    base_index -= 257;\n    extra = lext;\n    extra_index -= 257;\n    end = 256;\n\n  } else {                    /* DISTS */\n    base = dbase;\n    extra = dext;\n    end = -1;\n  }\n\n  /* initialize opts for loop */\n  huff = 0;                   /* starting code */\n  sym = 0;                    /* starting code symbol */\n  len = min;                  /* starting code length */\n  next = table_index;              /* current table to fill in */\n  curr = root;                /* current table index bits */\n  drop = 0;                   /* current bits to drop from code for index */\n  low = -1;                   /* trigger new sub-table when len > root */\n  used = 1 << root;          /* use root table entries */\n  mask = used - 1;            /* mask for comparing low */\n\n  /* check available table space */\n  if ((type === LENS && used > ENOUGH_LENS) ||\n    (type === DISTS && used > ENOUGH_DISTS)) {\n    return 1;\n  }\n\n  /* process all codes and make table entries */\n  for (;;) {\n    /* create table entry */\n    here_bits = len - drop;\n    if (work[sym] < end) {\n      here_op = 0;\n      here_val = work[sym];\n    }\n    else if (work[sym] > end) {\n      here_op = extra[extra_index + work[sym]];\n      here_val = base[base_index + work[sym]];\n    }\n    else {\n      here_op = 32 + 64;         /* end of block */\n      here_val = 0;\n    }\n\n    /* replicate for those indices with low len bits equal to huff */\n    incr = 1 << (len - drop);\n    fill = 1 << curr;\n    min = fill;                 /* save offset to next table */\n    do {\n      fill -= incr;\n      table[next + (huff >> drop) + fill] = (here_bits << 24) | (here_op << 16) | here_val |0;\n    } while (fill !== 0);\n\n    /* backwards increment the len-bit code huff */\n    incr = 1 << (len - 1);\n    while (huff & incr) {\n      incr >>= 1;\n    }\n    if (incr !== 0) {\n      huff &= incr - 1;\n      huff += incr;\n    } else {\n      huff = 0;\n    }\n\n    /* go to next symbol, update count, len */\n    sym++;\n    if (--count[len] === 0) {\n      if (len === max) { break; }\n      len = lens[lens_index + work[sym]];\n    }\n\n    /* create new sub-table if needed */\n    if (len > root && (huff & mask) !== low) {\n      /* if first time, transition to sub-tables */\n      if (drop === 0) {\n        drop = root;\n      }\n\n      /* increment past last table */\n      next += min;            /* here min is 1 << curr */\n\n      /* determine length of next table */\n      curr = len - drop;\n      left = 1 << curr;\n      while (curr + drop < max) {\n        left -= count[curr + drop];\n        if (left <= 0) { break; }\n        curr++;\n        left <<= 1;\n      }\n\n      /* check for enough space */\n      used += 1 << curr;\n      if ((type === LENS && used > ENOUGH_LENS) ||\n        (type === DISTS && used > ENOUGH_DISTS)) {\n        return 1;\n      }\n\n      /* point entry in root table to sub-table */\n      low = huff & mask;\n      /*table.op[low] = curr;\n      table.bits[low] = root;\n      table.val[low] = next - opts.table_index;*/\n      table[low] = (root << 24) | (curr << 16) | (next - table_index) |0;\n    }\n  }\n\n  /* fill in remaining table entry if code is incomplete (guaranteed to have\n   at most one remaining entry, since if the code is incomplete, the\n   maximum code length that was allowed to get this far is one bit) */\n  if (huff !== 0) {\n    //table.op[next + huff] = 64;            /* invalid code marker */\n    //table.bits[next + huff] = len - drop;\n    //table.val[next + huff] = 0;\n    table[next + huff] = ((len - drop) << 24) | (64 << 16) |0;\n  }\n\n  /* set return parameters */\n  //opts.table_index += used;\n  opts.bits = root;\n  return 0;\n};\n\n},{\"../utils/common\":41}],51:[function(require,module,exports){\n'use strict';\n\n// (C) 1995-2013 Jean-loup Gailly and Mark Adler\n// (C) 2014-2017 Vitaly Puzrin and Andrey Tupitsin\n//\n// This software is provided 'as-is', without any express or implied\n// warranty. In no event will the authors be held liable for any damages\n// arising from the use of this software.\n//\n// Permission is granted to anyone to use this software for any purpose,\n// including commercial applications, and to alter it and redistribute it\n// freely, subject to the following restrictions:\n//\n// 1. The origin of this software must not be misrepresented; you must not\n//   claim that you wrote the original software. If you use this software\n//   in a product, an acknowledgment in the product documentation would be\n//   appreciated but is not required.\n// 2. Altered source versions must be plainly marked as such, and must not be\n//   misrepresented as being the original software.\n// 3. This notice may not be removed or altered from any source distribution.\n\nmodule.exports = {\n  2:      'need dictionary',     /* Z_NEED_DICT       2  */\n  1:      'stream end',          /* Z_STREAM_END      1  */\n  0:      '',                    /* Z_OK              0  */\n  '-1':   'file error',          /* Z_ERRNO         (-1) */\n  '-2':   'stream error',        /* Z_STREAM_ERROR  (-2) */\n  '-3':   'data error',          /* Z_DATA_ERROR    (-3) */\n  '-4':   'insufficient memory', /* Z_MEM_ERROR     (-4) */\n  '-5':   'buffer error',        /* Z_BUF_ERROR     (-5) */\n  '-6':   'incompatible version' /* Z_VERSION_ERROR (-6) */\n};\n\n},{}],52:[function(require,module,exports){\n'use strict';\n\n// (C) 1995-2013 Jean-loup Gailly and Mark Adler\n// (C) 2014-2017 Vitaly Puzrin and Andrey Tupitsin\n//\n// This software is provided 'as-is', without any express or implied\n// warranty. In no event will the authors be held liable for any damages\n// arising from the use of this software.\n//\n// Permission is granted to anyone to use this software for any purpose,\n// including commercial applications, and to alter it and redistribute it\n// freely, subject to the following restrictions:\n//\n// 1. The origin of this software must not be misrepresented; you must not\n//   claim that you wrote the original software. If you use this software\n//   in a product, an acknowledgment in the product documentation would be\n//   appreciated but is not required.\n// 2. Altered source versions must be plainly marked as such, and must not be\n//   misrepresented as being the original software.\n// 3. This notice may not be removed or altered from any source distribution.\n\nvar utils = require('../utils/common');\n\n/* Public constants ==========================================================*/\n/* ===========================================================================*/\n\n\n//var Z_FILTERED          = 1;\n//var Z_HUFFMAN_ONLY      = 2;\n//var Z_RLE               = 3;\nvar Z_FIXED               = 4;\n//var Z_DEFAULT_STRATEGY  = 0;\n\n/* Possible values of the data_type field (though see inflate()) */\nvar Z_BINARY              = 0;\nvar Z_TEXT                = 1;\n//var Z_ASCII             = 1; // = Z_TEXT\nvar Z_UNKNOWN             = 2;\n\n/*============================================================================*/\n\n\nfunction zero(buf) { var len = buf.length; while (--len >= 0) { buf[len] = 0; } }\n\n// From zutil.h\n\nvar STORED_BLOCK = 0;\nvar STATIC_TREES = 1;\nvar DYN_TREES    = 2;\n/* The three kinds of block type */\n\nvar MIN_MATCH    = 3;\nvar MAX_MATCH    = 258;\n/* The minimum and maximum match lengths */\n\n// From deflate.h\n/* ===========================================================================\n * Internal compression state.\n */\n\nvar LENGTH_CODES  = 29;\n/* number of length codes, not counting the special END_BLOCK code */\n\nvar LITERALS      = 256;\n/* number of literal bytes 0..255 */\n\nvar L_CODES       = LITERALS + 1 + LENGTH_CODES;\n/* number of Literal or Length codes, including the END_BLOCK code */\n\nvar D_CODES       = 30;\n/* number of distance codes */\n\nvar BL_CODES      = 19;\n/* number of codes used to transfer the bit lengths */\n\nvar HEAP_SIZE     = 2 * L_CODES + 1;\n/* maximum heap size */\n\nvar MAX_BITS      = 15;\n/* All codes must not exceed MAX_BITS bits */\n\nvar Buf_size      = 16;\n/* size of bit buffer in bi_buf */\n\n\n/* ===========================================================================\n * Constants\n */\n\nvar MAX_BL_BITS = 7;\n/* Bit length codes must not exceed MAX_BL_BITS bits */\n\nvar END_BLOCK   = 256;\n/* end of block literal code */\n\nvar REP_3_6     = 16;\n/* repeat previous bit length 3-6 times (2 bits of repeat count) */\n\nvar REPZ_3_10   = 17;\n/* repeat a zero length 3-10 times  (3 bits of repeat count) */\n\nvar REPZ_11_138 = 18;\n/* repeat a zero length 11-138 times  (7 bits of repeat count) */\n\n/* eslint-disable comma-spacing,array-bracket-spacing */\nvar extra_lbits =   /* extra bits for each length code */\n  [0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0];\n\nvar extra_dbits =   /* extra bits for each distance code */\n  [0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13];\n\nvar extra_blbits =  /* extra bits for each bit length code */\n  [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,7];\n\nvar bl_order =\n  [16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15];\n/* eslint-enable comma-spacing,array-bracket-spacing */\n\n/* The lengths of the bit length codes are sent in order of decreasing\n * probability, to avoid transmitting the lengths for unused bit length codes.\n */\n\n/* ===========================================================================\n * Local data. These are initialized only once.\n */\n\n// We pre-fill arrays with 0 to avoid uninitialized gaps\n\nvar DIST_CODE_LEN = 512; /* see definition of array dist_code below */\n\n// !!!! Use flat array insdead of structure, Freq = i*2, Len = i*2+1\nvar static_ltree  = new Array((L_CODES + 2) * 2);\nzero(static_ltree);\n/* The static literal tree. Since the bit lengths are imposed, there is no\n * need for the L_CODES extra codes used during heap construction. However\n * The codes 286 and 287 are needed to build a canonical tree (see _tr_init\n * below).\n */\n\nvar static_dtree  = new Array(D_CODES * 2);\nzero(static_dtree);\n/* The static distance tree. (Actually a trivial tree since all codes use\n * 5 bits.)\n */\n\nvar _dist_code    = new Array(DIST_CODE_LEN);\nzero(_dist_code);\n/* Distance codes. The first 256 values correspond to the distances\n * 3 .. 258, the last 256 values correspond to the top 8 bits of\n * the 15 bit distances.\n */\n\nvar _length_code  = new Array(MAX_MATCH - MIN_MATCH + 1);\nzero(_length_code);\n/* length code for each normalized match length (0 == MIN_MATCH) */\n\nvar base_length   = new Array(LENGTH_CODES);\nzero(base_length);\n/* First normalized length for each code (0 = MIN_MATCH) */\n\nvar base_dist     = new Array(D_CODES);\nzero(base_dist);\n/* First normalized distance for each code (0 = distance of 1) */\n\n\nfunction StaticTreeDesc(static_tree, extra_bits, extra_base, elems, max_length) {\n\n  this.static_tree  = static_tree;  /* static tree or NULL */\n  this.extra_bits   = extra_bits;   /* extra bits for each code or NULL */\n  this.extra_base   = extra_base;   /* base index for extra_bits */\n  this.elems        = elems;        /* max number of elements in the tree */\n  this.max_length   = max_length;   /* max bit length for the codes */\n\n  // show if `static_tree` has data or dummy - needed for monomorphic objects\n  this.has_stree    = static_tree && static_tree.length;\n}\n\n\nvar static_l_desc;\nvar static_d_desc;\nvar static_bl_desc;\n\n\nfunction TreeDesc(dyn_tree, stat_desc) {\n  this.dyn_tree = dyn_tree;     /* the dynamic tree */\n  this.max_code = 0;            /* largest code with non zero frequency */\n  this.stat_desc = stat_desc;   /* the corresponding static tree */\n}\n\n\n\nfunction d_code(dist) {\n  return dist < 256 ? _dist_code[dist] : _dist_code[256 + (dist >>> 7)];\n}\n\n\n/* ===========================================================================\n * Output a short LSB first on the stream.\n * IN assertion: there is enough room in pendingBuf.\n */\nfunction put_short(s, w) {\n//    put_byte(s, (uch)((w) & 0xff));\n//    put_byte(s, (uch)((ush)(w) >> 8));\n  s.pending_buf[s.pending++] = (w) & 0xff;\n  s.pending_buf[s.pending++] = (w >>> 8) & 0xff;\n}\n\n\n/* ===========================================================================\n * Send a value on a given number of bits.\n * IN assertion: length <= 16 and value fits in length bits.\n */\nfunction send_bits(s, value, length) {\n  if (s.bi_valid > (Buf_size - length)) {\n    s.bi_buf |= (value << s.bi_valid) & 0xffff;\n    put_short(s, s.bi_buf);\n    s.bi_buf = value >> (Buf_size - s.bi_valid);\n    s.bi_valid += length - Buf_size;\n  } else {\n    s.bi_buf |= (value << s.bi_valid) & 0xffff;\n    s.bi_valid += length;\n  }\n}\n\n\nfunction send_code(s, c, tree) {\n  send_bits(s, tree[c * 2]/*.Code*/, tree[c * 2 + 1]/*.Len*/);\n}\n\n\n/* ===========================================================================\n * Reverse the first len bits of a code, using straightforward code (a faster\n * method would use a table)\n * IN assertion: 1 <= len <= 15\n */\nfunction bi_reverse(code, len) {\n  var res = 0;\n  do {\n    res |= code & 1;\n    code >>>= 1;\n    res <<= 1;\n  } while (--len > 0);\n  return res >>> 1;\n}\n\n\n/* ===========================================================================\n * Flush the bit buffer, keeping at most 7 bits in it.\n */\nfunction bi_flush(s) {\n  if (s.bi_valid === 16) {\n    put_short(s, s.bi_buf);\n    s.bi_buf = 0;\n    s.bi_valid = 0;\n\n  } else if (s.bi_valid >= 8) {\n    s.pending_buf[s.pending++] = s.bi_buf & 0xff;\n    s.bi_buf >>= 8;\n    s.bi_valid -= 8;\n  }\n}\n\n\n/* ===========================================================================\n * Compute the optimal bit lengths for a tree and update the total bit length\n * for the current block.\n * IN assertion: the fields freq and dad are set, heap[heap_max] and\n *    above are the tree nodes sorted by increasing frequency.\n * OUT assertions: the field len is set to the optimal bit length, the\n *     array bl_count contains the frequencies for each bit length.\n *     The length opt_len is updated; static_len is also updated if stree is\n *     not null.\n */\nfunction gen_bitlen(s, desc)\n//    deflate_state *s;\n//    tree_desc *desc;    /* the tree descriptor */\n{\n  var tree            = desc.dyn_tree;\n  var max_code        = desc.max_code;\n  var stree           = desc.stat_desc.static_tree;\n  var has_stree       = desc.stat_desc.has_stree;\n  var extra           = desc.stat_desc.extra_bits;\n  var base            = desc.stat_desc.extra_base;\n  var max_length      = desc.stat_desc.max_length;\n  var h;              /* heap index */\n  var n, m;           /* iterate over the tree elements */\n  var bits;           /* bit length */\n  var xbits;          /* extra bits */\n  var f;              /* frequency */\n  var overflow = 0;   /* number of elements with bit length too large */\n\n  for (bits = 0; bits <= MAX_BITS; bits++) {\n    s.bl_count[bits] = 0;\n  }\n\n  /* In a first pass, compute the optimal bit lengths (which may\n   * overflow in the case of the bit length tree).\n   */\n  tree[s.heap[s.heap_max] * 2 + 1]/*.Len*/ = 0; /* root of the heap */\n\n  for (h = s.heap_max + 1; h < HEAP_SIZE; h++) {\n    n = s.heap[h];\n    bits = tree[tree[n * 2 + 1]/*.Dad*/ * 2 + 1]/*.Len*/ + 1;\n    if (bits > max_length) {\n      bits = max_length;\n      overflow++;\n    }\n    tree[n * 2 + 1]/*.Len*/ = bits;\n    /* We overwrite tree[n].Dad which is no longer needed */\n\n    if (n > max_code) { continue; } /* not a leaf node */\n\n    s.bl_count[bits]++;\n    xbits = 0;\n    if (n >= base) {\n      xbits = extra[n - base];\n    }\n    f = tree[n * 2]/*.Freq*/;\n    s.opt_len += f * (bits + xbits);\n    if (has_stree) {\n      s.static_len += f * (stree[n * 2 + 1]/*.Len*/ + xbits);\n    }\n  }\n  if (overflow === 0) { return; }\n\n  // Trace((stderr,\"\\nbit length overflow\\n\"));\n  /* This happens for example on obj2 and pic of the Calgary corpus */\n\n  /* Find the first bit length which could increase: */\n  do {\n    bits = max_length - 1;\n    while (s.bl_count[bits] === 0) { bits--; }\n    s.bl_count[bits]--;      /* move one leaf down the tree */\n    s.bl_count[bits + 1] += 2; /* move one overflow item as its brother */\n    s.bl_count[max_length]--;\n    /* The brother of the overflow item also moves one step up,\n     * but this does not affect bl_count[max_length]\n     */\n    overflow -= 2;\n  } while (overflow > 0);\n\n  /* Now recompute all bit lengths, scanning in increasing frequency.\n   * h is still equal to HEAP_SIZE. (It is simpler to reconstruct all\n   * lengths instead of fixing only the wrong ones. This idea is taken\n   * from 'ar' written by Haruhiko Okumura.)\n   */\n  for (bits = max_length; bits !== 0; bits--) {\n    n = s.bl_count[bits];\n    while (n !== 0) {\n      m = s.heap[--h];\n      if (m > max_code) { continue; }\n      if (tree[m * 2 + 1]/*.Len*/ !== bits) {\n        // Trace((stderr,\"code %d bits %d->%d\\n\", m, tree[m].Len, bits));\n        s.opt_len += (bits - tree[m * 2 + 1]/*.Len*/) * tree[m * 2]/*.Freq*/;\n        tree[m * 2 + 1]/*.Len*/ = bits;\n      }\n      n--;\n    }\n  }\n}\n\n\n/* ===========================================================================\n * Generate the codes for a given tree and bit counts (which need not be\n * optimal).\n * IN assertion: the array bl_count contains the bit length statistics for\n * the given tree and the field len is set for all tree elements.\n * OUT assertion: the field code is set for all tree elements of non\n *     zero code length.\n */\nfunction gen_codes(tree, max_code, bl_count)\n//    ct_data *tree;             /* the tree to decorate */\n//    int max_code;              /* largest code with non zero frequency */\n//    ushf *bl_count;            /* number of codes at each bit length */\n{\n  var next_code = new Array(MAX_BITS + 1); /* next code value for each bit length */\n  var code = 0;              /* running code value */\n  var bits;                  /* bit index */\n  var n;                     /* code index */\n\n  /* The distribution counts are first used to generate the code values\n   * without bit reversal.\n   */\n  for (bits = 1; bits <= MAX_BITS; bits++) {\n    next_code[bits] = code = (code + bl_count[bits - 1]) << 1;\n  }\n  /* Check that the bit counts in bl_count are consistent. The last code\n   * must be all ones.\n   */\n  //Assert (code + bl_count[MAX_BITS]-1 == (1<<MAX_BITS)-1,\n  //        \"inconsistent bit counts\");\n  //Tracev((stderr,\"\\ngen_codes: max_code %d \", max_code));\n\n  for (n = 0;  n <= max_code; n++) {\n    var len = tree[n * 2 + 1]/*.Len*/;\n    if (len === 0) { continue; }\n    /* Now reverse the bits */\n    tree[n * 2]/*.Code*/ = bi_reverse(next_code[len]++, len);\n\n    //Tracecv(tree != static_ltree, (stderr,\"\\nn %3d %c l %2d c %4x (%x) \",\n    //     n, (isgraph(n) ? n : ' '), len, tree[n].Code, next_code[len]-1));\n  }\n}\n\n\n/* ===========================================================================\n * Initialize the various 'constant' tables.\n */\nfunction tr_static_init() {\n  var n;        /* iterates over tree elements */\n  var bits;     /* bit counter */\n  var length;   /* length value */\n  var code;     /* code value */\n  var dist;     /* distance index */\n  var bl_count = new Array(MAX_BITS + 1);\n  /* number of codes at each bit length for an optimal tree */\n\n  // do check in _tr_init()\n  //if (static_init_done) return;\n\n  /* For some embedded targets, global variables are not initialized: */\n/*#ifdef NO_INIT_GLOBAL_POINTERS\n  static_l_desc.static_tree = static_ltree;\n  static_l_desc.extra_bits = extra_lbits;\n  static_d_desc.static_tree = static_dtree;\n  static_d_desc.extra_bits = extra_dbits;\n  static_bl_desc.extra_bits = extra_blbits;\n#endif*/\n\n  /* Initialize the mapping length (0..255) -> length code (0..28) */\n  length = 0;\n  for (code = 0; code < LENGTH_CODES - 1; code++) {\n    base_length[code] = length;\n    for (n = 0; n < (1 << extra_lbits[code]); n++) {\n      _length_code[length++] = code;\n    }\n  }\n  //Assert (length == 256, \"tr_static_init: length != 256\");\n  /* Note that the length 255 (match length 258) can be represented\n   * in two different ways: code 284 + 5 bits or code 285, so we\n   * overwrite length_code[255] to use the best encoding:\n   */\n  _length_code[length - 1] = code;\n\n  /* Initialize the mapping dist (0..32K) -> dist code (0..29) */\n  dist = 0;\n  for (code = 0; code < 16; code++) {\n    base_dist[code] = dist;\n    for (n = 0; n < (1 << extra_dbits[code]); n++) {\n      _dist_code[dist++] = code;\n    }\n  }\n  //Assert (dist == 256, \"tr_static_init: dist != 256\");\n  dist >>= 7; /* from now on, all distances are divided by 128 */\n  for (; code < D_CODES; code++) {\n    base_dist[code] = dist << 7;\n    for (n = 0; n < (1 << (extra_dbits[code] - 7)); n++) {\n      _dist_code[256 + dist++] = code;\n    }\n  }\n  //Assert (dist == 256, \"tr_static_init: 256+dist != 512\");\n\n  /* Construct the codes of the static literal tree */\n  for (bits = 0; bits <= MAX_BITS; bits++) {\n    bl_count[bits] = 0;\n  }\n\n  n = 0;\n  while (n <= 143) {\n    static_ltree[n * 2 + 1]/*.Len*/ = 8;\n    n++;\n    bl_count[8]++;\n  }\n  while (n <= 255) {\n    static_ltree[n * 2 + 1]/*.Len*/ = 9;\n    n++;\n    bl_count[9]++;\n  }\n  while (n <= 279) {\n    static_ltree[n * 2 + 1]/*.Len*/ = 7;\n    n++;\n    bl_count[7]++;\n  }\n  while (n <= 287) {\n    static_ltree[n * 2 + 1]/*.Len*/ = 8;\n    n++;\n    bl_count[8]++;\n  }\n  /* Codes 286 and 287 do not exist, but we must include them in the\n   * tree construction to get a canonical Huffman tree (longest code\n   * all ones)\n   */\n  gen_codes(static_ltree, L_CODES + 1, bl_count);\n\n  /* The static distance tree is trivial: */\n  for (n = 0; n < D_CODES; n++) {\n    static_dtree[n * 2 + 1]/*.Len*/ = 5;\n    static_dtree[n * 2]/*.Code*/ = bi_reverse(n, 5);\n  }\n\n  // Now data ready and we can init static trees\n  static_l_desc = new StaticTreeDesc(static_ltree, extra_lbits, LITERALS + 1, L_CODES, MAX_BITS);\n  static_d_desc = new StaticTreeDesc(static_dtree, extra_dbits, 0,          D_CODES, MAX_BITS);\n  static_bl_desc = new StaticTreeDesc(new Array(0), extra_blbits, 0,         BL_CODES, MAX_BL_BITS);\n\n  //static_init_done = true;\n}\n\n\n/* ===========================================================================\n * Initialize a new block.\n */\nfunction init_block(s) {\n  var n; /* iterates over tree elements */\n\n  /* Initialize the trees. */\n  for (n = 0; n < L_CODES;  n++) { s.dyn_ltree[n * 2]/*.Freq*/ = 0; }\n  for (n = 0; n < D_CODES;  n++) { s.dyn_dtree[n * 2]/*.Freq*/ = 0; }\n  for (n = 0; n < BL_CODES; n++) { s.bl_tree[n * 2]/*.Freq*/ = 0; }\n\n  s.dyn_ltree[END_BLOCK * 2]/*.Freq*/ = 1;\n  s.opt_len = s.static_len = 0;\n  s.last_lit = s.matches = 0;\n}\n\n\n/* ===========================================================================\n * Flush the bit buffer and align the output on a byte boundary\n */\nfunction bi_windup(s)\n{\n  if (s.bi_valid > 8) {\n    put_short(s, s.bi_buf);\n  } else if (s.bi_valid > 0) {\n    //put_byte(s, (Byte)s->bi_buf);\n    s.pending_buf[s.pending++] = s.bi_buf;\n  }\n  s.bi_buf = 0;\n  s.bi_valid = 0;\n}\n\n/* ===========================================================================\n * Copy a stored block, storing first the length and its\n * one's complement if requested.\n */\nfunction copy_block(s, buf, len, header)\n//DeflateState *s;\n//charf    *buf;    /* the input data */\n//unsigned len;     /* its length */\n//int      header;  /* true if block header must be written */\n{\n  bi_windup(s);        /* align on byte boundary */\n\n  if (header) {\n    put_short(s, len);\n    put_short(s, ~len);\n  }\n//  while (len--) {\n//    put_byte(s, *buf++);\n//  }\n  utils.arraySet(s.pending_buf, s.window, buf, len, s.pending);\n  s.pending += len;\n}\n\n/* ===========================================================================\n * Compares to subtrees, using the tree depth as tie breaker when\n * the subtrees have equal frequency. This minimizes the worst case length.\n */\nfunction smaller(tree, n, m, depth) {\n  var _n2 = n * 2;\n  var _m2 = m * 2;\n  return (tree[_n2]/*.Freq*/ < tree[_m2]/*.Freq*/ ||\n         (tree[_n2]/*.Freq*/ === tree[_m2]/*.Freq*/ && depth[n] <= depth[m]));\n}\n\n/* ===========================================================================\n * Restore the heap property by moving down the tree starting at node k,\n * exchanging a node with the smallest of its two sons if necessary, stopping\n * when the heap property is re-established (each father smaller than its\n * two sons).\n */\nfunction pqdownheap(s, tree, k)\n//    deflate_state *s;\n//    ct_data *tree;  /* the tree to restore */\n//    int k;               /* node to move down */\n{\n  var v = s.heap[k];\n  var j = k << 1;  /* left son of k */\n  while (j <= s.heap_len) {\n    /* Set j to the smallest of the two sons: */\n    if (j < s.heap_len &&\n      smaller(tree, s.heap[j + 1], s.heap[j], s.depth)) {\n      j++;\n    }\n    /* Exit if v is smaller than both sons */\n    if (smaller(tree, v, s.heap[j], s.depth)) { break; }\n\n    /* Exchange v with the smallest son */\n    s.heap[k] = s.heap[j];\n    k = j;\n\n    /* And continue down the tree, setting j to the left son of k */\n    j <<= 1;\n  }\n  s.heap[k] = v;\n}\n\n\n// inlined manually\n// var SMALLEST = 1;\n\n/* ===========================================================================\n * Send the block data compressed using the given Huffman trees\n */\nfunction compress_block(s, ltree, dtree)\n//    deflate_state *s;\n//    const ct_data *ltree; /* literal tree */\n//    const ct_data *dtree; /* distance tree */\n{\n  var dist;           /* distance of matched string */\n  var lc;             /* match length or unmatched char (if dist == 0) */\n  var lx = 0;         /* running index in l_buf */\n  var code;           /* the code to send */\n  var extra;          /* number of extra bits to send */\n\n  if (s.last_lit !== 0) {\n    do {\n      dist = (s.pending_buf[s.d_buf + lx * 2] << 8) | (s.pending_buf[s.d_buf + lx * 2 + 1]);\n      lc = s.pending_buf[s.l_buf + lx];\n      lx++;\n\n      if (dist === 0) {\n        send_code(s, lc, ltree); /* send a literal byte */\n        //Tracecv(isgraph(lc), (stderr,\" '%c' \", lc));\n      } else {\n        /* Here, lc is the match length - MIN_MATCH */\n        code = _length_code[lc];\n        send_code(s, code + LITERALS + 1, ltree); /* send the length code */\n        extra = extra_lbits[code];\n        if (extra !== 0) {\n          lc -= base_length[code];\n          send_bits(s, lc, extra);       /* send the extra length bits */\n        }\n        dist--; /* dist is now the match distance - 1 */\n        code = d_code(dist);\n        //Assert (code < D_CODES, \"bad d_code\");\n\n        send_code(s, code, dtree);       /* send the distance code */\n        extra = extra_dbits[code];\n        if (extra !== 0) {\n          dist -= base_dist[code];\n          send_bits(s, dist, extra);   /* send the extra distance bits */\n        }\n      } /* literal or match pair ? */\n\n      /* Check that the overlay between pending_buf and d_buf+l_buf is ok: */\n      //Assert((uInt)(s->pending) < s->lit_bufsize + 2*lx,\n      //       \"pendingBuf overflow\");\n\n    } while (lx < s.last_lit);\n  }\n\n  send_code(s, END_BLOCK, ltree);\n}\n\n\n/* ===========================================================================\n * Construct one Huffman tree and assigns the code bit strings and lengths.\n * Update the total bit length for the current block.\n * IN assertion: the field freq is set for all tree elements.\n * OUT assertions: the fields len and code are set to the optimal bit length\n *     and corresponding code. The length opt_len is updated; static_len is\n *     also updated if stree is not null. The field max_code is set.\n */\nfunction build_tree(s, desc)\n//    deflate_state *s;\n//    tree_desc *desc; /* the tree descriptor */\n{\n  var tree     = desc.dyn_tree;\n  var stree    = desc.stat_desc.static_tree;\n  var has_stree = desc.stat_desc.has_stree;\n  var elems    = desc.stat_desc.elems;\n  var n, m;          /* iterate over heap elements */\n  var max_code = -1; /* largest code with non zero frequency */\n  var node;          /* new node being created */\n\n  /* Construct the initial heap, with least frequent element in\n   * heap[SMALLEST]. The sons of heap[n] are heap[2*n] and heap[2*n+1].\n   * heap[0] is not used.\n   */\n  s.heap_len = 0;\n  s.heap_max = HEAP_SIZE;\n\n  for (n = 0; n < elems; n++) {\n    if (tree[n * 2]/*.Freq*/ !== 0) {\n      s.heap[++s.heap_len] = max_code = n;\n      s.depth[n] = 0;\n\n    } else {\n      tree[n * 2 + 1]/*.Len*/ = 0;\n    }\n  }\n\n  /* The pkzip format requires that at least one distance code exists,\n   * and that at least one bit should be sent even if there is only one\n   * possible code. So to avoid special checks later on we force at least\n   * two codes of non zero frequency.\n   */\n  while (s.heap_len < 2) {\n    node = s.heap[++s.heap_len] = (max_code < 2 ? ++max_code : 0);\n    tree[node * 2]/*.Freq*/ = 1;\n    s.depth[node] = 0;\n    s.opt_len--;\n\n    if (has_stree) {\n      s.static_len -= stree[node * 2 + 1]/*.Len*/;\n    }\n    /* node is 0 or 1 so it does not have extra bits */\n  }\n  desc.max_code = max_code;\n\n  /* The elements heap[heap_len/2+1 .. heap_len] are leaves of the tree,\n   * establish sub-heaps of increasing lengths:\n   */\n  for (n = (s.heap_len >> 1/*int /2*/); n >= 1; n--) { pqdownheap(s, tree, n); }\n\n  /* Construct the Huffman tree by repeatedly combining the least two\n   * frequent nodes.\n   */\n  node = elems;              /* next internal node of the tree */\n  do {\n    //pqremove(s, tree, n);  /* n = node of least frequency */\n    /*** pqremove ***/\n    n = s.heap[1/*SMALLEST*/];\n    s.heap[1/*SMALLEST*/] = s.heap[s.heap_len--];\n    pqdownheap(s, tree, 1/*SMALLEST*/);\n    /***/\n\n    m = s.heap[1/*SMALLEST*/]; /* m = node of next least frequency */\n\n    s.heap[--s.heap_max] = n; /* keep the nodes sorted by frequency */\n    s.heap[--s.heap_max] = m;\n\n    /* Create a new node father of n and m */\n    tree[node * 2]/*.Freq*/ = tree[n * 2]/*.Freq*/ + tree[m * 2]/*.Freq*/;\n    s.depth[node] = (s.depth[n] >= s.depth[m] ? s.depth[n] : s.depth[m]) + 1;\n    tree[n * 2 + 1]/*.Dad*/ = tree[m * 2 + 1]/*.Dad*/ = node;\n\n    /* and insert the new node in the heap */\n    s.heap[1/*SMALLEST*/] = node++;\n    pqdownheap(s, tree, 1/*SMALLEST*/);\n\n  } while (s.heap_len >= 2);\n\n  s.heap[--s.heap_max] = s.heap[1/*SMALLEST*/];\n\n  /* At this point, the fields freq and dad are set. We can now\n   * generate the bit lengths.\n   */\n  gen_bitlen(s, desc);\n\n  /* The field len is now set, we can generate the bit codes */\n  gen_codes(tree, max_code, s.bl_count);\n}\n\n\n/* ===========================================================================\n * Scan a literal or distance tree to determine the frequencies of the codes\n * in the bit length tree.\n */\nfunction scan_tree(s, tree, max_code)\n//    deflate_state *s;\n//    ct_data *tree;   /* the tree to be scanned */\n//    int max_code;    /* and its largest code of non zero frequency */\n{\n  var n;                     /* iterates over all tree elements */\n  var prevlen = -1;          /* last emitted length */\n  var curlen;                /* length of current code */\n\n  var nextlen = tree[0 * 2 + 1]/*.Len*/; /* length of next code */\n\n  var count = 0;             /* repeat count of the current code */\n  var max_count = 7;         /* max repeat count */\n  var min_count = 4;         /* min repeat count */\n\n  if (nextlen === 0) {\n    max_count = 138;\n    min_count = 3;\n  }\n  tree[(max_code + 1) * 2 + 1]/*.Len*/ = 0xffff; /* guard */\n\n  for (n = 0; n <= max_code; n++) {\n    curlen = nextlen;\n    nextlen = tree[(n + 1) * 2 + 1]/*.Len*/;\n\n    if (++count < max_count && curlen === nextlen) {\n      continue;\n\n    } else if (count < min_count) {\n      s.bl_tree[curlen * 2]/*.Freq*/ += count;\n\n    } else if (curlen !== 0) {\n\n      if (curlen !== prevlen) { s.bl_tree[curlen * 2]/*.Freq*/++; }\n      s.bl_tree[REP_3_6 * 2]/*.Freq*/++;\n\n    } else if (count <= 10) {\n      s.bl_tree[REPZ_3_10 * 2]/*.Freq*/++;\n\n    } else {\n      s.bl_tree[REPZ_11_138 * 2]/*.Freq*/++;\n    }\n\n    count = 0;\n    prevlen = curlen;\n\n    if (nextlen === 0) {\n      max_count = 138;\n      min_count = 3;\n\n    } else if (curlen === nextlen) {\n      max_count = 6;\n      min_count = 3;\n\n    } else {\n      max_count = 7;\n      min_count = 4;\n    }\n  }\n}\n\n\n/* ===========================================================================\n * Send a literal or distance tree in compressed form, using the codes in\n * bl_tree.\n */\nfunction send_tree(s, tree, max_code)\n//    deflate_state *s;\n//    ct_data *tree; /* the tree to be scanned */\n//    int max_code;       /* and its largest code of non zero frequency */\n{\n  var n;                     /* iterates over all tree elements */\n  var prevlen = -1;          /* last emitted length */\n  var curlen;                /* length of current code */\n\n  var nextlen = tree[0 * 2 + 1]/*.Len*/; /* length of next code */\n\n  var count = 0;             /* repeat count of the current code */\n  var max_count = 7;         /* max repeat count */\n  var min_count = 4;         /* min repeat count */\n\n  /* tree[max_code+1].Len = -1; */  /* guard already set */\n  if (nextlen === 0) {\n    max_count = 138;\n    min_count = 3;\n  }\n\n  for (n = 0; n <= max_code; n++) {\n    curlen = nextlen;\n    nextlen = tree[(n + 1) * 2 + 1]/*.Len*/;\n\n    if (++count < max_count && curlen === nextlen) {\n      continue;\n\n    } else if (count < min_count) {\n      do { send_code(s, curlen, s.bl_tree); } while (--count !== 0);\n\n    } else if (curlen !== 0) {\n      if (curlen !== prevlen) {\n        send_code(s, curlen, s.bl_tree);\n        count--;\n      }\n      //Assert(count >= 3 && count <= 6, \" 3_6?\");\n      send_code(s, REP_3_6, s.bl_tree);\n      send_bits(s, count - 3, 2);\n\n    } else if (count <= 10) {\n      send_code(s, REPZ_3_10, s.bl_tree);\n      send_bits(s, count - 3, 3);\n\n    } else {\n      send_code(s, REPZ_11_138, s.bl_tree);\n      send_bits(s, count - 11, 7);\n    }\n\n    count = 0;\n    prevlen = curlen;\n    if (nextlen === 0) {\n      max_count = 138;\n      min_count = 3;\n\n    } else if (curlen === nextlen) {\n      max_count = 6;\n      min_count = 3;\n\n    } else {\n      max_count = 7;\n      min_count = 4;\n    }\n  }\n}\n\n\n/* ===========================================================================\n * Construct the Huffman tree for the bit lengths and return the index in\n * bl_order of the last bit length code to send.\n */\nfunction build_bl_tree(s) {\n  var max_blindex;  /* index of last bit length code of non zero freq */\n\n  /* Determine the bit length frequencies for literal and distance trees */\n  scan_tree(s, s.dyn_ltree, s.l_desc.max_code);\n  scan_tree(s, s.dyn_dtree, s.d_desc.max_code);\n\n  /* Build the bit length tree: */\n  build_tree(s, s.bl_desc);\n  /* opt_len now includes the length of the tree representations, except\n   * the lengths of the bit lengths codes and the 5+5+4 bits for the counts.\n   */\n\n  /* Determine the number of bit length codes to send. The pkzip format\n   * requires that at least 4 bit length codes be sent. (appnote.txt says\n   * 3 but the actual value used is 4.)\n   */\n  for (max_blindex = BL_CODES - 1; max_blindex >= 3; max_blindex--) {\n    if (s.bl_tree[bl_order[max_blindex] * 2 + 1]/*.Len*/ !== 0) {\n      break;\n    }\n  }\n  /* Update opt_len to include the bit length tree and counts */\n  s.opt_len += 3 * (max_blindex + 1) + 5 + 5 + 4;\n  //Tracev((stderr, \"\\ndyn trees: dyn %ld, stat %ld\",\n  //        s->opt_len, s->static_len));\n\n  return max_blindex;\n}\n\n\n/* ===========================================================================\n * Send the header for a block using dynamic Huffman trees: the counts, the\n * lengths of the bit length codes, the literal tree and the distance tree.\n * IN assertion: lcodes >= 257, dcodes >= 1, blcodes >= 4.\n */\nfunction send_all_trees(s, lcodes, dcodes, blcodes)\n//    deflate_state *s;\n//    int lcodes, dcodes, blcodes; /* number of codes for each tree */\n{\n  var rank;                    /* index in bl_order */\n\n  //Assert (lcodes >= 257 && dcodes >= 1 && blcodes >= 4, \"not enough codes\");\n  //Assert (lcodes <= L_CODES && dcodes <= D_CODES && blcodes <= BL_CODES,\n  //        \"too many codes\");\n  //Tracev((stderr, \"\\nbl counts: \"));\n  send_bits(s, lcodes - 257, 5); /* not +255 as stated in appnote.txt */\n  send_bits(s, dcodes - 1,   5);\n  send_bits(s, blcodes - 4,  4); /* not -3 as stated in appnote.txt */\n  for (rank = 0; rank < blcodes; rank++) {\n    //Tracev((stderr, \"\\nbl code %2d \", bl_order[rank]));\n    send_bits(s, s.bl_tree[bl_order[rank] * 2 + 1]/*.Len*/, 3);\n  }\n  //Tracev((stderr, \"\\nbl tree: sent %ld\", s->bits_sent));\n\n  send_tree(s, s.dyn_ltree, lcodes - 1); /* literal tree */\n  //Tracev((stderr, \"\\nlit tree: sent %ld\", s->bits_sent));\n\n  send_tree(s, s.dyn_dtree, dcodes - 1); /* distance tree */\n  //Tracev((stderr, \"\\ndist tree: sent %ld\", s->bits_sent));\n}\n\n\n/* ===========================================================================\n * Check if the data type is TEXT or BINARY, using the following algorithm:\n * - TEXT if the two conditions below are satisfied:\n *    a) There are no non-portable control characters belonging to the\n *       \"black list\" (0..6, 14..25, 28..31).\n *    b) There is at least one printable character belonging to the\n *       \"white list\" (9 {TAB}, 10 {LF}, 13 {CR}, 32..255).\n * - BINARY otherwise.\n * - The following partially-portable control characters form a\n *   \"gray list\" that is ignored in this detection algorithm:\n *   (7 {BEL}, 8 {BS}, 11 {VT}, 12 {FF}, 26 {SUB}, 27 {ESC}).\n * IN assertion: the fields Freq of dyn_ltree are set.\n */\nfunction detect_data_type(s) {\n  /* black_mask is the bit mask of black-listed bytes\n   * set bits 0..6, 14..25, and 28..31\n   * 0xf3ffc07f = binary 11110011111111111100000001111111\n   */\n  var black_mask = 0xf3ffc07f;\n  var n;\n\n  /* Check for non-textual (\"black-listed\") bytes. */\n  for (n = 0; n <= 31; n++, black_mask >>>= 1) {\n    if ((black_mask & 1) && (s.dyn_ltree[n * 2]/*.Freq*/ !== 0)) {\n      return Z_BINARY;\n    }\n  }\n\n  /* Check for textual (\"white-listed\") bytes. */\n  if (s.dyn_ltree[9 * 2]/*.Freq*/ !== 0 || s.dyn_ltree[10 * 2]/*.Freq*/ !== 0 ||\n      s.dyn_ltree[13 * 2]/*.Freq*/ !== 0) {\n    return Z_TEXT;\n  }\n  for (n = 32; n < LITERALS; n++) {\n    if (s.dyn_ltree[n * 2]/*.Freq*/ !== 0) {\n      return Z_TEXT;\n    }\n  }\n\n  /* There are no \"black-listed\" or \"white-listed\" bytes:\n   * this stream either is empty or has tolerated (\"gray-listed\") bytes only.\n   */\n  return Z_BINARY;\n}\n\n\nvar static_init_done = false;\n\n/* ===========================================================================\n * Initialize the tree data structures for a new zlib stream.\n */\nfunction _tr_init(s)\n{\n\n  if (!static_init_done) {\n    tr_static_init();\n    static_init_done = true;\n  }\n\n  s.l_desc  = new TreeDesc(s.dyn_ltree, static_l_desc);\n  s.d_desc  = new TreeDesc(s.dyn_dtree, static_d_desc);\n  s.bl_desc = new TreeDesc(s.bl_tree, static_bl_desc);\n\n  s.bi_buf = 0;\n  s.bi_valid = 0;\n\n  /* Initialize the first block of the first file: */\n  init_block(s);\n}\n\n\n/* ===========================================================================\n * Send a stored block\n */\nfunction _tr_stored_block(s, buf, stored_len, last)\n//DeflateState *s;\n//charf *buf;       /* input block */\n//ulg stored_len;   /* length of input block */\n//int last;         /* one if this is the last block for a file */\n{\n  send_bits(s, (STORED_BLOCK << 1) + (last ? 1 : 0), 3);    /* send block type */\n  copy_block(s, buf, stored_len, true); /* with header */\n}\n\n\n/* ===========================================================================\n * Send one empty static block to give enough lookahead for inflate.\n * This takes 10 bits, of which 7 may remain in the bit buffer.\n */\nfunction _tr_align(s) {\n  send_bits(s, STATIC_TREES << 1, 3);\n  send_code(s, END_BLOCK, static_ltree);\n  bi_flush(s);\n}\n\n\n/* ===========================================================================\n * Determine the best encoding for the current block: dynamic trees, static\n * trees or store, and output the encoded block to the zip file.\n */\nfunction _tr_flush_block(s, buf, stored_len, last)\n//DeflateState *s;\n//charf *buf;       /* input block, or NULL if too old */\n//ulg stored_len;   /* length of input block */\n//int last;         /* one if this is the last block for a file */\n{\n  var opt_lenb, static_lenb;  /* opt_len and static_len in bytes */\n  var max_blindex = 0;        /* index of last bit length code of non zero freq */\n\n  /* Build the Huffman trees unless a stored block is forced */\n  if (s.level > 0) {\n\n    /* Check if the file is binary or text */\n    if (s.strm.data_type === Z_UNKNOWN) {\n      s.strm.data_type = detect_data_type(s);\n    }\n\n    /* Construct the literal and distance trees */\n    build_tree(s, s.l_desc);\n    // Tracev((stderr, \"\\nlit data: dyn %ld, stat %ld\", s->opt_len,\n    //        s->static_len));\n\n    build_tree(s, s.d_desc);\n    // Tracev((stderr, \"\\ndist data: dyn %ld, stat %ld\", s->opt_len,\n    //        s->static_len));\n    /* At this point, opt_len and static_len are the total bit lengths of\n     * the compressed block data, excluding the tree representations.\n     */\n\n    /* Build the bit length tree for the above two trees, and get the index\n     * in bl_order of the last bit length code to send.\n     */\n    max_blindex = build_bl_tree(s);\n\n    /* Determine the best encoding. Compute the block lengths in bytes. */\n    opt_lenb = (s.opt_len + 3 + 7) >>> 3;\n    static_lenb = (s.static_len + 3 + 7) >>> 3;\n\n    // Tracev((stderr, \"\\nopt %lu(%lu) stat %lu(%lu) stored %lu lit %u \",\n    //        opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,\n    //        s->last_lit));\n\n    if (static_lenb <= opt_lenb) { opt_lenb = static_lenb; }\n\n  } else {\n    // Assert(buf != (char*)0, \"lost buf\");\n    opt_lenb = static_lenb = stored_len + 5; /* force a stored block */\n  }\n\n  if ((stored_len + 4 <= opt_lenb) && (buf !== -1)) {\n    /* 4: two words for the lengths */\n\n    /* The test buf != NULL is only necessary if LIT_BUFSIZE > WSIZE.\n     * Otherwise we can't have processed more than WSIZE input bytes since\n     * the last block flush, because compression would have been\n     * successful. If LIT_BUFSIZE <= WSIZE, it is never too late to\n     * transform a block into a stored block.\n     */\n    _tr_stored_block(s, buf, stored_len, last);\n\n  } else if (s.strategy === Z_FIXED || static_lenb === opt_lenb) {\n\n    send_bits(s, (STATIC_TREES << 1) + (last ? 1 : 0), 3);\n    compress_block(s, static_ltree, static_dtree);\n\n  } else {\n    send_bits(s, (DYN_TREES << 1) + (last ? 1 : 0), 3);\n    send_all_trees(s, s.l_desc.max_code + 1, s.d_desc.max_code + 1, max_blindex + 1);\n    compress_block(s, s.dyn_ltree, s.dyn_dtree);\n  }\n  // Assert (s->compressed_len == s->bits_sent, \"bad compressed size\");\n  /* The above check is made mod 2^32, for files larger than 512 MB\n   * and uLong implemented on 32 bits.\n   */\n  init_block(s);\n\n  if (last) {\n    bi_windup(s);\n  }\n  // Tracev((stderr,\"\\ncomprlen %lu(%lu) \", s->compressed_len>>3,\n  //       s->compressed_len-7*last));\n}\n\n/* ===========================================================================\n * Save the match info and tally the frequency counts. Return true if\n * the current block must be flushed.\n */\nfunction _tr_tally(s, dist, lc)\n//    deflate_state *s;\n//    unsigned dist;  /* distance of matched string */\n//    unsigned lc;    /* match length-MIN_MATCH or unmatched char (if dist==0) */\n{\n  //var out_length, in_length, dcode;\n\n  s.pending_buf[s.d_buf + s.last_lit * 2]     = (dist >>> 8) & 0xff;\n  s.pending_buf[s.d_buf + s.last_lit * 2 + 1] = dist & 0xff;\n\n  s.pending_buf[s.l_buf + s.last_lit] = lc & 0xff;\n  s.last_lit++;\n\n  if (dist === 0) {\n    /* lc is the unmatched char */\n    s.dyn_ltree[lc * 2]/*.Freq*/++;\n  } else {\n    s.matches++;\n    /* Here, lc is the match length - MIN_MATCH */\n    dist--;             /* dist = match distance - 1 */\n    //Assert((ush)dist < (ush)MAX_DIST(s) &&\n    //       (ush)lc <= (ush)(MAX_MATCH-MIN_MATCH) &&\n    //       (ush)d_code(dist) < (ush)D_CODES,  \"_tr_tally: bad match\");\n\n    s.dyn_ltree[(_length_code[lc] + LITERALS + 1) * 2]/*.Freq*/++;\n    s.dyn_dtree[d_code(dist) * 2]/*.Freq*/++;\n  }\n\n// (!) This block is disabled in zlib defailts,\n// don't enable it for binary compatibility\n\n//#ifdef TRUNCATE_BLOCK\n//  /* Try to guess if it is profitable to stop the current block here */\n//  if ((s.last_lit & 0x1fff) === 0 && s.level > 2) {\n//    /* Compute an upper bound for the compressed length */\n//    out_length = s.last_lit*8;\n//    in_length = s.strstart - s.block_start;\n//\n//    for (dcode = 0; dcode < D_CODES; dcode++) {\n//      out_length += s.dyn_dtree[dcode*2]/*.Freq*/ * (5 + extra_dbits[dcode]);\n//    }\n//    out_length >>>= 3;\n//    //Tracev((stderr,\"\\nlast_lit %u, in %ld, out ~%ld(%ld%%) \",\n//    //       s->last_lit, in_length, out_length,\n//    //       100L - out_length*100L/in_length));\n//    if (s.matches < (s.last_lit>>1)/*int /2*/ && out_length < (in_length>>1)/*int /2*/) {\n//      return true;\n//    }\n//  }\n//#endif\n\n  return (s.last_lit === s.lit_bufsize - 1);\n  /* We avoid equality with lit_bufsize because of wraparound at 64K\n   * on 16 bit machines and because stored blocks are restricted to\n   * 64K-1 bytes.\n   */\n}\n\nexports._tr_init  = _tr_init;\nexports._tr_stored_block = _tr_stored_block;\nexports._tr_flush_block  = _tr_flush_block;\nexports._tr_tally = _tr_tally;\nexports._tr_align = _tr_align;\n\n},{\"../utils/common\":41}],53:[function(require,module,exports){\n'use strict';\n\n// (C) 1995-2013 Jean-loup Gailly and Mark Adler\n// (C) 2014-2017 Vitaly Puzrin and Andrey Tupitsin\n//\n// This software is provided 'as-is', without any express or implied\n// warranty. In no event will the authors be held liable for any damages\n// arising from the use of this software.\n//\n// Permission is granted to anyone to use this software for any purpose,\n// including commercial applications, and to alter it and redistribute it\n// freely, subject to the following restrictions:\n//\n// 1. The origin of this software must not be misrepresented; you must not\n//   claim that you wrote the original software. If you use this software\n//   in a product, an acknowledgment in the product documentation would be\n//   appreciated but is not required.\n// 2. Altered source versions must be plainly marked as such, and must not be\n//   misrepresented as being the original software.\n// 3. This notice may not be removed or altered from any source distribution.\n\nfunction ZStream() {\n  /* next input byte */\n  this.input = null; // JS specific, because we have no pointers\n  this.next_in = 0;\n  /* number of bytes available at input */\n  this.avail_in = 0;\n  /* total number of input bytes read so far */\n  this.total_in = 0;\n  /* next output byte should be put there */\n  this.output = null; // JS specific, because we have no pointers\n  this.next_out = 0;\n  /* remaining free space at output */\n  this.avail_out = 0;\n  /* total number of bytes output so far */\n  this.total_out = 0;\n  /* last error message, NULL if no error */\n  this.msg = ''/*Z_NULL*/;\n  /* not visible by applications */\n  this.state = null;\n  /* best guess about the data type: binary or text */\n  this.data_type = 2/*Z_UNKNOWN*/;\n  /* adler32 value of the uncompressed data */\n  this.adler = 0;\n}\n\nmodule.exports = ZStream;\n\n},{}],54:[function(require,module,exports){\n'use strict';\nmodule.exports = typeof setImmediate === 'function' ? setImmediate :\n\tfunction setImmediate() {\n\t\tvar args = [].slice.apply(arguments);\n\t\targs.splice(1, 0, 0);\n\t\tsetTimeout.apply(null, args);\n\t};\n\n},{}]},{},[10])(10)\n});"
  },
  {
    "path": "libs/media/media.css",
    "content": "@charset \"utf-8\";\n/*-------------------------\n\tFile manager\n-------------------------*/\n\n\n#MediaModal .modal-body, .filemanager {\n\tposition: static;\n}\n\n#MediaModal .modal-body {\n\tmin-height:50vh;\n}\n\n/*-------------------------\n\tBreadcrumps\n-------------------------*/\n\n\n.filemanager .breadcrumbs {\n\tcolor: var(--bs-primary-text);\n\t//font-size: 1.2rem;\n\t//font-weight: 500;\n\tline-height: 35px;\n}\n\n.filemanager .breadcrumbs a:link, .breadcrumbs a:visited {\n\tcolor: var(--bs-primary-text);\n\ttext-decoration: none;\n}\n\n.filemanager .breadcrumbs a:hover {\n\tcolor: var(--bs-link-color);\n}\n\n.filemanager .breadcrumbs .arrow {\n\tcolor: var(--bs-secondary-border-subtle);\n\t//font-size: 24px;\n\tfont-weight: 500;\n\tline-height: 20px;\n}\n\n\n/*-------------------------\n\tSearch box\n-------------------------*/\n\n\n.filemanager .top-right {\n\tright: 0;\n\tfont-size: 17px;\n\tbackground-color: var(--bs-body-bg);\n\tcolor: var(--bs-primary-text);\n\tdisplay: block;\n    position: sticky;\n    top: 0;\n    padding: 1rem;\n\tz-index:2;\n}\n\n.filemanager .search {\n\tfloat:right;\n    position:relative;\n\tcursor: pointer;\n}\n\n\n.filemanager .upload {\n    margin:3rem;\n    padding:0rem;\n    padding:1rem;\n    border:3px dashed var(--bs-border-color);\n    position:relative;\n    min-height:200px;\n}\n\n.filemanager .upload h3 {\n    padding:1rem 4rem;\n}\n\n.filemanager .upload button#upload-close {\n\tposition:absolute;\n\tright:1rem;\n\tz-index:1000\n}\n\n.filemanager .upload input[type=file] {\n    position:absolute;\n    z-index:100;\n    top:0;\n    left:0;\n    width:100%;\n    height:100%;\n    padding:7rem 5rem 5rem;\n    display:block !important;\n    font-size:1rem;\n}\n.filemanager .upload input[type=file]:hover::before {\n  border-color: black;\n}\n.filemanager .upload input[type=file]:active {\n  outline: 0;\n}\n.filemanager .upload input[type=file]:active::before {\n  background: -webkit-linear-gradient(top, #0a58ca, #0d6efd); \n}\n\n\n.filemanager .search:before {\n\tcontent: '';\n\tposition: absolute;\n\tmargin-top:7px;\n\twidth: 14px;\n\theight: 14px;\n\tborder-radius: 50%;\n\tborder: 2px solid var(--bs-border-color);\n\tright: 10px;\n}\n\n.filemanager .search:after {\n\tcontent: '';\n\twidth: 3px;\n\theight: 10px;\n\tbackground-color: var(--bs-border-color);\n\tborder-radius: 2px;\n\tposition: absolute;\n\ttop: 18px;\n\tright: 9px;\n\t-webkit-transform: rotate(-45deg);\n\ttransform: rotate(-45deg);\n}\n\n.filemanager .search input[type=search] {\n\tborder-radius: 2px;\n\tcolor: #4D535E;\n\tbackground-color: #f5f5f5;\n\twidth: 250px;\n\theight: 35px;\n\tpadding-left: 20px;\n\ttext-decoration-color: #4d535e;\n\tfont-size: 14px;\n\tfont-weight: 400;\n\tline-height: 20px;\n\tdisplay: none;\n\toutline: none;\n\tborder: none;\n\tpadding-right: 10px;\n\t-webkit-appearance: none;\n}\n\n::-webkit-input-placeholder { /* WebKit browsers */\n\tcolor:    #4d535e;\n}\n:-moz-placeholder { /* Mozilla Firefox 4 to 18 */\n\tcolor:    #4d535e;\n\topacity:  1;\n}\n::-moz-placeholder { /* Mozilla Firefox 19+ */\n\tcolor:    #4d535e;\n\topacity:  1;\n}\n:-ms-input-placeholder { /* Internet Explorer 10+ */\n\tcolor:    #4d535e;\n}\n\n\n/*-------------------------\n\tContent area\n-------------------------*/\n\n.filemanager .data {\n\tmargin: 0px;\n\tpadding: 0px;\n\tz-index: -3;\n}\n\n.filemanager .data.animated {\n\t-webkit-animation: showSlowlyElement 700ms; /* Chrome, Safari, Opera */\n\tanimation: showSlowlyElement 700ms; /* Standard syntax */\n}\n\n.filemanager .data li {\n\tborder-radius: 3px;\n\t/*background-color: #fafafa;*/\n\tborder: 1px solid var(--bs-border-color);\n\twidth: 300px;\n\theight: 118px;\n\tlist-style-type: none;\n\tmargin: 10px;\n\tdisplay: inline-block;\n\t/*\n\tposition: relative;\n\t*/\n\toverflow: hidden;\n\tpadding: 0.3em;\n\tz-index: 1;\n\tcursor: pointer;\n\tbox-sizing: border-box;\n\ttransition: 0.3s background-color;\n\tpadding:0;\n}\n\n.filemanager .data li:hover, .filemanager .data li.active {\n\tpadding:0px;\n\tborder-color: #007bff;\n\tborder-width: 1px;\n\toutline: 1px solid #007bff;\t\n\tbox-shadow:0px 0px 1px 3px rgba(0, 0, 0, 0.07);\n\n}\n\n.filemanager .data li.folders {\n\tpadding-top:1.5rem;\n\tpadding-left:1.5rem;\n}\n\n.filemanager .data li a {\n\ttext-decoration:none;\n}\n\n.filemanager .data li label.form-check {\n\tfont-size:1.2rem;\n\theight:100%;\n\tpadding:0;\n}\n\n.filemanager .data li label.form-check .form-check-input {\n    border-color: #ddd;\n    float:right;\n}\n\n.filemanager .data li .info {\n\t//margin-top:1rem;\n\t//margin-top: 15px;\n}\n\n.filemanager .data li .name {\n\tfont-size: 1rem;\n\tfont-weight: 500;\n\tline-height: 1.4rem;\n\tmax-height:3rem;\n\toverflow: hidden;\n\ttext-overflow: ellipsis;\n}\n\n.filemanager .data li .details {\n\tcolor:var(--bs-secondary-text);\n\tfont-size: 13px;\n\tfont-weight: 400;\n\twhite-space: nowrap;\n\tdisplay:block;\n}\n\n.filemanager .nothingfound {\n\t/*background-color: rgba(var(--bs-primary-rgb), 0.1);*/\n\tborder:1px solid var(--bs-primary-bg-subtle);\n\twidth: 23em;\n\theight: 21em;\n\tmargin: 0 auto;\n\tborder-radius:20px;\n\ttext-align:center;\n\t-webkit-animation: showSlowlyElement 700ms; /* Chrome, Safari, Opera */\n\tanimation: showSlowlyElement 700ms; /* Standard syntax */\n}\n\n.filemanager .nothingfound .nofiles {\n\tmargin: 30px auto;\n\tborder-radius: 50%;\n\tposition:relative;\n\tbackground-color: var(--bs-primary-bg-subtle);\n\twidth: 11em;\n\theight: 11em;\n\tline-height: 15em;\n}\n\n.filemanager .nothingfound .nofiles i { \n    font-size: 7rem;\n    transform: rotate(270deg);\n    line-height: 1rem;\n}\n/*\n.filemanager .nothingfound .nofiles:after {\n    content: 'x';\n    position: absolute;\n    color: var(--bs-body-bg);\n    font-size: 12em;\n    margin-right: 2rem;\n    line-height: 0.76;\n    font-weight: 600;\n    right: 0;\n}\n*/\n\n.filemanager .nothingfound span {\n\tmargin: 0 auto auto;\n\t//color: var(--bs-body-bg);\n\tfont-size: 16px;\n\tfont-weight: 500;\n\tline-height: 20px;\n\theight: 13px;\n\tposition: relative;\n\ttop: 2em;\n}\n\n@media all and (max-width:965px) {\n\n\t.filemanager .data li {\n\t\twidth: 100%;\n\t\tmargin: 5px 0;\n\t}\n\n}\n\n/* Chrome, Safari, Opera */\n@-webkit-keyframes showSlowlyElement {\n\t100%   \t{ transform: scale(1); opacity: 1; }\n\t0% \t\t{ transform: scale(0.9); opacity: 0; }\n}\n\n/* Standard syntax */\n@keyframes showSlowlyElement {\n\t100%   \t{ transform: scale(1); opacity: 1; }\n\t0% \t\t{ transform: scale(0.9); opacity: 0; }\n}\n\n\n/*-------------------------\n\t\tIcons\n-------------------------*/\n\n.files .image\n{\n\tdisplay:inline-block;\n\tmargin:0px 10px 0px 0px;\n\tmax-width:200px;\n\tmax-height:120px;\n\tbackground-position: center center;\n\tbackground-size: 100%; \n\tbackground-repeat:no-repeat;\n\tfloat:left;\n}\n.files .preview \n{\n\tdisplay:none;\n\tposition:absolute;\n\ttop:0;\n\tright:0;\n\tz-index:10000;\n\tmax-width:50%;\n\tmax-height:100%;\n\tbackground-color:var(--bs-body-bg);\n\tborder-left:1px solid var(--bs-border-color);\n\tborder-bottom:1px solid var(--bs-border-color);\n}\n\n.files .preview img {\n\tmax-width:100%;\n}\n\n.files .preview-link:hover + .preview, \n.files .preview-link:focus + .preview, \n.files .preview-link + .preview:hover {\n\tdisplay:block;\n}\n\n.files .preview > img {\n\tdisplay:block;\n\tmargin:auto;\n}\n.files .preview > div {\n    padding: 2rem; \n}\n\n.icon {\n\tfont-size: 23px;\n\tfloat:left;\n}\n.icon.folder {\n\tdisplay: inline-block;\n\tmargin:0px 20px 0px 5px;\n\tbackground-color: transparent;\n\toverflow: hidden;\n}\n.icon.folder:before {\n\tcontent: '';\n\tfloat: left;\n\t//background-color: rgba(var(--bs-primary-rgb), 0.5);\n\tbackground:linear-gradient(var(--bs-primary-bg-subtle), rgba(var(--bs-primary-rgb), 0.4));\n\tbackground:linear-gradient(var(--bs-primary-border-subtle), rgba(var(--bs-primary-rgb), 0.6));\n\n\twidth: 1.5em;\n\theight: 0.45em;\n\n\tmargin-left: 0.07em;\n\tmargin-bottom: -0.07em;\n\n\tborder-top-left-radius: 0.1em;\n\tborder-top-right-radius: 0.1em;\n\n\tbox-shadow: 1.25em 0.25em 0 0em rgba(var(--bs-primary-rgb), 0.6);\n}\n.icon.folder:after {\n\tcontent: '';\n\tfloat: left;\n\tclear: left;\n\n\t//background-color: rgba(var(--bs-primary-rgb), 1);\n\t//background-color: var(--bs-primary-border-subtle);\n\tbackground:linear-gradient(var(--bs-primary-border-subtle), rgba(var(--bs-primary-rgb), 0.6));\n\twidth: 3em;\n\theight: 2.25em;\n\n\tborder-radius: 0.2em;\n}\n.icon.folder.full:before {\n\theight: 0.55em;\n}\n.icon.folder.full:after {\n\theight: 2.15em;\n\tbox-shadow: 0 -0.12em 0 0 var(--bs-body-bg);\n}\n\n.icon.file {\n\twidth: 2.5em;\n\theight: 3em;\n\tline-height: 3em;\n\ttext-align: center;\n\tborder-radius: 0.25em;\n\tcolor: var(--bs-body-bg);\n\tdisplay: inline-block;\n\tmargin: 15px 20px 0px 5px;\n\tposition: relative;\n\toverflow: hidden;\n\tbox-shadow: 1.74em -2.1em 0 0 #A4A7AC inset;\n}\n.icon.file:first-line {\n\tfont-size: 13px;\n\tfont-weight: 500;\n}\n.icon.file:after {\n\tcontent: '';\n\tposition: absolute;\n\tz-index: -1;\n\tborder-width: 0;\n\tborder-bottom: 2.6em solid #DADDE1;\n\tborder-right: 2.22em solid rgba(0, 0, 0, 0);\n\ttop: -34.5px;\n\tright: -4px;\n}\n\n.icon.file.f-avi,\n.icon.file.f-flv,\n.icon.file.f-mkv,\n.icon.file.f-mov,\n.icon.file.f-mpeg,\n.icon.file.f-mpg,\n.icon.file.f-mp4,\n.icon.file.f-m4v,\n.icon.file.f-wmv {\n\tbox-shadow: 1.74em -2.1em 0 0 #7e70ee inset;\n}\n.icon.file.f-avi:after,\n.icon.file.f-flv:after,\n.icon.file.f-mkv:after,\n.icon.file.f-mov:after,\n.icon.file.f-mpeg:after,\n.icon.file.f-mpg:after,\n.icon.file.f-mp4:after,\n.icon.file.f-m4v:after,\n.icon.file.f-wmv:after {\n\tborder-bottom-color: #5649c1;\n}\n\n.icon.file.f-mp2,\n.icon.file.f-mp3,\n.icon.file.f-m3u,\n.icon.file.f-wma,\n.icon.file.f-xls,\n.icon.file.f-xlsx {\n\tbox-shadow: 1.74em -2.1em 0 0 #5bab6e inset;\n}\n.icon.file.f-mp2:after,\n.icon.file.f-mp3:after,\n.icon.file.f-m3u:after,\n.icon.file.f-wma:after,\n.icon.file.f-xls:after,\n.icon.file.f-xlsx:after {\n\tborder-bottom-color: #448353;\n}\n\n.icon.file.f-doc,\n.icon.file.f-docx,\n.icon.file.f-psd{\n\tbox-shadow: 1.74em -2.1em 0 0 #03689b inset;\n}\n\n.icon.file.f-doc:after,\n.icon.file.f-docx:after,\n.icon.file.f-psd:after {\n\tborder-bottom-color: #2980b9;\n}\n\n.icon.file.f-gif,\n.icon.file.f-jpg,\n.icon.file.f-jpeg,\n.icon.file.f-pdf,\n.icon.file.f-png {\n\tbox-shadow: 1.74em -2.1em 0 0 #e15955 inset;\n}\n.icon.file.f-gif:after,\n.icon.file.f-jpg:after,\n.icon.file.f-jpeg:after,\n.icon.file.f-pdf:after,\n.icon.file.f-png:after {\n\tborder-bottom-color: #c6393f;\n}\n\n.icon.file.f-deb,\n.icon.file.f-dmg,\n.icon.file.f-gz,\n.icon.file.f-rar,\n.icon.file.f-zip,\n.icon.file.f-7z {\n\tbox-shadow: 1.74em -2.1em 0 0 #867c75 inset;\n}\n.icon.file.f-deb:after,\n.icon.file.f-dmg:after,\n.icon.file.f-gz:after,\n.icon.file.f-rar:after,\n.icon.file.f-zip:after,\n.icon.file.f-7z:after {\n\tborder-bottom-color: #685f58;\n}\n\n.icon.file.f-html,\n.icon.file.f-rtf,\n.icon.file.f-xml,\n.icon.file.f-xhtml {\n\tbox-shadow: 1.74em -2.1em 0 0 #a94bb7 inset;\n}\n.icon.file.f-html:after,\n.icon.file.f-rtf:after,\n.icon.file.f-xml:after,\n.icon.file.f-xhtml:after {\n\tborder-bottom-color: #d65de8;\n}\n\n.icon.file.f-js {\n\tbox-shadow: 1.74em -2.1em 0 0 #d0c54d inset;\n}\n.icon.file.f-js:after {\n\tborder-bottom-color: #a69f4e;\n}\n\n.icon.file.f-css,\n.icon.file.f-saas,\n.icon.file.f-scss {\n\tbox-shadow: 1.74em -2.1em 0 0 #44afa6 inset;\n}\n.icon.file.f-css:after,\n.icon.file.f-saas:after,\n.icon.file.f-scss:after {\n\tborder-bottom-color: #30837c;\n}\n\n.upload-collapse {\n     margin: 0 1rem 2rem;\n     padding: 0rem;\n     border: 1px dashed var(--bs-border-color);\n     border-radius: 4px;\n     background: var(--bs-light-bg-subtle);\n     position: relative;\n     min-height: 180px;\n}\n .upload-collapse h3, .upload-collapse .h3 {\n     padding: 2rem 4rem;\n}\n .upload-collapse button#upload-close {\n     position: absolute;\n     right: 1rem;\n     top: 1rem;\n     z-index: 1000;\n}\n .upload-collapse input[type=file] {\n     position: absolute;\n     z-index: 100;\n     top: 0;\n     left: 0;\n     width: 100%;\n     height: 100%;\n     padding: 6rem 4rem 4rem;\n     display: block !important;\n     font-size: 1rem;\n     color:var(--bs-primary);\n}\n .upload-collapse input[type=file]::-webkit-file-upload-button {\n     visibility: hidden;\n}\n .upload-collapse input[type=file]::before {\n     content: 'Choose files';\n     color: white;\n     display: inline-block;\n     background: gradient(top, rgba(var(--bs-link-color-rgb), 0.85), var(--bs-link-color));\n     background: -webkit-linear-gradient(top, rgba(var(--bs-link-color-rgb), 0.85), var(--bs-link-color));\n     border: 1px solid var(--bs-link-color-rgb);\n     border-radius: 4px;\n     padding: 0.7rem 1.8rem;\n     outline: none;\n     white-space: nowrap;\n     -webkit-user-select: none;\n     cursor: pointer;\n     font-size: 1rem;\n     font-weight: 500;\n     box-shadow: 1px 1px 2px 1px rgba(var(--bs-body-color-rgb), 0.07), -1px 1px 2px 0px rgba(var(--bs-body-bg-rgb), 0.15) inset;\n}\n .upload-collapse input[type=file]:hover::before {\n     border-color: rgba(var(--bs-link-color-rgb), 0.7);\n}\n .upload-collapse input[type=file]:active {\n     outline: 0;\n}\n .upload-collapse input[type=file]:active::before {\n     background: gradient(top, var(--bs-link-color), rgba(var(--bs-link-color-rgb), 0.85));\n     background: -webkit-linear-gradient(top, var(--bs-link-color), rgba(var(--bs-link-color-rgb), 0.85));\n}\n"
  },
  {
    "path": "libs/media/media.js",
    "content": "function ucFirst(str) {\n  if (!str) return str;\n\n  return str[0].toUpperCase() + str.slice(1);\n}\n\nif (typeof mediaScanUrl === \"undefined\") {\n\tvar mediaPath = \"/media/\";\n\tvar mediaScanUrl = \"scan.php\";\n\tvar uploadUrl = \"upload.php\";\n}\n\nclass MediaModal {\n\tconstructor (modal = true)\n\t{\n\t\tthis.isInit = false;\n\t\tthis.isModal = modal;\n\t\t\n\t\tthis.modalHtml = \n\t\t`\n\t\t<div class=\"modal fade modal-full\" id=\"MediaModal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"MediaModalLabel\" aria-hidden=\"true\">\n\t\t  <div class=\"modal-dialog modal-xl modal-dialog-scrollable\" role=\"document\">\n\t\t\t<div class=\"modal-content\">\n\t\t\t  <div class=\"modal-header\">\n\t\t\t\t<h5 class=\"modal-title fw-normal\" id=\"MediaModalLabel\">Media</h5>\n                \n\t\t\t\t<button type=\"button\" class=\"btn-close\" data-bs-dismiss=\"modal\" aria-label=\"Close\">\n\t\t\t\t  <!-- <span aria-hidden=\"true\"><i class=\"la la-times la-lg\"></i></span> -->\n\t\t\t\t</button>\n\t\t\t  </div>\n\t\t\t  <div class=\"modal-body\">\n\t\n                      <div class=\"filemanager\">\n\n\t\t\t\t\t\t<div class=\"top-right d-flex justify-content-between\">\n                             \n\t\t\t\t\t\t\t<div class=\"\">          \n\t\t\t\t\t\t\t\t<div class=\"breadcrumbs\"></div>\n\t\t\t\t\t\t\t</div>\n                                       \n                                   \n\t\t\t\t\t\t\t<div class=\"\">                   \n\t\t\t\t\t\t\t\t<div class=\"search\">\n\t\t\t\t\t\t\t\t\t<input type=\"search\" id=\"media-search-input\" placeholder=\"Find a file..\" />\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<button class=\"btn btn-outline-secondary btn-sm btn-icon me-5 float-end\" \n\t\t\t\t\t\t\t\t   data-bs-toggle=\"collapse\" \n\t\t\t\t\t\t\t\t   data-bs-target=\".upload-collapse\" \n\t\t\t\t\t\t\t\t   aria-expanded=\"false\" \n\t\t\t\t\t\t\t\t   >\n\t\t\t\t\t\t\t\t   <i class=\"la la-upload la-lg\"></i>\n\t\t\t\t\t\t\t\t\tUpload file\n\t\t\t\t\t\t\t\t</button>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t</div>\n\n\t\t\t\t\t\t<div class=\"top-panel\">\n\n\t\t\t\t\t\t\t<div class=\"upload-collapse collapse\">\n\n\t\t\t\t\t\t\t\t<button id=\"upload-close\" type=\"button\" class=\"btn btn-sm btn-light\" aria-label=\"Close\" data-bs-toggle=\"collapse\" data-bs-target=\".upload-collapse\" aria-expanded=\"true\">\n\t\t\t\t\t\t\t\t   <span aria-hidden=\"true\"><i class=\"la la-times la-lg\"></i></span>\n\t\t\t\t\t\t\t\t</button>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t   <h3>Drop or choose files to upload</h3>\n\t\t\t\t\t\t\t   \n\t\t\t\t\t\t\t   <input type=\"file\" multiple class=\"\"> \n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"status\"></div>\n\t\t\t\t\t\t\t</div>\n\n\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"display-panel\">\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<ul class=\"data\" id=\"media-files\"></ul>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"nothingfound\">\n\t\t\t\t\t\t\t\t<div class=\"nofiles\">\n\t\t\t\t\t\t\t\t\t<i class=\"la la-folder-open\"></i>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t<div>No files here.</div>\n\t\t\t\t\t\t\t\t<div class=\"mt-4\">\n\t\t\t\t\t\t\t\t\t<button class=\"btn btn-outline-secondary btn-sm btn-icon\" data-bs-toggle=\"collapse\" data-bs-target=\".upload-collapse\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t<i class=\"la la-upload la-lg\"></i>\n\t\t\t\t\t\t\t\t\tUpload file \n\t\t\t\t\t\t\t\t\t</button>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\n\t\t\t  </div>\n\t\t\t  <div class=\"modal-footer justify-content-between\">\n\t\t\t  \n\t\t\t\t<div class=\"align-left\">\n\t\t\t\n\t\t\t\t</div>\n\t\t\t  \n\t\t\t\t<div class=\"align-right\">\n\t\t\t\t\t<button type=\"button\" class=\"btn btn-secondary btn-icon me-1\" data-bs-dismiss=\"modal\">\n\t\t\t\t\t\t<i class=\"la la-times\"></i>\n\t\t\t\t\t\t<span>Cancel</span>\n\t\t\t\t\t</button>\n\t\t\t\t\t<button type=\"button\" class=\"btn btn-primary btn-icon save-btn\">\n\t\t\t\t\t\t<i class=\"la la-check\"></i>\n\t\t\t\t\t\t<span>Add selected</span>\n\t\t\t\t\t</button>\n\t\t\t\t</div>\n\t\t\t  </div>\n\t\t\t</div>\n\t\t  </div>\n\t\t</div>`;\n\t\t\n\t\tthis.response = [],\n\t\tthis.currentPath = '';\n\t\tthis.breadcrumbsUrls = [];\n\t\tthis.filemanager = null;\n\t\tthis.breadcrumbs = null;\n\t\tthis.fileList = null;\n\t\tthis.mediaPath = mediaPath;\n\t\tthis.type = \"single\";\n\t\tthis.container = document.getElementById(\"MediaModal\");\n\t}\n\t\n\tgetResponse(response) {\n\t\treturn this.response;\n\t}\n\n\tsetResponse(response) {\n\t\tthis.response = response;\n\t\tthis.currentPath = '',\n\t\tthis.breadcrumbsUrls = [];\n\t}\n\t\n\taddModalHtml() {\n\t\tif (this.isModal) document.body.append(generateElements(this.modalHtml)[0]);\n\t\tthis.container = document.getElementById(\"MediaModal\");\n\t\tthis.container.querySelector(\".save-btn\").addEventListener(\"click\", () => this.save());\n\t}\n\t\n\tshowUploadLoading() {\n\t\tthis.container.querySelector(\".upload-collapse .status\").innerHTML = `\n\t\t<div class=\"spinner-border\" style=\"width: 5rem; height: 5rem;margin: 5rem auto; display:block\" role=\"status\">\n\t\t  <span class=\"visually-hidden\">Loading...</span>\n\t\t</div>`;\n\t}\n\n\thideUploadLoading() {\n\t\tthis.container.querySelector(\".upload-collapse .status\").innerHTML = '';\n\t}\n\t\n\tsave() {\n\t\t\n\t\tlet file = this.container.querySelector(\".files input:checked\").value ?? false;\n\t\tlet src = file;\n\t\t\n\t\tif (!file) return;\n\n\t\tif (file.indexOf(\"//\") == -1) {\n\t\t\tsrc = this.mediaPath + file;\n\t\t}\n\n\t\tif (this.targetThumb) {\n\t\t\tdocument.querySelector(this.targetThumb).setAttribute(\"src\", src);\n\t\t}\n\t\t\n\t\tif (this.callback) {\n\t\t\tthis.callback(src);\n\t\t}\n\n\t\tif (this.targetInput) {\n\t\t\tlet input = document.querySelector(this.targetInput);\n\t\t\tinput.value = file;\n\t\t\tconst e = new Event(\"change\",{bubbles: true});\n\t\t\tinput.dispatchEvent(e);\n\t\t\t//$(this.targetInput).val(file).trigger(\"change\");\n\t\t}\n\n\t\tlet modal = bootstrap.Modal.getOrCreateInstance(this.container);\n\t\tif (this.isModal) modal.hide();\n\t}\n\t\n\tinit() {\n\t\tif (!this.isInit) {\n\t\t\tif (this.isModal) this.addModalHtml();\n\t\t\tlet self = this;\n\n\t\t\tthis.initGallery();\n\t\t\tthis.isInit = true;\n\n\t\t\tthis.container.querySelector(\".filemanager input[type=file]\").addEventListener(\"change\", this.onUpload);\n\t\t\tthis.container.querySelector(\".filemanager\").addEventListener(\"click\", function (e) {\n\t\t\t\tlet element = e.target.closest(\".btn-delete\");\n\t\t\t\tif (element) {\n\t\t\t\t\t self.deleteFile(element);\n\t\t\t\t} else {\n\t\t\t\t\telement = e.target.closest(\".btn-rename\");\n\t\t\t\t\tif (element) {\n\t\t\t\t\t\t self.renameFile(element);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t});\n\n\t\t\tconst event = new CustomEvent( \"mediaModal:init\", {detail: { type:this.type, targetInput:this.targetInput, targetThumb:this.targetThumb, callback:this.callback} });\n\t\t\twindow.dispatchEvent(event);\t\t\t\n\t\t}\n\t}\n\t\n\topen(element, callback) {\n\t\tif (element instanceof Element) {\n\t\t\tthis.targetInput = element.dataset.targetInput;\n\t\t\tthis.targetThumb = element.dataset.targetThumb;\n\t\t\tif (element.dataset.type) {\n\t\t\t\tthis.type = element.dataset.type;\n\t\t\t}\n\t\t} else if (element) {\n\t\t\tthis.targetInput = element.targetInput;\n\t\t\tthis.targetThumb = element.targetThumb;\n\t\t\tif (element.type) {\n\t\t\t\tthis.type = element.type;\n\t\t\t}\n\t\t}\n\t\t\n\t\tthis.callback = callback;\n\t\tthis.init();\n\n\t\tlet modal = bootstrap.Modal.getOrCreateInstance(this.container);\n\t\tif (this.isModal) modal.show();\n\t}\n\n\n\tinitGallery() {\n\t\tthis.filemanager = this.container.querySelector('.filemanager'),\n\t\tthis.breadcrumbs = this.container.querySelector('.breadcrumbs'),\n\t\tthis.fileList = this.filemanager.querySelector('.data');\n\t\tlet _this = this;\n\n\t\t// Start by fetching the file data from scan.php with an AJAX request\n\t\tif (!this.response.length) {//if response set by a plugin ignore fetch\n\t\t\tfetch(mediaScanUrl)\n\t\t\t.then((response) => {\n\t\t\t\tif (!response.ok) { throw new Error(response) }\n\t\t\t\treturn response.json();\n\t\t\t})\n\t\t\t.then((data) => {\n\t\t\t\t _this.response = [data],\n\t\t\t\t _this.currentPath = '',\n\t\t\t\t _this.breadcrumbsUrls = [];\n\n\t\t\t\tlet folders = [],\n\t\t\t\t\tfiles = [];\n\t\t\t\t\t\n\t\t\t\twindow.dispatchEvent(new HashChangeEvent(\"hashchange\"));\n\t\t\t})\n\t\t\t.catch(error => {\n\t\t\t\tconsole.log(error.statusText);\n\t\t\t\tdisplayToast(\"bg-danger\", \"Error\", \"Error loading media!\");\n\t\t\t});\n\t\t} else {\n\t\t\tthis.goto(\"\");\n\t\t}\n\t\t// This event listener monitors changes on the URL. We use it to\n\t\t// capture back/forward navigation in the browser.\n\n\t\twindow.addEventListener('hashchange', function(){\n\n\t\t\t_this.goto(window.location.hash);\n\n\t\t\t// We are triggering the event. This will execute \n\t\t\t// this function on page load, so that we show the correct folder:\n\n\t\t});\n\n\n\t\t// Hiding and showing the search box\n\t\tlet search = this.filemanager.querySelector('input[type=search]');\n\n\t\tthis.filemanager.querySelector('.search').addEventListener(\"click\", function(){\n\t\t\tlet _search = this;\n\n\t\t\t_search.querySelectorAll('span').forEach(function (el,i) { el.style.display = \"none\";});\n\t\t\tsearch.style.display = \"block\";\n\t\t\tsearch.focus();\n\n\t\t});\n\n\n\t\t// Listening for keyboard input on the search field.\n\t\t// We are using the \"input\" event which detects cut and paste\n\t\t// in addition to keyboard input.\n\n\t\tsearch.addEventListener('input', function(e) {\n\n\t\t\tlet folders = [];\n\t\t\tlet files = [];\n\n\t\t\tlet value = this.value.trim();\n\n\t\t\tif(value.length) {\n\n\t\t\t\t_this.filemanager.classList.add('searching');\n\n\t\t\t\t// Update the hash on every key stroke\n\t\t\t\twindow.location.hash = 'search=' + value.trim();\n\n\t\t\t}\n\n\t\t\telse {\n\n\t\t\t\t_this.filemanager.classList.remove('searching');\n\t\t\t\twindow.location.hash = encodeURIComponent(_this.currentPath);\n\n\t\t\t}\n\n\t\t});\n\t\t\n\t\tsearch.addEventListener('keyup', function(e) {\n\n\t\t\t// Clicking 'ESC' button triggers focusout and cancels the search\n\n\t\t\tlet search = this;\n\n\t\t\tif(e.keyCode == 27) {\n\n\t\t\t\tsearch.trigger('focusout');\n\n\t\t\t}\n\n\t\t});\n\t\t\n\t\tsearch.addEventListener(\"focusout\", function(e) {\n\n\t\t\t// Cancel the search\n\n\t\t\tlet search = this;\n\n\t\t\tif(!search.value.trim().length) {\n\n\t\t\t\twindow.location.hash = encodeURIComponent(_this.currentPath);\n\t\t\t\tsearch.style.display = 'none';\n\t\t\t\tsearch.parentNode.querySelectorAll('span').style.display = '';\n\n\t\t\t}\n\n\t\t});\n\n\t\t// Clicking on folders\n\n\t\tthis.fileList.addEventListener('click', function(e) {\n\t\t\tlet el = event.target.closest('li.folders');\n\t\t\tif (el) {\n\t\t\t\te.preventDefault();\n\n\t\t\t\tlet nextDir = el.querySelector('a').getAttribute('href');\n\n\t\t\t\tif(_this.filemanager.classList.contains('searching')) {\n\n\t\t\t\t\t// Building the this.breadcrumbs\n\n\t\t\t\t\t_this.breadcrumbsUrls = _this.generateBreadcrumbs(nextDir);\n\n\t\t\t\t\t_this.filemanager.classList.remove('searching');\n\t\t\t\t\tlet search = _this.filemanager.querySelector('input[type=search]');\n\t\t\t\t\tsearch.val('')\n\t\t\t\t\tsearch.style.display = 'none';\n\t\t\t\t\t_this.filemanager.querySelectorAll('span').forEach(e => e.style.display = '');\n\t\t\t\t}\n\t\t\t\telse {\n\t\t\t\t\t_this.breadcrumbsUrls.push(nextDir);\n\t\t\t\t}\n\n\t\t\t\twindow.location.hash = encodeURIComponent(nextDir);\n\t\t\t\t_this.currentPath = nextDir;\n\t\t\t}\n\t\t});\n\n\n\t\t// Clicking on this.breadcrumbs\n\n\t\tthis.breadcrumbs.addEventListener('click', function(e){\n\t\t\tlet el = event.target.closest('a');\n\t\t\tif (el) {\n\t\t\t\te.preventDefault();\n\n\t\t\t\tlet index = [...el.parentNode.children].indexOf(el),\n\t\t\t\t\tnextDir = _this.breadcrumbsUrls[index];\n\t\t\t\t\tnextDir = el.getAttribute(\"href\");\n\n\t\t\t\t_this.breadcrumbsUrls.length = Number(index);\n\n\t\t\t\twindow.location.hash = encodeURIComponent(nextDir);\n\t\t\t}\n\t\t});\n\t}\n\n\n\t\t// Navigates to the given hash (path)\n\n\t\tgoto(hash) {\n\n\t\t\thash = decodeURIComponent(hash).slice(1).split('=');\n\t\t\tlet _this = this;\n\n\t\t\tif (hash.length) {\n\t\t\t\tlet rendered = '';\n\n\t\t\t\t// if hash has search in it\n\n\t\t\t\tif (hash[0] === 'search') {\n\n\t\t\t\t\tthis.filemanager.classList.add('searching');\n\t\t\t\t\trendered = _this.searchData(_this.response, hash[1].toLowerCase());\n\n\t\t\t\t\tif (rendered.length) {\n\t\t\t\t\t\tthis.currentPath = hash[0];\n\t\t\t\t\t\tthis.render(rendered);\n\t\t\t\t\t}\n\t\t\t\t\telse {\n\t\t\t\t\t\tthis.render(rendered);\n\t\t\t\t\t}\n\n\t\t\t\t}\n\n\t\t\t\t// if hash is some path\n\n\t\t\t\telse if (hash[0].trim().length) {\n\n\t\t\t\t\trendered = this.searchByPath(hash[0]);\n\n\t\t\t\t\tif (rendered.length) {\n\n\t\t\t\t\t\tthis.currentPath = hash[0];\n\t\t\t\t\t\tthis.breadcrumbsUrls = this.generateBreadcrumbs(hash[0]);\n\t\t\t\t\t\tthis.render(rendered);\n\n\t\t\t\t\t}\n\t\t\t\t\telse {\n\t\t\t\t\t\tthis.currentPath = hash[0];\n\t\t\t\t\t\tthis.breadcrumbsUrls = this.generateBreadcrumbs(hash[0]);\n\t\t\t\t\t\tthis.render(rendered);\n\t\t\t\t\t}\n\n\t\t\t\t}\n\n\t\t\t\t// if there is no hash\n\n\t\t\t\telse {\n\t\t\t\t\tthis.currentPath = this.response[0]?.path ?? \"\";\n\t\t\t\t\tthis.breadcrumbsUrls.push(this.currentPath);\n\t\t\t\t\tthis.render(this.searchByPath(this.currentPath));\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// Splits a file path and turns it into clickable breadcrumbs\n_\n\t\tgenerateBreadcrumbs(nextDir){\n\t\t\tlet path = nextDir.split('/').slice(0);\n\t\t\tfor(let i=1;i<path.length;i++){\n\t\t\t\tpath[i] = path[i-1]+ '/' +path[i];\n\t\t\t}\n\t\t\treturn path;\n\t\t}\n\n\n\t\t// Locates a file by path\n\n\t\tsearchByPath(dir) {\n\t\t\tlet path = dir.split('/'),\n\t\t\t\tdemo = this.response,\n\t\t\t\tflag = 0;\n\n\t\t\tfor(let i=0;i<path.length;i++){\n\t\t\t\tfor(let j=0;j<demo.length;j++){\n\t\t\t\t\tif(demo[j].name === path[i]){\n\t\t\t\t\t\tflag = 1;\n\t\t\t\t\t\tdemo = demo[j].items;\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t//demo = flag ? demo : [];\n\t\t\treturn demo;\n\t\t}\n\n\n\t\t// Recursively search through the file tree\n\n\t\tsearchData(data, searchTerms) {\n\n\t\t\tlet _this = this;\n\t\t\tlet folders = [];\n\t\t\tlet files = [];\n\n\t\t\tlet _searchData = function (data, searchTerms) { \n\t\t\tdata.forEach(function(d){\n\t\t\t\tif(d.type === 'folder') {\n\n\t\t\t\t\t\t_searchData(d.items,searchTerms);\n\n\t\t\t\t\t\tif(d.name.toLowerCase().indexOf(searchTerms) >= 0) {\n\t\t\t\t\t\tfolders.push(d);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\telse if(d.type === 'file') {\n\t\t\t\t\t\tif(d.name.toLowerCase().indexOf(searchTerms) >= 0) {\n\t\t\t\t\t\tfiles.push(d);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t});\n\t\t\t};\n\t\t\t\n\t\t\t_searchData(data, searchTerms);\n\t\t\t\n\t\t\treturn {folders: folders, files: files};\n\t\t}\n\n\n\t\tonUpload(event) {\n\t\t\tlet file;\n\t\t\tif (this.files && this.files[0]) {\n\t\t\t\tVvveb.MediaModal.showUploadLoading();\n\t\t\t\tlet reader = new FileReader();\n\t\t\t\treader.onload = imageIsLoaded;\n\t\t\t\treader.readAsDataURL(this.files[0]);\n\t\t\t\t//reader.readAsBinaryString(this.files[0]);\n\t\t\t\tfile = this.files[0];\n\t\t\t}\n\n\t\t\tfunction imageIsLoaded(e) {\n\t\t\t\t\t\n\t\t\t\t\tlet image = e.target.result;\n\t\t\t\t\t\n\t\t\t\t\tlet formData = new FormData();\n\t\t\t\t\tformData.append(\"file\", file);\n\t\t\t\t\tformData.append(\"mediaPath\", Vvveb.MediaModal.mediaPath + Vvveb.MediaModal.currentPath);\n\t\t\t\t\tformData.append(\"onlyFilename\", true);\n\t\t\n\t\t\t\t\tfetch(uploadUrl, {method: \"POST\",  body: formData})\n\t\t\t\t\t.then((response) => {\n\t\t\t\t\t\tif (!response.ok) {\n\t\t\t\t\t\t\treturn Promise.resolve(response.text()).then((responseInText) => {\n\t\t\t\t\t\t\t\treturn Promise.reject([response, responseInText]);\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t}\n  \t\t\t\t\t\t//if (!response.ok) { throw new Error(response) }\n\t\t\t\t\t\treturn response.text()\n\t\t\t\t\t})\n\t\t\t\t\t.then((data) => {\n\t\t\t\t\t\tlet fileElement = Vvveb.MediaModal.addFile({\n\t\t\t\t\t\t\tname:data,\n\t\t\t\t\t\t\ttype:\"file\",\n\t\t\t\t\t\t\tpath: Vvveb.MediaModal.currentPath + \"/\" + data,\n\t\t\t\t\t\t\tsize:1\n\t\t\t\t\t\t},true);\n\t\t\t\t\t\t\n\t\t\t\t\t\tfileElement.scrollIntoView({behavior: \"smooth\", block: \"center\", inline: \"center\"});\n\t\t\t\t\t\t\n\t\t\t\t\t\tVvveb.MediaModal.hideUploadLoading();\t\t\t\t\n\t\t\t\t\t})\n\t\t\t\t\t.catch((error) => {\n\t\t\t\t\t\tlet [response, responseInText] = error;\n\t\t\t\t\t\tlet message = responseInText ?? error.statusText ?? \"Error uploading!\";\n\t\t\t\t\t\tVvveb.MediaModal.hideUploadLoading();\t\t\t\t\t\t\n\t\t\t\t\t\tdisplayToast(\"bg-danger\", \"Error\", message.substr(0, 200));\n\t\t\t\t\t\tif (response.text && !response.bodyUsed) {\n\t\t\t\t\t\t\tresponse.text().then( errorMessage => {\n\t\t\t\t\t\t\t\tlet message = errorMessage.substr(0, 200);\n\t\t\t\t\t\t\t\tconsole.log(message);\n\t\t\t\t\t\t\t\tdisplayToast(\"bg-danger\", \"Error\", message);\n\t\t\t\t\t\t\t});\t\t\t\n\t\t\t\t\t\t}\t\t\t\n\t\t\t\t\t});\t\t\n\t\t\t}\n\t\t}\t\n\t\n\t\tdeleteFile(el) {\n\t\t\tlet parent = el.closest(\"li\");\n\t\t\tlet file = parent.querySelector('input[type =\"hidden\"]').value;\n\t\t\tif (confirm(`Are you sure you want to delete \"${file}\"template?`)) {\n\t\t\t\t\n\t\t\tfetch(deleteUrl, {method: \"POST\",  body: new URLSearchParams({file})})\n\t\t\t\t.then((response) => {\n\t\t\t\t\tif (!response.ok) {  return Promise.reject(response);  }\n\t\t\t\t\treturn response.text();\n\t\t\t\t})\n\t\t\t\t.then((data) => {\n\t\t\t\t\tlet bg = \"bg-success\";\n\t\t\t\t\tif (data.success) {\t\t\n\t\t\t\t\t} else {\n\t\t\t\t\t\t//bg = \"bg-danger\";\n\t\t\t\t\t}\n\n\t\t\t\t\tdisplayToast(bg, \"Delete\", data.message ?? data);\n\t\t\t\t\n\t\t\t\t\tparent.remove();\t\n\t\t\t\t})\n\t\t\t\t.catch(error => {\n\t\t\t\t\tconsole.log(error);\n\t\t\t\t\tlet message = error.statusText ?? \"Error deleting file!\";\n\t\t\t\t\tdisplayToast(\"bg-danger\", \"Error\", message);\n\t\t\t\t\terror.text().then( errorMessage => {\n\t\t\t\t\t\tlet message = errorMessage.substr(0, 200);\n\t\t\t\t\t\tdisplayToast(\"bg-danger\", \"Error\", message);\n\t\t\t\t\t})\t\n\t\t\t\t});\t\n\t\t\t}\n\t\t}\n\n\t\trenameFile(el) {\n\t\t\tlet parent = el.closest(\"li\");\n\t\t\tlet file = parent.querySelector('input[type =\"hidden\"]').value;\n\t\t\tlet newfile = prompt(`Enter new file name for \"${file}\"`, file);\n\n\t\t\tif (newfile) {\n\t\t\t\tfetch(renameUrl, {method: \"POST\",  body: {file, newfile}})\n\t\t\t\t.then((response) => {\n\t\t\t\t\tconsole.log(response);\n\t\t\t\t\tif (!response.ok) { throw new Error(response) }\n\t\t\t\t\treturn response.text()\n\t\t\t\t})\n\t\t\t\t.then((data) => {\n\t\t\t\t\tlet bg = \"bg-success\";\n\t\t\t\t\tif (data.success) {\t\t\n\t\t\t\t\t} else {\n\t\t\t\t\t\t//bg = \"bg-danger\";\n\t\t\t\t\t}\n\t\t\t\t\t\n\t\t\t\t\tdisplayToast(bg, \"Save\", data.message ?? data);\n\t\t\t\t})\n\t\t\t\t.catch(error => {\n\t\t\t\t\tconsole.log(error);\n\t\t\t\t\tdisplayToast(\"bg-danger\", \"Error\", \"Error renaming file!\");\n\t\t\t\t});\t\n\t\t\t}\n\t\t}\n\t\t\n\t\taddFile(f, selected) {\n\t\t\t\tlet _this= this;\n\t\t\t\tlet isImage = false;\n\t\t\t\tlet actions = '';\n\t\t\t\t\n\t\t\t\tlet fileSize = _this.bytesToSize(f.size),\n\t\t\t\t\t\tname = _this.escapeHTML(f.name),\n\t\t\t\t\t\tfileType = name.split('.'),\n\t\t\t\t\t\ticon = '<span class=\"icon file\"></span>';\n\n\t\t\t\t\tfileType = fileType[fileType.length-1];\n\t\t\t\t\t\n\t\t\t\t\tif (fileType == \"jpg\" || fileType == \"jpeg\" || fileType == \"png\" || fileType == \"gif\" || fileType == \"svg\" || fileType == \"webp\") {\n\t\t\t\t\t\t\n\t\t\t\t\t\t//icon = '<div class=\"image\" style=\"background-image: url(' + _this.mediaPath + f.path + ');\"></div>';\n\t\t\t\t\t\ticon = '<img class=\"image\" loading=\"lazy\" src=\"' + _this.mediaPath + f.path + '\">';\n\t\t\t\t\t\tisImage = true;\n\t\t\t\t\t} else {\n\t\t\t\t\t\ticon = '<span class=\"icon file f-'+fileType+'\">.'+fileType+'</span>';\n\t\t\t\t\t}\n\t\t\t\t\t//icon = '<span class=\"icon file f-'+fileType+'\">.'+fileType+'</span>';\n\n\t\t\t\t\n\t\t\t\t\n\t\t\t\tactions += '<a href=\"javascript:void(0);\" title=\"Rename\" class=\"btn btn-outline-primary btn-sm border-0 btn-rename\"><i class=\"la la-edit\"></i></a> <a href=\"javascript:void(0);\" title=\"Delete\" class=\"btn btn-outline-danger btn-sm border-0 btn-delete\"><i class=\"la la-trash\"></i></a>';\n\n\t\t\t\tconst event = new CustomEvent(\"mediaModal:fileActions\", {detail: { file: _this.mediaPath + f.path, name, fileType, fileSize, isImage, fileType, actions} });\n\t\t\t\twindow.dispatchEvent(event);\t\t\t\n\n\t\t\t\tif (isImage) actions += '<a href=\"javascript:void(0);\" class=\"preview-link p-2\"><i class=\"la la-search-plus\"></i></a>';\n\t\t\t\t\n\t\t\t\tlet file = generateElements('<li class=\"files\">\\\n\t\t\t\t\t\t<label class=\"form-check\">\\\n\t\t\t\t\t\t<input type=\"hidden\" value=\"' +  _this.mediaPath + f.path + '\" name=\"filename[]\">\\\n\t\t\t\t\t\t  <input type=\"' + ((_this.type == \"single\") ? \"radio\" : \"checkbox\") + '\" class=\"form-check-input\" value=\"' + f.path + '\" name=\"file[]\" ' + ((selected == \"single\") ? \"checked\" : \"\") + '><span class=\"form-check-label\"></span>\\\n\t\t\t\t\t\t  <div href=\"#\\\" class=\"files\">'+icon+'<div class=\"info\"><div class=\"name\">'+ name +'</div><span class=\"details\">'+fileSize+'</span>\\\n\t\t\t\t\t\t\t' + actions + '\\\n\t\t\t\t\t\t\t <div class=\"preview\">\\\n\t\t\t\t\t\t\t\t<img src=\"' + _this.mediaPath + f.path + '\">\\\n\t\t\t\t\t\t\t\t<div>\\\n\t\t\t\t\t\t\t\t\t<span class=\"name\">'+ name +'</span><span class=\"details\">'+fileSize+'</span>\\\n\t\t\t\t\t\t\t\t</div>\\\n\t\t\t\t\t\t\t</div>\\\n\t\t\t\t\t\t  </div>\\\n\t\t\t\t\t\t</label>\\\n\t\t\t\t\t</li>')[0];\n\t\t\t\t\n\t\t\t\t_this.fileList.append(file);\n\n\t\t\t\tif (selected) {\n\t\t\t\t\tfile.querySelector(\"input[type ='radio'], input[type='checkbox']\").checked = true;\n\t\t\t\t}\n\t\t\t\t\n\t\t\t\treturn file;\n\t\t}\n\n\t\t\n\t\trender(data) {\n\n\t\t\tlet scannedFolders = [],\n\t\t\t\tscannedFiles = [];\n\n\t\t\tif(Array.isArray(data)) {\n\n\t\t\t\tdata.forEach(function (d) {\n\n\t\t\t\t\tif (d.type === 'folder') {\n\t\t\t\t\t\tscannedFolders.push(d);\n\t\t\t\t\t}\n\t\t\t\t\telse if (d.type === 'file') {\n\t\t\t\t\t\tscannedFiles.push(d);\n\t\t\t\t\t}\n\n\t\t\t\t});\n\n\t\t\t}\n\t\t\telse if(typeof data === 'object') {\n\n\t\t\t\tscannedFolders = data.folders;\n\t\t\t\tscannedFiles = data.files;\n\n\t\t\t}\n\n\n\t\t\t// Empty the old result and make the new one\n\n\t\t\tthis.fileList.replaceChildren();//.style.display = 'none';\n\t\t\tif(!scannedFolders.length && !scannedFiles.length) {\n\t\t\t\tthis.filemanager.querySelector('.nothingfound').style.display = '';\n\t\t\t}\n\t\t\telse {\n\t\t\t\tthis.filemanager.querySelector('.nothingfound').style.display = 'none';\n\t\t\t}\n\n\t\t\tlet _this = this;\n\t\t\t\n\t\t\tif(scannedFolders.length) {\n\n\t\t\t\tscannedFolders.forEach(function(f) {\n\n\t\t\t\t\tlet itemsLength = f.items.length,\n\t\t\t\t\t\tname = _this.escapeHTML(f.name),\n\t\t\t\t\t\ticon = '<span class=\"icon folder\"></span>';\n\n\t\t\t\t\tif(itemsLength) {\n\t\t\t\t\t\ticon = '<span class=\"icon folder full\"></span>';\n\t\t\t\t\t}\n\n\t\t\t\t\tif(itemsLength == 1) {\n\t\t\t\t\t\titemsLength += ' item';\n\t\t\t\t\t}\n\t\t\t\t\telse if(itemsLength > 1) {\n\t\t\t\t\t\titemsLength += ' items';\n\t\t\t\t\t}\n\t\t\t\t\telse {\n\t\t\t\t\t\titemsLength = 'Empty';\n\t\t\t\t\t}\n\n\t\t\t\t\tlet folder = generateElements('<li class=\"folders\"><a href=\"'+ f.path +'\" title=\"'+ f.path +'\" class=\"folders\">'+icon+'<div class=\"info\"><span class=\"name\">' + name + '</span> <span class=\"details\">' + itemsLength + '</span></div></a></li>')[0];\n\t\t\t\t\t_this.fileList.append(folder);\n\t\t\t\t});\n\n\t\t\t}\n\n\t\t\tif(scannedFiles.length) {\n\n\t\t\t\tscannedFiles.forEach(function(f) {\n\n\t\t\t\t\t_this.addFile(f);\n\t\t\t\t\t\n\t\t\t\t});\n\n\t\t\t}\n\n\n\t\t\t// Generate the breadcrumbs\n\n\t\t\tlet url = '';\n\n\t\t\tif(this.filemanager.classList.contains('searching')){\n\n\t\t\t\turl = '<span>Search results: </span>';\n\t\t\t\tthis.fileList.classList.remove('animated');\n\n\t\t\t}\n\t\t\telse {\n\n\t\t\t\tthis.fileList.classList.add('animated');\n\n\t\t\t\tthis.breadcrumbsUrls.forEach(function (u, i) {\n\n\t\t\t\t\tlet name = u.split('/');\n\n\t\t\t\t\tif (i !== _this.breadcrumbsUrls.length - 1) {\n\t\t\t\t\t\turl += '<a href=\"'+u+'\"><span class=\"folderName\">' + name[name.length-1] + '</span></a> <span class=\"arrow\">→</span> ';\n\t\t\t\t\t}\n\t\t\t\t\telse {\n\t\t\t\t\t\turl += '<span class=\"folderName\">' + name[name.length-1] + '</span>';\n\t\t\t\t\t}\n\n\t\t\t\t});\n\n\t\t\t}\n\n\t\t\tthis.breadcrumbs.replaceChildren();\n\t\t\tthis.breadcrumbs.appendChild(generateElements('<a href=\"/\"><i class=\"la la-home\"></i><span class=\"folderName\">&ensp;home</span></a>')[0]);\n\t\t\tthis.breadcrumbs.appendChild(generateElements('<span>' + url + '</span>')[0]);\n\t\t\t\n\t\t\t// Show the generated elements\n\n\t\t\tthis.fileList.animate({'display':'inline-block'});\n\n\t\t}\n\n\n\t\t// This function escapes special html characters in names\n\n\t\tescapeHTML(text) {\n\t\t\treturn text.replace(/\\&/g,'&amp;').replace(/\\</g,'&lt;').replace(/\\>/g,'&gt;');\n\t\t}\n\n\n\t\t// Convert file sizes from bytes to human readable units\n\n\t\tbytesToSize(bytes) {\n\t\t\tlet sizes = ['Bytes', 'KB', 'MB', 'GB', 'TB'];\n\t\t\tif (bytes == 0) return '0 Bytes';\n\t\t\tlet i = parseInt(Math.floor(Math.log(bytes) / Math.log(1024)));\n\t\t\treturn Math.round(bytes / Math.pow(1024, i), 2) + ' ' + sizes[i];\n\t\t}\t\n}\n/*\nexport {\n  MediaModal\n}\n*/\n"
  },
  {
    "path": "libs/media/openverse.js",
    "content": "class OpenVerse {\n\t\n\tconstructor ()\n\t{\n\t\t//register your key at https://api.openverse.engineering/v1/ and replace client_id, client_secret and name bellow\n\t\tthis.key = {\n\t\t\t\t\"client_secret\" : \"YhVjvIBc7TuRJSvO2wIi344ez5SEreXLksV7GjalLiKDpxfbiM8qfUb5sNvcwFOhBUVzGNdzmmHvfyt6yU3aGrN6TAbMW8EOkRMOwhyXkN1iDetmzMMcxLVELf00BR2e\",\n\t\t\t\t\"client_id\" : \"pm8GMaIXIhkjQ4iDfXLOvVUUcIKGYRnMlZYApbda\",\n\t\t\t\t\"name\" : \"My amazing project\",\n    \t\t\t\"grant_type\" : \"client_credentials\"\n\t\t};\t\n\t\t\n\t\tthis.accessToken =  {\n\t\t\t\"access_token\" : \"DLBYIcfnKfolaXKcmMC8RIDCavc2hW\",\n\t\t\t\"scope\" : \"read write groups\",\n\t\t\t\"expires_in\" : 36000,\n\t\t\t\"token_type\" : \"Bearer\"\n\t\t };\n\t\t\n\t\t\n\t\tthis.filters = {\n\t\t\t\"license\" :[\"BY-ND\", \"PDM\", \"BY-NC\", \"BY-NC-SA\", \"BY-NC-ND\", \"BY-SA\", \"BY\", \"CC0\"],\n\t\t\t\"license_type\" :[\"all\", \"all-cc\", \"commercial\", \"modification\"],\n\t\t\t\"categories\" :[\"illustration\", \"photograph\", \"digitized_artwork\"],\n\t\t\t\"aspect_ratio\" :[\"tall\", \"wide\", \"square\"],\n\t\t\t\"size\" :[\"small\", \"medium\", \"large\"],\n\t\t\t\"source\" :[\"woc_tech\", \"wikimedia\", \"wellcome_collection\", \"thorvaldsensmuseum\", \"thingiverse\", \"svgsilh\", \"statensmuseum\", \"spacex\", \"smithsonian_zoo_and_conservation\", \"smithsonian_postal_museum\", \"smithsonian_portrait_gallery\", \"smithsonian_national_museum_of_natural_history\", \"smithsonian_libraries\", \"smithsonian_institution_archives\", \"smithsonian_hirshhorn_museum\", \"smithsonian_gardens\", \"smithsonian_freer_gallery_of_art\", \"smithsonian_cooper_hewitt_museum\", \"smithsonian_anacostia_museum\", \"smithsonian_american_indian_museum\", \"smithsonian_american_history_museum\", \"smithsonian_american_art_museum\", \"smithsonian_air_and_space_museum\", \"smithsonian_african_art_museum\", \"smithsonian_african_american_history_museum\", \"sketchfab\", \"sciencemuseum\", \"rijksmuseum\", \"rawpixel\", \"phylopic\", \"nypl\", \"nasa\", \"museumsvictoria\", \"met\", \"mccordmuseum\", \"iha\", \"geographorguk\", \"floraon\", \"flickr\", \"europeana\", \"eol\", \"digitaltmuseum\", \"deviantart\", \"clevelandmuseum\", \"brooklynmuseum\", \"bio_diversity\", \"behance\", \"animaldiversity\", \"WoRMS\", \"CAPL\", \"500px\"]\t\t\t\n\t\t},\n\t\t\n\t\tthis.baseUrl = 'https://api.openverse.engineering/v1/images?format=json&filter_dead=true&';\n\t\tthis.currentUrl = this.baseUrl;\n\t\tthis.filtersParameters = \"\";\n\t}\n\t\n\tauthenticate() {\n\t\tlet url = \"https://api.openverse.engineering/v1/auth_tokens/token/\";\n\t\tlet self = this;\n\n\t\tfetch(url, {\n\t\t\tmethod: \"POST\",  \n\t\t\theaders: {\n\t\t\t  \"Content-Type\": \"application/json\",\n\t\t\t},\n   \t\t\tbody: this.key\n\t\t})\n\t\t.then((response) => {\n\t\t\tif (!response.ok) { throw new Error(response) }\n\t\t\treturn response.text()\n\t\t})\n\t\t.then((data) => {\n\t\t\tthis.accessToken = data;\n\t\t\tconsole.log('OpenVerse Authentication:' , data);\t\t\t\t\n\t\t})\n\t\t.catch(error => {\n\t\t\tconsole.log(error.statusText);\n\t\t\tdisplayToast(\"bg-danger\", \"Error\", \"Openverse authentication failed!\");\n\t\t});\t\n\t}\n\t\n\t\n\tsetFiltersParams(filtersParameters) {\n\t\tthis.filtersParameters = filtersParameters;\n\t}\t\t\n\t\n\tgetResults(callback) {\n\t\tthis.currentUrl = this.baseUrl + this.filtersParameters;\n\n\t\tfetch(this.currentUrl, {\n\t\t\tmethod: \"GET\",  \n\t\t\theaders: {\n\t\t\t  \"Content-Type\": \"application/json\",\n\t\t\t  'Authorization': 'Bearer ' + this.accessToken.access_token,\n\t\t\t},\n\t\t})\n\t\t.then((response) => {\n\t\t\tif (!response.ok) { throw new Error(response) }\n\t\t\treturn response.text()\n\t\t})\n\t\t.then((data) => {\n\t\t\tcallback(data);\n\t\t})\n\t\t.catch(error => {\n\t\t\tconsole.log(error.statusText);\n\t\t\tdisplayToast(\"bg-danger\", \"Error\", \"Openverse error!\");\n\t\t});\n\t}\n}\n\nclass OpenVerseDisplay extends OpenVerse {\n\t\n\tconstructor ()\n\t{\n\t\tsuper();\n\t}\n\t\n\tgetFiltersHtml() {\n\t\tlet html = \"\";\n\t\tfor (name in this.filters) {\n\t\t\tlet values = this.filters[name];\n\t\t\thtml += \"<div class='col-md-3'>\";\n\t\t\thtml += \"<label>\" + ucFirst(name.replaceAll(\"_\", \" \")) + \"</label>\";\n\t\t\thtml += \"<select class='form-select' name=\"+ name +\"><option value=''>All</option>\";\n\t\t\tfor (let i=0;i< values.length;i++) {\n\t\t\t\tlet value = values[i];\n\t\t\t\tlet valueName = ucFirst(value.replaceAll(\"_\", \" \"));\n\t\t\t\thtml += \"<option value=\"+ value + \">\"+ valueName +\"</option>\";\n\t\t\t}\n\t\t\thtml += \"</select>\";\n\t\t\thtml += \"</div>\";\n\t\t\t\n\t\t}\n\t\treturn html;\n\t}\n\t\n\tshowLoading() {\n\t\tdocument.getElementById(\"openverse-results\").innerHTML = generateElements(`\n\t\t<div class=\"spinner-border\" style=\"width: 5rem; height: 5rem;margin: 5rem auto; display:block\" role=\"status\">\n\t\t  <span class=\"visually-hidden\">Loading...</span>\n\t\t</div>`)[0];\n\t}\n\t\n\tsetFilters() {\n\t\tthis.filtersParameters = document.querySelector(\"#openverse-form\").serialize();\n\t\t//this.setFiltersParams(filters);\n\t}\n\n\tdisplayResults(data) {\n\t\t  var items = [];\n\t\t  \n\t\t  data['results'].forEach( key =>{\n\t\t  let value = data['results'][key];\n\t\t  \n\t\t  let item = \n\t\t\t`<li class=\"files\">\t\t\t\t\t\t\t\t\t\n\t\t\t  <label class=\"form-check\">\t\t\t\t\t\t\t\t\t \n\t\t\t\t<input type=\"radio\" class=\"form-check-input\" value=\"${val['thumbnail']}\" name=\"file[]\">\n\t\t\t\t<span class=\"form-check-label\">\n\t\t\t\t</span>\n\t\t\t\t<div href=\"#\" class=\"files\">\n\t\t\t\t  <img class=\"image\" loading=\"lazy\" src=\"${val['thumbnail']}\" title=\"${val['title']}\">\n\t\t\t\t  <div class=\"info\">\n\t\t\t\t\t<div class=\"name\">${val['title']}</div>\n\t\t\t\t\t<a href=\"javascript:void(0);\" class=\"preview-link\"><i class=\"la la-search-plus\"></i></a>\n\t\t\t\t\t<div class=\"preview\">\n\t\t\t\t\t\t<img loading=\"lazy\" src=\"${val['thumbnail']}\">\n\n\t\t\t\t\t\t<div class=\"details\">\n\t\t\t\t\t\t\t<a href=\"${val['license_url']}\" target=\"_blank\">${val['license']} ${val['license_version']}</a><br/>\n\t\t\t\t\t\t\t<a href=\"${val['creator_url']}\" target=\"_blank\">${val['creator']}</a><br/>\n\t\t\t\t\t\t\t<a href=\"${val['foreign_landing_url']}\" target=\"_blank\">${val['source']}</a><br/>\n\t\t\t\t\t\t\t<span>${val['attribution']}</span>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t\t<span class=\"details\">\n\t\t\t\t\t\t<a href=\"${val['foreign_landing_url']}\" target=\"_blank\">${val['source']}</a><br/>\n\t\t\t\t\t\t<a href=\"${val['license_url']}\" target=\"_blank\">${val['license']} ${val['license_version']}</a><br/>\n\t\t\t\t\t\t<a href=\"${val['creator_url']}\" target=\"_blank\">${val['creator']}</a><br/>\n\t\t\t\t\t</span>\n\t\t\t\t  </div>\n\t\t\t\t</div>\t\t\t\t\t\t\t\t\t\n\t\t\t  </label>\t\t\t\t\t\t\t\t\n\t\t\t</li>`;\n\n\t\t\titems.push( item );\n\t\t  });\n\t\t \n\t\tdocument.getElementById(\"openverse-results\").innerHTML = items.join( \"\" );\n\t\t //pagination\n\t\tconst maxpages = 15;\t\t  \n\t\tlet pages =  data['page_count'];\n\t\tlet visiblePages = 5;\n\t\tlet pagenum = openverse.pageNo ? openverse.pageNo : 1;\n\t\tlet pageStop = 1;\n\t\tlet currentPage = openverse.pageNo;\n\n\t\tif (pages > maxpages)\n\t\t{\n\t\t\tif (pagenum > visiblePages)\n\t\t\t{\n\t\t\t\tif ((pagenum + visiblePages) > pages) {\n\t\t\t\t\tcurrentPage = pages - maxpages - 1;\n\t\t\t\t\tpageStop = pages;\n\t\t\t\t} else  {\n\t\t\t\t\tcurrentPage = pagenum - visiblePages;\n\t\t\t\t\tpageStop = pagenum + visiblePages;\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tcurrentPage = 1;\n\t\t\t\tpageStop = maxpages;\n\t\t\t}\n\t\t}\n\n\t\t  let pagination = '';\n\t\t  let active = '';\n\n\t\t  //next\n\t\t  let prev = Math.max(pagenum - 1, 1);\n\t\t  pagination += `<li class=\"page-item\"><button type=\"button\" name=\"page\" value=\"${prev}\" class=\"me-1 page-link\" onclick=\"openverse.page(${prev});return false;\">Prev</button></li>`;\n\t\t  \n\t\t  for (let i = currentPage; i <= pageStop; i++) {\n\t\t\t  if (i == pagenum) {\n\t\t\t\t  active = \"active\"; \n\t\t\t  } else {\n\t\t\t\t  active = \"\";\n\t\t\t  }\n\t\t\t  pagination += `<li class=\"page-item ${active}\"><button type=\"button\" name=\"page\" value=\"${i}\" class=\"page-link\" onclick=\"openverse.page(${i});return false;\">${i}</button></li>`;\n\t\t  }\n\t\t  \n\t\t  //next\n\t\t  let next = Math.min(pagenum + 1, pages);\n\t\t  pagination += `<li class=\"page-item\"><button type=\"button\" name=\"page\" value=\"${next}\" class=\"ms-1 page-link\" onclick=\"openverse.page(${next});return false;\">Next</button></li>`;\n\t\t  \n\t\t  pagination += `<div class=\"p-2\"> total pages ${data['page_count']}</div>`;\n\t\t\n\t\t  document.getElementById(\"openverse-results\").innerHTML = generateElements('<div>' + pagination + '</div>')[0];\n\t}\n\t\n\tpage(pageNo) {\n\t\tthis.pageNo = pageNo;\n\t\tthis.filtersParameters = (new FormData(\"openverse-form\").toString()) + \"&page=\" + pageNo;\n\t\tthis.showLoading();\n\t\tthis.getResults(this.displayResults);\n\t}\n\t\n\tsearch() {\n\t\tthis.pageNo = 1;\n\t\tthis.setFilters();\n\t\tthis.showLoading();\n\t\tthis.getResults(this.displayResults);\n\t}\n\t\n\ttoggleBtn() {\n\t\treturn generateElements(`                       \n\t\t\t<button class=\"btn btn-outline-secondary btn-sm btn-icon me-3 float-end border-secondary-subtle\" id=\"openverse-toggle\"\n\t\t\t   data-bs-toggle=\"collapse\" \n\t\t\t   data-bs-target=\"#openverse-form\" \n\t\t\t   aria-expanded=\"false\" \n\t\t\t   >\n\t\t\t   <i class=\"la la-search-plus la-lg\"></i>\n\t\t\t\tOpenVerse Search\n\t\t\t</button>\n           `)[0];\n\t}\n\t\n\tdisplayPanel() {\n\t\treturn generateElements(`<ul class=\"data\" id=\"openverse-results\"></ul>`)[0];\n\t}\n\t\n\tpaginationContainer() {\n\t\treturn generateElements(`<div class=\"pagination\" id=\"openverse-pagination\">\n\t\t</div>`)[0];\n\t}\n\t\t\n\ttopPanel() {\n\t\treturn generateElements(`\n\t\t\t<form id=\"openverse-form\" class=\"collapse p-4\">\n\t\t\t\t<div class=\"input-group\">\n\t\t\t\t\t<input id=\"openverse\" name=\"q\" class=\"form-control w-50\">\n\t\t\t\t\t<button class=\"btn btn-primary px-4\" id=\"openverse-search-btn\">Search</button>\n\t\t\t\t\t\n\t\t\t\t\t<a class=\"btn btn-outline-secondary btn-sm btn-icon\" \n\t\t\t\t\t   data-bs-toggle=\"collapse\" \n\t\t\t\t\t   data-bs-target=\"#openverse-filters\" \n\t\t\t\t\t   aria-expanded=\"false\" \n\t\t\t\t\t   >\n\t\t\t\t\t   <i class=\"la la-filter la-lg\"></i>\n\t\t\t\t\t\tFilters\n\t\t\t\t\t</a>\n\t\t\t\t</div>\n\t\t\t\t\n\t\t\t\t\n\t\t\t   \n\t\t\t\t<div id=\"openverse-filters\" class=\"row collapse\">\n\t\t\t\t\t<div class=\"col-md-3\">\n\t\t\t\t\t\t<label class=\"w-100\">Results per page\n\t\t\t\t\t\t\t<input name=\"page_size\" type=\"number\" value=\"20\" step=\"10\" class=\"form-control\">\n\t\t\t\t\t\t</label>\n\t\t\t\t\t</div>\n\t\t\t\t\t<div class=\"col-md-3 d-flex flex-column-reverse\">\n\t\t\t\t\t\t<label class=\"form-check-label\">\n\t\t\t\t\t\t\t<input name=\"mature\" type=\"checkbox\" value=\"false\" class=\"form-check-input\">\n\t\t\t\t\t\t\tMature content\n\t\t\t\t\t\t</label>\n\t\t\t\t\t\t<label class=\"form-check-label\">\n\t\t\t\t\t\t\t<input name=\"qa\" type=\"checkbox\" value=\"false\" class=\"form-check-input\">\n\t\t\t\t\t\t\tQuality assurance\n\t\t\t\t\t\t</label>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\n\t\t\t\t<!-- div class=\"pagination\">\n\t\t\t\t\t<button type=\"button\" name=\"page\" value=\"1\" class=\"btn btn-primary me-1\">1</button>\n\t\t\t\t\t<button type=\"button\" name=\"page\" value=\"2\" class=\"btn btn-secondary me-1\">2</button>\n\t\t\t\t</div -->\n\t\t\t</form>`)[0];;\n\t}\n\t\n\tinit() {\n\t\tlet self = this ;\n\t\tthis.authenticate();\n\t\t\n\t\tdocument.querySelector(\"#MediaModal .top-panel\").append(self.topPanel());\n\t\tdocument.querySelector(\"#MediaModal .display-panel\").append(self.displayPanel());\n\t\tdocument.querySelector(\"#MediaModal .top-right .align-right\").append(self.toggleBtn());\n\t\tdocument.querySelector(\"#MediaModal .modal-footer .align-left\").append(self.paginationContainer());\n\t\tdocument.querySelector(\"#openverse-filters\").prepend(self.getFiltersHtml());\n\t\tdocument.querySelector(\"#openverse-search-btn\").click(function (e) { self.search();e.preventDefault(); } );\n\t\t\n\t\t//if openverse enabled hide media images\n\t\tdocument.querySelector(\"#openverse-form\").on(\"show.bs.collapse\", function (e){ \n\t\t\tif (e.target.id == \"openverse-form\") { \n\t\t\t\tdocument.querySelector(\"#MediaModal #openverse-results\").show(); \n\t\t\t\tdocument.querySelector(\"#MediaModal #openverse-pagination\").show(); \n\t\t\t\tdocument.querySelector(\"#MediaModal #media-files\").hide();\n\t\t\t} \n\t\t});\n\t\tdocument.querySelector(\"#openverse-form\").on(\"hide.bs.collapse\", function (e){\n\t\t\tif (e.target.id == \"openverse-form\") { \n\t\t\t\tdocument.querySelector(\"#MediaModal #openverse-results\").hide(); \n\t\t\t\tdocument.querySelector(\"#MediaModal #openverse-pagination\").hide(); \n\t\t\t\tdocument.querySelector(\"#MediaModal #media-files\").show(); \n\t\t\t}\n\t\t});\n\t}\n}\n\nlet openverse = new OpenVerseDisplay();\n\nwindow.addEventListener(\"mediaModal:init\", () => openverse.init());\n"
  },
  {
    "path": "new-page-blank-template.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n  <head>\n    <meta charset=\"utf-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">\n    <meta name=\"description\" content=\"\">\n    <meta name=\"author\" content=\"\">\n    <title>My page</title>\n    <!-- Bootstrap core CSS -->\n    <script src=\"https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/js/bootstrap.min.js\"></script>\n    <link href=\"https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/css/bootstrap.min.css\" rel=\"stylesheet\">\n\t\n    <script src=\"https://code.jquery.com/jquery-3.7.0.min.js\"></script>\n    <style>\n\t\thtml, body\n\t\t{\n\t\t\twidth:100%;\n\t\t\theight:100%;\n\t\t}\n    </style>\n  </head>\n  <body>\n    <!-- Page Content -->\n    <div class=\"container\">\n      <div class=\"row\">\n        <div class=\"col-lg-12 text-center\">\n          <h1 class=\"mt-5\">Bootstrap 5 start page</h1>\n          <p class=\"lead\">Start by dragging components to page or double click to edit text</p>\n        </div>\n      </div>\n    </div>\n  </body>\n</html>\n"
  },
  {
    "path": "package.json",
    "content": "{\n  \"name\": \"vvvebjs\",\n  \"description\": \"Drag and drop website builder javascript library\",\n  \"version\": \"0.0.1\",\n  \"author\": \"Ziadin Givan\",\n  \"license\": \"Apache-2.0\",\n  \"homepage\": \"https://www.vvveb.com/vvvebjs/editor.html\",\n  \"main\": \"libs/builder/builder.js\",\n  \"repository\": {\n    \"type\": \"git\",\n    \"url\": \"https://github.com/givanz/VvvebJs.git\"\n  },\n  \"dependencies\": {\n    \"express\": \"^4.19.2\"\n  },\n  \"keywords\": [\n    \"vvvebjs\",\n    \"drag-drop\",\n    \"drag&drop\",\n    \"drag\",\n    \"drop\",\n    \"wysiwyg\",\n    \"web\",\n    \"template\",\n    \"editor\",\n    \"site\",\n    \"builder\"\n  ],\n  \"scripts\": {\n    \"gulp\": \"gulp\",\n    \"test\": \"echo \\\"Error: no test specified\\\" && exit 1\"\n  },\n  \"devDependencies\": {\n    \"gulp\": \"^4.0.2\",\n    \"gulp-file-include\": \"^2.3.0\",\n    \"gulp-format-html\": \"^1.2.5\",\n    \"gulp-sass\": \"^5.1.0\",\n    \"node-sass\": \"^8.0.0\",\n    \"sass\": \"^1.60.0\"\n  }\n}\n"
  },
  {
    "path": "resources/google-fonts.json",
    "content": "{\n\t\"ABeeZee\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Abel\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Abhaya Libre\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"sinhala\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Abril Fatface\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Aclonica\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Acme\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Actor\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Adamina\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Advent Pro\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"greek\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Aguafina Script\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Akaya Kanadaka\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"kannada\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Akaya Telivigala\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"telugu\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Akronim\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Aladin\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Alata\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Alatsi\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Aldrich\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Alef\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"hebrew\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Alegreya\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"greek\",\n\t\t\t\"greek-ext\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Alegreya SC\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"greek\",\n\t\t\t\"greek-ext\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Alegreya Sans\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"greek\",\n\t\t\t\"greek-ext\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Alegreya Sans SC\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"greek\",\n\t\t\t\"greek-ext\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Aleo\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Alex Brush\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Alfa Slab One\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Alice\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Alike\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Alike Angular\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Allan\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Allerta\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Allerta Stencil\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Allison\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Allura\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Almarai\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"arabic\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Almendra\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Almendra Display\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Almendra SC\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Alumni Sans\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Amarante\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Amaranth\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Amatic SC\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"hebrew\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Amethysta\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Amiko\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"devanagari\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Amiri\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"arabic\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Amita\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"devanagari\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Anaheim\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Andada Pro\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Andika\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Andika New Basic\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Angkor\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"khmer\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Annie Use Your Telescope\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Anonymous Pro\": {\n\t\t\"category\": \"monospace\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"greek\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Antic\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Antic Didone\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Antic Slab\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Anton\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Antonio\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Arapey\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Arbutus\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Arbutus Slab\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Architects Daughter\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Archivo\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Archivo Black\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Archivo Narrow\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Are You Serious\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Aref Ruqaa\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"arabic\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Arima Madurai\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"tamil\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Arimo\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"greek\",\n\t\t\t\"greek-ext\",\n\t\t\t\"hebrew\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Arizonia\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Armata\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Arsenal\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Artifika\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Arvo\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Arya\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"devanagari\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Asap\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Asap Condensed\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Asar\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"devanagari\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Asset\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Assistant\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"hebrew\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Astloch\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Asul\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Athiti\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"thai\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Atkinson Hyperlegible\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Atma\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"bengali\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Atomic Age\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Aubrey\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Audiowide\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Autour One\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Average\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Average Sans\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Averia Gruesa Libre\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Averia Libre\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Averia Sans Libre\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Averia Serif Libre\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Azeret Mono\": {\n\t\t\"category\": \"monospace\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"B612\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"B612 Mono\": {\n\t\t\"category\": \"monospace\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Bad Script\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Bahiana\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Bahianita\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Bai Jamjuree\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"thai\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Ballet\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Baloo 2\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"devanagari\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Baloo Bhai 2\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"gujarati\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Baloo Bhaina 2\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"oriya\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Baloo Chettan 2\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"malayalam\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Baloo Da 2\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"bengali\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Baloo Paaji 2\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"gurmukhi\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Baloo Tamma 2\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"kannada\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Baloo Tammudu 2\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"telugu\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Baloo Thambi 2\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"tamil\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Balsamiq Sans\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Balthazar\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Bangers\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Barlow\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Barlow Condensed\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Barlow Semi Condensed\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Barriecito\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Barrio\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Basic\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Baskervville\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Battambang\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"khmer\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Baumans\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Bayon\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"khmer\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Be Vietnam\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Be Vietnam Pro\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Bebas Neue\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Belgrano\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Bellefair\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"hebrew\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Belleza\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Bellota\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Bellota Text\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"BenchNine\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Benne\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"kannada\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Bentham\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Berkshire Swash\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Besley\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Beth Ellen\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Bevan\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Big Shoulders Display\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Big Shoulders Inline Display\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Big Shoulders Inline Text\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Big Shoulders Stencil Display\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Big Shoulders Stencil Text\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Big Shoulders Text\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Bigelow Rules\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Bigshot One\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Bilbo\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Bilbo Swash Caps\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"BioRhyme\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"BioRhyme Expanded\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Birthstone\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Birthstone Bounce\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Biryani\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"devanagari\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Bitter\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Black And White Picture\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"korean\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Black Han Sans\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"korean\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Black Ops One\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Blinker\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Bodoni Moda\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Bokor\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"khmer\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Bona Nova\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"greek\",\n\t\t\t\"hebrew\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Bonbon\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Bonheur Royale\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Boogaloo\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Bowlby One\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Bowlby One SC\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Brawler\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Bree Serif\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Brygada 1918\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"greek\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Bubblegum Sans\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Bubbler One\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Buda\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Buenard\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Bungee\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Bungee Hairline\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Bungee Inline\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Bungee Outline\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Bungee Shade\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Butcherman\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Butterfly Kids\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Cabin\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Cabin Condensed\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Cabin Sketch\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Caesar Dressing\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Cagliostro\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Cairo\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"arabic\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Caladea\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Calistoga\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Calligraffitti\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Cambay\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"devanagari\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Cambo\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Candal\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Cantarell\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Cantata One\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Cantora One\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Capriola\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Caramel\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Carattere\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Cardo\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"greek\",\n\t\t\t\"greek-ext\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Carme\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Carrois Gothic\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Carrois Gothic SC\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Carter One\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Castoro\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Catamaran\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"tamil\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Caudex\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"greek\",\n\t\t\t\"greek-ext\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Caveat\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Caveat Brush\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Cedarville Cursive\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Ceviche One\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Chakra Petch\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"thai\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Changa\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"arabic\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Changa One\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Chango\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Charm\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"thai\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Charmonman\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"thai\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Chathura\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"telugu\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Chau Philomene One\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Chela One\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Chelsea Market\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Chenla\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"khmer\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Cherish\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Cherry Cream Soda\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Cherry Swash\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Chewy\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Chicle\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Chilanka\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"malayalam\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Chivo\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Chonburi\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"thai\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Cinzel\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Cinzel Decorative\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Clicker Script\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Coda\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Coda Caption\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"800\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Codystar\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Coiny\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"tamil\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Combo\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Comfortaa\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"greek\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Comic Neue\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Coming Soon\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Commissioner\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"greek\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Concert One\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Condiment\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Content\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"khmer\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Contrail One\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Convergence\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Cookie\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Copse\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Corben\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Cormorant\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Cormorant Garamond\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Cormorant Infant\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Cormorant SC\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Cormorant Unicase\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Cormorant Upright\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Courgette\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Courier Prime\": {\n\t\t\"category\": \"monospace\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Cousine\": {\n\t\t\"category\": \"monospace\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"greek\",\n\t\t\t\"greek-ext\",\n\t\t\t\"hebrew\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Coustard\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Covered By Your Grace\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Crafty Girls\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Creepster\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Crete Round\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Crimson Pro\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Crimson Text\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Croissant One\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Crushed\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Cuprum\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Cute Font\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"korean\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Cutive\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Cutive Mono\": {\n\t\t\"category\": \"monospace\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"DM Mono\": {\n\t\t\"category\": \"monospace\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"DM Sans\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"DM Serif Display\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"DM Serif Text\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Damion\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Dancing Script\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Dangrek\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"khmer\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Darker Grotesque\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"David Libre\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"hebrew\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Dawning of a New Day\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Days One\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Dekko\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"devanagari\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Dela Gothic One\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"greek\",\n\t\t\t\"japanese\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Delius\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Delius Swash Caps\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Delius Unicase\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Della Respira\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Denk One\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Devonshire\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Dhurjati\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"telugu\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Didact Gothic\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"greek\",\n\t\t\t\"greek-ext\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Diplomata\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Diplomata SC\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Do Hyeon\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"korean\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Dokdo\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"korean\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Domine\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Donegal One\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Doppio One\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Dorsa\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Dosis\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"DotGothic16\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"japanese\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Dr Sugiyama\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Duru Sans\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Dynalight\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"EB Garamond\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"greek\",\n\t\t\t\"greek-ext\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Eagle Lake\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"East Sea Dokdo\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"korean\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Eater\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Economica\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Eczar\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"devanagari\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"El Messiri\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"arabic\",\n\t\t\t\"cyrillic\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Electrolize\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Elsie\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Elsie Swash Caps\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Emblema One\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Emilys Candy\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Encode Sans\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Encode Sans Condensed\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Encode Sans Expanded\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Encode Sans SC\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Encode Sans Semi Condensed\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Encode Sans Semi Expanded\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Engagement\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Englebert\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Enriqueta\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Ephesis\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Epilogue\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Erica One\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Esteban\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Euphoria Script\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Ewert\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Exo\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Exo 2\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Expletus Sans\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Explora\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"cherokee\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Fahkwang\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"thai\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Fanwood Text\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Farro\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Farsan\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"gujarati\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Fascinate\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Fascinate Inline\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Faster One\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Fasthand\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"khmer\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Fauna One\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Faustina\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Federant\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Federo\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Felipa\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Fenix\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Festive\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Finger Paint\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Fira Code\": {\n\t\t\"category\": \"monospace\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"greek\",\n\t\t\t\"greek-ext\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Fira Mono\": {\n\t\t\"category\": \"monospace\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"greek\",\n\t\t\t\"greek-ext\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Fira Sans\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"greek\",\n\t\t\t\"greek-ext\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Fira Sans Condensed\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"greek\",\n\t\t\t\"greek-ext\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Fira Sans Extra Condensed\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"greek\",\n\t\t\t\"greek-ext\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Fjalla One\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Fjord One\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Flamenco\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Flavors\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Fleur De Leah\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Fondamento\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Fontdiner Swanky\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Forum\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Francois One\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Frank Ruhl Libre\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"hebrew\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Fraunces\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Freckle Face\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Fredericka the Great\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Fredoka One\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Freehand\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"khmer\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Fresca\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Frijole\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Fruktur\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Fugaz One\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Fuggles\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"GFS Didot\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"greek\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"GFS Neohellenic\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"greek\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Gabriela\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Gaegu\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"korean\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Gafata\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Galada\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"bengali\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Galdeano\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Galindo\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Gamja Flower\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"korean\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Gayathri\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"malayalam\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Gelasio\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Gemunu Libre\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"sinhala\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Gentium Basic\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Gentium Book Basic\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Geo\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Georama\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Geostar\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Geostar Fill\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Germania One\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Gideon Roman\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Gidugu\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"telugu\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Gilda Display\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Girassol\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Give You Glory\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Glass Antiqua\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Glegoo\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"devanagari\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Gloria Hallelujah\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Glory\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Gluten\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Goblin One\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Gochi Hand\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Goldman\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Gorditas\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Gothic A1\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"korean\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Gotu\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"devanagari\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Goudy Bookletter 1911\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Gowun Batang\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"korean\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Gowun Dodum\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"korean\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Graduate\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Grand Hotel\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Grandstander\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Gravitas One\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Great Vibes\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Grechen Fuemen\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Grenze\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Grenze Gotisch\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Grey Qo\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Griffy\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Gruppo\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Gudea\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Gugi\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"korean\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Gupter\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Gurajada\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"telugu\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Habibi\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Hachi Maru Pop\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"japanese\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Hahmlet\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"korean\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Halant\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"devanagari\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Hammersmith One\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Hanalei\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Hanalei Fill\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Handlee\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Hanuman\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"khmer\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Happy Monkey\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Harmattan\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"arabic\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Headland One\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Heebo\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"hebrew\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Henny Penny\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Hepta Slab\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Herr Von Muellerhoff\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Hi Melody\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"korean\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Hina Mincho\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"japanese\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Hind\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"devanagari\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Hind Guntur\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"telugu\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Hind Madurai\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"tamil\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Hind Siliguri\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"bengali\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Hind Vadodara\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"gujarati\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Holtwood One SC\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Homemade Apple\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Homenaje\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"IBM Plex Mono\": {\n\t\t\"category\": \"monospace\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"IBM Plex Sans\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"greek\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"IBM Plex Sans Arabic\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"arabic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"IBM Plex Sans Condensed\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"IBM Plex Sans Devanagari\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"devanagari\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"IBM Plex Sans Hebrew\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"hebrew\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"IBM Plex Sans KR\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"korean\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"IBM Plex Sans Thai\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"thai\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"IBM Plex Sans Thai Looped\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"thai\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"IBM Plex Serif\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"IM Fell DW Pica\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"IM Fell DW Pica SC\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"IM Fell Double Pica\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"IM Fell Double Pica SC\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"IM Fell English\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"IM Fell English SC\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"IM Fell French Canon\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"IM Fell French Canon SC\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"IM Fell Great Primer\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"IM Fell Great Primer SC\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Ibarra Real Nova\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Iceberg\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Iceland\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Imbue\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Imprima\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Inconsolata\": {\n\t\t\"category\": \"monospace\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Inder\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Indie Flower\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Inika\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Inknut Antiqua\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"devanagari\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Inria Sans\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Inria Serif\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Inter\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"greek\",\n\t\t\t\"greek-ext\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Irish Grover\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Istok Web\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Italiana\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Italianno\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Itim\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"thai\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Jacques Francois\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Jacques Francois Shadow\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Jaldi\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"devanagari\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"JetBrains Mono\": {\n\t\t\"category\": \"monospace\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"greek\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Jim Nightshade\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Jockey One\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Jolly Lodger\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Jomhuria\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"arabic\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Jomolhari\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"tibetan\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Josefin Sans\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Josefin Slab\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Jost\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Joti One\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Jua\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"korean\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Judson\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Julee\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Julius Sans One\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Junge\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Jura\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"greek\",\n\t\t\t\"greek-ext\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Just Another Hand\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Just Me Again Down Here\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"K2D\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"thai\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Kadwa\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"devanagari\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Kaisei Decol\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"japanese\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Kaisei HarunoUmi\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"japanese\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Kaisei Opti\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"japanese\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Kaisei Tokumin\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"japanese\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Kalam\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"devanagari\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Kameron\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Kanit\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"thai\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Kantumruy\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"khmer\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Karantina\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"hebrew\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Karla\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Karma\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"devanagari\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Katibeh\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"arabic\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Kaushan Script\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Kavivanar\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"tamil\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Kavoon\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Kdam Thmor\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"khmer\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Keania One\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Kelly Slab\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Kenia\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Khand\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"devanagari\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Khmer\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"khmer\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Khula\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"devanagari\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Kirang Haerang\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"korean\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Kite One\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Kiwi Maru\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"japanese\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Klee One\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"greek-ext\",\n\t\t\t\"japanese\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Knewave\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"KoHo\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"thai\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Kodchasan\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"thai\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Koh Santepheap\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"khmer\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Kosugi\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"japanese\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Kosugi Maru\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"japanese\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Kotta One\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Koulen\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"khmer\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Kranky\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Kreon\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Kristi\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Krona One\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Krub\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"thai\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Kufam\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"arabic\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Kulim Park\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Kumar One\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"gujarati\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Kumar One Outline\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"gujarati\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Kumbh Sans\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Kurale\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"devanagari\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"La Belle Aurore\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Lacquer\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Laila\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"devanagari\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Lakki Reddy\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"telugu\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Lalezar\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"arabic\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Lancelot\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Langar\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"gurmukhi\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Lateef\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"arabic\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Lato\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"League Script\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Leckerli One\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Ledger\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Lekton\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Lemon\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Lemonada\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"arabic\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Lexend\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Lexend Deca\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Lexend Exa\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Lexend Giga\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Lexend Mega\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Lexend Peta\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Lexend Tera\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Lexend Zetta\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Libre Barcode 128\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Libre Barcode 128 Text\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Libre Barcode 39\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Libre Barcode 39 Extended\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Libre Barcode 39 Extended Text\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Libre Barcode 39 Text\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Libre Barcode EAN13 Text\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Libre Baskerville\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Libre Caslon Display\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Libre Caslon Text\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Libre Franklin\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Life Savers\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Lilita One\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Lily Script One\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Limelight\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Linden Hill\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Literata\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"greek\",\n\t\t\t\"greek-ext\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Liu Jian Mao Cao\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"chinese-simplified\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Livvic\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Lobster\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Lobster Two\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Londrina Outline\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Londrina Shadow\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Londrina Sketch\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Londrina Solid\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Long Cang\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"chinese-simplified\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Lora\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Love Ya Like A Sister\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Loved by the King\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Lovers Quarrel\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Luckiest Guy\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Lusitana\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Lustria\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"M PLUS 1p\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"greek\",\n\t\t\t\"greek-ext\",\n\t\t\t\"hebrew\",\n\t\t\t\"japanese\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"M PLUS Rounded 1c\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"greek\",\n\t\t\t\"greek-ext\",\n\t\t\t\"hebrew\",\n\t\t\t\"japanese\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Ma Shan Zheng\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"chinese-simplified\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Macondo\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Macondo Swash Caps\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Mada\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"arabic\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Magra\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Maiden Orange\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Maitree\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"thai\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Major Mono Display\": {\n\t\t\"category\": \"monospace\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Mako\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Mali\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"thai\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Mallanna\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"telugu\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Mandali\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"telugu\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Manjari\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"malayalam\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Manrope\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"greek\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Mansalva\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Manuale\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Marcellus\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Marcellus SC\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Marck Script\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Margarine\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Markazi Text\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"arabic\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Marko One\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Marmelad\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Martel\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"devanagari\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Martel Sans\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"devanagari\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Marvel\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Mate\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Mate SC\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Material Icons\": {\n\t\t\"category\": \"icon\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Maven Pro\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"McLaren\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Meddon\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"MedievalSharp\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Medula One\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Meera Inimai\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"tamil\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Megrim\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Meie Script\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Merienda\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Merienda One\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Merriweather\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Merriweather Sans\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Metal\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"khmer\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Metal Mania\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Metamorphous\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Metrophobic\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Michroma\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Milonga\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Miltonian\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Miltonian Tattoo\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Mina\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"bengali\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Miniver\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Miriam Libre\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"hebrew\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Mirza\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"arabic\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Miss Fajardose\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Mitr\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"thai\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Modak\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"devanagari\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Modern Antiqua\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Mogra\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"gujarati\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Molengo\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Molle\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Monda\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Monofett\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Monoton\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Monsieur La Doulaise\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Montaga\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"MonteCarlo\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Montez\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Montserrat\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Montserrat Alternates\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Montserrat Subrayada\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Moul\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"khmer\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Moulpali\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"khmer\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Mountains of Christmas\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Mouse Memoirs\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Mr Bedfort\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Mr Dafoe\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Mr De Haviland\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Mrs Saint Delafield\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Mrs Sheppards\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Mukta\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"devanagari\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Mukta Mahee\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"gurmukhi\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Mukta Malar\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"tamil\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Mukta Vaani\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"gujarati\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Mulish\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"MuseoModerno\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Mystery Quest\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"NTR\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"telugu\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Nanum Brush Script\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"korean\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Nanum Gothic\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"korean\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Nanum Gothic Coding\": {\n\t\t\"category\": \"monospace\",\n\t\t\"subsets\": [\n\t\t\t\"korean\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Nanum Myeongjo\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"korean\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Nanum Pen Script\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"korean\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Nerko One\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Neucha\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Neuton\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"New Rocker\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"New Tegomin\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"japanese\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"News Cycle\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Newsreader\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Niconne\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Niramit\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"thai\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Nixie One\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Nobile\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Nokora\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"khmer\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Norican\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Nosifer\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Notable\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Nothing You Could Do\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noticia Text\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Kufi Arabic\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"arabic\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Music\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"music\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Naskh Arabic\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"arabic\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Nastaliq Urdu\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"arabic\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Rashi Hebrew\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"hebrew\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"devanagari\",\n\t\t\t\"greek\",\n\t\t\t\"greek-ext\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Adlam\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"adlam\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Adlam Unjoined\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"adlam\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Anatolian Hieroglyphs\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"anatolian-hieroglyphs\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Arabic\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"arabic\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Armenian\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"armenian\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Avestan\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"avestan\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Balinese\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"balinese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Bamum\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"bamum\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Bassa Vah\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"bassa-vah\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Batak\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"batak\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Bengali\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"bengali\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Bhaiksuki\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"bhaiksuki\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Brahmi\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"brahmi\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Buginese\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"buginese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Buhid\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"buhid\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Canadian Aboriginal\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"canadian-aboriginal\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Carian\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"carian\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Caucasian Albanian\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"caucasian-albanian\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Chakma\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"chakma\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Cham\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"cham\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Cherokee\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"cherokee\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Coptic\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"coptic\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Cuneiform\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"cuneiform\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Cypriot\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"cypriot\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Deseret\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"deseret\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Devanagari\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"devanagari\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Display\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"greek\",\n\t\t\t\"greek-ext\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Duployan\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"duployan\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Egyptian Hieroglyphs\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"egyptian-hieroglyphs\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Elbasan\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"elbasan\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Elymaic\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"elymaic\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Georgian\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"georgian\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Glagolitic\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"glagolitic\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Gothic\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"gothic\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Grantha\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"grantha\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Gujarati\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"gujarati\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Gunjala Gondi\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"gunjala-gondi\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Gurmukhi\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"gurmukhi\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans HK\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"chinese-hongkong\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Hanifi Rohingya\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"hanifi-rohingya\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Hanunoo\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"hanunoo\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Hatran\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"hatran\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Hebrew\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"hebrew\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Imperial Aramaic\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"imperial-aramaic\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Indic Siyaq Numbers\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"indic-siyaq-numbers\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Inscriptional Pahlavi\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"inscriptional-pahlavi\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Inscriptional Parthian\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"inscriptional-parthian\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans JP\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"japanese\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Javanese\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"javanese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans KR\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"korean\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Kaithi\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"kaithi\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Kannada\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"kannada\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Kayah Li\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"kayah-li\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Kharoshthi\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"kharoshthi\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Khmer\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"khmer\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Khojki\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"khojki\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Khudawadi\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"khudawadi\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Lao\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"lao\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Lepcha\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"lepcha\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Limbu\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"limbu\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Linear A\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"linear-a\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Linear B\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"linear-b\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Lisu\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"lisu\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Lycian\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"lycian\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Lydian\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"lydian\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Mahajani\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"mahajani\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Malayalam\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"malayalam\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Mandaic\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"mandaic\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Manichaean\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"manichaean\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Marchen\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"marchen\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Masaram Gondi\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"masaram-gondi\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Math\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"math\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Mayan Numerals\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"mayan-numerals\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Medefaidrin\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"medefaidrin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Meroitic\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"meroitic\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Miao\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"miao\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Modi\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"modi\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Mongolian\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"mongolian\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Mono\": {\n\t\t\"category\": \"monospace\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"greek\",\n\t\t\t\"greek-ext\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Mro\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"mro\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Multani\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"multani\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Myanmar\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"myanmar\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans N Ko\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"nko\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Nabataean\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"nabataean\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans New Tai Lue\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"new-tai-lue\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Newa\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"newa\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Nushu\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"nushu\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Ogham\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"ogham\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Ol Chiki\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"ol-chiki\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Old Hungarian\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"old-hungarian\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Old Italic\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"old-italic\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Old North Arabian\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"old-north-arabian\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Old Permic\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"old-permic\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Old Persian\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"old-persian\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Old Sogdian\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"old-sogdian\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Old South Arabian\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"old-south-arabian\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Old Turkic\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"old-turkic\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Oriya\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"oriya\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Osage\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"osage\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Osmanya\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"osmanya\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Pahawh Hmong\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"pahawh-hmong\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Palmyrene\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"palmyrene\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Pau Cin Hau\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"pau-cin-hau\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Phags Pa\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"phags-pa\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Phoenician\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"phoenician\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Psalter Pahlavi\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"psalter-pahlavi\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Rejang\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"rejang\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Runic\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"runic\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans SC\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"chinese-simplified\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Samaritan\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"samaritan\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Saurashtra\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"saurashtra\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Sharada\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"sharada\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Shavian\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"shavian\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Siddham\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"siddham\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Sinhala\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"sinhala\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Sogdian\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"sogdian\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Sora Sompeng\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"sora-sompeng\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Soyombo\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"soyombo\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Sundanese\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"sundanese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Syloti Nagri\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"syloti-nagri\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Symbols\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"symbols\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Symbols 2\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"symbols\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Syriac\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"syriac\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans TC\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"chinese-traditional\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Tagalog\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"tagalog\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Tagbanwa\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"tagbanwa\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Tai Le\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"tai-le\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Tai Tham\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"tai-tham\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Tai Viet\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"tai-viet\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Takri\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"takri\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Tamil\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"tamil\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Tamil Supplement\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"tamil-supplement\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Telugu\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"telugu\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Thaana\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"thaana\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Thai\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"thai\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Thai Looped\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"thai\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Tifinagh\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"tifinagh\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Tirhuta\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"tirhuta\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Ugaritic\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"ugaritic\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Vai\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"vai\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Wancho\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"wancho\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Warang Citi\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"warang-citi\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Yi\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"yi\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Sans Zanabazar Square\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"zanabazar-square\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Serif\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"greek\",\n\t\t\t\"greek-ext\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Serif Ahom\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"ahom\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Serif Armenian\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"armenian\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Serif Balinese\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"balinese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Serif Bengali\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"bengali\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Serif Devanagari\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"devanagari\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Serif Display\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"greek\",\n\t\t\t\"greek-ext\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Serif Dogra\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"dogra\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Serif Ethiopic\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"ethiopic\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Serif Georgian\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"georgian\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Serif Grantha\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"grantha\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Serif Gujarati\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"gujarati\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Serif Gurmukhi\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"gurmukhi\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Serif Hebrew\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"hebrew\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Serif JP\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"japanese\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Serif KR\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"korean\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Serif Kannada\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"kannada\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Serif Khmer\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"khmer\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Serif Lao\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"lao\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Serif Malayalam\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"malayalam\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Serif Myanmar\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"myanmar\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Serif Nyiakeng Puachue Hmong\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"nyiakeng-puachue-hmong\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Serif SC\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"chinese-simplified\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Serif Sinhala\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"sinhala\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Serif TC\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"chinese-traditional\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Serif Tamil\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"tamil\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Serif Tangut\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"tangut\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Serif Telugu\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"telugu\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Serif Thai\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"thai\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Serif Tibetan\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"tibetan\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Serif Yezidi\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"yezidi\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Noto Traditional Nushu\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"nushu\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Nova Cut\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Nova Flat\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Nova Mono\": {\n\t\t\"category\": \"monospace\",\n\t\t\"subsets\": [\n\t\t\t\"greek\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Nova Oval\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Nova Round\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Nova Script\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Nova Slim\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Nova Square\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Numans\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Nunito\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Nunito Sans\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Odibee Sans\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Odor Mean Chey\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"khmer\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Offside\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Oi\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"greek\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Old Standard TT\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Oldenburg\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Oleo Script\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Oleo Script Swash Caps\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Open Sans\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"greek\",\n\t\t\t\"greek-ext\",\n\t\t\t\"hebrew\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Open Sans Condensed\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"greek\",\n\t\t\t\"greek-ext\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"300\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Oranienbaum\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Orbitron\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Oregano\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Orelega One\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Orienta\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Original Surfer\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Oswald\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Otomanopee One\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"japanese\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Over the Rainbow\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Overlock\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Overlock SC\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Overpass\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Overpass Mono\": {\n\t\t\"category\": \"monospace\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Ovo\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Oxanium\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Oxygen\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Oxygen Mono\": {\n\t\t\"category\": \"monospace\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"PT Mono\": {\n\t\t\"category\": \"monospace\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"PT Sans\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"PT Sans Caption\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"PT Sans Narrow\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"PT Serif\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"PT Serif Caption\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Pacifico\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Padauk\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"myanmar\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Palanquin\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"devanagari\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Palanquin Dark\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"devanagari\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Palette Mosaic\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"japanese\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Pangolin\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Paprika\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Parisienne\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Passero One\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Passion One\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Pathway Gothic One\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Patrick Hand\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Patrick Hand SC\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Pattaya\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"thai\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Patua One\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Pavanam\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"tamil\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Paytone One\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Peddana\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"telugu\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Peralta\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Permanent Marker\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Petit Formal Script\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Petrona\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Philosopher\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"latin\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Piazzolla\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"greek\",\n\t\t\t\"greek-ext\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Piedra\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Pinyon Script\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Pirata One\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Plaster\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Play\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"greek\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Playball\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Playfair Display\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Playfair Display SC\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Podkova\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Poiret One\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Poller One\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Poly\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Pompiere\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Pontano Sans\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Poor Story\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"korean\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Poppins\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"devanagari\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Port Lligat Sans\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Port Lligat Slab\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Potta One\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"japanese\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Pragati Narrow\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"devanagari\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Prata\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"latin\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Preahvihear\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"khmer\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Press Start 2P\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"greek\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Pridi\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"thai\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Princess Sofia\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Prociono\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Prompt\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"thai\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Prosto One\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Proza Libre\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Public Sans\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Puritan\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Purple Purse\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Qahiri\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"arabic\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Quando\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Quantico\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Quattrocento\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Quattrocento Sans\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Questrial\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Quicksand\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Quintessential\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Qwigley\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Racing Sans One\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Radley\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Rajdhani\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"devanagari\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Rakkas\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"arabic\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Raleway\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Raleway Dots\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Ramabhadra\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"telugu\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Ramaraja\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"telugu\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Rambla\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Rammetto One\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Rampart One\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"japanese\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Ranchers\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Rancho\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Ranga\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"devanagari\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Rasa\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"gujarati\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Rationale\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Ravi Prakash\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"telugu\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Recursive\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Red Hat Display\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Red Hat Text\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Red Rose\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Redressed\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Reem Kufi\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"arabic\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Reenie Beanie\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Reggae One\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"japanese\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Revalia\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Rhodium Libre\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"devanagari\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Ribeye\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Ribeye Marrow\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Righteous\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Risque\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Roboto\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"greek\",\n\t\t\t\"greek-ext\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Roboto Condensed\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"greek\",\n\t\t\t\"greek-ext\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Roboto Mono\": {\n\t\t\"category\": \"monospace\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"greek\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Roboto Slab\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"greek\",\n\t\t\t\"greek-ext\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Rochester\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Rock Salt\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"RocknRoll One\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"japanese\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Rokkitt\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Romanesco\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Ropa Sans\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Rosario\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Rosarivo\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Rouge Script\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Rowdies\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Rozha One\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"devanagari\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Rubik\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"hebrew\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Rubik Beastly\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"hebrew\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Rubik Mono One\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Ruda\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Rufina\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Ruge Boogie\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Ruluko\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Rum Raisin\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Ruslan Display\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Russo One\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Ruthie\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Rye\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"STIX Two Text\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"greek\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Sacramento\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Sahitya\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"devanagari\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Sail\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Saira\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Saira Condensed\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Saira Extra Condensed\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Saira Semi Condensed\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Saira Stencil One\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Salsa\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Sanchez\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Sancreek\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Sansita\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Sansita Swashed\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Sarabun\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"thai\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Sarala\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"devanagari\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Sarina\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Sarpanch\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"devanagari\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Satisfy\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Sawarabi Gothic\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"japanese\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Sawarabi Mincho\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"japanese\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Scada\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Scheherazade\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"arabic\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Scheherazade New\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"arabic\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Schoolbell\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Scope One\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Seaweed Script\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Secular One\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"hebrew\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Sedgwick Ave\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Sedgwick Ave Display\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Sen\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Sevillana\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Seymour One\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Shadows Into Light\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Shadows Into Light Two\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Shanti\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Share\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Share Tech\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Share Tech Mono\": {\n\t\t\"category\": \"monospace\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Shippori Mincho\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"japanese\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Shippori Mincho B1\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"japanese\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Shojumaru\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Short Stack\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Shrikhand\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"gujarati\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Siemreap\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"khmer\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Sigmar One\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Signika\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Signika Negative\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Simonetta\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Single Day\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"korean\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Sintony\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Sirin Stencil\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Six Caps\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Skranji\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Slabo 13px\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Slabo 27px\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Slackey\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Smokum\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Smythe\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Sniglet\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Snippet\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Snowburst One\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Sofadi One\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Sofia\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Solway\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Song Myung\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"korean\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Sonsie One\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Sora\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Sorts Mill Goudy\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Source Code Pro\": {\n\t\t\"category\": \"monospace\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"greek\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Source Sans Pro\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"greek\",\n\t\t\t\"greek-ext\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Source Serif Pro\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"greek\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Space Grotesk\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Space Mono\": {\n\t\t\"category\": \"monospace\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Spartan\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Special Elite\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Spectral\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Spectral SC\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Spicy Rice\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Spinnaker\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Spirax\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Squada One\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Sree Krushnadevaraya\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"telugu\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Sriracha\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"thai\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Srisakdi\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"thai\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Staatliches\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Stalemate\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Stalinist One\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Stardos Stencil\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Stick\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"japanese\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Stick No Bills\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"sinhala\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Stint Ultra Condensed\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Stint Ultra Expanded\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Stoke\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Strait\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Style Script\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Stylish\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"korean\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Sue Ellen Francisco\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Suez One\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"hebrew\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Sulphur Point\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Sumana\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"devanagari\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Sunflower\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"korean\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Sunshiney\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Supermercado One\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Sura\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"devanagari\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Suranna\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"telugu\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Suravaram\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"telugu\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Suwannaphum\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"khmer\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Swanky and Moo Moo\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Syncopate\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Syne\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Syne Mono\": {\n\t\t\"category\": \"monospace\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Syne Tactile\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Tajawal\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"arabic\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Tangerine\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Taprom\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"khmer\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Tauri\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Taviraj\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"thai\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Teko\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"devanagari\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Telex\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Tenali Ramakrishna\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"telugu\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Tenor Sans\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Text Me One\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Texturina\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Thasadith\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"thai\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"The Girl Next Door\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Tienne\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Tillana\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"devanagari\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Timmana\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"telugu\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Tinos\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"greek\",\n\t\t\t\"greek-ext\",\n\t\t\t\"hebrew\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Titan One\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Titillium Web\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Tomorrow\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Tourney\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Trade Winds\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Train One\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"japanese\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Trirong\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"thai\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Trispace\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Trocchi\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Trochut\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Truculenta\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Trykker\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Tulpen One\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Turret Road\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Ubuntu\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"greek\",\n\t\t\t\"greek-ext\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Ubuntu Condensed\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"greek\",\n\t\t\t\"greek-ext\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Ubuntu Mono\": {\n\t\t\"category\": \"monospace\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"greek\",\n\t\t\t\"greek-ext\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Uchen\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"tibetan\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Ultra\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Uncial Antiqua\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Underdog\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Unica One\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"UnifrakturCook\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"UnifrakturMaguntia\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Unkempt\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Unlock\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Unna\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Urbanist\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"VT323\": {\n\t\t\"category\": \"monospace\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Vampiro One\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Varela\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Varela Round\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"hebrew\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Varta\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Vast Shadow\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Vesper Libre\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"devanagari\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Viaoda Libre\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Vibes\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"arabic\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Vibur\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Vidaloka\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Viga\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Voces\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Volkhov\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Vollkorn\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"greek\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Vollkorn SC\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Voltaire\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Waiting for the Sunrise\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Wallpoet\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Walter Turncoat\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Warnes\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Wellfleet\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Wendy One\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"WindSong\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Wire One\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Work Sans\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"800\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Xanh Mono\": {\n\t\t\"category\": \"monospace\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Yaldevi\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"sinhala\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Yanone Kaffeesatz\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"200\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Yantramanav\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"devanagari\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"100\": {\n\t\t\t\t},\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Yatra One\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"devanagari\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Yellowtail\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Yeon Sung\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"korean\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Yeseva One\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"cyrillic-ext\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Yesteryear\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Yomogi\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"japanese\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Yrsa\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\",\n\t\t\t\"vietnamese\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Yusei Magic\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"japanese\",\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"ZCOOL KuaiLe\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"chinese-simplified\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"ZCOOL QingKe HuangYou\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"chinese-simplified\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"ZCOOL XiaoWei\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"chinese-simplified\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Zen Antique\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"greek\",\n\t\t\t\"japanese\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Zen Antique Soft\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"greek\",\n\t\t\t\"japanese\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Zen Dots\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Zen Kaku Gothic Antique\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"japanese\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Zen Kaku Gothic New\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"japanese\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Zen Kurenaido\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"greek\",\n\t\t\t\"japanese\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Zen Loop\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Zen Maru Gothic\": {\n\t\t\"category\": \"sans-serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"greek\",\n\t\t\t\"japanese\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Zen Old Mincho\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"cyrillic\",\n\t\t\t\"greek\",\n\t\t\t\"japanese\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t},\n\t\t\t\t\"900\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Zen Tokyo Zoo\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Zeyada\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Zhi Mang Xing\": {\n\t\t\"category\": \"handwriting\",\n\t\t\"subsets\": [\n\t\t\t\"chinese-simplified\",\n\t\t\t\"latin\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Zilla Slab\": {\n\t\t\"category\": \"serif\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"italic\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"normal\": {\n\t\t\t\t\"300\": {\n\t\t\t\t},\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"500\": {\n\t\t\t\t},\n\t\t\t\t\"600\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"Zilla Slab Highlight\": {\n\t\t\"category\": \"display\",\n\t\t\"subsets\": [\n\t\t\t\"latin\",\n\t\t\t\"latin-ext\"\n\t\t],\n\t\t\"variants\": {\n\t\t\t\"normal\": {\n\t\t\t\t\"400\": {\n\t\t\t\t},\n\t\t\t\t\"700\": {\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}\n"
  },
  {
    "path": "resources/line-awesome.html",
    "content": "<style>\nul.svg-list {\n\tlist-style:none;\n\tpadding:0;\n\tmargin:10px 0 0;\n}\nul.svg-list li {\n\tdisplay:inline-block;\n\tposition:relative;\n\tfont-size:32px;\n\tpadding:3px;\n\tmargin-right:5px;\n\tmargin-bottom:5px;\n\tbox-shadow:0px 3px 6px 0px rgba(0, 0, 0, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.08);\n}\n\nul.svg-list li:hover {\n\tbox-shadow:none;//0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 0px rgba(0, 0, 0, 0.15);\n}\n\nul.svg-list li svg{\n\tmax-width:100%;\n\tmax-height:100%;\n\tfill: var(--bs-body-color);\n\tcolor: var(--bs-border-color);\n}\n\nul.svg-list li span {\n\t//display:none;\n}\n\nul.svg-list li.heading {\n\twidth:100%;\n\tbox-shadow:none;\n\ttext-transform: capitalize;\n\tfont-size: 12px;\n\tline-height: 32px;\t\n}\n\nul.svg-list li span {\n  visibility: hidden;\n  min-width: 120px;\n  background-color: black;\n  color: #fff;\n  text-align: center;\n  border-radius: 6px;\n  padding: 5px 0;\n  \n  /* Position the tooltip */\n  position: absolute;\n  z-index: 1;\n  left:0;\n  top: 105%;\n  font-size:12px;\n}\n\nul.svg-list li:hover  span {\n  visibility: visible;\n}\n\nul.svg-list li:hover  svg {\n\ttransform: scale(2);\n\tfill:blue;\n\tcolor:green;\n}\t\n</style>\n\n<ul class=\"svg-list\">\n<li title=\"search\"><i class=\"la la-search\"></i></li>\n<li title=\"close\"><i class=\"la la-close\"></i></li>\n<li title=\"accessible-icon\"><i class=\"lab la-accessible-icon\"></i></li>\n<li title=\"american-sign-language-interpreting\"><i class=\"la la-american-sign-language-interpreting\"></i></li>\n<li title=\"assistive-listening-systems\"><i class=\"la la-assistive-listening-systems\"></i></li>\n<li title=\"audio-description\"><i class=\"la la-audio-description\"></i></li>\n<li title=\"blind\"><i class=\"la la-blind\"></i></li>\n<li title=\"braille\"><i class=\"la la-braille\"></i></li>\n<li title=\"closed-captioning\"><i class=\"la la-closed-captioning\"></i></li>\n<li title=\"deaf\"><i class=\"la la-deaf\"></i></li>\n<li title=\"low-vision\"><i class=\"la la-low-vision\"></i></li>\n<li title=\"phone-volume\"><i class=\"la la-phone-volume\"></i></li>\n<li title=\"question-circle\"><i class=\"la la-question-circle\"></i></li>\n<li title=\"sign-language\"><i class=\"la la-sign-language\"></i></li>\n<li title=\"tty\"><i class=\"la la-tty\"></i></li>\n<li title=\"universal-access\"><i class=\"la la-universal-access\"></i></li>\n<li title=\"wheelchair\"><i class=\"la la-wheelchair\"></i></li>\n<li title=\"bell\"><i class=\"la la-bell\"></i></li>\n<li title=\"bell-slash\"><i class=\"la la-bell-slash\"></i></li>\n<li title=\"exclamation\"><i class=\"la la-exclamation\"></i></li>\n<li title=\"exclamation-circle\"><i class=\"la la-exclamation-circle\"></i></li>\n<li title=\"exclamation-triangle\"><i class=\"la la-exclamation-triangle\"></i></li>\n<li title=\"radiation\"><i class=\"la la-radiation\"></i></li>\n<li title=\"radiation-alt\"><i class=\"la la-radiation-alt\"></i></li>\n<li title=\"skull-crossbones\"><i class=\"la la-skull-crossbones\"></i></li>\n<li title=\"cat\"><i class=\"la la-cat\"></i></li>\n<li title=\"crow\"><i class=\"la la-crow\"></i></li>\n<li title=\"dog\"><i class=\"la la-dog\"></i></li>\n<li title=\"dove\"><i class=\"la la-dove\"></i></li>\n<li title=\"dragon\"><i class=\"la la-dragon\"></i></li>\n<li title=\"feather\"><i class=\"la la-feather\"></i></li>\n<li title=\"feather-alt\"><i class=\"la la-feather-alt\"></i></li>\n<li title=\"fish\"><i class=\"la la-fish\"></i></li>\n<li title=\"frog\"><i class=\"la la-frog\"></i></li>\n<li title=\"hippo\"><i class=\"la la-hippo\"></i></li>\n<li title=\"horse\"><i class=\"la la-horse\"></i></li>\n<li title=\"horse-head\"><i class=\"la la-horse-head\"></i></li>\n<li title=\"kiwi-bird\"><i class=\"la la-kiwi-bird\"></i></li>\n<li title=\"otter\"><i class=\"la la-otter\"></i></li>\n<li title=\"paw\"><i class=\"la la-paw\"></i></li>\n<li title=\"spider\"><i class=\"la la-spider\"></i></li>\n<li title=\"angle-double-down\"><i class=\"la la-angle-double-down\"></i></li>\n<li title=\"angle-double-left\"><i class=\"la la-angle-double-left\"></i></li>\n<li title=\"angle-double-right\"><i class=\"la la-angle-double-right\"></i></li>\n<li title=\"angle-double-up\"><i class=\"la la-angle-double-up\"></i></li>\n<li title=\"angle-down\"><i class=\"la la-angle-down\"></i></li>\n<li title=\"angle-left\"><i class=\"la la-angle-left\"></i></li>\n<li title=\"angle-right\"><i class=\"la la-angle-right\"></i></li>\n<li title=\"angle-up\"><i class=\"la la-angle-up\"></i></li>\n<li title=\"arrow-alt-circle-down\"><i class=\"la la-arrow-alt-circle-down\"></i></li>\n<li title=\"arrow-alt-circle-left\"><i class=\"la la-arrow-alt-circle-left\"></i></li>\n<li title=\"arrow-alt-circle-right\"><i class=\"la la-arrow-alt-circle-right\"></i></li>\n<li title=\"arrow-alt-circle-up\"><i class=\"la la-arrow-alt-circle-up\"></i></li>\n<li title=\"arrow-circle-down\"><i class=\"la la-arrow-circle-down\"></i></li>\n<li title=\"arrow-circle-left\"><i class=\"la la-arrow-circle-left\"></i></li>\n<li title=\"arrow-circle-right\"><i class=\"la la-arrow-circle-right\"></i></li>\n<li title=\"arrow-circle-up\"><i class=\"la la-arrow-circle-up\"></i></li>\n<li title=\"arrow-down\"><i class=\"la la-arrow-down\"></i></li>\n<li title=\"arrow-left\"><i class=\"la la-arrow-left\"></i></li>\n<li title=\"arrow-right\"><i class=\"la la-arrow-right\"></i></li>\n<li title=\"arrow-up\"><i class=\"la la-arrow-up\"></i></li>\n<li title=\"arrows-alt\"><i class=\"la la-arrows-alt\"></i></li>\n<li title=\"arrows-alt-h\"><i class=\"la la-arrows-alt-h\"></i></li>\n<li title=\"arrows-alt-v\"><i class=\"la la-arrows-alt-v\"></i></li>\n<li title=\"caret-down\"><i class=\"la la-caret-down\"></i></li>\n<li title=\"caret-left\"><i class=\"la la-caret-left\"></i></li>\n<li title=\"caret-right\"><i class=\"la la-caret-right\"></i></li>\n<li title=\"caret-square-down\"><i class=\"la la-caret-square-down\"></i></li>\n<li title=\"caret-square-left\"><i class=\"la la-caret-square-left\"></i></li>\n<li title=\"caret-square-right\"><i class=\"la la-caret-square-right\"></i></li>\n<li title=\"caret-square-up\"><i class=\"la la-caret-square-up\"></i></li>\n<li title=\"caret-up\"><i class=\"la la-caret-up\"></i></li>\n<li title=\"cart-arrow-down\"><i class=\"la la-cart-arrow-down\"></i></li>\n<li title=\"chart-line\"><i class=\"la la-chart-line\"></i></li>\n<li title=\"chevron-circle-down\"><i class=\"la la-chevron-circle-down\"></i></li>\n<li title=\"chevron-circle-left\"><i class=\"la la-chevron-circle-left\"></i></li>\n<li title=\"chevron-circle-right\"><i class=\"la la-chevron-circle-right\"></i></li>\n<li title=\"chevron-circle-up\"><i class=\"la la-chevron-circle-up\"></i></li>\n<li title=\"chevron-down\"><i class=\"la la-chevron-down\"></i></li>\n<li title=\"chevron-left\"><i class=\"la la-chevron-left\"></i></li>\n<li title=\"chevron-right\"><i class=\"la la-chevron-right\"></i></li>\n<li title=\"chevron-up\"><i class=\"la la-chevron-up\"></i></li>\n<li title=\"cloud-download-alt\"><i class=\"la la-cloud-download-alt\"></i></li>\n<li title=\"cloud-upload-alt\"><i class=\"la la-cloud-upload-alt\"></i></li>\n<li title=\"compress-arrows-alt\"><i class=\"la la-compress-arrows-alt\"></i></li>\n<li title=\"download\"><i class=\"la la-download\"></i></li>\n<li title=\"exchange-alt\"><i class=\"la la-exchange-alt\"></i></li>\n<li title=\"expand-arrows-alt\"><i class=\"la la-expand-arrows-alt\"></i></li>\n<li title=\"external-link-alt\"><i class=\"la la-external-link-alt\"></i></li>\n<li title=\"external-link-square-alt\"><i class=\"la la-external-link-square-alt\"></i></li>\n<li title=\"hand-point-down\"><i class=\"la la-hand-point-down\"></i></li>\n<li title=\"hand-point-left\"><i class=\"la la-hand-point-left\"></i></li>\n<li title=\"hand-point-right\"><i class=\"la la-hand-point-right\"></i></li>\n<li title=\"hand-point-up\"><i class=\"la la-hand-point-up\"></i></li>\n<li title=\"hand-pointer\"><i class=\"la la-hand-pointer\"></i></li>\n<li title=\"history\"><i class=\"la la-history\"></i></li>\n<li title=\"level-down-alt\"><i class=\"la la-level-down-alt\"></i></li>\n<li title=\"level-up-alt\"><i class=\"la la-level-up-alt\"></i></li>\n<li title=\"location-arrow\"><i class=\"la la-location-arrow\"></i></li>\n<li title=\"long-arrow-alt-down\"><i class=\"la la-long-arrow-alt-down\"></i></li>\n<li title=\"long-arrow-alt-left\"><i class=\"la la-long-arrow-alt-left\"></i></li>\n<li title=\"long-arrow-alt-right\"><i class=\"la la-long-arrow-alt-right\"></i></li>\n<li title=\"long-arrow-alt-up\"><i class=\"la la-long-arrow-alt-up\"></i></li>\n<li title=\"mouse-pointer\"><i class=\"la la-mouse-pointer\"></i></li>\n<li title=\"play\"><i class=\"la la-play\"></i></li>\n<li title=\"random\"><i class=\"la la-random\"></i></li>\n<li title=\"recycle\"><i class=\"la la-recycle\"></i></li>\n<li title=\"redo\"><i class=\"la la-redo\"></i></li>\n<li title=\"redo-alt\"><i class=\"la la-redo-alt\"></i></li>\n<li title=\"reply\"><i class=\"la la-reply\"></i></li>\n<li title=\"reply-all\"><i class=\"la la-reply-all\"></i></li>\n<li title=\"retweet\"><i class=\"la la-retweet\"></i></li>\n<li title=\"share\"><i class=\"la la-share\"></i></li>\n<li title=\"share-square\"><i class=\"la la-share-square\"></i></li>\n<li title=\"sign-in-alt\"><i class=\"la la-sign-in-alt\"></i></li>\n<li title=\"sign-out-alt\"><i class=\"la la-sign-out-alt\"></i></li>\n<li title=\"sort\"><i class=\"la la-sort\"></i></li>\n<li title=\"sort-alpha-down\"><i class=\"la la-sort-alpha-down\"></i></li>\n<li title=\"sort-alpha-down-alt\"><i class=\"la la-sort-alpha-down-alt\"></i></li>\n<li title=\"sort-alpha-up\"><i class=\"la la-sort-alpha-up\"></i></li>\n<li title=\"sort-alpha-up-alt\"><i class=\"la la-sort-alpha-up-alt\"></i></li>\n<li title=\"sort-amount-down\"><i class=\"la la-sort-amount-down\"></i></li>\n<li title=\"sort-amount-down-alt\"><i class=\"la la-sort-amount-down-alt\"></i></li>\n<li title=\"sort-amount-up\"><i class=\"la la-sort-amount-up\"></i></li>\n<li title=\"sort-amount-up-alt\"><i class=\"la la-sort-amount-up-alt\"></i></li>\n<li title=\"sort-down\"><i class=\"la la-sort-down\"></i></li>\n<li title=\"sort-numeric-down\"><i class=\"la la-sort-numeric-down\"></i></li>\n<li title=\"sort-numeric-down-alt\"><i class=\"la la-sort-numeric-down-alt\"></i></li>\n<li title=\"sort-numeric-up\"><i class=\"la la-sort-numeric-up\"></i></li>\n<li title=\"sort-numeric-up-alt\"><i class=\"la la-sort-numeric-up-alt\"></i></li>\n<li title=\"sort-up\"><i class=\"la la-sort-up\"></i></li>\n<li title=\"sync\"><i class=\"la la-sync\"></i></li>\n<li title=\"sync-alt\"><i class=\"la la-sync-alt\"></i></li>\n<li title=\"text-height\"><i class=\"la la-text-height\"></i></li>\n<li title=\"text-width\"><i class=\"la la-text-width\"></i></li>\n<li title=\"undo\"><i class=\"la la-undo\"></i></li>\n<li title=\"undo-alt\"><i class=\"la la-undo-alt\"></i></li>\n<li title=\"upload\"><i class=\"la la-upload\"></i></li>\n<li title=\"audio-description\"><i class=\"la la-audio-description\"></i></li>\n<li title=\"backward\"><i class=\"la la-backward\"></i></li>\n<li title=\"broadcast-tower\"><i class=\"la la-broadcast-tower\"></i></li>\n<li title=\"circle\"><i class=\"la la-circle\"></i></li>\n<li title=\"closed-captioning\"><i class=\"la la-closed-captioning\"></i></li>\n<li title=\"compress\"><i class=\"la la-compress\"></i></li>\n<li title=\"compress-arrows-alt\"><i class=\"la la-compress-arrows-alt\"></i></li>\n<li title=\"eject\"><i class=\"la la-eject\"></i></li>\n<li title=\"expand\"><i class=\"la la-expand\"></i></li>\n<li title=\"expand-arrows-alt\"><i class=\"la la-expand-arrows-alt\"></i></li>\n<li title=\"fast-backward\"><i class=\"la la-fast-backward\"></i></li>\n<li title=\"fast-forward\"><i class=\"la la-fast-forward\"></i></li>\n<li title=\"file-audio\"><i class=\"la la-file-audio\"></i></li>\n<li title=\"file-video\"><i class=\"la la-file-video\"></i></li>\n<li title=\"film\"><i class=\"la la-film\"></i></li>\n<li title=\"forward\"><i class=\"la la-forward\"></i></li>\n<li title=\"headphones\"><i class=\"la la-headphones\"></i></li>\n<li title=\"microphone\"><i class=\"la la-microphone\"></i></li>\n<li title=\"microphone-alt\"><i class=\"la la-microphone-alt\"></i></li>\n<li title=\"microphone-alt-slash\"><i class=\"la la-microphone-alt-slash\"></i></li>\n<li title=\"microphone-slash\"><i class=\"la la-microphone-slash\"></i></li>\n<li title=\"music\"><i class=\"la la-music\"></i></li>\n<li title=\"pause\"><i class=\"la la-pause\"></i></li>\n<li title=\"pause-circle\"><i class=\"la la-pause-circle\"></i></li>\n<li title=\"phone-volume\"><i class=\"la la-phone-volume\"></i></li>\n<li title=\"photo-video\"><i class=\"la la-photo-video\"></i></li>\n<li title=\"play\"><i class=\"la la-play\"></i></li>\n<li title=\"play-circle\"><i class=\"la la-play-circle\"></i></li>\n<li title=\"podcast\"><i class=\"la la-podcast\"></i></li>\n<li title=\"random\"><i class=\"la la-random\"></i></li>\n<li title=\"redo\"><i class=\"la la-redo\"></i></li>\n<li title=\"redo-alt\"><i class=\"la la-redo-alt\"></i></li>\n<li title=\"rss\"><i class=\"la la-rss\"></i></li>\n<li title=\"rss-square\"><i class=\"la la-rss-square\"></i></li>\n<li title=\"step-backward\"><i class=\"la la-step-backward\"></i></li>\n<li title=\"step-forward\"><i class=\"la la-step-forward\"></i></li>\n<li title=\"stop\"><i class=\"la la-stop\"></i></li>\n<li title=\"stop-circle\"><i class=\"la la-stop-circle\"></i></li>\n<li title=\"sync\"><i class=\"la la-sync\"></i></li>\n<li title=\"sync-alt\"><i class=\"la la-sync-alt\"></i></li>\n<li title=\"tv\"><i class=\"la la-tv\"></i></li>\n<li title=\"undo\"><i class=\"la la-undo\"></i></li>\n<li title=\"undo-alt\"><i class=\"la la-undo-alt\"></i></li>\n<li title=\"video\"><i class=\"la la-video\"></i></li>\n<li title=\"volume-down\"><i class=\"la la-volume-down\"></i></li>\n<li title=\"volume-mute\"><i class=\"la la-volume-mute\"></i></li>\n<li title=\"volume-off\"><i class=\"la la-volume-off\"></i></li>\n<li title=\"volume-up\"><i class=\"la la-volume-up\"></i></li>\n<li title=\"youtube\"><i class=\"lab la-youtube\"></i></li>\n<li title=\"air-freshener\"><i class=\"la la-air-freshener\"></i></li>\n<li title=\"ambulance\"><i class=\"la la-ambulance\"></i></li>\n<li title=\"bus\"><i class=\"la la-bus\"></i></li>\n<li title=\"bus-alt\"><i class=\"la la-bus-alt\"></i></li>\n<li title=\"car\"><i class=\"la la-car\"></i></li>\n<li title=\"car-alt\"><i class=\"la la-car-alt\"></i></li>\n<li title=\"car-battery\"><i class=\"la la-car-battery\"></i></li>\n<li title=\"car-crash\"><i class=\"la la-car-crash\"></i></li>\n<li title=\"car-side\"><i class=\"la la-car-side\"></i></li>\n<li title=\"charging-station\"><i class=\"la la-charging-station\"></i></li>\n<li title=\"gas-pump\"><i class=\"la la-gas-pump\"></i></li>\n<li title=\"motorcycle\"><i class=\"la la-motorcycle\"></i></li>\n<li title=\"oil-can\"><i class=\"la la-oil-can\"></i></li>\n<li title=\"shuttle-van\"><i class=\"la la-shuttle-van\"></i></li>\n<li title=\"tachometer-alt\"><i class=\"la la-tachometer-alt\"></i></li>\n<li title=\"taxi\"><i class=\"la la-taxi\"></i></li>\n<li title=\"truck\"><i class=\"la la-truck\"></i></li>\n<li title=\"truck-monster\"><i class=\"la la-truck-monster\"></i></li>\n<li title=\"truck-pickup\"><i class=\"la la-truck-pickup\"></i></li>\n<li title=\"apple-alt\"><i class=\"la la-apple-alt\"></i></li>\n<li title=\"campground\"><i class=\"la la-campground\"></i></li>\n<li title=\"cloud-sun\"><i class=\"la la-cloud-sun\"></i></li>\n<li title=\"drumstick-bite\"><i class=\"la la-drumstick-bite\"></i></li>\n<li title=\"football-ball\"><i class=\"la la-football-ball\"></i></li>\n<li title=\"hiking\"><i class=\"la la-hiking\"></i></li>\n<li title=\"mountain\"><i class=\"la la-mountain\"></i></li>\n<li title=\"tractor\"><i class=\"la la-tractor\"></i></li>\n<li title=\"tree\"><i class=\"la la-tree\"></i></li>\n<li title=\"wind\"><i class=\"la la-wind\"></i></li>\n<li title=\"wine-bottle\"><i class=\"la la-wine-bottle\"></i></li>\n<li title=\"beer\"><i class=\"la la-beer\"></i></li>\n<li title=\"blender\"><i class=\"la la-blender\"></i></li>\n<li title=\"cocktail\"><i class=\"la la-cocktail\"></i></li>\n<li title=\"coffee\"><i class=\"la la-coffee\"></i></li>\n<li title=\"flask\"><i class=\"la la-flask\"></i></li>\n<li title=\"glass-cheers\"><i class=\"la la-glass-cheers\"></i></li>\n<li title=\"glass-martini\"><i class=\"la la-glass-martini\"></i></li>\n<li title=\"glass-martini-alt\"><i class=\"la la-glass-martini-alt\"></i></li>\n<li title=\"glass-whiskey\"><i class=\"la la-glass-whiskey\"></i></li>\n<li title=\"mug-hot\"><i class=\"la la-mug-hot\"></i></li>\n<li title=\"wine-bottle\"><i class=\"la la-wine-bottle\"></i></li>\n<li title=\"wine-glass\"><i class=\"la la-wine-glass\"></i></li>\n<li title=\"wine-glass-alt\"><i class=\"la la-wine-glass-alt\"></i></li>\n<li title=\"500px\"><i class=\"lab la-500px\"></i></li>\n<li title=\"accusoft\"><i class=\"lab la-accusoft\"></i></li>\n<li title=\"adn\"><i class=\"lab la-adn\"></i></li>\n<li title=\"adobe\"><i class=\"lab la-adobe\"></i></li>\n<li title=\"adversal\"><i class=\"lab la-adversal\"></i></li>\n<li title=\"affiliatetheme\"><i class=\"lab la-affiliatetheme\"></i></li>\n<li title=\"airbnb\"><i class=\"lab la-airbnb\"></i></li>\n<li title=\"algolia\"><i class=\"lab la-algolia\"></i></li>\n<li title=\"amazon\"><i class=\"lab la-amazon\"></i></li>\n<li title=\"amilia\"><i class=\"lab la-amilia\"></i></li>\n<li title=\"android\"><i class=\"lab la-android\"></i></li>\n<li title=\"angellist\"><i class=\"lab la-angellist\"></i></li>\n<li title=\"angrycreative\"><i class=\"lab la-angrycreative\"></i></li>\n<li title=\"angular\"><i class=\"lab la-angular\"></i></li>\n<li title=\"app-store\"><i class=\"lab la-app-store\"></i></li>\n<li title=\"app-store-ios\"><i class=\"lab la-app-store-ios\"></i></li>\n<li title=\"apper\"><i class=\"lab la-apper\"></i></li>\n<li title=\"apple\"><i class=\"lab la-apple\"></i></li>\n<li title=\"artstation\"><i class=\"lab la-artstation\"></i></li>\n<li title=\"asymmetrik\"><i class=\"lab la-asymmetrik\"></i></li>\n<li title=\"atlassian\"><i class=\"lab la-atlassian\"></i></li>\n<li title=\"audible\"><i class=\"lab la-audible\"></i></li>\n<li title=\"autoprefixer\"><i class=\"lab la-autoprefixer\"></i></li>\n<li title=\"avianex\"><i class=\"lab la-avianex\"></i></li>\n<li title=\"aviato\"><i class=\"lab la-aviato\"></i></li>\n<li title=\"aws\"><i class=\"lab la-aws\"></i></li>\n<li title=\"bandcamp\"><i class=\"lab la-bandcamp\"></i></li>\n<li title=\"battle-net\"><i class=\"lab la-battle-net\"></i></li>\n<li title=\"behance\"><i class=\"lab la-behance\"></i></li>\n<li title=\"behance-square\"><i class=\"lab la-behance-square\"></i></li>\n<li title=\"bimobject\"><i class=\"lab la-bimobject\"></i></li>\n<li title=\"bitbucket\"><i class=\"lab la-bitbucket\"></i></li>\n<li title=\"bity\"><i class=\"lab la-bity\"></i></li>\n<li title=\"black-tie\"><i class=\"lab la-black-tie\"></i></li>\n<li title=\"blackberry\"><i class=\"lab la-blackberry\"></i></li>\n<li title=\"blogger\"><i class=\"lab la-blogger\"></i></li>\n<li title=\"blogger-b\"><i class=\"lab la-blogger-b\"></i></li>\n<li title=\"bootstrap\"><i class=\"lab la-bootstrap\"></i></li>\n<li title=\"buffer\"><i class=\"lab la-buffer\"></i></li>\n<li title=\"buromobelexperte\"><i class=\"lab la-buromobelexperte\"></i></li>\n<li title=\"buy-n-large\"><i class=\"lab la-buy-n-large\"></i></li>\n<li title=\"buysellads\"><i class=\"lab la-buysellads\"></i></li>\n<li title=\"canadian-maple-leaf\"><i class=\"lab la-canadian-maple-leaf\"></i></li>\n<li title=\"centercode\"><i class=\"lab la-centercode\"></i></li>\n<li title=\"centos\"><i class=\"lab la-centos\"></i></li>\n<li title=\"chrome\"><i class=\"lab la-chrome\"></i></li>\n<li title=\"chromecast\"><i class=\"lab la-chromecast\"></i></li>\n<li title=\"cloudscale\"><i class=\"lab la-cloudscale\"></i></li>\n<li title=\"cloudsmith\"><i class=\"lab la-cloudsmith\"></i></li>\n<li title=\"cloudversify\"><i class=\"lab la-cloudversify\"></i></li>\n<li title=\"codepen\"><i class=\"lab la-codepen\"></i></li>\n<li title=\"codiepie\"><i class=\"lab la-codiepie\"></i></li>\n<li title=\"confluence\"><i class=\"lab la-confluence\"></i></li>\n<li title=\"connectdevelop\"><i class=\"lab la-connectdevelop\"></i></li>\n<li title=\"contao\"><i class=\"lab la-contao\"></i></li>\n<li title=\"cotton-bureau\"><i class=\"lab la-cotton-bureau\"></i></li>\n<li title=\"cpanel\"><i class=\"lab la-cpanel\"></i></li>\n<li title=\"creative-commons\"><i class=\"lab la-creative-commons\"></i></li>\n<li title=\"creative-commons-by\"><i class=\"lab la-creative-commons-by\"></i></li>\n<li title=\"creative-commons-nc\"><i class=\"lab la-creative-commons-nc\"></i></li>\n<li title=\"creative-commons-nc-eu\"><i class=\"lab la-creative-commons-nc-eu\"></i></li>\n<li title=\"creative-commons-nc-jp\"><i class=\"lab la-creative-commons-nc-jp\"></i></li>\n<li title=\"creative-commons-nd\"><i class=\"lab la-creative-commons-nd\"></i></li>\n<li title=\"creative-commons-pd\"><i class=\"lab la-creative-commons-pd\"></i></li>\n<li title=\"creative-commons-pd-alt\"><i class=\"lab la-creative-commons-pd-alt\"></i></li>\n<li title=\"creative-commons-remix\"><i class=\"lab la-creative-commons-remix\"></i></li>\n<li title=\"creative-commons-sa\"><i class=\"lab la-creative-commons-sa\"></i></li>\n<li title=\"creative-commons-sampling\"><i class=\"lab la-creative-commons-sampling\"></i></li>\n<li title=\"creative-commons-sampling-plus\"><i class=\"lab la-creative-commons-sampling-plus\"></i></li>\n<li title=\"creative-commons-share\"><i class=\"lab la-creative-commons-share\"></i></li>\n<li title=\"creative-commons-zero\"><i class=\"lab la-creative-commons-zero\"></i></li>\n<li title=\"css3\"><i class=\"lab la-css3\"></i></li>\n<li title=\"css3-alt\"><i class=\"lab la-css3-alt\"></i></li>\n<li title=\"cuttlefish\"><i class=\"lab la-cuttlefish\"></i></li>\n<li title=\"dashcube\"><i class=\"lab la-dashcube\"></i></li>\n<li title=\"delicious\"><i class=\"lab la-delicious\"></i></li>\n<li title=\"deploydog\"><i class=\"lab la-deploydog\"></i></li>\n<li title=\"deskpro\"><i class=\"lab la-deskpro\"></i></li>\n<li title=\"dev\"><i class=\"lab la-dev\"></i></li>\n<li title=\"deviantart\"><i class=\"lab la-deviantart\"></i></li>\n<li title=\"dhl\"><i class=\"lab la-dhl\"></i></li>\n<li title=\"diaspora\"><i class=\"lab la-diaspora\"></i></li>\n<li title=\"digg\"><i class=\"lab la-digg\"></i></li>\n<li title=\"digital-ocean\"><i class=\"lab la-digital-ocean\"></i></li>\n<li title=\"discord\"><i class=\"lab la-discord\"></i></li>\n<li title=\"discourse\"><i class=\"lab la-discourse\"></i></li>\n<li title=\"dochub\"><i class=\"lab la-dochub\"></i></li>\n<li title=\"docker\"><i class=\"lab la-docker\"></i></li>\n<li title=\"draft2digital\"><i class=\"lab la-draft2digital\"></i></li>\n<li title=\"dribbble\"><i class=\"lab la-dribbble\"></i></li>\n<li title=\"dribbble-square\"><i class=\"lab la-dribbble-square\"></i></li>\n<li title=\"dropbox\"><i class=\"lab la-dropbox\"></i></li>\n<li title=\"drupal\"><i class=\"lab la-drupal\"></i></li>\n<li title=\"dyalog\"><i class=\"lab la-dyalog\"></i></li>\n<li title=\"earlybirds\"><i class=\"lab la-earlybirds\"></i></li>\n<li title=\"ebay\"><i class=\"lab la-ebay\"></i></li>\n<li title=\"edge\"><i class=\"lab la-edge\"></i></li>\n<li title=\"elementor\"><i class=\"lab la-elementor\"></i></li>\n<li title=\"ello\"><i class=\"lab la-ello\"></i></li>\n<li title=\"ember\"><i class=\"lab la-ember\"></i></li>\n<li title=\"empire\"><i class=\"lab la-empire\"></i></li>\n<li title=\"envira\"><i class=\"lab la-envira\"></i></li>\n<li title=\"erlang\"><i class=\"lab la-erlang\"></i></li>\n<li title=\"etsy\"><i class=\"lab la-etsy\"></i></li>\n<li title=\"evernote\"><i class=\"lab la-evernote\"></i></li>\n<li title=\"expeditedssl\"><i class=\"lab la-expeditedssl\"></i></li>\n<li title=\"facebook\"><i class=\"lab la-facebook\"></i></li>\n<li title=\"facebook-f\"><i class=\"lab la-facebook-f\"></i></li>\n<li title=\"facebook-messenger\"><i class=\"lab la-facebook-messenger\"></i></li>\n<li title=\"facebook-square\"><i class=\"lab la-facebook-square\"></i></li>\n<li title=\"fedex\"><i class=\"lab la-fedex\"></i></li>\n<li title=\"fedora\"><i class=\"lab la-fedora\"></i></li>\n<li title=\"figma\"><i class=\"lab la-figma\"></i></li>\n<li title=\"firefox\"><i class=\"lab la-firefox\"></i></li>\n<li title=\"first-order\"><i class=\"lab la-first-order\"></i></li>\n<li title=\"first-order-alt\"><i class=\"lab la-first-order-alt\"></i></li>\n<li title=\"firstdraft\"><i class=\"lab la-firstdraft\"></i></li>\n<li title=\"flickr\"><i class=\"lab la-flickr\"></i></li>\n<li title=\"flipboard\"><i class=\"lab la-flipboard\"></i></li>\n<li title=\"fly\"><i class=\"lab la-fly\"></i></li>\n<li title=\"font-awesome\"><i class=\"lab la-font-awesome\"></i></li>\n<li title=\"font-awesome-alt\"><i class=\"lab la-font-awesome-alt\"></i></li>\n<li title=\"font-awesome-flag\"><i class=\"lab la-font-awesome-flag\"></i></li>\n<li title=\"fonticons\"><i class=\"lab la-fonticons\"></i></li>\n<li title=\"fonticons-fi\"><i class=\"lab la-fonticons-fi\"></i></li>\n<li title=\"fort-awesome\"><i class=\"lab la-fort-awesome\"></i></li>\n<li title=\"fort-awesome-alt\"><i class=\"lab la-fort-awesome-alt\"></i></li>\n<li title=\"forumbee\"><i class=\"lab la-forumbee\"></i></li>\n<li title=\"foursquare\"><i class=\"lab la-foursquare\"></i></li>\n<li title=\"free-code-camp\"><i class=\"lab la-free-code-camp\"></i></li>\n<li title=\"freebsd\"><i class=\"lab la-freebsd\"></i></li>\n<li title=\"fulcrum\"><i class=\"lab la-fulcrum\"></i></li>\n<li title=\"get-pocket\"><i class=\"lab la-get-pocket\"></i></li>\n<li title=\"git\"><i class=\"lab la-git\"></i></li>\n<li title=\"git-alt\"><i class=\"lab la-git-alt\"></i></li>\n<li title=\"git-square\"><i class=\"lab la-git-square\"></i></li>\n<li title=\"github\"><i class=\"lab la-github\"></i></li>\n<li title=\"github-alt\"><i class=\"lab la-github-alt\"></i></li>\n<li title=\"github-square\"><i class=\"lab la-github-square\"></i></li>\n<li title=\"gitkraken\"><i class=\"lab la-gitkraken\"></i></li>\n<li title=\"gitlab\"><i class=\"lab la-gitlab\"></i></li>\n<li title=\"gitter\"><i class=\"lab la-gitter\"></i></li>\n<li title=\"glide\"><i class=\"lab la-glide\"></i></li>\n<li title=\"glide-g\"><i class=\"lab la-glide-g\"></i></li>\n<li title=\"gofore\"><i class=\"lab la-gofore\"></i></li>\n<li title=\"goodreads\"><i class=\"lab la-goodreads\"></i></li>\n<li title=\"goodreads-g\"><i class=\"lab la-goodreads-g\"></i></li>\n<li title=\"google\"><i class=\"lab la-google\"></i></li>\n<li title=\"google-drive\"><i class=\"lab la-google-drive\"></i></li>\n<li title=\"google-play\"><i class=\"lab la-google-play\"></i></li>\n<li title=\"google-plus\"><i class=\"lab la-google-plus\"></i></li>\n<li title=\"google-plus-g\"><i class=\"lab la-google-plus-g\"></i></li>\n<li title=\"google-plus-square\"><i class=\"lab la-google-plus-square\"></i></li>\n<li title=\"gratipay\"><i class=\"lab la-gratipay\"></i></li>\n<li title=\"grav\"><i class=\"lab la-grav\"></i></li>\n<li title=\"gripfire\"><i class=\"lab la-gripfire\"></i></li>\n<li title=\"grunt\"><i class=\"lab la-grunt\"></i></li>\n<li title=\"gulp\"><i class=\"lab la-gulp\"></i></li>\n<li title=\"hacker-news\"><i class=\"lab la-hacker-news\"></i></li>\n<li title=\"hacker-news-square\"><i class=\"lab la-hacker-news-square\"></i></li>\n<li title=\"hackerrank\"><i class=\"lab la-hackerrank\"></i></li>\n<li title=\"hips\"><i class=\"lab la-hips\"></i></li>\n<li title=\"hire-a-helper\"><i class=\"lab la-hire-a-helper\"></i></li>\n<li title=\"hooli\"><i class=\"lab la-hooli\"></i></li>\n<li title=\"hornbill\"><i class=\"lab la-hornbill\"></i></li>\n<li title=\"hotjar\"><i class=\"lab la-hotjar\"></i></li>\n<li title=\"houzz\"><i class=\"lab la-houzz\"></i></li>\n<li title=\"html5\"><i class=\"lab la-html5\"></i></li>\n<li title=\"hubspot\"><i class=\"lab la-hubspot\"></i></li>\n<li title=\"imdb\"><i class=\"lab la-imdb\"></i></li>\n<li title=\"instagram\"><i class=\"lab la-instagram\"></i></li>\n<li title=\"intercom\"><i class=\"lab la-intercom\"></i></li>\n<li title=\"internet-explorer\"><i class=\"lab la-internet-explorer\"></i></li>\n<li title=\"invision\"><i class=\"lab la-invision\"></i></li>\n<li title=\"ioxhost\"><i class=\"lab la-ioxhost\"></i></li>\n<li title=\"itch-io\"><i class=\"lab la-itch-io\"></i></li>\n<li title=\"itunes\"><i class=\"lab la-itunes\"></i></li>\n<li title=\"itunes-note\"><i class=\"lab la-itunes-note\"></i></li>\n<li title=\"java\"><i class=\"lab la-java\"></i></li>\n<li title=\"jenkins\"><i class=\"lab la-jenkins\"></i></li>\n<li title=\"jira\"><i class=\"lab la-jira\"></i></li>\n<li title=\"joget\"><i class=\"lab la-joget\"></i></li>\n<li title=\"joomla\"><i class=\"lab la-joomla\"></i></li>\n<li title=\"js\"><i class=\"lab la-js\"></i></li>\n<li title=\"js-square\"><i class=\"lab la-js-square\"></i></li>\n<li title=\"jsfiddle\"><i class=\"lab la-jsfiddle\"></i></li>\n<li title=\"kaggle\"><i class=\"lab la-kaggle\"></i></li>\n<li title=\"keybase\"><i class=\"lab la-keybase\"></i></li>\n<li title=\"keycdn\"><i class=\"lab la-keycdn\"></i></li>\n<li title=\"kickstarter\"><i class=\"lab la-kickstarter\"></i></li>\n<li title=\"kickstarter-k\"><i class=\"lab la-kickstarter-k\"></i></li>\n<li title=\"korvue\"><i class=\"lab la-korvue\"></i></li>\n<li title=\"laravel\"><i class=\"lab la-laravel\"></i></li>\n<li title=\"lastfm\"><i class=\"lab la-lastfm\"></i></li>\n<li title=\"lastfm-square\"><i class=\"lab la-lastfm-square\"></i></li>\n<li title=\"leanpub\"><i class=\"lab la-leanpub\"></i></li>\n<li title=\"less\"><i class=\"lab la-less\"></i></li>\n<li title=\"line\"><i class=\"lab la-line\"></i></li>\n<li title=\"linkedin\"><i class=\"lab la-linkedin\"></i></li>\n<li title=\"linkedin-in\"><i class=\"lab la-linkedin-in\"></i></li>\n<li title=\"linode\"><i class=\"lab la-linode\"></i></li>\n<li title=\"linux\"><i class=\"lab la-linux\"></i></li>\n<li title=\"lyft\"><i class=\"lab la-lyft\"></i></li>\n<li title=\"magento\"><i class=\"lab la-magento\"></i></li>\n<li title=\"mailchimp\"><i class=\"lab la-mailchimp\"></i></li>\n<li title=\"mandalorian\"><i class=\"lab la-mandalorian\"></i></li>\n<li title=\"markdown\"><i class=\"lab la-markdown\"></i></li>\n<li title=\"mastodon\"><i class=\"lab la-mastodon\"></i></li>\n<li title=\"maxcdn\"><i class=\"lab la-maxcdn\"></i></li>\n<li title=\"mdb\"><i class=\"lab la-mdb\"></i></li>\n<li title=\"medapps\"><i class=\"lab la-medapps\"></i></li>\n<li title=\"medium\"><i class=\"lab la-medium\"></i></li>\n<li title=\"medium-m\"><i class=\"lab la-medium-m\"></i></li>\n<li title=\"medrt\"><i class=\"lab la-medrt\"></i></li>\n<li title=\"meetup\"><i class=\"lab la-meetup\"></i></li>\n<li title=\"megaport\"><i class=\"lab la-megaport\"></i></li>\n<li title=\"mendeley\"><i class=\"lab la-mendeley\"></i></li>\n<li title=\"microsoft\"><i class=\"lab la-microsoft\"></i></li>\n<li title=\"mix\"><i class=\"lab la-mix\"></i></li>\n<li title=\"mixcloud\"><i class=\"lab la-mixcloud\"></i></li>\n<li title=\"mizuni\"><i class=\"lab la-mizuni\"></i></li>\n<li title=\"modx\"><i class=\"lab la-modx\"></i></li>\n<li title=\"monero\"><i class=\"lab la-monero\"></i></li>\n<li title=\"neos\"><i class=\"lab la-neos\"></i></li>\n<li title=\"nimblr\"><i class=\"lab la-nimblr\"></i></li>\n<li title=\"node\"><i class=\"lab la-node\"></i></li>\n<li title=\"node-js\"><i class=\"lab la-node-js\"></i></li>\n<li title=\"npm\"><i class=\"lab la-npm\"></i></li>\n<li title=\"ns8\"><i class=\"lab la-ns8\"></i></li>\n<li title=\"nutritionix\"><i class=\"lab la-nutritionix\"></i></li>\n<li title=\"odnoklassniki\"><i class=\"lab la-odnoklassniki\"></i></li>\n<li title=\"odnoklassniki-square\"><i class=\"lab la-odnoklassniki-square\"></i></li>\n<li title=\"opencart\"><i class=\"lab la-opencart\"></i></li>\n<li title=\"openid\"><i class=\"lab la-openid\"></i></li>\n<li title=\"opera\"><i class=\"lab la-opera\"></i></li>\n<li title=\"optin-monster\"><i class=\"lab la-optin-monster\"></i></li>\n<li title=\"orcid\"><i class=\"lab la-orcid\"></i></li>\n<li title=\"osi\"><i class=\"lab la-osi\"></i></li>\n<li title=\"page4\"><i class=\"lab la-page4\"></i></li>\n<li title=\"pagelines\"><i class=\"lab la-pagelines\"></i></li>\n<li title=\"palfed\"><i class=\"lab la-palfed\"></i></li>\n<li title=\"patreon\"><i class=\"lab la-patreon\"></i></li>\n<li title=\"periscope\"><i class=\"lab la-periscope\"></i></li>\n<li title=\"phabricator\"><i class=\"lab la-phabricator\"></i></li>\n<li title=\"phoenix-framework\"><i class=\"lab la-phoenix-framework\"></i></li>\n<li title=\"phoenix-squadron\"><i class=\"lab la-phoenix-squadron\"></i></li>\n<li title=\"php\"><i class=\"lab la-php\"></i></li>\n<li title=\"pied-piper\"><i class=\"lab la-pied-piper\"></i></li>\n<li title=\"pied-piper-alt\"><i class=\"lab la-pied-piper-alt\"></i></li>\n<li title=\"pied-piper-hat\"><i class=\"lab la-pied-piper-hat\"></i></li>\n<li title=\"pied-piper-pp\"><i class=\"lab la-pied-piper-pp\"></i></li>\n<li title=\"pinterest\"><i class=\"lab la-pinterest\"></i></li>\n<li title=\"pinterest-p\"><i class=\"lab la-pinterest-p\"></i></li>\n<li title=\"pinterest-square\"><i class=\"lab la-pinterest-square\"></i></li>\n<li title=\"product-hunt\"><i class=\"lab la-product-hunt\"></i></li>\n<li title=\"pushed\"><i class=\"lab la-pushed\"></i></li>\n<li title=\"python\"><i class=\"lab la-python\"></i></li>\n<li title=\"qq\"><i class=\"lab la-qq\"></i></li>\n<li title=\"quinscape\"><i class=\"lab la-quinscape\"></i></li>\n<li title=\"quora\"><i class=\"lab la-quora\"></i></li>\n<li title=\"r-project\"><i class=\"lab la-r-project\"></i></li>\n<li title=\"raspberry-pi\"><i class=\"lab la-raspberry-pi\"></i></li>\n<li title=\"ravelry\"><i class=\"lab la-ravelry\"></i></li>\n<li title=\"react\"><i class=\"lab la-react\"></i></li>\n<li title=\"reacteurope\"><i class=\"lab la-reacteurope\"></i></li>\n<li title=\"readme\"><i class=\"lab la-readme\"></i></li>\n<li title=\"rebel\"><i class=\"lab la-rebel\"></i></li>\n<li title=\"red-river\"><i class=\"lab la-red-river\"></i></li>\n<li title=\"reddit\"><i class=\"lab la-reddit\"></i></li>\n<li title=\"reddit-alien\"><i class=\"lab la-reddit-alien\"></i></li>\n<li title=\"reddit-square\"><i class=\"lab la-reddit-square\"></i></li>\n<li title=\"redhat\"><i class=\"lab la-redhat\"></i></li>\n<li title=\"renren\"><i class=\"lab la-renren\"></i></li>\n<li title=\"replyd\"><i class=\"lab la-replyd\"></i></li>\n<li title=\"researchgate\"><i class=\"lab la-researchgate\"></i></li>\n<li title=\"resolving\"><i class=\"lab la-resolving\"></i></li>\n<li title=\"rev\"><i class=\"lab la-rev\"></i></li>\n<li title=\"rocketchat\"><i class=\"lab la-rocketchat\"></i></li>\n<li title=\"rockrms\"><i class=\"lab la-rockrms\"></i></li>\n<li title=\"safari\"><i class=\"lab la-safari\"></i></li>\n<li title=\"salesforce\"><i class=\"lab la-salesforce\"></i></li>\n<li title=\"sass\"><i class=\"lab la-sass\"></i></li>\n<li title=\"schlix\"><i class=\"lab la-schlix\"></i></li>\n<li title=\"scribd\"><i class=\"lab la-scribd\"></i></li>\n<li title=\"searchengin\"><i class=\"lab la-searchengin\"></i></li>\n<li title=\"sellcast\"><i class=\"lab la-sellcast\"></i></li>\n<li title=\"sellsy\"><i class=\"lab la-sellsy\"></i></li>\n<li title=\"servicestack\"><i class=\"lab la-servicestack\"></i></li>\n<li title=\"shirtsinbulk\"><i class=\"lab la-shirtsinbulk\"></i></li>\n<li title=\"shopware\"><i class=\"lab la-shopware\"></i></li>\n<li title=\"simplybuilt\"><i class=\"lab la-simplybuilt\"></i></li>\n<li title=\"sistrix\"><i class=\"lab la-sistrix\"></i></li>\n<li title=\"sith\"><i class=\"lab la-sith\"></i></li>\n<li title=\"sketch\"><i class=\"lab la-sketch\"></i></li>\n<li title=\"skyatlas\"><i class=\"lab la-skyatlas\"></i></li>\n<li title=\"skype\"><i class=\"lab la-skype\"></i></li>\n<li title=\"slack\"><i class=\"lab la-slack\"></i></li>\n<li title=\"slack-hash\"><i class=\"lab la-slack-hash\"></i></li>\n<li title=\"slideshare\"><i class=\"lab la-slideshare\"></i></li>\n<li title=\"snapchat\"><i class=\"lab la-snapchat\"></i></li>\n<li title=\"snapchat-ghost\"><i class=\"lab la-snapchat-ghost\"></i></li>\n<li title=\"snapchat-square\"><i class=\"lab la-snapchat-square\"></i></li>\n<li title=\"sourcetree\"><i class=\"lab la-sourcetree\"></i></li>\n<li title=\"speakap\"><i class=\"lab la-speakap\"></i></li>\n<li title=\"speaker-deck\"><i class=\"lab la-speaker-deck\"></i></li>\n<li title=\"squarespace\"><i class=\"lab la-squarespace\"></i></li>\n<li title=\"stack-exchange\"><i class=\"lab la-stack-exchange\"></i></li>\n<li title=\"stack-overflow\"><i class=\"lab la-stack-overflow\"></i></li>\n<li title=\"stackpath\"><i class=\"lab la-stackpath\"></i></li>\n<li title=\"staylinked\"><i class=\"lab la-staylinked\"></i></li>\n<li title=\"sticker-mule\"><i class=\"lab la-sticker-mule\"></i></li>\n<li title=\"strava\"><i class=\"lab la-strava\"></i></li>\n<li title=\"studiovinari\"><i class=\"lab la-studiovinari\"></i></li>\n<li title=\"stumbleupon\"><i class=\"lab la-stumbleupon\"></i></li>\n<li title=\"stumbleupon-circle\"><i class=\"lab la-stumbleupon-circle\"></i></li>\n<li title=\"superpowers\"><i class=\"lab la-superpowers\"></i></li>\n<li title=\"supple\"><i class=\"lab la-supple\"></i></li>\n<li title=\"suse\"><i class=\"lab la-suse\"></i></li>\n<li title=\"swift\"><i class=\"lab la-swift\"></i></li>\n<li title=\"symfony\"><i class=\"lab la-symfony\"></i></li>\n<li title=\"teamspeak\"><i class=\"lab la-teamspeak\"></i></li>\n<li title=\"telegram\"><i class=\"lab la-telegram\"></i></li>\n<li title=\"telegram-plane\"><i class=\"lab la-telegram-plane\"></i></li>\n<li title=\"tencent-weibo\"><i class=\"lab la-tencent-weibo\"></i></li>\n<li title=\"the-red-yeti\"><i class=\"lab la-the-red-yeti\"></i></li>\n<li title=\"themeco\"><i class=\"lab la-themeco\"></i></li>\n<li title=\"themeisle\"><i class=\"lab la-themeisle\"></i></li>\n<li title=\"think-peaks\"><i class=\"lab la-think-peaks\"></i></li>\n<li title=\"trade-federation\"><i class=\"lab la-trade-federation\"></i></li>\n<li title=\"trello\"><i class=\"lab la-trello\"></i></li>\n<li title=\"tripadvisor\"><i class=\"lab la-tripadvisor\"></i></li>\n<li title=\"tumblr\"><i class=\"lab la-tumblr\"></i></li>\n<li title=\"tumblr-square\"><i class=\"lab la-tumblr-square\"></i></li>\n<li title=\"twitter\"><i class=\"lab la-twitter\"></i></li>\n<li title=\"twitter-square\"><i class=\"lab la-twitter-square\"></i></li>\n<li title=\"typo3\"><i class=\"lab la-typo3\"></i></li>\n<li title=\"uber\"><i class=\"lab la-uber\"></i></li>\n<li title=\"ubuntu\"><i class=\"lab la-ubuntu\"></i></li>\n<li title=\"uikit\"><i class=\"lab la-uikit\"></i></li>\n<li title=\"umbraco\"><i class=\"lab la-umbraco\"></i></li>\n<li title=\"uniregistry\"><i class=\"lab la-uniregistry\"></i></li>\n<li title=\"untappd\"><i class=\"lab la-untappd\"></i></li>\n<li title=\"ups\"><i class=\"lab la-ups\"></i></li>\n<li title=\"usb\"><i class=\"lab la-usb\"></i></li>\n<li title=\"usps\"><i class=\"lab la-usps\"></i></li>\n<li title=\"ussunnah\"><i class=\"lab la-ussunnah\"></i></li>\n<li title=\"vaadin\"><i class=\"lab la-vaadin\"></i></li>\n<li title=\"viacoin\"><i class=\"lab la-viacoin\"></i></li>\n<li title=\"viadeo\"><i class=\"lab la-viadeo\"></i></li>\n<li title=\"viadeo-square\"><i class=\"lab la-viadeo-square\"></i></li>\n<li title=\"viber\"><i class=\"lab la-viber\"></i></li>\n<li title=\"vimeo\"><i class=\"lab la-vimeo\"></i></li>\n<li title=\"vimeo-square\"><i class=\"lab la-vimeo-square\"></i></li>\n<li title=\"vimeo-v\"><i class=\"lab la-vimeo-v\"></i></li>\n<li title=\"vine\"><i class=\"lab la-vine\"></i></li>\n<li title=\"vk\"><i class=\"lab la-vk\"></i></li>\n<li title=\"vnv\"><i class=\"lab la-vnv\"></i></li>\n<li title=\"vuejs\"><i class=\"lab la-vuejs\"></i></li>\n<li title=\"waze\"><i class=\"lab la-waze\"></i></li>\n<li title=\"weebly\"><i class=\"lab la-weebly\"></i></li>\n<li title=\"weibo\"><i class=\"lab la-weibo\"></i></li>\n<li title=\"weixin\"><i class=\"lab la-weixin\"></i></li>\n<li title=\"whatsapp\"><i class=\"lab la-whatsapp\"></i></li>\n<li title=\"whatsapp-square\"><i class=\"lab la-whatsapp-square\"></i></li>\n<li title=\"whmcs\"><i class=\"lab la-whmcs\"></i></li>\n<li title=\"wikipedia-w\"><i class=\"lab la-wikipedia-w\"></i></li>\n<li title=\"windows\"><i class=\"lab la-windows\"></i></li>\n<li title=\"wix\"><i class=\"lab la-wix\"></i></li>\n<li title=\"wolf-pack-battalion\"><i class=\"lab la-wolf-pack-battalion\"></i></li>\n<li title=\"wordpress\"><i class=\"lab la-wordpress\"></i></li>\n<li title=\"wordpress-simple\"><i class=\"lab la-wordpress-simple\"></i></li>\n<li title=\"wpbeginner\"><i class=\"lab la-wpbeginner\"></i></li>\n<li title=\"wpexplorer\"><i class=\"lab la-wpexplorer\"></i></li>\n<li title=\"wpforms\"><i class=\"lab la-wpforms\"></i></li>\n<li title=\"wpressr\"><i class=\"lab la-wpressr\"></i></li>\n<li title=\"xing\"><i class=\"lab la-xing\"></i></li>\n<li title=\"xing-square\"><i class=\"lab la-xing-square\"></i></li>\n<li title=\"y-combinator\"><i class=\"lab la-y-combinator\"></i></li>\n<li title=\"yahoo\"><i class=\"lab la-yahoo\"></i></li>\n<li title=\"yammer\"><i class=\"lab la-yammer\"></i></li>\n<li title=\"yandex\"><i class=\"lab la-yandex\"></i></li>\n<li title=\"yandex-international\"><i class=\"lab la-yandex-international\"></i></li>\n<li title=\"yarn\"><i class=\"lab la-yarn\"></i></li>\n<li title=\"yelp\"><i class=\"lab la-yelp\"></i></li>\n<li title=\"yoast\"><i class=\"lab la-yoast\"></i></li>\n<li title=\"youtube-square\"><i class=\"lab la-youtube-square\"></i></li>\n<li title=\"zhihu\"><i class=\"lab la-zhihu\"></i></li>\n<li title=\"archway\"><i class=\"la la-archway\"></i></li>\n<li title=\"building\"><i class=\"la la-building\"></i></li>\n<li title=\"campground\"><i class=\"la la-campground\"></i></li>\n<li title=\"church\"><i class=\"la la-church\"></i></li>\n<li title=\"city\"><i class=\"la la-city\"></i></li>\n<li title=\"clinic-medical\"><i class=\"la la-clinic-medical\"></i></li>\n<li title=\"dungeon\"><i class=\"la la-dungeon\"></i></li>\n<li title=\"gopuram\"><i class=\"la la-gopuram\"></i></li>\n<li title=\"home\"><i class=\"la la-home\"></i></li>\n<li title=\"hospital\"><i class=\"la la-hospital\"></i></li>\n<li title=\"hospital-alt\"><i class=\"la la-hospital-alt\"></i></li>\n<li title=\"hotel\"><i class=\"la la-hotel\"></i></li>\n<li title=\"house-damage\"><i class=\"la la-house-damage\"></i></li>\n<li title=\"igloo\"><i class=\"la la-igloo\"></i></li>\n<li title=\"industry\"><i class=\"la la-industry\"></i></li>\n<li title=\"kaaba\"><i class=\"la la-kaaba\"></i></li>\n<li title=\"landmark\"><i class=\"la la-landmark\"></i></li>\n<li title=\"monument\"><i class=\"la la-monument\"></i></li>\n<li title=\"mosque\"><i class=\"la la-mosque\"></i></li>\n<li title=\"place-of-worship\"><i class=\"la la-place-of-worship\"></i></li>\n<li title=\"school\"><i class=\"la la-school\"></i></li>\n<li title=\"store\"><i class=\"la la-store\"></i></li>\n<li title=\"store-alt\"><i class=\"la la-store-alt\"></i></li>\n<li title=\"synagogue\"><i class=\"la la-synagogue\"></i></li>\n<li title=\"torii-gate\"><i class=\"la la-torii-gate\"></i></li>\n<li title=\"university\"><i class=\"la la-university\"></i></li>\n<li title=\"vihara\"><i class=\"la la-vihara\"></i></li>\n<li title=\"warehouse\"><i class=\"la la-warehouse\"></i></li>\n<li title=\"address-book\"><i class=\"la la-address-book\"></i></li>\n<li title=\"address-card\"><i class=\"la la-address-card\"></i></li>\n<li title=\"archive\"><i class=\"la la-archive\"></i></li>\n<li title=\"balance-scale\"><i class=\"la la-balance-scale\"></i></li>\n<li title=\"balance-scale-left\"><i class=\"la la-balance-scale-left\"></i></li>\n<li title=\"balance-scale-right\"><i class=\"la la-balance-scale-right\"></i></li>\n<li title=\"birthday-cake\"><i class=\"la la-birthday-cake\"></i></li>\n<li title=\"book\"><i class=\"la la-book\"></i></li>\n<li title=\"briefcase\"><i class=\"la la-briefcase\"></i></li>\n<li title=\"building\"><i class=\"la la-building\"></i></li>\n<li title=\"bullhorn\"><i class=\"la la-bullhorn\"></i></li>\n<li title=\"bullseye\"><i class=\"la la-bullseye\"></i></li>\n<li title=\"business-time\"><i class=\"la la-business-time\"></i></li>\n<li title=\"calculator\"><i class=\"la la-calculator\"></i></li>\n<li title=\"calendar\"><i class=\"la la-calendar\"></i></li>\n<li title=\"calendar-alt\"><i class=\"la la-calendar-alt\"></i></li>\n<li title=\"certificate\"><i class=\"la la-certificate\"></i></li>\n<li title=\"chart-area\"><i class=\"la la-chart-area\"></i></li>\n<li title=\"chart-bar\"><i class=\"la la-chart-bar\"></i></li>\n<li title=\"chart-line\"><i class=\"la la-chart-line\"></i></li>\n<li title=\"chart-pie\"><i class=\"la la-chart-pie\"></i></li>\n<li title=\"city\"><i class=\"la la-city\"></i></li>\n<li title=\"clipboard\"><i class=\"la la-clipboard\"></i></li>\n<li title=\"coffee\"><i class=\"la la-coffee\"></i></li>\n<li title=\"columns\"><i class=\"la la-columns\"></i></li>\n<li title=\"compass\"><i class=\"la la-compass\"></i></li>\n<li title=\"copy\"><i class=\"la la-copy\"></i></li>\n<li title=\"copyright\"><i class=\"la la-copyright\"></i></li>\n<li title=\"cut\"><i class=\"la la-cut\"></i></li>\n<li title=\"edit\"><i class=\"la la-edit\"></i></li>\n<li title=\"envelope\"><i class=\"la la-envelope\"></i></li>\n<li title=\"envelope-open\"><i class=\"la la-envelope-open\"></i></li>\n<li title=\"envelope-square\"><i class=\"la la-envelope-square\"></i></li>\n<li title=\"eraser\"><i class=\"la la-eraser\"></i></li>\n<li title=\"fax\"><i class=\"la la-fax\"></i></li>\n<li title=\"file\"><i class=\"la la-file\"></i></li>\n<li title=\"file-alt\"><i class=\"la la-file-alt\"></i></li>\n<li title=\"folder\"><i class=\"la la-folder\"></i></li>\n<li title=\"folder-minus\"><i class=\"la la-folder-minus\"></i></li>\n<li title=\"folder-open\"><i class=\"la la-folder-open\"></i></li>\n<li title=\"folder-plus\"><i class=\"la la-folder-plus\"></i></li>\n<li title=\"glasses\"><i class=\"la la-glasses\"></i></li>\n<li title=\"globe\"><i class=\"la la-globe\"></i></li>\n<li title=\"highlighter\"><i class=\"la la-highlighter\"></i></li>\n<li title=\"industry\"><i class=\"la la-industry\"></i></li>\n<li title=\"landmark\"><i class=\"la la-landmark\"></i></li>\n<li title=\"marker\"><i class=\"la la-marker\"></i></li>\n<li title=\"paperclip\"><i class=\"la la-paperclip\"></i></li>\n<li title=\"paste\"><i class=\"la la-paste\"></i></li>\n<li title=\"pen\"><i class=\"la la-pen\"></i></li>\n<li title=\"pen-alt\"><i class=\"la la-pen-alt\"></i></li>\n<li title=\"pen-fancy\"><i class=\"la la-pen-fancy\"></i></li>\n<li title=\"pen-nib\"><i class=\"la la-pen-nib\"></i></li>\n<li title=\"pen-square\"><i class=\"la la-pen-square\"></i></li>\n<li title=\"pencil-alt\"><i class=\"la la-pencil-alt\"></i></li>\n<li title=\"percent\"><i class=\"la la-percent\"></i></li>\n<li title=\"phone\"><i class=\"la la-phone\"></i></li>\n<li title=\"phone-alt\"><i class=\"la la-phone-alt\"></i></li>\n<li title=\"phone-slash\"><i class=\"la la-phone-slash\"></i></li>\n<li title=\"phone-square\"><i class=\"la la-phone-square\"></i></li>\n<li title=\"phone-square-alt\"><i class=\"la la-phone-square-alt\"></i></li>\n<li title=\"phone-volume\"><i class=\"la la-phone-volume\"></i></li>\n<li title=\"print\"><i class=\"la la-print\"></i></li>\n<li title=\"project-diagram\"><i class=\"la la-project-diagram\"></i></li>\n<li title=\"registered\"><i class=\"la la-registered\"></i></li>\n<li title=\"save\"><i class=\"la la-save\"></i></li>\n<li title=\"sitemap\"><i class=\"la la-sitemap\"></i></li>\n<li title=\"socks\"><i class=\"la la-socks\"></i></li>\n<li title=\"sticky-note\"><i class=\"la la-sticky-note\"></i></li>\n<li title=\"stream\"><i class=\"la la-stream\"></i></li>\n<li title=\"table\"><i class=\"la la-table\"></i></li>\n<li title=\"tag\"><i class=\"la la-tag\"></i></li>\n<li title=\"tags\"><i class=\"la la-tags\"></i></li>\n<li title=\"tasks\"><i class=\"la la-tasks\"></i></li>\n<li title=\"thumbtack\"><i class=\"la la-thumbtack\"></i></li>\n<li title=\"trademark\"><i class=\"la la-trademark\"></i></li>\n<li title=\"wallet\"><i class=\"la la-wallet\"></i></li>\n<li title=\"binoculars\"><i class=\"la la-binoculars\"></i></li>\n<li title=\"campground\"><i class=\"la la-campground\"></i></li>\n<li title=\"compass\"><i class=\"la la-compass\"></i></li>\n<li title=\"fire\"><i class=\"la la-fire\"></i></li>\n<li title=\"fire-alt\"><i class=\"la la-fire-alt\"></i></li>\n<li title=\"first-aid\"><i class=\"la la-first-aid\"></i></li>\n<li title=\"frog\"><i class=\"la la-frog\"></i></li>\n<li title=\"hiking\"><i class=\"la la-hiking\"></i></li>\n<li title=\"map\"><i class=\"la la-map\"></i></li>\n<li title=\"map-marked\"><i class=\"la la-map-marked\"></i></li>\n<li title=\"map-marked-alt\"><i class=\"la la-map-marked-alt\"></i></li>\n<li title=\"map-signs\"><i class=\"la la-map-signs\"></i></li>\n<li title=\"mountain\"><i class=\"la la-mountain\"></i></li>\n<li title=\"route\"><i class=\"la la-route\"></i></li>\n<li title=\"toilet-paper\"><i class=\"la la-toilet-paper\"></i></li>\n<li title=\"tree\"><i class=\"la la-tree\"></i></li>\n<li title=\"dollar-sign\"><i class=\"la la-dollar-sign\"></i></li>\n<li title=\"donate\"><i class=\"la la-donate\"></i></li>\n<li title=\"dove\"><i class=\"la la-dove\"></i></li>\n<li title=\"gift\"><i class=\"la la-gift\"></i></li>\n<li title=\"globe\"><i class=\"la la-globe\"></i></li>\n<li title=\"hand-holding-heart\"><i class=\"la la-hand-holding-heart\"></i></li>\n<li title=\"hand-holding-usd\"><i class=\"la la-hand-holding-usd\"></i></li>\n<li title=\"hands-helping\"><i class=\"la la-hands-helping\"></i></li>\n<li title=\"handshake\"><i class=\"la la-handshake\"></i></li>\n<li title=\"heart\"><i class=\"la la-heart\"></i></li>\n<li title=\"leaf\"><i class=\"la la-leaf\"></i></li>\n<li title=\"parachute-box\"><i class=\"la la-parachute-box\"></i></li>\n<li title=\"piggy-bank\"><i class=\"la la-piggy-bank\"></i></li>\n<li title=\"ribbon\"><i class=\"la la-ribbon\"></i></li>\n<li title=\"seedling\"><i class=\"la la-seedling\"></i></li>\n<li title=\"comment\"><i class=\"la la-comment\"></i></li>\n<li title=\"comment-alt\"><i class=\"la la-comment-alt\"></i></li>\n<li title=\"comment-dots\"><i class=\"la la-comment-dots\"></i></li>\n<li title=\"comment-medical\"><i class=\"la la-comment-medical\"></i></li>\n<li title=\"comment-slash\"><i class=\"la la-comment-slash\"></i></li>\n<li title=\"comments\"><i class=\"la la-comments\"></i></li>\n<li title=\"frown\"><i class=\"la la-frown\"></i></li>\n<li title=\"icons\"><i class=\"la la-icons\"></i></li>\n<li title=\"meh\"><i class=\"la la-meh\"></i></li>\n<li title=\"phone\"><i class=\"la la-phone\"></i></li>\n<li title=\"phone-alt\"><i class=\"la la-phone-alt\"></i></li>\n<li title=\"phone-slash\"><i class=\"la la-phone-slash\"></i></li>\n<li title=\"poo\"><i class=\"la la-poo\"></i></li>\n<li title=\"quote-left\"><i class=\"la la-quote-left\"></i></li>\n<li title=\"quote-right\"><i class=\"la la-quote-right\"></i></li>\n<li title=\"smile\"><i class=\"la la-smile\"></i></li>\n<li title=\"sms\"><i class=\"la la-sms\"></i></li>\n<li title=\"video\"><i class=\"la la-video\"></i></li>\n<li title=\"video-slash\"><i class=\"la la-video-slash\"></i></li>\n<li title=\"chess\"><i class=\"la la-chess\"></i></li>\n<li title=\"chess-bishop\"><i class=\"la la-chess-bishop\"></i></li>\n<li title=\"chess-board\"><i class=\"la la-chess-board\"></i></li>\n<li title=\"chess-king\"><i class=\"la la-chess-king\"></i></li>\n<li title=\"chess-knight\"><i class=\"la la-chess-knight\"></i></li>\n<li title=\"chess-pawn\"><i class=\"la la-chess-pawn\"></i></li>\n<li title=\"chess-queen\"><i class=\"la la-chess-queen\"></i></li>\n<li title=\"chess-rook\"><i class=\"la la-chess-rook\"></i></li>\n<li title=\"square-full\"><i class=\"la la-square-full\"></i></li>\n<li title=\"apple-alt\"><i class=\"la la-apple-alt\"></i></li>\n<li title=\"baby\"><i class=\"la la-baby\"></i></li>\n<li title=\"baby-carriage\"><i class=\"la la-baby-carriage\"></i></li>\n<li title=\"bath\"><i class=\"la la-bath\"></i></li>\n<li title=\"biking\"><i class=\"la la-biking\"></i></li>\n<li title=\"birthday-cake\"><i class=\"la la-birthday-cake\"></i></li>\n<li title=\"cookie\"><i class=\"la la-cookie\"></i></li>\n<li title=\"cookie-bite\"><i class=\"la la-cookie-bite\"></i></li>\n<li title=\"gamepad\"><i class=\"la la-gamepad\"></i></li>\n<li title=\"ice-cream\"><i class=\"la la-ice-cream\"></i></li>\n<li title=\"mitten\"><i class=\"la la-mitten\"></i></li>\n<li title=\"robot\"><i class=\"la la-robot\"></i></li>\n<li title=\"school\"><i class=\"la la-school\"></i></li>\n<li title=\"shapes\"><i class=\"la la-shapes\"></i></li>\n<li title=\"snowman\"><i class=\"la la-snowman\"></i></li>\n<li title=\"graduation-cap\"><i class=\"la la-graduation-cap\"></i></li>\n<li title=\"hat-cowboy\"><i class=\"la la-hat-cowboy\"></i></li>\n<li title=\"hat-cowboy-side\"><i class=\"la la-hat-cowboy-side\"></i></li>\n<li title=\"hat-wizard\"><i class=\"la la-hat-wizard\"></i></li>\n<li title=\"mitten\"><i class=\"la la-mitten\"></i></li>\n<li title=\"shoe-prints\"><i class=\"la la-shoe-prints\"></i></li>\n<li title=\"socks\"><i class=\"la la-socks\"></i></li>\n<li title=\"tshirt\"><i class=\"la la-tshirt\"></i></li>\n<li title=\"user-tie\"><i class=\"la la-user-tie\"></i></li>\n<li title=\"archive\"><i class=\"la la-archive\"></i></li>\n<li title=\"barcode\"><i class=\"la la-barcode\"></i></li>\n<li title=\"bath\"><i class=\"la la-bath\"></i></li>\n<li title=\"bug\"><i class=\"la la-bug\"></i></li>\n<li title=\"code\"><i class=\"la la-code\"></i></li>\n<li title=\"code-branch\"><i class=\"la la-code-branch\"></i></li>\n<li title=\"coffee\"><i class=\"la la-coffee\"></i></li>\n<li title=\"file\"><i class=\"la la-file\"></i></li>\n<li title=\"file-alt\"><i class=\"la la-file-alt\"></i></li>\n<li title=\"file-code\"><i class=\"la la-file-code\"></i></li>\n<li title=\"filter\"><i class=\"la la-filter\"></i></li>\n<li title=\"fire-extinguisher\"><i class=\"la la-fire-extinguisher\"></i></li>\n<li title=\"folder\"><i class=\"la la-folder\"></i></li>\n<li title=\"folder-open\"><i class=\"la la-folder-open\"></i></li>\n<li title=\"keyboard\"><i class=\"la la-keyboard\"></i></li>\n<li title=\"laptop-code\"><i class=\"la la-laptop-code\"></i></li>\n<li title=\"microchip\"><i class=\"la la-microchip\"></i></li>\n<li title=\"project-diagram\"><i class=\"la la-project-diagram\"></i></li>\n<li title=\"qrcode\"><i class=\"la la-qrcode\"></i></li>\n<li title=\"shield-alt\"><i class=\"la la-shield-alt\"></i></li>\n<li title=\"sitemap\"><i class=\"la la-sitemap\"></i></li>\n<li title=\"stream\"><i class=\"la la-stream\"></i></li>\n<li title=\"terminal\"><i class=\"la la-terminal\"></i></li>\n<li title=\"user-secret\"><i class=\"la la-user-secret\"></i></li>\n<li title=\"window-close\"><i class=\"la la-window-close\"></i></li>\n<li title=\"window-maximize\"><i class=\"la la-window-maximize\"></i></li>\n<li title=\"window-minimize\"><i class=\"la la-window-minimize\"></i></li>\n<li title=\"window-restore\"><i class=\"la la-window-restore\"></i></li>\n<li title=\"address-book\"><i class=\"la la-address-book\"></i></li>\n<li title=\"address-card\"><i class=\"la la-address-card\"></i></li>\n<li title=\"american-sign-language-interpreting\"><i class=\"la la-american-sign-language-interpreting\"></i></li>\n<li title=\"assistive-listening-systems\"><i class=\"la la-assistive-listening-systems\"></i></li>\n<li title=\"at\"><i class=\"la la-at\"></i></li>\n<li title=\"bell\"><i class=\"la la-bell\"></i></li>\n<li title=\"bell-slash\"><i class=\"la la-bell-slash\"></i></li>\n<li title=\"bluetooth\"><i class=\"lab la-bluetooth\"></i></li>\n<li title=\"bluetooth-b\"><i class=\"lab la-bluetooth-b\"></i></li>\n<li title=\"broadcast-tower\"><i class=\"la la-broadcast-tower\"></i></li>\n<li title=\"bullhorn\"><i class=\"la la-bullhorn\"></i></li>\n<li title=\"chalkboard\"><i class=\"la la-chalkboard\"></i></li>\n<li title=\"comment\"><i class=\"la la-comment\"></i></li>\n<li title=\"comment-alt\"><i class=\"la la-comment-alt\"></i></li>\n<li title=\"comments\"><i class=\"la la-comments\"></i></li>\n<li title=\"envelope\"><i class=\"la la-envelope\"></i></li>\n<li title=\"envelope-open\"><i class=\"la la-envelope-open\"></i></li>\n<li title=\"envelope-square\"><i class=\"la la-envelope-square\"></i></li>\n<li title=\"fax\"><i class=\"la la-fax\"></i></li>\n<li title=\"inbox\"><i class=\"la la-inbox\"></i></li>\n<li title=\"language\"><i class=\"la la-language\"></i></li>\n<li title=\"microphone\"><i class=\"la la-microphone\"></i></li>\n<li title=\"microphone-alt\"><i class=\"la la-microphone-alt\"></i></li>\n<li title=\"microphone-alt-slash\"><i class=\"la la-microphone-alt-slash\"></i></li>\n<li title=\"microphone-slash\"><i class=\"la la-microphone-slash\"></i></li>\n<li title=\"mobile\"><i class=\"la la-mobile\"></i></li>\n<li title=\"mobile-alt\"><i class=\"la la-mobile-alt\"></i></li>\n<li title=\"paper-plane\"><i class=\"la la-paper-plane\"></i></li>\n<li title=\"phone\"><i class=\"la la-phone\"></i></li>\n<li title=\"phone-alt\"><i class=\"la la-phone-alt\"></i></li>\n<li title=\"phone-slash\"><i class=\"la la-phone-slash\"></i></li>\n<li title=\"phone-square\"><i class=\"la la-phone-square\"></i></li>\n<li title=\"phone-square-alt\"><i class=\"la la-phone-square-alt\"></i></li>\n<li title=\"phone-volume\"><i class=\"la la-phone-volume\"></i></li>\n<li title=\"rss\"><i class=\"la la-rss\"></i></li>\n<li title=\"rss-square\"><i class=\"la la-rss-square\"></i></li>\n<li title=\"tty\"><i class=\"la la-tty\"></i></li>\n<li title=\"voicemail\"><i class=\"la la-voicemail\"></i></li>\n<li title=\"wifi\"><i class=\"la la-wifi\"></i></li>\n<li title=\"database\"><i class=\"la la-database\"></i></li>\n<li title=\"desktop\"><i class=\"la la-desktop\"></i></li>\n<li title=\"download\"><i class=\"la la-download\"></i></li>\n<li title=\"ethernet\"><i class=\"la la-ethernet\"></i></li>\n<li title=\"hdd\"><i class=\"la la-hdd\"></i></li>\n<li title=\"headphones\"><i class=\"la la-headphones\"></i></li>\n<li title=\"keyboard\"><i class=\"la la-keyboard\"></i></li>\n<li title=\"laptop\"><i class=\"la la-laptop\"></i></li>\n<li title=\"memory\"><i class=\"la la-memory\"></i></li>\n<li title=\"microchip\"><i class=\"la la-microchip\"></i></li>\n<li title=\"mobile\"><i class=\"la la-mobile\"></i></li>\n<li title=\"mobile-alt\"><i class=\"la la-mobile-alt\"></i></li>\n<li title=\"mouse\"><i class=\"la la-mouse\"></i></li>\n<li title=\"plug\"><i class=\"la la-plug\"></i></li>\n<li title=\"power-off\"><i class=\"la la-power-off\"></i></li>\n<li title=\"print\"><i class=\"la la-print\"></i></li>\n<li title=\"satellite\"><i class=\"la la-satellite\"></i></li>\n<li title=\"satellite-dish\"><i class=\"la la-satellite-dish\"></i></li>\n<li title=\"save\"><i class=\"la la-save\"></i></li>\n<li title=\"sd-card\"><i class=\"la la-sd-card\"></i></li>\n<li title=\"server\"><i class=\"la la-server\"></i></li>\n<li title=\"sim-card\"><i class=\"la la-sim-card\"></i></li>\n<li title=\"stream\"><i class=\"la la-stream\"></i></li>\n<li title=\"tablet\"><i class=\"la la-tablet\"></i></li>\n<li title=\"tablet-alt\"><i class=\"la la-tablet-alt\"></i></li>\n<li title=\"tv\"><i class=\"la la-tv\"></i></li>\n<li title=\"upload\"><i class=\"la la-upload\"></i></li>\n<li title=\"brush\"><i class=\"la la-brush\"></i></li>\n<li title=\"drafting-compass\"><i class=\"la la-drafting-compass\"></i></li>\n<li title=\"dumpster\"><i class=\"la la-dumpster\"></i></li>\n<li title=\"hammer\"><i class=\"la la-hammer\"></i></li>\n<li title=\"hard-hat\"><i class=\"la la-hard-hat\"></i></li>\n<li title=\"paint-roller\"><i class=\"la la-paint-roller\"></i></li>\n<li title=\"pencil-alt\"><i class=\"la la-pencil-alt\"></i></li>\n<li title=\"pencil-ruler\"><i class=\"la la-pencil-ruler\"></i></li>\n<li title=\"ruler\"><i class=\"la la-ruler\"></i></li>\n<li title=\"ruler-combined\"><i class=\"la la-ruler-combined\"></i></li>\n<li title=\"ruler-horizontal\"><i class=\"la la-ruler-horizontal\"></i></li>\n<li title=\"ruler-vertical\"><i class=\"la la-ruler-vertical\"></i></li>\n<li title=\"screwdriver\"><i class=\"la la-screwdriver\"></i></li>\n<li title=\"toolbox\"><i class=\"la la-toolbox\"></i></li>\n<li title=\"tools\"><i class=\"la la-tools\"></i></li>\n<li title=\"truck-pickup\"><i class=\"la la-truck-pickup\"></i></li>\n<li title=\"wrench\"><i class=\"la la-wrench\"></i></li>\n<li title=\"bitcoin\"><i class=\"lab la-bitcoin\"></i></li>\n<li title=\"btc\"><i class=\"lab la-btc\"></i></li>\n<li title=\"dollar-sign\"><i class=\"la la-dollar-sign\"></i></li>\n<li title=\"ethereum\"><i class=\"lab la-ethereum\"></i></li>\n<li title=\"euro-sign\"><i class=\"la la-euro-sign\"></i></li>\n<li title=\"gg\"><i class=\"lab la-gg\"></i></li>\n<li title=\"gg-circle\"><i class=\"lab la-gg-circle\"></i></li>\n<li title=\"hryvnia\"><i class=\"la la-hryvnia\"></i></li>\n<li title=\"lira-sign\"><i class=\"la la-lira-sign\"></i></li>\n<li title=\"money-bill\"><i class=\"la la-money-bill\"></i></li>\n<li title=\"money-bill-alt\"><i class=\"la la-money-bill-alt\"></i></li>\n<li title=\"money-bill-wave\"><i class=\"la la-money-bill-wave\"></i></li>\n<li title=\"money-bill-wave-alt\"><i class=\"la la-money-bill-wave-alt\"></i></li>\n<li title=\"money-check\"><i class=\"la la-money-check\"></i></li>\n<li title=\"money-check-alt\"><i class=\"la la-money-check-alt\"></i></li>\n<li title=\"pound-sign\"><i class=\"la la-pound-sign\"></i></li>\n<li title=\"ruble-sign\"><i class=\"la la-ruble-sign\"></i></li>\n<li title=\"rupee-sign\"><i class=\"la la-rupee-sign\"></i></li>\n<li title=\"shekel-sign\"><i class=\"la la-shekel-sign\"></i></li>\n<li title=\"tenge\"><i class=\"la la-tenge\"></i></li>\n<li title=\"won-sign\"><i class=\"la la-won-sign\"></i></li>\n<li title=\"yen-sign\"><i class=\"la la-yen-sign\"></i></li>\n<li title=\"bell\"><i class=\"la la-bell\"></i></li>\n<li title=\"bell-slash\"><i class=\"la la-bell-slash\"></i></li>\n<li title=\"calendar\"><i class=\"la la-calendar\"></i></li>\n<li title=\"calendar-alt\"><i class=\"la la-calendar-alt\"></i></li>\n<li title=\"calendar-check\"><i class=\"la la-calendar-check\"></i></li>\n<li title=\"calendar-minus\"><i class=\"la la-calendar-minus\"></i></li>\n<li title=\"calendar-plus\"><i class=\"la la-calendar-plus\"></i></li>\n<li title=\"calendar-times\"><i class=\"la la-calendar-times\"></i></li>\n<li title=\"clock\"><i class=\"la la-clock\"></i></li>\n<li title=\"hourglass\"><i class=\"la la-hourglass\"></i></li>\n<li title=\"hourglass-end\"><i class=\"la la-hourglass-end\"></i></li>\n<li title=\"hourglass-half\"><i class=\"la la-hourglass-half\"></i></li>\n<li title=\"hourglass-start\"><i class=\"la la-hourglass-start\"></i></li>\n<li title=\"stopwatch\"><i class=\"la la-stopwatch\"></i></li>\n<li title=\"adjust\"><i class=\"la la-adjust\"></i></li>\n<li title=\"bezier-curve\"><i class=\"la la-bezier-curve\"></i></li>\n<li title=\"brush\"><i class=\"la la-brush\"></i></li>\n<li title=\"clone\"><i class=\"la la-clone\"></i></li>\n<li title=\"copy\"><i class=\"la la-copy\"></i></li>\n<li title=\"crop\"><i class=\"la la-crop\"></i></li>\n<li title=\"crop-alt\"><i class=\"la la-crop-alt\"></i></li>\n<li title=\"crosshairs\"><i class=\"la la-crosshairs\"></i></li>\n<li title=\"cut\"><i class=\"la la-cut\"></i></li>\n<li title=\"drafting-compass\"><i class=\"la la-drafting-compass\"></i></li>\n<li title=\"draw-polygon\"><i class=\"la la-draw-polygon\"></i></li>\n<li title=\"edit\"><i class=\"la la-edit\"></i></li>\n<li title=\"eraser\"><i class=\"la la-eraser\"></i></li>\n<li title=\"eye\"><i class=\"la la-eye\"></i></li>\n<li title=\"eye-dropper\"><i class=\"la la-eye-dropper\"></i></li>\n<li title=\"eye-slash\"><i class=\"la la-eye-slash\"></i></li>\n<li title=\"fill\"><i class=\"la la-fill\"></i></li>\n<li title=\"fill-drip\"><i class=\"la la-fill-drip\"></i></li>\n<li title=\"highlighter\"><i class=\"la la-highlighter\"></i></li>\n<li title=\"icons\"><i class=\"la la-icons\"></i></li>\n<li title=\"layer-group\"><i class=\"la la-layer-group\"></i></li>\n<li title=\"magic\"><i class=\"la la-magic\"></i></li>\n<li title=\"marker\"><i class=\"la la-marker\"></i></li>\n<li title=\"object-group\"><i class=\"la la-object-group\"></i></li>\n<li title=\"object-ungroup\"><i class=\"la la-object-ungroup\"></i></li>\n<li title=\"paint-brush\"><i class=\"la la-paint-brush\"></i></li>\n<li title=\"paint-roller\"><i class=\"la la-paint-roller\"></i></li>\n<li title=\"palette\"><i class=\"la la-palette\"></i></li>\n<li title=\"paste\"><i class=\"la la-paste\"></i></li>\n<li title=\"pen\"><i class=\"la la-pen\"></i></li>\n<li title=\"pen-alt\"><i class=\"la la-pen-alt\"></i></li>\n<li title=\"pen-fancy\"><i class=\"la la-pen-fancy\"></i></li>\n<li title=\"pen-nib\"><i class=\"la la-pen-nib\"></i></li>\n<li title=\"pencil-alt\"><i class=\"la la-pencil-alt\"></i></li>\n<li title=\"pencil-ruler\"><i class=\"la la-pencil-ruler\"></i></li>\n<li title=\"ruler-combined\"><i class=\"la la-ruler-combined\"></i></li>\n<li title=\"ruler-horizontal\"><i class=\"la la-ruler-horizontal\"></i></li>\n<li title=\"ruler-vertical\"><i class=\"la la-ruler-vertical\"></i></li>\n<li title=\"save\"><i class=\"la la-save\"></i></li>\n<li title=\"splotch\"><i class=\"la la-splotch\"></i></li>\n<li title=\"spray-can\"><i class=\"la la-spray-can\"></i></li>\n<li title=\"stamp\"><i class=\"la la-stamp\"></i></li>\n<li title=\"swatchbook\"><i class=\"la la-swatchbook\"></i></li>\n<li title=\"tint\"><i class=\"la la-tint\"></i></li>\n<li title=\"tint-slash\"><i class=\"la la-tint-slash\"></i></li>\n<li title=\"vector-square\"><i class=\"la la-vector-square\"></i></li>\n<li title=\"align-center\"><i class=\"la la-align-center\"></i></li>\n<li title=\"align-justify\"><i class=\"la la-align-justify\"></i></li>\n<li title=\"align-left\"><i class=\"la la-align-left\"></i></li>\n<li title=\"align-right\"><i class=\"la la-align-right\"></i></li>\n<li title=\"bold\"><i class=\"la la-bold\"></i></li>\n<li title=\"border-all\"><i class=\"la la-border-all\"></i></li>\n<li title=\"border-none\"><i class=\"la la-border-none\"></i></li>\n<li title=\"border-style\"><i class=\"la la-border-style\"></i></li>\n<li title=\"clipboard\"><i class=\"la la-clipboard\"></i></li>\n<li title=\"clone\"><i class=\"la la-clone\"></i></li>\n<li title=\"columns\"><i class=\"la la-columns\"></i></li>\n<li title=\"copy\"><i class=\"la la-copy\"></i></li>\n<li title=\"cut\"><i class=\"la la-cut\"></i></li>\n<li title=\"edit\"><i class=\"la la-edit\"></i></li>\n<li title=\"eraser\"><i class=\"la la-eraser\"></i></li>\n<li title=\"file\"><i class=\"la la-file\"></i></li>\n<li title=\"file-alt\"><i class=\"la la-file-alt\"></i></li>\n<li title=\"font\"><i class=\"la la-font\"></i></li>\n<li title=\"glasses\"><i class=\"la la-glasses\"></i></li>\n<li title=\"heading\"><i class=\"la la-heading\"></i></li>\n<li title=\"highlighter\"><i class=\"la la-highlighter\"></i></li>\n<li title=\"i-cursor\"><i class=\"la la-i-cursor\"></i></li>\n<li title=\"icons\"><i class=\"la la-icons\"></i></li>\n<li title=\"indent\"><i class=\"la la-indent\"></i></li>\n<li title=\"italic\"><i class=\"la la-italic\"></i></li>\n<li title=\"link\"><i class=\"la la-link\"></i></li>\n<li title=\"list\"><i class=\"la la-list\"></i></li>\n<li title=\"list-alt\"><i class=\"la la-list-alt\"></i></li>\n<li title=\"list-ol\"><i class=\"la la-list-ol\"></i></li>\n<li title=\"list-ul\"><i class=\"la la-list-ul\"></i></li>\n<li title=\"marker\"><i class=\"la la-marker\"></i></li>\n<li title=\"outdent\"><i class=\"la la-outdent\"></i></li>\n<li title=\"paper-plane\"><i class=\"la la-paper-plane\"></i></li>\n<li title=\"paperclip\"><i class=\"la la-paperclip\"></i></li>\n<li title=\"paragraph\"><i class=\"la la-paragraph\"></i></li>\n<li title=\"paste\"><i class=\"la la-paste\"></i></li>\n<li title=\"pen\"><i class=\"la la-pen\"></i></li>\n<li title=\"pen-alt\"><i class=\"la la-pen-alt\"></i></li>\n<li title=\"pen-fancy\"><i class=\"la la-pen-fancy\"></i></li>\n<li title=\"pen-nib\"><i class=\"la la-pen-nib\"></i></li>\n<li title=\"pencil-alt\"><i class=\"la la-pencil-alt\"></i></li>\n<li title=\"print\"><i class=\"la la-print\"></i></li>\n<li title=\"quote-left\"><i class=\"la la-quote-left\"></i></li>\n<li title=\"quote-right\"><i class=\"la la-quote-right\"></i></li>\n<li title=\"redo\"><i class=\"la la-redo\"></i></li>\n<li title=\"redo-alt\"><i class=\"la la-redo-alt\"></i></li>\n<li title=\"remove-format\"><i class=\"la la-remove-format\"></i></li>\n<li title=\"reply\"><i class=\"la la-reply\"></i></li>\n<li title=\"reply-all\"><i class=\"la la-reply-all\"></i></li>\n<li title=\"screwdriver\"><i class=\"la la-screwdriver\"></i></li>\n<li title=\"share\"><i class=\"la la-share\"></i></li>\n<li title=\"spell-check\"><i class=\"la la-spell-check\"></i></li>\n<li title=\"strikethrough\"><i class=\"la la-strikethrough\"></i></li>\n<li title=\"subscript\"><i class=\"la la-subscript\"></i></li>\n<li title=\"superscript\"><i class=\"la la-superscript\"></i></li>\n<li title=\"sync\"><i class=\"la la-sync\"></i></li>\n<li title=\"sync-alt\"><i class=\"la la-sync-alt\"></i></li>\n<li title=\"table\"><i class=\"la la-table\"></i></li>\n<li title=\"tasks\"><i class=\"la la-tasks\"></i></li>\n<li title=\"text-height\"><i class=\"la la-text-height\"></i></li>\n<li title=\"text-width\"><i class=\"la la-text-width\"></i></li>\n<li title=\"th\"><i class=\"la la-th\"></i></li>\n<li title=\"th-large\"><i class=\"la la-th-large\"></i></li>\n<li title=\"th-list\"><i class=\"la la-th-list\"></i></li>\n<li title=\"tools\"><i class=\"la la-tools\"></i></li>\n<li title=\"trash\"><i class=\"la la-trash\"></i></li>\n<li title=\"trash-alt\"><i class=\"la la-trash-alt\"></i></li>\n<li title=\"trash-restore\"><i class=\"la la-trash-restore\"></i></li>\n<li title=\"trash-restore-alt\"><i class=\"la la-trash-restore-alt\"></i></li>\n<li title=\"underline\"><i class=\"la la-underline\"></i></li>\n<li title=\"undo\"><i class=\"la la-undo\"></i></li>\n<li title=\"undo-alt\"><i class=\"la la-undo-alt\"></i></li>\n<li title=\"unlink\"><i class=\"la la-unlink\"></i></li>\n<li title=\"wrench\"><i class=\"la la-wrench\"></i></li>\n<li title=\"apple-alt\"><i class=\"la la-apple-alt\"></i></li>\n<li title=\"atom\"><i class=\"la la-atom\"></i></li>\n<li title=\"award\"><i class=\"la la-award\"></i></li>\n<li title=\"bell\"><i class=\"la la-bell\"></i></li>\n<li title=\"bell-slash\"><i class=\"la la-bell-slash\"></i></li>\n<li title=\"book-open\"><i class=\"la la-book-open\"></i></li>\n<li title=\"book-reader\"><i class=\"la la-book-reader\"></i></li>\n<li title=\"chalkboard\"><i class=\"la la-chalkboard\"></i></li>\n<li title=\"chalkboard-teacher\"><i class=\"la la-chalkboard-teacher\"></i></li>\n<li title=\"graduation-cap\"><i class=\"la la-graduation-cap\"></i></li>\n<li title=\"laptop-code\"><i class=\"la la-laptop-code\"></i></li>\n<li title=\"microscope\"><i class=\"la la-microscope\"></i></li>\n<li title=\"music\"><i class=\"la la-music\"></i></li>\n<li title=\"school\"><i class=\"la la-school\"></i></li>\n<li title=\"shapes\"><i class=\"la la-shapes\"></i></li>\n<li title=\"theater-masks\"><i class=\"la la-theater-masks\"></i></li>\n<li title=\"user-graduate\"><i class=\"la la-user-graduate\"></i></li>\n<li title=\"angry\"><i class=\"la la-angry\"></i></li>\n<li title=\"dizzy\"><i class=\"la la-dizzy\"></i></li>\n<li title=\"flushed\"><i class=\"la la-flushed\"></i></li>\n<li title=\"frown\"><i class=\"la la-frown\"></i></li>\n<li title=\"frown-open\"><i class=\"la la-frown-open\"></i></li>\n<li title=\"grimace\"><i class=\"la la-grimace\"></i></li>\n<li title=\"grin\"><i class=\"la la-grin\"></i></li>\n<li title=\"grin-alt\"><i class=\"la la-grin-alt\"></i></li>\n<li title=\"grin-beam\"><i class=\"la la-grin-beam\"></i></li>\n<li title=\"grin-beam-sweat\"><i class=\"la la-grin-beam-sweat\"></i></li>\n<li title=\"grin-hearts\"><i class=\"la la-grin-hearts\"></i></li>\n<li title=\"grin-squint\"><i class=\"la la-grin-squint\"></i></li>\n<li title=\"grin-squint-tears\"><i class=\"la la-grin-squint-tears\"></i></li>\n<li title=\"grin-stars\"><i class=\"la la-grin-stars\"></i></li>\n<li title=\"grin-tears\"><i class=\"la la-grin-tears\"></i></li>\n<li title=\"grin-tongue\"><i class=\"la la-grin-tongue\"></i></li>\n<li title=\"grin-tongue-squint\"><i class=\"la la-grin-tongue-squint\"></i></li>\n<li title=\"grin-tongue-wink\"><i class=\"la la-grin-tongue-wink\"></i></li>\n<li title=\"grin-wink\"><i class=\"la la-grin-wink\"></i></li>\n<li title=\"kiss\"><i class=\"la la-kiss\"></i></li>\n<li title=\"kiss-beam\"><i class=\"la la-kiss-beam\"></i></li>\n<li title=\"kiss-wink-heart\"><i class=\"la la-kiss-wink-heart\"></i></li>\n<li title=\"laugh\"><i class=\"la la-laugh\"></i></li>\n<li title=\"laugh-beam\"><i class=\"la la-laugh-beam\"></i></li>\n<li title=\"laugh-squint\"><i class=\"la la-laugh-squint\"></i></li>\n<li title=\"laugh-wink\"><i class=\"la la-laugh-wink\"></i></li>\n<li title=\"meh\"><i class=\"la la-meh\"></i></li>\n<li title=\"meh-blank\"><i class=\"la la-meh-blank\"></i></li>\n<li title=\"meh-rolling-eyes\"><i class=\"la la-meh-rolling-eyes\"></i></li>\n<li title=\"sad-cry\"><i class=\"la la-sad-cry\"></i></li>\n<li title=\"sad-tear\"><i class=\"la la-sad-tear\"></i></li>\n<li title=\"smile\"><i class=\"la la-smile\"></i></li>\n<li title=\"smile-beam\"><i class=\"la la-smile-beam\"></i></li>\n<li title=\"smile-wink\"><i class=\"la la-smile-wink\"></i></li>\n<li title=\"surprise\"><i class=\"la la-surprise\"></i></li>\n<li title=\"tired\"><i class=\"la la-tired\"></i></li>\n<li title=\"atom\"><i class=\"la la-atom\"></i></li>\n<li title=\"battery-empty\"><i class=\"la la-battery-empty\"></i></li>\n<li title=\"battery-full\"><i class=\"la la-battery-full\"></i></li>\n<li title=\"battery-half\"><i class=\"la la-battery-half\"></i></li>\n<li title=\"battery-quarter\"><i class=\"la la-battery-quarter\"></i></li>\n<li title=\"battery-three-quarters\"><i class=\"la la-battery-three-quarters\"></i></li>\n<li title=\"broadcast-tower\"><i class=\"la la-broadcast-tower\"></i></li>\n<li title=\"burn\"><i class=\"la la-burn\"></i></li>\n<li title=\"charging-station\"><i class=\"la la-charging-station\"></i></li>\n<li title=\"fire\"><i class=\"la la-fire\"></i></li>\n<li title=\"fire-alt\"><i class=\"la la-fire-alt\"></i></li>\n<li title=\"gas-pump\"><i class=\"la la-gas-pump\"></i></li>\n<li title=\"industry\"><i class=\"la la-industry\"></i></li>\n<li title=\"leaf\"><i class=\"la la-leaf\"></i></li>\n<li title=\"lightbulb\"><i class=\"la la-lightbulb\"></i></li>\n<li title=\"plug\"><i class=\"la la-plug\"></i></li>\n<li title=\"poop\"><i class=\"la la-poop\"></i></li>\n<li title=\"power-off\"><i class=\"la la-power-off\"></i></li>\n<li title=\"radiation\"><i class=\"la la-radiation\"></i></li>\n<li title=\"radiation-alt\"><i class=\"la la-radiation-alt\"></i></li>\n<li title=\"seedling\"><i class=\"la la-seedling\"></i></li>\n<li title=\"solar-panel\"><i class=\"la la-solar-panel\"></i></li>\n<li title=\"sun\"><i class=\"la la-sun\"></i></li>\n<li title=\"water\"><i class=\"la la-water\"></i></li>\n<li title=\"wind\"><i class=\"la la-wind\"></i></li>\n<li title=\"archive\"><i class=\"la la-archive\"></i></li>\n<li title=\"clone\"><i class=\"la la-clone\"></i></li>\n<li title=\"copy\"><i class=\"la la-copy\"></i></li>\n<li title=\"cut\"><i class=\"la la-cut\"></i></li>\n<li title=\"file\"><i class=\"la la-file\"></i></li>\n<li title=\"file-alt\"><i class=\"la la-file-alt\"></i></li>\n<li title=\"file-archive\"><i class=\"la la-file-archive\"></i></li>\n<li title=\"file-audio\"><i class=\"la la-file-audio\"></i></li>\n<li title=\"file-code\"><i class=\"la la-file-code\"></i></li>\n<li title=\"file-excel\"><i class=\"la la-file-excel\"></i></li>\n<li title=\"file-image\"><i class=\"la la-file-image\"></i></li>\n<li title=\"file-pdf\"><i class=\"la la-file-pdf\"></i></li>\n<li title=\"file-powerpoint\"><i class=\"la la-file-powerpoint\"></i></li>\n<li title=\"file-video\"><i class=\"la la-file-video\"></i></li>\n<li title=\"file-word\"><i class=\"la la-file-word\"></i></li>\n<li title=\"folder\"><i class=\"la la-folder\"></i></li>\n<li title=\"folder-open\"><i class=\"la la-folder-open\"></i></li>\n<li title=\"paste\"><i class=\"la la-paste\"></i></li>\n<li title=\"photo-video\"><i class=\"la la-photo-video\"></i></li>\n<li title=\"save\"><i class=\"la la-save\"></i></li>\n<li title=\"sticky-note\"><i class=\"la la-sticky-note\"></i></li>\n<li title=\"balance-scale\"><i class=\"la la-balance-scale\"></i></li>\n<li title=\"balance-scale-left\"><i class=\"la la-balance-scale-left\"></i></li>\n<li title=\"balance-scale-right\"><i class=\"la la-balance-scale-right\"></i></li>\n<li title=\"book\"><i class=\"la la-book\"></i></li>\n<li title=\"cash-register\"><i class=\"la la-cash-register\"></i></li>\n<li title=\"chart-line\"><i class=\"la la-chart-line\"></i></li>\n<li title=\"chart-pie\"><i class=\"la la-chart-pie\"></i></li>\n<li title=\"coins\"><i class=\"la la-coins\"></i></li>\n<li title=\"comment-dollar\"><i class=\"la la-comment-dollar\"></i></li>\n<li title=\"comments-dollar\"><i class=\"la la-comments-dollar\"></i></li>\n<li title=\"credit-card\"><i class=\"la la-credit-card\"></i></li>\n<li title=\"donate\"><i class=\"la la-donate\"></i></li>\n<li title=\"file-invoice\"><i class=\"la la-file-invoice\"></i></li>\n<li title=\"file-invoice-dollar\"><i class=\"la la-file-invoice-dollar\"></i></li>\n<li title=\"hand-holding-usd\"><i class=\"la la-hand-holding-usd\"></i></li>\n<li title=\"landmark\"><i class=\"la la-landmark\"></i></li>\n<li title=\"money-bill\"><i class=\"la la-money-bill\"></i></li>\n<li title=\"money-bill-alt\"><i class=\"la la-money-bill-alt\"></i></li>\n<li title=\"money-bill-wave\"><i class=\"la la-money-bill-wave\"></i></li>\n<li title=\"money-bill-wave-alt\"><i class=\"la la-money-bill-wave-alt\"></i></li>\n<li title=\"money-check\"><i class=\"la la-money-check\"></i></li>\n<li title=\"money-check-alt\"><i class=\"la la-money-check-alt\"></i></li>\n<li title=\"percentage\"><i class=\"la la-percentage\"></i></li>\n<li title=\"piggy-bank\"><i class=\"la la-piggy-bank\"></i></li>\n<li title=\"receipt\"><i class=\"la la-receipt\"></i></li>\n<li title=\"stamp\"><i class=\"la la-stamp\"></i></li>\n<li title=\"wallet\"><i class=\"la la-wallet\"></i></li>\n<li title=\"bicycle\"><i class=\"la la-bicycle\"></i></li>\n<li title=\"biking\"><i class=\"la la-biking\"></i></li>\n<li title=\"burn\"><i class=\"la la-burn\"></i></li>\n<li title=\"fire-alt\"><i class=\"la la-fire-alt\"></i></li>\n<li title=\"heart\"><i class=\"la la-heart\"></i></li>\n<li title=\"heartbeat\"><i class=\"la la-heartbeat\"></i></li>\n<li title=\"hiking\"><i class=\"la la-hiking\"></i></li>\n<li title=\"running\"><i class=\"la la-running\"></i></li>\n<li title=\"shoe-prints\"><i class=\"la la-shoe-prints\"></i></li>\n<li title=\"skating\"><i class=\"la la-skating\"></i></li>\n<li title=\"skiing\"><i class=\"la la-skiing\"></i></li>\n<li title=\"skiing-nordic\"><i class=\"la la-skiing-nordic\"></i></li>\n<li title=\"snowboarding\"><i class=\"la la-snowboarding\"></i></li>\n<li title=\"spa\"><i class=\"la la-spa\"></i></li>\n<li title=\"swimmer\"><i class=\"la la-swimmer\"></i></li>\n<li title=\"walking\"><i class=\"la la-walking\"></i></li>\n<li title=\"apple-alt\"><i class=\"la la-apple-alt\"></i></li>\n<li title=\"bacon\"><i class=\"la la-bacon\"></i></li>\n<li title=\"bone\"><i class=\"la la-bone\"></i></li>\n<li title=\"bread-slice\"><i class=\"la la-bread-slice\"></i></li>\n<li title=\"candy-cane\"><i class=\"la la-candy-cane\"></i></li>\n<li title=\"carrot\"><i class=\"la la-carrot\"></i></li>\n<li title=\"cheese\"><i class=\"la la-cheese\"></i></li>\n<li title=\"cloud-meatball\"><i class=\"la la-cloud-meatball\"></i></li>\n<li title=\"cookie\"><i class=\"la la-cookie\"></i></li>\n<li title=\"drumstick-bite\"><i class=\"la la-drumstick-bite\"></i></li>\n<li title=\"egg\"><i class=\"la la-egg\"></i></li>\n<li title=\"fish\"><i class=\"la la-fish\"></i></li>\n<li title=\"hamburger\"><i class=\"la la-hamburger\"></i></li>\n<li title=\"hotdog\"><i class=\"la la-hotdog\"></i></li>\n<li title=\"ice-cream\"><i class=\"la la-ice-cream\"></i></li>\n<li title=\"lemon\"><i class=\"la la-lemon\"></i></li>\n<li title=\"pepper-hot\"><i class=\"la la-pepper-hot\"></i></li>\n<li title=\"pizza-slice\"><i class=\"la la-pizza-slice\"></i></li>\n<li title=\"seedling\"><i class=\"la la-seedling\"></i></li>\n<li title=\"stroopwafel\"><i class=\"la la-stroopwafel\"></i></li>\n<li title=\"chess\"><i class=\"la la-chess\"></i></li>\n<li title=\"chess-bishop\"><i class=\"la la-chess-bishop\"></i></li>\n<li title=\"chess-board\"><i class=\"la la-chess-board\"></i></li>\n<li title=\"chess-king\"><i class=\"la la-chess-king\"></i></li>\n<li title=\"chess-knight\"><i class=\"la la-chess-knight\"></i></li>\n<li title=\"chess-pawn\"><i class=\"la la-chess-pawn\"></i></li>\n<li title=\"chess-queen\"><i class=\"la la-chess-queen\"></i></li>\n<li title=\"chess-rook\"><i class=\"la la-chess-rook\"></i></li>\n<li title=\"dice\"><i class=\"la la-dice\"></i></li>\n<li title=\"dice-d20\"><i class=\"la la-dice-d20\"></i></li>\n<li title=\"dice-d6\"><i class=\"la la-dice-d6\"></i></li>\n<li title=\"dice-five\"><i class=\"la la-dice-five\"></i></li>\n<li title=\"dice-four\"><i class=\"la la-dice-four\"></i></li>\n<li title=\"dice-one\"><i class=\"la la-dice-one\"></i></li>\n<li title=\"dice-six\"><i class=\"la la-dice-six\"></i></li>\n<li title=\"dice-three\"><i class=\"la la-dice-three\"></i></li>\n<li title=\"dice-two\"><i class=\"la la-dice-two\"></i></li>\n<li title=\"gamepad\"><i class=\"la la-gamepad\"></i></li>\n<li title=\"ghost\"><i class=\"la la-ghost\"></i></li>\n<li title=\"headset\"><i class=\"la la-headset\"></i></li>\n<li title=\"heart\"><i class=\"la la-heart\"></i></li>\n<li title=\"playstation\"><i class=\"lab la-playstation\"></i></li>\n<li title=\"puzzle-piece\"><i class=\"la la-puzzle-piece\"></i></li>\n<li title=\"steam\"><i class=\"lab la-steam\"></i></li>\n<li title=\"steam-square\"><i class=\"lab la-steam-square\"></i></li>\n<li title=\"steam-symbol\"><i class=\"lab la-steam-symbol\"></i></li>\n<li title=\"twitch\"><i class=\"lab la-twitch\"></i></li>\n<li title=\"xbox\"><i class=\"lab la-xbox\"></i></li>\n<li title=\"genderless\"><i class=\"la la-genderless\"></i></li>\n<li title=\"mars\"><i class=\"la la-mars\"></i></li>\n<li title=\"mars-double\"><i class=\"la la-mars-double\"></i></li>\n<li title=\"mars-stroke\"><i class=\"la la-mars-stroke\"></i></li>\n<li title=\"mars-stroke-h\"><i class=\"la la-mars-stroke-h\"></i></li>\n<li title=\"mars-stroke-v\"><i class=\"la la-mars-stroke-v\"></i></li>\n<li title=\"mercury\"><i class=\"la la-mercury\"></i></li>\n<li title=\"neuter\"><i class=\"la la-neuter\"></i></li>\n<li title=\"transgender\"><i class=\"la la-transgender\"></i></li>\n<li title=\"transgender-alt\"><i class=\"la la-transgender-alt\"></i></li>\n<li title=\"venus\"><i class=\"la la-venus\"></i></li>\n<li title=\"venus-double\"><i class=\"la la-venus-double\"></i></li>\n<li title=\"venus-mars\"><i class=\"la la-venus-mars\"></i></li>\n<li title=\"book-dead\"><i class=\"la la-book-dead\"></i></li>\n<li title=\"broom\"><i class=\"la la-broom\"></i></li>\n<li title=\"cat\"><i class=\"la la-cat\"></i></li>\n<li title=\"cloud-moon\"><i class=\"la la-cloud-moon\"></i></li>\n<li title=\"crow\"><i class=\"la la-crow\"></i></li>\n<li title=\"ghost\"><i class=\"la la-ghost\"></i></li>\n<li title=\"hat-wizard\"><i class=\"la la-hat-wizard\"></i></li>\n<li title=\"mask\"><i class=\"la la-mask\"></i></li>\n<li title=\"skull-crossbones\"><i class=\"la la-skull-crossbones\"></i></li>\n<li title=\"spider\"><i class=\"la la-spider\"></i></li>\n<li title=\"toilet-paper\"><i class=\"la la-toilet-paper\"></i></li>\n<li title=\"allergies\"><i class=\"la la-allergies\"></i></li>\n<li title=\"fist-raised\"><i class=\"la la-fist-raised\"></i></li>\n<li title=\"hand-holding\"><i class=\"la la-hand-holding\"></i></li>\n<li title=\"hand-holding-heart\"><i class=\"la la-hand-holding-heart\"></i></li>\n<li title=\"hand-holding-usd\"><i class=\"la la-hand-holding-usd\"></i></li>\n<li title=\"hand-lizard\"><i class=\"la la-hand-lizard\"></i></li>\n<li title=\"hand-middle-finger\"><i class=\"la la-hand-middle-finger\"></i></li>\n<li title=\"hand-paper\"><i class=\"la la-hand-paper\"></i></li>\n<li title=\"hand-peace\"><i class=\"la la-hand-peace\"></i></li>\n<li title=\"hand-point-down\"><i class=\"la la-hand-point-down\"></i></li>\n<li title=\"hand-point-left\"><i class=\"la la-hand-point-left\"></i></li>\n<li title=\"hand-point-right\"><i class=\"la la-hand-point-right\"></i></li>\n<li title=\"hand-point-up\"><i class=\"la la-hand-point-up\"></i></li>\n<li title=\"hand-pointer\"><i class=\"la la-hand-pointer\"></i></li>\n<li title=\"hand-rock\"><i class=\"la la-hand-rock\"></i></li>\n<li title=\"hand-scissors\"><i class=\"la la-hand-scissors\"></i></li>\n<li title=\"hand-spock\"><i class=\"la la-hand-spock\"></i></li>\n<li title=\"hands\"><i class=\"la la-hands\"></i></li>\n<li title=\"hands-helping\"><i class=\"la la-hands-helping\"></i></li>\n<li title=\"handshake\"><i class=\"la la-handshake\"></i></li>\n<li title=\"praying-hands\"><i class=\"la la-praying-hands\"></i></li>\n<li title=\"thumbs-down\"><i class=\"la la-thumbs-down\"></i></li>\n<li title=\"thumbs-up\"><i class=\"la la-thumbs-up\"></i></li>\n<li title=\"accessible-icon\"><i class=\"lab la-accessible-icon\"></i></li>\n<li title=\"ambulance\"><i class=\"la la-ambulance\"></i></li>\n<li title=\"h-square\"><i class=\"la la-h-square\"></i></li>\n<li title=\"heart\"><i class=\"la la-heart\"></i></li>\n<li title=\"heartbeat\"><i class=\"la la-heartbeat\"></i></li>\n<li title=\"hospital\"><i class=\"la la-hospital\"></i></li>\n<li title=\"medkit\"><i class=\"la la-medkit\"></i></li>\n<li title=\"plus-square\"><i class=\"la la-plus-square\"></i></li>\n<li title=\"prescription\"><i class=\"la la-prescription\"></i></li>\n<li title=\"stethoscope\"><i class=\"la la-stethoscope\"></i></li>\n<li title=\"user-md\"><i class=\"la la-user-md\"></i></li>\n<li title=\"wheelchair\"><i class=\"la la-wheelchair\"></i></li>\n<li title=\"candy-cane\"><i class=\"la la-candy-cane\"></i></li>\n<li title=\"carrot\"><i class=\"la la-carrot\"></i></li>\n<li title=\"cookie-bite\"><i class=\"la la-cookie-bite\"></i></li>\n<li title=\"gift\"><i class=\"la la-gift\"></i></li>\n<li title=\"gifts\"><i class=\"la la-gifts\"></i></li>\n<li title=\"glass-cheers\"><i class=\"la la-glass-cheers\"></i></li>\n<li title=\"holly-berry\"><i class=\"la la-holly-berry\"></i></li>\n<li title=\"mug-hot\"><i class=\"la la-mug-hot\"></i></li>\n<li title=\"sleigh\"><i class=\"la la-sleigh\"></i></li>\n<li title=\"snowman\"><i class=\"la la-snowman\"></i></li>\n<li title=\"baby-carriage\"><i class=\"la la-baby-carriage\"></i></li>\n<li title=\"bath\"><i class=\"la la-bath\"></i></li>\n<li title=\"bed\"><i class=\"la la-bed\"></i></li>\n<li title=\"briefcase\"><i class=\"la la-briefcase\"></i></li>\n<li title=\"car\"><i class=\"la la-car\"></i></li>\n<li title=\"cocktail\"><i class=\"la la-cocktail\"></i></li>\n<li title=\"coffee\"><i class=\"la la-coffee\"></i></li>\n<li title=\"concierge-bell\"><i class=\"la la-concierge-bell\"></i></li>\n<li title=\"dice\"><i class=\"la la-dice\"></i></li>\n<li title=\"dice-five\"><i class=\"la la-dice-five\"></i></li>\n<li title=\"door-closed\"><i class=\"la la-door-closed\"></i></li>\n<li title=\"door-open\"><i class=\"la la-door-open\"></i></li>\n<li title=\"dumbbell\"><i class=\"la la-dumbbell\"></i></li>\n<li title=\"glass-martini\"><i class=\"la la-glass-martini\"></i></li>\n<li title=\"glass-martini-alt\"><i class=\"la la-glass-martini-alt\"></i></li>\n<li title=\"hot-tub\"><i class=\"la la-hot-tub\"></i></li>\n<li title=\"hotel\"><i class=\"la la-hotel\"></i></li>\n<li title=\"infinity\"><i class=\"la la-infinity\"></i></li>\n<li title=\"key\"><i class=\"la la-key\"></i></li>\n<li title=\"luggage-cart\"><i class=\"la la-luggage-cart\"></i></li>\n<li title=\"shower\"><i class=\"la la-shower\"></i></li>\n<li title=\"shuttle-van\"><i class=\"la la-shuttle-van\"></i></li>\n<li title=\"smoking\"><i class=\"la la-smoking\"></i></li>\n<li title=\"smoking-ban\"><i class=\"la la-smoking-ban\"></i></li>\n<li title=\"snowflake\"><i class=\"la la-snowflake\"></i></li>\n<li title=\"spa\"><i class=\"la la-spa\"></i></li>\n<li title=\"suitcase\"><i class=\"la la-suitcase\"></i></li>\n<li title=\"suitcase-rolling\"><i class=\"la la-suitcase-rolling\"></i></li>\n<li title=\"swimmer\"><i class=\"la la-swimmer\"></i></li>\n<li title=\"swimming-pool\"><i class=\"la la-swimming-pool\"></i></li>\n<li title=\"tv\"><i class=\"la la-tv\"></i></li>\n<li title=\"umbrella-beach\"><i class=\"la la-umbrella-beach\"></i></li>\n<li title=\"utensils\"><i class=\"la la-utensils\"></i></li>\n<li title=\"wheelchair\"><i class=\"la la-wheelchair\"></i></li>\n<li title=\"wifi\"><i class=\"la la-wifi\"></i></li>\n<li title=\"bath\"><i class=\"la la-bath\"></i></li>\n<li title=\"bed\"><i class=\"la la-bed\"></i></li>\n<li title=\"blender\"><i class=\"la la-blender\"></i></li>\n<li title=\"chair\"><i class=\"la la-chair\"></i></li>\n<li title=\"couch\"><i class=\"la la-couch\"></i></li>\n<li title=\"door-closed\"><i class=\"la la-door-closed\"></i></li>\n<li title=\"door-open\"><i class=\"la la-door-open\"></i></li>\n<li title=\"dungeon\"><i class=\"la la-dungeon\"></i></li>\n<li title=\"fan\"><i class=\"la la-fan\"></i></li>\n<li title=\"shower\"><i class=\"la la-shower\"></i></li>\n<li title=\"toilet-paper\"><i class=\"la la-toilet-paper\"></i></li>\n<li title=\"tv\"><i class=\"la la-tv\"></i></li>\n<li title=\"adjust\"><i class=\"la la-adjust\"></i></li>\n<li title=\"bolt\"><i class=\"la la-bolt\"></i></li>\n<li title=\"camera\"><i class=\"la la-camera\"></i></li>\n<li title=\"camera-retro\"><i class=\"la la-camera-retro\"></i></li>\n<li title=\"chalkboard\"><i class=\"la la-chalkboard\"></i></li>\n<li title=\"clone\"><i class=\"la la-clone\"></i></li>\n<li title=\"compress\"><i class=\"la la-compress\"></i></li>\n<li title=\"compress-arrows-alt\"><i class=\"la la-compress-arrows-alt\"></i></li>\n<li title=\"expand\"><i class=\"la la-expand\"></i></li>\n<li title=\"eye\"><i class=\"la la-eye\"></i></li>\n<li title=\"eye-dropper\"><i class=\"la la-eye-dropper\"></i></li>\n<li title=\"eye-slash\"><i class=\"la la-eye-slash\"></i></li>\n<li title=\"file-image\"><i class=\"la la-file-image\"></i></li>\n<li title=\"film\"><i class=\"la la-film\"></i></li>\n<li title=\"id-badge\"><i class=\"la la-id-badge\"></i></li>\n<li title=\"id-card\"><i class=\"la la-id-card\"></i></li>\n<li title=\"image\"><i class=\"la la-image\"></i></li>\n<li title=\"images\"><i class=\"la la-images\"></i></li>\n<li title=\"photo-video\"><i class=\"la la-photo-video\"></i></li>\n<li title=\"portrait\"><i class=\"la la-portrait\"></i></li>\n<li title=\"sliders-h\"><i class=\"la la-sliders-h\"></i></li>\n<li title=\"tint\"><i class=\"la la-tint\"></i></li>\n<li title=\"award\"><i class=\"la la-award\"></i></li>\n<li title=\"ban\"><i class=\"la la-ban\"></i></li>\n<li title=\"barcode\"><i class=\"la la-barcode\"></i></li>\n<li title=\"bars\"><i class=\"la la-bars\"></i></li>\n<li title=\"beer\"><i class=\"la la-beer\"></i></li>\n<li title=\"bell\"><i class=\"la la-bell\"></i></li>\n<li title=\"bell-slash\"><i class=\"la la-bell-slash\"></i></li>\n<li title=\"blog\"><i class=\"la la-blog\"></i></li>\n<li title=\"bug\"><i class=\"la la-bug\"></i></li>\n<li title=\"bullhorn\"><i class=\"la la-bullhorn\"></i></li>\n<li title=\"bullseye\"><i class=\"la la-bullseye\"></i></li>\n<li title=\"calculator\"><i class=\"la la-calculator\"></i></li>\n<li title=\"calendar\"><i class=\"la la-calendar\"></i></li>\n<li title=\"calendar-alt\"><i class=\"la la-calendar-alt\"></i></li>\n<li title=\"calendar-check\"><i class=\"la la-calendar-check\"></i></li>\n<li title=\"calendar-minus\"><i class=\"la la-calendar-minus\"></i></li>\n<li title=\"calendar-plus\"><i class=\"la la-calendar-plus\"></i></li>\n<li title=\"calendar-times\"><i class=\"la la-calendar-times\"></i></li>\n<li title=\"certificate\"><i class=\"la la-certificate\"></i></li>\n<li title=\"check\"><i class=\"la la-check\"></i></li>\n<li title=\"check-circle\"><i class=\"la la-check-circle\"></i></li>\n<li title=\"check-double\"><i class=\"la la-check-double\"></i></li>\n<li title=\"check-square\"><i class=\"la la-check-square\"></i></li>\n<li title=\"circle\"><i class=\"la la-circle\"></i></li>\n<li title=\"clipboard\"><i class=\"la la-clipboard\"></i></li>\n<li title=\"clone\"><i class=\"la la-clone\"></i></li>\n<li title=\"cloud\"><i class=\"la la-cloud\"></i></li>\n<li title=\"cloud-download-alt\"><i class=\"la la-cloud-download-alt\"></i></li>\n<li title=\"cloud-upload-alt\"><i class=\"la la-cloud-upload-alt\"></i></li>\n<li title=\"coffee\"><i class=\"la la-coffee\"></i></li>\n<li title=\"cog\"><i class=\"la la-cog\"></i></li>\n<li title=\"cogs\"><i class=\"la la-cogs\"></i></li>\n<li title=\"copy\"><i class=\"la la-copy\"></i></li>\n<li title=\"cut\"><i class=\"la la-cut\"></i></li>\n<li title=\"database\"><i class=\"la la-database\"></i></li>\n<li title=\"dot-circle\"><i class=\"la la-dot-circle\"></i></li>\n<li title=\"download\"><i class=\"la la-download\"></i></li>\n<li title=\"edit\"><i class=\"la la-edit\"></i></li>\n<li title=\"ellipsis-h\"><i class=\"la la-ellipsis-h\"></i></li>\n<li title=\"ellipsis-v\"><i class=\"la la-ellipsis-v\"></i></li>\n<li title=\"envelope\"><i class=\"la la-envelope\"></i></li>\n<li title=\"envelope-open\"><i class=\"la la-envelope-open\"></i></li>\n<li title=\"eraser\"><i class=\"la la-eraser\"></i></li>\n<li title=\"exclamation\"><i class=\"la la-exclamation\"></i></li>\n<li title=\"exclamation-circle\"><i class=\"la la-exclamation-circle\"></i></li>\n<li title=\"exclamation-triangle\"><i class=\"la la-exclamation-triangle\"></i></li>\n<li title=\"external-link-alt\"><i class=\"la la-external-link-alt\"></i></li>\n<li title=\"external-link-square-alt\"><i class=\"la la-external-link-square-alt\"></i></li>\n<li title=\"eye\"><i class=\"la la-eye\"></i></li>\n<li title=\"eye-slash\"><i class=\"la la-eye-slash\"></i></li>\n<li title=\"file\"><i class=\"la la-file\"></i></li>\n<li title=\"file-alt\"><i class=\"la la-file-alt\"></i></li>\n<li title=\"file-download\"><i class=\"la la-file-download\"></i></li>\n<li title=\"file-export\"><i class=\"la la-file-export\"></i></li>\n<li title=\"file-import\"><i class=\"la la-file-import\"></i></li>\n<li title=\"file-upload\"><i class=\"la la-file-upload\"></i></li>\n<li title=\"filter\"><i class=\"la la-filter\"></i></li>\n<li title=\"fingerprint\"><i class=\"la la-fingerprint\"></i></li>\n<li title=\"flag\"><i class=\"la la-flag\"></i></li>\n<li title=\"flag-checkered\"><i class=\"la la-flag-checkered\"></i></li>\n<li title=\"folder\"><i class=\"la la-folder\"></i></li>\n<li title=\"folder-open\"><i class=\"la la-folder-open\"></i></li>\n<li title=\"frown\"><i class=\"la la-frown\"></i></li>\n<li title=\"glasses\"><i class=\"la la-glasses\"></i></li>\n<li title=\"grip-horizontal\"><i class=\"la la-grip-horizontal\"></i></li>\n<li title=\"grip-lines\"><i class=\"la la-grip-lines\"></i></li>\n<li title=\"grip-lines-vertical\"><i class=\"la la-grip-lines-vertical\"></i></li>\n<li title=\"grip-vertical\"><i class=\"la la-grip-vertical\"></i></li>\n<li title=\"hashtag\"><i class=\"la la-hashtag\"></i></li>\n<li title=\"heart\"><i class=\"la la-heart\"></i></li>\n<li title=\"history\"><i class=\"la la-history\"></i></li>\n<li title=\"home\"><i class=\"la la-home\"></i></li>\n<li title=\"i-cursor\"><i class=\"la la-i-cursor\"></i></li>\n<li title=\"info\"><i class=\"la la-info\"></i></li>\n<li title=\"info-circle\"><i class=\"la la-info-circle\"></i></li>\n<li title=\"language\"><i class=\"la la-language\"></i></li>\n<li title=\"magic\"><i class=\"la la-magic\"></i></li>\n<li title=\"marker\"><i class=\"la la-marker\"></i></li>\n<li title=\"medal\"><i class=\"la la-medal\"></i></li>\n<li title=\"meh\"><i class=\"la la-meh\"></i></li>\n<li title=\"microphone\"><i class=\"la la-microphone\"></i></li>\n<li title=\"microphone-alt\"><i class=\"la la-microphone-alt\"></i></li>\n<li title=\"microphone-slash\"><i class=\"la la-microphone-slash\"></i></li>\n<li title=\"minus\"><i class=\"la la-minus\"></i></li>\n<li title=\"minus-circle\"><i class=\"la la-minus-circle\"></i></li>\n<li title=\"minus-square\"><i class=\"la la-minus-square\"></i></li>\n<li title=\"paste\"><i class=\"la la-paste\"></i></li>\n<li title=\"pen\"><i class=\"la la-pen\"></i></li>\n<li title=\"pen-alt\"><i class=\"la la-pen-alt\"></i></li>\n<li title=\"pen-fancy\"><i class=\"la la-pen-fancy\"></i></li>\n<li title=\"pencil-alt\"><i class=\"la la-pencil-alt\"></i></li>\n<li title=\"plus\"><i class=\"la la-plus\"></i></li>\n<li title=\"plus-circle\"><i class=\"la la-plus-circle\"></i></li>\n<li title=\"plus-square\"><i class=\"la la-plus-square\"></i></li>\n<li title=\"poo\"><i class=\"la la-poo\"></i></li>\n<li title=\"qrcode\"><i class=\"la la-qrcode\"></i></li>\n<li title=\"question\"><i class=\"la la-question\"></i></li>\n<li title=\"question-circle\"><i class=\"la la-question-circle\"></i></li>\n<li title=\"quote-left\"><i class=\"la la-quote-left\"></i></li>\n<li title=\"quote-right\"><i class=\"la la-quote-right\"></i></li>\n<li title=\"redo\"><i class=\"la la-redo\"></i></li>\n<li title=\"redo-alt\"><i class=\"la la-redo-alt\"></i></li>\n<li title=\"reply\"><i class=\"la la-reply\"></i></li>\n<li title=\"reply-all\"><i class=\"la la-reply-all\"></i></li>\n<li title=\"rss\"><i class=\"la la-rss\"></i></li>\n<li title=\"rss-square\"><i class=\"la la-rss-square\"></i></li>\n<li title=\"save\"><i class=\"la la-save\"></i></li>\n<li title=\"screwdriver\"><i class=\"la la-screwdriver\"></i></li>\n<li title=\"search\"><i class=\"la la-search\"></i></li>\n<li title=\"search-minus\"><i class=\"la la-search-minus\"></i></li>\n<li title=\"search-plus\"><i class=\"la la-search-plus\"></i></li>\n<li title=\"share\"><i class=\"la la-share\"></i></li>\n<li title=\"share-alt\"><i class=\"la la-share-alt\"></i></li>\n<li title=\"share-alt-square\"><i class=\"la la-share-alt-square\"></i></li>\n<li title=\"share-square\"><i class=\"la la-share-square\"></i></li>\n<li title=\"shield-alt\"><i class=\"la la-shield-alt\"></i></li>\n<li title=\"sign-in-alt\"><i class=\"la la-sign-in-alt\"></i></li>\n<li title=\"sign-out-alt\"><i class=\"la la-sign-out-alt\"></i></li>\n<li title=\"signal\"><i class=\"la la-signal\"></i></li>\n<li title=\"sitemap\"><i class=\"la la-sitemap\"></i></li>\n<li title=\"sliders-h\"><i class=\"la la-sliders-h\"></i></li>\n<li title=\"smile\"><i class=\"la la-smile\"></i></li>\n<li title=\"sort\"><i class=\"la la-sort\"></i></li>\n<li title=\"sort-alpha-down\"><i class=\"la la-sort-alpha-down\"></i></li>\n<li title=\"sort-alpha-down-alt\"><i class=\"la la-sort-alpha-down-alt\"></i></li>\n<li title=\"sort-alpha-up\"><i class=\"la la-sort-alpha-up\"></i></li>\n<li title=\"sort-alpha-up-alt\"><i class=\"la la-sort-alpha-up-alt\"></i></li>\n<li title=\"sort-amount-down\"><i class=\"la la-sort-amount-down\"></i></li>\n<li title=\"sort-amount-down-alt\"><i class=\"la la-sort-amount-down-alt\"></i></li>\n<li title=\"sort-amount-up\"><i class=\"la la-sort-amount-up\"></i></li>\n<li title=\"sort-amount-up-alt\"><i class=\"la la-sort-amount-up-alt\"></i></li>\n<li title=\"sort-down\"><i class=\"la la-sort-down\"></i></li>\n<li title=\"sort-numeric-down\"><i class=\"la la-sort-numeric-down\"></i></li>\n<li title=\"sort-numeric-down-alt\"><i class=\"la la-sort-numeric-down-alt\"></i></li>\n<li title=\"sort-numeric-up\"><i class=\"la la-sort-numeric-up\"></i></li>\n<li title=\"sort-numeric-up-alt\"><i class=\"la la-sort-numeric-up-alt\"></i></li>\n<li title=\"sort-up\"><i class=\"la la-sort-up\"></i></li>\n<li title=\"star\"><i class=\"la la-star\"></i></li>\n<li title=\"star-half\"><i class=\"la la-star-half\"></i></li>\n<li title=\"sync\"><i class=\"la la-sync\"></i></li>\n<li title=\"sync-alt\"><i class=\"la la-sync-alt\"></i></li>\n<li title=\"thumbs-down\"><i class=\"la la-thumbs-down\"></i></li>\n<li title=\"thumbs-up\"><i class=\"la la-thumbs-up\"></i></li>\n<li title=\"times\"><i class=\"la la-times\"></i></li>\n<li title=\"times-circle\"><i class=\"la la-times-circle\"></i></li>\n<li title=\"toggle-off\"><i class=\"la la-toggle-off\"></i></li>\n<li title=\"toggle-on\"><i class=\"la la-toggle-on\"></i></li>\n<li title=\"tools\"><i class=\"la la-tools\"></i></li>\n<li title=\"trash\"><i class=\"la la-trash\"></i></li>\n<li title=\"trash-alt\"><i class=\"la la-trash-alt\"></i></li>\n<li title=\"trash-restore\"><i class=\"la la-trash-restore\"></i></li>\n<li title=\"trash-restore-alt\"><i class=\"la la-trash-restore-alt\"></i></li>\n<li title=\"trophy\"><i class=\"la la-trophy\"></i></li>\n<li title=\"undo\"><i class=\"la la-undo\"></i></li>\n<li title=\"undo-alt\"><i class=\"la la-undo-alt\"></i></li>\n<li title=\"upload\"><i class=\"la la-upload\"></i></li>\n<li title=\"user\"><i class=\"la la-user\"></i></li>\n<li title=\"user-alt\"><i class=\"la la-user-alt\"></i></li>\n<li title=\"user-circle\"><i class=\"la la-user-circle\"></i></li>\n<li title=\"volume-down\"><i class=\"la la-volume-down\"></i></li>\n<li title=\"volume-mute\"><i class=\"la la-volume-mute\"></i></li>\n<li title=\"volume-off\"><i class=\"la la-volume-off\"></i></li>\n<li title=\"volume-up\"><i class=\"la la-volume-up\"></i></li>\n<li title=\"wifi\"><i class=\"la la-wifi\"></i></li>\n<li title=\"wrench\"><i class=\"la la-wrench\"></i></li>\n<li title=\"box\"><i class=\"la la-box\"></i></li>\n<li title=\"boxes\"><i class=\"la la-boxes\"></i></li>\n<li title=\"clipboard-check\"><i class=\"la la-clipboard-check\"></i></li>\n<li title=\"clipboard-list\"><i class=\"la la-clipboard-list\"></i></li>\n<li title=\"dolly\"><i class=\"la la-dolly\"></i></li>\n<li title=\"dolly-flatbed\"><i class=\"la la-dolly-flatbed\"></i></li>\n<li title=\"hard-hat\"><i class=\"la la-hard-hat\"></i></li>\n<li title=\"pallet\"><i class=\"la la-pallet\"></i></li>\n<li title=\"shipping-fast\"><i class=\"la la-shipping-fast\"></i></li>\n<li title=\"truck\"><i class=\"la la-truck\"></i></li>\n<li title=\"warehouse\"><i class=\"la la-warehouse\"></i></li>\n<li title=\"ambulance\"><i class=\"la la-ambulance\"></i></li>\n<li title=\"anchor\"><i class=\"la la-anchor\"></i></li>\n<li title=\"balance-scale\"><i class=\"la la-balance-scale\"></i></li>\n<li title=\"balance-scale-left\"><i class=\"la la-balance-scale-left\"></i></li>\n<li title=\"balance-scale-right\"><i class=\"la la-balance-scale-right\"></i></li>\n<li title=\"bath\"><i class=\"la la-bath\"></i></li>\n<li title=\"bed\"><i class=\"la la-bed\"></i></li>\n<li title=\"beer\"><i class=\"la la-beer\"></i></li>\n<li title=\"bell\"><i class=\"la la-bell\"></i></li>\n<li title=\"bell-slash\"><i class=\"la la-bell-slash\"></i></li>\n<li title=\"bicycle\"><i class=\"la la-bicycle\"></i></li>\n<li title=\"binoculars\"><i class=\"la la-binoculars\"></i></li>\n<li title=\"birthday-cake\"><i class=\"la la-birthday-cake\"></i></li>\n<li title=\"blind\"><i class=\"la la-blind\"></i></li>\n<li title=\"bomb\"><i class=\"la la-bomb\"></i></li>\n<li title=\"book\"><i class=\"la la-book\"></i></li>\n<li title=\"bookmark\"><i class=\"la la-bookmark\"></i></li>\n<li title=\"briefcase\"><i class=\"la la-briefcase\"></i></li>\n<li title=\"building\"><i class=\"la la-building\"></i></li>\n<li title=\"car\"><i class=\"la la-car\"></i></li>\n<li title=\"coffee\"><i class=\"la la-coffee\"></i></li>\n<li title=\"crosshairs\"><i class=\"la la-crosshairs\"></i></li>\n<li title=\"directions\"><i class=\"la la-directions\"></i></li>\n<li title=\"dollar-sign\"><i class=\"la la-dollar-sign\"></i></li>\n<li title=\"draw-polygon\"><i class=\"la la-draw-polygon\"></i></li>\n<li title=\"eye\"><i class=\"la la-eye\"></i></li>\n<li title=\"eye-slash\"><i class=\"la la-eye-slash\"></i></li>\n<li title=\"fighter-jet\"><i class=\"la la-fighter-jet\"></i></li>\n<li title=\"fire\"><i class=\"la la-fire\"></i></li>\n<li title=\"fire-alt\"><i class=\"la la-fire-alt\"></i></li>\n<li title=\"fire-extinguisher\"><i class=\"la la-fire-extinguisher\"></i></li>\n<li title=\"flag\"><i class=\"la la-flag\"></i></li>\n<li title=\"flag-checkered\"><i class=\"la la-flag-checkered\"></i></li>\n<li title=\"flask\"><i class=\"la la-flask\"></i></li>\n<li title=\"gamepad\"><i class=\"la la-gamepad\"></i></li>\n<li title=\"gavel\"><i class=\"la la-gavel\"></i></li>\n<li title=\"gift\"><i class=\"la la-gift\"></i></li>\n<li title=\"glass-martini\"><i class=\"la la-glass-martini\"></i></li>\n<li title=\"globe\"><i class=\"la la-globe\"></i></li>\n<li title=\"graduation-cap\"><i class=\"la la-graduation-cap\"></i></li>\n<li title=\"h-square\"><i class=\"la la-h-square\"></i></li>\n<li title=\"heart\"><i class=\"la la-heart\"></i></li>\n<li title=\"heartbeat\"><i class=\"la la-heartbeat\"></i></li>\n<li title=\"helicopter\"><i class=\"la la-helicopter\"></i></li>\n<li title=\"home\"><i class=\"la la-home\"></i></li>\n<li title=\"hospital\"><i class=\"la la-hospital\"></i></li>\n<li title=\"image\"><i class=\"la la-image\"></i></li>\n<li title=\"images\"><i class=\"la la-images\"></i></li>\n<li title=\"industry\"><i class=\"la la-industry\"></i></li>\n<li title=\"info\"><i class=\"la la-info\"></i></li>\n<li title=\"info-circle\"><i class=\"la la-info-circle\"></i></li>\n<li title=\"key\"><i class=\"la la-key\"></i></li>\n<li title=\"landmark\"><i class=\"la la-landmark\"></i></li>\n<li title=\"layer-group\"><i class=\"la la-layer-group\"></i></li>\n<li title=\"leaf\"><i class=\"la la-leaf\"></i></li>\n<li title=\"lemon\"><i class=\"la la-lemon\"></i></li>\n<li title=\"life-ring\"><i class=\"la la-life-ring\"></i></li>\n<li title=\"lightbulb\"><i class=\"la la-lightbulb\"></i></li>\n<li title=\"location-arrow\"><i class=\"la la-location-arrow\"></i></li>\n<li title=\"low-vision\"><i class=\"la la-low-vision\"></i></li>\n<li title=\"magnet\"><i class=\"la la-magnet\"></i></li>\n<li title=\"male\"><i class=\"la la-male\"></i></li>\n<li title=\"map\"><i class=\"la la-map\"></i></li>\n<li title=\"map-marker\"><i class=\"la la-map-marker\"></i></li>\n<li title=\"map-marker-alt\"><i class=\"la la-map-marker-alt\"></i></li>\n<li title=\"map-pin\"><i class=\"la la-map-pin\"></i></li>\n<li title=\"map-signs\"><i class=\"la la-map-signs\"></i></li>\n<li title=\"medkit\"><i class=\"la la-medkit\"></i></li>\n<li title=\"money-bill\"><i class=\"la la-money-bill\"></i></li>\n<li title=\"money-bill-alt\"><i class=\"la la-money-bill-alt\"></i></li>\n<li title=\"motorcycle\"><i class=\"la la-motorcycle\"></i></li>\n<li title=\"music\"><i class=\"la la-music\"></i></li>\n<li title=\"newspaper\"><i class=\"la la-newspaper\"></i></li>\n<li title=\"parking\"><i class=\"la la-parking\"></i></li>\n<li title=\"paw\"><i class=\"la la-paw\"></i></li>\n<li title=\"phone\"><i class=\"la la-phone\"></i></li>\n<li title=\"phone-alt\"><i class=\"la la-phone-alt\"></i></li>\n<li title=\"phone-square\"><i class=\"la la-phone-square\"></i></li>\n<li title=\"phone-square-alt\"><i class=\"la la-phone-square-alt\"></i></li>\n<li title=\"phone-volume\"><i class=\"la la-phone-volume\"></i></li>\n<li title=\"plane\"><i class=\"la la-plane\"></i></li>\n<li title=\"plug\"><i class=\"la la-plug\"></i></li>\n<li title=\"plus\"><i class=\"la la-plus\"></i></li>\n<li title=\"plus-square\"><i class=\"la la-plus-square\"></i></li>\n<li title=\"print\"><i class=\"la la-print\"></i></li>\n<li title=\"recycle\"><i class=\"la la-recycle\"></i></li>\n<li title=\"restroom\"><i class=\"la la-restroom\"></i></li>\n<li title=\"road\"><i class=\"la la-road\"></i></li>\n<li title=\"rocket\"><i class=\"la la-rocket\"></i></li>\n<li title=\"route\"><i class=\"la la-route\"></i></li>\n<li title=\"search\"><i class=\"la la-search\"></i></li>\n<li title=\"search-minus\"><i class=\"la la-search-minus\"></i></li>\n<li title=\"search-plus\"><i class=\"la la-search-plus\"></i></li>\n<li title=\"ship\"><i class=\"la la-ship\"></i></li>\n<li title=\"shoe-prints\"><i class=\"la la-shoe-prints\"></i></li>\n<li title=\"shopping-bag\"><i class=\"la la-shopping-bag\"></i></li>\n<li title=\"shopping-basket\"><i class=\"la la-shopping-basket\"></i></li>\n<li title=\"shopping-cart\"><i class=\"la la-shopping-cart\"></i></li>\n<li title=\"shower\"><i class=\"la la-shower\"></i></li>\n<li title=\"snowplow\"><i class=\"la la-snowplow\"></i></li>\n<li title=\"street-view\"><i class=\"la la-street-view\"></i></li>\n<li title=\"subway\"><i class=\"la la-subway\"></i></li>\n<li title=\"suitcase\"><i class=\"la la-suitcase\"></i></li>\n<li title=\"tag\"><i class=\"la la-tag\"></i></li>\n<li title=\"tags\"><i class=\"la la-tags\"></i></li>\n<li title=\"taxi\"><i class=\"la la-taxi\"></i></li>\n<li title=\"thumbtack\"><i class=\"la la-thumbtack\"></i></li>\n<li title=\"ticket-alt\"><i class=\"la la-ticket-alt\"></i></li>\n<li title=\"tint\"><i class=\"la la-tint\"></i></li>\n<li title=\"traffic-light\"><i class=\"la la-traffic-light\"></i></li>\n<li title=\"train\"><i class=\"la la-train\"></i></li>\n<li title=\"tram\"><i class=\"la la-tram\"></i></li>\n<li title=\"tree\"><i class=\"la la-tree\"></i></li>\n<li title=\"trophy\"><i class=\"la la-trophy\"></i></li>\n<li title=\"truck\"><i class=\"la la-truck\"></i></li>\n<li title=\"tty\"><i class=\"la la-tty\"></i></li>\n<li title=\"umbrella\"><i class=\"la la-umbrella\"></i></li>\n<li title=\"university\"><i class=\"la la-university\"></i></li>\n<li title=\"utensil-spoon\"><i class=\"la la-utensil-spoon\"></i></li>\n<li title=\"utensils\"><i class=\"la la-utensils\"></i></li>\n<li title=\"wheelchair\"><i class=\"la la-wheelchair\"></i></li>\n<li title=\"wifi\"><i class=\"la la-wifi\"></i></li>\n<li title=\"wine-glass\"><i class=\"la la-wine-glass\"></i></li>\n<li title=\"wrench\"><i class=\"la la-wrench\"></i></li>\n<li title=\"anchor\"><i class=\"la la-anchor\"></i></li>\n<li title=\"binoculars\"><i class=\"la la-binoculars\"></i></li>\n<li title=\"compass\"><i class=\"la la-compass\"></i></li>\n<li title=\"dharmachakra\"><i class=\"la la-dharmachakra\"></i></li>\n<li title=\"frog\"><i class=\"la la-frog\"></i></li>\n<li title=\"ship\"><i class=\"la la-ship\"></i></li>\n<li title=\"skull-crossbones\"><i class=\"la la-skull-crossbones\"></i></li>\n<li title=\"swimmer\"><i class=\"la la-swimmer\"></i></li>\n<li title=\"water\"><i class=\"la la-water\"></i></li>\n<li title=\"wind\"><i class=\"la la-wind\"></i></li>\n<li title=\"ad\"><i class=\"la la-ad\"></i></li>\n<li title=\"bullhorn\"><i class=\"la la-bullhorn\"></i></li>\n<li title=\"bullseye\"><i class=\"la la-bullseye\"></i></li>\n<li title=\"comment-dollar\"><i class=\"la la-comment-dollar\"></i></li>\n<li title=\"comments-dollar\"><i class=\"la la-comments-dollar\"></i></li>\n<li title=\"envelope-open-text\"><i class=\"la la-envelope-open-text\"></i></li>\n<li title=\"funnel-dollar\"><i class=\"la la-funnel-dollar\"></i></li>\n<li title=\"lightbulb\"><i class=\"la la-lightbulb\"></i></li>\n<li title=\"mail-bulk\"><i class=\"la la-mail-bulk\"></i></li>\n<li title=\"poll\"><i class=\"la la-poll\"></i></li>\n<li title=\"poll-h\"><i class=\"la la-poll-h\"></i></li>\n<li title=\"search-dollar\"><i class=\"la la-search-dollar\"></i></li>\n<li title=\"search-location\"><i class=\"la la-search-location\"></i></li>\n<li title=\"calculator\"><i class=\"la la-calculator\"></i></li>\n<li title=\"divide\"><i class=\"la la-divide\"></i></li>\n<li title=\"equals\"><i class=\"la la-equals\"></i></li>\n<li title=\"greater-than\"><i class=\"la la-greater-than\"></i></li>\n<li title=\"greater-than-equal\"><i class=\"la la-greater-than-equal\"></i></li>\n<li title=\"infinity\"><i class=\"la la-infinity\"></i></li>\n<li title=\"less-than\"><i class=\"la la-less-than\"></i></li>\n<li title=\"less-than-equal\"><i class=\"la la-less-than-equal\"></i></li>\n<li title=\"minus\"><i class=\"la la-minus\"></i></li>\n<li title=\"not-equal\"><i class=\"la la-not-equal\"></i></li>\n<li title=\"percentage\"><i class=\"la la-percentage\"></i></li>\n<li title=\"plus\"><i class=\"la la-plus\"></i></li>\n<li title=\"square-root-alt\"><i class=\"la la-square-root-alt\"></i></li>\n<li title=\"subscript\"><i class=\"la la-subscript\"></i></li>\n<li title=\"superscript\"><i class=\"la la-superscript\"></i></li>\n<li title=\"times\"><i class=\"la la-times\"></i></li>\n<li title=\"wave-square\"><i class=\"la la-wave-square\"></i></li>\n<li title=\"allergies\"><i class=\"la la-allergies\"></i></li>\n<li title=\"ambulance\"><i class=\"la la-ambulance\"></i></li>\n<li title=\"band-aid\"><i class=\"la la-band-aid\"></i></li>\n<li title=\"biohazard\"><i class=\"la la-biohazard\"></i></li>\n<li title=\"bone\"><i class=\"la la-bone\"></i></li>\n<li title=\"bong\"><i class=\"la la-bong\"></i></li>\n<li title=\"book-medical\"><i class=\"la la-book-medical\"></i></li>\n<li title=\"brain\"><i class=\"la la-brain\"></i></li>\n<li title=\"briefcase-medical\"><i class=\"la la-briefcase-medical\"></i></li>\n<li title=\"burn\"><i class=\"la la-burn\"></i></li>\n<li title=\"cannabis\"><i class=\"la la-cannabis\"></i></li>\n<li title=\"capsules\"><i class=\"la la-capsules\"></i></li>\n<li title=\"clinic-medical\"><i class=\"la la-clinic-medical\"></i></li>\n<li title=\"comment-medical\"><i class=\"la la-comment-medical\"></i></li>\n<li title=\"crutch\"><i class=\"la la-crutch\"></i></li>\n<li title=\"diagnoses\"><i class=\"la la-diagnoses\"></i></li>\n<li title=\"dna\"><i class=\"la la-dna\"></i></li>\n<li title=\"file-medical\"><i class=\"la la-file-medical\"></i></li>\n<li title=\"file-medical-alt\"><i class=\"la la-file-medical-alt\"></i></li>\n<li title=\"file-prescription\"><i class=\"la la-file-prescription\"></i></li>\n<li title=\"first-aid\"><i class=\"la la-first-aid\"></i></li>\n<li title=\"heart\"><i class=\"la la-heart\"></i></li>\n<li title=\"heartbeat\"><i class=\"la la-heartbeat\"></i></li>\n<li title=\"hospital\"><i class=\"la la-hospital\"></i></li>\n<li title=\"hospital-alt\"><i class=\"la la-hospital-alt\"></i></li>\n<li title=\"hospital-symbol\"><i class=\"la la-hospital-symbol\"></i></li>\n<li title=\"id-card-alt\"><i class=\"la la-id-card-alt\"></i></li>\n<li title=\"joint\"><i class=\"la la-joint\"></i></li>\n<li title=\"laptop-medical\"><i class=\"la la-laptop-medical\"></i></li>\n<li title=\"microscope\"><i class=\"la la-microscope\"></i></li>\n<li title=\"mortar-pestle\"><i class=\"la la-mortar-pestle\"></i></li>\n<li title=\"notes-medical\"><i class=\"la la-notes-medical\"></i></li>\n<li title=\"pager\"><i class=\"la la-pager\"></i></li>\n<li title=\"pills\"><i class=\"la la-pills\"></i></li>\n<li title=\"plus\"><i class=\"la la-plus\"></i></li>\n<li title=\"poop\"><i class=\"la la-poop\"></i></li>\n<li title=\"prescription\"><i class=\"la la-prescription\"></i></li>\n<li title=\"prescription-bottle\"><i class=\"la la-prescription-bottle\"></i></li>\n<li title=\"prescription-bottle-alt\"><i class=\"la la-prescription-bottle-alt\"></i></li>\n<li title=\"procedures\"><i class=\"la la-procedures\"></i></li>\n<li title=\"radiation\"><i class=\"la la-radiation\"></i></li>\n<li title=\"radiation-alt\"><i class=\"la la-radiation-alt\"></i></li>\n<li title=\"smoking\"><i class=\"la la-smoking\"></i></li>\n<li title=\"smoking-ban\"><i class=\"la la-smoking-ban\"></i></li>\n<li title=\"star-of-life\"><i class=\"la la-star-of-life\"></i></li>\n<li title=\"stethoscope\"><i class=\"la la-stethoscope\"></i></li>\n<li title=\"syringe\"><i class=\"la la-syringe\"></i></li>\n<li title=\"tablets\"><i class=\"la la-tablets\"></i></li>\n<li title=\"teeth\"><i class=\"la la-teeth\"></i></li>\n<li title=\"teeth-open\"><i class=\"la la-teeth-open\"></i></li>\n<li title=\"thermometer\"><i class=\"la la-thermometer\"></i></li>\n<li title=\"tooth\"><i class=\"la la-tooth\"></i></li>\n<li title=\"user-md\"><i class=\"la la-user-md\"></i></li>\n<li title=\"user-nurse\"><i class=\"la la-user-nurse\"></i></li>\n<li title=\"vial\"><i class=\"la la-vial\"></i></li>\n<li title=\"vials\"><i class=\"la la-vials\"></i></li>\n<li title=\"weight\"><i class=\"la la-weight\"></i></li>\n<li title=\"x-ray\"><i class=\"la la-x-ray\"></i></li>\n<li title=\"archive\"><i class=\"la la-archive\"></i></li>\n<li title=\"box-open\"><i class=\"la la-box-open\"></i></li>\n<li title=\"couch\"><i class=\"la la-couch\"></i></li>\n<li title=\"dolly\"><i class=\"la la-dolly\"></i></li>\n<li title=\"people-carry\"><i class=\"la la-people-carry\"></i></li>\n<li title=\"route\"><i class=\"la la-route\"></i></li>\n<li title=\"sign\"><i class=\"la la-sign\"></i></li>\n<li title=\"suitcase\"><i class=\"la la-suitcase\"></i></li>\n<li title=\"tape\"><i class=\"la la-tape\"></i></li>\n<li title=\"truck-loading\"><i class=\"la la-truck-loading\"></i></li>\n<li title=\"truck-moving\"><i class=\"la la-truck-moving\"></i></li>\n<li title=\"wine-glass\"><i class=\"la la-wine-glass\"></i></li>\n<li title=\"drum\"><i class=\"la la-drum\"></i></li>\n<li title=\"drum-steelpan\"><i class=\"la la-drum-steelpan\"></i></li>\n<li title=\"file-audio\"><i class=\"la la-file-audio\"></i></li>\n<li title=\"guitar\"><i class=\"la la-guitar\"></i></li>\n<li title=\"headphones\"><i class=\"la la-headphones\"></i></li>\n<li title=\"headphones-alt\"><i class=\"la la-headphones-alt\"></i></li>\n<li title=\"microphone\"><i class=\"la la-microphone\"></i></li>\n<li title=\"microphone-alt\"><i class=\"la la-microphone-alt\"></i></li>\n<li title=\"microphone-alt-slash\"><i class=\"la la-microphone-alt-slash\"></i></li>\n<li title=\"microphone-slash\"><i class=\"la la-microphone-slash\"></i></li>\n<li title=\"music\"><i class=\"la la-music\"></i></li>\n<li title=\"napster\"><i class=\"lab la-napster\"></i></li>\n<li title=\"play\"><i class=\"la la-play\"></i></li>\n<li title=\"record-vinyl\"><i class=\"la la-record-vinyl\"></i></li>\n<li title=\"sliders-h\"><i class=\"la la-sliders-h\"></i></li>\n<li title=\"soundcloud\"><i class=\"lab la-soundcloud\"></i></li>\n<li title=\"spotify\"><i class=\"lab la-spotify\"></i></li>\n<li title=\"volume-down\"><i class=\"la la-volume-down\"></i></li>\n<li title=\"volume-mute\"><i class=\"la la-volume-mute\"></i></li>\n<li title=\"volume-off\"><i class=\"la la-volume-off\"></i></li>\n<li title=\"volume-up\"><i class=\"la la-volume-up\"></i></li>\n<li title=\"ambulance\"><i class=\"la la-ambulance\"></i></li>\n<li title=\"anchor\"><i class=\"la la-anchor\"></i></li>\n<li title=\"archive\"><i class=\"la la-archive\"></i></li>\n<li title=\"award\"><i class=\"la la-award\"></i></li>\n<li title=\"baby-carriage\"><i class=\"la la-baby-carriage\"></i></li>\n<li title=\"balance-scale\"><i class=\"la la-balance-scale\"></i></li>\n<li title=\"balance-scale-left\"><i class=\"la la-balance-scale-left\"></i></li>\n<li title=\"balance-scale-right\"><i class=\"la la-balance-scale-right\"></i></li>\n<li title=\"bath\"><i class=\"la la-bath\"></i></li>\n<li title=\"bed\"><i class=\"la la-bed\"></i></li>\n<li title=\"beer\"><i class=\"la la-beer\"></i></li>\n<li title=\"bell\"><i class=\"la la-bell\"></i></li>\n<li title=\"bicycle\"><i class=\"la la-bicycle\"></i></li>\n<li title=\"binoculars\"><i class=\"la la-binoculars\"></i></li>\n<li title=\"birthday-cake\"><i class=\"la la-birthday-cake\"></i></li>\n<li title=\"blender\"><i class=\"la la-blender\"></i></li>\n<li title=\"bomb\"><i class=\"la la-bomb\"></i></li>\n<li title=\"book\"><i class=\"la la-book\"></i></li>\n<li title=\"book-dead\"><i class=\"la la-book-dead\"></i></li>\n<li title=\"bookmark\"><i class=\"la la-bookmark\"></i></li>\n<li title=\"briefcase\"><i class=\"la la-briefcase\"></i></li>\n<li title=\"broadcast-tower\"><i class=\"la la-broadcast-tower\"></i></li>\n<li title=\"bug\"><i class=\"la la-bug\"></i></li>\n<li title=\"building\"><i class=\"la la-building\"></i></li>\n<li title=\"bullhorn\"><i class=\"la la-bullhorn\"></i></li>\n<li title=\"bullseye\"><i class=\"la la-bullseye\"></i></li>\n<li title=\"bus\"><i class=\"la la-bus\"></i></li>\n<li title=\"calculator\"><i class=\"la la-calculator\"></i></li>\n<li title=\"calendar\"><i class=\"la la-calendar\"></i></li>\n<li title=\"calendar-alt\"><i class=\"la la-calendar-alt\"></i></li>\n<li title=\"camera\"><i class=\"la la-camera\"></i></li>\n<li title=\"camera-retro\"><i class=\"la la-camera-retro\"></i></li>\n<li title=\"candy-cane\"><i class=\"la la-candy-cane\"></i></li>\n<li title=\"car\"><i class=\"la la-car\"></i></li>\n<li title=\"carrot\"><i class=\"la la-carrot\"></i></li>\n<li title=\"church\"><i class=\"la la-church\"></i></li>\n<li title=\"clipboard\"><i class=\"la la-clipboard\"></i></li>\n<li title=\"cloud\"><i class=\"la la-cloud\"></i></li>\n<li title=\"coffee\"><i class=\"la la-coffee\"></i></li>\n<li title=\"cog\"><i class=\"la la-cog\"></i></li>\n<li title=\"cogs\"><i class=\"la la-cogs\"></i></li>\n<li title=\"compass\"><i class=\"la la-compass\"></i></li>\n<li title=\"cookie\"><i class=\"la la-cookie\"></i></li>\n<li title=\"cookie-bite\"><i class=\"la la-cookie-bite\"></i></li>\n<li title=\"copy\"><i class=\"la la-copy\"></i></li>\n<li title=\"cube\"><i class=\"la la-cube\"></i></li>\n<li title=\"cubes\"><i class=\"la la-cubes\"></i></li>\n<li title=\"cut\"><i class=\"la la-cut\"></i></li>\n<li title=\"dice\"><i class=\"la la-dice\"></i></li>\n<li title=\"dice-d20\"><i class=\"la la-dice-d20\"></i></li>\n<li title=\"dice-d6\"><i class=\"la la-dice-d6\"></i></li>\n<li title=\"dice-five\"><i class=\"la la-dice-five\"></i></li>\n<li title=\"dice-four\"><i class=\"la la-dice-four\"></i></li>\n<li title=\"dice-one\"><i class=\"la la-dice-one\"></i></li>\n<li title=\"dice-six\"><i class=\"la la-dice-six\"></i></li>\n<li title=\"dice-three\"><i class=\"la la-dice-three\"></i></li>\n<li title=\"dice-two\"><i class=\"la la-dice-two\"></i></li>\n<li title=\"digital-tachograph\"><i class=\"la la-digital-tachograph\"></i></li>\n<li title=\"door-closed\"><i class=\"la la-door-closed\"></i></li>\n<li title=\"door-open\"><i class=\"la la-door-open\"></i></li>\n<li title=\"drum\"><i class=\"la la-drum\"></i></li>\n<li title=\"drum-steelpan\"><i class=\"la la-drum-steelpan\"></i></li>\n<li title=\"envelope\"><i class=\"la la-envelope\"></i></li>\n<li title=\"envelope-open\"><i class=\"la la-envelope-open\"></i></li>\n<li title=\"eraser\"><i class=\"la la-eraser\"></i></li>\n<li title=\"eye\"><i class=\"la la-eye\"></i></li>\n<li title=\"eye-dropper\"><i class=\"la la-eye-dropper\"></i></li>\n<li title=\"fax\"><i class=\"la la-fax\"></i></li>\n<li title=\"feather\"><i class=\"la la-feather\"></i></li>\n<li title=\"feather-alt\"><i class=\"la la-feather-alt\"></i></li>\n<li title=\"fighter-jet\"><i class=\"la la-fighter-jet\"></i></li>\n<li title=\"file\"><i class=\"la la-file\"></i></li>\n<li title=\"file-alt\"><i class=\"la la-file-alt\"></i></li>\n<li title=\"file-prescription\"><i class=\"la la-file-prescription\"></i></li>\n<li title=\"film\"><i class=\"la la-film\"></i></li>\n<li title=\"fire\"><i class=\"la la-fire\"></i></li>\n<li title=\"fire-alt\"><i class=\"la la-fire-alt\"></i></li>\n<li title=\"fire-extinguisher\"><i class=\"la la-fire-extinguisher\"></i></li>\n<li title=\"flag\"><i class=\"la la-flag\"></i></li>\n<li title=\"flag-checkered\"><i class=\"la la-flag-checkered\"></i></li>\n<li title=\"flask\"><i class=\"la la-flask\"></i></li>\n<li title=\"futbol\"><i class=\"la la-futbol\"></i></li>\n<li title=\"gamepad\"><i class=\"la la-gamepad\"></i></li>\n<li title=\"gavel\"><i class=\"la la-gavel\"></i></li>\n<li title=\"gem\"><i class=\"la la-gem\"></i></li>\n<li title=\"gift\"><i class=\"la la-gift\"></i></li>\n<li title=\"gifts\"><i class=\"la la-gifts\"></i></li>\n<li title=\"glass-cheers\"><i class=\"la la-glass-cheers\"></i></li>\n<li title=\"glass-martini\"><i class=\"la la-glass-martini\"></i></li>\n<li title=\"glass-whiskey\"><i class=\"la la-glass-whiskey\"></i></li>\n<li title=\"glasses\"><i class=\"la la-glasses\"></i></li>\n<li title=\"globe\"><i class=\"la la-globe\"></i></li>\n<li title=\"graduation-cap\"><i class=\"la la-graduation-cap\"></i></li>\n<li title=\"guitar\"><i class=\"la la-guitar\"></i></li>\n<li title=\"hat-wizard\"><i class=\"la la-hat-wizard\"></i></li>\n<li title=\"hdd\"><i class=\"la la-hdd\"></i></li>\n<li title=\"headphones\"><i class=\"la la-headphones\"></i></li>\n<li title=\"headphones-alt\"><i class=\"la la-headphones-alt\"></i></li>\n<li title=\"headset\"><i class=\"la la-headset\"></i></li>\n<li title=\"heart\"><i class=\"la la-heart\"></i></li>\n<li title=\"heart-broken\"><i class=\"la la-heart-broken\"></i></li>\n<li title=\"helicopter\"><i class=\"la la-helicopter\"></i></li>\n<li title=\"highlighter\"><i class=\"la la-highlighter\"></i></li>\n<li title=\"holly-berry\"><i class=\"la la-holly-berry\"></i></li>\n<li title=\"home\"><i class=\"la la-home\"></i></li>\n<li title=\"hospital\"><i class=\"la la-hospital\"></i></li>\n<li title=\"hourglass\"><i class=\"la la-hourglass\"></i></li>\n<li title=\"igloo\"><i class=\"la la-igloo\"></i></li>\n<li title=\"image\"><i class=\"la la-image\"></i></li>\n<li title=\"images\"><i class=\"la la-images\"></i></li>\n<li title=\"industry\"><i class=\"la la-industry\"></i></li>\n<li title=\"key\"><i class=\"la la-key\"></i></li>\n<li title=\"keyboard\"><i class=\"la la-keyboard\"></i></li>\n<li title=\"laptop\"><i class=\"la la-laptop\"></i></li>\n<li title=\"leaf\"><i class=\"la la-leaf\"></i></li>\n<li title=\"lemon\"><i class=\"la la-lemon\"></i></li>\n<li title=\"life-ring\"><i class=\"la la-life-ring\"></i></li>\n<li title=\"lightbulb\"><i class=\"la la-lightbulb\"></i></li>\n<li title=\"lock\"><i class=\"la la-lock\"></i></li>\n<li title=\"lock-open\"><i class=\"la la-lock-open\"></i></li>\n<li title=\"magic\"><i class=\"la la-magic\"></i></li>\n<li title=\"magnet\"><i class=\"la la-magnet\"></i></li>\n<li title=\"map\"><i class=\"la la-map\"></i></li>\n<li title=\"map-marker\"><i class=\"la la-map-marker\"></i></li>\n<li title=\"map-marker-alt\"><i class=\"la la-map-marker-alt\"></i></li>\n<li title=\"map-pin\"><i class=\"la la-map-pin\"></i></li>\n<li title=\"map-signs\"><i class=\"la la-map-signs\"></i></li>\n<li title=\"marker\"><i class=\"la la-marker\"></i></li>\n<li title=\"medal\"><i class=\"la la-medal\"></i></li>\n<li title=\"medkit\"><i class=\"la la-medkit\"></i></li>\n<li title=\"memory\"><i class=\"la la-memory\"></i></li>\n<li title=\"microchip\"><i class=\"la la-microchip\"></i></li>\n<li title=\"microphone\"><i class=\"la la-microphone\"></i></li>\n<li title=\"microphone-alt\"><i class=\"la la-microphone-alt\"></i></li>\n<li title=\"mitten\"><i class=\"la la-mitten\"></i></li>\n<li title=\"mobile\"><i class=\"la la-mobile\"></i></li>\n<li title=\"mobile-alt\"><i class=\"la la-mobile-alt\"></i></li>\n<li title=\"money-bill\"><i class=\"la la-money-bill\"></i></li>\n<li title=\"money-bill-alt\"><i class=\"la la-money-bill-alt\"></i></li>\n<li title=\"money-check\"><i class=\"la la-money-check\"></i></li>\n<li title=\"money-check-alt\"><i class=\"la la-money-check-alt\"></i></li>\n<li title=\"moon\"><i class=\"la la-moon\"></i></li>\n<li title=\"motorcycle\"><i class=\"la la-motorcycle\"></i></li>\n<li title=\"mug-hot\"><i class=\"la la-mug-hot\"></i></li>\n<li title=\"newspaper\"><i class=\"la la-newspaper\"></i></li>\n<li title=\"paint-brush\"><i class=\"la la-paint-brush\"></i></li>\n<li title=\"paper-plane\"><i class=\"la la-paper-plane\"></i></li>\n<li title=\"paperclip\"><i class=\"la la-paperclip\"></i></li>\n<li title=\"paste\"><i class=\"la la-paste\"></i></li>\n<li title=\"paw\"><i class=\"la la-paw\"></i></li>\n<li title=\"pen\"><i class=\"la la-pen\"></i></li>\n<li title=\"pen-alt\"><i class=\"la la-pen-alt\"></i></li>\n<li title=\"pen-fancy\"><i class=\"la la-pen-fancy\"></i></li>\n<li title=\"pen-nib\"><i class=\"la la-pen-nib\"></i></li>\n<li title=\"pencil-alt\"><i class=\"la la-pencil-alt\"></i></li>\n<li title=\"phone\"><i class=\"la la-phone\"></i></li>\n<li title=\"phone-alt\"><i class=\"la la-phone-alt\"></i></li>\n<li title=\"plane\"><i class=\"la la-plane\"></i></li>\n<li title=\"plug\"><i class=\"la la-plug\"></i></li>\n<li title=\"print\"><i class=\"la la-print\"></i></li>\n<li title=\"puzzle-piece\"><i class=\"la la-puzzle-piece\"></i></li>\n<li title=\"ring\"><i class=\"la la-ring\"></i></li>\n<li title=\"road\"><i class=\"la la-road\"></i></li>\n<li title=\"rocket\"><i class=\"la la-rocket\"></i></li>\n<li title=\"ruler-combined\"><i class=\"la la-ruler-combined\"></i></li>\n<li title=\"ruler-horizontal\"><i class=\"la la-ruler-horizontal\"></i></li>\n<li title=\"ruler-vertical\"><i class=\"la la-ruler-vertical\"></i></li>\n<li title=\"satellite\"><i class=\"la la-satellite\"></i></li>\n<li title=\"satellite-dish\"><i class=\"la la-satellite-dish\"></i></li>\n<li title=\"save\"><i class=\"la la-save\"></i></li>\n<li title=\"school\"><i class=\"la la-school\"></i></li>\n<li title=\"screwdriver\"><i class=\"la la-screwdriver\"></i></li>\n<li title=\"scroll\"><i class=\"la la-scroll\"></i></li>\n<li title=\"sd-card\"><i class=\"la la-sd-card\"></i></li>\n<li title=\"search\"><i class=\"la la-search\"></i></li>\n<li title=\"shield-alt\"><i class=\"la la-shield-alt\"></i></li>\n<li title=\"shopping-bag\"><i class=\"la la-shopping-bag\"></i></li>\n<li title=\"shopping-basket\"><i class=\"la la-shopping-basket\"></i></li>\n<li title=\"shopping-cart\"><i class=\"la la-shopping-cart\"></i></li>\n<li title=\"shower\"><i class=\"la la-shower\"></i></li>\n<li title=\"sim-card\"><i class=\"la la-sim-card\"></i></li>\n<li title=\"skull-crossbones\"><i class=\"la la-skull-crossbones\"></i></li>\n<li title=\"sleigh\"><i class=\"la la-sleigh\"></i></li>\n<li title=\"snowflake\"><i class=\"la la-snowflake\"></i></li>\n<li title=\"snowplow\"><i class=\"la la-snowplow\"></i></li>\n<li title=\"space-shuttle\"><i class=\"la la-space-shuttle\"></i></li>\n<li title=\"star\"><i class=\"la la-star\"></i></li>\n<li title=\"sticky-note\"><i class=\"la la-sticky-note\"></i></li>\n<li title=\"stopwatch\"><i class=\"la la-stopwatch\"></i></li>\n<li title=\"stroopwafel\"><i class=\"la la-stroopwafel\"></i></li>\n<li title=\"subway\"><i class=\"la la-subway\"></i></li>\n<li title=\"suitcase\"><i class=\"la la-suitcase\"></i></li>\n<li title=\"sun\"><i class=\"la la-sun\"></i></li>\n<li title=\"tablet\"><i class=\"la la-tablet\"></i></li>\n<li title=\"tablet-alt\"><i class=\"la la-tablet-alt\"></i></li>\n<li title=\"tachometer-alt\"><i class=\"la la-tachometer-alt\"></i></li>\n<li title=\"tag\"><i class=\"la la-tag\"></i></li>\n<li title=\"tags\"><i class=\"la la-tags\"></i></li>\n<li title=\"taxi\"><i class=\"la la-taxi\"></i></li>\n<li title=\"thumbtack\"><i class=\"la la-thumbtack\"></i></li>\n<li title=\"ticket-alt\"><i class=\"la la-ticket-alt\"></i></li>\n<li title=\"toilet\"><i class=\"la la-toilet\"></i></li>\n<li title=\"toolbox\"><i class=\"la la-toolbox\"></i></li>\n<li title=\"tools\"><i class=\"la la-tools\"></i></li>\n<li title=\"train\"><i class=\"la la-train\"></i></li>\n<li title=\"tram\"><i class=\"la la-tram\"></i></li>\n<li title=\"trash\"><i class=\"la la-trash\"></i></li>\n<li title=\"trash-alt\"><i class=\"la la-trash-alt\"></i></li>\n<li title=\"tree\"><i class=\"la la-tree\"></i></li>\n<li title=\"trophy\"><i class=\"la la-trophy\"></i></li>\n<li title=\"truck\"><i class=\"la la-truck\"></i></li>\n<li title=\"tv\"><i class=\"la la-tv\"></i></li>\n<li title=\"umbrella\"><i class=\"la la-umbrella\"></i></li>\n<li title=\"university\"><i class=\"la la-university\"></i></li>\n<li title=\"unlock\"><i class=\"la la-unlock\"></i></li>\n<li title=\"unlock-alt\"><i class=\"la la-unlock-alt\"></i></li>\n<li title=\"utensil-spoon\"><i class=\"la la-utensil-spoon\"></i></li>\n<li title=\"utensils\"><i class=\"la la-utensils\"></i></li>\n<li title=\"wallet\"><i class=\"la la-wallet\"></i></li>\n<li title=\"weight\"><i class=\"la la-weight\"></i></li>\n<li title=\"wheelchair\"><i class=\"la la-wheelchair\"></i></li>\n<li title=\"wine-glass\"><i class=\"la la-wine-glass\"></i></li>\n<li title=\"wrench\"><i class=\"la la-wrench\"></i></li>\n<li title=\"500px\"><i class=\"lab la-500px\"></i></li>\n<li title=\"accusoft\"><i class=\"lab la-accusoft\"></i></li>\n<li title=\"adn\"><i class=\"lab la-adn\"></i></li>\n<li title=\"adobe\"><i class=\"lab la-adobe\"></i></li>\n<li title=\"adversal\"><i class=\"lab la-adversal\"></i></li>\n<li title=\"affiliatetheme\"><i class=\"lab la-affiliatetheme\"></i></li>\n<li title=\"airbnb\"><i class=\"lab la-airbnb\"></i></li>\n<li title=\"algolia\"><i class=\"lab la-algolia\"></i></li>\n<li title=\"amazon\"><i class=\"lab la-amazon\"></i></li>\n<li title=\"amilia\"><i class=\"lab la-amilia\"></i></li>\n<li title=\"android\"><i class=\"lab la-android\"></i></li>\n<li title=\"angellist\"><i class=\"lab la-angellist\"></i></li>\n<li title=\"angrycreative\"><i class=\"lab la-angrycreative\"></i></li>\n<li title=\"angular\"><i class=\"lab la-angular\"></i></li>\n<li title=\"app-store\"><i class=\"lab la-app-store\"></i></li>\n<li title=\"app-store-ios\"><i class=\"lab la-app-store-ios\"></i></li>\n<li title=\"apper\"><i class=\"lab la-apper\"></i></li>\n<li title=\"apple\"><i class=\"lab la-apple\"></i></li>\n<li title=\"artstation\"><i class=\"lab la-artstation\"></i></li>\n<li title=\"asymmetrik\"><i class=\"lab la-asymmetrik\"></i></li>\n<li title=\"atlassian\"><i class=\"lab la-atlassian\"></i></li>\n<li title=\"audible\"><i class=\"lab la-audible\"></i></li>\n<li title=\"autoprefixer\"><i class=\"lab la-autoprefixer\"></i></li>\n<li title=\"avianex\"><i class=\"lab la-avianex\"></i></li>\n<li title=\"aviato\"><i class=\"lab la-aviato\"></i></li>\n<li title=\"aws\"><i class=\"lab la-aws\"></i></li>\n<li title=\"backspace\"><i class=\"la la-backspace\"></i></li>\n<li title=\"bandcamp\"><i class=\"lab la-bandcamp\"></i></li>\n<li title=\"battle-net\"><i class=\"lab la-battle-net\"></i></li>\n<li title=\"behance\"><i class=\"lab la-behance\"></i></li>\n<li title=\"behance-square\"><i class=\"lab la-behance-square\"></i></li>\n<li title=\"bimobject\"><i class=\"lab la-bimobject\"></i></li>\n<li title=\"bitbucket\"><i class=\"lab la-bitbucket\"></i></li>\n<li title=\"bity\"><i class=\"lab la-bity\"></i></li>\n<li title=\"black-tie\"><i class=\"lab la-black-tie\"></i></li>\n<li title=\"blackberry\"><i class=\"lab la-blackberry\"></i></li>\n<li title=\"blender-phone\"><i class=\"la la-blender-phone\"></i></li>\n<li title=\"blogger\"><i class=\"lab la-blogger\"></i></li>\n<li title=\"blogger-b\"><i class=\"lab la-blogger-b\"></i></li>\n<li title=\"bootstrap\"><i class=\"lab la-bootstrap\"></i></li>\n<li title=\"buffer\"><i class=\"lab la-buffer\"></i></li>\n<li title=\"buromobelexperte\"><i class=\"lab la-buromobelexperte\"></i></li>\n<li title=\"buy-n-large\"><i class=\"lab la-buy-n-large\"></i></li>\n<li title=\"buysellads\"><i class=\"lab la-buysellads\"></i></li>\n<li title=\"canadian-maple-leaf\"><i class=\"lab la-canadian-maple-leaf\"></i></li>\n<li title=\"centercode\"><i class=\"lab la-centercode\"></i></li>\n<li title=\"centos\"><i class=\"lab la-centos\"></i></li>\n<li title=\"chrome\"><i class=\"lab la-chrome\"></i></li>\n<li title=\"chromecast\"><i class=\"lab la-chromecast\"></i></li>\n<li title=\"cloudscale\"><i class=\"lab la-cloudscale\"></i></li>\n<li title=\"cloudsmith\"><i class=\"lab la-cloudsmith\"></i></li>\n<li title=\"cloudversify\"><i class=\"lab la-cloudversify\"></i></li>\n<li title=\"codepen\"><i class=\"lab la-codepen\"></i></li>\n<li title=\"codiepie\"><i class=\"lab la-codiepie\"></i></li>\n<li title=\"confluence\"><i class=\"lab la-confluence\"></i></li>\n<li title=\"connectdevelop\"><i class=\"lab la-connectdevelop\"></i></li>\n<li title=\"contao\"><i class=\"lab la-contao\"></i></li>\n<li title=\"cotton-bureau\"><i class=\"lab la-cotton-bureau\"></i></li>\n<li title=\"cpanel\"><i class=\"lab la-cpanel\"></i></li>\n<li title=\"creative-commons\"><i class=\"lab la-creative-commons\"></i></li>\n<li title=\"creative-commons-by\"><i class=\"lab la-creative-commons-by\"></i></li>\n<li title=\"creative-commons-nc\"><i class=\"lab la-creative-commons-nc\"></i></li>\n<li title=\"creative-commons-nc-eu\"><i class=\"lab la-creative-commons-nc-eu\"></i></li>\n<li title=\"creative-commons-nc-jp\"><i class=\"lab la-creative-commons-nc-jp\"></i></li>\n<li title=\"creative-commons-nd\"><i class=\"lab la-creative-commons-nd\"></i></li>\n<li title=\"creative-commons-pd\"><i class=\"lab la-creative-commons-pd\"></i></li>\n<li title=\"creative-commons-pd-alt\"><i class=\"lab la-creative-commons-pd-alt\"></i></li>\n<li title=\"creative-commons-remix\"><i class=\"lab la-creative-commons-remix\"></i></li>\n<li title=\"creative-commons-sa\"><i class=\"lab la-creative-commons-sa\"></i></li>\n<li title=\"creative-commons-sampling\"><i class=\"lab la-creative-commons-sampling\"></i></li>\n<li title=\"creative-commons-sampling-plus\"><i class=\"lab la-creative-commons-sampling-plus\"></i></li>\n<li title=\"creative-commons-share\"><i class=\"lab la-creative-commons-share\"></i></li>\n<li title=\"creative-commons-zero\"><i class=\"lab la-creative-commons-zero\"></i></li>\n<li title=\"crown\"><i class=\"la la-crown\"></i></li>\n<li title=\"css3\"><i class=\"lab la-css3\"></i></li>\n<li title=\"css3-alt\"><i class=\"lab la-css3-alt\"></i></li>\n<li title=\"cuttlefish\"><i class=\"lab la-cuttlefish\"></i></li>\n<li title=\"dashcube\"><i class=\"lab la-dashcube\"></i></li>\n<li title=\"delicious\"><i class=\"lab la-delicious\"></i></li>\n<li title=\"deploydog\"><i class=\"lab la-deploydog\"></i></li>\n<li title=\"deskpro\"><i class=\"lab la-deskpro\"></i></li>\n<li title=\"dev\"><i class=\"lab la-dev\"></i></li>\n<li title=\"deviantart\"><i class=\"lab la-deviantart\"></i></li>\n<li title=\"dhl\"><i class=\"lab la-dhl\"></i></li>\n<li title=\"diaspora\"><i class=\"lab la-diaspora\"></i></li>\n<li title=\"digg\"><i class=\"lab la-digg\"></i></li>\n<li title=\"digital-ocean\"><i class=\"lab la-digital-ocean\"></i></li>\n<li title=\"discord\"><i class=\"lab la-discord\"></i></li>\n<li title=\"discourse\"><i class=\"lab la-discourse\"></i></li>\n<li title=\"dochub\"><i class=\"lab la-dochub\"></i></li>\n<li title=\"docker\"><i class=\"lab la-docker\"></i></li>\n<li title=\"draft2digital\"><i class=\"lab la-draft2digital\"></i></li>\n<li title=\"dribbble\"><i class=\"lab la-dribbble\"></i></li>\n<li title=\"dribbble-square\"><i class=\"lab la-dribbble-square\"></i></li>\n<li title=\"dropbox\"><i class=\"lab la-dropbox\"></i></li>\n<li title=\"drupal\"><i class=\"lab la-drupal\"></i></li>\n<li title=\"dumpster-fire\"><i class=\"la la-dumpster-fire\"></i></li>\n<li title=\"dyalog\"><i class=\"lab la-dyalog\"></i></li>\n<li title=\"earlybirds\"><i class=\"lab la-earlybirds\"></i></li>\n<li title=\"ebay\"><i class=\"lab la-ebay\"></i></li>\n<li title=\"edge\"><i class=\"lab la-edge\"></i></li>\n<li title=\"elementor\"><i class=\"lab la-elementor\"></i></li>\n<li title=\"ello\"><i class=\"lab la-ello\"></i></li>\n<li title=\"ember\"><i class=\"lab la-ember\"></i></li>\n<li title=\"empire\"><i class=\"lab la-empire\"></i></li>\n<li title=\"envira\"><i class=\"lab la-envira\"></i></li>\n<li title=\"erlang\"><i class=\"lab la-erlang\"></i></li>\n<li title=\"etsy\"><i class=\"lab la-etsy\"></i></li>\n<li title=\"evernote\"><i class=\"lab la-evernote\"></i></li>\n<li title=\"expeditedssl\"><i class=\"lab la-expeditedssl\"></i></li>\n<li title=\"facebook\"><i class=\"lab la-facebook\"></i></li>\n<li title=\"facebook-f\"><i class=\"lab la-facebook-f\"></i></li>\n<li title=\"facebook-messenger\"><i class=\"lab la-facebook-messenger\"></i></li>\n<li title=\"facebook-square\"><i class=\"lab la-facebook-square\"></i></li>\n<li title=\"fedex\"><i class=\"lab la-fedex\"></i></li>\n<li title=\"fedora\"><i class=\"lab la-fedora\"></i></li>\n<li title=\"figma\"><i class=\"lab la-figma\"></i></li>\n<li title=\"file-csv\"><i class=\"la la-file-csv\"></i></li>\n<li title=\"firefox\"><i class=\"lab la-firefox\"></i></li>\n<li title=\"first-order\"><i class=\"lab la-first-order\"></i></li>\n<li title=\"first-order-alt\"><i class=\"lab la-first-order-alt\"></i></li>\n<li title=\"firstdraft\"><i class=\"lab la-firstdraft\"></i></li>\n<li title=\"flickr\"><i class=\"lab la-flickr\"></i></li>\n<li title=\"flipboard\"><i class=\"lab la-flipboard\"></i></li>\n<li title=\"fly\"><i class=\"lab la-fly\"></i></li>\n<li title=\"font-awesome\"><i class=\"lab la-font-awesome\"></i></li>\n<li title=\"font-awesome-alt\"><i class=\"lab la-font-awesome-alt\"></i></li>\n<li title=\"font-awesome-flag\"><i class=\"lab la-font-awesome-flag\"></i></li>\n<li title=\"fonticons\"><i class=\"lab la-fonticons\"></i></li>\n<li title=\"fonticons-fi\"><i class=\"lab la-fonticons-fi\"></i></li>\n<li title=\"fort-awesome\"><i class=\"lab la-fort-awesome\"></i></li>\n<li title=\"fort-awesome-alt\"><i class=\"lab la-fort-awesome-alt\"></i></li>\n<li title=\"forumbee\"><i class=\"lab la-forumbee\"></i></li>\n<li title=\"foursquare\"><i class=\"lab la-foursquare\"></i></li>\n<li title=\"free-code-camp\"><i class=\"lab la-free-code-camp\"></i></li>\n<li title=\"freebsd\"><i class=\"lab la-freebsd\"></i></li>\n<li title=\"fulcrum\"><i class=\"lab la-fulcrum\"></i></li>\n<li title=\"get-pocket\"><i class=\"lab la-get-pocket\"></i></li>\n<li title=\"git\"><i class=\"lab la-git\"></i></li>\n<li title=\"git-alt\"><i class=\"lab la-git-alt\"></i></li>\n<li title=\"git-square\"><i class=\"lab la-git-square\"></i></li>\n<li title=\"github\"><i class=\"lab la-github\"></i></li>\n<li title=\"github-alt\"><i class=\"lab la-github-alt\"></i></li>\n<li title=\"github-square\"><i class=\"lab la-github-square\"></i></li>\n<li title=\"gitkraken\"><i class=\"lab la-gitkraken\"></i></li>\n<li title=\"gitlab\"><i class=\"lab la-gitlab\"></i></li>\n<li title=\"gitter\"><i class=\"lab la-gitter\"></i></li>\n<li title=\"glide\"><i class=\"lab la-glide\"></i></li>\n<li title=\"glide-g\"><i class=\"lab la-glide-g\"></i></li>\n<li title=\"gofore\"><i class=\"lab la-gofore\"></i></li>\n<li title=\"goodreads\"><i class=\"lab la-goodreads\"></i></li>\n<li title=\"goodreads-g\"><i class=\"lab la-goodreads-g\"></i></li>\n<li title=\"google\"><i class=\"lab la-google\"></i></li>\n<li title=\"google-drive\"><i class=\"lab la-google-drive\"></i></li>\n<li title=\"google-play\"><i class=\"lab la-google-play\"></i></li>\n<li title=\"google-plus\"><i class=\"lab la-google-plus\"></i></li>\n<li title=\"google-plus-g\"><i class=\"lab la-google-plus-g\"></i></li>\n<li title=\"google-plus-square\"><i class=\"lab la-google-plus-square\"></i></li>\n<li title=\"gratipay\"><i class=\"lab la-gratipay\"></i></li>\n<li title=\"grav\"><i class=\"lab la-grav\"></i></li>\n<li title=\"gripfire\"><i class=\"lab la-gripfire\"></i></li>\n<li title=\"grunt\"><i class=\"lab la-grunt\"></i></li>\n<li title=\"gulp\"><i class=\"lab la-gulp\"></i></li>\n<li title=\"hacker-news\"><i class=\"lab la-hacker-news\"></i></li>\n<li title=\"hacker-news-square\"><i class=\"lab la-hacker-news-square\"></i></li>\n<li title=\"hackerrank\"><i class=\"lab la-hackerrank\"></i></li>\n<li title=\"hips\"><i class=\"lab la-hips\"></i></li>\n<li title=\"hire-a-helper\"><i class=\"lab la-hire-a-helper\"></i></li>\n<li title=\"hooli\"><i class=\"lab la-hooli\"></i></li>\n<li title=\"hornbill\"><i class=\"lab la-hornbill\"></i></li>\n<li title=\"hotjar\"><i class=\"lab la-hotjar\"></i></li>\n<li title=\"houzz\"><i class=\"lab la-houzz\"></i></li>\n<li title=\"html5\"><i class=\"lab la-html5\"></i></li>\n<li title=\"hubspot\"><i class=\"lab la-hubspot\"></i></li>\n<li title=\"imdb\"><i class=\"lab la-imdb\"></i></li>\n<li title=\"instagram\"><i class=\"lab la-instagram\"></i></li>\n<li title=\"intercom\"><i class=\"lab la-intercom\"></i></li>\n<li title=\"internet-explorer\"><i class=\"lab la-internet-explorer\"></i></li>\n<li title=\"invision\"><i class=\"lab la-invision\"></i></li>\n<li title=\"ioxhost\"><i class=\"lab la-ioxhost\"></i></li>\n<li title=\"itch-io\"><i class=\"lab la-itch-io\"></i></li>\n<li title=\"itunes\"><i class=\"lab la-itunes\"></i></li>\n<li title=\"itunes-note\"><i class=\"lab la-itunes-note\"></i></li>\n<li title=\"java\"><i class=\"lab la-java\"></i></li>\n<li title=\"jenkins\"><i class=\"lab la-jenkins\"></i></li>\n<li title=\"jira\"><i class=\"lab la-jira\"></i></li>\n<li title=\"joget\"><i class=\"lab la-joget\"></i></li>\n<li title=\"joomla\"><i class=\"lab la-joomla\"></i></li>\n<li title=\"js\"><i class=\"lab la-js\"></i></li>\n<li title=\"js-square\"><i class=\"lab la-js-square\"></i></li>\n<li title=\"jsfiddle\"><i class=\"lab la-jsfiddle\"></i></li>\n<li title=\"kaggle\"><i class=\"lab la-kaggle\"></i></li>\n<li title=\"keybase\"><i class=\"lab la-keybase\"></i></li>\n<li title=\"keycdn\"><i class=\"lab la-keycdn\"></i></li>\n<li title=\"kickstarter\"><i class=\"lab la-kickstarter\"></i></li>\n<li title=\"kickstarter-k\"><i class=\"lab la-kickstarter-k\"></i></li>\n<li title=\"korvue\"><i class=\"lab la-korvue\"></i></li>\n<li title=\"laravel\"><i class=\"lab la-laravel\"></i></li>\n<li title=\"lastfm\"><i class=\"lab la-lastfm\"></i></li>\n<li title=\"lastfm-square\"><i class=\"lab la-lastfm-square\"></i></li>\n<li title=\"leanpub\"><i class=\"lab la-leanpub\"></i></li>\n<li title=\"less\"><i class=\"lab la-less\"></i></li>\n<li title=\"line\"><i class=\"lab la-line\"></i></li>\n<li title=\"linkedin\"><i class=\"lab la-linkedin\"></i></li>\n<li title=\"linkedin-in\"><i class=\"lab la-linkedin-in\"></i></li>\n<li title=\"linode\"><i class=\"lab la-linode\"></i></li>\n<li title=\"linux\"><i class=\"lab la-linux\"></i></li>\n<li title=\"lyft\"><i class=\"lab la-lyft\"></i></li>\n<li title=\"magento\"><i class=\"lab la-magento\"></i></li>\n<li title=\"mailchimp\"><i class=\"lab la-mailchimp\"></i></li>\n<li title=\"mandalorian\"><i class=\"lab la-mandalorian\"></i></li>\n<li title=\"markdown\"><i class=\"lab la-markdown\"></i></li>\n<li title=\"mastodon\"><i class=\"lab la-mastodon\"></i></li>\n<li title=\"maxcdn\"><i class=\"lab la-maxcdn\"></i></li>\n<li title=\"mdb\"><i class=\"lab la-mdb\"></i></li>\n<li title=\"medapps\"><i class=\"lab la-medapps\"></i></li>\n<li title=\"medium\"><i class=\"lab la-medium\"></i></li>\n<li title=\"medium-m\"><i class=\"lab la-medium-m\"></i></li>\n<li title=\"medrt\"><i class=\"lab la-medrt\"></i></li>\n<li title=\"meetup\"><i class=\"lab la-meetup\"></i></li>\n<li title=\"megaport\"><i class=\"lab la-megaport\"></i></li>\n<li title=\"mendeley\"><i class=\"lab la-mendeley\"></i></li>\n<li title=\"microsoft\"><i class=\"lab la-microsoft\"></i></li>\n<li title=\"mix\"><i class=\"lab la-mix\"></i></li>\n<li title=\"mixcloud\"><i class=\"lab la-mixcloud\"></i></li>\n<li title=\"mizuni\"><i class=\"lab la-mizuni\"></i></li>\n<li title=\"modx\"><i class=\"lab la-modx\"></i></li>\n<li title=\"monero\"><i class=\"lab la-monero\"></i></li>\n<li title=\"neos\"><i class=\"lab la-neos\"></i></li>\n<li title=\"network-wired\"><i class=\"la la-network-wired\"></i></li>\n<li title=\"nimblr\"><i class=\"lab la-nimblr\"></i></li>\n<li title=\"node\"><i class=\"lab la-node\"></i></li>\n<li title=\"node-js\"><i class=\"lab la-node-js\"></i></li>\n<li title=\"npm\"><i class=\"lab la-npm\"></i></li>\n<li title=\"ns8\"><i class=\"lab la-ns8\"></i></li>\n<li title=\"nutritionix\"><i class=\"lab la-nutritionix\"></i></li>\n<li title=\"odnoklassniki\"><i class=\"lab la-odnoklassniki\"></i></li>\n<li title=\"odnoklassniki-square\"><i class=\"lab la-odnoklassniki-square\"></i></li>\n<li title=\"opencart\"><i class=\"lab la-opencart\"></i></li>\n<li title=\"openid\"><i class=\"lab la-openid\"></i></li>\n<li title=\"opera\"><i class=\"lab la-opera\"></i></li>\n<li title=\"optin-monster\"><i class=\"lab la-optin-monster\"></i></li>\n<li title=\"orcid\"><i class=\"lab la-orcid\"></i></li>\n<li title=\"osi\"><i class=\"lab la-osi\"></i></li>\n<li title=\"page4\"><i class=\"lab la-page4\"></i></li>\n<li title=\"pagelines\"><i class=\"lab la-pagelines\"></i></li>\n<li title=\"palfed\"><i class=\"lab la-palfed\"></i></li>\n<li title=\"patreon\"><i class=\"lab la-patreon\"></i></li>\n<li title=\"periscope\"><i class=\"lab la-periscope\"></i></li>\n<li title=\"phabricator\"><i class=\"lab la-phabricator\"></i></li>\n<li title=\"phoenix-framework\"><i class=\"lab la-phoenix-framework\"></i></li>\n<li title=\"phoenix-squadron\"><i class=\"lab la-phoenix-squadron\"></i></li>\n<li title=\"php\"><i class=\"lab la-php\"></i></li>\n<li title=\"pied-piper\"><i class=\"lab la-pied-piper\"></i></li>\n<li title=\"pied-piper-alt\"><i class=\"lab la-pied-piper-alt\"></i></li>\n<li title=\"pied-piper-hat\"><i class=\"lab la-pied-piper-hat\"></i></li>\n<li title=\"pied-piper-pp\"><i class=\"lab la-pied-piper-pp\"></i></li>\n<li title=\"pinterest\"><i class=\"lab la-pinterest\"></i></li>\n<li title=\"pinterest-p\"><i class=\"lab la-pinterest-p\"></i></li>\n<li title=\"pinterest-square\"><i class=\"lab la-pinterest-square\"></i></li>\n<li title=\"product-hunt\"><i class=\"lab la-product-hunt\"></i></li>\n<li title=\"pushed\"><i class=\"lab la-pushed\"></i></li>\n<li title=\"python\"><i class=\"lab la-python\"></i></li>\n<li title=\"qq\"><i class=\"lab la-qq\"></i></li>\n<li title=\"quinscape\"><i class=\"lab la-quinscape\"></i></li>\n<li title=\"quora\"><i class=\"lab la-quora\"></i></li>\n<li title=\"r-project\"><i class=\"lab la-r-project\"></i></li>\n<li title=\"raspberry-pi\"><i class=\"lab la-raspberry-pi\"></i></li>\n<li title=\"ravelry\"><i class=\"lab la-ravelry\"></i></li>\n<li title=\"react\"><i class=\"lab la-react\"></i></li>\n<li title=\"reacteurope\"><i class=\"lab la-reacteurope\"></i></li>\n<li title=\"readme\"><i class=\"lab la-readme\"></i></li>\n<li title=\"rebel\"><i class=\"lab la-rebel\"></i></li>\n<li title=\"red-river\"><i class=\"lab la-red-river\"></i></li>\n<li title=\"reddit\"><i class=\"lab la-reddit\"></i></li>\n<li title=\"reddit-alien\"><i class=\"lab la-reddit-alien\"></i></li>\n<li title=\"reddit-square\"><i class=\"lab la-reddit-square\"></i></li>\n<li title=\"redhat\"><i class=\"lab la-redhat\"></i></li>\n<li title=\"renren\"><i class=\"lab la-renren\"></i></li>\n<li title=\"replyd\"><i class=\"lab la-replyd\"></i></li>\n<li title=\"researchgate\"><i class=\"lab la-researchgate\"></i></li>\n<li title=\"resolving\"><i class=\"lab la-resolving\"></i></li>\n<li title=\"rev\"><i class=\"lab la-rev\"></i></li>\n<li title=\"rocketchat\"><i class=\"lab la-rocketchat\"></i></li>\n<li title=\"rockrms\"><i class=\"lab la-rockrms\"></i></li>\n<li title=\"safari\"><i class=\"lab la-safari\"></i></li>\n<li title=\"salesforce\"><i class=\"lab la-salesforce\"></i></li>\n<li title=\"sass\"><i class=\"lab la-sass\"></i></li>\n<li title=\"schlix\"><i class=\"lab la-schlix\"></i></li>\n<li title=\"scribd\"><i class=\"lab la-scribd\"></i></li>\n<li title=\"searchengin\"><i class=\"lab la-searchengin\"></i></li>\n<li title=\"sellcast\"><i class=\"lab la-sellcast\"></i></li>\n<li title=\"sellsy\"><i class=\"lab la-sellsy\"></i></li>\n<li title=\"servicestack\"><i class=\"lab la-servicestack\"></i></li>\n<li title=\"shirtsinbulk\"><i class=\"lab la-shirtsinbulk\"></i></li>\n<li title=\"shopware\"><i class=\"lab la-shopware\"></i></li>\n<li title=\"signature\"><i class=\"la la-signature\"></i></li>\n<li title=\"simplybuilt\"><i class=\"lab la-simplybuilt\"></i></li>\n<li title=\"sistrix\"><i class=\"lab la-sistrix\"></i></li>\n<li title=\"sith\"><i class=\"lab la-sith\"></i></li>\n<li title=\"sketch\"><i class=\"lab la-sketch\"></i></li>\n<li title=\"skull\"><i class=\"la la-skull\"></i></li>\n<li title=\"skyatlas\"><i class=\"lab la-skyatlas\"></i></li>\n<li title=\"skype\"><i class=\"lab la-skype\"></i></li>\n<li title=\"slack\"><i class=\"lab la-slack\"></i></li>\n<li title=\"slack-hash\"><i class=\"lab la-slack-hash\"></i></li>\n<li title=\"slideshare\"><i class=\"lab la-slideshare\"></i></li>\n<li title=\"snapchat\"><i class=\"lab la-snapchat\"></i></li>\n<li title=\"snapchat-ghost\"><i class=\"lab la-snapchat-ghost\"></i></li>\n<li title=\"snapchat-square\"><i class=\"lab la-snapchat-square\"></i></li>\n<li title=\"sourcetree\"><i class=\"lab la-sourcetree\"></i></li>\n<li title=\"speakap\"><i class=\"lab la-speakap\"></i></li>\n<li title=\"speaker-deck\"><i class=\"lab la-speaker-deck\"></i></li>\n<li title=\"squarespace\"><i class=\"lab la-squarespace\"></i></li>\n<li title=\"stack-exchange\"><i class=\"lab la-stack-exchange\"></i></li>\n<li title=\"stack-overflow\"><i class=\"lab la-stack-overflow\"></i></li>\n<li title=\"stackpath\"><i class=\"lab la-stackpath\"></i></li>\n<li title=\"staylinked\"><i class=\"lab la-staylinked\"></i></li>\n<li title=\"sticker-mule\"><i class=\"lab la-sticker-mule\"></i></li>\n<li title=\"strava\"><i class=\"lab la-strava\"></i></li>\n<li title=\"studiovinari\"><i class=\"lab la-studiovinari\"></i></li>\n<li title=\"stumbleupon\"><i class=\"lab la-stumbleupon\"></i></li>\n<li title=\"stumbleupon-circle\"><i class=\"lab la-stumbleupon-circle\"></i></li>\n<li title=\"superpowers\"><i class=\"lab la-superpowers\"></i></li>\n<li title=\"supple\"><i class=\"lab la-supple\"></i></li>\n<li title=\"suse\"><i class=\"lab la-suse\"></i></li>\n<li title=\"swift\"><i class=\"lab la-swift\"></i></li>\n<li title=\"symfony\"><i class=\"lab la-symfony\"></i></li>\n<li title=\"teamspeak\"><i class=\"lab la-teamspeak\"></i></li>\n<li title=\"telegram\"><i class=\"lab la-telegram\"></i></li>\n<li title=\"telegram-plane\"><i class=\"lab la-telegram-plane\"></i></li>\n<li title=\"tencent-weibo\"><i class=\"lab la-tencent-weibo\"></i></li>\n<li title=\"the-red-yeti\"><i class=\"lab la-the-red-yeti\"></i></li>\n<li title=\"themeco\"><i class=\"lab la-themeco\"></i></li>\n<li title=\"themeisle\"><i class=\"lab la-themeisle\"></i></li>\n<li title=\"think-peaks\"><i class=\"lab la-think-peaks\"></i></li>\n<li title=\"trade-federation\"><i class=\"lab la-trade-federation\"></i></li>\n<li title=\"trello\"><i class=\"lab la-trello\"></i></li>\n<li title=\"tripadvisor\"><i class=\"lab la-tripadvisor\"></i></li>\n<li title=\"tumblr\"><i class=\"lab la-tumblr\"></i></li>\n<li title=\"tumblr-square\"><i class=\"lab la-tumblr-square\"></i></li>\n<li title=\"twitter\"><i class=\"lab la-twitter\"></i></li>\n<li title=\"twitter-square\"><i class=\"lab la-twitter-square\"></i></li>\n<li title=\"typo3\"><i class=\"lab la-typo3\"></i></li>\n<li title=\"uber\"><i class=\"lab la-uber\"></i></li>\n<li title=\"ubuntu\"><i class=\"lab la-ubuntu\"></i></li>\n<li title=\"uikit\"><i class=\"lab la-uikit\"></i></li>\n<li title=\"umbraco\"><i class=\"lab la-umbraco\"></i></li>\n<li title=\"uniregistry\"><i class=\"lab la-uniregistry\"></i></li>\n<li title=\"untappd\"><i class=\"lab la-untappd\"></i></li>\n<li title=\"ups\"><i class=\"lab la-ups\"></i></li>\n<li title=\"usb\"><i class=\"lab la-usb\"></i></li>\n<li title=\"usps\"><i class=\"lab la-usps\"></i></li>\n<li title=\"ussunnah\"><i class=\"lab la-ussunnah\"></i></li>\n<li title=\"vaadin\"><i class=\"lab la-vaadin\"></i></li>\n<li title=\"viacoin\"><i class=\"lab la-viacoin\"></i></li>\n<li title=\"viadeo\"><i class=\"lab la-viadeo\"></i></li>\n<li title=\"viadeo-square\"><i class=\"lab la-viadeo-square\"></i></li>\n<li title=\"viber\"><i class=\"lab la-viber\"></i></li>\n<li title=\"vimeo\"><i class=\"lab la-vimeo\"></i></li>\n<li title=\"vimeo-square\"><i class=\"lab la-vimeo-square\"></i></li>\n<li title=\"vimeo-v\"><i class=\"lab la-vimeo-v\"></i></li>\n<li title=\"vine\"><i class=\"lab la-vine\"></i></li>\n<li title=\"vk\"><i class=\"lab la-vk\"></i></li>\n<li title=\"vnv\"><i class=\"lab la-vnv\"></i></li>\n<li title=\"vr-cardboard\"><i class=\"la la-vr-cardboard\"></i></li>\n<li title=\"vuejs\"><i class=\"lab la-vuejs\"></i></li>\n<li title=\"waze\"><i class=\"lab la-waze\"></i></li>\n<li title=\"weebly\"><i class=\"lab la-weebly\"></i></li>\n<li title=\"weibo\"><i class=\"lab la-weibo\"></i></li>\n<li title=\"weight-hanging\"><i class=\"la la-weight-hanging\"></i></li>\n<li title=\"weixin\"><i class=\"lab la-weixin\"></i></li>\n<li title=\"whatsapp\"><i class=\"lab la-whatsapp\"></i></li>\n<li title=\"whatsapp-square\"><i class=\"lab la-whatsapp-square\"></i></li>\n<li title=\"whmcs\"><i class=\"lab la-whmcs\"></i></li>\n<li title=\"wikipedia-w\"><i class=\"lab la-wikipedia-w\"></i></li>\n<li title=\"windows\"><i class=\"lab la-windows\"></i></li>\n<li title=\"wix\"><i class=\"lab la-wix\"></i></li>\n<li title=\"wolf-pack-battalion\"><i class=\"lab la-wolf-pack-battalion\"></i></li>\n<li title=\"wordpress\"><i class=\"lab la-wordpress\"></i></li>\n<li title=\"wordpress-simple\"><i class=\"lab la-wordpress-simple\"></i></li>\n<li title=\"wpbeginner\"><i class=\"lab la-wpbeginner\"></i></li>\n<li title=\"wpexplorer\"><i class=\"lab la-wpexplorer\"></i></li>\n<li title=\"wpforms\"><i class=\"lab la-wpforms\"></i></li>\n<li title=\"wpressr\"><i class=\"lab la-wpressr\"></i></li>\n<li title=\"xing\"><i class=\"lab la-xing\"></i></li>\n<li title=\"xing-square\"><i class=\"lab la-xing-square\"></i></li>\n<li title=\"y-combinator\"><i class=\"lab la-y-combinator\"></i></li>\n<li title=\"yahoo\"><i class=\"lab la-yahoo\"></i></li>\n<li title=\"yammer\"><i class=\"lab la-yammer\"></i></li>\n<li title=\"yandex\"><i class=\"lab la-yandex\"></i></li>\n<li title=\"yandex-international\"><i class=\"lab la-yandex-international\"></i></li>\n<li title=\"yarn\"><i class=\"lab la-yarn\"></i></li>\n<li title=\"yelp\"><i class=\"lab la-yelp\"></i></li>\n<li title=\"yoast\"><i class=\"lab la-yoast\"></i></li>\n<li title=\"youtube-square\"><i class=\"lab la-youtube-square\"></i></li>\n<li title=\"zhihu\"><i class=\"lab la-zhihu\"></i></li>\n<li title=\"alipay\"><i class=\"lab la-alipay\"></i></li>\n<li title=\"amazon-pay\"><i class=\"lab la-amazon-pay\"></i></li>\n<li title=\"apple-pay\"><i class=\"lab la-apple-pay\"></i></li>\n<li title=\"bell\"><i class=\"la la-bell\"></i></li>\n<li title=\"bitcoin\"><i class=\"lab la-bitcoin\"></i></li>\n<li title=\"bookmark\"><i class=\"la la-bookmark\"></i></li>\n<li title=\"btc\"><i class=\"lab la-btc\"></i></li>\n<li title=\"bullhorn\"><i class=\"la la-bullhorn\"></i></li>\n<li title=\"camera\"><i class=\"la la-camera\"></i></li>\n<li title=\"camera-retro\"><i class=\"la la-camera-retro\"></i></li>\n<li title=\"cart-arrow-down\"><i class=\"la la-cart-arrow-down\"></i></li>\n<li title=\"cart-plus\"><i class=\"la la-cart-plus\"></i></li>\n<li title=\"cc-amazon-pay\"><i class=\"lab la-cc-amazon-pay\"></i></li>\n<li title=\"cc-amex\"><i class=\"lab la-cc-amex\"></i></li>\n<li title=\"cc-apple-pay\"><i class=\"lab la-cc-apple-pay\"></i></li>\n<li title=\"cc-diners-club\"><i class=\"lab la-cc-diners-club\"></i></li>\n<li title=\"cc-discover\"><i class=\"lab la-cc-discover\"></i></li>\n<li title=\"cc-jcb\"><i class=\"lab la-cc-jcb\"></i></li>\n<li title=\"cc-mastercard\"><i class=\"lab la-cc-mastercard\"></i></li>\n<li title=\"cc-paypal\"><i class=\"lab la-cc-paypal\"></i></li>\n<li title=\"cc-stripe\"><i class=\"lab la-cc-stripe\"></i></li>\n<li title=\"cc-visa\"><i class=\"lab la-cc-visa\"></i></li>\n<li title=\"certificate\"><i class=\"la la-certificate\"></i></li>\n<li title=\"credit-card\"><i class=\"la la-credit-card\"></i></li>\n<li title=\"ethereum\"><i class=\"lab la-ethereum\"></i></li>\n<li title=\"gem\"><i class=\"la la-gem\"></i></li>\n<li title=\"gift\"><i class=\"la la-gift\"></i></li>\n<li title=\"google-wallet\"><i class=\"lab la-google-wallet\"></i></li>\n<li title=\"handshake\"><i class=\"la la-handshake\"></i></li>\n<li title=\"heart\"><i class=\"la la-heart\"></i></li>\n<li title=\"key\"><i class=\"la la-key\"></i></li>\n<li title=\"money-check\"><i class=\"la la-money-check\"></i></li>\n<li title=\"money-check-alt\"><i class=\"la la-money-check-alt\"></i></li>\n<li title=\"paypal\"><i class=\"lab la-paypal\"></i></li>\n<li title=\"receipt\"><i class=\"la la-receipt\"></i></li>\n<li title=\"shopping-bag\"><i class=\"la la-shopping-bag\"></i></li>\n<li title=\"shopping-basket\"><i class=\"la la-shopping-basket\"></i></li>\n<li title=\"shopping-cart\"><i class=\"la la-shopping-cart\"></i></li>\n<li title=\"star\"><i class=\"la la-star\"></i></li>\n<li title=\"stripe\"><i class=\"lab la-stripe\"></i></li>\n<li title=\"stripe-s\"><i class=\"lab la-stripe-s\"></i></li>\n<li title=\"tag\"><i class=\"la la-tag\"></i></li>\n<li title=\"tags\"><i class=\"la la-tags\"></i></li>\n<li title=\"thumbs-down\"><i class=\"la la-thumbs-down\"></i></li>\n<li title=\"thumbs-up\"><i class=\"la la-thumbs-up\"></i></li>\n<li title=\"trophy\"><i class=\"la la-trophy\"></i></li>\n<li title=\"award\"><i class=\"la la-award\"></i></li>\n<li title=\"balance-scale\"><i class=\"la la-balance-scale\"></i></li>\n<li title=\"balance-scale-left\"><i class=\"la la-balance-scale-left\"></i></li>\n<li title=\"balance-scale-right\"><i class=\"la la-balance-scale-right\"></i></li>\n<li title=\"bullhorn\"><i class=\"la la-bullhorn\"></i></li>\n<li title=\"check-double\"><i class=\"la la-check-double\"></i></li>\n<li title=\"democrat\"><i class=\"la la-democrat\"></i></li>\n<li title=\"donate\"><i class=\"la la-donate\"></i></li>\n<li title=\"dove\"><i class=\"la la-dove\"></i></li>\n<li title=\"fist-raised\"><i class=\"la la-fist-raised\"></i></li>\n<li title=\"flag-usa\"><i class=\"la la-flag-usa\"></i></li>\n<li title=\"handshake\"><i class=\"la la-handshake\"></i></li>\n<li title=\"person-booth\"><i class=\"la la-person-booth\"></i></li>\n<li title=\"piggy-bank\"><i class=\"la la-piggy-bank\"></i></li>\n<li title=\"republican\"><i class=\"la la-republican\"></i></li>\n<li title=\"vote-yea\"><i class=\"la la-vote-yea\"></i></li>\n<li title=\"ankh\"><i class=\"la la-ankh\"></i></li>\n<li title=\"atom\"><i class=\"la la-atom\"></i></li>\n<li title=\"bible\"><i class=\"la la-bible\"></i></li>\n<li title=\"church\"><i class=\"la la-church\"></i></li>\n<li title=\"cross\"><i class=\"la la-cross\"></i></li>\n<li title=\"dharmachakra\"><i class=\"la la-dharmachakra\"></i></li>\n<li title=\"dove\"><i class=\"la la-dove\"></i></li>\n<li title=\"gopuram\"><i class=\"la la-gopuram\"></i></li>\n<li title=\"hamsa\"><i class=\"la la-hamsa\"></i></li>\n<li title=\"hanukiah\"><i class=\"la la-hanukiah\"></i></li>\n<li title=\"haykal\"><i class=\"la la-haykal\"></i></li>\n<li title=\"jedi\"><i class=\"la la-jedi\"></i></li>\n<li title=\"journal-whills\"><i class=\"la la-journal-whills\"></i></li>\n<li title=\"kaaba\"><i class=\"la la-kaaba\"></i></li>\n<li title=\"khanda\"><i class=\"la la-khanda\"></i></li>\n<li title=\"menorah\"><i class=\"la la-menorah\"></i></li>\n<li title=\"mosque\"><i class=\"la la-mosque\"></i></li>\n<li title=\"om\"><i class=\"la la-om\"></i></li>\n<li title=\"pastafarianism\"><i class=\"la la-pastafarianism\"></i></li>\n<li title=\"peace\"><i class=\"la la-peace\"></i></li>\n<li title=\"place-of-worship\"><i class=\"la la-place-of-worship\"></i></li>\n<li title=\"pray\"><i class=\"la la-pray\"></i></li>\n<li title=\"praying-hands\"><i class=\"la la-praying-hands\"></i></li>\n<li title=\"quran\"><i class=\"la la-quran\"></i></li>\n<li title=\"star-and-crescent\"><i class=\"la la-star-and-crescent\"></i></li>\n<li title=\"star-of-david\"><i class=\"la la-star-of-david\"></i></li>\n<li title=\"synagogue\"><i class=\"la la-synagogue\"></i></li>\n<li title=\"torah\"><i class=\"la la-torah\"></i></li>\n<li title=\"torii-gate\"><i class=\"la la-torii-gate\"></i></li>\n<li title=\"vihara\"><i class=\"la la-vihara\"></i></li>\n<li title=\"yin-yang\"><i class=\"la la-yin-yang\"></i></li>\n<li title=\"atom\"><i class=\"la la-atom\"></i></li>\n<li title=\"biohazard\"><i class=\"la la-biohazard\"></i></li>\n<li title=\"brain\"><i class=\"la la-brain\"></i></li>\n<li title=\"burn\"><i class=\"la la-burn\"></i></li>\n<li title=\"capsules\"><i class=\"la la-capsules\"></i></li>\n<li title=\"clipboard-check\"><i class=\"la la-clipboard-check\"></i></li>\n<li title=\"dna\"><i class=\"la la-dna\"></i></li>\n<li title=\"eye-dropper\"><i class=\"la la-eye-dropper\"></i></li>\n<li title=\"filter\"><i class=\"la la-filter\"></i></li>\n<li title=\"fire\"><i class=\"la la-fire\"></i></li>\n<li title=\"fire-alt\"><i class=\"la la-fire-alt\"></i></li>\n<li title=\"flask\"><i class=\"la la-flask\"></i></li>\n<li title=\"frog\"><i class=\"la la-frog\"></i></li>\n<li title=\"magnet\"><i class=\"la la-magnet\"></i></li>\n<li title=\"microscope\"><i class=\"la la-microscope\"></i></li>\n<li title=\"mortar-pestle\"><i class=\"la la-mortar-pestle\"></i></li>\n<li title=\"pills\"><i class=\"la la-pills\"></i></li>\n<li title=\"prescription-bottle\"><i class=\"la la-prescription-bottle\"></i></li>\n<li title=\"radiation\"><i class=\"la la-radiation\"></i></li>\n<li title=\"radiation-alt\"><i class=\"la la-radiation-alt\"></i></li>\n<li title=\"seedling\"><i class=\"la la-seedling\"></i></li>\n<li title=\"skull-crossbones\"><i class=\"la la-skull-crossbones\"></i></li>\n<li title=\"syringe\"><i class=\"la la-syringe\"></i></li>\n<li title=\"tablets\"><i class=\"la la-tablets\"></i></li>\n<li title=\"temperature-high\"><i class=\"la la-temperature-high\"></i></li>\n<li title=\"temperature-low\"><i class=\"la la-temperature-low\"></i></li>\n<li title=\"vial\"><i class=\"la la-vial\"></i></li>\n<li title=\"vials\"><i class=\"la la-vials\"></i></li>\n<li title=\"galactic-republic\"><i class=\"lab la-galactic-republic\"></i></li>\n<li title=\"galactic-senate\"><i class=\"lab la-galactic-senate\"></i></li>\n<li title=\"globe\"><i class=\"la la-globe\"></i></li>\n<li title=\"jedi\"><i class=\"la la-jedi\"></i></li>\n<li title=\"jedi-order\"><i class=\"lab la-jedi-order\"></i></li>\n<li title=\"journal-whills\"><i class=\"la la-journal-whills\"></i></li>\n<li title=\"meteor\"><i class=\"la la-meteor\"></i></li>\n<li title=\"moon\"><i class=\"la la-moon\"></i></li>\n<li title=\"old-republic\"><i class=\"lab la-old-republic\"></i></li>\n<li title=\"robot\"><i class=\"la la-robot\"></i></li>\n<li title=\"rocket\"><i class=\"la la-rocket\"></i></li>\n<li title=\"satellite\"><i class=\"la la-satellite\"></i></li>\n<li title=\"satellite-dish\"><i class=\"la la-satellite-dish\"></i></li>\n<li title=\"space-shuttle\"><i class=\"la la-space-shuttle\"></i></li>\n<li title=\"user-astronaut\"><i class=\"la la-user-astronaut\"></i></li>\n<li title=\"ban\"><i class=\"la la-ban\"></i></li>\n<li title=\"bug\"><i class=\"la la-bug\"></i></li>\n<li title=\"door-closed\"><i class=\"la la-door-closed\"></i></li>\n<li title=\"door-open\"><i class=\"la la-door-open\"></i></li>\n<li title=\"dungeon\"><i class=\"la la-dungeon\"></i></li>\n<li title=\"eye\"><i class=\"la la-eye\"></i></li>\n<li title=\"eye-slash\"><i class=\"la la-eye-slash\"></i></li>\n<li title=\"file-contract\"><i class=\"la la-file-contract\"></i></li>\n<li title=\"file-signature\"><i class=\"la la-file-signature\"></i></li>\n<li title=\"fingerprint\"><i class=\"la la-fingerprint\"></i></li>\n<li title=\"id-badge\"><i class=\"la la-id-badge\"></i></li>\n<li title=\"id-card\"><i class=\"la la-id-card\"></i></li>\n<li title=\"id-card-alt\"><i class=\"la la-id-card-alt\"></i></li>\n<li title=\"key\"><i class=\"la la-key\"></i></li>\n<li title=\"lock\"><i class=\"la la-lock\"></i></li>\n<li title=\"lock-open\"><i class=\"la la-lock-open\"></i></li>\n<li title=\"mask\"><i class=\"la la-mask\"></i></li>\n<li title=\"passport\"><i class=\"la la-passport\"></i></li>\n<li title=\"shield-alt\"><i class=\"la la-shield-alt\"></i></li>\n<li title=\"unlock\"><i class=\"la la-unlock\"></i></li>\n<li title=\"unlock-alt\"><i class=\"la la-unlock-alt\"></i></li>\n<li title=\"user-lock\"><i class=\"la la-user-lock\"></i></li>\n<li title=\"user-secret\"><i class=\"la la-user-secret\"></i></li>\n<li title=\"user-shield\"><i class=\"la la-user-shield\"></i></li>\n<li title=\"bookmark\"><i class=\"la la-bookmark\"></i></li>\n<li title=\"calendar\"><i class=\"la la-calendar\"></i></li>\n<li title=\"certificate\"><i class=\"la la-certificate\"></i></li>\n<li title=\"circle\"><i class=\"la la-circle\"></i></li>\n<li title=\"cloud\"><i class=\"la la-cloud\"></i></li>\n<li title=\"comment\"><i class=\"la la-comment\"></i></li>\n<li title=\"file\"><i class=\"la la-file\"></i></li>\n<li title=\"folder\"><i class=\"la la-folder\"></i></li>\n<li title=\"heart\"><i class=\"la la-heart\"></i></li>\n<li title=\"heart-broken\"><i class=\"la la-heart-broken\"></i></li>\n<li title=\"map-marker\"><i class=\"la la-map-marker\"></i></li>\n<li title=\"play\"><i class=\"la la-play\"></i></li>\n<li title=\"shapes\"><i class=\"la la-shapes\"></i></li>\n<li title=\"square\"><i class=\"la la-square\"></i></li>\n<li title=\"star\"><i class=\"la la-star\"></i></li>\n<li title=\"bell\"><i class=\"la la-bell\"></i></li>\n<li title=\"birthday-cake\"><i class=\"la la-birthday-cake\"></i></li>\n<li title=\"camera\"><i class=\"la la-camera\"></i></li>\n<li title=\"comment\"><i class=\"la la-comment\"></i></li>\n<li title=\"comment-alt\"><i class=\"la la-comment-alt\"></i></li>\n<li title=\"envelope\"><i class=\"la la-envelope\"></i></li>\n<li title=\"hashtag\"><i class=\"la la-hashtag\"></i></li>\n<li title=\"heart\"><i class=\"la la-heart\"></i></li>\n<li title=\"icons\"><i class=\"la la-icons\"></i></li>\n<li title=\"image\"><i class=\"la la-image\"></i></li>\n<li title=\"images\"><i class=\"la la-images\"></i></li>\n<li title=\"map-marker\"><i class=\"la la-map-marker\"></i></li>\n<li title=\"map-marker-alt\"><i class=\"la la-map-marker-alt\"></i></li>\n<li title=\"photo-video\"><i class=\"la la-photo-video\"></i></li>\n<li title=\"poll\"><i class=\"la la-poll\"></i></li>\n<li title=\"poll-h\"><i class=\"la la-poll-h\"></i></li>\n<li title=\"retweet\"><i class=\"la la-retweet\"></i></li>\n<li title=\"share\"><i class=\"la la-share\"></i></li>\n<li title=\"share-alt\"><i class=\"la la-share-alt\"></i></li>\n<li title=\"share-square\"><i class=\"la la-share-square\"></i></li>\n<li title=\"star\"><i class=\"la la-star\"></i></li>\n<li title=\"thumbs-down\"><i class=\"la la-thumbs-down\"></i></li>\n<li title=\"thumbs-up\"><i class=\"la la-thumbs-up\"></i></li>\n<li title=\"thumbtack\"><i class=\"la la-thumbtack\"></i></li>\n<li title=\"user\"><i class=\"la la-user\"></i></li>\n<li title=\"user-circle\"><i class=\"la la-user-circle\"></i></li>\n<li title=\"user-friends\"><i class=\"la la-user-friends\"></i></li>\n<li title=\"user-plus\"><i class=\"la la-user-plus\"></i></li>\n<li title=\"users\"><i class=\"la la-users\"></i></li>\n<li title=\"video\"><i class=\"la la-video\"></i></li>\n<li title=\"asterisk\"><i class=\"la la-asterisk\"></i></li>\n<li title=\"atom\"><i class=\"la la-atom\"></i></li>\n<li title=\"certificate\"><i class=\"la la-certificate\"></i></li>\n<li title=\"circle-notch\"><i class=\"la la-circle-notch\"></i></li>\n<li title=\"cog\"><i class=\"la la-cog\"></i></li>\n<li title=\"compact-disc\"><i class=\"la la-compact-disc\"></i></li>\n<li title=\"compass\"><i class=\"la la-compass\"></i></li>\n<li title=\"crosshairs\"><i class=\"la la-crosshairs\"></i></li>\n<li title=\"dharmachakra\"><i class=\"la la-dharmachakra\"></i></li>\n<li title=\"fan\"><i class=\"la la-fan\"></i></li>\n<li title=\"haykal\"><i class=\"la la-haykal\"></i></li>\n<li title=\"life-ring\"><i class=\"la la-life-ring\"></i></li>\n<li title=\"palette\"><i class=\"la la-palette\"></i></li>\n<li title=\"ring\"><i class=\"la la-ring\"></i></li>\n<li title=\"slash\"><i class=\"la la-slash\"></i></li>\n<li title=\"snowflake\"><i class=\"la la-snowflake\"></i></li>\n<li title=\"spinner\"><i class=\"la la-spinner\"></i></li>\n<li title=\"stroopwafel\"><i class=\"la la-stroopwafel\"></i></li>\n<li title=\"sun\"><i class=\"la la-sun\"></i></li>\n<li title=\"sync\"><i class=\"la la-sync\"></i></li>\n<li title=\"sync-alt\"><i class=\"la la-sync-alt\"></i></li>\n<li title=\"yin-yang\"><i class=\"la la-yin-yang\"></i></li>\n<li title=\"baseball-ball\"><i class=\"la la-baseball-ball\"></i></li>\n<li title=\"basketball-ball\"><i class=\"la la-basketball-ball\"></i></li>\n<li title=\"biking\"><i class=\"la la-biking\"></i></li>\n<li title=\"bowling-ball\"><i class=\"la la-bowling-ball\"></i></li>\n<li title=\"dumbbell\"><i class=\"la la-dumbbell\"></i></li>\n<li title=\"football-ball\"><i class=\"la la-football-ball\"></i></li>\n<li title=\"futbol\"><i class=\"la la-futbol\"></i></li>\n<li title=\"golf-ball\"><i class=\"la la-golf-ball\"></i></li>\n<li title=\"hockey-puck\"><i class=\"la la-hockey-puck\"></i></li>\n<li title=\"quidditch\"><i class=\"la la-quidditch\"></i></li>\n<li title=\"running\"><i class=\"la la-running\"></i></li>\n<li title=\"skating\"><i class=\"la la-skating\"></i></li>\n<li title=\"skiing\"><i class=\"la la-skiing\"></i></li>\n<li title=\"skiing-nordic\"><i class=\"la la-skiing-nordic\"></i></li>\n<li title=\"snowboarding\"><i class=\"la la-snowboarding\"></i></li>\n<li title=\"swimmer\"><i class=\"la la-swimmer\"></i></li>\n<li title=\"table-tennis\"><i class=\"la la-table-tennis\"></i></li>\n<li title=\"volleyball-ball\"><i class=\"la la-volleyball-ball\"></i></li>\n<li title=\"allergies\"><i class=\"la la-allergies\"></i></li>\n<li title=\"broom\"><i class=\"la la-broom\"></i></li>\n<li title=\"cloud-sun\"><i class=\"la la-cloud-sun\"></i></li>\n<li title=\"cloud-sun-rain\"><i class=\"la la-cloud-sun-rain\"></i></li>\n<li title=\"frog\"><i class=\"la la-frog\"></i></li>\n<li title=\"rainbow\"><i class=\"la la-rainbow\"></i></li>\n<li title=\"seedling\"><i class=\"la la-seedling\"></i></li>\n<li title=\"umbrella\"><i class=\"la la-umbrella\"></i></li>\n<li title=\"ban\"><i class=\"la la-ban\"></i></li>\n<li title=\"battery-empty\"><i class=\"la la-battery-empty\"></i></li>\n<li title=\"battery-full\"><i class=\"la la-battery-full\"></i></li>\n<li title=\"battery-half\"><i class=\"la la-battery-half\"></i></li>\n<li title=\"battery-quarter\"><i class=\"la la-battery-quarter\"></i></li>\n<li title=\"battery-three-quarters\"><i class=\"la la-battery-three-quarters\"></i></li>\n<li title=\"bell\"><i class=\"la la-bell\"></i></li>\n<li title=\"bell-slash\"><i class=\"la la-bell-slash\"></i></li>\n<li title=\"calendar\"><i class=\"la la-calendar\"></i></li>\n<li title=\"calendar-alt\"><i class=\"la la-calendar-alt\"></i></li>\n<li title=\"calendar-check\"><i class=\"la la-calendar-check\"></i></li>\n<li title=\"calendar-day\"><i class=\"la la-calendar-day\"></i></li>\n<li title=\"calendar-minus\"><i class=\"la la-calendar-minus\"></i></li>\n<li title=\"calendar-plus\"><i class=\"la la-calendar-plus\"></i></li>\n<li title=\"calendar-times\"><i class=\"la la-calendar-times\"></i></li>\n<li title=\"calendar-week\"><i class=\"la la-calendar-week\"></i></li>\n<li title=\"cart-arrow-down\"><i class=\"la la-cart-arrow-down\"></i></li>\n<li title=\"cart-plus\"><i class=\"la la-cart-plus\"></i></li>\n<li title=\"comment\"><i class=\"la la-comment\"></i></li>\n<li title=\"comment-alt\"><i class=\"la la-comment-alt\"></i></li>\n<li title=\"comment-slash\"><i class=\"la la-comment-slash\"></i></li>\n<li title=\"compass\"><i class=\"la la-compass\"></i></li>\n<li title=\"door-closed\"><i class=\"la la-door-closed\"></i></li>\n<li title=\"door-open\"><i class=\"la la-door-open\"></i></li>\n<li title=\"exclamation\"><i class=\"la la-exclamation\"></i></li>\n<li title=\"exclamation-circle\"><i class=\"la la-exclamation-circle\"></i></li>\n<li title=\"exclamation-triangle\"><i class=\"la la-exclamation-triangle\"></i></li>\n<li title=\"eye\"><i class=\"la la-eye\"></i></li>\n<li title=\"eye-slash\"><i class=\"la la-eye-slash\"></i></li>\n<li title=\"file\"><i class=\"la la-file\"></i></li>\n<li title=\"file-alt\"><i class=\"la la-file-alt\"></i></li>\n<li title=\"folder\"><i class=\"la la-folder\"></i></li>\n<li title=\"folder-open\"><i class=\"la la-folder-open\"></i></li>\n<li title=\"gas-pump\"><i class=\"la la-gas-pump\"></i></li>\n<li title=\"info\"><i class=\"la la-info\"></i></li>\n<li title=\"info-circle\"><i class=\"la la-info-circle\"></i></li>\n<li title=\"lightbulb\"><i class=\"la la-lightbulb\"></i></li>\n<li title=\"lock\"><i class=\"la la-lock\"></i></li>\n<li title=\"lock-open\"><i class=\"la la-lock-open\"></i></li>\n<li title=\"map-marker\"><i class=\"la la-map-marker\"></i></li>\n<li title=\"map-marker-alt\"><i class=\"la la-map-marker-alt\"></i></li>\n<li title=\"microphone\"><i class=\"la la-microphone\"></i></li>\n<li title=\"microphone-alt\"><i class=\"la la-microphone-alt\"></i></li>\n<li title=\"microphone-alt-slash\"><i class=\"la la-microphone-alt-slash\"></i></li>\n<li title=\"microphone-slash\"><i class=\"la la-microphone-slash\"></i></li>\n<li title=\"minus\"><i class=\"la la-minus\"></i></li>\n<li title=\"minus-circle\"><i class=\"la la-minus-circle\"></i></li>\n<li title=\"minus-square\"><i class=\"la la-minus-square\"></i></li>\n<li title=\"parking\"><i class=\"la la-parking\"></i></li>\n<li title=\"phone\"><i class=\"la la-phone\"></i></li>\n<li title=\"phone-alt\"><i class=\"la la-phone-alt\"></i></li>\n<li title=\"phone-slash\"><i class=\"la la-phone-slash\"></i></li>\n<li title=\"plus\"><i class=\"la la-plus\"></i></li>\n<li title=\"plus-circle\"><i class=\"la la-plus-circle\"></i></li>\n<li title=\"plus-square\"><i class=\"la la-plus-square\"></i></li>\n<li title=\"print\"><i class=\"la la-print\"></i></li>\n<li title=\"question\"><i class=\"la la-question\"></i></li>\n<li title=\"question-circle\"><i class=\"la la-question-circle\"></i></li>\n<li title=\"shield-alt\"><i class=\"la la-shield-alt\"></i></li>\n<li title=\"shopping-cart\"><i class=\"la la-shopping-cart\"></i></li>\n<li title=\"sign-in-alt\"><i class=\"la la-sign-in-alt\"></i></li>\n<li title=\"sign-out-alt\"><i class=\"la la-sign-out-alt\"></i></li>\n<li title=\"signal\"><i class=\"la la-signal\"></i></li>\n<li title=\"smoking-ban\"><i class=\"la la-smoking-ban\"></i></li>\n<li title=\"star\"><i class=\"la la-star\"></i></li>\n<li title=\"star-half\"><i class=\"la la-star-half\"></i></li>\n<li title=\"star-half-alt\"><i class=\"la la-star-half-alt\"></i></li>\n<li title=\"stream\"><i class=\"la la-stream\"></i></li>\n<li title=\"thermometer-empty\"><i class=\"la la-thermometer-empty\"></i></li>\n<li title=\"thermometer-full\"><i class=\"la la-thermometer-full\"></i></li>\n<li title=\"thermometer-half\"><i class=\"la la-thermometer-half\"></i></li>\n<li title=\"thermometer-quarter\"><i class=\"la la-thermometer-quarter\"></i></li>\n<li title=\"thermometer-three-quarters\"><i class=\"la la-thermometer-three-quarters\"></i></li>\n<li title=\"thumbs-down\"><i class=\"la la-thumbs-down\"></i></li>\n<li title=\"thumbs-up\"><i class=\"la la-thumbs-up\"></i></li>\n<li title=\"tint\"><i class=\"la la-tint\"></i></li>\n<li title=\"tint-slash\"><i class=\"la la-tint-slash\"></i></li>\n<li title=\"toggle-off\"><i class=\"la la-toggle-off\"></i></li>\n<li title=\"toggle-on\"><i class=\"la la-toggle-on\"></i></li>\n<li title=\"unlock\"><i class=\"la la-unlock\"></i></li>\n<li title=\"unlock-alt\"><i class=\"la la-unlock-alt\"></i></li>\n<li title=\"user\"><i class=\"la la-user\"></i></li>\n<li title=\"user-alt\"><i class=\"la la-user-alt\"></i></li>\n<li title=\"user-alt-slash\"><i class=\"la la-user-alt-slash\"></i></li>\n<li title=\"user-slash\"><i class=\"la la-user-slash\"></i></li>\n<li title=\"video\"><i class=\"la la-video\"></i></li>\n<li title=\"video-slash\"><i class=\"la la-video-slash\"></i></li>\n<li title=\"volume-down\"><i class=\"la la-volume-down\"></i></li>\n<li title=\"volume-mute\"><i class=\"la la-volume-mute\"></i></li>\n<li title=\"volume-off\"><i class=\"la la-volume-off\"></i></li>\n<li title=\"volume-up\"><i class=\"la la-volume-up\"></i></li>\n<li title=\"wifi\"><i class=\"la la-wifi\"></i></li>\n<li title=\"acquisitions-incorporated\"><i class=\"lab la-acquisitions-incorporated\"></i></li>\n<li title=\"book-dead\"><i class=\"la la-book-dead\"></i></li>\n<li title=\"critical-role\"><i class=\"lab la-critical-role\"></i></li>\n<li title=\"d-and-d\"><i class=\"lab la-d-and-d\"></i></li>\n<li title=\"d-and-d-beyond\"><i class=\"lab la-d-and-d-beyond\"></i></li>\n<li title=\"dice-d20\"><i class=\"la la-dice-d20\"></i></li>\n<li title=\"dice-d6\"><i class=\"la la-dice-d6\"></i></li>\n<li title=\"dragon\"><i class=\"la la-dragon\"></i></li>\n<li title=\"dungeon\"><i class=\"la la-dungeon\"></i></li>\n<li title=\"fantasy-flight-games\"><i class=\"lab la-fantasy-flight-games\"></i></li>\n<li title=\"fist-raised\"><i class=\"la la-fist-raised\"></i></li>\n<li title=\"hat-wizard\"><i class=\"la la-hat-wizard\"></i></li>\n<li title=\"penny-arcade\"><i class=\"lab la-penny-arcade\"></i></li>\n<li title=\"ring\"><i class=\"la la-ring\"></i></li>\n<li title=\"scroll\"><i class=\"la la-scroll\"></i></li>\n<li title=\"skull-crossbones\"><i class=\"la la-skull-crossbones\"></i></li>\n<li title=\"wizards-of-the-coast\"><i class=\"lab la-wizards-of-the-coast\"></i></li>\n<li title=\"archway\"><i class=\"la la-archway\"></i></li>\n<li title=\"atlas\"><i class=\"la la-atlas\"></i></li>\n<li title=\"bed\"><i class=\"la la-bed\"></i></li>\n<li title=\"bus\"><i class=\"la la-bus\"></i></li>\n<li title=\"bus-alt\"><i class=\"la la-bus-alt\"></i></li>\n<li title=\"cocktail\"><i class=\"la la-cocktail\"></i></li>\n<li title=\"concierge-bell\"><i class=\"la la-concierge-bell\"></i></li>\n<li title=\"dumbbell\"><i class=\"la la-dumbbell\"></i></li>\n<li title=\"glass-martini\"><i class=\"la la-glass-martini\"></i></li>\n<li title=\"glass-martini-alt\"><i class=\"la la-glass-martini-alt\"></i></li>\n<li title=\"globe-africa\"><i class=\"la la-globe-africa\"></i></li>\n<li title=\"globe-americas\"><i class=\"la la-globe-americas\"></i></li>\n<li title=\"globe-asia\"><i class=\"la la-globe-asia\"></i></li>\n<li title=\"globe-europe\"><i class=\"la la-globe-europe\"></i></li>\n<li title=\"hot-tub\"><i class=\"la la-hot-tub\"></i></li>\n<li title=\"hotel\"><i class=\"la la-hotel\"></i></li>\n<li title=\"luggage-cart\"><i class=\"la la-luggage-cart\"></i></li>\n<li title=\"map\"><i class=\"la la-map\"></i></li>\n<li title=\"map-marked\"><i class=\"la la-map-marked\"></i></li>\n<li title=\"map-marked-alt\"><i class=\"la la-map-marked-alt\"></i></li>\n<li title=\"monument\"><i class=\"la la-monument\"></i></li>\n<li title=\"passport\"><i class=\"la la-passport\"></i></li>\n<li title=\"plane\"><i class=\"la la-plane\"></i></li>\n<li title=\"plane-arrival\"><i class=\"la la-plane-arrival\"></i></li>\n<li title=\"plane-departure\"><i class=\"la la-plane-departure\"></i></li>\n<li title=\"shuttle-van\"><i class=\"la la-shuttle-van\"></i></li>\n<li title=\"spa\"><i class=\"la la-spa\"></i></li>\n<li title=\"suitcase\"><i class=\"la la-suitcase\"></i></li>\n<li title=\"suitcase-rolling\"><i class=\"la la-suitcase-rolling\"></i></li>\n<li title=\"swimmer\"><i class=\"la la-swimmer\"></i></li>\n<li title=\"swimming-pool\"><i class=\"la la-swimming-pool\"></i></li>\n<li title=\"taxi\"><i class=\"la la-taxi\"></i></li>\n<li title=\"tram\"><i class=\"la la-tram\"></i></li>\n<li title=\"tv\"><i class=\"la la-tv\"></i></li>\n<li title=\"umbrella-beach\"><i class=\"la la-umbrella-beach\"></i></li>\n<li title=\"wine-glass\"><i class=\"la la-wine-glass\"></i></li>\n<li title=\"wine-glass-alt\"><i class=\"la la-wine-glass-alt\"></i></li>\n<li title=\"accessible-icon\"><i class=\"lab la-accessible-icon\"></i></li>\n<li title=\"address-book\"><i class=\"la la-address-book\"></i></li>\n<li title=\"address-card\"><i class=\"la la-address-card\"></i></li>\n<li title=\"baby\"><i class=\"la la-baby\"></i></li>\n<li title=\"bed\"><i class=\"la la-bed\"></i></li>\n<li title=\"biking\"><i class=\"la la-biking\"></i></li>\n<li title=\"blind\"><i class=\"la la-blind\"></i></li>\n<li title=\"chalkboard-teacher\"><i class=\"la la-chalkboard-teacher\"></i></li>\n<li title=\"child\"><i class=\"la la-child\"></i></li>\n<li title=\"female\"><i class=\"la la-female\"></i></li>\n<li title=\"frown\"><i class=\"la la-frown\"></i></li>\n<li title=\"hiking\"><i class=\"la la-hiking\"></i></li>\n<li title=\"id-badge\"><i class=\"la la-id-badge\"></i></li>\n<li title=\"id-card\"><i class=\"la la-id-card\"></i></li>\n<li title=\"id-card-alt\"><i class=\"la la-id-card-alt\"></i></li>\n<li title=\"male\"><i class=\"la la-male\"></i></li>\n<li title=\"meh\"><i class=\"la la-meh\"></i></li>\n<li title=\"people-carry\"><i class=\"la la-people-carry\"></i></li>\n<li title=\"person-booth\"><i class=\"la la-person-booth\"></i></li>\n<li title=\"poo\"><i class=\"la la-poo\"></i></li>\n<li title=\"portrait\"><i class=\"la la-portrait\"></i></li>\n<li title=\"power-off\"><i class=\"la la-power-off\"></i></li>\n<li title=\"pray\"><i class=\"la la-pray\"></i></li>\n<li title=\"restroom\"><i class=\"la la-restroom\"></i></li>\n<li title=\"running\"><i class=\"la la-running\"></i></li>\n<li title=\"skating\"><i class=\"la la-skating\"></i></li>\n<li title=\"skiing\"><i class=\"la la-skiing\"></i></li>\n<li title=\"skiing-nordic\"><i class=\"la la-skiing-nordic\"></i></li>\n<li title=\"smile\"><i class=\"la la-smile\"></i></li>\n<li title=\"snowboarding\"><i class=\"la la-snowboarding\"></i></li>\n<li title=\"street-view\"><i class=\"la la-street-view\"></i></li>\n<li title=\"swimmer\"><i class=\"la la-swimmer\"></i></li>\n<li title=\"user\"><i class=\"la la-user\"></i></li>\n<li title=\"user-alt\"><i class=\"la la-user-alt\"></i></li>\n<li title=\"user-alt-slash\"><i class=\"la la-user-alt-slash\"></i></li>\n<li title=\"user-astronaut\"><i class=\"la la-user-astronaut\"></i></li>\n<li title=\"user-check\"><i class=\"la la-user-check\"></i></li>\n<li title=\"user-circle\"><i class=\"la la-user-circle\"></i></li>\n<li title=\"user-clock\"><i class=\"la la-user-clock\"></i></li>\n<li title=\"user-cog\"><i class=\"la la-user-cog\"></i></li>\n<li title=\"user-edit\"><i class=\"la la-user-edit\"></i></li>\n<li title=\"user-friends\"><i class=\"la la-user-friends\"></i></li>\n<li title=\"user-graduate\"><i class=\"la la-user-graduate\"></i></li>\n<li title=\"user-injured\"><i class=\"la la-user-injured\"></i></li>\n<li title=\"user-lock\"><i class=\"la la-user-lock\"></i></li>\n<li title=\"user-md\"><i class=\"la la-user-md\"></i></li>\n<li title=\"user-minus\"><i class=\"la la-user-minus\"></i></li>\n<li title=\"user-ninja\"><i class=\"la la-user-ninja\"></i></li>\n<li title=\"user-nurse\"><i class=\"la la-user-nurse\"></i></li>\n<li title=\"user-plus\"><i class=\"la la-user-plus\"></i></li>\n<li title=\"user-secret\"><i class=\"la la-user-secret\"></i></li>\n<li title=\"user-shield\"><i class=\"la la-user-shield\"></i></li>\n<li title=\"user-slash\"><i class=\"la la-user-slash\"></i></li>\n<li title=\"user-tag\"><i class=\"la la-user-tag\"></i></li>\n<li title=\"user-tie\"><i class=\"la la-user-tie\"></i></li>\n<li title=\"user-times\"><i class=\"la la-user-times\"></i></li>\n<li title=\"users\"><i class=\"la la-users\"></i></li>\n<li title=\"users-cog\"><i class=\"la la-users-cog\"></i></li>\n<li title=\"walking\"><i class=\"la la-walking\"></i></li>\n<li title=\"wheelchair\"><i class=\"la la-wheelchair\"></i></li>\n<li title=\"bolt\"><i class=\"la la-bolt\"></i></li>\n<li title=\"cloud\"><i class=\"la la-cloud\"></i></li>\n<li title=\"cloud-meatball\"><i class=\"la la-cloud-meatball\"></i></li>\n<li title=\"cloud-moon\"><i class=\"la la-cloud-moon\"></i></li>\n<li title=\"cloud-moon-rain\"><i class=\"la la-cloud-moon-rain\"></i></li>\n<li title=\"cloud-rain\"><i class=\"la la-cloud-rain\"></i></li>\n<li title=\"cloud-showers-heavy\"><i class=\"la la-cloud-showers-heavy\"></i></li>\n<li title=\"cloud-sun\"><i class=\"la la-cloud-sun\"></i></li>\n<li title=\"cloud-sun-rain\"><i class=\"la la-cloud-sun-rain\"></i></li>\n<li title=\"meteor\"><i class=\"la la-meteor\"></i></li>\n<li title=\"moon\"><i class=\"la la-moon\"></i></li>\n<li title=\"poo-storm\"><i class=\"la la-poo-storm\"></i></li>\n<li title=\"rainbow\"><i class=\"la la-rainbow\"></i></li>\n<li title=\"smog\"><i class=\"la la-smog\"></i></li>\n<li title=\"snowflake\"><i class=\"la la-snowflake\"></i></li>\n<li title=\"sun\"><i class=\"la la-sun\"></i></li>\n<li title=\"temperature-high\"><i class=\"la la-temperature-high\"></i></li>\n<li title=\"temperature-low\"><i class=\"la la-temperature-low\"></i></li>\n<li title=\"umbrella\"><i class=\"la la-umbrella\"></i></li>\n<li title=\"water\"><i class=\"la la-water\"></i></li>\n<li title=\"wind\"><i class=\"la la-wind\"></i></li>\n<li title=\"glass-whiskey\"><i class=\"la la-glass-whiskey\"></i></li>\n<li title=\"icicles\"><i class=\"la la-icicles\"></i></li>\n<li title=\"igloo\"><i class=\"la la-igloo\"></i></li>\n<li title=\"mitten\"><i class=\"la la-mitten\"></i></li>\n<li title=\"skating\"><i class=\"la la-skating\"></i></li>\n<li title=\"skiing\"><i class=\"la la-skiing\"></i></li>\n<li title=\"skiing-nordic\"><i class=\"la la-skiing-nordic\"></i></li>\n<li title=\"snowboarding\"><i class=\"la la-snowboarding\"></i></li>\n<li title=\"snowplow\"><i class=\"la la-snowplow\"></i></li>\n<li title=\"tram\"><i class=\"la la-tram\"></i></li>\n</ul>\n"
  },
  {
    "path": "resources/svg/icons/150-outlined-icons/index.html",
    "content": "<style>\nul.svg-list {\n\tlist-style:none;\n\tpadding:0;\n\tmargin:10px 0 0;\n}\nul.svg-list li {\n\tdisplay:inline-block;\n\tposition:relative;\n\twidth:32px;\n\theight:32px;\n\tpadding:3px;\n\tmargin-right:5px;\n\tmargin-bottom:5px;\n\tbox-shadow:0px 3px 6px 0px rgba(0, 0, 0, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.08);\n}\n\nul.svg-list li:hover {\n\tbox-shadow:none;//0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 0px rgba(0, 0, 0, 0.15);\n}\n\nul.svg-list li svg{\n\tmax-width:100%;\n\tmax-height:100%;\n\tfill: var(--bs-body-color);\n\tcolor: var(--bs-border-color);\n}\n\nul.svg-list li span {\n\t//display:none;\n}\n\nul.svg-list li.heading {\n\twidth:100%;\n\tbox-shadow:none;\n\ttext-transform: capitalize;\n\tfont-size: 12px;\n\tline-height: 32px;\t\n}\n\nul.svg-list li span {\n  visibility: hidden;\n  min-width: 120px;\n  background-color: black;\n  color: #fff;\n  text-align: center;\n  border-radius: 6px;\n  padding: 5px 0;\n  \n  /* Position the tooltip */\n  position: absolute;\n  z-index: 1;\n  left:0;\n  top: 105%;\n  font-size:12px;\n}\n\nul.svg-list li:hover  span {\n  visibility: visible;\n}\n\nul.svg-list li:hover  svg {\n\ttransform: scale(2);\n\tfill:blue;\n\tcolor:green;\n}\t\n</style>\n<ul class=\"svg-list\"><li title=\"accelerator \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M32,0c-8.547,0-16.583,3.33-22.626,9.374C3.329,15.417,0,23.453,0,32s3.329,16.583,9.373,22.626\r\n\t\tC15.417,60.671,23.452,64,32,64c8.548,0,16.583-3.33,22.627-9.374C60.671,48.583,64,40.547,64,32s-3.329-16.583-9.373-22.626\r\n\t\tC48.583,3.329,40.547,0,32,0z M51.798,51.798C46.51,57.087,39.479,60,32,60s-14.51-2.913-19.798-8.203C6.912,46.509,4,39.479,4,32\r\n\t\ts2.913-14.509,8.202-19.798C17.49,6.913,24.521,4,32,4s14.511,2.913,19.799,8.203C57.088,17.491,60,24.521,60,32\r\n\t\tS57.088,46.509,51.798,51.798z\"/>\r\n\t<path d=\"M32,8c-6.411,0-12.438,2.497-16.97,7.03C10.497,19.563,8,25.59,8,32c0,1.104,0.896,2,2,2s2-0.896,2-2\r\n\t\tc0-5.341,2.081-10.363,5.859-14.142C21.636,14.081,26.658,12,32,12c5.342,0,10.365,2.081,14.142,5.858\r\n\t\tC49.92,21.637,52,26.659,52,32c0,1.104,0.896,2,2,2s2-0.896,2-2c0-6.409-2.496-12.436-7.029-16.97C44.438,10.497,38.411,8,32,8z\"/>\r\n\t<path d=\"M32,31c-0.274,0-0.544,0.029-0.807,0.083l-5.698-6.411c-0.733-0.826-1.998-0.9-2.823-0.166\r\n\t\tc-0.826,0.734-0.9,1.998-0.166,2.823l5.71,6.424c-0.133,0.404-0.218,0.826-0.216,1.264c0.004,1.068,0.425,2.071,1.184,2.823\r\n\t\tC29.938,38.588,30.938,39,32,39c1.075,0,2.083-0.42,2.841-1.184c1.551-1.567,1.54-4.104-0.024-5.655C34.063,31.412,33.062,31,32,31\r\n\t\tz\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"add folder \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M62,14H30.829l-7.415-7.414C23.039,6.211,22.53,6,22,6H2C0.896,6,0,6.896,0,8v44c0,1.104,0.896,2,2,2h60\r\n\t\tc1.104,0,2-0.896,2-2V16C64,14.896,63.104,14,62,14z M60,50H4V10h17.171l7.415,7.414C28.961,17.789,29.47,18,30,18h30V50z\"/>\r\n\t<path d=\"M30,32h-8c-1.104,0-2,0.896-2,2s0.896,2,2,2h8v8c0,1.104,0.896,2,2,2s2-0.896,2-2v-8h8c1.104,0,2-0.896,2-2s-0.896-2-2-2\r\n\t\th-8v-8c0-1.104-0.896-2-2-2s-2,0.896-2,2V32z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"agenda \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M13,64h38c2.206,0,4-1.794,4-4V4c0-2.206-1.794-4-4-4H13c-2.206,0-4,1.794-4,4v6H7c-1.104,0-2,0.896-2,2s0.896,2,2,2h2v4H7\r\n\t\tc-1.104,0-2,0.896-2,2s0.896,2,2,2h2v4H7c-1.104,0-2,0.896-2,2s0.896,2,2,2h2v4H7c-1.104,0-2,0.896-2,2s0.896,2,2,2h2v4H7\r\n\t\tc-1.104,0-2,0.896-2,2s0.896,2,2,2h2v4H7c-1.104,0-2,0.896-2,2s0.896,2,2,2h2v6C9,62.206,10.794,64,13,64z M51,60h-8V4h8V60z\r\n\t\t M13,46h2c1.104,0,2-0.896,2-2s-0.896-2-2-2h-2v-4h2c1.104,0,2-0.896,2-2s-0.896-2-2-2h-2v-4h2c1.104,0,2-0.896,2-2s-0.896-2-2-2\r\n\t\th-2v-4h2c1.104,0,2-0.896,2-2s-0.896-2-2-2h-2v-4h2c1.104,0,2-0.896,2-2s-0.896-2-2-2h-2V4h26v56H13v-6h2c1.104,0,2-0.896,2-2\r\n\t\ts-0.896-2-2-2h-2V46z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"alarm clock \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M58,32C58,17.663,46.336,6,32,6S6,17.663,6,32c0,9.777,5.427,18.308,13.425,22.747l-5.839,5.839\r\n\t\tc-0.781,0.781-0.781,2.047,0,2.828C13.976,63.805,14.488,64,15,64s1.024-0.195,1.414-0.586l6.908-6.908\r\n\t\tC26.038,57.47,28.958,58,32,58s5.962-0.53,8.678-1.494l6.908,6.908C47.976,63.805,48.488,64,49,64s1.024-0.195,1.414-0.586\r\n\t\tc0.781-0.781,0.781-2.047,0-2.828l-5.839-5.839C52.573,50.308,58,41.777,58,32z M41.122,52.012\r\n\t\tc-0.552-0.033-1.115,0.152-1.536,0.574c-0.029,0.029-0.049,0.062-0.076,0.093C37.166,53.533,34.637,54,32,54\r\n\t\ts-5.166-0.467-7.51-1.321c-0.027-0.03-0.047-0.063-0.076-0.093c-0.421-0.422-0.984-0.607-1.536-0.574\r\n\t\tC15.289,48.538,10,40.878,10,32c0-12.131,9.869-22,22-22s22,9.869,22,22C54,40.878,48.711,48.538,41.122,52.012z\"/>\r\n\t<path d=\"M40.895,34.211L34,30.764V20c0-1.104-0.896-2-2-2s-2,0.896-2,2v12c0,0.758,0.428,1.45,1.105,1.789l8,4\r\n\t\tC39.393,37.933,39.698,38,39.999,38c0.733,0,1.44-0.404,1.791-1.105C42.283,35.906,41.882,34.705,40.895,34.211z\"/>\r\n\t<path d=\"M17.914,3.421c-0.213-0.706-0.798-1.237-1.522-1.382l-10-2C5.737-0.093,5.058,0.112,4.586,0.586l-4,4\r\n\t\tc-0.473,0.473-0.678,1.15-0.547,1.807l2,10c0.145,0.723,0.675,1.308,1.381,1.521C3.611,17.972,3.806,18,4,18\r\n\t\tc0.522,0,1.034-0.205,1.414-0.586l12-12C17.936,4.893,18.128,4.126,17.914,3.421z M5.228,11.943L4.171,6.657l2.486-2.486\r\n\t\tl5.286,1.058L5.228,11.943z\"/>\r\n\t<path d=\"M60,18c0.194,0,0.389-0.028,0.58-0.086c0.706-0.214,1.237-0.799,1.381-1.521l2-10c0.131-0.656-0.074-1.334-0.547-1.807\r\n\t\tl-4-4c-0.473-0.474-1.152-0.679-1.806-0.547l-10,2c-0.724,0.145-1.309,0.676-1.522,1.382c-0.214,0.705-0.021,1.472,0.5,1.993l12,12\r\n\t\tC58.966,17.795,59.478,18,60,18z M57.343,4.171l2.486,2.486l-1.057,5.286l-6.715-6.715L57.343,4.171z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"arrow down \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M47.546,25.627L32,42.087l-15.546-16.46c-0.758-0.804-2.024-0.839-2.827-0.081c-0.803,0.758-0.839,2.024-0.081,2.827l17,18\r\n\t\tC30.924,46.773,31.45,47,32,47s1.076-0.227,1.454-0.627l17-18c0.758-0.803,0.722-2.069-0.081-2.827\r\n\t\tC49.57,24.788,48.305,24.824,47.546,25.627z\"/>\r\n\t<path d=\"M32,0C23.452,0,15.417,3.329,9.373,9.374C3.329,15.417,0,23.453,0,32s3.329,16.583,9.373,22.626\r\n\t\tC15.417,60.671,23.452,64,32,64s16.583-3.329,22.626-9.374C60.671,48.583,64,40.547,64,32s-3.33-16.583-9.374-22.626\r\n\t\tC48.583,3.329,40.548,0,32,0z M51.797,51.798C46.51,57.087,39.479,60,32,60c-7.479,0-14.51-2.913-19.799-8.202\r\n\t\tC6.913,46.51,4,39.479,4,32s2.913-14.51,8.202-19.798C17.49,6.913,24.521,4,32,4c7.479,0,14.51,2.913,19.798,8.203\r\n\t\tC57.087,17.491,60,24.521,60,32S57.087,46.509,51.797,51.798z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"arrow left \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M38.454,13.627c-0.759-0.804-2.024-0.839-2.827-0.081l-18,17C17.227,30.924,17,31.45,17,32s0.227,1.076,0.627,1.454l18,17\r\n\t\tC36.013,50.819,36.507,51,37,51c0.531,0,1.061-0.21,1.455-0.627c0.758-0.803,0.722-2.069-0.081-2.827L21.913,32l16.46-15.546\r\n\t\tC39.176,15.696,39.212,14.43,38.454,13.627z\"/>\r\n\t<path d=\"M32,0C23.453,0,15.417,3.329,9.374,9.373C3.329,15.417,0,23.453,0,32s3.33,16.583,9.374,22.626\r\n\t\tC15.417,60.671,23.453,64,32,64s16.583-3.329,22.626-9.373C60.671,48.583,64,40.547,64,32s-3.33-16.583-9.374-22.626\r\n\t\tC48.583,3.329,40.547,0,32,0z M51.797,51.798C46.509,57.087,39.479,60,32,60s-14.509-2.913-19.798-8.202C6.913,46.51,4,39.479,4,32\r\n\t\ts2.913-14.51,8.203-19.798C17.491,6.913,24.521,4,32,4s14.509,2.913,19.798,8.202C57.087,17.49,60,24.521,60,32\r\n\t\tS57.087,46.51,51.797,51.798z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"arrow right \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M28.373,13.546c-0.803-0.758-2.068-0.722-2.827,0.081c-0.758,0.803-0.722,2.069,0.081,2.827L42.087,32l-16.46,15.546\r\n\t\tc-0.803,0.758-0.839,2.024-0.081,2.827C25.939,50.79,26.469,51,27,51c0.493,0,0.986-0.181,1.373-0.546l18-17\r\n\t\tC46.773,33.076,47,32.55,47,32s-0.227-1.076-0.627-1.454L28.373,13.546z\"/>\r\n\t<path d=\"M32,0C23.453,0,15.417,3.329,9.374,9.373C3.329,15.417,0,23.453,0,32s3.33,16.583,9.374,22.626\r\n\t\tC15.417,60.671,23.453,64,32,64s16.583-3.329,22.626-9.373C60.671,48.583,64,40.547,64,32s-3.33-16.583-9.374-22.626\r\n\t\tC48.583,3.329,40.547,0,32,0z M51.797,51.798C46.509,57.087,39.479,60,32,60s-14.509-2.913-19.798-8.202C6.913,46.51,4,39.479,4,32\r\n\t\ts2.913-14.51,8.203-19.798C17.491,6.913,24.521,4,32,4s14.509,2.913,19.798,8.202C57.087,17.49,60,24.521,60,32\r\n\t\tS57.087,46.51,51.797,51.798z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"arrow up \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M33.454,17.627c-0.756-0.801-2.152-0.801-2.908,0l-17,18c-0.758,0.803-0.722,2.069,0.081,2.827\r\n\t\tc0.803,0.758,2.069,0.722,2.827-0.081L32,21.913l15.546,16.46C47.939,38.79,48.469,39,49,39c0.493,0,0.986-0.181,1.373-0.546\r\n\t\tc0.803-0.758,0.839-2.024,0.081-2.827L33.454,17.627z\"/>\r\n\t<path d=\"M32,0C23.453,0,15.417,3.329,9.374,9.373C3.329,15.417,0,23.453,0,32s3.33,16.583,9.374,22.626\r\n\t\tC15.417,60.671,23.453,64,32,64s16.583-3.329,22.626-9.373C60.671,48.583,64,40.547,64,32s-3.33-16.583-9.374-22.626\r\n\t\tC48.583,3.329,40.547,0,32,0z M51.797,51.798C46.509,57.087,39.479,60,32,60s-14.509-2.913-19.798-8.202C6.913,46.51,4,39.479,4,32\r\n\t\ts2.913-14.51,8.203-19.798C17.491,6.913,24.521,4,32,4s14.509,2.913,19.798,8.202C57.087,17.49,60,24.521,60,32\r\n\t\tS57.087,46.51,51.797,51.798z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"battery 1 \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M0,45c0,1.104,0.896,2,2,2h58c1.104,0,2-0.896,2-2v-4h2V25h-2v-4c0-1.104-0.896-2-2-2H2c-1.104,0-2,0.896-2,2V45z M4,23h54\r\n\t\tv20H4V23z\"/>\r\n\t<path d=\"M10,25c-1.104,0-2,0.896-2,2v12c0,1.104,0.896,2,2,2s2-0.896,2-2V27C12,25.896,11.104,25,10,25z\"/>\r\n\t<path d=\"M16,25c-1.104,0-2,0.896-2,2v12c0,1.104,0.896,2,2,2s2-0.896,2-2V27C18,25.896,17.104,25,16,25z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"battery 2 \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M62,20c0-1.104-0.896-2-2-2H2c-1.104,0-2,0.896-2,2v24c0,1.104,0.896,2,2,2h58c1.104,0,2-0.896,2-2v-4h2V24h-2V20z M58,42\r\n\t\tH4V22h54V42z\"/>\r\n\t<path d=\"M10,24c-1.104,0-2,0.896-2,2v12c0,1.104,0.896,2,2,2s2-0.896,2-2V26C12,24.896,11.104,24,10,24z\"/>\r\n\t<path d=\"M16,24c-1.104,0-2,0.896-2,2v12c0,1.104,0.896,2,2,2s2-0.896,2-2V26C18,24.896,17.104,24,16,24z\"/>\r\n\t<path d=\"M22,24c-1.104,0-2,0.896-2,2v12c0,1.104,0.896,2,2,2s2-0.896,2-2V26C24,24.896,23.104,24,22,24z\"/>\r\n\t<path d=\"M28,24c-1.104,0-2,0.896-2,2v12c0,1.104,0.896,2,2,2s2-0.896,2-2V26C30,24.896,29.104,24,28,24z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"battery 3 \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M0,44c0,1.104,0.896,2,2,2h58c1.104,0,2-0.896,2-2v-4h2V24h-2v-4c0-1.104-0.896-2-2-2H2c-1.104,0-2,0.896-2,2V44z M4,22h54\r\n\t\tv20H4V22z\"/>\r\n\t<path d=\"M10,24c-1.104,0-2,0.896-2,2v12c0,1.104,0.896,2,2,2s2-0.896,2-2V26C12,24.896,11.104,24,10,24z\"/>\r\n\t<path d=\"M16,24c-1.104,0-2,0.896-2,2v12c0,1.104,0.896,2,2,2s2-0.896,2-2V26C18,24.896,17.104,24,16,24z\"/>\r\n\t<path d=\"M22,24c-1.104,0-2,0.896-2,2v12c0,1.104,0.896,2,2,2s2-0.896,2-2V26C24,24.896,23.104,24,22,24z\"/>\r\n\t<path d=\"M28,24c-1.104,0-2,0.896-2,2v12c0,1.104,0.896,2,2,2s2-0.896,2-2V26C30,24.896,29.104,24,28,24z\"/>\r\n\t<path d=\"M34,24c-1.104,0-2,0.896-2,2v12c0,1.104,0.896,2,2,2s2-0.896,2-2V26C36,24.896,35.104,24,34,24z\"/>\r\n\t<path d=\"M40,24c-1.104,0-2,0.896-2,2v12c0,1.104,0.896,2,2,2s2-0.896,2-2V26C42,24.896,41.104,24,40,24z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"battery 4 \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M0,44c0,1.104,0.896,2,2,2h58c1.104,0,2-0.896,2-2v-4h2V24h-2v-4c0-1.104-0.896-2-2-2H2c-1.104,0-2,0.896-2,2V44z M4,22h54\r\n\t\tv20H4V22z\"/>\r\n\t<path d=\"M10,24c-1.104,0-2,0.896-2,2v12c0,1.104,0.896,2,2,2s2-0.896,2-2V26C12,24.896,11.104,24,10,24z\"/>\r\n\t<path d=\"M16,24c-1.104,0-2,0.896-2,2v12c0,1.104,0.896,2,2,2s2-0.896,2-2V26C18,24.896,17.104,24,16,24z\"/>\r\n\t<path d=\"M22,24c-1.104,0-2,0.896-2,2v12c0,1.104,0.896,2,2,2s2-0.896,2-2V26C24,24.896,23.104,24,22,24z\"/>\r\n\t<path d=\"M28,24c-1.104,0-2,0.896-2,2v12c0,1.104,0.896,2,2,2s2-0.896,2-2V26C30,24.896,29.104,24,28,24z\"/>\r\n\t<path d=\"M34,24c-1.104,0-2,0.896-2,2v12c0,1.104,0.896,2,2,2s2-0.896,2-2V26C36,24.896,35.104,24,34,24z\"/>\r\n\t<path d=\"M40,24c-1.104,0-2,0.896-2,2v12c0,1.104,0.896,2,2,2s2-0.896,2-2V26C42,24.896,41.104,24,40,24z\"/>\r\n\t<path d=\"M46,24c-1.104,0-2,0.896-2,2v12c0,1.104,0.896,2,2,2s2-0.896,2-2V26C48,24.896,47.104,24,46,24z\"/>\r\n\t<path d=\"M52,24c-1.104,0-2,0.896-2,2v12c0,1.104,0.896,2,2,2s2-0.896,2-2V26C54,24.896,53.104,24,52,24z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"blackboard graph \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M58,44c1.104,0,2-0.896,2-2V6c0-1.104-0.896-2-2-2H34V2c0-1.104-0.896-2-2-2s-2,0.896-2,2v2H6C4.896,4,4,4.896,4,6v36\r\n\t\tc0,1.104,0.896,2,2,2h24v10.172l-6.414,6.414c-0.781,0.781-0.781,2.047,0,2.828s2.047,0.781,2.828,0L30,59.828V62\r\n\t\tc0,1.104,0.896,2,2,2s2-0.896,2-2v-2.172l3.586,3.586C37.977,63.805,38.488,64,39,64s1.023-0.195,1.414-0.586\r\n\t\tc0.781-0.781,0.781-2.047,0-2.828L34,54.172V44H58z M8,8h48v32H8V8z\"/>\r\n\t<path d=\"M46,24c0,1.104,0.896,2,2,2s2-0.896,2-2V14c0-0.131-0.014-0.263-0.039-0.392c-0.013-0.06-0.035-0.115-0.052-0.173\r\n\t\tc-0.02-0.067-0.035-0.135-0.062-0.2c-0.029-0.068-0.068-0.131-0.104-0.195c-0.027-0.05-0.049-0.102-0.08-0.148\r\n\t\tc-0.147-0.22-0.336-0.408-0.556-0.555c-0.047-0.032-0.099-0.054-0.148-0.081c-0.064-0.035-0.127-0.074-0.195-0.104\r\n\t\tc-0.065-0.026-0.133-0.042-0.2-0.062c-0.058-0.017-0.113-0.039-0.173-0.052C48.263,12.014,48.131,12,48,12H38c-1.104,0-2,0.896-2,2\r\n\t\ts0.896,2,2,2h5.172L30,29.172l-4.586-4.586c-0.781-0.781-2.047-0.781-2.828,0l-8,8c-0.781,0.781-0.781,2.047,0,2.828\r\n\t\tC14.977,35.805,15.488,36,16,36s1.023-0.195,1.414-0.586L24,28.828l4.586,4.586c0.781,0.781,2.047,0.781,2.828,0L46,18.828V24z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"boat \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M58,46H32V2c0-1.104-0.896-2-2-2s-2,0.896-2,2v44H6c-0.672,0-1.3,0.338-1.67,0.899c-0.37,0.562-0.433,1.271-0.168,1.889\r\n\t\tl6,14C10.477,63.523,11.2,64,12,64h40c0.8,0,1.523-0.477,1.838-1.212l6-14c0.265-0.618,0.201-1.327-0.168-1.889\r\n\t\tC59.3,46.338,58.672,46,58,46z M50.681,60H13.319L9.033,50h45.934L50.681,60z\"/>\r\n\t<path d=\"M22.285,20.971l-12,20c-0.371,0.618-0.38,1.387-0.025,2.014S11.279,44,12,44h12c1.104,0,2-0.896,2-2V22\r\n\t\tc0-0.899-0.6-1.688-1.466-1.927C23.668,19.833,22.747,20.2,22.285,20.971z M22,40h-6.468L22,29.221V40z\"/>\r\n\t<path d=\"M34,2v40c0,1.104,0.896,2,2,2c0.18,0,18-0.251,18-22S36.18,0,36,0C34.896,0,34,0.896,34,2z M38,4.222\r\n\t\tC41.88,4.961,50,8.163,50,22c0,13.736-8.114,16.991-12,17.761V4.222z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"booknote \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M18,0c-1.104,0-2,0.896-2,2v60c0,0.809,0.487,1.538,1.235,1.848c0.745,0.309,1.607,0.138,2.179-0.434L32,50.828\r\n\t\tl12.586,12.586C44.968,63.797,45.48,64,46,64c0.257,0,0.518-0.05,0.765-0.152C47.513,63.538,48,62.809,48,62V2c0-1.104-0.896-2-2-2\r\n\t\tH18z M44,57.172L33.414,46.586C33.024,46.195,32.512,46,32,46s-1.024,0.195-1.414,0.586L20,57.172V4h24V57.172z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"booknote add \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M19.414,63.414L32,50.828l12.586,12.586C44.968,63.797,45.48,64,46,64c0.257,0,0.518-0.05,0.765-0.152\r\n\t\tC47.513,63.538,48,62.809,48,62V2c0-1.104-0.896-2-2-2H18c-1.104,0-2,0.896-2,2v60c0,0.809,0.487,1.538,1.235,1.848\r\n\t\tC17.98,64.156,18.842,63.985,19.414,63.414z M20,4h24v53.172L33.414,46.586C33.024,46.195,32.512,46,32,46\r\n\t\ts-1.024,0.195-1.414,0.586L20,57.172V4z\"/>\r\n\t<path d=\"M34,28v-4h4c1.104,0,2-0.896,2-2s-0.896-2-2-2h-4v-4c0-1.104-0.896-2-2-2s-2,0.896-2,2v4h-4c-1.104,0-2,0.896-2,2\r\n\t\ts0.896,2,2,2h4v4c0,1.104,0.896,2,2,2S34,29.104,34,28z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"booknote remove \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M19.414,63.414L32,50.828l12.586,12.586C44.968,63.797,45.48,64,46,64c0.257,0,0.518-0.05,0.765-0.152\r\n\t\tC47.513,63.538,48,62.809,48,62V2c0-1.104-0.896-2-2-2H18c-1.104,0-2,0.896-2,2v60c0,0.809,0.487,1.538,1.235,1.848\r\n\t\tC17.98,64.156,18.842,63.985,19.414,63.414z M20,4h24v53.172L33.414,46.586C33.024,46.195,32.512,46,32,46\r\n\t\ts-1.024,0.195-1.414,0.586L20,57.172V4z\"/>\r\n\t<path d=\"M36.586,29.414C36.976,29.805,37.488,30,38,30s1.024-0.195,1.414-0.586c0.781-0.781,0.781-2.047,0-2.828L34.828,22\r\n\t\tl4.586-4.586c0.781-0.781,0.781-2.047,0-2.828c-0.78-0.781-2.048-0.781-2.828,0L32,19.172l-4.586-4.586\r\n\t\tc-0.78-0.781-2.048-0.781-2.828,0c-0.781,0.781-0.781,2.047,0,2.828L29.172,22l-4.586,4.586c-0.781,0.781-0.781,2.047,0,2.828\r\n\t\tC24.976,29.805,25.488,30,26,30s1.024-0.195,1.414-0.586L32,24.828L36.586,29.414z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"calendar \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M62,8h-8V6c0-1.104-0.896-2-2-2h-6c-1.104,0-2,0.896-2,2v2H20V6c0-1.104-0.896-2-2-2h-6c-1.104,0-2,0.896-2,2v2H2\r\n\t\tc-1.104,0-2,0.896-2,2v48c0,1.104,0.896,2,2,2h60c1.104,0,2-0.896,2-2V10C64,8.896,63.104,8,62,8z M48,8h2v4h-2V8z M14,8h2v4h-2V8z\r\n\t\t M60,56H4V12h6v2c0,1.104,0.896,2,2,2h6c1.104,0,2-0.896,2-2v-2h24v2c0,1.104,0.896,2,2,2h6c1.104,0,2-0.896,2-2v-2h6V56z\"/>\r\n\t<path d=\"M20,24h-8c-1.104,0-2,0.896-2,2v8c0,1.104,0.896,2,2,2h8c1.104,0,2-0.896,2-2v-8C22,24.896,21.104,24,20,24z M18,32h-4v-4\r\n\t\th4V32z\"/>\r\n\t<path d=\"M36,24h-8c-1.104,0-2,0.896-2,2v8c0,1.104,0.896,2,2,2h8c1.104,0,2-0.896,2-2v-8C38,24.896,37.104,24,36,24z M34,32h-4v-4\r\n\t\th4V32z\"/>\r\n\t<path d=\"M52,24h-8c-1.104,0-2,0.896-2,2v8c0,1.104,0.896,2,2,2h8c1.104,0,2-0.896,2-2v-8C54,24.896,53.104,24,52,24z M50,32h-4v-4\r\n\t\th4V32z\"/>\r\n\t<path d=\"M20,40h-8c-1.104,0-2,0.896-2,2v8c0,1.104,0.896,2,2,2h8c1.104,0,2-0.896,2-2v-8C22,40.896,21.104,40,20,40z M18,48h-4v-4\r\n\t\th4V48z\"/>\r\n\t<path d=\"M36,40h-8c-1.104,0-2,0.896-2,2v8c0,1.104,0.896,2,2,2h8c1.104,0,2-0.896,2-2v-8C38,40.896,37.104,40,36,40z M34,48h-4v-4\r\n\t\th4V48z\"/>\r\n\t<path d=\"M52,40h-8c-1.104,0-2,0.896-2,2v8c0,1.104,0.896,2,2,2h8c1.104,0,2-0.896,2-2v-8C54,40.896,53.104,40,52,40z M50,48h-4v-4\r\n\t\th4V48z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"camera 1 \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M0,52c0,1.104,0.896,2,2,2h60c1.104,0,2-0.896,2-2V20c0-1.104-0.896-2-2-2H46.961l-7.4-9.249C39.182,8.276,38.607,8,38,8\r\n\t\tH26c-0.607,0-1.182,0.276-1.562,0.751L17.039,18H2c-1.104,0-2,0.896-2,2V52z M18,22c0.607,0,1.182-0.276,1.562-0.751l7.4-9.249\r\n\t\th10.077l7.4,9.249C44.818,21.724,45.393,22,46,22h14v28H12V22H18z M4,22h4v28H4V22z\"/>\r\n\t<path d=\"M32,46c5.514,0,10-4.486,10-10s-4.486-10-10-10s-10,4.486-10,10S26.486,46,32,46z M32,30c3.309,0,6,2.691,6,6s-2.691,6-6,6\r\n\t\ts-6-2.691-6-6S28.691,30,32,30z\"/>\r\n\t<path d=\"M54,30c0.52,0,1.04-0.21,1.41-0.59C55.79,29.04,56,28.53,56,28s-0.21-1.04-0.59-1.41c-0.74-0.75-2.08-0.75-2.82,0\r\n\t\tC52.21,26.96,52,27.47,52,28s0.21,1.04,0.59,1.42C52.96,29.79,53.48,30,54,30z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"camera 2 \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M0,52c0,1.104,0.896,2,2,2h60c1.104,0,2-0.896,2-2V16c0-1.104-0.896-2-2-2H20v-4c0-1.104-0.896-2-2-2H8\r\n\t\tc-1.104,0-2,0.896-2,2v4H2c-1.104,0-2,0.896-2,2V52z M10,12h6v2h-6V12z M4,18h56v32H4V18z\"/>\r\n\t<path d=\"M40,22c-6.617,0-12,5.383-12,12s5.383,12,12,12s12-5.383,12-12S46.617,22,40,22z M40,42c-4.411,0-8-3.589-8-8s3.589-8,8-8\r\n\t\ts8,3.589,8,8S44.411,42,40,42z\"/>\r\n\t<path d=\"M16,23h-6c-1.104,0-2,0.896-2,2s0.896,2,2,2h6c1.104,0,2-0.896,2-2S17.104,23,16,23z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"case \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M62,16H45v-6c0-1.104-0.896-2-2-2H21c-1.104,0-2,0.896-2,2v6H2c-1.104,0-2,0.896-2,2v36c0,1.104,0.896,2,2,2h60\r\n\t\tc1.104,0,2-0.896,2-2V18C64,16.896,63.104,16,62,16z M23,12h18v4H23V12z M60,52H4V20h56V52z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"case 2 \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M62,16H42.727C42.064,13.082,39.791,8,32,8s-10.064,5.082-10.727,8H2c-1.104,0-2,0.896-2,2v36c0,1.104,0.896,2,2,2h60\r\n\t\tc1.104,0,2-0.896,2-2V18C64,16.896,63.104,16,62,16z M32,12c4.335,0,5.98,2.244,6.608,4H25.388C26.018,14.253,27.669,12,32,12z\r\n\t\t M60,20v8H4v-8H60z M29,32h6v2h-6V32z M4,52V32h21v4c0,1.104,0.896,2,2,2h10c1.104,0,2-0.896,2-2v-4h21v20H4z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"cd \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M32,0c-8.548,0-16.584,3.33-22.627,9.374C3.328,15.417-0.001,23.453-0.001,32s3.329,16.583,9.374,22.626\r\n\t\tC15.416,60.671,23.452,64,32,64c8.547,0,16.583-3.33,22.627-9.374c6.045-6.044,9.374-14.079,9.374-22.626\r\n\t\ts-3.329-16.583-9.374-22.626C48.583,3.329,40.547,0,32,0z M12.201,12.202c1.489-1.49,3.121-2.783,4.857-3.884L27.362,25.49\r\n\t\tc-0.358,0.256-0.701,0.536-1.019,0.853c-0.319,0.319-0.598,0.664-0.852,1.02L8.318,17.059\r\n\t\tC9.419,15.322,10.712,13.691,12.201,12.202z M34.828,34.829C34.072,35.584,33.068,36,32,36s-2.072-0.417-2.828-1.171\r\n\t\tc-1.56-1.56-1.56-4.098,0-5.658C29.928,28.416,30.932,28,32,28c1.068,0,2.072,0.416,2.828,1.171\r\n\t\tC36.388,30.731,36.388,33.269,34.828,34.829z M12.201,51.797C6.912,46.509,3.999,39.479,3.999,32c0-4,0.841-7.868,2.425-11.413\r\n\t\tl17.627,10.576c-0.242,2.318,0.52,4.722,2.293,6.495C27.855,39.168,29.864,40,32,40c0.283,0,0.563-0.017,0.841-0.045l10.572,17.621\r\n\t\tC39.867,59.16,36,60,32,60C24.521,60,17.489,57.087,12.201,51.797z M51.799,51.798c-1.489,1.489-3.121,2.783-4.857,3.884\r\n\t\tL36.639,38.51c0.357-0.256,0.7-0.536,1.018-0.853c0.319-0.319,0.598-0.664,0.852-1.02l17.174,10.304\r\n\t\tC54.581,48.678,53.288,50.309,51.799,51.798z M57.576,43.413L39.949,32.837c0.242-2.318-0.52-4.722-2.293-6.495\r\n\t\tC36.145,24.832,34.136,24,32,24c-0.283,0-0.562,0.017-0.841,0.045L20.587,6.424C24.132,4.84,28,4,32,4\r\n\t\tc7.479,0,14.51,2.913,19.799,8.203c5.289,5.288,8.202,12.319,8.202,19.797C60.001,36,59.16,39.868,57.576,43.413z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"check \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M32,64c8.547,0,16.583-3.329,22.626-9.373C60.671,48.583,64,40.547,64,32s-3.329-16.583-9.373-22.626\r\n\t\tC48.583,3.329,40.547,0,32,0S15.417,3.329,9.374,9.373C3.329,15.417,0,23.453,0,32s3.329,16.583,9.373,22.626\r\n\t\tC15.417,60.671,23.453,64,32,64z M12.202,12.202C17.49,6.913,24.521,4,32,4s14.51,2.913,19.798,8.202C57.087,17.49,60,24.521,60,32\r\n\t\ts-2.913,14.51-8.202,19.798C46.51,57.087,39.479,60,32,60s-14.51-2.913-19.798-8.202C6.913,46.51,4,39.479,4,32\r\n\t\tS6.913,17.49,12.202,12.202z\"/>\r\n\t<path d=\"M23.937,48c0.021,0,0.042,0,0.063,0c0.543,0,1.064-0.221,1.442-0.614l25-26c0.765-0.796,0.741-2.062-0.056-2.828\r\n\t\tc-0.797-0.766-2.062-0.74-2.828,0.056L24.095,43.016l-9.568-11.308c-0.714-0.844-1.976-0.949-2.819-0.235\r\n\t\tc-0.843,0.713-0.948,1.976-0.235,2.819l11,13C22.839,47.725,23.371,48,23.937,48z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"chronometer \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M3,35c0,7.746,3.017,15.028,8.494,20.505C16.971,60.983,24.253,64,32,64c7.746,0,15.029-3.017,20.506-8.495\r\n\t\tC57.984,50.028,61,42.746,61,35s-3.017-15.028-8.494-20.505C47.503,9.491,40.993,6.549,34,6.076V4h4c1.104,0,2-0.896,2-2\r\n\t\ts-0.896-2-2-2h-6h-2h-4c-1.104,0-2,0.896-2,2s0.896,2,2,2h4v2.076c-6.993,0.473-13.503,3.415-18.505,8.419\r\n\t\tC6.017,19.972,3,27.254,3,35z M56.915,33H55c-1.104,0-2,0.896-2,2s0.896,2,2,2h1.915c-0.415,5.27-2.463,10.206-5.901,14.223\r\n\t\tc-0.053-0.068-0.102-0.139-0.164-0.201l-2.829-2.829c-0.781-0.781-2.047-0.781-2.829,0c-0.781,0.78-0.781,2.047,0,2.828\r\n\t\tl2.829,2.829c0.062,0.062,0.133,0.112,0.201,0.164C44.206,57.452,39.27,59.5,34,59.914V57c0-1.104-0.896-2-2-2s-2,0.896-2,2v2.914\r\n\t\tc-5.27-0.414-10.206-2.462-14.222-5.9c0.068-0.053,0.139-0.102,0.201-0.164l2.829-2.829c0.781-0.781,0.781-2.047,0-2.828\r\n\t\tc-0.78-0.781-2.048-0.781-2.828,0l-2.829,2.829c-0.062,0.062-0.112,0.133-0.164,0.201C9.548,47.206,7.5,42.27,7.085,37H9\r\n\t\tc1.104,0,2-0.896,2-2s-0.896-2-2-2H7.085c0.415-5.27,2.463-10.206,5.901-14.222c0.053,0.068,0.102,0.139,0.165,0.201l2.829,2.828\r\n\t\tc0.391,0.391,0.902,0.586,1.414,0.586s1.024-0.195,1.415-0.586c0.781-0.781,0.781-2.048,0-2.828l-2.829-2.828\r\n\t\tc-0.062-0.062-0.133-0.112-0.202-0.165c4.016-3.438,8.953-5.486,14.223-5.9V12c0,1.104,0.896,2,2,2s2-0.896,2-2v-1.914\r\n\t\tc5.27,0.414,10.206,2.462,14.223,5.9c-0.068,0.053-0.139,0.103-0.202,0.165l-2.828,2.828c-0.781,0.781-0.781,2.047,0,2.828\r\n\t\tc0.39,0.391,0.902,0.586,1.414,0.586s1.024-0.195,1.414-0.586l2.828-2.828c0.063-0.062,0.112-0.133,0.165-0.202\r\n\t\tC54.452,22.794,56.5,27.73,56.915,33z\"/>\r\n\t<path d=\"M34,31.557V23c0-1.104-0.896-2-2-2s-2,0.896-2,2v8.557c-1.19,0.693-2,1.969-2,3.443c0,2.206,1.794,4,4,4s4-1.794,4-4\r\n\t\tC36,33.525,35.19,32.25,34,31.557z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"clock \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M32,0C23.453,0,15.417,3.329,9.374,9.374C3.329,15.417,0,23.453,0,32s3.329,16.583,9.373,22.626\r\n\t\tC15.417,60.671,23.453,64,32,64s16.583-3.329,22.627-9.374C60.671,48.583,64,40.547,64,32s-3.329-16.583-9.373-22.626\r\n\t\tC48.583,3.329,40.547,0,32,0z M51.798,51.798C46.51,57.087,39.479,60,32,60c-7.479,0-14.51-2.913-19.798-8.202\r\n\t\tC6.913,46.51,4,39.479,4,32s2.913-14.51,8.202-19.798C17.49,6.913,24.521,4,32,4c7.479,0,14.51,2.913,19.799,8.202\r\n\t\tC57.088,17.49,60,24.521,60,32S57.088,46.51,51.798,51.798z\"/>\r\n\t<path d=\"M46.788,36.162L34,30.682V10c0-1.104-0.896-2-2-2s-2,0.896-2,2v22c0,0.8,0.477,1.523,1.212,1.838l14,6\r\n\t\tc0.257,0.11,0.524,0.163,0.787,0.163c0.776-0.001,1.514-0.455,1.839-1.213C48.273,37.772,47.803,36.597,46.788,36.162z\"/>\r\n\t<path d=\"M12,30h-2c-1.104,0-2,0.896-2,2s0.896,2,2,2h2c1.104,0,2-0.896,2-2S13.104,30,12,30z\"/>\r\n\t<path d=\"M50,32c0,1.104,0.896,2,2,2h2c1.104,0,2-0.896,2-2s-0.896-2-2-2h-2C50.896,30,50,30.896,50,32z\"/>\r\n\t<path d=\"M32,50c-1.104,0-2,0.896-2,2v2c0,1.104,0.896,2,2,2s2-0.896,2-2v-2C34,50.896,33.104,50,32,50z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"cloud check \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M12,52h42c5.514,0,10-4.486,10-10c0-4.855-3.479-8.914-8.074-9.814C55,20.901,45.52,12,34,12\r\n\t\tc-10.224,0-19.043,6.635-21.591,16H12C5.383,28,0,33.383,0,40S5.383,52,12,52z M12,32h2c0.962,0,1.788-0.685,1.966-1.63\r\n\t\tC17.53,22.043,25.115,16,34,16c9.925,0,18,8.075,18,18c0,1.104,0.896,2,2,2c3.309,0,6,2.691,6,6s-2.691,6-6,6H12\r\n\t\tc-4.411,0-8-3.589-8-8S7.589,32,12,32z\"/>\r\n\t<path d=\"M28.586,41.414C28.977,41.805,29.488,42,30,42s1.023-0.195,1.414-0.586l10-10c0.781-0.781,0.781-2.047,0-2.828\r\n\t\tc-0.781-0.781-2.047-0.781-2.828,0L30,37.171l-4.586-4.585c-0.781-0.781-2.047-0.781-2.828,0c-0.781,0.781-0.781,2.047,0,2.828\r\n\t\tL28.586,41.414z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"cloud delete \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M55.926,32.186C55,20.901,45.52,12,34,12c-10.224,0-19.043,6.635-21.591,16H12C5.383,28,0,33.383,0,40s5.383,12,12,12h42\r\n\t\tc5.514,0,10-4.486,10-10C64,37.145,60.521,33.086,55.926,32.186z M54,48H12c-4.411,0-8-3.589-8-8s3.589-8,8-8h2\r\n\t\tc0.962,0,1.788-0.685,1.966-1.63C17.53,22.043,25.115,16,34,16c9.925,0,18,8.075,18,18c0,1.104,0.896,2,2,2c3.309,0,6,2.691,6,6\r\n\t\tS57.309,48,54,48z\"/>\r\n\t<path d=\"M39.414,28.586c-0.781-0.781-2.047-0.781-2.828,0L33,32.172l-3.586-3.586c-0.781-0.781-2.047-0.781-2.828,0\r\n\t\tc-0.781,0.781-0.781,2.047,0,2.828L30.172,35l-3.586,3.586c-0.781,0.781-0.781,2.047,0,2.828C26.977,41.805,27.488,42,28,42\r\n\t\ts1.023-0.195,1.414-0.586L33,37.828l3.586,3.586C36.977,41.805,37.488,42,38,42s1.023-0.195,1.414-0.586\r\n\t\tc0.781-0.781,0.781-2.047,0-2.828L35.828,35l3.586-3.586C40.195,30.633,40.195,29.367,39.414,28.586z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"cloud download \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M32,24c-1.104,0-2,0.896-2,2v27.171l-4.586-4.585c-0.781-0.781-2.047-0.781-2.828,0c-0.781,0.781-0.781,2.047,0,2.828l8,8\r\n\t\tC30.977,59.805,31.488,60,32,60s1.023-0.195,1.414-0.586l8-8c0.781-0.781,0.781-2.047,0-2.828c-0.781-0.781-2.047-0.781-2.828,0\r\n\t\tL34,53.171V26C34,24.896,33.104,24,32,24z\"/>\r\n\t<path d=\"M55.926,24.186C55,12.901,45.52,4,34,4c-10.224,0-19.043,6.635-21.591,16H12C5.383,20,0,25.383,0,32s5.383,12,12,12h12\r\n\t\tc1.104,0,2-0.896,2-2s-0.896-2-2-2H12c-4.411,0-8-3.589-8-8s3.589-8,8-8h2c0.962,0,1.788-0.685,1.966-1.63\r\n\t\tC17.53,14.043,25.115,8,34,8c9.925,0,18,8.075,18,18c0,1.104,0.896,2,2,2c3.309,0,6,2.691,6,6s-2.691,6-6,6H40\r\n\t\tc-1.104,0-2,0.896-2,2s0.896,2,2,2h14c5.514,0,10-4.486,10-10C64,29.145,60.521,25.086,55.926,24.186z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"cloud upload \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M32,60c1.104,0,2-0.896,2-2V30.829l4.586,4.585C38.977,35.805,39.488,36,40,36s1.023-0.195,1.414-0.586\r\n\t\tc0.781-0.781,0.781-2.047,0-2.828l-8-8c-0.781-0.781-2.047-0.781-2.828,0l-8,8c-0.781,0.781-0.781,2.047,0,2.828\r\n\t\tc0.781,0.781,2.047,0.781,2.828,0L30,30.829V58C30,59.104,30.896,60,32,60z\"/>\r\n\t<path d=\"M55.926,24.186C55,12.901,45.52,4,34,4c-10.224,0-19.043,6.635-21.591,16H12C5.383,20,0,25.383,0,32s5.383,12,12,12h12\r\n\t\tc1.104,0,2-0.896,2-2s-0.896-2-2-2H12c-4.411,0-8-3.589-8-8s3.589-8,8-8h2c0.962,0,1.788-0.685,1.966-1.63\r\n\t\tC17.53,14.043,25.115,8,34,8c9.925,0,18,8.075,18,18c0,1.104,0.896,2,2,2c3.309,0,6,2.691,6,6s-2.691,6-6,6H40\r\n\t\tc-1.104,0-2,0.896-2,2s0.896,2,2,2h14c5.514,0,10-4.486,10-10C64,29.145,60.521,25.086,55.926,24.186z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"cloudy \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M55.926,32.186C55,20.901,45.52,12,34,12c-10.224,0-19.042,6.635-21.591,16H12C5.383,28,0,33.383,0,40s5.383,12,12,12h42\r\n\t\tc5.514,0,10-4.486,10-10C64,37.145,60.521,33.086,55.926,32.186z M54,48H12c-4.411,0-8-3.589-8-8s3.589-8,8-8h2\r\n\t\tc0.962,0,1.788-0.685,1.966-1.63C17.531,22.043,25.115,16,34,16c9.925,0,18,8.075,18,18c0,1.104,0.896,2,2,2c3.309,0,6,2.691,6,6\r\n\t\tS57.309,48,54,48z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"cocktail \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M4.122,8.312C3.833,9.1,4.067,9.985,4.708,10.527L30,31.928V60H19c-1.104,0-2,0.896-2,2s0.896,2,2,2h26\r\n\t\tc1.104,0,2-0.896,2-2s-0.896-2-2-2H34V31.928l25.292-21.401c0.641-0.542,0.875-1.427,0.586-2.215S58.839,7,58,7H43.828l3.586-3.586\r\n\t\tc0.781-0.781,0.781-2.047,0-2.828c-0.781-0.781-2.047-0.781-2.828,0l-6,6C38.46,6.712,38.362,6.853,38.276,7H6\r\n\t\tC5.161,7,4.411,7.524,4.122,8.312z M52.54,11L32,28.38L11.46,11H52.54z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"coffee \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M10,26v28c0,3.459,2.09,10,10,10h16c7.91,0,10-6.541,10-10v-2h6c1.104,0,2-0.896,2-2V34c0-1.104-0.896-2-2-2h-6v-6\r\n\t\tc0-1.104-0.896-2-2-2H12C10.896,24,10,24.896,10,26z M50,36v12h-4V36H50z M14,28h28v25.989C41.989,54.993,41.646,60,36,60H24.16H20\r\n\t\tc-5.646,0-5.989-5.007-6-6V28z\"/>\r\n\t<path d=\"M17,12c-1.104,0-2,0.896-2,2v4c0,1.104,0.896,2,2,2s2-0.896,2-2v-2h8c1.104,0,2-0.896,2-2V8c0-1.104-0.896-2-2-2h-5V2\r\n\t\tc0-1.104-0.896-2-2-2s-2,0.896-2,2v6c0,1.104,0.896,2,2,2h5v2H17z\"/>\r\n\t<path d=\"M33,12c-1.104,0-2,0.896-2,2v4c0,1.104,0.896,2,2,2s2-0.896,2-2v-2h8c1.104,0,2-0.896,2-2V6c0-1.104-0.896-2-2-2h-5V2\r\n\t\tc0-1.104-0.896-2-2-2s-2,0.896-2,2v4c0,1.104,0.896,2,2,2h5v4H33z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"compass \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M32,0c-8.548,0-16.584,3.33-22.627,9.374C3.328,15.417-0.001,23.453-0.001,32s3.329,16.583,9.374,22.626\r\n\t\tC15.416,60.671,23.452,64,32,64c8.547,0,16.583-3.33,22.627-9.374c6.045-6.044,9.374-14.079,9.374-22.626\r\n\t\ts-3.329-16.583-9.374-22.626C48.583,3.329,40.547,0,32,0z M51.799,51.798C46.51,57.087,39.479,60,32,60\r\n\t\tc-7.479,0-14.511-2.913-19.799-8.203C6.912,46.509,3.999,39.479,3.999,32s2.913-14.509,8.202-19.798C17.489,6.913,24.521,4,32,4\r\n\t\tc7.479,0,14.51,2.913,19.799,8.203c5.289,5.288,8.202,12.319,8.202,19.797S57.088,46.509,51.799,51.798z\"/>\r\n\t<path d=\"M41.857,31.257l-8-20C33.554,10.498,32.817,10,32,10s-1.554,0.498-1.857,1.257l-8,20c-0.192,0.482-0.182,1.011,0.006,1.483\r\n\t\tl-0.006,0.002l8,20C30.446,53.502,31.183,54,32,54s1.554-0.498,1.857-1.257l8-20l-0.006-0.002\r\n\t\tC42.039,32.269,42.05,31.739,41.857,31.257z M32,17.385L37.046,30H26.954L32,17.385z M32,46.615L26.954,34h10.092L32,46.615z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"compress \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M17.172,24H12c-1.104,0-2,0.896-2,2s0.896,2,2,2h12V16c0-1.104-0.896-2-2-2s-2,0.896-2,2v5.172L3.414,4.586\r\n\t\tc-0.78-0.781-2.048-0.781-2.828,0c-0.781,0.781-0.781,2.047,0,2.828L17.172,24z\"/>\r\n\t<path d=\"M46.828,40H52c1.104,0,2-0.896,2-2s-0.896-2-2-2H40v12c0,1.104,0.896,2,2,2s2-0.896,2-2v-5.172l16.586,16.586\r\n\t\tC60.976,59.805,61.488,60,62,60s1.024-0.195,1.414-0.586c0.781-0.781,0.781-2.047,0-2.828L46.828,40z\"/>\r\n\t<path d=\"M2,60c0.512,0,1.024-0.195,1.414-0.586L20,42.828V48c0,1.104,0.896,2,2,2s2-0.896,2-2V36H12c-1.104,0-2,0.896-2,2\r\n\t\ts0.896,2,2,2h5.172L0.586,56.586c-0.781,0.781-0.781,2.047,0,2.828C0.976,59.805,1.488,60,2,60z\"/>\r\n\t<path d=\"M60.586,4.586L44,21.172V16c0-1.104-0.896-2-2-2s-2,0.896-2,2v12h12c1.104,0,2-0.896,2-2s-0.896-2-2-2h-5.172L63.414,7.414\r\n\t\tc0.781-0.781,0.781-2.047,0-2.828C62.634,3.805,61.366,3.805,60.586,4.586z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"cutlery \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M8,0C6.896,0,6,0.896,6,2v16c0,0.861,0.551,1.625,1.368,1.897L12,21.441V62c0,1.104,0.896,2,2,2s2-0.896,2-2V21.441\r\n\t\tl4.632-1.544C21.449,19.625,22,18.861,22,18V2c0-1.104-0.896-2-2-2s-2,0.896-2,2v14.559l-2,0.667V2c0-1.104-0.896-2-2-2\r\n\t\ts-2,0.896-2,2v15.225l-2-0.667V2C10,0.896,9.104,0,8,0z\"/>\r\n\t<path d=\"M34,64c1.104,0,2-0.896,2-2V37.042c0-0.029,0-0.058,0-0.087V2c0-1.104-0.896-2-2-2h-4c-1.012,0-1.864,0.755-1.985,1.759\r\n\t\tl-4,33c-0.122,1.001,0.522,1.937,1.5,2.181L32,38.562V62C32,63.104,32.896,64,34,64z M28.198,33.488L31.772,4H32v30.438\r\n\t\tL28.198,33.488z\"/>\r\n\t<path d=\"M49,64c1.104,0,2-0.896,2-2V23.721c4.115-1.138,7-5.635,7-9.721c0-4.276-3.4-14-9-14s-9,9.724-9,14\r\n\t\tc0,4.085,2.885,8.583,7,9.721V62C47,63.104,47.896,64,49,64z M44,14c0-4.121,3.234-10,5-10s5,5.879,5,10c0,2.718-2.23,6-5,6\r\n\t\tS44,16.718,44,14z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"delete \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M17.586,46.414C17.977,46.805,18.488,47,19,47s1.023-0.195,1.414-0.586L32,34.828l11.586,11.586\r\n\t\tC43.977,46.805,44.488,47,45,47s1.023-0.195,1.414-0.586c0.781-0.781,0.781-2.047,0-2.828L34.828,32l11.586-11.586\r\n\t\tc0.781-0.781,0.781-2.047,0-2.828c-0.781-0.781-2.047-0.781-2.828,0L32,29.172L20.414,17.586c-0.781-0.781-2.047-0.781-2.828,0\r\n\t\tc-0.781,0.781-0.781,2.047,0,2.828L29.172,32L17.586,43.586C16.805,44.367,16.805,45.633,17.586,46.414z\"/>\r\n\t<path d=\"M32,64c8.547,0,16.583-3.329,22.626-9.373C60.671,48.583,64,40.547,64,32s-3.329-16.583-9.374-22.626\r\n\t\tC48.583,3.329,40.547,0,32,0S15.417,3.329,9.374,9.373C3.329,15.417,0,23.453,0,32s3.329,16.583,9.374,22.626\r\n\t\tC15.417,60.671,23.453,64,32,64z M12.202,12.202C17.49,6.913,24.521,4,32,4s14.51,2.913,19.798,8.202C57.087,17.49,60,24.521,60,32\r\n\t\ts-2.913,14.51-8.202,19.798C46.51,57.087,39.479,60,32,60s-14.51-2.913-19.798-8.202C6.913,46.51,4,39.479,4,32\r\n\t\tS6.913,17.49,12.202,12.202z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"delete folder \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M0,52c0,1.104,0.896,2,2,2h60c1.104,0,2-0.896,2-2V16c0-1.104-0.896-2-2-2H30.829l-7.415-7.414C23.039,6.211,22.53,6,22,6\r\n\t\tH2C0.896,6,0,6.896,0,8V52z M4,10h17.171l7.415,7.414C28.961,17.789,29.47,18,30,18h30v32H4V10z\"/>\r\n\t<path d=\"M41.414,24.586c-0.78-0.781-2.048-0.781-2.828,0L32,31.172l-6.586-6.586c-0.78-0.781-2.048-0.781-2.828,0\r\n\t\tc-0.781,0.781-0.781,2.047,0,2.828L29.172,34l-6.586,6.586c-0.781,0.781-0.781,2.047,0,2.828C22.976,43.805,23.488,44,24,44\r\n\t\ts1.024-0.195,1.414-0.586L32,36.828l6.586,6.586C38.976,43.805,39.488,44,40,44s1.024-0.195,1.414-0.586\r\n\t\tc0.781-0.781,0.781-2.047,0-2.828L34.828,34l6.586-6.586C42.195,26.633,42.195,25.367,41.414,24.586z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"dialogue add \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M2,49h14v10c0,0.781,0.455,1.491,1.164,1.817C17.432,60.94,17.716,61,18,61c0.469,0,0.933-0.165,1.302-0.481L32.74,49H62\r\n\t\tc1.104,0,2-0.896,2-2V5c0-1.104-0.896-2-2-2H2C0.896,3,0,3.896,0,5v42C0,48.104,0.896,49,2,49z M4,7h56v38H32\r\n\t\tc-0.478,0-0.939,0.171-1.302,0.481L20,54.651V47c0-1.104-0.896-2-2-2H4V7z\"/>\r\n\t<path d=\"M23,28h7v7c0,1.104,0.896,2,2,2s2-0.896,2-2v-7h7c1.104,0,2-0.896,2-2s-0.896-2-2-2h-7v-7c0-1.104-0.896-2-2-2\r\n\t\ts-2,0.896-2,2v7h-7c-1.104,0-2,0.896-2,2S21.896,28,23,28z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"dialogue delete \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M62,3H2C0.896,3,0,3.896,0,5v42c0,1.104,0.896,2,2,2h14v10c0,0.781,0.455,1.491,1.164,1.817C17.432,60.94,17.717,61,18,61\r\n\t\tc0.469,0,0.932-0.165,1.302-0.481L32.74,49H62c1.104,0,2-0.896,2-2V5C64,3.896,63.104,3,62,3z M60,45H32\r\n\t\tc-0.478,0-0.939,0.171-1.302,0.481L20,54.651V47c0-1.104-0.896-2-2-2H4V7h56V45z\"/>\r\n\t<path d=\"M23.586,34.414C23.977,34.805,24.488,35,25,35s1.023-0.195,1.414-0.586L32,28.828l5.586,5.586\r\n\t\tC37.977,34.805,38.488,35,39,35s1.023-0.195,1.414-0.586c0.781-0.781,0.781-2.047,0-2.828L34.828,26l5.586-5.586\r\n\t\tc0.781-0.781,0.781-2.047,0-2.828c-0.781-0.781-2.047-0.781-2.828,0L32,23.172l-5.586-5.586c-0.781-0.781-2.047-0.781-2.828,0\r\n\t\tc-0.781,0.781-0.781,2.047,0,2.828L29.172,26l-5.586,5.586C22.805,32.367,22.805,33.633,23.586,34.414z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"dialogue happy \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M32.001,38c4.112,0,8-3.888,8-8c0-1.104-0.896-2-2-2s-2,0.896-2,2c0,1.907-2.093,4-4,4s-4-2.093-4-4c0-1.104-0.896-2-2-2\r\n\t\ts-2,0.896-2,2C24.001,34.112,27.889,38,32.001,38z\"/>\r\n\t<path d=\"M22,22c0.53,0,1.04-0.21,1.42-0.59C23.79,21.04,24,20.53,24,20c0-0.53-0.21-1.04-0.58-1.41c-0.75-0.75-2.09-0.75-2.84,0\r\n\t\tC20.21,18.96,20,19.47,20,20c0,0.53,0.21,1.04,0.59,1.41C20.96,21.79,21.48,22,22,22z\"/>\r\n\t<path d=\"M42,22c0.52,0,1.04-0.21,1.41-0.59C43.79,21.04,44,20.53,44,20c0-0.53-0.21-1.04-0.59-1.41c-0.74-0.75-2.08-0.75-2.82,0\r\n\t\tC40.21,18.96,40,19.47,40,20c0,0.53,0.21,1.04,0.59,1.41C40.96,21.79,41.47,22,42,22z\"/>\r\n\t<path d=\"M0,47c0,1.104,0.896,2,2,2h14v10c0,0.781,0.455,1.491,1.164,1.817C17.432,60.94,17.716,61,18,61\r\n\t\tc0.469,0,0.933-0.165,1.302-0.481L32.74,49H62c1.104,0,2-0.896,2-2V5c0-1.104-0.896-2-2-2H2C0.896,3,0,3.896,0,5V47z M4,7h56v38H32\r\n\t\tc-0.478,0-0.939,0.171-1.302,0.481L20,54.651V47c0-1.104-0.896-2-2-2H4V7z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"dialogue sad \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M26,38c1.104,0,2-0.896,2-2c0-1.907,2.093-4,4-4s4,2.093,4,4c0,1.104,0.896,2,2,2s2-0.896,2-2c0-4.112-3.888-8-8-8\r\n\t\ts-8,3.888-8,8C24,37.104,24.896,38,26,38z\"/>\r\n\t<path d=\"M22,22c0.53,0,1.04-0.21,1.41-0.58C23.79,21.04,24,20.53,24,20c0-0.53-0.21-1.04-0.59-1.41c-0.74-0.75-2.08-0.75-2.82,0\r\n\t\tC20.21,18.96,20,19.47,20,20c0,0.53,0.21,1.04,0.59,1.42C20.96,21.79,21.47,22,22,22z\"/>\r\n\t<path d=\"M42,22c0.52,0,1.04-0.21,1.42-0.59C43.79,21.04,44,20.52,44,20s-0.21-1.04-0.59-1.42c-0.74-0.74-2.08-0.74-2.82,0.01\r\n\t\tC40.21,18.96,40,19.47,40,20c0,0.53,0.21,1.04,0.59,1.42C40.96,21.79,41.48,22,42,22z\"/>\r\n\t<path d=\"M0,47c0,1.104,0.896,2,2,2h14v10c0,0.781,0.455,1.491,1.164,1.817C17.432,60.94,17.716,61,18,61\r\n\t\tc0.469,0,0.933-0.165,1.302-0.481L32.74,49H62c1.104,0,2-0.896,2-2V5c0-1.104-0.896-2-2-2H2C0.896,3,0,3.896,0,5V47z M4,7h56v38H32\r\n\t\tc-0.478,0-0.939,0.171-1.302,0.481L20,54.651V47c0-1.104-0.896-2-2-2H4V7z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"dialogue text \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M10,18h44c1.104,0,2-0.896,2-2s-0.896-2-2-2H10c-1.104,0-2,0.896-2,2S8.896,18,10,18z\"/>\r\n\t<path d=\"M10,28h44c1.104,0,2-0.896,2-2s-0.896-2-2-2H10c-1.104,0-2,0.896-2,2S8.896,28,10,28z\"/>\r\n\t<path d=\"M56,36c0-1.104-0.896-2-2-2H10c-1.104,0-2,0.896-2,2s0.896,2,2,2h44C55.104,38,56,37.104,56,36z\"/>\r\n\t<path d=\"M0,47c0,1.104,0.896,2,2,2h14v10c0,0.781,0.455,1.491,1.164,1.817C17.432,60.94,17.716,61,18,61\r\n\t\tc0.469,0,0.933-0.165,1.302-0.481L32.74,49H62c1.104,0,2-0.896,2-2V5c0-1.104-0.896-2-2-2H2C0.896,3,0,3.896,0,5V47z M4,7h56v38H32\r\n\t\tc-0.478,0-0.939,0.171-1.302,0.481L20,54.651V47c0-1.104-0.896-2-2-2H4V7z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"dialogue think \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M32,32c3.309,0,6-2.691,6-6s-2.691-6-6-6s-6,2.691-6,6S28.691,32,32,32z M32,24c1.103,0,2,0.897,2,2s-0.897,2-2,2\r\n\t\ts-2-0.897-2-2S30.897,24,32,24z\"/>\r\n\t<path d=\"M16,32c3.309,0,6-2.691,6-6s-2.691-6-6-6s-6,2.691-6,6S12.691,32,16,32z M16,24c1.103,0,2,0.897,2,2s-0.897,2-2,2\r\n\t\ts-2-0.897-2-2S14.897,24,16,24z\"/>\r\n\t<path d=\"M48,32c3.309,0,6-2.691,6-6s-2.691-6-6-6s-6,2.691-6,6S44.691,32,48,32z M48,24c1.103,0,2,0.897,2,2s-0.897,2-2,2\r\n\t\ts-2-0.897-2-2S46.897,24,48,24z\"/>\r\n\t<path d=\"M62,3H2C0.896,3,0,3.896,0,5v42c0,1.104,0.896,2,2,2h14v10c0,0.781,0.455,1.491,1.164,1.817C17.432,60.94,17.716,61,18,61\r\n\t\tc0.469,0,0.933-0.165,1.302-0.481L32.74,49H62c1.104,0,2-0.896,2-2V5C64,3.896,63.104,3,62,3z M60,45H32\r\n\t\tc-0.478,0-0.939,0.171-1.302,0.481L20,54.651V47c0-1.104-0.896-2-2-2H4V7h56V45z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"diamond \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M47.562,6.75C47.182,6.276,46.607,6,46,6H18c-0.607,0-1.182,0.276-1.562,0.75l-16,20c-0.637,0.796-0.573,1.943,0.147,2.664\r\n\t\tl30,30C30.976,59.805,31.488,60,32,60s1.024-0.195,1.414-0.586l30-30c0.721-0.721,0.784-1.868,0.147-2.664L47.562,6.75z M57.838,26\r\n\t\th-10.35l-4.8-16h2.351L57.838,26z M16.784,30l10.722,20.677L6.829,30H16.784z M21.29,30H30v16.798L21.29,30z M34,30h8.71L34,46.798\r\n\t\tV30z M47.216,30h9.956L36.494,50.677L47.216,30z M38.512,10l4.8,16H34V10H38.512z M30,26h-9.312l4.8-16H30V26z M18.961,10h2.351\r\n\t\tl-4.8,16H6.162L18.961,10z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"dish fork \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M62,0c-1.104,0-2,0.896-2,2v14.559l-2,0.667V2c0-1.104-0.896-2-2-2s-2,0.896-2,2v15.225l-2-0.667V2c0-1.104-0.896-2-2-2\r\n\t\ts-2,0.896-2,2v16c0,0.861,0.551,1.625,1.368,1.897L54,21.441V62c0,1.104,0.896,2,2,2s2-0.896,2-2V21.441l4.632-1.544\r\n\t\tC63.449,19.625,64,18.861,64,18V2C64,0.896,63.104,0,62,0z\"/>\r\n\t<path d=\"M50,35c0-13.785-11.215-25-25-25S0,21.215,0,35s11.215,25,25,25S50,48.785,50,35z M4,35c0-11.58,9.42-21,21-21\r\n\t\ts21,9.42,21,21s-9.42,21-21,21S4,46.58,4,35z\"/>\r\n\t<path d=\"M42,35c0-9.374-7.626-17-17-17S8,25.626,8,35s7.626,17,17,17S42,44.374,42,35z M12,35c0-7.168,5.832-13,13-13\r\n\t\ts13,5.832,13,13s-5.832,13-13,13S12,42.168,12,35z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"dish spoon \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M25,60c13.785,0,25-11.215,25-25S38.785,10,25,10S0,21.215,0,35S11.215,60,25,60z M25,14c11.58,0,21,9.42,21,21\r\n\t\ts-9.42,21-21,21S4,46.58,4,35S13.42,14,25,14z\"/>\r\n\t<path d=\"M25,52c9.374,0,17-7.626,17-17s-7.626-17-17-17S8,25.626,8,35S15.626,52,25,52z M25,22c7.168,0,13,5.832,13,13\r\n\t\ts-5.832,13-13,13s-13-5.832-13-13S17.832,22,25,22z\"/>\r\n\t<path d=\"M55,64c1.104,0,2-0.896,2-2V23.721c4.115-1.138,7-5.635,7-9.721c0-4.276-3.4-14-9-14s-9,9.724-9,14\r\n\t\tc0,4.085,2.885,8.583,7,9.721V62C53,63.104,53.896,64,55,64z M50,14c0-4.121,3.234-10,5-10s5,5.879,5,10c0,2.718-2.23,6-5,6\r\n\t\tS50,16.718,50,14z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"download \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M32.001,24C30.896,24,30,24.896,30,26v27.171l-4.585-4.585c-0.781-0.781-2.046-0.781-2.827,0\r\n\t\tc-0.781,0.781-0.781,2.047,0,2.828l8,8C30.979,59.805,31.49,60,32.002,60s1.023-0.195,1.414-0.586l8-8\r\n\t\tc0.781-0.781,0.781-2.047,0-2.828c-0.781-0.781-2.047-0.781-2.828,0L34,53.173V26C33.998,25,33.105,24,32.001,24z\"/>\r\n\t<path d=\"M62,4H2C0.896,4,0,4.896,0,6v36c0,1.104,0.896,2,2,2h22c1.104,0,2-0.896,2-2s-0.896-2-2-2H4V8h56v32H40\r\n\t\tc-1.104,0-2,0.896-2,2s0.896,2,2,2h22c1.104,0,2-0.896,2-2V6C64,4.896,63.104,4,62,4z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"download folder \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M0,46c0,1.104,0.896,2,2,2h22c1.104,0,2-0.896,2-2s-0.896-2-2-2H4V4h17.171l7.415,7.414C28.961,11.789,29.47,12,30,12h30\r\n\t\tv32H40c-1.104,0-2,0.896-2,2s0.896,2,2,2h22c1.104,0,2-0.896,2-2V10c0-1.104-0.896-2-2-2H30.829l-7.415-7.414\r\n\t\tC23.039,0.211,22.53,0,22,0H2C0.896,0,0,0.896,0,2V46z\"/>\r\n\t<path d=\"M32,28c-1.104,0-2,0.896-2,2v27.171l-4.586-4.585c-0.78-0.781-2.048-0.781-2.828,0c-0.781,0.781-0.781,2.047,0,2.828l8,8\r\n\t\tC30.976,63.805,31.488,64,32,64s1.024-0.195,1.414-0.586l8-8c0.781-0.781,0.781-2.047,0-2.828c-0.78-0.781-2.048-0.781-2.828,0\r\n\t\tL34,57.171V30C34,28.896,33.104,28,32,28z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"expand \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M2,24c1.104,0,2-0.896,2-2V10.828l17.586,17.586C21.976,28.805,22.488,29,23,29s1.024-0.195,1.414-0.586\r\n\t\tc0.781-0.781,0.781-2.047,0-2.828L6.828,8H18c1.104,0,2-0.896,2-2s-0.896-2-2-2H2C0.896,4,0,4.896,0,6v16C0,23.104,0.896,24,2,24z\"\r\n\t\t/>\r\n\t<path d=\"M2,60h16c1.104,0,2-0.896,2-2s-0.896-2-2-2H6.828l17.586-17.586c0.781-0.781,0.781-2.047,0-2.828\r\n\t\tc-0.78-0.781-2.048-0.781-2.828,0L4,53.172V42c0-1.104-0.896-2-2-2s-2,0.896-2,2v16C0,59.104,0.896,60,2,60z\"/>\r\n\t<path d=\"M62,40c-1.104,0-2,0.896-2,2v11.172L42.414,35.586c-0.78-0.781-2.048-0.781-2.828,0c-0.781,0.781-0.781,2.047,0,2.828\r\n\t\tL57.172,56H46c-1.104,0-2,0.896-2,2s0.896,2,2,2h16c1.104,0,2-0.896,2-2V42C64,40.896,63.104,40,62,40z\"/>\r\n\t<path d=\"M62,4H46c-1.104,0-2,0.896-2,2s0.896,2,2,2h11.172L39.586,25.586c-0.781,0.781-0.781,2.047,0,2.828\r\n\t\tC39.976,28.805,40.488,29,41,29s1.024-0.195,1.414-0.586L60,10.828V22c0,1.104,0.896,2,2,2s2-0.896,2-2V6C64,4.896,63.104,4,62,4z\"\r\n\t\t/>\r\n</g>\r\n</svg>\r\n</li><li title=\"eye \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M32,15C11.169,15,0.769,30.242,0.336,30.891c-0.448,0.672-0.448,1.547,0,2.219C0.769,33.758,11.169,49,32,49\r\n\t\ts31.231-15.242,31.664-15.891c0.448-0.672,0.448-1.547,0-2.219C63.231,30.242,52.831,15,32,15z M32,45\r\n\t\tC16.493,45,7.234,35.322,4.512,31.996C7.225,28.663,16.436,19,32,19c15.507,0,24.766,9.678,27.488,13.004\r\n\t\tC56.775,35.337,47.564,45,32,45z\"/>\r\n\t<path d=\"M32,23c-4.963,0-9,4.038-9,9s4.037,9,9,9s9-4.038,9-9S36.963,23,32,23z M32,37c-2.757,0-5-2.243-5-5s2.243-5,5-5\r\n\t\ts5,2.243,5,5S34.757,37,32,37z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"fast food \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M42,55v-8c0-1.104-0.896-2-2-2H2c-1.104,0-2,0.896-2,2v8c0,1.104,0.896,2,2,2h38C41.104,57,42,56.104,42,55z M38,53H4v-4\r\n\t\th34V53z\"/>\r\n\t<path d=\"M6,39c-1.104,0-2,0.896-2,2s0.896,2,2,2h30c1.104,0,2-0.896,2-2s-0.896-2-2-2H6z\"/>\r\n\t<path d=\"M2,37h38c1.104,0,2-0.896,2-2c0-0.14-0.24-14-21-14S0,34.86,0,35C0,36.104,0.896,37,2,37z M21,25\r\n\t\tc12.068,0,15.57,5.068,16.585,8H4.415C5.43,30.068,8.932,25,21,25z\"/>\r\n\t<path d=\"M62,17H51.694L49.973,6.671c-0.181-1.09-1.214-1.822-2.301-1.644c-1.09,0.182-1.826,1.212-1.644,2.301L47.639,17H46\r\n\t\tc-0.55,0-1.075,0.226-1.453,0.625c-0.377,0.399-0.574,0.937-0.544,1.485l2,36C46.062,56.171,46.938,57,48,57h12\r\n\t\tc1.062,0,1.938-0.829,1.997-1.889l2-36c0.03-0.549-0.167-1.086-0.544-1.485C63.075,17.226,62.55,17,62,17z M58.108,53h-8.216\r\n\t\tl-1.778-32h1.878c0.002,0,0.003,0,0.005,0s0.004,0,0.006,0h9.882L58.108,53z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"flag \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M12,0c-1.104,0-2,0.896-2,2v60c0,1.104,0.896,2,2,2s2-0.896,2-2V32h38c0.693,0,1.337-0.359,1.701-0.949\r\n\t\tc0.364-0.589,0.397-1.326,0.088-1.946L48.236,18l5.553-11.105c0.31-0.62,0.276-1.356-0.088-1.946C53.337,4.359,52.693,4,52,4H14V2\r\n\t\tC14,0.896,13.104,0,12,0z M48.764,8l-4.553,9.105c-0.281,0.563-0.281,1.226,0,1.789L48.764,28H14V8H48.764z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"folder \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M0,8v44c0,1.104,0.896,2,2,2h60c1.104,0,2-0.896,2-2V16c0-1.104-0.896-2-2-2H30.829l-7.415-7.414\r\n\t\tC23.039,6.211,22.53,6,22,6H2C0.896,6,0,6.896,0,8z M4,10h17.171l7.415,7.414C28.961,17.789,29.47,18,30,18h30v32H4V10z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"geolocalizator \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M40,23c0-4.411-3.589-8-8-8s-8,3.589-8,8s3.589,8,8,8S40,27.411,40,23z M28,23c0-2.206,1.794-4,4-4s4,1.794,4,4\r\n\t\ts-1.794,4-4,4S28,25.206,28,23z\"/>\r\n\t<path d=\"M31.966,64c0.574,0,1.12-0.247,1.5-0.677c0.882-1,21.605-24.682,21.534-40.298C54.942,10.329,44.625,0,32,0\r\n\t\tC19.317,0,9,10.333,9,23.034c0,15.607,20.585,39.284,21.462,40.284C30.842,63.751,31.36,63.986,31.966,64z M32,4\r\n\t\tc10.429,0,18.952,8.543,19,19.043c0.054,11.824-14.281,30.122-19.029,35.855C27.246,53.161,13,34.872,13,23.034\r\n\t\tC13,12.539,21.523,4,32,4z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"globe \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M36,4c13.233,0,24,10.766,24,24S49.233,52,36,52c-4.197,0-7.928-0.133-11.076-1.773c-0.978-0.509-2.187-0.13-2.697,0.849\r\n\t\ts-0.13,2.188,0.85,2.698c2.803,1.461,5.756,1.962,8.924,2.135V60h-6c-1.104,0-2,0.896-2,2s0.896,2,2,2h16c1.104,0,2-0.896,2-2\r\n\t\ts-0.896-2-2-2h-6v-4c15.439,0,28-12.561,28-28S51.439,0,36,0c-1.104,0-2,0.896-2,2S34.896,4,36,4z\"/>\r\n\t<path d=\"M36,49c11.579,0,21-9.42,21-21S47.579,7,36,7s-21,9.42-21,21S24.421,49,36,49z M36,11c9.374,0,17,7.626,17,17\r\n\t\ts-7.626,17-17,17s-17-7.626-17-17S26.626,11,36,11z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"graph \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M62,60h-2V32c0-2.206-1.794-4-4-4h-6c-2.206,0-4,1.794-4,4v28h-2V12c0-2.206-1.794-4-4-4h-6c-2.206,0-4,1.794-4,4v48h-2V42\r\n\t\tc0-2.206-1.794-4-4-4h-6c-2.206,0-4,1.794-4,4v18H4v-8h4c1.104,0,2-0.896,2-2s-0.896-2-2-2H4v-6c1.104,0,2-0.896,2-2s-0.896-2-2-2\r\n\t\tv-6h4c1.104,0,2-0.896,2-2s-0.896-2-2-2H4v-6c1.104,0,2-0.896,2-2s-0.896-2-2-2v-6h4c1.104,0,2-0.896,2-2S9.104,8,8,8H4V2\r\n\t\tc0-1.104-0.896-2-2-2S0,0.896,0,2v58c0,2.206,1.794,4,4,4h58c1.104,0,2-0.896,2-2S63.104,60,62,60z M50,32h6v28h-6V32z M34,12h6v48\r\n\t\th-6V12z M18,42h6v18h-6V42z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"graph descending \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M62,60H4v-8h4c1.104,0,2-0.896,2-2s-0.896-2-2-2H4v-6c1.104,0,2-0.896,2-2s-0.896-2-2-2v-6h4c1.104,0,2-0.896,2-2\r\n\t\ts-0.896-2-2-2H4v-6c1.104,0,2-0.896,2-2s-0.896-2-2-2v-6h4c1.104,0,2-0.896,2-2S9.104,8,8,8H4V2c0-1.104-0.896-2-2-2S0,0.896,0,2\r\n\t\tv58c0,2.206,1.794,4,4,4h58c1.104,0,2-0.896,2-2S63.104,60,62,60z\"/>\r\n\t<path d=\"M31.414,18.586l-10-10c-0.781-0.781-2.047-0.781-2.828,0s-0.781,2.047,0,2.828L27.172,20l-4.586,4.586\r\n\t\tc-0.781,0.781-0.781,2.047,0,2.828L43.172,48H38c-1.104,0-2,0.896-2,2s0.896,2,2,2h10c0.131,0,0.263-0.014,0.392-0.039\r\n\t\tc0.06-0.013,0.115-0.035,0.173-0.052c0.067-0.02,0.135-0.035,0.2-0.062c0.068-0.029,0.131-0.068,0.195-0.104\r\n\t\tc0.05-0.027,0.102-0.049,0.148-0.08c0.22-0.147,0.408-0.336,0.556-0.556c0.031-0.047,0.053-0.099,0.08-0.148\r\n\t\tc0.035-0.064,0.074-0.127,0.104-0.195c0.026-0.065,0.042-0.133,0.062-0.2c0.017-0.058,0.039-0.113,0.052-0.173\r\n\t\tC49.986,50.262,50,50.131,50,50V40c0-1.104-0.896-2-2-2s-2,0.896-2,2v5.172L26.828,26l4.586-4.586\r\n\t\tC32.195,20.633,32.195,19.367,31.414,18.586z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"graph rising \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M62,60H4v-8h4c1.104,0,2-0.896,2-2s-0.896-2-2-2H4v-6c1.104,0,2-0.896,2-2s-0.896-2-2-2v-6h4c1.104,0,2-0.896,2-2\r\n\t\ts-0.896-2-2-2H4v-6c1.104,0,2-0.896,2-2s-0.896-2-2-2v-6h4c1.104,0,2-0.896,2-2S9.104,8,8,8H4V2c0-1.104-0.896-2-2-2S0,0.896,0,2\r\n\t\tv58c0,2.206,1.794,4,4,4h58c1.104,0,2-0.896,2-2S63.104,60,62,60z\"/>\r\n\t<path d=\"M56,34c1.104,0,2-0.896,2-2V22c0-0.131-0.014-0.263-0.039-0.392c-0.013-0.06-0.035-0.115-0.052-0.173\r\n\t\tc-0.02-0.067-0.035-0.135-0.062-0.2c-0.029-0.068-0.068-0.131-0.104-0.195c-0.027-0.05-0.049-0.102-0.08-0.148\r\n\t\tc-0.147-0.22-0.336-0.408-0.556-0.556c-0.047-0.031-0.099-0.053-0.148-0.08c-0.064-0.035-0.127-0.074-0.195-0.104\r\n\t\tc-0.065-0.026-0.133-0.042-0.2-0.062c-0.058-0.017-0.113-0.039-0.173-0.052C56.263,20.014,56.131,20,56,20H46c-1.104,0-2,0.896-2,2\r\n\t\ts0.896,2,2,2h5.172L32,43.172l-4.586-4.586c-0.781-0.781-2.047-0.781-2.828,0l-10,10c-0.781,0.781-0.781,2.047,0,2.828\r\n\t\tC14.977,51.805,15.488,52,16,52s1.023-0.195,1.414-0.586L26,42.828l4.586,4.586c0.781,0.781,2.047,0.781,2.828,0L54,26.828V32\r\n\t\tC54,33.104,54.896,34,56,34z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"hammer \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M45.414,34.586c-0.78-0.781-2.048-0.781-2.828,0L41,36.172L24.828,20L35.414,9.414c0.781-0.781,0.781-2.047,0-2.828l-4-4\r\n\t\tc-0.775-0.776-2.038-0.775-2.821-0.007c-0.021,0.021-2.164,2.088-4.815,2.088c-1.536,0-2.963-0.681-4.364-2.081\r\n\t\tc-0.78-0.781-2.048-0.781-2.828,0l-16,16c-0.781,0.781-0.781,2.047,0,2.828l10,10C10.976,31.805,11.488,32,12,32\r\n\t\ts1.024-0.195,1.414-0.586L22,22.828L38.172,39l-1.586,1.586c-0.781,0.781-0.781,2.047,0,2.828l18,18C54.976,61.805,55.488,62,56,62\r\n\t\ts1.024-0.195,1.414-0.586l6-6c0.781-0.781,0.781-2.047,0-2.828L45.414,34.586z M12,27.171L4.829,20L18.104,6.725\r\n\t\tc1.755,1.29,3.657,1.941,5.674,1.941c2.552,0,4.7-1.082,6.062-1.998L31.171,8L12,27.171z M56,57.171L40.829,42L44,38.829L59.171,54\r\n\t\tL56,57.171z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"happy drop \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M28,44c0-1.104-0.896-2-2-2s-2,0.896-2,2c0,4.112,3.888,8,8,8s8-3.888,8-8c0-1.104-0.896-2-2-2s-2,0.896-2,2\r\n\t\tc0,1.907-2.093,4-4,4S28,45.907,28,44z\"/>\r\n\t<path d=\"M23.41,34.59c-0.74-0.75-2.08-0.75-2.82,0C20.21,34.96,20,35.47,20,36c0,0.53,0.21,1.04,0.59,1.41\r\n\t\tC20.96,37.79,21.47,38,22,38c0.53,0,1.04-0.21,1.41-0.59C23.79,37.04,24,36.53,24,36C24,35.47,23.79,34.96,23.41,34.59z\"/>\r\n\t<path d=\"M42,38c0.53,0,1.04-0.21,1.42-0.59C43.79,37.04,44,36.52,44,36s-0.21-1.04-0.58-1.41c-0.75-0.75-2.09-0.75-2.83,0\r\n\t\tC40.21,34.96,40,35.47,40,36c0,0.53,0.21,1.04,0.59,1.41C40.96,37.79,41.47,38,42,38z\"/>\r\n\t<path d=\"M32.038-1c-0.001,0-0.002,0-0.003,0c-0.602,0-1.172,0.271-1.552,0.739C29.602,0.821,8.929,26.438,9,42.009\r\n\t\tC9.057,54.546,18.945,64,32,64c13.112,0,23-9.458,23-22C55,26.438,34.464,0.826,33.59-0.256C33.211-0.726,32.641-0.999,32.038-1z\r\n\t\t M32,60c-10.785,0-18.954-7.742-19-18.009C12.946,30.167,27.221,10.529,32.029,4.253C36.812,10.537,51,30.173,51,42\r\n\t\tC51,52.262,42.832,60,32,60z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"headphones \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M12,55h2c1.104,0,2-0.896,2-2V36v-3v-6c0-0.572,0.182-14,16-14c15.722,0,15.996,13.435,16,14v6v20c0,1.104,0.896,2,2,2h2\r\n\t\tc6.617,0,12-5.383,12-12s-5.383-12-12-12v-4c0-0.18-0.229-18-20-18S12,26.82,12,27v4C5.383,31,0,36.383,0,43S5.383,55,12,55z\r\n\t\t M60,43c0,4.411-3.589,8-8,8V35C56.411,35,60,38.589,60,43z M12,35v1v15c-4.411,0-8-3.589-8-8S7.589,35,12,35z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"heart \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M48,3c-6.957,0-13.005,3.527-16,8.674C29.005,6.527,22.957,3,16,3C5.496,3,0,12.055,0,21\r\n\t\tc0,20.892,29.706,38.956,30.971,39.715C31.288,60.905,31.644,61,32,61s0.712-0.095,1.029-0.285C34.294,59.956,64,41.892,64,21\r\n\t\tC64,12.055,58.504,3,48,3z M31.999,56.636C26.83,53.301,4,37.625,4,21C4,14.257,7.755,7,16,7c6.733,0,14,4.588,14,12\r\n\t\tc0,1.104,0.896,2,2,2s2-0.896,2-2c0-7.412,7.267-12,14-12c8.245,0,12,7.257,12,14C60,37.605,37.166,53.299,31.999,56.636z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"heart broken \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M30.971,60.715L32,61.333l1.029-0.618C34.294,59.956,64,41.892,64,21c0-8.945-5.496-18-16-18\r\n\t\tc-6.957,0-13.005,3.527-16,8.674C29.005,6.527,22.957,3,16,3C5.496,3,0,12.055,0,21C0,41.892,29.706,59.956,30.971,60.715z M48,7\r\n\t\tc8.245,0,12,7.257,12,14c0,16.07-21.384,31.285-27.446,35.274l4.86-4.86c0.781-0.781,0.781-2.047,0-2.828L32.828,44l4.586-4.586\r\n\t\tc0.781-0.781,0.781-2.047,0-2.828L32.828,32l6.586-6.586c0.781-0.781,0.781-2.047,0-2.828l-5.27-5.27C35.15,10.903,41.795,7,48,7z\r\n\t\t M16,7c6.733,0,14,4.588,14,12h0.276c0.086,0.147,0.184,0.288,0.31,0.414L35.172,24l-6.586,6.586c-0.781,0.781-0.781,2.047,0,2.828\r\n\t\tL33.172,38l-4.586,4.586c-0.781,0.781-0.781,2.047,0,2.828L33.172,50l-4.429,4.429C20.67,48.718,4,35.209,4,21\r\n\t\tC4,14.257,7.755,7,16,7z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"home \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M40,64h12c1.104,0,2-0.896,2-2V34h8c0.809,0,1.538-0.487,1.848-1.235c0.31-0.747,0.139-1.607-0.434-2.179l-30-30\r\n\t\tc-0.781-0.781-2.047-0.781-2.828,0l-30,30c-0.572,0.572-0.743,1.432-0.434,2.179C0.462,33.513,1.191,34,2,34h8v28\r\n\t\tc0,1.104,0.896,2,2,2h12c1.104,0,2-0.896,2-2V48h12v14C38,63.104,38.896,64,40,64z M24,44c-1.104,0-2,0.896-2,2v14h-8V32\r\n\t\tc0-1.104-0.896-2-2-2H6.828L32,4.829L57.172,30H52c-1.104,0-2,0.896-2,2v28h-8V46c0-1.104-0.896-2-2-2H24z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"hourglass \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M50,16v-6h4c1.104,0,2-0.896,2-2V2c0-1.104-0.896-2-2-2H10C8.896,0,8,0.896,8,2v6c0,1.104,0.896,2,2,2h4v6\r\n\t\tc0,6.967,3.986,13.01,9.792,16C17.986,34.99,14,41.033,14,48v6h-4c-1.104,0-2,0.896-2,2v6c0,1.104,0.896,2,2,2h44\r\n\t\tc1.104,0,2-0.896,2-2v-6c0-1.104-0.896-2-2-2h-4v-6c0-6.967-3.986-13.01-9.792-16C46.014,29.01,50,22.967,50,16z M12,4h40v2H12V4z\r\n\t\t M52,60H12v-2h40V60z M46,48v6H18v-6c0-7.72,6.28-14,14-14S46,40.28,46,48z M32,30c-7.72,0-14-6.28-14-14v-6h28v6\r\n\t\tC46,23.72,39.72,30,32,30z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"image \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M2,55h60c1.104,0,2-0.896,2-2V11c0-1.104-0.896-2-2-2H2c-1.104,0-2,0.896-2,2v42C0,54.104,0.896,55,2,55z M4,51v-3.115\r\n\t\tl19.934-18.122l10.652,10.651c0.41,0.41,0.974,0.617,1.556,0.581c0.579-0.041,1.11-0.331,1.458-0.795l4.688-6.251L60,49.891V51H4z\r\n\t\t M60,13v31.51L43.338,29.514c-0.417-0.375-0.971-0.562-1.532-0.504c-0.559,0.054-1.069,0.341-1.406,0.79l-4.616,6.155\r\n\t\tl-10.37-10.369c-0.755-0.755-1.969-0.784-2.759-0.065L4,42.479V13H60z\"/>\r\n\t<path d=\"M51,29c3.86,0,7-3.141,7-7s-3.14-7-7-7s-7,3.141-7,7S47.14,29,51,29z M51,19c1.654,0,3,1.346,3,3s-1.346,3-3,3\r\n\t\ts-3-1.346-3-3S49.346,19,51,19z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"key \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M50,18c-7.039,0-12.864,5.227-13.84,12H2c-1.104,0-2,0.896-2,2s0.896,2,2,2h2v6c0,1.104,0.896,2,2,2s2-0.896,2-2v-6h4v2\r\n\t\tc0,1.104,0.896,2,2,2s2-0.896,2-2v-2h20.16c0.976,6.773,6.801,12,13.84,12c7.72,0,14-6.28,14-14S57.72,18,50,18z M50,42\r\n\t\tc-5.514,0-10-4.486-10-10s4.486-10,10-10s10,4.486,10,10S55.514,42,50,42z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"life buoy \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M32,0C14.355,0,0,14.355,0,32s14.355,32,32,32s32-14.355,32-32S49.645,0,32,0z M58.829,24H48\r\n\t\tc-0.326,0-0.629,0.085-0.9,0.224c-1.622-3.136-4.187-5.701-7.323-7.323C39.915,16.629,40,16.326,40,16V5.171\r\n\t\tC49.016,7.864,56.136,14.984,58.829,24z M48.505,28H59.71c0.188,1.307,0.29,2.642,0.29,4s-0.103,2.693-0.29,4H48.505\r\n\t\tC48.816,34.715,49,33.38,49,32S48.816,29.285,48.505,28z M32,45c-7.168,0-13-5.832-13-13s5.832-13,13-13s13,5.832,13,13\r\n\t\tS39.168,45,32,45z M36,4.29v11.205C34.715,15.183,33.38,15,32,15s-2.715,0.183-4,0.495V4.29C29.307,4.103,30.642,4,32,4\r\n\t\tS34.693,4.103,36,4.29z M24,5.171V16c0,0.326,0.085,0.629,0.224,0.9c-3.137,1.622-5.701,4.187-7.323,7.323\r\n\t\tC16.629,24.085,16.326,24,16,24H5.171C7.864,14.984,14.984,7.864,24,5.171z M4,32c0-1.358,0.103-2.693,0.29-4h11.205\r\n\t\tC15.184,29.285,15,30.62,15,32s0.184,2.715,0.495,4H4.29C4.103,34.693,4,33.358,4,32z M5.171,40H16c0.326,0,0.629-0.085,0.9-0.224\r\n\t\tc1.622,3.136,4.187,5.701,7.323,7.323C24.085,47.371,24,47.674,24,48v10.829C14.984,56.136,7.864,49.016,5.171,40z M28,59.71\r\n\t\tV48.505C29.285,48.817,30.62,49,32,49s2.715-0.183,4-0.495V59.71C34.693,59.897,33.358,60,32,60S29.307,59.897,28,59.71z\r\n\t\t M40,58.829V48c0-0.326-0.085-0.629-0.224-0.9c3.137-1.622,5.701-4.187,7.323-7.323C47.371,39.915,47.674,40,48,40h10.829\r\n\t\tC56.136,49.016,49.016,56.136,40,58.829z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"list \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M2,22h6c1.104,0,2-0.896,2-2s-0.896-2-2-2H2c-1.104,0-2,0.896-2,2S0.896,22,2,22z\"/>\r\n\t<path d=\"M62,18H22c-1.104,0-2,0.896-2,2s0.896,2,2,2h40c1.104,0,2-0.896,2-2S63.104,18,62,18z\"/>\r\n\t<path d=\"M2,34h6c1.104,0,2-0.896,2-2s-0.896-2-2-2H2c-1.104,0-2,0.896-2,2S0.896,34,2,34z\"/>\r\n\t<path d=\"M62,30H22c-1.104,0-2,0.896-2,2s0.896,2,2,2h40c1.104,0,2-0.896,2-2S63.104,30,62,30z\"/>\r\n\t<path d=\"M2,46h6c1.104,0,2-0.896,2-2s-0.896-2-2-2H2c-1.104,0-2,0.896-2,2S0.896,46,2,46z\"/>\r\n\t<path d=\"M62,42H22c-1.104,0-2,0.896-2,2s0.896,2,2,2h40c1.104,0,2-0.896,2-2S63.104,42,62,42z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"lock closed \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M14,18v14H8c-1.104,0-2,0.896-2,2v28c0,1.104,0.896,2,2,2h48c1.104,0,2-0.896,2-2V34c0-1.104-0.896-2-2-2h-6V18\r\n\t\tc0-9.925-8.075-18-18-18S14,8.075,14,18z M54,60H10V36h44V60z M32,4c7.72,0,14,6.28,14,14v14H18V18C18,10.28,24.28,4,32,4z\"/>\r\n\t<path d=\"M32,40c-3.309,0-6,2.691-6,6c0,2.606,1.674,4.824,4,5.65V54c0,1.104,0.896,2,2,2s2-0.896,2-2v-2.35\r\n\t\tc2.326-0.826,4-3.043,4-5.65C38,42.691,35.309,40,32,40z M32,48c-1.103,0-2-0.897-2-2s0.897-2,2-2s2,0.897,2,2S33.103,48,32,48z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"lock open \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M6,34v28c0,1.104,0.896,2,2,2h48c1.104,0,2-0.896,2-2V34c0-1.104-0.896-2-2-2H18V18c0-7.72,6.28-14,14-14s14,6.28,14,14v4\r\n\t\tc0,1.104,0.896,2,2,2s2-0.896,2-2v-4c0-9.925-8.075-18-18-18S14,8.075,14,18v14H8C6.896,32,6,32.896,6,34z M10,36h44v24H10V36z\"/>\r\n\t<path d=\"M32,40c-3.309,0-6,2.691-6,6c0,2.606,1.674,4.824,4,5.65V54c0,1.104,0.896,2,2,2s2-0.896,2-2v-2.35\r\n\t\tc2.326-0.826,4-3.043,4-5.65C38,42.691,35.309,40,32,40z M32,48c-1.103,0-2-0.897-2-2s0.897-2,2-2s2,0.897,2,2S33.103,48,32,48z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"loudspeaker \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M12,64h40c1.104,0,2-0.896,2-2V2c0-1.104-0.896-2-2-2H12c-1.104,0-2,0.896-2,2v60C10,63.104,10.896,64,12,64z M14,4h36v56\r\n\t\tH14V4z\"/>\r\n\t<path d=\"M32,28c-7.72,0-14,6.28-14,14s6.28,14,14,14s14-6.28,14-14S39.72,28,32,28z M32,52c-5.514,0-10-4.486-10-10s4.486-10,10-10\r\n\t\ts10,4.486,10,10S37.514,52,32,52z\"/>\r\n\t<path d=\"M32,24c4.411,0,8-3.589,8-8s-3.589-8-8-8s-8,3.589-8,8S27.589,24,32,24z M32,12c2.206,0,4,1.794,4,4s-1.794,4-4,4\r\n\t\ts-4-1.794-4-4S29.794,12,32,12z\"/>\r\n\t<path d=\"M32,39c-1.654,0-3,1.346-3,3s1.346,3,3,3s3-1.346,3-3S33.654,39,32,39z M32,43c-0.551,0-1-0.449-1-1s0.449-1,1-1\r\n\t\ts1,0.449,1,1S32.551,43,32,43z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"magnifier \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M45.414,36.586c-0.781-0.781-2.047-0.781-2.828,0L41,38.172l-3.811-3.811C40.192,30.728,42,26.071,42,21\r\n\t\tC42,9.42,32.579,0,21,0S0,9.42,0,21s9.421,21,21,21c5.071,0,9.728-1.808,13.361-4.811L38.172,41l-1.586,1.586\r\n\t\tc-0.781,0.781-0.781,2.047,0,2.828l18,18C54.977,63.805,55.488,64,56,64s1.023-0.195,1.414-0.586l6-6\r\n\t\tc0.781-0.781,0.781-2.047,0-2.828L45.414,36.586z M4,21c0-9.374,7.626-17,17-17s17,7.626,17,17s-7.626,17-17,17S4,30.374,4,21z\r\n\t\t M56,59.171L40.828,44L44,40.829L59.172,56L56,59.171z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"magnifier minus \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M45.414,36.586c-0.781-0.781-2.047-0.781-2.828,0L41,38.172l-3.811-3.811C40.192,30.728,42,26.071,42,21\r\n\t\tC42,9.42,32.579,0,21,0S0,9.42,0,21s9.421,21,21,21c5.071,0,9.728-1.808,13.361-4.811L38.172,41l-1.586,1.586\r\n\t\tc-0.781,0.781-0.781,2.047,0,2.828l18,18C54.977,63.805,55.488,64,56,64s1.023-0.195,1.414-0.586l6-6\r\n\t\tc0.781-0.781,0.781-2.047,0-2.828L45.414,36.586z M4,21c0-9.374,7.626-17,17-17s17,7.626,17,17s-7.626,17-17,17S4,30.374,4,21z\r\n\t\t M56,59.171L40.828,44L44,40.829L59.172,56L56,59.171z\"/>\r\n\t<path d=\"M30,19H12c-1.104,0-2,0.896-2,2s0.896,2,2,2h18c1.104,0,2-0.896,2-2S31.104,19,30,19z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"magnifier plus \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M21,42c5.071,0,9.728-1.808,13.361-4.811L38.172,41l-1.586,1.586c-0.781,0.781-0.781,2.047,0,2.828l18,18\r\n\t\tC54.977,63.805,55.488,64,56,64s1.023-0.195,1.414-0.586l6-6c0.781-0.781,0.781-2.047,0-2.828l-18-18\r\n\t\tc-0.781-0.781-2.047-0.781-2.828,0L41,38.172l-3.811-3.811C40.192,30.728,42,26.071,42,21C42,9.42,32.579,0,21,0S0,9.42,0,21\r\n\t\tS9.421,42,21,42z M59.172,56L56,59.171L40.828,44L44,40.829L59.172,56z M21,4c9.374,0,17,7.626,17,17s-7.626,17-17,17\r\n\t\tS4,30.374,4,21S11.626,4,21,4z\"/>\r\n\t<path d=\"M12,23h7v7c0,1.104,0.896,2,2,2s2-0.896,2-2v-7h7c1.104,0,2-0.896,2-2s-0.896-2-2-2h-7v-7c0-1.104-0.896-2-2-2\r\n\t\ts-2,0.896-2,2v7h-7c-1.104,0-2,0.896-2,2S10.896,23,12,23z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"mail \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M62,12H2c-1.104,0-2,0.896-2,2v36c0,1.104,0.896,2,2,2h60c1.104,0,2-0.896,2-2V14C64,12.896,63.104,12,62,12z M55.597,16\r\n\t\tL32,30.646L8.403,16H55.597z M4,48V17.975l28,17.379l28-17.379V48H4z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"mail open \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M62.743,24.143L54,20.646V2c0-1.104-0.896-2-2-2H12c-1.104,0-2,0.896-2,2v18.646l-8.743,3.497\r\n\t\tC0.476,24.456,0.003,25.206,0.002,26H0v36c0,1.104,0.896,2,2,2h60c1.104,0,2-0.896,2-2V26h-0.002\r\n\t\tC63.997,25.206,63.524,24.456,62.743,24.143z M57.954,26.536L54,28.991v-4.036L57.954,26.536z M50,4v18.031\r\n\t\tc0,0.004,0,0.008,0,0.012v9.431L32,42.646L14,31.474v-9.431c0-0.004,0-0.008,0-0.012V4H50z M10,28.991l-3.954-2.455L10,24.955\r\n\t\tV28.991z M4,60V29.975l26.945,16.725C31.269,46.899,31.634,47,32,47s0.731-0.101,1.055-0.301L60,29.975V60H4z\"/>\r\n\t<path d=\"M36,12h8c1.104,0,2-0.896,2-2s-0.896-2-2-2h-8c-1.104,0-2,0.896-2,2S34.896,12,36,12z\"/>\r\n\t<path d=\"M20,20h24c1.104,0,2-0.896,2-2s-0.896-2-2-2H20c-1.104,0-2,0.896-2,2S18.896,20,20,20z\"/>\r\n\t<path d=\"M20,28h24c1.104,0,2-0.896,2-2s-0.896-2-2-2H20c-1.104,0-2,0.896-2,2S18.896,28,20,28z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"map \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M63.121,3.344c-0.55-0.371-1.247-0.447-1.864-0.201L42,10.846L22.743,3.143c-0.479-0.19-1.008-0.19-1.486,0l-20,8\r\n\t\tC0.498,11.447,0,12.182,0,13v46c0,0.664,0.329,1.284,0.879,1.656C1.215,60.883,1.605,61,2,61c0.251,0,0.503-0.047,0.743-0.143\r\n\t\tL22,53.154l19.257,7.703c0.479,0.19,1.008,0.19,1.486,0l20-8C63.502,52.553,64,51.818,64,51V5C64,4.336,63.671,3.716,63.121,3.344z\r\n\t\t M24,7.954l16,6.4v41.692l-16-6.4V7.954z M4,14.354l16-6.4v41.692l-16,6.4V14.354z M60,49.646l-16,6.4V14.354l16-6.4V49.646z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"medical case \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M62,16H45v-6c0-1.104-0.896-2-2-2H21c-1.104,0-2,0.896-2,2v6H2c-1.104,0-2,0.896-2,2v36c0,1.104,0.896,2,2,2h60\r\n\t\tc1.104,0,2-0.896,2-2V18C64,16.896,63.104,16,62,16z M23,12h18v4H23V12z M60,52H4V20h56V52z\"/>\r\n\t<path d=\"M34,34v-8c0-1.104-0.896-2-2-2s-2,0.896-2,2v8h-8c-1.104,0-2,0.896-2,2s0.896,2,2,2h8v8c0,1.104,0.896,2,2,2s2-0.896,2-2\r\n\t\tv-8h8c1.104,0,2-0.896,2-2s-0.896-2-2-2H34z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"microphone 1 \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M30,43.844V60H17c-1.104,0-2,0.896-2,2s0.896,2,2,2h30c1.104,0,2-0.896,2-2s-0.896-2-2-2H34V43.844\r\n\t\tc8.348-1.173,16-9.43,16-17.844c0-1.104-0.896-2-2-2s-2,0.896-2,2c0,6.935-7.065,14-14,14s-14-7.065-14-14c0-1.104-0.896-2-2-2\r\n\t\ts-2,0.896-2,2C14,34.415,21.652,42.671,30,43.844z\"/>\r\n\t<path d=\"M32,36c5.514,0,10-4.486,10-10V10c0-5.514-4.486-10-10-10S22,4.486,22,10v16C22,31.514,26.486,36,32,36z M32,4\r\n\t\tc3.309,0,6,2.691,6,6v1h-2c-1.104,0-2,0.896-2,2s0.896,2,2,2h2v4h-2c-1.104,0-2,0.896-2,2s0.896,2,2,2h2v3c0,3.309-2.691,6-6,6\r\n\t\ts-6-2.691-6-6v-3h2c1.104,0,2-0.896,2-2s-0.896-2-2-2h-2v-4h2c1.104,0,2-0.896,2-2s-0.896-2-2-2h-2v-1C26,6.691,28.691,4,32,4z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"microphone 2 \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M4.586,55.414l8,8C12.961,63.789,13.47,64,14,64h6c0.53,0,1.039-0.211,1.414-0.586L42,42.829L45.172,46l-6.586,6.586\r\n\t\tc-0.781,0.781-0.781,2.047,0,2.828c0.781,0.781,2.047,0.781,2.828,0l8-8c0.781-0.781,0.781-2.047,0-2.828l-6-6\r\n\t\tc-0.781-0.781-2.047-0.781-2.828,0L19.172,60h-4.344l-6-6L10,52.828l2.586,2.586C12.977,55.805,13.488,56,14,56\r\n\t\ts1.023-0.195,1.414-0.586l25.893-25.893C42.491,29.822,43.724,30,45,30c8.271,0,15-6.729,15-15S53.271,0,45,0S30,6.729,30,15\r\n\t\tc0,1.276,0.178,2.509,0.479,3.693L4.586,44.586c-0.781,0.781-0.781,2.047,0,2.828L7.172,50l-2.586,2.586\r\n\t\tC3.805,53.367,3.805,54.633,4.586,55.414z M45,4c6.065,0,11,4.935,11,11s-4.935,11-11,11s-11-4.935-11-11S38.935,4,45,4z\r\n\t\t M37.314,27.857L32,33.172L26.828,28l5.314-5.314C33.415,24.807,35.193,26.584,37.314,27.857z M24,30.828L29.172,36L14,51.171\r\n\t\tL8.828,46L24,30.828z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"minus \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M32,0C23.452,0,15.416,3.329,9.373,9.373C3.328,15.417-0.001,23.453-0.001,32s3.329,16.583,9.374,22.626\r\n\t\tC15.416,60.671,23.452,64,32,64s16.584-3.329,22.627-9.373c6.045-6.044,9.374-14.08,9.374-22.627s-3.329-16.583-9.374-22.626\r\n\t\tC48.584,3.329,40.548,0,32,0z M51.799,51.798C46.511,57.087,39.479,60,32,60s-14.511-2.913-19.799-8.202\r\n\t\tC6.912,46.51,3.999,39.479,3.999,32s2.913-14.51,8.202-19.798C17.489,6.913,24.521,4,32,4s14.511,2.913,19.799,8.202\r\n\t\tC57.088,17.49,60.001,24.521,60.001,32S57.088,46.51,51.799,51.798z\"/>\r\n\t<path d=\"M50,30H14c-1.104,0-2,0.896-2,2s0.896,2,2,2h36c1.104,0,2-0.896,2-2S51.104,30,50,30z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"multiple image \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M62,6H10C8.896,6,8,6.896,8,8v6H2c-1.104,0-2,0.896-2,2v40c0,1.104,0.896,2,2,2h52c1.104,0,2-0.896,2-2v-6h6\r\n\t\tc1.104,0,2-0.896,2-2V8C64,6.896,63.104,6,62,6z M52,18v31.651l-10.698-9.17c-0.656-0.561-1.595-0.639-2.331-0.196l-8.566,5.14\r\n\t\tL17.505,30.683c-0.364-0.416-0.885-0.663-1.438-0.682c-0.551-0.015-1.089,0.193-1.48,0.585L4,41.172V18H52z M4,46.828\r\n\t\tl11.902-11.902l12.593,14.392c0.639,0.729,1.705,0.897,2.534,0.397l8.764-5.258L50.927,54H4V46.828z M60,46h-4V16\r\n\t\tc0-1.104-0.896-2-2-2H12v-4h48V46z\"/>\r\n\t<path d=\"M41,36c3.859,0,7-3.141,7-7s-3.141-7-7-7s-7,3.141-7,7S37.141,36,41,36z M41,26c1.654,0,3,1.346,3,3s-1.346,3-3,3\r\n\t\ts-3-1.346-3-3S39.346,26,41,26z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"music back \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M32,0C23.453,0,15.417,3.329,9.374,9.374C3.329,15.417,0,23.453,0,32s3.329,16.583,9.373,22.626\r\n\t\tC15.417,60.671,23.453,64,32,64s16.583-3.329,22.626-9.374C60.671,48.583,64,40.547,64,32s-3.329-16.583-9.373-22.626\r\n\t\tC48.583,3.329,40.547,0,32,0z M51.798,51.798C46.51,57.087,39.479,60,32,60s-14.51-2.913-19.798-8.202C6.913,46.51,4,39.479,4,32\r\n\t\ts2.913-14.51,8.202-19.798C17.49,6.913,24.521,4,32,4s14.51,2.913,19.798,8.202C57.087,17.49,60,24.521,60,32\r\n\t\tS57.087,46.51,51.798,51.798z\"/>\r\n\t<path d=\"M28.875,19.201c-0.689-0.334-1.508-0.246-2.11,0.227l-14,11C12.282,30.807,12,31.387,12,32s0.282,1.193,0.764,1.572l14,11\r\n\t\tC27.124,44.854,27.56,45,28,45c0.297,0,0.596-0.066,0.874-0.201C29.563,44.464,30,43.766,30,43V21\r\n\t\tC30,20.234,29.563,19.536,28.875,19.201z M26,38.885L17.237,32L26,25.115V38.885z\"/>\r\n\t<path d=\"M48.875,19.201c-0.689-0.334-1.509-0.246-2.11,0.227l-14,11C32.282,30.807,32,31.387,32,32s0.282,1.193,0.764,1.572l14,11\r\n\t\tC47.124,44.854,47.56,45,48,45c0.297,0,0.596-0.066,0.874-0.201C49.563,44.464,50,43.766,50,43V21\r\n\t\tC50,20.234,49.563,19.536,48.875,19.201z M46,38.885L37.237,32L46,25.115V38.885z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"music backtoend \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M32,0C23.453,0,15.417,3.329,9.374,9.374C3.329,15.417,0,23.453,0,32s3.329,16.583,9.373,22.626\r\n\t\tC15.417,60.671,23.453,64,32,64s16.583-3.329,22.626-9.374C60.671,48.583,64,40.547,64,32s-3.329-16.583-9.373-22.626\r\n\t\tC48.583,3.329,40.547,0,32,0z M51.798,51.798C46.51,57.087,39.479,60,32,60s-14.51-2.913-19.798-8.202C6.913,46.51,4,39.479,4,32\r\n\t\ts2.913-14.51,8.202-19.798C17.49,6.913,24.521,4,32,4s14.51,2.913,19.798,8.202C57.087,17.49,60,24.521,60,32\r\n\t\tS57.087,46.51,51.798,51.798z\"/>\r\n\t<path d=\"M32.875,19.201c-0.689-0.334-1.509-0.246-2.11,0.227l-14,11C16.282,30.807,16,31.387,16,32s0.282,1.193,0.764,1.572l14,11\r\n\t\tC31.124,44.854,31.56,45,32,45c0.297,0,0.596-0.066,0.874-0.201C33.563,44.464,34,43.766,34,43V21\r\n\t\tC34,20.234,33.563,19.536,32.875,19.201z M30,38.885L21.237,32L30,25.115V38.885z\"/>\r\n\t<path d=\"M50.764,19.428l-14,11C36.282,30.807,36,31.387,36,32s0.282,1.193,0.764,1.572l14,11C51.124,44.854,51.56,45,52,45\r\n\t\tc0.297,0,0.596-0.066,0.874-0.201C53.563,44.464,54,43.766,54,43V21c0-0.766-0.437-1.464-1.125-1.799\r\n\t\tC52.185,18.867,51.367,18.955,50.764,19.428z M50,38.885L41.237,32L50,25.115V38.885z\"/>\r\n\t<path d=\"M12,21c-1.104,0-2,0.896-2,2v18c0,1.104,0.896,2,2,2s2-0.896,2-2V23C14,21.896,13.104,21,12,21z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"music eject \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M32,0C23.453,0,15.417,3.329,9.374,9.374C3.329,15.417,0,23.453,0,32s3.329,16.583,9.374,22.626\r\n\t\tC15.417,60.671,23.453,64,32,64s16.583-3.329,22.626-9.374C60.671,48.583,64,40.547,64,32s-3.329-16.583-9.374-22.626\r\n\t\tC48.583,3.329,40.547,0,32,0z M51.798,51.798C46.51,57.087,39.479,60,32,60s-14.51-2.913-19.798-8.202C6.913,46.51,4,39.479,4,32\r\n\t\ts2.913-14.51,8.202-19.798C17.49,6.913,24.521,4,32,4s14.51,2.913,19.798,8.202C57.087,17.49,60,24.521,60,32\r\n\t\tS57.087,46.51,51.798,51.798z\"/>\r\n\t<path d=\"M33.572,18.765c-0.758-0.965-2.387-0.965-3.145,0l-11,14c-0.474,0.602-0.562,1.421-0.227,2.109S20.234,36,21,36h22\r\n\t\tc0.766,0,1.464-0.438,1.799-1.126s0.247-1.508-0.227-2.109L33.572,18.765z M25.115,32L32,23.237L38.885,32H25.115z\"/>\r\n\t<path d=\"M42,38H22c-1.104,0-2,0.896-2,2s0.896,2,2,2h20c1.104,0,2-0.896,2-2S43.104,38,42,38z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"music forward \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M32,0C23.452,0,15.417,3.329,9.373,9.374C3.328,15.417-0.001,23.453-0.001,32s3.329,16.583,9.374,22.626\r\n\t\tC15.417,60.671,23.452,64,32,64c8.547,0,16.583-3.329,22.626-9.374C60.671,48.583,64,40.547,64,32s-3.329-16.583-9.374-22.626\r\n\t\tC48.583,3.329,40.547,0,32,0z M51.798,51.798C46.51,57.087,39.479,60,32,60s-14.51-2.913-19.799-8.202\r\n\t\tC6.912,46.51,3.999,39.479,3.999,32s2.913-14.51,8.202-19.798C17.49,6.913,24.521,4,32,4s14.51,2.913,19.798,8.202\r\n\t\tC57.087,17.49,60,24.521,60,32S57.087,46.51,51.798,51.798z\"/>\r\n\t<path d=\"M51.235,30.428l-14-11c-0.604-0.474-1.423-0.56-2.109-0.227C34.438,19.536,34,20.234,34,21v22\r\n\t\tc0,0.766,0.438,1.464,1.126,1.799C35.403,44.934,35.702,45,36,45c0.439,0,0.876-0.146,1.235-0.428l14-11\r\n\t\tC51.718,33.193,52,32.613,52,32S51.718,30.807,51.235,30.428z M38,38.885v-13.77L46.763,32L38,38.885z\"/>\r\n\t<path d=\"M31.235,30.428l-14-11c-0.603-0.474-1.424-0.56-2.109-0.227C14.438,19.536,14,20.234,14,21v22\r\n\t\tc0,0.766,0.438,1.464,1.126,1.799C15.403,44.934,15.702,45,16,45c0.439,0,0.876-0.146,1.235-0.428l14-11\r\n\t\tC31.718,33.193,32,32.613,32,32S31.718,30.807,31.235,30.428z M18,38.885v-13.77L26.763,32L18,38.885z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"music forwardtoend \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M32,0C23.452,0,15.417,3.329,9.373,9.374C3.328,15.417-0.001,23.453-0.001,32s3.329,16.583,9.374,22.626\r\n\t\tC15.417,60.671,23.452,64,32,64c8.547,0,16.583-3.329,22.626-9.374C60.671,48.583,64,40.547,64,32s-3.329-16.583-9.374-22.626\r\n\t\tC48.583,3.329,40.547,0,32,0z M51.798,51.798C46.51,57.087,39.479,60,32,60s-14.51-2.913-19.799-8.202\r\n\t\tC6.912,46.51,3.999,39.479,3.999,32s2.913-14.51,8.202-19.798C17.49,6.913,24.521,4,32,4s14.51,2.913,19.798,8.202\r\n\t\tC57.087,17.49,60,24.521,60,32S57.087,46.51,51.798,51.798z\"/>\r\n\t<path d=\"M47.235,30.428l-14-11c-0.603-0.474-1.422-0.56-2.109-0.227C30.438,19.536,30,20.234,30,21v22\r\n\t\tc0,0.766,0.438,1.464,1.126,1.799C31.403,44.934,31.702,45,32,45c0.439,0,0.876-0.146,1.235-0.428l14-11\r\n\t\tC47.718,33.193,48,32.613,48,32S47.718,30.807,47.235,30.428z M34,38.885v-13.77L42.763,32L34,38.885z\"/>\r\n\t<path d=\"M27.235,30.428l-14-11c-0.603-0.474-1.423-0.56-2.109-0.227C10.438,19.536,10,20.234,10,21v22\r\n\t\tc0,0.766,0.438,1.464,1.126,1.799C11.403,44.934,11.702,45,12,45c0.439,0,0.876-0.146,1.235-0.428l14-11\r\n\t\tC27.718,33.193,28,32.613,28,32S27.718,30.807,27.235,30.428z M14,38.885v-13.77L22.763,32L14,38.885z\"/>\r\n\t<path d=\"M50,23v18c0,1.104,0.896,2,2,2s2-0.896,2-2V23c0-1.104-0.896-2-2-2S50,21.896,50,23z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"music pause \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M24,21c-1.104,0-2,0.896-2,2v18c0,1.104,0.896,2,2,2s2-0.896,2-2V23C26,21.896,25.104,21,24,21z\"/>\r\n\t<path d=\"M40,21c-1.104,0-2,0.896-2,2v18c0,1.104,0.896,2,2,2s2-0.896,2-2V23C42,21.896,41.104,21,40,21z\"/>\r\n\t<path d=\"M32,0C23.453,0,15.417,3.329,9.374,9.374C3.329,15.417,0,23.453,0,32s3.329,16.583,9.373,22.626\r\n\t\tC15.417,60.671,23.453,64,32,64s16.583-3.329,22.627-9.374C60.671,48.583,64,40.547,64,32s-3.329-16.583-9.373-22.626\r\n\t\tC48.583,3.329,40.547,0,32,0z M51.798,51.798C46.51,57.087,39.479,60,32,60c-7.479,0-14.51-2.913-19.798-8.202\r\n\t\tC6.913,46.51,4,39.479,4,32s2.913-14.51,8.202-19.798C17.49,6.913,24.521,4,32,4c7.479,0,14.51,2.913,19.799,8.202\r\n\t\tC57.088,17.49,60,24.521,60,32S57.088,46.51,51.798,51.798z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"music play \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M32-0.001c-8.547,0-16.583,3.329-22.626,9.374C3.329,15.417,0,23.453,0,32s3.329,16.583,9.373,22.627\r\n\t\tc6.044,6.045,14.08,9.374,22.627,9.374s16.583-3.329,22.627-9.374C60.671,48.583,64,40.547,64,32s-3.329-16.583-9.374-22.627\r\n\t\tC48.583,3.328,40.547-0.001,32-0.001z M51.799,51.799C46.51,57.088,39.479,60.001,32,60.001c-7.479,0-14.51-2.913-19.798-8.202\r\n\t\tC6.913,46.51,4,39.479,4,32s2.913-14.51,8.202-19.799C17.49,6.912,24.521,3.999,32,3.999c7.479,0,14.51,2.913,19.799,8.202\r\n\t\tC57.088,17.49,60,24.521,60,32S57.088,46.51,51.799,51.799z\"/>\r\n\t<path d=\"M42.236,30.428l-14-11c-0.602-0.473-1.421-0.561-2.11-0.227C25.437,19.536,25,20.234,25,21v22\r\n\t\tc0,0.766,0.437,1.464,1.125,1.799C26.403,44.934,26.702,45,27,45c0.44,0,0.877-0.146,1.236-0.428l14-11\r\n\t\tC42.718,33.193,43,32.613,43,32S42.718,30.807,42.236,30.428z M29,38.885v-13.77L37.763,32L29,38.885z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"music random \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M63.909,15.436c-0.02-0.067-0.035-0.135-0.062-0.2c-0.029-0.068-0.068-0.131-0.104-0.195\r\n\t\tc-0.027-0.05-0.049-0.102-0.08-0.148c-0.074-0.11-0.158-0.214-0.251-0.307l-7.999-7.999c-0.781-0.781-2.047-0.781-2.828,0\r\n\t\ts-0.781,2.047,0,2.828L57.172,14h-10l-32,32H2c-1.104,0-2,0.896-2,2s0.896,2,2,2h14.828l32-32h8.344l-4.586,4.586\r\n\t\tc-0.781,0.781-0.781,2.047,0,2.828C52.977,25.805,53.488,26,54,26s1.023-0.195,1.414-0.586l7.999-7.999\r\n\t\tc0.093-0.093,0.177-0.196,0.251-0.307c0.031-0.047,0.053-0.099,0.08-0.148c0.035-0.064,0.074-0.127,0.104-0.195\r\n\t\tc0.026-0.065,0.042-0.133,0.062-0.2c0.017-0.058,0.039-0.113,0.052-0.173c0.051-0.259,0.051-0.524,0-0.783\r\n\t\tC63.948,15.549,63.926,15.493,63.909,15.436z\"/>\r\n\t<path d=\"M63.848,48.765c0.026-0.065,0.042-0.133,0.062-0.2c0.017-0.058,0.039-0.113,0.052-0.173c0.051-0.259,0.051-0.524,0-0.783\r\n\t\tc-0.013-0.06-0.035-0.115-0.052-0.173c-0.02-0.067-0.035-0.135-0.062-0.2c-0.029-0.068-0.068-0.131-0.104-0.195\r\n\t\tc-0.027-0.05-0.049-0.102-0.08-0.148c-0.074-0.11-0.158-0.214-0.251-0.307l-7.999-7.999c-0.781-0.781-2.047-0.781-2.828,0\r\n\t\ts-0.781,2.047,0,2.828L57.172,46h-8.344l-9.414-9.414c-0.781-0.781-2.047-0.781-2.828,0s-0.781,2.047,0,2.828L47.172,50h10\r\n\t\tl-4.586,4.586c-0.781,0.781-0.781,2.047,0,2.828C52.977,57.805,53.488,58,54,58s1.023-0.195,1.414-0.586l7.999-7.999\r\n\t\tc0.093-0.093,0.177-0.196,0.251-0.307c0.031-0.047,0.053-0.099,0.08-0.148C63.779,48.896,63.818,48.833,63.848,48.765z\"/>\r\n\t<path d=\"M2,18h13.172l9.414,9.414C24.977,27.805,25.488,28,26,28s1.023-0.195,1.414-0.586c0.781-0.781,0.781-2.047,0-2.828\r\n\t\tL16.828,14H2c-1.104,0-2,0.896-2,2S0.896,18,2,18z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"music repeat \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M54,46H12V28.828l4.586,4.586C16.977,33.805,17.488,34,18,34s1.023-0.195,1.414-0.586c0.781-0.781,0.781-2.047,0-2.828\r\n\t\tl-7.999-7.999c-0.093-0.093-0.196-0.177-0.307-0.251c-0.047-0.031-0.099-0.053-0.148-0.08c-0.064-0.035-0.127-0.074-0.195-0.104\r\n\t\tc-0.065-0.026-0.133-0.042-0.2-0.062c-0.058-0.017-0.113-0.039-0.173-0.052c-0.259-0.051-0.524-0.051-0.783,0\r\n\t\tc-0.06,0.013-0.115,0.035-0.173,0.052c-0.067,0.02-0.135,0.035-0.2,0.062c-0.068,0.029-0.131,0.068-0.195,0.104\r\n\t\tc-0.05,0.027-0.102,0.049-0.148,0.08c-0.11,0.074-0.214,0.158-0.307,0.251l-7.999,7.999c-0.781,0.781-0.781,2.047,0,2.828\r\n\t\ts2.047,0.781,2.828,0L8,28.828V48c0,1.104,0.896,2,2,2h44c1.104,0,2-0.896,2-2S55.104,46,54,46z\"/>\r\n\t<path d=\"M60.586,30.586L56,35.172V16c0-1.104-0.896-2-2-2H10c-1.104,0-2,0.896-2,2s0.896,2,2,2h42v17.172l-4.586-4.586\r\n\t\tc-0.781-0.781-2.047-0.781-2.828,0s-0.781,2.047,0,2.828l7.999,7.999c0.093,0.093,0.196,0.177,0.307,0.251\r\n\t\tc0.047,0.031,0.099,0.053,0.148,0.08c0.064,0.035,0.127,0.074,0.195,0.104c0.065,0.026,0.133,0.042,0.2,0.062\r\n\t\tc0.058,0.017,0.113,0.039,0.173,0.052C53.737,41.986,53.869,42,54,42s0.263-0.014,0.392-0.039c0.06-0.013,0.115-0.035,0.173-0.052\r\n\t\tc0.067-0.02,0.135-0.035,0.2-0.062c0.068-0.029,0.131-0.068,0.195-0.104c0.05-0.027,0.102-0.049,0.148-0.08\r\n\t\tc0.11-0.074,0.214-0.158,0.307-0.251l7.999-7.999c0.781-0.781,0.781-2.047,0-2.828S61.367,29.805,60.586,30.586z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"music stop \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M32,0C23.453,0,15.417,3.329,9.374,9.374C3.329,15.417,0,23.453,0,32s3.33,16.583,9.374,22.626\r\n\t\tC15.417,60.671,23.453,64,32,64s16.583-3.329,22.626-9.374C60.671,48.583,64,40.547,64,32s-3.33-16.583-9.374-22.626\r\n\t\tC48.583,3.329,40.547,0,32,0z M51.797,51.798C46.509,57.087,39.479,60,32,60s-14.509-2.913-19.798-8.202C6.913,46.51,4,39.479,4,32\r\n\t\ts2.913-14.51,8.203-19.798C17.491,6.913,24.521,4,32,4s14.509,2.913,19.798,8.202C57.087,17.49,60,24.521,60,32\r\n\t\tS57.087,46.51,51.797,51.798z\"/>\r\n\t<path d=\"M42,20H22c-1.104,0-2,0.896-2,2v20c0,1.104,0.896,2,2,2h20c1.104,0,2-0.896,2-2V22C44,20.896,43.104,20,42,20z M40,40H24\r\n\t\tV24h16V40z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"musical note \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M18,64c5.514,0,10-4.486,10-10V25.617l24-5.143v19.545C50.326,38.758,48.252,38,46,38c-5.514,0-10,4.486-10,10\r\n\t\ts4.486,10,10,10s10-4.486,10-10V17.987c0-0.002,0-0.004,0-0.006V2c0-0.604-0.273-1.176-0.743-1.555\r\n\t\tc-0.469-0.38-1.087-0.527-1.676-0.4l-28,6C24.659,6.242,24,7.057,24,8v16.013c0,0.002,0,0.004,0,0.006v22\r\n\t\tC22.326,44.758,20.252,44,18,44c-5.514,0-10,4.486-10,10S12.486,64,18,64z M46,54c-3.309,0-6-2.691-6-6s2.691-6,6-6s6,2.691,6,6\r\n\t\tS49.309,54,46,54z M52,4.474v11.909l-24,5.143V9.617L52,4.474z M18,48c3.309,0,6,2.691,6,6s-2.691,6-6,6s-6-2.691-6-6\r\n\t\tS14.691,48,18,48z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"musical note 2 \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M22,64c5.514,0,10-4.486,10-10V25.488l18.575-5.573C51.421,19.662,52,18.883,52,18V2c0-0.632-0.299-1.227-0.806-1.604\r\n\t\tc-0.507-0.377-1.164-0.493-1.769-0.311l-20,6C28.579,6.338,28,7.117,28,8v15.954c0,0.03,0,0.061,0,0.091v21.974\r\n\t\tC26.326,44.758,24.252,44,22,44c-5.514,0-10,4.486-10,10S16.486,64,22,64z M32,9.488l16-4.8v11.824l-16,4.8V9.488z M22,48\r\n\t\tc3.309,0,6,2.691,6,6s-2.691,6-6,6s-6-2.691-6-6S18.691,48,22,48z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"old video cam \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M62.993,22.264c-0.623-0.355-1.388-0.353-2.007,0.013L47,30.503V24c0-1.104-0.896-2-2-2h-5.082\r\n\t\tC41.827,19.874,43,17.075,43,14c0-6.617-5.383-12-12-12c-5.68,0-10.439,3.971-11.677,9.279C18.075,10.474,16.593,10,15,10\r\n\t\tc-4.411,0-8,3.589-8,8c0,1.458,0.398,2.821,1.083,4H2c-1.104,0-2,0.896-2,2v24c0,0.93,0.641,1.737,1.547,1.948l43,10\r\n\t\tC44.697,59.982,44.849,60,45,60c0.447,0,0.887-0.15,1.244-0.434C46.722,59.187,47,58.61,47,58v-6.503l13.986,8.227\r\n\t\tc0.618,0.364,1.383,0.368,2.007,0.013C63.616,59.38,64,58.718,64,58V24C64,23.282,63.616,22.62,62.993,22.264z M31,6\r\n\t\tc4.411,0,8,3.589,8,8s-3.589,8-8,8s-8-3.589-8-8S26.588,6,31,6z M22.081,22h-0.164c0.021-0.036,0.045-0.071,0.065-0.107\r\n\t\tC22.015,21.929,22.048,21.964,22.081,22z M11,18c0-2.206,1.794-4,4-4s4,1.794,4,4s-1.794,4-4,4S11,20.206,11,18z M60,54.503\r\n\t\tl-13.986-8.227c-0.619-0.365-1.384-0.369-2.007-0.013C43.384,46.62,43,47.282,43,48v7.481L4,46.412V26h39v8\r\n\t\tc0,0.718,0.384,1.38,1.007,1.736c0.624,0.356,1.389,0.354,2.007-0.013L60,27.497V54.503z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"paper pen \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M53.105,56.684l2.211,4.422c0.586,1.172,1.564,1.844,2.684,1.844s2.098-0.672,2.684-1.844l2.211-4.422\r\n\t\tC63.525,55.423,64,53.409,64,52V6c0-2.206-1.794-4-4-4h-4c-2.206,0-4,1.794-4,4h-2c-2.206,0-4,1.794-4,4v8c0,1.104,0.896,2,2,2\r\n\t\ts2-0.896,2-2v-8h2v42C52,53.409,52.475,55.423,53.105,56.684z M56,6h4v46c0,0.785-0.332,2.192-0.684,2.895L58,57.527l-1.316-2.633\r\n\t\tC56.332,54.192,56,52.785,56,52V6z\"/>\r\n\t<path d=\"M4,62h36c2.206,0,4-1.794,4-4V18c0-1.64-0.841-3.67-2-4.828l-9.172-9.173C31.668,2.841,29.638,2,28,2H4\r\n\t\tC1.794,2,0,3.794,0,6v52C0,60.206,1.794,62,4,62z M37.171,14H32V8.828L37.171,14z M4,6h24v8c0,2.206,1.794,4,4,4h8v40H4V6z\"/>\r\n\t<path d=\"M10,16h11c1.104,0,2-0.896,2-2s-0.896-2-2-2H10c-1.104,0-2,0.896-2,2S8.896,16,10,16z\"/>\r\n\t<path d=\"M34,22H10c-1.104,0-2,0.896-2,2s0.896,2,2,2h24c1.104,0,2-0.896,2-2S35.104,22,34,22z\"/>\r\n\t<path d=\"M34,30H10c-1.104,0-2,0.896-2,2s0.896,2,2,2h24c1.104,0,2-0.896,2-2S35.104,30,34,30z\"/>\r\n\t<path d=\"M34,38H10c-1.104,0-2,0.896-2,2s0.896,2,2,2h24c1.104,0,2-0.896,2-2S35.104,38,34,38z\"/>\r\n\t<path d=\"M34,46H10c-1.104,0-2,0.896-2,2s0.896,2,2,2h24c1.104,0,2-0.896,2-2S35.104,46,34,46z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"paper pencil \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M0,58c0,2.206,1.794,4,4,4h36c2.206,0,4-1.794,4-4V18c0-1.64-0.841-3.67-2-4.828l-9.172-9.173C31.668,2.841,29.638,2,28,2\r\n\t\tH4C1.794,2,0,3.794,0,6V58z M37.171,14H32V8.828L37.171,14z M4,6h24v8c0,2.206,1.794,4,4,4h8v40H4V6z\"/>\r\n\t<path d=\"M60,2h-4c-2.206,0-4,1.794-4,4v46c0,1.409,0.475,3.423,1.105,4.684l2.211,4.422c0.586,1.172,1.564,1.844,2.684,1.844\r\n\t\ts2.098-0.672,2.684-1.844l2.211-4.422C63.525,55.423,64,53.409,64,52V6C64,3.794,62.206,2,60,2z M60,6v6h-4V6H60z M59.316,54.895\r\n\t\tL58,57.527l-1.316-2.633C56.332,54.192,56,52.785,56,52V16h4v36C60,52.785,59.668,54.192,59.316,54.895z\"/>\r\n\t<path d=\"M10,16h11c1.104,0,2-0.896,2-2s-0.896-2-2-2H10c-1.104,0-2,0.896-2,2S8.896,16,10,16z\"/>\r\n\t<path d=\"M34,22H10c-1.104,0-2,0.896-2,2s0.896,2,2,2h24c1.104,0,2-0.896,2-2S35.104,22,34,22z\"/>\r\n\t<path d=\"M34,30H10c-1.104,0-2,0.896-2,2s0.896,2,2,2h24c1.104,0,2-0.896,2-2S35.104,30,34,30z\"/>\r\n\t<path d=\"M34,38H10c-1.104,0-2,0.896-2,2s0.896,2,2,2h24c1.104,0,2-0.896,2-2S35.104,38,34,38z\"/>\r\n\t<path d=\"M34,46H10c-1.104,0-2,0.896-2,2s0.896,2,2,2h24c1.104,0,2-0.896,2-2S35.104,46,34,46z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"paper sheet \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M52,64c2.206,0,4-1.794,4-4V4c0-2.206-1.794-4-4-4H26c-1.638,0-3.668,0.841-4.828,2L10,13.171C8.841,14.33,8,16.36,8,18v42\r\n\t\tc0,2.206,1.794,4,4,4H52z M52,4l0,56h0H12V18h10c2.206,0,4-1.794,4-4V4H52z M22,6.828V14h-7.172L22,6.828z\"/>\r\n\t<path d=\"M32,16h12c1.104,0,2-0.896,2-2s-0.896-2-2-2H32c-1.104,0-2,0.896-2,2S30.896,16,32,16z\"/>\r\n\t<path d=\"M44,22H20c-1.104,0-2,0.896-2,2s0.896,2,2,2h24c1.104,0,2-0.896,2-2S45.104,22,44,22z\"/>\r\n\t<path d=\"M44,32H20c-1.104,0-2,0.896-2,2s0.896,2,2,2h24c1.104,0,2-0.896,2-2S45.104,32,44,32z\"/>\r\n\t<path d=\"M44,42H20c-1.104,0-2,0.896-2,2s0.896,2,2,2h24c1.104,0,2-0.896,2-2S45.104,42,44,42z\"/>\r\n\t<path d=\"M44,52H20c-1.104,0-2,0.896-2,2s0.896,2,2,2h24c1.104,0,2-0.896,2-2S45.104,52,44,52z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"pen pencil ruler \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M35,64c2.206,0,4-1.794,4-4V4c0-2.206-1.794-4-4-4H23c-2.206,0-4,1.794-4,4v56c0,2.206,1.794,4,4,4H35z M23,4h12v6h-6\r\n\t\tc-1.104,0-2,0.896-2,2s0.896,2,2,2h6v6h-1c-1.104,0-2,0.896-2,2s0.896,2,2,2h1v6h-6c-1.104,0-2,0.896-2,2s0.896,2,2,2h6v6h-1\r\n\t\tc-1.104,0-2,0.896-2,2s0.896,2,2,2h1v6h-6c-1.104,0-2,0.896-2,2s0.896,2,2,2h6v6H23V4z\"/>\r\n\t<path d=\"M9,62.949c1.119,0,2.098-0.672,2.684-1.844l2.211-4.422C14.524,55.423,15,53.409,15,52V6c0-2.206-1.794-4-4-4H7\r\n\t\tC4.794,2,3,3.794,3,6v46c0,1.409,0.476,3.423,1.105,4.684l2.211,4.422C6.902,62.277,7.881,62.949,9,62.949z M10.316,54.895\r\n\t\tL9,57.527l-1.316-2.633C7.332,54.192,7,52.785,7,52V16h4v36C11,52.785,10.668,54.192,10.316,54.895z M11,6v6H7V6H11z\"/>\r\n\t<path d=\"M53.895,7.316l-2.211-4.422C51.098,1.723,50.119,1.051,49,1.051s-2.098,0.672-2.684,1.844l-2.211,4.422\r\n\t\tC43.476,8.577,43,10.591,43,12v46c0,2.206,1.794,4,4,4h4c2.206,0,4-1.794,4-4h2c2.206,0,4-1.794,4-4v-8c0-1.104-0.896-2-2-2\r\n\t\ts-2,0.896-2,2v8h-2V12C55,10.591,54.524,8.577,53.895,7.316z M51,58h-4V12c0-0.785,0.332-2.192,0.684-2.895L49,6.473l1.316,2.633\r\n\t\tC50.668,9.808,51,11.215,51,12V58z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"pencil \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M3.161,63.357c0.471,0,0.968-0.115,1.479-0.342l14.346-6.376c1.234-0.549,2.887-1.684,3.843-2.64L62,14.829\r\n\t\tc0.754-0.754,1.17-1.759,1.17-2.829S62.754,9.925,62,9.172l-7.172-7.173C54.074,1.246,53.07,0.831,52,0.831S49.926,1.246,49.172,2\r\n\t\tL9,42.171c-0.968,0.967-2.09,2.651-2.612,3.917L0.912,59.389c-0.594,1.444-0.174,2.42,0.129,2.873\r\n\t\tC1.507,62.958,2.28,63.357,3.161,63.357z M20,51.171C20,51.171,20,51.172,20,51.171L12.828,44L46,10.828L53.172,18L20,51.171z\r\n\t\t M52,4.828L59.172,12L56,15.172L48.828,8L52,4.828z M10.088,47.611c0.059-0.142,0.138-0.303,0.226-0.469l6.213,6.213L5.751,58.143\r\n\t\tL10.088,47.611z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"pencil ruler \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M2.602,0.968C1.349,0.968,0,1.916,0,4v56c0,2.206,1.794,4,4,4h56c1.95,0,2.639-1.154,2.845-1.65\r\n\t\tc0.205-0.496,0.534-1.799-0.845-3.178L4.828,2C3.975,1.146,3.146,0.968,2.602,0.968z M4,60v-4h4c1.104,0,2-0.896,2-2s-0.896-2-2-2\r\n\t\tH4v-4h2c1.104,0,2-0.896,2-2s-0.896-2-2-2H4v-4h4c1.104,0,2-0.896,2-2s-0.896-2-2-2H4v-4h2c1.104,0,2-0.896,2-2s-0.896-2-2-2H4v-4\r\n\t\th4c1.104,0,2-0.896,2-2s-0.896-2-2-2H4V7l53.169,53H4z\"/>\r\n\t<path d=\"M16,56h24c1.95,0,2.639-1.154,2.845-1.65c0.205-0.496,0.534-1.799-0.845-3.178L16.828,26\r\n\t\tc-0.854-0.854-1.682-1.032-2.227-1.032C13.349,24.968,12,25.916,12,28v24C12,54.206,13.794,56,16,56z M16.001,30.83L37.17,52H16\r\n\t\tL16.001,30.83z\"/>\r\n\t<path d=\"M55.456,46.426l4.119,1.029c0.316,0.079,0.632,0.119,0.938,0.119c0,0,0,0,0.001,0c0.975,0,1.857-0.414,2.422-1.137\r\n\t\tc0.604-0.772,0.788-1.789,0.52-2.862l-1.029-4.119c-0.353-1.412-1.396-3.254-2.426-4.284L26.828,2\r\n\t\tC26.074,1.246,25.07,0.831,24,0.831S21.926,1.246,21.172,2L18,5.172c-1.56,1.56-1.56,4.097,0,5.656L51.172,44\r\n\t\tC52.202,45.03,54.044,46.073,55.456,46.426z M58.545,40.425l0.706,2.826l-2.826-0.706c-0.721-0.18-1.898-0.848-2.425-1.373\r\n\t\tL26.828,14L30,10.828L57.172,38C57.697,38.526,58.365,39.704,58.545,40.425z M24,4.828L27.172,8L24,11.172L20.828,8L24,4.828z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"plus \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M32,0c-8.548,0-16.584,3.33-22.627,9.374C3.328,15.417-0.001,23.453-0.001,32s3.329,16.583,9.374,22.626\r\n\t\tC15.416,60.671,23.452,64,32,64c8.547,0,16.583-3.33,22.627-9.374c6.045-6.044,9.374-14.079,9.374-22.626\r\n\t\ts-3.329-16.583-9.374-22.626C48.583,3.329,40.547,0,32,0z M51.799,51.798C46.51,57.087,39.479,60,32,60\r\n\t\tc-7.479,0-14.511-2.913-19.799-8.203C6.912,46.509,3.999,39.479,3.999,32s2.913-14.509,8.202-19.798C17.489,6.913,24.521,4,32,4\r\n\t\tc7.479,0,14.51,2.913,19.799,8.203c5.289,5.288,8.202,12.319,8.202,19.797S57.088,46.509,51.799,51.798z\"/>\r\n\t<path d=\"M50,30H34V14c0-1.104-0.896-2-2-2s-2,0.896-2,2v16H14c-1.104,0-2,0.896-2,2s0.896,2,2,2h16v16c0,1.104,0.896,2,2,2\r\n\t\ts2-0.896,2-2V34h16c1.104,0,2-0.896,2-2S51.104,30,50,30z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"portable pc \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M2,54h60c1.104,0,2-0.896,2-2v-6c0-1.104-0.896-2-2-2h-4V12c0-1.104-0.896-2-2-2H8c-1.104,0-2,0.896-2,2v32H2\r\n\t\tc-1.104,0-2,0.896-2,2v6C0,53.104,0.896,54,2,54z M10,14h44v30H10V14z M4,48h4h48h4v2H4V48z\"/>\r\n\t<path d=\"M30.58,16.58C30.21,16.96,30,17.479,30,18c0,0.53,0.21,1.04,0.59,1.41C30.96,19.79,31.47,20,32,20s1.04-0.21,1.42-0.59\r\n\t\tC33.79,19.04,34,18.52,34,18c0-0.521-0.21-1.04-0.59-1.42C32.67,15.84,31.33,15.84,30.58,16.58z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"pricetag \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M24.586,63.414C24.976,63.805,25.488,64,26,64s1.024-0.195,1.414-0.586l36-36C63.789,27.039,64,26.53,64,26V2\r\n\t\tc0-1.104-0.896-2-2-2H38c-0.53,0-1.039,0.211-1.414,0.586l-36,36c-0.781,0.781-0.781,2.047,0,2.828L24.586,63.414z M38.829,4H60\r\n\t\tv21.172l-34,34L4.829,38L38.829,4z\"/>\r\n\t<path d=\"M47,25c4.411,0,8-3.589,8-8s-3.589-8-8-8s-8,3.589-8,8S42.589,25,47,25z M47,13c2.206,0,4,1.794,4,4s-1.794,4-4,4\r\n\t\ts-4-1.794-4-4S44.794,13,47,13z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"printer \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M2,54h12v8c0,1.104,0.896,2,2,2h32c1.104,0,2-0.896,2-2v-8h12c1.104,0,2-0.896,2-2V20c0-1.104-0.896-2-2-2H50V2\r\n\t\tc0-1.104-0.896-2-2-2H16c-1.104,0-2,0.896-2,2v16H2c-1.104,0-2,0.896-2,2v32C0,53.104,0.896,54,2,54z M46,60H18V40h28V60z M18,4h28\r\n\t\tv14H18V4z M4,22h12h32h12v28H50V38c0-1.104-0.896-2-2-2H16c-1.104,0-2,0.896-2,2v12H4V22z\"/>\r\n\t<path d=\"M11.41,25.59c-0.74-0.75-2.08-0.75-2.82,0C8.21,25.96,8,26.47,8,27c0,0.52,0.21,1.04,0.59,1.42C8.96,28.79,9.47,29,10,29\r\n\t\ts1.04-0.21,1.42-0.59C11.79,28.04,12,27.52,12,27C12,26.47,11.79,25.96,11.41,25.59z\"/>\r\n\t<path d=\"M16,29c0.53,0,1.04-0.21,1.41-0.59C17.79,28.04,18,27.52,18,27s-0.21-1.04-0.59-1.42c-0.74-0.74-2.08-0.74-2.82,0.01\r\n\t\tC14.21,25.96,14,26.47,14,27c0,0.52,0.21,1.04,0.59,1.42C14.96,28.79,15.47,29,16,29z\"/>\r\n\t<path d=\"M42,44H22c-1.104,0-2,0.896-2,2s0.896,2,2,2h20c1.104,0,2-0.896,2-2S43.104,44,42,44z\"/>\r\n\t<path d=\"M42,52H22c-1.104,0-2,0.896-2,2s0.896,2,2,2h20c1.104,0,2-0.896,2-2S43.104,52,42,52z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"profile \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M32,42c8.271,0,15-8.523,15-19S40.271,4,32,4s-15,8.523-15,19S23.729,42,32,42z M32,8c5.963,0,11,6.869,11,15\r\n\t\ts-5.037,15-11,15s-11-6.869-11-15S26.037,8,32,8z\"/>\r\n\t<path d=\"M4.103,45.367l-4,12c-0.203,0.61-0.101,1.28,0.275,1.802C0.753,59.691,1.357,60,2,60h60c0.643,0,1.247-0.309,1.622-0.831\r\n\t\tc0.376-0.521,0.479-1.191,0.275-1.802l-4-12c-0.209-0.626-0.713-1.108-1.348-1.29l-14-4c-0.482-0.139-0.996-0.09-1.444,0.134\r\n\t\tL32,45.764l-11.105-5.553c-0.448-0.224-0.962-0.272-1.444-0.134l-14,4C4.815,44.259,4.312,44.741,4.103,45.367z M19.802,44.137\r\n\t\tl11.304,5.652c0.562,0.281,1.227,0.281,1.789,0l11.304-5.652l12.238,3.496L59.226,56H4.774l2.789-8.367L19.802,44.137z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"profile add \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M32,42c8.673,0,16-8.701,16-19S40.673,4,32,4s-16,8.701-16,19S23.327,42,32,42z M32,8c6.505,0,12,6.869,12,15\r\n\t\ts-5.495,15-12,15s-12-6.869-12-15S25.495,8,32,8z\"/>\r\n\t<path d=\"M4.103,45.367l-4,12c-0.203,0.61-0.101,1.28,0.275,1.802C0.753,59.691,1.357,60,2,60h60c0.643,0,1.247-0.309,1.622-0.831\r\n\t\tc0.376-0.521,0.479-1.191,0.275-1.802l-4-12c-0.209-0.626-0.713-1.108-1.348-1.29l-14-4c-0.482-0.139-0.996-0.09-1.444,0.134\r\n\t\tL32,45.764l-11.105-5.553c-0.448-0.224-0.962-0.272-1.444-0.134l-14,4C4.815,44.259,4.312,44.741,4.103,45.367z M19.802,44.137\r\n\t\tl11.304,5.652c0.562,0.281,1.227,0.281,1.789,0l11.304-5.652l12.238,3.496L59.226,56H4.774l2.789-8.367L19.802,44.137z\"/>\r\n\t<path d=\"M62,6h-4V2c0-1.104-0.896-2-2-2s-2,0.896-2,2v4h-4c-1.104,0-2,0.896-2,2s0.896,2,2,2h4v4c0,1.104,0.896,2,2,2s2-0.896,2-2\r\n\t\tv-4h4c1.104,0,2-0.896,2-2S63.104,6,62,6z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"profile remove \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M32,42c8.673,0,16-8.701,16-19S40.673,4,32,4s-16,8.701-16,19S23.327,42,32,42z M32,8c6.505,0,12,6.869,12,15\r\n\t\ts-5.495,15-12,15s-12-6.869-12-15S25.495,8,32,8z\"/>\r\n\t<path d=\"M4.103,45.367l-4,12c-0.203,0.61-0.101,1.28,0.275,1.802C0.753,59.691,1.357,60,2,60h60c0.643,0,1.247-0.309,1.622-0.831\r\n\t\tc0.376-0.521,0.479-1.191,0.275-1.802l-4-12c-0.209-0.626-0.713-1.108-1.348-1.29l-14-4c-0.482-0.139-0.996-0.09-1.444,0.134\r\n\t\tL32,45.764l-11.105-5.553c-0.448-0.224-0.962-0.272-1.444-0.134l-14,4C4.815,44.259,4.312,44.741,4.103,45.367z M19.802,44.137\r\n\t\tl11.304,5.652c0.562,0.281,1.227,0.281,1.789,0l11.304-5.652l12.238,3.496L59.226,56H4.774l2.789-8.367L19.802,44.137z\"/>\r\n\t<path d=\"M48.586,15.414C48.977,15.805,49.488,16,50,16s1.023-0.195,1.414-0.586L55,11.828l3.586,3.586\r\n\t\tC58.977,15.805,59.488,16,60,16s1.023-0.195,1.414-0.586c0.781-0.781,0.781-2.047,0-2.828L57.828,9l3.586-3.586\r\n\t\tc0.781-0.781,0.781-2.047,0-2.828s-2.047-0.781-2.828,0L55,6.172l-3.586-3.586c-0.781-0.781-2.047-0.781-2.828,0\r\n\t\ts-0.781,2.047,0,2.828L52.172,9l-3.586,3.586C47.805,13.367,47.805,14.633,48.586,15.414z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"rainy \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M23.414,44.586c-0.781-0.781-2.047-0.781-2.828,0l-6,6c-0.781,0.781-0.781,2.047,0,2.828C14.977,53.805,15.488,54,16,54\r\n\t\ts1.023-0.195,1.414-0.586l6-6C24.195,46.633,24.195,45.367,23.414,44.586z\"/>\r\n\t<path d=\"M46.586,44.586l-8,8c-0.781,0.781-0.781,2.047,0,2.828C38.977,55.805,39.488,56,40,56s1.023-0.195,1.414-0.586l8-8\r\n\t\tc0.781-0.781,0.781-2.047,0-2.828C48.633,43.805,47.367,43.805,46.586,44.586z\"/>\r\n\t<path d=\"M33.586,44.586l-14,14c-0.781,0.781-0.781,2.047,0,2.828C19.977,61.805,20.488,62,21,62s1.023-0.195,1.414-0.586l14-14\r\n\t\tc0.781-0.781,0.781-2.047,0-2.828C35.633,43.805,34.367,43.805,33.586,44.586z\"/>\r\n\t<path d=\"M55.926,22.186C55,10.901,45.52,2,34,2C23.776,2,14.958,8.635,12.409,18H12C5.383,18,0,23.383,0,30s5.383,12,12,12h42\r\n\t\tc5.514,0,10-4.486,10-10C64,27.145,60.521,23.086,55.926,22.186z M54,38H12c-4.411,0-8-3.589-8-8s3.589-8,8-8h2\r\n\t\tc0.962,0,1.788-0.685,1.966-1.63C17.531,12.043,25.115,6,34,6c9.925,0,18,8.075,18,18c0,1.104,0.896,2,2,2c3.309,0,6,2.691,6,6\r\n\t\tS57.309,38,54,38z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"rotate \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M30,2c0,1.104,0.896,2,2,2c7.479,0,14.51,2.913,19.798,8.202C57.087,17.49,60,24.521,60,32c0,7.381-2.842,14.323-8,19.587\r\n\t\tV46c0-1.104-0.896-2-2-2s-2,0.896-2,2v12h12c1.104,0,2-0.896,2-2s-0.896-2-2-2h-4.776C60.885,48.032,64,40.257,64,32\r\n\t\tc0-8.547-3.329-16.583-9.374-22.627C48.583,3.329,40.547,0,32,0C30.896,0,30,0.896,30,2z\"/>\r\n\t<path d=\"M9.374,54.627C15.417,60.671,23.453,64,32,64c1.104,0,2-0.896,2-2s-0.896-2-2-2c-7.479,0-14.51-2.913-19.798-8.202\r\n\t\tC6.913,46.51,4,39.479,4,32c0-7.381,2.842-14.323,8-19.587V18c0,1.104,0.896,2,2,2s2-0.896,2-2V6H4C2.896,6,2,6.896,2,8\r\n\t\ts0.896,2,2,2h4.776C3.115,15.968,0,23.743,0,32C0,40.547,3.329,48.583,9.374,54.627z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"setting 1 \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M45.414,34.586c-0.78-0.781-2.048-0.781-2.828,0L41,36.172L37.828,33l7-7H48c7.851,0,12-4.841,12-14\r\n\t\tc0-0.693-0.359-1.337-0.949-1.701c-0.589-0.365-1.326-0.398-1.946-0.088l-6.71,3.355l-1.961-1.961l3.355-6.71\r\n\t\tc0.31-0.62,0.277-1.356-0.088-1.946C51.337,2.359,50.693,2,50,2c-9.159,0-14,4.149-14,12v3.171l-7,7L17.828,13l1.586-1.586\r\n\t\tc0.436-0.436,0.646-1.047,0.571-1.658c-0.075-0.611-0.428-1.154-0.956-1.471l-10-6C8.243,1.812,7.235,1.937,6.586,2.586l-2,2\r\n\t\tC3.937,5.235,3.813,6.242,4.285,7.029l6,10c0.317,0.528,0.859,0.881,1.471,0.956C11.837,17.995,11.919,18,12,18\r\n\t\tc0.527,0,1.037-0.208,1.414-0.586L15,15.828L26.172,27L2.586,50.586c-0.22,0.219-0.385,0.487-0.483,0.782l-2,6\r\n\t\tc-0.239,0.719-0.052,1.511,0.483,2.046l2,2C2.967,61.795,3.478,62,4,62c0.211,0,0.425-0.034,0.632-0.103l6-2\r\n\t\tc0.295-0.098,0.562-0.264,0.782-0.483L35,35.828L38.172,39l-1.586,1.586c-0.781,0.781-0.781,2.047,0,2.828l18,18\r\n\t\tC54.976,61.805,55.488,62,56,62s1.024-0.195,1.414-0.586l6-6c0.781-0.781,0.781-2.047,0-2.828L45.414,34.586z M12.397,12.774\r\n\t\tL8.831,6.831l5.943,3.566L12.397,12.774z M8.919,56.252l-4.379,1.46L4.288,57.46l1.46-4.379l33.666-33.667\r\n\t\tC39.789,19.039,40,18.53,40,18v-4c0-3.385,0.87-6.835,6.644-7.76l-2.433,4.866c-0.385,0.77-0.234,1.7,0.375,2.309l4,4\r\n\t\tc0.609,0.609,1.54,0.76,2.309,0.375l4.866-2.433C54.835,21.13,51.385,22,48,22h-4c-0.53,0-1.039,0.211-1.414,0.586L8.919,56.252z\r\n\t\t M56,57.171L40.829,42L44,38.829L59.171,54L56,57.171z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"setting 2 \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M2,40h6.559l1.153,3.46l-5.126,5.126c-0.781,0.781-0.781,2.047,0,2.828l8,8c0.78,0.781,2.048,0.781,2.828,0l5.126-5.126\r\n\t\tL24,55.441V62c0,1.104,0.896,2,2,2h12c1.104,0,2-0.896,2-2v-6.559l3.46-1.153l5.126,5.126c0.78,0.781,2.048,0.781,2.828,0l8-8\r\n\t\tc0.781-0.781,0.781-2.047,0-2.828l-5.126-5.126L55.441,40H62c1.104,0,2-0.896,2-2V26c0-1.104-0.896-2-2-2h-6.559l-1.153-3.46\r\n\t\tl5.126-5.126c0.781-0.781,0.781-2.047,0-2.828l-8-8c-0.78-0.781-2.048-0.781-2.828,0L43.46,9.712L40,8.559V2c0-1.104-0.896-2-2-2\r\n\t\tH26c-1.104,0-2,0.896-2,2v6.559l-3.46,1.153l-5.126-5.126c-0.78-0.781-2.048-0.781-2.828,0l-8,8c-0.781,0.781-0.781,2.047,0,2.828\r\n\t\tl5.126,5.126L8.559,24H2c-1.104,0-2,0.896-2,2v12C0,39.104,0.896,40,2,40z M4,28h6c0.861,0,1.625-0.551,1.897-1.368l2-6\r\n\t\tc0.239-0.719,0.052-1.511-0.483-2.046L8.829,14L14,8.829l4.586,4.585c0.535,0.536,1.328,0.722,2.046,0.483l6-2\r\n\t\tC27.449,11.625,28,10.861,28,10V4h8v6c0,0.861,0.551,1.625,1.368,1.897l6,2c0.72,0.24,1.511,0.053,2.046-0.483L50,8.829L55.171,14\r\n\t\tl-4.585,4.586c-0.536,0.536-0.723,1.328-0.483,2.046l2,6C52.375,27.449,53.139,28,54,28h6v8h-6c-0.861,0-1.625,0.551-1.897,1.368\r\n\t\tl-2,6c-0.239,0.719-0.052,1.511,0.483,2.046L55.171,50L50,55.171l-4.586-4.585c-0.536-0.536-1.328-0.724-2.046-0.483l-6,2\r\n\t\tC36.551,52.375,36,53.139,36,54v6h-8v-6c0-0.861-0.551-1.625-1.368-1.897l-6-2c-0.717-0.239-1.511-0.052-2.046,0.483L14,55.171\r\n\t\tL8.829,50l4.585-4.586c0.536-0.536,0.723-1.328,0.483-2.046l-2-6C11.625,36.551,10.861,36,10,36H4V28z\"/>\r\n\t<path d=\"M32,40c4.411,0,8-3.589,8-8s-3.589-8-8-8s-8,3.589-8,8S27.589,40,32,40z M32,28c2.206,0,4,1.794,4,4s-1.794,4-4,4\r\n\t\ts-4-1.794-4-4S29.794,28,32,28z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"share \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M12,54c3.863,0,7.297-1.843,9.493-4.688l16.622,6.125C38.816,60.271,42.976,64,48,64c5.514,0,10-4.486,10-10\r\n\t\ts-4.486-10-10-10c-4.568,0-8.422,3.083-9.613,7.274L23.392,45.75C23.781,44.569,24,43.31,24,42c0-2.522-0.786-4.862-2.12-6.795\r\n\t\tl18.474-11.084C42.867,26.518,46.261,28,50,28c7.72,0,14-6.28,14-14S57.72,0,50,0S36,6.28,36,14c0,2.53,0.685,4.899,1.863,6.949\r\n\t\tL18.996,32.27C17.023,30.848,14.611,30,12,30C5.383,30,0,35.383,0,42S5.383,54,12,54z M48,48c3.309,0,6,2.691,6,6s-2.691,6-6,6\r\n\t\ts-6-2.691-6-6S44.691,48,48,48z M50,4c5.514,0,10,4.486,10,10s-4.486,10-10,10s-10-4.486-10-10S44.486,4,50,4z M12,34\r\n\t\tc4.411,0,8,3.589,8,8s-3.589,8-8,8s-8-3.589-8-8S7.589,34,12,34z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"shield down \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M31,64c0.512,0,1.024-0.195,1.414-0.586l17-17C49.789,46.039,50,45.53,50,45V2c0-1.104-0.896-2-2-2H14\r\n\t\tc-1.104,0-2,0.896-2,2v43c0,0.53,0.211,1.039,0.586,1.414l17,17C29.976,63.805,30.488,64,31,64z M16,4h30v40.171l-15,15l-15-15V4z\"\r\n\t\t/>\r\n</g>\r\n</svg>\r\n</li><li title=\"shield left \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M17.586,50.414C17.961,50.789,18.47,51,19,51h43c1.104,0,2-0.896,2-2V15c0-1.104-0.896-2-2-2H19\r\n\t\tc-0.53,0-1.039,0.211-1.414,0.586l-17,17c-0.781,0.781-0.781,2.047,0,2.828L17.586,50.414z M19.829,17H60v30H19.829l-15-15\r\n\t\tL19.829,17z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"shield right \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M2,51h43c0.53,0,1.039-0.211,1.414-0.586l17-17c0.781-0.781,0.781-2.047,0-2.828l-17-17C46.039,13.211,45.53,13,45,13H2\r\n\t\tc-1.104,0-2,0.896-2,2v34C0,50.104,0.896,51,2,51z M4,17h40.171l15,15l-15,15H4V17z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"shield up \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M48,64c1.104,0,2-0.896,2-2V19c0-0.53-0.211-1.039-0.586-1.414l-17-17c-0.78-0.781-2.048-0.781-2.828,0l-17,17\r\n\t\tC12.211,17.961,12,18.47,12,19v43c0,1.104,0.896,2,2,2H48z M16,19.829l15-15l15,15V60H16V19.829z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"shopping cart \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M0,10c0,1.104,0.896,2,2,2h6.166L12,56.173c0,0.003,0,0.005,0,0.007c0,4.328,3.645,7.82,7.996,7.82\r\n\t\tc3.719,0,6.849-2.556,7.74-6h8.527c0.892,3.444,4.017,6,7.736,6c4.411,0,8-3.589,8-8s-3.589-8-8-8c-3.72,0-6.845,2.556-7.736,6\r\n\t\th-8.527c-0.892-3.444-4.017-6-7.736-6c-1.696,0-3.268,0.534-4.563,1.438l-0.561-6.45C14.917,42.99,14.956,43,14.998,43\r\n\t\tc0.033,0,0.066-0.001,0.1-0.002l41-2c0.855-0.042,1.59-0.625,1.825-1.448l6-21c0.173-0.604,0.052-1.253-0.326-1.754\r\n\t\tS62.628,16,62,16H12.529l-0.537-6.173C11.902,8.793,11.037,8,10,8H2C0.896,8,0,8.896,0,10z M44,52c2.206,0,4,1.794,4,4\r\n\t\ts-1.794,4-4,4s-4-1.794-4-4S41.794,52,44,52z M20,52c2.206,0,4,1.794,4,4s-1.794,4-4,4s-4-1.794-4-4S17.794,52,20,52z M59.349,20\r\n\t\tl-4.878,17.072l-39.568,1.93c-0.127,0.006-0.249,0.027-0.368,0.056L12.877,20H59.349z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"shopping cart content \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M0,10c0,1.104,0.896,2,2,2h6.166L12,56.173c0,0.003,0,0.005,0,0.007c0,4.328,3.645,7.82,7.996,7.82\r\n\t\tc3.719,0,6.849-2.556,7.74-6h8.527c0.892,3.444,4.017,6,7.736,6c4.411,0,8-3.589,8-8s-3.589-8-8-8c-3.72,0-6.845,2.556-7.736,6\r\n\t\th-8.527c-0.892-3.444-4.017-6-7.736-6c-1.696,0-3.268,0.534-4.563,1.438l-0.561-6.45C14.917,42.99,14.956,43,14.998,43\r\n\t\tc0.033,0,0.066-0.001,0.1-0.002l41-2c0.855-0.042,1.59-0.625,1.825-1.448l6-21c0.173-0.604,0.052-1.253-0.326-1.754\r\n\t\tS62.628,16,62,16h-6.491L51.923,3.45C51.678,2.592,50.893,2,50,2H36c-0.53,0-1.039,0.211-1.414,0.586L29.172,8H20\r\n\t\tc-0.918,0-1.718,0.625-1.94,1.515L16.438,16h-3.909l-0.537-6.173C11.902,8.793,11.037,8,10,8H2C0.896,8,0,8.896,0,10z M44,52\r\n\t\tc2.206,0,4,1.794,4,4s-1.794,4-4,4s-4-1.794-4-4S41.794,52,44,52z M20,52c2.206,0,4,1.794,4,4s-1.794,4-4,4s-4-1.794-4-4\r\n\t\tS17.794,52,20,52z M36.828,6h11.663l2.857,10H33.562l-1.347-5.387L36.828,6z M21.562,12h6.877l1,4h-8.877L21.562,12z M53.993,20\r\n\t\tc0.002,0,0.004,0,0.006,0s0.005,0,0.007,0h5.343l-4.878,17.072l-39.568,1.93c-0.127,0.006-0.249,0.027-0.368,0.056L12.877,20\r\n\t\tH53.993z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"sinth \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M62,0H2C0.896,0,0,0.896,0,2v60c0,1.104,0.896,2,2,2h60c1.104,0,2-0.896,2-2V2C64,0.896,63.104,0,62,0z M60,60H4V4h56V60z\"\r\n\t\t/>\r\n\t<path d=\"M10,16h4v38c0,1.104,0.896,2,2,2s2-0.896,2-2V16h4c1.104,0,2-0.896,2-2s-0.896-2-2-2h-4v-2c0-1.104-0.896-2-2-2\r\n\t\ts-2,0.896-2,2v2h-4c-1.104,0-2,0.896-2,2S8.896,16,10,16z\"/>\r\n\t<path d=\"M42,52h4v2c0,1.104,0.896,2,2,2s2-0.896,2-2v-2h4c1.104,0,2-0.896,2-2s-0.896-2-2-2h-4V10c0-1.104-0.896-2-2-2\r\n\t\ts-2,0.896-2,2v38h-4c-1.104,0-2,0.896-2,2S40.896,52,42,52z\"/>\r\n\t<path d=\"M26,34h4v20c0,1.104,0.896,2,2,2s2-0.896,2-2V34h4c1.104,0,2-0.896,2-2s-0.896-2-2-2h-4V10c0-1.104-0.896-2-2-2\r\n\t\ts-2,0.896-2,2v20h-4c-1.104,0-2,0.896-2,2S24.896,34,26,34z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"smartphone \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M48,0H16c-1.104,0-2,0.896-2,2v60c0,1.104,0.896,2,2,2h32c1.104,0,2-0.896,2-2V2C50,0.896,49.104,0,48,0z M46,60H18V4h28\r\n\t\tV60z\"/>\r\n\t<path d=\"M33,52h-2c-1.104,0-2,0.896-2,2s0.896,2,2,2h2c1.104,0,2-0.896,2-2S34.104,52,33,52z\"/>\r\n\t<path d=\"M25,12h14c1.104,0,2-0.896,2-2s-0.896-2-2-2H25c-1.104,0-2,0.896-2,2S23.896,12,25,12z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"spread \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M61.735,4.018L32,7.982L2.265,4.018C1.688,3.938,1.116,4.115,0.683,4.495S0,5.424,0,6v48c0,1.002,0.742,1.85,1.735,1.982\r\n\t\tl30,4C31.823,59.994,31.912,60,32,60s0.177-0.006,0.265-0.018l30-4C63.258,55.85,64,55.002,64,54V6\r\n\t\tc0-0.576-0.249-1.125-0.683-1.505C62.883,4.115,62.312,3.944,61.735,4.018z M4,8.284l26,3.467v43.965L4,52.249V8.284z M60,52.249\r\n\t\tl-26,3.467V11.751l26-3.467V52.249z\"/>\r\n\t<path d=\"M9.752,17.984l16,2C25.836,19.995,25.92,20,26.003,20c0.993,0,1.855-0.74,1.981-1.752c0.137-1.096-0.641-2.096-1.736-2.232\r\n\t\tl-16-2c-1.093-0.14-2.096,0.64-2.232,1.736C7.879,16.848,8.656,17.848,9.752,17.984z\"/>\r\n\t<path d=\"M26.248,26.016l-16-2c-1.093-0.144-2.096,0.64-2.232,1.736c-0.137,1.096,0.641,2.096,1.736,2.232l16,2\r\n\t\tC25.836,29.995,25.92,30,26.003,30c0.993,0,1.855-0.74,1.981-1.752C28.121,27.152,27.344,26.152,26.248,26.016z\"/>\r\n\t<path d=\"M26.248,36.016l-16-2c-1.093-0.142-2.096,0.64-2.232,1.736c-0.137,1.096,0.641,2.096,1.736,2.232l16,2\r\n\t\tC25.836,39.995,25.92,40,26.003,40c0.993,0,1.855-0.74,1.981-1.752C28.121,37.152,27.344,36.152,26.248,36.016z\"/>\r\n\t<path d=\"M26.248,46.016l-16-2c-1.093-0.14-2.096,0.64-2.232,1.736c-0.137,1.096,0.641,2.096,1.736,2.232l16,2\r\n\t\tC25.836,49.995,25.92,50,26.003,50c0.993,0,1.855-0.74,1.981-1.752C28.121,47.152,27.344,46.152,26.248,46.016z\"/>\r\n\t<path d=\"M37.997,20c0.083,0,0.167-0.005,0.251-0.016l16-2c1.096-0.137,1.873-1.137,1.736-2.232\r\n\t\tc-0.137-1.097-1.148-1.876-2.232-1.736l-16,2c-1.096,0.137-1.873,1.137-1.736,2.232C36.142,19.26,37.004,20,37.997,20z\"/>\r\n\t<path d=\"M37.997,30c0.083,0,0.167-0.005,0.251-0.016l16-2c1.096-0.137,1.873-1.137,1.736-2.232\r\n\t\tc-0.137-1.097-1.148-1.88-2.232-1.736l-16,2c-1.096,0.137-1.873,1.137-1.736,2.232C36.142,29.26,37.004,30,37.997,30z\"/>\r\n\t<path d=\"M37.997,40c0.083,0,0.167-0.005,0.251-0.016l16-2c1.096-0.137,1.873-1.137,1.736-2.232\r\n\t\tc-0.137-1.097-1.148-1.878-2.232-1.736l-16,2c-1.096,0.137-1.873,1.137-1.736,2.232C36.142,39.26,37.004,40,37.997,40z\"/>\r\n\t<path d=\"M53.752,44.016l-16,2c-1.096,0.137-1.873,1.137-1.736,2.232C36.142,49.26,37.004,50,37.997,50\r\n\t\tc0.083,0,0.167-0.005,0.251-0.016l16-2c1.096-0.137,1.873-1.137,1.736-2.232C55.848,44.655,54.836,43.876,53.752,44.016z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"squares \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M2,28h24c1.104,0,2-0.896,2-2V2c0-1.104-0.896-2-2-2H2C0.896,0,0,0.896,0,2v24C0,27.104,0.896,28,2,28z M4,4h20v20H4V4z\"/>\r\n\t<path d=\"M64,2c0-1.104-0.896-2-2-2H38c-1.104,0-2,0.896-2,2v24c0,1.104,0.896,2,2,2h24c1.104,0,2-0.896,2-2V2z M60,24H40V4h20V24z\"\r\n\t\t/>\r\n\t<path d=\"M2,64h25c1.104,0,2-0.896,2-2V37c0-1.104-0.896-2-2-2H2c-1.104,0-2,0.896-2,2v25C0,63.104,0.896,64,2,64z M4,39h21v21H4V39\r\n\t\tz\"/>\r\n\t<path d=\"M62,36H38c-1.104,0-2,0.896-2,2v24c0,1.104,0.896,2,2,2h24c1.104,0,2-0.896,2-2V38C64,36.896,63.104,36,62,36z M60,60H40\r\n\t\tV40h20V60z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"stormy \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M41.414,48.414c0.781-0.781,0.781-2.047,0-2.828c-0.781-0.781-2.047-0.781-2.828,0l-5.726,5.725l6,4l-2.274,2.275\r\n\t\tc-0.781,0.781-0.781,2.047,0,2.828C36.977,60.805,37.488,61,38,61s1.023-0.195,1.414-0.586l5.726-5.725l-6-4L41.414,48.414z\"/>\r\n\t<path d=\"M25.414,48.414c0.781-0.781,0.781-2.047,0-2.828c-0.781-0.781-2.047-0.781-2.828,0l-5.726,5.725l6,4l-2.274,2.275\r\n\t\tc-0.781,0.781-0.781,2.047,0,2.828C20.977,60.805,21.488,61,22,61s1.023-0.195,1.414-0.586l5.726-5.725l-6-4L25.414,48.414z\"/>\r\n\t<path d=\"M55.926,23.186C55,11.901,45.52,3,34,3C23.776,3,14.958,9.635,12.409,19H12C5.383,19,0,24.383,0,31s5.383,12,12,12h42\r\n\t\tc5.514,0,10-4.486,10-10C64,28.145,60.521,24.086,55.926,23.186z M54,39H12c-4.411,0-8-3.589-8-8s3.589-8,8-8h2\r\n\t\tc0.962,0,1.788-0.685,1.966-1.63C17.531,13.043,25.115,7,34,7c9.925,0,18,8.075,18,18c0,1.104,0.896,2,2,2c3.309,0,6,2.691,6,6\r\n\t\tS57.309,39,54,39z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"sunny \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M32,14c-9.925,0-18,8.075-18,18s8.075,18,18,18s18-8.075,18-18S41.925,14,32,14z M32,46c-7.72,0-14-6.28-14-14\r\n\t\ts6.28-14,14-14s14,6.28,14,14S39.72,46,32,46z\"/>\r\n\t<path d=\"M30,2v8c0,1.104,0.896,2,2,2s2-0.896,2-2V2c0-1.104-0.896-2-2-2S30,0.896,30,2z\"/>\r\n\t<path d=\"M32,52c-1.104,0-2,0.896-2,2v8c0,1.104,0.896,2,2,2s2-0.896,2-2v-8C34,52.896,33.104,52,32,52z\"/>\r\n\t<path d=\"M62,30h-8c-1.104,0-2,0.896-2,2s0.896,2,2,2h8c1.104,0,2-0.896,2-2S63.104,30,62,30z\"/>\r\n\t<path d=\"M12,32c0-1.104-0.896-2-2-2H2c-1.104,0-2,0.896-2,2s0.896,2,2,2h8C11.104,34,12,33.104,12,32z\"/>\r\n\t<path d=\"M50.586,10.586l-4,4c-0.781,0.781-0.781,2.047,0,2.828C46.976,17.805,47.488,18,48,18s1.024-0.195,1.414-0.586l4-4\r\n\t\tc0.781-0.781,0.781-2.047,0-2.828C52.634,9.805,51.366,9.805,50.586,10.586z\"/>\r\n\t<path d=\"M14.586,46.586l-4,4c-0.781,0.781-0.781,2.047,0,2.828C10.976,53.805,11.488,54,12,54s1.024-0.195,1.414-0.586l4-4\r\n\t\tc0.781-0.781,0.781-2.047,0-2.828C16.634,45.805,15.366,45.805,14.586,46.586z\"/>\r\n\t<path d=\"M49.414,46.586c-0.78-0.781-2.048-0.781-2.828,0c-0.781,0.781-0.781,2.047,0,2.828l4,4C50.976,53.805,51.488,54,52,54\r\n\t\ts1.024-0.195,1.414-0.586c0.781-0.781,0.781-2.047,0-2.828L49.414,46.586z\"/>\r\n\t<path d=\"M10.586,10.586c-0.781,0.781-0.781,2.047,0,2.828l4,4C14.976,17.805,15.488,18,16,18s1.024-0.195,1.414-0.586\r\n\t\tc0.781-0.781,0.781-2.047,0-2.828l-4-4C12.634,9.805,11.366,9.805,10.586,10.586z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"tablet \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M56,62V2c0-1.104-0.896-2-2-2H10C8.896,0,8,0.896,8,2v60c0,1.104,0.896,2,2,2h44C55.104,64,56,63.104,56,62z M52,60H12V4\r\n\t\th40V60z\"/>\r\n\t<path d=\"M30.58,52.59C30.21,52.96,30,53.479,30,54c0,0.52,0.21,1.04,0.59,1.42C30.96,55.79,31.479,56,32,56\r\n\t\tc0.52,0,1.04-0.21,1.42-0.59C33.79,55.04,34,54.52,34,54c0-0.521-0.21-1.04-0.59-1.41C32.67,51.84,31.33,51.84,30.58,52.59z\"/>\r\n\t<path d=\"M27,12h10c1.104,0,2-0.896,2-2s-0.896-2-2-2H27c-1.104,0-2,0.896-2,2S25.896,12,27,12z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"three stripes horiz \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M62,38H2c-1.104,0-2,0.896-2,2s0.896,2,2,2h60c1.104,0,2-0.896,2-2S63.104,38,62,38z\"/>\r\n\t<path d=\"M62,30H2c-1.104,0-2,0.896-2,2s0.896,2,2,2h60c1.104,0,2-0.896,2-2S63.104,30,62,30z\"/>\r\n\t<path d=\"M62,22H2c-1.104,0-2,0.896-2,2s0.896,2,2,2h60c1.104,0,2-0.896,2-2S63.104,22,62,22z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"three stripes vert \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M24,64c1.104,0,2-0.896,2-2V2c0-1.104-0.896-2-2-2s-2,0.896-2,2v60C22,63.104,22.896,64,24,64z\"/>\r\n\t<path d=\"M32,64c1.104,0,2-0.896,2-2V2c0-1.104-0.896-2-2-2s-2,0.896-2,2v60C30,63.104,30.896,64,32,64z\"/>\r\n\t<path d=\"M40,64c1.104,0,2-0.896,2-2V2c0-1.104-0.896-2-2-2s-2,0.896-2,2v60C38,63.104,38.896,64,40,64z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"ticket \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M0.586,41.414l5.344,5.343c0.781,0.781,2.048,0.781,2.828,0C9.891,45.624,11.397,45,13,45c3.309,0,6,2.691,6,6\r\n\t\tc0,1.603-0.625,3.109-1.758,4.243c-0.375,0.375-0.586,0.884-0.586,1.414s0.211,1.039,0.586,1.414l5.344,5.343\r\n\t\tC22.977,63.805,23.488,64,24,64s1.024-0.195,1.414-0.586l38-38C63.79,25.039,64,24.53,64,24s-0.211-1.039-0.586-1.414l-5.344-5.343\r\n\t\tc-0.781-0.781-2.048-0.781-2.828,0C54.109,18.376,52.603,19,51,19c-3.309,0-6-2.691-6-6c0-1.603,0.625-3.109,1.758-4.243\r\n\t\tc0.375-0.375,0.586-0.884,0.586-1.414s-0.211-1.039-0.586-1.414l-5.344-5.343c-0.781-0.781-2.048-0.781-2.828,0l-38,38\r\n\t\tC0.21,38.961,0,39.47,0,40S0.211,41.039,0.586,41.414z M26,18.828l1.586,1.586C27.976,20.805,28.488,21,29,21\r\n\t\ts1.024-0.195,1.414-0.586c0.781-0.781,0.781-2.047,0-2.828L28.828,16L40,4.828l2.656,2.655C41.579,9.105,41,11.009,41,13\r\n\t\tc0,5.514,4.486,10,10,10c1.992,0,3.894-0.578,5.516-1.655L59.171,24L48,35.172l-1.586-1.586c-0.78-0.781-2.048-0.781-2.828,0\r\n\t\tc-0.781,0.781-0.781,2.047,0,2.828L45.172,38L24,59.172l-2.656-2.655C22.421,54.895,23,52.991,23,51c0-5.514-4.486-10-10-10\r\n\t\tc-1.992,0-3.894,0.578-5.516,1.655L4.829,40L26,18.828z\"/>\r\n\t<path d=\"M33.586,26.414C33.976,26.805,34.488,27,35,27s1.024-0.195,1.414-0.586c0.781-0.781,0.781-2.047,0-2.828l-2-2\r\n\t\tc-0.78-0.781-2.048-0.781-2.828,0c-0.781,0.781-0.781,2.047,0,2.828L33.586,26.414z\"/>\r\n\t<path d=\"M37.586,30.414l2,2C39.976,32.805,40.488,33,41,33s1.024-0.195,1.414-0.586c0.781-0.781,0.781-2.047,0-2.828l-2-2\r\n\t\tc-0.78-0.781-2.048-0.781-2.828,0C36.805,28.367,36.805,29.633,37.586,30.414z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"todolist \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M44.236,6l-2.447-4.895C41.45,0.428,40.757,0,40,0H24c-0.757,0-1.45,0.428-1.789,1.105L19.764,6H10C8.896,6,8,6.896,8,8v54\r\n\t\tc0,1.104,0.896,2,2,2h44c1.104,0,2-0.896,2-2V8c0-1.104-0.896-2-2-2H44.236z M25.236,4h13.528l4,8H21.236L25.236,4z M52,60H12V10\r\n\t\th5.764l-1.553,3.105c-0.31,0.62-0.277,1.356,0.088,1.946C16.663,15.641,17.307,16,18,16h28c0.007,0,0.013,0,0.02,0\r\n\t\tc1.104,0,2-0.896,2-2c0-0.418-0.128-0.806-0.347-1.126L46.236,10H52V60z\"/>\r\n\t<path d=\"M46,22H28c-1.104,0-2,0.896-2,2s0.896,2,2,2h18c1.104,0,2-0.896,2-2S47.104,22,46,22z\"/>\r\n\t<path d=\"M46,32H28c-1.104,0-2,0.896-2,2s0.896,2,2,2h18c1.104,0,2-0.896,2-2S47.104,32,46,32z\"/>\r\n\t<path d=\"M46,42H28c-1.104,0-2,0.896-2,2s0.896,2,2,2h18c1.104,0,2-0.896,2-2S47.104,42,46,42z\"/>\r\n\t<path d=\"M46,52H28c-1.104,0-2,0.896-2,2s0.896,2,2,2h18c1.104,0,2-0.896,2-2S47.104,52,46,52z\"/>\r\n\t<path d=\"M20,22h-2c-1.104,0-2,0.896-2,2s0.896,2,2,2h2c1.104,0,2-0.896,2-2S21.104,22,20,22z\"/>\r\n\t<path d=\"M20,32h-2c-1.104,0-2,0.896-2,2s0.896,2,2,2h2c1.104,0,2-0.896,2-2S21.104,32,20,32z\"/>\r\n\t<path d=\"M20,42h-2c-1.104,0-2,0.896-2,2s0.896,2,2,2h2c1.104,0,2-0.896,2-2S21.104,42,20,42z\"/>\r\n\t<path d=\"M20,52h-2c-1.104,0-2,0.896-2,2s0.896,2,2,2h2c1.104,0,2-0.896,2-2S21.104,52,20,52z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"todolist add \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M22.211,1.105L19.764,6H10C8.896,6,8,6.896,8,8v54c0,1.104,0.896,2,2,2h44c1.104,0,2-0.896,2-2V8c0-1.104-0.896-2-2-2\r\n\t\th-9.764l-2.447-4.895C41.45,0.428,40.758,0,40,0H24C23.242,0,22.55,0.428,22.211,1.105z M52,10v50H12V10h5.764l-1.553,3.105\r\n\t\tc-0.31,0.62-0.276,1.356,0.088,1.946C16.663,15.641,17.307,16,18,16h28c0.008,0,0.015,0,0.02,0c1.105,0,2-0.896,2-2\r\n\t\tc0-0.418-0.128-0.806-0.347-1.126L46.236,10H52z M38.764,4l4,8H21.236l4-8H38.764z\"/>\r\n\t<path d=\"M40,32h-6v-6c0-1.104-0.896-2-2-2s-2,0.896-2,2v6h-6c-1.104,0-2,0.896-2,2s0.896,2,2,2h6v6c0,1.104,0.896,2,2,2\r\n\t\ts2-0.896,2-2v-6h6c1.104,0,2-0.896,2-2S41.104,32,40,32z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"todolist check \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M54,64c1.104,0,2-0.896,2-2V8c0-1.104-0.896-2-2-2h-9.764l-2.447-4.895C41.45,0.428,40.758,0,40,0H24\r\n\t\tc-0.758,0-1.45,0.428-1.789,1.105L19.764,6H10C8.896,6,8,6.896,8,8v54c0,1.104,0.896,2,2,2H54z M25.236,4h13.527l4,8H21.236\r\n\t\tL25.236,4z M12,10h5.764l-1.553,3.105c-0.31,0.62-0.276,1.356,0.088,1.946C16.663,15.641,17.307,16,18,16h28\r\n\t\tc0.008,0,0.016,0,0.02,0c1.105,0,2-0.896,2-2c0-0.418-0.128-0.806-0.347-1.126L46.236,10H52v50H12V10z\"/>\r\n\t<path d=\"M38.586,28.586L30,37.171l-4.586-4.585c-0.781-0.781-2.047-0.781-2.828,0c-0.781,0.781-0.781,2.047,0,2.828l6,6\r\n\t\tC28.977,41.805,29.488,42,30,42s1.023-0.195,1.414-0.586l10-10c0.781-0.781,0.781-2.047,0-2.828\r\n\t\tC40.633,27.805,39.367,27.805,38.586,28.586z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"trash bin \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M39,0H25c-1.104,0-2,0.896-2,2v6H10c-1.104,0-2,0.896-2,2s0.896,2,2,2h2v50c0,1.104,0.896,2,2,2h36c1.104,0,2-0.896,2-2V12\r\n\t\th2c1.104,0,2-0.896,2-2s-0.896-2-2-2H41V2C41,0.896,40.104,0,39,0z M48,12v48H16V12H48z M27,8V4h10v4H27z\"/>\r\n\t<path d=\"M26,56c1.104,0,2-0.896,2-2V20c0-1.104-0.896-2-2-2s-2,0.896-2,2v34C24,55.104,24.896,56,26,56z\"/>\r\n\t<path d=\"M38,56c1.104,0,2-0.896,2-2V20c0-1.104-0.896-2-2-2s-2,0.896-2,2v34C36,55.104,36.896,56,38,56z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"tshirt \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M62,4H42c-0.63,0-1.223,0.296-1.6,0.8L35,12h-6l-5.4-7.2C23.223,4.296,22.63,4,22,4H2C0.896,4,0,4.896,0,6v16\r\n\t\tc0,1.104,0.896,2,2,2h10v34c0,1.104,0.896,2,2,2h36c1.104,0,2-0.896,2-2V24h10c1.104,0,2-0.896,2-2V6C64,4.896,63.104,4,62,4z\r\n\t\t M60,20H50c-1.104,0-2,0.896-2,2v34H16V22c0-1.104-0.896-2-2-2H4V8h17l5.4,7.2c0.377,0.503,0.97,0.8,1.6,0.8h8\r\n\t\tc0.63,0,1.223-0.296,1.6-0.8L43,8h17V20z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"tv monitor \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M62,8H2c-1.104,0-2,0.896-2,2v40c0,1.104,0.896,2,2,2h28v8h-8c-1.104,0-2,0.896-2,2s0.896,2,2,2h20c1.104,0,2-0.896,2-2\r\n\t\ts-0.896-2-2-2h-8v-8h28c1.104,0,2-0.896,2-2V10C64,8.896,63.104,8,62,8z M60,48H4V12h56V48z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"umbrella \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M32,0C4.623,0,0.07,25.415,0.027,25.671c-0.097,0.58,0.066,1.173,0.447,1.622C0.854,27.741,1.412,28,2,28h28v30\r\n\t\tc0,3.309,2.691,6,6,6s6-2.691,6-6c0-1.104-0.896-2-2-2s-2,0.896-2,2c0,1.103-0.897,2-2,2s-2-0.897-2-2V28h28\r\n\t\tc0.007-0.001,0.013,0,0.02,0c1.104,0,2-0.896,2-2c0-0.234-0.041-0.459-0.115-0.669C63.26,22.291,57.64,0,32,0z M4.545,24\r\n\t\tC6.257,18.251,12.472,4,32,4s25.743,14.251,27.455,20H4.545z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"upload \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M32.001,60C33.105,60,34,59.104,34,58V30.827l4.588,4.587C38.978,35.805,39.49,36,40.002,36s1.024-0.195,1.414-0.586\r\n\t\tc0.781-0.781,0.781-2.047,0-2.828l-8-8c-0.78-0.781-2.048-0.781-2.828,0l-8,8c-0.781,0.781-0.781,2.047,0,2.828\r\n\t\tc0.78,0.781,2.047,0.781,2.827,0L30,30.829V58C30,59.104,30.896,60,32.001,60z\"/>\r\n\t<path d=\"M2,44h22c1.104,0,2-0.896,2-2s-0.896-2-2-2H4V8h56v32H40c-1.104,0-2,0.896-2,2s0.896,2,2,2h22c1.104,0,2-0.896,2-2V6\r\n\t\tc0-1.104-0.896-2-2-2H2C0.896,4,0,4.896,0,6v36C0,43.104,0.896,44,2,44z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"upload folder \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M2,48h22c1.104,0,2-0.896,2-2s-0.896-2-2-2H4V4h17.171l7.415,7.414C28.961,11.789,29.47,12,30,12h30v32H40\r\n\t\tc-1.104,0-2,0.896-2,2s0.896,2,2,2h22c1.104,0,2-0.896,2-2V10c0-1.104-0.896-2-2-2H30.829l-7.415-7.414C23.039,0.211,22.53,0,22,0\r\n\t\tH2C0.896,0,0,0.896,0,2v44C0,47.104,0.896,48,2,48z\"/>\r\n\t<path d=\"M32,64c1.104,0,2-0.896,2-2V34.827l4.588,4.587C38.978,39.805,39.49,40,40.002,40s1.024-0.195,1.414-0.586\r\n\t\tc0.781-0.781,0.781-2.047,0-2.828l-8-8c-0.78-0.781-2.048-0.781-2.828,0l-8,8c-0.781,0.781-0.781,2.047,0,2.828\r\n\t\tc0.78,0.781,2.048,0.781,2.828,0L30,34.831V62C30,63.104,30.896,64,32,64z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"variable \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M49.854,34.186c-0.004-0.029-0.011-0.056-0.014-0.085C51.99,32.365,54,30.006,54,26c0-6.925-5.607-13-12-13\r\n\t\tc-3.582,0-6.875,1.562-9.162,4.281C31.604,17.102,30.326,17,29,17c-8.3,0-14.011,4.279-17.422,13.07C6.922,30.511,0,33.15,0,41\r\n\t\tc0,4.978,3.711,10,12,10h36c5.532,0,8-2.467,8-8C56,38.264,53.644,34.979,49.854,34.186z M42,17c4.579,0,8,4.751,8,9\r\n\t\tc0,1.434-0.361,2.531-1.252,3.61c-1.916-5.266-5.914-9.197-11.314-11.173C38.755,17.513,40.33,17,42,17z M48,47H12\r\n\t\tc-5.898,0-8-3.1-8-6c0-2.851,1.363-4.81,4.168-5.987C10.523,34.024,12.98,34,13,34h1.424l0.466-1.345\r\n\t\tC17.684,24.595,22.035,21,29,21c10.055,0,16.569,5.783,17.002,15.093L46.091,38H48c3.306,0,4,2.719,4,5C52,46.327,51.327,47,48,47z\r\n\t\t\"/>\r\n\t<path d=\"M62,23h-4c-1.104,0-2,0.896-2,2s0.896,2,2,2h4c1.104,0,2-0.896,2-2S63.104,23,62,23z\"/>\r\n\t<path d=\"M44,9V5c0-1.104-0.896-2-2-2s-2,0.896-2,2v4c0,1.104,0.896,2,2,2S44,10.104,44,9z\"/>\r\n\t<path d=\"M54.414,13.414l3-3c0.781-0.781,0.781-2.047,0-2.828c-0.781-0.781-2.047-0.781-2.828,0l-3,3\r\n\t\tc-0.781,0.781-0.781,2.047,0,2.828C51.977,13.805,52.488,14,53,14S54.023,13.805,54.414,13.414z\"/>\r\n\t<path d=\"M31,14c0.512,0,1.023-0.195,1.414-0.586c0.781-0.781,0.781-2.047,0-2.828l-3-3c-0.781-0.781-2.047-0.781-2.828,0\r\n\t\tc-0.781,0.781-0.781,2.047,0,2.828l3,3C29.977,13.805,30.488,14,31,14z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"video cam \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M62.97,18.251c-0.635-0.354-1.413-0.332-2.03,0.053L48,26.392V20c0-1.104-0.896-2-2-2h-5.172l-8-8H6c-1.104,0-2,0.896-2,2\r\n\t\ts0.896,2,2,2h25.171l4,4H2c-1.104,0-2,0.896-2,2v32c0,1.104,0.896,2,2,2h44c1.104,0,2-0.896,2-2v-6.392l12.94,8.088\r\n\t\tC61.264,53.898,61.631,54,62,54c0.333,0,0.667-0.083,0.97-0.251C63.605,53.396,64,52.727,64,52V20\r\n\t\tC64,19.273,63.605,18.604,62.97,18.251z M60,48.392l-12.94-8.088c-0.617-0.386-1.394-0.406-2.03-0.053\r\n\t\tC44.395,40.604,44,41.273,44,42v8H4V22h40v8c0,0.727,0.395,1.396,1.03,1.749c0.637,0.354,1.414,0.333,2.03-0.053L60,23.608V48.392z\r\n\t\t\"/>\r\n\t<path d=\"M8,30h4c1.104,0,2-0.896,2-2s-0.896-2-2-2H8c-1.104,0-2,0.896-2,2S6.896,30,8,30z\"/>\r\n\t<path d=\"M24,34H8c-1.104,0-2,0.896-2,2v8c0,1.104,0.896,2,2,2h16c1.104,0,2-0.896,2-2v-8C26,34.896,25.104,34,24,34z M22,42H10v-4\r\n\t\th12V42z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"volume higher \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M3,46h11.172l17.414,17.414C31.969,63.797,32.479,64,33,64c0.258,0,0.518-0.05,0.766-0.152C34.513,63.538,35,62.809,35,62\r\n\t\tV2c0-0.809-0.487-1.538-1.234-1.848c-0.75-0.31-1.607-0.14-2.18,0.434L14.172,18H3c-1.104,0-2,0.896-2,2v24C1,45.104,1.896,46,3,46\r\n\t\tz M5,22h10c0.53,0,1.039-0.211,1.414-0.586L31,6.829v50.343L16.414,42.586C16.039,42.211,15.53,42,15,42H5V22z\"/>\r\n\t<path d=\"M41,40c-1.104,0-2,0.896-2,2s0.896,2,2,2c6.617,0,12-5.383,12-12s-5.383-12-12-12c-1.104,0-2,0.896-2,2s0.896,2,2,2\r\n\t\tc4.411,0,8,3.589,8,8S45.411,40,41,40z\"/>\r\n\t<path d=\"M41,54c12.131,0,22-9.869,22-22s-9.869-22-22-22c-1.104,0-2,0.896-2,2s0.896,2,2,2c9.925,0,18,8.075,18,18s-8.075,18-18,18\r\n\t\tc-1.104,0-2,0.896-2,2S39.896,54,41,54z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"volume lower \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M8,46h11.172l17.414,17.414C36.969,63.797,37.479,64,38,64c0.258,0,0.518-0.05,0.766-0.152C39.513,63.538,40,62.809,40,62\r\n\t\tV2c0-0.809-0.487-1.538-1.234-1.848c-0.749-0.31-1.607-0.14-2.18,0.434L19.172,18H8c-1.104,0-2,0.896-2,2v24\r\n\t\tC6,45.104,6.896,46,8,46z M10,22h10c0.53,0,1.039-0.211,1.414-0.586L36,6.829v50.343L21.414,42.586C21.039,42.211,20.53,42,20,42\r\n\t\tH10V22z\"/>\r\n\t<path d=\"M46,40c-1.104,0-2,0.896-2,2s0.896,2,2,2c6.617,0,12-5.383,12-12s-5.383-12-12-12c-1.104,0-2,0.896-2,2s0.896,2,2,2\r\n\t\tc4.411,0,8,3.589,8,8S50.411,40,46,40z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"volume off \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M4,46h11.172l17.414,17.414C32.969,63.797,33.479,64,34,64c0.258,0,0.518-0.05,0.766-0.152C35.513,63.538,36,62.809,36,62\r\n\t\tV2c0-0.809-0.487-1.538-1.234-1.848c-0.75-0.31-1.607-0.14-2.18,0.434L15.172,18H4c-1.104,0-2,0.896-2,2v24C2,45.104,2.896,46,4,46\r\n\t\tz M6,22h10c0.53,0,1.039-0.211,1.414-0.586L32,6.829v50.343L17.414,42.586C17.039,42.211,16.53,42,16,42H6V22z\"/>\r\n\t<path d=\"M40.586,42.414C40.977,42.805,41.488,43,42,43s1.023-0.195,1.414-0.586L51,34.828l7.586,7.586\r\n\t\tC58.977,42.805,59.488,43,60,43s1.023-0.195,1.414-0.586c0.781-0.781,0.781-2.047,0-2.828L53.828,32l7.586-7.586\r\n\t\tc0.781-0.781,0.781-2.047,0-2.828c-0.781-0.781-2.047-0.781-2.828,0L51,29.172l-7.586-7.586c-0.781-0.781-2.047-0.781-2.828,0\r\n\t\tc-0.781,0.781-0.781,2.047,0,2.828L48.172,32l-7.586,7.586C39.805,40.367,39.805,41.633,40.586,42.414z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"watch \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M20,64h24c1.104,0,2-0.896,2-2V48.958c4.883-4.039,8-10.141,8-16.958s-3.117-12.919-8-16.958V2c0-1.104-0.896-2-2-2H20\r\n\t\tc-1.104,0-2,0.896-2,2v13.042C13.117,19.081,10,25.183,10,32s3.117,12.919,8,16.958V62C18,63.104,18.896,64,20,64z M42,60H22\r\n\t\tv-8.414C25.003,53.125,28.4,54,32,54s6.997-0.875,10-2.414V60z M22,4h20v8.414C38.997,10.875,35.6,10,32,10s-6.997,0.875-10,2.414\r\n\t\tV4z M14,32c0-9.925,8.075-18,18-18s18,8.075,18,18s-8.075,18-18,18S14,41.925,14,32z\"/>\r\n\t<path d=\"M31.105,33.789l8,4C39.393,37.933,39.698,38,39.999,38c0.733,0,1.44-0.404,1.791-1.105\r\n\t\tc0.494-0.988,0.093-2.189-0.895-2.684L34,30.764V20c0-1.104-0.896-2-2-2s-2,0.896-2,2v12C30,32.758,30.428,33.45,31.105,33.789z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"waterfall \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M20,44c-1.104,0-2,0.896-2,2v6c0,1.104,0.896,2,2,2s2-0.896,2-2v-6C22,44.896,21.104,44,20,44z\"/>\r\n\t<path d=\"M36,44c-1.104,0-2,0.896-2,2v8c0,1.104,0.896,2,2,2s2-0.896,2-2v-8C38,44.896,37.104,44,36,44z\"/>\r\n\t<path d=\"M28,44c-1.104,0-2,0.896-2,2v14c0,1.104,0.896,2,2,2s2-0.896,2-2V46C30,44.896,29.104,44,28,44z\"/>\r\n\t<path d=\"M44,44c-1.104,0-2,0.896-2,2v14c0,1.104,0.896,2,2,2s2-0.896,2-2V46C46,44.896,45.104,44,44,44z\"/>\r\n\t<path d=\"M55.926,22.186C55,10.901,45.52,2,34,2C23.776,2,14.958,8.635,12.409,18H12C5.383,18,0,23.383,0,30s5.383,12,12,12h42\r\n\t\tc5.514,0,10-4.486,10-10C64,27.145,60.521,23.086,55.926,22.186z M54,38H12c-4.411,0-8-3.589-8-8s3.589-8,8-8h2\r\n\t\tc0.962,0,1.788-0.685,1.966-1.63C17.531,12.043,25.115,6,34,6c9.925,0,18,8.075,18,18c0,1.104,0.896,2,2,2c3.309,0,6,2.691,6,6\r\n\t\tS57.309,38,54,38z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"website 1 \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M62,5H2C0.896,5,0,5.896,0,7v50c0,1.104,0.896,2,2,2h60c1.104,0,2-0.896,2-2V7C64,5.896,63.104,5,62,5z M60,9v8H4V9H60z\r\n\t\t M4,55V21h56v34H4z\"/>\r\n\t<path d=\"M10,15c0.52,0,1.04-0.21,1.41-0.59C11.79,14.04,12,13.52,12,13s-0.21-1.04-0.59-1.42c-0.74-0.74-2.08-0.74-2.83,0.01\r\n\t\tC8.21,11.96,8,12.47,8,13c0,0.53,0.21,1.04,0.59,1.42C8.96,14.79,9.479,15,10,15z\"/>\r\n\t<path d=\"M16,15c0.52,0,1.04-0.21,1.42-0.59C17.79,14.04,18,13.52,18,13s-0.21-1.04-0.59-1.42c-0.74-0.74-2.08-0.74-2.83,0.01\r\n\t\tC14.21,11.96,14,12.48,14,13s0.21,1.04,0.59,1.42C14.96,14.79,15.479,15,16,15z\"/>\r\n\t<path d=\"M22,15c0.53,0,1.04-0.21,1.41-0.59C23.79,14.04,24,13.53,24,13c0-0.52-0.21-1.04-0.59-1.42c-0.74-0.74-2.08-0.74-2.83,0.01\r\n\t\tC20.21,11.96,20,12.48,20,13c0,0.53,0.21,1.04,0.59,1.41C20.96,14.79,21.479,15,22,15z\"/>\r\n\t<path d=\"M31,25H10c-1.104,0-2,0.896-2,2s0.896,2,2,2h21c1.104,0,2-0.896,2-2S32.104,25,31,25z\"/>\r\n\t<path d=\"M31,33H10c-1.104,0-2,0.896-2,2s0.896,2,2,2h21c1.104,0,2-0.896,2-2S32.104,33,31,33z\"/>\r\n\t<path d=\"M31,41H10c-1.104,0-2,0.896-2,2s0.896,2,2,2h21c1.104,0,2-0.896,2-2S32.104,41,31,41z\"/>\r\n\t<path d=\"M54,25H39c-1.104,0-2,0.896-2,2v16c0,1.104,0.896,2,2,2h15c1.104,0,2-0.896,2-2V27C56,25.896,55.104,25,54,25z M52,41H41\r\n\t\tV29h11V41z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"website 2 \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M2,59h60c1.104,0,2-0.896,2-2V7c0-1.104-0.896-2-2-2H2C0.896,5,0,5.896,0,7v50C0,58.104,0.896,59,2,59z M4,55V21h56v34H4z\r\n\t\t M60,9v8H4V9H60z\"/>\r\n\t<path d=\"M10,15c0.52,0,1.04-0.21,1.42-0.59C11.79,14.04,12,13.53,12,13c0-0.52-0.21-1.04-0.59-1.41c-0.74-0.75-2.08-0.75-2.82,0\r\n\t\tC8.21,11.96,8,12.47,8,13c0,0.53,0.21,1.04,0.59,1.42C8.96,14.79,9.479,15,10,15z\"/>\r\n\t<path d=\"M16,15c0.52,0,1.04-0.21,1.41-0.59C17.79,14.04,18,13.53,18,13c0-0.53-0.21-1.04-0.59-1.41c-0.74-0.75-2.08-0.75-2.82,0\r\n\t\tC14.21,11.96,14,12.47,14,13c0,0.53,0.21,1.04,0.59,1.42C14.96,14.79,15.47,15,16,15z\"/>\r\n\t<path d=\"M22,15c0.53,0,1.04-0.21,1.41-0.58C23.79,14.04,24,13.53,24,13c0-0.53-0.21-1.04-0.59-1.42c-0.74-0.74-2.08-0.74-2.82,0.01\r\n\t\tC20.21,11.96,20,12.48,20,13c0,0.53,0.21,1.04,0.59,1.42C20.96,14.79,21.47,15,22,15z\"/>\r\n\t<path d=\"M54,25H10c-1.104,0-2,0.896-2,2s0.896,2,2,2h44c1.104,0,2-0.896,2-2S55.104,25,54,25z\"/>\r\n\t<path d=\"M54,33H10c-1.104,0-2,0.896-2,2s0.896,2,2,2h44c1.104,0,2-0.896,2-2S55.104,33,54,33z\"/>\r\n\t<path d=\"M54,41H10c-1.104,0-2,0.896-2,2s0.896,2,2,2h44c1.104,0,2-0.896,2-2S55.104,41,54,41z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"wine \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Ebene_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path d=\"M46,0h-8c-1.104,0-2,0.896-2,2v18.333C33.989,21,32,22.723,32,26v36c0,1.104,0.896,2,2,2h16c1.104,0,2-0.896,2-2V26\r\n\t\tc0-3.277-1.989-5-4-5.667V2C48,0.896,47.104,0,46,0z M38,24c1.104,0,2-0.896,2-2V4h4v18c0,1.085,0.892,1.972,1.977,2\r\n\t\tC46.899,24.023,48,24.389,48,26v8H36v-8C36,24.389,37.101,24.023,38,24z M36,38h12v8H36V38z M36,60V50h12v10H36z\"/>\r\n\t<path d=\"M27.109,41.664C27.666,41.293,28,40.669,28,40V24c0-1.104-0.896-2-2-2H14c-1.104,0-2,0.896-2,2v16\r\n\t\tc0,0.669,0.334,1.293,0.891,1.664L18,45.07V60h-3c-1.104,0-2,0.896-2,2s0.896,2,2,2h10c1.104,0,2-0.896,2-2s-0.896-2-2-2h-3V45.07\r\n\t\tL27.109,41.664z M16,26h8v12.93l-4,2.667l-4-2.667V26z\"/>\r\n</g>\r\n</svg>\r\n</li></ul>"
  },
  {
    "path": "resources/svg/icons/150-outlined-icons/readme.txt",
    "content": "https://freebiesbug.com/psd-freebies/150-free-outlined-icons-psd-ai-svg-webfont/\n"
  },
  {
    "path": "resources/svg/icons/77_essential_icons/index.html",
    "content": "<style>\nul.svg-list {\n\tlist-style:none;\n\tpadding:0;\n\tmargin:10px 0 0;\n}\nul.svg-list li {\n\tdisplay:inline-block;\n\tposition:relative;\n\twidth:32px;\n\theight:32px;\n\tpadding:3px;\n\tmargin-right:5px;\n\tmargin-bottom:5px;\n\tbox-shadow:0px 3px 6px 0px rgba(0, 0, 0, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.08);\n}\n\nul.svg-list li:hover {\n\tbox-shadow:none;//0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 0px rgba(0, 0, 0, 0.15);\n}\n\nul.svg-list li svg{\n\tmax-width:100%;\n\tmax-height:100%;\n\tfill: var(--bs-body-color);\n\tcolor: var(--bs-border-color);\n}\n\nul.svg-list li span {\n\t//display:none;\n}\n\nul.svg-list li.heading {\n\twidth:100%;\n\tbox-shadow:none;\n\ttext-transform: capitalize;\n\tfont-size: 12px;\n\tline-height: 32px;\t\n}\n\nul.svg-list li span {\n  visibility: hidden;\n  min-width: 120px;\n  background-color: black;\n  color: #fff;\n  text-align: center;\n  border-radius: 6px;\n  padding: 5px 0;\n  \n  /* Position the tooltip */\n  position: absolute;\n  z-index: 1;\n  left:0;\n  top: 105%;\n  font-size:12px;\n}\n\nul.svg-list li:hover  span {\n  visibility: visible;\n}\n\nul.svg-list li:hover  svg {\n\ttransform: scale(2);\n\tfill:blue;\n\tcolor:green;\n}\t\n</style>\n<ul class=\"svg-list\"><li title=\"attachment \">\r\n\r\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"100px\"\r\n\t height=\"100px\" viewBox=\"0 0 100 100\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\">\r\n<g id=\"_x37_7_Essential_Icons\">\r\n\t<path id=\"Attachment\" d=\"M18.8,85.1c-7.8-7.8-7.8-20.5,0-28.3l44.3-43.8c5.5-5.5,14.3-5.5,19.8,0c5.5,5.5,5.5,14.3,0,19.8\r\n\t\tL38.6,76.7c-3.1,3.1-8.2,3.1-11.3,0c-3.1-3.1-3.1-8.2,0-11.3l22.3-21.8c0.8-0.8,2.1-0.8,2.8,0c0.8,0.8,0.8,2.1,0,2.8L30.2,68.2\r\n\t\tc-1.5,1.5-1.5,4.1,0,5.6c1.6,1.6,4.1,1.6,5.7,0l44.3-43.8c3.9-3.9,3.9-10.2,0-14.1c-3.9-3.9-10.2-3.9-14.1,0L21.7,59.7\r\n\t\tc-6.2,6.2-6.2,16.4,0,22.6c6.3,6.2,16.4,6.2,22.6,0l38.3-37.8c0.8-0.8,2.1-0.8,2.8,0c0.8,0.8,0.8,2.1,0,2.8L47.1,85.2\r\n\t\tC39.3,92.9,26.7,93,18.8,85.1z\"/>\r\n</g>\r\n<g id=\"Guides\">\r\n</g>\r\n<g id=\"Info\">\r\n\t<g id=\"BORDER\">\r\n\t\t<path fill=\"#0000FF\" d=\"M664-510v1684h-1784V-510H664 M672-518h-1800v1700H672V-518L672-518z\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"bar graph \">\r\n\r\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"100px\"\r\n\t height=\"100px\" viewBox=\"0 0 100 100\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\">\r\n<g id=\"_x37_7_Essential_Icons\">\r\n\t<path id=\"Bar_Graph\" d=\"M86,12H68c-1.1,0-2,0.9-2,2v33.8H52V34c0-1.1-0.9-2-2-2H32c-1.1,0-2,0.9-2,2v30.9H14c-1.1,0-2,0.9-2,2V86\r\n\t\tc0,1.1,0.9,2,2,2h72c1.1,0,2-0.9,2-2V14C88,12.9,87.1,12,86,12z M30,84H16V68.9h14V84z M48,84H34V36h14V84z M66,84H52V51.8h14V84z\r\n\t\t M84,84H70V16h14V84z\"/>\r\n</g>\r\n<g id=\"Guides\">\r\n</g>\r\n<g id=\"Info\">\r\n\t<g id=\"BORDER\">\r\n\t\t<path fill=\"#0000FF\" d=\"M524-1070V614h-1784v-1684H524 M532-1078h-1800V622H532V-1078L532-1078z\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"book \">\r\n\r\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"100px\"\r\n\t height=\"100px\" viewBox=\"0 0 100 100\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\">\r\n<g id=\"_x37_7_Essential_Icons\">\r\n\t<path id=\"Book\" d=\"M43.3,39.6c-0.6,2.5-3.7,1.1-2.4,1.4L21.2,36c-1.1-0.3-1.7-1.4-1.4-2.4c0.3-1.1,1.4-1.7,2.4-1.4l19.7,5.1\r\n\t\tC42.9,37.5,43.5,38.6,43.3,39.6z M41.8,50.6l-19.7-5.1c-1.1-0.3-2.2,0.4-2.4,1.4c-0.3,1.1,0.4,2.2,1.4,2.4l19.7,5.1\r\n\t\tc-1.3-0.3,1.8,0.9,2.4-1.4C43.5,52,42.9,50.9,41.8,50.6z M35.9,62.3l-13.8-3.6c-1.1-0.3-2.2,0.4-2.4,1.4c-0.3,1.1,0.4,2.2,1.4,2.4\r\n\t\tl13.8,3.6c-1.3-0.3,1.8,0.9,2.4-1.4C37.6,63.7,37,62.6,35.9,62.3z M90,19v52.5c0,0.9-0.6,1.7-1.5,1.9l-38,9.5c-0.3,0.1-0.7,0.1-1,0\r\n\t\tl-38-9.5c-0.9-0.2-1.5-1-1.5-1.9V19c0-1.3,1.2-2.3,2.5-1.9L50,26.5l37.5-9.4C88.8,16.7,90,17.7,90,19z M48,30.1l-34-8.5v48.3\r\n\t\tl34,8.5V30.1z M86,21.6l-34,8.5v48.3l34-8.5V21.6z M80.2,33.6c-0.3-1.1-1.4-1.7-2.4-1.4l-19.7,5.1c-1.1,0.3-1.7,1.4-1.4,2.4\r\n\t\tc0.6,2.5,3.7,1.1,2.4,1.4L78.8,36C79.9,35.7,80.5,34.6,80.2,33.6z M80.2,47c-0.3-1.1-1.4-1.7-2.4-1.4l-19.7,5.1\r\n\t\tc-1.1,0.3-1.7,1.4-1.4,2.4c0.6,2.4,3.7,1.1,2.4,1.4l19.7-5.1C79.9,49.1,80.5,48,80.2,47z M74.3,61.7c-0.3-1.1-1.4-1.7-2.4-1.4\r\n\t\tl-13.8,3.6c-1.1,0.3-1.7,1.4-1.4,2.4c0.6,2.5,3.7,1.1,2.4,1.4l13.8-3.5C74,63.9,74.6,62.8,74.3,61.7z\"/>\r\n</g>\r\n<g id=\"Guides\">\r\n</g>\r\n<g id=\"Info\">\r\n\t<g id=\"BORDER\">\r\n\t\t<path fill=\"#0000FF\" d=\"M1644-930V754H-140V-930H1644 M1652-938H-148V762h1800V-938L1652-938z\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"bookmark \">\r\n\r\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"100px\"\r\n\t height=\"100px\" viewBox=\"0 0 100 100\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\">\r\n<g id=\"_x37_7_Essential_Icons\">\r\n\t<path id=\"Bookmark\" d=\"M69,15H31c-1.1,0-2,0.9-2,2v66c0,1.8,2.1,2.7,3.4,1.4L50,66.8l17.6,17.6c1,1,3.4,0.7,3.4-1.4V17\r\n\t\tC71,15.9,70.1,15,69,15z M67,78.2L51.4,62.6c-0.8-0.8-2-0.8-2.8,0L33,78.2V19h34V78.2z\"/>\r\n</g>\r\n<g id=\"Guides\">\r\n</g>\r\n<g id=\"Info\">\r\n\t<g id=\"BORDER\">\r\n\t\t<path fill=\"#0000FF\" d=\"M664-930V754h-1784V-930H664 M672-938h-1800V762H672V-938L672-938z\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"briefcase \">\r\n\r\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"100px\"\r\n\t height=\"100px\" viewBox=\"0 0 100 100\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\">\r\n<g id=\"_x37_7_Essential_Icons\">\r\n\t<path id=\"Briefcase\" d=\"M86,28H60v-6c0-1.1-0.9-2-2-2H42c-1.1,0-2,0.9-2,2v6H14c-1.1,0-2,0.9-2,2v48c0,1.1,0.9,2,2,2h72\r\n\t\tc1.1,0,2-0.9,2-2V30C88,28.9,87.1,28,86,28z M44,24h12v4H44V24z M84,76H16V56h28v5.9c0,1.1,0.9,2,2,2h8c1.1,0,2-0.9,2-2V56h28V76z\r\n\t\t M48,59.9v-12h4v12H48z M84,52H56v-6c0-1.1-0.9-2-2-2h-8c-1.1,0-2,0.9-2,2v6H16V32h68V52z\"/>\r\n</g>\r\n<g id=\"Guides\">\r\n</g>\r\n<g id=\"Info\">\r\n\t<g id=\"BORDER\">\r\n\t\t<path fill=\"#0000FF\" d=\"M524-930V754h-1784V-930H524 M532-938h-1800V762H532V-938L532-938z\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"browser \">\r\n\r\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"100px\"\r\n\t height=\"100px\" viewBox=\"0 0 100 100\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\">\r\n<g id=\"_x37_7_Essential_Icons\">\r\n\t<path id=\"Browser\" d=\"M88,20H12c-1.1,0-2,0.9-2,2v56c0,1.1,0.9,2,2,2h76c1.1,0,2-0.9,2-2V22C90,20.9,89.1,20,88,20z M86,76H14V36\r\n\t\th72V76z M86,32H14v-8h72V32z M30,28c0,1.1-0.9,2-2,2H18c-1.1,0-2-0.9-2-2c0-1.1,0.9-2,2-2h10C29.1,26,30,26.9,30,28z\"/>\r\n</g>\r\n<g id=\"Guides\">\r\n</g>\r\n<g id=\"Info\">\r\n\t<g id=\"BORDER\">\r\n\t\t<path fill=\"#0000FF\" d=\"M804-930V754H-980V-930H804 M812-938H-988V762H812V-938L812-938z\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"calendar \">\r\n\r\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"100px\"\r\n\t height=\"100px\" viewBox=\"0 0 100 100\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\">\r\n<g id=\"_x37_7_Essential_Icons\">\r\n\t<path id=\"Calendar\" d=\"M82,23h-8v-4c0-1.1-0.9-2-2-2c-1.1,0-2,0.9-2,2v4H30v-4c0-1.1-0.9-2-2-2c-1.1,0-2,0.9-2,2v4h-8\r\n\t\tc-4.4,0-8,3.6-8,8v44c0,4.4,3.6,8,8,8h64c4.4,0,8-3.6,8-8V31C90,26.6,86.4,23,82,23z M86,75c0,2.2-1.8,4-4,4H18c-2.2,0-4-1.8-4-4\r\n\t\tV45h72V75z M86,41H14V31c0-2.2,1.8-4,4-4h8v6c0,1.1,0.9,2,2,2c1.1,0,2-0.9,2-2v-6h40v6c0,1.1,0.9,2,2,2c1.1,0,2-0.9,2-2v-6h8\r\n\t\tc2.2,0,4,1.8,4,4V41z\"/>\r\n</g>\r\n<g id=\"Guides\">\r\n</g>\r\n<g id=\"Info\">\r\n\t<g id=\"BORDER\">\r\n\t\t<path fill=\"#0000FF\" d=\"M244-790V894h-1784V-790H244 M252-798h-1800V902H252V-798L252-798z\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"camera \">\r\n\r\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"100px\"\r\n\t height=\"100px\" viewBox=\"0 0 100 100\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\">\r\n<g id=\"_x37_7_Essential_Icons\">\r\n\t<path id=\"Camera\" d=\"M50,33.9c-10.5,0-19,8.5-19,19c0,10.5,8.5,19,19,19s19-8.5,19-19C69,42.5,60.5,33.9,50,33.9z M50,67.9\r\n\t\tc-8.3,0-15-6.7-15-15c0-8.3,6.7-15,15-15c8.3,0,15,6.7,15,15C65,61.2,58.3,67.9,50,67.9z M83,29.9L68,30l-6.3-9.2\r\n\t\tc-0.4-0.5-1-0.8-1.6-0.8H39.9c-0.6,0-1.2,0.3-1.6,0.8L32,30H17c-4.4,0-8,3.5-8,7.9V72c0,4.4,3.6,8,8,8h66c4.4,0,8-3.6,8-8V37\r\n\t\tC91,32.6,87.4,29.9,83,29.9z M87,72c0,2.2-1.8,4-4,4H17c-2.2,0-4-1.8-4-4V37.9c0-2.2,1.8-3.9,4-3.9L33,34c0.6,0,1.2-0.3,1.6-0.8\r\n\t\tl6.3-9.2h18.2l6.3,9.2c0.4,0.5,1,0.8,1.6,0.8l16-0.1c2.2,0,4,0.9,4,3.1V72z\"/>\r\n</g>\r\n<g id=\"Guides\">\r\n</g>\r\n<g id=\"Info\">\r\n\t<g id=\"BORDER\">\r\n\t\t<path fill=\"#0000FF\" d=\"M1364-650v1684H-420V-650H1364 M1372-658H-428v1700h1800V-658L1372-658z\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"cancel \">\r\n\r\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"100px\"\r\n\t height=\"100px\" viewBox=\"0 0 100 100\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\">\r\n<g id=\"_x37_7_Essential_Icons\">\r\n\t<path id=\"Cancel\" d=\"M50,12c-21,0-38,17-38,38s17,38,38,38s38-17,38-38S71,12,50,12z M50,84c-18.8,0-34-15.2-34-34s15.2-34,34-34\r\n\t\tc18.8,0,34,15.2,34,34S68.8,84,50,84z M52.8,50l12.6-12.6c0.8-0.8,0.8-2,0-2.8c-0.8-0.8-2-0.8-2.8,0L50,47.2L37.4,34.6\r\n\t\tc-0.8-0.8-2-0.8-2.8,0c-0.8,0.8-0.8,2,0,2.8L47.2,50L34.6,62.6c-0.8,0.8-0.8,2,0,2.8c0.8,0.8,2,0.8,2.8,0L50,52.8l12.6,12.6\r\n\t\tc0.8,0.8,2,0.8,2.8,0c0.8-0.8,0.8-2,0-2.8L52.8,50z\"/>\r\n</g>\r\n<g id=\"Guides\">\r\n</g>\r\n<g id=\"Info\">\r\n\t<g id=\"BORDER\">\r\n\t\t<path fill=\"#0000FF\" d=\"M244-1070V614h-1784v-1684H244 M252-1078h-1800V622H252V-1078L252-1078z\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"clock \">\r\n\r\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"100px\"\r\n\t height=\"100px\" viewBox=\"0 0 100 100\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\">\r\n<g id=\"_x37_7_Essential_Icons\">\r\n\t<path id=\"Clock\" d=\"M50,12c-21,0-38,17-38,38c0,21,17,38,38,38s38-17,38-38C88,29,71,12,50,12z M52,83.9v-2c0-1.1-0.9-2-2-2\r\n\t\tc-1.1,0-2,0.9-2,2v2c-17.2-1-30.9-14.8-31.9-31.9h2c1.1,0,2-0.9,2-2c0-1.1-0.9-2-2-2h-2c1-17.2,14.8-30.9,31.9-31.9v2\r\n\t\tc0,1.1,0.9,2,2,2c1.1,0,2-0.9,2-2v-2c17.2,1,30.9,14.8,31.9,31.9h-2c-1.1,0-2,0.9-2,2c0,1.1,0.9,2,2,2h2\r\n\t\tC82.9,69.2,69.2,82.9,52,83.9z M62,62c-0.8,0.8-2,0.8-2.8,0L48.6,51.4C48.7,51.5,48,51,48,50V26c0-1.1,0.9-2,2-2c1.1,0,2,0.9,2,2\r\n\t\tv23.2l10,10C62.8,60,62.8,61.2,62,62z\"/>\r\n</g>\r\n<g id=\"Guides\">\r\n</g>\r\n<g id=\"Info\">\r\n\t<g id=\"BORDER\">\r\n\t\t<path fill=\"#0000FF\" d=\"M1504-1070V614H-280v-1684H1504 M1512-1078H-288V622h1800V-1078L1512-1078z\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"comment lines \">\r\n\r\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"100px\"\r\n\t height=\"100px\" viewBox=\"0 0 100 100\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\">\r\n<g id=\"_x37_7_Essential_Icons\">\r\n\t<path id=\"Message_Lines\" d=\"M74,43c0,1.1-0.9,2-2,2H28c-1.1,0-2-0.9-2-2c0-1.1,0.9-2,2-2h44C73.1,41,74,41.9,74,43z M59.8,51H28\r\n\t\tc-1.1,0-2,0.9-2,2c0,1.1,0.9,2,2,2h31.8c1.1,0,2-0.9,2-2C61.8,51.9,60.9,51,59.8,51z M72,31H28c-1.1,0-2,0.9-2,2c0,1.1,0.9,2,2,2\r\n\t\th44c1.1,0,2-0.9,2-2C74,31.9,73.1,31,72,31z M88,19v48c0,1.1-0.9,2-2,2H47L33.4,82.4C32.9,83,30,83.8,30,81V69H14c-1.1,0-2-0.9-2-2\r\n\t\tV19c0-1.1,0.9-2,2-2h72C87.1,17,88,17.9,88,19z M84,21H16v44h16c1.1,0,2,0.9,2,2v9.2l10.8-10.6c0.4-0.4,0.9-0.6,1.4-0.6H84V21z\"/>\r\n</g>\r\n<g id=\"Guides\">\r\n</g>\r\n<g id=\"Info\">\r\n\t<g id=\"BORDER\">\r\n\t\t<path fill=\"#0000FF\" d=\"M1224-510v1684H-560V-510H1224 M1232-518H-568v1700h1800V-518L1232-518z\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"comment \">\r\n\r\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"100px\"\r\n\t height=\"100px\" viewBox=\"0 0 100 100\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\">\r\n<g id=\"_x37_7_Essential_Icons\">\r\n\t<path id=\"Message\" d=\"M86,17H14c-1.1,0-2,0.9-2,2v48c0,1.1,0.9,2,2,2h16v12c0,1.8,2.1,2.7,3.4,1.4L47,69h39c1.1,0,2-0.9,2-2V19\r\n\t\tC88,17.9,87.1,17,86,17z M84,65H46.2c-0.5,0-1,0.2-1.4,0.6L34,76.2V67c0-1.1-0.9-2-2-2H16V21h68V65z\"/>\r\n</g>\r\n<g id=\"Guides\">\r\n</g>\r\n<g id=\"Info\">\r\n\t<g id=\"BORDER\">\r\n\t\t<path fill=\"#0000FF\" d=\"M1364-510v1684H-420V-510H1364 M1372-518H-428v1700h1800V-518L1372-518z\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"computer \">\r\n\r\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"100px\"\r\n\t height=\"100px\" viewBox=\"0 0 100 100\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\">\r\n<g id=\"_x37_7_Essential_Icons\">\r\n\t<path id=\"Computer\" d=\"M84,17H16c-3.3,0-6,2.7-6,6v42c0,3.3,2.7,6,6,6h22v4.2c-0.1,0.4-0.9,1.5-1.3,2c-1.1,1.4-2.2,2.8-1.4,4.4\r\n\t\tc0.3,0.7,1.1,1.4,2.7,1.4H61c1,0,3.3,0,4.1-1.8c0.8-1.8-0.6-3.2-1.8-4.5c-0.4-0.5-1.1-1.2-1.3-1.6V71h22c3.3,0,6-2.7,6-6V23\r\n\t\tC90,19.7,87.3,17,84,17z M40.3,79c0.9-1.1,1.7-2.4,1.7-3.8V71h16v4.2c0,1.4,1,2.7,2,3.8H40.3z M86,65c0,1.1-0.9,2-2,2H16\r\n\t\tc-1.1,0-2-0.9-2-2v-6h72V65z M86,55H14V23c0-1.1,0.9-2,2-2h68c1.1,0,2,0.9,2,2V55z\"/>\r\n</g>\r\n<g id=\"Guides\">\r\n</g>\r\n<g id=\"Info\">\r\n\t<g id=\"BORDER\">\r\n\t\t<path fill=\"#0000FF\" d=\"M524-370v1684h-1784V-370H524 M532-378h-1800v1700H532V-378L532-378z\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"controls \">\r\n\r\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"100px\"\r\n\t height=\"100px\" viewBox=\"0 0 100 100\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\">\r\n<g id=\"_x37_7_Essential_Icons\">\r\n\t<path id=\"Controls\" d=\"M31,36.3V34c0-1.1-0.9-2-2-2s-2,0.9-2,2v2.3c-2.9,0.9-5,3.5-5,6.7c0,3.2,2.1,5.8,5,6.7V66c0,1.1,0.9,2,2,2\r\n\t\ts2-0.9,2-2V49.7c2.9-0.9,5-3.5,5-6.7C36,39.8,33.9,37.2,31,36.3z M29,46c-1.7,0-3-1.4-3-3c0-1.7,1.3-3,3-3s3,1.3,3,3\r\n\t\tC32,44.6,30.7,46,29,46z M52,50.3V34c0-1.1-0.9-2-2-2s-2,0.9-2,2v16.3c-2.9,0.9-5,3.5-5,6.7c0,3.2,2.1,5.8,5,6.7V66\r\n\t\tc0,1.1,0.9,2,2,2s2-0.9,2-2v-2.3c2.9-0.9,5-3.5,5-6.7C57,53.8,54.9,51.2,52,50.3z M50,60c-1.7,0-3-1.4-3-3c0-1.7,1.3-3,3-3\r\n\t\ts3,1.3,3,3C53,58.6,51.7,60,50,60z M73,42.3V34c0-1.1-0.9-2-2-2s-2,0.9-2,2v8.3c-2.9,0.9-5,3.5-5,6.7c0,3.2,2.1,5.8,5,6.7V66\r\n\t\tc0,1.1,0.9,2,2,2s2-0.9,2-2V55.7c2.9-0.9,5-3.5,5-6.7C78,45.8,75.9,43.2,73,42.3z M71,52c-1.7,0-3-1.4-3-3c0-1.7,1.3-3,3-3\r\n\t\ts3,1.3,3,3C74,50.6,72.7,52,71,52z M88,20H12c-1.1,0-2,0.9-2,2v56c0,1.1,0.9,2,2,2h76c1.1,0,2-0.9,2-2V22C90,20.9,89.1,20,88,20z\r\n\t\t M86,76H14V24h72V76z\"/>\r\n</g>\r\n<g id=\"Guides\">\r\n</g>\r\n<g id=\"Info\">\r\n\t<g id=\"BORDER\">\r\n\t\t<path fill=\"#0000FF\" d=\"M1504-790V894H-280V-790H1504 M1512-798H-288V902h1800V-798L1512-798z\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"conversation \">\r\n\r\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"100px\"\r\n\t height=\"100px\" viewBox=\"0 0 100 100\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\">\r\n<g id=\"_x37_7_Essential_Icons\">\r\n\t<path id=\"Conversation\" d=\"M90,17H42c-1.1,0-2,0.9-2,2v14H10c-1.1,0-2,0.9-2,2v32c0,1.1,0.9,2,2,2h8v12c0,3,2.9,1.9,3.4,1.4\r\n\t\tL34.8,69H58c1.1,0,2-0.9,2-2V53h5.3l13.3,13.4c1.3,1.3,3.4,0.3,3.4-1.4V53h8c1.1,0,2-0.9,2-2V19C92,17.9,91.1,17,90,17z M56,65H34\r\n\t\tc-0.5,0-1,0.2-1.4,0.6L22,76.2V67c0-1.1-0.9-2-2-2h-8V37h28v14c0,1.1,0.9,2,2,2h14V65z M88,49h-8c-1.1,0-2,0.9-2,2v9.2L67.5,49.6\r\n\t\tc-0.4-0.4-0.9-0.6-1.4-0.6H44V21h44V49z\"/>\r\n</g>\r\n<g id=\"Guides\">\r\n</g>\r\n<g id=\"Info\">\r\n\t<g id=\"BORDER\">\r\n\t\t<path fill=\"#0000FF\" d=\"M944-510v1684H-840V-510H944 M952-518H-848v1700H952V-518L952-518z\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"create new \">\r\n\r\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"100px\"\r\n\t height=\"100px\" viewBox=\"0 0 100 100\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\">\r\n<g id=\"_x37_7_Essential_Icons\">\r\n\t<path id=\"Create_New\" d=\"M86.4,26.9L80,20.6c-0.8-0.7-2.1-0.7-2.8,0L63.8,34H15c-1.1,0-2,0.9-2,2v42c0,1.1,0.9,2,2,2h60\r\n\t\tc1.1,0,2-0.9,2-2V39.2l9.4-9.4C87.2,29,87.2,27.7,86.4,26.9z M73.1,76H17V38h42.8L48.7,49.1c-0.3,0.2-0.4,0.6-0.5,0.9L46.4,56H28.9\r\n\t\tc-1.1,0-2,0.9-2,2c0,1.1,0.9,2,2,2h19c0.1,0,3.9,0.1,6.6-0.6c1.4-0.3,2.4-0.6,2.4-0.6c0.4-0.1,0.7-0.3,0.9-0.5l15.2-15.1V76z\r\n\t\t M55.4,55.1l-4.7,1.2l1.2-4.7l26.7-26.7l3.5,3.5L55.4,55.1z\"/>\r\n</g>\r\n<g id=\"Guides\">\r\n</g>\r\n<g id=\"Info\">\r\n\t<g id=\"BORDER\">\r\n\t\t<path fill=\"#0000FF\" d=\"M1644-650v1684H-140V-650H1644 M1652-658H-148v1700h1800V-658L1652-658z\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"credit card \">\r\n\r\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"100px\"\r\n\t height=\"100px\" viewBox=\"0 0 100 100\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\">\r\n<g id=\"_x37_7_Essential_Icons\">\r\n\t<path id=\"Credit_Card\" d=\"M86,24H14c-1.1,0-2,0.9-2,2v48c0,1.1,0.9,2,2,2h72c1.1,0,2-0.9,2-2V26C88,24.9,87.1,24,86,24z M84,72H16\r\n\t\tV48h68V72z M84,44H16v-6h68V44z M84,34H16v-6h68V34z M46,64c0,1.1-0.9,2-2,2H24c-1.1,0-2-0.9-2-2c0-1.1,0.9-2,2-2h20\r\n\t\tC45.1,62,46,62.9,46,64z\"/>\r\n</g>\r\n<g id=\"Guides\">\r\n</g>\r\n<g id=\"Info\">\r\n\t<g id=\"BORDER\">\r\n\t\t<path fill=\"#0000FF\" d=\"M944-930V754H-840V-930H944 M952-938H-848V762H952V-938L952-938z\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"crosshair \">\r\n\r\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"100px\"\r\n\t height=\"100px\" viewBox=\"0 0 100 100\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\">\r\n<g id=\"_x37_7_Essential_Icons\">\r\n\t<path id=\"Crosshair\" d=\"M88,48h-6.1c-1-16-13.9-28.9-29.9-29.9V12c0-1.1-0.9-2-2-2s-2,0.9-2,2v6.1c-16,1-28.9,13.9-29.9,29.9H12\r\n\t\tc-1.1,0-2,0.9-2,2c0,1.1,0.9,2,2,2h6.1C19.1,68,32,80.9,48,81.9V88c0,1.1,0.9,2,2,2s2-0.9,2-2v-6.1c16-1,28.9-13.9,29.9-29.9H88\r\n\t\tc1.1,0,2-0.9,2-2C90,48.9,89.1,48,88,48z M72,52h5.9c-1,13.9-12.1,24.9-25.9,25.9V72c0-1.1-0.9-2-2-2s-2,0.9-2,2v5.9\r\n\t\tc-13.8-1-24.9-12.1-25.9-25.9H28c1.1,0,2-0.9,2-2c0-1.1-0.9-2-2-2h-5.9c1-13.8,12.1-24.9,25.9-25.9V28c0,1.1,0.9,2,2,2s2-0.9,2-2\r\n\t\tv-5.9c13.8,1,24.9,12.1,25.9,25.9H72c-1.1,0-2,0.9-2,2C70,51.1,70.9,52,72,52z\"/>\r\n</g>\r\n<g id=\"Guides\">\r\n</g>\r\n<g id=\"Info\">\r\n\t<g id=\"BORDER\">\r\n\t\t<path fill=\"#0000FF\" d=\"M1224-370v1684H-560V-370H1224 M1232-378H-568v1700h1800V-378L1232-378z\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"diary \">\r\n\r\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"100px\"\r\n\t height=\"100px\" viewBox=\"0 0 100 100\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\">\r\n<g id=\"_x37_7_Essential_Icons\">\r\n\t<path id=\"Diary\" d=\"M78,10H22c-1.1,0-2,0.9-2,2v76c0,1.1,0.9,2,2,2h56c1.1,0,2-0.9,2-2V12C80,10.9,79.1,10,78,10z M76,86H24V72h8.3\r\n\t\tc0.8,2.3,3,4,5.7,4c3.3,0,6-2.7,6-6s-2.7-6-6-6c-2.6,0-4.8,1.7-5.7,4H24V52h8.3c0.8,2.3,3,4,5.7,4c3.3,0,6-2.7,6-6s-2.7-6-6-6\r\n\t\tc-2.6,0-4.8,1.7-5.7,4H24V32h8.3c0.8,2.3,3,4,5.7,4c3.3,0,6-2.7,6-6s-2.7-6-6-6c-2.6,0-4.8,1.7-5.7,4H24V14h52V86z M36,70\r\n\t\tc0-1.1,0.9-2,2-2s2,0.9,2,2c0,1.1-0.9,2-2,2S36,71.1,36,70z M36,50c0-1.1,0.9-2,2-2s2,0.9,2,2c0,1.1-0.9,2-2,2S36,51.1,36,50z\r\n\t\t M36,30c0-1.1,0.9-2,2-2s2,0.9,2,2c0,1.1-0.9,2-2,2S36,31.1,36,30z\"/>\r\n</g>\r\n<g id=\"Guides\">\r\n</g>\r\n<g id=\"Info\">\r\n\t<g id=\"BORDER\">\r\n\t\t<path fill=\"#0000FF\" d=\"M384-930V754h-1784V-930H384 M392-938h-1800V762H392V-938L392-938z\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"document \">\r\n\r\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"100px\"\r\n\t height=\"100px\" viewBox=\"0 0 100 100\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\">\r\n<g id=\"_x37_7_Essential_Icons\">\r\n\t<path id=\"Document\" d=\"M79.2,32.4L57.4,10.6C57,10.2,56.5,10,56,10H24c-2.2,0-4,1.8-4,4v72c0,2.2,1.8,4,4,4h52c2.2,0,4-1.8,4-4\r\n\t\tV33.7C79.9,33.1,79.6,32.8,79.2,32.4z M58,16.8L73.2,32H58V16.8z M76,86H24V14h30v20c0,1.1,0.9,2,2,2h20V86z\"/>\r\n</g>\r\n<g id=\"Guides\">\r\n</g>\r\n<g id=\"Info\">\r\n\t<g id=\"BORDER\">\r\n\t\t<path fill=\"#0000FF\" d=\"M384-790V894h-1784V-790H384 M392-798h-1800V902H392V-798L392-798z\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"down arrow \">\r\n\r\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"100px\"\r\n\t height=\"100px\" viewBox=\"0 0 100 100\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\">\r\n<g id=\"_x37_7_Essential_Icons\">\r\n\t<path id=\"Down_Arrow\" d=\"M67.9,45L51,61.9c-0.4,0.4-0.9,0.6-1.4,0.6c-0.5,0-1-0.2-1.4-0.6L32.1,45.8c-0.8-0.8-0.8-2,0-2.8\r\n\t\tc0.8-0.8,2-0.8,2.8,0l14.7,14.7l15.5-15.5c0.8-0.8,2-0.8,2.8,0C68.7,42.9,68.7,44.2,67.9,45z M88,50c0,21-17,38-38,38S12,71,12,50\r\n\t\ts17-38,38-38S88,29,88,50z M84,50c0-18.8-15.2-34-34-34S16,31.2,16,50s15.2,34,34,34S84,68.8,84,50z\"/>\r\n</g>\r\n<g id=\"Guides\">\r\n</g>\r\n<g id=\"Info\">\r\n\t<g id=\"BORDER\">\r\n\t\t<path fill=\"#0000FF\" d=\"M944-1210V474H-840v-1684H944 M952-1218H-848V482H952V-1218L952-1218z\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"email \">\r\n\r\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"100px\"\r\n\t height=\"100px\" viewBox=\"0 0 100 100\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\">\r\n<g id=\"_x37_7_Essential_Icons\">\r\n\t<path id=\"Email\" d=\"M88,23H12c-1.1,0-2,0.9-2,2v50c0,1.1,0.9,2,2,2h76c1.1,0,2-0.9,2-2V25C90,23.9,89.1,23,88,23z M83.2,27L50,60.2\r\n\t\tL16.8,27H83.2z M14,29.8L34.2,50L14,70.2V29.8z M16.9,73L37,52.9l11.6,11.6c0.8,0.8,2,0.8,2.8,0L63,52.9L83.1,73H16.9z M86,70.2\r\n\t\tL65.8,50L86,29.8V70.2z\"/>\r\n</g>\r\n<g id=\"Guides\">\r\n</g>\r\n<g id=\"Info\">\r\n\t<g id=\"BORDER\">\r\n\t\t<path fill=\"#0000FF\" d=\"M804-510v1684H-980V-510H804 M812-518H-988v1700H812V-518L812-518z\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"folder \">\r\n\r\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"100px\"\r\n\t height=\"100px\" viewBox=\"0 0 100 100\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\">\r\n<g id=\"_x37_7_Essential_Icons\">\r\n\t<path id=\"Folder\" d=\"M88,30H66.9l-9.2-9.4c-0.4-0.4-0.9-0.6-1.4-0.6H22c-1.1,0-2,0.9-2,2v8h-8c-1.1,0-2,0.9-2,2v46c0,1.1,0.9,2,2,2\r\n\t\th76c1.1,0,2-0.9,2-2V32C90,30.9,89.1,30,88,30z M24,24h31.3l5.9,6H24V24z M86,76H14V34h72V76z\"/>\r\n</g>\r\n<g id=\"Guides\">\r\n</g>\r\n<g id=\"Info\">\r\n\t<g id=\"BORDER\">\r\n\t\t<path fill=\"#0000FF\" d=\"M1084-930V754H-700V-930H1084 M1092-938H-708V762h1800V-938L1092-938z\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"forward \">\r\n\r\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"100px\"\r\n\t height=\"100px\" viewBox=\"0 0 100 100\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\">\r\n<g id=\"_x37_7_Essential_Icons\">\r\n\t<path id=\"Forward\" d=\"M86.4,36.6l-28-28C57.1,7.3,55,8.2,55,10v13.6c-1.4-0.2-3.1-0.3-4.8-0.3C29.7,23.3,13,39.7,13,59.9\r\n\t\tc0,13.5,7.5,25.5,20.1,31.9c2,1,3.8-1.4,2.4-3.1c-3.6-4.3-5.4-8.9-5.4-14c0-12.6,10.4-22.9,23.2-22.9c0.6,0,1.2,0,1.7,0.1V66\r\n\t\tc0,1.8,2.1,2.7,3.4,1.4l28-28C87.2,38.6,87.2,37.4,86.4,36.6z M59,61.1V50c0-1-0.7-1.8-1.7-2c-1.2-0.2-2.6-0.3-4-0.3\r\n\t\tc-15,0-27.2,12.1-27.2,26.9c0,3,0.5,5.9,1.6,8.6C20.9,77.3,17,69,17,59.9c0-17.9,14.9-32.5,33.2-32.5c2.4,0,4.8,0.4,6.4,0.7\r\n\t\tc1.2,0.2,2.4-0.7,2.4-2V14.8L82.2,38L59,61.1z\"/>\r\n</g>\r\n<g id=\"Guides\">\r\n</g>\r\n<g id=\"Info\">\r\n\t<g id=\"BORDER\">\r\n\t\t<path fill=\"#0000FF\" d=\"M524-510v1684h-1784V-510H524 M532-518h-1800v1700H532V-518L532-518z\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"heart \">\r\n\r\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"100px\"\r\n\t height=\"100px\" viewBox=\"0 0 100 100\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\">\r\n<g id=\"_x37_7_Essential_Icons\">\r\n\t<path id=\"Heart\" d=\"M48.6,85.4L15.7,52.8c-1.4-1.3-2.5-2.8-3.5-4.4c-5.4-8.9-4-20.3,3.5-27.7C20,16.4,25.8,14,31.9,14\r\n\t\tc9.6,0,15.6,5.6,18.1,8.8c2.5-3.2,8.5-8.8,18.1-8.8c6.1,0,11.9,2.4,16.2,6.7c7.4,7.4,8.9,18.8,3.5,27.7c-1,1.6-2.1,3.1-3.5,4.4\r\n\t\tL51.4,85.4C50.6,86.2,49.4,86.2,48.6,85.4z M31.9,18c-5.1,0-9.8,2-13.4,5.5c-6.1,6.1-7.3,15.5-2.9,22.8c0.8,1.3,1.8,2.6,2.9,3.7\r\n\t\tL50,81.2L81.5,50c1.1-1.1,2.1-2.3,2.9-3.7c4.4-7.4,3.3-16.8-2.9-22.8C77.9,20,73.1,18,68.1,18c-7.2,0-13.2,3.9-16.4,9.3\r\n\t\tc-0.8,1.3-2.7,1.3-3.5,0C45.1,21.9,39.1,18,31.9,18z\"/>\r\n</g>\r\n<g id=\"Guides\">\r\n</g>\r\n<g id=\"Info\">\r\n\t<g id=\"BORDER\">\r\n\t\t<path fill=\"#0000FF\" d=\"M944-370v1684H-840V-370H944 M952-378H-848v1700H952V-378L952-378z\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"home \">\r\n\r\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"100px\"\r\n\t height=\"100px\" viewBox=\"0 0 100 100\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\">\r\n<g id=\"_x37_7_Essential_Icons\">\r\n\t<path id=\"Home\" d=\"M89.2,49.4L51.4,11.6c-0.7-0.8-2.1-0.8-2.8,0l-38,38C9.3,50.8,10.2,53,12,53h10v34c0,1.1,0.9,2,2,2h18\r\n\t\tc1.1,0,2-0.9,2-2V71h12v16c0,1.1,0.9,2,2,2h18c1.1,0,2-0.9,2-2V53h10c0,0,0,0,0,0C90.2,53,90.5,50.7,89.2,49.4z M74,85H60V69\r\n\t\tc0-1.1-0.9-2-2-2H42c-1.1,0-2,0.9-2,2v16H26V53h48V85z M16.8,49L50,15.8L83.2,49H16.8z\"/>\r\n</g>\r\n<g id=\"Guides\">\r\n</g>\r\n<g id=\"Info\">\r\n\t<g id=\"BORDER\">\r\n\t\t<path fill=\"#0000FF\" d=\"M384-370v1684h-1784V-370H384 M392-378h-1800v1700H392V-378L392-378z\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"inbox \">\r\n\r\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"100px\"\r\n\t height=\"100px\" viewBox=\"0 0 100 100\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\">\r\n<g id=\"_x37_7_Essential_Icons\">\r\n\t<path id=\"Inbox\" d=\"M81,60.6L81,60.6C81,60.6,81,60.6,81,60.6l-8-40c-0.2-0.9-1-1.6-2-1.6H30c-0.9,0-1.8,0.6-2,1.6l-9,40\r\n\t\tc0,0.1,0,0.3,0,0.4v18c0,1.1,0.9,2,2,2h58c1.1,0,2-0.9,2-2V61C81,60.9,81,60.7,81,60.6z M31.6,23h37.7l7.2,36H59c-1.1,0-2,0.9-2,2\r\n\t\tc0,2.8-4.2,6.1-7,6.1c-2.8,0-7-3.3-7-6.1c0-1.1-0.9-2-2-2H23.5L31.6,23z M77,77H23V63h16.2c0.9,4,6.5,8,10.8,8c4.3,0,9.9-4,10.8-8\r\n\t\tH77V77z\"/>\r\n</g>\r\n<g id=\"Guides\">\r\n</g>\r\n<g id=\"Info\">\r\n\t<g id=\"BORDER\">\r\n\t\t<path fill=\"#0000FF\" d=\"M1504-650v1684H-280V-650H1504 M1512-658H-288v1700h1800V-658L1512-658z\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"layers \">\r\n\r\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"100px\"\r\n\t height=\"100px\" viewBox=\"0 0 100 100\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\">\r\n<g id=\"_x37_7_Essential_Icons\">\r\n\t<path id=\"Layers\" d=\"M84,14H36c-1.1,0-2,0.9-2,2v18H16c-1.1,0-2,0.9-2,2v48c0,1.1,0.9,2,2,2h48c1.1,0,2-0.9,2-2V66h18\r\n\t\tc1.1,0,2-0.9,2-2V16C86,14.9,85.1,14,84,14z M62,82H18V38h16v26c0,1.1,0.9,2,2,2h26V82z M82,62H38V18h44V62z\"/>\r\n</g>\r\n<g id=\"Guides\">\r\n</g>\r\n<g id=\"Info\">\r\n\t<g id=\"BORDER\">\r\n\t\t<path fill=\"#0000FF\" d=\"M1364-1070V614H-420v-1684H1364 M1372-1078H-428V622h1800V-1078L1372-1078z\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"left arrow \">\r\n\r\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"100px\"\r\n\t height=\"100px\" viewBox=\"0 0 100 100\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\">\r\n<g id=\"_x37_7_Essential_Icons\">\r\n\t<path id=\"Left_Arrow\" d=\"M57.9,67.9c-0.4,0.4-0.9,0.6-1.4,0.6s-1-0.2-1.4-0.6L38.1,51c-0.8-0.8-0.8-2,0-2.8l16.1-16.1\r\n\t\tc0.8-0.8,2.1-0.8,2.8,0c0.8,0.8,0.8,2,0,2.8L42.4,49.6l15.5,15.5C58.6,65.9,58.6,67.1,57.9,67.9z M88,50c0,21-17,38-38,38\r\n\t\tS12,71,12,50s17-38,38-38S88,29,88,50z M84,50c0-18.8-15.2-34-34-34S16,31.2,16,50s15.2,34,34,34S84,68.8,84,50z\"/>\r\n</g>\r\n<g id=\"Guides\">\r\n</g>\r\n<g id=\"Info\">\r\n\t<g id=\"BORDER\">\r\n\t\t<path fill=\"#0000FF\" d=\"M804-1210V474H-980v-1684H804 M812-1218H-988V482H812V-1218L812-1218z\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"link \">\r\n\r\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"100px\"\r\n\t height=\"100px\" viewBox=\"0 0 100 100\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\">\r\n<g id=\"_x37_7_Essential_Icons\">\r\n\t<path id=\"Link\" d=\"M82.4,44.6L70.3,56.7c-0.8,0.8-2,0.8-2.8,0c-0.8-0.8-0.8-2,0-2.8l12.1-12.1c5.9-5.9,5.9-15.5,0-21.4\r\n\t\tc-2.9-2.9-6.6-4.4-10.7-4.4c-4,0-7.8,1.6-10.7,4.4L46.1,32.5c-5.9,5.9-5.9,15.5,0,21.4c1.4,1.4,3.1,2.6,5,3.3\r\n\t\tc1,0.4,1.5,1.6,1.1,2.6c-0.9,2.1-3.2,0.9-2.6,1.1c-2.4-1-4.5-2.4-6.3-4.2c-7.5-7.4-7.5-19.6,0-27l12.1-12.1C59,14,63.8,12,68.9,12\r\n\t\tc5.1,0,9.9,2,13.5,5.6C89.9,25,89.9,37.2,82.4,44.6z M50.4,39.1c-1-0.4-2.2,0.1-2.6,1.1c-0.4,1,0.1,2.2,1.1,2.6\r\n\t\tc1.9,0.8,3.6,1.9,5,3.3c5.9,5.9,5.9,15.5,0,21.4L41.8,79.6c-2.9,2.9-6.6,4.4-10.7,4.4c-4,0-7.8-1.6-10.7-4.4\r\n\t\tc-5.9-5.9-5.9-15.5,0-21.4l12.1-12.1c0.8-0.8,0.8-2,0-2.8c-0.8-0.8-2-0.8-2.8,0L17.6,55.4c-7.4,7.4-7.4,19.6,0,27\r\n\t\tC21.2,86,26,88,31.1,88s9.9-2,13.5-5.6l12.1-12.1c7.5-7.4,7.5-19.6,0-27C54.9,41.5,52.8,40.1,50.4,39.1z\"/>\r\n</g>\r\n<g id=\"Guides\">\r\n</g>\r\n<g id=\"Info\">\r\n\t<g id=\"BORDER\">\r\n\t\t<path fill=\"#0000FF\" d=\"M1504-510v1684H-280V-510H1504 M1512-518H-288v1700h1800V-518L1512-518z\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"list \">\r\n\r\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"100px\"\r\n\t height=\"100px\" viewBox=\"0 0 100 100\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\">\r\n<g id=\"_x37_7_Essential_Icons\">\r\n\t<path id=\"List\" d=\"M50,12c-21,0-38,17-38,38s17,38,38,38s38-17,38-38S71,12,50,12z M50,84c-18.8,0-34-15.2-34-34s15.2-34,34-34\r\n\t\ts34,15.2,34,34S68.8,84,50,84z M69.5,50c0,1.1-0.9,2-2,2H45.1c-1.1,0-2-0.9-2-2c0-1.1,0.9-2,2-2h22.4C68.6,48,69.5,48.9,69.5,50z\r\n\t\t M69.5,62c0,1.1-0.9,2-2,2H45.1c-1.1,0-2-0.9-2-2c0-1.1,0.9-2,2-2h22.4C68.6,60,69.5,60.9,69.5,62z M38.3,50c0,1.1-0.9,2-2,2h-3.8\r\n\t\tc-1.1,0-2-0.9-2-2c0-1.1,0.9-2,2-2h3.8C37.4,48,38.3,48.9,38.3,50z M38.3,62c0,1.1-0.9,2-2,2h-3.8c-1.1,0-2-0.9-2-2\r\n\t\tc0-1.1,0.9-2,2-2h3.8C37.4,60,38.3,60.9,38.3,62z M69.5,38c0,1.1-0.9,2-2,2H45.1c-1.1,0-2-0.9-2-2c0-1.1,0.9-2,2-2h22.4\r\n\t\tC68.6,36,69.5,36.9,69.5,38z M38.3,38c0,1.1-0.9,2-2,2h-3.8c-1.1,0-2-0.9-2-2c0-1.1,0.9-2,2-2h3.8C37.4,36,38.3,36.9,38.3,38z\"/>\r\n</g>\r\n<g id=\"Guides\">\r\n</g>\r\n<g id=\"Info\">\r\n\t<g id=\"BORDER\">\r\n\t\t<path fill=\"#0000FF\" d=\"M244-1210V474h-1784v-1684H244 M252-1218h-1800V482H252V-1218L252-1218z\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"location marker \">\r\n\r\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"100px\"\r\n\t height=\"100px\" viewBox=\"0 0 100 100\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\">\r\n<g id=\"_x37_7_Essential_Icons\">\r\n\t<path id=\"Location_Pin\" d=\"M50,8C34.6,8,22,20.4,22,35.7c0,32.6,25.6,54.9,26.7,55.9c0.7,0.6,1.9,0.6,2.6,0\r\n\t\tC52.4,90.6,78,68.2,78,35.7C78,20.4,65.4,8,50,8z M50,87.3c-5.2-5-24-25-24-51.6C26,22.6,36.8,12,50,12c13.2,0,24,10.6,24,23.7\r\n\t\tC74,62.3,55.2,82.3,50,87.3z M50,20c-8.8,0-16,7.2-16,16s7.2,16,16,16c8.8,0,16-7.2,16-16S58.8,20,50,20z M50,48\r\n\t\tc-6.6,0-12-5.4-12-12c0-6.6,5.4-12,12-12s12,5.4,12,12C62,42.6,56.6,48,50,48z\"/>\r\n</g>\r\n<g id=\"Guides\">\r\n</g>\r\n<g id=\"Info\">\r\n\t<g id=\"BORDER\">\r\n\t\t<path fill=\"#0000FF\" d=\"M1644-370v1684H-140V-370H1644 M1652-378H-148v1700h1800V-378L1652-378z\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"location \">\r\n\r\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"100px\"\r\n\t height=\"100px\" viewBox=\"0 0 100 100\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\">\r\n<g id=\"_x37_7_Essential_Icons\">\r\n\t<path id=\"Location\" d=\"M86.3,11.2l-74,30.7c-1.7,0.7-1.6,3.3,0.3,3.8l34.1,7.7l7.7,34.1c0.4,1.9,3,2.1,3.7,0.3l30.8-74\r\n\t\tC89.5,12.1,87.9,10.5,86.3,11.2z M19.5,43.2l59.1-24.6L47.7,49.5L19.5,43.2z M56.8,80.5l-6.4-28.2l30.9-30.9L56.8,80.5z\"/>\r\n</g>\r\n<g id=\"Guides\">\r\n</g>\r\n<g id=\"Info\">\r\n\t<g id=\"BORDER\">\r\n\t\t<path fill=\"#0000FF\" d=\"M1504-370v1684H-280V-370H1504 M1512-378H-288v1700h1800V-378L1512-378z\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"map \">\r\n\r\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"100px\"\r\n\t height=\"100px\" viewBox=\"0 0 100 100\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\">\r\n<g id=\"_x37_7_Essential_Icons\">\r\n\t<path id=\"Map\" d=\"M90.7,25.5l-20-7.4h0c0.4,0.2-0.6-0.4-1.4,0h0L50,25.2l-19.2-7.1h0c0.4,0.2-0.6-0.4-1.4,0c0,0,0,0,0,0l-20,7.4\r\n\t\tc-0.8,0.3-1.3,1-1.3,1.9V80c0,3.5,4.4,1.2,2.7,1.9L30,74.8l19.2,7.1c0.9,0.3,1.9-0.2,1.5,0L70,74.8l19.3,7.1\r\n\t\tc1.3,0.5,2.7-0.4,2.7-1.9V27.4C92,26.6,91.5,25.8,90.7,25.5z M28,71.3L12,77V28.7l16-5.8V71.3z M48,77l-16-5.8V22.9l16,5.8V77z\r\n\t\t M68,71.3L52,77V28.7l16-5.8V71.3z M88,77l-16-5.8V22.9l16,5.8V77z\"/>\r\n</g>\r\n<g id=\"Guides\">\r\n</g>\r\n<g id=\"Info\">\r\n\t<g id=\"BORDER\">\r\n\t\t<path fill=\"#0000FF\" d=\"M1364-370v1684H-420V-370H1364 M1372-378H-428v1700h1800V-378L1372-378z\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"medal \">\r\n\r\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"100px\"\r\n\t height=\"100px\" viewBox=\"0 0 100 100\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\">\r\n<g id=\"_x37_7_Essential_Icons\">\r\n\t<path id=\"Medal\" d=\"M81.3,50.9l-12.8-1.7L77,10.4C77.2,9.2,76.3,8,75,8H25c-1.3,0-2.2,1.2-2,2.4l8.6,38.8l-12.9,1.7\r\n\t\tc-1.6,0.2-2.4,2.2-1.1,3.4l15.1,14.5l-3.8,20.8c-0.3,1.7,1.5,2.9,2.9,2.1L50,81.7l18.2,10.1c-2.2-1.3,2.9,2.3,2.9-2.1l-3.8-20.8\r\n\t\tl15.1-14.5C83.6,53.2,82.9,51.2,81.3,50.9z M52,12h20.5l-8.1,36.7l-3.7-0.5L52,29.5V12z M27.5,12H48v17.5l-8.7,18.7l-3.7,0.5\r\n\t\tL27.5,12z M63.8,66.7c-0.5,0.5-0.7,1.1-0.6,1.8l3.2,17.7L51,77.6c-0.3-0.2-0.6-0.3-1-0.3c-0.3,0-0.7,0.1-1,0.3l-15.5,8.6l3.2-17.7\r\n\t\tc0.1-0.7-0.1-1.3-0.6-1.8L23.4,54.3L40.9,52c0.7-0.1,1.3-0.5,1.5-1.1L50,34.7l7.5,16.2c0.3,0.6,0.9,1,1.5,1.1l17.5,2.3L63.8,66.7z\"\r\n\t\t/>\r\n</g>\r\n<g id=\"Guides\">\r\n</g>\r\n<g id=\"Info\">\r\n\t<g id=\"BORDER\">\r\n\t\t<path fill=\"#0000FF\" d=\"M664-790V894h-1784V-790H664 M672-798h-1800V902H672V-798L672-798z\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"menu \">\r\n\r\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"100px\"\r\n\t height=\"100px\" viewBox=\"0 0 100 100\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\">\r\n<g id=\"_x37_7_Essential_Icons\">\r\n\t<path id=\"Menu\" d=\"M50,12c-21,0-38,17-38,38s17,38,38,38s38-17,38-38S71,12,50,12z M50,84c-18.8,0-34-15.2-34-34s15.2-34,34-34\r\n\t\ts34,15.2,34,34S68.8,84,50,84z M69.5,50c0,1.1-0.9,2-2,2h-35c-1.1,0-2-0.9-2-2c0-1.1,0.9-2,2-2h35C68.6,48,69.5,48.9,69.5,50z\r\n\t\t M69.5,62c0,1.1-0.9,2-2,2h-35c-1.1,0-2-0.9-2-2c0-1.1,0.9-2,2-2h35C68.6,60,69.5,60.9,69.5,62z M69.5,38c0,1.1-0.9,2-2,2h-35\r\n\t\tc-1.1,0-2-0.9-2-2c0-1.1,0.9-2,2-2h35C68.6,36,69.5,36.9,69.5,38z\"/>\r\n</g>\r\n<g id=\"Guides\">\r\n</g>\r\n<g id=\"Info\">\r\n\t<g id=\"BORDER\">\r\n\t\t<path fill=\"#0000FF\" d=\"M384-1210V474h-1784v-1684H384 M392-1218h-1800V482H392V-1218L392-1218z\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"microphone \">\r\n\r\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"100px\"\r\n\t height=\"100px\" viewBox=\"0 0 100 100\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\">\r\n<g id=\"_x37_7_Essential_Icons\">\r\n\t<path id=\"Microphone\" d=\"M52,75.9V86h14c1.1,0,2,0.9,2,2s-0.9,2-2,2H34c-1.1,0-2-0.9-2-2s0.9-2,2-2h14V75.9\r\n\t\tc-13.4-1-24-12.3-24-25.9c0-1.1,0.9-2,2-2s2,0.9,2,2c0,12.1,9.9,22,22,22s22-9.9,22-22c0-1.1,0.9-2,2-2s2,0.9,2,2\r\n\t\tC76,63.7,65.4,74.9,52,75.9z M65,25v25c0,8.3-6.7,15-15,15s-15-6.7-15-15V25c0-8.3,6.7-15,15-15S65,16.7,65,25z M61,25\r\n\t\tc0-6.1-4.9-11-11-11s-11,4.9-11,11v25c0,6.1,4.9,11,11,11s11-4.9,11-11V25z\"/>\r\n</g>\r\n<g id=\"Guides\">\r\n</g>\r\n<g id=\"Info\">\r\n\t<g id=\"BORDER\">\r\n\t\t<path fill=\"#0000FF\" d=\"M1084-650v1684H-700V-650H1084 M1092-658H-708v1700h1800V-658L1092-658z\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"minus \">\r\n\r\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"100px\"\r\n\t height=\"100px\" viewBox=\"0 0 100 100\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\">\r\n<g id=\"_x37_7_Essential_Icons\">\r\n\t<path id=\"Minus\" d=\"M72,50c0,1.1-0.9,2-2,2H30c-1.1,0-2-0.9-2-2c0-1.1,0.9-2,2-2h40C71.1,48,72,48.9,72,50z M88,50\r\n\t\tc0,21-17,38-38,38S12,71,12,50s17-38,38-38S88,29,88,50z M84,50c0-18.8-15.2-34-34-34S16,31.2,16,50s15.2,34,34,34S84,68.8,84,50z\"\r\n\t\t/>\r\n</g>\r\n<g id=\"Guides\">\r\n</g>\r\n<g id=\"Info\">\r\n\t<g id=\"BORDER\">\r\n\t\t<path fill=\"#0000FF\" d=\"M1364-1210V474H-420v-1684H1364 M1372-1218H-428V482h1800V-1218L1372-1218z\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"more details (3) \">\r\n\r\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"100px\"\r\n\t height=\"100px\" viewBox=\"0 0 100 100\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\">\r\n<g id=\"_x37_7_Essential_Icons\">\r\n\t<path id=\"More_Details__x28_3_x29_\" d=\"M50,12c-21,0-38,17-38,38s17,38,38,38s38-17,38-38S71,12,50,12z M50,84\r\n\t\tc-18.8,0-34-15.2-34-34s15.2-34,34-34s34,15.2,34,34S68.8,84,50,84z M50,43c-3.9,0-7,3.1-7,7s3.1,7,7,7s7-3.1,7-7S53.9,43,50,43z\r\n\t\t M50,53c-1.7,0-3-1.4-3-3c0-1.7,1.3-3,3-3s3,1.3,3,3C53,51.6,51.7,53,50,53z M70,43c-3.9,0-7,3.1-7,7s3.1,7,7,7s7-3.1,7-7\r\n\t\tS73.9,43,70,43z M70,53c-1.7,0-3-1.4-3-3c0-1.7,1.3-3,3-3s3,1.3,3,3C73,51.6,71.7,53,70,53z M30,43c-3.9,0-7,3.1-7,7s3.1,7,7,7\r\n\t\ts7-3.1,7-7S33.9,43,30,43z M30,53c-1.7,0-3-1.4-3-3c0-1.7,1.3-3,3-3s3,1.3,3,3C33,51.6,31.7,53,30,53z\"/>\r\n</g>\r\n<g id=\"Guides\">\r\n</g>\r\n<g id=\"Info\">\r\n\t<g id=\"BORDER\">\r\n\t\t<path fill=\"#0000FF\" d=\"M664-1210V474h-1784v-1684H664 M672-1218h-1800V482H672V-1218L672-1218z\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"more details (4) \">\r\n\r\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"100px\"\r\n\t height=\"100px\" viewBox=\"0 0 100 100\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\">\r\n<g id=\"_x37_7_Essential_Icons\">\r\n\t<path id=\"More_Details__x28_4_x29_\" d=\"M50,12c-21,0-38,17-38,38s17,38,38,38c21,0,38-17,38-38S71,12,50,12z M50,84\r\n\t\tc-18.8,0-34-15.2-34-34s15.2-34,34-34c18.8,0,34,15.2,34,34S68.8,84,50,84z M39,54c-3.9,0-7,3.1-7,7c0,3.9,3.1,7,7,7s7-3.1,7-7\r\n\t\tC46,57.1,42.9,54,39,54z M39,64c-1.7,0-3-1.3-3-3s1.3-3,3-3c1.7,0,3,1.3,3,3S40.7,64,39,64z M39.1,32.1c-3.9,0-7,3.1-7,7\r\n\t\tc0,3.9,3.1,7,7,7c3.9,0,7-3.1,7-7C46.1,35.2,42.9,32.1,39.1,32.1z M39.1,42.1c-1.7,0-3-1.4-3-3c0-1.7,1.4-3,3-3c1.6,0,3,1.4,3,3\r\n\t\tC42.1,40.7,40.7,42.1,39.1,42.1z M60.9,53.9c-3.9,0-7,3.1-7,7s3.1,7,7,7c3.9,0,7-3.1,7-7S64.8,53.9,60.9,53.9z M60.9,63.9\r\n\t\tc-1.6,0-3-1.3-3-3c0-1.6,1.4-3,3-3c1.7,0,3,1.4,3,3C63.9,62.6,62.6,63.9,60.9,63.9z M61,32c-3.9,0-7,3.1-7,7c0,3.9,3.1,7,7,7\r\n\t\tc3.9,0,7-3.1,7-7C68,35.1,64.9,32,61,32z M61,42c-1.7,0-3-1.3-3-3c0-1.7,1.3-3,3-3c1.6,0,3,1.3,3,3C64,40.7,62.6,42,61,42z\"/>\r\n</g>\r\n<g id=\"Guides\">\r\n</g>\r\n<g id=\"Info\">\r\n\t<g id=\"BORDER\">\r\n\t\t<path fill=\"#0000FF\" d=\"M524-1210V474h-1784v-1684H524 M532-1218h-1800V482H532V-1218L532-1218z\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"music \">\r\n\r\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"100px\"\r\n\t height=\"100px\" viewBox=\"0 0 100 100\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\">\r\n<g id=\"_x37_7_Essential_Icons\">\r\n\t<path id=\"Music\" d=\"M88.3,11.5c-0.5-0.4-1.1-0.5-1.7-0.4l-48,10c-0.9,0.2-1.6,1-1.6,2v40.8c-2.7-3-6.6-4.8-11-4.8\r\n\t\tc-8.3,0-15,6.7-15,15c0,8.3,6.7,15,15,15c8.3,0,15-6.7,15-15V38.6l44-9.2v24.4c-2.7-3-6.7-4.8-11-4.8c-8.3,0-15,6.7-15,15\r\n\t\tc0,8.3,6.7,15,15,15c8.3,0,15-6.7,15-15V13C89,12.4,88.7,11.8,88.3,11.5z M26,85c-6.1,0-11-4.9-11-11c0-6.1,4.9-11,11-11\r\n\t\tc6.1,0,11,4.9,11,11C37,80.1,32.1,85,26,85z M74,75c-6.1,0-11-4.9-11-11c0-6.1,4.9-11,11-11c6.1,0,11,4.9,11,11\r\n\t\tC85,70.1,80.1,75,74,75z M85,25.4l-44,9.2v-9.9l44-9.2V25.4z\"/>\r\n</g>\r\n<g id=\"Guides\">\r\n</g>\r\n<g id=\"Info\">\r\n\t<g id=\"BORDER\">\r\n\t\t<path fill=\"#0000FF\" d=\"M664-650v1684h-1784V-650H664 M672-658h-1800v1700H672V-658L672-658z\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"no volume \">\r\n\r\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"100px\"\r\n\t height=\"100px\" viewBox=\"0 0 100 100\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\">\r\n<g id=\"_x37_7_Essential_Icons\">\r\n\t<path id=\"No_Volume\" d=\"M87.4,57.6c0.8,0.8,0.8,2,0,2.8C87,60.8,86.5,61,86,61s-1-0.2-1.4-0.6L77,52.8l-7.6,7.6\r\n\t\tC69,60.8,68.5,61,68,61s-1-0.2-1.4-0.6c-0.8-0.8-0.8-2,0-2.8l7.6-7.6l-7.6-7.6c-0.8-0.8-0.8-2,0-2.8c0.8-0.8,2-0.8,2.8,0l7.6,7.6\r\n\t\tl7.6-7.6c0.8-0.8,2-0.8,2.8,0c0.8,0.8,0.8,2,0,2.8L79.8,50L87.4,57.6z M60,16v68c0,0.8-0.5,1.5-1.2,1.8C58.5,86,58.3,86,58,86\r\n\t\tc-0.5,0-1-0.2-1.4-0.6L38.2,67H14c-1.1,0-2-0.9-2-2V35c0-1.1,0.9-2,2-2h24.2l18.4-18.4c0.6-0.6,1.4-0.7,2.2-0.4\r\n\t\tC59.5,14.5,60,15.2,60,16z M37,37H16v26h21V37z M56,20.8l-15,15v28.3l15,15V20.8z\"/>\r\n</g>\r\n<g id=\"Guides\">\r\n</g>\r\n<g id=\"Info\">\r\n\t<g id=\"BORDER\">\r\n\t\t<path fill=\"#0000FF\" d=\"M384-650v1684h-1784V-650H384 M392-658h-1800v1700H392V-658L392-658z\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"notification \">\r\n\r\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"100px\"\r\n\t height=\"100px\" viewBox=\"0 0 100 100\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\">\r\n<g id=\"_x37_7_Essential_Icons\">\r\n\t<path id=\"Notification\" d=\"M69.8,20.5l1-2.9c0.4-1-0.1-2.2-1.2-2.5c-1-0.4-2.2,0.2-2.5,1.2L66,19.1C53.1,15.6,39.4,22.4,34.7,35\r\n\t\tl-6.5,17.8l-12,5.5c-1.6,0.7-1.5,3,0.2,3.6L38,69.8c-0.9,5.1,2,10.2,7,12c5,1.8,10.6-0.3,13.2-4.7L80,84.9c0,0,0,0,0,0\r\n\t\tc1,0.4,2.2-0.1,2.6-1.2c0.2-0.6,0.1-1.2-0.2-1.7l-5.5-11.7l6.5-17.8C88.1,39.9,82,26,69.8,20.5z M46.5,78.1c-3-1.1-4.8-3.9-4.6-6.9\r\n\t\tl12.6,4.5C52.7,78.1,49.4,79.1,46.5,78.1z M79.7,51.2l-6.8,18.5c-0.2,0.5-0.2,1,0.1,1.5l3.9,8.3L58,72.8l-16.9-6.1l-18.9-6.8\r\n\t\tl8.4-3.9c0.5-0.2,0.8-0.6,1-1.1l6.8-18.5c4.1-11.2,16.7-17,28.1-13C77.9,27.5,83.8,40,79.7,51.2z\"/>\r\n</g>\r\n<g id=\"Guides\">\r\n</g>\r\n<g id=\"Info\">\r\n\t<g id=\"BORDER\">\r\n\t\t<path fill=\"#0000FF\" d=\"M804-790V894H-980V-790H804 M812-798H-988V902H812V-798L812-798z\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"padlock \">\r\n\r\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"100px\"\r\n\t height=\"100px\" viewBox=\"0 0 100 100\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\">\r\n<g id=\"_x37_7_Essential_Icons\">\r\n\t<path id=\"Padlock\" d=\"M83,39h-9c0-13.2-10.8-24-24-24S26,25.8,26,39h-9c-1.1,0-2,0.9-2,2v42c0,1.1,0.9,2,2,2h66c1.1,0,2-0.9,2-2V41\r\n\t\tC85,39.9,84.1,39,83,39z M50,19c11,0,20,9,20,20H30C30,28,39,19,50,19z M81,81H19V43h62V81z M50,53c-3.9,0-7,3.1-7,7\r\n\t\tc0,3.2,2.1,5.8,5,6.7V71c0,1.1,0.9,2,2,2s2-0.9,2-2v-4.3c2.9-0.9,5-3.5,5-6.7C57,56.1,53.9,53,50,53z M50,63c-1.7,0-3-1.4-3-3\r\n\t\tc0-1.7,1.3-3,3-3s3,1.3,3,3C53,61.6,51.7,63,50,63z\"/>\r\n</g>\r\n<g id=\"Guides\">\r\n</g>\r\n<g id=\"Info\">\r\n\t<g id=\"BORDER\">\r\n\t\t<path fill=\"#0000FF\" d=\"M1224-930V754H-560V-930H1224 M1232-938H-568V762h1800V-938L1232-938z\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"phone \">\r\n\r\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"100px\"\r\n\t height=\"100px\" viewBox=\"0 0 100 100\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\">\r\n<g id=\"_x37_7_Essential_Icons\">\r\n\t<path id=\"Phone\" d=\"M66,11H34c-3.3,0-6,2.7-6,6v66c0,3.3,2.7,6,6,6h32c3.3,0,6-2.7,6-6V17C72,13.7,69.3,11,66,11z M68,83\r\n\t\tc0,1.1-0.9,2-2,2H34c-1.1,0-2-0.9-2-2v-4h36V83z M68,75H32V25h36V75z M68,21H32v-4c0-1.1,0.9-2,2-2h32c1.1,0,2,0.9,2,2V21z\"/>\r\n</g>\r\n<g id=\"Guides\">\r\n</g>\r\n<g id=\"Info\">\r\n\t<g id=\"BORDER\">\r\n\t\t<path fill=\"#0000FF\" d=\"M804-370v1684H-980V-370H804 M812-378H-988v1700H812V-378L812-378z\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"photo \">\r\n\r\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"100px\"\r\n\t height=\"100px\" viewBox=\"0 0 100 100\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\">\r\n<g id=\"_x37_7_Essential_Icons\">\r\n\t<path id=\"Photo\" d=\"M88,73.8V26c0-1.1-0.9-2-2-2H14c-1.1,0-2,0.9-2,2v48c0,2.5,3.3,2,2,2h72c0,0,0,0,0,0C89,76,87.6,71.4,88,73.8z\r\n\t\t M18,72L40,43.3l18.4,24.1c0,0,0,0,0,0l3.5,4.6H18z M67,72l-4.5-5.8l7.5-9.8L81.9,72H67z M84,68L71.6,51.8c-0.8-1.1-2.4-1.1-3.2,0\r\n\t\tL60,62.8L41.6,38.8c-0.8-1.1-2.4-1.1-3.2,0L16,68.1V28h68V68z M61,34c-3.9,0-7,3.1-7,7s3.1,7,7,7c3.9,0,7-3.1,7-7S64.8,34,61,34z\r\n\t\t M61,44c-1.6,0-3-1.3-3-3s1.3-3,3-3s3,1.3,3,3S62.6,44,61,44z\"/>\r\n</g>\r\n<g id=\"Guides\">\r\n</g>\r\n<g id=\"Info\">\r\n\t<g id=\"BORDER\">\r\n\t\t<path fill=\"#0000FF\" d=\"M944-650v1684H-840V-650H944 M952-658H-848v1700H952V-658L952-658z\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"pie chart \">\r\n\r\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"100px\"\r\n\t height=\"100px\" viewBox=\"0 0 100 100\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\">\r\n<g id=\"_x37_7_Essential_Icons\">\r\n\t<path id=\"Pie_Chart\" d=\"M50,12c-21,0-38,17-38,38c0,20.9,17,38,38,38c20.9,0,38-17,38-38C88,29.1,70.9,12,50,12z M52,16.1\r\n\t\tc17.2,1,30.9,14.8,31.9,31.9H52V16.1z M50,84c-18.8,0-34-15.2-34-34c0-18.1,14.2-32.9,32-33.9V50c0,0.5,0.2,1,0.6,1.4l24,24\r\n\t\tC66.6,80.7,58.7,84,50,84z M75.4,72.6L54.8,52h29.1C83.5,59.9,80.3,67,75.4,72.6z\"/>\r\n</g>\r\n<g id=\"Guides\">\r\n</g>\r\n<g id=\"Info\">\r\n\t<g id=\"BORDER\">\r\n\t\t<path fill=\"#0000FF\" d=\"M384-1070V614h-1784v-1684H384 M392-1078h-1800V622H392V-1078L392-1078z\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"pin \">\r\n\r\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"100px\"\r\n\t height=\"100px\" viewBox=\"0 0 100 100\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\">\r\n<g id=\"_x37_7_Essential_Icons\">\r\n\t<path id=\"Pin\" d=\"M85.4,45L54.9,14.6c-2.8-2.9-3.5-1.1-3.5,0.3l0,14L28.7,45.7H15c-3.9,0-0.8,4.2-1.4,3.5l17.2,17.1L16.4,80.8\r\n\t\tc-0.8,0.8-0.8,2.1,0,2.9c0.8,0.8,2.1,0.8,2.9,0l14.4-14.4l17.1,17.2c-0.5-0.5,3.6,2.2,3.6-1.4V71.3l16.8-22.7l12.7,0\r\n\t\tC86,48.5,88.8,48.5,85.4,45z M19.9,49.6h8.9l21.7,21.7v8.9L19.9,49.6z M52.4,67.3L32.7,47.6L52.8,33l14.4,14.6L52.4,67.3z\r\n\t\t M70.2,44.6L55.4,29.8v-8.9l23.7,23.7H70.2z\"/>\r\n</g>\r\n<g id=\"Guides\">\r\n</g>\r\n<g id=\"Info\">\r\n\t<g id=\"BORDER\">\r\n\t\t<path fill=\"#0000FF\" d=\"M804-1070V614H-980v-1684H804 M812-1078H-988V622H812V-1078L812-1078z\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"plus \">\r\n\r\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"100px\"\r\n\t height=\"100px\" viewBox=\"0 0 100 100\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\">\r\n<g id=\"_x37_7_Essential_Icons\">\r\n\t<path id=\"Plus\" d=\"M72,50c0,1.1-0.9,2-2,2H52v18c0,1.1-0.9,2-2,2s-2-0.9-2-2V52H30c-1.1,0-2-0.9-2-2c0-1.1,0.9-2,2-2h18V30\r\n\t\tc0-1.1,0.9-2,2-2s2,0.9,2,2v18h18C71.1,48,72,48.9,72,50z M88,50c0,21-17,38-38,38S12,71,12,50s17-38,38-38S88,29,88,50z M84,50\r\n\t\tc0-18.8-15.2-34-34-34S16,31.2,16,50s15.2,34,34,34S84,68.8,84,50z\"/>\r\n</g>\r\n<g id=\"Guides\">\r\n</g>\r\n<g id=\"Info\">\r\n\t<g id=\"BORDER\">\r\n\t\t<path fill=\"#0000FF\" d=\"M1504-1210V474H-280v-1684H1504 M1512-1218H-288V482h1800V-1218L1512-1218z\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"printer \">\r\n\r\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"100px\"\r\n\t height=\"100px\" viewBox=\"0 0 100 100\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\">\r\n<g id=\"_x37_7_Essential_Icons\">\r\n\t<path id=\"Printer\" d=\"M86,63V39 M86,63V39 M10,63V39 M90,63V39 M63,62H37c-1.1,0-2,0.9-2,2c0,1.1,0.9,2,2,2h26c1.1,0,2-0.9,2-2\r\n\t\tC65,62.9,64.1,62,63,62z M63,72H37c-1.1,0-2,0.9-2,2c0,1.1,0.9,2,2,2h26c1.1,0,2-0.9,2-2C65,72.9,64.1,72,63,72z M63,62H37\r\n\t\tc-1.1,0-2,0.9-2,2c0,1.1,0.9,2,2,2h26c1.1,0,2-0.9,2-2C65,62.9,64.1,62,63,62z M63,72H37c-1.1,0-2,0.9-2,2c0,1.1,0.9,2,2,2h26\r\n\t\tc1.1,0,2-0.9,2-2C65,72.9,64.1,72,63,72z M63,72H37c-1.1,0-2,0.9-2,2c0,1.1,0.9,2,2,2h26c1.1,0,2-0.9,2-2C65,72.9,64.1,72,63,72z\r\n\t\t M63,62H37c-1.1,0-2,0.9-2,2c0,1.1,0.9,2,2,2h26c1.1,0,2-0.9,2-2C65,62.9,64.1,62,63,62z M37,66h26c1.1,0,2-0.9,2-2\r\n\t\tc0-1.1-0.9-2-2-2H37c-1.1,0-2,0.9-2,2C35,65.1,35.9,66,37,66z M63,72H37c-1.1,0-2,0.9-2,2c0,1.1,0.9,2,2,2h26c1.1,0,2-0.9,2-2\r\n\t\tC65,72.9,64.1,72,63,72z M82,31h-7V17c0-1.1-0.9-2-2-2H27c-1.1,0-2,0.9-2,2v14h-7c-4.4,0-8,3.6-8,8v24c0,4.4,3.6,8,8,8h7v12\r\n\t\tc0,1.1,0.9,2,2,2h46c1.1,0,2-0.9,2-2V71h7c4.4,0,8-3.6,8-8V39C90,34.6,86.4,31,82,31z M29,19h42v12H29V19z M71,81H29V57h42V81z\r\n\t\t M86,63c0,2.2-1.8,4-4,4h-7V55c0-1.1-0.9-2-2-2H27c-1.1,0-2,0.9-2,2v12h-7c-2.2,0-4-1.8-4-4V39c0-2.2,1.8-4,4-4h64c2.2,0,4,1.8,4,4\r\n\t\tV63z M37,66h26c1.1,0,2-0.9,2-2c0-1.1-0.9-2-2-2H37c-1.1,0-2,0.9-2,2C35,65.1,35.9,66,37,66z M37,76h26c1.1,0,2-0.9,2-2\r\n\t\tc0-1.1-0.9-2-2-2H37c-1.1,0-2,0.9-2,2C35,75.1,35.9,76,37,76z M63,72H37c-1.1,0-2,0.9-2,2c0,1.1,0.9,2,2,2h26c1.1,0,2-0.9,2-2\r\n\t\tC65,72.9,64.1,72,63,72z M63,62H37c-1.1,0-2,0.9-2,2c0,1.1,0.9,2,2,2h26c1.1,0,2-0.9,2-2C65,62.9,64.1,62,63,62z M63,62H37\r\n\t\tc-1.1,0-2,0.9-2,2c0,1.1,0.9,2,2,2h26c1.1,0,2-0.9,2-2C65,62.9,64.1,62,63,62z M63,72H37c-1.1,0-2,0.9-2,2c0,1.1,0.9,2,2,2h26\r\n\t\tc1.1,0,2-0.9,2-2C65,72.9,64.1,72,63,72z\"/>\r\n</g>\r\n<g id=\"Guides\">\r\n</g>\r\n<g id=\"Info\">\r\n\t<g id=\"BORDER\">\r\n\t\t<path fill=\"#0000FF\" d=\"M524-790V894h-1784V-790H524 M532-798h-1800V902H532V-798L532-798z\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"profile \">\r\n\r\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"100px\"\r\n\t height=\"100px\" viewBox=\"0 0 100 100\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\">\r\n<g id=\"_x37_7_Essential_Icons\">\r\n\t<path id=\"Profile\" d=\"M44,50c0,1.1-0.9,2-2,2H24c-1.1,0-2-0.9-2-2c0-1.1,0.9-2,2-2h18C43.1,48,44,48.9,44,50z M38,62H24\r\n\t\tc-1.1,0-2,0.9-2,2c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2C40,62.9,39.1,62,38,62z M42,34H24c-1.1,0-2,0.9-2,2c0,1.1,0.9,2,2,2h18\r\n\t\tc1.1,0,2-0.9,2-2C44,34.9,43.1,34,42,34z M88,26v48c0,1.1-0.9,2-2,2H14c-1.1,0-2-0.9-2-2V26c0-1.1,0.9-2,2-2h72\r\n\t\tC87.1,24,88,24.9,88,26z M84,28H16v44h68V28z M77.9,64c0,1.1-0.9,2-2,2H48c-1.1,0-2-0.9-2-2c0-6.6,3.9-12.2,9.6-14.7\r\n\t\tc-1.9-1.9-3.2-4.5-3.2-7.3c0-5.3,4.4-10,9.5-10c5.1,0,9.5,4.7,9.5,10c0,2.8-1.2,5.4-3.2,7.3C73.9,51.8,77.9,57.4,77.9,64z M56.4,42\r\n\t\tc0,2.8,2.4,6,5.5,6c3.1,0,5.5-3.2,5.5-6c0-2.8-2.4-6-5.5-6C58.8,36,56.4,39.2,56.4,42z M73.8,62c-0.9-5.7-5.9-10-11.8-10\r\n\t\tc-5.9,0-10.8,4.3-11.8,10H73.8z\"/>\r\n</g>\r\n<g id=\"Guides\">\r\n</g>\r\n<g id=\"Info\">\r\n\t<g id=\"BORDER\">\r\n\t\t<path fill=\"#0000FF\" d=\"M1364-790V894H-420V-790H1364 M1372-798H-428V902h1800V-798L1372-798z\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"rearrange \">\r\n\r\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"100px\"\r\n\t height=\"100px\" viewBox=\"0 0 100 100\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\">\r\n<g id=\"_x37_7_Essential_Icons\">\r\n\t<path id=\"Rearrange\" d=\"M35,66H15c-1.1,0-2,0.9-2,2v12c0,1.1,0.9,2,2,2h20c1.1,0,2-0.9,2-2V68C37,66.9,36.1,66,35,66z M33,78H17v-8\r\n\t\th16V78z M35,42H15c-1.1,0-2,0.9-2,2v12c0,1.1,0.9,2,2,2h20c1.1,0,2-0.9,2-2V44C37,42.9,36.1,42,35,42z M33,54H17v-8h16V54z M35,18\r\n\t\tH15c-1.1,0-2,0.9-2,2v12c0,1.1,0.9,2,2,2h20c1.1,0,2-0.9,2-2V20C37,18.9,36.1,18,35,18z M33,30H17v-8h16V30z M76.4,30.8\r\n\t\tc-0.8-0.8-1.6-1.5-2.5-2.1l7.5-7.2c1.3-1.3,0.4-3.4-1.4-3.4H47c-1.1,0-2,0.9-2,2v31.7c0,1.8,2.1,2.7,3.4,1.5l8-7.7\r\n\t\tc0.2,0.2,0.5,0.4,0.7,0.6c3.6,3.4,5.5,8,5.5,12.8c0,4.8-1.9,9.3-5.5,12.6c-3.1,3-6,4.8-10.4,5.2c-2.1,0.2-2.6,3.3-0.4,3.9\r\n\t\tc3.1,0.9,5,1.4,8.2,1.4c4.2,0,8.2-0.8,11.9-2.2c3.7-1.5,7.1-3.7,10.1-6.5C82.4,67.7,87,60.1,87,52.1C87,44.1,82.4,36.5,76.4,30.8z\r\n\t\t M73.8,70.4c-5,4.8-11.7,7.5-18.8,7.6c1.8-1,3.5-2.2,5-3.6c4.3-4.1,6.7-9.7,6.7-15.5c0-5.9-2.4-11.5-6.8-15.7\r\n\t\tc-0.8-0.8-1.6-1.4-2.4-2c-0.6-0.4-1.7-0.6-2.5,0.2L49,47V22h26.1l-5.6,5.4c-0.4,0.4-0.7,1-0.6,1.6c0.1,0.6,0.4,1.1,0.9,1.5\r\n\t\tc1.4,0.9,2.7,2,3.9,3.1c5.2,4.9,9.3,11.5,9.3,18.5C83,59,78.9,65.5,73.8,70.4z\"/>\r\n</g>\r\n<g id=\"Guides\">\r\n</g>\r\n<g id=\"Info\">\r\n\t<g id=\"BORDER\">\r\n\t\t<path fill=\"#0000FF\" d=\"M244-650v1684h-1784V-650H244 M252-658h-1800v1700H252V-658L252-658z\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"refresh \">\r\n\r\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"100px\"\r\n\t height=\"100px\" viewBox=\"0 0 100 100\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\">\r\n<g id=\"_x37_7_Essential_Icons\">\r\n\t<path id=\"Refresh\" d=\"M63.4,25.7l-20.1-20C41.8,4.2,40,5.4,40,7v8.9c-0.9-0.1-1.9-0.1-2.8-0.1c-15,0-27.2,12.1-27.2,27\r\n\t\tc0,10.1,5.6,19.3,14.6,24c2,1.1,3.8-1.5,2.5-3.1c-2.4-2.8-3.7-6.5-3.7-10.2c0-8.8,7.3-15.9,16.1-15.9c0.2,0,0.3,0,0.5,0v9.4\r\n\t\tc0,1.9,2.2,2.5,3.3,1.4l20.1-20C64.2,27.7,64.2,26.5,63.4,25.7z M43.9,42.3v-6.5c0-2.4-3.1-2.2-4.5-2.2c-11,0-20,8.9-20,19.9\r\n\t\tc0,1.6,0.2,3.1,0.6,4.6c-3.8-4.2-5.9-9.6-5.9-15.4c0-12.7,10.4-23,23.2-23c1.4,0,2.9,0.1,4.3,0.4c1.2,0.2,2.4-0.7,2.4-2v-6.4\r\n\t\tl15.3,15.2L43.9,42.3z M75.4,33.3c-2-1-3.8,1.4-2.5,3.1c2.4,2.8,3.7,6.5,3.7,10.2c0,8.8-7.4,15.9-16.2,15.9c-0.2,0-0.4,0-0.5,0V53\r\n\t\tc0-2-2.2-2.4-3.2-1.4l-20.1,20c-0.8,0.8-0.8,2.1,0,2.8l20.1,20C57.8,95.5,60,95,60,93v-8.9c0.9,0.1,1.9,0.1,2.8,0.1\r\n\t\tc15,0,27.2-12.1,27.2-27C90,47.1,84.4,38,75.4,33.3z M62.8,80.3c-1.5,0-2.9-0.1-4.3-0.4c-1.2-0.2-2.4,0.7-2.4,2v6.4L40.8,73\r\n\t\tl15.3-15.2v6.5c0,1,0.7,1.8,1.7,2c0.9,0.1,1.8,0.2,2.8,0.2c11,0,20-8.9,20-19.9c0-1.6-0.2-3.1-0.6-4.6C83.8,46,86,51.5,86,57.3\r\n\t\tC86,70,75.6,80.3,62.8,80.3z\"/>\r\n</g>\r\n<g id=\"Guides\">\r\n</g>\r\n<g id=\"Info\">\r\n\t<g id=\"BORDER\">\r\n\t\t<path fill=\"#0000FF\" d=\"M244-510v1684h-1784V-510H244 M252-518h-1800v1700H252V-518L252-518z\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"reply \">\r\n\r\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"100px\"\r\n\t height=\"100px\" viewBox=\"0 0 100 100\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\">\r\n<g id=\"_x37_7_Essential_Icons\">\r\n\t<path id=\"Reply\" d=\"M13.6,39.4l28,28c1.3,1.3,3.4,0.4,3.4-1.4V51.8c0.6,0,1.2-0.1,1.7-0.1c12.8,0,23.2,10.3,23.2,22.9\r\n\t\tc0,5.2-1.8,9.7-5.4,14c-1.4,1.6,0.5,4.1,2.4,3.1C79.5,85.3,87,73.4,87,59.9c0-20.2-16.7-36.5-37.3-36.5c-1.6,0-3.3,0.1-4.7,0.3V10\r\n\t\tc0-1.8-2.1-2.7-3.4-1.4l-28,28C12.8,37.4,12.8,38.6,13.6,39.4z M17.8,38L41,14.8V26c0,1.2,1.1,2.2,2.4,2c1.6-0.3,4-0.7,6.4-0.7\r\n\t\tC68.1,27.3,83,41.9,83,59.9c0,9.1-3.9,17.5-10.7,23.4c1-2.7,1.6-5.6,1.6-8.6c0-14.9-12.2-26.9-27.2-26.9c-3.1,0-5.7,0-5.7,2.2v11.2\r\n\t\tL17.8,38z\"/>\r\n</g>\r\n<g id=\"Guides\">\r\n</g>\r\n<g id=\"Info\">\r\n\t<g id=\"BORDER\">\r\n\t\t<path fill=\"#0000FF\" d=\"M384-510v1684h-1784V-510H384 M392-518h-1800v1700H392V-518L392-518z\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"right arrow \">\r\n\r\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"100px\"\r\n\t height=\"100px\" viewBox=\"0 0 100 100\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\">\r\n<g id=\"_x37_7_Essential_Icons\">\r\n\t<path id=\"Right_Arrow\" d=\"M61.4,51.8L45.3,67.9c-0.8,0.8-2,0.8-2.8,0c-0.8-0.8-0.8-2,0-2.8l14.7-14.7L41.7,34.9\r\n\t\tc-0.8-0.8-0.8-2,0-2.8c0.8-0.8,2-0.8,2.8,0L61.4,49C62.2,49.8,62.2,51,61.4,51.8z M88,50c0,21-17,38-38,38S12,71,12,50s17-38,38-38\r\n\t\tS88,29,88,50z M84,50c0-18.8-15.2-34-34-34S16,31.2,16,50s15.2,34,34,34S84,68.8,84,50z\"/>\r\n</g>\r\n<g id=\"Guides\">\r\n</g>\r\n<g id=\"Info\">\r\n\t<g id=\"BORDER\">\r\n\t\t<path fill=\"#0000FF\" d=\"M1084-1210V474H-700v-1684H1084 M1092-1218H-708V482h1800V-1218L1092-1218z\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"save \">\r\n\r\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"100px\"\r\n\t height=\"100px\" viewBox=\"0 0 100 100\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\">\r\n<g id=\"_x37_7_Essential_Icons\">\r\n\t<path id=\"Save\" d=\"M82.4,24.3l-9.8-9.8c-0.4-0.4-0.9-0.6-1.4-0.6H19c-1.1,0-2,0.9-2,2v68c0,1.1,0.9,2,2,2h62c1.1,0,2-0.9,2-2V25.8\r\n\t\tC83,25.2,82.8,24.7,82.4,24.3z M31,18h38v32H31V18z M79,82H21V18h6v34c0,1.1,0.9,2,2,2h42c1.1,0,2-0.9,2-2V20.6l6,6V82z M64.8,24.5\r\n\t\tv19c0,1.1-0.9,2-2,2c-1.1,0-2-0.9-2-2v-19c0-1.1,0.9-2,2-2C63.9,22.5,64.8,23.4,64.8,24.5z\"/>\r\n</g>\r\n<g id=\"Guides\">\r\n</g>\r\n<g id=\"Info\">\r\n\t<g id=\"BORDER\">\r\n\t\t<path fill=\"#0000FF\" d=\"M1504-930V754H-280V-930H1504 M1512-938H-288V762h1800V-938L1512-938z\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"search \">\r\n\r\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"100px\"\r\n\t height=\"100px\" viewBox=\"0 0 100 100\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\">\r\n<g id=\"_x37_7_Essential_Icons\">\r\n\t<path id=\"Search\" d=\"M87.4,77.7L68.5,58.8c3.2-5,4.7-10.8,4.7-16.5C73.2,25.4,59.7,12,42.8,12C25.2,12,11.9,25.9,12,42.6\r\n\t\tc0.1,16.7,13.6,30.6,30.8,30.6c5.8,0,11.3-1.6,16.1-4.6l18.9,18.8c0.8,0.8,2,0.8,2.8,0l6.9-6.9C88.2,79.7,88.2,78.5,87.4,77.7z\r\n\t\t M42.8,69.2c-15,0-26.7-12.1-26.8-26.7c-0.1-14.4,11.4-26.6,26.8-26.6c15,0,26.3,11.7,26.4,26.3C69.3,57.8,57,69.2,42.8,69.2z\r\n\t\t M79.1,83.2l-17-17c0.6-0.5,3.4-3.3,4.1-4.1l17,17L79.1,83.2z\"/>\r\n</g>\r\n<g id=\"Guides\">\r\n</g>\r\n<g id=\"Info\">\r\n\t<g id=\"BORDER\">\r\n\t\t<path fill=\"#0000FF\" d=\"M244-370v1684h-1784V-370H244 M252-378h-1800v1700H252V-378L252-378z\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"settings \">\r\n\r\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"100px\"\r\n\t height=\"100px\" viewBox=\"0 0 100 100\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\">\r\n<g id=\"_x37_7_Essential_Icons\">\r\n\t<path id=\"Settings\" d=\"M88.9,58.8c-2.4-2.3-3.7-5.5-3.7-8.8c0-3.3,1.3-6.4,3.7-8.8c0.4-0.4,0.8-0.7,1.3-1.1\r\n\t\tc0.7-0.5,0.9-1.4,0.7-2.2c-0.8-2.9-2-5.7-3.4-8.3c-0.4-0.7-1.2-1.1-2-1c-0.7,0.1-1.2,0.1-1.7,0.1c-6.9,0-12.5-5.6-12.5-12.4\r\n\t\tc0-0.5,0-1.1,0.1-1.7c0.1-0.8-0.3-1.6-1-2c-2.6-1.4-5.4-2.6-8.3-3.4c-0.8-0.2-1.7,0.1-2.2,0.7c-0.4,0.5-0.8,1-1.1,1.3\r\n\t\tc-2.4,2.3-5.5,3.6-8.8,3.6s-6.5-1.3-8.8-3.6c-0.4-0.4-0.7-0.8-1.1-1.3c-0.5-0.7-1.4-0.9-2.2-0.7c-2.9,0.9-5.7,2-8.3,3.4\r\n\t\tc-0.7,0.4-1.1,1.2-1,2c0.1,0.7,0.1,1.2,0.1,1.7c0,6.9-5.6,12.4-12.5,12.4c-0.5,0-1.1,0-1.7-0.1c-0.8-0.1-1.6,0.3-2,1\r\n\t\tc-1.4,2.6-2.6,5.4-3.4,8.3c-0.2,0.8,0,1.7,0.7,2.2c0.6,0.4,1,0.8,1.3,1.1c4.9,4.8,4.9,12.7,0,17.6c-0.4,0.4-0.8,0.7-1.3,1.1\r\n\t\tc-0.7,0.5-0.9,1.4-0.7,2.2c0.9,2.9,2,5.7,3.4,8.3c0.4,0.7,1.2,1.1,2,1c0.7-0.1,1.2-0.1,1.7-0.1c6.9,0,12.5,5.6,12.5,12.4\r\n\t\tc0,0.5,0,1.1-0.1,1.7c-0.1,0.8,0.3,1.6,1,2c2.6,1.4,5.4,2.6,8.3,3.4c0.8,0.2,1.7,0,2.2-0.7c0.4-0.5,0.8-1,1.1-1.3\r\n\t\tc2.4-2.3,5.5-3.6,8.8-3.6s6.5,1.3,8.8,3.6c0.4,0.4,0.7,0.8,1.1,1.3c0.4,0.5,1,0.8,1.6,0.8c0.2,0,0.4,0,0.6-0.1\r\n\t\tc2.9-0.9,5.7-2,8.3-3.4c0.7-0.4,1.1-1.2,1-2c-0.1-0.7-0.1-1.2-0.1-1.7c0-6.9,5.6-12.4,12.5-12.4c0.5,0,1.1,0,1.7,0.1\r\n\t\tc0.8,0.1,1.6-0.3,2-1c1.4-2.6,2.6-5.4,3.4-8.3c0.2-0.8,0-1.7-0.7-2.2C89.7,59.5,89.2,59.2,88.9,58.8z M84.6,67.3\r\n\t\tc-0.3,0-0.6,0-0.9,0c-9.1,0-16.5,7.4-16.5,16.4c0,0.3,0,0.6,0,0.9c-1.6,0.8-3.3,1.5-5.1,2.1c-0.2-0.2-0.4-0.4-0.6-0.6\r\n\t\tc-3.1-3.1-7.2-4.8-11.6-4.8s-8.5,1.7-11.6,4.8c-0.2,0.2-0.4,0.4-0.6,0.6c-1.7-0.6-3.4-1.3-5.1-2.1c0-0.3,0-0.6,0-0.9\r\n\t\tc0-9.1-7.4-16.4-16.5-16.4c-0.3,0-0.6,0-0.9,0c-0.8-1.6-1.5-3.3-2.1-5.1c0.2-0.2,0.4-0.4,0.6-0.6c6.4-6.4,6.4-16.8,0-23.3\r\n\t\tc-0.2-0.2-0.4-0.4-0.6-0.6c0.6-1.7,1.3-3.4,2.1-5.1c0.3,0,0.6,0,0.9,0c9.1,0,16.5-7.4,16.5-16.4c0-0.3,0-0.6,0-0.9\r\n\t\tc1.6-0.8,3.3-1.5,5.1-2.1c0.2,0.2,0.4,0.4,0.6,0.6c3.1,3.1,7.2,4.8,11.6,4.8s8.5-1.7,11.6-4.8c0.2-0.2,0.4-0.4,0.6-0.6\r\n\t\tc1.7,0.6,3.4,1.3,5.1,2.1c0,0.3,0,0.6,0,0.9c0,9.1,7.4,16.4,16.5,16.4c0.3,0,0.6,0,0.9,0c0.8,1.6,1.5,3.3,2.1,5.1\r\n\t\tc-0.2,0.2-0.4,0.4-0.6,0.6c-3.1,3.1-4.8,7.2-4.8,11.6s1.7,8.5,4.8,11.6c0.2,0.2,0.4,0.4,0.6,0.6C86.1,64,85.4,65.7,84.6,67.3z\r\n\t\t M50,26.2c-13.1,0-23.8,10.7-23.8,23.8S36.9,73.8,50,73.8S73.8,63.1,73.8,50S63.1,26.2,50,26.2z M50,69.8\r\n\t\tc-10.9,0-19.8-8.9-19.8-19.8c0-10.9,8.9-19.8,19.8-19.8S69.8,39.1,69.8,50C69.8,60.9,60.9,69.8,50,69.8z\"/>\r\n</g>\r\n<g id=\"Guides\">\r\n</g>\r\n<g id=\"Info\">\r\n\t<g id=\"BORDER\">\r\n\t\t<path fill=\"#0000FF\" d=\"M1644-790V894H-140V-790H1644 M1652-798H-148V902h1800V-798L1652-798z\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"share \">\r\n\r\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"100px\"\r\n\t height=\"100px\" viewBox=\"0 0 100 100\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\">\r\n<g id=\"_x37_7_Essential_Icons\">\r\n\t<path id=\"Share\" d=\"M75,64c-4.8,0-9.1,2.3-11.8,5.8L38.9,55.7c1.5-3.7,1.5-7.8,0-11.5l24.3-14.1c2.7,3.5,7,5.8,11.8,5.8\r\n\t\tc8.3,0,15-6.7,15-15c0-8.3-6.7-15-15-15c-8.3,0-15,6.7-15,15c0,2,0.4,4,1.1,5.7L36.8,40.8c-2.8-3.5-7-5.8-11.8-5.8\r\n\t\tc-8.3,0-15,6.7-15,15c0,8.3,6.7,15,15,15c4.8,0,9.1-2.3,11.8-5.8l24.3,14.1C60.4,75,60,77,60,79c0,8.3,6.7,15,15,15\r\n\t\tc8.3,0,15-6.7,15-15C90,70.7,83.3,64,75,64z M75,10c6.1,0,11,4.9,11,11c0,6.1-4.9,11-11,11c-6.1,0-11-4.9-11-11\r\n\t\tC64,14.9,68.9,10,75,10z M25,61c-6.1,0-11-4.9-11-11c0-6.1,4.9-11,11-11c6.1,0,11,4.9,11,11C36,56.1,31.1,61,25,61z M75,90\r\n\t\tc-6.1,0-11-4.9-11-11c0-6.1,4.9-11,11-11c6.1,0,11,4.9,11,11C86,85.1,81.1,90,75,90z\"/>\r\n</g>\r\n<g id=\"Guides\">\r\n</g>\r\n<g id=\"Info\">\r\n\t<g id=\"BORDER\">\r\n\t\t<path fill=\"#0000FF\" d=\"M1644-510v1684H-140V-510H1644 M1652-518H-148v1700h1800V-518L1652-518z\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"shopping \">\r\n\r\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"100px\"\r\n\t height=\"100px\" viewBox=\"0 0 100 100\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\">\r\n<g id=\"_x37_7_Essential_Icons\">\r\n\t<path id=\"Shopping\" d=\"M86,32H67.9c-1-9-8.6-16-17.9-16s-16.9,7-17.9,16H14c-1.1,0-2,0.9-2,2v48c0,1.1,0.9,2,2,2h72\r\n\t\tc1.1,0,2-0.9,2-2V34C88,32.9,87.1,32,86,32z M66,46c1.1,0,2,0.9,2,2s-0.9,2-2,2c-1.1,0-2-0.9-2-2S64.9,46,66,46z M50,20\r\n\t\tc7,0,12.9,5.2,13.8,12H36.2C37.1,25.2,43,20,50,20z M34,46c1.1,0,2,0.9,2,2s-0.9,2-2,2c-1.1,0-2-0.9-2-2S32.9,46,34,46z M84,80H16\r\n\t\tV36h16v6.3c-2.3,0.8-4,3-4,5.7c0,3.3,2.7,6,6,6s6-2.7,6-6c0-2.6-1.7-4.8-4-5.7V36h28v6.3c-2.3,0.8-4,3-4,5.7c0,3.3,2.7,6,6,6\r\n\t\tc3.3,0,6-2.7,6-6c0-2.6-1.7-4.8-4-5.7V36h16V80z\"/>\r\n</g>\r\n<g id=\"Guides\">\r\n</g>\r\n<g id=\"Info\">\r\n\t<g id=\"BORDER\">\r\n\t\t<path fill=\"#0000FF\" d=\"M244-930V754h-1784V-930H244 M252-938h-1800V762H252V-938L252-938z\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"signal \">\r\n\r\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"100px\"\r\n\t height=\"100px\" viewBox=\"0 0 100 100\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\">\r\n<g id=\"_x37_7_Essential_Icons\">\r\n\t<path id=\"Signal\" d=\"M58,38H42c-1.1,0-2,0.9-2,2v40c0,1.1,0.9,2,2,2h16c1.1,0,2-0.9,2-2V40C60,38.9,59.1,38,58,38z M56,78H44V42h12\r\n\t\tV78z M32,58H16c-1.1,0-2,0.9-2,2v20c0,1.1,0.9,2,2,2h16c1.1,0,2-0.9,2-2V60C34,58.9,33.1,58,32,58z M30,78H18V62h12V78z M84,18H68\r\n\t\tc-1.1,0-2,0.9-2,2v60c0,1.1,0.9,2,2,2h16c1.1,0,2-0.9,2-2V20C86,18.9,85.1,18,84,18z M82,78H70V22h12V78z\"/>\r\n</g>\r\n<g id=\"Guides\">\r\n</g>\r\n<g id=\"Info\">\r\n\t<g id=\"BORDER\">\r\n\t\t<path fill=\"#0000FF\" d=\"M944-1070V614H-840v-1684H944 M952-1078H-848V622H952V-1078L952-1078z\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"signals \">\r\n\r\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"100px\"\r\n\t height=\"100px\" viewBox=\"0 0 100 100\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\">\r\n<g id=\"_x37_7_Essential_Icons\">\r\n\t<path id=\"Signals\" d=\"M73.7,79l-20-35.2c3.7-1.4,6.3-5,6.3-9.1c0-5.4-4.5-9.7-10-9.7s-10,4.3-10,9.7c0,4.1,2.6,7.7,6.3,9.1L26.2,79\r\n\t\tc-0.8,1.3,0.2,3,1.7,3H72C73.6,82,74.5,80.3,73.7,79z M44,34.7c0-3.3,2.7-5.8,6-5.8c3.3,0,6,2.5,6,5.8c0,3.3-2.7,5.9-6,5.9\r\n\t\tC46.7,40.6,44,37.9,44,34.7z M31.4,78.1L50,45.5l18.5,32.6H31.4z M72.1,48.4c5.3-8.5,5.3-18.9,0-27.4c-0.6-0.9-0.3-2.1,0.7-2.7\r\n\t\tc0.9-0.6,2.2-0.3,2.7,0.7c6,9.8,6,21.7,0,31.5c-1,1.6-2.7,0.7-2.7,0.7C71.8,50.5,71.5,49.3,72.1,48.4z M64.2,41.7c2-4.4,2-9.5,0-14\r\n\t\tc-0.4-1,0-2.2,1-2.6c1-0.4,2.2,0,2.6,1c2.4,5.4,2.4,11.7,0,17.1c-0.9,2-3.1,0.8-2.6,1C64.2,43.8,63.7,42.7,64.2,41.7z M24.5,50.4\r\n\t\tc-6-9.8-6-21.7,0-31.5c0.6-0.9,1.8-1.2,2.7-0.7c0.9,0.6,1.2,1.8,0.7,2.7c-5.3,8.5-5.3,18.9,0,27.4c0.6,0.9,0.3,2.1-0.7,2.7\r\n\t\tC27.2,51.2,25.5,52,24.5,50.4z M32.2,43.3c-2.4-5.4-2.4-11.7,0-17.1c0.4-1,1.6-1.4,2.6-1c1,0.4,1.5,1.6,1,2.6c-2,4.4-2,9.5,0,14\r\n\t\tc0.4,1,0,2.2-1,2.6c-0.3,0.1-0.5,0.2-0.8,0.2C33.2,44.4,32.5,44,32.2,43.3z\"/>\r\n</g>\r\n<g id=\"Guides\">\r\n</g>\r\n<g id=\"Info\">\r\n\t<g id=\"BORDER\">\r\n\t\t<path fill=\"#0000FF\" d=\"M1084-1070V614H-700v-1684H1084 M1092-1078H-708V622h1800V-1078L1092-1078z\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"star \">\r\n\r\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"100px\"\r\n\t height=\"100px\" viewBox=\"0 0 100 100\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\">\r\n<g id=\"_x37_7_Essential_Icons\">\r\n\t<path id=\"Star\" d=\"M92.3,38.6L64,34.9L51.8,9.1c-0.7-1.5-2.9-1.5-3.6,0L36,34.9L7.7,38.6c-1.7,0.2-2.3,2.2-1.1,3.4l20.7,19.6\r\n\t\tl-5.2,28.1c-0.3,1.6,1.4,2.9,2.9,2.1l25-13.6l25,13.6c1.5,0.8,3.2-0.5,2.9-2.1l-5.2-28.1L93.4,42C94.6,40.8,93.9,38.8,92.3,38.6z\r\n\t\t M69.1,59.5c-0.5,0.5-0.7,1.1-0.6,1.8l4.7,25L51,74.1c-0.3-0.2-0.6-0.2-1-0.2c-0.3,0-0.7,0.1-1,0.2L26.8,86.3l4.7-25\r\n\t\tc0.1-0.7-0.1-1.3-0.6-1.8L12.4,42l25.2-3.3c0.7-0.1,1.3-0.5,1.6-1.1L50,14.6l10.9,22.9c0.3,0.6,0.9,1,1.5,1.1L87.6,42L69.1,59.5z\"\r\n\t\t/>\r\n</g>\r\n<g id=\"Guides\">\r\n</g>\r\n<g id=\"Info\">\r\n\t<g id=\"BORDER\">\r\n\t\t<path fill=\"#0000FF\" d=\"M1084-370v1684H-700V-370H1084 M1092-378H-708v1700h1800V-378L1092-378z\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"tablet \">\r\n\r\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"100px\"\r\n\t height=\"100px\" viewBox=\"0 0 100 100\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\">\r\n<g id=\"_x37_7_Essential_Icons\">\r\n\t<path id=\"Tablet\" d=\"M72,11H28c-3.3,0-6,2.7-6,6v66c0,3.3,2.7,6,6,6h44c3.3,0,6-2.7,6-6V17C78,13.7,75.3,11,72,11z M74,83\r\n\t\tc0,1.1-0.9,2-2,2H28c-1.1,0-2-0.9-2-2v-4h48V83z M74,75H26V25h48V75z M74,21H26v-4c0-1.1,0.9-2,2-2h44c1.1,0,2,0.9,2,2V21z\"/>\r\n</g>\r\n<g id=\"Guides\">\r\n</g>\r\n<g id=\"Info\">\r\n\t<g id=\"BORDER\">\r\n\t\t<path fill=\"#0000FF\" d=\"M664-370v1684h-1784V-370H664 M672-378h-1800v1700H672V-378L672-378z\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"tag \">\r\n\r\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"100px\"\r\n\t height=\"100px\" viewBox=\"0 0 100 100\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\">\r\n<g id=\"_x37_7_Essential_Icons\">\r\n\t<path id=\"Tag\" d=\"M84,14H56.6c-0.5,0-1,0.2-1.4,0.6L14.6,55.1c-0.8,0.8-0.8,2.1,0,2.8L42,85.4c0.8,0.8,2,0.8,2.8,0l40.5-40.5\r\n\t\tc0.4-0.4,0.6-0.9,0.6-1.4V16C86,14.9,85.1,14,84,14z M82,42.6L43.5,81.2L18.8,56.6L57.4,18H82V42.6z M68,23.9c-4.4,0-8,3.6-8,8\r\n\t\tc0,4.4,3.6,8,8,8c4.4,0,8-3.6,8-8C76,27.5,72.4,23.9,68,23.9z M70.8,34.8c-1.5,1.5-4.2,1.5-5.7,0c-1.6-1.6-1.6-4.1,0-5.7\r\n\t\tc1.6-1.6,4.1-1.6,5.7,0C72.4,30.7,72.4,33.2,70.8,34.8z\"/>\r\n</g>\r\n<g id=\"Guides\">\r\n</g>\r\n<g id=\"Info\">\r\n\t<g id=\"BORDER\">\r\n\t\t<path fill=\"#0000FF\" d=\"M664-1070V614h-1784v-1684H664 M672-1078h-1800V622H672V-1078L672-1078z\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"tick \">\r\n\r\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"100px\"\r\n\t height=\"100px\" viewBox=\"0 0 100 100\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\">\r\n<g id=\"_x37_7_Essential_Icons\">\r\n\t<path id=\"Tick\" d=\"M50,12c-21,0-38,17-38,38s17,38,38,38s38-17,38-38S71,12,50,12z M50,84c-18.8,0-34-15.2-34-34s15.2-34,34-34\r\n\t\ts34,15.2,34,34S68.8,84,50,84z M72.9,37.1c-0.8-0.8-2-0.8-2.8,0L44.6,62.7L33.9,52c-0.8-0.8-2.1-0.8-2.8,0c-0.8,0.8-0.8,2.1,0,2.8\r\n\t\tl12.1,12.1c0.4,0.4,0.9,0.6,1.4,0.6c0.5,0,1-0.2,1.4-0.6l26.9-27C73.7,39.1,73.7,37.9,72.9,37.1z\"/>\r\n</g>\r\n<g id=\"Guides\">\r\n</g>\r\n<g id=\"Info\">\r\n\t<g id=\"BORDER\">\r\n\t\t<path fill=\"#0000FF\" d=\"M1644-1210V474H-140v-1684H1644 M1652-1218H-148V482h1800V-1218L1652-1218z\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"toggle \">\r\n\r\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"100px\"\r\n\t height=\"100px\" viewBox=\"0 0 100 100\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\">\r\n<g id=\"_x37_7_Essential_Icons\">\r\n\t<path id=\"Toggle\" d=\"M62.7,23h-26C22,23,10,35.1,10,50s12,27,26.7,27h26C77.8,77,90,64.9,90,50S77.8,23,62.7,23z M62.7,73h-26\r\n\t\tC24.2,73,14,62.7,14,50s10.2-23,22.7-23h26C75.3,27,86,37.5,86,50C86,62.5,75.3,73,62.7,73z M62.8,31C52.4,31,44,39.5,44,50\r\n\t\tc0,10.5,8.4,19,18.8,19C73.4,69,82,60.5,82,50C82,39.5,73.4,31,62.8,31z M62.8,65C54.7,65,48,58.3,48,50c0-8.3,6.7-15,14.8-15\r\n\t\tC71.1,35,78,41.9,78,50S71,65,62.8,65z\"/>\r\n</g>\r\n<g id=\"Guides\">\r\n</g>\r\n<g id=\"Info\">\r\n\t<g id=\"BORDER\">\r\n\t\t<path fill=\"#0000FF\" d=\"M1224-1070V614H-560v-1684H1224 M1232-1078H-568V622h1800V-1078L1232-1078z\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"trash \">\r\n\r\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"100px\"\r\n\t height=\"100px\" viewBox=\"0 0 100 100\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\">\r\n<g id=\"_x37_7_Essential_Icons\">\r\n\t<path id=\"Trash\" d=\"M81,23.5H61V17c0-1.1-0.9-2-2-2H41c-1.1,0-2,0.9-2,2v6.5H19c-1.1,0-2,0.9-2,2c0,1.1,0.9,2,2,2h6.6V83\r\n\t\tc0,1.1,0.9,2,2,2h44.8c1.1,0,2-0.9,2-2V27.5H81c1.1,0,2-0.9,2-2C83,24.4,82.1,23.5,81,23.5z M43,19h14v4H43V19z M70.4,81H29.6V27.5\r\n\t\th40.8V81z M61,38.3v32c0,1.1-0.9,2-2,2s-2-0.9-2-2v-32c0-1.1,0.9-2,2-2S61,37.1,61,38.3z M43,38.3v32c0,1.1-0.9,2-2,2s-2-0.9-2-2\r\n\t\tv-32c0-1.1,0.9-2,2-2S43,37.1,43,38.3z\"/>\r\n</g>\r\n<g id=\"Guides\">\r\n</g>\r\n<g id=\"Info\">\r\n\t<g id=\"BORDER\">\r\n\t\t<path fill=\"#0000FF\" d=\"M1364-930V754H-420V-930H1364 M1372-938H-428V762h1800V-938L1372-938z\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"typing comment \">\r\n\r\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"100px\"\r\n\t height=\"100px\" viewBox=\"0 0 100 100\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\">\r\n<g id=\"_x37_7_Essential_Icons\">\r\n\t<path id=\"Typing_Message\" d=\"M86,17H14c-1.1,0-2,0.9-2,2v48c0,1.1,0.9,2,2,2h16v12c0,1.9,2.3,2.6,3.4,1.4L47,69h39c1.1,0,2-0.9,2-2\r\n\t\tV19C88,17.9,87.1,17,86,17z M84,65H46.2c-0.5,0-1,0.2-1.4,0.6L34,76.2V67c0-1.1-0.9-2-2-2H16V21h68V65z M50,37c-3.9,0-7,3.1-7,7\r\n\t\ts3.1,7,7,7s7-3.1,7-7S53.9,37,50,37z M50,47c-1.7,0-3-1.3-3-3c0-1.6,1.3-3,3-3c1.6,0,3,1.4,3,3C53,45.7,51.6,47,50,47z M70,37\r\n\t\tc-3.9,0-7,3.1-7,7s3.1,7,7,7c3.9,0,7-3.1,7-7S73.9,37,70,37z M70,47c-1.7,0-3-1.3-3-3c0-1.6,1.3-3,3-3c1.7,0,3,1.4,3,3\r\n\t\tC73,45.7,71.6,47,70,47z M30,37c-3.9,0-7,3.1-7,7s3.1,7,7,7c3.9,0,7-3.1,7-7S33.9,37,30,37z M30,47c-1.6,0-3-1.3-3-3\r\n\t\tc0-1.6,1.4-3,3-3c1.7,0,3,1.4,3,3C33,45.7,31.6,47,30,47z\"/>\r\n</g>\r\n<g id=\"Guides\">\r\n</g>\r\n<g id=\"Info\">\r\n\t<g id=\"BORDER\">\r\n\t\t<path fill=\"#0000FF\" d=\"M1084-510v1684H-700V-510H1084 M1092-518H-708v1700h1800V-518L1092-518z\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"up arrow \">\r\n\r\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"100px\"\r\n\t height=\"100px\" viewBox=\"0 0 100 100\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\">\r\n<g id=\"_x37_7_Essential_Icons\">\r\n\t<path id=\"Up_Arrow\" d=\"M67.9,57.4c-0.8,0.8-2,0.8-2.8,0L50.4,42.7L34.9,58.2c-0.8,0.8-2,0.8-2.8,0c-0.8-0.8-0.8-2,0-2.8L49,38.5\r\n\t\tc0.8-0.8,2.1-0.8,2.8,0l16.1,16.1C68.7,55.4,68.7,56.6,67.9,57.4z M88,50c0,21-17,38-38,38S12,71,12,50s17-38,38-38S88,29,88,50z\r\n\t\t M84,50c0-18.8-15.3-34-34-34c-18.8,0-34,15.2-34,34s15.2,34,34,34C68.7,84,84,68.8,84,50z\"/>\r\n</g>\r\n<g id=\"Guides\">\r\n</g>\r\n<g id=\"Info\">\r\n\t<g id=\"BORDER\">\r\n\t\t<path fill=\"#0000FF\" d=\"M1224-1210V474H-560v-1684H1224 M1232-1218H-568V482h1800V-1218L1232-1218z\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"user \">\r\n\r\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"100px\"\r\n\t height=\"100px\" viewBox=\"0 0 100 100\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\">\r\n<g id=\"_x37_7_Essential_Icons\">\r\n\t<path id=\"User\" d=\"M59.3,52.2C65.8,48.2,70,40.3,70,33c0-10.4-8.5-22-20-22S30,22.6,30,33c0,7.3,4.2,15.2,10.7,19.2\r\n\t\tC25.3,56.3,14,70.4,14,87c0,1.1,0.9,2,2,2h68c1.1,0,2-0.9,2-2C86,70.4,74.7,56.3,59.3,52.2z M34,33c0-10.3,8.5-18,16-18\r\n\t\ts16,7.7,16,18s-8.5,18-16,18S34,43.3,34,33z M18.1,85c1-16.7,15-30,31.9-30s30.9,13.3,31.9,30H18.1z\"/>\r\n</g>\r\n<g id=\"Guides\">\r\n</g>\r\n<g id=\"Info\">\r\n\t<g id=\"BORDER\">\r\n\t\t<path fill=\"#0000FF\" d=\"M1224-790V894H-560V-790H1224 M1232-798H-568V902h1800V-798L1232-798z\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"users \">\r\n\r\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"100px\"\r\n\t height=\"100px\" viewBox=\"0 0 100 100\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\">\r\n<g id=\"_x37_7_Essential_Icons\">\r\n\t<path id=\"Users\" d=\"M78.2,58.2C81.1,55.8,83,52.1,83,48c0-6.9-5.6-13-12-13s-12,6.1-12,13c0,4.1,1.9,7.8,4.8,10.2\r\n\t\tc-1.3,0.5-2.5,1-3.7,1.7c-3.8-4.5-8.8-8-14.6-9.7C49.9,47.1,53,41.8,53,36c0-9.1-7.5-17-16-17c-8.5,0-16,7.9-16,17\r\n\t\tc0,5.8,3.1,11.1,7.5,14.2C16.1,53.9,7,65.4,7,79c0,1.1,0.9,2,2,2h82c1.1,0,2-0.9,2-2C93,69.4,86.8,61.2,78.2,58.2z M63,48\r\n\t\tc0-4.2,3.5-9,8-9c4.5,0,8,4.8,8,9c0,4.2-3.5,9-8,9C66.5,57,63,52.2,63,48z M25,36c0-6.1,5.1-13,12-13c6.9,0,12,6.9,12,13\r\n\t\ts-5.1,13-12,13C30.1,49,25,42.1,25,36z M11.1,77c1-13.4,12.3-24,25.9-24c13.7,0,24.9,10.6,25.9,24H11.1z M66.9,77\r\n\t\tc-0.3-5-1.9-9.8-4.5-13.8C65,61.8,67.9,61,71,61c9.3,0,16.9,7,17.9,16H66.9z\"/>\r\n</g>\r\n<g id=\"Guides\">\r\n</g>\r\n<g id=\"Info\">\r\n\t<g id=\"BORDER\">\r\n\t\t<path fill=\"#0000FF\" d=\"M1084-790V894H-700V-790H1084 M1092-798H-708V902h1800V-798L1092-798z\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"video camera \">\r\n\r\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"100px\"\r\n\t height=\"100px\" viewBox=\"0 0 100 100\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\">\r\n<g id=\"_x37_7_Essential_Icons\">\r\n\t<path id=\"Video_Camera\" d=\"M84.9,26.4L68,37.3V34c0-4.4-3.6-8-8-8H20c-4.4,0-8,3.6-8,8v32c0,4.4,3.6,8,8,8h40c4.4,0,8-3.6,8-8v-3.3\r\n\t\tl16.9,10.9c1.9,1,3.1-0.7,3.1-1.7V28C88,27,86.9,25.2,84.9,26.4z M64,66c0,2.2-1.8,4-4,4H20c-2.2,0-4-1.8-4-4V34c0-2.2,1.8-4,4-4\r\n\t\th40c2.2,0,4,1.8,4,4V66z M84,68.3L68,58V42l16-10.3V68.3z\"/>\r\n</g>\r\n<g id=\"Guides\">\r\n</g>\r\n<g id=\"Info\">\r\n\t<g id=\"BORDER\">\r\n\t\t<path fill=\"#0000FF\" d=\"M1224-650v1684H-560V-650H1224 M1232-658H-568v1700h1800V-658L1232-658z\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"video \">\r\n\r\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"100px\"\r\n\t height=\"100px\" viewBox=\"0 0 100 100\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\">\r\n<g id=\"_x37_7_Essential_Icons\">\r\n\t<path id=\"Video\" d=\"M86,24H14c-1.1,0-2,0.9-2,2v48c0,1.1,0.9,2,2,2h72c1.1,0,2-0.9,2-2V26C88,24.9,87.1,24,86,24z M26,72H16v-8h10\r\n\t\tV72z M26,60H16v-8h10V60z M26,48H16v-8h10V48z M26,36H16v-8h10V36z M70,72H30V28h40V72z M84,72H74v-8h10V72z M84,60H74v-8h10V60z\r\n\t\t M84,48H74v-8h10V48z M84,36H74v-8h10V36z\"/>\r\n</g>\r\n<g id=\"Guides\">\r\n</g>\r\n<g id=\"Info\">\r\n\t<g id=\"BORDER\">\r\n\t\t<path fill=\"#0000FF\" d=\"M804-650v1684H-980V-650H804 M812-658H-988v1700H812V-658L812-658z\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"view \">\r\n\r\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"100px\"\r\n\t height=\"100px\" viewBox=\"0 0 100 100\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\">\r\n<g id=\"_x37_7_Essential_Icons\">\r\n\t<path id=\"View\" d=\"M50,34c-8.8,0-16,7.2-16,16s7.2,16,16,16s16-7.2,16-16S58.8,34,50,34z M50,62c-6.6,0-12-5.4-12-12s5.4-12,12-12\r\n\t\ts12,5.4,12,12S56.6,62,50,62z M94.4,48.6l-8.6-8.7C76.3,30.3,63.6,25,50,25s-26.3,5.3-35.8,14.9l-8.6,8.7c-0.8,0.8-0.8,2,0,2.8\r\n\t\tl8.6,8.7C23.7,69.7,36.4,75,50,75s26.3-5.3,35.8-14.9l8.6-8.7C95.2,50.6,95.2,49.4,94.4,48.6z M83,57.3C74.2,66.1,62.5,71,50,71\r\n\t\ts-24.2-4.9-33-13.7L9.8,50l7.2-7.3C25.8,33.9,37.5,29,50,29s24.2,4.9,33,13.7l7.2,7.3L83,57.3z\"/>\r\n</g>\r\n<g id=\"Guides\">\r\n</g>\r\n<g id=\"Info\">\r\n\t<g id=\"BORDER\">\r\n\t\t<path fill=\"#0000FF\" d=\"M944-790V894H-840V-790H944 M952-798H-848V902H952V-798L952-798z\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"volume \">\r\n\r\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"100px\"\r\n\t height=\"100px\" viewBox=\"0 0 100 100\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\">\r\n<g id=\"_x37_7_Essential_Icons\">\r\n\t<path id=\"Volume\" d=\"M72.5,65.9 M90,50c0,8.6-2.5,16.9-7.3,24.1c-0.4,0.6-1,0.9-1.7,0.9c-0.4,0-0.8-0.1-1.1-0.3\r\n\t\tc-0.9-0.6-1.2-1.8-0.6-2.8C83.7,65.4,86,57.8,86,50c0-7.8-2.3-15.3-6.6-21.9c-0.6-0.9-0.4-2.2,0.6-2.8c0.9-0.6,2.2-0.3,2.8,0.6\r\n\t\tC87.5,33.1,90,41.4,90,50z M79.8,50c0,5.8-1.5,11.6-4.4,16.8c-0.4,0.6-1,1-1.7,1c-0.3,0-0.7-0.1-1-0.3c-1-0.5-1.3-1.8-0.8-2.7\r\n\t\tc2.6-4.5,3.9-9.6,3.9-14.8c0-5.2-1.3-10.3-3.9-14.8c-0.5-1-0.2-2.2,0.8-2.7c1-0.5,2.2-0.2,2.7,0.7C78.3,38.4,79.8,44.2,79.8,50z\r\n\t\t M69.6,50c0,3.2-0.6,6.2-1.8,9.1c-0.3,0.8-1.1,1.2-1.8,1.2c-0.2,0-0.5,0-0.8-0.1c-1-0.4-1.5-1.6-1.1-2.6c1-2.4,1.5-4.9,1.5-7.6\r\n\t\ts-0.5-5.2-1.5-7.6c-0.4-1,0.1-2.2,1.1-2.6c1-0.4,2.2,0.1,2.6,1.1C69,43.8,69.6,46.9,69.6,50z M58,16v68c0,0.8-0.5,1.5-1.2,1.8\r\n\t\tC56.5,85.9,56.3,86,56,86c-0.5,0-1-0.2-1.4-0.6L36.2,67H12c-1.1,0-2-0.9-2-2V35c0-1.1,0.9-2,2-2h24.2l18.4-18.4\r\n\t\tc0.6-0.6,1.4-0.7,2.2-0.4C57.5,14.5,58,15.2,58,16z M35,37H14v26h21V37z M54,20.8l-15,15v28.3l15,15V20.8z\"/>\r\n</g>\r\n<g id=\"Guides\">\r\n</g>\r\n<g id=\"Info\">\r\n\t<g id=\"BORDER\">\r\n\t\t<path fill=\"#0000FF\" d=\"M524-650v1684h-1784V-650H524 M532-658h-1800v1700H532V-658L532-658z\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"warning \">\r\n\r\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" width=\"100px\"\r\n\t height=\"100px\" viewBox=\"0 0 100 100\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\">\r\n<g id=\"_x37_7_Essential_Icons\">\r\n\t<path id=\"Warning\" d=\"M87.5,77.8L51.6,20c-0.8-1.3-2.6-1.3-3.4,0l-35.9,58c1.5-2.4-2.7,3,1.7,3.1H86C90,81,86.7,76.8,87.5,77.8z\r\n\t\t M17.6,77l32.3-52.1L82.4,77H17.6z M52,39v16c0,1.1-0.9,2-2,2c-1.1,0-2-0.9-2-2V39c0-1.1,0.9-2,2-2C51.1,37,52,37.9,52,39z\r\n\t\t M50.1,61c-3.3,0-6,2.7-6,6c0,3.3,2.7,6,6,6c3.3,0,6-2.7,6-6C56,63.7,53.3,61,50.1,61z M50.1,69c-1.1,0-2-0.9-2-2c0-1.1,0.9-2,2-2\r\n\t\tc1.1,0,2,0.9,2,2C52,68.1,51.1,69,50.1,69z\"/>\r\n</g>\r\n<g id=\"Guides\">\r\n</g>\r\n<g id=\"Info\">\r\n\t<g id=\"BORDER\">\r\n\t\t<path fill=\"#0000FF\" d=\"M1644-1070V614H-140v-1684H1644 M1652-1078H-148V622h1800V-1078L1652-1078z\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li></ul>"
  },
  {
    "path": "resources/svg/icons/77_essential_icons/readme.txt",
    "content": "77 Essential Icons, a free icon set designed by Bryn Taylor. Distributed under Creative Commons Attribution license. \nhttps://dribbble.com/shots/1934932-77-Essential-Icons-Free-Download\n"
  },
  {
    "path": "resources/svg/icons/ant-design-icons/LICENSE",
    "content": "MIT LICENSE\n\nCopyright (c) 2018-present Ant UED, https://xtech.antfin.com/\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n"
  },
  {
    "path": "resources/svg/icons/ant-design-icons/README.md",
    "content": "<p align=\"center\">\n<img\n width=\"450px\" alt=\"logo\" src=\"https://user-images.githubusercontent.com/15819224/45196822-c120ff00-b290-11e8-83ca-eb76378f5cc1.png\" />\n</p>\n\n<p align=\"center\">\n⭐ The abstract trees of the Ant Design SVG icons.\n</p>\n\n<div align=\"center\">\n\n[![CircleCI status][circleci-image]][circleci-url]\n[![lerna](https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg)](https://lernajs.io/)\n\n[circleci-image]: https://img.shields.io/circleci/build/github/ant-design/ant-design-icons/master?style=flat-square\n[circleci-url]: https://circleci.com/gh/ant-design/ant-design-icons\n</div>\n\n## Packages\n- Vanilla: [@ant-design/icons-svg](./packages/icons-svg) [![NPM version](https://img.shields.io/npm/v/@ant-design/icons-svg.svg?style=flat)](https://npmjs.org/package/@ant-design/icons-svg) [![NPM downloads](http://img.shields.io/npm/dm/@ant-design/icons-svg.svg?style=flat)](https://npmjs.org/package/@ant-design/icons-svg)\n- React: [@ant-design/icons](./packages/icons-react) [![NPM version](https://img.shields.io/npm/v/@ant-design/icons.svg?style=flat)](https://npmjs.org/package/@ant-design/icons) [![NPM downloads](http://img.shields.io/npm/dm/@ant-design/icons.svg?style=flat)](https://npmjs.org/package/@ant-design/icons)\n- React Native: [@ant-design/icons-react-native](./packages/icons-react-native) [![NPM version](https://img.shields.io/npm/v/@ant-design/icons-react-native.svg?style=flat)](https://npmjs.org/package/@ant-design/icons-react-native) [![NPM downloads](http://img.shields.io/npm/dm/@ant-design/icons-react-native.svg?style=flat)](https://npmjs.org/package/@ant-design/icons-react-native)\n- Angular: [@ant-design/icons-angular](./packages/icons-angular) [![NPM version](https://img.shields.io/npm/v/@ant-design/icons-angular.svg?style=flat)](https://npmjs.org/package/@ant-design/icons-angular) [![NPM downloads](http://img.shields.io/npm/dm/@ant-design/icons-angular.svg?style=flat)](https://npmjs.org/package/@ant-design/icons-angular)\n- Vue: [@ant-design/icons-vue](./packages/icons-vue) [![NPM version](https://img.shields.io/npm/v/@ant-design/icons-vue.svg?style=flat)](https://npmjs.org/package/@ant-design/icons-vue) [![NPM downloads](http://img.shields.io/npm/dm/@ant-design/icons-vue.svg?style=flat)](https://npmjs.org/package/@ant-design/icons-vue)\n\n## Contribution Guides 贡献指南\n\n- @ant-design/icons-svg: [English](./packages/icons-svg/docs/ContributionGuide.md) ｜ [中文](./packages/icons-svg/docs/ContributionGuide.zh-CN.md)\n\n\n## License\n\n[MIT License](./LICENSE)\n"
  },
  {
    "path": "resources/svg/icons/ant-design-icons/index.html",
    "content": "<style>\nul.svg-list {\n\tlist-style:none;\n\tpadding:0;\n\tmargin:10px 0 0;\n}\nul.svg-list li {\n\tdisplay:inline-block;\n\tposition:relative;\n\twidth:32px;\n\theight:32px;\n\tpadding:3px;\n\tmargin-right:5px;\n\tmargin-bottom:5px;\n\tbox-shadow:0px 3px 6px 0px rgba(0, 0, 0, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.08);\n}\n\nul.svg-list li:hover {\n\tbox-shadow:none;//0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 0px rgba(0, 0, 0, 0.15);\n}\n\nul.svg-list li svg{\n\tmax-width:100%;\n\tmax-height:100%;\n\tfill: var(--bs-body-color);\n\tcolor: var(--bs-border-color);\n}\n\nul.svg-list li span {\n\t//display:none;\n}\n\nul.svg-list li.heading {\n\twidth:100%;\n\tbox-shadow:none;\n\ttext-transform: capitalize;\n\tfont-size: 12px;\n\tline-height: 32px;\t\n}\n\nul.svg-list li span {\n  visibility: hidden;\n  min-width: 120px;\n  background-color: black;\n  color: #fff;\n  text-align: center;\n  border-radius: 6px;\n  padding: 5px 0;\n  \n  /* Position the tooltip */\n  position: absolute;\n  z-index: 1;\n  left:0;\n  top: 105%;\n  font-size:12px;\n}\n\nul.svg-list li:hover  span {\n  visibility: visible;\n}\n\nul.svg-list li:hover  svg {\n\ttransform: scale(2);\n\tfill:blue;\n\tcolor:green;\n}\t\n</style>\n<ul class=\"svg-list\"><li class='heading'>filled</li><li title=\"account book \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zM648.3 426.8l-87.7 161.1h45.7c5.5 0 10 4.5 10 10v21.3c0 5.5-4.5 10-10 10h-63.4v29.7h63.4c5.5 0 10 4.5 10 10v21.3c0 5.5-4.5 10-10 10h-63.4V752c0 5.5-4.5 10-10 10h-41.3c-5.5 0-10-4.5-10-10v-51.8h-63.1c-5.5 0-10-4.5-10-10v-21.3c0-5.5 4.5-10 10-10h63.1v-29.7h-63.1c-5.5 0-10-4.5-10-10v-21.3c0-5.5 4.5-10 10-10h45.2l-88-161.1c-2.6-4.8-.9-10.9 4-13.6 1.5-.8 3.1-1.2 4.8-1.2h46c3.8 0 7.2 2.1 8.9 5.5l72.9 144.3 73.2-144.3a10 10 0 0 1 8.9-5.5h45c5.5 0 10 4.5 10 10 .1 1.7-.3 3.3-1.1 4.8z\"/>\n</svg>\n</li><li title=\"alert \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M512 244c176.18 0 319 142.82 319 319v233a32 32 0 0 1-32 32H225a32 32 0 0 1-32-32V563c0-176.18 142.82-319 319-319zM484 68h56a8 8 0 0 1 8 8v96a8 8 0 0 1-8 8h-56a8 8 0 0 1-8-8V76a8 8 0 0 1 8-8zM177.25 191.66a8 8 0 0 1 11.32 0l67.88 67.88a8 8 0 0 1 0 11.31l-39.6 39.6a8 8 0 0 1-11.31 0l-67.88-67.88a8 8 0 0 1 0-11.31l39.6-39.6zm669.6 0l39.6 39.6a8 8 0 0 1 0 11.3l-67.88 67.9a8 8 0 0 1-11.32 0l-39.6-39.6a8 8 0 0 1 0-11.32l67.89-67.88a8 8 0 0 1 11.31 0zM192 892h640a32 32 0 0 1 32 32v24a8 8 0 0 1-8 8H168a8 8 0 0 1-8-8v-24a32 32 0 0 1 32-32zm148-317v253h64V575h-64z\"/>\n</svg>\n</li><li title=\"alipay circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M308.6 545.7c-19.8 2-57.1 10.7-77.4 28.6-61 53-24.5 150 99 150 71.8 0 143.5-45.7 199.8-119-80.2-38.9-148.1-66.8-221.4-59.6zm460.5 67c100.1 33.4 154.7 43 166.7 44.8A445.9 445.9 0 0 0 960 512c0-247.4-200.6-448-448-448S64 264.6 64 512s200.6 448 448 448c155.9 0 293.2-79.7 373.5-200.5-75.6-29.8-213.6-85-286.8-120.1-69.9 85.7-160.1 137.8-253.7 137.8-158.4 0-212.1-138.1-137.2-229 16.3-19.8 44.2-38.7 87.3-49.4 67.5-16.5 175 10.3 275.7 43.4 18.1-33.3 33.4-69.9 44.7-108.9H305.1V402h160v-56.2H271.3v-31.3h193.8v-80.1s0-13.5 13.7-13.5H557v93.6h191.7v31.3H557.1V402h156.4c-15 61.1-37.7 117.4-66.2 166.8 47.5 17.1 90.1 33.3 121.8 43.9z\"/>\n</svg>\n</li><li title=\"alipay square \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M308.6 545.7c-19.8 2-57.1 10.7-77.4 28.6-61 53-24.5 150 99 150 71.8 0 143.5-45.7 199.8-119-80.2-38.9-148.1-66.8-221.4-59.6zM880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm29.4 663.2S703 689.4 598.7 639.5C528.8 725.2 438.6 777.3 345 777.3c-158.4 0-212.1-138.1-137.2-229 16.3-19.8 44.2-38.7 87.3-49.4 67.5-16.5 175 10.3 275.7 43.4 18.1-33.3 33.4-69.9 44.7-108.9H305.1V402h160v-56.2H271.3v-31.3h193.8v-80.1s0-13.5 13.7-13.5H557v93.6h191.7v31.3H557.1V402h156.4c-15 61.1-37.7 117.4-66.2 166.8 47.5 17.1 90.1 33.3 121.8 43.9 114.3 38.2 140.2 40.2 140.2 40.2v122.3z\"/>\n</svg>\n</li><li title=\"aliwangwang \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M868.2 377.4c-18.9-45.1-46.3-85.6-81.2-120.6a377.26 377.26 0 0 0-120.5-81.2A375.65 375.65 0 0 0 519 145.8c-41.9 0-82.9 6.7-121.9 20C306 123.3 200.8 120 170.6 120c-2.2 0-7.4 0-9.4.2-11.9.4-22.8 6.5-29.2 16.4-6.5 9.9-7.7 22.4-3.4 33.5l64.3 161.6a378.59 378.59 0 0 0-52.8 193.2c0 51.4 10 101 29.8 147.6 18.9 45 46.2 85.6 81.2 120.5 34.7 34.8 75.4 62.1 120.5 81.2C418.3 894 467.9 904 519 904c51.3 0 100.9-10 147.7-29.8 44.9-18.9 85.5-46.3 120.4-81.2 34.7-34.8 62.1-75.4 81.2-120.6a376.5 376.5 0 0 0 29.8-147.6c-.2-51.2-10.1-100.8-29.9-147.4zm-325.2 79c0 20.4-16.6 37.1-37.1 37.1-20.4 0-37.1-16.7-37.1-37.1v-55.1c0-20.4 16.6-37.1 37.1-37.1 20.4 0 37.1 16.6 37.1 37.1v55.1zm175.2 0c0 20.4-16.6 37.1-37.1 37.1S644 476.8 644 456.4v-55.1c0-20.4 16.7-37.1 37.1-37.1 20.4 0 37.1 16.6 37.1 37.1v55.1z\"/>\n</svg>\n</li><li title=\"amazon circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M485 467.5c-11.6 4.9-20.9 12.2-27.8 22-6.9 9.8-10.4 21.6-10.4 35.5 0 17.8 7.5 31.5 22.4 41.2 14.1 9.1 28.9 11.4 44.4 6.8 17.9-5.2 30-17.9 36.4-38.1 3-9.3 4.5-19.7 4.5-31.3v-50.2c-12.6.4-24.4 1.6-35.5 3.7-11.1 2.1-22.4 5.6-34 10.4zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm35.8 262.7c-7.2-10.9-20.1-16.4-38.7-16.4-1.3 0-3 .1-5.3.3-2.2.2-6.6 1.5-12.9 3.7a79.4 79.4 0 0 0-17.9 9.1c-5.5 3.8-11.5 10-18 18.4-6.4 8.5-11.5 18.4-15.3 29.8l-94-8.4c0-12.4 2.4-24.7 7-36.9 4.7-12.2 11.8-23.9 21.4-35 9.6-11.2 21.1-21 34.5-29.4 13.4-8.5 29.6-15.2 48.4-20.3 18.9-5.1 39.1-7.6 60.9-7.6 21.3 0 40.6 2.6 57.8 7.7 17.2 5.2 31.1 11.5 41.4 19.1a117 117 0 0 1 25.9 25.7c6.9 9.6 11.7 18.5 14.4 26.7 2.7 8.2 4 15.7 4 22.8v182.5c0 6.4 1.4 13 4.3 19.8 2.9 6.8 6.3 12.8 10.2 18 3.9 5.2 7.9 9.9 12 14.3 4.1 4.3 7.6 7.7 10.6 9.9l4.1 3.4-72.5 69.4c-8.5-7.7-16.9-15.4-25.2-23.4-8.3-8-14.5-14-18.5-18.1l-6.1-6.2c-2.4-2.3-5-5.7-8-10.2-8.1 12.2-18.5 22.8-31.1 31.8-12.7 9-26.3 15.6-40.7 19.7-14.5 4.1-29.4 6.5-44.7 7.1-15.3.6-30-1.5-43.9-6.5-13.9-5-26.5-11.7-37.6-20.3-11.1-8.6-19.9-20.2-26.5-35-6.6-14.8-9.9-31.5-9.9-50.4 0-17.4 3-33.3 8.9-47.7 6-14.5 13.6-26.5 23-36.1 9.4-9.6 20.7-18.2 34-25.7s26.4-13.4 39.2-17.7c12.8-4.2 26.6-7.8 41.5-10.7 14.9-2.9 27.6-4.8 38.2-5.7 10.6-.9 21.2-1.6 31.8-2v-39.4c0-13.5-2.3-23.5-6.7-30.1zm180.5 379.6c-2.8 3.3-7.5 7.8-14.1 13.5s-16.8 12.7-30.5 21.1c-13.7 8.4-28.8 16-45 22.9-16.3 6.9-36.3 12.9-60.1 18-23.7 5.1-48.2 7.6-73.3 7.6-25.4 0-50.7-3.2-76.1-9.6-25.4-6.4-47.6-14.3-66.8-23.7-19.1-9.4-37.6-20.2-55.1-32.2-17.6-12.1-31.7-22.9-42.4-32.5-10.6-9.6-19.6-18.7-26.8-27.1-1.7-1.9-2.8-3.6-3.2-5.1-.4-1.5-.3-2.8.3-3.7.6-.9 1.5-1.6 2.6-2.2a7.42 7.42 0 0 1 7.4.8c40.9 24.2 72.9 41.3 95.9 51.4 82.9 36.4 168 45.7 255.3 27.9 40.5-8.3 82.1-22.2 124.9-41.8 3.2-1.2 6-1.5 8.3-.9 2.3.6 3.5 2.4 3.5 5.4 0 2.8-1.6 6.3-4.8 10.2zm59.9-29c-1.8 11.1-4.9 21.6-9.1 31.8-7.2 17.1-16.3 30-27.1 38.4-3.6 2.9-6.4 3.8-8.3 2.8-1.9-1-1.9-3.5 0-7.4 4.5-9.3 9.2-21.8 14.2-37.7 5-15.8 5.7-26 2.1-30.5-1.1-1.5-2.7-2.6-5-3.6-2.2-.9-5.1-1.5-8.6-1.9s-6.7-.6-9.4-.8c-2.8-.2-6.5-.2-11.2 0-4.7.2-8 .4-10.1.6a874.4 874.4 0 0 1-17.1 1.5c-1.3.2-2.7.4-4.1.5-1.5.1-2.7.2-3.5.3l-2.7.3c-1 .1-1.7.2-2.2.2h-3.2l-1-.2-.6-.5-.5-.9c-1.3-3.3 3.7-7.4 15-12.4s22.3-8.1 32.9-9.3c9.8-1.5 21.3-1.5 34.5-.3s21.3 3.7 24.3 7.4c2.3 3.5 2.5 10.7.7 21.7z\"/>\n</svg>\n</li><li title=\"amazon square \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM547.8 326.7c-7.2-10.9-20.1-16.4-38.7-16.4-1.3 0-3 .1-5.3.3-2.2.2-6.6 1.5-12.9 3.7a79.4 79.4 0 0 0-17.9 9.1c-5.5 3.8-11.5 10-18 18.4-6.4 8.5-11.5 18.4-15.3 29.8l-94-8.4c0-12.4 2.4-24.7 7-36.9s11.8-23.9 21.4-35c9.6-11.2 21.1-21 34.5-29.4 13.4-8.5 29.6-15.2 48.4-20.3 18.9-5.1 39.1-7.6 60.9-7.6 21.3 0 40.6 2.6 57.8 7.7 17.2 5.2 31.1 11.5 41.4 19.1a117 117 0 0 1 25.9 25.7c6.9 9.6 11.7 18.5 14.4 26.7 2.7 8.2 4 15.7 4 22.8v182.5c0 6.4 1.4 13 4.3 19.8 2.9 6.8 6.3 12.8 10.2 18 3.9 5.2 7.9 9.9 12 14.3 4.1 4.3 7.6 7.7 10.6 9.9l4.1 3.4-72.5 69.4c-8.5-7.7-16.9-15.4-25.2-23.4-8.3-8-14.5-14-18.5-18.1l-6.1-6.2c-2.4-2.3-5-5.7-8-10.2-8.1 12.2-18.5 22.8-31.1 31.8-12.7 9-26.3 15.6-40.7 19.7-14.5 4.1-29.4 6.5-44.7 7.1-15.3.6-30-1.5-43.9-6.5-13.9-5-26.5-11.7-37.6-20.3-11.1-8.6-19.9-20.2-26.5-35-6.6-14.8-9.9-31.5-9.9-50.4 0-17.4 3-33.3 8.9-47.7 6-14.5 13.6-26.5 23-36.1 9.4-9.6 20.7-18.2 34-25.7s26.4-13.4 39.2-17.7c12.8-4.2 26.6-7.8 41.5-10.7 14.9-2.9 27.6-4.8 38.2-5.7 10.6-.9 21.2-1.6 31.8-2v-39.4c0-13.5-2.3-23.5-6.7-30.1zm180.5 379.6c-2.8 3.3-7.5 7.8-14.1 13.5s-16.8 12.7-30.5 21.1c-13.7 8.4-28.8 16-45 22.9-16.3 6.9-36.3 12.9-60.1 18-23.7 5.1-48.2 7.6-73.3 7.6-25.4 0-50.7-3.2-76.1-9.6-25.4-6.4-47.6-14.3-66.8-23.7-19.1-9.4-37.6-20.2-55.1-32.2-17.6-12.1-31.7-22.9-42.4-32.5-10.6-9.6-19.6-18.7-26.8-27.1-1.7-1.9-2.8-3.6-3.2-5.1-.4-1.5-.3-2.8.3-3.7.6-.9 1.5-1.6 2.6-2.2a7.42 7.42 0 0 1 7.4.8c40.9 24.2 72.9 41.3 95.9 51.4 82.9 36.4 168 45.7 255.3 27.9 40.5-8.3 82.1-22.2 124.9-41.8 3.2-1.2 6-1.5 8.3-.9 2.3.6 3.5 2.4 3.5 5.4 0 2.8-1.6 6.3-4.8 10.2zm59.9-29c-1.8 11.1-4.9 21.6-9.1 31.8-7.2 17.1-16.3 30-27.1 38.4-3.6 2.9-6.4 3.8-8.3 2.8-1.9-1-1.9-3.5 0-7.4 4.5-9.3 9.2-21.8 14.2-37.7 5-15.8 5.7-26 2.1-30.5-1.1-1.5-2.7-2.6-5-3.6-2.2-.9-5.1-1.5-8.6-1.9s-6.7-.6-9.4-.8c-2.8-.2-6.5-.2-11.2 0-4.7.2-8 .4-10.1.6a874.4 874.4 0 0 1-17.1 1.5c-1.3.2-2.7.4-4.1.5-1.5.1-2.7.2-3.5.3l-2.7.3c-1 .1-1.7.2-2.2.2h-3.2l-1-.2-.6-.5-.5-.9c-1.3-3.3 3.7-7.4 15-12.4s22.3-8.1 32.9-9.3c9.8-1.5 21.3-1.5 34.5-.3s21.3 3.7 24.3 7.4c2.3 3.5 2.5 10.7.7 21.7zM485 467.5c-11.6 4.9-20.9 12.2-27.8 22-6.9 9.8-10.4 21.6-10.4 35.5 0 17.8 7.5 31.5 22.4 41.2 14.1 9.1 28.9 11.4 44.4 6.8 17.9-5.2 30-17.9 36.4-38.1 3-9.3 4.5-19.7 4.5-31.3v-50.2c-12.6.4-24.4 1.6-35.5 3.7-11.1 2.1-22.4 5.6-34 10.4z\"/>\n</svg>\n</li><li title=\"android \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M270.1 741.7c0 23.4 19.1 42.5 42.6 42.5h48.7v120.4c0 30.5 24.5 55.4 54.6 55.4 30.2 0 54.6-24.8 54.6-55.4V784.1h85v120.4c0 30.5 24.5 55.4 54.6 55.4 30.2 0 54.6-24.8 54.6-55.4V784.1h48.7c23.5 0 42.6-19.1 42.6-42.5V346.4h-486v395.3zm357.1-600.1l44.9-65c2.6-3.8 2-8.9-1.5-11.4-3.5-2.4-8.5-1.2-11.1 2.6l-46.6 67.6c-30.7-12.1-64.9-18.8-100.8-18.8-35.9 0-70.1 6.7-100.8 18.8l-46.6-67.5c-2.6-3.8-7.6-5.1-11.1-2.6-3.5 2.4-4.1 7.4-1.5 11.4l44.9 65c-71.4 33.2-121.4 96.1-127.8 169.6h486c-6.6-73.6-56.7-136.5-128-169.7zM409.5 244.1a26.9 26.9 0 1 1 26.9-26.9 26.97 26.97 0 0 1-26.9 26.9zm208.4 0a26.9 26.9 0 1 1 26.9-26.9 26.97 26.97 0 0 1-26.9 26.9zm223.4 100.7c-30.2 0-54.6 24.8-54.6 55.4v216.4c0 30.5 24.5 55.4 54.6 55.4 30.2 0 54.6-24.8 54.6-55.4V400.1c.1-30.6-24.3-55.3-54.6-55.3zm-658.6 0c-30.2 0-54.6 24.8-54.6 55.4v216.4c0 30.5 24.5 55.4 54.6 55.4 30.2 0 54.6-24.8 54.6-55.4V400.1c0-30.6-24.5-55.3-54.6-55.3z\"/>\n</svg>\n</li><li title=\"api \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M917.7 148.8l-42.4-42.4c-1.6-1.6-3.6-2.3-5.7-2.3s-4.1.8-5.7 2.3l-76.1 76.1a199.27 199.27 0 0 0-112.1-34.3c-51.2 0-102.4 19.5-141.5 58.6L432.3 308.7a8.03 8.03 0 0 0 0 11.3L704 591.7c1.6 1.6 3.6 2.3 5.7 2.3 2 0 4.1-.8 5.7-2.3l101.9-101.9c68.9-69 77-175.7 24.3-253.5l76.1-76.1c3.1-3.2 3.1-8.3 0-11.4zM578.9 546.7a8.03 8.03 0 0 0-11.3 0L501 613.3 410.7 523l66.7-66.7c3.1-3.1 3.1-8.2 0-11.3L441 408.6a8.03 8.03 0 0 0-11.3 0L363 475.3l-43-43a7.85 7.85 0 0 0-5.7-2.3c-2 0-4.1.8-5.7 2.3L206.8 534.2c-68.9 68.9-77 175.7-24.3 253.5l-76.1 76.1a8.03 8.03 0 0 0 0 11.3l42.4 42.4c1.6 1.6 3.6 2.3 5.7 2.3s4.1-.8 5.7-2.3l76.1-76.1c33.7 22.9 72.9 34.3 112.1 34.3 51.2 0 102.4-19.5 141.5-58.6l101.9-101.9c3.1-3.1 3.1-8.2 0-11.3l-43-43 66.7-66.7c3.1-3.1 3.1-8.2 0-11.3l-36.6-36.2z\"/>\n</svg>\n</li><li title=\"apple \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M747.4 535.7c-.4-68.2 30.5-119.6 92.9-157.5-34.9-50-87.7-77.5-157.3-82.8-65.9-5.2-138 38.4-164.4 38.4-27.9 0-91.7-36.6-141.9-36.6C273.1 298.8 163 379.8 163 544.6c0 48.7 8.9 99 26.7 150.8 23.8 68.2 109.6 235.3 199.1 232.6 46.8-1.1 79.9-33.2 140.8-33.2 59.1 0 89.7 33.2 141.9 33.2 90.3-1.3 167.9-153.2 190.5-221.6-121.1-57.1-114.6-167.2-114.6-170.7zm-105.1-305c50.7-60.2 46.1-115 44.6-134.7-44.8 2.6-96.6 30.5-126.1 64.8-32.5 36.8-51.6 82.3-47.5 133.6 48.4 3.7 92.6-21.2 129-63.7z\"/>\n</svg>\n</li><li title=\"appstore \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M864 144H560c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V160c0-8.8-7.2-16-16-16zm0 400H560c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V560c0-8.8-7.2-16-16-16zM464 144H160c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V160c0-8.8-7.2-16-16-16zm0 400H160c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V560c0-8.8-7.2-16-16-16z\"/>\n</svg>\n</li><li title=\"audio \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M512 624c93.9 0 170-75.2 170-168V232c0-92.8-76.1-168-170-168s-170 75.2-170 168v224c0 92.8 76.1 168 170 168zm330-170c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8 0 140.3-113.7 254-254 254S258 594.3 258 454c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8 0 168.7 126.6 307.9 290 327.6V884H326.7c-13.7 0-24.7 14.3-24.7 32v36c0 4.4 2.8 8 6.2 8h407.6c3.4 0 6.2-3.6 6.2-8v-36c0-17.7-11-32-24.7-32H548V782.1c165.3-18 294-158 294-328.1z\"/>\n</svg>\n</li><li title=\"backward \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M485.6 249.9L198.2 498c-8.3 7.1-8.3 20.8 0 27.9l287.4 248.2c10.7 9.2 26.4.9 26.4-14V263.8c0-14.8-15.7-23.2-26.4-13.9zm320 0L518.2 498a18.6 18.6 0 0 0-6.2 14c0 5.2 2.1 10.4 6.2 14l287.4 248.2c10.7 9.2 26.4.9 26.4-14V263.8c0-14.8-15.7-23.2-26.4-13.9z\"/>\n</svg>\n</li><li title=\"bank \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M894 462c30.9 0 43.8-39.7 18.7-58L530.8 126.2a31.81 31.81 0 0 0-37.6 0L111.3 404c-25.1 18.2-12.2 58 18.8 58H192v374h-72c-4.4 0-8 3.6-8 8v52c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-52c0-4.4-3.6-8-8-8h-72V462h62zM381 836H264V462h117v374zm189 0H453V462h117v374zm190 0H642V462h118v374z\"/>\n</svg>\n</li><li title=\"behance circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M420.3 470.3c8.7-6.3 12.9-16.7 12.9-31 .3-6.8-1.1-13.5-4.1-19.6-2.7-4.9-6.7-9-11.6-11.9a44.8 44.8 0 0 0-16.6-6c-6.4-1.2-12.9-1.8-19.3-1.7h-70.3v79.7h76.1c13.1.1 24.2-3.1 32.9-9.5zm11.8 72c-9.8-7.5-22.9-11.2-39.2-11.2h-81.8v94h80.2c7.5 0 14.4-.7 21.1-2.1a50.5 50.5 0 0 0 17.8-7.2c5.1-3.3 9.2-7.8 12.3-13.6 3-5.8 4.5-13.2 4.5-22.1 0-17.7-5-30.2-14.9-37.8zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm86.5 286.9h138.4v33.7H598.5v-33.7zM512 628.8a89.52 89.52 0 0 1-27 31c-11.8 8.2-24.9 14.2-38.8 17.7a167.4 167.4 0 0 1-44.6 5.7H236V342.1h161c16.3 0 31.1 1.5 44.6 4.3 13.4 2.8 24.8 7.6 34.4 14.1 9.5 6.5 17 15.2 22.3 26 5.2 10.7 7.9 24.1 7.9 40 0 17.2-3.9 31.4-11.7 42.9-7.9 11.5-19.3 20.8-34.8 28.1 21.1 6 36.6 16.7 46.8 31.7 10.4 15.2 15.5 33.4 15.5 54.8 0 17.4-3.3 32.3-10 44.8zM790.8 576H612.4c0 19.4 6.7 38 16.8 48 10.2 9.9 24.8 14.9 43.9 14.9 13.8 0 25.5-3.5 35.5-10.4 9.9-6.9 15.9-14.2 18.1-21.8h59.8c-9.6 29.7-24.2 50.9-44 63.7-19.6 12.8-43.6 19.2-71.5 19.2-19.5 0-37-3.2-52.7-9.3-15.1-5.9-28.7-14.9-39.9-26.5a121.2 121.2 0 0 1-25.1-41.2c-6.1-16.9-9.1-34.7-8.9-52.6 0-18.5 3.1-35.7 9.1-51.7 11.5-31.1 35.4-56 65.9-68.9 16.3-6.8 33.8-10.2 51.5-10 21 0 39.2 4 55 12.2a111.6 111.6 0 0 1 38.6 32.8c10.1 13.7 17.2 29.3 21.7 46.9 4.3 17.3 5.8 35.5 4.6 54.7zm-122-95.6c-10.8 0-19.9 1.9-26.9 5.6-7 3.7-12.8 8.3-17.2 13.6a48.4 48.4 0 0 0-9.1 17.4c-1.6 5.3-2.7 10.7-3.1 16.2H723c-1.6-17.3-7.6-30.1-15.6-39.1-8.4-8.9-21.9-13.7-38.6-13.7z\"/>\n</svg>\n</li><li title=\"behance square \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM598.5 350.9h138.4v33.7H598.5v-33.7zM512 628.8a89.52 89.52 0 0 1-27 31c-11.8 8.2-24.9 14.2-38.8 17.7a167.4 167.4 0 0 1-44.6 5.7H236V342.1h161c16.3 0 31.1 1.5 44.6 4.3 13.4 2.8 24.8 7.6 34.4 14.1 9.5 6.5 17 15.2 22.3 26 5.2 10.7 7.9 24.1 7.9 40 0 17.2-3.9 31.4-11.7 42.9-7.9 11.5-19.3 20.8-34.8 28.1 21.1 6 36.6 16.7 46.8 31.7 10.4 15.2 15.5 33.4 15.5 54.8 0 17.4-3.3 32.3-10 44.8zM790.8 576H612.4c0 19.4 6.7 38 16.8 48 10.2 9.9 24.8 14.9 43.9 14.9 13.8 0 25.5-3.5 35.5-10.4 9.9-6.9 15.9-14.2 18.1-21.8h59.8c-9.6 29.7-24.2 50.9-44 63.7-19.6 12.8-43.6 19.2-71.5 19.2-19.5 0-37-3.2-52.7-9.3-15.1-5.9-28.7-14.9-39.9-26.5a121.2 121.2 0 0 1-25.1-41.2c-6.1-16.9-9.1-34.7-8.9-52.6 0-18.5 3.1-35.7 9.1-51.7 11.5-31.1 35.4-56 65.9-68.9 16.3-6.8 33.8-10.2 51.5-10 21 0 39.2 4 55 12.2a111.6 111.6 0 0 1 38.6 32.8c10.1 13.7 17.2 29.3 21.7 46.9 4.3 17.3 5.8 35.5 4.6 54.7zm-122-95.6c-10.8 0-19.9 1.9-26.9 5.6-7 3.7-12.8 8.3-17.2 13.6a48.4 48.4 0 0 0-9.1 17.4c-1.6 5.3-2.7 10.7-3.1 16.2H723c-1.6-17.3-7.6-30.1-15.6-39.1-8.4-8.9-21.9-13.7-38.6-13.7zm-248.5-10.1c8.7-6.3 12.9-16.7 12.9-31 .3-6.8-1.1-13.5-4.1-19.6-2.7-4.9-6.7-9-11.6-11.9a44.8 44.8 0 0 0-16.6-6c-6.4-1.2-12.9-1.8-19.3-1.7h-70.3v79.7h76.1c13.1.1 24.2-3.1 32.9-9.5zm11.8 72c-9.8-7.5-22.9-11.2-39.2-11.2h-81.8v94h80.2c7.5 0 14.4-.7 21.1-2.1s12.7-3.8 17.8-7.2c5.1-3.3 9.2-7.8 12.3-13.6 3-5.8 4.5-13.2 4.5-22.1 0-17.7-5-30.2-14.9-37.8z\"/>\n</svg>\n</li><li title=\"bell \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M816 768h-24V428c0-141.1-104.3-257.8-240-277.2V112c0-22.1-17.9-40-40-40s-40 17.9-40 40v38.8C336.3 170.2 232 286.9 232 428v340h-24c-17.7 0-32 14.3-32 32v32c0 4.4 3.6 8 8 8h216c0 61.8 50.2 112 112 112s112-50.2 112-112h216c4.4 0 8-3.6 8-8v-32c0-17.7-14.3-32-32-32zM512 888c-26.5 0-48-21.5-48-48h96c0 26.5-21.5 48-48 48z\"/>\n</svg>\n</li><li title=\"book \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zM668 345.9L621.5 312 572 347.4V124h96v221.9z\"/>\n</svg>\n</li><li title=\"box plot \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M952 224h-52c-4.4 0-8 3.6-8 8v248h-92V304c0-4.4-3.6-8-8-8H448v432h344c4.4 0 8-3.6 8-8V548h92v244c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8V232c0-4.4-3.6-8-8-8zm-728 80v176h-92V232c0-4.4-3.6-8-8-8H72c-4.4 0-8 3.6-8 8v560c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8V548h92v172c0 4.4 3.6 8 8 8h152V296H232c-4.4 0-8 3.6-8 8z\"/>\n</svg>\n</li><li title=\"bug \"><svg class=\"icon\" viewBox=\"0 0 1024 1024\" \n  xmlns=\"http://www.w3.org/2000/svg\">\n  <path d=\"M304 280h416c4.4 0 8-3.6 8-8 0-40-8.8-76.7-25.9-108.1-17.2-31.5-42.5-56.8-74-74C596.7 72.8 560 64 520 64h-16c-40 0-76.7 8.8-108.1 25.9-31.5 17.2-56.8 42.5-74 74C304.8 195.3 296 232 296 272c0 4.4 3.6 8 8 8z\"/>\n  <path d=\"M940 512H792V412c76.8 0 139-62.2 139-139 0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8 0 34.8-28.2 63-63 63H232c-34.8 0-63-28.2-63-63 0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8 0 76.8 62.2 139 139 139v100H84c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h148v96c0 6.5.2 13 .7 19.3C164.1 728.6 116 796.7 116 876c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8 0-44.2 23.9-82.9 59.6-103.7 6 17.2 13.6 33.6 22.7 49 24.3 41.5 59 76.2 100.5 100.5 28.9 16.9 61 28.8 95.3 34.5 4.4 0 8-3.6 8-8V484c0-4.4 3.6-8 8-8h60c4.4 0 8 3.6 8 8v464.2c0 4.4 3.6 8 8 8 34.3-5.7 66.4-17.6 95.3-34.5 41.5-24.3 76.2-59 100.5-100.5 9.1-15.5 16.7-31.9 22.7-49C812.1 793.1 836 831.8 836 876c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8 0-79.3-48.1-147.4-116.7-176.7.4-6.4.7-12.8.7-19.3v-96h148c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z\"/>\n</svg></li><li title=\"build \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M916 210H376c-17.7 0-32 14.3-32 32v236H108c-17.7 0-32 14.3-32 32v272c0 17.7 14.3 32 32 32h540c17.7 0 32-14.3 32-32V546h236c17.7 0 32-14.3 32-32V242c0-17.7-14.3-32-32-32zM612 746H412V546h200v200zm268-268H680V278h200v200z\"/>\n</svg>\n</li><li title=\"bulb \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M348 676.1C250 619.4 184 513.4 184 392c0-181.1 146.9-328 328-328s328 146.9 328 328c0 121.4-66 227.4-164 284.1V792c0 17.7-14.3 32-32 32H380c-17.7 0-32-14.3-32-32V676.1zM392 888h240c4.4 0 8 3.6 8 8v32c0 17.7-14.3 32-32 32H416c-17.7 0-32-14.3-32-32v-32c0-4.4 3.6-8 8-8z\"/>\n</svg>\n</li><li title=\"calculator \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM440.2 765h-50.8c-2.2 0-4.5-1.1-5.9-2.9L348 718.6l-35.5 43.5a7.38 7.38 0 0 1-5.9 2.9h-50.8c-6.6 0-10.2-7.9-5.8-13.1l62.7-76.8-61.2-74.9c-4.3-5.2-.7-13.1 5.9-13.1h50.9c2.2 0 4.5 1.1 5.9 2.9l34 41.6 34-41.6c1.5-1.9 3.6-2.9 5.9-2.9h50.8c6.6 0 10.2 7.9 5.9 13.1L383.5 675l62.7 76.8c4.2 5.3.6 13.2-6 13.2zm7.8-382c0 2.2-1.4 4-3.2 4H376v68.7c0 1.9-1.8 3.3-4 3.3h-48c-2.2 0-4-1.4-4-3.2V387h-68.8c-1.8 0-3.2-1.8-3.2-4v-48c0-2.2 1.4-4 3.2-4H320v-68.8c0-1.8 1.8-3.2 4-3.2h48c2.2 0 4 1.4 4 3.2V331h68.7c1.9 0 3.3 1.8 3.3 4v48zm328 369c0 2.2-1.4 4-3.2 4H579.2c-1.8 0-3.2-1.8-3.2-4v-48c0-2.2 1.4-4 3.2-4h193.5c1.9 0 3.3 1.8 3.3 4v48zm0-104c0 2.2-1.4 4-3.2 4H579.2c-1.8 0-3.2-1.8-3.2-4v-48c0-2.2 1.4-4 3.2-4h193.5c1.9 0 3.3 1.8 3.3 4v48zm0-265c0 2.2-1.4 4-3.2 4H579.2c-1.8 0-3.2-1.8-3.2-4v-48c0-2.2 1.4-4 3.2-4h193.5c1.9 0 3.3 1.8 3.3 4v48z\"/>\n</svg>\n</li><li title=\"calendar \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M112 880c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V460H112v420zm768-696H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v176h800V216c0-17.7-14.3-32-32-32z\"/>\n</svg>\n</li><li title=\"camera \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M864 260H728l-32.4-90.8a32.07 32.07 0 0 0-30.2-21.2H358.6c-13.5 0-25.6 8.5-30.1 21.2L296 260H160c-44.2 0-80 35.8-80 80v456c0 44.2 35.8 80 80 80h704c44.2 0 80-35.8 80-80V340c0-44.2-35.8-80-80-80zM512 716c-88.4 0-160-71.6-160-160s71.6-160 160-160 160 71.6 160 160-71.6 160-160 160zm-96-160a96 96 0 1 0 192 0 96 96 0 1 0-192 0z\"/>\n</svg>\n</li><li title=\"car \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M959 413.4L935.3 372a8 8 0 0 0-10.9-2.9l-50.7 29.6-78.3-216.2a63.9 63.9 0 0 0-60.9-44.4H301.2c-34.7 0-65.5 22.4-76.2 55.5l-74.6 205.2-50.8-29.6a8 8 0 0 0-10.9 2.9L65 413.4c-2.2 3.8-.9 8.6 2.9 10.8l60.4 35.2-14.5 40c-1.2 3.2-1.8 6.6-1.8 10v348.2c0 15.7 11.8 28.4 26.3 28.4h67.6c12.3 0 23-9.3 25.6-22.3l7.7-37.7h545.6l7.7 37.7c2.7 13 13.3 22.3 25.6 22.3h67.6c14.5 0 26.3-12.7 26.3-28.4V509.4c0-3.4-.6-6.8-1.8-10l-14.5-40 60.3-35.2a8 8 0 0 0 3-10.8zM264 621c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40zm388 75c0 4.4-3.6 8-8 8H380c-4.4 0-8-3.6-8-8v-84c0-4.4 3.6-8 8-8h40c4.4 0 8 3.6 8 8v36h168v-36c0-4.4 3.6-8 8-8h40c4.4 0 8 3.6 8 8v84zm108-75c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40zM220 418l72.7-199.9.5-1.3.4-1.3c1.1-3.3 4.1-5.5 7.6-5.5h427.6l75.4 208H220z\"/>\n</svg>\n</li><li title=\"caret down \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M840.4 300H183.6c-19.7 0-30.7 20.8-18.5 35l328.4 380.8c9.4 10.9 27.5 10.9 37 0L858.9 335c12.2-14.2 1.2-35-18.5-35z\"/>\n</svg>\n</li><li title=\"caret left \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M689 165.1L308.2 493.5c-10.9 9.4-10.9 27.5 0 37L689 858.9c14.2 12.2 35 1.2 35-18.5V183.6c0-19.7-20.8-30.7-35-18.5z\"/>\n</svg>\n</li><li title=\"caret right \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M715.8 493.5L335 165.1c-14.2-12.2-35-1.2-35 18.5v656.8c0 19.7 20.8 30.7 35 18.5l380.8-328.4c10.9-9.4 10.9-27.6 0-37z\"/>\n</svg>\n</li><li title=\"caret up \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M858.9 689L530.5 308.2c-9.4-10.9-27.5-10.9-37 0L165.1 689c-12.2 14.2-1.2 35 18.5 35h656.8c19.7 0 30.7-20.8 18.5-35z\"/>\n</svg>\n</li><li title=\"carry out \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zM694.5 432.7L481.9 725.4a16.1 16.1 0 0 1-26 0l-126.4-174c-3.8-5.3 0-12.7 6.5-12.7h55.2c5.1 0 10 2.5 13 6.6l64.7 89 150.9-207.8c3-4.1 7.8-6.6 13-6.6H688c6.5.1 10.3 7.5 6.5 12.8z\"/>\n</svg>\n</li><li title=\"check circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm193.5 301.7l-210.6 292a31.8 31.8 0 0 1-51.7 0L318.5 484.9c-3.8-5.3 0-12.7 6.5-12.7h46.9c10.2 0 19.9 4.9 25.9 13.3l71.2 98.8 157.2-218c6-8.3 15.6-13.3 25.9-13.3H699c6.5 0 10.3 7.4 6.5 12.7z\"/>\n</svg>\n</li><li title=\"check square \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM695.5 365.7l-210.6 292a31.8 31.8 0 0 1-51.7 0L308.5 484.9c-3.8-5.3 0-12.7 6.5-12.7h46.9c10.2 0 19.9 4.9 25.9 13.3l71.2 98.8 157.2-218c6-8.3 15.6-13.3 25.9-13.3H689c6.5 0 10.3 7.4 6.5 12.7z\"/>\n</svg>\n</li><li title=\"chrome \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M371.8 512c0 77.5 62.7 140.2 140.2 140.2S652.2 589.5 652.2 512 589.5 371.8 512 371.8 371.8 434.4 371.8 512zM900 362.4l-234.3 12.1c63.6 74.3 64.6 181.5 11.1 263.7l-188 289.2c78 4.2 158.4-12.9 231.2-55.2 180-104 253-322.1 180-509.8zM320.3 591.9L163.8 284.1A415.35 415.35 0 0 0 96 512c0 208 152.3 380.3 351.4 410.8l106.9-209.4c-96.6 18.2-189.9-34.8-234-121.5zm218.5-285.5l344.4 18.1C848 254.7 792.6 194 719.8 151.7 653.9 113.6 581.5 95.5 510.5 96c-122.5.5-242.2 55.2-322.1 154.5l128.2 196.9c32-91.9 124.8-146.7 222.2-141z\"/>\n</svg>\n</li><li title=\"ci circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm-63.6 656c-103 0-162.4-68.6-162.4-182.6v-49C286 373.5 345.4 304 448.3 304c88.3 0 152.3 56.9 152.3 138.1 0 2.4-2 4.4-4.4 4.4h-52.6c-4.2 0-7.6-3.2-8-7.4-4-46.1-37.6-77.6-87-77.6-61.1 0-95.6 45.4-95.6 126.9v49.3c0 80.3 34.5 125.1 95.6 125.1 49.3 0 82.8-29.5 87-72.4.4-4.1 3.8-7.3 8-7.3h52.7c2.4 0 4.4 2 4.4 4.4 0 77.4-64.3 132.5-152.3 132.5zM738 704.1c0 4.4-3.6 8-8 8h-50.4c-4.4 0-8-3.6-8-8V319.9c0-4.4 3.6-8 8-8H730c4.4 0 8 3.6 8 8v384.2z\"/>\n</svg>\n</li><li title=\"clock circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm176.5 585.7l-28.6 39a7.99 7.99 0 0 1-11.2 1.7L483.3 569.8a7.92 7.92 0 0 1-3.3-6.5V288c0-4.4 3.6-8 8-8h48.1c4.4 0 8 3.6 8 8v247.5l142.6 103.1c3.6 2.5 4.4 7.5 1.8 11.1z\"/>\n</svg>\n</li><li title=\"close circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm165.4 618.2l-66-.3L512 563.4l-99.3 118.4-66.1.3c-4.4 0-8-3.5-8-8 0-1.9.7-3.7 1.9-5.2l130.1-155L340.5 359a8.32 8.32 0 0 1-1.9-5.2c0-4.4 3.6-8 8-8l66.1.3L512 464.6l99.3-118.4 66-.3c4.4 0 8 3.5 8 8 0 1.9-.7 3.7-1.9 5.2L553.5 514l130 155c1.2 1.5 1.9 3.3 1.9 5.2 0 4.4-3.6 8-8 8z\"/>\n</svg>\n</li><li title=\"close square \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM676.1 657.9c4.4 5.2.7 13.1-6.1 13.1h-58.9c-4.7 0-9.2-2.1-12.3-5.7L512 561.8l-86.8 103.5c-3 3.6-7.5 5.7-12.3 5.7H354c-6.8 0-10.5-7.9-6.1-13.1L470.2 512 347.9 366.1A7.95 7.95 0 0 1 354 353h58.9c4.7 0 9.2 2.1 12.3 5.7L512 462.2l86.8-103.5c3-3.6 7.5-5.7 12.3-5.7H670c6.8 0 10.5 7.9 6.1 13.1L553.8 512l122.3 145.9z\"/>\n</svg>\n</li><li title=\"cloud \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M811.4 418.7C765.6 297.9 648.9 212 512.2 212S258.8 297.8 213 418.6C127.3 441.1 64 519.1 64 612c0 110.5 89.5 200 199.9 200h496.2C870.5 812 960 722.5 960 612c0-92.7-63.1-170.7-148.6-193.3z\"/>\n</svg>\n</li><li title=\"code sandbox circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm243.7 589.2L512 794 268.3 653.2V371.8l110-63.6-.4-.2h.2L512 231l134 77h-.2l-.3.2 110.1 63.6v281.4zM307.9 536.7l87.6 49.9V681l96.7 55.9V524.8L307.9 418.4zm203.9-151.8L418 331l-91.1 52.6 185.2 107 185.2-106.9-91.4-52.8zm20 352l97.3-56.2v-94.1l87-49.5V418.5L531.8 525z\"/>\n</svg>\n</li><li title=\"code sandbox square \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M307.9 536.7l87.6 49.9V681l96.7 55.9V524.8L307.9 418.4zM880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM755.7 653.2L512 794 268.3 653.2V371.8l110-63.6-.4-.2h.2L512 231l134 77h-.2l-.3.2 110.1 63.6v281.4zm-223.9 83.7l97.3-56.2v-94.1l87-49.5V418.5L531.8 525zm-20-352L418 331l-91.1 52.6 185.2 107 185.2-106.9-91.4-52.8z\"/>\n</svg>\n</li><li title=\"code \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM513.1 518.1l-192 161c-5.2 4.4-13.1.7-13.1-6.1v-62.7c0-2.3 1.1-4.6 2.9-6.1L420.7 512l-109.8-92.2a7.63 7.63 0 0 1-2.9-6.1V351c0-6.8 7.9-10.5 13.1-6.1l192 160.9c3.9 3.2 3.9 9.1 0 12.3zM716 673c0 4.4-3.4 8-7.5 8h-185c-4.1 0-7.5-3.6-7.5-8v-48c0-4.4 3.4-8 7.5-8h185c4.1 0 7.5 3.6 7.5 8v48z\"/>\n</svg>\n</li><li title=\"codepen circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M488.1 414.7V303.4L300.9 428l83.6 55.8zm254.1 137.7v-79.8l-59.8 39.9zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm278 533c0 1.1-.1 2.1-.2 3.1 0 .4-.1.7-.2 1a14.16 14.16 0 0 1-.8 3.2c-.2.6-.4 1.2-.6 1.7-.2.4-.4.8-.5 1.2-.3.5-.5 1.1-.8 1.6-.2.4-.4.7-.7 1.1-.3.5-.7 1-1 1.5-.3.4-.5.7-.8 1-.4.4-.8.9-1.2 1.3-.3.3-.6.6-1 .9-.4.4-.9.8-1.4 1.1-.4.3-.7.6-1.1.8-.1.1-.3.2-.4.3L525.2 786c-4 2.7-8.6 4-13.2 4-4.7 0-9.3-1.4-13.3-4L244.6 616.9c-.1-.1-.3-.2-.4-.3l-1.1-.8c-.5-.4-.9-.7-1.3-1.1-.3-.3-.6-.6-1-.9-.4-.4-.8-.8-1.2-1.3a7 7 0 0 1-.8-1c-.4-.5-.7-1-1-1.5-.2-.4-.5-.7-.7-1.1-.3-.5-.6-1.1-.8-1.6-.2-.4-.4-.8-.5-1.2-.2-.6-.4-1.2-.6-1.7-.1-.4-.3-.8-.4-1.2-.2-.7-.3-1.3-.4-2-.1-.3-.1-.7-.2-1-.1-1-.2-2.1-.2-3.1V427.9c0-1 .1-2.1.2-3.1.1-.3.1-.7.2-1a14.16 14.16 0 0 1 .8-3.2c.2-.6.4-1.2.6-1.7.2-.4.4-.8.5-1.2.2-.5.5-1.1.8-1.6.2-.4.4-.7.7-1.1.6-.9 1.2-1.7 1.8-2.5.4-.4.8-.9 1.2-1.3.3-.3.6-.6 1-.9.4-.4.9-.8 1.3-1.1.4-.3.7-.6 1.1-.8.1-.1.3-.2.4-.3L498.7 239c8-5.3 18.5-5.3 26.5 0l254.1 169.1c.1.1.3.2.4.3l1.1.8 1.4 1.1c.3.3.6.6 1 .9.4.4.8.8 1.2 1.3.7.8 1.3 1.6 1.8 2.5.2.4.5.7.7 1.1.3.5.6 1 .8 1.6.2.4.4.8.5 1.2.2.6.4 1.2.6 1.7.1.4.3.8.4 1.2.2.7.3 1.3.4 2 .1.3.1.7.2 1 .1 1 .2 2.1.2 3.1V597zm-254.1 13.3v111.3L723.1 597l-83.6-55.8zM281.8 472.6v79.8l59.8-39.9zM512 456.1l-84.5 56.4 84.5 56.4 84.5-56.4zM723.1 428L535.9 303.4v111.3l103.6 69.1zM384.5 541.2L300.9 597l187.2 124.6V610.3l-103.6-69.1z\"/>\n</svg>\n</li><li title=\"codepen square \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M723.1 428L535.9 303.4v111.3l103.6 69.1zM512 456.1l-84.5 56.4 84.5 56.4 84.5-56.4zm23.9 154.2v111.3L723.1 597l-83.6-55.8zm-151.4-69.1L300.9 597l187.2 124.6V610.3l-103.6-69.1zM880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-90 485c0 1.1-.1 2.1-.2 3.1 0 .4-.1.7-.2 1a14.16 14.16 0 0 1-.8 3.2c-.2.6-.4 1.2-.6 1.7-.2.4-.4.8-.5 1.2-.3.5-.5 1.1-.8 1.6-.2.4-.4.7-.7 1.1-.3.5-.7 1-1 1.5-.3.4-.5.7-.8 1-.4.4-.8.9-1.2 1.3-.3.3-.6.6-1 .9-.4.4-.9.8-1.4 1.1-.4.3-.7.6-1.1.8-.1.1-.3.2-.4.3L525.2 786c-4 2.7-8.6 4-13.2 4-4.7 0-9.3-1.4-13.3-4L244.6 616.9c-.1-.1-.3-.2-.4-.3l-1.1-.8c-.5-.4-.9-.7-1.3-1.1-.3-.3-.6-.6-1-.9-.4-.4-.8-.8-1.2-1.3a7 7 0 0 1-.8-1c-.4-.5-.7-1-1-1.5-.2-.4-.5-.7-.7-1.1-.3-.5-.6-1.1-.8-1.6-.2-.4-.4-.8-.5-1.2-.2-.6-.4-1.2-.6-1.7-.1-.4-.3-.8-.4-1.2-.2-.7-.3-1.3-.4-2-.1-.3-.1-.7-.2-1-.1-1-.2-2.1-.2-3.1V427.9c0-1 .1-2.1.2-3.1.1-.3.1-.7.2-1a14.16 14.16 0 0 1 .8-3.2c.2-.6.4-1.2.6-1.7.2-.4.4-.8.5-1.2.2-.5.5-1.1.8-1.6.2-.4.4-.7.7-1.1.6-.9 1.2-1.7 1.8-2.5.4-.4.8-.9 1.2-1.3.3-.3.6-.6 1-.9.4-.4.9-.8 1.3-1.1.4-.3.7-.6 1.1-.8.1-.1.3-.2.4-.3L498.7 239c8-5.3 18.5-5.3 26.5 0l254.1 169.1c.1.1.3.2.4.3l1.1.8 1.4 1.1c.3.3.6.6 1 .9.4.4.8.8 1.2 1.3.7.8 1.3 1.6 1.8 2.5.2.4.5.7.7 1.1.3.5.6 1 .8 1.6.2.4.4.8.5 1.2.2.6.4 1.2.6 1.7.1.4.3.8.4 1.2.2.7.3 1.3.4 2 .1.3.1.7.2 1 .1 1 .2 2.1.2 3.1V597zm-47.8-44.6v-79.8l-59.8 39.9zm-460.4-79.8v79.8l59.8-39.9zm206.3-57.9V303.4L300.9 428l83.6 55.8z\"/>\n</svg>\n</li><li title=\"compass \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zM327.3 702.4c-2 .9-4.4 0-5.3-2.1-.4-1-.4-2.2 0-3.2l98.7-225.5 132.1 132.1-225.5 98.7zm375.1-375.1l-98.7 225.5-132.1-132.1L697.1 322c2-.9 4.4 0 5.3 2.1.4 1 .4 2.1 0 3.2z\"/>\n</svg>\n</li><li title=\"contacts \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M928 224H768v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H548v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H328v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H96c-17.7 0-32 14.3-32 32v576c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V256c0-17.7-14.3-32-32-32zM661 736h-43.9c-4.2 0-7.6-3.3-7.9-7.5-3.8-50.6-46-90.5-97.2-90.5s-93.4 40-97.2 90.5c-.3 4.2-3.7 7.5-7.9 7.5H363a8 8 0 0 1-8-8.4c2.8-53.3 32-99.7 74.6-126.1a111.8 111.8 0 0 1-29.1-75.5c0-61.9 49.9-112 111.4-112 61.5 0 111.4 50.1 111.4 112 0 29.1-11 55.5-29.1 75.5 42.7 26.5 71.8 72.8 74.6 126.1.4 4.6-3.2 8.4-7.8 8.4zM512 474c-28.5 0-51.7 23.3-51.7 52s23.2 52 51.7 52c28.5 0 51.7-23.3 51.7-52s-23.2-52-51.7-52z\"/>\n</svg>\n</li><li title=\"container \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M832 64H192c-17.7 0-32 14.3-32 32v529c0-.6.4-1 1-1h219.3l5.2 24.7C397.6 708.5 450.8 752 512 752s114.4-43.5 126.4-103.3l5.2-24.7H863c.6 0 1 .4 1 1V96c0-17.7-14.3-32-32-32zM712 493c0 4.4-3.6 8-8 8H320c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h384c4.4 0 8 3.6 8 8v48zm0-160c0 4.4-3.6 8-8 8H320c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h384c4.4 0 8 3.6 8 8v48zm151 354H694.1c-11.6 32.8-32 62.3-59.1 84.7-34.5 28.6-78.2 44.3-123 44.3s-88.5-15.8-123-44.3a194.02 194.02 0 0 1-59.1-84.7H161c-.6 0-1-.4-1-1v242c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V686c0 .6-.4 1-1 1z\"/>\n</svg>\n</li><li title=\"control \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM404 683v77c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-77c-41.7-13.6-72-52.8-72-99s30.3-85.5 72-99V264c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v221c41.7 13.6 72 52.8 72 99s-30.3 85.5-72 99zm279.6-143.9c.2 0 .3-.1.4-.1v221c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V539c.2 0 .3.1.4.1-42-13.4-72.4-52.7-72.4-99.1 0-46.4 30.4-85.7 72.4-99.1-.2 0-.3.1-.4.1v-77c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v77c-.2 0-.3-.1-.4-.1 42 13.4 72.4 52.7 72.4 99.1 0 46.4-30.4 85.7-72.4 99.1zM616 440a36 36 0 1 0 72 0 36 36 0 1 0-72 0zM403.4 566.5l-1.5-2.4c0-.1-.1-.1-.1-.2l-.9-1.2c-.1-.1-.2-.2-.2-.3-1-1.3-2-2.5-3.2-3.6l-.2-.2c-.4-.4-.8-.8-1.2-1.1-.8-.8-1.7-1.5-2.6-2.1h-.1l-1.2-.9c-.1-.1-.3-.2-.4-.3-1.2-.8-2.5-1.6-3.9-2.2-.2-.1-.5-.2-.7-.4-.4-.2-.7-.3-1.1-.5-.3-.1-.7-.3-1-.4-.5-.2-1-.4-1.5-.5-.4-.1-.9-.3-1.3-.4l-.9-.3-1.4-.3c-.2-.1-.5-.1-.7-.2-.7-.1-1.4-.3-2.1-.4-.2 0-.4 0-.6-.1-.6-.1-1.1-.1-1.7-.2-.2 0-.4 0-.7-.1-.8 0-1.5-.1-2.3-.1s-1.5 0-2.3.1c-.2 0-.4 0-.7.1-.6 0-1.2.1-1.7.2-.2 0-.4 0-.6.1-.7.1-1.4.2-2.1.4-.2.1-.5.1-.7.2l-1.4.3-.9.3c-.4.1-.9.3-1.3.4-.5.2-1 .4-1.5.5-.3.1-.7.3-1 .4-.4.2-.7.3-1.1.5-.2.1-.5.2-.7.4-1.3.7-2.6 1.4-3.9 2.2-.1.1-.3.2-.4.3l-1.2.9h-.1c-.9.7-1.8 1.4-2.6 2.1-.4.4-.8.7-1.2 1.1l-.2.2a54.8 54.8 0 0 0-3.2 3.6c-.1.1-.2.2-.2.3l-.9 1.2c0 .1-.1.1-.1.2l-1.5 2.4c-.1.2-.2.3-.3.5-2.7 5.1-4.3 10.9-4.3 17s1.6 12 4.3 17c.1.2.2.3.3.5l1.5 2.4c0 .1.1.1.1.2l.9 1.2c.1.1.2.2.2.3 1 1.3 2 2.5 3.2 3.6l.2.2c.4.4.8.8 1.2 1.1.8.8 1.7 1.5 2.6 2.1h.1l1.2.9c.1.1.3.2.4.3 1.2.8 2.5 1.6 3.9 2.2.2.1.5.2.7.4.4.2.7.3 1.1.5.3.1.7.3 1 .4.5.2 1 .4 1.5.5.4.1.9.3 1.3.4l.9.3 1.4.3c.2.1.5.1.7.2.7.1 1.4.3 2.1.4.2 0 .4 0 .6.1.6.1 1.1.1 1.7.2.2 0 .4 0 .7.1.8 0 1.5.1 2.3.1s1.5 0 2.3-.1c.2 0 .4 0 .7-.1.6 0 1.2-.1 1.7-.2.2 0 .4 0 .6-.1.7-.1 1.4-.2 2.1-.4.2-.1.5-.1.7-.2l1.4-.3.9-.3c.4-.1.9-.3 1.3-.4.5-.2 1-.4 1.5-.5.3-.1.7-.3 1-.4.4-.2.7-.3 1.1-.5.2-.1.5-.2.7-.4 1.3-.7 2.6-1.4 3.9-2.2.1-.1.3-.2.4-.3l1.2-.9h.1c.9-.7 1.8-1.4 2.6-2.1.4-.4.8-.7 1.2-1.1l.2-.2c1.1-1.1 2.2-2.4 3.2-3.6.1-.1.2-.2.2-.3l.9-1.2c0-.1.1-.1.1-.2l1.5-2.4c.1-.2.2-.3.3-.5 2.7-5.1 4.3-10.9 4.3-17s-1.6-12-4.3-17c-.1-.2-.2-.4-.3-.5z\"/>\n</svg>\n</li><li title=\"copy \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M832 64H296c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h496v688c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V96c0-17.7-14.3-32-32-32zM704 192H192c-17.7 0-32 14.3-32 32v530.7c0 8.5 3.4 16.6 9.4 22.6l173.3 173.3c2.2 2.2 4.7 4 7.4 5.5v1.9h4.2c3.5 1.3 7.2 2 11 2H704c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32zM382 896h-.2L232 746.2v-.2h150v150z\"/>\n</svg>\n</li><li title=\"copyright circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm5.4 670c-110 0-173.4-73.2-173.4-194.9v-52.3C344 364.2 407.4 290 517.3 290c94.3 0 162.7 60.7 162.7 147.4 0 2.6-2.1 4.7-4.7 4.7h-56.7c-4.2 0-7.6-3.2-8-7.4-4-49.5-40-83.4-93-83.4-65.3 0-102.1 48.5-102.1 135.5v52.6c0 85.7 36.9 133.6 102.1 133.6 52.8 0 88.7-31.7 93-77.8.4-4.1 3.8-7.3 8-7.3h56.8c2.6 0 4.7 2.1 4.7 4.7 0 82.6-68.7 141.4-162.7 141.4z\"/>\n</svg>\n</li><li title=\"credit card \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M928 160H96c-17.7 0-32 14.3-32 32v160h896V192c0-17.7-14.3-32-32-32zM64 832c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V440H64v392zm579-184c0-4.4 3.6-8 8-8h165c4.4 0 8 3.6 8 8v72c0 4.4-3.6 8-8 8H651c-4.4 0-8-3.6-8-8v-72z\"/>\n</svg>\n</li><li title=\"crown \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M899.6 276.5L705 396.4 518.4 147.5a8.06 8.06 0 0 0-12.9 0L319 396.4 124.3 276.5c-5.7-3.5-13.1 1.2-12.2 7.9L188.5 865c1.1 7.9 7.9 14 16 14h615.1c8 0 14.9-6 15.9-14l76.4-580.6c.8-6.7-6.5-11.4-12.3-7.9zM512 734.2c-62.1 0-112.6-50.5-112.6-112.6S449.9 509 512 509s112.6 50.5 112.6 112.6S574.1 734.2 512 734.2zm0-160.9c-26.6 0-48.2 21.6-48.2 48.3 0 26.6 21.6 48.3 48.2 48.3s48.2-21.6 48.2-48.3c0-26.6-21.6-48.3-48.2-48.3z\"/>\n</svg>\n</li><li title=\"customer service \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M512 128c-212.1 0-384 171.9-384 384v360c0 13.3 10.7 24 24 24h184c35.3 0 64-28.7 64-64V624c0-35.3-28.7-64-64-64H200v-48c0-172.3 139.7-312 312-312s312 139.7 312 312v48H688c-35.3 0-64 28.7-64 64v208c0 35.3 28.7 64 64 64h184c13.3 0 24-10.7 24-24V512c0-212.1-171.9-384-384-384z\"/>\n</svg>\n</li><li title=\"dashboard \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M924.8 385.6a446.7 446.7 0 0 0-96-142.4 446.7 446.7 0 0 0-142.4-96C631.1 123.8 572.5 112 512 112s-119.1 11.8-174.4 35.2a446.7 446.7 0 0 0-142.4 96 446.7 446.7 0 0 0-96 142.4C75.8 440.9 64 499.5 64 560c0 132.7 58.3 257.7 159.9 343.1l1.7 1.4c5.8 4.8 13.1 7.5 20.6 7.5h531.7c7.5 0 14.8-2.7 20.6-7.5l1.7-1.4C901.7 817.7 960 692.7 960 560c0-60.5-11.9-119.1-35.2-174.4zM482 232c0-4.4 3.6-8 8-8h44c4.4 0 8 3.6 8 8v80c0 4.4-3.6 8-8 8h-44c-4.4 0-8-3.6-8-8v-80zM270 582c0 4.4-3.6 8-8 8h-80c-4.4 0-8-3.6-8-8v-44c0-4.4 3.6-8 8-8h80c4.4 0 8 3.6 8 8v44zm90.7-204.5l-31.1 31.1a8.03 8.03 0 0 1-11.3 0L261.7 352a8.03 8.03 0 0 1 0-11.3l31.1-31.1c3.1-3.1 8.2-3.1 11.3 0l56.6 56.6c3.1 3.1 3.1 8.2 0 11.3zm291.1 83.6l-84.5 84.5c5 18.7.2 39.4-14.5 54.1a55.95 55.95 0 0 1-79.2 0 55.95 55.95 0 0 1 0-79.2 55.87 55.87 0 0 1 54.1-14.5l84.5-84.5c3.1-3.1 8.2-3.1 11.3 0l28.3 28.3c3.1 3.1 3.1 8.1 0 11.3zm43-52.4l-31.1-31.1a8.03 8.03 0 0 1 0-11.3l56.6-56.6c3.1-3.1 8.2-3.1 11.3 0l31.1 31.1c3.1 3.1 3.1 8.2 0 11.3l-56.6 56.6a8.03 8.03 0 0 1-11.3 0zM846 582c0 4.4-3.6 8-8 8h-80c-4.4 0-8-3.6-8-8v-44c0-4.4 3.6-8 8-8h80c4.4 0 8 3.6 8 8v44z\"/>\n</svg>\n</li><li title=\"database \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M832 64H192c-17.7 0-32 14.3-32 32v224h704V96c0-17.7-14.3-32-32-32zM288 232c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40zM160 928c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V704H160v224zm128-136c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40zM160 640h704V384H160v256zm128-168c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40z\"/>\n</svg>\n</li><li title=\"delete \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M864 256H736v-80c0-35.3-28.7-64-64-64H352c-35.3 0-64 28.7-64 64v80H160c-17.7 0-32 14.3-32 32v32c0 4.4 3.6 8 8 8h60.4l24.7 523c1.6 34.1 29.8 61 63.9 61h454c34.2 0 62.3-26.8 63.9-61l24.7-523H888c4.4 0 8-3.6 8-8v-32c0-17.7-14.3-32-32-32zm-200 0H360v-72h304v72z\"/>\n</svg>\n</li><li title=\"diff \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M854.2 306.6L611.3 72.9c-6-5.7-13.9-8.9-22.2-8.9H296c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h277l219 210.6V824c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V329.6c0-8.7-3.5-17-9.8-23zM553.4 201.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v704c0 17.7 14.3 32 32 32h512c17.7 0 32-14.3 32-32V397.3c0-8.5-3.4-16.6-9.4-22.6L553.4 201.4zM568 753c0 3.8-3.4 7-7.5 7h-225c-4.1 0-7.5-3.2-7.5-7v-42c0-3.8 3.4-7 7.5-7h225c4.1 0 7.5 3.2 7.5 7v42zm0-220c0 3.8-3.4 7-7.5 7H476v84.9c0 3.9-3.1 7.1-7 7.1h-42c-3.8 0-7-3.2-7-7.1V540h-84.5c-4.1 0-7.5-3.2-7.5-7v-42c0-3.9 3.4-7 7.5-7H420v-84.9c0-3.9 3.2-7.1 7-7.1h42c3.9 0 7 3.2 7 7.1V484h84.5c4.1 0 7.5 3.1 7.5 7v42z\"/>\n</svg>\n</li><li title=\"dingtalk circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm227 385.3c-1 4.2-3.5 10.4-7 17.8h.1l-.4.7c-20.3 43.1-73.1 127.7-73.1 127.7s-.1-.2-.3-.5l-15.5 26.8h74.5L575.1 810l32.3-128h-58.6l20.4-84.7c-16.5 3.9-35.9 9.4-59 16.8 0 0-31.2 18.2-89.9-35 0 0-39.6-34.7-16.6-43.4 9.8-3.7 47.4-8.4 77-12.3 40-5.4 64.6-8.2 64.6-8.2S422 517 392.7 512.5c-29.3-4.6-66.4-53.1-74.3-95.8 0 0-12.2-23.4 26.3-12.3 38.5 11.1 197.9 43.2 197.9 43.2s-207.4-63.3-221.2-78.7c-13.8-15.4-40.6-84.2-37.1-126.5 0 0 1.5-10.5 12.4-7.7 0 0 153.3 69.7 258.1 107.9 104.8 37.9 195.9 57.3 184.2 106.7z\"/>\n</svg>\n</li><li title=\"dingtalk square \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM739 449.3c-1 4.2-3.5 10.4-7 17.8h.1l-.4.7c-20.3 43.1-73.1 127.7-73.1 127.7s-.1-.2-.3-.5l-15.5 26.8h74.5L575.1 810l32.3-128h-58.6l20.4-84.7c-16.5 3.9-35.9 9.4-59 16.8 0 0-31.2 18.2-89.9-35 0 0-39.6-34.7-16.6-43.4 9.8-3.7 47.4-8.4 77-12.3 40-5.4 64.6-8.2 64.6-8.2S422 517 392.7 512.5c-29.3-4.6-66.4-53.1-74.3-95.8 0 0-12.2-23.4 26.3-12.3 38.5 11.1 197.9 43.2 197.9 43.2s-207.4-63.3-221.2-78.7c-13.8-15.4-40.6-84.2-37.1-126.5 0 0 1.5-10.5 12.4-7.7 0 0 153.3 69.7 258.1 107.9 104.8 37.9 195.9 57.3 184.2 106.7z\"/>\n</svg>\n</li><li title=\"dislike \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M885.9 490.3c3.6-12 5.4-24.4 5.4-37 0-28.3-9.3-55.5-26.1-77.7 3.6-12 5.4-24.4 5.4-37 0-28.3-9.3-55.5-26.1-77.7 3.6-12 5.4-24.4 5.4-37 0-51.6-30.7-98.1-78.3-118.4a66.1 66.1 0 0 0-26.5-5.4H273v428h.3l85.8 310.8C372.9 889 418.9 924 470.9 924c29.7 0 57.4-11.8 77.9-33.4 20.5-21.5 31-49.7 29.5-79.4l-6-122.9h239.9c12.1 0 23.9-3.2 34.3-9.3 40.4-23.5 65.5-66.1 65.5-111 0-28.3-9.3-55.5-26.1-77.7zM112 132v364c0 17.7 14.3 32 32 32h65V100h-65c-17.7 0-32 14.3-32 32z\"/>\n</svg>\n</li><li title=\"dollar circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm22.3 665.2l.2 31.7c0 4.4-3.6 8.1-8 8.1h-28.4c-4.4 0-8-3.6-8-8v-31.4C401.3 723 359.5 672.4 355 617.4c-.4-4.7 3.3-8.7 8-8.7h46.2c3.9 0 7.3 2.8 7.9 6.6 5.1 31.7 29.8 55.4 74.1 61.3V533.9l-24.7-6.3c-52.3-12.5-102.1-45.1-102.1-112.7 0-72.9 55.4-112.1 126.2-119v-33c0-4.4 3.6-8 8-8h28.1c4.4 0 8 3.6 8 8v32.7c68.5 6.9 119.9 46.9 125.9 109.2.5 4.7-3.2 8.8-8 8.8h-44.9c-4 0-7.4-3-7.9-6.9-4-29.2-27.4-53-65.5-58.2v134.3l25.4 5.9c64.8 16 108.9 47 108.9 116.4 0 75.3-56 117.3-134.3 124.1zM426.6 410.3c0 25.4 15.7 45.1 49.5 57.3 4.7 1.9 9.4 3.4 15 5v-124c-36.9 4.7-64.5 25.4-64.5 61.7zm116.5 135.2c-2.8-.6-5.6-1.3-8.8-2.2V677c42.6-3.8 72-27.2 72-66.4 0-30.7-15.9-50.7-63.2-65.1z\"/>\n</svg>\n</li><li title=\"down circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm184.5 353.7l-178 246a7.95 7.95 0 0 1-12.9 0l-178-246c-3.8-5.3 0-12.7 6.5-12.7H381c10.2 0 19.9 4.9 25.9 13.2L512 563.6l105.2-145.4c6-8.3 15.6-13.2 25.9-13.2H690c6.5 0 10.3 7.4 6.5 12.7z\"/>\n</svg>\n</li><li title=\"down square \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM696.5 412.7l-178 246a7.95 7.95 0 0 1-12.9 0l-178-246c-3.8-5.3 0-12.7 6.5-12.7H381c10.2 0 19.9 4.9 25.9 13.2L512 558.6l105.2-145.4c6-8.3 15.6-13.2 25.9-13.2H690c6.5 0 10.3 7.4 6.5 12.7z\"/>\n</svg>\n</li><li title=\"dribbble circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M675.1 328.3a245.2 245.2 0 0 0-220.8-55.1c6.8 9.1 51.5 69.9 91.8 144 87.5-32.8 124.5-82.6 129-88.9zM554 552.8c-138.7 48.3-188.6 144.6-193 153.6 41.7 32.5 94.1 51.9 151 51.9 34.1 0 66.6-6.9 96.1-19.5-3.7-21.6-17.9-96.8-52.5-186.6l-1.6.6zm47.7-11.9c32.2 88.4 45.3 160.4 47.8 175.4 55.2-37.3 94.5-96.4 105.4-164.9-8.4-2.6-76.1-22.8-153.2-10.5zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 736c-158.8 0-288-129.2-288-288s129.2-288 288-288 288 129.2 288 288-129.2 288-288 288zm53.1-346.2c5.7 11.7 11.2 23.6 16.3 35.6 1.8 4.2 3.6 8.4 5.3 12.7 81.8-10.3 163.2 6.2 171.3 7.9-.5-58.1-21.3-111.4-55.5-153.3-5.3 7.1-46.5 60-137.4 97.1zM498.6 432c-40.8-72.5-84.7-133.4-91.2-142.3-68.8 32.5-120.3 95.9-136.2 172.2 11 .2 112.4.7 227.4-29.9zm30.6 82.5c3.2-1 6.4-2 9.7-2.9-6.2-14-12.9-28-19.9-41.7-122.8 36.8-242.1 35.2-252.8 35-.1 2.5-.1 5-.1 7.5 0 63.2 23.9 120.9 63.2 164.5 5.5-9.6 73-121.4 199.9-162.4z\"/>\n</svg>\n</li><li title=\"dribbble square \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M498.6 432c-40.8-72.5-84.7-133.4-91.2-142.3-68.8 32.5-120.3 95.9-136.2 172.2 11 .2 112.4.7 227.4-29.9zm66.5 21.8c5.7 11.7 11.2 23.6 16.3 35.6 1.8 4.2 3.6 8.4 5.3 12.7 81.8-10.3 163.2 6.2 171.3 7.9-.5-58.1-21.3-111.4-55.5-153.3-5.3 7.1-46.5 60-137.4 97.1zM880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM512 800c-158.8 0-288-129.2-288-288s129.2-288 288-288 288 129.2 288 288-129.2 288-288 288zm89.7-259.1c32.2 88.4 45.3 160.4 47.8 175.4 55.2-37.3 94.5-96.4 105.4-164.9-8.4-2.6-76.1-22.8-153.2-10.5zm-72.5-26.4c3.2-1 6.4-2 9.7-2.9-6.2-14-12.9-28-19.9-41.7-122.8 36.8-242.1 35.2-252.8 35-.1 2.5-.1 5-.1 7.5 0 63.2 23.9 120.9 63.2 164.5 5.5-9.6 73-121.4 199.9-162.4zm145.9-186.2a245.2 245.2 0 0 0-220.8-55.1c6.8 9.1 51.5 69.9 91.8 144 87.5-32.8 124.5-82.6 129-88.9zM554 552.8c-138.7 48.3-188.6 144.6-193 153.6 41.7 32.5 94.1 51.9 151 51.9 34.1 0 66.6-6.9 96.1-19.5-3.7-21.6-17.9-96.8-52.5-186.6l-1.6.6z\"/>\n</svg>\n</li><li title=\"dropbox circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M663.8 455.5zm-151.5-93.8l-151.8 93.8 151.8 93.9 151.5-93.9zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm151.2 595.5L512.6 750l-151-90.5v-33.1l45.4 29.4 105.6-87.7 105.6 87.7 45.1-29.4v33.1zm-45.6-22.4l-105.3-87.7L407 637.1l-151-99.2 104.5-82.4L256 371.2 407 274l105.3 87.7L617.6 274 768 372.1l-104.2 83.5L768 539l-150.4 98.1z\"/>\n</svg>\n</li><li title=\"dropbox square \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM663.2 659.5L512.6 750l-151-90.5v-33.1l45.4 29.4 105.6-87.7 105.6 87.7 45.1-29.4v33.1zm-45.6-22.4l-105.3-87.7L407 637.1l-151-99.2 104.5-82.4L256 371.2 407 274l105.3 87.7L617.6 274 768 372.1l-104.2 83.5L768 539l-150.4 98.1zM512.3 361.7l-151.8 93.8 151.8 93.9 151.5-93.9zm151.5 93.8z\"/>\n</svg>\n</li><li title=\"edit \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M880 836H144c-17.7 0-32 14.3-32 32v36c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-36c0-17.7-14.3-32-32-32zm-622.3-84c2 0 4-.2 6-.5L431.9 722c2-.4 3.9-1.3 5.3-2.8l423.9-423.9a9.96 9.96 0 0 0 0-14.1L694.9 114.9c-1.9-1.9-4.4-2.9-7.1-2.9s-5.2 1-7.1 2.9L256.8 538.8c-1.5 1.5-2.4 3.3-2.8 5.3l-29.5 168.2a33.5 33.5 0 0 0 9.4 29.8c6.6 6.4 14.9 9.9 23.8 9.9z\"/>\n</svg>\n</li><li title=\"environment \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M512 327c-29.9 0-58 11.6-79.2 32.8A111.6 111.6 0 0 0 400 439c0 29.9 11.7 58 32.8 79.2A111.6 111.6 0 0 0 512 551c29.9 0 58-11.7 79.2-32.8C612.4 497 624 468.9 624 439c0-29.9-11.6-58-32.8-79.2S541.9 327 512 327zm342.6-37.9a362.49 362.49 0 0 0-79.9-115.7 370.83 370.83 0 0 0-118.2-77.8C610.7 76.6 562.1 67 512 67c-50.1 0-98.7 9.6-144.5 28.5-44.3 18.3-84 44.5-118.2 77.8A363.6 363.6 0 0 0 169.4 289c-19.5 45-29.4 92.8-29.4 142 0 70.6 16.9 140.9 50.1 208.7 26.7 54.5 64 107.6 111 158.1 80.3 86.2 164.5 138.9 188.4 153a43.9 43.9 0 0 0 22.4 6.1c7.8 0 15.5-2 22.4-6.1 23.9-14.1 108.1-66.8 188.4-153 47-50.4 84.3-103.6 111-158.1C867.1 572 884 501.8 884 431.1c0-49.2-9.9-97-29.4-142zM512 615c-97.2 0-176-78.8-176-176s78.8-176 176-176 176 78.8 176 176-78.8 176-176 176z\"/>\n</svg>\n</li><li title=\"euro circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm63.5 375.8c4.4 0 8 3.6 8 8V475c0 4.4-3.6 8-8 8h-136c-.3 4.4-.3 9.1-.3 13.8v36h136.2c4.4 0 8 3.6 8 8V568c0 4.4-3.6 8-8 8H444.9c15.3 62 61.3 98.6 129.8 98.6 19.9 0 37.1-1.2 51.8-4.1 4.9-1 9.5 2.8 9.5 7.8v42.8c0 3.8-2.7 7-6.4 7.8-15.9 3.4-34.3 5.1-55.3 5.1-109.8 0-183-58.8-200.2-158H344c-4.4 0-8-3.6-8-8v-27.2c0-4.4 3.6-8 8-8h26.1v-36.9c0-4.4 0-8.8.3-12.8H344c-4.4 0-8-3.6-8-8v-27.2c0-4.4 3.6-8 8-8h31.7c19.7-94.2 92-149.9 198.6-149.9 20.9 0 39.4 1.9 55.3 5.4 3.7.8 6.3 4 6.3 7.8V346h.1c0 5.1-4.6 8.8-9.6 7.8-14.7-2.9-31.8-4.4-51.7-4.4-65.4 0-110.4 33.5-127.6 90.4h128.4z\"/>\n</svg>\n</li><li title=\"exclamation circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm-32 232c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v272c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V296zm32 440a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z\"/>\n</svg>\n</li><li title=\"experiment \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M218.9 636.3l42.6 26.6c.1.1.3.2.4.3l12.7 8 .3.3a186.9 186.9 0 0 0 94.1 25.1c44.9 0 87.2-15.7 121-43.8a256.27 256.27 0 0 1 164.9-59.9c52.3 0 102.2 15.7 144.6 44.5l7.9 5-111.6-289V179.8h63.5c4.4 0 8-3.6 8-8V120c0-4.4-3.6-8-8-8H264.7c-4.4 0-8 3.6-8 8v51.9c0 4.4 3.6 8 8 8h63.5v173.6L218.9 636.3zm333-203.1c22 0 39.9 17.9 39.9 39.9S573.9 513 551.9 513 512 495.1 512 473.1s17.9-39.9 39.9-39.9zM878 825.1l-29.9-77.4-85.7-53.5-.1.1c-.7-.5-1.5-1-2.2-1.5l-8.1-5-.3-.3c-29-17.5-62.3-26.8-97-26.8-44.9 0-87.2 15.7-121 43.8a256.27 256.27 0 0 1-164.9 59.9c-53 0-103.5-16.1-146.2-45.6l-28.9-18.1L146 825.1c-2.8 7.4-4.3 15.2-4.3 23 0 35.2 28.6 63.8 63.8 63.8h612.9c7.9 0 15.7-1.5 23-4.3a63.6 63.6 0 0 0 36.6-82.5z\"/>\n</svg>\n</li><li title=\"eye invisible \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <defs><clipPath><path fill=\"none\" d=\"M124-288l388-672 388 672H124z\" clip-rule=\"evenodd\"/></clipPath></defs><path d=\"M508 624a112 112 0 0 0 112-112c0-3.28-.15-6.53-.43-9.74L498.26 623.57c3.21.28 6.45.43 9.74.43zm370.72-458.44L836 122.88a8 8 0 0 0-11.31 0L715.37 232.23Q624.91 186 512 186q-288.3 0-430.2 300.3a60.3 60.3 0 0 0 0 51.5q56.7 119.43 136.55 191.45L112.56 835a8 8 0 0 0 0 11.31L155.25 889a8 8 0 0 0 11.31 0l712.16-712.12a8 8 0 0 0 0-11.32zM332 512a176 176 0 0 1 258.88-155.28l-48.62 48.62a112.08 112.08 0 0 0-140.92 140.92l-48.62 48.62A175.09 175.09 0 0 1 332 512z\"/><path d=\"M942.2 486.2Q889.4 375 816.51 304.85L672.37 449A176.08 176.08 0 0 1 445 676.37L322.74 798.63Q407.82 838 512 838q288.3 0 430.2-300.3a60.29 60.29 0 0 0 0-51.5z\"/>\n</svg>\n</li><li title=\"eye \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M396 512a112 112 0 1 0 224 0 112 112 0 1 0-224 0zm546.2-25.8C847.4 286.5 704.1 186 512 186c-192.2 0-335.4 100.5-430.2 300.3a60.3 60.3 0 0 0 0 51.5C176.6 737.5 319.9 838 512 838c192.2 0 335.4-100.5 430.2-300.3 7.7-16.2 7.7-35 0-51.5zM508 688c-97.2 0-176-78.8-176-176s78.8-176 176-176 176 78.8 176 176-78.8 176-176 176z\"/>\n</svg>\n</li><li title=\"facebook \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-92.4 233.5h-63.9c-50.1 0-59.8 23.8-59.8 58.8v77.1h119.6l-15.6 120.7h-104V912H539.2V602.2H434.9V481.4h104.3v-89c0-103.3 63.1-159.6 155.3-159.6 44.2 0 82.1 3.3 93.2 4.8v107.9z\"/>\n</svg>\n</li><li title=\"fast backward \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M517.6 273.5L230.2 499.3a16.14 16.14 0 0 0 0 25.4l287.4 225.8c10.7 8.4 26.4.8 26.4-12.7V286.2c0-13.5-15.7-21.1-26.4-12.7zm320 0L550.2 499.3a16.14 16.14 0 0 0 0 25.4l287.4 225.8c10.7 8.4 26.4.8 26.4-12.7V286.2c0-13.5-15.7-21.1-26.4-12.7zm-620-25.5h-51.2c-3.5 0-6.4 2.7-6.4 6v516c0 3.3 2.9 6 6.4 6h51.2c3.5 0 6.4-2.7 6.4-6V254c0-3.3-2.9-6-6.4-6z\"/>\n</svg>\n</li><li title=\"fast forward \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M793.8 499.3L506.4 273.5c-10.7-8.4-26.4-.8-26.4 12.7v451.6c0 13.5 15.7 21.1 26.4 12.7l287.4-225.8a16.14 16.14 0 0 0 0-25.4zm-320 0L186.4 273.5c-10.7-8.4-26.4-.8-26.4 12.7v451.5c0 13.5 15.7 21.1 26.4 12.7l287.4-225.8c4.1-3.2 6.2-8 6.2-12.7 0-4.6-2.1-9.4-6.2-12.6zM857.6 248h-51.2c-3.5 0-6.4 2.7-6.4 6v516c0 3.3 2.9 6 6.4 6h51.2c3.5 0 6.4-2.7 6.4-6V254c0-3.3-2.9-6-6.4-6z\"/>\n</svg>\n</li><li title=\"file add \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M480 580H372a8 8 0 0 0-8 8v48a8 8 0 0 0 8 8h108v108a8 8 0 0 0 8 8h48a8 8 0 0 0 8-8V644h108a8 8 0 0 0 8-8v-48a8 8 0 0 0-8-8H544V472a8 8 0 0 0-8-8h-48a8 8 0 0 0-8 8v108zm374.6-291.3c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2z\"/>\n</svg>\n</li><li title=\"file excel \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2zM575.34 477.84l-61.22 102.3L452.3 477.8a12 12 0 0 0-10.27-5.79h-38.44a12 12 0 0 0-6.4 1.85 12 12 0 0 0-3.75 16.56l82.34 130.42-83.45 132.78a12 12 0 0 0-1.84 6.39 12 12 0 0 0 12 12h34.46a12 12 0 0 0 10.21-5.7l62.7-101.47 62.3 101.45a12 12 0 0 0 10.23 5.72h37.48a12 12 0 0 0 6.48-1.9 12 12 0 0 0 3.62-16.58l-83.83-130.55 85.3-132.47a12 12 0 0 0 1.9-6.5 12 12 0 0 0-12-12h-35.7a12 12 0 0 0-10.29 5.84z\"/>\n</svg>\n</li><li title=\"file exclamation \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2zM512 784a40 40 0 1 0 0-80 40 40 0 0 0 0 80zm32-152V448a8 8 0 0 0-8-8h-48a8 8 0 0 0-8 8v184a8 8 0 0 0 8 8h48a8 8 0 0 0 8-8z\"/>\n</svg>\n</li><li title=\"file image \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M854.6 288.7L639.4 73.4c-6-6-14.2-9.4-22.7-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.6-9.4-22.6zM400 402c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40zm296 294H328c-6.7 0-10.4-7.7-6.3-12.9l99.8-127.2a8 8 0 0 1 12.6 0l41.1 52.4 77.8-99.2a8 8 0 0 1 12.6 0l136.5 174c4.3 5.2.5 12.9-6.1 12.9zm-94-370V137.8L790.2 326H602z\"/>\n</svg>\n</li><li title=\"file markdown \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2zM426.13 600.93l59.11 132.97a16 16 0 0 0 14.62 9.5h24.06a16 16 0 0 0 14.63-9.51l59.1-133.35V758a16 16 0 0 0 16.01 16H641a16 16 0 0 0 16-16V486a16 16 0 0 0-16-16h-34.75a16 16 0 0 0-14.67 9.62L512.1 662.2l-79.48-182.59a16 16 0 0 0-14.67-9.61H383a16 16 0 0 0-16 16v272a16 16 0 0 0 16 16h27.13a16 16 0 0 0 16-16V600.93z\"/>\n</svg>\n</li><li title=\"file pdf \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2zM633.22 637.26c-15.18-.5-31.32.67-49.65 2.96-24.3-14.99-40.66-35.58-52.28-65.83l1.07-4.38 1.24-5.18c4.3-18.13 6.61-31.36 7.3-44.7.52-10.07-.04-19.36-1.83-27.97-3.3-18.59-16.45-29.46-33.02-30.13-15.45-.63-29.65 8-33.28 21.37-5.91 21.62-2.45 50.07 10.08 98.59-15.96 38.05-37.05 82.66-51.2 107.54-18.89 9.74-33.6 18.6-45.96 28.42-16.3 12.97-26.48 26.3-29.28 40.3-1.36 6.49.69 14.97 5.36 21.92 5.3 7.88 13.28 13 22.85 13.74 24.15 1.87 53.83-23.03 86.6-79.26 3.29-1.1 6.77-2.26 11.02-3.7l11.9-4.02c7.53-2.54 12.99-4.36 18.39-6.11 23.4-7.62 41.1-12.43 57.2-15.17 27.98 14.98 60.32 24.8 82.1 24.8 17.98 0 30.13-9.32 34.52-23.99 3.85-12.88.8-27.82-7.48-36.08-8.56-8.41-24.3-12.43-45.65-13.12zM385.23 765.68v-.36l.13-.34a54.86 54.86 0 0 1 5.6-10.76c4.28-6.58 10.17-13.5 17.47-20.87 3.92-3.95 8-7.8 12.79-12.12 1.07-.96 7.91-7.05 9.19-8.25l11.17-10.4-8.12 12.93c-12.32 19.64-23.46 33.78-33 43-3.51 3.4-6.6 5.9-9.1 7.51a16.43 16.43 0 0 1-2.61 1.42c-.41.17-.77.27-1.13.3a2.2 2.2 0 0 1-1.12-.15 2.07 2.07 0 0 1-1.27-1.91zM511.17 547.4l-2.26 4-1.4-4.38c-3.1-9.83-5.38-24.64-6.01-38-.72-15.2.49-24.32 5.29-24.32 6.74 0 9.83 10.8 10.07 27.05.22 14.28-2.03 29.14-5.7 35.65zm-5.81 58.46l1.53-4.05 2.09 3.8c11.69 21.24 26.86 38.96 43.54 51.31l3.6 2.66-4.39.9c-16.33 3.38-31.54 8.46-52.34 16.85 2.17-.88-21.62 8.86-27.64 11.17l-5.25 2.01 2.8-4.88c12.35-21.5 23.76-47.32 36.05-79.77zm157.62 76.26c-7.86 3.1-24.78.33-54.57-12.39l-7.56-3.22 8.2-.6c23.3-1.73 39.8-.45 49.42 3.07 4.1 1.5 6.83 3.39 8.04 5.55a4.64 4.64 0 0 1-1.36 6.31 6.7 6.7 0 0 1-2.17 1.28z\"/>\n</svg>\n</li><li title=\"file ppt \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2zM468.53 760v-91.54h59.27c60.57 0 100.2-39.65 100.2-98.12 0-58.22-39.58-98.34-99.98-98.34H424a12 12 0 0 0-12 12v276a12 12 0 0 0 12 12h32.53a12 12 0 0 0 12-12zm0-139.33h34.9c47.82 0 67.19-12.93 67.19-50.33 0-32.05-18.12-50.12-49.87-50.12h-52.22v100.45z\"/>\n</svg>\n</li><li title=\"file text \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2zM320 482a8 8 0 0 0-8 8v48a8 8 0 0 0 8 8h384a8 8 0 0 0 8-8v-48a8 8 0 0 0-8-8H320zm0 136a8 8 0 0 0-8 8v48a8 8 0 0 0 8 8h184a8 8 0 0 0 8-8v-48a8 8 0 0 0-8-8H320z\"/>\n</svg>\n</li><li title=\"file unknown \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2zM402 549c0 5.4 4.4 9.5 9.8 9.5h32.4c5.4 0 9.8-4.2 9.8-9.4 0-28.2 25.8-51.6 58-51.6s58 23.4 58 51.5c0 25.3-21 47.2-49.3 50.9-19.3 2.8-34.5 20.3-34.7 40.1v32c0 5.5 4.5 10 10 10h32c5.5 0 10-4.5 10-10v-12.2c0-6 4-11.5 9.7-13.3 44.6-14.4 75-54 74.3-98.9-.8-55.5-49.2-100.8-108.5-101.6-61.4-.7-111.5 45.6-111.5 103zm110 227a32 32 0 1 0 0-64 32 32 0 0 0 0 64z\"/>\n</svg>\n</li><li title=\"file word \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2zM512 566.1l52.81 197a12 12 0 0 0 11.6 8.9h31.77a12 12 0 0 0 11.6-8.88l74.37-276a12 12 0 0 0 .4-3.12 12 12 0 0 0-12-12h-35.57a12 12 0 0 0-11.7 9.31l-45.78 199.1-49.76-199.32A12 12 0 0 0 528.1 472h-32.2a12 12 0 0 0-11.64 9.1L434.6 680.01 388.5 481.3a12 12 0 0 0-11.68-9.29h-35.39a12 12 0 0 0-3.11.41 12 12 0 0 0-8.47 14.7l74.17 276A12 12 0 0 0 415.6 772h31.99a12 12 0 0 0 11.59-8.9l52.81-197z\"/>\n</svg>\n</li><li title=\"file zip \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2zM296 136v64h64v-64h-64zm64 64v64h64v-64h-64zm-64 64v64h64v-64h-64zm64 64v64h64v-64h-64zm-64 64v64h64v-64h-64zm64 64v64h64v-64h-64zm-64 64v64h64v-64h-64zm0 64v160h128V584H296zm48 48h32v64h-32v-64z\"/>\n</svg>\n</li><li title=\"file \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2z\"/>\n</svg>\n</li><li title=\"filter \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M349 838c0 17.7 14.2 32 31.8 32h262.4c17.6 0 31.8-14.3 31.8-32V642H349v196zm531.1-684H143.9c-24.5 0-39.8 26.7-27.5 48l221.3 376h348.8l221.3-376c12.1-21.3-3.2-48-27.7-48z\"/>\n</svg>\n</li><li title=\"fire \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M834.1 469.2A347.49 347.49 0 0 0 751.2 354l-29.1-26.7a8.09 8.09 0 0 0-13 3.3l-13 37.3c-8.1 23.4-23 47.3-44.1 70.8-1.4 1.5-3 1.9-4.1 2-1.1.1-2.8-.1-4.3-1.5-1.4-1.2-2.1-3-2-4.8 3.7-60.2-14.3-128.1-53.7-202C555.3 171 510 123.1 453.4 89.7l-41.3-24.3c-5.4-3.2-12.3 1-12 7.3l2.2 48c1.5 32.8-2.3 61.8-11.3 85.9-11 29.5-26.8 56.9-47 81.5a295.64 295.64 0 0 1-47.5 46.1 352.6 352.6 0 0 0-100.3 121.5A347.75 347.75 0 0 0 160 610c0 47.2 9.3 92.9 27.7 136a349.4 349.4 0 0 0 75.5 110.9c32.4 32 70 57.2 111.9 74.7C418.5 949.8 464.5 959 512 959s93.5-9.2 136.9-27.3A348.6 348.6 0 0 0 760.8 857c32.4-32 57.8-69.4 75.5-110.9a344.2 344.2 0 0 0 27.7-136c0-48.8-10-96.2-29.9-140.9z\"/>\n</svg>\n</li><li title=\"flag \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M880 305H624V192c0-17.7-14.3-32-32-32H184v-40c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v784c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V640h248v113c0 17.7 14.3 32 32 32h416c17.7 0 32-14.3 32-32V337c0-17.7-14.3-32-32-32z\"/>\n</svg>\n</li><li title=\"folder add \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M880 298.4H521L403.7 186.2a8.15 8.15 0 0 0-5.5-2.2H144c-17.7 0-32 14.3-32 32v592c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V330.4c0-17.7-14.3-32-32-32zM632 577c0 3.8-3.4 7-7.5 7H540v84.9c0 3.9-3.2 7.1-7 7.1h-42c-3.8 0-7-3.2-7-7.1V584h-84.5c-4.1 0-7.5-3.2-7.5-7v-42c0-3.8 3.4-7 7.5-7H484v-84.9c0-3.9 3.2-7.1 7-7.1h42c3.8 0 7 3.2 7 7.1V528h84.5c4.1 0 7.5 3.2 7.5 7v42z\"/>\n</svg>\n</li><li title=\"folder open \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M928 444H820V330.4c0-17.7-14.3-32-32-32H473L355.7 186.2a8.15 8.15 0 0 0-5.5-2.2H96c-17.7 0-32 14.3-32 32v592c0 17.7 14.3 32 32 32h698c13 0 24.8-7.9 29.7-20l134-332c1.5-3.8 2.3-7.9 2.3-12 0-17.7-14.3-32-32-32zm-180 0H238c-13 0-24.8 7.9-29.7 20L136 643.2V256h188.5l119.6 114.4H748V444z\"/>\n</svg>\n</li><li title=\"folder \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M880 298.4H521L403.7 186.2a8.15 8.15 0 0 0-5.5-2.2H144c-17.7 0-32 14.3-32 32v592c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V330.4c0-17.7-14.3-32-32-32z\"/>\n</svg>\n</li><li title=\"format painter \"><svg t=\"1569683558243\" class=\"icon\" viewBox=\"0 0 1024 1024\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" p-id=\"11409\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"200\" height=\"200\"><defs><style type=\"text/css\"></style></defs><path d=\"M840 192h-56v-72c0-13.3-10.7-24-24-24H168c-13.3 0-24 10.7-24 24v272c0 13.3 10.7 24 24 24h592c13.3 0 24-10.7 24-24V256h32v200H465c-22.1 0-40 17.9-40 40v136h-44c-4.4 0-8 3.6-8 8v228c0 1.1 0.2 2.2 0.6 3.1-0.4 1.6-0.6 3.2-0.6 4.9 0 46.4 37.6 84 84 84s84-37.6 84-84c0-1.7-0.2-3.3-0.6-4.9 0.4-1 0.6-2 0.6-3.1V640c0-4.4-3.6-8-8-8h-44V520h351c22.1 0 40-17.9 40-40V232c0-22.1-17.9-40-40-40z\" p-id=\"11410\"></path></svg></li><li title=\"forward \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M825.8 498L538.4 249.9c-10.7-9.2-26.4-.9-26.4 14v496.3c0 14.9 15.7 23.2 26.4 14L825.8 526c8.3-7.2 8.3-20.8 0-28zm-320 0L218.4 249.9c-10.7-9.2-26.4-.9-26.4 14v496.3c0 14.9 15.7 23.2 26.4 14L505.8 526c4.1-3.6 6.2-8.8 6.2-14 0-5.2-2.1-10.4-6.2-14z\"/>\n</svg>\n</li><li title=\"frown \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zM288 421a48.01 48.01 0 0 1 96 0 48.01 48.01 0 0 1-96 0zm376 272h-48.1c-4.2 0-7.8-3.2-8.1-7.4C604 636.1 562.5 597 512 597s-92.1 39.1-95.8 88.6c-.3 4.2-3.9 7.4-8.1 7.4H360a8 8 0 0 1-8-8.4c4.4-84.3 74.5-151.6 160-151.6s155.6 67.3 160 151.6a8 8 0 0 1-8 8.4zm24-224a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z\"/>\n</svg>\n</li><li title=\"fund \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M926 164H94c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V196c0-17.7-14.3-32-32-32zm-92.3 194.4l-297 297.2a8.03 8.03 0 0 1-11.3 0L410.9 541.1 238.4 713.7a8.03 8.03 0 0 1-11.3 0l-36.8-36.8a8.03 8.03 0 0 1 0-11.3l214.9-215c3.1-3.1 8.2-3.1 11.3 0L531 565l254.5-254.6c3.1-3.1 8.2-3.1 11.3 0l36.8 36.8c3.2 3 3.2 8.1.1 11.2z\"/>\n</svg>\n</li><li title=\"funnel plot \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M336.7 586h350.6l84.9-148H251.8zm543.4-432H143.9c-24.5 0-39.8 26.7-27.5 48L215 374h594l98.7-172c12.2-21.3-3.1-48-27.6-48zM349 838c0 17.7 14.2 32 31.8 32h262.4c17.6 0 31.8-14.3 31.8-32V650H349v188z\"/>\n</svg>\n</li><li title=\"gift \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M160 894c0 17.7 14.3 32 32 32h286V550H160v344zm386 32h286c17.7 0 32-14.3 32-32V550H546v376zm334-616H732.4c13.6-21.4 21.6-46.8 21.6-74 0-76.1-61.9-138-138-138-41.4 0-78.7 18.4-104 47.4-25.3-29-62.6-47.4-104-47.4-76.1 0-138 61.9-138 138 0 27.2 7.9 52.6 21.6 74H144c-17.7 0-32 14.3-32 32v140h366V310h68v172h366V342c0-17.7-14.3-32-32-32zm-402-4h-70c-38.6 0-70-31.4-70-70s31.4-70 70-70 70 31.4 70 70v70zm138 0h-70v-70c0-38.6 31.4-70 70-70s70 31.4 70 70-31.4 70-70 70z\"/>\n</svg>\n</li><li title=\"github \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M511.6 76.3C264.3 76.2 64 276.4 64 523.5 64 718.9 189.3 885 363.8 946c23.5 5.9 19.9-10.8 19.9-22.2v-77.5c-135.7 15.9-141.2-73.9-150.3-88.9C215 726 171.5 718 184.5 703c30.9-15.9 62.4 4 98.9 57.9 26.4 39.1 77.9 32.5 104 26 5.7-23.5 17.9-44.5 34.7-60.8-140.6-25.2-199.2-111-199.2-213 0-49.5 16.3-95 48.3-131.7-20.4-60.5 1.9-112.3 4.9-120 58.1-5.2 118.5 41.6 123.2 45.3 33-8.9 70.7-13.6 112.9-13.6 42.4 0 80.2 4.9 113.5 13.9 11.3-8.6 67.3-48.8 121.3-43.9 2.9 7.7 24.7 58.3 5.5 118 32.4 36.8 48.9 82.7 48.9 132.3 0 102.2-59 188.1-200 212.9a127.5 127.5 0 0 1 38.1 91v112.5c.8 9 0 17.9 15 17.9 177.1-59.7 304.6-227 304.6-424.1 0-247.2-200.4-447.3-447.5-447.3z\"/>\n</svg>\n</li><li title=\"gitlab \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M910.5 553.2l-109-370.8c-6.8-20.4-23.1-34.1-44.9-34.1s-39.5 12.3-46.3 32.7l-72.2 215.4H386.2L314 181.1c-6.8-20.4-24.5-32.7-46.3-32.7s-39.5 13.6-44.9 34.1L113.9 553.2c-4.1 13.6 1.4 28.6 12.3 36.8l385.4 289 386.7-289c10.8-8.1 16.3-23.1 12.2-36.8z\"/>\n</svg>\n</li><li title=\"gold \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M905.9 806.7l-40.2-248c-.6-3.9-4-6.7-7.9-6.7H596.2c-3.9 0-7.3 2.8-7.9 6.7l-40.2 248c-.1.4-.1.9-.1 1.3 0 4.4 3.6 8 8 8h342c.4 0 .9 0 1.3-.1 4.3-.7 7.3-4.8 6.6-9.2zm-470.2-248c-.6-3.9-4-6.7-7.9-6.7H166.2c-3.9 0-7.3 2.8-7.9 6.7l-40.2 248c-.1.4-.1.9-.1 1.3 0 4.4 3.6 8 8 8h342c.4 0 .9 0 1.3-.1 4.4-.7 7.3-4.8 6.6-9.2l-40.2-248zM342 472h342c.4 0 .9 0 1.3-.1 4.4-.7 7.3-4.8 6.6-9.2l-40.2-248c-.6-3.9-4-6.7-7.9-6.7H382.2c-3.9 0-7.3 2.8-7.9 6.7l-40.2 248c-.1.4-.1.9-.1 1.3 0 4.4 3.6 8 8 8z\"/>\n</svg>\n</li><li title=\"golden \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M905.9 806.7l-40.2-248c-.6-3.9-4-6.7-7.9-6.7H596.2c-3.9 0-7.3 2.8-7.9 6.7l-40.2 248c-.1.4-.1.9-.1 1.3 0 4.4 3.6 8 8 8h342c.4 0 .9 0 1.3-.1 4.3-.7 7.3-4.8 6.6-9.2zm-470.2-248c-.6-3.9-4-6.7-7.9-6.7H166.2c-3.9 0-7.3 2.8-7.9 6.7l-40.2 248c-.1.4-.1.9-.1 1.3 0 4.4 3.6 8 8 8h342c.4 0 .9 0 1.3-.1 4.4-.7 7.3-4.8 6.6-9.2l-40.2-248zM342 472h342c.4 0 .9 0 1.3-.1 4.4-.7 7.3-4.8 6.6-9.2l-40.2-248c-.6-3.9-4-6.7-7.9-6.7H382.2c-3.9 0-7.3 2.8-7.9 6.7l-40.2 248c-.1.4-.1.9-.1 1.3 0 4.4 3.6 8 8 8z\"/>\n</svg>\n</li><li title=\"google circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm167 633.6C638.4 735 583 757 516.9 757c-95.7 0-178.5-54.9-218.8-134.9C281.5 589 272 551.6 272 512s9.5-77 26.1-110.1c40.3-80.1 123.1-135 218.8-135 66 0 121.4 24.3 163.9 63.8L610.6 401c-25.4-24.3-57.7-36.6-93.6-36.6-63.8 0-117.8 43.1-137.1 101-4.9 14.7-7.7 30.4-7.7 46.6s2.8 31.9 7.7 46.6c19.3 57.9 73.3 101 137 101 33 0 61-8.7 82.9-23.4 26-17.4 43.2-43.3 48.9-74H516.9v-94.8h230.7c2.9 16.1 4.4 32.8 4.4 50.1 0 74.7-26.7 137.4-73 180.1z\"/>\n</svg>\n</li><li title=\"google plus circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm36.5 558.8c-43.9 61.8-132.1 79.8-200.9 53.3-69-26.3-118-99.2-112.1-173.5 1.5-90.9 85.2-170.6 176.1-167.5 43.6-2 84.6 16.9 118 43.6-14.3 16.2-29 31.8-44.8 46.3-40.1-27.7-97.2-35.6-137.3-3.6-57.4 39.7-60 133.4-4.8 176.1 53.7 48.7 155.2 24.5 170.1-50.1-33.6-.5-67.4 0-101-1.1-.1-20.1-.2-40.1-.1-60.2 56.2-.2 112.5-.3 168.8.2 3.3 47.3-3 97.5-32 136.5zM791 536.5c-16.8.2-33.6.3-50.4.4-.2 16.8-.3 33.6-.3 50.4H690c-.2-16.8-.2-33.5-.3-50.3-16.8-.2-33.6-.3-50.4-.5v-50.1c16.8-.2 33.6-.3 50.4-.3.1-16.8.3-33.6.4-50.4h50.2l.3 50.4c16.8.2 33.6.2 50.4.3v50.1z\"/>\n</svg>\n</li><li title=\"google plus square \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM548.5 622.8c-43.9 61.8-132.1 79.8-200.9 53.3-69-26.3-118-99.2-112.1-173.5 1.5-90.9 85.2-170.6 176.1-167.5 43.6-2 84.6 16.9 118 43.6-14.3 16.2-29 31.8-44.8 46.3-40.1-27.7-97.2-35.6-137.3-3.6-57.4 39.7-60 133.4-4.8 176.1 53.7 48.7 155.2 24.5 170.1-50.1-33.6-.5-67.4 0-101-1.1-.1-20.1-.2-40.1-.1-60.2 56.2-.2 112.5-.3 168.8.2 3.3 47.3-3 97.5-32 136.5zM791 536.5c-16.8.2-33.6.3-50.4.4-.2 16.8-.3 33.6-.3 50.4H690c-.2-16.8-.2-33.5-.3-50.3-16.8-.2-33.6-.3-50.4-.5v-50.1c16.8-.2 33.6-.3 50.4-.3.1-16.8.3-33.6.4-50.4h50.2l.3 50.4c16.8.2 33.6.2 50.4.3v50.1z\"/>\n</svg>\n</li><li title=\"google square \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM679 697.6C638.4 735 583 757 516.9 757c-95.7 0-178.5-54.9-218.8-134.9A245.02 245.02 0 0 1 272 512c0-39.6 9.5-77 26.1-110.1 40.3-80.1 123.1-135 218.8-135 66 0 121.4 24.3 163.9 63.8L610.6 401c-25.4-24.3-57.7-36.6-93.6-36.6-63.8 0-117.8 43.1-137.1 101-4.9 14.7-7.7 30.4-7.7 46.6s2.8 31.9 7.7 46.6c19.3 57.9 73.3 101 137 101 33 0 61-8.7 82.9-23.4 26-17.4 43.2-43.3 48.9-74H516.9v-94.8h230.7c2.9 16.1 4.4 32.8 4.4 50.1 0 74.7-26.7 137.4-73 180.1z\"/>\n</svg>\n</li><li title=\"hdd \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M832 64H192c-17.7 0-32 14.3-32 32v224h704V96c0-17.7-14.3-32-32-32zM456 216c0 4.4-3.6 8-8 8H264c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48zM160 928c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V704H160v224zm576-136c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40zM160 640h704V384H160v256zm96-152c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8H264c-4.4 0-8-3.6-8-8v-48z\"/>\n</svg>\n</li><li title=\"heart \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M923 283.6a260.04 260.04 0 0 0-56.9-82.8 264.4 264.4 0 0 0-84-55.5A265.34 265.34 0 0 0 679.7 125c-49.3 0-97.4 13.5-139.2 39-10 6.1-19.5 12.8-28.5 20.1-9-7.3-18.5-14-28.5-20.1-41.8-25.5-89.9-39-139.2-39-35.5 0-69.9 6.8-102.4 20.3-31.4 13-59.7 31.7-84 55.5a258.44 258.44 0 0 0-56.9 82.8c-13.9 32.3-21 66.6-21 101.9 0 33.3 6.8 68 20.3 103.3 11.3 29.5 27.5 60.1 48.2 91 32.8 48.9 77.9 99.9 133.9 151.6 92.8 85.7 184.7 144.9 188.6 147.3l23.7 15.2c10.5 6.7 24 6.7 34.5 0l23.7-15.2c3.9-2.5 95.7-61.6 188.6-147.3 56-51.7 101.1-102.7 133.9-151.6 20.7-30.9 37-61.5 48.2-91 13.5-35.3 20.3-70 20.3-103.3.1-35.3-7-69.6-20.9-101.9z\"/>\n</svg>\n</li><li title=\"highlight \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M957.6 507.4L603.2 158.2a7.9 7.9 0 0 0-11.2 0L353.3 393.4a8.03 8.03 0 0 0-.1 11.3l.1.1 40 39.4-117.2 115.3a8.03 8.03 0 0 0-.1 11.3l.1.1 39.5 38.9-189.1 187H72.1c-4.4 0-8.1 3.6-8.1 8V860c0 4.4 3.6 8 8 8h344.9c2.1 0 4.1-.8 5.6-2.3l76.1-75.6 40.4 39.8a7.9 7.9 0 0 0 11.2 0l117.1-115.6 40.1 39.5a7.9 7.9 0 0 0 11.2 0l238.7-235.2c3.4-3 3.4-8 .3-11.2z\"/>\n</svg>\n</li><li title=\"home \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M946.5 505L534.6 93.4a31.93 31.93 0 0 0-45.2 0L77.5 505c-12 12-18.8 28.3-18.8 45.3 0 35.3 28.7 64 64 64h43.4V908c0 17.7 14.3 32 32 32H448V716h112v224h265.9c17.7 0 32-14.3 32-32V614.3h43.4c17 0 33.3-6.7 45.3-18.8 24.9-25 24.9-65.5-.1-90.5z\"/>\n</svg>\n</li><li title=\"hourglass \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M742 318V184h86c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H196c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h86v134c0 81.5 42.4 153.2 106.4 194-64 40.8-106.4 112.5-106.4 194v134h-86c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h632c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-86V706c0-81.5-42.4-153.2-106.4-194 64-40.8 106.4-112.5 106.4-194z\"/>\n</svg>\n</li><li title=\"html5 \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M145.2 96l66 746.6L512 928l299.6-85.4L878.9 96H145.2zm595 177.1l-4.8 47.2-1.7 19.5H382.3l8.2 94.2h335.1l-3.3 24.3-21.2 242.2-1.7 16.2-187 51.6v.3h-1.2l-.3.1v-.1h-.1l-188.6-52L310.8 572h91.1l6.5 73.2 102.4 27.7h.4l102-27.6 11.4-118.6H510.9v-.1H306l-22.8-253.5-1.7-24.3h460.3l-1.6 24.3z\"/>\n</svg>\n</li><li title=\"idcard \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M373 411c-28.5 0-51.7 23.3-51.7 52s23.2 52 51.7 52 51.7-23.3 51.7-52-23.2-52-51.7-52zm555-251H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zM608 420c0-4.4 1-8 2.3-8h123.4c1.3 0 2.3 3.6 2.3 8v48c0 4.4-1 8-2.3 8H610.3c-1.3 0-2.3-3.6-2.3-8v-48zm-86 253h-43.9c-4.2 0-7.6-3.3-7.9-7.5-3.8-50.5-46-90.5-97.2-90.5s-93.4 40-97.2 90.5c-.3 4.2-3.7 7.5-7.9 7.5H224a8 8 0 0 1-8-8.4c2.8-53.3 32-99.7 74.6-126.1a111.8 111.8 0 0 1-29.1-75.5c0-61.9 49.9-112 111.4-112s111.4 50.1 111.4 112c0 29.1-11 55.5-29.1 75.5 42.7 26.5 71.8 72.8 74.6 126.1.4 4.6-3.2 8.4-7.8 8.4zm278.9-53H615.1c-3.9 0-7.1-3.6-7.1-8v-48c0-4.4 3.2-8 7.1-8h185.7c3.9 0 7.1 3.6 7.1 8v48h.1c0 4.4-3.2 8-7.1 8z\"/>\n</svg>\n</li><li title=\"ie circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M693.6 284.4c-24 0-51.1 11.7-72.6 22 46.3 18 86 57.3 112.3 99.6 7.1-18.9 14.6-47.9 14.6-67.9 0-32-22.8-53.7-54.3-53.7zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm253.9 492.9H437.1c0 100.4 144.3 136 196.8 47.4h120.8c-32.6 91.7-119.7 146-216.8 146-35.1 0-70.3-.1-101.7-15.6-87.4 44.5-180.3 56.6-180.3-42 0-45.8 23.2-107.1 44-145C335 484 381.3 422.8 435.6 374.5c-43.7 18.9-91.1 66.3-122 101.2 25.9-112.8 129.5-193.6 237.1-186.5 130-59.8 209.7-34.1 209.7 38.6 0 27.4-10.6 63.3-21.4 87.9 25.2 45.5 33.3 97.6 26.9 141.2zM540.5 399.1c-53.7 0-102 39.7-104 94.9h208c-2-55.1-50.6-94.9-104-94.9zM320.6 602.9c-73 152.4 11.5 172.2 100.3 123.3-46.6-27.5-82.6-72.2-100.3-123.3z\"/>\n</svg>\n</li><li title=\"ie square \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM765.9 556.9H437.1c0 100.4 144.3 136 196.8 47.4h120.8c-32.6 91.7-119.7 146-216.8 146-35.1 0-70.3-.1-101.7-15.6-87.4 44.5-180.3 56.6-180.3-42 0-45.8 23.2-107.1 44-145C335 484 381.3 422.8 435.6 374.5c-43.7 18.9-91.1 66.3-122 101.2 25.9-112.8 129.5-193.6 237.1-186.5 130-59.8 209.7-34.1 209.7 38.6 0 27.4-10.6 63.3-21.4 87.9 25.2 45.5 33.3 97.6 26.9 141.2zm-72.3-272.5c-24 0-51.1 11.7-72.6 22 46.3 18 86 57.3 112.3 99.6 7.1-18.9 14.6-47.9 14.6-67.9 0-32-22.8-53.7-54.3-53.7zM540.5 399.1c-53.7 0-102 39.7-104 94.9h208c-2-55.1-50.6-94.9-104-94.9zM320.6 602.9c-73 152.4 11.5 172.2 100.3 123.3-46.6-27.5-82.6-72.2-100.3-123.3z\"/>\n</svg>\n</li><li title=\"info circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm32 664c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V456c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v272zm-32-344a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z\"/>\n</svg>\n</li><li title=\"instagram \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M512 378.7c-73.4 0-133.3 59.9-133.3 133.3S438.6 645.3 512 645.3 645.3 585.4 645.3 512 585.4 378.7 512 378.7zM911.8 512c0-55.2.5-109.9-2.6-165-3.1-64-17.7-120.8-64.5-167.6-46.9-46.9-103.6-61.4-167.6-64.5-55.2-3.1-109.9-2.6-165-2.6-55.2 0-109.9-.5-165 2.6-64 3.1-120.8 17.7-167.6 64.5C132.6 226.3 118.1 283 115 347c-3.1 55.2-2.6 109.9-2.6 165s-.5 109.9 2.6 165c3.1 64 17.7 120.8 64.5 167.6 46.9 46.9 103.6 61.4 167.6 64.5 55.2 3.1 109.9 2.6 165 2.6 55.2 0 109.9.5 165-2.6 64-3.1 120.8-17.7 167.6-64.5 46.9-46.9 61.4-103.6 64.5-167.6 3.2-55.1 2.6-109.8 2.6-165zM512 717.1c-113.5 0-205.1-91.6-205.1-205.1S398.5 306.9 512 306.9 717.1 398.5 717.1 512 625.5 717.1 512 717.1zm213.5-370.7c-26.5 0-47.9-21.4-47.9-47.9s21.4-47.9 47.9-47.9 47.9 21.4 47.9 47.9a47.84 47.84 0 0 1-47.9 47.9z\"/>\n</svg>\n</li><li title=\"insurance \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M519.9 358.8h97.9v41.6h-97.9zm347-188.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2zM411.3 656h-.2c0 4.4-3.6 8-8 8h-37.3c-4.4 0-8-3.6-8-8V471.4c-7.7 9.2-15.4 17.9-23.1 26a6.04 6.04 0 0 1-10.2-2.4l-13.2-43.5c-.6-2-.2-4.1 1.2-5.6 37-43.4 64.7-95.1 82.2-153.6 1.1-3.5 5-5.3 8.4-3.7l38.6 18.3c2.7 1.3 4.1 4.4 3.2 7.2a429.2 429.2 0 0 1-33.6 79V656zm296.5-49.2l-26.3 35.3a5.92 5.92 0 0 1-8.9.7c-30.6-29.3-56.8-65.2-78.1-106.9V656c0 4.4-3.6 8-8 8h-36.2c-4.4 0-8-3.6-8-8V536c-22 44.7-49 80.8-80.6 107.6a5.9 5.9 0 0 1-8.9-1.4L430 605.7a6 6 0 0 1 1.6-8.1c28.6-20.3 51.9-45.2 71-76h-55.1c-4.4 0-8-3.6-8-8V478c0-4.4 3.6-8 8-8h94.9v-18.6h-65.9c-4.4 0-8-3.6-8-8V316c0-4.4 3.6-8 8-8h184.7c4.4 0 8 3.6 8 8v127.2c0 4.4-3.6 8-8 8h-66.7v18.6h98.8c4.4 0 8 3.6 8 8v35.6c0 4.4-3.6 8-8 8h-59c18.1 29.1 41.8 54.3 72.3 76.9 2.6 2.1 3.2 5.9 1.2 8.5z\"/>\n</svg>\n</li><li title=\"interaction \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM726 585.7c0 55.3-44.7 100.1-99.7 100.1H420.6v53.4c0 5.7-6.5 8.8-10.9 5.3l-109.1-85.7c-3.5-2.7-3.5-8 0-10.7l109.1-85.7c4.4-3.5 10.9-.3 10.9 5.3v53.4h205.7c19.6 0 35.5-16 35.5-35.6v-78.9c0-3.7 3-6.8 6.8-6.8h50.7c3.7 0 6.8 3 6.8 6.8v79.1zm-2.6-209.9l-109.1 85.7c-4.4 3.5-10.9.3-10.9-5.3v-53.4H397.7c-19.6 0-35.5 16-35.5 35.6v78.9c0 3.7-3 6.8-6.8 6.8h-50.7c-3.7 0-6.8-3-6.8-6.8v-78.9c0-55.3 44.7-100.1 99.7-100.1h205.7v-53.4c0-5.7 6.5-8.8 10.9-5.3l109.1 85.7c3.6 2.5 3.6 7.8.1 10.5z\"/>\n</svg>\n</li><li title=\"layout \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M384 912h496c17.7 0 32-14.3 32-32V340H384v572zm496-800H384v164h528V144c0-17.7-14.3-32-32-32zm-768 32v736c0 17.7 14.3 32 32 32h176V112H144c-17.7 0-32 14.3-32 32z\"/>\n</svg>\n</li><li title=\"left circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm104 316.9c0 10.2-4.9 19.9-13.2 25.9L457.4 512l145.4 105.2c8.3 6 13.2 15.6 13.2 25.9V690c0 6.5-7.4 10.3-12.7 6.5l-246-178a7.95 7.95 0 0 1 0-12.9l246-178a8 8 0 0 1 12.7 6.5v46.8z\"/>\n</svg>\n</li><li title=\"left square \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM624 380.9c0 10.2-4.9 19.9-13.2 25.9L465.4 512l145.4 105.2c8.3 6 13.2 15.6 13.2 25.9V690c0 6.5-7.4 10.3-12.7 6.5l-246-178a7.95 7.95 0 0 1 0-12.9l246-178c5.3-3.8 12.7 0 12.7 6.5v46.8z\"/>\n</svg>\n</li><li title=\"like \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M885.9 533.7c16.8-22.2 26.1-49.4 26.1-77.7 0-44.9-25.1-87.4-65.5-111.1a67.67 67.67 0 0 0-34.3-9.3H572.4l6-122.9c1.4-29.7-9.1-57.9-29.5-79.4A106.62 106.62 0 0 0 471 99.9c-52 0-98 35-111.8 85.1l-85.9 311h-.3v428h472.3c9.2 0 18.2-1.8 26.5-5.4 47.6-20.3 78.3-66.8 78.3-118.4 0-12.6-1.8-25-5.4-37 16.8-22.2 26.1-49.4 26.1-77.7 0-12.6-1.8-25-5.4-37 16.8-22.2 26.1-49.4 26.1-77.7-.2-12.6-2-25.1-5.6-37.1zM112 528v364c0 17.7 14.3 32 32 32h65V496h-65c-17.7 0-32 14.3-32 32z\"/>\n</svg>\n</li><li title=\"linkedin \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM349.3 793.7H230.6V411.9h118.7v381.8zm-59.3-434a68.8 68.8 0 1 1 68.8-68.8c-.1 38-30.9 68.8-68.8 68.8zm503.7 434H675.1V608c0-44.3-.8-101.2-61.7-101.2-61.7 0-71.2 48.2-71.2 98v188.9H423.7V411.9h113.8v52.2h1.6c15.8-30 54.5-61.7 112.3-61.7 120.2 0 142.3 79.1 142.3 181.9v209.4z\"/>\n</svg>\n</li><li title=\"lock \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M832 464h-68V240c0-70.7-57.3-128-128-128H388c-70.7 0-128 57.3-128 128v224h-68c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V496c0-17.7-14.3-32-32-32zM540 701v53c0 4.4-3.6 8-8 8h-40c-4.4 0-8-3.6-8-8v-53a48.01 48.01 0 1 1 56 0zm152-237H332V240c0-30.9 25.1-56 56-56h248c30.9 0 56 25.1 56 56v224z\"/>\n</svg>\n</li><li title=\"mac command \"><svg t=\"1569747879816\" class=\"icon\" viewBox=\"0 0 1024 1024\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" p-id=\"7959\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"200\" height=\"200\"><defs><style type=\"text/css\"></style></defs><path d=\"M624 672c0 26.5 21.5 48 48 48s48-21.5 48-48-21.5-48-48-48h-48v48zM720 352c0-26.5-21.5-48-48-48s-48 21.5-48 48v48h48c26.5 0 48-21.5 48-48z\" p-id=\"7960\"></path><path d=\"M928 64H96c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zM672 560c61.9 0 112 50.1 112 112s-50.1 112-112 112-112-50.1-112-112v-48h-96v48c0 61.9-50.1 112-112 112s-112-50.1-112-112 50.1-112 112-112h48v-96h-48c-61.9 0-112-50.1-112-112s50.1-112 112-112 112 50.1 112 112v48h96v-48c0-61.9 50.1-112 112-112s112 50.1 112 112-50.1 112-112 112h-48v96h48z\" p-id=\"7961\"></path><path d=\"M464 464h96v96h-96zM352 304c-26.5 0-48 21.5-48 48s21.5 48 48 48h48v-48c0-26.5-21.5-48-48-48zM304 672c0 26.5 21.5 48 48 48s48-21.5 48-48v-48h-48c-26.5 0-48 21.5-48 48z\" p-id=\"7962\"></path></svg></li><li title=\"mail \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-80.8 108.9L531.7 514.4c-7.8 6.1-18.7 6.1-26.5 0L189.6 268.9A7.2 7.2 0 0 1 194 256h648.8a7.2 7.2 0 0 1 4.4 12.9z\"/>\n</svg>\n</li><li title=\"medicine box \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M839.2 278.1a32 32 0 0 0-30.4-22.1H736V144c0-17.7-14.3-32-32-32H320c-17.7 0-32 14.3-32 32v112h-72.8a31.9 31.9 0 0 0-30.4 22.1L112 502v378c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V502l-72.8-223.9zM660 628c0 4.4-3.6 8-8 8H544v108c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V636H372c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h108V464c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v108h108c4.4 0 8 3.6 8 8v48zm4-372H360v-72h304v72z\"/>\n</svg>\n</li><li title=\"medium circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm256 253.7l-40.8 39.1c-3.6 2.7-5.3 7.1-4.6 11.4v287.7c-.7 4.4 1 8.8 4.6 11.4l40 39.1v8.7H566.4v-8.3l41.3-40.1c4.1-4.1 4.1-5.3 4.1-11.4V422.5l-115 291.6h-15.5L347.5 422.5V618c-1.2 8.2 1.7 16.5 7.5 22.4l53.8 65.1v8.7H256v-8.7l53.8-65.1a26.1 26.1 0 0 0 7-22.4V392c.7-6.3-1.7-12.4-6.5-16.7l-47.8-57.6V309H411l114.6 251.5 100.9-251.3H768v8.5z\"/>\n</svg>\n</li><li title=\"medium square \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM768 317.7l-40.8 39.1c-3.6 2.7-5.3 7.1-4.6 11.4v287.7c-.7 4.4 1 8.8 4.6 11.4l40 39.1v8.7H566.4v-8.3l41.3-40.1c4.1-4.1 4.1-5.3 4.1-11.4V422.5l-115 291.6h-15.5L347.5 422.5V618c-1.2 8.2 1.7 16.5 7.5 22.4l53.8 65.1v8.7H256v-8.7l53.8-65.1a26.1 26.1 0 0 0 7-22.4V392c.7-6.3-1.7-12.4-6.5-16.7l-47.8-57.6V309H411l114.6 251.5 100.9-251.3H768v8.5z\"/>\n</svg>\n</li><li title=\"meh \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zM288 421a48.01 48.01 0 0 1 96 0 48.01 48.01 0 0 1-96 0zm384 200c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h304c4.4 0 8 3.6 8 8v48zm16-152a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z\"/>\n</svg>\n</li><li title=\"message \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M924.3 338.4a447.57 447.57 0 0 0-96.1-143.3 443.09 443.09 0 0 0-143-96.3A443.91 443.91 0 0 0 512 64h-2c-60.5.3-119 12.3-174.1 35.9a444.08 444.08 0 0 0-141.7 96.5 445 445 0 0 0-95 142.8A449.89 449.89 0 0 0 65 514.1c.3 69.4 16.9 138.3 47.9 199.9v152c0 25.4 20.6 46 45.9 46h151.8a447.72 447.72 0 0 0 199.5 48h2.1c59.8 0 117.7-11.6 172.3-34.3A443.2 443.2 0 0 0 827 830.5c41.2-40.9 73.6-88.7 96.3-142 23.5-55.2 35.5-113.9 35.8-174.5.2-60.9-11.6-120-34.8-175.6zM312.4 560c-26.4 0-47.9-21.5-47.9-48s21.5-48 47.9-48 47.9 21.5 47.9 48-21.4 48-47.9 48zm199.6 0c-26.4 0-47.9-21.5-47.9-48s21.5-48 47.9-48 47.9 21.5 47.9 48-21.5 48-47.9 48zm199.6 0c-26.4 0-47.9-21.5-47.9-48s21.5-48 47.9-48 47.9 21.5 47.9 48-21.5 48-47.9 48z\"/>\n</svg>\n</li><li title=\"minus circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm192 472c0 4.4-3.6 8-8 8H328c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h368c4.4 0 8 3.6 8 8v48z\"/>\n</svg>\n</li><li title=\"minus square \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM704 536c0 4.4-3.6 8-8 8H328c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h368c4.4 0 8 3.6 8 8v48z\"/>\n</svg>\n</li><li title=\"mobile \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M744 62H280c-35.3 0-64 28.7-64 64v768c0 35.3 28.7 64 64 64h464c35.3 0 64-28.7 64-64V126c0-35.3-28.7-64-64-64zM512 824c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40z\"/>\n</svg>\n</li><li title=\"money collect \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M911.5 699.7a8 8 0 0 0-10.3-4.8L840 717.2V179c0-37.6-30.4-68-68-68H252c-37.6 0-68 30.4-68 68v538.2l-61.3-22.3c-.9-.3-1.8-.5-2.7-.5-4.4 0-8 3.6-8 8V762c0 3.3 2.1 6.3 5.3 7.5L501 909.1c7.1 2.6 14.8 2.6 21.9 0l383.8-139.5c3.2-1.2 5.3-4.2 5.3-7.5v-59.6c0-1-.2-1.9-.5-2.8zm-243.8-377L564 514.3h57.6c4.4 0 8 3.6 8 8v27.1c0 4.4-3.6 8-8 8h-76.3v39h76.3c4.4 0 8 3.6 8 8v27.1c0 4.4-3.6 8-8 8h-76.3V703c0 4.4-3.6 8-8 8h-49.9c-4.4 0-8-3.6-8-8v-63.4h-76c-4.4 0-8-3.6-8-8v-27.1c0-4.4 3.6-8 8-8h76v-39h-76c-4.4 0-8-3.6-8-8v-27.1c0-4.4 3.6-8 8-8h57L356.5 322.8c-2.1-3.8-.7-8.7 3.2-10.8 1.2-.7 2.5-1 3.8-1h55.7a8 8 0 0 1 7.1 4.4L511 484.2h3.3L599 315.4c1.3-2.7 4.1-4.4 7.1-4.4h54.5c4.4 0 8 3.6 8.1 7.9 0 1.3-.4 2.6-1 3.8z\"/>\n</svg>\n</li><li title=\"notification \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M880 112c-3.8 0-7.7.7-11.6 2.3L292 345.9H128c-8.8 0-16 7.4-16 16.6v299c0 9.2 7.2 16.6 16 16.6h101.6c-3.7 11.6-5.6 23.9-5.6 36.4 0 65.9 53.8 119.5 120 119.5 55.4 0 102.1-37.6 115.9-88.4l408.6 164.2c3.9 1.5 7.8 2.3 11.6 2.3 16.9 0 32-14.2 32-33.2V145.2C912 126.2 897 112 880 112zM344 762.3c-26.5 0-48-21.4-48-47.8 0-11.2 3.9-21.9 11-30.4l84.9 34.1c-2 24.6-22.7 44.1-47.9 44.1z\"/>\n</svg>\n</li><li title=\"pause circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm-80 600c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V360c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v304zm224 0c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V360c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v304z\"/>\n</svg>\n</li><li title=\"pay circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm166.6 246.8L567.5 515.6h62c4.4 0 8 3.6 8 8v29.9c0 4.4-3.6 8-8 8h-82V603h82c4.4 0 8 3.6 8 8v29.9c0 4.4-3.6 8-8 8h-82V717c0 4.4-3.6 8-8 8h-54.3c-4.4 0-8-3.6-8-8v-68.1h-81.7c-4.4 0-8-3.6-8-8V611c0-4.4 3.6-8 8-8h81.7v-41.5h-81.7c-4.4 0-8-3.6-8-8v-29.9c0-4.4 3.6-8 8-8h61.4L345.4 310.8a8.07 8.07 0 0 1 7-11.9h60.7c3 0 5.8 1.7 7.1 4.4l90.6 180h3.4l90.6-180a8 8 0 0 1 7.1-4.4h59.5c4.4 0 8 3.6 8 8 .2 1.4-.2 2.7-.8 3.9z\"/>\n</svg>\n</li><li title=\"phone \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M885.6 230.2L779.1 123.8a80.83 80.83 0 0 0-57.3-23.8c-21.7 0-42.1 8.5-57.4 23.8L549.8 238.4a80.83 80.83 0 0 0-23.8 57.3c0 21.7 8.5 42.1 23.8 57.4l83.8 83.8A393.82 393.82 0 0 1 553.1 553 395.34 395.34 0 0 1 437 633.8L353.2 550a80.83 80.83 0 0 0-57.3-23.8c-21.7 0-42.1 8.5-57.4 23.8L123.8 664.5a80.89 80.89 0 0 0-23.8 57.4c0 21.7 8.5 42.1 23.8 57.4l106.3 106.3c24.4 24.5 58.1 38.4 92.7 38.4 7.3 0 14.3-.6 21.2-1.8 134.8-22.2 268.5-93.9 376.4-201.7C828.2 612.8 899.8 479.2 922.3 344c6.8-41.3-6.9-83.8-36.7-113.8z\"/>\n</svg>\n</li><li title=\"picture \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zM338 304c35.3 0 64 28.7 64 64s-28.7 64-64 64-64-28.7-64-64 28.7-64 64-64zm513.9 437.1a8.11 8.11 0 0 1-5.2 1.9H177.2c-4.4 0-8-3.6-8-8 0-1.9.7-3.7 1.9-5.2l170.3-202c2.8-3.4 7.9-3.8 11.3-1 .3.3.7.6 1 1l99.4 118 158.1-187.5c2.8-3.4 7.9-3.8 11.3-1 .3.3.7.6 1 1l229.6 271.6c2.6 3.3 2.2 8.4-1.2 11.2z\"/>\n</svg>\n</li><li title=\"pie chart \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M863.1 518.5H505.5V160.9c0-4.4-3.6-8-8-8h-26a398.57 398.57 0 0 0-282.5 117 397.47 397.47 0 0 0-85.6 127C82.6 446.2 72 498.5 72 552.5S82.6 658.7 103.4 708c20.1 47.5 48.9 90.3 85.6 127 36.7 36.7 79.4 65.5 127 85.6a396.64 396.64 0 0 0 155.6 31.5 398.57 398.57 0 0 0 282.5-117c36.7-36.7 65.5-79.4 85.6-127a396.64 396.64 0 0 0 31.5-155.6v-26c-.1-4.4-3.7-8-8.1-8zM951 463l-2.6-28.2c-8.5-92-49.3-178.8-115.1-244.3A398.5 398.5 0 0 0 588.4 75.6L560.1 73c-4.7-.4-8.7 3.2-8.7 7.9v383.7c0 4.4 3.6 8 8 8l383.6-1c4.7-.1 8.4-4 8-8.6z\"/>\n</svg>\n</li><li title=\"play circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm144.1 454.9L437.7 677.8a8.02 8.02 0 0 1-12.7-6.5V353.7a8 8 0 0 1 12.7-6.5L656.1 506a7.9 7.9 0 0 1 0 12.9z\"/>\n</svg>\n</li><li title=\"play square \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM641.7 520.8L442.3 677.6c-7.4 5.8-18.3.6-18.3-8.8V355.3c0-9.4 10.9-14.7 18.3-8.8l199.4 156.7a11.2 11.2 0 0 1 0 17.6z\"/>\n</svg>\n</li><li title=\"plus circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm192 472c0 4.4-3.6 8-8 8H544v152c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V544H328c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h152V328c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v152h152c4.4 0 8 3.6 8 8v48z\"/>\n</svg>\n</li><li title=\"plus square \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM704 536c0 4.4-3.6 8-8 8H544v152c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V544H328c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h152V328c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v152h152c4.4 0 8 3.6 8 8v48z\"/>\n</svg>\n</li><li title=\"pound circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm146 658c0 4.4-3.6 8-8 8H376.2c-4.4 0-8-3.6-8-8v-38.5c0-3.7 2.5-6.9 6.1-7.8 44-10.9 72.8-49 72.8-94.2 0-14.7-2.5-29.4-5.9-44.2H374c-4.4 0-8-3.6-8-8v-30c0-4.4 3.6-8 8-8h53.7c-7.8-25.1-14.6-50.7-14.6-77.1 0-75.8 58.6-120.3 151.5-120.3 26.5 0 51.4 5.5 70.3 12.7 3.1 1.2 5.2 4.2 5.2 7.5v39.5a8 8 0 0 1-10.6 7.6c-17.9-6.4-39-10.5-60.4-10.5-53.3 0-87.3 26.6-87.3 70.2 0 24.7 6.2 47.9 13.4 70.5h112c4.4 0 8 3.6 8 8v30c0 4.4-3.6 8-8 8h-98.6c3.1 13.2 5.3 26.9 5.3 41 0 40.7-16.5 73.9-43.9 91.1v4.7h180c4.4 0 8 3.6 8 8V722z\"/>\n</svg>\n</li><li title=\"printer \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M732 120c0-4.4-3.6-8-8-8H300c-4.4 0-8 3.6-8 8v148h440V120zm120 212H172c-44.2 0-80 35.8-80 80v328c0 17.7 14.3 32 32 32h168v132c0 4.4 3.6 8 8 8h424c4.4 0 8-3.6 8-8V772h168c17.7 0 32-14.3 32-32V412c0-44.2-35.8-80-80-80zM664 844H360V568h304v276zm164-360c0 4.4-3.6 8-8 8h-40c-4.4 0-8-3.6-8-8v-40c0-4.4 3.6-8 8-8h40c4.4 0 8 3.6 8 8v40z\"/>\n</svg>\n</li><li title=\"profile \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM380 696c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40zm0-144c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40zm0-144c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40zm304 272c0 4.4-3.6 8-8 8H492c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48zm0-144c0 4.4-3.6 8-8 8H492c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48zm0-144c0 4.4-3.6 8-8 8H492c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48z\"/>\n</svg>\n</li><li title=\"project \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM368 744c0 4.4-3.6 8-8 8h-80c-4.4 0-8-3.6-8-8V280c0-4.4 3.6-8 8-8h80c4.4 0 8 3.6 8 8v464zm192-280c0 4.4-3.6 8-8 8h-80c-4.4 0-8-3.6-8-8V280c0-4.4 3.6-8 8-8h80c4.4 0 8 3.6 8 8v184zm192 72c0 4.4-3.6 8-8 8h-80c-4.4 0-8-3.6-8-8V280c0-4.4 3.6-8 8-8h80c4.4 0 8 3.6 8 8v256z\"/>\n</svg>\n</li><li title=\"property safety \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M866.9 169.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2zM648.3 332.8l-87.7 161.1h45.7c5.5 0 10 4.5 10 10v21.3c0 5.5-4.5 10-10 10h-63.4v29.7h63.4c5.5 0 10 4.5 10 10v21.3c0 5.5-4.5 10-10 10h-63.4V658c0 5.5-4.5 10-10 10h-41.3c-5.5 0-10-4.5-10-10v-51.8h-63.1c-5.5 0-10-4.5-10-10v-21.3c0-5.5 4.5-10 10-10h63.1v-29.7h-63.1c-5.5 0-10-4.5-10-10v-21.3c0-5.5 4.5-10 10-10h45.2l-88-161.1c-2.6-4.8-.9-10.9 4-13.6 1.5-.8 3.1-1.2 4.8-1.2h46c3.8 0 7.2 2.1 8.9 5.5l72.9 144.3 73.2-144.3a10 10 0 0 1 8.9-5.5h45c5.5 0 10 4.5 10 10 .1 1.7-.3 3.3-1.1 4.8z\"/>\n</svg>\n</li><li title=\"pushpin \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M878.3 392.1L631.9 145.7c-6.5-6.5-15-9.7-23.5-9.7s-17 3.2-23.5 9.7L423.8 306.9c-12.2-1.4-24.5-2-36.8-2-73.2 0-146.4 24.1-206.5 72.3-15.4 12.3-16.6 35.4-2.7 49.4l181.7 181.7-215.4 215.2a15.8 15.8 0 0 0-4.6 9.8l-3.4 37.2c-.9 9.4 6.6 17.4 15.9 17.4.5 0 1 0 1.5-.1l37.2-3.4c3.7-.3 7.2-2 9.8-4.6l215.4-215.4 181.7 181.7c6.5 6.5 15 9.7 23.5 9.7 9.7 0 19.3-4.2 25.9-12.4 56.3-70.3 79.7-158.3 70.2-243.4l161.1-161.1c12.9-12.8 12.9-33.8 0-46.8z\"/>\n</svg>\n</li><li title=\"qq circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm210.5 612.4c-11.5 1.4-44.9-52.7-44.9-52.7 0 31.3-16.2 72.2-51.1 101.8 16.9 5.2 54.9 19.2 45.9 34.4-7.3 12.3-125.6 7.9-159.8 4-34.2 3.8-152.5 8.3-159.8-4-9.1-15.2 28.9-29.2 45.8-34.4-35-29.5-51.1-70.4-51.1-101.8 0 0-33.4 54.1-44.9 52.7-5.4-.7-12.4-29.6 9.4-99.7 10.3-33 22-60.5 40.2-105.8-3.1-116.9 45.3-215 160.4-215 113.9 0 163.3 96.1 160.4 215 18.1 45.2 29.9 72.8 40.2 105.8 21.7 70.1 14.6 99.1 9.3 99.7z\"/>\n</svg>\n</li><li title=\"qq square \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM722.5 676.4c-11.5 1.4-44.9-52.7-44.9-52.7 0 31.3-16.2 72.2-51.1 101.8 16.9 5.2 54.9 19.2 45.9 34.4-7.3 12.3-125.6 7.9-159.8 4-34.2 3.8-152.5 8.3-159.8-4-9.1-15.2 28.9-29.2 45.8-34.4-35-29.5-51.1-70.4-51.1-101.8 0 0-33.4 54.1-44.9 52.7-5.4-.7-12.4-29.6 9.4-99.7 10.3-33 22-60.5 40.2-105.8-3.1-116.9 45.3-215 160.4-215 113.9 0 163.3 96.1 160.4 215 18.1 45.2 29.9 72.8 40.2 105.8 21.7 70.1 14.6 99.1 9.3 99.7z\"/>\n</svg>\n</li><li title=\"question circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 708c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40zm62.9-219.5a48.3 48.3 0 0 0-30.9 44.8V620c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-21.5c0-23.1 6.7-45.9 19.9-64.9 12.9-18.6 30.9-32.8 52.1-40.9 34-13.1 56-41.6 56-72.7 0-44.1-43.1-80-96-80s-96 35.9-96 80v7.6c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V420c0-39.3 17.2-76 48.4-103.3C430.4 290.4 470 276 512 276s81.6 14.5 111.6 40.7C654.8 344 672 380.7 672 420c0 57.8-38.1 109.8-97.1 132.5z\"/>\n</svg>\n</li><li title=\"read \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M928 161H699.2c-49.1 0-97.1 14.1-138.4 40.7L512 233l-48.8-31.3A255.2 255.2 0 0 0 324.8 161H96c-17.7 0-32 14.3-32 32v568c0 17.7 14.3 32 32 32h228.8c49.1 0 97.1 14.1 138.4 40.7l44.4 28.6c1.3.8 2.8 1.3 4.3 1.3s3-.4 4.3-1.3l44.4-28.6C602 807.1 650.1 793 699.2 793H928c17.7 0 32-14.3 32-32V193c0-17.7-14.3-32-32-32zM404 553.5c0 4.1-3.2 7.5-7.1 7.5H211.1c-3.9 0-7.1-3.4-7.1-7.5v-45c0-4.1 3.2-7.5 7.1-7.5h185.7c3.9 0 7.1 3.4 7.1 7.5v45zm0-140c0 4.1-3.2 7.5-7.1 7.5H211.1c-3.9 0-7.1-3.4-7.1-7.5v-45c0-4.1 3.2-7.5 7.1-7.5h185.7c3.9 0 7.1 3.4 7.1 7.5v45zm416 140c0 4.1-3.2 7.5-7.1 7.5H627.1c-3.9 0-7.1-3.4-7.1-7.5v-45c0-4.1 3.2-7.5 7.1-7.5h185.7c3.9 0 7.1 3.4 7.1 7.5v45zm0-140c0 4.1-3.2 7.5-7.1 7.5H627.1c-3.9 0-7.1-3.4-7.1-7.5v-45c0-4.1 3.2-7.5 7.1-7.5h185.7c3.9 0 7.1 3.4 7.1 7.5v45z\"/>\n</svg>\n</li><li title=\"reconciliation \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M676 623c-18.8 0-34 15.2-34 34s15.2 34 34 34 34-15.2 34-34-15.2-34-34-34zm204-455H668c0-30.9-25.1-56-56-56h-80c-30.9 0-56 25.1-56 56H264c-17.7 0-32 14.3-32 32v200h-88c-17.7 0-32 14.3-32 32v448c0 17.7 14.3 32 32 32h336c17.7 0 32-14.3 32-32v-16h368c17.7 0 32-14.3 32-32V200c0-17.7-14.3-32-32-32zM448 848H176V616h272v232zm0-296H176v-88h272v88zm20-272v-48h72v-56h64v56h72v48H468zm180 168v56c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8zm28 301c-50.8 0-92-41.2-92-92s41.2-92 92-92 92 41.2 92 92-41.2 92-92 92zm92-245c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-96c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v96zm-92 61c-50.8 0-92 41.2-92 92s41.2 92 92 92 92-41.2 92-92-41.2-92-92-92zm0 126c-18.8 0-34-15.2-34-34s15.2-34 34-34 34 15.2 34 34-15.2 34-34 34z\"/>\n</svg>\n</li><li title=\"red envelope \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zM647 470.4l-87.2 161h45.9c4.6 0 8.4 3.8 8.4 8.4v25.1c0 4.6-3.8 8.4-8.4 8.4h-63.3v28.6h63.3c4.6 0 8.4 3.8 8.4 8.4v25c.2 4.6-3.6 8.5-8.2 8.5h-63.3v49.9c0 4.6-3.8 8.4-8.4 8.4h-43.7c-4.6 0-8.4-3.8-8.4-8.4v-49.9h-63c-4.6 0-8.4-3.8-8.4-8.4v-25.1c0-4.6 3.8-8.4 8.4-8.4h63v-28.6h-63c-4.6 0-8.4-3.8-8.4-8.4v-25.1c0-4.6 3.8-8.4 8.4-8.4h45.4l-87.5-161c-2.2-4.1-.7-9.1 3.4-11.4 1.3-.6 2.6-1 3.9-1h48.8c3.2 0 6.1 1.8 7.5 4.6l71.9 141.8 71.9-141.9a8.5 8.5 0 0 1 7.5-4.6h47.8c4.6 0 8.4 3.8 8.4 8.4-.1 1.5-.5 2.9-1.1 4.1zM512.6 323L289 148h446L512.6 323z\"/>\n</svg>\n</li><li title=\"reddit circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M584 548a36 36 0 1 0 72 0 36 36 0 1 0-72 0zm144-108a35.9 35.9 0 0 0-32.5 20.6c18.8 14.3 34.4 30.7 45.9 48.8A35.98 35.98 0 0 0 728 440zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm245 477.9c4.6 13.5 7 27.6 7 42.1 0 99.4-112.8 180-252 180s-252-80.6-252-180c0-14.5 2.4-28.6 7-42.1A72.01 72.01 0 0 1 296 404c27.1 0 50.6 14.9 62.9 37 36.2-19.8 80.2-32.8 128.1-36.1l58.4-131.1c4.3-9.8 15.2-14.8 25.5-11.8l91.6 26.5a54.03 54.03 0 0 1 101.6 25.6c0 29.8-24.2 54-54 54-23.5 0-43.5-15.1-50.9-36.1L577 308.3l-43 96.5c49.1 3 94.2 16.1 131.2 36.3 12.3-22.1 35.8-37 62.9-37 39.8 0 72 32.2 72 72-.1 29.3-17.8 54.6-43.1 65.8zm-171.3 83c-14.9 11.7-44.3 24.3-73.7 24.3s-58.9-12.6-73.7-24.3c-9.3-7.3-22.7-5.7-30 3.6-7.3 9.3-5.7 22.7 3.6 30 25.7 20.4 65 33.5 100.1 33.5 35.1 0 74.4-13.1 100.2-33.5 9.3-7.3 10.9-20.8 3.6-30a21.46 21.46 0 0 0-30.1-3.6zM296 440a35.98 35.98 0 0 0-13.4 69.4c11.5-18.1 27.1-34.5 45.9-48.8A35.9 35.9 0 0 0 296 440zm72 108a36 36 0 1 0 72 0 36 36 0 1 0-72 0z\"/>\n</svg>\n</li><li title=\"reddit square \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M296 440a35.98 35.98 0 0 0-13.4 69.4c11.5-18.1 27.1-34.5 45.9-48.8A35.9 35.9 0 0 0 296 440zm289.7 184.9c-14.9 11.7-44.3 24.3-73.7 24.3s-58.9-12.6-73.7-24.3c-9.3-7.3-22.7-5.7-30 3.6-7.3 9.3-5.7 22.7 3.6 30 25.7 20.4 65 33.5 100.1 33.5 35.1 0 74.4-13.1 100.2-33.5 9.3-7.3 10.9-20.8 3.6-30a21.46 21.46 0 0 0-30.1-3.6zM880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM757 541.9c4.6 13.5 7 27.6 7 42.1 0 99.4-112.8 180-252 180s-252-80.6-252-180c0-14.5 2.4-28.6 7-42.1A72.01 72.01 0 0 1 296 404c27.1 0 50.6 14.9 62.9 37 36.2-19.8 80.2-32.8 128.1-36.1l58.4-131.1c4.3-9.8 15.2-14.8 25.5-11.8l91.6 26.5a54.03 54.03 0 0 1 101.6 25.6c0 29.8-24.2 54-54 54-23.5 0-43.5-15.1-50.9-36.1L577 308.3l-43 96.5c49.1 3 94.2 16.1 131.2 36.3 12.3-22.1 35.8-37 62.9-37 39.8 0 72 32.2 72 72-.1 29.3-17.8 54.6-43.1 65.8zM584 548a36 36 0 1 0 72 0 36 36 0 1 0-72 0zm144-108a35.9 35.9 0 0 0-32.5 20.6c18.8 14.3 34.4 30.7 45.9 48.8A35.98 35.98 0 0 0 728 440zM368 548a36 36 0 1 0 72 0 36 36 0 1 0-72 0z\"/>\n</svg>\n</li><li title=\"rest \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M832 256h-28.1l-35.7-120.9c-4-13.7-16.5-23.1-30.7-23.1h-451c-14.3 0-26.8 9.4-30.7 23.1L220.1 256H192c-17.7 0-32 14.3-32 32v28c0 4.4 3.6 8 8 8h45.8l47.7 558.7a32 32 0 0 0 31.9 29.3h429.2a32 32 0 0 0 31.9-29.3L802.2 324H856c4.4 0 8-3.6 8-8v-28c0-17.7-14.3-32-32-32zM508 704c-79.5 0-144-64.5-144-144s64.5-144 144-144 144 64.5 144 144-64.5 144-144 144zM291 256l22.4-76h397.2l22.4 76H291zm137 304a80 80 0 1 0 160 0 80 80 0 1 0-160 0z\"/>\n</svg>\n</li><li title=\"right circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm154.7 454.5l-246 178c-5.3 3.8-12.7 0-12.7-6.5v-46.9c0-10.2 4.9-19.9 13.2-25.9L566.6 512 421.2 406.8c-8.3-6-13.2-15.6-13.2-25.9V334c0-6.5 7.4-10.3 12.7-6.5l246 178c4.4 3.2 4.4 9.8 0 13z\"/>\n</svg>\n</li><li title=\"right square \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM658.7 518.5l-246 178c-5.3 3.8-12.7 0-12.7-6.5v-46.9c0-10.2 4.9-19.9 13.2-25.9L558.6 512 413.2 406.8c-8.3-6-13.2-15.6-13.2-25.9V334c0-6.5 7.4-10.3 12.7-6.5l246 178c4.4 3.2 4.4 9.8 0 13z\"/>\n</svg>\n</li><li title=\"robot \"><svg t=\"1569682613478\" class=\"icon\" viewBox=\"0 0 1024 1024\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" p-id=\"7948\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"200\" height=\"200\"><defs><style type=\"text/css\"></style></defs><path d=\"M852 64H172c-17.7 0-32 14.3-32 32v660c0 17.7 14.3 32 32 32h680c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zM300 328c0-33.1 26.9-60 60-60s60 26.9 60 60-26.9 60-60 60-60-26.9-60-60z m372 248c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-60c0-4.4 3.6-8 8-8h304c4.4 0 8 3.6 8 8v60z m-8-188c-33.1 0-60-26.9-60-60s26.9-60 60-60 60 26.9 60 60-26.9 60-60 60zM799 864H225c-13.8 0-25 14.3-25 32v56c0 4.4 2.8 8 6.2 8h611.5c3.4 0 6.2-3.6 6.2-8v-56c0.1-17.7-11.1-32-24.9-32z\" p-id=\"7949\"></path></svg></li><li title=\"rocket \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M864 736c0-111.6-65.4-208-160-252.9V317.3c0-15.1-5.3-29.7-15.1-41.2L536.5 95.4C530.1 87.8 521 84 512 84s-18.1 3.8-24.5 11.4L335.1 276.1a63.97 63.97 0 0 0-15.1 41.2v165.8C225.4 528 160 624.4 160 736h156.5c-2.3 7.2-3.5 15-3.5 23.8 0 22.1 7.6 43.7 21.4 60.8a97.2 97.2 0 0 0 43.1 30.6c23.1 54 75.6 88.8 134.5 88.8 29.1 0 57.3-8.6 81.4-24.8 23.6-15.8 41.9-37.9 53-64a97 97 0 0 0 43.1-30.5 97.52 97.52 0 0 0 21.4-60.8c0-8.4-1.1-16.4-3.1-23.8L864 736zM512 352a48.01 48.01 0 0 1 0 96 48.01 48.01 0 0 1 0-96zm116.1 432.2c-5.2 3-11.2 4.2-17.1 3.4l-19.5-2.4-2.8 19.4c-5.4 37.9-38.4 66.5-76.7 66.5s-71.3-28.6-76.7-66.5l-2.8-19.5-19.5 2.5a27.7 27.7 0 0 1-17.1-3.5c-8.7-5-14.1-14.3-14.1-24.4 0-10.6 5.9-19.4 14.6-23.8h231.3c8.8 4.5 14.6 13.3 14.6 23.8-.1 10.2-5.5 19.6-14.2 24.5z\"/>\n</svg>\n</li><li title=\"safety certificate \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M866.9 169.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2zM694.5 340.7L481.9 633.4a16.1 16.1 0 0 1-26 0l-126.4-174c-3.8-5.3 0-12.7 6.5-12.7h55.2c5.1 0 10 2.5 13 6.6l64.7 89 150.9-207.8c3-4.1 7.8-6.6 13-6.6H688c6.5.1 10.3 7.5 6.5 12.8z\"/>\n</svg>\n</li><li title=\"save \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M893.3 293.3L730.7 130.7c-12-12-28.3-18.7-45.3-18.7H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V338.5c0-17-6.7-33.2-18.7-45.2zM384 176h256v112H384V176zm128 554c-79.5 0-144-64.5-144-144s64.5-144 144-144 144 64.5 144 144-64.5 144-144 144zm0-224c-44.2 0-80 35.8-80 80s35.8 80 80 80 80-35.8 80-80-35.8-80-80-80z\"/>\n</svg>\n</li><li title=\"schedule \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M928 224H768v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H548v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H328v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H96c-17.7 0-32 14.3-32 32v576c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V256c0-17.7-14.3-32-32-32zM424 688c0 4.4-3.6 8-8 8H232c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48zm0-136c0 4.4-3.6 8-8 8H232c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48zm374.5-91.3l-165 228.7a15.9 15.9 0 0 1-25.8 0L493.5 531.2c-3.8-5.3 0-12.7 6.5-12.7h54.9c5.1 0 9.9 2.5 12.9 6.6l52.8 73.1 103.7-143.7c3-4.2 7.8-6.6 12.9-6.6H792c6.5.1 10.3 7.5 6.5 12.8z\"/>\n</svg>\n</li><li title=\"security scan \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M866.9 169.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2zM626.8 554c-48.5 48.5-123 55.2-178.6 20.1l-77.5 77.5a8.03 8.03 0 0 1-11.3 0l-34-34a8.03 8.03 0 0 1 0-11.3l77.5-77.5c-35.1-55.7-28.4-130.1 20.1-178.6 56.3-56.3 147.5-56.3 203.8 0 56.3 56.3 56.3 147.5 0 203.8zm-158.54-45.27a80.1 80.1 0 1 0 113.27-113.28 80.1 80.1 0 1 0-113.27 113.28z\"/>\n</svg>\n</li><li title=\"setting \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M512.5 390.6c-29.9 0-57.9 11.6-79.1 32.8-21.1 21.2-32.8 49.2-32.8 79.1 0 29.9 11.7 57.9 32.8 79.1 21.2 21.1 49.2 32.8 79.1 32.8 29.9 0 57.9-11.7 79.1-32.8 21.1-21.2 32.8-49.2 32.8-79.1 0-29.9-11.7-57.9-32.8-79.1a110.96 110.96 0 0 0-79.1-32.8zm412.3 235.5l-65.4-55.9c3.1-19 4.7-38.4 4.7-57.7s-1.6-38.8-4.7-57.7l65.4-55.9a32.03 32.03 0 0 0 9.3-35.2l-.9-2.6a442.5 442.5 0 0 0-79.6-137.7l-1.8-2.1a32.12 32.12 0 0 0-35.1-9.5l-81.2 28.9c-30-24.6-63.4-44-99.6-57.5l-15.7-84.9a32.05 32.05 0 0 0-25.8-25.7l-2.7-.5c-52-9.4-106.8-9.4-158.8 0l-2.7.5a32.05 32.05 0 0 0-25.8 25.7l-15.8 85.3a353.44 353.44 0 0 0-98.9 57.3l-81.8-29.1a32 32 0 0 0-35.1 9.5l-1.8 2.1a445.93 445.93 0 0 0-79.6 137.7l-.9 2.6c-4.5 12.5-.8 26.5 9.3 35.2l66.2 56.5c-3.1 18.8-4.6 38-4.6 57 0 19.2 1.5 38.4 4.6 57l-66 56.5a32.03 32.03 0 0 0-9.3 35.2l.9 2.6c18.1 50.3 44.8 96.8 79.6 137.7l1.8 2.1a32.12 32.12 0 0 0 35.1 9.5l81.8-29.1c29.8 24.5 63 43.9 98.9 57.3l15.8 85.3a32.05 32.05 0 0 0 25.8 25.7l2.7.5a448.27 448.27 0 0 0 158.8 0l2.7-.5a32.05 32.05 0 0 0 25.8-25.7l15.7-84.9c36.2-13.6 69.6-32.9 99.6-57.5l81.2 28.9a32 32 0 0 0 35.1-9.5l1.8-2.1c34.8-41.1 61.5-87.4 79.6-137.7l.9-2.6c4.3-12.4.6-26.3-9.5-35zm-412.3 52.2c-97.1 0-175.8-78.7-175.8-175.8s78.7-175.8 175.8-175.8 175.8 78.7 175.8 175.8-78.7 175.8-175.8 175.8z\"/>\n</svg>\n</li><li title=\"shop \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M882 272.1V144c0-17.7-14.3-32-32-32H174c-17.7 0-32 14.3-32 32v128.1c-16.7 1-30 14.9-30 31.9v131.7a177 177 0 0 0 14.4 70.4c4.3 10.2 9.6 19.8 15.6 28.9v345c0 17.6 14.3 32 32 32h274V736h128v176h274c17.7 0 32-14.3 32-32V535a175 175 0 0 0 15.6-28.9c9.5-22.3 14.4-46 14.4-70.4V304c0-17-13.3-30.9-30-31.9zm-72 568H640V704c0-17.7-14.3-32-32-32H416c-17.7 0-32 14.3-32 32v136.1H214V597.9c2.9 1.4 5.9 2.8 9 4 22.3 9.4 46 14.1 70.4 14.1s48-4.7 70.4-14.1c13.8-5.8 26.8-13.2 38.7-22.1.2-.1.4-.1.6 0a180.4 180.4 0 0 0 38.7 22.1c22.3 9.4 46 14.1 70.4 14.1 24.4 0 48-4.7 70.4-14.1 13.8-5.8 26.8-13.2 38.7-22.1.2-.1.4-.1.6 0a180.4 180.4 0 0 0 38.7 22.1c22.3 9.4 46 14.1 70.4 14.1 24.4 0 48-4.7 70.4-14.1 3-1.3 6-2.6 9-4v242.2zm0-568.1H214v-88h596v88z\"/>\n</svg>\n</li><li title=\"shopping \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M832 312H696v-16c0-101.6-82.4-184-184-184s-184 82.4-184 184v16H192c-17.7 0-32 14.3-32 32v536c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V344c0-17.7-14.3-32-32-32zm-208 0H400v-16c0-61.9 50.1-112 112-112s112 50.1 112 112v16z\"/>\n</svg>\n</li><li title=\"signal \"><svg t=\"1569682885975\" class=\"icon\" viewBox=\"0 0 1024 1024\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" p-id=\"8305\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"200\" height=\"200\"><defs><style type=\"text/css\"></style></defs><path d=\"M584 352H440c-17.7 0-32 14.3-32 32v544c0 17.7 14.3 32 32 32h144c17.7 0 32-14.3 32-32V384c0-17.7-14.3-32-32-32zM892 64H748c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h144c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zM276 640H132c-17.7 0-32 14.3-32 32v256c0 17.7 14.3 32 32 32h144c17.7 0 32-14.3 32-32V672c0-17.7-14.3-32-32-32z\" p-id=\"8306\"></path></svg></li><li title=\"sketch circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M582.3 625.6l147.9-166.3h-63.4zm90-202.3h62.5l-92.1-115.1zm-274.7 36L512 684.5l114.4-225.2zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm286.7 380.2L515.8 762.3c-1 1.1-2.4 1.7-3.8 1.7s-2.8-.6-3.8-1.7L225.3 444.2a5.14 5.14 0 0 1-.2-6.6L365.6 262c1-1.2 2.4-1.9 4-1.9h284.6c1.6 0 3 .7 4 1.9l140.5 175.6a4.9 4.9 0 0 1 0 6.6zm-190.5-20.9L512 326.1l-96.2 97.2zM420.3 301.1l-23.1 89.8 88.8-89.8zm183.4 0H538l88.8 89.8zm-222.4 7.1l-92.1 115.1h62.5zm-87.5 151.1l147.9 166.3-84.5-166.3z\"/>\n</svg>\n</li><li title=\"sketch square \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M608.2 423.3L512 326.1l-96.2 97.2zm-25.9 202.3l147.9-166.3h-63.4zm90-202.3h62.5l-92.1-115.1zM880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-81.3 332.2L515.8 762.3c-1 1.1-2.4 1.7-3.8 1.7s-2.8-.6-3.8-1.7L225.3 444.2a5.14 5.14 0 0 1-.2-6.6L365.6 262c1-1.2 2.4-1.9 4-1.9h284.6c1.6 0 3 .7 4 1.9l140.5 175.6a4.9 4.9 0 0 1 0 6.6zm-401.1 15.1L512 684.5l114.4-225.2zm-16.3-151.1l-92.1 115.1h62.5zm-87.5 151.1l147.9 166.3-84.5-166.3zm126.5-158.2l-23.1 89.8 88.8-89.8zm183.4 0H538l88.8 89.8z\"/>\n</svg>\n</li><li title=\"skin \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M870 126H663.8c-17.4 0-32.9 11.9-37 29.3C614.3 208.1 567 246 512 246s-102.3-37.9-114.8-90.7a37.93 37.93 0 0 0-37-29.3H154a44 44 0 0 0-44 44v252a44 44 0 0 0 44 44h75v388a44 44 0 0 0 44 44h478a44 44 0 0 0 44-44V466h75a44 44 0 0 0 44-44V170a44 44 0 0 0-44-44z\"/>\n</svg>\n</li><li title=\"skype \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M883.7 578.6c4.1-22.5 6.3-45.5 6.3-68.5 0-51-10-100.5-29.7-147-19-45-46.3-85.4-81-120.1a375.79 375.79 0 0 0-120.1-80.9c-46.6-19.7-96-29.7-147-29.7-24 0-48.1 2.3-71.5 6.8A225.1 225.1 0 0 0 335.6 113c-59.7 0-115.9 23.3-158.1 65.5A222.25 222.25 0 0 0 112 336.6c0 38 9.8 75.4 28.1 108.4-3.7 21.4-5.7 43.3-5.7 65.1 0 51 10 100.5 29.7 147 19 45 46.2 85.4 80.9 120.1 34.7 34.7 75.1 61.9 120.1 80.9 46.6 19.7 96 29.7 147 29.7 22.2 0 44.4-2 66.2-5.9 33.5 18.9 71.3 29 110 29 59.7 0 115.9-23.2 158.1-65.5 42.3-42.2 65.5-98.4 65.5-158.1.1-38-9.7-75.5-28.2-108.7zm-370 162.9c-134.2 0-194.2-66-194.2-115.4 0-25.4 18.7-43.1 44.5-43.1 57.4 0 42.6 82.5 149.7 82.5 54.9 0 85.2-29.8 85.2-60.3 0-18.3-9-38.7-45.2-47.6l-119.4-29.8c-96.1-24.1-113.6-76.1-113.6-124.9 0-101.4 95.5-139.5 185.2-139.5 82.6 0 180 45.7 180 106.5 0 26.1-22.6 41.2-48.4 41.2-49 0-40-67.8-138.7-67.8-49 0-76.1 22.2-76.1 53.9s38.7 41.8 72.3 49.5l88.4 19.6c96.8 21.6 121.3 78.1 121.3 131.3 0 82.3-63.3 143.9-191 143.9z\"/>\n</svg>\n</li><li title=\"slack circle \"><svg class=\"icon\" width=\"200\" height=\"200\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path fill=\"#333\" d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zM361.5 580.2c0 27.8-22.5 50.4-50.3 50.4-13.3 0-26.1-5.3-35.6-14.8-9.4-9.5-14.7-22.3-14.7-35.6 0-27.8 22.5-50.4 50.3-50.4h50.3v50.4zm134 134.4c0 27.8-22.5 50.4-50.3 50.4-27.8 0-50.3-22.6-50.3-50.4V580.2c0-27.8 22.5-50.4 50.3-50.4 13.3 0 26.1 5.3 35.6 14.8s14.7 22.3 14.7 35.6v134.4zm-50.2-218.4h-134c-27.8 0-50.3-22.6-50.3-50.4 0-27.8 22.5-50.4 50.3-50.4h134c27.8 0 50.3 22.6 50.3 50.4-.1 27.9-22.6 50.4-50.3 50.4zm0-134.4c-13.3 0-26.1-5.3-35.6-14.8S395 324.8 395 311.4c0-27.8 22.5-50.4 50.3-50.4 27.8 0 50.3 22.6 50.3 50.4v50.4h-50.3zm83.7-50.4c0-27.8 22.5-50.4 50.3-50.4 27.8 0 50.3 22.6 50.3 50.4v134.4c0 27.8-22.5 50.4-50.3 50.4-27.8 0-50.3-22.6-50.3-50.4V311.4zM579.3 765c-27.8 0-50.3-22.6-50.3-50.4v-50.4h50.3c27.8 0 50.3 22.6 50.3 50.4 0 27.8-22.5 50.4-50.3 50.4zm134-134.4h-134c-13.3 0-26.1-5.3-35.6-14.8S529 593.6 529 580.2c0-27.8 22.5-50.4 50.3-50.4h134c27.8 0 50.3 22.6 50.3 50.4 0 27.8-22.5 50.4-50.3 50.4zm0-134.4H663v-50.4c0-27.8 22.5-50.4 50.3-50.4s50.3 22.6 50.3 50.4c0 27.8-22.5 50.4-50.3 50.4z\"/></svg></li><li title=\"slack square \"><svg class=\"icon\" width=\"200\" height=\"200\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path fill=\"#333\" d=\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM529 311.4c0-27.8 22.5-50.4 50.3-50.4 27.8 0 50.3 22.6 50.3 50.4v134.4c0 27.8-22.5 50.4-50.3 50.4-27.8 0-50.3-22.6-50.3-50.4V311.4zM361.5 580.2c0 27.8-22.5 50.4-50.3 50.4-13.3 0-26.1-5.3-35.6-14.8-9.4-9.5-14.7-22.3-14.7-35.6 0-27.8 22.5-50.4 50.3-50.4h50.3v50.4zm134 134.4c0 27.8-22.5 50.4-50.3 50.4-27.8 0-50.3-22.6-50.3-50.4V580.2c0-27.8 22.5-50.4 50.3-50.4 13.3 0 26.1 5.3 35.6 14.8s14.7 22.3 14.7 35.6v134.4zm-50.2-218.4h-134c-27.8 0-50.3-22.6-50.3-50.4 0-27.8 22.5-50.4 50.3-50.4h134c27.8 0 50.3 22.6 50.3 50.4-.1 27.9-22.6 50.4-50.3 50.4zm0-134.4c-13.3 0-26.1-5.3-35.6-14.8S395 324.8 395 311.4c0-27.8 22.5-50.4 50.3-50.4 27.8 0 50.3 22.6 50.3 50.4v50.4h-50.3zm134 403.2c-27.8 0-50.3-22.6-50.3-50.4v-50.4h50.3c27.8 0 50.3 22.6 50.3 50.4 0 27.8-22.5 50.4-50.3 50.4zm134-134.4h-134c-13.3 0-26.1-5.3-35.6-14.8-9.4-9.5-14.7-22.3-14.7-35.6 0-27.8 22.5-50.4 50.3-50.4h134c27.8 0 50.3 22.6 50.3 50.4 0 27.8-22.5 50.4-50.3 50.4zm0-134.4H663v-50.4c0-27.8 22.5-50.4 50.3-50.4s50.3 22.6 50.3 50.4c0 27.8-22.5 50.4-50.3 50.4z\"/></svg></li><li title=\"sliders \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M904 296h-66v-96c0-4.4-3.6-8-8-8h-52c-4.4 0-8 3.6-8 8v96h-66c-4.4 0-8 3.6-8 8v416c0 4.4 3.6 8 8 8h66v96c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8v-96h66c4.4 0 8-3.6 8-8V304c0-4.4-3.6-8-8-8zm-584-72h-66v-56c0-4.4-3.6-8-8-8h-52c-4.4 0-8 3.6-8 8v56h-66c-4.4 0-8 3.6-8 8v560c0 4.4 3.6 8 8 8h66v56c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8v-56h66c4.4 0 8-3.6 8-8V232c0-4.4-3.6-8-8-8zm292 180h-66V232c0-4.4-3.6-8-8-8h-52c-4.4 0-8 3.6-8 8v172h-66c-4.4 0-8 3.6-8 8v200c0 4.4 3.6 8 8 8h66v172c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8V620h66c4.4 0 8-3.6 8-8V412c0-4.4-3.6-8-8-8z\"/>\n</svg>\n</li><li title=\"smile \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zM288 421a48.01 48.01 0 0 1 96 0 48.01 48.01 0 0 1-96 0zm224 272c-85.5 0-155.6-67.3-160-151.6a8 8 0 0 1 8-8.4h48.1c4.2 0 7.8 3.2 8.1 7.4C420 589.9 461.5 629 512 629s92.1-39.1 95.8-88.6c.3-4.2 3.9-7.4 8.1-7.4H664a8 8 0 0 1 8 8.4C667.6 625.7 597.5 693 512 693zm176-224a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z\"/>\n</svg>\n</li><li title=\"snippets \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M832 112H724V72c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v40H500V72c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v40H320c-17.7 0-32 14.3-32 32v120h-96c-17.7 0-32 14.3-32 32v632c0 17.7 14.3 32 32 32h512c17.7 0 32-14.3 32-32v-96h96c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM664 486H514V336h.2L664 485.8v.2zm128 274h-56V456L544 264H360v-80h68v32c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-32h152v32c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-32h68v576z\"/>\n</svg>\n</li><li title=\"sound \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M892.1 737.8l-110.3-63.7a15.9 15.9 0 0 0-21.7 5.9l-19.9 34.5c-4.4 7.6-1.8 17.4 5.8 21.8L856.3 800a15.9 15.9 0 0 0 21.7-5.9l19.9-34.5c4.4-7.6 1.7-17.4-5.8-21.8zM760 344a15.9 15.9 0 0 0 21.7 5.9L892 286.2c7.6-4.4 10.2-14.2 5.8-21.8L878 230a15.9 15.9 0 0 0-21.7-5.9L746 287.8a15.99 15.99 0 0 0-5.8 21.8L760 344zm174 132H806c-8.8 0-16 7.2-16 16v40c0 8.8 7.2 16 16 16h128c8.8 0 16-7.2 16-16v-40c0-8.8-7.2-16-16-16zM625.9 115c-5.9 0-11.9 1.6-17.4 5.3L254 352H90c-8.8 0-16 7.2-16 16v288c0 8.8 7.2 16 16 16h164l354.5 231.7c5.5 3.6 11.6 5.3 17.4 5.3 16.7 0 32.1-13.3 32.1-32.1V147.1c0-18.8-15.4-32.1-32.1-32.1z\"/>\n</svg>\n</li><li title=\"star \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M908.1 353.1l-253.9-36.9L540.7 86.1c-3.1-6.3-8.2-11.4-14.5-14.5-15.8-7.8-35-1.3-42.9 14.5L369.8 316.2l-253.9 36.9c-7 1-13.4 4.3-18.3 9.3a32.05 32.05 0 0 0 .6 45.3l183.7 179.1-43.4 252.9a31.95 31.95 0 0 0 46.4 33.7L512 754l227.1 119.4c6.2 3.3 13.4 4.4 20.3 3.2 17.4-3 29.1-19.5 26.1-36.9l-43.4-252.9 183.7-179.1c5-4.9 8.3-11.3 9.3-18.3 2.7-17.5-9.5-33.7-27-36.3z\"/>\n</svg>\n</li><li title=\"step backward \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M347.6 528.95l383.2 301.02c14.25 11.2 35.2 1.1 35.2-16.95V210.97c0-18.05-20.95-28.14-35.2-16.94L347.6 495.05a21.53 21.53 0 0 0 0 33.9M330 864h-64a8 8 0 0 1-8-8V168a8 8 0 0 1 8-8h64a8 8 0 0 1 8 8v688a8 8 0 0 1-8 8\"/>\n</svg>\n</li><li title=\"step forward \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M676.4 528.95L293.2 829.97c-14.25 11.2-35.2 1.1-35.2-16.95V210.97c0-18.05 20.95-28.14 35.2-16.94l383.2 301.02a21.53 21.53 0 0 1 0 33.9M694 864h64a8 8 0 0 0 8-8V168a8 8 0 0 0-8-8h-64a8 8 0 0 0-8 8v688a8 8 0 0 0 8 8\"/>\n</svg>\n</li><li title=\"stop \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm234.8 736.5L223.5 277.2c16-19.7 34-37.7 53.7-53.7l523.3 523.3c-16 19.6-34 37.7-53.7 53.7z\"/>\n</svg>\n</li><li title=\"switcher \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M752 240H144c-17.7 0-32 14.3-32 32v608c0 17.7 14.3 32 32 32h608c17.7 0 32-14.3 32-32V272c0-17.7-14.3-32-32-32zM596 606c0 4.4-3.6 8-8 8H308c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h280c4.4 0 8 3.6 8 8v48zm284-494H264c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h576v576c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V144c0-17.7-14.3-32-32-32z\"/>\n</svg>\n</li><li title=\"tablet \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M800 64H224c-35.3 0-64 28.7-64 64v768c0 35.3 28.7 64 64 64h576c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64zM512 824c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40z\"/>\n</svg>\n</li><li title=\"tag \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M938 458.8l-29.6-312.6c-1.5-16.2-14.4-29-30.6-30.6L565.2 86h-.4c-3.2 0-5.7 1-7.6 2.9L88.9 557.2a9.96 9.96 0 0 0 0 14.1l363.8 363.8c1.9 1.9 4.4 2.9 7.1 2.9s5.2-1 7.1-2.9l468.3-468.3c2-2.1 3-5 2.8-8zM699 387c-35.3 0-64-28.7-64-64s28.7-64 64-64 64 28.7 64 64-28.7 64-64 64z\"/>\n</svg>\n</li><li title=\"tags \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M483.2 790.3L861.4 412c1.7-1.7 2.5-4 2.3-6.3l-25.5-301.4c-.7-7.8-6.8-13.9-14.6-14.6L522.2 64.3c-2.3-.2-4.7.6-6.3 2.3L137.7 444.8a8.03 8.03 0 0 0 0 11.3l334.2 334.2c3.1 3.2 8.2 3.2 11.3 0zm122.7-533.4c18.7-18.7 49.1-18.7 67.9 0 18.7 18.7 18.7 49.1 0 67.9-18.7 18.7-49.1 18.7-67.9 0-18.7-18.7-18.7-49.1 0-67.9zm283.8 282.9l-39.6-39.5a8.03 8.03 0 0 0-11.3 0l-362 361.3-237.6-237a8.03 8.03 0 0 0-11.3 0l-39.6 39.5a8.03 8.03 0 0 0 0 11.3l243.2 242.8 39.6 39.5c3.1 3.1 8.2 3.1 11.3 0l407.3-406.6c3.1-3.1 3.1-8.2 0-11.3z\"/>\n</svg>\n</li><li title=\"taobao circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zM315.7 291.5c27.3 0 49.5 22.1 49.5 49.4s-22.1 49.4-49.5 49.4a49.4 49.4 0 1 1 0-98.8zM366.9 578c-13.6 42.3-10.2 26.7-64.4 144.5l-78.5-49s87.7-79.8 105.6-116.2c19.2-38.4-21.1-58.9-21.1-58.9l-60.2-37.5 32.7-50.2c45.4 33.7 48.7 36.6 79.2 67.2 23.8 23.9 20.7 56.8 6.7 100.1zm427.2 55c-15.3 143.8-202.4 90.3-202.4 90.3l10.2-41.1 43.3 9.3c80 5 72.3-64.9 72.3-64.9V423c.6-77.3-72.6-85.4-204.2-38.3l30.6 8.3c-2.5 9-12.5 23.2-25.2 38.6h176v35.6h-99.1v44.5h98.7v35.7h-98.7V622c14.9-4.8 28.6-11.5 40.5-20.5l-8.7-32.5 46.5-14.4 38.8 94.9-57.3 23.9-10.2-37.8c-25.6 19.5-78.8 48-171.8 45.4-99.2 2.6-73.7-112-73.7-112l2.5-1.3H472c-.5 14.7-6.6 38.7 1.7 51.8 6.8 10.8 24.2 12.6 35.3 13.1 1.3.1 2.6.1 3.9.1v-85.3h-101v-35.7h101v-44.5H487c-22.7 24.1-43.5 44.1-43.5 44.1l-30.6-26.7c21.7-22.9 43.3-59.1 56.8-83.2-10.9 4.4-22 9.2-33.6 14.2-11.2 14.3-24.2 29-38.7 43.5.5.8-50-28.4-50-28.4 52.2-44.4 81.4-139.9 81.4-139.9l72.5 20.4s-5.9 14-18.4 35.6c290.3-82.3 307.4 50.5 307.4 50.5s19.1 91.8 3.8 235.7z\"/>\n</svg>\n</li><li title=\"taobao square \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM315.7 291.5c27.3 0 49.5 22.1 49.5 49.4s-22.1 49.4-49.5 49.4a49.4 49.4 0 1 1 0-98.8zM366.9 578c-13.6 42.3-10.2 26.7-64.4 144.5l-78.5-49s87.7-79.8 105.6-116.2c19.2-38.4-21.1-58.9-21.1-58.9l-60.2-37.5 32.7-50.2c45.4 33.7 48.7 36.6 79.2 67.2 23.8 23.9 20.7 56.8 6.7 100.1zm427.2 55c-15.3 143.8-202.4 90.3-202.4 90.3l10.2-41.1 43.3 9.3c80 5 72.3-64.9 72.3-64.9V423c.6-77.3-72.6-85.4-204.2-38.3l30.6 8.3c-2.5 9-12.5 23.2-25.2 38.6h176v35.6h-99.1v44.5h98.7v35.7h-98.7V622c14.9-4.8 28.6-11.5 40.5-20.5l-8.7-32.5 46.5-14.4 38.8 94.9-57.3 23.9-10.2-37.8c-25.6 19.5-78.8 48-171.8 45.4-99.2 2.6-73.7-112-73.7-112l2.5-1.3H472c-.5 14.7-6.6 38.7 1.7 51.8 6.8 10.8 24.2 12.6 35.3 13.1 1.3.1 2.6.1 3.9.1v-85.3h-101v-35.7h101v-44.5H487c-22.7 24.1-43.5 44.1-43.5 44.1l-30.6-26.7c21.7-22.9 43.3-59.1 56.8-83.2-10.9 4.4-22 9.2-33.6 14.2-11.2 14.3-24.2 29-38.7 43.5.5.8-50-28.4-50-28.4 52.2-44.4 81.4-139.9 81.4-139.9l72.5 20.4s-5.9 14-18.4 35.6c290.3-82.3 307.4 50.5 307.4 50.5s19.1 91.8 3.8 235.7z\"/>\n</svg>\n</li><li title=\"thunderbolt \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M848 359.3H627.7L825.8 109c4.1-5.3.4-13-6.3-13H436c-2.8 0-5.5 1.5-6.9 4L170 547.5c-3.1 5.3.7 12 6.9 12h174.4l-89.4 357.6c-1.9 7.8 7.5 13.3 13.3 7.7L853.5 373c5.2-4.9 1.7-13.7-5.5-13.7z\"/>\n</svg>\n</li><li title=\"tool \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M865.3 244.7c-.3-.3-61.1 59.8-182.1 180.6l-84.9-84.9 180.9-180.9c-95.2-57.3-217.5-42.6-296.8 36.7A244.42 244.42 0 0 0 419 432l1.8 6.7-283.5 283.4c-6.2 6.2-6.2 16.4 0 22.6l141.4 141.4c6.2 6.2 16.4 6.2 22.6 0l283.3-283.3 6.7 1.8c83.7 22.3 173.6-.9 236-63.3 79.4-79.3 94.1-201.6 38-296.6z\"/>\n</svg>\n</li><li title=\"trademark circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm164.7 660.2c-1.1.5-2.3.8-3.5.8h-62c-3.1 0-5.9-1.8-7.2-4.6l-74.6-159.2h-88.7V717c0 4.4-3.6 8-8 8H378c-4.4 0-8-3.6-8-8V307c0-4.4 3.6-8 8-8h155.6c98.8 0 144.2 59.9 144.2 131.1 0 70.2-43.6 106.4-78.4 119.2l80.8 164.2c2.1 3.9.4 8.7-3.5 10.7zM523.9 357h-83.4v148H522c53 0 82.8-25.6 82.8-72.4 0-50.3-32.9-75.6-80.9-75.6z\"/>\n</svg>\n</li><li title=\"trophy \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M868 160h-92v-40c0-4.4-3.6-8-8-8H256c-4.4 0-8 3.6-8 8v40h-92a44 44 0 0 0-44 44v148c0 81.7 60 149.6 138.2 162C265.6 630.2 359 721.8 476 734.5v105.2H280c-17.7 0-32 14.3-32 32V904c0 4.4 3.6 8 8 8h512c4.4 0 8-3.6 8-8v-32.3c0-17.7-14.3-32-32-32H548V734.5C665 721.8 758.4 630.2 773.8 514 852 501.6 912 433.7 912 352V204a44 44 0 0 0-44-44zM248 439.6c-37.1-11.9-64-46.7-64-87.6V232h64v207.6zM840 352c0 41-26.9 75.8-64 87.6V232h64v120z\"/>\n</svg>\n</li><li title=\"twitter circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm215.3 337.7c.3 4.7.3 9.6.3 14.4 0 146.8-111.8 315.9-316.1 315.9-63 0-121.4-18.3-170.6-49.8 9 1 17.6 1.4 26.8 1.4 52 0 99.8-17.6 137.9-47.4-48.8-1-89.8-33-103.8-77 17.1 2.5 32.5 2.5 50.1-2a111 111 0 0 1-88.9-109v-1.4c14.7 8.3 32 13.4 50.1 14.1a111.13 111.13 0 0 1-49.5-92.4c0-20.7 5.4-39.6 15.1-56a315.28 315.28 0 0 0 229 116.1C492 353.1 548.4 292 616.2 292c32 0 60.8 13.4 81.1 35 25.1-4.7 49.1-14.1 70.5-26.7-8.3 25.7-25.7 47.4-48.8 61.1 22.4-2.4 44-8.6 64-17.3-15.1 22.2-34 41.9-55.7 57.6z\"/>\n</svg>\n</li><li title=\"twitter square \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM727.3 401.7c.3 4.7.3 9.6.3 14.4 0 146.8-111.8 315.9-316.1 315.9-63 0-121.4-18.3-170.6-49.8 9 1 17.6 1.4 26.8 1.4 52 0 99.8-17.6 137.9-47.4-48.8-1-89.8-33-103.8-77 17.1 2.5 32.5 2.5 50.1-2a111 111 0 0 1-88.9-109v-1.4c14.7 8.3 32 13.4 50.1 14.1a111.13 111.13 0 0 1-49.5-92.4c0-20.7 5.4-39.6 15.1-56a315.28 315.28 0 0 0 229 116.1C492 353.1 548.4 292 616.2 292c32 0 60.8 13.4 81.1 35 25.1-4.7 49.1-14.1 70.5-26.7-8.3 25.7-25.7 47.4-48.8 61.1 22.4-2.4 44-8.6 64-17.3-15.1 22.2-34 41.9-55.7 57.6z\"/>\n</svg>\n</li><li title=\"unlock \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M832 464H332V240c0-30.9 25.1-56 56-56h248c30.9 0 56 25.1 56 56v68c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-68c0-70.7-57.3-128-128-128H388c-70.7 0-128 57.3-128 128v224h-68c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V496c0-17.7-14.3-32-32-32zM540 701v53c0 4.4-3.6 8-8 8h-40c-4.4 0-8-3.6-8-8v-53a48.01 48.01 0 1 1 56 0z\"/>\n</svg>\n</li><li title=\"up circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm178 555h-46.9c-10.2 0-19.9-4.9-25.9-13.2L512 460.4 406.8 605.8c-6 8.3-15.6 13.2-25.9 13.2H334c-6.5 0-10.3-7.4-6.5-12.7l178-246c3.2-4.4 9.7-4.4 12.9 0l178 246c3.9 5.3.1 12.7-6.4 12.7z\"/>\n</svg>\n</li><li title=\"up square \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM690 624h-46.9c-10.2 0-19.9-4.9-25.9-13.2L512 465.4 406.8 610.8c-6 8.3-15.6 13.2-25.9 13.2H334c-6.5 0-10.3-7.4-6.5-12.7l178-246c3.2-4.4 9.7-4.4 12.9 0l178 246c3.9 5.3.1 12.7-6.4 12.7z\"/>\n</svg>\n</li><li title=\"usb \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M408 312h48c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8zm352 120V144c0-17.7-14.3-32-32-32H296c-17.7 0-32 14.3-32 32v288c-66.2 0-120 52.1-120 116v356c0 4.4 3.6 8 8 8h720c4.4 0 8-3.6 8-8V548c0-63.9-53.8-116-120-116zm-72 0H336V184h352v248zM568 312h48c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z\"/>\n</svg>\n</li><li title=\"video camera \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M912 302.3L784 376V224c0-35.3-28.7-64-64-64H128c-35.3 0-64 28.7-64 64v576c0 35.3 28.7 64 64 64h592c35.3 0 64-28.7 64-64V648l128 73.7c21.3 12.3 48-3.1 48-27.6V330c0-24.6-26.7-40-48-27.7zM328 352c0 4.4-3.6 8-8 8H208c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h112c4.4 0 8 3.6 8 8v48zm560 273l-104-59.8V458.9L888 399v226z\"/>\n</svg>\n</li><li title=\"wallet \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-32 464H528V448h320v128zm-268-64a40 40 0 1 0 80 0 40 40 0 1 0-80 0z\"/>\n</svg>\n</li><li title=\"warning \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M955.7 856l-416-720c-6.2-10.7-16.9-16-27.7-16s-21.6 5.3-27.7 16l-416 720C56 877.4 71.4 904 96 904h832c24.6 0 40-26.6 27.7-48zM480 416c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v184c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V416zm32 352a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z\"/>\n</svg>\n</li><li title=\"wechat \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M690.1 377.4c5.9 0 11.8.2 17.6.5-24.4-128.7-158.3-227.1-319.9-227.1C209 150.8 64 271.4 64 420.2c0 81.1 43.6 154.2 111.9 203.6a21.5 21.5 0 0 1 9.1 17.6c0 2.4-.5 4.6-1.1 6.9-5.5 20.3-14.2 52.8-14.6 54.3-.7 2.6-1.7 5.2-1.7 7.9 0 5.9 4.8 10.8 10.8 10.8 2.3 0 4.2-.9 6.2-2l70.9-40.9c5.3-3.1 11-5 17.2-5 3.2 0 6.4.5 9.5 1.4 33.1 9.5 68.8 14.8 105.7 14.8 6 0 11.9-.1 17.8-.4-7.1-21-10.9-43.1-10.9-66 0-135.8 132.2-245.8 295.3-245.8zm-194.3-86.5c23.8 0 43.2 19.3 43.2 43.1s-19.3 43.1-43.2 43.1c-23.8 0-43.2-19.3-43.2-43.1s19.4-43.1 43.2-43.1zm-215.9 86.2c-23.8 0-43.2-19.3-43.2-43.1s19.3-43.1 43.2-43.1 43.2 19.3 43.2 43.1-19.4 43.1-43.2 43.1zm586.8 415.6c56.9-41.2 93.2-102 93.2-169.7 0-124-120.8-224.5-269.9-224.5-149 0-269.9 100.5-269.9 224.5S540.9 847.5 690 847.5c30.8 0 60.6-4.4 88.1-12.3 2.6-.8 5.2-1.2 7.9-1.2 5.2 0 9.9 1.6 14.3 4.1l59.1 34c1.7 1 3.3 1.7 5.2 1.7a9 9 0 0 0 6.4-2.6 9 9 0 0 0 2.6-6.4c0-2.2-.9-4.4-1.4-6.6-.3-1.2-7.6-28.3-12.2-45.3-.5-1.9-.9-3.8-.9-5.7.1-5.9 3.1-11.2 7.6-14.5zM600.2 587.2c-19.9 0-36-16.1-36-35.9 0-19.8 16.1-35.9 36-35.9s36 16.1 36 35.9c0 19.8-16.2 35.9-36 35.9zm179.9 0c-19.9 0-36-16.1-36-35.9 0-19.8 16.1-35.9 36-35.9s36 16.1 36 35.9a36.08 36.08 0 0 1-36 35.9z\"/>\n</svg>\n</li><li title=\"weibo circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm-44.4 672C353.1 736 236 680.4 236 588.9c0-47.8 30.2-103.1 82.3-155.3 69.5-69.6 150.6-101.4 181.1-70.8 13.5 13.5 14.8 36.8 6.1 64.6-4.5 14 13.1 6.3 13.1 6.3 56.2-23.6 105.2-25 123.1.7 9.6 13.7 8.6 32.8-.2 55.1-4.1 10.2 1.3 11.8 9 14.1 31.7 9.8 66.9 33.6 66.9 75.5.2 69.5-99.7 156.9-249.8 156.9zm207.3-290.8a34.9 34.9 0 0 0-7.2-34.1 34.68 34.68 0 0 0-33.1-10.7 18.24 18.24 0 0 1-7.6-35.7c24.1-5.1 50.1 2.3 67.7 21.9 17.7 19.6 22.4 46.3 14.9 69.8a18.13 18.13 0 0 1-22.9 11.7 18.18 18.18 0 0 1-11.8-22.9zm106 34.3s0 .1 0 0a21.1 21.1 0 0 1-26.6 13.7 21.19 21.19 0 0 1-13.6-26.7c11-34.2 4-73.2-21.7-101.8a104.04 104.04 0 0 0-98.9-32.1 21.14 21.14 0 0 1-25.1-16.3 21.07 21.07 0 0 1 16.2-25.1c49.4-10.5 102.8 4.8 139.1 45.1 36.3 40.2 46.1 95.1 30.6 143.2zm-334.5 6.1c-91.4 9-160.7 65.1-154.7 125.2 5.9 60.1 84.8 101.5 176.2 92.5 91.4-9.1 160.7-65.1 154.7-125.3-5.9-60.1-84.8-101.5-176.2-92.4zm80.2 141.7c-18.7 42.3-72.3 64.8-117.8 50.1-43.9-14.2-62.5-57.7-43.3-96.8 18.9-38.4 68-60.1 111.5-48.8 45 11.7 68 54.2 49.6 95.5zm-93-32.2c-14.2-5.9-32.4.2-41.2 13.9-8.8 13.8-4.7 30.2 9.3 36.6 14.3 6.5 33.2.3 42-13.8 8.8-14.3 4.2-30.6-10.1-36.7zm34.9-14.5c-5.4-2.2-12.2.5-15.4 5.8-3.1 5.4-1.4 11.5 4.1 13.8 5.5 2.3 12.6-.3 15.8-5.8 3-5.6 1-11.8-4.5-13.8z\"/>\n</svg>\n</li><li title=\"weibo square \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M433.6 595.1c-14.2-5.9-32.4.2-41.2 13.9-8.8 13.8-4.7 30.2 9.3 36.6 14.3 6.5 33.2.3 42-13.8 8.8-14.3 4.2-30.6-10.1-36.7zM880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM467.6 736C353.1 736 236 680.4 236 588.9c0-47.8 30.2-103.1 82.3-155.3 69.5-69.6 150.6-101.4 181.1-70.8 13.5 13.5 14.8 36.8 6.1 64.6-4.5 14 13.1 6.3 13.1 6.3 56.2-23.6 105.2-25 123.1.7 9.6 13.7 8.6 32.8-.2 55.1-4.1 10.2 1.3 11.8 9 14.1 31.7 9.8 66.9 33.6 66.9 75.5.2 69.5-99.7 156.9-249.8 156.9zm207.3-290.8a34.9 34.9 0 0 0-7.2-34.1 34.68 34.68 0 0 0-33.1-10.7 18.24 18.24 0 0 1-7.6-35.7c24.1-5.1 50.1 2.3 67.7 21.9 17.7 19.6 22.4 46.3 14.9 69.8a18.13 18.13 0 0 1-22.9 11.7 18.18 18.18 0 0 1-11.8-22.9zm106 34.3s0 .1 0 0a21.1 21.1 0 0 1-26.6 13.7 21.19 21.19 0 0 1-13.6-26.7c11-34.2 4-73.2-21.7-101.8a104.04 104.04 0 0 0-98.9-32.1 21.14 21.14 0 0 1-25.1-16.3 21.07 21.07 0 0 1 16.2-25.1c49.4-10.5 102.8 4.8 139.1 45.1 36.3 40.2 46.1 95.1 30.6 143.2zm-334.5 6.1c-91.4 9-160.7 65.1-154.7 125.2 5.9 60.1 84.8 101.5 176.2 92.5 91.4-9.1 160.7-65.1 154.7-125.3-5.9-60.1-84.8-101.5-176.2-92.4zm80.2 141.7c-18.7 42.3-72.3 64.8-117.8 50.1-43.9-14.2-62.5-57.7-43.3-96.8 18.9-38.4 68-60.1 111.5-48.8 45 11.7 68 54.2 49.6 95.5zm-58.1-46.7c-5.4-2.2-12.2.5-15.4 5.8-3.1 5.4-1.4 11.5 4.1 13.8 5.5 2.3 12.6-.3 15.8-5.8 3-5.6 1-11.8-4.5-13.8z\"/>\n</svg>\n</li><li title=\"windows \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M523.8 191.4v288.9h382V128.1zm0 642.2l382 62.2v-352h-382zM120.1 480.2H443V201.9l-322.9 53.5zm0 290.4L443 823.2V543.8H120.1z\"/>\n</svg>\n</li><li title=\"yahoo \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M937.3 231H824.7c-15.5 0-27.7 12.6-27.1 28.1l13.1 366h84.4l65.4-366.4c2.7-15.2-7.8-27.7-23.2-27.7zm-77.4 450.4h-14.1c-27.1 0-49.2 22.2-49.2 49.3v14.1c0 27.1 22.2 49.3 49.2 49.3h14.1c27.1 0 49.2-22.2 49.2-49.3v-14.1c0-27.1-22.2-49.3-49.2-49.3zM402.6 231C216.2 231 65 357 65 512.5S216.2 794 402.6 794s337.6-126 337.6-281.5S589.1 231 402.6 231zm225.2 225.2h-65.3L458.9 559.8v65.3h84.4v56.3H318.2v-56.3h84.4v-65.3L242.9 399.9h-37v-56.3h168.5v56.3h-37l93.4 93.5 28.1-28.1V400h168.8v56.2z\"/>\n</svg>\n</li><li title=\"youtube \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M941.3 296.1a112.3 112.3 0 0 0-79.2-79.3C792.2 198 512 198 512 198s-280.2 0-350.1 18.7A112.12 112.12 0 0 0 82.7 296C64 366 64 512 64 512s0 146 18.7 215.9c10.3 38.6 40.7 69 79.2 79.3C231.8 826 512 826 512 826s280.2 0 350.1-18.8c38.6-10.3 68.9-40.7 79.2-79.3C960 658 960 512 960 512s0-146-18.7-215.9zM423 646V378l232 133-232 135z\"/>\n</svg>\n</li><li title=\"yuque \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M854.6 370.6c-9.9-39.4 9.9-102.2 73.4-124.4l-67.9-3.6s-25.7-90-143.6-98c-117.9-8.1-195-3-195-3s87.4 55.6 52.4 154.7c-25.6 52.5-65.8 95.6-108.8 144.7-1.3 1.3-2.5 2.6-3.5 3.7C319.4 605 96 860 96 860c245.9 64.4 410.7-6.3 508.2-91.1 20.5-.2 35.9-.3 46.3-.3 135.8 0 250.6-117.6 245.9-248.4-3.2-89.9-31.9-110.2-41.8-149.6z\"/>\n</svg>\n</li><li title=\"zhihu circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm-90.7 477.8l-.1 1.5c-1.5 20.4-6.3 43.9-12.9 67.6l24-18.1 71 80.7c9.2 33-3.3 63.1-3.3 63.1l-95.7-111.9v-.1c-8.9 29-20.1 57.3-33.3 84.7-22.6 45.7-55.2 54.7-89.5 57.7-34.4 3-23.3-5.3-23.3-5.3 68-55.5 78-87.8 96.8-123.1 11.9-22.3 20.4-64.3 25.3-96.8H264.1s4.8-31.2 19.2-41.7h101.6c.6-15.3-1.3-102.8-2-131.4h-49.4c-9.2 45-41 56.7-48.1 60.1-7 3.4-23.6 7.1-21.1 0 2.6-7.1 27-46.2 43.2-110.7 16.3-64.6 63.9-62 63.9-62-12.8 22.5-22.4 73.6-22.4 73.6h159.7c10.1 0 10.6 39 10.6 39h-90.8c-.7 22.7-2.8 83.8-5 131.4H519s12.2 15.4 12.2 41.7H421.3zm346.5 167h-87.6l-69.5 46.6-16.4-46.6h-40.1V321.5h213.6v387.3zM408.2 611s0-.1 0 0zm216 94.3l56.8-38.1h45.6-.1V364.7H596.7v302.5h14.1z\"/>\n</svg>\n</li><li title=\"zhihu square \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM432.3 592.8l71 80.7c9.2 33-3.3 63.1-3.3 63.1l-95.7-111.9v-.1c-8.9 29-20.1 57.3-33.3 84.7-22.6 45.7-55.2 54.7-89.5 57.7-34.4 3-23.3-5.3-23.3-5.3 68-55.5 78-87.8 96.8-123.1 11.9-22.3 20.4-64.3 25.3-96.8H264.1s4.8-31.2 19.2-41.7h101.6c.6-15.3-1.3-102.8-2-131.4h-49.4c-9.2 45-41 56.7-48.1 60.1-7 3.4-23.6 7.1-21.1 0 2.6-7.1 27-46.2 43.2-110.7 16.3-64.6 63.9-62 63.9-62-12.8 22.5-22.4 73.6-22.4 73.6h159.7c10.1 0 10.6 39 10.6 39h-90.8c-.7 22.7-2.8 83.8-5 131.4H519s12.2 15.4 12.2 41.7h-110l-.1 1.5c-1.5 20.4-6.3 43.9-12.9 67.6l24.1-18.1zm335.5 116h-87.6l-69.5 46.6-16.4-46.6h-40.1V321.5h213.6v387.3zM408.2 611s0-.1 0 0zm216 94.3l56.8-38.1h45.6-.1V364.7H596.7v302.5h14.1z\"/>\n</svg>\n</li><li class='heading'>outlined</li><li title=\"account book \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v584zM639.5 414h-45c-3 0-5.8 1.7-7.1 4.4L514 563.8h-2.8l-73.4-145.4a8 8 0 0 0-7.1-4.4h-46c-1.3 0-2.7.3-3.8 1-3.9 2.1-5.3 7-3.2 10.9l89.3 164h-48.6c-4.4 0-8 3.6-8 8v21.3c0 4.4 3.6 8 8 8h65.1v33.7h-65.1c-4.4 0-8 3.6-8 8v21.3c0 4.4 3.6 8 8 8h65.1V752c0 4.4 3.6 8 8 8h41.3c4.4 0 8-3.6 8-8v-53.8h65.4c4.4 0 8-3.6 8-8v-21.3c0-4.4-3.6-8-8-8h-65.4v-33.7h65.4c4.4 0 8-3.6 8-8v-21.3c0-4.4-3.6-8-8-8h-49.1l89.3-164.1c.6-1.2 1-2.5 1-3.8.1-4.4-3.4-8-7.9-8z\"/>\n</svg>\n</li><li title=\"aim \"><svg t=\"1569683657482\" class=\"icon\" viewBox=\"0 0 1024 1024\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" p-id=\"13305\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"200\" height=\"200\"><defs><style type=\"text/css\"></style></defs><path d=\"M952 474H829.8C812.5 327.6 696.4 211.5 550 194.2V72c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v122.2C327.6 211.5 211.5 327.6 194.2 474H72c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h122.2C211.5 696.4 327.6 812.5 474 829.8V952c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V829.8C696.4 812.5 812.5 696.4 829.8 550H952c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8zM512 756c-134.8 0-244-109.2-244-244s109.2-244 244-244 244 109.2 244 244-109.2 244-244 244z\" p-id=\"13306\"></path><path d=\"M512 392c-32.1 0-62.1 12.4-84.8 35.2-22.7 22.7-35.2 52.7-35.2 84.8s12.5 62.1 35.2 84.8C449.9 619.4 480 632 512 632s62.1-12.5 84.8-35.2C619.4 574.1 632 544 632 512s-12.5-62.1-35.2-84.8C574.1 404.4 544.1 392 512 392z\" p-id=\"13307\"></path></svg></li><li title=\"alert \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M193 796c0 17.7 14.3 32 32 32h574c17.7 0 32-14.3 32-32V563c0-176.2-142.8-319-319-319S193 386.8 193 563v233zm72-233c0-136.4 110.6-247 247-247s247 110.6 247 247v193H404V585c0-5.5-4.5-10-10-10h-44c-5.5 0-10 4.5-10 10v171h-75V563zm-48.1-252.5l39.6-39.6c3.1-3.1 3.1-8.2 0-11.3l-67.9-67.9a8.03 8.03 0 0 0-11.3 0l-39.6 39.6a8.03 8.03 0 0 0 0 11.3l67.9 67.9c3.1 3.1 8.1 3.1 11.3 0zm669.6-79.2l-39.6-39.6a8.03 8.03 0 0 0-11.3 0l-67.9 67.9a8.03 8.03 0 0 0 0 11.3l39.6 39.6c3.1 3.1 8.2 3.1 11.3 0l67.9-67.9c3.1-3.2 3.1-8.2 0-11.3zM832 892H192c-17.7 0-32 14.3-32 32v24c0 4.4 3.6 8 8 8h688c4.4 0 8-3.6 8-8v-24c0-17.7-14.3-32-32-32zM484 180h56c4.4 0 8-3.6 8-8V76c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v96c0 4.4 3.6 8 8 8z\"/>\n</svg>\n</li><li title=\"alibaba \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M602.9 669.8c-37.2 2.6-33.6-17.3-11.5-46.2 50.4-67.2 143.7-158.5 147.9-225.2 5.8-86.6-81.3-113.4-171-113.4-62.4 1.6-127 18.9-171 34.6-151.6 53.5-246.6 137.5-306.9 232-62.4 93.4-43 183.2 91.8 185.8 101.8-4.2 170.5-32.5 239.7-68.2.5 0-192.5 55.1-263.9 14.7-7.9-4.2-15.7-10-17.8-26.2 0-33.1 54.6-67.7 86.6-78.7v-56.7c64.5 22.6 140.6 16.3 205.7-32 2.1 5.8 4.2 13.1 3.7 21h11c2.6-22.6-12.6-44.6-37.8-46.2 7.3 5.8 12.6 10.5 15.2 14.7l-1 1-.5.5c-83.9 58.8-165.3 31.5-173.1 29.9l46.7-45.7-13.1-33.1c92.9-32.5 169.5-56.2 296.9-78.7l-28.5-23 14.7-8.9c75.5 21 126.4 36.7 123.8 76.6-1 6.8-3.7 14.7-7.9 23.1C660.1 466.1 594 538 567.2 569c-17.3 20.5-34.6 39.4-46.7 58.3-13.6 19.4-20.5 37.3-21 53.5 2.6 131.8 391.4-61.9 468-112.9-111.7 47.8-232.9 93.5-364.6 101.9zm85-302.9c2.8 5.2 4.1 11.6 4.1 19.1-.1-6.8-1.4-13.3-4.1-19.1z\"/>\n</svg>\n</li><li title=\"align center \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M264 230h496c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H264c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm496 424c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H264c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h496zm144 140H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-424H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z\"/>\n</svg>\n</li><li title=\"align left \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M120 230h496c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm0 424h496c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm784 140H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-424H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z\"/>\n</svg>\n</li><li title=\"align right \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M904 158H408c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h496c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 424H408c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h496c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 212H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-424H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z\"/>\n</svg>\n</li><li title=\"alipay circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M308.6 545.7c-19.8 2-57.1 10.7-77.4 28.6-61 53-24.5 150 99 150 71.8 0 143.5-45.7 199.8-119-80.2-38.9-148.1-66.8-221.4-59.6zm460.5 67c100.1 33.4 154.7 43 166.7 44.8A445.9 445.9 0 0 0 960 512c0-247.4-200.6-448-448-448S64 264.6 64 512s200.6 448 448 448c155.9 0 293.2-79.7 373.5-200.5-75.6-29.8-213.6-85-286.8-120.1-69.9 85.7-160.1 137.8-253.7 137.8-158.4 0-212.1-138.1-137.2-229 16.3-19.8 44.2-38.7 87.3-49.4 67.5-16.5 175 10.3 275.7 43.4 18.1-33.3 33.4-69.9 44.7-108.9H305.1V402h160v-56.2H271.3v-31.3h193.8v-80.1s0-13.5 13.7-13.5H557v93.6h191.7v31.3H557.1V402h156.4c-15 61.1-37.7 117.4-66.2 166.8 47.5 17.1 90.1 33.3 121.8 43.9z\"/>\n</svg>\n</li><li title=\"alipay \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M789 610.3c-38.7-12.9-90.7-32.7-148.5-53.6 34.8-60.3 62.5-129 80.7-203.6H530.5v-68.6h233.6v-38.3H530.5V132h-95.4c-16.7 0-16.7 16.5-16.7 16.5v97.8H182.2v38.3h236.3v68.6H223.4v38.3h378.4a667.18 667.18 0 0 1-54.5 132.9c-122.8-40.4-253.8-73.2-336.1-53-52.6 13-86.5 36.1-106.5 60.3-91.4 111-25.9 279.6 167.2 279.6C386 811.2 496 747.6 581.2 643 708.3 704 960 808.7 960 808.7V659.4s-31.6-2.5-171-49.1zM253.9 746.6c-150.5 0-195-118.3-120.6-183.1 24.8-21.9 70.2-32.6 94.4-35 89.4-8.8 172.2 25.2 269.9 72.8-68.8 89.5-156.3 145.3-243.7 145.3z\"/>\n</svg>\n</li><li title=\"aliwangwang \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M868.2 377.4c-18.9-45.1-46.3-85.6-81.2-120.6a377.26 377.26 0 0 0-120.5-81.2A375.65 375.65 0 0 0 519 145.8c-41.9 0-82.9 6.7-121.9 20C306 123.3 200.8 120 170.6 120c-2.2 0-7.4 0-9.4.2-11.9.4-22.8 6.5-29.2 16.4-6.5 9.9-7.7 22.4-3.4 33.5l64.3 161.6a378.59 378.59 0 0 0-52.8 193.2c0 51.4 10 101 29.8 147.6 18.9 45 46.2 85.6 81.2 120.5 34.7 34.8 75.4 62.1 120.5 81.2C418.3 894 467.9 904 519 904c51.3 0 100.9-10.1 147.7-29.8 44.9-18.9 85.5-46.3 120.4-81.2 34.7-34.8 62.1-75.4 81.2-120.6a376.5 376.5 0 0 0 29.8-147.6c-.2-51.2-10.1-100.8-29.9-147.4zm-66.4 266.5a307.08 307.08 0 0 1-65.9 98c-28.4 28.5-61.3 50.7-97.7 65.9h-.1c-38 16-78.3 24.2-119.9 24.2a306.51 306.51 0 0 1-217.5-90.2c-28.4-28.5-50.6-61.4-65.8-97.8v-.1c-16-37.8-24.1-78.2-24.1-119.9 0-55.4 14.8-109.7 42.8-157l13.2-22.1-9.5-23.9L206 192c14.9.6 35.9 2.1 59.7 5.6 43.8 6.5 82.5 17.5 114.9 32.6l19 8.9 19.9-6.8c31.5-10.8 64.8-16.2 98.9-16.2a306.51 306.51 0 0 1 217.5 90.2c28.4 28.5 50.6 61.4 65.8 97.8l.1.1.1.1c16 37.6 24.1 78 24.2 119.8-.1 41.7-8.3 82-24.3 119.8zM681.1 364.2c-20.4 0-37.1 16.7-37.1 37.1v55.1c0 20.4 16.6 37.1 37.1 37.1s37.1-16.7 37.1-37.1v-55.1c0-20.5-16.7-37.1-37.1-37.1zm-175.2 0c-20.5 0-37.1 16.7-37.1 37.1v55.1c0 20.4 16.7 37.1 37.1 37.1 20.5 0 37.1-16.7 37.1-37.1v-55.1c0-20.5-16.7-37.1-37.1-37.1z\"/>\n</svg>\n</li><li title=\"aliyun \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M959.2 383.9c-.3-82.1-66.9-148.6-149.1-148.6H575.9l21.6 85.2 201 43.7a42.58 42.58 0 0 1 32.9 39.7c.1.5.1 216.1 0 216.6a42.58 42.58 0 0 1-32.9 39.7l-201 43.7-21.6 85.3h234.2c82.1 0 148.8-66.5 149.1-148.6V383.9zM225.5 660.4a42.58 42.58 0 0 1-32.9-39.7c-.1-.6-.1-216.1 0-216.6.8-19.4 14.6-35.5 32.9-39.7l201-43.7 21.6-85.2H213.8c-82.1 0-148.8 66.4-149.1 148.6V641c.3 82.1 67 148.6 149.1 148.6H448l-21.6-85.3-200.9-43.9zm200.9-158.8h171v21.3h-171z\"/>\n</svg>\n</li><li title=\"amazon \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M825 768.9c-3.3-.9-7.3-.4-11.9 1.3-61.6 28.2-121.5 48.3-179.7 60.2C507.7 856 385.2 842.6 266 790.3c-33.1-14.6-79.1-39.2-138-74a9.36 9.36 0 0 0-5.3-2c-2-.1-3.7.1-5.3.9-1.6.8-2.8 1.8-3.7 3.1-.9 1.3-1.1 3.1-.4 5.4.6 2.2 2.1 4.7 4.6 7.4 10.4 12.2 23.3 25.2 38.6 39s35.6 29.4 60.9 46.8c25.3 17.4 51.8 32.9 79.3 46.4 27.6 13.5 59.6 24.9 96.1 34.1s73 13.8 109.4 13.8c36.2 0 71.4-3.7 105.5-10.9 34.2-7.3 63-15.9 86.5-25.9 23.4-9.9 45-21 64.8-33 19.8-12 34.4-22.2 43.9-30.3 9.5-8.2 16.3-14.6 20.2-19.4 4.6-5.7 6.9-10.6 6.9-14.9.1-4.5-1.7-7.1-5-7.9zM527.4 348.1c-15.2 1.3-33.5 4.1-55 8.3-21.5 4.1-41.4 9.3-59.8 15.4s-37.2 14.6-56.3 25.4c-19.2 10.8-35.5 23.2-49 37s-24.5 31.1-33.1 52c-8.6 20.8-12.9 43.7-12.9 68.7 0 27.1 4.7 51.2 14.3 72.5 9.5 21.3 22.2 38 38.2 50.4 15.9 12.4 34 22.1 54 29.2 20 7.1 41.2 10.3 63.2 9.4 22-.9 43.5-4.3 64.4-10.3 20.8-5.9 40.4-15.4 58.6-28.3 18.2-12.9 33.1-28.2 44.8-45.7 4.3 6.6 8.1 11.5 11.5 14.7l8.7 8.9c5.8 5.9 14.7 14.6 26.7 26.1 11.9 11.5 24.1 22.7 36.3 33.7l104.4-99.9-6-4.9c-4.3-3.3-9.4-8-15.2-14.3-5.8-6.2-11.6-13.1-17.2-20.5-5.7-7.4-10.6-16.1-14.7-25.9-4.1-9.8-6.2-19.3-6.2-28.5V258.7c0-10.1-1.9-21-5.7-32.8-3.9-11.7-10.7-24.5-20.7-38.3-10-13.8-22.4-26.2-37.2-37-14.9-10.8-34.7-20-59.6-27.4-24.8-7.4-52.6-11.1-83.2-11.1-31.3 0-60.4 3.7-87.6 10.9-27.1 7.3-50.3 17-69.7 29.2-19.3 12.2-35.9 26.3-49.7 42.4-13.8 16.1-24.1 32.9-30.8 50.4-6.7 17.5-10.1 35.2-10.1 53.1L408 310c5.5-16.4 12.9-30.6 22-42.8 9.2-12.2 17.9-21 25.8-26.5 8-5.5 16.6-9.9 25.7-13.2 9.2-3.3 15.4-5 18.6-5.4 3.2-.3 5.7-.4 7.6-.4 26.7 0 45.2 7.9 55.6 23.6 6.5 9.5 9.7 23.9 9.7 43.3v56.6c-15.2.6-30.4 1.6-45.6 2.9zM573.1 500c0 16.6-2.2 31.7-6.5 45-9.2 29.1-26.7 47.4-52.4 54.8-22.4 6.6-43.7 3.3-63.9-9.8-21.5-14-32.2-33.8-32.2-59.3 0-19.9 5-36.9 15-51.1 10-14.1 23.3-24.7 40-31.7s33-12 49-14.9c15.9-3 33-4.8 51-5.4V500zm335.2 218.9c-4.3-5.4-15.9-8.9-34.9-10.7-19-1.8-35.5-1.7-49.7.4-15.3 1.8-31.1 6.2-47.3 13.4-16.3 7.1-23.4 13.1-21.6 17.8l.7 1.3.9.7 1.4.2h4.6c.8 0 1.8-.1 3.2-.2 1.4-.1 2.7-.3 3.9-.4 1.2-.1 2.9-.3 5.1-.4 2.1-.1 4.1-.4 6-.7.3 0 3.7-.3 10.3-.9 6.6-.6 11.4-1 14.3-1.3 2.9-.3 7.8-.6 14.5-.9 6.7-.3 12.1-.3 16.1 0 4 .3 8.5.7 13.6 1.1 5.1.4 9.2 1.3 12.4 2.7 3.2 1.3 5.6 3 7.1 5.1 5.2 6.6 4.2 21.2-3 43.9s-14 40.8-20.4 54.2c-2.8 5.7-2.8 9.2 0 10.7s6.7.1 11.9-4c15.6-12.2 28.6-30.6 39.1-55.3 6.1-14.6 10.5-29.8 13.1-45.7 2.4-15.9 2-26.2-1.3-31z\"/>\n</svg>\n</li><li title=\"android \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M448.3 225.2c-18.6 0-32 13.4-32 31.9s13.5 31.9 32 31.9c18.6 0 32-13.4 32-31.9.1-18.4-13.4-31.9-32-31.9zm393.9 96.4c-13.8-13.8-32.7-21.5-53.2-21.5-3.9 0-7.4.4-10.7 1v-1h-3.6c-5.5-30.6-18.6-60.5-38.1-87.4-18.7-25.7-43-47.9-70.8-64.9l25.1-35.8v-3.3c0-.8.4-2.3.7-3.8.6-2.4 1.4-5.5 1.4-8.9 0-18.5-13.5-31.9-32-31.9-9.8 0-19.5 5.7-25.9 15.4l-29.3 42.1c-30-9.8-62.4-15-93.8-15-31.3 0-63.7 5.2-93.8 15L389 79.4c-6.6-9.6-16.1-15.4-26-15.4-18.6 0-32 13.4-32 31.9 0 6.2 2.5 12.8 6.7 17.4l22.6 32.3c-28.7 17-53.5 39.4-72.2 65.1-19.4 26.9-32 56.8-36.7 87.4h-5.5v1c-3.2-.6-6.7-1-10.7-1-20.3 0-39.2 7.5-53.1 21.3-13.8 13.8-21.5 32.6-21.5 53v235c0 20.3 7.5 39.1 21.4 52.9 13.8 13.8 32.8 21.5 53.2 21.5 3.9 0 7.4-.4 10.7-1v93.5c0 29.2 23.9 53.1 53.2 53.1H331v58.3c0 20.3 7.5 39.1 21.4 52.9 13.8 13.8 32.8 21.5 53.2 21.5 20.3 0 39.2-7.5 53.1-21.3 13.8-13.8 21.5-32.6 21.5-53v-58.2H544v58.1c0 20.3 7.5 39.1 21.4 52.9 13.8 13.8 32.8 21.5 53.2 21.5 20.4 0 39.2-7.5 53.1-21.6 13.8-13.8 21.5-32.6 21.5-53v-58.2h31.9c29.3 0 53.2-23.8 53.2-53.1v-91.4c3.2.6 6.7 1 10.7 1 20.3 0 39.2-7.5 53.1-21.3 13.8-13.8 21.5-32.6 21.5-53v-235c-.1-20.3-7.6-39-21.4-52.9zM246 609.6c0 6.8-3.9 10.6-10.7 10.6-6.8 0-10.7-3.8-10.7-10.6V374.5c0-6.8 3.9-10.6 10.7-10.6 6.8 0 10.7 3.8 10.7 10.6v235.1zm131.1-396.8c37.5-27.3 85.3-42.3 135-42.3s97.5 15.1 135 42.5c32.4 23.7 54.2 54.2 62.7 87.5H314.4c8.5-33.4 30.5-64 62.7-87.7zm39.3 674.7c-.6 5.6-4.4 8.7-10.5 8.7-6.8 0-10.7-3.8-10.7-10.6v-58.2h21.2v60.1zm202.3 8.7c-6.8 0-10.7-3.8-10.7-10.6v-58.2h21.2v60.1c-.6 5.6-4.3 8.7-10.5 8.7zm95.8-132.6H309.9V364h404.6v399.6zm85.2-154c0 6.8-3.9 10.6-10.7 10.6-6.8 0-10.7-3.8-10.7-10.6V374.5c0-6.8 3.9-10.6 10.7-10.6 6.8 0 10.7 3.8 10.7 10.6v235.1zM576.1 225.2c-18.6 0-32 13.4-32 31.9s13.5 31.9 32 31.9c18.6 0 32.1-13.4 32.1-32-.1-18.6-13.4-31.8-32.1-31.8z\"/>\n</svg>\n</li><li title=\"ant cloud \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M378.9 738c-3.1 0-6.1-.5-8.8-1.5l4.4 30.7h26.3l-15.5-29.9c-2.1.5-4.2.7-6.4.7zm421-291.2c-12.6 0-24.8 1.5-36.5 4.2-21.4-38.4-62.3-64.3-109.3-64.3-6.9 0-13.6.6-20.2 1.6-35.4-77.4-113.4-131.1-203.9-131.1-112.3 0-205.3 82.6-221.6 190.4C127.3 455.5 64 523.8 64 607c0 88.4 71.6 160.1 160 160.2h50l13.2-27.6c-26.2-8.3-43.3-29-39.1-48.8 4.6-21.6 32.8-33.9 63.1-27.5 22.9 4.9 40.4 19.1 45.5 35.1a26.1 26.1 0 0 1 22.1-12.4h.2c-.8-3.2-1.2-6.5-1.2-9.9 0-20.1 14.8-36.7 34.1-39.6v-25.4c0-4.4 3.6-8 8-8s8 3.6 8 8v26.3c4.6 1.2 8.8 3.2 12.6 5.8l19.5-21.4c3-3.3 8-3.5 11.3-.5 3.3 3 3.5 8 .5 11.3l-20 22-.2.2a40 40 0 0 1-46.9 59.2c-.4 5.6-2.6 10.7-6 14.8l20 38.4H804v-.1c86.5-2.2 156-73 156-160.1 0-88.5-71.7-160.2-160.1-160.2zM338.2 737.2l-4.3 30h24.4l-5.9-41.5c-3.5 4.6-8.3 8.5-14.2 11.5zM797.5 305a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm-65.7 61.3a24 24 0 1 0 48 0 24 24 0 1 0-48 0zM303.4 742.9l-11.6 24.3h26l3.5-24.7c-5.7.8-11.7 1-17.9.4z\"/>\n</svg>\n</li><li title=\"ant design \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M716.3 313.8c19-18.9 19-49.7 0-68.6l-69.9-69.9.1.1c-18.5-18.5-50.3-50.3-95.3-95.2-21.2-20.7-55.5-20.5-76.5.5L80.9 474.2a53.84 53.84 0 0 0 0 76.4L474.6 944a54.14 54.14 0 0 0 76.5 0l165.1-165c19-18.9 19-49.7 0-68.6a48.7 48.7 0 0 0-68.7 0l-125 125.2c-5.2 5.2-13.3 5.2-18.5 0L189.5 521.4c-5.2-5.2-5.2-13.3 0-18.5l314.4-314.2c.4-.4.9-.7 1.3-1.1 5.2-4.1 12.4-3.7 17.2 1.1l125.2 125.1c19 19 49.8 19 68.7 0zM408.6 514.4a106.3 106.2 0 1 0 212.6 0 106.3 106.2 0 1 0-212.6 0zm536.2-38.6L821.9 353.5c-19-18.9-49.8-18.9-68.7.1a48.4 48.4 0 0 0 0 68.6l83 82.9c5.2 5.2 5.2 13.3 0 18.5l-81.8 81.7a48.4 48.4 0 0 0 0 68.6 48.7 48.7 0 0 0 68.7 0l121.8-121.7a53.93 53.93 0 0 0-.1-76.4z\"/>\n</svg>\n</li><li title=\"apartment \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M908 640H804V488c0-4.4-3.6-8-8-8H548v-96h108c8.8 0 16-7.2 16-16V80c0-8.8-7.2-16-16-16H368c-8.8 0-16 7.2-16 16v288c0 8.8 7.2 16 16 16h108v96H228c-4.4 0-8 3.6-8 8v152H116c-8.8 0-16 7.2-16 16v288c0 8.8 7.2 16 16 16h288c8.8 0 16-7.2 16-16V656c0-8.8-7.2-16-16-16H292v-88h440v88H620c-8.8 0-16 7.2-16 16v288c0 8.8 7.2 16 16 16h288c8.8 0 16-7.2 16-16V656c0-8.8-7.2-16-16-16zm-564 76v168H176V716h168zm84-408V140h168v168H428zm420 576H680V716h168v168z\"/>\n</svg>\n</li><li title=\"api \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M917.7 148.8l-42.4-42.4c-1.6-1.6-3.6-2.3-5.7-2.3s-4.1.8-5.7 2.3l-76.1 76.1a199.27 199.27 0 0 0-112.1-34.3c-51.2 0-102.4 19.5-141.5 58.6L432.3 308.7a8.03 8.03 0 0 0 0 11.3L704 591.7c1.6 1.6 3.6 2.3 5.7 2.3 2 0 4.1-.8 5.7-2.3l101.9-101.9c68.9-69 77-175.7 24.3-253.5l76.1-76.1c3.1-3.2 3.1-8.3 0-11.4zM769.1 441.7l-59.4 59.4-186.8-186.8 59.4-59.4c24.9-24.9 58.1-38.7 93.4-38.7 35.3 0 68.4 13.7 93.4 38.7 24.9 24.9 38.7 58.1 38.7 93.4 0 35.3-13.8 68.4-38.7 93.4zm-190.2 105a8.03 8.03 0 0 0-11.3 0L501 613.3 410.7 523l66.7-66.7c3.1-3.1 3.1-8.2 0-11.3L441 408.6a8.03 8.03 0 0 0-11.3 0L363 475.3l-43-43a7.85 7.85 0 0 0-5.7-2.3c-2 0-4.1.8-5.7 2.3L206.8 534.2c-68.9 69-77 175.7-24.3 253.5l-76.1 76.1a8.03 8.03 0 0 0 0 11.3l42.4 42.4c1.6 1.6 3.6 2.3 5.7 2.3s4.1-.8 5.7-2.3l76.1-76.1c33.7 22.9 72.9 34.3 112.1 34.3 51.2 0 102.4-19.5 141.5-58.6l101.9-101.9c3.1-3.1 3.1-8.2 0-11.3l-43-43 66.7-66.7c3.1-3.1 3.1-8.2 0-11.3l-36.6-36.2zM441.7 769.1a131.32 131.32 0 0 1-93.4 38.7c-35.3 0-68.4-13.7-93.4-38.7a131.32 131.32 0 0 1-38.7-93.4c0-35.3 13.7-68.4 38.7-93.4l59.4-59.4 186.8 186.8-59.4 59.4z\"/>\n</svg>\n</li><li title=\"apple \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M747.4 535.7c-.4-68.2 30.5-119.6 92.9-157.5-34.9-50-87.7-77.5-157.3-82.8-65.9-5.2-138 38.4-164.4 38.4-27.9 0-91.7-36.6-141.9-36.6C273.1 298.8 163 379.8 163 544.6c0 48.7 8.9 99 26.7 150.8 23.8 68.2 109.6 235.3 199.1 232.6 46.8-1.1 79.9-33.2 140.8-33.2 59.1 0 89.7 33.2 141.9 33.2 90.3-1.3 167.9-153.2 190.5-221.6-121.1-57.1-114.6-167.2-114.6-170.7zm-10.6 267c-14.3 19.9-28.7 35.6-41.9 45.7-10.5 8-18.6 11.4-24 11.6-9-.1-17.7-2.3-34.7-8.8-1.2-.5-2.5-1-4.2-1.6l-4.4-1.7c-17.4-6.7-27.8-10.3-41.1-13.8-18.6-4.8-37.1-7.4-56.9-7.4-20.2 0-39.2 2.5-58.1 7.2-13.9 3.5-25.6 7.4-42.7 13.8-.7.3-8.1 3.1-10.2 3.9-3.5 1.3-6.2 2.3-8.7 3.2-10.4 3.6-17 5.1-22.9 5.2-.7 0-1.3-.1-1.8-.2-1.1-.2-2.5-.6-4.1-1.3-4.5-1.8-9.9-5.1-16-9.8-14-10.9-29.4-28-45.1-49.9-27.5-38.6-53.5-89.8-66-125.7-15.4-44.8-23-87.7-23-128.6 0-60.2 17.8-106 48.4-137.1 26.3-26.6 61.7-41.5 97.8-42.3 5.9.1 14.5 1.5 25.4 4.5 8.6 2.3 18 5.4 30.7 9.9 3.8 1.4 16.9 6.1 18.5 6.7 7.7 2.8 13.5 4.8 19.2 6.6 18.2 5.8 32.3 9 47.6 9 15.5 0 28.8-3.3 47.7-9.8 7.1-2.4 32.9-12 37.5-13.6 25.6-9.1 44.5-14 60.8-15.2 4.8-.4 9.1-.4 13.2-.1 22.7 1.8 42.1 6.3 58.6 13.8-37.6 43.4-57 96.5-56.9 158.4-.3 14.7.9 31.7 5.1 51.8 6.4 30.5 18.6 60.7 37.9 89 14.7 21.5 32.9 40.9 54.7 57.8-11.5 23.7-25.6 48.2-40.4 68.8zm-94.5-572c50.7-60.2 46.1-115 44.6-134.7-44.8 2.6-96.6 30.5-126.1 64.8-32.5 36.8-51.6 82.3-47.5 133.6 48.4 3.7 92.6-21.2 129-63.7z\"/>\n</svg>\n</li><li title=\"appstore add \"><svg t=\"1569683928793\" class=\"icon\" viewBox=\"0 0 1024 1024\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" p-id=\"15091\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"200\" height=\"200\"><defs><style type=\"text/css\"></style></defs><path d=\"M464 144H160c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V160c0-8.8-7.2-16-16-16z m-52 268H212V212h200v200zM864 144H560c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V160c0-8.8-7.2-16-16-16z m-52 268H612V212h200v200zM864 544H560c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V560c0-8.8-7.2-16-16-16z m-52 268H612V612h200v200zM424 712H296V584c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v128H104c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h128v128c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V776h128c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z\" p-id=\"15092\"></path></svg></li><li title=\"appstore \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M464 144H160c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V160c0-8.8-7.2-16-16-16zm-52 268H212V212h200v200zm452-268H560c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V160c0-8.8-7.2-16-16-16zm-52 268H612V212h200v200zM464 544H160c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V560c0-8.8-7.2-16-16-16zm-52 268H212V612h200v200zm452-268H560c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V560c0-8.8-7.2-16-16-16zm-52 268H612V612h200v200z\"/>\n</svg>\n</li><li title=\"area chart \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M888 792H200V168c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v688c0 4.4 3.6 8 8 8h752c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-616-64h536c4.4 0 8-3.6 8-8V284c0-7.2-8.7-10.7-13.7-5.7L592 488.6l-125.4-124a8.03 8.03 0 0 0-11.3 0l-189 189.6a7.87 7.87 0 0 0-2.3 5.6V720c0 4.4 3.6 8 8 8z\"/>\n</svg>\n</li><li title=\"arrow down \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M862 465.3h-81c-4.6 0-9 2-12.1 5.5L550 723.1V160c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v563.1L255.1 470.8c-3-3.5-7.4-5.5-12.1-5.5h-81c-6.8 0-10.5 8.1-6 13.2L487.9 861a31.96 31.96 0 0 0 48.3 0L868 478.5c4.5-5.2.8-13.2-6-13.2z\"/>\n</svg>\n</li><li title=\"arrow left \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M872 474H286.9l350.2-304c5.6-4.9 2.2-14-5.2-14h-88.5c-3.9 0-7.6 1.4-10.5 3.9L155 487.8a31.96 31.96 0 0 0 0 48.3L535.1 866c1.5 1.3 3.3 2 5.2 2h91.5c7.4 0 10.8-9.2 5.2-14L286.9 550H872c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8z\"/>\n</svg>\n</li><li title=\"arrow right \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M869 487.8L491.2 159.9c-2.9-2.5-6.6-3.9-10.5-3.9h-88.5c-7.4 0-10.8 9.2-5.2 14l350.2 304H152c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h585.1L386.9 854c-5.6 4.9-2.2 14 5.2 14h91.5c1.9 0 3.8-.7 5.2-2L869 536.2a32.07 32.07 0 0 0 0-48.4z\"/>\n</svg>\n</li><li title=\"arrow up \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M868 545.5L536.1 163a31.96 31.96 0 0 0-48.3 0L156 545.5a7.97 7.97 0 0 0 6 13.2h81c4.6 0 9-2 12.1-5.5L474 300.9V864c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V300.9l218.9 252.3c3 3.5 7.4 5.5 12.1 5.5h81c6.8 0 10.5-8 6-13.2z\"/>\n</svg>\n</li><li title=\"arrows alt \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M855 160.1l-189.2 23.5c-6.6.8-9.3 8.8-4.7 13.5l54.7 54.7-153.5 153.5a8.03 8.03 0 0 0 0 11.3l45.1 45.1c3.1 3.1 8.2 3.1 11.3 0l153.6-153.6 54.7 54.7a7.94 7.94 0 0 0 13.5-4.7L863.9 169a7.9 7.9 0 0 0-8.9-8.9zM416.6 562.3a8.03 8.03 0 0 0-11.3 0L251.8 715.9l-54.7-54.7a7.94 7.94 0 0 0-13.5 4.7L160.1 855c-.6 5.2 3.7 9.5 8.9 8.9l189.2-23.5c6.6-.8 9.3-8.8 4.7-13.5l-54.7-54.7 153.6-153.6c3.1-3.1 3.1-8.2 0-11.3l-45.2-45z\"/>\n</svg>\n</li><li title=\"audio muted \"><svg t=\"1569682811064\" class=\"icon\" viewBox=\"0 0 1024 1024\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" p-id=\"8066\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"200\" height=\"200\"><defs><style type=\"text/css\"></style></defs><path d=\"M682 455V311l-76 76v68c-0.1 50.7-42 92.1-94 92-19.1 0.1-36.8-5.4-52-15l-54 55c29.1 22.4 65.9 36 106 36 93.8 0 170-75.1 170-168z\" p-id=\"8067\"></path><path d=\"M833 446h-60c-4.4 0-8 3.6-8 8 0 140.3-113.7 254-254 254-63 0-120.7-23-165-61l-54 54c48.9 43.2 110.8 72.3 179 81v102H326c-13.9 0-24.9 14.3-25 32v36c0.1 4.4 2.9 8 6 8h408c3.2 0 6-3.6 6-8v-36c0-17.7-11-32-25-32H547V782c165.3-17.9 294-157.9 294-328 0-4.4-3.6-8-8-8zM846.1 68.3l-43.5-41.9c-3.1-3-8.1-3-11.2 0.1l-129 129C634.3 101.2 577 64 511 64c-93.9 0-170 75.3-170 168v224c0 6.7 0.4 13.3 1.2 19.8l-68 68c-10.5-27.9-16.3-58.2-16.2-89.8-0.2-4.4-3.8-8-8-8h-60c-4.4 0-8 3.6-8 8 0 53 12.5 103 34.6 147.4l-137 137c-3.1 3.1-3.1 8.2 0 11.3l42.7 42.7c3.1 3.1 8.2 3.1 11.3 0L846.2 79.8l0.1-0.1c3.1-3.2 3-8.3-0.2-11.4zM417 401V232c0-50.6 41.9-92 94-92 46 0 84.1 32.3 92.3 74.7L417 401z\" p-id=\"8068\"></path></svg></li><li title=\"audio \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M842 454c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8 0 140.3-113.7 254-254 254S258 594.3 258 454c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8 0 168.7 126.6 307.9 290 327.6V884H326.7c-13.7 0-24.7 14.3-24.7 32v36c0 4.4 2.8 8 6.2 8h407.6c3.4 0 6.2-3.6 6.2-8v-36c0-17.7-11-32-24.7-32H548V782.1c165.3-18 294-158 294-328.1zM512 624c93.9 0 170-75.2 170-168V232c0-92.8-76.1-168-170-168s-170 75.2-170 168v224c0 92.8 76.1 168 170 168zm-94-392c0-50.6 41.9-92 94-92s94 41.4 94 92v224c0 50.6-41.9 92-94 92s-94-41.4-94-92V232z\"/>\n</svg>\n</li><li title=\"audit \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M296 250c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H296zm184 144H296c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm-48 458H208V148h560v320c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V108c0-17.7-14.3-32-32-32H168c-17.7 0-32 14.3-32 32v784c0 17.7 14.3 32 32 32h264c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm440-88H728v-36.6c46.3-13.8 80-56.6 80-107.4 0-61.9-50.1-112-112-112s-112 50.1-112 112c0 50.7 33.7 93.6 80 107.4V764H520c-8.8 0-16 7.2-16 16v152c0 8.8 7.2 16 16 16h352c8.8 0 16-7.2 16-16V780c0-8.8-7.2-16-16-16zM646 620c0-27.6 22.4-50 50-50s50 22.4 50 50-22.4 50-50 50-50-22.4-50-50zm180 266H566v-60h260v60z\"/>\n</svg>\n</li><li title=\"backward \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M485.6 249.9L198.2 498c-8.3 7.1-8.3 20.8 0 27.9l287.4 248.2c10.7 9.2 26.4.9 26.4-14V263.8c0-14.8-15.7-23.2-26.4-13.9zm320 0L518.2 498a18.6 18.6 0 0 0-6.2 14c0 5.2 2.1 10.4 6.2 14l287.4 248.2c10.7 9.2 26.4.9 26.4-14V263.8c0-14.8-15.7-23.2-26.4-13.9z\"/>\n</svg>\n</li><li title=\"bank \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M894 462c30.9 0 43.8-39.7 18.7-58L530.8 126.2a31.81 31.81 0 0 0-37.6 0L111.3 404c-25.1 18.2-12.2 58 18.8 58H192v374h-72c-4.4 0-8 3.6-8 8v52c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-52c0-4.4-3.6-8-8-8h-72V462h62zM512 196.7l271.1 197.2H240.9L512 196.7zM264 462h117v374H264V462zm189 0h117v374H453V462zm307 374H642V462h118v374z\"/>\n</svg>\n</li><li title=\"bar chart \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M888 792H200V168c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v688c0 4.4 3.6 8 8 8h752c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-600-80h56c4.4 0 8-3.6 8-8V560c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v144c0 4.4 3.6 8 8 8zm152 0h56c4.4 0 8-3.6 8-8V384c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v320c0 4.4 3.6 8 8 8zm152 0h56c4.4 0 8-3.6 8-8V462c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v242c0 4.4 3.6 8 8 8zm152 0h56c4.4 0 8-3.6 8-8V304c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v400c0 4.4 3.6 8 8 8z\"/>\n</svg>\n</li><li title=\"barcode \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M120 160H72c-4.4 0-8 3.6-8 8v688c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V168c0-4.4-3.6-8-8-8zm833 0h-48c-4.4 0-8 3.6-8 8v688c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V168c0-4.4-3.6-8-8-8zM200 736h112c4.4 0 8-3.6 8-8V168c0-4.4-3.6-8-8-8H200c-4.4 0-8 3.6-8 8v560c0 4.4 3.6 8 8 8zm321 0h48c4.4 0 8-3.6 8-8V168c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v560c0 4.4 3.6 8 8 8zm126 0h178c4.4 0 8-3.6 8-8V168c0-4.4-3.6-8-8-8H647c-4.4 0-8 3.6-8 8v560c0 4.4 3.6 8 8 8zm-255 0h48c4.4 0 8-3.6 8-8V168c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v560c0 4.4 3.6 8 8 8zm-79 64H201c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h112c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm257 0h-48c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm256 0H648c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h178c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm-385 0h-48c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z\"/>\n</svg>\n</li><li title=\"bars \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M912 192H328c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 284H328c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 284H328c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM104 228a56 56 0 1 0 112 0 56 56 0 1 0-112 0zm0 284a56 56 0 1 0 112 0 56 56 0 1 0-112 0zm0 284a56 56 0 1 0 112 0 56 56 0 1 0-112 0z\"/>\n</svg>\n</li><li title=\"behance square \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM598.5 350.9h138.4v33.7H598.5v-33.7zM512 628.8a89.52 89.52 0 0 1-27 31c-11.8 8.2-24.9 14.2-38.8 17.7a167.4 167.4 0 0 1-44.6 5.7H236V342.1h161c16.3 0 31.1 1.5 44.6 4.3 13.4 2.8 24.8 7.6 34.4 14.1 9.5 6.5 17 15.2 22.3 26 5.2 10.7 7.9 24.1 7.9 40 0 17.2-3.9 31.4-11.7 42.9-7.9 11.5-19.3 20.8-34.8 28.1 21.1 6 36.6 16.7 46.8 31.7 10.4 15.2 15.5 33.4 15.5 54.8 0 17.4-3.3 32.3-10 44.8zM790.8 576H612.4c0 19.4 6.7 38 16.8 48 10.2 9.9 24.8 14.9 43.9 14.9 13.8 0 25.5-3.5 35.5-10.4 9.9-6.9 15.9-14.2 18.1-21.8h59.8c-9.6 29.7-24.2 50.9-44 63.7-19.6 12.8-43.6 19.2-71.5 19.2-19.5 0-37-3.2-52.7-9.3-15.1-5.9-28.7-14.9-39.9-26.5a121.2 121.2 0 0 1-25.1-41.2c-6.1-16.9-9.1-34.7-8.9-52.6 0-18.5 3.1-35.7 9.1-51.7 11.5-31.1 35.4-56 65.9-68.9 16.3-6.8 33.8-10.2 51.5-10 21 0 39.2 4 55 12.2a111.6 111.6 0 0 1 38.6 32.8c10.1 13.7 17.2 29.3 21.7 46.9 4.3 17.3 5.8 35.5 4.6 54.7zm-122-95.6c-10.8 0-19.9 1.9-26.9 5.6-7 3.7-12.8 8.3-17.2 13.6a48.4 48.4 0 0 0-9.1 17.4c-1.6 5.3-2.7 10.7-3.1 16.2H723c-1.6-17.3-7.6-30.1-15.6-39.1-8.4-8.9-21.9-13.7-38.6-13.7zm-248.5-10.1c8.7-6.3 12.9-16.7 12.9-31 .3-6.8-1.1-13.5-4.1-19.6-2.7-4.9-6.7-9-11.6-11.9a44.8 44.8 0 0 0-16.6-6c-6.4-1.2-12.9-1.8-19.3-1.7h-70.3v79.7h76.1c13.1.1 24.2-3.1 32.9-9.5zm11.8 72c-9.8-7.5-22.9-11.2-39.2-11.2h-81.8v94h80.2c7.5 0 14.4-.7 21.1-2.1s12.7-3.8 17.8-7.2c5.1-3.3 9.2-7.8 12.3-13.6 3-5.8 4.5-13.2 4.5-22.1 0-17.7-5-30.2-14.9-37.8z\"/>\n</svg>\n</li><li title=\"behance \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M634 294.3h199.5v48.4H634zM434.1 485.8c44.1-21.1 67.2-53.2 67.2-102.8 0-98.1-73-121.9-157.3-121.9H112v492.4h238.5c89.4 0 173.3-43 173.3-143 0-61.8-29.2-107.5-89.7-124.7zM220.2 345.1h101.5c39.1 0 74.2 10.9 74.2 56.3 0 41.8-27.3 58.6-66 58.6H220.2V345.1zm115.5 324.8H220.1V534.3H338c47.6 0 77.7 19.9 77.7 70.3 0 49.6-35.9 65.3-80 65.3zm575.8-89.5c0-105.5-61.7-193.4-173.3-193.4-108.5 0-182.3 81.7-182.3 188.8 0 111 69.9 187.2 182.3 187.2 85.1 0 140.2-38.3 166.7-120h-86.3c-9.4 30.5-47.6 46.5-77.3 46.5-57.4 0-87.4-33.6-87.4-90.7h256.9c.3-5.9.7-12.1.7-18.4zM653.9 537c3.1-46.9 34.4-76.2 81.2-76.2 49.2 0 73.8 28.9 78.1 76.2H653.9z\"/>\n</svg>\n</li><li title=\"bell \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M816 768h-24V428c0-141.1-104.3-257.7-240-277.1V112c0-22.1-17.9-40-40-40s-40 17.9-40 40v38.9c-135.7 19.4-240 136-240 277.1v340h-24c-17.7 0-32 14.3-32 32v32c0 4.4 3.6 8 8 8h216c0 61.8 50.2 112 112 112s112-50.2 112-112h216c4.4 0 8-3.6 8-8v-32c0-17.7-14.3-32-32-32zM512 888c-26.5 0-48-21.5-48-48h96c0 26.5-21.5 48-48 48zM304 768V428c0-55.6 21.6-107.8 60.9-147.1S456.4 220 512 220c55.6 0 107.8 21.6 147.1 60.9S720 372.4 720 428v340H304z\"/>\n</svg>\n</li><li title=\"bg colors \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M766.4 744.3c43.7 0 79.4-36.2 79.4-80.5 0-53.5-79.4-140.8-79.4-140.8S687 610.3 687 663.8c0 44.3 35.7 80.5 79.4 80.5zm-377.1-44.1c7.1 7.1 18.6 7.1 25.6 0l256.1-256c7.1-7.1 7.1-18.6 0-25.6l-256-256c-.6-.6-1.3-1.2-2-1.7l-78.2-78.2a9.11 9.11 0 0 0-12.8 0l-48 48a9.11 9.11 0 0 0 0 12.8l67.2 67.2-207.8 207.9c-7.1 7.1-7.1 18.6 0 25.6l255.9 256zm12.9-448.6l178.9 178.9H223.4l178.8-178.9zM904 816H120c-4.4 0-8 3.6-8 8v80c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-80c0-4.4-3.6-8-8-8z\"/>\n</svg>\n</li><li title=\"block \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M856 376H648V168c0-8.8-7.2-16-16-16H168c-8.8 0-16 7.2-16 16v464c0 8.8 7.2 16 16 16h208v208c0 8.8 7.2 16 16 16h464c8.8 0 16-7.2 16-16V392c0-8.8-7.2-16-16-16zm-480 16v188H220V220h360v156H392c-8.8 0-16 7.2-16 16zm204 52v136H444V444h136zm224 360H444V648h188c8.8 0 16-7.2 16-16V444h156v360z\"/>\n</svg>\n</li><li title=\"bold \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M697.8 481.4c33.6-35 54.2-82.3 54.2-134.3v-10.2C752 229.3 663.9 142 555.3 142H259.4c-15.1 0-27.4 12.3-27.4 27.4v679.1c0 16.3 13.2 29.5 29.5 29.5h318.7c117 0 211.8-94.2 211.8-210.5v-11c0-73-37.4-137.3-94.2-175.1zM328 238h224.7c57.1 0 103.3 44.4 103.3 99.3v9.5c0 54.8-46.3 99.3-103.3 99.3H328V238zm366.6 429.4c0 62.9-51.7 113.9-115.5 113.9H328V542.7h251.1c63.8 0 115.5 51 115.5 113.9v10.8z\"/>\n</svg>\n</li><li title=\"book \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zm-260 72h96v209.9L621.5 312 572 347.4V136zm220 752H232V136h280v296.9c0 3.3 1 6.6 3 9.3a15.9 15.9 0 0 0 22.3 3.7l83.8-59.9 81.4 59.4c2.7 2 6 3.1 9.4 3.1 8.8 0 16-7.2 16-16V136h64v752z\"/>\n</svg>\n</li><li title=\"border bottom \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M872 808H152c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h720c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-720-94h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm0-498h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm0 332h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm0-166h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm166 166h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm0-332h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm332 0h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm0 332h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm222-72h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-388 72h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm388-404h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-388 72h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm388 426h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-388 72h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm388-404h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-388 72h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8z\"/>\n</svg>\n</li><li title=\"border horizontal \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M540 144h-56c-4.4 0-8 3.6-8 8v720c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V152c0-4.4-3.6-8-8-8zm-166 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm498 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-664 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm498 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM208 310h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm664 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-664 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 166h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm664 332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM374 808h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm332 332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z\"/>\n</svg>\n</li><li title=\"border inner \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M872 476H548V144h-72v332H152c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h324v332h72V548h324c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-166h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 498h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-664h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 498h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM650 216h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm56 592h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-56-592h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm-166 0h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm56 592h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-56-426h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm56 260h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z\"/>\n</svg>\n</li><li title=\"border left \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M208 144h-56c-4.4 0-8 3.6-8 8v720c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V152c0-4.4-3.6-8-8-8zm166 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm498 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm166 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM540 310h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 166h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm332 332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM374 808h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm332 332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z\"/>\n</svg>\n</li><li title=\"border outer \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656zM484 366h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zM302 548h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm364 0h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm-182 0h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm0 182h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8z\"/>\n</svg>\n</li><li title=\"border right \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M872 144h-56c-4.4 0-8 3.6-8 8v720c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V152c0-4.4-3.6-8-8-8zm-166 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-498 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-166 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm166 166h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 166h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM208 808h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm498 332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM374 808h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z\"/>\n</svg>\n</li><li title=\"border top \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M872 144H152c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h720c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM208 310h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 498h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 166h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm166-166h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm166 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm332 332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm332-498h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm332 332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z\"/>\n</svg>\n</li><li title=\"border verticle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M872 476H152c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h720c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-166h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 498h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-664h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 498h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM650 216h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm56 592h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-56-592h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm-166 0h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm332 0h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zM208 808h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM152 382h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm332 0h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zM208 642h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z\"/>\n</svg>\n</li><li title=\"border \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z\"/>\n</svg>\n</li><li title=\"borderless table \"><svg t=\"1569683537953\" class=\"icon\" viewBox=\"0 0 1024 1024\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" p-id=\"10937\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"200\" height=\"200\"><defs><style type=\"text/css\"></style></defs><path d=\"M117 368h231v64H117zM676 368h241v64H676zM412 368h200v64H412zM412 592h200v64H412zM676 592h241v64H676zM117 592h231v64H117zM412 432V179h-64v666h64V592zM676 368V179h-64v666h64V432z\" p-id=\"10938\"></path></svg></li><li title=\"box plot \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M952 224h-52c-4.4 0-8 3.6-8 8v248h-92V304c0-4.4-3.6-8-8-8H232c-4.4 0-8 3.6-8 8v176h-92V232c0-4.4-3.6-8-8-8H72c-4.4 0-8 3.6-8 8v560c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8V548h92v172c0 4.4 3.6 8 8 8h560c4.4 0 8-3.6 8-8V548h92v244c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8V232c0-4.4-3.6-8-8-8zM296 368h88v288h-88V368zm432 288H448V368h280v288z\"/>\n</svg>\n</li><li title=\"branches \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M740 161c-61.8 0-112 50.2-112 112 0 50.1 33.1 92.6 78.5 106.9v95.9L320 602.4V318.1c44.2-15 76-56.9 76-106.1 0-61.8-50.2-112-112-112s-112 50.2-112 112c0 49.2 31.8 91 76 106.1V706c-44.2 15-76 56.9-76 106.1 0 61.8 50.2 112 112 112s112-50.2 112-112c0-49.2-31.8-91-76-106.1v-27.8l423.5-138.7a50.52 50.52 0 0 0 34.9-48.2V378.2c42.9-15.8 73.6-57 73.6-105.2 0-61.8-50.2-112-112-112zm-504 51a48.01 48.01 0 0 1 96 0 48.01 48.01 0 0 1-96 0zm96 600a48.01 48.01 0 0 1-96 0 48.01 48.01 0 0 1 96 0zm408-491a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z\"/>\n</svg>\n</li><li title=\"bug \"><svg class=\"icon\" viewBox=\"0 0 1024 1024\" \n  xmlns=\"http://www.w3.org/2000/svg\">\n  <path d=\"M304 280h56c4.4 0 8-3.6 8-8 0-28.3 5.9-53.2 17.1-73.5 10.6-19.4 26-34.8 45.4-45.4C450.9 142 475.7 136 504 136h16c28.3 0 53.2 5.9 73.5 17.1 19.4 10.6 34.8 26 45.4 45.4C650 218.9 656 243.7 656 272c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8 0-40-8.8-76.7-25.9-108.1-17.2-31.5-42.5-56.8-74-74C596.7 72.8 560 64 520 64h-16c-40 0-76.7 8.8-108.1 25.9-31.5 17.2-56.8 42.5-74 74C304.8 195.3 296 232 296 272c0 4.4 3.6 8 8 8z\"/>\n  <path d=\"M940 512H792V412c76.8 0 139-62.2 139-139 0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8 0 34.8-28.2 63-63 63H232c-34.8 0-63-28.2-63-63 0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8 0 76.8 62.2 139 139 139v100H84c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h148v96c0 6.5.2 13 .7 19.3C164.1 728.6 116 796.7 116 876c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8 0-44.2 23.9-82.9 59.6-103.7 6 17.2 13.6 33.6 22.7 49 24.3 41.5 59 76.2 100.5 100.5S460.5 960 512 960s99.8-13.9 141.3-38.2c41.5-24.3 76.2-59 100.5-100.5 9.1-15.5 16.7-31.9 22.7-49C812.1 793.1 836 831.8 836 876c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8 0-79.3-48.1-147.4-116.7-176.7.4-6.4.7-12.8.7-19.3v-96h148c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM716 680c0 36.8-9.7 72-27.8 102.9-17.7 30.3-43 55.6-73.3 73.3C584 874.3 548.8 884 512 884s-72-9.7-102.9-27.8c-30.3-17.7-55.6-43-73.3-73.3C317.7 752 308 716.8 308 680V412h408v268z\"/>\n</svg></li><li title=\"build \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M916 210H376c-17.7 0-32 14.3-32 32v236H108c-17.7 0-32 14.3-32 32v272c0 17.7 14.3 32 32 32h540c17.7 0 32-14.3 32-32V546h236c17.7 0 32-14.3 32-32V242c0-17.7-14.3-32-32-32zm-504 68h200v200H412V278zm-68 468H144V546h200v200zm268 0H412V546h200v200zm268-268H680V278h200v200z\"/>\n</svg>\n</li><li title=\"bulb \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M632 888H392c-4.4 0-8 3.6-8 8v32c0 17.7 14.3 32 32 32h192c17.7 0 32-14.3 32-32v-32c0-4.4-3.6-8-8-8zM512 64c-181.1 0-328 146.9-328 328 0 121.4 66 227.4 164 284.1V792c0 17.7 14.3 32 32 32h264c17.7 0 32-14.3 32-32V676.1c98-56.7 164-162.7 164-284.1 0-181.1-146.9-328-328-328zm127.9 549.8L604 634.6V752H420V634.6l-35.9-20.8C305.4 568.3 256 484.5 256 392c0-141.4 114.6-256 256-256s256 114.6 256 256c0 92.5-49.4 176.3-128.1 221.8z\"/>\n</svg>\n</li><li title=\"calculator \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M251.2 387H320v68.8c0 1.8 1.8 3.2 4 3.2h48c2.2 0 4-1.4 4-3.3V387h68.8c1.8 0 3.2-1.8 3.2-4v-48c0-2.2-1.4-4-3.3-4H376v-68.8c0-1.8-1.8-3.2-4-3.2h-48c-2.2 0-4 1.4-4 3.2V331h-68.8c-1.8 0-3.2 1.8-3.2 4v48c0 2.2 1.4 4 3.2 4zm328 0h193.6c1.8 0 3.2-1.8 3.2-4v-48c0-2.2-1.4-4-3.3-4H579.2c-1.8 0-3.2 1.8-3.2 4v48c0 2.2 1.4 4 3.2 4zm0 265h193.6c1.8 0 3.2-1.8 3.2-4v-48c0-2.2-1.4-4-3.3-4H579.2c-1.8 0-3.2 1.8-3.2 4v48c0 2.2 1.4 4 3.2 4zm0 104h193.6c1.8 0 3.2-1.8 3.2-4v-48c0-2.2-1.4-4-3.3-4H579.2c-1.8 0-3.2 1.8-3.2 4v48c0 2.2 1.4 4 3.2 4zm-195.7-81l61.2-74.9c4.3-5.2.7-13.1-5.9-13.1H388c-2.3 0-4.5 1-5.9 2.9l-34 41.6-34-41.6a7.85 7.85 0 0 0-5.9-2.9h-50.9c-6.6 0-10.2 7.9-5.9 13.1l61.2 74.9-62.7 76.8c-4.4 5.2-.8 13.1 5.8 13.1h50.8c2.3 0 4.5-1 5.9-2.9l35.5-43.5 35.5 43.5c1.5 1.8 3.7 2.9 5.9 2.9h50.8c6.6 0 10.2-7.9 5.9-13.1L383.5 675zM880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-36 732H180V180h664v664z\"/>\n</svg>\n</li><li title=\"calendar \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V460h656v380zM184 392V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v136H184z\"/>\n</svg>\n</li><li title=\"camera \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M864 248H728l-32.4-90.8a32.07 32.07 0 0 0-30.2-21.2H358.6c-13.5 0-25.6 8.5-30.1 21.2L296 248H160c-44.2 0-80 35.8-80 80v456c0 44.2 35.8 80 80 80h704c44.2 0 80-35.8 80-80V328c0-44.2-35.8-80-80-80zm8 536c0 4.4-3.6 8-8 8H160c-4.4 0-8-3.6-8-8V328c0-4.4 3.6-8 8-8h186.7l17.1-47.8 22.9-64.2h250.5l22.9 64.2 17.1 47.8H864c4.4 0 8 3.6 8 8v456zM512 384c-88.4 0-160 71.6-160 160s71.6 160 160 160 160-71.6 160-160-71.6-160-160-160zm0 256c-53 0-96-43-96-96s43-96 96-96 96 43 96 96-43 96-96 96z\"/>\n</svg>\n</li><li title=\"car \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M380 704h264c4.4 0 8-3.6 8-8v-84c0-4.4-3.6-8-8-8h-40c-4.4 0-8 3.6-8 8v36H428v-36c0-4.4-3.6-8-8-8h-40c-4.4 0-8 3.6-8 8v84c0 4.4 3.6 8 8 8zm340-123a40 40 0 1 0 80 0 40 40 0 1 0-80 0zm239-167.6L935.3 372a8 8 0 0 0-10.9-2.9l-50.7 29.6-78.3-216.2a63.9 63.9 0 0 0-60.9-44.4H301.2c-34.7 0-65.5 22.4-76.2 55.5l-74.6 205.2-50.8-29.6a8 8 0 0 0-10.9 2.9L65 413.4c-2.2 3.8-.9 8.6 2.9 10.8l60.4 35.2-14.5 40c-1.2 3.2-1.8 6.6-1.8 10v348.2c0 15.7 11.8 28.4 26.3 28.4h67.6c12.3 0 23-9.3 25.6-22.3l7.7-37.7h545.6l7.7 37.7c2.7 13 13.3 22.3 25.6 22.3h67.6c14.5 0 26.3-12.7 26.3-28.4V509.4c0-3.4-.6-6.8-1.8-10l-14.5-40 60.3-35.2a8 8 0 0 0 3-10.8zM840 517v237H184V517l15.6-43h624.8l15.6 43zM292.7 218.1l.5-1.3.4-1.3c1.1-3.3 4.1-5.5 7.6-5.5h427.6l75.4 208H220l72.7-199.9zM224 581a40 40 0 1 0 80 0 40 40 0 1 0-80 0z\"/>\n</svg>\n</li><li title=\"caret down \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M840.4 300H183.6c-19.7 0-30.7 20.8-18.5 35l328.4 380.8c9.4 10.9 27.5 10.9 37 0L858.9 335c12.2-14.2 1.2-35-18.5-35z\"/>\n</svg>\n</li><li title=\"caret left \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M689 165.1L308.2 493.5c-10.9 9.4-10.9 27.5 0 37L689 858.9c14.2 12.2 35 1.2 35-18.5V183.6c0-19.7-20.8-30.7-35-18.5z\"/>\n</svg>\n</li><li title=\"caret right \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M715.8 493.5L335 165.1c-14.2-12.2-35-1.2-35 18.5v656.8c0 19.7 20.8 30.7 35 18.5l380.8-328.4c10.9-9.4 10.9-27.6 0-37z\"/>\n</svg>\n</li><li title=\"caret up \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M858.9 689L530.5 308.2c-9.4-10.9-27.5-10.9-37 0L165.1 689c-12.2 14.2-1.2 35 18.5 35h656.8c19.7 0 30.7-20.8 18.5-35z\"/>\n</svg>\n</li><li title=\"carry out \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v584zM688 420h-55.2c-5.1 0-10 2.5-13 6.6L468.9 634.4l-64.7-89c-3-4.1-7.8-6.6-13-6.6H336c-6.5 0-10.3 7.4-6.5 12.7l126.4 174a16.1 16.1 0 0 0 26 0l212.6-292.7c3.8-5.4 0-12.8-6.5-12.8z\"/>\n</svg>\n</li><li title=\"check circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M699 353h-46.9c-10.2 0-19.9 4.9-25.9 13.3L469 584.3l-71.2-98.8c-6-8.3-15.6-13.3-25.9-13.3H325c-6.5 0-10.3 7.4-6.5 12.7l124.6 172.8a31.8 31.8 0 0 0 51.7 0l210.6-292c3.9-5.3.1-12.7-6.4-12.7z\"/>\n  <path d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z\"/>\n</svg>\n</li><li title=\"check square \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M433.1 657.7a31.8 31.8 0 0 0 51.7 0l210.6-292c3.8-5.3 0-12.7-6.5-12.7H642c-10.2 0-19.9 4.9-25.9 13.3L459 584.3l-71.2-98.8c-6-8.3-15.6-13.3-25.9-13.3H315c-6.5 0-10.3 7.4-6.5 12.7l124.6 172.8z\"/>\n  <path d=\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z\"/>\n</svg>\n</li><li title=\"check \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M912 190h-69.9c-9.8 0-19.1 4.5-25.1 12.2L404.7 724.5 207 474a32 32 0 0 0-25.1-12.2H112c-6.7 0-10.4 7.7-6.3 12.9l273.9 347c12.8 16.2 37.4 16.2 50.3 0l488.4-618.9c4.1-5.1.4-12.8-6.3-12.8z\"/>\n</svg>\n</li><li title=\"chrome \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M928 512.3v-.3c0-229.8-186.2-416-416-416S96 282.2 96 512v.4c0 229.8 186.2 416 416 416s416-186.2 416-416v-.3.2zm-6.7-74.6l.6 3.3-.6-3.3zM676.7 638.2c53.5-82.2 52.5-189.4-11.1-263.7l162.4-8.4c20.5 44.4 32 93.8 32 145.9 0 185.2-144.6 336.6-327.1 347.4l143.8-221.2zM512 652.3c-77.5 0-140.2-62.7-140.2-140.2 0-77.7 62.7-140.2 140.2-140.2S652.2 434.5 652.2 512 589.5 652.3 512 652.3zm369.2-331.7l-3-5.7 3 5.7zM512 164c121.3 0 228.2 62.1 290.4 156.2l-263.6-13.9c-97.5-5.7-190.2 49.2-222.3 141.1L227.8 311c63.1-88.9 166.9-147 284.2-147zM102.5 585.8c26 145 127.1 264 261.6 315.1C229.6 850 128.5 731 102.5 585.8zM164 512c0-55.9 13.2-108.7 36.6-155.5l119.7 235.4c44.1 86.7 137.4 139.7 234 121.6l-74 145.1C302.9 842.5 164 693.5 164 512zm324.7 415.4c4 .2 8 .4 12 .5-4-.2-8-.3-12-.5z\"/>\n</svg>\n</li><li title=\"ci circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372zm218-572.1h-50.4c-4.4 0-8 3.6-8 8v384.2c0 4.4 3.6 8 8 8H730c4.4 0 8-3.6 8-8V319.9c0-4.4-3.6-8-8-8zm-281.4 49.6c49.5 0 83.1 31.5 87 77.6.4 4.2 3.8 7.4 8 7.4h52.6c2.4 0 4.4-2 4.4-4.4 0-81.2-64-138.1-152.3-138.1C345.4 304 286 373.5 286 488.4v49c0 114 59.4 182.6 162.3 182.6 88 0 152.3-55.1 152.3-132.5 0-2.4-2-4.4-4.4-4.4h-52.7c-4.2 0-7.6 3.2-8 7.3-4.2 43-37.7 72.4-87 72.4-61.1 0-95.6-44.9-95.6-125.2v-49.3c.1-81.4 34.6-126.8 95.7-126.8z\"/>\n</svg>\n</li><li title=\"ci \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372zm218-572.1h-50.4c-4.4 0-8 3.6-8 8v384.2c0 4.4 3.6 8 8 8H730c4.4 0 8-3.6 8-8V319.9c0-4.4-3.6-8-8-8zm-281.4 49.6c49.5 0 83.1 31.5 87 77.6.4 4.2 3.8 7.4 8 7.4h52.6c2.4 0 4.4-2 4.4-4.4 0-81.2-64-138.1-152.3-138.1C345.4 304 286 373.5 286 488.4v49c0 114 59.4 182.6 162.3 182.6 88 0 152.3-55.1 152.3-132.5 0-2.4-2-4.4-4.4-4.4h-52.7c-4.2 0-7.6 3.2-8 7.3-4.2 43-37.7 72.4-87 72.4-61.1 0-95.6-44.9-95.6-125.2v-49.3c.1-81.4 34.6-126.8 95.7-126.8z\"/>\n</svg>\n</li><li title=\"clear \"><svg t=\"1569683368540\" class=\"icon\" viewBox=\"0 0 1024 1024\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" p-id=\"9723\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"200\" height=\"200\"><defs><style type=\"text/css\"></style></defs><path d=\"M899.1 869.6l-53-305.6H864c14.4 0 26-11.6 26-26V346c0-14.4-11.6-26-26-26H618V138c0-14.4-11.6-26-26-26H432c-14.4 0-26 11.6-26 26v182H160c-14.4 0-26 11.6-26 26v192c0 14.4 11.6 26 26 26h17.9l-53 305.6c-0.3 1.5-0.4 3-0.4 4.4 0 14.4 11.6 26 26 26h723c1.5 0 3-0.1 4.4-0.4 14.2-2.4 23.7-15.9 21.2-30zM204 390h272V182h72v208h272v104H204V390z m468 440V674c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v156H416V674c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v156H202.8l45.1-260H776l45.1 260H672z\" p-id=\"9724\"></path></svg></li><li title=\"clock circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z\"/>\n  <path d=\"M686.7 638.6L544.1 535.5V288c0-4.4-3.6-8-8-8H488c-4.4 0-8 3.6-8 8v275.4c0 2.6 1.2 5 3.3 6.5l165.4 120.6c3.6 2.6 8.6 1.8 11.2-1.7l28.6-39c2.6-3.7 1.8-8.7-1.8-11.2z\"/>\n</svg>\n</li><li title=\"close circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M685.4 354.8c0-4.4-3.6-8-8-8l-66 .3L512 465.6l-99.3-118.4-66.1-.3c-4.4 0-8 3.5-8 8 0 1.9.7 3.7 1.9 5.2l130.1 155L340.5 670a8.32 8.32 0 0 0-1.9 5.2c0 4.4 3.6 8 8 8l66.1-.3L512 564.4l99.3 118.4 66 .3c4.4 0 8-3.5 8-8 0-1.9-.7-3.7-1.9-5.2L553.5 515l130.1-155c1.2-1.4 1.8-3.3 1.8-5.2z\"/>\n  <path d=\"M512 65C264.6 65 64 265.6 64 513s200.6 448 448 448 448-200.6 448-448S759.4 65 512 65zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z\"/>\n</svg>\n</li><li title=\"close square \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M354 671h58.9c4.7 0 9.2-2.1 12.3-5.7L512 561.8l86.8 103.5c3 3.6 7.5 5.7 12.3 5.7H670c6.8 0 10.5-7.9 6.1-13.1L553.8 512l122.4-145.9c4.4-5.2.7-13.1-6.1-13.1h-58.9c-4.7 0-9.2 2.1-12.3 5.7L512 462.2l-86.8-103.5c-3-3.6-7.5-5.7-12.3-5.7H354c-6.8 0-10.5 7.9-6.1 13.1L470.2 512 347.9 657.9A7.95 7.95 0 0 0 354 671z\"/>\n  <path d=\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z\"/>\n</svg>\n</li><li title=\"close \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M563.8 512l262.5-312.9c4.4-5.2.7-13.1-6.1-13.1h-79.8c-4.7 0-9.2 2.1-12.3 5.7L511.6 449.8 295.1 191.7c-3-3.6-7.5-5.7-12.3-5.7H203c-6.8 0-10.5 7.9-6.1 13.1L459.4 512 196.9 824.9A7.95 7.95 0 0 0 203 838h79.8c4.7 0 9.2-2.1 12.3-5.7l216.5-258.1 216.5 258.1c3 3.6 7.5 5.7 12.3 5.7h79.8c6.8 0 10.5-7.9 6.1-13.1L563.8 512z\"/>\n</svg>\n</li><li title=\"cloud download \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M624 706.3h-74.1V464c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v242.3H400c-6.7 0-10.4 7.7-6.3 12.9l112 141.7a8 8 0 0 0 12.6 0l112-141.7c4.1-5.2.4-12.9-6.3-12.9z\"/>\n  <path d=\"M811.4 366.7C765.6 245.9 648.9 160 512.2 160S258.8 245.8 213 366.6C127.3 389.1 64 467.2 64 560c0 110.5 89.5 200 199.9 200H304c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8h-40.1c-33.7 0-65.4-13.4-89-37.7-23.5-24.2-36-56.8-34.9-90.6.9-26.4 9.9-51.2 26.2-72.1 16.7-21.3 40.1-36.8 66.1-43.7l37.9-9.9 13.9-36.6c8.6-22.8 20.6-44.1 35.7-63.4a245.6 245.6 0 0 1 52.4-49.9c41.1-28.9 89.5-44.2 140-44.2s98.9 15.3 140 44.2c19.9 14 37.5 30.8 52.4 49.9 15.1 19.3 27.1 40.7 35.7 63.4l13.8 36.5 37.8 10C846.1 454.5 884 503.8 884 560c0 33.1-12.9 64.3-36.3 87.7a123.07 123.07 0 0 1-87.6 36.3H720c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h40.1C870.5 760 960 670.5 960 560c0-92.7-63.1-170.7-148.6-193.3z\"/>\n</svg>\n</li><li title=\"cloud server \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M704 446H320c-4.4 0-8 3.6-8 8v402c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8V454c0-4.4-3.6-8-8-8zm-328 64h272v117H376V510zm272 290H376V683h272v117z\"/>\n  <path d=\"M424 748a32 32 0 1 0 64 0 32 32 0 1 0-64 0zm0-178a32 32 0 1 0 64 0 32 32 0 1 0-64 0z\"/>\n  <path d=\"M811.4 368.9C765.6 248 648.9 162 512.2 162S258.8 247.9 213 368.8C126.9 391.5 63.5 470.2 64 563.6 64.6 668 145.6 752.9 247.6 762c4.7.4 8.7-3.3 8.7-8v-60.4c0-4-3-7.4-7-7.9-27-3.4-52.5-15.2-72.1-34.5-24-23.5-37.2-55.1-37.2-88.6 0-28 9.1-54.4 26.2-76.4 16.7-21.4 40.2-36.9 66.1-43.7l37.9-10 13.9-36.7c8.6-22.8 20.6-44.2 35.7-63.5 14.9-19.2 32.6-36 52.4-50 41.1-28.9 89.5-44.2 140-44.2s98.9 15.3 140 44.3c19.9 14 37.5 30.8 52.4 50 15.1 19.3 27.1 40.7 35.7 63.5l13.8 36.6 37.8 10c54.2 14.4 92.1 63.7 92.1 120 0 33.6-13.2 65.1-37.2 88.6-19.5 19.2-44.9 31.1-71.9 34.5-4 .5-6.9 3.9-6.9 7.9V754c0 4.7 4.1 8.4 8.8 8 101.7-9.2 182.5-94 183.2-198.2.6-93.4-62.7-172.1-148.6-194.9z\"/>\n</svg>\n</li><li title=\"cloud sync \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M811.4 368.9C765.6 248 648.9 162 512.2 162S258.8 247.9 213 368.8C126.9 391.5 63.5 470.2 64 563.6 64.6 668 145.6 752.9 247.6 762c4.7.4 8.7-3.3 8.7-8v-60.4c0-4-3-7.4-7-7.9-27-3.4-52.5-15.2-72.1-34.5-24-23.5-37.2-55.1-37.2-88.6 0-28 9.1-54.4 26.2-76.4 16.7-21.4 40.2-36.9 66.1-43.7l37.9-10 13.9-36.7c8.6-22.8 20.6-44.2 35.7-63.5 14.9-19.2 32.6-36 52.4-50 41.1-28.9 89.5-44.2 140-44.2s98.9 15.3 140 44.3c19.9 14 37.5 30.8 52.4 50 15.1 19.3 27.1 40.7 35.7 63.5l13.8 36.6 37.8 10c54.2 14.4 92.1 63.7 92.1 120 0 33.6-13.2 65.1-37.2 88.6-19.5 19.2-44.9 31.1-71.9 34.5-4 .5-6.9 3.9-6.9 7.9V754c0 4.7 4.1 8.4 8.8 8 101.7-9.2 182.5-94 183.2-198.2.6-93.4-62.7-172.1-148.6-194.9z\"/>\n  <path d=\"M376.9 656.4c1.8-33.5 15.7-64.7 39.5-88.6 25.4-25.5 60-39.8 96-39.8 36.2 0 70.3 14.1 96 39.8 1.4 1.4 2.7 2.8 4.1 4.3l-25 19.6a8 8 0 0 0 3 14.1l98.2 24c5 1.2 9.9-2.6 9.9-7.7l.5-101.3c0-6.7-7.6-10.5-12.9-6.3L663 532.7c-36.6-42-90.4-68.6-150.5-68.6-107.4 0-195 85.1-199.4 191.7-.2 4.5 3.4 8.3 8 8.3H369c4.2-.1 7.7-3.4 7.9-7.7zM703 664h-47.9c-4.2 0-7.7 3.3-8 7.6-1.8 33.5-15.7 64.7-39.5 88.6-25.4 25.5-60 39.8-96 39.8-36.2 0-70.3-14.1-96-39.8-1.4-1.4-2.7-2.8-4.1-4.3l25-19.6a8 8 0 0 0-3-14.1l-98.2-24c-5-1.2-9.9 2.6-9.9 7.7l-.4 101.4c0 6.7 7.6 10.5 12.9 6.3l23.2-18.2c36.6 42 90.4 68.6 150.5 68.6 107.4 0 195-85.1 199.4-191.7.2-4.5-3.4-8.3-8-8.3z\"/>\n</svg>\n</li><li title=\"cloud upload \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M518.3 459a8 8 0 0 0-12.6 0l-112 141.7a7.98 7.98 0 0 0 6.3 12.9h73.9V856c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V613.7H624c6.7 0 10.4-7.7 6.3-12.9L518.3 459z\"/>\n  <path d=\"M811.4 366.7C765.6 245.9 648.9 160 512.2 160S258.8 245.8 213 366.6C127.3 389.1 64 467.2 64 560c0 110.5 89.5 200 199.9 200H304c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8h-40.1c-33.7 0-65.4-13.4-89-37.7-23.5-24.2-36-56.8-34.9-90.6.9-26.4 9.9-51.2 26.2-72.1 16.7-21.3 40.1-36.8 66.1-43.7l37.9-9.9 13.9-36.6c8.6-22.8 20.6-44.1 35.7-63.4a245.6 245.6 0 0 1 52.4-49.9c41.1-28.9 89.5-44.2 140-44.2s98.9 15.3 140 44.2c19.9 14 37.5 30.8 52.4 49.9 15.1 19.3 27.1 40.7 35.7 63.4l13.8 36.5 37.8 10C846.1 454.5 884 503.8 884 560c0 33.1-12.9 64.3-36.3 87.7a123.07 123.07 0 0 1-87.6 36.3H720c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h40.1C870.5 760 960 670.5 960 560c0-92.7-63.1-170.7-148.6-193.3z\"/>\n</svg>\n</li><li title=\"cloud \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M811.4 418.7C765.6 297.9 648.9 212 512.2 212S258.8 297.8 213 418.6C127.3 441.1 64 519.1 64 612c0 110.5 89.5 200 199.9 200h496.2C870.5 812 960 722.5 960 612c0-92.7-63.1-170.7-148.6-193.3zm36.3 281a123.07 123.07 0 0 1-87.6 36.3H263.9c-33.1 0-64.2-12.9-87.6-36.3A123.3 123.3 0 0 1 140 612c0-28 9.1-54.3 26.2-76.3a125.7 125.7 0 0 1 66.1-43.7l37.9-9.9 13.9-36.6c8.6-22.8 20.6-44.1 35.7-63.4a245.6 245.6 0 0 1 52.4-49.9c41.1-28.9 89.5-44.2 140-44.2s98.9 15.3 140 44.2c19.9 14 37.5 30.8 52.4 49.9 15.1 19.3 27.1 40.7 35.7 63.4l13.8 36.5 37.8 10c54.3 14.5 92.1 63.8 92.1 120 0 33.1-12.9 64.3-36.3 87.7z\"/>\n</svg>\n</li><li title=\"cluster \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M888 680h-54V540H546v-92h238c8.8 0 16-7.2 16-16V168c0-8.8-7.2-16-16-16H240c-8.8 0-16 7.2-16 16v264c0 8.8 7.2 16 16 16h238v92H190v140h-54c-4.4 0-8 3.6-8 8v176c0 4.4 3.6 8 8 8h176c4.4 0 8-3.6 8-8V688c0-4.4-3.6-8-8-8h-54v-72h220v72h-54c-4.4 0-8 3.6-8 8v176c0 4.4 3.6 8 8 8h176c4.4 0 8-3.6 8-8V688c0-4.4-3.6-8-8-8h-54v-72h220v72h-54c-4.4 0-8 3.6-8 8v176c0 4.4 3.6 8 8 8h176c4.4 0 8-3.6 8-8V688c0-4.4-3.6-8-8-8zM256 805.3c0 1.5-1.2 2.7-2.7 2.7h-58.7c-1.5 0-2.7-1.2-2.7-2.7v-58.7c0-1.5 1.2-2.7 2.7-2.7h58.7c1.5 0 2.7 1.2 2.7 2.7v58.7zm288 0c0 1.5-1.2 2.7-2.7 2.7h-58.7c-1.5 0-2.7-1.2-2.7-2.7v-58.7c0-1.5 1.2-2.7 2.7-2.7h58.7c1.5 0 2.7 1.2 2.7 2.7v58.7zM288 384V216h448v168H288zm544 421.3c0 1.5-1.2 2.7-2.7 2.7h-58.7c-1.5 0-2.7-1.2-2.7-2.7v-58.7c0-1.5 1.2-2.7 2.7-2.7h58.7c1.5 0 2.7 1.2 2.7 2.7v58.7zM360 300a40 40 0 1 0 80 0 40 40 0 1 0-80 0z\"/>\n</svg>\n</li><li title=\"code sandbox \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M709.6 210l.4-.2h.2L512 96 313.9 209.8h-.2l.7.3L151.5 304v416L512 928l360.5-208V304l-162.9-94zM482.7 843.6L339.6 761V621.4L210 547.8V372.9l272.7 157.3v313.4zM238.2 321.5l134.7-77.8 138.9 79.7 139.1-79.9 135.2 78-273.9 158-274-158zM814 548.3l-128.8 73.1v139.1l-143.9 83V530.4L814 373.1v175.2z\"/>\n</svg>\n</li><li title=\"code \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M516 673c0 4.4 3.4 8 7.5 8h185c4.1 0 7.5-3.6 7.5-8v-48c0-4.4-3.4-8-7.5-8h-185c-4.1 0-7.5 3.6-7.5 8v48zm-194.9 6.1l192-161c3.8-3.2 3.8-9.1 0-12.3l-192-160.9A7.95 7.95 0 0 0 308 351v62.7c0 2.4 1 4.6 2.9 6.1L420.7 512l-109.8 92.2a8.1 8.1 0 0 0-2.9 6.1V673c0 6.8 7.9 10.5 13.1 6.1zM880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z\"/>\n</svg>\n</li><li title=\"codepen circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M488.1 414.7V303.4L300.9 428l83.6 55.8zm254.1 137.7v-79.8l-59.8 39.9zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm278 533c0 1.1-.1 2.1-.2 3.1 0 .4-.1.7-.2 1a14.16 14.16 0 0 1-.8 3.2c-.2.6-.4 1.2-.6 1.7-.2.4-.4.8-.5 1.2-.3.5-.5 1.1-.8 1.6-.2.4-.4.7-.7 1.1-.3.5-.7 1-1 1.5-.3.4-.5.7-.8 1-.4.4-.8.9-1.2 1.3-.3.3-.6.6-1 .9-.4.4-.9.8-1.4 1.1-.4.3-.7.6-1.1.8-.1.1-.3.2-.4.3L525.2 786c-4 2.7-8.6 4-13.2 4-4.7 0-9.3-1.4-13.3-4L244.6 616.9c-.1-.1-.3-.2-.4-.3l-1.1-.8c-.5-.4-.9-.7-1.3-1.1-.3-.3-.6-.6-1-.9-.4-.4-.8-.8-1.2-1.3a7 7 0 0 1-.8-1c-.4-.5-.7-1-1-1.5-.2-.4-.5-.7-.7-1.1-.3-.5-.6-1.1-.8-1.6-.2-.4-.4-.8-.5-1.2-.2-.6-.4-1.2-.6-1.7-.1-.4-.3-.8-.4-1.2-.2-.7-.3-1.3-.4-2-.1-.3-.1-.7-.2-1-.1-1-.2-2.1-.2-3.1V427.9c0-1 .1-2.1.2-3.1.1-.3.1-.7.2-1a14.16 14.16 0 0 1 .8-3.2c.2-.6.4-1.2.6-1.7.2-.4.4-.8.5-1.2.2-.5.5-1.1.8-1.6.2-.4.4-.7.7-1.1.6-.9 1.2-1.7 1.8-2.5.4-.4.8-.9 1.2-1.3.3-.3.6-.6 1-.9.4-.4.9-.8 1.3-1.1.4-.3.7-.6 1.1-.8.1-.1.3-.2.4-.3L498.7 239c8-5.3 18.5-5.3 26.5 0l254.1 169.1c.1.1.3.2.4.3l1.1.8 1.4 1.1c.3.3.6.6 1 .9.4.4.8.8 1.2 1.3.7.8 1.3 1.6 1.8 2.5.2.4.5.7.7 1.1.3.5.6 1 .8 1.6.2.4.4.8.5 1.2.2.6.4 1.2.6 1.7.1.4.3.8.4 1.2.2.7.3 1.3.4 2 .1.3.1.7.2 1 .1 1 .2 2.1.2 3.1V597zm-254.1 13.3v111.3L723.1 597l-83.6-55.8zM281.8 472.6v79.8l59.8-39.9zM512 456.1l-84.5 56.4 84.5 56.4 84.5-56.4zM723.1 428L535.9 303.4v111.3l103.6 69.1zM384.5 541.2L300.9 597l187.2 124.6V610.3l-103.6-69.1z\"/>\n</svg>\n</li><li title=\"codepen \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M911.7 385.3l-.3-1.5c-.2-1-.3-1.9-.6-2.9-.2-.6-.4-1.1-.5-1.7-.3-.8-.5-1.7-.9-2.5-.2-.6-.5-1.1-.8-1.7-.4-.8-.8-1.5-1.2-2.3-.3-.5-.6-1.1-1-1.6-.8-1.2-1.7-2.4-2.6-3.6-.5-.6-1.1-1.3-1.7-1.9-.4-.5-.9-.9-1.4-1.3-.6-.6-1.3-1.1-1.9-1.6-.5-.4-1-.8-1.6-1.2-.2-.1-.4-.3-.6-.4L531.1 117.8a34.3 34.3 0 0 0-38.1 0L127.3 361.3c-.2.1-.4.3-.6.4-.5.4-1 .8-1.6 1.2-.7.5-1.3 1.1-1.9 1.6-.5.4-.9.9-1.4 1.3-.6.6-1.2 1.2-1.7 1.9-1 1.1-1.8 2.3-2.6 3.6-.3.5-.7 1-1 1.6-.4.7-.8 1.5-1.2 2.3-.3.5-.5 1.1-.8 1.7-.3.8-.6 1.7-.9 2.5-.2.6-.4 1.1-.5 1.7-.2.9-.4 1.9-.6 2.9l-.3 1.5c-.2 1.5-.3 3-.3 4.5v243.5c0 1.5.1 3 .3 4.5l.3 1.5.6 2.9c.2.6.3 1.1.5 1.7.3.9.6 1.7.9 2.5.2.6.5 1.1.8 1.7.4.8.7 1.5 1.2 2.3.3.5.6 1.1 1 1.6.5.7.9 1.4 1.5 2.1l1.2 1.5c.5.6 1.1 1.3 1.7 1.9.4.5.9.9 1.4 1.3.6.6 1.3 1.1 1.9 1.6.5.4 1 .8 1.6 1.2.2.1.4.3.6.4L493 905.7c5.6 3.8 12.3 5.8 19.1 5.8 6.6 0 13.3-1.9 19.1-5.8l365.6-243.5c.2-.1.4-.3.6-.4.5-.4 1-.8 1.6-1.2.7-.5 1.3-1.1 1.9-1.6.5-.4.9-.9 1.4-1.3.6-.6 1.2-1.2 1.7-1.9l1.2-1.5 1.5-2.1c.3-.5.7-1 1-1.6.4-.8.8-1.5 1.2-2.3.3-.5.5-1.1.8-1.7.3-.8.6-1.7.9-2.5.2-.5.4-1.1.5-1.7.3-.9.4-1.9.6-2.9l.3-1.5c.2-1.5.3-3 .3-4.5V389.8c-.3-1.5-.4-3-.6-4.5zM546.4 210.5l269.4 179.4-120.3 80.4-149-99.6V210.5zm-68.8 0v160.2l-149 99.6-120.3-80.4 269.3-179.4zM180.7 454.1l86 57.5-86 57.5v-115zm296.9 358.5L208.3 633.2l120.3-80.4 149 99.6v160.2zM512 592.8l-121.6-81.2L512 430.3l121.6 81.2L512 592.8zm34.4 219.8V652.4l149-99.6 120.3 80.4-269.3 179.4zM843.3 569l-86-57.5 86-57.5v115z\"/>\n</svg>\n</li><li title=\"coffee \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M275 281c19.9 0 36-16.1 36-36V36c0-19.9-16.1-36-36-36s-36 16.1-36 36v209c0 19.9 16.1 36 36 36zm613 144H768c0-39.8-32.2-72-72-72H200c-39.8 0-72 32.2-72 72v248c0 3.4.2 6.7.7 9.9-.5 7-.7 14-.7 21.1 0 176.7 143.3 320 320 320 160.1 0 292.7-117.5 316.3-271H888c39.8 0 72-32.2 72-72V497c0-39.8-32.2-72-72-72zM696 681h-1.1c.7 7.6 1.1 15.2 1.1 23 0 137-111 248-248 248S200 841 200 704c0-7.8.4-15.4 1.1-23H200V425h496v256zm192-8H776V497h112v176zM613 281c19.9 0 36-16.1 36-36V36c0-19.9-16.1-36-36-36s-36 16.1-36 36v209c0 19.9 16.1 36 36 36zm-170 0c19.9 0 36-16.1 36-36V36c0-19.9-16.1-36-36-36s-36 16.1-36 36v209c0 19.9 16.1 36 36 36z\"/>\n</svg>\n</li><li title=\"column height \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M840 836H184c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h656c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8zm0-724H184c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h656c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8zM610.8 378c6 0 9.4-7 5.7-11.7L515.7 238.7a7.14 7.14 0 0 0-11.3 0L403.6 366.3a7.23 7.23 0 0 0 5.7 11.7H476v268h-62.8c-6 0-9.4 7-5.7 11.7l100.8 127.5c2.9 3.7 8.5 3.7 11.3 0l100.8-127.5c3.7-4.7.4-11.7-5.7-11.7H548V378h62.8z\"/>\n</svg>\n</li><li title=\"column width \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M180 176h-60c-4.4 0-8 3.6-8 8v656c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V184c0-4.4-3.6-8-8-8zm724 0h-60c-4.4 0-8 3.6-8 8v656c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V184c0-4.4-3.6-8-8-8zM785.3 504.3L657.7 403.6a7.23 7.23 0 0 0-11.7 5.7V476H378v-62.8c0-6-7-9.4-11.7-5.7L238.7 508.3a7.14 7.14 0 0 0 0 11.3l127.5 100.8c4.7 3.7 11.7.4 11.7-5.7V548h268v62.8c0 6 7 9.4 11.7 5.7l127.5-100.8c3.8-2.9 3.8-8.5.2-11.4z\"/>\n</svg>\n</li><li title=\"comment \"><svg t=\"1569682881658\" class=\"icon\" viewBox=\"0 0 1024 1024\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" p-id=\"8185\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"200\" height=\"200\"><defs><style type=\"text/css\"></style></defs><path d=\"M573 421c-23.1 0-41 17.9-41 40s17.9 40 41 40c21.1 0 39-17.9 39-40s-17.9-40-39-40zM293 421c-23.1 0-41 17.9-41 40s17.9 40 41 40c21.1 0 39-17.9 39-40s-17.9-40-39-40z\" p-id=\"8186\"></path><path d=\"M894 345c-48.1-66-115.3-110.1-189-130v0.1c-17.1-19-36.4-36.5-58-52.1-163.7-119-393.5-82.7-513 81-96.3 133-92.2 311.9 6 439l0.8 132.6c0 3.2 0.5 6.4 1.5 9.4 5.3 16.9 23.3 26.2 40.1 20.9L309 806c33.5 11.9 68.1 18.7 102.5 20.6l-0.5 0.4c89.1 64.9 205.9 84.4 313 49l127.1 41.4c3.2 1 6.5 1.6 9.9 1.6 17.7 0 32-14.3 32-32V753c88.1-119.6 90.4-284.9 1-408zM323 735l-12-5-99 31-1-104-8-9c-84.6-103.2-90.2-251.9-11-361 96.4-132.2 281.2-161.4 413-66 132.2 96.1 161.5 280.6 66 412-80.1 109.9-223.5 150.5-348 102z m505-17l-8 10 1 104-98-33-12 5c-56 20.8-115.7 22.5-171 7l-0.2-0.1C613.7 788.2 680.7 742.2 729 676c76.4-105.3 88.8-237.6 44.4-350.4l0.6 0.4c23 16.5 44.1 37.1 62 62 72.6 99.6 68.5 235.2-8 330z\" p-id=\"8187\"></path><path d=\"M433 421c-23.1 0-41 17.9-41 40s17.9 40 41 40c21.1 0 39-17.9 39-40s-17.9-40-39-40z\" p-id=\"8188\"></path></svg></li><li title=\"compass \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372zm198.4-588.1a32 32 0 0 0-24.5.5L414.9 415 296.4 686c-3.6 8.2-3.6 17.5 0 25.7 3.4 7.8 9.7 13.9 17.7 17 3.8 1.5 7.7 2.2 11.7 2.2 4.4 0 8.7-.9 12.8-2.7l271-118.6 118.5-271a32.06 32.06 0 0 0-17.7-42.7zM576.8 534.4l26.2 26.2-42.4 42.4-26.2-26.2L380 644.4 447.5 490 422 464.4l42.4-42.4 25.5 25.5L644.4 380l-67.6 154.4zM464.4 422L422 464.4l25.5 25.6 86.9 86.8 26.2 26.2 42.4-42.4-26.2-26.2-86.8-86.9z\"/>\n</svg>\n</li><li title=\"compress \"><svg t=\"1569683667781\" class=\"icon\" viewBox=\"0 0 1024 1024\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" p-id=\"13424\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"200\" height=\"200\"><defs><style type=\"text/css\"></style></defs><path d=\"M326 664H104c-8.8 0-16 7.2-16 16v48c0 8.8 7.2 16 16 16h174v176c0 8.8 7.2 16 16 16h48c8.8 0 16-7.2 16-16V696c0-17.7-14.3-32-32-32zM342 88h-48c-8.8 0-16 7.2-16 16v176H104c-8.8 0-16 7.2-16 16v48c0 8.8 7.2 16 16 16h222c17.7 0 32-14.3 32-32V104c0-8.8-7.2-16-16-16zM920 664H698c-17.7 0-32 14.3-32 32v224c0 8.8 7.2 16 16 16h48c8.8 0 16-7.2 16-16V744h174c8.8 0 16-7.2 16-16v-48c0-8.8-7.2-16-16-16zM920 280H746V104c0-8.8-7.2-16-16-16h-48c-8.8 0-16 7.2-16 16v224c0 17.7 14.3 32 32 32h222c8.8 0 16-7.2 16-16v-48c0-8.8-7.2-16-16-16z\" p-id=\"13425\"></path></svg></li><li title=\"console sql \"><svg t=\"1569683650778\" class=\"icon\" viewBox=\"0 0 1024 1024\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" p-id=\"13065\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"200\" height=\"200\"><defs><style type=\"text/css\"></style></defs><path d=\"M301.3 496.7c-23.8 0-40.2-10.5-41.6-26.9H205c0.9 43.4 36.9 70.3 93.9 70.3 59.1 0 95-28.4 95-75.5 0-35.8-20-55.9-64.5-64.5l-29.1-5.6c-23.8-4.7-33.8-11.9-33.8-24.2 0-15 13.3-24.5 33.4-24.5 20.1 0 35.3 11.1 36.6 27h53c-0.9-41.7-37.5-70.3-90.3-70.3-54.4 0-89.7 28.9-89.7 73 0 35.5 21.2 58 62.5 65.8l29.7 5.9c25.8 5.2 35.6 11.9 35.6 24.4 0.1 14.7-14.5 25.1-36 25.1z\" p-id=\"13066\"></path><path d=\"M928 140H96c-17.7 0-32 14.3-32 32v496c0 17.7 14.3 32 32 32h380v112H304c-8.8 0-16 7.2-16 16v48c0 4.4 3.6 8 8 8h432c4.4 0 8-3.6 8-8v-48c0-8.8-7.2-16-16-16H548V700h380c17.7 0 32-14.3 32-32V172c0-17.7-14.3-32-32-32z m-40 488H136V212h752v416z\" p-id=\"13067\"></path><path d=\"M828.5 486.7h-95.8V308.5h-57.4V534h153.2zM529.9 540.1c14.1 0 27.2-2 39.1-5.8l13.3 20.3h53.3L607.9 511c21.1-20 33-51.1 33-89.8 0-73.3-43.3-118.8-110.9-118.8s-111.2 45.3-111.2 118.8c-0.1 73.7 43 118.9 111.1 118.9z m0-190c31.6 0 52.7 27.7 52.7 71.1 0 16.7-3.6 30.6-10 40.5l-5.2-6.9h-48.8L542 491c-3.9 0.9-8 1.4-12.2 1.4-31.7 0-52.8-27.5-52.8-71.2 0.1-43.6 21.2-71.1 52.9-71.1z\" p-id=\"13068\"></path></svg></li><li title=\"contacts \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M594.3 601.5a111.8 111.8 0 0 0 29.1-75.5c0-61.9-49.9-112-111.4-112s-111.4 50.1-111.4 112c0 29.1 11 55.5 29.1 75.5a158.09 158.09 0 0 0-74.6 126.1 8 8 0 0 0 8 8.4H407c4.2 0 7.6-3.3 7.9-7.5 3.8-50.6 46-90.5 97.2-90.5s93.4 40 97.2 90.5c.3 4.2 3.7 7.5 7.9 7.5H661a8 8 0 0 0 8-8.4c-2.8-53.3-32-99.7-74.7-126.1zM512 578c-28.5 0-51.7-23.3-51.7-52s23.2-52 51.7-52 51.7 23.3 51.7 52-23.2 52-51.7 52zm416-354H768v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H548v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H328v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H96c-17.7 0-32 14.3-32 32v576c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V256c0-17.7-14.3-32-32-32zm-40 568H136V296h120v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h148v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h148v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h120v496z\"/>\n</svg>\n</li><li title=\"container \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zm-40 824H232V687h97.9c11.6 32.8 32 62.3 59.1 84.7 34.5 28.5 78.2 44.3 123 44.3s88.5-15.7 123-44.3c27.1-22.4 47.5-51.9 59.1-84.7H792v-63H643.6l-5.2 24.7C626.4 708.5 573.2 752 512 752s-114.4-43.5-126.5-103.3l-5.2-24.7H232V136h560v752zM320 341h384c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H320c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8zm0 160h384c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H320c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z\"/>\n</svg>\n</li><li title=\"control \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656zM340 683v77c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-77c-10.1 3.3-20.8 5-32 5s-21.9-1.8-32-5zm64-198V264c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v221c10.1-3.3 20.8-5 32-5s21.9 1.8 32 5zm-64 198c10.1 3.3 20.8 5 32 5s21.9-1.8 32-5c41.8-13.5 72-52.7 72-99s-30.2-85.5-72-99c-10.1-3.3-20.8-5-32-5s-21.9 1.8-32 5c-41.8 13.5-72 52.7-72 99s30.2 85.5 72 99zm.1-115.7c.3-.6.7-1.2 1-1.8v-.1l1.2-1.8c.1-.2.2-.3.3-.5.3-.5.7-.9 1-1.4.1-.1.2-.3.3-.4.5-.6.9-1.1 1.4-1.6l.3-.3 1.2-1.2.4-.4c.5-.5 1-.9 1.6-1.4.6-.5 1.1-.9 1.7-1.3.2-.1.3-.2.5-.3.5-.3.9-.7 1.4-1 .1-.1.3-.2.4-.3.6-.4 1.2-.7 1.9-1.1.1-.1.3-.1.4-.2.5-.3 1-.5 1.6-.8l.6-.3c.7-.3 1.3-.6 2-.8.7-.3 1.4-.5 2.1-.7.2-.1.4-.1.6-.2.6-.2 1.1-.3 1.7-.4.2 0 .3-.1.5-.1.7-.2 1.5-.3 2.2-.4.2 0 .3 0 .5-.1.6-.1 1.2-.1 1.8-.2h.6c.8 0 1.5-.1 2.3-.1s1.5 0 2.3.1h.6c.6 0 1.2.1 1.8.2.2 0 .3 0 .5.1.7.1 1.5.2 2.2.4.2 0 .3.1.5.1.6.1 1.2.3 1.7.4.2.1.4.1.6.2.7.2 1.4.4 2.1.7.7.2 1.3.5 2 .8l.6.3c.5.2 1.1.5 1.6.8.1.1.3.1.4.2.6.3 1.3.7 1.9 1.1.1.1.3.2.4.3.5.3 1 .6 1.4 1 .2.1.3.2.5.3.6.4 1.2.9 1.7 1.3s1.1.9 1.6 1.4l.4.4 1.2 1.2.3.3c.5.5 1 1.1 1.4 1.6.1.1.2.3.3.4.4.4.7.9 1 1.4.1.2.2.3.3.5l1.2 1.8s0 .1.1.1a36.18 36.18 0 0 1 5.1 18.5c0 6-1.5 11.7-4.1 16.7-.3.6-.7 1.2-1 1.8 0 0 0 .1-.1.1l-1.2 1.8c-.1.2-.2.3-.3.5-.3.5-.7.9-1 1.4-.1.1-.2.3-.3.4-.5.6-.9 1.1-1.4 1.6l-.3.3-1.2 1.2-.4.4c-.5.5-1 .9-1.6 1.4-.6.5-1.1.9-1.7 1.3-.2.1-.3.2-.5.3-.5.3-.9.7-1.4 1-.1.1-.3.2-.4.3-.6.4-1.2.7-1.9 1.1-.1.1-.3.1-.4.2-.5.3-1 .5-1.6.8l-.6.3c-.7.3-1.3.6-2 .8-.7.3-1.4.5-2.1.7-.2.1-.4.1-.6.2-.6.2-1.1.3-1.7.4-.2 0-.3.1-.5.1-.7.2-1.5.3-2.2.4-.2 0-.3 0-.5.1-.6.1-1.2.1-1.8.2h-.6c-.8 0-1.5.1-2.3.1s-1.5 0-2.3-.1h-.6c-.6 0-1.2-.1-1.8-.2-.2 0-.3 0-.5-.1-.7-.1-1.5-.2-2.2-.4-.2 0-.3-.1-.5-.1-.6-.1-1.2-.3-1.7-.4-.2-.1-.4-.1-.6-.2-.7-.2-1.4-.4-2.1-.7-.7-.2-1.3-.5-2-.8l-.6-.3c-.5-.2-1.1-.5-1.6-.8-.1-.1-.3-.1-.4-.2-.6-.3-1.3-.7-1.9-1.1-.1-.1-.3-.2-.4-.3-.5-.3-1-.6-1.4-1-.2-.1-.3-.2-.5-.3-.6-.4-1.2-.9-1.7-1.3s-1.1-.9-1.6-1.4l-.4-.4-1.2-1.2-.3-.3c-.5-.5-1-1.1-1.4-1.6-.1-.1-.2-.3-.3-.4-.4-.4-.7-.9-1-1.4-.1-.2-.2-.3-.3-.5l-1.2-1.8v-.1c-.4-.6-.7-1.2-1-1.8-2.6-5-4.1-10.7-4.1-16.7s1.5-11.7 4.1-16.7zM620 539v221c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V539c-10.1 3.3-20.8 5-32 5s-21.9-1.8-32-5zm64-198v-77c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v77c10.1-3.3 20.8-5 32-5s21.9 1.8 32 5zm-64 198c10.1 3.3 20.8 5 32 5s21.9-1.8 32-5c41.8-13.5 72-52.7 72-99s-30.2-85.5-72-99c-10.1-3.3-20.8-5-32-5s-21.9 1.8-32 5c-41.8 13.5-72 52.7-72 99s30.2 85.5 72 99zm.1-115.7c.3-.6.7-1.2 1-1.8v-.1l1.2-1.8c.1-.2.2-.3.3-.5.3-.5.7-.9 1-1.4.1-.1.2-.3.3-.4.5-.6.9-1.1 1.4-1.6l.3-.3 1.2-1.2.4-.4c.5-.5 1-.9 1.6-1.4.6-.5 1.1-.9 1.7-1.3.2-.1.3-.2.5-.3.5-.3.9-.7 1.4-1 .1-.1.3-.2.4-.3.6-.4 1.2-.7 1.9-1.1.1-.1.3-.1.4-.2.5-.3 1-.5 1.6-.8l.6-.3c.7-.3 1.3-.6 2-.8.7-.3 1.4-.5 2.1-.7.2-.1.4-.1.6-.2.6-.2 1.1-.3 1.7-.4.2 0 .3-.1.5-.1.7-.2 1.5-.3 2.2-.4.2 0 .3 0 .5-.1.6-.1 1.2-.1 1.8-.2h.6c.8 0 1.5-.1 2.3-.1s1.5 0 2.3.1h.6c.6 0 1.2.1 1.8.2.2 0 .3 0 .5.1.7.1 1.5.2 2.2.4.2 0 .3.1.5.1.6.1 1.2.3 1.7.4.2.1.4.1.6.2.7.2 1.4.4 2.1.7.7.2 1.3.5 2 .8l.6.3c.5.2 1.1.5 1.6.8.1.1.3.1.4.2.6.3 1.3.7 1.9 1.1.1.1.3.2.4.3.5.3 1 .6 1.4 1 .2.1.3.2.5.3.6.4 1.2.9 1.7 1.3s1.1.9 1.6 1.4l.4.4 1.2 1.2.3.3c.5.5 1 1.1 1.4 1.6.1.1.2.3.3.4.4.4.7.9 1 1.4.1.2.2.3.3.5l1.2 1.8v.1a36.18 36.18 0 0 1 5.1 18.5c0 6-1.5 11.7-4.1 16.7-.3.6-.7 1.2-1 1.8v.1l-1.2 1.8c-.1.2-.2.3-.3.5-.3.5-.7.9-1 1.4-.1.1-.2.3-.3.4-.5.6-.9 1.1-1.4 1.6l-.3.3-1.2 1.2-.4.4c-.5.5-1 .9-1.6 1.4-.6.5-1.1.9-1.7 1.3-.2.1-.3.2-.5.3-.5.3-.9.7-1.4 1-.1.1-.3.2-.4.3-.6.4-1.2.7-1.9 1.1-.1.1-.3.1-.4.2-.5.3-1 .5-1.6.8l-.6.3c-.7.3-1.3.6-2 .8-.7.3-1.4.5-2.1.7-.2.1-.4.1-.6.2-.6.2-1.1.3-1.7.4-.2 0-.3.1-.5.1-.7.2-1.5.3-2.2.4-.2 0-.3 0-.5.1-.6.1-1.2.1-1.8.2h-.6c-.8 0-1.5.1-2.3.1s-1.5 0-2.3-.1h-.6c-.6 0-1.2-.1-1.8-.2-.2 0-.3 0-.5-.1-.7-.1-1.5-.2-2.2-.4-.2 0-.3-.1-.5-.1-.6-.1-1.2-.3-1.7-.4-.2-.1-.4-.1-.6-.2-.7-.2-1.4-.4-2.1-.7-.7-.2-1.3-.5-2-.8l-.6-.3c-.5-.2-1.1-.5-1.6-.8-.1-.1-.3-.1-.4-.2-.6-.3-1.3-.7-1.9-1.1-.1-.1-.3-.2-.4-.3-.5-.3-1-.6-1.4-1-.2-.1-.3-.2-.5-.3-.6-.4-1.2-.9-1.7-1.3s-1.1-.9-1.6-1.4l-.4-.4-1.2-1.2-.3-.3c-.5-.5-1-1.1-1.4-1.6-.1-.1-.2-.3-.3-.4-.4-.4-.7-.9-1-1.4-.1-.2-.2-.3-.3-.5l-1.2-1.8v-.1c-.4-.6-.7-1.2-1-1.8-2.6-5-4.1-10.7-4.1-16.7s1.5-11.7 4.1-16.7z\"/>\n</svg>\n</li><li title=\"copy \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M832 64H296c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h496v688c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V96c0-17.7-14.3-32-32-32zM704 192H192c-17.7 0-32 14.3-32 32v530.7c0 8.5 3.4 16.6 9.4 22.6l173.3 173.3c2.2 2.2 4.7 4 7.4 5.5v1.9h4.2c3.5 1.3 7.2 2 11 2H704c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32zM350 856.2L263.9 770H350v86.2zM664 888H414V746c0-22.1-17.9-40-40-40H232V264h432v624z\"/>\n</svg>\n</li><li title=\"copyright circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372zm5.6-532.7c53 0 89 33.8 93 83.4.3 4.2 3.8 7.4 8 7.4h56.7c2.6 0 4.7-2.1 4.7-4.7 0-86.7-68.4-147.4-162.7-147.4C407.4 290 344 364.2 344 486.8v52.3C344 660.8 407.4 734 517.3 734c94 0 162.7-58.8 162.7-141.4 0-2.6-2.1-4.7-4.7-4.7h-56.8c-4.2 0-7.6 3.2-8 7.3-4.2 46.1-40.1 77.8-93 77.8-65.3 0-102.1-47.9-102.1-133.6v-52.6c.1-87 37-135.5 102.2-135.5z\"/>\n</svg>\n</li><li title=\"copyright \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372zm5.6-532.7c53 0 89 33.8 93 83.4.3 4.2 3.8 7.4 8 7.4h56.7c2.6 0 4.7-2.1 4.7-4.7 0-86.7-68.4-147.4-162.7-147.4C407.4 290 344 364.2 344 486.8v52.3C344 660.8 407.4 734 517.3 734c94 0 162.7-58.8 162.7-141.4 0-2.6-2.1-4.7-4.7-4.7h-56.8c-4.2 0-7.6 3.2-8 7.3-4.2 46.1-40.1 77.8-93 77.8-65.3 0-102.1-47.9-102.1-133.6v-52.6c.1-87 37-135.5 102.2-135.5z\"/>\n</svg>\n</li><li title=\"credit card \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-792 72h752v120H136V232zm752 560H136V440h752v352zm-237-64h165c4.4 0 8-3.6 8-8v-72c0-4.4-3.6-8-8-8H651c-4.4 0-8 3.6-8 8v72c0 4.4 3.6 8 8 8z\"/>\n</svg>\n</li><li title=\"crown \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M899.6 276.5L705 396.4 518.4 147.5a8.06 8.06 0 0 0-12.9 0L319 396.4 124.3 276.5c-5.7-3.5-13.1 1.2-12.2 7.9L188.5 865c1.1 7.9 7.9 14 16 14h615.1c8 0 14.9-6 15.9-14l76.4-580.6c.8-6.7-6.5-11.4-12.3-7.9zm-126 534.1H250.3l-53.8-409.4 139.8 86.1L512 252.9l175.7 234.4 139.8-86.1-53.9 409.4zM512 509c-62.1 0-112.6 50.5-112.6 112.6S449.9 734.2 512 734.2s112.6-50.5 112.6-112.6S574.1 509 512 509zm0 160.9c-26.6 0-48.2-21.6-48.2-48.3 0-26.6 21.6-48.3 48.2-48.3s48.2 21.6 48.2 48.3c0 26.6-21.6 48.3-48.2 48.3z\"/>\n</svg>\n</li><li title=\"customer service \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M512 128c-212.1 0-384 171.9-384 384v360c0 13.3 10.7 24 24 24h184c35.3 0 64-28.7 64-64V624c0-35.3-28.7-64-64-64H200v-48c0-172.3 139.7-312 312-312s312 139.7 312 312v48H688c-35.3 0-64 28.7-64 64v208c0 35.3 28.7 64 64 64h184c13.3 0 24-10.7 24-24V512c0-212.1-171.9-384-384-384zM328 632v192H200V632h128zm496 192H696V632h128v192z\"/>\n</svg>\n</li><li title=\"dash \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M112 476h160v72H112zm320 0h160v72H432zm320 0h160v72H752z\"/>\n</svg>\n</li><li title=\"dashboard \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M924.8 385.6a446.7 446.7 0 0 0-96-142.4 446.7 446.7 0 0 0-142.4-96C631.1 123.8 572.5 112 512 112s-119.1 11.8-174.4 35.2a446.7 446.7 0 0 0-142.4 96 446.7 446.7 0 0 0-96 142.4C75.8 440.9 64 499.5 64 560c0 132.7 58.3 257.7 159.9 343.1l1.7 1.4c5.8 4.8 13.1 7.5 20.6 7.5h531.7c7.5 0 14.8-2.7 20.6-7.5l1.7-1.4C901.7 817.7 960 692.7 960 560c0-60.5-11.9-119.1-35.2-174.4zM761.4 836H262.6A371.12 371.12 0 0 1 140 560c0-99.4 38.7-192.8 109-263 70.3-70.3 163.7-109 263-109 99.4 0 192.8 38.7 263 109 70.3 70.3 109 163.7 109 263 0 105.6-44.5 205.5-122.6 276zM623.5 421.5a8.03 8.03 0 0 0-11.3 0L527.7 506c-18.7-5-39.4-.2-54.1 14.5a55.95 55.95 0 0 0 0 79.2 55.95 55.95 0 0 0 79.2 0 55.87 55.87 0 0 0 14.5-54.1l84.5-84.5c3.1-3.1 3.1-8.2 0-11.3l-28.3-28.3zM490 320h44c4.4 0 8-3.6 8-8v-80c0-4.4-3.6-8-8-8h-44c-4.4 0-8 3.6-8 8v80c0 4.4 3.6 8 8 8zm260 218v44c0 4.4 3.6 8 8 8h80c4.4 0 8-3.6 8-8v-44c0-4.4-3.6-8-8-8h-80c-4.4 0-8 3.6-8 8zm12.7-197.2l-31.1-31.1a8.03 8.03 0 0 0-11.3 0l-56.6 56.6a8.03 8.03 0 0 0 0 11.3l31.1 31.1c3.1 3.1 8.2 3.1 11.3 0l56.6-56.6c3.1-3.1 3.1-8.2 0-11.3zm-458.6-31.1a8.03 8.03 0 0 0-11.3 0l-31.1 31.1a8.03 8.03 0 0 0 0 11.3l56.6 56.6c3.1 3.1 8.2 3.1 11.3 0l31.1-31.1c3.1-3.1 3.1-8.2 0-11.3l-56.6-56.6zM262 530h-80c-4.4 0-8 3.6-8 8v44c0 4.4 3.6 8 8 8h80c4.4 0 8-3.6 8-8v-44c0-4.4-3.6-8-8-8z\"/>\n</svg>\n</li><li title=\"database \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zm-600 72h560v208H232V136zm560 480H232V408h560v208zm0 272H232V680h560v208zM304 240a40 40 0 1 0 80 0 40 40 0 1 0-80 0zm0 272a40 40 0 1 0 80 0 40 40 0 1 0-80 0zm0 272a40 40 0 1 0 80 0 40 40 0 1 0-80 0z\"/>\n</svg>\n</li><li title=\"delete column \"><svg t=\"1569683386799\" class=\"icon\" viewBox=\"0 0 1024 1024\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" p-id=\"10077\" width=\"200\" height=\"200\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"><defs><style type=\"text/css\"></style></defs><path d=\"M651.1 641.9c-1.4-1.2-3.2-1.9-5.1-1.9h-54.7c-2.4 0-4.6 1.1-6.1 2.9L512 730.7l-73.1-87.8c-1.5-1.8-3.8-2.9-6.1-2.9H378c-1.9 0-3.7 0.7-5.1 1.9-3.4 2.8-3.9 7.9-1 11.3L474.2 776 371.8 898.9c-2.8 3.4-2.4 8.4 1 11.3 1.4 1.2 3.2 1.9 5.1 1.9h54.7c2.4 0 4.6-1.1 6.1-2.9l73.1-87.8 73.1 87.8c1.5 1.8 3.8 2.9 6.1 2.9h55c1.9 0 3.7-0.7 5.1-1.9 3.4-2.8 3.9-7.9 1-11.3L549.8 776l102.4-122.9c2.8-3.4 2.3-8.4-1.1-11.2zM472 544h80c4.4 0 8-3.6 8-8V120c0-4.4-3.6-8-8-8h-80c-4.4 0-8 3.6-8 8v416c0 4.4 3.6 8 8 8zM350 386H184V136c0-3.3-2.7-6-6-6h-60c-3.3 0-6 2.7-6 6v292c0 16.6 13.4 30 30 30h208c3.3 0 6-2.7 6-6v-60c0-3.3-2.7-6-6-6zM906 130h-60c-3.3 0-6 2.7-6 6v250H674c-3.3 0-6 2.7-6 6v60c0 3.3 2.7 6 6 6h208c16.6 0 30-13.4 30-30V136c0-3.3-2.7-6-6-6z\" p-id=\"10078\"></path></svg></li><li title=\"delete row \"><svg t=\"1569683582196\" class=\"icon\" viewBox=\"0 0 1024 1024\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" p-id=\"11764\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"200\" height=\"200\"><defs><style type=\"text/css\"></style></defs><path d=\"M819.8 512l102.4-122.9c2.8-3.4 2.4-8.4-1-11.3-1.4-1.2-3.2-1.9-5.1-1.9h-54.7c-2.4 0-4.6 1.1-6.1 2.9L782 466.7l-73.1-87.8c-1.5-1.8-3.8-2.9-6.1-2.9H648c-1.9 0-3.7 0.7-5.1 1.9-3.4 2.8-3.9 7.9-1 11.3L744.2 512 641.8 634.9c-2.8 3.4-2.4 8.4 1 11.3 1.4 1.2 3.2 1.9 5.1 1.9h54.7c2.4 0 4.6-1.1 6.1-2.9l73.1-87.8 73.1 87.8c1.5 1.8 3.8 2.9 6.1 2.9h55c1.9 0 3.7-0.7 5.1-1.9 3.4-2.8 3.9-7.9 1-11.3L819.8 512zM536 464H120c-4.4 0-8 3.6-8 8v80c0 4.4 3.6 8 8 8h416c4.4 0 8-3.6 8-8v-80c0-4.4-3.6-8-8-8zM452 668h-60c-3.3 0-6 2.7-6 6v166H136c-3.3 0-6 2.7-6 6v60c0 3.3 2.7 6 6 6h292c16.6 0 30-13.4 30-30V674c0-3.3-2.7-6-6-6zM136 184h250v166c0 3.3 2.7 6 6 6h60c3.3 0 6-2.7 6-6V142c0-16.6-13.4-30-30-30H136c-3.3 0-6 2.7-6 6v60c0 3.3 2.7 6 6 6z\" p-id=\"11765\"></path></svg></li><li title=\"delete \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M360 184h-8c4.4 0 8-3.6 8-8v8h304v-8c0 4.4 3.6 8 8 8h-8v72h72v-80c0-35.3-28.7-64-64-64H352c-35.3 0-64 28.7-64 64v80h72v-72zm504 72H160c-17.7 0-32 14.3-32 32v32c0 4.4 3.6 8 8 8h60.4l24.7 523c1.6 34.1 29.8 61 63.9 61h454c34.2 0 62.3-26.8 63.9-61l24.7-523H888c4.4 0 8-3.6 8-8v-32c0-17.7-14.3-32-32-32zM731.3 840H292.7l-24.2-512h487l-24.2 512z\"/>\n</svg>\n</li><li title=\"delivered procedure \"><svg t=\"1569683642448\" class=\"icon\" viewBox=\"0 0 1024 1024\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" p-id=\"12829\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"200\" height=\"200\"><defs><style type=\"text/css\"></style></defs><path d=\"M632 698.3l141.9-112c4.1-3.2 4.1-9.4 0-12.6L632 461.7c-5.3-4.2-13-0.4-13 6.3v76H295c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h324v76c0 6.7 7.8 10.4 13 6.3zM893.3 293.3L730.7 130.7c-7.5-7.5-16.7-13-26.7-16V112H144c-17.7 0-32 14.3-32 32v278c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V184h136v136c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V205.8l136 136V422c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-83.5c0-17-6.7-33.2-18.7-45.2zM640 288H384V184h256v104zM904 724h-56c-4.4 0-8 3.6-8 8v108H184V732c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v148c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V732c0-4.4-3.6-8-8-8z\" p-id=\"12830\"></path></svg></li><li title=\"deployment unit \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M888.3 693.2c-42.5-24.6-94.3-18-129.2 12.8l-53-30.7V523.6c0-15.7-8.4-30.3-22-38.1l-136-78.3v-67.1c44.2-15 76-56.8 76-106.1 0-61.9-50.1-112-112-112s-112 50.1-112 112c0 49.3 31.8 91.1 76 106.1v67.1l-136 78.3c-13.6 7.8-22 22.4-22 38.1v151.6l-53 30.7c-34.9-30.8-86.8-37.4-129.2-12.8-53.5 31-71.7 99.4-41 152.9 30.8 53.5 98.9 71.9 152.2 41 42.5-24.6 62.7-73 53.6-118.8l48.7-28.3 140.6 81c6.8 3.9 14.4 5.9 22 5.9s15.2-2 22-5.9L674.5 740l48.7 28.3c-9.1 45.7 11.2 94.2 53.6 118.8 53.3 30.9 121.5 12.6 152.2-41 30.8-53.6 12.6-122-40.7-152.9zm-673 138.4a47.6 47.6 0 0 1-65.2-17.6c-13.2-22.9-5.4-52.3 17.5-65.5a47.6 47.6 0 0 1 65.2 17.6c13.2 22.9 5.4 52.3-17.5 65.5zM522 463.8zM464 234a48.01 48.01 0 0 1 96 0 48.01 48.01 0 0 1-96 0zm170 446.2l-122 70.3-122-70.3V539.8l122-70.3 122 70.3v140.4zm239.9 133.9c-13.2 22.9-42.4 30.8-65.2 17.6-22.8-13.2-30.7-42.6-17.5-65.5s42.4-30.8 65.2-17.6c22.9 13.2 30.7 42.5 17.5 65.5z\"/>\n</svg>\n</li><li title=\"desktop \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M928 140H96c-17.7 0-32 14.3-32 32v496c0 17.7 14.3 32 32 32h380v112H304c-8.8 0-16 7.2-16 16v48c0 4.4 3.6 8 8 8h432c4.4 0 8-3.6 8-8v-48c0-8.8-7.2-16-16-16H548V700h380c17.7 0 32-14.3 32-32V172c0-17.7-14.3-32-32-32zm-40 488H136V212h752v416z\"/>\n</svg>\n</li><li title=\"diff \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M476 399.1c0-3.9-3.1-7.1-7-7.1h-42c-3.8 0-7 3.2-7 7.1V484h-84.5c-4.1 0-7.5 3.1-7.5 7v42c0 3.8 3.4 7 7.5 7H420v84.9c0 3.9 3.2 7.1 7 7.1h42c3.9 0 7-3.2 7-7.1V540h84.5c4.1 0 7.5-3.2 7.5-7v-42c0-3.9-3.4-7-7.5-7H476v-84.9zM560.5 704h-225c-4.1 0-7.5 3.2-7.5 7v42c0 3.8 3.4 7 7.5 7h225c4.1 0 7.5-3.2 7.5-7v-42c0-3.8-3.4-7-7.5-7zm-7.1-502.6c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v704c0 17.7 14.3 32 32 32h512c17.7 0 32-14.3 32-32V397.3c0-8.5-3.4-16.6-9.4-22.6L553.4 201.4zM664 888H232V264h282.2L664 413.8V888zm190.2-581.4L611.3 72.9c-6-5.7-13.9-8.9-22.2-8.9H296c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h277l219 210.6V824c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V329.6c0-8.7-3.5-17-9.8-23z\"/>\n</svg>\n</li><li title=\"dingding \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M573.7 252.5C422.5 197.4 201.3 96.7 201.3 96.7c-15.7-4.1-17.9 11.1-17.9 11.1-5 61.1 33.6 160.5 53.6 182.8 19.9 22.3 319.1 113.7 319.1 113.7S326 357.9 270.5 341.9c-55.6-16-37.9 17.8-37.9 17.8 11.4 61.7 64.9 131.8 107.2 138.4 42.2 6.6 220.1 4 220.1 4s-35.5 4.1-93.2 11.9c-42.7 5.8-97 12.5-111.1 17.8-33.1 12.5 24 62.6 24 62.6 84.7 76.8 129.7 50.5 129.7 50.5 33.3-10.7 61.4-18.5 85.2-24.2L565 743.1h84.6L603 928l205.3-271.9H700.8l22.3-38.7c.3.5.4.8.4.8S799.8 496.1 829 433.8l.6-1h-.1c5-10.8 8.6-19.7 10-25.8 17-71.3-114.5-99.4-265.8-154.5z\"/>\n</svg>\n</li><li title=\"dingtalk \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M573.7 252.5C422.5 197.4 201.3 96.7 201.3 96.7c-15.7-4.1-17.9 11.1-17.9 11.1-5 61.1 33.6 160.5 53.6 182.8 19.9 22.3 319.1 113.7 319.1 113.7S326 357.9 270.5 341.9c-55.6-16-37.9 17.8-37.9 17.8 11.4 61.7 64.9 131.8 107.2 138.4 42.2 6.6 220.1 4 220.1 4s-35.5 4.1-93.2 11.9c-42.7 5.8-97 12.5-111.1 17.8-33.1 12.5 24 62.6 24 62.6 84.7 76.8 129.7 50.5 129.7 50.5 33.3-10.7 61.4-18.5 85.2-24.2L565 743.1h84.6L603 928l205.3-271.9H700.8l22.3-38.7c.3.5.4.8.4.8S799.8 496.1 829 433.8l.6-1h-.1c5-10.8 8.6-19.7 10-25.8 17-71.3-114.5-99.4-265.8-154.5z\"/>\n</svg>\n</li><li title=\"disconnect \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M832.6 191.4c-84.6-84.6-221.5-84.6-306 0l-96.9 96.9 51 51 96.9-96.9c53.8-53.8 144.6-59.5 204 0 59.5 59.5 53.8 150.2 0 204l-96.9 96.9 51.1 51.1 96.9-96.9c84.4-84.6 84.4-221.5-.1-306.1zM446.5 781.6c-53.8 53.8-144.6 59.5-204 0-59.5-59.5-53.8-150.2 0-204l96.9-96.9-51.1-51.1-96.9 96.9c-84.6 84.6-84.6 221.5 0 306s221.5 84.6 306 0l96.9-96.9-51-51-96.8 97zM260.3 209.4a8.03 8.03 0 0 0-11.3 0L209.4 249a8.03 8.03 0 0 0 0 11.3l554.4 554.4c3.1 3.1 8.2 3.1 11.3 0l39.6-39.6c3.1-3.1 3.1-8.2 0-11.3L260.3 209.4z\"/>\n</svg>\n</li><li title=\"dislike \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M885.9 490.3c3.6-12 5.4-24.4 5.4-37 0-28.3-9.3-55.5-26.1-77.7 3.6-12 5.4-24.4 5.4-37 0-28.3-9.3-55.5-26.1-77.7 3.6-12 5.4-24.4 5.4-37 0-51.6-30.7-98.1-78.3-118.4a66.1 66.1 0 0 0-26.5-5.4H144c-17.7 0-32 14.3-32 32v364c0 17.7 14.3 32 32 32h129.3l85.8 310.8C372.9 889 418.9 924 470.9 924c29.7 0 57.4-11.8 77.9-33.4 20.5-21.5 31-49.7 29.5-79.4l-6-122.9h239.9c12.1 0 23.9-3.2 34.3-9.3 40.4-23.5 65.5-66.1 65.5-111 0-28.3-9.3-55.5-26.1-77.7zM184 456V172h81v284h-81zm627.2 160.4H496.8l9.6 198.4c.6 11.9-4.7 23.1-14.6 30.5-6.1 4.5-13.6 6.8-21.1 6.7a44.28 44.28 0 0 1-42.2-32.3L329 459.2V172h415.4a56.85 56.85 0 0 1 33.6 51.8c0 9.7-2.3 18.9-6.9 27.3l-13.9 25.4 21.9 19a56.76 56.76 0 0 1 19.6 43c0 9.7-2.3 18.9-6.9 27.3l-13.9 25.4 21.9 19a56.76 56.76 0 0 1 19.6 43c0 9.7-2.3 18.9-6.9 27.3l-14 25.5 21.9 19a56.76 56.76 0 0 1 19.6 43c0 19.1-11 37.5-28.8 48.4z\"/>\n</svg>\n</li><li title=\"dollar circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372zm47.7-395.2l-25.4-5.9V348.6c38 5.2 61.5 29 65.5 58.2.5 4 3.9 6.9 7.9 6.9h44.9c4.7 0 8.4-4.1 8-8.8-6.1-62.3-57.4-102.3-125.9-109.2V263c0-4.4-3.6-8-8-8h-28.1c-4.4 0-8 3.6-8 8v33c-70.8 6.9-126.2 46-126.2 119 0 67.6 49.8 100.2 102.1 112.7l24.7 6.3v142.7c-44.2-5.9-69-29.5-74.1-61.3-.6-3.8-4-6.6-7.9-6.6H363c-4.7 0-8.4 4-8 8.7 4.5 55 46.2 105.6 135.2 112.1V761c0 4.4 3.6 8 8 8h28.4c4.4 0 8-3.6 8-8.1l-.2-31.7c78.3-6.9 134.3-48.8 134.3-124-.1-69.4-44.2-100.4-109-116.4zm-68.6-16.2c-5.6-1.6-10.3-3.1-15-5-33.8-12.2-49.5-31.9-49.5-57.3 0-36.3 27.5-57 64.5-61.7v124zM534.3 677V543.3c3.1.9 5.9 1.6 8.8 2.2 47.3 14.4 63.2 34.4 63.2 65.1 0 39.1-29.4 62.6-72 66.4z\"/>\n</svg>\n</li><li title=\"dollar \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372zm47.7-395.2l-25.4-5.9V348.6c38 5.2 61.5 29 65.5 58.2.5 4 3.9 6.9 7.9 6.9h44.9c4.7 0 8.4-4.1 8-8.8-6.1-62.3-57.4-102.3-125.9-109.2V263c0-4.4-3.6-8-8-8h-28.1c-4.4 0-8 3.6-8 8v33c-70.8 6.9-126.2 46-126.2 119 0 67.6 49.8 100.2 102.1 112.7l24.7 6.3v142.7c-44.2-5.9-69-29.5-74.1-61.3-.6-3.8-4-6.6-7.9-6.6H363c-4.7 0-8.4 4-8 8.7 4.5 55 46.2 105.6 135.2 112.1V761c0 4.4 3.6 8 8 8h28.4c4.4 0 8-3.6 8-8.1l-.2-31.7c78.3-6.9 134.3-48.8 134.3-124-.1-69.4-44.2-100.4-109-116.4zm-68.6-16.2c-5.6-1.6-10.3-3.1-15-5-33.8-12.2-49.5-31.9-49.5-57.3 0-36.3 27.5-57 64.5-61.7v124zM534.3 677V543.3c3.1.9 5.9 1.6 8.8 2.2 47.3 14.4 63.2 34.4 63.2 65.1 0 39.1-29.4 62.6-72 66.4z\"/>\n</svg>\n</li><li title=\"dot chart \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M888 792H200V168c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v688c0 4.4 3.6 8 8 8h752c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM288 604a64 64 0 1 0 128 0 64 64 0 1 0-128 0zm118-224a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm158 228a96 96 0 1 0 192 0 96 96 0 1 0-192 0zm148-314a56 56 0 1 0 112 0 56 56 0 1 0-112 0z\"/>\n</svg>\n</li><li title=\"double left \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M272.9 512l265.4-339.1c4.1-5.2.4-12.9-6.3-12.9h-77.3c-4.9 0-9.6 2.3-12.6 6.1L186.8 492.3a31.99 31.99 0 0 0 0 39.5l255.3 326.1c3 3.9 7.7 6.1 12.6 6.1H532c6.7 0 10.4-7.7 6.3-12.9L272.9 512zm304 0l265.4-339.1c4.1-5.2.4-12.9-6.3-12.9h-77.3c-4.9 0-9.6 2.3-12.6 6.1L490.8 492.3a31.99 31.99 0 0 0 0 39.5l255.3 326.1c3 3.9 7.7 6.1 12.6 6.1H836c6.7 0 10.4-7.7 6.3-12.9L576.9 512z\"/>\n</svg>\n</li><li title=\"double right \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M533.2 492.3L277.9 166.1c-3-3.9-7.7-6.1-12.6-6.1H188c-6.7 0-10.4 7.7-6.3 12.9L447.1 512 181.7 851.1A7.98 7.98 0 0 0 188 864h77.3c4.9 0 9.6-2.3 12.6-6.1l255.3-326.1c9.1-11.7 9.1-27.9 0-39.5zm304 0L581.9 166.1c-3-3.9-7.7-6.1-12.6-6.1H492c-6.7 0-10.4 7.7-6.3 12.9L751.1 512 485.7 851.1A7.98 7.98 0 0 0 492 864h77.3c4.9 0 9.6-2.3 12.6-6.1l255.3-326.1c9.1-11.7 9.1-27.9 0-39.5z\"/>\n</svg>\n</li><li title=\"down circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M690 405h-46.9c-10.2 0-19.9 4.9-25.9 13.2L512 563.6 406.8 418.2c-6-8.3-15.6-13.2-25.9-13.2H334c-6.5 0-10.3 7.4-6.5 12.7l178 246c3.2 4.4 9.7 4.4 12.9 0l178-246c3.9-5.3.1-12.7-6.4-12.7z\"/>\n  <path d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z\"/>\n</svg>\n</li><li title=\"down square \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M505.5 658.7c3.2 4.4 9.7 4.4 12.9 0l178-246c3.8-5.3 0-12.7-6.5-12.7H643c-10.2 0-19.9 4.9-25.9 13.2L512 558.6 406.8 413.2c-6-8.3-15.6-13.2-25.9-13.2H334c-6.5 0-10.3 7.4-6.5 12.7l178 246z\"/>\n  <path d=\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z\"/>\n</svg>\n</li><li title=\"down \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M884 256h-75c-5.1 0-9.9 2.5-12.9 6.6L512 654.2 227.9 262.6c-3-4.1-7.8-6.6-12.9-6.6h-75c-6.5 0-10.3 7.4-6.5 12.7l352.6 486.1c12.8 17.6 39 17.6 51.7 0l352.6-486.1c3.9-5.3.1-12.7-6.4-12.7z\"/>\n</svg>\n</li><li title=\"download \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M505.7 661a8 8 0 0 0 12.6 0l112-141.7c4.1-5.2.4-12.9-6.3-12.9h-74.1V168c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v338.3H400c-6.7 0-10.4 7.7-6.3 12.9l112 141.8zM878 626h-60c-4.4 0-8 3.6-8 8v154H214V634c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v198c0 17.7 14.3 32 32 32h684c17.7 0 32-14.3 32-32V634c0-4.4-3.6-8-8-8z\"/>\n</svg>\n</li><li title=\"drag \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M909.3 506.3L781.7 405.6a7.23 7.23 0 0 0-11.7 5.7V476H548V254h64.8c6 0 9.4-7 5.7-11.7L517.7 114.7a7.14 7.14 0 0 0-11.3 0L405.6 242.3a7.23 7.23 0 0 0 5.7 11.7H476v222H254v-64.8c0-6-7-9.4-11.7-5.7L114.7 506.3a7.14 7.14 0 0 0 0 11.3l127.5 100.8c4.7 3.7 11.7.4 11.7-5.7V548h222v222h-64.8c-6 0-9.4 7-5.7 11.7l100.8 127.5c2.9 3.7 8.5 3.7 11.3 0l100.8-127.5c3.7-4.7.4-11.7-5.7-11.7H548V548h222v64.8c0 6 7 9.4 11.7 5.7l127.5-100.8a7.3 7.3 0 0 0 .1-11.4z\"/>\n</svg>\n</li><li title=\"dribbble square \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M498.6 432c-40.8-72.5-84.7-133.4-91.2-142.3-68.8 32.5-120.3 95.9-136.2 172.2 11 .2 112.4.7 227.4-29.9zm66.5 21.8c5.7 11.7 11.2 23.6 16.3 35.6 1.8 4.2 3.6 8.4 5.3 12.7 81.8-10.3 163.2 6.2 171.3 7.9-.5-58.1-21.3-111.4-55.5-153.3-5.3 7.1-46.5 60-137.4 97.1zM880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM512 800c-158.8 0-288-129.2-288-288s129.2-288 288-288 288 129.2 288 288-129.2 288-288 288zm89.7-259.1c32.2 88.4 45.3 160.4 47.8 175.4 55.2-37.3 94.5-96.4 105.4-164.9-8.4-2.6-76.1-22.8-153.2-10.5zm-72.5-26.4c3.2-1 6.4-2 9.7-2.9-6.2-14-12.9-28-19.9-41.7-122.8 36.8-242.1 35.2-252.8 35-.1 2.5-.1 5-.1 7.5 0 63.2 23.9 120.9 63.2 164.5 5.5-9.6 73-121.4 199.9-162.4zm145.9-186.2a245.2 245.2 0 0 0-220.8-55.1c6.8 9.1 51.5 69.9 91.8 144 87.5-32.8 124.5-82.6 129-88.9zM554 552.8c-138.7 48.3-188.6 144.6-193 153.6 41.7 32.5 94.1 51.9 151 51.9 34.1 0 66.6-6.9 96.1-19.5-3.7-21.6-17.9-96.8-52.5-186.6l-1.6.6z\"/>\n</svg>\n</li><li title=\"dribbble \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M512 96C282.6 96 96 282.6 96 512s186.6 416 416 416 416-186.6 416-416S741.4 96 512 96zm275.1 191.8c49.5 60.5 79.5 137.5 80.2 221.4-11.7-2.5-129.2-26.3-247.4-11.4-2.5-6.1-5-12.2-7.6-18.3-7.4-17.3-15.3-34.6-23.6-51.5C720 374.3 779.6 298 787.1 287.8zM512 157.2c90.3 0 172.8 33.9 235.5 89.5-6.4 9.1-59.9 81-186.2 128.4-58.2-107-122.7-194.8-132.6-208 27.3-6.6 55.2-9.9 83.3-9.9zM360.9 191c9.4 12.8 72.9 100.9 131.7 205.5C326.4 440.6 180 440 164.1 439.8c23.1-110.3 97.4-201.9 196.8-248.8zM156.7 512.5c0-3.6.1-7.3.2-10.9 15.5.3 187.7 2.5 365.2-50.6 10.2 19.9 19.9 40.1 28.8 60.3-4.7 1.3-9.4 2.7-14 4.2C353.6 574.9 256.1 736.4 248 750.1c-56.7-63-91.3-146.3-91.3-237.6zM512 867.8c-82.2 0-157.9-28-218.1-75 6.4-13.1 78.3-152 278.7-221.9l2.3-.8c49.9 129.6 70.5 238.3 75.8 269.5A350.46 350.46 0 0 1 512 867.8zm198.5-60.7c-3.6-21.6-22.5-125.6-69-253.3C752.9 536 850.7 565.2 862.8 569c-15.8 98.8-72.5 184.2-152.3 238.1z\"/>\n</svg>\n</li><li title=\"dropbox \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M64 556.9l264.2 173.5L512.5 577 246.8 412.7zm896-290.3zm0 0L696.8 95 512.5 248.5l265.2 164.2L512.5 577l184.3 153.4L960 558.8 777.7 412.7zM513 609.8L328.2 763.3l-79.4-51.5v57.8L513 928l263.7-158.4v-57.8l-78.9 51.5zM328.2 95L64 265.1l182.8 147.6 265.7-164.2zM64 556.9z\"/>\n</svg>\n</li><li title=\"edit \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M257.7 752c2 0 4-.2 6-.5L431.9 722c2-.4 3.9-1.3 5.3-2.8l423.9-423.9a9.96 9.96 0 0 0 0-14.1L694.9 114.9c-1.9-1.9-4.4-2.9-7.1-2.9s-5.2 1-7.1 2.9L256.8 538.8c-1.5 1.5-2.4 3.3-2.8 5.3l-29.5 168.2a33.5 33.5 0 0 0 9.4 29.8c6.6 6.4 14.9 9.9 23.8 9.9zm67.4-174.4L687.8 215l73.3 73.3-362.7 362.6-88.9 15.7 15.6-89zM880 836H144c-17.7 0-32 14.3-32 32v36c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-36c0-17.7-14.3-32-32-32z\"/>\n</svg>\n</li><li title=\"ellipsis \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M176 511a56 56 0 1 0 112 0 56 56 0 1 0-112 0zm280 0a56 56 0 1 0 112 0 56 56 0 1 0-112 0zm280 0a56 56 0 1 0 112 0 56 56 0 1 0-112 0z\"/>\n</svg>\n</li><li title=\"enter \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M864 170h-60c-4.4 0-8 3.6-8 8v518H310v-73c0-6.7-7.8-10.5-13-6.3l-141.9 112a8 8 0 0 0 0 12.6l141.9 112c5.3 4.2 13 .4 13-6.3v-75h498c35.3 0 64-28.7 64-64V178c0-4.4-3.6-8-8-8z\"/>\n</svg>\n</li><li title=\"environment \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M854.6 289.1a362.49 362.49 0 0 0-79.9-115.7 370.83 370.83 0 0 0-118.2-77.8C610.7 76.6 562.1 67 512 67c-50.1 0-98.7 9.6-144.5 28.5-44.3 18.3-84 44.5-118.2 77.8A363.6 363.6 0 0 0 169.4 289c-19.5 45-29.4 92.8-29.4 142 0 70.6 16.9 140.9 50.1 208.7 26.7 54.5 64 107.6 111 158.1 80.3 86.2 164.5 138.9 188.4 153a43.9 43.9 0 0 0 22.4 6.1c7.8 0 15.5-2 22.4-6.1 23.9-14.1 108.1-66.8 188.4-153 47-50.4 84.3-103.6 111-158.1C867.1 572 884 501.8 884 431.1c0-49.2-9.9-97-29.4-142zM512 880.2c-65.9-41.9-300-207.8-300-449.1 0-77.9 31.1-151.1 87.6-206.3C356.3 169.5 431.7 139 512 139s155.7 30.5 212.4 85.9C780.9 280 812 353.2 812 431.1c0 241.3-234.1 407.2-300 449.1zm0-617.2c-97.2 0-176 78.8-176 176s78.8 176 176 176 176-78.8 176-176-78.8-176-176-176zm79.2 255.2A111.6 111.6 0 0 1 512 551c-29.9 0-58-11.7-79.2-32.8A111.6 111.6 0 0 1 400 439c0-29.9 11.7-58 32.8-79.2C454 338.6 482.1 327 512 327c29.9 0 58 11.6 79.2 32.8C612.4 381 624 409.1 624 439c0 29.9-11.6 58-32.8 79.2z\"/>\n</svg>\n</li><li title=\"euro circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372zm117.7-588.6c-15.9-3.5-34.4-5.4-55.3-5.4-106.7 0-178.9 55.7-198.6 149.9H344c-4.4 0-8 3.6-8 8v27.2c0 4.4 3.6 8 8 8h26.4c-.3 4.1-.3 8.4-.3 12.8v36.9H344c-4.4 0-8 3.6-8 8V568c0 4.4 3.6 8 8 8h30.2c17.2 99.2 90.4 158 200.2 158 20.9 0 39.4-1.7 55.3-5.1 3.7-.8 6.4-4 6.4-7.8v-42.8c0-5-4.6-8.8-9.5-7.8-14.7 2.8-31.9 4.1-51.8 4.1-68.5 0-114.5-36.6-129.8-98.6h130.6c4.4 0 8-3.6 8-8v-27.2c0-4.4-3.6-8-8-8H439.2v-36c0-4.7 0-9.4.3-13.8h135.9c4.4 0 8-3.6 8-8v-27.2c0-4.4-3.6-8-8-8H447.1c17.2-56.9 62.3-90.4 127.6-90.4 19.9 0 37.1 1.5 51.7 4.4a8 8 0 0 0 9.6-7.8v-42.8c0-3.8-2.6-7-6.3-7.8z\"/>\n</svg>\n</li><li title=\"euro \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372zm117.7-588.6c-15.9-3.5-34.4-5.4-55.3-5.4-106.7 0-178.9 55.7-198.6 149.9H344c-4.4 0-8 3.6-8 8v27.2c0 4.4 3.6 8 8 8h26.4c-.3 4.1-.3 8.4-.3 12.8v36.9H344c-4.4 0-8 3.6-8 8V568c0 4.4 3.6 8 8 8h30.2c17.2 99.2 90.4 158 200.2 158 20.9 0 39.4-1.7 55.3-5.1 3.7-.8 6.4-4 6.4-7.8v-42.8c0-5-4.6-8.8-9.5-7.8-14.7 2.8-31.9 4.1-51.8 4.1-68.5 0-114.5-36.6-129.8-98.6h130.6c4.4 0 8-3.6 8-8v-27.2c0-4.4-3.6-8-8-8H439.2v-36c0-4.7 0-9.4.3-13.8h135.9c4.4 0 8-3.6 8-8v-27.2c0-4.4-3.6-8-8-8H447.1c17.2-56.9 62.3-90.4 127.6-90.4 19.9 0 37.1 1.5 51.7 4.4a8 8 0 0 0 9.6-7.8v-42.8c0-3.8-2.6-7-6.3-7.8z\"/>\n</svg>\n</li><li title=\"exception \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M688 312v-48c0-4.4-3.6-8-8-8H296c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8zm-392 88c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H296zm376 116c-119.3 0-216 96.7-216 216s96.7 216 216 216 216-96.7 216-216-96.7-216-216-216zm107.5 323.5C750.8 868.2 712.6 884 672 884s-78.8-15.8-107.5-44.5C535.8 810.8 520 772.6 520 732s15.8-78.8 44.5-107.5C593.2 595.8 631.4 580 672 580s78.8 15.8 107.5 44.5C808.2 653.2 824 691.4 824 732s-15.8 78.8-44.5 107.5zM640 812a32 32 0 1 0 64 0 32 32 0 1 0-64 0zm12-64h40c4.4 0 8-3.6 8-8V628c0-4.4-3.6-8-8-8h-40c-4.4 0-8 3.6-8 8v112c0 4.4 3.6 8 8 8zM440 852H208V148h560v344c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V108c0-17.7-14.3-32-32-32H168c-17.7 0-32 14.3-32 32v784c0 17.7 14.3 32 32 32h272c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z\"/>\n</svg>\n</li><li title=\"exclamation circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z\"/>\n  <path d=\"M464 688a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm24-112h48c4.4 0 8-3.6 8-8V296c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v272c0 4.4 3.6 8 8 8z\"/>\n</svg>\n</li><li title=\"exclamation \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M448 804a64 64 0 1 0 128 0 64 64 0 1 0-128 0zm32-168h64c4.4 0 8-3.6 8-8V164c0-4.4-3.6-8-8-8h-64c-4.4 0-8 3.6-8 8v464c0 4.4 3.6 8 8 8z\"/>\n</svg>\n</li><li title=\"expand alt \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M855 160.1l-189.2 23.5c-6.6.8-9.3 8.8-4.7 13.5l54.7 54.7-153.5 153.5a8.03 8.03 0 0 0 0 11.3l45.1 45.1c3.1 3.1 8.2 3.1 11.3 0l153.6-153.6 54.7 54.7a7.94 7.94 0 0 0 13.5-4.7L863.9 169a7.9 7.9 0 0 0-8.9-8.9zM416.6 562.3a8.03 8.03 0 0 0-11.3 0L251.8 715.9l-54.7-54.7a7.94 7.94 0 0 0-13.5 4.7L160.1 855c-.6 5.2 3.7 9.5 8.9 8.9l189.2-23.5c6.6-.8 9.3-8.8 4.7-13.5l-54.7-54.7 153.6-153.6c3.1-3.1 3.1-8.2 0-11.3l-45.2-45z\"/>\n</svg>\n</li><li title=\"expand \"><svg t=\"1569683683230\" class=\"icon\" viewBox=\"0 0 1024 1024\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" p-id=\"13542\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"200\" height=\"200\"><defs><style type=\"text/css\"></style></defs><path d=\"M342 88H120c-17.7 0-32 14.3-32 32v224c0 8.8 7.2 16 16 16h48c8.8 0 16-7.2 16-16V168h174c8.8 0 16-7.2 16-16v-48c0-8.8-7.2-16-16-16zM920 664h-48c-8.8 0-16 7.2-16 16v176H682c-8.8 0-16 7.2-16 16v48c0 8.8 7.2 16 16 16h222c17.7 0 32-14.3 32-32V680c0-8.8-7.2-16-16-16zM342 856H168V680c0-8.8-7.2-16-16-16h-48c-8.8 0-16 7.2-16 16v224c0 17.7 14.3 32 32 32h222c8.8 0 16-7.2 16-16v-48c0-8.8-7.2-16-16-16zM904 88H682c-8.8 0-16 7.2-16 16v48c0 8.8 7.2 16 16 16h174v176c0 8.8 7.2 16 16 16h48c8.8 0 16-7.2 16-16V120c0-17.7-14.3-32-32-32z\" p-id=\"13543\"></path></svg></li><li title=\"experiment \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M512 472a40 40 0 1 0 80 0 40 40 0 1 0-80 0zm367 352.9L696.3 352V178H768v-68H256v68h71.7v174L145 824.9c-2.8 7.4-4.3 15.2-4.3 23.1 0 35.3 28.7 64 64 64h614.6c7.9 0 15.7-1.5 23.1-4.3 33-12.7 49.4-49.8 36.6-82.8zM395.7 364.7V180h232.6v184.7L719.2 600c-20.7-5.3-42.1-8-63.9-8-61.2 0-119.2 21.5-165.3 60a188.78 188.78 0 0 1-121.3 43.9c-32.7 0-64.1-8.3-91.8-23.7l118.8-307.5zM210.5 844l41.7-107.8c35.7 18.1 75.4 27.8 116.6 27.8 61.2 0 119.2-21.5 165.3-60 33.9-28.2 76.3-43.9 121.3-43.9 35 0 68.4 9.5 97.6 27.1L813.5 844h-603z\"/>\n</svg>\n</li><li title=\"export \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M888.3 757.4h-53.8c-4.2 0-7.7 3.5-7.7 7.7v61.8H197.1V197.1h629.8v61.8c0 4.2 3.5 7.7 7.7 7.7h53.8c4.2 0 7.7-3.4 7.7-7.7V158.7c0-17-13.7-30.7-30.7-30.7H158.7c-17 0-30.7 13.7-30.7 30.7v706.6c0 17 13.7 30.7 30.7 30.7h706.6c17 0 30.7-13.7 30.7-30.7V765.1c0-4.3-3.5-7.7-7.7-7.7zm18.6-251.7L765 393.7c-5.3-4.2-13-.4-13 6.3v76H438c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h314v76c0 6.7 7.8 10.5 13 6.3l141.9-112a8 8 0 0 0 0-12.6z\"/>\n</svg>\n</li><li title=\"eye invisible \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M942.2 486.2Q889.47 375.11 816.7 305l-50.88 50.88C807.31 395.53 843.45 447.4 874.7 512 791.5 684.2 673.4 766 512 766q-72.67 0-133.87-22.38L323 798.75Q408 838 512 838q288.3 0 430.2-300.3a60.29 60.29 0 0 0 0-51.5zm-63.57-320.64L836 122.88a8 8 0 0 0-11.32 0L715.31 232.2Q624.86 186 512 186q-288.3 0-430.2 300.3a60.3 60.3 0 0 0 0 51.5q56.69 119.4 136.5 191.41L112.48 835a8 8 0 0 0 0 11.31L155.17 889a8 8 0 0 0 11.31 0l712.15-712.12a8 8 0 0 0 0-11.32zM149.3 512C232.6 339.8 350.7 258 512 258c54.54 0 104.13 9.36 149.12 28.39l-70.3 70.3a176 176 0 0 0-238.13 238.13l-83.42 83.42C223.1 637.49 183.3 582.28 149.3 512zm246.7 0a112.11 112.11 0 0 1 146.2-106.69L401.31 546.2A112 112 0 0 1 396 512z\"/><path d=\"M508 624c-3.46 0-6.87-.16-10.25-.47l-52.82 52.82a176.09 176.09 0 0 0 227.42-227.42l-52.82 52.82c.31 3.38.47 6.79.47 10.25a111.94 111.94 0 0 1-112 112z\"/>\n</svg>\n</li><li title=\"eye \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M942.2 486.2C847.4 286.5 704.1 186 512 186c-192.2 0-335.4 100.5-430.2 300.3a60.3 60.3 0 0 0 0 51.5C176.6 737.5 319.9 838 512 838c192.2 0 335.4-100.5 430.2-300.3 7.7-16.2 7.7-35 0-51.5zM512 766c-161.3 0-279.4-81.8-362.7-254C232.6 339.8 350.7 258 512 258c161.3 0 279.4 81.8 362.7 254C791.5 684.2 673.4 766 512 766zm-4-430c-97.2 0-176 78.8-176 176s78.8 176 176 176 176-78.8 176-176-78.8-176-176-176zm0 288c-61.9 0-112-50.1-112-112s50.1-112 112-112 112 50.1 112 112-50.1 112-112 112z\"/>\n</svg>\n</li><li title=\"facebook \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-32 736H663.9V602.2h104l15.6-120.7H663.9v-77.1c0-35 9.7-58.8 59.8-58.8h63.9v-108c-11.1-1.5-49-4.8-93.2-4.8-92.2 0-155.3 56.3-155.3 159.6v89H434.9v120.7h104.3V848H176V176h672v672z\"/>\n</svg>\n</li><li title=\"fall \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M925.9 804l-24-199.2c-.8-6.6-8.9-9.4-13.6-4.7L829 659.5 557.7 388.3c-6.3-6.2-16.4-6.2-22.6 0L433.3 490 156.6 213.3a8.03 8.03 0 0 0-11.3 0l-45 45.2a8.03 8.03 0 0 0 0 11.3L422 591.7c6.2 6.3 16.4 6.3 22.6 0L546.4 490l226.1 226-59.3 59.3a8.01 8.01 0 0 0 4.7 13.6l199.2 24c5.1.7 9.5-3.7 8.8-8.9z\"/>\n</svg>\n</li><li title=\"fast backward \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M517.6 273.5L230.2 499.3a16.14 16.14 0 0 0 0 25.4l287.4 225.8c10.7 8.4 26.4.8 26.4-12.7V286.2c0-13.5-15.7-21.1-26.4-12.7zm320 0L550.2 499.3a16.14 16.14 0 0 0 0 25.4l287.4 225.8c10.7 8.4 26.4.8 26.4-12.7V286.2c0-13.5-15.7-21.1-26.4-12.7zm-620-25.5h-51.2c-3.5 0-6.4 2.7-6.4 6v516c0 3.3 2.9 6 6.4 6h51.2c3.5 0 6.4-2.7 6.4-6V254c0-3.3-2.9-6-6.4-6z\"/>\n</svg>\n</li><li title=\"fast forward \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M793.8 499.3L506.4 273.5c-10.7-8.4-26.4-.8-26.4 12.7v451.6c0 13.5 15.7 21.1 26.4 12.7l287.4-225.8a16.14 16.14 0 0 0 0-25.4zm-320 0L186.4 273.5c-10.7-8.4-26.4-.8-26.4 12.7v451.5c0 13.5 15.7 21.1 26.4 12.7l287.4-225.8c4.1-3.2 6.2-8 6.2-12.7 0-4.6-2.1-9.4-6.2-12.6zM857.6 248h-51.2c-3.5 0-6.4 2.7-6.4 6v516c0 3.3 2.9 6 6.4 6h51.2c3.5 0 6.4-2.7 6.4-6V254c0-3.3-2.9-6-6.4-6z\"/>\n</svg>\n</li><li title=\"field binary \"><svg t=\"1569683645783\" class=\"icon\" viewBox=\"0 0 1024 1024\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" p-id=\"12947\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"200\" height=\"200\"><defs><style type=\"text/css\"></style></defs><path d=\"M600 395.4h91V649h79V267c0-4.4-3.6-8-8-8h-48.2c-3.7 0-7 2.6-7.7 6.3-2.6 12.1-6.9 22.3-12.9 30.9-7.2 10.1-15.9 18.2-26.3 24.4-10.3 6.2-22 10.5-35 12.9-10.4 1.9-21 3-32 3.1-4.4 0.1-7.9 3.6-7.9 8v42.8c0 4.4 3.6 8 8 8zM871 702H567c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h304c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zM443.9 312.7c-16.1-19-34.4-32.4-55.2-40.4-21.3-8.2-44.1-12.3-68.4-12.3-23.9 0-46.4 4.1-67.7 12.3-20.8 8-39 21.4-54.8 40.3-15.9 19.1-28.7 44.7-38.3 77-9.6 32.5-14.5 73-14.5 121.5 0 49.9 4.9 91.4 14.5 124.4 9.6 32.8 22.4 58.7 38.3 77.7 15.8 18.9 34 32.3 54.8 40.3 21.3 8.2 43.8 12.3 67.7 12.3 24.4 0 47.2-4.1 68.4-12.3 20.8-8 39.2-21.4 55.2-40.4 16.1-19 29-44.9 38.6-77.7 9.6-33 14.5-74.5 14.5-124.4 0-48.4-4.9-88.9-14.5-121.5-9.5-32.1-22.4-57.7-38.6-76.8z m-29.5 251.7c-1 21.4-4.2 42-9.5 61.9-5.5 20.7-14.5 38.5-27 53.4-13.6 16.3-33.2 24.3-57.6 24.3-24 0-43.2-8.1-56.7-24.4-12.2-14.8-21.1-32.6-26.6-53.3-5.3-19.9-8.5-40.6-9.5-61.9-1-20.8-1.5-38.5-1.5-53.2 0-8.8 0.1-19.4 0.4-31.8 0.2-12.7 1.1-25.8 2.6-39.2 1.5-13.6 4-27.1 7.6-40.5 3.7-13.8 8.8-26.3 15.4-37.4 6.9-11.6 15.8-21.1 26.7-28.3 11.4-7.6 25.3-11.3 41.5-11.3 16.1 0 30.1 3.7 41.7 11.2 11.1 7.2 20.3 16.6 27.4 28.2 6.9 11.2 12.1 23.8 15.6 37.7 3.3 13.2 5.8 26.6 7.5 40.1 1.8 13.5 2.8 26.6 3 39.4 0.2 12.4 0.4 23 0.4 31.8 0.1 14.8-0.4 32.5-1.4 53.3z\" p-id=\"12948\"></path></svg></li><li title=\"field number \"><svg t=\"1569683604581\" class=\"icon\" viewBox=\"0 0 1024 1024\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" p-id=\"12000\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"200\" height=\"200\"><defs><style type=\"text/css\"></style></defs><path d=\"M508 280h-63.3c-3.3 0-6 2.7-6 6v340.2H433L197.4 282.6c-1.1-1.6-3-2.6-4.9-2.6H126c-3.3 0-6 2.7-6 6v464c0 3.3 2.7 6 6 6h62.7c3.3 0 6-2.7 6-6V405.1h5.7l238.2 348.3c1.1 1.6 3 2.6 5 2.6H508c3.3 0 6-2.7 6-6V286c0-3.3-2.7-6-6-6zM886 693H582c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h304c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zM733.8 630c52.9 0 95.2-17.2 126.2-51.7 29.4-32.9 44-75.8 44-128.8 0-53.1-14.6-96.5-44-129.3-30.9-34.8-73.2-52.2-126.2-52.2-53.7 0-95.9 17.5-126.3 52.8-29.2 33.1-43.4 75.9-43.4 128.7 0 52.4 14.3 95.2 43.5 128.3 30.6 34.7 73 52.2 126.2 52.2z m-71.5-263.7c16.9-20.6 40.3-30.9 71.4-30.9 31.5 0 54.8 9.6 71 29.1 16.4 20.3 24.9 48.6 24.9 84.9 0 36.3-8.4 64.1-24.8 83.9-16.5 19.4-40 29.2-71.1 29.2-31.2 0-55-10.3-71.4-30.4-16.3-20.1-24.5-47.3-24.5-82.6 0.1-35.8 8.2-63 24.5-83.2z\" p-id=\"12001\"></path></svg></li><li title=\"field string \"><svg t=\"1569683607277\" class=\"icon\" viewBox=\"0 0 1024 1024\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" p-id=\"12118\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"200\" height=\"200\"><defs><style type=\"text/css\"></style></defs><path d=\"M875.6 515.9c2.1 0.8 4.4-0.3 5.2-2.4 0.2-0.4 0.2-0.9 0.2-1.4v-58.3c0-1.8-1.1-3.3-2.8-3.8-6-1.8-17.2-3-27.2-3-32.9 0-61.7 16.7-73.5 41.2v-28.6c0-4.4-3.6-8-8-8H717c-4.4 0-8 3.6-8 8V729c0 4.4 3.6 8 8 8h54.8c4.4 0 8-3.6 8-8V572.7c0-36.2 26.1-60.2 65.1-60.2 10.4 0.1 26.6 1.8 30.7 3.4zM338.6 475.4l-54.7-12.6c-61.2-14.2-87.7-34.8-87.7-70.7 0-44.6 39.1-73.5 96.9-73.5 52.8 0 91.4 26.5 99.9 68.9h70C455.9 311.6 387.6 259 293.4 259c-103.3 0-171 55.5-171 139 0 68.6 38.6 109.5 122.2 128.5l61.6 14.3c63.6 14.9 91.6 37.1 91.6 75.1 0 44.1-43.5 75.2-102.5 75.2-60.6 0-104.5-27.2-112.8-70.5H111c7.2 79.9 75.6 130.4 179.1 130.4C402.3 751 471 695.2 471 605.3c0-70.2-38.6-108.5-132.4-129.9z\" p-id=\"12119\"></path><path d=\"M877 729m-36 0a36 36 0 1 0 72 0 36 36 0 1 0-72 0Z\" p-id=\"12120\"></path><path d=\"M653 457.8h-51.4V396c0-4.4-3.6-8-8-8h-54.7c-4.4 0-8 3.6-8 8v61.8H495c-4.4 0-8 3.6-8 8v42.3c0 4.4 3.6 8 8 8h35.9v147.5c0 56.2 27.4 79.4 93.1 79.4 11.7 0 23.6-1.2 33.8-3.1 1.9-0.3 3.2-2 3.2-3.9v-49.3c0-2.2-1.8-4-4-4h-0.4c-4.9 0.5-6.2 0.6-8.3 0.8-4.1 0.3-7.8 0.5-12.6 0.5-24.1 0-34.1-10.3-34.1-35.6V516.1H653c4.4 0 8-3.6 8-8v-42.3c0-4.4-3.6-8-8-8z\" p-id=\"12121\"></path></svg></li><li title=\"field time \"><svg t=\"1569683618210\" class=\"icon\" viewBox=\"0 0 1024 1024\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" p-id=\"12356\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"200\" height=\"200\"><defs><style type=\"text/css\"></style></defs><path d=\"M945 412H689c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h256c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zM811 548H689c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h122c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zM477.3 322.5H434c-6.2 0-11.2 5-11.2 11.2v248c0 3.6 1.7 6.9 4.6 9l148.9 108.6c5 3.6 12 2.6 15.6-2.4l25.7-35.1v-0.1c3.6-5 2.5-12-2.5-15.6l-126.7-91.6V333.7c0.1-6.2-5-11.2-11.1-11.2z\" p-id=\"12357\"></path><path d=\"M804.8 673.9H747c-5.6 0-10.9 2.9-13.9 7.7-12.7 20.1-27.5 38.7-44.5 55.7-29.3 29.3-63.4 52.3-101.3 68.3-39.3 16.6-81 25-124 25-43.1 0-84.8-8.4-124-25-37.9-16-72-39-101.3-68.3s-52.3-63.4-68.3-101.3c-16.6-39.2-25-80.9-25-124 0-43.1 8.4-84.7 25-124 16-37.9 39-72 68.3-101.3 29.3-29.3 63.4-52.3 101.3-68.3 39.2-16.6 81-25 124-25 43.1 0 84.8 8.4 124 25 37.9 16 72 39 101.3 68.3 17 17 31.8 35.6 44.5 55.7 3 4.8 8.3 7.7 13.9 7.7h57.8c6.9 0 11.3-7.2 8.2-13.3-65.2-129.7-197.4-214-345-215.7-216.1-2.7-395.6 174.2-396 390.1C71.6 727.5 246.9 903 463.2 903c149.5 0 283.9-84.6 349.8-215.8 3.1-6.1-1.4-13.3-8.2-13.3z\" p-id=\"12358\"></path></svg></li><li title=\"file add \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0 0 42 42h216v494zM544 472c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v108H372c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h108v108c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V644h108c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H544V472z\"/>\n</svg>\n</li><li title=\"file done \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M688 312v-48c0-4.4-3.6-8-8-8H296c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8zm-392 88c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H296zm376 116c-119.3 0-216 96.7-216 216s96.7 216 216 216 216-96.7 216-216-96.7-216-216-216zm107.5 323.5C750.8 868.2 712.6 884 672 884s-78.8-15.8-107.5-44.5C535.8 810.8 520 772.6 520 732s15.8-78.8 44.5-107.5C593.2 595.8 631.4 580 672 580s78.8 15.8 107.5 44.5C808.2 653.2 824 691.4 824 732s-15.8 78.8-44.5 107.5zM761 656h-44.3c-2.6 0-5 1.2-6.5 3.3l-63.5 87.8-23.1-31.9a7.92 7.92 0 0 0-6.5-3.3H573c-6.5 0-10.3 7.4-6.5 12.7l73.8 102.1c3.2 4.4 9.7 4.4 12.9 0l114.2-158c3.9-5.3.1-12.7-6.4-12.7zM440 852H208V148h560v344c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V108c0-17.7-14.3-32-32-32H168c-17.7 0-32 14.3-32 32v784c0 17.7 14.3 32 32 32h272c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z\"/>\n</svg>\n</li><li title=\"file excel \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0 0 42 42h216v494zM514.1 580.1l-61.8-102.4c-2.2-3.6-6.1-5.8-10.3-5.8h-38.4c-2.3 0-4.5.6-6.4 1.9-5.6 3.5-7.3 10.9-3.7 16.6l82.3 130.4-83.4 132.8a12.04 12.04 0 0 0 10.2 18.4h34.5c4.2 0 8-2.2 10.2-5.7L510 664.8l62.3 101.4c2.2 3.6 6.1 5.7 10.2 5.7H620c2.3 0 4.5-.7 6.5-1.9 5.6-3.6 7.2-11 3.6-16.6l-84-130.4 85.3-132.5a12.04 12.04 0 0 0-10.1-18.5h-35.7c-4.2 0-8.1 2.2-10.3 5.8l-61.2 102.3z\"/>\n</svg>\n</li><li title=\"file exclamation \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0 0 42 42h216v494zM472 744a40 40 0 1 0 80 0 40 40 0 1 0-80 0zm16-104h48c4.4 0 8-3.6 8-8V448c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v184c0 4.4 3.6 8 8 8z\"/>\n</svg>\n</li><li title=\"file gif \"><svg t=\"1569683725598\" class=\"icon\" viewBox=\"0 0 1024 1024\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" p-id=\"13780\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"200\" height=\"200\"><defs><style type=\"text/css\"></style></defs><path d=\"M551.5 490.5H521c-4.6 0-8.4 3.7-8.4 8.4V720c0 4.6 3.7 8.4 8.4 8.4h30.5c4.6 0 8.4-3.7 8.4-8.4V498.9c-0.1-4.6-3.8-8.4-8.4-8.4zM477.3 600h-88.1c-4.6 0-8.4 3.7-8.4 8.4v23.8c0 4.6 3.7 8.4 8.4 8.4h47.6v0.7c-0.6 29.9-23 49.8-56.5 49.8-39.2 0-63.6-30.7-63.6-81.4 0-50.1 23.9-80.6 62.3-80.6 28.1 0 47.5 13.5 55.4 38.3l0.9 2.8h49.2l-0.7-4.6C475.9 515.9 434.7 484 379 484c-68.8 0-113 49.4-113 125.9 0 77.5 43.7 126.1 113.6 126.1 64.4 0 106-40.3 106-102.9v-24.8c0-4.6-3.7-8.3-8.3-8.3z\" p-id=\"13781\"></path><path d=\"M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM602 137.8L790.2 326H602V137.8zM792 888H232V136h302v216c0 23.2 18.8 42 42 42h216v494z\" p-id=\"13782\"></path><path d=\"M608.2 727.8h32.3c4.6 0 8.4-3.7 8.4-8.4v-84.8h87.8c4.6 0 8.4-3.7 8.4-8.4v-25.5c0-4.6-3.7-8.4-8.4-8.4h-87.8v-58.9h96.8c4.6 0 8.4-3.7 8.4-8.4v-26.8c0-4.6-3.7-8.4-8.4-8.4H608.2c-4.6 0-8.4 3.7-8.4 8.4v221.1c0 4.8 3.8 8.5 8.4 8.5z\" p-id=\"13783\"></path></svg></li><li title=\"file image \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M553.1 509.1l-77.8 99.2-41.1-52.4a8 8 0 0 0-12.6 0l-99.8 127.2a7.98 7.98 0 0 0 6.3 12.9H696c6.7 0 10.4-7.7 6.3-12.9l-136.5-174a8.1 8.1 0 0 0-12.7 0zM360 442a40 40 0 1 0 80 0 40 40 0 1 0-80 0zm494.6-153.4L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0 0 42 42h216v494z\"/>\n</svg>\n</li><li title=\"file jpg \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M874.6 301.8L596.8 21.3c-4.5-4.5-9.4-8.3-14.7-11.5-1.4-.8-2.8-1.6-4.3-2.3-.9-.5-1.9-.9-2.8-1.3-9-4-18.9-6.2-29-6.2H201c-39.8 0-73 32.2-73 72v880c0 39.8 33.2 72 73 72h623c39.8 0 71-32.2 71-72V352.5c0-19-7-37.2-20.4-50.7zM583 110.4L783.8 312H583V110.4zM823 952H200V72h311v240c0 39.8 33.2 72 73 72h239v568zM350 696.5c0 24.2-7.5 31.4-21.9 31.4-9 0-18.4-5.8-24.8-18.5L272.9 732c13.4 22.9 32.3 34.2 61.3 34.2 41.6 0 60.8-29.9 60.8-66.2V577h-45v119.5zM501.3 577H437v186h44v-62h21.6c39.1 0 73.1-19.6 73.1-63.6 0-45.8-33.5-60.4-74.4-60.4zm-.8 89H481v-53h18.2c21.5 0 33.4 6.2 33.4 24.9 0 18.1-10.5 28.1-32.1 28.1zm182.5-9v36h30v30.1c-4 2.9-11 4.7-17.7 4.7-34.3 0-50.7-21.4-50.7-58.2 0-36.1 19.7-57.4 47.1-57.4 15.3 0 25 6.2 34 14.4l23.7-28.3c-12.7-12.8-32.1-24.2-59.2-24.2-49.6 0-91.1 35.3-91.1 97 0 62.7 40 95.1 91.5 95.1 25.9 0 49.2-10.2 61.5-22.6V657H683z\"/>\n</svg>\n</li><li title=\"file markdown \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0 0 42 42h216v494zM429 481.2c-1.9-4.4-6.2-7.2-11-7.2h-35c-6.6 0-12 5.4-12 12v272c0 6.6 5.4 12 12 12h27.1c6.6 0 12-5.4 12-12V582.1l66.8 150.2a12 12 0 0 0 11 7.1H524c4.7 0 9-2.8 11-7.1l66.8-150.6V758c0 6.6 5.4 12 12 12H641c6.6 0 12-5.4 12-12V486c0-6.6-5.4-12-12-12h-34.7c-4.8 0-9.1 2.8-11 7.2l-83.1 191-83.2-191z\"/>\n</svg>\n</li><li title=\"file pdf \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M531.3 574.4l.3-1.4c5.8-23.9 13.1-53.7 7.4-80.7-3.8-21.3-19.5-29.6-32.9-30.2-15.8-.7-29.9 8.3-33.4 21.4-6.6 24-.7 56.8 10.1 98.6-13.6 32.4-35.3 79.5-51.2 107.5-29.6 15.3-69.3 38.9-75.2 68.7-1.2 5.5.2 12.5 3.5 18.8 3.7 7 9.6 12.4 16.5 15 3 1.1 6.6 2 10.8 2 17.6 0 46.1-14.2 84.1-79.4 5.8-1.9 11.8-3.9 17.6-5.9 27.2-9.2 55.4-18.8 80.9-23.1 28.2 15.1 60.3 24.8 82.1 24.8 21.6 0 30.1-12.8 33.3-20.5 5.6-13.5 2.9-30.5-6.2-39.6-13.2-13-45.3-16.4-95.3-10.2-24.6-15-40.7-35.4-52.4-65.8zM421.6 726.3c-13.9 20.2-24.4 30.3-30.1 34.7 6.7-12.3 19.8-25.3 30.1-34.7zm87.6-235.5c5.2 8.9 4.5 35.8.5 49.4-4.9-19.9-5.6-48.1-2.7-51.4.8.1 1.5.7 2.2 2zm-1.6 120.5c10.7 18.5 24.2 34.4 39.1 46.2-21.6 4.9-41.3 13-58.9 20.2-4.2 1.7-8.3 3.4-12.3 5 13.3-24.1 24.4-51.4 32.1-71.4zm155.6 65.5c.1.2.2.5-.4.9h-.2l-.2.3c-.8.5-9 5.3-44.3-8.6 40.6-1.9 45 7.3 45.1 7.4zm191.4-388.2L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0 0 42 42h216v494z\"/>\n</svg>\n</li><li title=\"file ppt \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M424 476c-4.4 0-8 3.6-8 8v276c0 4.4 3.6 8 8 8h32.5c4.4 0 8-3.6 8-8v-95.5h63.3c59.4 0 96.2-38.9 96.2-94.1 0-54.5-36.3-94.3-96-94.3H424zm150.6 94.3c0 43.4-26.5 54.3-71.2 54.3h-38.9V516.2h56.2c33.8 0 53.9 19.7 53.9 54.1zm280-281.7L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0 0 42 42h216v494z\"/>\n</svg>\n</li><li title=\"file protect \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M644.7 669.2a7.92 7.92 0 0 0-6.5-3.3H594c-6.5 0-10.3 7.4-6.5 12.7l73.8 102.1c3.2 4.4 9.7 4.4 12.9 0l114.2-158c3.8-5.3 0-12.7-6.5-12.7h-44.3c-2.6 0-5 1.2-6.5 3.3l-63.5 87.8-22.9-31.9zM688 306v-48c0-4.4-3.6-8-8-8H296c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8zm-392 88c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H296zm184 458H208V148h560v296c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V108c0-17.7-14.3-32-32-32H168c-17.7 0-32 14.3-32 32v784c0 17.7 14.3 32 32 32h312c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm402.6-320.8l-192-66.7c-.9-.3-1.7-.4-2.6-.4s-1.8.1-2.6.4l-192 66.7a7.96 7.96 0 0 0-5.4 7.5v251.1c0 2.5 1.1 4.8 3.1 6.3l192 150.2c1.4 1.1 3.2 1.7 4.9 1.7s3.5-.6 4.9-1.7l192-150.2c1.9-1.5 3.1-3.8 3.1-6.3V538.7c0-3.4-2.2-6.4-5.4-7.5zM826 763.7L688 871.6 550 763.7V577l138-48 138 48v186.7z\"/>\n</svg>\n</li><li title=\"file search \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M688 312v-48c0-4.4-3.6-8-8-8H296c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8zm-392 88c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H296zm144 452H208V148h560v344c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V108c0-17.7-14.3-32-32-32H168c-17.7 0-32 14.3-32 32v784c0 17.7 14.3 32 32 32h272c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm445.7 51.5l-93.3-93.3C814.7 780.7 828 743.9 828 704c0-97.2-78.8-176-176-176s-176 78.8-176 176 78.8 176 176 176c35.8 0 69-10.7 96.8-29l94.7 94.7c1.6 1.6 3.6 2.3 5.6 2.3s4.1-.8 5.6-2.3l31-31a7.9 7.9 0 0 0 0-11.2zM652 816c-61.9 0-112-50.1-112-112s50.1-112 112-112 112 50.1 112 112-50.1 112-112 112z\"/>\n</svg>\n</li><li title=\"file sync \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M296 256c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H296zm192 200v-48c0-4.4-3.6-8-8-8H296c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8zm-48 396H208V148h560v344c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V108c0-17.7-14.3-32-32-32H168c-17.7 0-32 14.3-32 32v784c0 17.7 14.3 32 32 32h272c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm104.1-115.6c1.8-34.5 16.2-66.8 40.8-91.4 26.2-26.2 62-41 99.1-41 37.4 0 72.6 14.6 99.1 41 3.2 3.2 6.3 6.6 9.2 10.1L769.2 673a8 8 0 0 0 3 14.1l93.3 22.5c5 1.2 9.8-2.6 9.9-7.7l.6-95.4a8 8 0 0 0-12.9-6.4l-20.3 15.8C805.4 569.6 748.1 540 684 540c-109.9 0-199.6 86.9-204 195.7-.2 4.5 3.5 8.3 8 8.3h48.1c4.3 0 7.8-3.3 8-7.6zM880 744h-48.1c-4.3 0-7.8 3.3-8 7.6-1.8 34.5-16.2 66.8-40.8 91.4-26.2 26.2-62 41-99.1 41-37.4 0-72.6-14.6-99.1-41-3.2-3.2-6.3-6.6-9.2-10.1l23.1-17.9a8 8 0 0 0-3-14.1l-93.3-22.5c-5-1.2-9.8 2.6-9.9 7.7l-.6 95.4a8 8 0 0 0 12.9 6.4l20.3-15.8C562.6 918.4 619.9 948 684 948c109.9 0 199.6-86.9 204-195.7.2-4.5-3.5-8.3-8-8.3z\"/>\n</svg>\n</li><li title=\"file text \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0 0 42 42h216v494zM504 618H320c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zM312 490v48c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H320c-4.4 0-8 3.6-8 8z\"/>\n</svg>\n</li><li title=\"file unknown \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M854.6 288.7L639.4 73.4c-6-6-14.2-9.4-22.7-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.6-9.4-22.6zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0 0 42 42h216v494zM402 549c0 5.4 4.4 9.5 9.8 9.5h32.4c5.4 0 9.8-4.2 9.8-9.4 0-28.2 25.8-51.6 58-51.6s58 23.4 58 51.5c0 25.3-21 47.2-49.3 50.9-19.3 2.8-34.5 20.3-34.7 40.1v32c0 5.5 4.5 10 10 10h32c5.5 0 10-4.5 10-10v-12.2c0-6 4-11.5 9.7-13.3 44.6-14.4 75-54 74.3-98.9-.8-55.5-49.2-100.8-108.5-101.6-61.4-.7-111.5 45.6-111.5 103zm78 195a32 32 0 1 0 64 0 32 32 0 1 0-64 0z\"/>\n</svg>\n</li><li title=\"file word \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0 0 42 42h216v494zM528.1 472h-32.2c-5.5 0-10.3 3.7-11.6 9.1L434.6 680l-46.1-198.7c-1.3-5.4-6.1-9.3-11.7-9.3h-35.4a12.02 12.02 0 0 0-11.6 15.1l74.2 276c1.4 5.2 6.2 8.9 11.6 8.9h32c5.4 0 10.2-3.6 11.6-8.9l52.8-197 52.8 197c1.4 5.2 6.2 8.9 11.6 8.9h31.8c5.4 0 10.2-3.6 11.6-8.9l74.4-276a12.04 12.04 0 0 0-11.6-15.1H647c-5.6 0-10.4 3.9-11.7 9.3l-45.8 199.1-49.8-199.3c-1.3-5.4-6.1-9.1-11.6-9.1z\"/>\n</svg>\n</li><li title=\"file zip \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M296 392h64v64h-64zm0 190v160h128V582h-64v-62h-64v62zm80 48v64h-32v-64h32zm-16-302h64v64h-64zm-64-64h64v64h-64zm64 192h64v64h-64zm0-256h64v64h-64zm494.6 88.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h64v64h64v-64h174v216a42 42 0 0 0 42 42h216v494z\"/>\n</svg>\n</li><li title=\"file \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0 0 42 42h216v494z\"/>\n</svg>\n</li><li title=\"filter \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M880.1 154H143.9c-24.5 0-39.8 26.7-27.5 48L349 597.4V838c0 17.7 14.2 32 31.8 32h262.4c17.6 0 31.8-14.3 31.8-32V597.4L907.7 202c12.2-21.3-3.1-48-27.6-48zM603.4 798H420.6V642h182.9v156zm9.6-236.6l-9.5 16.6h-183l-9.5-16.6L212.7 226h598.6L613 561.4z\"/>\n</svg>\n</li><li title=\"fire \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M834.1 469.2A347.49 347.49 0 0 0 751.2 354l-29.1-26.7a8.09 8.09 0 0 0-13 3.3l-13 37.3c-8.1 23.4-23 47.3-44.1 70.8-1.4 1.5-3 1.9-4.1 2-1.1.1-2.8-.1-4.3-1.5-1.4-1.2-2.1-3-2-4.8 3.7-60.2-14.3-128.1-53.7-202C555.3 171 510 123.1 453.4 89.7l-41.3-24.3c-5.4-3.2-12.3 1-12 7.3l2.2 48c1.5 32.8-2.3 61.8-11.3 85.9-11 29.5-26.8 56.9-47 81.5a295.64 295.64 0 0 1-47.5 46.1 352.6 352.6 0 0 0-100.3 121.5A347.75 347.75 0 0 0 160 610c0 47.2 9.3 92.9 27.7 136a349.4 349.4 0 0 0 75.5 110.9c32.4 32 70 57.2 111.9 74.7C418.5 949.8 464.5 959 512 959s93.5-9.2 136.9-27.3A348.6 348.6 0 0 0 760.8 857c32.4-32 57.8-69.4 75.5-110.9a344.2 344.2 0 0 0 27.7-136c0-48.8-10-96.2-29.9-140.9zM713 808.5c-53.7 53.2-125 82.4-201 82.4s-147.3-29.2-201-82.4c-53.5-53.1-83-123.5-83-198.4 0-43.5 9.8-85.2 29.1-124 18.8-37.9 46.8-71.8 80.8-97.9a349.6 349.6 0 0 0 58.6-56.8c25-30.5 44.6-64.5 58.2-101a240 240 0 0 0 12.1-46.5c24.1 22.2 44.3 49 61.2 80.4 33.4 62.6 48.8 118.3 45.8 165.7a74.01 74.01 0 0 0 24.4 59.8 73.36 73.36 0 0 0 53.4 18.8c19.7-1 37.8-9.7 51-24.4 13.3-14.9 24.8-30.1 34.4-45.6 14 17.9 25.7 37.4 35 58.4 15.9 35.8 24 73.9 24 113.1 0 74.9-29.5 145.4-83 198.4z\"/>\n</svg>\n</li><li title=\"flag \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M880 305H624V192c0-17.7-14.3-32-32-32H184v-40c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v784c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V640h248v113c0 17.7 14.3 32 32 32h416c17.7 0 32-14.3 32-32V337c0-17.7-14.3-32-32-32zM184 568V232h368v336H184zm656 145H504v-73h112c4.4 0 8-3.6 8-8V377h216v336z\"/>\n</svg>\n</li><li title=\"folder add \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M484 443.1V528h-84.5c-4.1 0-7.5 3.1-7.5 7v42c0 3.8 3.4 7 7.5 7H484v84.9c0 3.9 3.2 7.1 7 7.1h42c3.9 0 7-3.2 7-7.1V584h84.5c4.1 0 7.5-3.2 7.5-7v-42c0-3.9-3.4-7-7.5-7H540v-84.9c0-3.9-3.1-7.1-7-7.1h-42c-3.8 0-7 3.2-7 7.1zm396-144.7H521L403.7 186.2a8.15 8.15 0 0 0-5.5-2.2H144c-17.7 0-32 14.3-32 32v592c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V330.4c0-17.7-14.3-32-32-32zM840 768H184V256h188.5l119.6 114.4H840V768z\"/>\n</svg>\n</li><li title=\"folder open \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M928 444H820V330.4c0-17.7-14.3-32-32-32H473L355.7 186.2a8.15 8.15 0 0 0-5.5-2.2H96c-17.7 0-32 14.3-32 32v592c0 17.7 14.3 32 32 32h698c13 0 24.8-7.9 29.7-20l134-332c1.5-3.8 2.3-7.9 2.3-12 0-17.7-14.3-32-32-32zM136 256h188.5l119.6 114.4H748V444H238c-13 0-24.8 7.9-29.7 20L136 643.2V256zm635.3 512H159l103.3-256h612.4L771.3 768z\"/>\n</svg>\n</li><li title=\"folder view \"><svg t=\"1569683698855\" class=\"icon\" viewBox=\"0 0 1024 1024\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" p-id=\"13660\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"200\" height=\"200\"><defs><style type=\"text/css\"></style></defs><path d=\"M309.1 554.3c-5.4 11.6-5.4 24.9 0 36.4C353.3 684 421.6 732 512.5 732s159.2-48.1 203.4-141.3c5.4-11.5 5.4-24.8 0.1-36.3l-0.1-0.1-0.1-0.1C671.7 461 603.4 413 512.5 413s-159.2 48.1-203.4 141.3zM512.5 477c62.1 0 107.4 30 141.1 95.5C620 638 574.6 668 512.5 668s-107.4-30-141.1-95.5c33.7-65.5 79-95.5 141.1-95.5z\" p-id=\"13661\"></path><path d=\"M513 573m-56 0a56 56 0 1 0 112 0 56 56 0 1 0-112 0Z\" p-id=\"13662\"></path><path d=\"M880 298.4H521L403.7 186.2c-1.5-1.4-3.5-2.2-5.5-2.2H144c-17.7 0-32 14.3-32 32v592c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V330.4c0-17.7-14.3-32-32-32zM840 768H184V256h188.5l119.6 114.4H840V768z\" p-id=\"13663\"></path></svg></li><li title=\"folder \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M880 298.4H521L403.7 186.2a8.15 8.15 0 0 0-5.5-2.2H144c-17.7 0-32 14.3-32 32v592c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V330.4c0-17.7-14.3-32-32-32zM840 768H184V256h188.5l119.6 114.4H840V768z\"/>\n</svg>\n</li><li title=\"font colors \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M904 816H120c-4.4 0-8 3.6-8 8v80c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-80c0-4.4-3.6-8-8-8zm-650.3-80h85c4.2 0 8-2.7 9.3-6.8l53.7-166h219.2l53.2 166c1.3 4 5 6.8 9.3 6.8h89.1c1.1 0 2.2-.2 3.2-.5a9.7 9.7 0 0 0 6-12.4L573.6 118.6a9.9 9.9 0 0 0-9.2-6.6H462.1c-4.2 0-7.9 2.6-9.2 6.6L244.5 723.1c-.4 1-.5 2.1-.5 3.2-.1 5.3 4.3 9.7 9.7 9.7zm255.9-516.1h4.1l83.8 263.8H424.9l84.7-263.8z\"/>\n</svg>\n</li><li title=\"font size \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M920 416H616c-4.4 0-8 3.6-8 8v112c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-56h60v320h-46c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h164c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8h-46V480h60v56c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V424c0-4.4-3.6-8-8-8zM656 296V168c0-4.4-3.6-8-8-8H104c-4.4 0-8 3.6-8 8v128c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-64h168v560h-92c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h264c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-92V232h168v64c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8z\"/>\n</svg>\n</li><li title=\"fork \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M752 100c-61.8 0-112 50.2-112 112 0 47.7 29.9 88.5 72 104.6v27.6L512 601.4 312 344.2v-27.6c42.1-16.1 72-56.9 72-104.6 0-61.8-50.2-112-112-112s-112 50.2-112 112c0 50.6 33.8 93.5 80 107.3v34.4c0 9.7 3.3 19.3 9.3 27L476 672.3v33.6c-44.2 15-76 56.9-76 106.1 0 61.8 50.2 112 112 112s112-50.2 112-112c0-49.2-31.8-91-76-106.1v-33.6l226.7-291.6c6-7.7 9.3-17.3 9.3-27v-34.4c46.2-13.8 80-56.7 80-107.3 0-61.8-50.2-112-112-112zM224 212a48.01 48.01 0 0 1 96 0 48.01 48.01 0 0 1-96 0zm336 600a48.01 48.01 0 0 1-96 0 48.01 48.01 0 0 1 96 0zm192-552a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z\"/>\n</svg>\n</li><li title=\"form \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M904 512h-56c-4.4 0-8 3.6-8 8v320H184V184h320c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V520c0-4.4-3.6-8-8-8z\"/>\n  <path d=\"M355.9 534.9L354 653.8c-.1 8.9 7.1 16.2 16 16.2h.4l118-2.9c2-.1 4-.9 5.4-2.3l415.9-415c3.1-3.1 3.1-8.2 0-11.3L785.4 114.3c-1.6-1.6-3.6-2.3-5.7-2.3s-4.1.8-5.7 2.3l-415.8 415a8.3 8.3 0 0 0-2.3 5.6zm63.5 23.6L779.7 199l45.2 45.1-360.5 359.7-45.7 1.1.7-46.4z\"/>\n</svg>\n</li><li title=\"format painter \"><svg t=\"1569683552617\" class=\"icon\" viewBox=\"0 0 1024 1024\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" p-id=\"11173\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"200\" height=\"200\"><defs><style type=\"text/css\"></style></defs><path d=\"M840 192h-56v-72c0-13.3-10.7-24-24-24H168c-13.3 0-24 10.7-24 24v272c0 13.3 10.7 24 24 24h592c13.3 0 24-10.7 24-24V256h32v200H465c-22.1 0-40 17.9-40 40v136h-44c-4.4 0-8 3.6-8 8v228c0 0.6 0.1 1.3 0.2 1.9-0.1 2-0.2 4.1-0.2 6.1 0 46.4 37.6 84 84 84s84-37.6 84-84c0-2.1-0.1-4.1-0.2-6.1 0.1-0.6 0.2-1.2 0.2-1.9V640c0-4.4-3.6-8-8-8h-44V520h351c22.1 0 40-17.9 40-40V232c0-22.1-17.9-40-40-40zM720 352H208V160h512v192zM477 876c0 11-9 20-20 20s-20-9-20-20V696h40v180z\" p-id=\"11174\"></path></svg></li><li title=\"forward \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M825.8 498L538.4 249.9c-10.7-9.2-26.4-.9-26.4 14v496.3c0 14.9 15.7 23.2 26.4 14L825.8 526c8.3-7.2 8.3-20.8 0-28zm-320 0L218.4 249.9c-10.7-9.2-26.4-.9-26.4 14v496.3c0 14.9 15.7 23.2 26.4 14L505.8 526c4.1-3.6 6.2-8.8 6.2-14 0-5.2-2.1-10.4-6.2-14z\"/>\n</svg>\n</li><li title=\"frown \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M288 421a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm352 0a48 48 0 1 0 96 0 48 48 0 1 0-96 0zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm263 711c-34.2 34.2-74 61-118.3 79.8C611 874.2 562.3 884 512 884c-50.3 0-99-9.8-144.8-29.2A370.4 370.4 0 0 1 248.9 775c-34.2-34.2-61-74-79.8-118.3C149.8 611 140 562.3 140 512s9.8-99 29.2-144.8A370.4 370.4 0 0 1 249 248.9c34.2-34.2 74-61 118.3-79.8C413 149.8 461.7 140 512 140c50.3 0 99 9.8 144.8 29.2A370.4 370.4 0 0 1 775.1 249c34.2 34.2 61 74 79.8 118.3C874.2 413 884 461.7 884 512s-9.8 99-29.2 144.8A368.89 368.89 0 0 1 775 775zM512 533c-85.5 0-155.6 67.3-160 151.6a8 8 0 0 0 8 8.4h48.1c4.2 0 7.8-3.2 8.1-7.4C420 636.1 461.5 597 512 597s92.1 39.1 95.8 88.6c.3 4.2 3.9 7.4 8.1 7.4H664a8 8 0 0 0 8-8.4C667.6 600.3 597.5 533 512 533z\"/>\n</svg>\n</li><li title=\"fullscreen exit \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M391 240.9c-.8-6.6-8.9-9.4-13.6-4.7l-43.7 43.7L200 146.3a8.03 8.03 0 0 0-11.3 0l-42.4 42.3a8.03 8.03 0 0 0 0 11.3L280 333.6l-43.9 43.9a8.01 8.01 0 0 0 4.7 13.6L401 410c5.1.6 9.5-3.7 8.9-8.9L391 240.9zm10.1 373.2L240.8 633c-6.6.8-9.4 8.9-4.7 13.6l43.9 43.9L146.3 824a8.03 8.03 0 0 0 0 11.3l42.4 42.3c3.1 3.1 8.2 3.1 11.3 0L333.7 744l43.7 43.7A8.01 8.01 0 0 0 391 783l18.9-160.1c.6-5.1-3.7-9.4-8.8-8.8zm221.8-204.2L783.2 391c6.6-.8 9.4-8.9 4.7-13.6L744 333.6 877.7 200c3.1-3.1 3.1-8.2 0-11.3l-42.4-42.3a8.03 8.03 0 0 0-11.3 0L690.3 279.9l-43.7-43.7a8.01 8.01 0 0 0-13.6 4.7L614.1 401c-.6 5.2 3.7 9.5 8.8 8.9zM744 690.4l43.9-43.9a8.01 8.01 0 0 0-4.7-13.6L623 614c-5.1-.6-9.5 3.7-8.9 8.9L633 783.1c.8 6.6 8.9 9.4 13.6 4.7l43.7-43.7L824 877.7c3.1 3.1 8.2 3.1 11.3 0l42.4-42.3c3.1-3.1 3.1-8.2 0-11.3L744 690.4z\"/>\n</svg>\n</li><li title=\"fullscreen \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M290 236.4l43.9-43.9a8.01 8.01 0 0 0-4.7-13.6L169 160c-5.1-.6-9.5 3.7-8.9 8.9L179 329.1c.8 6.6 8.9 9.4 13.6 4.7l43.7-43.7L370 423.7c3.1 3.1 8.2 3.1 11.3 0l42.4-42.3c3.1-3.1 3.1-8.2 0-11.3L290 236.4zm352.7 187.3c3.1 3.1 8.2 3.1 11.3 0l133.7-133.6 43.7 43.7a8.01 8.01 0 0 0 13.6-4.7L863.9 169c.6-5.1-3.7-9.5-8.9-8.9L694.8 179c-6.6.8-9.4 8.9-4.7 13.6l43.9 43.9L600.3 370a8.03 8.03 0 0 0 0 11.3l42.4 42.4zM845 694.9c-.8-6.6-8.9-9.4-13.6-4.7l-43.7 43.7L654 600.3a8.03 8.03 0 0 0-11.3 0l-42.4 42.3a8.03 8.03 0 0 0 0 11.3L734 787.6l-43.9 43.9a8.01 8.01 0 0 0 4.7 13.6L855 864c5.1.6 9.5-3.7 8.9-8.9L845 694.9zm-463.7-94.6a8.03 8.03 0 0 0-11.3 0L236.3 733.9l-43.7-43.7a8.01 8.01 0 0 0-13.6 4.7L160.1 855c-.6 5.1 3.7 9.5 8.9 8.9L329.2 845c6.6-.8 9.4-8.9 4.7-13.6L290 787.6 423.7 654c3.1-3.1 3.1-8.2 0-11.3l-42.4-42.4z\"/>\n</svg>\n</li><li title=\"function \"><svg t=\"1569683610100\" class=\"icon\" viewBox=\"0 0 1024 1024\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" p-id=\"12238\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"200\" height=\"200\"><defs><style type=\"text/css\"></style></defs><path d=\"M841 370c3-3.3 2.7-8.3-0.6-11.3-1.5-1.3-3.4-2.1-5.3-2.1h-72.6c-2.4 0-4.6 1-6.1 2.8L633.5 504.6c-2.9 3.4-7.9 3.8-11.3 0.9-0.9-0.8-1.6-1.7-2.1-2.8l-63.5-141.3c-1.3-2.9-4.1-4.7-7.3-4.7H380.7l0.9-4.7 8-42.3c10.5-55.4 38-81.4 85.8-81.4 18.6 0 35.5 1.7 48.8 4.7l14.1-66.8c-22.6-4.7-35.2-6.1-54.9-6.1-103.3 0-156.4 44.3-175.9 147.3l-9.4 49.4h-97.6c-3.8 0-7.1 2.7-7.8 6.4L181.9 415c-0.9 4.3 1.9 8.6 6.2 9.5 0.5 0.1 1.1 0.2 1.6 0.2H284l-89 429.9c-0.9 4.3 1.9 8.6 6.2 9.5 0.5 0.1 1.1 0.2 1.6 0.2H269c3.8 0 7.1-2.7 7.8-6.4l89.7-433.1h135.8l68.2 139.1c1.4 2.9 1 6.4-1.2 8.8l-180.6 203c-2.9 3.3-2.6 8.4 0.7 11.3 1.5 1.3 3.4 2 5.3 2h72.7c2.4 0 4.6-1 6.1-2.8l123.7-146.7c2.8-3.4 7.9-3.8 11.3-1 0.9 0.8 1.6 1.7 2.1 2.8L676.4 784c1.3 2.8 4.1 4.7 7.3 4.7h64.6c4.4 0 8-3.6 8-8 0-1.2-0.3-2.4-0.8-3.5l-95.2-198.9c-1.4-2.9-0.9-6.4 1.3-8.8L841 370z\" p-id=\"12239\"></path></svg></li><li title=\"fund projection screen \"><svg t=\"1569683753031\" class=\"icon\" viewBox=\"0 0 1024 1024\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" p-id=\"14137\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"200\" height=\"200\"><defs><style type=\"text/css\"></style></defs><path d=\"M312.1 591.5c3.1 3.1 8.2 3.1 11.3 0l101.8-101.8 86.1 86.2c3.1 3.1 8.2 3.1 11.3 0l226.3-226.5c3.1-3.1 3.1-8.2 0-11.3l-36.8-36.8c-3.1-3.1-8.2-3.1-11.3 0L517 485.3l-86.1-86.2c-3.1-3.1-8.2-3.1-11.3 0L275.3 543.4c-3.1 3.1-3.1 8.2 0 11.3l36.8 36.8z\" p-id=\"14138\"></path><path d=\"M904 160H548V96c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H120c-17.7 0-32 14.3-32 32v520c0 17.7 14.3 32 32 32h356.4v32L311.6 884.1c-3.7 2.4-4.7 7.3-2.3 11l30.3 47.2v0.1c2.4 3.7 7.4 4.7 11.1 2.3L512 838.9l161.3 105.8c3.7 2.4 8.7 1.4 11.1-2.3v-0.1l30.3-47.2c2.4-3.7 1.3-8.6-2.3-11L548 776.3V744h356c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32z m-40 512H160V232h704v440z\" p-id=\"14139\"></path></svg></li><li title=\"fund view \"><svg t=\"1569683816874\" class=\"icon\" viewBox=\"0 0 1024 1024\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" p-id=\"14256\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"200\" height=\"200\"><defs><style type=\"text/css\"></style></defs><path d=\"M956 686.5l-0.1-0.1-0.1-0.1C911.7 593 843.4 545 752.5 545s-159.2 48.1-203.4 141.3v0.1c-5.4 11.5-5.4 24.9 0 36.4C593.3 816 661.6 864 752.5 864s159.2-48.1 203.4-141.3c5.4-11.5 5.4-24.8 0.1-36.2zM752.5 800c-62.1 0-107.4-30-141.1-95.5C645 639 690.4 609 752.5 609c62.1 0 107.4 30 141.1 95.5C860 770 814.6 800 752.5 800z\" p-id=\"14257\"></path><path d=\"M753 705m-56 0a56 56 0 1 0 112 0 56 56 0 1 0-112 0Z\" p-id=\"14258\"></path><path d=\"M136 232h704v253h72V192c0-17.7-14.3-32-32-32H96c-17.7 0-32 14.3-32 32v520c0 17.7 14.3 32 32 32h352v-72H136V232z\" p-id=\"14259\"></path><path d=\"M724.9 338.1l-36.8-36.8c-3.1-3.1-8.2-3.1-11.3 0L493 485.3l-86.1-86.2c-3.1-3.1-8.2-3.1-11.3 0L251.3 543.4c-3.1 3.1-3.1 8.2 0 11.3l36.8 36.8c3.1 3.1 8.2 3.1 11.3 0l101.8-101.8 86.1 86.2c3.1 3.1 8.2 3.1 11.3 0l226.3-226.5c3.2-3.1 3.2-8.2 0-11.3z\" p-id=\"14260\"></path></svg></li><li title=\"fund \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M926 164H94c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V196c0-17.7-14.3-32-32-32zm-40 632H134V236h752v560zm-658.9-82.3c3.1 3.1 8.2 3.1 11.3 0l172.5-172.5 114.4 114.5c3.1 3.1 8.2 3.1 11.3 0l297-297.2c3.1-3.1 3.1-8.2 0-11.3l-36.8-36.8a8.03 8.03 0 0 0-11.3 0L531 565 416.6 450.5a8.03 8.03 0 0 0-11.3 0l-214.9 215a8.03 8.03 0 0 0 0 11.3l36.7 36.9z\"/>\n</svg>\n</li><li title=\"funnel plot \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M880.1 154H143.9c-24.5 0-39.8 26.7-27.5 48L349 607.4V838c0 17.7 14.2 32 31.8 32h262.4c17.6 0 31.8-14.3 31.8-32V607.4L907.7 202c12.2-21.3-3.1-48-27.6-48zM603.4 798H420.6V650h182.9v148zm9.6-226.6l-8.4 14.6H419.3l-8.4-14.6L334.4 438h355.2L613 571.4zM726.3 374H297.7l-85-148h598.6l-85 148z\"/>\n</svg>\n</li><li title=\"gateway \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M928 392c8.8 0 16-7.2 16-16V192c0-8.8-7.2-16-16-16H744c-8.8 0-16 7.2-16 16v56H296v-56c0-8.8-7.2-16-16-16H96c-8.8 0-16 7.2-16 16v184c0 8.8 7.2 16 16 16h56v240H96c-8.8 0-16 7.2-16 16v184c0 8.8 7.2 16 16 16h184c8.8 0 16-7.2 16-16v-56h432v56c0 8.8 7.2 16 16 16h184c8.8 0 16-7.2 16-16V648c0-8.8-7.2-16-16-16h-56V392h56zM792 240h88v88h-88v-88zm-648 88v-88h88v88h-88zm88 456h-88v-88h88v88zm648-88v88h-88v-88h88zm-80-64h-56c-8.8 0-16 7.2-16 16v56H296v-56c0-8.8-7.2-16-16-16h-56V392h56c8.8 0 16-7.2 16-16v-56h432v56c0 8.8 7.2 16 16 16h56v240z\"/>\n</svg>\n</li><li title=\"gif \"><svg t=\"1569683621237\" class=\"icon\" viewBox=\"0 0 1024 1024\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" p-id=\"12475\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"200\" height=\"200\"><defs><style type=\"text/css\"></style></defs><path d=\"M944 299H692c-4.4 0-8 3.6-8 8v406c0 4.4 3.6 8 8 8h59.2c4.4 0 8-3.6 8-8V549.9h168.2c4.4 0 8-3.6 8-8V495c0-4.4-3.6-8-8-8H759.2V364.2H944c4.4 0 8-3.6 8-8V307c0-4.4-3.6-8-8-8zM588 300h-56c-4.4 0-8 3.6-8 8v406c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V308c0-4.4-3.6-8-8-8zM452 500.9H290.5c-4.4 0-8 3.6-8 8v43.7c0 4.4 3.6 8 8 8h94.9l-0.3 8.9c-1.2 58.8-45.6 98.5-110.9 98.5-76.2 0-123.9-59.7-123.9-156.7 0-95.8 46.8-155.2 121.5-155.2 54.8 0 93.1 26.9 108.5 75.4h76.2c-13.6-87.2-86-143.4-184.7-143.4C150 288 72 375.2 72 511.9 72 650.2 149.1 736 273 736c114.1 0 187-70.7 187-181.6v-45.5c0-4.4-3.6-8-8-8z\" p-id=\"12476\"></path></svg></li><li title=\"gift \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M880 310H732.4c13.6-21.4 21.6-46.8 21.6-74 0-76.1-61.9-138-138-138-41.4 0-78.7 18.4-104 47.4-25.3-29-62.6-47.4-104-47.4-76.1 0-138 61.9-138 138 0 27.2 7.9 52.6 21.6 74H144c-17.7 0-32 14.3-32 32v200c0 4.4 3.6 8 8 8h40v344c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V550h40c4.4 0 8-3.6 8-8V342c0-17.7-14.3-32-32-32zm-334-74c0-38.6 31.4-70 70-70s70 31.4 70 70-31.4 70-70 70h-70v-70zm-138-70c38.6 0 70 31.4 70 70v70h-70c-38.6 0-70-31.4-70-70s31.4-70 70-70zM180 482V378h298v104H180zm48 68h250v308H228V550zm568 308H546V550h250v308zm48-376H546V378h298v104z\"/>\n</svg>\n</li><li title=\"github \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M511.6 76.3C264.3 76.2 64 276.4 64 523.5 64 718.9 189.3 885 363.8 946c23.5 5.9 19.9-10.8 19.9-22.2v-77.5c-135.7 15.9-141.2-73.9-150.3-88.9C215 726 171.5 718 184.5 703c30.9-15.9 62.4 4 98.9 57.9 26.4 39.1 77.9 32.5 104 26 5.7-23.5 17.9-44.5 34.7-60.8-140.6-25.2-199.2-111-199.2-213 0-49.5 16.3-95 48.3-131.7-20.4-60.5 1.9-112.3 4.9-120 58.1-5.2 118.5 41.6 123.2 45.3 33-8.9 70.7-13.6 112.9-13.6 42.4 0 80.2 4.9 113.5 13.9 11.3-8.6 67.3-48.8 121.3-43.9 2.9 7.7 24.7 58.3 5.5 118 32.4 36.8 48.9 82.7 48.9 132.3 0 102.2-59 188.1-200 212.9a127.5 127.5 0 0 1 38.1 91v112.5c.8 9 0 17.9 15 17.9 177.1-59.7 304.6-227 304.6-424.1 0-247.2-200.4-447.3-447.5-447.3z\"/>\n</svg>\n</li><li title=\"gitlab \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M913.9 552.2L805 181.4v-.1c-7.6-22.9-25.7-36.5-48.3-36.5-23.4 0-42.5 13.5-49.7 35.2l-71.4 213H388.8l-71.4-213c-7.2-21.7-26.3-35.2-49.7-35.2-23.1 0-42.5 14.8-48.4 36.6L110.5 552.2c-4.4 14.7 1.2 31.4 13.5 40.7l368.5 276.4c2.6 3.6 6.2 6.3 10.4 7.8l8.6 6.4 8.5-6.4c4.9-1.7 9-4.7 11.9-8.9l368.4-275.4c12.4-9.2 18-25.9 13.6-40.6zM751.7 193.4c1-1.8 2.9-1.9 3.5-1.9 1.1 0 2.5.3 3.4 3L818 394.3H684.5l67.2-200.9zm-487.4 1c.9-2.6 2.3-2.9 3.4-2.9 2.7 0 2.9.1 3.4 1.7l67.3 201.2H206.5l57.8-200zM158.8 558.7l28.2-97.3 202.4 270.2-230.6-172.9zm73.9-116.4h122.1l90.8 284.3-212.9-284.3zM512.9 776L405.7 442.3H620L512.9 776zm157.9-333.7h119.5L580 723.1l90.8-280.8zm-40.7 293.9l207.3-276.7 29.5 99.2-236.8 177.5z\"/>\n</svg>\n</li><li title=\"global \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M854.4 800.9c.2-.3.5-.6.7-.9C920.6 722.1 960 621.7 960 512s-39.4-210.1-104.8-288c-.2-.3-.5-.5-.7-.8-1.1-1.3-2.1-2.5-3.2-3.7-.4-.5-.8-.9-1.2-1.4l-4.1-4.7-.1-.1c-1.5-1.7-3.1-3.4-4.6-5.1l-.1-.1c-3.2-3.4-6.4-6.8-9.7-10.1l-.1-.1-4.8-4.8-.3-.3c-1.5-1.5-3-2.9-4.5-4.3-.5-.5-1-1-1.6-1.5-1-1-2-1.9-3-2.8-.3-.3-.7-.6-1-1C736.4 109.2 629.5 64 512 64s-224.4 45.2-304.3 119.2c-.3.3-.7.6-1 1-1 .9-2 1.9-3 2.9-.5.5-1 1-1.6 1.5-1.5 1.4-3 2.9-4.5 4.3l-.3.3-4.8 4.8-.1.1c-3.3 3.3-6.5 6.7-9.7 10.1l-.1.1c-1.6 1.7-3.1 3.4-4.6 5.1l-.1.1c-1.4 1.5-2.8 3.1-4.1 4.7-.4.5-.8.9-1.2 1.4-1.1 1.2-2.1 2.5-3.2 3.7-.2.3-.5.5-.7.8C103.4 301.9 64 402.3 64 512s39.4 210.1 104.8 288c.2.3.5.6.7.9l3.1 3.7c.4.5.8.9 1.2 1.4l4.1 4.7c0 .1.1.1.1.2 1.5 1.7 3 3.4 4.6 5l.1.1c3.2 3.4 6.4 6.8 9.6 10.1l.1.1c1.6 1.6 3.1 3.2 4.7 4.7l.3.3c3.3 3.3 6.7 6.5 10.1 9.6 80.1 74 187 119.2 304.5 119.2s224.4-45.2 304.3-119.2a300 300 0 0 0 10-9.6l.3-.3c1.6-1.6 3.2-3.1 4.7-4.7l.1-.1c3.3-3.3 6.5-6.7 9.6-10.1l.1-.1c1.5-1.7 3.1-3.3 4.6-5 0-.1.1-.1.1-.2 1.4-1.5 2.8-3.1 4.1-4.7.4-.5.8-.9 1.2-1.4a99 99 0 0 0 3.3-3.7zm4.1-142.6c-13.8 32.6-32 62.8-54.2 90.2a444.07 444.07 0 0 0-81.5-55.9c11.6-46.9 18.8-98.4 20.7-152.6H887c-3 40.9-12.6 80.6-28.5 118.3zM887 484H743.5c-1.9-54.2-9.1-105.7-20.7-152.6 29.3-15.6 56.6-34.4 81.5-55.9A373.86 373.86 0 0 1 887 484zM658.3 165.5c39.7 16.8 75.8 40 107.6 69.2a394.72 394.72 0 0 1-59.4 41.8c-15.7-45-35.8-84.1-59.2-115.4 3.7 1.4 7.4 2.9 11 4.4zm-90.6 700.6c-9.2 7.2-18.4 12.7-27.7 16.4V697a389.1 389.1 0 0 1 115.7 26.2c-8.3 24.6-17.9 47.3-29 67.8-17.4 32.4-37.8 58.3-59 75.1zm59-633.1c11 20.6 20.7 43.3 29 67.8A389.1 389.1 0 0 1 540 327V141.6c9.2 3.7 18.5 9.1 27.7 16.4 21.2 16.7 41.6 42.6 59 75zM540 640.9V540h147.5c-1.6 44.2-7.1 87.1-16.3 127.8l-.3 1.2A445.02 445.02 0 0 0 540 640.9zm0-156.9V383.1c45.8-2.8 89.8-12.5 130.9-28.1l.3 1.2c9.2 40.7 14.7 83.5 16.3 127.8H540zm-56 56v100.9c-45.8 2.8-89.8 12.5-130.9 28.1l-.3-1.2c-9.2-40.7-14.7-83.5-16.3-127.8H484zm-147.5-56c1.6-44.2 7.1-87.1 16.3-127.8l.3-1.2c41.1 15.6 85 25.3 130.9 28.1V484H336.5zM484 697v185.4c-9.2-3.7-18.5-9.1-27.7-16.4-21.2-16.7-41.7-42.7-59.1-75.1-11-20.6-20.7-43.3-29-67.8 37.2-14.6 75.9-23.3 115.8-26.1zm0-370a389.1 389.1 0 0 1-115.7-26.2c8.3-24.6 17.9-47.3 29-67.8 17.4-32.4 37.8-58.4 59.1-75.1 9.2-7.2 18.4-12.7 27.7-16.4V327zM365.7 165.5c3.7-1.5 7.3-3 11-4.4-23.4 31.3-43.5 70.4-59.2 115.4-21-12-40.9-26-59.4-41.8 31.8-29.2 67.9-52.4 107.6-69.2zM165.5 365.7c13.8-32.6 32-62.8 54.2-90.2 24.9 21.5 52.2 40.3 81.5 55.9-11.6 46.9-18.8 98.4-20.7 152.6H137c3-40.9 12.6-80.6 28.5-118.3zM137 540h143.5c1.9 54.2 9.1 105.7 20.7 152.6a444.07 444.07 0 0 0-81.5 55.9A373.86 373.86 0 0 1 137 540zm228.7 318.5c-39.7-16.8-75.8-40-107.6-69.2 18.5-15.8 38.4-29.7 59.4-41.8 15.7 45 35.8 84.1 59.2 115.4-3.7-1.4-7.4-2.9-11-4.4zm292.6 0c-3.7 1.5-7.3 3-11 4.4 23.4-31.3 43.5-70.4 59.2-115.4 21 12 40.9 26 59.4 41.8a373.81 373.81 0 0 1-107.6 69.2z\"/>\n</svg>\n</li><li title=\"gold \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M342 472h342c.4 0 .9 0 1.3-.1 4.4-.7 7.3-4.8 6.6-9.2l-40.2-248c-.6-3.9-4-6.7-7.9-6.7H382.2c-3.9 0-7.3 2.8-7.9 6.7l-40.2 248c-.1.4-.1.9-.1 1.3 0 4.4 3.6 8 8 8zm91.2-196h159.5l20.7 128h-201l20.8-128zm2.5 282.7c-.6-3.9-4-6.7-7.9-6.7H166.2c-3.9 0-7.3 2.8-7.9 6.7l-40.2 248c-.1.4-.1.9-.1 1.3 0 4.4 3.6 8 8 8h342c.4 0 .9 0 1.3-.1 4.4-.7 7.3-4.8 6.6-9.2l-40.2-248zM196.5 748l20.7-128h159.5l20.7 128H196.5zm709.4 58.7l-40.2-248c-.6-3.9-4-6.7-7.9-6.7H596.2c-3.9 0-7.3 2.8-7.9 6.7l-40.2 248c-.1.4-.1.9-.1 1.3 0 4.4 3.6 8 8 8h342c.4 0 .9 0 1.3-.1 4.3-.7 7.3-4.8 6.6-9.2zM626.5 748l20.7-128h159.5l20.7 128H626.5z\"/>\n</svg>\n</li><li title=\"google plus \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M879.5 470.4c-.3-27-.4-54.2-.5-81.3h-80.8c-.3 27-.5 54.1-.7 81.3-27.2.1-54.2.3-81.2.6v80.9c27 .3 54.2.5 81.2.8.3 27 .3 54.1.5 81.1h80.9c.1-27 .3-54.1.5-81.3 27.2-.3 54.2-.4 81.2-.7v-80.9c-26.9-.2-54.1-.2-81.1-.5zm-530 .4c-.1 32.3 0 64.7.1 97 54.2 1.8 108.5 1 162.7 1.8-23.9 120.3-187.4 159.3-273.9 80.7-89-68.9-84.8-220 7.7-284 64.7-51.6 156.6-38.9 221.3 5.8 25.4-23.5 49.2-48.7 72.1-74.7-53.8-42.9-119.8-73.5-190-70.3-146.6-4.9-281.3 123.5-283.7 270.2-9.4 119.9 69.4 237.4 180.6 279.8 110.8 42.7 252.9 13.6 323.7-86 46.7-62.9 56.8-143.9 51.3-220-90.7-.7-181.3-.6-271.9-.3z\"/>\n</svg>\n</li><li title=\"google \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M881 442.4H519.7v148.5h206.4c-8.9 48-35.9 88.6-76.6 115.8-34.4 23-78.3 36.6-129.9 36.6-99.9 0-184.4-67.5-214.6-158.2-7.6-23-12-47.6-12-72.9s4.4-49.9 12-72.9c30.3-90.6 114.8-158.1 214.7-158.1 56.3 0 106.8 19.4 146.6 57.4l110-110.1c-66.5-62-153.2-100-256.6-100-149.9 0-279.6 86-342.7 211.4-26 51.8-40.8 110.4-40.8 172.4S151 632.8 177 684.6C240.1 810 369.8 896 519.7 896c103.6 0 190.4-34.4 253.8-93 72.5-66.8 114.4-165.2 114.4-282.1 0-27.2-2.4-53.3-6.9-78.5z\"/>\n</svg>\n</li><li title=\"group \"><svg t=\"1569683739097\" class=\"icon\" viewBox=\"0 0 1024 1024\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" p-id=\"13900\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"200\" height=\"200\"><defs><style type=\"text/css\"></style></defs><path d=\"M912 820.1V203.9c28-9.9 48-36.6 48-67.9 0-39.8-32.2-72-72-72-31.3 0-58 20-67.9 48H203.9C194 84 167.3 64 136 64c-39.8 0-72 32.2-72 72 0 31.3 20 58 48 67.9v616.2C84 830 64 856.7 64 888c0 39.8 32.2 72 72 72 31.3 0 58-20 67.9-48h616.2c9.9 28 36.6 48 67.9 48 39.8 0 72-32.2 72-72 0-31.3-20-58-48-67.9zM888 112c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zM136 912c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24z m0-752c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24z m704 680H184V184h656v656z m48 72c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24z\" p-id=\"13901\"></path><path d=\"M288 474h448c8.8 0 16-7.2 16-16V282c0-8.8-7.2-16-16-16H288c-8.8 0-16 7.2-16 16v176c0 8.8 7.2 16 16 16z m56-136h336v64H344v-64zM288 758h448c8.8 0 16-7.2 16-16V566c0-8.8-7.2-16-16-16H288c-8.8 0-16 7.2-16 16v176c0 8.8 7.2 16 16 16z m56-136h336v64H344v-64z\" p-id=\"13902\"></path></svg></li><li title=\"hdd \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zm-600 72h560v208H232V136zm560 480H232V408h560v208zm0 272H232V680h560v208zM496 208H312c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zM312 544h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H312c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8zm328 244a40 40 0 1 0 80 0 40 40 0 1 0-80 0z\"/>\n</svg>\n</li><li title=\"heart \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M923 283.6a260.04 260.04 0 0 0-56.9-82.8 264.4 264.4 0 0 0-84-55.5A265.34 265.34 0 0 0 679.7 125c-49.3 0-97.4 13.5-139.2 39-10 6.1-19.5 12.8-28.5 20.1-9-7.3-18.5-14-28.5-20.1-41.8-25.5-89.9-39-139.2-39-35.5 0-69.9 6.8-102.4 20.3-31.4 13-59.7 31.7-84 55.5a258.44 258.44 0 0 0-56.9 82.8c-13.9 32.3-21 66.6-21 101.9 0 33.3 6.8 68 20.3 103.3 11.3 29.5 27.5 60.1 48.2 91 32.8 48.9 77.9 99.9 133.9 151.6 92.8 85.7 184.7 144.9 188.6 147.3l23.7 15.2c10.5 6.7 24 6.7 34.5 0l23.7-15.2c3.9-2.5 95.7-61.6 188.6-147.3 56-51.7 101.1-102.7 133.9-151.6 20.7-30.9 37-61.5 48.2-91 13.5-35.3 20.3-70 20.3-103.3.1-35.3-7-69.6-20.9-101.9zM512 814.8S156 586.7 156 385.5C156 283.6 240.3 201 344.3 201c73.1 0 136.5 40.8 167.7 100.4C543.2 241.8 606.6 201 679.7 201c104 0 188.3 82.6 188.3 184.5 0 201.2-356 429.3-356 429.3z\"/>\n</svg>\n</li><li title=\"heat map \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M955.7 856l-416-720c-6.2-10.7-16.9-16-27.7-16s-21.6 5.3-27.7 16l-416 720C56 877.4 71.4 904 96 904h832c24.6 0 40-26.6 27.7-48zm-790.4-23.9L512 231.9 858.7 832H165.3zm319-474.1l-228 394c-12.3 21.3 3.1 48 27.7 48h455.8c24.7 0 40.1-26.7 27.7-48L539.7 358c-6.2-10.7-17-16-27.7-16-10.8 0-21.6 5.3-27.7 16zm214 386H325.7L512 422l186.3 322zm-214-194.1l-57 98.4C415 669.5 430.4 696 455 696h114c24.6 0 39.9-26.5 27.7-47.7l-57-98.4c-6.1-10.6-16.9-15.9-27.7-15.9s-21.5 5.3-27.7 15.9zm57.1 98.4h-58.7l29.4-50.7 29.3 50.7z\"/>\n</svg>\n</li><li title=\"highlight \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M957.6 507.4L603.2 158.2a7.9 7.9 0 0 0-11.2 0L353.3 393.4a8.03 8.03 0 0 0-.1 11.3l.1.1 40 39.4-117.2 115.3a8.03 8.03 0 0 0-.1 11.3l.1.1 39.5 38.9-189.1 187H72.1c-4.4 0-8.1 3.6-8.1 8V860c0 4.4 3.6 8 8 8h344.9c2.1 0 4.1-.8 5.6-2.3l76.1-75.6 40.4 39.8a7.9 7.9 0 0 0 11.2 0l117.1-115.6 40.1 39.5a7.9 7.9 0 0 0 11.2 0l238.7-235.2c3.4-3 3.4-8 .3-11.2zM389.8 796.2H229.6l134.4-133 80.1 78.9-54.3 54.1zm154.8-62.1L373.2 565.2l68.6-67.6 171.4 168.9-68.6 67.6zM713.1 658L450.3 399.1 597.6 254l262.8 259-147.3 145z\"/>\n</svg>\n</li><li title=\"history \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M536.1 273H488c-4.4 0-8 3.6-8 8v275.3c0 2.6 1.2 5 3.3 6.5l165.3 120.7c3.6 2.6 8.6 1.9 11.2-1.7l28.6-39c2.7-3.7 1.9-8.7-1.7-11.2L544.1 528.5V281c0-4.4-3.6-8-8-8zm219.8 75.2l156.8 38.3c5 1.2 9.9-2.6 9.9-7.7l.8-161.5c0-6.7-7.7-10.5-12.9-6.3L752.9 334.1a8 8 0 0 0 3 14.1zm167.7 301.1l-56.7-19.5a8 8 0 0 0-10.1 4.8c-1.9 5.1-3.9 10.1-6 15.1-17.8 42.1-43.3 80-75.9 112.5a353 353 0 0 1-112.5 75.9 352.18 352.18 0 0 1-137.7 27.8c-47.8 0-94.1-9.3-137.7-27.8a353 353 0 0 1-112.5-75.9c-32.5-32.5-58-70.4-75.9-112.5A353.44 353.44 0 0 1 171 512c0-47.8 9.3-94.2 27.8-137.8 17.8-42.1 43.3-80 75.9-112.5a353 353 0 0 1 112.5-75.9C430.6 167.3 477 158 524.8 158s94.1 9.3 137.7 27.8A353 353 0 0 1 775 261.7c10.2 10.3 19.8 21 28.6 32.3l59.8-46.8C784.7 146.6 662.2 81.9 524.6 82 285 82.1 92.6 276.7 95 516.4 97.4 751.9 288.9 942 524.8 942c185.5 0 343.5-117.6 403.7-282.3 1.5-4.2-.7-8.9-4.9-10.4z\"/>\n</svg>\n</li><li title=\"holder \">\n<svg viewBox=\"0 0 1024 1024\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    <path d=\"M300,276.497424 C317.32646,286.500861 338.67354,286.500861 356,276.497424 C373.326461,266.493987 384,248.006874 384,228 C384,207.993128 373.326461,189.506014 356,179.502578 C338.67354,169.499141 317.32646,169.499141 300,179.502578 C282.673539,189.506014 272,207.993128 272,228 C272,248.006874 282.673539,266.493987 300,276.497424 Z M300,560.497426 C317.32646,570.500863 338.67354,570.500863 356,560.497426 C373.326461,550.493989 384,532.006876 384,512.000002 C384,491.993129 373.326461,473.506016 356,463.502579 C338.67354,453.499142 317.32646,453.499142 300,463.502579 C282.673539,473.506016 272,491.993129 272,512.000002 C272,532.006876 282.673539,550.493989 300,560.497426 Z M640,228 C640,248.006874 650.673539,266.493987 668,276.497424 C685.32646,286.500861 706.67354,286.500861 724,276.497424 C741.326461,266.493987 752,248.006874 752,228 C752,207.993128 741.326461,189.506014 724,179.502578 C706.67354,169.499141 685.32646,169.499141 668,179.502578 C650.673539,189.506014 640,207.993128 640,228 L640,228 Z M640,512.000002 C640,532.006876 650.673539,550.493989 668,560.497426 C685.32646,570.500863 706.67354,570.500863 724,560.497426 C741.326461,550.493989 752,532.006876 752,512.000002 C752,491.993129 741.326461,473.506016 724,463.502579 C706.67354,453.499142 685.32646,453.499142 668,463.502579 C650.673539,473.506016 640,491.993129 640,512.000002 L640,512.000002 Z M300,844.497427 C317.32646,854.500864 338.67354,854.500864 356,844.497427 C373.326461,834.493991 384,816.006877 384,796.000003 C384,775.993131 373.326461,757.506018 356,747.502581 C338.67354,737.499144 317.32646,737.499144 300,747.502581 C282.673539,757.506018 272,775.993131 272,796.000003 C272,816.006877 282.673539,834.493991 300,844.497427 Z M640,796.000003 C640,816.006877 650.673539,834.493991 668,844.497427 C685.32646,854.500864 706.67354,854.500864 724,844.497427 C741.326461,834.493991 752,816.006877 752,796.000003 C752,775.993131 741.326461,757.506018 724,747.502581 C706.67354,737.499144 685.32646,737.499144 668,747.502581 C650.673539,757.506018 640,775.993131 640,796.000003 L640,796.000003 Z\"></path>\n</svg></li><li title=\"home \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M946.5 505L560.1 118.8l-25.9-25.9a31.5 31.5 0 0 0-44.4 0L77.5 505a63.9 63.9 0 0 0-18.8 46c.4 35.2 29.7 63.3 64.9 63.3h42.5V940h691.8V614.3h43.4c17.1 0 33.2-6.7 45.3-18.8a63.6 63.6 0 0 0 18.7-45.3c0-17-6.7-33.1-18.8-45.2zM568 868H456V664h112v204zm217.9-325.7V868H632V640c0-22.1-17.9-40-40-40H432c-22.1 0-40 17.9-40 40v228H238.1V542.3h-96l370-369.7 23.1 23.1L882 542.3h-96.1z\"/>\n</svg>\n</li><li title=\"hourglass \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M742 318V184h86c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H196c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h86v134c0 81.5 42.4 153.2 106.4 194-64 40.8-106.4 112.5-106.4 194v134h-86c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h632c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-86V706c0-81.5-42.4-153.2-106.4-194 64-40.8 106.4-112.5 106.4-194zm-72 388v134H354V706c0-42.2 16.4-81.9 46.3-111.7C430.1 564.4 469.8 548 512 548s81.9 16.4 111.7 46.3C653.6 624.1 670 663.8 670 706zm0-388c0 42.2-16.4 81.9-46.3 111.7C593.9 459.6 554.2 476 512 476s-81.9-16.4-111.7-46.3A156.63 156.63 0 0 1 354 318V184h316v134z\"/>\n</svg>\n</li><li title=\"html5 \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M145 96l66 746.6L511.8 928l299.6-85.4L878.7 96H145zm610.9 700.6l-244.1 69.6-245.2-69.6-56.7-641.2h603.8l-57.8 641.2zM281 249l1.7 24.3 22.7 253.5h206.5v-.1h112.9l-11.4 118.5L511 672.9v.2h-.8l-102.4-27.7-6.5-73.2h-91l11.3 144.7 188.6 52h1.7v-.4l187.7-51.7 1.7-16.3 21.2-242.2 3.2-24.3H511v.2H389.9l-8.2-94.2h352.1l1.7-19.5 4.8-47.2L742 249H511z\"/>\n</svg>\n</li><li title=\"idcard \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-40 632H136V232h752v560zM610.3 476h123.4c1.3 0 2.3-3.6 2.3-8v-48c0-4.4-1-8-2.3-8H610.3c-1.3 0-2.3 3.6-2.3 8v48c0 4.4 1 8 2.3 8zm4.8 144h185.7c3.9 0 7.1-3.6 7.1-8v-48c0-4.4-3.2-8-7.1-8H615.1c-3.9 0-7.1 3.6-7.1 8v48c0 4.4 3.2 8 7.1 8zM224 673h43.9c4.2 0 7.6-3.3 7.9-7.5 3.8-50.5 46-90.5 97.2-90.5s93.4 40 97.2 90.5c.3 4.2 3.7 7.5 7.9 7.5H522a8 8 0 0 0 8-8.4c-2.8-53.3-32-99.7-74.6-126.1a111.8 111.8 0 0 0 29.1-75.5c0-61.9-49.9-112-111.4-112s-111.4 50.1-111.4 112c0 29.1 11 55.5 29.1 75.5a158.09 158.09 0 0 0-74.6 126.1c-.4 4.6 3.2 8.4 7.8 8.4zm149-262c28.5 0 51.7 23.3 51.7 52s-23.2 52-51.7 52-51.7-23.3-51.7-52 23.2-52 51.7-52z\"/>\n</svg>\n</li><li title=\"ie \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M852.6 367.6c16.3-36.9 32.1-90.7 32.1-131.8 0-109.1-119.5-147.6-314.5-57.9-161.4-10.8-316.8 110.5-355.6 279.7 46.3-52.3 117.4-123.4 183-151.7C316.1 378.3 246.7 470 194 565.6c-31.1 56.9-66 148.8-66 217.5 0 147.9 139.3 129.8 270.4 63 47.1 23.1 99.8 23.4 152.5 23.4 145.7 0 276.4-81.4 325.2-219H694.9c-78.8 132.9-295.2 79.5-295.2-71.2h493.2c9.6-65.4-2.5-143.6-40.3-211.7zM224.8 648.3c26.6 76.7 80.6 143.8 150.4 185-133.1 73.4-259.9 43.6-150.4-185zm174-163.3c3-82.7 75.4-142.3 156-142.3 80.1 0 153 59.6 156 142.3h-312zm276.8-281.4c32.1-15.4 72.8-33 108.8-33 47.1 0 81.4 32.6 81.4 80.6 0 30-11.1 73.5-21.9 101.8-39.3-63.5-98.9-122.4-168.3-149.4z\"/>\n</svg>\n</li><li title=\"import \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M888.3 757.4h-53.8c-4.2 0-7.7 3.5-7.7 7.7v61.8H197.1V197.1h629.8v61.8c0 4.2 3.5 7.7 7.7 7.7h53.8c4.2 0 7.7-3.4 7.7-7.7V158.7c0-17-13.7-30.7-30.7-30.7H158.7c-17 0-30.7 13.7-30.7 30.7v706.6c0 17 13.7 30.7 30.7 30.7h706.6c17 0 30.7-13.7 30.7-30.7V765.1c0-4.3-3.5-7.7-7.7-7.7zM902 476H588v-76c0-6.7-7.8-10.5-13-6.3l-141.9 112a8 8 0 0 0 0 12.6l141.9 112c5.3 4.2 13 .4 13-6.3v-76h314c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z\"/>\n</svg>\n</li><li title=\"inbox \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M885.2 446.3l-.2-.8-112.2-285.1c-5-16.1-19.9-27.2-36.8-27.2H281.2c-17 0-32.1 11.3-36.9 27.6L139.4 443l-.3.7-.2.8c-1.3 4.9-1.7 9.9-1 14.8-.1 1.6-.2 3.2-.2 4.8V830a60.9 60.9 0 0 0 60.8 60.8h627.2c33.5 0 60.8-27.3 60.9-60.8V464.1c0-1.3 0-2.6-.1-3.7.4-4.9 0-9.6-1.3-14.1zm-295.8-43l-.3 15.7c-.8 44.9-31.8 75.1-77.1 75.1-22.1 0-41.1-7.1-54.8-20.6S436 441.2 435.6 419l-.3-15.7H229.5L309 210h399.2l81.7 193.3H589.4zm-375 76.8h157.3c24.3 57.1 76 90.8 140.4 90.8 33.7 0 65-9.4 90.3-27.2 22.2-15.6 39.5-37.4 50.7-63.6h156.5V814H214.4V480.1z\"/>\n</svg>\n</li><li title=\"info circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z\"/>\n  <path d=\"M464 336a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm72 112h-48c-4.4 0-8 3.6-8 8v272c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V456c0-4.4-3.6-8-8-8z\"/>\n</svg>\n</li><li title=\"info \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M448 224a64 64 0 1 0 128 0 64 64 0 1 0-128 0zm96 168h-64c-4.4 0-8 3.6-8 8v464c0 4.4 3.6 8 8 8h64c4.4 0 8-3.6 8-8V400c0-4.4-3.6-8-8-8z\"/>\n</svg>\n</li><li title=\"insert row above \"><svg t=\"1569683507961\" class=\"icon\" viewBox=\"0 0 1024 1024\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" p-id=\"10819\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"200\" height=\"200\"><defs><style type=\"text/css\"></style></defs><path d=\"M878.7 336H145.3c-18.4 0-33.3 14.3-33.3 32v464c0 17.7 14.9 32 33.3 32h733.3c18.4 0 33.3-14.3 33.3-32V368c0.1-17.7-14.8-32-33.2-32zM360 792H184V632h176v160z m0-224H184V408h176v160z m240 224H424V632h176v160z m0-224H424V408h176v160z m240 224H664V632h176v160z m0-224H664V408h176v160zM904 160H120c-4.4 0-8 3.6-8 8v80c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-80c0-4.4-3.6-8-8-8z\" p-id=\"10820\"></path></svg></li><li title=\"insert row below \"><svg t=\"1569683503597\" class=\"icon\" viewBox=\"0 0 1024 1024\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" p-id=\"10701\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"200\" height=\"200\"><defs><style type=\"text/css\"></style></defs><path d=\"M904 768H120c-4.4 0-8 3.6-8 8v80c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-80c0-4.4-3.6-8-8-8zM878.7 160H145.3c-18.4 0-33.3 14.3-33.3 32v464c0 17.7 14.9 32 33.3 32h733.3c18.4 0 33.3-14.3 33.3-32V192c0.1-17.7-14.8-32-33.2-32zM360 616H184V456h176v160z m0-224H184V232h176v160z m240 224H424V456h176v160z m0-224H424V232h176v160z m240 224H664V456h176v160z m0-224H664V232h176v160z\" p-id=\"10702\"></path></svg></li><li title=\"insert row left \"><svg t=\"1569683561749\" class=\"icon\" viewBox=\"0 0 1024 1024\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" p-id=\"11527\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"200\" height=\"200\"><defs><style type=\"text/css\"></style></defs><path d=\"M248 112h-80c-4.4 0-8 3.6-8 8v784c0 4.4 3.6 8 8 8h80c4.4 0 8-3.6 8-8V120c0-4.4-3.6-8-8-8zM832 112H368c-17.7 0-32 14.9-32 33.3v733.3c0 18.4 14.3 33.3 32 33.3h464c17.7 0 32-14.9 32-33.3V145.3c0-18.4-14.3-33.3-32-33.3zM568 840H408V664h160v176z m0-240H408V424h160v176z m0-240H408V184h160v176z m224 480H632V664h160v176z m0-240H632V424h160v176z m0-240H632V184h160v176z\" p-id=\"11528\"></path></svg></li><li title=\"insert row right \"><svg t=\"1569683555439\" class=\"icon\" viewBox=\"0 0 1024 1024\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" p-id=\"11291\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"200\" height=\"200\"><defs><style type=\"text/css\"></style></defs><path d=\"M856 112h-80c-4.4 0-8 3.6-8 8v784c0 4.4 3.6 8 8 8h80c4.4 0 8-3.6 8-8V120c0-4.4-3.6-8-8-8zM656 112H192c-17.7 0-32 14.9-32 33.3v733.3c0 18.4 14.3 33.3 32 33.3h464c17.7 0 32-14.9 32-33.3V145.3c0-18.4-14.3-33.3-32-33.3zM392 840H232V664h160v176z m0-240H232V424h160v176z m0-240H232V184h160v176z m224 480H456V664h160v176z m0-240H456V424h160v176z m0-240H456V184h160v176z\" p-id=\"11292\"></path></svg></li><li title=\"instagram \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M512 306.9c-113.5 0-205.1 91.6-205.1 205.1S398.5 717.1 512 717.1 717.1 625.5 717.1 512 625.5 306.9 512 306.9zm0 338.4c-73.4 0-133.3-59.9-133.3-133.3S438.6 378.7 512 378.7 645.3 438.6 645.3 512 585.4 645.3 512 645.3zm213.5-394.6c-26.5 0-47.9 21.4-47.9 47.9s21.4 47.9 47.9 47.9 47.9-21.3 47.9-47.9a47.84 47.84 0 0 0-47.9-47.9zM911.8 512c0-55.2.5-109.9-2.6-165-3.1-64-17.7-120.8-64.5-167.6-46.9-46.9-103.6-61.4-167.6-64.5-55.2-3.1-109.9-2.6-165-2.6-55.2 0-109.9-.5-165 2.6-64 3.1-120.8 17.7-167.6 64.5C132.6 226.3 118.1 283 115 347c-3.1 55.2-2.6 109.9-2.6 165s-.5 109.9 2.6 165c3.1 64 17.7 120.8 64.5 167.6 46.9 46.9 103.6 61.4 167.6 64.5 55.2 3.1 109.9 2.6 165 2.6 55.2 0 109.9.5 165-2.6 64-3.1 120.8-17.7 167.6-64.5 46.9-46.9 61.4-103.6 64.5-167.6 3.2-55.1 2.6-109.8 2.6-165zm-88 235.8c-7.3 18.2-16.1 31.8-30.2 45.8-14.1 14.1-27.6 22.9-45.8 30.2C695.2 844.7 570.3 840 512 840c-58.3 0-183.3 4.7-235.9-16.1-18.2-7.3-31.8-16.1-45.8-30.2-14.1-14.1-22.9-27.6-30.2-45.8C179.3 695.2 184 570.3 184 512c0-58.3-4.7-183.3 16.1-235.9 7.3-18.2 16.1-31.8 30.2-45.8s27.6-22.9 45.8-30.2C328.7 179.3 453.7 184 512 184s183.3-4.7 235.9 16.1c18.2 7.3 31.8 16.1 45.8 30.2 14.1 14.1 22.9 27.6 30.2 45.8C844.7 328.7 840 453.7 840 512c0 58.3 4.7 183.2-16.2 235.8z\"/>\n</svg>\n</li><li title=\"insurance \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M441.6 306.8L403 288.6a6.1 6.1 0 0 0-8.4 3.7c-17.5 58.5-45.2 110.1-82.2 153.6a6.05 6.05 0 0 0-1.2 5.6l13.2 43.5c1.3 4.4 7 5.7 10.2 2.4 7.7-8.1 15.4-16.9 23.1-26V656c0 4.4 3.6 8 8 8H403c4.4 0 8-3.6 8-8V393.1a429.2 429.2 0 0 0 33.6-79c1-2.9-.3-6-3-7.3zm26.8 9.2v127.2c0 4.4 3.6 8 8 8h65.9v18.6h-94.9c-4.4 0-8 3.6-8 8v35.6c0 4.4 3.6 8 8 8h55.1c-19.1 30.8-42.4 55.7-71 76a6 6 0 0 0-1.6 8.1l22.8 36.5c1.9 3.1 6.2 3.8 8.9 1.4 31.6-26.8 58.7-62.9 80.6-107.6v120c0 4.4 3.6 8 8 8h36.2c4.4 0 8-3.6 8-8V536c21.3 41.7 47.5 77.5 78.1 106.9 2.6 2.5 6.8 2.1 8.9-.7l26.3-35.3c2-2.7 1.4-6.5-1.2-8.4-30.5-22.6-54.2-47.8-72.3-76.9h59c4.4 0 8-3.6 8-8V478c0-4.4-3.6-8-8-8h-98.8v-18.6h66.7c4.4 0 8-3.6 8-8V316c0-4.4-3.6-8-8-8H476.4c-4.4 0-8 3.6-8 8zm51.5 42.8h97.9v41.6h-97.9v-41.6zm347-188.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2zM810 654.3L512 886.5 214 654.3V226.7l298-101.6 298 101.6v427.6z\"/>\n</svg>\n</li><li title=\"interaction \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656zM304.8 524h50.7c3.7 0 6.8-3 6.8-6.8v-78.9c0-19.7 15.9-35.6 35.5-35.6h205.7v53.4c0 5.7 6.5 8.8 10.9 5.3l109.1-85.7c3.5-2.7 3.5-8 0-10.7l-109.1-85.7c-4.4-3.5-10.9-.3-10.9 5.3V338H397.7c-55.1 0-99.7 44.8-99.7 100.1V517c0 4 3 7 6.8 7zm-4.2 134.9l109.1 85.7c4.4 3.5 10.9.3 10.9-5.3v-53.4h205.7c55.1 0 99.7-44.8 99.7-100.1v-78.9c0-3.7-3-6.8-6.8-6.8h-50.7c-3.7 0-6.8 3-6.8 6.8v78.9c0 19.7-15.9 35.6-35.5 35.6H420.6V568c0-5.7-6.5-8.8-10.9-5.3l-109.1 85.7c-3.5 2.5-3.5 7.8 0 10.5z\"/>\n</svg>\n</li><li title=\"issues close \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M464 688a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm72-112c4.4 0 8-3.6 8-8V296c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v272c0 4.4 3.6 8 8 8h48zm400-188h-59.3c-2.6 0-5 1.2-6.5 3.3L763.7 538.1l-49.9-68.8a7.92 7.92 0 0 0-6.5-3.3H648c-6.5 0-10.3 7.4-6.5 12.7l109.2 150.7a16.1 16.1 0 0 0 26 0l165.8-228.7c3.8-5.3 0-12.7-6.5-12.7zm-44 306h-64.2c-5.5 0-10.6 2.9-13.6 7.5a352.2 352.2 0 0 1-49.8 62.2A355.92 355.92 0 0 1 651.1 840a355 355 0 0 1-138.7 27.9c-48.1 0-94.8-9.4-138.7-27.9a355.92 355.92 0 0 1-113.3-76.3A353.06 353.06 0 0 1 184 650.5c-18.6-43.8-28-90.5-28-138.5s9.4-94.7 28-138.5c17.9-42.4 43.6-80.5 76.4-113.2 32.8-32.7 70.9-58.4 113.3-76.3a355 355 0 0 1 138.7-27.9c48.1 0 94.8 9.4 138.7 27.9 42.4 17.9 80.5 43.6 113.3 76.3 19 19 35.6 39.8 49.8 62.2 2.9 4.7 8.1 7.5 13.6 7.5H892c6 0 9.8-6.3 7.2-11.6C828.8 178.5 684.7 82 517.7 80 278.9 77.2 80.5 272.5 80 511.2 79.5 750.1 273.3 944 512.4 944c169.2 0 315.6-97 386.7-238.4A8 8 0 0 0 892 694z\"/>\n</svg>\n</li><li title=\"italic \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M798 160H366c-4.4 0-8 3.6-8 8v64c0 4.4 3.6 8 8 8h181.2l-156 544H229c-4.4 0-8 3.6-8 8v64c0 4.4 3.6 8 8 8h432c4.4 0 8-3.6 8-8v-64c0-4.4-3.6-8-8-8H474.4l156-544H798c4.4 0 8-3.6 8-8v-64c0-4.4-3.6-8-8-8z\"/>\n</svg>\n</li><li title=\"key \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M608 112c-167.9 0-304 136.1-304 304 0 70.3 23.9 135 63.9 186.5l-41.1 41.1-62.3-62.3a8.15 8.15 0 0 0-11.4 0l-39.8 39.8a8.15 8.15 0 0 0 0 11.4l62.3 62.3-44.9 44.9-62.3-62.3a8.15 8.15 0 0 0-11.4 0l-39.8 39.8a8.15 8.15 0 0 0 0 11.4l62.3 62.3-65.3 65.3a8.03 8.03 0 0 0 0 11.3l42.3 42.3c3.1 3.1 8.2 3.1 11.3 0l253.6-253.6A304.06 304.06 0 0 0 608 720c167.9 0 304-136.1 304-304S775.9 112 608 112zm161.2 465.2C726.2 620.3 668.9 644 608 644c-60.9 0-118.2-23.7-161.2-66.8-43.1-43-66.8-100.3-66.8-161.2 0-60.9 23.7-118.2 66.8-161.2 43-43.1 100.3-66.8 161.2-66.8 60.9 0 118.2 23.7 161.2 66.8 43.1 43 66.8 100.3 66.8 161.2 0 60.9-23.7 118.2-66.8 161.2z\"/>\n</svg>\n</li><li title=\"laptop \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M956.9 845.1L896.4 632V168c0-17.7-14.3-32-32-32h-704c-17.7 0-32 14.3-32 32v464L67.9 845.1C60.4 866 75.8 888 98 888h828.8c22.2 0 37.6-22 30.1-42.9zM200.4 208h624v395h-624V208zm228.3 608l8.1-37h150.3l8.1 37H428.7zm224 0l-19.1-86.7c-.8-3.7-4.1-6.3-7.8-6.3H398.2c-3.8 0-7 2.6-7.8 6.3L371.3 816H151l42.3-149h638.2l42.3 149H652.7z\"/>\n</svg>\n</li><li title=\"layout \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-696 72h136v656H184V184zm656 656H384V384h456v456zM384 320V184h456v136H384z\"/>\n</svg>\n</li><li title=\"left circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M603.3 327.5l-246 178a7.95 7.95 0 0 0 0 12.9l246 178c5.3 3.8 12.7 0 12.7-6.5V643c0-10.2-4.9-19.9-13.2-25.9L457.4 512l145.4-105.2c8.3-6 13.2-15.6 13.2-25.9V334c0-6.5-7.4-10.3-12.7-6.5z\"/>\n  <path d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z\"/>\n</svg>\n</li><li title=\"left square \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M365.3 518.5l246 178c5.3 3.8 12.7 0 12.7-6.5v-46.9c0-10.2-4.9-19.9-13.2-25.9L465.4 512l145.4-105.2c8.3-6 13.2-15.6 13.2-25.9V334c0-6.5-7.4-10.3-12.7-6.5l-246 178a8.05 8.05 0 0 0 0 13z\"/>\n  <path d=\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z\"/>\n</svg>\n</li><li title=\"left \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M724 218.3V141c0-6.7-7.7-10.4-12.9-6.3L260.3 486.8a31.86 31.86 0 0 0 0 50.3l450.8 352.1c5.3 4.1 12.9.4 12.9-6.3v-77.3c0-4.9-2.3-9.6-6.1-12.6l-360-281 360-281.1c3.8-3 6.1-7.7 6.1-12.6z\"/>\n</svg>\n</li><li title=\"like \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M885.9 533.7c16.8-22.2 26.1-49.4 26.1-77.7 0-44.9-25.1-87.4-65.5-111.1a67.67 67.67 0 0 0-34.3-9.3H572.4l6-122.9c1.4-29.7-9.1-57.9-29.5-79.4A106.62 106.62 0 0 0 471 99.9c-52 0-98 35-111.8 85.1l-85.9 311H144c-17.7 0-32 14.3-32 32v364c0 17.7 14.3 32 32 32h601.3c9.2 0 18.2-1.8 26.5-5.4 47.6-20.3 78.3-66.8 78.3-118.4 0-12.6-1.8-25-5.4-37 16.8-22.2 26.1-49.4 26.1-77.7 0-12.6-1.8-25-5.4-37 16.8-22.2 26.1-49.4 26.1-77.7-.2-12.6-2-25.1-5.6-37.1zM184 852V568h81v284h-81zm636.4-353l-21.9 19 13.9 25.4a56.2 56.2 0 0 1 6.9 27.3c0 16.5-7.2 32.2-19.6 43l-21.9 19 13.9 25.4a56.2 56.2 0 0 1 6.9 27.3c0 16.5-7.2 32.2-19.6 43l-21.9 19 13.9 25.4a56.2 56.2 0 0 1 6.9 27.3c0 22.4-13.2 42.6-33.6 51.8H329V564.8l99.5-360.5a44.1 44.1 0 0 1 42.2-32.3c7.6 0 15.1 2.2 21.1 6.7 9.9 7.4 15.2 18.6 14.6 30.5l-9.6 198.4h314.4C829 418.5 840 436.9 840 456c0 16.5-7.2 32.1-19.6 43z\"/>\n</svg>\n</li><li title=\"line chart \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M888 792H200V168c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v688c0 4.4 3.6 8 8 8h752c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM305.8 637.7c3.1 3.1 8.1 3.1 11.3 0l138.3-137.6L583 628.5c3.1 3.1 8.2 3.1 11.3 0l275.4-275.3c3.1-3.1 3.1-8.2 0-11.3l-39.6-39.6a8.03 8.03 0 0 0-11.3 0l-230 229.9L461.4 404a8.03 8.03 0 0 0-11.3 0L266.3 586.7a8.03 8.03 0 0 0 0 11.3l39.5 39.7z\"/>\n</svg>\n</li><li title=\"line height \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M648 160H104c-4.4 0-8 3.6-8 8v128c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-64h168v560h-92c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h264c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-92V232h168v64c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V168c0-4.4-3.6-8-8-8zm272.8 546H856V318h64.8c6 0 9.4-7 5.7-11.7L825.7 178.7a7.14 7.14 0 0 0-11.3 0L713.6 306.3a7.23 7.23 0 0 0 5.7 11.7H784v388h-64.8c-6 0-9.4 7-5.7 11.7l100.8 127.5c2.9 3.7 8.5 3.7 11.3 0l100.8-127.5a7.2 7.2 0 0 0-5.6-11.7z\"/>\n</svg>\n</li><li title=\"line \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M904 476H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z\"/>\n</svg>\n</li><li title=\"link \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M574 665.4a8.03 8.03 0 0 0-11.3 0L446.5 781.6c-53.8 53.8-144.6 59.5-204 0-59.5-59.5-53.8-150.2 0-204l116.2-116.2c3.1-3.1 3.1-8.2 0-11.3l-39.8-39.8a8.03 8.03 0 0 0-11.3 0L191.4 526.5c-84.6 84.6-84.6 221.5 0 306s221.5 84.6 306 0l116.2-116.2c3.1-3.1 3.1-8.2 0-11.3L574 665.4zm258.6-474c-84.6-84.6-221.5-84.6-306 0L410.3 307.6a8.03 8.03 0 0 0 0 11.3l39.7 39.7c3.1 3.1 8.2 3.1 11.3 0l116.2-116.2c53.8-53.8 144.6-59.5 204 0 59.5 59.5 53.8 150.2 0 204L665.3 562.6a8.03 8.03 0 0 0 0 11.3l39.8 39.8c3.1 3.1 8.2 3.1 11.3 0l116.2-116.2c84.5-84.6 84.5-221.5 0-306.1zM610.1 372.3a8.03 8.03 0 0 0-11.3 0L372.3 598.7a8.03 8.03 0 0 0 0 11.3l39.6 39.6c3.1 3.1 8.2 3.1 11.3 0l226.4-226.4c3.1-3.1 3.1-8.2 0-11.3l-39.5-39.6z\"/>\n</svg>\n</li><li title=\"linkedin \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M847.7 112H176.3c-35.5 0-64.3 28.8-64.3 64.3v671.4c0 35.5 28.8 64.3 64.3 64.3h671.4c35.5 0 64.3-28.8 64.3-64.3V176.3c0-35.5-28.8-64.3-64.3-64.3zm0 736c-447.8-.1-671.7-.2-671.7-.3.1-447.8.2-671.7.3-671.7 447.8.1 671.7.2 671.7.3-.1 447.8-.2 671.7-.3 671.7zM230.6 411.9h118.7v381.8H230.6zm59.4-52.2c37.9 0 68.8-30.8 68.8-68.8a68.8 68.8 0 1 0-137.6 0c-.1 38 30.7 68.8 68.8 68.8zm252.3 245.1c0-49.8 9.5-98 71.2-98 60.8 0 61.7 56.9 61.7 101.2v185.7h118.6V584.3c0-102.8-22.2-181.9-142.3-181.9-57.7 0-96.4 31.7-112.3 61.7h-1.6v-52.2H423.7v381.8h118.6V604.8z\"/>\n</svg>\n</li><li title=\"loading 3 quarters \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M512 1024c-69.1 0-136.2-13.5-199.3-40.2C251.7 958 197 921 150 874c-47-47-84-101.7-109.8-162.7C13.5 648.2 0 581.1 0 512c0-19.9 16.1-36 36-36s36 16.1 36 36c0 59.4 11.6 117 34.6 171.3 22.2 52.4 53.9 99.5 94.3 139.9 40.4 40.4 87.5 72.2 139.9 94.3C395 940.4 452.6 952 512 952c59.4 0 117-11.6 171.3-34.6 52.4-22.2 99.5-53.9 139.9-94.3 40.4-40.4 72.2-87.5 94.3-139.9C940.4 629 952 571.4 952 512c0-59.4-11.6-117-34.6-171.3a440.45 440.45 0 0 0-94.3-139.9 437.71 437.71 0 0 0-139.9-94.3C629 83.6 571.4 72 512 72c-19.9 0-36-16.1-36-36s16.1-36 36-36c69.1 0 136.2 13.5 199.3 40.2C772.3 66 827 103 874 150c47 47 83.9 101.8 109.7 162.7 26.7 63.1 40.2 130.2 40.2 199.3s-13.5 136.2-40.2 199.3C958 772.3 921 827 874 874c-47 47-101.8 83.9-162.7 109.7-63.1 26.8-130.2 40.3-199.3 40.3z\"/>\n</svg>\n</li><li title=\"loading \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M988 548c-19.9 0-36-16.1-36-36 0-59.4-11.6-117-34.6-171.3a440.45 440.45 0 0 0-94.3-139.9 437.71 437.71 0 0 0-139.9-94.3C629 83.6 571.4 72 512 72c-19.9 0-36-16.1-36-36s16.1-36 36-36c69.1 0 136.2 13.5 199.3 40.3C772.3 66 827 103 874 150c47 47 83.9 101.8 109.7 162.7 26.7 63.1 40.2 130.2 40.2 199.3.1 19.9-16 36-35.9 36z\"/>\n</svg>\n</li><li title=\"lock \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M832 464h-68V240c0-70.7-57.3-128-128-128H388c-70.7 0-128 57.3-128 128v224h-68c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V496c0-17.7-14.3-32-32-32zM332 240c0-30.9 25.1-56 56-56h248c30.9 0 56 25.1 56 56v224H332V240zm460 600H232V536h560v304zM484 701v53c0 4.4 3.6 8 8 8h40c4.4 0 8-3.6 8-8v-53a48.01 48.01 0 1 0-56 0z\"/>\n</svg>\n</li><li title=\"login \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <defs>\n    <style/>\n  </defs>\n  <path d=\"M521.7 82c-152.5-.4-286.7 78.5-363.4 197.7-3.4 5.3.4 12.3 6.7 12.3h70.3c4.8 0 9.3-2.1 12.3-5.8 7-8.5 14.5-16.7 22.4-24.5 32.6-32.5 70.5-58.1 112.7-75.9 43.6-18.4 90-27.8 137.9-27.8 47.9 0 94.3 9.3 137.9 27.8 42.2 17.8 80.1 43.4 112.7 75.9 32.6 32.5 58.1 70.4 76 112.5C865.7 417.8 875 464.1 875 512c0 47.9-9.4 94.2-27.8 137.8-17.8 42.1-43.4 80-76 112.5s-70.5 58.1-112.7 75.9A352.8 352.8 0 0 1 520.6 866c-47.9 0-94.3-9.4-137.9-27.8A353.84 353.84 0 0 1 270 762.3c-7.9-7.9-15.3-16.1-22.4-24.5-3-3.7-7.6-5.8-12.3-5.8H165c-6.3 0-10.2 7-6.7 12.3C234.9 863.2 368.5 942 520.6 942c236.2 0 428-190.1 430.4-425.6C953.4 277.1 761.3 82.6 521.7 82zM395.02 624v-76h-314c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h314v-76c0-6.7 7.8-10.5 13-6.3l141.9 112a8 8 0 0 1 0 12.6l-141.9 112c-5.2 4.1-13 .4-13-6.3z\"/>\n</svg>\n</li><li title=\"logout \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M868 732h-70.3c-4.8 0-9.3 2.1-12.3 5.8-7 8.5-14.5 16.7-22.4 24.5a353.84 353.84 0 0 1-112.7 75.9A352.8 352.8 0 0 1 512.4 866c-47.9 0-94.3-9.4-137.9-27.8a353.84 353.84 0 0 1-112.7-75.9 353.28 353.28 0 0 1-76-112.5C167.3 606.2 158 559.9 158 512s9.4-94.2 27.8-137.8c17.8-42.1 43.4-80 76-112.5s70.5-58.1 112.7-75.9c43.6-18.4 90-27.8 137.9-27.8 47.9 0 94.3 9.3 137.9 27.8 42.2 17.8 80.1 43.4 112.7 75.9 7.9 7.9 15.3 16.1 22.4 24.5 3 3.7 7.6 5.8 12.3 5.8H868c6.3 0 10.2-7 6.7-12.3C798 160.5 663.8 81.6 511.3 82 271.7 82.6 79.6 277.1 82 516.4 84.4 751.9 276.2 942 512.4 942c152.1 0 285.7-78.8 362.3-197.7 3.4-5.3-.4-12.3-6.7-12.3zm88.9-226.3L815 393.7c-5.3-4.2-13-.4-13 6.3v76H488c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h314v76c0 6.7 7.8 10.5 13 6.3l141.9-112a8 8 0 0 0 0-12.6z\"/>\n</svg>\n</li><li title=\"mac command \"><svg t=\"1569683819749\" class=\"icon\" viewBox=\"0 0 1024 1024\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" p-id=\"14377\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"200\" height=\"200\"><defs><style type=\"text/css\"></style></defs><path d=\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32z m-40 728H184V184h656v656z\" p-id=\"14378\"></path><path d=\"M370.8 554.4c-54.6 0-98.8 44.2-98.8 98.8s44.2 98.8 98.8 98.8 98.8-44.2 98.8-98.8v-42.4h84.7v42.4c0 54.6 44.2 98.8 98.8 98.8s98.8-44.2 98.8-98.8-44.2-98.8-98.8-98.8h-42.4v-84.7h42.4c54.6 0 98.8-44.2 98.8-98.8 0-54.6-44.2-98.8-98.8-98.8s-98.8 44.2-98.8 98.8v42.4h-84.7v-42.4c0-54.6-44.2-98.8-98.8-98.8S272 316.2 272 370.8s44.2 98.8 98.8 98.8h42.4v84.7h-42.4z m42.4 98.8c0 23.4-19 42.4-42.4 42.4s-42.4-19-42.4-42.4 19-42.4 42.4-42.4h42.4v42.4z m197.6-282.4c0-23.4 19-42.4 42.4-42.4s42.4 19 42.4 42.4-19 42.4-42.4 42.4h-42.4v-42.4z m0 240h42.4c23.4 0 42.4 19 42.4 42.4s-19 42.4-42.4 42.4-42.4-19-42.4-42.4v-42.4zM469.6 469.6h84.7v84.7h-84.7v-84.7z m-98.8-56.4c-23.4 0-42.4-19-42.4-42.4s19-42.4 42.4-42.4 42.4 19 42.4 42.4v42.4h-42.4z\" p-id=\"14379\"></path></svg></li><li title=\"mail \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-40 110.8V792H136V270.8l-27.6-21.5 39.3-50.5 42.8 33.3h643.1l42.8-33.3 39.3 50.5-27.7 21.5zM833.6 232L512 482 190.4 232l-42.8-33.3-39.3 50.5 27.6 21.5 341.6 265.6a55.99 55.99 0 0 0 68.7 0L888 270.8l27.6-21.5-39.3-50.5-42.7 33.2z\"/>\n</svg>\n</li><li title=\"man \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M874 120H622c-3.3 0-6 2.7-6 6v56c0 3.3 2.7 6 6 6h160.4L583.1 387.3c-50-38.5-111-59.3-175.1-59.3-76.9 0-149.3 30-203.6 84.4S120 539.1 120 616s30 149.3 84.4 203.6C258.7 874 331.1 904 408 904s149.3-30 203.6-84.4C666 765.3 696 692.9 696 616c0-64.1-20.8-124.9-59.2-174.9L836 241.9V402c0 3.3 2.7 6 6 6h56c3.3 0 6-2.7 6-6V150c0-16.5-13.5-30-30-30zM408 828c-116.9 0-212-95.1-212-212s95.1-212 212-212 212 95.1 212 212-95.1 212-212 212z\"/>\n</svg>\n</li><li title=\"medicine box \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M839.2 278.1a32 32 0 0 0-30.4-22.1H736V144c0-17.7-14.3-32-32-32H320c-17.7 0-32 14.3-32 32v112h-72.8a31.9 31.9 0 0 0-30.4 22.1L112 502v378c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V502l-72.8-223.9zM360 184h304v72H360v-72zm480 656H184V513.4L244.3 328h535.4L840 513.4V840zM652 572H544V464c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v108H372c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h108v108c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V636h108c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z\"/>\n</svg>\n</li><li title=\"medium workmark \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M517.2 590.55c0 3.55 0 4.36 2.4 6.55l13.43 13.25v.57h-59.57v-25.47a41.44 41.44 0 0 1-39.5 27.65c-30.61 0-52.84-24.25-52.84-68.87 0-41.8 23.99-69.69 57.65-69.69a35.15 35.15 0 0 1 34.61 21.67v-56.19a6.99 6.99 0 0 0-2.71-6.79l-12.8-12.45v-.56l59.33-7.04v177.37zm-43.74-8.09v-83.83a22.2 22.2 0 0 0-17.74-8.4c-14.48 0-28.47 13.25-28.47 52.62 0 36.86 12.07 49.88 27.1 49.88a23.91 23.91 0 0 0 19.11-10.27zm83.23 28.46V497.74a7.65 7.65 0 0 0-2.4-6.79l-13.19-13.74v-.57h59.56v114.8c0 3.55 0 4.36 2.4 6.54l13.12 12.45v.57l-59.49-.08zm-2.16-175.67c0-13.4 10.74-24.25 23.99-24.25 13.25 0 23.98 10.86 23.98 24.25 0 13.4-10.73 24.25-23.98 24.25s-23.99-10.85-23.99-24.25zm206.83 155.06c0 3.55 0 4.6 2.4 6.79l13.43 13.25v.57h-59.88V581.9a43.4 43.4 0 0 1-41.01 31.2c-26.55 0-40.78-19.56-40.78-56.59 0-17.86 0-37.43.56-59.41a6.91 6.91 0 0 0-2.4-6.55L620.5 477.2v-.57h59.09v73.81c0 24.25 3.51 40.42 18.54 40.42a23.96 23.96 0 0 0 19.35-12.2v-80.85a7.65 7.65 0 0 0-2.4-6.79l-13.27-13.82v-.57h59.56V590.3zm202.76 20.6c0-4.36.8-59.97.8-72.75 0-24.25-3.76-40.98-20.63-40.98a26.7 26.7 0 0 0-21.19 11.64 99.68 99.68 0 0 1 2.4 23.04c0 16.81-.56 38.23-.8 59.66a6.91 6.91 0 0 0 2.4 6.55l13.43 12.45v.56h-60.12c0-4.04.8-59.98.8-72.76 0-24.65-3.76-40.98-20.39-40.98-8.2.3-15.68 4.8-19.83 11.96v82.46c0 3.56 0 4.37 2.4 6.55l13.11 12.45v.56h-59.48V498.15a7.65 7.65 0 0 0-2.4-6.8l-13.19-14.14v-.57H841v28.78c5.53-19 23.13-31.76 42.7-30.96 19.82 0 33.26 11.16 38.93 32.34a46.41 46.41 0 0 1 44.77-32.34c26.55 0 41.58 19.8 41.58 57.23 0 17.87-.56 38.24-.8 59.66a6.5 6.5 0 0 0 2.72 6.55l13.11 12.45v.57h-59.88zM215.87 593.3l17.66 17.05v.57h-89.62v-.57l17.99-17.05a6.91 6.91 0 0 0 2.4-6.55V477.69c0-4.6 0-10.83.8-16.16L104.66 613.1h-.72l-62.6-139.45c-1.37-3.47-1.77-3.72-2.65-6.06v91.43a32.08 32.08 0 0 0 2.96 17.87l25.19 33.46v.57H0v-.57l25.18-33.55a32.16 32.16 0 0 0 2.96-17.78V457.97A19.71 19.71 0 0 0 24 444.15L6.16 420.78v-.56h63.96l53.56 118.1 47.17-118.1h62.6v.56l-17.58 19.8a6.99 6.99 0 0 0-2.72 6.8v139.37a6.5 6.5 0 0 0 2.72 6.55zm70.11-54.65v.56c0 34.6 17.67 48.5 38.38 48.5a43.5 43.5 0 0 0 40.77-24.97h.56c-7.2 34.2-28.14 50.36-59.48 50.36-33.82 0-65.72-20.61-65.72-68.39 0-50.2 31.98-70.25 67.32-70.25 28.46 0 58.76 13.58 58.76 57.24v6.95h-80.59zm0-6.95h39.42v-7.04c0-35.57-7.28-45.03-18.23-45.03-13.27 0-21.35 14.15-21.35 52.07h.16z\"/>\n</svg>\n</li><li title=\"medium \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M834.7 279.8l61.3-58.9V208H683.7L532.4 586.4 360.3 208H137.7v12.9l71.6 86.6c7 6.4 10.6 15.8 9.7 25.2V673c2.2 12.3-1.7 24.8-10.3 33.7L128 805v12.7h228.6v-12.9l-80.6-98a39.99 39.99 0 0 1-11.1-33.7V378.7l200.7 439.2h23.3l172.6-439.2v349.9c0 9.2 0 11.1-6 17.2l-62.1 60.3V819h301.2v-12.9l-59.9-58.9c-5.2-4-7.9-10.7-6.8-17.2V297a18.1 18.1 0 0 1 6.8-17.2z\"/>\n</svg>\n</li><li title=\"meh \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M288 421a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm352 0a48 48 0 1 0 96 0 48 48 0 1 0-96 0zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm263 711c-34.2 34.2-74 61-118.3 79.8C611 874.2 562.3 884 512 884c-50.3 0-99-9.8-144.8-29.2A370.4 370.4 0 0 1 248.9 775c-34.2-34.2-61-74-79.8-118.3C149.8 611 140 562.3 140 512s9.8-99 29.2-144.8A370.4 370.4 0 0 1 249 248.9c34.2-34.2 74-61 118.3-79.8C413 149.8 461.7 140 512 140c50.3 0 99 9.8 144.8 29.2A370.4 370.4 0 0 1 775.1 249c34.2 34.2 61 74 79.8 118.3C874.2 413 884 461.7 884 512s-9.8 99-29.2 144.8A368.89 368.89 0 0 1 775 775zM664 565H360c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h304c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z\"/>\n</svg>\n</li><li title=\"menu fold \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M408 442h480c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H408c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm-8 204c0 4.4 3.6 8 8 8h480c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H408c-4.4 0-8 3.6-8 8v56zm504-486H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 632H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM115.4 518.9L271.7 642c5.8 4.6 14.4.5 14.4-6.9V388.9c0-7.4-8.5-11.5-14.4-6.9L115.4 505.1a8.74 8.74 0 0 0 0 13.8z\"/>\n</svg>\n</li><li title=\"menu unfold \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M408 442h480c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H408c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm-8 204c0 4.4 3.6 8 8 8h480c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H408c-4.4 0-8 3.6-8 8v56zm504-486H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 632H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM142.4 642.1L298.7 519a8.84 8.84 0 0 0 0-13.9L142.4 381.9c-5.8-4.6-14.4-.5-14.4 6.9v246.3a8.9 8.9 0 0 0 14.4 7z\"/>\n</svg>\n</li><li title=\"menu \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M904 160H120c-4.4 0-8 3.6-8 8v64c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-64c0-4.4-3.6-8-8-8zm0 624H120c-4.4 0-8 3.6-8 8v64c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-64c0-4.4-3.6-8-8-8zm0-312H120c-4.4 0-8 3.6-8 8v64c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-64c0-4.4-3.6-8-8-8z\"/>\n</svg>\n</li><li title=\"merge cells \"><svg t=\"1569683404098\" class=\"icon\" viewBox=\"0 0 1024 1024\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" p-id=\"10227\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"200\" height=\"200\"><defs><style type=\"text/css\"></style></defs><path d=\"M482.2 508.4L331.3 389c-3-2.4-7.3-0.2-7.3 3.6V478H184V184h204v128c0 2.2 1.8 4 4 4h60c2.2 0 4-1.8 4-4V144c0-15.5-12.5-28-28-28H144c-15.5 0-28 12.5-28 28v736c0 15.5 12.5 28 28 28h284c15.5 0 28-12.5 28-28V712c0-2.2-1.8-4-4-4h-60c-2.2 0-4 1.8-4 4v128H184V546h140v85.4c0 3.8 4.4 6 7.3 3.6l150.9-119.4c2.4-1.8 2.4-5.4 0-7.2zM880 116H596c-15.5 0-28 12.5-28 28v168c0 2.2 1.8 4 4 4h60c2.2 0 4-1.8 4-4V184h204v294H700v-85.4c0-3.8-4.3-6-7.3-3.6l-151 119.4c-2.3 1.8-2.3 5.3 0 7.1l151 119.5c2.9 2.3 7.3 0.2 7.3-3.6V546h140v294H636V712c0-2.2-1.8-4-4-4h-60c-2.2 0-4 1.8-4 4v168c0 15.5 12.5 28 28 28h284c15.5 0 28-12.5 28-28V144c0-15.5-12.5-28-28-28z\" p-id=\"10228\"></path></svg></li><li title=\"message \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M464 512a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm200 0a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm-400 0a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm661.2-173.6c-22.6-53.7-55-101.9-96.3-143.3a444.35 444.35 0 0 0-143.3-96.3C630.6 75.7 572.2 64 512 64h-2c-60.6.3-119.3 12.3-174.5 35.9a445.35 445.35 0 0 0-142 96.5c-40.9 41.3-73 89.3-95.2 142.8-23 55.4-34.6 114.3-34.3 174.9A449.4 449.4 0 0 0 112 714v152a46 46 0 0 0 46 46h152.1A449.4 449.4 0 0 0 510 960h2.1c59.9 0 118-11.6 172.7-34.3a444.48 444.48 0 0 0 142.8-95.2c41.3-40.9 73.8-88.7 96.5-142 23.6-55.2 35.6-113.9 35.9-174.5.3-60.9-11.5-120-34.8-175.6zm-151.1 438C704 845.8 611 884 512 884h-1.7c-60.3-.3-120.2-15.3-173.1-43.5l-8.4-4.5H188V695.2l-4.5-8.4C155.3 633.9 140.3 574 140 513.7c-.4-99.7 37.7-193.3 107.6-263.8 69.8-70.5 163.1-109.5 262.8-109.9h1.7c50 0 98.5 9.7 144.2 28.9 44.6 18.7 84.6 45.6 119 80 34.3 34.3 61.3 74.4 80 119 19.4 46.2 29.1 95.2 28.9 145.8-.6 99.6-39.7 192.9-110.1 262.7z\"/>\n</svg>\n</li><li title=\"minus circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M696 480H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h368c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z\"/>\n  <path d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z\"/>\n</svg>\n</li><li title=\"minus square \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M328 544h368c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z\"/>\n  <path d=\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z\"/>\n</svg>\n</li><li title=\"minus \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M872 474H152c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h720c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8z\"/>\n</svg>\n</li><li title=\"mobile \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M744 62H280c-35.3 0-64 28.7-64 64v768c0 35.3 28.7 64 64 64h464c35.3 0 64-28.7 64-64V126c0-35.3-28.7-64-64-64zm-8 824H288V134h448v752zM472 784a40 40 0 1 0 80 0 40 40 0 1 0-80 0z\"/>\n</svg>\n</li><li title=\"money collect \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M911.5 700.7a8 8 0 0 0-10.3-4.8L840 718.2V180c0-37.6-30.4-68-68-68H252c-37.6 0-68 30.4-68 68v538.2l-61.3-22.3c-.9-.3-1.8-.5-2.7-.5-4.4 0-8 3.6-8 8V763c0 3.3 2.1 6.3 5.3 7.5L501 910.1c7.1 2.6 14.8 2.6 21.9 0l383.8-139.5c3.2-1.2 5.3-4.2 5.3-7.5v-59.6c0-1-.2-1.9-.5-2.8zM512 837.5l-256-93.1V184h512v560.4l-256 93.1zM660.6 312h-54.5c-3 0-5.8 1.7-7.1 4.4l-84.7 168.8H511l-84.7-168.8a8 8 0 0 0-7.1-4.4h-55.7c-1.3 0-2.6.3-3.8 1-3.9 2.1-5.3 7-3.2 10.8l103.9 191.6h-57c-4.4 0-8 3.6-8 8v27.1c0 4.4 3.6 8 8 8h76v39h-76c-4.4 0-8 3.6-8 8v27.1c0 4.4 3.6 8 8 8h76V704c0 4.4 3.6 8 8 8h49.9c4.4 0 8-3.6 8-8v-63.5h76.3c4.4 0 8-3.6 8-8v-27.1c0-4.4-3.6-8-8-8h-76.3v-39h76.3c4.4 0 8-3.6 8-8v-27.1c0-4.4-3.6-8-8-8H564l103.7-191.6c.6-1.2 1-2.5 1-3.8-.1-4.3-3.7-7.9-8.1-7.9z\"/>\n</svg>\n</li><li title=\"monitor \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M692.8 412.7l.2-.2-34.6-44.3a7.97 7.97 0 0 0-11.2-1.4l-50.4 39.3-70.5-90.1a7.97 7.97 0 0 0-11.2-1.4l-37.9 29.7a7.97 7.97 0 0 0-1.4 11.2l70.5 90.2-.2.1 34.6 44.3c2.7 3.5 7.7 4.1 11.2 1.4l50.4-39.3 64.1 82c2.7 3.5 7.7 4.1 11.2 1.4l37.9-29.6c3.5-2.7 4.1-7.7 1.4-11.2l-64.1-82.1zM608 112c-167.9 0-304 136.1-304 304 0 70.3 23.9 135 63.9 186.5L114.3 856.1a8.03 8.03 0 0 0 0 11.3l42.3 42.3c3.1 3.1 8.2 3.1 11.3 0l253.6-253.6C473 696.1 537.7 720 608 720c167.9 0 304-136.1 304-304S775.9 112 608 112zm161.2 465.2C726.2 620.3 668.9 644 608 644s-118.2-23.7-161.2-66.8C403.7 534.2 380 476.9 380 416s23.7-118.2 66.8-161.2c43-43.1 100.3-66.8 161.2-66.8s118.2 23.7 161.2 66.8c43.1 43 66.8 100.3 66.8 161.2s-23.7 118.2-66.8 161.2z\"/>\n</svg>\n</li><li title=\"more \"><svg class=\"icon\" width=\"200\" height=\"200\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path fill=\"#333\" d=\"M456 231a56 56 0 1 0 112 0 56 56 0 1 0-112 0zm0 280a56 56 0 1 0 112 0 56 56 0 1 0-112 0zm0 280a56 56 0 1 0 112 0 56 56 0 1 0-112 0z\"/></svg></li><li title=\"node collapse \"><svg t=\"1569683371420\" class=\"icon\" viewBox=\"0 0 1024 1024\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" p-id=\"9841\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"200\" height=\"200\"><defs><style type=\"text/css\"></style></defs><path d=\"M952 612c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H298c-14.2-35.2-48.7-60-89-60-53 0-96 43-96 96s43 96 96 96c40.3 0 74.8-24.8 89-60h150.3v152c0 55.2 44.8 100 100 100H952c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H548.3c-15.5 0-28-12.5-28-28V612H952zM451.7 313.7l172.5 136.2c6.3 5.1 15.8 0.5 15.8-7.7V344h264c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8H640v-98.2c0-8.1-9.4-12.8-15.8-7.7L451.7 298.3c-4.9 3.9-4.9 11.5 0 15.4z\" p-id=\"9842\"></path></svg></li><li title=\"node expand \"><svg t=\"1569683374330\" class=\"icon\" viewBox=\"0 0 1024 1024\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" p-id=\"9959\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"200\" height=\"200\"><defs><style type=\"text/css\"></style></defs><path d=\"M952 612c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H298c-14.2-35.2-48.7-60-89-60-53 0-96 43-96 96s43 96 96 96c40.3 0 74.8-24.8 89-60h150.3v152c0 55.2 44.8 100 100 100H952c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H548.3c-15.5 0-28-12.5-28-28V612H952zM456 344h264v98.2c0 8.1 9.5 12.8 15.8 7.7l172.5-136.2c5-3.9 5-11.4 0-15.3L735.8 162.1c-6.4-5.1-15.8-0.5-15.8 7.7V268H456c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8z\" p-id=\"9960\"></path></svg></li><li title=\"node index \"><svg t=\"1569683635191\" class=\"icon\" viewBox=\"0 0 1024 1024\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" p-id=\"12711\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"200\" height=\"200\"><defs><style type=\"text/css\"></style></defs><path d=\"M843.5 737.4c-12.4-75.2-79.2-129.1-155.3-125.4S550.9 676 546 752c-153.5-4.8-208-40.7-199.1-113.7 3.3-27.3 19.8-41.9 50.1-49 18.4-4.3 38.8-4.9 57.3-3.2 1.7 0.2 3.5 0.3 5.2 0.5 11.3 2.7 22.8 5 34.3 6.8 34.1 5.6 68.8 8.4 101.8 6.6 92.8-5 156-45.9 159.2-132.7 3.1-84.1-54.7-143.7-147.9-183.6-29.9-12.8-61.6-22.7-93.3-30.2-14.3-3.4-26.3-5.7-35.2-7.2-7.9-75.9-71.5-133.8-147.8-134.4-76.3-0.6-140.9 56.1-150.1 131.9s40 146.3 114.2 163.9c74.2 17.6 149.9-23.3 175.7-95.1 9.4 1.7 18.7 3.6 28 5.8 28.2 6.6 56.4 15.4 82.4 26.6 70.7 30.2 109.3 70.1 107.5 119.9-1.6 44.6-33.6 65.2-96.2 68.6-27.5 1.5-57.6-0.9-87.3-5.8-8.3-1.4-15.9-2.8-22.6-4.3-3.9-0.8-6.6-1.5-7.8-1.8l-3.1-0.6c-2.2-0.3-5.9-0.8-10.7-1.3-25-2.3-52.1-1.5-78.5 4.6-55.2 12.9-93.9 47.2-101.1 105.8-15.7 126.2 78.6 184.7 276 188.9 29.1 70.4 106.4 107.9 179.6 87 73.3-20.9 119.3-93.4 106.9-168.6zM329.1 345.2c-46 0-83.3-37.3-83.3-83.3s37.3-83.3 83.3-83.3 83.3 37.3 83.3 83.3-37.3 83.3-83.3 83.3zM695.6 845c-46 0-83.3-37.3-83.3-83.3s37.3-83.3 83.3-83.3 83.3 37.3 83.3 83.3-37.3 83.3-83.3 83.3z\" p-id=\"12712\"></path></svg></li><li title=\"notification \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M880 112c-3.8 0-7.7.7-11.6 2.3L292 345.9H128c-8.8 0-16 7.4-16 16.6v299c0 9.2 7.2 16.6 16 16.6h101.7c-3.7 11.6-5.7 23.9-5.7 36.4 0 65.9 53.8 119.5 120 119.5 55.4 0 102.1-37.6 115.9-88.4l408.6 164.2c3.9 1.5 7.8 2.3 11.6 2.3 16.9 0 32-14.2 32-33.2V145.2C912 126.2 897 112 880 112zM344 762.3c-26.5 0-48-21.4-48-47.8 0-11.2 3.9-21.9 11-30.4l84.9 34.1c-2 24.6-22.7 44.1-47.9 44.1zm496 58.4L318.8 611.3l-12.9-5.2H184V417.9h121.9l12.9-5.2L840 203.3v617.4z\"/>\n</svg>\n</li><li title=\"number \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M872 394c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8H708V152c0-4.4-3.6-8-8-8h-64c-4.4 0-8 3.6-8 8v166H400V152c0-4.4-3.6-8-8-8h-64c-4.4 0-8 3.6-8 8v166H152c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h168v236H152c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h168v166c0 4.4 3.6 8 8 8h64c4.4 0 8-3.6 8-8V706h228v166c0 4.4 3.6 8 8 8h64c4.4 0 8-3.6 8-8V706h164c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8H708V394h164zM628 630H400V394h228v236z\"/>\n</svg>\n</li><li title=\"one to one \"><svg t=\"1569683653709\" class=\"icon\" viewBox=\"0 0 1024 1024\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" p-id=\"13185\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"200\" height=\"200\"><defs><style type=\"text/css\"></style></defs><path d=\"M316 672h60c4.4 0 8-3.6 8-8V360c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v304c0 4.4 3.6 8 8 8zM512 622c22.1 0 40-17.9 40-39 0-23.1-17.9-41-40-41s-40 17.9-40 41c0 21.1 17.9 39 40 39zM512 482c22.1 0 40-17.9 40-39 0-23.1-17.9-41-40-41s-40 17.9-40 41c0 21.1 17.9 39 40 39z\" p-id=\"13186\"></path><path d=\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32z m-40 728H184V184h656v656z\" p-id=\"13187\"></path><path d=\"M648 672h60c4.4 0 8-3.6 8-8V360c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v304c0 4.4 3.6 8 8 8z\" p-id=\"13188\"></path></svg></li><li title=\"ordered list \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M920 760H336c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-568H336c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 284H336c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM216 712H100c-2.2 0-4 1.8-4 4v34c0 2.2 1.8 4 4 4h72.4v20.5h-35.7c-2.2 0-4 1.8-4 4v34c0 2.2 1.8 4 4 4h35.7V838H100c-2.2 0-4 1.8-4 4v34c0 2.2 1.8 4 4 4h116c2.2 0 4-1.8 4-4V716c0-2.2-1.8-4-4-4zM100 188h38v120c0 2.2 1.8 4 4 4h40c2.2 0 4-1.8 4-4V152c0-4.4-3.6-8-8-8h-78c-2.2 0-4 1.8-4 4v36c0 2.2 1.8 4 4 4zm116 240H100c-2.2 0-4 1.8-4 4v36c0 2.2 1.8 4 4 4h68.4l-70.3 77.7a8.3 8.3 0 0 0-2.1 5.4V592c0 2.2 1.8 4 4 4h116c2.2 0 4-1.8 4-4v-36c0-2.2-1.8-4-4-4h-68.4l70.3-77.7a8.3 8.3 0 0 0 2.1-5.4V432c0-2.2-1.8-4-4-4z\"/>\n</svg>\n</li><li title=\"paper clip \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M779.3 196.6c-94.2-94.2-247.6-94.2-341.7 0l-261 260.8c-1.7 1.7-2.6 4-2.6 6.4s.9 4.7 2.6 6.4l36.9 36.9a9 9 0 0 0 12.7 0l261-260.8c32.4-32.4 75.5-50.2 121.3-50.2s88.9 17.8 121.2 50.2c32.4 32.4 50.2 75.5 50.2 121.2 0 45.8-17.8 88.8-50.2 121.2l-266 265.9-43.1 43.1c-40.3 40.3-105.8 40.3-146.1 0-19.5-19.5-30.2-45.4-30.2-73s10.7-53.5 30.2-73l263.9-263.8c6.7-6.6 15.5-10.3 24.9-10.3h.1c9.4 0 18.1 3.7 24.7 10.3 6.7 6.7 10.3 15.5 10.3 24.9 0 9.3-3.7 18.1-10.3 24.7L372.4 653c-1.7 1.7-2.6 4-2.6 6.4s.9 4.7 2.6 6.4l36.9 36.9a9 9 0 0 0 12.7 0l215.6-215.6c19.9-19.9 30.8-46.3 30.8-74.4s-11-54.6-30.8-74.4c-41.1-41.1-107.9-41-149 0L463 364 224.8 602.1A172.22 172.22 0 0 0 174 724.8c0 46.3 18.1 89.8 50.8 122.5 33.9 33.8 78.3 50.7 122.7 50.7 44.4 0 88.8-16.9 122.6-50.7l309.2-309C824.8 492.7 850 432 850 367.5c.1-64.6-25.1-125.3-70.7-170.9z\"/>\n</svg>\n</li><li title=\"partition \"><svg t=\"1569683632175\" class=\"icon\" viewBox=\"0 0 1024 1024\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" p-id=\"12593\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"200\" height=\"200\"><defs><style type=\"text/css\"></style></defs><path d=\"M640.6 429.8h257.1c7.9 0 14.3-6.4 14.3-14.3V158.3c0-7.9-6.4-14.3-14.3-14.3H640.6c-7.9 0-14.3 6.4-14.3 14.3v92.9H490.6c-3.9 0-7.1 3.2-7.1 7.1v221.5h-85.7v-96.5c0-7.9-6.4-14.3-14.3-14.3H126.3c-7.9 0-14.3 6.4-14.3 14.3v257.2c0 7.9 6.4 14.3 14.3 14.3h257.1c7.9 0 14.3-6.4 14.3-14.3V544h85.7v221.5c0 3.9 3.2 7.1 7.1 7.1h135.7v92.9c0 7.9 6.4 14.3 14.3 14.3h257.1c7.9 0 14.3-6.4 14.3-14.3v-257c0-7.9-6.4-14.3-14.3-14.3h-257c-7.9 0-14.3 6.4-14.3 14.3v100h-78.6v-393h78.6v100c0 7.9 6.4 14.3 14.3 14.3z m53.5-217.9h150V362h-150V211.9zM329.9 587h-150V437h150v150z m364.2 75.1h150v150.1h-150V662.1z\" p-id=\"12594\"></path></svg></li><li title=\"pause circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372zm-88-532h-48c-4.4 0-8 3.6-8 8v304c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V360c0-4.4-3.6-8-8-8zm224 0h-48c-4.4 0-8 3.6-8 8v304c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V360c0-4.4-3.6-8-8-8z\"/>\n</svg>\n</li><li title=\"pause \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M304 176h80v672h-80zm408 0h-64c-4.4 0-8 3.6-8 8v656c0 4.4 3.6 8 8 8h64c4.4 0 8-3.6 8-8V184c0-4.4-3.6-8-8-8z\"/>\n</svg>\n</li><li title=\"pay circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372zm159.6-585h-59.5c-3 0-5.8 1.7-7.1 4.4l-90.6 180H511l-90.6-180a8 8 0 0 0-7.1-4.4h-60.7c-1.3 0-2.6.3-3.8 1-3.9 2.1-5.3 7-3.2 10.9L457 515.7h-61.4c-4.4 0-8 3.6-8 8v29.9c0 4.4 3.6 8 8 8h81.7V603h-81.7c-4.4 0-8 3.6-8 8v29.9c0 4.4 3.6 8 8 8h81.7V717c0 4.4 3.6 8 8 8h54.3c4.4 0 8-3.6 8-8v-68.1h82c4.4 0 8-3.6 8-8V611c0-4.4-3.6-8-8-8h-82v-41.5h82c4.4 0 8-3.6 8-8v-29.9c0-4.4-3.6-8-8-8h-62l111.1-204.8c.6-1.2 1-2.5 1-3.8-.1-4.4-3.7-8-8.1-8z\"/>\n</svg>\n</li><li title=\"percentage \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M855.7 210.8l-42.4-42.4a8.03 8.03 0 0 0-11.3 0L168.3 801.9a8.03 8.03 0 0 0 0 11.3l42.4 42.4c3.1 3.1 8.2 3.1 11.3 0L855.6 222c3.2-3 3.2-8.1.1-11.2zM304 448c79.4 0 144-64.6 144-144s-64.6-144-144-144-144 64.6-144 144 64.6 144 144 144zm0-216c39.7 0 72 32.3 72 72s-32.3 72-72 72-72-32.3-72-72 32.3-72 72-72zm416 344c-79.4 0-144 64.6-144 144s64.6 144 144 144 144-64.6 144-144-64.6-144-144-144zm0 216c-39.7 0-72-32.3-72-72s32.3-72 72-72 72 32.3 72 72-32.3 72-72 72z\"/>\n</svg>\n</li><li title=\"phone \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M877.1 238.7L770.6 132.3c-13-13-30.4-20.3-48.8-20.3s-35.8 7.2-48.8 20.3L558.3 246.8c-13 13-20.3 30.5-20.3 48.9 0 18.5 7.2 35.8 20.3 48.9l89.6 89.7a405.46 405.46 0 0 1-86.4 127.3c-36.7 36.9-79.6 66-127.2 86.6l-89.6-89.7c-13-13-30.4-20.3-48.8-20.3a68.2 68.2 0 0 0-48.8 20.3L132.3 673c-13 13-20.3 30.5-20.3 48.9 0 18.5 7.2 35.8 20.3 48.9l106.4 106.4c22.2 22.2 52.8 34.9 84.2 34.9 6.5 0 12.8-.5 19.2-1.6 132.4-21.8 263.8-92.3 369.9-198.3C818 606 888.4 474.6 910.4 342.1c6.3-37.6-6.3-76.3-33.3-103.4zm-37.6 91.5c-19.5 117.9-82.9 235.5-178.4 331s-213 158.9-330.9 178.4c-14.8 2.5-30-2.5-40.8-13.2L184.9 721.9 295.7 611l119.8 120 .9.9 21.6-8a481.29 481.29 0 0 0 285.7-285.8l8-21.6-120.8-120.7 110.8-110.9 104.5 104.5c10.8 10.8 15.8 26 13.3 40.8z\"/>\n</svg>\n</li><li title=\"pic center \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M952 792H72c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h880c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-632H72c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h880c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM848 660c8.8 0 16-7.2 16-16V380c0-8.8-7.2-16-16-16H176c-8.8 0-16 7.2-16 16v264c0 8.8 7.2 16 16 16h672zM232 436h560v152H232V436z\"/>\n</svg>\n</li><li title=\"pic left \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M952 792H72c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h880c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-632H72c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h880c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM608 660c8.8 0 16-7.2 16-16V380c0-8.8-7.2-16-16-16H96c-8.8 0-16 7.2-16 16v264c0 8.8 7.2 16 16 16h512zM152 436h400v152H152V436zm552 210c0 4.4 3.6 8 8 8h224c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H712c-4.4 0-8 3.6-8 8v56zm8-204h224c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H712c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8z\"/>\n</svg>\n</li><li title=\"pic right \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M952 792H72c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h880c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-632H72c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h880c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-24 500c8.8 0 16-7.2 16-16V380c0-8.8-7.2-16-16-16H416c-8.8 0-16 7.2-16 16v264c0 8.8 7.2 16 16 16h512zM472 436h400v152H472V436zM80 646c0 4.4 3.6 8 8 8h224c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H88c-4.4 0-8 3.6-8 8v56zm8-204h224c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H88c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8z\"/>\n</svg>\n</li><li title=\"picture \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-40 632H136v-39.9l138.5-164.3 150.1 178L658.1 489 888 761.6V792zm0-129.8L664.2 396.8c-3.2-3.8-9-3.8-12.2 0L424.6 666.4l-144-170.7c-3.2-3.8-9-3.8-12.2 0L136 652.7V232h752v430.2zM304 456a88 88 0 1 0 0-176 88 88 0 0 0 0 176zm0-116c15.5 0 28 12.5 28 28s-12.5 28-28 28-28-12.5-28-28 12.5-28 28-28z\"/>\n</svg>\n</li><li title=\"pie chart \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M864 518H506V160c0-4.4-3.6-8-8-8h-26a398.46 398.46 0 0 0-282.8 117.1 398.19 398.19 0 0 0-85.7 127.1A397.61 397.61 0 0 0 72 552a398.46 398.46 0 0 0 117.1 282.8c36.7 36.7 79.5 65.6 127.1 85.7A397.61 397.61 0 0 0 472 952a398.46 398.46 0 0 0 282.8-117.1c36.7-36.7 65.6-79.5 85.7-127.1A397.61 397.61 0 0 0 872 552v-26c0-4.4-3.6-8-8-8zM705.7 787.8A331.59 331.59 0 0 1 470.4 884c-88.1-.4-170.9-34.9-233.2-97.2C174.5 724.1 140 640.7 140 552c0-88.7 34.5-172.1 97.2-234.8 54.6-54.6 124.9-87.9 200.8-95.5V586h364.3c-7.7 76.3-41.3 147-96.6 201.8zM952 462.4l-2.6-28.2c-8.5-92.1-49.4-179-115.2-244.6A399.4 399.4 0 0 0 589 74.6L560.7 72c-4.7-.4-8.7 3.2-8.7 7.9V464c0 4.4 3.6 8 8 8l384-1c4.7 0 8.4-4 8-8.6zm-332.2-58.2V147.6a332.24 332.24 0 0 1 166.4 89.8c45.7 45.6 77 103.6 90 166.1l-256.4.7z\"/>\n</svg>\n</li><li title=\"play circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z\"/>\n  <path d=\"M719.4 499.1l-296.1-215A15.9 15.9 0 0 0 398 297v430c0 13.1 14.8 20.5 25.3 12.9l296.1-215a15.9 15.9 0 0 0 0-25.8zm-257.6 134V390.9L628.5 512 461.8 633.1z\"/>\n</svg>\n</li><li title=\"play square \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M442.3 677.6l199.4-156.7a11.3 11.3 0 0 0 0-17.7L442.3 346.4c-7.4-5.8-18.3-.6-18.3 8.8v313.5c0 9.4 10.9 14.7 18.3 8.9z\"/>\n  <path d=\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z\"/>\n</svg>\n</li><li title=\"plus circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M696 480H544V328c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v152H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h152v152c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V544h152c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z\"/>\n  <path d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z\"/>\n</svg>\n</li><li title=\"plus square \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M328 544h152v152c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V544h152c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H544V328c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v152H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z\"/>\n  <path d=\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z\"/>\n</svg>\n</li><li title=\"plus \"><svg t=\"1551322312294\" class=\"icon\" style=\"\" viewBox=\"0 0 1024 1024\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" p-id=\"10297\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"200\" height=\"200\"><defs><style type=\"text/css\"></style></defs><path d=\"M474 152m8 0l60 0q8 0 8 8l0 704q0 8-8 8l-60 0q-8 0-8-8l0-704q0-8 8-8Z\" p-id=\"10298\"></path><path d=\"M168 474m8 0l672 0q8 0 8 8l0 60q0 8-8 8l-672 0q-8 0-8-8l0-60q0-8 8-8Z\" p-id=\"10299\"></path></svg></li><li title=\"pound circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372zm138-209.8H469.8v-4.7c27.4-17.2 43.9-50.4 43.9-91.1 0-14.1-2.2-27.9-5.3-41H607c4.4 0 8-3.6 8-8v-30c0-4.4-3.6-8-8-8H495c-7.2-22.6-13.4-45.7-13.4-70.5 0-43.5 34-70.2 87.3-70.2 21.5 0 42.5 4.1 60.4 10.5 5.2 1.9 10.6-2 10.6-7.6v-39.5c0-3.3-2.1-6.3-5.2-7.5-18.8-7.2-43.8-12.7-70.3-12.7-92.9 0-151.5 44.5-151.5 120.3 0 26.3 6.9 52 14.6 77.1H374c-4.4 0-8 3.6-8 8v30c0 4.4 3.6 8 8 8h67.1c3.4 14.7 5.9 29.4 5.9 44.2 0 45.2-28.8 83.3-72.8 94.2-3.6.9-6.1 4.1-6.1 7.8V722c0 4.4 3.6 8 8 8H650c4.4 0 8-3.6 8-8v-39.8c0-4.4-3.6-8-8-8z\"/>\n</svg>\n</li><li title=\"pound \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372zm138-209.8H469.8v-4.7c27.4-17.2 43.9-50.4 43.9-91.1 0-14.1-2.2-27.9-5.3-41H607c4.4 0 8-3.6 8-8v-30c0-4.4-3.6-8-8-8H495c-7.2-22.6-13.4-45.7-13.4-70.5 0-43.5 34-70.2 87.3-70.2 21.5 0 42.5 4.1 60.4 10.5 5.2 1.9 10.6-2 10.6-7.6v-39.5c0-3.3-2.1-6.3-5.2-7.5-18.8-7.2-43.8-12.7-70.3-12.7-92.9 0-151.5 44.5-151.5 120.3 0 26.3 6.9 52 14.6 77.1H374c-4.4 0-8 3.6-8 8v30c0 4.4 3.6 8 8 8h67.1c3.4 14.7 5.9 29.4 5.9 44.2 0 45.2-28.8 83.3-72.8 94.2-3.6.9-6.1 4.1-6.1 7.8V722c0 4.4 3.6 8 8 8H650c4.4 0 8-3.6 8-8v-39.8c0-4.4-3.6-8-8-8z\"/>\n</svg>\n</li><li title=\"poweroff \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M705.6 124.9a8 8 0 0 0-11.6 7.2v64.2c0 5.5 2.9 10.6 7.5 13.6a352.2 352.2 0 0 1 62.2 49.8c32.7 32.8 58.4 70.9 76.3 113.3a355 355 0 0 1 27.9 138.7c0 48.1-9.4 94.8-27.9 138.7a355.92 355.92 0 0 1-76.3 113.3 353.06 353.06 0 0 1-113.2 76.4c-43.8 18.6-90.5 28-138.5 28s-94.7-9.4-138.5-28a353.06 353.06 0 0 1-113.2-76.4A355.92 355.92 0 0 1 184 650.4a355 355 0 0 1-27.9-138.7c0-48.1 9.4-94.8 27.9-138.7 17.9-42.4 43.6-80.5 76.3-113.3 19-19 39.8-35.6 62.2-49.8 4.7-2.9 7.5-8.1 7.5-13.6V132c0-6-6.3-9.8-11.6-7.2C178.5 195.2 82 339.3 80 506.3 77.2 745.1 272.5 943.5 511.2 944c239 .5 432.8-193.3 432.8-432.4 0-169.2-97-315.7-238.4-386.7zM480 560h64c4.4 0 8-3.6 8-8V88c0-4.4-3.6-8-8-8h-64c-4.4 0-8 3.6-8 8v464c0 4.4 3.6 8 8 8z\"/>\n</svg>\n</li><li title=\"printer \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M820 436h-40c-4.4 0-8 3.6-8 8v40c0 4.4 3.6 8 8 8h40c4.4 0 8-3.6 8-8v-40c0-4.4-3.6-8-8-8zm32-104H732V120c0-4.4-3.6-8-8-8H300c-4.4 0-8 3.6-8 8v212H172c-44.2 0-80 35.8-80 80v328c0 17.7 14.3 32 32 32h168v132c0 4.4 3.6 8 8 8h424c4.4 0 8-3.6 8-8V772h168c17.7 0 32-14.3 32-32V412c0-44.2-35.8-80-80-80zM360 180h304v152H360V180zm304 664H360V568h304v276zm200-140H732V500H292v204H160V412c0-6.6 5.4-12 12-12h680c6.6 0 12 5.4 12 12v292z\"/>\n</svg>\n</li><li title=\"profile \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656zM492 400h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H492c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8zm0 144h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H492c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8zm0 144h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H492c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8zM340 368a40 40 0 1 0 80 0 40 40 0 1 0-80 0zm0 144a40 40 0 1 0 80 0 40 40 0 1 0-80 0zm0 144a40 40 0 1 0 80 0 40 40 0 1 0-80 0z\"/>\n</svg>\n</li><li title=\"project \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M280 752h80c4.4 0 8-3.6 8-8V280c0-4.4-3.6-8-8-8h-80c-4.4 0-8 3.6-8 8v464c0 4.4 3.6 8 8 8zm192-280h80c4.4 0 8-3.6 8-8V280c0-4.4-3.6-8-8-8h-80c-4.4 0-8 3.6-8 8v184c0 4.4 3.6 8 8 8zm192 72h80c4.4 0 8-3.6 8-8V280c0-4.4-3.6-8-8-8h-80c-4.4 0-8 3.6-8 8v256c0 4.4 3.6 8 8 8zm216-432H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z\"/>\n</svg>\n</li><li title=\"property safety \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M866.9 169.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2zM810 654.3L512 886.5 214 654.3V226.7l298-101.6 298 101.6v427.6zM430.5 318h-46c-1.7 0-3.3.4-4.8 1.2a10.1 10.1 0 0 0-4 13.6l88 161.1h-45.2c-5.5 0-10 4.5-10 10v21.3c0 5.5 4.5 10 10 10h63.1v29.7h-63.1c-5.5 0-10 4.5-10 10v21.3c0 5.5 4.5 10 10 10h63.1V658c0 5.5 4.5 10 10 10h41.3c5.5 0 10-4.5 10-10v-51.8h63.4c5.5 0 10-4.5 10-10v-21.3c0-5.5-4.5-10-10-10h-63.4v-29.7h63.4c5.5 0 10-4.5 10-10v-21.3c0-5.5-4.5-10-10-10h-45.7l87.7-161.1a10.05 10.05 0 0 0-8.8-14.8h-45c-3.8 0-7.2 2.1-8.9 5.5l-73.2 144.3-72.9-144.3c-1.7-3.4-5.2-5.5-9-5.5z\"/>\n</svg>\n</li><li title=\"pull request \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M788 705.9V192c0-8.8-7.2-16-16-16H602v-68.8c0-6-7-9.4-11.7-5.7L462.7 202.3a7.14 7.14 0 0 0 0 11.3l127.5 100.8c4.7 3.7 11.7.4 11.7-5.7V240h114v465.9c-44.2 15-76 56.9-76 106.1 0 61.8 50.2 112 112 112s112-50.2 112-112c.1-49.2-31.7-91-75.9-106.1zM752 860a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96zM384 212c0-61.8-50.2-112-112-112s-112 50.2-112 112c0 49.2 31.8 91 76 106.1V706c-44.2 15-76 56.9-76 106.1 0 61.8 50.2 112 112 112s112-50.2 112-112c0-49.2-31.8-91-76-106.1V318.1c44.2-15.1 76-56.9 76-106.1zm-160 0a48.01 48.01 0 0 1 96 0 48.01 48.01 0 0 1-96 0zm96 600a48.01 48.01 0 0 1-96 0 48.01 48.01 0 0 1 96 0z\"/>\n</svg>\n</li><li title=\"pushpin \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M878.3 392.1L631.9 145.7c-6.5-6.5-15-9.7-23.5-9.7s-17 3.2-23.5 9.7L423.8 306.9c-12.2-1.4-24.5-2-36.8-2-73.2 0-146.4 24.1-206.5 72.3a33.23 33.23 0 0 0-2.7 49.4l181.7 181.7-215.4 215.2a15.8 15.8 0 0 0-4.6 9.8l-3.4 37.2c-.9 9.4 6.6 17.4 15.9 17.4.5 0 1 0 1.5-.1l37.2-3.4c3.7-.3 7.2-2 9.8-4.6l215.4-215.4 181.7 181.7c6.5 6.5 15 9.7 23.5 9.7 9.7 0 19.3-4.2 25.9-12.4 56.3-70.3 79.7-158.3 70.2-243.4l161.1-161.1c12.9-12.8 12.9-33.8 0-46.8zM666.2 549.3l-24.5 24.5 3.8 34.4a259.92 259.92 0 0 1-30.4 153.9L262 408.8c12.9-7.1 26.3-13.1 40.3-17.9 27.2-9.4 55.7-14.1 84.7-14.1 9.6 0 19.3.5 28.9 1.6l34.4 3.8 24.5-24.5L608.5 224 800 415.5 666.2 549.3z\"/>\n</svg>\n</li><li title=\"qq \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M824.8 613.2c-16-51.4-34.4-94.6-62.7-165.3C766.5 262.2 689.3 112 511.5 112 331.7 112 256.2 265.2 261 447.9c-28.4 70.8-46.7 113.7-62.7 165.3-34 109.5-23 154.8-14.6 155.8 18 2.2 70.1-82.4 70.1-82.4 0 49 25.2 112.9 79.8 159-26.4 8.1-85.7 29.9-71.6 53.8 11.4 19.3 196.2 12.3 249.5 6.3 53.3 6 238.1 13 249.5-6.3 14.1-23.8-45.3-45.7-71.6-53.8 54.6-46.2 79.8-110.1 79.8-159 0 0 52.1 84.6 70.1 82.4 8.5-1.1 19.5-46.4-14.5-155.8z\"/>\n</svg>\n</li><li title=\"qrcode \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M468 128H160c-17.7 0-32 14.3-32 32v308c0 4.4 3.6 8 8 8h332c4.4 0 8-3.6 8-8V136c0-4.4-3.6-8-8-8zm-56 284H192V192h220v220zm-138-74h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm194 210H136c-4.4 0-8 3.6-8 8v308c0 17.7 14.3 32 32 32h308c4.4 0 8-3.6 8-8V556c0-4.4-3.6-8-8-8zm-56 284H192V612h220v220zm-138-74h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm590-630H556c-4.4 0-8 3.6-8 8v332c0 4.4 3.6 8 8 8h332c4.4 0 8-3.6 8-8V160c0-17.7-14.3-32-32-32zm-32 284H612V192h220v220zm-138-74h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm194 210h-48c-4.4 0-8 3.6-8 8v134h-78V556c0-4.4-3.6-8-8-8H556c-4.4 0-8 3.6-8 8v332c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V644h78v102c0 4.4 3.6 8 8 8h190c4.4 0 8-3.6 8-8V556c0-4.4-3.6-8-8-8zM746 832h-48c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm142 0h-48c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z\"/>\n</svg>\n</li><li title=\"question circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z\"/>\n  <path d=\"M623.6 316.7C593.6 290.4 554 276 512 276s-81.6 14.5-111.6 40.7C369.2 344 352 380.7 352 420v7.6c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V420c0-44.1 43.1-80 96-80s96 35.9 96 80c0 31.1-22 59.6-56.1 72.7-21.2 8.1-39.2 22.3-52.1 40.9-13.1 19-19.9 41.8-19.9 64.9V620c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-22.7a48.3 48.3 0 0 1 30.9-44.8c59-22.7 97.1-74.7 97.1-132.5.1-39.3-17.1-76-48.3-103.3zM472 732a40 40 0 1 0 80 0 40 40 0 1 0-80 0z\"/>\n</svg>\n</li><li title=\"question \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M764 280.9c-14-30.6-33.9-58.1-59.3-81.6C653.1 151.4 584.6 125 512 125s-141.1 26.4-192.7 74.2c-25.4 23.6-45.3 51-59.3 81.7-14.6 32-22 65.9-22 100.9v27c0 6.2 5 11.2 11.2 11.2h54c6.2 0 11.2-5 11.2-11.2v-27c0-99.5 88.6-180.4 197.6-180.4s197.6 80.9 197.6 180.4c0 40.8-14.5 79.2-42 111.2-27.2 31.7-65.6 54.4-108.1 64-24.3 5.5-46.2 19.2-61.7 38.8a110.85 110.85 0 0 0-23.9 68.6v31.4c0 6.2 5 11.2 11.2 11.2h54c6.2 0 11.2-5 11.2-11.2v-31.4c0-15.7 10.9-29.5 26-32.9 58.4-13.2 111.4-44.7 149.3-88.7 19.1-22.3 34-47.1 44.3-74 10.7-27.9 16.1-57.2 16.1-87 0-35-7.4-69-22-100.9zM512 787c-30.9 0-56 25.1-56 56s25.1 56 56 56 56-25.1 56-56-25.1-56-56-56z\"/>\n</svg>\n</li><li title=\"radar chart \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M926.8 397.1l-396-288a31.81 31.81 0 0 0-37.6 0l-396 288a31.99 31.99 0 0 0-11.6 35.8l151.3 466a32 32 0 0 0 30.4 22.1h489.5c13.9 0 26.1-8.9 30.4-22.1l151.3-466c4.2-13.2-.5-27.6-11.7-35.8zM838.6 417l-98.5 32-200-144.7V199.9L838.6 417zM466 567.2l-89.1 122.3-55.2-169.2L466 567.2zm-116.3-96.8L484 373.3v140.8l-134.3-43.7zM512 599.2l93.9 128.9H418.1L512 599.2zm28.1-225.9l134.2 97.1L540.1 514V373.3zM558 567.2l144.3-46.9-55.2 169.2L558 567.2zm-74-367.3v104.4L283.9 449l-98.5-32L484 199.9zM169.3 470.8l86.5 28.1 80.4 246.4-53.8 73.9-113.1-348.4zM327.1 853l50.3-69h269.3l50.3 69H327.1zm414.5-33.8l-53.8-73.9 80.4-246.4 86.5-28.1-113.1 348.4z\"/>\n</svg>\n</li><li title=\"radius bottomleft \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M712 824h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm2-696h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM136 374h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm0-174h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm752 624h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-348 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-230 72h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm230 624H358c-87.3 0-158-70.7-158-158V484c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v182c0 127 103 230 230 230h182c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z\"/>\n</svg>\n</li><li title=\"radius bottomright \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M368 824h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-58-624h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm578 102h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM192 824h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm292 72h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm174 0h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm230 276h-56c-4.4 0-8 3.6-8 8v182c0 87.3-70.7 158-158 158H484c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h182c127 0 230-103 230-230V484c0-4.4-3.6-8-8-8z\"/>\n</svg>\n</li><li title=\"radius setting \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M396 140h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-44 684h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm524-204h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM192 344h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 160h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 160h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 160h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm320 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm160 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm140-284c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V370c0-127-103-230-230-230H484c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h170c87.3 0 158 70.7 158 158v170zM236 96H92c-4.4 0-8 3.6-8 8v144c0 4.4 3.6 8 8 8h144c4.4 0 8-3.6 8-8V104c0-4.4-3.6-8-8-8zm-48 101.6c0 1.3-1.1 2.4-2.4 2.4h-43.2c-1.3 0-2.4-1.1-2.4-2.4v-43.2c0-1.3 1.1-2.4 2.4-2.4h43.2c1.3 0 2.4 1.1 2.4 2.4v43.2zM920 780H776c-4.4 0-8 3.6-8 8v144c0 4.4 3.6 8 8 8h144c4.4 0 8-3.6 8-8V788c0-4.4-3.6-8-8-8zm-48 101.6c0 1.3-1.1 2.4-2.4 2.4h-43.2c-1.3 0-2.4-1.1-2.4-2.4v-43.2c0-1.3 1.1-2.4 2.4-2.4h43.2c1.3 0 2.4 1.1 2.4 2.4v43.2z\"/>\n</svg>\n</li><li title=\"radius upleft \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M656 200h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm58 624h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM192 650h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm696-696h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-348 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-174 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm174-696H358c-127 0-230 103-230 230v182c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V358c0-87.3 70.7-158 158-158h182c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z\"/>\n</svg>\n</li><li title=\"radius upright \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M368 128h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-2 696h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm522-174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM192 128h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm348 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm174 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-48-696H484c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h182c87.3 0 158 70.7 158 158v182c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V358c0-127-103-230-230-230z\"/>\n</svg>\n</li><li title=\"read \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M928 161H699.2c-49.1 0-97.1 14.1-138.4 40.7L512 233l-48.8-31.3A255.2 255.2 0 0 0 324.8 161H96c-17.7 0-32 14.3-32 32v568c0 17.7 14.3 32 32 32h228.8c49.1 0 97.1 14.1 138.4 40.7l44.4 28.6c1.3.8 2.8 1.3 4.3 1.3s3-.4 4.3-1.3l44.4-28.6C602 807.1 650.1 793 699.2 793H928c17.7 0 32-14.3 32-32V193c0-17.7-14.3-32-32-32zM324.8 721H136V233h188.8c35.4 0 69.8 10.1 99.5 29.2l48.8 31.3 6.9 4.5v462c-47.6-25.6-100.8-39-155.2-39zm563.2 0H699.2c-54.4 0-107.6 13.4-155.2 39V298l6.9-4.5 48.8-31.3c29.7-19.1 64.1-29.2 99.5-29.2H888v488zM396.9 361H211.1c-3.9 0-7.1 3.4-7.1 7.5v45c0 4.1 3.2 7.5 7.1 7.5h185.7c3.9 0 7.1-3.4 7.1-7.5v-45c.1-4.1-3.1-7.5-7-7.5zm223.1 7.5v45c0 4.1 3.2 7.5 7.1 7.5h185.7c3.9 0 7.1-3.4 7.1-7.5v-45c0-4.1-3.2-7.5-7.1-7.5H627.1c-3.9 0-7.1 3.4-7.1 7.5zM396.9 501H211.1c-3.9 0-7.1 3.4-7.1 7.5v45c0 4.1 3.2 7.5 7.1 7.5h185.7c3.9 0 7.1-3.4 7.1-7.5v-45c.1-4.1-3.1-7.5-7-7.5zm416 0H627.1c-3.9 0-7.1 3.4-7.1 7.5v45c0 4.1 3.2 7.5 7.1 7.5h185.7c3.9 0 7.1-3.4 7.1-7.5v-45c.1-4.1-3.1-7.5-7-7.5z\"/>\n</svg>\n</li><li title=\"reconciliation \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M676 565c-50.8 0-92 41.2-92 92s41.2 92 92 92 92-41.2 92-92-41.2-92-92-92zm0 126c-18.8 0-34-15.2-34-34s15.2-34 34-34 34 15.2 34 34-15.2 34-34 34zm204-523H668c0-30.9-25.1-56-56-56h-80c-30.9 0-56 25.1-56 56H264c-17.7 0-32 14.3-32 32v200h-88c-17.7 0-32 14.3-32 32v448c0 17.7 14.3 32 32 32h336c17.7 0 32-14.3 32-32v-16h368c17.7 0 32-14.3 32-32V200c0-17.7-14.3-32-32-32zm-412 64h72v-56h64v56h72v48H468v-48zm-20 616H176V616h272v232zm0-296H176v-88h272v88zm392 240H512V432c0-17.7-14.3-32-32-32H304V240h100v104h336V240h100v552zM704 408v96c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-96c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8zM592 512h48c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8z\"/>\n</svg>\n</li><li title=\"red envelope \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M440.6 462.6a8.38 8.38 0 0 0-7.5-4.6h-48.8c-1.3 0-2.6.4-3.9 1a8.4 8.4 0 0 0-3.4 11.4l87.4 161.1H419c-4.6 0-8.4 3.8-8.4 8.4V665c0 4.6 3.8 8.4 8.4 8.4h63V702h-63c-4.6 0-8.4 3.8-8.4 8.4v25.1c0 4.6 3.8 8.4 8.4 8.4h63v49.9c0 4.6 3.8 8.4 8.4 8.4h43.7c4.6 0 8.4-3.8 8.4-8.4v-49.9h63.3c4.7 0 8.4-3.8 8.2-8.5v-25c0-4.6-3.8-8.4-8.4-8.4h-63.3v-28.6h63.3c4.6 0 8.4-3.8 8.4-8.4v-25.1c0-4.6-3.8-8.4-8.4-8.4h-45.9l87.2-161a8.45 8.45 0 0 0-7.4-12.4h-47.8c-3.1 0-6 1.8-7.5 4.6l-71.9 141.9-71.7-142zM832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zm-40 824H232V193.1l260.3 204.1c11.6 9.1 27.9 9.1 39.5 0L792 193.1V888zm0-751.3h-31.7L512 331.3 263.7 136.7H232v-.7h560v.7z\"/>\n</svg>\n</li><li title=\"reddit \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M288 568a56 56 0 1 0 112 0 56 56 0 1 0-112 0zm338.7 119.7c-23.1 18.2-68.9 37.8-114.7 37.8s-91.6-19.6-114.7-37.8c-14.4-11.3-35.3-8.9-46.7 5.5s-8.9 35.3 5.5 46.7C396.3 771.6 457.5 792 512 792s115.7-20.4 155.9-52.1a33.25 33.25 0 1 0-41.2-52.2zM960 456c0-61.9-50.1-112-112-112-42.1 0-78.7 23.2-97.9 57.6-57.6-31.5-127.7-51.8-204.1-56.5L612.9 195l127.9 36.9c11.5 32.6 42.6 56.1 79.2 56.1 46.4 0 84-37.6 84-84s-37.6-84-84-84c-32 0-59.8 17.9-74 44.2L603.5 123a33.2 33.2 0 0 0-39.6 18.4l-90.8 203.9c-74.5 5.2-142.9 25.4-199.2 56.2A111.94 111.94 0 0 0 176 344c-61.9 0-112 50.1-112 112 0 45.8 27.5 85.1 66.8 102.5-7.1 21-10.8 43-10.8 65.5 0 154.6 175.5 280 392 280s392-125.4 392-280c0-22.6-3.8-44.5-10.8-65.5C932.5 541.1 960 501.8 960 456zM820 172.5a31.5 31.5 0 1 1 0 63 31.5 31.5 0 0 1 0-63zM120 456c0-30.9 25.1-56 56-56a56 56 0 0 1 50.6 32.1c-29.3 22.2-53.5 47.8-71.5 75.9a56.23 56.23 0 0 1-35.1-52zm392 381.5c-179.8 0-325.5-95.6-325.5-213.5S332.2 410.5 512 410.5 837.5 506.1 837.5 624 691.8 837.5 512 837.5zM868.8 508c-17.9-28.1-42.2-53.7-71.5-75.9 9-18.9 28.3-32.1 50.6-32.1 30.9 0 56 25.1 56 56 .1 23.5-14.5 43.7-35.1 52zM624 568a56 56 0 1 0 112 0 56 56 0 1 0-112 0z\"/>\n</svg>\n</li><li title=\"redo \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M758.2 839.1C851.8 765.9 912 651.9 912 523.9 912 303 733.5 124.3 512.6 124 291.4 123.7 112 302.8 112 523.9c0 125.2 57.5 236.9 147.6 310.2 3.5 2.8 8.6 2.2 11.4-1.3l39.4-50.5c2.7-3.4 2.1-8.3-1.2-11.1-8.1-6.6-15.9-13.7-23.4-21.2a318.64 318.64 0 0 1-68.6-101.7C200.4 609 192 567.1 192 523.9s8.4-85.1 25.1-124.5c16.1-38.1 39.2-72.3 68.6-101.7 29.4-29.4 63.6-52.5 101.7-68.6C426.9 212.4 468.8 204 512 204s85.1 8.4 124.5 25.1c38.1 16.1 72.3 39.2 101.7 68.6 29.4 29.4 52.5 63.6 68.6 101.7 16.7 39.4 25.1 81.3 25.1 124.5s-8.4 85.1-25.1 124.5a318.64 318.64 0 0 1-68.6 101.7c-9.3 9.3-19.1 18-29.3 26L668.2 724a8 8 0 0 0-14.1 3l-39.6 162.2c-1.2 5 2.6 9.9 7.7 9.9l167 .8c6.7 0 10.5-7.7 6.3-12.9l-37.3-47.9z\"/>\n</svg>\n</li><li title=\"reload \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M909.1 209.3l-56.4 44.1C775.8 155.1 656.2 92 521.9 92 290 92 102.3 279.5 102 511.5 101.7 743.7 289.8 932 521.9 932c181.3 0 335.8-115 394.6-276.1 1.5-4.2-.7-8.9-4.9-10.3l-56.7-19.5a8 8 0 0 0-10.1 4.8c-1.8 5-3.8 10-5.9 14.9-17.3 41-42.1 77.8-73.7 109.4A344.77 344.77 0 0 1 655.9 829c-42.3 17.9-87.4 27-133.8 27-46.5 0-91.5-9.1-133.8-27A341.5 341.5 0 0 1 279 755.2a342.16 342.16 0 0 1-73.7-109.4c-17.9-42.4-27-87.4-27-133.9s9.1-91.5 27-133.9c17.3-41 42.1-77.8 73.7-109.4 31.6-31.6 68.4-56.4 109.3-73.8 42.3-17.9 87.4-27 133.8-27 46.5 0 91.5 9.1 133.8 27a341.5 341.5 0 0 1 109.3 73.8c9.9 9.9 19.2 20.4 27.8 31.4l-60.2 47a8 8 0 0 0 3 14.1l175.6 43c5 1.2 9.9-2.6 9.9-7.7l.8-180.9c-.1-6.6-7.8-10.3-13-6.2z\"/>\n</svg>\n</li><li title=\"rest \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <defs>\n    <style/>\n  </defs>\n  <path d=\"M508 704c79.5 0 144-64.5 144-144s-64.5-144-144-144-144 64.5-144 144 64.5 144 144 144zm0-224c44.2 0 80 35.8 80 80s-35.8 80-80 80-80-35.8-80-80 35.8-80 80-80z\"/>\n  <path d=\"M832 256h-28.1l-35.7-120.9c-4-13.7-16.5-23.1-30.7-23.1h-451c-14.3 0-26.8 9.4-30.7 23.1L220.1 256H192c-17.7 0-32 14.3-32 32v28c0 4.4 3.6 8 8 8h45.8l47.7 558.7a32 32 0 0 0 31.9 29.3h429.2a32 32 0 0 0 31.9-29.3L802.2 324H856c4.4 0 8-3.6 8-8v-28c0-17.7-14.3-32-32-32zm-518.6-76h397.2l22.4 76H291l22.4-76zm376.2 664H326.4L282 324h451.9l-44.3 520z\"/>\n</svg>\n</li><li title=\"retweet \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M136 552h63.6c4.4 0 8-3.6 8-8V288.7h528.6v72.6c0 1.9.6 3.7 1.8 5.2a8.3 8.3 0 0 0 11.7 1.4L893 255.4c4.3-5 3.6-10.3 0-13.2L749.7 129.8a8.22 8.22 0 0 0-5.2-1.8c-4.6 0-8.4 3.8-8.4 8.4V209H199.7c-39.5 0-71.7 32.2-71.7 71.8V544c0 4.4 3.6 8 8 8zm752-80h-63.6c-4.4 0-8 3.6-8 8v255.3H287.8v-72.6c0-1.9-.6-3.7-1.8-5.2a8.3 8.3 0 0 0-11.7-1.4L131 768.6c-4.3 5-3.6 10.3 0 13.2l143.3 112.4c1.5 1.2 3.3 1.8 5.2 1.8 4.6 0 8.4-3.8 8.4-8.4V815h536.6c39.5 0 71.7-32.2 71.7-71.8V480c-.2-4.4-3.8-8-8.2-8z\"/>\n</svg>\n</li><li title=\"right circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M666.7 505.5l-246-178A8 8 0 0 0 408 334v46.9c0 10.2 4.9 19.9 13.2 25.9L566.6 512 421.2 617.2c-8.3 6-13.2 15.6-13.2 25.9V690c0 6.5 7.4 10.3 12.7 6.5l246-178c4.4-3.2 4.4-9.8 0-13z\"/>\n  <path d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z\"/>\n</svg>\n</li><li title=\"right square \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M412.7 696.5l246-178c4.4-3.2 4.4-9.7 0-12.9l-246-178c-5.3-3.8-12.7 0-12.7 6.5V381c0 10.2 4.9 19.9 13.2 25.9L558.6 512 413.2 617.2c-8.3 6-13.2 15.6-13.2 25.9V690c0 6.5 7.4 10.3 12.7 6.5z\"/>\n  <path d=\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z\"/>\n</svg>\n</li><li title=\"right \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M765.7 486.8L314.9 134.7A7.97 7.97 0 0 0 302 141v77.3c0 4.9 2.3 9.6 6.1 12.6l360 281.1-360 281.1c-3.9 3-6.1 7.7-6.1 12.6V883c0 6.7 7.7 10.4 12.9 6.3l450.8-352.1a31.96 31.96 0 0 0 0-50.4z\"/>\n</svg>\n</li><li title=\"rise \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M917 211.1l-199.2 24c-6.6.8-9.4 8.9-4.7 13.6l59.3 59.3-226 226-101.8-101.7c-6.3-6.3-16.4-6.2-22.6 0L100.3 754.1a8.03 8.03 0 0 0 0 11.3l45 45.2c3.1 3.1 8.2 3.1 11.3 0L433.3 534 535 635.7c6.3 6.2 16.4 6.2 22.6 0L829 364.5l59.3 59.3a8.01 8.01 0 0 0 13.6-4.7l24-199.2c.7-5.1-3.7-9.5-8.9-8.8z\"/>\n</svg>\n</li><li title=\"robot \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M300 328a60 60 0 1 0 120 0 60 60 0 1 0-120 0zM852 64H172c-17.7 0-32 14.3-32 32v660c0 17.7 14.3 32 32 32h680c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zm-32 660H204V128h616v596zM604 328a60 60 0 1 0 120 0 60 60 0 1 0-120 0zm250.2 556H169.8c-16.5 0-29.8 14.3-29.8 32v36c0 4.4 3.3 8 7.4 8h729.1c4.1 0 7.4-3.6 7.4-8v-36c.1-17.7-13.2-32-29.7-32zM664 508H360c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h304c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8z\"/>\n</svg>\n</li><li title=\"rocket \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M864 736c0-111.6-65.4-208-160-252.9V317.3c0-15.1-5.3-29.7-15.1-41.2L536.5 95.4C530.1 87.8 521 84 512 84s-18.1 3.8-24.5 11.4L335.1 276.1a63.97 63.97 0 0 0-15.1 41.2v165.8C225.4 528 160 624.4 160 736h156.5c-2.3 7.2-3.5 15-3.5 23.8 0 22.1 7.6 43.7 21.4 60.8a97.2 97.2 0 0 0 43.1 30.6c23.1 54 75.6 88.8 134.5 88.8 29.1 0 57.3-8.6 81.4-24.8 23.6-15.8 41.9-37.9 53-64a97 97 0 0 0 43.1-30.5 97.52 97.52 0 0 0 21.4-60.8c0-8.4-1.1-16.4-3.1-23.8H864zM762.3 621.4c9.4 14.6 17 30.3 22.5 46.6H700V558.7a211.6 211.6 0 0 1 62.3 62.7zM388 483.1V318.8l124-147 124 147V668H388V483.1zM239.2 668c5.5-16.3 13.1-32 22.5-46.6 16.3-25.2 37.5-46.5 62.3-62.7V668h-84.8zm388.9 116.2c-5.2 3-11.2 4.2-17.1 3.4l-19.5-2.4-2.8 19.4c-5.4 37.9-38.4 66.5-76.7 66.5-38.3 0-71.3-28.6-76.7-66.5l-2.8-19.5-19.5 2.5a27.7 27.7 0 0 1-17.1-3.5c-8.7-5-14.1-14.3-14.1-24.4 0-10.6 5.9-19.4 14.6-23.8h231.3c8.8 4.5 14.6 13.3 14.6 23.8-.1 10.2-5.5 19.6-14.2 24.5zM464 400a48 48 0 1 0 96 0 48 48 0 1 0-96 0z\"/>\n</svg>\n</li><li title=\"rollback \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M793 242H366v-74c0-6.7-7.7-10.4-12.9-6.3l-142 112a8 8 0 0 0 0 12.6l142 112c5.2 4.1 12.9.4 12.9-6.3v-74h415v470H175c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h618c35.3 0 64-28.7 64-64V306c0-35.3-28.7-64-64-64z\"/>\n</svg>\n</li><li title=\"rotate left \"><svg t=\"1569683455503\" class=\"icon\" viewBox=\"0 0 1024 1024\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" p-id=\"10463\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"200\" height=\"200\"><defs><style type=\"text/css\"></style></defs><path d=\"M672 418H144c-17.7 0-32 14.3-32 32v414c0 17.7 14.3 32 32 32h528c17.7 0 32-14.3 32-32V450c0-17.7-14.3-32-32-32z m-44 402H188V494h440v326z\" p-id=\"10464\"></path><path d=\"M819.3 328.5c-78.8-100.7-196-153.6-314.6-154.2l-0.2-64c0-6.5-7.6-10.1-12.6-6.1l-128 101c-4 3.1-3.9 9.1 0 12.3L492 318.6c5.1 4 12.7 0.4 12.6-6.1v-63.9c12.9 0.1 25.9 0.9 38.8 2.5 42.1 5.2 82.1 18.2 119 38.7 38.1 21.2 71.2 49.7 98.4 84.3 27.1 34.7 46.7 73.7 58.1 115.8 11 40.7 14 82.7 8.9 124.8-0.7 5.4-1.4 10.8-2.4 16.1h74.9c14.8-103.6-11.3-213-81-302.3z\" p-id=\"10465\"></path></svg></li><li title=\"rotate right \"><svg t=\"1569683458761\" class=\"icon\" viewBox=\"0 0 1024 1024\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" p-id=\"10582\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"200\" height=\"200\"><defs><style type=\"text/css\"></style></defs><path d=\"M480.5 251.2c13-1.6 25.9-2.4 38.8-2.5v63.9c0 6.5 7.5 10.1 12.6 6.1L660 217.6c4-3.2 4-9.2 0-12.3l-128-101c-5.1-4-12.6-0.4-12.6 6.1l-0.2 64c-118.6 0.5-235.8 53.4-314.6 154.2-69.6 89.2-95.7 198.6-81.1 302.4h74.9c-0.9-5.3-1.7-10.7-2.4-16.1-5.1-42.1-2.1-84.1 8.9-124.8 11.4-42.2 31-81.1 58.1-115.8 27.2-34.7 60.3-63.2 98.4-84.3 37-20.6 76.9-33.6 119.1-38.8z\" p-id=\"10583\"></path><path d=\"M880 418H352c-17.7 0-32 14.3-32 32v414c0 17.7 14.3 32 32 32h528c17.7 0 32-14.3 32-32V450c0-17.7-14.3-32-32-32z m-44 402H396V494h440v326z\" p-id=\"10584\"></path></svg></li><li title=\"safety certificate \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M866.9 169.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2zM810 654.3L512 886.5 214 654.3V226.7l298-101.6 298 101.6v427.6zm-405.8-201c-3-4.1-7.8-6.6-13-6.6H336c-6.5 0-10.3 7.4-6.5 12.7l126.4 174a16.1 16.1 0 0 0 26 0l212.6-292.7c3.8-5.3 0-12.7-6.5-12.7h-55.2c-5.1 0-10 2.5-13 6.6L468.9 542.4l-64.7-89.1z\"/>\n</svg>\n</li><li title=\"safety \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M512 64L128 192v384c0 212.1 171.9 384 384 384s384-171.9 384-384V192L512 64zm312 512c0 172.3-139.7 312-312 312S200 748.3 200 576V246l312-110 312 110v330z\"/>\n  <path d=\"M378.4 475.1a35.91 35.91 0 0 0-50.9 0 35.91 35.91 0 0 0 0 50.9l129.4 129.4 2.1 2.1a33.98 33.98 0 0 0 48.1 0L730.6 434a33.98 33.98 0 0 0 0-48.1l-2.8-2.8a33.98 33.98 0 0 0-48.1 0L483 579.7 378.4 475.1z\"/>\n</svg>\n</li><li title=\"save \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M893.3 293.3L730.7 130.7c-7.5-7.5-16.7-13-26.7-16V112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V338.5c0-17-6.7-33.2-18.7-45.2zM384 184h256v104H384V184zm456 656H184V184h136v136c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V205.8l136 136V840zM512 442c-79.5 0-144 64.5-144 144s64.5 144 144 144 144-64.5 144-144-64.5-144-144-144zm0 224c-44.2 0-80-35.8-80-80s35.8-80 80-80 80 35.8 80 80-35.8 80-80 80z\"/>\n</svg>\n</li><li title=\"scan \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M136 384h56c4.4 0 8-3.6 8-8V200h176c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H196c-37.6 0-68 30.4-68 68v180c0 4.4 3.6 8 8 8zm512-184h176v176c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V196c0-37.6-30.4-68-68-68H648c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zM376 824H200V648c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v180c0 37.6 30.4 68 68 68h180c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm512-184h-56c-4.4 0-8 3.6-8 8v176H648c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h180c37.6 0 68-30.4 68-68V648c0-4.4-3.6-8-8-8zm16-164H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z\"/>\n</svg>\n</li><li title=\"schedule \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M928 224H768v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H548v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H328v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H96c-17.7 0-32 14.3-32 32v576c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V256c0-17.7-14.3-32-32-32zm-40 568H136V296h120v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h148v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h148v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h120v496zM416 496H232c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm0 136H232c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm308.2-177.4L620.6 598.3l-52.8-73.1c-3-4.2-7.8-6.6-12.9-6.6H500c-6.5 0-10.3 7.4-6.5 12.7l114.1 158.2a15.9 15.9 0 0 0 25.8 0l165-228.7c3.8-5.3 0-12.7-6.5-12.7H737c-5-.1-9.8 2.4-12.8 6.5z\"/>\n</svg>\n</li><li title=\"scissor \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M567.1 512l318.5-319.3c5-5 1.5-13.7-5.6-13.7h-90.5c-2.1 0-4.2.8-5.6 2.3l-273.3 274-90.2-90.5c12.5-22.1 19.7-47.6 19.7-74.8 0-83.9-68.1-152-152-152s-152 68.1-152 152 68.1 152 152 152c27.7 0 53.6-7.4 75.9-20.3l90 90.3-90.1 90.3A151.04 151.04 0 0 0 288 582c-83.9 0-152 68.1-152 152s68.1 152 152 152 152-68.1 152-152c0-27.2-7.2-52.7-19.7-74.8l90.2-90.5 273.3 274c1.5 1.5 3.5 2.3 5.6 2.3H880c7.1 0 10.7-8.6 5.6-13.7L567.1 512zM288 370c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80zm0 444c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z\"/>\n</svg>\n</li><li title=\"search \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M909.6 854.5L649.9 594.8C690.2 542.7 712 479 712 412c0-80.2-31.3-155.4-87.9-212.1-56.6-56.7-132-87.9-212.1-87.9s-155.5 31.3-212.1 87.9C143.2 256.5 112 331.8 112 412c0 80.1 31.3 155.5 87.9 212.1C256.5 680.8 331.8 712 412 712c67 0 130.6-21.8 182.7-62l259.7 259.6a8.2 8.2 0 0 0 11.6 0l43.6-43.5a8.2 8.2 0 0 0 0-11.6zM570.4 570.4C528 612.7 471.8 636 412 636s-116-23.3-158.4-65.6C211.3 528 188 471.8 188 412s23.3-116.1 65.6-158.4C296 211.3 352.2 188 412 188s116.1 23.2 158.4 65.6S636 352.2 636 412s-23.3 116.1-65.6 158.4z\"/>\n</svg>\n</li><li title=\"security scan \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M866.9 169.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2zM810 654.3L512 886.5 214 654.3V226.7l298-101.6 298 101.6v427.6zM402.9 528.8l-77.5 77.5a8.03 8.03 0 0 0 0 11.3l34 34c3.1 3.1 8.2 3.1 11.3 0l77.5-77.5c55.7 35.1 130.1 28.4 178.6-20.1 56.3-56.3 56.3-147.5 0-203.8-56.3-56.3-147.5-56.3-203.8 0-48.5 48.5-55.2 123-20.1 178.6zm65.4-133.3c31.3-31.3 82-31.3 113.2 0 31.3 31.3 31.3 82 0 113.2-31.3 31.3-82 31.3-113.2 0s-31.3-81.9 0-113.2z\"/>\n</svg>\n</li><li title=\"select \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h360c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H184V184h656v320c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V144c0-17.7-14.3-32-32-32zM653.3 599.4l52.2-52.2a8.01 8.01 0 0 0-4.7-13.6l-179.4-21c-5.1-.6-9.5 3.7-8.9 8.9l21 179.4c.8 6.6 8.9 9.4 13.6 4.7l52.4-52.4 256.2 256.2c3.1 3.1 8.2 3.1 11.3 0l42.4-42.4c3.1-3.1 3.1-8.2 0-11.3L653.3 599.4z\"/>\n</svg>\n</li><li title=\"send \"><svg t=\"1569683742680\" class=\"icon\" viewBox=\"0 0 1024 1024\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" p-id=\"14019\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"200\" height=\"200\"><defs><style type=\"text/css\"></style></defs><path d=\"M931.4 498.9L94.9 79.5c-3.4-1.7-7.3-2.1-11-1.2-8.5 2.1-13.8 10.7-11.7 19.3l86.2 352.2c1.3 5.3 5.2 9.6 10.4 11.3l147.7 50.7-147.6 50.7c-5.2 1.8-9.1 6-10.3 11.3L72.2 926.5c-0.9 3.7-0.5 7.6 1.2 10.9 3.9 7.9 13.5 11.1 21.5 7.2l836.5-417c3.1-1.5 5.6-4.1 7.2-7.1 3.9-8 0.7-17.6-7.2-21.6zM170.8 826.3l50.3-205.6 295.2-101.3c2.3-0.8 4.2-2.6 5-5 1.4-4.2-0.8-8.7-5-10.2L221.1 403 171 198.2l628 314.9-628.2 313.2z\" p-id=\"14020\"></path></svg></li><li title=\"setting \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M924.8 625.7l-65.5-56c3.1-19 4.7-38.4 4.7-57.8s-1.6-38.8-4.7-57.8l65.5-56a32.03 32.03 0 0 0 9.3-35.2l-.9-2.6a443.74 443.74 0 0 0-79.7-137.9l-1.8-2.1a32.12 32.12 0 0 0-35.1-9.5l-81.3 28.9c-30-24.6-63.5-44-99.7-57.6l-15.7-85a32.05 32.05 0 0 0-25.8-25.7l-2.7-.5c-52.1-9.4-106.9-9.4-159 0l-2.7.5a32.05 32.05 0 0 0-25.8 25.7l-15.8 85.4a351.86 351.86 0 0 0-99 57.4l-81.9-29.1a32 32 0 0 0-35.1 9.5l-1.8 2.1a446.02 446.02 0 0 0-79.7 137.9l-.9 2.6c-4.5 12.5-.8 26.5 9.3 35.2l66.3 56.6c-3.1 18.8-4.6 38-4.6 57.1 0 19.2 1.5 38.4 4.6 57.1L99 625.5a32.03 32.03 0 0 0-9.3 35.2l.9 2.6c18.1 50.4 44.9 96.9 79.7 137.9l1.8 2.1a32.12 32.12 0 0 0 35.1 9.5l81.9-29.1c29.8 24.5 63.1 43.9 99 57.4l15.8 85.4a32.05 32.05 0 0 0 25.8 25.7l2.7.5a449.4 449.4 0 0 0 159 0l2.7-.5a32.05 32.05 0 0 0 25.8-25.7l15.7-85a350 350 0 0 0 99.7-57.6l81.3 28.9a32 32 0 0 0 35.1-9.5l1.8-2.1c34.8-41.1 61.6-87.5 79.7-137.9l.9-2.6c4.5-12.3.8-26.3-9.3-35zM788.3 465.9c2.5 15.1 3.8 30.6 3.8 46.1s-1.3 31-3.8 46.1l-6.6 40.1 74.7 63.9a370.03 370.03 0 0 1-42.6 73.6L721 702.8l-31.4 25.8c-23.9 19.6-50.5 35-79.3 45.8l-38.1 14.3-17.9 97a377.5 377.5 0 0 1-85 0l-17.9-97.2-37.8-14.5c-28.5-10.8-55-26.2-78.7-45.7l-31.4-25.9-93.4 33.2c-17-22.9-31.2-47.6-42.6-73.6l75.5-64.5-6.5-40c-2.4-14.9-3.7-30.3-3.7-45.5 0-15.3 1.2-30.6 3.7-45.5l6.5-40-75.5-64.5c11.3-26.1 25.6-50.7 42.6-73.6l93.4 33.2 31.4-25.9c23.7-19.5 50.2-34.9 78.7-45.7l37.9-14.3 17.9-97.2c28.1-3.2 56.8-3.2 85 0l17.9 97 38.1 14.3c28.7 10.8 55.4 26.2 79.3 45.8l31.4 25.8 92.8-32.9c17 22.9 31.2 47.6 42.6 73.6L781.8 426l6.5 39.9zM512 326c-97.2 0-176 78.8-176 176s78.8 176 176 176 176-78.8 176-176-78.8-176-176-176zm79.2 255.2A111.6 111.6 0 0 1 512 614c-29.9 0-58-11.7-79.2-32.8A111.6 111.6 0 0 1 400 502c0-29.9 11.7-58 32.8-79.2C454 401.6 482.1 390 512 390c29.9 0 58 11.6 79.2 32.8A111.6 111.6 0 0 1 624 502c0 29.9-11.7 58-32.8 79.2z\"/>\n</svg>\n</li><li title=\"shake \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M324 666a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm616.7-309.6L667.6 83.2C655.2 70.9 638.7 64 621.1 64s-34.1 6.8-46.5 19.2L83.3 574.5a65.85 65.85 0 0 0 0 93.1l273.2 273.2c12.3 12.3 28.9 19.2 46.5 19.2s34.1-6.8 46.5-19.2l491.3-491.3c25.6-25.7 25.6-67.5-.1-93.1zM403 880.1L143.9 621l477.2-477.2 259 259.2L403 880.1zM152.8 373.7a7.9 7.9 0 0 0 11.2 0L373.7 164a7.9 7.9 0 0 0 0-11.2l-38.4-38.4a7.9 7.9 0 0 0-11.2 0L114.3 323.9a7.9 7.9 0 0 0 0 11.2l38.5 38.6zm718.6 276.6a7.9 7.9 0 0 0-11.2 0L650.3 860.1a7.9 7.9 0 0 0 0 11.2l38.4 38.4a7.9 7.9 0 0 0 11.2 0L909.7 700a7.9 7.9 0 0 0 0-11.2l-38.3-38.5z\"/>\n</svg>\n</li><li title=\"share alt \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M752 664c-28.5 0-54.8 10-75.4 26.7L469.4 540.8a160.68 160.68 0 0 0 0-57.6l207.2-149.9C697.2 350 723.5 360 752 360c66.2 0 120-53.8 120-120s-53.8-120-120-120-120 53.8-120 120c0 11.6 1.6 22.7 4.7 33.3L439.9 415.8C410.7 377.1 364.3 352 312 352c-88.4 0-160 71.6-160 160s71.6 160 160 160c52.3 0 98.7-25.1 127.9-63.8l196.8 142.5c-3.1 10.6-4.7 21.8-4.7 33.3 0 66.2 53.8 120 120 120s120-53.8 120-120-53.8-120-120-120zm0-476c28.7 0 52 23.3 52 52s-23.3 52-52 52-52-23.3-52-52 23.3-52 52-52zM312 600c-48.5 0-88-39.5-88-88s39.5-88 88-88 88 39.5 88 88-39.5 88-88 88zm440 236c-28.7 0-52-23.3-52-52s23.3-52 52-52 52 23.3 52 52-23.3 52-52 52z\"/>\n</svg>\n</li><li title=\"shop \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M882 272.1V144c0-17.7-14.3-32-32-32H174c-17.7 0-32 14.3-32 32v128.1c-16.7 1-30 14.9-30 31.9v131.7a177 177 0 0 0 14.4 70.4c4.3 10.2 9.6 19.8 15.6 28.9v345c0 17.6 14.3 32 32 32h676c17.7 0 32-14.3 32-32V535a175 175 0 0 0 15.6-28.9c9.5-22.3 14.4-46 14.4-70.4V304c0-17-13.3-30.9-30-31.9zM214 184h596v88H214v-88zm362 656.1H448V736h128v104.1zm234 0H640V704c0-17.7-14.3-32-32-32H416c-17.7 0-32 14.3-32 32v136.1H214V597.9c2.9 1.4 5.9 2.8 9 4 22.3 9.4 46 14.1 70.4 14.1s48-4.7 70.4-14.1c13.8-5.8 26.8-13.2 38.7-22.1.2-.1.4-.1.6 0a180.4 180.4 0 0 0 38.7 22.1c22.3 9.4 46 14.1 70.4 14.1 24.4 0 48-4.7 70.4-14.1 13.8-5.8 26.8-13.2 38.7-22.1.2-.1.4-.1.6 0a180.4 180.4 0 0 0 38.7 22.1c22.3 9.4 46 14.1 70.4 14.1 24.4 0 48-4.7 70.4-14.1 3-1.3 6-2.6 9-4v242.2zm30-404.4c0 59.8-49 108.3-109.3 108.3-40.8 0-76.4-22.1-95.2-54.9-2.9-5-8.1-8.1-13.9-8.1h-.6c-5.7 0-11 3.1-13.9 8.1A109.24 109.24 0 0 1 512 544c-40.7 0-76.2-22-95-54.7-3-5.1-8.4-8.3-14.3-8.3s-11.4 3.2-14.3 8.3a109.63 109.63 0 0 1-95.1 54.7C233 544 184 495.5 184 435.7v-91.2c0-.3.2-.5.5-.5h655c.3 0 .5.2.5.5v91.2z\"/>\n</svg>\n</li><li title=\"shopping cart \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M922.9 701.9H327.4l29.9-60.9 496.8-.9c16.8 0 31.2-12 34.2-28.6l68.8-385.1c1.8-10.1-.9-20.5-7.5-28.4a34.99 34.99 0 0 0-26.6-12.5l-632-2.1-5.4-25.4c-3.4-16.2-18-28-34.6-28H96.5a35.3 35.3 0 1 0 0 70.6h125.9L246 312.8l58.1 281.3-74.8 122.1a34.96 34.96 0 0 0-3 36.8c6 11.9 18.1 19.4 31.5 19.4h62.8a102.43 102.43 0 0 0-20.6 61.7c0 56.6 46 102.6 102.6 102.6s102.6-46 102.6-102.6c0-22.3-7.4-44-20.6-61.7h161.1a102.43 102.43 0 0 0-20.6 61.7c0 56.6 46 102.6 102.6 102.6s102.6-46 102.6-102.6c0-22.3-7.4-44-20.6-61.7H923c19.4 0 35.3-15.8 35.3-35.3a35.42 35.42 0 0 0-35.4-35.2zM305.7 253l575.8 1.9-56.4 315.8-452.3.8L305.7 253zm96.9 612.7c-17.4 0-31.6-14.2-31.6-31.6 0-17.4 14.2-31.6 31.6-31.6s31.6 14.2 31.6 31.6a31.6 31.6 0 0 1-31.6 31.6zm325.1 0c-17.4 0-31.6-14.2-31.6-31.6 0-17.4 14.2-31.6 31.6-31.6s31.6 14.2 31.6 31.6a31.6 31.6 0 0 1-31.6 31.6z\"/>\n</svg>\n</li><li title=\"shopping \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M832 312H696v-16c0-101.6-82.4-184-184-184s-184 82.4-184 184v16H192c-17.7 0-32 14.3-32 32v536c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V344c0-17.7-14.3-32-32-32zm-432-16c0-61.9 50.1-112 112-112s112 50.1 112 112v16H400v-16zm392 544H232V384h96v88c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-88h224v88c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-88h96v456z\"/>\n</svg>\n</li><li title=\"shrink \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M881.7 187.4l-45.1-45.1a8.03 8.03 0 0 0-11.3 0L667.8 299.9l-54.7-54.7a7.94 7.94 0 0 0-13.5 4.7L576.1 439c-.6 5.2 3.7 9.5 8.9 8.9l189.2-23.5c6.6-.8 9.3-8.8 4.7-13.5l-54.7-54.7 157.6-157.6c3-3 3-8.1-.1-11.2zM439 576.1l-189.2 23.5c-6.6.8-9.3 8.9-4.7 13.5l54.7 54.7-157.5 157.5a8.03 8.03 0 0 0 0 11.3l45.1 45.1c3.1 3.1 8.2 3.1 11.3 0l157.6-157.6 54.7 54.7a7.94 7.94 0 0 0 13.5-4.7L447.9 585a7.9 7.9 0 0 0-8.9-8.9z\"/>\n</svg>\n</li><li title=\"sisternode \"><svg t=\"1569683586275\" class=\"icon\" viewBox=\"0 0 1024 1024\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" p-id=\"11882\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"200\" height=\"200\"><defs><style type=\"text/css\"></style></defs><path d=\"M672 432c-120.3 0-219.9 88.5-237.3 204H320c-15.5 0-28-12.5-28-28V244h291c14.2 35.2 48.7 60 89 60 53 0 96-43 96-96s-43-96-96-96c-40.3 0-74.8 24.8-89 60H112v72h108v364c0 55.2 44.8 100 100 100h114.7c17.4 115.5 117 204 237.3 204 132.5 0 240-107.5 240-240S804.5 432 672 432z m128 266c0 4.4-3.6 8-8 8h-86v86c0 4.4-3.6 8-8 8h-52c-4.4 0-8-3.6-8-8v-86h-86c-4.4 0-8-3.6-8-8v-52c0-4.4 3.6-8 8-8h86v-86c0-4.4 3.6-8 8-8h52c4.4 0 8 3.6 8 8v86h86c4.4 0 8 3.6 8 8v52z\" p-id=\"11883\"></path></svg></li><li title=\"sketch \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M925.6 405.1l-203-253.7a6.5 6.5 0 0 0-5-2.4H306.4c-1.9 0-3.8.9-5 2.4l-203 253.7a6.5 6.5 0 0 0 .2 8.3l408.6 459.5c1.2 1.4 3 2.1 4.8 2.1 1.8 0 3.5-.8 4.8-2.1l408.6-459.5a6.5 6.5 0 0 0 .2-8.3zM645.2 206.4l34.4 133.9-132.5-133.9h98.1zm8.2 178.5H370.6L512 242l141.4 142.9zM378.8 206.4h98.1L344.3 340.3l34.5-133.9zm-53.4 7l-44.1 171.5h-93.1l137.2-171.5zM194.6 434.9H289l125.8 247.7-220.2-247.7zM512 763.4L345.1 434.9h333.7L512 763.4zm97.1-80.8L735 434.9h94.4L609.1 682.6zm133.6-297.7l-44.1-171.5 137.2 171.5h-93.1z\"/>\n</svg>\n</li><li title=\"skin \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M870 126H663.8c-17.4 0-32.9 11.9-37 29.3C614.3 208.1 567 246 512 246s-102.3-37.9-114.8-90.7a37.93 37.93 0 0 0-37-29.3H154a44 44 0 0 0-44 44v252a44 44 0 0 0 44 44h75v388a44 44 0 0 0 44 44h478a44 44 0 0 0 44-44V466h75a44 44 0 0 0 44-44V170a44 44 0 0 0-44-44zm-28 268H723v432H301V394H182V198h153.3c28.2 71.2 97.5 120 176.7 120s148.5-48.8 176.7-120H842v196z\"/>\n</svg>\n</li><li title=\"skype \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M883.7 578.6c4.1-22.5 6.3-45.5 6.3-68.5 0-51-10-100.5-29.7-147-19-45-46.3-85.4-81-120.1a375.79 375.79 0 0 0-120.1-80.9c-46.6-19.7-96-29.7-147-29.7-24 0-48.1 2.3-71.5 6.8A225.1 225.1 0 0 0 335.6 113c-59.7 0-115.9 23.3-158.1 65.5A222.25 222.25 0 0 0 112 336.6c0 38 9.8 75.4 28.1 108.4-3.7 21.4-5.7 43.3-5.7 65.1 0 51 10 100.5 29.7 147 19 45 46.2 85.4 80.9 120.1 34.7 34.7 75.1 61.9 120.1 80.9 46.6 19.7 96 29.7 147 29.7 22.2 0 44.4-2 66.2-5.9 33.5 18.9 71.3 29 110 29 59.7 0 115.9-23.2 158.1-65.5 42.3-42.2 65.5-98.4 65.5-158.1.1-38-9.7-75.5-28.2-108.7zm-88.1 216C766.9 823.4 729 839 688.4 839c-26.1 0-51.8-6.8-74.6-19.7l-22.5-12.7-25.5 4.5c-17.8 3.2-35.8 4.8-53.6 4.8-41.4 0-81.3-8.1-119.1-24.1-36.3-15.3-69-37.3-97.2-65.5a304.29 304.29 0 0 1-65.5-97.1c-16-37.7-24-77.6-24-119 0-17.4 1.6-35.2 4.6-52.8l4.4-25.1L203 410a151.02 151.02 0 0 1-19.1-73.4c0-40.6 15.7-78.5 44.4-107.2C257.1 200.7 295 185 335.6 185a153 153 0 0 1 71.4 17.9l22.4 11.8 24.8-4.8c18.9-3.6 38.4-5.5 58-5.5 41.4 0 81.3 8.1 119 24 36.5 15.4 69.1 37.4 97.2 65.5 28.2 28.1 50.2 60.8 65.6 97.2 16 37.7 24 77.6 24 119 0 18.4-1.7 37-5.1 55.5l-4.7 25.5 12.6 22.6c12.6 22.5 19.2 48 19.2 73.7 0 40.7-15.7 78.5-44.4 107.2zM583.4 466.2L495 446.6c-33.6-7.7-72.3-17.8-72.3-49.5s27.1-53.9 76.1-53.9c98.7 0 89.7 67.8 138.7 67.8 25.8 0 48.4-15.2 48.4-41.2 0-60.8-97.4-106.5-180-106.5-89.7 0-185.2 38.1-185.2 139.5 0 48.8 17.4 100.8 113.6 124.9l119.4 29.8c36.1 8.9 45.2 29.2 45.2 47.6 0 30.5-30.3 60.3-85.2 60.3-107.2 0-92.3-82.5-149.7-82.5-25.8 0-44.5 17.8-44.5 43.1 0 49.4 60 115.4 194.2 115.4 127.7 0 191-61.5 191-144 0-53.1-24.5-109.6-121.3-131.2z\"/>\n</svg>\n</li><li title=\"slack square \"><svg class=\"icon\" width=\"200\" height=\"200\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path fill=\"#333\" d=\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM529 311.4c0-27.8 22.5-50.4 50.3-50.4 27.8 0 50.3 22.6 50.3 50.4v134.4c0 27.8-22.5 50.4-50.3 50.4-27.8 0-50.3-22.6-50.3-50.4V311.4zM361.5 580.2c0 27.8-22.5 50.4-50.3 50.4-13.3 0-26.1-5.3-35.6-14.8-9.4-9.5-14.7-22.3-14.7-35.6 0-27.8 22.5-50.4 50.3-50.4h50.3v50.4zm134 134.4c0 27.8-22.5 50.4-50.3 50.4-27.8 0-50.3-22.6-50.3-50.4V580.2c0-27.8 22.5-50.4 50.3-50.4 13.3 0 26.1 5.3 35.6 14.8s14.7 22.3 14.7 35.6v134.4zm-50.2-218.4h-134c-27.8 0-50.3-22.6-50.3-50.4 0-27.8 22.5-50.4 50.3-50.4h134c27.8 0 50.3 22.6 50.3 50.4-.1 27.9-22.6 50.4-50.3 50.4zm0-134.4c-13.3 0-26.1-5.3-35.6-14.8S395 324.8 395 311.4c0-27.8 22.5-50.4 50.3-50.4 27.8 0 50.3 22.6 50.3 50.4v50.4h-50.3zm134 403.2c-27.8 0-50.3-22.6-50.3-50.4v-50.4h50.3c27.8 0 50.3 22.6 50.3 50.4 0 27.8-22.5 50.4-50.3 50.4zm134-134.4h-134c-13.3 0-26.1-5.3-35.6-14.8-9.4-9.5-14.7-22.3-14.7-35.6 0-27.8 22.5-50.4 50.3-50.4h134c27.8 0 50.3 22.6 50.3 50.4 0 27.8-22.5 50.4-50.3 50.4zm0-134.4H663v-50.4c0-27.8 22.5-50.4 50.3-50.4s50.3 22.6 50.3 50.4c0 27.8-22.5 50.4-50.3 50.4z\"/></svg></li><li title=\"slack \"><svg class=\"icon\" width=\"200\" height=\"200\" viewBox=\"0 0 1024 1024\" xmlns=\"http://www.w3.org/2000/svg\"><path fill=\"#333\" d=\"M409.4 128c-42.4 0-76.7 34.4-76.7 76.8 0 20.3 8.1 39.9 22.4 54.3 14.4 14.4 33.9 22.5 54.3 22.5h76.7v-76.8c0-42.3-34.3-76.7-76.7-76.8zm0 204.8H204.7c-42.4 0-76.7 34.4-76.7 76.8s34.4 76.8 76.7 76.8h204.6c42.4 0 76.7-34.4 76.7-76.8.1-42.4-34.3-76.8-76.6-76.8zM614 486.4c42.4 0 76.8-34.4 76.7-76.8V204.8c0-42.4-34.3-76.8-76.7-76.8-42.4 0-76.7 34.4-76.7 76.8v204.8c0 42.5 34.3 76.8 76.7 76.8zm281.4-76.8c0-42.4-34.4-76.8-76.7-76.8S742 367.2 742 409.6v76.8h76.7c42.3 0 76.7-34.4 76.7-76.8zm-76.8 128H614c-42.4 0-76.7 34.4-76.7 76.8 0 20.3 8.1 39.9 22.4 54.3 14.4 14.4 33.9 22.5 54.3 22.5h204.6c42.4 0 76.7-34.4 76.7-76.8.1-42.4-34.3-76.7-76.7-76.8zM614 742.4h-76.7v76.8c0 42.4 34.4 76.8 76.7 76.8 42.4 0 76.8-34.4 76.7-76.8.1-42.4-34.3-76.7-76.7-76.8zM409.4 537.6c-42.4 0-76.7 34.4-76.7 76.8v204.8c0 42.4 34.4 76.8 76.7 76.8 42.4 0 76.8-34.4 76.7-76.8V614.4c0-20.3-8.1-39.9-22.4-54.3-14.4-14.4-34-22.5-54.3-22.5zM128 614.4c0 20.3 8.1 39.9 22.4 54.3 14.4 14.4 33.9 22.5 54.3 22.5 42.4 0 76.8-34.4 76.7-76.8v-76.8h-76.7c-42.3 0-76.7 34.4-76.7 76.8z\"/></svg></li><li title=\"sliders \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M320 224h-66v-56c0-4.4-3.6-8-8-8h-52c-4.4 0-8 3.6-8 8v56h-66c-4.4 0-8 3.6-8 8v560c0 4.4 3.6 8 8 8h66v56c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8v-56h66c4.4 0 8-3.6 8-8V232c0-4.4-3.6-8-8-8zm-60 508h-80V292h80v440zm644-436h-66v-96c0-4.4-3.6-8-8-8h-52c-4.4 0-8 3.6-8 8v96h-66c-4.4 0-8 3.6-8 8v416c0 4.4 3.6 8 8 8h66v96c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8v-96h66c4.4 0 8-3.6 8-8V304c0-4.4-3.6-8-8-8zm-60 364h-80V364h80v296zM612 404h-66V232c0-4.4-3.6-8-8-8h-52c-4.4 0-8 3.6-8 8v172h-66c-4.4 0-8 3.6-8 8v200c0 4.4 3.6 8 8 8h66v172c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8V620h66c4.4 0 8-3.6 8-8V412c0-4.4-3.6-8-8-8zm-60 145a3 3 0 0 1-3 3h-74a3 3 0 0 1-3-3v-74a3 3 0 0 1 3-3h74a3 3 0 0 1 3 3v74z\"/>\n</svg>\n</li><li title=\"small dash \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M112 476h72v72h-72zm182 0h72v72h-72zm364 0h72v72h-72zm182 0h72v72h-72zm-364 0h72v72h-72z\"/>\n</svg>\n</li><li title=\"smile \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M288 421a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm352 0a48 48 0 1 0 96 0 48 48 0 1 0-96 0zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm263 711c-34.2 34.2-74 61-118.3 79.8C611 874.2 562.3 884 512 884c-50.3 0-99-9.8-144.8-29.2A370.4 370.4 0 0 1 248.9 775c-34.2-34.2-61-74-79.8-118.3C149.8 611 140 562.3 140 512s9.8-99 29.2-144.8A370.4 370.4 0 0 1 249 248.9c34.2-34.2 74-61 118.3-79.8C413 149.8 461.7 140 512 140c50.3 0 99 9.8 144.8 29.2A370.4 370.4 0 0 1 775.1 249c34.2 34.2 61 74 79.8 118.3C874.2 413 884 461.7 884 512s-9.8 99-29.2 144.8A368.89 368.89 0 0 1 775 775zM664 533h-48.1c-4.2 0-7.8 3.2-8.1 7.4C604 589.9 562.5 629 512 629s-92.1-39.1-95.8-88.6c-.3-4.2-3.9-7.4-8.1-7.4H360a8 8 0 0 0-8 8.4c4.4 84.3 74.5 151.6 160 151.6s155.6-67.3 160-151.6a8 8 0 0 0-8-8.4z\"/>\n</svg>\n</li><li title=\"snippets \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M832 112H724V72c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v40H500V72c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v40H320c-17.7 0-32 14.3-32 32v120h-96c-17.7 0-32 14.3-32 32v632c0 17.7 14.3 32 32 32h512c17.7 0 32-14.3 32-32v-96h96c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM664 888H232V336h218v174c0 22.1 17.9 40 40 40h174v338zm0-402H514V336h.2L664 485.8v.2zm128 274h-56V456L544 264H360v-80h68v32c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-32h152v32c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-32h68v576z\"/>\n</svg>\n</li><li title=\"solution \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M688 264c0-4.4-3.6-8-8-8H296c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8v-48zm-8 136H296c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zM480 544H296c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm-48 308H208V148h560v344c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V108c0-17.7-14.3-32-32-32H168c-17.7 0-32 14.3-32 32v784c0 17.7 14.3 32 32 32h264c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm356.8-74.4c29-26.3 47.2-64.3 47.2-106.6 0-79.5-64.5-144-144-144s-144 64.5-144 144c0 42.3 18.2 80.3 47.2 106.6-57 32.5-96.2 92.7-99.2 162.1-.2 4.5 3.5 8.3 8 8.3h48.1c4.2 0 7.7-3.3 8-7.6C564 871.2 621.7 816 692 816s128 55.2 131.9 124.4c.2 4.2 3.7 7.6 8 7.6H880c4.6 0 8.2-3.8 8-8.3-2.9-69.5-42.2-129.6-99.2-162.1zM692 591c44.2 0 80 35.8 80 80s-35.8 80-80 80-80-35.8-80-80 35.8-80 80-80z\"/>\n</svg>\n</li><li title=\"sort ascending \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M839.6 433.8L749 150.5a9.24 9.24 0 0 0-8.9-6.5h-77.4c-4.1 0-7.6 2.6-8.9 6.5l-91.3 283.3c-.3.9-.5 1.9-.5 2.9 0 5.1 4.2 9.3 9.3 9.3h56.4c4.2 0 7.8-2.8 9-6.8l17.5-61.6h89l17.3 61.5c1.1 4 4.8 6.8 9 6.8h61.2c1 0 1.9-.1 2.8-.4 2.4-.8 4.3-2.4 5.5-4.6 1.1-2.2 1.3-4.7.6-7.1zM663.3 325.5l32.8-116.9h6.3l32.1 116.9h-71.2zm143.5 492.9H677.2v-.4l132.6-188.9c1.1-1.6 1.7-3.4 1.7-5.4v-36.4c0-5.1-4.2-9.3-9.3-9.3h-204c-5.1 0-9.3 4.2-9.3 9.3v43c0 5.1 4.2 9.3 9.3 9.3h122.6v.4L587.7 828.9a9.35 9.35 0 0 0-1.7 5.4v36.4c0 5.1 4.2 9.3 9.3 9.3h211.4c5.1 0 9.3-4.2 9.3-9.3v-43a9.2 9.2 0 0 0-9.2-9.3zM416 702h-76V172c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v530h-76c-6.7 0-10.5 7.8-6.3 13l112 141.9a8 8 0 0 0 12.6 0l112-141.9c4.1-5.2.4-13-6.3-13z\"/>\n</svg>\n</li><li title=\"sort descending \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M839.6 433.8L749 150.5a9.24 9.24 0 0 0-8.9-6.5h-77.4c-4.1 0-7.6 2.6-8.9 6.5l-91.3 283.3c-.3.9-.5 1.9-.5 2.9 0 5.1 4.2 9.3 9.3 9.3h56.4c4.2 0 7.8-2.8 9-6.8l17.5-61.6h89l17.3 61.5c1.1 4 4.8 6.8 9 6.8h61.2c1 0 1.9-.1 2.8-.4 2.4-.8 4.3-2.4 5.5-4.6 1.1-2.2 1.3-4.7.6-7.1zM663.3 325.5l32.8-116.9h6.3l32.1 116.9h-71.2zm143.5 492.9H677.2v-.4l132.6-188.9c1.1-1.6 1.7-3.4 1.7-5.4v-36.4c0-5.1-4.2-9.3-9.3-9.3h-204c-5.1 0-9.3 4.2-9.3 9.3v43c0 5.1 4.2 9.3 9.3 9.3h122.6v.4L587.7 828.9a9.35 9.35 0 0 0-1.7 5.4v36.4c0 5.1 4.2 9.3 9.3 9.3h211.4c5.1 0 9.3-4.2 9.3-9.3v-43a9.2 9.2 0 0 0-9.2-9.3zM310.3 167.1a8 8 0 0 0-12.6 0L185.7 309c-4.2 5.3-.4 13 6.3 13h76v530c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V322h76c6.7 0 10.5-7.8 6.3-13l-112-141.9z\"/>\n</svg>\n</li><li title=\"sound \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M625.9 115c-5.9 0-11.9 1.6-17.4 5.3L254 352H90c-8.8 0-16 7.2-16 16v288c0 8.8 7.2 16 16 16h164l354.5 231.7c5.5 3.6 11.6 5.3 17.4 5.3 16.7 0 32.1-13.3 32.1-32.1V147.1c0-18.8-15.4-32.1-32.1-32.1zM586 803L293.4 611.7l-18-11.7H146V424h129.4l17.9-11.7L586 221v582zm348-327H806c-8.8 0-16 7.2-16 16v40c0 8.8 7.2 16 16 16h128c8.8 0 16-7.2 16-16v-40c0-8.8-7.2-16-16-16zm-41.9 261.8l-110.3-63.7a15.9 15.9 0 0 0-21.7 5.9l-19.9 34.5c-4.4 7.6-1.8 17.4 5.8 21.8L856.3 800a15.9 15.9 0 0 0 21.7-5.9l19.9-34.5c4.4-7.6 1.7-17.4-5.8-21.8zM760 344a15.9 15.9 0 0 0 21.7 5.9L892 286.2c7.6-4.4 10.2-14.2 5.8-21.8L878 230a15.9 15.9 0 0 0-21.7-5.9L746 287.8a15.99 15.99 0 0 0-5.8 21.8L760 344z\"/>\n</svg>\n</li><li title=\"split cells \"><svg t=\"1569683545621\" class=\"icon\" viewBox=\"0 0 1024 1024\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" p-id=\"11055\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"200\" height=\"200\"><defs><style type=\"text/css\"></style></defs><path d=\"M938.2 508.4L787.3 389c-3-2.4-7.3-0.2-7.3 3.6V478H636V184h204v128c0 2.2 1.8 4 4 4h60c2.2 0 4-1.8 4-4V144c0-15.5-12.5-28-28-28H596c-15.5 0-28 12.5-28 28v736c0 15.5 12.5 28 28 28h284c15.5 0 28-12.5 28-28V712c0-2.2-1.8-4-4-4h-60c-2.2 0-4 1.8-4 4v128H636V546h144v85.4c0 3.8 4.4 6 7.3 3.6l150.9-119.4c2.4-1.8 2.4-5.4 0-7.2zM428 116H144c-15.5 0-28 12.5-28 28v168c0 2.2 1.8 4 4 4h60c2.2 0 4-1.8 4-4V184h204v294H244v-85.4c0-3.8-4.3-6-7.3-3.6l-151 119.4c-2.3 1.8-2.3 5.3 0 7.1l151 119.5c2.9 2.3 7.3 0.2 7.3-3.6V546h144v294H184V712c0-2.2-1.8-4-4-4h-60c-2.2 0-4 1.8-4 4v168c0 15.5 12.5 28 28 28h284c15.5 0 28-12.5 28-28V144c0-15.5-12.5-28-28-28z\" p-id=\"11056\"></path></svg></li><li title=\"star \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M908.1 353.1l-253.9-36.9L540.7 86.1c-3.1-6.3-8.2-11.4-14.5-14.5-15.8-7.8-35-1.3-42.9 14.5L369.8 316.2l-253.9 36.9c-7 1-13.4 4.3-18.3 9.3a32.05 32.05 0 0 0 .6 45.3l183.7 179.1-43.4 252.9a31.95 31.95 0 0 0 46.4 33.7L512 754l227.1 119.4c6.2 3.3 13.4 4.4 20.3 3.2 17.4-3 29.1-19.5 26.1-36.9l-43.4-252.9 183.7-179.1c5-4.9 8.3-11.3 9.3-18.3 2.7-17.5-9.5-33.7-27-36.3zM664.8 561.6l36.1 210.3L512 672.7 323.1 772l36.1-210.3-152.8-149L417.6 382 512 190.7 606.4 382l211.2 30.7-152.8 148.9z\"/>\n</svg>\n</li><li title=\"step backward \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M347.6 528.95l383.2 301.02c14.25 11.2 35.2 1.1 35.2-16.95V210.97c0-18.05-20.95-28.14-35.2-16.94L347.6 495.05a21.53 21.53 0 0 0 0 33.9M330 864h-64a8 8 0 0 1-8-8V168a8 8 0 0 1 8-8h64a8 8 0 0 1 8 8v688a8 8 0 0 1-8 8\"/>\n</svg>\n</li><li title=\"step forward \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M676.4 528.95L293.2 829.97c-14.25 11.2-35.2 1.1-35.2-16.95V210.97c0-18.05 20.95-28.14 35.2-16.94l383.2 301.02a21.53 21.53 0 0 1 0 33.9M694 864h64a8 8 0 0 0 8-8V168a8 8 0 0 0-8-8h-64a8 8 0 0 0-8 8v688a8 8 0 0 0 8 8\"/>\n</svg>\n</li><li title=\"stock \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M904 747H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM165.7 621.8l39.7 39.5c3.1 3.1 8.2 3.1 11.3 0l234.7-233.9 97.6 97.3a32.11 32.11 0 0 0 45.2 0l264.2-263.2c3.1-3.1 3.1-8.2 0-11.3l-39.7-39.6a8.03 8.03 0 0 0-11.3 0l-235.7 235-97.7-97.3a32.11 32.11 0 0 0-45.2 0L165.7 610.5a7.94 7.94 0 0 0 0 11.3z\"/>\n</svg>\n</li><li title=\"stop \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372 0-89 31.3-170.8 83.5-234.8l523.3 523.3C682.8 852.7 601 884 512 884zm288.5-137.2L277.2 223.5C341.2 171.3 423 140 512 140c205.4 0 372 166.6 372 372 0 89-31.3 170.8-83.5 234.8z\"/>\n</svg>\n</li><li title=\"strikethrough \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M952 474H569.9c-10-2-20.5-4-31.6-6-15.9-2.9-22.2-4.1-30.8-5.8-51.3-10-82.2-20-106.8-34.2-35.1-20.5-52.2-48.3-52.2-85.1 0-37 15.2-67.7 44-89 28.4-21 68.8-32.1 116.8-32.1 54.8 0 97.1 14.4 125.8 42.8 14.6 14.4 25.3 32.1 31.8 52.6 1.3 4.1 2.8 10 4.3 17.8.9 4.8 5.2 8.2 9.9 8.2h72.8c5.6 0 10.1-4.6 10.1-10.1v-1c-.7-6.8-1.3-12.1-2-16-7.3-43.5-28-81.7-59.7-110.3-44.4-40.5-109.7-61.8-188.7-61.8-72.3 0-137.4 18.1-183.3 50.9-25.6 18.4-45.4 41.2-58.6 67.7-13.5 27.1-20.3 58.4-20.3 92.9 0 29.5 5.7 54.5 17.3 76.5 8.3 15.7 19.6 29.5 34.1 42H72c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h433.2c2.1.4 3.9.8 5.9 1.2 30.9 6.2 49.5 10.4 66.6 15.2 23 6.5 40.6 13.3 55.2 21.5 35.8 20.2 53.3 49.2 53.3 89 0 35.3-15.5 66.8-43.6 88.8-30.5 23.9-75.6 36.4-130.5 36.4-43.7 0-80.7-8.5-110.2-25-29.1-16.3-49.1-39.8-59.7-69.5-.8-2.2-1.7-5.2-2.7-9-1.2-4.4-5.3-7.5-9.7-7.5h-79.7c-5.6 0-10.1 4.6-10.1 10.1v1c.2 2.3.4 4.2.6 5.7 6.5 48.8 30.3 88.8 70.7 118.8 47.1 34.8 113.4 53.2 191.8 53.2 84.2 0 154.8-19.8 204.2-57.3 25-18.9 44.2-42.2 57.1-69 13-27.1 19.7-57.9 19.7-91.5 0-31.8-5.8-58.4-17.8-81.4-5.8-11.2-13.1-21.5-21.8-30.8H952c4.4 0 8-3.6 8-8v-60a8 8 0 0 0-8-7.9z\"/>\n</svg>\n</li><li title=\"subnode \"><svg t=\"1569683432252\" class=\"icon\" viewBox=\"0 0 1024 1024\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" p-id=\"10345\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"200\" height=\"200\"><defs><style type=\"text/css\"></style></defs><path d=\"M688 240c-138 0-252 102.8-269.6 236H249c-14.2-35.2-48.7-60-89-60-53 0-96 43-96 96s43 96 96 96c40.3 0 74.8-24.8 89-60h169.3C436 681.2 550 784 688 784c150.2 0 272-121.8 272-272S838.2 240 688 240z m128 298c0 4.4-3.6 8-8 8h-86v86c0 4.4-3.6 8-8 8h-52c-4.4 0-8-3.6-8-8v-86h-86c-4.4 0-8-3.6-8-8v-52c0-4.4 3.6-8 8-8h86v-86c0-4.4 3.6-8 8-8h52c4.4 0 8 3.6 8 8v86h86c4.4 0 8 3.6 8 8v52z\" p-id=\"10346\"></path></svg></li><li title=\"swap left \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M872 572H266.8l144.3-183c4.1-5.2.4-13-6.3-13H340c-9.8 0-19.1 4.5-25.1 12.2l-164 208c-16.5 21-1.6 51.8 25.1 51.8h696c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8z\"/>\n</svg>\n</li><li title=\"swap right \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M873.1 596.2l-164-208A32 32 0 0 0 684 376h-64.8c-6.7 0-10.4 7.7-6.3 13l144.3 183H152c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h695.9c26.8 0 41.7-30.8 25.2-51.8z\"/>\n</svg>\n</li><li title=\"swap \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M847.9 592H152c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h605.2L612.9 851c-4.1 5.2-.4 13 6.3 13h72.5c4.9 0 9.5-2.2 12.6-6.1l168.8-214.1c16.5-21 1.6-51.8-25.2-51.8zM872 356H266.8l144.3-183c4.1-5.2.4-13-6.3-13h-72.5c-4.9 0-9.5 2.2-12.6 6.1L150.9 380.2c-16.5 21-1.6 51.8 25.1 51.8h696c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8z\"/>\n</svg>\n</li><li title=\"switcher \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M752 240H144c-17.7 0-32 14.3-32 32v608c0 17.7 14.3 32 32 32h608c17.7 0 32-14.3 32-32V272c0-17.7-14.3-32-32-32zm-40 600H184V312h528v528zm168-728H264c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h576v576c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V144c0-17.7-14.3-32-32-32zM300 550h296v64H300z\"/>\n</svg>\n</li><li title=\"sync \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M168 504.2c1-43.7 10-86.1 26.9-126 17.3-41 42.1-77.7 73.7-109.4S337 212.3 378 195c42.4-17.9 87.4-27 133.9-27s91.5 9.1 133.8 27A341.5 341.5 0 0 1 755 268.8c9.9 9.9 19.2 20.4 27.8 31.4l-60.2 47a8 8 0 0 0 3 14.1l175.7 43c5 1.2 9.9-2.6 9.9-7.7l.8-180.9c0-6.7-7.7-10.5-12.9-6.3l-56.4 44.1C765.8 155.1 646.2 92 511.8 92 282.7 92 96.3 275.6 92 503.8a8 8 0 0 0 8 8.2h60c4.4 0 7.9-3.5 8-7.8zm756 7.8h-60c-4.4 0-7.9 3.5-8 7.8-1 43.7-10 86.1-26.9 126-17.3 41-42.1 77.8-73.7 109.4A342.45 342.45 0 0 1 512.1 856a342.24 342.24 0 0 1-243.2-100.8c-9.9-9.9-19.2-20.4-27.8-31.4l60.2-47a8 8 0 0 0-3-14.1l-175.7-43c-5-1.2-9.9 2.6-9.9 7.7l-.7 181c0 6.7 7.7 10.5 12.9 6.3l56.4-44.1C258.2 868.9 377.8 932 512.2 932c229.2 0 415.5-183.7 419.8-411.8a8 8 0 0 0-8-8.2z\"/>\n</svg>\n</li><li title=\"table \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-40 208H676V232h212v136zm0 224H676V432h212v160zM412 432h200v160H412V432zm200-64H412V232h200v136zm-476 64h212v160H136V432zm0-200h212v136H136V232zm0 424h212v136H136V656zm276 0h200v136H412V656zm476 136H676V656h212v136z\"/>\n</svg>\n</li><li title=\"tablet \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M800 64H224c-35.3 0-64 28.7-64 64v768c0 35.3 28.7 64 64 64h576c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64zm-8 824H232V136h560v752zM472 784a40 40 0 1 0 80 0 40 40 0 1 0-80 0z\"/>\n</svg>\n</li><li title=\"tag \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M938 458.8l-29.6-312.6c-1.5-16.2-14.4-29-30.6-30.6L565.2 86h-.4c-3.2 0-5.7 1-7.6 2.9L88.9 557.2a9.96 9.96 0 0 0 0 14.1l363.8 363.8c1.9 1.9 4.4 2.9 7.1 2.9s5.2-1 7.1-2.9l468.3-468.3c2-2.1 3-5 2.8-8zM459.7 834.7L189.3 564.3 589 164.6 836 188l23.4 247-399.7 399.7zM680 256c-48.5 0-88 39.5-88 88s39.5 88 88 88 88-39.5 88-88-39.5-88-88-88zm0 120c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"/>\n</svg>\n</li><li title=\"tags \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M483.2 790.3L861.4 412c1.7-1.7 2.5-4 2.3-6.3l-25.5-301.4c-.7-7.8-6.8-13.9-14.6-14.6L522.2 64.3c-2.3-.2-4.7.6-6.3 2.3L137.7 444.8a8.03 8.03 0 0 0 0 11.3l334.2 334.2c3.1 3.2 8.2 3.2 11.3 0zm62.6-651.7l224.6 19 19 224.6L477.5 694 233.9 450.5l311.9-311.9zm60.16 186.23a48 48 0 1 0 67.88-67.89 48 48 0 1 0-67.88 67.89zM889.7 539.8l-39.6-39.5a8.03 8.03 0 0 0-11.3 0l-362 361.3-237.6-237a8.03 8.03 0 0 0-11.3 0l-39.6 39.5a8.03 8.03 0 0 0 0 11.3l243.2 242.8 39.6 39.5c3.1 3.1 8.2 3.1 11.3 0l407.3-406.6c3.1-3.1 3.1-8.2 0-11.3z\"/>\n</svg>\n</li><li title=\"taobao circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zM315.7 291.5c27.3 0 49.5 22.1 49.5 49.4s-22.1 49.4-49.5 49.4a49.4 49.4 0 1 1 0-98.8zM366.9 578c-13.6 42.3-10.2 26.7-64.4 144.5l-78.5-49s87.7-79.8 105.6-116.2c19.2-38.4-21.1-58.9-21.1-58.9l-60.2-37.5 32.7-50.2c45.4 33.7 48.7 36.6 79.2 67.2 23.8 23.9 20.7 56.8 6.7 100.1zm427.2 55c-15.3 143.8-202.4 90.3-202.4 90.3l10.2-41.1 43.3 9.3c80 5 72.3-64.9 72.3-64.9V423c.6-77.3-72.6-85.4-204.2-38.3l30.6 8.3c-2.5 9-12.5 23.2-25.2 38.6h176v35.6h-99.1v44.5h98.7v35.7h-98.7V622c14.9-4.8 28.6-11.5 40.5-20.5l-8.7-32.5 46.5-14.4 38.8 94.9-57.3 23.9-10.2-37.8c-25.6 19.5-78.8 48-171.8 45.4-99.2 2.6-73.7-112-73.7-112l2.5-1.3H472c-.5 14.7-6.6 38.7 1.7 51.8 6.8 10.8 24.2 12.6 35.3 13.1 1.3.1 2.6.1 3.9.1v-85.3h-101v-35.7h101v-44.5H487c-22.7 24.1-43.5 44.1-43.5 44.1l-30.6-26.7c21.7-22.9 43.3-59.1 56.8-83.2-10.9 4.4-22 9.2-33.6 14.2-11.2 14.3-24.2 29-38.7 43.5.5.8-50-28.4-50-28.4 52.2-44.4 81.4-139.9 81.4-139.9l72.5 20.4s-5.9 14-18.4 35.6c290.3-82.3 307.4 50.5 307.4 50.5s19.1 91.8 3.8 235.7z\"/>\n</svg>\n</li><li title=\"taobao \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M168.5 273.7a68.7 68.7 0 1 0 137.4 0 68.7 68.7 0 1 0-137.4 0zm730 79.2s-23.7-184.4-426.9-70.1c17.3-30 25.6-49.5 25.6-49.5L396.4 205s-40.6 132.6-113 194.4c0 0 70.1 40.6 69.4 39.4 20.1-20.1 38.2-40.6 53.7-60.4 16.1-7 31.5-13.6 46.7-19.8-18.6 33.5-48.7 83.8-78.8 115.6l42.4 37s28.8-27.7 60.4-61.2h36v61.8H372.9v49.5h140.3v118.5c-1.7 0-3.6 0-5.4-.2-15.4-.7-39.5-3.3-49-18.2-11.5-18.1-3-51.5-2.4-71.9h-97l-3.4 1.8s-35.5 159.1 102.3 155.5c129.1 3.6 203-36 238.6-63.1l14.2 52.6 79.6-33.2-53.9-131.9-64.6 20.1 12.1 45.2c-16.6 12.4-35.6 21.7-56.2 28.4V561.3h137.1v-49.5H628.1V450h137.6v-49.5H521.3c17.6-21.4 31.5-41.1 35-53.6l-42.5-11.6c182.8-65.5 284.5-54.2 283.6 53.2v282.8s10.8 97.1-100.4 90.1l-60.2-12.9-14.2 57.1S882.5 880 903.7 680.2c21.3-200-5.2-327.3-5.2-327.3zm-707.4 18.3l-45.4 69.7 83.6 52.1s56 28.5 29.4 81.9C233.8 625.5 112 736.3 112 736.3l109 68.1c75.4-163.7 70.5-142 89.5-200.7 19.5-60.1 23.7-105.9-9.4-139.1-42.4-42.6-47-46.6-110-93.4z\"/>\n</svg>\n</li><li title=\"team \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M824.2 699.9a301.55 301.55 0 0 0-86.4-60.4C783.1 602.8 812 546.8 812 484c0-110.8-92.4-201.7-203.2-200-109.1 1.7-197 90.6-197 200 0 62.8 29 118.8 74.2 155.5a300.95 300.95 0 0 0-86.4 60.4C345 754.6 314 826.8 312 903.8a8 8 0 0 0 8 8.2h56c4.3 0 7.9-3.4 8-7.7 1.9-58 25.4-112.3 66.7-153.5A226.62 226.62 0 0 1 612 684c60.9 0 118.2 23.7 161.3 66.8C814.5 792 838 846.3 840 904.3c.1 4.3 3.7 7.7 8 7.7h56a8 8 0 0 0 8-8.2c-2-77-33-149.2-87.8-203.9zM612 612c-34.2 0-66.4-13.3-90.5-37.5a126.86 126.86 0 0 1-37.5-91.8c.3-32.8 13.4-64.5 36.3-88 24-24.6 56.1-38.3 90.4-38.7 33.9-.3 66.8 12.9 91 36.6 24.8 24.3 38.4 56.8 38.4 91.4 0 34.2-13.3 66.3-37.5 90.5A127.3 127.3 0 0 1 612 612zM361.5 510.4c-.9-8.7-1.4-17.5-1.4-26.4 0-15.9 1.5-31.4 4.3-46.5.7-3.6-1.2-7.3-4.5-8.8-13.6-6.1-26.1-14.5-36.9-25.1a127.54 127.54 0 0 1-38.7-95.4c.9-32.1 13.8-62.6 36.3-85.6 24.7-25.3 57.9-39.1 93.2-38.7 31.9.3 62.7 12.6 86 34.4 7.9 7.4 14.7 15.6 20.4 24.4 2 3.1 5.9 4.4 9.3 3.2 17.6-6.1 36.2-10.4 55.3-12.4 5.6-.6 8.8-6.6 6.3-11.6-32.5-64.3-98.9-108.7-175.7-109.9-110.9-1.7-203.3 89.2-203.3 199.9 0 62.8 28.9 118.8 74.2 155.5-31.8 14.7-61.1 35-86.5 60.4-54.8 54.7-85.8 126.9-87.8 204a8 8 0 0 0 8 8.2h56.1c4.3 0 7.9-3.4 8-7.7 1.9-58 25.4-112.3 66.7-153.5 29.4-29.4 65.4-49.8 104.7-59.7 3.9-1 6.5-4.7 6-8.7z\"/>\n</svg>\n</li><li title=\"thunderbolt \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M848 359.3H627.7L825.8 109c4.1-5.3.4-13-6.3-13H436c-2.8 0-5.5 1.5-6.9 4L170 547.5c-3.1 5.3.7 12 6.9 12h174.4l-89.4 357.6c-1.9 7.8 7.5 13.3 13.3 7.7L853.5 373c5.2-4.9 1.7-13.7-5.5-13.7zM378.2 732.5l60.3-241H281.1l189.6-327.4h224.6L487 427.4h211L378.2 732.5z\"/>\n</svg>\n</li><li title=\"to top \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M885 780H165c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h720c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8zM400 325.7h73.9V664c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V325.7H624c6.7 0 10.4-7.7 6.3-12.9L518.3 171a8 8 0 0 0-12.6 0l-112 141.7c-4.1 5.3-.4 13 6.3 13z\"/>\n</svg>\n</li><li title=\"tool \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M876.6 239.5c-.5-.9-1.2-1.8-2-2.5-5-5-13.1-5-18.1 0L684.2 409.3l-67.9-67.9L788.7 169c.8-.8 1.4-1.6 2-2.5 3.6-6.1 1.6-13.9-4.5-17.5-98.2-58-226.8-44.7-311.3 39.7-67 67-89.2 162-66.5 247.4l-293 293c-3 3-2.8 7.9.3 11l169.7 169.7c3.1 3.1 8.1 3.3 11 .3l292.9-292.9c85.5 22.8 180.5.7 247.6-66.4 84.4-84.5 97.7-213.1 39.7-311.3zM786 499.8c-58.1 58.1-145.3 69.3-214.6 33.6l-8.8 8.8-.1-.1-274 274.1-79.2-79.2 230.1-230.1s0 .1.1.1l52.8-52.8c-35.7-69.3-24.5-156.5 33.6-214.6a184.2 184.2 0 0 1 144-53.5L537 318.9a32.05 32.05 0 0 0 0 45.3l124.5 124.5a32.05 32.05 0 0 0 45.3 0l132.8-132.8c3.7 51.8-14.4 104.8-53.6 143.9z\"/>\n</svg>\n</li><li title=\"trademark circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372zm87.5-334.7c34.8-12.8 78.4-49 78.4-119.2 0-71.2-45.5-131.1-144.2-131.1H378c-4.4 0-8 3.6-8 8v410c0 4.4 3.6 8 8 8h54.5c4.4 0 8-3.6 8-8V561.2h88.7l74.6 159.2c1.3 2.8 4.1 4.6 7.2 4.6h62a7.9 7.9 0 0 0 7.1-11.5l-80.6-164.2zM522 505h-81.5V357h83.4c48 0 80.9 25.3 80.9 75.5 0 46.9-29.8 72.5-82.8 72.5z\"/>\n</svg>\n</li><li title=\"trademark \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372zm87.5-334.7c34.8-12.8 78.4-49 78.4-119.2 0-71.2-45.5-131.1-144.2-131.1H378c-4.4 0-8 3.6-8 8v410c0 4.4 3.6 8 8 8h54.5c4.4 0 8-3.6 8-8V561.2h88.7l74.6 159.2c1.3 2.8 4.1 4.6 7.2 4.6h62a7.9 7.9 0 0 0 7.1-11.5l-80.6-164.2zM522 505h-81.5V357h83.4c48 0 80.9 25.3 80.9 75.5 0 46.9-29.8 72.5-82.8 72.5z\"/>\n</svg>\n</li><li title=\"transaction \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M668.6 320c0-4.4-3.6-8-8-8h-54.5c-3 0-5.8 1.7-7.1 4.4l-84.7 168.8H511l-84.7-168.8a8 8 0 0 0-7.1-4.4h-55.7c-1.3 0-2.6.3-3.8 1-3.9 2.1-5.3 7-3.2 10.8l103.9 191.6h-57c-4.4 0-8 3.6-8 8v27.1c0 4.4 3.6 8 8 8h76v39h-76c-4.4 0-8 3.6-8 8v27.1c0 4.4 3.6 8 8 8h76V704c0 4.4 3.6 8 8 8h49.9c4.4 0 8-3.6 8-8v-63.5h76.3c4.4 0 8-3.6 8-8v-27.1c0-4.4-3.6-8-8-8h-76.3v-39h76.3c4.4 0 8-3.6 8-8v-27.1c0-4.4-3.6-8-8-8H564l103.7-191.6c.5-1.1.9-2.4.9-3.7zM157.9 504.2a352.7 352.7 0 0 1 103.5-242.4c32.5-32.5 70.3-58.1 112.4-75.9 43.6-18.4 89.9-27.8 137.6-27.8 47.8 0 94.1 9.3 137.6 27.8 42.1 17.8 79.9 43.4 112.4 75.9 10 10 19.3 20.5 27.9 31.4l-50 39.1a8 8 0 0 0 3 14.1l156.8 38.3c5 1.2 9.9-2.6 9.9-7.7l.8-161.5c0-6.7-7.7-10.5-12.9-6.3l-47.8 37.4C770.7 146.3 648.6 82 511.5 82 277 82 86.3 270.1 82 503.8a8 8 0 0 0 8 8.2h60c4.3 0 7.8-3.5 7.9-7.8zM934 512h-60c-4.3 0-7.9 3.5-8 7.8a352.7 352.7 0 0 1-103.5 242.4 352.57 352.57 0 0 1-112.4 75.9c-43.6 18.4-89.9 27.8-137.6 27.8s-94.1-9.3-137.6-27.8a352.57 352.57 0 0 1-112.4-75.9c-10-10-19.3-20.5-27.9-31.4l49.9-39.1a8 8 0 0 0-3-14.1l-156.8-38.3c-5-1.2-9.9 2.6-9.9 7.7l-.8 161.7c0 6.7 7.7 10.5 12.9 6.3l47.8-37.4C253.3 877.7 375.4 942 512.5 942 747 942 937.7 753.9 942 520.2a8 8 0 0 0-8-8.2z\"/>\n</svg>\n</li><li title=\"translation \"><svg t=\"1569683569194\" class=\"icon\" viewBox=\"0 0 1024 1024\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" p-id=\"11645\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"200\" height=\"200\"><defs><style type=\"text/css\"></style></defs><path d=\"M140 188h584v164h76V144c0-17.7-14.3-32-32-32H96c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h544v-76H140V188z\" p-id=\"11646\"></path><path d=\"M414.3 256h-60.6c-3.4 0-6.4 2.2-7.6 5.4L219 629.4c-0.3 0.8-0.4 1.7-0.4 2.6 0 4.4 3.6 8 8 8h55.1c3.4 0 6.4-2.2 7.6-5.4L322 540h196.2L422 261.4c-1.3-3.2-4.3-5.4-7.7-5.4z m12.4 228h-85.5L384 360.2 426.7 484zM936 528H800v-93c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v93H592c-13.3 0-24 10.7-24 24v176c0 13.3 10.7 24 24 24h136v152c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V752h136c13.3 0 24-10.7 24-24V552c0-13.3-10.7-24-24-24zM728 680h-88v-80h88v80z m160 0h-88v-80h88v80z\" p-id=\"11647\"></path></svg></li><li title=\"trophy \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M868 160h-92v-40c0-4.4-3.6-8-8-8H256c-4.4 0-8 3.6-8 8v40h-92a44 44 0 0 0-44 44v148c0 81.7 60 149.6 138.2 162C265.7 630.2 359 721.7 476 734.5v105.2H280c-17.7 0-32 14.3-32 32V904c0 4.4 3.6 8 8 8h512c4.4 0 8-3.6 8-8v-32.3c0-17.7-14.3-32-32-32H548V734.5C665 721.7 758.3 630.2 773.8 514 852 501.6 912 433.7 912 352V204a44 44 0 0 0-44-44zM184 352V232h64v207.6a91.99 91.99 0 0 1-64-87.6zm520 128c0 49.1-19.1 95.4-53.9 130.1-34.8 34.8-81 53.9-130.1 53.9h-16c-49.1 0-95.4-19.1-130.1-53.9-34.8-34.8-53.9-81-53.9-130.1V184h384v296zm136-128c0 41-26.9 75.8-64 87.6V232h64v120z\"/>\n</svg>\n</li><li title=\"twitter \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M928 254.3c-30.6 13.2-63.9 22.7-98.2 26.4a170.1 170.1 0 0 0 75-94 336.64 336.64 0 0 1-108.2 41.2A170.1 170.1 0 0 0 672 174c-94.5 0-170.5 76.6-170.5 170.6 0 13.2 1.6 26.4 4.2 39.1-141.5-7.4-267.7-75-351.6-178.5a169.32 169.32 0 0 0-23.2 86.1c0 59.2 30.1 111.4 76 142.1a172 172 0 0 1-77.1-21.7v2.1c0 82.9 58.6 151.6 136.7 167.4a180.6 180.6 0 0 1-44.9 5.8c-11.1 0-21.6-1.1-32.2-2.6C211 652 273.9 701.1 348.8 702.7c-58.6 45.9-132 72.9-211.7 72.9-14.3 0-27.5-.5-41.2-2.1C171.5 822 261.2 850 357.8 850 671.4 850 843 590.2 843 364.7c0-7.4 0-14.8-.5-22.2 33.2-24.3 62.3-54.4 85.5-88.2z\"/>\n</svg>\n</li><li title=\"underline \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M824 804H200c-4.4 0-8 3.4-8 7.6v60.8c0 4.2 3.6 7.6 8 7.6h624c4.4 0 8-3.4 8-7.6v-60.8c0-4.2-3.6-7.6-8-7.6zm-312-76c69.4 0 134.6-27.1 183.8-76.2C745 602.7 772 537.4 772 468V156c0-6.6-5.4-12-12-12h-60c-6.6 0-12 5.4-12 12v312c0 97-79 176-176 176s-176-79-176-176V156c0-6.6-5.4-12-12-12h-60c-6.6 0-12 5.4-12 12v312c0 69.4 27.1 134.6 76.2 183.8C377.3 701 442.6 728 512 728z\"/>\n</svg>\n</li><li title=\"undo \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M511.4 124C290.5 124.3 112 303 112 523.9c0 128 60.2 242 153.8 315.2l-37.5 48c-4.1 5.3-.3 13 6.3 12.9l167-.8c5.2 0 9-4.9 7.7-9.9L369.8 727a8 8 0 0 0-14.1-3L315 776.1c-10.2-8-20-16.7-29.3-26a318.64 318.64 0 0 1-68.6-101.7C200.4 609 192 567.1 192 523.9s8.4-85.1 25.1-124.5c16.1-38.1 39.2-72.3 68.6-101.7 29.4-29.4 63.6-52.5 101.7-68.6C426.9 212.4 468.8 204 512 204s85.1 8.4 124.5 25.1c38.1 16.1 72.3 39.2 101.7 68.6 29.4 29.4 52.5 63.6 68.6 101.7 16.7 39.4 25.1 81.3 25.1 124.5s-8.4 85.1-25.1 124.5a318.64 318.64 0 0 1-68.6 101.7c-7.5 7.5-15.3 14.5-23.4 21.2a7.93 7.93 0 0 0-1.2 11.1l39.4 50.5c2.8 3.5 7.9 4.1 11.4 1.3C854.5 760.8 912 649.1 912 523.9c0-221.1-179.4-400.2-400.6-399.9z\"/>\n</svg>\n</li><li title=\"ungroup \"><svg t=\"1569683823033\" class=\"icon\" viewBox=\"0 0 1024 1024\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" p-id=\"14496\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"200\" height=\"200\"><defs><style type=\"text/css\"></style></defs><path d=\"M736 550H288c-8.8 0-16 7.2-16 16v176c0 8.8 7.2 16 16 16h448c8.8 0 16-7.2 16-16V566c0-8.8-7.2-16-16-16z m-56 136H344v-64h336v64zM888 816c-39.8 0-72 32.2-72 72s32.2 72 72 72 72-32.2 72-72-32.2-72-72-72z m0 96c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24zM736 266H288c-8.8 0-16 7.2-16 16v176c0 8.8 7.2 16 16 16h448c8.8 0 16-7.2 16-16V282c0-8.8-7.2-16-16-16z m-56 136H344v-64h336v64zM888 208c39.8 0 72-32.2 72-72s-32.2-72-72-72-72 32.2-72 72 32.2 72 72 72z m0-96c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zM136 64c-39.8 0-72 32.2-72 72s32.2 72 72 72 72-32.2 72-72-32.2-72-72-72z m0 96c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24zM136 816c-39.8 0-72 32.2-72 72s32.2 72 72 72 72-32.2 72-72-32.2-72-72-72z m0 96c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24z\" p-id=\"14497\"></path></svg></li><li title=\"unlock \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M832 464H332V240c0-30.9 25.1-56 56-56h248c30.9 0 56 25.1 56 56v68c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-68c0-70.7-57.3-128-128-128H388c-70.7 0-128 57.3-128 128v224h-68c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V496c0-17.7-14.3-32-32-32zm-40 376H232V536h560v304zM484 701v53c0 4.4 3.6 8 8 8h40c4.4 0 8-3.6 8-8v-53a48.01 48.01 0 1 0-56 0z\"/>\n</svg>\n</li><li title=\"unordered list \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M912 192H328c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 284H328c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 284H328c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM104 228a56 56 0 1 0 112 0 56 56 0 1 0-112 0zm0 284a56 56 0 1 0 112 0 56 56 0 1 0-112 0zm0 284a56 56 0 1 0 112 0 56 56 0 1 0-112 0z\"/>\n</svg>\n</li><li title=\"up circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M518.5 360.3a7.95 7.95 0 0 0-12.9 0l-178 246c-3.8 5.3 0 12.7 6.5 12.7H381c10.2 0 19.9-4.9 25.9-13.2L512 460.4l105.2 145.4c6 8.3 15.6 13.2 25.9 13.2H690c6.5 0 10.3-7.4 6.5-12.7l-178-246z\"/>\n  <path d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z\"/>\n</svg>\n</li><li title=\"up square \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M334 624h46.9c10.2 0 19.9-4.9 25.9-13.2L512 465.4l105.2 145.4c6 8.3 15.6 13.2 25.9 13.2H690c6.5 0 10.3-7.4 6.5-12.7l-178-246a7.95 7.95 0 0 0-12.9 0l-178 246A7.96 7.96 0 0 0 334 624z\"/>\n  <path d=\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z\"/>\n</svg>\n</li><li title=\"up \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M890.5 755.3L537.9 269.2c-12.8-17.6-39-17.6-51.7 0L133.5 755.3A8 8 0 0 0 140 768h75c5.1 0 9.9-2.5 12.9-6.6L512 369.8l284.1 391.6c3 4.1 7.8 6.6 12.9 6.6h75c6.5 0 10.3-7.4 6.5-12.7z\"/>\n</svg>\n</li><li title=\"upload \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M400 317.7h73.9V656c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V317.7H624c6.7 0 10.4-7.7 6.3-12.9L518.3 163a8 8 0 0 0-12.6 0l-112 141.7c-4.1 5.3-.4 13 6.3 13zM878 626h-60c-4.4 0-8 3.6-8 8v154H214V634c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v198c0 17.7 14.3 32 32 32h684c17.7 0 32-14.3 32-32V634c0-4.4-3.6-8-8-8z\"/>\n</svg>\n</li><li title=\"usb \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M760 432V144c0-17.7-14.3-32-32-32H296c-17.7 0-32 14.3-32 32v288c-66.2 0-120 52.1-120 116v356c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V548c0-24.3 21.6-44 48.1-44h495.8c26.5 0 48.1 19.7 48.1 44v356c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V548c0-63.9-53.8-116-120-116zm-424 0V184h352v248H336zm120-184h-48c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm160 0h-48c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z\"/>\n</svg>\n</li><li title=\"user add \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M678.3 642.4c24.2-13 51.9-20.4 81.4-20.4h.1c3 0 4.4-3.6 2.2-5.6a371.67 371.67 0 0 0-103.7-65.8c-.4-.2-.8-.3-1.2-.5C719.2 505 759.6 431.7 759.6 349c0-137-110.8-248-247.5-248S264.7 212 264.7 349c0 82.7 40.4 156 102.6 201.1-.4.2-.8.3-1.2.5-44.7 18.9-84.8 46-119.3 80.6a373.42 373.42 0 0 0-80.4 119.5A373.6 373.6 0 0 0 137 888.8a8 8 0 0 0 8 8.2h59.9c4.3 0 7.9-3.5 8-7.8 2-77.2 32.9-149.5 87.6-204.3C357 628.2 432.2 597 512.2 597c56.7 0 111.1 15.7 158 45.1a8.1 8.1 0 0 0 8.1.3zM512.2 521c-45.8 0-88.9-17.9-121.4-50.4A171.2 171.2 0 0 1 340.5 349c0-45.9 17.9-89.1 50.3-121.6S466.3 177 512.2 177s88.9 17.9 121.4 50.4A171.2 171.2 0 0 1 683.9 349c0 45.9-17.9 89.1-50.3 121.6C601.1 503.1 558 521 512.2 521zM880 759h-84v-84c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v84h-84c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h84v84c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-84h84c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z\"/>\n</svg>\n</li><li title=\"user delete \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M678.3 655.4c24.2-13 51.9-20.4 81.4-20.4h.1c3 0 4.4-3.6 2.2-5.6a371.67 371.67 0 0 0-103.7-65.8c-.4-.2-.8-.3-1.2-.5C719.2 518 759.6 444.7 759.6 362c0-137-110.8-248-247.5-248S264.7 225 264.7 362c0 82.7 40.4 156 102.6 201.1-.4.2-.8.3-1.2.5-44.7 18.9-84.8 46-119.3 80.6a373.42 373.42 0 0 0-80.4 119.5A373.6 373.6 0 0 0 137 901.8a8 8 0 0 0 8 8.2h59.9c4.3 0 7.9-3.5 8-7.8 2-77.2 32.9-149.5 87.6-204.3C357 641.2 432.2 610 512.2 610c56.7 0 111.1 15.7 158 45.1a8.1 8.1 0 0 0 8.1.3zM512.2 534c-45.8 0-88.9-17.9-121.4-50.4A171.2 171.2 0 0 1 340.5 362c0-45.9 17.9-89.1 50.3-121.6S466.3 190 512.2 190s88.9 17.9 121.4 50.4A171.2 171.2 0 0 1 683.9 362c0 45.9-17.9 89.1-50.3 121.6C601.1 516.1 558 534 512.2 534zM880 772H640c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h240c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z\"/>\n</svg>\n</li><li title=\"user switch \"><svg t=\"1569683921137\" class=\"icon\" viewBox=\"0 0 1024 1024\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" p-id=\"14854\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"200\" height=\"200\"><defs><style type=\"text/css\"></style></defs><path d=\"M759 335c0-137-111-248-248-248S263 198 263 335c0 82.8 40.6 156.2 103 201.2-0.4 0.2-0.7 0.3-0.9 0.4-44.7 18.9-84.8 46-119.3 80.6-34.5 34.5-61.5 74.7-80.4 119.5C146.9 780.5 137 827 136 874.8c-0.1 4.5 3.5 8.2 8 8.2h59.9c4.3 0 7.9-3.5 8-7.8 2-77.2 32.9-149.5 87.6-204.3C356 614.2 431 583 511 583c137 0 248-111 248-248zM511 507c-95 0-172-77-172-172s77-172 172-172 172 77 172 172-77 172-172 172zM616 728h264c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H703.5l47.2-60.1c1.1-1.4 1.7-3.2 1.7-4.9 0-4.4-3.6-8-8-8h-72.6c-4.9 0-9.5 2.3-12.6 6.1l-68.5 87.1c-4.4 5.6-6.8 12.6-6.8 19.8 0.1 17.7 14.4 32 32.1 32zM856 792H592c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h176.5l-47.2 60.1c-1.1 1.4-1.7 3.2-1.7 4.9 0 4.4 3.6 8 8 8h72.6c4.9 0 9.5-2.3 12.6-6.1l68.5-87.1c4.4-5.6 6.8-12.6 6.8-19.8-0.1-17.7-14.4-32-32.1-32z\" p-id=\"14855\"></path></svg></li><li title=\"user \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M858.5 763.6a374 374 0 0 0-80.6-119.5 375.63 375.63 0 0 0-119.5-80.6c-.4-.2-.8-.3-1.2-.5C719.5 518 760 444.7 760 362c0-137-111-248-248-248S264 225 264 362c0 82.7 40.5 156 102.8 201.1-.4.2-.8.3-1.2.5-44.8 18.9-85 46-119.5 80.6a375.63 375.63 0 0 0-80.6 119.5A371.7 371.7 0 0 0 136 901.8a8 8 0 0 0 8 8.2h60c4.4 0 7.9-3.5 8-7.8 2-77.2 33-149.5 87.8-204.3 56.7-56.7 132-87.9 212.2-87.9s155.5 31.2 212.2 87.9C779 752.7 810 825 812 902.2c.1 4.4 3.6 7.8 8 7.8h60a8 8 0 0 0 8-8.2c-1-47.8-10.9-94.3-29.5-138.2zM512 534c-45.9 0-89.1-17.9-121.6-50.4S340 407.9 340 362c0-45.9 17.9-89.1 50.4-121.6S466.1 190 512 190s89.1 17.9 121.6 50.4S684 316.1 684 362c0 45.9-17.9 89.1-50.4 121.6S557.9 534 512 534z\"/>\n</svg>\n</li><li title=\"usergroup add \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M892 772h-80v-80c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v80h-80c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h80v80c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-80h80c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zM373.5 498.4c-.9-8.7-1.4-17.5-1.4-26.4 0-15.9 1.5-31.4 4.3-46.5.7-3.6-1.2-7.3-4.5-8.8-13.6-6.1-26.1-14.5-36.9-25.1a127.54 127.54 0 0 1-38.7-95.4c.9-32.1 13.8-62.6 36.3-85.6 24.7-25.3 57.9-39.1 93.2-38.7 31.9.3 62.7 12.6 86 34.4 7.9 7.4 14.7 15.6 20.4 24.4 2 3.1 5.9 4.4 9.3 3.2 17.6-6.1 36.2-10.4 55.3-12.4 5.6-.6 8.8-6.6 6.3-11.6-32.5-64.3-98.9-108.7-175.7-109.9-110.8-1.7-203.2 89.2-203.2 200 0 62.8 28.9 118.8 74.2 155.5-31.8 14.7-61.1 35-86.5 60.4-54.8 54.7-85.8 126.9-87.8 204a8 8 0 0 0 8 8.2h56.1c4.3 0 7.9-3.4 8-7.7 1.9-58 25.4-112.3 66.7-153.5 29.4-29.4 65.4-49.8 104.7-59.7 3.8-1.1 6.4-4.8 5.9-8.8zM824 472c0-109.4-87.9-198.3-196.9-200C516.3 270.3 424 361.2 424 472c0 62.8 29 118.8 74.2 155.5a300.95 300.95 0 0 0-86.4 60.4C357 742.6 326 814.8 324 891.8a8 8 0 0 0 8 8.2h56c4.3 0 7.9-3.4 8-7.7 1.9-58 25.4-112.3 66.7-153.5C505.8 695.7 563 672 624 672c110.4 0 200-89.5 200-200zm-109.5 90.5C690.3 586.7 658.2 600 624 600s-66.3-13.3-90.5-37.5a127.26 127.26 0 0 1-37.5-91.8c.3-32.8 13.4-64.5 36.3-88 24-24.6 56.1-38.3 90.4-38.7 33.9-.3 66.8 12.9 91 36.6 24.8 24.3 38.4 56.8 38.4 91.4-.1 34.2-13.4 66.3-37.6 90.5z\"/>\n</svg>\n</li><li title=\"usergroup delete \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M888 784H664c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h224c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zM373.5 510.4c-.9-8.7-1.4-17.5-1.4-26.4 0-15.9 1.5-31.4 4.3-46.5.7-3.6-1.2-7.3-4.5-8.8-13.6-6.1-26.1-14.5-36.9-25.1a127.54 127.54 0 0 1-38.7-95.4c.9-32.1 13.8-62.6 36.3-85.6 24.7-25.3 57.9-39.1 93.2-38.7 31.9.3 62.7 12.6 86 34.4 7.9 7.4 14.7 15.6 20.4 24.4 2 3.1 5.9 4.4 9.3 3.2 17.6-6.1 36.2-10.4 55.3-12.4 5.6-.6 8.8-6.6 6.3-11.6-32.5-64.3-98.9-108.7-175.7-109.9-110.9-1.7-203.3 89.2-203.3 199.9 0 62.8 28.9 118.8 74.2 155.5-31.8 14.7-61.1 35-86.5 60.4-54.8 54.7-85.8 126.9-87.8 204a8 8 0 0 0 8 8.2h56.1c4.3 0 7.9-3.4 8-7.7 1.9-58 25.4-112.3 66.7-153.5 29.4-29.4 65.4-49.8 104.7-59.7 3.9-1 6.5-4.7 6-8.7zM824 484c0-109.4-87.9-198.3-196.9-200C516.3 282.3 424 373.2 424 484c0 62.8 29 118.8 74.2 155.5a300.95 300.95 0 0 0-86.4 60.4C357 754.6 326 826.8 324 903.8a8 8 0 0 0 8 8.2h56c4.3 0 7.9-3.4 8-7.7 1.9-58 25.4-112.3 66.7-153.5C505.8 707.7 563 684 624 684c110.4 0 200-89.5 200-200zm-109.5 90.5C690.3 598.7 658.2 612 624 612s-66.3-13.3-90.5-37.5a127.26 127.26 0 0 1-37.5-91.8c.3-32.8 13.4-64.5 36.3-88 24-24.6 56.1-38.3 90.4-38.7 33.9-.3 66.8 12.9 91 36.6 24.8 24.3 38.4 56.8 38.4 91.4-.1 34.2-13.4 66.3-37.6 90.5z\"/>\n</svg>\n</li><li title=\"verified \"><svg t=\"1569683899926\" class=\"icon\" viewBox=\"0 0 1024 1024\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" p-id=\"14614\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"200\" height=\"200\"><defs><style type=\"text/css\"></style></defs><path d=\"M447.8 588.8l-7.3-32.5c-0.2-1-0.6-1.9-1.1-2.7-2.5-3.7-7.4-4.7-11.1-2.2L405 567V411c0-4.4-3.6-8-8-8h-81c-4.4 0-8 3.6-8 8v36c0 4.4 3.6 8 8 8h37v192.4c0 1.7 0.5 3.3 1.5 4.7 2.6 3.6 7.6 4.4 11.2 1.8l79-56.8c2.6-1.9 3.8-5.1 3.1-8.3zM391.1 372.2l0.2 0.2c3.2 3 8.3 2.8 11.3-0.5l24.1-26.2c2.9-3.2 2.8-8.1-0.3-11.2l-53.7-52.1c-3.1-3-8.1-3-11.2 0.1l-24.7 24.7c-3.1 3.1-3.1 8.2 0.1 11.3l54.2 53.7z\" p-id=\"14615\"></path><path d=\"M866.9 169.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 0.7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c0.2-8.8-6.6-18.3-14.9-21.2zM810 654.3L512 886.5 214 654.3V226.7l298-101.6 298 101.6v427.6z\" p-id=\"14616\"></path><path d=\"M452 297v36c0 4.4 3.6 8 8 8h108v274h-38V405c0-4.4-3.6-8-8-8h-35c-4.4 0-8 3.6-8 8v210h-31c-4.4 0-8 3.6-8 8v37c0 4.4 3.6 8 8 8h244c4.4 0 8-3.6 8-8v-37c0-4.4-3.6-8-8-8h-72V493h58c4.4 0 8-3.6 8-8v-35c0-4.4-3.6-8-8-8h-58V341h63c4.4 0 8-3.6 8-8v-36c0-4.4-3.6-8-8-8H460c-4.4 0-8 3.6-8 8z\" p-id=\"14617\"></path></svg></li><li title=\"vertical align bottom \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M859.9 780H164.1c-4.5 0-8.1 3.6-8.1 8v60c0 4.4 3.6 8 8.1 8h695.8c4.5 0 8.1-3.6 8.1-8v-60c0-4.4-3.6-8-8.1-8zM505.7 669a8 8 0 0 0 12.6 0l112-141.7c4.1-5.2.4-12.9-6.3-12.9h-74.1V176c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v338.3H400c-6.7 0-10.4 7.7-6.3 12.9l112 141.8z\"/>\n</svg>\n</li><li title=\"vertical align middle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M859.9 474H164.1c-4.5 0-8.1 3.6-8.1 8v60c0 4.4 3.6 8 8.1 8h695.8c4.5 0 8.1-3.6 8.1-8v-60c0-4.4-3.6-8-8.1-8zm-353.6-74.7c2.9 3.7 8.5 3.7 11.3 0l100.8-127.5c3.7-4.7.4-11.7-5.7-11.7H550V104c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v156h-62.8c-6 0-9.4 7-5.7 11.7l100.8 127.6zm11.4 225.4a7.14 7.14 0 0 0-11.3 0L405.6 752.3a7.23 7.23 0 0 0 5.7 11.7H474v156c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V764h62.8c6 0 9.4-7 5.7-11.7L517.7 624.7z\"/>\n</svg>\n</li><li title=\"vertical align top \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M859.9 168H164.1c-4.5 0-8.1 3.6-8.1 8v60c0 4.4 3.6 8 8.1 8h695.8c4.5 0 8.1-3.6 8.1-8v-60c0-4.4-3.6-8-8.1-8zM518.3 355a8 8 0 0 0-12.6 0l-112 141.7a7.98 7.98 0 0 0 6.3 12.9h73.9V848c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V509.7H624c6.7 0 10.4-7.7 6.3-12.9L518.3 355z\"/>\n</svg>\n</li><li title=\"vertical left \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M762 164h-64c-4.4 0-8 3.6-8 8v688c0 4.4 3.6 8 8 8h64c4.4 0 8-3.6 8-8V172c0-4.4-3.6-8-8-8zm-508 0v72.4c0 9.5 4.2 18.4 11.4 24.5L564.6 512 265.4 763.1c-7.2 6.1-11.4 15-11.4 24.5V860c0 6.8 7.9 10.5 13.1 6.1L689 512 267.1 157.9A7.95 7.95 0 0 0 254 164z\"/>\n</svg>\n</li><li title=\"vertical right \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M326 164h-64c-4.4 0-8 3.6-8 8v688c0 4.4 3.6 8 8 8h64c4.4 0 8-3.6 8-8V172c0-4.4-3.6-8-8-8zm444 72.4V164c0-6.8-7.9-10.5-13.1-6.1L335 512l421.9 354.1c5.2 4.4 13.1.7 13.1-6.1v-72.4c0-9.4-4.2-18.4-11.4-24.5L459.4 512l299.2-251.1c7.2-6.1 11.4-15.1 11.4-24.5z\"/>\n</svg>\n</li><li title=\"video camera add \"><svg t=\"1569683915274\" class=\"icon\" viewBox=\"0 0 1024 1024\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" p-id=\"14734\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"200\" height=\"200\"><defs><style type=\"text/css\"></style></defs><path d=\"M368 724H252V608c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v116H72c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h116v116c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V788h116c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z\" p-id=\"14735\"></path><path d=\"M912 302.3L784 376V224c0-35.3-28.7-64-64-64H128c-35.3 0-64 28.7-64 64v352h72V232h576v560H448v72h272c35.3 0 64-28.7 64-64V648l128 73.7c21.3 12.3 48-3.1 48-27.6V330c0-24.6-26.7-40-48-27.7zM888 625l-104-59.8V458.9L888 399v226z\" p-id=\"14736\"></path><path d=\"M320 360c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H208c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h112z\" p-id=\"14737\"></path></svg></li><li title=\"video camera \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M912 302.3L784 376V224c0-35.3-28.7-64-64-64H128c-35.3 0-64 28.7-64 64v576c0 35.3 28.7 64 64 64h592c35.3 0 64-28.7 64-64V648l128 73.7c21.3 12.3 48-3.1 48-27.6V330c0-24.6-26.7-40-48-27.7zM712 792H136V232h576v560zm176-167l-104-59.8V458.9L888 399v226zM208 360h112c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H208c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z\"/>\n</svg>\n</li><li title=\"wallet \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 464H528V448h312v128zm0 264H184V184h656v200H496c-17.7 0-32 14.3-32 32v192c0 17.7 14.3 32 32 32h344v200zM580 512a40 40 0 1 0 80 0 40 40 0 1 0-80 0z\"/>\n</svg>\n</li><li title=\"warning \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M464 720a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm16-304v184c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V416c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8zm475.7 440l-416-720c-6.2-10.7-16.9-16-27.7-16s-21.6 5.3-27.7 16l-416 720C56 877.4 71.4 904 96 904h832c24.6 0 40-26.6 27.7-48zm-783.5-27.9L512 239.9l339.8 588.2H172.2z\"/>\n</svg>\n</li><li title=\"wechat \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M690.1 377.4c5.9 0 11.8.2 17.6.5-24.4-128.7-158.3-227.1-319.9-227.1C209 150.8 64 271.4 64 420.2c0 81.1 43.6 154.2 111.9 203.6a21.5 21.5 0 0 1 9.1 17.6c0 2.4-.5 4.6-1.1 6.9-5.5 20.3-14.2 52.8-14.6 54.3-.7 2.6-1.7 5.2-1.7 7.9 0 5.9 4.8 10.8 10.8 10.8 2.3 0 4.2-.9 6.2-2l70.9-40.9c5.3-3.1 11-5 17.2-5 3.2 0 6.4.5 9.5 1.4 33.1 9.5 68.8 14.8 105.7 14.8 6 0 11.9-.1 17.8-.4-7.1-21-10.9-43.1-10.9-66 0-135.8 132.2-245.8 295.3-245.8zm-194.3-86.5c23.8 0 43.2 19.3 43.2 43.1s-19.3 43.1-43.2 43.1c-23.8 0-43.2-19.3-43.2-43.1s19.4-43.1 43.2-43.1zm-215.9 86.2c-23.8 0-43.2-19.3-43.2-43.1s19.3-43.1 43.2-43.1 43.2 19.3 43.2 43.1-19.4 43.1-43.2 43.1zm586.8 415.6c56.9-41.2 93.2-102 93.2-169.7 0-124-120.8-224.5-269.9-224.5-149 0-269.9 100.5-269.9 224.5S540.9 847.5 690 847.5c30.8 0 60.6-4.4 88.1-12.3 2.6-.8 5.2-1.2 7.9-1.2 5.2 0 9.9 1.6 14.3 4.1l59.1 34c1.7 1 3.3 1.7 5.2 1.7a9 9 0 0 0 6.4-2.6 9 9 0 0 0 2.6-6.4c0-2.2-.9-4.4-1.4-6.6-.3-1.2-7.6-28.3-12.2-45.3-.5-1.9-.9-3.8-.9-5.7.1-5.9 3.1-11.2 7.6-14.5zM600.2 587.2c-19.9 0-36-16.1-36-35.9 0-19.8 16.1-35.9 36-35.9s36 16.1 36 35.9c0 19.8-16.2 35.9-36 35.9zm179.9 0c-19.9 0-36-16.1-36-35.9 0-19.8 16.1-35.9 36-35.9s36 16.1 36 35.9a36.08 36.08 0 0 1-36 35.9z\"/>\n</svg>\n</li><li title=\"weibo circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm-44.4 672C353.1 736 236 680.4 236 588.9c0-47.8 30.2-103.1 82.3-155.3 69.5-69.6 150.6-101.4 181.1-70.8 13.5 13.5 14.8 36.8 6.1 64.6-4.5 14 13.1 6.3 13.1 6.3 56.2-23.6 105.2-25 123.1.7 9.6 13.7 8.6 32.8-.2 55.1-4.1 10.2 1.3 11.8 9 14.1 31.7 9.8 66.9 33.6 66.9 75.5.2 69.5-99.7 156.9-249.8 156.9zm207.3-290.8a34.9 34.9 0 0 0-7.2-34.1 34.68 34.68 0 0 0-33.1-10.7 18.24 18.24 0 0 1-7.6-35.7c24.1-5.1 50.1 2.3 67.7 21.9 17.7 19.6 22.4 46.3 14.9 69.8a18.13 18.13 0 0 1-22.9 11.7 18.18 18.18 0 0 1-11.8-22.9zm106 34.3s0 .1 0 0a21.1 21.1 0 0 1-26.6 13.7 21.19 21.19 0 0 1-13.6-26.7c11-34.2 4-73.2-21.7-101.8a104.04 104.04 0 0 0-98.9-32.1 21.14 21.14 0 0 1-25.1-16.3 21.07 21.07 0 0 1 16.2-25.1c49.4-10.5 102.8 4.8 139.1 45.1 36.3 40.2 46.1 95.1 30.6 143.2zm-334.5 6.1c-91.4 9-160.7 65.1-154.7 125.2 5.9 60.1 84.8 101.5 176.2 92.5 91.4-9.1 160.7-65.1 154.7-125.3-5.9-60.1-84.8-101.5-176.2-92.4zm80.2 141.7c-18.7 42.3-72.3 64.8-117.8 50.1-43.9-14.2-62.5-57.7-43.3-96.8 18.9-38.4 68-60.1 111.5-48.8 45 11.7 68 54.2 49.6 95.5zm-93-32.2c-14.2-5.9-32.4.2-41.2 13.9-8.8 13.8-4.7 30.2 9.3 36.6 14.3 6.5 33.2.3 42-13.8 8.8-14.3 4.2-30.6-10.1-36.7zm34.9-14.5c-5.4-2.2-12.2.5-15.4 5.8-3.1 5.4-1.4 11.5 4.1 13.8 5.5 2.3 12.6-.3 15.8-5.8 3-5.6 1-11.8-4.5-13.8z\"/>\n</svg>\n</li><li title=\"weibo square \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M433.6 595.1c-14.2-5.9-32.4.2-41.2 13.9-8.8 13.8-4.7 30.2 9.3 36.6 14.3 6.5 33.2.3 42-13.8 8.8-14.3 4.2-30.6-10.1-36.7zM880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM467.6 736C353.1 736 236 680.4 236 588.9c0-47.8 30.2-103.1 82.3-155.3 69.5-69.6 150.6-101.4 181.1-70.8 13.5 13.5 14.8 36.8 6.1 64.6-4.5 14 13.1 6.3 13.1 6.3 56.2-23.6 105.2-25 123.1.7 9.6 13.7 8.6 32.8-.2 55.1-4.1 10.2 1.3 11.8 9 14.1 31.7 9.8 66.9 33.6 66.9 75.5.2 69.5-99.7 156.9-249.8 156.9zm207.3-290.8a34.9 34.9 0 0 0-7.2-34.1 34.68 34.68 0 0 0-33.1-10.7 18.24 18.24 0 0 1-7.6-35.7c24.1-5.1 50.1 2.3 67.7 21.9 17.7 19.6 22.4 46.3 14.9 69.8a18.13 18.13 0 0 1-22.9 11.7 18.18 18.18 0 0 1-11.8-22.9zm106 34.3s0 .1 0 0a21.1 21.1 0 0 1-26.6 13.7 21.19 21.19 0 0 1-13.6-26.7c11-34.2 4-73.2-21.7-101.8a104.04 104.04 0 0 0-98.9-32.1 21.14 21.14 0 0 1-25.1-16.3 21.07 21.07 0 0 1 16.2-25.1c49.4-10.5 102.8 4.8 139.1 45.1 36.3 40.2 46.1 95.1 30.6 143.2zm-334.5 6.1c-91.4 9-160.7 65.1-154.7 125.2 5.9 60.1 84.8 101.5 176.2 92.5 91.4-9.1 160.7-65.1 154.7-125.3-5.9-60.1-84.8-101.5-176.2-92.4zm80.2 141.7c-18.7 42.3-72.3 64.8-117.8 50.1-43.9-14.2-62.5-57.7-43.3-96.8 18.9-38.4 68-60.1 111.5-48.8 45 11.7 68 54.2 49.6 95.5zm-58.1-46.7c-5.4-2.2-12.2.5-15.4 5.8-3.1 5.4-1.4 11.5 4.1 13.8 5.5 2.3 12.6-.3 15.8-5.8 3-5.6 1-11.8-4.5-13.8z\"/>\n</svg>\n</li><li title=\"weibo \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M457.3 543c-68.1-17.7-145 16.2-174.6 76.2-30.1 61.2-1 129.1 67.8 151.3 71.2 23 155.2-12.2 184.4-78.3 28.7-64.6-7.2-131-77.6-149.2zm-52 156.2c-13.8 22.1-43.5 31.7-65.8 21.6-22-10-28.5-35.7-14.6-57.2 13.7-21.4 42.3-31 64.4-21.7 22.4 9.5 29.6 35 16 57.3zm45.5-58.5c-5 8.6-16.1 12.7-24.7 9.1-8.5-3.5-11.2-13.1-6.4-21.5 5-8.4 15.6-12.4 24.1-9.1 8.7 3.2 11.8 12.9 7 21.5zm334.5-197.2c15 4.8 31-3.4 35.9-18.3 11.8-36.6 4.4-78.4-23.2-109a111.39 111.39 0 0 0-106-34.3 28.45 28.45 0 0 0-21.9 33.8 28.39 28.39 0 0 0 33.8 21.8c18.4-3.9 38.3 1.8 51.9 16.7a54.2 54.2 0 0 1 11.3 53.3 28.45 28.45 0 0 0 18.2 36zm99.8-206c-56.7-62.9-140.4-86.9-217.7-70.5a32.98 32.98 0 0 0-25.4 39.3 33.12 33.12 0 0 0 39.3 25.5c55-11.7 114.4 5.4 154.8 50.1 40.3 44.7 51.2 105.7 34 159.1-5.6 17.4 3.9 36 21.3 41.7 17.4 5.6 36-3.9 41.6-21.2v-.1c24.1-75.4 8.9-161.1-47.9-223.9zM729 499c-12.2-3.6-20.5-6.1-14.1-22.1 13.8-34.7 15.2-64.7.3-86-28-40.1-104.8-37.9-192.8-1.1 0 0-27.6 12.1-20.6-9.8 13.5-43.5 11.5-79.9-9.6-101-47.7-47.8-174.6 1.8-283.5 110.6C127.3 471.1 80 557.5 80 632.2 80 775.1 263.2 862 442.5 862c235 0 391.3-136.5 391.3-245 0-65.5-55.2-102.6-104.8-118zM443 810.8c-143 14.1-266.5-50.5-275.8-144.5-9.3-93.9 99.2-181.5 242.2-195.6 143-14.2 266.5 50.5 275.8 144.4C694.4 709 586 796.6 443 810.8z\"/>\n</svg>\n</li><li title=\"whats app \"><svg t=\"1569683925316\" class=\"icon\" viewBox=\"0 0 1024 1024\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" p-id=\"14972\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"200\" height=\"200\"><defs><style type=\"text/css\"></style></defs><path d=\"M713.5 599.9c-10.9-5.6-65.2-32.2-75.3-35.8-10.1-3.8-17.5-5.6-24.8 5.6-7.4 11.1-28.4 35.8-35 43.3-6.4 7.4-12.9 8.3-23.8 2.8-64.8-32.4-107.3-57.8-150-131.1-11.3-19.5 11.3-18.1 32.4-60.2 3.6-7.4 1.8-13.7-1-19.3-2.8-5.6-24.8-59.8-34-81.9-8.9-21.5-18.1-18.5-24.8-18.9-6.4-0.4-13.7-0.4-21.1-0.4-7.4 0-19.3 2.8-29.4 13.7-10.1 11.1-38.6 37.8-38.6 92s39.5 106.7 44.9 114.1c5.6 7.4 77.7 118.6 188.4 166.5 70 30.2 97.4 32.8 132.4 27.6 21.3-3.2 65.2-26.6 74.3-52.5 9.1-25.8 9.1-47.9 6.4-52.5-2.7-4.9-10.1-7.7-21-13z\" p-id=\"14973\"></path><path d=\"M925.2 338.4c-22.6-53.7-55-101.9-96.3-143.3-41.3-41.3-89.5-73.8-143.3-96.3C630.6 75.7 572.2 64 512 64h-2c-60.6 0.3-119.3 12.3-174.5 35.9-53.3 22.8-101.1 55.2-142 96.5-40.9 41.3-73 89.3-95.2 142.8-23 55.4-34.6 114.3-34.3 174.9 0.3 69.4 16.9 138.3 48 199.9v152c0 25.4 20.6 46 46 46h152.1c61.6 31.1 130.5 47.7 199.9 48h2.1c59.9 0 118-11.6 172.7-34.3 53.5-22.3 101.6-54.3 142.8-95.2 41.3-40.9 73.8-88.7 96.5-142 23.6-55.2 35.6-113.9 35.9-174.5 0.3-60.9-11.5-120-34.8-175.6z m-151.1 438C704 845.8 611 884 512 884h-1.7c-60.3-0.3-120.2-15.3-173.1-43.5l-8.4-4.5H188V695.2l-4.5-8.4C155.3 633.9 140.3 574 140 513.7c-0.4-99.7 37.7-193.3 107.6-263.8 69.8-70.5 163.1-109.5 262.8-109.9h1.7c50 0 98.5 9.7 144.2 28.9 44.6 18.7 84.6 45.6 119 80 34.3 34.3 61.3 74.4 80 119 19.4 46.2 29.1 95.2 28.9 145.8-0.6 99.6-39.7 192.9-110.1 262.7z\" p-id=\"14974\"></path></svg></li><li title=\"wifi \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M723 620.5C666.8 571.6 593.4 542 513 542s-153.8 29.6-210.1 78.6a8.1 8.1 0 0 0-.8 11.2l36 42.9c2.9 3.4 8 3.8 11.4.9C393.1 637.2 450.3 614 513 614s119.9 23.2 163.5 61.5c3.4 2.9 8.5 2.5 11.4-.9l36-42.9c2.8-3.3 2.4-8.3-.9-11.2zm117.4-140.1C751.7 406.5 637.6 362 513 362s-238.7 44.5-327.5 118.4a8.05 8.05 0 0 0-1 11.3l36 42.9c2.8 3.4 7.9 3.8 11.2 1C308 472.2 406.1 434 513 434s205 38.2 281.2 101.6c3.4 2.8 8.4 2.4 11.2-1l36-42.9c2.8-3.4 2.4-8.5-1-11.3zm116.7-139C835.7 241.8 680.3 182 511 182c-168.2 0-322.6 59-443.7 157.4a8 8 0 0 0-1.1 11.4l36 42.9c2.8 3.3 7.8 3.8 11.1 1.1C222 306.7 360.3 254 511 254c151.8 0 291 53.5 400 142.7 3.4 2.8 8.4 2.3 11.2-1.1l36-42.9c2.9-3.4 2.4-8.5-1.1-11.3zM448 778a64 64 0 1 0 128 0 64 64 0 1 0-128 0z\"/>\n</svg>\n</li><li title=\"windows \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M120.1 770.6L443 823.2V543.8H120.1v226.8zm63.4-163.5h196.2v141.6l-196.2-31.9V607.1zm340.3 226.5l382 62.2v-352h-382v289.8zm63.4-226.5h255.3v214.4l-255.3-41.6V607.1zm-63.4-415.7v288.8h382V128.1l-382 63.3zm318.7 225.5H587.3V245l255.3-42.3v214.2zm-722.4 63.3H443V201.9l-322.9 53.5v224.8zM183.5 309l196.2-32.5v140.4H183.5V309z\"/>\n</svg>\n</li><li title=\"woman \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M712.8 548.8c53.6-53.6 83.2-125 83.2-200.8 0-75.9-29.5-147.2-83.2-200.8C659.2 93.6 587.8 64 512 64s-147.2 29.5-200.8 83.2C257.6 200.9 228 272.1 228 348c0 63.8 20.9 124.4 59.4 173.9 7.3 9.4 15.2 18.3 23.7 26.9 8.5 8.5 17.5 16.4 26.8 23.7 39.6 30.8 86.3 50.4 136.1 57V736H360c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h114v140c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V812h114c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8H550V629.5c61.5-8.2 118.2-36.1 162.8-80.7zM512 556c-55.6 0-107.7-21.6-147.1-60.9C325.6 455.8 304 403.6 304 348s21.6-107.7 60.9-147.1C404.2 161.5 456.4 140 512 140s107.7 21.6 147.1 60.9C698.4 240.2 720 292.4 720 348s-21.6 107.7-60.9 147.1C619.7 534.4 567.6 556 512 556z\"/>\n</svg>\n</li><li title=\"yahoo \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M859.9 681.4h-14.1c-27.1 0-49.2 22.2-49.2 49.3v14.1c0 27.1 22.2 49.3 49.2 49.3h14.1c27.1 0 49.2-22.2 49.2-49.3v-14.1c0-27.1-22.2-49.3-49.2-49.3zM402.6 231C216.2 231 65 357 65 512.5S216.2 794 402.6 794s337.6-126 337.6-281.5S589.1 231 402.6 231zm0 507C245.1 738 121 634.6 121 512.5c0-62.3 32.3-119.7 84.9-161v48.4h37l159.8 159.9v65.3h-84.4v56.3h225.1v-56.3H459v-65.3l103.5-103.6h65.3v-56.3H459v65.3l-28.1 28.1-93.4-93.5h37v-56.3H216.4c49.4-35 114.3-56.6 186.2-56.6 157.6 0 281.6 103.4 281.6 225.5S560.2 738 402.6 738zm534.7-507H824.7c-15.5 0-27.7 12.6-27.1 28.1l13.1 366h84.4l65.4-366.4c2.7-15.2-7.8-27.7-23.2-27.7z\"/>\n</svg>\n</li><li title=\"youtube \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M960 509.2c0-2.2 0-4.7-.1-7.6-.1-8.1-.3-17.2-.5-26.9-.8-27.9-2.2-55.7-4.4-81.9-3-36.1-7.4-66.2-13.4-88.8a139.52 139.52 0 0 0-98.3-98.5c-28.3-7.6-83.7-12.3-161.7-15.2-37.1-1.4-76.8-2.3-116.5-2.8-13.9-.2-26.8-.3-38.4-.4h-29.4c-11.6.1-24.5.2-38.4.4-39.7.5-79.4 1.4-116.5 2.8-78 3-133.5 7.7-161.7 15.2A139.35 139.35 0 0 0 82.4 304C76.3 326.6 72 356.7 69 392.8c-2.2 26.2-3.6 54-4.4 81.9-.3 9.7-.4 18.8-.5 26.9 0 2.9-.1 5.4-.1 7.6v5.6c0 2.2 0 4.7.1 7.6.1 8.1.3 17.2.5 26.9.8 27.9 2.2 55.7 4.4 81.9 3 36.1 7.4 66.2 13.4 88.8 12.8 47.9 50.4 85.7 98.3 98.5 28.2 7.6 83.7 12.3 161.7 15.2 37.1 1.4 76.8 2.3 116.5 2.8 13.9.2 26.8.3 38.4.4h29.4c11.6-.1 24.5-.2 38.4-.4 39.7-.5 79.4-1.4 116.5-2.8 78-3 133.5-7.7 161.7-15.2 47.9-12.8 85.5-50.5 98.3-98.5 6.1-22.6 10.4-52.7 13.4-88.8 2.2-26.2 3.6-54 4.4-81.9.3-9.7.4-18.8.5-26.9 0-2.9.1-5.4.1-7.6v-5.6zm-72 5.2c0 2.1 0 4.4-.1 7.1-.1 7.8-.3 16.4-.5 25.7-.7 26.6-2.1 53.2-4.2 77.9-2.7 32.2-6.5 58.6-11.2 76.3-6.2 23.1-24.4 41.4-47.4 47.5-21 5.6-73.9 10.1-145.8 12.8-36.4 1.4-75.6 2.3-114.7 2.8-13.7.2-26.4.3-37.8.3h-28.6l-37.8-.3c-39.1-.5-78.2-1.4-114.7-2.8-71.9-2.8-124.9-7.2-145.8-12.8-23-6.2-41.2-24.4-47.4-47.5-4.7-17.7-8.5-44.1-11.2-76.3-2.1-24.7-3.4-51.3-4.2-77.9-.3-9.3-.4-18-.5-25.7 0-2.7-.1-5.1-.1-7.1v-4.8c0-2.1 0-4.4.1-7.1.1-7.8.3-16.4.5-25.7.7-26.6 2.1-53.2 4.2-77.9 2.7-32.2 6.5-58.6 11.2-76.3 6.2-23.1 24.4-41.4 47.4-47.5 21-5.6 73.9-10.1 145.8-12.8 36.4-1.4 75.6-2.3 114.7-2.8 13.7-.2 26.4-.3 37.8-.3h28.6l37.8.3c39.1.5 78.2 1.4 114.7 2.8 71.9 2.8 124.9 7.2 145.8 12.8 23 6.2 41.2 24.4 47.4 47.5 4.7 17.7 8.5 44.1 11.2 76.3 2.1 24.7 3.4 51.3 4.2 77.9.3 9.3.4 18 .5 25.7 0 2.7.1 5.1.1 7.1v4.8zM423 646l232-135-232-133z\"/>\n</svg>\n</li><li title=\"yuque \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M854.6 370.6c-9.9-39.4 9.9-102.2 73.4-124.4l-67.9-3.6s-25.7-90-143.6-98c-117.8-8.1-194.9-3-195-3 .1 0 87.4 55.6 52.4 154.7-25.6 52.5-65.8 95.6-108.8 144.7-1.3 1.3-2.5 2.6-3.5 3.7C319.4 605 96 860 96 860c245.9 64.4 410.7-6.3 508.2-91.1 20.5-.2 35.9-.3 46.3-.3 135.8 0 250.6-117.6 245.9-248.4-3.2-89.9-31.9-110.2-41.8-149.6zm-204.1 334c-10.6 0-26.2.1-46.8.3l-23.6.2-17.8 15.5c-47.1 41-104.4 71.5-171.4 87.6-52.5 12.6-110 16.2-172.7 9.6 18-20.5 36.5-41.6 55.4-63.1 92-104.6 173.8-197.5 236.9-268.5l1.4-1.4 1.3-1.5c4.1-4.6 20.6-23.3 24.7-28.1 9.7-11.1 17.3-19.9 24.5-28.6 30.7-36.7 52.2-67.8 69-102.2l1.6-3.3 1.2-3.4c13.7-38.8 15.4-76.9 6.2-112.8 22.5.7 46.5 1.9 71.7 3.6 33.3 2.3 55.5 12.9 71.1 29.2 5.8 6 10.2 12.5 13.4 18.7 1 2 1.7 3.6 2.3 5l5 17.7c-15.7 34.5-19.9 73.3-11.4 107.2 3 11.8 6.9 22.4 12.3 34.4 2.1 4.7 9.5 20.1 11 23.3 10.3 22.7 15.4 43 16.7 78.7 3.3 94.6-82.7 181.9-182 181.9z\"/>\n</svg>\n</li><li title=\"zhihu \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M564.7 230.1V803h60l25.2 71.4L756.3 803h131.5V230.1H564.7zm247.7 497h-59.9l-75.1 50.4-17.8-50.4h-18V308.3h170.7v418.8zM526.1 486.9H393.3c2.1-44.9 4.3-104.3 6.6-172.9h130.9l-.1-8.1c0-.6-.2-14.7-2.3-29.1-2.1-15-6.6-34.9-21-34.9H287.8c4.4-20.6 15.7-69.7 29.4-93.8l6.4-11.2-12.9-.7c-.8 0-19.6-.9-41.4 10.6-35.7 19-51.7 56.4-58.7 84.4-18.4 73.1-44.6 123.9-55.7 145.6-3.3 6.4-5.3 10.2-6.2 12.8-1.8 4.9-.8 9.8 2.8 13 10.5 9.5 38.2-2.9 38.5-3 .6-.3 1.3-.6 2.2-1 13.9-6.3 55.1-25 69.8-84.5h56.7c.7 32.2 3.1 138.4 2.9 172.9h-141l-2.1 1.5c-23.1 16.9-30.5 63.2-30.8 65.2l-1.4 9.2h167c-12.3 78.3-26.5 113.4-34 127.4-3.7 7-7.3 14-10.7 20.8-21.3 42.2-43.4 85.8-126.3 153.6-3.6 2.8-7 8-4.8 13.7 2.4 6.3 9.3 9.1 24.6 9.1 5.4 0 11.8-.3 19.4-1 49.9-4.4 100.8-18 135.1-87.6 17-35.1 31.7-71.7 43.9-108.9L497 850l5-12c.8-1.9 19-46.3 5.1-95.9l-.5-1.8-108.1-123-22 16.6c6.4-26.1 10.6-49.9 12.5-71.1h158.7v-8c0-40.1-18.5-63.9-19.2-64.9l-2.4-3z\"/>\n</svg>\n</li><li title=\"zoom in \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M637 443H519V309c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v134H325c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h118v134c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V519h118c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8zm284 424L775 721c122.1-148.9 113.6-369.5-26-509-148-148.1-388.4-148.1-537 0-148.1 148.6-148.1 389 0 537 139.5 139.6 360.1 148.1 509 26l146 146c3.2 2.8 8.3 2.8 11 0l43-43c2.8-2.7 2.8-7.8 0-11zM696 696c-118.8 118.7-311.2 118.7-430 0-118.7-118.8-118.7-311.2 0-430 118.8-118.7 311.2-118.7 430 0 118.7 118.8 118.7 311.2 0 430z\"/>\n</svg>\n</li><li title=\"zoom out \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon\" viewBox=\"0 0 1024 1024\">\n  <path d=\"M637 443H325c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h312c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8zm284 424L775 721c122.1-148.9 113.6-369.5-26-509-148-148.1-388.4-148.1-537 0-148.1 148.6-148.1 389 0 537 139.5 139.6 360.1 148.1 509 26l146 146c3.2 2.8 8.3 2.8 11 0l43-43c2.8-2.7 2.8-7.8 0-11zM696 696c-118.8 118.7-311.2 118.7-430 0-118.7-118.8-118.7-311.2 0-430 118.8-118.7 311.2-118.7 430 0 118.7 118.8 118.7 311.2 0 430z\"/>\n</svg>\n</li><li class='heading'>twotone</li><li title=\"account book \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M712 304c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-48H384v48c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-48H184v584h656V256H712v48zm-65.6 121.8l-89.3 164.1h49.1c4.4 0 8 3.6 8 8v21.3c0 4.4-3.6 8-8 8h-65.4v33.7h65.4c4.4 0 8 3.6 8 8v21.3c0 4.4-3.6 8-8 8h-65.4V752c0 4.4-3.6 8-8 8h-41.3c-4.4 0-8-3.6-8-8v-53.8h-65.1c-4.4 0-8-3.6-8-8v-21.3c0-4.4 3.6-8 8-8h65.1v-33.7h-65.1c-4.4 0-8-3.6-8-8v-21.3c0-4.4 3.6-8 8-8H467l-89.3-164c-2.1-3.9-.7-8.8 3.2-10.9 1.1-.7 2.5-1 3.8-1h46a8 8 0 0 1 7.1 4.4l73.4 145.4h2.8l73.4-145.4c1.3-2.7 4.1-4.4 7.1-4.4h45c4.5 0 8 3.6 7.9 8 0 1.3-.4 2.6-1 3.8z\"/>\n  <path d=\"M639.5 414h-45c-3 0-5.8 1.7-7.1 4.4L514 563.8h-2.8l-73.4-145.4a8 8 0 0 0-7.1-4.4h-46c-1.3 0-2.7.3-3.8 1-3.9 2.1-5.3 7-3.2 10.9l89.3 164h-48.6c-4.4 0-8 3.6-8 8v21.3c0 4.4 3.6 8 8 8h65.1v33.7h-65.1c-4.4 0-8 3.6-8 8v21.3c0 4.4 3.6 8 8 8h65.1V752c0 4.4 3.6 8 8 8h41.3c4.4 0 8-3.6 8-8v-53.8h65.4c4.4 0 8-3.6 8-8v-21.3c0-4.4-3.6-8-8-8h-65.4v-33.7h65.4c4.4 0 8-3.6 8-8v-21.3c0-4.4-3.6-8-8-8h-49.1l89.3-164.1c.6-1.2 1-2.5 1-3.8.1-4.4-3.4-8-7.9-8z\"/>\n  <path d=\"M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v584z\"/>\n</svg>\n</li><li title=\"alert \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M340 585c0-5.5 4.5-10 10-10h44c5.5 0 10 4.5 10 10v171h355V563c0-136.4-110.6-247-247-247S265 426.6 265 563v193h75V585z\"/>\n  <path d=\"M216.9 310.5l39.6-39.6c3.1-3.1 3.1-8.2 0-11.3l-67.9-67.9a8.03 8.03 0 0 0-11.3 0l-39.6 39.6a8.03 8.03 0 0 0 0 11.3l67.9 67.9c3.1 3.1 8.1 3.1 11.3 0zm669.6-79.2l-39.6-39.6a8.03 8.03 0 0 0-11.3 0l-67.9 67.9a8.03 8.03 0 0 0 0 11.3l39.6 39.6c3.1 3.1 8.2 3.1 11.3 0l67.9-67.9c3.1-3.2 3.1-8.2 0-11.3zM484 180h56c4.4 0 8-3.6 8-8V76c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v96c0 4.4 3.6 8 8 8zm348 712H192c-17.7 0-32 14.3-32 32v24c0 4.4 3.6 8 8 8h688c4.4 0 8-3.6 8-8v-24c0-17.7-14.3-32-32-32zm-639-96c0 17.7 14.3 32 32 32h574c17.7 0 32-14.3 32-32V563c0-176.2-142.8-319-319-319S193 386.8 193 563v233zm72-233c0-136.4 110.6-247 247-247s247 110.6 247 247v193H404V585c0-5.5-4.5-10-10-10h-44c-5.5 0-10 4.5-10 10v171h-75V563z\"/>\n</svg>\n</li><li title=\"api \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M148.2 674.6zm106.7-92.3c-25 25-38.7 58.1-38.7 93.4s13.8 68.5 38.7 93.4c25 25 58.1 38.7 93.4 38.7 35.3 0 68.5-13.8 93.4-38.7l59.4-59.4-186.8-186.8-59.4 59.4zm420.8-366.1c-35.3 0-68.5 13.8-93.4 38.7l-59.4 59.4 186.8 186.8 59.4-59.4c24.9-25 38.7-58.1 38.7-93.4s-13.8-68.5-38.7-93.4c-25-25-58.1-38.7-93.4-38.7z\"/>\n  <path d=\"M578.9 546.7a8.03 8.03 0 0 0-11.3 0L501 613.3 410.7 523l66.7-66.7c3.1-3.1 3.1-8.2 0-11.3L441 408.6a8.03 8.03 0 0 0-11.3 0L363 475.3l-43-43a7.85 7.85 0 0 0-5.7-2.3c-2 0-4.1.8-5.7 2.3L206.8 534.2a199.45 199.45 0 0 0-58.6 140.4c-.2 39.5 11.2 79.1 34.3 113.1l-76.1 76.1a8.03 8.03 0 0 0 0 11.3l42.4 42.4c1.6 1.6 3.6 2.3 5.7 2.3s4.1-.8 5.7-2.3l76.1-76.1c33.7 22.9 72.9 34.3 112.1 34.3 51.2 0 102.4-19.5 141.5-58.6l101.9-101.9c3.1-3.1 3.1-8.2 0-11.3l-43-43 66.7-66.7c3.1-3.1 3.1-8.2 0-11.3l-36.6-36.2zM441.7 769.1a131.32 131.32 0 0 1-93.4 38.7c-35.3 0-68.4-13.7-93.4-38.7-24.9-24.9-38.7-58.1-38.7-93.4s13.7-68.4 38.7-93.4l59.4-59.4 186.8 186.8-59.4 59.4zm476-620.3l-42.4-42.4c-1.6-1.6-3.6-2.3-5.7-2.3s-4.1.8-5.7 2.3l-76.1 76.1a199.27 199.27 0 0 0-112.1-34.3c-51.2 0-102.4 19.5-141.5 58.6L432.3 308.7a8.03 8.03 0 0 0 0 11.3L704 591.7c1.6 1.6 3.6 2.3 5.7 2.3 2 0 4.1-.8 5.7-2.3l101.9-101.9c68.9-69 77-175.7 24.3-253.5l76.1-76.1c3.1-3.2 3.1-8.3 0-11.4zM769.1 441.7l-59.4 59.4-186.8-186.8 59.4-59.4c24.9-24.9 58.1-38.7 93.4-38.7s68.4 13.7 93.4 38.7c24.9 24.9 38.7 58.1 38.7 93.4s-13.8 68.4-38.7 93.4z\"/>\n</svg>\n</li><li title=\"appstore \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#333\" d=\"M864 144H560c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V160c0-8.8-7.2-16-16-16zm-52 268H612V212h200v200zM464 544H160c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V560c0-8.8-7.2-16-16-16zm-52 268H212V612h200v200zm52-668H160c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V160c0-8.8-7.2-16-16-16zm-52 268H212V212h200v200zm452 132H560c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V560c0-8.8-7.2-16-16-16zm-52 268H612V612h200v200z\"/>\n  <path fill=\"#E6E6E6\" d=\"M212 212h200v200H212zm400 0h200v200H612zM212 612h200v200H212zm400 0h200v200H612z\"/>\n</svg>\n</li><li title=\"audio \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M512 552c54.3 0 98-43.2 98-96V232c0-52.8-43.7-96-98-96s-98 43.2-98 96v224c0 52.8 43.7 96 98 96z\"/>\n  <path d=\"M842 454c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8 0 140.3-113.7 254-254 254S258 594.3 258 454c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8 0 168.7 126.6 307.9 290 327.6V884H326.7c-13.7 0-24.7 14.3-24.7 32v36c0 4.4 2.8 8 6.2 8h407.6c3.4 0 6.2-3.6 6.2-8v-36c0-17.7-11-32-24.7-32H548V782.1c165.3-18 294-158 294-328.1z\"/>\n  <path d=\"M512 624c93.9 0 170-75.2 170-168V232c0-92.8-76.1-168-170-168s-170 75.2-170 168v224c0 92.8 76.1 168 170 168zm-98-392c0-52.8 43.7-96 98-96s98 43.2 98 96v224c0 52.8-43.7 96-98 96s-98-43.2-98-96V232z\"/>\n</svg>\n</li><li title=\"bank \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M240.9 393.9h542.2L512 196.7z\"/>\n  <path d=\"M894 462c30.9 0 43.8-39.7 18.7-58L530.8 126.2a31.81 31.81 0 0 0-37.6 0L111.3 404c-25.1 18.2-12.2 58 18.8 58H192v374h-72c-4.4 0-8 3.6-8 8v52c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-52c0-4.4-3.6-8-8-8h-72V462h62zM381 836H264V462h117v374zm189 0H453V462h117v374zm190 0H642V462h118v374zM240.9 393.9L512 196.7l271.1 197.2H240.9z\"/>\n</svg>\n</li><li title=\"bell \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M512 220c-55.6 0-107.8 21.6-147.1 60.9S304 372.4 304 428v340h416V428c0-55.6-21.6-107.8-60.9-147.1S567.6 220 512 220zm280 208c0-141.1-104.3-257.8-240-277.2v.1c135.7 19.4 240 136 240 277.1zM472 150.9v-.1C336.3 170.2 232 286.9 232 428c0-141.1 104.3-257.7 240-277.1z\"/>\n  <path d=\"M816 768h-24V428c0-141.1-104.3-257.7-240-277.1V112c0-22.1-17.9-40-40-40s-40 17.9-40 40v38.9c-135.7 19.4-240 136-240 277.1v340h-24c-17.7 0-32 14.3-32 32v32c0 4.4 3.6 8 8 8h216c0 61.8 50.2 112 112 112s112-50.2 112-112h216c4.4 0 8-3.6 8-8v-32c0-17.7-14.3-32-32-32zM512 888c-26.5 0-48-21.5-48-48h96c0 26.5-21.5 48-48 48zm208-120H304V428c0-55.6 21.6-107.8 60.9-147.1S456.4 220 512 220c55.6 0 107.8 21.6 147.1 60.9S720 372.4 720 428v340z\"/>\n</svg>\n</li><li title=\"book \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#333\" d=\"M832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zm-260 72h96v209.9L621.5 312 572 347.4V136zM232 888V136h280v296.9c0 3.3 1 6.6 3 9.3a15.9 15.9 0 0 0 22.3 3.7l83.8-59.9 81.4 59.4c2.7 2 6 3.1 9.4 3.1 8.8 0 16-7.2 16-16V136h64v752H232z\"/>\n  <path fill=\"#E6E6E6\" d=\"M668 345.9V136h-96v211.4l49.5-35.4z\"/>\n  <path fill=\"#E6E6E6\" d=\"M727.9 136v296.5c0 8.8-7.2 16-16 16-3.4 0-6.7-1.1-9.4-3.1L621.1 386l-83.8 59.9a15.9 15.9 0 0 1-22.3-3.7c-2-2.7-3-6-3-9.3V136H232v752h559.9V136h-64z\"/>\n</svg>\n</li><li title=\"box plot \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M296 368h88v288h-88zm152 0h280v288H448z\"/>\n  <path d=\"M952 224h-52c-4.4 0-8 3.6-8 8v248h-92V304c0-4.4-3.6-8-8-8H232c-4.4 0-8 3.6-8 8v176h-92V232c0-4.4-3.6-8-8-8H72c-4.4 0-8 3.6-8 8v560c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8V548h92v172c0 4.4 3.6 8 8 8h560c4.4 0 8-3.6 8-8V548h92v244c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8V232c0-4.4-3.6-8-8-8zM384 656h-88V368h88v288zm344 0H448V368h280v288z\"/>\n</svg>\n</li><li title=\"bug \"><svg class=\"icon\" viewBox=\"0 0 1024 1024\" \n  xmlns=\"http://www.w3.org/2000/svg\">\n  <path d=\"M308 412v268c0 36.779 9.678 71.962 27.805 102.907a205.39 205.39 0 0 0 73.288 73.288C440.038 874.322 475.22 884 512 884c36.779 0 71.962-9.678 102.907-27.805a205.39 205.39 0 0 0 73.288-73.288C706.322 751.962 716 716.78 716 680V412H308zm484 172v96c0 6.503-.222 12.954-.658 19.346C859.931 728.636 908 796.705 908 876a8 8 0 0 1-8 8h-56a8 8 0 0 1-8-8c0-44.24-23.94-82.888-59.57-103.697a278.635 278.635 0 0 1-22.658 49.018 281.39 281.39 0 0 1-100.45 100.45C611.84 946.072 563.546 960 512 960s-99.84-13.929-141.321-38.228a281.39 281.39 0 0 1-100.45-100.45 278.635 278.635 0 0 1-22.658-49.019C211.94 793.113 188 831.76 188 876a8 8 0 0 1-8 8h-56a8 8 0 0 1-8-8c0-79.295 48.07-147.363 116.658-176.654A284.122 284.122 0 0 1 232 680v-96H84a8 8 0 0 1-8-8v-56a8 8 0 0 1 8-8h148V412c-76.768 0-139-62.232-139-139a8 8 0 0 1 8-8h60a8 8 0 0 1 8 8c0 34.794 28.206 63 63 63h560c34.794 0 63-28.206 63-63a8 8 0 0 1 8-8h60a8 8 0 0 1 8 8c0 76.768-62.232 139-139 139v100h148a8 8 0 0 1 8 8v56a8 8 0 0 1-8 8H792zM368 272a8 8 0 0 1-8 8h-56a8 8 0 0 1-8-8c0-40.039 8.779-76.746 25.9-108.068 17.235-31.526 42.506-56.797 74.032-74.031C427.254 72.779 463.962 64 504 64h16c40.039 0 76.746 8.779 108.068 25.9 31.526 17.235 56.797 42.506 74.031 74.032C719.221 195.254 728 231.962 728 272a8 8 0 0 1-8 8h-56a8 8 0 0 1-8-8c0-28.326-5.938-53.154-17.077-73.531-10.625-19.437-25.955-34.767-45.392-45.392C573.154 141.937 548.326 136 520 136h-16c-28.326 0-53.154 5.938-73.531 17.077-19.437 10.625-34.767 25.955-45.392 45.392C373.937 218.846 368 243.674 368 272z\"/>\n  <path d=\"M308 412v268c0 36.779 9.678 71.962 27.805 102.907a205.39 205.39 0 0 0 73.288 73.288C440.038 874.322 475.22 884 512 884c36.779 0 71.962-9.678 102.907-27.805a205.39 205.39 0 0 0 73.288-73.288C706.322 751.962 716 716.78 716 680V412H308z\" fill=\"#E6E6E6\"/>\n</svg></li><li title=\"build \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M144 546h200v200H144zm268-268h200v200H412z\"/>\n  <path d=\"M916 210H376c-17.7 0-32 14.3-32 32v236H108c-17.7 0-32 14.3-32 32v272c0 17.7 14.3 32 32 32h540c17.7 0 32-14.3 32-32V546h236c17.7 0 32-14.3 32-32V242c0-17.7-14.3-32-32-32zM344 746H144V546h200v200zm268 0H412V546h200v200zm0-268H412V278h200v200zm268 0H680V278h200v200z\"/>\n</svg>\n</li><li title=\"bulb \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M512 136c-141.4 0-256 114.6-256 256 0 92.5 49.4 176.3 128.1 221.8l35.9 20.8V752h184V634.6l35.9-20.8C718.6 568.3 768 484.5 768 392c0-141.4-114.6-256-256-256z\"/>\n  <path d=\"M632 888H392c-4.4 0-8 3.6-8 8v32c0 17.7 14.3 32 32 32h192c17.7 0 32-14.3 32-32v-32c0-4.4-3.6-8-8-8zM512 64c-181.1 0-328 146.9-328 328 0 121.4 66 227.4 164 284.1V792c0 17.7 14.3 32 32 32h264c17.7 0 32-14.3 32-32V676.1c98-56.7 164-162.7 164-284.1 0-181.1-146.9-328-328-328zm127.9 549.8L604 634.6V752H420V634.6l-35.9-20.8C305.4 568.3 256 484.5 256 392c0-141.4 114.6-256 256-256s256 114.6 256 256c0 92.5-49.4 176.3-128.1 221.8z\"/>\n</svg>\n</li><li title=\"calculator \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#333\" d=\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z\"/>\n  <path fill=\"#E6E6E6\" d=\"M184 840h656V184H184v656zm256.2-75h-50.8c-2.2 0-4.5-1.1-5.9-2.9L348 718.6l-35.5 43.5a7.38 7.38 0 0 1-5.9 2.9h-50.8c-6.6 0-10.2-7.9-5.8-13.1l62.7-76.8-61.2-74.9c-4.3-5.2-.7-13.1 5.9-13.1h50.9c2.2 0 4.5 1.1 5.9 2.9l34 41.6 34-41.6c1.5-1.9 3.6-2.9 5.9-2.9h50.8c6.6 0 10.2 7.9 5.9 13.1L383.5 675l62.7 76.8c4.2 5.3.6 13.2-6 13.2zM576 335c0-2.2 1.4-4 3.2-4h193.5c1.9 0 3.3 1.8 3.3 4v48c0 2.2-1.4 4-3.2 4H579.2c-1.8 0-3.2-1.8-3.2-4v-48zm0 265c0-2.2 1.4-4 3.2-4h193.5c1.9 0 3.3 1.8 3.3 4v48c0 2.2-1.4 4-3.2 4H579.2c-1.8 0-3.2-1.8-3.2-4v-48zm0 104c0-2.2 1.4-4 3.2-4h193.5c1.9 0 3.3 1.8 3.3 4v48c0 2.2-1.4 4-3.2 4H579.2c-1.8 0-3.2-1.8-3.2-4v-48zM248 335c0-2.2 1.4-4 3.2-4H320v-68.8c0-1.8 1.8-3.2 4-3.2h48c2.2 0 4 1.4 4 3.2V331h68.7c1.9 0 3.3 1.8 3.3 4v48c0 2.2-1.4 4-3.2 4H376v68.7c0 1.9-1.8 3.3-4 3.3h-48c-2.2 0-4-1.4-4-3.2V387h-68.8c-1.8 0-3.2-1.8-3.2-4v-48z\"/>\n  <path fill=\"#333\" d=\"M383.5 675l61.3-74.8c4.3-5.2.7-13.1-5.9-13.1h-50.8c-2.3 0-4.4 1-5.9 2.9l-34 41.6-34-41.6a7.69 7.69 0 0 0-5.9-2.9h-50.9c-6.6 0-10.2 7.9-5.9 13.1l61.2 74.9-62.7 76.8c-4.4 5.2-.8 13.1 5.8 13.1h50.8c2.3 0 4.4-1 5.9-2.9l35.5-43.5 35.5 43.5c1.4 1.8 3.7 2.9 5.9 2.9h50.8c6.6 0 10.2-7.9 6-13.2L383.5 675zM251.2 387H320v68.8c0 1.8 1.8 3.2 4 3.2h48c2.2 0 4-1.4 4-3.3V387h68.8c1.8 0 3.2-1.8 3.2-4v-48c0-2.2-1.4-4-3.3-4H376v-68.8c0-1.8-1.8-3.2-4-3.2h-48c-2.2 0-4 1.4-4 3.2V331h-68.8c-1.8 0-3.2 1.8-3.2 4v48c0 2.2 1.4 4 3.2 4zm328 369h193.6c1.8 0 3.2-1.8 3.2-4v-48c0-2.2-1.4-4-3.3-4H579.2c-1.8 0-3.2 1.8-3.2 4v48c0 2.2 1.4 4 3.2 4zm0-104h193.6c1.8 0 3.2-1.8 3.2-4v-48c0-2.2-1.4-4-3.3-4H579.2c-1.8 0-3.2 1.8-3.2 4v48c0 2.2 1.4 4 3.2 4zm0-265h193.6c1.8 0 3.2-1.8 3.2-4v-48c0-2.2-1.4-4-3.3-4H579.2c-1.8 0-3.2 1.8-3.2 4v48c0 2.2 1.4 4 3.2 4z\"/>\n</svg>\n</li><li title=\"calendar \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M712 304c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-48H384v48c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-48H184v136h656V256H712v48z\"/>\n  <path d=\"M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V460h656v380zm0-448H184V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v136z\"/>\n</svg>\n</li><li title=\"camera \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M864 320H677.2l-17.1-47.8-22.9-64.2H386.7l-22.9 64.2-17.1 47.8H160c-4.4 0-8 3.6-8 8v456c0 4.4 3.6 8 8 8h704c4.4 0 8-3.6 8-8V328c0-4.4-3.6-8-8-8zM512 704c-88.4 0-160-71.6-160-160s71.6-160 160-160 160 71.6 160 160-71.6 160-160 160z\"/>\n  <path d=\"M512 384c-88.4 0-160 71.6-160 160s71.6 160 160 160 160-71.6 160-160-71.6-160-160-160zm0 256c-53 0-96-43-96-96s43-96 96-96 96 43 96 96-43 96-96 96z\"/>\n  <path d=\"M864 248H728l-32.4-90.8a32.07 32.07 0 0 0-30.2-21.2H358.6c-13.5 0-25.6 8.5-30.1 21.2L296 248H160c-44.2 0-80 35.8-80 80v456c0 44.2 35.8 80 80 80h704c44.2 0 80-35.8 80-80V328c0-44.2-35.8-80-80-80zm8 536c0 4.4-3.6 8-8 8H160c-4.4 0-8-3.6-8-8V328c0-4.4 3.6-8 8-8h186.7l17.1-47.8 22.9-64.2h250.5l22.9 64.2 17.1 47.8H864c4.4 0 8 3.6 8 8v456z\"/>\n</svg>\n</li><li title=\"car \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M199.6 474L184 517v237h656V517l-15.6-43H199.6zM264 621c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40zm388 75c0 4.4-3.6 8-8 8H380c-4.4 0-8-3.6-8-8v-84c0-4.4 3.6-8 8-8h40c4.4 0 8 3.6 8 8v36h168v-36c0-4.4 3.6-8 8-8h40c4.4 0 8 3.6 8 8v84zm108-75c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40z\"/>\n  <path d=\"M720 581a40 40 0 1 0 80 0 40 40 0 1 0-80 0z\"/>\n  <path d=\"M959 413.4L935.3 372a8 8 0 0 0-10.9-2.9l-50.7 29.6-78.3-216.2a63.9 63.9 0 0 0-60.9-44.4H301.2c-34.7 0-65.5 22.4-76.2 55.5l-74.6 205.2-50.8-29.6a8 8 0 0 0-10.9 2.9L65 413.4c-2.2 3.8-.9 8.6 2.9 10.8l60.4 35.2-14.5 40c-1.2 3.2-1.8 6.6-1.8 10v348.2c0 15.7 11.8 28.4 26.3 28.4h67.6c12.3 0 23-9.3 25.6-22.3l7.7-37.7h545.6l7.7 37.7c2.7 13 13.3 22.3 25.6 22.3h67.6c14.5 0 26.3-12.7 26.3-28.4V509.4c0-3.4-.6-6.8-1.8-10l-14.5-40 60.3-35.2a8 8 0 0 0 3-10.8zM292.7 218.1l.5-1.3.4-1.3c1.1-3.3 4.1-5.5 7.6-5.5h427.6l75.4 208H220l72.7-199.9zM840 754H184V517l15.6-43h624.8l15.6 43v237z\"/>\n  <path d=\"M224 581a40 40 0 1 0 80 0 40 40 0 1 0-80 0zm420 23h-40c-4.4 0-8 3.6-8 8v36H428v-36c0-4.4-3.6-8-8-8h-40c-4.4 0-8 3.6-8 8v84c0 4.4 3.6 8 8 8h264c4.4 0 8-3.6 8-8v-84c0-4.4-3.6-8-8-8z\"/>\n</svg>\n</li><li title=\"carry out \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#333\" d=\"M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v584z\"/>\n  <path fill=\"#E6E6E6\" d=\"M712 304c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-48H384v48c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-48H184v584h656V256H712v48zm-17.5 128.8L481.9 725.5a16.1 16.1 0 0 1-26 0l-126.4-174c-3.8-5.3 0-12.7 6.5-12.7h55.2c5.2 0 10 2.5 13 6.6l64.7 89 150.9-207.8c3-4.1 7.9-6.6 13-6.6H688c6.5 0 10.3 7.4 6.5 12.8z\"/>\n  <path fill=\"#333\" d=\"M688 420h-55.2c-5.1 0-10 2.5-13 6.6L468.9 634.4l-64.7-89c-3-4.1-7.8-6.6-13-6.6H336c-6.5 0-10.3 7.4-6.5 12.7l126.4 174a16.1 16.1 0 0 0 26 0l212.6-292.7c3.8-5.4 0-12.8-6.5-12.8z\"/>\n</svg>\n</li><li title=\"check circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#333\" d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z\"/>\n  <path fill=\"#E6E6E6\" d=\"M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm193.4 225.7l-210.6 292a31.8 31.8 0 0 1-51.7 0L318.5 484.9c-3.8-5.3 0-12.7 6.5-12.7h46.9c10.3 0 19.9 5 25.9 13.3l71.2 98.8 157.2-218c6-8.4 15.7-13.3 25.9-13.3H699c6.5 0 10.3 7.4 6.4 12.7z\"/>\n  <path fill=\"#333\" d=\"M699 353h-46.9c-10.2 0-19.9 4.9-25.9 13.3L469 584.3l-71.2-98.8c-6-8.3-15.6-13.3-25.9-13.3H325c-6.5 0-10.3 7.4-6.5 12.7l124.6 172.8a31.8 31.8 0 0 0 51.7 0l210.6-292c3.9-5.3.1-12.7-6.4-12.7z\"/>\n</svg>\n</li><li title=\"check square \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#333\" d=\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z\"/>\n  <path fill=\"#E6E6E6\" d=\"M184 840h656V184H184v656zm130-367.8h46.9c10.2 0 19.9 4.9 25.9 13.3l71.2 98.8 157.2-218c6-8.3 15.6-13.3 25.9-13.3H688c6.5 0 10.3 7.4 6.5 12.7l-210.6 292a31.8 31.8 0 0 1-51.7 0L307.5 484.9c-3.8-5.3 0-12.7 6.5-12.7z\"/>\n  <path fill=\"#333\" d=\"M432.2 657.7a31.8 31.8 0 0 0 51.7 0l210.6-292c3.8-5.3 0-12.7-6.5-12.7h-46.9c-10.3 0-19.9 5-25.9 13.3L458 584.3l-71.2-98.8c-6-8.4-15.7-13.3-25.9-13.3H314c-6.5 0-10.3 7.4-6.5 12.7l124.7 172.8z\"/>\n</svg>\n</li><li title=\"ci circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#333\" d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z\"/>\n  <path fill=\"#E6E6E6\" d=\"M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm-63.5 522.8c49.3 0 82.8-29.4 87-72.4.4-4.1 3.8-7.3 8-7.3h52.7c2.4 0 4.4 2 4.4 4.4 0 77.4-64.3 132.5-152.3 132.5C345.4 720 286 651.4 286 537.4v-49C286 373.5 345.4 304 448.3 304c88.3 0 152.3 56.9 152.3 138.1 0 2.4-2 4.4-4.4 4.4h-52.6c-4.2 0-7.6-3.2-8-7.4-3.9-46.1-37.5-77.6-87-77.6-61.1 0-95.6 45.4-95.7 126.8v49.3c0 80.3 34.5 125.2 95.6 125.2zM738 704.1c0 4.4-3.6 8-8 8h-50.4c-4.4 0-8-3.6-8-8V319.9c0-4.4 3.6-8 8-8H730c4.4 0 8 3.6 8 8v384.2z\"/>\n  <path fill=\"#333\" d=\"M730 311.9h-50.4c-4.4 0-8 3.6-8 8v384.2c0 4.4 3.6 8 8 8H730c4.4 0 8-3.6 8-8V319.9c0-4.4-3.6-8-8-8zm-281.4 49.6c49.5 0 83.1 31.5 87 77.6.4 4.2 3.8 7.4 8 7.4h52.6c2.4 0 4.4-2 4.4-4.4 0-81.2-64-138.1-152.3-138.1C345.4 304 286 373.5 286 488.4v49c0 114 59.4 182.6 162.3 182.6 88 0 152.3-55.1 152.3-132.5 0-2.4-2-4.4-4.4-4.4h-52.7c-4.2 0-7.6 3.2-8 7.3-4.2 43-37.7 72.4-87 72.4-61.1 0-95.6-44.9-95.6-125.2v-49.3c.1-81.4 34.6-126.8 95.7-126.8z\"/>\n</svg>\n</li><li title=\"ci \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#333\" d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z\"/>\n  <path fill=\"#E6E6E6\" d=\"M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm-63.5 522.8c49.3 0 82.8-29.4 87-72.4.4-4.1 3.8-7.3 8-7.3h52.7c2.4 0 4.4 2 4.4 4.4 0 77.4-64.3 132.5-152.3 132.5C345.4 720 286 651.4 286 537.4v-49C286 373.5 345.4 304 448.3 304c88.3 0 152.3 56.9 152.3 138.1 0 2.4-2 4.4-4.4 4.4h-52.6c-4.2 0-7.6-3.2-8-7.4-3.9-46.1-37.5-77.6-87-77.6-61.1 0-95.6 45.4-95.7 126.8v49.3c0 80.3 34.5 125.2 95.6 125.2zM738 704.1c0 4.4-3.6 8-8 8h-50.4c-4.4 0-8-3.6-8-8V319.9c0-4.4 3.6-8 8-8H730c4.4 0 8 3.6 8 8v384.2z\"/>\n  <path fill=\"#333\" d=\"M730 311.9h-50.4c-4.4 0-8 3.6-8 8v384.2c0 4.4 3.6 8 8 8H730c4.4 0 8-3.6 8-8V319.9c0-4.4-3.6-8-8-8zm-281.4 49.6c49.5 0 83.1 31.5 87 77.6.4 4.2 3.8 7.4 8 7.4h52.6c2.4 0 4.4-2 4.4-4.4 0-81.2-64-138.1-152.3-138.1C345.4 304 286 373.5 286 488.4v49c0 114 59.4 182.6 162.3 182.6 88 0 152.3-55.1 152.3-132.5 0-2.4-2-4.4-4.4-4.4h-52.7c-4.2 0-7.6 3.2-8 7.3-4.2 43-37.7 72.4-87 72.4-61.1 0-95.6-44.9-95.6-125.2v-49.3c.1-81.4 34.6-126.8 95.7-126.8z\"/>\n</svg>\n</li><li title=\"clock circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#333\" d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z\"/>\n  <path fill=\"#E6E6E6\" d=\"M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm176.5 509.7l-28.6 39a7.99 7.99 0 0 1-11.2 1.7L483.3 569.8a7.92 7.92 0 0 1-3.3-6.5V288c0-4.4 3.6-8 8-8h48.1c4.4 0 8 3.6 8 8v247.5l142.6 103.1c3.6 2.5 4.4 7.5 1.8 11.1z\"/>\n  <path fill=\"#333\" d=\"M686.7 638.6L544.1 535.5V288c0-4.4-3.6-8-8-8H488c-4.4 0-8 3.6-8 8v275.3c0 2.6 1.2 5 3.3 6.5l165.4 120.6c3.6 2.6 8.6 1.9 11.2-1.7l28.6-39c2.6-3.6 1.8-8.6-1.8-11.1z\"/>\n</svg>\n</li><li title=\"close circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#333\" d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z\"/>\n  <path fill=\"#E6E6E6\" d=\"M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm171.8 527.1c1.2 1.5 1.9 3.3 1.9 5.2 0 4.5-3.6 8-8 8l-66-.3-99.3-118.4-99.3 118.5-66.1.3c-4.4 0-8-3.6-8-8 0-1.9.7-3.7 1.9-5.2L471 512.3l-130.1-155a8.32 8.32 0 0 1-1.9-5.2c0-4.5 3.6-8 8-8l66.1.3 99.3 118.4 99.4-118.5 66-.3c4.4 0 8 3.6 8 8 0 1.9-.6 3.8-1.8 5.2l-130.1 155 129.9 154.9z\"/>\n  <path fill=\"#333\" d=\"M685.8 352c0-4.4-3.6-8-8-8l-66 .3-99.4 118.5-99.3-118.4-66.1-.3c-4.4 0-8 3.5-8 8 0 1.9.7 3.7 1.9 5.2l130.1 155-130.1 154.9a8.32 8.32 0 0 0-1.9 5.2c0 4.4 3.6 8 8 8l66.1-.3 99.3-118.5L611.7 680l66 .3c4.4 0 8-3.5 8-8 0-1.9-.7-3.7-1.9-5.2L553.9 512.2l130.1-155c1.2-1.4 1.8-3.3 1.8-5.2z\"/>\n</svg>\n</li><li title=\"close square \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#333\" d=\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z\"/>\n  <path fill=\"#E6E6E6\" d=\"M184 840h656V184H184v656zm163.9-473.9A7.95 7.95 0 0 1 354 353h58.9c4.7 0 9.2 2.1 12.3 5.7L512 462.2l86.8-103.5c3-3.6 7.5-5.7 12.3-5.7H670c6.8 0 10.5 7.9 6.1 13.1L553.8 512l122.3 145.9c4.4 5.2.7 13.1-6.1 13.1h-58.9c-4.7 0-9.2-2.1-12.3-5.7L512 561.8l-86.8 103.5c-3 3.6-7.5 5.7-12.3 5.7H354c-6.8 0-10.5-7.9-6.1-13.1L470.2 512 347.9 366.1z\"/>\n  <path fill=\"#333\" d=\"M354 671h58.9c4.8 0 9.3-2.1 12.3-5.7L512 561.8l86.8 103.5c3.1 3.6 7.6 5.7 12.3 5.7H670c6.8 0 10.5-7.9 6.1-13.1L553.8 512l122.3-145.9c4.4-5.2.7-13.1-6.1-13.1h-58.9c-4.8 0-9.3 2.1-12.3 5.7L512 462.2l-86.8-103.5c-3.1-3.6-7.6-5.7-12.3-5.7H354c-6.8 0-10.5 7.9-6.1 13.1L470.2 512 347.9 657.9A7.95 7.95 0 0 0 354 671z\"/>\n</svg>\n</li><li title=\"cloud \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M791.9 492l-37.8-10-13.8-36.5c-8.6-22.7-20.6-44.1-35.7-63.4a245.73 245.73 0 0 0-52.4-49.9c-41.1-28.9-89.5-44.2-140-44.2s-98.9 15.3-140 44.2a245.6 245.6 0 0 0-52.4 49.9 240.47 240.47 0 0 0-35.7 63.4l-13.9 36.6-37.9 9.9a125.7 125.7 0 0 0-66.1 43.7A123.1 123.1 0 0 0 140 612c0 33.1 12.9 64.3 36.3 87.7 23.4 23.4 54.5 36.3 87.6 36.3h496.2c33.1 0 64.2-12.9 87.6-36.3A123.3 123.3 0 0 0 884 612c0-56.2-37.8-105.5-92.1-120z\"/>\n  <path d=\"M811.4 418.7C765.6 297.9 648.9 212 512.2 212S258.8 297.8 213 418.6C127.3 441.1 64 519.1 64 612c0 110.5 89.5 200 199.9 200h496.2C870.5 812 960 722.5 960 612c0-92.7-63.1-170.7-148.6-193.3zm36.3 281a123.07 123.07 0 0 1-87.6 36.3H263.9c-33.1 0-64.2-12.9-87.6-36.3A123.3 123.3 0 0 1 140 612c0-28 9.1-54.3 26.2-76.3a125.7 125.7 0 0 1 66.1-43.7l37.9-9.9 13.9-36.6c8.6-22.8 20.6-44.1 35.7-63.4a245.6 245.6 0 0 1 52.4-49.9c41.1-28.9 89.5-44.2 140-44.2s98.9 15.3 140 44.2c19.9 14 37.5 30.8 52.4 49.9 15.1 19.3 27.1 40.7 35.7 63.4l13.8 36.5 37.8 10c54.3 14.5 92.1 63.8 92.1 120 0 33.1-12.9 64.3-36.3 87.7z\"/>\n</svg>\n</li><li title=\"code \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#333\" d=\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z\"/>\n  <path fill=\"#E6E6E6\" d=\"M184 840h656V184H184v656zm339.5-223h185c4.1 0 7.5 3.6 7.5 8v48c0 4.4-3.4 8-7.5 8h-185c-4.1 0-7.5-3.6-7.5-8v-48c0-4.4 3.4-8 7.5-8zM308 610.3c0-2.3 1.1-4.6 2.9-6.1L420.7 512l-109.8-92.2a7.63 7.63 0 0 1-2.9-6.1V351c0-6.8 7.9-10.5 13.1-6.1l192 160.9c3.9 3.2 3.9 9.1 0 12.3l-192 161c-5.2 4.4-13.1.7-13.1-6.1v-62.7z\"/>\n  <path fill=\"#333\" d=\"M321.1 679.1l192-161c3.9-3.2 3.9-9.1 0-12.3l-192-160.9A7.95 7.95 0 0 0 308 351v62.7c0 2.4 1 4.6 2.9 6.1L420.7 512l-109.8 92.2a8.1 8.1 0 0 0-2.9 6.1V673c0 6.8 7.9 10.5 13.1 6.1zM516 673c0 4.4 3.4 8 7.5 8h185c4.1 0 7.5-3.6 7.5-8v-48c0-4.4-3.4-8-7.5-8h-185c-4.1 0-7.5 3.6-7.5 8v48z\"/>\n</svg>\n</li><li title=\"compass \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#E6E6E6\" d=\"M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zM327.6 701.7c-2 .9-4.4 0-5.3-2.1-.4-1-.4-2.2 0-3.2L421 470.9 553.1 603l-225.5 98.7zm375.1-375.1L604 552.1 471.9 420l225.5-98.7c2-.9 4.4 0 5.3 2.1.4 1 .4 2.1 0 3.2z\"/>\n  <path fill=\"#333\" d=\"M322.3 696.4c-.4 1-.4 2.2 0 3.2.9 2.1 3.3 3 5.3 2.1L553.1 603 421 470.9l-98.7 225.5zm375.1-375.1L471.9 420 604 552.1l98.7-225.5c.4-1.1.4-2.2 0-3.2-.9-2.1-3.3-3-5.3-2.1z\"/>\n  <path fill=\"#333\" d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z\"/>\n</svg>\n</li><li title=\"contacts \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M460.3 526a51.7 52 0 1 0 103.4 0 51.7 52 0 1 0-103.4 0z\"/>\n  <path fill=\"#D9D9D9\" d=\"M768 352c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56H548v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56H328v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56H136v496h752V296H768v56zM661 736h-43.8c-4.2 0-7.6-3.3-7.9-7.5-3.8-50.5-46-90.5-97.2-90.5s-93.4 39.9-97.2 90.5c-.3 4.2-3.7 7.5-7.9 7.5h-43.9a8 8 0 0 1-8-8.4c2.8-53.3 31.9-99.6 74.6-126.1-18.1-20-29.1-46.4-29.1-75.5 0-61.9 49.9-112 111.4-112s111.4 50.1 111.4 112c0 29.1-11 55.6-29.1 75.5 42.7 26.4 71.9 72.8 74.7 126.1a8 8 0 0 1-8 8.4z\"/>\n  <path d=\"M594.3 601.5a111.8 111.8 0 0 0 29.1-75.5c0-61.9-49.9-112-111.4-112s-111.4 50.1-111.4 112c0 29.1 11 55.5 29.1 75.5a158.09 158.09 0 0 0-74.6 126.1 8 8 0 0 0 8 8.4H407c4.2 0 7.6-3.3 7.9-7.5 3.8-50.6 46-90.5 97.2-90.5s93.4 40 97.2 90.5c.3 4.2 3.7 7.5 7.9 7.5H661a8 8 0 0 0 8-8.4c-2.8-53.3-32-99.7-74.7-126.1zM512 578c-28.5 0-51.7-23.3-51.7-52s23.2-52 51.7-52 51.7 23.3 51.7 52-23.2 52-51.7 52z\"/>\n  <path d=\"M928 224H768v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H548v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H328v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H96c-17.7 0-32 14.3-32 32v576c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V256c0-17.7-14.3-32-32-32zm-40 568H136V296h120v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h148v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h148v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h120v496z\"/>\n</svg>\n</li><li title=\"container \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M635 771.7c-34.5 28.6-78.2 44.3-123 44.3s-88.5-15.8-123-44.3a194.02 194.02 0 0 1-59.1-84.7H232v201h560V687h-97.9c-11.6 32.8-32 62.3-59.1 84.7z\"/>\n  <path d=\"M320 501h384c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H320c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z\"/>\n  <path d=\"M832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zm-40 824H232V687h97.9c11.6 32.8 32 62.3 59.1 84.7 34.5 28.5 78.2 44.3 123 44.3s88.5-15.7 123-44.3c27.1-22.4 47.5-51.9 59.1-84.7H792v201zm0-264H643.6l-5.2 24.7C626.4 708.5 573.2 752 512 752s-114.4-43.5-126.5-103.3l-5.2-24.7H232V136h560v488z\"/>\n  <path d=\"M320 341h384c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H320c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z\"/>\n</svg>\n</li><li title=\"control \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#333\" d=\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z\"/>\n  <path fill=\"#E6E6E6\" d=\"M616 440a36 36 0 1 0 72 0 36 36 0 1 0-72 0zM340.4 601.5l1.5 2.4c0 .1.1.1.1.2l.9 1.2c.1.1.2.2.2.3 1 1.3 2 2.5 3.2 3.6l.2.2c.4.4.8.8 1.2 1.1.8.8 1.7 1.5 2.6 2.1h.1l1.2.9c.1.1.3.2.4.3 1.2.8 2.5 1.6 3.9 2.2.2.1.5.2.7.4.4.2.7.3 1.1.5.3.1.7.3 1 .4.5.2 1 .4 1.5.5.4.1.9.3 1.3.4l.9.3 1.4.3c.2.1.5.1.7.2.7.1 1.4.3 2.1.4.2 0 .4 0 .6.1.6.1 1.1.1 1.7.2.2 0 .4 0 .7.1.8 0 1.5.1 2.3.1s1.5 0 2.3-.1c.2 0 .4 0 .7-.1.6 0 1.2-.1 1.7-.2.2 0 .4 0 .6-.1.7-.1 1.4-.2 2.1-.4.2-.1.5-.1.7-.2l1.4-.3.9-.3c.4-.1.9-.3 1.3-.4.5-.2 1-.4 1.5-.5.3-.1.7-.3 1-.4.4-.2.7-.3 1.1-.5.2-.1.5-.2.7-.4 1.3-.7 2.6-1.4 3.9-2.2.1-.1.3-.2.4-.3l1.2-.9h.1c.9-.7 1.8-1.4 2.6-2.1.4-.4.8-.7 1.2-1.1l.2-.2c1.1-1.1 2.2-2.4 3.2-3.6.1-.1.2-.2.2-.3l.9-1.2c0-.1.1-.1.1-.2l1.5-2.4c.1-.2.2-.3.3-.5 2.7-5.1 4.3-10.9 4.3-17s-1.6-12-4.3-17c-.1-.2-.2-.4-.3-.5l-1.5-2.4c0-.1-.1-.1-.1-.2l-.9-1.2c-.1-.1-.2-.2-.2-.3-1-1.3-2-2.5-3.2-3.6l-.2-.2c-.4-.4-.8-.8-1.2-1.1-.8-.8-1.7-1.5-2.6-2.1h-.1l-1.2-.9c-.1-.1-.3-.2-.4-.3-1.2-.8-2.5-1.6-3.9-2.2-.2-.1-.5-.2-.7-.4-.4-.2-.7-.3-1.1-.5-.3-.1-.7-.3-1-.4-.5-.2-1-.4-1.5-.5-.4-.1-.9-.3-1.3-.4l-.9-.3-1.4-.3c-.2-.1-.5-.1-.7-.2-.7-.1-1.4-.3-2.1-.4-.2 0-.4 0-.6-.1-.6-.1-1.1-.1-1.7-.2-.2 0-.4 0-.7-.1-.8 0-1.5-.1-2.3-.1s-1.5 0-2.3.1c-.2 0-.4 0-.7.1-.6 0-1.2.1-1.7.2-.2 0-.4 0-.6.1-.7.1-1.4.2-2.1.4-.2.1-.5.1-.7.2l-1.4.3-.9.3c-.4.1-.9.3-1.3.4-.5.2-1 .4-1.5.5-.3.1-.7.3-1 .4-.4.2-.7.3-1.1.5-.2.1-.5.2-.7.4-1.3.7-2.6 1.4-3.9 2.2-.1.1-.3.2-.4.3l-1.2.9h-.1c-.9.7-1.8 1.4-2.6 2.1-.4.4-.8.7-1.2 1.1l-.2.2a54.8 54.8 0 0 0-3.2 3.6c-.1.1-.2.2-.2.3l-.9 1.2c0 .1-.1.1-.1.2l-1.5 2.4c-.1.2-.2.3-.3.5-2.7 5.1-4.3 10.9-4.3 17s1.6 12 4.3 17c.1.2.2.3.3.5z\"/>\n  <path fill=\"#E6E6E6\" d=\"M184 840h656V184H184v656zm436.4-499.1c-.2 0-.3.1-.4.1v-77c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v77c-.2 0-.3-.1-.4-.1 42 13.4 72.4 52.7 72.4 99.1 0 46.4-30.4 85.7-72.4 99.1.2 0 .3-.1.4-.1v221c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V539c.2 0 .3.1.4.1-42-13.4-72.4-52.7-72.4-99.1 0-46.4 30.4-85.7 72.4-99.1zM340 485V264c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v221c41.7 13.6 72 52.8 72 99s-30.3 85.5-72 99v77c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-77c-41.7-13.6-72-52.8-72-99s30.3-85.5 72-99z\"/>\n  <path fill=\"#333\" d=\"M340 683v77c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-77c41.7-13.5 72-52.8 72-99s-30.3-85.4-72-99V264c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v221c-41.7 13.5-72 52.8-72 99s30.3 85.4 72 99zm.1-116c.1-.2.2-.3.3-.5l1.5-2.4c0-.1.1-.1.1-.2l.9-1.2c0-.1.1-.2.2-.3 1-1.2 2.1-2.5 3.2-3.6l.2-.2c.4-.4.8-.7 1.2-1.1.8-.7 1.7-1.4 2.6-2.1h.1l1.2-.9c.1-.1.3-.2.4-.3 1.3-.8 2.6-1.5 3.9-2.2.2-.2.5-.3.7-.4.4-.2.7-.3 1.1-.5.3-.1.7-.3 1-.4.5-.1 1-.3 1.5-.5.4-.1.9-.3 1.3-.4l.9-.3 1.4-.3c.2-.1.5-.1.7-.2.7-.2 1.4-.3 2.1-.4.2-.1.4-.1.6-.1.5-.1 1.1-.2 1.7-.2.3-.1.5-.1.7-.1.8-.1 1.5-.1 2.3-.1s1.5.1 2.3.1c.3.1.5.1.7.1.6.1 1.1.1 1.7.2.2.1.4.1.6.1.7.1 1.4.3 2.1.4.2.1.5.1.7.2l1.4.3.9.3c.4.1.9.3 1.3.4.5.1 1 .3 1.5.5.3.1.7.3 1 .4.4.2.7.3 1.1.5.2.2.5.3.7.4 1.4.6 2.7 1.4 3.9 2.2.1.1.3.2.4.3l1.2.9h.1c.9.6 1.8 1.3 2.6 2.1.4.3.8.7 1.2 1.1l.2.2c1.2 1.1 2.2 2.3 3.2 3.6 0 .1.1.2.2.3l.9 1.2c0 .1.1.1.1.2l1.5 2.4A36.03 36.03 0 0 1 408 584c0 6.1-1.6 11.9-4.3 17-.1.2-.2.3-.3.5l-1.5 2.4c0 .1-.1.1-.1.2l-.9 1.2c0 .1-.1.2-.2.3-1 1.2-2.1 2.5-3.2 3.6l-.2.2c-.4.4-.8.7-1.2 1.1-.8.7-1.7 1.4-2.6 2.1h-.1l-1.2.9c-.1.1-.3.2-.4.3-1.3.8-2.6 1.5-3.9 2.2-.2.2-.5.3-.7.4-.4.2-.7.3-1.1.5-.3.1-.7.3-1 .4-.5.1-1 .3-1.5.5-.4.1-.9.3-1.3.4l-.9.3-1.4.3c-.2.1-.5.1-.7.2-.7.2-1.4.3-2.1.4-.2.1-.4.1-.6.1-.5.1-1.1.2-1.7.2-.3.1-.5.1-.7.1-.8.1-1.5.1-2.3.1s-1.5-.1-2.3-.1c-.3-.1-.5-.1-.7-.1-.6-.1-1.1-.1-1.7-.2-.2-.1-.4-.1-.6-.1-.7-.1-1.4-.3-2.1-.4-.2-.1-.5-.1-.7-.2l-1.4-.3-.9-.3c-.4-.1-.9-.3-1.3-.4-.5-.1-1-.3-1.5-.5-.3-.1-.7-.3-1-.4-.4-.2-.7-.3-1.1-.5-.2-.2-.5-.3-.7-.4-1.4-.6-2.7-1.4-3.9-2.2-.1-.1-.3-.2-.4-.3l-1.2-.9h-.1c-.9-.6-1.8-1.3-2.6-2.1-.4-.3-.8-.7-1.2-1.1l-.2-.2c-1.2-1.1-2.2-2.3-3.2-3.6 0-.1-.1-.2-.2-.3l-.9-1.2c0-.1-.1-.1-.1-.2l-1.5-2.4c-.1-.2-.2-.3-.3-.5-2.7-5-4.3-10.9-4.3-17s1.6-11.9 4.3-17zm280.3-27.9c-.1 0-.2-.1-.4-.1v221c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V539c-.1 0-.2.1-.4.1 42-13.4 72.4-52.7 72.4-99.1 0-46.4-30.4-85.7-72.4-99.1.1 0 .2.1.4.1v-77c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v77c.1 0 .2-.1.4-.1-42 13.4-72.4 52.7-72.4 99.1 0 46.4 30.4 85.7 72.4 99.1zM652 404c19.9 0 36 16.1 36 36s-16.1 36-36 36-36-16.1-36-36 16.1-36 36-36z\"/>\n</svg>\n</li><li title=\"copy \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M232 706h142c22.1 0 40 17.9 40 40v142h250V264H232v442z\"/>\n  <path d=\"M832 64H296c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h496v688c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V96c0-17.7-14.3-32-32-32z\"/>\n  <path d=\"M704 192H192c-17.7 0-32 14.3-32 32v530.7c0 8.5 3.4 16.6 9.4 22.6l173.3 173.3c2.2 2.2 4.7 4 7.4 5.5v1.9h4.2c3.5 1.3 7.2 2 11 2H704c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32zM350 856.2L263.9 770H350v86.2zM664 888H414V746c0-22.1-17.9-40-40-40H232V264h432v624z\"/>\n</svg>\n</li><li title=\"copyright circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#333\" d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z\"/>\n  <path fill=\"#E6E6E6\" d=\"M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm5.5 533c52.9 0 88.8-31.7 93-77.8.4-4.1 3.8-7.3 8-7.3h56.8c2.6 0 4.7 2.1 4.7 4.7 0 82.6-68.7 141.4-162.7 141.4C407.4 734 344 660.8 344 539.1v-52.3C344 364.2 407.4 290 517.3 290c94.3 0 162.7 60.7 162.7 147.4 0 2.6-2.1 4.7-4.7 4.7h-56.7c-4.2 0-7.7-3.2-8-7.4-4-49.6-40-83.4-93-83.4-65.2 0-102.1 48.5-102.2 135.5v52.6c0 85.7 36.8 133.6 102.1 133.6z\"/>\n  <path fill=\"#333\" d=\"M517.6 351.3c53 0 89 33.8 93 83.4.3 4.2 3.8 7.4 8 7.4h56.7c2.6 0 4.7-2.1 4.7-4.7 0-86.7-68.4-147.4-162.7-147.4C407.4 290 344 364.2 344 486.8v52.3C344 660.8 407.4 734 517.3 734c94 0 162.7-58.8 162.7-141.4 0-2.6-2.1-4.7-4.7-4.7h-56.8c-4.2 0-7.6 3.2-8 7.3-4.2 46.1-40.1 77.8-93 77.8-65.3 0-102.1-47.9-102.1-133.6v-52.6c.1-87 37-135.5 102.2-135.5z\"/>\n</svg>\n</li><li title=\"copyright \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#333\" d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z\"/>\n  <path fill=\"#E6E6E6\" d=\"M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm5.5 533c52.9 0 88.8-31.7 93-77.8.4-4.1 3.8-7.3 8-7.3h56.8c2.6 0 4.7 2.1 4.7 4.7 0 82.6-68.7 141.4-162.7 141.4C407.4 734 344 660.8 344 539.1v-52.3C344 364.2 407.4 290 517.3 290c94.3 0 162.7 60.7 162.7 147.4 0 2.6-2.1 4.7-4.7 4.7h-56.7c-4.2 0-7.7-3.2-8-7.4-4-49.6-40-83.4-93-83.4-65.2 0-102.1 48.5-102.2 135.5v52.6c0 85.7 36.8 133.6 102.1 133.6z\"/>\n  <path fill=\"#333\" d=\"M517.6 351.3c53 0 89 33.8 93 83.4.3 4.2 3.8 7.4 8 7.4h56.7c2.6 0 4.7-2.1 4.7-4.7 0-86.7-68.4-147.4-162.7-147.4C407.4 290 344 364.2 344 486.8v52.3C344 660.8 407.4 734 517.3 734c94 0 162.7-58.8 162.7-141.4 0-2.6-2.1-4.7-4.7-4.7h-56.8c-4.2 0-7.6 3.2-8 7.3-4.2 46.1-40.1 77.8-93 77.8-65.3 0-102.1-47.9-102.1-133.6v-52.6c.1-87 37-135.5 102.2-135.5z\"/>\n</svg>\n</li><li title=\"credit card \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M136 792h752V440H136v352zm507-144c0-4.4 3.6-8 8-8h165c4.4 0 8 3.6 8 8v72c0 4.4-3.6 8-8 8H651c-4.4 0-8-3.6-8-8v-72zM136 232h752v120H136z\"/>\n  <path d=\"M651 728h165c4.4 0 8-3.6 8-8v-72c0-4.4-3.6-8-8-8H651c-4.4 0-8 3.6-8 8v72c0 4.4 3.6 8 8 8z\"/>\n  <path d=\"M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-40 632H136V440h752v352zm0-440H136V232h752v120z\"/>\n</svg>\n</li><li title=\"crown \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M911.9 283.9v.5L835.5 865c-1 8-7.9 14-15.9 14H204.5c-8.1 0-14.9-6.1-16-14l-76.4-580.6v-.6 1.6L188.5 866c1.1 7.9 7.9 14 16 14h615.1c8 0 14.9-6 15.9-14l76.4-580.6c.1-.5.1-1 0-1.5z\"/>\n  <path fill=\"#D9D9D9\" d=\"M773.6 810.6l53.9-409.4-139.8 86.1L512 252.9 336.3 487.3l-139.8-86.1 53.8 409.4h523.3zm-374.2-189c0-62.1 50.5-112.6 112.6-112.6s112.6 50.5 112.6 112.6v1c0 62.1-50.5 112.6-112.6 112.6s-112.6-50.5-112.6-112.6v-1z\"/>\n  <path d=\"M512 734.2c61.9 0 112.3-50.2 112.6-112.1v-.5c0-62.1-50.5-112.6-112.6-112.6s-112.6 50.5-112.6 112.6v.5c.3 61.9 50.7 112.1 112.6 112.1zm0-160.9c26.6 0 48.2 21.6 48.2 48.3 0 26.6-21.6 48.3-48.2 48.3s-48.2-21.6-48.2-48.3c0-26.6 21.6-48.3 48.2-48.3z\"/>\n  <path d=\"M188.5 865c1.1 7.9 7.9 14 16 14h615.1c8 0 14.9-6 15.9-14l76.4-580.6v-.5c.3-6.4-6.7-10.8-12.3-7.4L705 396.4 518.4 147.5a8.06 8.06 0 0 0-12.9 0L319 396.4 124.3 276.5c-5.5-3.4-12.6.9-12.2 7.3v.6L188.5 865zm147.8-377.7L512 252.9l175.7 234.4 139.8-86.1-53.9 409.4H250.3l-53.8-409.4 139.8 86.1z\"/>\n</svg>\n</li><li title=\"customer service \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M696 632h128v192H696zm-496 0h128v192H200z\"/>\n  <path d=\"M512 128c-212.1 0-384 171.9-384 384v360c0 13.3 10.7 24 24 24h184c35.3 0 64-28.7 64-64V624c0-35.3-28.7-64-64-64H200v-48c0-172.3 139.7-312 312-312s312 139.7 312 312v48H688c-35.3 0-64 28.7-64 64v208c0 35.3 28.7 64 64 64h184c13.3 0 24-10.7 24-24V512c0-212.1-171.9-384-384-384zM328 632v192H200V632h128zm496 192H696V632h128v192z\"/>\n</svg>\n</li><li title=\"dashboard \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M512 188c-99.3 0-192.7 38.7-263 109-70.3 70.2-109 163.6-109 263 0 105.6 44.5 205.5 122.6 276h498.8A371.12 371.12 0 0 0 884 560c0-99.3-38.7-192.7-109-263-70.2-70.3-163.6-109-263-109zm-30 44c0-4.4 3.6-8 8-8h44c4.4 0 8 3.6 8 8v80c0 4.4-3.6 8-8 8h-44c-4.4 0-8-3.6-8-8v-80zM270 582c0 4.4-3.6 8-8 8h-80c-4.4 0-8-3.6-8-8v-44c0-4.4 3.6-8 8-8h80c4.4 0 8 3.6 8 8v44zm90.7-204.4l-31.1 31.1a8.03 8.03 0 0 1-11.3 0l-56.6-56.6a8.03 8.03 0 0 1 0-11.3l31.1-31.1c3.1-3.1 8.2-3.1 11.3 0l56.6 56.6c3.1 3.1 3.1 8.2 0 11.3zm291.1 83.5l-84.5 84.5c5 18.7.2 39.4-14.5 54.1a55.95 55.95 0 0 1-79.2 0 55.95 55.95 0 0 1 0-79.2 55.87 55.87 0 0 1 54.1-14.5l84.5-84.5c3.1-3.1 8.2-3.1 11.3 0l28.3 28.3c3.1 3.1 3.1 8.2 0 11.3zm43-52.4l-31.1-31.1a8.03 8.03 0 0 1 0-11.3l56.6-56.6c3.1-3.1 8.2-3.1 11.3 0l31.1 31.1c3.1 3.1 3.1 8.2 0 11.3l-56.6 56.6a8.03 8.03 0 0 1-11.3 0zM846 538v44c0 4.4-3.6 8-8 8h-80c-4.4 0-8-3.6-8-8v-44c0-4.4 3.6-8 8-8h80c4.4 0 8 3.6 8 8z\"/>\n  <path d=\"M623.5 421.5a8.03 8.03 0 0 0-11.3 0L527.7 506c-18.7-5-39.4-.2-54.1 14.5a55.95 55.95 0 0 0 0 79.2 55.95 55.95 0 0 0 79.2 0 55.87 55.87 0 0 0 14.5-54.1l84.5-84.5c3.1-3.1 3.1-8.2 0-11.3l-28.3-28.3zM490 320h44c4.4 0 8-3.6 8-8v-80c0-4.4-3.6-8-8-8h-44c-4.4 0-8 3.6-8 8v80c0 4.4 3.6 8 8 8z\"/>\n  <path d=\"M924.8 385.6a446.7 446.7 0 0 0-96-142.4 446.7 446.7 0 0 0-142.4-96C631.1 123.8 572.5 112 512 112s-119.1 11.8-174.4 35.2a446.7 446.7 0 0 0-142.4 96 446.7 446.7 0 0 0-96 142.4C75.8 440.9 64 499.5 64 560c0 132.7 58.3 257.7 159.9 343.1l1.7 1.4c5.8 4.8 13.1 7.5 20.6 7.5h531.7c7.5 0 14.8-2.7 20.6-7.5l1.7-1.4C901.7 817.7 960 692.7 960 560c0-60.5-11.9-119.1-35.2-174.4zM761.4 836H262.6A371.12 371.12 0 0 1 140 560c0-99.4 38.7-192.8 109-263 70.3-70.3 163.7-109 263-109 99.4 0 192.8 38.7 263 109 70.3 70.3 109 163.7 109 263 0 105.6-44.5 205.5-122.6 276z\"/>\n  <path d=\"M762.7 340.8l-31.1-31.1a8.03 8.03 0 0 0-11.3 0l-56.6 56.6a8.03 8.03 0 0 0 0 11.3l31.1 31.1c3.1 3.1 8.2 3.1 11.3 0l56.6-56.6c3.1-3.1 3.1-8.2 0-11.3zM750 538v44c0 4.4 3.6 8 8 8h80c4.4 0 8-3.6 8-8v-44c0-4.4-3.6-8-8-8h-80c-4.4 0-8 3.6-8 8zM304.1 309.7a8.03 8.03 0 0 0-11.3 0l-31.1 31.1a8.03 8.03 0 0 0 0 11.3l56.6 56.6c3.1 3.1 8.2 3.1 11.3 0l31.1-31.1c3.1-3.1 3.1-8.2 0-11.3l-56.6-56.6zM262 530h-80c-4.4 0-8 3.6-8 8v44c0 4.4 3.6 8 8 8h80c4.4 0 8-3.6 8-8v-44c0-4.4-3.6-8-8-8z\"/>\n</svg>\n</li><li title=\"database \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D8D8D8\" d=\"M232 616h560V408H232v208zm112-144c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40zM232 888h560V680H232v208zm112-144c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40zM232 344h560V136H232v208zm112-144c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40z\"/>\n  <path d=\"M304 512a40 40 0 1 0 80 0 40 40 0 1 0-80 0zm0 272a40 40 0 1 0 80 0 40 40 0 1 0-80 0zm0-544a40 40 0 1 0 80 0 40 40 0 1 0-80 0z\"/>\n  <path d=\"M832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zm-40 824H232V680h560v208zm0-272H232V408h560v208zm0-272H232V136h560v208z\"/>\n</svg>\n</li><li title=\"delete \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M292.7 840h438.6l24.2-512h-487z\"/>\n  <path d=\"M864 256H736v-80c0-35.3-28.7-64-64-64H352c-35.3 0-64 28.7-64 64v80H160c-17.7 0-32 14.3-32 32v32c0 4.4 3.6 8 8 8h60.4l24.7 523c1.6 34.1 29.8 61 63.9 61h454c34.2 0 62.3-26.8 63.9-61l24.7-523H888c4.4 0 8-3.6 8-8v-32c0-17.7-14.3-32-32-32zm-504-72h304v72H360v-72zm371.3 656H292.7l-24.2-512h487l-24.2 512z\"/>\n</svg>\n</li><li title=\"diff \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M232 264v624h432V413.8L514.2 264H232zm336 489c0 3.8-3.4 7-7.5 7h-225c-4.1 0-7.5-3.2-7.5-7v-42c0-3.8 3.4-7 7.5-7h225c4.1 0 7.5 3.2 7.5 7v42zm0-262v42c0 3.8-3.4 7-7.5 7H476v84.9c0 3.9-3.1 7.1-7 7.1h-42c-3.8 0-7-3.2-7-7.1V540h-84.5c-4.1 0-7.5-3.2-7.5-7v-42c0-3.9 3.4-7 7.5-7H420v-84.9c0-3.9 3.2-7.1 7-7.1h42c3.9 0 7 3.2 7 7.1V484h84.5c4.1 0 7.5 3.1 7.5 7z\"/>\n  <path d=\"M854.2 306.6L611.3 72.9c-6-5.7-13.9-8.9-22.2-8.9H296c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h277l219 210.6V824c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V329.6c0-8.7-3.5-17-9.8-23z\"/>\n  <path d=\"M553.4 201.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v704c0 17.7 14.3 32 32 32h512c17.7 0 32-14.3 32-32V397.3c0-8.5-3.4-16.6-9.4-22.6L553.4 201.4zM664 888H232V264h282.2L664 413.8V888z\"/>\n  <path d=\"M476 399.1c0-3.9-3.1-7.1-7-7.1h-42c-3.8 0-7 3.2-7 7.1V484h-84.5c-4.1 0-7.5 3.1-7.5 7v42c0 3.8 3.4 7 7.5 7H420v84.9c0 3.9 3.2 7.1 7 7.1h42c3.9 0 7-3.2 7-7.1V540h84.5c4.1 0 7.5-3.2 7.5-7v-42c0-3.9-3.4-7-7.5-7H476v-84.9zM560.5 704h-225c-4.1 0-7.5 3.2-7.5 7v42c0 3.8 3.4 7 7.5 7h225c4.1 0 7.5-3.2 7.5-7v-42c0-3.8-3.4-7-7.5-7z\"/>\n</svg>\n</li><li title=\"dislike \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M273 100.1v428h.3l-.3-428zM820.4 525l-21.9-19 14-25.5a56.2 56.2 0 0 0 6.9-27.3c0-16.5-7.1-32.2-19.6-43l-21.9-19 13.9-25.4a56.2 56.2 0 0 0 6.9-27.3c0-16.5-7.1-32.2-19.6-43l-21.9-19 13.9-25.4a56.2 56.2 0 0 0 6.9-27.3c0-22.4-13.2-42.6-33.6-51.8H345v345.2c18.6 67.2 46.4 168 83.5 302.5a44.28 44.28 0 0 0 42.2 32.3c7.5.1 15-2.2 21.1-6.7 9.9-7.4 15.2-18.6 14.6-30.5l-9.6-198.4h314.4C829 605.5 840 587.1 840 568c0-16.5-7.1-32.2-19.6-43z\"/>\n  <path d=\"M112 132v364c0 17.7 14.3 32 32 32h65V100h-65c-17.7 0-32 14.3-32 32zm773.9 358.3c3.6-12 5.4-24.4 5.4-37 0-28.3-9.3-55.5-26.1-77.7 3.6-12 5.4-24.4 5.4-37 0-28.3-9.3-55.5-26.1-77.7 3.6-12 5.4-24.4 5.4-37 0-51.6-30.7-98.1-78.3-118.4a66.1 66.1 0 0 0-26.5-5.4H273l.3 428 85.8 310.8C372.9 889 418.9 924 470.9 924c29.7 0 57.4-11.8 77.9-33.4 20.5-21.5 31-49.7 29.5-79.4l-6-122.9h239.9c12.1 0 23.9-3.2 34.3-9.3 40.4-23.5 65.5-66.1 65.5-111 0-28.3-9.3-55.5-26.1-77.7zm-74.7 126.1H496.8l9.6 198.4c.6 11.9-4.7 23.1-14.6 30.5-6.1 4.5-13.6 6.8-21.1 6.7a44.28 44.28 0 0 1-42.2-32.3c-37.1-134.4-64.9-235.2-83.5-302.5V172h399.4a56.85 56.85 0 0 1 33.6 51.8c0 9.7-2.3 18.9-6.9 27.3l-13.9 25.4 21.9 19a56.76 56.76 0 0 1 19.6 43c0 9.7-2.3 18.9-6.9 27.3l-13.9 25.4 21.9 19a56.76 56.76 0 0 1 19.6 43c0 9.7-2.3 18.9-6.9 27.3l-14 25.5 21.9 19a56.76 56.76 0 0 1 19.6 43c0 19.1-11 37.5-28.8 48.4z\"/>\n</svg>\n</li><li title=\"dollar circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#333\" d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z\"/>\n  <path fill=\"#E6E6E6\" d=\"M426.6 410.3c0 25.4 15.7 45.1 49.5 57.3 4.7 1.9 9.4 3.4 15 5v-124c-37 4.7-64.5 25.4-64.5 61.7zm116.5 135.2c-2.9-.6-5.7-1.3-8.8-2.2V677c42.6-3.8 72-27.3 72-66.4 0-30.7-15.9-50.7-63.2-65.1z\"/>\n  <path fill=\"#E6E6E6\" d=\"M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm22.4 589.2l.2 31.7c0 4.5-3.6 8.1-8 8.1h-28.4c-4.4 0-8-3.6-8-8v-31.4c-89-6.5-130.7-57.1-135.2-112.1-.4-4.7 3.3-8.7 8-8.7h46.2c3.9 0 7.3 2.8 7.9 6.6 5.1 31.8 29.9 55.4 74.1 61.3V534l-24.7-6.3c-52.3-12.5-102.1-45.1-102.1-112.7 0-73 55.4-112.1 126.2-119v-33c0-4.4 3.6-8 8-8h28.1c4.4 0 8 3.6 8 8v32.7c68.5 6.9 119.8 46.9 125.9 109.2a8.1 8.1 0 0 1-8 8.8h-44.9c-4 0-7.4-2.9-7.9-6.9-4-29.2-27.5-53-65.5-58.2v134.3l25.4 5.9c64.8 16 108.9 47 109 116.4 0 75.2-56 117.1-134.3 124z\"/>\n  <path fill=\"#333\" d=\"M559.7 488.8l-25.4-5.9V348.6c38 5.2 61.5 29 65.5 58.2.5 4 3.9 6.9 7.9 6.9h44.9c4.7 0 8.4-4.1 8-8.8-6.1-62.3-57.4-102.3-125.9-109.2V263c0-4.4-3.6-8-8-8h-28.1c-4.4 0-8 3.6-8 8v33c-70.8 6.9-126.2 46-126.2 119 0 67.6 49.8 100.2 102.1 112.7l24.7 6.3v142.7c-44.2-5.9-69-29.5-74.1-61.3-.6-3.8-4-6.6-7.9-6.6H363c-4.7 0-8.4 4-8 8.7 4.5 55 46.2 105.6 135.2 112.1V761c0 4.4 3.6 8 8 8h28.4c4.4 0 8-3.6 8-8.1l-.2-31.7c78.3-6.9 134.3-48.8 134.3-124-.1-69.4-44.2-100.4-109-116.4zm-68.6-16.2c-5.6-1.6-10.3-3.1-15-5-33.8-12.2-49.5-31.9-49.5-57.3 0-36.3 27.5-57 64.5-61.7v124zM534.3 677V543.3c3.1.9 5.9 1.6 8.8 2.2 47.3 14.4 63.2 34.4 63.2 65.1 0 39.1-29.4 62.6-72 66.4z\"/>\n</svg>\n</li><li title=\"dollar \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#333\" d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z\"/>\n  <path fill=\"#E6E6E6\" d=\"M426.6 410.3c0 25.4 15.7 45.1 49.5 57.3 4.7 1.9 9.4 3.4 15 5v-124c-37 4.7-64.5 25.4-64.5 61.7zm116.5 135.2c-2.9-.6-5.7-1.3-8.8-2.2V677c42.6-3.8 72-27.3 72-66.4 0-30.7-15.9-50.7-63.2-65.1z\"/>\n  <path fill=\"#E6E6E6\" d=\"M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm22.4 589.2l.2 31.7c0 4.5-3.6 8.1-8 8.1h-28.4c-4.4 0-8-3.6-8-8v-31.4c-89-6.5-130.7-57.1-135.2-112.1-.4-4.7 3.3-8.7 8-8.7h46.2c3.9 0 7.3 2.8 7.9 6.6 5.1 31.8 29.9 55.4 74.1 61.3V534l-24.7-6.3c-52.3-12.5-102.1-45.1-102.1-112.7 0-73 55.4-112.1 126.2-119v-33c0-4.4 3.6-8 8-8h28.1c4.4 0 8 3.6 8 8v32.7c68.5 6.9 119.8 46.9 125.9 109.2a8.1 8.1 0 0 1-8 8.8h-44.9c-4 0-7.4-2.9-7.9-6.9-4-29.2-27.5-53-65.5-58.2v134.3l25.4 5.9c64.8 16 108.9 47 109 116.4 0 75.2-56 117.1-134.3 124z\"/>\n  <path fill=\"#333\" d=\"M559.7 488.8l-25.4-5.9V348.6c38 5.2 61.5 29 65.5 58.2.5 4 3.9 6.9 7.9 6.9h44.9c4.7 0 8.4-4.1 8-8.8-6.1-62.3-57.4-102.3-125.9-109.2V263c0-4.4-3.6-8-8-8h-28.1c-4.4 0-8 3.6-8 8v33c-70.8 6.9-126.2 46-126.2 119 0 67.6 49.8 100.2 102.1 112.7l24.7 6.3v142.7c-44.2-5.9-69-29.5-74.1-61.3-.6-3.8-4-6.6-7.9-6.6H363c-4.7 0-8.4 4-8 8.7 4.5 55 46.2 105.6 135.2 112.1V761c0 4.4 3.6 8 8 8h28.4c4.4 0 8-3.6 8-8.1l-.2-31.7c78.3-6.9 134.3-48.8 134.3-124-.1-69.4-44.2-100.4-109-116.4zm-68.6-16.2c-5.6-1.6-10.3-3.1-15-5-33.8-12.2-49.5-31.9-49.5-57.3 0-36.3 27.5-57 64.5-61.7v124zM534.3 677V543.3c3.1.9 5.9 1.6 8.8 2.2 47.3 14.4 63.2 34.4 63.2 65.1 0 39.1-29.4 62.6-72 66.4z\"/>\n</svg>\n</li><li title=\"down circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#E6E6E6\" d=\"M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm184.4 277.7l-178 246a7.95 7.95 0 0 1-12.9 0l-178-246c-3.8-5.3 0-12.7 6.5-12.7h46.9c10.3 0 19.9 4.9 25.9 13.2L512 563.6l105.2-145.4c6-8.3 15.7-13.2 25.9-13.2H690c6.5 0 10.3 7.4 6.4 12.7z\"/>\n  <path fill=\"#333\" d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z\"/>\n  <path fill=\"#333\" d=\"M690 405h-46.9c-10.2 0-19.9 4.9-25.9 13.2L512 563.6 406.8 418.2c-6-8.3-15.6-13.2-25.9-13.2H334c-6.5 0-10.3 7.4-6.5 12.7l178 246c3.2 4.4 9.7 4.4 12.9 0l178-246c3.9-5.3.1-12.7-6.4-12.7z\"/>\n</svg>\n</li><li title=\"down square \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#333\" d=\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z\"/>\n  <path fill=\"#E6E6E6\" d=\"M184 840h656V184H184v656zm150-440h46.9c10.3 0 19.9 4.9 25.9 13.2L512 558.6l105.2-145.4c6-8.3 15.7-13.2 25.9-13.2H690c6.5 0 10.3 7.4 6.4 12.7l-178 246a7.95 7.95 0 0 1-12.9 0l-178-246c-3.8-5.3 0-12.7 6.5-12.7z\"/>\n  <path fill=\"#333\" d=\"M505.5 658.7c3.2 4.4 9.7 4.4 12.9 0l178-246c3.9-5.3.1-12.7-6.4-12.7h-46.9c-10.2 0-19.9 4.9-25.9 13.2L512 558.6 406.8 413.2c-6-8.3-15.6-13.2-25.9-13.2H334c-6.5 0-10.3 7.4-6.5 12.7l178 246z\"/>\n</svg>\n</li><li title=\"edit \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M761.1 288.3L687.8 215 325.1 577.6l-15.6 89 88.9-15.7z\"/>\n  <path d=\"M880 836H144c-17.7 0-32 14.3-32 32v36c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-36c0-17.7-14.3-32-32-32zm-622.3-84c2 0 4-.2 6-.5L431.9 722c2-.4 3.9-1.3 5.3-2.8l423.9-423.9a9.96 9.96 0 0 0 0-14.1L694.9 114.9c-1.9-1.9-4.4-2.9-7.1-2.9s-5.2 1-7.1 2.9L256.8 538.8c-1.5 1.5-2.4 3.3-2.8 5.3l-29.5 168.2a33.5 33.5 0 0 0 9.4 29.8c6.6 6.4 14.9 9.9 23.8 9.9zm67.4-174.4L687.8 215l73.3 73.3-362.7 362.6-88.9 15.7 15.6-89z\"/>\n</svg>\n</li><li title=\"environment \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M724.4 224.9C667.7 169.5 592.3 139 512 139s-155.7 30.5-212.4 85.8C243.1 280 212 353.2 212 431.1c0 241.3 234.1 407.2 300 449.1 65.9-41.9 300-207.8 300-449.1 0-77.9-31.1-151.1-87.6-206.2zM512 615c-97.2 0-176-78.8-176-176s78.8-176 176-176 176 78.8 176 176-78.8 176-176 176z\"/>\n  <path d=\"M512 263c-97.2 0-176 78.8-176 176s78.8 176 176 176 176-78.8 176-176-78.8-176-176-176zm79.2 255.2A111.6 111.6 0 0 1 512 551c-29.9 0-58-11.7-79.2-32.8A111.6 111.6 0 0 1 400 439c0-29.9 11.7-58 32.8-79.2C454 338.6 482.1 327 512 327c29.9 0 58 11.6 79.2 32.8S624 409.1 624 439c0 29.9-11.6 58-32.8 79.2z\"/>\n  <path d=\"M854.6 289.1a362.49 362.49 0 0 0-79.9-115.7 370.83 370.83 0 0 0-118.2-77.8C610.7 76.6 562.1 67 512 67c-50.1 0-98.7 9.6-144.5 28.5-44.3 18.3-84 44.5-118.2 77.8A363.6 363.6 0 0 0 169.4 289c-19.5 45-29.4 92.8-29.4 142 0 70.6 16.9 140.9 50.1 208.7 26.7 54.5 64 107.6 111 158.1 80.3 86.2 164.5 138.9 188.4 153a43.9 43.9 0 0 0 22.4 6.1c7.8 0 15.5-2 22.4-6.1 23.9-14.1 108.1-66.8 188.4-153 47-50.4 84.3-103.6 111-158.1C867.1 572 884 501.8 884 431.1c0-49.2-9.9-97-29.4-142zM512 880.2c-65.9-41.9-300-207.8-300-449.1 0-77.9 31.1-151.1 87.6-206.3C356.3 169.5 431.7 139 512 139s155.7 30.5 212.4 85.9C780.9 280 812 353.2 812 431.1c0 241.3-234.1 407.2-300 449.1z\"/>\n</svg>\n</li><li title=\"euro circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#333\" d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z\"/>\n  <path fill=\"#E6E6E6\" d=\"M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm117.1 581.1c0 3.8-2.7 7-6.4 7.8-15.9 3.4-34.4 5.1-55.3 5.1-109.8 0-183-58.8-200.2-158H337c-4.4 0-8-3.6-8-8v-27.2c0-4.4 3.6-8 8-8h26.1v-36.9c0-4.4 0-8.7.3-12.8H337c-4.4 0-8-3.6-8-8v-27.2c0-4.4 3.6-8 8-8h31.8C388.5 345.7 460.7 290 567.4 290c20.9 0 39.4 1.9 55.3 5.4 3.7.8 6.3 4 6.3 7.8V346a8 8 0 0 1-9.6 7.8c-14.6-2.9-31.8-4.4-51.7-4.4-65.3 0-110.4 33.5-127.6 90.4h128.3c4.4 0 8 3.6 8 8V475c0 4.4-3.6 8-8 8H432.5c-.3 4.4-.3 9.1-.3 13.8v36h136.4c4.4 0 8 3.6 8 8V568c0 4.4-3.6 8-8 8H438c15.3 62 61.3 98.6 129.8 98.6 19.9 0 37.1-1.3 51.8-4.1 4.9-1 9.5 2.8 9.5 7.8v42.8z\"/>\n  <path fill=\"#333\" d=\"M619.6 670.5c-14.7 2.8-31.9 4.1-51.8 4.1-68.5 0-114.5-36.6-129.8-98.6h130.6c4.4 0 8-3.6 8-8v-27.2c0-4.4-3.6-8-8-8H432.2v-36c0-4.7 0-9.4.3-13.8h135.9c4.4 0 8-3.6 8-8v-27.2c0-4.4-3.6-8-8-8H440.1c17.2-56.9 62.3-90.4 127.6-90.4 19.9 0 37.1 1.5 51.7 4.4a8 8 0 0 0 9.6-7.8v-42.8c0-3.8-2.6-7-6.3-7.8-15.9-3.5-34.4-5.4-55.3-5.4-106.7 0-178.9 55.7-198.6 149.9H337c-4.4 0-8 3.6-8 8v27.2c0 4.4 3.6 8 8 8h26.4c-.3 4.1-.3 8.4-.3 12.8v36.9H337c-4.4 0-8 3.6-8 8V568c0 4.4 3.6 8 8 8h30.2c17.2 99.2 90.4 158 200.2 158 20.9 0 39.4-1.7 55.3-5.1 3.7-.8 6.4-4 6.4-7.8v-42.8c0-5-4.6-8.8-9.5-7.8z\"/>\n</svg>\n</li><li title=\"euro \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#333\" d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z\"/>\n  <path fill=\"#E6E6E6\" d=\"M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm117.1 581.1c0 3.8-2.7 7-6.4 7.8-15.9 3.4-34.4 5.1-55.3 5.1-109.8 0-183-58.8-200.2-158H337c-4.4 0-8-3.6-8-8v-27.2c0-4.4 3.6-8 8-8h26.1v-36.9c0-4.4 0-8.7.3-12.8H337c-4.4 0-8-3.6-8-8v-27.2c0-4.4 3.6-8 8-8h31.8C388.5 345.7 460.7 290 567.4 290c20.9 0 39.4 1.9 55.3 5.4 3.7.8 6.3 4 6.3 7.8V346a8 8 0 0 1-9.6 7.8c-14.6-2.9-31.8-4.4-51.7-4.4-65.3 0-110.4 33.5-127.6 90.4h128.3c4.4 0 8 3.6 8 8V475c0 4.4-3.6 8-8 8H432.5c-.3 4.4-.3 9.1-.3 13.8v36h136.4c4.4 0 8 3.6 8 8V568c0 4.4-3.6 8-8 8H438c15.3 62 61.3 98.6 129.8 98.6 19.9 0 37.1-1.3 51.8-4.1 4.9-1 9.5 2.8 9.5 7.8v42.8z\"/>\n  <path fill=\"#333\" d=\"M619.6 670.5c-14.7 2.8-31.9 4.1-51.8 4.1-68.5 0-114.5-36.6-129.8-98.6h130.6c4.4 0 8-3.6 8-8v-27.2c0-4.4-3.6-8-8-8H432.2v-36c0-4.7 0-9.4.3-13.8h135.9c4.4 0 8-3.6 8-8v-27.2c0-4.4-3.6-8-8-8H440.1c17.2-56.9 62.3-90.4 127.6-90.4 19.9 0 37.1 1.5 51.7 4.4a8 8 0 0 0 9.6-7.8v-42.8c0-3.8-2.6-7-6.3-7.8-15.9-3.5-34.4-5.4-55.3-5.4-106.7 0-178.9 55.7-198.6 149.9H337c-4.4 0-8 3.6-8 8v27.2c0 4.4 3.6 8 8 8h26.4c-.3 4.1-.3 8.4-.3 12.8v36.9H337c-4.4 0-8 3.6-8 8V568c0 4.4 3.6 8 8 8h30.2c17.2 99.2 90.4 158 200.2 158 20.9 0 39.4-1.7 55.3-5.1 3.7-.8 6.4-4 6.4-7.8v-42.8c0-5-4.6-8.8-9.5-7.8z\"/>\n</svg>\n</li><li title=\"exclamation circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#333\" d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z\"/>\n  <path fill=\"#E6E6E6\" d=\"M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm-32 156c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v272c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V296zm32 440a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z\"/>\n  <path fill=\"#333\" d=\"M488 576h48c4.4 0 8-3.6 8-8V296c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v272c0 4.4 3.6 8 8 8zm-24 112a48 48 0 1 0 96 0 48 48 0 1 0-96 0z\"/>\n</svg>\n</li><li title=\"experiment \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M551.9 513c19.6 0 35.9-14.2 39.3-32.8A40.02 40.02 0 0 1 552 512a40 40 0 0 1-40-39.4v.5c0 22 17.9 39.9 39.9 39.9zM752 687.8l-.3-.3c-29-17.5-62.3-26.8-97-26.8-44.9 0-87.2 15.7-121 43.8a256.27 256.27 0 0 1-164.9 59.9c-41.2 0-81-9.8-116.7-28L210.5 844h603l-59.9-155.2-1.6-1z\"/>\n  <path d=\"M879 824.9L696.3 352V178H768v-68H256v68h71.7v174L145 824.9c-2.8 7.4-4.3 15.2-4.3 23.1 0 35.3 28.7 64 64 64h614.6c7.9 0 15.7-1.5 23.1-4.3 33-12.7 49.4-49.8 36.6-82.8zM395.7 364.7V180h232.6v184.7L719.2 600c-20.7-5.3-42.1-8-63.9-8-61.2 0-119.2 21.5-165.3 60a188.78 188.78 0 0 1-121.3 43.9c-32.7 0-64.1-8.3-91.8-23.7l118.8-307.5zM210.5 844l41.6-107.6.1-.2c35.7 18.1 75.4 27.8 116.6 27.8 61.2 0 119.2-21.5 165.3-60 33.9-28.2 76.3-43.9 121.3-43.9 35 0 68.4 9.5 97.6 27.1l.6 1.6L813.5 844h-603z\"/>\n  <path d=\"M552 512c19.3 0 35.4-13.6 39.2-31.8.6-2.7.8-5.4.8-8.2 0-22.1-17.9-40-40-40s-40 17.9-40 40v.6a40 40 0 0 0 40 39.4z\"/>\n</svg>\n</li><li title=\"eye invisible \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M254.89,758.85,380.46,633.28A176,176,0,0,1,629.28,384.46L757,256.72Q651.69,186.07,512,186,223.7,186,81.8,486.3a60.3,60.3,0,0,0,0,51.5Q151.07,683.71,254.89,758.85Z\"/>\n  <path fill=\"#D9D9D9\" d=\"M942.2,486.2Q889.46,375.11,816.7,305L672.48,449.27A176.09,176.09,0,0,1,445.26,676.48L323,798.75Q408,838,512,838q288.3,0,430.2-300.3A60.29,60.29,0,0,0,942.2,486.2Z\"/>\n  <path d=\"M942.2,486.2Q889.47,375.11,816.7,305l-50.88,50.88C807.31,395.53,843.45,447.4,874.7,512,791.5,684.2,673.4,766,512,766q-72.67,0-133.87-22.38L323,798.75Q408,838,512,838q288.3,0,430.2-300.3A60.29,60.29,0,0,0,942.2,486.2Z\"/>\n  <path d=\"M878.63,165.56,836,122.88a8,8,0,0,0-11.32,0L715.31,232.2Q624.86,186,512,186,223.7,186,81.8,486.3a60.3,60.3,0,0,0,0,51.5q56.69,119.4,136.5,191.41L112.48,835a8,8,0,0,0,0,11.31L155.17,889a8,8,0,0,0,11.31,0L878.63,176.88A8,8,0,0,0,878.63,165.56ZM149.3,512C232.6,339.8,350.7,258,512,258c54.54,0,104.13,9.36,149.12,28.39l-70.3,70.3A176,176,0,0,0,352.69,594.82l-83.42,83.42C223.1,637.49,183.3,582.28,149.3,512ZM396,512A112.11,112.11,0,0,1,542.2,405.31L401.31,546.2A112,112,0,0,1,396,512Z\"/>\n  <path d=\"M508,624c-3.46,0-6.87-.16-10.25-.47l-52.82,52.82A176.09,176.09,0,0,0,672.35,448.93l-52.82,52.82c.31,3.38.47,6.79.47,10.25A111.94,111.94,0,0,1,508,624Z\"/>\n</svg>\n</li><li title=\"eye \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M81.8 537.8a60.3 60.3 0 0 1 0-51.5C176.6 286.5 319.8 186 512 186c-192.2 0-335.4 100.5-430.2 300.3a60.3 60.3 0 0 0 0 51.5C176.6 737.5 319.9 838 512 838c-192.1 0-335.4-100.5-430.2-300.2z\"/>\n  <path fill=\"#D9D9D9\" d=\"M512 258c-161.3 0-279.4 81.8-362.7 254C232.6 684.2 350.7 766 512 766c161.4 0 279.5-81.8 362.7-254C791.4 339.8 673.3 258 512 258zm-4 430c-97.2 0-176-78.8-176-176s78.8-176 176-176 176 78.8 176 176-78.8 176-176 176z\"/>\n  <path d=\"M942.2 486.2C847.4 286.5 704.1 186 512 186c-192.2 0-335.4 100.5-430.2 300.3a60.3 60.3 0 0 0 0 51.5C176.6 737.5 319.9 838 512 838c192.2 0 335.4-100.5 430.2-300.3 7.7-16.2 7.7-35 0-51.5zM512 766c-161.3 0-279.4-81.8-362.7-254C232.6 339.8 350.7 258 512 258s279.4 81.8 362.7 254C791.5 684.2 673.4 766 512 766z\"/>\n  <path d=\"M508 336c-97.2 0-176 78.8-176 176s78.8 176 176 176 176-78.8 176-176-78.8-176-176-176zm0 288c-61.9 0-112-50.1-112-112s50.1-112 112-112 112 50.1 112 112-50.1 112-112 112z\"/>\n</svg>\n</li><li title=\"file add \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M534 352V136H232v752h560V394H576a42 42 0 0 1-42-42zm126 236v48c0 4.4-3.6 8-8 8H544v108c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V644H372c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h108V472c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v108h108c4.4 0 8 3.6 8 8z\"/>\n  <path d=\"M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM602 137.8L790.2 326H602V137.8zM792 888H232V136h302v216a42 42 0 0 0 42 42h216v494z\"/>\n  <path d=\"M544 472c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v108H372c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h108v108c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V644h108c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H544V472z\"/>\n</svg>\n</li><li title=\"file excel \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M534 352V136H232v752h560V394H576a42 42 0 0 1-42-42zm51.6 120h35.7a12.04 12.04 0 0 1 10.1 18.5L546.1 623l84 130.4c3.6 5.6 2 13-3.6 16.6-2 1.2-4.2 1.9-6.5 1.9h-37.5c-4.1 0-8-2.1-10.2-5.7L510 664.8l-62.7 101.5c-2.2 3.5-6 5.7-10.2 5.7h-34.5a12.04 12.04 0 0 1-10.2-18.4l83.4-132.8-82.3-130.4c-3.6-5.7-1.9-13.1 3.7-16.6 1.9-1.3 4.1-1.9 6.4-1.9H442c4.2 0 8.1 2.2 10.3 5.8l61.8 102.4 61.2-102.3c2.2-3.6 6.1-5.8 10.3-5.8z\"/>\n  <path d=\"M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM602 137.8L790.2 326H602V137.8zM792 888H232V136h302v216a42 42 0 0 0 42 42h216v494z\"/>\n  <path d=\"M514.1 580.1l-61.8-102.4c-2.2-3.6-6.1-5.8-10.3-5.8h-38.4c-2.3 0-4.5.6-6.4 1.9-5.6 3.5-7.3 10.9-3.7 16.6l82.3 130.4-83.4 132.8a12.04 12.04 0 0 0 10.2 18.4h34.5c4.2 0 8-2.2 10.2-5.7L510 664.8l62.3 101.4c2.2 3.6 6.1 5.7 10.2 5.7H620c2.3 0 4.5-.7 6.5-1.9 5.6-3.6 7.2-11 3.6-16.6l-84-130.4 85.3-132.5a12.04 12.04 0 0 0-10.1-18.5h-35.7c-4.2 0-8.1 2.2-10.3 5.8l-61.2 102.3z\"/>\n</svg>\n</li><li title=\"file exclamation \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M534 352V136H232v752h560V394H576a42 42 0 0 1-42-42zm-54 96c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v184c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V448zm32 336c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40z\"/>\n  <path d=\"M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM602 137.8L790.2 326H602V137.8zM792 888H232V136h302v216a42 42 0 0 0 42 42h216v494z\"/>\n  <path d=\"M488 640h48c4.4 0 8-3.6 8-8V448c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v184c0 4.4 3.6 8 8 8zm-16 104a40 40 0 1 0 80 0 40 40 0 1 0-80 0z\"/>\n</svg>\n</li><li title=\"file image \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M534 352V136H232v752h560V394H576a42 42 0 0 1-42-42zm-134 50c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40zm296 294H328.1c-6.7 0-10.4-7.7-6.3-12.9l99.8-127.2a8 8 0 0 1 12.6 0l41.1 52.4 77.8-99.2a8.1 8.1 0 0 1 12.7 0l136.5 174c4.1 5.2.4 12.9-6.3 12.9z\"/>\n  <path d=\"M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM602 137.8L790.2 326H602V137.8zM792 888H232V136h302v216a42 42 0 0 0 42 42h216v494z\"/>\n  <path d=\"M553.1 509.1l-77.8 99.2-41.1-52.4a8 8 0 0 0-12.6 0l-99.8 127.2a7.98 7.98 0 0 0 6.3 12.9H696c6.7 0 10.4-7.7 6.3-12.9l-136.5-174a8.1 8.1 0 0 0-12.7 0zM360 442a40 40 0 1 0 80 0 40 40 0 1 0-80 0z\"/>\n</svg>\n</li><li title=\"file markdown \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M534 352V136H232v752h560V394H576a42 42 0 0 1-42-42zm72.3 122H641c6.6 0 12 5.4 12 12v272c0 6.6-5.4 12-12 12h-27.2c-6.6 0-12-5.4-12-12V581.7L535 732.3c-2 4.3-6.3 7.1-11 7.1h-24.1a12 12 0 0 1-11-7.1l-66.8-150.2V758c0 6.6-5.4 12-12 12H383c-6.6 0-12-5.4-12-12V486c0-6.6 5.4-12 12-12h35c4.8 0 9.1 2.8 11 7.2l83.2 191 83.1-191c1.9-4.4 6.2-7.2 11-7.2z\"/>\n  <path d=\"M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM602 137.8L790.2 326H602V137.8zM792 888H232V136h302v216a42 42 0 0 0 42 42h216v494z\"/>\n  <path d=\"M429 481.2c-1.9-4.4-6.2-7.2-11-7.2h-35c-6.6 0-12 5.4-12 12v272c0 6.6 5.4 12 12 12h27.1c6.6 0 12-5.4 12-12V582.1l66.8 150.2a12 12 0 0 0 11 7.1H524c4.7 0 9-2.8 11-7.1l66.8-150.6V758c0 6.6 5.4 12 12 12H641c6.6 0 12-5.4 12-12V486c0-6.6-5.4-12-12-12h-34.7c-4.8 0-9.1 2.8-11 7.2l-83.1 191-83.2-191z\"/>\n</svg>\n</li><li title=\"file pdf \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M509.2 490.8c-.7-1.3-1.4-1.9-2.2-2-2.9 3.3-2.2 31.5 2.7 51.4 4-13.6 4.7-40.5-.5-49.4zm-1.6 120.5c-7.7 20-18.8 47.3-32.1 71.4 4-1.6 8.1-3.3 12.3-5 17.6-7.2 37.3-15.3 58.9-20.2-14.9-11.8-28.4-27.7-39.1-46.2z\"/>\n  <path fill=\"#D9D9D9\" d=\"M534 352V136H232v752h560V394H576a42 42 0 0 1-42-42zm55 287.6c16.1-1.9 30.6-2.8 44.3-2.3 12.8.4 23.6 2 32 5.1.2.1.3.1.5.2.4.2.8.3 1.2.5.5.2 1.1.4 1.6.7.1.1.3.1.4.2 4.1 1.8 7.5 4 10.1 6.6 9.1 9.1 11.8 26.1 6.2 39.6-3.2 7.7-11.7 20.5-33.3 20.5-21.8 0-53.9-9.7-82.1-24.8-25.5 4.3-53.7 13.9-80.9 23.1-5.8 2-11.8 4-17.6 5.9-38 65.2-66.5 79.4-84.1 79.4-4.2 0-7.8-.9-10.8-2-6.9-2.6-12.8-8-16.5-15-.9-1.7-1.6-3.4-2.2-5.2-1.6-4.8-2.1-9.6-1.3-13.6l.6-2.7c.1-.2.1-.4.2-.6.2-.7.4-1.4.7-2.1 0-.1.1-.2.1-.3 4.1-11.9 13.6-23.4 27.7-34.6 12.3-9.8 27.1-18.7 45.9-28.4 15.9-28 37.6-75.1 51.2-107.4-10.8-41.8-16.7-74.6-10.1-98.6.9-3.3 2.5-6.4 4.6-9.1.2-.2.3-.4.5-.6.1-.1.1-.2.2-.2 6.3-7.5 16.9-11.9 28.1-11.5 16.6.7 29.7 11.5 33 30.1 1.7 8 2.2 16.5 1.9 25.7v.7c0 .5 0 1-.1 1.5-.7 13.3-3 26.6-7.3 44.7-.4 1.6-.8 3.2-1.2 5.2l-1 4.1-.1.3c.1.2.1.3.2.5l1.8 4.5c.1.3.3.7.4 1 .7 1.6 1.4 3.3 2.1 4.8v.1c8.7 18.8 19.7 33.4 33.9 45.1 4.3 3.5 8.9 6.7 13.9 9.8 1.8-.5 3.5-.7 5.3-.9z\"/>\n  <path fill=\"#D9D9D9\" d=\"M391.5 761c5.7-4.4 16.2-14.5 30.1-34.7-10.3 9.4-23.4 22.4-30.1 34.7zm270.9-83l.2-.3h.2c.6-.4.5-.7.4-.9-.1-.1-4.5-9.3-45.1-7.4 35.3 13.9 43.5 9.1 44.3 8.6z\"/>\n  <path d=\"M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM602 137.8L790.2 326H602V137.8zM792 888H232V136h302v216a42 42 0 0 0 42 42h216v494z\"/>\n  <path d=\"M535.9 585.3c-.8-1.7-1.5-3.3-2.2-4.9-.1-.3-.3-.7-.4-1l-1.8-4.5c-.1-.2-.1-.3-.2-.5l.1-.3.2-1.1c4-16.3 8.6-35.3 9.4-54.4v-.7c.3-8.6-.2-17.2-2-25.6-3.8-21.3-19.5-29.6-32.9-30.2-11.3-.5-21.8 4-28.1 11.4-.1.1-.1.2-.2.2-.2.2-.4.4-.5.6-2.1 2.7-3.7 5.8-4.6 9.1-6.6 24-.7 56.8 10.1 98.6-13.6 32.4-35.3 79.4-51.2 107.4v.1c-27.7 14.3-64.1 35.8-73.6 62.9 0 .1-.1.2-.1.3-.2.7-.5 1.4-.7 2.1-.1.2-.1.4-.2.6-.2.9-.5 1.8-.6 2.7-.9 4-.4 8.8 1.3 13.6.6 1.8 1.3 3.5 2.2 5.2 3.7 7 9.6 12.4 16.5 15 3 1.1 6.6 2 10.8 2 17.6 0 46.1-14.2 84.1-79.4 5.8-1.9 11.8-3.9 17.6-5.9 27.2-9.2 55.4-18.8 80.9-23.1 28.2 15.1 60.3 24.8 82.1 24.8 21.6 0 30.1-12.8 33.3-20.5 5.6-13.5 2.9-30.5-6.2-39.6-2.6-2.6-6-4.8-10.1-6.6-.1-.1-.3-.1-.4-.2-.5-.2-1.1-.4-1.6-.7-.4-.2-.8-.3-1.2-.5-.2-.1-.3-.1-.5-.2-16.2-5.8-41.7-6.7-76.3-2.8l-5.3.6c-5-3-9.6-6.3-13.9-9.8-14.2-11.3-25.1-25.8-33.8-44.7zM391.5 761c6.7-12.3 19.8-25.3 30.1-34.7-13.9 20.2-24.4 30.3-30.1 34.7zM507 488.8c.8.1 1.5.7 2.2 2 5.2 8.9 4.5 35.8.5 49.4-4.9-19.9-5.6-48.1-2.7-51.4zm-19.2 188.9c-4.2 1.7-8.3 3.4-12.3 5 13.3-24.1 24.4-51.4 32.1-71.4 10.7 18.5 24.2 34.4 39.1 46.2-21.6 4.9-41.3 13-58.9 20.2zm175.4-.9c.1.2.2.5-.4.9h-.2l-.2.3c-.8.5-9 5.3-44.3-8.6 40.6-1.9 45 7.3 45.1 7.4z\"/>\n</svg>\n</li><li title=\"file ppt \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M464.5 516.2v108.4h38.9c44.7 0 71.2-10.9 71.2-54.3 0-34.4-20.1-54.1-53.9-54.1h-56.2z\"/>\n  <path fill=\"#D9D9D9\" d=\"M534 352V136H232v752h560V394H576a42 42 0 0 1-42-42zm90 218.4c0 55.2-36.8 94.1-96.2 94.1h-63.3V760c0 4.4-3.6 8-8 8H424c-4.4 0-8-3.6-8-8V484c0-4.4 3.6-8 8-8v.1h104c59.7 0 96 39.8 96 94.3z\"/>\n  <path d=\"M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM602 137.8L790.2 326H602V137.8zM792 888H232V136h302v216a42 42 0 0 0 42 42h216v494z\"/>\n  <path d=\"M424 476.1c-4.4-.1-8 3.5-8 7.9v276c0 4.4 3.6 8 8 8h32.5c4.4 0 8-3.6 8-8v-95.5h63.3c59.4 0 96.2-38.9 96.2-94.1 0-54.5-36.3-94.3-96-94.3H424zm150.6 94.2c0 43.4-26.5 54.3-71.2 54.3h-38.9V516.2h56.2c33.8 0 53.9 19.7 53.9 54.1z\"/>\n</svg>\n</li><li title=\"file text \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M534 352V136H232v752h560V394H576a42 42 0 0 1-42-42zm-22 322c0 4.4-3.6 8-8 8H320c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48zm200-184v48c0 4.4-3.6 8-8 8H320c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h384c4.4 0 8 3.6 8 8z\"/>\n  <path d=\"M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM602 137.8L790.2 326H602V137.8zM792 888H232V136h302v216a42 42 0 0 0 42 42h216v494z\"/>\n  <path d=\"M312 490v48c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H320c-4.4 0-8 3.6-8 8zm192 128H320c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z\"/>\n</svg>\n</li><li title=\"file unknown \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M534 352V136H232v752h560V394H576a42 42 0 0 1-42-42zm-22 424c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm110-228.4c.7 44.9-29.7 84.5-74.3 98.9-5.7 1.8-9.7 7.3-9.7 13.3V672c0 5.5-4.5 10-10 10h-32c-5.5 0-10-4.5-10-10v-32c.2-19.8 15.4-37.3 34.7-40.1C549 596.2 570 574.3 570 549c0-28.1-25.8-51.5-58-51.5s-58 23.4-58 51.6c0 5.2-4.4 9.4-9.8 9.4h-32.4c-5.4 0-9.8-4.1-9.8-9.5 0-57.4 50.1-103.7 111.5-103 59.3.8 107.7 46.1 108.5 101.6z\"/>\n  <path d=\"M854.6 288.7L639.4 73.4c-6-6-14.2-9.4-22.7-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.6-9.4-22.6zM602 137.8L790.2 326H602V137.8zM792 888H232V136h302v216a42 42 0 0 0 42 42h216v494z\"/>\n  <path d=\"M480 744a32 32 0 1 0 64 0 32 32 0 1 0-64 0zm-78-195c0 5.4 4.4 9.5 9.8 9.5h32.4c5.4 0 9.8-4.2 9.8-9.4 0-28.2 25.8-51.6 58-51.6s58 23.4 58 51.5c0 25.3-21 47.2-49.3 50.9-19.3 2.8-34.5 20.3-34.7 40.1v32c0 5.5 4.5 10 10 10h32c5.5 0 10-4.5 10-10v-12.2c0-6 4-11.5 9.7-13.3 44.6-14.4 75-54 74.3-98.9-.8-55.5-49.2-100.8-108.5-101.6-61.4-.7-111.5 45.6-111.5 103z\"/>\n</svg>\n</li><li title=\"file word \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M534 352V136H232v752h560V394H576a42 42 0 0 1-42-42zm101.3 129.3c1.3-5.4 6.1-9.3 11.7-9.3h35.6a12.04 12.04 0 0 1 11.6 15.1l-74.4 276c-1.4 5.3-6.2 8.9-11.6 8.9h-31.8c-5.4 0-10.2-3.7-11.6-8.9l-52.8-197-52.8 197c-1.4 5.3-6.2 8.9-11.6 8.9h-32c-5.4 0-10.2-3.7-11.6-8.9l-74.2-276a12.02 12.02 0 0 1 11.6-15.1h35.4c5.6 0 10.4 3.9 11.7 9.3L434.6 680l49.7-198.9c1.3-5.4 6.1-9.1 11.6-9.1h32.2c5.5 0 10.3 3.7 11.6 9.1l49.8 199.3 45.8-199.1z\"/>\n  <path d=\"M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM602 137.8L790.2 326H602V137.8zM792 888H232V136h302v216a42 42 0 0 0 42 42h216v494z\"/>\n  <path d=\"M528.1 472h-32.2c-5.5 0-10.3 3.7-11.6 9.1L434.6 680l-46.1-198.7c-1.3-5.4-6.1-9.3-11.7-9.3h-35.4a12.02 12.02 0 0 0-11.6 15.1l74.2 276c1.4 5.2 6.2 8.9 11.6 8.9h32c5.4 0 10.2-3.6 11.6-8.9l52.8-197 52.8 197c1.4 5.2 6.2 8.9 11.6 8.9h31.8c5.4 0 10.2-3.6 11.6-8.9l74.4-276a12.04 12.04 0 0 0-11.6-15.1H647c-5.6 0-10.4 3.9-11.7 9.3l-45.8 199.1-49.8-199.3c-1.3-5.4-6.1-9.1-11.6-9.1z\"/>\n</svg>\n</li><li title=\"file zip \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M344 630h32v2h-32z\"/>\n  <path fill=\"#D9D9D9\" d=\"M534 352V136H360v64h64v64h-64v64h64v64h-64v64h64v64h-64v62h64v160H296V520h64v-64h-64v-64h64v-64h-64v-64h64v-64h-64v-64h-64v752h560V394H576a42 42 0 0 1-42-42z\"/>\n  <path d=\"M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM602 137.8L790.2 326H602V137.8zM792 888H232V136h64v64h64v-64h174v216a42 42 0 0 0 42 42h216v494z\"/>\n  <path d=\"M296 392h64v64h-64zm0-128h64v64h-64zm0 318v160h128V582h-64v-62h-64v62zm48 50v-2h32v64h-32v-62zm16-432h64v64h-64zm0 256h64v64h-64zm0-128h64v64h-64z\"/>\n</svg>\n</li><li title=\"file \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M534 352V136H232v752h560V394H576a42 42 0 0 1-42-42z\"/>\n  <path d=\"M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM602 137.8L790.2 326H602V137.8zM792 888H232V136h302v216a42 42 0 0 0 42 42h216v494z\"/>\n</svg>\n</li><li title=\"filter \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M420.6 798h182.9V642H420.6zM411 561.4l9.5 16.6h183l9.5-16.6L811.3 226H212.7z\"/>\n  <path d=\"M880.1 154H143.9c-24.5 0-39.8 26.7-27.5 48L349 597.4V838c0 17.7 14.2 32 31.8 32h262.4c17.6 0 31.8-14.3 31.8-32V597.4L907.7 202c12.2-21.3-3.1-48-27.6-48zM603.5 798H420.6V642h182.9v156zm9.5-236.6l-9.5 16.6h-183l-9.5-16.6L212.7 226h598.6L613 561.4z\"/>\n</svg>\n</li><li title=\"fire \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M737 438.6c-9.6 15.5-21.1 30.7-34.4 45.6a73.1 73.1 0 0 1-51 24.4 73.36 73.36 0 0 1-53.4-18.8 74.01 74.01 0 0 1-24.4-59.8c3-47.4-12.4-103.1-45.8-165.7-16.9-31.4-37.1-58.2-61.2-80.4a240 240 0 0 1-12.1 46.5 354.26 354.26 0 0 1-58.2 101 349.6 349.6 0 0 1-58.6 56.8c-34 26.1-62 60-80.8 97.9a275.96 275.96 0 0 0-29.1 124c0 74.9 29.5 145.3 83 198.4 53.7 53.2 125 82.4 201 82.4s147.3-29.2 201-82.4c53.5-53 83-123.5 83-198.4 0-39.2-8.1-77.3-24-113.1-9.3-21-21-40.5-35-58.4z\"/>\n  <path d=\"M834.1 469.2A347.49 347.49 0 0 0 751.2 354l-29.1-26.7a8.09 8.09 0 0 0-13 3.3l-13 37.3c-8.1 23.4-23 47.3-44.1 70.8-1.4 1.5-3 1.9-4.1 2-1.1.1-2.8-.1-4.3-1.5-1.4-1.2-2.1-3-2-4.8 3.7-60.2-14.3-128.1-53.7-202C555.3 171 510 123.1 453.4 89.7l-41.3-24.3c-5.4-3.2-12.3 1-12 7.3l2.2 48c1.5 32.8-2.3 61.8-11.3 85.9-11 29.5-26.8 56.9-47 81.5a295.64 295.64 0 0 1-47.5 46.1 352.6 352.6 0 0 0-100.3 121.5A347.75 347.75 0 0 0 160 610c0 47.2 9.3 92.9 27.7 136a349.4 349.4 0 0 0 75.5 110.9c32.4 32 70 57.2 111.9 74.7C418.5 949.8 464.5 959 512 959s93.5-9.2 136.9-27.3A348.6 348.6 0 0 0 760.8 857c32.4-32 57.8-69.4 75.5-110.9a344.2 344.2 0 0 0 27.7-136c0-48.8-10-96.2-29.9-140.9zM713 808.5c-53.7 53.2-125 82.4-201 82.4s-147.3-29.2-201-82.4c-53.5-53.1-83-123.5-83-198.4 0-43.5 9.8-85.2 29.1-124 18.8-37.9 46.8-71.8 80.8-97.9a349.6 349.6 0 0 0 58.6-56.8c25-30.5 44.6-64.5 58.2-101a240 240 0 0 0 12.1-46.5c24.1 22.2 44.3 49 61.2 80.4 33.4 62.6 48.8 118.3 45.8 165.7a74.01 74.01 0 0 0 24.4 59.8 73.36 73.36 0 0 0 53.4 18.8c19.7-1 37.8-9.7 51-24.4 13.3-14.9 24.8-30.1 34.4-45.6 14 17.9 25.7 37.4 35 58.4 15.9 35.8 24 73.9 24 113.1 0 74.9-29.5 145.4-83 198.4z\"/>\n</svg>\n</li><li title=\"flag \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M184 232h368v336H184z\"/>\n  <path fill=\"#D9D9D9\" d=\"M624 632c0 4.4-3.6 8-8 8H504v73h336V377H624v255z\"/>\n  <path d=\"M880 305H624V192c0-17.7-14.3-32-32-32H184v-40c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v784c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V640h248v113c0 17.7 14.3 32 32 32h416c17.7 0 32-14.3 32-32V337c0-17.7-14.3-32-32-32zM184 568V232h368v336H184zm656 145H504v-73h112c4.4 0 8-3.6 8-8V377h216v336z\"/>\n</svg>\n</li><li title=\"folder add \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M372.5 256H184v512h656V370.4H492.1L372.5 256zM540 443.1V528h84.5c4.1 0 7.5 3.1 7.5 7v42c0 3.8-3.4 7-7.5 7H540v84.9c0 3.9-3.1 7.1-7 7.1h-42c-3.8 0-7-3.2-7-7.1V584h-84.5c-4.1 0-7.5-3.2-7.5-7v-42c0-3.9 3.4-7 7.5-7H484v-84.9c0-3.9 3.2-7.1 7-7.1h42c3.9 0 7 3.2 7 7.1z\"/>\n  <path d=\"M880 298.4H521L403.7 186.2a8.15 8.15 0 0 0-5.5-2.2H144c-17.7 0-32 14.3-32 32v592c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V330.4c0-17.7-14.3-32-32-32zM840 768H184V256h188.5l119.6 114.4H840V768z\"/>\n  <path d=\"M484 443.1V528h-84.5c-4.1 0-7.5 3.1-7.5 7v42c0 3.8 3.4 7 7.5 7H484v84.9c0 3.9 3.2 7.1 7 7.1h42c3.9 0 7-3.2 7-7.1V584h84.5c4.1 0 7.5-3.2 7.5-7v-42c0-3.9-3.4-7-7.5-7H540v-84.9c0-3.9-3.1-7.1-7-7.1h-42c-3.8 0-7 3.2-7 7.1z\"/>\n</svg>\n</li><li title=\"folder open \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M159 768h612.3l103.4-256H262.3z\"/>\n  <path d=\"M928 444H820V330.4c0-17.7-14.3-32-32-32H473L355.7 186.2a8.15 8.15 0 0 0-5.5-2.2H96c-17.7 0-32 14.3-32 32v592c0 17.7 14.3 32 32 32h698c13 0 24.8-7.9 29.7-20l134-332c1.5-3.8 2.3-7.9 2.3-12 0-17.7-14.3-32-32-32zM136 256h188.5l119.6 114.4H748V444H238c-13 0-24.8 7.9-29.7 20L136 643.2V256zm635.3 512H159l103.3-256h612.4L771.3 768z\"/>\n</svg>\n</li><li title=\"folder \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#333\" d=\"M880 298.4H521L403.7 186.2a8.15 8.15 0 0 0-5.5-2.2H144c-17.7 0-32 14.3-32 32v592c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V330.4c0-17.7-14.3-32-32-32zM840 768H184V256h188.5l119.6 114.4H840V768z\"/>\n  <path fill=\"#E6E6E6\" d=\"M372.5 256H184v512h656V370.4H492.1z\"/>\n</svg>\n</li><li title=\"frown \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#333\" d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z\"/>\n  <path fill=\"#E6E6E6\" d=\"M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zM288 421a48.01 48.01 0 0 1 96 0 48.01 48.01 0 0 1-96 0zm376 272h-48.1c-4.2 0-7.8-3.2-8.1-7.4C604 636.1 562.5 597 512 597s-92.1 39.1-95.8 88.6c-.3 4.2-3.9 7.4-8.1 7.4H360a8 8 0 0 1-8-8.4c4.4-84.3 74.5-151.6 160-151.6s155.6 67.3 160 151.6a8 8 0 0 1-8 8.4zm24-224a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z\"/>\n  <path fill=\"#333\" d=\"M288 421a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm224 112c-85.5 0-155.6 67.3-160 151.6a8 8 0 0 0 8 8.4h48.1c4.2 0 7.8-3.2 8.1-7.4 3.7-49.5 45.3-88.6 95.8-88.6s92 39.1 95.8 88.6c.3 4.2 3.9 7.4 8.1 7.4H664a8 8 0 0 0 8-8.4C667.6 600.3 597.5 533 512 533zm128-112a48 48 0 1 0 96 0 48 48 0 1 0-96 0z\"/>\n</svg>\n</li><li title=\"fund \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#333\" d=\"M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-40 632H136V232h752v560z\"/>\n  <path fill=\"#E6E6E6\" d=\"M136 792h752V232H136v560zm56.4-130.5l214.9-215c3.1-3.1 8.2-3.1 11.3 0L533 561l254.5-254.6c3.1-3.1 8.2-3.1 11.3 0l36.8 36.8c3.1 3.1 3.1 8.2 0 11.3l-297 297.2a8.03 8.03 0 0 1-11.3 0L412.9 537.2 240.4 709.7a8.03 8.03 0 0 1-11.3 0l-36.7-36.9a8.03 8.03 0 0 1 0-11.3z\"/>\n  <path fill=\"#333\" d=\"M229.1 709.7c3.1 3.1 8.2 3.1 11.3 0l172.5-172.5 114.4 114.5c3.1 3.1 8.2 3.1 11.3 0l297-297.2c3.1-3.1 3.1-8.2 0-11.3l-36.8-36.8a8.03 8.03 0 0 0-11.3 0L533 561 418.6 446.5a8.03 8.03 0 0 0-11.3 0l-214.9 215a8.03 8.03 0 0 0 0 11.3l36.7 36.9z\"/>\n</svg>\n</li><li title=\"funnel plot \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M420.6 798h182.9V650H420.6zM297.7 374h428.6l85-148H212.7zm113.2 197.4l8.4 14.6h185.3l8.4-14.6L689.6 438H334.4z\"/>\n  <path d=\"M880.1 154H143.9c-24.5 0-39.8 26.7-27.5 48L349 607.4V838c0 17.7 14.2 32 31.8 32h262.4c17.6 0 31.8-14.3 31.8-32V607.4L907.7 202c12.2-21.3-3.1-48-27.6-48zM603.5 798H420.6V650h182.9v148zm9.5-226.6l-8.4 14.6H419.3l-8.4-14.6L334.4 438h355.2L613 571.4zM726.3 374H297.7l-85-148h598.6l-85 148z\"/>\n</svg>\n</li><li title=\"gift \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M546 378h298v104H546zM228 550h250v308H228zm-48-172h298v104H180zm366 172h250v308H546z\"/>\n  <path d=\"M880 310H732.4c13.6-21.4 21.6-46.8 21.6-74 0-76.1-61.9-138-138-138-41.4 0-78.7 18.4-104 47.4-25.3-29-62.6-47.4-104-47.4-76.1 0-138 61.9-138 138 0 27.2 7.9 52.6 21.6 74H144c-17.7 0-32 14.3-32 32v200c0 4.4 3.6 8 8 8h40v344c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V550h40c4.4 0 8-3.6 8-8V342c0-17.7-14.3-32-32-32zM478 858H228V550h250v308zm0-376H180V378h298v104zm0-176h-70c-38.6 0-70-31.4-70-70s31.4-70 70-70 70 31.4 70 70v70zm68-70c0-38.6 31.4-70 70-70s70 31.4 70 70-31.4 70-70 70h-70v-70zm250 622H546V550h250v308zm48-376H546V378h298v104z\"/>\n</svg>\n</li><li title=\"gold \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#333\" d=\"M435.7 558.7c-.6-3.9-4-6.7-7.9-6.7H166.2c-3.9 0-7.3 2.8-7.9 6.7l-40.2 248c-.1.4-.1.9-.1 1.3 0 4.4 3.6 8 8 8h342c.4 0 .9 0 1.3-.1 4.4-.7 7.3-4.8 6.6-9.2l-40.2-248zM196.5 748l20.7-128h159.5l20.7 128H196.5zm709.4 58.7l-40.2-248c-.6-3.9-4-6.7-7.9-6.7H596.2c-3.9 0-7.3 2.8-7.9 6.7l-40.2 248c-.1.4-.1.9-.1 1.3 0 4.4 3.6 8 8 8h342c.4 0 .9 0 1.3-.1 4.3-.7 7.3-4.8 6.6-9.2zM626.5 748l20.7-128h159.5l20.7 128H626.5zM342 472h342c.4 0 .9 0 1.3-.1 4.4-.7 7.3-4.8 6.6-9.2l-40.2-248c-.6-3.9-4-6.7-7.9-6.7H382.2c-3.9 0-7.3 2.8-7.9 6.7l-40.2 248c-.1.4-.1.9-.1 1.3 0 4.4 3.6 8 8 8zm91.2-196h159.5l20.7 128h-201l20.8-128z\"/>\n  <path fill=\"#E6E6E6\" d=\"M592.7 276H433.2l-20.8 128h201zM217.2 620l-20.7 128h200.9l-20.7-128zm430 0l-20.7 128h200.9l-20.7-128z\"/>\n</svg>\n</li><li title=\"hdd \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M232 888h560V680H232v208zm448-140c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40zM232 616h560V408H232v208zm72-128c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8H312c-4.4 0-8-3.6-8-8v-48zm-72-144h560V136H232v208zm72-128c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8H312c-4.4 0-8-3.6-8-8v-48z\"/>\n  <path d=\"M832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zm-40 824H232V680h560v208zm0-272H232V408h560v208zm0-272H232V136h560v208z\"/>\n  <path d=\"M312 544h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H312c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8zm0-272h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H312c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8zm328 516a40 40 0 1 0 80 0 40 40 0 1 0-80 0z\"/>\n</svg>\n</li><li title=\"heart \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#333\" d=\"M923 283.6a260.04 260.04 0 0 0-56.9-82.8 264.4 264.4 0 0 0-84-55.5A265.34 265.34 0 0 0 679.7 125c-49.3 0-97.4 13.5-139.2 39-10 6.1-19.5 12.8-28.5 20.1-9-7.3-18.5-14-28.5-20.1-41.8-25.5-89.9-39-139.2-39-35.5 0-69.9 6.8-102.4 20.3-31.4 13-59.7 31.7-84 55.5a258.44 258.44 0 0 0-56.9 82.8c-13.9 32.3-21 66.6-21 101.9 0 33.3 6.8 68 20.3 103.3 11.3 29.5 27.5 60.1 48.2 91 32.8 48.9 77.9 99.9 133.9 151.6 92.8 85.7 184.7 144.9 188.6 147.3l23.7 15.2c10.5 6.7 24 6.7 34.5 0l23.7-15.2c3.9-2.5 95.7-61.6 188.6-147.3 56-51.7 101.1-102.7 133.9-151.6 20.7-30.9 37-61.5 48.2-91 13.5-35.3 20.3-70 20.3-103.3.1-35.3-7-69.6-20.9-101.9zM512 814.8S156 586.7 156 385.5C156 283.6 240.3 201 344.3 201c73.1 0 136.5 40.8 167.7 100.4C543.2 241.8 606.6 201 679.7 201c104 0 188.3 82.6 188.3 184.5 0 201.2-356 429.3-356 429.3z\"/>\n  <path fill=\"#E6E6E6\" d=\"M679.7 201c-73.1 0-136.5 40.8-167.7 100.4C480.8 241.8 417.4 201 344.3 201c-104 0-188.3 82.6-188.3 184.5 0 201.2 356 429.3 356 429.3s356-228.1 356-429.3C868 283.6 783.7 201 679.7 201z\"/>\n</svg>\n</li><li title=\"highlight \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M229.6 796.3h160.2l54.3-54.1-80.1-78.9zm220.7-397.1l262.8 258.9 147.3-145-262.8-259zm-77.1 166.1l171.4 168.9 68.6-67.6-171.4-168.9z\"/>\n  <path d=\"M957.6 507.5L603.2 158.3a7.9 7.9 0 0 0-11.2 0L353.3 393.5a8.03 8.03 0 0 0-.1 11.3l.1.1 40 39.4-117.2 115.3a8.03 8.03 0 0 0-.1 11.3l.1.1 39.5 38.9-189.1 187H72.1c-4.4 0-8.1 3.6-8.1 8v55.2c0 4.4 3.6 8 8 8h344.9c2.1 0 4.1-.8 5.6-2.3l76.1-75.6L539 830a7.9 7.9 0 0 0 11.2 0l117.1-115.6 40.1 39.5a7.9 7.9 0 0 0 11.2 0l238.7-235.2c3.4-3 3.4-8 .3-11.2zM389.8 796.3H229.6l134.4-133 80.1 78.9-54.3 54.1zm154.8-62.1L373.2 565.3l68.6-67.6 171.4 168.9-68.6 67.6zm168.5-76.1L450.3 399.2l147.3-145.1 262.8 259-147.3 145z\"/>\n</svg>\n</li><li title=\"home \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M512.1 172.6l-370 369.7h96V868H392V640c0-22.1 17.9-40 40-40h160c22.1 0 40 17.9 40 40v228h153.9V542.3H882L535.2 195.7l-23.1-23.1zm434.5 422.9c-6 6-13.1 10.8-20.8 13.9 7.7-3.2 14.8-7.9 20.8-13.9zm-887-34.7c5 30.3 31.4 53.5 63.1 53.5h.9c-31.9 0-58.9-23-64-53.5zm-.9-10.5v-1.9 1.9zm.1-2.6c.1-3.1.5-6.1 1-9.1-.6 2.9-.9 6-1 9.1z\"/>\n  <path d=\"M951 510c0-.1-.1-.1-.1-.2l-1.8-2.1c-.1-.1-.2-.3-.4-.4-.7-.8-1.5-1.6-2.2-2.4L560.1 118.8l-25.9-25.9a31.5 31.5 0 0 0-44.4 0L77.5 505a63.6 63.6 0 0 0-16 26.6l-.6 2.1-.3 1.1-.3 1.2c-.2.7-.3 1.4-.4 2.1 0 .1 0 .3-.1.4-.6 3-.9 6-1 9.1v3.3c0 .5 0 1 .1 1.5 0 .5 0 .9.1 1.4 0 .5.1 1 .1 1.5 0 .6.1 1.2.2 1.8 0 .3.1.6.1.9l.3 2.5v.1c5.1 30.5 32.2 53.5 64 53.5h42.5V940h691.7V614.3h43.4c8.6 0 16.9-1.7 24.5-4.9s14.7-7.9 20.8-13.9a63.6 63.6 0 0 0 18.7-45.3c0-14.7-5-28.8-14.3-40.2zM568 868H456V664h112v204zm217.9-325.7V868H632V640c0-22.1-17.9-40-40-40H432c-22.1 0-40 17.9-40 40v228H238.1V542.3h-96l370-369.7 23.1 23.1L882 542.3h-96.1z\"/>\n</svg>\n</li><li title=\"hourglass \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M512 548c-42.2 0-81.9 16.4-111.7 46.3A156.63 156.63 0 0 0 354 706v134h316V706c0-42.2-16.4-81.9-46.3-111.7A156.63 156.63 0 0 0 512 548zM354 318c0 42.2 16.4 81.9 46.3 111.7C430.1 459.6 469.8 476 512 476s81.9-16.4 111.7-46.3C653.6 399.9 670 360.2 670 318V184H354v134z\"/>\n  <path d=\"M742 318V184h86c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H196c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h86v134c0 81.5 42.4 153.2 106.4 194-64 40.8-106.4 112.5-106.4 194v134h-86c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h632c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-86V706c0-81.5-42.4-153.2-106.4-194 64-40.8 106.4-112.5 106.4-194zm-72 388v134H354V706c0-42.2 16.4-81.9 46.3-111.7C430.1 564.4 469.8 548 512 548s81.9 16.4 111.7 46.3C653.6 624.1 670 663.8 670 706zm0-388c0 42.2-16.4 81.9-46.3 111.7C593.9 459.6 554.2 476 512 476s-81.9-16.4-111.7-46.3A156.63 156.63 0 0 1 354 318V184h316v134z\"/>\n</svg>\n</li><li title=\"html5 \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#333\" d=\"M145 96l66 746.6L511.8 928l299.6-85.4L878.7 96H145zm610.9 700.6l-244.1 69.6-245.2-69.6-56.7-641.2h603.8l-57.8 641.2z\"/>\n  <path fill=\"#E6E6E6\" d=\"M209.9 155.4l56.7 641.2 245.2 69.6 244.1-69.6 57.8-641.2H209.9zm530.4 117.9l-4.8 47.2-1.7 19.5H381.7l8.2 94.2H511v-.2h214.7l-3.2 24.3-21.2 242.2-1.7 16.3-187.7 51.7v.4h-1.7l-188.6-52-11.3-144.7h91l6.5 73.2 102.4 27.7h.8v-.2l102.4-27.7 11.4-118.5H511.9v.1H305.4l-22.7-253.5L281 249h461l-1.7 24.3z\"/>\n  <path fill=\"#333\" d=\"M281 249l1.7 24.3 22.7 253.5h206.5v-.1h112.9l-11.4 118.5L511 672.9v.2h-.8l-102.4-27.7-6.5-73.2h-91l11.3 144.7 188.6 52h1.7v-.4l187.7-51.7 1.7-16.3 21.2-242.2 3.2-24.3H511v.2H389.9l-8.2-94.2h352.1l1.7-19.5 4.8-47.2L742 249H511z\"/>\n</svg>\n</li><li title=\"idcard \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#333\" d=\"M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-40 632H136V232h752v560z\"/>\n  <path fill=\"#E6E6E6\" d=\"M136 792h752V232H136v560zm472-372c0-4.4 1-8 2.3-8h123.4c1.3 0 2.3 3.6 2.3 8v48c0 4.4-1 8-2.3 8H610.3c-1.3 0-2.3-3.6-2.3-8v-48zm0 144c0-4.4 3.2-8 7.1-8h185.7c3.9 0 7.1 3.6 7.1 8v48c0 4.4-3.2 8-7.1 8H615.1c-3.9 0-7.1-3.6-7.1-8v-48zM216.2 664.6c2.8-53.3 31.9-99.6 74.6-126.1-18.1-20-29.1-46.4-29.1-75.5 0-61.9 49.9-112 111.4-112s111.4 50.1 111.4 112c0 29.1-11 55.6-29.1 75.5 42.6 26.4 71.8 72.8 74.6 126.1a8 8 0 0 1-8 8.4h-43.9c-4.2 0-7.6-3.3-7.9-7.5-3.8-50.5-46-90.5-97.2-90.5s-93.4 40-97.2 90.5c-.3 4.2-3.7 7.5-7.9 7.5H224c-4.6 0-8.2-3.8-7.8-8.4z\"/>\n  <path fill=\"#E6E6E6\" d=\"M321.3 463a51.7 52 0 1 0 103.4 0 51.7 52 0 1 0-103.4 0z\"/>\n  <path fill=\"#333\" d=\"M610.3 476h123.4c1.3 0 2.3-3.6 2.3-8v-48c0-4.4-1-8-2.3-8H610.3c-1.3 0-2.3 3.6-2.3 8v48c0 4.4 1 8 2.3 8zm4.8 144h185.7c3.9 0 7.1-3.6 7.1-8v-48c0-4.4-3.2-8-7.1-8H615.1c-3.9 0-7.1 3.6-7.1 8v48c0 4.4 3.2 8 7.1 8zM224 673h43.9c4.2 0 7.6-3.3 7.9-7.5 3.8-50.5 46-90.5 97.2-90.5s93.4 40 97.2 90.5c.3 4.2 3.7 7.5 7.9 7.5H522a8 8 0 0 0 8-8.4c-2.8-53.3-32-99.7-74.6-126.1a111.8 111.8 0 0 0 29.1-75.5c0-61.9-49.9-112-111.4-112s-111.4 50.1-111.4 112c0 29.1 11 55.5 29.1 75.5a158.09 158.09 0 0 0-74.6 126.1c-.4 4.6 3.2 8.4 7.8 8.4zm149-262c28.5 0 51.7 23.3 51.7 52s-23.2 52-51.7 52-51.7-23.3-51.7-52 23.2-52 51.7-52z\"/>\n</svg>\n</li><li title=\"info circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#333\" d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z\"/>\n  <path fill=\"#E6E6E6\" d=\"M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm32 588c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V456c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v272zm-32-344a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z\"/>\n  <path fill=\"#333\" d=\"M464 336a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm72 112h-48c-4.4 0-8 3.6-8 8v272c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V456c0-4.4-3.6-8-8-8z\"/>\n</svg>\n</li><li title=\"insurance \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#333\" d=\"M866.9 169.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2zM810 654.3L512 886.5 214 654.3V226.7l298-101.6 298 101.6v427.6z\"/>\n  <path fill=\"#E6E6E6\" d=\"M521.9 358.8h97.9v41.6h-97.9z\"/>\n  <path fill=\"#E6E6E6\" d=\"M214 226.7v427.6l298 232.2 298-232.2V226.7L512 125.1 214 226.7zM413.3 656h-.2c0 4.4-3.6 8-8 8h-37.3c-4.4 0-8-3.6-8-8V471.4c-7.7 9.2-15.4 17.9-23.1 26a6.04 6.04 0 0 1-10.2-2.4l-13.2-43.5c-.6-2-.2-4.1 1.2-5.6 37-43.4 64.7-95.1 82.2-153.6 1.1-3.5 5-5.3 8.4-3.7l38.6 18.3c2.7 1.3 4.1 4.4 3.2 7.2a429.2 429.2 0 0 1-33.6 79V656zm257.9-340v127.2c0 4.4-3.6 8-8 8h-66.7v18.6h98.8c4.4 0 8 3.6 8 8v35.6c0 4.4-3.6 8-8 8h-59c18.1 29.1 41.8 54.3 72.3 76.9 2.6 2.1 3.2 5.9 1.2 8.5l-26.3 35.3a5.92 5.92 0 0 1-8.9.7c-30.6-29.3-56.8-65.2-78.1-106.9V656c0 4.4-3.6 8-8 8h-36.2c-4.4 0-8-3.6-8-8V536c-22 44.7-49 80.8-80.6 107.6a6.38 6.38 0 0 1-4.8 1.4c-1.7-.3-3.2-1.3-4.1-2.8L432 605.7a6 6 0 0 1 1.6-8.1c28.6-20.3 51.9-45.2 71-76h-55.1c-4.4 0-8-3.6-8-8V478c0-4.4 3.6-8 8-8h94.9v-18.6h-65.9c-4.4 0-8-3.6-8-8V316c0-4.4 3.6-8 8-8h184.7c4.4 0 8 3.6 8 8z\"/>\n  <path fill=\"#333\" d=\"M443.7 306.9l-38.6-18.3c-3.4-1.6-7.3.2-8.4 3.7-17.5 58.5-45.2 110.2-82.2 153.6a5.7 5.7 0 0 0-1.2 5.6l13.2 43.5c1.4 4.5 7 5.8 10.2 2.4 7.7-8.1 15.4-16.8 23.1-26V656c0 4.4 3.6 8 8 8h37.3c4.4 0 8-3.6 8-8h.2V393.1a429.2 429.2 0 0 0 33.6-79c.9-2.8-.5-5.9-3.2-7.2zm26.8 9.1v127.4c0 4.4 3.6 8 8 8h65.9V470h-94.9c-4.4 0-8 3.6-8 8v35.6c0 4.4 3.6 8 8 8h55.1c-19.1 30.8-42.4 55.7-71 76a6 6 0 0 0-1.6 8.1l22.8 36.5c.9 1.5 2.4 2.5 4.1 2.8 1.7.3 3.5-.2 4.8-1.4 31.6-26.8 58.6-62.9 80.6-107.6v120c0 4.4 3.6 8 8 8h36.2c4.4 0 8-3.6 8-8V535.9c21.3 41.7 47.5 77.6 78.1 106.9 2.6 2.5 6.7 2.2 8.9-.7l26.3-35.3c2-2.6 1.4-6.4-1.2-8.5-30.5-22.6-54.2-47.8-72.3-76.9h59c4.4 0 8-3.6 8-8v-35.6c0-4.4-3.6-8-8-8h-98.8v-18.6h66.7c4.4 0 8-3.6 8-8V316c0-4.4-3.6-8-8-8H478.5c-4.4 0-8 3.6-8 8zm51.4 42.8h97.9v41.6h-97.9v-41.6z\"/>\n</svg>\n</li><li title=\"interaction \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#333\" d=\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z\"/>\n  <path fill=\"#E6E6E6\" d=\"M184 840h656V184H184v656zm114-401.9c0-55.3 44.6-100.1 99.7-100.1h205.8v-53.4c0-5.6 6.5-8.8 10.9-5.3L723.5 365c3.5 2.7 3.5 8 0 10.7l-109.1 85.7c-4.4 3.5-10.9.4-10.9-5.3v-53.4H397.8c-19.6 0-35.5 15.9-35.5 35.6v78.9c0 3.8-3.1 6.8-6.8 6.8h-50.7c-3.8 0-6.8-3-6.8-7v-78.9zm2.6 210.3l109.1-85.7c4.4-3.5 10.9-.4 10.9 5.3v53.4h205.6c19.6 0 35.5-15.9 35.5-35.6v-78.9c0-3.8 3.1-6.8 6.8-6.8h50.7c3.8 0 6.8 3.1 6.8 6.8v78.9c0 55.3-44.6 100.1-99.7 100.1H420.6v53.4c0 5.6-6.5 8.8-10.9 5.3l-109.1-85.7c-3.5-2.7-3.5-8 0-10.5z\"/>\n  <path fill=\"#333\" d=\"M304.8 524h50.7c3.7 0 6.8-3 6.8-6.8v-78.9c0-19.7 15.9-35.6 35.5-35.6h205.7v53.4c0 5.7 6.5 8.8 10.9 5.3l109.1-85.7c3.5-2.7 3.5-8 0-10.7l-109.1-85.7c-4.4-3.5-10.9-.3-10.9 5.3V338H397.7c-55.1 0-99.7 44.8-99.7 100.1V517c0 4 3 7 6.8 7zm-4.2 134.9l109.1 85.7c4.4 3.5 10.9.3 10.9-5.3v-53.4h205.7c55.1 0 99.7-44.8 99.7-100.1v-78.9c0-3.7-3-6.8-6.8-6.8h-50.7c-3.7 0-6.8 3-6.8 6.8v78.9c0 19.7-15.9 35.6-35.5 35.6H420.6V568c0-5.7-6.5-8.8-10.9-5.3l-109.1 85.7c-3.5 2.5-3.5 7.8 0 10.5z\"/>\n</svg>\n</li><li title=\"layout \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M384 185h456v136H384zm-200 0h136v656H184zm696-73H144c-17.7 0-32 14.3-32 32v1c0-17.7 14.3-32 32-32h736c17.7 0 32 14.3 32 32v-1c0-17.7-14.3-32-32-32zM384 385h456v456H384z\"/>\n  <path d=\"M880 113H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V145c0-17.7-14.3-32-32-32zM320 841H184V185h136v656zm520 0H384V385h456v456zm0-520H384V185h456v136z\"/>\n</svg>\n</li><li title=\"left circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#E6E6E6\" d=\"M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm104 240.9c0 10.3-4.9 19.9-13.2 25.9L457.4 512l145.4 105.1c8.3 6 13.2 15.7 13.2 25.9v46.9c0 6.5-7.4 10.3-12.7 6.5l-246-178a7.95 7.95 0 0 1 0-12.9l246-178c5.3-3.8 12.7 0 12.7 6.5v46.9z\"/>\n  <path fill=\"#333\" d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z\"/>\n  <path fill=\"#333\" d=\"M603.3 327.5l-246 178a7.95 7.95 0 0 0 0 12.9l246 178c5.3 3.8 12.7 0 12.7-6.5V643c0-10.2-4.9-19.9-13.2-25.9L457.4 512l145.4-105.2c8.3-6 13.2-15.6 13.2-25.9V334c0-6.5-7.4-10.3-12.7-6.5z\"/>\n</svg>\n</li><li title=\"left square \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#333\" d=\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z\"/>\n  <path fill=\"#E6E6E6\" d=\"M184 840h656V184H184v656zm181.3-334.5l246-178c5.3-3.8 12.7 0 12.7 6.5v46.9c0 10.3-4.9 19.9-13.2 25.9L465.4 512l145.4 105.2c8.3 6 13.2 15.7 13.2 25.9V690c0 6.5-7.4 10.3-12.7 6.4l-246-178a7.95 7.95 0 0 1 0-12.9z\"/>\n  <path fill=\"#333\" d=\"M365.3 518.4l246 178c5.3 3.9 12.7.1 12.7-6.4v-46.9c0-10.2-4.9-19.9-13.2-25.9L465.4 512l145.4-105.2c8.3-6 13.2-15.6 13.2-25.9V334c0-6.5-7.4-10.3-12.7-6.5l-246 178a7.95 7.95 0 0 0 0 12.9z\"/>\n</svg>\n</li><li title=\"like \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M273 495.9v428l.3-428zm538.2-88.3H496.8l9.6-198.4c.6-11.9-4.7-23.1-14.6-30.5-6.1-4.5-13.6-6.8-21.1-6.7-19.6.1-36.9 13.4-42.2 32.3-37.1 134.4-64.9 235.2-83.5 302.5V852h399.4a56.85 56.85 0 0 0 33.6-51.8c0-9.7-2.3-18.9-6.9-27.3l-13.9-25.4 21.9-19a56.76 56.76 0 0 0 19.6-43c0-9.7-2.3-18.9-6.9-27.3l-13.9-25.4 21.9-19a56.76 56.76 0 0 0 19.6-43c0-9.7-2.3-18.9-6.9-27.3l-14-25.5 21.9-19a56.76 56.76 0 0 0 19.6-43c0-19.1-11-37.5-28.8-48.4z\"/>\n  <path d=\"M112 528v364c0 17.7 14.3 32 32 32h65V496h-65c-17.7 0-32 14.3-32 32zm773.9 5.7c16.8-22.2 26.1-49.4 26.1-77.7 0-44.9-25.1-87.5-65.5-111a67.67 67.67 0 0 0-34.3-9.3H572.3l6-122.9c1.5-29.7-9-57.9-29.5-79.4a106.4 106.4 0 0 0-77.9-33.4c-52 0-98 35-111.8 85.1l-85.8 310.8-.3 428h472.1c9.3 0 18.2-1.8 26.5-5.4 47.6-20.3 78.3-66.8 78.3-118.4 0-12.6-1.8-25-5.4-37 16.8-22.2 26.1-49.4 26.1-77.7 0-12.6-1.8-25-5.4-37 16.8-22.2 26.1-49.4 26.1-77.7 0-12.6-1.8-25-5.4-37zM820.4 499l-21.9 19 14 25.5a56.2 56.2 0 0 1 6.9 27.3c0 16.5-7.1 32.2-19.6 43l-21.9 19 13.9 25.4a56.2 56.2 0 0 1 6.9 27.3c0 16.5-7.1 32.2-19.6 43l-21.9 19 13.9 25.4a56.2 56.2 0 0 1 6.9 27.3c0 22.4-13.2 42.6-33.6 51.8H345V506.8c18.6-67.2 46.4-168 83.5-302.5a44.28 44.28 0 0 1 42.2-32.3c7.5-.1 15 2.2 21.1 6.7 9.9 7.4 15.2 18.6 14.6 30.5l-9.6 198.4h314.4C829 418.5 840 436.9 840 456c0 16.5-7.1 32.2-19.6 43z\"/>\n</svg>\n</li><li title=\"lock \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#333\" d=\"M832 464h-68V240c0-70.7-57.3-128-128-128H388c-70.7 0-128 57.3-128 128v224h-68c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V496c0-17.7-14.3-32-32-32zM332 240c0-30.9 25.1-56 56-56h248c30.9 0 56 25.1 56 56v224H332V240zm460 600H232V536h560v304z\"/>\n  <path fill=\"#E6E6E6\" d=\"M232 840h560V536H232v304zm280-226a48.01 48.01 0 0 1 28 87v53c0 4.4-3.6 8-8 8h-40c-4.4 0-8-3.6-8-8v-53a48.01 48.01 0 0 1 28-87z\"/>\n  <path fill=\"#333\" d=\"M484 701v53c0 4.4 3.6 8 8 8h40c4.4 0 8-3.6 8-8v-53a48.01 48.01 0 1 0-56 0z\"/>\n</svg>\n</li><li title=\"mail \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M477.5 536.3L135.9 270.7l-27.5-21.4 27.6 21.5V792h752V270.8L546.2 536.3a55.99 55.99 0 0 1-68.7 0z\"/>\n  <path fill=\"#D9D9D9\" d=\"M876.3 198.8l39.3 50.5-27.6 21.5 27.7-21.5-39.3-50.5z\"/>\n  <path d=\"M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-94.5 72.1L512 482 190.5 232.1h643zm54.5 38.7V792H136V270.8l-27.6-21.5 27.5 21.4 341.6 265.6a55.99 55.99 0 0 0 68.7 0L888 270.8l27.6-21.5-39.3-50.5h.1l39.3 50.5-27.7 21.5z\"/>\n</svg>\n</li><li title=\"medicine box \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M244.3 328L184 513.4V840h656V513.4L779.7 328H244.3zM660 628c0 4.4-3.6 8-8 8H544v108c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V636H372c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h108V464c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v108h108c4.4 0 8 3.6 8 8v48z\"/>\n  <path d=\"M652 572H544V464c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v108H372c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h108v108c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V636h108c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z\"/>\n  <path d=\"M839.2 278.1a32 32 0 0 0-30.4-22.1H736V144c0-17.7-14.3-32-32-32H320c-17.7 0-32 14.3-32 32v112h-72.8a31.9 31.9 0 0 0-30.4 22.1L112 502v378c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V502l-72.8-223.9zM360 184h304v72H360v-72zm480 656H184V513.4L244.3 328h535.4L840 513.4V840z\"/>\n</svg>\n</li><li title=\"meh \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#333\" d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z\"/>\n  <path fill=\"#E6E6E6\" d=\"M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zM288 421a48.01 48.01 0 0 1 96 0 48.01 48.01 0 0 1-96 0zm384 200c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h304c4.4 0 8 3.6 8 8v48zm16-152a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z\"/>\n  <path fill=\"#333\" d=\"M288 421a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm376 144H360c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h304c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm-24-144a48 48 0 1 0 96 0 48 48 0 1 0-96 0z\"/>\n</svg>\n</li><li title=\"message \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D8D8D8\" d=\"M775.3 248.9a369.62 369.62 0 0 0-119-80A370.2 370.2 0 0 0 512.1 140h-1.7c-99.7.4-193 39.4-262.8 109.9-69.9 70.5-108 164.1-107.6 263.8.3 60.3 15.3 120.2 43.5 173.1l4.5 8.4V836h140.8l8.4 4.5c52.9 28.2 112.8 43.2 173.1 43.5h1.7c99 0 192-38.2 262.1-107.6 70.4-69.8 109.5-163.1 110.1-262.7.2-50.6-9.5-99.6-28.9-145.8a370.15 370.15 0 0 0-80-119zM312 560a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96zm200 0a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96zm200 0a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z\"/>\n  <path d=\"M664 512a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm-400 0a48 48 0 1 0 96 0 48 48 0 1 0-96 0z\"/>\n  <path d=\"M925.2 338.4c-22.6-53.7-55-101.9-96.3-143.3a444.35 444.35 0 0 0-143.3-96.3C630.6 75.7 572.2 64 512 64h-2c-60.6.3-119.3 12.3-174.5 35.9a445.35 445.35 0 0 0-142 96.5c-40.9 41.3-73 89.3-95.2 142.8-23 55.4-34.6 114.3-34.3 174.9A449.4 449.4 0 0 0 112 714v152a46 46 0 0 0 46 46h152.1A449.4 449.4 0 0 0 510 960h2.1c59.9 0 118-11.6 172.7-34.3a444.48 444.48 0 0 0 142.8-95.2c41.3-40.9 73.8-88.7 96.5-142 23.6-55.2 35.6-113.9 35.9-174.5.3-60.9-11.5-120-34.8-175.6zm-151.1 438C704 845.8 611 884 512 884h-1.7c-60.3-.3-120.2-15.3-173.1-43.5l-8.4-4.5H188V695.2l-4.5-8.4C155.3 633.9 140.3 574 140 513.7c-.4-99.7 37.7-193.3 107.6-263.8 69.8-70.5 163.1-109.5 262.8-109.9h1.7c50 0 98.5 9.7 144.2 28.9 44.6 18.7 84.6 45.6 119 80 34.3 34.3 61.3 74.4 80 119 19.4 46.2 29.1 95.2 28.9 145.8-.6 99.6-39.7 192.9-110.1 262.7z\"/>\n  <path d=\"M464 512a48 48 0 1 0 96 0 48 48 0 1 0-96 0z\"/>\n</svg>\n</li><li title=\"minus circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#333\" d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z\"/>\n  <path fill=\"#E6E6E6\" d=\"M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm192 396c0 4.4-3.6 8-8 8H328c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h368c4.4 0 8 3.6 8 8v48z\"/>\n  <path fill=\"#333\" d=\"M696 480H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h368c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z\"/>\n</svg>\n</li><li title=\"minus square \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#333\" d=\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z\"/>\n  <path fill=\"#E6E6E6\" d=\"M184 840h656V184H184v656zm136-352c0-4.4 3.6-8 8-8h368c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8H328c-4.4 0-8-3.6-8-8v-48z\"/>\n  <path fill=\"#333\" d=\"M328 544h368c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z\"/>\n</svg>\n</li><li title=\"mobile \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#333\" d=\"M744 64H280c-35.3 0-64 28.7-64 64v768c0 35.3 28.7 64 64 64h464c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64zm-8 824H288V136h448v752z\"/>\n  <path fill=\"#E6E6E6\" d=\"M288 888h448V136H288v752zm224-142c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40z\"/>\n  <path fill=\"#333\" d=\"M472 786a40 40 0 1 0 80 0 40 40 0 1 0-80 0z\"/>\n</svg>\n</li><li title=\"money collect \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M256 744.4l256 93.1 256-93.1V184H256v560.4zM359.7 313c1.2-.7 2.5-1 3.8-1h55.7a8 8 0 0 1 7.1 4.4L511 485.2h3.3L599 316.4c1.3-2.7 4.1-4.4 7.1-4.4h54.5c4.4 0 8 3.6 8.1 7.9 0 1.3-.4 2.6-1 3.8L564 515.3h57.6c4.4 0 8 3.6 8 8v27.1c0 4.4-3.6 8-8 8h-76.3v39h76.3c4.4 0 8 3.6 8 8v27.1c0 4.4-3.6 8-8 8h-76.3V704c0 4.4-3.6 8-8 8h-49.9c-4.4 0-8-3.6-8-8v-63.4h-76c-4.4 0-8-3.6-8-8v-27.1c0-4.4 3.6-8 8-8h76v-39h-76c-4.4 0-8-3.6-8-8v-27.1c0-4.4 3.6-8 8-8h57L356.5 323.8c-2.1-3.8-.7-8.7 3.2-10.8z\"/>\n  <path d=\"M911.5 700.7a8 8 0 0 0-10.3-4.8L840 718.2V180c0-37.6-30.4-68-68-68H252c-37.6 0-68 30.4-68 68v538.2l-61.3-22.3c-.9-.3-1.8-.5-2.7-.5-4.4 0-8 3.6-8 8V763c0 3.3 2.1 6.3 5.3 7.5L501 910.1c7.1 2.6 14.8 2.6 21.9 0l383.8-139.5c3.2-1.2 5.3-4.2 5.3-7.5v-59.6c0-1-.2-1.9-.5-2.8zM768 744.4l-256 93.1-256-93.1V184h512v560.4z\"/>\n  <path d=\"M460.4 515.4h-57c-4.4 0-8 3.6-8 8v27.1c0 4.4 3.6 8 8 8h76v39h-76c-4.4 0-8 3.6-8 8v27.1c0 4.4 3.6 8 8 8h76V704c0 4.4 3.6 8 8 8h49.9c4.4 0 8-3.6 8-8v-63.5h76.3c4.4 0 8-3.6 8-8v-27.1c0-4.4-3.6-8-8-8h-76.3v-39h76.3c4.4 0 8-3.6 8-8v-27.1c0-4.4-3.6-8-8-8H564l103.7-191.6c.6-1.2 1-2.5 1-3.8-.1-4.3-3.7-7.9-8.1-7.9h-54.5c-3 0-5.8 1.7-7.1 4.4l-84.7 168.8H511l-84.7-168.8a8 8 0 0 0-7.1-4.4h-55.7c-1.3 0-2.6.3-3.8 1-3.9 2.1-5.3 7-3.2 10.8l103.9 191.6z\"/>\n</svg>\n</li><li title=\"notification \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M229.6 678.1c-3.7 11.6-5.6 23.9-5.6 36.4 0-12.5 2-24.8 5.7-36.4h-.1zm76.3-260.2H184v188.2h121.9l12.9 5.2L840 820.7V203.3L318.8 412.7z\"/>\n  <path d=\"M880 112c-3.8 0-7.7.7-11.6 2.3L292 345.9H128c-8.8 0-16 7.4-16 16.6v299c0 9.2 7.2 16.6 16 16.6h101.7c-3.7 11.6-5.7 23.9-5.7 36.4 0 65.9 53.8 119.5 120 119.5 55.4 0 102.1-37.6 115.9-88.4l408.6 164.2c3.9 1.5 7.8 2.3 11.6 2.3 16.9 0 32-14.2 32-33.2V145.2C912 126.2 897 112 880 112zM344 762.3c-26.5 0-48-21.4-48-47.8 0-11.2 3.9-21.9 11-30.4l84.9 34.1c-2 24.6-22.7 44.1-47.9 44.1zm496 58.4L318.8 611.3l-12.9-5.2H184V417.9h121.9l12.9-5.2L840 203.3v617.4z\"/>\n</svg>\n</li><li title=\"pause circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#333\" d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z\"/>\n  <path fill=\"#E6E6E6\" d=\"M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm-80 524c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V360c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v304zm224 0c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V360c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v304z\"/>\n  <path fill=\"#333\" d=\"M424 352h-48c-4.4 0-8 3.6-8 8v304c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V360c0-4.4-3.6-8-8-8zm224 0h-48c-4.4 0-8 3.6-8 8v304c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V360c0-4.4-3.6-8-8-8z\"/>\n</svg>\n</li><li title=\"phone \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M721.7 184.9L610.9 295.8l120.8 120.7-8 21.6A481.29 481.29 0 0 1 438 723.9l-21.6 8-.9-.9-119.8-120-110.8 110.9 104.5 104.5c10.8 10.7 26 15.7 40.8 13.2 117.9-19.5 235.4-82.9 330.9-178.4s158.9-213.1 178.4-331c2.5-14.8-2.5-30-13.3-40.8L721.7 184.9z\"/>\n  <path d=\"M877.1 238.7L770.6 132.3c-13-13-30.4-20.3-48.8-20.3s-35.8 7.2-48.8 20.3L558.3 246.8c-13 13-20.3 30.5-20.3 48.9 0 18.5 7.2 35.8 20.3 48.9l89.6 89.7a405.46 405.46 0 0 1-86.4 127.3c-36.7 36.9-79.6 66-127.2 86.6l-89.6-89.7c-13-13-30.4-20.3-48.8-20.3a68.2 68.2 0 0 0-48.8 20.3L132.3 673c-13 13-20.3 30.5-20.3 48.9 0 18.5 7.2 35.8 20.3 48.9l106.4 106.4c22.2 22.2 52.8 34.9 84.2 34.9 6.5 0 12.8-.5 19.2-1.6 132.4-21.8 263.8-92.3 369.9-198.3C818 606 888.4 474.6 910.4 342.1c6.3-37.6-6.3-76.3-33.3-103.4zm-37.6 91.5c-19.5 117.9-82.9 235.5-178.4 331s-213 158.9-330.9 178.4c-14.8 2.5-30-2.5-40.8-13.2L184.9 721.9 295.7 611l119.8 120 .9.9 21.6-8a481.29 481.29 0 0 0 285.7-285.8l8-21.6-120.8-120.7 110.8-110.9 104.5 104.5c10.8 10.8 15.8 26 13.3 40.8z\"/>\n</svg>\n</li><li title=\"picture \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#333\" d=\"M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-40 632H136v-39.9l138.5-164.3 150.1 178L658.1 489 888 761.6V792zm0-129.8L664.2 396.8c-3.2-3.8-9-3.8-12.2 0L424.6 666.4l-144-170.7c-3.2-3.8-9-3.8-12.2 0L136 652.7V232h752v430.2z\"/>\n  <path fill=\"#E6E6E6\" d=\"M424.6 765.8l-150.1-178L136 752.1V792h752v-30.4L658.1 489z\"/>\n  <path fill=\"#E6E6E6\" d=\"M136 652.7l132.4-157c3.2-3.8 9-3.8 12.2 0l144 170.7L652 396.8c3.2-3.8 9-3.8 12.2 0L888 662.2V232H136v420.7zM304 280a88 88 0 1 1 0 176 88 88 0 0 1 0-176z\"/>\n  <path fill=\"#E6E6E6\" d=\"M276 368a28 28 0 1 0 56 0 28 28 0 1 0-56 0z\"/>\n  <path fill=\"#333\" d=\"M304 456a88 88 0 1 0 0-176 88 88 0 0 0 0 176zm0-116c15.5 0 28 12.5 28 28s-12.5 28-28 28-28-12.5-28-28 12.5-28 28-28z\"/>\n</svg>\n</li><li title=\"pie chart \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M316.2 920.5c-47.6-20.1-90.4-49-127.1-85.7a398.19 398.19 0 0 1-85.7-127.1A397.12 397.12 0 0 1 72 552.2v.2a398.57 398.57 0 0 0 117 282.5c36.7 36.7 79.4 65.5 127 85.6A396.64 396.64 0 0 0 471.6 952c27 0 53.6-2.7 79.7-7.9-25.9 5.2-52.4 7.8-79.3 7.8-54 .1-106.4-10.5-155.8-31.4zM560 472c-4.4 0-8-3.6-8-8V79.9c0-1.3.3-2.5.9-3.6-.9 1.3-1.5 2.9-1.5 4.6v383.7c0 4.4 3.6 8 8 8l383.6-1c1.6 0 3.1-.5 4.4-1.3-1 .5-2.2.7-3.4.7l-384 1z\"/>\n  <path fill=\"#D9D9D9\" d=\"M619.8 147.6v256.6l256.4-.7c-13-62.5-44.3-120.5-90-166.1a332.24 332.24 0 0 0-166.4-89.8z\"/>\n  <path fill=\"#D9D9D9\" d=\"M438 221.7c-75.9 7.6-146.2 40.9-200.8 95.5C174.5 379.9 140 463.3 140 552s34.5 172.1 97.2 234.8c62.3 62.3 145.1 96.8 233.2 97.2 88.2.4 172.7-34.1 235.3-96.2C761 733 794.6 662.3 802.3 586H438V221.7z\"/>\n  <path d=\"M864 518H506V160c0-4.4-3.6-8-8-8h-26a398.46 398.46 0 0 0-282.8 117.1 398.19 398.19 0 0 0-85.7 127.1A397.61 397.61 0 0 0 72 552v.2c0 53.9 10.6 106.2 31.4 155.5 20.1 47.6 49 90.4 85.7 127.1 36.7 36.7 79.5 65.6 127.1 85.7A397.61 397.61 0 0 0 472 952c26.9 0 53.4-2.6 79.3-7.8 26.1-5.3 51.7-13.1 76.4-23.6 47.6-20.1 90.4-49 127.1-85.7 36.7-36.7 65.6-79.5 85.7-127.1A397.61 397.61 0 0 0 872 552v-26c0-4.4-3.6-8-8-8zM705.7 787.8A331.59 331.59 0 0 1 470.4 884c-88.1-.4-170.9-34.9-233.2-97.2C174.5 724.1 140 640.7 140 552s34.5-172.1 97.2-234.8c54.6-54.6 124.9-87.9 200.8-95.5V586h364.3c-7.7 76.3-41.3 147-96.6 201.8z\"/>\n  <path d=\"M952 462.4l-2.6-28.2c-8.5-92.1-49.4-179-115.2-244.6A399.4 399.4 0 0 0 589 74.6L560.7 72c-3.4-.3-6.4 1.5-7.8 4.3a8.7 8.7 0 0 0-.9 3.6V464c0 4.4 3.6 8 8 8l384-1c1.2 0 2.3-.3 3.4-.7a8.1 8.1 0 0 0 4.6-7.9zm-332.2-58.2V147.6a332.24 332.24 0 0 1 166.4 89.8c45.7 45.6 77 103.6 90 166.1l-256.4.7z\"/>\n</svg>\n</li><li title=\"play circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#333\" d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z\"/>\n  <path fill=\"#E6E6E6\" d=\"M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm164.1 378.2L457.7 677.1a8.02 8.02 0 0 1-12.7-6.5V353a8 8 0 0 1 12.7-6.5l218.4 158.8a7.9 7.9 0 0 1 0 12.9z\"/>\n  <path fill=\"#333\" d=\"M676.1 505.3L457.7 346.5A8 8 0 0 0 445 353v317.6a8.02 8.02 0 0 0 12.7 6.5l218.4-158.9a7.9 7.9 0 0 0 0-12.9z\"/>\n</svg>\n</li><li title=\"play square \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#333\" d=\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z\"/>\n  <path fill=\"#E6E6E6\" d=\"M184 840h656V184H184v656zm240-484.7c0-9.4 10.9-14.7 18.3-8.8l199.4 156.7a11.2 11.2 0 0 1 0 17.6L442.3 677.6c-7.4 5.8-18.3.6-18.3-8.8V355.3z\"/>\n  <path fill=\"#333\" d=\"M442.3 677.6l199.4-156.8a11.2 11.2 0 0 0 0-17.6L442.3 346.5c-7.4-5.9-18.3-.6-18.3 8.8v313.5c0 9.4 10.9 14.6 18.3 8.8z\"/>\n</svg>\n</li><li title=\"plus circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#333\" d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z\"/>\n  <path fill=\"#E6E6E6\" d=\"M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm192 396c0 4.4-3.6 8-8 8H544v152c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V544H328c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h152V328c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v152h152c4.4 0 8 3.6 8 8v48z\"/>\n  <path fill=\"#333\" d=\"M696 480H544V328c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v152H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h152v152c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V544h152c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z\"/>\n</svg>\n</li><li title=\"plus square \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#333\" d=\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z\"/>\n  <path fill=\"#E6E6E6\" d=\"M184 840h656V184H184v656zm136-352c0-4.4 3.6-8 8-8h152V328c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v152h152c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8H544v152c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V544H328c-4.4 0-8-3.6-8-8v-48z\"/>\n  <path fill=\"#333\" d=\"M328 544h152v152c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V544h152c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H544V328c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v152H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z\"/>\n</svg>\n</li><li title=\"pound circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#333\" d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z\"/>\n  <path fill=\"#E6E6E6\" d=\"M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm146 582.1c0 4.4-3.6 8-8 8H376.2c-4.4 0-8-3.6-8-8v-38.5c0-3.7 2.5-6.9 6.1-7.8 44-10.9 72.8-49 72.8-94.2 0-14.7-2.5-29.4-5.9-44.2H374c-4.4 0-8-3.6-8-8v-30c0-4.4 3.6-8 8-8h53.7c-7.8-25.1-14.6-50.7-14.6-77.1 0-75.8 58.6-120.3 151.5-120.3 26.5 0 51.4 5.5 70.3 12.7 3.1 1.2 5.2 4.2 5.2 7.5v39.5a8 8 0 0 1-10.6 7.6c-17.9-6.4-39-10.5-60.4-10.5-53.3 0-87.3 26.6-87.3 70.2 0 24.7 6.2 47.9 13.4 70.5h112c4.4 0 8 3.6 8 8v30c0 4.4-3.6 8-8 8h-98.6c3.1 13.2 5.3 26.9 5.3 41 0 40.7-16.5 73.9-43.9 91.1v4.7h180c4.4 0 8 3.6 8 8v39.8z\"/>\n  <path fill=\"#333\" d=\"M650 674.3H470v-4.7c27.4-17.2 43.9-50.4 43.9-91.1 0-14.1-2.2-27.8-5.3-41h98.6c4.4 0 8-3.6 8-8v-30c0-4.4-3.6-8-8-8h-112c-7.2-22.6-13.4-45.8-13.4-70.5 0-43.6 34-70.2 87.3-70.2 21.4 0 42.5 4.1 60.4 10.5a8 8 0 0 0 10.6-7.6v-39.5c0-3.3-2.1-6.3-5.2-7.5-18.9-7.2-43.8-12.7-70.3-12.7-92.9 0-151.5 44.5-151.5 120.3 0 26.4 6.8 52 14.6 77.1H374c-4.4 0-8 3.6-8 8v30c0 4.4 3.6 8 8 8h67.2c3.4 14.8 5.9 29.5 5.9 44.2 0 45.2-28.8 83.3-72.8 94.2-3.6.9-6.1 4.1-6.1 7.8v38.5c0 4.4 3.6 8 8 8H650c4.4 0 8-3.6 8-8v-39.8c0-4.4-3.6-8-8-8z\"/>\n</svg>\n</li><li title=\"printer \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M360 180h304v152H360zm492 220H172c-6.6 0-12 5.4-12 12v292h132V500h440v204h132V412c0-6.6-5.4-12-12-12zm-24 84c0 4.4-3.6 8-8 8h-40c-4.4 0-8-3.6-8-8v-40c0-4.4 3.6-8 8-8h40c4.4 0 8 3.6 8 8v40z\"/>\n  <path d=\"M852 332H732V120c0-4.4-3.6-8-8-8H300c-4.4 0-8 3.6-8 8v212H172c-44.2 0-80 35.8-80 80v328c0 17.7 14.3 32 32 32h168v132c0 4.4 3.6 8 8 8h424c4.4 0 8-3.6 8-8V772h168c17.7 0 32-14.3 32-32V412c0-44.2-35.8-80-80-80zM360 180h304v152H360V180zm304 664H360V568h304v276zm200-140H732V500H292v204H160V412c0-6.6 5.4-12 12-12h680c6.6 0 12 5.4 12 12v292z\"/>\n  <path d=\"M820 436h-40c-4.4 0-8 3.6-8 8v40c0 4.4 3.6 8 8 8h40c4.4 0 8-3.6 8-8v-40c0-4.4-3.6-8-8-8z\"/>\n</svg>\n</li><li title=\"profile \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#333\" d=\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z\"/>\n  <path fill=\"#E6E6E6\" d=\"M184 840h656V184H184v656zm300-496c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8H492c-4.4 0-8-3.6-8-8v-48zm0 144c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8H492c-4.4 0-8-3.6-8-8v-48zm0 144c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8H492c-4.4 0-8-3.6-8-8v-48zM380 328c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40zm0 144c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40zm0 144c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40z\"/>\n  <path fill=\"#333\" d=\"M340 656a40 40 0 1 0 80 0 40 40 0 1 0-80 0zm0-144a40 40 0 1 0 80 0 40 40 0 1 0-80 0zm0-144a40 40 0 1 0 80 0 40 40 0 1 0-80 0zm152 320h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H492c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8zm0-144h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H492c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8zm0-144h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H492c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z\"/>\n</svg>\n</li><li title=\"project \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#333\" d=\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z\"/>\n  <path fill=\"#E6E6E6\" d=\"M184 840h656V184H184v656zm472-560c0-4.4 3.6-8 8-8h80c4.4 0 8 3.6 8 8v256c0 4.4-3.6 8-8 8h-80c-4.4 0-8-3.6-8-8V280zm-192 0c0-4.4 3.6-8 8-8h80c4.4 0 8 3.6 8 8v184c0 4.4-3.6 8-8 8h-80c-4.4 0-8-3.6-8-8V280zm-192 0c0-4.4 3.6-8 8-8h80c4.4 0 8 3.6 8 8v464c0 4.4-3.6 8-8 8h-80c-4.4 0-8-3.6-8-8V280z\"/>\n  <path fill=\"#333\" d=\"M280 752h80c4.4 0 8-3.6 8-8V280c0-4.4-3.6-8-8-8h-80c-4.4 0-8 3.6-8 8v464c0 4.4 3.6 8 8 8zm192-280h80c4.4 0 8-3.6 8-8V280c0-4.4-3.6-8-8-8h-80c-4.4 0-8 3.6-8 8v184c0 4.4 3.6 8 8 8zm192 72h80c4.4 0 8-3.6 8-8V280c0-4.4-3.6-8-8-8h-80c-4.4 0-8 3.6-8 8v256c0 4.4 3.6 8 8 8z\"/>\n</svg>\n</li><li title=\"property safety \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#333\" d=\"M866.9 169.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2zM810 654.3L512 886.5 214 654.3V226.7l298-101.6 298 101.6v427.6z\"/>\n  <path fill=\"#E6E6E6\" d=\"M214 226.7v427.6l298 232.2 298-232.2V226.7L512 125.1 214 226.7zM593.9 318h45c5.5 0 10 4.5 10 10 .1 1.7-.3 3.3-1.1 4.8l-87.7 161.1h45.7c5.5 0 10 4.5 10 10v21.3c0 5.5-4.5 10-10 10h-63.4v29.7h63.4c5.5 0 10 4.5 10 10v21.3c0 5.5-4.5 10-10 10h-63.4V658c0 5.5-4.5 10-10 10h-41.3c-5.5 0-10-4.5-10-10v-51.8H418c-5.5 0-10-4.5-10-10v-21.3c0-5.5 4.5-10 10-10h63.1v-29.7H418c-5.5 0-10-4.5-10-10v-21.3c0-5.5 4.5-10 10-10h45.2l-88-161.1c-2.6-4.8-.9-10.9 4-13.6 1.5-.8 3.1-1.2 4.8-1.2h46c3.8 0 7.2 2.1 8.9 5.5l72.9 144.3L585 323.5a10 10 0 0 1 8.9-5.5z\"/>\n  <path fill=\"#333\" d=\"M438.9 323.5a9.88 9.88 0 0 0-8.9-5.5h-46c-1.7 0-3.3.4-4.8 1.2-4.9 2.7-6.6 8.8-4 13.6l88 161.1H418c-5.5 0-10 4.5-10 10v21.3c0 5.5 4.5 10 10 10h63.1v29.7H418c-5.5 0-10 4.5-10 10v21.3c0 5.5 4.5 10 10 10h63.1V658c0 5.5 4.5 10 10 10h41.3c5.5 0 10-4.5 10-10v-51.8h63.4c5.5 0 10-4.5 10-10v-21.3c0-5.5-4.5-10-10-10h-63.4v-29.7h63.4c5.5 0 10-4.5 10-10v-21.3c0-5.5-4.5-10-10-10h-45.7l87.7-161.1c.8-1.5 1.2-3.1 1.1-4.8 0-5.5-4.5-10-10-10h-45a10 10 0 0 0-8.9 5.5l-73.2 144.3-72.9-144.3z\"/>\n</svg>\n</li><li title=\"pushpin \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M474.8 357.7l-24.5 24.5-34.4-3.8c-9.6-1.1-19.3-1.6-28.9-1.6-29 0-57.5 4.7-84.7 14.1-14 4.8-27.4 10.8-40.3 17.9l353.1 353.3a259.92 259.92 0 0 0 30.4-153.9l-3.8-34.4 24.5-24.5L800 415.5 608.5 224 474.8 357.7z\"/>\n  <path d=\"M878.3 392.1L631.9 145.7c-6.5-6.5-15-9.7-23.5-9.7s-17 3.2-23.5 9.7L423.8 306.9c-12.2-1.4-24.5-2-36.8-2-73.2 0-146.4 24.1-206.5 72.3a33.23 33.23 0 0 0-2.7 49.4l181.7 181.7-215.4 215.2a15.8 15.8 0 0 0-4.6 9.8l-3.4 37.2c-.9 9.4 6.6 17.4 15.9 17.4.5 0 1 0 1.5-.1l37.2-3.4c3.7-.3 7.2-2 9.8-4.6l215.4-215.4 181.7 181.7c6.5 6.5 15 9.7 23.5 9.7 9.7 0 19.3-4.2 25.9-12.4 56.3-70.3 79.7-158.3 70.2-243.4l161.1-161.1c12.9-12.8 12.9-33.8 0-46.8zM666.2 549.3l-24.5 24.5 3.8 34.4a259.92 259.92 0 0 1-30.4 153.9L262 408.8c12.9-7.1 26.3-13.1 40.3-17.9 27.2-9.4 55.7-14.1 84.7-14.1 9.6 0 19.3.5 28.9 1.6l34.4 3.8 24.5-24.5L608.5 224 800 415.5 666.2 549.3z\"/>\n</svg>\n</li><li title=\"question circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#333\" d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z\"/>\n  <path fill=\"#E6E6E6\" d=\"M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm0 632c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40zm62.9-219.5a48.3 48.3 0 0 0-30.9 44.8V620c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-21.5c0-23.1 6.7-45.9 19.9-64.9 12.9-18.6 30.9-32.8 52.1-40.9 34-13.1 56-41.6 56-72.7 0-44.1-43.1-80-96-80s-96 35.9-96 80v7.6c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V420c0-39.3 17.2-76 48.4-103.3C430.4 290.4 470 276 512 276s81.6 14.5 111.6 40.7C654.8 344 672 380.7 672 420c0 57.8-38.1 109.8-97.1 132.5z\"/>\n  <path fill=\"#333\" d=\"M472 732a40 40 0 1 0 80 0 40 40 0 1 0-80 0zm151.6-415.3C593.6 290.5 554 276 512 276s-81.6 14.4-111.6 40.7C369.2 344 352 380.7 352 420v7.6c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V420c0-44.1 43.1-80 96-80s96 35.9 96 80c0 31.1-22 59.6-56 72.7-21.2 8.1-39.2 22.3-52.1 40.9-13.2 19-19.9 41.8-19.9 64.9V620c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-22.7a48.3 48.3 0 0 1 30.9-44.8c59-22.7 97.1-74.7 97.1-132.5 0-39.3-17.2-76-48.4-103.3z\"/>\n</svg>\n</li><li title=\"reconciliation \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M740 344H404V240H304v160h176c17.7 0 32 14.3 32 32v360h328V240H740v104zM584 448c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-56zm92 301c-50.8 0-92-41.2-92-92s41.2-92 92-92 92 41.2 92 92-41.2 92-92 92zm92-341v96c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-96c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8z\"/>\n  <path fill=\"#D9D9D9\" d=\"M642 657a34 34 0 1 0 68 0 34 34 0 1 0-68 0z\"/>\n  <path d=\"M592 512h48c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm112-104v96c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-96c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8z\"/>\n  <path d=\"M880 168H668c0-30.9-25.1-56-56-56h-80c-30.9 0-56 25.1-56 56H264c-17.7 0-32 14.3-32 32v200h-88c-17.7 0-32 14.3-32 32v448c0 17.7 14.3 32 32 32h336c17.7 0 32-14.3 32-32v-16h368c17.7 0 32-14.3 32-32V200c0-17.7-14.3-32-32-32zm-412 64h72v-56h64v56h72v48H468v-48zm-20 616H176V616h272v232zm0-296H176v-88h272v88zm392 240H512V432c0-17.7-14.3-32-32-32H304V240h100v104h336V240h100v552z\"/>\n  <path d=\"M676 565c-50.8 0-92 41.2-92 92s41.2 92 92 92 92-41.2 92-92-41.2-92-92-92zm0 126c-18.8 0-34-15.2-34-34s15.2-34 34-34 34 15.2 34 34-15.2 34-34 34z\"/>\n</svg>\n</li><li title=\"red envelope \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#333\" d=\"M832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zm-40 824H232V193.1l260.3 204.1c11.6 9.1 27.9 9.1 39.5 0L792 193.1V888zm0-751.3h-31.7L512 331.3 263.7 136.7H232v-.7h560v.7z\"/>\n  <path fill=\"#E6E6E6\" d=\"M492.3 397.2L232 193.1V888h560V193.1L531.8 397.2a31.99 31.99 0 0 1-39.5 0zm99.4 60.9h47.8a8.45 8.45 0 0 1 7.4 12.4l-87.2 161h45.9c4.6 0 8.4 3.8 8.4 8.4V665c0 4.6-3.8 8.4-8.4 8.4h-63.3V702h63.3c4.6 0 8.4 3.8 8.4 8.4v25c.2 4.7-3.5 8.5-8.2 8.5h-63.3v49.9c0 4.6-3.8 8.4-8.4 8.4h-43.7c-4.6 0-8.4-3.8-8.4-8.4v-49.9h-63c-4.6 0-8.4-3.8-8.4-8.4v-25.1c0-4.6 3.8-8.4 8.4-8.4h63v-28.6h-63c-4.6 0-8.4-3.8-8.4-8.4v-25.1c0-4.6 3.8-8.4 8.4-8.4h45.4L377 470.4a8.4 8.4 0 0 1 3.4-11.4c1.3-.6 2.6-1 3.9-1h48.8c3.2 0 6.1 1.8 7.5 4.6l71.7 142 71.9-141.9a8.6 8.6 0 0 1 7.5-4.6z\"/>\n  <path fill=\"#E6E6E6\" d=\"M232 136.7h31.7L512 331.3l248.3-194.6H792v-.7H232z\"/>\n  <path fill=\"#333\" d=\"M440.6 462.6a8.38 8.38 0 0 0-7.5-4.6h-48.8c-1.3 0-2.6.4-3.9 1a8.4 8.4 0 0 0-3.4 11.4l87.4 161.1H419c-4.6 0-8.4 3.8-8.4 8.4V665c0 4.6 3.8 8.4 8.4 8.4h63V702h-63c-4.6 0-8.4 3.8-8.4 8.4v25.1c0 4.6 3.8 8.4 8.4 8.4h63v49.9c0 4.6 3.8 8.4 8.4 8.4h43.7c4.6 0 8.4-3.8 8.4-8.4v-49.9h63.3c4.7 0 8.4-3.8 8.2-8.5v-25c0-4.6-3.8-8.4-8.4-8.4h-63.3v-28.6h63.3c4.6 0 8.4-3.8 8.4-8.4v-25.1c0-4.6-3.8-8.4-8.4-8.4h-45.9l87.2-161a8.45 8.45 0 0 0-7.4-12.4h-47.8c-3.1 0-6 1.8-7.5 4.6l-71.9 141.9-71.7-142z\"/>\n</svg>\n</li><li title=\"rest \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M326.4 844h363.2l44.3-520H282l44.4 520zM508 416c79.5 0 144 64.5 144 144s-64.5 144-144 144-144-64.5-144-144 64.5-144 144-144z\"/>\n  <path d=\"M508 704c79.5 0 144-64.5 144-144s-64.5-144-144-144-144 64.5-144 144 64.5 144 144 144zm0-224c44.2 0 80 35.8 80 80s-35.8 80-80 80-80-35.8-80-80 35.8-80 80-80z\"/>\n  <path d=\"M832 256h-28.1l-35.7-120.9c-4-13.7-16.5-23.1-30.7-23.1h-451c-14.3 0-26.8 9.4-30.7 23.1L220.1 256H192c-17.7 0-32 14.3-32 32v28c0 4.4 3.6 8 8 8h45.8l47.7 558.7a32 32 0 0 0 31.9 29.3h429.2a32 32 0 0 0 31.9-29.3L802.2 324H856c4.4 0 8-3.6 8-8v-28c0-17.7-14.3-32-32-32zm-518.6-76h397.2l22.4 76H291l22.4-76zm376.2 664H326.4L282 324h451.9l-44.3 520z\"/>\n</svg>\n</li><li title=\"right circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#E6E6E6\" d=\"M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm154.7 378.4l-246 178c-5.3 3.8-12.7 0-12.7-6.5V643c0-10.2 4.9-19.9 13.2-25.9L566.6 512 421.2 406.8c-8.3-6-13.2-15.6-13.2-25.9V334c0-6.5 7.4-10.3 12.7-6.5l246 178c4.4 3.2 4.4 9.7 0 12.9z\"/>\n  <path fill=\"#333\" d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z\"/>\n  <path fill=\"#333\" d=\"M666.7 505.5l-246-178c-5.3-3.8-12.7 0-12.7 6.5v46.9c0 10.3 4.9 19.9 13.2 25.9L566.6 512 421.2 617.1c-8.3 6-13.2 15.7-13.2 25.9v46.9c0 6.5 7.4 10.3 12.7 6.5l246-178c4.4-3.2 4.4-9.7 0-12.9z\"/>\n</svg>\n</li><li title=\"right square \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#333\" d=\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z\"/>\n  <path fill=\"#E6E6E6\" d=\"M184 840h656V184H184v656zm216-196.9c0-10.2 4.9-19.9 13.2-25.9L558.6 512 413.2 406.8c-8.3-6-13.2-15.6-13.2-25.9V334c0-6.5 7.4-10.3 12.7-6.5l246 178c4.4 3.2 4.4 9.7 0 12.9l-246 178c-5.3 3.9-12.7.1-12.7-6.4v-46.9z\"/>\n  <path fill=\"#333\" d=\"M412.7 696.4l246-178c4.4-3.2 4.4-9.7 0-12.9l-246-178c-5.3-3.8-12.7 0-12.7 6.5v46.9c0 10.3 4.9 19.9 13.2 25.9L558.6 512 413.2 617.2c-8.3 6-13.2 15.7-13.2 25.9V690c0 6.5 7.4 10.3 12.7 6.4z\"/>\n</svg>\n</li><li title=\"rocket \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M261.7 621.4c-9.4 14.6-17 30.3-22.5 46.6H324V558.7c-24.8 16.2-46 37.5-62.3 62.7zM700 558.7V668h84.8c-5.5-16.3-13.1-32-22.5-46.6a211.6 211.6 0 0 0-62.3-62.7zm-64-239.9l-124-147-124 147V668h248V318.8zM512 448a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z\"/>\n  <path d=\"M864 736c0-111.6-65.4-208-160-252.9V317.3c0-15.1-5.3-29.7-15.1-41.2L536.5 95.4C530.1 87.8 521 84 512 84s-18.1 3.8-24.5 11.4L335.1 276.1a63.97 63.97 0 0 0-15.1 41.2v165.8C225.4 528 160 624.4 160 736h156.5c-2.3 7.2-3.5 15-3.5 23.8 0 22.1 7.6 43.7 21.4 60.8a97.2 97.2 0 0 0 43.1 30.6c23.1 54 75.6 88.8 134.5 88.8 29.1 0 57.3-8.6 81.4-24.8 23.6-15.8 41.9-37.9 53-64a97 97 0 0 0 43.1-30.5 97.52 97.52 0 0 0 21.4-60.8c0-8.4-1.1-16.4-3.1-23.8L864 736zm-540-68h-84.8c5.5-16.3 13.1-32 22.5-46.6 16.3-25.2 37.5-46.5 62.3-62.7V668zm64-184.9V318.8l124-147 124 147V668H388V483.1zm240.1 301.1c-5.2 3-11.2 4.2-17.1 3.4l-19.5-2.4-2.8 19.4c-5.4 37.9-38.4 66.5-76.7 66.5s-71.3-28.6-76.7-66.5l-2.8-19.5-19.5 2.5a27.7 27.7 0 0 1-17.1-3.5c-8.7-5-14.1-14.3-14.1-24.4 0-10.6 5.9-19.4 14.6-23.8h231.3c8.8 4.5 14.6 13.3 14.6 23.8-.1 10.2-5.5 19.6-14.2 24.5zM700 668V558.7a211.6 211.6 0 0 1 62.3 62.7c9.4 14.6 17 30.3 22.5 46.6H700z\"/>\n  <path d=\"M464 400a48 48 0 1 0 96 0 48 48 0 1 0-96 0z\"/>\n</svg>\n</li><li title=\"safety certificate \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#333\" d=\"M866.9 169.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2zM810 654.3L512 886.5 214 654.3V226.7l298-101.6 298 101.6v427.6z\"/>\n  <path fill=\"#E6E6E6\" d=\"M214 226.7v427.6l298 232.2 298-232.2V226.7L512 125.1 214 226.7zM632.8 328H688c6.5 0 10.3 7.4 6.5 12.7L481.9 633.4a16.1 16.1 0 0 1-26 0l-126.4-174c-3.8-5.3 0-12.7 6.5-12.7h55.2c5.2 0 10 2.5 13 6.6l64.7 89.1 150.9-207.8c3-4.1 7.9-6.6 13-6.6z\"/>\n  <path fill=\"#333\" d=\"M404.2 453.3c-3-4.1-7.8-6.6-13-6.6H336c-6.5 0-10.3 7.4-6.5 12.7l126.4 174a16.1 16.1 0 0 0 26 0l212.6-292.7c3.8-5.3 0-12.7-6.5-12.7h-55.2c-5.1 0-10 2.5-13 6.6L468.9 542.4l-64.7-89.1z\"/>\n</svg>\n</li><li title=\"save \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M704 320c0 17.7-14.3 32-32 32H352c-17.7 0-32-14.3-32-32V184H184v656h656V341.8l-136-136V320zM512 730c-79.5 0-144-64.5-144-144s64.5-144 144-144 144 64.5 144 144-64.5 144-144 144z\"/>\n  <path d=\"M512 442c-79.5 0-144 64.5-144 144s64.5 144 144 144 144-64.5 144-144-64.5-144-144-144zm0 224c-44.2 0-80-35.8-80-80s35.8-80 80-80 80 35.8 80 80-35.8 80-80 80z\"/>\n  <path d=\"M893.3 293.3L730.7 130.7c-.7-.7-1.4-1.3-2.1-2-.1-.1-.3-.2-.4-.3-.7-.7-1.5-1.3-2.2-1.9a64 64 0 0 0-22-11.7V112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V338.5c0-17-6.7-33.2-18.7-45.2zM384 184h256v104H384V184zm456 656H184V184h136v136c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V205.8l136 136V840z\"/>\n</svg>\n</li><li title=\"schedule \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M768 352c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56H548v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56H328v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56H136v496h752V296H768v56zM424 688c0 4.4-3.6 8-8 8H232c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48zm0-136c0 4.4-3.6 8-8 8H232c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48zm374.4-91.2l-165 228.7a15.9 15.9 0 0 1-25.8 0L493.5 531.3c-3.8-5.3 0-12.7 6.5-12.7h54.9c5.1 0 9.9 2.4 12.9 6.6l52.8 73.1 103.6-143.7c3-4.1 7.8-6.6 12.8-6.5h54.9c6.5 0 10.3 7.4 6.5 12.7z\"/>\n  <path d=\"M724.2 454.6L620.6 598.3l-52.8-73.1c-3-4.2-7.8-6.6-12.9-6.6H500c-6.5 0-10.3 7.4-6.5 12.7l114.1 158.2a15.9 15.9 0 0 0 25.8 0l165-228.7c3.8-5.3 0-12.7-6.5-12.7H737c-5-.1-9.8 2.4-12.8 6.5zM416 496H232c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z\"/>\n  <path d=\"M928 224H768v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H548v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H328v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H96c-17.7 0-32 14.3-32 32v576c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V256c0-17.7-14.3-32-32-32zm-40 568H136V296h120v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h148v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h148v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h120v496z\"/>\n  <path d=\"M416 632H232c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z\"/>\n</svg>\n</li><li title=\"security scan \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#333\" d=\"M866.9 169.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2zM810 654.3L512 886.5 214 654.3V226.7l298-101.6 298 101.6v427.6z\"/>\n  <path fill=\"#E6E6E6\" d=\"M460.7 451.1a80.1 80.1 0 1 0 160.2 0 80.1 80.1 0 1 0-160.2 0z\"/>\n  <path fill=\"#E6E6E6\" d=\"M214 226.7v427.6l298 232.2 298-232.2V226.7L512 125.1 214 226.7zm428.7 122.5c56.3 56.3 56.3 147.5 0 203.8-48.5 48.5-123 55.2-178.6 20.1l-77.5 77.5a8.03 8.03 0 0 1-11.3 0l-34-34a8.03 8.03 0 0 1 0-11.3l77.5-77.5c-35.1-55.7-28.4-130.1 20.1-178.6 56.3-56.3 147.5-56.3 203.8 0z\"/>\n  <path fill=\"#333\" d=\"M418.8 527.8l-77.5 77.5a8.03 8.03 0 0 0 0 11.3l34 34c3.1 3.1 8.2 3.1 11.3 0l77.5-77.5c55.6 35.1 130.1 28.4 178.6-20.1 56.3-56.3 56.3-147.5 0-203.8-56.3-56.3-147.5-56.3-203.8 0-48.5 48.5-55.2 122.9-20.1 178.6zm65.4-133.3a80.1 80.1 0 0 1 113.3 0 80.1 80.1 0 0 1 0 113.3c-31.3 31.3-82 31.3-113.3 0s-31.3-82 0-113.3z\"/>\n</svg>\n</li><li title=\"setting \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M859.3 569.7l.2.1c3.1-18.9 4.6-38.2 4.6-57.3 0-17.1-1.3-34.3-3.7-51.1 2.4 16.7 3.6 33.6 3.6 50.5 0 19.4-1.6 38.8-4.7 57.8zM99 398.1c-.5-.4-.9-.8-1.4-1.3.7.7 1.4 1.4 2.2 2.1l65.5 55.9v-.1L99 398.1zm536.6-216h.1l-15.5-83.8c-.2-1-.4-1.9-.7-2.8.1.5.3 1.1.4 1.6l15.7 85zm54 546.5l31.4-25.8 92.8 32.9c17-22.9 31.3-47.5 42.6-73.6l-74.7-63.9 6.6-40.1c2.5-15.1 3.8-30.6 3.8-46.1s-1.3-31-3.8-46.1l-6.5-39.9 74.7-63.9c-11.4-26-25.6-50.7-42.6-73.6l-92.8 32.9-31.4-25.8c-23.9-19.6-50.6-35-79.3-45.8l-38.1-14.3-17.9-97a377.5 377.5 0 0 0-85 0l-17.9 97.2-37.9 14.3c-28.5 10.8-55 26.2-78.7 45.7l-31.4 25.9-93.4-33.2c-17 22.9-31.3 47.5-42.6 73.6l75.5 64.5-6.5 40c-2.5 14.9-3.7 30.2-3.7 45.5 0 15.2 1.3 30.6 3.7 45.5l6.5 40-75.5 64.5c11.4 26 25.6 50.7 42.6 73.6l93.4-33.2 31.4 25.9c23.7 19.5 50.2 34.9 78.7 45.7l37.8 14.5 17.9 97.2c28.2 3.2 56.9 3.2 85 0l17.9-97 38.1-14.3c28.8-10.8 55.4-26.2 79.3-45.8zm-177.1-50.3c-30.5 0-59.2-7.8-84.3-21.5C373.3 627 336 568.9 336 502c0-97.2 78.8-176 176-176 66.9 0 125 37.3 154.8 92.2 13.7 25 21.5 53.7 21.5 84.3 0 97.1-78.7 175.8-175.8 175.8zM207.2 812.8c-5.5 1.9-11.2 2.3-16.6 1.2 5.7 1.2 11.7 1 17.5-1l81.4-29c-.1-.1-.3-.2-.4-.3l-81.9 29.1zm717.6-414.7l-65.5 56c0 .2.1.5.1.7l65.4-55.9c7.1-6.1 11.1-14.9 11.2-24-.3 8.8-4.3 17.3-11.2 23.2z\"/>\n  <path fill=\"#D9D9D9\" d=\"M935.8 646.6c.5 4.7 0 9.5-1.7 14.1l-.9 2.6a446.02 446.02 0 0 1-79.7 137.9l-1.8 2.1a32 32 0 0 1-35.1 9.5l-81.3-28.9a350 350 0 0 1-99.7 57.6l-15.7 85a32.05 32.05 0 0 1-25.8 25.7l-2.7.5a445.2 445.2 0 0 1-79.2 7.1h.3c26.7 0 53.4-2.4 79.4-7.1l2.7-.5a32.05 32.05 0 0 0 25.8-25.7l15.7-84.9c36.2-13.6 69.6-32.9 99.6-57.5l81.2 28.9a32 32 0 0 0 35.1-9.5l1.8-2.1c34.8-41.1 61.5-87.4 79.6-137.7l.9-2.6c1.6-4.7 2.1-9.7 1.5-14.5z\"/>\n  <path d=\"M688 502c0-30.3-7.7-58.9-21.2-83.8C637 363.3 578.9 326 512 326c-97.2 0-176 78.8-176 176 0 66.9 37.3 125 92.2 154.8 24.9 13.5 53.4 21.2 83.8 21.2 97.2 0 176-78.8 176-176zm-288 0c0-29.9 11.7-58 32.8-79.2C454 401.6 482.1 390 512 390c29.9 0 58 11.6 79.2 32.8A111.6 111.6 0 0 1 624 502c0 29.9-11.7 58-32.8 79.2A111.6 111.6 0 0 1 512 614c-29.9 0-58-11.7-79.2-32.8A111.6 111.6 0 0 1 400 502z\"/>\n  <path d=\"M594.1 952.2a32.05 32.05 0 0 0 25.8-25.7l15.7-85a350 350 0 0 0 99.7-57.6l81.3 28.9a32 32 0 0 0 35.1-9.5l1.8-2.1c34.8-41.1 61.6-87.5 79.7-137.9l.9-2.6c1.7-4.6 2.2-9.4 1.7-14.1-.9-7.9-4.7-15.4-11-20.9l-65.3-55.9-.2-.1c3.1-19 4.7-38.4 4.7-57.8 0-16.9-1.2-33.9-3.6-50.5-.3-2.2-.7-4.4-1-6.6 0-.2-.1-.5-.1-.7l65.5-56c6.9-5.9 10.9-14.4 11.2-23.2.1-4-.5-8.1-1.9-12l-.9-2.6a443.74 443.74 0 0 0-79.7-137.9l-1.8-2.1a32.12 32.12 0 0 0-35.1-9.5l-81.3 28.9c-30-24.6-63.4-44-99.6-57.6h-.1l-15.7-85c-.1-.5-.2-1.1-.4-1.6a32.08 32.08 0 0 0-25.4-24.1l-2.7-.5c-52.1-9.4-106.9-9.4-159 0l-2.7.5a32.05 32.05 0 0 0-25.8 25.7l-15.8 85.4a351.86 351.86 0 0 0-99 57.4l-81.9-29.1a32 32 0 0 0-35.1 9.5l-1.8 2.1a446.02 446.02 0 0 0-79.7 137.9l-.9 2.6a32.09 32.09 0 0 0 7.9 33.9c.5.4.9.9 1.4 1.3l66.3 56.6v.1c-3.1 18.8-4.6 37.9-4.6 57 0 19.2 1.5 38.4 4.6 57.1L99 625.5a32.03 32.03 0 0 0-9.3 35.2l.9 2.6c18.1 50.4 44.9 96.9 79.7 137.9l1.8 2.1c4.9 5.7 11.4 9.4 18.5 10.7 5.4 1 11.1.7 16.6-1.2l81.9-29.1c.1.1.3.2.4.3 29.7 24.3 62.8 43.6 98.6 57.1l15.8 85.4a32.05 32.05 0 0 0 25.8 25.7l2.7.5c26.1 4.7 52.8 7.1 79.5 7.1h.3c26.6 0 53.3-2.4 79.2-7.1l2.7-.5zm-39.8-66.5a377.5 377.5 0 0 1-85 0l-17.9-97.2-37.8-14.5c-28.5-10.8-55-26.2-78.7-45.7l-31.4-25.9-93.4 33.2c-17-22.9-31.2-47.6-42.6-73.6l75.5-64.5-6.5-40c-2.4-14.9-3.7-30.3-3.7-45.5 0-15.3 1.2-30.6 3.7-45.5l6.5-40-75.5-64.5c11.3-26.1 25.6-50.7 42.6-73.6l93.4 33.2 31.4-25.9c23.7-19.5 50.2-34.9 78.7-45.7l37.9-14.3 17.9-97.2c28.1-3.2 56.8-3.2 85 0l17.9 97 38.1 14.3c28.7 10.8 55.4 26.2 79.3 45.8l31.4 25.8 92.8-32.9c17 22.9 31.2 47.6 42.6 73.6L781.8 426l6.5 39.9c2.5 15.1 3.8 30.6 3.8 46.1s-1.3 31-3.8 46.1l-6.6 40.1 74.7 63.9a370.03 370.03 0 0 1-42.6 73.6L721 702.8l-31.4 25.8c-23.9 19.6-50.5 35-79.3 45.8l-38.1 14.3-17.9 97z\"/>\n</svg>\n</li><li title=\"shop \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M839.5 344h-655c-.3 0-.5.2-.5.5v91.2c0 59.8 49 108.3 109.3 108.3 40.7 0 76.2-22 95.1-54.7 2.9-5.1 8.4-8.3 14.3-8.3s11.3 3.2 14.3 8.3c18.8 32.7 54.3 54.7 95 54.7 40.8 0 76.4-22.1 95.1-54.9 2.9-5 8.2-8.1 13.9-8.1h.6c5.8 0 11 3.1 13.9 8.1 18.8 32.8 54.4 54.9 95.2 54.9C791 544 840 495.5 840 435.7v-91.2c0-.3-.2-.5-.5-.5z\"/>\n  <path d=\"M882 272.1V144c0-17.7-14.3-32-32-32H174c-17.7 0-32 14.3-32 32v128.1c-16.7 1-30 14.9-30 31.9v131.7a177 177 0 0 0 14.4 70.4c4.3 10.2 9.6 19.8 15.6 28.9v345c0 17.6 14.3 32 32 32h676c17.7 0 32-14.3 32-32V535a175 175 0 0 0 15.6-28.9c9.5-22.3 14.4-46 14.4-70.4V304c0-17-13.3-30.9-30-31.9zM214 184h596v88H214v-88zm362 656.1H448V736h128v104.1zm234.4 0H640V704c0-17.7-14.3-32-32-32H416c-17.7 0-32 14.3-32 32v136.1H214V597.9c2.9 1.4 5.9 2.8 9 4 22.3 9.4 46 14.1 70.4 14.1 24.4 0 48-4.7 70.4-14.1 13.8-5.8 26.8-13.2 38.7-22.1.2-.1.4-.1.6 0a180.4 180.4 0 0 0 38.7 22.1c22.3 9.4 46 14.1 70.4 14.1s48-4.7 70.4-14.1c13.8-5.8 26.8-13.2 38.7-22.1.2-.1.4-.1.6 0a180.4 180.4 0 0 0 38.7 22.1c22.3 9.4 46 14.1 70.4 14.1s48-4.7 70.4-14.1c3-1.3 6-2.6 9-4v242.2zM840 435.7c0 59.8-49 108.3-109.3 108.3-40.8 0-76.4-22.1-95.2-54.9-2.9-5-8.1-8.1-13.9-8.1h-.6c-5.7 0-11 3.1-13.9 8.1A109.24 109.24 0 0 1 512 544c-40.7 0-76.2-22-95-54.7-3-5.1-8.4-8.3-14.3-8.3s-11.4 3.2-14.3 8.3a109.63 109.63 0 0 1-95.1 54.7C233 544 184 495.5 184 435.7v-91.2c0-.3.2-.5.5-.5h655c.3 0 .5.2.5.5v91.2z\"/>\n</svg>\n</li><li title=\"shopping \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M696 472c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-88H400v88c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-88h-96v456h560V384h-96v88z\"/>\n  <path d=\"M832 312H696v-16c0-101.6-82.4-184-184-184s-184 82.4-184 184v16H192c-17.7 0-32 14.3-32 32v536c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V344c0-17.7-14.3-32-32-32zm-432-16c0-61.9 50.1-112 112-112s112 50.1 112 112v16H400v-16zm392 544H232V384h96v88c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-88h224v88c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-88h96v456z\"/>\n</svg>\n</li><li title=\"skin \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M512 318c-79.2 0-148.5-48.8-176.7-120H182v196h119v432h422V394h119V198H688.7c-28.2 71.2-97.5 120-176.7 120z\"/>\n  <path d=\"M870 126H663.8c-17.4 0-32.9 11.9-37 29.3C614.3 208.1 567 246 512 246s-102.3-37.9-114.8-90.7a37.93 37.93 0 0 0-37-29.3H154a44 44 0 0 0-44 44v252a44 44 0 0 0 44 44h75v388a44 44 0 0 0 44 44h478a44 44 0 0 0 44-44V466h75a44 44 0 0 0 44-44V170a44 44 0 0 0-44-44zm-28 268H723v432H301V394H182V198h153.3c28.2 71.2 97.5 120 176.7 120s148.5-48.8 176.7-120H842v196z\"/>\n</svg>\n</li><li title=\"sliders \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M180 292h80v440h-80zm369 180h-74a3 3 0 0 0-3 3v74a3 3 0 0 0 3 3h74a3 3 0 0 0 3-3v-74a3 3 0 0 0-3-3zm215-108h80v296h-80z\"/>\n  <path d=\"M904 296h-66v-96c0-4.4-3.6-8-8-8h-52c-4.4 0-8 3.6-8 8v96h-66c-4.4 0-8 3.6-8 8v416c0 4.4 3.6 8 8 8h66v96c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8v-96h66c4.4 0 8-3.6 8-8V304c0-4.4-3.6-8-8-8zm-60 364h-80V364h80v296zM612 404h-66V232c0-4.4-3.6-8-8-8h-52c-4.4 0-8 3.6-8 8v172h-66c-4.4 0-8 3.6-8 8v200c0 4.4 3.6 8 8 8h66v172c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8V620h66c4.4 0 8-3.6 8-8V412c0-4.4-3.6-8-8-8zm-60 145a3 3 0 0 1-3 3h-74a3 3 0 0 1-3-3v-74a3 3 0 0 1 3-3h74a3 3 0 0 1 3 3v74zM320 224h-66v-56c0-4.4-3.6-8-8-8h-52c-4.4 0-8 3.6-8 8v56h-66c-4.4 0-8 3.6-8 8v560c0 4.4 3.6 8 8 8h66v56c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8v-56h66c4.4 0 8-3.6 8-8V232c0-4.4-3.6-8-8-8zm-60 508h-80V292h80v440z\"/>\n</svg>\n</li><li title=\"smile \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#333\" d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z\"/>\n  <path fill=\"#E6E6E6\" d=\"M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zM288 421a48.01 48.01 0 0 1 96 0 48.01 48.01 0 0 1-96 0zm224 272c-85.5 0-155.6-67.3-160-151.6a8 8 0 0 1 8-8.4h48.1c4.2 0 7.8 3.2 8.1 7.4C420 589.9 461.5 629 512 629s92.1-39.1 95.8-88.6c.3-4.2 3.9-7.4 8.1-7.4H664a8 8 0 0 1 8 8.4C667.6 625.7 597.5 693 512 693zm176-224a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z\"/>\n  <path fill=\"#333\" d=\"M288 421a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm376 112h-48.1c-4.2 0-7.8 3.2-8.1 7.4-3.7 49.5-45.3 88.6-95.8 88.6s-92-39.1-95.8-88.6c-.3-4.2-3.9-7.4-8.1-7.4H360a8 8 0 0 0-8 8.4c4.4 84.3 74.5 151.6 160 151.6s155.6-67.3 160-151.6a8 8 0 0 0-8-8.4zm-24-112a48 48 0 1 0 96 0 48 48 0 1 0-96 0z\"/>\n</svg>\n</li><li title=\"snippets \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M450 510V336H232v552h432V550H490c-22.1 0-40-17.9-40-40z\"/>\n  <path d=\"M832 112H724V72c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v40H500V72c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v40H320c-17.7 0-32 14.3-32 32v120h-96c-17.7 0-32 14.3-32 32v632c0 17.7 14.3 32 32 32h512c17.7 0 32-14.3 32-32v-96h96c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM664 888H232V336h218v174c0 22.1 17.9 40 40 40h174v338zm0-402H514V336h.2L664 485.8v.2zm128 274h-56V456L544 264H360v-80h68v32c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-32h152v32c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-32h68v576z\"/>\n</svg>\n</li><li title=\"sound \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M275.4 424H146v176h129.4l18 11.7L586 803V221L293.3 412.3z\"/>\n  <path d=\"M892.1 737.8l-110.3-63.7a15.9 15.9 0 0 0-21.7 5.9l-19.9 34.5c-4.4 7.6-1.8 17.4 5.8 21.8L856.3 800a15.9 15.9 0 0 0 21.7-5.9l19.9-34.5c4.4-7.6 1.7-17.4-5.8-21.8zM934 476H806c-8.8 0-16 7.2-16 16v40c0 8.8 7.2 16 16 16h128c8.8 0 16-7.2 16-16v-40c0-8.8-7.2-16-16-16zM760 344a15.9 15.9 0 0 0 21.7 5.9L892 286.2c7.6-4.4 10.2-14.2 5.8-21.8L878 230a15.9 15.9 0 0 0-21.7-5.9L746 287.8a15.99 15.99 0 0 0-5.8 21.8L760 344zM625.9 115c-5.9 0-11.9 1.6-17.4 5.3L254 352H90c-8.8 0-16 7.2-16 16v288c0 8.8 7.2 16 16 16h164l354.5 231.7c5.5 3.6 11.6 5.3 17.4 5.3 16.7 0 32.1-13.3 32.1-32.1V147.1c0-18.8-15.4-32.1-32.1-32.1zM586 803L293.4 611.7l-18-11.7H146V424h129.4l17.9-11.7L586 221v582z\"/>\n</svg>\n</li><li title=\"star \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M512.5 190.4l-94.4 191.3-211.2 30.7 152.8 149-36.1 210.3 188.9-99.3 188.9 99.2-36.1-210.3 152.8-148.9-211.2-30.7z\"/>\n  <path d=\"M908.6 352.8l-253.9-36.9L541.2 85.8c-3.1-6.3-8.2-11.4-14.5-14.5-15.8-7.8-35-1.3-42.9 14.5L370.3 315.9l-253.9 36.9c-7 1-13.4 4.3-18.3 9.3a32.05 32.05 0 0 0 .6 45.3l183.7 179.1L239 839.4a31.95 31.95 0 0 0 46.4 33.7l227.1-119.4 227.1 119.4c6.2 3.3 13.4 4.4 20.3 3.2 17.4-3 29.1-19.5 26.1-36.9l-43.4-252.9 183.7-179.1c5-4.9 8.3-11.3 9.3-18.3 2.7-17.5-9.5-33.7-27-36.3zM665.3 561.3l36.1 210.3-188.9-99.2-188.9 99.3 36.1-210.3-152.8-149 211.2-30.7 94.4-191.3 94.4 191.3 211.2 30.7-152.8 148.9z\"/>\n</svg>\n</li><li title=\"stop \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#333\" d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm288.5 682.8L277.7 224C258 240 240 258 224 277.7l522.8 522.8C682.8 852.7 601 884 512 884c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372c0 89-31.3 170.8-83.5 234.8z\"/>\n  <path fill=\"#E6E6E6\" d=\"M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372c89 0 170.8-31.3 234.8-83.5L224 277.7c16-19.7 34-37.7 53.7-53.7l522.8 522.8C852.7 682.8 884 601 884 512c0-205.4-166.6-372-372-372z\"/>\n</svg>\n</li><li title=\"switcher \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M184 840h528V312H184v528zm116-290h296v64H300v-64z\"/>\n  <path d=\"M880 112H264c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h576v576c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V144c0-17.7-14.3-32-32-32z\"/>\n  <path d=\"M752 240H144c-17.7 0-32 14.3-32 32v608c0 17.7 14.3 32 32 32h608c17.7 0 32-14.3 32-32V272c0-17.7-14.3-32-32-32zm-40 600H184V312h528v528z\"/>\n  <path d=\"M300 550h296v64H300z\"/>\n</svg>\n</li><li title=\"tablet \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#333\" d=\"M800 64H224c-35.3 0-64 28.7-64 64v768c0 35.3 28.7 64 64 64h576c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64zm-8 824H232V136h560v752z\"/>\n  <path fill=\"#E6E6E6\" d=\"M232 888h560V136H232v752zm280-144c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40z\"/>\n  <path fill=\"#333\" d=\"M472 784a40 40 0 1 0 80 0 40 40 0 1 0-80 0z\"/>\n</svg>\n</li><li title=\"tag \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M589 164.6L189.3 564.3l270.4 270.4L859.4 435 836 188l-247-23.4zM680 432c-48.5 0-88-39.5-88-88s39.5-88 88-88 88 39.5 88 88-39.5 88-88 88z\"/>\n  <path d=\"M680 256c-48.5 0-88 39.5-88 88s39.5 88 88 88 88-39.5 88-88-39.5-88-88-88zm0 120c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"/>\n  <path d=\"M938 458.8l-29.6-312.6c-1.5-16.2-14.4-29-30.6-30.6L565.2 86h-.4c-3.2 0-5.7 1-7.6 2.9L88.9 557.2a9.96 9.96 0 0 0 0 14.1l363.8 363.8a9.9 9.9 0 0 0 7.1 2.9c2.7 0 5.2-1 7.1-2.9l468.3-468.3c2-2.1 3-5 2.8-8zM459.7 834.7L189.3 564.3 589 164.6 836 188l23.4 247-399.7 399.7z\"/>\n</svg>\n</li><li title=\"tags \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M477.5 694l311.9-311.8-19-224.6-224.6-19-311.9 311.9L477.5 694zm116-415.5a47.81 47.81 0 0 1 33.9-33.9c16.6-4.4 34.2.3 46.4 12.4a47.93 47.93 0 0 1 12.4 46.4 47.81 47.81 0 0 1-33.9 33.9c-16.6 4.4-34.2-.3-46.4-12.4a48.3 48.3 0 0 1-12.4-46.4z\"/>\n  <path fill=\"#D9D9D9\" d=\"M476.6 792.6c-1.7-.2-3.4-1-4.7-2.3L137.7 456.1a8.03 8.03 0 0 1 0-11.3L515.9 66.6c1.2-1.3 2.9-2.1 4.7-2.3h-.4c-2.3-.2-4.7.6-6.3 2.3L135.7 444.8a8.03 8.03 0 0 0 0 11.3l334.2 334.2c1.8 1.9 4.3 2.6 6.7 2.3z\"/>\n  <path d=\"M889.7 539.8l-39.6-39.5a8.03 8.03 0 0 0-11.3 0l-362 361.3-237.6-237a8.03 8.03 0 0 0-11.3 0l-39.6 39.5a8.03 8.03 0 0 0 0 11.3l243.2 242.8 39.6 39.5c3.1 3.1 8.2 3.1 11.3 0l407.3-406.6c3.1-3.1 3.1-8.2 0-11.3zM652.3 337.3a47.81 47.81 0 0 0 33.9-33.9c4.4-16.6-.3-34.2-12.4-46.4a47.93 47.93 0 0 0-46.4-12.4 47.81 47.81 0 0 0-33.9 33.9c-4.4 16.6.3 34.2 12.4 46.4a48.3 48.3 0 0 0 46.4 12.4z\"/>\n  <path d=\"M137.7 444.8a8.03 8.03 0 0 0 0 11.3l334.2 334.2c1.3 1.3 2.9 2.1 4.7 2.3 2.4.3 4.8-.5 6.6-2.3L861.4 412c1.7-1.7 2.5-4 2.3-6.3l-25.5-301.4c-.7-7.8-6.8-13.9-14.6-14.6L522.2 64.3h-1.6c-1.8.2-3.4 1-4.7 2.3L137.7 444.8zm408.1-306.2l224.6 19 19 224.6L477.5 694 233.9 450.5l311.9-311.9z\"/>\n</svg>\n</li><li title=\"thunderbolt \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M695.4 164.1H470.8L281.2 491.5h157.4l-60.3 241 319.8-305.1h-211z\"/>\n  <path d=\"M848.1 359.3H627.8L825.9 109c4.1-5.3.4-13-6.3-13H436.1c-2.8 0-5.5 1.5-6.9 4L170.1 547.5c-3.1 5.3.7 12 6.9 12h174.4L262 917.1c-1.9 7.8 7.5 13.3 13.3 7.7L853.6 373c5.2-4.9 1.7-13.7-5.5-13.7zM378.3 732.5l60.3-241H281.2l189.6-327.4h224.6L487.1 427.4h211L378.3 732.5z\"/>\n</svg>\n</li><li title=\"tool \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M706.8 488.7a32.05 32.05 0 0 1-45.3 0L537 364.2a32.05 32.05 0 0 1 0-45.3l132.9-132.8a184.2 184.2 0 0 0-144 53.5c-58.1 58.1-69.3 145.3-33.6 214.6L439.5 507c-.1 0-.1-.1-.1-.1L209.3 737l79.2 79.2 274-274.1.1.1 8.8-8.8c69.3 35.7 156.5 24.5 214.6-33.6 39.2-39.1 57.3-92.1 53.6-143.9L706.8 488.7z\"/>\n  <path d=\"M876.6 239.5c-.5-.9-1.2-1.8-2-2.5-5-5-13.1-5-18.1 0L684.2 409.3l-67.9-67.9L788.7 169c.8-.8 1.4-1.6 2-2.5 3.6-6.1 1.6-13.9-4.5-17.5-98.2-58-226.8-44.7-311.3 39.7-67 67-89.2 162-66.5 247.4l-293 293c-3 3-2.8 7.9.3 11l169.7 169.7c3.1 3.1 8.1 3.3 11 .3l292.9-292.9c85.5 22.8 180.5.7 247.6-66.4 84.4-84.5 97.7-213.1 39.7-311.3zM786 499.8c-58.1 58.1-145.3 69.3-214.6 33.6l-8.8 8.8-.1-.1-274 274.1-79.2-79.2 230.1-230.1s0 .1.1.1l52.8-52.8c-35.7-69.3-24.5-156.5 33.6-214.6a184.2 184.2 0 0 1 144-53.5L537 318.9a32.05 32.05 0 0 0 0 45.3l124.5 124.5a32.05 32.05 0 0 0 45.3 0l132.8-132.8c3.7 51.8-14.4 104.8-53.6 143.9z\"/>\n</svg>\n</li><li title=\"trademark circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#333\" d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z\"/>\n  <path fill=\"#E6E6E6\" d=\"M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm170.7 584.2c-1.1.5-2.3.8-3.5.8h-62c-3.1 0-5.9-1.8-7.2-4.6l-74.6-159.2h-88.7V717c0 4.4-3.6 8-8 8H384c-4.4 0-8-3.6-8-8V307c0-4.4 3.6-8 8-8h155.6c98.8 0 144.2 59.9 144.2 131.1 0 70.2-43.6 106.4-78.4 119.2l80.8 164.2c2.1 3.9.4 8.7-3.5 10.7z\"/>\n  <path fill=\"#E6E6E6\" d=\"M529.9 357h-83.4v148H528c53 0 82.8-25.6 82.8-72.4 0-50.3-32.9-75.6-80.9-75.6z\"/>\n  <path fill=\"#333\" d=\"M605.4 549.3c34.8-12.8 78.4-49 78.4-119.2 0-71.2-45.4-131.1-144.2-131.1H384c-4.4 0-8 3.6-8 8v410c0 4.4 3.6 8 8 8h54.7c4.4 0 8-3.6 8-8V561.2h88.7L610 720.4c1.3 2.8 4.1 4.6 7.2 4.6h62c1.2 0 2.4-.3 3.5-.8 3.9-2 5.6-6.8 3.5-10.7l-80.8-164.2zM528 505h-81.5V357h83.4c48 0 80.9 25.3 80.9 75.6 0 46.8-29.8 72.4-82.8 72.4z\"/>\n</svg>\n</li><li title=\"trophy \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M320 480c0 49.1 19.1 95.3 53.9 130.1 34.7 34.8 81 53.9 130.1 53.9h16c49.1 0 95.3-19.1 130.1-53.9 34.8-34.7 53.9-81 53.9-130.1V184H320v296zM184 352c0 41 26.9 75.8 64 87.6-37.1-11.9-64-46.7-64-87.6zm364 382.5C665 721.8 758.4 630.2 773.8 514 758.3 630.2 665 721.7 548 734.5zM250.2 514C265.6 630.2 359 721.8 476 734.5 359 721.7 265.7 630.2 250.2 514z\"/>\n  <path d=\"M868 160h-92v-40c0-4.4-3.6-8-8-8H256c-4.4 0-8 3.6-8 8v40h-92a44 44 0 0 0-44 44v148c0 81.7 60 149.6 138.2 162C265.7 630.2 359 721.7 476 734.5v105.2H280c-17.7 0-32 14.3-32 32V904c0 4.4 3.6 8 8 8h512c4.4 0 8-3.6 8-8v-32.3c0-17.7-14.3-32-32-32H548V734.5C665 721.7 758.3 630.2 773.8 514 852 501.6 912 433.7 912 352V204a44 44 0 0 0-44-44zM248 439.6a91.99 91.99 0 0 1-64-87.6V232h64v207.6zM704 480c0 49.1-19.1 95.4-53.9 130.1-34.8 34.8-81 53.9-130.1 53.9h-16c-49.1 0-95.4-19.1-130.1-53.9-34.8-34.8-53.9-81-53.9-130.1V184h384v296zm136-128c0 41-26.9 75.8-64 87.6V232h64v120z\"/>\n</svg>\n</li><li title=\"unlock \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M232 840h560V536H232v304zm280-226a48.01 48.01 0 0 1 28 87v53c0 4.4-3.6 8-8 8h-40c-4.4 0-8-3.6-8-8v-53a48.01 48.01 0 0 1 28-87z\"/>\n  <path d=\"M484 701v53c0 4.4 3.6 8 8 8h40c4.4 0 8-3.6 8-8v-53a48.01 48.01 0 1 0-56 0z\"/>\n  <path d=\"M832 464H332V240c0-30.9 25.1-56 56-56h248c30.9 0 56 25.1 56 56v68c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-68c0-70.7-57.3-128-128-128H388c-70.7 0-128 57.3-128 128v224h-68c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V496c0-17.7-14.3-32-32-32zm-40 376H232V536h560v304z\"/>\n</svg>\n</li><li title=\"up circle \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#E6E6E6\" d=\"M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm178 479h-46.9c-10.2 0-19.9-4.9-25.9-13.2L512 460.4 406.8 605.8c-6 8.3-15.6 13.2-25.9 13.2H334c-6.5 0-10.3-7.4-6.5-12.7l178-246c3.2-4.4 9.7-4.4 12.9 0l178 246c3.9 5.3.1 12.7-6.4 12.7z\"/>\n  <path fill=\"#333\" d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z\"/>\n  <path fill=\"#333\" d=\"M518.4 360.3a7.95 7.95 0 0 0-12.9 0l-178 246c-3.8 5.3 0 12.7 6.5 12.7h46.9c10.3 0 19.9-4.9 25.9-13.2L512 460.4l105.2 145.4c6 8.3 15.7 13.2 25.9 13.2H690c6.5 0 10.3-7.4 6.4-12.7l-178-246z\"/>\n</svg>\n</li><li title=\"up square \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#333\" d=\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z\"/>\n  <path fill=\"#E6E6E6\" d=\"M184 840h656V184H184v656zm143.5-228.7l178-246c3.2-4.4 9.7-4.4 12.9 0l178 246c3.9 5.3.1 12.7-6.4 12.7h-46.9c-10.2 0-19.9-4.9-25.9-13.2L512 465.4 406.8 610.8c-6 8.3-15.6 13.2-25.9 13.2H334c-6.5 0-10.3-7.4-6.5-12.7z\"/>\n  <path fill=\"#333\" d=\"M334 624h46.9c10.3 0 19.9-4.9 25.9-13.2L512 465.4l105.2 145.4c6 8.3 15.7 13.2 25.9 13.2H690c6.5 0 10.3-7.4 6.4-12.7l-178-246a7.95 7.95 0 0 0-12.9 0l-178 246c-3.8 5.3 0 12.7 6.5 12.7z\"/>\n</svg>\n</li><li title=\"usb \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M759.9 504H264.1c-26.5 0-48.1 19.7-48.1 44v292h592V548c0-24.3-21.6-44-48.1-44z\"/>\n  <path d=\"M456 248h-48c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm160 0h-48c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z\"/>\n  <path d=\"M760 432V144c0-17.7-14.3-32-32-32H296c-17.7 0-32 14.3-32 32v288c-66.2 0-120 52.1-120 116v356c0 4.4 3.6 8 8 8h720c4.4 0 8-3.6 8-8V548c0-63.9-53.8-116-120-116zM336 184h352v248H336V184zm472 656H216V548c0-24.3 21.6-44 48.1-44h495.8c26.5 0 48.1 19.7 48.1 44v292z\"/>\n</svg>\n</li><li title=\"video camera \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#D9D9D9\" d=\"M136 792h576V232H136v560zm64-488c0-4.4 3.6-8 8-8h112c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8H208c-4.4 0-8-3.6-8-8v-48z\"/>\n  <path d=\"M912 302.3L784 376V224c0-35.3-28.7-64-64-64H128c-35.3 0-64 28.7-64 64v576c0 35.3 28.7 64 64 64h592c35.3 0 64-28.7 64-64V648l128 73.7c21.3 12.3 48-3.1 48-27.6V330c0-24.6-26.7-40-48-27.7zM712 792H136V232h576v560zm176-167l-104-59.8V458.9L888 399v226z\"/>\n  <path d=\"M208 360h112c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H208c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z\"/>\n</svg>\n</li><li title=\"wallet \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#333\" d=\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 464H528V448h312v128zm0-192H496c-17.7 0-32 14.3-32 32v192c0 17.7 14.3 32 32 32h344v200H184V184h656v200z\"/>\n  <path fill=\"#E6E6E6\" d=\"M528 576h312V448H528v128zm92-104c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40z\"/>\n  <path fill=\"#333\" d=\"M580 512a40 40 0 1 0 80 0 40 40 0 1 0-80 0z\"/>\n  <path fill=\"#E6E6E6\" d=\"M184 840h656V640H496c-17.7 0-32-14.3-32-32V416c0-17.7 14.3-32 32-32h344V184H184v656z\"/>\n</svg>\n</li><li title=\"warning \">\n<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1024 1024\">\n  <path fill=\"#333\" d=\"M955.7 856l-416-720c-6.2-10.7-16.9-16-27.7-16s-21.6 5.3-27.7 16l-416 720C56 877.4 71.4 904 96 904h832c24.6 0 40-26.6 27.7-48zm-783.5-27.9L512 239.9l339.8 588.2H172.2z\"/>\n  <path fill=\"#E6E6E6\" d=\"M172.2 828.1h679.6L512 239.9 172.2 828.1zM560 720a48.01 48.01 0 0 1-96 0 48.01 48.01 0 0 1 96 0zm-16-304v184c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V416c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8z\"/>\n  <path fill=\"#333\" d=\"M464 720a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm16-304v184c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V416c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8z\"/>\n</svg>\n</li></ul>"
  },
  {
    "path": "resources/svg/icons/boxicons/LICENSE",
    "content": "The MIT License (MIT)\n\nCopyright (c) 2015-2021 Aniket Suvarna\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n"
  },
  {
    "path": "resources/svg/icons/boxicons/README.md",
    "content": "# boxicons \n[![Financial Contributors on Open Collective](https://opencollective.com/boxicons/all/badge.svg?label=financial+contributors)](https://opencollective.com/boxicons) [![GitHub issues](https://img.shields.io/github/issues/atisawd/boxicons.svg)](https://github.com/atisawd/boxicons/issues)\n[![Twitter](https://img.shields.io/twitter/url/https/github.com/atisawd/boxicons.svg?style=social)](https://twitter.com/intent/tweet?text=Wow:&url=https%3A%2F%2Fgithub.com%2Fatisawd%2Fboxicons)\n[![Donate](https://img.shields.io/badge/donate-paypal-blue.svg?style=flat-square)](https://paypal.me/atisawd)\n\n\n\n_High Quality web friendly icons_\n\n'Boxicons' is a carefully designed open source iconset with 1500+ icons. It's crafted to look enrich your website/app experience.\n\n\n_Announcing Boxicons v2.1.1!_\n\n- Fixed the errors with a few svgs, added viewbox\n- Added 30 new icons\n\n\n## Installation\n\nTo install via npm, simply do the following:\n\n```bash\n$ npm install boxicons --save\n```\nimport the module\n\n```javscript\nimport 'boxicons';\n```\n## Usage\n\n### Using via CSS\n\n1. Include the stylesheet on your document's `<head>`\n\n```html\n<head>\n  <link rel=\"stylesheet\" href=\"boxicons.min.css\">\n</head>\n```\n\nInstead of installing you may use the remote version \n\n```html\n<head>\n  <link rel=\"stylesheet\"\n  href=\"https://cdn.jsdelivr.net/npm/boxicons@latest/css/boxicons.min.css\">\n  <!-- or -->\n  <link rel=\"stylesheet\"\n  href=\"https://unpkg.com/boxicons@latest/css/boxicons.min.css\">\n</head>\n```\n\n\n2. To use an icon on your page, add a class 'bx' and seperate class with the icons name with a prefix 'bx-' for regular icons , 'bxs-' for solid icons and 'bxl-' for logos:\n\n```html\n<i class=\"bx bx-hot\"></i>\n<i class=\"bx bxs-hot\"></i>\n<i class=\"bx bxl-facebook-square\"></i>\n```\n### Using via Web Component\n\nBoxicons includes a Custom Element that makes using icons easy and efficient. To use it, add the `box-icon-element.js` file to the page:\n\n```html\n<script src=\"https://unpkg.com/boxicons@2.0.9/dist/boxicons.js\"></script>\n```\n\nTo use an icon, add the `<box-icon>` element to the location where the icon should be displayed:\n\n```html\n<box-icon name=\"hot\"></box-icon>\n```\n  To use solid icons or logos add attribute `type` as solid or logo before the name\n ```html\n<box-icon type=\"solid\" name=\"hot\"></box-icon>\n<box-icon type=\"logo\" name=\"facebook-square\"></box-icon>\n```                  \nThe `<box-icon>` custom element supports the following attributes:\n\n```html\n<box-icon\n    type = \"regular|solid|logo\"\n    name=\"adjust|alarms|etc....\"\n    color=\"blue|red|etc...\"\n    size=\"xs|sm|md|lg|cssSize\"\n    rotate=\"90|180|270\"\n    flip=\"horizontal|vertical\"\n    border=\"square|circle\"\n    animation=\"spin|tada|etc...\"\n    pull = \"left|right\"\n></box-icon>\n```\n-   `type`: Should always be first and be one of the following values: `regular`,`solid`, `logo`\n-   `name` : (REQUIRED) the name of the icon to be displayed\n-   `color`: A color for the icon.\n-   `size`: The size for the icon. It supports one of two types of values: \n    -   One of the following shortcuts: `xs`, `sm`, `md`, `lg`\n    -   A css unit size (ex. `60px`) \n-   `rotate`: one of the following values: `90`, `180`, `270`\n-   `flip`:  one of the following values: `horizontal`, `vertical`\n-   `border`: one of the following values: `square`, `circle`\n-   `animation`: One of the following values: `spin`, `tada`, `flashing`, `burst`, `fade-left`, `fade-right`, `spin-hover`, `tada-hover`, `flashing-hover`, `burst-hover`, `fade-left-hover`, `fade-right-hover`\n-   `pull`: one of the following values: `left`,`right`\nThe Custom Element class (`BoxIconElement`) exposes the following static members:\n\n-   `tagName`: property that holds the HTML element tag name. Default: `box-icon`\n-   `defined([tagName])`: Defines the Element in the custom element registry using either the tagName provided on input or the (default) the one defined on the Class.\n-   `cdnUrl`: property that holds the URL that will be used to retrieve the images. URL should point to the folder that contains the images. example: `//unpkg.com/boxicons@1.5.2/svg` (no trailing forward slash)\n-   `getIconSvg(iconName)`: method used to retrieve the SVG image. Should return a Promise that resolves with the SVG source (String).\n\n\n[Check out all the icons here!](https://boxicons.com)\n\n\n\n## Contributors\n\n### Code Contributors\n\nThis project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].\n<a href=\"https://github.com/atisawd/boxicons/graphs/contributors\"><img src=\"https://opencollective.com/boxicons/contributors.svg?width=890&button=false\" /></a>\n\n### Financial Contributors\n\nBecome a financial contributor and help us sustain our community. [[Contribute](https://opencollective.com/boxicons/contribute)]\n\n#### Individuals\n\n<a href=\"https://opencollective.com/boxicons\"><img src=\"https://opencollective.com/boxicons/individuals.svg?width=890\"></a>\n\n#### Organizations\n\nSupport this project with your organization. Your logo will show up here with a link to your website. [[Contribute](https://opencollective.com/boxicons/contribute)]\n\n<a href=\"https://opencollective.com/boxicons/organization/0/website\"><img src=\"https://opencollective.com/boxicons/organization/0/avatar.svg\"></a>\n<a href=\"https://opencollective.com/boxicons/organization/1/website\"><img src=\"https://opencollective.com/boxicons/organization/1/avatar.svg\"></a>\n<a href=\"https://opencollective.com/boxicons/organization/2/website\"><img src=\"https://opencollective.com/boxicons/organization/2/avatar.svg\"></a>\n<a href=\"https://opencollective.com/boxicons/organization/3/website\"><img src=\"https://opencollective.com/boxicons/organization/3/avatar.svg\"></a>\n<a href=\"https://opencollective.com/boxicons/organization/4/website\"><img src=\"https://opencollective.com/boxicons/organization/4/avatar.svg\"></a>\n<a href=\"https://opencollective.com/boxicons/organization/5/website\"><img src=\"https://opencollective.com/boxicons/organization/5/avatar.svg\"></a>\n<a href=\"https://opencollective.com/boxicons/organization/6/website\"><img src=\"https://opencollective.com/boxicons/organization/6/avatar.svg\"></a>\n<a href=\"https://opencollective.com/boxicons/organization/7/website\"><img src=\"https://opencollective.com/boxicons/organization/7/avatar.svg\"></a>\n<a href=\"https://opencollective.com/boxicons/organization/8/website\"><img src=\"https://opencollective.com/boxicons/organization/8/avatar.svg\"></a>\n<a href=\"https://opencollective.com/boxicons/organization/9/website\"><img src=\"https://opencollective.com/boxicons/organization/9/avatar.svg\"></a>\n\n## License\n\n- The icons (.svg) files are free to download and are licensed under CC 4.0 By downloading it is assumed that you agree with the terms mentioned in CC 4.0.\n- The fonts files are licensed under SIL OFL 1.1.\n- Attribution is not required but is appreciated.\n- Other files which are not fonts or icons are licensed under the MIT License.\n\n[You can read more about the license here!](https://boxicons.com/get-started#license)\n\n\n## Contributing\n\nPull requests are the way to go here. I apologise in advance for the slow action on pull requests and issues.\n\nCaught a mistake or want to contribute to the documentation? [Edit this page on Github](https://github.com/atisawd/boxicons/blob/master/README.md)\n"
  },
  {
    "path": "resources/svg/icons/boxicons/index.html",
    "content": "<style>\nul.svg-list {\n\tlist-style:none;\n\tpadding:0;\n\tmargin:10px 0 0;\n}\nul.svg-list li {\n\tdisplay:inline-block;\n\tposition:relative;\n\twidth:32px;\n\theight:32px;\n\tpadding:3px;\n\tmargin-right:5px;\n\tmargin-bottom:5px;\n\tbox-shadow:0px 3px 6px 0px rgba(0, 0, 0, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.08);\n}\n\nul.svg-list li:hover {\n\tbox-shadow:none;//0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 0px rgba(0, 0, 0, 0.15);\n}\n\nul.svg-list li svg{\n\tmax-width:100%;\n\tmax-height:100%;\n\tfill: var(--bs-body-color);\n\tcolor: var(--bs-border-color);\n}\n\nul.svg-list li span {\n\t//display:none;\n}\n\nul.svg-list li.heading {\n\twidth:100%;\n\tbox-shadow:none;\n\ttext-transform: capitalize;\n\tfont-size: 12px;\n\tline-height: 32px;\t\n}\n\nul.svg-list li span {\n  visibility: hidden;\n  min-width: 120px;\n  background-color: black;\n  color: #fff;\n  text-align: center;\n  border-radius: 6px;\n  padding: 5px 0;\n  \n  /* Position the tooltip */\n  position: absolute;\n  z-index: 1;\n  left:0;\n  top: 105%;\n  font-size:12px;\n}\n\nul.svg-list li:hover  span {\n  visibility: visible;\n}\n\nul.svg-list li:hover  svg {\n\ttransform: scale(2);\n\tfill:blue;\n\tcolor:green;\n}\t\n</style>\n<ul class=\"svg-list\"><li class='heading'>logos</li><li title=\"bxl 500px \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M7.379 14.791c.004.01.098.269.151.396a5.859 5.859 0 0 0 1.258 1.865 5.86 5.86 0 0 0 6.437 1.259 5.876 5.876 0 0 0 3.124-3.125 5.802 5.802 0 0 0 .461-2.285c0-.793-.153-1.563-.461-2.287a5.862 5.862 0 0 0-1.257-1.864 5.86 5.86 0 0 0-4.152-1.72 6 6 0 0 0-2.318.461c-.57.241-1.536.862-2.102 1.446l-.002.002V4.107h8.117c.295-.003.295-.417.295-.55 0-.137 0-.549-.296-.553H7.857a.387.387 0 0 0-.388.384v6.801c0 .221.273.379.527.434.496.104.61-.053.732-.222l.015-.021c.187-.275.767-.858.771-.863a4.776 4.776 0 0 1 3.406-1.403 4.76 4.76 0 0 1 3.394 1.403 4.75 4.75 0 0 1 1.408 3.385c0 1.28-.498 2.483-1.4 3.385a4.858 4.858 0 0 1-3.416 1.403 4.656 4.656 0 0 1-2.42-.668l.004-4.137c0-.552.238-1.151.64-1.604a2.351 2.351 0 0 1 1.778-.803c.667 0 1.291.254 1.754.714.46.455.714 1.064.714 1.711a2.443 2.443 0 0 1-2.474 2.466c-.268 0-.753-.117-.773-.123-.281-.084-.4.305-.439.435-.151.492.077.59.122.604.448.138.741.164 1.124.164a3.555 3.555 0 0 0 3.551-3.553c0-1.943-1.592-3.526-3.548-3.526a3.59 3.59 0 0 0-2.536 1.033c-.644.632-1.013 1.478-1.013 2.317v.021c-.004.105-.004 2.583-.005 3.398l-.005-.006c-.368-.407-.731-1.029-.973-1.668-.097-.25-.309-.206-.601-.116-.127.04-.514.159-.429.438l.002.004zm4.172-.972c.002.118.111.223.175.286l.021.019c.111.11.217.164.315.164.081 0 .13-.037.148-.054.05-.046.604-.608.658-.662l.618.618c.058.064.12.097.192.098.1 0 .207-.058.32-.174.267-.272.134-.42.069-.49l-.628-.63.655-.658c.144-.155.017-.32-.111-.446-.183-.184-.359-.23-.474-.127l-.65.652-.657-.658a.183.183 0 0 0-.128-.051c-.087 0-.191.06-.308.177-.202.201-.246.341-.141.453l.657.656-.653.655a.247.247 0 0 0-.078.172m1.434-8.891c-1.053 0-2.171.211-2.992.566a.23.23 0 0 0-.151.205c-.011.093.013.216.076.377.051.131.187.478.449.376a7.566 7.566 0 0 1 2.618-.498c.96 0 1.892.188 2.768.558.696.296 1.354.721 2.068 1.341a.243.243 0 0 0 .165.068c.138 0 .271-.137.386-.266.191-.214.321-.392.135-.569a7.674 7.674 0 0 0-2.354-1.52 8.088 8.088 0 0 0-3.168-.638m5.668 12.986c-.127-.126-.235-.199-.33-.228a.24.24 0 0 0-.247.059l-.063.062a7.07 7.07 0 0 1-5.018 2.081 7.09 7.09 0 0 1-5.02-2.081 6.794 6.794 0 0 1-1.521-2.255 7.618 7.618 0 0 1-.462-1.596c-.004-.018-.005-.031-.009-.041-.044-.232-.257-.249-.564-.202-.127.019-.517.078-.479.358l.002.006a8.104 8.104 0 0 0 2.288 4.478 8.089 8.089 0 0 0 2.59 1.747 8.093 8.093 0 0 0 3.175.642 8.062 8.062 0 0 0 3.172-.643 8.129 8.129 0 0 0 2.658-1.813c.083-.09.154-.248-.172-.574\"/></svg></li><li title=\"bxl 99designs \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19.93,10.61A2.7,2.7,0,0,0,19,10a2.74,2.74,0,0,0-1.1-.19,3.28,3.28,0,0,0-2.16.76v-.05a3.67,3.67,0,0,0-5.09-3.39A3.61,3.61,0,0,0,8.87,8.69,3.67,3.67,0,0,0,5.75,6.83a3.74,3.74,0,0,0-1.82.44A3.66,3.66,0,0,0,2.56,8.55,3.77,3.77,0,0,0,2,10.34a3.67,3.67,0,0,0,3.42,3.83l-1.6,2.76H6.21l2.65-4.59h0a3.63,3.63,0,0,0,2.93,1.84l-1.59,2.76H12.6l1.86-3.23a3.53,3.53,0,0,0,2.07,3.19,3.52,3.52,0,0,0,2.61.05,2.58,2.58,0,0,0,.9-.74v.73h2V7.06H19.93Zm-12.78.72,0,0h0a1.69,1.69,0,0,1-1.46.83A1.72,1.72,0,0,1,4.83,12a1.75,1.75,0,0,1-.62-.62A1.78,1.78,0,0,1,4,10.51,1.69,1.69,0,0,1,5.67,8.82a1.63,1.63,0,0,1,.84.23,1.58,1.58,0,0,1,.62.61,1.62,1.62,0,0,1,.23.83A1.72,1.72,0,0,1,7.15,11.33Zm6.38,0v0h0a1.58,1.58,0,0,1-.62.61,1.53,1.53,0,0,1-.84.22,1.78,1.78,0,0,1-.84-.22,1.65,1.65,0,0,1-.61-.62,1.67,1.67,0,0,1,0-1.69,1.73,1.73,0,0,1,.62-.61,1.63,1.63,0,0,1,.84-.23,1.69,1.69,0,0,1,.84.23,1.69,1.69,0,0,1,.63,2.28Zm6.3,3a1.72,1.72,0,0,1-2,.85,1.72,1.72,0,0,1-1-.7,1.75,1.75,0,0,1-.29-1.15,1.77,1.77,0,0,1,.51-1.07,1.75,1.75,0,0,1,2.35-.11,1.73,1.73,0,0,1,.43,2.18Z\" /></svg></li><li title=\"bxl adobe \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21 19.966V4.034h-6.654zM3 4.034v15.932L9.658 4.034zM9.092 16.76h3.104l1.268 3.205h2.778L12.003 9.904z\"/></svg></li><li title=\"bxl airbnb \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12.001 16.709c-1.013-1.271-1.609-2.386-1.808-3.34-.197-.769-.12-1.385.218-1.848.357-.532.89-.791 1.589-.791s1.231.259 1.589.796c.335.458.419 1.075.215 1.848-.218.974-.813 2.087-1.808 3.341l.005-.006zm7.196.855c-.14.934-.775 1.708-1.65 2.085-1.687.734-3.359-.437-4.789-2.026 2.365-2.961 2.803-5.268 1.787-6.758-.596-.855-1.449-1.271-2.544-1.271-2.206 0-3.419 1.867-2.942 4.034.276 1.173 1.013 2.506 2.186 3.996-.735.813-1.432 1.391-2.047 1.748-.478.258-.934.418-1.37.456-2.008.299-3.582-1.647-2.867-3.656.1-.259.297-.734.634-1.471l.019-.039c1.097-2.382 2.43-5.088 3.961-8.09l.039-.1.435-.836c.338-.616.477-.892 1.014-1.231.258-.157.576-.235.934-.235.715 0 1.271.418 1.511.753.118.18.259.419.436.716l.419.815.06.119c1.53 3.001 2.863 5.702 3.955 8.089l.02.019.401.915.237.573c.183.459.221.915.16 1.393l.001.002zm.913-1.791c-.139-.438-.378-.953-.675-1.569v-.022a262.99 262.99 0 0 0-3.976-8.128l-.084-.121C14.486 4.109 13.849 3.014 12 3.014c-1.827 0-2.604 1.27-3.397 2.922l-.061.119c-1.251 2.426-2.564 5.128-3.975 8.13v.039l-.418.914c-.158.378-.237.575-.259.636C2.878 18.556 4.964 21 7.489 21c.021 0 .099 0 .198-.021h.278c1.313-.159 2.664-.993 4.035-2.485 1.371 1.49 2.725 2.326 4.033 2.485h.279c.1.021.18.021.2.021 2.525.002 4.61-2.444 3.598-5.227z\"/></svg></li><li title=\"bxl algolia \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12.177 9.059a3.582 3.582 0 0 0-3.576 3.584 3.584 3.584 0 0 0 3.576 3.585 3.578 3.578 0 0 0 3.575-3.585 3.582 3.582 0 0 0-3.575-3.584zm2.518 2.268-2.366 1.229c-.07.039-.153-.017-.153-.093V9.791h.001c0-.06.054-.104.109-.104a2.943 2.943 0 0 1 2.452 1.492c.028.055.011.121-.043.148z\"/><path d=\"M18.578 3H5.361A2.363 2.363 0 0 0 3 5.366v13.277a2.368 2.368 0 0 0 2.361 2.371h13.217a2.367 2.367 0 0 0 2.361-2.372V5.372A2.368 2.368 0 0 0 18.578 3zm-8.112 3.404a.78.78 0 0 1 .779-.781h1.815c.43 0 .778.35.778.781v.618a.106.106 0 0 1-.131.104 5.677 5.677 0 0 0-3.106.017c-.07.016-.136-.033-.136-.104v-.635zM7.08 8.993a.78.78 0 0 1 .001-1.103l.371-.371.002-.002a.776.776 0 0 1 1.099.002l.31.311c.043.05.038.127-.017.159a5.82 5.82 0 0 0-1.296 1.3c-.044.049-.114.06-.163.011l-.306-.306-.001-.001zm5.097 8.737a5.078 5.078 0 0 1-5.074-5.087c0-2.813 2.272-5.092 5.074-5.092a5.074 5.074 0 0 1 5.074 5.086c0 2.815-2.272 5.093-5.074 5.093z\"/></svg></li><li title=\"bxl amazon \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M2.027 17.023c.061-.098.156-.105.289-.02 3.035 1.76 6.338 2.645 9.906 2.645 2.381 0 4.73-.447 7.051-1.332l.262-.117c.115-.051.195-.084.244-.109.189-.074.326-.037.438.109.102.143.076.279-.1.4-.213.158-.5.342-.84.545-1.037.619-2.203 1.098-3.492 1.441a14.815 14.815 0 0 1-3.77.508c-1.889 0-3.68-.33-5.369-.99a14.875 14.875 0 0 1-4.531-2.797c-.084-.061-.125-.123-.125-.184 0-.039.016-.074.041-.109l-.004.01zm5.479-5.189c0-.84.207-1.555.619-2.152.414-.592.977-1.041 1.703-1.346.666-.281 1.465-.48 2.43-.602.326-.037.861-.086 1.6-.145v-.31c0-.773-.084-1.299-.248-1.564-.252-.359-.65-.541-1.203-.541h-.15c-.4.039-.746.162-1.039.383a1.51 1.51 0 0 0-.564.916c-.049.25-.172.387-.361.426l-2.105-.264c-.209-.051-.311-.15-.311-.326 0-.037.006-.074.018-.123.209-1.078.715-1.881 1.52-2.404.814-.514 1.752-.814 2.828-.875h.451c1.379 0 2.469.361 3.244 1.076.115.123.227.25.34.398.1.139.188.264.234.377.063.111.127.275.164.475.051.213.088.352.113.426.023.086.051.25.064.514.006.262.016.41.016.461v4.406c0 .314.049.602.137.865.088.26.174.451.262.563l.428.561a.598.598 0 0 1 .111.303c0 .102-.049.188-.148.26-1.002.877-1.553 1.352-1.639 1.428-.137.113-.313.125-.525.039a5.397 5.397 0 0 1-.439-.414l-.258-.291c-.051-.063-.141-.174-.266-.352l-.25-.363c-.676.74-1.338 1.205-2.002 1.393-.414.125-.914.188-1.529.188-.926 0-1.701-.285-2.303-.863-.598-.576-.9-1.389-.9-2.453l-.043-.063.001-.007zm3.131-.367c0 .475.117.852.355 1.139.236.285.563.428.965.428.035 0 .088-.008.16-.018.078-.012.111-.02.141-.02.512-.133.902-.461 1.189-.982a2.62 2.62 0 0 0 .299-.758c.076-.268.1-.494.111-.666.016-.166.016-.453.016-.84v-.451c-.703 0-1.24.049-1.604.148-1.063.303-1.604.977-1.604 2.029l-.029-.016v.007zm7.646 5.865c.025-.051.063-.092.109-.143.301-.201.596-.342.877-.416a6.597 6.597 0 0 1 1.344-.201c.117-.01.234 0 .346.025.539.051.873.141.977.273.053.078.074.191.074.328v.125c0 .426-.117.926-.348 1.502s-.553 1.041-.963 1.402c-.061.049-.115.074-.164.074-.025 0-.051 0-.074-.01-.076-.037-.09-.1-.055-.201.451-1.051.672-1.787.672-2.201 0-.127-.025-.227-.074-.289-.119-.137-.457-.217-1.02-.217a9.42 9.42 0 0 0-.727.039c-.303.041-.582.078-.834.115-.074 0-.123-.014-.15-.037-.025-.025-.031-.039-.018-.064 0-.014.006-.025.018-.053v-.049l.01-.002z\"/></svg></li><li title=\"bxl android \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M18.344 8.71c-.707 0-1.279.572-1.279 1.278v4.53a1.278 1.278 0 1 0 2.558 0v-4.53c0-.706-.572-1.278-1.279-1.278zm-12.688 0c-.707 0-1.279.572-1.279 1.278v4.53a1.278 1.278 0 1 0 2.558 0v-4.53A1.277 1.277 0 0 0 5.656 8.71zm8.889-3.809.768-1.388a.343.343 0 0 0-.133-.47.344.344 0 0 0-.471.135l-.789 1.42c-.588-.235-1.236-.368-1.92-.368s-1.332.132-1.92.367l-.789-1.418a.344.344 0 0 0-.471-.135.345.345 0 0 0-.133.47l.768 1.388C8.072 5.69 7.148 7.099 7.148 8.71c0 .011 0 .021.002.034-.002.006-.002.013-.002.019v.001h9.703V8.71c.001-1.611-.923-3.019-2.306-3.809zM9.76 6.869a.346.346 0 1 1 .005-.693.346.346 0 0 1-.005.693zm4.48 0a.347.347 0 0 1 0-.692.346.346 0 0 1 0 .692zM7.148 16.12c0 .646.525 1.171 1.174 1.171h.586v2.401a1.279 1.279 0 0 0 2.558 0v-2.401h1.066v2.401c0 .707.572 1.278 1.277 1.278.709 0 1.281-.571 1.281-1.278v-2.401h.586c.648 0 1.174-.524 1.174-1.171V9.028H7.148v7.092z\"/></svg></li><li title=\"bxl angular \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M10.483 12.482h3.034L12 8.831z\"/><path d=\"M12 3.074 3.689 6.038l1.268 10.987 7.043 3.9 7.043-3.9 1.268-10.987L12 3.074zm5.187 13.621H15.25l-1.045-2.606h-4.41L8.75 16.695H6.813L12 5.047l5.187 11.648z\"/></svg></li><li title=\"bxl apple \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19.665 16.811a10.316 10.316 0 0 1-1.021 1.837c-.537.767-.978 1.297-1.316 1.592-.525.482-1.089.73-1.692.744-.432 0-.954-.123-1.562-.373-.61-.249-1.17-.371-1.683-.371-.537 0-1.113.122-1.73.371-.616.25-1.114.381-1.495.393-.577.025-1.154-.229-1.729-.764-.367-.32-.826-.87-1.377-1.648-.59-.829-1.075-1.794-1.455-2.891-.407-1.187-.611-2.335-.611-3.447 0-1.273.275-2.372.826-3.292a4.857 4.857 0 0 1 1.73-1.751 4.65 4.65 0 0 1 2.34-.662c.46 0 1.063.142 1.81.422s1.227.422 1.436.422c.158 0 .689-.167 1.593-.498.853-.307 1.573-.434 2.163-.384 1.6.129 2.801.759 3.6 1.895-1.43.867-2.137 2.08-2.123 3.637.012 1.213.453 2.222 1.317 3.023a4.33 4.33 0 0 0 1.315.863c-.106.307-.218.6-.336.882zM15.998 2.38c0 .95-.348 1.838-1.039 2.659-.836.976-1.846 1.541-2.941 1.452a2.955 2.955 0 0 1-.021-.36c0-.913.396-1.889 1.103-2.688.352-.404.8-.741 1.343-1.009.542-.264 1.054-.41 1.536-.435.013.128.019.255.019.381z\"/></svg></li><li title=\"bxl audible \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M2.005 10.238v1.69l10.002 6.254 9.988-6.254v-1.69l-9.988 6.229z\"/><path d=\"m15.938 12.469 1.465-.938c-1.161-1.701-3.153-2.876-5.396-2.876-2.257 0-4.236 1.135-5.371 2.89.093-.093.146-.146.238-.211 2.811-2.336 6.86-1.808 9.064 1.135z\"/><path d=\"M9.051 13.063a2.99 2.99 0 0 1 1.78-.58c1.083 0 2.047.554 2.692 1.49l1.399-.871c-.607-.963-1.688-1.557-2.916-1.557-1.226 0-2.309.62-2.955 1.518zM5.25 9.012c4.117-3.246 9.937-2.362 13.037 1.953l.026.026 1.517-.938a9.337 9.337 0 0 0-7.823-4.235 9.35 9.35 0 0 0-7.825 4.235c.304-.342.686-.751 1.068-1.041z\"/></svg></li><li title=\"bxl aws \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M18.75 11.35a4.32 4.32 0 0 1-.79-.08 3.9 3.9 0 0 1-.73-.23l-.17-.04h-.12q-.15 0-.15.21v.33a.43.43 0 0 0 0 .19.5.5 0 0 0 .21.19 3 3 0 0 0 .76.26 4.38 4.38 0 0 0 1 .12 3 3 0 0 0 1-.14 1.94 1.94 0 0 0 .73-.37 1.81 1.81 0 0 0 .49-.58 1.79 1.79 0 0 0 .17-.78 1.54 1.54 0 0 0-.3-.93 2.15 2.15 0 0 0-1-.64l-.95-.3a2 2 0 0 1-.73-.36.65.65 0 0 1-.2-.47.66.66 0 0 1 .31-.6 1.82 1.82 0 0 1 .89-.18 2.89 2.89 0 0 1 1.27.26.79.79 0 0 0 .26.08c.1 0 .15-.08.15-.22v-.36a.38.38 0 0 0-.06-.22.56.56 0 0 0-.2-.16 1.55 1.55 0 0 0-.28-.12 3.44 3.44 0 0 0-.38-.11l-.44-.1A3.4 3.4 0 0 0 19 6a2.82 2.82 0 0 0-.83.11 2.19 2.19 0 0 0-.7.35A1.61 1.61 0 0 0 17 7a1.5 1.5 0 0 0-.18.74 1.6 1.6 0 0 0 .33 1 2.08 2.08 0 0 0 1.06.68l1 .3a1.58 1.58 0 0 1 .67.34.66.66 0 0 1 .18.47.72.72 0 0 1-.35.63 1.83 1.83 0 0 1-.96.19zM12.94 6.5a.48.48 0 0 0-.13-.26.37.37 0 0 0-.26-.07H12a.43.43 0 0 0-.26.07.42.42 0 0 0-.13.26l-1 4.4-1.14-4.4a.48.48 0 0 0-.14-.26s-.13-.07-.26-.07h-.65c-.11 0-.16.06-.16.17a1.22 1.22 0 0 0 .06.27l1.56 5.14A.61.61 0 0 0 10 12a.45.45 0 0 0 .26.06h.57a.49.49 0 0 0 .27-.06.57.57 0 0 0 .12-.27l1-4.28 1 4.29a.42.42 0 0 0 .12.26.4.4 0 0 0 .27.07h.57a.41.41 0 0 0 .25-.07.44.44 0 0 0 .14-.26l1.61-5.14a.73.73 0 0 0 0-.16.52.52 0 0 0 0-.11.15.15 0 0 0-.17-.17h-.62a.45.45 0 0 0-.26.07.68.68 0 0 0-.13.26L14 11zM5.77 8.63a5.92 5.92 0 0 0-.71-.05 2.42 2.42 0 0 0-1.63.52 1.72 1.72 0 0 0-.6 1.37 1.7 1.7 0 0 0 .49 1.28 1.82 1.82 0 0 0 1.33.48 2.48 2.48 0 0 0 2-.92 3.5 3.5 0 0 0 .2.39 2.34 2.34 0 0 0 .24.31.26.26 0 0 0 .37 0l.42-.28a.28.28 0 0 0 .13-.2.27.27 0 0 0 0-.16 3.63 3.63 0 0 1-.21-.47 2 2 0 0 1-.07-.6V8.19a2.2 2.2 0 0 0-.55-1.64A2.42 2.42 0 0 0 5.33 6a3.9 3.9 0 0 0-1 .13 3.9 3.9 0 0 0-.84.3.47.47 0 0 0-.18.14.37.37 0 0 0 0 .23v.33c0 .14 0 .2.14.2a.26.26 0 0 0 .11 0l.23-.08A4.32 4.32 0 0 1 4.42 7a3 3 0 0 1 .72-.09 1.5 1.5 0 0 1 1.08.31 1.46 1.46 0 0 1 .31 1.06v.49zm.78.9v.27a2.36 2.36 0 0 1-.07.58 1.06 1.06 0 0 1-.23.43 1.38 1.38 0 0 1-.63.42 2.12 2.12 0 0 1-.68.12.94.94 0 0 1-.7-.24.92.92 0 0 1-.24-.71.92.92 0 0 1 .33-.76 1.52 1.52 0 0 1 1-.27h.62a5.67 5.67 0 0 1 .6.16zM19.76 15a19.68 19.68 0 0 1-7.55 1.54 20 20 0 0 1-9.9-2.62c-.24-.15-.43.1-.22.29A14.68 14.68 0 0 0 12 18a14.4 14.4 0 0 0 8.1-2.47c.34-.31.03-.72-.34-.53z\"/><path d=\"M18.38 14.06c-.19.14-.16.33.05.3.71-.09 2.28-.27 2.56.09s-.31 1.83-.58 2.49c-.08.2.1.28.28.13a3.9 3.9 0 0 0 1.23-3.34 3.94 3.94 0 0 0-3.54.33z\"/></svg></li><li title=\"bxl baidu \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M6.217 12.486c1.964-.422 1.693-2.772 1.637-3.287-.096-.788-1.028-2.172-2.291-2.061-1.588.141-1.821 2.44-1.821 2.44-.216 1.06.515 3.33 2.475 2.908m3.646-3.944c1.084 0 1.959-1.251 1.959-2.792 0-1.537-.871-2.785-1.955-2.785-1.086 0-1.966 1.242-1.966 2.785s.88 2.792 1.965 2.792m4.671.186c1.454.195 2.38-1.355 2.568-2.53.188-1.166-.754-2.528-1.776-2.763-1.031-.237-2.303 1.411-2.431 2.484-.136 1.318.188 2.627 1.634 2.813m5.751 1.973c0-.562-.46-2.253-2.19-2.253-1.729 0-1.965 1.596-1.965 2.726 0 1.077.089 2.573 2.247 2.528 2.148-.052 1.913-2.438 1.913-3.002M18.1 15.626s-2.247-1.739-3.557-3.613c-1.776-2.768-4.304-1.64-5.144-.239-.845 1.418-2.153 2.306-2.339 2.544-.188.232-2.709 1.596-2.147 4.079.563 2.483 2.528 2.439 2.528 2.439s1.446.142 3.133-.234c1.686-.375 3.13.091 3.13.091s3.92 1.317 5.005-1.212c1.072-2.537-.61-3.847-.61-3.847\"/></svg></li><li title=\"bxl behance \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M7.803 5.731c.589 0 1.119.051 1.605.155.483.103.895.273 1.243.508.343.235.611.547.804.939.187.387.28.871.28 1.443 0 .62-.14 1.138-.421 1.551-.283.414-.7.753-1.256 1.015.757.219 1.318.602 1.69 1.146.374.549.557 1.206.557 1.976 0 .625-.119 1.162-.358 1.613a3.11 3.11 0 0 1-.974 1.114 4.315 4.315 0 0 1-1.399.64 6.287 6.287 0 0 1-1.609.206H2V5.731h5.803zm-.351 4.972c.48 0 .878-.114 1.192-.345.312-.228.463-.604.463-1.119 0-.286-.051-.522-.151-.707a1.114 1.114 0 0 0-.417-.428 1.683 1.683 0 0 0-.597-.215 3.609 3.609 0 0 0-.697-.061H4.71v2.875h2.742zm.151 5.239c.267 0 .521-.023.76-.077.241-.052.455-.136.637-.261.182-.12.332-.283.44-.491.109-.206.162-.475.162-.798 0-.634-.179-1.085-.533-1.358-.355-.27-.831-.404-1.414-.404H4.71v3.39h2.893zm8.565-.041c.367.358.896.538 1.584.538.493 0 .919-.125 1.278-.373.354-.249.57-.515.653-.79h2.155c-.346 1.072-.871 1.838-1.589 2.299-.709.463-1.572.693-2.58.693-.702 0-1.334-.113-1.9-.337a4.033 4.033 0 0 1-1.439-.958 4.37 4.37 0 0 1-.905-1.485 5.433 5.433 0 0 1-.32-1.899c0-.666.111-1.289.329-1.864a4.376 4.376 0 0 1 .934-1.493c.405-.42.885-.751 1.444-.994a4.634 4.634 0 0 1 1.858-.362c.754 0 1.413.146 1.979.44a3.967 3.967 0 0 1 1.39 1.182c.363.493.622 1.058.783 1.691.161.632.217 1.292.171 1.983h-6.431c.001.704.238 1.371.606 1.729zm2.812-4.681c-.291-.322-.783-.496-1.385-.496-.391 0-.714.065-.974.199a1.97 1.97 0 0 0-.62.491 1.772 1.772 0 0 0-.328.628 2.82 2.82 0 0 0-.111.587h3.982c-.058-.624-.272-1.085-.564-1.409zm-3.918-4.663h4.989v1.215h-4.989z\"/></svg></li><li title=\"bxl bing \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m5.71 3 3.593 1.264v12.645l5.061-2.919-2.48-1.165-1.566-3.897 7.974 2.802v4.073l-8.984 5.183-3.595-2L5.71 3z\"/></svg></li><li title=\"bxl bitcoin \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m11.953 8.819-.547 2.19c.619.154 2.529.784 2.838-.456.322-1.291-1.673-1.579-2.291-1.734zm-.822 3.296-.603 2.415c.743.185 3.037.921 3.376-.441.355-1.422-2.029-1.789-2.773-1.974z\"/><path d=\"M14.421 2.299C9.064.964 3.641 4.224 2.306 9.581.97 14.936 4.23 20.361 9.583 21.697c5.357 1.335 10.783-1.924 12.117-7.281 1.336-5.356-1.924-10.781-7.279-12.117zm1.991 8.275c-.145.974-.686 1.445-1.402 1.611.985.512 1.485 1.298 1.009 2.661-.592 1.691-1.998 1.834-3.87 1.48l-.454 1.82-1.096-.273.447-1.794a44.624 44.624 0 0 1-.875-.228l-.449 1.804-1.095-.275.454-1.823c-.257-.066-.517-.136-.782-.202L6.87 15l.546-1.256s.808.215.797.199c.311.077.448-.125.502-.261l.719-2.875.115.029a.864.864 0 0 0-.114-.037l.512-2.053c.013-.234-.066-.528-.511-.639.018-.011-.797-.198-.797-.198l.291-1.172 1.514.378-.001.005c.227.057.461.111.7.165l.449-1.802 1.097.273-.44 1.766c.294.067.591.135.879.207l.438-1.755 1.097.273-.449 1.802c1.384.479 2.396 1.195 2.198 2.525z\"/></svg></li><li title=\"bxl blender \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12.427 13.011c.037-.667.363-1.254.856-1.671a2.855 2.855 0 0 1 1.844-.66c.71 0 1.36.25 1.845.66.492.417.819 1.005.856 1.671.038.686-.237 1.323-.721 1.795a2.829 2.829 0 0 1-1.979.782 2.83 2.83 0 0 1-1.981-.782c-.483-.472-.759-1.109-.72-1.795z\"/><path d=\"M8.124 14.361c.005.26.089.767.213 1.164a6.156 6.156 0 0 0 1.328 2.299 6.833 6.833 0 0 0 2.323 1.667 7.465 7.465 0 0 0 3.05.635 7.495 7.495 0 0 0 3.051-.645 6.913 6.913 0 0 0 2.321-1.675 6.196 6.196 0 0 0 1.326-2.303 5.76 5.76 0 0 0 .25-1.285 5.942 5.942 0 0 0-.888-3.594 6.496 6.496 0 0 0-1.545-1.703l.001-.001-6.249-4.799-.016-.014c-.411-.314-1.101-.313-1.551.002-.457.319-.508.846-.104 1.18l-.001.001 2.606 2.121-7.943.009h-.012c-.656 0-1.287.432-1.412.976-.128.555.318 1.015 1.001 1.017l-.001.003 4.027-.008-7.188 5.516-.027.021c-.677.519-.896 1.382-.47 1.929.434.556 1.354.556 2.04.002l3.922-3.209c.001 0-.056.433-.052.694zm10.078 1.45c-.808.824-1.938 1.291-3.163 1.293-1.226.002-2.356-.461-3.165-1.283a3.739 3.739 0 0 1-.864-1.352 3.503 3.503 0 0 1-.199-1.511c.044-.505.193-.987.434-1.422.236-.429.562-.815.962-1.144a4.477 4.477 0 0 1 2.832-.988 4.478 4.478 0 0 1 2.832.98c.399.326.725.711.961 1.139.24.436.39.916.434 1.421a3.52 3.52 0 0 1-.198 1.511 3.804 3.804 0 0 1-.866 1.356z\"/></svg></li><li title=\"bxl blogger \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20.954 10.667c-.072-.322-.272-.621-.502-.745-.07-.039-.522-.088-1.004-.109-.809-.036-.898-.052-1.152-.201-.405-.237-.516-.493-.518-1.187-.002-1.327-.554-2.559-1.646-3.67-.776-.793-1.645-1.329-2.634-1.629-.236-.072-.768-.097-2.545-.118-2.787-.033-3.405.024-4.356.402-1.748.697-3.008 2.166-3.465 4.05-.087.353-.103.92-.124 4.177-.025 4.08.004 4.68.258 5.488.212.668.425 1.077.861 1.657.835 1.108 2.083 1.907 3.334 2.133.595.107 7.931.135 8.683.032 1.306-.178 2.331-.702 3.293-1.684.694-.71 1.129-1.479 1.414-2.499.117-.424.127-.63.149-3.117.017-1.878.002-2.758-.046-2.98zM8.007 8.108c.313-.316.399-.329 2.364-.329 1.764 0 1.822.004 2.081.134.375.189.538.456.538.88 0 .384-.153.653-.493.869-.184.115-.293.123-2.021.133-1.067.007-1.916-.013-2.043-.048-.669-.184-.918-1.143-.426-1.639zm7.706 8.037-.597.098-3.114.035c-2.736.033-3.511-.018-3.652-.08-.288-.124-.554-.472-.602-.78-.042-.292.104-.696.33-.9.285-.257.409-.266 3.911-.27 3.602-.002 3.583-.003 3.925.315.482.45.381 1.251-.201 1.582z\"/></svg></li><li title=\"bxl bootstrap \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M18.002 2.997H5.999A3.011 3.011 0 0 0 2.997 6v12.002a3.012 3.012 0 0 0 3.002 3.001h12.003a3.012 3.012 0 0 0 3.001-3.001V6a3.012 3.012 0 0 0-3.001-3.003zm-1.64 12.647c-.152.36-.389.68-.693.927a3.594 3.594 0 0 1-1.206.614c-.49.151-1.074.229-1.75.229H7.888V6.909h5.103c.943 0 1.7.213 2.267.646.569.436.854 1.082.854 1.958 0 .528-.13.983-.389 1.357-.259.373-.63.664-1.111.868v.034c.642.135 1.137.438 1.464.912.327.473.493 1.069.493 1.789 0 .405-.078.788-.225 1.147l.02.021v.003zm-2.084-2.589c-.309-.282-.739-.419-1.297-.419H9.737v3.276h3.253c.554 0 .991-.144 1.298-.435.308-.289.464-.701.464-1.229-.005-.518-.156-.919-.464-1.193h-.014.004zm-.451-2.119c.299-.251.444-.613.444-1.084 0-.526-.131-.902-.397-1.116-.264-.214-.646-.326-1.146-.326H9.727v2.898h3.001c.436.001.81-.127 1.099-.372z\"/></svg></li><li title=\"bxl c plus plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"  ><path d=\"M20.66 7a1.51 1.51 0 0 0-.55-.57l-7.34-4.24a1.67 1.67 0 0 0-1.54 0L3.89 6.43a1.68 1.68 0 0 0-.77 1.33v8.48a1.57 1.57 0 0 0 .22.76 1.51 1.51 0 0 0 .55.57l7.34 4.24a1.67 1.67 0 0 0 1.54 0l7.34-4.24a1.51 1.51 0 0 0 .55-.57 1.57 1.57 0 0 0 .22-.76V7.76a1.57 1.57 0 0 0-.22-.76zM12 17.92A5.92 5.92 0 1 1 17.13 9L16 9.71l-.36.2-1 .61A3 3 0 0 0 9 12a2.88 2.88 0 0 0 .4 1.48 3 3 0 0 0 5.13 0l2.6 1.52A5.94 5.94 0 0 1 12 17.92zm5.92-5.59h-.66V13h-.65v-.66H16v-.66h.66V11h.65v.66h.66zm2.47 0h-.66V13h-.66v-.66h-.65v-.66h.65V11h.66v.66h.66z\"/></svg></li><li title=\"bxl chrome \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M10.742 2.04c-1.404.183-3.06.808-4.281 1.626-1.01.664-2.397 2.02-2.309 2.251.193.501 3.28 5.658 3.33 5.562.038-.067.095-.279.123-.49.25-1.385 1.425-2.704 2.897-3.253.568-.221.683-.221 5.495-.27l4.917-.047-.395-.646c-1.385-2.26-3.522-3.819-6.197-4.512-.731-.193-2.81-.318-3.58-.22z\"/><path d=\"M3.2 7.217c-.453.799-.983 2.415-1.107 3.358-.588 4.273 1.568 8.4 5.379 10.315.894.452 2.174.885 2.732.933l.356.029 1.674-2.838c.915-1.559 1.655-2.849 1.636-2.868-.02-.019-.231.039-.481.125-1.569.53-3.387.086-4.57-1.116-.424-.424-1.002-1.357-2.84-4.542C4.71 8.41 3.642 6.601 3.603 6.601c-.028 0-.211.279-.403.616z\"/><path d=\"M15.15 8.804c1.222 1.242 1.655 3.003 1.116 4.59-.086.26-1.212 2.271-2.501 4.485-1.29 2.203-2.349 4.031-2.349 4.06 0 .115 1.328.057 2.175-.087 4.32-.74 7.573-4.002 8.265-8.276.26-1.558.164-2.925-.307-4.503l-.25-.837h-6.707l.557.568z\"/><path d=\"M10.608 8.563C9.598 8.987 8.905 9.7 8.53 10.71c-.173.453-.202.713-.173 1.424.03.75.068.963.347 1.511.366.75.962 1.329 1.751 1.703.462.221.654.25 1.54.25.895 0 1.077-.029 1.559-.26.712-.326 1.462-1.077 1.79-1.79.23-.48.259-.663.259-1.558 0-.886-.029-1.078-.25-1.54-.375-.788-.952-1.386-1.703-1.75-.568-.28-.742-.318-1.56-.348-.788-.019-.99.01-1.48.212z\"/></svg></li><li title=\"bxl codepen \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21.838 8.445c0-.001-.001-.001 0 0l-.003-.004-.001-.001v-.001a.809.809 0 0 0-.235-.228l-9.164-6.08a.834.834 0 0 0-.898 0L2.371 8.214A.786.786 0 0 0 2 8.897v6.16a.789.789 0 0 0 .131.448v.001l.002.002.01.015v.002h.001l.001.001.001.001c.063.088.14.16.226.215l9.165 6.082a.787.787 0 0 0 .448.139.784.784 0 0 0 .45-.139l9.165-6.082a.794.794 0 0 0 .371-.685v-6.16a.793.793 0 0 0-.133-.452zm-9.057-4.172 6.953 4.613-3.183 2.112-3.771-2.536V4.273zm-1.592 0v4.189l-3.771 2.536-3.181-2.111 6.952-4.614zm-7.595 6.098 2.395 1.59-2.395 1.611v-3.201zm7.595 9.311-6.96-4.617 3.195-2.15 3.765 2.498v4.269zm.795-5.653-3.128-2.078 3.128-2.105 3.131 2.105-3.131 2.078zm.797 5.653v-4.27l3.766-2.498 3.193 2.15-6.959 4.618zm7.597-6.11-2.396-1.611 2.396-1.59v3.201z\"/></svg></li><li title=\"bxl creative commons \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20.354 6.479a10.021 10.021 0 0 0-7.421-4.429c-3.108-.294-6.031.771-8.123 2.963C3.533 6.35 2.699 7.839 2.21 9.66c-.217.805-.247 1.104-.244 2.396.002 1.293.034 1.599.255 2.432a10.232 10.232 0 0 0 7.451 7.332c.315.078.702.16.859.182.696.097 2.381.056 3.131-.075 3.088-.538 5.832-2.531 7.24-5.258 1.644-3.181 1.426-7.222-.548-10.19zm-.41 7.688c-.808 2.99-3.263 5.272-6.361 5.912-4.831.997-9.538-2.658-9.839-7.641-.194-3.217 1.755-6.446 4.745-7.863 1.133-.536 2.045-.733 3.425-.738 1.327-.004 2.064.132 3.223.596 2.324.931 4.146 3.04 4.816 5.573.281 1.06.276 3.103-.009 4.161z\"/><path d=\"M8.042 14.955c-.915-.324-1.616-1.275-1.74-2.36-.183-1.607.422-2.856 1.654-3.415.669-.303 1.882-.296 2.603.016.438.19 1.261.933 1.261 1.139 0 .033-.284.201-.631.372l-.632.312-.337-.337c-.187-.188-.475-.363-.649-.396-.433-.082-.952.111-1.187.44-.389.546-.415 1.972-.048 2.533.191.291.512.494.813.518.635.05.796-.006 1.172-.401l.379-.398.488.269c.269.148.527.305.575.347.164.148-.592.92-1.199 1.224-.517.259-.679.293-1.358.286-.425-.006-.949-.074-1.164-.149zm5.816 0c-.901-.32-1.591-1.241-1.739-2.325-.215-1.569.419-2.888 1.654-3.45.717-.324 1.934-.3 2.661.056.45.221 1.201.911 1.201 1.104 0 .034-.295.203-.654.377l-.654.317-.341-.37c-.304-.332-.385-.369-.802-.369-.576 0-.945.225-1.145.698-.18.423-.201 1.461-.043 1.934.324.961 1.505 1.188 2.175.419l.304-.346.58.294c.32.161.582.319.582.352 0 .219-.75.918-1.256 1.17-.517.259-.679.293-1.358.287-.425-.005-.949-.073-1.165-.148z\"/></svg></li><li title=\"bxl css3 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M4.192 3.143h15.615l-1.42 16.034-6.404 1.812-6.369-1.813L4.192 3.143zM16.9 6.424l-9.8-.002.158 1.949 7.529.002-.189 2.02H9.66l.179 1.913h4.597l-.272 2.62-2.164.598-2.197-.603-.141-1.569h-1.94l.216 2.867L12 17.484l3.995-1.137.905-9.923z\"/></svg></li><li title=\"bxl dailymotion \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M13.551 11.485a2.327 2.327 0 0 0-2.328 2.332c0 1.314 1.013 2.313 2.441 2.313l-.012.002c1.192 0 2.193-.983 2.193-2.28.001-1.349-1.001-2.367-2.294-2.367z\"/><path d=\"M3 3v18h18V3H3zm15.52 15.605h-2.682v-1.058c-.825.81-1.667 1.103-2.786 1.103-1.142 0-2.124-.371-2.947-1.114-1.086-.956-1.648-2.227-1.648-3.701 0-1.351.524-2.561 1.507-3.506.878-.859 1.946-1.298 3.139-1.298 1.14 0 2.018.385 2.647 1.192V6.118l2.77-.574v-.002l.002.003h-.002v13.06z\"/></svg></li><li title=\"bxl dev to \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M7.826 10.083a.784.784 0 0 0-.468-.175h-.701v4.198h.701a.786.786 0 0 0 .469-.175c.155-.117.233-.292.233-.525v-2.798c.001-.233-.079-.408-.234-.525zM19.236 3H4.764C3.791 3 3.002 3.787 3 4.76v14.48c.002.973.791 1.76 1.764 1.76h14.473c.973 0 1.762-.787 1.764-1.76V4.76A1.765 1.765 0 0 0 19.236 3zM9.195 13.414c0 .755-.466 1.901-1.942 1.898H5.389V8.665h1.903c1.424 0 1.902 1.144 1.903 1.899v2.85zm4.045-3.562H11.1v1.544h1.309v1.188H11.1v1.543h2.142v1.188h-2.498a.813.813 0 0 1-.833-.792V9.497a.813.813 0 0 1 .792-.832h2.539l-.002 1.187zm4.165 4.632c-.531 1.235-1.481.99-1.906 0l-1.548-5.818h1.309l1.193 4.569 1.188-4.569h1.31l-1.546 5.818z\"/></svg></li><li title=\"bxl deviantart \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M17.57 3h-3.271l-.326.33-1.544 2.942-.486.327H6.432v4.495h3.03l.27.327-3.3 6.305v3.273h3.272l.327-.33 1.543-2.943.486-.326h5.511v-4.495h-3.03l-.269-.329 3.299-6.303L17.57 3z\"/></svg></li><li title=\"bxl digg \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M16.803 8.8v6.801h3.2v.799h-3.2v1.602h5.2V8.8h-5.2zm-6 0v6.801h3.199v.799h-3.199v1.602h5.199V8.8h-5.199zM5.2 5.999V8.8H2v6.801h5.201V5.999H5.2zM10.001 8.8h-2v6.801h2V8.8zM20.003 14h-1.2v-3.601h1.2V14zM5.2 14H4v-3.601h1.2V14zm8.802 0h-1.2v-3.601h1.2V14zm-4.001-8.001h-2v2h2v-2z\"/></svg></li><li title=\"bxl digitalocean \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12.005 21.992v-3.877c4.104 0 7.288-4.068 5.714-8.388a5.81 5.81 0 0 0-3.457-3.446c-4.319-1.563-8.389 1.61-8.389 5.714H2.008c0-6.541 6.325-11.642 13.184-9.499 2.991.94 5.383 3.321 6.313 6.313 2.141 6.858-2.96 13.183-9.5 13.183z\"/><path d=\"M12.017 18.139H8.152v-3.866h3.865zm-3.865 2.959H5.193v-2.959h2.959zm-2.959-2.959H2.711v-2.483h2.482v2.483z\"/></svg></li><li title=\"bxl discord alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M14.82 4.26a10.14 10.14 0 0 0-.53 1.1 14.66 14.66 0 0 0-4.58 0 10.14 10.14 0 0 0-.53-1.1 16 16 0 0 0-4.13 1.3 17.33 17.33 0 0 0-3 11.59 16.6 16.6 0 0 0 5.07 2.59A12.89 12.89 0 0 0 8.23 18a9.65 9.65 0 0 1-1.71-.83 3.39 3.39 0 0 0 .42-.33 11.66 11.66 0 0 0 10.12 0q.21.18.42.33a10.84 10.84 0 0 1-1.71.84 12.41 12.41 0 0 0 1.08 1.78 16.44 16.44 0 0 0 5.06-2.59 17.22 17.22 0 0 0-3-11.59 16.09 16.09 0 0 0-4.09-1.35zM8.68 14.81a1.94 1.94 0 0 1-1.8-2 1.93 1.93 0 0 1 1.8-2 1.93 1.93 0 0 1 1.8 2 1.93 1.93 0 0 1-1.8 2zm6.64 0a1.94 1.94 0 0 1-1.8-2 1.93 1.93 0 0 1 1.8-2 1.92 1.92 0 0 1 1.8 2 1.92 1.92 0 0 1-1.8 2z\"/></svg></li><li title=\"bxl discord \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M9.593 10.971c-.542 0-.969.475-.969 1.055 0 .578.437 1.055.969 1.055.541 0 .968-.477.968-1.055.011-.581-.427-1.055-.968-1.055zm3.468 0c-.542 0-.969.475-.969 1.055 0 .578.437 1.055.969 1.055.541 0 .968-.477.968-1.055-.001-.581-.427-1.055-.968-1.055z\"/><path d=\"M17.678 3H4.947A1.952 1.952 0 0 0 3 4.957v12.844c0 1.083.874 1.957 1.947 1.957H15.72l-.505-1.759 1.217 1.131 1.149 1.064L19.625 22V4.957A1.952 1.952 0 0 0 17.678 3zM14.01 15.407s-.342-.408-.626-.771c1.244-.352 1.719-1.13 1.719-1.13-.39.256-.76.438-1.093.562a6.679 6.679 0 0 1-3.838.398 7.944 7.944 0 0 1-1.396-.41 5.402 5.402 0 0 1-.693-.321c-.029-.021-.057-.029-.085-.048a.117.117 0 0 1-.039-.03c-.171-.094-.266-.16-.266-.16s.456.76 1.663 1.121c-.285.36-.637.789-.637.789-2.099-.067-2.896-1.444-2.896-1.444 0-3.059 1.368-5.538 1.368-5.538 1.368-1.027 2.669-.998 2.669-.998l.095.114c-1.71.495-2.499 1.245-2.499 1.245s.21-.114.561-.275c1.016-.446 1.823-.57 2.156-.599.057-.009.105-.019.162-.019a7.756 7.756 0 0 1 4.778.893s-.751-.712-2.366-1.206l.133-.152s1.302-.029 2.669.998c0 0 1.368 2.479 1.368 5.538 0-.001-.807 1.376-2.907 1.443z\"/></svg></li><li title=\"bxl discourse \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12.077 3C7.149 3 3 6.96 3 11.843V21l9.075-.01c4.928 0 8.925-4.11 8.925-8.993C21 7.113 17 3 12.077 3zm3.92 12.859a5.568 5.568 0 0 1-6.102 1.043l-3.595.805 1.001-3.192a5.435 5.435 0 0 1 .11-5.415 5.55 5.55 0 0 1 4.753-2.678v.001h.006a5.533 5.533 0 0 1 5.131 3.438 5.442 5.442 0 0 1-1.304 5.998z\"/></svg></li><li title=\"bxl django \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M7.533 12.249c-.011 1.985 1.445 3.168 3.768 2.63V9.618c-2.352-.716-3.758.733-3.768 2.631m3.839-10.238h3.199v15.143c-3.066.501-6.004.819-8.104-.355-2.705-1.513-2.923-6.319-.782-8.46 1.085-1.085 3.271-1.85 5.616-1.351V2.225c-.006-.101-.012-.202.071-.214m8.389 3.342h-3.199V2.011h3.199v3.342z\"/><path d=\"M19.761 7.044c-.003 2.356-.003 4.048-.003 6.911-.136 2.813-.104 5.052-1.135 6.398-.203.266-.634.652-.995.924-.303.228-.881.691-1.208.711-.331.021-1.18-.459-1.564-.64-.505-.237-.971-.553-1.493-.71 1.218-.754 2.372-1.32 2.844-2.844.41-1.326.355-3.247.355-5.119 0-1.849.009-3.998.009-5.63l3.19-.001z\"/></svg></li><li title=\"bxl docker \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20.17 9.82a4.76 4.76 0 0 0-.84.07 3.12 3.12 0 0 0-1.43-2.14l-.28-.16-.19.27a3.7 3.7 0 0 0-.51 1.19 2.84 2.84 0 0 0 .33 2.22 4.11 4.11 0 0 1-1.45.35H2.63a.63.63 0 0 0-.63.62 9.6 9.6 0 0 0 .58 3.39 5 5 0 0 0 2 2.6 8.86 8.86 0 0 0 4.42.95 13.27 13.27 0 0 0 2.42-.18 10.09 10.09 0 0 0 3.19-1.15A8.9 8.9 0 0 0 16.78 16a11.94 11.94 0 0 0 2.13-3.67h.19a3.08 3.08 0 0 0 2.23-.84 2.36 2.36 0 0 0 .59-.87l.08-.22-.2-.16a2.69 2.69 0 0 0-1.63-.42z\"/><path d=\"M5.61 9.35H3.85a.16.16 0 0 0-.16.15v1.58a.16.16 0 0 0 .16.15h1.76a.16.16 0 0 0 .16-.15V9.5a.16.16 0 0 0-.16-.15zm2.44 0H6.28a.16.16 0 0 0-.16.15v1.58a.16.16 0 0 0 .16.15h1.77a.15.15 0 0 0 .15-.15V9.5a.15.15 0 0 0-.15-.15zm2.47 0H8.75a.15.15 0 0 0-.15.15v1.58a.15.15 0 0 0 .15.15h1.77a.15.15 0 0 0 .15-.15V9.5a.15.15 0 0 0-.15-.15zm.67 0a.15.15 0 0 0-.19.15v1.58a.15.15 0 0 0 .15.15H13a.15.15 0 0 0 .15-.15V9.5a.15.15 0 0 0-.15-.15zM6.28 7.09H8a.16.16 0 0 1 .16.16v1.56A.16.16 0 0 1 8 9H6.28a.15.15 0 0 1-.15-.15V7.24a.15.15 0 0 1 .15-.15zm2.47 0h1.77a.15.15 0 0 1 .15.15v1.57a.16.16 0 0 1-.16.16H8.75a.15.15 0 0 1-.15-.15V7.24a.15.15 0 0 1 .15-.15zm2.44 0H13a.15.15 0 0 1 .15.15v1.57A.15.15 0 0 1 13 9h-1.81a.16.16 0 0 1-.19-.19V7.24a.15.15 0 0 1 .19-.15z\"/><rect x=\"11.04\" y=\"4.82\"   rx=\".15\"/><path d=\"M13.65 9.35a.15.15 0 0 0-.15.15v1.58a.15.15 0 0 0 .15.15h1.77a.15.15 0 0 0 .15-.15V9.5a.15.15 0 0 0-.15-.15z\"/></svg></li><li title=\"bxl dribbble \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20.66 6.98a9.932 9.932 0 0 0-3.641-3.64C15.486 2.447 13.813 2 12 2s-3.486.447-5.02 1.34c-1.533.893-2.747 2.107-3.64 3.64S2 10.187 2 12s.446 3.487 1.34 5.02a9.924 9.924 0 0 0 3.641 3.64C8.514 21.553 10.187 22 12 22s3.486-.447 5.02-1.34a9.932 9.932 0 0 0 3.641-3.64C21.554 15.487 22 13.813 22 12s-.446-3.487-1.34-5.02zM12 3.66c2 0 3.772.64 5.32 1.919-.92 1.174-2.286 2.14-4.1 2.9-1.002-1.813-2.088-3.327-3.261-4.54A7.715 7.715 0 0 1 12 3.66zM5.51 6.8a8.116 8.116 0 0 1 2.711-2.22c1.212 1.201 2.325 2.7 3.34 4.5-2 .6-4.114.9-6.341.9-.573 0-1.006-.013-1.3-.04A8.549 8.549 0 0 1 5.51 6.8zM3.66 12c0-.054.003-.12.01-.2.007-.08.01-.146.01-.2.254.014.641.02 1.161.02 2.666 0 5.146-.367 7.439-1.1.187.373.381.793.58 1.26-1.32.293-2.674 1.006-4.061 2.14S6.4 16.247 5.76 17.5c-1.4-1.587-2.1-3.42-2.1-5.5zM12 20.34c-1.894 0-3.594-.587-5.101-1.759.601-1.187 1.524-2.322 2.771-3.401 1.246-1.08 2.483-1.753 3.71-2.02a29.441 29.441 0 0 1 1.56 6.62 8.166 8.166 0 0 1-2.94.56zm7.08-3.96a8.351 8.351 0 0 1-2.58 2.621c-.24-2.08-.7-4.107-1.379-6.081.932-.066 1.765-.1 2.5-.1.799 0 1.686.034 2.659.1a8.098 8.098 0 0 1-1.2 3.46zm-1.24-5c-1.16 0-2.233.047-3.22.14a27.053 27.053 0 0 0-.68-1.62c2.066-.906 3.532-2.006 4.399-3.3 1.2 1.414 1.854 3.027 1.96 4.84-.812-.04-1.632-.06-2.459-.06z\"/></svg></li><li title=\"bxl dropbox \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M7.004 3.5 2 6.689l5.004 3.186 5.002-3.186zm10.005 0-5.003 3.189 5.003 3.186 5.003-3.186zM2 13.062l5.004 3.187 5.002-3.187-5.002-3.187zm15.009-3.187-5.003 3.187 5.003 3.187 5.003-3.187zM7.004 17.311l5.002 3.189 5.003-3.189-5.003-3.186z\"/></svg></li><li title=\"bxl drupal \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M11.474 14.42a3.162 3.162 0 1 0 0 6.324 3.162 3.162 0 0 0 0-6.324zm3.936-.606a5.433 5.433 0 0 1 1.513 3.769 5.441 5.441 0 0 1-2.335 4.47c2.609-.803 4.771-2.767 5.737-5.142 1.338-3.288.09-5.761-1.999-8.005.066.288.103.592.103.898a4.175 4.175 0 0 1-3.019 4.01zm-3.577-4.003c0 1.34 1.087 2.419 2.42 2.419s2.423-1.087 2.423-2.419a2.418 2.418 0 0 0-2.417-2.417 2.425 2.425 0 0 0-2.426 2.417z\"/><path d=\"M7.303 21.093a5.435 5.435 0 0 1-1.276-3.51 5.441 5.441 0 0 1 4.8-5.408 4.162 4.162 0 0 1 3.99-6.492c-1.361-1.176-2.724-2.369-3.799-3.672.547 5.714-5.2 3.638-7.332 8.904-1.422 3.527-.138 7.892 3.617 10.178z\"/></svg></li><li title=\"bxl ebay \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M7.021 12.111V8.004h1.001v2.525c.493-.586 1.17-.756 1.838-.756 1.118 0 2.361.754 2.361 2.383 0 .195-.014.381-.051.559.2-.797 1.063-1.09 2.418-1.123.426-.016.914-.016 1.302-.016v-.111c0-.738-.464-1.039-1.276-1.039-.602 0-1.04.25-1.09.676H12.46c.113-1.076 1.253-1.352 2.242-1.352.889 0 1.666.225 2.017.852l-.365-.702h1.177l1.716 3.443 1.716-3.445H22l-3.105 6.098h-1.124l.894-1.703-1.945-3.656c.108.213.167.465.167.777v2.055c0 .289.009.574.034.838h-.931a5.478 5.478 0 0 1-.038-.639c-.503.613-1.103.803-1.937.803-1.236 0-1.897-.652-1.897-1.416 0-.125.013-.236.031-.338-.251 1.041-1.135 1.74-2.31 1.74-.727 0-1.414-.262-1.837-.775 0 .201-.013.412-.033.611h-.986c.018-.324.034-.713.034-1.037v-.877H2.985c.054.914.683 1.451 1.547 1.451.599 0 1.131-.25 1.309-.775h1.035c-.2 1.078-1.344 1.439-2.329 1.439-1.789.018-2.582-.973-2.582-2.301 0-1.463.819-2.428 2.602-2.428 1.409 0 2.445.738 2.454 2.342v.004zm7.627.153c-.915.027-1.479.193-1.479.793 0 .389.301.809 1.09.809 1.052 0 1.615-.574 1.615-1.514v-.109c-.376 0-.826.006-1.239.02h.011l.002.001zm-5.059 1.564c.927 0 1.566-.672 1.566-1.686s-.642-1.686-1.58-1.686c-.928 0-1.578.672-1.578 1.686s.639 1.686 1.565 1.686h.027zM5.958 11.73c-.037-.939-.714-1.291-1.44-1.291-.788 0-1.414.395-1.516 1.291h2.956z\"/></svg></li><li title=\"bxl edge \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20.349 13.684H8.874c0 .433.063.825.195 1.178a3.334 3.334 0 0 0 1.381 1.634c.309.196.646.359 1.005.484.356.13.729.226 1.107.288.821.13 1.658.123 2.477-.021a9.79 9.79 0 0 0 2.421-.783c.393-.18.79-.376 1.201-.594v3.805a13.453 13.453 0 0 1-2.711.978c-.457.112-.92.196-1.396.246-.486.054-.975.079-1.464.079a8.185 8.185 0 0 1-1.95-.232 7.679 7.679 0 0 1-1.762-.668 7.29 7.29 0 0 1-1.51-1.062 6.67 6.67 0 0 1-1.941-3.103 6.978 6.978 0 0 1-.267-1.953c0-.737.101-1.439.303-2.11a6.718 6.718 0 0 1 2.264-3.342 7.38 7.38 0 0 1 1.847-1.066 3.891 3.891 0 0 0-.869 1.329 5.682 5.682 0 0 0-.401 1.538h6.391c0-.646-.063-1.207-.196-1.689-.131-.484-.342-.885-.637-1.201A2.64 2.64 0 0 0 13.23 6.7c-.462-.16-1.021-.241-1.675-.241-.771 0-1.543.111-2.314.344a9.804 9.804 0 0 0-2.2.955c-.695.412-1.335.897-1.919 1.452a9.167 9.167 0 0 0-1.474 1.819c.084-.742.247-1.474.485-2.18a9.304 9.304 0 0 1 .912-1.938 8.622 8.622 0 0 1 1.303-1.609 7.735 7.735 0 0 1 1.655-1.235 8.45 8.45 0 0 1 1.955-.792 10.042 10.042 0 0 1 2.233-.254c.46 0 .917.041 1.375.124.457.084.903.196 1.339.342a8.012 8.012 0 0 1 2.315 1.239 7.95 7.95 0 0 1 1.711 1.833c.463.692.813 1.459 1.055 2.292s.365 1.701.365 2.602v2.23h-.002z\"/></svg></li><li title=\"bxl etsy \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M11.139 14.058c-.438 0-.693-.294-.693-1.058v-2.696l1.456.112.074-.694-1.496.074v-1.53h-.438c-.216 1.201-.759 1.638-1.488 1.712v.364h.869v3.062c0 .836.588 1.271 1.313 1.271.585 0 1.202-.255 1.418-.763l-.217-.255c-.108.18-.402.401-.798.401zm-3.494-.803c-.294.69-.767.729-1.24.729h-1.53c-.508 0-.729-.186-.729-.62v-2.258s1.092 0 1.457.039c.291.035.438.109.546.473l.108.511h.438l-.039-1.309.074-1.278h-.434l-.147.585c-.073.399-.147.438-.546.508-.508.038-1.457.038-1.457.038V7.979c0-.112 0-.147.185-.147h2.291c.402 0 .62.326.763.98l.147.512h.399c.039-1.457.074-2.074.074-2.074s-.981.105-1.562.105H3.53L2 7.324v.399l.508.107c.367.074.475.147.475.473 0 0 .039.984.039 2.619 0 1.639-.039 2.623-.039 2.623 0 .291-.108.399-.475.473L2 14.131v.396l1.565-.035h2.623c.581 0 1.965.035 1.965.035.034-.361.216-1.964.255-2.146H8.04l-.395.874zm6.04-2.622c0-.474.437-.655.875-.655.36 0 .653.147.729.325l.255.729.361-.035c0-.364.038-.838.111-1.201-.328-.147-.983-.221-1.421-.221-.984 0-1.747.441-1.747 1.387 0 1.674 2.44 1.31 2.44 2.549 0 .399-.256.729-.876.729-.581 0-.837-.294-.945-.585l-.29-.693h-.369c.04.476.074.948 0 1.382 0 0 .767.294 1.531.294 1.022 0 1.858-.507 1.858-1.457 0-1.674-2.512-1.421-2.512-2.548zm6.369-.945v.364l.259.074c.252.07.36.178.36.363 0 .108-.034.144-.073.291-.108.291-.802 2.003-1.162 2.767a75.566 75.566 0 0 1-1.093-2.949c-.035-.073-.035-.108-.035-.146 0-.148.105-.292.361-.326l.329-.074v-.364l-1.346.073-1.096-.039v.368l.187.069c.251.074.287.11.469.512.693 1.53 1.457 3.529 1.716 4.15-.584 1.019-1.204 1.309-1.677 1.309-.291 0-.399-.147-.435-.329l-.146-.763-.4.035c-.073.477-.147.984-.255 1.383.287.182.616.294 1.053.293.691 0 1.675-.182 2.623-2.332l1.601-3.747c.145-.293.182-.329.546-.476l.183-.144v-.362l-.945.034-1.024-.034z\"/></svg></li><li title=\"bxl facebook circle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12.001 2.002c-5.522 0-9.999 4.477-9.999 9.999 0 4.99 3.656 9.126 8.437 9.879v-6.988h-2.54v-2.891h2.54V9.798c0-2.508 1.493-3.891 3.776-3.891 1.094 0 2.24.195 2.24.195v2.459h-1.264c-1.24 0-1.628.772-1.628 1.563v1.875h2.771l-.443 2.891h-2.328v6.988C18.344 21.129 22 16.992 22 12.001c0-5.522-4.477-9.999-9.999-9.999z\"/></svg></li><li title=\"bxl facebook square \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 3H4a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h8.615v-6.96h-2.338v-2.725h2.338v-2c0-2.325 1.42-3.592 3.5-3.592.699-.002 1.399.034 2.095.107v2.42h-1.435c-1.128 0-1.348.538-1.348 1.325v1.735h2.697l-.35 2.725h-2.348V21H20a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1z\"/></svg></li><li title=\"bxl facebook \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M13.397 20.997v-8.196h2.765l.411-3.209h-3.176V7.548c0-.926.258-1.56 1.587-1.56h1.684V3.127A22.336 22.336 0 0 0 14.201 3c-2.444 0-4.122 1.492-4.122 4.231v2.355H7.332v3.209h2.753v8.202h3.312z\"/></svg></li><li title=\"bxl figma \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M15.332 8.668a3.333 3.333 0 0 0 0-6.663H8.668a3.333 3.333 0 0 0 0 6.663 3.333 3.333 0 0 0 0 6.665 3.333 3.333 0 0 0 0 6.664A3.334 3.334 0 0 0 12 18.664V8.668h3.332z\"/><circle cx=\"15.332\" cy=\"12\" r=\"3.332\"/></svg></li><li title=\"bxl firebase \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M5.239 15.063 7.21 2.381a.453.453 0 0 1 .847-.145l2.12 3.979-4.938 8.848zM19.24 18.14 17.363 6.469a.454.454 0 0 0-.766-.246L4.76 18.14l6.55 3.691c.411.23.912.23 1.323 0l6.607-3.691zM13.917 7.955 12.4 5.052a.452.452 0 0 0-.8 0L4.939 16.989l8.978-9.034z\"/></svg></li><li title=\"bxl firefox \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21.634 11.138a2.16 2.16 0 0 0-.06-.286l-.187.236a6.354 6.354 0 0 0-.228-1.274 8.66 8.66 0 0 0-.591-1.511 5.33 5.33 0 0 0-.54-.92c-.109-.17-.203-.296-.221-.322-.362-.589-.767-.947-1.249-1.621a4.942 4.942 0 0 1-.615-1.679 6.091 6.091 0 0 0-.303 1.097c-.483-.489-.913-.846-1.168-1.08-1.267-1.183-1.113-1.79-1.113-1.79s-2.364 2.635-1.342 5.377a5.278 5.278 0 0 0 1.764 2.347c.989.813 2.052 1.452 2.609 3.101a5.2 5.2 0 0 0-1.967-2.087c.253.602.38 1.232.371 1.884a4.468 4.468 0 0 1-4.476 4.465 4.28 4.28 0 0 1-.985-.109 4.117 4.117 0 0 1-1.107-.379 4.4 4.4 0 0 1-1.334-1.226v-.007a.372.372 0 0 0 .075.024c.187.067.372.118.567.153a3.558 3.558 0 0 0 2.245-.263c.708-.396 1.139-.685 1.484-.574.348.109.608-.22.373-.565a1.853 1.853 0 0 0-1.79-.692c-.711.101-1.36.599-2.28.117-.067-.032-.117-.066-.176-.101-.06-.042.202.051.134.009a4.138 4.138 0 0 1-.582-.347c-.009-.009.145.043.126.033a2.235 2.235 0 0 1-.608-.614 1.118 1.118 0 0 1-.04-.973.844.844 0 0 1 .38-.354l.192.1s-.059-.1-.085-.151c.01-.008.019 0 .035-.008.102.042.329.159.455.236a.6.6 0 0 1 .212.186s.043-.017.009-.108a.511.511 0 0 0-.221-.263h.018c.093.051.178.102.261.167.076-.186.119-.368.112-.563a.825.825 0 0 0-.043-.313c-.035-.067.017-.093.075-.025a.545.545 0 0 0-.051-.152s.034-.051.051-.062c.043-.04.084-.082.136-.107.293-.185.599-.347.92-.474a6.52 6.52 0 0 0 .515-.228c.067-.042.127-.084.186-.136.22-.185.364-.438.413-.718.01-.04.01-.074.01-.107v-.069c-.034-.144-.279-.245-1.553-.372a1.104 1.104 0 0 1-.911-.852v.007a2.035 2.035 0 0 0-.051.146c.016-.053.033-.094.051-.146v-.007a3.257 3.257 0 0 1 1.249-1.553c.031-.025-.126.007-.093-.017.102-.051.211-.103.329-.145.059-.018-.245-.134-.515-.11a1.545 1.545 0 0 0-.473.11c.067-.049.252-.118.21-.118a2.837 2.837 0 0 0-.97.363c0-.033.01-.06.018-.083a1.474 1.474 0 0 0-.6.464v-.112a2.706 2.706 0 0 0-.295.28h-.008a3.92 3.92 0 0 0-2.205-.184l-.008-.009h.008a1.684 1.684 0 0 1-.387-.439l-.01.007-.015-.016c-.053-.068-.093-.152-.147-.246-.04-.06-.074-.136-.116-.21 0 0 0-.008-.008-.008-.01 0-.026.077-.033.049a2.668 2.668 0 0 1-.179-1.053H5.28a1.12 1.12 0 0 0-.448.589c-.041.086-.067.128-.092.179v-.028l.024-.125c-.006.009-.006.017-.017.025a1.06 1.06 0 0 0-.15.23 1.117 1.117 0 0 0-.103.243v-.042c0-.034.009-.085 0-.067l-.009.023a5.968 5.968 0 0 0-.506 1.902c-.016.118-.016.228-.016.337v.018a4.422 4.422 0 0 0-.514.683 9.703 9.703 0 0 0-1.082 2.659c.161-.354.354-.701.583-1.021a9.332 9.332 0 0 0-.659 3.454c.076-.346.169-.684.278-1.022a8.737 8.737 0 0 0 .787 4.062 9.397 9.397 0 0 0 3.738 4.229 8.052 8.052 0 0 0 2.169 1.048c.102.033.213.074.313.109-.034-.018-.059-.035-.092-.042a9.912 9.912 0 0 0 2.818.413c3.387 0 4.501-1.292 4.61-1.418.16-.151.303-.331.396-.541.068-.024.127-.05.195-.084l.041-.016c.051-.026.075-.034.075-.034a7.11 7.11 0 0 0 1.437-.896 3.475 3.475 0 0 0 1.326-1.951c.125-.286.125-.6.024-.894.05-.084.094-.161.101-.178a7.954 7.954 0 0 0 1.199-3.876v-.116a4.918 4.918 0 0 0-.072-.872z\"/></svg></li><li title=\"bxl flask \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M13.78,18.29c0,.12.15,0,0,0Z\" /><path d=\"M10.43,15.59c.39.17-.31-.6,0,0Z\" /><path d=\"M5.4,15.87c.15.26,0-.12,0,0Z\" /><path d=\"M11,16.26c-.27-.42-.2.06,0,.32C11.48,17.05,11.18,16.32,11,16.26Z\" /><path d=\"M20.24,19.06c-.53.63-1-.07-1.63.13-1.1,0,.09-.5.06-1-.58-.45-1.24.61-1.62.9a10.75,10.75,0,0,1-2.67-.83,8,8,0,0,1-2.6-1.94,8.36,8.36,0,0,1-1.87-2.84,21.36,21.36,0,0,1-.84-5.74c.07-1.3,1.44.14,2-.33-.21-.67-1.29-.88-1.89-1.16-.58,0-.79-.55-1.4-.59,0-.73-1.13-.33-1.56-.84.42-1.08-1.37,0-1.23-.91.58-1.2-1.78-1-.8.06.95.54-.93.93-.38,1.29a.59.59,0,0,1-.53.86c-.74.07-.67,1.09.06.55.81-.25.14.11-.25.18a1.3,1.3,0,0,0-.95,1.9,35.32,35.32,0,0,1,1,3.42A16.25,16.25,0,0,0,5.84,17,9.78,9.78,0,0,0,8,19a9.89,9.89,0,0,0,2.43,1.22,18,18,0,0,0,4.73.73,16.53,16.53,0,0,0,2.9-.24c.87.09,1.49-.65,2.26-.26.48-.42,1.16-.23,1.63-.54C22.27,18.69,20.73,19.64,20.24,19.06Zm-1.74-.74c-.22,0,.05-.34,0,0Zm-7.63-11c-.1,0-.08-.12-.16-.15C9.91,6.8,11.1,6.94,10.87,7.36Zm6.76,11.39c-.35-.08.28-.25,0,0Zm-2.81.11c-.23,0,.18-.14,0,0Zm-1.88-1.18c-.13,0,0-.13,0,0Zm-.22-.17c-.36,0-.09-.23,0,0Zm-.42-.36c-.33.08,0-.34,0,0Zm-6-11.66c-.53-.28.11.33-.34.32-.24,0-.69-.52-.54-.78C5.72,5.15,6.25,5.2,6.34,5.49Zm-.92-.81H5.27C5.24,4.37,6.14,4.58,5.42,4.68ZM4.36,3.85c-.42-.19,0-.93.44-.58C5.31,4,3.85,3.19,4.36,3.85Zm.49.69c-.27.11.16-.21,0,0Zm.48.92c.6.46-.34,0-.72.29C4,5.81,5.27,5.41,5.33,5.46Zm.17.6c.35,0,1.88-.69,1.37-.07.47.55.1.37-.21,0,.28.19.06,1-.37.45s-.5-.18-.17.21C5.8,6,4.88,6.28,4.21,6.5,3.78,6.46,5.34,6.13,5.5,6.06ZM3.58,7.51c-.16.4.24.53.62.6.62-.17-.41-.28.06-.44.26,0-.82-.26.08-.38S6.09,6.77,7,6.58a8.71,8.71,0,0,1,2.35-.19c.3.35-.23.94-.77,1a8.61,8.61,0,0,1-2,.39c-.8-.1-1.37.61-2.19.7.22-.4-.18-.14-.59-.16.21.82-1.47-.21-.48-.41-.74-.26-.75.52-.67,1H2.65C2,8,2.72,7.62,3.58,7.51ZM5.46,8.59c-.22-.05.17-.2,0,0Zm-.72.88s-.34-.08-.2-.17c1,.13-.9-.33.13-.22C5.33,9.06,5.11,9.44,4.74,9.47Zm.33.17c-.12.12,0-.24,0,0Zm-.71,0c-.44-.09.21-.22,0,0ZM4.3,11.07c-.07.1-.1-.08,0,0ZM4,10.9c-.55-.19,0-.21,0,0Zm-.12,1.28c-.26-.09-.25-.5-.37-.72C3.13,10.43,3.92,11.86,3.84,12.18Zm.23-1.49c-.69-.08-.05-.49,0,0Zm0-.34-.09,0C3.26,10,4.47,10.18,4,10.35Zm-.11-.79c-.61-.31.58-.36,0,0Zm.21.26c-.34.06.05-.32,0,0Zm-1.3.07c-.12.08,0-.23,0,0ZM3,9.75c-.16,0,0-.27,0,0Zm.08-1c-.4-.1.33-.25,0,0Zm.26,2c-.44-.1-.12-.65,0,0ZM3.64,12c.42.51.26.79.69,1.41-.56-.35-.67-1.2-1-1.75C2.92,10.76,3.56,11.65,3.64,12Zm4.09,6.38c-.34-.07-.57-.43-.81-.66a4.88,4.88,0,0,1-1.57-1.94A12.26,12.26,0,0,1,3.89,13.4c-.41-.92.25.07.35.42.21.68.88,1.07.94,1.52.74.42.36,1.12,1,1.31.27-.14.3.84.89.64-.33.15.13.33.3.61C7.72,17.85,8.54,18.72,7.73,18.42ZM4.62,12c-.31-.07.33-.11,0,0Zm.2.47c-.55-.14.52-.2,0,0Zm1.39.47c.4-.17.16.78.55.9.76,1-.53,0-1-.07.06,0-.38-.12-.19-.16-.14-.15-.45-.66.26-.32C6.43,13.53,6.48,13.35,6.21,12.9Zm1.31,1.76c0,.15-.72.13-.06.42-.38,0-.5,0,0,.3-.22.17.43.31.21.57.66.52-.12.13-.4-.08s-.85-.35-.75-.5c.81.42.21,0-.15-.3.65.16-.51-.48.1-.31.19.05-.27-.38.33-.07C6.26,14.21,7.27,14.61,7.52,14.66ZM8,14.53c-.61-.14,0-.34,0,0Zm-.17,2c-.61-.26.39,0,0,0Zm-.45-.17c-.71-.23.52,0,0,0Zm-.09.11c-.22,0,0-.17,0,0ZM6.21,14.92c-.72-.3-.2-.33,0,0Zm-.54-.35c-.58-.33-.08-.33,0,0Zm0,.65c-.57-.44-.07-.25,0,0Zm-.15-1.34c-.35,0,.13-.2,0,0ZM8,17.38c-.51-.15,0-.14,0,0ZM7.63,17l-.16,0c-.68-.54.31-.38.75-.14C9.19,17,8,17.25,7.63,17Zm2.7,1.65c-.68-.16.16-.27,0,0Zm-.17-.52c-.05,0-.1-.11,0,0ZM9.3,16.79c-.59-.14.21-.19.36,0C10.68,17,9.6,17.05,9.3,16.79ZM9.51,18l-.11,0-.13-.06C8.71,17.35,10.46,18.22,9.51,18Zm-.28.69c-.15.06,0-.14,0,0Zm.29-1.19-.16-.05C8.7,17,10.2,17.54,9.52,17.45Zm.16,1.72c-.4-.16.26-.25,0,0Zm.1-.74c-.58-.14.36-.13,0,0Zm.13-.61c-.44-.06.05-.21,0,0Zm-.72-.88c.46.06.47.27,0,.14-.09,0-.24,0-.28-.17C8.15,16.46,8.94,16.71,9.19,16.94Zm-.06,2c-.2.12,0-.22,0,0Zm-.31-.51c-.53,0,.4-.26,0,0Zm-.12.35c-.26-.1.17-.08,0,0ZM9,17.94c-.52-.14.25-.18,0,0Zm-.16-.57c-.28,0-.06-.16,0,0Zm-.54-.95c-.57-.46,1.18.38,0,0Zm-.06.19c0,.06-.11-.09,0,0Zm3.65,3.78a9.4,9.4,0,0,1-2.56-.85L9,19.34c-.57-.31-.5-.38.06-.07.19.16,1.59.73.93.35-.29-.07-1.9-.95-.84-.57a20.92,20.92,0,0,0,2.74,1.21,7.14,7.14,0,0,0,2.43.15c.65.33,1.33-.08,2,.21A13.05,13.05,0,0,1,11.87,20.39Zm-1.25-.7c-.51-.09.16-.23,0,0Zm.73-1c-.58-.11.6-.23,0,0ZM12.21,20c1,.37-.6.12-.93-.09C10.36,19.53,12,20,12.21,20ZM11.15,18.9c-.81-.12.9,0,0,0Zm1.52.85c-.29.23,0-.3,0,0Zm.29.05c-.15.06,0-.17,0,0Zm.27-.38c-.16.2,0-.23,0,0Zm.31,0c-.45.17.47-.39,0,0Zm.14,0c.49-.42.51-.22.5.13-.43.48-.17-.2-.44.06S13.55,19.51,13.68,19.44Zm.83.45c-.5,0,.51-.54,0,0Zm0,.18c-.2.05,0-.13,0,0Zm-.16-.35c-.39-.26.94-.61,0,0Zm.57.09-.08,0C14.81,19.56,15.38,19.52,14.92,19.81Zm.15.19c-.3-.08.47-.4,0,0Zm.36-.1c-.51.18.48-.4,0,0Zm.22.11-.12.08C15.3,19.93,16.24,19.59,15.65,20Zm-.43-.53c-.54-.18-1.4-.76-2-.37-.8.51.41-.56-.24-.08-.66.79-.45-.5-1.09-.11,0-.12-.57-.16-.17-.37-.36,0-.13-.05,0-.34-.16,0-1,0-1.36-.29-.4-.52.07-.3.48-.23-.67.12.24.5.68.29-.2-.09-.43-.52-1-.9a18.83,18.83,0,0,0-2.13-1c-.84-.5.18-.18.47.08.84.37.51-.51,0-.74-.54,0-.67-.59-1.1-.56.67.11,1.14-.17.39-.85s.3.63-.11.44c-.19-.25-.05-.6-.65-.73,0,.23-.08.58-.21.1-.17,0-.36.21-.5-.28.13-.57-.56-.7-.67-1.06.6.38.87.08.45-.33s-.33-.11-.49,0c-.59.6-.06-1-.32-.56-.26,0-.11.29-.1.65-.86-.21.2.45.45.81-.39-.4-.32.31-.65,0-.11-.3-.12-.77-.67-.85.62-.22-.36-.65-.28-.67.35-.32.4-.76.82-.07-.53,0,0,.88.12.6,0-.47.22-1-.59-1.19-.24.32-.65-.63-.18-.43-.06-.63.74-.26.69-.53.42-.18-.5-.77,0-1,.38.24,1.36-.36.7-.44.42,0,.75.18.79-.24.33.07,1.24.36.42-.09a3.45,3.45,0,0,1,1.13-.25c.79-.61.63,1,.45,1.45.3-.21.24.94.14,1.37.16-.22.23.36,0,.77,0-.07.4-.13.12.35-.22-.47-.31,1-.17.32.37-.61.28,0,.39.24.08.55.32,1.06.4,1.56.35.35-.15.11-.15.59.11-.14.58.19.57.68,0-.78.09-.18.47,0a5.48,5.48,0,0,0,1,1.42c.37.43,0,.13.14.39a3.19,3.19,0,0,0,2.09,1.28,1.46,1.46,0,0,0,1.57.7c-.6.37,1.68.47.91.67C16,19.82,15.61,19.46,15.22,19.48ZM8.7,15.89c-.24,0,0-.2,0,0Zm.38.22c-.18,0-.12-.24,0,0ZM6.47,12.46c-.24-.07.1-.09,0,0Zm-.59,0c-.26,0,0-.34,0,0Zm-.3-.08c-.1.05,0-.11,0,0Zm11,8.25c-.39-.07.32-.22,0,0Zm.73-1.05h-.19l-.11,0c.06-.45,1.33-.1,1.85-.09C18.7,19.83,17.73,19.53,17.31,19.62Zm2,0c-.27,0,.12-.32,0,0Zm1-.09c-.25.13,0-.3,0,0Zm.48.11c-.52-.12.24-.12.4-.14C22.13,19.48,21.19,19.62,20.72,19.62Z\" /><path d=\"M6.51,7.11c1-.2-.38-.33-.69,0C6,7.24,6.23,6.9,6.51,7.11Z\" /><path d=\"M5.69,7.24c0,.19.18-.22,0,0Z\" /><path d=\"M8.31,6.76c.67-.11.11-.41-.09.1C8.29,7,8.33,6.81,8.31,6.76Z\" /><path d=\"M7.69,6.86c.93.36-.05-1,0,0Z\" /><path d=\"M4.77,7.79a.51.51,0,0,1,.33.1C5.85,8.41,5,7.05,4.77,7.79Z\" /><path d=\"M4.81,7.43c.16.13.29-.21,0,0Z\" /><path d=\"M5.18,7.44l.14.12C6,7.62,5.21,7.1,5.18,7.44Z\" /><path d=\"M10.69,16c.09.3,0-.39,0,0Z\" /><path d=\"M5.91,11c.1.18.18-.18,0,0Z\" /><path d=\"M6,11.61c.19.34,0-.51,0,0Z\" /><path d=\"M6.21,11.12c.33.21-.28-.52,0,0Z\" /><path d=\"M5.8,10.3c.07.15.24.16.37.2C7.49,11.11,5.22,9.5,5.8,10.3Z\" /><path d=\"M6.34,11.73c.31.53.18-.37,0,0Z\" /><path d=\"M6.82,11.57c.37.92-.23-.12-.3-.43a2.11,2.11,0,0,0,.28,1c.34.51.19-.28.55.23-.2-.45.1-.2.06-.4S6.41,10.8,6.82,11.57Z\" /><path d=\"M7.18,13.35c.09.31.18,0,0,0Z\" /><path d=\"M5.85,9c.06.14.11,0,0,0Z\" /><path d=\"M6.52,9.42c.32.41.17-.36,0,0Z\" /><path d=\"M5.63,10.56l.14.15C6.76,11,4.72,9.76,5.63,10.56Z\" /><path d=\"M6.33,10.19c1,.41-.09-.27-.44-.2C6,10.12,6.21,10.06,6.33,10.19Z\" /><path d=\"M6.15,9.75c.18.18.82.51.31.06.32-.06,0-.16-.24-.32C5.78,8.82,6.29,9.55,6.15,9.75Z\" /><path d=\"M5.51,10.64c-.53-.44.16.21-.06.2-.55-.4-.32-.11,0,.2C5.78,11.54,6.05,10.74,5.51,10.64Z\" /><path d=\"M7.65,11.28h0C7.77,11.39,7.59,10.6,7.65,11.28Z\" /><path d=\"M8.67,7.78c0,.12.07-.1,0,0Z\" /><path d=\"M9,12.47c0,.21,0-.18,0,0Z\" /><path d=\"M8.71,11.25c.08.46.1-.78,0,0Z\" /><path d=\"M8.85,11.47v.1C9.06,11.06,8.89,10.78,8.85,11.47Z\" /><path d=\"M8.75,8.77c-.14.7-.27.41-.08-.11-.05-.67-.45.41-.27.72C8.69,9.85,9,8.22,8.75,8.77Z\" /><path d=\"M9.76,14.75c.13.35.11-.42,0,0Z\" /><path d=\"M8.41,10.47c0,.2,0-.14,0,0Z\" /><path d=\"M9.05,12.17c0,.26.11-.38,0,0Z\" /><path d=\"M9.5,14l.07.11C9.71,13.62,9.21,13.32,9.5,14Z\" /><path d=\"M7.94,13.48c.27.22-.13-.23,0,0Z\" /><path d=\"M9.17,12.63c.08.29,0-.42,0,0Z\" /><path d=\"M8.14,9.81c.15.33-.05-.27,0,0Z\" /><path d=\"M8.3,10.23c.24.34-.26-.64,0,0Z\" /><path d=\"M8.24,11.38c-.13-1-.42.45,0,.69.13.34.25.2.3-.19C8.22,11.88,8.62,11.26,8.24,11.38Z\" /></svg></li><li title=\"bxl flickr square \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 3H4a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1zM8.747 14.746A2.745 2.745 0 1 1 11.494 12a2.744 2.744 0 0 1-2.747 2.746zm6.506 0a2.746 2.746 0 1 1-.001-5.493 2.746 2.746 0 0 1 .001 5.493z\"/></svg></li><li title=\"bxl flickr \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M11.157 12a4.573 4.573 0 1 1-9.147 0 4.573 4.573 0 0 1 9.147 0zm10.833 0a4.573 4.573 0 1 1-9.147 0 4.573 4.573 0 0 1 9.147 0z\"/></svg></li><li title=\"bxl flutter \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M13.9 2.01 3.9 12l3.09 3.09 2.71-2.7L20.09 2l-6.19.01zm.82 14.6 5.39-5.38h-5.93c-.11 0-.26 0-.34.07l-2.23 2.23-3.09 3.07 3.09 3.1 2.15 2.15c.07.07.14.17.26.15h6.07z\"/></svg></li><li title=\"bxl foursquare \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m17.549 5.557-.403 2.113c-.049.229-.337.47-.605.47h-3.76c-.425 0-.729.296-.729.714v.463c0 .43.307.725.73.725h3.194c.298 0 .591.33.524.646l-.404 2.083c-.037.181-.237.475-.592.475h-2.609c-.477 0-.617.069-.936.454-.316.395-3.175 3.827-3.175 3.827-.026.033-.054.022-.054-.011V5.522c0-.271.234-.588.586-.588h7.756c.283 0 .549.269.477.618v.005zm.341 8.288c.111-.437 1.319-6.63 1.722-8.593m-1.489-2.311H8.457c-1.33 0-1.723 1.002-1.723 1.635v15.353c0 .71.381.975.596 1.062.214.087.807.161 1.163-.247 0 0 4.563-5.296 4.64-5.373.125-.118.125-.118.238-.118h2.954c1.245 0 1.438-.885 1.574-1.405.114-.429 1.325-6.622 1.721-8.595.307-1.496-.079-2.311-1.495-2.311h-.002z\"/></svg></li><li title=\"bxl git \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m21.62 11.108-8.731-8.729a1.292 1.292 0 0 0-1.823 0L9.257 4.19l2.299 2.3a1.532 1.532 0 0 1 1.939 1.95l2.214 2.217a1.53 1.53 0 0 1 1.583 2.531c-.599.6-1.566.6-2.166 0a1.536 1.536 0 0 1-.337-1.662l-2.074-2.063V14.9c.146.071.286.169.407.29a1.537 1.537 0 0 1 0 2.166 1.536 1.536 0 0 1-2.174 0 1.528 1.528 0 0 1 0-2.164c.152-.15.322-.264.504-.339v-5.49a1.529 1.529 0 0 1-.83-2.008l-2.26-2.271-5.987 5.982c-.5.504-.5 1.32 0 1.824l8.731 8.729a1.286 1.286 0 0 0 1.821 0l8.69-8.689a1.284 1.284 0 0 0 .003-1.822\"/></svg></li><li title=\"bxl github \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.026 2c-5.509 0-9.974 4.465-9.974 9.974 0 4.406 2.857 8.145 6.821 9.465.499.09.679-.217.679-.481 0-.237-.008-.865-.011-1.696-2.775.602-3.361-1.338-3.361-1.338-.452-1.152-1.107-1.459-1.107-1.459-.905-.619.069-.605.069-.605 1.002.07 1.527 1.028 1.527 1.028.89 1.524 2.336 1.084 2.902.829.091-.645.351-1.085.635-1.334-2.214-.251-4.542-1.107-4.542-4.93 0-1.087.389-1.979 1.024-2.675-.101-.253-.446-1.268.099-2.64 0 0 .837-.269 2.742 1.021a9.582 9.582 0 0 1 2.496-.336 9.554 9.554 0 0 1 2.496.336c1.906-1.291 2.742-1.021 2.742-1.021.545 1.372.203 2.387.099 2.64.64.696 1.024 1.587 1.024 2.675 0 3.833-2.33 4.675-4.552 4.922.355.308.675.916.675 1.846 0 1.334-.012 2.41-.012 2.737 0 .267.178.577.687.479C19.146 20.115 22 16.379 22 11.974 22 6.465 17.535 2 12.026 2z\"/></svg></li><li title=\"bxl gitlab \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20.892 9.889a.664.664 0 0 0-.025-.087l-2.104-6.479a.84.84 0 0 0-.8-.57.822.822 0 0 0-.789.575l-2.006 6.175H8.834L6.826 3.327a.823.823 0 0 0-.786-.575h-.006a.837.837 0 0 0-.795.575L3.133 9.815c0 .005-.005.01-.007.016l-1.067 3.281a1.195 1.195 0 0 0 .435 1.34l9.227 6.706c.167.121.393.12.558-.003l9.229-6.703a1.2 1.2 0 0 0 .435-1.34l-1.051-3.223zM17.97 3.936l1.809 5.566H16.16l1.81-5.566zm-11.94 0 1.812 5.566H4.228L6.03 3.936zm-2.982 9.752a.253.253 0 0 1-.093-.284l.793-2.437 5.817 7.456-6.517-4.735zm1.499-3.239h3.601l2.573 7.916-6.174-7.916zm7.452 8.794-2.856-8.798h5.718l-1.792 5.515-1.07 3.283zm1.282-.877 2.467-7.588.106-.329h3.604l-5.586 7.156-.591.761zm7.671-4.678-6.519 4.733.022-.029 5.794-7.425.792 2.436a.25.25 0 0 1-.089.285z\"/></svg></li><li title=\"bxl gmail \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M18.73,5.41l-1.28,1L12,10.46,6.55,6.37l-1.28-1A2,2,0,0,0,2,7.05V18.64A1.36,1.36,0,0,0,3.36,20H6.55V12.28L12,16.37l5.45-4.09V20h3.19A1.36,1.36,0,0,0,22,18.64V7.05A2,2,0,0,0,18.73,5.41Z\" /></svg></li><li title=\"bxl go lang \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M3.79,10.17a.18.18,0,0,0-.11,0l-.2.27s0,0,0,0H7a.15.15,0,0,0,.1-.06l.17-.26s0-.05,0-.05Z\" /><path d=\"M2.32,11.06a.14.14,0,0,0-.11,0l-.2.26s0,.05,0,.05h4.6a.09.09,0,0,0,.09-.06l.08-.23a0,0,0,0,0,0-.06Z\" /><path d=\"M4.6,12a.13.13,0,0,0-.1.06l-.13.24s0,.06,0,.06H6.52a.08.08,0,0,0,.07-.07l0-.23s0-.07-.06-.07Z\" /><path d=\"M20.59,8.93a3.62,3.62,0,0,0-2.78-.5,4.09,4.09,0,0,0-2.72,1.63,4,4,0,0,0-.67,1.26H11.28a.25.25,0,0,0-.24.16c-.14.25-.37.76-.5,1.06s0,.29.18.29H12.6a2.8,2.8,0,0,1-.26.36,1.81,1.81,0,0,1-1.65.65,1.53,1.53,0,0,1-1.32-1.53,2.07,2.07,0,0,1,1-1.85,1.71,1.71,0,0,1,1.77-.15,1.36,1.36,0,0,1,.45.37c.13.15.14.14.29.1l1.63-.43c.12,0,.16-.08.1-.16a3,3,0,0,0-1.13-1.38,3.35,3.35,0,0,0-2.58-.47A4.31,4.31,0,0,0,8.16,10a3.81,3.81,0,0,0-.82,2.85A3,3,0,0,0,8.57,15a3.46,3.46,0,0,0,2.62.65A4.06,4.06,0,0,0,14,14a4.33,4.33,0,0,0,.41-.69,3,3,0,0,0,1,1.55,3.68,3.68,0,0,0,2.38.86c.25,0,.51,0,.78-.09a4.51,4.51,0,0,0,2.33-1.25A3.72,3.72,0,0,0,22,11.1,3,3,0,0,0,20.59,8.93Zm-1.78,4.73a1.81,1.81,0,0,1-1.59.06,1.61,1.61,0,0,1-.9-1.84A2.12,2.12,0,0,1,18,10.19a1.59,1.59,0,0,1,2,1.29,2.91,2.91,0,0,1,0,.32A2.11,2.11,0,0,1,18.81,13.66Z\" /></svg></li><li title=\"bxl google cloud \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19.511 9.722a7.833 7.833 0 0 0-2.359-3.804l-.035.035.005-.042A7.81 7.81 0 0 0 4.418 9.722c.031-.013.066-.013.099-.023a5.643 5.643 0 0 0-.306 9.166l.006-.006-.006.024a5.612 5.612 0 0 0 3.407 1.134h4.321l.024.024h4.341a5.644 5.644 0 0 0 3.207-10.319zm-3.206 6.845h-4.341l-.006.006v-.031h-4.34c-.308 0-.611-.066-.892-.193l.002-.001a2.17 2.17 0 1 1 2.87-2.871l2.518-2.518a5.634 5.634 0 0 0-3.396-2.1c.018-.009.035-.024.05-.021a4.334 4.334 0 0 1 5.931-.451h.046a4.334 4.334 0 0 1 1.558 3.407v.433a2.17 2.17 0 1 1 0 4.34z\"/></svg></li><li title=\"bxl google plus circle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M22.014 11.974C21.996 6.462 17.521 2 12.008 2 6.493 2 2.019 6.462 2.001 11.974L2 11.948v.112l.001-.023c.017 5.513 4.491 9.977 10.007 9.977 5.514 0 9.988-4.462 10.006-9.974l.001.026v-.118l-.001.026zM9.281 16.557c-2.509 0-4.548-2.039-4.548-4.549s2.039-4.549 4.548-4.549c1.23 0 2.258.451 3.046 1.188l-1.295 1.255c-.325-.309-.899-.673-1.751-.673-1.505 0-2.733 1.251-2.733 2.785 0 1.533 1.229 2.784 2.733 2.784 1.742 0 2.384-1.206 2.502-1.92H9.279V11.18h4.255c.066.286.115.554.115.932 0 2.597-1.742 4.445-4.368 4.445zm10.458-4.095H17.92v1.819h-1.364v-1.819h-1.82v-1.364h1.82v-1.82h1.364v1.82h1.819v1.364z\"/></svg></li><li title=\"bxl google plus \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19.545 15.025v-2.421h2.422v-1.815h-2.422V8.368H17.73v2.421h-2.421v1.815h2.421v2.421zM8.052 8.302c1.133 0 1.896.484 2.33.896l1.722-1.67c-1.048-.98-2.415-1.58-4.052-1.58C4.714 5.947 2 8.659 2 12s2.714 6.053 6.052 6.053c3.493 0 5.812-2.457 5.812-5.913 0-.503-.064-.86-.153-1.24H8.049v2.256h3.332c-.158.951-1.011 2.556-3.329 2.556-2.003 0-3.637-1.665-3.637-3.704 0-2.042 1.634-3.706 3.637-3.706z\"/></svg></li><li title=\"bxl google \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20.283 10.356h-8.327v3.451h4.792c-.446 2.193-2.313 3.453-4.792 3.453a5.27 5.27 0 0 1-5.279-5.28 5.27 5.27 0 0 1 5.279-5.279c1.259 0 2.397.447 3.29 1.178l2.6-2.599c-1.584-1.381-3.615-2.233-5.89-2.233a8.908 8.908 0 0 0-8.934 8.934 8.907 8.907 0 0 0 8.934 8.934c4.467 0 8.529-3.249 8.529-8.934 0-.528-.081-1.097-.202-1.625z\"/></svg></li><li title=\"bxl heroku \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19.17,2H4.83A1.79,1.79,0,0,0,3,3.8V20.2A1.79,1.79,0,0,0,4.83,22H19.17A1.8,1.8,0,0,0,21,20.2V3.8A1.8,1.8,0,0,0,19.17,2ZM20,20.2a.8.8,0,0,1-.81.8H4.83a.79.79,0,0,1-.8-.8V3.8a.79.79,0,0,1,.8-.8H19.17a.8.8,0,0,1,.81.8Z\" /><polygon points=\"7.53 19 9.78 17 7.53 15 7.53 19\" /><path d=\"M13.22,10a12,12,0,0,0-3.75.7V5h-2v8.65L8.88,13A12.3,12.3,0,0,1,13.17,12c1,0,1.25.55,1.25,1.05v6h2V13a2.68,2.68,0,0,0-.8-2.1A3.27,3.27,0,0,0,13.22,10Z\" /><path d=\"M13,8.25h2A5.89,5.89,0,0,0,16.47,5h-2A7.17,7.17,0,0,1,13,8.25Z\" /></svg></li><li title=\"bxl html5 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M4.136 3.012h15.729l-1.431 16.15-6.451 1.826-6.414-1.826-1.433-16.15zm5.266 7.302-.173-2.035 7.533.002.173-1.963-9.87-.002.522 5.998h6.835l-.243 2.566-2.179.602-2.214-.605-.141-1.58H7.691l.247 3.123L12 17.506l4.028-1.08.558-6.111H9.402v-.001z\"/></svg></li><li title=\"bxl imdb \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M13.646 10.237c-.057-.032-.16-.048-.313-.048v3.542c.201 0 .324-.041.371-.122s.07-.301.07-.66v-2.092c0-.244-.008-.4-.023-.469a.223.223 0 0 0-.105-.151zm3.499 1.182c-.082 0-.137.031-.162.091-.025.061-.037.214-.037.46v1.426c0 .237.014.389.041.456.029.066.086.1.168.1.086 0 .199-.035.225-.103.027-.069.039-.234.039-.495V11.97c0-.228-.014-.377-.043-.447-.032-.069-.147-.104-.231-.104z\"/><path d=\"M20 3H4a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1zM6.631 14.663H5.229V9.266h1.402v5.397zm4.822 0H10.23l-.006-3.643-.49 3.643h-.875L8.342 11.1l-.004 3.563H7.111V9.266H8.93c.051.327.107.71.166 1.15l.201 1.371.324-2.521h1.832v5.397zm3.664-1.601c0 .484-.027.808-.072.97a.728.728 0 0 1-.238.383.996.996 0 0 1-.422.193c-.166.037-.418.055-.754.055h-1.699V9.266h1.047c.678 0 1.07.031 1.309.093.24.062.422.164.545.306.125.142.203.3.234.475.031.174.051.516.051 1.026v1.896zm3.654.362c0 .324-.023.565-.066.723a.757.757 0 0 1-.309.413.947.947 0 0 1-.572.174c-.158 0-.365-.035-.502-.104a1.144 1.144 0 0 1-.377-.312l-.088.344h-1.262V9.266h1.35v1.755a1.09 1.09 0 0 1 .375-.289c.137-.064.344-.096.504-.096.186 0 .348.029.484.087a.716.716 0 0 1 .44.549c.016.1.023.313.023.638v1.514z\"/></svg></li><li title=\"bxl instagram alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20.947 8.305a6.53 6.53 0 0 0-.419-2.216 4.61 4.61 0 0 0-2.633-2.633 6.606 6.606 0 0 0-2.186-.42c-.962-.043-1.267-.055-3.709-.055s-2.755 0-3.71.055a6.606 6.606 0 0 0-2.185.42 4.607 4.607 0 0 0-2.633 2.633 6.554 6.554 0 0 0-.419 2.185c-.043.963-.056 1.268-.056 3.71s0 2.754.056 3.71c.015.748.156 1.486.419 2.187a4.61 4.61 0 0 0 2.634 2.632 6.584 6.584 0 0 0 2.185.45c.963.043 1.268.056 3.71.056s2.755 0 3.71-.056a6.59 6.59 0 0 0 2.186-.419 4.615 4.615 0 0 0 2.633-2.633c.263-.7.404-1.438.419-2.187.043-.962.056-1.267.056-3.71-.002-2.442-.002-2.752-.058-3.709zm-8.953 8.297c-2.554 0-4.623-2.069-4.623-4.623s2.069-4.623 4.623-4.623a4.623 4.623 0 0 1 0 9.246zm4.807-8.339a1.077 1.077 0 0 1-1.078-1.078 1.077 1.077 0 1 1 2.155 0c0 .596-.482 1.078-1.077 1.078z\"/><circle cx=\"11.994\" cy=\"11.979\" r=\"3.003\"/></svg></li><li title=\"bxl instagram \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M11.999 7.377a4.623 4.623 0 1 0 0 9.248 4.623 4.623 0 0 0 0-9.248zm0 7.627a3.004 3.004 0 1 1 0-6.008 3.004 3.004 0 0 1 0 6.008z\"/><circle cx=\"16.806\" cy=\"7.207\" r=\"1.078\"/><path d=\"M20.533 6.111A4.605 4.605 0 0 0 17.9 3.479a6.606 6.606 0 0 0-2.186-.42c-.963-.042-1.268-.054-3.71-.054s-2.755 0-3.71.054a6.554 6.554 0 0 0-2.184.42 4.6 4.6 0 0 0-2.633 2.632 6.585 6.585 0 0 0-.419 2.186c-.043.962-.056 1.267-.056 3.71 0 2.442 0 2.753.056 3.71.015.748.156 1.486.419 2.187a4.61 4.61 0 0 0 2.634 2.632 6.584 6.584 0 0 0 2.185.45c.963.042 1.268.055 3.71.055s2.755 0 3.71-.055a6.615 6.615 0 0 0 2.186-.419 4.613 4.613 0 0 0 2.633-2.633c.263-.7.404-1.438.419-2.186.043-.962.056-1.267.056-3.71s0-2.753-.056-3.71a6.581 6.581 0 0 0-.421-2.217zm-1.218 9.532a5.043 5.043 0 0 1-.311 1.688 2.987 2.987 0 0 1-1.712 1.711 4.985 4.985 0 0 1-1.67.311c-.95.044-1.218.055-3.654.055-2.438 0-2.687 0-3.655-.055a4.96 4.96 0 0 1-1.669-.311 2.985 2.985 0 0 1-1.719-1.711 5.08 5.08 0 0 1-.311-1.669c-.043-.95-.053-1.218-.053-3.654 0-2.437 0-2.686.053-3.655a5.038 5.038 0 0 1 .311-1.687c.305-.789.93-1.41 1.719-1.712a5.01 5.01 0 0 1 1.669-.311c.951-.043 1.218-.055 3.655-.055s2.687 0 3.654.055a4.96 4.96 0 0 1 1.67.311 2.991 2.991 0 0 1 1.712 1.712 5.08 5.08 0 0 1 .311 1.669c.043.951.054 1.218.054 3.655 0 2.436 0 2.698-.043 3.654h-.011z\"/></svg></li><li title=\"bxl internet explorer \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20.154 8.514c.85-2.039.906-3.738-.113-4.757-1.133-1.132-3.852-.792-6.737.565h-.341c-2.037 0-4.02.738-5.492 2.039-1.244 1.133-2.15 2.605-2.547 4.246.283-.337 1.869-2.207 3.68-3.226.058 0 .51-.283.51-.283-.057 0-.905.85-1.074 1.02-3.965 4.076-6.285 10.248-4.473 12.059 1.188 1.189 3.34.906 5.831-.452 1.075.51 2.265.735 3.565.735 1.699 0 3.285-.453 4.643-1.359 1.416-.906 2.436-2.319 3.059-3.962h-4.416c-.566 1.075-1.869 1.812-3.227 1.812-1.926 0-3.512-1.586-3.568-3.397v-.169h11.551v-.17c0-.283.057-.623.057-.848-.001-1.362-.341-2.664-.908-3.853zM4.811 19.838c-.906-.906-.621-2.662.453-4.756.51 1.416 1.359 2.662 2.435 3.567.341.282.735.565 1.133.792-1.814.963-3.285 1.133-4.021.397zm11.606-8.606H9.51v-.057c.113-1.756 1.754-3.285 3.681-3.285 1.812 0 3.284 1.416 3.397 3.285v.057h-.171zm3.454-3.171a6.948 6.948 0 0 0-1.303-1.585 8.445 8.445 0 0 0-2.718-1.699c1.813-.849 3.341-.961 4.134-.169.623.736.567 1.981-.113 3.453 0 .057 0 .057 0 0 0 .057 0 .057 0 0z\"/></svg></li><li title=\"bxl invision \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19.361 3.008H4.638c-.901 0-1.63.729-1.63 1.63v14.724c0 .9.729 1.631 1.63 1.631h14.724c.9 0 1.631-.73 1.631-1.631V4.638a1.63 1.63 0 0 0-1.632-1.63zM9.018 6.505c.597 0 1.098.472 1.098 1.078 0 .616-.501 1.08-1.098 1.08v.022c-.604 0-1.09-.486-1.09-1.088 0-.605.486-1.092 1.09-1.092zm7.354 10.352c-1.112 0-1.651-.662-1.651-1.566 0-.26.033-.533.114-.812l.528-1.906c.068-.208.086-.405.086-.581 0-.615-.375-.984-.971-.984-.761 0-1.26.543-1.52 1.598l-1.033 4.146h-1.811l.327-1.303c-.534.873-1.271 1.412-2.183 1.412-1.102 0-1.617-.632-1.617-1.584a4.02 4.02 0 0 1 .096-.811l.826-3.366H6.285l.388-1.43h3.075l-1.216 4.804c-.08.309-.11.559-.11.738 0 .307.148.396.385.452.146.03 1.295.011 1.918-1.376l.798-3.188h-1.294l.391-1.404h2.787l-.359 1.617c.484-.899 1.452-1.762 2.406-1.762 1.012 0 1.855.728 1.855 2.111 0 .4-.063.796-.18 1.18l-.52 1.858a2.286 2.286 0 0 0-.075.492c0 .326.136.484.368.484.238 0 .553-.181.899-1.172l.708.272c-.414 1.473-1.182 2.081-2.137 2.081z\"/></svg></li><li title=\"bxl java \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M9.37,17.51c-3.09.86,1.87,2.64,5.8,1a7.18,7.18,0,0,1-1.1-.54,11.59,11.59,0,0,1-4.16.18C8.6,18,9.37,17.51,9.37,17.51Z\" /><path d=\"M14.7,15.83a16.27,16.27,0,0,1-5.36.26c-1.31-.14-.45-.77-.45-.77-3.4,1.12,1.89,2.4,6.64,1A2.25,2.25,0,0,1,14.7,15.83Z\" /><path d=\"M16.52,6.1s-6.87,1.71-3.59,5.49a1.47,1.47,0,0,1-.25,2.12s2.46-1.27,1.33-2.86S12.15,8.63,16.52,6.1Z\" /><path d=\"M18.13,19.14s.56.46-.63.82c-2.27.69-9.43.9-11.42,0-.72-.31.62-.74,1-.83a2.54,2.54,0,0,1,.69-.08c-.8-.56-5.15,1.1-2.21,1.58C13.61,22,20.2,20.07,18.13,19.14Z\" /><path d=\"M15.37,14.26a7,7,0,0,1,.92-.49s-1.51.27-3,.4a28.11,28.11,0,0,1-4.82.05C6.09,13.91,9.74,13,9.74,13a6.81,6.81,0,0,0-3.16.75C4.52,14.78,11.67,15.23,15.37,14.26Z\" /><path d=\"M16.28,16.7a.39.39,0,0,1-.08.09c5-1.32,3.18-4.65.78-3.81a.71.71,0,0,0-.33.25s.14-.05.43-.12C18.3,12.86,20,14.74,16.28,16.7Z\" /><path d=\"M12,13c-.74-1.67-3.26-3.14,0-5.71C16.09,4.08,14,2,14,2c.84,3.31-3,4.31-4.34,6.37C8.73,9.78,10.13,11.29,12,13Z\" /><path d=\"M16.41,21.32a29.75,29.75,0,0,1-9.14.14s.46.38,2.84.53c3.61.23,9.15-.12,9.29-1.83C19.4,20.16,19.14,20.8,16.41,21.32Z\" /></svg></li><li title=\"bxl javascript \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M3 3h18v18H3V3zm16.525 13.707c-.131-.821-.666-1.511-2.252-2.155-.552-.259-1.165-.438-1.349-.854-.068-.248-.078-.382-.034-.529.113-.484.687-.629 1.137-.495.293.09.563.315.732.676.775-.507.775-.507 1.316-.844-.203-.314-.304-.451-.439-.586-.473-.528-1.103-.798-2.126-.775l-.528.067c-.507.124-.991.395-1.283.754-.855.968-.608 2.655.427 3.354 1.023.765 2.521.933 2.712 1.653.18.878-.652 1.159-1.475 1.058-.607-.136-.945-.439-1.316-1.002l-1.372.788c.157.359.337.517.607.832 1.305 1.316 4.568 1.249 5.153-.754.021-.067.18-.528.056-1.237l.034.049zm-6.737-5.434h-1.686c0 1.453-.007 2.898-.007 4.354 0 .924.047 1.772-.104 2.033-.247.517-.886.451-1.175.359-.297-.146-.448-.349-.623-.641-.047-.078-.082-.146-.095-.146l-1.368.844c.229.473.563.879.994 1.137.641.383 1.502.507 2.404.305.588-.17 1.095-.519 1.358-1.059.384-.697.302-1.553.299-2.509.008-1.541 0-3.083 0-4.635l.003-.042z\"/></svg></li><li title=\"bxl joomla \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m15.539 14.059-1.874 1.875-1.777 1.777-.347.35a3.993 3.993 0 0 1-3.785 1.048A2.41 2.41 0 0 1 3 18.567c0-1.138.792-2.092 1.852-2.342a3.993 3.993 0 0 1 1.047-3.811l.135-.135 1.777 1.778-.138.135a1.48 1.48 0 0 0 0 2.092 1.462 1.462 0 0 0 2.09 0l.349-.349 1.775-1.778 1.877-1.879 1.775 1.781zm.693 4.988a3.986 3.986 0 0 1-3.996-.988l-.135-.139 1.773-1.777.135.139a1.48 1.48 0 0 0 2.09 0 1.474 1.474 0 0 0-.002-2.086l-.35-.349-1.773-1.777-1.877-1.878 1.777-1.776 1.875 1.879 1.774 1.777.349.349a3.962 3.962 0 0 1 1.058 3.766 2.407 2.407 0 0 1-.336 4.79 2.392 2.392 0 0 1-2.352-1.924l-.01-.006zm-8.001-8.962 1.881-1.879 1.777-1.777.347-.346a3.972 3.972 0 0 1 3.949-1.002 2.408 2.408 0 1 1 2.699 2.716 3.98 3.98 0 0 1-1.012 3.925l-.137.139-1.777-1.777.139-.138a1.474 1.474 0 1 0-2.086-2.085l-.347.346-1.777 1.776-1.879 1.876-1.777-1.774zm-1.99 1.984-.346-.347a3.984 3.984 0 0 1-.999-3.965 2.414 2.414 0 0 1-1.874-2.35A2.41 2.41 0 0 1 5.43 3c1.197 0 2.19.875 2.378 2.019a3.99 3.99 0 0 1 3.734 1.061l.138.14-1.778 1.776-.137-.136a1.481 1.481 0 0 0-2.088 0 1.481 1.481 0 0 0-.004 2.092l.349.35 1.777 1.777 1.879 1.879-1.775 1.777-1.883-1.879-1.778-1.777v-.01h-.001z\"/></svg></li><li title=\"bxl jquery \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M3.345 6.935c-1.756 2.523-1.538 5.806-.196 8.487l.098.19c.021.04.041.082.063.121.012.024.026.047.039.069a7.842 7.842 0 0 0 .198.344l.073.12a9.14 9.14 0 0 0 .211.33 10.179 10.179 0 0 0 .221.319l.036.049c.063.088.129.175.196.261l.074.094.182.223.069.082c.082.097.167.194.252.289l.005.005c.004.004.007.006.01.011.083.091.17.181.256.271l.083.083.205.201.084.08c.092.087.186.172.281.256l.004.004.049.041c.083.073.169.145.255.215l.105.084a11.03 11.03 0 0 0 .565.424c.029.021.057.042.087.062l.024.017c.076.053.154.103.231.153.033.022.066.045.101.067a10.975 10.975 0 0 0 .886.509c.065.034.129.068.195.101l.045.022.08.039c.102.048.205.097.308.143l.066.029c.119.052.239.102.36.149l.088.035a13.895 13.895 0 0 0 .382.142c.125.044.252.085.38.124l.092.028c.128.039.256.085.39.11 8.492 1.548 10.958-5.102 10.958-5.102-2.072 2.698-5.748 3.41-9.232 2.618-.132-.03-.261-.071-.39-.109l-.097-.029a10.929 10.929 0 0 1-.755-.264l-.093-.036c-.12-.047-.239-.097-.356-.148l-.071-.031a11.932 11.932 0 0 1-.301-.14l-.087-.042c-.078-.038-.155-.079-.232-.118-.051-.027-.104-.053-.155-.082a8.294 8.294 0 0 1-.278-.156l-.094-.052a11.4 11.4 0 0 1-.363-.223l-.098-.065a10.557 10.557 0 0 1-.259-.172l-.083-.059c-.082-.058-.164-.116-.244-.176a11.921 11.921 0 0 1-.328-.255l-.099-.079c-.092-.076-.184-.152-.274-.231a12.01 12.01 0 0 1-.319-.288c-.028-.026-.055-.051-.081-.078a7.985 7.985 0 0 1-.208-.203l-.081-.081a10.76 10.76 0 0 1-.254-.269l-.012-.012a11.75 11.75 0 0 1-.258-.293l-.067-.081a10.313 10.313 0 0 1-.254-.313 11.855 11.855 0 0 1-.215-.286C3.864 11.825 3.17 8.186 4.715 5.198\"/><path d=\"M8.794 4.809c-1.27 1.827-1.2 4.273-.21 6.205.166.324.353.639.561.938.191.273.401.597.654.816.092.101.187.199.284.295l.076.074c.094.092.19.182.291.271l.011.01.003.002c.111.097.224.19.34.281l.078.06a8.281 8.281 0 0 0 .366.268c.053.037.108.072.161.107.026.017.051.035.078.051a7.14 7.14 0 0 0 .301.184c.076.044.155.087.233.13.026.015.055.029.082.043.055.028.108.057.163.083a9.645 9.645 0 0 0 .365.171l.074.031c.093.039.186.077.281.113l.117.044c.086.032.171.06.256.089l.117.037c.121.038.243.085.37.107 6.556 1.086 8.068-3.961 8.068-3.961-1.364 1.964-4.006 2.902-6.825 2.17a7.866 7.866 0 0 1-.743-.232l-.118-.043a7.629 7.629 0 0 1-.353-.145 8.79 8.79 0 0 1-.344-.159c-.057-.028-.113-.058-.17-.087l-.099-.051a9.352 9.352 0 0 1-.533-.313l-.08-.053a7.65 7.65 0 0 1-.602-.435c-1.234-.974-2.213-2.306-2.678-3.815-.488-1.566-.382-3.323.462-4.75\"/><path d=\"M13.379 3.221c-.749 1.102-.823 2.469-.304 3.686.548 1.292 1.671 2.304 2.981 2.785a3.85 3.85 0 0 0 .234.079c.077.024.152.053.233.067 3.62.699 4.601-1.857 4.862-2.234-.86 1.239-2.306 1.536-4.078 1.105a5.403 5.403 0 0 1-.939-.344 5.39 5.39 0 0 1-.895-.545c-1.585-1.204-2.573-3.501-1.536-5.372\"/></svg></li><li title=\"bxl jsfiddle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19.58 11.375c.008-.117.018-.231.018-.35 0-3.243-2.668-5.871-5.959-5.871A5.966 5.966 0 0 0 8.26 8.502a2.732 2.732 0 0 0-1.674-.568c-1.521 0-2.752 1.21-2.752 2.704 0 .283.043.554.125.808a3.957 3.957 0 0 0-1.98 3.418c0 2.173 1.773 3.938 3.975 3.972h11.898c.074 0 .15.012.227.012 2.178 0 3.943-1.739 3.943-3.893a3.885 3.885 0 0 0-2.432-3.579h-.01v-.001zM7.355 15.842a2.329 2.329 0 0 1-.748-1.318 2.865 2.865 0 0 1-.053-.544c0-.74.27-1.347.809-1.827.537-.48 1.221-.722 2.049-.722.854 0 1.654.32 2.363.957.176.158.352.338.514.536l.912 1.071c.158.217.324.399.5.56.471.422.977.632 1.408.632.365 0 .67-.112.912-.336.209-.19.336-.45.363-.73l.008-.123a1.054 1.054 0 0 0-.055-.347 1.275 1.275 0 0 0-1.238-.838c-.453 0-.902.153-1.396.631l-.807-.95-.088-.108c.713-.691 1.414-.95 2.367-.95.838 0 1.525.237 2.037.712l.014.014c.539.474.801 1.089.801 1.842a2.6 2.6 0 0 1-.049.528 2.38 2.38 0 0 1-.74 1.301 2.685 2.685 0 0 1-1.428.677 4.505 4.505 0 0 1-.588.038c-.863 0-1.676-.313-2.365-.938a4.866 4.866 0 0 1-.537-.576l-.914-1.065a3.58 3.58 0 0 0-.488-.563c-.463-.425-.977-.626-1.428-.626-.129 0-.26.018-.389.051a1.19 1.19 0 0 0-.523.289c-.232.216-.365.52-.365.839 0 .324.113.6.352.825l.014.013c.25.227.563.338.926.338.463 0 .914-.162 1.4-.639l.801.938.088.099c-.725.703-1.428.965-2.342.965-.838 0-1.525-.238-2.051-.713l-.046.057z\"/></svg></li><li title=\"bxl kickstarter \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m10.198 9.127 3.309-4.799c.628-.902 1.434-1.354 2.427-1.354.806 0 1.506.287 2.097.861.59.574.885 1.26.885 2.059 0 .59-.155 1.113-.469 1.563l-2.983 4.34 3.649 4.627c.363.461.547 1 .547 1.617 0 .816-.286 1.518-.86 2.105a2.81 2.81 0 0 1-2.084.879c-.895 0-1.577-.291-2.047-.873L10.2 14.574v3.074c0 .879-.152 1.561-.457 2.049-.555.885-1.356 1.328-2.417 1.328-.963 0-1.711-.328-2.24-.977-.496-.602-.744-1.396-.744-2.387V6.258c0-.936.253-1.709.755-2.318.525-.643 1.255-.965 2.186-.965.887 0 1.624.322 2.216.965.329.357.537.717.625 1.082.053.227.079.646.079 1.266v2.84h-.005z\"/></svg></li><li title=\"bxl kubernetes \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m10.013 13.738-2.254.387a4.475 4.475 0 0 0 1.753 2.231l.865-2.095a.27.27 0 0 0 .022-.228c-.022-.18-.204-.295-.386-.295zm.865-2.914c.205 0 .387-.159.387-.364l.114-2.277-.456.091a4.516 4.516 0 0 0-2.118 1.162l1.89 1.343c.069.022.115.045.183.045zm-1.002 1.48a.366.366 0 0 0-.045-.524l-1.685-1.503a4.797 4.797 0 0 0-.661 2.778l2.209-.637c.091-.023.137-.046.182-.114zm1.457.797.616.296.614-.296.16-.661-.433-.546h-.683l-.433.546zm1.344-2.436c.114.159.341.182.5.091l1.867-1.32a4.286 4.286 0 0 0-2.573-1.23l.137 2.3a.215.215 0 0 0 .069.159z\"/><path d=\"m21.944 14.103-1.73-7.446c-.113-.364-.387-.66-.729-.842L12.541 2.49c-.182-.091-.387-.114-.569-.114s-.387 0-.569.045L4.457 5.769a1.22 1.22 0 0 0-.683.842l-1.708 7.492c-.068.387.023.774.25 1.093l4.805 5.943c.273.273.66.456 1.047.479h7.651c.41.045.797-.137 1.048-.479l4.805-5.943c.227-.319.318-.706.272-1.093zm-2.845.501c-.046 0-.068 0-.114-.023-.022-.023-.022-.023-.045-.023-.046 0-.068-.022-.092-.022-.091-.023-.159-.068-.25-.114a.32.32 0 0 1-.137-.045h-.022a3.91 3.91 0 0 0-.729-.205h-.022a.26.26 0 0 0-.182.068s0 .023-.023.023l-.183-.024a5.628 5.628 0 0 1-2.46 3.097l.068.182s-.022 0-.022.022a.264.264 0 0 0-.022.228c.091.228.205.455.364.66v.045a.396.396 0 0 1 .091.114.81.81 0 0 1 .159.228c.023.022.046.045.046.068 0 0 .022 0 .022.022a.582.582 0 0 1 .023.342.38.38 0 0 1-.205.25c-.068.022-.114.045-.183.045a.511.511 0 0 1-.433-.273c-.022 0-.022-.022-.022-.022-.022-.023-.022-.045-.046-.068-.045-.068-.068-.159-.091-.25l-.046-.137v-.022a3.816 3.816 0 0 0-.296-.706.353.353 0 0 0-.182-.137c0-.023 0-.023-.023-.023l-.091-.159c-.228.068-.479.159-.729.205-.41.114-.82.159-1.229.159a5.368 5.368 0 0 1-1.981-.364l-.091.182c0 .023 0 .023-.023.023a.35.35 0 0 0-.182.137c-.114.228-.228.455-.296.706l-.045.137c-.023.091-.068.159-.091.25-.022.023-.045.045-.045.068-.023 0-.023.022-.023.022a.508.508 0 0 1-.433.273.434.434 0 0 1-.159-.045.469.469 0 0 1-.182-.615c.023 0 .023-.023.023-.023.022-.023.022-.045.045-.068.068-.091.114-.182.159-.228s.068-.068.091-.114v-.023a3.73 3.73 0 0 0 .364-.66.268.268 0 0 0-.023-.228s-.022 0-.022-.022l.114-.16a3.578 3.578 0 0 1-.615-.41 5.493 5.493 0 0 1-1.867-2.664l-.205.022s0-.022-.023-.022a.256.256 0 0 0-.182-.068h-.022a4.015 4.015 0 0 0-.751.205h-.024c-.045 0-.091.023-.137.046-.068.022-.159.068-.25.091-.022 0-.091-.022-.091 0 0 .023 0 .023-.023.023-.045.023-.068.023-.114.023a.424.424 0 0 1-.456-.319.445.445 0 0 1 .364-.524c.023-.023.023-.023.046-.023.045 0 .068-.022.091-.022.091 0 .182-.023.273-.023.045-.022.091-.022.137-.022a4.2 4.2 0 0 0 .774-.137c.068-.046.137-.091.16-.16 0 0 .022 0 .022-.022l.182-.046c-.205-1.298.091-2.618.797-3.734.022-.045.045-.068.068-.114l-.131-.132a.106.106 0 0 1-.004.019v-.023l.004.004c.01-.065-.031-.145-.072-.186-.182-.182-.41-.319-.638-.455l-.136-.069a2.587 2.587 0 0 1-.251-.136c-.022 0-.068-.045-.068-.045s0-.023-.022-.023a.49.49 0 0 1-.092-.639c.068-.114.182-.159.319-.159a.54.54 0 0 1 .319.114l.023.023c.022.022.045.022.068.045.068.069.114.137.182.205.023.022.068.045.091.091.159.182.364.364.569.524.045.022.091.045.137.045.045 0 .068-.023.091-.023h.023l.137.091a5.426 5.426 0 0 1 2.801-1.594c.273-.046.523-.091.774-.114l.023-.182v-.045c.068-.045.091-.114.114-.182 0-.273 0-.524-.045-.774v-.023c0-.045 0-.091-.023-.137a1.129 1.129 0 0 1-.045-.273v-.113c0-.114.045-.228.137-.319.114-.114.25-.182.387-.159a.45.45 0 0 1 .387.478v.137c-.023.091-.023.182-.045.273 0 .045-.023.091-.023.136v.023c-.048.273-.048.524-.048.774.023.068.045.136.114.182v-.023l.023.182a5.84 5.84 0 0 1 2.96 1.184c.183.182.387.364.569.546l.183-.114h.022c.022.023.068.023.091.023.046 0 .091-.023.137-.045.205-.137.41-.319.569-.501.022-.023.068-.046.091-.091.046-.068.114-.137.183-.205.022 0 .045-.022.068-.045l.022-.023a.546.546 0 0 1 .318-.114c.114 0 .251.068.319.16.159.205.113.478-.091.637 0 .023.022.023 0 .046-.023.022-.046.022-.068.045-.092.045-.16.091-.251.137l-.137.068a4.104 4.104 0 0 0-.638.455c-.045.046-.068.137-.068.205v.023l-.136.137c.364.569.638 1.207.797 1.867.137.66.182 1.343.091 2.003l.182.046a.278.278 0 0 0 .16.159c.25.068.523.114.773.137h.023a.297.297 0 0 0 .137.022c.091 0 .182 0 .272.023.046 0 .092 0 .092.023 0 .022.022.022.045.022a.537.537 0 0 1 .41.479.49.49 0 0 1-.453.32z\"/><path d=\"M12.085 14.718a.352.352 0 0 0-.455.091l-1.116 2.027c.456.136.957.228 1.435.228.341 0 .66-.045.979-.114.159-.045.296-.068.433-.091l-1.093-1.981c-.069-.069-.115-.115-.183-.16zm3.644-4.441-1.708 1.548a.36.36 0 0 0-.091.16c-.046.205.068.41.273.455l2.163.615a4.375 4.375 0 0 0-.092-1.435 4.63 4.63 0 0 0-.545-1.343zm-2.073 3.484a.371.371 0 0 0-.205.433l.889 2.141a4.366 4.366 0 0 0 1.366-1.366c.182-.25.318-.547.433-.865l-2.277-.387a.634.634 0 0 0-.206.044z\"/></svg></li><li title=\"bxl less \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21.142 10.843c0-.64.098-1.018.098-1.707 0-1.067-.393-1.411-1.263-1.411h-.641v.755h.196c.444 0 .542.147.542.689 0 .509-.049 1.018-.049 1.608 0 .755.246 1.05.739 1.165v.049c-.493.116-.739.411-.739 1.166 0 .591.049 1.067.049 1.608 0 .558-.114.705-.542.705v.017h-.196v.788h.641c.87 0 1.263-.344 1.263-1.411 0-.706-.098-1.067-.098-1.707 0-.345.213-.706.854-.739v-.853c-.642-.016-.854-.377-.854-.722zm-3.299 1.001c-.493-.196-.952-.312-.952-.64 0-.246.197-.395.558-.395.361 0 .689.148 1.05.411l.657-.87c-.409-.313-.968-.641-1.724-.641-1.115 0-1.871.641-1.871 1.544 0 .804.706 1.214 1.298 1.443.508.196 1.001.361 1.001.689 0 .246-.197.41-.641.41-.41 0-.821-.164-1.263-.509l-.657.952c.492.41 1.247.689 1.871.689 1.313 0 2.019-.689 2.019-1.592-.001-.9-.707-1.277-1.346-1.491zm-11.21 1.854c-.114 0-.262-.098-.262-.41V7.725H4.039c-.886 0-1.279.344-1.279 1.411 0 .706.099 1.101.099 1.707 0 .345-.213.706-.854.739v.853c.641.017.854.378.854.723 0 .606-.099.968-.099 1.674 0 1.067.394 1.411 1.264 1.411h.64v-.755h-.197c-.411 0-.542-.164-.542-.706 0-.541.049-1.001.049-1.607 0-.756-.245-1.05-.738-1.165v-.051c.493-.114.738-.409.738-1.165 0-.59-.049-1.066-.049-1.607 0-.542.114-.689.542-.689h.442v4.711c0 1.001.345 1.657 1.346 1.657.313 0 .559-.05.739-.115l-.165-1.066c-.098.013-.146.013-.196.013zm7.238-1.854c-.509-.196-.969-.312-.969-.64 0-.246.197-.395.558-.395.361 0 .689.148 1.051.411l.656-.87c-.41-.313-.968-.641-1.723-.641-1.116 0-1.872.641-1.872 1.544 0 .804.707 1.214 1.297 1.443.51.196 1.002.361 1.002.689 0 .246-.197.41-.641.41-.41 0-.82-.164-1.264-.509l-.64.952c.492.41 1.247.689 1.871.689 1.313 0 2.019-.689 2.019-1.592.001-.9-.705-1.277-1.345-1.491zm-4.842-2.15c-1.198 0-2.347 1.001-2.314 2.577 0 1.624 1.066 2.576 2.479 2.576.591 0 1.247-.214 1.756-.558l-.492-.87c-.36.213-.706.312-1.066.312-.657 0-1.165-.312-1.297-1.066h2.971c.017-.115.049-.345.049-.607.016-1.33-.707-2.364-2.086-2.364zm-.935 2.068c.099-.655.492-.969.951-.969.592 0 .821.411.821.969H8.094z\"/></svg></li><li title=\"bxl linkedin square \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 3H4a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1zM8.339 18.337H5.667v-8.59h2.672v8.59zM7.003 8.574a1.548 1.548 0 1 1 0-3.096 1.548 1.548 0 0 1 0 3.096zm11.335 9.763h-2.669V14.16c0-.996-.018-2.277-1.388-2.277-1.39 0-1.601 1.086-1.601 2.207v4.248h-2.667v-8.59h2.56v1.174h.037c.355-.675 1.227-1.387 2.524-1.387 2.704 0 3.203 1.778 3.203 4.092v4.71z\"/></svg></li><li title=\"bxl linkedin \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><circle cx=\"4.983\" cy=\"5.009\" r=\"2.188\"/><path d=\"M9.237 8.855v12.139h3.769v-6.003c0-1.584.298-3.118 2.262-3.118 1.937 0 1.961 1.811 1.961 3.218v5.904H21v-6.657c0-3.27-.704-5.783-4.526-5.783-1.835 0-3.065 1.007-3.568 1.96h-.051v-1.66H9.237zm-6.142 0H6.87v12.139H3.095z\"/></svg></li><li title=\"bxl magento \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m12 22.019-3.717-2.146V9.863l2.479-1.43v10.01l1.238.753 1.238-.753V8.434l2.479 1.43v10.01L12 22.019zm8.666-15.014v10.009l-2.475 1.43V8.434L12 4.861 5.807 8.434v10.01l-2.473-1.43V7.005L12 2l8.666 5.005z\"/></svg></li><li title=\"bxl mailchimp \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M16.279 11.506c.132-.016.257-.018.373 0 .066-.154.078-.419.019-.708-.09-.429-.211-.688-.461-.646-.251.04-.261.35-.17.779.05.24.14.446.239.575zm-2.149.339c.18.078.29.129.331.086.029-.028.021-.084-.022-.154a1.05 1.05 0 0 0-.464-.371 1.26 1.26 0 0 0-1.228.146c-.119.088-.232.209-.218.283.007.023.023.042.065.05.099.011.444-.164.843-.188.282-.02.513.068.693.148zm-.361.205c-.232.037-.361.113-.443.187-.071.062-.113.128-.113.177l.018.042.037.014c.053 0 .171-.046.171-.046.324-.115.539-.102.752-.078.117.014.172.02.198-.02.007-.012.018-.035-.007-.074-.056-.091-.291-.24-.613-.202zm1.784.756c.159.078.333.046.39-.069.059-.115-.024-.272-.183-.349-.158-.079-.333-.049-.39.066-.057.115.026.274.183.352zm1.018-.891c-.128-.002-.234.138-.238.316-.003.177.1.321.229.322.129.002.235-.139.238-.315s-.099-.32-.229-.323zm-8.644 3.183c-.032-.04-.085-.029-.136-.015-.036.007-.076.017-.119.016a.265.265 0 0 1-.221-.111c-.059-.09-.056-.225.01-.378l.03-.069c.104-.231.275-.619.082-.988a.88.88 0 0 0-.671-.488.861.861 0 0 0-.739.267c-.284.313-.327.741-.273.893.021.056.053.071.075.074.048.007.119-.029.164-.15l.014-.038c.02-.064.057-.184.118-.278a.518.518 0 0 1 .717-.15c.2.131.275.375.19.608-.044.121-.115.351-.1.54.032.383.27.537.48.556.206.007.35-.108.387-.193.021-.053.003-.084-.008-.096z\"/><path d=\"M19.821 14.397c-.009-.029-.061-.216-.13-.44l-.144-.384c.281-.423.286-.799.249-1.013a1.284 1.284 0 0 0-.372-.724c-.222-.232-.677-.472-1.315-.651l-.335-.093c-.002-.015-.018-.79-.031-1.123-.011-.24-.031-.616-.148-.986-.14-.502-.381-.938-.684-1.221.835-.864 1.355-1.817 1.354-2.634-.003-1.571-1.933-2.049-4.312-1.063l-.503.214c-.002-.002-.911-.894-.924-.905-2.714-2.366-11.192 7.06-8.48 9.349l.593.501a2.916 2.916 0 0 0-.166 1.345c.065.631.389 1.234.915 1.701.5.442 1.159.724 1.796.723 1.055 2.432 3.465 3.922 6.291 4.007 3.032.09 5.576-1.333 6.644-3.889.069-.179.365-.987.365-1.7-.001-.718-.406-1.015-.663-1.014zM7.416 16.309a1.38 1.38 0 0 1-.28.021c-.916-.026-1.905-.85-2.003-1.827-.109-1.08.443-1.912 1.421-2.108.116-.025.258-.038.41-.031.548.032 1.354.452 1.539 1.645.164 1.055-.096 2.132-1.087 2.3zm-1.021-4.562a2.325 2.325 0 0 0-1.473.94c-.197-.164-.562-.48-.626-.604-.524-.994.571-2.928 1.337-4.02 1.889-2.698 4.851-4.739 6.223-4.371.222.064.96.921.96.921s-1.37.759-2.642 1.819c-1.711 1.32-3.006 3.236-3.779 5.315zm9.611 4.158a.05.05 0 0 0 .03-.054.05.05 0 0 0-.056-.045s-1.434.212-2.789-.283c.147-.479.541-.308 1.134-.259a8.287 8.287 0 0 0 2.735-.296c.613-.177 1.419-.524 2.045-1.018.212.465.286.975.286.975s.163-.029.3.055c.13.08.224.245.16.671-.133.798-.471 1.445-1.042 2.041a4.259 4.259 0 0 1-1.249.934 5.337 5.337 0 0 1-.814.346c-2.149.701-4.349-.07-5.058-1.727a2.761 2.761 0 0 1-.142-.392c-.302-1.092-.046-2.4.755-3.226v-.001c.051-.052.102-.113.102-.191 0-.064-.042-.133-.077-.183-.28-.406-1.253-1.099-1.057-2.44.139-.964.982-1.642 1.768-1.602l.2.012c.34.02.637.063.917.076.47.019.891-.049 1.391-.465.169-.142.304-.263.532-.301.024-.006.084-.025.203-.021a.681.681 0 0 1 .343.109c.4.266.457.912.479 1.385.012.269.045.922.055 1.108.026.428.139.489.365.563.129.044.248.074.423.125.529.147.845.3 1.043.493a.637.637 0 0 1 .188.372c.065.457-.353 1.021-1.455 1.533-1.206.559-2.669.701-3.679.588l-.354-.04c-.81-.108-1.269.936-.784 1.651.313.461 1.164.761 2.017.761 1.953.002 3.455-.832 4.015-1.554l.044-.063c.026-.042.005-.063-.03-.041-.455.312-2.483 1.552-4.651 1.18 0 0-.264-.044-.504-.138-.19-.072-.591-.258-.639-.668 1.747.543 2.85.031 2.85.03zm-2.773-.327zM9.886 8.053c.672-.776 1.499-1.452 2.241-1.83.025-.014.052.015.038.038a2.125 2.125 0 0 0-.208.508c-.006.027.023.049.046.032.462-.314 1.264-.651 1.968-.693a.03.03 0 0 1 .021.055 1.66 1.66 0 0 0-.31.311c-.014.02-.001.049.024.049.494.003 1.191.175 1.644.43.03.018.008.077-.025.069-.688-.157-1.811-.277-2.979.008-1.044.254-1.84.646-2.419 1.069-.03.02-.065-.019-.041-.046z\"/></svg></li><li title=\"bxl markdown \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20.553 18.15H3.447a1.443 1.443 0 0 1-1.442-1.441V7.291c0-.795.647-1.441 1.442-1.441h17.105c.795 0 1.442.646 1.442 1.441v9.418a1.441 1.441 0 0 1-1.441 1.441zM6.811 15.268V11.52l1.922 2.402 1.922-2.402v3.748h1.922V8.732h-1.922l-1.922 2.403-1.922-2.403H4.889v6.535h1.922zM19.688 12h-1.922V8.732h-1.923V12h-1.922l2.884 3.364L19.688 12z\"/></svg></li><li title=\"bxl mastercard \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M11.454 17.021c.048.041.1.082.151.122a6.173 6.173 0 0 1-3.42 1.03A6.17 6.17 0 0 1 2.01 12a6.175 6.175 0 0 1 9.592-5.144c-.05.043-.1.082-.138.126A6.633 6.633 0 0 0 9.166 12c0 1.925.833 3.755 2.288 5.021zm4.361-11.195a6.14 6.14 0 0 0-3.416 1.03c.049.043.099.082.137.126 1.462 1.263 2.299 3.094 2.299 5.018s-.835 3.753-2.288 5.021c-.049.041-.101.082-.151.122a6.162 6.162 0 0 0 3.418 1.03 6.174 6.174 0 1 0 .001-12.347zM12 7.15A6.152 6.152 0 0 0 9.644 12 6.15 6.15 0 0 0 12 16.853 6.157 6.157 0 0 0 14.357 12 6.15 6.15 0 0 0 12 7.15z\"/></svg></li><li title=\"bxl mastodon \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M16 17.24c2.5-.3 4.69-1.84 5-3.25a33.59 33.59 0 0 0 .4-5.42C21.33 4.23 18.48 3 18.48 3A17.64 17.64 0 0 0 12 2a17.64 17.64 0 0 0-6.48 1S2.68 4.23 2.68 8.57v3.44c.1 4.24.78 8.42 4.7 9.46A14.73 14.73 0 0 0 12 22a9.21 9.21 0 0 0 3.54-.81l-.07-1.64A11.41 11.41 0 0 1 12 20c-1.8-.06-3.71-.19-4-2.4a4.26 4.26 0 0 1 0-.63 22.68 22.68 0 0 0 4 .54 23.6 23.6 0 0 0 4-.27zm-6.54-9.8q-1.35 0-1.35 1.62v5.1H6V8.9a3.78 3.78 0 0 1 .82-2.56 2.85 2.85 0 0 1 2.23-1 2.68 2.68 0 0 1 2.4 1.23l.52.87.52-.87a2.68 2.68 0 0 1 2.4-1.23 2.85 2.85 0 0 1 2.23 1A3.78 3.78 0 0 1 18 8.9v5.26h-2.11v-5.1q0-1.62-1.35-1.62c-1 0-1.51.64-1.51 1.92v2.79H11V9.36c0-1.28-.54-1.92-1.54-1.92z\"/></svg></li><li title=\"bxl medium old \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21.957 6.73a.073.073 0 0 0-.019-.097c-.004-.004-.008-.008-.012-.01l-.006-.002-6.033-3.018a.729.729 0 0 0-.292-.067.692.692 0 0 0-.586.317l-3.474 5.646 4.359 7.083 6.063-9.852zm-1.064 13.543c.611.306 1.107.092 1.107-.478V8.483l-5.809 9.439 4.702 2.351zM9.622 8.213v6.426l5.711 2.855zm-7.068 9.558 5.19 2.595a.845.845 0 0 0 .374.098c.323 0 .549-.25.549-.669V6.701a.067.067 0 0 0-.035-.059L2.739 3.697a.669.669 0 0 0-.3-.079c-.258 0-.439.199-.439.534v12.723c0 .341.25.744.554.896z\"/></svg></li><li title=\"bxl medium square \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 3H4a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1zm-2.046 4.265-.966.925a.28.28 0 0 0-.106.271v6.801a.28.28 0 0 0 .106.271l.942.926v.204h-4.741v-.204l.977-.948c.097-.096.097-.125.097-.271V9.742l-2.716 6.896h-.368L8.018 9.742v4.622a.644.644 0 0 0 .176.531l1.271 1.541v.203H5.861v-.203l1.271-1.541a.618.618 0 0 0 .164-.531V9.02a.468.468 0 0 0-.152-.395l-1.13-1.36v-.203H9.52l2.71 5.943 2.382-5.943h3.343v.203z\"/></svg></li><li title=\"bxl medium \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M4.285 7.269a.733.733 0 0 0-.24-.619l-1.77-2.133v-.32h5.498l4.25 9.32 3.736-9.32H21v.319l-1.515 1.451a.45.45 0 0 0-.168.425v10.666a.448.448 0 0 0 .168.425l1.479 1.451v.319h-7.436v-.319l1.529-1.487c.152-.15.152-.195.152-.424V8.401L10.95 19.218h-.575L5.417 8.401v7.249c-.041.305.06.612.275.833L7.684 18.9v.319H2.036V18.9l1.992-2.417a.971.971 0 0 0 .257-.833V7.269z\"/></svg></li><li title=\"bxl messenger \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 3c-4.92 0-8.91 3.729-8.91 8.332 0 2.616 1.291 4.952 3.311 6.479V21l3.041-1.687c.811.228 1.668.35 2.559.35 4.92 0 8.91-3.73 8.91-8.331C20.91 6.729 16.92 3 12 3zm.938 11.172-2.305-2.394-4.438 2.454 4.865-5.163 2.305 2.395 4.439-2.455-4.866 5.163z\"/></svg></li><li title=\"bxl meta \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20.26,7.8a4.82,4.82,0,0,0-3.93-2.44,3.91,3.91,0,0,0-2.54,1.09,10.58,10.58,0,0,0-1.52,1.71,11,11,0,0,0-1.63-1.72A4.39,4.39,0,0,0,7.76,5.36,5,5,0,0,0,3.7,8,11.49,11.49,0,0,0,2,14a7,7,0,0,0,.18,1.64A4.44,4.44,0,0,0,2.71,17a3.23,3.23,0,0,0,3,1.6c1.25,0,2.19-.56,3.3-2A26.4,26.4,0,0,0,11.22,13l.63-1.12c.06-.09.11-.18.16-.27l.15.25,1.79,3A14.77,14.77,0,0,0,16,17.63a3.38,3.38,0,0,0,2.55,1,3,3,0,0,0,2.54-1.23,2.2,2.2,0,0,0,.18-.28,4.1,4.1,0,0,0,.31-.63l.12-.35A6.53,6.53,0,0,0,22,15,9,9,0,0,0,22,14,11.15,11.15,0,0,0,20.26,7.8ZM10.14,11.36c-.64,1-1.57,2.51-2.37,3.61-1,1.37-1.51,1.51-2.07,1.51a1.29,1.29,0,0,1-1.15-.66,3.3,3.3,0,0,1-.39-1.7A9.74,9.74,0,0,1,5.54,9,2.8,2.8,0,0,1,7.73,7.53,3,3,0,0,1,10,8.74a14.07,14.07,0,0,1,1,1.31Zm8.42,5.12c-.48,0-.85-.19-1.38-.83A34.87,34.87,0,0,1,14.82,12l-.52-.86c-.36-.61-.71-1.16-1-1.65a2.46,2.46,0,0,1,.17-.27c.94-1.39,1.77-2.17,2.8-2.17a3.12,3.12,0,0,1,2.49,1.66,10.17,10.17,0,0,1,1.37,5.34C20.09,15.36,19.79,16.48,18.56,16.48Z\"/></svg></li><li title=\"bxl microsoft teams \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><circle cx=\"20.288\" cy=\"8.344\" r=\"1.707\"/><path d=\"M18.581 11.513h3.413v3.656c0 .942-.765 1.706-1.707 1.706h-1.706v-5.362zM2.006 4.2v15.6l11.213 1.979V2.221L2.006 4.2zm8.288 5.411-1.95.049v5.752H6.881V9.757l-1.949.098V8.539l5.362-.292v1.364zm3.899.439v8.288h1.95c.808 0 1.463-.655 1.463-1.462V10.05h-3.413zm1.463-4.875c-.586 0-1.105.264-1.463.673v2.555c.357.409.877.673 1.463.673a1.95 1.95 0 0 0 0-3.901z\"/></svg></li><li title=\"bxl microsoft \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M11.55 21H3v-8.55h8.55V21zM21 21h-8.55v-8.55H21V21zm-9.45-9.45H3V3h8.55v8.55zm9.45 0h-8.55V3H21v8.55z\"/></svg></li><li title=\"bxl netlify \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M17.13,9.68s0,0,0,0,0,0,0,0h0L22,11.8l0-.11c-.07-.24-.28-.45-.7-.87l-2-2-2.07.87Z\" /><path d=\"M12.2,7.24a1.31,1.31,0,0,1,.16.47s0,0,0,0h0l3,1.29h0a0,0,0,0,0,0,0h0a1.11,1.11,0,0,1,.29-.14s0,0,0,0v0h0l.48-3-2-2L12.18,7.16S12.18,7.21,12.2,7.24Z\" /><path d=\"M10.61,7a1.1,1.1,0,0,1,1-.2h.05a0,0,0,0,0,0,0l2.16-3.34-.66-.66c-.42-.42-.63-.63-.87-.7a1,1,0,0,0-.63,0c-.24.07-.45.28-.87.7l-3,3c.31.14,2.5,1.06,2.78,1.19Z\" /><path d=\"M7.49,12.29a0,0,0,0,0,0,0h0l.27,0a1.45,1.45,0,0,1,.29,0h0l0,0,2.38-3.68h0s0,0,0-.06a1,1,0,0,1-.27-.95v0s0,0,0,0L9,7,7.3,6.27,5,8.61H5l2.51,3.66Z\" /><path d=\"M15.11,9.85V9.77a.59.59,0,0,1,0-.14v0s0,0,0,0L12.25,8.36H12.2l0,0a1.05,1.05,0,0,1-.88.47h-.17s-.05,0-.06.05h0L8.73,12.5v0s0,0,0,.05h0l6.33-2.7h0S15.11,9.87,15.11,9.85Z\" /><path d=\"M16.47,8.94h0a.83.83,0,0,1,.26.19h0l2-.84L16.84,6.42l-.4,2.47a.11.11,0,0,0,0,0Z\" /><path d=\"M14.18,14.48h0s0,0,0,0h0A.91.91,0,0,1,15,14s0,0,0-.05v0l.54-3.37h0l0,0h0l-.09-.08h0L9,13.15a2.76,2.76,0,0,1,.08.27Z\" /><polygon points=\"2 11.95 2 11.95 2 11.95 2 11.95\" /><path d=\"M14.14,15.13s0,0,0,0l0,0L8.92,14h0l0,0h0v0l0,.06h0v0l0,0h0L13.47,21l.42-.43c.15-.92.71-4.33.78-4.72a0,0,0,0,1,0,0s0,0,0,0A.9.9,0,0,1,14.14,15.13Z\" /><path d=\"M15.79,15.45h0s0,0,0,0a.88.88,0,0,1-.36.27h0l0,0h0l-.64,3.94L18.43,16h0Z\" /><path d=\"M16.86,10.32a.07.07,0,0,0-.06,0v0a.92.92,0,0,1-.61.34s0,0,0,.06h0l-.55,3.4h0a.07.07,0,0,0,0,0,.88.88,0,0,1,.34.62s0,0,.06,0h0l2.95.61,2.28-2.28a4.22,4.22,0,0,0,.65-.74h0Z\" /><path d=\"M8.3,14.59h0a1.27,1.27,0,0,1-.86,0s0,0,0,0l0,0-1.22,1.9,4.69,4.68a2.68,2.68,0,0,0,.87.71,1,1,0,0,0,.63,0,1.86,1.86,0,0,0,.7-.54l-4.69-6.8Z\" /><polygon points=\"13.01 21.41 13.01 21.41 13.01 21.41 13.01 21.41\" /><path d=\"M6.39,13.59s.06,0,.06-.05,0,0-.06,0h0l-4.14-.86a7.07,7.07,0,0,0,.51.54l1.36,1.36,2.27-1Z\" /><path d=\"M6.67,12.93h0l0,0a1.05,1.05,0,0,1,.2-.27s0,0,0-.06C6.1,11.4,5.3,10.24,4.5,9.07L2.75,10.82c-.42.42-.63.63-.7.87A.75.75,0,0,0,2,12l4.67,1Z\" /><path d=\"M6.84,14.26h0a.61.61,0,0,1-.07-.1s0,0,0,0h0L4.59,15,5.67,16.1h0l1.17-1.82S6.85,14.26,6.84,14.26Z\" /></svg></li><li title=\"bxl nodejs \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 21.985c-.275 0-.532-.074-.772-.202l-2.439-1.448c-.365-.203-.182-.277-.072-.314.496-.165.588-.201 1.101-.493.056-.037.129-.02.185.017l1.87 1.12c.074.036.166.036.221 0l7.319-4.237c.074-.036.11-.11.11-.202V7.768c0-.091-.036-.165-.11-.201l-7.319-4.219c-.073-.037-.165-.037-.221 0L4.552 7.566c-.073.036-.11.129-.11.201v8.457c0 .073.037.166.11.202l2 1.157c1.082.548 1.762-.095 1.762-.735V8.502c0-.11.091-.221.22-.221h.936c.108 0 .22.092.22.221v8.347c0 1.449-.788 2.294-2.164 2.294-.422 0-.752 0-1.688-.46l-1.925-1.099a1.55 1.55 0 0 1-.771-1.34V7.786c0-.55.293-1.064.771-1.339l7.316-4.237a1.637 1.637 0 0 1 1.544 0l7.317 4.237c.479.274.771.789.771 1.339v8.458c0 .549-.293 1.063-.771 1.34l-7.317 4.236c-.241.11-.516.165-.773.165zm2.256-5.816c-3.21 0-3.87-1.468-3.87-2.714 0-.11.092-.221.22-.221h.954c.11 0 .201.073.201.184.147.971.568 1.449 2.514 1.449 1.54 0 2.202-.35 2.202-1.175 0-.477-.185-.825-2.587-1.063-1.999-.2-3.246-.643-3.246-2.238 0-1.485 1.247-2.366 3.339-2.366 2.347 0 3.503.809 3.649 2.568a.297.297 0 0 1-.056.165c-.037.036-.091.073-.146.073h-.953a.212.212 0 0 1-.202-.164c-.221-1.012-.789-1.34-2.292-1.34-1.689 0-1.891.587-1.891 1.027 0 .531.237.696 2.514.99 2.256.293 3.32.715 3.32 2.294-.02 1.615-1.339 2.531-3.67 2.531z\"/></svg></li><li title=\"bxl ok ru \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M11.986 12.341c-2.825 0-5.173-2.346-5.173-5.122C6.813 4.347 9.161 2 11.987 2c2.922 0 5.173 2.346 5.173 5.219a5.142 5.142 0 0 1-5.157 5.123l-.017-.001zm0-7.324c-1.196 0-2.106 1.005-2.106 2.203 0 1.196.91 2.106 2.107 2.106 1.245 0 2.107-.91 2.107-2.106.001-1.199-.862-2.203-2.108-2.203zm2.06 11.586 2.923 2.825c.575.621.575 1.531 0 2.106-.622.621-1.581.621-2.06 0l-2.922-2.873-2.826 2.873c-.287.287-.671.43-1.103.43-.335 0-.718-.144-1.054-.43-.575-.575-.575-1.485 0-2.107l2.97-2.825a13.49 13.49 0 0 1-3.063-1.339c-.719-.383-.862-1.34-.479-2.059.479-.718 1.341-.909 2.108-.43a6.62 6.62 0 0 0 6.897 0c.767-.479 1.676-.288 2.107.43.432.719.239 1.675-.432 2.059-.909.575-1.963 1.006-3.065 1.341l-.001-.001z\"/></svg></li><li title=\"bxl opera \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M8.71 6.366C7.604 7.67 6.888 9.602 6.838 11.765v.471c.05 2.165.766 4.094 1.872 5.397 1.434 1.865 3.564 3.046 5.948 3.046a7.218 7.218 0 0 0 4.006-1.225 9.943 9.943 0 0 1-7.139 2.533A9.995 9.995 0 0 1 2 12C2 6.477 6.478 2 12 2h.038a9.971 9.971 0 0 1 6.627 2.545c-1.173-.773-2.543-1.225-4.009-1.225-2.382 0-4.514 1.184-5.95 3.046h.004zM22 12a9.971 9.971 0 0 1-3.335 7.455c-2.564 1.25-4.954.375-5.747-.172 2.52-.553 4.422-3.6 4.422-7.283 0-3.686-1.901-6.73-4.422-7.283.792-.545 3.183-1.42 5.747-.172A9.971 9.971 0 0 1 22 12z\"/></svg></li><li title=\"bxl patreon \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><circle cx=\"14.508\" cy=\"9.831\" r=\"6.496\"/><path d=\"M2.996 3.335H6.17v17.33H2.996z\"/></svg></li><li title=\"bxl paypal \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19.554 9.488c.121.563.106 1.246-.04 2.051-.582 2.978-2.477 4.466-5.683 4.466h-.442a.666.666 0 0 0-.444.166.72.72 0 0 0-.239.427l-.041.189-.553 3.479-.021.151a.706.706 0 0 1-.247.426.666.666 0 0 1-.447.166H8.874a.395.395 0 0 1-.331-.15.457.457 0 0 1-.09-.363c.061-.373.148-.938.267-1.689.117-.75.206-1.314.267-1.689s.15-.938.272-1.685c.121-.748.212-1.31.271-1.685.033-.248.179-.371.433-.371h1.316c.893.013 1.682-.057 2.375-.211 1.172-.262 2.134-.744 2.886-1.449.685-.637 1.203-1.462 1.56-2.473.162-.47.277-.917.352-1.338.006-.041.014-.066.025-.074.008-.011.022-.014.035-.011a.378.378 0 0 1 .062.035c.524.398.854.941.98 1.632zm-1.728-2.836c0 .717-.154 1.508-.465 2.374-.537 1.562-1.547 2.618-3.037 3.168-.758.269-1.602.408-2.535.425 0 .006-.301.007-.904.007l-.903-.007c-.672 0-1.067.32-1.187.964-.013.053-.298 1.83-.855 5.329-.008.066-.048.102-.121.102H4.854a.473.473 0 0 1-.369-.165.469.469 0 0 1-.115-.39L6.702 3.664a.784.784 0 0 1 .276-.483.785.785 0 0 1 .519-.19h6.014c.228 0 .555.044.979.131.428.084.801.194 1.123.321.718.274 1.266.688 1.645 1.237.379.552.568 1.207.568 1.972z\"/></svg></li><li title=\"bxl periscope \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12.102 21c1.406 0 6.985-6.329 6.985-10.571C19.087 6.368 15.915 3 12.102 3c-4.017 0-7.188 3.366-7.188 7.429C4.913 14.67 10.492 21 12.102 21zM10.979 5.885a4.696 4.696 0 0 1 1.143-.139c2.25 0 4.186 1.913 4.186 4.398 0 2.238-1.936 4.151-4.196 4.151-2.509 0-4.444-1.913-4.444-4.151 0-1.047.338-1.98.922-2.723v.022c0 .934.755 1.676 1.688 1.676.933.002 1.722-.764 1.722-1.697a1.68 1.68 0 0 0-1.02-1.54l-.001.003z\"/></svg></li><li title=\"bxl php \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M2.15 16.78h1.57a.14.14 0 0 0 .14-.12l.35-1.82h1.22a4.88 4.88 0 0 0 1.51-.2A2.79 2.79 0 0 0 8 14a3.18 3.18 0 0 0 .67-.85 3.43 3.43 0 0 0 .36-1 2.43 2.43 0 0 0-.41-2.16 2.64 2.64 0 0 0-2.09-.78h-3a.16.16 0 0 0-.15.13L2 16.6a.19.19 0 0 0 0 .13.17.17 0 0 0 .15.05zM5 10.62h1a1.45 1.45 0 0 1 1.08.29c.17.18.2.52.11 1a1.81 1.81 0 0 1-.57 1.12 2.17 2.17 0 0 1-1.33.33h-.8zm9.8-.95a2.7 2.7 0 0 0-1.88-.51h-1.19l.33-1.76a.15.15 0 0 0 0-.13.16.16 0 0 0-.11 0h-1.57a.14.14 0 0 0-.14.12l-1.38 7.27a.13.13 0 0 0 0 .12.13.13 0 0 0 .11.06h1.54a.14.14 0 0 0 .14-.13l.77-4.07h1.11c.45 0 .61.1.66.16a.81.81 0 0 1 0 .62l-.61 3.24a.13.13 0 0 0 0 .12.14.14 0 0 0 .11.06h1.56a.16.16 0 0 0 .15-.13l.64-3.4a1.7 1.7 0 0 0-.24-1.64zm4.52-.51h-3.13a.14.14 0 0 0-.15.13l-1.46 7.31a.16.16 0 0 0 0 .13.14.14 0 0 0 .11.05h1.63a.14.14 0 0 0 .15-.12l.37-1.82h1.27a5.28 5.28 0 0 0 1.56-.2 3 3 0 0 0 1.18-.64 3.31 3.31 0 0 0 .7-.85 3.45 3.45 0 0 0 .37-1 2.38 2.38 0 0 0-.42-2.16 2.81 2.81 0 0 0-2.18-.83zm.62 2.77a1.83 1.83 0 0 1-.6 1.12 2.28 2.28 0 0 1-1.37.33h-.8l.54-2.76h1a1.6 1.6 0 0 1 1.13.29c.16.18.16.52.1 1.02z\"/></svg></li><li title=\"bxl pinterest alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M5.077 9.457c0-.778.136-1.513.404-2.199a5.63 5.63 0 0 1 1.121-1.802 7.614 7.614 0 0 1 1.644-1.329 7.513 7.513 0 0 1 2.002-.844 8.57 8.57 0 0 1 2.185-.281c1.139 0 2.199.241 3.182.721a6.021 6.021 0 0 1 2.391 2.094c.614.915.919 1.95.919 3.104 0 .692-.068 1.369-.207 2.031a8.28 8.28 0 0 1-.646 1.913 6.605 6.605 0 0 1-1.082 1.617 4.723 4.723 0 0 1-1.568 1.114 4.962 4.962 0 0 1-2.045.417c-.489 0-.977-.115-1.459-.346-.482-.23-.828-.546-1.036-.951-.073.281-.173.687-.306 1.218-.128.53-.214.872-.252 1.027-.04.154-.114.411-.222.767a5.183 5.183 0 0 1-.281.769l-.344.674a7.98 7.98 0 0 1-.498.838c-.181.262-.405.575-.672.935l-.149.053-.099-.108c-.107-1.133-.162-1.811-.162-2.035 0-.663.079-1.407.235-2.233.153-.825.395-1.862.72-3.109.325-1.246.511-1.979.561-2.196-.229-.467-.345-1.077-.345-1.827 0-.599.187-1.16.562-1.688.376-.526.851-.789 1.427-.789.441 0 .783.146 1.028.439.246.292.366.66.366 1.109 0 .476-.158 1.165-.476 2.066-.318.902-.476 1.575-.476 2.022 0 .453.162.832.486 1.129a1.68 1.68 0 0 0 1.179.449c.396 0 .763-.09 1.104-.271a2.46 2.46 0 0 0 .849-.733 6.123 6.123 0 0 0 1.017-2.225c.096-.422.17-.823.216-1.2.049-.379.07-.737.07-1.077 0-1.247-.396-2.219-1.183-2.915-.791-.696-1.821-1.042-3.088-1.042-1.441 0-2.646.466-3.611 1.401-.966.932-1.452 2.117-1.452 3.554 0 .317.048.623.139.919.089.295.186.53.291.704.104.171.202.338.291.492.09.154.137.264.137.33 0 .202-.053.465-.16.79-.111.325-.242.487-.4.487-.015 0-.077-.011-.185-.034a2.21 2.21 0 0 1-.979-.605 3.17 3.17 0 0 1-.659-1.022 6.986 6.986 0 0 1-.352-1.169 4.884 4.884 0 0 1-.132-1.153z\"/></svg></li><li title=\"bxl pinterest \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M11.99 2C6.472 2 2 6.473 2 11.99c0 4.232 2.633 7.85 6.35 9.306-.088-.79-.166-2.006.034-2.868.182-.78 1.172-4.966 1.172-4.966s-.299-.599-.299-1.484c0-1.388.805-2.425 1.808-2.425.853 0 1.264.64 1.264 1.407 0 .858-.546 2.139-.827 3.327-.235.994.499 1.805 1.479 1.805 1.775 0 3.141-1.872 3.141-4.575 0-2.392-1.719-4.064-4.173-4.064-2.843 0-4.512 2.132-4.512 4.335 0 .858.331 1.779.744 2.28a.3.3 0 0 1 .069.286c-.076.315-.245.994-.277 1.133-.044.183-.145.222-.335.134-1.247-.581-2.027-2.405-2.027-3.871 0-3.151 2.289-6.045 6.601-6.045 3.466 0 6.159 2.469 6.159 5.77 0 3.444-2.171 6.213-5.184 6.213-1.013 0-1.964-.525-2.29-1.146l-.623 2.374c-.225.868-.834 1.956-1.241 2.62a10 10 0 0 0 2.958.445c5.517 0 9.99-4.473 9.99-9.99S17.507 2 11.99 2\"/></svg></li><li title=\"bxl play store \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m12.954 11.616 2.957-2.957L6.36 3.291c-.633-.342-1.226-.39-1.746-.016l8.34 8.341zm3.461 3.462 3.074-1.729c.6-.336.929-.812.929-1.34 0-.527-.329-1.004-.928-1.34l-2.783-1.563-3.133 3.132 2.841 2.84zM4.1 4.002c-.064.197-.1.417-.1.658v14.705c0 .381.084.709.236.97l8.097-8.098L4.1 4.002zm8.854 8.855L4.902 20.91c.154.059.32.09.495.09.312 0 .637-.092.968-.276l9.255-5.197-2.666-2.67z\"/></svg></li><li title=\"bxl pocket \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19.327 3.983H4.746c-.947 0-1.736.726-1.736 1.673v5.396c0 4.892 4.04 8.964 9.026 8.964 4.955 0 8.964-4.072 8.964-8.964V5.656c0-.947-.758-1.673-1.673-1.673zm-2.178 6.691-4.293 4.04c-.221.253-.567.348-.82.348-.315 0-.631-.095-.884-.348l-4.229-4.04c-.441-.473-.504-1.262 0-1.768.475-.441 1.263-.504 1.736 0l3.377 3.251 3.44-3.251c.441-.504 1.23-.441 1.673 0 .442.506.442 1.295 0 1.768z\"/></svg></li><li title=\"bxl product hunt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M13.337 9h-2.838v3h2.838a1.501 1.501 0 1 0 0-3z\"/><path d=\"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm1.337 12h-2.838v3H8.501V7h4.837a3.498 3.498 0 0 1 3.499 3.499 3.499 3.499 0 0 1-3.5 3.501z\"/></svg></li><li title=\"bxl python \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M9.585 11.692h4.328s2.432.039 2.432-2.35V5.391S16.714 3 11.936 3C7.362 3 7.647 4.983 7.647 4.983l.006 2.055h4.363v.617H5.92s-2.927-.332-2.927 4.282 2.555 4.45 2.555 4.45h1.524v-2.141s-.083-2.554 2.513-2.554zm-.056-5.74a.784.784 0 1 1 0-1.57.784.784 0 1 1 0 1.57z\"/><path d=\"M18.452 7.532h-1.524v2.141s.083 2.554-2.513 2.554h-4.328s-2.432-.04-2.432 2.35v3.951s-.369 2.391 4.409 2.391c4.573 0 4.288-1.983 4.288-1.983l-.006-2.054h-4.363v-.617h6.097s2.927.332 2.927-4.282-2.555-4.451-2.555-4.451zm-3.981 10.436a.784.784 0 1 1 0 1.57.784.784 0 1 1 0-1.57z\"/></svg></li><li title=\"bxl quora \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12.555 17.025c-.624-1.227-1.354-2.465-2.781-2.465-.271 0-.546.046-.795.157l-.484-.967c.59-.509 1.544-.911 2.77-.911 1.908 0 2.889.922 3.667 2.094.459-1.001.678-2.354.678-4.03 0-4.188-1.308-6.336-4.366-6.336-3.014 0-4.318 2.148-4.318 6.336 0 4.164 1.305 6.291 4.318 6.291.478 0 .913-.051 1.311-.169zm.747 1.461a7.977 7.977 0 0 1-2.059.274c-4.014 0-7.941-3.202-7.941-7.858C3.303 6.203 7.229 3 11.243 3c4.081 0 7.972 3.179 7.972 7.903 0 2.628-1.226 4.763-3.007 6.143.572.861 1.157 1.436 1.988 1.436.899 0 1.261-.687 1.328-1.236h1.167c.07.73-.301 3.754-3.574 3.754-1.989 0-3.035-1.146-3.822-2.496l.007-.018z\"/></svg></li><li title=\"bxl react \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"11.245\" r=\"1.785\"/><path d=\"m7.002 14.794-.395-.101c-2.934-.741-4.617-2.001-4.617-3.452 0-1.452 1.684-2.711 4.617-3.452l.395-.1.111.391a19.507 19.507 0 0 0 1.136 2.983l.085.178-.085.178c-.46.963-.841 1.961-1.136 2.985l-.111.39zm-.577-6.095c-2.229.628-3.598 1.586-3.598 2.542 0 .954 1.368 1.913 3.598 2.54.273-.868.603-1.717.985-2.54a20.356 20.356 0 0 1-.985-2.542zm10.572 6.095-.11-.392a19.628 19.628 0 0 0-1.137-2.984l-.085-.177.085-.179c.46-.961.839-1.96 1.137-2.984l.11-.39.395.1c2.935.741 4.617 2 4.617 3.453 0 1.452-1.683 2.711-4.617 3.452l-.395.101zm-.41-3.553c.4.866.733 1.718.987 2.54 2.23-.627 3.599-1.586 3.599-2.54 0-.956-1.368-1.913-3.599-2.542a20.683 20.683 0 0 1-.987 2.542z\"/><path d=\"m6.419 8.695-.11-.39c-.826-2.908-.576-4.991.687-5.717 1.235-.715 3.222.13 5.303 2.265l.284.292-.284.291a19.718 19.718 0 0 0-2.02 2.474l-.113.162-.196.016a19.646 19.646 0 0 0-3.157.509l-.394.098zm1.582-5.529c-.224 0-.422.049-.589.145-.828.477-.974 2.138-.404 4.38.891-.197 1.79-.338 2.696-.417a21.058 21.058 0 0 1 1.713-2.123c-1.303-1.267-2.533-1.985-3.416-1.985zm7.997 16.984c-1.188 0-2.714-.896-4.298-2.522l-.283-.291.283-.29a19.827 19.827 0 0 0 2.021-2.477l.112-.16.194-.019a19.473 19.473 0 0 0 3.158-.507l.395-.1.111.391c.822 2.906.573 4.992-.688 5.718a1.978 1.978 0 0 1-1.005.257zm-3.415-2.82c1.302 1.267 2.533 1.986 3.415 1.986.225 0 .423-.05.589-.145.829-.478.976-2.142.404-4.384-.89.198-1.79.34-2.698.419a20.526 20.526 0 0 1-1.71 2.124z\"/><path d=\"m17.58 8.695-.395-.099a19.477 19.477 0 0 0-3.158-.509l-.194-.017-.112-.162A19.551 19.551 0 0 0 11.7 5.434l-.283-.291.283-.29c2.08-2.134 4.066-2.979 5.303-2.265 1.262.727 1.513 2.81.688 5.717l-.111.39zm-3.287-1.421c.954.085 1.858.228 2.698.417.571-2.242.425-3.903-.404-4.381-.824-.477-2.375.253-4.004 1.841.616.67 1.188 1.378 1.71 2.123zM8.001 20.15a1.983 1.983 0 0 1-1.005-.257c-1.263-.726-1.513-2.811-.688-5.718l.108-.391.395.1c.964.243 2.026.414 3.158.507l.194.019.113.16c.604.878 1.28 1.707 2.02 2.477l.284.29-.284.291c-1.583 1.627-3.109 2.522-4.295 2.522zm-.993-5.362c-.57 2.242-.424 3.906.404 4.384.825.47 2.371-.255 4.005-1.842a21.17 21.17 0 0 1-1.713-2.123 20.692 20.692 0 0 1-2.696-.419z\"/><path d=\"M12 15.313c-.687 0-1.392-.029-2.1-.088l-.196-.017-.113-.162a25.697 25.697 0 0 1-1.126-1.769 26.028 26.028 0 0 1-.971-1.859l-.084-.177.084-.179c.299-.632.622-1.252.971-1.858.347-.596.726-1.192 1.126-1.77l.113-.16.196-.018a25.148 25.148 0 0 1 4.198 0l.194.019.113.16a25.136 25.136 0 0 1 2.1 3.628l.083.179-.083.177a24.742 24.742 0 0 1-2.1 3.628l-.113.162-.194.017c-.706.057-1.412.087-2.098.087zm-1.834-.904c1.235.093 2.433.093 3.667 0a24.469 24.469 0 0 0 1.832-3.168 23.916 23.916 0 0 0-1.832-3.168 23.877 23.877 0 0 0-3.667 0 23.743 23.743 0 0 0-1.832 3.168 24.82 24.82 0 0 0 1.832 3.168z\"/></svg></li><li title=\"bxl redbubble \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12.002 2.005 12 2.004c-5.52 0-9.996 4.475-9.996 9.995 0 5.521 4.477 9.998 9.996 9.998 5.521 0 9.996-4.475 9.996-9.997 0-5.52-4.475-9.995-9.994-9.995zm.162 13.53a.267.267 0 0 1-.174.066v.001H6.455a.268.268 0 0 1-.266-.268V8.646c0-.148.119-.268.266-.268h2.589c1.612 0 2.576.87 2.576 2.327 0 .969-.486 1.729-1.272 2.039l1.842 2.413a.269.269 0 0 1-.026.378zm3.695.068h-2.665a.268.268 0 0 1-.266-.269V8.646c0-.148.119-.267.266-.267h2.472c1.853 0 2.242 1.091 2.242 2.007 0 .529-.141.949-.421 1.258.681.28 1.047.913 1.047 1.827 0 1.335-1.001 2.132-2.675 2.132z\"/></svg></li><li title=\"bxl reddit \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><circle cx=\"9.67\" cy=\"13\" r=\"1.001\"/><path d=\"M14.09 15.391A3.28 3.28 0 0 1 12 16a3.271 3.271 0 0 1-2.081-.63.27.27 0 0 0-.379.38c.71.535 1.582.809 2.471.77a3.811 3.811 0 0 0 2.469-.77v.04a.284.284 0 0 0 .006-.396.28.28 0 0 0-.396-.003zm.209-3.351a1 1 0 0 0 0 2l-.008.039c.016.002.033 0 .051 0a1 1 0 0 0 .958-1.038 1 1 0 0 0-1.001-1.001z\"/><path d=\"M12 2C6.479 2 2 6.477 2 12c0 5.521 4.479 10 10 10s10-4.479 10-10c0-5.523-4.479-10-10-10zm5.859 11.33c.012.146.012.293 0 .439 0 2.24-2.609 4.062-5.83 4.062s-5.83-1.82-5.83-4.062a2.681 2.681 0 0 1 0-.439 1.46 1.46 0 0 1-.455-2.327 1.458 1.458 0 0 1 2.063-.063 7.145 7.145 0 0 1 3.899-1.23l.743-3.47v-.004A.313.313 0 0 1 12.82 6l2.449.49a1.001 1.001 0 1 1-.131.61L13 6.65l-.649 3.12a7.123 7.123 0 0 1 3.85 1.23 1.46 1.46 0 0 1 2.469 1c.01.563-.307 1.08-.811 1.33z\"/></svg></li><li title=\"bxl redux \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M15.661 15.549a1.315 1.315 0 0 0 1.185-1.386 1.363 1.363 0 0 0-1.35-1.302h-.048a1.352 1.352 0 0 0-1.303 1.397c.024.379.179.687.391.911-.827 1.609-2.07 2.794-3.954 3.788-1.266.663-2.604.912-3.905.734-1.089-.153-1.94-.64-2.463-1.421-.78-1.185-.852-2.462-.201-3.74a5.597 5.597 0 0 1 1.658-1.931 7.88 7.88 0 0 1-.331-1.218c-3.506 2.51-3.148 5.942-2.084 7.564.794 1.184 2.415 1.941 4.19 1.941.474 0 .972-.035 1.457-.154 3.077-.592 5.409-2.438 6.747-5.16l.011-.023z\"/><path d=\"M19.887 12.589c-1.834-2.154-4.533-3.337-7.611-3.337h-.403c-.2-.438-.661-.711-1.183-.711h-.036c-.744 0-1.325.64-1.301 1.385.023.71.627 1.302 1.35 1.302h.059a1.332 1.332 0 0 0 1.183-.828h.439c1.824 0 3.551.532 5.126 1.574 1.206.792 2.072 1.834 2.557 3.077.425 1.019.402 2.013-.035 2.843-.675 1.302-1.812 1.988-3.314 1.988-.947 0-1.871-.296-2.345-.509-.283.235-.758.626-1.102.863 1.042.473 2.096.746 3.113.746 2.309 0 4.023-1.302 4.676-2.557.709-1.422.651-3.813-1.161-5.859l-.012.023z\"/><path d=\"M7.647 15.975c.023.71.626 1.302 1.35 1.302h.048a1.334 1.334 0 0 0 1.302-1.397c0-.71-.616-1.301-1.338-1.301h-.048c-.048 0-.118 0-.178.022-.982-1.657-1.397-3.434-1.242-5.349.094-1.445.567-2.7 1.42-3.742.71-.888 2.048-1.326 2.96-1.35 2.556-.048 3.622 3.138 3.704 4.404l1.184.354C16.536 5.036 14.122 3 11.813 3 9.647 3 7.647 4.574 6.842 6.884c-1.102 3.077-.379 6.036.971 8.404-.118.154-.189.426-.166.687z\"/></svg></li><li title=\"bxl sass \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2c5.522 0 10 4.478 10 10s-4.478 10-10 10S2 17.522 2 12 6.478 2 12 2zm-1.987 13.332c.146.537.13 1.039-.021 1.493l-.054.15a2.803 2.803 0 0 1-.527.821c-.582.633-1.394.872-1.742.671-.375-.219-.188-1.112.487-1.825.726-.765 1.766-1.258 1.766-1.258v-.002l.091-.05zm8.258-9.051c-.452-1.777-3.397-2.362-6.185-1.371-1.656.589-3.453 1.515-4.743 2.723-1.536 1.434-1.78 2.684-1.68 3.206.355 1.843 2.881 3.048 3.92 3.942v.005c-.307.149-2.548 1.274-3.072 2.438-.563 1.225.088 2.101.513 2.212 1.313.363 2.662-.3 3.388-1.374.699-1.051.638-2.4.337-3.063.413-.112.899-.162 1.524-.086 1.751.199 2.101 1.3 2.024 1.75-.074.449-.436.711-.561.786-.126.076-.163.101-.151.151.013.074.076.074.175.063.138-.025.914-.375.951-1.227.037-1.074-.988-2.273-2.813-2.25-.75.014-1.226.076-1.563.214a.295.295 0 0 0-.088-.088c-1.125-1.213-3.213-2.063-3.125-3.675.025-.588.237-2.137 4-4.012 3.088-1.538 5.551-1.112 5.977-.175.61 1.336-1.314 3.825-4.526 4.187-1.225.138-1.862-.337-2.026-.513-.174-.188-.198-.2-.261-.161-.101.05-.038.212 0 .313.1.249.487.688 1.163.912.587.188 2.024.299 3.75-.375 1.937-.749 3.449-2.838 3.012-4.588l.06.056z\"/></svg></li><li title=\"bxl shopify \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m14.49 20.937 5.381-1.166S17.93 6.633 17.914 6.546c-.016-.086-.086-.144-.158-.144s-1.439-.101-1.439-.101-.949-.949-1.064-1.05c-.027-.029-.057-.043-.086-.058l-.677 15.744zm.446-15.772c-.016 0-.043.014-.057.014-.016 0-.217.059-.533.158-.318-.919-.879-1.768-1.871-1.768h-.086c-.289-.361-.633-.519-.936-.519-2.316 0-3.426 2.892-3.77 4.359-.892.275-1.538.476-1.613.505-.504.158-.517.172-.574.648-.057.344-1.367 10.489-1.367 10.489l10.117 1.899.69-15.785zm-2.635.704v.102c-.559.173-1.178.36-1.783.547.346-1.323.992-1.972 1.553-2.217.146.375.23.878.23 1.568zm-.92-2.2c.1 0 .201.028.303.102-.732.344-1.539 1.222-1.871 2.978a59.11 59.11 0 0 1-1.411.432c.389-1.339 1.325-3.512 2.979-3.512zm.402 7.812s-.604-.315-1.322-.315c-1.08 0-1.123.676-1.123.849 0 .921 2.418 1.28 2.418 3.453 0 1.712-1.08 2.806-2.547 2.806-1.756 0-2.648-1.094-2.648-1.094l.475-1.554s.922.792 1.697.792a.693.693 0 0 0 .721-.69c0-1.209-1.986-1.268-1.986-3.252 0-1.669 1.195-3.295 3.627-3.295.936 0 1.395.272 1.395.272l-.707 2.028zm.922-7.281c.518.06.85.648 1.064 1.311-.258.087-.547.173-.863.273v-.187c0-.561-.072-1.022-.201-1.397z\"/></svg></li><li title=\"bxl sketch \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M6.42 9.87 12 20.78l5.58-10.91H6.42zM5.9 4.01 2 9.24h3.62l.28-5.23zm6.1-.59L6.63 9.24h10.74L12 3.42zM2.04 9.87l9.09 10.58L5.72 9.87H2.04zM11.53 3h-.15l-4.84.51a.09.09 0 0 1 0 .05l-.27 5.15zm1.34 17.45 9.09-10.58h-3.68l-5.41 10.58zm4.58-16.87a.09.09 0 0 1 0-.05l-4-.42-1-.11 5.26 5.71zm.65.43.28 5.23H22l-2.22-2.98-1.68-2.25z\"/></svg></li><li title=\"bxl skype \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M11.857 17.417c-2.947 0-4.294-1.524-4.294-2.641 0-.266.108-.521.298-.705a.946.946 0 0 1 .71-.264c1.261 0 .931 1.92 3.286 1.92 1.203 0 1.91-.736 1.91-1.425 0-.415-.234-.889-1.028-1.079l-2.629-.673c-2.111-.545-2.479-1.737-2.479-2.842 0-2.293 2.068-3.124 4.036-3.124 1.814 0 3.97 1.016 3.97 2.391 0 .592-.488.91-1.055.91-1.078 0-.897-1.536-3.063-1.536-1.077 0-1.645.513-1.645 1.23s.839.96 1.574 1.123l1.941.445c2.126.486 2.691 1.751 2.691 2.963 0 1.865-1.423 3.305-4.226 3.305m8.139-3.942c.086-.49.128-.986.128-1.482a8.472 8.472 0 0 0-2.952-6.474 8.211 8.211 0 0 0-6.788-1.856A4.818 4.818 0 0 0 7.935 3a4.954 4.954 0 0 0-4.27 2.519 5.103 5.103 0 0 0-.015 5.011 8.51 8.51 0 0 0 2.282 7.453 8.23 8.23 0 0 0 7.333 2.355 4.823 4.823 0 0 0 2.443.662 4.954 4.954 0 0 0 4.269-2.518 5.095 5.095 0 0 0 .016-5.009\"/></svg></li><li title=\"bxl slack old \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20.935 12.646a1.617 1.617 0 0 0-2.022-1.034l-1.632.532c-.355-1.099-.735-2.268-1.092-3.365l.006-.002-.004-.008 1.613-.523a1.62 1.62 0 0 0 1.035-2.023 1.62 1.62 0 0 0-2.025-1.034l-1.621.527-.519-1.604a1.619 1.619 0 0 0-2.024-1.034 1.618 1.618 0 0 0-1.033 2.024l.522 1.609-3.368 1.092-.524-1.611a1.618 1.618 0 0 0-2.022-1.034 1.617 1.617 0 0 0-1.034 2.023l.524 1.616-1.662.541a1.602 1.602 0 0 0-.988 1.95c.25.856 1.152 1.373 1.979 1.092.006 0 .658-.209 1.665-.536l1.099 3.386h-.002v.002l-1.67.545a1.599 1.599 0 0 0-.987 1.949c.25.857 1.15 1.374 1.979 1.093.007 0 .659-.211 1.665-.538l.003.005a.024.024 0 0 0 .008-.002l.539 1.657a1.6 1.6 0 0 0 1.949.989c.857-.25 1.373-1.151 1.094-1.979 0-.006-.209-.654-.533-1.654l-.003-.009c1.104-.358 2.276-.739 3.376-1.098l.543 1.668a1.602 1.602 0 0 0 1.949.989c.856-.251 1.374-1.152 1.092-1.979 0-.007-.209-.659-.535-1.663l.019-.006-.003-.007 1.609-.522a1.62 1.62 0 0 0 1.035-2.024zM10.86 14.238l-1.097-3.377a.02.02 0 0 0 .005-.001v-.006c1.098-.356 2.268-.735 3.363-1.092l1.098 3.377-3.369 1.099z\"/></svg></li><li title=\"bxl slack \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M6.194 14.644c0 1.16-.943 2.107-2.103 2.107a2.11 2.11 0 0 1-2.104-2.107 2.11 2.11 0 0 1 2.104-2.106h2.103v2.106zm1.061 0c0-1.16.944-2.106 2.104-2.106a2.11 2.11 0 0 1 2.103 2.106v5.274a2.11 2.11 0 0 1-2.103 2.106 2.108 2.108 0 0 1-2.104-2.106v-5.274zm2.104-8.455c-1.16 0-2.104-.948-2.104-2.107s.944-2.106 2.104-2.106a2.11 2.11 0 0 1 2.103 2.106v2.107H9.359zm0 1.06a2.11 2.11 0 0 1 2.103 2.107 2.11 2.11 0 0 1-2.103 2.106H4.092a2.11 2.11 0 0 1-2.104-2.106 2.11 2.11 0 0 1 2.104-2.107h5.267zm8.447 2.107c0-1.16.943-2.107 2.103-2.107a2.11 2.11 0 0 1 2.104 2.107 2.11 2.11 0 0 1-2.104 2.106h-2.103V9.356zm-1.061 0c0 1.16-.944 2.106-2.104 2.106a2.11 2.11 0 0 1-2.103-2.106V4.082a2.11 2.11 0 0 1 2.103-2.106c1.16 0 2.104.946 2.104 2.106v5.274zm-2.104 8.455c1.16 0 2.104.948 2.104 2.107s-.944 2.106-2.104 2.106a2.11 2.11 0 0 1-2.103-2.106v-2.107h2.103zm0-1.06a2.11 2.11 0 0 1-2.103-2.107 2.11 2.11 0 0 1 2.103-2.106h5.268a2.11 2.11 0 0 1 2.104 2.106 2.11 2.11 0 0 1-2.104 2.107h-5.268z\"/></svg></li><li title=\"bxl snapchat \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12.166 3c.796 0 3.495.223 4.769 3.073.426.959.324 2.589.24 3.898l-.002.047c-.011.146-.018.278-.024.41a.62.62 0 0 0 .322.072c.241-.013.53-.096.831-.241a.81.81 0 0 1 .373-.084c.146 0 .289.023.409.072.361.12.59.385.59.674.013.361-.313.675-.975.939-.071.023-.169.061-.276.096-.363.109-.917.289-1.073.651-.072.181-.049.421.098.697l.012.013c.048.109 1.228 2.795 3.854 3.229a.401.401 0 0 1 .337.409c0 .06-.013.119-.036.181-.193.457-1.023.795-2.53 1.021-.047.073-.096.302-.132.459-.022.144-.06.289-.107.444-.061.218-.217.325-.446.325h-.024a2.45 2.45 0 0 1-.433-.059 4.799 4.799 0 0 0-1.024-.108c-.24 0-.48.012-.732.06-.483.084-.904.373-1.386.71-.687.481-1.469 1.036-2.649 1.036-.048 0-.096-.012-.146-.012h-.119c-1.181 0-1.951-.543-2.637-1.036-.481-.338-.89-.626-1.373-.711a5.507 5.507 0 0 0-.745-.06c-.435 0-.771.072-1.023.12-.17.035-.314.059-.435.059a.45.45 0 0 1-.47-.337c-.048-.154-.071-.313-.107-.456-.038-.146-.085-.396-.133-.458-1.543-.179-2.373-.517-2.565-.986a.473.473 0 0 1-.044-.181.398.398 0 0 1 .337-.409c2.625-.434 3.805-3.119 3.854-3.232l.013-.023c.145-.277.18-.52.096-.699-.156-.349-.711-.529-1.07-.65a1.759 1.759 0 0 1-.279-.096c-.89-.35-1.011-.748-.962-1.024.072-.384.541-.637.939-.637.117 0 .217.023.308.06.337.155.635.241.888.241a.742.742 0 0 0 .373-.085l-.041-.458c-.08-1.307-.182-2.935.247-3.889 1.236-2.836 3.929-3.054 4.724-3.054L12.117 3h.049z\"/></svg></li><li title=\"bxl soundcloud \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M2.971 12.188c-.041 0-.078.038-.083.082l-.194 1.797.194 1.756c.005.049.042.082.083.082s.075-.033.084-.082l.211-1.756-.225-1.797c0-.046-.037-.082-.074-.082m-.75.691c-.051 0-.076.03-.088.079l-.138 1.109.138 1.092c0 .046.037.078.075.078.039 0 .073-.038.087-.087l.176-1.1-.176-1.112c0-.051-.037-.076-.075-.076m1.526-1.025c-.052 0-.1.039-.1.087l-.176 2.139.188 2.051c0 .049.037.1.099.1.052 0 .089-.051.102-.1l.211-2.064-.211-2.126c-.013-.049-.052-.1-.102-.1m.79-.075c-.063 0-.114.051-.126.113l-.161 2.201.177 2.123c.012.063.061.114.122.114.064 0 .113-.051.125-.124l.201-2.113-.201-2.187a.11.11 0 0 0-.111-.112l-.026-.015zm.962.301a.128.128 0 0 0-.133-.125.134.134 0 0 0-.137.125l-.182 2.026.169 2.138a.13.13 0 0 0 .132.131c.062 0 .123-.055.123-.132l.189-2.139-.189-2.036.028.012zm.674-1.426a.154.154 0 0 0-.148.15l-.176 3.3.156 2.139c0 .077.066.137.15.137.078 0 .145-.074.15-.15l.174-2.137-.173-3.313c-.007-.088-.074-.152-.15-.152m.8-.762a.178.178 0 0 0-.17.163l-.15 4.063.138 2.125c0 .1.075.174.163.174.086 0 .161-.074.174-.174l.162-2.125-.161-4.052c-.013-.1-.088-.175-.175-.175m.826-.372c-.102 0-.176.073-.188.173l-.139 4.4.139 2.102c.012.1.086.188.188.188a.193.193 0 0 0 .187-.188l.163-2.102-.164-4.4c0-.1-.087-.188-.188-.188m1.038.038a.196.196 0 0 0-.199-.199.205.205 0 0 0-.201.199l-.125 4.538.124 2.089c.015.111.101.199.214.199s.201-.088.201-.199l.136-2.089-.136-4.55-.014.012zm.625-.111c-.113 0-.213.1-.213.211l-.125 4.439.125 2.063c0 .125.1.213.213.213a.221.221 0 0 0 .214-.224l.125-2.064-.14-4.428c0-.122-.1-.225-.225-.225m.838.139a.236.236 0 0 0-.237.237l-.086 4.29.113 2.063c0 .124.1.231.236.231.125 0 .227-.1.237-.237l.101-2.038-.112-4.265c-.01-.137-.113-.238-.237-.238m.988-.786a.27.27 0 0 0-.139-.037c-.05 0-.1.013-.137.037a.25.25 0 0 0-.125.214v.05l-.086 5.044.096 2.043v.007c.006.05.024.112.06.15.05.051.12.086.196.086a.28.28 0 0 0 .175-.074.262.262 0 0 0 .076-.188l.013-.201.097-1.838-.113-5.075a.24.24 0 0 0-.111-.199l-.002-.019zm.837-.457a.155.155 0 0 0-.124-.052.283.283 0 0 0-.174.052.265.265 0 0 0-.1.201v.023l-.114 5.513.063 1.014.052.988a.274.274 0 0 0 .548-.012l.125-2.013-.125-5.536a.273.273 0 0 0-.138-.231m7.452 3.15c-.336 0-.663.072-.949.193a4.34 4.34 0 0 0-5.902-3.651c-.188.075-.227.151-.238.301v7.812a.31.31 0 0 0 .275.29h6.827a2.428 2.428 0 0 0 2.45-2.438 2.457 2.457 0 0 0-2.45-2.463\"/></svg></li><li title=\"bxl spotify \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12.01 2.019c-5.495 0-9.991 4.496-9.991 9.991 0 5.494 4.496 9.99 9.991 9.99 5.494 0 9.99-4.496 9.99-9.99 0-5.495-4.446-9.991-9.99-9.991zm4.595 14.436c-.199.299-.549.4-.85.201-2.349-1.45-5.296-1.75-8.793-.951-.348.102-.648-.148-.748-.449-.101-.35.149-.648.45-.749 3.795-.85 7.093-.499 9.69 1.1.35.149.4.548.251.848zm1.2-2.747c-.251.349-.7.499-1.051.249-2.697-1.646-6.792-2.148-9.939-1.148-.398.101-.85-.1-.949-.498-.101-.402.1-.852.499-.952 3.646-1.098 8.143-.548 11.239 1.351.3.149.45.648.201.998zm.099-2.799c-3.197-1.897-8.542-2.097-11.59-1.146a.938.938 0 0 1-1.148-.6.937.937 0 0 1 .599-1.151c3.547-1.049 9.392-.85 13.089 1.351.449.249.599.849.349 1.298-.25.35-.849.498-1.299.248z\"/></svg></li><li title=\"bxl spring boot \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20.205 16.392c-2.469 3.289-7.741 2.179-11.122 2.338 0 0-.599.034-1.201.133 0 0 .228-.097.519-.198 2.374-.821 3.496-.986 4.939-1.727 2.71-1.388 5.408-4.413 5.957-7.555-1.032 3.022-4.17 5.623-7.027 6.679-1.955.722-5.492 1.424-5.493 1.424a5.28 5.28 0 0 1-.143-.076c-2.405-1.17-2.475-6.38 1.894-8.059 1.916-.736 3.747-.332 5.818-.825 2.208-.525 4.766-2.18 5.805-4.344 1.165 3.458 2.565 8.866.054 12.21zm.042-13.28a9.212 9.212 0 0 1-1.065 1.89 9.982 9.982 0 0 0-7.167-3.031C6.492 1.971 2 6.463 2 11.985a9.983 9.983 0 0 0 3.205 7.334l.22.194a.856.856 0 1 1 .001.001l.149.132A9.96 9.96 0 0 0 12.015 22c5.278 0 9.613-4.108 9.984-9.292.274-2.539-.476-5.763-1.752-9.596\"/></svg></li><li title=\"bxl squarespace \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20.886 9.264c-1.502-1.5-3.941-1.5-5.475 0l-6.13 6.131a.981.981 0 0 0 0 1.377.982.982 0 0 0 1.376 0l6.13-6.131a1.925 1.925 0 0 1 2.722 2.723l-6.037 6.035c.751.75 1.971.75 2.723 0l4.66-4.66c1.531-1.534 1.531-3.973.031-5.475zm-2.064 2.033a.982.982 0 0 0-1.376 0l-6.134 6.162c-.751.75-1.97.75-2.72 0-.376-.375-1.002-.375-1.377 0s-.375 1.002 0 1.375c1.502 1.502 3.942 1.502 5.475 0l6.131-6.129c.375-.406.375-1.033.001-1.408zm-2.035-6.129c-1.501-1.502-3.941-1.502-5.475 0l-6.131 6.129a.98.98 0 0 0 0 1.375.98.98 0 0 0 1.377 0l6.168-6.129a1.934 1.934 0 0 1 2.727 0 .982.982 0 0 0 1.376 0c.352-.406.352-1-.024-1.375h-.018zm-2.063 2.031a.978.978 0 0 0-1.376 0l-6.131 6.164a1.933 1.933 0 0 1-2.723 0 1.927 1.927 0 0 1 0-2.723l6.037-6.039a1.928 1.928 0 0 0-2.722 0L3.118 9.264c-1.501 1.502-1.501 3.941 0 5.475 1.501 1.502 3.94 1.502 5.475 0l6.129-6.131c.377-.408.377-1.033 0-1.408h.002z\"/></svg></li><li title=\"bxl stack overflow \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M17.24 19.399v-4.804h1.6V21H4.381v-6.405h1.598v4.804H17.24zM7.582 17.8h8.055v-1.604H7.582V17.8zm.195-3.64 7.859 1.641.34-1.552-7.861-1.642-.338 1.553zm1.018-3.794 7.281 3.398.678-1.463-7.281-3.399-.678 1.454v.01zm2.037-3.589 6.166 5.142 1.018-1.216-6.162-5.14-1.016 1.213-.006.001zm3.982-3.778-1.311.969 4.803 6.454 1.313-.971-4.807-6.452h.002z\"/></svg></li><li title=\"bxl steam \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M8.21 17.32 7 16.8a2.13 2.13 0 1 0 1.17-2.93l1.28.53a1.58 1.58 0 0 1-1.22 2.92z\"/><path d=\"M12 2a10 10 0 0 0-10 9.34l5.38 2.21a2.31 2.31 0 0 1 .47-.24A2.62 2.62 0 0 1 9 13.1l2.44-3.56a3.8 3.8 0 1 1 3.8 3.8h-.08l-3.51 2.5a2.77 2.77 0 0 1-5.47.68l-3.77-1.6A10 10 0 1 0 12 2z\"/><path d=\"M17.79 9.5a2.53 2.53 0 1 0-2.53 2.5 2.54 2.54 0 0 0 2.53-2.5zm-4.42 0a1.9 1.9 0 1 1 1.9 1.91 1.9 1.9 0 0 1-1.9-1.92z\"/></svg></li><li title=\"bxl stripe \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M13.479 9.883c-1.626-.604-2.512-1.067-2.512-1.803 0-.622.511-.977 1.423-.977 1.667 0 3.379.642 4.558 1.22l.666-4.111c-.935-.446-2.847-1.177-5.49-1.177-1.87 0-3.425.489-4.536 1.401-1.155.954-1.757 2.334-1.757 4 0 3.023 1.847 4.312 4.847 5.403 1.936.688 2.579 1.178 2.579 1.934 0 .732-.629 1.155-1.762 1.155-1.403 0-3.716-.689-5.231-1.578l-.674 4.157c1.304.732 3.705 1.488 6.197 1.488 1.976 0 3.624-.467 4.735-1.356 1.245-.977 1.89-2.422 1.89-4.289 0-3.091-1.889-4.38-4.935-5.468h.002z\"/></svg></li><li title=\"bxl tailwind css \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M18.5 9.51a4.22 4.22 0 0 1-1.91-1.34A5.77 5.77 0 0 0 12 6a4.72 4.72 0 0 0-5 4 3.23 3.23 0 0 1 3.5-1.49 4.32 4.32 0 0 1 1.91 1.35A5.77 5.77 0 0 0 17 12a4.72 4.72 0 0 0 5-4 3.2 3.2 0 0 1-3.5 1.51zm-13 4.98a4.22 4.22 0 0 1 1.91 1.34A5.77 5.77 0 0 0 12 18a4.72 4.72 0 0 0 5-4 3.23 3.23 0 0 1-3.5 1.49 4.32 4.32 0 0 1-1.91-1.35A5.8 5.8 0 0 0 7 12a4.72 4.72 0 0 0-5 4 3.2 3.2 0 0 1 3.5-1.51z\"/></svg></li><li title=\"bxl telegram \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m20.665 3.717-17.73 6.837c-1.21.486-1.203 1.161-.222 1.462l4.552 1.42 10.532-6.645c.498-.303.953-.14.579.192l-8.533 7.701h-.002l.002.001-.314 4.692c.46 0 .663-.211.921-.46l2.211-2.15 4.599 3.397c.848.467 1.457.227 1.668-.785l3.019-14.228c.309-1.239-.473-1.8-1.282-1.434z\"/></svg></li><li title=\"bxl tiktok \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19.59 6.69a4.83 4.83 0 0 1-3.77-4.25V2h-3.45v13.67a2.89 2.89 0 0 1-5.2 1.74 2.89 2.89 0 0 1 2.31-4.64 2.93 2.93 0 0 1 .88.13V9.4a6.84 6.84 0 0 0-1-.05A6.33 6.33 0 0 0 5 20.1a6.34 6.34 0 0 0 10.86-4.43v-7a8.16 8.16 0 0 0 4.77 1.52v-3.4a4.85 4.85 0 0 1-1-.1z\"/></svg></li><li title=\"bxl trello \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M18.75 3H5.25A2.25 2.25 0 0 0 3 5.25v13.5A2.25 2.25 0 0 0 5.25 21h13.5A2.25 2.25 0 0 0 21 18.75V5.25A2.25 2.25 0 0 0 18.75 3zm-7.92 13.635a1.08 1.08 0 0 1-1.08 1.08H6.42a1.08 1.08 0 0 1-1.08-1.08V6.42c0-.597.483-1.08 1.08-1.08h3.33c.596 0 1.08.483 1.08 1.08v10.215zm7.83-4.5a1.08 1.08 0 0 1-1.08 1.08h-3.33a1.08 1.08 0 0 1-1.08-1.08V6.42c0-.597.484-1.08 1.08-1.08h3.33c.597 0 1.08.483 1.08 1.08v5.715z\"/></svg></li><li title=\"bxl trip advisor \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M8.31 10.28a2.5 2.5 0 1 0 2.5 2.49 2.5 2.5 0 0 0-2.5-2.49zm0 3.8a1.31 1.31 0 1 1 0-2.61 1.31 1.31 0 1 1 0 2.61zm7.38-3.8a2.5 2.5 0 1 0 2.5 2.49 2.5 2.5 0 0 0-2.5-2.49zM17 12.77a1.31 1.31 0 1 1-1.31-1.3 1.31 1.31 0 0 1 1.31 1.3z\"/><path d=\"M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm7.38 10.77a3.69 3.69 0 0 1-6.2 2.71L12 16.77l-1.18-1.29a3.69 3.69 0 1 1-5-5.44l-1.2-1.3H7.3a8.33 8.33 0 0 1 9.41 0h2.67l-1.2 1.31a3.71 3.71 0 0 1 1.2 2.72z\"/><path d=\"M14.77 9.05a7.19 7.19 0 0 0-5.54 0A4.06 4.06 0 0 1 12 12.7a4.08 4.08 0 0 1 2.77-3.65z\"/></svg></li><li title=\"bxl tumblr \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M14.078 20.953c-2.692 0-4.699-1.385-4.699-4.7v-5.308H6.931V8.07c2.694-.699 3.821-3.017 3.95-5.023h2.796v4.558h3.263v3.34h-3.263v4.622c0 1.386.699 1.864 1.813 1.864h1.58v3.522h-2.992z\"/></svg></li><li title=\"bxl tux \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12.642 8.084c-.364.189-.79.42-1.242.42s-.81-.209-1.066-.413c-.13-.101-.234-.202-.313-.276-.137-.108-.12-.259-.064-.254.094.012.108.136.168.191.08.075.18.172.302.269.243.192.567.38.973.38s.878-.238 1.167-.4c.163-.092.371-.256.541-.381.13-.095.125-.21.232-.198.107.013.028.127-.122.258a3.404 3.404 0 0 1-.576.404z\"/><path d=\"M19.649 17.77c-.142-.16-.209-.456-.281-.771s-.153-.654-.411-.874l-.002-.001a1.054 1.054 0 0 0-.317-.192c.359-1.065.219-2.126-.145-3.084-.444-1.177-1.222-2.202-1.815-2.903-.664-.838-1.313-1.633-1.301-2.808.021-1.793.197-5.118-2.958-5.122a4.66 4.66 0 0 0-.401.017c-3.526.283-2.59 4.008-2.643 5.255-.064.912-.249 1.631-.877 2.523-.736.876-1.774 2.295-2.266 3.771-.232.697-.342 1.407-.241 2.08a1.9 1.9 0 0 0-.091.089c-.216.231-.376.511-.555.699-.166.167-.403.229-.664.323s-.547.231-.721.565l-.001.002a1 1 0 0 0-.108.484c0 .154.023.311.046.461.048.313.097.609.032.81-.206.564-.232.954-.087 1.237.146.284.444.409.783.479.676.141 1.592.106 2.314.489l.062-.117-.061.118c.773.404 1.557.547 2.182.405.454-.104.821-.374 1.011-.789.489-.002 1.025-.209 1.885-.256.583-.047 1.312.207 2.149.16a1.119 1.119 0 0 0 .099.264c.324.649.928.946 1.571.896s1.329-.43 1.883-1.089l-.102-.085.102.084c.527-.64 1.403-.905 1.984-1.255.29-.175.525-.395.544-.713.018-.318-.169-.675-.599-1.152zm-7.79-11.708c-.003-.234.036-.435.126-.639s.201-.351.358-.47.312-.174.494-.176h.009c.179 0 .332.053.489.167.159.116.274.261.366.463a1.493 1.493 0 0 1 .141.636c.002.235-.038.435-.127.639a1.23 1.23 0 0 1-.18.299l-.074-.033c-.089-.038-.167-.069-.237-.096s-.124-.044-.181-.064c.041-.049.122-.108.151-.181a.943.943 0 0 0 .072-.347l.002-.016a.953.953 0 0 0-.05-.337c-.038-.113-.086-.195-.155-.263s-.139-.099-.223-.101h-.011a.324.324 0 0 0-.217.086.618.618 0 0 0-.174.25.944.944 0 0 0-.072.348l-.001.015a.992.992 0 0 0 .014.2 2.463 2.463 0 0 0-.507-.171 1.681 1.681 0 0 1-.014-.19v-.019zm-2.144.052c-.012-.202.009-.376.064-.556s.13-.311.238-.418a.516.516 0 0 1 .349-.168h.03c.118 0 .225.04.335.127a.968.968 0 0 1 .284.389c.076.171.116.343.127.545v.002a1.51 1.51 0 0 1-.002.243c-.023.006-.046.014-.068.021-.128.044-.23.093-.328.158a.845.845 0 0 0 .003-.214v-.012a.95.95 0 0 0-.068-.274.523.523 0 0 0-.138-.203c-.052-.044-.1-.065-.153-.064l-.017.001c-.061.005-.11.034-.157.092a.536.536 0 0 0-.101.223.912.912 0 0 0-.019.293l.001.012c.01.103.031.189.067.275a.528.528 0 0 0 .166.224c-.059.045-.098.078-.146.113l-.11.081a.995.995 0 0 1-.229-.342 1.528 1.528 0 0 1-.128-.546v-.002zm.155 1.228c.187-.14.315-.234.402-.298.086-.063.121-.086.148-.112h.001c.14-.132.362-.374.699-.49.115-.04.245-.065.39-.066.275-.001.608.089 1.01.348.247.16.439.174.882.363h.001c.213.087.338.202.399.321.061.12.063.25.012.387-.103.273-.429.562-.887.705h-.001c-.224.072-.418.233-.647.364a1.449 1.449 0 0 1-.842.217 1.105 1.105 0 0 1-.374-.083 1.202 1.202 0 0 1-.27-.167c-.161-.131-.303-.295-.51-.416h-.002c-.333-.19-.515-.408-.573-.598-.057-.189-.003-.351.162-.475zm.131 13.018v.001c-.047.623-.398.961-.938 1.085-.539.123-1.27 0-1.999-.381h-.001c-.808-.427-1.768-.385-2.384-.514-.308-.064-.509-.161-.602-.341-.092-.18-.094-.494.102-1.028l.001-.002.001-.002c.097-.299.025-.626-.021-.934-.047-.307-.07-.586.034-.781l.001-.002c.135-.259.332-.352.576-.439.245-.088.534-.157.764-.386l.001-.001.001-.001c.212-.223.371-.503.557-.702.157-.167.314-.279.551-.28h.009c.041 0 .085.003.132.011.314.047.588.268.853.625l.762 1.389h.001c.202.423.631.89.994 1.365.362.475.644.952.607 1.317l-.002.001zm-.063-1.01a6.721 6.721 0 0 0-.333-.469 13.467 13.467 0 0 0-.229-.293c.151 0 .28-.024.384-.072a.486.486 0 0 0 .266-.274c.09-.242 0-.583-.288-.973-.29-.39-.778-.83-1.494-1.269-.527-.328-.821-.729-.959-1.165s-.119-.907-.013-1.373c.204-.894.729-1.762 1.063-2.308.09-.066.032.123-.339.811-.332.629-.953 2.081-.103 3.214a6.722 6.722 0 0 1 .538-2.398c.472-1.067 1.456-2.919 1.534-4.395.041.029.18.123.241.158.182.106.316.262.492.403.177.142.396.264.729.283l.093.003c.343 0 .61-.112.833-.239.242-.138.436-.292.618-.351h.001c.387-.122.694-.335.869-.585.302 1.186 1.001 2.897 1.45 3.733.239.443.715 1.385.92 2.52.13-.004.273.015.427.054.537-1.393-.455-2.892-.909-3.31-.184-.178-.192-.258-.102-.254.492.436 1.139 1.311 1.374 2.3.107.451.13.925.016 1.393.056.023.113.048.171.076.862.42 1.181.785 1.027 1.283-.05-.002-.1-.001-.148 0h-.014c.125-.395-.151-.687-.889-1.02-.764-.336-1.373-.303-1.476.379a1.302 1.302 0 0 0-.017.109c-.057.02-.114.045-.172.076-.358.197-.555.553-.664.99-.108.437-.14.964-.17 1.558-.019.298-.141.702-.266 1.129-1.249.897-2.986 1.283-4.461.276zm9.628.057c-.524.317-1.456.593-2.05 1.313-.517.615-1.146.952-1.7.996-.555.044-1.033-.186-1.315-.752v-.001l-.001-.003c-.175-.333-.102-.858.045-1.412.147-.554.359-1.123.388-1.585v-.001c.03-.592.063-1.11.163-1.509.1-.399.256-.669.533-.821l.039-.02c.031.513.285 1.036.734 1.149.491.129 1.199-.292 1.498-.636.06-.002.118-.006.175-.007.262-.006.481.009.707.205v.001h.001c.173.146.255.423.326.733.071.31.128.647.342.888h.001c.41.456.542.764.531.96-.011.198-.153.344-.417.502z\"/><path d=\"M11.738 6.762c.015.048.093.04.138.063.04.02.071.065.116.066.042.001.107-.015.113-.057.008-.056-.073-.091-.126-.111-.067-.026-.153-.039-.216-.004-.014.008-.03.027-.025.043zm-.46 0c-.016.048-.094.04-.139.063-.039.02-.071.065-.115.066-.042.001-.108-.015-.114-.057-.007-.056.074-.091.126-.111.067-.026.153-.039.217-.004.015.008.03.027.025.043z\"/></svg></li><li title=\"bxl twitch \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M4.265 3 3 6.236v13.223h4.502V21l2.531.85 2.392-2.391h3.658l4.923-4.924V3H4.265zm15.052 10.691-2.813 2.814h-4.502l-2.391 2.391v-2.391H5.813V4.688h13.504v9.003zm-2.812-5.767v4.923h-1.688V7.924h1.688zm-4.502 0v4.923h-1.688V7.924h1.688z\"/></svg></li><li title=\"bxl twitter \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19.633 7.997c.013.175.013.349.013.523 0 5.325-4.053 11.461-11.46 11.461-2.282 0-4.402-.661-6.186-1.809.324.037.636.05.973.05a8.07 8.07 0 0 0 5.001-1.721 4.036 4.036 0 0 1-3.767-2.793c.249.037.499.062.761.062.361 0 .724-.05 1.061-.137a4.027 4.027 0 0 1-3.23-3.953v-.05c.537.299 1.16.486 1.82.511a4.022 4.022 0 0 1-1.796-3.354c0-.748.199-1.434.548-2.032a11.457 11.457 0 0 0 8.306 4.215c-.062-.3-.1-.611-.1-.923a4.026 4.026 0 0 1 4.028-4.028c1.16 0 2.207.486 2.943 1.272a7.957 7.957 0 0 0 2.556-.973 4.02 4.02 0 0 1-1.771 2.22 8.073 8.073 0 0 0 2.319-.624 8.645 8.645 0 0 1-2.019 2.083z\"/></svg></li><li title=\"bxl unity \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m10.4 17.8 1.21 2.07L19.77 22 22 14.08 20.72 12 22 10l-2.23-8-8.16 2.13L10.4 6.2H8L2 12l6 5.81zm9.92-5.8-1.73 6L15 12l3.59-6zM10.6 6.54 16.84 5l-3.59 6H6.08zM13.27 13l3.59 6-6.26-1.55L6.1 13z\"/></svg></li><li title=\"bxl unsplash \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M8.625 8.063V3h6.75v5.063h-6.75zm6.75 2.812H21V21H3V10.875h5.625v5.063h6.75v-5.063z\"/></svg></li><li title=\"bxl upwork \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M17.47,6.07h0a4.54,4.54,0,0,0-4.38,3.69,19.9,19.9,0,0,1-2.28-4.9H8.55l0,6a2.14,2.14,0,1,1-4.28,0l0-6L2,4.91l0,6a4.4,4.4,0,1,0,8.8-.05v-1a20.55,20.55,0,0,0,1.65,2.7l-1.38,6.61h2.32l1-4.81a5.61,5.61,0,0,0,3.11.89,4.57,4.57,0,0,0,0-9.14Zm0,6.83h0a4.09,4.09,0,0,1-2.55-1l.23-.91v-.05c.16-1,.66-2.6,2.35-2.6a2.25,2.25,0,0,1,2.27,2.24A2.41,2.41,0,0,1,17.5,12.9Z\" /></svg></li><li title=\"bxl venmo \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M14,3.27a7.49,7.49,0,0,1,.66,3.35c0,2.72-1.93,6.72-3.49,9.27L9.53,2.44l-6.91.65L5.79,22h7.88c3.45-4.54,7.71-11,7.71-16a7.3,7.3,0,0,0-1.06-4Z\" /></svg></li><li title=\"bxl vimeo \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21.062 10.414c-2.036 4.349-6.949 10.267-10.054 10.267-3.06 0-3.501-6.527-5.173-10.869-.823-2.138-1.354-1.646-2.896-.567L2 8.031c2.248-1.976 4.499-4.272 5.88-4.399 1.559-.148 2.517.916 2.873 3.193.475 2.994 1.137 7.641 2.291 7.641.9 0 3.117-3.686 3.232-5.004.203-1.93-1.421-1.989-2.828-1.387 2.228-7.295 11.494-5.95 7.614 2.339z\"/></svg></li><li title=\"bxl visa \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M16.539 9.186a4.155 4.155 0 0 0-1.451-.251c-1.6 0-2.73.806-2.738 1.963-.01.85.803 1.329 1.418 1.613.631.292.842.476.84.737-.004.397-.504.577-.969.577-.639 0-.988-.089-1.525-.312l-.199-.093-.227 1.332c.389.162 1.09.301 1.814.313 1.701 0 2.813-.801 2.826-2.032.014-.679-.426-1.192-1.352-1.616-.563-.275-.912-.459-.912-.738 0-.247.299-.511.924-.511a2.95 2.95 0 0 1 1.213.229l.15.067.227-1.287-.039.009zm4.152-.143h-1.25c-.389 0-.682.107-.852.493l-2.404 5.446h1.701l.34-.893 2.076.002c.049.209.199.891.199.891h1.5l-1.31-5.939zm-10.642-.05h1.621l-1.014 5.942H9.037l1.012-5.944v.002zm-4.115 3.275.168.825 1.584-4.05h1.717l-2.551 5.931H5.139l-1.4-5.022a.339.339 0 0 0-.149-.199 6.948 6.948 0 0 0-1.592-.589l.022-.125h2.609c.354.014.639.125.734.503l.57 2.729v-.003zm12.757.606.646-1.662c-.008.018.133-.343.215-.566l.111.513.375 1.714H18.69v.001h.001z\"/></svg></li><li title=\"bxl visual studio \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m21.29 4.1-4.12-2a1.36 1.36 0 0 0-.48-.1h-.08a1.18 1.18 0 0 0-.72.24l-.14.12-7.88 7.19L4.44 7a.83.83 0 0 0-.54-.17.88.88 0 0 0-.53.17l-1.1 1a.8.8 0 0 0-.27.61.84.84 0 0 0 .27.62l3 2.71-3 2.72a.84.84 0 0 0 0 1.23l1.1 1a.89.89 0 0 0 .6.22.93.93 0 0 0 .47-.17l3.43-2.61 7.88 7.19a1.2 1.2 0 0 0 .76.36h.17a1 1 0 0 0 .49-.12l4.12-2a1.25 1.25 0 0 0 .71-1.1V5.23a1.26 1.26 0 0 0-.71-1.13zM17 16.47l-6-4.53 6-4.53z\"/></svg></li><li title=\"bxl vk \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21.579 6.855c.14-.465 0-.806-.662-.806h-2.193c-.558 0-.813.295-.953.619 0 0-1.115 2.719-2.695 4.482-.51.513-.743.675-1.021.675-.139 0-.341-.162-.341-.627V6.855c0-.558-.161-.806-.626-.806H9.642c-.348 0-.558.258-.558.504 0 .528.79.65.871 2.138v3.228c0 .707-.127.836-.407.836-.743 0-2.551-2.729-3.624-5.853-.209-.607-.42-.852-.98-.852H2.752c-.627 0-.752.295-.752.619 0 .582.743 3.462 3.461 7.271 1.812 2.601 4.363 4.011 6.687 4.011 1.393 0 1.565-.313 1.565-.853v-1.966c0-.626.133-.752.574-.752.324 0 .882.164 2.183 1.417 1.486 1.486 1.732 2.153 2.567 2.153h2.192c.626 0 .939-.313.759-.931-.197-.615-.907-1.51-1.849-2.569-.512-.604-1.277-1.254-1.51-1.579-.325-.419-.231-.604 0-.976.001.001 2.672-3.761 2.95-5.04z\"/></svg></li><li title=\"bxl vuejs \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m12 12.765 5.592-9.437h-3.276L12 7.33v.002L9.688 3.328h-3.28z\"/><path d=\"M18.461 3.332 12 14.235 5.539 3.332H1.992L12 20.672l10.008-17.34z\"/></svg></li><li title=\"bxl whatsapp square \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12.043 6.925a4.985 4.985 0 0 0-4.98 4.979c-.001.94.263 1.856.761 2.649l.118.188-.503 1.837 1.885-.494.181.108a4.97 4.97 0 0 0 2.535.693h.001a4.986 4.986 0 0 0 4.979-4.978 4.946 4.946 0 0 0-1.456-3.522 4.946 4.946 0 0 0-3.521-1.46zm2.928 7.118c-.125.35-.723.668-1.01.711a2.044 2.044 0 0 1-.943-.059 8.51 8.51 0 0 1-.853-.315c-1.502-.648-2.482-2.159-2.558-2.26-.074-.1-.61-.812-.61-1.548 0-.737.386-1.099.523-1.249a.552.552 0 0 1 .4-.186c.1 0 .199.001.287.005.092.004.215-.035.336.257.125.3.425 1.036.462 1.111.037.074.062.162.013.262-.05.101-.074.162-.15.25-.074.088-.157.195-.224.263-.075.074-.153.155-.066.305.088.149.388.64.832 1.037.572.51 1.055.667 1.204.743.15.074.237.063.325-.038.087-.101.374-.437.474-.586.1-.15.199-.125.337-.076.137.051.873.412 1.022.487.148.074.249.112.287.175.036.062.036.361-.088.711z\"/><path d=\"M20 3H4a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1zm-7.96 14.896h-.002a5.98 5.98 0 0 1-2.862-.729L6 18l.85-3.104a5.991 5.991 0 0 1 5.19-8.983 5.95 5.95 0 0 1 4.238 1.757 5.95 5.95 0 0 1 1.751 4.237 5.998 5.998 0 0 1-5.989 5.989z\"/></svg></li><li title=\"bxl whatsapp \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.403 5.633A8.919 8.919 0 0 0 12.053 3c-4.948 0-8.976 4.027-8.978 8.977 0 1.582.413 3.126 1.198 4.488L3 21.116l4.759-1.249a8.981 8.981 0 0 0 4.29 1.093h.004c4.947 0 8.975-4.027 8.977-8.977a8.926 8.926 0 0 0-2.627-6.35m-6.35 13.812h-.003a7.446 7.446 0 0 1-3.798-1.041l-.272-.162-2.824.741.753-2.753-.177-.282a7.448 7.448 0 0 1-1.141-3.971c.002-4.114 3.349-7.461 7.465-7.461a7.413 7.413 0 0 1 5.275 2.188 7.42 7.42 0 0 1 2.183 5.279c-.002 4.114-3.349 7.462-7.461 7.462m4.093-5.589c-.225-.113-1.327-.655-1.533-.73-.205-.075-.354-.112-.504.112s-.58.729-.711.879-.262.168-.486.056-.947-.349-1.804-1.113c-.667-.595-1.117-1.329-1.248-1.554s-.014-.346.099-.458c.101-.1.224-.262.336-.393.112-.131.149-.224.224-.374s.038-.281-.019-.393c-.056-.113-.505-1.217-.692-1.666-.181-.435-.366-.377-.504-.383a9.65 9.65 0 0 0-.429-.008.826.826 0 0 0-.599.28c-.206.225-.785.767-.785 1.871s.804 2.171.916 2.321c.112.15 1.582 2.415 3.832 3.387.536.231.954.369 1.279.473.537.171 1.026.146 1.413.089.431-.064 1.327-.542 1.514-1.066.187-.524.187-.973.131-1.067-.056-.094-.207-.151-.43-.263\"/></svg></li><li title=\"bxl wikipedia \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12.081 12.932c-.78 1.611-1.849 3.792-2.379 4.776-.513.896-.94.776-1.278.024-1.172-2.77-3.58-7.625-4.712-10.347-.209-.502-.367-.823-.516-.95-.151-.125-.462-.2-.936-.227-.174-.019-.26-.061-.26-.131v-.379l.043-.038c.771-.004 4.503 0 4.503 0l.042.038v.362c0 .1-.063.147-.188.147l-.47.024c-.403.026-.605.137-.605.365 0 .112.044.275.139.501.902 2.206 4.017 8.772 4.017 8.772l.114.039 2.01-4.012-.402-.89L9.82 8.285s-.265-.545-.357-.727c-.607-1.203-.593-1.265-1.206-1.347-.173-.02-.261-.042-.261-.125v-.39l.05-.037h3.578l.095.03v.376c0 .088-.063.125-.189.125l-.257.039c-.66.051-.551.318-.113 1.186l1.319 2.712 1.465-2.922c.244-.533.194-.668.093-.789-.058-.07-.255-.185-.677-.2l-.168-.018a.191.191 0 0 1-.121-.043.125.125 0 0 1-.056-.107v-.357l.051-.037c1.04-.007 3.371 0 3.371 0l.05.037v.364c0 .101-.05.148-.161.148-.539.024-.652.079-.854.366-.1.154-.313.49-.538.865l-1.919 3.563-.054.112 2.328 4.763.142.041 3.665-8.704c.129-.352.107-.602-.053-.746-.165-.144-.289-.228-.716-.246l-.35-.014a.211.211 0 0 1-.127-.037.128.128 0 0 1-.06-.1v-.361l.049-.038h4.137l.034.038v.364c0 .1-.062.15-.174.15-.541.024-.94.15-1.203.351-.263.213-.465.514-.614.89 0 0-3.371 7.72-4.524 10.289-.438.84-.878.765-1.253-.026-.477-.977-1.478-3.156-2.206-4.761l.045-.03z\"/></svg></li><li title=\"bxl windows \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m3 5.557 7.357-1.002.004 7.097-7.354.042L3 5.557zm7.354 6.913.006 7.103-7.354-1.011v-6.14l7.348.048zm.892-8.046L21.001 3v8.562l-9.755.077V4.424zm9.758 8.113-.003 8.523-9.755-1.378-.014-7.161 9.772.016z\"/></svg></li><li title=\"bxl wix \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M13.444 8.256c-.4.212-.544.562-.544 1.53 0 0 .202-.194.499-.303a2.01 2.01 0 0 0 .512-.275c.338-.247.385-.562.385-1.096 0 0-.553-.016-.852.144zm-2.349.229c-.32.286-.418.739-.418.739l-1.078 4.141L8.71 9.97c-.087-.355-.246-.808-.495-1.107-.31-.378-.944-.401-1.015-.401-.068 0-.709.023-1.026.407-.246.303-.406.751-.493 1.108l-.889 3.395-1.066-4.147s-.092-.459-.418-.739c-.529-.465-1.314-.367-1.314-.367l2.048 7.764s.677.052 1.015-.126c.441-.224.659-.401.929-1.463.241-.94.912-3.704.974-3.905.029-.098.07-.332.241-.332.179 0 .214.229.241.332.064.195.729 2.965.976 3.905.268 1.055.481 1.227.929 1.463.338.178 1.015.126 1.015.126l2.048-7.759c-.002 0-.789-.099-1.315.361zm3.201.9s-.129.195-.42.367c-.188.104-.367.178-.562.271-.323.154-.414.332-.414.595v5.266s.522.063.854-.104c.436-.222.533-.435.541-1.404V9.385zm5.112 2.632 2.599-3.875s-1.096-.189-1.641.309c-.35.315-.738.885-.738.885l-.952 1.386c-.053.069-.104.15-.2.15-.099 0-.161-.075-.202-.15l-.962-1.382s-.385-.568-.74-.884c-.54-.499-1.641-.31-1.641-.31l2.603 3.865-2.603 3.858s1.146.149 1.688-.35c.35-.315.688-.837.688-.837l.95-1.383c.053-.068.104-.147.2-.147.1 0 .161.075.202.147l.952 1.383s.355.51.7.837c.538.499 1.667.35 1.667.35l-2.57-3.852z\"/></svg></li><li title=\"bxl wordpress \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19.891 7.788a8.966 8.966 0 0 1 1.099 4.313 8.986 8.986 0 0 1-4.47 7.771l2.746-7.939c.513-1.282.684-2.309.684-3.219a7.165 7.165 0 0 0-.059-.926m-6.651.087a14.14 14.14 0 0 0 1.026-.088c.485-.063.428-.775-.056-.749 0 0-1.463.112-2.4.112-.887 0-2.375-.125-2.375-.125-.487-.024-.55.713-.061.738 0 0 .449.052.938.075l1.399 3.838-1.975 5.899-3.274-9.724a17.006 17.006 0 0 0 1.028-.083c.487-.063.43-.775-.055-.747 0 0-1.455.115-2.395.115-.167 0-.365-.007-.575-.013C6.093 4.726 8.862 3.113 12 3.113c2.341 0 4.471.894 6.071 2.36-.038-.002-.076-.008-.117-.008-.883 0-1.51.77-1.51 1.596 0 .741.427 1.369.883 2.108.343.601.742 1.37.742 2.481 0 .763-.295 1.662-.685 2.899l-.896 2.987-3.25-9.675.002.014zM12 21.087a8.983 8.983 0 0 1-2.54-.364l2.697-7.838 2.763 7.572c.021.044.042.085.065.124a9.016 9.016 0 0 1-2.985.508m-8.99-8.988a8.94 8.94 0 0 1 .778-3.658l4.287 11.749a8.993 8.993 0 0 1-5.065-8.091m8.99-10c-5.513 0-10 4.487-10 10s4.487 10 10 10 10-4.487 10-10-4.487-10-10-10\"/></svg></li><li title=\"bxl yahoo \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M13.131 21s-.63-.114-1.138-.114c-.457 0-1.142.114-1.142.114l.143-7.646C9.933 11.52 6.814 5.933 4.868 3c.979.223 1.391.209 2.374 0l.015.025c1.239 2.194 3.135 5.254 4.736 7.905C13.575 8.325 16.064 4.258 16.74 3c.765.201 1.536.193 2.392 0-.9 1.213-4.175 6.88-6.153 10.354L13.125 21h.006z\"/></svg></li><li title=\"bxl yelp \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M18.824 16.675c-.105.726-1.587 2.609-2.269 2.882-.232.093-.457.07-.637-.068-.116-.09-.235-.272-1.833-2.866l-.475-.773c-.183-.277-.148-.642.078-.92.223-.27.549-.37.832-.262.016.008 1.195.397 1.195.397 2.688.883 2.775.917 2.891 1.002.17.139.249.356.214.608h.004zm-5.386-3.946c-.19-.289-.187-.63.01-.865l.746-1.019c1.642-2.235 1.732-2.353 1.843-2.431a.636.636 0 0 1 .652-.024c.651.316 1.966 2.269 2.045 3.019v.025a.623.623 0 0 1-.259.587c-.123.079-.235.125-3.291.866-.483.123-.752.19-.91.247l.021-.023c-.302.091-.64-.055-.831-.357l-.026-.025zm-1.875-1.159c-.146.046-.591.185-1.139-.702 0 0-3.694-5.813-3.78-5.992-.053-.201.011-.429.19-.613.55-.569 3.534-1.405 4.315-1.215.255.066.43.227.491.453.045.25.408 5.646.46 6.854.051 1.034-.392 1.171-.537 1.215zm.487 5.913c-.008 2.827-.015 2.922-.061 3.056-.079.211-.26.352-.51.398-.72.122-2.972-.71-3.441-1.267a.739.739 0 0 1-.157-.37c-.013-.09 0-.18.033-.259.057-.146.135-.259 2.158-2.63l.594-.706c.203-.26.563-.338.899-.204.325.124.528.405.506.708v1.259l-.021.015zm-6.13-1.808c-.222-.006-.42-.14-.535-.358-.083-.162-.142-.428-.18-.752-.102-.974.023-2.444.314-2.911.138-.214.338-.327.559-.319.146 0 .276.046 3.167 1.236l.848.337c.302.111.489.427.472.787-.022.348-.224.616-.521.696l-1.202.382c-2.689.864-2.778.888-2.919.877l-.003.025zm11.22 5.322h-.004l-.003.003.007-.003z\"/></svg></li><li title=\"bxl youtube \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21.593 7.203a2.506 2.506 0 0 0-1.762-1.766C18.265 5.007 12 5 12 5s-6.264-.007-7.831.404a2.56 2.56 0 0 0-1.766 1.778c-.413 1.566-.417 4.814-.417 4.814s-.004 3.264.406 4.814c.23.857.905 1.534 1.763 1.765 1.582.43 7.83.437 7.83.437s6.265.007 7.831-.403a2.515 2.515 0 0 0 1.767-1.763c.414-1.565.417-4.812.417-4.812s.02-3.265-.407-4.831zM9.996 15.005l.005-6 5.207 3.005-5.212 2.995z\"/></svg></li><li title=\"bxl zoom \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M1.984 7.506v6.74c.006 1.524 1.361 2.75 3.014 2.745h10.693c.303 0 .549-.225.549-.498v-6.74c-.008-1.523-1.363-2.75-3.014-2.744H2.531c-.302 0-.547.224-.547.497zm14.936 2.63 4.416-2.963c.383-.292.68-.219.68.309v9.036c0 .601-.363.528-.68.309L16.92 13.87v-3.734z\"/></svg></li><li class='heading'>regular</li><li title=\"bx abacus \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M2 3h2v18H2zm18 0h2v18h-2zM5 13h2v1h2v-1h2v1h2v-1h4v1h2v-4h-2v1h-4v-1h-2v1H9v-1H7v1H5zm0-9v4h2V7h8v1h2V7h2V5h-2V4h-2v1H7V4zm0 13v3h2v-1h2v1h2v-1h8v-2h-8v-1H9v1H7v-1H5z\"/></svg></li><li title=\"bx accessibility \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><circle cx=\"18\" cy=\"4\" r=\"2\"/><path d=\"m17.836 12.014-4.345.725 3.29-4.113a1 1 0 0 0-.227-1.457l-6-4a.999.999 0 0 0-1.262.125l-4 4 1.414 1.414 3.42-3.42 2.584 1.723-2.681 3.352a5.913 5.913 0 0 0-5.5.752l1.451 1.451A3.972 3.972 0 0 1 8 12c2.206 0 4 1.794 4 4 0 .739-.216 1.425-.566 2.02l1.451 1.451A5.961 5.961 0 0 0 14 16c0-.445-.053-.878-.145-1.295L17 14.181V20h2v-7a.998.998 0 0 0-1.164-.986zM8 20c-2.206 0-4-1.794-4-4 0-.739.216-1.425.566-2.02l-1.451-1.451A5.961 5.961 0 0 0 2 16c0 3.309 2.691 6 6 6 1.294 0 2.49-.416 3.471-1.115l-1.451-1.451A3.972 3.972 0 0 1 8 20z\"/></svg></li><li title=\"bx add to queue \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 2H8c-1.103 0-2 .897-2 2v12c0 1.103.897 2 2 2h12c1.103 0 2-.897 2-2V4c0-1.103-.897-2-2-2zM8 16V4h12l.002 12H8z\"/><path d=\"M4 8H2v12c0 1.103.897 2 2 2h12v-2H4V8zm11-2h-2v3h-3v2h3v3h2v-3h3V9h-3z\"/></svg></li><li title=\"bx adjust \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 22c5.514 0 10-4.486 10-10S17.514 2 12 2 2 6.486 2 12s4.486 10 10 10zm0-18c4.411 0 8 3.589 8 8s-3.589 8-8 8-8-3.589-8-8 3.589-8 8-8z\"/><path d=\"M19 12a7 7 0 0 0-7-7v14a7 7 0 0 0 7-7z\"/></svg></li><li title=\"bx alarm add \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 4c-4.879 0-9 4.121-9 9s4.121 9 9 9 9-4.121 9-9-4.121-9-9-9zm0 16c-3.794 0-7-3.206-7-7s3.206-7 7-7 7 3.206 7 7-3.206 7-7 7z\"/><path d=\"M13 8h-2v4H7v2h4v4h2v-4h4v-2h-4zm7.292-1.292-3.01-3 1.412-1.417 3.01 3zM5.282 2.294 6.7 3.706l-2.99 3-1.417-1.413z\"/></svg></li><li title=\"bx alarm exclamation \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 22c4.879 0 9-4.121 9-9s-4.121-9-9-9-9 4.121-9 9 4.121 9 9 9zm0-16c3.794 0 7 3.206 7 7s-3.206 7-7 7-7-3.206-7-7 3.206-7 7-7zm5.284-2.293 1.412-1.416 3.01 3-1.413 1.417zM5.282 2.294 6.7 3.706l-2.99 3-1.417-1.413z\"/><path d=\"M11 9h2v5h-2zm0 6h2v2h-2z\"/></svg></li><li title=\"bx alarm off \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m20.292 6.708-3.01-3 1.412-1.417 3.01 3zm1.415 13.585-2.287-2.287C20.409 16.563 21 14.838 21 13c0-4.879-4.121-9-9-9-1.838 0-3.563.591-5.006 1.58L5.91 4.496l.788-.79-1.416-1.412-.786.788-.789-.789-1.414 1.414 18 18 1.414-1.414zM12 6c3.794 0 7 3.206 7 7 0 1.292-.387 2.507-1.027 3.559L15.414 14H17v-2h-3.586L13 11.586V8h-2v1.586L8.441 7.027C9.493 6.387 10.708 6 12 6zM4.305 8.426A8.792 8.792 0 0 0 3 13c0 4.879 4.121 9 9 9a8.792 8.792 0 0 0 4.574-1.305l-1.461-1.461A6.801 6.801 0 0 1 12 20c-3.794 0-7-3.206-7-7 0-1.111.281-2.169.766-3.113L4.305 8.426z\"/></svg></li><li title=\"bx alarm snooze \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 4c-4.879 0-9 4.121-9 9s4.121 9 9 9 9-4.121 9-9-4.121-9-9-9zm0 16c-3.794 0-7-3.206-7-7s3.206-7 7-7 7 3.206 7 7-3.206 7-7 7zm8.292-13.292-3.01-3 1.412-1.417 3.01 3zM6.698 3.707l-2.99 2.999L2.29 5.294l2.99-3z\"/><path d=\"M14.832 10.555A1 1 0 0 0 14 9H9v2h3.132l-2.964 4.445A1 1 0 0 0 10 17h5v-2h-3.132l2.964-4.445z\"/></svg></li><li title=\"bx alarm \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 4c-4.879 0-9 4.121-9 9s4.121 9 9 9 9-4.121 9-9-4.121-9-9-9zm0 16c-3.794 0-7-3.206-7-7s3.206-7 7-7 7 3.206 7 7-3.206 7-7 7z\"/><path d=\"M13 12V8h-2v6h6v-2zm4.284-8.293 1.412-1.416 3.01 3-1.413 1.417zm-10.586 0-2.99 2.999L2.29 5.294l2.99-3z\"/></svg></li><li title=\"bx album \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><circle cx=\"11.99\" cy=\"11.99\" r=\"2.01\"/><path d=\"M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm0 18a8 8 0 1 1 8-8 8 8 0 0 1-8 8z\"/><path d=\"M12 6a6 6 0 0 0-6 6h2a4 4 0 0 1 4-4z\"/></svg></li><li title=\"bx align justify \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M4 7h16v2H4zm0-4h16v2H4zm0 8h16v2H4zm0 4h16v2H4zm2 4h12v2H6z\"/></svg></li><li title=\"bx align left \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M4 19h16v2H4zm0-4h11v2H4zm0-4h16v2H4zm0-8h16v2H4zm0 4h11v2H4z\"/></svg></li><li title=\"bx align middle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M4 19h16v2H4zm3-4h10v2H7zm-3-4h16v2H4zm0-8h16v2H4zm3 4h10v2H7z\"/></svg></li><li title=\"bx align right \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M4 19h16v2H4zm5-4h11v2H9zm-5-4h16v2H4zm0-8h16v2H4zm5 4h11v2H9z\"/></svg></li><li title=\"bx analyse \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M2 12h2a7.986 7.986 0 0 1 2.337-5.663 7.91 7.91 0 0 1 2.542-1.71 8.12 8.12 0 0 1 6.13-.041A2.488 2.488 0 0 0 17.5 7C18.886 7 20 5.886 20 4.5S18.886 2 17.5 2c-.689 0-1.312.276-1.763.725-2.431-.973-5.223-.958-7.635.059a9.928 9.928 0 0 0-3.18 2.139 9.92 9.92 0 0 0-2.14 3.179A10.005 10.005 0 0 0 2 12zm17.373 3.122c-.401.952-.977 1.808-1.71 2.541s-1.589 1.309-2.542 1.71a8.12 8.12 0 0 1-6.13.041A2.488 2.488 0 0 0 6.5 17C5.114 17 4 18.114 4 19.5S5.114 22 6.5 22c.689 0 1.312-.276 1.763-.725A9.965 9.965 0 0 0 12 22a9.983 9.983 0 0 0 9.217-6.102A9.992 9.992 0 0 0 22 12h-2a7.993 7.993 0 0 1-.627 3.122z\"/><path d=\"M12 7.462c-2.502 0-4.538 2.036-4.538 4.538S9.498 16.538 12 16.538s4.538-2.036 4.538-4.538S14.502 7.462 12 7.462zm0 7.076c-1.399 0-2.538-1.139-2.538-2.538S10.601 9.462 12 9.462s2.538 1.139 2.538 2.538-1.139 2.538-2.538 2.538z\"/></svg></li><li title=\"bx anchor \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m22 15-3-4-3 4h1.906c-.436 2.469-2.438 4.471-4.906 4.906V13h2v-2h-2V9.336c1.543-.459 2.714-1.923 2.714-3.621C15.714 3.666 14.048 2 12 2S8.286 3.666 8.286 5.715c0 1.698 1.171 3.162 2.714 3.621V11H9v2h2v6.906C8.531 19.471 6.529 17.469 6.094 15H8l-3-4-3 4h2.073c.511 3.885 3.929 7 7.927 7s7.416-3.115 7.927-7H22zM10.286 5.715C10.286 4.77 11.055 4 12 4s1.714.77 1.714 1.715c0 .951-.801 1.785-1.714 1.785s-1.714-.834-1.714-1.785z\"/></svg></li><li title=\"bx angry \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm0 18c-4.411 0-8-3.589-8-8s3.589-8 8-8 8 3.589 8 8-3.589 8-8 8z\"/><path d=\"M12 14c-3 0-4 3-4 3h8s-1-3-4-3zm-2.439-2.439c.014-.014.023-.03.037-.044l1.031.413.742-1.857-5-2-.742 1.856 1.373.549L7 10.5a1.499 1.499 0 0 0 2.561 1.061zm3.068-1.49.742 1.857 1.037-.415c.011.011.019.024.029.035a1.488 1.488 0 0 0 2.112 0c.271-.271.438-.644.438-1.056l-.001-.01 1.386-.554-.742-1.857-5.001 2z\"/></svg></li><li title=\"bx aperture \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.579 2 2 6.579 2 12s4.579 10 10 10 10-4.579 10-10S17.421 2 12 2zm2.113 13H9.986l-1.723-3.094L10.202 9h3.736l1.871 3.062L14.113 15zM4 12c0-.953.186-1.87.508-2.727L7.696 15H4.61A7.757 7.757 0 0 1 4 12zm12.283-3h3.106A7.74 7.74 0 0 1 20 12c0 .844-.143 1.66-.397 2.432L16.283 9zm1.905-2h-6.653l1.905-2.857c1.886.359 3.562 1.403 4.748 2.857zm-7.095-2.941L9.132 7H9v.197L7.17 9.942 5.65 7.214c1.3-1.703 3.249-2.895 5.443-3.155zM5.812 17h7.147l-1.709 2.961C9.084 19.748 7.141 18.63 5.812 17zm7.828 2.82 3.357-5.815 1.544 2.526c-1.154 1.642-2.901 2.854-4.901 3.289z\"/></svg></li><li title=\"bx arch \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M8 22h1v-6.995c.006-.502.177-3.005 3-3.005s2.994 2.503 3 3v7h7v-2h-1V4h1V2H2v2h1v16H2v2h6zM19 4v2H5V4h14zM5 8h14v12h-2v-5c0-1.729-1.045-5-5-5s-5 3.271-5 5v5H5V8z\"/></svg></li><li title=\"bx archive in \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m21.706 5.292-2.999-2.999A.996.996 0 0 0 18 2H6a.996.996 0 0 0-.707.293L2.294 5.292A.994.994 0 0 0 2 6v13c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V6a.994.994 0 0 0-.294-.708zM6.414 4h11.172l1 1H5.414l1-1zM4 19V7h16l.002 12H4z\"/><path d=\"M14 9h-4v3H7l5 5 5-5h-3z\"/></svg></li><li title=\"bx archive out \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m21.706 5.292-2.999-2.999A.996.996 0 0 0 18 2H6a.996.996 0 0 0-.707.293L2.294 5.292A.994.994 0 0 0 2 6v13c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V6a.994.994 0 0 0-.294-.708zM6.414 4h11.172l1 1H5.414l1-1zM4 19V7h16l.002 12H4z\"/><path d=\"M7 14h3v3h4v-3h3l-5-5z\"/></svg></li><li title=\"bx archive \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m21.706 5.291-2.999-2.998A.996.996 0 0 0 18 2H6a.996.996 0 0 0-.707.293L2.294 5.291A.994.994 0 0 0 2 5.999V19c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V5.999a.994.994 0 0 0-.294-.708zM6.414 4h11.172l.999.999H5.415L6.414 4zM4 19V6.999h16L20.002 19H4z\"/><path d=\"M15 12H9v-2H7v4h10v-4h-2z\"/></svg></li><li title=\"bx area \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M3 5v14c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2H5c-1.103 0-2 .897-2 2zm16.002 14H5V5h14l.002 14z\"/><path d=\"M15 12h2V7h-5v2h3zm-3 3H9v-3H7v5h5z\"/></svg></li><li title=\"bx arrow back \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21 11H6.414l5.293-5.293-1.414-1.414L2.586 12l7.707 7.707 1.414-1.414L6.414 13H21z\"/></svg></li><li title=\"bx arrow from bottom \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M6 18h12v2H6zm6-14.414-6.707 6.707 1.414 1.414L11 7.414V16h2V7.414l4.293 4.293 1.414-1.414z\"/></svg></li><li title=\"bx arrow from left \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M4 6h2v12H4zm4 7h8.586l-4.293 4.293 1.414 1.414L20.414 12l-6.707-6.707-1.414 1.414L16.586 11H8z\"/></svg></li><li title=\"bx arrow from right \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M18 6h2v12h-2zm-2 5H7.414l4.293-4.293-1.414-1.414L3.586 12l6.707 6.707 1.414-1.414L7.414 13H16z\"/></svg></li><li title=\"bx arrow from top \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M6 4h12v2H6zm6 16.414 6.707-6.707-1.414-1.414L13 16.586V8h-2v8.586l-4.293-4.293-1.414 1.414z\"/></svg></li><li title=\"bx arrow to bottom \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M6 18h12v2H6zm5-14v8.586L6.707 8.293 5.293 9.707 12 16.414l6.707-6.707-1.414-1.414L13 12.586V4z\"/></svg></li><li title=\"bx arrow to left \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M4 6h2v12H4zm10.293-.707L7.586 12l6.707 6.707 1.414-1.414L11.414 13H20v-2h-8.586l4.293-4.293z\"/></svg></li><li title=\"bx arrow to right \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M18 6h2v12h-2zM4 13h8.586l-4.293 4.293 1.414 1.414L16.414 12 9.707 5.293 8.293 6.707 12.586 11H4z\"/></svg></li><li title=\"bx arrow to top \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M6 4h12v2H6zm.707 11.707L11 11.414V20h2v-8.586l4.293 4.293 1.414-1.414L12 7.586l-6.707 6.707z\"/></svg></li><li title=\"bx at \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10c1.466 0 2.961-.371 4.442-1.104l-.885-1.793C14.353 19.698 13.156 20 12 20c-4.411 0-8-3.589-8-8s3.589-8 8-8 8 3.589 8 8v1c0 .692-.313 2-1.5 2-1.396 0-1.494-1.819-1.5-2V8h-2v.025A4.954 4.954 0 0 0 12 7c-2.757 0-5 2.243-5 5s2.243 5 5 5c1.45 0 2.748-.631 3.662-1.621.524.89 1.408 1.621 2.838 1.621 2.273 0 3.5-2.061 3.5-4v-1c0-5.514-4.486-10-10-10zm0 13c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3z\"/></svg></li><li title=\"bx atom \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M3.102 20.898c.698.699 1.696 1.068 2.887 1.068 1.742 0 3.855-.778 6.012-2.127 2.156 1.35 4.27 2.127 6.012 2.127 1.19 0 2.188-.369 2.887-1.068 1.269-1.269 1.411-3.413.401-6.039-.358-.932-.854-1.895-1.457-2.859a16.792 16.792 0 0 0 1.457-2.859c1.01-2.626.867-4.771-.401-6.039-.698-.699-1.696-1.068-2.887-1.068-1.742 0-3.855.778-6.012 2.127-2.156-1.35-4.27-2.127-6.012-2.127-1.19 0-2.188.369-2.887 1.068C1.833 4.371 1.69 6.515 2.7 9.141c.359.932.854 1.895 1.457 2.859A16.792 16.792 0 0 0 2.7 14.859c-1.01 2.626-.867 4.77.402 6.039zm16.331-5.321c.689 1.79.708 3.251.052 3.907-.32.32-.815.482-1.473.482-1.167 0-2.646-.503-4.208-1.38a26.611 26.611 0 0 0 4.783-4.784c.336.601.623 1.196.846 1.775zM12 17.417a23.568 23.568 0 0 1-2.934-2.483A23.998 23.998 0 0 1 6.566 12 23.74 23.74 0 0 1 12 6.583a23.568 23.568 0 0 1 2.934 2.483 23.998 23.998 0 0 1 2.5 2.934A23.74 23.74 0 0 1 12 17.417zm6.012-13.383c.657 0 1.152.162 1.473.482.656.656.638 2.117-.052 3.907-.223.579-.51 1.174-.846 1.775a26.448 26.448 0 0 0-4.783-4.784c1.562-.876 3.041-1.38 4.208-1.38zM4.567 8.423c-.689-1.79-.708-3.251-.052-3.907.32-.32.815-.482 1.473-.482 1.167 0 2.646.503 4.208 1.38a26.448 26.448 0 0 0-4.783 4.784 13.934 13.934 0 0 1-.846-1.775zm0 7.154c.223-.579.51-1.174.846-1.775a26.448 26.448 0 0 0 4.783 4.784c-1.563.877-3.041 1.38-4.208 1.38-.657 0-1.152-.162-1.473-.482-.656-.656-.637-2.117.052-3.907z\"/><circle cx=\"12\" cy=\"12\" r=\"2.574\"/></svg></li><li title=\"bx award \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M5 8.999c0 1.902.765 3.627 2 4.89V21a.998.998 0 0 0 1.447.895L12 20.118l3.553 1.776a.992.992 0 0 0 .972-.043c.295-.183.475-.504.475-.851v-7.11a6.976 6.976 0 0 0 2-4.891C19 5.14 15.86 2 12 2S5 5.14 5 8.999zm7.447 9.106a1 1 0 0 0-.895 0L9 19.382v-4.067c.911.434 1.926.685 3 .685s2.089-.25 3-.685v4.066l-2.553-1.276zM12 4c2.756 0 5 2.242 5 4.999A5.006 5.006 0 0 1 12 14c-2.757 0-5-2.243-5-5.001A5.005 5.005 0 0 1 12 4z\"/></svg></li><li title=\"bx badge check \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M4.035 15.479A3.976 3.976 0 0 0 4 16c0 2.378 2.138 4.284 4.521 3.964C9.214 21.198 10.534 22 12 22s2.786-.802 3.479-2.036C17.857 20.284 20 18.378 20 16c0-.173-.012-.347-.035-.521C21.198 14.786 22 13.465 22 12s-.802-2.786-2.035-3.479C19.988 8.347 20 8.173 20 8c0-2.378-2.143-4.288-4.521-3.964C14.786 2.802 13.466 2 12 2s-2.786.802-3.479 2.036C6.138 3.712 4 5.622 4 8c0 .173.012.347.035.521C2.802 9.214 2 10.535 2 12s.802 2.786 2.035 3.479zm1.442-5.403 1.102-.293-.434-1.053A1.932 1.932 0 0 1 6 8c0-1.103.897-2 2-2 .247 0 .499.05.73.145l1.054.434.293-1.102a1.99 1.99 0 0 1 3.846 0l.293 1.102 1.054-.434C15.501 6.05 15.753 6 16 6c1.103 0 2 .897 2 2 0 .247-.05.5-.145.73l-.434 1.053 1.102.293a1.993 1.993 0 0 1 0 3.848l-1.102.293.434 1.053c.095.23.145.483.145.73 0 1.103-.897 2-2 2-.247 0-.499-.05-.73-.145l-1.054-.434-.293 1.102a1.99 1.99 0 0 1-3.846 0l-.293-1.102-1.054.434A1.935 1.935 0 0 1 8 18c-1.103 0-2-.897-2-2 0-.247.05-.5.145-.73l.434-1.053-1.102-.293a1.993 1.993 0 0 1 0-3.848z\"/><path d=\"m15.742 10.71-1.408-1.42-3.331 3.299-1.296-1.296-1.414 1.414 2.704 2.704z\"/></svg></li><li title=\"bx badge \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19.965 8.521C19.988 8.347 20 8.173 20 8c0-2.378-2.143-4.288-4.521-3.964C14.786 2.802 13.466 2 12 2s-2.786.802-3.479 2.036C6.138 3.712 4 5.622 4 8c0 .173.012.347.035.521C2.802 9.214 2 10.535 2 12s.802 2.786 2.035 3.479A3.976 3.976 0 0 0 4 16c0 2.378 2.138 4.284 4.521 3.964C9.214 21.198 10.534 22 12 22s2.786-.802 3.479-2.036C17.857 20.284 20 18.378 20 16c0-.173-.012-.347-.035-.521C21.198 14.786 22 13.465 22 12s-.802-2.786-2.035-3.479zm-1.442 5.403-1.102.293.434 1.053c.095.23.145.483.145.73 0 1.103-.897 2-2 2-.247 0-.499-.05-.73-.145l-1.054-.434-.293 1.102a1.99 1.99 0 0 1-3.846 0l-.293-1.102-1.054.434A1.935 1.935 0 0 1 8 18c-1.103 0-2-.897-2-2 0-.247.05-.5.145-.73l.434-1.053-1.102-.293a1.993 1.993 0 0 1 0-3.848l1.102-.293-.434-1.053A1.932 1.932 0 0 1 6 8c0-1.103.897-2 2-2 .247 0 .499.05.73.145l1.054.434.293-1.102a1.99 1.99 0 0 1 3.846 0l.293 1.102 1.054-.434C15.501 6.05 15.753 6 16 6c1.103 0 2 .897 2 2 0 .247-.05.5-.145.73l-.434 1.053 1.102.293a1.993 1.993 0 0 1 0 3.848z\"/></svg></li><li title=\"bx baguette \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M7.64,21.71a8,8,0,0,0,5.6-2.47l6-6c2.87-2.87,3.31-7.11,1-9.45s-6.58-1.91-9.45,1l-6,6c-2.87,2.87-3.31,7.11-1,9.45A5.38,5.38,0,0,0,7.64,21.71Zm-2-9,2.78,2.79,1.42-1.42L7.05,11.29,8.46,9.88l2.83,2.83,1.42-1.42L9.88,8.46l1.41-1.41,2.83,2.83,1.42-1.42L12.75,5.68c2-1.61,4.65-1.87,6-.47s1.09,4.56-1,6.62l-6,6c-2.06,2.05-5.09,2.5-6.62,1S4.07,14.76,5.68,12.75Z\"/></svg></li><li title=\"bx ball \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M3.76 21a17.68 17.68 0 0 0 4 .43 13.89 13.89 0 0 0 9.93-3.69C23 12.37 21.06 4.11 21 3.76a1 1 0 0 0-.76-.76 17.91 17.91 0 0 0-4-.43 13.82 13.82 0 0 0-9.96 3.71C.94 11.63 2.94 19.89 3 20.24a1 1 0 0 0 .76.76zM7.7 7.7a11.86 11.86 0 0 1 8.49-3.1 17.57 17.57 0 0 1 3 .25c.31 1.87.91 7.67-2.86 11.44a11.91 11.91 0 0 1-8.55 3.11 17.16 17.16 0 0 1-2.93-.25c-.32-1.88-.92-7.67 2.85-11.45z\"/><path d=\"m7.29 15.29 1.42 1.42 1.79-1.79 1.79 1.79 1.42-1.42-1.8-1.79 1.59-1.59 1.79 1.8 1.42-1.42-1.8-1.79 1.8-1.79-1.42-1.42-1.79 1.8-1.79-1.8-1.42 1.42 1.8 1.79-1.59 1.59-1.79-1.8-1.42 1.42 1.8 1.79z\"/></svg></li><li title=\"bx band aid \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M8.111 21.889a5.962 5.962 0 0 0 4.242-1.757l7.778-7.778a6.007 6.007 0 0 0 0-8.485 5.965 5.965 0 0 0-4.243-1.757 5.962 5.962 0 0 0-4.242 1.757l-7.778 7.778a6.007 6.007 0 0 0 0 8.485 5.965 5.965 0 0 0 4.243 1.757zm-2.829-8.828 7.778-7.778a3.976 3.976 0 0 1 2.828-1.171c1.069 0 2.073.416 2.829 1.171a4.006 4.006 0 0 1 0 5.657l-7.778 7.778a3.976 3.976 0 0 1-2.828 1.171 3.977 3.977 0 0 1-2.829-1.171 4.008 4.008 0 0 1 0-5.657z\"/><circle cx=\"9\" cy=\"12\" r=\"1\"/><circle cx=\"15\" cy=\"12\" r=\"1\"/><circle cx=\"12\" cy=\"15\" r=\"1\"/><circle cx=\"12\" cy=\"9\" r=\"1\"/></svg></li><li title=\"bx bar chart alt 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 7h-4V4c0-1.103-.897-2-2-2h-4c-1.103 0-2 .897-2 2v5H4c-1.103 0-2 .897-2 2v9a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1V9c0-1.103-.897-2-2-2zM4 11h4v8H4v-8zm6-1V4h4v15h-4v-9zm10 9h-4V9h4v10z\"/></svg></li><li title=\"bx bar chart alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M13 6h2v11h-2zm4-3h2v14h-2zM9 9h2v8H9zM4 19h16v2H4zm1-7h2v5H5z\"/></svg></li><li title=\"bx bar chart square \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M3 5v14c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2H5c-1.103 0-2 .897-2 2zm16.001 14H5V5h14l.001 14z\"/><path d=\"M11 7h2v10h-2zm4 3h2v7h-2zm-8 2h2v5H7z\"/></svg></li><li title=\"bx bar chart \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M9 6h2v14H9zm4 2h2v12h-2zm4-4h2v16h-2zM5 12h2v8H5z\"/></svg></li><li title=\"bx barcode reader \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M5 7h2v10H5zm9 0h1v10h-1zm-4 0h3v10h-3zM8 7h1v10H8zm8 0h3v10h-3z\"/><path d=\"M4 5h4V3H4c-1.103 0-2 .897-2 2v4h2V5zm0 16h4v-2H4v-4H2v4c0 1.103.897 2 2 2zM20 3h-4v2h4v4h2V5c0-1.103-.897-2-2-2zm0 16h-4v2h4c1.103 0 2-.897 2-2v-4h-2v4z\"/></svg></li><li title=\"bx barcode \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"  ><path d=\"M20 4H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2zM4 18V6h16v12z\"/><path d=\"M6 8h2v8H6zm3 0h1v8H9zm8 0h1v8h-1zm-4 0h3v8h-3zm-2 0h1v8h-1z\"/></svg></li><li title=\"bx baseball \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M11.99 2a9.937 9.937 0 0 0-7.071 2.938c-3.898 3.898-3.898 10.243 0 14.143 1.895 1.895 4.405 2.938 7.071 2.938s5.177-1.043 7.071-2.938c3.899-3.899 3.899-10.244 0-14.143A9.937 9.937 0 0 0 11.99 2zm5.657 15.667a7.957 7.957 0 0 1-3.816 2.129l-.001-.037a6.199 6.199 0 0 1 .421-2.259l-1.863-.729a8.188 8.188 0 0 0-.552 3.239 7.953 7.953 0 0 1-5.503-2.344 7.965 7.965 0 0 1-2.332-5.503c.08.002.16.005.24.005a8.16 8.16 0 0 0 2.988-.558l-.73-1.862a6.156 6.156 0 0 1-2.281.412 7.936 7.936 0 0 1 2.115-3.809 7.963 7.963 0 0 1 3.972-2.168 5.974 5.974 0 0 1-.357 1.95l1.881.681a7.92 7.92 0 0 0 .482-2.701c0-.033-.004-.065-.005-.098 2.013.079 3.9.896 5.342 2.336a7.959 7.959 0 0 1 2.324 5.348 7.908 7.908 0 0 0-2.787.473l.684 1.88a5.91 5.91 0 0 1 1.935-.361 7.953 7.953 0 0 1-2.157 3.976z\"/><path d=\"M14.112 14.13a7.599 7.599 0 0 0-.926 1.121l1.656 1.12c.2-.296.43-.574.683-.826a6.428 6.428 0 0 1 1.178-.929l-1.049-1.703a8.408 8.408 0 0 0-1.542 1.217zM8.456 8.474a5.713 5.713 0 0 1-.827.681l1.119 1.658a7.72 7.72 0 0 0 1.122-.926 8.501 8.501 0 0 0 1.217-1.542L9.384 7.297a6.519 6.519 0 0 1-.928 1.177z\"/></svg></li><li title=\"bx basket \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21 9h-1.42l-3.712-6.496-1.736.992L17.277 9H6.723l3.146-5.504-1.737-.992L4.42 9H3a1.001 1.001 0 0 0-.965 1.263l2.799 10.264A2.005 2.005 0 0 0 6.764 22h10.473c.898 0 1.692-.605 1.93-1.475l2.799-10.263A.998.998 0 0 0 21 9zm-3.764 11v1-1H6.764L4.31 11h15.38l-2.454 9z\"/><path d=\"M9 13h2v5H9zm4 0h2v5h-2z\"/></svg></li><li title=\"bx basketball \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M4.929 19.071c1.895 1.895 4.405 2.938 7.071 2.938s5.177-1.043 7.071-2.938c3.899-3.899 3.899-10.243 0-14.143C17.177 3.034 14.665 1.99 12 1.99S6.823 3.034 4.929 4.929c-3.899 3.898-3.899 10.243 0 14.142zm7.38-15.065a7.912 7.912 0 0 1 4.594 1.678L12 10.586l-1.46-1.46c1.161-1.479 1.792-3.308 1.769-5.12zM9.11 7.696 7.098 5.684a7.929 7.929 0 0 1 3.218-1.51c-.015 1.236-.445 2.477-1.206 3.522zM7.686 9.1a6.065 6.065 0 0 1-3.459 1.057 7.923 7.923 0 0 1 1.458-3.058L7.686 9.1zm-3.675 3.046c.077.002.154.014.231.014a8.05 8.05 0 0 0 4.877-1.626L10.586 12l-4.901 4.901a7.972 7.972 0 0 1-1.674-4.755zm12.294 2.745c1.042-.758 2.28-1.188 3.508-1.206a7.947 7.947 0 0 1-1.497 3.217l-2.011-2.011zm.597 3.425a7.935 7.935 0 0 1-3.059 1.47 6.05 6.05 0 0 1 1.057-3.472l2.002 2.002zm-5.044 1.686a7.922 7.922 0 0 1-4.761-1.686L12 13.414l1.463 1.463c-1.103 1.444-1.659 3.266-1.605 5.125zm8.124-8.31c-1.807-.018-3.633.61-5.108 1.768L13.414 12l4.901-4.901a7.968 7.968 0 0 1 1.667 4.593z\"/></svg></li><li title=\"bx bath \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21 10H7V7c0-1.103.897-2 2-2s2 .897 2 2h2c0-2.206-1.794-4-4-4S5 4.794 5 7v3H3a1 1 0 0 0-1 1v2c0 2.606 1.674 4.823 4 5.65V22h2v-3h8v3h2v-3.35c2.326-.827 4-3.044 4-5.65v-2a1 1 0 0 0-1-1zm-1 3c0 2.206-1.794 4-4 4H8c-2.206 0-4-1.794-4-4v-1h16v1z\"/></svg></li><li title=\"bx battery \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M4 18h14c1.103 0 2-.897 2-2v-2h2v-4h-2V8c0-1.103-.897-2-2-2H4c-1.103 0-2 .897-2 2v8c0 1.103.897 2 2 2zM4 8h14l.002 8H4V8z\"/></svg></li><li title=\"bx bed \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 9.557V3h-2v2H6V3H4v6.557C2.81 10.25 2 11.525 2 13v4a1 1 0 0 0 1 1h1v4h2v-4h12v4h2v-4h1a1 1 0 0 0 1-1v-4c0-1.475-.811-2.75-2-3.443zM18 7v2h-5V7h5zM6 7h5v2H6V7zm14 9H4v-3c0-1.103.897-2 2-2h12c1.103 0 2 .897 2 2v3z\"/></svg></li><li title=\"bx been here \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C7.589 2 4 5.589 4 9.995c-.029 6.445 7.116 11.604 7.42 11.819a.998.998 0 0 0 1.16 0C12.884 21.599 20.029 16.44 20 10c0-4.411-3.589-8-8-8zm0 17.735C10.389 18.427 5.979 14.441 6 10c0-3.309 2.691-6 6-6s6 2.691 6 6.005c.021 4.437-4.388 8.423-6 9.73z\"/><path d=\"M11 11.586 8.707 9.293l-1.414 1.414L11 14.414l5.707-5.707-1.414-1.414z\"/></svg></li><li title=\"bx beer \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 6h-2V4a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v15c0 1.654 1.346 3 3 3h10c1.654 0 3-1.346 3-3v-1h2c1.103 0 2-.897 2-2V8c0-1.103-.897-2-2-2zm-4 13c0 .551-.448 1-1 1H5c-.552 0-1-.449-1-1V5h12v14zm4-3h-2V8h2v8z\"/><path d=\"M6 7h2v10H6zm6 0h2v10h-2z\"/></svg></li><li title=\"bx bell minus \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20.707 15.293 19 13.586V10c0-3.217-2.185-5.927-5.145-6.742C13.562 2.52 12.846 2 12 2s-1.562.52-1.855 1.258C7.185 4.074 5 6.783 5 10v3.586l-1.707 1.707A.996.996 0 0 0 3 16v2a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1v-2a.996.996 0 0 0-.293-.707zM19 17H5v-.586l1.707-1.707A.996.996 0 0 0 7 14v-4c0-2.757 2.243-5 5-5s5 2.243 5 5v4c0 .266.105.52.293.707L19 16.414V17zm-7 5a2.98 2.98 0 0 0 2.818-2H9.182A2.98 2.98 0 0 0 12 22z\"/><path d=\"M8.037 10h7.926v2H8.037z\"/></svg></li><li title=\"bx bell off \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 22a2.98 2.98 0 0 0 2.818-2H9.182A2.98 2.98 0 0 0 12 22zm9-4v-2a.996.996 0 0 0-.293-.707L19 13.586V10c0-3.217-2.185-5.927-5.145-6.742C13.562 2.52 12.846 2 12 2s-1.562.52-1.855 1.258c-1.323.364-2.463 1.128-3.346 2.127L3.707 2.293 2.293 3.707l18 18 1.414-1.414-1.362-1.362A.993.993 0 0 0 21 18zM12 5c2.757 0 5 2.243 5 5v4c0 .266.105.52.293.707L19 16.414V17h-.586L8.207 6.793C9.12 5.705 10.471 5 12 5zm-5.293 9.707A.996.996 0 0 0 7 14v-2.879L5.068 9.189C5.037 9.457 5 9.724 5 10v3.586l-1.707 1.707A.996.996 0 0 0 3 16v2a1 1 0 0 0 1 1h10.879l-2-2H5v-.586l1.707-1.707z\"/></svg></li><li title=\"bx bell plus \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M13 7.037h-2V10H8.037v2H11v2.963h2V12h2.963v-2H13z\"/><path d=\"M19 13.586V10c0-3.217-2.185-5.927-5.145-6.742C13.562 2.52 12.846 2 12 2s-1.562.52-1.855 1.258C7.185 4.074 5 6.783 5 10v3.586l-1.707 1.707A.996.996 0 0 0 3 16v2a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1v-2a.996.996 0 0 0-.293-.707L19 13.586zM19 17H5v-.586l1.707-1.707A.996.996 0 0 0 7 14v-4c0-2.757 2.243-5 5-5s5 2.243 5 5v4c0 .266.105.52.293.707L19 16.414V17zm-7 5a2.98 2.98 0 0 0 2.818-2H9.182A2.98 2.98 0 0 0 12 22z\"/></svg></li><li title=\"bx bell \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 13.586V10c0-3.217-2.185-5.927-5.145-6.742C13.562 2.52 12.846 2 12 2s-1.562.52-1.855 1.258C7.185 4.074 5 6.783 5 10v3.586l-1.707 1.707A.996.996 0 0 0 3 16v2a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1v-2a.996.996 0 0 0-.293-.707L19 13.586zM19 17H5v-.586l1.707-1.707A.996.996 0 0 0 7 14v-4c0-2.757 2.243-5 5-5s5 2.243 5 5v4c0 .266.105.52.293.707L19 16.414V17zm-7 5a2.98 2.98 0 0 0 2.818-2H9.182A2.98 2.98 0 0 0 12 22z\"/></svg></li><li title=\"bx bible \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M6 22h15v-2H6.012C5.55 19.988 5 19.805 5 19s.55-.988 1.012-1H21V4c0-1.103-.897-2-2-2H6c-1.206 0-3 .799-3 3v14c0 2.201 1.794 3 3 3zM5 8V5c0-.805.55-.988 1-1h13v12H5V8z\"/><path d=\"M11 14h2v-4h2V8h-2V6h-2v2H9v2h2z\"/></svg></li><li title=\"bx bitcoin \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M8 13v4H6v2h3v2h2v-2h2v2h2v-2.051c1.968-.249 3.5-1.915 3.5-3.949 0-1.32-.65-2.484-1.64-3.213A3.982 3.982 0 0 0 18 9c0-1.858-1.279-3.411-3-3.858V3h-2v2h-2V3H9v2H6v2h2v6zm6.5 4H10v-4h4.5c1.103 0 2 .897 2 2s-.897 2-2 2zM10 7h4c1.103 0 2 .897 2 2s-.897 2-2 2h-4V7z\"/></svg></li><li title=\"bx blanket \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 2H7C4.243 2 2 4.243 2 7v10c0 2.757 2.243 5 5 5h12c1.654 0 3-1.346 3-3s-1.346-3-3-3H6v2h13a1 1 0 0 1 0 2H7c-1.654 0-3-1.346-3-3s1.346-3 3-3h13c1.103 0 2-.897 2-2V4c0-1.103-.897-2-2-2zm0 10H7a4.973 4.973 0 0 0-3 1.002V7c0-1.654 1.346-3 3-3h13v8z\"/></svg></li><li title=\"bx block \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zM4 12c0-1.846.634-3.542 1.688-4.897l11.209 11.209A7.946 7.946 0 0 1 12 20c-4.411 0-8-3.589-8-8zm14.312 4.897L7.103 5.688A7.948 7.948 0 0 1 12 4c4.411 0 8 3.589 8 8a7.954 7.954 0 0 1-1.688 4.897z\"/></svg></li><li title=\"bx bluetooth \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m4.41 16.192 1.18 1.615L10 14.584V21a1 1 0 0 0 1.541.841l7-4.5a.999.999 0 0 0 .049-1.649L13.537 12l5.053-3.692a1.002 1.002 0 0 0-.049-1.65l-7-4.5a1.002 1.002 0 0 0-1.021-.037c-.32.176-.52.513-.52.879v6.416L5.59 6.192 4.41 7.808 10 11.893v.215l-5.59 4.084zM12 4.832l4.232 2.721L12 10.646V4.832zm0 8.522 4.232 3.093L12 19.168v-5.814z\"/></svg></li><li title=\"bx body \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"4\" r=\"2\"/><path d=\"M15 22V9h5V7H4v2h5v13h2v-7h2v7z\"/></svg></li><li title=\"bx bold \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M17.061 11.22A4.46 4.46 0 0 0 18 8.5C18 6.019 15.981 4 13.5 4H6v15h8c2.481 0 4.5-2.019 4.5-4.5a4.48 4.48 0 0 0-1.439-3.28zM13.5 7c.827 0 1.5.673 1.5 1.5s-.673 1.5-1.5 1.5H9V7h4.5zm.5 9H9v-3h5c.827 0 1.5.673 1.5 1.5S14.827 16 14 16z\"/></svg></li><li title=\"bx bolt circle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm0 18c-4.411 0-8-3.589-8-8s3.589-8 8-8 8 3.589 8 8-3.589 8-8 8z\"/><path d=\"m13 6-6 7h4v5l6-7h-4z\"/></svg></li><li title=\"bx bomb \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21 3.001c-1.4 0-2.584 1.167-2.707 1.293L17.207 5.38l-1.091-1.088a.999.999 0 0 0-1.413.001L13.46 5.537A8.353 8.353 0 0 0 10.5 5C5.813 5 2 8.813 2 13.5S5.813 22 10.5 22s8.5-3.813 8.5-8.5c0-.909-.144-1.8-.428-2.658l1.345-1.345a1.002 1.002 0 0 0-.001-1.415l-1.293-1.29 1.088-1.088c.229-.229.845-.703 1.289-.703h1v-2h-1zm-4.511 7.978c.339.804.511 1.652.511 2.521 0 3.584-2.916 6.5-6.5 6.5S4 17.084 4 13.5 6.916 7 10.5 7c.96 0 1.89.21 2.762.624.381.181.837.103 1.136-.196l1.014-1.014 2.384 2.377-1.092 1.092a.998.998 0 0 0-.215 1.096z\"/><path d=\"M6 13.5a4.47 4.47 0 0 0 1.318 3.182l1.414-1.414C8.26 14.795 8 14.168 8 13.5s.26-1.295.732-1.768A2.484 2.484 0 0 1 10.5 11V9a4.469 4.469 0 0 0-3.182 1.318A4.47 4.47 0 0 0 6 13.5z\"/></svg></li><li title=\"bx bone \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19.049 4.951a3.953 3.953 0 0 0-1.028-1.801c-1.51-1.51-4.146-1.51-5.656 0a4.009 4.009 0 0 0-.618 4.86l-3.714 3.714c-1.505-.89-3.591-.649-4.86.618a4.004 4.004 0 0 0 0 5.657 3.946 3.946 0 0 0 1.8 1.028c.178.681.53 1.302 1.028 1.8A3.966 3.966 0 0 0 8.829 22a3.973 3.973 0 0 0 2.828-1.172 4.007 4.007 0 0 0 .617-4.859l3.714-3.714c1.507.891 3.593.65 4.861-.619a4.003 4.003 0 0 0 0-5.656 3.942 3.942 0 0 0-1.8-1.029zm.387 5.271c-.756.755-2.073.756-2.829 0l-.707-.707-6.363 6.364.707.707a2.003 2.003 0 0 1 0 2.828c-.757.757-2.074.755-2.829 0a1.963 1.963 0 0 1-.571-1.31l-.047-.9-.9-.047a1.972 1.972 0 0 1-1.31-.571 2.003 2.003 0 0 1 0-2.829c.377-.377.879-.585 1.413-.585s1.036.208 1.414.585l.707.707 6.364-6.363-.707-.707a2.003 2.003 0 0 1 0-2.829c.756-.754 2.072-.754 2.828 0 .343.343.546.809.572 1.312l.048.897.897.048c.503.026.969.229 1.312.572.377.378.585.88.585 1.414s-.207 1.036-.584 1.414z\"/></svg></li><li title=\"bx bong \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m19.293 8.293-2.069 2.069A7.017 7.017 0 0 0 15 8.681V4h1V2H8v2h1v4.681A7.01 7.01 0 0 0 5 15c0 3.859 3.141 7 7 7s7-3.141 7-7a6.958 6.958 0 0 0-.652-2.934l2.359-2.359-1.414-1.414zm-8.959 1.998.666-.235V4h2v6.056l.666.235A5.006 5.006 0 0 1 16.886 14H7.114a5.006 5.006 0 0 1 3.22-3.709zM12 20a5.007 5.007 0 0 1-4.898-4h9.797A5.009 5.009 0 0 1 12 20z\"/></svg></li><li title=\"bx book add \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M3 8v11c0 2.201 1.794 3 3 3h15v-2H6.012C5.55 19.988 5 19.806 5 19c0-.101.009-.191.024-.273.112-.576.584-.717.988-.727H21V4c0-1.103-.897-2-2-2H6c-1.206 0-3 .799-3 3v3zm3-4h13v12H5V5c0-.806.55-.988 1-1z\"/><path d=\"M11 14h2v-3h3V9h-3V6h-2v3H8v2h3z\"/></svg></li><li title=\"bx book alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 2H6c-1.206 0-3 .799-3 3v14c0 2.201 1.794 3 3 3h15v-2H6.012C5.55 19.988 5 19.806 5 19s.55-.988 1.012-1H21V4c0-1.103-.897-2-2-2zm0 14H5V5c0-.806.55-.988 1-1h13v12z\"/></svg></li><li title=\"bx book bookmark \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 2.01H6c-1.206 0-3 .799-3 3v14c0 2.201 1.794 3 3 3h15v-2H6.012C5.55 19.998 5 19.815 5 19.01c0-.101.009-.191.024-.273.112-.575.583-.717.987-.727H20c.018 0 .031-.009.049-.01H21V4.01c0-1.103-.897-2-2-2zm0 14H5v-11c0-.806.55-.988 1-1h7v7l2-1 2 1v-7h2v12z\"/></svg></li><li title=\"bx book content \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 3H4c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2zM4 19V5h7v14H4zm9 0V5h7l.001 14H13z\"/><path d=\"M15 7h3v2h-3zm0 4h3v2h-3z\"/></svg></li><li title=\"bx book heart \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M3 8v11c0 2.201 1.794 3 3 3h15v-2H6.012C5.55 19.988 5 19.806 5 19s.55-.988 1.012-1H21V4c0-1.103-.897-2-2-2H6c-1.206 0-3 .799-3 3v3zm3-4h13v12H5V5c0-.806.55-.988 1-1z\"/><path d=\"m11.997 14 3.35-3.289a2.129 2.129 0 0 0 0-3.069 2.225 2.225 0 0 0-3.126 0l-.224.218-.224-.219a2.224 2.224 0 0 0-3.125 0 2.129 2.129 0 0 0 0 3.069L11.997 14z\"/></svg></li><li title=\"bx book open \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21 3h-7a2.98 2.98 0 0 0-2 .78A2.98 2.98 0 0 0 10 3H3a1 1 0 0 0-1 1v15a1 1 0 0 0 1 1h5.758c.526 0 1.042.214 1.414.586l1.121 1.121c.009.009.021.012.03.021.086.079.182.149.294.196h.002a.996.996 0 0 0 .762 0h.002c.112-.047.208-.117.294-.196.009-.009.021-.012.03-.021l1.121-1.121A2.015 2.015 0 0 1 15.242 20H21a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1zM8.758 18H4V5h6c.552 0 1 .449 1 1v12.689A4.032 4.032 0 0 0 8.758 18zM20 18h-4.758c-.799 0-1.584.246-2.242.689V6c0-.551.448-1 1-1h6v13z\"/></svg></li><li title=\"bx book reader \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21 8c-.202 0-4.85.029-9 2.008C7.85 8.029 3.202 8 3 8a1 1 0 0 0-1 1v9.883a1 1 0 0 0 .305.719c.195.188.48.305.729.28l.127-.001c.683 0 4.296.098 8.416 2.025.016.008.034.005.05.011.119.049.244.083.373.083s.254-.034.374-.083c.016-.006.034-.003.05-.011 4.12-1.928 7.733-2.025 8.416-2.025l.127.001c.238.025.533-.092.729-.28.194-.189.304-.449.304-.719V9a1 1 0 0 0-1-1zM4 10.049c1.485.111 4.381.48 7 1.692v7.742c-3-1.175-5.59-1.494-7-1.576v-7.858zm16 7.858c-1.41.082-4 .401-7 1.576v-7.742c2.619-1.212 5.515-1.581 7-1.692v7.858z\"/><circle cx=\"12\" cy=\"5\" r=\"3\"/></svg></li><li title=\"bx book \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M6 22h15v-2H6.012C5.55 19.988 5 19.805 5 19s.55-.988 1.012-1H21V4c0-1.103-.897-2-2-2H6c-1.206 0-3 .799-3 3v14c0 2.201 1.794 3 3 3zM5 8V5c0-.805.55-.988 1-1h13v12H5V8z\"/><path d=\"M8 6h9v2H8z\"/></svg></li><li title=\"bx bookmark alt minus \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M18.5 2h-12C4.57 2 3 3.57 3 5.5V22l7-3.5 7 3.5v-9h5V5.5C22 3.57 20.43 2 18.5 2zM15 18.764l-5-2.5-5 2.5V5.5C5 4.673 5.673 4 6.5 4h8.852A3.451 3.451 0 0 0 15 5.5v13.264zM20 11h-3V5.5c0-.827.673-1.5 1.5-1.5s1.5.673 1.5 1.5V11z\"/><path d=\"M7 9h6v2H7z\"/></svg></li><li title=\"bx bookmark alt plus \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M18.5 2h-12C4.57 2 3 3.57 3 5.5V22l7-3.5 7 3.5v-9h5V5.5C22 3.57 20.43 2 18.5 2zM15 18.764l-5-2.5-5 2.5V5.5C5 4.673 5.673 4 6.5 4h8.852A3.451 3.451 0 0 0 15 5.5v13.264zM20 11h-3V5.5c0-.827.673-1.5 1.5-1.5s1.5.673 1.5 1.5V11z\"/><path d=\"M11 7H9v2H7v2h2v2h2v-2h2V9h-2z\"/></svg></li><li title=\"bx bookmark alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M18.5 2h-12C4.57 2 3 3.57 3 5.5V22l7-3.5 7 3.5v-9h5V5.5C22 3.57 20.43 2 18.5 2zM15 18.764l-5-2.5-5 2.5V5.5C5 4.673 5.673 4 6.5 4h8.852A3.451 3.451 0 0 0 15 5.5v13.264zM20 11h-3V5.5c0-.827.673-1.5 1.5-1.5s1.5.673 1.5 1.5V11z\"/></svg></li><li title=\"bx bookmark heart \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 22V4c0-1.103-.897-2-2-2H6c-1.103 0-2 .897-2 2v18l8-4.572L20 22zM6 10V4h12v14.553l-6-3.428-6 3.428V10z\"/><path d=\"M15.409 9.512c.361-.372.585-.888.585-1.456s-.223-1.083-.585-1.456a1.962 1.962 0 0 0-1.412-.603S13.001 5.994 12 7.026c-1.001-1.032-1.997-1.029-1.997-1.029-.552 0-1.051.23-1.412.603-.362.373-.585.887-.585 1.456s.223 1.084.585 1.456L12 13.203l3.409-3.691z\"/></svg></li><li title=\"bx bookmark minus \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M8 9h8v2H8z\"/><path d=\"M20 22V4c0-1.103-.897-2-2-2H6c-1.103 0-2 .897-2 2v18l8-4.572L20 22zM6 10V4h12v14.553l-6-3.428-6 3.428V10z\"/></svg></li><li title=\"bx bookmark plus \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M13 14v-3h3V9h-3V6h-2v3H8v2h3v3z\"/><path d=\"M20 22V4c0-1.103-.897-2-2-2H6c-1.103 0-2 .897-2 2v18l8-4.572L20 22zM6 10V4h12v14.553l-6-3.428-6 3.428V10z\"/></svg></li><li title=\"bx bookmark \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M18 2H6c-1.103 0-2 .897-2 2v18l8-4.572L20 22V4c0-1.103-.897-2-2-2zm0 16.553-6-3.428-6 3.428V4h12v14.553z\"/></svg></li><li title=\"bx bookmarks \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M14 5H6c-1.103 0-2 .897-2 2v16l6-3.601L16 23V7c0-1.103-.897-2-2-2zm0 14.467-4-2.399-4 2.399V7h8v12.467z\"/><path d=\"M18 1h-8c-1.103 0-2 .897-2 2h8c1.103 0 2 .897 2 2v10.443l2 2.489V3c0-1.103-.897-2-2-2z\"/></svg></li><li title=\"bx border all \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M9 21h12V3H3v18h6zm10-4v2h-6v-6h6v4zM15 5h4v6h-6V5h2zM5 7V5h6v6H5V7zm0 12v-6h6v6H5z\"/></svg></li><li title=\"bx border bottom \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M3 7h2v2H3zm0 4h2v2H3zm0 4h2v2H3zM3 3h2v2H3zm8 0h2v2h-2zM7 3h2v2H7zm8 0h2v2h-2zm4 0h2v2h-2zm0 12h2v2h-2zm0-4h2v2h-2zm0-4h2v2h-2zm-4 4h2v2h-2zm-8 0h2v2H7zm4-4h2v2h-2zm0 8h2v2h-2zm0-4h2v2h-2zm6 8H3v2h18v-2h-2z\"/></svg></li><li title=\"bx border inner \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 19h2v2h-2zM7 19h2v2H7zm8 0h2v2h-2zM3 19h2v2H3zm0-4h2v2H3zm0-8h2v2H3zm0-4h2v2H3zm12 0h2v2h-2zM7 3h2v2H7zm12 0h2v2h-2zm0 12h2v2h-2zm0-8h2v2h-2z\"/><path d=\"M5 13h6v8h2v-8h8v-2h-8V3h-2v8H3v2h1.93z\"/></svg></li><li title=\"bx border left \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M11 3h2v2h-2zm4 0h2v2h-2zM7 3h2v2H7zm12 0h2v2h-2zm0 8h2v2h-2zm0 4h2v2h-2zm0-8h2v2h-2zm0 12h2v2h-2zm-4 0h2v2h-2zm-8 0h2v2H7zm4 0h2v2h-2zm0-4h2v2h-2zm0-8h2v2h-2zm4 4h2v2h-2zm-8 0h2v2H7zm4 0h2v2h-2zM3 5v16h2V3H3z\"/></svg></li><li title=\"bx border none \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 19h2v2h-2zm-8 0h2v2h-2zm4 0h2v2h-2zm-8 0h2v2H7zm-4 0h2v2H3zM3 7h2v2H3zm0 8h2v2H3zm0-4h2v2H3zm0-8h2v2H3zm4 0h2v2H7zm4 0h2v2h-2zm4 0h2v2h-2zm4 0h2v2h-2zm0 4h2v2h-2zm0 4h2v2h-2zm0 4h2v2h-2zm-8-8h2v2h-2zm0 8h2v2h-2zm-4-4h2v2H7zm8 0h2v2h-2zm-4 0h2v2h-2z\"/></svg></li><li title=\"bx border outer \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M11 7h2v2h-2zm0 8h2v2h-2zm-4-4h2v2H7zm8 0h2v2h-2zm-4 0h2v2h-2z\"/><path d=\"M19 3H3v18h18V3h-2zm0 4v12H5V5h14v2z\"/></svg></li><li title=\"bx border radius \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 19h2v2h-2zM7 19h2v2H7zm8 0h2v2h-2zm-4 0h2v2h-2zm-8 0h2v2H3zm0-4h2v2H3zm0-8h2v2H3zm0 4h2v2H3zm0-8h2v2H3zm4 0h2v2H7zm12 12h2v2h-2zM16 3h-5v2h5c1.654 0 3 1.346 3 3v5h2V8c0-2.757-2.243-5-5-5z\"/></svg></li><li title=\"bx border right \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M15 19h2v2h-2zm-4 0h2v2h-2zm-4 0h2v2H7zm-4 0h2v2H3zM3 7h2v2H3zm0 8h2v2H3zm0-4h2v2H3zm0-8h2v2H3zm12 0h2v2h-2zm-4 0h2v2h-2zM7 3h2v2H7zm4 4h2v2h-2zm0 8h2v2h-2zm-4-4h2v2H7zm8 0h2v2h-2zm-4 0h2v2h-2zm8-6v16h2V3h-2z\"/></svg></li><li title=\"bx border top \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 11h2v2h-2zm0 4h2v2h-2zm0-8h2v2h-2zm0 12h2v2h-2zm-8 0h2v2h-2zm4 0h2v2h-2zm-8 0h2v2H7zm-4 0h2v2H3zm0-8h2v2H3zm0 4h2v2H3zm0-8h2v2H3zm4 4h2v2H7zm8 0h2v2h-2zm-4-4h2v2h-2zm0 8h2v2h-2zm0-4h2v2h-2zm10-8H3v2h18z\"/></svg></li><li title=\"bx bot \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21.928 11.607c-.202-.488-.635-.605-.928-.633V8c0-1.103-.897-2-2-2h-6V4.61c.305-.274.5-.668.5-1.11a1.5 1.5 0 0 0-3 0c0 .442.195.836.5 1.11V6H5c-1.103 0-2 .897-2 2v2.997l-.082.006A1 1 0 0 0 1.99 12v2a1 1 0 0 0 1 1H3v5c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2v-5a1 1 0 0 0 1-1v-1.938a1.006 1.006 0 0 0-.072-.455zM5 20V8h14l.001 3.996L19 12v2l.001.005.001 5.995H5z\"/><ellipse cx=\"8.5\" cy=\"12\" rx=\"1.5\" ry=\"2\"/><ellipse cx=\"15.5\" cy=\"12\" rx=\"1.5\" ry=\"2\"/><path d=\"M8 16h8v2H8z\"/></svg></li><li title=\"bx bowl hot \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21,10H3a1,1,0,0,0-1,1,10,10,0,0,0,5,8.66V21a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1V19.66A10,10,0,0,0,22,11,1,1,0,0,0,21,10Zm-5.45,8.16a1,1,0,0,0-.55.9V20H9v-.94a1,1,0,0,0-.55-.9A8,8,0,0,1,4.06,12H19.94A8,8,0,0,1,15.55,18.16Z\"/><path d=\"M9,9V7.93A4.53,4.53,0,0,0,7.72,4.78,2.49,2.49,0,0,1,7,3V2H5V3A4.53,4.53,0,0,0,6.28,6.17,2.49,2.49,0,0,1,7,7.93V9Z\"/><path d=\"M13,9V7.93a4.53,4.53,0,0,0-1.28-3.15A2.49,2.49,0,0,1,11,3V2H9V3a4.53,4.53,0,0,0,1.28,3.15A2.49,2.49,0,0,1,11,7.93V9Z\"/><path d=\"M17,9V7.93a4.53,4.53,0,0,0-1.28-3.15A2.49,2.49,0,0,1,15,3V2H13V3a4.53,4.53,0,0,0,1.28,3.15A2.49,2.49,0,0,1,15,7.93V9Z\"/></svg></li><li title=\"bx bowl rice \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M7,19.66V21a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1V19.66A10,10,0,0,0,22,11a1,1,0,0,0-1-1h0a3.58,3.58,0,0,0-1.8-3,3.66,3.66,0,0,0-3.63-3.13,3.86,3.86,0,0,0-1,.13A3.7,3.7,0,0,0,9.46,4a3.86,3.86,0,0,0-1-.13A3.66,3.66,0,0,0,4.81,7,3.58,3.58,0,0,0,3,10H3a1,1,0,0,0-1,1A10,10,0,0,0,7,19.66Zm-.89-11,.83-.26L6.78,7.5A1.64,1.64,0,0,1,8.44,5.88a1.78,1.78,0,0,1,.83.2l.81.45.5-.77a1.71,1.71,0,0,1,2.84,0l.5.77.81-.45a1.78,1.78,0,0,1,.83-.2,1.65,1.65,0,0,1,1.67,1.6l-.16.85.82.28A1.59,1.59,0,0,1,19,10H5A1.59,1.59,0,0,1,6.11,8.61ZM19.94,12a8,8,0,0,1-4.39,6.16,1,1,0,0,0-.55.9V20H9v-.94a1,1,0,0,0-.55-.9A8,8,0,0,1,4.06,12Z\"/></svg></li><li title=\"bx bowling ball \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm0 18c-4.411 0-8-3.589-8-8s3.589-8 8-8 8 3.589 8 8-3.589 8-8 8z\"/><circle cx=\"7.5\" cy=\"10.5\" r=\"1.5\"/><circle cx=\"10.5\" cy=\"7.5\" r=\"1.5\"/><circle cx=\"11.5\" cy=\"11.5\" r=\"1.5\"/></svg></li><li title=\"bx box \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"  ><path d=\"M20 3H4a2 2 0 0 0-2 2v2a2 2 0 0 0 1 1.72V19a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V8.72A2 2 0 0 0 22 7V5a2 2 0 0 0-2-2zM4 5h16v2H4zm1 14V9h14v10z\"/><path d=\"M8 11h8v2H8z\"/></svg></li><li title=\"bx bracket \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M10 4V2H4v20h6v-2H6V4zm4 16v2h6V2h-6v2h4v16z\"/></svg></li><li title=\"bx braille \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><circle cx=\"4\" cy=\"7\" r=\"2\"/><circle cx=\"9\" cy=\"12\" r=\"2\"/><circle cx=\"15\" cy=\"7\" r=\"2\"/><circle cx=\"15\" cy=\"12\" r=\"2\"/><circle cx=\"15\" cy=\"17\" r=\"2\"/><circle cx=\"20\" cy=\"7\" r=\"2\"/><circle cx=\"4\" cy=\"17\" r=\"2\"/></svg></li><li title=\"bx brain \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19.864 8.465a3.505 3.505 0 0 0-3.03-4.449A3.005 3.005 0 0 0 14 2a2.98 2.98 0 0 0-2 .78A2.98 2.98 0 0 0 10 2c-1.301 0-2.41.831-2.825 2.015a3.505 3.505 0 0 0-3.039 4.45A4.028 4.028 0 0 0 2 12c0 1.075.428 2.086 1.172 2.832A4.067 4.067 0 0 0 3 16c0 1.957 1.412 3.59 3.306 3.934A3.515 3.515 0 0 0 9.5 22c.979 0 1.864-.407 2.5-1.059A3.484 3.484 0 0 0 14.5 22a3.51 3.51 0 0 0 3.19-2.06 4.006 4.006 0 0 0 3.138-5.108A4.003 4.003 0 0 0 22 12a4.028 4.028 0 0 0-2.136-3.535zM9.5 20c-.711 0-1.33-.504-1.47-1.198L7.818 18H7c-1.103 0-2-.897-2-2 0-.352.085-.682.253-.981l.456-.816-.784-.51A2.019 2.019 0 0 1 4 12c0-.977.723-1.824 1.682-1.972l1.693-.26-1.059-1.346a1.502 1.502 0 0 1 1.498-2.39L9 6.207V5a1 1 0 0 1 2 0v13.5c0 .827-.673 1.5-1.5 1.5zm9.575-6.308-.784.51.456.816c.168.3.253.63.253.982 0 1.103-.897 2-2.05 2h-.818l-.162.802A1.502 1.502 0 0 1 14.5 20c-.827 0-1.5-.673-1.5-1.5V5c0-.552.448-1 1-1s1 .448 1 1.05v1.207l1.186-.225a1.502 1.502 0 0 1 1.498 2.39l-1.059 1.347 1.693.26A2.002 2.002 0 0 1 20 12c0 .683-.346 1.315-.925 1.692z\"/></svg></li><li title=\"bx briefcase alt 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 6h-3V4c0-1.103-.897-2-2-2H9c-1.103 0-2 .897-2 2v2H4c-1.103 0-2 .897-2 2v11c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V8c0-1.103-.897-2-2-2zm-5-2v2H9V4h6zM4 8h16v4h-3v-2h-2v2H9v-2H7v2H4V8zm0 11v-5h3v2h2v-2h6v2h2v-2h3.001v5H4z\"/></svg></li><li title=\"bx briefcase alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 6h-3V4c0-1.103-.897-2-2-2H9c-1.103 0-2 .897-2 2v2H4c-1.103 0-2 .897-2 2v11c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V8c0-1.103-.897-2-2-2zm-4 2v11H8V8h8zm-1-4v2H9V4h6zM4 8h2v11H4V8zm14 11V8h2l.001 11H18z\"/></svg></li><li title=\"bx briefcase \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 6h-3V4c0-1.103-.897-2-2-2H9c-1.103 0-2 .897-2 2v2H4c-1.103 0-2 .897-2 2v11c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V8c0-1.103-.897-2-2-2zm-5-2v2H9V4h6zM8 8h12v3H4V8h4zM4 19v-6h6v2h4v-2h6l.001 6H4z\"/></svg></li><li title=\"bx brightness half \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m21.707 11.293-2-2L19 8.586V6a1 1 0 0 0-1-1h-2.586l-.707-.707-2-2a.999.999 0 0 0-1.414 0l-2 2L8.586 5H6a1 1 0 0 0-1 1v2.586l-.707.707-2 2a.999.999 0 0 0 0 1.414l2 2 .707.707V18a1 1 0 0 0 1 1h2.586l.707.707 2 2a.997.997 0 0 0 1.414 0l2-2 .707-.707H18a1 1 0 0 0 1-1v-2.586l.707-.707 2-2a.999.999 0 0 0 0-1.414zm-4.414 3-.293.293V17h-2.414l-.293.293-1 1L12 19.586l-1.293-1.293-1-1L9.414 17H7v-2.414l-.293-.293-1-1L4.414 12l1.293-1.293 1-1L7 9.414V7h2.414l.293-.293 1-1L12 4.414l1.293 1.293 1 1 .293.293H17v2.414l.293.293 1 1L19.586 12l-1.293 1.293-1 1z\"/><path d=\"M12 8v8c2.206 0 4-1.794 4-4s-1.794-4-4-4z\"/></svg></li><li title=\"bx brightness \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19.707 9.293 19 8.586V6a1 1 0 0 0-1-1h-2.586l-.707-.707-2-2a.999.999 0 0 0-1.414 0l-2 2L8.586 5H6a1 1 0 0 0-1 1v2.586l-.707.707-2 2a.999.999 0 0 0 0 1.414l2 2 .707.707V18a1 1 0 0 0 1 1h2.586l.707.707 2 2a.997.997 0 0 0 1.414 0l2-2 .707-.707H18a1 1 0 0 0 1-1v-2.586l.707-.707 2-2a.999.999 0 0 0 0-1.414l-2-2zm-2.414 5-.293.293V17h-2.414l-.293.293-1 1L12 19.586l-1.293-1.293-1-1L9.414 17H7v-2.414l-.293-.293-1-1L4.414 12l1.293-1.293 1-1L7 9.414V7h2.414l.293-.293 1-1L12 4.414l1.293 1.293 1 1 .293.293H17v2.414l.293.293 1 1L19.586 12l-1.293 1.293-1 1z\"/><path d=\"M12 8c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4z\"/></svg></li><li title=\"bx broadcast \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m19.707 4.293-1.414 1.414c2.733 2.733 2.733 7.353 0 10.086l1.414 1.414c3.5-3.5 3.5-9.414 0-12.914zm-4.414 4.414c.566.566.879 1.292.879 2.043s-.313 1.477-.879 2.043l1.414 1.414c.944-.943 1.465-2.172 1.465-3.457s-.521-2.514-1.465-3.457l-1.414 1.414zm-9.086-3L4.793 4.293c-3.5 3.5-3.5 9.414 0 12.914l1.414-1.414c-2.733-2.733-2.733-7.353 0-10.086z\"/><path d=\"M7.293 7.293c-.944.943-1.465 2.172-1.465 3.457s.521 2.514 1.465 3.457l1.414-1.414c-.566-.566-.879-1.292-.879-2.043s.313-1.477.879-2.043L7.293 7.293zM14 10.5a2 2 0 0 0-4 0 1.993 1.993 0 0 0 .895 1.666L10.002 22h3.996l-.893-9.835c.54-.358.895-.97.895-1.665z\"/></svg></li><li title=\"bx brush alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 8.001h-4V4.999a2.92 2.92 0 0 0-.874-2.108 2.943 2.943 0 0 0-2.39-.879C10.202 2.144 9 3.508 9 5.117V8H5c-1.103 0-2 .897-2 2v10c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2v-9.999c0-1.103-.897-2-2-2zM5 10h6V5.117c0-.57.407-1.07 1.002-1.117.266 0 .512.103.712.307a.956.956 0 0 1 .286.692V10h.995l.005.001h5V12H5v-2zm0 10v-6h14l.002 6H5z\"/></svg></li><li title=\"bx brush \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M13.707 2.293a.999.999 0 0 0-1.414 0l-5.84 5.84c-.015-.001-.029-.009-.044-.009a.997.997 0 0 0-.707.293L4.288 9.831a2.985 2.985 0 0 0-.878 2.122c0 .802.313 1.556.879 2.121l.707.707-2.122 2.122A2.92 2.92 0 0 0 2 19.012a2.968 2.968 0 0 0 1.063 2.308c.519.439 1.188.68 1.885.68.834 0 1.654-.341 2.25-.937l2.04-2.039.707.706c1.134 1.133 3.109 1.134 4.242.001l1.415-1.414a.997.997 0 0 0 .293-.707c0-.026-.013-.05-.015-.076l5.827-5.827a.999.999 0 0 0 0-1.414l-8-8zm-.935 16.024a1.023 1.023 0 0 1-1.414-.001l-1.414-1.413a.999.999 0 0 0-1.414 0l-2.746 2.745a1.19 1.19 0 0 1-.836.352.91.91 0 0 1-.594-.208A.978.978 0 0 1 4 19.01a.959.959 0 0 1 .287-.692l2.829-2.829a.999.999 0 0 0 0-1.414L5.701 12.66a.99.99 0 0 1-.292-.706c0-.268.104-.519.293-.708l.707-.707 7.071 7.072-.708.706zm1.889-2.392L8.075 9.339 13 4.414 19.586 11l-4.925 4.925z\"/></svg></li><li title=\"bx bug alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M9 9h6v2H9zm0 4h6v2H9z\"/><path d=\"m18 5.414 1.707-1.707-1.414-1.414-1.563 1.562C15.483 2.708 13.824 2 12 2s-3.483.708-4.73 1.855L5.707 2.293 4.293 3.707 6 5.414A6.937 6.937 0 0 0 5 9H3v2h2v2H3v2h2c0 3.86 3.141 7 7 7s7-3.14 7-7h2v-2h-2v-2h2V9h-2a6.937 6.937 0 0 0-1-3.586zM17 13v2c0 2.757-2.243 5-5 5s-5-2.243-5-5V9c0-2.757 2.243-5 5-5s5 2.243 5 5v4z\"/></svg></li><li title=\"bx bug \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m16.895 6.519 2.813-2.812-1.414-1.414-2.846 2.846a6.575 6.575 0 0 0-.723-.454 5.778 5.778 0 0 0-5.45 0c-.25.132-.488.287-.722.453L5.707 2.293 4.293 3.707l2.813 2.812A8.473 8.473 0 0 0 5.756 9H2v2h2.307c-.065.495-.107.997-.107 1.5 0 .507.042 1.013.107 1.511H2v2h2.753c.013.039.021.08.034.118.188.555.421 1.093.695 1.6.044.081.095.155.141.234l-2.33 2.33 1.414 1.414 2.11-2.111a7.477 7.477 0 0 0 2.068 1.619c.479.253.982.449 1.496.58a6.515 6.515 0 0 0 3.237.001 6.812 6.812 0 0 0 1.496-.58c.465-.246.914-.55 1.333-.904.258-.218.5-.462.734-.716l2.111 2.111 1.414-1.414-2.33-2.33c.047-.08.098-.155.142-.236.273-.505.507-1.043.694-1.599.013-.039.021-.079.034-.118H22v-2h-2.308c.065-.499.107-1.004.107-1.511 0-.503-.042-1.005-.106-1.5H22V9h-3.756a8.494 8.494 0 0 0-1.349-2.481zM8.681 7.748c.445-.558.96-.993 1.528-1.294a3.773 3.773 0 0 1 3.581 0 4.894 4.894 0 0 1 1.53 1.295c.299.373.54.8.753 1.251H7.927c.214-.451.454-.879.754-1.252zM17.8 12.5c0 .522-.042 1.044-.126 1.553-.079.49-.199.973-.355 1.436a8.28 8.28 0 0 1-.559 1.288 7.59 7.59 0 0 1-.733 1.11c-.267.333-.56.636-.869.898-.31.261-.639.484-.979.664s-.695.317-1.057.41c-.04.01-.082.014-.122.023V14h-2v5.881c-.04-.009-.082-.013-.122-.023-.361-.093-.717-.23-1.057-.41s-.669-.403-.978-.664a6.462 6.462 0 0 1-.871-.899 7.402 7.402 0 0 1-.731-1.108 8.337 8.337 0 0 1-.56-1.289 9.075 9.075 0 0 1-.356-1.438A9.61 9.61 0 0 1 6.319 11H17.68c.079.491.12.995.12 1.5z\"/></svg></li><li title=\"bx building house \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 2H9c-1.103 0-2 .897-2 2v5.586l-4.707 4.707A1 1 0 0 0 3 16v5a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1V4c0-1.103-.897-2-2-2zm-8 18H5v-5.586l3-3 3 3V20zm8 0h-6v-4a.999.999 0 0 0 .707-1.707L9 9.586V4h10v16z\"/><path d=\"M11 6h2v2h-2zm4 0h2v2h-2zm0 4.031h2V12h-2zM15 14h2v2h-2zm-8 1h2v2H7z\"/></svg></li><li title=\"bx building \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M18 2H6c-1.103 0-2 .897-2 2v17a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V4c0-1.103-.897-2-2-2zm0 18H6V4h12v16z\"/><path d=\"M8 6h3v2H8zm5 0h3v2h-3zm-5 4h3v2H8zm5 .031h3V12h-3zM8 14h3v2H8zm5 0h3v2h-3z\"/></svg></li><li title=\"bx buildings \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 2H9c-1.103 0-2 .897-2 2v6H5c-1.103 0-2 .897-2 2v9a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1V4c0-1.103-.897-2-2-2zM5 12h6v8H5v-8zm14 8h-6v-8c0-1.103-.897-2-2-2H9V4h10v16z\"/><path d=\"M11 6h2v2h-2zm4 0h2v2h-2zm0 4.031h2V12h-2zM15 14h2v2h-2zm-8 .001h2v2H7z\"/></svg></li><li title=\"bx bulb \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M9 20h6v2H9zm7.906-6.288C17.936 12.506 19 11.259 19 9c0-3.859-3.141-7-7-7S5 5.141 5 9c0 2.285 1.067 3.528 2.101 4.73.358.418.729.851 1.084 1.349.144.206.38.996.591 1.921H8v2h8v-2h-.774c.213-.927.45-1.719.593-1.925.352-.503.726-.94 1.087-1.363zm-2.724.213c-.434.617-.796 2.075-1.006 3.075h-2.351c-.209-1.002-.572-2.463-1.011-3.08a20.502 20.502 0 0 0-1.196-1.492C7.644 11.294 7 10.544 7 9c0-2.757 2.243-5 5-5s5 2.243 5 5c0 1.521-.643 2.274-1.615 3.413-.373.438-.796.933-1.203 1.512z\"/></svg></li><li title=\"bx bullseye \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 6c-3.309 0-6 2.691-6 6s2.691 6 6 6 6-2.691 6-6-2.691-6-6-6zm0 10c-2.206 0-4-1.794-4-4s1.794-4 4-4 4 1.794 4 4-1.794 4-4 4z\"/><path d=\"M12 2C6.579 2 2 6.579 2 12s4.579 10 10 10 10-4.579 10-10S17.421 2 12 2zm0 18c-4.337 0-8-3.663-8-8s3.663-8 8-8 8 3.663 8 8-3.663 8-8 8z\"/><path d=\"M12 10c-1.081 0-2 .919-2 2s.919 2 2 2 2-.919 2-2-.919-2-2-2z\"/></svg></li><li title=\"bx buoy \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm7.411 7H16v.031A5.037 5.037 0 0 0 14.969 8H15V4.589A8.039 8.039 0 0 1 19.411 9zM12 15c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3zm1-10.931v3.032a4.988 4.988 0 0 0-2 0V4.069c.328-.041.66-.069 1-.069s.672.028 1 .069zm-4 .52V8h.031A5.037 5.037 0 0 0 8 9.031V9H4.589C5.402 7 6.999 5.402 9 4.589zM4.069 11h3.032a4.995 4.995 0 0 0 .001 2H4.069C4.028 12.672 4 12.339 4 12s.028-.672.069-1zm.52 4H8v-.031c.284.381.621.718 1 1.005v3.437A8.039 8.039 0 0 1 4.589 15zM11 19.931v-3.032a4.988 4.988 0 0 0 2 0v3.032c-.328.041-.66.069-1 .069s-.672-.028-1-.069zm4-.52v-3.437a5.038 5.038 0 0 0 1-1.005V15h3.411A8.039 8.039 0 0 1 15 19.411zM19.931 13h-3.032a4.995 4.995 0 0 0-.001-2h3.032c.042.328.07.661.07 1s-.028.672-.069 1z\"/></svg></li><li title=\"bx bus school \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21.259 11.948A.986.986 0 0 0 22 11V8a.999.999 0 0 0-.996-.999V6H21c0-2.206-1.794-4-4-4H7C4.794 2 3 3.794 3 6v1a1 1 0 0 0-1 1v3c0 .461.317.832.742.948a3.953 3.953 0 0 0-.741 2.298l.004 3.757c.001.733.404 1.369.995 1.716V21a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1h12v1a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1.274a2.02 2.02 0 0 0 .421-.313c.377-.378.585-.881.584-1.415l-.004-3.759a3.966 3.966 0 0 0-.742-2.291zM5 18h-.995l-.004-3.757c-.001-.459.161-.89.443-1.243h15.111c.283.353.445.783.446 1.242L20.006 18H5zm6.004-10v3H5V8h6.004zM19 11h-5.996V8H19v3zM7 4h10c1.103 0 2 .897 2 2h-4V5H9v1H5c0-1.103.897-2 2-2z\"/><circle cx=\"6.5\" cy=\"15.5\" r=\"1.5\"/><circle cx=\"17.5\" cy=\"15.5\" r=\"1.5\"/></svg></li><li title=\"bx bus \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21.004 7.975V6c0-2.206-1.794-4-4-4h-10c-2.206 0-4 1.794-4 4v1.998l-.076.004A1 1 0 0 0 2 9v2a1 1 0 0 0 1 1h.004v6c0 .735.403 1.372.996 1.72V21a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1h10v1a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1.276A1.994 1.994 0 0 0 21.004 18v-6a1 1 0 0 0 1-1V9.062a1.006 1.006 0 0 0-.072-.455c-.203-.487-.635-.604-.928-.632zM19.006 18H5.004v-5h14.001l.001 5zM11.004 7v4h-6V7h6zm8 0v4h-6V7h6zm-12-3h10c.736 0 1.375.405 1.722 1H5.282c.347-.595.986-1 1.722-1z\"/><circle cx=\"7.5\" cy=\"15.5\" r=\"1.5\"/><circle cx=\"16.5\" cy=\"15.5\" r=\"1.5\"/></svg></li><li title=\"bx cabinet \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21 4c0-1.103-.897-2-2-2H5c-1.103 0-2 .897-2 2v16c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2V4zM5 4h14v7H5V4zm0 16v-7h14.001v7H5z\"/><path d=\"M14 7h-4V6H8v3h8V6h-2zm0 8v1h-4v-1H8v3h8v-3z\"/></svg></li><li title=\"bx cable car \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M2,9.76l9-2.45V10H7a2,2,0,0,0-2,2v8a2,2,0,0,0,2,2H17a2,2,0,0,0,2-2V12a2,2,0,0,0-2-2H13V6.76l9-2.45V2.24L2,7.69ZM11,12v3H7V12Zm6,0v8H7V17H17V15H13V12Z\"/></svg></li><li title=\"bx cake \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 5h-6V2h-2v3H5C3.346 5 2 6.346 2 8v10c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V8c0-1.654-1.346-3-3-3zM5 7h14a1 1 0 0 1 1 1l.001 3.12c-.896.228-1.469.734-1.916 1.132-.507.45-.842.748-1.588.748-.745 0-1.08-.298-1.587-.747-.595-.529-1.409-1.253-2.915-1.253-1.505 0-2.319.724-2.914 1.253-.507.45-.841.747-1.586.747-.743 0-1.077-.297-1.582-.747-.447-.398-1.018-.905-1.913-1.133V8a1 1 0 0 1 1-1zM4 18v-4.714c.191.123.374.274.583.461C5.178 14.276 5.991 15 7.495 15c1.505 0 2.319-.724 2.914-1.253.507-.45.841-.747 1.586-.747s1.08.298 1.587.747c.595.529 1.409 1.253 2.915 1.253s2.321-.724 2.916-1.253c.211-.188.395-.34.588-.464L20.002 18H4z\"/></svg></li><li title=\"bx calculator \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 2H5c-1.103 0-2 .897-2 2v16c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2V4c0-1.103-.897-2-2-2zM5 20V4h14l.001 16H5z\"/><path d=\"M7 12h2v2H7zm0 4h2v2H7zm4-4h2v2h-2zM7 6h10v4H7zm4 10h2v2h-2zm4-4h2v6h-2z\"/></svg></li><li title=\"bx calendar alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"  ><path d=\"M3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2h-2V2h-2v2H9V2H7v2H5a2 2 0 0 0-2 2zm16 14H5V8h14z\"/></svg></li><li title=\"bx calendar check \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 4h-2V2h-2v2H9V2H7v2H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2V6c0-1.103-.897-2-2-2zm.002 16H5V8h14l.002 12z\"/><path d=\"m11 17.414 5.707-5.707-1.414-1.414L11 14.586l-2.293-2.293-1.414 1.414z\"/></svg></li><li title=\"bx calendar edit \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 4h-3V2h-2v2h-4V2H8v2H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2V6c0-1.103-.897-2-2-2zM5 20V7h14V6l.002 14H5z\"/><path d=\"m15.628 12.183-1.8-1.799 1.37-1.371 1.8 1.799zm-7.623 4.018V18h1.799l4.976-4.97-1.799-1.799z\"/></svg></li><li title=\"bx calendar event \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M11 12h6v6h-6z\"/><path d=\"M19 4h-2V2h-2v2H9V2H7v2H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2V6c0-1.103-.897-2-2-2zm.001 16H5V8h14l.001 12z\"/></svg></li><li title=\"bx calendar exclamation \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 4h-2V2h-2v2H9V2H7v2H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2V6c0-1.103-.897-2-2-2zm.002 16H5V8h14l.002 12z\"/><path d=\"M11 10h2v5h-2zm0 6h2v2h-2z\"/></svg></li><li title=\"bx calendar heart \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M8.648 14.711 11.997 18l3.35-3.289a2.129 2.129 0 0 0 0-3.069 2.225 2.225 0 0 0-3.126 0l-.224.219-.224-.219a2.224 2.224 0 0 0-3.125 0 2.129 2.129 0 0 0 0 3.069z\"/><path d=\"M19 4h-2V2h-2v2H9V2H7v2H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2V6c0-1.103-.897-2-2-2zm.002 16H5V8h14l.002 12z\"/></svg></li><li title=\"bx calendar minus \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M8 13h8v2H8z\"/><path d=\"M19 4h-2V2h-2v2H9V2H7v2H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2V6c0-1.103-.897-2-2-2zm.002 16H5V8h14l.002 12z\"/></svg></li><li title=\"bx calendar plus \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M8 15h3v3h2v-3h3v-2h-3v-3h-2v3H8z\"/><path d=\"M19 4h-2V2h-2v2H9V2H7v2H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2V6c0-1.103-.897-2-2-2zm.002 16H5V8h14l.002 12z\"/></svg></li><li title=\"bx calendar star \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m9.981 14.811-.467 2.726 2.449-1.287 2.449 1.287-.468-2.726 1.982-1.932-2.738-.398L11.963 10l-1.225 2.481L8 12.879z\"/><path d=\"M19 4h-2V2h-2v2H9V2H7v2H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2V6c0-1.103-.897-2-2-2zm.002 16H5V8h14l.002 12z\"/></svg></li><li title=\"bx calendar week \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 4h-3V2h-2v2h-4V2H8v2H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2V6c0-1.103-.897-2-2-2zM5 20V7h14V6l.002 14H5z\"/><path d=\"M7 10v2h10V9H7z\"/></svg></li><li title=\"bx calendar x \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m8.293 16.293 1.414 1.414L12 15.414l2.293 2.293 1.414-1.414L13.414 14l2.293-2.293-1.414-1.414L12 12.586l-2.293-2.293-1.414 1.414L10.586 14z\"/><path d=\"M19 4h-2V2h-2v2H9V2H7v2H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2V6c0-1.103-.897-2-2-2zm.002 16H5V8h14l.002 12z\"/></svg></li><li title=\"bx calendar \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M7 11h2v2H7zm0 4h2v2H7zm4-4h2v2h-2zm0 4h2v2h-2zm4-4h2v2h-2zm0 4h2v2h-2z\"/><path d=\"M5 22h14c1.103 0 2-.897 2-2V6c0-1.103-.897-2-2-2h-2V2h-2v2H9V2H7v2H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2zM19 8l.001 12H5V8h14z\"/></svg></li><li title=\"bx camera home \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M18.125 2H5.875A1.877 1.877 0 0 0 4 3.875v12.25C4 17.159 4.841 18 5.875 18H11v2H7v2h10v-2h-4v-2h5.125A1.877 1.877 0 0 0 20 16.125V3.875A1.877 1.877 0 0 0 18.125 2zM18 16H6V4h12v12z\"/><path d=\"M12 14c2.206 0 4-1.794 4-4s-1.794-4-4-4-4 1.794-4 4 1.794 4 4 4zm0-6c1.103 0 2 .897 2 2s-.897 2-2 2-2-.897-2-2 .897-2 2-2z\"/></svg></li><li title=\"bx camera movie \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M18 11c0-.959-.68-1.761-1.581-1.954C16.779 8.445 17 7.75 17 7c0-2.206-1.794-4-4-4-1.517 0-2.821.857-3.5 2.104C8.821 3.857 7.517 3 6 3 3.794 3 2 4.794 2 7c0 .902.312 1.727.817 2.396A1.994 1.994 0 0 0 2 11v8c0 1.103.897 2 2 2h12c1.103 0 2-.897 2-2v-2.638l4 2v-7l-4 2V11zm-5-6c1.103 0 2 .897 2 2s-.897 2-2 2-2-.897-2-2 .897-2 2-2zM6 5c1.103 0 2 .897 2 2s-.897 2-2 2-2-.897-2-2 .897-2 2-2zM4 19v-8h12l.002 8H4z\"/></svg></li><li title=\"bx camera off \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M8.014 12.135c.074 2.062 1.789 3.777 3.851 3.851l-3.851-3.851z\"/><path d=\"M4 20h11.879l-2-2H4V8.121L2.144 6.265A1.976 1.976 0 0 0 2 7v11c0 1.103.897 2 2 2zM20 5h-2.586l-2.707-2.707A.996.996 0 0 0 14 2h-4a.997.997 0 0 0-.707.293L6.586 5h-.172L3.707 2.293 2.293 3.707l18 18 1.414-1.414-.626-.626A1.98 1.98 0 0 0 22 18V7c0-1.103-.897-2-2-2zm-6.081 7.505-2.424-2.425c.163-.046.331-.08.505-.08 1.065 0 2 .935 2 2 0 .174-.033.342-.081.505zm1.502 1.501A3.881 3.881 0 0 0 16 12c0-2.168-1.832-4-4-4-.729 0-1.412.22-2.007.579L7.914 6.5l2.5-2.5h3.172l2.707 2.707A.996.996 0 0 0 17 7l3-.001V18h-.586l-3.993-3.994z\"/></svg></li><li title=\"bx camera \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 8c-2.168 0-4 1.832-4 4s1.832 4 4 4 4-1.832 4-4-1.832-4-4-4zm0 6c-1.065 0-2-.935-2-2s.935-2 2-2 2 .935 2 2-.935 2-2 2z\"/><path d=\"M20 5h-2.586l-2.707-2.707A.996.996 0 0 0 14 2h-4a.996.996 0 0 0-.707.293L6.586 5H4c-1.103 0-2 .897-2 2v11c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V7c0-1.103-.897-2-2-2zM4 18V7h3c.266 0 .52-.105.707-.293L10.414 4h3.172l2.707 2.707A.996.996 0 0 0 17 7h3l.002 11H4z\"/></svg></li><li title=\"bx candles \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M6,19H7v3H9V19h1a1,1,0,0,0,1-1V6a1,1,0,0,0-1-1H9V2H7V5H6A1,1,0,0,0,5,6V18A1,1,0,0,0,6,19ZM7,7H9V17H7Z\"/><path d=\"M14,17h1v3h2V17h1a1,1,0,0,0,1-1V8a1,1,0,0,0-1-1H17V4H15V7H14a1,1,0,0,0-1,1v8A1,1,0,0,0,14,17Zm1-8h2v6H15Z\"/></svg></li><li title=\"bx capsule \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M8.999 20.133a4.969 4.969 0 0 0 3.536-1.465l7.134-7.133a5.007 5.007 0 0 0-.001-7.072C18.723 3.52 17.467 3 16.132 3s-2.591.52-3.534 1.464l-7.134 7.134a5.009 5.009 0 0 0 0 7.072 4.97 4.97 0 0 0 3.535 1.463zm5.013-14.255A2.979 2.979 0 0 1 16.132 5c.802 0 1.556.313 2.122.878a3.004 3.004 0 0 1 .001 4.243l-2.893 2.892L11.12 8.77l2.892-2.892zm-7.134 7.134 2.828-2.828 4.242 4.243-2.827 2.827c-1.133 1.133-3.11 1.132-4.243.001a3.005 3.005 0 0 1 0-4.243z\"/></svg></li><li title=\"bx captions \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M6 10v4c0 1.103.897 2 2 2h3v-2H8v-4h3V8H8c-1.103 0-2 .897-2 2zm7 0v4c0 1.103.897 2 2 2h3v-2h-3v-4h3V8h-3c-1.103 0-2 .897-2 2z\"/><path d=\"M20 4H4c-1.103 0-2 .897-2 2v12c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V6c0-1.103-.897-2-2-2zM4 18V6h16l.002 12H4z\"/></svg></li><li title=\"bx car \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m20.772 10.156-1.368-4.105A2.995 2.995 0 0 0 16.559 4H7.441a2.995 2.995 0 0 0-2.845 2.051l-1.368 4.105A2.003 2.003 0 0 0 2 12v5c0 .753.423 1.402 1.039 1.743-.013.066-.039.126-.039.195V21a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-2h12v2a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-2.062c0-.069-.026-.13-.039-.195A1.993 1.993 0 0 0 22 17v-5c0-.829-.508-1.541-1.228-1.844zM4 17v-5h16l.002 5H4zM7.441 6h9.117c.431 0 .813.274.949.684L18.613 10H5.387l1.105-3.316A1 1 0 0 1 7.441 6z\"/><circle cx=\"6.5\" cy=\"14.5\" r=\"1.5\"/><circle cx=\"17.5\" cy=\"14.5\" r=\"1.5\"/></svg></li><li title=\"bx card \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M17.999 17c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2h-12c-1.103 0-2 .897-2 2v10c0 1.103.897 2 2 2h12zm-12-12h12l.002 10H5.999V5zm-2 14h16v2h-16z\"/></svg></li><li title=\"bx caret down circle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m12 16 5-6H7z\"/><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm0 18c-4.411 0-8-3.589-8-8s3.589-8 8-8 8 3.589 8 8-3.589 8-8 8z\"/></svg></li><li title=\"bx caret down square \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m12 16 5-6H7z\"/><path d=\"M19 3H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2zM5 19V5h14l.002 14H5z\"/></svg></li><li title=\"bx caret down \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m11.998 17 7-8h-14z\"/></svg></li><li title=\"bx caret left circle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M14 17V7l-6 5z\"/><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm0 18c-4.411 0-8-3.589-8-8s3.589-8 8-8 8 3.589 8 8-3.589 8-8 8z\"/></svg></li><li title=\"bx caret left square \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M14 17V7l-6 5z\"/><path d=\"M19 3H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2zM5 19V5h14l.002 14H5z\"/></svg></li><li title=\"bx caret left \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M15 19V5l-8 7z\"/></svg></li><li title=\"bx caret right circle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m10 17 6-5-6-5z\"/><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm0 18c-4.411 0-8-3.589-8-8s3.589-8 8-8 8 3.589 8 8-3.589 8-8 8z\"/></svg></li><li title=\"bx caret right square \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m10 17 6-5-6-5z\"/><path d=\"M19 3H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2zM5 19V5h14l.002 14H5z\"/></svg></li><li title=\"bx caret right \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m9 19 8-7-8-7z\"/></svg></li><li title=\"bx caret up circle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M7 14h10l-5-6z\"/><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm0 18c-4.411 0-8-3.589-8-8s3.589-8 8-8 8 3.589 8 8-3.589 8-8 8z\"/></svg></li><li title=\"bx caret up square \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M7 14h10l-5-6z\"/><path d=\"M19 3H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2zM5 19V5h14l.002 14H5z\"/></svg></li><li title=\"bx caret up \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M5 15h14l-7-8z\"/></svg></li><li title=\"bx carousel \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M4 19h2c0 1.103.897 2 2 2h8c1.103 0 2-.897 2-2h2c1.103 0 2-.897 2-2V7c0-1.103-.897-2-2-2h-2c0-1.103-.897-2-2-2H8c-1.103 0-2 .897-2 2H4c-1.103 0-2 .897-2 2v10c0 1.103.897 2 2 2zM20 7v10h-2V7h2zM8 5h8l.001 14H8V5zM4 7h2v10H4V7z\"/></svg></li><li title=\"bx cart alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"  ><path d=\"M21 4H2v2h2.3l3.28 9a3 3 0 0 0 2.82 2H19v-2h-8.6a1 1 0 0 1-.94-.66L9 13h9.28a2 2 0 0 0 1.92-1.45L22 5.27A1 1 0 0 0 21.27 4 .84.84 0 0 0 21 4zm-2.75 7h-10L6.43 6h13.24z\"/><circle cx=\"10.5\" cy=\"19.5\" r=\"1.5\"/><circle cx=\"16.5\" cy=\"19.5\" r=\"1.5\"/></svg></li><li title=\"bx cart \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21.822 7.431A1 1 0 0 0 21 7H7.333L6.179 4.23A1.994 1.994 0 0 0 4.333 3H2v2h2.333l4.744 11.385A1 1 0 0 0 10 17h8c.417 0 .79-.259.937-.648l3-8a1 1 0 0 0-.115-.921zM17.307 15h-6.64l-2.5-6h11.39l-2.25 6z\"/><circle cx=\"10.5\" cy=\"19.5\" r=\"1.5\"/><circle cx=\"17.5\" cy=\"19.5\" r=\"1.5\"/></svg></li><li title=\"bx cast \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M11 21.001h2C13 14.935 8.065 10 2 10v2c4.962 0 9 4.038 9 9.001z\"/><path d=\"M7 21.001h2C9 17.141 5.86 14 2 14v2c2.757 0 5 2.243 5 5.001z\"/><circle cx=\"3.5\" cy=\"19.5\" r=\"1.5\"/><path d=\"M20 4H4c-1.103 0-2 .897-2 2v2.052c.68.025 1.349.094 2 .217V6h16v13h-5.269c.123.651.191 1.32.217 2H20c1.103 0 2-.897 2-2V6c0-1.103-.897-2-2-2z\"/></svg></li><li title=\"bx category alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M10 3H4a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1zM9 9H5V5h4v4zm11 4h-6a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1v-6a1 1 0 0 0-1-1zm-1 6h-4v-4h4v4zM17 3c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2zM7 13c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2z\"/></svg></li><li title=\"bx category \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M10 3H4a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1zM9 9H5V5h4v4zm11-6h-6a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1zm-1 6h-4V5h4v4zm-9 4H4a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1v-6a1 1 0 0 0-1-1zm-1 6H5v-4h4v4zm8-6c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2z\"/></svg></li><li title=\"bx cctv \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20.916 9.564a.998.998 0 0 0-.513-1.316L7.328 2.492c-.995-.438-2.22.051-2.645 1.042l-2.21 5.154a2.001 2.001 0 0 0 1.052 2.624L9.563 13.9 8.323 17H4v-3H2v8h2v-3h4.323c.823 0 1.552-.494 1.856-1.258l1.222-3.054 5.205 2.23a1 1 0 0 0 1.31-.517l.312-.71 1.701.68 2-5-1.536-.613.523-1.194zm-4.434 5.126L4.313 9.475l2.208-5.152 12.162 5.354-2.201 5.013z\"/></svg></li><li title=\"bx certification \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"  ><path d=\"M2.06 14.68a1 1 0 0 0 .46.6l1.91 1.11v2.2a1 1 0 0 0 1 1h2.2l1.11 1.91a1 1 0 0 0 .86.5 1 1 0 0 0 .51-.14l1.9-1.1 1.91 1.1a1 1 0 0 0 1.37-.36l1.1-1.91h2.2a1 1 0 0 0 1-1v-2.2l1.91-1.11a1 1 0 0 0 .37-1.36L20.76 12l1.11-1.91a1 1 0 0 0-.37-1.36l-1.91-1.1v-2.2a1 1 0 0 0-1-1h-2.2l-1.1-1.91a1 1 0 0 0-.61-.46 1 1 0 0 0-.76.1L12 3.26l-1.9-1.1a1 1 0 0 0-1.36.36L7.63 4.43h-2.2a1 1 0 0 0-1 1v2.2l-1.9 1.1a1 1 0 0 0-.37 1.37l1.1 1.9-1.1 1.91a1 1 0 0 0-.1.77zm3.22-3.17L4.39 10l1.55-.9a1 1 0 0 0 .49-.86V6.43h1.78a1 1 0 0 0 .87-.5L10 4.39l1.54.89a1 1 0 0 0 1 0l1.55-.89.91 1.54a1 1 0 0 0 .87.5h1.77v1.78a1 1 0 0 0 .5.86l1.54.9-.89 1.54a1 1 0 0 0 0 1l.89 1.54-1.54.9a1 1 0 0 0-.5.86v1.78h-1.83a1 1 0 0 0-.86.5l-.89 1.54-1.55-.89a1 1 0 0 0-1 0l-1.51.89-.89-1.54a1 1 0 0 0-.87-.5H6.43v-1.78a1 1 0 0 0-.49-.81l-1.55-.9.89-1.54a1 1 0 0 0 0-1.05z\"/></svg></li><li title=\"bx chair \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 13V4c0-1.103-.897-2-2-2H7c-1.103 0-2 .897-2 2v9a1 1 0 0 0-1 1v8h2v-5h12v5h2v-8a1 1 0 0 0-1-1zm-2-9v9h-2V4h2zm-4 0v9h-2V4h2zM7 4h2v9H7V4z\"/></svg></li><li title=\"bx chalkboard \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 3H4c-1.103 0-2 .897-2 2v11c0 1.103.897 2 2 2h4l-1.8 2.4 1.6 1.2 2.7-3.6h3l2.7 3.6 1.6-1.2L16 18h4c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2zM4 16V5h16l.001 11H4z\"/><path d=\"M6 12h4v2H6z\"/></svg></li><li title=\"bx chart \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M5 21h14c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2zM5 5h14l.001 14H5V5z\"/><path d=\"m13.553 11.658-4-2-2.448 4.895 1.79.894 1.552-3.105 4 2 2.448-4.895-1.79-.894z\"/></svg></li><li title=\"bx chat \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M5 18v3.766l1.515-.909L11.277 18H16c1.103 0 2-.897 2-2V8c0-1.103-.897-2-2-2H4c-1.103 0-2 .897-2 2v8c0 1.103.897 2 2 2h1zM4 8h12v8h-5.277L7 18.234V16H4V8z\"/><path d=\"M20 2H8c-1.103 0-2 .897-2 2h12c1.103 0 2 .897 2 2v8c1.103 0 2-.897 2-2V4c0-1.103-.897-2-2-2z\"/></svg></li><li title=\"bx check circle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm0 18c-4.411 0-8-3.589-8-8s3.589-8 8-8 8 3.589 8 8-3.589 8-8 8z\"/><path d=\"M9.999 13.587 7.7 11.292l-1.412 1.416 3.713 3.705 6.706-6.706-1.414-1.414z\"/></svg></li><li title=\"bx check double \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m2.394 13.742 4.743 3.62 7.616-8.704-1.506-1.316-6.384 7.296-3.257-2.486zm19.359-5.084-1.506-1.316-6.369 7.279-.753-.602-1.25 1.562 2.247 1.798z\"/></svg></li><li title=\"bx check shield \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20.995 6.9a.998.998 0 0 0-.548-.795l-8-4a1 1 0 0 0-.895 0l-8 4a1.002 1.002 0 0 0-.547.795c-.011.107-.961 10.767 8.589 15.014a.987.987 0 0 0 .812 0c9.55-4.247 8.6-14.906 8.589-15.014zM12 19.897C5.231 16.625 4.911 9.642 4.966 7.635L12 4.118l7.029 3.515c.037 1.989-.328 9.018-7.029 12.264z\"/><path d=\"m11 12.586-2.293-2.293-1.414 1.414L11 15.414l5.707-5.707-1.414-1.414z\"/></svg></li><li title=\"bx check square \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m10.933 13.519-2.226-2.226-1.414 1.414 3.774 3.774 5.702-6.84-1.538-1.282z\"/><path d=\"M19 3H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2zM5 19V5h14l.002 14H5z\"/></svg></li><li title=\"bx check \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m10 15.586-3.293-3.293-1.414 1.414L10 18.414l9.707-9.707-1.414-1.414z\"/></svg></li><li title=\"bx checkbox checked \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M7 5c-1.103 0-2 .897-2 2v10c0 1.103.897 2 2 2h10c1.103 0 2-.897 2-2V7c0-1.103-.897-2-2-2H7zm0 12V7h10l.002 10H7z\"/><path d=\"M10.996 12.556 9.7 11.285l-1.4 1.43 2.704 2.647 4.699-4.651-1.406-1.422z\"/></svg></li><li title=\"bx checkbox minus \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M9.01 11h6v2h-6z\"/><path d=\"M17 5H7a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2zM7 17V7h10v10z\"/></svg></li><li title=\"bx checkbox square \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M9 9h6v6H9z\"/><path d=\"M19 17V7c0-1.103-.897-2-2-2H7c-1.103 0-2 .897-2 2v10c0 1.103.897 2 2 2h10c1.103 0 2-.897 2-2zM7 7h10l.002 10H7V7z\"/></svg></li><li title=\"bx checkbox \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M7 5c-1.103 0-2 .897-2 2v10c0 1.103.897 2 2 2h10c1.103 0 2-.897 2-2V7c0-1.103-.897-2-2-2H7zm0 12V7h10l.002 10H7z\"/></svg></li><li title=\"bx chevron down circle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm0 18c-4.411 0-8-3.589-8-8s3.589-8 8-8 8 3.589 8 8-3.589 8-8 8z\"/><path d=\"M12 13.586 7.707 9.293l-1.414 1.414L12 16.414l5.707-5.707-1.414-1.414z\"/></svg></li><li title=\"bx chevron down square \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M5 21h14c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2zM5 5h14l.001 14H5V5z\"/><path d=\"M12 13.586 7.707 9.293l-1.414 1.414L12 16.414l5.707-5.707-1.414-1.414z\"/></svg></li><li title=\"bx chevron down \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M16.293 9.293 12 13.586 7.707 9.293l-1.414 1.414L12 16.414l5.707-5.707z\"/></svg></li><li title=\"bx chevron left circle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm0 18c-4.411 0-8-3.589-8-8s3.589-8 8-8 8 3.589 8 8-3.589 8-8 8z\"/><path d=\"M13.293 6.293 7.586 12l5.707 5.707 1.414-1.414L10.414 12l4.293-4.293z\"/></svg></li><li title=\"bx chevron left square \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M5 21h14c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2zM5 5h14l.001 14H5V5z\"/><path d=\"M13.293 6.293 7.586 12l5.707 5.707 1.414-1.414L10.414 12l4.293-4.293z\"/></svg></li><li title=\"bx chevron left \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M13.293 6.293 7.586 12l5.707 5.707 1.414-1.414L10.414 12l4.293-4.293z\"/></svg></li><li title=\"bx chevron right circle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm0 18c-4.411 0-8-3.589-8-8s3.589-8 8-8 8 3.589 8 8-3.589 8-8 8z\"/><path d=\"M9.293 7.707 13.586 12l-4.293 4.293 1.414 1.414L16.414 12l-5.707-5.707z\"/></svg></li><li title=\"bx chevron right square \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M5 21h14c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2zM5 5h14l.001 14H5V5z\"/><path d=\"M9.293 7.707 13.586 12l-4.293 4.293 1.414 1.414L16.414 12l-5.707-5.707z\"/></svg></li><li title=\"bx chevron right \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M10.707 17.707 16.414 12l-5.707-5.707-1.414 1.414L13.586 12l-4.293 4.293z\"/></svg></li><li title=\"bx chevron up circle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm0 18c-4.411 0-8-3.589-8-8s3.589-8 8-8 8 3.589 8 8-3.589 8-8 8z\"/><path d=\"m6.293 13.293 1.414 1.414L12 10.414l4.293 4.293 1.414-1.414L12 7.586z\"/></svg></li><li title=\"bx chevron up square \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M5 21h14c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2zM5 5h14l.001 14H5V5z\"/><path d=\"m6.293 13.293 1.414 1.414L12 10.414l4.293 4.293 1.414-1.414L12 7.586z\"/></svg></li><li title=\"bx chevron up \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m6.293 13.293 1.414 1.414L12 10.414l4.293 4.293 1.414-1.414L12 7.586z\"/></svg></li><li title=\"bx chevrons down \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m12 15.586-4.293-4.293-1.414 1.414L12 18.414l5.707-5.707-1.414-1.414z\"/><path d=\"m17.707 7.707-1.414-1.414L12 10.586 7.707 6.293 6.293 7.707 12 13.414z\"/></svg></li><li title=\"bx chevrons left \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m12.707 7.707-1.414-1.414L5.586 12l5.707 5.707 1.414-1.414L8.414 12z\"/><path d=\"M16.293 6.293 10.586 12l5.707 5.707 1.414-1.414L13.414 12l4.293-4.293z\"/></svg></li><li title=\"bx chevrons right \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M10.296 7.71 14.621 12l-4.325 4.29 1.408 1.42L17.461 12l-5.757-5.71z\"/><path d=\"M6.704 6.29 5.296 7.71 9.621 12l-4.325 4.29 1.408 1.42L12.461 12z\"/></svg></li><li title=\"bx chevrons up \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m6.293 11.293 1.414 1.414L12 8.414l4.293 4.293 1.414-1.414L12 5.586z\"/><path d=\"m6.293 16.293 1.414 1.414L12 13.414l4.293 4.293 1.414-1.414L12 10.586z\"/></svg></li><li title=\"bx chip \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M9 9h6v6H9z\"/><path d=\"M20 6c0-1.103-.897-2-2-2h-2V2h-2v2h-4V2H8v2H6c-1.103 0-2 .897-2 2v2H2v2h2v4H2v2h2v2c0 1.103.897 2 2 2h2v2h2v-2h4v2h2v-2h2c1.103 0 2-.897 2-2v-2h2v-2h-2v-4h2V8h-2V6zM6 18V6h12l.002 12H6z\"/></svg></li><li title=\"bx church \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21.447 14.105 18 12.382V12a1 1 0 0 0-.485-.857L13 8.434V6h2V4h-2V2h-2v2H9v2h2v2.434l-4.515 2.709A1 1 0 0 0 6 12v.382l-3.447 1.724A.998.998 0 0 0 2 15v6a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1v-6c0-.379-.214-.725-.553-.895zM4 15.618l2-1V20H4v-4.382zM12 15a2 2 0 0 0-2 2v3H8v-7.434l4-2.4 4 2.4V20h-2v-3a2 2 0 0 0-2-2zm8 5h-2v-5.382l2 1V20z\"/></svg></li><li title=\"bx circle half \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12,2H11V22h1A10,10,0,0,0,12,2Zm1,17.94V4.06a8,8,0,0,1,0,15.88Z\"/></svg></li><li title=\"bx circle quarter \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12,2H11V13H22V12A10,10,0,0,0,12,2Zm1,9V4.06A8,8,0,0,1,19.94,11Z\"/></svg></li><li title=\"bx circle three quarter \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12,2H11v9H2v1a10,10,0,0,0,17.07,7.07A10,10,0,0,0,12,2Zm5.66,15.66A8,8,0,0,1,4.06,13H13V4.06a8,8,0,0,1,4.66,13.6Z\"/></svg></li><li title=\"bx circle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12c.001 5.515 4.487 10.001 10 10.001 5.514 0 10-4.486 10.001-10.001 0-5.514-4.486-10-10.001-10zm0 18.001c-4.41 0-7.999-3.589-8-8.001 0-4.411 3.589-8 8-8 4.412 0 8.001 3.589 8.001 8-.001 4.412-3.59 8.001-8.001 8.001z\"/></svg></li><li title=\"bx clinic \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12.707 2.293a.999.999 0 0 0-1.414 0l-9 9A1 1 0 0 0 3 13h1v7c0 1.103.897 2 2 2h12c1.103 0 2-.897 2-2v-7h1a.999.999 0 0 0 .707-1.707l-9-9zM18.001 20H6v-9.586l6-6 6 6V15l.001 5z\"/><path d=\"M13 10h-2v3H8v2h3v3h2v-3h3v-2h-3z\"/></svg></li><li title=\"bx clipboard \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 3h-2.25a1 1 0 0 0-1-1h-7.5a1 1 0 0 0-1 1H5c-1.103 0-2 .897-2 2v15c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2zm0 17H5V5h2v2h10V5h2v15z\"/></svg></li><li title=\"bx closet \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M13 10.551v-.678A4.005 4.005 0 0 0 16 6c0-2.206-1.794-4-4-4S8 3.794 8 6h2c0-1.103.897-2 2-2s2 .897 2 2-.897 2-2 2a1 1 0 0 0-1 1v1.551l-8.665 7.702A1.001 1.001 0 0 0 3 20h18a1.001 1.001 0 0 0 .664-1.748L13 10.551zM5.63 18 12 12.338 18.37 18H5.63z\"/></svg></li><li title=\"bx cloud download \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M18.948 11.112C18.511 7.67 15.563 5 12.004 5c-2.756 0-5.15 1.611-6.243 4.15-2.148.642-3.757 2.67-3.757 4.85 0 2.757 2.243 5 5 5h1v-2h-1c-1.654 0-3-1.346-3-3 0-1.404 1.199-2.757 2.673-3.016l.581-.102.192-.558C8.153 8.273 9.898 7 12.004 7c2.757 0 5 2.243 5 5v1h1c1.103 0 2 .897 2 2s-.897 2-2 2h-2v2h2c2.206 0 4-1.794 4-4a4.008 4.008 0 0 0-3.056-3.888z\"/><path d=\"M13.004 14v-4h-2v4h-3l4 5 4-5z\"/></svg></li><li title=\"bx cloud drizzle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M8 13h2v3H8zm0 4h2v3H8zm3-2h2v3h-2zm0 4h2v3h-2zm3-6h2v3h-2zm0 4h2v3h-2z\"/><path d=\"M18.944 10.112C18.507 6.67 15.56 4 12 4 9.245 4 6.85 5.611 5.757 8.15 3.609 8.792 2 10.819 2 13c0 2.757 2.243 5 5 5v-2c-1.654 0-3-1.346-3-3 0-1.403 1.199-2.756 2.673-3.015l.582-.103.191-.559C8.149 7.273 9.895 6 12 6c2.757 0 5 2.243 5 5v1h1c1.103 0 2 .897 2 2s-.897 2-2 2h-1v2h1c2.206 0 4-1.794 4-4a4.008 4.008 0 0 0-3.056-3.888z\"/></svg></li><li title=\"bx cloud light rain \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M8 13h2v4H8zm0 5h2v2H8zm3-3h2v4h-2zm0 5h2v2h-2zm3-7h2v4h-2zm0 5h2v2h-2z\"/><path d=\"M18.944 10.112C18.507 6.67 15.56 4 12 4 9.244 4 6.85 5.611 5.757 8.15 3.609 8.792 2 10.819 2 13c0 2.757 2.243 5 5 5v-2c-1.654 0-3-1.346-3-3 0-1.403 1.199-2.756 2.673-3.015l.581-.103.192-.559C8.149 7.273 9.895 6 12 6c2.757 0 5 2.243 5 5v1h1c1.103 0 2 .897 2 2s-.897 2-2 2h-1v2h1c2.206 0 4-1.794 4-4a4.008 4.008 0 0 0-3.056-3.888z\"/></svg></li><li title=\"bx cloud lightning \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m10 13-1 5h2v4l3.975-6H13l1-3z\"/><path d=\"M18.944 10.112C18.507 6.67 15.56 4 12 4 9.244 4 6.85 5.611 5.757 8.15 3.609 8.792 2 10.819 2 13c0 2.757 2.243 5 5 5v-2c-1.654 0-3-1.346-3-3 0-1.403 1.199-2.756 2.673-3.015l.581-.103.192-.559C8.149 7.273 9.895 6 12 6c2.757 0 5 2.243 5 5v1h1c1.103 0 2 .897 2 2s-.897 2-2 2h-1v2h1c2.206 0 4-1.794 4-4a4.008 4.008 0 0 0-3.056-3.888z\"/></svg></li><li title=\"bx cloud rain \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M8 13h2v7H8zm3 2h2v7h-2zm3-2h2v7h-2z\"/><path d=\"M18.944 10.113C18.507 6.671 15.56 4.001 12 4.001c-2.756 0-5.15 1.611-6.243 4.15C3.609 8.793 2 10.82 2 13.001c0 2.757 2.243 5 5 5v-2c-1.654 0-3-1.346-3-3 0-1.403 1.199-2.756 2.673-3.015l.581-.103.192-.559C8.149 7.274 9.895 6.001 12 6.001c2.757 0 5 2.243 5 5v1h1c1.103 0 2 .897 2 2s-.897 2-2 2h-1v2h1c2.206 0 4-1.794 4-4a4.008 4.008 0 0 0-3.056-3.888z\"/></svg></li><li title=\"bx cloud snow \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M18.944 10.112C18.507 6.67 15.56 4 12 4 9.244 4 6.85 5.611 5.757 8.15 3.609 8.792 2 10.819 2 13c0 2.757 2.243 5 5 5v-2c-1.654 0-3-1.346-3-3 0-1.403 1.199-2.756 2.673-3.015l.581-.103.192-.559C8.149 7.273 9.895 6 12 6c2.757 0 5 2.243 5 5v1h1c1.103 0 2 .897 2 2s-.897 2-2 2h-1v2h1c2.206 0 4-1.794 4-4a4.008 4.008 0 0 0-3.056-3.888z\"/><circle cx=\"15\" cy=\"16\" r=\"1\"/><circle cx=\"15\" cy=\"19\" r=\"1\"/><circle cx=\"12\" cy=\"18\" r=\"1\"/><circle cx=\"12\" cy=\"21\" r=\"1\"/><circle cx=\"9\" cy=\"19\" r=\"1\"/><circle cx=\"9\" cy=\"16\" r=\"1\"/></svg></li><li title=\"bx cloud upload \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M13 19v-4h3l-4-5-4 5h3v4z\"/><path d=\"M7 19h2v-2H7c-1.654 0-3-1.346-3-3 0-1.404 1.199-2.756 2.673-3.015l.581-.102.192-.558C8.149 8.274 9.895 7 12 7c2.757 0 5 2.243 5 5v1h1c1.103 0 2 .897 2 2s-.897 2-2 2h-3v2h3c2.206 0 4-1.794 4-4a4.01 4.01 0 0 0-3.056-3.888C18.507 7.67 15.56 5 12 5 9.244 5 6.85 6.611 5.757 9.15 3.609 9.792 2 11.82 2 14c0 2.757 2.243 5 5 5z\"/></svg></li><li title=\"bx cloud \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M18.944 11.112C18.507 7.67 15.56 5 12 5 9.244 5 6.85 6.611 5.757 9.15 3.609 9.792 2 11.82 2 14c0 2.757 2.243 5 5 5h11c2.206 0 4-1.794 4-4a4.01 4.01 0 0 0-3.056-3.888zM18 17H7c-1.654 0-3-1.346-3-3 0-1.404 1.199-2.756 2.673-3.015l.581-.102.192-.558C8.149 8.274 9.895 7 12 7c2.757 0 5 2.243 5 5v1h1c1.103 0 2 .897 2 2s-.897 2-2 2z\"/></svg></li><li title=\"bx code alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m7.375 16.781 1.25-1.562L4.601 12l4.024-3.219-1.25-1.562-5 4a1 1 0 0 0 0 1.562l5 4zm9.25-9.562-1.25 1.562L19.399 12l-4.024 3.219 1.25 1.562 5-4a1 1 0 0 0 0-1.562l-5-4zm-1.649-4.003-4 18-1.953-.434 4-18z\"/></svg></li><li title=\"bx code block \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 3H4c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2zM4 19V7h16l.002 12H4z\"/><path d=\"M9.293 9.293 5.586 13l3.707 3.707 1.414-1.414L8.414 13l2.293-2.293zm5.414 0-1.414 1.414L15.586 13l-2.293 2.293 1.414 1.414L18.414 13z\"/></svg></li><li title=\"bx code curly \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M9 22h1v-2h-.989C8.703 19.994 6 19.827 6 16c0-1.993-.665-3.246-1.502-4C5.335 11.246 6 9.993 6 8c0-3.827 2.703-3.994 3-4h1V2H8.998C7.269 2.004 4 3.264 4 8c0 2.8-1.678 2.99-2.014 3L2 13c.082 0 2 .034 2 3 0 4.736 3.269 5.996 5 6zm13-11c-.082 0-2-.034-2-3 0-4.736-3.269-5.996-5-6h-1v2h.989c.308.006 3.011.173 3.011 4 0 1.993.665 3.246 1.502 4-.837.754-1.502 2.007-1.502 4 0 3.827-2.703 3.994-3 4h-1v2h1.002C16.731 21.996 20 20.736 20 16c0-2.8 1.678-2.99 2.014-3L22 11z\"/></svg></li><li title=\"bx code \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M8.293 6.293 2.586 12l5.707 5.707 1.414-1.414L5.414 12l4.293-4.293zm7.414 11.414L21.414 12l-5.707-5.707-1.414 1.414L18.586 12l-4.293 4.293z\"/></svg></li><li title=\"bx coffee togo \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M7 22h10a1 1 0 0 0 .99-.858L19.867 8H21V6h-1.382l-1.724-3.447A.998.998 0 0 0 17 2H7c-.379 0-.725.214-.895.553L4.382 6H3v2h1.133L6.01 21.142A1 1 0 0 0 7 22zm10.418-11H6.582l-.429-3h11.693l-.428 3zm-9.551 9-.429-3h9.123l-.429 3H7.867zM7.618 4h8.764l1 2H6.618l1-2z\"/></svg></li><li title=\"bx coffee \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M5 2h2v3H5zm4 0h2v3H9zm4 0h2v3h-2zm6 7h-2V7H3v11c0 1.654 1.346 3 3 3h8c1.654 0 3-1.346 3-3h2c1.103 0 2-.897 2-2v-5c0-1.103-.897-2-2-2zm-4 9a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1V9h10v9zm2-2v-5h2l.002 5H17z\"/></svg></li><li title=\"bx cog \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 16c2.206 0 4-1.794 4-4s-1.794-4-4-4-4 1.794-4 4 1.794 4 4 4zm0-6c1.084 0 2 .916 2 2s-.916 2-2 2-2-.916-2-2 .916-2 2-2z\"/><path d=\"m2.845 16.136 1 1.73c.531.917 1.809 1.261 2.73.73l.529-.306A8.1 8.1 0 0 0 9 19.402V20c0 1.103.897 2 2 2h2c1.103 0 2-.897 2-2v-.598a8.132 8.132 0 0 0 1.896-1.111l.529.306c.923.53 2.198.188 2.731-.731l.999-1.729a2.001 2.001 0 0 0-.731-2.732l-.505-.292a7.718 7.718 0 0 0 0-2.224l.505-.292a2.002 2.002 0 0 0 .731-2.732l-.999-1.729c-.531-.92-1.808-1.265-2.731-.732l-.529.306A8.1 8.1 0 0 0 15 4.598V4c0-1.103-.897-2-2-2h-2c-1.103 0-2 .897-2 2v.598a8.132 8.132 0 0 0-1.896 1.111l-.529-.306c-.924-.531-2.2-.187-2.731.732l-.999 1.729a2.001 2.001 0 0 0 .731 2.732l.505.292a7.683 7.683 0 0 0 0 2.223l-.505.292a2.003 2.003 0 0 0-.731 2.733zm3.326-2.758A5.703 5.703 0 0 1 6 12c0-.462.058-.926.17-1.378a.999.999 0 0 0-.47-1.108l-1.123-.65.998-1.729 1.145.662a.997.997 0 0 0 1.188-.142 6.071 6.071 0 0 1 2.384-1.399A1 1 0 0 0 11 5.3V4h2v1.3a1 1 0 0 0 .708.956 6.083 6.083 0 0 1 2.384 1.399.999.999 0 0 0 1.188.142l1.144-.661 1 1.729-1.124.649a1 1 0 0 0-.47 1.108c.112.452.17.916.17 1.378 0 .461-.058.925-.171 1.378a1 1 0 0 0 .471 1.108l1.123.649-.998 1.729-1.145-.661a.996.996 0 0 0-1.188.142 6.071 6.071 0 0 1-2.384 1.399A1 1 0 0 0 13 18.7l.002 1.3H11v-1.3a1 1 0 0 0-.708-.956 6.083 6.083 0 0 1-2.384-1.399.992.992 0 0 0-1.188-.141l-1.144.662-1-1.729 1.124-.651a1 1 0 0 0 .471-1.108z\"/></svg></li><li title=\"bx coin stack \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 22c3.976 0 8-1.374 8-4V6c0-2.626-4.024-4-8-4S4 3.374 4 6v12c0 2.626 4.024 4 8 4zm0-2c-3.722 0-6-1.295-6-2v-1.268C7.541 17.57 9.777 18 12 18s4.459-.43 6-1.268V18c0 .705-2.278 2-6 2zm0-16c3.722 0 6 1.295 6 2s-2.278 2-6 2-6-1.295-6-2 2.278-2 6-2zM6 8.732C7.541 9.57 9.777 10 12 10s4.459-.43 6-1.268V10c0 .705-2.278 2-6 2s-6-1.295-6-2V8.732zm0 4C7.541 13.57 9.777 14 12 14s4.459-.43 6-1.268V14c0 .705-2.278 2-6 2s-6-1.295-6-2v-1.268z\"/></svg></li><li title=\"bx coin \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 6C7.03 6 2 7.546 2 10.5v4C2 17.454 7.03 19 12 19s10-1.546 10-4.5v-4C22 7.546 16.97 6 12 6zm-8 8.5v-1.197a9.989 9.989 0 0 0 2 .86v1.881c-1.312-.514-2-1.126-2-1.544zm12 .148v1.971c-.867.179-1.867.31-3 .358v-2a21.75 21.75 0 0 0 3-.329zm-5 2.33a18.788 18.788 0 0 1-3-.358v-1.971c.959.174 1.972.287 3 .33v1.999zm7-.934v-1.881a9.931 9.931 0 0 0 2-.86V14.5c0 .418-.687 1.03-2 1.544zM12 13c-5.177 0-8-1.651-8-2.5S6.823 8 12 8s8 1.651 8 2.5-2.823 2.5-8 2.5z\"/></svg></li><li title=\"bx collapse alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><polygon points=\"2 15 9 15 9 22 11 22 11 13 2 13 2 15\"/><polygon points=\"15 2 13 2 13 11 22 11 22 9 15 9 15 2\"/></svg></li><li title=\"bx collapse horizontal \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><polygon points=\"19.95 5.64 13.59 12 19.95 18.36 21.36 16.95 16.41 12 21.36 7.05 19.95 5.64\"/><polygon points=\"2.64 7.05 7.59 12 2.64 16.95 4.05 18.36 10.41 12 4.05 5.64 2.64 7.05\"/></svg></li><li title=\"bx collapse vertical \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><polygon points=\"12 7.59 7.05 2.64 5.64 4.05 12 10.41 18.36 4.05 16.95 2.64 12 7.59\"/><polygon points=\"5.64 19.95 7.05 21.36 12 16.41 16.95 21.36 18.36 19.95 12 13.59 5.64 19.95\"/></svg></li><li title=\"bx collapse \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M16.121 6.465 14 4.344V10h5.656l-2.121-2.121 3.172-3.172-1.414-1.414zM4.707 3.293 3.293 4.707l3.172 3.172L4.344 10H10V4.344L7.879 6.465zM19.656 14H14v5.656l2.121-2.121 3.172 3.172 1.414-1.414-3.172-3.172zM6.465 16.121l-3.172 3.172 1.414 1.414 3.172-3.172L10 19.656V14H4.344z\"/></svg></li><li title=\"bx collection \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 10H5c-1.103 0-2 .897-2 2v8c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2v-8c0-1.103-.897-2-2-2zM5 20v-8h14l.002 8H5zM5 6h14v2H5zm2-4h10v2H7z\"/></svg></li><li title=\"bx color fill \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 13.998c-.092.065-2 2.083-2 3.5 0 1.494.949 2.448 2 2.5.906.044 2-.891 2-2.5 0-1.5-1.908-3.435-2-3.5zm-16.586-1c0 .534.208 1.036.586 1.414l5.586 5.586c.378.378.88.586 1.414.586s1.036-.208 1.414-.586l7-7-.707-.707L11 4.584 8.707 2.291 7.293 3.705l2.293 2.293L4 11.584c-.378.378-.586.88-.586 1.414zM11 7.412l5.586 5.586L11 18.584h.001l-.001 1v-1l-5.586-5.586L11 7.412z\"/></svg></li><li title=\"bx columns \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19.893 3.001H4c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h15.893c1.103 0 2-.897 2-2V5a2.003 2.003 0 0 0-2-1.999zM8 19.001H4V8h4v11.001zm6 0h-4V8h4v11.001zm2 0V8h3.893l.001 11.001H16z\"/></svg></li><li title=\"bx command \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M6 14c-2.206 0-4 1.794-4 4s1.794 4 4 4a4.003 4.003 0 0 0 3.998-3.98H10V16h4v2.039h.004A4.002 4.002 0 0 0 18 22c2.206 0 4-1.794 4-4s-1.794-4-4-4h-2v-4h2c2.206 0 4-1.794 4-4s-1.794-4-4-4-4 1.794-4 4v2h-4V5.98h-.002A4.003 4.003 0 0 0 6 2C3.794 2 2 3.794 2 6s1.794 4 4 4h2v4H6zm2 4c0 1.122-.879 2-2 2s-2-.878-2-2 .879-2 2-2h2v2zm10-2c1.121 0 2 .878 2 2s-.879 2-2 2-2-.878-2-2v-2h2zM16 6c0-1.122.879-2 2-2s2 .878 2 2-.879 2-2 2h-2V6zM6 8c-1.121 0-2-.878-2-2s.879-2 2-2 2 .878 2 2v2H6zm4 2h4v4h-4v-4z\"/></svg></li><li title=\"bx comment add \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M11 14h2v-3h3V9h-3V6h-2v3H8v2h3z\"/><path d=\"M20 2H4c-1.103 0-2 .897-2 2v18l5.333-4H20c1.103 0 2-.897 2-2V4c0-1.103-.897-2-2-2zm0 14H6.667L4 18V4h16v12z\"/></svg></li><li title=\"bx comment check \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m17.207 8.207-1.414-1.414L11 11.586 8.707 9.293l-1.414 1.414L11 14.414z\"/><path d=\"M20 2H4c-1.103 0-2 .897-2 2v18l5.333-4H20c1.103 0 2-.897 2-2V4c0-1.103-.897-2-2-2zm0 14H6.667L4 18V4h16v12z\"/></svg></li><li title=\"bx comment detail \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M7 7h10v2H7zm0 4h7v2H7z\"/><path d=\"M20 2H4c-1.103 0-2 .897-2 2v18l5.333-4H20c1.103 0 2-.897 2-2V4c0-1.103-.897-2-2-2zm0 14H6.667L4 18V4h16v12z\"/></svg></li><li title=\"bx comment dots \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 2H4c-1.103 0-2 .897-2 2v18l5.333-4H20c1.103 0 2-.897 2-2V4c0-1.103-.897-2-2-2zm0 14H6.667L4 18V4h16v12z\"/><circle cx=\"15\" cy=\"10\" r=\"2\"/><circle cx=\"9\" cy=\"10\" r=\"2\"/></svg></li><li title=\"bx comment edit \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m13.771 9.123-1.399-1.398-3.869 3.864v1.398h1.398zM14.098 6l1.398 1.398-1.067 1.067-1.398-1.398z\"/><path d=\"M20 2H4c-1.103 0-2 .897-2 2v18l5.333-4H20c1.103 0 2-.897 2-2V4c0-1.103-.897-2-2-2zm0 14H6.667L4 18V4h16v12z\"/></svg></li><li title=\"bx comment error \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M11 6h2v5h-2zm0 6h2v2h-2z\"/><path d=\"M20 2H4c-1.103 0-2 .897-2 2v18l5.333-4H20c1.103 0 2-.897 2-2V4c0-1.103-.897-2-2-2zm0 14H6.667L4 18V4h16v12z\"/></svg></li><li title=\"bx comment minus \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M8 9h8v2H8z\"/><path d=\"M20 2H4c-1.103 0-2 .897-2 2v18l5.333-4H20c1.103 0 2-.897 2-2V4c0-1.103-.897-2-2-2zm0 14H6.667L4 18V4h16v12z\"/></svg></li><li title=\"bx comment x \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M9.707 13.707 12 11.414l2.293 2.293 1.414-1.414L13.414 10l2.293-2.293-1.414-1.414L12 8.586 9.707 6.293 8.293 7.707 10.586 10l-2.293 2.293z\"/><path d=\"M20 2H4c-1.103 0-2 .897-2 2v18l5.333-4H20c1.103 0 2-.897 2-2V4c0-1.103-.897-2-2-2zm0 14H6.667L4 18V4h16v12z\"/></svg></li><li title=\"bx comment \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 2H4c-1.103 0-2 .897-2 2v18l5.333-4H20c1.103 0 2-.897 2-2V4c0-1.103-.897-2-2-2zm0 14H6.667L4 18V4h16v12z\"/></svg></li><li title=\"bx compass \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm0 18c-4.411 0-8-3.589-8-8s3.589-8 8-8 8 3.589 8 8-3.589 8-8 8z\"/><path d=\"m8 16 5.991-2L16 8l-6 2z\"/></svg></li><li title=\"bx confused \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm0 18c-4.411 0-8-3.589-8-8s3.589-8 8-8 8 3.589 8 8-3.589 8-8 8z\"/><circle cx=\"8.5\" cy=\"10.5\" r=\"1.5\"/><circle cx=\"15.493\" cy=\"10.493\" r=\"1.493\"/><path d=\"m8.124 16.992-.248-1.984 8-1 .248 1.984z\"/></svg></li><li title=\"bx conversation \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M16 14h.5c.827 0 1.5-.673 1.5-1.5v-9c0-.827-.673-1.5-1.5-1.5h-13C2.673 2 2 2.673 2 3.5V18l5.333-4H16zm-9.333-2L4 14V4h12v8H6.667z\"/><path d=\"M20.5 8H20v6.001c0 1.1-.893 1.993-1.99 1.999H8v.5c0 .827.673 1.5 1.5 1.5h7.167L22 22V9.5c0-.827-.673-1.5-1.5-1.5z\"/></svg></li><li title=\"bx cookie \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21.598 11.064a1.006 1.006 0 0 0-.854-.172A2.938 2.938 0 0 1 20 11c-1.654 0-3-1.346-3.003-2.937.005-.034.016-.136.017-.17a.998.998 0 0 0-1.254-1.006A2.963 2.963 0 0 1 15 7c-1.654 0-3-1.346-3-3 0-.217.031-.444.099-.716a1 1 0 0 0-1.067-1.236A9.956 9.956 0 0 0 2 12c0 5.514 4.486 10 10 10s10-4.486 10-10c0-.049-.003-.097-.007-.16a1.004 1.004 0 0 0-.395-.776zM12 20c-4.411 0-8-3.589-8-8a7.962 7.962 0 0 1 6.006-7.75A5.006 5.006 0 0 0 15 9l.101-.001a5.007 5.007 0 0 0 4.837 4C19.444 16.941 16.073 20 12 20z\"/><circle cx=\"12.5\" cy=\"11.5\" r=\"1.5\"/><circle cx=\"8.5\" cy=\"8.5\" r=\"1.5\"/><circle cx=\"7.5\" cy=\"12.5\" r=\"1.5\"/><circle cx=\"15.5\" cy=\"15.5\" r=\"1.5\"/><circle cx=\"10.5\" cy=\"16.5\" r=\"1.5\"/></svg></li><li title=\"bx cool \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M14.683 14.828a4.055 4.055 0 0 1-1.272.858 4.002 4.002 0 0 1-4.875-1.45l-1.658 1.119a6.063 6.063 0 0 0 1.621 1.62 5.963 5.963 0 0 0 2.148.903 6.035 6.035 0 0 0 3.542-.35 6.048 6.048 0 0 0 1.907-1.284c.272-.271.52-.571.734-.889l-1.658-1.119a4.147 4.147 0 0 1-.489.592z\"/><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm0 2c2.953 0 5.531 1.613 6.918 4H5.082C6.469 5.613 9.047 4 12 4zm0 16c-4.411 0-8-3.589-8-8 0-.691.098-1.359.264-2H5v1a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2h2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-1h.736c.166.641.264 1.309.264 2 0 4.411-3.589 8-8 8z\"/></svg></li><li title=\"bx copy alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 2H10c-1.103 0-2 .897-2 2v4H4c-1.103 0-2 .897-2 2v10c0 1.103.897 2 2 2h10c1.103 0 2-.897 2-2v-4h4c1.103 0 2-.897 2-2V4c0-1.103-.897-2-2-2zM4 20V10h10l.002 10H4zm16-6h-4v-4c0-1.103-.897-2-2-2h-4V4h10v10z\"/><path d=\"M6 12h6v2H6zm0 4h6v2H6z\"/></svg></li><li title=\"bx copy \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 2H10c-1.103 0-2 .897-2 2v4H4c-1.103 0-2 .897-2 2v10c0 1.103.897 2 2 2h10c1.103 0 2-.897 2-2v-4h4c1.103 0 2-.897 2-2V4c0-1.103-.897-2-2-2zM4 20V10h10l.002 10H4zm16-6h-4v-4c0-1.103-.897-2-2-2h-4V4h10v10z\"/></svg></li><li title=\"bx copyright \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 22c5.421 0 10-4.579 10-10S17.421 2 12 2 2 6.579 2 12s4.579 10 10 10zm0-18c4.337 0 8 3.663 8 8s-3.663 8-8 8-8-3.663-8-8 3.663-8 8-8z\"/><path d=\"M12 17c.901 0 2.581-.168 3.707-1.292l-1.414-1.416C13.85 14.735 12.992 15 12 15c-1.626 0-3-1.374-3-3s1.374-3 3-3c.993 0 1.851.265 2.293.707l1.414-1.414C14.582 7.168 12.901 7 12 7c-2.757 0-5 2.243-5 5s2.243 5 5 5z\"/></svg></li><li title=\"bx credit card alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><circle cx=\"15.5\" cy=\"13.5\" r=\"2.5\"/><path d=\"M12 13.5c0-.815.396-1.532 1-1.988A2.47 2.47 0 0 0 11.5 11a2.5 2.5 0 1 0 0 5 2.47 2.47 0 0 0 1.5-.512 2.486 2.486 0 0 1-1-1.988z\"/><path d=\"M20 4H4c-1.103 0-2 .897-2 2v12c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V6c0-1.103-.897-2-2-2zM4 18V6h16l.002 12H4z\"/></svg></li><li title=\"bx credit card front \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 4H4c-1.103 0-2 .897-2 2v12c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V6c0-1.103-.897-2-2-2zM4 18V6h16l.001 12H4z\"/><path d=\"M6.5 11h3a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5zM6 14h6v2.001H6zm7 0h5v2.001h-5z\"/></svg></li><li title=\"bx credit card \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 4H4c-1.103 0-2 .897-2 2v12c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V6c0-1.103-.897-2-2-2zM4 6h16v2H4V6zm0 12v-6h16.001l.001 6H4z\"/><path d=\"M6 14h6v2H6z\"/></svg></li><li title=\"bx cricket ball \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19.07,4.93A10,10,0,0,0,4.93,19.07,10,10,0,0,0,19.07,4.93ZM6.34,6.34a8,8,0,0,1,8.78-1.71l-.29.3.71.71.52-.53a9.53,9.53,0,0,1,.84.57L5.68,16.9a9.53,9.53,0,0,1-.57-.84l.53-.52-.71-.71-.29.29A8,8,0,0,1,6.34,6.34ZM17.66,17.66a8,8,0,0,1-8.78,1.71l.29-.3-.71-.71-.52.53a9.53,9.53,0,0,1-.84-.57L18.32,7.1a9.53,9.53,0,0,1,.57.84l-.53.52.71.71.29-.29A8,8,0,0,1,17.66,17.66Zm-6.37-2.12.71.7-1.41,1.42L9.88,17Zm2.83-2.83.71.7-1.42,1.42-.7-.71ZM17,9.88l.71.71L16.24,12l-.7-.71ZM12.71,8.46,12,7.76l1.41-1.42.71.71ZM9.88,11.29l-.71-.7,1.42-1.42.7.71ZM7.05,14.12l-.71-.71L7.76,12l.7.71Z\"/></svg></li><li title=\"bx crop \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 7c0-1.103-.897-2-2-2H7V2H5v3H2v2h15v15h2v-3h3v-2h-3V7z\"/><path d=\"M5 9v8c0 1.103.897 2 2 2h8v-2H7V9H5z\"/></svg></li><li title=\"bx cross \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><rect x=\"11\" y=\"2\"  /><rect x=\"11\" y=\"15\"  /><rect x=\"15\" y=\"11\"  /><rect x=\"2\" y=\"11\"  /></svg></li><li title=\"bx crosshair \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm1 17.931V17h-2v2.931A8.008 8.008 0 0 1 4.069 13H7v-2H4.069A8.008 8.008 0 0 1 11 4.069V7h2V4.069A8.007 8.007 0 0 1 19.931 11H17v2h2.931A8.008 8.008 0 0 1 13 19.931z\"/></svg></li><li title=\"bx crown \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M11.219 3.375 8 7.399 4.781 3.375A1.002 1.002 0 0 0 3 4v15c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2V4a1.002 1.002 0 0 0-1.781-.625L16 7.399l-3.219-4.024c-.381-.474-1.181-.474-1.562 0zM5 19v-2h14.001v2H5zm10.219-9.375c.381.475 1.182.475 1.563 0L19 6.851 19.001 15H5V6.851l2.219 2.774c.381.475 1.182.475 1.563 0L12 5.601l3.219 4.024z\"/></svg></li><li title=\"bx cube alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M17.895 3.553A1.001 1.001 0 0 0 17 3H7c-.379 0-.725.214-.895.553l-4 8a1 1 0 0 0 0 .895l4 8c.17.338.516.552.895.552h10c.379 0 .725-.214.895-.553l4-8a1 1 0 0 0 0-.895l-4-7.999zM19.382 11h-7.764l-3-6h7.764l3 6zM4.118 12 7 6.236 9.882 12 7 17.764 4.118 12zm12.264 7H8.618l3-6h7.764l-3 6z\"/></svg></li><li title=\"bx cube \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m21.406 6.086-9-4a1.001 1.001 0 0 0-.813 0l-9 4c-.02.009-.034.024-.054.035-.028.014-.058.023-.084.04-.022.015-.039.034-.06.05a.87.87 0 0 0-.19.194c-.02.028-.041.053-.059.081a1.119 1.119 0 0 0-.076.165c-.009.027-.023.052-.031.079A1.013 1.013 0 0 0 2 7v10c0 .396.232.753.594.914l9 4c.13.058.268.086.406.086a.997.997 0 0 0 .402-.096l.004.01 9-4A.999.999 0 0 0 22 17V7a.999.999 0 0 0-.594-.914zM12 4.095 18.538 7 12 9.905l-1.308-.581L5.463 7 12 4.095zM4 16.351V8.539l7 3.111v7.811l-7-3.11zm9 3.11V11.65l7-3.111v7.812l-7 3.11z\"/></svg></li><li title=\"bx cuboid \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M16.707 2.293A.996.996 0 0 0 16 2H8c-.414 0-.785.255-.934.641l-5 13a.999.999 0 0 0 .227 1.066l5 5A.996.996 0 0 0 8 22h8c.414 0 .785-.255.934-.641l5-13a.999.999 0 0 0-.227-1.066l-5-5zM18.585 7h-5.171l-3-3h5.172l2.999 3zM8.381 4.795l3.438 3.438-4.462 10.71-3.19-3.191L8.381 4.795zM15.313 20h-6.23l4.583-11h5.878l-4.231 11z\"/></svg></li><li title=\"bx current location \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"4\"/><path d=\"M13 4.069V2h-2v2.069A8.01 8.01 0 0 0 4.069 11H2v2h2.069A8.008 8.008 0 0 0 11 19.931V22h2v-2.069A8.007 8.007 0 0 0 19.931 13H22v-2h-2.069A8.008 8.008 0 0 0 13 4.069zM12 18c-3.309 0-6-2.691-6-6s2.691-6 6-6 6 2.691 6 6-2.691 6-6 6z\"/></svg></li><li title=\"bx customize \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M4 11h6a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1zm1-6h4v4H5V5zm15-2h-6a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1zm-1 6h-4V5h4v4zm-9 12a1 1 0 0 0 1-1v-6a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h6zm-5-6h4v4H5v-4zm13-1h-2v2h-2v2h2v2h2v-2h2v-2h-2z\"/></svg></li><li title=\"bx cut \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M10 6.5C10 4.57 8.43 3 6.5 3S3 4.57 3 6.5 4.57 10 6.5 10a3.45 3.45 0 0 0 1.613-.413l2.357 2.528-2.318 2.318A3.46 3.46 0 0 0 6.5 14C4.57 14 3 15.57 3 17.5S4.57 21 6.5 21s3.5-1.57 3.5-3.5c0-.601-.166-1.158-.434-1.652l2.269-2.268L17 19.121a3 3 0 0 0 2.121.879H22L9.35 8.518c.406-.572.65-1.265.65-2.018zM6.5 8C5.673 8 5 7.327 5 6.5S5.673 5 6.5 5 8 5.673 8 6.5 7.327 8 6.5 8zm0 11c-.827 0-1.5-.673-1.5-1.5S5.673 16 6.5 16s1.5.673 1.5 1.5S7.327 19 6.5 19z\"/><path d=\"m17 4.879-3.707 4.414 1.414 1.414L22 4h-2.879A3 3 0 0 0 17 4.879z\"/></svg></li><li title=\"bx cycling \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M11 15.414V20h2v-4.586c0-.526-.214-1.042-.586-1.414l-2-2L13 9.414l2 2c.372.372.888.586 1.414.586H20v-2h-3.586l-3.707-3.707a.999.999 0 0 0-1.414 0L8 9.586c-.378.378-.586.88-.586 1.414s.208 1.036.586 1.414l3 3z\"/><circle cx=\"16\" cy=\"5\" r=\"2\"/><path d=\"M18 14c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2zM6 22c2.206 0 4-1.794 4-4s-1.794-4-4-4-4 1.794-4 4 1.794 4 4 4zm0-6c1.103 0 2 .897 2 2s-.897 2-2 2-2-.897-2-2 .897-2 2-2z\"/></svg></li><li title=\"bx cylinder \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 22c5.131 0 9-1.935 9-4.5V7h-.053c.033-.164.053-.33.053-.5C21 3.935 17.131 2 12 2 7.209 2 3.52 3.688 3.053 6H3v11.5c0 2.565 3.869 4.5 9 4.5zm0-2c-4.273 0-7-1.48-7-2.5V9.394C6.623 10.387 9.111 11 12 11s5.377-.613 7-1.606V17.5c0 1.02-2.727 2.5-7 2.5zm0-16c4.273 0 7 1.48 7 2.5S16.273 9 12 9 5 7.52 5 6.5 7.727 4 12 4z\"/></svg></li><li title=\"bx data \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 17V7c0-2.168-3.663-4-8-4S4 4.832 4 7v10c0 2.168 3.663 4 8 4s8-1.832 8-4zM12 5c3.691 0 5.931 1.507 6 1.994C17.931 7.493 15.691 9 12 9S6.069 7.493 6 7.006C6.069 6.507 8.309 5 12 5zM6 9.607C7.479 10.454 9.637 11 12 11s4.521-.546 6-1.393v2.387c-.069.499-2.309 2.006-6 2.006s-5.931-1.507-6-2V9.607zM6 17v-2.393C7.479 15.454 9.637 16 12 16s4.521-.546 6-1.393v2.387c-.069.499-2.309 2.006-6 2.006s-5.931-1.507-6-2z\"/></svg></li><li title=\"bx desktop \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 3H4c-1.103 0-2 .897-2 2v11c0 1.103.897 2 2 2h7v2H8v2h8v-2h-3v-2h7c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2zM4 14V5h16l.002 9H4z\"/></svg></li><li title=\"bx detail \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 3H4c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2zM4 19V5h16l.002 14H4z\"/><path d=\"M6 7h12v2H6zm0 4h12v2H6zm0 4h6v2H6z\"/></svg></li><li title=\"bx devices \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 3H7c-1.103 0-2 .897-2 2v2H4c-1.103 0-2 .897-2 2v10c0 1.103.897 2 2 2h6c1.103 0 2-.897 2-2h8c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2zM9.997 19H4V9h6l-.003 10zm10-2H12V9c0-1.103-.897-2-2-2H7V5h13l-.003 12z\"/></svg></li><li title=\"bx dialpad alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"6\" r=\"2\"/><circle cx=\"6\" cy=\"6\" r=\"2\"/><circle cx=\"18\" cy=\"6\" r=\"2\"/><circle cx=\"12\" cy=\"12\" r=\"2\"/><circle cx=\"6\" cy=\"12\" r=\"2\"/><circle cx=\"18\" cy=\"12\" r=\"2\"/><circle cx=\"12\" cy=\"18\" r=\"2\"/></svg></li><li title=\"bx dialpad \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M10 3h4v3h-4zm0 5h4v3h-4zm0 5h4v3h-4zm6-10h4v3h-4zm0 5h4v3h-4zm0 5h4v3h-4zM4 3h4v3H4zm0 5h4v3H4zm0 5h4v3H4zm6 5h4v3h-4z\"/></svg></li><li title=\"bx diamond \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M17.813 3.838A2 2 0 0 0 16.187 3H7.813c-.644 0-1.252.313-1.667.899l-4 6.581a.999.999 0 0 0 .111 1.188l9 10a.995.995 0 0 0 1.486.001l9-10a.997.997 0 0 0 .111-1.188l-4.041-6.643zM12 19.505 5.245 12h13.509L12 19.505zM4.777 10l3.036-5 8.332-.062L19.222 10H4.777z\"/></svg></li><li title=\"bx dice 1 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 3H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2zM5 19V5h14l.002 14H5z\"/><circle cx=\"12\" cy=\"12\" r=\"1.5\"/></svg></li><li title=\"bx dice 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 3H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2zM5 19V5h14l.002 14H5z\"/><circle cx=\"9.5\" cy=\"12\" r=\"1.5\"/><circle cx=\"14.5\" cy=\"12\" r=\"1.5\"/></svg></li><li title=\"bx dice 3 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 3H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2zM5 19V5h14l.002 14H5z\"/><circle cx=\"8\" cy=\"8\" r=\"1.5\"/><circle cx=\"12\" cy=\"12\" r=\"1.5\"/><circle cx=\"16\" cy=\"16\" r=\"1.5\"/></svg></li><li title=\"bx dice 4 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 3H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2zM5 19V5h14l.002 14H5z\"/><circle cx=\"8\" cy=\"8\" r=\"1.5\"/><circle cx=\"16\" cy=\"16\" r=\"1.5\"/><circle cx=\"8\" cy=\"16\" r=\"1.5\"/><circle cx=\"16\" cy=\"8\" r=\"1.5\"/></svg></li><li title=\"bx dice 5 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 3H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2zM5 19V5h14l.002 14H5z\"/><circle cx=\"8\" cy=\"8\" r=\"1.5\"/><circle cx=\"12\" cy=\"12\" r=\"1.5\"/><circle cx=\"16\" cy=\"16\" r=\"1.5\"/><circle cx=\"8\" cy=\"16\" r=\"1.5\"/><circle cx=\"16\" cy=\"8\" r=\"1.5\"/></svg></li><li title=\"bx dice 6 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 3H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2zM5 19V5h14l.002 14H5z\"/><circle cx=\"8\" cy=\"8\" r=\"1.5\"/><circle cx=\"8\" cy=\"12\" r=\"1.5\"/><circle cx=\"16\" cy=\"12\" r=\"1.5\"/><circle cx=\"16\" cy=\"16\" r=\"1.5\"/><circle cx=\"8\" cy=\"16\" r=\"1.5\"/><circle cx=\"16\" cy=\"8\" r=\"1.5\"/></svg></li><li title=\"bx directions \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m21.781 13.875-2-2.5A1 1 0 0 0 19 11h-6V9h6c1.103 0 2-.897 2-2V4c0-1.103-.897-2-2-2H5a1 1 0 0 0-.781.375l-2 2.5a1.001 1.001 0 0 0 0 1.25l2 2.5A1 1 0 0 0 5 9h6v2H5c-1.103 0-2 .897-2 2v3c0 1.103.897 2 2 2h6v4h2v-4h6a1 1 0 0 0 .781-.375l2-2.5a1.001 1.001 0 0 0 0-1.25zM4.281 5.5 5.48 4H19l.002 3H5.48L4.281 5.5zM18.52 16H5v-3h13.52l1.2 1.5-1.2 1.5z\"/></svg></li><li title=\"bx disc \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"  ><path d=\"M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm0 18a8 8 0 1 1 8-8 8 8 0 0 1-8 8z\"/><path d=\"M12 8a4 4 0 1 0 4 4 4 4 0 0 0-4-4zm0 6a2 2 0 1 1 2-2 2 2 0 0 1-2 2z\"/></svg></li><li title=\"bx dish \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21 15c0-4.625-3.507-8.441-8-8.941V4h-2v2.059c-4.493.5-8 4.316-8 8.941v2h18v-2zM5 15c0-3.859 3.141-7 7-7s7 3.141 7 7H5zm-3 3h20v2H2z\"/></svg></li><li title=\"bx dislike \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 3H6.693A2.01 2.01 0 0 0 4.82 4.298l-2.757 7.351A1 1 0 0 0 2 12v2c0 1.103.897 2 2 2h5.612L8.49 19.367a2.004 2.004 0 0 0 .274 1.802c.376.52.982.831 1.624.831H12c.297 0 .578-.132.769-.36l4.7-5.64H20c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2zm-8.469 17h-1.145l1.562-4.684A1 1 0 0 0 11 14H4v-1.819L6.693 5H16v9.638L11.531 20zM18 14V5h2l.001 9H18z\"/></svg></li><li title=\"bx dizzy \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm0 18c-4.411 0-8-3.589-8-8s3.589-8 8-8 8 3.589 8 8-3.589 8-8 8z\"/><path d=\"M10.707 12.293 9.414 11l1.293-1.293-1.414-1.414L8 9.586 6.707 8.293 5.293 9.707 6.586 11l-1.293 1.293 1.414 1.414L8 12.414l1.293 1.293zm6.586-4L16 9.586l-1.293-1.293-1.414 1.414L14.586 11l-1.293 1.293 1.414 1.414L16 12.414l1.293 1.293 1.414-1.414L17.414 11l1.293-1.293zM10 16h4v2h-4z\"/></svg></li><li title=\"bx dna \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M15.794 11.09c.332-.263.648-.542.947-.84l.136-.142c.283-.293.552-.598.801-.919l.062-.075c.255-.335.486-.688.702-1.049l.128-.22c.205-.364.395-.737.559-1.123.02-.047.035-.095.055-.142.147-.361.274-.731.383-1.109.021-.07.044-.14.063-.211.107-.402.189-.813.251-1.229.013-.087.021-.175.032-.263.051-.432.087-.869.087-1.311V2h-2v.457c0 .184-.031.361-.042.543H6.022C6.012 2.819 6 2.64 6 2.457V2H4v.457c0 4.876 3.269 9.218 7.952 10.569l.028.009c2.881.823 5.056 3.146 5.769 5.965H6.251l.799-2h7.607a7.416 7.416 0 0 0-2.063-2h-4c.445-.424.956-.774 1.491-1.09a9.922 9.922 0 0 1-2.08-1.014C5.55 14.812 4 17.779 4 21.015V23h2v-1.985L6.001 21h11.998l.001.015V23h2v-1.985c0-3.83-2.159-7.303-5.443-9.07a11.1 11.1 0 0 0 1.072-.729c.055-.042.11-.082.165-.126zm-1.19-1.604a8.945 8.945 0 0 1-2.325 1.348c-.092.036-.185.068-.278.102A8.95 8.95 0 0 1 8.836 9h6.292c-.171.161-.332.333-.517.48l-.007.006zM17.619 5c-.005.016-.007.033-.012.049l-.044.151a9.089 9.089 0 0 1-.513 1.252c-.096.19-.213.365-.321.548h-9.48a9.066 9.066 0 0 1-.871-2h11.241z\"/></svg></li><li title=\"bx dock bottom \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"  ><path d=\"M19 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2zm0 2v9H5V5zM5 19v-3h14v3z\"/></svg></li><li title=\"bx dock left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"  ><path d=\"M19 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2zM5 5h3v14H5zm5 14V5h9v14z\"/></svg></li><li title=\"bx dock right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"  ><path d=\"M19 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2zM5 5h9v14H5zm11 14V5h3v14z\"/></svg></li><li title=\"bx dock top \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"  ><path d=\"M19 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2zm0 2v3H5V5zM5 19v-9h14v9z\"/></svg></li><li title=\"bx dollar circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"  ><path d=\"M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm0 18a8 8 0 1 1 8-8 8 8 0 0 1-8 8z\"/><path d=\"M12 11c-2 0-2-.63-2-1s.7-1 2-1 1.39.64 1.4 1h2A3 3 0 0 0 13 7.12V6h-2v1.09C9 7.42 8 8.71 8 10c0 1.12.52 3 4 3 2 0 2 .68 2 1s-.62 1-2 1c-1.84 0-2-.86-2-1H8c0 .92.66 2.55 3 2.92V18h2v-1.08c2-.34 3-1.63 3-2.92 0-1.12-.52-3-4-3z\"/></svg></li><li title=\"bx dollar \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M15.999 8.5h2c0-2.837-2.755-4.131-5-4.429V2h-2v2.071c-2.245.298-5 1.592-5 4.429 0 2.706 2.666 4.113 5 4.43v4.97c-1.448-.251-3-1.024-3-2.4h-2c0 2.589 2.425 4.119 5 4.436V22h2v-2.07c2.245-.298 5-1.593 5-4.43s-2.755-4.131-5-4.429V6.1c1.33.239 3 .941 3 2.4zm-8 0c0-1.459 1.67-2.161 3-2.4v4.799c-1.371-.253-3-1.002-3-2.399zm8 7c0 1.459-1.67 2.161-3 2.4v-4.8c1.33.239 3 .941 3 2.4z\"/></svg></li><li title=\"bx donate blood \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M4 21h9.62a3.995 3.995 0 0 0 3.037-1.397l5.102-5.952a1 1 0 0 0-.442-1.6l-1.968-.656a3.043 3.043 0 0 0-2.823.503l-3.185 2.547-.617-1.235A3.98 3.98 0 0 0 9.146 11H4c-1.103 0-2 .897-2 2v6c0 1.103.897 2 2 2zm0-8h5.146c.763 0 1.448.423 1.789 1.105l.447.895H7v2h6.014a.996.996 0 0 0 .442-.11l.003-.001.004-.002h.003l.002-.001h.004l.001-.001c.011.003.003-.001.003-.001.012 0 .002-.001.002-.001h.001l.002-.001.003-.001.002-.001.002-.001.003-.001.002-.001.002-.001.003-.002.002-.001.002-.001.003-.001.002-.001h.001l.002-.001h.001l.002-.001.002-.001c.011-.001.003-.001.003-.001l.002-.001a.915.915 0 0 0 .11-.078l4.146-3.317c.261-.208.623-.273.94-.167l.557.186-4.133 4.823a2.029 2.029 0 0 1-1.52.688H4v-6zm9.761-10.674C13.3 2.832 11 5.457 11 7.5c0 1.93 1.57 3.5 3.5 3.5S18 9.43 18 7.5c0-2.043-2.3-4.668-2.761-5.174-.379-.416-1.099-.416-1.478 0zM16 7.5c0 .827-.673 1.5-1.5 1.5S13 8.327 13 7.5c0-.708.738-1.934 1.5-2.934.762 1 1.5 2.226 1.5 2.934z\"/></svg></li><li title=\"bx donate heart \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M4 21h9.62a3.995 3.995 0 0 0 3.037-1.397l5.102-5.952a1 1 0 0 0-.442-1.6l-1.968-.656a3.043 3.043 0 0 0-2.823.503l-3.185 2.547-.617-1.235A3.98 3.98 0 0 0 9.146 11H4c-1.103 0-2 .897-2 2v6c0 1.103.897 2 2 2zm0-8h5.146c.763 0 1.448.423 1.789 1.105l.447.895H7v2h6.014a.996.996 0 0 0 .442-.11l.003-.001.004-.002h.003l.002-.001h.004l.001-.001c.009.003.003-.001.003-.001.01 0 .002-.001.002-.001h.001l.002-.001.003-.001.002-.001.002-.001.003-.001.002-.001c.003 0 .001-.001.002-.001l.003-.002.002-.001.002-.001.003-.001.002-.001h.001l.002-.001h.001l.002-.001.002-.001c.009-.001.003-.001.003-.001l.002-.001a.915.915 0 0 0 .11-.078l4.146-3.317c.262-.208.623-.273.94-.167l.557.186-4.133 4.823a2.029 2.029 0 0 1-1.52.688H4v-6zM16 2h-.017c-.163.002-1.006.039-1.983.705-.951-.648-1.774-.7-1.968-.704L12.002 2h-.004c-.801 0-1.555.313-2.119.878C9.313 3.445 9 4.198 9 5s.313 1.555.861 2.104l3.414 3.586a1.006 1.006 0 0 0 1.45-.001l3.396-3.568C18.688 6.555 19 5.802 19 5s-.313-1.555-.878-2.121A2.978 2.978 0 0 0 16.002 2H16zm1 3c0 .267-.104.518-.311.725L14 8.55l-2.707-2.843C11.104 5.518 11 5.267 11 5s.104-.518.294-.708A.977.977 0 0 1 11.979 4c.025.001.502.032 1.067.485.081.065.163.139.247.222l.707.707.707-.707c.084-.083.166-.157.247-.222.529-.425.976-.478 1.052-.484a.987.987 0 0 1 .701.292c.189.189.293.44.293.707z\"/></svg></li><li title=\"bx door open \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M10.385 21.788a.997.997 0 0 0 .857.182l8-2A.999.999 0 0 0 20 19V5a1 1 0 0 0-.758-.97l-8-2A1.003 1.003 0 0 0 10 3v1H6a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h4v1c0 .308.142.599.385.788zM12 4.281l6 1.5v12.438l-6 1.5V4.281zM7 18V6h3v12H7z\"/><path d=\"M14.242 13.159c.446-.112.758-.512.758-.971v-.377a1 1 0 1 0-2 .001v.377a1 1 0 0 0 1.242.97z\"/></svg></li><li title=\"bx dots horizontal rounded \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm6 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zM6 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z\"/></svg></li><li title=\"bx dots horizontal \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M10 10h4v4h-4zm6 0h4v4h-4zM4 10h4v4H4z\"/></svg></li><li title=\"bx dots vertical rounded \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 12c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z\"/></svg></li><li title=\"bx dots vertical \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M10 10h4v4h-4zm0-6h4v4h-4zm0 12h4v4h-4z\"/></svg></li><li title=\"bx doughnut chart \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm7.931 9h-3.032A5.013 5.013 0 0 0 13 7.102V4.069A8.008 8.008 0 0 1 19.931 11zM12 9c1.654 0 3 1.346 3 3s-1.346 3-3 3-3-1.346-3-3 1.346-3 3-3zm0 11c-4.411 0-8-3.589-8-8 0-4.072 3.061-7.436 7-7.931v3.032A5.009 5.009 0 0 0 7 12c0 2.757 2.243 5 5 5a5.007 5.007 0 0 0 4.898-4h3.032c-.494 3.939-3.858 7-7.93 7z\"/></svg></li><li title=\"bx down arrow alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m18.707 12.707-1.414-1.414L13 15.586V6h-2v9.586l-4.293-4.293-1.414 1.414L12 19.414z\"/></svg></li><li title=\"bx down arrow circle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 1.993C6.486 1.994 2 6.48 2 11.994c0 5.513 4.486 9.999 10 10 5.514 0 10-4.486 10-10s-4.485-10-10-10.001zm0 18.001c-4.411-.001-8-3.59-8-8 0-4.411 3.589-8 8-8.001 4.411.001 8 3.59 8 8.001s-3.589 8-8 8z\"/><path d=\"M13 8h-2v4H7.991l4.005 4.005L16 12h-3z\"/></svg></li><li title=\"bx down arrow \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21.886 5.536A1.002 1.002 0 0 0 21 5H3a1.002 1.002 0 0 0-.822 1.569l9 13a.998.998 0 0 0 1.644 0l9-13a.998.998 0 0 0 .064-1.033zM12 17.243 4.908 7h14.184L12 17.243z\"/></svg></li><li title=\"bx download \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m12 16 4-5h-3V4h-2v7H8z\"/><path d=\"M20 18H4v-7H2v7c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2v-7h-2v7z\"/></svg></li><li title=\"bx downvote \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20.901 10.566A1.001 1.001 0 0 0 20 10h-4V3a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1v7H4a1.001 1.001 0 0 0-.781 1.625l8 10a1 1 0 0 0 1.562 0l8-10c.24-.301.286-.712.12-1.059zM12 19.399 6.081 12H10V4h4v8h3.919L12 19.399z\"/></svg></li><li title=\"bx drink \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20.832 4.555A1 1 0 0 0 20 3H4a1 1 0 0 0-.832 1.554L11 16.303V20H8v2h8v-2h-3v-3.697l7.832-11.748zM12 14.197 8.535 9h6.93L12 14.197zM18.132 5l-1.333 2H7.201L5.868 5h12.264z\"/></svg></li><li title=\"bx droplet \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 22c4.636 0 8-3.468 8-8.246C20 7.522 12.882 2.4 12.579 2.185a1 1 0 0 0-1.156-.001C11.12 2.397 4 7.503 4 13.75 4 18.53 7.364 22 12 22zm-.001-17.74C13.604 5.55 18 9.474 18 13.754 18 17.432 15.532 20 12 20s-6-2.57-6-6.25c0-4.29 4.394-8.203 5.999-9.49z\"/></svg></li><li title=\"bx dumbbell \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M6 5v14h3v-6h6v6h3V5h-3v6H9V5zM3 15a1 1 0 0 0 1 1h1V8H4a1 1 0 0 0-1 1v2H2v2h1v2zm18-6a1 1 0 0 0-1-1h-1v8h1a1 1 0 0 0 1-1v-2h1v-2h-1V9z\"/></svg></li><li title=\"bx duplicate \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M11 10H9v3H6v2h3v3h2v-3h3v-2h-3z\"/><path d=\"M4 22h12c1.103 0 2-.897 2-2V8c0-1.103-.897-2-2-2H4c-1.103 0-2 .897-2 2v12c0 1.103.897 2 2 2zM4 8h12l.002 12H4V8z\"/><path d=\"M20 2H8v2h12v12h2V4c0-1.103-.897-2-2-2z\"/></svg></li><li title=\"bx edit alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19.045 7.401c.378-.378.586-.88.586-1.414s-.208-1.036-.586-1.414l-1.586-1.586c-.378-.378-.88-.586-1.414-.586s-1.036.208-1.413.585L4 13.585V18h4.413L19.045 7.401zm-3-3 1.587 1.585-1.59 1.584-1.586-1.585 1.589-1.584zM6 16v-1.585l7.04-7.018 1.586 1.586L7.587 16H6zm-2 4h16v2H4z\"/></svg></li><li title=\"bx edit \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m7 17.013 4.413-.015 9.632-9.54c.378-.378.586-.88.586-1.414s-.208-1.036-.586-1.414l-1.586-1.586c-.756-.756-2.075-.752-2.825-.003L7 12.583v4.43zM18.045 4.458l1.589 1.583-1.597 1.582-1.586-1.585 1.594-1.58zM9 13.417l6.03-5.973 1.586 1.586-6.029 5.971L9 15.006v-1.589z\"/><path d=\"M5 21h14c1.103 0 2-.897 2-2v-8.668l-2 2V19H8.158c-.026 0-.053.01-.079.01-.033 0-.066-.009-.1-.01H5V5h6.847l2-2H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2z\"/></svg></li><li title=\"bx envelope open \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m21.555 8.168-9-6a1 1 0 0 0-1.109 0l-9 6A1 1 0 0 0 2 9v11c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V9c0-.334-.167-.646-.445-.832zM12 4.202 19.197 9 12 13.798 4.803 9 12 4.202zM4 20v-9.131l7.445 4.963a1 1 0 0 0 1.11 0L20 10.869 19.997 20H4z\"/></svg></li><li title=\"bx envelope \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 4H4c-1.103 0-2 .897-2 2v12c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V6c0-1.103-.897-2-2-2zm0 2v.511l-8 6.223-8-6.222V6h16zM4 18V9.044l7.386 5.745a.994.994 0 0 0 1.228 0L20 9.044 20.002 18H4z\"/></svg></li><li title=\"bx equalizer \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M11 9h2v6h-2zm4-3h2v12h-2zM7 4h2v16H7zm12 7h2v2h-2zM3 10h2v4H3z\"/></svg></li><li title=\"bx eraser \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m2.586 15.408 4.299 4.299a.996.996 0 0 0 .707.293h12.001v-2h-6.958l7.222-7.222c.78-.779.78-2.049 0-2.828L14.906 3a2.003 2.003 0 0 0-2.828 0l-4.75 4.749-4.754 4.843a2.007 2.007 0 0 0 .012 2.816zM13.492 4.414l4.95 4.95-2.586 2.586L10.906 7l2.586-2.586zM8.749 9.156l.743-.742 4.95 4.95-4.557 4.557a1.026 1.026 0 0 0-.069.079h-1.81l-4.005-4.007 4.748-4.837z\"/></svg></li><li title=\"bx error alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M11 7h2v7h-2zm0 8h2v2h-2z\"/><path d=\"m21.707 7.293-5-5A.996.996 0 0 0 16 2H8a.996.996 0 0 0-.707.293l-5 5A.996.996 0 0 0 2 8v8c0 .266.105.52.293.707l5 5A.996.996 0 0 0 8 22h8c.266 0 .52-.105.707-.293l5-5A.996.996 0 0 0 22 16V8a.996.996 0 0 0-.293-.707zM20 15.586 15.586 20H8.414L4 15.586V8.414L8.414 4h7.172L20 8.414v7.172z\"/></svg></li><li title=\"bx error circle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M11.953 2C6.465 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.493 2 11.953 2zM12 20c-4.411 0-8-3.589-8-8s3.567-8 7.953-8C16.391 4 20 7.589 20 12s-3.589 8-8 8z\"/><path d=\"M11 7h2v7h-2zm0 8h2v2h-2z\"/></svg></li><li title=\"bx error \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M11.001 10h2v5h-2zM11 16h2v2h-2z\"/><path d=\"M13.768 4.2C13.42 3.545 12.742 3.138 12 3.138s-1.42.407-1.768 1.063L2.894 18.064a1.986 1.986 0 0 0 .054 1.968A1.984 1.984 0 0 0 4.661 21h14.678c.708 0 1.349-.362 1.714-.968a1.989 1.989 0 0 0 .054-1.968L13.768 4.2zM4.661 19 12 5.137 19.344 19H4.661z\"/></svg></li><li title=\"bx euro \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M13.464 6c1.43 0 2.779.613 3.799 1.726l1.475-1.352C17.334 4.843 15.461 4 13.464 4c-1.998 0-3.87.843-5.272 2.375A8.034 8.034 0 0 0 6.589 9H4v2h2.114c-.038.33-.064.663-.064 1s.026.67.064 1H4v2h2.589c.362.97.901 1.861 1.603 2.626C9.594 19.157 11.466 20 13.464 20c1.997 0 3.87-.843 5.273-2.374l-1.475-1.352C16.243 17.387 14.894 18 13.464 18s-2.778-.612-3.798-1.726A5.937 5.937 0 0 1 8.801 15H13v-2H8.139c-.05-.328-.089-.66-.089-1s.039-.672.089-1H13V9H8.801c.24-.457.516-.893.865-1.274C10.686 6.613 12.034 6 13.464 6z\"/></svg></li><li title=\"bx exclude \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 8h-3V5c0-1.103-.897-2-2-2H5c-1.103 0-2 .897-2 2v9c0 1.103.897 2 2 2h3v3c0 1.103.897 2 2 2h9c1.103 0 2-.897 2-2v-9c0-1.103-.897-2-2-2zm-4 7H9V9h6v6z\"/></svg></li><li title=\"bx exit fullscreen \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M10 4H8v4H4v2h6zM8 20h2v-6H4v2h4zm12-6h-6v6h2v-4h4zm0-6h-4V4h-2v6h6z\"/></svg></li><li title=\"bx exit \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19.002 3h-14c-1.103 0-2 .897-2 2v4h2V5h14v14h-14v-4h-2v4c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2V5c0-1.103-.898-2-2-2z\"/><path d=\"m11 16 5-4-5-4v3.001H3v2h8z\"/></svg></li><li title=\"bx expand alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M5 12H3v9h9v-2H5zm7-7h7v7h2V3h-9z\"/></svg></li><li title=\"bx expand horizontal \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><polygon points=\"8.29 5.64 1.93 12 8.29 18.36 9.71 16.95 4.76 12 9.71 7.05 8.29 5.64\"/><polygon points=\"14.29 7.05 19.24 12 14.29 16.95 15.71 18.36 22.07 12 15.71 5.64 14.29 7.05\"/></svg></li><li title=\"bx expand vertical \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><polygon points=\"12 19.24 7.05 14.29 5.64 15.71 12 22.07 18.36 15.71 16.95 14.29 12 19.24\"/><polygon points=\"5.64 8.29 7.05 9.71 12 4.76 16.95 9.71 18.36 8.29 12 1.93 5.64 8.29\"/></svg></li><li title=\"bx expand \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m21 15.344-2.121 2.121-3.172-3.172-1.414 1.414 3.172 3.172L15.344 21H21zM3 8.656l2.121-2.121 3.172 3.172 1.414-1.414-3.172-3.172L8.656 3H3zM21 3h-5.656l2.121 2.121-3.172 3.172 1.414 1.414 3.172-3.172L21 8.656zM3 21h5.656l-2.121-2.121 3.172-3.172-1.414-1.414-3.172 3.172L3 15.344z\"/></svg></li><li title=\"bx export \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M11 16h2V7h3l-4-5-4 5h3z\"/><path d=\"M5 22h14c1.103 0 2-.897 2-2v-9c0-1.103-.897-2-2-2h-4v2h4v9H5v-9h4V9H5c-1.103 0-2 .897-2 2v9c0 1.103.897 2 2 2z\"/></svg></li><li title=\"bx extension \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 10V7c0-1.103-.897-2-2-2h-3c0-1.654-1.346-3-3-3S8 3.346 8 5H5c-1.103 0-2 .897-2 2v3.881l.659.239C4.461 11.41 5 12.166 5 13s-.539 1.59-1.341 1.88L3 15.119V19c0 1.103.897 2 2 2h3.881l.239-.659C9.41 19.539 10.166 19 11 19s1.59.539 1.88 1.341l.239.659H17c1.103 0 2-.897 2-2v-3c1.654 0 3-1.346 3-3s-1.346-3-3-3zm0 4h-2l-.003 5h-2.545c-.711-1.22-2.022-2-3.452-2s-2.741.78-3.452 2H5v-2.548C6.22 15.741 7 14.43 7 13s-.78-2.741-2-3.452V7h5V5a1 1 0 0 1 2 0v2h5v5h2a1 1 0 0 1 0 2z\"/></svg></li><li title=\"bx face \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm0 2c3.213 0 5.982 1.908 7.254 4.648a7.8 7.8 0 0 1-.895-.498c-.409-.258-.873-.551-1.46-.772-.669-.255-1.4-.378-2.234-.378s-1.565.123-2.234.377c-.587.223-1.051.516-1.472.781-.378.237-.703.443-1.103.594C9.41 8.921 8.926 9 8.33 9c-.595 0-1.079-.079-1.524-.248-.4-.151-.728-.358-1.106-.598-.161-.101-.34-.208-.52-.313C6.587 5.542 9.113 4 12 4zm0 16c-4.411 0-8-3.589-8-8 0-.81.123-1.59.348-2.327.094.058.185.11.283.173.411.26.876.554 1.466.776.669.255 1.399.378 2.233.378.833 0 1.564-.123 2.235-.377.587-.223 1.051-.516 1.472-.781.378-.237.703-.443 1.103-.595.445-.168.929-.247 1.525-.247s1.08.079 1.525.248c.399.15.725.356 1.114.602.409.258.873.551 1.46.773.363.138.748.229 1.153.291.049.357.083.717.083 1.086 0 4.411-3.589 8-8 8z\"/><circle cx=\"8.5\" cy=\"13.5\" r=\"1.5\"/><circle cx=\"15.5\" cy=\"13.5\" r=\"1.5\"/></svg></li><li title=\"bx fast forward circle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm0 18c-4.411 0-8-3.589-8-8s3.589-8 8-8 8 3.589 8 8-3.589 8-8 8z\"/><path d=\"m13 16 5-4-5-4zm-6 0 5-4-5-4z\"/></svg></li><li title=\"bx fast forward \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m19 12-7-5v10zM5 7v10l7-5z\"/></svg></li><li title=\"bx female sign \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C8.691 2 6 4.691 6 8c0 2.967 2.167 5.432 5 5.91V17H8v2h3v2.988h2V19h3v-2h-3v-3.09c2.833-.479 5-2.943 5-5.91 0-3.309-2.691-6-6-6zm0 10c-2.206 0-4-1.794-4-4s1.794-4 4-4 4 1.794 4 4-1.794 4-4 4z\"/></svg></li><li title=\"bx female \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"4\" r=\"2\"/><path d=\"M14.948 7.684A.997.997 0 0 0 14 7h-4a.998.998 0 0 0-.948.684l-2 6 1.775.593L8 18h2v4h4v-4h2l-.827-3.724 1.775-.593-2-5.999z\"/></svg></li><li title=\"bx file blank \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19.937 8.68c-.011-.032-.02-.063-.033-.094a.997.997 0 0 0-.196-.293l-6-6a.997.997 0 0 0-.293-.196c-.03-.014-.062-.022-.094-.033a.991.991 0 0 0-.259-.051C13.04 2.011 13.021 2 13 2H6c-1.103 0-2 .897-2 2v16c0 1.103.897 2 2 2h12c1.103 0 2-.897 2-2V9c0-.021-.011-.04-.013-.062a.99.99 0 0 0-.05-.258zM16.586 8H14V5.414L16.586 8zM6 20V4h6v5a1 1 0 0 0 1 1h5l.002 10H6z\"/></svg></li><li title=\"bx file find \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M13.707 2.293A.996.996 0 0 0 13 2H6c-1.103 0-2 .897-2 2v16c0 1.103.897 2 2 2h12c1.103 0 2-.897 2-2V9a.996.996 0 0 0-.293-.707l-6-6zM6 4h6.586L18 9.414l.002 9.174-2.568-2.568c.35-.595.566-1.281.566-2.02 0-2.206-1.794-4-4-4s-4 1.794-4 4 1.794 4 4 4c.739 0 1.425-.216 2.02-.566L16.586 20H6V4zm6 12c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2z\"/></svg></li><li title=\"bx file \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19.903 8.586a.997.997 0 0 0-.196-.293l-6-6a.997.997 0 0 0-.293-.196c-.03-.014-.062-.022-.094-.033a.991.991 0 0 0-.259-.051C13.04 2.011 13.021 2 13 2H6c-1.103 0-2 .897-2 2v16c0 1.103.897 2 2 2h12c1.103 0 2-.897 2-2V9c0-.021-.011-.04-.013-.062a.952.952 0 0 0-.051-.259c-.01-.032-.019-.063-.033-.093zM16.586 8H14V5.414L16.586 8zM6 20V4h6v5a1 1 0 0 0 1 1h5l.002 10H6z\"/><path d=\"M8 12h8v2H8zm0 4h8v2H8zm0-8h2v2H8z\"/></svg></li><li title=\"bx film \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 3H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2zM9 11V5h6v6H9zm6 2v6H9v-6h6zM5 5h2v2H5V5zm0 4h2v2H5V9zm0 4h2v2H5v-2zm0 4h2v2H5v-2zm14.002 2H17v-2h2.002v2zm-.001-4H17v-2h2.001v2zm0-4H17V9h2.001v2zM17 7V5h2v2h-2z\"/></svg></li><li title=\"bx filter alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21 3H5a1 1 0 0 0-1 1v2.59c0 .523.213 1.037.583 1.407L10 13.414V21a1.001 1.001 0 0 0 1.447.895l4-2c.339-.17.553-.516.553-.895v-5.586l5.417-5.417c.37-.37.583-.884.583-1.407V4a1 1 0 0 0-1-1zm-6.707 9.293A.996.996 0 0 0 14 13v5.382l-2 1V13a.996.996 0 0 0-.293-.707L6 6.59V5h14.001l.002 1.583-5.71 5.71z\"/></svg></li><li title=\"bx filter \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M7 11h10v2H7zM4 7h16v2H4zm6 8h4v2h-4z\"/></svg></li><li title=\"bx fingerprint \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M5.962 17.674C7 19.331 7 20.567 7 22h2c0-1.521 0-3.244-1.343-5.389l-1.695 1.063zM16.504 3.387C13.977 1.91 7.55.926 4.281 4.305c-3.368 3.481-2.249 9.072.001 11.392.118.122.244.229.369.333.072.061.146.116.205.184l1.494-1.33a3.918 3.918 0 0 0-.419-.391c-.072-.06-.146-.119-.214-.188-1.66-1.711-2.506-6.017.001-8.608 2.525-2.611 8.068-1.579 9.777-.581 2.691 1.569 4.097 4.308 4.109 4.333l1.789-.895c-.065-.135-1.668-3.289-4.889-5.167z\"/><path d=\"M9.34 12.822c-1.03-1.26-1.787-2.317-1.392-3.506.263-.785.813-1.325 1.637-1.604 1.224-.41 2.92-.16 4.04.601l1.123-1.654c-1.648-1.12-3.982-1.457-5.804-.841-1.408.476-2.435 1.495-2.892 2.866-.776 2.328.799 4.254 1.74 5.405.149.183.29.354.409.512C11 18.323 11 20.109 11 22h2c0-2.036 0-4.345-3.201-8.601a19.71 19.71 0 0 0-.459-.577zm5.791-3.344c1.835 1.764 3.034 4.447 3.889 8.701l1.961-.395c-.939-4.678-2.316-7.685-4.463-9.748l-1.387 1.442z\"/><path d=\"m11.556 9.169-1.115 1.66c.027.019 2.711 1.88 3.801 5.724l1.924-.545c-1.299-4.582-4.476-6.749-4.61-6.839zm3.132 9.29c.21 1.168.312 2.326.312 3.541h2c0-1.335-.112-2.608-.343-3.895l-1.969.354z\"/></svg></li><li title=\"bx first aid \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 6h-3V4c0-1.103-.897-2-2-2H9c-1.103 0-2 .897-2 2v2H4c-1.103 0-2 .897-2 2v10c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V8c0-1.103-.897-2-2-2zM9 4h6v2H9V4zM4 18V8h16l.001 10H4z\"/><path d=\"M13 9h-2v3H8v2h3v3h2v-3h3v-2h-3z\"/></svg></li><li title=\"bx first page \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m16.293 17.707 1.414-1.414L13.414 12l4.293-4.293-1.414-1.414L10.586 12zM7 6h2v12H7z\"/></svg></li><li title=\"bx flag \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 4H6V2H4v18H3v2h4v-2H6v-5h13a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1zm-1 9H6V6h12v7z\"/></svg></li><li title=\"bx folder minus \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 5h-8.586L9.707 3.293A.996.996 0 0 0 9 3H4c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V7c0-1.103-.897-2-2-2zM4 19V7h16l.002 12H4z\"/><path d=\"M7.874 12h8v2h-8z\"/></svg></li><li title=\"bx folder open \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M2.165 19.551c.186.28.499.449.835.449h15c.4 0 .762-.238.919-.606l3-7A.998.998 0 0 0 21 11h-1V7c0-1.103-.897-2-2-2h-6.1L9.616 3.213A.997.997 0 0 0 9 3H4c-1.103 0-2 .897-2 2v14h.007a1 1 0 0 0 .158.551zM17.341 18H4.517l2.143-5h12.824l-2.143 5zM18 7v4H6c-.4 0-.762.238-.919.606L4 14.129V7h14z\"/></svg></li><li title=\"bx folder plus \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M13 9h-2v3H8v2h3v3h2v-3h3v-2h-3z\"/><path d=\"M20 5h-8.586L9.707 3.293A.996.996 0 0 0 9 3H4c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V7c0-1.103-.897-2-2-2zM4 19V7h16l.002 12H4z\"/></svg></li><li title=\"bx folder \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 5h-8.586L9.707 3.293A.997.997 0 0 0 9 3H4c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V7c0-1.103-.897-2-2-2zM4 19V7h16l.002 12H4z\"/></svg></li><li title=\"bx font color \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M5 18h14v3H5zm7.5-14h-1c-.401 0-.764.24-.921.609L5.745 16h2.173l1.273-3h5.604l1.268 3h2.171L13.421 4.61A1 1 0 0 0 12.5 4zm-2.46 7 1.959-4.616L13.95 11h-3.91z\"/></svg></li><li title=\"bx font family \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M15 4h7v2h-7zm1 4h6v2h-6zm2 4h4v2h-4zM9.307 4l-6 16h2.137l1.875-5h6.363l1.875 5h2.137l-6-16H9.307zm-1.239 9L10.5 6.515 12.932 13H8.068z\"/></svg></li><li title=\"bx font size \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m22 6-3-4-3 4h2v4h-2l3 4 3-4h-2V6zM9.307 4l-6 16h2.137l1.875-5h6.363l1.875 5h2.137l-6-16H9.307zm-1.239 9L10.5 6.515 12.932 13H8.068z\"/></svg></li><li title=\"bx font \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m11.307 4-6 16h2.137l1.875-5h6.363l1.875 5h2.137l-6-16h-2.387zm-1.239 9L12.5 6.515 14.932 13h-4.864z\"/></svg></li><li title=\"bx food menu \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M3 2h2v20H3zm7 4h7v2h-7zm0 4h7v2h-7z\"/><path d=\"M19 2H6v20h13c1.103 0 2-.897 2-2V4c0-1.103-.897-2-2-2zm0 18H8V4h11v16z\"/></svg></li><li title=\"bx food tag \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 3H4a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1zm-1 16H5V5h14v14z\"/><circle cx=\"12\" cy=\"12\" r=\"5\"/></svg></li><li title=\"bx football \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19.071 4.929a9.936 9.936 0 0 0-7.07-2.938 9.943 9.943 0 0 0-7.072 2.938c-3.899 3.898-3.899 10.243 0 14.142a9.94 9.94 0 0 0 7.073 2.938 9.936 9.936 0 0 0 7.07-2.937c3.899-3.898 3.899-10.243-.001-14.143zM12.181 4h-.359c.061-.001.119-.009.18-.009s.118.008.179.009zm6.062 13H16l-1.258 2.516a7.956 7.956 0 0 1-2.741.493 7.96 7.96 0 0 1-2.746-.494L8 17.01H5.765a7.96 7.96 0 0 1-1.623-3.532L6 11 4.784 8.567a7.936 7.936 0 0 1 1.559-2.224 7.994 7.994 0 0 1 3.22-1.969L12 6l2.438-1.625a8.01 8.01 0 0 1 3.22 1.968 7.94 7.94 0 0 1 1.558 2.221L18 11l1.858 2.478A7.952 7.952 0 0 1 18.243 17z\"/><path d=\"m8.5 11 1.5 4h4l1.5-4L12 8.5z\"/></svg></li><li title=\"bx fork \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M14.47,13.77l-1.41-1.42L18.72,6.7,17.3,5.28l-5.65,5.66L10.23,9.53l5.66-5.66L14.47,2.45,8.11,8.82a3,3,0,0,0,0,4.24l.71.71L2.45,20.13l1.42,1.42,6.36-6.37.71.71a3,3,0,0,0,4.24,0l6.37-6.36L20.13,8.11Z\"/></svg></li><li title=\"bx fridge \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M18 2H6c-1.103 0-2 .897-2 2v16c0 1.103.897 2 2 2h12c1.103 0 2-.897 2-2V4c0-1.103-.897-2-2-2zm0 2 .001 5H10V7H8v2H6V4h12zM6 20v-9h2v3h2v-3h8.001l.001 9H6z\"/></svg></li><li title=\"bx fullscreen \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M5 5h5V3H3v7h2zm5 14H5v-5H3v7h7zm11-5h-2v5h-5v2h7zm-2-4h2V3h-7v2h5z\"/></svg></li><li title=\"bx game \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20.937 7.53C19.227 4.119 15.803 2 12 2 6.486 2 2 6.486 2 12s4.486 10 10 10c3.803 0 7.227-2.119 8.937-5.53a1 1 0 0 0-.397-1.316L15.017 12l5.522-3.153c.461-.264.636-.842.398-1.317zm-8.433 3.602a.999.999 0 0 0 0 1.736l6.173 3.525A7.949 7.949 0 0 1 12 20c-4.411 0-8-3.589-8-8s3.589-8 8-8a7.95 7.95 0 0 1 6.677 3.606l-6.173 3.526z\"/><circle cx=\"11.5\" cy=\"7.5\" r=\"1.5\"/></svg></li><li title=\"bx gas pump \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m19.616 6.48.014-.017-4-3.24-1.26 1.554 2.067 1.674a2.99 2.99 0 0 0-1.395 3.058c.149.899.766 1.676 1.565 2.112.897.49 1.685.446 2.384.197L18.976 18a.996.996 0 0 1-1.39.922.995.995 0 0 1-.318-.217.996.996 0 0 1-.291-.705L17 16a2.98 2.98 0 0 0-.877-2.119A3 3 0 0 0 14 13h-1V5c0-1.103-.897-2-2-2H4c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h7c1.103 0 2-.897 2-2v-4h1c.136 0 .267.027.391.078a1.028 1.028 0 0 1 .531.533A.994.994 0 0 1 15 16l-.024 2c0 .406.079.799.236 1.168.151.359.368.68.641.951a2.97 2.97 0 0 0 2.123.881c.406 0 .798-.078 1.168-.236.358-.15.68-.367.951-.641A2.983 2.983 0 0 0 20.976 18L21 9a2.997 2.997 0 0 0-1.384-2.52zM4 5h7l.001 4H4V5zm0 14v-8h7.001l.001 8H4zm14-9a1 1 0 1 1 0-2 1 1 0 0 1 0 2z\"/></svg></li><li title=\"bx ghost \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2c-4.963 0-9 4.038-9 9v8h.051c.245 1.691 1.69 3 3.449 3 1.174 0 2.074-.417 2.672-1.174a3.99 3.99 0 0 0 5.668-.014c.601.762 1.504 1.188 2.66 1.188 1.93 0 3.5-1.57 3.5-3.5V11c0-4.962-4.037-9-9-9zm7 16.5c0 .827-.673 1.5-1.5 1.5-.449 0-1.5 0-1.5-2v-1h-2v1c0 1.103-.897 2-2 2s-2-.897-2-2v-1H8v1c0 1.845-.774 2-1.5 2-.827 0-1.5-.673-1.5-1.5V11c0-3.86 3.141-7 7-7s7 3.14 7 7v7.5z\"/><circle cx=\"9\" cy=\"10\" r=\"2\"/><circle cx=\"15\" cy=\"10\" r=\"2\"/></svg></li><li title=\"bx gift \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 7h-1.209A4.92 4.92 0 0 0 19 5.5C19 3.57 17.43 2 15.5 2c-1.622 0-2.705 1.482-3.404 3.085C11.407 3.57 10.269 2 8.5 2 6.57 2 5 3.57 5 5.5c0 .596.079 1.089.209 1.5H4c-1.103 0-2 .897-2 2v2c0 1.103.897 2 2 2v7c0 1.103.897 2 2 2h12c1.103 0 2-.897 2-2v-7c1.103 0 2-.897 2-2V9c0-1.103-.897-2-2-2zm-4.5-3c.827 0 1.5.673 1.5 1.5C17 7 16.374 7 16 7h-2.478c.511-1.576 1.253-3 1.978-3zM7 5.5C7 4.673 7.673 4 8.5 4c.888 0 1.714 1.525 2.198 3H8c-.374 0-1 0-1-1.5zM4 9h7v2H4V9zm2 11v-7h5v7H6zm12 0h-5v-7h5v7zm-5-9V9.085L13.017 9H20l.001 2H13z\"/></svg></li><li title=\"bx git branch \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M17.5 4C15.57 4 14 5.57 14 7.5c0 1.554 1.025 2.859 2.43 3.315-.146.932-.547 1.7-1.23 2.323-1.946 1.773-5.527 1.935-7.2 1.907V8.837c1.44-.434 2.5-1.757 2.5-3.337C10.5 3.57 8.93 2 7 2S3.5 3.57 3.5 5.5c0 1.58 1.06 2.903 2.5 3.337v6.326c-1.44.434-2.5 1.757-2.5 3.337C3.5 20.43 5.07 22 7 22s3.5-1.57 3.5-3.5c0-.551-.14-1.065-.367-1.529 2.06-.186 4.657-.757 6.409-2.35 1.097-.997 1.731-2.264 1.904-3.768C19.915 10.438 21 9.1 21 7.5 21 5.57 19.43 4 17.5 4zm-12 1.5C5.5 4.673 6.173 4 7 4s1.5.673 1.5 1.5S7.827 7 7 7s-1.5-.673-1.5-1.5zM7 20c-.827 0-1.5-.673-1.5-1.5a1.5 1.5 0 0 1 1.482-1.498l.13.01A1.495 1.495 0 0 1 7 20zM17.5 9c-.827 0-1.5-.673-1.5-1.5S16.673 6 17.5 6s1.5.673 1.5 1.5S18.327 9 17.5 9z\"/></svg></li><li title=\"bx git commit \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 6c-2.967 0-5.431 2.167-5.909 5H2v2h4.092c.479 2.832 2.942 4.998 5.909 4.998s5.43-2.166 5.909-4.998H22v-2h-4.09c-.478-2.833-2.942-5-5.91-5zm0 9.998c-2.205 0-3.999-1.794-3.999-3.999S9.795 8 12 8c2.206 0 4 1.794 4 3.999s-1.794 3.999-4 3.999z\"/></svg></li><li title=\"bx git compare \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M6.01 2c-1.93 0-3.5 1.57-3.5 3.5 0 1.58 1.06 2.903 2.5 3.337v7.16c-.001.179.027 1.781 1.174 2.931C6.892 19.64 7.84 20 9 20v2l4-3-4-3v2c-1.823 0-1.984-1.534-1.99-2V8.837c1.44-.434 2.5-1.757 2.5-3.337 0-1.93-1.571-3.5-3.5-3.5zm0 5c-.827 0-1.5-.673-1.5-1.5S5.183 4 6.01 4s1.5.673 1.5 1.5S6.837 7 6.01 7zm13 8.163V7.997C19.005 6.391 17.933 4 15 4V2l-4 3 4 3V6c1.829 0 2.001 1.539 2.01 2v7.163c-1.44.434-2.5 1.757-2.5 3.337 0 1.93 1.57 3.5 3.5 3.5s3.5-1.57 3.5-3.5c0-1.58-1.06-2.903-2.5-3.337zm-1 4.837c-.827 0-1.5-.673-1.5-1.5s.673-1.5 1.5-1.5 1.5.673 1.5 1.5-.673 1.5-1.5 1.5z\"/></svg></li><li title=\"bx git merge \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M2.5 18.5C2.5 20.43 4.07 22 6 22s3.5-1.57 3.5-3.5c0-1.58-1.06-2.903-2.5-3.337v-3.488c.244.273.509.527.813.744 1.18.844 2.617 1.098 3.918 1.098.966 0 1.853-.14 2.506-.281a3.5 3.5 0 0 0 3.264 2.265c1.93 0 3.5-1.57 3.5-3.5s-1.57-3.5-3.5-3.5a3.5 3.5 0 0 0-3.404 2.718c-1.297.321-3.664.616-5.119-.426-.666-.477-1.09-1.239-1.306-2.236C8.755 7.96 9.5 6.821 9.5 5.5 9.5 3.57 7.93 2 6 2S2.5 3.57 2.5 5.5c0 1.58 1.06 2.903 2.5 3.337v6.326c-1.44.434-2.5 1.757-2.5 3.337zm15-8c.827 0 1.5.673 1.5 1.5s-.673 1.5-1.5 1.5S16 12.827 16 12s.673-1.5 1.5-1.5zm-10 8c0 .827-.673 1.5-1.5 1.5s-1.5-.673-1.5-1.5S5.173 17 6 17s1.5.673 1.5 1.5zm-3-13C4.5 4.673 5.173 4 6 4s1.5.673 1.5 1.5S6.827 7 6 7s-1.5-.673-1.5-1.5z\"/></svg></li><li title=\"bx git pull request \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19.01 15.163V7.997C19.005 6.391 17.933 4 15 4V2l-4 3 4 3V6c1.829 0 2.001 1.539 2.01 2v7.163c-1.44.434-2.5 1.757-2.5 3.337 0 1.93 1.57 3.5 3.5 3.5s3.5-1.57 3.5-3.5c0-1.58-1.06-2.903-2.5-3.337zm-1 4.837c-.827 0-1.5-.673-1.5-1.5s.673-1.5 1.5-1.5 1.5.673 1.5 1.5-.673 1.5-1.5 1.5zM9.5 5.5C9.5 3.57 7.93 2 6 2S2.5 3.57 2.5 5.5c0 1.58 1.06 2.903 2.5 3.337v6.326c-1.44.434-2.5 1.757-2.5 3.337C2.5 20.43 4.07 22 6 22s3.5-1.57 3.5-3.5c0-1.58-1.06-2.903-2.5-3.337V8.837C8.44 8.403 9.5 7.08 9.5 5.5zm-5 0C4.5 4.673 5.173 4 6 4s1.5.673 1.5 1.5S6.827 7 6 7s-1.5-.673-1.5-1.5zm3 13c0 .827-.673 1.5-1.5 1.5s-1.5-.673-1.5-1.5S5.173 17 6 17s1.5.673 1.5 1.5z\"/></svg></li><li title=\"bx git repo forked \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M5.559 8.855c.166 1.183.789 3.207 3.087 4.079C11 13.829 11 14.534 11 15v.163c-1.44.434-2.5 1.757-2.5 3.337 0 1.93 1.57 3.5 3.5 3.5s3.5-1.57 3.5-3.5c0-1.58-1.06-2.903-2.5-3.337V15c0-.466 0-1.171 2.354-2.065 2.298-.872 2.921-2.896 3.087-4.079C19.912 8.441 21 7.102 21 5.5 21 3.57 19.43 2 17.5 2S14 3.57 14 5.5c0 1.552 1.022 2.855 2.424 3.313-.146.735-.565 1.791-1.778 2.252-1.192.452-2.053.953-2.646 1.536-.593-.583-1.453-1.084-2.646-1.536-1.213-.461-1.633-1.517-1.778-2.252C8.978 8.355 10 7.052 10 5.5 10 3.57 8.43 2 6.5 2S3 3.57 3 5.5c0 1.602 1.088 2.941 2.559 3.355zM17.5 4c.827 0 1.5.673 1.5 1.5S18.327 7 17.5 7 16 6.327 16 5.5 16.673 4 17.5 4zm-4 14.5c0 .827-.673 1.5-1.5 1.5s-1.5-.673-1.5-1.5.673-1.5 1.5-1.5 1.5.673 1.5 1.5zM6.5 4C7.327 4 8 4.673 8 5.5S7.327 7 6.5 7 5 6.327 5 5.5 5.673 4 6.5 4z\"/></svg></li><li title=\"bx glasses alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m21.948 11.684-2-6A.997.997 0 0 0 19 5h-3v2h2.279l1.334 4H15c-1.103 0-2 .897-2 2h-2c0-1.103-.897-2-2-2H4.387l1.334-4H8V5H5a.998.998 0 0 0-.948.684l-2 6 .012.004A.928.928 0 0 0 2 12v4c0 1.654 1.346 3 3 3h3c1.654 0 3-1.346 3-3v-1h2v1c0 1.654 1.346 3 3 3h3c1.654 0 3-1.346 3-3v-4a.964.964 0 0 0-.063-.313l.011-.003zM9 16c0 .551-.448 1-1 1H5c-.552 0-1-.449-1-1v-3h5v3zm11 0c0 .551-.448 1-1 1h-3c-.552 0-1-.449-1-1v-3h5v3z\"/></svg></li><li title=\"bx glasses \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m21.977 13.783-2-9A1.002 1.002 0 0 0 19 4h-3v2h2.198l.961 4.326A4.467 4.467 0 0 0 17.5 10c-1.953 0-3.603 1.258-4.224 3h-2.553c-.621-1.742-2.271-3-4.224-3-.587 0-1.145.121-1.659.326L5.802 6H8V4H5a1 1 0 0 0-.976.783l-2 9 .047.011A4.552 4.552 0 0 0 2 14.5C2 16.981 4.019 19 6.5 19c2.31 0 4.197-1.756 4.449-4h2.102c.252 2.244 2.139 4 4.449 4 2.481 0 4.5-2.019 4.5-4.5 0-.242-.034-.475-.071-.706l.048-.011zM6.5 17C5.122 17 4 15.878 4 14.5S5.122 12 6.5 12 9 13.122 9 14.5 7.878 17 6.5 17zm11 0c-1.379 0-2.5-1.122-2.5-2.5s1.121-2.5 2.5-2.5 2.5 1.122 2.5 2.5-1.121 2.5-2.5 2.5z\"/></svg></li><li title=\"bx globe alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M11 18.791V20H9v2h6v-2h-2v-1.845a9.934 9.934 0 0 0 3.071-2.084c3.898-3.898 3.898-10.243 0-14.143l-1.414 1.414c3.119 3.12 3.119 8.195 0 11.314-3.119 3.118-8.195 3.12-11.314 0L1.929 16.07A9.971 9.971 0 0 0 9 18.994a9.98 9.98 0 0 0 2-.203z\"/><path d=\"M3 9c0 3.309 2.691 6 6 6s6-2.691 6-6-2.691-6-6-6-6 2.691-6 6zm10 0c0 2.206-1.794 4-4 4s-4-1.794-4-4 1.794-4 4-4 4 1.794 4 4z\"/></svg></li><li title=\"bx globe \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm7.931 9h-2.764a14.67 14.67 0 0 0-1.792-6.243A8.013 8.013 0 0 1 19.931 11zM12.53 4.027c1.035 1.364 2.427 3.78 2.627 6.973H9.03c.139-2.596.994-5.028 2.451-6.974.172-.01.344-.026.519-.026.179 0 .354.016.53.027zm-3.842.7C7.704 6.618 7.136 8.762 7.03 11H4.069a8.013 8.013 0 0 1 4.619-6.273zM4.069 13h2.974c.136 2.379.665 4.478 1.556 6.23A8.01 8.01 0 0 1 4.069 13zm7.381 6.973C10.049 18.275 9.222 15.896 9.041 13h6.113c-.208 2.773-1.117 5.196-2.603 6.972-.182.012-.364.028-.551.028-.186 0-.367-.016-.55-.027zm4.011-.772c.955-1.794 1.538-3.901 1.691-6.201h2.778a8.005 8.005 0 0 1-4.469 6.201z\"/></svg></li><li title=\"bx grid alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M10 3H4a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1zM9 9H5V5h4v4zm5 2h6a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1h-6a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1zm1-6h4v4h-4V5zM3 20a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1v-6a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v6zm2-5h4v4H5v-4zm8 5a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1v-6a1 1 0 0 0-1-1h-6a1 1 0 0 0-1 1v6zm2-5h4v4h-4v-4z\"/></svg></li><li title=\"bx grid horizontal \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M10 7h4v4h-4zm6 0h4v4h-4zM4 7h4v4H4zm6 6h4v4h-4zm6 0h4v4h-4zM4 13h4v4H4z\"/></svg></li><li title=\"bx grid small \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M7 7h4v4H7zm0 6h4v4H7zm6-6h4v4h-4zm0 6h4v4h-4z\"/></svg></li><li title=\"bx grid vertical \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M7 10h4v4H7zm0-6h4v4H7zm0 12h4v4H7zm6-6h4v4h-4zm0-6h4v4h-4zm0 12h4v4h-4z\"/></svg></li><li title=\"bx grid \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M15 3H4.984c-1.103 0-2 .897-2 2v14.016c0 1.103.897 2 2 2H19c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2h-4zm4 5h-3V5h3v3zM4.984 10h3v4.016h-3V10zm5 0H14v4.016H9.984V10zM16 10h3v4.016h-3V10zm-2-5v3H9.984V5H14zM7.984 5v3h-3V5h3zm-3 11.016h3v3h-3v-3zm5 3v-3H14v3H9.984zm6.016 0v-3h3.001v3H16z\"/></svg></li><li title=\"bx group \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M16.604 11.048a5.67 5.67 0 0 0 .751-3.44c-.179-1.784-1.175-3.361-2.803-4.44l-1.105 1.666c1.119.742 1.8 1.799 1.918 2.974a3.693 3.693 0 0 1-1.072 2.986l-1.192 1.192 1.618.475C18.951 13.701 19 17.957 19 18h2c0-1.789-.956-5.285-4.396-6.952z\"/><path d=\"M9.5 12c2.206 0 4-1.794 4-4s-1.794-4-4-4-4 1.794-4 4 1.794 4 4 4zm0-6c1.103 0 2 .897 2 2s-.897 2-2 2-2-.897-2-2 .897-2 2-2zm1.5 7H8c-3.309 0-6 2.691-6 6v1h2v-1c0-2.206 1.794-4 4-4h3c2.206 0 4 1.794 4 4v1h2v-1c0-3.309-2.691-6-6-6z\"/></svg></li><li title=\"bx handicap \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><circle cx=\"9\" cy=\"4\" r=\"2\"/><path d=\"M16.98 14.804A1 1 0 0 0 16 14h-4.133l-.429-3H16V9h-4.847l-.163-1.142A1 1 0 0 0 10 7H9a1.003 1.003 0 0 0-.99 1.142l.877 6.142A2.009 2.009 0 0 0 10.867 16h4.313l.839 4.196c.094.467.504.804.981.804h3v-2h-2.181l-.839-4.196z\"/><path d=\"M12.51 17.5c-.739 1.476-2.25 2.5-4.01 2.5A4.505 4.505 0 0 1 4 15.5a4.503 4.503 0 0 1 2.817-4.167l-.289-2.025C3.905 10.145 2 12.604 2 15.5 2 19.084 4.916 22 8.5 22a6.497 6.497 0 0 0 5.545-3.126l-.274-1.374H12.51z\"/></svg></li><li title=\"bx happy alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm0 18c-4.411 0-8-3.589-8-8s3.589-8 8-8 8 3.589 8 8-3.589 8-8 8z\"/><circle cx=\"8.5\" cy=\"9.5\" r=\"1.5\"/><circle cx=\"15.493\" cy=\"9.493\" r=\"1.493\"/><path d=\"M12 18c5 0 6-5 6-5H6s1 5 6 5z\"/></svg></li><li title=\"bx happy beaming \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 18c4 0 5-4 5-4H7s1 4 5 4z\"/><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm0 18c-4.411 0-8-3.589-8-8s3.589-8 8-8 8 3.589 8 8-3.589 8-8 8z\"/><path d=\"m13 12 2 .012c.012-.462.194-1.012 1-1.012s.988.55 1 1h2c0-1.206-.799-3-3-3s-3 1.794-3 3zm-5-1c.806 0 .988.55 1 1h2c0-1.206-.799-3-3-3s-3 1.794-3 3l2 .012C7.012 11.55 7.194 11 8 11z\"/></svg></li><li title=\"bx happy heart eyes \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 18c4 0 5-4 5-4H7s1 4 5 4z\"/><path d=\"M12 22c5.514 0 10-4.486 10-10S17.514 2 12 2 2 6.486 2 12s4.486 10 10 10zm0-18c4.411 0 8 3.589 8 8s-3.589 8-8 8-8-3.589-8-8 3.589-8 8-8z\"/><path d=\"m8.535 12.634 2.05-2.083a1.485 1.485 0 0 0-.018-2.118 1.49 1.49 0 0 0-2.065-.034 1.488 1.488 0 0 0-2.067.068c-.586.6-.579 1.53.019 2.117l2.081 2.05zm7 0 2.05-2.083a1.485 1.485 0 0 0-.018-2.118 1.49 1.49 0 0 0-2.065-.034 1.488 1.488 0 0 0-2.068.067c-.586.6-.579 1.53.019 2.117l2.082 2.051z\"/></svg></li><li title=\"bx happy \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm0 18c-4.411 0-8-3.589-8-8s3.589-8 8-8 8 3.589 8 8-3.589 8-8 8z\"/><circle cx=\"8.5\" cy=\"10.5\" r=\"1.5\"/><circle cx=\"15.493\" cy=\"10.493\" r=\"1.493\"/><path d=\"M12 18c4 0 5-4 5-4H7s1 4 5 4z\"/></svg></li><li title=\"bx hash \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M16.018 3.815 15.232 8h-4.966l.716-3.815-1.964-.37L8.232 8H4v2h3.857l-.751 4H3v2h3.731l-.714 3.805 1.965.369L8.766 16h4.966l-.714 3.805 1.965.369.783-4.174H20v-2h-3.859l.751-4H21V8h-3.733l.716-3.815-1.965-.37zM14.106 14H9.141l.751-4h4.966l-.752 4z\"/></svg></li><li title=\"bx hdd \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m21.983 13.821-1.851-10.18A1.998 1.998 0 0 0 18.165 2H5.835a2 2 0 0 0-1.968 1.643l-1.85 10.178.019.003c-.012.06-.036.114-.036.176v5c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2v-5c0-.063-.024-.116-.035-.176l.018-.003zM5.835 4h12.331l1.637 9H4.198l1.637-9zM4 19v-4h16l.002 4H4z\"/><path d=\"M17 16h2v2h-2zm-3 0h2v2h-2z\"/></svg></li><li title=\"bx heading \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M18 20V4h-3v6H9V4H6v16h3v-7h6v7z\"/></svg></li><li title=\"bx headphone \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 12v-1.707c0-4.442-3.479-8.161-7.755-8.29-2.204-.051-4.251.736-5.816 2.256A7.933 7.933 0 0 0 4 10v2c-1.103 0-2 .897-2 2v4c0 1.103.897 2 2 2h2V10a5.95 5.95 0 0 1 1.821-4.306 5.977 5.977 0 0 1 4.363-1.691C15.392 4.099 18 6.921 18 10.293V20h2c1.103 0 2-.897 2-2v-4c0-1.103-.897-2-2-2z\"/><path d=\"M7 12h2v8H7zm8 0h2v8h-2z\"/></svg></li><li title=\"bx health \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19.649 5.286 14 8.548V2.025h-4v6.523L4.351 5.286l-2 3.465 5.648 3.261-5.648 3.261 2 3.465L10 15.477V22h4v-6.523l5.649 3.261 2-3.465-5.648-3.261 5.648-3.261z\"/></svg></li><li title=\"bx heart circle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12.279 8.833 12 9.112l-.279-.279a2.745 2.745 0 0 0-3.906 0 2.745 2.745 0 0 0 0 3.907L12 16.926l4.186-4.186a2.745 2.745 0 0 0 0-3.907 2.746 2.746 0 0 0-3.907 0z\"/><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm0 18c-4.411 0-8-3.589-8-8s3.589-8 8-8 8 3.589 8 8-3.589 8-8 8z\"/></svg></li><li title=\"bx heart square \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m11.998 17 4.186-4.186a2.745 2.745 0 0 0 0-3.907 2.746 2.746 0 0 0-3.907 0l-.278.279-.279-.279a2.746 2.746 0 0 0-3.907 0 2.746 2.746 0 0 0 0 3.907L11.998 17z\"/><path d=\"M21 4a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1V4zm-2 15H5V5h14v14z\"/></svg></li><li title=\"bx heart \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 4.595a5.904 5.904 0 0 0-3.996-1.558 5.942 5.942 0 0 0-4.213 1.758c-2.353 2.363-2.352 6.059.002 8.412l7.332 7.332c.17.299.498.492.875.492a.99.99 0 0 0 .792-.409l7.415-7.415c2.354-2.354 2.354-6.049-.002-8.416a5.938 5.938 0 0 0-4.209-1.754A5.906 5.906 0 0 0 12 4.595zm6.791 1.61c1.563 1.571 1.564 4.025.002 5.588L12 18.586l-6.793-6.793c-1.562-1.563-1.561-4.017-.002-5.584.76-.756 1.754-1.172 2.799-1.172s2.035.416 2.789 1.17l.5.5a.999.999 0 0 0 1.414 0l.5-.5c1.512-1.509 4.074-1.505 5.584-.002z\"/></svg></li><li title=\"bx help circle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 6a3.939 3.939 0 0 0-3.934 3.934h2C10.066 8.867 10.934 8 12 8s1.934.867 1.934 1.934c0 .598-.481 1.032-1.216 1.626a9.208 9.208 0 0 0-.691.599c-.998.997-1.027 2.056-1.027 2.174V15h2l-.001-.633c.001-.016.033-.386.441-.793.15-.15.339-.3.535-.458.779-.631 1.958-1.584 1.958-3.182A3.937 3.937 0 0 0 12 6zm-1 10h2v2h-2z\"/><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm0 18c-4.411 0-8-3.589-8-8s3.589-8 8-8 8 3.589 8 8-3.589 8-8 8z\"/></svg></li><li title=\"bx hide \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 19c.946 0 1.81-.103 2.598-.281l-1.757-1.757c-.273.021-.55.038-.841.038-5.351 0-7.424-3.846-7.926-5a8.642 8.642 0 0 1 1.508-2.297L4.184 8.305c-1.538 1.667-2.121 3.346-2.132 3.379a.994.994 0 0 0 0 .633C2.073 12.383 4.367 19 12 19zm0-14c-1.837 0-3.346.396-4.604.981L3.707 2.293 2.293 3.707l18 18 1.414-1.414-3.319-3.319c2.614-1.951 3.547-4.615 3.561-4.657a.994.994 0 0 0 0-.633C21.927 11.617 19.633 5 12 5zm4.972 10.558-2.28-2.28c.19-.39.308-.819.308-1.278 0-1.641-1.359-3-3-3-.459 0-.888.118-1.277.309L8.915 7.501A9.26 9.26 0 0 1 12 7c5.351 0 7.424 3.846 7.926 5-.302.692-1.166 2.342-2.954 3.558z\"/></svg></li><li title=\"bx highlight \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m20.707 5.826-3.535-3.533a.999.999 0 0 0-1.408-.006L7.096 10.82a1.01 1.01 0 0 0-.273.488l-1.024 4.437L4 18h2.828l1.142-1.129 3.588-.828c.18-.042.345-.133.477-.262l8.667-8.535a1 1 0 0 0 .005-1.42zm-9.369 7.833-2.121-2.12 7.243-7.131 2.12 2.12-7.242 7.131zM4 20h16v2H4z\"/></svg></li><li title=\"bx history \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 8v5h5v-2h-3V8z\"/><path d=\"M21.292 8.497a8.957 8.957 0 0 0-1.928-2.862 9.004 9.004 0 0 0-4.55-2.452 9.09 9.09 0 0 0-3.626 0 8.965 8.965 0 0 0-4.552 2.453 9.048 9.048 0 0 0-1.928 2.86A8.963 8.963 0 0 0 4 12l.001.025H2L5 16l3-3.975H6.001L6 12a6.957 6.957 0 0 1 1.195-3.913 7.066 7.066 0 0 1 1.891-1.892 7.034 7.034 0 0 1 2.503-1.054 7.003 7.003 0 0 1 8.269 5.445 7.117 7.117 0 0 1 0 2.824 6.936 6.936 0 0 1-1.054 2.503c-.25.371-.537.72-.854 1.036a7.058 7.058 0 0 1-2.225 1.501 6.98 6.98 0 0 1-1.313.408 7.117 7.117 0 0 1-2.823 0 6.957 6.957 0 0 1-2.501-1.053 7.066 7.066 0 0 1-1.037-.855l-1.414 1.414A8.985 8.985 0 0 0 13 21a9.05 9.05 0 0 0 3.503-.707 9.009 9.009 0 0 0 3.959-3.26A8.968 8.968 0 0 0 22 12a8.928 8.928 0 0 0-.708-3.503z\"/></svg></li><li title=\"bx hive \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m20.895 7.553-2-4A1.001 1.001 0 0 0 18 3h-5c-.379 0-.725.214-.895.553L10.382 7H6c-.379 0-.725.214-.895.553l-2 4a1 1 0 0 0 0 .895l2 4c.17.338.516.552.895.552h4.382l1.724 3.447A.998.998 0 0 0 13 21h5c.379 0 .725-.214.895-.553l2-4a1 1 0 0 0 0-.895L19.118 12l1.776-3.553a1 1 0 0 0 .001-.894zM13.618 5h3.764l1.5 3-1.5 3h-3.764l-1.5-3 1.5-3zm-8.5 7 1.5-3h3.764l1.5 3-1.5 3H6.618l-1.5-3zm12.264 7h-3.764l-1.5-3 1.5-3h3.764l1.5 3-1.5 3z\"/></svg></li><li title=\"bx home alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"  ><path d=\"M5 22h14a2 2 0 0 0 2-2v-9a1 1 0 0 0-.29-.71l-8-8a1 1 0 0 0-1.41 0l-8 8A1 1 0 0 0 3 11v9a2 2 0 0 0 2 2zm5-2v-5h4v5zm-5-8.59 7-7 7 7V20h-3v-5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v5H5z\"/></svg></li><li title=\"bx home circle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M3 13h1v7c0 1.103.897 2 2 2h12c1.103 0 2-.897 2-2v-7h1a1 1 0 0 0 .707-1.707l-9-9a.999.999 0 0 0-1.414 0l-9 9A1 1 0 0 0 3 13zm9-8.586 6 6V15l.001 5H6v-9.585l6-6.001z\"/><path d=\"M12 17c2.206 0 4-1.794 4-4s-1.794-4-4-4-4 1.794-4 4 1.794 4 4 4zm0-6c1.103 0 2 .897 2 2s-.897 2-2 2-2-.897-2-2 .897-2 2-2z\"/></svg></li><li title=\"bx home heart \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m12.223 11.641-.223.22-.224-.22a2.224 2.224 0 0 0-3.125 0 2.13 2.13 0 0 0 0 3.07L12 18l3.349-3.289a2.13 2.13 0 0 0 0-3.07 2.225 2.225 0 0 0-3.126 0z\"/><path d=\"m21.707 11.293-9-9a.999.999 0 0 0-1.414 0l-9 9A1 1 0 0 0 3 13h1v7c0 1.103.897 2 2 2h12c1.103 0 2-.897 2-2v-7h1a1 1 0 0 0 .707-1.707zM18.001 20H6v-9.585l6-6 6 6V15l.001 5z\"/></svg></li><li title=\"bx home smile \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M3 13h1v7c0 1.103.897 2 2 2h12c1.103 0 2-.897 2-2v-7h1a1 1 0 0 0 .707-1.707l-9-9a.999.999 0 0 0-1.414 0l-9 9A1 1 0 0 0 3 13zm9-8.586 6 6V15l.001 5H6v-9.586l6-6z\"/><path d=\"M12 18c3.703 0 4.901-3.539 4.95-3.689l-1.9-.621c-.008.023-.781 2.31-3.05 2.31-2.238 0-3.02-2.221-3.051-2.316l-1.899.627C7.099 14.461 8.297 18 12 18z\"/></svg></li><li title=\"bx home \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M3 13h1v7c0 1.103.897 2 2 2h12c1.103 0 2-.897 2-2v-7h1a1 1 0 0 0 .707-1.707l-9-9a.999.999 0 0 0-1.414 0l-9 9A1 1 0 0 0 3 13zm7 7v-5h4v5h-4zm2-15.586 6 6V15l.001 5H16v-5c0-1.103-.897-2-2-2h-4c-1.103 0-2 .897-2 2v5H6v-9.586l6-6z\"/></svg></li><li title=\"bx horizontal center \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m5.005 15.995 4-4-4-4v3h-3v2h3zm14-5v-3l-4 4 4 4v-3h3v-2h-2.072zm-8 7h2v3h-2zm0-5h2v3h-2zm0-5h2v3h-2zm0-5h2v3h-2z\"/></svg></li><li title=\"bx hotel \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><circle cx=\"7.5\" cy=\"11.5\" r=\"2.5\"/><path d=\"M17.205 7H12a1 1 0 0 0-1 1v7H4V6H2v14h2v-3h16v3h2v-8.205A4.8 4.8 0 0 0 17.205 7zM13 15V9h4.205A2.798 2.798 0 0 1 20 11.795V15h-7z\"/></svg></li><li title=\"bx hourglass \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M15.566 11.021A7.016 7.016 0 0 0 19 5V4h1V2H4v2h1v1a7.016 7.016 0 0 0 3.434 6.021c.354.208.566.545.566.9v.158c0 .354-.212.69-.566.9A7.016 7.016 0 0 0 5 19v1H4v2h16v-2h-1v-1a7.014 7.014 0 0 0-3.433-6.02c-.355-.21-.567-.547-.567-.901v-.158c0-.355.212-.692.566-.9zm-1.015 3.681A5.008 5.008 0 0 1 17 19v1H7v-1a5.01 5.01 0 0 1 2.45-4.299c.971-.573 1.55-1.554 1.55-2.622v-.158c0-1.069-.58-2.051-1.551-2.623A5.008 5.008 0 0 1 7 5V4h10v1c0 1.76-.938 3.406-2.449 4.298C13.58 9.87 13 10.852 13 11.921v.158c0 1.068.579 2.049 1.551 2.623z\"/></svg></li><li title=\"bx id card \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M9.715 12c1.151 0 2-.849 2-2s-.849-2-2-2-2 .849-2 2 .848 2 2 2z\"/><path d=\"M20 4H4c-1.103 0-2 .841-2 1.875v12.25C2 19.159 2.897 20 4 20h16c1.103 0 2-.841 2-1.875V5.875C22 4.841 21.103 4 20 4zm0 14-16-.011V6l16 .011V18z\"/><path d=\"M14 9h4v2h-4zm1 4h3v2h-3zm-1.57 2.536c0-1.374-1.676-2.786-3.715-2.786S6 14.162 6 15.536V16h7.43v-.464z\"/></svg></li><li title=\"bx image add \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M4 5h13v7h2V5c0-1.103-.897-2-2-2H4c-1.103 0-2 .897-2 2v12c0 1.103.897 2 2 2h8v-2H4V5z\"/><path d=\"m8 11-3 4h11l-4-6-3 4z\"/><path d=\"M19 14h-2v3h-3v2h3v3h2v-3h3v-2h-3z\"/></svg></li><li title=\"bx image alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 3H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2zM5 19V5h14l.002 14H5z\"/><path d=\"m10 14-1-1-3 4h12l-5-7z\"/></svg></li><li title=\"bx image \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><circle cx=\"7.499\" cy=\"9.5\" r=\"1.5\"/><path d=\"m10.499 14-1.5-2-3 4h12l-4.5-6z\"/><path d=\"M19.999 4h-16c-1.103 0-2 .897-2 2v12c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V6c0-1.103-.897-2-2-2zm-16 14V6h16l.002 12H3.999z\"/></svg></li><li title=\"bx images \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 2H8c-1.103 0-2 .897-2 2v12c0 1.103.897 2 2 2h12c1.103 0 2-.897 2-2V4c0-1.103-.897-2-2-2zM8 16V4h12l.002 12H8z\"/><path d=\"M4 8H2v12c0 1.103.897 2 2 2h12v-2H4V8z\"/><path d=\"m12 12-1-1-2 3h10l-4-6z\"/></svg></li><li title=\"bx import \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m12 18 4-5h-3V2h-2v11H8z\"/><path d=\"M19 9h-4v2h4v9H5v-9h4V9H5c-1.103 0-2 .897-2 2v9c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2v-9c0-1.103-.897-2-2-2z\"/></svg></li><li title=\"bx infinite \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M17 7c-2.094 0-3.611 1.567-5.001 3.346C10.609 8.567 9.093 7 7 7c-2.757 0-5 2.243-5 5a4.98 4.98 0 0 0 1.459 3.534A4.956 4.956 0 0 0 6.99 17h.012c2.089-.005 3.605-1.572 4.996-3.351C13.389 15.431 14.906 17 17 17c2.757 0 5-2.243 5-5s-2.243-5-5-5zM6.998 15l-.008 1v-1c-.799 0-1.55-.312-2.114-.878A3.004 3.004 0 0 1 7 9c1.33 0 2.56 1.438 3.746 2.998C9.558 13.557 8.328 14.997 6.998 15zM17 15c-1.33 0-2.561-1.44-3.749-3.002C14.438 10.438 15.668 9 17 9c1.654 0 3 1.346 3 3s-1.346 3-3 3z\"/></svg></li><li title=\"bx info circle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm0 18c-4.411 0-8-3.589-8-8s3.589-8 8-8 8 3.589 8 8-3.589 8-8 8z\"/><path d=\"M11 11h2v6h-2zm0-4h2v2h-2z\"/></svg></li><li title=\"bx info square \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 3H4a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1zm-1 16H5V5h14v14z\"/><path d=\"M11 7h2v2h-2zm0 4h2v6h-2z\"/></svg></li><li title=\"bx injection \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20.84,7.4,22.25,6,18,1.75,16.6,3.16,18,4.58,16.6,6,14.47,3.87,13.06,2.45,11.65,3.87l.7.71L3,13.92a2,2,0,0,0-.3,2.45L4,18.56,1.75,20.84l1.41,1.41L5.44,20l2.19,1.31h0a2,2,0,0,0,1,.28A2,2,0,0,0,10.08,21l9.34-9.34.71.7,1.42-1.41L20.13,9.53,18,7.4,19.42,6ZM18,10.23,8.66,19.58h0L6,18,4.42,15.34l.86-.87L8.11,17.3l1.42-1.41L6.7,13.06l1.41-1.41,2.83,2.82,1.41-1.41L9.52,10.23l1.42-1.41,2.83,2.83,1.41-1.42L12.35,7.4,13.77,6Z\"/></svg></li><li title=\"bx intersect \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M5 16h3v3c0 1.103.897 2 2 2h9c1.103 0 2-.897 2-2v-9c0-1.103-.897-2-2-2h-3V5c0-1.103-.897-2-2-2H5c-1.103 0-2 .897-2 2v9c0 1.103.897 2 2 2zm9.001-2L14 10h.001v4zM19 10l.001 9H10v-3h4c1.103 0 2-.897 2-2v-4h3zM5 5h9v3h-4c-1.103 0-2 .897-2 2v4H5V5z\"/></svg></li><li title=\"bx italic \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 7V4H9v3h2.868L9.012 17H5v3h10v-3h-2.868l2.856-10z\"/></svg></li><li title=\"bx joystick alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"  ><circle cx=\"15\" cy=\"13\" r=\"1\"/><circle cx=\"17\" cy=\"11\" r=\"1\"/><path d=\"M10 9H8v2H6v2h2v2h2v-2h2v-2h-2z\"/><path d=\"M15 5H9a7 7 0 0 0-7 7 7 7 0 0 0 7 7h6a7 7 0 0 0 7-7 7 7 0 0 0-7-7zm0 12H9A5 5 0 1 1 9 7h6a5 5 0 1 1 0 10z\"/></svg></li><li title=\"bx joystick button \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 7h-3V4c0-1.103-.897-2-2-2H9c-1.103 0-2 .897-2 2v3H4c-1.103 0-2 .897-2 2v6c0 1.103.897 2 2 2h3v3c0 1.103.897 2 2 2h6c1.103 0 2-.897 2-2v-3h3c1.103 0 2-.897 2-2V9c0-1.103-.897-2-2-2zm0 8h-5v4h.001v1H9v-5H4V9h5V4h6v5h5v6z\"/><path d=\"M8 14v-4l-3 2zm8 0 3-2-3-2zm-6-6h4l-2-3zm2 11 2-3h-4z\"/><circle cx=\"12\" cy=\"12\" r=\"2\"/></svg></li><li title=\"bx joystick \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"  ><path d=\"M22 8.65A5 5 0 0 0 17 4H7a5 5 0 0 0-5 4.74A2 2 0 0 0 2 9v7.5A3.48 3.48 0 0 0 5.5 20c1.43 0 2.32-1.06 3.19-2.09.32-.37.65-.76 1-1.1a4.81 4.81 0 0 1 1.54-.75 6.61 6.61 0 0 1 1.54 0 4.81 4.81 0 0 1 1.54.75c.35.34.68.73 1 1.1.87 1 1.76 2.09 3.19 2.09a3.48 3.48 0 0 0 3.5-3.5V9a2.09 2.09 0 0 0 0-.26zm-2 7.85a1.5 1.5 0 0 1-1.5 1.5c-.5 0-1-.64-1.66-1.38-.34-.39-.72-.85-1.15-1.26a6.68 6.68 0 0 0-2.46-1.25 6.93 6.93 0 0 0-2.46 0 6.68 6.68 0 0 0-2.46 1.25c-.43.41-.81.87-1.15 1.26C6.54 17.36 6 18 5.5 18A1.5 1.5 0 0 1 4 16.5V9a.77.77 0 0 0 0-.15A3 3 0 0 1 7 6h10a3 3 0 0 1 3 2.72v.12A.86.86 0 0 0 20 9z\"/><circle cx=\"16\" cy=\"12\" r=\"1\"/><circle cx=\"18\" cy=\"10\" r=\"1\"/><circle cx=\"16\" cy=\"8\" r=\"1\"/><circle cx=\"14\" cy=\"10\" r=\"1\"/><circle cx=\"8\" cy=\"10\" r=\"2\"/></svg></li><li title=\"bx key \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M7 17a5.007 5.007 0 0 0 4.898-4H14v2h2v-2h2v3h2v-3h1v-2h-9.102A5.007 5.007 0 0 0 7 7c-2.757 0-5 2.243-5 5s2.243 5 5 5zm0-8c1.654 0 3 1.346 3 3s-1.346 3-3 3-3-1.346-3-3 1.346-3 3-3z\"/></svg></li><li title=\"bx knife \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19.66,3.6a3,3,0,0,0-4.24,0l-.71.71L7.64,11.38,9.76,13.5,3.4,19.86l1.41,1.42L19.66,6.43c1.1-1.1,1.1-1.73.71-2.12Z\"/></svg></li><li title=\"bx label \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M16.813 4.419A.997.997 0 0 0 16 4H3a1 1 0 0 0-.813 1.581L6.771 12l-4.585 6.419A1 1 0 0 0 3 20h13a.997.997 0 0 0 .813-.419l5-7a.997.997 0 0 0 0-1.162l-5-7zM15.485 18H4.943l3.87-5.419a.997.997 0 0 0 0-1.162L4.943 6h10.542l4.286 6-4.286 6z\"/></svg></li><li title=\"bx landscape \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M3 20h18a1 1 0 0 0 .864-1.504l-7-12c-.359-.615-1.369-.613-1.729 0L9.866 12.1l-1.02-1.632A.998.998 0 0 0 8 10h-.001a1 1 0 0 0-.847.47l-5 8A1 1 0 0 0 3 20zM14 8.985 19.259 18h-5.704l-2.486-3.987L14 8.985zm-5.999 3.9L11.197 18H4.805l3.196-5.115zM6 8c1.654 0 3-1.346 3-3S7.654 2 6 2 3 3.346 3 5s1.346 3 3 3zm0-4a1 1 0 1 1 0 2 1 1 0 0 1 0-2z\"/></svg></li><li title=\"bx laptop \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 17.722c.595-.347 1-.985 1-1.722V5c0-1.103-.897-2-2-2H5c-1.103 0-2 .897-2 2v11c0 .736.405 1.375 1 1.722V18H2v2h20v-2h-2v-.278zM5 16V5h14l.002 11H5z\"/></svg></li><li title=\"bx last page \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M7.707 17.707 13.414 12 7.707 6.293 6.293 7.707 10.586 12l-4.293 4.293zM15 6h2v12h-2z\"/></svg></li><li title=\"bx laugh \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm0 18c-4.411 0-8-3.589-8-8s3.589-8 8-8 8 3.589 8 8-3.589 8-8 8z\"/><path d=\"M12 18c4 0 5-4 5-4H7s1 4 5 4zm5.555-9.168-1.109-1.664-3 2a1.001 1.001 0 0 0 .108 1.727l4 2 .895-1.789-2.459-1.229 1.565-1.045zm-6.557 1.23a1 1 0 0 0-.443-.894l-3-2-1.11 1.664 1.566 1.044-2.459 1.229.895 1.789 4-2a.998.998 0 0 0 .551-.832z\"/></svg></li><li title=\"bx layer minus \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m2.513 12.833 9.022 5.04a.995.995 0 0 0 .973.001l8.978-5a1 1 0 0 0-.002-1.749l-9.022-5a1 1 0 0 0-.968-.001l-8.978 4.96a1 1 0 0 0-.003 1.749zm9.464-4.69 6.964 3.859-6.917 3.853-6.964-3.89 6.917-3.822z\"/><path d=\"m3.485 15.126-.971 1.748 9 5a1 1 0 0 0 .971 0l9-5-.971-1.748L12 19.856l-8.515-4.73zM16 4h6v2h-6z\"/></svg></li><li title=\"bx layer plus \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m21.484 11.125-9.022-5a1 1 0 0 0-.968-.001l-8.978 4.96a1 1 0 0 0-.003 1.749l9.022 5.04a.995.995 0 0 0 .973.001l8.978-5a1 1 0 0 0-.002-1.749zm-9.461 4.73-6.964-3.89 6.917-3.822 6.964 3.859-6.917 3.853z\"/><path d=\"M12 22a.994.994 0 0 0 .485-.126l9-5-.971-1.748L12 19.856l-8.515-4.73-.971 1.748 9 5A1 1 0 0 0 12 22zm8-20h-2v2h-2v2h2v2h2V6h2V4h-2z\"/></svg></li><li title=\"bx layer \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M22 7.999a1 1 0 0 0-.516-.874l-9.022-5a1.003 1.003 0 0 0-.968 0l-8.978 4.96a1 1 0 0 0-.003 1.748l9.022 5.04a.995.995 0 0 0 .973.001l8.978-5A1 1 0 0 0 22 7.999zm-9.977 3.855L5.06 7.965l6.917-3.822 6.964 3.859-6.918 3.852z\"/><path d=\"M20.515 11.126 12 15.856l-8.515-4.73-.971 1.748 9 5a1 1 0 0 0 .971 0l9-5-.97-1.748z\"/><path d=\"M20.515 15.126 12 19.856l-8.515-4.73-.971 1.748 9 5a1 1 0 0 0 .971 0l9-5-.97-1.748z\"/></svg></li><li title=\"bx layout \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 3H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2zm0 2 .001 4H5V5h14zM5 11h8v8H5v-8zm10 8v-8h4.001l.001 8H15z\"/></svg></li><li title=\"bx leaf \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21.88,2.15l-1.2.4a13.84,13.84,0,0,1-6.41.64,11.87,11.87,0,0,0-6.68.9A7.23,7.23,0,0,0,3.3,9.5a8.65,8.65,0,0,0,1.47,6.6c-.06.21-.12.42-.17.63A22.6,22.6,0,0,0,4,22H6a30.69,30.69,0,0,1,.59-4.32,9.25,9.25,0,0,0,4.52,1.11,11,11,0,0,0,4.28-.87C23,14.67,22,3.86,22,3.41ZM14.61,16.08C12,17.19,8.88,17,7.13,15.63a13.79,13.79,0,0,1,1.21-2.84A10.17,10.17,0,0,1,9.73,11a9,9,0,0,1,1.81-1.42A12,12,0,0,1,16,8V7a11.43,11.43,0,0,0-5.26,1.08,10.28,10.28,0,0,0-4.12,3.65,15.07,15.07,0,0,0-1,1.87,7,7,0,0,1-.38-3.73,5.24,5.24,0,0,1,3.14-4,8.93,8.93,0,0,1,3.82-.84c.62,0,1.23.06,1.87.11a16.2,16.2,0,0,0,6-.35C20,7.55,19.5,14,14.61,16.08Z\"/></svg></li><li title=\"bx left arrow alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12.707 17.293 8.414 13H18v-2H8.414l4.293-4.293-1.414-1.414L4.586 12l6.707 6.707z\"/></svg></li><li title=\"bx left arrow circle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M11.999 1.993C6.486 1.994 2 6.48 1.999 11.994c0 5.514 4.486 10 10.001 10 5.514-.001 10-4.487 10-10 0-5.514-4.486-10-10.001-10.001zM12 19.994c-4.412 0-8.001-3.589-8.001-8 .001-4.411 3.59-8 8-8.001C16.411 3.994 20 7.583 20 11.994c0 4.41-3.589 7.999-8 8z\"/><path d=\"m12.012 7.989-4.005 4.005 4.005 4.004v-3.004h3.994v-2h-3.994z\"/></svg></li><li title=\"bx left arrow \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M18.464 2.114a.998.998 0 0 0-1.033.063l-13 9a1.003 1.003 0 0 0 0 1.645l13 9A1 1 0 0 0 19 21V3a1 1 0 0 0-.536-.886zM17 19.091 6.757 12 17 4.909v14.182z\"/></svg></li><li title=\"bx left down arrow circle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12.006 2.007A9.93 9.93 0 0 0 4.935 4.93c-3.898 3.898-3.898 10.242 0 14.142 1.885 1.885 4.396 2.923 7.071 2.923s5.187-1.038 7.071-2.923c3.898-3.899 3.898-10.243 0-14.142a9.931 9.931 0 0 0-7.071-2.923zm5.657 15.65c-1.507 1.507-3.516 2.337-5.657 2.337s-4.15-.83-5.657-2.337c-3.118-3.119-3.118-8.194 0-11.313 1.507-1.507 3.517-2.337 5.657-2.337s4.15.83 5.657 2.337c3.118 3.119 3.118 8.194 0 11.313z\"/><path d=\"m14.346 8.247-3.215 3.215-2.125-2.125V15h5.663l-2.124-2.124 3.215-3.215z\"/></svg></li><li title=\"bx left indent \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M4 7h10v2H4zm0-4h16v2H4zm0 8h10v2H4zm0 4h10v2H4zm0 4h16v2H4zm16-3V8l-4 4z\"/></svg></li><li title=\"bx left top arrow circle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M11.993 2.007a9.928 9.928 0 0 0-7.071 2.922c-3.899 3.899-3.899 10.243 0 14.143a9.931 9.931 0 0 0 7.071 2.923 9.928 9.928 0 0 0 7.071-2.923c3.899-3.899 3.899-10.243 0-14.143a9.927 9.927 0 0 0-7.071-2.922zm5.657 15.65a7.945 7.945 0 0 1-5.657 2.337c-2.141 0-4.15-.83-5.657-2.337-3.119-3.119-3.119-8.195 0-11.314a7.946 7.946 0 0 1 5.657-2.336c2.142 0 4.15.829 5.657 2.336 3.12 3.119 3.12 8.195 0 11.314z\"/><path d=\"M14.657 9H8.993v5.663l2.125-2.124 3.215 3.214 1.414-1.414-3.215-3.214z\"/></svg></li><li title=\"bx lemon \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12,22a9.83,9.83,0,0,1-3.26-.55,2.23,2.23,0,0,0-1.7.19,3.51,3.51,0,0,1-2.47.24,3.55,3.55,0,0,1-2.45-2.45A3.51,3.51,0,0,1,2.36,17a2.23,2.23,0,0,0,.19-1.7,10.07,10.07,0,0,1,0-6.53A9.87,9.87,0,0,1,8.73,2.54a10.07,10.07,0,0,1,6.53,0A2.23,2.23,0,0,0,17,2.36a3.51,3.51,0,0,1,2.47-.24,3.55,3.55,0,0,1,2.45,2.45A3.51,3.51,0,0,1,21.64,7a2.23,2.23,0,0,0-.19,1.7h0a10.07,10.07,0,0,1,0,6.53,9.87,9.87,0,0,1-6.19,6.19A10.33,10.33,0,0,1,12,22ZM8.16,19.36a3.91,3.91,0,0,1,1.23.2,8,8,0,0,0,5.24,0,7.84,7.84,0,0,0,4.94-4.93,8,8,0,0,0,0-5.24,4.19,4.19,0,0,1,.29-3.23,1.53,1.53,0,0,0,.09-1.08,1.49,1.49,0,0,0-1-1,1.53,1.53,0,0,0-1.08.09,4.19,4.19,0,0,1-3.23.29,8,8,0,0,0-5.24,0A7.84,7.84,0,0,0,4.43,9.37a8,8,0,0,0,0,5.24,4.19,4.19,0,0,1-.29,3.23,1.53,1.53,0,0,0-.09,1.08,1.49,1.49,0,0,0,1,1,1.53,1.53,0,0,0,1.08-.09A4.47,4.47,0,0,1,8.16,19.36Z\"/><path d=\"M8,12H6a6,6,0,0,1,6-6V8A4,4,0,0,0,8,12Z\"/></svg></li><li title=\"bx library \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M7 3h2v18H7zM4 3h2v18H4zm6 0h2v18h-2zm9.062 17.792-6.223-16.89 1.877-.692 6.223 16.89z\"/></svg></li><li title=\"bx like \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 8h-5.612l1.123-3.367c.202-.608.1-1.282-.275-1.802S14.253 2 13.612 2H12c-.297 0-.578.132-.769.36L6.531 8H4c-1.103 0-2 .897-2 2v9c0 1.103.897 2 2 2h13.307a2.01 2.01 0 0 0 1.873-1.298l2.757-7.351A1 1 0 0 0 22 12v-2c0-1.103-.897-2-2-2zM4 10h2v9H4v-9zm16 1.819L17.307 19H8V9.362L12.468 4h1.146l-1.562 4.683A.998.998 0 0 0 13 10h7v1.819z\"/></svg></li><li title=\"bx line chart down \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M5 3H3v18h18v-2H5z\"/><path d=\"M13 12.586 8.707 8.293 7.293 9.707 13 15.414l3-3 4.293 4.293 1.414-1.414L16 9.586z\"/></svg></li><li title=\"bx line chart \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M3 3v17a1 1 0 0 0 1 1h17v-2H5V3H3z\"/><path d=\"M15.293 14.707a.999.999 0 0 0 1.414 0l5-5-1.414-1.414L16 12.586l-2.293-2.293a.999.999 0 0 0-1.414 0l-5 5 1.414 1.414L13 12.414l2.293 2.293z\"/></svg></li><li title=\"bx link alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M4.222 19.778a4.983 4.983 0 0 0 3.535 1.462 4.986 4.986 0 0 0 3.536-1.462l2.828-2.829-1.414-1.414-2.828 2.829a3.007 3.007 0 0 1-4.243 0 3.005 3.005 0 0 1 0-4.243l2.829-2.828-1.414-1.414-2.829 2.828a5.006 5.006 0 0 0 0 7.071zm15.556-8.485a5.008 5.008 0 0 0 0-7.071 5.006 5.006 0 0 0-7.071 0L9.879 7.051l1.414 1.414 2.828-2.829a3.007 3.007 0 0 1 4.243 0 3.005 3.005 0 0 1 0 4.243l-2.829 2.828 1.414 1.414 2.829-2.828z\"/><path d=\"m8.464 16.95-1.415-1.414 8.487-8.486 1.414 1.415z\"/></svg></li><li title=\"bx link external \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m13 3 3.293 3.293-7 7 1.414 1.414 7-7L21 11V3z\"/><path d=\"M19 19H5V5h7l-2-2H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2v-5l-2-2v7z\"/></svg></li><li title=\"bx link \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M8.465 11.293c1.133-1.133 3.109-1.133 4.242 0l.707.707 1.414-1.414-.707-.707c-.943-.944-2.199-1.465-3.535-1.465s-2.592.521-3.535 1.465L4.929 12a5.008 5.008 0 0 0 0 7.071 4.983 4.983 0 0 0 3.535 1.462A4.982 4.982 0 0 0 12 19.071l.707-.707-1.414-1.414-.707.707a3.007 3.007 0 0 1-4.243 0 3.005 3.005 0 0 1 0-4.243l2.122-2.121z\"/><path d=\"m12 4.929-.707.707 1.414 1.414.707-.707a3.007 3.007 0 0 1 4.243 0 3.005 3.005 0 0 1 0 4.243l-2.122 2.121c-1.133 1.133-3.109 1.133-4.242 0L10.586 12l-1.414 1.414.707.707c.943.944 2.199 1.465 3.535 1.465s2.592-.521 3.535-1.465L19.071 12a5.008 5.008 0 0 0 0-7.071 5.006 5.006 0 0 0-7.071 0z\"/></svg></li><li title=\"bx lira \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M9 21h2c4.411 0 8-4.038 8-9h-2c0 3.86-2.691 7-6 7v-7.358l6-1.385V8.204l-6 1.385V7.642l6-1.385V4.204l-6 1.385V3H9v3.05l-3 .693v2.053l3-.692v1.947l-3 .692v2.053l3-.692V21z\"/></svg></li><li title=\"bx list check \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M4 7h11v2H4zm0 4h11v2H4zm0 4h7v2H4zm15.299-2.708-4.3 4.291-1.292-1.291-1.414 1.415 2.706 2.704 5.712-5.703z\"/></svg></li><li title=\"bx list minus \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21.063 15H13v2h9v-2zM4 7h11v2H4zm0 4h11v2H4zm0 4h7v2H4z\"/></svg></li><li title=\"bx list ol \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M5.282 12.064c-.428.328-.72.609-.875.851-.155.24-.249.498-.279.768h2.679v-.748H5.413c.081-.081.152-.151.212-.201.062-.05.182-.142.361-.27.303-.218.511-.42.626-.604.116-.186.173-.375.173-.578a.898.898 0 0 0-.151-.512.892.892 0 0 0-.412-.341c-.174-.076-.419-.111-.733-.111-.3 0-.537.038-.706.114a.889.889 0 0 0-.396.338c-.094.143-.159.346-.194.604l.894.076c.025-.188.074-.317.147-.394a.375.375 0 0 1 .279-.108c.11 0 .2.035.272.108a.344.344 0 0 1 .108.258.55.55 0 0 1-.108.297c-.074.102-.241.254-.503.453zm.055 6.386a.398.398 0 0 1-.282-.105c-.074-.07-.128-.195-.162-.378L4 18.085c.059.204.142.372.251.506.109.133.248.235.417.306.168.069.399.103.692.103.3 0 .541-.047.725-.14a1 1 0 0 0 .424-.403c.098-.175.146-.354.146-.544a.823.823 0 0 0-.088-.393.708.708 0 0 0-.249-.261 1.015 1.015 0 0 0-.286-.11.943.943 0 0 0 .345-.299.673.673 0 0 0 .113-.383.747.747 0 0 0-.281-.596c-.187-.159-.49-.238-.909-.238-.365 0-.648.072-.847.219-.2.143-.334.353-.404.626l.844.151c.023-.162.067-.274.133-.338s.151-.098.257-.098a.33.33 0 0 1 .241.089c.059.06.087.139.087.238 0 .104-.038.193-.117.27s-.177.112-.293.112a.907.907 0 0 1-.116-.011l-.045.649a1.13 1.13 0 0 1 .289-.056c.132 0 .237.041.313.126.077.082.115.199.115.352 0 .146-.04.266-.119.354a.394.394 0 0 1-.301.134zm.948-10.083V5h-.739a1.47 1.47 0 0 1-.394.523c-.168.142-.404.262-.708.365v.754a2.595 2.595 0 0 0 .937-.48v2.206h.904zM9 6h11v2H9zm0 5h11v2H9zm0 5h11v2H9z\"/></svg></li><li title=\"bx list plus \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 15v-3h-2v3h-3v2h3v3h2v-3h3v-2h-.937zM4 7h11v2H4zm0 4h11v2H4zm0 4h8v2H4z\"/></svg></li><li title=\"bx list ul \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M4 6h2v2H4zm0 5h2v2H4zm0 5h2v2H4zm16-8V6H8.023v2H18.8zM8 11h12v2H8zm0 5h12v2H8z\"/></svg></li><li title=\"bx loader alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 22c5.421 0 10-4.579 10-10h-2c0 4.337-3.663 8-8 8s-8-3.663-8-8c0-4.336 3.663-8 8-8V2C6.579 2 2 6.58 2 12c0 5.421 4.579 10 10 10z\"/></svg></li><li title=\"bx loader circle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"20\" r=\"2\"/><circle cx=\"12\" cy=\"4\" r=\"2\"/><circle cx=\"6.343\" cy=\"17.657\" r=\"2\"/><circle cx=\"17.657\" cy=\"6.343\" r=\"2\"/><circle cx=\"4\" cy=\"12\" r=\"2.001\"/><circle cx=\"20\" cy=\"12\" r=\"2\"/><circle cx=\"6.343\" cy=\"6.344\" r=\"2\"/><circle cx=\"17.657\" cy=\"17.658\" r=\"2\"/></svg></li><li title=\"bx loader \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M2 11h5v2H2zm15 0h5v2h-5zm-6 6h2v5h-2zm0-15h2v5h-2zM4.222 5.636l1.414-1.414 3.536 3.536-1.414 1.414zm15.556 12.728-1.414 1.414-3.536-3.536 1.414-1.414zm-12.02-3.536 1.414 1.414-3.536 3.536-1.414-1.414zm7.07-7.071 3.536-3.535 1.414 1.415-3.536 3.535z\"/></svg></li><li title=\"bx location plus \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M11.42 21.815a1.004 1.004 0 0 0 1.16 0C12.884 21.598 20.029 16.44 20 10c0-4.411-3.589-8-8-8S4 5.589 4 9.996c-.029 6.444 7.116 11.602 7.42 11.819zM12 4c3.309 0 6 2.691 6 6.004.021 4.438-4.388 8.423-6 9.731-1.611-1.308-6.021-5.293-6-9.735 0-3.309 2.691-6 6-6z\"/><path d=\"M11 14h2v-3h3V9h-3V6h-2v3H8v2h3z\"/></svg></li><li title=\"bx lock alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C9.243 2 7 4.243 7 7v3H6c-1.103 0-2 .897-2 2v8c0 1.103.897 2 2 2h12c1.103 0 2-.897 2-2v-8c0-1.103-.897-2-2-2h-1V7c0-2.757-2.243-5-5-5zm6 10 .002 8H6v-8h12zm-9-2V7c0-1.654 1.346-3 3-3s3 1.346 3 3v3H9z\"/></svg></li><li title=\"bx lock open alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M17 8V7c0-2.757-2.243-5-5-5S7 4.243 7 7v3H6c-1.103 0-2 .897-2 2v8c0 1.103.897 2 2 2h12c1.103 0 2-.897 2-2v-8c0-1.103-.897-2-2-2H9V7c0-1.654 1.346-3 3-3s3 1.346 3 3v1h2zm1 4 .002 8H6v-8h12z\"/></svg></li><li title=\"bx lock open \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 4c1.654 0 3 1.346 3 3h2c0-2.757-2.243-5-5-5S7 4.243 7 7v2H6c-1.103 0-2 .897-2 2v9c0 1.103.897 2 2 2h12c1.103 0 2-.897 2-2v-9c0-1.103-.897-2-2-2H9V7c0-1.654 1.346-3 3-3zm6.002 16H13v-2.278c.595-.347 1-.985 1-1.722 0-1.103-.897-2-2-2s-2 .897-2 2c0 .736.405 1.375 1 1.722V20H6v-9h12l.002 9z\"/></svg></li><li title=\"bx lock \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C9.243 2 7 4.243 7 7v2H6c-1.103 0-2 .897-2 2v9c0 1.103.897 2 2 2h12c1.103 0 2-.897 2-2v-9c0-1.103-.897-2-2-2h-1V7c0-2.757-2.243-5-5-5zM9 7c0-1.654 1.346-3 3-3s3 1.346 3 3v2H9V7zm9.002 13H13v-2.278c.595-.347 1-.985 1-1.722 0-1.103-.897-2-2-2s-2 .897-2 2c0 .736.405 1.375 1 1.722V20H6v-9h12l.002 9z\"/></svg></li><li title=\"bx log in circle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m10.998 16 5-4-5-4v3h-9v2h9z\"/><path d=\"M12.999 2.999a8.938 8.938 0 0 0-6.364 2.637L8.049 7.05c1.322-1.322 3.08-2.051 4.95-2.051s3.628.729 4.95 2.051S20 10.13 20 12s-.729 3.628-2.051 4.95-3.08 2.051-4.95 2.051-3.628-.729-4.95-2.051l-1.414 1.414c1.699 1.7 3.959 2.637 6.364 2.637s4.665-.937 6.364-2.637C21.063 16.665 22 14.405 22 12s-.937-4.665-2.637-6.364a8.938 8.938 0 0 0-6.364-2.637z\"/></svg></li><li title=\"bx log in \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m13 16 5-4-5-4v3H4v2h9z\"/><path d=\"M20 3h-9c-1.103 0-2 .897-2 2v4h2V5h9v14h-9v-4H9v4c0 1.103.897 2 2 2h9c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2z\"/></svg></li><li title=\"bx log out circle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m2 12 5 4v-3h9v-2H7V8z\"/><path d=\"M13.001 2.999a8.938 8.938 0 0 0-6.364 2.637L8.051 7.05c1.322-1.322 3.08-2.051 4.95-2.051s3.628.729 4.95 2.051 2.051 3.08 2.051 4.95-.729 3.628-2.051 4.95-3.08 2.051-4.95 2.051-3.628-.729-4.95-2.051l-1.414 1.414c1.699 1.7 3.959 2.637 6.364 2.637s4.665-.937 6.364-2.637c1.7-1.699 2.637-3.959 2.637-6.364s-.937-4.665-2.637-6.364a8.938 8.938 0 0 0-6.364-2.637z\"/></svg></li><li title=\"bx log out \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M16 13v-2H7V8l-5 4 5 4v-3z\"/><path d=\"M20 3h-9c-1.103 0-2 .897-2 2v4h2V5h9v14h-9v-4H9v4c0 1.103.897 2 2 2h9c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2z\"/></svg></li><li title=\"bx low vision \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 4.998c-1.836 0-3.356.389-4.617.971L3.707 2.293 2.293 3.707l3.315 3.316c-2.613 1.952-3.543 4.618-3.557 4.66l-.105.316.105.316C2.073 12.382 4.367 19 12 19c1.835 0 3.354-.389 4.615-.971l3.678 3.678 1.414-1.414-3.317-3.317c2.614-1.952 3.545-4.618 3.559-4.66l.105-.316-.105-.316c-.022-.068-2.316-6.686-9.949-6.686zM4.074 12c.103-.236.274-.586.521-.989l5.867 5.867C6.249 16.23 4.523 13.035 4.074 12zm9.247 4.907-7.48-7.481a8.138 8.138 0 0 1 1.188-.982l8.055 8.054a8.835 8.835 0 0 1-1.763.409zm3.648-1.352-1.541-1.541c.354-.596.572-1.28.572-2.015 0-.474-.099-.924-.255-1.349A.983.983 0 0 1 15 11a1 1 0 0 1-1-1c0-.439.288-.802.682-.936A3.97 3.97 0 0 0 12 7.999c-.735 0-1.419.218-2.015.572l-1.07-1.07A9.292 9.292 0 0 1 12 6.998c5.351 0 7.425 3.847 7.926 5a8.573 8.573 0 0 1-2.957 3.557z\"/></svg></li><li title=\"bx magnet \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 3h-3c-1.103 0-2 .897-2 2v8c0 1.103-.897 2-2 2s-2-.897-2-2V5c0-1.103-.897-2-2-2H5c-1.103 0-2 .897-2 2v8c0 4.963 4.037 9 9 9s9-4.037 9-9V5c0-1.103-.897-2-2-2zm-3 2h3v3h-3V5zM5 5h3v3H5V5zm7 15c-3.859 0-7-3.141-7-7v-3h3v3c0 2.206 1.794 4 4 4s4-1.794 4-4v-3h3v3c0 3.859-3.141 7-7 7z\"/></svg></li><li title=\"bx mail send \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 4H6c-1.103 0-2 .897-2 2v5h2V8l6.4 4.8a1.001 1.001 0 0 0 1.2 0L20 8v9h-8v2h8c1.103 0 2-.897 2-2V6c0-1.103-.897-2-2-2zm-7 6.75L6.666 6h12.668L13 10.75z\"/><path d=\"M2 12h7v2H2zm2 3h6v2H4zm3 3h4v2H7z\"/></svg></li><li title=\"bx male female \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><circle cx=\"6\" cy=\"4\" r=\"2\"/><path d=\"M9,7H3A1,1,0,0,0,2,8v7H4v7H8V15h2V8A1,1,0,0,0,9,7Z\"/><circle cx=\"17\" cy=\"4\" r=\"2\"/><path d=\"M20.21,7.73a1,1,0,0,0-1-.73h-4.5a1,1,0,0,0-1,.73L12,14h2l-1,4h2v4h4V18h2l-1-4h2Z\"/></svg></li><li title=\"bx male sign \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 11V4h-7l2.793 2.793-4.322 4.322A5.961 5.961 0 0 0 8 10c-3.309 0-6 2.691-6 6s2.691 6 6 6 6-2.691 6-6c0-1.294-.416-2.49-1.115-3.471l4.322-4.322L20 11zM8 20c-2.206 0-4-1.794-4-4s1.794-4 4-4 4 1.794 4 4-1.794 4-4 4z\"/></svg></li><li title=\"bx male \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"4\" r=\"2\"/><path d=\"M15 7H9a1 1 0 0 0-1 1v7h2v7h4v-7h2V8a1 1 0 0 0-1-1z\"/></svg></li><li title=\"bx map alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m21.447 6.105-6-3a1 1 0 0 0-.895 0L9 5.882 3.447 3.105A1 1 0 0 0 2 4v13c0 .379.214.725.553.895l6 3a1 1 0 0 0 .895 0L15 18.118l5.553 2.776a.992.992 0 0 0 .972-.043c.295-.183.475-.504.475-.851V7c0-.379-.214-.725-.553-.895zM10 7.618l4-2v10.764l-4 2V7.618zm-6-2 4 2v10.764l-4-2V5.618zm16 12.764-4-2V5.618l4 2v10.764z\"/></svg></li><li title=\"bx map pin \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m12 17 1-2V9.858c1.721-.447 3-2 3-3.858 0-2.206-1.794-4-4-4S8 3.794 8 6c0 1.858 1.279 3.411 3 3.858V15l1 2zM10 6c0-1.103.897-2 2-2s2 .897 2 2-.897 2-2 2-2-.897-2-2z\"/><path d=\"m16.267 10.563-.533 1.928C18.325 13.207 20 14.584 20 16c0 1.892-3.285 4-8 4s-8-2.108-8-4c0-1.416 1.675-2.793 4.267-3.51l-.533-1.928C4.197 11.54 2 13.623 2 16c0 3.364 4.393 6 10 6s10-2.636 10-6c0-2.377-2.197-4.46-5.733-5.437z\"/></svg></li><li title=\"bx map \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 14c2.206 0 4-1.794 4-4s-1.794-4-4-4-4 1.794-4 4 1.794 4 4 4zm0-6c1.103 0 2 .897 2 2s-.897 2-2 2-2-.897-2-2 .897-2 2-2z\"/><path d=\"M11.42 21.814a.998.998 0 0 0 1.16 0C12.884 21.599 20.029 16.44 20 10c0-4.411-3.589-8-8-8S4 5.589 4 9.995c-.029 6.445 7.116 11.604 7.42 11.819zM12 4c3.309 0 6 2.691 6 6.005.021 4.438-4.388 8.423-6 9.73-1.611-1.308-6.021-5.294-6-9.735 0-3.309 2.691-6 6-6z\"/></svg></li><li title=\"bx mask \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 6H5C3.346 6 2 7.346 2 9v5c0 2.206 1.794 4 4 4h1.637c1.166 0 2.28-.557 2.981-1.491.66-.879 2.104-.88 2.764.001A3.744 3.744 0 0 0 16.363 18H18c2.206 0 4-1.794 4-4V9c0-1.654-1.346-3-3-3zm1 8c0 1.103-.897 2-2 2h-1.637c-.54 0-1.057-.259-1.382-.69-.71-.948-1.797-1.492-2.981-1.492s-2.271.544-2.981 1.491A1.741 1.741 0 0 1 7.637 16H6c-1.103 0-2-.897-2-2V9c0-.551.448-1 1-1h14c.552 0 1 .449 1 1v5z\"/><ellipse cx=\"7.5\" cy=\"11.5\" rx=\"2.5\" ry=\"1.5\"/><ellipse cx=\"16.5\" cy=\"11.5\" rx=\"2.5\" ry=\"1.5\"/></svg></li><li title=\"bx math \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><polygon points=\"7 2 5 2 5 5 2 5 2 7 5 7 5 10 7 10 7 7 10 7 10 5 7 5 7 2\"/><rect x=\"14\" y=\"5\"  /><rect x=\"14\" y=\"15\"  /><rect x=\"14\" y=\"19\"  /><polygon points=\"8.29 14.29 6 16.59 3.71 14.29 2.29 15.71 4.59 18 2.29 20.29 3.71 21.71 6 19.41 8.29 21.71 9.71 20.29 7.41 18 9.71 15.71 8.29 14.29\"/></svg></li><li title=\"bx medal \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 22c3.859 0 7-3.141 7-7s-3.141-7-7-7c-3.86 0-7 3.141-7 7s3.14 7 7 7zm0-12c2.757 0 5 2.243 5 5s-2.243 5-5 5-5-2.243-5-5 2.243-5 5-5zm-1-8H7v5.518a8.957 8.957 0 0 1 4-1.459V2zm6 0h-4v4.059a8.957 8.957 0 0 1 4 1.459V2z\"/><path d=\"m10.019 15.811-.468 2.726L12 17.25l2.449 1.287-.468-2.726 1.982-1.932-2.738-.398L12 11l-1.225 2.481-2.738.398z\"/></svg></li><li title=\"bx meh alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm0 18c-4.411 0-8-3.589-8-8s3.589-8 8-8 8 3.589 8 8-3.589 8-8 8z\"/><path d=\"M14 10h4v2h-4zm-6.026 5H16v2H7.974zM6 10h4v2H6z\"/></svg></li><li title=\"bx meh blank \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm0 18c-4.411 0-8-3.589-8-8s3.589-8 8-8 8 3.589 8 8-3.589 8-8 8z\"/><circle cx=\"8.5\" cy=\"10.5\" r=\"1.5\"/><circle cx=\"15.493\" cy=\"10.493\" r=\"1.493\"/></svg></li><li title=\"bx meh \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm0 18c-4.411 0-8-3.589-8-8s3.589-8 8-8 8 3.589 8 8-3.589 8-8 8z\"/><circle cx=\"8.5\" cy=\"10.5\" r=\"1.5\"/><circle cx=\"15.493\" cy=\"10.493\" r=\"1.493\"/><path d=\"M7.974 15H16v2H7.974z\"/></svg></li><li title=\"bx memory card \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M4 4v16c0 1.103.897 2 2 2h12c1.103 0 2-.897 2-2V8a.997.997 0 0 0-.293-.707l-5-5A.996.996 0 0 0 14 2H6c-1.103 0-2 .897-2 2zm14 4.414L18.001 20H6V4h7.586L18 8.414z\"/><path d=\"M8 6h2v4H8zm4 0h2v4h-2z\"/></svg></li><li title=\"bx menu alt left \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M4 11h12v2H4zm0-5h16v2H4zm0 12h7.235v-2H4z\"/></svg></li><li title=\"bx menu alt right \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M4 6h16v2H4zm4 5h12v2H8zm5 5h7v2h-7z\"/></svg></li><li title=\"bx menu \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M4 6h16v2H4zm0 5h16v2H4zm0 5h16v2H4z\"/></svg></li><li title=\"bx merge \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M14 3H5a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h9a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2z\"/><path d=\"M21 19v-9a2 2 0 0 0-2-2h-1v8a2 2 0 0 1-2 2H8v1a2 2 0 0 0 2 2h9a2 2 0 0 0 2-2z\"/></svg></li><li title=\"bx message add \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 2H4c-1.103 0-2 .897-2 2v12c0 1.103.897 2 2 2h3v3.767L13.277 18H20c1.103 0 2-.897 2-2V4c0-1.103-.897-2-2-2zm0 14h-7.277L9 18.233V16H4V4h16v12z\"/><path d=\"M11 14h2v-3h3V9h-3V6h-2v3H8v2h3z\"/></svg></li><li title=\"bx message alt add \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M3 16c0 1.103.897 2 2 2h3.586L12 21.414 15.414 18H19c1.103 0 2-.897 2-2V4c0-1.103-.897-2-2-2H5c-1.103 0-2 .897-2 2v12zM5 4h14v12h-4.414L12 18.586 9.414 16H5V4z\"/><path d=\"M11 14h2v-3h3V9h-3V6h-2v3H8v2h3z\"/></svg></li><li title=\"bx message alt check \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M3 4v12c0 1.103.897 2 2 2h3.586L12 21.414 15.414 18H19c1.103 0 2-.897 2-2V4c0-1.103-.897-2-2-2H5c-1.103 0-2 .897-2 2zm2 0h14v12h-4.414L12 18.586 9.414 16H5V4z\"/><path d=\"m17.207 7.207-1.414-1.414L11 10.586 8.707 8.293 7.293 9.707 11 13.414z\"/></svg></li><li title=\"bx message alt detail \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M5 2c-1.103 0-2 .897-2 2v12c0 1.103.897 2 2 2h3.586L12 21.414 15.414 18H19c1.103 0 2-.897 2-2V4c0-1.103-.897-2-2-2H5zm14 14h-4.414L12 18.586 9.414 16H5V4h14v12z\"/><path d=\"M7 7h10v2H7zm0 4h7v2H7z\"/></svg></li><li title=\"bx message alt dots \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 2H5c-1.103 0-2 .897-2 2v12c0 1.103.897 2 2 2h3.586L12 21.414 15.414 18H19c1.103 0 2-.897 2-2V4c0-1.103-.897-2-2-2zm0 14h-4.414L12 18.586 9.414 16H5V4h14v12z\"/><circle cx=\"15\" cy=\"10\" r=\"2\"/><circle cx=\"9\" cy=\"10\" r=\"2\"/></svg></li><li title=\"bx message alt edit \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M8.586 18 12 21.414 15.414 18H19c1.103 0 2-.897 2-2V4c0-1.103-.897-2-2-2H5c-1.103 0-2 .897-2 2v12c0 1.103.897 2 2 2h3.586zM5 4h14v12h-4.414L12 18.586 9.414 16H5V4z\"/><path d=\"m12.479 7.219-4.977 4.969v1.799h1.8l4.975-4.969zm2.219-2.22 1.8 1.8-1.37 1.37-1.8-1.799z\"/></svg></li><li title=\"bx message alt error \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M5 2c-1.103 0-2 .897-2 2v12c0 1.103.897 2 2 2h3.586L12 21.414 15.414 18H19c1.103 0 2-.897 2-2V4c0-1.103-.897-2-2-2H5zm14 14h-4.414L12 18.586 9.414 16H5V4h14v12z\"/><path d=\"M11 6h2v6h-2zm0 7h2v2h-2z\"/></svg></li><li title=\"bx message alt minus \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M8.586 18 12 21.414 15.414 18H19c1.103 0 2-.897 2-2V4c0-1.103-.897-2-2-2H5c-1.103 0-2 .897-2 2v12c0 1.103.897 2 2 2h3.586zM5 4h14v12h-4.414L12 18.586 9.414 16H5V4z\"/><path d=\"M8 9h8v2H8z\"/></svg></li><li title=\"bx message alt x \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M8.586 18 12 21.414 15.414 18H19c1.103 0 2-.897 2-2V4c0-1.103-.897-2-2-2H5c-1.103 0-2 .897-2 2v12c0 1.103.897 2 2 2h3.586zM5 4h14v12h-4.414L12 18.586 9.414 16H5V4z\"/><path d=\"M9.707 13.707 12 11.414l2.293 2.293 1.414-1.414L13.414 10l2.293-2.293-1.414-1.414L12 8.586 9.707 6.293 8.293 7.707 10.586 10l-2.293 2.293z\"/></svg></li><li title=\"bx message alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 2H5c-1.103 0-2 .897-2 2v12c0 1.103.897 2 2 2h3.586L12 21.414 15.414 18H19c1.103 0 2-.897 2-2V4c0-1.103-.897-2-2-2zm0 14h-4.414L12 18.586 9.414 16H5V4h14v12z\"/></svg></li><li title=\"bx message check \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 2H4c-1.103 0-2 .897-2 2v12c0 1.103.897 2 2 2h3v3.767L13.277 18H20c1.103 0 2-.897 2-2V4c0-1.103-.897-2-2-2zm0 14h-7.277L9 18.233V16H4V4h16v12z\"/><path d=\"m17.207 7.207-1.414-1.414L11 10.586 8.707 8.293 7.293 9.707 11 13.414z\"/></svg></li><li title=\"bx message detail \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 2H4c-1.103 0-2 .897-2 2v12c0 1.103.897 2 2 2h3v3.767L13.277 18H20c1.103 0 2-.897 2-2V4c0-1.103-.897-2-2-2zm0 14h-7.277L9 18.233V16H4V4h16v12z\"/><path d=\"M7 7h10v2H7zm0 4h7v2H7z\"/></svg></li><li title=\"bx message dots \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 2H4c-1.103 0-2 .897-2 2v12c0 1.103.897 2 2 2h3v3.766L13.277 18H20c1.103 0 2-.897 2-2V4c0-1.103-.897-2-2-2zm0 14h-7.277L9 18.234V16H4V4h16v12z\"/><circle cx=\"15\" cy=\"10\" r=\"2\"/><circle cx=\"9\" cy=\"10\" r=\"2\"/></svg></li><li title=\"bx message edit \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 2H4c-1.103 0-2 .897-2 2v12c0 1.103.897 2 2 2h3v3.767L13.277 18H20c1.103 0 2-.897 2-2V4c0-1.103-.897-2-2-2zm0 14h-7.277L9 18.233V16H4V4h16v12z\"/><path d=\"m13.803 9.189-1.399-1.398-3.869 3.864v1.399h1.399zm.327-3.123 1.398 1.399-1.066 1.066-1.399-1.398z\"/></svg></li><li title=\"bx message error \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 2H4c-1.103 0-2 .897-2 2v12c0 1.103.897 2 2 2h3v3.767L13.277 18H20c1.103 0 2-.897 2-2V4c0-1.103-.897-2-2-2zm0 14h-7.277L9 18.233V16H4V4h16v12z\"/><path d=\"M11 6h2v5h-2zm0 6h2v2h-2z\"/></svg></li><li title=\"bx message minus \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 2H4c-1.103 0-2 .897-2 2v12c0 1.103.897 2 2 2h3v3.767L13.277 18H20c1.103 0 2-.897 2-2V4c0-1.103-.897-2-2-2zm0 14h-7.277L9 18.233V16H4V4h16v12z\"/><path d=\"M8 9h8v2H8z\"/></svg></li><li title=\"bx message rounded add \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 5.589 2 10c0 2.908 1.898 5.515 5 6.934V22l5.34-4.005C17.697 17.852 22 14.32 22 10c0-4.411-4.486-8-10-8zm0 14h-.333L9 18v-2.417l-.641-.247C5.67 14.301 4 12.256 4 10c0-3.309 3.589-6 8-6s8 2.691 8 6-3.589 6-8 6z\"/><path d=\"M13 6h-2v3H8v2h3v3h2v-3h3V9h-3z\"/></svg></li><li title=\"bx message rounded check \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 5.589 2 10c0 2.908 1.898 5.515 5 6.934V22l5.339-4.005C17.697 17.852 22 14.32 22 10c0-4.411-4.486-8-10-8zm0 14h-.333L9 18v-2.417l-.641-.247C5.67 14.301 4 12.256 4 10c0-3.309 3.589-6 8-6s8 2.691 8 6-3.589 6-8 6z\"/><path d=\"M11 11.586 8.707 9.293l-1.414 1.414L11 14.414l6.207-6.207-1.414-1.414z\"/></svg></li><li title=\"bx message rounded detail \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 5.589 2 10c0 2.908 1.898 5.515 5 6.934V22l5.34-4.005C17.697 17.852 22 14.32 22 10c0-4.411-4.486-8-10-8zm0 14h-.333L9 18v-2.417l-.641-.247C5.67 14.301 4 12.256 4 10c0-3.309 3.589-6 8-6s8 2.691 8 6-3.589 6-8 6z\"/><path d=\"M7 7h10v2H7zm0 4h7v2H7z\"/></svg></li><li title=\"bx message rounded dots \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><circle cx=\"9.5\" cy=\"9.5\" r=\"1.5\"/><circle cx=\"14.5\" cy=\"9.5\" r=\"1.5\"/><path d=\"M12 2C6.486 2 2 5.589 2 10c0 2.908 1.897 5.515 5 6.934V22l5.34-4.004C17.697 17.852 22 14.32 22 10c0-4.411-4.486-8-10-8zm0 14h-.333L9 18v-2.417l-.641-.247C5.671 14.301 4 12.256 4 10c0-3.309 3.589-6 8-6s8 2.691 8 6-3.589 6-8 6z\"/></svg></li><li title=\"bx message rounded edit \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 5.589 2 10c0 2.908 1.898 5.515 5 6.934V22l5.34-4.005C17.697 17.852 22 14.32 22 10c0-4.411-4.486-8-10-8zm0 14h-.333L9 18v-2.417l-.641-.247C5.67 14.301 4 12.256 4 10c0-3.309 3.589-6 8-6s8 2.691 8 6-3.589 6-8 6z\"/><path d=\"M8.503 11.589v1.398h1.398l3.87-3.864-1.399-1.398zm5.927-3.125-1.398-1.398 1.067-1.067 1.398 1.398z\"/></svg></li><li title=\"bx message rounded error \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 5.589 2 10c0 2.908 1.898 5.515 5 6.934V22l5.34-4.005C17.697 17.852 22 14.32 22 10c0-4.411-4.486-8-10-8zm0 14h-.333L9 18v-2.417l-.641-.247C5.67 14.301 4 12.256 4 10c0-3.309 3.589-6 8-6s8 2.691 8 6-3.589 6-8 6z\"/><path d=\"M11 6h2v5h-2zm0 6h2v2h-2z\"/></svg></li><li title=\"bx message rounded minus \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 5.589 2 10c0 2.908 1.898 5.515 5 6.934V22l5.34-4.005C17.697 17.852 22 14.32 22 10c0-4.411-4.486-8-10-8zm0 14h-.333L9 18v-2.417l-.641-.247C5.67 14.301 4 12.256 4 10c0-3.309 3.589-6 8-6s8 2.691 8 6-3.589 6-8 6z\"/><path d=\"M8 9h8v2H8z\"/></svg></li><li title=\"bx message rounded x \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 5.589 2 10c0 2.908 1.898 5.515 5 6.934V22l5.34-4.005C17.697 17.852 22 14.32 22 10c0-4.411-4.486-8-10-8zm0 14h-.333L9 18v-2.417l-.641-.247C5.67 14.301 4 12.256 4 10c0-3.309 3.589-6 8-6s8 2.691 8 6-3.589 6-8 6z\"/><path d=\"M14.293 6.293 12 8.586 9.707 6.293 8.293 7.707 10.586 10l-2.293 2.293 1.414 1.414L12 11.414l2.293 2.293 1.414-1.414L13.414 10l2.293-2.293z\"/></svg></li><li title=\"bx message rounded \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 5.589 2 10c0 2.908 1.898 5.516 5 6.934V22l5.34-4.005C17.697 17.852 22 14.32 22 10c0-4.411-4.486-8-10-8zm0 14h-.333L9 18v-2.417l-.641-.247C5.67 14.301 4 12.256 4 10c0-3.309 3.589-6 8-6s8 2.691 8 6-3.589 6-8 6z\"/></svg></li><li title=\"bx message square add \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M16 2H8C4.691 2 2 4.691 2 8v13a1 1 0 0 0 1 1h13c3.309 0 6-2.691 6-6V8c0-3.309-2.691-6-6-6zm4 14c0 2.206-1.794 4-4 4H4V8c0-2.206 1.794-4 4-4h8c2.206 0 4 1.794 4 4v8z\"/><path d=\"M13 7h-2v4H7v2h4v4h2v-4h4v-2h-4z\"/></svg></li><li title=\"bx message square check \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M16 2H8C4.691 2 2 4.691 2 8v13a1 1 0 0 0 1 1h13c3.309 0 6-2.691 6-6V8c0-3.309-2.691-6-6-6zm4 14c0 2.206-1.794 4-4 4H4V8c0-2.206 1.794-4 4-4h8c2.206 0 4 1.794 4 4v8z\"/><path d=\"m11 13.586-2.293-2.293-1.414 1.414L11 16.414l6.207-6.207-1.414-1.414z\"/></svg></li><li title=\"bx message square detail \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M16 2H8C4.691 2 2 4.691 2 8v13a1 1 0 0 0 1 1h13c3.309 0 6-2.691 6-6V8c0-3.309-2.691-6-6-6zm4 14c0 2.206-1.794 4-4 4H4V8c0-2.206 1.794-4 4-4h8c2.206 0 4 1.794 4 4v8z\"/><path d=\"M7 9h10v2H7zm0 4h7v2H7z\"/></svg></li><li title=\"bx message square dots \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M16 2H8C4.691 2 2 4.691 2 8v12a1 1 0 0 0 1 1h13c3.309 0 6-2.691 6-6V8c0-3.309-2.691-6-6-6zm4 13c0 2.206-1.794 4-4 4H4V8c0-2.206 1.794-4 4-4h8c2.206 0 4 1.794 4 4v7z\"/><circle cx=\"9.5\" cy=\"11.5\" r=\"1.5\"/><circle cx=\"14.5\" cy=\"11.5\" r=\"1.5\"/></svg></li><li title=\"bx message square edit \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M16 2H8C4.691 2 2 4.691 2 8v13a1 1 0 0 0 1 1h13c3.309 0 6-2.691 6-6V8c0-3.309-2.691-6-6-6zm4 14c0 2.206-1.794 4-4 4H4V8c0-2.206 1.794-4 4-4h8c2.206 0 4 1.794 4 4v8z\"/><path d=\"M7 14.987v1.999h1.999l5.529-5.522-1.998-1.998zm8.47-4.465-1.998-2L14.995 7l2 1.999z\"/></svg></li><li title=\"bx message square error \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M16 2H8C4.691 2 2 4.691 2 8v13a1 1 0 0 0 1 1h13c3.309 0 6-2.691 6-6V8c0-3.309-2.691-6-6-6zm4 14c0 2.206-1.794 4-4 4H4V8c0-2.206 1.794-4 4-4h8c2.206 0 4 1.794 4 4v8z\"/><path d=\"M11 6h2v8h-2zm0 10h2v2h-2z\"/></svg></li><li title=\"bx message square minus \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M16 2H8C4.691 2 2 4.691 2 8v13a1 1 0 0 0 1 1h13c3.309 0 6-2.691 6-6V8c0-3.309-2.691-6-6-6zm4 14c0 2.206-1.794 4-4 4H4V8c0-2.206 1.794-4 4-4h8c2.206 0 4 1.794 4 4v8z\"/><path d=\"M8 11h8v2H8z\"/></svg></li><li title=\"bx message square x \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M16 2H8C4.691 2 2 4.691 2 8v13a1 1 0 0 0 1 1h13c3.309 0 6-2.691 6-6V8c0-3.309-2.691-6-6-6zm4 14c0 2.206-1.794 4-4 4H4V8c0-2.206 1.794-4 4-4h8c2.206 0 4 1.794 4 4v8z\"/><path d=\"M15.292 7.295 12 10.587 8.708 7.295 7.294 8.709l3.292 3.292-3.292 3.292 1.414 1.414L12 13.415l3.292 3.292 1.414-1.414-3.292-3.292 3.292-3.292z\"/></svg></li><li title=\"bx message square \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M16 2H8C4.691 2 2 4.691 2 8v12a1 1 0 0 0 1 1h13c3.309 0 6-2.691 6-6V8c0-3.309-2.691-6-6-6zm4 13c0 2.206-1.794 4-4 4H4V8c0-2.206 1.794-4 4-4h8c2.206 0 4 1.794 4 4v7z\"/></svg></li><li title=\"bx message x \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 2H4c-1.103 0-2 .897-2 2v12c0 1.103.897 2 2 2h3v3.767L13.277 18H20c1.103 0 2-.897 2-2V4c0-1.103-.897-2-2-2zm0 14h-7.277L9 18.233V16H4V4h16v12z\"/><path d=\"M9.707 13.707 12 11.414l2.293 2.293 1.414-1.414L13.414 10l2.293-2.293-1.414-1.414L12 8.586 9.707 6.293 8.293 7.707 10.586 10l-2.293 2.293z\"/></svg></li><li title=\"bx message \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 2H4c-1.103 0-2 .897-2 2v12c0 1.103.897 2 2 2h3v3.767L13.277 18H20c1.103 0 2-.897 2-2V4c0-1.103-.897-2-2-2zm0 14h-7.277L9 18.233V16H4V4h16v12z\"/></svg></li><li title=\"bx meteor \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M9.5 22c2.003 0 3.887-.78 5.313-2.207l6.904-7.096A1 1 0 0 0 21 11h-3.301l4.175-7.514a1.001 1.001 0 0 0-1.359-1.36l-7.11 3.95.576-2.879a1 1 0 0 0-1.629-.957L4.196 9.197c-2.924 2.924-2.924 7.682 0 10.606A7.452 7.452 0 0 0 9.5 22zM5.552 10.665l5.902-5.031-.248 1.24-.186.93v.001l-.424 2.119 7.83-4.35-3.3 5.94-.001.001L14.301 13h4.331l-5.243 5.389C12.35 19.428 10.969 20 9.5 20s-2.851-.572-3.89-1.611c-2.143-2.144-2.143-5.634-.058-7.724z\"/><path d=\"M9.5 18a3.492 3.492 0 0 0 1.484-6.659c.005.053.016.105.016.159a1.5 1.5 0 1 1-3 0c0-.054.011-.106.016-.159A3.492 3.492 0 0 0 9.5 18z\"/></svg></li><li title=\"bx microchip \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M16 2H8c-1.103 0-2 .897-2 2v16c0 1.103.897 2 2 2h8c1.103 0 2-.897 2-2V4c0-1.103-.897-2-2-2zM8 20V4h8l.001 16H8zM3 7h2V5H3v.5H2v1h1zm18-2h-2v2h2v-.5h1v-1h-1zM3 11h2V9H3v.5H2v1h1zm18-2h-2v2h2v-.5h1v-1h-1zM3 15h2v-2H3v.5H2v1h1zm18-2h-2v2h2v-.5h1v-1h-1zM3 19h2v-2H3v.5H2v1h1zm18-2h-2v2h2v-.5h1v-1h-1z\"/></svg></li><li title=\"bx microphone off \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m21.707 20.293-3.388-3.388A7.942 7.942 0 0 0 20 12.021h-2a5.95 5.95 0 0 1-1.109 3.456l-1.452-1.452c.348-.591.561-1.27.561-2.004v-6C16 3.804 14.215 2 12.021 2c-.07 0-.14.009-.209.025A4.005 4.005 0 0 0 8 6.021v.565L3.707 2.293 2.293 3.707l18 18 1.414-1.414zM10 6.021c0-1.103.897-2 2-2a.918.918 0 0 0 .164-.015C13.188 4.08 14 4.956 14 6.021v6c0 .172-.029.335-.071.494L10 8.586V6.021zm-4 6H4c0 4.072 3.06 7.436 7 7.931v2.069h2v-2.07a7.993 7.993 0 0 0 2.218-.611l-1.558-1.558a5.979 5.979 0 0 1-1.66.239c-3.309 0-6-2.692-6-6z\"/><path d=\"M8.011 12.132a3.993 3.993 0 0 0 3.877 3.877l-3.877-3.877z\"/></svg></li><li title=\"bx microphone \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M16 12V6c0-2.217-1.785-4.021-3.979-4.021a.933.933 0 0 0-.209.025A4.006 4.006 0 0 0 8 6v6c0 2.206 1.794 4 4 4s4-1.794 4-4zm-6 0V6c0-1.103.897-2 2-2a.89.89 0 0 0 .163-.015C13.188 4.06 14 4.935 14 6v6c0 1.103-.897 2-2 2s-2-.897-2-2z\"/><path d=\"M6 12H4c0 4.072 3.061 7.436 7 7.931V22h2v-2.069c3.939-.495 7-3.858 7-7.931h-2c0 3.309-2.691 6-6 6s-6-2.691-6-6z\"/></svg></li><li title=\"bx minus back \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M14 3H5c-1.103 0-2 .897-2 2v9c0 1.103.897 2 2 2h3v3c0 1.103.897 2 2 2h9c1.103 0 2-.897 2-2v-9c0-1.103-.897-2-2-2h-3V5c0-1.103-.897-2-2-2zM5 5h9l-.003 9H5V5z\"/></svg></li><li title=\"bx minus circle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M7 11h10v2H7z\"/><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm0 18c-4.411 0-8-3.589-8-8s3.589-8 8-8 8 3.589 8 8-3.589 8-8 8z\"/></svg></li><li title=\"bx minus front \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M5 16h3v3c0 1.103.897 2 2 2h9c1.103 0 2-.897 2-2v-9c0-1.103-.897-2-2-2h-3V5c0-1.103-.897-2-2-2H5c-1.103 0-2 .897-2 2v9c0 1.103.897 2 2 2zm13.997 3H10v-9h9l-.003 9z\"/></svg></li><li title=\"bx minus \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M5 11h14v2H5z\"/></svg></li><li title=\"bx mobile alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M16.75 2h-10c-1.103 0-2 .897-2 2v16c0 1.103.897 2 2 2h10c1.103 0 2-.897 2-2V4c0-1.103-.897-2-2-2zm-10 18V4h10l.002 16H6.75z\"/><circle cx=\"11.75\" cy=\"18\" r=\"1\"/></svg></li><li title=\"bx mobile landscape \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 5H4c-1.103 0-2 .897-2 2v10c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V7c0-1.103-.897-2-2-2zM7.001 7H19v10H7.001V7z\"/></svg></li><li title=\"bx mobile vibration \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M15.535 2.808c-.756-.756-2.072-.756-2.828 0l-9.899 9.899a2.001 2.001 0 0 0 0 2.828l5.657 5.657c.378.378.88.586 1.414.586s1.036-.208 1.414-.586l9.899-9.899c.378-.378.586-.88.586-1.414s-.208-1.036-.586-1.414l-5.657-5.657zm-5.656 16.97v1-1l-5.657-5.657 9.899-9.899 5.657 5.657-9.899 9.899z\"/><circle cx=\"9\" cy=\"15\" r=\"1\"/><path d=\"m15.707 21.707-1.414-1.414 6-6 1.414 1.415zM8.293 2.293l1.414 1.414-6 6-1.414-1.415z\"/></svg></li><li title=\"bx mobile \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M17 2H7c-1.103 0-2 .897-2 2v16c0 1.103.897 2 2 2h10c1.103 0 2-.897 2-2V4c0-1.103-.897-2-2-2zM7 16.999V5h10l.002 11.999H7z\"/></svg></li><li title=\"bx money withdraw \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12,15c-1.84,0-2-.86-2-1H8c0,.92.66,2.55,3,2.92V18h2V16.92c2-.34,3-1.63,3-2.92,0-1.12-.52-3-4-3-2,0-2-.63-2-1s.7-1,2-1,1.39.64,1.4,1h2A3,3,0,0,0,13,7.12V6H11V7.09C9,7.42,8,8.71,8,10c0,1.12.52,3,4,3,2,0,2,.68,2,1S13.38,15,12,15Z\"/><path d=\"M5,2H2V4H4V21a1,1,0,0,0,1,1H19a1,1,0,0,0,1-1V4h2V2H5ZM18,20H6V4H18Z\"/></svg></li><li title=\"bx money \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21 4H3a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1zm-1 11a3 3 0 0 0-3 3H7a3 3 0 0 0-3-3V9a3 3 0 0 0 3-3h10a3 3 0 0 0 3 3v6z\"/><path d=\"M12 8c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2z\"/></svg></li><li title=\"bx moon \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20.742 13.045a8.088 8.088 0 0 1-2.077.271c-2.135 0-4.14-.83-5.646-2.336a8.025 8.025 0 0 1-2.064-7.723A1 1 0 0 0 9.73 2.034a10.014 10.014 0 0 0-4.489 2.582c-3.898 3.898-3.898 10.243 0 14.143a9.937 9.937 0 0 0 7.072 2.93 9.93 9.93 0 0 0 7.07-2.929 10.007 10.007 0 0 0 2.583-4.491 1.001 1.001 0 0 0-1.224-1.224zm-2.772 4.301a7.947 7.947 0 0 1-5.656 2.343 7.953 7.953 0 0 1-5.658-2.344c-3.118-3.119-3.118-8.195 0-11.314a7.923 7.923 0 0 1 2.06-1.483 10.027 10.027 0 0 0 2.89 7.848 9.972 9.972 0 0 0 7.848 2.891 8.036 8.036 0 0 1-1.484 2.059z\"/></svg></li><li title=\"bx mouse alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M13 2h-2C7.691 2 5 4.691 5 8v8c0 3.309 2.691 6 6 6h2c3.309 0 6-2.691 6-6V8c0-3.309-2.691-6-6-6zm-2 2v6H7V8c0-2.206 1.794-4 4-4zm6 12c0 2.206-1.794 4-4 4h-2c-2.206 0-4-1.794-4-4v-4h10v4zm-4-6V4c2.206 0 4 1.794 4 4v2h-4z\"/></svg></li><li title=\"bx mouse \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M11.975 22H12c3.859 0 7-3.14 7-7V9c0-3.841-3.127-6.974-6.981-7h-.06C8.119 2.022 5 5.157 5 9v6c0 3.86 3.129 7 6.975 7zM7 9a5.007 5.007 0 0 1 4.985-5C14.75 4.006 17 6.249 17 9v6c0 2.757-2.243 5-5 5h-.025C9.186 20 7 17.804 7 15V9z\"/><path d=\"M11 6h2v6h-2z\"/></svg></li><li title=\"bx move horizontal \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M17 11H7V7l-5 5 5 5v-4h10v4l5-5-5-5z\"/></svg></li><li title=\"bx move vertical \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m7 17 5 5 5-5h-4V7h4l-5-5-5 5h4v10z\"/></svg></li><li title=\"bx move \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M18 11h-5V6h3l-4-4-4 4h3v5H6V8l-4 4 4 4v-3h5v5H8l4 4 4-4h-3v-5h5v3l4-4-4-4z\"/></svg></li><li title=\"bx movie play \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 3H4c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2zm.001 6c-.001 0-.001 0 0 0h-.465l-2.667-4H20l.001 4zM9.536 9 6.869 5h2.596l2.667 4H9.536zm5 0-2.667-4h2.596l2.667 4h-2.596zM4 5h.465l2.667 4H4V5zm0 14v-8h16l.002 8H4z\"/><path d=\"m10 18 5.5-3-5.5-3z\"/></svg></li><li title=\"bx movie \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 3H4c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2zm.001 6c-.001 0-.001 0 0 0h-.466l-2.667-4H20l.001 4zM9.535 9 6.868 5h2.597l2.667 4H9.535zm5 0-2.667-4h2.597l2.667 4h-2.597zM4 5h.465l2.667 4H4V5zm0 14v-8h16l.002 8H4z\"/></svg></li><li title=\"bx music \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m19.684 5.821-9-3.272A1.998 1.998 0 0 0 8 4.428v6.129A3.953 3.953 0 0 0 6 10c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4V4.428L19 7.7v6.856A3.962 3.962 0 0 0 17 14c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4V7.7c0-.838-.529-1.594-1.316-1.879zM6 16c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2zm11 4c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2z\"/></svg></li><li title=\"bx navigation \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M2.002 9.63c-.023.411.207.794.581.966l7.504 3.442 3.442 7.503c.164.356.52.583.909.583l.057-.002a1 1 0 0 0 .894-.686l5.595-17.032c.117-.358.023-.753-.243-1.02s-.66-.358-1.02-.243L2.688 8.736a1 1 0 0 0-.686.894zm16.464-3.971-4.182 12.73-2.534-5.522a.998.998 0 0 0-.492-.492L5.734 9.841l12.732-4.182z\"/></svg></li><li title=\"bx network chart \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 3c-1.654 0-3 1.346-3 3 0 .502.136.968.354 1.385l-1.116 1.302A3.976 3.976 0 0 0 13 8c-.739 0-1.425.216-2.02.566L9.566 7.152A3.449 3.449 0 0 0 10 5.5C10 3.57 8.43 2 6.5 2S3 3.57 3 5.5 4.57 9 6.5 9c.601 0 1.158-.166 1.652-.434L9.566 9.98A3.972 3.972 0 0 0 9 12c0 .997.38 1.899.985 2.601l-1.692 1.692.025.025A2.962 2.962 0 0 0 7 16c-1.654 0-3 1.346-3 3s1.346 3 3 3 3-1.346 3-3c0-.476-.121-.919-.318-1.318l.025.025 1.954-1.954c.421.15.867.247 1.339.247 2.206 0 4-1.794 4-4a3.96 3.96 0 0 0-.439-1.785l1.253-1.462c.364.158.764.247 1.186.247 1.654 0 3-1.346 3-3s-1.346-3-3-3zM7 20a1 1 0 1 1 0-2 1 1 0 0 1 0 2zM5 5.5C5 4.673 5.673 4 6.5 4S8 4.673 8 5.5 7.327 7 6.5 7 5 6.327 5 5.5zm8 8.5c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2zm6-7a1 1 0 1 1 0-2 1 1 0 0 1 0 2z\"/></svg></li><li title=\"bx news \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19.875 3H4.125C2.953 3 2 3.897 2 5v14c0 1.103.953 2 2.125 2h15.75C21.047 21 22 20.103 22 19V5c0-1.103-.953-2-2.125-2zm0 16H4.125c-.057 0-.096-.016-.113-.016-.007 0-.011.002-.012.008L3.988 5.046c.007-.01.052-.046.137-.046h15.75c.079.001.122.028.125.008l.012 13.946c-.007.01-.052.046-.137.046z\"/><path d=\"M6 7h6v6H6zm7 8H6v2h12v-2h-4zm1-4h4v2h-4zm0-4h4v2h-4z\"/></svg></li><li title=\"bx no entry \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M7 10h10v4H7z\"/><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm0 18c-4.411 0-8-3.589-8-8s3.589-8 8-8 8 3.589 8 8-3.589 8-8 8z\"/></svg></li><li title=\"bx note \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 3H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h8a.996.996 0 0 0 .707-.293l7-7a.997.997 0 0 0 .196-.293c.014-.03.022-.061.033-.093a.991.991 0 0 0 .051-.259c.002-.021.013-.041.013-.062V5c0-1.103-.897-2-2-2zM5 5h14v7h-6a1 1 0 0 0-1 1v6H5V5zm9 12.586V14h3.586L14 17.586z\"/></svg></li><li title=\"bx notepad \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 4h-3V2h-2v2h-4V2H8v2H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2V6c0-1.103-.897-2-2-2zM5 20V7h14V6l.002 14H5z\"/><path d=\"M7 9h10v2H7zm0 4h5v2H7z\"/></svg></li><li title=\"bx notification off \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m21.71 20.296-1.786-1.786c.045-.163.076-.332.076-.51v-7h-2v5.586L7.414 6H13V4H6c-.178 0-.347.031-.51.076l-1.78-1.78L2.296 3.71l18 18 1.414-1.414zM4 8.121V18c0 1.103.897 2 2 2h9.879l-2-2H6v-7.879l-2-2z\"/><circle cx=\"18\" cy=\"6\" r=\"3\"/></svg></li><li title=\"bx notification \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><circle cx=\"18\" cy=\"6\" r=\"3\"/><path d=\"M18 19H5V6h8c0-.712.153-1.387.422-2H5c-1.103 0-2 .897-2 2v13c0 1.103.897 2 2 2h13c1.103 0 2-.897 2-2v-8.422A4.962 4.962 0 0 1 18 11v8z\"/></svg></li><li title=\"bx outline \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21 19v-9c0-1.103-.897-2-2-2h-3V5c0-1.103-.897-2-2-2H5c-1.103 0-2 .897-2 2v9c0 1.103.897 2 2 2h3v3c0 1.103.897 2 2 2h9c1.103 0 2-.897 2-2zM5 14V5h9v3h-4c-1.103 0-2 .897-2 2v4H5zm9.001 0H10v-4h4.001v4zM10 16h4c1.103 0 2-.897 2-2v-4h3l.001 9H10v-3z\"/></svg></li><li title=\"bx package \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"  ><path d=\"M22 8a.76.76 0 0 0 0-.21v-.08a.77.77 0 0 0-.07-.16.35.35 0 0 0-.05-.08l-.1-.13-.08-.06-.12-.09-9-5a1 1 0 0 0-1 0l-9 5-.09.07-.11.08a.41.41 0 0 0-.07.11.39.39 0 0 0-.08.1.59.59 0 0 0-.06.14.3.3 0 0 0 0 .1A.76.76 0 0 0 2 8v8a1 1 0 0 0 .52.87l9 5a.75.75 0 0 0 .13.06h.1a1.06 1.06 0 0 0 .5 0h.1l.14-.06 9-5A1 1 0 0 0 22 16V8zm-10 3.87L5.06 8l2.76-1.52 6.83 3.9zm0-7.72L18.94 8 16.7 9.25 9.87 5.34zM4 9.7l7 3.92v5.68l-7-3.89zm9 9.6v-5.68l3-1.68V15l2-1v-3.18l2-1.11v5.7z\"/></svg></li><li title=\"bx paint roll \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M18 2H7c-1.103 0-2 .897-2 2v3c0 1.103.897 2 2 2h11c1.103 0 2-.897 2-2V4c0-1.103-.897-2-2-2zM7 7V4h11l.002 3H7z\"/><path d=\"M13 15v-2c0-1.103-.897-2-2-2H4V5c-1.103 0-2 .897-2 2v4c0 1.103.897 2 2 2h7v2a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-5a1 1 0 0 0-1-1z\"/></svg></li><li title=\"bx paint \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M7.061 22c1.523 0 2.84-.543 3.91-1.613 1.123-1.123 1.707-2.854 1.551-4.494l8.564-8.564a3.123 3.123 0 0 0-.002-4.414c-1.178-1.18-3.234-1.18-4.412 0l-8.884 8.884c-1.913.169-3.807 1.521-3.807 3.919 0 .303.021.588.042.86.08 1.031.109 1.418-1.471 2.208a1.001 1.001 0 0 0-.122 1.717C2.52 20.563 4.623 22 7.061 22c-.001 0-.001 0 0 0zM18.086 4.328a1.144 1.144 0 0 1 1.586.002 1.12 1.12 0 0 1 0 1.584L12 13.586 10.414 12l7.672-7.672zM6.018 16.423c-.018-.224-.037-.458-.037-.706 0-1.545 1.445-1.953 2.21-1.953.356 0 .699.073.964.206.945.475 1.26 1.293 1.357 1.896.177 1.09-.217 2.368-.956 3.107C8.865 19.664 8.049 20 7.061 20H7.06c-.75 0-1.479-.196-2.074-.427 1.082-.973 1.121-1.989 1.032-3.15z\"/></svg></li><li title=\"bx palette \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M13.4 2.096a10.08 10.08 0 0 0-8.937 3.331A10.054 10.054 0 0 0 2.096 13.4c.53 3.894 3.458 7.207 7.285 8.246a9.982 9.982 0 0 0 2.618.354l.142-.001a3.001 3.001 0 0 0 2.516-1.426 2.989 2.989 0 0 0 .153-2.879l-.199-.416a1.919 1.919 0 0 1 .094-1.912 2.004 2.004 0 0 1 2.576-.755l.412.197c.412.198.85.299 1.301.299A3.022 3.022 0 0 0 22 12.14a9.935 9.935 0 0 0-.353-2.76c-1.04-3.826-4.353-6.754-8.247-7.284zm5.158 10.909-.412-.197c-1.828-.878-4.07-.198-5.135 1.494-.738 1.176-.813 2.576-.204 3.842l.199.416a.983.983 0 0 1-.051.961.992.992 0 0 1-.844.479h-.112a8.061 8.061 0 0 1-2.095-.283c-3.063-.831-5.403-3.479-5.826-6.586-.321-2.355.352-4.623 1.893-6.389a8.002 8.002 0 0 1 7.16-2.664c3.107.423 5.755 2.764 6.586 5.826.198.73.293 1.474.282 2.207-.012.807-.845 1.183-1.441.894z\"/><circle cx=\"7.5\" cy=\"14.5\" r=\"1.5\"/><circle cx=\"7.5\" cy=\"10.5\" r=\"1.5\"/><circle cx=\"10.5\" cy=\"7.5\" r=\"1.5\"/><circle cx=\"14.5\" cy=\"7.5\" r=\"1.5\"/></svg></li><li title=\"bx paper plane \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20.563 3.34a1.002 1.002 0 0 0-.989-.079l-17 8a1 1 0 0 0 .026 1.821L8 15.445v6.722l5.836-4.168 4.764 2.084a1 1 0 0 0 1.399-.85l1-15a1.005 1.005 0 0 0-.436-.893zm-2.466 14.34-5.269-2.306L16 9.167l-7.649 4.25-2.932-1.283 13.471-6.34-.793 11.886z\"/></svg></li><li title=\"bx paperclip \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M17.004 5H9c-1.838 0-3.586.737-4.924 2.076C2.737 8.415 2 10.163 2 12c0 1.838.737 3.586 2.076 4.924C5.414 18.263 7.162 19 9 19h8v-2H9c-1.303 0-2.55-.529-3.51-1.49C4.529 14.55 4 13.303 4 12c0-1.302.529-2.549 1.49-3.51C6.45 7.529 7.697 7 9 7h8V6l.001 1h.003c.79 0 1.539.314 2.109.886.571.571.886 1.322.887 2.116a2.966 2.966 0 0 1-.884 2.11A2.988 2.988 0 0 1 17 13H9a.99.99 0 0 1-.698-.3A.991.991 0 0 1 8 12c0-.252.11-.507.301-.698A.987.987 0 0 1 9 11h8V9H9c-.79 0-1.541.315-2.114.889C6.314 10.461 6 11.211 6 12s.314 1.54.888 2.114A2.974 2.974 0 0 0 9 15h8.001a4.97 4.97 0 0 0 3.528-1.473 4.967 4.967 0 0 0-.001-7.055A4.95 4.95 0 0 0 17.004 5z\"/></svg></li><li title=\"bx paragraph \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M9 16h2v4h2V6h2v14h2V6h3V4H9c-3.309 0-6 2.691-6 6s2.691 6 6 6zM9 6h2v8H9c-2.206 0-4-1.794-4-4s1.794-4 4-4z\"/></svg></li><li title=\"bx party \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M18,8.31c-.36-.41-.73-.82-1.12-1.21l-.29-.27.14-.12a3.15,3.15,0,0,0,.9-3.49A3.91,3.91,0,0,0,14,1V3a2,2,0,0,1,1.76,1c.17.4,0,.84-.47,1.31-.07.08-.15.13-.22.2-3-2.41-6.29-3.77-7.9-2.16a2.16,2.16,0,0,0-.41.59l0,.1-.18.53h0L2.17,17.67A3.28,3.28,0,0,0,5.28,22a3.21,3.21,0,0,0,1-.17L20,17.28a1,1,0,0,0,.43-.31l.21-.18c1.43-1.44.51-4.21-1.41-6.9A6.63,6.63,0,0,1,23,9V7A8.44,8.44,0,0,0,18,8.31ZM5.7,19.93A1.29,1.29,0,0,1,4.07,18.3l1.36-4.1a10.7,10.7,0,0,0,4.29,4.39Zm7-2.33a8.87,8.87,0,0,1-6.3-6.29l1-3,.06.09c.11.22.25.45.39.68s.16.29.26.44.33.48.51.73.19.28.3.42.43.55.66.82l.29.35c.34.39.7.77,1.08,1.16s.68.64,1,1l.33.28.78.63.37.28c.28.2.55.4.83.58l.31.2c.36.22.72.43,1.07.61l.05,0Zm6.51-2.23-.06,0c-.69.38-3.56-.57-6.79-3.81-.34-.34-.66-.67-.95-1l-.29-.35-.53-.64-.29-.4c-.13-.19-.27-.37-.39-.55l-.26-.42-.29-.47c-.08-.14-.14-.27-.21-.4S9,7.07,8.94,6.93a3.31,3.31,0,0,1-.14-.36c-.05-.13-.11-.26-.15-.38S8.6,6,8.57,5.88s-.05-.22-.07-.32a2.26,2.26,0,0,1,0-.26,1,1,0,0,1,0-.24l.11-.31c.36-.36,2.23,0,4.73,1.9A4.13,4.13,0,0,1,12,7V9a6.45,6.45,0,0,0,3-.94l.48.46c.42.42.81.85,1.18,1.28a5.32,5.32,0,0,0-.6,3.4l2-.39a3.57,3.57,0,0,1,0-1.12,11.3,11.3,0,0,1,.81,1.45C19.43,14.46,19.39,15.2,19.21,15.37Z\"/></svg></li><li title=\"bx paste \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 11V5c0-1.103-.897-2-2-2h-3a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1H4c-1.103 0-2 .897-2 2v13c0 1.103.897 2 2 2h7c0 1.103.897 2 2 2h7c1.103 0 2-.897 2-2v-7c0-1.103-.897-2-2-2zm-9 2v5H4V5h3v2h8V5h3v6h-5c-1.103 0-2 .897-2 2zm2 7v-7h7l.001 7H13z\"/></svg></li><li title=\"bx pause circle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm0 18c-4.411 0-8-3.589-8-8s3.589-8 8-8 8 3.589 8 8-3.589 8-8 8z\"/><path d=\"M13 9h2v6h-2zM9 9h2v6H9z\"/></svg></li><li title=\"bx pause \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M8 7h3v10H8zm5 0h3v10h-3z\"/></svg></li><li title=\"bx pen \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M18.404 2.998c-.757-.754-2.077-.751-2.828.005l-1.784 1.791L11.586 7H7a.998.998 0 0 0-.939.658l-4 11c-.133.365-.042.774.232 1.049l2 2a.997.997 0 0 0 1.049.232l11-4A.998.998 0 0 0 17 17v-4.586l2.207-2.207v-.001h.001L21 8.409c.378-.378.586-.881.585-1.415 0-.535-.209-1.038-.588-1.415l-2.593-2.581zm-3.111 8.295A.996.996 0 0 0 15 12v4.3l-9.249 3.363 4.671-4.671c.026.001.052.008.078.008A1.5 1.5 0 1 0 9 13.5c0 .026.007.052.008.078l-4.671 4.671L7.7 9H12c.266 0 .52-.105.707-.293L14.5 6.914 17.086 9.5l-1.793 1.793zm3.206-3.208-2.586-2.586 1.079-1.084 2.593 2.581-1.086 1.089z\"/></svg></li><li title=\"bx pencil \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"  ><path d=\"M4 21a1 1 0 0 0 .24 0l4-1a1 1 0 0 0 .47-.26L21 7.41a2 2 0 0 0 0-2.82L19.42 3a2 2 0 0 0-2.83 0L4.3 15.29a1.06 1.06 0 0 0-.27.47l-1 4A1 1 0 0 0 3.76 21 1 1 0 0 0 4 21zM18 4.41 19.59 6 18 7.59 16.42 6zM5.91 16.51 15 7.41 16.59 9l-9.1 9.1-2.11.52z\"/></svg></li><li title=\"bx phone call \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"  ><path d=\"M16.57 22a2 2 0 0 0 1.43-.59l2.71-2.71a1 1 0 0 0 0-1.41l-4-4a1 1 0 0 0-1.41 0l-1.6 1.59a7.55 7.55 0 0 1-3-1.59 7.62 7.62 0 0 1-1.59-3l1.59-1.6a1 1 0 0 0 0-1.41l-4-4a1 1 0 0 0-1.41 0L2.59 6A2 2 0 0 0 2 7.43 15.28 15.28 0 0 0 6.3 17.7 15.28 15.28 0 0 0 16.57 22zM6 5.41 8.59 8 7.3 9.29a1 1 0 0 0-.3.91 10.12 10.12 0 0 0 2.3 4.5 10.08 10.08 0 0 0 4.5 2.3 1 1 0 0 0 .91-.27L16 15.41 18.59 18l-2 2a13.28 13.28 0 0 1-8.87-3.71A13.28 13.28 0 0 1 4 7.41zM20 11h2a8.81 8.81 0 0 0-9-9v2a6.77 6.77 0 0 1 7 7z\"/><path d=\"M13 8c2.1 0 3 .9 3 3h2c0-3.22-1.78-5-5-5z\"/></svg></li><li title=\"bx phone incoming \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M16.712 13.288a.999.999 0 0 0-1.414 0l-1.597 1.596c-.824-.245-2.166-.771-2.99-1.596-.874-.874-1.374-2.253-1.594-2.992l1.594-1.594a.999.999 0 0 0 0-1.414l-4-4a1.03 1.03 0 0 0-1.414 0l-2.709 2.71c-.382.38-.597.904-.588 1.437.022 1.423.396 6.367 4.297 10.268C10.195 21.6 15.142 21.977 16.566 22h.028c.528 0 1.027-.208 1.405-.586l2.712-2.712a.999.999 0 0 0 0-1.414l-3.999-4zM16.585 20c-1.248-.021-5.518-.356-8.874-3.712C4.343 12.92 4.019 8.636 4 7.414l2.004-2.005L8.59 7.995 7.297 9.288c-.238.238-.34.582-.271.912.024.115.611 2.842 2.271 4.502s4.387 2.247 4.502 2.271a.994.994 0 0 0 .912-.271l1.293-1.293 2.586 2.586L16.585 20z\"/><path d=\"M15.795 6.791 13.005 4v6.995H20l-2.791-2.79 4.503-4.503-1.414-1.414z\"/></svg></li><li title=\"bx phone off \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M10.09 12.5a8.92 8.92 0 0 1-1-2.2l1.59-1.59a1 1 0 0 0 0-1.42l-4-4a1 1 0 0 0-1.41 0L2.59 6A2 2 0 0 0 2 7.44 15.44 15.44 0 0 0 5.62 17L2.3 20.29l1.41 1.42 18-18-1.41-1.42zM7 15.55a13.36 13.36 0 0 1-3-8.13l2-2L8.59 8 7.3 9.29a1 1 0 0 0-.27.92 11 11 0 0 0 1.62 3.73zm9.71-2.26a1 1 0 0 0-1.41 0l-1.6 1.6-.34-.12-1.56 1.55a12.06 12.06 0 0 0 2 .66 1 1 0 0 0 .91-.27l1.3-1.3L18.59 18l-2 2A13.61 13.61 0 0 1 10 18.1l-1.43 1.45a15.63 15.63 0 0 0 8 2.45 2 2 0 0 0 1.43-.58l2.71-2.71a1 1 0 0 0 0-1.42z\"/></svg></li><li title=\"bx phone outgoing \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M16.712 13.288a.999.999 0 0 0-1.414 0l-1.594 1.594c-.739-.22-2.118-.72-2.992-1.594s-1.374-2.253-1.594-2.992l1.594-1.594a.999.999 0 0 0 0-1.414l-4-4a.999.999 0 0 0-1.414 0L2.586 6c-.38.38-.594.902-.586 1.435.023 1.424.4 6.37 4.298 10.268S15.142 21.977 16.566 22h.028c.528 0 1.027-.208 1.405-.586l2.712-2.712a.999.999 0 0 0 0-1.414l-3.999-4zM16.585 20c-1.248-.021-5.518-.356-8.873-3.712C4.346 12.922 4.02 8.637 4 7.414l2.005-2.005 2.586 2.586-1.293 1.293a1 1 0 0 0-.272.912c.024.115.611 2.842 2.271 4.502s4.387 2.247 4.502 2.271a.993.993 0 0 0 .912-.271l1.293-1.293 2.586 2.586L16.585 20z\"/><path d=\"m16.795 5.791-4.497 4.497 1.414 1.414 4.497-4.497L21.005 10V2.995H14z\"/></svg></li><li title=\"bx phone \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M17.707 12.293a.999.999 0 0 0-1.414 0l-1.594 1.594c-.739-.22-2.118-.72-2.992-1.594s-1.374-2.253-1.594-2.992l1.594-1.594a.999.999 0 0 0 0-1.414l-4-4a.999.999 0 0 0-1.414 0L3.581 5.005c-.38.38-.594.902-.586 1.435.023 1.424.4 6.37 4.298 10.268s8.844 4.274 10.269 4.298h.028c.528 0 1.027-.208 1.405-.586l2.712-2.712a.999.999 0 0 0 0-1.414l-4-4.001zm-.127 6.712c-1.248-.021-5.518-.356-8.873-3.712-3.366-3.366-3.692-7.651-3.712-8.874L7 4.414 9.586 7 8.293 8.293a1 1 0 0 0-.272.912c.024.115.611 2.842 2.271 4.502s4.387 2.247 4.502 2.271a.991.991 0 0 0 .912-.271L17 14.414 19.586 17l-2.006 2.005z\"/></svg></li><li title=\"bx photo album \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M11.024 11.536 10 10l-2 3h9l-3.5-5z\"/><circle cx=\"9.503\" cy=\"7.497\" r=\"1.503\"/><path d=\"M19 2H6c-1.206 0-3 .799-3 3v14c0 2.201 1.794 3 3 3h15v-2H6.012C5.55 19.988 5 19.806 5 19s.55-.988 1.012-1H21V4c0-1.103-.897-2-2-2zm0 14H5V5c0-.806.55-.988 1-1h13v12z\"/></svg></li><li title=\"bx pie chart alt 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm7.931 9H13V4.069A8.008 8.008 0 0 1 19.931 11zM4 12c0-4.072 3.061-7.436 7-7.931V12a.996.996 0 0 0 .111.438c.015.03.022.063.041.093l4.202 6.723A7.949 7.949 0 0 1 12 20c-4.411 0-8-3.589-8-8zm13.052 6.196L13.805 13h6.126a7.992 7.992 0 0 1-2.879 5.196z\"/></svg></li><li title=\"bx pie chart alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2a9.936 9.936 0 0 0-7.071 2.929C3.04 6.818 2 9.33 2 12s1.04 5.182 2.929 7.071C6.818 20.96 9.33 22 12 22s5.182-1.04 7.071-2.929C20.96 17.182 22 14.67 22 12s-1.04-5.182-2.929-7.071A9.936 9.936 0 0 0 12 2zm5.657 15.657C16.146 19.168 14.137 20 12 20s-4.146-.832-5.657-2.343C4.832 16.146 4 14.137 4 12s.832-4.146 2.343-5.657A7.927 7.927 0 0 1 11 4.069V12a1 1 0 0 0 1 1h7.931a7.927 7.927 0 0 1-2.274 4.657zM13 11V4.062a7.945 7.945 0 0 1 4.657 2.281A7.934 7.934 0 0 1 19.938 11H13z\"/></svg></li><li title=\"bx pie chart \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm0 18c-4.411 0-8-3.589-8-8s3.589-8 8-8 8 3.589 8 8-3.589 8-8 8z\"/><path d=\"M12 5.166V12h6.834A6.817 6.817 0 0 0 12 5.166z\"/></svg></li><li title=\"bx pin \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m12 22 1-2v-3h5a1 1 0 0 0 1-1v-1.586c0-.526-.214-1.042-.586-1.414L17 11.586V8a1 1 0 0 0 1-1V4c0-1.103-.897-2-2-2H8c-1.103 0-2 .897-2 2v3a1 1 0 0 0 1 1v3.586L5.586 13A2.01 2.01 0 0 0 5 14.414V16a1 1 0 0 0 1 1h5v3l1 2zM8 4h8v2H8V4zM7 14.414l1.707-1.707A.996.996 0 0 0 9 12V8h6v4c0 .266.105.52.293.707L17 14.414V15H7v-.586z\"/></svg></li><li title=\"bx planet \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"  ><path d=\"M2.76 20.2a2.73 2.73 0 0 0 2.15.85 8.86 8.86 0 0 0 3.37-.86 9 9 0 0 0 12.27-10.9c1.31-2.23 1.75-4.26.67-5.48a2.94 2.94 0 0 0-2.57-1A5 5 0 0 0 16.1 4 9 9 0 0 0 3.58 15.14c-1.06 1.21-2.05 3.68-.82 5.06zm1.5-1.32c-.22-.25 0-1.07.37-1.76a9.26 9.26 0 0 0 1.57 1.74c-1.03.3-1.71.28-1.94.02zm14.51-5.17A7 7 0 0 1 15.58 18 7.12 7.12 0 0 1 12 19a6.44 6.44 0 0 1-1.24-.13 30.73 30.73 0 0 0 4.42-3.29 31.5 31.5 0 0 0 3.8-4 6.88 6.88 0 0 1-.21 2.13zm.09-8.89a.94.94 0 0 1 .87.32c.23.26.16.94-.26 1.93a9.2 9.2 0 0 0-1.61-1.86 2.48 2.48 0 0 1 1-.39zM5.22 10.31A6.94 6.94 0 0 1 8.41 6 7 7 0 0 1 12 5a6.9 6.9 0 0 1 6 3.41 5.19 5.19 0 0 1 .35.66 27.43 27.43 0 0 1-4.49 5A27.35 27.35 0 0 1 8.35 18a7 7 0 0 1-3.13-7.65z\"/></svg></li><li title=\"bx play circle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm0 18c-4.411 0-8-3.589-8-8s3.589-8 8-8 8 3.589 8 8-3.589 8-8 8z\"/><path d=\"m9 17 8-5-8-5z\"/></svg></li><li title=\"bx play \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M7 6v12l10-6z\"/></svg></li><li title=\"bx plug \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M3 8h2v5c0 2.206 1.794 4 4 4h2v5h2v-5h2c2.206 0 4-1.794 4-4V8h2V6H3v2zm4 0h10v5c0 1.103-.897 2-2 2H9c-1.103 0-2-.897-2-2V8zm0-6h2v3H7zm8 0h2v3h-2z\"/></svg></li><li title=\"bx plus circle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M13 7h-2v4H7v2h4v4h2v-4h4v-2h-4z\"/><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm0 18c-4.411 0-8-3.589-8-8s3.589-8 8-8 8 3.589 8 8-3.589 8-8 8z\"/></svg></li><li title=\"bx plus medical \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M15 2.013H9V9H2v6h7v6.987h6V15h7V9h-7z\"/></svg></li><li title=\"bx plus \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 11h-6V5h-2v6H5v2h6v6h2v-6h6z\"/></svg></li><li title=\"bx podcast \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><circle cx=\"12.01\" cy=\"12\" r=\"2\"/><path d=\"M11.01 22h2l.5-7h-3l.5 7z\"/><path d=\"M12 2a10 10 0 0 0-2.45 19.68l-.15-2.12a8 8 0 1 1 5.21 0l-.15 2.12A10 10 0 0 0 12 2z\"/><path d=\"M15.32 9.61a3.44 3.44 0 0 1 .37.68 3.83 3.83 0 0 1 .23.75 3.57 3.57 0 0 1 .09.8 3.66 3.66 0 0 1-.09.81 3.83 3.83 0 0 1-.23.75 3.44 3.44 0 0 1-.37.68 4.7 4.7 0 0 1-.35.43l-.19 2.62a5.33 5.33 0 0 0 .58-.31A5.86 5.86 0 0 0 17 15.2a5.57 5.57 0 0 0 .55-1 5.89 5.89 0 0 0 .35-1.13 6.06 6.06 0 0 0 .1-1.23 6.22 6.22 0 0 0-.13-1.21A6.09 6.09 0 0 0 17 8.49a6.29 6.29 0 0 0-.73-.89 5.67 5.67 0 0 0-.89-.73 6.3 6.3 0 0 0-1-.56A6.17 6.17 0 0 0 13.21 6a6.11 6.11 0 0 0-2.41 0 5.51 5.51 0 0 0-1.13.36 5.57 5.57 0 0 0-1 .55 5.67 5.67 0 0 0-.89.73 6.29 6.29 0 0 0-.78.85 6.09 6.09 0 0 0-.9 2.14 6.21 6.21 0 0 0-.1 1.21 6.06 6.06 0 0 0 .12 1.21 5.89 5.89 0 0 0 .35 1.13 5.57 5.57 0 0 0 .55 1 6.24 6.24 0 0 0 1.62 1.62 5.33 5.33 0 0 0 .58.31L9 14.51a4.7 4.7 0 0 1-.35-.43 3.44 3.44 0 0 1-.37-.68 3.83 3.83 0 0 1-.23-.75 3.65 3.65 0 0 1-.05-.81 3.56 3.56 0 0 1 .08-.8 3.83 3.83 0 0 1 .23-.75 3.44 3.44 0 0 1 .37-.68 4 4 0 0 1 .5-.61 3.87 3.87 0 0 1 .59-.48 3.44 3.44 0 0 1 .68-.37 3.86 3.86 0 0 1 .75-.24 4.36 4.36 0 0 1 1.61 0 3.86 3.86 0 0 1 .75.24 3.58 3.58 0 0 1 1.27.85 3.49 3.49 0 0 1 .49.61z\"/></svg></li><li title=\"bx pointer \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20.978 13.21a1 1 0 0 0-.396-1.024l-14-10a.999.999 0 0 0-1.575.931l2 17a1 1 0 0 0 1.767.516l3.612-4.416 3.377 5.46 1.701-1.052-3.357-5.428 6.089-1.218a.995.995 0 0 0 .782-.769zm-8.674.31a1 1 0 0 0-.578.347l-3.008 3.677L7.257 5.127l10.283 7.345-5.236 1.048z\"/></svg></li><li title=\"bx poll \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M7 11h7v2H7zm0-4h10.97v2H7zm0 8h13v2H7zM4 4h2v16H4z\"/></svg></li><li title=\"bx polygon \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M16.707 2.293A.996.996 0 0 0 16 2H8a.996.996 0 0 0-.707.293l-5 5A.996.996 0 0 0 2 8v8c0 .266.105.52.293.707l5 5A.996.996 0 0 0 8 22h8c.266 0 .52-.105.707-.293l5-5A.996.996 0 0 0 22 16V8a.996.996 0 0 0-.293-.707l-5-5zM20 15.586 15.586 20H8.414L4 15.586V8.414L8.414 4h7.172L20 8.414v7.172z\"/></svg></li><li title=\"bx popsicle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M15,2A7,7,0,0,0,10.06,4L2.28,11.82a1,1,0,0,0,0,1.41l3.54,3.54L2.28,20.3,3.7,21.72l3.53-3.54,3.54,3.54a1,1,0,0,0,1.41,0L20,13.94A7,7,0,0,0,15,2Zm3.54,10.54L11.47,19.6,8.65,16.77h0L7.23,15.35h0L4.4,12.52l7.07-7.07a5,5,0,0,1,7.08,7.08Z\"/></svg></li><li title=\"bx pound \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m5.553 19.105.764 1.843C7.498 20.555 9.422 20 10 20c.838 0 1.462.208 2.184.448.775.259 1.654.552 2.816.552 1.177 0 3.078-.921 3.447-1.105l-.895-1.789c-.721.36-2.031.894-2.552.894-.838 0-1.462-.208-2.184-.448C12.041 18.293 11.162 18 10 18c-.229 0-.526.037-.857.099C9.702 16.95 10 15.561 10 14h3v-2H9.626c-.042-.107-.084-.216-.125-.317C9.243 11.052 9 10.455 9 9c0-1.369.521-3 3-3 2.224 0 3.021 2.227 3.052 2.316l1.896-.633C16.898 7.533 15.679 4 12 4 8.313 4 7 6.583 7 9c0 1.491.234 2.35.478 3H5v2h3c0 2.467-.892 4.328-2.447 5.105z\"/></svg></li><li title=\"bx power off \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 21c4.411 0 8-3.589 8-8 0-3.35-2.072-6.221-5-7.411v2.223A6 6 0 0 1 18 13c0 3.309-2.691 6-6 6s-6-2.691-6-6a5.999 5.999 0 0 1 3-5.188V5.589C6.072 6.779 4 9.65 4 13c0 4.411 3.589 8 8 8z\"/><path d=\"M11 2h2v10h-2z\"/></svg></li><li title=\"bx printer \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 7h-1V2H6v5H5c-1.654 0-3 1.346-3 3v7c0 1.103.897 2 2 2h2v3h12v-3h2c1.103 0 2-.897 2-2v-7c0-1.654-1.346-3-3-3zM8 4h8v3H8V4zm8 16H8v-4h8v4zm4-3h-2v-3H6v3H4v-7c0-.551.449-1 1-1h14c.552 0 1 .449 1 1v7z\"/><path d=\"M14 10h4v2h-4z\"/></svg></li><li title=\"bx pulse \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M16.97 4.757a.999.999 0 0 0-1.918-.073l-3.186 9.554-2.952-6.644a1.002 1.002 0 0 0-1.843.034L5.323 12H2v2h3.323c.823 0 1.552-.494 1.856-1.257l.869-2.172 3.037 6.835c.162.363.521.594.915.594l.048-.001a.998.998 0 0 0 .9-.683l2.914-8.742.979 3.911A1.995 1.995 0 0 0 18.781 14H22v-2h-3.22l-1.81-7.243z\"/></svg></li><li title=\"bx purchase tag alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M11.707 2.293A.997.997 0 0 0 11 2H6a.997.997 0 0 0-.707.293l-3 3A.996.996 0 0 0 2 6v5c0 .266.105.52.293.707l10 10a.997.997 0 0 0 1.414 0l8-8a.999.999 0 0 0 0-1.414l-10-10zM13 19.586l-9-9V6.414L6.414 4h4.172l9 9L13 19.586z\"/><circle cx=\"8.353\" cy=\"8.353\" r=\"1.647\"/></svg></li><li title=\"bx purchase tag \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M13.707 3.293A.996.996 0 0 0 13 3H4a1 1 0 0 0-1 1v9c0 .266.105.52.293.707l8 8a.997.997 0 0 0 1.414 0l9-9a.999.999 0 0 0 0-1.414l-8-8zM12 19.586l-7-7V5h7.586l7 7L12 19.586z\"/><circle cx=\"8.496\" cy=\"8.495\" r=\"1.505\"/></svg></li><li title=\"bx pyramid \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M11.445 21.832a1 1 0 0 0 1.11 0l9-6A.998.998 0 0 0 21.8 14.4l-9-12c-.377-.504-1.223-.504-1.6 0l-9 12a1 1 0 0 0 .245 1.432l9 6zM13 19.131V6l6.565 8.754L13 19.131zM11 6v13.131l-6.565-4.377L11 6z\"/></svg></li><li title=\"bx qr scan \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M4 4h4.01V2H2v6h2V4zm0 12H2v6h6.01v-2H4v-4zm16 4h-4v2h6v-6h-2v4zM16 4h4v4h2V2h-6v2z\"/><path d=\"M5 11h6V5H5zm2-4h2v2H7zM5 19h6v-6H5zm2-4h2v2H7zM19 5h-6v6h6zm-2 4h-2V7h2zm-3.99 4h2v2h-2zm2 2h2v2h-2zm2 2h2v2h-2zm0-4h2v2h-2z\"/></svg></li><li title=\"bx qr \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M3 11h8V3H3zm2-6h4v4H5zM3 21h8v-8H3zm2-6h4v4H5zm8-12v8h8V3zm6 6h-4V5h4zm-5.99 4h2v2h-2zm2 2h2v2h-2zm-2 2h2v2h-2zm4 0h2v2h-2zm2 2h2v2h-2zm-4 0h2v2h-2zm2-6h2v2h-2zm2 2h2v2h-2z\"/></svg></li><li title=\"bx question mark \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 4C9.243 4 7 6.243 7 9h2c0-1.654 1.346-3 3-3s3 1.346 3 3c0 1.069-.454 1.465-1.481 2.255-.382.294-.813.626-1.226 1.038C10.981 13.604 10.995 14.897 11 15v2h2v-2.009c0-.024.023-.601.707-1.284.32-.32.682-.598 1.031-.867C15.798 12.024 17 11.1 17 9c0-2.757-2.243-5-5-5zm-1 14h2v2h-2z\"/></svg></li><li title=\"bx radar \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.579 2 2 6.58 2 12s4.579 10 10 10 10-4.58 10-10S17.421 2 12 2zm0 18c-4.337 0-8-3.664-8-8 0-3.998 3.115-7.417 7-7.927V6.09C8.167 6.569 6 9.033 6 12c0 3.309 2.691 6 6 6 1.595 0 3.1-.626 4.237-1.763l-1.414-1.415A3.97 3.97 0 0 1 12 16c-2.206 0-4-1.794-4-4 0-1.858 1.279-3.411 3-3.858v2.146c-.59.353-1 .993-1 1.712 0 1.081.919 2 2 2s2-.919 2-2c0-.719-.41-1.359-1-1.712V4.073c3.885.51 7 3.929 7 7.927 0 4.336-3.663 8-8 8z\"/></svg></li><li title=\"bx radio circle marked \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 5c-3.859 0-7 3.141-7 7s3.141 7 7 7 7-3.141 7-7-3.141-7-7-7zm0 12c-2.757 0-5-2.243-5-5s2.243-5 5-5 5 2.243 5 5-2.243 5-5 5z\"/><path d=\"M12 9c-1.627 0-3 1.373-3 3s1.373 3 3 3 3-1.373 3-3-1.373-3-3-3z\"/></svg></li><li title=\"bx radio circle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M5 12c0 3.859 3.14 7 7 7 3.859 0 7-3.141 7-7s-3.141-7-7-7c-3.86 0-7 3.141-7 7zm12 0c0 2.757-2.243 5-5 5s-5-2.243-5-5 2.243-5 5-5 5 2.243 5 5z\"/></svg></li><li title=\"bx radio \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m20.25 5.025-7.898-2.962-.703 1.873L14.484 5H4c-1.103 0-2 .897-2 2v12c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V7c0-1.018-.767-1.85-1.75-1.975zM4 19v-7h16v-2H4V7h16l.001 12H4z\"/><circle cx=\"16.5\" cy=\"15.5\" r=\"2.5\"/><path d=\"M6 15h4.999v2H6z\"/></svg></li><li title=\"bx receipt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21 11h-3V4a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v14c0 1.654 1.346 3 3 3h14c1.654 0 3-1.346 3-3v-6a1 1 0 0 0-1-1zM5 19a1 1 0 0 1-1-1V5h12v13c0 .351.061.688.171 1H5zm15-1a1 1 0 0 1-2 0v-5h2v5z\"/><path d=\"M6 7h8v2H6zm0 4h8v2H6zm5 4h3v2h-3z\"/></svg></li><li title=\"bx rectangle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 3H4c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2zM4 19V5h16l.001 14H4z\"/></svg></li><li title=\"bx recycle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m21.224 15.543-.813-1.464-1.748.972.812 1.461c.048.085.082.173.104.264a1.024 1.024 0 0 1-.014.5.988.988 0 0 1-.104.235 1 1 0 0 1-.347.352.978.978 0 0 1-.513.137H14v-2l-4 3 4 3v-2h4.601c.278 0 .552-.037.811-.109a2.948 2.948 0 0 0 1.319-.776c.178-.179.332-.38.456-.593a2.992 2.992 0 0 0 .336-2.215 3.163 3.163 0 0 0-.299-.764zM5.862 11.039l-2.31 4.62a3.06 3.06 0 0 0-.261.755 2.997 2.997 0 0 0 .851 2.735c.178.174.376.326.595.453A3.022 3.022 0 0 0 6.236 20H8v-2H6.236a1.016 1.016 0 0 1-.5-.13.974.974 0 0 1-.353-.349 1 1 0 0 1-.149-.468.933.933 0 0 1 .018-.245c.018-.087.048-.173.089-.256l2.256-4.512 1.599.923L8.598 8 4 9.964l1.862 1.075zm12.736 1.925L19.196 8l-1.638.945-2.843-5.117a2.95 2.95 0 0 0-1.913-1.459 3.227 3.227 0 0 0-.772-.083 3.003 3.003 0 0 0-1.498.433A2.967 2.967 0 0 0 9.41 3.944l-.732 1.464 1.789.895.732-1.465c.045-.09.101-.171.166-.242a.933.933 0 0 1 .443-.27 1.053 1.053 0 0 1 .53-.011.963.963 0 0 1 .63.485l2.858 5.146L14 11l4.598 1.964z\"/></svg></li><li title=\"bx redo \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M9 18h3v-2H9c-1.654 0-3-1.346-3-3s1.346-3 3-3h6v3l5-4-5-4v3H9c-2.757 0-5 2.243-5 5s2.243 5 5 5z\"/></svg></li><li title=\"bx refresh \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M10 11H7.101l.001-.009a4.956 4.956 0 0 1 .752-1.787 5.054 5.054 0 0 1 2.2-1.811c.302-.128.617-.226.938-.291a5.078 5.078 0 0 1 2.018 0 4.978 4.978 0 0 1 2.525 1.361l1.416-1.412a7.036 7.036 0 0 0-2.224-1.501 6.921 6.921 0 0 0-1.315-.408 7.079 7.079 0 0 0-2.819 0 6.94 6.94 0 0 0-1.316.409 7.04 7.04 0 0 0-3.08 2.534 6.978 6.978 0 0 0-1.054 2.505c-.028.135-.043.273-.063.41H2l4 4 4-4zm4 2h2.899l-.001.008a4.976 4.976 0 0 1-2.103 3.138 4.943 4.943 0 0 1-1.787.752 5.073 5.073 0 0 1-2.017 0 4.956 4.956 0 0 1-1.787-.752 5.072 5.072 0 0 1-.74-.61L7.05 16.95a7.032 7.032 0 0 0 2.225 1.5c.424.18.867.317 1.315.408a7.07 7.07 0 0 0 2.818 0 7.031 7.031 0 0 0 4.395-2.945 6.974 6.974 0 0 0 1.053-2.503c.027-.135.043-.273.063-.41H22l-4-4-4 4z\"/></svg></li><li title=\"bx registered \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12.14 2a10 10 0 1 0 10 10 10 10 0 0 0-10-10zm0 18a8 8 0 1 1 8-8 8 8 0 0 1-8 8z\"/><path d=\"M16.14 10a3 3 0 0 0-3-3h-5v10h2v-4h1.46l2.67 4h2.4l-2.75-4.12A3 3 0 0 0 16.14 10zm-3 1h-3V9h3a1 1 0 0 1 0 2z\"/></svg></li><li title=\"bx rename \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20.005 5.995h-1v2h1v8h-1v2h1c1.103 0 2-.897 2-2v-8c0-1.102-.898-2-2-2zm-14 4H15v4H6.005z\"/><path d=\"M17.005 17.995V4H20V2h-8v2h3.005v1.995h-11c-1.103 0-2 .897-2 2v8c0 1.103.897 2 2 2h11V20H12v2h8v-2h-2.995v-2.005zm-13-2v-8h11v8h-11z\"/></svg></li><li title=\"bx repeat \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21 6h-5v2h4v9H4V8h5v3l5-4-5-4v3H3a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1z\"/></svg></li><li title=\"bx reply all \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 18v-8a1 1 0 0 0-1-1h-6V6l-5 4 5 4v-3h5v7h2z\"/><path d=\"M9 12.4 6 10l3-2.4V6l-5 4 5 4z\"/></svg></li><li title=\"bx reply \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M10 11h6v7h2v-8a1 1 0 0 0-1-1h-7V6l-5 4 5 4v-3z\"/></svg></li><li title=\"bx repost \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 7a1 1 0 0 0-1-1h-8v2h7v5h-3l3.969 5L22 13h-3V7zM5 17a1 1 0 0 0 1 1h8v-2H7v-5h3L6 6l-4 5h3v6z\"/></svg></li><li title=\"bx reset \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 16c1.671 0 3-1.331 3-3s-1.329-3-3-3-3 1.331-3 3 1.329 3 3 3z\"/><path d=\"M20.817 11.186a8.94 8.94 0 0 0-1.355-3.219 9.053 9.053 0 0 0-2.43-2.43 8.95 8.95 0 0 0-3.219-1.355 9.028 9.028 0 0 0-1.838-.18V2L8 5l3.975 3V6.002c.484-.002.968.044 1.435.14a6.961 6.961 0 0 1 2.502 1.053 7.005 7.005 0 0 1 1.892 1.892A6.967 6.967 0 0 1 19 13a7.032 7.032 0 0 1-.55 2.725 7.11 7.11 0 0 1-.644 1.188 7.2 7.2 0 0 1-.858 1.039 7.028 7.028 0 0 1-3.536 1.907 7.13 7.13 0 0 1-2.822 0 6.961 6.961 0 0 1-2.503-1.054 7.002 7.002 0 0 1-1.89-1.89A6.996 6.996 0 0 1 5 13H3a9.02 9.02 0 0 0 1.539 5.034 9.096 9.096 0 0 0 2.428 2.428A8.95 8.95 0 0 0 12 22a9.09 9.09 0 0 0 1.814-.183 9.014 9.014 0 0 0 3.218-1.355 8.886 8.886 0 0 0 1.331-1.099 9.228 9.228 0 0 0 1.1-1.332A8.952 8.952 0 0 0 21 13a9.09 9.09 0 0 0-.183-1.814z\"/></svg></li><li title=\"bx restaurant \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 10h-2V3H8v7H6V3H4v8c0 1.654 1.346 3 3 3h1v7h2v-7h1c1.654 0 3-1.346 3-3V3h-2v7zm7-7h-1c-1.159 0-2 1.262-2 3v8h2v7h2V4a1 1 0 0 0-1-1z\"/></svg></li><li title=\"bx revision \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19.89 10.105a8.696 8.696 0 0 0-.789-1.456l-1.658 1.119a6.606 6.606 0 0 1 .987 2.345 6.659 6.659 0 0 1 0 2.648 6.495 6.495 0 0 1-.384 1.231 6.404 6.404 0 0 1-.603 1.112 6.654 6.654 0 0 1-1.776 1.775 6.606 6.606 0 0 1-2.343.987 6.734 6.734 0 0 1-2.646 0 6.55 6.55 0 0 1-3.317-1.788 6.605 6.605 0 0 1-1.408-2.088 6.613 6.613 0 0 1-.382-1.23 6.627 6.627 0 0 1 .382-3.877A6.551 6.551 0 0 1 7.36 8.797 6.628 6.628 0 0 1 9.446 7.39c.395-.167.81-.296 1.23-.382.107-.022.216-.032.324-.049V10l5-4-5-4v2.938a8.805 8.805 0 0 0-.725.111 8.512 8.512 0 0 0-3.063 1.29A8.566 8.566 0 0 0 4.11 16.77a8.535 8.535 0 0 0 1.835 2.724 8.614 8.614 0 0 0 2.721 1.833 8.55 8.55 0 0 0 5.061.499 8.576 8.576 0 0 0 6.162-5.056c.22-.52.389-1.061.5-1.608a8.643 8.643 0 0 0 0-3.45 8.684 8.684 0 0 0-.499-1.607z\"/></svg></li><li title=\"bx rewind circle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm0 18c-4.411 0-8-3.589-8-8s3.589-8 8-8 8 3.589 8 8-3.589 8-8 8z\"/><path d=\"M11 16V8l-5 4zm6 0V8l-5 4z\"/></svg></li><li title=\"bx rewind \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 12V7l-7 5 7 5zm7-5-7 5 7 5z\"/></svg></li><li title=\"bx right arrow alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m11.293 17.293 1.414 1.414L19.414 12l-6.707-6.707-1.414 1.414L15.586 11H6v2h9.586z\"/></svg></li><li title=\"bx right arrow circle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M11.999 1.993c-5.514.001-10 4.487-10 10.001s4.486 10 10.001 10c5.513 0 9.999-4.486 10-10 0-5.514-4.486-10-10.001-10.001zM12 19.994c-4.412 0-8.001-3.589-8.001-8s3.589-8 8-8.001C16.411 3.994 20 7.583 20 11.994c-.001 4.411-3.59 8-8 8z\"/><path d=\"M12 10.994H8v2h4V16l4.005-4.005L12 7.991z\"/></svg></li><li title=\"bx right arrow \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M5.536 21.886a1.004 1.004 0 0 0 1.033-.064l13-9a1 1 0 0 0 0-1.644l-13-9A.998.998 0 0 0 5 3v18a1 1 0 0 0 .536.886zM7 4.909 17.243 12 7 19.091V4.909z\"/></svg></li><li title=\"bx right down arrow circle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2.007a9.928 9.928 0 0 0-7.071 2.922c-3.899 3.899-3.899 10.243 0 14.143A9.93 9.93 0 0 0 12 21.995a9.93 9.93 0 0 0 7.071-2.923c3.899-3.899 3.899-10.243 0-14.143A9.928 9.928 0 0 0 12 2.007zm5.657 15.65A7.946 7.946 0 0 1 12 19.994c-2.141 0-4.15-.83-5.657-2.337-3.119-3.119-3.119-8.195 0-11.314A7.944 7.944 0 0 1 12 4.007c2.141 0 4.15.829 5.657 2.336 3.119 3.119 3.119 8.195 0 11.314z\"/><path d=\"M9.661 8.247 8.247 9.661l3.214 3.214L9.336 15H15V9.337l-2.125 2.124z\"/></svg></li><li title=\"bx right indent \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M10 15h10v2H10zm-6 4h16v2H4zm6-8h10v2H10zm0-4h10v2H10zM4 3h16v2H4zm0 5v8l4-4z\"/></svg></li><li title=\"bx right top arrow circle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12.006 2.007a9.927 9.927 0 0 0-7.071 2.922c-3.898 3.899-3.898 10.243 0 14.142 1.885 1.885 4.396 2.923 7.071 2.923s5.187-1.038 7.071-2.923c3.898-3.898 3.898-10.242 0-14.142a9.928 9.928 0 0 0-7.071-2.922zm5.657 15.649c-1.507 1.507-3.517 2.337-5.657 2.337s-4.15-.83-5.657-2.337c-3.118-3.119-3.118-8.194 0-11.313 1.507-1.507 3.516-2.336 5.657-2.336s4.15.829 5.657 2.336c3.118 3.119 3.118 8.194 0 11.313z\"/><path d=\"m11.467 11.125-3.214 3.214 1.414 1.414 3.214-3.214 2.125 2.124V9H9.343z\"/></svg></li><li title=\"bx rocket \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"  ><path d=\"M20.92 2.38A15.72 15.72 0 0 0 17.5 2a8.26 8.26 0 0 0-6 2.06Q9.89 5.67 8.31 7.27c-1.21-.13-4.08-.2-6 1.74a1 1 0 0 0 0 1.41l11.3 11.32a1 1 0 0 0 1.41 0c1.95-2 1.89-4.82 1.77-6l3.21-3.2c3.19-3.19 1.74-9.18 1.68-9.43a1 1 0 0 0-.76-.73zm-2.36 8.75L15 14.67a1 1 0 0 0-.27.9 6.81 6.81 0 0 1-.54 3.94L4.52 9.82a6.67 6.67 0 0 1 4-.5A1 1 0 0 0 9.39 9s1.4-1.45 3.51-3.56A6.61 6.61 0 0 1 17.5 4a14.51 14.51 0 0 1 2.33.2c.24 1.43.62 5.04-1.27 6.93z\"/><circle cx=\"15.73\" cy=\"8.3\" r=\"2\"/><path d=\"M5 16c-2 1-2 5-2 5a7.81 7.81 0 0 0 5-2z\"/></svg></li><li title=\"bx rotate left \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M6.758 8.758 5.344 7.344a8.048 8.048 0 0 0-1.841 2.859l1.873.701a6.048 6.048 0 0 1 1.382-2.146zM19 12.999a7.935 7.935 0 0 0-2.344-5.655A7.917 7.917 0 0 0 12 5.069V2L7 6l5 4V7.089a5.944 5.944 0 0 1 3.242 1.669A5.956 5.956 0 0 1 17 13v.002c0 .33-.033.655-.086.977-.007.043-.011.088-.019.131a6.053 6.053 0 0 1-1.138 2.536c-.16.209-.331.412-.516.597a5.954 5.954 0 0 1-.728.613 5.906 5.906 0 0 1-2.277 1.015c-.142.03-.285.05-.43.069-.062.009-.122.021-.184.027a6.104 6.104 0 0 1-1.898-.103L9.3 20.819a8.087 8.087 0 0 0 2.534.136c.069-.007.138-.021.207-.03.205-.026.409-.056.61-.098l.053-.009-.001-.005a7.877 7.877 0 0 0 2.136-.795l.001.001.028-.019a7.906 7.906 0 0 0 1.01-.67c.27-.209.532-.43.777-.675.248-.247.47-.513.681-.785.021-.028.049-.053.07-.081l-.006-.004a7.899 7.899 0 0 0 1.093-1.997l.008.003c.029-.078.05-.158.076-.237.037-.11.075-.221.107-.333.04-.14.073-.281.105-.423.022-.099.048-.195.066-.295.032-.171.056-.344.076-.516.01-.076.023-.15.03-.227.023-.249.037-.5.037-.753.002-.002.002-.004.002-.008zM6.197 16.597l-1.6 1.201a8.045 8.045 0 0 0 2.569 2.225l.961-1.754a6.018 6.018 0 0 1-1.93-1.672zM5 13c0-.145.005-.287.015-.429l-1.994-.143a7.977 7.977 0 0 0 .483 3.372l1.873-.701A5.975 5.975 0 0 1 5 13z\"/></svg></li><li title=\"bx rotate right \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M16.242 17.242a6.04 6.04 0 0 1-1.37 1.027l.961 1.754a8.068 8.068 0 0 0 2.569-2.225l-1.6-1.201a5.938 5.938 0 0 1-.56.645zm1.743-4.671a5.975 5.975 0 0 1-.362 2.528l1.873.701a7.977 7.977 0 0 0 .483-3.371l-1.994.142zm1.512-2.368a8.048 8.048 0 0 0-1.841-2.859l-1.414 1.414a6.071 6.071 0 0 1 1.382 2.146l1.873-.701zm-8.128 8.763c-.047-.005-.094-.015-.141-.021a6.701 6.701 0 0 1-.468-.075 5.923 5.923 0 0 1-2.421-1.122 5.954 5.954 0 0 1-.583-.506 6.138 6.138 0 0 1-.516-.597 5.91 5.91 0 0 1-.891-1.634 6.086 6.086 0 0 1-.247-.902c-.008-.043-.012-.088-.019-.131A6.332 6.332 0 0 1 6 13.002V13c0-1.603.624-3.109 1.758-4.242A5.944 5.944 0 0 1 11 7.089V10l5-4-5-4v3.069a7.917 7.917 0 0 0-4.656 2.275A7.936 7.936 0 0 0 4 12.999v.009c0 .253.014.504.037.753.007.076.021.15.03.227.021.172.044.345.076.516.019.1.044.196.066.295.032.142.065.283.105.423.032.112.07.223.107.333.026.079.047.159.076.237l.008-.003A7.948 7.948 0 0 0 5.6 17.785l-.007.005c.021.028.049.053.07.081.211.272.433.538.681.785a8.236 8.236 0 0 0 .966.816c.265.192.537.372.821.529l.028.019.001-.001a7.877 7.877 0 0 0 2.136.795l-.001.005.053.009c.201.042.405.071.61.098.069.009.138.023.207.03a8.038 8.038 0 0 0 2.532-.137l-.424-1.955a6.11 6.11 0 0 1-1.904.102z\"/></svg></li><li title=\"bx rss \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 20.001C19 11.729 12.271 5 4 5v2c7.168 0 13 5.832 13 13.001h2z\"/><path d=\"M12 20.001h2C14 14.486 9.514 10 4 10v2c4.411 0 8 3.589 8 8.001z\"/><circle cx=\"6\" cy=\"18\" r=\"2\"/></svg></li><li title=\"bx ruble \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M8 21h2v-3h6v-2h-6v-2h4.5c2.757 0 5-2.243 5-5s-2.243-5-5-5H9a1 1 0 0 0-1 1v7H5v2h3v2H5v2h3v3zm2-15h4.5c1.654 0 3 1.346 3 3s-1.346 3-3 3H10V6z\"/></svg></li><li title=\"bx ruler \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20.875 7H3.125C1.953 7 1 7.897 1 9v6c0 1.103.953 2 2.125 2h17.75C22.047 17 23 16.103 23 15V9c0-1.103-.953-2-2.125-2zm0 8H3.125c-.057 0-.096-.016-.113-.016-.007 0-.011.002-.012.008l-.012-5.946c.007-.01.052-.046.137-.046H5v3h2V9h2v4h2V9h2v3h2V9h2v4h2V9h1.875c.079.001.122.028.125.008l.012 5.946c-.007.01-.052.046-.137.046z\"/></svg></li><li title=\"bx run \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><circle cx=\"17\" cy=\"4\" r=\"2\"/><path d=\"M15.777 10.969a2.007 2.007 0 0 0 2.148.83l3.316-.829-.483-1.94-3.316.829-1.379-2.067a2.01 2.01 0 0 0-1.272-.854l-3.846-.77a1.998 1.998 0 0 0-2.181 1.067l-1.658 3.316 1.789.895 1.658-3.317 1.967.394L7.434 17H3v2h4.434c.698 0 1.355-.372 1.715-.971l1.918-3.196 5.169 1.034 1.816 5.449 1.896-.633-1.815-5.448a2.007 2.007 0 0 0-1.506-1.33l-3.039-.607 1.772-2.954.417.625z\"/></svg></li><li title=\"bx rupee \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M17 6V4H6v2h3.5c1.302 0 2.401.838 2.815 2H6v2h6.315A2.994 2.994 0 0 1 9.5 12H6v2.414L11.586 20h2.828l-6-6H9.5a5.007 5.007 0 0 0 4.898-4H17V8h-2.602a4.933 4.933 0 0 0-.924-2H17z\"/></svg></li><li title=\"bx sad \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm0 18c-4.411 0-8-3.589-8-8s3.589-8 8-8 8 3.589 8 8-3.589 8-8 8z\"/><circle cx=\"8.5\" cy=\"10.5\" r=\"1.5\"/><circle cx=\"15.493\" cy=\"10.493\" r=\"1.493\"/><path d=\"M12 14c-3 0-4 3-4 3h8s-1-3-4-3z\"/></svg></li><li title=\"bx save \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"  ><path d=\"M5 21h14a2 2 0 0 0 2-2V8a1 1 0 0 0-.29-.71l-4-4A1 1 0 0 0 16 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2zm10-2H9v-5h6zM13 7h-2V5h2zM5 5h2v4h8V5h.59L19 8.41V19h-2v-5a2 2 0 0 0-2-2H9a2 2 0 0 0-2 2v5H5z\"/></svg></li><li title=\"bx scan \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M3 4v5h2V5h4V3H4a1 1 0 0 0-1 1zm18 5V4a1 1 0 0 0-1-1h-5v2h4v4h2zm-2 10h-4v2h5a1 1 0 0 0 1-1v-5h-2v4zM9 21v-2H5v-4H3v5a1 1 0 0 0 1 1h5zM2 11h20v2H2z\"/></svg></li><li title=\"bx scatter chart \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M4,21H21V19H5V3H3V20A1,1,0,0,0,4,21Z\"/><circle cx=\"10\" cy=\"8\" r=\"2\"/><circle cx=\"18\" cy=\"12\" r=\"2\"/><circle cx=\"11.5\" cy=\"13.5\" r=\"1.5\"/><circle cx=\"16.5\" cy=\"6.5\" r=\"1.5\"/></svg></li><li title=\"bx screenshot \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 14h-2v3h-3v2h3v3h2v-3h3v-2h-3zM4 19h3v-2H5v-2H3v3a1 1 0 0 0 1 1zM19 4a1 1 0 0 0-1-1h-3v2h2v2h2V4zM5 5h2V3H4a1 1 0 0 0-1 1v3h2V5zM3 9h2v4H3zm14 0h2v3h-2zM9 3h4v2H9zm0 14h3v2H9z\"/></svg></li><li title=\"bx search alt 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19.023 16.977a35.13 35.13 0 0 1-1.367-1.384c-.372-.378-.596-.653-.596-.653l-2.8-1.337A6.962 6.962 0 0 0 16 9c0-3.859-3.14-7-7-7S2 5.141 2 9s3.14 7 7 7c1.763 0 3.37-.66 4.603-1.739l1.337 2.8s.275.224.653.596c.387.363.896.854 1.384 1.367l1.358 1.392.604.646 2.121-2.121-.646-.604c-.379-.372-.885-.866-1.391-1.36zM9 14c-2.757 0-5-2.243-5-5s2.243-5 5-5 5 2.243 5 5-2.243 5-5 5z\"/></svg></li><li title=\"bx search alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M10 18a7.952 7.952 0 0 0 4.897-1.688l4.396 4.396 1.414-1.414-4.396-4.396A7.952 7.952 0 0 0 18 10c0-4.411-3.589-8-8-8s-8 3.589-8 8 3.589 8 8 8zm0-14c3.309 0 6 2.691 6 6s-2.691 6-6 6-6-2.691-6-6 2.691-6 6-6z\"/><path d=\"M11.412 8.586c.379.38.588.882.588 1.414h2a3.977 3.977 0 0 0-1.174-2.828c-1.514-1.512-4.139-1.512-5.652 0l1.412 1.416c.76-.758 2.07-.756 2.826-.002z\"/></svg></li><li title=\"bx search \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M10 18a7.952 7.952 0 0 0 4.897-1.688l4.396 4.396 1.414-1.414-4.396-4.396A7.952 7.952 0 0 0 18 10c0-4.411-3.589-8-8-8s-8 3.589-8 8 3.589 8 8 8zm0-14c3.309 0 6 2.691 6 6s-2.691 6-6 6-6-2.691-6-6 2.691-6 6-6z\"/></svg></li><li title=\"bx select multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 2H8c-1.103 0-2 .897-2 2v12c0 1.103.897 2 2 2h12c1.103 0 2-.897 2-2V4c0-1.103-.897-2-2-2zM8 16V4h12l.002 12H8z\"/><path d=\"M4 8H2v12c0 1.103.897 2 2 2h12v-2H4V8zm8.933 3.519-1.726-1.726-1.414 1.414 3.274 3.274 5.702-6.84-1.538-1.282z\"/></svg></li><li title=\"bx selection \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 9a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v1H9V4a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h1v6H4a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1v-1h6v1a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1h-1V9h1zm-3-4h2v2h-2V5zM5 5h2v2H5V5zm2 14H5v-2h2v2zm12 0h-2v-2h2v2zm-2-4h-1a1 1 0 0 0-1 1v1H9v-1a1 1 0 0 0-1-1H7V9h1a1 1 0 0 0 1-1V7h6v1a1 1 0 0 0 1 1h1v6z\"/></svg></li><li title=\"bx send \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m21.426 11.095-17-8A.999.999 0 0 0 3.03 4.242L4.969 12 3.03 19.758a.998.998 0 0 0 1.396 1.147l17-8a1 1 0 0 0 0-1.81zM5.481 18.197l.839-3.357L12 12 6.32 9.16l-.839-3.357L18.651 12l-13.17 6.197z\"/></svg></li><li title=\"bx server \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"  ><path d=\"M20 3H4a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2zM4 9V5h16v4zm16 4H4a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2zM4 19v-4h16v4z\"/><path d=\"M17 6h2v2h-2zm-3 0h2v2h-2zm3 10h2v2h-2zm-3 0h2v2h-2z\"/></svg></li><li title=\"bx shape circle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19.494 9.05a8.14 8.14 0 0 0-4.544-4.544C14.713 3.088 13.485 2 12 2S9.287 3.088 9.05 4.506A8.136 8.136 0 0 0 4.506 9.05C3.088 9.287 2 10.515 2 12s1.088 2.713 2.506 2.95a8.14 8.14 0 0 0 4.544 4.544C9.287 20.912 10.515 22 12 22s2.713-1.088 2.95-2.506a8.14 8.14 0 0 0 4.544-4.544C20.912 14.713 22 13.485 22 12s-1.088-2.713-2.506-2.95zM12 4a1 1 0 0 1 1 1c0 .06-.023.11-.034.167a1.015 1.015 0 0 1-.083.279c-.014.027-.034.049-.051.075a1.062 1.062 0 0 1-.16.209c-.04.037-.09.062-.136.092-.054.036-.104.078-.165.103-.115.047-.239.075-.371.075s-.256-.028-.371-.075c-.061-.024-.111-.066-.165-.103-.046-.03-.096-.055-.136-.092a1.062 1.062 0 0 1-.16-.209c-.017-.026-.037-.048-.051-.075a1.026 1.026 0 0 1-.083-.279C11.023 5.11 11 5.06 11 5a1 1 0 0 1 1-1zm-7 7c.06 0 .11.023.167.034.099.017.194.041.279.083.027.014.049.034.075.051.075.047.149.097.209.16.037.04.062.09.092.136.036.054.078.104.103.165.047.115.075.239.075.371s-.028.256-.075.371c-.024.061-.066.111-.103.165-.03.046-.055.096-.092.136-.06.063-.134.113-.209.16-.026.017-.048.037-.075.051a1.026 1.026 0 0 1-.279.083C5.11 12.977 5.06 13 5 13a1 1 0 0 1 0-2zm7 9a1 1 0 0 1-1-1c0-.06.023-.11.034-.167.017-.099.041-.194.083-.279.014-.027.034-.049.051-.075.047-.075.097-.149.16-.209.04-.037.09-.062.136-.092.054-.036.104-.078.165-.103.115-.047.239-.075.371-.075s.256.028.371.075c.061.024.111.066.165.103.046.03.096.055.136.092.063.06.113.134.16.209.017.026.037.048.051.075.042.085.066.181.083.279.011.057.034.107.034.167a1 1 0 0 1-1 1zm2.583-2.512c-.006-.011-.017-.019-.022-.029a3.007 3.007 0 0 0-.996-1.007c-.054-.033-.109-.06-.166-.09a2.902 2.902 0 0 0-.486-.205c-.064-.021-.128-.044-.194-.061-.233-.057-.471-.096-.719-.096s-.486.039-.718.097c-.066.017-.13.039-.195.061a2.928 2.928 0 0 0-.485.205c-.056.029-.112.057-.166.09a3.007 3.007 0 0 0-.996 1.007c-.006.011-.017.019-.022.029a6.15 6.15 0 0 1-2.905-2.905c.011-.006.019-.017.029-.022a3.007 3.007 0 0 0 1.007-.996c.033-.054.061-.11.09-.166.083-.154.15-.316.205-.485.021-.065.044-.129.061-.195.056-.234.095-.472.095-.72s-.039-.486-.097-.718a2.568 2.568 0 0 0-.061-.194 2.902 2.902 0 0 0-.205-.486c-.03-.057-.057-.112-.09-.166A3.007 3.007 0 0 0 6.54 9.44c-.01-.006-.018-.017-.028-.023a6.15 6.15 0 0 1 2.905-2.905c.006.01.017.018.022.029.248.411.588.755.996 1.007.054.033.11.061.166.09.155.083.316.15.486.205.064.021.128.044.194.061.233.057.47.096.719.096a2.94 2.94 0 0 0 .912-.158c.17-.055.331-.122.486-.205.056-.029.112-.057.166-.09.408-.252.748-.596.996-1.007.006-.011.017-.019.022-.029a6.15 6.15 0 0 1 2.905 2.905c-.011.006-.019.017-.029.022a3.007 3.007 0 0 0-1.007.996c-.033.054-.061.11-.09.166-.083.155-.15.316-.205.486-.021.064-.044.128-.061.194A3.07 3.07 0 0 0 16 12a2.94 2.94 0 0 0 .158.912c.055.17.122.331.205.486.029.056.057.112.09.166.252.408.596.748 1.007.996.011.006.019.017.029.022a6.145 6.145 0 0 1-2.906 2.906zM19 13c-.06 0-.11-.023-.167-.034a1.015 1.015 0 0 1-.279-.083c-.027-.014-.049-.034-.075-.051a1.062 1.062 0 0 1-.209-.16c-.037-.04-.062-.09-.092-.136-.036-.054-.078-.104-.103-.165-.047-.115-.075-.239-.075-.371s.028-.256.075-.371c.024-.061.066-.111.103-.165.03-.046.055-.096.092-.136.06-.063.134-.113.209-.16.026-.017.048-.037.075-.051.085-.042.181-.066.279-.083.057-.011.107-.034.167-.034a1 1 0 0 1 0 2z\"/></svg></li><li title=\"bx shape polygon \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 14.185v-2.369A2.997 2.997 0 0 0 22 9c0-1.654-1.346-3-3-3a2.99 2.99 0 0 0-2.116.876L12.969 5.31c.01-.103.031-.204.031-.31 0-1.654-1.346-3-3-3S7 3.346 7 5c0 .762.295 1.451.765 1.981L6.091 9.212A2.977 2.977 0 0 0 5 9c-1.654 0-3 1.346-3 3s1.346 3 3 3c.159 0 .313-.023.465-.047L7.4 17.532c-.248.436-.4.932-.4 1.468 0 1.654 1.346 3 3 3a2.994 2.994 0 0 0 2.863-2.153l3.962-.792A2.987 2.987 0 0 0 19 20c1.654 0 3-1.346 3-3a2.995 2.995 0 0 0-2-2.815zM19 8a1.001 1.001 0 1 1-1 1c0-.551.448-1 1-1zm-9-4a1.001 1.001 0 1 1-1 1c0-.551.448-1 1-1zm-6 8a1.001 1.001 0 1 1 1 1c-.552 0-1-.449-1-1zm6 8a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm2.761-2.172A3.005 3.005 0 0 0 10 16c-.386 0-.752.079-1.091.213l-1.674-2.231C7.705 13.451 8 12.762 8 12c0-.536-.152-1.032-.399-1.467l1.935-2.58c.152.024.305.047.464.047a2.99 2.99 0 0 0 2.116-.876l3.915 1.566c-.01.103-.031.204-.031.31 0 1.302.839 2.401 2 2.815v2.369a2.996 2.996 0 0 0-2 2.815c0 .061.015.117.018.177l-3.257.652zM19 18a1 1 0 1 1 0-2 1 1 0 0 1 0 2z\"/></svg></li><li title=\"bx shape square \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21 6c0-1.654-1.346-3-3-3a2.993 2.993 0 0 0-2.815 2h-6.37A2.993 2.993 0 0 0 6 3C4.346 3 3 4.346 3 6c0 1.302.839 2.401 2 2.815v6.369A2.997 2.997 0 0 0 3 18c0 1.654 1.346 3 3 3a2.993 2.993 0 0 0 2.815-2h6.369a2.994 2.994 0 0 0 2.815 2c1.654 0 3-1.346 3-3a2.997 2.997 0 0 0-2-2.816V8.816A2.996 2.996 0 0 0 21 6zm-3-1a1.001 1.001 0 1 1-1 1c0-.551.448-1 1-1zm-2.815 12h-6.37A2.99 2.99 0 0 0 7 15.184V8.816A2.99 2.99 0 0 0 8.815 7h6.369A2.99 2.99 0 0 0 17 8.815v6.369A2.99 2.99 0 0 0 15.185 17zM6 5a1.001 1.001 0 1 1-1 1c0-.551.448-1 1-1zm0 14a1.001 1.001 0 0 1 0-2 1.001 1.001 0 0 1 0 2zm12 0a1.001 1.001 0 0 1 0-2 1.001 1.001 0 0 1 0 2z\"/></svg></li><li title=\"bx shape triangle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M18 15c-.183 0-.358.022-.532.054L8.946 6.532C8.978 6.359 9 6.182 9 6c0-1.654-1.346-3-3-3S3 4.346 3 6c0 1.302.839 2.401 2 2.815v6.369A2.997 2.997 0 0 0 3 18c0 1.654 1.346 3 3 3a2.993 2.993 0 0 0 2.815-2h6.369a2.994 2.994 0 0 0 2.815 2c1.654 0 3-1.346 3-3S19.654 15 18 15zm-11 .184V8.816c.329-.118.629-.291.894-.508l7.799 7.799a2.961 2.961 0 0 0-.508.894h-6.37A2.99 2.99 0 0 0 7 15.184zM6 5a1.001 1.001 0 1 1-1 1c0-.551.448-1 1-1zm0 14a1.001 1.001 0 0 1 0-2 1.001 1.001 0 0 1 0 2zm12 0a1.001 1.001 0 0 1 0-2 1.001 1.001 0 0 1 0 2z\"/></svg></li><li title=\"bx share alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"  ><path d=\"M5.5 15a3.51 3.51 0 0 0 2.36-.93l6.26 3.58a3.06 3.06 0 0 0-.12.85 3.53 3.53 0 1 0 1.14-2.57l-6.26-3.58a2.74 2.74 0 0 0 .12-.76l6.15-3.52A3.49 3.49 0 1 0 14 5.5a3.35 3.35 0 0 0 .12.85L8.43 9.6A3.5 3.5 0 1 0 5.5 15zm12 2a1.5 1.5 0 1 1-1.5 1.5 1.5 1.5 0 0 1 1.5-1.5zm0-13A1.5 1.5 0 1 1 16 5.5 1.5 1.5 0 0 1 17.5 4zm-12 6A1.5 1.5 0 1 1 4 11.5 1.5 1.5 0 0 1 5.5 10z\"/></svg></li><li title=\"bx share \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"  ><path d=\"M11 7.05V4a1 1 0 0 0-1-1 1 1 0 0 0-.7.29l-7 7a1 1 0 0 0 0 1.42l7 7A1 1 0 0 0 11 18v-3.1h.85a10.89 10.89 0 0 1 8.36 3.72 1 1 0 0 0 1.11.35A1 1 0 0 0 22 18c0-9.12-8.08-10.68-11-10.95zm.85 5.83a14.74 14.74 0 0 0-2 .13A1 1 0 0 0 9 14v1.59L4.42 11 9 6.41V8a1 1 0 0 0 1 1c.91 0 8.11.2 9.67 6.43a13.07 13.07 0 0 0-7.82-2.55z\"/></svg></li><li title=\"bx shekel \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M13 8v8h2V8c0-2.206-1.794-4-4-4H5v16h2V6h4c1.103 0 2 .897 2 2z\"/><path d=\"M17 16c0 1.103-.897 2-2 2h-4V8H9v12h6c2.206 0 4-1.794 4-4V4h-2v12z\"/></svg></li><li title=\"bx shield alt 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21.438 5.089a1.002 1.002 0 0 0-.959.015c-.684.389-1.355.577-2.053.577-2.035 0-3.952-1.629-5.722-3.39-.375-.373-1.063-.373-1.438 0C9.592 3.959 7.598 5.663 5.51 5.663c-.69 0-1.351-.184-2.018-.561-.298-.166-.658-.171-.96-.012s-.501.461-.528.801c-.011.129-.944 12.872 9.683 16.041a.99.99 0 0 0 .286.042H12c.097 0 .192-.014.285-.041 10.657-3.17 9.695-15.916 9.684-16.044a1 1 0 0 0-.531-.8zm-9.452 14.842c-6.979-2.255-7.934-9.412-8.014-12.477.505.14 1.019.209 1.537.209 2.492 0 4.65-1.567 6.476-3.283 1.893 1.788 3.983 3.301 6.442 3.301.53 0 1.057-.074 1.575-.22-.074 3.065-1.021 10.217-8.016 12.47z\"/></svg></li><li title=\"bx shield alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m20.342 8.447 1.105-.553A.998.998 0 0 0 21.8 6.4l-3-4A1 1 0 0 0 18 2H6a1 1 0 0 0-.8.4l-3 4a1 1 0 0 0 .352 1.494l1.105.553-1.131 2.262A5.052 5.052 0 0 0 2 12.944v.591a6.028 6.028 0 0 0 3.894 5.618l3.431 1.286a5.488 5.488 0 0 1 1.969 1.268.997.997 0 0 0 1.413 0 5.486 5.486 0 0 1 1.969-1.267l3.432-1.287A6.03 6.03 0 0 0 22 13.535v-.591c0-.771-.183-1.545-.527-2.236l-1.131-2.261zM20 13.535a4.019 4.019 0 0 1-2.596 3.745l-3.431 1.287a7.5 7.5 0 0 0-1.974 1.101 7.515 7.515 0 0 0-1.974-1.102L6.596 17.28A4.019 4.019 0 0 1 4 13.535v-.591c0-.463.109-.928.316-1.342l1.131-2.261a2.003 2.003 0 0 0-.895-2.684l-.033-.015L6.5 4h11l1.981 2.642-.034.017a2.004 2.004 0 0 0-.895 2.684l1.131 2.26c.208.414.317.878.317 1.341v.591z\"/></svg></li><li title=\"bx shield quarter \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20.995 6.9a.998.998 0 0 0-.548-.795l-8-4a1 1 0 0 0-.895 0l-8 4a1.002 1.002 0 0 0-.547.795c-.011.107-.961 10.767 8.589 15.014a.987.987 0 0 0 .812 0c9.55-4.247 8.6-14.906 8.589-15.014zM12 19.897V12H5.51a15.473 15.473 0 0 1-.544-4.365L12 4.118V12h6.46c-.759 2.74-2.498 5.979-6.46 7.897z\"/></svg></li><li title=\"bx shield x \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m20.48 6.105-8-4a1 1 0 0 0-.895 0l-8 4a1.002 1.002 0 0 0-.547.795c-.011.107-.961 10.767 8.589 15.014a.99.99 0 0 0 .812 0c9.55-4.247 8.6-14.906 8.589-15.014a1.001 1.001 0 0 0-.548-.795zm-8.447 13.792C5.265 16.625 4.944 9.642 4.999 7.635l7.034-3.517 7.029 3.515c.038 1.989-.328 9.018-7.029 12.264z\"/><path d=\"M14.293 8.293 12 10.586 9.707 8.293 8.293 9.707 10.586 12l-2.293 2.293 1.414 1.414L12 13.414l2.293 2.293 1.414-1.414L13.414 12l2.293-2.293z\"/></svg></li><li title=\"bx shield \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20.995 6.903a.997.997 0 0 0-.547-.797l-7.973-4a.997.997 0 0 0-.895-.002l-8.027 4c-.297.15-.502.437-.544.767-.013.097-1.145 9.741 8.541 15.008a.995.995 0 0 0 .969-.009c9.307-5.259 8.514-14.573 8.476-14.967zm-8.977 12.944c-6.86-4.01-7.14-10.352-7.063-12.205l7.071-3.523 6.998 3.511c.005 1.87-.481 8.243-7.006 12.217z\"/></svg></li><li title=\"bx shocked \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm0 18c-4.411 0-8-3.589-8-8s3.589-8 8-8 8 3.589 8 8-3.589 8-8 8z\"/><circle cx=\"8.5\" cy=\"10.5\" r=\"1.5\"/><circle cx=\"15.493\" cy=\"10.493\" r=\"1.493\"/><ellipse cx=\"12\" cy=\"15.5\" rx=\"3\" ry=\"2.5\"/></svg></li><li title=\"bx shopping bag \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M5 22h14c1.103 0 2-.897 2-2V9a1 1 0 0 0-1-1h-3V7c0-2.757-2.243-5-5-5S7 4.243 7 7v1H4a1 1 0 0 0-1 1v11c0 1.103.897 2 2 2zM9 7c0-1.654 1.346-3 3-3s3 1.346 3 3v1H9V7zm-4 3h2v2h2v-2h6v2h2v-2h2l.002 10H5V10z\"/></svg></li><li title=\"bx show alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M14 12c-1.095 0-2-.905-2-2 0-.354.103-.683.268-.973C12.178 9.02 12.092 9 12 9a3.02 3.02 0 0 0-3 3c0 1.642 1.358 3 3 3 1.641 0 3-1.358 3-3 0-.092-.02-.178-.027-.268-.29.165-.619.268-.973.268z\"/><path d=\"M12 5c-7.633 0-9.927 6.617-9.948 6.684L1.946 12l.105.316C2.073 12.383 4.367 19 12 19s9.927-6.617 9.948-6.684l.106-.316-.105-.316C21.927 11.617 19.633 5 12 5zm0 12c-5.351 0-7.424-3.846-7.926-5C4.578 10.842 6.652 7 12 7c5.351 0 7.424 3.846 7.926 5-.504 1.158-2.578 5-7.926 5z\"/></svg></li><li title=\"bx show \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 9a3.02 3.02 0 0 0-3 3c0 1.642 1.358 3 3 3 1.641 0 3-1.358 3-3 0-1.641-1.359-3-3-3z\"/><path d=\"M12 5c-7.633 0-9.927 6.617-9.948 6.684L1.946 12l.105.316C2.073 12.383 4.367 19 12 19s9.927-6.617 9.948-6.684l.106-.316-.105-.316C21.927 11.617 19.633 5 12 5zm0 12c-5.351 0-7.424-3.846-7.926-5C4.578 10.842 6.652 7 12 7c5.351 0 7.424 3.846 7.926 5-.504 1.158-2.578 5-7.926 5z\"/></svg></li><li title=\"bx shuffle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M17 17h-1.559l-9.7-10.673A1 1 0 0 0 5.001 6H2v2h2.559l4.09 4.5-4.09 4.501H2v2h3.001a1 1 0 0 0 .74-.327L10 13.987l4.259 4.686a1 1 0 0 0 .74.327H17v3l5-4-5-4v3z\"/><path d=\"M15.441 8H17v3l5-3.938L17 3v3h-2.001a1 1 0 0 0-.74.327l-3.368 3.707 1.48 1.346L15.441 8z\"/></svg></li><li title=\"bx sidebar \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 3H4c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2zM4 19V7h6v12H4zm8 0V7h8V5l.002 14H12z\"/><path d=\"M6 10h2v2H6zm0 4h2v2H6z\"/></svg></li><li title=\"bx sitemap \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 13.01h-7V10h1c1.103 0 2-.897 2-2V4c0-1.103-.897-2-2-2h-4c-1.103 0-2 .897-2 2v4c0 1.103.897 2 2 2h1v3.01H4V18H3v4h4v-4H6v-2.99h5V18h-1v4h4v-4h-1v-2.99h5V18h-1v4h4v-4h-1v-4.99zM10 8V4h4l.002 4H10z\"/></svg></li><li title=\"bx skip next circle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm0 18c-4.411 0-8-3.589-8-8s3.589-8 8-8 8 3.589 8 8-3.589 8-8 8z\"/><path d=\"m8 16 5-4-5-4zm5-4v4h2V8h-2z\"/></svg></li><li title=\"bx skip next \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M7 7v10l7-5zm9 10V7h-2v10z\"/></svg></li><li title=\"bx skip previous circle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm0 18c-4.411 0-8-3.589-8-8s3.589-8 8-8 8 3.589 8 8-3.589 8-8 8z\"/><path d=\"M16 16V8l-5 4zM9 8v8h2V8z\"/></svg></li><li title=\"bx skip previous \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m16 7-7 5 7 5zm-7 5V7H7v10h2z\"/></svg></li><li title=\"bx sleepy \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm0 18c-4.411 0-8-3.589-8-8s3.589-8 8-8 8 3.589 8 8-3.589 8-8 8z\"/><ellipse cx=\"12\" cy=\"15.5\" rx=\"3\" ry=\"2.5\"/><path d=\"M10 7c-2.905 0-3.983 2.386-4 3.99l2 .021C8.002 10.804 8.076 9 10 9V7zm4 0v2c1.826 0 1.992 1.537 2 2.007L17 11h1c0-1.608-1.065-4-4-4z\"/></svg></li><li title=\"bx slider alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M7.5 14.5c-1.58 0-2.903 1.06-3.337 2.5H2v2h2.163c.434 1.44 1.757 2.5 3.337 2.5s2.903-1.06 3.337-2.5H22v-2H10.837c-.434-1.44-1.757-2.5-3.337-2.5zm0 5c-.827 0-1.5-.673-1.5-1.5s.673-1.5 1.5-1.5S9 17.173 9 18s-.673 1.5-1.5 1.5zm9-11c-1.58 0-2.903 1.06-3.337 2.5H2v2h11.163c.434 1.44 1.757 2.5 3.337 2.5s2.903-1.06 3.337-2.5H22v-2h-2.163c-.434-1.44-1.757-2.5-3.337-2.5zm0 5c-.827 0-1.5-.673-1.5-1.5s.673-1.5 1.5-1.5 1.5.673 1.5 1.5-.673 1.5-1.5 1.5z\"/><path d=\"M12.837 5C12.403 3.56 11.08 2.5 9.5 2.5S6.597 3.56 6.163 5H2v2h4.163C6.597 8.44 7.92 9.5 9.5 9.5s2.903-1.06 3.337-2.5h9.288V5h-9.288zM9.5 7.5C8.673 7.5 8 6.827 8 6s.673-1.5 1.5-1.5S11 5.173 11 6s-.673 1.5-1.5 1.5z\"/></svg></li><li title=\"bx slider \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M13 5h9v2h-9zM2 7h7v2h2V3H9v2H2zm7 10h13v2H9zm10-6h3v2h-3zm-2 4V9.012h-2V11H2v2h13v2zM7 21v-6H5v2H2v2h3v2z\"/></svg></li><li title=\"bx slideshow \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 3H4c-1.103 0-2 .897-2 2v10c0 1.103.897 2 2 2h7v3H8v2h8v-2h-3v-3h7c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2zM4 15V5h16l.001 10H4z\"/><path d=\"m10 13 5-3-5-3z\"/></svg></li><li title=\"bx smile \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm0 18c-4.411 0-8-3.589-8-8s3.589-8 8-8 8 3.589 8 8-3.589 8-8 8z\"/><path d=\"M14.829 14.828a4.055 4.055 0 0 1-1.272.858 4.002 4.002 0 0 1-4.875-1.45l-1.658 1.119a6.063 6.063 0 0 0 1.621 1.62 5.963 5.963 0 0 0 2.148.903 6.042 6.042 0 0 0 2.415 0 5.972 5.972 0 0 0 2.148-.903c.313-.212.612-.458.886-.731.272-.271.52-.571.734-.889l-1.658-1.119a4.017 4.017 0 0 1-.489.592z\"/><circle cx=\"8.5\" cy=\"10.5\" r=\"1.5\"/><circle cx=\"15.493\" cy=\"10.493\" r=\"1.493\"/></svg></li><li title=\"bx sort a z \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19.707 14.707A1 1 0 0 0 19 13h-7v2h4.586l-4.293 4.293A1 1 0 0 0 13 21h7v-2h-4.586l4.293-4.293zM7 3.99H5v12H2l4 4 4-4H7zM17 3h-2c-.417 0-.79.259-.937.649l-2.75 7.333h2.137L14.193 9h3.613l.743 1.981h2.137l-2.75-7.333A1 1 0 0 0 17 3zm-2.057 4 .75-2h.613l.75 2h-2.113z\"/></svg></li><li title=\"bx sort alt 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M7 20h2V8h3L8 4 4 8h3zm13-4h-3V4h-2v12h-3l4 4z\"/></svg></li><li title=\"bx sort down \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m6 20 4-4H7V4H5v12H2zm5-12h9v2h-9zm0 4h7v2h-7zm0-8h11v2H11zm0 12h5v2h-5z\"/></svg></li><li title=\"bx sort up \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M11 9h9v2h-9zm0 4h7v2h-7zm0-8h11v2H11zm0 12h5v2h-5zm-6 3h2V8h3L6 4 2 8h3z\"/></svg></li><li title=\"bx sort z a \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19.707 14.707A1 1 0 0 0 19 13h-7v2h4.586l-4.293 4.293A1 1 0 0 0 13 21h7v-2h-4.586l4.293-4.293zM6 3.99l-4 4h3v12h2v-12h3zM17 3h-2c-.417 0-.79.259-.937.649l-2.75 7.333h2.137L14.193 9h3.613l.743 1.981h2.137l-2.75-7.333A1 1 0 0 0 17 3zm-2.057 4 .75-2h.613l.75 2h-2.113z\"/></svg></li><li title=\"bx sort \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M8 16H4l6 6V2H8zm6-11v17h2V8h4l-6-6z\"/></svg></li><li title=\"bx spa \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20.787 9.023c-.125.027-1.803.418-3.953 1.774-.323-1.567-1.279-4.501-4.108-7.485L12 2.546l-.726.767C8.435 6.308 7.483 9.25 7.163 10.827 5.005 9.448 3.34 9.052 3.218 9.024L2 8.752V10c0 7.29 3.925 12 10 12 5.981 0 10-4.822 10-12V8.758l-1.213.265zM8.999 12.038c.002-.033.152-3.1 3.001-6.532C14.814 8.906 14.999 12 15 12v.125a18.933 18.933 0 0 0-3.01 3.154 19.877 19.877 0 0 0-2.991-3.113v-.128zM12 20c-5.316 0-7.549-4.196-7.937-8.564 1.655.718 4.616 2.426 7.107 6.123l.841 1.249.825-1.26c2.426-3.708 5.425-5.411 7.096-6.122C19.534 15.654 17.304 20 12 20z\"/></svg></li><li title=\"bx space bar \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M17 13H7V9H5v6h14V9h-2z\"/></svg></li><li title=\"bx speaker \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M18 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zm0 18H6V4h12z\"/><path d=\"M12 19a4 4 0 1 0-4-4 4 4 0 0 0 4 4zm0-6a2 2 0 1 1-2 2 2 2 0 0 1 2-2z\"/><circle cx=\"12.01\" cy=\"7\" r=\"2\"/></svg></li><li title=\"bx spray can \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M11.002 2h-4a1 1 0 0 0-1 1v3.812a5.998 5.998 0 0 0-3 5.188v.988L3 13l.002.072V21a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-9a5.999 5.999 0 0 0-3-5.188V3a1 1 0 0 0-1-1zm-3 4V4h2v2h-2zm5.001 14h-8v-6h8v6zm-8.001-8c0-2.206 1.794-4 4-4s4 1.794 4 4h-8zm8.001-9h2v2h-2zM16 3h2v2h-2zm0 3h2v2h-2zm3-3h2v2h-2zm0 3h2v2h-2zm0 3h2v2h-2z\"/></svg></li><li title=\"bx spreadsheet \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21 5c0-1.103-.897-2-2-2H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2V5zM5 19V5h14l.002 14H5z\"/><path d=\"M7 7h1.998v2H7zm4 0h6v2h-6zm-4 4h1.998v2H7zm4 0h6v2h-6zm-4 4h1.998v2H7zm4 0h6v2h-6z\"/></svg></li><li title=\"bx square rounded \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M17 2H7C4.243 2 2 4.243 2 7v10c0 2.757 2.243 5 5 5h10c2.757 0 5-2.243 5-5V7c0-2.757-2.243-5-5-5zm3 15c0 1.654-1.346 3-3 3H7c-1.654 0-3-1.346-3-3V7c0-1.654 1.346-3 3-3h10c1.654 0 3 1.346 3 3v10z\"/></svg></li><li title=\"bx square \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 3H4a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1zm-1 16H5V5h14v14z\"/></svg></li><li title=\"bx star \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m6.516 14.323-1.49 6.452a.998.998 0 0 0 1.529 1.057L12 18.202l5.445 3.63a1.001 1.001 0 0 0 1.517-1.106l-1.829-6.4 4.536-4.082a1 1 0 0 0-.59-1.74l-5.701-.454-2.467-5.461a.998.998 0 0 0-1.822 0L8.622 8.05l-5.701.453a1 1 0 0 0-.619 1.713l4.214 4.107zm2.853-4.326a.998.998 0 0 0 .832-.586L12 5.43l1.799 3.981a.998.998 0 0 0 .832.586l3.972.315-3.271 2.944c-.284.256-.397.65-.293 1.018l1.253 4.385-3.736-2.491a.995.995 0 0 0-1.109 0l-3.904 2.603 1.05-4.546a1 1 0 0 0-.276-.94l-3.038-2.962 4.09-.326z\"/></svg></li><li title=\"bx station \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"2\"/><path d=\"m7.758 16.243 1.414-1.415a3.97 3.97 0 0 1-1.173-2.831c0-1.068.417-2.071 1.173-2.825L7.758 7.756a5.957 5.957 0 0 0-1.76 4.24c0 1.604.625 3.112 1.76 4.247zm8.484 0A5.96 5.96 0 0 0 18 12a5.96 5.96 0 0 0-1.758-4.243l-1.414 1.414C15.584 9.927 16 10.932 16 12s-.416 2.073-1.172 2.829l1.414 1.414z\"/><path d=\"M6.344 17.657a7.953 7.953 0 0 1-2.345-5.659c0-2.137.833-4.145 2.345-5.654L4.93 4.929c-1.89 1.886-2.931 4.397-2.931 7.069s1.041 5.183 2.931 7.073l1.414-1.414zM17.657 6.343A7.948 7.948 0 0 1 20 12a7.948 7.948 0 0 1-2.343 5.657l1.414 1.414A9.932 9.932 0 0 0 22 12a9.934 9.934 0 0 0-2.929-7.071l-1.414 1.414z\"/></svg></li><li title=\"bx stats \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 12a2 2 0 0 0-.703.133l-2.398-1.963c.059-.214.101-.436.101-.67C17 8.114 15.886 7 14.5 7S12 8.114 12 9.5c0 .396.1.765.262 1.097l-2.909 3.438A2.06 2.06 0 0 0 9 14c-.179 0-.348.03-.512.074l-2.563-2.563C5.97 11.348 6 11.179 6 11c0-1.108-.892-2-2-2s-2 .892-2 2 .892 2 2 2c.179 0 .348-.03.512-.074l2.563 2.563A1.906 1.906 0 0 0 7 16c0 1.108.892 2 2 2s2-.892 2-2c0-.237-.048-.46-.123-.671l2.913-3.442c.227.066.462.113.71.113a2.48 2.48 0 0 0 1.133-.281l2.399 1.963A2.077 2.077 0 0 0 18 14c0 1.108.892 2 2 2s2-.892 2-2-.892-2-2-2z\"/></svg></li><li title=\"bx sticker \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21.796 9.982C20.849 5.357 16.729 2 12 2 6.486 2 2 6.486 2 12c0 4.729 3.357 8.849 7.982 9.796a.988.988 0 0 0 .908-.272l10.633-10.633c.238-.238.34-.578.273-.909zM11 18a7.93 7.93 0 0 1 1.365-4.471 8.18 8.18 0 0 1 .978-1.186 8.211 8.211 0 0 1 1.184-.977 8.128 8.128 0 0 1 1.36-.738c.481-.203.986-.36 1.501-.466a8.112 8.112 0 0 1 2.17-.134l-8.529 8.529c-.013-.185-.029-.37-.029-.557zm-7-6c0-4.411 3.589-8 8-8 2.909 0 5.528 1.589 6.929 4.005a9.99 9.99 0 0 0-1.943.198c-.643.132-1.274.328-1.879.583a10.15 10.15 0 0 0-1.699.923c-.533.361-1.03.771-1.479 1.22s-.858.945-1.221 1.48c-.359.533-.67 1.104-.922 1.698A10.013 10.013 0 0 0 9 18c0 .491.048.979.119 1.461C6.089 18.288 4 15.336 4 12z\"/></svg></li><li title=\"bx stop circle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm0 18c-4.411 0-8-3.589-8-8s3.589-8 8-8 8 3.589 8 8-3.589 8-8 8z\"/><path d=\"M9 9h6v6H9z\"/></svg></li><li title=\"bx stop \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M7 7h10v10H7z\"/></svg></li><li title=\"bx stopwatch \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 5c-4.411 0-8 3.589-8 8s3.589 8 8 8 8-3.589 8-8-3.589-8-8-8zm0 14c-3.309 0-6-2.691-6-6s2.691-6 6-6 6 2.691 6 6-2.691 6-6 6z\"/><path d=\"M11 9h2v5h-2zM9 2h6v2H9zm10.293 5.707-2-2 1.414-1.414 2 2z\"/></svg></li><li title=\"bx store alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M22 5c0-1.654-1.346-3-3-3H5C3.346 2 2 3.346 2 5v2.831c0 1.053.382 2.01 1 2.746V19c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2v-8.424c.618-.735 1-1.692 1-2.746V5zm-2 0v2.831c0 1.14-.849 2.112-1.891 2.167L18 10c-1.103 0-2-.897-2-2V4h3c.552 0 1 .449 1 1zM10 4h4v4c0 1.103-.897 2-2 2s-2-.897-2-2V4zM4 5c0-.551.448-1 1-1h3v4c0 1.103-.897 2-2 2l-.109-.003C4.849 9.943 4 8.971 4 7.831V5zm6 14v-3h4v3h-4zm6 0v-3c0-1.103-.897-2-2-2h-4c-1.103 0-2 .897-2 2v3H5v-7.131c.254.067.517.111.787.125A3.988 3.988 0 0 0 9 10.643c.733.832 1.807 1.357 3 1.357s2.267-.525 3-1.357a3.988 3.988 0 0 0 3.213 1.351c.271-.014.533-.058.787-.125V19h-3z\"/></svg></li><li title=\"bx store \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19.148 2.971A2.008 2.008 0 0 0 17.434 2H6.566c-.698 0-1.355.372-1.714.971L2.143 7.485A.995.995 0 0 0 2 8a3.97 3.97 0 0 0 1 2.618V19c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2v-8.382A3.97 3.97 0 0 0 22 8a.995.995 0 0 0-.143-.515l-2.709-4.514zm.836 5.28A2.003 2.003 0 0 1 18 10c-1.103 0-2-.897-2-2 0-.068-.025-.128-.039-.192l.02-.004L15.22 4h2.214l2.55 4.251zM10.819 4h2.361l.813 4.065C13.958 9.137 13.08 10 12 10s-1.958-.863-1.993-1.935L10.819 4zM6.566 4H8.78l-.76 3.804.02.004C8.025 7.872 8 7.932 8 8c0 1.103-.897 2-2 2a2.003 2.003 0 0 1-1.984-1.749L6.566 4zM10 19v-3h4v3h-4zm6 0v-3c0-1.103-.897-2-2-2h-4c-1.103 0-2 .897-2 2v3H5v-7.142c.321.083.652.142 1 .142a3.99 3.99 0 0 0 3-1.357c.733.832 1.807 1.357 3 1.357s2.267-.525 3-1.357A3.99 3.99 0 0 0 18 12c.348 0 .679-.059 1-.142V19h-3z\"/></svg></li><li title=\"bx street view \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"4\" r=\"2\"/><path d=\"M12 18h2v-5h2V9c0-1.103-.897-2-2-2h-4c-1.103 0-2 .897-2 2v4h2v5h2z\"/><path d=\"m18.446 11.386-.893 1.789C19.108 13.95 20 14.98 20 16c0 1.892-3.285 4-8 4s-8-2.108-8-4c0-1.02.892-2.05 2.446-2.825l-.893-1.789C3.295 12.512 2 14.193 2 16c0 3.364 4.393 6 10 6s10-2.636 10-6c0-1.807-1.295-3.488-3.554-4.614z\"/></svg></li><li title=\"bx strikethrough \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 11h-8c-4 0-4-1.816-4-2.5C8 7.882 8 6 12 6c2.8 0 2.99 1.678 3 2.014L16 8h1c0-1.384-1.045-4-5-4-5.416 0-6 3.147-6 4.5 0 .728.148 1.667.736 2.5H4v2h16v-2zm-8 7c-3.793 0-3.99-1.815-4-2H6c0 .04.069 4 6 4 5.221 0 6-2.819 6-4.5 0-.146-.009-.317-.028-.5h-2.006c.032.2.034.376.034.5 0 .684 0 2.5-4 2.5z\"/></svg></li><li title=\"bx subdirectory left \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M16 13h-6v-3l-5 4 5 4v-3h7a1 1 0 0 0 1-1V5h-2v8z\"/></svg></li><li title=\"bx subdirectory right \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M14 13H8V5H6v9a1 1 0 0 0 1 1h7v3l5-4-5-4v3z\"/></svg></li><li title=\"bx sun \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M6.993 12c0 2.761 2.246 5.007 5.007 5.007s5.007-2.246 5.007-5.007S14.761 6.993 12 6.993 6.993 9.239 6.993 12zM12 8.993c1.658 0 3.007 1.349 3.007 3.007S13.658 15.007 12 15.007 8.993 13.658 8.993 12 10.342 8.993 12 8.993zM10.998 19h2v3h-2zm0-17h2v3h-2zm-9 9h3v2h-3zm17 0h3v2h-3zM4.219 18.363l2.12-2.122 1.415 1.414-2.12 2.122zM16.24 6.344l2.122-2.122 1.414 1.414-2.122 2.122zM6.342 7.759 4.22 5.637l1.415-1.414 2.12 2.122zm13.434 10.605-1.414 1.414-2.122-2.122 1.414-1.414z\"/></svg></li><li title=\"bx support \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12v4.143C2 17.167 2.897 18 4 18h1a1 1 0 0 0 1-1v-5.143a1 1 0 0 0-1-1h-.908C4.648 6.987 7.978 4 12 4s7.352 2.987 7.908 6.857H19a1 1 0 0 0-1 1V18c0 1.103-.897 2-2 2h-2v-1h-4v3h6c2.206 0 4-1.794 4-4 1.103 0 2-.833 2-1.857V12c0-5.514-4.486-10-10-10z\"/></svg></li><li title=\"bx swim \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><circle cx=\"19.003\" cy=\"6.002\" r=\"2.002\"/><path d=\"M18.875 13.219c-.567.453-.978.781-1.878.781-.899 0-1.288-.311-1.876-.781-.68-.543-1.525-1.219-3.127-1.219-1.601 0-2.445.676-3.124 1.219-.588.47-.975.781-1.875.781-.898 0-1.286-.311-1.873-.78C4.443 12.676 3.6 12 2 12v2c.897 0 1.285.311 1.872.78.679.544 1.523 1.22 3.123 1.22s2.446-.676 3.125-1.22c.587-.47.976-.78 1.874-.78.9 0 1.311.328 1.878.781.679.543 1.524 1.219 3.125 1.219 1.602 0 2.447-.676 3.127-1.219.588-.47.977-.781 1.876-.781v-2c-1.601 0-2.446.676-3.125 1.219zM16.997 19c-.899 0-1.288-.311-1.876-.781-.68-.543-1.525-1.219-3.127-1.219-1.601 0-2.445.676-3.124 1.219-.588.47-.975.781-1.875.781-.898 0-1.286-.311-1.873-.78C4.443 17.676 3.6 17 2 17v2c.897 0 1.285.311 1.872.78.679.544 1.523 1.22 3.123 1.22s2.446-.676 3.125-1.22c.587-.47.976-.78 1.874-.78.9 0 1.311.328 1.878.781.679.543 1.524 1.219 3.125 1.219 1.602 0 2.447-.676 3.127-1.219.588-.47.977-.781 1.876-.781v-2c-1.601 0-2.446.676-3.125 1.219-.567.453-.978.781-1.878.781zM11 5.419l2.104 2.104-2.057 2.57c.286-.056.596-.093.947-.093 1.602 0 2.447.676 3.127 1.219.588.47.977.781 1.876.781.9 0 1.311-.328 1.878-.781.132-.105.274-.217.423-.326l-2.096-2.09.005-.005-5.5-5.5a.999.999 0 0 0-1.414 0l-4 4 1.414 1.414L11 5.419z\"/></svg></li><li title=\"bx sync \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m13 7.101.01.001a4.978 4.978 0 0 1 2.526 1.362 5.005 5.005 0 0 1 1.363 2.528 5.061 5.061 0 0 1-.001 2.016 4.976 4.976 0 0 1-1.363 2.527l1.414 1.414a7.014 7.014 0 0 0 1.908-3.54 6.98 6.98 0 0 0 0-2.819 6.957 6.957 0 0 0-1.907-3.539 6.97 6.97 0 0 0-2.223-1.5 6.921 6.921 0 0 0-1.315-.408c-.137-.028-.275-.043-.412-.063V2L9 6l4 4V7.101zm-7.45 7.623c.174.412.392.812.646 1.19.249.37.537.718.854 1.034a7.036 7.036 0 0 0 2.224 1.501c.425.18.868.317 1.315.408.167.034.338.056.508.078v2.944l4-4-4-4v3.03c-.035-.006-.072-.003-.107-.011a4.978 4.978 0 0 1-2.526-1.362 4.994 4.994 0 0 1 .001-7.071L7.051 7.05a7.01 7.01 0 0 0-1.5 2.224A6.974 6.974 0 0 0 5 12a6.997 6.997 0 0 0 .55 2.724z\"/></svg></li><li title=\"bx tab \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M6 2c-1.103 0-2 .897-2 2v16c0 1.103.897 2 2 2h12c1.103 0 2-.897 2-2V4c0-1.103-.897-2-2-2H6zm0 15V5h12l.002 12H6z\"/></svg></li><li title=\"bx table \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M4 21h15.893c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2H4c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2zm0-2v-5h4v5H4zM14 7v5h-4V7h4zM8 7v5H4V7h4zm2 12v-5h4v5h-4zm6 0v-5h3.894v5H16zm3.893-7H16V7h3.893v5z\"/></svg></li><li title=\"bx tachometer \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 4C6.486 4 2 8.486 2 14a9.89 9.89 0 0 0 1.051 4.445c.17.34.516.555.895.555h16.107c.379 0 .726-.215.896-.555A9.89 9.89 0 0 0 22 14c0-5.514-4.486-10-10-10zm7.41 13H4.59A7.875 7.875 0 0 1 4 14c0-4.411 3.589-8 8-8s8 3.589 8 8a7.875 7.875 0 0 1-.59 3z\"/><path d=\"M10.939 12.939a1.53 1.53 0 0 0 0 2.561 1.53 1.53 0 0 0 2.121-.44l3.962-6.038a.034.034 0 0 0 0-.035.033.033 0 0 0-.045-.01l-6.038 3.962z\"/></svg></li><li title=\"bx tag alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M17.868 4.504A1 1 0 0 0 17 4H3a1 1 0 0 0-.868 1.496L5.849 12l-3.717 6.504A1 1 0 0 0 3 20h14a1 1 0 0 0 .868-.504l4-7a.998.998 0 0 0 0-.992l-4-7zM16.42 18H4.724l3.145-5.504a.998.998 0 0 0 0-.992L4.724 6H16.42l3.429 6-3.429 6z\"/></svg></li><li title=\"bx tag \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 4H8.515a2 2 0 0 0-1.627.838l-4.701 6.581a.997.997 0 0 0 0 1.162l4.701 6.581A2 2 0 0 0 8.515 20H20c1.103 0 2-.897 2-2V6c0-1.103-.897-2-2-2zm0 14H8.515l-4.286-6 4.286-6H20v12z\"/></svg></li><li title=\"bx target lock \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"3\"/><path d=\"M13 4.069V2h-2v2.069A8.008 8.008 0 0 0 4.069 11H2v2h2.069A8.007 8.007 0 0 0 11 19.931V22h2v-2.069A8.007 8.007 0 0 0 19.931 13H22v-2h-2.069A8.008 8.008 0 0 0 13 4.069zM12 18c-3.309 0-6-2.691-6-6s2.691-6 6-6 6 2.691 6 6-2.691 6-6 6z\"/></svg></li><li title=\"bx task x \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M3 20c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2h-2a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1H5c-1.103 0-2 .897-2 2v15zM5 5h2v2h10V5h2v15H5V5z\"/><path d=\"M14.292 10.295 12 12.587l-2.292-2.292-1.414 1.414 2.292 2.292-2.292 2.292 1.414 1.414L12 15.415l2.292 2.292 1.414-1.414-2.292-2.292 2.292-2.292z\"/></svg></li><li title=\"bx task \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M5 22h14c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2h-2a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1H5c-1.103 0-2 .897-2 2v15c0 1.103.897 2 2 2zM5 5h2v2h10V5h2v15H5V5z\"/><path d=\"m11 13.586-1.793-1.793-1.414 1.414L11 16.414l5.207-5.207-1.414-1.414z\"/></svg></li><li title=\"bx taxi \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m20.772 10.156-1.368-4.105A2.995 2.995 0 0 0 16.559 4H14V2h-4v2H7.441a2.995 2.995 0 0 0-2.845 2.051l-1.368 4.105A2.003 2.003 0 0 0 2 12v5c0 .753.423 1.402 1.039 1.743-.013.066-.039.126-.039.195V21a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-2h12v2a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-2.062c0-.069-.026-.13-.039-.195A1.993 1.993 0 0 0 22 17v-5c0-.829-.508-1.541-1.228-1.844zM4 17v-5h16l.002 5H4zM7.441 6h9.117c.431 0 .813.274.949.684L18.613 10H5.387l1.105-3.316A1 1 0 0 1 7.441 6z\"/><circle cx=\"6.5\" cy=\"14.5\" r=\"1.5\"/><circle cx=\"17.5\" cy=\"14.5\" r=\"1.5\"/></svg></li><li title=\"bx tennis ball \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M4.929 19.081c1.895 1.895 4.405 2.938 7.071 2.938s5.177-1.043 7.071-2.938c3.899-3.899 3.899-10.243 0-14.143C17.177 3.044 14.665 2 12 2S6.823 3.044 4.929 4.938c-3.899 3.899-3.899 10.244 0 14.143zm12.728-1.414a7.969 7.969 0 0 1-3.813 2.129c-.009-1.602.586-3.146 1.691-4.251 1.163-1.163 2.732-1.828 4.277-1.851a7.945 7.945 0 0 1-2.155 3.973zm2.325-5.965c-2.124-.021-4.284.853-5.861 2.429-1.532 1.532-2.327 3.68-2.263 5.881a7.946 7.946 0 0 1-5.516-2.345 7.97 7.97 0 0 1-2.332-5.512c.077.002.154.014.231.014 2.115 0 4.16-.804 5.637-2.28 1.58-1.58 2.457-3.739 2.43-5.873a7.948 7.948 0 0 1 5.349 2.337 7.96 7.96 0 0 1 2.325 5.349zM6.343 6.353a7.968 7.968 0 0 1 3.973-2.169c-.018 1.555-.685 3.124-1.851 4.291-1.104 1.103-2.642 1.696-4.238 1.691a7.929 7.929 0 0 1 2.116-3.813z\"/></svg></li><li title=\"bx terminal \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 14h6v2h-6zM6.293 9.707 8.586 12l-2.293 2.293 1.414 1.414L11.414 12 7.707 8.293z\"/><path d=\"M20 4H4c-1.103 0-2 .897-2 2v12c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V6c0-1.103-.897-2-2-2zM4 18V6h16l.002 12H4z\"/></svg></li><li title=\"bx test tube \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m13.293 2.707.818.818L3.318 14.318C2.468 15.168 2 16.298 2 17.5s.468 2.332 1.318 3.183C4.169 21.532 5.299 22 6.5 22s2.331-.468 3.182-1.318L20.475 9.889l.818.818 1.414-1.414-8-8-1.414 1.414zm3.182 8.354-2.403-2.404-1.414 1.414 2.403 2.404-1.414 1.415-.99-.99-1.414 1.414.99.99-1.415 1.415-2.403-2.404L7 15.728l2.403 2.404-1.136 1.136c-.945.944-2.59.944-3.535 0C4.26 18.795 4 18.168 4 17.5s.26-1.295.732-1.768L15.525 4.939l3.535 3.535-2.585 2.587z\"/></svg></li><li title=\"bx text \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M5 8h2V6h3.252L7.68 18H5v2h8v-2h-2.252L13.32 6H17v2h2V4H5z\"/></svg></li><li title=\"bx time five \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm0 18c-4.411 0-8-3.589-8-8s3.589-8 8-8 8 3.589 8 8-3.589 8-8 8z\"/><path d=\"M13 7h-2v5.414l3.293 3.293 1.414-1.414L13 11.586z\"/></svg></li><li title=\"bx time \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm0 18c-4.411 0-8-3.589-8-8s3.589-8 8-8 8 3.589 8 8-3.589 8-8 8z\"/><path d=\"M13 7h-2v6h6v-2h-4z\"/></svg></li><li title=\"bx timer \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m20.145 8.27 1.563-1.563-1.414-1.414L18.586 7c-1.05-.63-2.274-1-3.586-1-3.859 0-7 3.14-7 7s3.141 7 7 7 7-3.14 7-7a6.966 6.966 0 0 0-1.855-4.73zM15 18c-2.757 0-5-2.243-5-5s2.243-5 5-5 5 2.243 5 5-2.243 5-5 5z\"/><path d=\"M14 10h2v4h-2zm-1-7h4v2h-4zM3 8h4v2H3zm0 8h4v2H3zm-1-4h3.99v2H2z\"/></svg></li><li title=\"bx tired \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 14c-3 0-4 3-4 3h8s-1-3-4-3z\"/><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm0 18c-4.411 0-8-3.589-8-8s3.589-8 8-8 8 3.589 8 8-3.589 8-8 8z\"/><path d=\"m17.555 8.832-1.109-1.664-3 2a1.001 1.001 0 0 0 .108 1.727l4 2 .895-1.789-2.459-1.229 1.565-1.045zm-6.557 1.23a1 1 0 0 0-.443-.894l-3-2-1.11 1.664 1.566 1.044-2.459 1.229.895 1.789 4-2a.998.998 0 0 0 .551-.832z\"/></svg></li><li title=\"bx toggle left \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M8 9c-1.628 0-3 1.372-3 3s1.372 3 3 3 3-1.372 3-3-1.372-3-3-3z\"/><path d=\"M16 6H8c-3.3 0-5.989 2.689-6 6v.016A6.01 6.01 0 0 0 8 18h8a6.01 6.01 0 0 0 6-5.994V12c-.009-3.309-2.699-6-6-6zm0 10H8a4.006 4.006 0 0 1-4-3.99C4.004 9.799 5.798 8 8 8h8c2.202 0 3.996 1.799 4 4.006A4.007 4.007 0 0 1 16 16zm4-3.984.443-.004.557.004h-1z\"/></svg></li><li title=\"bx toggle right \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M16 9c-1.628 0-3 1.372-3 3s1.372 3 3 3 3-1.372 3-3-1.372-3-3-3z\"/><path d=\"M16 6H8c-3.296 0-5.982 2.682-6 5.986v.042A6.01 6.01 0 0 0 8 18h8c3.309 0 6-2.691 6-6s-2.691-6-6-6zm0 10H8a4.006 4.006 0 0 1-4-3.99C4.004 9.799 5.798 8 8 8h8c2.206 0 4 1.794 4 4s-1.794 4-4 4z\"/></svg></li><li title=\"bx tone \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm-1 9H4.069a7.965 7.965 0 0 1 .52-2H11v2zm0 4H4.589a7.965 7.965 0 0 1-.52-2H11v2zm0-10.931V7H5.765A7.996 7.996 0 0 1 11 4.069zM5.765 17H11v2.931A7.996 7.996 0 0 1 5.765 17zM13 19.931V4.069c3.939.495 7 3.858 7 7.931s-3.061 7.436-7 7.931z\"/></svg></li><li title=\"bx traffic cone \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M13.943 2.667A1 1 0 0 0 13 2h-2a1 1 0 0 0-.943.667L4.292 19H2v2h20v-2h-2.292L13.943 2.667zM15.47 13H8.53l1.06-3h4.82l1.06 3zm-3.763-9h.586l1.412 4h-3.41l1.412-4zM7.825 15h8.35l1.412 4H6.413l1.412-4z\"/></svg></li><li title=\"bx train \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"  ><circle cx=\"8.5\" cy=\"14.5\" r=\"1.5\"/><circle cx=\"15.5\" cy=\"14.5\" r=\"1.5\"/><path d=\"M18.87 3.34A3.55 3.55 0 0 0 16.38 2H7.62a3.47 3.47 0 0 0-2.5 1.35A4.32 4.32 0 0 0 4 6v12a1 1 0 0 0 1 1h2l-2 3h2.32L8 21h8l.68 1H19l-2-3h2a1 1 0 0 0 1-1V6a4.15 4.15 0 0 0-1.13-2.66zM7.62 4h8.72a1.77 1.77 0 0 1 1 .66 3.25 3.25 0 0 1 .25.34H6.39a2.3 2.3 0 0 1 .25-.35A1.65 1.65 0 0 1 7.62 4zM6 8V7h12v3H6zm12 9H6v-5h12z\"/></svg></li><li title=\"bx transfer alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19.924 10.383a1 1 0 0 0-.217-1.09l-5-5-1.414 1.414L16.586 9H4v2h15a1 1 0 0 0 .924-.617zM4.076 13.617a1 1 0 0 0 .217 1.09l5 5 1.414-1.414L7.414 15H20v-2H5a.999.999 0 0 0-.924.617z\"/></svg></li><li title=\"bx transfer \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m15 12 5-4-5-4v2.999H2v2h13zm7 3H9v-3l-5 4 5 4v-3h13z\"/></svg></li><li title=\"bx trash alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M15 2H9c-1.103 0-2 .897-2 2v2H3v2h2v12c0 1.103.897 2 2 2h10c1.103 0 2-.897 2-2V8h2V6h-4V4c0-1.103-.897-2-2-2zM9 4h6v2H9V4zm8 16H7V8h10v12z\"/></svg></li><li title=\"bx trash \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"  ><path d=\"M5 20a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V8h2V6h-4V4a2 2 0 0 0-2-2H9a2 2 0 0 0-2 2v2H3v2h2zM9 4h6v2H9zM8 8h9v12H7V8z\"/><path d=\"M9 10h2v8H9zm4 0h2v8h-2z\"/></svg></li><li title=\"bx trending down \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m14 9.586-4 4-6.293-6.293-1.414 1.414L10 16.414l4-4 4.293 4.293L16 19h6v-6l-2.293 2.293z\"/></svg></li><li title=\"bx trending up \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m10 10.414 4 4 5.707-5.707L22 11V5h-6l2.293 2.293L14 11.586l-4-4-7.707 7.707 1.414 1.414z\"/></svg></li><li title=\"bx trim \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M5 16h3v3c0 1.103.897 2 2 2h9c1.103 0 2-.897 2-2v-9c0-1.103-.897-2-2-2h-3V5c0-1.103-.897-2-2-2H5c-1.103 0-2 .897-2 2v9c0 1.103.897 2 2 2zm14-6-.003 9H10v-3h4c1.103 0 2-.897 2-2v-4h3zM5 10h5V5h4l-.003 9H5v-4z\"/></svg></li><li title=\"bx trip \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M14.844 20H6.5C5.121 20 4 18.879 4 17.5S5.121 15 6.5 15h7c1.93 0 3.5-1.57 3.5-3.5S15.43 8 13.5 8H8.639a9.812 9.812 0 0 1-1.354 2H13.5c.827 0 1.5.673 1.5 1.5s-.673 1.5-1.5 1.5h-7C4.019 13 2 15.019 2 17.5S4.019 22 6.5 22h9.593a10.415 10.415 0 0 1-1.249-2zM5 2C3.346 2 2 3.346 2 5c0 3.188 3 5 3 5s3-1.813 3-5c0-1.654-1.346-3-3-3zm0 4.5a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 5 6.5z\"/><path d=\"M19 14c-1.654 0-3 1.346-3 3 0 3.188 3 5 3 5s3-1.813 3-5c0-1.654-1.346-3-3-3zm0 4.5a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 19 18.5z\"/></svg></li><li title=\"bx trophy \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21 4h-3V3a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v1H3a1 1 0 0 0-1 1v3c0 4.31 1.799 6.91 4.819 7.012A6.001 6.001 0 0 0 11 17.91V20H9v2h6v-2h-2v-2.09a6.01 6.01 0 0 0 4.181-2.898C20.201 14.91 22 12.31 22 8V5a1 1 0 0 0-1-1zM4 8V6h2v6.83C4.216 12.078 4 9.299 4 8zm8 8c-2.206 0-4-1.794-4-4V4h8v8c0 2.206-1.794 4-4 4zm6-3.17V6h2v2c0 1.299-.216 4.078-2 4.83z\"/></svg></li><li title=\"bx tv \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 6h-5.586l2.293-2.293-1.414-1.414L12 5.586 8.707 2.293 7.293 3.707 9.586 6H4c-1.103 0-2 .897-2 2v11c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V8c0-1.103-.897-2-2-2zM4 19V8h16l.002 11H4z\"/></svg></li><li title=\"bx underline \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M5 18h14v2H5zM6 4v6c0 3.309 2.691 6 6 6s6-2.691 6-6V4h-2v6c0 2.206-1.794 4-4 4s-4-1.794-4-4V4H6z\"/></svg></li><li title=\"bx undo \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M9 10h6c1.654 0 3 1.346 3 3s-1.346 3-3 3h-3v2h3c2.757 0 5-2.243 5-5s-2.243-5-5-5H9V5L4 9l5 4v-3z\"/></svg></li><li title=\"bx unite \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M15 16a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h6z\"/><path d=\"M5 16h1V8a2 2 0 0 1 2-2h8V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2zm3 3a2 2 0 0 0 2 2h9a2 2 0 0 0 2-2v-9a2 2 0 0 0-2-2h-1v8a2 2 0 0 1-2 2H8v1z\"/></svg></li><li title=\"bx unlink \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M16.949 14.121 19.071 12a5.008 5.008 0 0 0 0-7.071 5.006 5.006 0 0 0-7.071 0l-.707.707 1.414 1.414.707-.707a3.007 3.007 0 0 1 4.243 0 3.005 3.005 0 0 1 0 4.243l-2.122 2.121a2.723 2.723 0 0 1-.844.57L13.414 12l1.414-1.414-.707-.707a4.965 4.965 0 0 0-3.535-1.465c-.235 0-.464.032-.691.066L3.707 2.293 2.293 3.707l18 18 1.414-1.414-5.536-5.536c.277-.184.538-.396.778-.636zm-6.363 3.536a3.007 3.007 0 0 1-4.243 0 3.005 3.005 0 0 1 0-4.243l1.476-1.475-1.414-1.414L4.929 12a5.008 5.008 0 0 0 0 7.071 4.983 4.983 0 0 0 3.535 1.462A4.982 4.982 0 0 0 12 19.071l.707-.707-1.414-1.414-.707.707z\"/></svg></li><li title=\"bx up arrow alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M11 8.414V18h2V8.414l4.293 4.293 1.414-1.414L12 4.586l-6.707 6.707 1.414 1.414z\"/></svg></li><li title=\"bx up arrow circle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12.001 1.993C6.486 1.994 2 6.48 2 11.994c.001 5.514 4.487 10 10 10 5.515 0 10.001-4.486 10.001-10s-4.486-10-10-10.001zM12 19.994c-4.41 0-7.999-3.589-8-8 0-4.411 3.589-8 8.001-8.001 4.411.001 8 3.59 8 8.001s-3.589 8-8.001 8z\"/><path d=\"m12.001 8.001-4.005 4.005h3.005V16h2v-3.994h3.004z\"/></svg></li><li title=\"bx up arrow \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M3 19h18a1.002 1.002 0 0 0 .823-1.569l-9-13c-.373-.539-1.271-.539-1.645 0l-9 13A.999.999 0 0 0 3 19zm9-12.243L19.092 17H4.908L12 6.757z\"/></svg></li><li title=\"bx upload \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M11 15h2V9h3l-4-5-4 5h3z\"/><path d=\"M20 18H4v-7H2v7c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2v-7h-2v7z\"/></svg></li><li title=\"bx upside down \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm0 18c-4.411 0-8-3.589-8-8s3.589-8 8-8 8 3.589 8 8-3.589 8-8 8z\"/><path d=\"M14.829 9.172c.181.181.346.38.488.592l1.658-1.119a6.063 6.063 0 0 0-1.621-1.62 5.963 5.963 0 0 0-2.148-.903 5.985 5.985 0 0 0-5.448 1.634 5.993 5.993 0 0 0-.733.889l1.657 1.119a4.017 4.017 0 0 1 2.51-1.683 3.989 3.989 0 0 1 3.637 1.091z\"/><circle cx=\"15.5\" cy=\"13.5\" r=\"1.5\"/><circle cx=\"8.507\" cy=\"13.507\" r=\"1.493\"/></svg></li><li title=\"bx upvote \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12.781 2.375c-.381-.475-1.181-.475-1.562 0l-8 10A1.001 1.001 0 0 0 4 14h4v7a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1v-7h4a1.001 1.001 0 0 0 .781-1.625l-8-10zM15 12h-1v8h-4v-8H6.081L12 4.601 17.919 12H15z\"/></svg></li><li title=\"bx usb \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M16 10h1v2h-4V6h2l-3-4-3 4h2v8H7v-2.277c.596-.347 1-.985 1-1.723a2 2 0 0 0-4 0c0 .738.404 1.376 1 1.723V14c0 1.103.897 2 2 2h4v2.277A1.99 1.99 0 0 0 10 20a2 2 0 0 0 4 0c0-.738-.404-1.376-1-1.723V14h4c1.103 0 2-.897 2-2v-2h1V6h-4v4z\"/></svg></li><li title=\"bx user check \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"  ><path d=\"M20.29 8.29 16 12.58l-1.3-1.29-1.41 1.42 2.7 2.7 5.72-5.7zM4 8a3.91 3.91 0 0 0 4 4 3.91 3.91 0 0 0 4-4 3.91 3.91 0 0 0-4-4 3.91 3.91 0 0 0-4 4zm6 0a1.91 1.91 0 0 1-2 2 1.91 1.91 0 0 1-2-2 1.91 1.91 0 0 1 2-2 1.91 1.91 0 0 1 2 2zM4 18a3 3 0 0 1 3-3h2a3 3 0 0 1 3 3v1h2v-1a5 5 0 0 0-5-5H7a5 5 0 0 0-5 5v1h2z\"/></svg></li><li title=\"bx user circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"  ><path d=\"M12 2A10.13 10.13 0 0 0 2 12a10 10 0 0 0 4 7.92V20h.1a9.7 9.7 0 0 0 11.8 0h.1v-.08A10 10 0 0 0 22 12 10.13 10.13 0 0 0 12 2zM8.07 18.93A3 3 0 0 1 11 16.57h2a3 3 0 0 1 2.93 2.36 7.75 7.75 0 0 1-7.86 0zm9.54-1.29A5 5 0 0 0 13 14.57h-2a5 5 0 0 0-4.61 3.07A8 8 0 0 1 4 12a8.1 8.1 0 0 1 8-8 8.1 8.1 0 0 1 8 8 8 8 0 0 1-2.39 5.64z\"/><path d=\"M12 6a3.91 3.91 0 0 0-4 4 3.91 3.91 0 0 0 4 4 3.91 3.91 0 0 0 4-4 3.91 3.91 0 0 0-4-4zm0 6a1.91 1.91 0 0 1-2-2 1.91 1.91 0 0 1 2-2 1.91 1.91 0 0 1 2 2 1.91 1.91 0 0 1-2 2z\"/></svg></li><li title=\"bx user minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"  ><path d=\"M14 11h8v2h-8zM8 4a3.91 3.91 0 0 0-4 4 3.91 3.91 0 0 0 4 4 3.91 3.91 0 0 0 4-4 3.91 3.91 0 0 0-4-4zm0 6a1.91 1.91 0 0 1-2-2 1.91 1.91 0 0 1 2-2 1.91 1.91 0 0 1 2 2 1.91 1.91 0 0 1-2 2zm-4 8a3 3 0 0 1 3-3h2a3 3 0 0 1 3 3v1h2v-1a5 5 0 0 0-5-5H7a5 5 0 0 0-5 5v1h2z\"/></svg></li><li title=\"bx user pin \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 10c1.151 0 2-.848 2-2s-.849-2-2-2c-1.15 0-2 .848-2 2s.85 2 2 2zm0 1c-2.209 0-4 1.612-4 3.6v.386h8V14.6c0-1.988-1.791-3.6-4-3.6z\"/><path d=\"M19 2H5c-1.103 0-2 .897-2 2v13c0 1.103.897 2 2 2h4l3 3 3-3h4c1.103 0 2-.897 2-2V4c0-1.103-.897-2-2-2zm-5 15-2 2-2-2H5V4h14l.002 13H14z\"/></svg></li><li title=\"bx user plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"  ><path d=\"M19 8h-2v3h-3v2h3v3h2v-3h3v-2h-3zM4 8a3.91 3.91 0 0 0 4 4 3.91 3.91 0 0 0 4-4 3.91 3.91 0 0 0-4-4 3.91 3.91 0 0 0-4 4zm6 0a1.91 1.91 0 0 1-2 2 1.91 1.91 0 0 1-2-2 1.91 1.91 0 0 1 2-2 1.91 1.91 0 0 1 2 2zM4 18a3 3 0 0 1 3-3h2a3 3 0 0 1 3 3v1h2v-1a5 5 0 0 0-5-5H7a5 5 0 0 0-5 5v1h2z\"/></svg></li><li title=\"bx user voice \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M8 12c2.28 0 4-1.72 4-4s-1.72-4-4-4-4 1.72-4 4 1.72 4 4 4zm0-6c1.178 0 2 .822 2 2s-.822 2-2 2-2-.822-2-2 .822-2 2-2zm1 7H7c-2.757 0-5 2.243-5 5v1h2v-1c0-1.654 1.346-3 3-3h2c1.654 0 3 1.346 3 3v1h2v-1c0-2.757-2.243-5-5-5zm9.364-10.364L16.95 4.05C18.271 5.373 19 7.131 19 9s-.729 3.627-2.05 4.95l1.414 1.414C20.064 13.663 21 11.403 21 9s-.936-4.663-2.636-6.364z\"/><path d=\"M15.535 5.464 14.121 6.88C14.688 7.445 15 8.198 15 9s-.312 1.555-.879 2.12l1.414 1.416C16.479 11.592 17 10.337 17 9s-.521-2.592-1.465-3.536z\"/></svg></li><li title=\"bx user x \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"  ><path d=\"m15.71 15.71 2.29-2.3 2.29 2.3 1.42-1.42-2.3-2.29 2.3-2.29-1.42-1.42-2.29 2.3-2.29-2.3-1.42 1.42L16.58 12l-2.29 2.29zM12 8a3.91 3.91 0 0 0-4-4 3.91 3.91 0 0 0-4 4 3.91 3.91 0 0 0 4 4 3.91 3.91 0 0 0 4-4zM6 8a1.91 1.91 0 0 1 2-2 1.91 1.91 0 0 1 2 2 1.91 1.91 0 0 1-2 2 1.91 1.91 0 0 1-2-2zM4 18a3 3 0 0 1 3-3h2a3 3 0 0 1 3 3v1h2v-1a5 5 0 0 0-5-5H7a5 5 0 0 0-5 5v1h2z\"/></svg></li><li title=\"bx user \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"  ><path d=\"M12 2a5 5 0 1 0 5 5 5 5 0 0 0-5-5zm0 8a3 3 0 1 1 3-3 3 3 0 0 1-3 3zm9 11v-1a7 7 0 0 0-7-7h-4a7 7 0 0 0-7 7v1h2v-1a5 5 0 0 1 5-5h4a5 5 0 0 1 5 5v1z\"/></svg></li><li title=\"bx vector \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M18.277 8c.347.596.985 1 1.723 1a2 2 0 0 0 0-4c-.738 0-1.376.404-1.723 1H16V4a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1v2H5.723C5.376 5.404 4.738 5 4 5a2 2 0 0 0 0 4c.738 0 1.376-.404 1.723-1H8v.369C5.133 9.84 4.318 12.534 4.091 14H3a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1h-.877c.197-.959.718-2.406 2.085-3.418A.984.984 0 0 0 9 11h6a.98.98 0 0 0 .792-.419c1.373 1.013 1.895 2.458 2.089 3.419H17a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1h-1.092c-.227-1.466-1.042-4.161-3.908-5.632V8h2.277zM6 18H4v-2h2v2zm14 0h-2v-2h2v2zm-6-9h-4V5h4v4z\"/></svg></li><li title=\"bx vertical center \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M13 5V2h-2v3H8l4 4 4-4zm0 17v-3h3l-4-4-4 4h3v3zM3 11h3v2H3zm5 0h3v2H8zm5 0h3v2h-3zm5 0h3v2h-3z\"/></svg></li><li title=\"bx vial \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m11.95 3.564.708.707-9.193 9.193C2.521 14.408 2 15.664 2 17s.521 2.592 1.465 3.535C4.408 21.479 5.664 22 7 22s2.592-.521 3.535-1.465l9.193-9.193.707.708 1.414-1.414-8.485-8.486-1.414 1.414zM9.121 19.121c-1.133 1.133-3.109 1.133-4.242 0C4.313 18.555 4 17.802 4 17s.313-1.555.879-2.121L5.758 14h8.484l-5.121 5.121zM16.242 12H7.758l6.314-6.314 4.242 4.242L16.242 12z\"/></svg></li><li title=\"bx video off \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M18 7c0-1.103-.897-2-2-2H6.414L3.707 2.293 2.293 3.707l18 18 1.414-1.414L18 16.586v-2.919L22 17V7l-4 3.333V7zm-2 7.586L8.414 7H16v7.586zM4 19h10.879l-2-2H4V8.121L2.145 6.265A1.977 1.977 0 0 0 2 7v10c0 1.103.897 2 2 2z\"/></svg></li><li title=\"bx video plus \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M11 8H9v3H6v2h3v3h2v-3h3v-2h-3z\"/><path d=\"M18 7c0-1.103-.897-2-2-2H4c-1.103 0-2 .897-2 2v10c0 1.103.897 2 2 2h12c1.103 0 2-.897 2-2v-3.333L22 17V7l-4 3.333V7zm-1.999 10H4V7h12v5l.001 5z\"/></svg></li><li title=\"bx video recording \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M18 9c0-1.103-.897-2-2-2h-1.434l-2.418-4.029A2.008 2.008 0 0 0 10.434 2H5v2h5.434l1.8 3H4c-1.103 0-2 .897-2 2v9c0 1.103.897 2 2 2h12c1.103 0 2-.897 2-2v-3l4 2v-7l-4 2V9zm-1.998 9H4V9h12l.001 4H16v1l.001.001.001 3.999z\"/><path d=\"M6 14h6v2H6z\"/></svg></li><li title=\"bx video \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M18 7c0-1.103-.897-2-2-2H4c-1.103 0-2 .897-2 2v10c0 1.103.897 2 2 2h12c1.103 0 2-.897 2-2v-3.333L22 17V7l-4 3.333V7zm-1.998 10H4V7h12l.001 4.999L16 12l.001.001.001 4.999z\"/></svg></li><li title=\"bx voicemail \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M17.5 8a4.505 4.505 0 0 0-4.5 4.5c0 .925.281 1.784.762 2.5h-3.523c.48-.716.761-1.575.761-2.5C11 10.019 8.981 8 6.5 8S2 10.019 2 12.5 4.019 17 6.5 17c.171 0 .334-.032.5-.051V17h11v-.051c2.244-.252 4-2.139 4-4.449 0-2.481-2.019-4.5-4.5-4.5zM4 12.5C4 11.121 5.121 10 6.5 10S9 11.121 9 12.5 7.879 15 6.5 15 4 13.879 4 12.5zM17.5 15c-1.379 0-2.5-1.121-2.5-2.5s1.121-2.5 2.5-2.5 2.5 1.121 2.5 2.5-1.121 2.5-2.5 2.5z\"/></svg></li><li title=\"bx volume full \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M16 21c3.527-1.547 5.999-4.909 5.999-9S19.527 4.547 16 3v2c2.387 1.386 3.999 4.047 3.999 7S18.387 17.614 16 19v2z\"/><path d=\"M16 7v10c1.225-1.1 2-3.229 2-5s-.775-3.9-2-5zM4 17h2.697l5.748 3.832a1.004 1.004 0 0 0 1.027.05A1 1 0 0 0 14 20V4a1 1 0 0 0-1.554-.832L6.697 7H4c-1.103 0-2 .897-2 2v6c0 1.103.897 2 2 2zm0-8h3c.033 0 .061-.016.093-.019a1.027 1.027 0 0 0 .38-.116c.026-.015.057-.017.082-.033L12 5.868v12.264l-4.445-2.964c-.025-.017-.056-.02-.082-.033a.986.986 0 0 0-.382-.116C7.059 15.016 7.032 15 7 15H4V9z\"/></svg></li><li title=\"bx volume low \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M4 17h2.697l5.748 3.832a1.004 1.004 0 0 0 1.027.05A1 1 0 0 0 14 20V4a1 1 0 0 0-1.554-.832L6.697 7H4c-1.103 0-2 .897-2 2v6c0 1.103.897 2 2 2zm0-8h3c.033 0 .061-.016.093-.019a1.027 1.027 0 0 0 .379-.116c.026-.014.057-.017.082-.033L12 5.868v12.264l-4.445-2.964c-.025-.018-.056-.02-.082-.033a.977.977 0 0 0-.382-.116C7.059 15.016 7.032 15 7 15H4V9zm12-2v10c1.225-1.1 2-3.229 2-5s-.775-3.9-2-5z\"/></svg></li><li title=\"bx volume mute \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m21.707 20.293-2.023-2.023A9.566 9.566 0 0 0 21.999 12c0-4.091-2.472-7.453-5.999-9v2c2.387 1.386 3.999 4.047 3.999 7a8.113 8.113 0 0 1-1.672 4.913l-1.285-1.285C17.644 14.536 18 13.19 18 12c0-1.771-.775-3.9-2-5v7.586l-2-2V4a1 1 0 0 0-1.554-.832L7.727 6.313l-4.02-4.02-1.414 1.414 18 18 1.414-1.414zM12 5.868v4.718L9.169 7.755 12 5.868zM4 17h2.697l5.748 3.832a1.004 1.004 0 0 0 1.027.05A1 1 0 0 0 14 20v-1.879l-2-2v2.011l-4.445-2.964c-.025-.017-.056-.02-.082-.033a.986.986 0 0 0-.382-.116C7.059 15.016 7.032 15 7 15H4V9h.879L3.102 7.223A1.995 1.995 0 0 0 2 9v6c0 1.103.897 2 2 2z\"/></svg></li><li title=\"bx volume \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M4 17h2.697l5.748 3.832a1.004 1.004 0 0 0 1.027.05A1 1 0 0 0 14 20V4a1 1 0 0 0-1.554-.832L6.697 7H4c-1.103 0-2 .897-2 2v6c0 1.103.897 2 2 2zm0-8h3c.033 0 .061-.016.093-.019a1.027 1.027 0 0 0 .379-.116c.026-.014.057-.017.082-.033L12 5.868v12.264l-4.445-2.964c-.025-.018-.056-.02-.082-.033a.977.977 0 0 0-.382-.116C7.059 15.016 7.032 15 7 15H4V9z\"/></svg></li><li title=\"bx walk \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><circle cx=\"13\" cy=\"4\" r=\"2\"/><path d=\"M13.978 12.27c.245.368.611.647 1.031.787l2.675.892.633-1.896-2.675-.892-1.663-2.495a2.016 2.016 0 0 0-.769-.679l-1.434-.717a1.989 1.989 0 0 0-1.378-.149l-3.193.797a2.002 2.002 0 0 0-1.306 1.046l-1.794 3.589 1.789.895 1.794-3.589 2.223-.556-1.804 8.346-3.674 2.527 1.133 1.648 3.675-2.528c.421-.29.713-.725.82-1.225l.517-2.388 2.517 1.888.925 4.625 1.961-.393-.925-4.627a2 2 0 0 0-.762-1.206l-2.171-1.628.647-3.885 1.208 1.813z\"/></svg></li><li title=\"bx wallet alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 3H5C3.346 3 2 4.346 2 6v12c0 1.654 1.346 3 3 3h15c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2zM5 19c-.552 0-1-.449-1-1V6c0-.551.448-1 1-1h15v3h-6c-1.103 0-2 .897-2 2v4c0 1.103.897 2 2 2h6.001v3H5zm15-9v4h-6v-4h6z\"/></svg></li><li title=\"bx wallet \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M16 12h2v4h-2z\"/><path d=\"M20 7V5c0-1.103-.897-2-2-2H5C3.346 3 2 4.346 2 6v12c0 2.201 1.794 3 3 3h15c1.103 0 2-.897 2-2V9c0-1.103-.897-2-2-2zM5 5h13v2H5a1.001 1.001 0 0 1 0-2zm15 14H5.012C4.55 18.988 4 18.805 4 18V8.815c.314.113.647.185 1 .185h15v10z\"/></svg></li><li title=\"bx water \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M5.996 9c1.413 0 2.16-.747 2.705-1.293.49-.49.731-.707 1.292-.707s.802.217 1.292.707C11.83 8.253 12.577 9 13.991 9c1.415 0 2.163-.747 2.71-1.293.491-.49.732-.707 1.295-.707s.804.217 1.295.707C19.837 8.253 20.585 9 22 9V7c-.563 0-.804-.217-1.295-.707C20.159 5.747 19.411 5 17.996 5s-2.162.747-2.709 1.292c-.491.491-.731.708-1.296.708-.562 0-.802-.217-1.292-.707C12.154 5.747 11.407 5 9.993 5s-2.161.747-2.706 1.293c-.49.49-.73.707-1.291.707s-.801-.217-1.291-.707C4.16 5.747 3.413 5 2 5v2c.561 0 .801.217 1.291.707C3.836 8.253 4.583 9 5.996 9zm0 5c1.413 0 2.16-.747 2.705-1.293.49-.49.731-.707 1.292-.707s.802.217 1.292.707c.545.546 1.292 1.293 2.706 1.293 1.415 0 2.163-.747 2.71-1.293.491-.49.732-.707 1.295-.707s.804.217 1.295.707C19.837 13.253 20.585 14 22 14v-2c-.563 0-.804-.217-1.295-.707-.546-.546-1.294-1.293-2.709-1.293s-2.162.747-2.709 1.292c-.491.491-.731.708-1.296.708-.562 0-.802-.217-1.292-.707C12.154 10.747 11.407 10 9.993 10s-2.161.747-2.706 1.293c-.49.49-.73.707-1.291.707s-.801-.217-1.291-.707C4.16 10.747 3.413 10 2 10v2c.561 0 .801.217 1.291.707C3.836 13.253 4.583 14 5.996 14zm0 5c1.413 0 2.16-.747 2.705-1.293.49-.49.731-.707 1.292-.707s.802.217 1.292.707c.545.546 1.292 1.293 2.706 1.293 1.415 0 2.163-.747 2.71-1.293.491-.49.732-.707 1.295-.707s.804.217 1.295.707C19.837 18.253 20.585 19 22 19v-2c-.563 0-.804-.217-1.295-.707-.546-.546-1.294-1.293-2.709-1.293s-2.162.747-2.709 1.292c-.491.491-.731.708-1.296.708-.562 0-.802-.217-1.292-.707C12.154 15.747 11.407 15 9.993 15s-2.161.747-2.706 1.293c-.49.49-.73.707-1.291.707s-.801-.217-1.291-.707C4.16 15.747 3.413 15 2 15v2c.561 0 .801.217 1.291.707C3.836 18.253 4.583 19 5.996 19z\"/></svg></li><li title=\"bx webcam \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2c-4.963 0-9 4.038-9 9 0 3.328 1.82 6.232 4.513 7.79l-2.067 1.378A1 1 0 0 0 6 22h12a1 1 0 0 0 .555-1.832l-2.067-1.378C19.18 17.232 21 14.328 21 11c0-4.962-4.037-9-9-9zm0 16c-3.859 0-7-3.141-7-7 0-3.86 3.141-7 7-7s7 3.14 7 7c0 3.859-3.141 7-7 7z\"/><path d=\"M12 6c-2.757 0-5 2.243-5 5s2.243 5 5 5 5-2.243 5-5-2.243-5-5-5zm0 8c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3z\"/></svg></li><li title=\"bx wifi 0 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"18\" r=\"2\"/></svg></li><li title=\"bx wifi 1 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M17.671 14.307C16.184 12.819 14.17 12 12 12s-4.184.819-5.671 2.307l1.414 1.414c1.11-1.11 2.621-1.722 4.257-1.722 1.636.001 3.147.612 4.257 1.722l1.414-1.414z\"/><circle cx=\"12\" cy=\"18\" r=\"2\"/></svg></li><li title=\"bx wifi 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M17.671 14.307C16.184 12.819 14.17 12 12 12s-4.184.819-5.671 2.307l1.414 1.414c1.11-1.11 2.621-1.722 4.257-1.722 1.636.001 3.147.612 4.257 1.722l1.414-1.414z\"/><path d=\"M20.437 11.292c-4.572-4.573-12.301-4.573-16.873 0l1.414 1.414c3.807-3.807 10.238-3.807 14.045 0l1.414-1.414z\"/><circle cx=\"12\" cy=\"18\" r=\"2\"/></svg></li><li title=\"bx wifi off \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m1.293 8.395 1.414 1.414c.504-.504 1.052-.95 1.622-1.359L2.9 7.021c-.56.422-1.104.87-1.607 1.374zM6.474 5.06 3.707 2.293 2.293 3.707l18 18 1.414-1.414-5.012-5.012.976-.975a7.86 7.86 0 0 0-4.099-2.148L11.294 9.88c2.789-.191 5.649.748 7.729 2.827l1.414-1.414c-2.898-2.899-7.061-3.936-10.888-3.158L8.024 6.61A13.366 13.366 0 0 1 12 6c3.537 0 6.837 1.353 9.293 3.809l1.414-1.414C19.874 5.561 16.071 4 12 4a15.198 15.198 0 0 0-5.526 1.06zm-2.911 6.233 1.414 1.414a9.563 9.563 0 0 1 2.058-1.551L5.576 9.697c-.717.451-1.395.979-2.013 1.596zm2.766 3.014 1.414 1.414c.692-.692 1.535-1.151 2.429-1.428l-1.557-1.557a7.76 7.76 0 0 0-2.286 1.571zm7.66 3.803-2.1-2.1a1.996 1.996 0 1 0 2.1 2.1z\"/></svg></li><li title=\"bx wifi \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 6c3.537 0 6.837 1.353 9.293 3.809l1.414-1.414C19.874 5.561 16.071 4 12 4c-4.071.001-7.874 1.561-10.707 4.395l1.414 1.414C5.163 7.353 8.463 6 12 6zm5.671 8.307c-3.074-3.074-8.268-3.074-11.342 0l1.414 1.414c2.307-2.307 6.207-2.307 8.514 0l1.414-1.414z\"/><path d=\"M20.437 11.293c-4.572-4.574-12.301-4.574-16.873 0l1.414 1.414c3.807-3.807 10.238-3.807 14.045 0l1.414-1.414z\"/><circle cx=\"12\" cy=\"18\" r=\"2\"/></svg></li><li title=\"bx wind \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M13 5.5C13 3.57 11.43 2 9.5 2 7.466 2 6.25 3.525 6.25 5h2c0-.415.388-1 1.25-1 .827 0 1.5.673 1.5 1.5S10.327 7 9.5 7H2v2h7.5C11.43 9 13 7.43 13 5.5zm2.5 9.5H8v2h7.5c.827 0 1.5.673 1.5 1.5s-.673 1.5-1.5 1.5c-.862 0-1.25-.585-1.25-1h-2c0 1.475 1.216 3 3.25 3 1.93 0 3.5-1.57 3.5-3.5S17.43 15 15.5 15z\"/><path d=\"M18 5c-2.206 0-4 1.794-4 4h2c0-1.103.897-2 2-2s2 .897 2 2-.897 2-2 2H2v2h16c2.206 0 4-1.794 4-4s-1.794-4-4-4zM2 15h4v2H2z\"/></svg></li><li title=\"bx window alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 3H4c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2zm0 2 .001 4H4V5h16zM4 19v-8h16.001l.001 8H4z\"/><path d=\"M14 6h2v2h-2zm3 0h2v2h-2z\"/></svg></li><li title=\"bx window close \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 3H4c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2zM4 19V7h16l.001 12H4z\"/><path d=\"m15.707 10.707-1.414-1.414L12 11.586 9.707 9.293l-1.414 1.414L10.586 13l-2.293 2.293 1.414 1.414L12 14.414l2.293 2.293 1.414-1.414L13.414 13z\"/></svg></li><li title=\"bx window open \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 3H4c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h5v-2H4V7h16v12h-5v2h5c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2z\"/><path d=\"M13 21v-5h3l-4-5-4 5h3v5z\"/></svg></li><li title=\"bx window \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M4 21h16c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2H4c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2zm0-2V7h16l.001 12H4z\"/></svg></li><li title=\"bx windows \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M16 7H4c-1.103 0-2 .897-2 2v10c0 1.103.897 2 2 2h12c1.103 0 2-.897 2-2V9c0-1.103-.897-2-2-2zM4 19v-8h12V9l.002 10H4z\"/><path d=\"M22 5c0-1.103-.897-2-2-2H7c-1.103 0-2 .897-2 2h13.001c1.101 0 1.996.895 1.999 1.994L20.002 15H20v2c1.103 0 2-.897 2-2V8.007L22.001 8V6L22 5.99V5z\"/></svg></li><li title=\"bx wine \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19.713 12.123c.264-.952.312-2.03.143-3.206l-.866-6.059A1 1 0 0 0 18 2H6a1 1 0 0 0-.99.858l-.865 6.058c-.169 1.177-.121 2.255.142 3.206.864 3.134 3.551 5.392 6.713 5.794V20H9v2h6v-2h-2v-2.084c3.162-.402 5.849-2.66 6.713-5.793zM17.133 4l.57 4H6.296l.571-4h10.266zM6.215 11.59c-.132-.474-.181-1.009-.159-1.59h11.889c.021.581-.028 1.116-.159 1.591A6.021 6.021 0 0 1 12 16a6.019 6.019 0 0 1-5.785-4.41z\"/></svg></li><li title=\"bx wink smile \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm0 18c-4.411 0-8-3.589-8-8s3.589-8 8-8 8 3.589 8 8-3.589 8-8 8z\"/><path d=\"M14.828 14.828a3.988 3.988 0 0 1-2.02 1.09 4.108 4.108 0 0 1-1.616 0 4.103 4.103 0 0 1-.749-.232 4.161 4.161 0 0 1-.679-.368 4.115 4.115 0 0 1-1.082-1.082l-1.658 1.117c.215.319.462.619.733.889a5.991 5.991 0 0 0 8.485.002c.272-.271.52-.571.734-.891l-1.658-1.117c-.143.211-.307.41-.49.592z\"/><circle cx=\"8.5\" cy=\"10.5\" r=\"1.5\"/><path d=\"M15.5 10c-2 0-2.5 2-2.5 2h5s-.501-2-2.5-2z\"/></svg></li><li title=\"bx wink tongue \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M15.5 9c-2 0-2.5 2-2.5 2h5s-.501-2-2.5-2z\"/><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm-2 16v-3h4v3c0 1.103-.897 2-2 2s-2-.897-2-2zm5.856 1.005c.085-.323.144-.656.144-1.005v-1.499C17.589 15.028 18 13 18 13H6s.412 2.028 2 3.501V18c0 .349.059.682.144 1.005A8.005 8.005 0 0 1 4 12c0-4.411 3.589-8 8-8s8 3.589 8 8a8.005 8.005 0 0 1-4.144 7.005z\"/><circle cx=\"8.5\" cy=\"9.5\" r=\"1.5\"/></svg></li><li title=\"bx won \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21.758 5H19.68l-.844 3h-4.893l-.899-3h-2.088l-.899 3H5.164L4.32 5H2.242l.844 3H2v2h1.648l.563 2H2v2h2.773l1.688 6h2.083l1.8-6h3.313l1.8 6h2.083l1.688-6H22v-2h-2.211l.563-2H22V8h-1.086l.844-3zM5.727 10h3.729l-.6 2H6.289l-.562-2zm1.804 6.417L6.852 14h1.404l-.725 2.417zM10.944 12l.6-2h.912l.6 2h-2.112zm5.525 4.417L15.744 14h1.404l-.679 2.417zM17.711 12h-2.567l-.6-2h3.729l-.562 2z\"/></svg></li><li title=\"bx world \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zM4 12c0-.899.156-1.762.431-2.569L6 11l2 2v2l2 2 1 1v1.931C7.061 19.436 4 16.072 4 12zm14.33 4.873C17.677 16.347 16.687 16 16 16v-1a2 2 0 0 0-2-2h-4v-3a2 2 0 0 0 2-2V7h1a2 2 0 0 0 2-2v-.411C17.928 5.778 20 8.65 20 12a7.947 7.947 0 0 1-1.67 4.873z\"/></svg></li><li title=\"bx wrench \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M5.122 21c.378.378.88.586 1.414.586S7.572 21.378 7.95 21l4.336-4.336a7.495 7.495 0 0 0 2.217.333 7.446 7.446 0 0 0 5.302-2.195 7.484 7.484 0 0 0 1.632-8.158l-.57-1.388-4.244 4.243-2.121-2.122 4.243-4.243-1.389-.571A7.478 7.478 0 0 0 14.499 2c-2.003 0-3.886.78-5.301 2.196a7.479 7.479 0 0 0-1.862 7.518L3 16.05a2.001 2.001 0 0 0 0 2.828L5.122 21zm4.548-8.791-.254-.616a5.486 5.486 0 0 1 1.196-5.983 5.46 5.46 0 0 1 4.413-1.585l-3.353 3.353 4.949 4.95 3.355-3.355a5.49 5.49 0 0 1-1.587 4.416c-1.55 1.55-3.964 2.027-5.984 1.196l-.615-.255-5.254 5.256h.001l-.001 1v-1l-2.122-2.122 5.256-5.255z\"/></svg></li><li title=\"bx x circle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M9.172 16.242 12 13.414l2.828 2.828 1.414-1.414L13.414 12l2.828-2.828-1.414-1.414L12 10.586 9.172 7.758 7.758 9.172 10.586 12l-2.828 2.828z\"/><path d=\"M12 22c5.514 0 10-4.486 10-10S17.514 2 12 2 2 6.486 2 12s4.486 10 10 10zm0-18c4.411 0 8 3.589 8 8s-3.589 8-8 8-8-3.589-8-8 3.589-8 8-8z\"/></svg></li><li title=\"bx x \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m16.192 6.344-4.243 4.242-4.242-4.242-1.414 1.414L10.535 12l-4.242 4.242 1.414 1.414 4.242-4.242 4.243 4.242 1.414-1.414L13.364 12l4.242-4.242z\"/></svg></li><li title=\"bx yen \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M17.2 3.4 12 10.333 6.8 3.4 5.2 4.6 10 11H7v2h4v2H7v2h4v4h2v-4h4v-2h-4v-2h4v-2h-3l4.8-6.4z\"/></svg></li><li title=\"bx zoom in \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M11 6H9v3H6v2h3v3h2v-3h3V9h-3z\"/><path d=\"M10 2c-4.411 0-8 3.589-8 8s3.589 8 8 8a7.952 7.952 0 0 0 4.897-1.688l4.396 4.396 1.414-1.414-4.396-4.396A7.952 7.952 0 0 0 18 10c0-4.411-3.589-8-8-8zm0 14c-3.309 0-6-2.691-6-6s2.691-6 6-6 6 2.691 6 6-2.691 6-6 6z\"/></svg></li><li title=\"bx zoom out \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M6 9h8v2H6z\"/><path d=\"M10 18a7.952 7.952 0 0 0 4.897-1.688l4.396 4.396 1.414-1.414-4.396-4.396A7.952 7.952 0 0 0 18 10c0-4.411-3.589-8-8-8s-8 3.589-8 8 3.589 8 8 8zm0-14c3.309 0 6 2.691 6 6s-2.691 6-6 6-6-2.691-6-6 2.691-6 6-6z\"/></svg></li><li class='heading'>solid</li><li title=\"bxs add to queue \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M4 22h12v-2H4V8H2v12c0 1.103.897 2 2 2z\"/><path d=\"M20 2H8c-1.103 0-2 .897-2 2v12c0 1.103.897 2 2 2h12c1.103 0 2-.897 2-2V4c0-1.103-.897-2-2-2zm-2 9h-3v3h-2v-3h-3V9h3V6h2v3h3v2z\"/></svg></li><li title=\"bxs adjust alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19.071 19.071c3.833-3.833 3.833-10.31 0-14.143s-10.31-3.833-14.143 0-3.833 10.31 0 14.143 10.31 3.833 14.143 0zM7.051 7.051c2.706-2.707 7.191-2.708 9.898 0l-9.898 9.898c-2.708-2.707-2.71-7.19 0-9.898z\"/></svg></li><li title=\"bxs adjust \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.579 2 2 6.58 2 12s4.579 10 10 10 10-4.58 10-10S17.421 2 12 2zm0 17V5c3.829 0 7 3.169 7 7 0 3.828-3.171 7-7 7z\"/></svg></li><li title=\"bxs alarm add \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 4c-4.879 0-9 4.121-9 9s4.121 9 9 9 9-4.121 9-9-4.121-9-9-9zm4 10h-3v3h-2v-3H8v-2h3V9h2v3h3v2zm1.284-10.293 1.412-1.416 3.01 3-1.413 1.417zM5.282 2.294 6.7 3.706l-2.99 3-1.417-1.413z\"/></svg></li><li title=\"bxs alarm exclamation \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m17.284 3.707 1.412-1.416 3.01 3-1.413 1.417zm-10.586 0-2.99 2.999L2.29 5.294l2.99-3zM12 4c-4.879 0-9 4.121-9 9s4.121 9 9 9 9-4.121 9-9-4.121-9-9-9zm1 14h-2v-2h2v2zm0-4h-2V8h2v6z\"/></svg></li><li title=\"bxs alarm off \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m20.292 6.708-3.01-3 1.412-1.417 3.01 3zm1.415 13.585-2.287-2.288C20.409 16.563 21 14.837 21 13c0-4.878-4.121-9-9-9-1.838 0-3.563.59-5.006 1.581L5.91 4.496l.788-.79-1.416-1.412-.786.788-.789-.789-1.414 1.414 18 18 1.414-1.414zM17 14h-1.586l-2-2H17v2zm-6-6h2v3.586l-2-2V8zm1 14c1.658 0 3.224-.485 4.574-1.305L4.305 8.426A8.794 8.794 0 0 0 3 13c0 4.878 4.122 9 9 9z\"/></svg></li><li title=\"bxs alarm snooze \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m17.284 3.707 1.412-1.416 3.01 3-1.413 1.417zm-10.586 0-2.99 2.999L2.29 5.294l2.99-3zM12 4c-4.878 0-9 4.121-9 9s4.122 9 9 9c4.879 0 9-4.121 9-9s-4.121-9-9-9zm4 13H8.131l4-6H8V9h7.868l-1.035 1.554-.001.001L11.869 15H16v2z\"/></svg></li><li title=\"bxs alarm \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 4c-4.878 0-9 4.122-9 9s4.122 9 9 9c4.879 0 9-4.122 9-9s-4.121-9-9-9zm5 10h-6V8h2v4h4v2zm3.292-7.292-3.01-3 1.412-1.417 3.01 3zM5.282 2.294 6.7 3.706l-2.99 3-1.417-1.413z\"/></svg></li><li title=\"bxs album \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm-4.607 8.055A4.956 4.956 0 0 0 7 12H5a6.978 6.978 0 0 1 2.051-4.95 6.978 6.978 0 0 1 2.225-1.5l.779 1.842c-.596.252-1.13.612-1.59 1.072s-.82.995-1.072 1.591zm4.6 3.945a2.007 2.007 0 1 1 0-4.014 2.007 2.007 0 0 1 0 4.014z\"/></svg></li><li title=\"bxs ambulance \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21.86 12.48 19.15 8a2 2 0 0 0-1.72-1H15V5a1 1 0 0 0-1-1H4a2 2 0 0 0-2 2v10a2 2 0 0 0 1 1.73 3.49 3.49 0 0 0 7 .27h3.1a3.48 3.48 0 0 0 6.9 0 2 2 0 0 0 2-2v-3a1.07 1.07 0 0 0-.14-.52zM6.5 19A1.5 1.5 0 1 1 8 17.5 1.5 1.5 0 0 1 6.5 19zm5.5-8h-2v2H8v-2H6V9h2V7h2v2h2zm4.5 8a1.5 1.5 0 1 1 1.5-1.5 1.5 1.5 0 0 1-1.5 1.5zM15 12V9h2.43l1.8 3z\"/></svg></li><li title=\"bxs analyse \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M4.626 8.878a7.937 7.937 0 0 1 1.71-2.541 7.92 7.92 0 0 1 2.542-1.71 8.12 8.12 0 0 1 6.13-.041A2.49 2.49 0 0 0 17.5 7C18.886 7 20 5.886 20 4.5S18.886 2 17.5 2c-.689 0-1.312.276-1.763.725-2.431-.973-5.223-.958-7.635.059-1.19.5-2.26 1.22-3.18 2.139A9.98 9.98 0 0 0 2 12h2c0-1.086.211-2.136.626-3.122zm14.747 6.244c-.401.952-.977 1.808-1.71 2.541s-1.589 1.309-2.542 1.71a8.12 8.12 0 0 1-6.13.041A2.488 2.488 0 0 0 6.5 17C5.114 17 4 18.114 4 19.5S5.114 22 6.5 22c.689 0 1.312-.276 1.763-.725A9.973 9.973 0 0 0 12 22a9.983 9.983 0 0 0 9.217-6.102A9.992 9.992 0 0 0 22 12h-2a7.993 7.993 0 0 1-.627 3.122z\"/><path d=\"M12 7.462c-2.502 0-4.538 2.036-4.538 4.538S9.498 16.538 12 16.538c2.502 0 4.538-2.036 4.538-4.538S14.502 7.462 12 7.462z\"/></svg></li><li title=\"bxs angry \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm-5 8.5.002-.022-1.373-.549.742-1.857 5 2-.742 1.857-1.031-.413c-.014.014-.023.031-.037.044A1.499 1.499 0 0 1 7 10.5zM8 17s1-3 4-3 4 3 4 3H8zm8.986-6.507c0 .412-.167.785-.438 1.056a1.488 1.488 0 0 1-2.112 0c-.011-.011-.019-.024-.029-.035l-1.037.415-.742-1.857 5-2 .742 1.857-1.386.554a.036.036 0 0 1 .002.01z\"/></svg></li><li title=\"bxs arch \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21 8V6H3v14H2v2h6v-7c0-.163.046-4 4-4 3.821 0 3.993 3.602 4 4v7h6v-2h-1V8zM2 2h20v2H2z\"/></svg></li><li title=\"bxs archive in \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m21.706 5.292-2.999-2.999A.996.996 0 0 0 18 2H6a.997.997 0 0 0-.707.293L2.294 5.292A.996.996 0 0 0 2 6v13c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V6a.994.994 0 0 0-.294-.708zM6.414 4h11.172l1 1H5.414l1-1zM12 18l-5-5h3v-3h4v3h3l-5 5z\"/></svg></li><li title=\"bxs archive out \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m21.706 5.292-2.999-2.999A.996.996 0 0 0 18 2H6a.996.996 0 0 0-.707.293L2.294 5.292A.994.994 0 0 0 2 6v13c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V6a.994.994 0 0 0-.294-.708zM6.414 4h11.172l1 1H5.414l1-1zM14 14v3h-4v-3H7l5-5 5 5h-3z\"/></svg></li><li title=\"bxs archive \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m21.704 5.29-2.997-2.997A.996.996 0 0 0 18 2H6a.996.996 0 0 0-.707.293L2.296 5.29A.994.994 0 0 0 2 5.999V19a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V5.999a.994.994 0 0 0-.296-.709zM6.414 4h11.172l1 1H5.414l1-1zM17 13v1H7v-4h2v2h6v-2h2v3z\"/></svg></li><li title=\"bxs area \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M3 19a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14zm9-13h6v6h-2V8h-4V6zm-6 6h2v4h4v2H6v-6z\"/></svg></li><li title=\"bxs arrow from bottom \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M6 18h12v2H6zm6-14-6 6h5v6h2v-6h5z\"/></svg></li><li title=\"bxs arrow from left \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M4 6h2v12H4zm10 5H8v2h6v5l6-6-6-6z\"/></svg></li><li title=\"bxs arrow from right \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M18 6h2v12h-2zm-8 12v-5h6v-2h-6V6l-6 6z\"/></svg></li><li title=\"bxs arrow from top \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M6 4h12v2H6zm5 4v6H6l6 6 6-6h-5V8z\"/></svg></li><li title=\"bxs arrow to bottom \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M6 18h12v2H6zm5-14v6H6l6 6 6-6h-5V4z\"/></svg></li><li title=\"bxs arrow to left \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M4 6h2v12H4zm10 7h6v-2h-6V6l-6 6 6 6z\"/></svg></li><li title=\"bxs arrow to right \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M18 6h2v12h-2zm-8 5H4v2h6v5l6-6-6-6z\"/></svg></li><li title=\"bxs arrow to top \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M6 4h12v2H6zm5 10v6h2v-6h5l-6-6-6 6z\"/></svg></li><li title=\"bxs award \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M5 8.999a6.99 6.99 0 0 0 2.879 5.646l.001.001a6.972 6.972 0 0 0 1.881.979l.051.019a6.906 6.906 0 0 0 1.163.271 6.79 6.79 0 0 0 1.024.085H12c.35 0 .69-.034 1.027-.084l.182-.028c.336-.059.664-.139.981-.243l.042-.016C17 14.693 19 12.078 19 8.999 19 5.14 15.86 2 12 2S5 5.14 5 8.999zM12 4c2.756 0 5 2.242 5 4.999h-2A3.003 3.003 0 0 0 12 6V4zM7.521 16.795V22L12 20.5l4.479 1.5.001-5.205a8.932 8.932 0 0 1-8.959 0z\"/></svg></li><li title=\"bxs baby carriage \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21.666 12.277a7.72 7.72 0 0 0 .171-.665c.003-.017.004-.033.008-.05.02-.098.029-.199.045-.298.025-.157.055-.313.07-.471a7.979 7.979 0 0 0-2.303-6.45A7.979 7.979 0 0 0 14 2v8H6.517l-.858-2H2v2h2.341l1.828 4.266A3.504 3.504 0 0 0 4 17.5C4 19.43 5.57 21 7.5 21c1.759 0 3.204-1.309 3.449-3h2.102c.245 1.691 1.69 3 3.449 3 1.93 0 3.5-1.57 3.5-3.5 0-.63-.181-1.213-.473-1.725.042-.041.089-.077.131-.119.36-.361.688-.759.977-1.184.288-.43.536-.886.736-1.359.016-.037.026-.076.041-.113h.001l.015-.042c.088-.22.168-.441.235-.668l.003-.013zM7.5 19c-.827 0-1.5-.673-1.5-1.5S6.673 16 7.5 16s1.5.673 1.5 1.5S8.327 19 7.5 19zm9 0c-.827 0-1.5-.673-1.5-1.5s.673-1.5 1.5-1.5 1.5.673 1.5 1.5-.673 1.5-1.5 1.5z\"/></svg></li><li title=\"bxs backpack \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M16 15a1 1 0 0 0-1-1H9c-.551 0-1 .448-1 1v2h8v-2zm-8 4h8v3H8z\"/><path d=\"M21 12c0-2.967-2.167-5.432-5-5.91V5c0-1.654-1.346-3-3-3h-2C9.346 2 8 3.346 8 5v1.09C5.167 6.568 3 9.033 3 12v8c0 1.103.897 2 2 2h1v-7c0-1.654 1.346-3 3-3h6c1.654 0 3 1.346 3 3v7h1c1.103 0 2-.897 2-2v-8zM10 5c0-.552.449-1 1-1h2a1 1 0 0 1 1 1v1h-4V5z\"/></svg></li><li title=\"bxs badge check \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19.965 8.521C19.988 8.347 20 8.173 20 8c0-2.379-2.143-4.288-4.521-3.965C14.786 2.802 13.466 2 12 2s-2.786.802-3.479 2.035C6.138 3.712 4 5.621 4 8c0 .173.012.347.035.521C2.802 9.215 2 10.535 2 12s.802 2.785 2.035 3.479A3.976 3.976 0 0 0 4 16c0 2.379 2.138 4.283 4.521 3.965C9.214 21.198 10.534 22 12 22s2.786-.802 3.479-2.035C17.857 20.283 20 18.379 20 16c0-.173-.012-.347-.035-.521C21.198 14.785 22 13.465 22 12s-.802-2.785-2.035-3.479zm-9.01 7.895-3.667-3.714 1.424-1.404 2.257 2.286 4.327-4.294 1.408 1.42-5.749 5.706z\"/></svg></li><li title=\"bxs badge dollar \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M2.047 14.668a.994.994 0 0 0 .465.607l1.91 1.104v2.199a1 1 0 0 0 1 1h2.199l1.104 1.91a1.01 1.01 0 0 0 .866.5c.174 0 .347-.046.501-.135L12 20.75l1.91 1.104a1.001 1.001 0 0 0 1.366-.365l1.103-1.91h2.199a1 1 0 0 0 1-1V16.38l1.91-1.104a1 1 0 0 0 .365-1.367L20.75 12l1.104-1.908a1 1 0 0 0-.365-1.366l-1.91-1.104v-2.2a1 1 0 0 0-1-1H16.38l-1.103-1.909a1.008 1.008 0 0 0-.607-.466.993.993 0 0 0-.759.1L12 3.25l-1.909-1.104a1 1 0 0 0-1.366.365l-1.104 1.91H5.422a1 1 0 0 0-1 1V7.62l-1.91 1.104a1.003 1.003 0 0 0-.365 1.368L3.251 12l-1.104 1.908a1.009 1.009 0 0 0-.1.76zM12 13c-3.48 0-4-1.879-4-3 0-1.287 1.029-2.583 3-2.915V6.012h2v1.109c1.734.41 2.4 1.853 2.4 2.879h-1l-1 .018C13.386 9.638 13.185 9 12 9c-1.299 0-2 .515-2 1 0 .374 0 1 2 1 3.48 0 4 1.879 4 3 0 1.287-1.029 2.583-3 2.915V18h-2v-1.08c-2.339-.367-3-2.003-3-2.92h2c.011.143.159 1 2 1 1.38 0 2-.585 2-1 0-.325 0-1-2-1z\"/></svg></li><li title=\"bxs badge \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19.965 8.521C19.988 8.347 20 8.173 20 8c0-2.379-2.143-4.288-4.521-3.965C14.786 2.802 13.466 2 12 2s-2.786.802-3.479 2.035C6.138 3.712 4 5.621 4 8c0 .173.012.347.035.521C2.802 9.215 2 10.535 2 12s.802 2.785 2.035 3.479A3.976 3.976 0 0 0 4 16c0 2.379 2.138 4.283 4.521 3.965C9.214 21.198 10.534 22 12 22s2.786-.802 3.479-2.035C17.857 20.283 20 18.379 20 16c0-.173-.012-.347-.035-.521C21.198 14.785 22 13.465 22 12s-.802-2.785-2.035-3.479z\"/></svg></li><li title=\"bxs baguette \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M11.13,4.41l4.23,4.23L14.3,9.7,10.06,5.46,8.29,7.23l4.24,4.24-1.06,1.06L7.23,8.29,5.46,10.06,9.7,14.3,8.64,15.36,4.41,11.13C1.86,14,1.55,18,3.79,20.21a5.38,5.38,0,0,0,3.85,1.5,8,8,0,0,0,5.6-2.47l6-6c2.87-2.87,3.31-7.11,1-9.45S14,1.86,11.13,4.41Z\"/></svg></li><li title=\"bxs ball \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20.247 3.034c-.069-.018-1.742-.433-4.052-.433-2.842 0-6.868.64-9.91 3.687-5.34 5.349-3.34 13.61-3.252 13.96a1 1 0 0 0 .728.726c.069.018 1.726.426 4.018.426 2.849 0 6.884-.641 9.932-3.688 5.335-5.335 3.351-13.6 3.264-13.949a1.005 1.005 0 0 0-.728-.729zm-3.537 9.262-1.414 1.414-1.793-1.792-1.586 1.586 1.792 1.793-1.414 1.414-1.792-1.793-1.793 1.793-1.414-1.414 1.793-1.793-1.793-1.794 1.414-1.414 1.793 1.794 1.586-1.586-1.794-1.793 1.414-1.414 1.794 1.793 1.793-1.793 1.414 1.414-1.793 1.793 1.793 1.792z\"/></svg></li><li title=\"bxs band aid \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m11.646 3.868-7.778 7.778a6.007 6.007 0 0 0 0 8.485 5.984 5.984 0 0 0 4.242 1.754 5.984 5.984 0 0 0 4.243-1.754l7.778-7.778a6.007 6.007 0 0 0 0-8.485 6.008 6.008 0 0 0-8.485 0zM9 13a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm3 3a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm0-6a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm3 3a1 1 0 1 1 0-2 1 1 0 0 1 0 2z\"/></svg></li><li title=\"bxs bank \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M2 8v4.001h1V18H2v3h16l3 .001V21h1v-3h-1v-5.999h1V8L12 2 2 8zm4 10v-5.999h2V18H6zm5 0v-5.999h2V18h-2zm7 0h-2v-5.999h2V18zM14 8a2 2 0 1 1-4.001-.001A2 2 0 0 1 14 8z\"/></svg></li><li title=\"bxs bar chart alt 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M6 21H3a1 1 0 0 1-1-1v-8a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1zm7 0h-3a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v17a1 1 0 0 1-1 1zm7 0h-3a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v11a1 1 0 0 1-1 1z\"/></svg></li><li title=\"bxs bar chart square \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21 19V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2zM9 18H7v-6h2v6zm4 0h-2V7h2v11zm4 0h-2v-8h2v8z\"/></svg></li><li title=\"bxs barcode \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 4H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2zM8 17H5V7h3zm2 0H9V7h1zm2 0h-1V7h1zm4 0h-3V7h3zm3 0h-2V7h2z\"/></svg></li><li title=\"bxs baseball \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21.984 12.236a9.966 9.966 0 0 0-2.913-7.308 9.966 9.966 0 0 0-7.308-2.913 9.04 9.04 0 0 1-.673 4.313l-1.84-.78a7.044 7.044 0 0 0 .526-3.284 9.927 9.927 0 0 0-4.847 2.665 9.924 9.924 0 0 0-2.666 4.852 7.082 7.082 0 0 0 2.576-.276l.575 1.916c-1.1.33-2.257.443-3.398.344a9.964 9.964 0 0 0 2.913 7.307 9.965 9.965 0 0 0 7.307 2.913 9.079 9.079 0 0 1 .344-3.398l1.916.575a7.06 7.06 0 0 0-.276 2.576 9.927 9.927 0 0 0 4.853-2.666 9.926 9.926 0 0 0 2.665-4.848 7.056 7.056 0 0 0-3.284.526l-.78-1.841a9.025 9.025 0 0 1 4.31-.673zM9.17 9.173a9.017 9.017 0 0 1-2.192 1.612l-.927-1.772a7.01 7.01 0 0 0 2.576-2.314l1.663 1.113c-.328.49-.705.948-1.12 1.361zm7.074 7.068a6.991 6.991 0 0 0-1.257 1.708l-1.772-.927a9.025 9.025 0 0 1 2.972-3.312l1.113 1.663a6.987 6.987 0 0 0-1.056.868z\"/></svg></li><li title=\"bxs basket \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M8.132 2.504 4.42 9H3a1.001 1.001 0 0 0-.965 1.263l2.799 10.263A2.004 2.004 0 0 0 6.764 22h10.473c.898 0 1.692-.605 1.93-1.475l2.799-10.263A.998.998 0 0 0 21 9h-1.42l-3.712-6.496-1.736.992L17.277 9H6.723l3.145-5.504-1.736-.992zM14 13h2v5h-2v-5zm-6 0h2v5H8v-5z\"/></svg></li><li title=\"bxs basketball \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M18.328 4.258a9.953 9.953 0 0 0-5.949-2.235 8.99 8.99 0 0 1-1.835 7.107L12 10.586l6.328-6.328zM7.701 9.115 4.258 5.672a9.938 9.938 0 0 0-2.112 4.704 7.007 7.007 0 0 0 5.555-1.261zm12.041-3.443L13.414 12l1.456 1.456a8.993 8.993 0 0 1 7.107-1.835 9.953 9.953 0 0 0-2.235-5.949zm2.112 7.952a7.007 7.007 0 0 0-5.555 1.261l3.443 3.443a9.924 9.924 0 0 0 2.112-4.704zM9.115 7.701a7.007 7.007 0 0 0 1.261-5.555 9.928 9.928 0 0 0-4.704 2.112l3.443 3.443zm4.509 14.153a9.936 9.936 0 0 0 4.704-2.111L14.885 16.3a7.003 7.003 0 0 0-1.261 5.554zM12 13.414l-6.328 6.328a9.953 9.953 0 0 0 5.949 2.235 8.99 8.99 0 0 1 1.835-7.107L12 13.414zm-7.742 4.914L10.586 12 9.13 10.544a8.993 8.993 0 0 1-7.107 1.835 9.953 9.953 0 0 0 2.235 5.949z\"/></svg></li><li title=\"bxs bath \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21 10H7V7.113c0-.997.678-1.923 1.661-2.085A2.003 2.003 0 0 1 11 7h2a4.003 4.003 0 0 0-4.398-3.98C6.523 3.222 5 5.089 5 7.178V10H3a1 1 0 0 0-1 1v2c0 2.606 1.674 4.823 4 5.65V22h2v-3h8v3h2v-3.35c2.326-.827 4-3.044 4-5.65v-2a1 1 0 0 0-1-1z\"/></svg></li><li title=\"bxs battery charging \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 10V8a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-2h2v-4h-2zM9 17l2-3.89L7 12l6-5-1 3.89L16 12l-7 5z\"/></svg></li><li title=\"bxs battery full \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M4 18h14a2 2 0 0 0 2-2v-2h2v-4h-2V8a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2zm1-9h12v6H5V9z\"/></svg></li><li title=\"bxs battery low \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 8a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-2h2v-4h-2V8zM5 15V9h3l4 6H5z\"/></svg></li><li title=\"bxs battery \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 8a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-2h2v-4h-2V8z\"/></svg></li><li title=\"bxs bed \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 9.556V3h-2v2H6V3H4v6.557C2.81 10.25 2 11.526 2 13v4a1 1 0 0 0 1 1h1v4h2v-4h12v4h2v-4h1a1 1 0 0 0 1-1v-4c0-1.474-.811-2.75-2-3.444zM11 9H6V7h5v2zm7 0h-5V7h5v2z\"/></svg></li><li title=\"bxs been here \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C7.589 2 4 5.589 4 9.995 3.971 16.44 11.696 21.784 12 22c0 0 8.029-5.56 8-12 0-4.411-3.589-8-8-8zm-1 13.414-3.707-3.707 1.414-1.414L11 12.586l5.293-5.293 1.414 1.414L11 15.414z\"/></svg></li><li title=\"bxs beer \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 6h-2V4a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v15c0 1.654 1.346 3 3 3h10c1.654 0 3-1.346 3-3v-1h2c1.103 0 2-.897 2-2V8c0-1.103-.897-2-2-2zM8 17H6V7h2v10zm6 0h-2V7h2v10zm6-1h-2V8h2v8z\"/></svg></li><li title=\"bxs bell minus \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 22a2.98 2.98 0 0 0 2.818-2H9.182A2.98 2.98 0 0 0 12 22zm8.707-5.707L19 14.586V10c0-3.217-2.185-5.926-5.145-6.743C13.562 2.52 12.846 2 12 2s-1.562.52-1.855 1.258C7.185 4.074 5 6.783 5 10v4.586l-1.707 1.707A.997.997 0 0 0 3 17v1a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1v-1a.997.997 0 0 0-.293-.707zM16 12H8v-2h8v2z\"/></svg></li><li title=\"bxs bell off \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20.345 18.931A.993.993 0 0 0 21 18v-1a.996.996 0 0 0-.293-.707L19 14.586V10c0-3.217-2.185-5.927-5.145-6.742C13.562 2.52 12.846 2 12 2s-1.562.52-1.855 1.258c-1.323.364-2.463 1.128-3.346 2.127L3.707 2.293 2.293 3.707l18 18 1.414-1.414-1.362-1.362zM12 22a2.98 2.98 0 0 0 2.818-2H9.182A2.98 2.98 0 0 0 12 22zM5 10v4.586l-1.707 1.707A.996.996 0 0 0 3 17v1a1 1 0 0 0 1 1h10.879L5.068 9.189C5.037 9.457 5 9.724 5 10z\"/></svg></li><li title=\"bxs bell plus \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 22a2.98 2.98 0 0 0 2.818-2H9.182A2.98 2.98 0 0 0 12 22zm8.707-5.707L19 14.586V10c0-3.217-2.185-5.926-5.145-6.743C13.562 2.52 12.846 2 12 2s-1.562.52-1.855 1.258C7.185 4.074 5 6.783 5 10v4.586l-1.707 1.707A.997.997 0 0 0 3 17v1a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1v-1a.997.997 0 0 0-.293-.707zM16 12h-3v3h-2v-3H8v-2h3V7h2v3h3v2z\"/></svg></li><li title=\"bxs bell ring \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m5.705 3.71-1.41-1.42C1 5.563 1 7.935 1 11h1l1-.063C3 8.009 3 6.396 5.705 3.71zm13.999-1.42-1.408 1.42C21 6.396 21 8.009 21 11l2-.063c0-3.002 0-5.374-3.296-8.647zM12 22a2.98 2.98 0 0 0 2.818-2H9.182A2.98 2.98 0 0 0 12 22zm7-7.414V10c0-3.217-2.185-5.927-5.145-6.742C13.562 2.52 12.846 2 12 2s-1.562.52-1.855 1.258C7.184 4.073 5 6.783 5 10v4.586l-1.707 1.707A.996.996 0 0 0 3 17v1a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1v-1a.996.996 0 0 0-.293-.707L19 14.586z\"/></svg></li><li title=\"bxs bell \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 22a2.98 2.98 0 0 0 2.818-2H9.182A2.98 2.98 0 0 0 12 22zm7-7.414V10c0-3.217-2.185-5.927-5.145-6.742C13.562 2.52 12.846 2 12 2s-1.562.52-1.855 1.258C7.185 4.074 5 6.783 5 10v4.586l-1.707 1.707A.996.996 0 0 0 3 17v1a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1v-1a.996.996 0 0 0-.293-.707L19 14.586z\"/></svg></li><li title=\"bxs bible \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M6 22h15v-2H6.012C5.55 19.988 5 19.805 5 19s.55-.988 1.012-1H21V4a2 2 0 0 0-2-2H6c-1.206 0-3 .799-3 3v14c0 2.201 1.794 3 3 3zM8 7h3V5h2v2h3v2h-3v6h-2V9H8V7z\"/></svg></li><li title=\"bxs binoculars \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19.447 5.345A3.27 3.27 0 0 0 16.29 3a3.293 3.293 0 0 0-3.277 3h-2.025a3.297 3.297 0 0 0-3.284-3 3.268 3.268 0 0 0-3.151 2.345l-2.511 8.368A1.027 1.027 0 0 0 2 14v1a5.006 5.006 0 0 0 5.001 5 5.003 5.003 0 0 0 4.576-3h.846a5.003 5.003 0 0 0 4.576 3A5.006 5.006 0 0 0 22 14.999V14c0-.098-.015-.194-.042-.287l-2.511-8.368zM7.001 18A3.005 3.005 0 0 1 4 15c0-.076.017-.147.022-.222A2.995 2.995 0 0 1 7 12a3 3 0 0 1 3 3v.009A3.004 3.004 0 0 1 7.001 18zm9.998 0A3.004 3.004 0 0 1 14 15.009V15a3 3 0 0 1 6-.001A3.005 3.005 0 0 1 16.999 18z\"/></svg></li><li title=\"bxs blanket \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 2H7C4.243 2 2 4.243 2 7v10c0 2.757 2.243 5 5 5h12c1.654 0 3-1.346 3-3s-1.346-3-3-3H6v2h13a1 1 0 0 1 0 2H7c-1.654 0-3-1.346-3-3s1.346-3 3-3h13c1.103 0 2-.897 2-2V4c0-1.103-.897-2-2-2zM4 13h.003L4 13.002V13z\"/></svg></li><li title=\"bxs bolt circle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm-1 16v-5H7l6-7v5h4l-6 7z\"/></svg></li><li title=\"bxs bolt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M17.168 8H13l.806-4.835A1 1 0 0 0 12.819 2H7.667a1 1 0 0 0-.986.835l-1.667 10A1 1 0 0 0 6 14h4v8l8.01-12.459A1 1 0 0 0 17.168 8z\"/></svg></li><li title=\"bxs bomb \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m18.293 4.293-1.086 1.086-1.086-1.086a.999.999 0 0 0-1.414 0l-1.249 1.249A8.427 8.427 0 0 0 10.499 5C5.813 5 2 8.813 2 13.5S5.813 22 10.499 22s8.5-3.813 8.5-8.5a8.42 8.42 0 0 0-.431-2.654L19.914 9.5a.999.999 0 0 0 0-1.414l-1.293-1.293 1.09-1.09C19.94 5.474 20.556 5 21 5h1V3h-1c-1.4 0-2.584 1.167-2.707 1.293zM10.499 10c-.935 0-1.813.364-2.475 1.025A3.48 3.48 0 0 0 7 13.5H5c0-1.468.571-2.849 1.609-3.888A5.464 5.464 0 0 1 10.499 8v2z\"/></svg></li><li title=\"bxs bone \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M18.852 5.148a3.317 3.317 0 0 0-.96-2.183 3.333 3.333 0 1 0-4.713 4.714l-5.499 5.5a3.333 3.333 0 1 0-4.714 4.713c.606.606 1.39.918 2.183.96.042.793.354 1.576.96 2.183a3.333 3.333 0 1 0 4.713-4.714l5.499-5.499a3.333 3.333 0 1 0 4.714-4.713 3.313 3.313 0 0 0-2.183-.961z\"/></svg></li><li title=\"bxs bong \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m19.293 8.293-2.069 2.069A7.017 7.017 0 0 0 15 8.681V4h1V2H8v2h1v4.681A7.01 7.01 0 0 0 5 15c0 3.859 3.141 7 7 7s7-3.141 7-7a6.958 6.958 0 0 0-.652-2.934l2.359-2.359-1.414-1.414zm-8.959 1.998.666-.235V4h2v6.056l.666.235A5.006 5.006 0 0 1 16.886 14H7.114a5.006 5.006 0 0 1 3.22-3.709z\"/></svg></li><li title=\"bxs book add \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M6.012 18H21V4c0-1.103-.897-2-2-2H6c-1.206 0-3 .799-3 3v14c0 2.201 1.794 3 3 3h15v-2H6.012C5.55 19.988 5 19.806 5 19s.55-.988 1.012-1zM8 9h3V6h2v3h3v2h-3v3h-2v-3H8V9z\"/></svg></li><li title=\"bxs book alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M3 5v14c0 2.201 1.794 3 3 3h15v-2H6.012C5.55 19.988 5 19.806 5 19s.55-.988 1.012-1H21V4c0-1.103-.897-2-2-2H6c-1.206 0-3 .799-3 3z\"/></svg></li><li title=\"bxs book bookmark \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 2H6c-1.206 0-3 .799-3 3v14c0 2.201 1.794 3 3 3h15v-2H6.012C5.55 19.988 5 19.806 5 19c0-.101.009-.191.024-.273.112-.576.584-.717.988-.727H21V4a2 2 0 0 0-2-2zm0 9-2-1-2 1V4h4v7z\"/></svg></li><li title=\"bxs book content \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 3H4c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2zm-1 4v2h-5V7h5zm-5 4h5v2h-5v-2zM4 19V5h7v14H4z\"/></svg></li><li title=\"bxs book heart \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M6.012 18H21V4c0-1.103-.897-2-2-2H6c-1.206 0-3 .799-3 3v14c0 2.201 1.794 3 3 3h15v-2H6.012C5.55 19.988 5 19.806 5 19c0-.101.009-.191.024-.273.112-.576.584-.717.988-.727zM8.648 7.642a2.224 2.224 0 0 1 3.125 0l.224.219.223-.219a2.225 2.225 0 0 1 3.126 0 2.129 2.129 0 0 1 0 3.069L11.998 14l-3.349-3.289a2.128 2.128 0 0 1-.001-3.069z\"/></svg></li><li title=\"bxs book open \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21 3h-7a2.98 2.98 0 0 0-2 .78A2.98 2.98 0 0 0 10 3H3a1 1 0 0 0-1 1v15a1 1 0 0 0 1 1h5.758a2.01 2.01 0 0 1 1.414.586l1.121 1.121c.009.009.021.012.03.021.086.08.182.15.294.196h.002a.996.996 0 0 0 .762 0h.002c.112-.046.208-.117.294-.196.009-.009.021-.012.03-.021l1.121-1.121A2.01 2.01 0 0 1 15.242 20H21a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1zm-1 15h-4.758a4.03 4.03 0 0 0-2.242.689V6c0-.551.448-1 1-1h6v13z\"/></svg></li><li title=\"bxs book reader \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M2 8v11.529S6.621 19.357 12 22c5.379-2.643 10-2.471 10-2.471V8s-5.454 0-10 2.471C7.454 8 2 8 2 8z\"/><circle cx=\"12\" cy=\"5\" r=\"3\"/></svg></li><li title=\"bxs book \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M6.012 18H21V4a2 2 0 0 0-2-2H6c-1.206 0-3 .799-3 3v14c0 2.201 1.794 3 3 3h15v-2H6.012C5.55 19.988 5 19.805 5 19s.55-.988 1.012-1zM8 6h9v2H8V6z\"/></svg></li><li title=\"bxs bookmark alt minus \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M18.5 2h-12C4.57 2 3 3.57 3 5.5V22l7-3.5 7 3.5v-9h5V5.5C22 3.57 20.43 2 18.5 2zM13 11H7V9h6v2zm7 0h-3V5.5c0-.827.673-1.5 1.5-1.5s1.5.673 1.5 1.5V11z\"/></svg></li><li title=\"bxs bookmark alt plus \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M18.5 2h-12C4.57 2 3 3.57 3 5.5V22l7-3.5 7 3.5v-9h5V5.5C22 3.57 20.43 2 18.5 2zM13 11h-2v2H9v-2H7V9h2V7h2v2h2v2zm7 0h-3V5.5c0-.827.673-1.5 1.5-1.5s1.5.673 1.5 1.5V11z\"/></svg></li><li title=\"bxs bookmark alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M18.5 2h-12C4.57 2 3 3.57 3 5.5V22l7-3.5 7 3.5v-9h5V5.5C22 3.57 20.43 2 18.5 2zm1.5 9h-3V5.5c0-.827.673-1.5 1.5-1.5s1.5.673 1.5 1.5V11z\"/></svg></li><li title=\"bxs bookmark heart \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 22V4c0-1.103-.897-2-2-2H7c-1.103 0-2 .897-2 2v18l7-4.666L19 22zM8.006 8.056c0-.568.224-1.083.585-1.456.361-.372.86-.603 1.412-.603 0 0 .996-.003 1.997 1.029 1.001-1.032 1.997-1.029 1.997-1.029.552 0 1.051.23 1.412.603s.585.888.585 1.456-.224 1.084-.585 1.456L12 13.203 8.591 9.512a2.083 2.083 0 0 1-.585-1.456z\"/></svg></li><li title=\"bxs bookmark minus \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M17 2H7a2 2 0 0 0-2 2v18l7-4.848L19 22V4a2 2 0 0 0-2-2zm-1 9H8V9h8v2z\"/></svg></li><li title=\"bxs bookmark plus \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M17 2H7a2 2 0 0 0-2 2v18l7-4.848L19 22V4a2 2 0 0 0-2-2zm-1 9h-3v3h-2v-3H8V9h3V6h2v3h3v2z\"/></svg></li><li title=\"bxs bookmark star \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 11.222 14.667 13l-.89-3.111L16 8l-2.667-.333L12 5l-1.333 2.667L8 8l2.223 1.889L9.333 13z\"/><path d=\"M19 21.723V4a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v17.723l7-4.571 7 4.571zM8 8l2.667-.333L12 5l1.333 2.667L16 8l-2.223 1.889.89 3.111L12 11.222 9.333 13l.89-3.111L8 8z\"/></svg></li><li title=\"bxs bookmark \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 10.132v-6c0-1.103-.897-2-2-2H7c-1.103 0-2 .897-2 2V22l7-4.666L19 22V10.132z\"/></svg></li><li title=\"bxs bookmarks \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M16.999 23V7c0-1.103-.897-2-2-2h-8c-1.103 0-2 .897-2 2v16l6-3.601 6 3.601z\"/><path d=\"M15.585 3h1.414c1.103 0 2 .897 2 2v10.443l2 2.489V3c0-1.103-.897-2-2-2h-8c-1.103 0-2 .897-2 2h6.586z\"/></svg></li><li title=\"bxs bot \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21 10.975V8a2 2 0 0 0-2-2h-6V4.688c.305-.274.5-.668.5-1.11a1.5 1.5 0 0 0-3 0c0 .442.195.836.5 1.11V6H5a2 2 0 0 0-2 2v2.998l-.072.005A.999.999 0 0 0 2 12v2a1 1 0 0 0 1 1v5a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-5a1 1 0 0 0 1-1v-1.938a1.004 1.004 0 0 0-.072-.455c-.202-.488-.635-.605-.928-.632zM7 12c0-1.104.672-2 1.5-2s1.5.896 1.5 2-.672 2-1.5 2S7 13.104 7 12zm8.998 6c-1.001-.003-7.997 0-7.998 0v-2s7.001-.002 8.002 0l-.004 2zm-.498-4c-.828 0-1.5-.896-1.5-2s.672-2 1.5-2 1.5.896 1.5 2-.672 2-1.5 2z\"/></svg></li><li title=\"bxs bowl hot \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21,10H3a1,1,0,0,0-1,1,10,10,0,0,0,5,8.66V21a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1V19.66A10,10,0,0,0,22,11,1,1,0,0,0,21,10Z\"/><path d=\"M9,9V7.93A4.51,4.51,0,0,0,7.72,4.78,2.49,2.49,0,0,1,7,3V2H5V3A4.51,4.51,0,0,0,6.28,6.17,2.49,2.49,0,0,1,7,7.93V9Z\"/><path d=\"M13,9V7.93a4.51,4.51,0,0,0-1.28-3.15A2.49,2.49,0,0,1,11,3V2H9V3a4.51,4.51,0,0,0,1.28,3.15A2.49,2.49,0,0,1,11,7.93V9Z\"/><path d=\"M17,9V7.93a4.51,4.51,0,0,0-1.28-3.15A2.49,2.49,0,0,1,15,3V2H13V3a4.51,4.51,0,0,0,1.28,3.15A2.49,2.49,0,0,1,15,7.93V9Z\"/></svg></li><li title=\"bxs bowl rice \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21,10h0a3.58,3.58,0,0,0-1.8-3,3.66,3.66,0,0,0-3.63-3.13,3.86,3.86,0,0,0-1,.13A3.7,3.7,0,0,0,9.46,4a3.86,3.86,0,0,0-1-.13A3.66,3.66,0,0,0,4.81,7,3.58,3.58,0,0,0,3,10H3a1,1,0,0,0-1,1,10,10,0,0,0,5,8.66V21a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1V19.66A10,10,0,0,0,22,11,1,1,0,0,0,21,10ZM5,10A1.59,1.59,0,0,1,6.11,8.61l.83-.26L6.78,7.5A1.64,1.64,0,0,1,8.44,5.88a1.78,1.78,0,0,1,.83.2l.81.45.5-.77a1.71,1.71,0,0,1,2.84,0l.5.77.81-.45a1.78,1.78,0,0,1,.83-.2,1.65,1.65,0,0,1,1.67,1.6l-.16.85.82.28A1.59,1.59,0,0,1,19,10Z\"/></svg></li><li title=\"bxs bowling ball \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zM6.5 12a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 6.5 12zM9 6.5a1.5 1.5 0 1 1 3.001.001A1.5 1.5 0 0 1 9 6.5zm2.5 6.5a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 11.5 13z\"/></svg></li><li title=\"bxs box \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M2 3h20v4H2zm17 5H3v11a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V8h-2zm-3 6H8v-2h8v2z\"/></svg></li><li title=\"bxs brain \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M3.299 17.596c.432 1.332 1.745 2.182 3.146 2.182H6.5A2.78 2.78 0 0 0 9.223 22c.457 0 .884-.115 1.262-.313a.992.992 0 0 0 .515-.882V3.027a.997.997 0 0 0-.785-.983 2.324 2.324 0 0 0-1.479.201c-.744.356-1.18 1.151-1.18 1.978v.055a2.778 2.778 0 0 0-2.744 4.433A3.327 3.327 0 0 0 2 12c0 1.178.611 2.211 1.533 2.812-.43.771-.571 1.746-.234 2.784zm15.889-8.885a2.778 2.778 0 0 0-2.744-4.433v-.055c0-.826-.437-1.622-1.181-1.978a2.32 2.32 0 0 0-1.478-.201.998.998 0 0 0-.785.983v17.777c0 .365.192.712.516.882.378.199.804.314 1.261.314a2.78 2.78 0 0 0 2.723-2.223h.056c1.4 0 2.714-.85 3.146-2.182.337-1.038.196-2.013-.234-2.784A3.35 3.35 0 0 0 22 12a3.327 3.327 0 0 0-2.812-3.289z\"/></svg></li><li title=\"bxs briefcase alt 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 6h-3V4c0-1.103-.897-2-2-2H9c-1.103 0-2 .897-2 2v2H4c-1.103 0-2 .897-2 2v4h5v-2h2v2h6v-2h2v2h5V8c0-1.103-.897-2-2-2zM9 4h6v2H9V4zm8 11h-2v-2H9v2H7v-2H2v6c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2v-6h-5v2z\"/></svg></li><li title=\"bxs briefcase alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 6h-3V4c0-1.103-.897-2-2-2H9c-1.103 0-2 .897-2 2v2H4c-1.103 0-2 .897-2 2v11c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V8c0-1.103-.897-2-2-2zM6 8h2v11H6V8zm12 11h-2V8h2v11zM15 4v2H9V4h6z\"/></svg></li><li title=\"bxs briefcase \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 6h-3V4c0-1.103-.897-2-2-2H9c-1.103 0-2 .897-2 2v2H4c-1.103 0-2 .897-2 2v3h20V8c0-1.103-.897-2-2-2zM9 4h6v2H9V4zm5 10h-4v-2H2v7c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2v-7h-8v2z\"/></svg></li><li title=\"bxs brightness half \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21.546 11.646 19 9.101V5.5a.5.5 0 0 0-.5-.5h-3.601l-2.546-2.546a.5.5 0 0 0-.707 0L9.101 5H5.5a.5.5 0 0 0-.5.5v3.601l-2.546 2.546a.5.5 0 0 0 0 .707L5 14.899V18.5a.5.5 0 0 0 .5.5h3.601l2.546 2.546a.5.5 0 0 0 .707 0L14.899 19H18.5a.5.5 0 0 0 .5-.5v-3.601l2.546-2.546a.5.5 0 0 0 0-.707zM12 8a4 4 0 0 1 0 8\"/></svg></li><li title=\"bxs brightness \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21.546 11.646 19 9.101V5.5a.5.5 0 0 0-.5-.5h-3.601l-2.546-2.546a.5.5 0 0 0-.707 0L9.101 5H5.5a.5.5 0 0 0-.5.5v3.601l-2.546 2.546a.5.5 0 0 0 0 .707L5 14.899V18.5a.5.5 0 0 0 .5.5h3.601l2.546 2.546a.5.5 0 0 0 .707 0L14.899 19H18.5a.5.5 0 0 0 .5-.5v-3.601l2.546-2.546a.5.5 0 0 0 0-.707zM12 16a4 4 0 1 1 0-8 4 4 0 0 1 0 8z\"/></svg></li><li title=\"bxs brush alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M18 8.001h-2V8h-1V4.999a2.92 2.92 0 0 0-.874-2.108 2.943 2.943 0 0 0-2.39-.879C10.202 2.144 9 3.508 9 5.117V8H6c-1.103 0-2 .897-2 2v11a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V10.001c0-1.103-.897-2-2-2zM6 12v-2h5V5.117c0-.57.407-1.07 1.002-1.117.266 0 .512.103.712.307a.956.956 0 0 1 .286.692V10h.995l.005.001h4V12H6z\"/></svg></li><li title=\"bxs brush \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m21.207 11.278-2.035-2.035-1.415-1.415-5.035-5.035a.999.999 0 0 0-1.414 0L6.151 7.949 4.736 9.363a2.985 2.985 0 0 0-.878 2.122c0 .802.313 1.556.879 2.121l.707.707-2.122 2.122a2.925 2.925 0 0 0-.873 2.108 2.968 2.968 0 0 0 1.063 2.308 2.92 2.92 0 0 0 1.886.681c.834 0 1.654-.341 2.25-.937l2.039-2.039.707.706c1.133 1.133 3.107 1.134 4.242.001l.708-.707.569-.569.138-.138 5.156-5.157a.999.999 0 0 0 0-1.414zm-7.277 5.865-.708.706a1.021 1.021 0 0 1-1.414 0l-1.414-1.413a.999.999 0 0 0-1.414 0l-2.746 2.745a1.192 1.192 0 0 1-.836.352.914.914 0 0 1-.595-.208.981.981 0 0 1-.354-.782.955.955 0 0 1 .287-.692l2.829-2.829a.999.999 0 0 0 0-1.414l-1.414-1.415c-.189-.188-.293-.438-.293-.706s.104-.519.293-.708l.707-.707 3.536 3.536 3.536 3.535z\"/></svg></li><li title=\"bxs bug alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m18 5.414 1.707-1.707-1.414-1.414-1.563 1.562C15.483 2.708 13.824 2 12 2s-3.483.708-4.73 1.855L5.707 2.293 4.293 3.707 6 5.414A6.937 6.937 0 0 0 5 9H3v2h2v2H3v2h2c0 3.86 3.141 7 7 7s7-3.14 7-7h2v-2h-2v-2h2V9h-2a6.937 6.937 0 0 0-1-3.586zM15 15H9v-2h6v2zm0-4H9V9h6v2z\"/></svg></li><li title=\"bxs bug \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M6.787 7h10.426c-.108-.158-.201-.331-.318-.481l2.813-2.812-1.414-1.414-2.846 2.846a6.575 6.575 0 0 0-.723-.454 5.778 5.778 0 0 0-5.45 0c-.25.132-.488.287-.722.453L5.707 2.293 4.293 3.707l2.813 2.812c-.118.151-.21.323-.319.481zM5.756 9H2v2h2.307c-.065.495-.107.997-.107 1.5 0 .507.042 1.013.107 1.511H2v2h2.753c.013.039.021.08.034.118.188.555.421 1.093.695 1.6.044.081.095.155.141.234l-2.33 2.33 1.414 1.414 2.11-2.111a7.477 7.477 0 0 0 2.068 1.619c.479.253.982.449 1.496.58.204.052.411.085.618.118V16h2v5.914a6.23 6.23 0 0 0 .618-.118 6.812 6.812 0 0 0 1.496-.58c.465-.246.914-.55 1.333-.904.258-.218.5-.462.734-.716l2.111 2.111 1.414-1.414-2.33-2.33c.047-.08.098-.155.142-.236.273-.505.507-1.043.694-1.599.013-.039.021-.079.034-.118H22v-2h-2.308c.065-.499.107-1.004.107-1.511 0-.503-.042-1.005-.106-1.5H22V9H5.756z\"/></svg></li><li title=\"bxs building house \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M18.991 2H9.01C7.899 2 7 2.899 7 4.01v5.637l-4.702 4.642A1 1 0 0 0 3 16v5a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1V4.009C21 2.899 20.102 2 18.991 2zm-8.069 13.111V20H5v-5.568l2.987-2.949 2.935 3.003v.625zM13 9h-2V7h2v2zm4 8h-2v-2h2v2zm0-4h-2v-2h2v2zm0-4h-2V7h2v2z\"/><path d=\"M7 15h2v2H7z\"/></svg></li><li title=\"bxs building \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M17 2H7a2 2 0 0 0-2 2v17a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4a2 2 0 0 0-2-2zm-6 14H8v-2h3v2zm0-4H8v-2h3v2zm0-4H8V6h3v2zm5 8h-3v-2h3v2zm0-4h-3v-2h3v2zm0-4h-3V6h3v2z\"/></svg></li><li title=\"bxs buildings \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M7 14.001h2v2H7z\"/><path d=\"M19 2h-8a2 2 0 0 0-2 2v6H5c-1.103 0-2 .897-2 2v9a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1V4a2 2 0 0 0-2-2zM5 20v-8h6v8H5zm9-12h-2V6h2v2zm4 8h-2v-2h2v2zm0-4h-2v-2h2v2zm0-4h-2V6h2v2z\"/></svg></li><li title=\"bxs bulb \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M9 20h6v2H9zm7.906-6.288C17.936 12.506 19 11.259 19 9c0-3.859-3.141-7-7-7S5 5.141 5 9c0 2.285 1.067 3.528 2.101 4.73.358.418.729.851 1.084 1.349.144.206.38.996.591 1.921h-.792v2h8.032v-2h-.79c.213-.927.45-1.719.593-1.925.352-.503.726-.94 1.087-1.363z\"/></svg></li><li title=\"bxs bullseye \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm0 17c-3.859 0-7-3.14-7-7s3.141-7 7-7 7 3.14 7 7-3.141 7-7 7z\"/><path d=\"M12 7c-2.757 0-5 2.243-5 5s2.243 5 5 5 5-2.243 5-5-2.243-5-5-5zm0 7c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2z\"/></svg></li><li title=\"bxs buoy \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm7.736 8h-3.16A5.02 5.02 0 0 0 14 7.424V4.263A8.015 8.015 0 0 1 19.736 10zM12 15c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3zM10 4.263v3.161A5.02 5.02 0 0 0 7.424 10h-3.16A8.015 8.015 0 0 1 10 4.263zM4.264 14h3.16A5.02 5.02 0 0 0 10 16.576v3.161A8.015 8.015 0 0 1 4.264 14zM14 19.737v-3.161A5.02 5.02 0 0 0 16.576 14h3.16A8.015 8.015 0 0 1 14 19.737z\"/></svg></li><li title=\"bxs bus school \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21 11.597V11h1V8h-1V6c0-2.206-1.794-4-4-4H7C4.794 2 3 3.794 3 6v2H2v3h1v.597a3.97 3.97 0 0 0-.999 2.648l.004 3.758c.001.733.404 1.369.995 1.716V21a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1h12v1a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1.274a2.02 2.02 0 0 0 .421-.313c.377-.378.585-.881.584-1.415l-.004-3.759A3.965 3.965 0 0 0 21 11.597zM8 4h8v2H8V4zM6.5 17a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 6.5 17zm4.5-5H5V8h6v4zm6.5 5a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 17.5 17zm1.5-5h-6V8h6v4z\"/></svg></li><li title=\"bxs bus \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21 6.021c.003-.146-.007-1.465-1.3-2.735C18.427 2.036 17.143 2 17 2H6.996c-.239 0-1.493.063-2.708 1.302C3.036 4.578 3 5.859 3 6v3H2v3h1v6c0 .734.406 1.373 1 1.721V21a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1h10v1a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1.277A1.99 1.99 0 0 0 21 18v-6h1V9h-1V6.021zM9 4h6v2H9V4zM6.5 18a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 6.5 18zm4.5-5H5V8h6v5zm6.5 5a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 17.5 18zm1.5-5h-6V8h6v5z\"/></svg></li><li title=\"bxs business \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21 7h-6a1 1 0 0 0-1 1v3h-2V4a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1zM8 6h2v2H8V6zM6 16H4v-2h2v2zm0-4H4v-2h2v2zm0-4H4V6h2v2zm4 8H8v-2h2v2zm0-4H8v-2h2v2zm9 4h-2v-2h2v2zm0-4h-2v-2h2v2z\"/></svg></li><li title=\"bxs cabinet \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21 4c0-1.103-.897-2-2-2H5c-1.103 0-2 .897-2 2v7h18V4zm-5 4H8V5h2v1h4V5h2v3zM5 22h14c1.103 0 2-.897 2-2v-7H3v7c0 1.103.897 2 2 2zm3-6h2v1h4v-1h2v3H8v-3z\"/></svg></li><li title=\"bxs cable car \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M2,9.76l9-2.45V10H7a2,2,0,0,0-2,2v8a2,2,0,0,0,2,2H17a2,2,0,0,0,2-2V12a2,2,0,0,0-2-2H13V6.76l9-2.45V2.24L2,7.69ZM11,12v3H7V12Zm6,0v3H13V12Z\"/></svg></li><li title=\"bxs cake \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M16.997 15c-1.601 0-2.446-.676-3.125-1.219-.567-.453-.977-.781-1.878-.781-.898 0-1.287.311-1.874.78-.679.544-1.524 1.22-3.125 1.22s-2.444-.676-3.123-1.22C3.285 13.311 2.897 13 2 13v5c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2v-5c-.899 0-1.288.311-1.876.781-.68.543-1.525 1.219-3.127 1.219zM19 5h-6V2h-2v3H5C3.346 5 2 6.346 2 8v3c1.6 0 2.443.676 3.122 1.22.587.469.975.78 1.873.78.899 0 1.287-.311 1.875-.781.679-.543 1.524-1.219 3.124-1.219 1.602 0 2.447.676 3.127 1.219.588.47.977.781 1.876.781.9 0 1.311-.328 1.878-.781C19.554 11.676 20.399 11 22 11V8c0-1.654-1.346-3-3-3z\"/></svg></li><li title=\"bxs calculator \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M6 22h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2zm3-3H7v-2h2v2zm0-4H7v-2h2v2zm0-4H7V9h2v2zm4 8h-2v-2h2v2zm0-4h-2v-2h2v2zm0-4h-2V9h2v2zm4 8h-2v-6h2v6zm0-8h-2V9h2v2zM6 4h12v3H6V4z\"/></svg></li><li title=\"bxs calendar alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M5 22h14c1.103 0 2-.897 2-2V6c0-1.103-.897-2-2-2h-2V2h-2v2H9V2H7v2H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2zM5 7h14v2H5V7z\"/></svg></li><li title=\"bxs calendar check \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M5 22h14c1.103 0 2-.897 2-2V6c0-1.103-.897-2-2-2h-2V2h-2v2H9V2H7v2H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2zm6-3.586-3.707-3.707 1.414-1.414L11 15.586l4.293-4.293 1.414 1.414L11 18.414zM5 7h14v2H5V7z\"/></svg></li><li title=\"bxs calendar edit \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M5 22h14c1.103 0 2-.897 2-2V6c0-1.103-.897-2-2-2h-2V2h-2v2H9V2H7v2H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2zm4.799-2.013H8v-1.799l4.977-4.97 1.799 1.799-4.977 4.97zm5.824-5.817-1.799-1.799L15.196 11l1.799 1.799-1.372 1.371zM5 7h14v2H5V7z\"/></svg></li><li title=\"bxs calendar event \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 4h-2V2h-2v2H9V2H7v2H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2V6c0-1.103-.897-2-2-2zm-1 15h-6v-6h6v6zm1-10H5V7h14v2z\"/></svg></li><li title=\"bxs calendar exclamation \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 4h-2V2h-2v2H9V2H7v2H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2V6c0-1.103-.897-2-2-2zm-6 16h-2v-2h2v2zm0-4h-2v-5h2v5zm6-7H5V7h14v2z\"/></svg></li><li title=\"bxs calendar heart \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 4h-2V2h-2v2H9V2H7v2H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2V6c0-1.103-.897-2-2-2zm-3.648 11.711L12.002 19l-3.349-3.289a2.129 2.129 0 0 1 0-3.069 2.224 2.224 0 0 1 3.125 0l.224.219.224-.219a2.225 2.225 0 0 1 3.126 0 2.129 2.129 0 0 1 0 3.069zM19 9H5V7h14v2z\"/></svg></li><li title=\"bxs calendar minus \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M5 22h14c1.103 0 2-.897 2-2V6c0-1.103-.897-2-2-2h-2V2h-2v2H9V2H7v2H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2zm11-6H8v-2h8v2zM5 7h14v2H5V7z\"/></svg></li><li title=\"bxs calendar plus \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M5 22h14c1.103 0 2-.897 2-2V6c0-1.103-.897-2-2-2h-2V2h-2v2H9V2H7v2H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2zm11-6h-3v3h-2v-3H8v-2h3v-3h2v3h3v2zM5 7h14v2H5V7z\"/></svg></li><li title=\"bxs calendar star \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 4h-2V2h-2v2H9V2H7v2H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2V6c0-1.103-.897-2-2-2zm-4.588 15-2.449-1.288L9.514 19l.468-2.728L8 14.342l2.738-.398 1.225-2.48 1.225 2.48 2.738.398-1.981 1.931.467 2.727zM19 9H5V7h14v2z\"/></svg></li><li title=\"bxs calendar week \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 4h-2V2h-2v2H9V2H7v2H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2V6c0-1.103-.897-2-2-2zm-2 8v2H7v-3h10v1zm2-3H5V7h14v2z\"/></svg></li><li title=\"bxs calendar x \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M5 22h14c1.103 0 2-.897 2-2V6c0-1.103-.897-2-2-2h-2V2h-2v2H9V2H7v2H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2zm10.707-4.707-1.414 1.414L12 16.414l-2.293 2.293-1.414-1.414L10.586 15l-2.293-2.293 1.414-1.414L12 13.586l2.293-2.293 1.414 1.414L13.414 15l2.293 2.293zM5 7h14v2H5V7z\"/></svg></li><li title=\"bxs calendar \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21 20V6c0-1.103-.897-2-2-2h-2V2h-2v2H9V2H7v2H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2zM9 18H7v-2h2v2zm0-4H7v-2h2v2zm4 4h-2v-2h2v2zm0-4h-2v-2h2v2zm4 4h-2v-2h2v2zm0-4h-2v-2h2v2zm2-5H5V7h14v2z\"/></svg></li><li title=\"bxs camera home \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"10\" r=\"3\"/><path d=\"M18.125 2H5.875A1.877 1.877 0 0 0 4 3.875v12.25C4 17.159 4.841 18 5.875 18H11v2H7v2h10v-2h-4v-2h5.125A1.877 1.877 0 0 0 20 16.125V3.875A1.877 1.877 0 0 0 18.125 2zM12 15c-2.757 0-5-2.243-5-5s2.243-5 5-5 5 2.243 5 5-2.243 5-5 5z\"/></svg></li><li title=\"bxs camera movie \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M18 11c0-.959-.68-1.761-1.581-1.954C16.779 8.445 17 7.75 17 7c0-2.206-1.794-4-4-4-1.516 0-2.822.857-3.5 2.104C8.822 3.857 7.516 3 6 3 3.794 3 2 4.794 2 7c0 .902.312 1.726.817 2.396A1.993 1.993 0 0 0 2 11v8c0 1.103.897 2 2 2h12c1.103 0 2-.897 2-2v-2.637l4 2v-7l-4 2V11zm-5-6c1.103 0 2 .897 2 2s-.897 2-2 2-2-.897-2-2 .897-2 2-2zM6 5c1.103 0 2 .897 2 2s-.897 2-2 2-2-.897-2-2 .897-2 2-2z\"/></svg></li><li title=\"bxs camera off \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M4 20h11.879l-3.083-3.083A4.774 4.774 0 0 1 12 17c-2.71 0-5-2.29-5-5 0-.271.039-.535.083-.796L2.144 6.265C2.054 6.493 2 6.74 2 7v11c0 1.103.897 2 2 2zM20 5h-2.586l-2.707-2.707A.996.996 0 0 0 14 2h-4a.996.996 0 0 0-.707.293L6.586 5h-.172L3.707 2.293 2.293 3.707l18 18 1.414-1.414-.626-.626A1.98 1.98 0 0 0 22 18V7c0-1.103-.897-2-2-2zm-5.312 8.274A2.86 2.86 0 0 0 15 12c0-1.626-1.374-3-3-3-.456 0-.884.12-1.274.312l-1.46-1.46A4.88 4.88 0 0 1 12 7c2.71 0 5 2.29 5 5a4.88 4.88 0 0 1-.852 2.734l-1.46-1.46z\"/></svg></li><li title=\"bxs camera plus \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 5h-2.586l-2.707-2.707A.996.996 0 0 0 14 2h-4a.996.996 0 0 0-.707.293L6.586 5H4c-1.103 0-2 .897-2 2v11c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V7c0-1.103-.897-2-2-2zm-8 12c-2.71 0-5-2.29-5-5 0-2.711 2.29-5 5-5s5 2.289 5 5c0 2.71-2.29 5-5 5z\"/><path d=\"M13 9h-2v2H9v2h2v2h2v-2h2v-2h-2z\"/></svg></li><li title=\"bxs camera \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 9c-1.626 0-3 1.374-3 3s1.374 3 3 3 3-1.374 3-3-1.374-3-3-3z\"/><path d=\"M20 5h-2.586l-2.707-2.707A.996.996 0 0 0 14 2h-4a.996.996 0 0 0-.707.293L6.586 5H4c-1.103 0-2 .897-2 2v11c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V7c0-1.103-.897-2-2-2zm-8 12c-2.71 0-5-2.29-5-5s2.29-5 5-5 5 2.29 5 5-2.29 5-5 5z\"/></svg></li><li title=\"bxs capsule \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M8.434 20.566c1.335 0 2.591-.52 3.535-1.464l7.134-7.133a5.008 5.008 0 0 0-.001-7.072 4.969 4.969 0 0 0-3.536-1.463c-1.335 0-2.59.52-3.534 1.464l-7.134 7.133a5.01 5.01 0 0 0-.001 7.072 4.971 4.971 0 0 0 3.537 1.463zm5.011-14.254a2.979 2.979 0 0 1 2.12-.878c.802 0 1.556.312 2.122.878a3.004 3.004 0 0 1 .001 4.243l-2.893 2.892-4.242-4.244 2.892-2.891z\"/></svg></li><li title=\"bxs captions \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 4H4c-1.103 0-2 .897-2 2v12c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V6c0-1.103-.897-2-2-2zm-9 6H8v4h3v2H8c-1.103 0-2-.897-2-2v-4c0-1.103.897-2 2-2h3v2zm7 0h-3v4h3v2h-3c-1.103 0-2-.897-2-2v-4c0-1.103.897-2 2-2h3v2z\"/></svg></li><li title=\"bxs car battery \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 6H4c-1.103 0-2 .897-2 2v10c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V8c0-1.103-.897-2-2-2zM9 14H4v-2h5v2zm11 0h-2v2h-2v-2h-2v-2h2v-2h2v2h2v2zM4 3h4v2H4zm12 0h4v2h-4z\"/></svg></li><li title=\"bxs car crash \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M2.634 17.918a1.765 1.765 0 0 0 1.201 1.291l.18.791H4v2h16v-2H6.683a.84.84 0 0 0-.007-.278l-.196-.863 10.357-2.356.196.863a.886.886 0 0 0 1.06.667l.863-.197a.885.885 0 0 0 .667-1.06l-.251-1.103c.446-.416.67-1.046.525-1.683l-.59-2.59a1.76 1.76 0 0 0-1.262-1.307l-2.049-3.378a2.774 2.774 0 0 0-2.982-1.263l-7.868 1.79a2.769 2.769 0 0 0-2.144 2.43l-.387 3.932a1.76 1.76 0 0 0-.57 1.724l.589 2.59zm3.02-.688a1.327 1.327 0 1 1-.59-2.589 1.327 1.327 0 0 1 .59 2.589zm11.222-2.552a1.328 1.328 0 1 1-.59-2.587 1.328 1.328 0 0 1 .59 2.587zM5.589 9.192l7.869-1.791a.773.773 0 0 1 .83.351l1.585 2.613-.566.129-10.046 2.287-.568.129.299-3.042a.772.772 0 0 1 .597-.676zM18.405 4 17 2l-.5 3L19 9l3 1-2-2.539 2-.933-2-.933L22 2z\"/></svg></li><li title=\"bxs car garage \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M3 19.723V21a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1h12v1a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1.277A1.99 1.99 0 0 0 22 18v-3c0-.831-.507-1.542-1.228-1.845l-1.368-4.104A2.995 2.995 0 0 0 16.559 7H7.441a2.995 2.995 0 0 0-2.845 2.051l-1.368 4.104A2.001 2.001 0 0 0 2 15v3c0 .738.404 1.376 1 1.723zM5.5 18a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 5.5 18zm13 0a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 18.5 18zM7.441 9h9.117a1 1 0 0 1 .949.684L18.613 13H5.387l1.105-3.316c.137-.409.519-.684.949-.684z\"/><path d=\"M22 7.388V5.279l-9.684-3.228a.996.996 0 0 0-.658.009L2 5.572V7.7l10.015-3.642L22 7.388z\"/></svg></li><li title=\"bxs car mechanic \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m20.772 13.155-1.368-4.104A2.995 2.995 0 0 0 16.559 7H7.441a2.995 2.995 0 0 0-2.845 2.051l-1.368 4.104A2.001 2.001 0 0 0 2 15v3c0 .738.404 1.376 1 1.723V21a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1h12v1a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1.277A1.99 1.99 0 0 0 22 18v-3c0-.831-.507-1.542-1.228-1.845zM7.441 9h9.117a1 1 0 0 1 .949.684L18.613 13H5.387l1.105-3.316c.137-.409.519-.684.949-.684zM5.5 18a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 5.5 18zm13 0a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 18.5 18zM5.277 5c.347.595.985 1 1.723 1s1.376-.405 1.723-1h6.555c.346.595.984 1 1.722 1s1.376-.405 1.723-1H17V3h1.723c-.347-.595-.985-1-1.723-1s-1.376.405-1.723 1H8.723C8.376 2.405 7.738 2 7 2s-1.376.405-1.723 1H7v2H5.277z\"/></svg></li><li title=\"bxs car wash \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m20.772 13.155-1.368-4.104A2.995 2.995 0 0 0 16.559 7H7.441a2.995 2.995 0 0 0-2.845 2.051l-1.368 4.104A2.001 2.001 0 0 0 2 15v3c0 .738.404 1.376 1 1.723V21a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1h12v1a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1.277A1.99 1.99 0 0 0 22 18v-3c0-.831-.507-1.542-1.228-1.845zM7.441 9h9.117a1 1 0 0 1 .949.684L18.613 13H5.387l1.105-3.316c.137-.409.519-.684.949-.684zM5.5 18a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 5.5 18zm13 0a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 18.5 18zM9 4.378c.005-1.088-1.037-2.051-1.387-2.344a.176.176 0 0 0-.228 0C7.033 2.325 5.995 3.271 6 4.377 6 5.272 6.673 6 7.5 6S9 5.272 9 4.378zm4.5 0c.005-1.088-1.037-2.052-1.387-2.344a.176.176 0 0 0-.228 0c-.353.291-1.391 1.238-1.386 2.344C10.5 5.272 11.173 6 12 6s1.5-.728 1.5-1.622zm4.5 0c.005-1.088-1.037-2.052-1.387-2.344a.176.176 0 0 0-.228 0c-.352.291-1.39 1.237-1.385 2.343C15 5.272 15.673 6 16.5 6S18 5.272 18 4.378z\"/></svg></li><li title=\"bxs car \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m20.772 10.155-1.368-4.104A2.995 2.995 0 0 0 16.559 4H7.441a2.995 2.995 0 0 0-2.845 2.051l-1.368 4.104A2 2 0 0 0 2 12v5c0 .738.404 1.376 1 1.723V21a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-2h12v2a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-2.277A1.99 1.99 0 0 0 22 17v-5a2 2 0 0 0-1.228-1.845zM7.441 6h9.117c.431 0 .813.274.949.684L18.613 10H5.387l1.105-3.316A1 1 0 0 1 7.441 6zM5.5 16a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 5.5 16zm13 0a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 18.5 16z\"/></svg></li><li title=\"bxs card \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M18 17c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2H6c-1.103 0-2 .897-2 2v10c0 1.103.897 2 2 2h12zM4 19h16v2H4z\"/></svg></li><li title=\"bxs caret down circle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10c5.515 0 10-4.486 10-10S17.515 2 12 2zm0 14-5-6h10l-5 6z\"/></svg></li><li title=\"bxs caret down square \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M5 21h14c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2zm12-11-5 6-5-6h10z\"/></svg></li><li title=\"bxs caret left circle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm2 15-6-5 6-5v10z\"/></svg></li><li title=\"bxs caret left square \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M5 21h14c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2zm9-14v10l-6-5 6-5z\"/></svg></li><li title=\"bxs caret right circle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 22c5.514 0 10-4.486 10-10S17.514 2 12 2 2 6.486 2 12s4.486 10 10 10zM10 7l6 5-6 5V7z\"/></svg></li><li title=\"bxs caret right square \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M5 21h14c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2zm5-14 6 5-6 5V7z\"/></svg></li><li title=\"bxs caret up circle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.485 2 2 6.486 2 12s4.485 10 10 10c5.514 0 10-4.486 10-10S17.514 2 12 2zM7 14l5-6 5 6H7z\"/></svg></li><li title=\"bxs caret up square \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M5 21h14c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2zm7-13 5 6H7l5-6z\"/></svg></li><li title=\"bxs carousel \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M16 3H8c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h8c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2zM2 7v10c0 1.103.897 2 2 2V5c-1.103 0-2 .897-2 2zm18-2v14c1.103 0 2-.897 2-2V7c0-1.103-.897-2-2-2z\"/></svg></li><li title=\"bxs cart add \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><circle cx=\"10.5\" cy=\"19.5\" r=\"1.5\"/><circle cx=\"17.5\" cy=\"19.5\" r=\"1.5\"/><path d=\"M21 7H7.334L6.18 4.23A1.995 1.995 0 0 0 4.333 3H2v2h2.334l4.743 11.385c.155.372.52.615.923.615h8c.417 0 .79-.259.937-.648l3-8A1.003 1.003 0 0 0 21 7zm-4 6h-2v2h-2v-2h-2v-2h2V9h2v2h2v2z\"/></svg></li><li title=\"bxs cart alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21 4H2v2h2.3l3.521 9.683A2.004 2.004 0 0 0 9.7 17H18v-2H9.7l-.728-2H18c.4 0 .762-.238.919-.606l3-7A.998.998 0 0 0 21 4z\"/><circle cx=\"10.5\" cy=\"19.5\" r=\"1.5\"/><circle cx=\"16.5\" cy=\"19.5\" r=\"1.5\"/></svg></li><li title=\"bxs cart download \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><circle cx=\"10.5\" cy=\"19.5\" r=\"1.5\"/><circle cx=\"17.5\" cy=\"19.5\" r=\"1.5\"/><path d=\"M21 7H7.334L6.18 4.23A1.995 1.995 0 0 0 4.333 3H2v2h2.334l4.743 11.385c.155.372.52.615.923.615h8c.417 0 .79-.259.937-.648l3-8A1.003 1.003 0 0 0 21 7zm-7 8-3-3h2V9h2v3h2l-3 3z\"/></svg></li><li title=\"bxs cart \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21.822 7.431A1 1 0 0 0 21 7H7.333L6.179 4.23A1.994 1.994 0 0 0 4.333 3H2v2h2.333l4.744 11.385A1 1 0 0 0 10 17h8c.417 0 .79-.259.937-.648l3-8a1 1 0 0 0-.115-.921z\"/><circle cx=\"10.5\" cy=\"19.5\" r=\"1.5\"/><circle cx=\"17.5\" cy=\"19.5\" r=\"1.5\"/></svg></li><li title=\"bxs cat \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M17,14a5,5,0,0,0,2.71-.81L20,13a3.16,3.16,0,0,0,.45-.37l.21-.2a4.48,4.48,0,0,0,.48-.58l.06-.08a4.28,4.28,0,0,0,.41-.76,1.57,1.57,0,0,0,.09-.23,4.21,4.21,0,0,0,.2-.63l.06-.25A5.5,5.5,0,0,0,22,9V2L19,5H15L12,2V9A5,5,0,0,0,17,14Zm2-7a1,1,0,1,1-1,1A1,1,0,0,1,19,7ZM15,7a1,1,0,1,1-1,1A1,1,0,0,1,15,7Z\"/><path d=\"M11,22V17H8v5H5V11.9a3.49,3.49,0,0,1-2.48-1.64A3.59,3.59,0,0,1,2,8.5,3.65,3.65,0,0,1,6,5,1.89,1.89,0,0,0,8,3,1,1,0,0,1,9,2H9a1,1,0,0,1,1,1A3.89,3.89,0,0,1,6,7C4.19,7,4,8.16,4,8.51S4.18,10,6,10h5.09A6,6,0,0,0,19,14.65V22H16V17H14v5Z\"/></svg></li><li title=\"bxs category alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M10 3H4a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1zm10 10h-6a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1v-6a1 1 0 0 0-1-1zM17 3c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4zM7 13c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4z\"/></svg></li><li title=\"bxs category \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M4 11h6a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1zm10 0h6a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1h-6a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1zM4 21h6a1 1 0 0 0 1-1v-6a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1zm13 0c2.206 0 4-1.794 4-4s-1.794-4-4-4-4 1.794-4 4 1.794 4 4 4z\"/></svg></li><li title=\"bxs cctv \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M18.618 7.462 6.403 2.085a1.007 1.007 0 0 0-.77-.016 1.002 1.002 0 0 0-.552.537l-3 7a1 1 0 0 0 .525 1.313L9.563 13.9 8.323 17H4v-3H2v8h2v-3h4.323c.823 0 1.552-.494 1.856-1.258l1.222-3.054 3.419 1.465a1 1 0 0 0 1.311-.518l3-6.857a1 1 0 0 0-.513-1.316zm1.312 8.91-1.858-.742 1.998-5 1.858.741z\"/></svg></li><li title=\"bxs certification \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M2.047 14.667a.992.992 0 0 0 .466.607l1.909 1.104v2.199a1 1 0 0 0 1 1h2.199l1.104 1.91a1.002 1.002 0 0 0 1.366.366L12 20.75l1.91 1.104a1.002 1.002 0 0 0 1.366-.366l1.103-1.909h2.199a1 1 0 0 0 1-1V16.38l1.909-1.104a.999.999 0 0 0 .366-1.366L20.75 12l1.104-1.909a1 1 0 0 0-.366-1.366l-1.909-1.104V5.422a1 1 0 0 0-1-1H16.38l-1.103-1.909a1.004 1.004 0 0 0-.607-.466.994.994 0 0 0-.759.1L12 3.25l-1.909-1.104a.998.998 0 0 0-1.366.365l-1.104 1.91H5.422a1 1 0 0 0-1 1V7.62L2.513 8.725a1.001 1.001 0 0 0-.365 1.366L3.251 12l-1.104 1.909a1.003 1.003 0 0 0-.1.758z\"/></svg></li><li title=\"bxs chalkboard \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 4H4c-1.103 0-2 .897-2 2v10c0 1.103.897 2 2 2h4l-1.8 2.4 1.6 1.2 2.7-3.6h3l2.7 3.6 1.6-1.2L16 18h4c1.103 0 2-.897 2-2V6c0-1.103-.897-2-2-2zM5 13h4v2H5v-2z\"/></svg></li><li title=\"bxs chart \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 21c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h14zM9.553 9.658l4 2 1.553-3.105 1.789.895-2.447 4.895-4-2-1.553 3.105-1.789-.895 2.447-4.895z\"/></svg></li><li title=\"bxs chat \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M4 18h2v4.081L11.101 18H16c1.103 0 2-.897 2-2V8c0-1.103-.897-2-2-2H4c-1.103 0-2 .897-2 2v8c0 1.103.897 2 2 2z\"/><path d=\"M20 2H8c-1.103 0-2 .897-2 2h12c1.103 0 2 .897 2 2v8c1.103 0 2-.897 2-2V4c0-1.103-.897-2-2-2z\"/></svg></li><li title=\"bxs check circle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm-1.999 14.413-3.713-3.705L7.7 11.292l2.299 2.295 5.294-5.294 1.414 1.414-6.706 6.706z\"/></svg></li><li title=\"bxs check shield \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M11.488 21.754c.294.157.663.156.957-.001 8.012-4.304 8.581-12.713 8.574-15.104a.988.988 0 0 0-.596-.903l-8.05-3.566a1.005 1.005 0 0 0-.813.001L3.566 5.747a.99.99 0 0 0-.592.892c-.034 2.379.445 10.806 8.514 15.115zM8.674 10.293l2.293 2.293 4.293-4.293 1.414 1.414-5.707 5.707-3.707-3.707 1.414-1.414z\"/></svg></li><li title=\"bxs check square \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 3H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2zm-7.933 13.481-3.774-3.774 1.414-1.414 2.226 2.226 4.299-5.159 1.537 1.28-5.702 6.841z\"/></svg></li><li title=\"bxs checkbox checked \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M7 5a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2H7zm4 10.414-2.707-2.707 1.414-1.414L11 12.586l3.793-3.793 1.414 1.414L11 15.414z\"/></svg></li><li title=\"bxs checkbox minus \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M17 5H7a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2zm-1 8H8v-2h8z\"/></svg></li><li title=\"bxs checkbox \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M7 19h10a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2z\"/></svg></li><li title=\"bxs chess \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21 2H3a1 1 0 0 0-1 1v18a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1zm-1 6h-4v4h4v4h-4v4h-4v-4H8v4H4v-4h4v-4H4V8h4V4h4v4h4V4h4v4z\"/><path d=\"M8 8h4v4H8zm4 4h4v4h-4z\"/></svg></li><li title=\"bxs chevron down circle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm0 14.414-5.707-5.707 1.414-1.414L12 13.586l4.293-4.293 1.414 1.414L12 16.414z\"/></svg></li><li title=\"bxs chevron down square \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M5 21h14c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2zM7.707 9.293 12 13.586l4.293-4.293 1.414 1.414L12 16.414l-5.707-5.707 1.414-1.414z\"/></svg></li><li title=\"bxs chevron down \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M16.939 7.939 12 12.879l-4.939-4.94-2.122 2.122L12 17.121l7.061-7.06z\"/></svg></li><li title=\"bxs chevron left circle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm2.707 14.293-1.414 1.414L7.586 12l5.707-5.707 1.414 1.414L10.414 12l4.293 4.293z\"/></svg></li><li title=\"bxs chevron left square \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M5 3c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2H5zm9.707 13.293-1.414 1.414L7.586 12l5.707-5.707 1.414 1.414L10.414 12l4.293 4.293z\"/></svg></li><li title=\"bxs chevron left \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M13.939 4.939 6.879 12l7.06 7.061 2.122-2.122L11.121 12l4.94-4.939z\"/></svg></li><li title=\"bxs chevron right circle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm-1.293 15.707-1.414-1.414L13.586 12 9.293 7.707l1.414-1.414L16.414 12l-5.707 5.707z\"/></svg></li><li title=\"bxs chevron right square \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M3 5v14c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2H5c-1.103 0-2 .897-2 2zm6.293 2.707 1.414-1.414L16.414 12l-5.707 5.707-1.414-1.414L13.586 12 9.293 7.707z\"/></svg></li><li title=\"bxs chevron right \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M10.061 19.061 17.121 12l-7.06-7.061-2.122 2.122L12.879 12l-4.94 4.939z\"/></svg></li><li title=\"bxs chevron up circle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm4.293 12.707L12 10.414l-4.293 4.293-1.414-1.414L12 7.586l5.707 5.707-1.414 1.414z\"/></svg></li><li title=\"bxs chevron up square \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M5 21h14c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2zm7-13.414 5.707 5.707-1.414 1.414L12 10.414l-4.293 4.293-1.414-1.414L12 7.586z\"/></svg></li><li title=\"bxs chevron up \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m12 6.879-7.061 7.06 2.122 2.122L12 11.121l4.939 4.94 2.122-2.122z\"/></svg></li><li title=\"bxs chevrons down \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M16.939 10.939 12 15.879l-4.939-4.94-2.122 2.122L12 20.121l7.061-7.06z\"/><path d=\"M16.939 3.939 12 8.879l-4.939-4.94-2.122 2.122L12 13.121l7.061-7.06z\"/></svg></li><li title=\"bxs chevrons left \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m8.121 12 4.94-4.939-2.122-2.122L3.879 12l7.06 7.061 2.122-2.122z\"/><path d=\"M17.939 4.939 10.879 12l7.06 7.061 2.122-2.122L15.121 12l4.94-4.939z\"/></svg></li><li title=\"bxs chevrons right \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m13.061 4.939-2.122 2.122L15.879 12l-4.94 4.939 2.122 2.122L20.121 12z\"/><path d=\"M6.061 19.061 13.121 12l-7.06-7.061-2.122 2.122L8.879 12l-4.94 4.939z\"/></svg></li><li title=\"bxs chevrons up \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m12 3.879-7.061 7.06 2.122 2.122L12 8.121l4.939 4.94 2.122-2.122z\"/><path d=\"m4.939 17.939 2.122 2.122L12 15.121l4.939 4.94 2.122-2.122L12 10.879z\"/></svg></li><li title=\"bxs chip \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 7a2 2 0 0 0-2-2h-1V2h-2v3h-4V2H8v3H7a2 2 0 0 0-2 2v1H2v2h3v4H2v2h3v1a2 2 0 0 0 2 2h1v3h2v-3h4v3h2v-3h1a2 2 0 0 0 2-2v-1h3v-2h-3v-4h3V8h-3V7zm-4 8H9V9h6v6z\"/></svg></li><li title=\"bxs church \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M10 22v-4a2 2 0 0 1 4 0v4h4V12a1 1 0 0 0-.485-.857L13 8.434V6h2V4h-2V2h-2v2H9v2h2v2.434l-4.515 2.709A1 1 0 0 0 6 12v10h4zm-7 0h2v-8.118l-2.447 1.224A.998.998 0 0 0 2 16v5a1 1 0 0 0 1 1zm18.447-6.895L19 13.882V22h2a1 1 0 0 0 1-1v-5c0-.379-.214-.725-.553-.895z\"/></svg></li><li title=\"bxs circle half \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12,2H11V22h1A10,10,0,0,0,12,2Z\"/></svg></li><li title=\"bxs circle quarter \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12,2H11V13H22V12A10,10,0,0,0,12,2Z\"/></svg></li><li title=\"bxs circle three quarter \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12,2H11v9H2v1a10,10,0,0,0,17.07,7.07A10,10,0,0,0,12,2Z\"/></svg></li><li title=\"bxs circle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2z\"/></svg></li><li title=\"bxs city \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21 6h-4V3a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v7H3a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1zM6 18H4v-2h2v2zm0-4H4v-2h2v2zm5 4H9v-2h2v2zm0-4H9v-2h2v2zm0-4H9V8h2v2zm0-4H9V4h2v2zm4 12h-2v-2h2v2zm0-4h-2v-2h2v2zm0-4h-2V8h2v2zm0-4h-2V4h2v2zm5 12h-2v-2h2v2zm0-4h-2v-2h2v2zm0-4h-2V8h2v2z\"/></svg></li><li title=\"bxs clinic \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m21.743 12.331-9-10c-.379-.422-1.107-.422-1.486 0l-9 10a.998.998 0 0 0-.17 1.076c.16.361.518.593.913.593h2v7a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-7h2a.998.998 0 0 0 .743-1.669zM16 15h-3v3h-2v-3H8v-2h3v-3h2v3h3v2z\"/></svg></li><li title=\"bxs cloud download \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M18.944 11.112C18.507 7.67 15.56 5 12 5 9.244 5 6.85 6.61 5.757 9.149 3.609 9.792 2 11.82 2 14c0 2.657 2.089 4.815 4.708 4.971V19H17.99v-.003L18 19c2.206 0 4-1.794 4-4a4.008 4.008 0 0 0-3.056-3.888zM8 12h3V9h2v3h3l-4 5-4-5z\"/></svg></li><li title=\"bxs cloud lightning \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M18.944 10.112C18.507 6.67 15.56 4 12 4 9.244 4 6.85 5.611 5.757 8.15 3.609 8.792 2 10.82 2 13c0 2.757 2.243 5 5 5h1.333L10 13h4l-2 3h2.975l-1.325 2H18c2.206 0 4-1.794 4-4a4.01 4.01 0 0 0-3.056-3.888zM11 18H8.333L8 19h3v3l2.649-4H11.5z\"/></svg></li><li title=\"bxs cloud rain \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M18.944 10.112C18.507 6.67 15.56 4 12 4 9.244 4 6.85 5.611 5.757 8.15 3.609 8.792 2 10.82 2 13c0 2.757 2.243 5 5 5h1v3h2v-3h4v3h2v-3h2c2.206 0 4-1.794 4-4a4.01 4.01 0 0 0-3.056-3.888z\"/><path d=\"M11 19h2v3h-2z\"/></svg></li><li title=\"bxs cloud upload \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M18.944 11.112C18.507 7.67 15.56 5 12 5 9.244 5 6.85 6.611 5.757 9.15 3.609 9.792 2 11.82 2 14c0 2.757 2.243 5 5 5h11c2.206 0 4-1.794 4-4a4.01 4.01 0 0 0-3.056-3.888zM13 14v3h-2v-3H8l4-5 4 5h-3z\"/></svg></li><li title=\"bxs cloud \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M18.944 11.112C18.507 7.67 15.56 5 12 5 9.244 5 6.85 6.611 5.757 9.15 3.609 9.792 2 11.82 2 14c0 2.757 2.243 5 5 5h11c2.206 0 4-1.794 4-4a4.01 4.01 0 0 0-3.056-3.888z\"/></svg></li><li title=\"bxs coffee alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 5h-1V4a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v9a4 4 0 0 0 4 4h6c1.858 0 3.411-1.279 3.858-3H19a3 3 0 0 0 3-3V8a3 3 0 0 0-3-3zm1 6a1 1 0 0 1-1 1h-1V7h1a1 1 0 0 1 1 1v3zm-2 8H3c0 1.654 1.346 3 3 3h11c1.654 0 3-1.346 3-3h-2z\"/></svg></li><li title=\"bxs coffee togo \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m18.5 5-1.224-2.447A1 1 0 0 0 16.382 2H7.618a1 1 0 0 0-.894.553L5.5 5H3v2h18V5h-2.5zM6.734 21.142c.071.492.493.858.991.858h8.551a1 1 0 0 0 .99-.858L19 9H5l1.734 12.142zM16 12l-.714 5H8.714L8 12h8z\"/></svg></li><li title=\"bxs coffee \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M5 2h2v3H5zm4 0h2v3H9zm4 0h2v3h-2zm6 7h-2V8a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v10a3 3 0 0 0 3 3h8a3 3 0 0 0 3-3h2c1.103 0 2-.897 2-2v-5c0-1.103-.897-2-2-2zm-2 7v-5h2l.002 5H17z\"/></svg></li><li title=\"bxs cog \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m2.344 15.271 2 3.46a1 1 0 0 0 1.366.365l1.396-.806c.58.457 1.221.832 1.895 1.112V21a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1v-1.598a8.094 8.094 0 0 0 1.895-1.112l1.396.806c.477.275 1.091.11 1.366-.365l2-3.46a1.004 1.004 0 0 0-.365-1.366l-1.372-.793a7.683 7.683 0 0 0-.002-2.224l1.372-.793c.476-.275.641-.89.365-1.366l-2-3.46a1 1 0 0 0-1.366-.365l-1.396.806A8.034 8.034 0 0 0 15 4.598V3a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v1.598A8.094 8.094 0 0 0 7.105 5.71L5.71 4.904a.999.999 0 0 0-1.366.365l-2 3.46a1.004 1.004 0 0 0 .365 1.366l1.372.793a7.683 7.683 0 0 0 0 2.224l-1.372.793c-.476.275-.641.89-.365 1.366zM12 8c2.206 0 4 1.794 4 4s-1.794 4-4 4-4-1.794-4-4 1.794-4 4-4z\"/></svg></li><li title=\"bxs coin stack \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 10c3.976 0 8-1.374 8-4s-4.024-4-8-4-8 1.374-8 4 4.024 4 8 4z\"/><path d=\"M4 10c0 2.626 4.024 4 8 4s8-1.374 8-4V8c0 2.626-4.024 4-8 4s-8-1.374-8-4v2z\"/><path d=\"M4 14c0 2.626 4.024 4 8 4s8-1.374 8-4v-2c0 2.626-4.024 4-8 4s-8-1.374-8-4v2z\"/><path d=\"M4 18c0 2.626 4.024 4 8 4s8-1.374 8-4v-2c0 2.626-4.024 4-8 4s-8-1.374-8-4v2z\"/></svg></li><li title=\"bxs coin \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 5C7.031 5 2 6.546 2 9.5S7.031 14 12 14c4.97 0 10-1.546 10-4.5S16.97 5 12 5zm-5 9.938v3c1.237.299 2.605.482 4 .541v-3a21.166 21.166 0 0 1-4-.541zm6 .54v3a20.994 20.994 0 0 0 4-.541v-3a20.994 20.994 0 0 1-4 .541zm6-1.181v3c1.801-.755 3-1.857 3-3.297v-3c0 1.44-1.199 2.542-3 3.297zm-14 3v-3C3.2 13.542 2 12.439 2 11v3c0 1.439 1.2 2.542 3 3.297z\"/></svg></li><li title=\"bxs collection \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 10H5c-1.103 0-2 .897-2 2v8c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2v-8c0-1.103-.897-2-2-2zM5 6h14v2H5zm2-4h10v2H7z\"/></svg></li><li title=\"bxs color fill \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 14c-.092.064-2 2.083-2 3.5 0 1.494.949 2.448 2 2.5.906.044 2-.891 2-2.5 0-1.5-1.908-3.436-2-3.5zM9.586 20c.378.378.88.586 1.414.586s1.036-.208 1.414-.586l7-7-.707-.707L11 4.586 8.707 2.293 7.293 3.707 9.586 6 4 11.586c-.378.378-.586.88-.586 1.414s.208 1.036.586 1.414L9.586 20zM11 7.414 16.586 13H5.414L11 7.414z\"/></svg></li><li title=\"bxs comment add \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 2H4c-1.103 0-2 .897-2 2v18l4-4h14c1.103 0 2-.897 2-2V4c0-1.103-.897-2-2-2zm-3 9h-4v4h-2v-4H7V9h4V5h2v4h4v2z\"/></svg></li><li title=\"bxs comment check \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 2H4c-1.103 0-2 .897-2 2v18l4-4h14c1.103 0 2-.897 2-2V4c0-1.103-.897-2-2-2zm-9 11.914-3.707-3.707 1.414-1.414L11 11.086l4.793-4.793 1.414 1.414L11 13.914z\"/></svg></li><li title=\"bxs comment detail \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 1.999H4c-1.103 0-2 .897-2 2v18l4-4h14c1.103 0 2-.897 2-2v-12c0-1.103-.897-2-2-2zm-6 11H7v-2h7v2zm3-4H7v-2h10v2z\"/></svg></li><li title=\"bxs comment dots \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 2H4c-1.103 0-2 .897-2 2v18l4-4h14c1.103 0 2-.897 2-2V4c0-1.103-.897-2-2-2zM9 12a2 2 0 1 1 .001-4.001A2 2 0 0 1 9 12zm6 0a2 2 0 1 1 .001-4.001A2 2 0 0 1 15 12z\"/></svg></li><li title=\"bxs comment edit \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 2H4c-1.103 0-2 .897-2 2v18l4-4h14c1.103 0 2-.897 2-2V4c0-1.103-.897-2-2-2zM8.999 14.987H7v-1.999l5.53-5.522 1.998 1.999-5.529 5.522zm6.472-6.464-1.999-1.999 1.524-1.523L16.995 7l-1.524 1.523z\"/></svg></li><li title=\"bxs comment error \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 2H4c-1.103 0-2 .897-2 2v18l4-4h14c1.103 0 2-.897 2-2V4c0-1.103-.897-2-2-2zm-7 13h-2v-2h2v2zm0-4h-2V5h2v6z\"/></svg></li><li title=\"bxs comment minus \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 2H4c-1.103 0-2 .897-2 2v18l4-4h14c1.103 0 2-.897 2-2V4c0-1.103-.897-2-2-2zm-4 9H8V9h8v2z\"/></svg></li><li title=\"bxs comment x \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 2H4c-1.103 0-2 .897-2 2v18l4-4h14c1.103 0 2-.897 2-2V4c0-1.103-.897-2-2-2zm-3.294 11.543-1.414 1.414-3.293-3.292-3.292 3.292-1.414-1.414 3.292-3.292-3.292-3.293 1.414-1.414 3.292 3.292 3.293-3.292 1.414 1.414-3.292 3.293 3.292 3.292z\"/></svg></li><li title=\"bxs comment \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 2H4c-1.103 0-2 .897-2 2v18l4-4h14c1.103 0 2-.897 2-2V4c0-1.103-.897-2-2-2z\"/></svg></li><li title=\"bxs compass \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm3 13-8 2 2-8 8-2-2 8z\"/><circle cx=\"12\" cy=\"12\" r=\"2\"/></svg></li><li title=\"bxs component \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m3.553 18.895 4 2a1.001 1.001 0 0 0 .894 0L12 19.118l3.553 1.776a.99.99 0 0 0 .894.001l4-2c.339-.17.553-.516.553-.895v-5c0-.379-.214-.725-.553-.895L17 10.382V6c0-.379-.214-.725-.553-.895l-4-2a1 1 0 0 0-.895 0l-4 2C7.214 5.275 7 5.621 7 6v4.382l-3.447 1.724A.998.998 0 0 0 3 13v5c0 .379.214.725.553.895zM8 12.118l2.264 1.132-2.913 1.457-2.264-1.132L8 12.118zm4-2.5 3-1.5v2.264l-3 1.5V9.618zm6.264 3.632-2.882 1.441-2.264-1.132L16 12.118l2.264 1.132zM8 18.882l-.062-.031V16.65L11 15.118v2.264l-3 1.5zm8 0v-2.264l3-1.5v2.264l-3 1.5zM12 5.118l2.264 1.132-2.882 1.441-2.264-1.132L12 5.118z\"/></svg></li><li title=\"bxs confused \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm-5 8.5a1.5 1.5 0 1 1 3.001.001A1.5 1.5 0 0 1 7 10.5zm1.124 6.492-.248-1.984 8-1 .248 1.984-8 1zm7.369-5.006a1.494 1.494 0 1 1 .001-2.987 1.494 1.494 0 0 1-.001 2.987z\"/></svg></li><li title=\"bxs contact \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21 2H6a2 2 0 0 0-2 2v3H2v2h2v2H2v2h2v2H2v2h2v3a2 2 0 0 0 2 2h15a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1zm-8 2.999c1.648 0 3 1.351 3 3A3.012 3.012 0 0 1 13 11c-1.647 0-3-1.353-3-3.001 0-1.649 1.353-3 3-3zM19 18H7v-.75c0-2.219 2.705-4.5 6-4.5s6 2.281 6 4.5V18z\"/></svg></li><li title=\"bxs conversation \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M13 14h3.5c.827 0 1.5-.673 1.5-1.5v-9c0-.827-.673-1.5-1.5-1.5h-13C2.673 2 2 2.673 2 3.5V18l5.333-4H13zm-9-.1.154-.016L4 14v-.1z\"/><path d=\"M20.5 8H20v6.001c0 1.1-.893 1.993-1.99 1.999H8v.5c0 .827.673 1.5 1.5 1.5h7.167L22 22V9.5c0-.827-.673-1.5-1.5-1.5z\"/></svg></li><li title=\"bxs cookie \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21.598 11.064a1.006 1.006 0 0 0-.854-.172A2.938 2.938 0 0 1 20 11c-1.654 0-3-1.346-3.003-2.938.005-.034.016-.134.017-.168a.998.998 0 0 0-1.254-1.006A3.002 3.002 0 0 1 15 7c-1.654 0-3-1.346-3-3 0-.217.031-.444.099-.716a1 1 0 0 0-1.067-1.236A9.956 9.956 0 0 0 2 12c0 5.514 4.486 10 10 10s10-4.486 10-10c0-.049-.003-.097-.007-.16a1.004 1.004 0 0 0-.395-.776zM8.5 6a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3zm-2 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm3 4a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm2.5-6.5a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0zm3.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\"/></svg></li><li title=\"bxs cool \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm4.095 14.244a5.982 5.982 0 0 1-3.034 1.634 6.05 6.05 0 0 1-2.414 0 5.919 5.919 0 0 1-2.148-.903 6.078 6.078 0 0 1-1.621-1.622l1.658-1.117c.143.211.307.41.488.59a3.988 3.988 0 0 0 1.273.86c.243.102.495.181.749.232a4.108 4.108 0 0 0 1.616 0c.253-.052.505-.131.75-.233.234-.1.464-.224.679-.368.208-.142.407-.306.591-.489.183-.182.347-.381.489-.592l1.658 1.117c-.215.32-.462.62-.734.891zM19 10a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2h-2a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V8h14v2z\"/></svg></li><li title=\"bxs copy alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 2H10a2 2 0 0 0-2 2v2h8a2 2 0 0 1 2 2v8h2a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2z\"/><path d=\"M4 22h10c1.103 0 2-.897 2-2V10c0-1.103-.897-2-2-2H4c-1.103 0-2 .897-2 2v10c0 1.103.897 2 2 2zm2-10h6v2H6v-2zm0 4h6v2H6v-2z\"/></svg></li><li title=\"bxs copy \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M14 8H4c-1.103 0-2 .897-2 2v10c0 1.103.897 2 2 2h10c1.103 0 2-.897 2-2V10c0-1.103-.897-2-2-2z\"/><path d=\"M20 2H10a2 2 0 0 0-2 2v2h8a2 2 0 0 1 2 2v8h2a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2z\"/></svg></li><li title=\"bxs copyright \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.579 2 2 6.58 2 12s4.579 10 10 10 10-4.58 10-10S17.421 2 12 2zm0 13c.992 0 1.85-.265 2.293-.708l1.414 1.415C14.581 16.832 12.901 17 12 17c-2.757 0-5-2.243-5-5s2.243-5 5-5c.901 0 2.582.168 3.707 1.293l-1.414 1.414C13.851 9.264 12.993 9 12 9c-1.626 0-3 1.374-3 3s1.374 3 3 3z\"/></svg></li><li title=\"bxs coupon \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21 5H3a1 1 0 0 0-1 1v4h.893c.996 0 1.92.681 2.08 1.664A2.001 2.001 0 0 1 3 14H2v4a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1v-4h-1a2.001 2.001 0 0 1-1.973-2.336c.16-.983 1.084-1.664 2.08-1.664H22V6a1 1 0 0 0-1-1zM11 17H9v-2h2v2zm0-4H9v-2h2v2zm0-4H9V7h2v2z\"/></svg></li><li title=\"bxs credit card alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 4H4c-1.103 0-2 .897-2 2v12c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V6c0-1.103-.897-2-2-2zm-7.5 12a2.5 2.5 0 1 1 0-5 2.47 2.47 0 0 1 1.5.512c-.604.456-1 1.173-1 1.988s.396 1.532 1 1.988a2.47 2.47 0 0 1-1.5.512zm4 0a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5z\"/></svg></li><li title=\"bxs credit card front \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 4H4c-1.103 0-2 .897-2 2v12c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V6c0-1.103-.897-2-2-2zM5 8.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-2zm6 7.5H5v-2h6v2zm8 0h-6v-2h6v2z\"/></svg></li><li title=\"bxs credit card \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 4H4c-1.103 0-2 .897-2 2v2h20V6c0-1.103-.897-2-2-2zM2 18c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2v-6H2v6zm3-3h6v2H5v-2z\"/></svg></li><li title=\"bxs cricket ball \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M3.67,16.26l.54.53-.62.61a9,9,0,0,0,.84,1.11L18.51,4.42a10.93,10.93,0,0,0-1.1-.83l-.62.61-.53-.53.48-.48A10,10,0,0,0,3.2,16.74ZM14.86,5.07l.53.53L14,7l-.53-.53Zm-2.79,2.8.52.53L11.2,9.8l-.53-.53Zm-2.8,2.8.53.53L8.4,12.59l-.53-.53Zm-2.8,2.79L7,14l-1.4,1.4-.53-.53Z\"/><path d=\"M6.59,20.41l.62-.61.53.53-.48.48A10,10,0,0,0,20.8,7.26l-.47.48-.54-.53.62-.61a9,9,0,0,0-.84-1.11L5.49,19.58A10.93,10.93,0,0,0,6.59,20.41ZM18.4,8.61l.53.53-1.4,1.4L17,10Zm-2.8,2.8.53.53-1.4,1.39-.53-.53ZM12.8,14.2l.53.53-1.39,1.4-.54-.53ZM10,17l.53.53-1.4,1.4-.53-.53Z\"/></svg></li><li title=\"bxs crop \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 7.5C19 6.121 17.879 5 16.5 5H8V2H5v3H2v3h14v14h3v-3h3v-3h-3V7.5z\"/><path d=\"M8 10H5v6.5C5 17.879 6.121 19 7.5 19H14v-3H8v-6z\"/></svg></li><li title=\"bxs crown \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m21 2-5 5-4-5-4 5-5-5v13h18zM5 21h14a2 2 0 0 0 2-2v-2H3v2a2 2 0 0 0 2 2z\"/></svg></li><li title=\"bxs cube alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M17.895 3.553A1.001 1.001 0 0 0 17 3H7c-.379 0-.725.214-.895.553l-4 8a1 1 0 0 0 0 .895l4 8c.17.338.516.552.895.552h10c.379 0 .725-.214.895-.553l4-8a1 1 0 0 0 0-.895l-4-7.999zM19.382 11h-7.764l-3-6h7.764l3 6zm-3 8H8.618l3-6h7.764l-3 6z\"/></svg></li><li title=\"bxs cube \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m21.406 6.086-9-4a1.001 1.001 0 0 0-.813 0l-9 4c-.02.009-.034.024-.054.035-.028.014-.058.023-.084.04-.022.015-.039.034-.06.05a.87.87 0 0 0-.19.194c-.02.028-.041.053-.059.081a1.119 1.119 0 0 0-.076.165c-.009.027-.023.052-.031.079A1.013 1.013 0 0 0 2 7v10c0 .396.232.753.594.914l9 4c.13.058.268.086.406.086a.997.997 0 0 0 .402-.096l.004.01 9-4A.999.999 0 0 0 22 17V7a.999.999 0 0 0-.594-.914zM12 4.095 18.538 7 12 9.905l-1.308-.581L5.463 7 12 4.095zm1 15.366V11.65l7-3.111v7.812l-7 3.11z\"/></svg></li><li title=\"bxs cuboid \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M16.707 2.293A.996.996 0 0 0 16 2H8c-.414 0-.785.255-.934.641l-5 13a.999.999 0 0 0 .227 1.066l5 5A.996.996 0 0 0 8 22h8c.414 0 .785-.255.934-.641l5-13a.999.999 0 0 0-.227-1.066l-5-5zM18.585 7h-5.171l-3-3h5.172l2.999 3zm-3.272 13h-6.23l4.583-11h5.878l-4.231 11z\"/></svg></li><li title=\"bxs customize \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M10 3H4a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1zm10 0h-6a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1zM10 13H4a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1v-6a1 1 0 0 0-1-1zm8 1h-2v2h-2v2h2v2h2v-2h2v-2h-2z\"/></svg></li><li title=\"bxs cylinder \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 22c5.131 0 9-1.935 9-4.5V7c0-.051-.024-.097-.033-.146.016-.117.033-.234.033-.354C21 3.935 17.131 2 12 2S3 3.935 3 6.5v11c0 2.565 3.869 4.5 9 4.5zm0-18c4.273 0 7 1.48 7 2.5a.683.683 0 0 1-.025.158c-.004.01-.012.018-.015.027-.274.848-2.29 1.98-5.496 2.253l-.05.003C12.965 8.979 12.494 9 12 9 7.727 9 5 7.52 5 6.5S7.727 4 12 4z\"/></svg></li><li title=\"bxs dashboard \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M4 13h6a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1zm-1 7a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v4zm10 0a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1v-7a1 1 0 0 0-1-1h-6a1 1 0 0 0-1 1v7zm1-10h6a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1h-6a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1z\"/></svg></li><li title=\"bxs data \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 6c0-2.168-3.663-4-8-4S4 3.832 4 6v2c0 2.168 3.663 4 8 4s8-1.832 8-4V6zm-8 13c-4.337 0-8-1.832-8-4v3c0 2.168 3.663 4 8 4s8-1.832 8-4v-3c0 2.168-3.663 4-8 4z\"/><path d=\"M20 10c0 2.168-3.663 4-8 4s-8-1.832-8-4v3c0 2.168 3.663 4 8 4s8-1.832 8-4v-3z\"/></svg></li><li title=\"bxs detail \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 3H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2zm-9 14H5v-2h6v2zm8-4H5v-2h14v2zm0-4H5V7h14v2z\"/></svg></li><li title=\"bxs devices \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 3H7c-1.103 0-2 .897-2 2v2H4c-1.103 0-2 .897-2 2v10c0 1.103.897 2 2 2h6c1.103 0 2-.897 2-2h8c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2zM6 9h4l-.003 9H4V9h2zm6 8V9c0-1.103-.897-2-2-2H7V5h11v12h-6z\"/></svg></li><li title=\"bxs diamond \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M16.445 3h-8.89c-.345 0-.666.178-.849.47L3.25 9h17.5l-3.456-5.53a1.003 1.003 0 0 0-.849-.47zM11.26 21.186a1 1 0 0 0 1.48 0L22 11H2l9.26 10.186z\"/></svg></li><li title=\"bxs dice 1 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 3H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2zm-7 10.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\"/></svg></li><li title=\"bxs dice 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 3H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2zM9.5 13.5a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 9.5 13.5zm5 0a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 14.5 13.5z\"/></svg></li><li title=\"bxs dice 3 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 3H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2zM8 9.5a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 8 9.5zm4 4a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 12 13.5zm4 4a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 16 17.5z\"/></svg></li><li title=\"bxs dice 4 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 3H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2zM8 17.5a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 8 17.5zm0-8a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 8 9.5zm8 8a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 16 17.5zm0-8a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 16 9.5z\"/></svg></li><li title=\"bxs dice 5 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 3H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2zM8 17.5a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 8 17.5zm0-8a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 8 9.5zm4 4a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 12 13.5zm4 4a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 16 17.5zm0-8a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 16 9.5z\"/></svg></li><li title=\"bxs dice 6 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 3H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2zM8 17.5a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 8 17.5zm0-4a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 8 13.5zm0-4a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 8 9.5zm8 8a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 16 17.5zm0-4a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 16 13.5zm0-4a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 16 9.5z\"/></svg></li><li title=\"bxs direction left \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m21.707 11.294-8.978-9a1.001 1.001 0 0 0-1.415-.002l-9.021 9a1 1 0 0 0 0 1.416l9.021 9c.39.389 1.026.388 1.415-.002l8.978-9a.998.998 0 0 0 0-1.412zM15 16h-2v-4h-3v2l-3-3 3-3v2h5v6z\"/></svg></li><li title=\"bxs direction right \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m2.295 12.707 8.978 9c.389.39 1.025.391 1.414.002l9.021-9a1 1 0 0 0 0-1.416l-9.021-9a.999.999 0 0 0-1.414.002l-8.978 9a.998.998 0 0 0 0 1.412zm6.707-2.706h5v-2l3 3-3 3v-2h-3v4h-2v-6z\"/></svg></li><li title=\"bxs directions \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 11h-6V8h6a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H5L2 5l3 3h6v3H5a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h6v5h2v-5h6l3-3-3-3z\"/></svg></li><li title=\"bxs disc \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm0 14c-2.206 0-4-1.794-4-4s1.794-4 4-4 4 1.794 4 4-1.794 4-4 4z\"/><circle cx=\"11.998\" cy=\"11.998\" r=\"2.002\"/></svg></li><li title=\"bxs discount \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21 5H3a1 1 0 0 0-1 1v4h.893c.996 0 1.92.681 2.08 1.664A2.001 2.001 0 0 1 3 14H2v4a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1v-4h-1a2.001 2.001 0 0 1-1.973-2.336c.16-.983 1.084-1.664 2.08-1.664H22V6a1 1 0 0 0-1-1zM9 9a1 1 0 1 1 0 2 1 1 0 1 1 0-2zm-.8 6.4 6-8 1.6 1.2-6 8-1.6-1.2zM15 15a1 1 0 1 1 0-2 1 1 0 1 1 0 2z\"/></svg></li><li title=\"bxs dish \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21 15c0-4.625-3.507-8.441-8-8.941V4h-2v2.059c-4.493.5-8 4.316-8 8.941v2h18v-2zM2 18h20v2H2z\"/></svg></li><li title=\"bxs dislike \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 3h-1v13h1a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2zM4 16h7l-1.122 3.368A2 2 0 0 0 11.775 22H12l5-5.438V3H6l-3.937 8.649-.063.293V14a2 2 0 0 0 2 2z\"/></svg></li><li title=\"bxs dizzy \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zM8 12.414l-1.293 1.293-1.414-1.414L6.586 11 5.293 9.707l1.414-1.414L8 9.586l1.293-1.293 1.414 1.414L9.414 11l1.293 1.293-1.414 1.414L8 12.414zM14 18h-4v-2h4v2zm4.707-5.707-1.414 1.414L16 12.414l-1.293 1.293-1.414-1.414L14.586 11l-1.293-1.293 1.414-1.414L16 9.586l1.293-1.293 1.414 1.414L17.414 11l1.293 1.293z\"/></svg></li><li title=\"bxs dock bottom \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M5 21h14c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2zM19 5l.001 9H5V5h14z\"/></svg></li><li title=\"bxs dock left \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21 19V5c0-1.103-.897-2-2-2H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2zm-11 0V5h9l.002 14H10z\"/></svg></li><li title=\"bxs dock right \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21 5c0-1.103-.897-2-2-2H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2V5zM5 5h9v14H5V5z\"/></svg></li><li title=\"bxs dock top \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M3 5v14c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2H5c-1.103 0-2 .897-2 2zm2 14v-9h14.001l.001 9H5z\"/></svg></li><li title=\"bxs dog \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21,6H19L17.73,4.73A2.49,2.49,0,0,0,16,4H13.5A2.64,2.64,0,0,0,11,2V8.36a4.38,4.38,0,0,0,1.13,2.72,6.57,6.57,0,0,0,4.13,1.82l3.45-1.38a3,3,0,0,0,1.73-1.84L22,8.15A1.06,1.06,0,0,0,22,7.84V7A1,1,0,0,0,21,6ZM16,8a1,1,0,1,1,1-1A1,1,0,0,1,16,8Z\"/><path d=\"M11.38,11.74A5.24,5.24,0,0,1,10.07,9H6A1.88,1.88,0,0,1,4,7,1,1,0,0,0,2,7,4.69,4.69,0,0,0,2.48,9,3.58,3.58,0,0,0,4,10.53V22H7V17h6v5h3V13.87A7.35,7.35,0,0,1,11.38,11.74Z\"/></svg></li><li title=\"bxs dollar circle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm1 14.915V18h-2v-1.08c-2.339-.367-3-2.002-3-2.92h2c.011.143.159 1 2 1 1.38 0 2-.585 2-1 0-.324 0-1-2-1-3.48 0-4-1.88-4-3 0-1.288 1.029-2.584 3-2.915V6.012h2v1.109c1.734.41 2.4 1.853 2.4 2.879h-1l-1 .018C13.386 9.638 13.185 9 12 9c-1.299 0-2 .516-2 1 0 .374 0 1 2 1 3.48 0 4 1.88 4 3 0 1.288-1.029 2.584-3 2.915z\"/></svg></li><li title=\"bxs donate blood \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M17.726 13.02 14 16H9v-1h4.065a.5.5 0 0 0 .416-.777l-.888-1.332A1.995 1.995 0 0 0 10.93 12H3a1 1 0 0 0-1 1v6a2 2 0 0 0 2 2h9.639a3 3 0 0 0 2.258-1.024L22 13l-1.452-.484a2.998 2.998 0 0 0-2.822.504zM15.403 12a3 3 0 0 0 3-3c0-2.708-3-6-3-6s-3 3.271-3 6a3 3 0 0 0 3 3z\"/></svg></li><li title=\"bxs donate heart \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M17.726 13.02 14 16H9v-1h4.065a.5.5 0 0 0 .416-.777l-.888-1.332A1.995 1.995 0 0 0 10.93 12H3a1 1 0 0 0-1 1v6a2 2 0 0 0 2 2h9.639a3 3 0 0 0 2.258-1.024L22 13l-1.452-.484a2.998 2.998 0 0 0-2.822.504zm1.532-5.63c.451-.465.73-1.108.73-1.818s-.279-1.353-.73-1.818A2.447 2.447 0 0 0 17.494 3S16.25 2.997 15 4.286C13.75 2.997 12.506 3 12.506 3a2.45 2.45 0 0 0-1.764.753c-.451.466-.73 1.108-.73 1.818s.279 1.354.73 1.818L15 12l4.258-4.61z\"/></svg></li><li title=\"bxs door open \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M5 5v14a1 1 0 0 0 1 1h3v-2H7V6h2V4H6a1 1 0 0 0-1 1zm14.242-.97-8-2A1 1 0 0 0 10 3v18a.998.998 0 0 0 1.242.97l8-2A1 1 0 0 0 20 19V5a1 1 0 0 0-.758-.97zM15 12.188a1.001 1.001 0 0 1-2 0v-.377a1 1 0 1 1 2 .001v.376z\"/></svg></li><li title=\"bxs doughnut chart \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M13 6c2.507.423 4.577 2.493 5 5h4c-.471-4.717-4.283-8.529-9-9v4z\"/><path d=\"M18 13c-.478 2.833-2.982 4.949-5.949 4.949-3.309 0-6-2.691-6-6C6.051 8.982 8.167 6.478 11 6V2c-5.046.504-8.949 4.773-8.949 9.949 0 5.514 4.486 10 10 10 5.176 0 9.445-3.903 9.949-8.949h-4z\"/></svg></li><li title=\"bxs down arrow alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M18 12h-5V6h-2v6H6l6 7z\"/></svg></li><li title=\"bxs down arrow circle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm0 15-5-5h4V7h2v5h4l-5 5z\"/></svg></li><li title=\"bxs down arrow square \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 21a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14zm-8-9V7h2v5h4l-5 5-5-5h4z\"/></svg></li><li title=\"bxs down arrow \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M11.178 19.569a.998.998 0 0 0 1.644 0l9-13A.999.999 0 0 0 21 5H3a1.002 1.002 0 0 0-.822 1.569l9 13z\"/></svg></li><li title=\"bxs download \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 9h-4V3H9v6H5l7 8zM4 19h16v2H4z\"/></svg></li><li title=\"bxs downvote \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20.901 10.566A1.001 1.001 0 0 0 20 10h-4V3a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1v7H4a1.001 1.001 0 0 0-.781 1.625l8 10a1 1 0 0 0 1.562 0l8-10c.24-.301.286-.712.12-1.059z\"/></svg></li><li title=\"bxs drink \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20.832 4.555A1 1 0 0 0 20 3H4a1 1 0 0 0-.832 1.554L11 16.303V20H8v2h8v-2h-3v-3.697l7.832-11.748zm-2.7.445-2 3H7.868l-2-3h12.264z\"/></svg></li><li title=\"bxs droplet half \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12.578 2.184a1.004 1.004 0 0 0-1.156 0C11.119 2.398 4 7.513 4 13.75 4 18.53 7.364 22 12 22s8-3.468 8-8.246c0-6.241-7.119-11.356-7.422-11.57zM6 13.75c0-4.283 4.395-8.201 6-9.49V20c-3.533 0-6-2.57-6-6.25z\"/></svg></li><li title=\"bxs droplet \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12.6,2.4c-0.4-0.3-0.9-0.3-1.2,0C9.5,3.9,4,8.5,4,14c0,4.4,3.6,8,8,8c4.4,0,8-3.6,8-8C20,8.6,14.5,3.9,12.6,2.4\"/></svg>\n</li><li title=\"bxs dryer \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M4 22h16a1 1 0 0 0 1-1V5c0-1.654-1.346-3-3-3H6C4.346 2 3 3.346 3 5v16a1 1 0 0 0 1 1zM18 3.924a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm-3 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm-3 3.117c3.309 0 6 2.691 6 6s-2.691 6-6 6-6-2.691-6-6 2.691-6 6-6z\"/><path d=\"M9.32 12.265c-.415.384-1.041.964-1.041 2.067 0 1.104.626 1.684 1.041 2.068.352.325.4.398.4.6h2c0-1.104-.626-1.684-1.041-2.068-.352-.325-.4-.398-.4-.6s.048-.275.4-.6c.414-.384 1.041-.964 1.041-2.068 0-1.103-.626-1.683-1.041-2.066-.351-.325-.399-.397-.399-.598h-2c0 1.104.627 1.683 1.042 2.066.351.324.399.396.399.597-.001.203-.05.276-.401.602zm4 0c-.414.384-1.04.964-1.04 2.067s.626 1.684 1.04 2.067c.351.325.399.398.399.601h2c0-1.104-.626-1.684-1.04-2.067-.351-.325-.399-.398-.399-.601s.049-.275.399-.601c.414-.384 1.04-.964 1.04-2.068 0-1.103-.626-1.682-1.04-2.065-.35-.324-.399-.397-.399-.598h-2c0 1.103.626 1.683 1.041 2.066.35.324.398.397.398.598.001.202-.048.275-.399.601z\"/></svg></li><li title=\"bxs duplicate \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M4 22h12a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2zm2-9h3v-3h2v3h3v2h-3v3H9v-3H6v-2z\"/><path d=\"M20 2H8v2h12v12h2V4c0-1.103-.897-2-2-2z\"/></svg></li><li title=\"bxs edit alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m16 2.012 3 3L16.713 7.3l-3-3zM4 14v3h3l8.299-8.287-3-3zm0 6h16v2H4z\"/></svg></li><li title=\"bxs edit location \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C7.589 2 4 5.589 4 9.995 3.971 16.44 11.696 21.784 12 22c0 0 8.029-5.56 8-12 0-4.411-3.589-8-8-8zM9.799 14.987H8v-1.799l4.977-4.97 1.799 1.799-4.977 4.97zm5.824-5.817-1.799-1.799L15.196 6l1.799 1.799-1.372 1.371z\"/></svg></li><li title=\"bxs edit \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m18.988 2.012 3 3L19.701 7.3l-3-3zM8 16h3l7.287-7.287-3-3L8 13z\"/><path d=\"M19 19H8.158c-.026 0-.053.01-.079.01-.033 0-.066-.009-.1-.01H5V5h6.847l2-2H5c-1.103 0-2 .896-2 2v14c0 1.104.897 2 2 2h14a2 2 0 0 0 2-2v-8.668l-2 2V19z\"/></svg></li><li title=\"bxs eject \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m12 6-6 8h12zM6 16h12v2H6z\"/></svg></li><li title=\"bxs envelope open \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m21.555 8.168-9-6a1 1 0 0 0-1.109 0l-9 6A.995.995 0 0 0 2.004 9H2v11a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V9h-.004a.997.997 0 0 0-.441-.832zM20 12.7 12 17l-8-4.3v-2.403l8 4.299 8-4.299V12.7z\"/></svg></li><li title=\"bxs envelope \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 4H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2zm0 4.7-8 5.334L4 8.7V6.297l8 5.333 8-5.333V8.7z\"/></svg></li><li title=\"bxs eraser \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12.48 3 7.73 7.75 3 12.59a2 2 0 0 0 0 2.82l4.3 4.3A1 1 0 0 0 8 20h12v-2h-7l7.22-7.22a2 2 0 0 0 0-2.83L15.31 3a2 2 0 0 0-2.83 0zM8.41 18l-4-4 4.75-4.84.74-.75 4.95 4.95-4.56 4.56-.07.08z\"/></svg></li><li title=\"bxs error alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M16.707 2.293A.996.996 0 0 0 16 2H8a.996.996 0 0 0-.707.293l-5 5A.996.996 0 0 0 2 8v8c0 .266.105.52.293.707l5 5A.996.996 0 0 0 8 22h8c.266 0 .52-.105.707-.293l5-5A.996.996 0 0 0 22 16V8a.996.996 0 0 0-.293-.707l-5-5zM13 17h-2v-2h2v2zm0-4h-2V7h2v6z\"/></svg></li><li title=\"bxs error circle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M11.953 2C6.465 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.493 2 11.953 2zM13 17h-2v-2h2v2zm0-4h-2V7h2v6z\"/></svg></li><li title=\"bxs error \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12.884 2.532c-.346-.654-1.422-.654-1.768 0l-9 17A.999.999 0 0 0 3 21h18a.998.998 0 0 0 .883-1.467L12.884 2.532zM13 18h-2v-2h2v2zm-2-4V9h2l.001 5H11z\"/></svg></li><li title=\"bxs ev station \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m19.616 6.48.014-.017-4-3.24-1.26 1.554 2.067 1.674a2.99 2.99 0 0 0-1.394 3.062c.15.899.769 1.676 1.57 2.111.895.487 1.68.442 2.378.194L18.976 18a.996.996 0 0 1-1.39.922.995.995 0 0 1-.318-.217.996.996 0 0 1-.291-.705L17 16a2.98 2.98 0 0 0-.877-2.119A3 3 0 0 0 14 13h-1V5a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7a2 2 0 0 0 2-2v-4h1c.136 0 .267.027.391.078a1.028 1.028 0 0 1 .531.533A.994.994 0 0 1 15 16l-.024 2c0 .406.079.799.236 1.168.151.359.368.68.641.951a2.97 2.97 0 0 0 2.123.881c.406 0 .798-.078 1.168-.236.358-.15.68-.367.951-.641A2.983 2.983 0 0 0 20.976 18L21 9a2.997 2.997 0 0 0-1.384-2.52zM6 18l1-5H4l5-7-1 5h3l-5 7zm12-8a1 1 0 1 1 0-2 1 1 0 0 1 0 2z\"/></svg></li><li title=\"bxs exit \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M5.002 21h14c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2h-14c-1.103 0-2 .897-2 2v6.001H10V7l6 5-6 5v-3.999H3.002V19c0 1.103.897 2 2 2z\"/></svg></li><li title=\"bxs extension \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 10V7c0-1.103-.897-2-2-2h-3c0-1.654-1.346-3-3-3S8 3.346 8 5H5c-1.103 0-2 .897-2 2v4h1a2 2 0 0 1 0 4H3v4c0 1.103.897 2 2 2h4v-1a2 2 0 0 1 4 0v1h4c1.103 0 2-.897 2-2v-3c1.654 0 3-1.346 3-3s-1.346-3-3-3z\"/></svg></li><li title=\"bxs eyedropper \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"  ><path d=\"m4 15.76-1 4A1 1 0 0 0 3.75 21a1 1 0 0 0 .49 0l4-1a1 1 0 0 0 .47-.26L17 11.41l1.29 1.3 1.42-1.42-1.3-1.29L21 7.41a2 2 0 0 0 0-2.82L19.41 3a2 2 0 0 0-2.82 0L14 5.59l-1.3-1.3-1.42 1.42L12.58 7l-8.29 8.29a1 1 0 0 0-.29.47zm1.87.75L14 8.42 15.58 10l-8.09 8.1-2.12.53z\"/></svg></li><li title=\"bxs face mask \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12c0 2.521.945 4.82 2.49 6.582 1.24 1.52 3.266 3.066 6.439 3.358a9.731 9.731 0 0 0 2.141 0c3.174-.292 5.199-1.839 6.439-3.358A9.948 9.948 0 0 0 22 12c0-5.514-4.486-10-10-10zM4.709 8.724c.154.09.308.182.456.276.396.25.791.5 1.286.688.494.187 1.088.312 1.879.312.792 0 1.386-.125 1.881-.313s.891-.437 1.287-.687.792-.5 1.287-.688c.494-.187 1.088-.312 1.88-.312s1.386.125 1.88.313c.495.187.891.437 1.287.687s.792.5 1.287.688c.178.067.374.122.581.171.191.682.3 1.398.3 2.141 0 .843-.133 1.654-.375 2.417-.261.195-.733.474-1.577.756-.769.256-1.672.458-2.685.602a25.337 25.337 0 0 1-6.727 0c-1.013-.144-1.916-.346-2.685-.602-.844-.282-1.316-.561-1.577-.756a7.953 7.953 0 0 1 .335-5.693z\"/><circle cx=\"8.5\" cy=\"12.5\" r=\"1.5\"/><circle cx=\"15.5\" cy=\"12.5\" r=\"1.5\"/></svg></li><li title=\"bxs face \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm0 18c-4.411 0-8-3.589-8-8 0-1.168.258-2.275.709-3.276.154.09.308.182.456.276.396.25.791.5 1.286.688.494.187 1.088.312 1.879.312.792 0 1.386-.125 1.881-.313s.891-.437 1.287-.687.792-.5 1.287-.688c.494-.187 1.088-.312 1.88-.312s1.386.125 1.88.313c.495.187.891.437 1.287.687s.792.5 1.287.688c.178.067.374.122.581.171.191.682.3 1.398.3 2.141 0 4.411-3.589 8-8 8z\"/><circle cx=\"8.5\" cy=\"12.5\" r=\"1.5\"/><circle cx=\"15.5\" cy=\"12.5\" r=\"1.5\"/></svg></li><li title=\"bxs factory \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M17 10V6l-5 4V6l-5 4V4H2v16h20V6l-5 4zm-8 7H7v-3h2v3zm5 0h-2v-3h2v3zm5 0h-2v-3h2v3z\"/></svg></li><li title=\"bxs fast forward circle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.485 2 2 6.485 2 12s4.485 10 10 10c5.514 0 10-4.485 10-10S17.514 2 12 2zm1 14v-4l-6 4V8l6 4V8l6 4-6 4z\"/></svg></li><li title=\"bxs file archive \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M6 2a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6h-3v2H9v2h2v2H9v2h2v8H7v-6h2v-2H7V8h2V6H7V4h2V2H6zm7 2 5 5h-5V4z\"/><path d=\"M8 15h2v2H8z\"/></svg></li><li title=\"bxs file blank \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M6 2a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6H6zm8 7h-1V4l5 5h-4z\"/></svg></li><li title=\"bxs file css \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zM9.446 17.412c.275 0 .581-.061.762-.132l.138.713c-.168.084-.546.174-1.037.174-1.397 0-2.117-.869-2.117-2.021C7.191 14.768 8.175 14 9.398 14c.474 0 .833.096.995.18l-.186.726a1.98 1.98 0 0 0-.768-.149c-.726 0-1.29.438-1.29 1.337.001.808.482 1.318 1.297 1.318zm2.491.755c-.461 0-.917-.119-1.145-.245l.186-.756c.246.126.624.252 1.014.252.42 0 .642-.174.642-.438 0-.252-.192-.396-.678-.57-.672-.234-1.109-.605-1.109-1.193 0-.689.575-1.217 1.529-1.217.455 0 .791.096 1.031.203l-.204.738a1.919 1.919 0 0 0-.846-.192c-.396 0-.587.181-.587.39 0 .258.228.372.749.57.714.264 1.05.636 1.05 1.205-.001.678-.523 1.253-1.632 1.253zm3.24 0c-.461 0-.917-.119-1.145-.245l.186-.756c.246.126.624.252 1.014.252.42 0 .642-.174.642-.438 0-.252-.192-.396-.678-.57-.672-.234-1.109-.605-1.109-1.193 0-.689.575-1.217 1.529-1.217.455 0 .791.096 1.031.203l-.204.738a1.919 1.919 0 0 0-.846-.192c-.396 0-.587.181-.587.39 0 .258.228.372.749.57.714.264 1.05.636 1.05 1.205 0 .678-.523 1.253-1.632 1.253zM14 9h-1V4l5 5h-4z\"/></svg></li><li title=\"bxs file doc \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12.186 14.552c-.617 0-.977.587-.977 1.373 0 .791.371 1.35.983 1.35.617 0 .971-.588.971-1.374 0-.726-.348-1.349-.977-1.349z\"/><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zM9.155 17.454c-.426.354-1.073.521-1.864.521-.475 0-.81-.03-1.038-.06v-3.971a8.16 8.16 0 0 1 1.235-.083c.768 0 1.266.138 1.655.432.42.312.684.81.684 1.522 0 .775-.282 1.309-.672 1.639zm2.99.546c-1.2 0-1.901-.906-1.901-2.058 0-1.211.773-2.116 1.967-2.116 1.241 0 1.919.929 1.919 2.045-.001 1.325-.805 2.129-1.985 2.129zm4.655-.762c.275 0 .581-.061.762-.132l.138.713c-.168.084-.546.174-1.037.174-1.397 0-2.117-.869-2.117-2.021 0-1.379.983-2.146 2.207-2.146.474 0 .833.096.995.18l-.186.726a1.979 1.979 0 0 0-.768-.15c-.726 0-1.29.438-1.29 1.338 0 .809.48 1.318 1.296 1.318zM14 9h-1V4l5 5h-4z\"/><path d=\"M7.584 14.563c-.203 0-.335.018-.413.036v2.645c.078.018.204.018.317.018.828.006 1.367-.449 1.367-1.415.006-.84-.485-1.284-1.271-1.284z\"/></svg></li><li title=\"bxs file export \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M18 22a2 2 0 0 0 2-2v-5l-5 4v-3H8v-2h7v-3l5 4V8l-6-6H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12zM13 4l5 5h-5V4z\"/></svg></li><li title=\"bxs file find \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M6 22h12c.178 0 .348-.03.512-.074l-3.759-3.759A4.966 4.966 0 0 1 12 19c-2.757 0-5-2.243-5-5s2.243-5 5-5 5 2.243 5 5a4.964 4.964 0 0 1-.833 2.753l3.759 3.759c.044-.164.074-.334.074-.512V8l-6-6H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2z\"/><circle cx=\"12\" cy=\"14\" r=\"3\"/></svg></li><li title=\"bxs file gif \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zm-2.667 15.772A4.512 4.512 0 0 1 9.984 18c-.737 0-1.271-.186-1.644-.546-.371-.348-.575-.875-.569-1.469.006-1.344.983-2.111 2.309-2.111.521 0 .924.103 1.121.198l-.191.731c-.222-.096-.498-.174-.941-.174-.762 0-1.338.432-1.338 1.308 0 .833.522 1.325 1.271 1.325.21 0 .378-.024.45-.061v-.846h-.624v-.713h1.505v2.13zm1.634.186h-.918v-4.042h.918v4.042zm3.262-3.292h-1.553v.923h1.451v.744h-1.451v1.625h-.918v-4.042h2.471v.75zM14 9h-1V4l5 5h-4z\"/></svg></li><li title=\"bxs file html \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zm-1 2 5 5h-5V4zM8.531 18h-.76v-1.411H6.515V18h-.767v-3.373h.767v1.296h1.257v-1.296h.76V18zm3-2.732h-.921V18h-.766v-2.732h-.905v-.641h2.592v.641zM14.818 18l-.05-1.291c-.017-.405-.03-.896-.03-1.387h-.016c-.104.431-.245.911-.375 1.307l-.41 1.316h-.597l-.359-1.307a15.154 15.154 0 0 1-.306-1.316h-.011c-.021.456-.034.976-.059 1.396L12.545 18h-.705l.216-3.373h1.015l.331 1.126c.104.391.21.811.284 1.206h.017c.095-.391.209-.836.32-1.211l.359-1.121h.996L15.563 18h-.745zm3.434 0h-2.108v-3.373h.767v2.732h1.342V18z\"/></svg></li><li title=\"bxs file image \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M6 22h12a2 2 0 0 0 2-2V8l-6-6H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2zm7-18 5 5h-5V4zm-4.5 7a1.5 1.5 0 1 1-.001 3.001A1.5 1.5 0 0 1 8.5 11zm.5 5 1.597 1.363L13 13l4 6H7l2-3z\"/></svg></li><li title=\"bxs file import \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 14V8l-6-6H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-4h-7v3l-5-4 5-4v3h7zM13 4l5 5h-5V4z\"/></svg></li><li title=\"bxs file jpg \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zM9.239 16.446c0 1.152-.551 1.554-1.438 1.554-.21 0-.486-.036-.665-.097l.101-.737c.127.042.289.072.469.072.384 0 .623-.174.623-.804v-2.543h.911v2.555zm3.294-.365c-.313.293-.773.426-1.313.426-.12 0-.228-.007-.312-.019v1.445h-.906v-3.988a7.528 7.528 0 0 1 1.236-.083c.563 0 .965.107 1.234.323.259.204.433.54.433.936s-.133.732-.372.96zm4.331 1.667c-.28.096-.815.228-1.349.228-.737 0-1.271-.186-1.643-.546-.371-.348-.575-.875-.57-1.469.007-1.344.983-2.111 2.309-2.111.521 0 .924.103 1.121.198l-.191.731c-.222-.096-.497-.174-.941-.174-.761 0-1.338.432-1.338 1.308 0 .833.523 1.325 1.271 1.325.211 0 .378-.024.451-.061v-.846h-.624v-.713h1.504v2.13zM14 9h-1V4l5 5h-4z\"/><path d=\"M11.285 14.552c-.186 0-.312.018-.377.036v1.193c.077.018.174.023.307.023.484 0 .784-.246.784-.659 0-.372-.257-.593-.714-.593z\"/></svg></li><li title=\"bxs file js \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zm-2.745 14.186c0 1.345-.644 1.814-1.681 1.814-.245 0-.567-.042-.777-.112l.119-.861c.147.049.336.084.546.084.448 0 .729-.203.729-.938v-2.97h1.064v2.983zm2.043 1.807c-.539 0-1.071-.141-1.337-.287l.217-.883c.287.147.729.294 1.184.294.491 0 .749-.203.749-.511 0-.295-.224-.463-.791-.666-.784-.272-1.295-.707-1.295-1.394 0-.806.672-1.422 1.786-1.422.533 0 .925.112 1.205.238l-.238.861c-.189-.091-.525-.224-.987-.224s-.687.21-.687.455c0 .301.267.435.875.665.834.309 1.226.742 1.226 1.408-.002.793-.61 1.466-1.907 1.466zM14 9h-1V4l5 5h-4z\"/></svg></li><li title=\"bxs file json \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12.823 15.122c-.517 0-.816.491-.816 1.146 0 .661.311 1.126.82 1.126.517 0 .812-.49.812-1.146 0-.604-.291-1.126-.816-1.126z\"/><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zM8.022 16.704c0 .961-.461 1.296-1.2 1.296-.176 0-.406-.029-.557-.08l.086-.615c.104.035.239.06.391.06.319 0 .52-.145.52-.67v-2.122h.761v2.131zm1.459 1.291c-.385 0-.766-.1-.955-.205l.155-.631c.204.105.521.211.846.211.35 0 .534-.146.534-.365 0-.211-.159-.331-.564-.476-.562-.195-.927-.506-.927-.996 0-.576.481-1.017 1.277-1.017.38 0 .659.08.861.171l-.172.615c-.135-.065-.375-.16-.705-.16s-.491.15-.491.325c0 .215.19.311.627.476.596.22.876.53.876 1.006.001.566-.436 1.046-1.362 1.046zm3.306.005c-1.001 0-1.586-.755-1.586-1.716 0-1.012.646-1.768 1.642-1.768 1.035 0 1.601.776 1.601 1.707C14.443 17.33 13.773 18 12.787 18zm4.947-.055h-.802l-.721-1.302a12.64 12.64 0 0 1-.585-1.19l-.016.005c.021.445.031.921.031 1.472v1.016h-.701v-3.373h.891l.701 1.236c.2.354.4.775.552 1.155h.014c-.05-.445-.065-.9-.065-1.406v-.985h.702v3.372zM14 9h-1V4l5 5h-4z\"/></svg></li><li title=\"bxs file md \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M14.481 14.015c-.238 0-.393.021-.483.042v3.089c.091.021.237.021.371.021.966.007 1.597-.525 1.597-1.653.007-.981-.568-1.499-1.485-1.499z\"/><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zm-2.934 15.951-.07-1.807a53.142 53.142 0 0 1-.042-1.94h-.021a26.098 26.098 0 0 1-.525 1.828l-.574 1.842H9l-.504-1.828a21.996 21.996 0 0 1-.428-1.842h-.013c-.028.638-.049 1.366-.084 1.954l-.084 1.793h-.988L7.2 13.23h1.422l.462 1.576c.147.546.295 1.135.399 1.688h.021a39.87 39.87 0 0 1 .448-1.694l.504-1.569h1.394l.26 4.721h-1.044zm5.25-.56c-.498.413-1.253.609-2.178.609a9.27 9.27 0 0 1-1.212-.07v-4.636a9.535 9.535 0 0 1 1.443-.099c.896 0 1.478.161 1.933.505.49.364.799.945.799 1.778 0 .904-.33 1.528-.785 1.913zM14 9h-1V4l5 5h-4z\"/></svg></li><li title=\"bxs file pdf \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M8.267 14.68c-.184 0-.308.018-.372.036v1.178c.076.018.171.023.302.023.479 0 .774-.242.774-.651 0-.366-.254-.586-.704-.586zm3.487.012c-.2 0-.33.018-.407.036v2.61c.077.018.201.018.313.018.817.006 1.349-.444 1.349-1.396.006-.83-.479-1.268-1.255-1.268z\"/><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zM9.498 16.19c-.309.29-.765.42-1.296.42a2.23 2.23 0 0 1-.308-.018v1.426H7v-3.936A7.558 7.558 0 0 1 8.219 14c.557 0 .953.106 1.22.319.254.202.426.533.426.923-.001.392-.131.723-.367.948zm3.807 1.355c-.42.349-1.059.515-1.84.515-.468 0-.799-.03-1.024-.06v-3.917A7.947 7.947 0 0 1 11.66 14c.757 0 1.249.136 1.633.426.415.308.675.799.675 1.504 0 .763-.279 1.29-.663 1.615zM17 14.77h-1.532v.911H16.9v.734h-1.432v1.604h-.906V14.03H17v.74zM14 9h-1V4l5 5h-4z\"/></svg></li><li title=\"bxs file plus \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M6 22h12a2 2 0 0 0 2-2V8l-6-6H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2zm7-18 5 5h-5V4zM8 14h3v-3h2v3h3v2h-3v3h-2v-3H8v-2z\"/></svg></li><li title=\"bxs file png \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M7.782 14.576c-.186 0-.312.018-.377.036v1.193c.077.018.174.023.306.023.485 0 .785-.246.785-.659 0-.371-.258-.593-.714-.593z\"/><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zM9.03 16.105c-.313.293-.774.426-1.313.426-.12 0-.229-.007-.312-.019v1.445h-.906V13.97a7.504 7.504 0 0 1 1.235-.083c.563 0 .966.107 1.235.323.258.204.432.54.432.936s-.131.731-.371.959zm4.302 1.853h-.96l-.863-1.56c-.24-.432-.504-.953-.701-1.427l-.019.006c.024.534.036 1.104.036 1.763v1.218h-.84v-4.042h1.067l.84 1.481c.24.426.479.93.659 1.385h.019a14.746 14.746 0 0 1-.078-1.685v-1.182h.84v4.043zm4.169-.186a4.512 4.512 0 0 1-1.349.228c-.737 0-1.271-.186-1.644-.546-.371-.348-.575-.875-.569-1.469.006-1.344.983-2.111 2.309-2.111.521 0 .924.103 1.121.198l-.191.731c-.222-.096-.498-.174-.941-.174-.762 0-1.338.432-1.338 1.308 0 .833.522 1.325 1.271 1.325.21 0 .378-.024.45-.061v-.846h-.624v-.713h1.505v2.13zM14 9h-1V4l5 5h-4z\"/></svg></li><li title=\"bxs file txt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zM9.998 14.768H8.895v3.274h-.917v-3.274H6.893V14h3.105v.768zm2.725 3.274-.365-.731c-.15-.282-.246-.492-.359-.726h-.013c-.083.233-.185.443-.312.726l-.335.731h-1.045l1.171-2.045L10.336 14h1.05l.354.738c.121.245.21.443.306.671h.013c.096-.258.174-.438.276-.671l.341-.738h1.043l-1.139 1.973 1.198 2.069h-1.055zm4.384-3.274h-1.104v3.274h-.917v-3.274h-1.085V14h3.105v.768zM14 9h-1V4l5 5h-4z\"/></svg></li><li title=\"bxs file \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M18 22a2 2 0 0 0 2-2V8l-6-6H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12zM13 4l5 5h-5V4zM7 8h3v2H7V8zm0 4h10v2H7v-2zm0 4h10v2H7v-2z\"/></svg></li><li title=\"bxs film \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 4v1h-2V3H7v2H5V3H3v18h2v-2h2v2h10v-2h2v2h2V3h-2v1zM5 7h2v2H5V7zm0 4h2v2H5v-2zm0 6v-2h2v2H5zm12 0v-2h2v2h-2zm2-4h-2v-2h2v2zm-2-4V7h2v2h-2z\"/></svg></li><li title=\"bxs filter alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M13 20v-4.586L20.414 8c.375-.375.586-.884.586-1.415V4a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v2.585c0 .531.211 1.04.586 1.415L11 15.414V22l2-2z\"/></svg></li><li title=\"bxs first aid \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 6h-3V4a2 2 0 0 0-2-2H9a2 2 0 0 0-2 2v2H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2zM9 4h6v2H9zm7 10h-3v3h-2v-3H8v-2h3V9h2v3h3z\"/></svg></li><li title=\"bxs flag alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m14.303 6-3-2H6V2H4v20h2v-8h4.697l3 2H20V6z\"/></svg></li><li title=\"bxs flag checkered \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M4 2v18H3v2h4v-2H6v-5h13a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1H6V2H4zm4 3v2h2V5h2v2h2V5h2v2h2v2h-2v2h2v2h-2v-2h-2v2h-2v-2h-2v2H8v-2H6V9h2V7H6V5h2z\"/><path d=\"M8 9h2v2H8zm4 0h2v2h-2zm-2-2h2v2h-2zm4 0h2v2h-2z\"/></svg></li><li title=\"bxs flag \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 4H6V2H4v18H3v2h4v-2H6v-5h13a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1z\"/></svg></li><li title=\"bxs flame \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12.579 2.393a.982.982 0 0 0-1.153.006C9.592 3.728 4 8.252 4 14c0 3.247 1.948 6.043 4.734 7.296A3.971 3.971 0 0 1 8 19c-.017-3.221 3.558-6.893 3.71-7a.497.497 0 0 1 .579 0c.152.107 3.711 2.974 3.711 7.002 0 .854-.275 1.643-.733 2.294C18.052 20.043 20 17.248 20 14.005c0-5.861-5.582-10.307-7.421-11.612z\"/></svg></li><li title=\"bxs flask \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M15 9.783V4h1V2H8v2h1v5.783l-4.268 9.389a1.992 1.992 0 0 0 .14 1.911A1.99 1.99 0 0 0 6.553 22h10.895a1.99 1.99 0 0 0 1.681-.917c.37-.574.423-1.289.14-1.911L15 9.783zm-4.09.631c.06-.13.09-.271.09-.414V4h2v6c0 .143.03.284.09.414L15.177 15H8.825l2.085-4.586z\"/></svg></li><li title=\"bxs florist \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M10.84 21.871 12 22a10.221 10.221 0 0 0-9.013-8.891L2 13l.021.173a10.001 10.001 0 0 0 8.819 8.698zm11.139-8.698L22 13l-.987.109c-4.7.523-8.427 4.2-9.013 8.891l1.16-.129a10.001 10.001 0 0 0 8.819-8.698zM18.063 5.5a2.5 2.5 0 0 0-3.415-.915c-.062.035-.111.081-.168.121.005-.069.02-.136.02-.206a2.5 2.5 0 1 0-5 0c0 .07.015.137.021.206-.057-.04-.107-.086-.168-.121a2.5 2.5 0 0 0-2.5 4.33c.061.035.126.056.188.085-.062.029-.127.05-.188.085a2.5 2.5 0 0 0 2.5 4.33c.062-.035.111-.081.168-.121-.006.069-.021.136-.021.206a2.5 2.5 0 1 0 5 0c0-.07-.015-.137-.021-.206.057.04.106.086.168.121a2.5 2.5 0 0 0 2.5-4.33c-.061-.035-.126-.056-.188-.085.063-.029.127-.05.188-.085a2.5 2.5 0 0 0 .916-3.415zM12 12a3 3 0 1 1 0-6 3 3 0 0 1 0 6z\"/></svg></li><li title=\"bxs folder minus \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 5h-9.586L8.707 3.293A.997.997 0 0 0 8 3H4c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V7c0-1.103-.897-2-2-2zm-4 9H8v-2h8v2z\"/></svg></li><li title=\"bxs folder open \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M2.165 19.551c.186.28.499.449.835.449h15c.4 0 .762-.238.919-.606l3-7A.998.998 0 0 0 21 11h-1V8c0-1.103-.897-2-2-2h-6.655L8.789 4H4c-1.103 0-2 .897-2 2v13h.007a1 1 0 0 0 .158.551zM18 8v3H6c-.4 0-.762.238-.919.606L4 14.129V8h14z\"/></svg></li><li title=\"bxs folder plus \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 5h-9.586L8.707 3.293A.997.997 0 0 0 8 3H4c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V7c0-1.103-.897-2-2-2zm-4 9h-3v3h-2v-3H8v-2h3V9h2v3h3v2z\"/></svg></li><li title=\"bxs folder \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 5h-9.586L8.707 3.293A.997.997 0 0 0 8 3H4c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V7c0-1.103-.897-2-2-2z\"/></svg></li><li title=\"bxs food menu \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M3 2h2v20H3zm16 0H6v20h13c1.103 0 2-.897 2-2V4c0-1.103-.897-2-2-2zm-1 10H9v-2h9v2zm0-4H9V6h9v2z\"/></svg></li><li title=\"bxs fridge \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M18 2H6c-1.103 0-2 .897-2 2v5h4V6h2v3h10V4c0-1.103-.897-2-2-2zm-8 13H8v-5H4v10c0 1.103.897 2 2 2h12c1.103 0 2-.897 2-2V10H10v5z\"/></svg></li><li title=\"bxs game \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 22c3.719 0 7.063-2.035 8.809-5.314L13 12l7.809-4.686C19.063 4.035 15.719 2 12 2 6.486 2 2 6.486 2 12s4.486 10 10 10zm-.5-16a1.5 1.5 0 1 1-.001 3.001A1.5 1.5 0 0 1 11.5 6z\"/></svg></li><li title=\"bxs gas pump \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m19.616 6.48.014-.017-4-3.24-1.26 1.554 2.067 1.674a2.99 2.99 0 0 0-1.394 3.062c.15.899.769 1.676 1.57 2.111.895.487 1.68.442 2.378.194L18.976 18a.996.996 0 0 1-1.39.922.995.995 0 0 1-.318-.217.996.996 0 0 1-.291-.705L17 16a2.98 2.98 0 0 0-.877-2.119A3 3 0 0 0 14 13h-1V5a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7a2 2 0 0 0 2-2v-4h1c.136 0 .267.027.391.078a1.028 1.028 0 0 1 .531.533A.994.994 0 0 1 15 16l-.024 2c0 .406.079.799.236 1.168.151.359.368.68.641.951a2.97 2.97 0 0 0 2.123.881c.406 0 .798-.078 1.168-.236.358-.15.68-.367.951-.641A2.983 2.983 0 0 0 20.976 18L21 9a2.997 2.997 0 0 0-1.384-2.52zM11 8H4V5h7v3zm7 2a1 1 0 1 1 0-2 1 1 0 0 1 0 2z\"/></svg></li><li title=\"bxs ghost \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M3 11v8h.051c.245 1.692 1.69 3 3.449 3 1.174 0 2.074-.417 2.672-1.174a3.99 3.99 0 0 0 5.668-.014c.601.762 1.504 1.188 2.66 1.188 1.93 0 3.5-1.57 3.5-3.5V11c0-4.962-4.037-9-9-9s-9 4.038-9 9zm6 1c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2zm6-4c1.103 0 2 .897 2 2s-.897 2-2 2-2-.897-2-2 .897-2 2-2z\"/></svg></li><li title=\"bxs gift \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M5 12H4v8a2 2 0 0 0 2 2h5V12H5zm13 0h-5v10h5a2 2 0 0 0 2-2v-8h-2zm.791-5A4.92 4.92 0 0 0 19 5.5C19 3.57 17.43 2 15.5 2c-1.622 0-2.705 1.482-3.404 3.085C11.407 3.57 10.269 2 8.5 2 6.57 2 5 3.57 5 5.5c0 .596.079 1.089.209 1.5H2v4h9V9h2v2h9V7h-3.209zM7 5.5C7 4.673 7.673 4 8.5 4c.888 0 1.714 1.525 2.198 3H8c-.374 0-1 0-1-1.5zM15.5 4c.827 0 1.5.673 1.5 1.5C17 7 16.374 7 16 7h-2.477c.51-1.576 1.251-3 1.977-3z\"/></svg></li><li title=\"bxs graduation \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M2 7v1l11 4 9-4V7L11 4z\"/><path d=\"M4 11v4.267c0 1.621 4.001 3.893 9 3.734 4-.126 6.586-1.972 7-3.467.024-.089.037-.178.037-.268V11L13 14l-5-1.667v3.213l-1-.364V12l-3-1z\"/></svg></li><li title=\"bxs grid alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M4 11h6a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1zm10 0h6a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1h-6a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1zM4 21h6a1 1 0 0 0 1-1v-6a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1zm10 0h6a1 1 0 0 0 1-1v-6a1 1 0 0 0-1-1h-6a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1z\"/></svg></li><li title=\"bxs grid \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M4 4h4v4H4zm6 0h4v4h-4zm6 0h4v4h-4zM4 10h4v4H4zm6 0h4v4h-4zm6 0h4v4h-4zM4 16h4v4H4zm6 0h4v4h-4zm6 0h4v4h-4z\"/></svg></li><li title=\"bxs group \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M9.5 12c2.206 0 4-1.794 4-4s-1.794-4-4-4-4 1.794-4 4 1.794 4 4 4zm1.5 1H8c-3.309 0-6 2.691-6 6v1h15v-1c0-3.309-2.691-6-6-6z\"/><path d=\"M16.604 11.048a5.67 5.67 0 0 0 .751-3.44c-.179-1.784-1.175-3.361-2.803-4.44l-1.105 1.666c1.119.742 1.8 1.799 1.918 2.974a3.693 3.693 0 0 1-1.072 2.986l-1.192 1.192 1.618.475C18.951 13.701 19 17.957 19 18h2c0-1.789-.956-5.285-4.396-6.952z\"/></svg></li><li title=\"bxs guitar amp \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 6h-2V4c0-1.103-.897-2-2-2H8c-1.103 0-2 .897-2 2v2H4c-1.103 0-2 .897-2 2v12c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V8c0-1.103-.897-2-2-2zM8 4h8v2H8V4zM6 19a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm0-3a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm3 3a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm0-3a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm3 3a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm0-3a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm3 3a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm0-3a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm3 3a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm0-3a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm2-4H4V8h16v4z\"/><path d=\"M14 9h2v2h-2zm3 0h2v2h-2z\"/></svg></li><li title=\"bxs hand down \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M16.278 2.231a1.001 1.001 0 0 0-.64-.231H5a2 2 0 0 0-2 2v7.21a2 2 0 0 0 1.779 1.987L12 14v6a2 2 0 0 0 4 0V8l3.03 1.212a2.001 2.001 0 0 0 2.641-1.225l.113-.34a.998.998 0 0 0-.309-1.084l-5.197-4.332z\"/></svg></li><li title=\"bxs hand left \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 3h-7.21a2 2 0 0 0-1.987 1.779L10 12H4a2 2 0 0 0 0 4h12l-1.212 3.03a2.001 2.001 0 0 0 1.225 2.641l.34.113a.998.998 0 0 0 1.084-.309l4.332-5.197c.149-.179.231-.406.231-.64V5a2 2 0 0 0-2-2z\"/></svg></li><li title=\"bxs hand right \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 8H8l1.212-3.03a2 2 0 0 0-1.225-2.641l-.34-.113a.998.998 0 0 0-1.084.309L2.231 7.722a1.001 1.001 0 0 0-.231.64V19a2 2 0 0 0 2 2h7.21a2 2 0 0 0 1.987-1.779L14 12h6a2 2 0 0 0 0-4z\"/></svg></li><li title=\"bxs hand up \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19.221 10.803 12 10V4a2 2 0 0 0-4 0v12l-3.031-1.212a2 2 0 0 0-2.64 1.225l-.113.34a.998.998 0 0 0 .309 1.084l5.197 4.332c.179.149.406.231.64.231H19a2 2 0 0 0 2-2v-7.21a2 2 0 0 0-1.779-1.987z\"/></svg></li><li title=\"bxs hand \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20.5 5A1.5 1.5 0 0 0 19 6.5V11h-1V4.5a1.5 1.5 0 0 0-3 0V11h-1V3.5a1.5 1.5 0 0 0-3 0V11h-1V5.5a1.5 1.5 0 0 0-3 0v10.81l-2.22-3.6a1.5 1.5 0 0 0-2.56 1.58l3.31 5.34A5 5 0 0 0 9.78 22H17a5 5 0 0 0 5-5V6.5A1.5 1.5 0 0 0 20.5 5z\"/></svg></li><li title=\"bxs happy alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm3.493 6a1.494 1.494 0 1 1-.001 2.987A1.494 1.494 0 0 1 15.493 8zM8.5 8a1.5 1.5 0 1 1-.001 3.001A1.5 1.5 0 0 1 8.5 8zM12 18c-5 0-6-5-6-5h12s-1 5-6 5z\"/></svg></li><li title=\"bxs happy beaming \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zM8 9c2.201 0 3 1.794 3 3H9c-.012-.45-.194-1-1-1s-.988.55-1 1.012L5 12c0-1.206.799-3 3-3zm4 9c-4 0-5-4-5-4h10s-1 4-5 4zm5-6c-.012-.45-.194-1-1-1s-.988.55-1 1.012L13 12c0-1.206.799-3 3-3s3 1.794 3 3h-2z\"/></svg></li><li title=\"bxs happy heart eyes \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zM6.435 8.467A1.49 1.49 0 0 1 8.502 8.4a1.49 1.49 0 0 1 2.065.033c.597.592.604 1.521.018 2.118l-2.05 2.083-2.082-2.05a1.484 1.484 0 0 1-.018-2.117zM12 18c-4 0-5-4-5-4h10s-1 4-5 4zm5.585-7.449-2.05 2.083-2.082-2.05a1.485 1.485 0 0 1-.019-2.117 1.49 1.49 0 0 1 2.068-.067 1.49 1.49 0 0 1 2.065.033c.597.591.605 1.521.018 2.118z\"/></svg></li><li title=\"bxs happy \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm3.493 7a1.494 1.494 0 1 1-.001 2.987A1.494 1.494 0 0 1 15.493 9zM8.5 9a1.5 1.5 0 1 1-.001 3.001A1.5 1.5 0 0 1 8.5 9zm3.5 9c-4 0-5-4-5-4h10s-1 4-5 4z\"/></svg></li><li title=\"bxs hdd \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 13H4a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2zm-4 5h-2v-2h2v2zm4 0h-2v-2h2v2zm.775-7H21l-1.652-7.434A2 2 0 0 0 17.396 2H6.604a2 2 0 0 0-1.952 1.566L3 11h17.775z\"/></svg></li><li title=\"bxs heart circle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm4.186 10.74L12 16.926 7.814 12.74a2.745 2.745 0 0 1 0-3.907 2.745 2.745 0 0 1 3.906 0l.28.279.279-.279a2.745 2.745 0 0 1 3.906 0 2.745 2.745 0 0 1 .001 3.907z\"/></svg></li><li title=\"bxs heart square \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M4 21h16a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1zM7.812 8.907a2.746 2.746 0 0 1 3.907 0l.279.279.278-.279a2.746 2.746 0 0 1 3.907 0 2.745 2.745 0 0 1 0 3.907L11.998 17l-4.187-4.186a2.747 2.747 0 0 1 .001-3.907z\"/></svg></li><li title=\"bxs heart \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20.205 4.791a5.938 5.938 0 0 0-4.209-1.754A5.906 5.906 0 0 0 12 4.595a5.904 5.904 0 0 0-3.996-1.558 5.942 5.942 0 0 0-4.213 1.758c-2.353 2.363-2.352 6.059.002 8.412L12 21.414l8.207-8.207c2.354-2.353 2.355-6.049-.002-8.416z\"/></svg></li><li title=\"bxs help circle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm1 16h-2v-2h2v2zm.976-4.885c-.196.158-.385.309-.535.459-.408.407-.44.777-.441.793v.133h-2v-.167c0-.118.029-1.177 1.026-2.174.195-.195.437-.393.691-.599.734-.595 1.216-1.029 1.216-1.627a1.934 1.934 0 0 0-3.867.001h-2C8.066 7.765 9.831 6 12 6s3.934 1.765 3.934 3.934c0 1.597-1.179 2.55-1.958 3.181z\"/></svg></li><li title=\"bxs hide \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M8.073 12.194 4.212 8.333c-1.52 1.657-2.096 3.317-2.106 3.351L2 12l.105.316C2.127 12.383 4.421 19 12.054 19c.929 0 1.775-.102 2.552-.273l-2.746-2.746a3.987 3.987 0 0 1-3.787-3.787zM12.054 5c-1.855 0-3.375.404-4.642.998L3.707 2.293 2.293 3.707l18 18 1.414-1.414-3.298-3.298c2.638-1.953 3.579-4.637 3.593-4.679l.105-.316-.105-.316C21.98 11.617 19.687 5 12.054 5zm1.906 7.546c.187-.677.028-1.439-.492-1.96s-1.283-.679-1.96-.492L10 8.586A3.955 3.955 0 0 1 12.054 8c2.206 0 4 1.794 4 4a3.94 3.94 0 0 1-.587 2.053l-1.507-1.507z\"/></svg></li><li title=\"bxs home circle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m21.743 12.331-9-10c-.379-.422-1.107-.422-1.486 0l-9 10A1 1 0 0 0 3 14h2v7a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-7h2a.998.998 0 0 0 .743-1.669zM12 16a3 3 0 1 1 0-6 3 3 0 0 1 0 6z\"/></svg></li><li title=\"bxs home heart \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M3 14h2v7a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-7h2a.998.998 0 0 0 .913-.593.998.998 0 0 0-.17-1.076l-9-10c-.379-.422-1.107-.422-1.486 0l-9 10A1 1 0 0 0 3 14zm5.653-2.359a2.224 2.224 0 0 1 3.125 0l.224.22.223-.22a2.225 2.225 0 0 1 3.126 0 2.13 2.13 0 0 1 0 3.07L12.002 18l-3.349-3.289a2.13 2.13 0 0 1 0-3.07z\"/></svg></li><li title=\"bxs home smile \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M3 14h2v7a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-7h2a.998.998 0 0 0 .913-.593.998.998 0 0 0-.17-1.076l-9-10c-.379-.422-1.107-.422-1.486 0l-9 10A1 1 0 0 0 3 14zm5.949-.316C8.98 13.779 9.762 16 12 16c2.269 0 3.042-2.287 3.05-2.311l1.9.621C16.901 14.461 15.703 18 12 18s-4.901-3.539-4.95-3.689l1.899-.627z\"/></svg></li><li title=\"bxs home \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m21.743 12.331-9-10c-.379-.422-1.107-.422-1.486 0l-9 10a.998.998 0 0 0-.17 1.076c.16.361.518.593.913.593h2v7a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-4h4v4a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-7h2a.998.998 0 0 0 .743-1.669z\"/></svg></li><li title=\"bxs hot \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M16.5,8c0,1.5-0.5,3.5-2.9,4.3c0.7-1.7,0.8-3.4,0.3-5c-0.7-2.1-3-3.7-4.6-4.6C8.9,2.4,8.2,2.8,8.3,3.4c0,1.1-0.3,2.7-2,4.4\n\tC4.1,10,3,12.3,3,14.5C3,17.4,5,21,9,21c-4-4-1-7.5-1-7.5c0.8,5.9,5,7.5,7,7.5c1.7,0,5-1.2,5-6.4c0-3.1-1.3-5.5-2.4-6.9\n\tC17.3,7.2,16.6,7.5,16.5,8\"/></svg>\n</li><li title=\"bxs hotel \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><circle cx=\"8\" cy=\"11\" r=\"3\"/><path d=\"M18.205 7H12v8H4V6H2v14h2v-3h16v3h2v-4c0-.009-.005-.016-.005-.024H22V11c0-2.096-1.698-4-3.795-4z\"/></svg></li><li title=\"bxs hourglass bottom \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M5 2H4v2h1v1a7.014 7.014 0 0 0 3.433 6.02c.355.21.567.547.567.901v.158c0 .354-.212.691-.566.9A7.016 7.016 0 0 0 5 19v1H4v2h16v-2h-1v-1a7.016 7.016 0 0 0-3.434-6.021c-.354-.208-.566-.545-.566-.9v-.158c0-.354.212-.69.566-.9A7.016 7.016 0 0 0 19 5V4h1V2H5zm12 3a5.01 5.01 0 0 1-2.45 4.299A3.107 3.107 0 0 0 13.166 11h-2.332a3.114 3.114 0 0 0-1.385-1.702A5.008 5.008 0 0 1 7 5V4h10v1z\"/></svg></li><li title=\"bxs hourglass top \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M15.566 11.021A7.016 7.016 0 0 0 19 5V4h1V2H4v2h1v1a7.016 7.016 0 0 0 3.434 6.021c.354.208.566.545.566.9v.158c0 .354-.212.69-.566.9A7.016 7.016 0 0 0 5 19v1H4v2h16v-2h-1v-1a7.014 7.014 0 0 0-3.433-6.02c-.355-.21-.567-.547-.567-.901v-.158c0-.355.212-.692.566-.9zM17 19v1H7v-1a5.01 5.01 0 0 1 2.45-4.299A3.111 3.111 0 0 0 10.834 13h2.332c.23.691.704 1.3 1.385 1.702A5.008 5.008 0 0 1 17 19z\"/></svg></li><li title=\"bxs hourglass \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 22h1v-2h-1v-1a7.014 7.014 0 0 0-3.433-6.02c-.355-.21-.567-.547-.567-.901v-.158c0-.354.212-.691.566-.9A7.016 7.016 0 0 0 19 5V4h1V2H4v2h1v1a7.016 7.016 0 0 0 3.434 6.021c.354.209.566.545.566.9v.158c0 .354-.212.691-.566.9A7.016 7.016 0 0 0 5 19v1H4v2h15zM17 4v1a5.005 5.005 0 0 1-1.004 3H8.004A5.005 5.005 0 0 1 7 5V4h10zM9.45 14.702c.971-.574 1.55-1.554 1.55-2.623V12h2v.079c0 1.068.579 2.049 1.551 2.623A4.98 4.98 0 0 1 16.573 17H7.427a4.977 4.977 0 0 1 2.023-2.298z\"/></svg></li><li title=\"bxs id card \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 4H4c-1.103 0-2 .897-2 2v12c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V6c0-1.103-.897-2-2-2zM8.715 8c1.151 0 2 .849 2 2s-.849 2-2 2-2-.849-2-2 .848-2 2-2zm3.715 8H5v-.465c0-1.373 1.676-2.785 3.715-2.785s3.715 1.412 3.715 2.785V16zM19 15h-4v-2h4v2zm0-4h-5V9h5v2z\"/></svg></li><li title=\"bxs image add \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m9 13 3-4 3 4.5V12h4V5c0-1.103-.897-2-2-2H4c-1.103 0-2 .897-2 2v12c0 1.103.897 2 2 2h8v-4H5l3-4 1 2z\"/><path d=\"M19 14h-2v3h-3v2h3v3h2v-3h3v-2h-3z\"/></svg></li><li title=\"bxs image alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M5 21h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2zm3-7 2.363 2.363L14 11l5 7H5l3-4z\"/></svg></li><li title=\"bxs image \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19.999 4h-16c-1.103 0-2 .897-2 2v12c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V6c0-1.103-.897-2-2-2zm-13.5 3a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3zm5.5 10h-7l4-5 1.5 2 3-4 5.5 7h-7z\"/></svg></li><li title=\"bxs inbox \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 3H4c-1.103 0-2 .897-2 2v14a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V5c0-1.103-.897-2-2-2zm-1 9h-3.142c-.446 1.722-1.997 3-3.858 3s-3.412-1.278-3.858-3H4V5h16v7h-1z\"/></svg></li><li title=\"bxs info circle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z\"/></svg></li><li title=\"bxs info square \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M3 4v16a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1zm8 3h2v2h-2V7zm0 4h2v6h-2v-6z\"/></svg></li><li title=\"bxs injection \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12,5.61,9.24,8.35l3.31,3.31-1.06,1.06L8.18,9.41,6.41,11.18l3.31,3.31L8.66,15.55,5.35,12.24l-2,2A2,2,0,0,0,3,16.66l1,1.89L1.75,20.84l1.41,1.41L5.45,20,7.34,21h0a2,2,0,0,0,1,.26,2,2,0,0,0,1.42-.59L18.39,12Z\"/><polygon points=\"19.8 9.2 18.01 7.4 19.43 5.99 20.84 7.4 22.25 5.99 18.01 1.75 16.6 3.16 18.01 4.58 16.6 5.99 14.8 4.2 13.06 2.45 11.65 3.87 12.68 4.9 12.68 4.91 19.09 11.32 19.1 11.32 20.13 12.35 21.55 10.94 19.81 9.2 19.8 9.2\"/></svg></li><li title=\"bxs institution \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m21.857 8.485-3-5A.997.997 0 0 0 18 3h-4.586l-.707-.707a.999.999 0 0 0-1.414 0L10.586 3H6a.997.997 0 0 0-.857.485l-3 5A1.001 1.001 0 0 0 2.002 9H2v10a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1V9h-.002c0-.178-.046-.356-.141-.515zM20 18h-6v-4h-4v4H4v-8h2.414l.293-.293 2-2L12 4.414l4.293 4.293 1 1 .293.293H20v8z\"/><circle cx=\"11.895\" cy=\"9.895\" r=\"2.105\"/><path d=\"M6 12h2v3H6zm10 0h2v3h-2z\"/></svg></li><li title=\"bxs invader \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><rect x=\"6\" y=\"3\"  /><rect x=\"8\" y=\"19\"  /><rect x=\"16\" y=\"3\"  /><rect x=\"13\" y=\"19\"  /><path d=\"M20,11V9H18V7H16V5H14V7H10V5H8V7H6V9H4v2H2v8H4V15H6v4H8V16h8v3h2V15h2v4h2V11ZM10,12H8V9h2Zm6,0H14V9h2Z\"/></svg></li><li title=\"bxs joystick alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M16 6H8a6 6 0 0 0 0 12h8a6 6 0 0 0 0-12zm-5 7H9v2H7v-2H5v-2h2V9h2v2h2v2zm3.5 2a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm3-3a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\"/></svg></li><li title=\"bxs joystick button \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 8h-4V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v4H4a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h4v4a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2v-4h4a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2zM7 14l-3-2 3-2v4zm5 6-2-3h4l-2 3zm0-6a2 2 0 1 1 .001-4.001A2 2 0 0 1 12 14zm-2-7 2-3 2 3h-4zm7 7v-4l3 2-3 2z\"/></svg></li><li title=\"bxs joystick \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21.986 9.74a3.193 3.193 0 0 0-.008-.088A5.003 5.003 0 0 0 17 5H7a4.97 4.97 0 0 0-4.987 4.737c-.01.079-.013.161-.013.253v6.51c0 .925.373 1.828 1.022 2.476A3.524 3.524 0 0 0 5.5 20c1.8 0 2.504-1 3.5-3 .146-.292.992-2 3-2 1.996 0 2.853 1.707 3 2 1.004 2 1.7 3 3.5 3 .925 0 1.828-.373 2.476-1.022A3.524 3.524 0 0 0 22 16.5V10c0-.095-.004-.18-.014-.26zM7 12.031a2 2 0 1 1-.001-3.999A2 2 0 0 1 7 12.031zm10-5a1 1 0 1 1 0 2 1 1 0 1 1 0-2zm-2 4a1 1 0 1 1 0-2 1 1 0 1 1 0 2zm2 2a1 1 0 1 1 0-2 1 1 0 1 1 0 2zm2-2a1 1 0 1 1 0-2 1 1 0 1 1 0 2z\"/></svg></li><li title=\"bxs key \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M3.433 17.325 3.079 19.8a1 1 0 0 0 1.131 1.131l2.475-.354C7.06 20.524 8 18 8 18s.472.405.665.466c.412.13.813-.274.948-.684L10 16.01s.577.292.786.335c.266.055.524-.109.707-.293a.988.988 0 0 0 .241-.391L12 14.01s.675.187.906.214c.263.03.519-.104.707-.293l1.138-1.137a5.502 5.502 0 0 0 5.581-1.338 5.507 5.507 0 0 0 0-7.778 5.507 5.507 0 0 0-7.778 0 5.5 5.5 0 0 0-1.338 5.581l-7.501 7.5a.994.994 0 0 0-.282.566zM18.504 5.506a2.919 2.919 0 0 1 0 4.122l-4.122-4.122a2.919 2.919 0 0 1 4.122 0z\"/></svg></li><li title=\"bxs keyboard \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21 5H3a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h18a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2zm-8 2h2v2h-2V7zm0 4h2v2h-2v-2zM9 7h2v2H9V7zm0 4h2v2H9v-2zM5 7h2v2H5V7zm0 4h2v2H5v-2zm12 6H7v-2h10v2zm2-4h-2v-2h2v2zm0-4h-2V7h2v2z\"/></svg></li><li title=\"bxs label \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M16.813 4.419A.997.997 0 0 0 16 4H3a1 1 0 0 0-.813 1.581L6.771 12l-4.585 6.419A1 1 0 0 0 3 20h13a.997.997 0 0 0 .813-.419l5-7a.997.997 0 0 0 0-1.162l-5-7z\"/></svg></li><li title=\"bxs landmark \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21 17h-2V9h2V7a.998.998 0 0 0-.594-.914l-9.432-4.191-8.421 4.21A1 1 0 0 0 2 7v2h2v8H2v4h19v-4zm-5-8v8h-3V9h3zM7 9h3v8H7V9z\"/></svg></li><li title=\"bxs landscape \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><circle cx=\"6.5\" cy=\"6.5\" r=\"2.5\"/><path d=\"m14 7-5.223 8.487L7 13l-5 7h20z\"/></svg></li><li title=\"bxs laugh \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm-6.447 9.105 2.459-1.229-1.567-1.044 1.109-1.664 3 2a1 1 0 0 1-.108 1.727l-4 2-.893-1.79zM12 18c-4 0-5-4-5-4h10s-1 4-5 4zm5.553-5.105-4-2a1 1 0 0 1-.108-1.727l3-2 1.109 1.664-1.566 1.044 2.459 1.229-.894 1.79z\"/></svg></li><li title=\"bxs layer minus \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m21.484 11.125-9.022-5a1 1 0 0 0-.968-.001l-8.978 4.96a1 1 0 0 0-.003 1.749l9.022 5.04a.995.995 0 0 0 .973.001l8.978-5a1 1 0 0 0-.002-1.749z\"/><path d=\"M20.515 15.126 12 19.856l-8.515-4.73-.971 1.748 9 5a1 1 0 0 0 .971 0l9-5-.97-1.748zM16 4h6v2h-6z\"/></svg></li><li title=\"bxs layer plus \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m2.513 12.833 9.022 5.04a.995.995 0 0 0 .973.001l8.978-5a1 1 0 0 0-.002-1.749l-9.022-5a1 1 0 0 0-.968-.001l-8.978 4.96a1 1 0 0 0-.003 1.749z\"/><path d=\"m3.485 15.126-.971 1.748 9 5a1 1 0 0 0 .971 0l9-5-.971-1.748L12 19.856l-8.515-4.73zM20 8V6h2V4h-2V2h-2v2h-2v2h2v2z\"/></svg></li><li title=\"bxs layer \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m21.484 7.125-9.022-5a1.003 1.003 0 0 0-.968 0l-8.978 4.96a1 1 0 0 0-.003 1.748l9.022 5.04a.995.995 0 0 0 .973.001l8.978-5a1 1 0 0 0-.002-1.749z\"/><path d=\"m12 15.856-8.515-4.73-.971 1.748 9 5a1 1 0 0 0 .971 0l9-5-.971-1.748L12 15.856z\"/><path d=\"m12 19.856-8.515-4.73-.971 1.748 9 5a1 1 0 0 0 .971 0l9-5-.971-1.748L12 19.856z\"/></svg></li><li title=\"bxs layout \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 3H5c-1.103 0-2 .897-2 2v4h18V5c0-1.103-.897-2-2-2zM3 19c0 1.103.897 2 2 2h8V11H3v8zm12 2h4c1.103 0 2-.897 2-2v-8h-6v10z\"/></svg></li><li title=\"bxs leaf \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M22,3.41l-.12-1.26-1.2.4a13.84,13.84,0,0,1-6.41.64,11.87,11.87,0,0,0-6.68.9A7.23,7.23,0,0,0,3.3,9.5a9,9,0,0,0,.39,4.58,16.6,16.6,0,0,1,1.18-2.2A9.85,9.85,0,0,1,8.94,8.45a11.16,11.16,0,0,1,5.06-1v0A12.08,12.08,0,0,0,9.34,9.2a9.48,9.48,0,0,0-1.86,1.53,11.38,11.38,0,0,0-1.39,1.91,16.39,16.39,0,0,0-1.57,4.54A26.42,26.42,0,0,0,4,22H6a30.69,30.69,0,0,1,.59-4.32,9.25,9.25,0,0,0,4.52,1.11,11,11,0,0,0,4.28-.87C23,14.67,22,3.86,22,3.41Z\"/></svg></li><li title=\"bxs left arrow alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m5 12 7 6v-5h6v-2h-6V6z\"/></svg></li><li title=\"bxs left arrow circle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm5 11h-5v4l-5-5 5-5v4h5v2z\"/></svg></li><li title=\"bxs left arrow square \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 21a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14zM12 7v4h5v2h-5v4l-5-5 5-5z\"/></svg></li><li title=\"bxs left arrow \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m4.431 12.822 13 9A1 1 0 0 0 19 21V3a1 1 0 0 0-1.569-.823l-13 9a1.003 1.003 0 0 0 0 1.645z\"/></svg></li><li title=\"bxs left down arrow circle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19.071 19.071c3.898-3.899 3.898-10.244 0-14.143-3.899-3.899-10.244-3.898-14.143 0-3.898 3.899-3.899 10.243 0 14.143 3.9 3.899 10.244 3.899 14.143 0zM8.464 8.464l2.829 2.829 3.535-3.536 1.414 1.414-3.535 3.536 2.828 2.829H8.464V8.464z\"/></svg></li><li title=\"bxs left top arrow circle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19.071 19.071c3.898-3.899 3.898-10.244 0-14.143-3.899-3.898-10.243-3.898-14.143 0-3.898 3.899-3.898 10.244 0 14.143 3.9 3.899 10.244 3.899 14.143 0zM8.465 8.464h7.07l-2.828 2.829 3.535 3.536-1.414 1.414-3.535-3.536-2.828 2.829V8.464z\"/></svg></li><li title=\"bxs lemon \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21.45,8.74h0A2.23,2.23,0,0,1,21.64,7a3.51,3.51,0,0,0,.24-2.47,3.55,3.55,0,0,0-2.45-2.45A3.51,3.51,0,0,0,17,2.36a2.23,2.23,0,0,1-1.7.19,10.07,10.07,0,0,0-6.53,0A9.87,9.87,0,0,0,2.54,8.73a10.07,10.07,0,0,0,0,6.53A2.23,2.23,0,0,1,2.36,17a3.51,3.51,0,0,0-.24,2.47,3.55,3.55,0,0,0,2.45,2.45A3.51,3.51,0,0,0,7,21.64a2.23,2.23,0,0,1,1.7-.19A9.83,9.83,0,0,0,12,22a10.33,10.33,0,0,0,3.27-.54,9.87,9.87,0,0,0,6.19-6.19A10.07,10.07,0,0,0,21.45,8.74ZM12,7a5,5,0,0,0-5,5H5a7,7,0,0,1,7-7Z\"/></svg></li><li title=\"bxs like \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M4 21h1V8H4a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2zM20 8h-7l1.122-3.368A2 2 0 0 0 12.225 2H12L7 7.438V21h11l3.912-8.596L22 12v-2a2 2 0 0 0-2-2z\"/></svg></li><li title=\"bxs location plus \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 22s8.029-5.56 8-12c0-4.411-3.589-8-8-8S4 5.589 4 9.995C3.971 16.44 11.696 21.784 12 22zM8 9h3V6h2v3h3v2h-3v3h-2v-3H8V9z\"/></svg></li><li title=\"bxs lock alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 12c0-1.103-.897-2-2-2h-1V7c0-2.757-2.243-5-5-5S7 4.243 7 7v3H6c-1.103 0-2 .897-2 2v8c0 1.103.897 2 2 2h12c1.103 0 2-.897 2-2v-8zM9 7c0-1.654 1.346-3 3-3s3 1.346 3 3v3H9V7z\"/></svg></li><li title=\"bxs lock open alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M17 8V7c0-2.757-2.243-5-5-5S7 4.243 7 7v3H6c-1.103 0-2 .897-2 2v8c0 1.103.897 2 2 2h12c1.103 0 2-.897 2-2v-8c0-1.103-.897-2-2-2H9V7c0-1.654 1.346-3 3-3s3 1.346 3 3v1h2z\"/></svg></li><li title=\"bxs lock open \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M18 10H9V7c0-1.654 1.346-3 3-3s3 1.346 3 3h2c0-2.757-2.243-5-5-5S7 4.243 7 7v3H6a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8a2 2 0 0 0-2-2zm-7.939 5.499A2.002 2.002 0 0 1 14 16a1.99 1.99 0 0 1-1 1.723V20h-2v-2.277a1.992 1.992 0 0 1-.939-2.224z\"/></svg></li><li title=\"bxs lock \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C9.243 2 7 4.243 7 7v3H6a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8a2 2 0 0 0-2-2h-1V7c0-2.757-2.243-5-5-5zM9 7c0-1.654 1.346-3 3-3s3 1.346 3 3v3H9V7zm4 10.723V20h-2v-2.277a1.993 1.993 0 0 1 .567-3.677A2.001 2.001 0 0 1 14 16a1.99 1.99 0 0 1-1 1.723z\"/></svg></li><li title=\"bxs log in circle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 3c-4.625 0-8.442 3.507-8.941 8.001H10v-3l5 4-5 4v-3H3.06C3.56 17.494 7.376 21 12 21c4.963 0 9-4.037 9-9s-4.037-9-9-9z\"/></svg></li><li title=\"bxs log in \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M18.5 2h-13a.5.5 0 0 0-.5.5V11h6V8l5 4-5 4v-3H5v8.5a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 .5-.5v-19a.5.5 0 0 0-.5-.5z\"/></svg></li><li title=\"bxs log out circle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 3c-4.963 0-9 4.037-9 9v.001l5-4v3h7v2H8v3l-5-4C3.001 16.964 7.037 21 12 21s9-4.037 9-9-4.037-9-9-9z\"/></svg></li><li title=\"bxs log out \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M18 2H6a1 1 0 0 0-1 1v9l5-4v3h6v2h-6v3l-5-4v9a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1z\"/></svg></li><li title=\"bxs low vision \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 4.998c-1.836 0-3.356.389-4.617.971L3.707 2.293 2.293 3.707l3.315 3.315c-2.613 1.952-3.543 4.618-3.557 4.66l-.105.316.105.316C2.073 12.382 4.367 19 12 19c1.835 0 3.354-.389 4.615-.971l3.678 3.678 1.414-1.414-3.317-3.317c2.614-1.952 3.545-4.618 3.559-4.66l.105-.316-.105-.316c-.022-.068-2.316-6.686-9.949-6.686zM12.043 7H12a5 5 0 0 1 5 5 4.894 4.894 0 0 1-.852 2.734l-.721-.721A3.919 3.919 0 0 0 16 11.999c0-.474-.099-.925-.255-1.349A.985.985 0 0 1 15 11a1 1 0 0 1-1-1c0-.439.288-.802.682-.936A3.965 3.965 0 0 0 12 7.999c-.735 0-1.419.218-2.015.572l-.72-.72C10.053 7.326 10.982 7 12 7h-.043L12 6.998l.043.002zm-7.969 4.999c.103-.235.274-.586.521-.989l5.867 5.867c-4.213-.647-5.939-3.842-6.388-4.878zm9.247 4.908-7.48-7.48a8.146 8.146 0 0 1 1.188-.984l8.055 8.055a8.835 8.835 0 0 1-1.763.409z\"/></svg></li><li title=\"bxs magic wand \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m11 4-.5-1-.5 1-1 .125.834.708L9.5 6l1-.666 1 .666-.334-1.167.834-.708zm8.334 10.666L18.5 13l-.834 1.666-1.666.209 1.389 1.181L16.834 18l1.666-1.111L20.166 18l-.555-1.944L21 14.875zM6.667 6.333 6 5l-.667 1.333L4 6.5l1.111.944L4.667 9 6 8.111 7.333 9l-.444-1.556L8 6.5zM3.414 17c0 .534.208 1.036.586 1.414L5.586 20c.378.378.88.586 1.414.586s1.036-.208 1.414-.586L20 8.414c.378-.378.586-.88.586-1.414S20.378 5.964 20 5.586L18.414 4c-.756-.756-2.072-.756-2.828 0L4 15.586c-.378.378-.586.88-.586 1.414zM17 5.414 18.586 7 15 10.586 13.414 9 17 5.414z\"/></svg></li><li title=\"bxs magnet \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M8 3H5a1 1 0 0 0-1 1v3h5V4a1 1 0 0 0-1-1zm7 1v3h5V4a1 1 0 0 0-1-1h-3a1 1 0 0 0-1 1zm0 10a3 3 0 0 1-6 0V9H4v5a8 8 0 0 0 16 0V9h-5v5z\"/></svg></li><li title=\"bxs map alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m9 6.882-7-3.5v13.236l7 3.5 6-3 7 3.5V7.382l-7-3.5-6 3zM15 15l-6 3V9l6-3v9z\"/></svg></li><li title=\"bxs map pin \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m12 17 1-2V9.858c1.721-.447 3-2 3-3.858 0-2.206-1.794-4-4-4S8 3.794 8 6c0 1.858 1.279 3.411 3 3.858V15l1 2z\"/><path d=\"m16.267 10.563-.533 1.928C18.325 13.207 20 14.584 20 16c0 1.892-3.285 4-8 4s-8-2.108-8-4c0-1.416 1.675-2.793 4.267-3.51l-.533-1.928C4.197 11.54 2 13.623 2 16c0 3.364 4.393 6 10 6s10-2.636 10-6c0-2.377-2.197-4.46-5.733-5.437z\"/></svg></li><li title=\"bxs map \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C7.589 2 4 5.589 4 9.995 3.971 16.44 11.696 21.784 12 22c0 0 8.029-5.56 8-12 0-4.411-3.589-8-8-8zm0 12c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4z\"/></svg></li><li title=\"bxs mask \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 6H5C3.346 6 2 7.346 2 9v5c0 2.206 1.794 4 4 4h1.637c1.166 0 2.28-.557 2.981-1.491.66-.879 2.104-.88 2.764.001A3.744 3.744 0 0 0 16.363 18H18c2.206 0 4-1.794 4-4V9c0-1.654-1.346-3-3-3zM7.5 13C6.119 13 5 12.328 5 11.5S6.119 10 7.5 10s2.5.672 2.5 1.5S8.881 13 7.5 13zm9 0c-1.381 0-2.5-.672-2.5-1.5s1.119-1.5 2.5-1.5 2.5.672 2.5 1.5-1.119 1.5-2.5 1.5z\"/></svg></li><li title=\"bxs medal \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M17 2h-4v4.059a8.946 8.946 0 0 1 4 1.459V2zm-6 0H7v5.518a8.946 8.946 0 0 1 4-1.459V2zm1 20a7 7 0 1 0 0-14 7 7 0 0 0 0 14zm-1.225-8.519L12 11l1.225 2.481 2.738.397-1.981 1.932.468 2.727L12 17.25l-2.449 1.287.468-2.727-1.981-1.932 2.737-.397z\"/></svg></li><li title=\"bxs megaphone \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20.664 3.478 8 8v7l.748.267-1.127 2.254a1.999 1.999 0 0 0 1.156 2.792l4.084 1.361a2.015 2.015 0 0 0 2.421-1.003l1.303-2.606 4.079 1.457A1 1 0 0 0 22 18.581V4.419a1 1 0 0 0-1.336-.941zm-7.171 16.299L9.41 18.416l1.235-2.471 4.042 1.444-1.194 2.388zM4 15h2V8H4c-1.103 0-2 .897-2 2v3c0 1.103.897 2 2 2z\"/></svg></li><li title=\"bxs meh alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm-6 8h4v2H6v-2zm10 7H7.974v-2H16v2zm2-5h-4v-2h4v2z\"/></svg></li><li title=\"bxs meh blank \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zM8.5 12a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 8.5 12zm6.993-.014a1.494 1.494 0 1 1 .001-2.987 1.494 1.494 0 0 1-.001 2.987z\"/></svg></li><li title=\"bxs meh \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm-5 8.5a1.5 1.5 0 1 1 3.001.001A1.5 1.5 0 0 1 7 10.5zm9 6.5H7.974v-2H16v2zm-.507-5.014a1.494 1.494 0 1 1 .001-2.987 1.494 1.494 0 0 1-.001 2.987z\"/></svg></li><li title=\"bxs memory card \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M15 2H6c-1.103 0-2 .897-2 2v16c0 1.103.897 2 2 2h12c1.103 0 2-.897 2-2V7l-5-5zm-6 8H7V6h2v4zm3 0h-2V6h2v4zm3 0h-2V6h2v4z\"/></svg></li><li title=\"bxs message add \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 2H4c-1.103 0-2 .894-2 1.992v12.016C2 17.106 2.897 18 4 18h3v4l6.351-4H20c1.103 0 2-.894 2-1.992V3.992A1.998 1.998 0 0 0 20 2zm-3 9h-4v4h-2v-4H7V9h4V5h2v4h4v2z\"/></svg></li><li title=\"bxs message alt add \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m8.5 18 3.5 4 3.5-4H19c1.103 0 2-.897 2-2V4c0-1.103-.897-2-2-2H5c-1.103 0-2 .897-2 2v12c0 1.103.897 2 2 2h3.5zM7 9h4V5h2v4h4v2h-4v4h-2v-4H7V9z\"/></svg></li><li title=\"bxs message alt check \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M3 4v12c0 1.103.897 2 2 2h3.5l3.5 4 3.5-4H19c1.103 0 2-.897 2-2V4c0-1.103-.897-2-2-2H5c-1.103 0-2 .897-2 2zm5.707 4.293L11 10.586l4.793-4.793 1.414 1.414L11 13.414 7.293 9.707l1.414-1.414z\"/></svg></li><li title=\"bxs message alt detail \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m8.5 18 3.5 4 3.5-4H19c1.103 0 2-.897 2-2V4c0-1.103-.897-2-2-2H5c-1.103 0-2 .897-2 2v12c0 1.103.897 2 2 2h3.5zM7 7h10v2H7V7zm0 4h7v2H7v-2z\"/></svg></li><li title=\"bxs message alt dots \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 2H5c-1.103 0-2 .897-2 2v12c0 1.103.897 2 2 2h3.5l3.5 4 3.5-4H19c1.103 0 2-.897 2-2V4c0-1.103-.897-2-2-2zM9 12a2 2 0 1 1 .001-4.001A2 2 0 0 1 9 12zm6 0a2 2 0 1 1 .001-4.001A2 2 0 0 1 15 12z\"/></svg></li><li title=\"bxs message alt edit \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M5 2c-1.103 0-2 .897-2 2v12c0 1.103.897 2 2 2h3.5l3.5 4 3.5-4H19c1.103 0 2-.897 2-2V4c0-1.103-.897-2-2-2H5zm4.302 11.987h-1.8v-1.799l4.978-4.97 1.798 1.799-4.976 4.97zm5.823-5.817-1.798-1.799L14.698 5l1.8 1.799-1.373 1.371z\"/></svg></li><li title=\"bxs message alt error \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M3 4v12c0 1.103.897 2 2 2h3.5l3.5 4 3.5-4H19c1.103 0 2-.897 2-2V4c0-1.103-.897-2-2-2H5c-1.103 0-2 .897-2 2zm8 1h2v6h-2V5zm0 8h2v2h-2v-2z\"/></svg></li><li title=\"bxs message alt minus \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M5 2c-1.103 0-2 .897-2 2v12c0 1.103.897 2 2 2h3.5l3.5 4 3.5-4H19c1.103 0 2-.897 2-2V4c0-1.103-.897-2-2-2H5zm11 9H8V9h8v2z\"/></svg></li><li title=\"bxs message alt x \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m8.5 18 3.5 4 3.5-4H19c1.103 0 2-.897 2-2V4c0-1.103-.897-2-2-2H5c-1.103 0-2 .897-2 2v12c0 1.103.897 2 2 2h3.5zM7.293 6.707l1.414-1.414L12 8.586l3.293-3.293 1.414 1.414L13.414 10l3.293 3.293-1.414 1.414L12 11.414l-3.293 3.293-1.414-1.414L10.586 10 7.293 6.707z\"/></svg></li><li title=\"bxs message alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M18.999 2h-14c-1.103 0-2 .897-2 2v12c0 1.103.897 2 2 2h3.5l3.5 4 3.5-4h3.5c1.103 0 2-.897 2-2V4c0-1.103-.897-2-2-2z\"/></svg></li><li title=\"bxs message check \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 2H4c-1.103 0-2 .894-2 1.992v12.016C2 17.106 2.897 18 4 18h3v4l6.351-4H20c1.103 0 2-.894 2-1.992V3.992A1.998 1.998 0 0 0 20 2zm-9 11.914-3.707-3.707 1.414-1.414L11 11.086l4.793-4.793 1.414 1.414L11 13.914z\"/></svg></li><li title=\"bxs message detail \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 2H4c-1.103 0-2 .894-2 1.992v12.016C2 17.106 2.897 18 4 18h3v4l6.351-4H20c1.103 0 2-.894 2-1.992V3.992A1.998 1.998 0 0 0 20 2zm-6 11H7v-2h7v2zm3-4H7V7h10v2z\"/></svg></li><li title=\"bxs message dots \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 2H4c-1.103 0-2 .894-2 1.992v12.017C2 17.106 2.897 18 4 18h3v4l6.351-4H20c1.103 0 2-.894 2-1.992V3.992A1.998 1.998 0 0 0 20 2zm-9 8a2 2 0 1 1-2-2c.086 0 .167.015.25.025.082-.014.164-.025.25-.025A1.5 1.5 0 0 1 11 9.5c0 .086-.012.168-.025.25.01.083.025.165.025.25zm4 2a2 2 0 0 1-2-2c0-.086.015-.167.025-.25A1.592 1.592 0 0 1 13 9.5 1.5 1.5 0 0 1 14.5 8c.086 0 .168.011.25.025.083-.01.164-.025.25-.025a2 2 0 0 1 0 4z\"/></svg></li><li title=\"bxs message edit \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 2H4c-1.103 0-2 .894-2 1.992v12.016C2 17.106 2.897 18 4 18h3v4l6.351-4H20c1.103 0 2-.894 2-1.992V3.992A1.998 1.998 0 0 0 20 2zM8.999 14.999H7V13l5.53-5.522 1.998 1.999-5.529 5.522zm6.472-6.464-1.999-1.999 1.524-1.523 1.999 1.999-1.524 1.523z\"/></svg></li><li title=\"bxs message error \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 2H4c-1.103 0-2 .894-2 1.992v12.016C2 17.106 2.897 18 4 18h3v4l6.351-4H20c1.103 0 2-.894 2-1.992V3.992A1.998 1.998 0 0 0 20 2zm-7 13h-2v-2h2v2zm0-4h-2V5h2v6z\"/></svg></li><li title=\"bxs message minus \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 2H4c-1.103 0-2 .894-2 1.992v12.016C2 17.106 2.897 18 4 18h3v4l6.351-4H20c1.103 0 2-.894 2-1.992V3.992A1.998 1.998 0 0 0 20 2zm-4 9H8V9h8v2z\"/></svg></li><li title=\"bxs message rounded add \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 5.589 2 10c0 2.907 1.897 5.515 5 6.934V22l5.34-4.005C17.697 17.853 22 14.32 22 10c0-4.411-4.486-8-10-8zm4 9h-3v3h-2v-3H8V9h3V6h2v3h3v2z\"/></svg></li><li title=\"bxs message rounded check \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 5.589 2 10c0 2.907 1.897 5.515 5 6.934V22l5.34-4.005C17.697 17.853 22 14.32 22 10c0-4.411-4.486-8-10-8zm-1 12.414-3.707-3.707 1.414-1.414L11 11.586l4.793-4.793 1.414 1.414L11 14.414z\"/></svg></li><li title=\"bxs message rounded detail \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 5.589 2 10c0 2.907 1.897 5.515 5 6.934V22l5.34-4.005C17.697 17.853 22 14.32 22 10c0-4.411-4.486-8-10-8zm2 11H7v-2h7v2zm3-4H7V7h10v2z\"/></svg></li><li title=\"bxs message rounded dots \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 5.589 2 10c0 2.908 1.897 5.516 5 6.934V22l5.34-4.004C17.697 17.852 22 14.32 22 10c0-4.411-4.486-8-10-8zm-2.5 9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm5 0a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\"/></svg></li><li title=\"bxs message rounded edit \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 5.589 2 10c0 2.907 1.897 5.516 5 6.934V22l5.34-4.005C17.697 17.854 22 14.32 22 10c0-4.411-4.486-8-10-8zM9.302 13.986H7.503v-1.798l4.976-4.97 1.798 1.799-4.975 4.969zm5.823-5.816-1.799-1.798 1.372-1.371 1.799 1.798-1.372 1.371z\"/></svg></li><li title=\"bxs message rounded error \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 5.589 2 10c0 2.907 1.897 5.516 5 6.934V22l5.34-4.005C17.697 17.854 22 14.32 22 10c0-4.411-4.486-8-10-8zm1 12h-2v-2h2v2zm0-4h-2V5h2v5z\"/></svg></li><li title=\"bxs message rounded minus \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 5.589 2 10c0 2.907 1.897 5.515 5 6.934V22l5.34-4.005C17.697 17.853 22 14.32 22 10c0-4.411-4.486-8-10-8zm4 9H8V9h8v2z\"/></svg></li><li title=\"bxs message rounded x \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 5.589 2 10c0 2.907 1.897 5.515 5 6.934V22l5.34-4.005C17.697 17.853 22 14.32 22 10c0-4.411-4.486-8-10-8zm3.707 10.293-1.414 1.414L12 11.414l-2.293 2.293-1.414-1.414L10.586 10 8.293 7.707l1.414-1.414L12 8.586l2.293-2.293 1.414 1.414L13.414 10l2.293 2.293z\"/></svg></li><li title=\"bxs message rounded \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 5.589 2 10c0 2.908 1.898 5.515 5 6.934V22l5.34-4.005C17.697 17.852 22 14.32 22 10c0-4.411-4.486-8-10-8z\"/></svg></li><li title=\"bxs message square add \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M16 2H8C4.691 2 2 4.691 2 8v13a1 1 0 0 0 1 1h13c3.309 0 6-2.691 6-6V8c0-3.309-2.691-6-6-6zm1 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z\"/></svg></li><li title=\"bxs message square check \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M16 2H8C4.691 2 2 4.691 2 8v13a1 1 0 0 0 1 1h13c3.309 0 6-2.691 6-6V8c0-3.309-2.691-6-6-6zm-5 14.414-3.707-3.707 1.414-1.414L11 13.586l4.793-4.793 1.414 1.414L11 16.414z\"/></svg></li><li title=\"bxs message square detail \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M16 2H8C4.691 2 2 4.691 2 8v13a1 1 0 0 0 1 1h13c3.309 0 6-2.691 6-6V8c0-3.309-2.691-6-6-6zm-2 13H7v-2h7v2zm3-4H7V9h10v2z\"/></svg></li><li title=\"bxs message square dots \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M16 2H8C4.691 2 2 4.691 2 8v13a1 1 0 0 0 1 1h13c3.309 0 6-2.691 6-6V8c0-3.309-2.691-6-6-6zm-5 10.5A1.5 1.5 0 0 1 9.5 14c-.086 0-.168-.011-.25-.025-.083.01-.164.025-.25.025a2 2 0 1 1 2-2c0 .085-.015.167-.025.25.013.082.025.164.025.25zm4 1.5c-.086 0-.167-.015-.25-.025a1.471 1.471 0 0 1-.25.025 1.5 1.5 0 0 1-1.5-1.5c0-.085.012-.168.025-.25-.01-.083-.025-.164-.025-.25a2 2 0 1 1 2 2z\"/></svg></li><li title=\"bxs message square edit \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M16 2H8C4.691 2 2 4.691 2 8v13a1 1 0 0 0 1 1h13c3.309 0 6-2.691 6-6V8c0-3.309-2.691-6-6-6zM8.999 17H7v-1.999l5.53-5.522 1.999 1.999L8.999 17zm6.473-6.465-1.999-1.999 1.524-1.523 1.999 1.999-1.524 1.523z\"/></svg></li><li title=\"bxs message square error \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M16 2H8C4.691 2 2 4.691 2 8v13a1 1 0 0 0 1 1h13c3.309 0 6-2.691 6-6V8c0-3.309-2.691-6-6-6zm-3 16h-2v-2h2v2zm0-4h-2V6h2v8z\"/></svg></li><li title=\"bxs message square minus \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M16 2H8C4.691 2 2 4.691 2 8v13a1 1 0 0 0 1 1h13c3.309 0 6-2.691 6-6V8c0-3.309-2.691-6-6-6zm0 11H8v-2h8v2z\"/></svg></li><li title=\"bxs message square x \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M16 2H8C4.691 2 2 4.691 2 8v13a1 1 0 0 0 1 1h13c3.309 0 6-2.691 6-6V8c0-3.309-2.691-6-6-6zm.706 13.293-1.414 1.414L12 13.415l-3.292 3.292-1.414-1.414 3.292-3.292-3.292-3.292 1.414-1.414L12 10.587l3.292-3.292 1.414 1.414-3.292 3.292 3.292 3.292z\"/></svg></li><li title=\"bxs message square \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M16 2H8C4.691 2 2 4.691 2 8v13a1 1 0 0 0 1 1h13c3.309 0 6-2.691 6-6V8c0-3.309-2.691-6-6-6z\"/></svg></li><li title=\"bxs message x \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 2H4c-1.103 0-2 .894-2 1.992v12.016C2 17.106 2.897 18 4 18h3v4l6.351-4H20c1.103 0 2-.894 2-1.992V3.992A1.998 1.998 0 0 0 20 2zm-3.293 11.293-1.414 1.414L12 11.414l-3.293 3.293-1.414-1.414L10.586 10 7.293 6.707l1.414-1.414L12 8.586l3.293-3.293 1.414 1.414L13.414 10l3.293 3.293z\"/></svg></li><li title=\"bxs message \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 2H4c-1.103 0-2 .894-2 1.992v12.016C2 17.106 2.897 18 4 18h3v4l6.351-4H20c1.103 0 2-.894 2-1.992V3.992A1.998 1.998 0 0 0 20 2z\"/></svg></li><li title=\"bxs meteor \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M13.507 2.138a1 1 0 0 0-1.155.102L4.196 9.197c-2.924 2.924-2.924 7.682 0 10.606a7.472 7.472 0 0 0 5.3 2.192c1.924 0 3.85-.734 5.317-2.202l6.903-7.096A1 1 0 0 0 21 11h-3.301l4.175-7.514a1.001 1.001 0 0 0-1.359-1.36l-7.11 3.95.576-2.879a1.002 1.002 0 0 0-.474-1.059zM14 14.5a4.5 4.5 0 0 1-9 0c0-1.57.807-2.949 2.025-3.754-.01.084-.025.167-.025.254a2 2 0 1 0 3.845-.772C12.669 10.802 14 12.486 14 14.5z\"/></svg></li><li title=\"bxs microchip \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M7.999 22h8c1.103 0 2-.897 2-2V4c0-1.103-.897-2-2-2h-8c-1.103 0-2 .897-2 2v16c0 1.103.897 2 2 2zm-5-15h2V5h-2v.5h-1v1h1zm18-2h-2v2h2v-.5h1v-1h-1zm-18 6h2V9h-2v.5h-1v1h1zm18-2h-2v2h2v-.5h1v-1h-1zm-18 6h2v-2h-2v.5h-1v1h1zm18-2h-2v2h2v-.5h1v-1h-1zm-18 6h2v-2h-2v.5h-1v1h1zm18-2h-2v2h2v-.5h1v-1h-1z\"/></svg></li><li title=\"bxs microphone alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M6 12H4c0 4.072 3.061 7.436 7 7.931V22h2v-2.069c3.939-.495 7-3.858 7-7.931h-2c0 3.309-2.691 6-6 6s-6-2.691-6-6z\"/><path d=\"M8 12c0 2.206 1.794 4 4 4s4-1.794 4-4h-2v-2h2V8h-2V6h2c0-2.217-1.785-4.021-3.979-4.021a.933.933 0 0 0-.209.025A4.006 4.006 0 0 0 8 6h4v2H8v2h4v2H8z\"/></svg></li><li title=\"bxs microphone off \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m21.707 20.293-3.4-3.4A7.93 7.93 0 0 0 20 12h-2a5.945 5.945 0 0 1-1.119 3.467l-1.449-1.45A3.926 3.926 0 0 0 16 12V6c0-2.217-1.785-4.021-3.979-4.021-.07 0-.14.009-.209.025A4.006 4.006 0 0 0 8 6v.586L3.707 2.293 2.293 3.707l18 18 1.414-1.414zM6 12H4c0 4.072 3.06 7.436 7 7.931V22h2v-2.069a7.935 7.935 0 0 0 2.241-.63l-1.549-1.548A5.983 5.983 0 0 1 12 18c-3.309 0-6-2.691-6-6z\"/><path d=\"M8.007 12.067a3.996 3.996 0 0 0 3.926 3.926l-3.926-3.926z\"/></svg></li><li title=\"bxs microphone \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 16c2.206 0 4-1.794 4-4V6c0-2.217-1.785-4.021-3.979-4.021a.933.933 0 0 0-.209.025A4.006 4.006 0 0 0 8 6v6c0 2.206 1.794 4 4 4z\"/><path d=\"M11 19.931V22h2v-2.069c3.939-.495 7-3.858 7-7.931h-2c0 3.309-2.691 6-6 6s-6-2.691-6-6H4c0 4.072 3.061 7.436 7 7.931z\"/></svg></li><li title=\"bxs minus circle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm5 11H7v-2h10v2z\"/></svg></li><li title=\"bxs minus square \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M5 3a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H5zm12 10H7v-2h10v2z\"/></svg></li><li title=\"bxs mobile vibration \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M15.535 2.808a2.003 2.003 0 0 0-2.828 0l-9.899 9.899a2.001 2.001 0 0 0 0 2.828l5.657 5.657c.39.39.902.585 1.414.585s1.024-.195 1.414-.585l9.899-9.899c.78-.779.78-2.049 0-2.828l-5.657-5.657zM8.707 16.707a.999.999 0 1 1-1.414-1.414.999.999 0 1 1 1.414 1.414zm7 5-1.414-1.414 6-6 1.414 1.415zM8.293 2.293l1.414 1.414-6 6-1.414-1.415z\"/></svg></li><li title=\"bxs mobile \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M18 22c1.103 0 2-.897 2-2V4c0-1.103-.897-2-2-2H8c-1.103 0-2 .897-2 2v16c0 1.103.897 2 2 2h10zm-5-5a1 1 0 1 1 0 2 1 1 0 1 1 0-2z\"/></svg></li><li title=\"bxs moon \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 11.807A9.002 9.002 0 0 1 10.049 2a9.942 9.942 0 0 0-5.12 2.735c-3.905 3.905-3.905 10.237 0 14.142 3.906 3.906 10.237 3.905 14.143 0a9.946 9.946 0 0 0 2.735-5.119A9.003 9.003 0 0 1 12 11.807z\"/></svg></li><li title=\"bxs mouse alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M13 2v8h6V8c0-3.309-2.691-6-6-6zM5 16c0 3.309 2.691 6 6 6h2c3.309 0 6-2.691 6-6v-4H5v4zm0-8v2h6V2C7.691 2 5 4.691 5 8z\"/></svg></li><li title=\"bxs mouse \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M11.975 22H12c3.859 0 7-3.14 7-7V9c0-3.841-3.127-6.974-6.981-7h-.06C8.119 2.022 5 5.157 5 9v6c0 3.86 3.129 7 6.975 7zM11 6h2v6h-2V6z\"/></svg></li><li title=\"bxs movie play \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 3H4c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2zm.001 6c-.001 0-.001 0 0 0h-.465l-2.667-4H20l.001 4zM15.5 15 10 18v-6l5.5 3zm-.964-6-2.667-4h2.596l2.667 4h-2.596zm-2.404 0H9.536L6.869 5h2.596l2.667 4zM4 5h.465l2.667 4H4V5z\"/></svg></li><li title=\"bxs movie \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 3H4c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2zm.001 6c-.001 0-.001 0 0 0h-.466l-2.667-4H20l.001 4zm-5.466 0-2.667-4h2.596l2.667 4h-2.596zm-2.404 0H9.535L6.869 5h2.596l2.666 4zM4 5h.465l2.667 4H4V5z\"/></svg></li><li title=\"bxs music \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M6 18.573c2.206 0 4-1.794 4-4V4.428L19 7.7v7.43a3.953 3.953 0 0 0-2-.557c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4V7a.998.998 0 0 0-.658-.939l-11-4A.999.999 0 0 0 8 3v8.13a3.953 3.953 0 0 0-2-.557c-2.206 0-4 1.794-4 4s1.794 4 4 4z\"/></svg></li><li title=\"bxs navigation \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M2.002 9.538c-.023.411.207.794.581.966l7.504 3.442 3.442 7.503c.164.356.52.583.909.583l.057-.002a1 1 0 0 0 .894-.686l5.595-17.032c.117-.358.023-.753-.243-1.02s-.66-.358-1.02-.243L2.688 8.645a.997.997 0 0 0-.686.893z\"/></svg></li><li title=\"bxs network chart \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19.5 3A2.502 2.502 0 0 0 17 5.5c0 .357.078.696.214 1.005l-1.955 2.199A3.977 3.977 0 0 0 13 8c-.74 0-1.424.216-2.019.566L8.707 6.293l-.023.023C8.88 5.918 9 5.475 9 5a3 3 0 1 0-3 3c.475 0 .917-.12 1.316-.316l-.023.023L9.567 9.98A3.956 3.956 0 0 0 9 12c0 .997.38 1.899.985 2.601l-2.577 2.576A2.472 2.472 0 0 0 6.5 17C5.122 17 4 18.121 4 19.5S5.122 22 6.5 22 9 20.879 9 19.5c0-.321-.066-.626-.177-.909l2.838-2.838c.421.15.867.247 1.339.247 2.206 0 4-1.794 4-4 0-.636-.163-1.229-.428-1.764l2.117-2.383c.256.088.526.147.811.147C20.879 8 22 6.879 22 5.5S20.879 3 19.5 3zM13 14c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2z\"/></svg></li><li title=\"bxs news \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 17a1 1 0 0 1-2 0V5a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v13a2 2 0 0 0 2 2h15c1.654 0 3-1.346 3-3V7h-2v10zM12 7h3v2h-3V7zm0 4h3v2h-3v-2zM5 7h5v6H5V7zm0 10v-2h10v2H5z\"/></svg></li><li title=\"bxs no entry \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm5 12H7v-4h10v4z\"/></svg></li><li title=\"bxs note \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8l8-8V5a2 2 0 0 0-2-2zm-7 16v-7h7l-7 7z\"/></svg></li><li title=\"bxs notepad \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 4h-3V2h-2v2h-4V2H8v2H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2V6c0-1.103-.897-2-2-2zm-7 10H7v-2h5v2zm5-4H7V8h10v2z\"/></svg></li><li title=\"bxs notification off \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><circle cx=\"18\" cy=\"6\" r=\"3\"/><path d=\"M20 18v-7.422A4.962 4.962 0 0 1 18 11a5 5 0 0 1-5-5c0-.712.153-1.387.422-2H6c-.178 0-.347.031-.51.076L3.707 2.293 2.293 3.707l18 18 1.414-1.414-1.783-1.783c.045-.163.076-.332.076-.51zM4 18c0 1.103.897 2 2 2h9.879L4 8.121V18z\"/></svg></li><li title=\"bxs notification \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><circle cx=\"18\" cy=\"6\" r=\"3\"/><path d=\"M13 6c0-.712.153-1.387.422-2H6c-1.103 0-2 .897-2 2v12c0 1.103.897 2 2 2h12c1.103 0 2-.897 2-2v-7.422A4.962 4.962 0 0 1 18 11a5 5 0 0 1-5-5z\"/></svg></li><li title=\"bxs offer \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m20.749 12 1.104-1.908a1 1 0 0 0-.365-1.366l-1.91-1.104v-2.2a1 1 0 0 0-1-1h-2.199l-1.103-1.909a1.008 1.008 0 0 0-.607-.466.993.993 0 0 0-.759.1L12 3.251l-1.91-1.105a1 1 0 0 0-1.366.366L7.62 4.422H5.421a1 1 0 0 0-1 1v2.199l-1.91 1.104a.998.998 0 0 0-.365 1.367L3.25 12l-1.104 1.908a1.004 1.004 0 0 0 .364 1.367l1.91 1.104v2.199a1 1 0 0 0 1 1h2.2l1.104 1.91a1.01 1.01 0 0 0 .866.5c.174 0 .347-.046.501-.135l1.908-1.104 1.91 1.104a1.001 1.001 0 0 0 1.366-.365l1.103-1.91h2.199a1 1 0 0 0 1-1v-2.199l1.91-1.104a1 1 0 0 0 .365-1.367L20.749 12zM9.499 6.99a1.5 1.5 0 1 1-.001 3.001 1.5 1.5 0 0 1 .001-3.001zm.3 9.6-1.6-1.199 6-8 1.6 1.199-6 8zm4.7.4a1.5 1.5 0 1 1 .001-3.001 1.5 1.5 0 0 1-.001 3.001z\"/></svg></li><li title=\"bxs package \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21.993 7.95a.96.96 0 0 0-.029-.214c-.007-.025-.021-.049-.03-.074-.021-.057-.04-.113-.07-.165-.016-.027-.038-.049-.057-.075-.032-.045-.063-.091-.102-.13-.023-.022-.053-.04-.078-.061-.039-.032-.075-.067-.12-.094-.004-.003-.009-.003-.014-.006l-.008-.006-8.979-4.99a1.002 1.002 0 0 0-.97-.001l-9.021 4.99c-.003.003-.006.007-.011.01l-.01.004c-.035.02-.061.049-.094.073-.036.027-.074.051-.106.082-.03.031-.053.067-.079.102-.027.035-.057.066-.079.104-.026.043-.04.092-.059.139-.014.033-.032.064-.041.1a.975.975 0 0 0-.029.21c-.001.017-.007.032-.007.05V16c0 .363.197.698.515.874l8.978 4.987.001.001.002.001.02.011c.043.024.09.037.135.054.032.013.063.03.097.039a1.013 1.013 0 0 0 .506 0c.033-.009.064-.026.097-.039.045-.017.092-.029.135-.054l.02-.011.002-.001.001-.001 8.978-4.987c.316-.176.513-.511.513-.874V7.998c0-.017-.006-.031-.007-.048zm-10.021 3.922L5.058 8.005 7.82 6.477l6.834 3.905-2.682 1.49zm.048-7.719L18.941 8l-2.244 1.247-6.83-3.903 2.153-1.191zM13 19.301l.002-5.679L16 11.944V15l2-1v-3.175l2-1.119v5.705l-7 3.89z\"/></svg></li><li title=\"bxs paint roll \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M18 2H7c-1.103 0-2 .897-2 2v3c0 1.103.897 2 2 2h11c1.103 0 2-.897 2-2V4c0-1.103-.897-2-2-2z\"/><path d=\"M13 15v-2c0-1.103-.897-2-2-2H4V5c-1.103 0-2 .897-2 2v4c0 1.103.897 2 2 2h7v2a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-5a1 1 0 0 0-1-1z\"/></svg></li><li title=\"bxs paint \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21.084 2.914c-1.178-1.179-3.234-1.179-4.412 0l-8.379 8.379a.999.999 0 0 0 0 1.414l3 3a.997.997 0 0 0 1.414 0l8.379-8.379a3.123 3.123 0 0 0-.002-4.414zm-1.412 3L12 13.586 10.414 12l7.672-7.672a1.146 1.146 0 0 1 1.586.002 1.123 1.123 0 0 1 0 1.584zM8 15c-1.265-.634-3.5 0-3.5 2 0 1.197.5 2-1.5 3 0 0 3.25 2.25 5.5 0 1.274-1.274 1.494-4-.5-5z\"/></svg></li><li title=\"bxs palette \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M9.38 21.646A9.985 9.985 0 0 0 12 22l.141-.001a2.998 2.998 0 0 0 2.515-1.425c.542-.876.6-1.953.153-2.88l-.198-.415c-.453-.942-.097-1.796.388-2.281.485-.485 1.341-.841 2.28-.388h.001l.413.199a2.99 2.99 0 0 0 2.881-.153A2.997 2.997 0 0 0 22 12.141a9.926 9.926 0 0 0-.353-2.76c-1.038-3.827-4.353-6.754-8.246-7.285-3.149-.427-6.241.602-8.471 2.833S1.666 10.247 2.096 13.4c.53 3.894 3.458 7.208 7.284 8.246zM15.5 6a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3zm-5-1a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3zM9 15.506a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-2.5-6.5a1.5 1.5 0 1 1-.001 3.001A1.5 1.5 0 0 1 6.5 9.006z\"/></svg></li><li title=\"bxs paper plane \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m2.6 13.083 3.452 1.511L16 9.167l-6 7 8.6 3.916a1 1 0 0 0 1.399-.85l1-15a1.002 1.002 0 0 0-1.424-.972l-17 8a1.002 1.002 0 0 0 .025 1.822zM8 22.167l4.776-2.316L8 17.623z\"/></svg></li><li title=\"bxs parking \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M13.5 3H5v18h4v-5h4.5c3.584 0 6.5-2.916 6.5-6.5S17.084 3 13.5 3zm0 9H9V7h4.5C14.879 7 16 8.121 16 9.5S14.879 12 13.5 12z\"/></svg></li><li title=\"bxs party \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M23,7a8.44,8.44,0,0,0-5,1.31c-.36-.41-.73-.82-1.12-1.21l-.29-.27.14-.12a3.15,3.15,0,0,0,.9-3.49A3.9,3.9,0,0,0,14,1V3a2,2,0,0,1,1.76,1c.17.4,0,.84-.47,1.31l-.23.21a16.71,16.71,0,0,0-3.41-2.2c-2.53-1.14-3.83-.61-4.47,0A2.18,2.18,0,0,0,6.72,4l-.18.53h0L5.1,8.87C6.24,11.71,9,16.76,15,18.94l5-1.66a1,1,0,0,0,.43-.31l.21-.18c1.43-1.44.51-4.21-1.41-6.9A6.63,6.63,0,0,1,23,9Zm-3.79,8.37-.06,0c-.69.37-3.55-.57-6.79-3.81-.34-.34-.66-.67-.95-1-.1-.11-.19-.23-.29-.35l-.53-.64-.28-.39c-.14-.19-.28-.38-.4-.56s-.16-.26-.24-.39-.22-.34-.31-.51-.13-.24-.19-.37S9,7.07,8.94,6.93s-.09-.23-.14-.34-.11-.27-.15-.4S8.6,6,8.58,5.9s-.06-.24-.08-.34a2,2,0,0,1,0-.24,1.15,1.15,0,0,1,0-.26l.11-.31c.17-.18.91-.23,2.23.37a13.83,13.83,0,0,1,2.49,1.54A4.17,4.17,0,0,1,12,7V9A6.43,6.43,0,0,0,15,8.06l.49.46c.44.43.83.86,1.19,1.27A5.31,5.31,0,0,0,16,13.2l2-.39A3.23,3.23,0,0,1,18,11.67C19.29,13.64,19.53,15.06,19.21,15.37Z\"/><path d=\"M4.4,11l-2.23,6.7A3.28,3.28,0,0,0,5.28,22a3.21,3.21,0,0,0,1-.17l6.52-2.17A18.7,18.7,0,0,1,4.4,11Z\"/></svg></li><li title=\"bxs paste \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M9 4h6v2H9zm11 7h-7a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h7a2 2 0 0 0 2-2v-7a2 2 0 0 0-2-2z\"/><path d=\"M21 9V6a2 2 0 0 0-2-2h-2a2 2 0 0 0-2-2H9a2 2 0 0 0-2 2H5a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h4v-9a2 2 0 0 1 2-2h10zM9 6V4h6v2H9z\"/></svg></li><li title=\"bxs pen \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M11.587 6.999H7.702a2 2 0 0 0-1.88 1.316l-3.76 10.342c-.133.365-.042.774.232 1.049l.293.293 6.422-6.422c-.001-.026-.008-.052-.008-.078a1.5 1.5 0 1 1 1.5 1.5c-.026 0-.052-.007-.078-.008l-6.422 6.422.293.293a.997.997 0 0 0 1.049.232l10.342-3.761a2 2 0 0 0 1.316-1.88v-3.885L19 10.414 13.586 5l-1.999 1.999zm8.353 2.062-5-5 2.12-2.121 5 5z\"/></svg></li><li title=\"bxs pencil \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M8.707 19.707 18 10.414 13.586 6l-9.293 9.293a1.003 1.003 0 0 0-.263.464L3 21l5.242-1.03c.176-.044.337-.135.465-.263zM21 7.414a2 2 0 0 0 0-2.828L19.414 3a2 2 0 0 0-2.828 0L15 4.586 19.414 9 21 7.414z\"/></svg></li><li title=\"bxs phone call \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 10.999h2C22 5.869 18.127 2 12.99 2v2C17.052 4 20 6.943 20 10.999z\"/><path d=\"M13 8c2.103 0 3 .897 3 3h2c0-3.225-1.775-5-5-5v2zm3.422 5.443a1.001 1.001 0 0 0-1.391.043l-2.393 2.461c-.576-.11-1.734-.471-2.926-1.66-1.192-1.193-1.553-2.354-1.66-2.926l2.459-2.394a1 1 0 0 0 .043-1.391L6.859 3.513a1 1 0 0 0-1.391-.087l-2.17 1.861a1 1 0 0 0-.29.649c-.015.25-.301 6.172 4.291 10.766C11.305 20.707 16.323 21 17.705 21c.202 0 .326-.006.359-.008a.992.992 0 0 0 .648-.291l1.86-2.171a1 1 0 0 0-.086-1.391l-4.064-3.696z\"/></svg></li><li title=\"bxs phone incoming \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M15.793 6.793 13 4v7h7l-2.793-2.793 4.5-4.5-1.414-1.414z\"/><path d=\"M16.422 13.443a1.001 1.001 0 0 0-1.391.043l-2.392 2.461c-.576-.11-1.734-.471-2.926-1.66-1.192-1.193-1.553-2.354-1.66-2.926l2.459-2.394a1 1 0 0 0 .043-1.391L6.86 3.513a1 1 0 0 0-1.391-.087l-2.17 1.861a1.001 1.001 0 0 0-.291.649c-.015.25-.301 6.172 4.291 10.766C11.305 20.707 16.324 21 17.705 21c.203 0 .326-.006.359-.008a.99.99 0 0 0 .648-.291l1.861-2.171a1.001 1.001 0 0 0-.086-1.391l-4.065-3.696z\"/></svg></li><li title=\"bxs phone off \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M9.17 13.42a5.24 5.24 0 0 1-.93-2.06L10.7 9a1 1 0 0 0 0-1.39l-3.65-4.1a1 1 0 0 0-1.4-.08L3.48 5.29a1 1 0 0 0-.29.65 15.25 15.25 0 0 0 3.54 9.92l-4.44 4.43 1.42 1.42 18-18-1.42-1.42zm7.44.02a1 1 0 0 0-1.39.05L12.82 16a4.07 4.07 0 0 1-.51-.14l-2.66 2.61A15.46 15.46 0 0 0 17.89 21h.36a1 1 0 0 0 .65-.29l1.86-2.17a1 1 0 0 0-.09-1.39z\"/></svg></li><li title=\"bxs phone outgoing \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m16.793 5.793-4.5 4.5 1.414 1.414 4.5-4.5L21 10V3h-7z\"/><path d=\"M16.422 13.446a1.001 1.001 0 0 0-1.391.043l-2.393 2.461c-.576-.11-1.734-.471-2.926-1.66-1.192-1.193-1.553-2.354-1.66-2.926l2.459-2.394a1 1 0 0 0 .043-1.391L6.859 3.516a1 1 0 0 0-1.391-.087L3.299 5.29a.996.996 0 0 0-.291.648c-.015.25-.301 6.172 4.291 10.766 4.006 4.006 9.024 4.299 10.406 4.299.202 0 .326-.006.359-.008a.992.992 0 0 0 .648-.291l1.86-2.171a1 1 0 0 0-.086-1.391l-4.064-3.696z\"/></svg></li><li title=\"bxs phone \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m20.487 17.14-4.065-3.696a1.001 1.001 0 0 0-1.391.043l-2.393 2.461c-.576-.11-1.734-.471-2.926-1.66-1.192-1.193-1.553-2.354-1.66-2.926l2.459-2.394a1 1 0 0 0 .043-1.391L6.859 3.513a1 1 0 0 0-1.391-.087l-2.17 1.861a1 1 0 0 0-.29.649c-.015.25-.301 6.172 4.291 10.766C11.305 20.707 16.323 21 17.705 21c.202 0 .326-.006.359-.008a.992.992 0 0 0 .648-.291l1.86-2.171a.997.997 0 0 0-.085-1.39z\"/></svg></li><li title=\"bxs photo album \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 2H6c-1.206 0-3 .799-3 3v14c0 2.201 1.794 3 3 3h15v-2H6.012C5.55 19.988 5 19.806 5 19s.55-.988 1.012-1H21V3a1 1 0 0 0-1-1zM9.503 5a1.503 1.503 0 1 1 0 3.006 1.503 1.503 0 0 1 0-3.006zM12 13H7l3-3 1.5 1.399L14.5 8l3.5 5h-6z\"/></svg></li><li title=\"bxs piano \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 3H5C3.346 3 2 4.346 2 6v12c0 1.654 1.346 3 3 3h14c1.654 0 3-1.346 3-3V6c0-1.654-1.346-3-3-3zm0 16H5a1 1 0 0 1-1-1v-6h2v4h2v-4h1v4h2v-4h1v4h2v-4h2v4h2v-4h2v6a1 1 0 0 1-1 1z\"/></svg></li><li title=\"bxs pie chart alt 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M13 2.051V11h8.949c-.47-4.717-4.232-8.479-8.949-8.949zm4.969 17.953c2.189-1.637 3.694-4.14 3.98-7.004h-8.183l4.203 7.004z\"/><path d=\"M11 12V2.051C5.954 2.555 2 6.824 2 12c0 5.514 4.486 10 10 10a9.93 9.93 0 0 0 4.255-.964s-5.253-8.915-5.254-9.031A.02.02 0 0 0 11 12z\"/></svg></li><li title=\"bxs pie chart alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19.071 4.929A9.97 9.97 0 0 0 12 2a9.936 9.936 0 0 0-7.071 2.929C3.04 6.818 2 9.33 2 12s1.04 5.182 2.929 7.071C6.818 20.96 9.33 22 12 22s5.182-1.04 7.071-2.929A9.936 9.936 0 0 0 22 12a9.97 9.97 0 0 0-2.929-7.071zm-1.414 12.728C16.146 19.168 14.137 20 12 20s-4.146-.832-5.657-2.343C4.832 16.146 4 14.137 4 12s.832-4.146 2.343-5.657A7.948 7.948 0 0 1 12 4v8h8a7.948 7.948 0 0 1-2.343 5.657z\"/></svg></li><li title=\"bxs pie chart \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm0 10V5c4 0 7 3 7 7h-7z\"/></svg></li><li title=\"bxs pin \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M15 11.586V6h2V4a2 2 0 0 0-2-2H9a2 2 0 0 0-2 2v2h2v5.586l-2.707 1.707A.996.996 0 0 0 6 14v2a1 1 0 0 0 1 1h4v3l1 2 1-2v-3h4a1 1 0 0 0 1-1v-2a.996.996 0 0 0-.293-.707L15 11.586z\"/></svg></li><li title=\"bxs pizza \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M9.76 2.021a.995.995 0 0 0-.989.703L3.579 19.166a1 1 0 0 0 1.255 1.255l16.442-5.192a.991.991 0 0 0 .702-.988C21.6 7.666 16.334 2.4 9.76 2.021zM10 16a2 2 0 1 1 .001-4.001A2 2 0 0 1 10 16zm6-2a2 2 0 1 1 .001-4.001A2 2 0 0 1 16 14z\"/></svg></li><li title=\"bxs plane alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M3.414 13.778 2 15.192l4.949 2.121 2.122 4.95 1.414-1.414-.707-3.536L13.091 14l3.61 7.704 1.339-1.339-1.19-10.123 2.828-2.829a2 2 0 1 0-2.828-2.828l-2.903 2.903L3.824 6.297 2.559 7.563l7.644 3.67-3.253 3.253-3.536-.708z\"/></svg></li><li title=\"bxs plane land \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M18.842 15.296a1.61 1.61 0 0 0 1.892-1.189v-.001a1.609 1.609 0 0 0-1.177-1.949l-4.576-1.133L9.825 4.21l-2.224-.225 2.931 6.589-4.449-.449-2.312-3.829-1.38.31 1.24 5.52 15.211 3.17zM3 18h18v2H3z\"/></svg></li><li title=\"bxs plane take off \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M3 18h18v2H3zm18.509-9.473a1.61 1.61 0 0 0-2.036-1.019L15 9 7 6 5 7l6 4-4 2-4-2-1 1 4 4 14.547-5.455a1.611 1.611 0 0 0 .962-2.018z\"/></svg></li><li title=\"bxs plane \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M22 16.21v-1.895L14 8V4a2 2 0 0 0-4 0v4.105L2 14.42v1.789l8-2.81V18l-3 2v2l5-2 5 2v-2l-3-2v-4.685l8 2.895z\"/></svg></li><li title=\"bxs planet \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M15.165 15.582c4.587-4.073 8.141-9.424 6.057-11.771-.661-.744-1.584-1.089-2.575-.983-.832.091-1.687.502-2.549 1.192a8.922 8.922 0 0 0-8.712.282 8.917 8.917 0 0 0-4.109 5.515 8.892 8.892 0 0 0 .306 5.325c-1.065 1.203-2.054 3.677-.823 5.063.517.581 1.257.841 2.147.841 2.707 0 6.808-2.399 10.258-5.464zm3.699-10.767c.358-.034.632.064.861.323.231.261.169.946-.252 1.929a9.059 9.059 0 0 0-1.617-1.853c.431-.262.776-.373 1.008-.399zM4.633 17.118a8.979 8.979 0 0 0 1.568 1.737c-1.025.303-1.714.283-1.945.021-.217-.243.002-1.069.377-1.758zm16.31-5.869c-1.215 1.797-2.906 3.671-4.778 5.333-1.934 1.719-4.066 3.208-6.05 4.202a9.082 9.082 0 0 0 1.874.212 8.986 8.986 0 0 0 4.616-1.282 8.915 8.915 0 0 0 4.338-8.465z\"/></svg></li><li title=\"bxs playlist \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M13 16.493C13 18.427 14.573 20 16.507 20s3.507-1.573 3.507-3.507c0-.177-.027-.347-.053-.517H20V6h2V4h-3a1 1 0 0 0-1 1v8.333a3.465 3.465 0 0 0-1.493-.346A3.51 3.51 0 0 0 13 16.493zM2 5h14v2H2z\"/><path d=\"M2 9h14v2H2zm0 4h9v2H2zm0 4h9v2H2z\"/></svg></li><li title=\"bxs plug \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M3 8h2v5c0 2.206 1.794 4 4 4h2v5h2v-5h2c2.206 0 4-1.794 4-4V8h2V6H3v2zm4-6h2v3H7zm8 0h2v3h-2z\"/></svg></li><li title=\"bxs plus circle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z\"/></svg></li><li title=\"bxs plus square \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M5 21h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2zm2-10h4V7h2v4h4v2h-4v4h-2v-4H7v-2z\"/></svg></li><li title=\"bxs pointer \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20.978 13.21a1 1 0 0 0-.396-1.024l-14-10a.999.999 0 0 0-1.575.931l2 17a1 1 0 0 0 1.767.516l3.612-4.416 3.377 5.46 1.701-1.052-3.357-5.428 6.089-1.218a.995.995 0 0 0 .782-.769z\"/></svg></li><li title=\"bxs polygon \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m21.707 7.293-5-5A.996.996 0 0 0 16 2H8a.996.996 0 0 0-.707.293l-5 5A.996.996 0 0 0 2 8v8c0 .266.105.52.293.707l5 5A.996.996 0 0 0 8 22h8c.266 0 .52-.105.707-.293l5-5A.996.996 0 0 0 22 16V8a.996.996 0 0 0-.293-.707z\"/></svg></li><li title=\"bxs popsicle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20,4a7,7,0,0,0-9.9,0L2.28,11.82a1,1,0,0,0,0,1.41l3.54,3.54L2.28,20.3,3.7,21.72l3.53-3.54,3.54,3.54a1,1,0,0,0,1.41,0L20,13.94A7,7,0,0,0,20,4ZM17.3,6.7a3.33,3.33,0,0,0-4.6,0L11.64,5.64a4.76,4.76,0,0,1,6.72,0Z\"/></svg></li><li title=\"bxs printer \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 7h-1V2H6v5H5a3 3 0 0 0-3 3v7a2 2 0 0 0 2 2h2v3h12v-3h2a2 2 0 0 0 2-2v-7a3 3 0 0 0-3-3zM8 4h8v3H8V4zm0 16v-4h8v4H8zm11-8h-4v-2h4v2z\"/></svg></li><li title=\"bxs purchase tag alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M11.707 2.293A.996.996 0 0 0 11 2H6a.996.996 0 0 0-.707.293l-3 3A.996.996 0 0 0 2 6v5c0 .266.105.52.293.707l10 10a.997.997 0 0 0 1.414 0l8-8a.999.999 0 0 0 0-1.414l-10-10zM8.353 10a1.647 1.647 0 1 1-.001-3.293A1.647 1.647 0 0 1 8.353 10z\"/></svg></li><li title=\"bxs purchase tag \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12.586 2.586A2 2 0 0 0 11.172 2H4a2 2 0 0 0-2 2v7.172a2 2 0 0 0 .586 1.414l8 8a2 2 0 0 0 2.828 0l7.172-7.172a2 2 0 0 0 0-2.828l-8-8zM7 9a2 2 0 1 1 .001-4.001A2 2 0 0 1 7 9z\"/></svg></li><li title=\"bxs pyramid \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M11.445 21.832a1 1 0 0 0 1.11 0l9-6A.998.998 0 0 0 21.8 14.4l-9-12c-.377-.504-1.223-.504-1.6 0l-9 12a1 1 0 0 0 .245 1.432l9 6zm8.12-7.078L12 19.798V4.667l7.565 10.087z\"/></svg></li><li title=\"bxs quote alt left \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M6.5 10c-.223 0-.437.034-.65.065.069-.232.14-.468.254-.68.114-.308.292-.575.469-.844.148-.291.409-.488.601-.737.201-.242.475-.403.692-.604.213-.21.492-.315.714-.463.232-.133.434-.28.65-.35l.539-.222.474-.197-.485-1.938-.597.144c-.191.048-.424.104-.689.171-.271.05-.56.187-.882.312-.318.142-.686.238-1.028.466-.344.218-.741.4-1.091.692-.339.301-.748.562-1.05.945-.33.358-.656.734-.909 1.162-.293.408-.492.856-.702 1.299-.19.443-.343.896-.468 1.336-.237.882-.343 1.72-.384 2.437-.034.718-.014 1.315.028 1.747.015.204.043.402.063.539l.025.168.026-.006A4.5 4.5 0 1 0 6.5 10zm11 0c-.223 0-.437.034-.65.065.069-.232.14-.468.254-.68.114-.308.292-.575.469-.844.148-.291.409-.488.601-.737.201-.242.475-.403.692-.604.213-.21.492-.315.714-.463.232-.133.434-.28.65-.35l.539-.222.474-.197-.485-1.938-.597.144c-.191.048-.424.104-.689.171-.271.05-.56.187-.882.312-.317.143-.686.238-1.028.467-.344.218-.741.4-1.091.692-.339.301-.748.562-1.05.944-.33.358-.656.734-.909 1.162-.293.408-.492.856-.702 1.299-.19.443-.343.896-.468 1.336-.237.882-.343 1.72-.384 2.437-.034.718-.014 1.315.028 1.747.015.204.043.402.063.539l.025.168.026-.006A4.5 4.5 0 1 0 17.5 10z\"/></svg></li><li title=\"bxs quote alt right \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m21.95 8.721-.025-.168-.026.006A4.5 4.5 0 1 0 17.5 14c.223 0 .437-.034.65-.065-.069.232-.14.468-.254.68-.114.308-.292.575-.469.844-.148.291-.409.488-.601.737-.201.242-.475.403-.692.604-.213.21-.492.315-.714.463-.232.133-.434.28-.65.35l-.539.222-.474.197.484 1.939.597-.144c.191-.048.424-.104.689-.171.271-.05.56-.187.882-.312.317-.143.686-.238 1.028-.467.344-.218.741-.4 1.091-.692.339-.301.748-.562 1.05-.944.33-.358.656-.734.909-1.162.293-.408.492-.856.702-1.299.19-.443.343-.896.468-1.336.237-.882.343-1.72.384-2.437.034-.718.014-1.315-.028-1.747a7.028 7.028 0 0 0-.063-.539zm-11 0-.025-.168-.026.006A4.5 4.5 0 1 0 6.5 14c.223 0 .437-.034.65-.065-.069.232-.14.468-.254.68-.114.308-.292.575-.469.844-.148.291-.409.488-.601.737-.201.242-.475.403-.692.604-.213.21-.492.315-.714.463-.232.133-.434.28-.65.35l-.539.222c-.301.123-.473.195-.473.195l.484 1.939.597-.144c.191-.048.424-.104.689-.171.271-.05.56-.187.882-.312.317-.143.686-.238 1.028-.467.344-.218.741-.4 1.091-.692.339-.301.748-.562 1.05-.944.33-.358.656-.734.909-1.162.293-.408.492-.856.702-1.299.19-.443.343-.896.468-1.336.237-.882.343-1.72.384-2.437.034-.718.014-1.315-.028-1.747a7.571 7.571 0 0 0-.064-.537z\"/></svg></li><li title=\"bxs quote left \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M3.691 6.292C5.094 4.771 7.217 4 10 4h1v2.819l-.804.161c-1.37.274-2.323.813-2.833 1.604A2.902 2.902 0 0 0 6.925 10H10a1 1 0 0 1 1 1v7c0 1.103-.897 2-2 2H3a1 1 0 0 1-1-1v-5l.003-2.919c-.009-.111-.199-2.741 1.688-4.789zM20 20h-6a1 1 0 0 1-1-1v-5l.003-2.919c-.009-.111-.199-2.741 1.688-4.789C16.094 4.771 18.217 4 21 4h1v2.819l-.804.161c-1.37.274-2.323.813-2.833 1.604A2.902 2.902 0 0 0 17.925 10H21a1 1 0 0 1 1 1v7c0 1.103-.897 2-2 2z\"/></svg></li><li title=\"bxs quote right \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20.309 17.708C22.196 15.66 22.006 13.03 22 13V5a1 1 0 0 0-1-1h-6c-1.103 0-2 .897-2 2v7a1 1 0 0 0 1 1h3.078a2.89 2.89 0 0 1-.429 1.396c-.508.801-1.465 1.348-2.846 1.624l-.803.16V20h1c2.783 0 4.906-.771 6.309-2.292zm-11.007 0C11.19 15.66 10.999 13.03 10.993 13V5a1 1 0 0 0-1-1h-6c-1.103 0-2 .897-2 2v7a1 1 0 0 0 1 1h3.078a2.89 2.89 0 0 1-.429 1.396c-.508.801-1.465 1.348-2.846 1.624l-.803.16V20h1c2.783 0 4.906-.771 6.309-2.292z\"/></svg></li><li title=\"bxs quote single left \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m15.203 6.98.804-.161V4h-1c-2.784 0-4.906.771-6.309 2.292C6.81 8.34 7 10.97 7.006 11v8a1 1 0 0 0 1 1h7c1.103 0 2-.897 2-2v-7a1 1 0 0 0-1-1h-4.079c.022-.402.123-.912.429-1.396.509-.801 1.466-1.347 2.847-1.624z\"/></svg></li><li title=\"bxs quote single right \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M8.804 17.02 8 17.18V20h1c2.783 0 4.906-.771 6.309-2.292C17.196 15.66 17.006 13.03 17 13V5a1 1 0 0 0-1-1H9c-1.103 0-2 .897-2 2v7a1 1 0 0 0 1 1h4.078a2.89 2.89 0 0 1-.429 1.396c-.507.801-1.464 1.347-2.845 1.624z\"/></svg></li><li title=\"bxs radiation \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M9.912 8.531 7.121 3.877a.501.501 0 0 0-.704-.166 9.982 9.982 0 0 0-4.396 7.604.505.505 0 0 0 .497.528l5.421.09a4.042 4.042 0 0 1 1.973-3.402zm8.109-4.51a.504.504 0 0 0-.729.151L14.499 8.83a4.03 4.03 0 0 1 1.546 3.112l5.419-.09a.507.507 0 0 0 .499-.53 9.986 9.986 0 0 0-3.942-7.301zm-4.067 11.511a4.015 4.015 0 0 1-1.962.526 4.016 4.016 0 0 1-1.963-.526l-2.642 4.755a.5.5 0 0 0 .207.692A9.948 9.948 0 0 0 11.992 22a9.94 9.94 0 0 0 4.396-1.021.5.5 0 0 0 .207-.692l-2.641-4.755z\"/><circle cx=\"12\" cy=\"12\" r=\"3\"/></svg></li><li title=\"bxs radio \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m20.249 5.025-7.897-2.962-.703 1.873L14.484 5H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V7c0-1.02-.766-1.851-1.751-1.975zM10 17H6v-2h4v2zm6.5 1a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5zm3.5-7H4V7h16v4z\"/></svg></li><li title=\"bxs receipt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 12v6a1 1 0 0 1-2 0V4a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v14c0 1.654 1.346 3 3 3h14c1.654 0 3-1.346 3-3v-6h-2zm-6-1v2H6v-2h8zM6 9V7h8v2H6zm8 6v2h-3v-2h3z\"/></svg></li><li title=\"bxs rectangle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M3 20h18a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1z\"/></svg></li><li title=\"bxs registered \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M13 9h-3v2h3a1 1 0 0 0 0-2z\"/><path d=\"M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm2.13 15-2.67-4H10v4H8V7h5a3 3 0 0 1 .79 5.88L16.54 17z\"/></svg></li><li title=\"bxs rename \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 5.995h-1v12h1c1.103 0 2-.897 2-2v-8c0-1.102-.897-2-2-2z\"/><path d=\"M17 17.995V4h2.995V2h-8v2H15v1.995H4c-1.103 0-2 .897-2 2v8c0 1.103.897 2 2 2h11V20h-3.005v2h8v-2H17v-2.005zm-11-4v-4h9v4H6z\"/></svg></li><li title=\"bxs report \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m20 8-6-6H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8zM9 19H7v-9h2v9zm4 0h-2v-6h2v6zm4 0h-2v-3h2v3zM14 9h-1V4l5 5h-4z\"/></svg></li><li title=\"bxs rewind circle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.485 2 12s4.486 10 10 10c5.515 0 10-4.485 10-10S17.515 2 12 2zm5 14-6-4v4l-6-4 6-4v4l6-4v8z\"/></svg></li><li title=\"bxs right arrow alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m19 12-7-6v5H6v2h6v5z\"/></svg></li><li title=\"bxs right arrow circle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm0 15v-4H7v-2h5V7l5 5-5 5z\"/></svg></li><li title=\"bxs right arrow square \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M3 5v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2zm4 6h5V7l5 5-5 5v-4H7v-2z\"/></svg></li><li title=\"bxs right arrow \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M5.536 21.886a1.004 1.004 0 0 0 1.033-.064l13-9a1 1 0 0 0 0-1.644l-13-9A1 1 0 0 0 5 3v18a1 1 0 0 0 .536.886z\"/></svg></li><li title=\"bxs right down arrow circle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M4.929 4.929c-3.898 3.899-3.898 10.244 0 14.143 3.899 3.898 10.243 3.898 14.143 0 3.898-3.899 3.898-10.244 0-14.143-3.9-3.899-10.244-3.899-14.143 0zm10.606 10.607h-7.07l2.828-2.829-3.535-3.536 1.414-1.414 3.535 3.536 2.828-2.829v7.072z\"/></svg></li><li title=\"bxs right top arrow circle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19.071 4.929c-3.899-3.898-10.243-3.898-14.143 0-3.898 3.899-3.898 10.244 0 14.143 3.899 3.898 10.243 3.898 14.143 0 3.899-3.9 3.899-10.244 0-14.143zm-3.536 10.607-2.828-2.829-3.535 3.536-1.414-1.414 3.535-3.536-2.828-2.829h7.07v7.072z\"/></svg></li><li title=\"bxs rocket \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M15.78 15.84S18.64 13 19.61 12c3.07-3 1.54-9.18 1.54-9.18S15 1.29 12 4.36C9.66 6.64 8.14 8.22 8.14 8.22S4.3 7.42 2 9.72L14.25 22c2.3-2.33 1.53-6.16 1.53-6.16zm-1.5-9a2 2 0 0 1 2.83 0 2 2 0 1 1-2.83 0zM3 21a7.81 7.81 0 0 0 5-2l-3-3c-2 1-2 5-2 5z\"/></svg></li><li title=\"bxs ruler \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20.875 7H3.125C1.953 7 1 7.897 1 9v6c0 1.103.953 2 2.125 2h17.75C22.047 17 23 16.103 23 15V9c0-1.103-.953-2-2.125-2zM7 12H5V9h2v3zm4 1H9V9h2v4zm4-1h-2V9h2v3zm4 1h-2V9h2v4z\"/></svg></li><li title=\"bxs sad \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm-5 8.5a1.5 1.5 0 1 1 3.001.001A1.5 1.5 0 0 1 7 10.5zM8 17s1-3 4-3 4 3 4 3H8zm7.493-5.014a1.494 1.494 0 1 1 .001-2.987 1.494 1.494 0 0 1-.001 2.987z\"/></svg></li><li title=\"bxs save \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M5 21h14a2 2 0 0 0 2-2V8l-5-5H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2zM7 5h4v2h2V5h2v4H7V5zm0 8h10v6H7v-6z\"/></svg></li><li title=\"bxs school \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21 10h-2V4h1V2H4v2h1v6H3a1 1 0 0 0-1 1v9h20v-9a1 1 0 0 0-1-1zm-7 8v-4h-4v4H7V4h10v14h-3z\"/><path d=\"M9 6h2v2H9zm4 0h2v2h-2zm-4 4h2v2H9zm4 0h2v2h-2z\"/></svg></li><li title=\"bxs search alt 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M9 16c1.763 0 3.37-.66 4.603-1.739l1.337 2.8s.275.224.653.596c.387.363.896.854 1.384 1.367l1.358 1.392.604.646 2.121-2.121-.646-.604-1.392-1.358a35.13 35.13 0 0 1-1.367-1.384c-.372-.378-.596-.653-.596-.653l-2.8-1.337A6.967 6.967 0 0 0 16 9c0-3.859-3.141-7-7-7S2 5.141 2 9s3.141 7 7 7z\"/></svg></li><li title=\"bxs search \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M10 2c-4.411 0-8 3.589-8 8s3.589 8 8 8a7.952 7.952 0 0 0 4.897-1.688l4.396 4.396 1.414-1.414-4.396-4.396A7.952 7.952 0 0 0 18 10c0-4.411-3.589-8-8-8z\"/></svg></li><li title=\"bxs select multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 2H8a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zm-6.933 12.481-3.274-3.274 1.414-1.414 1.726 1.726 4.299-5.159 1.537 1.281-5.702 6.84z\"/><path d=\"M4 22h11v-2H4V8H2v12c0 1.103.897 2 2 2z\"/></svg></li><li title=\"bxs send \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m21.426 11.095-17-8A1 1 0 0 0 3.03 4.242l1.212 4.849L12 12l-7.758 2.909-1.212 4.849a.998.998 0 0 0 1.396 1.147l17-8a1 1 0 0 0 0-1.81z\"/></svg></li><li title=\"bxs server \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"  ><path d=\"M20 3H4a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2zm-5 5h-2V6h2zm4 0h-2V6h2zm1 5H4a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2zm-5 5h-2v-2h2zm4 0h-2v-2h2z\"/></svg></li><li title=\"bxs shapes \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M17.867 2.504c-.355-.624-1.381-.623-1.736 0l-3.999 7A1 1 0 0 0 13 11h8a1.001 1.001 0 0 0 .868-1.496l-4.001-7zM3 22h7a1 1 0 0 0 1-1v-7a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1zm14.5-9c-2.481 0-4.5 2.019-4.5 4.5s2.019 4.5 4.5 4.5 4.5-2.019 4.5-4.5-2.019-4.5-4.5-4.5z\"/></svg></li><li title=\"bxs share alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M3 12c0 1.654 1.346 3 3 3 .794 0 1.512-.315 2.049-.82l5.991 3.424c-.018.13-.04.26-.04.396 0 1.654 1.346 3 3 3s3-1.346 3-3-1.346-3-3-3c-.794 0-1.512.315-2.049.82L8.96 12.397c.018-.131.04-.261.04-.397s-.022-.266-.04-.397l5.991-3.423c.537.505 1.255.82 2.049.82 1.654 0 3-1.346 3-3s-1.346-3-3-3-3 1.346-3 3c0 .136.022.266.04.397L8.049 9.82A2.982 2.982 0 0 0 6 9c-1.654 0-3 1.346-3 3z\"/></svg></li><li title=\"bxs share \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M11 6.914V2.586L6.293 7.293l-3.774 3.774 3.841 3.201L11 18.135V13.9c8.146-.614 11 4.1 11 4.1 0-2.937-.242-5.985-2.551-8.293C16.765 7.022 12.878 6.832 11 6.914z\"/></svg></li><li title=\"bxs shield alt 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21.881 5.223a.496.496 0 0 0-.747-.412c-.672.392-1.718.898-2.643.898-.421 0-.849-.064-1.289-.198a5.712 5.712 0 0 1-.808-.309c-1.338-.639-2.567-1.767-3.696-2.889a1.008 1.008 0 0 0-.698-.29 1.008 1.008 0 0 0-.698.29c-1.129 1.122-2.358 2.25-3.696 2.889h-.001a5.655 5.655 0 0 1-.807.309c-.44.134-.869.198-1.289.198-.925 0-1.971-.507-2.643-.898a.496.496 0 0 0-.747.412c-.061 1.538-.077 4.84.688 7.444 1.399 4.763 4.48 7.976 8.91 9.292l.14.041.14-.014V22v-.014H12l.143.014.14-.041c4.43-1.316 7.511-4.529 8.91-9.292.765-2.604.748-5.906.688-7.444z\"/></svg></li><li title=\"bxs shield x \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M11.492 21.771c.294.157.663.157.957-.001 8.012-4.304 8.581-12.713 8.574-15.104a.988.988 0 0 0-.596-.903l-8.051-3.565a1.005 1.005 0 0 0-.813.001L3.57 5.765a.988.988 0 0 0-.592.891c-.034 2.379.445 10.806 8.514 15.115zM8.293 9.707l1.414-1.414L12 10.586l2.293-2.293 1.414 1.414L13.414 12l2.293 2.293-1.414 1.414L12 13.414l-2.293 2.293-1.414-1.414L10.586 12 8.293 9.707z\"/></svg></li><li title=\"bxs shield \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m20.496 6.106-7.973-4a.997.997 0 0 0-.895-.002l-8.027 4c-.297.15-.502.437-.544.767-.013.097-1.145 9.741 8.541 15.008a.995.995 0 0 0 .969-.009c9.307-5.259 8.514-14.573 8.476-14.967a1 1 0 0 0-.547-.797z\"/></svg></li><li title=\"bxs ship \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M16.997 20c-.899 0-1.288-.311-1.876-.781-.68-.543-1.525-1.219-3.127-1.219-1.601 0-2.446.676-3.125 1.22-.587.469-.975.78-1.874.78-.897 0-1.285-.311-1.872-.78C4.444 18.676 3.601 18 2 18v2c.898 0 1.286.311 1.873.78.679.544 1.523 1.22 3.122 1.22 1.601 0 2.445-.676 3.124-1.219.588-.47.976-.781 1.875-.781.9 0 1.311.328 1.878.781.679.543 1.524 1.219 3.125 1.219s2.446-.676 3.125-1.219C20.689 20.328 21.1 20 22 20v-2c-1.602 0-2.447.676-3.127 1.219-.588.47-.977.781-1.876.781zM6 8.5 4 9l2 8h.995c1.601 0 2.445-.676 3.124-1.219.588-.47.976-.781 1.875-.781.9 0 1.311.328 1.878.781.679.543 1.524 1.219 3.125 1.219H18l.027-.107.313-1.252L20 9l-2-.5V5.001a1 1 0 0 0-.804-.981L13 3.181V2h-2v1.181l-4.196.839A1 1 0 0 0 6 5.001V8.5zm2-2.681 4-.8 4 .8V8l-4-1-4 1V5.819z\"/></svg></li><li title=\"bxs shocked \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm-5 8.5a1.5 1.5 0 1 1 3.001.001A1.5 1.5 0 0 1 7 10.5zm5 7.5c-1.657 0-3-1.119-3-2.5s1.343-2.5 3-2.5 3 1.119 3 2.5-1.343 2.5-3 2.5zm3.493-6.014a1.494 1.494 0 1 1 .001-2.987 1.494 1.494 0 0 1-.001 2.987z\"/></svg></li><li title=\"bxs shopping bag alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21 4H3a1 1 0 0 0-1 1v14a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V5a1 1 0 0 0-1-1zm-9 9c-3.309 0-6-2.691-6-6h2c0 2.206 1.794 4 4 4s4-1.794 4-4h2c0 3.309-2.691 6-6 6z\"/></svg></li><li title=\"bxs shopping bag \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M5 22h14a2 2 0 0 0 2-2V9a1 1 0 0 0-1-1h-3v-.777c0-2.609-1.903-4.945-4.5-5.198A5.005 5.005 0 0 0 7 7v1H4a1 1 0 0 0-1 1v11a2 2 0 0 0 2 2zm12-12v2h-2v-2h2zM9 7c0-1.654 1.346-3 3-3s3 1.346 3 3v1H9V7zm-2 3h2v2H7v-2z\"/></svg></li><li title=\"bxs shopping bags \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M4 20h2V10a1 1 0 0 1 1-1h12V7a1 1 0 0 0-1-1h-3.051c-.252-2.244-2.139-4-4.449-4S6.303 3.756 6.051 6H3a1 1 0 0 0-1 1v11a2 2 0 0 0 2 2zm6.5-16c1.207 0 2.218.86 2.45 2h-4.9c.232-1.14 1.243-2 2.45-2z\"/><path d=\"M21 11H9a1 1 0 0 0-1 1v8a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-8a1 1 0 0 0-1-1zm-6 7c-2.757 0-5-2.243-5-5h2c0 1.654 1.346 3 3 3s3-1.346 3-3h2c0 2.757-2.243 5-5 5z\"/></svg></li><li title=\"bxs show \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 5c-7.633 0-9.927 6.617-9.948 6.684L1.946 12l.105.316C2.073 12.383 4.367 19 12 19s9.927-6.617 9.948-6.684l.106-.316-.105-.316C21.927 11.617 19.633 5 12 5zm0 11c-2.206 0-4-1.794-4-4s1.794-4 4-4 4 1.794 4 4-1.794 4-4 4z\"/><path d=\"M12 10c-1.084 0-2 .916-2 2s.916 2 2 2 2-.916 2-2-.916-2-2-2z\"/></svg></li><li title=\"bxs skip next circle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm4 14h-2v-4l-6 4V8l6 4V8h2v8z\"/></svg></li><li title=\"bxs skip previous circle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10c5.515 0 10-4.486 10-10S17.515 2 12 2zm4 14-6-4v4H8V8h2v4l6-4v8z\"/></svg></li><li title=\"bxs skull \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C5.505 2 2 6.637 2 11c0 2.129 1.009 3.979 3 5.508V21h3v-3h2v3h4v-3h2v3h3v-4.493c1.991-1.528 3-3.379 3-5.507 0-4.363-3.505-9-10-9zM8 13c-1.121 0-2-1.098-2-2.5S6.879 8 8 8s2 1.098 2 2.5S9.121 13 8 13zm8 0c-1.121 0-2-1.098-2-2.5S14.879 8 16 8s2 1.098 2 2.5-.879 2.5-2 2.5z\"/></svg></li><li title=\"bxs sleepy \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm-4 9.01-2-.02C6.017 9.386 7.095 7 10 7v2c-1.924 0-1.998 1.805-2 2.01zM12 18c-1.657 0-3-1.119-3-2.5s1.343-2.5 3-2.5 3 1.119 3 2.5-1.343 2.5-3 2.5zm5-7-1 .008C15.992 10.536 15.826 9 14 9V7c2.935 0 4 2.393 4 4h-1z\"/></svg></li><li title=\"bxs slideshow \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 3H4c-1.103 0-2 .897-2 2v10c0 1.103.897 2 2 2h7v3H8v2h8v-2h-3v-3h7c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2zM10 13V7l5 3-5 3z\"/></svg></li><li title=\"bxs smile \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 22c5.514 0 10-4.486 10-10S17.514 2 12 2 2 6.486 2 12s4.486 10 10 10zm3.493-13a1.494 1.494 0 1 1-.001 2.987A1.494 1.494 0 0 1 15.493 9zm-4.301 6.919a4.108 4.108 0 0 0 1.616 0c.253-.052.505-.131.75-.233.234-.1.464-.224.679-.368.208-.142.407-.306.591-.489.183-.182.347-.381.489-.592l1.658 1.117a6.027 6.027 0 0 1-1.619 1.621 6.003 6.003 0 0 1-2.149.904 6.116 6.116 0 0 1-2.414-.001 5.919 5.919 0 0 1-2.148-.903 6.078 6.078 0 0 1-1.621-1.622l1.658-1.117c.143.211.307.41.488.59a3.988 3.988 0 0 0 2.022 1.093zM8.5 9a1.5 1.5 0 1 1-.001 3.001A1.5 1.5 0 0 1 8.5 9z\"/></svg></li><li title=\"bxs sort alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M6.227 11h11.547c.862 0 1.32-1.02.747-1.665L12.748 2.84a.998.998 0 0 0-1.494 0L5.479 9.335C4.906 9.98 5.364 11 6.227 11zm5.026 10.159a.998.998 0 0 0 1.494 0l5.773-6.495c.574-.644.116-1.664-.747-1.664H6.227c-.862 0-1.32 1.02-.747 1.665l5.773 6.494z\"/></svg></li><li title=\"bxs spa \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 16.114c-3.998-5.951-8.574-7.043-8.78-7.09L2 8.75V10c0 7.29 3.925 12 10 12 5.981 0 10-4.822 10-12V8.75l-1.22.274c-.206.047-4.782 1.139-8.78 7.09z\"/><path d=\"M11.274 3.767c-1.799 1.898-2.84 3.775-3.443 5.295 1.329.784 2.781 1.943 4.159 3.685 1.364-1.76 2.826-2.925 4.17-3.709-.605-1.515-1.646-3.383-3.435-5.271L12 3l-.726.767z\"/></svg></li><li title=\"bxs speaker \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"15\" r=\"3\"/><path d=\"M18 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zm-6 2a2 2 0 1 1-2 2 2 2 0 0 1 2-2zm0 16a5 5 0 1 1 5-5 5 5 0 0 1-5 5z\"/></svg></li><li title=\"bxs spray can \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M13.003 3h2v2h-2zM16 3h2v2h-2zm0 3h2v2h-2zm3-3h2v2h-2zm0 3h2v2h-2zm0 3h2v2h-2zM4.012 12v9a1 1 0 0 0 1 1H13a1 1 0 0 0 1-1v-9a4 4 0 0 0-4-4H8.012a4 4 0 0 0-4 4zM7.003 2h4v4h-4z\"/></svg></li><li title=\"bxs spreadsheet \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M3 5v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2zm7 2h8v2h-8V7zm0 4h8v2h-8v-2zm0 4h8v2h-8v-2zM6 7h2v2H6V7zm0 4h2v2H6v-2zm0 4h2v2H6v-2z\"/></svg></li><li title=\"bxs square rounded \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M17 2H7C4.243 2 2 4.243 2 7v10c0 2.757 2.243 5 5 5h10c2.757 0 5-2.243 5-5V7c0-2.757-2.243-5-5-5z\"/></svg></li><li title=\"bxs square \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 3H4a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1z\"/></svg></li><li title=\"bxs star half \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M5.025 20.775A.998.998 0 0 0 6 22a1 1 0 0 0 .555-.168L12 18.202l5.445 3.63a1.001 1.001 0 0 0 1.517-1.106l-1.829-6.4 4.536-4.082a1 1 0 0 0-.59-1.74l-5.701-.454-2.467-5.461a.998.998 0 0 0-1.822-.001L8.622 8.05l-5.701.453a1 1 0 0 0-.619 1.713l4.214 4.107-1.491 6.452zM12 5.429l2.042 4.521.588.047h.001l3.972.315-3.271 2.944-.001.002-.463.416.171.597v.003l1.253 4.385L12 15.798V5.429z\"/></svg></li><li title=\"bxs star \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21.947 9.179a1.001 1.001 0 0 0-.868-.676l-5.701-.453-2.467-5.461a.998.998 0 0 0-1.822-.001L8.622 8.05l-5.701.453a1 1 0 0 0-.619 1.713l4.213 4.107-1.49 6.452a1 1 0 0 0 1.53 1.057L12 18.202l5.445 3.63a1.001 1.001 0 0 0 1.517-1.106l-1.829-6.4 4.536-4.082c.297-.268.406-.686.278-1.065z\"/></svg></li><li title=\"bxs sticker \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M18.5 11c-4.136 0-7.5 3.364-7.5 7.5 0 .871.157 1.704.432 2.482l9.551-9.551A7.462 7.462 0 0 0 18.5 11z\"/><path d=\"M12 2C6.486 2 2 6.486 2 12c0 4.583 3.158 8.585 7.563 9.69A9.431 9.431 0 0 1 9 18.5C9 13.262 13.262 9 18.5 9c1.12 0 2.191.205 3.19.563C20.585 5.158 16.583 2 12 2z\"/></svg></li><li title=\"bxs stopwatch \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 5c-4.411 0-8 3.589-8 8s3.589 8 8 8 8-3.589 8-8-3.589-8-8-8zm1 8h-2V8h2v5zM9 2h6v2H9zm9.707 2.293 2 2-1.414 1.414-2-2z\"/></svg></li><li title=\"bxs store alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 2H5C3.346 2 2 3.346 2 5v2.831c0 1.053.382 2.01 1 2.746V20a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-5h4v5a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-9.424c.618-.735 1-1.692 1-2.746V5c0-1.654-1.346-3-3-3zm1 3v2.831c0 1.14-.849 2.112-1.891 2.167L18 10c-1.103 0-2-.897-2-2V4h3c.552 0 1 .449 1 1zM10 8V4h4v4c0 1.103-.897 2-2 2s-2-.897-2-2zM4 5c0-.551.448-1 1-1h3v4c0 1.103-.897 2-2 2l-.109-.003C4.849 9.943 4 8.971 4 7.831V5zm6 11H6v-3h4v3z\"/></svg></li><li title=\"bxs store \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21.999 8a.997.997 0 0 0-.143-.515L19.147 2.97A2.01 2.01 0 0 0 17.433 2H6.565c-.698 0-1.355.372-1.714.971L2.142 7.485A.997.997 0 0 0 1.999 8c0 1.005.386 1.914 1 2.618V20a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-5h4v5a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-9.382c.614-.704 1-1.613 1-2.618zm-2.016.251A2.002 2.002 0 0 1 17.999 10c-1.103 0-2-.897-2-2 0-.068-.025-.128-.039-.192l.02-.004L15.219 4h2.214l2.55 4.251zm-9.977-.186L10.818 4h2.361l.813 4.065C13.957 9.138 13.079 10 11.999 10s-1.958-.862-1.993-1.935zM6.565 4h2.214l-.76 3.804.02.004c-.015.064-.04.124-.04.192 0 1.103-.897 2-2 2a2.002 2.002 0 0 1-1.984-1.749L6.565 4zm3.434 12h-4v-3h4v3z\"/></svg></li><li title=\"bxs sun \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M6.995 12c0 2.761 2.246 5.007 5.007 5.007s5.007-2.246 5.007-5.007-2.246-5.007-5.007-5.007S6.995 9.239 6.995 12zM11 19h2v3h-2zm0-17h2v3h-2zm-9 9h3v2H2zm17 0h3v2h-3zM5.637 19.778l-1.414-1.414 2.121-2.121 1.414 1.414zM16.242 6.344l2.122-2.122 1.414 1.414-2.122 2.122zM6.344 7.759 4.223 5.637l1.415-1.414 2.12 2.122zm13.434 10.605-1.414 1.414-2.122-2.122 1.414-1.414z\"/></svg></li><li title=\"bxs t shirt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21.316 4.055C19.556 3.478 15 1.985 15 2a3 3 0 1 1-6 0c0-.015-4.556 1.478-6.317 2.055A.992.992 0 0 0 2 5.003v3.716a1 1 0 0 0 1.242.97L6 9v12a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V9l2.758.689A1 1 0 0 0 22 8.719V5.003a.992.992 0 0 0-.684-.948z\"/></svg></li><li title=\"bxs tachometer \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 4C6.486 4 2 8.486 2 14a9.89 9.89 0 0 0 1.051 4.445c.17.34.516.555.895.555h16.107c.379 0 .726-.215.896-.555A9.89 9.89 0 0 0 22 14c0-5.514-4.486-10-10-10zm5.022 5.022L13.06 15.06a1.53 1.53 0 0 1-2.121.44 1.53 1.53 0 0 1 0-2.561l6.038-3.962a.033.033 0 0 1 .045.01.034.034 0 0 1 0 .035z\"/></svg></li><li title=\"bxs tag alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m21.868 11.504-4-7A1 1 0 0 0 17 4H3a1 1 0 0 0-.868 1.496L5.849 12l-3.717 6.504A1 1 0 0 0 3 20h14a1 1 0 0 0 .868-.504l4-7a.998.998 0 0 0 0-.992z\"/></svg></li><li title=\"bxs tag x \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21.842 6.218a1.977 1.977 0 0 0-.424-.628A1.99 1.99 0 0 0 20 5H8c-.297 0-.578.132-.769.359l-5 6c-.309.371-.309.91 0 1.281l5 6c.191.228.472.36.769.36h12a1.977 1.977 0 0 0 1.41-.582A1.99 1.99 0 0 0 22 17V7c0-.266-.052-.525-.158-.782zm-4.135 8.075-1.414 1.414L14 13.414l-2.293 2.293-1.414-1.414L12.586 12l-2.293-2.293 1.414-1.414L14 10.586l2.293-2.293 1.414 1.414L15.414 12l2.293 2.293z\"/></svg></li><li title=\"bxs tag \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21.842 6.218a1.977 1.977 0 0 0-.424-.628A1.99 1.99 0 0 0 20 5H8c-.297 0-.578.132-.769.359l-5 6c-.309.371-.309.91 0 1.281l5 6c.191.228.472.36.769.36h12a1.977 1.977 0 0 0 1.41-.582A1.99 1.99 0 0 0 22 17V7c0-.266-.052-.525-.158-.782z\"/></svg></li><li title=\"bxs taxi \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m20.772 10.155-1.368-4.104A2.995 2.995 0 0 0 16.559 4H14V2h-4v2H7.441a2.995 2.995 0 0 0-2.845 2.051l-1.368 4.104A2 2 0 0 0 2 12v5c0 .738.404 1.376 1 1.723V21a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-2h12v2a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-2.277A1.99 1.99 0 0 0 22 17v-5a2 2 0 0 0-1.228-1.845zM7.441 6h9.117c.431 0 .813.274.949.684L18.613 10H5.387l1.105-3.316A1 1 0 0 1 7.441 6zM5.5 16a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 5.5 16zm13 0a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 18.5 16z\"/></svg></li><li title=\"bxs tennis ball \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M4.929 19.071a9.953 9.953 0 0 0 6.692 2.906c-.463-2.773.365-5.721 2.5-7.856 2.136-2.135 5.083-2.963 7.856-2.5-.092-2.433-1.053-4.839-2.906-6.692s-4.26-2.814-6.692-2.906c.463 2.773-.365 5.721-2.5 7.856-2.136 2.135-5.083 2.963-7.856 2.5a9.944 9.944 0 0 0 2.906 6.692z\"/><path d=\"M15.535 15.535a6.996 6.996 0 0 0-1.911 6.318 9.929 9.929 0 0 0 8.229-8.229 6.999 6.999 0 0 0-6.318 1.911zm-7.07-7.07a6.996 6.996 0 0 0 1.911-6.318 9.929 9.929 0 0 0-8.23 8.229 7 7 0 0 0 6.319-1.911z\"/></svg></li><li title=\"bxs terminal \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 4H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2zM6.414 15.707 5 14.293 7.293 12 5 9.707l1.414-1.414L10.121 12l-3.707 3.707zM19 16h-7v-2h7v2z\"/></svg></li><li title=\"bxs thermometer \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M9 16a3.001 3.001 0 0 0 6 0c0-.353-.072-.686-.184-1H9.184A2.962 2.962 0 0 0 9 16z\"/><path d=\"M18 6V4h-3.185A2.995 2.995 0 0 0 12 2c-1.654 0-3 1.346-3 3v5.8A6.027 6.027 0 0 0 6 16c0 3.309 2.691 6 6 6s6-2.691 6-6a6.027 6.027 0 0 0-3-5.2V10h3V8h-3V6h3zm-4.405 6.324A4.033 4.033 0 0 1 16 16c0 2.206-1.794 4-4 4s-4-1.794-4-4c0-1.585.944-3.027 2.405-3.676l.595-.263V5a1 1 0 0 1 2 0v7.061l.595.263z\"/></svg></li><li title=\"bxs time five \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm3.293 14.707L11 12.414V6h2v5.586l3.707 3.707-1.414 1.414z\"/></svg></li><li title=\"bxs time \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12.25 2c-5.514 0-10 4.486-10 10s4.486 10 10 10 10-4.486 10-10-4.486-10-10-10zM18 13h-6.75V6h2v5H18v2z\"/></svg></li><li title=\"bxs timer \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M13 3h4v2h-4zM3 8h4v2H3zm0 8h4v2H3zm-1-4h3.99v2H2zm19.707-5.293-1.414-1.414L18.586 7A6.937 6.937 0 0 0 15 6c-3.859 0-7 3.141-7 7s3.141 7 7 7 7-3.141 7-7a6.968 6.968 0 0 0-1.855-4.73l1.562-1.563zM16 14h-2V8.958h2V14z\"/></svg></li><li title=\"bxs tired \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm-6.447 9.105 2.459-1.229-1.567-1.044 1.109-1.664 3 2a1 1 0 0 1-.108 1.727l-4 2-.893-1.79zM8 17s1-3 4-3 4 3 4 3H8zm9.553-4.105-4-2a1 1 0 0 1-.108-1.727l3-2 1.109 1.664-1.566 1.044 2.459 1.229-.894 1.79z\"/></svg></li><li title=\"bxs to top \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M5 15h4v6h6v-6h4l-7-8zM4 3h16v2H4z\"/></svg></li><li title=\"bxs toggle left \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M16 6H8c-3.296 0-5.982 2.682-6 5.986v.042A6.01 6.01 0 0 0 8 18h8a6.01 6.01 0 0 0 6-5.994v-.018C21.985 8.685 19.297 6 16 6zm-8 9c-1.627 0-3-1.373-3-3s1.373-3 3-3 3 1.373 3 3-1.373 3-3 3z\"/></svg></li><li title=\"bxs toggle right \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M16 6H8c-3.296 0-5.982 2.682-6 5.986v.042A6.01 6.01 0 0 0 8 18h8c3.309 0 6-2.691 6-6s-2.691-6-6-6zm0 9c-1.627 0-3-1.373-3-3s1.373-3 3-3 3 1.373 3 3-1.373 3-3 3z\"/></svg></li><li title=\"bxs tone \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm-1 9H4.069a7.965 7.965 0 0 1 .52-2H11v2zm0 4H4.589a7.965 7.965 0 0 1-.52-2H11v2zm0-10.931V7H5.765A7.996 7.996 0 0 1 11 4.069zM5.765 17H11v2.931A7.996 7.996 0 0 1 5.765 17z\"/></svg></li><li title=\"bxs torch \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M8 11.648V20a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2v-8.352c1.067-.552 3-1.928 3-4.648V5H5v2c0 2.72 1.933 4.096 3 4.648zM11 11h2v3h-2v-3zM5 2h14v2H5z\"/></svg></li><li title=\"bxs traffic barrier \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21 6h-2V3h-2v3H7V3H5v3H3a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h2v6h2v-6h10v6h2v-6h2a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1zM4.42 13l2.857-5H9.58l-2.857 5H4.42zm7.857-5h2.303l-2.857 5H9.42l2.857-5zm5 0h2.303l-2.857 5H14.42l2.857-5z\"/></svg></li><li title=\"bxs traffic cone \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M18.649 16H5.352l-1.06 3H2v2h20v-2h-2.292zM6.057 14h11.886l-1.412-4H7.469zM13 2h-2a1 1 0 0 0-.943.667L8.175 8h7.65l-1.882-5.333A1 1 0 0 0 13 2z\"/></svg></li><li title=\"bxs traffic \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m2.958 16 .043 1.042c.005.12.142 2.255 2.999 3.338v1.12a.5.5 0 0 0 .5.5h11a.5.5 0 0 0 .5-.5v-1.12c2.857-1.083 2.994-3.218 2.999-3.338L21.043 16H18v-1.62c2.857-1.083 2.994-3.218 2.999-3.338L21.043 10H18V8.38c2.857-1.083 2.994-3.218 2.999-3.338L21.043 4H18V2.5a.5.5 0 0 0-.5-.5h-11a.5.5 0 0 0-.5.5V4H2.958l.043 1.042c.005.12.142 2.255 2.999 3.338V10H2.958l.043 1.042c.005.12.142 2.255 2.999 3.338V16H2.958zM12 4a2 2 0 1 1-.001 4.001A2 2 0 0 1 12 4zm0 6a2 2 0 1 1-.001 4.001A2 2 0 0 1 12 10zm0 6a2 2 0 1 1-.001 4.001A2 2 0 0 1 12 16z\"/></svg></li><li title=\"bxs train \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M16.375 2H7.621c-.224 0-1.399.065-2.503 1.351C4.031 4.616 4 5.862 4 6v11a2 2 0 0 0 2 2h1l-2 3h2.353l.667-1h8l.677 1H19l-2-3h1a2 2 0 0 0 2-2V6c.001-.188-.032-1.434-1.129-2.665C17.715 2.037 16.509 2 16.375 2zM10 4h4v2h-4V4zM7.5 17a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 7.5 17zm9 0a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 16.5 17zm1.5-5H6V8h12v4z\"/></svg></li><li title=\"bxs trash alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M6 7H5v13a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V7H6zm10.618-3L15 2H9L7.382 4H3v2h18V4z\"/></svg></li><li title=\"bxs trash \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M6 7H5v13a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V7H6zm4 12H8v-9h2v9zm6 0h-2v-9h2v9zm.618-15L15 2H9L7.382 4H3v2h18V4z\"/></svg></li><li title=\"bxs tree alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><polygon points=\"18 10 12 2 6 10 9 10 4 18 11 18 11 22 13 22 13 18 20 18 15 10 18 10\"/></svg></li><li title=\"bxs tree \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m20 18-4-5h3l-4-5h2l-5-6-5 6h2l-4 5h3l-4 5h7v4h2v-4z\"/></svg></li><li title=\"bxs trophy \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21 4h-3V3a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v1H3a1 1 0 0 0-1 1v3c0 4.31 1.8 6.91 4.82 7A6 6 0 0 0 11 17.91V20H9v2h6v-2h-2v-2.09A6 6 0 0 0 17.18 15c3-.1 4.82-2.7 4.82-7V5a1 1 0 0 0-1-1zM4 8V6h2v6.83C4.22 12.08 4 9.3 4 8zm14 4.83V6h2v2c0 1.3-.22 4.08-2 4.83z\"/></svg></li><li title=\"bxs truck \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19.15 8a2 2 0 0 0-1.72-1H15V5a1 1 0 0 0-1-1H4a2 2 0 0 0-2 2v10a2 2 0 0 0 1 1.73 3.49 3.49 0 0 0 7 .27h3.1a3.48 3.48 0 0 0 6.9 0 2 2 0 0 0 2-2v-3a1.07 1.07 0 0 0-.14-.52zM15 9h2.43l1.8 3H15zM6.5 19A1.5 1.5 0 1 1 8 17.5 1.5 1.5 0 0 1 6.5 19zm10 0a1.5 1.5 0 1 1 1.5-1.5 1.5 1.5 0 0 1-1.5 1.5z\"/></svg></li><li title=\"bxs tv \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 6h-5.586l2.293-2.293-1.414-1.414L12 5.586 8.707 2.293 7.293 3.707 9.586 6H4c-1.103 0-2 .897-2 2v11c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V8c0-1.103-.897-2-2-2z\"/></svg></li><li title=\"bxs up arrow alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M13 18v-6h5l-6-7-6 7h5v6z\"/></svg></li><li title=\"bxs up arrow circle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 22c5.514 0 10-4.486 10-10S17.514 2 12 2 2 6.486 2 12s4.486 10 10 10zm0-15 5 5h-4v5h-2v-5H7l5-5z\"/></svg></li><li title=\"bxs up arrow square \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M5 21h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2zm7-14 5 5h-4v5h-2v-5H7l5-5z\"/></svg></li><li title=\"bxs up arrow \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M3 19h18a1.002 1.002 0 0 0 .823-1.569l-9-13c-.373-.539-1.271-.539-1.645 0l-9 13A.999.999 0 0 0 3 19z\"/></svg></li><li title=\"bxs upside down \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zM8.507 15a1.494 1.494 0 1 1 .001-2.987A1.494 1.494 0 0 1 8.507 15zm4.301-6.919a4.108 4.108 0 0 0-1.616 0 4.12 4.12 0 0 0-.751.233c-.234.1-.463.224-.678.368a4.077 4.077 0 0 0-1.08 1.082L7.024 8.646a6.026 6.026 0 0 1 2.639-2.175 6.097 6.097 0 0 1 1.128-.35 6.061 6.061 0 0 1 2.415 0 5.919 5.919 0 0 1 2.148.903 6.078 6.078 0 0 1 1.621 1.622l-1.658 1.117a3.994 3.994 0 0 0-.488-.59 3.988 3.988 0 0 0-2.021-1.092zM15.5 15a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 15.5 15z\"/></svg></li><li title=\"bxs upvote \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M4 14h4v7a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1v-7h4a1.001 1.001 0 0 0 .781-1.625l-8-10c-.381-.475-1.181-.475-1.562 0l-8 10A1.001 1.001 0 0 0 4 14z\"/></svg></li><li title=\"bxs user account \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 2H8a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zm-6 2.5a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5zM19 15H9v-.25C9 12.901 11.254 11 14 11s5 1.901 5 3.75V15z\"/><path d=\"M4 8H2v12c0 1.103.897 2 2 2h12v-2H4V8z\"/></svg></li><li title=\"bxs user badge \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M17.988 22a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h11.988zM9 5h6v2H9V5zm5.25 6.25A2.26 2.26 0 0 1 12 13.501c-1.235 0-2.25-1.015-2.25-2.251S10.765 9 12 9a2.259 2.259 0 0 1 2.25 2.25zM7.5 18.188c0-1.664 2.028-3.375 4.5-3.375s4.5 1.711 4.5 3.375v.563h-9v-.563z\"/></svg></li><li title=\"bxs user check \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M8 12.052c1.995 0 3.5-1.505 3.5-3.5s-1.505-3.5-3.5-3.5-3.5 1.505-3.5 3.5 1.505 3.5 3.5 3.5zM9 13H7c-2.757 0-5 2.243-5 5v1h12v-1c0-2.757-2.243-5-5-5zm11.294-4.708-4.3 4.292-1.292-1.292-1.414 1.414 2.706 2.704 5.712-5.702z\"/></svg></li><li title=\"bxs user circle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.579 2 2 6.579 2 12s4.579 10 10 10 10-4.579 10-10S17.421 2 12 2zm0 5c1.727 0 3 1.272 3 3s-1.273 3-3 3c-1.726 0-3-1.272-3-3s1.274-3 3-3zm-5.106 9.772c.897-1.32 2.393-2.2 4.106-2.2h2c1.714 0 3.209.88 4.106 2.2C15.828 18.14 14.015 19 12 19s-3.828-.86-5.106-2.228z\"/></svg></li><li title=\"bxs user detail \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M15 11h7v2h-7zm1 4h6v2h-6zm-2-8h8v2h-8zM4 19h10v-1c0-2.757-2.243-5-5-5H7c-2.757 0-5 2.243-5 5v1h2zm4-7c1.995 0 3.5-1.505 3.5-3.5S9.995 5 8 5 4.5 6.505 4.5 8.5 6.005 12 8 12z\"/></svg></li><li title=\"bxs user minus \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M14 11h8v2h-8zM4.5 8.552c0 1.995 1.505 3.5 3.5 3.5s3.5-1.505 3.5-3.5-1.505-3.5-3.5-3.5-3.5 1.505-3.5 3.5zM4 19h10v-1c0-2.757-2.243-5-5-5H7c-2.757 0-5 2.243-5 5v1h2z\"/></svg></li><li title=\"bxs user pin \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19 2H5a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2h4l3 3 3-3h4a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zm-7 3c1.727 0 3 1.272 3 3s-1.273 3-3 3c-1.726 0-3-1.272-3-3s1.274-3 3-3zM7.177 16c.558-1.723 2.496-3 4.823-3s4.266 1.277 4.823 3H7.177z\"/></svg></li><li title=\"bxs user plus \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M4.5 8.552c0 1.995 1.505 3.5 3.5 3.5s3.5-1.505 3.5-3.5-1.505-3.5-3.5-3.5-3.5 1.505-3.5 3.5zM19 8h-2v3h-3v2h3v3h2v-3h3v-2h-3zM4 19h10v-1c0-2.757-2.243-5-5-5H7c-2.757 0-5 2.243-5 5v1h2z\"/></svg></li><li title=\"bxs user rectangle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M6 22h13a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h1zm6-17.001c1.647 0 3 1.351 3 3C15 9.647 13.647 11 12 11S9 9.647 9 7.999c0-1.649 1.353-3 3-3zM6 17.25c0-2.219 2.705-4.5 6-4.5s6 2.281 6 4.5V18H6v-.75z\"/></svg></li><li title=\"bxs user voice \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M8 12.052c1.995 0 3.5-1.505 3.5-3.5s-1.505-3.5-3.5-3.5-3.5 1.505-3.5 3.5 1.505 3.5 3.5 3.5zM9 13H7c-2.757 0-5 2.243-5 5v1h12v-1c0-2.757-2.243-5-5-5zm9.364-10.364L16.95 4.05C18.271 5.373 19 7.131 19 9s-.729 3.627-2.05 4.95l1.414 1.414C20.064 13.663 21 11.403 21 9s-.936-4.663-2.636-6.364z\"/><path d=\"M15.535 5.464 14.121 6.88C14.688 7.445 15 8.198 15 9s-.312 1.555-.879 2.12l1.414 1.416C16.479 11.592 17 10.337 17 9s-.521-2.592-1.465-3.536z\"/></svg></li><li title=\"bxs user x \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M8 12.052c1.995 0 3.5-1.505 3.5-3.5s-1.505-3.5-3.5-3.5-3.5 1.505-3.5 3.5 1.505 3.5 3.5 3.5zM9 13H7c-2.757 0-5 2.243-5 5v1h12v-1c0-2.757-2.243-5-5-5zm11.293-4.707L18 10.586l-2.293-2.293-1.414 1.414 2.292 2.292-2.293 2.293 1.414 1.414 2.293-2.293 2.294 2.294 1.414-1.414L19.414 12l2.293-2.293z\"/></svg></li><li title=\"bxs user \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M7.5 6.5C7.5 8.981 9.519 11 12 11s4.5-2.019 4.5-4.5S14.481 2 12 2 7.5 4.019 7.5 6.5zM20 21h1v-1c0-3.859-3.141-7-7-7h-4c-3.86 0-7 3.141-7 7v1h17z\"/></svg></li><li title=\"bxs vector \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M18.277 8c.347.596.985 1 1.723 1a2 2 0 0 0 0-4c-.738 0-1.376.404-1.723 1H16V4a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1v2H5.723C5.376 5.404 4.738 5 4 5a2 2 0 0 0 0 4c.738 0 1.376-.404 1.723-1H8v.368C5.134 9.839 4.319 12.534 4.092 14H3a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1h-.877c.197-.959.718-2.406 2.085-3.418A.984.984 0 0 0 9 11h6a.98.98 0 0 0 .792-.419c1.373 1.013 1.895 2.458 2.089 3.419H17a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1h-1.092c-.227-1.466-1.042-4.161-3.908-5.632V8h2.277zM14 9h-4V5h4v4z\"/></svg></li><li title=\"bxs vial \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M7 22a4.965 4.965 0 0 0 3.535-1.465l9.193-9.193.707.708 1.414-1.414-8.485-8.486-1.414 1.414.708.707-9.193 9.193C2.521 14.408 2 15.664 2 17s.521 2.592 1.465 3.535A4.965 4.965 0 0 0 7 22zM18.314 9.928 15.242 13H6.758l7.314-7.314 4.242 4.242z\"/></svg></li><li title=\"bxs video off \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M4 19h10.879L2.145 6.265A1.977 1.977 0 0 0 2 7v10c0 1.103.897 2 2 2zM18 7c0-1.103-.897-2-2-2H6.414L3.707 2.293 2.293 3.707l18 18 1.414-1.414L18 16.586v-2.919L22 17V7l-4 3.333V7z\"/></svg></li><li title=\"bxs video plus \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M18 7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-3.333L22 17V7l-4 3.333V7zm-4 6h-3v3H9v-3H6v-2h3V8h2v3h3v2z\"/></svg></li><li title=\"bxs video recording \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M18 9c0-1.103-.897-2-2-2h-1.434l-2.418-4.029A2.008 2.008 0 0 0 10.434 2H5v2h5.434l1.8 3H4c-1.103 0-2 .897-2 2v9c0 1.103.897 2 2 2h12c1.103 0 2-.897 2-2v-3l4 2v-7l-4 2V9zm-7 8H5v-2h6v2z\"/></svg></li><li title=\"bxs video \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M18 7c0-1.103-.897-2-2-2H4c-1.103 0-2 .897-2 2v10c0 1.103.897 2 2 2h12c1.103 0 2-.897 2-2v-3.333L22 17V7l-4 3.333V7z\"/></svg></li><li title=\"bxs videos \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M4 8H2v12a2 2 0 0 0 2 2h12v-2H4z\"/><path d=\"M20 2H8a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zm-9 12V6l7 4z\"/></svg></li><li title=\"bxs virus block \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M18.952 17.538c-.749-.749-.908-1.869-.5-2.846l.021-.049c.399-.974 1.309-1.643 2.362-1.643h.08c.638 0 1.085-.447 1.085-1s-.447-1-1-1h-.17c-1.053 0-1.958-.669-2.357-1.644l-.021-.049c-.408-.977-.249-2.097.5-2.846l.119-.119a.999.999 0 1 0-1.414-1.414l-.119.119c-.749.749-1.869.908-2.846.5l-.049-.021C13.669 5.128 13 4.218 13 3.165v-.081C13 2.447 12.553 2 12 2s-1 .447-1 1v.036c0 1.096-.66 2.084-1.673 2.503l-.006.003a2.71 2.71 0 0 1-2.953-.588l-.025-.025-2.636-2.636-1.414 1.414 18 18 1.414-1.414-2.636-2.636-.119-.119zM12 10a2 2 0 1 1 2 2c-.257 0-.501-.053-.728-.142l-1.131-1.131A1.998 1.998 0 0 1 12 10zm-4 3a1 1 0 0 1-1-1 .99.99 0 0 1 .244-.635L5.431 9.552A2.634 2.634 0 0 1 3.085 11h-.001C2.447 11 2 11.447 2 12s.447 1 1 1h.068a2.66 2.66 0 0 1 2.459 1.644l.021.049a2.69 2.69 0 0 1-.583 2.929l-.036.036a.999.999 0 1 0 1.414 1.414l.036-.036a2.689 2.689 0 0 1 2.929-.583l.143.06A2.505 2.505 0 0 1 11 20.83v.085c0 .638.447 1.085 1 1.085s1-.448 1-1v-.17c0-.976.568-1.853 1.443-2.266l-5.809-5.809A.98.98 0 0 1 8 13z\"/></svg></li><li title=\"bxs virus \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21 11h-.17c-1.053 0-1.958-.669-2.357-1.644l-.021-.049c-.408-.977-.249-2.097.5-2.846l.119-.119a.999.999 0 1 0-1.414-1.414l-.119.119c-.749.749-1.869.908-2.846.5l-.049-.021C13.669 5.128 13 4.218 13 3.165v-.081C13 2.447 12.553 2 12 2s-1 .447-1 1v.036c0 1.096-.66 2.084-1.673 2.503l-.006.003a2.71 2.71 0 0 1-2.953-.588l-.025-.025a.999.999 0 1 0-1.414 1.414l.036.036a2.69 2.69 0 0 1 .583 2.929l-.027.064A2.638 2.638 0 0 1 3.085 11h-.001C2.447 11 2 11.447 2 12s.447 1 1 1h.068a2.66 2.66 0 0 1 2.459 1.644l.021.049a2.69 2.69 0 0 1-.583 2.929l-.036.036a.999.999 0 1 0 1.414 1.414l.036-.036a2.689 2.689 0 0 1 2.929-.583l.143.06A2.505 2.505 0 0 1 11 20.83v.085c0 .638.447 1.085 1 1.085s1-.448 1-1v-.17c0-1.015.611-1.93 1.55-2.318l.252-.104a2.508 2.508 0 0 1 2.736.545l.119.119a.999.999 0 1 0 1.414-1.414l-.119-.119c-.749-.749-.908-1.869-.5-2.846l.021-.049c.399-.975 1.309-1.644 2.362-1.644h.08c.638 0 1.085-.447 1.085-1s-.447-1-1-1zM8 13a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm5 3.5a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm1-4.5a2 2 0 1 1 .001-4.001A2 2 0 0 1 14 12z\"/></svg></li><li title=\"bxs volume full \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M16 21c3.527-1.547 5.999-4.909 5.999-9S19.527 4.547 16 3v2c2.387 1.386 3.999 4.047 3.999 7S18.387 17.614 16 19v2z\"/><path d=\"M16 7v10c1.225-1.1 2-3.229 2-5s-.775-3.9-2-5zM4 17h2.697L14 21.868V2.132L6.697 7H4c-1.103 0-2 .897-2 2v6c0 1.103.897 2 2 2z\"/></svg></li><li title=\"bxs volume low \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M4 17h2.697L14 21.868V2.132L6.697 7H4c-1.103 0-2 .897-2 2v6c0 1.103.897 2 2 2zM16 7v10c1.225-1.1 2-3.229 2-5s-.775-3.9-2-5z\"/></svg></li><li title=\"bxs volume mute \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m7.727 6.313-4.02-4.02-1.414 1.414 18 18 1.414-1.414-2.02-2.02A9.578 9.578 0 0 0 21.999 12c0-4.091-2.472-7.453-5.999-9v2c2.387 1.386 3.999 4.047 3.999 7a8.13 8.13 0 0 1-1.671 4.914l-1.286-1.286C17.644 14.536 18 13.19 18 12c0-1.771-.775-3.9-2-5v7.586l-2-2V2.132L7.727 6.313zM4 17h2.697L14 21.868v-3.747L3.102 7.223A1.995 1.995 0 0 0 2 9v6c0 1.103.897 2 2 2z\"/></svg></li><li title=\"bxs volume \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M4 17h2.697L14 21.868V2.132L6.697 7H4c-1.103 0-2 .897-2 2v6c0 1.103.897 2 2 2z\"/></svg></li><li title=\"bxs wallet alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M14 9h8v6h-8z\"/><path d=\"M20 3H5C3.346 3 2 4.346 2 6v12c0 1.654 1.346 3 3 3h15c1.103 0 2-.897 2-2v-2h-8c-1.103 0-2-.897-2-2V9c0-1.103.897-2 2-2h8V5c0-1.103-.897-2-2-2z\"/></svg></li><li title=\"bxs wallet \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 7V5c0-1.103-.897-2-2-2H5C3.346 3 2 4.346 2 6v12c0 2.201 1.794 3 3 3h15c1.103 0 2-.897 2-2V9c0-1.103-.897-2-2-2zm-2 9h-2v-4h2v4zM5 7a1.001 1.001 0 0 1 0-2h13v2H5z\"/></svg></li><li title=\"bxs washer \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M4 22h16a1 1 0 0 0 1-1V5c0-1.654-1.346-3-3-3H6C4.346 2 3 3.346 3 5v16a1 1 0 0 0 1 1zM18 3.924a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm-3 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2zM12 7c3.309 0 6 2.691 6 6s-2.691 6-6 6-6-2.691-6-6 2.691-6 6-6z\"/><path d=\"M12.766 16.929c1.399-.261 2.571-1.315 3.023-2.665a3.853 3.853 0 0 0-.153-2.893.482.482 0 0 0-.544-.266c-.604.149-1.019.448-1.5.801-.786.577-1.765 1.294-3.592 1.294-.813 0-1.45-.146-1.984-.354l-.013.009a4.006 4.006 0 0 0 4.763 4.074z\"/></svg></li><li title=\"bxs watch alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M18 8c0-.909-.613-1.67-1.445-1.912l-1.31-3.443A1 1 0 0 0 14.311 2H8.689a1 1 0 0 0-.934.645l-1.31 3.443A1.996 1.996 0 0 0 5 8v8c0 .909.613 1.67 1.445 1.912l1.31 3.443a1 1 0 0 0 .934.645h5.621c.415 0 .787-.257.935-.645l1.31-3.443A1.996 1.996 0 0 0 18 16v-2h1v-4h-1V8zm-1.998 8H7V8h9l.002 8z\"/></svg></li><li title=\"bxs watch \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M13 8h-2v5h5v-2h-3z\"/><path d=\"M19.999 12c0-2.953-1.612-5.53-3.999-6.916V3a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1v2.083C5.613 6.469 4.001 9.047 4.001 12a8.003 8.003 0 0 0 4.136 7H8v2.041a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V19h-.139a8 8 0 0 0 4.138-7zm-8 5.999A6.005 6.005 0 0 1 6.001 12a6.005 6.005 0 0 1 5.998-5.999c3.31 0 6 2.691 6 5.999a6.005 6.005 0 0 1-6 5.999z\"/></svg></li><li title=\"bxs webcam \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2c-4.963 0-9 4.037-9 9 0 3.328 1.82 6.232 4.513 7.79l-2.067 1.378A1 1 0 0 0 6 22h12a1 1 0 0 0 .555-1.832l-2.067-1.378C19.18 17.232 21 14.328 21 11c0-4.963-4.037-9-9-9zm0 16c-3.859 0-7-3.141-7-7s3.141-7 7-7 7 3.141 7 7-3.141 7-7 7z\"/><path d=\"M12 6c-2.757 0-5 2.243-5 5s2.243 5 5 5 5-2.243 5-5-2.243-5-5-5zm-1.5 5a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 10.5 11z\"/></svg></li><li title=\"bxs widget \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M4 11h6a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1zm0 10h6a1 1 0 0 0 1-1v-6a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1zm10 0h6a1 1 0 0 0 1-1v-6a1 1 0 0 0-1-1h-6a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1zm7.293-14.707-3.586-3.586a.999.999 0 0 0-1.414 0l-3.586 3.586a.999.999 0 0 0 0 1.414l3.586 3.586a.999.999 0 0 0 1.414 0l3.586-3.586a.999.999 0 0 0 0-1.414z\"/></svg></li><li title=\"bxs window alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20 3H4c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2zm-3 3h2v2h-2V6zm-3 0h2v2h-2V6zM4 19v-9h16.001l.001 9H4z\"/></svg></li><li title=\"bxs wine \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M11 17.916V20H9v2h6v-2h-2v-2.084c3.162-.402 5.849-2.66 6.713-5.793.264-.952.312-2.03.143-3.206l-.866-6.059A1 1 0 0 0 18 2H6a1 1 0 0 0-.99.858l-.865 6.058c-.169 1.177-.121 2.255.143 3.206.863 3.134 3.55 5.392 6.712 5.794zM17.133 4l.57 4H6.296l.571-4h10.266z\"/></svg></li><li title=\"bxs wink smile \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zM8.5 9a1.5 1.5 0 1 1-.001 3.001A1.5 1.5 0 0 1 8.5 9zm7.741 7.244a5.982 5.982 0 0 1-3.034 1.634 6.042 6.042 0 0 1-3.541-.349 5.997 5.997 0 0 1-2.642-2.176l1.658-1.117c.143.211.307.41.488.59a3.988 3.988 0 0 0 1.273.86c.243.102.495.181.749.232a4.108 4.108 0 0 0 1.616 0c.253-.052.505-.131.75-.233.234-.1.464-.224.679-.368.208-.142.407-.306.591-.489.183-.182.347-.381.489-.592l1.658 1.117c-.214.32-.461.62-.734.891zM13 12s.5-2 2.5-2c1.999 0 2.5 2 2.5 2h-5z\"/></svg></li><li title=\"bxs wink tongue \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M14 19v-4h-4v4c0 1.103.897 2 2 2s2-.897 2-2z\"/><path d=\"M12 2C6.486 2 2 6.486 2 12c0 4.434 2.903 8.198 6.906 9.505A3.969 3.969 0 0 1 8 19v-2.499C6.412 15.027 6 13 6 13h12s-.411 2.027-2 3.501V19c0 .953-.349 1.816-.906 2.504C19.097 20.197 22 16.434 22 12c0-5.514-4.486-10-10-10zm-3.5 9a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 8.5 11zm4.5 0s.5-2 2.5-2c1.999 0 2.5 2 2.5 2h-5z\"/></svg></li><li title=\"bxs wrench \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"m21.512 6.112-3.89 3.889-3.535-3.536 3.889-3.889a6.501 6.501 0 0 0-8.484 8.486l-6.276 6.275a.999.999 0 0 0 0 1.414l2.122 2.122a.999.999 0 0 0 1.414 0l6.275-6.276a6.501 6.501 0 0 0 7.071-1.414 6.504 6.504 0 0 0 1.414-7.071z\"/></svg></li><li title=\"bxs x circle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm4.207 12.793-1.414 1.414L12 13.414l-2.793 2.793-1.414-1.414L10.586 12 7.793 9.207l1.414-1.414L12 10.586l2.793-2.793 1.414 1.414L13.414 12l2.793 2.793z\"/></svg></li><li title=\"bxs x square \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M21 5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5zm-4.793 9.793-1.414 1.414L12 13.414l-2.793 2.793-1.414-1.414L10.586 12 7.793 9.207l1.414-1.414L12 10.586l2.793-2.793 1.414 1.414L13.414 12l2.793 2.793z\"/></svg></li><li title=\"bxs yin yang \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M19.062 4.938A9.942 9.942 0 0 0 12.016 2h-.026a9.94 9.94 0 0 0-7.071 2.938c-3.898 3.898-3.898 10.243 0 14.143 1.895 1.895 4.405 2.938 7.071 2.938s5.177-1.043 7.071-2.938c3.9-3.899 3.9-10.243.001-14.143zM13.5 15a1.5 1.5 0 1 1-.001 3.001A1.5 1.5 0 0 1 13.5 15zM6.333 6.353A7.953 7.953 0 0 1 11.99 4l.026.001c1.652.008 3.242 1.066 3.55 2.371.366 1.552-1.098 3.278-4.018 4.737-5.113 2.555-5.312 5.333-4.975 6.762l.008.021c-.082-.075-.169-.146-.249-.226-3.118-3.119-3.118-8.194.001-11.313z\"/><circle cx=\"10.5\" cy=\"7.5\" r=\"1.5\"/></svg></li><li title=\"bxs zap \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20.98 11.802a.995.995 0 0 0-.738-.771l-6.86-1.716 2.537-5.921a.998.998 0 0 0-.317-1.192.996.996 0 0 0-1.234.024l-11 9a1 1 0 0 0 .39 1.744l6.719 1.681-3.345 5.854A1.001 1.001 0 0 0 8 22a.995.995 0 0 0 .6-.2l12-9a1 1 0 0 0 .38-.998z\"/></svg></li><li title=\"bxs zoom in \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M10 2c-4.411 0-8 3.589-8 8s3.589 8 8 8a7.952 7.952 0 0 0 4.897-1.688l4.396 4.396 1.414-1.414-4.396-4.396A7.952 7.952 0 0 0 18 10c0-4.411-3.589-8-8-8zm4 9h-3v3H9v-3H6V9h3V6h2v3h3v2z\"/></svg></li><li title=\"bxs zoom out \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M10 18a7.952 7.952 0 0 0 4.897-1.688l4.396 4.396 1.414-1.414-4.396-4.396A7.952 7.952 0 0 0 18 10c0-4.411-3.589-8-8-8s-8 3.589-8 8 3.589 8 8 8zM6 9h8v2H6V9z\"/></svg></li></ul>"
  },
  {
    "path": "resources/svg/icons/clarity-icons/LICENSE",
    "content": "Copyright (c) 2018 VMware, Inc.\t\t\t\t\n\nThe MIT license (the \"License\") set forth below applies to all parts of the clarity-assets project.  You may not use this file except in compliance with the License.\n\nMIT License\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n"
  },
  {
    "path": "resources/svg/icons/clarity-icons/NOTICE.txt",
    "content": "Copyright (c) 2018 VMware, Inc. \n\nThis product is licensed to you under the MIT license (the \"License\").  You may not use this product except in compliance with the MIT License.  \n\nThis product may include a number of subcomponents with separate copyright notices and license terms. Your use of these subcomponents is subject to the terms and conditions of the subcomponent's license, as noted in the LICENSE file."
  },
  {
    "path": "resources/svg/icons/clarity-icons/README.md",
    "content": "# Clarity Assets\n\nThis repository is part of the [Clarity](https://github.com/vmware/clarity) project, and its purpose is to store the static assets that we provide for consumers of Clarity.\n\nYou are welcome to download the files from here, or you can find them listed our website https://clarity.design as well.\n\n### Contents\n\n**icons** contains the sets of icons from Clarity Icons\n**sketch** contains the sketch files for designers crafting interfaces with Clarity"
  },
  {
    "path": "resources/svg/icons/clarity-icons/index.html",
    "content": "<style>\nul.svg-list {\n\tlist-style:none;\n\tpadding:0;\n\tmargin:10px 0 0;\n}\nul.svg-list li {\n\tdisplay:inline-block;\n\tposition:relative;\n\twidth:32px;\n\theight:32px;\n\tpadding:3px;\n\tmargin-right:5px;\n\tmargin-bottom:5px;\n\tbox-shadow:0px 3px 6px 0px rgba(0, 0, 0, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.08);\n}\n\nul.svg-list li:hover {\n\tbox-shadow:none;//0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 0px rgba(0, 0, 0, 0.15);\n}\n\nul.svg-list li svg{\n\tmax-width:100%;\n\tmax-height:100%;\n\tfill: var(--bs-body-color);\n\tcolor: var(--bs-border-color);\n}\n\nul.svg-list li span {\n\t//display:none;\n}\n\nul.svg-list li.heading {\n\twidth:100%;\n\tbox-shadow:none;\n\ttext-transform: capitalize;\n\tfont-size: 12px;\n\tline-height: 32px;\t\n}\n\nul.svg-list li span {\n  visibility: hidden;\n  min-width: 120px;\n  background-color: black;\n  color: #fff;\n  text-align: center;\n  border-radius: 6px;\n  padding: 5px 0;\n  \n  /* Position the tooltip */\n  position: absolute;\n  z-index: 1;\n  left:0;\n  top: 105%;\n  font-size:12px;\n}\n\nul.svg-list li:hover  span {\n  visibility: visible;\n}\n\nul.svg-list li:hover  svg {\n\ttransform: scale(2);\n\tfill:blue;\n\tcolor:green;\n}\t\n</style>\n<ul class=\"svg-list\"><li class='heading'>chart</li><li title=\"analytics line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M 32 5 L 4 5 C 2.895 5 2 5.895 2 7 L 2 29 C 2 30.105 2.895 31 4 31 L 32 31 C 33.105 31 34 30.105 34 29 L 34 7 C 34 5.895 33.105 5 32 5 Z M 4 29 L 4 7 L 32 7 L 32 29 Z\"></path><polygon points=\"15.62 15.222 9.602 23.968 5.55 20.384 6.61 19.186 9.308 21.572 15.634 12.38 22.384 22.395 29.138 13.47 30.414 14.436 22.308 25.145\" class=\"clr-i-outline clr-i-outline-path-2\"></polygon>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"analytics outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\" d=\"M 34 29 C 34 30.105 33.105 31 32 31 L 4 31 C 2.895 31 2 30.105 2 29 L 2 7 C 2 5.895 2.895 5 4 5 L 21.958 5 L 20.786 7 L 4 7 L 4 29 L 32 29 L 32 15.357 L 34 15.357 Z\"></path><path d=\"M 15.62 15.222 L 9.602 23.968 L 5.55 20.384 L 6.61 19.186 L 9.308 21.572 L 15.634 12.38 L 22.384 22.395 L 27.717 15.348 L 29.724 15.348 L 22.308 25.145 Z\" class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\"></path><path class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted clr-i-alert\" d=\"M 26.854 1.144 L 21.134 11.004 C 20.579 11.818 21.114 12.928 22.097 13.001 C 22.142 13.005 22.188 13.006 22.234 13.004 L 33.684 13.004 C 34.669 13.036 35.319 11.991 34.855 11.122 C 34.834 11.081 34.81 11.042 34.784 11.004 L 29.064 1.144 C 28.57 0.299 27.348 0.299 26.854 1.144 Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"analytics outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--badged clr-i-outline-path-1--badged\" d=\"M 32 13.22 L 32 29 L 4 29 L 4 7 L 22.57 7 C 22.524 6.668 22.501 6.334 22.5 6 C 22.501 5.665 22.524 5.331 22.57 5 L 4 5 C 2.895 5 2 5.895 2 7 L 2 29 C 2 30.104 2.895 31 4 31 L 32 31 C 33.104 31 34 30.104 34 29 L 34 12.34 C 33.38 12.73 32.706 13.026 32 13.22 Z\"></path><polygon points=\"15.62 15.222 9.602 23.968 5.55 20.384 6.61 19.186 9.308 21.572 15.634 12.38 22.384 22.395 29.138 13.47 30.414 14.436 22.308 25.145\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"></polygon><circle class=\"clr-i-outline--badged clr-i-outline-path-3--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"analytics solid alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\" d=\"M 34 29 C 34 30.105 33.105 31 32 31 L 4 31 C 2.896 31 2 30.105 2 29 L 2 7 C 2 5.896 2.896 5 4 5 L 21.958 5 L 17.625 12.395 C 16.795 13.601 17.594 15.245 19.064 15.351 C 19.134 15.357 19.201 15.359 19.27 15.357 L 27.452 15.357 L 22.38 22.06 L 15.63 12 L 9.28 21.28 L 6.75 19.04 L 5.42 20.53 L 9.65 24.28 L 15.61 15.56 L 22.28 25.5 L 29.959 15.357 L 34 15.357 Z\"></path><path class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted clr-i-alert\" d=\"M 26.854 1.144 L 21.134 11.004 C 20.579 11.818 21.114 12.928 22.097 13.001 C 22.142 13.005 22.188 13.006 22.234 13.004 L 33.684 13.004 C 34.669 13.036 35.319 11.991 34.855 11.122 C 34.834 11.081 34.81 11.042 34.784 11.004 L 29.064 1.144 C 28.57 0.299 27.348 0.299 26.854 1.144 Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"analytics solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--badged clr-i-solid-path-1--badged\" d=\"M 30.32 13.48 L 31.38 14.28 L 22.56 25.94 L 15.46 15.36 L 9.12 24.64 L 4.62 20.64 L 6 19.05 L 8.7 21.44 L 15.46 11.56 L 22.65 22.27 L 29.31 13.46 C 25.05 13.1 21.969 9.233 22.57 5 L 4 5 C 2.896 5 2 5.896 2 7 L 2 29 C 2 30.105 2.896 31 4 31 L 32 31 C 33.105 31 34 30.105 34 29 L 34 12.34 C 32.895 13.036 31.626 13.429 30.32 13.48 Z\"></path><circle class=\"clr-i-solid--badged clr-i-solid-path-2--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"analytics solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M 32 5 L 4 5 C 2.896 5 2 5.896 2 7 L 2 29 C 2 30.105 2.896 31 4 31 L 32 31 C 33.105 31 34 30.105 34 29 L 34 7 C 34 5.896 33.105 5 32 5 Z M 22.56 25.94 L 15.46 15.36 L 9.12 24.64 L 4.62 20.64 L 6 19.05 L 8.7 21.44 L 15.46 11.56 L 22.65 22.27 L 29.65 13 L 31.35 14.28 Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"axis chart line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M 32 5 L 4 5 C 2.895 5 2 5.895 2 7 L 2 29 C 2 30.105 2.895 31 4 31 L 32 31 C 33.105 31 34 30.105 34 29 L 34 7 C 34 5.895 33.105 5 32 5 Z M 4 29 L 4 7 L 32 7 L 32 29 Z\"></path><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M 6.007 26.731 L 27.73 26.73 C 28.49 26.67 28.91 25.8 28.47 25.17 C 28.3 24.92 28.03 24.76 27.73 24.74 L 8.001 24.736 L 8.01 11.01 C 8.01 10.23 7.17 9.75 6.5 10.14 C 6.19 10.31 6 10.65 6 11.01 L 6.007 26.731 Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"axis chart outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\" d=\"M 34 29 C 34 30.105 33.105 31 32 31 L 4 31 C 2.895 31 2 30.105 2 29 L 2 7 C 2 5.895 2.895 5 4 5 L 21.958 5 L 20.786 7 L 4 7 L 4 29 L 32 29 L 32 15.357 L 34 15.357 Z\"></path><path class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\" d=\"M 6.007 26.731 L 27.73 26.73 C 28.49 26.67 28.91 25.8 28.47 25.17 C 28.3 24.92 28.03 24.76 27.73 24.74 L 8.001 24.736 L 8.01 11.01 C 8.01 10.23 7.17 9.75 6.5 10.14 C 6.19 10.31 6 10.65 6 11.01 L 6.007 26.731 Z\"></path><path class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted clr-i-alert\" d=\"M 26.854 1.144 L 21.134 11.004 C 20.579 11.818 21.114 12.928 22.097 13.001 C 22.142 13.005 22.188 13.006 22.234 13.004 L 33.684 13.004 C 34.669 13.036 35.319 11.991 34.855 11.122 C 34.834 11.081 34.81 11.042 34.784 11.004 L 29.064 1.144 C 28.57 0.299 27.348 0.299 26.854 1.144 Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"axis chart outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--badged clr-i-outline-path-1--badged\" d=\"M 32 13.22 L 32 29 L 4 29 L 4 7 L 22.57 7 C 22.524 6.668 22.501 6.334 22.5 6 C 22.501 5.665 22.524 5.331 22.57 5 L 4 5 C 2.895 5 2 5.895 2 7 L 2 29 C 2 30.104 2.895 31 4 31 L 32 31 C 33.104 31 34 30.104 34 29 L 34 12.34 C 33.38 12.73 32.706 13.026 32 13.22 Z\"></path><path class=\"clr-i-outline--badged clr-i-outline-path-2--badged\" d=\"M 6.007 26.731 L 27.73 26.73 C 28.49 26.67 28.91 25.8 28.47 25.17 C 28.3 24.92 28.03 24.76 27.73 24.74 L 8.001 24.736 L 8.01 11.01 C 8.01 10.23 7.17 9.75 6.5 10.14 C 6.19 10.31 6 10.65 6 11.01 L 6.007 26.731 Z\"></path><circle class=\"clr-i-outline--badged clr-i-outline-path-3--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"axis chart solid alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\" d=\"M 34 29 C 34 30.105 33.105 31 32 31 L 4 31 C 2.896 31 2 30.105 2 29 L 2 7 C 2 5.896 2.896 5 4 5 L 21.958 5 L 17.625 12.395 C 16.795 13.601 17.594 15.245 19.064 15.351 C 19.134 15.357 19.201 15.359 19.27 15.357 L 34 15.357 Z M 6.007 26.731 L 27.73 26.73 C 28.49 26.67 28.91 25.8 28.47 25.17 C 28.3 24.92 28.03 24.76 27.73 24.74 L 8.001 24.736 L 8.01 11.01 C 8.01 10.23 7.17 9.75 6.5 10.14 C 6.19 10.31 6 10.65 6 11.01 Z\"></path><path class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted clr-i-alert\" d=\"M 26.854 1.144 L 21.134 11.004 C 20.579 11.818 21.114 12.928 22.097 13.001 C 22.142 13.005 22.188 13.006 22.234 13.004 L 33.684 13.004 C 34.669 13.036 35.319 11.991 34.855 11.122 C 34.834 11.081 34.81 11.042 34.784 11.004 L 29.064 1.144 C 28.57 0.299 27.348 0.299 26.854 1.144 Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"axis chart solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--badged clr-i-solid-path-1--badged\" d=\"M 34 12.34 L 34 29 C 34 30.105 33.105 31 32 31 L 4 31 C 2.896 31 2 30.105 2 29 L 2 7 C 2 5.896 2.896 5 4 5 L 22.57 5 C 21.969 9.233 25.05 13.1 29.31 13.46 L 30.32 13.48 C 31.626 13.429 32.895 13.036 34 12.34 Z M 6.007 26.731 L 27.73 26.73 C 28.49 26.67 28.91 25.8 28.47 25.17 C 28.3 24.92 28.03 24.76 27.73 24.74 L 8.001 24.736 L 8.01 11.01 C 8.01 10.23 7.17 9.75 6.5 10.14 C 6.19 10.31 6 10.65 6 11.01 Z\"></path><circle class=\"clr-i-solid--badged clr-i-solid-path-2--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"axis chart solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M 34 7 L 34 29 C 34 30.105 33.105 31 32 31 L 4 31 C 2.896 31 2 30.105 2 29 L 2 7 C 2 5.896 2.896 5 4 5 L 32 5 C 33.105 5 34 5.896 34 7 Z M 6.007 26.731 L 27.73 26.73 C 28.49 26.67 28.91 25.8 28.47 25.17 C 28.3 24.92 28.03 24.76 27.73 24.74 L 8.001 24.736 L 8.01 11.01 C 8.01 10.23 7.17 9.75 6.5 10.14 C 6.19 10.31 6 10.65 6 11.01 Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"bar chart line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M32,5H4A2,2,0,0,0,2,7V29a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V7A2,2,0,0,0,32,5ZM4,29V7H32V29Z\"></path><path d=\"M 7 10 L 13 10 L 13 26 L 11.4 26 L 11.4 11.6 L 8.6 11.6 L 8.6 26 L 7 26 Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M 15 19 L 21 19 L 21 26 L 19.4 26 L 19.4 20.6 L 16.6 20.6 L 16.6 26 L 15 26 Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path><path d=\"M 23 16 L 29 16 L 29 26 L 27.4 26 L 27.4 17.6 L 24.6 17.6 L 24.6 26 L 23 26 Z\" class=\"clr-i-outline clr-i-outline-path-4\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"bar chart outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\" d=\"M 34 29 C 34 30.105 33.105 31 32 31 L 4 31 C 2.895 31 2 30.105 2 29 L 2 7 C 2 5.895 2.895 5 4 5 L 21.958 5 L 20.786 7 L 4 7 L 4 29 L 32 29 L 32 15.357 L 34 15.357 Z\"></path><path d=\"M 7 10 L 13 10 L 13 26 L 11.4 26 L 11.4 11.6 L 8.6 11.6 L 8.6 26 L 7 26 Z\" class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\"></path><path d=\"M 15 19 L 21 19 L 21 26 L 19.4 26 L 19.4 20.6 L 16.6 20.6 L 16.6 26 L 15 26 Z\" class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted\"></path><path d=\"M 23 16 L 29 16 L 29 26 L 27.4 26 L 27.4 17.6 L 24.6 17.6 L 24.6 26 L 23 26 Z\" class=\"clr-i-outline--alerted clr-i-outline-path-4--alerted\"></path><path class=\"clr-i-outline--alerted clr-i-outline-path-5--alerted clr-i-alert\" d=\"M 26.854 1.144 L 21.134 11.004 C 20.579 11.818 21.114 12.928 22.097 13.001 C 22.142 13.005 22.188 13.006 22.234 13.004 L 33.684 13.004 C 34.669 13.036 35.319 11.991 34.855 11.122 C 34.834 11.081 34.81 11.042 34.784 11.004 L 29.064 1.144 C 28.57 0.299 27.348 0.299 26.854 1.144 Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"bar chart outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--badged clr-i-outline-path-1--badged\" d=\"M 32 13.22 L 32 29 L 4 29 L 4 7 L 22.57 7 C 22.524 6.668 22.501 6.334 22.5 6 C 22.501 5.665 22.524 5.331 22.57 5 L 4 5 C 2.895 5 2 5.895 2 7 L 2 29 C 2 30.104 2.895 31 4 31 L 32 31 C 33.105 31 34 30.104 34 29 L 34 12.34 C 33.38 12.73 32.706 13.026 32 13.22 Z\"></path><path d=\"M 7 10 L 13 10 L 13 26 L 11.4 26 L 11.4 11.6 L 8.6 11.6 L 8.6 26 L 7 26 Z\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"></path><path d=\"M 15 19 L 21 19 L 21 26 L 19.4 26 L 19.4 20.6 L 16.6 20.6 L 16.6 26 L 15 26 Z\" class=\"clr-i-outline--badged clr-i-outline-path-3--badged\"></path><path d=\"M 23 16 L 29 16 L 29 26 L 27.4 26 L 27.4 17.6 L 24.6 17.6 L 24.6 26 L 23 26 Z\" class=\"clr-i-outline--badged clr-i-outline-path-4--badged\"></path><circle class=\"clr-i-outline--badged clr-i-outline-path-5--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"bar chart solid alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\" d=\"M 34 29 C 34 30.105 33.105 31 32 31 L 4 31 C 2.895 31 2 30.105 2 29 L 2 7 C 2 5.895 2.895 5 4 5 L 21.958 5 L 17.625 12.395 C 16.795 13.601 17.594 15.245 19.064 15.351 C 19.134 15.357 19.201 15.359 19.27 15.357 L 34 15.357 Z M 7 26 L 13 26 L 13 10 L 7 10 Z M 15 26 L 21 26 L 21 19 L 15 19 Z M 23 26 L 29 26 L 29 16 L 23 16 Z\"></path><path class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted clr-i-alert\" d=\"M 26.854 1.144 L 21.134 11.004 C 20.579 11.818 21.114 12.928 22.097 13.001 C 22.142 13.005 22.188 13.006 22.234 13.004 L 33.684 13.004 C 34.669 13.036 35.319 11.991 34.855 11.122 C 34.834 11.081 34.81 11.042 34.784 11.004 L 29.064 1.144 C 28.57 0.299 27.348 0.299 26.854 1.144 Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"bar chart solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--badged clr-i-solid-path-1--badged\" d=\"M 34 12.34 L 34 29 C 34 30.105 33.105 31 32 31 L 4 31 C 2.895 31 2 30.105 2 29 L 2 7 C 2 5.895 2.895 5 4 5 L 22.57 5 C 21.969 9.233 25.05 13.1 29.31 13.46 L 30.32 13.48 C 31.625 13.429 32.895 13.036 34 12.34 Z M 7 26 L 13 26 L 13 10 L 7 10 Z M 15 26 L 21 26 L 21 19 L 15 19 Z M 23 26 L 29 26 L 29 16 L 23 16 Z\"></path><circle class=\"clr-i-solid--badged clr-i-solid-path-2--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"bar chart solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M 34 7 L 34 29 C 34 30.105 33.105 31 32 31 L 4 31 C 2.895 31 2 30.105 2 29 L 2 7 C 2 5.895 2.895 5 4 5 L 32 5 C 33.105 5 34 5.895 34 7 Z M 7 26 L 13 26 L 13 10 L 7 10 Z M 15 26 L 21 26 L 21 19 L 15 19 Z M 23 26 L 29 26 L 29 16 L 23 16 Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"bell curve line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M33,29H3A1,1,0,1,1,3,27H33A1,1,0,1,1,33,29Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M33,25h-.62a8.11,8.11,0,0,1-8-6.67C23.62,14.44,21.89,7.94,18,7.94s-5.69,6.51-6.38,10.39a8.11,8.11,0,0,1-8,6.65H3a1,1,0,1,1,0-2h.6A6.11,6.11,0,0,0,9.6,18c1.41-7.88,4.3-12,8.35-12s6.93,4.16,8.33,12a6.11,6.11,0,0,0,6,5H33a1,1,0,0,1,0,2Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"box plot line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M32,5H4A2,2,0,0,0,2,7V29a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V7A2,2,0,0,0,32,5ZM4,29V7H32V29Z\"></path><path d=\"M 7 12 L 17 12 L 17 26 L 7 26 L 7 12 Z M 8.6 24.4 L 15.4 24.4 L 15.4 18.8 L 8.6 18.8 L 8.6 24.4 Z M 15.4 13.6 L 8.6 13.6 L 8.6 17.2 L 15.4 17.2 L 15.4 13.6 Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M 19 24 L 29 24 L 29 10 L 19 10 L 19 24 Z M 20.6 11.6 L 27.4 11.6 L 27.4 17.2 L 20.6 17.2 L 20.6 11.6 Z M 27.4 22.4 L 20.6 22.4 L 20.6 18.8 L 27.4 18.8 L 27.4 22.4 Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"box plot outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\" d=\"M 34 29 C 34 30.105 33.105 31 32 31 L 4 31 C 2.895 31 2 30.105 2 29 L 2 7 C 2 5.895 2.895 5 4 5 L 21.958 5 L 20.786 7 L 4 7 L 4 29 L 32 29 L 32 15.357 L 34 15.357 Z\"></path><path d=\"M 7 12 L 17 12 L 17 26 L 7 26 L 7 12 Z M 8.6 24.4 L 15.4 24.4 L 15.4 18.8 L 8.6 18.8 L 8.6 24.4 Z M 15.4 13.6 L 8.6 13.6 L 8.6 17.2 L 15.4 17.2 L 15.4 13.6 Z\" class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\"></path><path d=\"M 29 24 L 19 24 L 19 15.345 C 19.021 15.348 20.6 15.36 20.6 15.36 L 20.6 17.2 L 27.4 17.2 L 27.4 15.36 L 29 15.357 L 29 24 Z M 27.4 18.8 L 20.6 18.8 L 20.6 22.4 L 27.4 22.4 L 27.4 18.8 Z\" class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted\"></path><path class=\"clr-i-outline--alerted clr-i-outline-path-4--alerted clr-i-alert\" d=\"M 26.854 1.144 L 21.134 11.004 C 20.579 11.818 21.114 12.928 22.097 13.001 C 22.142 13.005 22.188 13.006 22.234 13.004 L 33.684 13.004 C 34.669 13.036 35.319 11.991 34.855 11.122 C 34.834 11.081 34.81 11.042 34.784 11.004 L 29.064 1.144 C 28.57 0.299 27.348 0.299 26.854 1.144 Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"box plot outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--badged clr-i-outline-path-1--badged\" d=\"M 32 13.22 L 32 29 L 4 29 L 4 7 L 22.57 7 C 22.524 6.668 22.501 6.334 22.5 6 C 22.501 5.665 22.524 5.331 22.57 5 L 4 5 C 2.895 5 2 5.895 2 7 L 2 29 C 2 30.104 2.895 31 4 31 L 32 31 C 33.105 31 34 30.104 34 29 L 34 12.34 C 33.38 12.73 32.706 13.026 32 13.22 Z\"></path><path d=\"M 7 12 L 17 12 L 17 26 L 7 26 L 7 12 Z M 8.6 24.4 L 15.4 24.4 L 15.4 18.8 L 8.6 18.8 L 8.6 24.4 Z M 15.4 13.6 L 8.6 13.6 L 8.6 17.2 L 15.4 17.2 L 15.4 13.6 Z\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"></path><path d=\"M 19 10 L 23.728 10 C 24.105 10.596 24.564 11.135 25.09 11.6 L 20.6 11.6 L 20.6 17.2 L 27.4 17.2 L 27.4 12.987 C 27.909 13.177 28.445 13.313 29 13.387 L 29 24 L 19 24 Z M 27.4 18.8 L 20.6 18.8 L 20.6 22.4 L 27.4 22.4 Z\" class=\"clr-i-outline--badged clr-i-outline-path-3--badged\"></path><circle class=\"clr-i-outline--badged clr-i-outline-path-4--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"box plot solid alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\" d=\"M 34 29 C 34 30.105 33.105 31 32 31 L 4 31 C 2.895 31 2 30.105 2 29 L 2 7 C 2 5.895 2.895 5 4 5 L 21.958 5 L 19.028 10 L 19 10 L 19 10.048 L 17.625 12.395 C 16.807 13.583 17.571 15.197 19 15.345 L 19 24 L 29 24 L 29 15.357 L 34 15.357 Z M 7 26 L 17 26 L 17 12 L 7 12 Z M 9 19 L 15 19 L 15 24 L 9 24 Z M 15 17 L 9 17 L 9 14 L 15 14 Z M 27 17 L 21 17 L 21 15.357 L 27 15.357 Z M 27 22 L 21 22 L 21 19 L 27 19 Z\"></path><path class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted clr-i-alert\" d=\"M 26.854 1.144 L 21.134 11.004 C 20.579 11.818 21.114 12.928 22.097 13.001 C 22.142 13.005 22.188 13.006 22.234 13.004 L 33.684 13.004 C 34.669 13.036 35.319 11.991 34.855 11.122 C 34.834 11.081 34.81 11.042 34.784 11.004 L 29.064 1.144 C 28.57 0.299 27.348 0.299 26.854 1.144 Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"box plot solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--badged clr-i-solid-path-1--badged\" d=\"M 34 12.34 L 34 29 C 34 30.105 33.105 31 32 31 L 4 31 C 2.895 31 2 30.105 2 29 L 2 7 C 2 5.895 2.895 5 4 5 L 22.57 5 C 22.312 6.817 22.732 8.566 23.633 10 L 19 10 L 19 24 L 29 24 L 29 13.427 C 29.103 13.44 29.206 13.451 29.31 13.46 L 30.32 13.48 C 31.625 13.429 32.895 13.036 34 12.34 Z M 7 26 L 17 26 L 17 12 L 7 12 Z M 9 19 L 15 19 L 15 24 L 9 24 Z M 15 17 L 9 17 L 9 14 L 15 14 Z M 21 12 L 25.472 12 C 25.94 12.352 26.452 12.65 27 12.885 L 27 17 L 21 17 Z M 27 22 L 21 22 L 21 19 L 27 19 Z\"></path><circle class=\"clr-i-solid--badged clr-i-solid-path-2--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"box plot solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M 34 7 L 34 29 C 34 30.105 33.105 31 32 31 L 4 31 C 2.895 31 2 30.105 2 29 L 2 7 C 2 5.895 2.895 5 4 5 L 32 5 C 33.105 5 34 5.895 34 7 Z M 7 26 L 17 26 L 17 12 L 7 12 Z M 9 19 L 15 19 L 15 24 L 9 24 Z M 15 17 L 9 17 L 9 14 L 15 14 Z M 19 24 L 29 24 L 29 10 L 19 10 Z M 21 12 L 27 12 L 27 17 L 21 17 Z M 27 22 L 21 22 L 21 19 L 27 19 Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"bubble chart line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M 32 5 L 4 5 C 2.895 5 2 5.895 2 7 L 2 29 C 2 30.105 2.895 31 4 31 L 32 31 C 33.105 31 34 30.105 34 29 L 34 7 C 34 5.895 33.105 5 32 5 Z M 4 29 L 4 7 L 32 7 L 32 29 Z\"></path><path d=\"M 29 18 C 29 19.657 27.657 21 26 21 C 24.343 21 23 19.657 23 18 C 23 16.343 24.343 15 26 15 C 27.657 15 29 16.343 29 18 Z M 26 16.6 C 25.227 16.6 24.6 17.227 24.6 18 C 24.6 18.773 25.227 19.4 26 19.4 C 26.773 19.4 27.4 18.773 27.4 18 C 27.4 17.227 26.773 16.6 26 16.6 Z\" class=\"clr-i-outline clr-i-outline-path-2\" rx=\"3\"></path><path d=\"M 15 14 C 15 16.209 13.209 18 11 18 C 8.791 18 7 16.209 7 14 C 7 11.791 8.791 10 11 10 C 13.209 10 15 11.791 15 14 Z M 11 11.6 C 9.675 11.6 8.6 12.675 8.6 14 C 8.6 15.325 9.675 16.4 11 16.4 C 12.325 16.4 13.4 15.325 13.4 14 C 13.4 12.675 12.325 11.6 11 11.6 Z\" class=\"clr-i-outline clr-i-outline-path-3\" rx=\"3\"></path><path d=\"M 21 23 C 21 24.657 19.657 26 18 26 C 16.343 26 15 24.657 15 23 C 15 21.343 16.343 20 18 20 C 19.657 20 21 21.343 21 23 Z M 18 21.6 C 17.227 21.6 16.6 22.227 16.6 23 C 16.6 23.773 17.227 24.4 18 24.4 C 18.773 24.4 19.4 23.773 19.4 23 C 19.4 22.227 18.773 21.6 18 21.6 Z\" class=\"clr-i-outline clr-i-outline-path-4\" rx=\"3\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"bubble chart outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\" d=\"M 34 29 C 34 30.105 33.105 31 32 31 L 4 31 C 2.895 31 2 30.105 2 29 L 2 7 C 2 5.895 2.895 5 4 5 L 21.958 5 L 20.786 7 L 4 7 L 4 29 L 32 29 L 32 15.357 L 34 15.357 Z\"></path><path d=\"M 29 18 C 29 19.657 27.657 21 26 21 C 24.343 21 23 19.657 23 18 C 23 16.343 24.343 15 26 15 C 27.657 15 29 16.343 29 18 Z M 26 16.6 C 25.227 16.6 24.6 17.227 24.6 18 C 24.6 18.773 25.227 19.4 26 19.4 C 26.773 19.4 27.4 18.773 27.4 18 C 27.4 17.227 26.773 16.6 26 16.6 Z\" class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\" rx=\"3\"></path><path d=\"M 15 14 C 15 16.209 13.209 18 11 18 C 8.791 18 7 16.209 7 14 C 7 11.791 8.791 10 11 10 C 13.209 10 15 11.791 15 14 Z M 11 11.6 C 9.675 11.6 8.6 12.675 8.6 14 C 8.6 15.325 9.675 16.4 11 16.4 C 12.325 16.4 13.4 15.325 13.4 14 C 13.4 12.675 12.325 11.6 11 11.6 Z\" class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted\" rx=\"3\"></path><path d=\"M 21 23 C 21 24.657 19.657 26 18 26 C 16.343 26 15 24.657 15 23 C 15 21.343 16.343 20 18 20 C 19.657 20 21 21.343 21 23 Z M 18 21.6 C 17.227 21.6 16.6 22.227 16.6 23 C 16.6 23.773 17.227 24.4 18 24.4 C 18.773 24.4 19.4 23.773 19.4 23 C 19.4 22.227 18.773 21.6 18 21.6 Z\" class=\"clr-i-outline--alerted clr-i-outline-path-4--alerted\" rx=\"3\"></path><path class=\"clr-i-outline--alerted clr-i-outline-path-5--alerted clr-i-alert\" d=\"M 26.854 1.144 L 21.134 11.004 C 20.579 11.818 21.114 12.928 22.097 13.001 C 22.142 13.005 22.188 13.006 22.234 13.004 L 33.684 13.004 C 34.669 13.036 35.319 11.991 34.855 11.122 C 34.834 11.081 34.81 11.042 34.784 11.004 L 29.064 1.144 C 28.57 0.299 27.348 0.299 26.854 1.144 Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"bubble chart outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--badged clr-i-outline-path-1--badged\" d=\"M 32 13.22 L 32 29 L 4 29 L 4 7 L 22.57 7 C 22.524 6.668 22.501 6.334 22.5 6 C 22.501 5.665 22.524 5.331 22.57 5 L 4 5 C 2.895 5 2 5.895 2 7 L 2 29 C 2 30.104 2.895 31 4 31 L 32 31 C 33.104 31 34 30.104 34 29 L 34 12.34 C 33.38 12.73 32.706 13.026 32 13.22 Z\"></path><path d=\"M 29 18 C 29 19.657 27.657 21 26 21 C 24.343 21 23 19.657 23 18 C 23 16.343 24.343 15 26 15 C 27.657 15 29 16.343 29 18 Z M 26 16.6 C 25.227 16.6 24.6 17.227 24.6 18 C 24.6 18.773 25.227 19.4 26 19.4 C 26.773 19.4 27.4 18.773 27.4 18 C 27.4 17.227 26.773 16.6 26 16.6 Z\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\" rx=\"3\"></path><path d=\"M 15 14 C 15 16.209 13.209 18 11 18 C 8.791 18 7 16.209 7 14 C 7 11.791 8.791 10 11 10 C 13.209 10 15 11.791 15 14 Z M 11 11.6 C 9.675 11.6 8.6 12.675 8.6 14 C 8.6 15.325 9.675 16.4 11 16.4 C 12.325 16.4 13.4 15.325 13.4 14 C 13.4 12.675 12.325 11.6 11 11.6 Z\" class=\"clr-i-outline--badged clr-i-outline-path-3--badged\" rx=\"3\"></path><path d=\"M 21 23 C 21 24.657 19.657 26 18 26 C 16.343 26 15 24.657 15 23 C 15 21.343 16.343 20 18 20 C 19.657 20 21 21.343 21 23 Z M 18 21.6 C 17.227 21.6 16.6 22.227 16.6 23 C 16.6 23.773 17.227 24.4 18 24.4 C 18.773 24.4 19.4 23.773 19.4 23 C 19.4 22.227 18.773 21.6 18 21.6 Z\" class=\"clr-i-outline--badged clr-i-outline-path-4--badged\" rx=\"3\"></path><circle class=\"clr-i-outline--badged clr-i-outline-path-5--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"bubble chart solid alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\" d=\"M 34 29 C 34 30.105 33.105 31 32 31 L 4 31 C 2.896 31 2 30.105 2 29 L 2 7 C 2 5.896 2.896 5 4 5 L 21.958 5 L 17.625 12.395 C 16.795 13.601 17.594 15.245 19.064 15.351 C 19.134 15.357 19.201 15.359 19.27 15.357 L 24.579 15.357 C 23.639 15.863 23 16.857 23 18 C 23 19.657 24.343 21 26 21 C 27.657 21 29 19.657 29 18 C 29 16.857 28.361 15.863 27.421 15.357 L 34 15.357 Z M 11 10 C 8.791 10 7 11.791 7 14 C 7 16.209 8.791 18 11 18 C 13.209 18 15 16.209 15 14 C 15 11.791 13.209 10 11 10 Z M 18 20 C 16.343 20 15 21.343 15 23 C 15 24.657 16.343 26 18 26 C 19.657 26 21 24.657 21 23 C 21 21.343 19.657 20 18 20 Z\"></path><path class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted clr-i-alert\" d=\"M 26.854 1.144 L 21.134 11.004 C 20.579 11.818 21.114 12.928 22.097 13.001 C 22.142 13.005 22.188 13.006 22.234 13.004 L 33.684 13.004 C 34.669 13.036 35.319 11.991 34.855 11.122 C 34.834 11.081 34.81 11.042 34.784 11.004 L 29.064 1.144 C 28.57 0.299 27.348 0.299 26.854 1.144 Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"bubble chart solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--badged clr-i-solid-path-1--badged\" d=\"M 34 12.34 L 34 29 C 34 30.105 33.105 31 32 31 L 4 31 C 2.896 31 2 30.105 2 29 L 2 7 C 2 5.896 2.896 5 4 5 L 22.57 5 C 21.969 9.233 25.05 13.1 29.31 13.46 L 30.32 13.48 C 31.626 13.429 32.895 13.036 34 12.34 Z M 11 10 C 8.791 10 7 11.791 7 14 C 7 16.209 8.791 18 11 18 C 13.209 18 15 16.209 15 14 C 15 11.791 13.209 10 11 10 Z M 26 15 C 24.343 15 23 16.343 23 18 C 23 19.657 24.343 21 26 21 C 27.657 21 29 19.657 29 18 C 29 16.343 27.657 15 26 15 Z M 18 20 C 16.343 20 15 21.343 15 23 C 15 24.657 16.343 26 18 26 C 19.657 26 21 24.657 21 23 C 21 21.343 19.657 20 18 20 Z\"></path><circle class=\"clr-i-solid--badged clr-i-solid-path-2--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"bubble chart solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M 34 7 L 34 29 C 34 30.105 33.105 31 32 31 L 4 31 C 2.896 31 2 30.105 2 29 L 2 7 C 2 5.896 2.896 5 4 5 L 32 5 C 33.105 5 34 5.896 34 7 Z M 11 10 C 8.791 10 7 11.791 7 14 C 7 16.209 8.791 18 11 18 C 13.209 18 15 16.209 15 14 C 15 11.791 13.209 10 11 10 Z M 26 15 C 24.343 15 23 16.343 23 18 C 23 19.657 24.343 21 26 21 C 27.657 21 29 19.657 29 18 C 29 16.343 27.657 15 26 15 Z M 18 20 C 16.343 20 15 21.343 15 23 C 15 24.657 16.343 26 18 26 C 19.657 26 21 24.657 21 23 C 21 21.343 19.657 20 18 20 Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"cloud chart line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M32,5H4A2,2,0,0,0,2,7V29a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V7A2,2,0,0,0,32,5ZM4,29V7H32V29Z\"></path><path d=\"M 20.971 11.243 C 23.314 13.586 22.364 18.335 18.849 21.849 C 15.334 25.364 10.586 26.314 8.243 23.97 C 5.899 21.627 6.849 16.878 10.364 13.364 C 13.879 9.849 18.628 8.9 20.971 11.243 Z M 11.636 14.637 C 8.824 17.449 7.875 21.058 9.515 22.698 C 11.155 24.338 14.764 23.389 17.576 20.577 C 20.388 17.765 21.338 14.156 19.697 12.516 C 18.057 10.876 14.448 11.825 11.636 14.637 Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M 28 22 C 28 23.657 26.657 25 25 25 C 23.343 25 22 23.657 22 22 C 22 20.343 23.343 19 25 19 C 26.657 19 28 20.343 28 22 Z M 25 20.6 C 24.227 20.6 23.6 21.227 23.6 22 C 23.6 22.773 24.227 23.4 25 23.4 C 25.773 23.4 26.4 22.773 26.4 22 C 26.4 21.227 25.773 20.6 25 20.6 Z\" class=\"clr-i-outline clr-i-outline-path-3\" x=\"7\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"cloud chart outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\" d=\"M 34 29 C 34 30.105 33.105 31 32 31 L 4 31 C 2.895 31 2 30.105 2 29 L 2 7 C 2 5.895 2.895 5 4 5 L 21.958 5 L 20.786 7 L 4 7 L 4 29 L 32 29 L 32 15.357 L 34 15.357 Z\"></path><path d=\"M 18.849 21.849 C 15.334 25.364 10.586 26.314 8.243 23.97 C 5.899 21.627 6.849 16.878 10.364 13.364 C 13.049 10.679 16.453 9.492 18.956 10.124 L 18.008 11.741 C 16.18 11.518 13.695 12.578 11.636 14.637 C 8.824 17.449 7.875 21.058 9.515 22.698 C 11.155 24.338 14.764 23.389 17.576 20.577 C 19.228 18.925 20.237 16.998 20.456 15.357 L 22.22 15.357 C 22.006 17.477 20.838 19.861 18.849 21.849 Z\" class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\"></path><path d=\"M 28 22 C 28 23.657 26.657 25 25 25 C 23.343 25 22 23.657 22 22 C 22 20.343 23.343 19 25 19 C 26.657 19 28 20.343 28 22 Z M 25 20.6 C 24.226 20.6 23.6 21.226 23.6 22 C 23.6 22.773 24.226 23.4 25 23.4 C 25.773 23.4 26.4 22.773 26.4 22 C 26.4 21.226 25.773 20.6 25 20.6 Z\" class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted\" x=\"7\"></path><path class=\"clr-i-outline--alerted clr-i-outline-path-4--alerted clr-i-alert\" d=\"M 26.854 1.144 L 21.134 11.004 C 20.579 11.818 21.114 12.928 22.097 13.001 C 22.142 13.005 22.188 13.006 22.234 13.004 L 33.684 13.004 C 34.669 13.036 35.319 11.991 34.855 11.122 C 34.834 11.081 34.81 11.042 34.784 11.004 L 29.064 1.144 C 28.57 0.299 27.348 0.299 26.854 1.144 Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"cloud chart outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--badged clr-i-outline-path-1--badged\" d=\"M 32 13.22 L 32 29 L 4 29 L 4 7 L 22.57 7 C 22.524 6.668 22.501 6.334 22.5 6 C 22.501 5.665 22.524 5.331 22.57 5 L 4 5 C 2.895 5 2 5.895 2 7 L 2 29 C 2 30.104 2.895 31 4 31 L 32 31 C 33.105 31 34 30.104 34 29 L 34 12.34 C 33.38 12.73 32.706 13.026 32 13.22 Z\"></path><path d=\"M 20.971 11.243 C 23.314 13.586 22.364 18.335 18.849 21.849 C 15.334 25.364 10.586 26.314 8.243 23.97 C 5.899 21.627 6.849 16.878 10.364 13.364 C 13.879 9.849 18.628 8.9 20.971 11.243 Z M 11.636 14.637 C 8.824 17.449 7.875 21.058 9.515 22.698 C 11.155 24.338 14.764 23.389 17.576 20.577 C 20.388 17.765 21.338 14.156 19.697 12.516 C 18.057 10.876 14.448 11.825 11.636 14.637 Z\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"></path><path d=\"M 28 22 C 28 23.657 26.657 25 25 25 C 23.343 25 22 23.657 22 22 C 22 20.343 23.343 19 25 19 C 26.657 19 28 20.343 28 22 Z M 25 20.6 C 24.226 20.6 23.6 21.226 23.6 22 C 23.6 22.773 24.226 23.4 25 23.4 C 25.773 23.4 26.4 22.773 26.4 22 C 26.4 21.226 25.773 20.6 25 20.6 Z\" class=\"clr-i-outline--badged clr-i-outline-path-3--badged\" x=\"7\"></path><circle class=\"clr-i-outline--badged clr-i-outline-path-4--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"cloud chart solid alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\" d=\"M 34 29 C 34 30.105 33.105 31 32 31 L 4 31 C 2.895 31 2 30.105 2 29 L 2 7 C 2 5.895 2.895 5 4 5 L 21.958 5 L 18.956 10.124 C 16.453 9.492 13.049 10.679 10.364 13.364 C 6.849 16.878 5.899 21.627 8.243 23.97 C 10.586 26.314 15.334 25.364 18.849 21.849 C 20.838 19.861 22.006 17.477 22.22 15.357 L 34 15.357 Z M 25 19 C 23.343 19 22 20.343 22 22 C 22 23.657 23.343 25 25 25 C 26.657 25 28 23.657 28 22 C 28 20.343 26.657 19 25 19 Z\"></path><path class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted clr-i-alert\" d=\"M 26.854 1.144 L 21.134 11.004 C 20.579 11.818 21.114 12.928 22.097 13.001 C 22.142 13.005 22.188 13.006 22.234 13.004 L 33.684 13.004 C 34.669 13.036 35.319 11.991 34.855 11.122 C 34.834 11.081 34.81 11.042 34.784 11.004 L 29.064 1.144 C 28.57 0.299 27.348 0.299 26.854 1.144 Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"cloud chart solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--badged clr-i-solid-path-1--badged\" d=\"M 34 12.34 L 34 29 C 34 30.105 33.105 31 32 31 L 4 31 C 2.895 31 2 30.105 2 29 L 2 7 C 2 5.895 2.895 5 4 5 L 22.57 5 C 21.969 9.233 25.05 13.1 29.31 13.46 L 30.32 13.48 C 31.625 13.429 32.895 13.036 34 12.34 Z M 10.364 13.364 C 6.849 16.878 5.899 21.627 8.243 23.97 C 10.586 26.314 15.334 25.364 18.849 21.849 C 22.364 18.335 23.314 13.586 20.971 11.243 C 18.628 8.9 13.879 9.849 10.364 13.364 Z M 25 19 C 23.343 19 22 20.343 22 22 C 22 23.657 23.343 25 25 25 C 26.657 25 28 23.657 28 22 C 28 20.343 26.657 19 25 19 Z\"></path><circle class=\"clr-i-solid--badged clr-i-solid-path-2--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"cloud chart solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M 34 7 L 34 29 C 34 30.105 33.105 31 32 31 L 4 31 C 2.895 31 2 30.105 2 29 L 2 7 C 2 5.895 2.895 5 4 5 L 32 5 C 33.105 5 34 5.895 34 7 Z M 10.364 13.364 C 6.849 16.878 5.899 21.627 8.243 23.97 C 10.586 26.314 15.334 25.364 18.849 21.849 C 22.364 18.335 23.314 13.586 20.971 11.243 C 18.628 8.9 13.879 9.849 10.364 13.364 Z M 25 19 C 23.343 19 22 20.343 22 22 C 22 23.657 23.343 25 25 25 C 26.657 25 28 23.657 28 22 C 28 20.343 26.657 19 25 19 Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"curve chart line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M 32 5 L 4 5 C 2.895 5 2 5.895 2 7 L 2 29 C 2 30.105 2.895 31 4 31 L 32 31 C 33.105 31 34 30.105 34 29 L 34 7 C 34 5.895 33.105 5 32 5 Z M 4 29 L 4 7 L 32 7 L 32 29 Z\"></path><path d=\"M 7 11.8 C 6.558 11.8 6.2 11.442 6.2 11 C 6.2 10.558 6.558 10.2 7 10.2 L 13 10.2 C 15.404 10.2 16.368 11.907 17.653 16.478 C 17.695 16.628 17.744 16.803 17.835 17.129 C 17.909 17.392 17.964 17.588 18.019 17.78 C 19.332 22.375 20.549 24.2 23 24.2 L 29 24.2 C 29.442 24.2 29.8 24.558 29.8 25 C 29.8 25.442 29.442 25.8 29 25.8 L 23 25.8 C 19.535 25.8 17.981 23.469 16.481 18.22 C 16.425 18.025 16.369 17.826 16.295 17.56 C 16.203 17.234 16.154 17.06 16.113 16.911 C 15.043 13.105 14.305 11.8 13 11.8 L 7 11.8 Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"curve chart outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\" d=\"M 34 29 C 34 30.105 33.105 31 32 31 L 4 31 C 2.895 31 2 30.105 2 29 L 2 7 C 2 5.895 2.895 5 4 5 L 21.958 5 L 20.786 7 L 4 7 L 4 29 L 32 29 L 32 15.357 L 34 15.357 Z\"></path><path d=\"M 7 11.8 C 6.558 11.8 6.2 11.442 6.2 11 C 6.2 10.558 6.558 10.2 7 10.2 L 13 10.2 C 15.404 10.2 16.368 11.907 17.653 16.478 C 17.695 16.628 17.744 16.803 17.835 17.129 C 17.909 17.392 17.964 17.588 18.019 17.78 C 19.332 22.375 20.549 24.2 23 24.2 L 29 24.2 C 29.442 24.2 29.8 24.558 29.8 25 C 29.8 25.442 29.442 25.8 29 25.8 L 23 25.8 C 19.535 25.8 17.981 23.469 16.481 18.22 C 16.425 18.025 16.369 17.826 16.295 17.56 C 16.203 17.234 16.154 17.06 16.113 16.911 C 15.043 13.105 14.305 11.8 13 11.8 L 7 11.8 Z\" class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\"></path><path class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted clr-i-alert\" d=\"M 26.854 1.144 L 21.134 11.004 C 20.579 11.818 21.114 12.928 22.097 13.001 C 22.142 13.005 22.188 13.006 22.234 13.004 L 33.684 13.004 C 34.669 13.036 35.319 11.991 34.855 11.122 C 34.834 11.081 34.81 11.042 34.784 11.004 L 29.064 1.144 C 28.57 0.299 27.348 0.299 26.854 1.144 Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"curve chart outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--badged clr-i-outline-path-1--badged\" d=\"M 32 13.22 L 32 29 L 4 29 L 4 7 L 22.57 7 C 22.524 6.668 22.501 6.334 22.5 6 C 22.501 5.665 22.524 5.331 22.57 5 L 4 5 C 2.895 5 2 5.895 2 7 L 2 29 C 2 30.104 2.895 31 4 31 L 32 31 C 33.104 31 34 30.104 34 29 L 34 12.34 C 33.38 12.73 32.706 13.026 32 13.22 Z\"></path><path d=\"M 7 11.8 C 6.558 11.8 6.2 11.442 6.2 11 C 6.2 10.558 6.558 10.2 7 10.2 L 13 10.2 C 15.404 10.2 16.368 11.907 17.653 16.478 C 17.695 16.628 17.744 16.803 17.835 17.129 C 17.909 17.392 17.964 17.588 18.019 17.78 C 19.332 22.375 20.549 24.2 23 24.2 L 29 24.2 C 29.442 24.2 29.8 24.558 29.8 25 C 29.8 25.442 29.442 25.8 29 25.8 L 23 25.8 C 19.535 25.8 17.981 23.469 16.481 18.22 C 16.425 18.025 16.369 17.826 16.295 17.56 C 16.203 17.234 16.154 17.06 16.113 16.911 C 15.043 13.105 14.305 11.8 13 11.8 L 7 11.8 Z\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"></path><circle class=\"clr-i-outline--badged clr-i-outline-path-3--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"curve chart solid alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\" d=\"M 34 29 C 34 30.105 33.105 31 32 31 L 4 31 C 2.896 31 2 30.105 2 29 L 2 7 C 2 5.896 2.896 5 4 5 L 21.958 5 L 17.625 12.395 C 17.476 12.612 17.379 12.843 17.33 13.077 C 17.262 12.948 17.192 12.82 17.118 12.691 C 16.13 10.962 14.795 10 13 10 L 7 10 C 6.448 10 6 10.448 6 11 C 6 11.552 6.448 12 7 12 L 13 12 C 14.817 12 15.674 13.499 17.039 18.275 C 17.813 20.984 18.201 22.118 18.882 23.309 C 19.87 25.038 21.205 26 23 26 L 29 26 C 29.552 26 30 25.552 30 25 C 30 24.448 29.552 24 29 24 L 23 24 C 21.183 24 20.326 22.501 18.962 17.725 C 18.64 16.598 18.385 15.744 18.147 15.044 C 18.407 15.215 18.717 15.326 19.064 15.351 C 19.134 15.357 19.201 15.359 19.27 15.357 L 34 15.357 Z\"></path><path class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted clr-i-alert\" d=\"M 26.854 1.144 L 21.134 11.004 C 20.579 11.818 21.114 12.928 22.097 13.001 C 22.142 13.005 22.188 13.006 22.234 13.004 L 33.684 13.004 C 34.669 13.036 35.319 11.991 34.855 11.122 C 34.834 11.081 34.81 11.042 34.784 11.004 L 29.064 1.144 C 28.57 0.299 27.348 0.299 26.854 1.144 Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"curve chart solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--badged clr-i-solid-path-1--badged\" d=\"M 34 12.34 L 34 29 C 34 30.105 33.105 31 32 31 L 4 31 C 2.896 31 2 30.105 2 29 L 2 7 C 2 5.896 2.896 5 4 5 L 22.57 5 C 21.969 9.233 25.05 13.1 29.31 13.46 L 30.32 13.48 C 31.626 13.429 32.895 13.036 34 12.34 Z M 13 12 C 14.817 12 15.674 13.499 17.039 18.275 C 17.813 20.984 18.201 22.118 18.882 23.309 C 19.87 25.038 21.205 26 23 26 L 29 26 C 29.552 26 30 25.552 30 25 C 30 24.448 29.552 24 29 24 L 23 24 C 21.183 24 20.326 22.501 18.962 17.725 C 18.188 15.016 17.799 13.882 17.118 12.691 C 16.13 10.962 14.795 10 13 10 L 7 10 C 6.448 10 6 10.448 6 11 C 6 11.552 6.448 12 7 12 Z\"></path><circle class=\"clr-i-solid--badged clr-i-solid-path-2--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"curve chart solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M 34 7 L 34 29 C 34 30.105 33.105 31 32 31 L 4 31 C 2.896 31 2 30.105 2 29 L 2 7 C 2 5.896 2.896 5 4 5 L 32 5 C 33.105 5 34 5.896 34 7 Z M 13 12 C 14.817 12 15.674 13.499 17.039 18.275 C 17.813 20.984 18.201 22.118 18.882 23.309 C 19.87 25.038 21.205 26 23 26 L 29 26 C 29.552 26 30 25.552 30 25 C 30 24.448 29.552 24 29 24 L 23 24 C 21.183 24 20.326 22.501 18.962 17.725 C 18.188 15.016 17.799 13.882 17.118 12.691 C 16.13 10.962 14.795 10 13 10 L 7 10 C 6.448 10 6 10.448 6 11 C 6 11.552 6.448 12 7 12 Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"grid chart line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M15,17H4a2,2,0,0,1-2-2V8A2,2,0,0,1,4,6H15a2,2,0,0,1,2,2v7A2,2,0,0,1,15,17ZM4,8v7H15V8Z\"></path><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M32,17H21a2,2,0,0,1-2-2V8a2,2,0,0,1,2-2H32a2,2,0,0,1,2,2v7A2,2,0,0,1,32,17ZM21,8v7H32V8Z\"></path><path class=\"clr-i-outline clr-i-outline-path-3\" d=\"M15,30H4a2,2,0,0,1-2-2V21a2,2,0,0,1,2-2H15a2,2,0,0,1,2,2v7A2,2,0,0,1,15,30ZM4,21v7H15V21Z\"></path><path class=\"clr-i-outline clr-i-outline-path-4\" d=\"M32,30H21a2,2,0,0,1-2-2V21a2,2,0,0,1,2-2H32a2,2,0,0,1,2,2v7A2,2,0,0,1,32,30ZM21,21v7H32V21Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"grid chart outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--alerted clr-i-outline-path-5--alerted clr-i-alert\" d=\"M 26.854 1.144 L 21.134 11.004 C 20.579 11.818 21.114 12.928 22.097 13.001 C 22.142 13.005 22.188 13.006 22.234 13.004 L 33.684 13.004 C 34.669 13.036 35.319 11.991 34.855 11.122 C 34.834 11.081 34.81 11.042 34.784 11.004 L 29.064 1.144 C 28.57 0.299 27.348 0.299 26.854 1.144 Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"grid chart outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--badged clr-i-outline-path-1--badged\" d=\"M15,17H4a2,2,0,0,1-2-2V8A2,2,0,0,1,4,6H15a2,2,0,0,1,2,2v7A2,2,0,0,1,15,17ZM4,8v7H15V8Z\"></path><path class=\"clr-i-outline--badged clr-i-outline-path-2--badged\" d=\"M 32 17 L 21 17 C 19.895 17 19 16.105 19 15 L 19 8 C 19 6.895 19.895 6 21 6 L 22.59 6 C 22.59 6.019 22.59 6.037 22.59 6.056 C 22.59 6.729 22.68 7.381 22.848 8 L 21 8 L 21 15 L 32 15 L 32 13.175 C 32.717 12.972 33.389 12.664 34 12.269 L 34 15 C 34 16.105 33.105 17 32 17 Z\"></path><path class=\"clr-i-outline--badged clr-i-outline-path-3--badged\" d=\"M15,30H4a2,2,0,0,1-2-2V21a2,2,0,0,1,2-2H15a2,2,0,0,1,2,2v7A2,2,0,0,1,15,30ZM4,21v7H15V21Z\"></path><path class=\"clr-i-outline--badged clr-i-outline-path-4--badged\" d=\"M32,30H21a2,2,0,0,1-2-2V21a2,2,0,0,1,2-2H32a2,2,0,0,1,2,2v7A2,2,0,0,1,32,30ZM21,21v7H32V21Z\"></path><circle class=\"clr-i-outline--badged clr-i-outline-path-5--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"grid chart solid alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\" d=\"M 15 17 L 4 17 C 2.895 17 2 16.105 2 15 L 2 8 C 2 6.895 2.895 6 4 6 L 15 6 C 16.105 6 17 6.895 17 8 L 17 15 C 17 16.105 16.105 17 15 17 Z\"></path><path class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted\" d=\"M 32 17 L 21 17 C 20.014 17 19.195 16.287 19.03 15.348 C 19.041 15.349 19.053 15.35 19.064 15.351 C 19.134 15.357 19.201 15.359 19.27 15.357 L 33.968 15.357 C 33.8 16.292 32.983 17 32 17 Z M 19 8 C 19 6.895 19.895 6 21 6 L 21.372 6 L 19 10.048 Z\"></path><path class=\"clr-i-solid--alerted clr-i-solid-path-3--alerted\" d=\"M 15 30 L 4 30 C 2.895 30 2 29.105 2 28 L 2 21 C 2 19.895 2.895 19 4 19 L 15 19 C 16.105 19 17 19.895 17 21 L 17 28 C 17 29.105 16.105 30 15 30 Z\"></path><path class=\"clr-i-solid--alerted clr-i-solid-path-4--alerted\" d=\"M 32 30 L 21 30 C 19.895 30 19 29.105 19 28 L 19 21 C 19 19.895 19.895 19 21 19 L 32 19 C 33.105 19 34 19.895 34 21 L 34 28 C 34 29.105 33.105 30 32 30 Z\"></path><path class=\"clr-i-solid--alerted clr-i-solid-path-5--alerted clr-i-alert\" d=\"M 26.854 1.144 L 21.134 11.004 C 20.579 11.818 21.114 12.928 22.097 13.001 C 22.142 13.005 22.188 13.006 22.234 13.004 L 33.684 13.004 C 34.669 13.036 35.319 11.991 34.855 11.122 C 34.834 11.081 34.81 11.042 34.784 11.004 L 29.064 1.144 C 28.57 0.299 27.348 0.299 26.854 1.144 Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"grid chart solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--badged clr-i-solid-path-1--badged\" d=\"M 15 17 L 4 17 C 2.895 17 2 16.105 2 15 L 2 8 C 2 6.895 2.895 6 4 6 L 15 6 C 16.105 6 17 6.895 17 8 L 17 15 C 17 16.105 16.105 17 15 17 Z\"></path><path class=\"clr-i-solid--badged clr-i-solid-path-2--badged\" d=\"M 32 17 L 21 17 C 19.895 17 19 16.105 19 15 L 19 8 C 19 6.895 19.895 6 21 6 L 22.59 6 C 22.59 6.019 22.59 6.037 22.59 6.056 C 22.59 10.141 25.901 13.452 29.986 13.452 C 31.466 13.452 32.844 13.018 34 12.269 L 34 15 C 34 16.105 33.105 17 32 17 Z\"></path><path class=\"clr-i-solid--badged clr-i-solid-path-3--badged\" d=\"M 15 30 L 4 30 C 2.895 30 2 29.105 2 28 L 2 21 C 2 19.895 2.895 19 4 19 L 15 19 C 16.105 19 17 19.895 17 21 L 17 28 C 17 29.105 16.105 30 15 30 Z\"></path><path class=\"clr-i-solid--badged clr-i-solid-path-4--badged\" d=\"M 32 30 L 21 30 C 19.895 30 19 29.105 19 28 L 19 21 C 19 19.895 19.895 19 21 19 L 32 19 C 33.105 19 34 19.895 34 21 L 34 28 C 34 29.105 33.105 30 32 30 Z\"></path><circle class=\"clr-i-solid--badged clr-i-solid-path-5--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"grid chart solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M 15 17 L 4 17 C 2.895 17 2 16.105 2 15 L 2 8 C 2 6.895 2.895 6 4 6 L 15 6 C 16.105 6 17 6.895 17 8 L 17 15 C 17 16.105 16.105 17 15 17 Z\"></path><path class=\"clr-i-solid clr-i-solid-path-2\" d=\"M 32 17 L 21 17 C 19.895 17 19 16.105 19 15 L 19 8 C 19 6.895 19.895 6 21 6 L 32 6 C 33.105 6 34 6.895 34 8 L 34 15 C 34 16.105 33.105 17 32 17 Z\"></path><path class=\"clr-i-solid clr-i-solid-path-3\" d=\"M 15 30 L 4 30 C 2.895 30 2 29.105 2 28 L 2 21 C 2 19.895 2.895 19 4 19 L 15 19 C 16.105 19 17 19.895 17 21 L 17 28 C 17 29.105 16.105 30 15 30 Z\"></path><path class=\"clr-i-solid clr-i-solid-path-4\" d=\"M 32 30 L 21 30 C 19.895 30 19 29.105 19 28 L 19 21 C 19 19.895 19.895 19 21 19 L 32 19 C 33.105 19 34 19.895 34 21 L 34 28 C 34 29.105 33.105 30 32 30 Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"heat map line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M 32 5 L 4 5 C 2.895 5 2 5.895 2 7 L 2 29 C 2 30.105 2.895 31 4 31 L 32 31 C 33.105 31 34 30.105 34 29 L 34 7 C 34 5.895 33.105 5 32 5 Z M 4 29 L 4 7 L 32 7 L 32 29 Z\"></path><path d=\"M 8 10 L 28 10 L 28 26 L 8 26 Z M 9.6 24 L 14.1 24 L 14.1 18.8 L 9.6 18.8 Z M 14.1 11.6 L 9.6 11.6 L 9.6 17.2 L 14.1 17.2 Z M 26 24 L 26 18.8 L 21.9 18.8 L 21.9 24 Z M 26 11.6 L 21.9 11.6 L 21.9 17.2 L 26 17.2 Z M 15.7 11.6 L 15.7 17.2 L 20.3 17.2 L 20.3 11.6 Z M 15.7 24 L 20.3 24 L 20.3 18.8 L 15.7 18.8 Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"heat map outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\" d=\"M 34 29 C 34 30.105 33.105 31 32 31 L 4 31 C 2.895 31 2 30.105 2 29 L 2 7 C 2 5.895 2.895 5 4 5 L 21.958 5 L 20.786 7 L 4 7 L 4 29 L 32 29 L 32 15.357 L 34 15.357 Z\"></path><path d=\"M 8 10 L 19.028 10 L 18.091 11.6 L 15.7 11.6 L 15.7 17.2 L 20.3 17.2 L 20.3 15.357 L 21.9 15.357 L 21.9 17.2 L 26 17.2 L 26 15.357 L 28 15.357 L 28 26 L 8 26 Z M 9.6 24 L 14.1 24 L 14.1 18.8 L 9.6 18.8 Z M 14.1 11.6 L 9.6 11.6 L 9.6 17.2 L 14.1 17.2 Z M 26 24 L 26 18.8 L 21.9 18.8 L 21.9 24 Z M 15.7 24 L 20.3 24 L 20.3 18.8 L 15.7 18.8 Z\" class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\"></path><path class=\"clr-i-outline--alerted clr-i-outline-path-22--alerted clr-i-alert\" d=\"M 26.854 1.144 L 21.134 11.004 C 20.579 11.818 21.114 12.928 22.097 13.001 C 22.142 13.005 22.188 13.006 22.234 13.004 L 33.684 13.004 C 34.669 13.036 35.319 11.991 34.855 11.122 C 34.834 11.081 34.81 11.042 34.784 11.004 L 29.064 1.144 C 28.57 0.299 27.348 0.299 26.854 1.144 Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"heat map outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--badged clr-i-outline-path-1--badged\" d=\"M 32 13.22 L 32 29 L 4 29 L 4 7 L 22.57 7 C 22.524 6.668 22.501 6.334 22.5 6 C 22.501 5.665 22.524 5.331 22.57 5 L 4 5 C 2.895 5 2 5.895 2 7 L 2 29 C 2 30.104 2.895 31 4 31 L 32 31 C 33.104 31 34 30.104 34 29 L 34 12.34 C 33.38 12.73 32.706 13.026 32 13.22 Z\"></path><path d=\"M 8 10 L 23.728 10 C 24.105 10.596 24.564 11.135 25.09 11.6 L 21.9 11.6 L 21.9 17.2 L 26 17.2 L 26 12.287 C 26.611 12.679 27.284 12.983 28 13.182 L 28 26 L 8 26 Z M 9.6 24 L 14.1 24 L 14.1 18.8 L 9.6 18.8 Z M 14.1 11.6 L 9.6 11.6 L 9.6 17.2 L 14.1 17.2 Z M 26 24 L 26 18.8 L 21.9 18.8 L 21.9 24 Z M 15.7 11.6 L 15.7 17.2 L 20.3 17.2 L 20.3 11.6 Z M 15.7 24 L 20.3 24 L 20.3 18.8 L 15.7 18.8 Z\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"></path><circle class=\"clr-i-outline--badged clr-i-outline-path-22--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"heat map solid alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\" d=\"M 34 29 C 34 30.105 33.105 31 32 31 L 4 31 C 2.896 31 2 30.105 2 29 L 2 7 C 2 5.896 2.896 5 4 5 L 21.958 5 L 19.028 10 L 8 10 L 8 26 L 28 26 L 28 15.357 L 34 15.357 Z M 10 19 L 14 19 L 14 24 L 10 24 Z M 22 24 L 22 19 L 26 19 L 26 24 Z M 20 19 L 20 24 L 16 24 L 16 19 Z M 26 17 L 22 17 L 22 15.357 L 26 15.357 Z M 20 17 L 16 17 L 16 12 L 17.856 12 L 17.625 12.395 C 16.795 13.601 17.594 15.245 19.064 15.351 C 19.134 15.357 19.201 15.359 19.27 15.357 L 20 15.357 Z M 14 12 L 14 17 L 10 17 L 10 12 Z\"></path><path class=\"clr-i-solid--alerted clr-i-solid-path-22--alerted clr-i-alert\" d=\"M 26.854 1.144 L 21.134 11.004 C 20.579 11.818 21.114 12.928 22.097 13.001 C 22.142 13.005 22.188 13.006 22.234 13.004 L 33.684 13.004 C 34.669 13.036 35.319 11.991 34.855 11.122 C 34.834 11.081 34.81 11.042 34.784 11.004 L 29.064 1.144 C 28.57 0.299 27.348 0.299 26.854 1.144 Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"heat map solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--badged clr-i-solid-path-1--badged\" d=\"M 34 12.34 L 34 29 C 34 30.105 33.105 31 32 31 L 4 31 C 2.896 31 2 30.105 2 29 L 2 7 C 2 5.896 2.896 5 4 5 L 22.57 5 C 22.312 6.817 22.732 8.566 23.633 10 L 8 10 L 8 26 L 28 26 L 28 13.232 C 28.421 13.345 28.859 13.422 29.31 13.46 L 30.32 13.48 C 31.626 13.429 32.895 13.036 34 12.34 Z M 10 19 L 14 19 L 14 24 L 10 24 Z M 22 24 L 22 19 L 26 19 L 26 24 Z M 20 19 L 20 24 L 16 24 L 16 19 Z M 26 17 L 22 17 L 22 12 L 25.584 12 C 25.719 12.1 25.858 12.196 26 12.287 Z M 20 12 L 20 17 L 16 17 L 16 12 Z M 14 12 L 14 17 L 10 17 L 10 12 Z\"></path><circle class=\"clr-i-solid--badged clr-i-solid-path-22--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"heat map solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M 34 7 L 34 29 C 34 30.105 33.105 31 32 31 L 4 31 C 2.896 31 2 30.105 2 29 L 2 7 C 2 5.896 2.896 5 4 5 L 32 5 C 33.105 5 34 5.896 34 7 Z M 8 26 L 28 26 L 28 10 L 8 10 Z M 10 19 L 14 19 L 14 24 L 10 24 Z M 22 24 L 22 19 L 26 19 L 26 24 Z M 20 19 L 20 24 L 16 24 L 16 19 Z M 26 17 L 22 17 L 22 12 L 26 12 Z M 20 12 L 20 17 L 16 17 L 16 12 Z M 14 12 L 14 17 L 10 17 L 10 12 Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"line chart line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M 32 5 L 4 5 C 2.895 5 2 5.895 2 7 L 2 29 C 2 30.105 2.895 31 4 31 L 32 31 C 33.105 31 34 30.105 34 29 L 34 7 C 34 5.895 33.105 5 32 5 Z M 4 29 L 4 7 L 32 7 L 32 29 Z\"></path><polygon points=\"15.62 15.222 9.602 23.968 5.55 20.384 6.61 19.186 9.308 21.572 15.634 12.38 22.384 22.395 29.138 13.47 30.414 14.436 22.308 25.145\" class=\"clr-i-outline clr-i-outline-path-2\"></polygon>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"line chart outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\" d=\"M 34 29 C 34 30.105 33.105 31 32 31 L 4 31 C 2.895 31 2 30.105 2 29 L 2 7 C 2 5.895 2.895 5 4 5 L 21.958 5 L 20.786 7 L 4 7 L 4 29 L 32 29 L 32 15.357 L 34 15.357 Z\"></path><path d=\"M 15.62 15.222 L 9.602 23.968 L 5.55 20.384 L 6.61 19.186 L 9.308 21.572 L 15.634 12.38 L 22.384 22.395 L 27.717 15.348 L 29.724 15.348 L 22.308 25.145 Z\" class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\"></path><path class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted clr-i-alert\" d=\"M 26.854 1.144 L 21.134 11.004 C 20.579 11.818 21.114 12.928 22.097 13.001 C 22.142 13.005 22.188 13.006 22.234 13.004 L 33.684 13.004 C 34.669 13.036 35.319 11.991 34.855 11.122 C 34.834 11.081 34.81 11.042 34.784 11.004 L 29.064 1.144 C 28.57 0.299 27.348 0.299 26.854 1.144 Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"line chart outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--badged clr-i-outline-path-1--badged\" d=\"M 32 13.22 L 32 29 L 4 29 L 4 7 L 22.57 7 C 22.524 6.668 22.501 6.334 22.5 6 C 22.501 5.665 22.524 5.331 22.57 5 L 4 5 C 2.895 5 2 5.895 2 7 L 2 29 C 2 30.104 2.895 31 4 31 L 32 31 C 33.104 31 34 30.104 34 29 L 34 12.34 C 33.38 12.73 32.706 13.026 32 13.22 Z\"></path><polygon points=\"15.62 15.222 9.602 23.968 5.55 20.384 6.61 19.186 9.308 21.572 15.634 12.38 22.384 22.395 29.138 13.47 30.414 14.436 22.308 25.145\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"></polygon><circle class=\"clr-i-outline--badged clr-i-outline-path-3--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"line chart solid alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\" d=\"M 34 29 C 34 30.105 33.105 31 32 31 L 4 31 C 2.896 31 2 30.105 2 29 L 2 7 C 2 5.896 2.896 5 4 5 L 21.958 5 L 17.625 12.395 C 16.795 13.601 17.594 15.245 19.064 15.351 C 19.134 15.357 19.201 15.359 19.27 15.357 L 27.452 15.357 L 22.38 22.06 L 15.63 12 L 9.28 21.28 L 6.75 19.04 L 5.42 20.53 L 9.65 24.28 L 15.61 15.56 L 22.28 25.5 L 29.959 15.357 L 34 15.357 Z\"></path><path class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted clr-i-alert\" d=\"M 26.854 1.144 L 21.134 11.004 C 20.579 11.818 21.114 12.928 22.097 13.001 C 22.142 13.005 22.188 13.006 22.234 13.004 L 33.684 13.004 C 34.669 13.036 35.319 11.991 34.855 11.122 C 34.834 11.081 34.81 11.042 34.784 11.004 L 29.064 1.144 C 28.57 0.299 27.348 0.299 26.854 1.144 Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"line chart solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--badged clr-i-solid-path-1--badged\" d=\"M 30.32 13.48 L 31.38 14.28 L 22.56 25.94 L 15.46 15.36 L 9.12 24.64 L 4.62 20.64 L 6 19.05 L 8.7 21.44 L 15.46 11.56 L 22.65 22.27 L 29.31 13.46 C 25.05 13.1 21.969 9.233 22.57 5 L 4 5 C 2.896 5 2 5.896 2 7 L 2 29 C 2 30.105 2.896 31 4 31 L 32 31 C 33.105 31 34 30.105 34 29 L 34 12.34 C 32.895 13.036 31.626 13.429 30.32 13.48 Z\"></path><circle class=\"clr-i-solid--badged clr-i-solid-path-2--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"line chart solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M 32 5 L 4 5 C 2.896 5 2 5.896 2 7 L 2 29 C 2 30.105 2.896 31 4 31 L 32 31 C 33.105 31 34 30.105 34 29 L 34 7 C 34 5.896 33.105 5 32 5 Z M 22.56 25.94 L 15.46 15.36 L 9.12 24.64 L 4.62 20.64 L 6 19.05 L 8.7 21.44 L 15.46 11.56 L 22.65 22.27 L 29.65 13 L 31.35 14.28 Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"pie chart line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M 32 5 L 4 5 C 2.895 5 2 5.895 2 7 L 2 29 C 2 30.105 2.895 31 4 31 L 32 31 C 33.105 31 34 30.105 34 29 L 34 7 C 34 5.895 33.105 5 32 5 Z M 4 29 L 4 7 L 32 7 L 32 29 Z\"></path><path d=\"M 17 27 C 12.582 27 9 23.418 9 19 C 9 14.582 12.582 11 17 11 L 17 19 L 25 19 C 25 23.418 21.418 27 17 27 Z M 23.247 20.4 L 15.4 20.4 L 15.4 12.802 C 12.64 13.513 10.601 16.018 10.6 19 C 10.6 22.535 13.465 25.4 17 25.4 C 20.054 25.401 22.608 23.261 23.247 20.4 Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M 19 9 C 23.418 9 27 12.582 27 17 L 19 17 Z M 25.198 15.4 C 24.62 13.15 22.849 11.38 20.6 10.801 L 20.6 15.4 Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"pie chart outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\" d=\"M 34 29 C 34 30.105 33.105 31 32 31 L 4 31 C 2.895 31 2 30.105 2 29 L 2 7 C 2 5.895 2.895 5 4 5 L 21.958 5 L 20.786 7 L 4 7 L 4 29 L 32 29 L 32 15.357 L 34 15.357 Z\"></path><path d=\"M 17 27 C 12.582 27 9 23.418 9 19 C 9 14.582 12.582 11 17 11 L 17 19 L 25 19 C 25 23.418 21.418 27 17 27 Z M 23.247 20.4 L 15.4 20.4 L 15.4 12.802 C 12.64 13.513 10.601 16.018 10.6 19 C 10.6 22.535 13.465 25.4 17 25.4 C 20.054 25.401 22.608 23.261 23.247 20.4 Z\" class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\"></path><path d=\"M 27 17 L 19 17 L 19 15.345 C 19.021 15.348 19.043 15.349 19.064 15.351 C 19.134 15.357 19.201 15.359 19.27 15.357 L 26.831 15.357 C 26.942 15.887 27 16.437 27 17 Z\" class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted\"></path><path class=\"clr-i-outline--alerted clr-i-outline-path-4--alerted clr-i-alert\" d=\"M 26.854 1.144 L 21.134 11.004 C 20.579 11.818 21.114 12.928 22.097 13.001 C 22.142 13.005 22.188 13.006 22.234 13.004 L 33.684 13.004 C 34.669 13.036 35.319 11.991 34.855 11.122 C 34.834 11.081 34.81 11.042 34.784 11.004 L 29.064 1.144 C 28.57 0.299 27.348 0.299 26.854 1.144 Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"pie chart outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--badged clr-i-outline-path-1--badged\" d=\"M 32 13.22 L 32 29 L 4 29 L 4 7 L 22.57 7 C 22.524 6.668 22.501 6.334 22.5 6 C 22.501 5.665 22.524 5.331 22.57 5 L 4 5 C 2.895 5 2 5.895 2 7 L 2 29 C 2 30.104 2.895 31 4 31 L 32 31 C 33.104 31 34 30.104 34 29 L 34 12.34 C 33.38 12.73 32.706 13.026 32 13.22 Z\"></path><path d=\"M 17 27 C 12.582 27 9 23.418 9 19 C 9 14.582 12.582 11 17 11 L 17 19 L 25 19 C 25 23.418 21.418 27 17 27 Z M 23.247 20.4 L 15.4 20.4 L 15.4 12.802 C 12.64 13.513 10.601 16.018 10.6 19 C 10.6 22.535 13.465 25.4 17 25.4 C 20.054 25.401 22.608 23.261 23.247 20.4 Z\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"></path><path d=\"M 19 9 C 23.418 9 27 12.582 27 17 L 19 17 Z M 25.198 15.4 C 24.62 13.15 22.849 11.38 20.6 10.801 L 20.6 15.4 Z\" class=\"clr-i-outline--badged clr-i-outline-path-3--badged\"></path><circle class=\"clr-i-outline--badged clr-i-outline-path-4--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"pie chart solid alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\" d=\"M 34 29 C 34 30.105 33.105 31 32 31 L 4 31 C 2.896 31 2 30.105 2 29 L 2 7 C 2 5.896 2.896 5 4 5 L 21.958 5 L 17.625 12.395 C 16.807 13.583 17.571 15.197 19 15.345 L 19 17 L 27 17 C 27 16.437 26.942 15.887 26.831 15.357 L 34 15.357 Z M 25 19 L 17 19 L 17 11 C 12.582 11 9 14.582 9 19 C 9 23.418 12.582 27 17 27 C 21.418 27 25 23.418 25 19 Z\"></path><path class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted clr-i-alert\" d=\"M 26.854 1.144 L 21.134 11.004 C 20.579 11.818 21.114 12.928 22.097 13.001 C 22.142 13.005 22.188 13.006 22.234 13.004 L 33.684 13.004 C 34.669 13.036 35.319 11.991 34.855 11.122 C 34.834 11.081 34.81 11.042 34.784 11.004 L 29.064 1.144 C 28.57 0.299 27.348 0.299 26.854 1.144 Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"pie chart solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--badged clr-i-solid-path-1--badged\" d=\"M 34 12.34 L 34 29 C 34 30.105 33.105 31 32 31 L 4 31 C 2.896 31 2 30.105 2 29 L 2 7 C 2 5.896 2.896 5 4 5 L 22.57 5 C 21.969 9.233 25.05 13.1 29.31 13.46 L 30.32 13.48 C 31.626 13.429 32.895 13.036 34 12.34 Z M 25 19 L 17 19 L 17 11 C 12.582 11 9 14.582 9 19 C 9 23.418 12.582 27 17 27 C 21.418 27 25 23.418 25 19 Z M 19 17 L 27 17 C 27 12.582 23.418 9 19 9 Z\"></path><circle class=\"clr-i-solid--badged clr-i-solid-path-2--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"pie chart solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M 34 7 L 34 29 C 34 30.105 33.105 31 32 31 C 32 31 2 30.105 2 29 L 2 7 C 2 5.896 2.896 5 4 5 L 32 5 C 33.105 5 34 5.896 34 7 Z M 25 19 L 17 19 L 17 11 C 12.582 11 9 14.582 9 19 C 9 23.418 12.582 27 17 27 C 21.418 27 25 23.418 25 19 Z M 19 17 L 27 17 C 27 12.582 23.418 9 19 9 Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"scatter plot line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M 32 5 L 4 5 C 2.895 5 2 5.895 2 7 L 2 29 C 2 30.105 2.895 31 4 31 L 32 31 C 33.105 31 34 30.105 34 29 L 34 7 C 34 5.895 33.105 5 32 5 Z M 4 29 L 4 7 L 32 7 L 32 29 Z\"></path><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M 9.101 15.8 C 9.413 16.111 9.919 16.111 10.231 15.8 L 11.391 14.64 L 12.551 15.8 C 12.964 16.256 13.717 16.094 13.905 15.507 C 14.002 15.208 13.914 14.881 13.681 14.67 L 12.531 13.54 L 13.691 12.38 C 14.147 11.966 13.985 11.214 13.399 11.025 C 13.1 10.929 12.772 11.017 12.561 11.25 L 11.401 12.41 L 10.231 11.22 C 9.817 10.763 9.065 10.926 8.877 11.512 C 8.78 11.811 8.868 12.139 9.101 12.35 L 10.261 13.54 L 9.101 14.67 C 8.789 14.982 8.789 15.487 9.101 15.8 Z\"></path><path class=\"clr-i-outline clr-i-outline-path-3\" d=\"M 15.176 25.536 C 15.488 25.847 15.994 25.847 16.306 25.536 L 17.466 24.376 L 18.626 25.536 C 19.039 25.992 19.792 25.83 19.98 25.243 C 20.077 24.944 19.989 24.617 19.756 24.406 L 18.606 23.276 L 19.766 22.116 C 20.222 21.702 20.06 20.95 19.474 20.761 C 19.175 20.665 18.847 20.753 18.636 20.986 L 17.476 22.146 L 16.306 20.956 C 15.892 20.499 15.14 20.662 14.952 21.248 C 14.855 21.547 14.943 21.875 15.176 22.086 L 16.336 23.276 L 15.176 24.406 C 14.864 24.718 14.864 25.223 15.176 25.536 Z\"></path><path class=\"clr-i-outline clr-i-outline-path-4\" d=\"M 22.912 20.343 C 23.224 20.654 23.73 20.654 24.042 20.343 L 25.202 19.183 L 26.362 20.343 C 26.775 20.799 27.528 20.637 27.716 20.05 C 27.813 19.751 27.725 19.424 27.492 19.213 L 26.342 18.083 L 27.502 16.923 C 27.958 16.509 27.796 15.757 27.21 15.568 C 26.911 15.472 26.583 15.56 26.372 15.793 L 25.212 16.953 L 24.042 15.763 C 23.628 15.306 22.876 15.469 22.688 16.055 C 22.591 16.354 22.679 16.682 22.912 16.893 L 24.072 18.083 L 22.912 19.213 C 22.6 19.525 22.6 20.03 22.912 20.343 Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"scatter plot outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\" d=\"M 34 29 C 34 30.105 33.105 31 32 31 L 4 31 C 2.895 31 2 30.105 2 29 L 2 7 C 2 5.895 2.895 5 4 5 L 21.958 5 L 20.786 7 L 4 7 L 4 29 L 32 29 L 32 15.357 L 34 15.357 Z\"></path><path class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\" d=\"M 9.101 15.8 C 9.413 16.111 9.919 16.111 10.231 15.8 L 11.391 14.64 L 12.551 15.8 C 12.964 16.256 13.717 16.094 13.905 15.507 C 14.002 15.208 13.914 14.881 13.681 14.67 L 12.531 13.54 L 13.691 12.38 C 14.147 11.966 13.985 11.214 13.399 11.025 C 13.1 10.929 12.772 11.017 12.561 11.25 L 11.401 12.41 L 10.231 11.22 C 9.817 10.763 9.065 10.926 8.877 11.512 C 8.78 11.811 8.868 12.139 9.101 12.35 L 10.261 13.54 L 9.101 14.67 C 8.789 14.982 8.789 15.487 9.101 15.8 Z\"></path><path class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted\" d=\"M 15.176 25.536 C 15.488 25.847 15.994 25.847 16.306 25.536 L 17.466 24.376 L 18.626 25.536 C 19.039 25.992 19.792 25.83 19.98 25.243 C 20.077 24.944 19.989 24.617 19.756 24.406 L 18.606 23.276 L 19.766 22.116 C 20.222 21.702 20.06 20.95 19.474 20.761 C 19.175 20.665 18.847 20.753 18.636 20.986 L 17.476 22.146 L 16.306 20.956 C 15.892 20.499 15.14 20.662 14.952 21.248 C 14.855 21.547 14.943 21.875 15.176 22.086 L 16.336 23.276 L 15.176 24.406 C 14.864 24.718 14.864 25.223 15.176 25.536 Z\"></path><path class=\"clr-i-outline--alerted clr-i-outline-path-4--alerted\" d=\"M 22.912 20.343 C 23.224 20.654 23.73 20.654 24.042 20.343 L 25.202 19.183 L 26.362 20.343 C 26.775 20.799 27.528 20.637 27.716 20.05 C 27.813 19.751 27.725 19.424 27.492 19.213 L 26.342 18.083 L 27.502 16.923 C 27.958 16.509 27.796 15.757 27.21 15.568 C 26.911 15.472 26.583 15.56 26.372 15.793 L 25.212 16.953 L 24.042 15.763 C 23.628 15.306 22.876 15.469 22.688 16.055 C 22.591 16.354 22.679 16.682 22.912 16.893 L 24.072 18.083 L 22.912 19.213 C 22.6 19.525 22.6 20.03 22.912 20.343 Z\"></path><path class=\"clr-i-outline--alerted clr-i-outline-path-5--alerted clr-i-alert\" d=\"M 26.854 1.144 L 21.134 11.004 C 20.579 11.818 21.114 12.928 22.097 13.001 C 22.142 13.005 22.188 13.006 22.234 13.004 L 33.684 13.004 C 34.669 13.036 35.319 11.991 34.855 11.122 C 34.834 11.081 34.81 11.042 34.784 11.004 L 29.064 1.144 C 28.57 0.299 27.348 0.299 26.854 1.144 Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"scatter plot outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--badged clr-i-outline-path-1--badged\" d=\"M 32 13.22 L 32 29 L 4 29 L 4 7 L 22.57 7 C 22.524 6.668 22.501 6.334 22.5 6 C 22.501 5.665 22.524 5.331 22.57 5 L 4 5 C 2.895 5 2 5.895 2 7 L 2 29 C 2 30.104 2.895 31 4 31 L 32 31 C 33.104 31 34 30.104 34 29 L 34 12.34 C 33.38 12.73 32.706 13.026 32 13.22 Z\"></path><path class=\"clr-i-outline--badged clr-i-outline-path-2--badged\" d=\"M 9.101 15.8 C 9.413 16.111 9.919 16.111 10.231 15.8 L 11.391 14.64 L 12.551 15.8 C 12.964 16.256 13.717 16.094 13.905 15.507 C 14.002 15.208 13.914 14.881 13.681 14.67 L 12.531 13.54 L 13.691 12.38 C 14.147 11.966 13.985 11.214 13.399 11.025 C 13.1 10.929 12.772 11.017 12.561 11.25 L 11.401 12.41 L 10.231 11.22 C 9.817 10.763 9.065 10.926 8.877 11.512 C 8.78 11.811 8.868 12.139 9.101 12.35 L 10.261 13.54 L 9.101 14.67 C 8.789 14.982 8.789 15.487 9.101 15.8 Z\"></path><path class=\"clr-i-outline--badged clr-i-outline-path-3--badged\" d=\"M 15.176 25.536 C 15.488 25.847 15.994 25.847 16.306 25.536 L 17.466 24.376 L 18.626 25.536 C 19.039 25.992 19.792 25.83 19.98 25.243 C 20.077 24.944 19.989 24.617 19.756 24.406 L 18.606 23.276 L 19.766 22.116 C 20.222 21.702 20.06 20.95 19.474 20.761 C 19.175 20.665 18.847 20.753 18.636 20.986 L 17.476 22.146 L 16.306 20.956 C 15.892 20.499 15.14 20.662 14.952 21.248 C 14.855 21.547 14.943 21.875 15.176 22.086 L 16.336 23.276 L 15.176 24.406 C 14.864 24.718 14.864 25.223 15.176 25.536 Z\"></path><path class=\"clr-i-outline--badged clr-i-outline-path-4--badged\" d=\"M 22.912 20.343 C 23.224 20.654 23.73 20.654 24.042 20.343 L 25.202 19.183 L 26.362 20.343 C 26.775 20.799 27.528 20.637 27.716 20.05 C 27.813 19.751 27.725 19.424 27.492 19.213 L 26.342 18.083 L 27.502 16.923 C 27.958 16.509 27.796 15.757 27.21 15.568 C 26.911 15.472 26.583 15.56 26.372 15.793 L 25.212 16.953 L 24.042 15.763 C 23.628 15.306 22.876 15.469 22.688 16.055 C 22.591 16.354 22.679 16.682 22.912 16.893 L 24.072 18.083 L 22.912 19.213 C 22.6 19.525 22.6 20.03 22.912 20.343 Z\"></path><circle class=\"clr-i-outline--badged clr-i-outline-path-5--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"scatter plot solid alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\" d=\"M 34 29 C 34 30.105 33.105 31 32 31 L 4 31 C 2.896 31 2 30.105 2 29 L 2 7 C 2 5.896 2.896 5 4 5 L 21.958 5 L 17.625 12.395 C 16.795 13.601 17.594 15.245 19.064 15.351 C 19.134 15.357 19.201 15.359 19.27 15.357 L 34 15.357 Z M 9.101 15.8 C 9.413 16.111 9.919 16.111 10.231 15.8 L 11.391 14.64 L 12.551 15.8 C 12.964 16.256 13.717 16.094 13.905 15.507 C 14.002 15.208 13.914 14.881 13.681 14.67 L 12.531 13.54 L 13.691 12.38 C 14.147 11.966 13.985 11.214 13.399 11.025 C 13.1 10.929 12.772 11.017 12.561 11.25 L 11.401 12.41 L 10.231 11.22 C 9.817 10.763 9.065 10.926 8.877 11.512 C 8.78 11.811 8.868 12.139 9.101 12.35 L 10.261 13.54 L 9.101 14.67 C 8.789 14.982 8.789 15.487 9.101 15.8 Z M 15.176 25.536 C 15.488 25.847 15.994 25.847 16.306 25.536 L 17.466 24.376 L 18.626 25.536 C 19.039 25.992 19.792 25.83 19.98 25.243 C 20.077 24.944 19.989 24.617 19.756 24.406 L 18.606 23.276 L 19.766 22.116 C 20.222 21.702 20.06 20.95 19.474 20.761 C 19.175 20.665 18.847 20.753 18.636 20.986 L 17.476 22.146 L 16.306 20.956 C 15.892 20.499 15.14 20.662 14.952 21.248 C 14.855 21.547 14.943 21.875 15.176 22.086 L 16.336 23.276 L 15.176 24.406 C 14.864 24.718 14.864 25.223 15.176 25.536 Z M 22.912 20.343 C 23.224 20.654 23.73 20.654 24.042 20.343 L 25.202 19.183 L 26.362 20.343 C 26.775 20.799 27.528 20.637 27.716 20.05 C 27.813 19.751 27.725 19.424 27.492 19.213 L 26.342 18.083 L 27.502 16.923 C 27.958 16.509 27.796 15.757 27.21 15.568 C 26.911 15.472 26.583 15.56 26.372 15.793 L 25.212 16.953 L 24.042 15.763 C 23.628 15.306 22.876 15.469 22.688 16.055 C 22.591 16.354 22.679 16.682 22.912 16.893 L 24.072 18.083 L 22.912 19.213 C 22.6 19.525 22.6 20.03 22.912 20.343 Z\"></path><path class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted clr-i-alert\" d=\"M 26.854 1.144 L 21.134 11.004 C 20.579 11.818 21.114 12.928 22.097 13.001 C 22.142 13.005 22.188 13.006 22.234 13.004 L 33.684 13.004 C 34.669 13.036 35.319 11.991 34.855 11.122 C 34.834 11.081 34.81 11.042 34.784 11.004 L 29.064 1.144 C 28.57 0.299 27.348 0.299 26.854 1.144 Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"scatter plot solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--badged clr-i-solid-path-1--badged\" d=\"M 34 12.34 L 34 29 C 34 30.105 33.105 31 32 31 L 4 31 C 2.896 31 2 30.105 2 29 L 2 7 C 2 5.896 2.896 5 4 5 L 22.57 5 C 21.969 9.233 25.05 13.1 29.31 13.46 L 30.32 13.48 C 31.626 13.429 32.895 13.036 34 12.34 Z M 9.101 15.8 C 9.413 16.111 9.919 16.111 10.231 15.8 L 11.391 14.64 L 12.551 15.8 C 12.964 16.256 13.717 16.094 13.905 15.507 C 14.002 15.208 13.914 14.881 13.681 14.67 L 12.531 13.54 L 13.691 12.38 C 14.147 11.966 13.985 11.214 13.399 11.025 C 13.1 10.929 12.772 11.017 12.561 11.25 L 11.401 12.41 L 10.231 11.22 C 9.817 10.763 9.065 10.926 8.877 11.512 C 8.78 11.811 8.868 12.139 9.101 12.35 L 10.261 13.54 L 9.101 14.67 C 8.789 14.982 8.789 15.487 9.101 15.8 Z M 15.176 25.536 C 15.488 25.847 15.994 25.847 16.306 25.536 L 17.466 24.376 L 18.626 25.536 C 19.039 25.992 19.792 25.83 19.98 25.243 C 20.077 24.944 19.989 24.617 19.756 24.406 L 18.606 23.276 L 19.766 22.116 C 20.222 21.702 20.06 20.95 19.474 20.761 C 19.175 20.665 18.847 20.753 18.636 20.986 L 17.476 22.146 L 16.306 20.956 C 15.892 20.499 15.14 20.662 14.952 21.248 C 14.855 21.547 14.943 21.875 15.176 22.086 L 16.336 23.276 L 15.176 24.406 C 14.864 24.718 14.864 25.223 15.176 25.536 Z M 22.912 20.343 C 23.224 20.654 23.73 20.654 24.042 20.343 L 25.202 19.183 L 26.362 20.343 C 26.775 20.799 27.528 20.637 27.716 20.05 C 27.813 19.751 27.725 19.424 27.492 19.213 L 26.342 18.083 L 27.502 16.923 C 27.958 16.509 27.796 15.757 27.21 15.568 C 26.911 15.472 26.583 15.56 26.372 15.793 L 25.212 16.953 L 24.042 15.763 C 23.628 15.306 22.876 15.469 22.688 16.055 C 22.591 16.354 22.679 16.682 22.912 16.893 L 24.072 18.083 L 22.912 19.213 C 22.6 19.525 22.6 20.03 22.912 20.343 Z\"></path><circle class=\"clr-i-solid--badged clr-i-solid-path-2--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"scatter plot solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M 34 7 L 34 29 C 34 30.105 33.105 31 32 31 L 4 31 C 2.896 31 2 30.105 2 29 L 2 7 C 2 5.896 2.896 5 4 5 L 32 5 C 33.105 5 34 5.896 34 7 Z M 9.101 15.8 C 9.413 16.111 9.919 16.111 10.231 15.8 L 11.391 14.64 L 12.551 15.8 C 12.964 16.256 13.717 16.094 13.905 15.507 C 14.002 15.208 13.914 14.881 13.681 14.67 L 12.531 13.54 L 13.691 12.38 C 14.147 11.966 13.985 11.214 13.399 11.025 C 13.1 10.929 12.772 11.017 12.561 11.25 L 11.401 12.41 L 10.231 11.22 C 9.817 10.763 9.065 10.926 8.877 11.512 C 8.78 11.811 8.868 12.139 9.101 12.35 L 10.261 13.54 L 9.101 14.67 C 8.789 14.982 8.789 15.487 9.101 15.8 Z M 15.176 25.536 C 15.488 25.847 15.994 25.847 16.306 25.536 L 17.466 24.376 L 18.626 25.536 C 19.039 25.992 19.792 25.83 19.98 25.243 C 20.077 24.944 19.989 24.617 19.756 24.406 L 18.606 23.276 L 19.766 22.116 C 20.222 21.702 20.06 20.95 19.474 20.761 C 19.175 20.665 18.847 20.753 18.636 20.986 L 17.476 22.146 L 16.306 20.956 C 15.892 20.499 15.14 20.662 14.952 21.248 C 14.855 21.547 14.943 21.875 15.176 22.086 L 16.336 23.276 L 15.176 24.406 C 14.864 24.718 14.864 25.223 15.176 25.536 Z M 22.912 20.343 C 23.224 20.654 23.73 20.654 24.042 20.343 L 25.202 19.183 L 26.362 20.343 C 26.775 20.799 27.528 20.637 27.716 20.05 C 27.813 19.751 27.725 19.424 27.492 19.213 L 26.342 18.083 L 27.502 16.923 C 27.958 16.509 27.796 15.757 27.21 15.568 C 26.911 15.472 26.583 15.56 26.372 15.793 L 25.212 16.953 L 24.042 15.763 C 23.628 15.306 22.876 15.469 22.688 16.055 C 22.591 16.354 22.679 16.682 22.912 16.893 L 24.072 18.083 L 22.912 19.213 C 22.6 19.525 22.6 20.03 22.912 20.343 Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"tick chart line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M 32 5 L 4 5 C 2.895 5 2 5.895 2 7 L 2 29 C 2 30.105 2.895 31 4 31 L 32 31 C 33.105 31 34 30.105 34 29 L 34 7 C 34 5.895 33.105 5 32 5 Z M 4 29 L 4 7 L 32 7 L 32 29 Z\"></path><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M 6 25 L 8 25 L 8 22 L 10 22 L 10 25 L 13 25 L 13 22 L 15 22 L 15 25 L 18 25 L 18 22 L 20 22 L 20 25 L 23 25 L 23 22 L 25 22 L 25 25 L 27.723 25 C 28.023 25.02 28.293 25.18 28.463 25.43 C 28.903 26.06 28.483 26.93 27.723 26.99 L 6 26.991 Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"tick chart outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\" d=\"M 34 29 C 34 30.105 33.105 31 32 31 L 4 31 C 2.895 31 2 30.105 2 29 L 2 7 C 2 5.895 2.895 5 4 5 L 21.958 5 L 20.786 7 L 4 7 L 4 29 L 32 29 L 32 15.357 L 34 15.357 Z\"></path><path class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\" d=\"M 6 25 L 8 25 L 8 22 L 10 22 L 10 25 L 13 25 L 13 22 L 15 22 L 15 25 L 18 25 L 18 22 L 20 22 L 20 25 L 23 25 L 23 22 L 25 22 L 25 25 L 27.723 25 C 28.023 25.02 28.293 25.18 28.463 25.43 C 28.903 26.06 28.483 26.93 27.723 26.99 L 6 26.991 Z\"></path><path class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted clr-i-alert\" d=\"M 26.854 1.144 L 21.134 11.004 C 20.579 11.818 21.114 12.928 22.097 13.001 C 22.142 13.005 22.188 13.006 22.234 13.004 L 33.684 13.004 C 34.669 13.036 35.319 11.991 34.855 11.122 C 34.834 11.081 34.81 11.042 34.784 11.004 L 29.064 1.144 C 28.57 0.299 27.348 0.299 26.854 1.144 Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"tick chart outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--badged clr-i-outline-path-1--badged\" d=\"M 32 13.22 L 32 29 L 4 29 L 4 7 L 22.57 7 C 22.524 6.668 22.501 6.334 22.5 6 C 22.501 5.665 22.524 5.331 22.57 5 L 4 5 C 2.895 5 2 5.895 2 7 L 2 29 C 2 30.104 2.895 31 4 31 L 32 31 C 33.104 31 34 30.104 34 29 L 34 12.34 C 33.38 12.73 32.706 13.026 32 13.22 Z\"></path><path class=\"clr-i-outline--badged clr-i-outline-path-2--badged\" d=\"M 6 25 L 8 25 L 8 22 L 10 22 L 10 25 L 13 25 L 13 22 L 15 22 L 15 25 L 18 25 L 18 22 L 20 22 L 20 25 L 23 25 L 23 22 L 25 22 L 25 25 L 27.723 25 C 28.023 25.02 28.293 25.18 28.463 25.43 C 28.903 26.06 28.483 26.93 27.723 26.99 L 6 26.991 Z\"></path><circle class=\"clr-i-outline--badged clr-i-outline-path-3--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"tick chart solid alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\" d=\"M 34 29 C 34 30.105 33.105 31 32 31 L 4 31 C 2.896 31 2 30.105 2 29 L 2 7 C 2 5.896 2.896 5 4 5 L 21.958 5 L 17.625 12.395 C 16.795 13.601 17.594 15.245 19.064 15.351 C 19.134 15.357 19.201 15.359 19.27 15.357 L 34 15.357 Z M 6 26.991 L 27.723 26.99 C 28.483 26.93 28.903 26.06 28.463 25.43 C 28.293 25.18 28.023 25.02 27.723 25 L 25 25 L 25 22 L 23 22 L 23 25 L 20 25 L 20 22 L 18 22 L 18 25 L 15 25 L 15 22 L 13 22 L 13 25 L 10 25 L 10 22 L 8 22 L 8 25 L 6 25 Z\"></path><path class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted clr-i-alert\" d=\"M 26.854 1.144 L 21.134 11.004 C 20.579 11.818 21.114 12.928 22.097 13.001 C 22.142 13.005 22.188 13.006 22.234 13.004 L 33.684 13.004 C 34.669 13.036 35.319 11.991 34.855 11.122 C 34.834 11.081 34.81 11.042 34.784 11.004 L 29.064 1.144 C 28.57 0.299 27.348 0.299 26.854 1.144 Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"tick chart solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--badged clr-i-solid-path-1--badged\" d=\"M 34 12.34 L 34 29 C 34 30.105 33.105 31 32 31 L 4 31 C 2.896 31 2 30.105 2 29 L 2 7 C 2 5.896 2.896 5 4 5 L 22.57 5 C 21.969 9.233 25.05 13.1 29.31 13.46 L 30.32 13.48 C 31.626 13.429 32.895 13.036 34 12.34 Z M 6 26.991 L 27.723 26.99 C 28.483 26.93 28.903 26.06 28.463 25.43 C 28.293 25.18 28.023 25.02 27.723 25 L 25 25 L 25 22 L 23 22 L 23 25 L 20 25 L 20 22 L 18 22 L 18 25 L 15 25 L 15 22 L 13 22 L 13 25 L 10 25 L 10 22 L 8 22 L 8 25 L 6 25 Z\"></path><circle class=\"clr-i-solid--badged clr-i-solid-path-2--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"tick chart solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M 34 7 L 34 29 C 34 30.105 33.105 31 32 31 L 4 31 C 2.896 31 2 30.105 2 29 L 2 7 C 2 5.896 2.896 5 4 5 L 32 5 C 33.105 5 34 5.896 34 7 Z M 6 26.991 L 27.723 26.99 C 28.483 26.93 28.903 26.06 28.463 25.43 C 28.293 25.18 28.023 25.02 27.723 25 L 25 25 L 25 22 L 23 22 L 23 25 L 20 25 L 20 22 L 18 22 L 18 25 L 15 25 L 15 22 L 13 22 L 13 25 L 10 25 L 10 22 L 8 22 L 8 25 L 6 25 Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li class='heading'>commerce</li><li title=\"bank line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M3.5,13.56,18,5.23l14.5,8.33a1,1,0,0,0,1-1.73L18,2.92,2.5,11.83a1,1,0,1,0,1,1.73Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M4,26a1,1,0,0,0,1,1H31a1,1,0,0,0,0-2H28V17.63H26V25H19V17.63H17V25H10V17.63H8V25H5A1,1,0,0,0,4,26Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><rect x=\"5.02\" y=\"14\" width=\"26\" height=\"2\" class=\"clr-i-outline clr-i-outline-path-3\"></rect><path d=\"M33,29H3a1,1,0,0,0,0,2H33a1,1,0,0,0,0-2Z\" class=\"clr-i-outline clr-i-outline-path-4\"></path><path d=\"M22.15,11.58h3.21L18.65,7.72a.8.8,0,0,0-.8,0l-6.72,3.86h3.21l3.9-2.24Z\" class=\"clr-i-outline clr-i-outline-path-5\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"bank outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M4,26a1,1,0,0,0,1,1H31a1,1,0,0,0,0-2H28V17.63H26V25H19V17.63H17V25H10V17.63H8V25H5A1,1,0,0,0,4,26Z\" class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\"></path><path d=\"M33,29H3a1,1,0,0,0,0,2H33a1,1,0,0,0,0-2Z\" class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\"></path><path d=\"M22.5,15A3.51,3.51,0,0,1,20,14H5v2H31V15Z\" class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted\"></path><path d=\"M19.46,9.74l.68-1.17-1.49-.85a.8.8,0,0,0-.8,0l-6.72,3.86h3.21l3.9-2.24,1.1.63C19.39,9.89,19.42,9.81,19.46,9.74Z\" class=\"clr-i-outline--alerted clr-i-outline-path-4--alerted\"></path><path d=\"M22.05,5.25,18,2.92,2.5,11.83a1,1,0,1,0,1,1.73L18,5.23,21.05,7Z\" class=\"clr-i-outline--alerted clr-i-outline-path-5--alerted\"></path><path d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" class=\"clr-i-outline--alerted clr-i-outline-path-6--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"bank outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M4,26a1,1,0,0,0,1,1H31a1,1,0,0,0,0-2H28V17.63H26V25H19V17.63H17V25H10V17.63H8V25H5A1,1,0,0,0,4,26Z\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"></path><rect x=\"5.02\" y=\"14\" width=\"26\" height=\"2\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"></rect><path d=\"M33,29H3a1,1,0,0,0,0,2H33a1,1,0,0,0,0-2Z\" class=\"clr-i-outline--badged clr-i-outline-path-3--badged\"></path><path d=\"M22.15,11.58h3.21L18.65,7.72a.8.8,0,0,0-.8,0l-6.72,3.86h3.21l3.9-2.24Z\" class=\"clr-i-outline--badged clr-i-outline-path-3--badged\"></path><path d=\"M22.5,6c0-.16,0-.32,0-.48L18,2.92,2.5,11.83a1,1,0,1,0,1,1.73L18,5.23,22.77,8A7.49,7.49,0,0,1,22.5,6Z\" class=\"clr-i-outline--badged clr-i-outline-path-4--badged\"></path><path d=\"M31.94,13.24l.56.32a1,1,0,0,0,1.44-1.19A7.45,7.45,0,0,1,31.94,13.24Z\" class=\"clr-i-outline--badged clr-i-outline-path-5--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-outline--badged clr-i-outline-path-6--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"bank solid alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M32.85,27H32v-.85A1.15,1.15,0,0,0,30.85,25H28V17.63H24V25H20V17.63H16V25H12V17.63H8V25H5.15A1.15,1.15,0,0,0,4,26.15V27H3.15A1.15,1.15,0,0,0,2,28.15V31H34V28.15A1.15,1.15,0,0,0,32.85,27Z\" class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\"></path><path d=\"M22.5,15a3.51,3.51,0,0,1-3-5.26l.14-.24-1.35-.78L14.35,11H11.14l6.72-3.86a.8.8,0,0,1,.8,0l1.75,1,1.65-2.86L18,2.92,2.5,11.83a1,1,0,1,0,1,1.73L5,12.68V16H31V15Z\" class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted\"></path><path d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" class=\"clr-i-solid--alerted clr-i-solid-path-3--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"bank solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M32.85,27H32v-.85A1.15,1.15,0,0,0,30.85,25H28V17.63H24V25H20V17.63H16V25H12V17.63H8V25H5.15A1.15,1.15,0,0,0,4,26.15V27H3.15A1.15,1.15,0,0,0,2,28.15V31H34V28.15A1.15,1.15,0,0,0,32.85,27Z\" class=\"clr-i-solid--badged clr-i-solid-path-1--badged\"></path><path d=\"M30,13.5A7.47,7.47,0,0,1,24.39,11H22.15l-3.9-2.24L14.35,11H11.14l6.72-3.86a.8.8,0,0,1,.8,0l5,2.87A7.45,7.45,0,0,1,22.5,6c0-.16,0-.32,0-.48L18,2.92,2.5,11.83a1,1,0,1,0,1,1.73L5,12.68V16H31V13.42A7.53,7.53,0,0,1,30,13.5Z\" class=\"clr-i-solid--badged clr-i-solid-path-2--badged\"></path><path d=\"M31.94,13.24l.56.32a1,1,0,0,0,1.44-1.19A7.45,7.45,0,0,1,31.94,13.24Z\" class=\"clr-i-solid--badged clr-i-solid-path-3--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-solid--badged clr-i-solid-path-4--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"bank solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M3.5,13.56,5,12.68V16H31V12.71l1.48.85a1,1,0,0,0,1-1.73L18,2.92,2.5,11.83a1,1,0,1,0,1,1.73ZM17.85,7.11a.8.8,0,0,1,.8,0L25.37,11H22.15l-3.9-2.24L14.35,11H11.14Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path><path d=\"M32.85,27H32v-.85A1.15,1.15,0,0,0,30.85,25H28V17.63H24V25H20V17.63H16V25H12V17.63H8V25H5.15A1.15,1.15,0,0,0,4,26.15V27H3.15A1.15,1.15,0,0,0,2,28.15V31H34V28.15A1.15,1.15,0,0,0,32.85,27Z\" class=\"clr-i-solid clr-i-solid-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"bitcoin line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M24.11,16.88A5.49,5.49,0,0,0,21,7V4a1,1,0,0,0-2,0V7H16V4a1,1,0,0,0-2,0V7H11a1,1,0,0,0-1,1V28a1,1,0,0,0,1,1h3v3a1,1,0,0,0,2,0V29h3v3a1,1,0,0,0,2,0V29h.08A6.07,6.07,0,0,0,27,22.81v-.62A6.25,6.25,0,0,0,24.11,16.88ZM12,9h8.69a3.59,3.59,0,0,1,3.43,2.36A3.51,3.51,0,0,1,20.79,16H12ZM25,22.81A4.08,4.08,0,0,1,21.06,27H12V18h9.06A4.08,4.08,0,0,1,25,22.19Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"bitcoin solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M21.18,18.47H14.5v6h6.68a2.7,2.7,0,0,0,2.63-2.77v-.48A2.71,2.71,0,0,0,21.18,18.47Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path><path d=\"M23,13.75a2.24,2.24,0,0,0-2.23-2.25H14.5V16h6.3A2.22,2.22,0,0,0,23,13.75Z\" class=\"clr-i-solid clr-i-solid-path-2\"></path><path d=\"M18,2A16,16,0,1,0,34,18,16,16,0,0,0,18,2Zm8.31,19.73A5.22,5.22,0,0,1,21.18,27H21v1.9a1,1,0,0,1-2,0V27H17v1.9a1,1,0,0,1-2,0V27H13.25A1.25,1.25,0,0,1,12,25.75V17.23h0v-7A1.25,1.25,0,0,1,13.25,9H15V7.07a1,1,0,0,1,2,0V9h2V7.07a1,1,0,0,1,2,0V9a4.72,4.72,0,0,1,3.2,8,5.31,5.31,0,0,1,2.11,4.24Z\" class=\"clr-i-solid clr-i-solid-path-3\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"calculator line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M28,2H8A2,2,0,0,0,6,4V32a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V4A2,2,0,0,0,28,2ZM8,32V4H28V32Z\"></path><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M12,8H25.67V6H11a1,1,0,0,0-1,1v4.67h2Z\"></path><polygon class=\"clr-i-outline clr-i-outline-path-3\" points=\"12 16 10 16 10 18 14 18 14 14 12 14 12 16\"></polygon><polygon class=\"clr-i-outline clr-i-outline-path-4\" points=\"24 16 22 16 22 18 26 18 26 14 24 14 24 16\"></polygon><polygon class=\"clr-i-outline clr-i-outline-path-5\" points=\"18 16 16 16 16 18 20 18 20 14 18 14 18 16\"></polygon><polygon class=\"clr-i-outline clr-i-outline-path-6\" points=\"12 22 10 22 10 24 14 24 14 20 12 20 12 22\"></polygon><polygon class=\"clr-i-outline clr-i-outline-path-7\" points=\"24 22 22 22 22 24 26 24 26 20 24 20 24 22\"></polygon><polygon class=\"clr-i-outline clr-i-outline-path-8\" points=\"18 22 16 22 16 24 20 24 20 20 18 20 18 22\"></polygon><polygon class=\"clr-i-outline clr-i-outline-path-9\" points=\"12 28 10 28 10 30 14 30 14 26 12 26 12 28\"></polygon><polygon class=\"clr-i-outline clr-i-outline-path-10\" points=\"24 28 22 28 22 30 26 30 26 26 24 26 24 28\"></polygon><polygon class=\"clr-i-outline clr-i-outline-path-11\" points=\"18 28 16 28 16 30 20 30 20 26 18 26 18 28\"></polygon>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"calculator solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M28,2H8A2,2,0,0,0,6,4V32a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V4A2,2,0,0,0,28,2ZM12,28H10V26h2Zm0-6H10V20h2Zm0-6H10V14h2Zm7,12H17V26h2Zm0-6H17V20h2Zm0-6H17V14h2Zm7,12H24V26h2Zm0-6H24V20h2Zm0-6H24V14h2Zm0-7H10V5H26Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"coin bag line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M21.6,29a1,1,0,0,0-1-1h-6a1,1,0,0,0,0,2h6A1,1,0,0,0,21.6,29Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M22.54,24h-6a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M22,32H16a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path><path d=\"M32.7,32h-7a1,1,0,0,0,0,2h7a1,1,0,0,0,0-2Z\" class=\"clr-i-outline clr-i-outline-path-4\"></path><path d=\"M33.7,28h-7a1,1,0,0,0,0,2h7a1,1,0,0,0,0-2Z\" class=\"clr-i-outline clr-i-outline-path-5\"></path><path d=\"M33.74,26a28,28,0,0,0-2.82-10.12A20.24,20.24,0,0,0,24.6,8.71L27,3.42a1,1,0,0,0-.07-1A1,1,0,0,0,26.13,2H9.8a1,1,0,0,0-.91,1.42l2.45,5.31a20.33,20.33,0,0,0-6.28,7.15c-2.15,4-2.82,8.89-3,12.28a3.6,3.6,0,0,0,1,2.71A3.79,3.79,0,0,0,5.8,31.94H12V30H5.72a1.68,1.68,0,0,1-1.21-.52,1.62,1.62,0,0,1-.45-1.23c.14-2.61.69-7.58,2.76-11.45A18,18,0,0,1,13.08,10h1a30.81,30.81,0,0,0-1.87,2.92,22.78,22.78,0,0,0-1.47,3.34l1.37.92a24,24,0,0,1,1.49-3.47A29.1,29.1,0,0,1,16.05,10h1a21.45,21.45,0,0,1,1.41,5,22.54,22.54,0,0,1,.32,3.86l1.58-1.11a24.15,24.15,0,0,0-.32-3A24.82,24.82,0,0,0,18.76,10h.78l.91-2H13.21L11.36,4H24.57l-2.5,5.47a9.93,9.93,0,0,1,1.23.78,18.63,18.63,0,0,1,5.86,6.57A26.59,26.59,0,0,1,31.73,26Z\" class=\"clr-i-outline clr-i-outline-path-6\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"coin bag solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M24.89,26h7.86c-.66-8.71-4.41-14.12-9.22-17.32L25.72,3.9a1,1,0,0,0-.91-1.4H11.1a1,1,0,0,0-.91,1.4l1.2,2.6H21.51l-.9,2H18.76A24.9,24.9,0,0,1,20,13.19a24.49,24.49,0,0,1,.32,3l-1.58,1.11a22.54,22.54,0,0,0-.32-3.86A21.74,21.74,0,0,0,17,8.5h-1a28.22,28.22,0,0,0-2.48,3.7,23.91,23.91,0,0,0-1.49,3.46l-1.37-.91a22.78,22.78,0,0,1,1.47-3.34A30.81,30.81,0,0,1,14.05,8.5H12.3l.08.17C7.08,12.2,3.05,18.4,3.05,28.75A1.65,1.65,0,0,0,4.61,30.5h8A2.67,2.67,0,0,1,14.21,26a2.67,2.67,0,0,1-.37-1.34,2.7,2.7,0,0,1,2.7-2.7h6a2.7,2.7,0,0,1,2.7,2.7A2.63,2.63,0,0,1,24.89,26Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path><path d=\"M21.6,28.5a1,1,0,0,0-1-1h-6a1,1,0,0,0,0,2h6A1,1,0,0,0,21.6,28.5Z\" class=\"clr-i-solid clr-i-solid-path-2\"></path><path d=\"M22.54,23.5h-6a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2Z\" class=\"clr-i-solid clr-i-solid-path-3\"></path><path d=\"M22,31.5H16a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2Z\" class=\"clr-i-solid clr-i-solid-path-4\"></path><path d=\"M32.7,31.5h-7a1,1,0,0,0,0,2h7a1,1,0,0,0,0-2Z\" class=\"clr-i-solid clr-i-solid-path-5\"></path><path d=\"M33.7,27.5h-7a1,1,0,0,0,0,2h7a1,1,0,0,0,0-2Z\" class=\"clr-i-solid clr-i-solid-path-6\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"credit card line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M32,6H4A2,2,0,0,0,2,8V28a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V8A2,2,0,0,0,32,6Zm0,2,0,12H4L4,8ZM4,28V24H32v4Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"credit card solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <rect x=\"7\" y=\"3\" width=\"22\" height=\"30\" rx=\"0.96\" ry=\"0.96\" transform=\"translate(36) rotate(90)\" fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" class=\"clr-i-solid clr-i-solid-path-1\"></rect><path d=\"M32,6H4A2,2,0,0,0,2,8V28a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V8A2,2,0,0,0,32,6Zm0,18H4V20H32Z\" class=\"clr-i-solid clr-i-solid-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"dollar bill line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M32,8H4a2,2,0,0,0-2,2V26a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V10A2,2,0,0,0,32,8Zm0,6a4.25,4.25,0,0,1-3.9-4H32Zm0,1.62v4.83A5.87,5.87,0,0,0,26.49,26h-17A5.87,5.87,0,0,0,4,20.44V15.6A5.87,5.87,0,0,0,9.51,10h17A5.87,5.87,0,0,0,32,15.6ZM7.9,10A4.25,4.25,0,0,1,4,14V10ZM4,22.06A4.25,4.25,0,0,1,7.9,26H4ZM28.1,26A4.25,4.25,0,0,1,32,22.06V26Z\"></path><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M18,10.85c-3.47,0-6.3,3.21-6.3,7.15s2.83,7.15,6.3,7.15,6.3-3.21,6.3-7.15S21.47,10.85,18,10.85Zm0,12.69c-2.59,0-4.7-2.49-4.7-5.55s2.11-5.55,4.7-5.55,4.7,2.49,4.7,5.55S20.59,23.55,18,23.55Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"dollar bill solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M32,8H4a2,2,0,0,0-2,2V26a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V10A2,2,0,0,0,32,8ZM4,26V21.15A5.18,5.18,0,0,1,8.79,26ZM4,14.85V10H8.79A5.18,5.18,0,0,1,4,14.85ZM18,25.15c-3.47,0-6.3-3.21-6.3-7.15s2.83-7.15,6.3-7.15,6.3,3.21,6.3,7.15S21.47,25.15,18,25.15ZM32,26H27.25A5.18,5.18,0,0,1,32,21.15Zm0-11.15A5.18,5.18,0,0,1,27.25,10H32Z\"></path><ellipse class=\"clr-i-solid clr-i-solid-path-2\" cx=\"18\" cy=\"18\" rx=\"4\" ry=\"4.72\"></ellipse>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"dollar line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M26,21.15a6.91,6.91,0,0,0-4.38-3.32A26,26,0,0,0,19,17.19V8.12A10.05,10.05,0,0,1,23.86,10a1,1,0,0,0,1.33-1.5A11.75,11.75,0,0,0,19,6.1V3a1,1,0,0,0-2,0V6c-4.4.1-6.83,2.29-7.57,4.18A5.56,5.56,0,0,0,11.66,17,13.2,13.2,0,0,0,17,18.84V28a12.3,12.3,0,0,1-7.14-2.74A1,1,0,1,0,8.49,26.7,14.09,14.09,0,0,0,17,30v3a1,1,0,0,0,2,0V30c2.82-.19,6.07-1.09,7.3-4.76A5.33,5.33,0,0,0,26,21.15ZM12.79,15.32a3.57,3.57,0,0,1-1.49-4.39C11.41,10.63,12.53,8.12,17,8v8.8A10.7,10.7,0,0,1,12.79,15.32ZM24.4,24.56c-.72,2.14-2.32,3.17-5.4,3.4V19.23c.64.14,1.3.3,2,.51a5,5,0,0,1,3.19,2.32A3.34,3.34,0,0,1,24.4,24.56Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"dollar solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M18,2A16,16,0,1,0,34,18,16,16,0,0,0,18,2Zm7.65,21.59c-1,3-3.61,3.84-5.9,4v2a1.25,1.25,0,0,1-2.5,0V27.59A11.47,11.47,0,0,1,11,25a1.25,1.25,0,1,1,1.71-1.83,9.11,9.11,0,0,0,4.55,1.94V18.83a9.63,9.63,0,0,1-3.73-1.41,4.8,4.8,0,0,1-1.91-5.84c.59-1.51,2.42-3.23,5.64-3.51V6.25a1.25,1.25,0,0,1,2.5,0V8.11a9.67,9.67,0,0,1,4.9,2A1.25,1.25,0,0,1,23,11.95a7.14,7.14,0,0,0-3.24-1.31v6.13c.6.13,1.24.27,1.91.48a5.85,5.85,0,0,1,3.69,2.82A4.64,4.64,0,0,1,25.65,23.59Z\"></path><path class=\"clr-i-solid clr-i-solid-path-2\" d=\"M20.92,19.64c-.4-.12-.79-.22-1.17-.3v5.76c2-.2,3.07-.9,3.53-2.3a2.15,2.15,0,0,0-.15-1.58A3.49,3.49,0,0,0,20.92,19.64Z\"></path><path class=\"clr-i-solid clr-i-solid-path-3\" d=\"M13.94,12.48a2.31,2.31,0,0,0,1,2.87,6.53,6.53,0,0,0,2.32.92V10.55C15.16,10.8,14.19,11.84,13.94,12.48Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"e check line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <rect class=\"clr-i-outline clr-i-outline-path-1\" x=\"16\" y=\"16\" width=\"15\" height=\"2\"></rect><rect class=\"clr-i-outline clr-i-outline-path-2\" x=\"20\" y=\"21\" width=\"11\" height=\"2\"></rect><path class=\"clr-i-outline clr-i-outline-path-3\" d=\"M34,8H12.93a8.35,8.35,0,0,1,.79,2H33V26H3V19.9a7.83,7.83,0,0,1-2-1.34V27a1,1,0,0,0,1,1H34a1,1,0,0,0,1-1V9A1,1,0,0,0,34,8Z\"></path><path class=\"clr-i-outline clr-i-outline-path-4\" d=\"M6.57,18.68a6.17,6.17,0,0,0,4.32-1.59,1.2,1.2,0,0,0,.36-.84,1.08,1.08,0,0,0-1.09-1.11,1,1,0,0,0-.71.25,4.32,4.32,0,0,1-2.84,1,3.35,3.35,0,0,1-3.46-3h7.53A1.29,1.29,0,0,0,12,12.06,5.68,5.68,0,0,0,6.27,6.14,6,6,0,0,0,.4,12.4v0A6,6,0,0,0,6.57,18.68ZM6.25,8.39c1.82,0,2.87,1.39,3,3.16H3.13C3.38,9.69,4.56,8.39,6.25,8.39Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"e check solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M34,8H12.91a8.61,8.61,0,0,1,1.2,4.39,8,8,0,0,1-7.78,8.27A7.51,7.51,0,0,1,1,18.41V27a1,1,0,0,0,1,1H34a1,1,0,0,0,1-1V9A1,1,0,0,0,34,8ZM31,23H20V21H31Zm0-5H16V16H31Z\"></path><path class=\"clr-i-solid clr-i-solid-path-2\" d=\"M6.57,18.68A6,6,0,0,1,.4,12.44v0A6,6,0,0,1,6.27,6.14,5.68,5.68,0,0,1,12,12.06a1.29,1.29,0,0,1-1.3,1.32H3.15a3.35,3.35,0,0,0,3.46,3,4.32,4.32,0,0,0,2.84-1,1,1,0,0,1,.71-.25,1.08,1.08,0,0,1,1.09,1.11,1.2,1.2,0,0,1-.36.84A6.17,6.17,0,0,1,6.57,18.68ZM9.3,11.55c-.18-1.77-1.23-3.16-3-3.16s-2.87,1.3-3.12,3.16Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"employee group line \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"36\" height=\"36\" viewBox=\"0 0 36 36\"><g id=\"e1709d41-49e9-409f-9912-e2615f9236f6\" data-name=\"Layer 3\"><path d=\"M18.42,16.31a5.7,5.7,0,1,1,5.76-5.7A5.74,5.74,0,0,1,18.42,16.31Zm0-9.4a3.7,3.7,0,1,0,3.76,3.7A3.74,3.74,0,0,0,18.42,6.91Z\"/><path d=\"M18.42,16.31a5.7,5.7,0,1,1,5.76-5.7A5.74,5.74,0,0,1,18.42,16.31Zm0-9.4a3.7,3.7,0,1,0,3.76,3.7A3.74,3.74,0,0,0,18.42,6.91Z\"/><path d=\"M21.91,17.65a20.6,20.6,0,0,0-13,2A1.77,1.77,0,0,0,8,21.25v3.56a1,1,0,0,0,2,0V21.38a18.92,18.92,0,0,1,12-1.68Z\"/><path d=\"M33,22H26.3V20.52a1,1,0,0,0-2,0V22H17a1,1,0,0,0-1,1V33a1,1,0,0,0,1,1H33a1,1,0,0,0,1-1V23A1,1,0,0,0,33,22ZM32,32H18V24h6.3v.41a1,1,0,0,0,2,0V24H32Z\"/><rect x=\"21.81\" y=\"27.42\" width=\"5.96\" height=\"1.4\"/><path d=\"M10.84,12.24a18,18,0,0,0-7.95,2A1.67,1.67,0,0,0,2,15.71v3.1a1,1,0,0,0,2,0v-2.9a16,16,0,0,1,7.58-1.67A7.28,7.28,0,0,1,10.84,12.24Z\"/><path d=\"M33.11,14.23a17.8,17.8,0,0,0-7.12-2,7.46,7.46,0,0,1-.73,2A15.89,15.89,0,0,1,32,15.91v2.9a1,1,0,1,0,2,0v-3.1A1.67,1.67,0,0,0,33.11,14.23Z\"/><path d=\"M10.66,10.61c0-.23,0-.45,0-.67a3.07,3.07,0,0,1,.54-6.11,3.15,3.15,0,0,1,2.2.89,8.16,8.16,0,0,1,1.7-1.08,5.13,5.13,0,0,0-9,3.27,5.1,5.1,0,0,0,4.7,5A7.42,7.42,0,0,1,10.66,10.61Z\"/><path d=\"M24.77,1.83a5.17,5.17,0,0,0-3.69,1.55,7.87,7.87,0,0,1,1.9,1,3.14,3.14,0,0,1,4.93,2.52,3.09,3.09,0,0,1-1.79,2.77,7.14,7.14,0,0,1,.06.93,7.88,7.88,0,0,1-.1,1.2,5.1,5.1,0,0,0,3.83-4.9A5.12,5.12,0,0,0,24.77,1.83Z\"/></g></svg></li><li title=\"employee group solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"36\" height=\"36\" viewBox=\"0 0 36 36\"><g id=\"ad30ea0b-4044-46a8-9d02-5476e64acf86\" data-name=\"Layer 3\"><ellipse cx=\"18\" cy=\"11.28\" rx=\"4.76\" ry=\"4.7\"/><path d=\"M10.78,11.75c.16,0,.32,0,.48,0,0-.15,0-.28,0-.43a6.7,6.7,0,0,1,3.75-6,4.62,4.62,0,1,0-4.21,6.46Z\"/><path d=\"M24.76,11.28c0,.15,0,.28,0,.43.16,0,.32,0,.48,0A4.58,4.58,0,1,0,21,5.29,6.7,6.7,0,0,1,24.76,11.28Z\"/><path d=\"M22.29,16.45a21.45,21.45,0,0,1,5.71,2,2.71,2.71,0,0,1,.68.53H34V15.56a.72.72,0,0,0-.38-.64,18,18,0,0,0-8.4-2.05l-.66,0A6.66,6.66,0,0,1,22.29,16.45Z\"/><path d=\"M6.53,20.92A2.76,2.76,0,0,1,8,18.47a21.45,21.45,0,0,1,5.71-2,6.66,6.66,0,0,1-2.27-3.55l-.66,0a18,18,0,0,0-8.4,2.05.72.72,0,0,0-.38.64V22H6.53Z\"/><rect x=\"21.46\" y=\"26.69\" width=\"5.96\" height=\"1.4\"/><path d=\"M32.81,21.26H25.94v-1a1,1,0,0,0-2,0v1H22V18.43A20.17,20.17,0,0,0,18,18a19.27,19.27,0,0,0-9.06,2.22.76.76,0,0,0-.41.68v5.61h7.11v6.09a1,1,0,0,0,1,1H32.81a1,1,0,0,0,1-1V22.26A1,1,0,0,0,32.81,21.26Zm-1,10.36H17.64V23.26h6.3v.91a1,1,0,0,0,2,0v-.91h5.87Z\"/></g></svg></li><li title=\"employee line \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"36\" height=\"36\" viewBox=\"0 0 36 36\"><g id=\"b1a346b4-a871-40fe-88af-10f4227eef9a\" data-name=\"Layer 3\"><path d=\"M16.43,16.69a7,7,0,1,1,7-7A7,7,0,0,1,16.43,16.69Zm0-11.92a5,5,0,1,0,5,5A5,5,0,0,0,16.43,4.77Z\"/><path d=\"M22,17.9A25.41,25.41,0,0,0,5.88,19.57a4.06,4.06,0,0,0-2.31,3.68V29.2a1,1,0,1,0,2,0V23.25a2,2,0,0,1,1.16-1.86,22.91,22.91,0,0,1,9.7-2.11,23.58,23.58,0,0,1,5.57.66Z\"/><rect x=\"22.14\" y=\"27.41\" width=\"6.14\" height=\"1.4\"/><path d=\"M33.17,21.47H28v2h4.17v8.37H18V23.47h6.3v.42a1,1,0,0,0,2,0V20a1,1,0,0,0-2,0v1.47H17a1,1,0,0,0-1,1V32.84a1,1,0,0,0,1,1H33.17a1,1,0,0,0,1-1V22.47A1,1,0,0,0,33.17,21.47Z\"/></g></svg></li><li title=\"employee solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"36\" height=\"36\" viewBox=\"0 0 36 36\"><g id=\"aad88ad3-6d51-4184-9840-f392d18dd002\" data-name=\"Layer 3\"><circle cx=\"16.86\" cy=\"9.73\" r=\"6.46\"/><rect x=\"21\" y=\"28\" width=\"7\" height=\"1.4\"/><path d=\"M15,30v3a1,1,0,0,0,1,1H33a1,1,0,0,0,1-1V23a1,1,0,0,0-1-1H26V20.53a1,1,0,0,0-2,0V22H22V18.42A32.12,32.12,0,0,0,16.86,18a26,26,0,0,0-11,2.39,3.28,3.28,0,0,0-1.88,3V30Zm17,2H17V24h7v.42a1,1,0,0,0,2,0V24h6Z\"/></g></svg></li><li title=\"euro line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M31.48,28.49a1,1,0,0,0-1.38-.32A12,12,0,0,1,12.45,22H24.16a1,1,0,0,0,0-2H11.93a11.16,11.16,0,0,1,0-4H24.16a1,1,0,0,0,0-2H12.45A12,12,0,0,1,30.06,7.8a1,1,0,0,0,1.06-1.7A14,14,0,0,0,10.34,14H3.54a1,1,0,1,0,0,2H9.91a14,14,0,0,0-.16,2,14,14,0,0,0,.16,2H3.54a1,1,0,1,0,0,2h6.8a14,14,0,0,0,20.83,7.87A1,1,0,0,0,31.48,28.49Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"euro solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M18,2A16,16,0,1,0,34,18,16,16,0,0,0,18,2Zm7.42,25.16A10.88,10.88,0,0,1,9.23,21H5.84a1,1,0,0,1,0-2h3c0-.35-.05-.71-.05-1.07s0-.63,0-.93h-3a1,1,0,0,1,0-2H9.19A10.86,10.86,0,0,1,25.38,8.69a1.25,1.25,0,0,1-1.32,2.12A8.36,8.36,0,0,0,11.82,15h9.36a1,1,0,0,1,0,2H11.33a7.72,7.72,0,0,0,0,2h9.82a1,1,0,0,1,0,2H11.87a8.36,8.36,0,0,0,12.22,4,1.25,1.25,0,1,1,1.33,2.12Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"factory line \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"36\" height=\"36\" viewBox=\"0 0 36 36\"><g id=\"a669c3f4-6dbf-4e74-bc75-7e15445e52bf\" data-name=\"Layer 3\"><path d=\"M33.47,7.37a1,1,0,0,0-1,.06L23,13.77V8.26a1,1,0,0,0-1.64-.77L13.48,14H10V4.62a1,1,0,0,0-.78-1l-4-.9a1,1,0,0,0-.85.2A1,1,0,0,0,4,3.73V14H3a1,1,0,0,0-1,1V31a1,1,0,0,0,1,1H33a1,1,0,0,0,1-1V8.26A1,1,0,0,0,33.47,7.37ZM6,5l2,.44V14H6ZM32,30H4V16h9.83a1,1,0,0,0,.64-.23L21,10.37v5.28a1,1,0,0,0,1.56.83L32,10.14Z\"/><rect x=\"6\" y=\"17.99\" width=\"8\" height=\"2\"/><rect x=\"6\" y=\"21.99\" width=\"8\" height=\"2\"/><rect x=\"6\" y=\"25.99\" width=\"8\" height=\"2\"/><rect x=\"19\" y=\"18.99\" width=\"2\" height=\"3\"/><rect x=\"19\" y=\"24.99\" width=\"2\" height=\"3\"/><rect x=\"23\" y=\"18.99\" width=\"2\" height=\"3\"/><rect x=\"23\" y=\"24.99\" width=\"2\" height=\"3\"/><rect x=\"27\" y=\"18.99\" width=\"2\" height=\"3\"/><rect x=\"27\" y=\"24.99\" width=\"2\" height=\"3\"/></g></svg></li><li title=\"factory solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"36\" height=\"36\" viewBox=\"0 0 36 36\"><g id=\"ea9fbc53-970b-4279-903f-43e3ef035107\" data-name=\"Layer 3\"><path d=\"M32.45,8.44,22,15.3V9.51a1,1,0,0,0-1.63-.78L14.07,14H10V4.06L4,2.71V14H2V31a1,1,0,0,0,1,1H33a1,1,0,0,0,1-1V9.27A1,1,0,0,0,32.45,8.44ZM14,29H6V27h8Zm0-4H6V23h8Zm0-4H6V19h8Zm8,8H20V26h2Zm0-6H20V20h2Zm4,6H24V26h2Zm0-6H24V20h2Zm4,6H28V26h2Zm0-6H28V20h2Z\"/></g></svg></li><li title=\"gavel line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M23.7,10.41a1,1,0,0,1-.71-.29L15.56,2.69A1,1,0,0,1,17,1.28l7.44,7.43a1,1,0,0,1-.71,1.7Z\"/><path d=\"M11.86,22.25a1,1,0,0,0-.29-.71L4.14,14.11a1,1,0,0,0-1.42,1.42L10.15,23a1,1,0,0,0,1.42,0A1,1,0,0,0,11.86,22.25Z\"/><path d=\"M21.93,34H3a1,1,0,0,1-1-1.27l1.13-4a1,1,0,0,1,1-.73H20.8a1,1,0,0,1,1,.73l1.13,4a1,1,0,0,1-.17.87A1,1,0,0,1,21.93,34ZM4.31,32H20.6L20,30H4.87Z\"/><path d=\"M33.11,27.44l-14-14,2.36-2.36L14.52,4.13,5.58,13.07,12.51,20l2.35-2.34,14,14a3,3,0,0,0,4.24,0A3,3,0,0,0,33.11,27.44ZM8.4,13.07,14.52,7l4.11,4.11-6.12,6.11Zm23.29,17.2a1,1,0,0,1-1.41,0l-14-14,1.41-1.41,14,14A1,1,0,0,1,31.69,30.27Z\"/>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"gavel solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M23.7,10.79a1,1,0,0,1-.71-.3L15.56,3.06A1,1,0,0,1,17,1.65l7.44,7.43a1,1,0,0,1,0,1.41A1,1,0,0,1,23.7,10.79Z\"/><path d=\"M10.69,23.79a1,1,0,0,1-.7-.29L2.55,16.07A1,1,0,1,1,4,14.65l7.43,7.43a1,1,0,0,1-.71,1.71Z\"/><path d=\"M20.64,31l.5,1.77a.89.89,0,0,1-.85,1.12H3.67a.89.89,0,0,1-.85-1.12L3.33,31A1.51,1.51,0,0,1,4.8,29.92H19.16A1.53,1.53,0,0,1,20.64,31Z\"/><path d=\"M32.19,28.08,18.43,14.46l3-3L14.52,4.5,5.58,13.44l6.93,6.94,3.21-3.2,13.74,13.6a1.89,1.89,0,0,0,1.36.56,1.91,1.91,0,0,0,1.37-3.26Z\"/>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"peso line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M31,13.2H27.89A6.81,6.81,0,0,0,28,12a7.85,7.85,0,0,0-.1-1.19h2.93a.8.8,0,0,0,0-1.6H27.46A8.44,8.44,0,0,0,19.57,4H11a1,1,0,0,0-1,1V9.2H7a.8.8,0,0,0,0,1.6h3v2.4H7a.8.8,0,0,0,0,1.6h3V31a1,1,0,0,0,2,0V20h7.57a8.45,8.45,0,0,0,7.89-5.2H31a.8.8,0,0,0,0-1.6ZM12,6h7.57a6.51,6.51,0,0,1,5.68,3.2H12Zm0,4.8H25.87a5.6,5.6,0,0,1,0,2.4H12ZM19.57,18H12V14.8H25.25A6.51,6.51,0,0,1,19.57,18Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"peso solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M14.18,13.8V16h9.45a5.26,5.26,0,0,0,.08-.89,4.72,4.72,0,0,0-.2-1.31Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path><path d=\"M14.18,19.7h5.19a4.28,4.28,0,0,0,3.5-1.9H14.18Z\" class=\"clr-i-solid clr-i-solid-path-2\"></path><path d=\"M19.37,10.51H14.18V12h8.37A4.21,4.21,0,0,0,19.37,10.51Z\" class=\"clr-i-solid clr-i-solid-path-3\"></path><path d=\"M17.67,2a16,16,0,1,0,16,16A16,16,0,0,0,17.67,2Zm10.5,15.8H25.7a6.87,6.87,0,0,1-6.33,4.4H14.18v6.54a1.25,1.25,0,1,1-2.5,0V17.8H8.76a.9.9,0,1,1,0-1.8h2.92V13.8H8.76a.9.9,0,1,1,0-1.8h2.92V9.26A1.25,1.25,0,0,1,12.93,8h6.44a6.84,6.84,0,0,1,6.15,4h2.65a.9.9,0,0,1,0,1.8H26.09a6.91,6.91,0,0,1,.12,1.3,6.8,6.8,0,0,1-.06.9h2a.9.9,0,0,1,0,1.8Z\" class=\"clr-i-solid clr-i-solid-path-4\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"piggy bank line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M19.72,10.47a11.65,11.65,0,0,0-6.31.52A.8.8,0,1,0,14,12.48,10.11,10.11,0,0,1,19.44,12a.8.8,0,1,0,.28-1.57Z\"></path><circle class=\"clr-i-outline clr-i-outline-path-2\" cx=\"25.38\" cy=\"16.71\" r=\"1.36\"></circle><path class=\"clr-i-outline clr-i-outline-path-3\" d=\"M35.51,18.63a1,1,0,0,0-.84-.44,3.42,3.42,0,0,1-2.09-1.12,17.35,17.35,0,0,1-2.63-3.78l2.88-4.5A1.89,1.89,0,0,0,33,7a1.77,1.77,0,0,0-1.33-1,10.12,10.12,0,0,0-5.39.75,12.72,12.72,0,0,0-2.72,1.63,16.94,16.94,0,0,0-5.16-1.39C11.31,6.3,4.83,10.9,4,17H4a2.56,2.56,0,0,1-1.38-1.53,1.81,1.81,0,0,1,.14-1.4,1.19,1.19,0,0,1,.43-.43,1.08,1.08,0,0,0-1.12-1.85A3.31,3.31,0,0,0,.91,13a4,4,0,0,0-.33,3.08A4.76,4.76,0,0,0,3,18.95l.92.46a17.58,17.58,0,0,0,1.82,7l.17.38A23,23,0,0,0,9.2,31.88a1,1,0,0,0,.75.34h4.52a1,1,0,0,0,.92-1.38L15,29.94l1.18.13a20.33,20.33,0,0,0,4,0c.37.6.77,1.2,1.21,1.79a1,1,0,0,0,.8.41h4.34a1,1,0,0,0,.92-1.39c-.17-.4-.34-.83-.47-1.2-.18-.53-.32-1-.43-1.45A13.18,13.18,0,0,0,29.56,26a12.5,12.5,0,0,0,3,0,1,1,0,0,0,.78-.62l2.26-5.81A1,1,0,0,0,35.51,18.63Zm-3.78,5.44a11.37,11.37,0,0,1-2.35-.11h0a8.2,8.2,0,0,1-2.53-.87,1,1,0,0,0-.93,1.77,11.72,11.72,0,0,0,1.29.58,8,8,0,0,1-1.8,1.16l-1.06.48s.49,2.19.82,3.16H22.79c-.24-.34-1.45-2.36-1.45-2.36l-.67.09a18.53,18.53,0,0,1-4.25.12c-.66-.06-1.76-.2-2.62-.35l-1.55-.27s.63,2.43.75,2.74v0H10.42A20.57,20.57,0,0,1,7.76,26l-.18-.39A14.62,14.62,0,0,1,6,17.48c.54-5.19,6.12-9.11,12.19-8.54a15.47,15.47,0,0,1,5.08,1.48l.62.29.5-.47A10.29,10.29,0,0,1,27,8.54a8.25,8.25,0,0,1,4-.65l-3.38,5.29.25.5h0a21.16,21.16,0,0,0,3.31,4.84,6.49,6.49,0,0,0,2.14,1.39Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"piggy bank solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M35,18.87A5.83,5.83,0,0,1,33,17.61a21.63,21.63,0,0,1-3.29-4.84l3.39-5.29a.9.9,0,0,0-.54-1.38,9.67,9.67,0,0,0-5.13.72,12,12,0,0,0-3.13,2A17.37,17.37,0,0,0,18.6,7.15C11.8,6.52,5.27,10.9,4.54,17l-.14-.07A2.76,2.76,0,0,1,2.9,15.29a2,2,0,0,1,.15-1.55,1.32,1.32,0,0,1,.47-.48,1.08,1.08,0,1,0-1.12-1.85,3.45,3.45,0,0,0-1.23,1.25A4.16,4.16,0,0,0,.84,15.9a5,5,0,0,0,2.57,3l1,.54a18.62,18.62,0,0,0,2,7.3,23,23,0,0,0,3,4.79,1,1,0,0,0,.8.38h3.61a.52.52,0,0,0,.4-.75L14,30.38a11,11,0,0,1-.33-1.18c.91.16,2.08.31,2.87.38a20.07,20.07,0,0,0,3.12,0c.39.7.79,1.33,1.15,1.85a.93.93,0,0,0,.77.41h3.11a.65.65,0,0,0,.61-.85c-.23-.74-.53-1.75-.71-2.37a15.9,15.9,0,0,0,3.75-1.76c.16-.11.32-.26.48-.39a13.77,13.77,0,0,1-2.42-1,.8.8,0,0,1,.74-1.42,11.64,11.64,0,0,0,3.18,1.1,13.31,13.31,0,0,0,2.68.12,1,1,0,0,0,.9-.66l1.73-4.44A1,1,0,0,0,35,18.87ZM13.79,11.59a.86.86,0,0,1-.3.05.85.85,0,0,1-.3-1.64,12.41,12.41,0,0,1,6.69-.55.85.85,0,1,1-.3,1.67A10.75,10.75,0,0,0,13.79,11.59Zm12.52,6.12a1.44,1.44,0,1,1,1.44-1.44A1.44,1.44,0,0,1,26.32,17.72Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"pound line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M27.9,30H13.4A8.45,8.45,0,0,0,15,24.65V21h4.31a1,1,0,0,0,0-2H15V11.31A5.24,5.24,0,0,1,20.21,6,5.19,5.19,0,0,1,24,7.73a1,1,0,0,0,1.48-1.35A7.19,7.19,0,0,0,13,11.31V19H8.72a1,1,0,1,0,0,2H13v3.65C13,29.38,10.12,30,10,30a1,1,0,0,0,.17,2H27.9a1,1,0,1,0,0-2Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"pound solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M18,2A16,16,0,1,0,34,18,16,16,0,0,0,18,2Zm6.5,25.92H11.74a1.25,1.25,0,0,1-.22-2.48c.15,0,1.72-.49,1.72-3.54V19h-2.5a1,1,0,0,1,0-2h2.5V11.88a5.85,5.85,0,0,1,5.72-6,5.63,5.63,0,0,1,4.21,1.94A1.25,1.25,0,1,1,21.3,9.51,3.08,3.08,0,0,0,19,8.42a3.35,3.35,0,0,0-3.22,3.46V17h3a1,1,0,0,1,0,2h-3v2.9A7.65,7.65,0,0,1,15,25.42H24.5a1.25,1.25,0,0,1,0,2.5Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"ruble line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M20.57,20A8.23,8.23,0,0,0,29,12a8.23,8.23,0,0,0-8.43-8H12a1,1,0,0,0-1,1V18H9a1,1,0,0,0,0,2h2v2H9a1,1,0,0,0,0,2h2v7a1,1,0,0,0,2,0V24h9a1,1,0,0,0,0-2H13V20ZM13,6h7.57A6.24,6.24,0,0,1,27,12a6.23,6.23,0,0,1-6.43,6H13Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"ruble solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M20.75,9.25H15v8.81h5.79a4.66,4.66,0,0,0,4.86-4.4A4.65,4.65,0,0,0,20.75,9.25Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path><path d=\"M18,2A16,16,0,1,0,34,18,16,16,0,0,0,18,2Zm2.75,18.56H15V22h8.29a1,1,0,0,1,0,2H15v5a1.25,1.25,0,0,1-2.5,0V24H11.25a1,1,0,0,1,0-2h1.21V20.56H11.25a1.25,1.25,0,0,1,0-2.5h1.21V8a1.25,1.25,0,0,1,1.25-1.25h7a7.14,7.14,0,0,1,7.36,6.9A7.15,7.15,0,0,1,20.75,20.56Z\" class=\"clr-i-solid clr-i-solid-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"rupee line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M28,8H24.14A7.52,7.52,0,0,0,22.6,6H28a1,1,0,0,0,0-2H10a1,1,0,0,0,0,2h7.55a5.42,5.42,0,0,1,4.2,2H10a1,1,0,0,0,0,2H22.79A5.54,5.54,0,0,1,23,11.51,5.48,5.48,0,0,1,17.55,17H11.14a1,1,0,0,0-.75,1.66L22.06,32a1,1,0,1,0,1.5-1.32L13.35,19h4.21a7.51,7.51,0,0,0,7.3-9H28a1,1,0,0,0,0-2Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"rupee solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M18,2A16,16,0,1,0,34,18,16,16,0,0,0,18,2Zm5.88,9H26a1,1,0,0,1,0,2H24.26c0,.06,0,.12,0,.19a6.09,6.09,0,0,1-6,6.2h-2l6.82,8.06a1.25,1.25,0,0,1-1.91,1.62L12.63,18.94a1.25,1.25,0,0,1,1-2.06h4.71a3.59,3.59,0,0,0,3.48-3.69c0-.07,0-.13,0-.2h-9a1,1,0,0,1,0-2h8.32a3.41,3.41,0,0,0-2.78-1.5H12.75a1.25,1.25,0,0,1,0-2.5H26a1,1,0,0,1,0,2H22.68A6.23,6.23,0,0,1,23.88,11Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"savings line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M19.72,10.47a11.65,11.65,0,0,0-6.31.52A.8.8,0,1,0,14,12.48,10.11,10.11,0,0,1,19.44,12a.8.8,0,1,0,.28-1.57Z\"></path><circle class=\"clr-i-outline clr-i-outline-path-2\" cx=\"25.38\" cy=\"16.71\" r=\"1.36\"></circle><path class=\"clr-i-outline clr-i-outline-path-3\" d=\"M35.51,18.63a1,1,0,0,0-.84-.44,3.42,3.42,0,0,1-2.09-1.12,17.35,17.35,0,0,1-2.63-3.78l2.88-4.5A1.89,1.89,0,0,0,33,7a1.77,1.77,0,0,0-1.33-1,10.12,10.12,0,0,0-5.39.75,12.72,12.72,0,0,0-2.72,1.63,16.94,16.94,0,0,0-5.16-1.39C11.31,6.3,4.83,10.9,4,17H4a2.56,2.56,0,0,1-1.38-1.53,1.81,1.81,0,0,1,.14-1.4,1.19,1.19,0,0,1,.43-.43,1.08,1.08,0,0,0-1.12-1.85A3.31,3.31,0,0,0,.91,13a4,4,0,0,0-.33,3.08A4.76,4.76,0,0,0,3,18.95l.92.46a17.58,17.58,0,0,0,1.82,7l.17.38A23,23,0,0,0,9.2,31.88a1,1,0,0,0,.75.34h4.52a1,1,0,0,0,.92-1.38L15,29.94l1.18.13a20.33,20.33,0,0,0,4,0c.37.6.77,1.2,1.21,1.79a1,1,0,0,0,.8.41h4.34a1,1,0,0,0,.92-1.39c-.17-.4-.34-.83-.47-1.2-.18-.53-.32-1-.43-1.45A13.18,13.18,0,0,0,29.56,26a12.5,12.5,0,0,0,3,0,1,1,0,0,0,.78-.62l2.26-5.81A1,1,0,0,0,35.51,18.63Zm-3.78,5.44a11.37,11.37,0,0,1-2.35-.11h0a8.2,8.2,0,0,1-2.53-.87,1,1,0,0,0-.93,1.77,11.72,11.72,0,0,0,1.29.58,8,8,0,0,1-1.8,1.16l-1.06.48s.49,2.19.82,3.16H22.79c-.24-.34-1.45-2.36-1.45-2.36l-.67.09a18.53,18.53,0,0,1-4.25.12c-.66-.06-1.76-.2-2.62-.35l-1.55-.27s.63,2.43.75,2.74v0H10.42A20.57,20.57,0,0,1,7.76,26l-.18-.39A14.62,14.62,0,0,1,6,17.48c.54-5.19,6.12-9.11,12.19-8.54a15.47,15.47,0,0,1,5.08,1.48l.62.29.5-.47A10.29,10.29,0,0,1,27,8.54a8.25,8.25,0,0,1,4-.65l-3.38,5.29.25.5h0a21.16,21.16,0,0,0,3.31,4.84,6.49,6.49,0,0,0,2.14,1.39Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"savings solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M35,18.87A5.83,5.83,0,0,1,33,17.61a21.63,21.63,0,0,1-3.29-4.84l3.39-5.29a.9.9,0,0,0-.54-1.38,9.67,9.67,0,0,0-5.13.72,12,12,0,0,0-3.13,2A17.37,17.37,0,0,0,18.6,7.15C11.8,6.52,5.27,10.9,4.54,17l-.14-.07A2.76,2.76,0,0,1,2.9,15.29a2,2,0,0,1,.15-1.55,1.32,1.32,0,0,1,.47-.48,1.08,1.08,0,1,0-1.12-1.85,3.45,3.45,0,0,0-1.23,1.25A4.16,4.16,0,0,0,.84,15.9a5,5,0,0,0,2.57,3l1,.54a18.62,18.62,0,0,0,2,7.3,23,23,0,0,0,3,4.79,1,1,0,0,0,.8.38h3.61a.52.52,0,0,0,.4-.75L14,30.38a11,11,0,0,1-.33-1.18c.91.16,2.08.31,2.87.38a20.07,20.07,0,0,0,3.12,0c.39.7.79,1.33,1.15,1.85a.93.93,0,0,0,.77.41h3.11a.65.65,0,0,0,.61-.85c-.23-.74-.53-1.75-.71-2.37a15.9,15.9,0,0,0,3.75-1.76c.16-.11.32-.26.48-.39a13.77,13.77,0,0,1-2.42-1,.8.8,0,0,1,.74-1.42,11.64,11.64,0,0,0,3.18,1.1,13.31,13.31,0,0,0,2.68.12,1,1,0,0,0,.9-.66l1.73-4.44A1,1,0,0,0,35,18.87ZM13.79,11.59a.86.86,0,0,1-.3.05.85.85,0,0,1-.3-1.64,12.41,12.41,0,0,1,6.69-.55.85.85,0,1,1-.3,1.67A10.75,10.75,0,0,0,13.79,11.59Zm12.52,6.12a1.44,1.44,0,1,1,1.44-1.44A1.44,1.44,0,0,1,26.32,17.72Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"shopping bag line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M25,12V9.05a7,7,0,1,0-14,0v7a1,1,0,0,0,2,0V14h8V12H13V9.05a5,5,0,1,1,10,0V16a1,1,0,1,0,2,0V14h5V32H6V14H9V12H4V32.09A1.91,1.91,0,0,0,5.91,34H30.09A1.91,1.91,0,0,0,32,32.09V12Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"shopping bag solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M13,9.22a5,5,0,1,1,10,0V12h2V9.22a7,7,0,1,0-14,0V12h2Z\"></path><path class=\"clr-i-solid clr-i-solid-path-2\" d=\"M25,12v3.1a1,1,0,1,1-2,0V12H13v3.1a1,1,0,0,1-2,0V12H4V32a2,2,0,0,0,2,2H30a2,2,0,0,0,2-2V12Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"shopping cart line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <circle cx=\"13.33\" cy=\"29.75\" r=\"2.25\" class=\"clr-i-outline clr-i-outline-path-1\"></circle><circle cx=\"27\" cy=\"29.75\" r=\"2.25\" class=\"clr-i-outline clr-i-outline-path-2\"></circle><path d=\"M33.08,5.37A1,1,0,0,0,32.31,5H11.49l.65,2H31L28.33,19h-15L8.76,4.53a1,1,0,0,0-.66-.65L4,2.62a1,1,0,1,0-.59,1.92L7,5.64l4.59,14.5L9.95,21.48l-.13.13A2.66,2.66,0,0,0,9.74,25,2.75,2.75,0,0,0,12,26H28.69a1,1,0,0,0,0-2H11.84a.67.67,0,0,1-.56-1l2.41-2H29.13a1,1,0,0,0,1-.78l3.17-14A1,1,0,0,0,33.08,5.37Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"shopping cart outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <circle cx=\"13.33\" cy=\"29.75\" r=\"2.25\" class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\"></circle><circle cx=\"27\" cy=\"29.75\" r=\"2.25\" class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\"></circle><polygon points=\"20.71 7 21.87 5 11.49 5 12.14 7 20.71 7\" class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted\"></polygon><path d=\"M29.15,15.4,28.33,19h-15L8.76,4.53a1,1,0,0,0-.66-.65L4,2.62a1,1,0,1,0-.59,1.92L7,5.64l4.59,14.5L9.95,21.48l-.13.13A2.66,2.66,0,0,0,9.74,25,2.75,2.75,0,0,0,12,26H28.69a1,1,0,0,0,0-2H11.84a.67.67,0,0,1-.56-1l2.41-2H29.13a1,1,0,0,0,1-.78l1.09-4.82Z\" class=\"clr-i-outline--alerted clr-i-outline-path-4--alerted\"></path><path d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" class=\"clr-i-outline--alerted clr-i-outline-path-5--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"shopping cart outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <circle cx=\"13.33\" cy=\"29.75\" r=\"2.25\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"></circle><circle cx=\"27\" cy=\"29.75\" r=\"2.25\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"></circle><path d=\"M22.57,7a7.52,7.52,0,0,1-.07-1,7.52,7.52,0,0,1,.07-1H11.49l.65,2Z\" class=\"clr-i-outline--badged clr-i-outline-path-3--badged\"></path><path d=\"M30,13.5l-.42,0L28.33,19h-15L8.76,4.53a1,1,0,0,0-.66-.65L4,2.62a1,1,0,1,0-.59,1.92L7,5.64l4.59,14.5L9.95,21.48l-.13.13A2.66,2.66,0,0,0,9.74,25,2.75,2.75,0,0,0,12,26H28.69a1,1,0,0,0,0-2H11.84a.67.67,0,0,1-.56-1l2.41-2H29.13a1,1,0,0,0,1-.78l1.57-6.91A7.51,7.51,0,0,1,30,13.5Z\" class=\"clr-i-outline--badged clr-i-outline-path-4--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-outline--badged clr-i-outline-path-5--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"shopping cart solid alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <circle cx=\"13.5\" cy=\"29.5\" r=\"2.5\" class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\"></circle><circle cx=\"26.5\" cy=\"29.5\" r=\"2.5\" class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted\"></circle><path d=\"M22.23,15.4A3.68,3.68,0,0,1,19,9.89L21.29,6H9.21L8.76,4.57a1,1,0,0,0-.66-.65L4,2.66a1,1,0,1,0-.59,1.92L7,5.68l4.58,14.47L9.95,21.49l-.13.13A2.66,2.66,0,0,0,9.74,25,2.75,2.75,0,0,0,12,26H28.69a1,1,0,0,0,0-2H11.84a.67.67,0,0,1-.56-1l2.41-2H29.12a1,1,0,0,0,1-.76l1.19-4.84Z\" class=\"clr-i-solid--alerted clr-i-solid-path-3--alerted\"></path><path d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" class=\"clr-i-solid--alerted clr-i-solid-path-4--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"shopping cart solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <circle cx=\"13.5\" cy=\"29.5\" r=\"2.5\" class=\"clr-i-solid--badged clr-i-solid-path-1--badged\"></circle><circle cx=\"26.5\" cy=\"29.5\" r=\"2.5\" class=\"clr-i-solid--badged clr-i-solid-path-2--badged\"></circle><path d=\"M30,13.5A7.5,7.5,0,0,1,22.5,6H9.21L8.76,4.57a1,1,0,0,0-.66-.65L4,2.66a1,1,0,1,0-.59,1.92L7,5.68l4.58,14.47L9.95,21.49l-.13.13A2.66,2.66,0,0,0,9.74,25,2.75,2.75,0,0,0,12,26H28.69a1,1,0,0,0,0-2H11.84a.67.67,0,0,1-.56-1l2.41-2H29.12a1,1,0,0,0,1-.76l1.71-7A7.49,7.49,0,0,1,30,13.5Z\" class=\"clr-i-solid--badged clr-i-solid-path-3--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-solid--badged clr-i-solid-path-4--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"shopping cart solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <circle cx=\"13.5\" cy=\"29.5\" r=\"2.5\" class=\"clr-i-solid clr-i-solid-path-1\"></circle><circle cx=\"26.5\" cy=\"29.5\" r=\"2.5\" class=\"clr-i-solid clr-i-solid-path-2\"></circle><path d=\"M33.1,6.39A1,1,0,0,0,32.31,6H9.21L8.76,4.57a1,1,0,0,0-.66-.65L4,2.66a1,1,0,1,0-.59,1.92L7,5.68l4.58,14.47L9.95,21.49l-.13.13A2.66,2.66,0,0,0,9.74,25,2.75,2.75,0,0,0,12,26H28.69a1,1,0,0,0,0-2H11.84a.67.67,0,0,1-.56-1l2.41-2H29.12a1,1,0,0,0,1-.76l3.2-13A1,1,0,0,0,33.1,6.39Z\" class=\"clr-i-solid clr-i-solid-path-3\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"store line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M28,30H16V22H14v8H8V22H6v8a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V22H28Z\"></path><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M33.79,13.27,29.71,5.11A2,2,0,0,0,27.92,4H8.08A2,2,0,0,0,6.29,5.11L2.21,13.27a2,2,0,0,0-.21.9v3.08a2,2,0,0,0,.46,1.28A4.67,4.67,0,0,0,6,20.13a4.72,4.72,0,0,0,3-1.07,4.73,4.73,0,0,0,6,0,4.73,4.73,0,0,0,6,0,4.73,4.73,0,0,0,6,0,4.72,4.72,0,0,0,6.53-.52A2,2,0,0,0,34,17.26V14.17A2,2,0,0,0,33.79,13.27ZM30,18.13A2.68,2.68,0,0,1,27.82,17L27,15.88,26.19,17a2.71,2.71,0,0,1-4.37,0L21,15.88,20.19,17a2.71,2.71,0,0,1-4.37,0L15,15.88,14.19,17a2.71,2.71,0,0,1-4.37,0L9,15.88,8.18,17A2.68,2.68,0,0,1,6,18.13a2.64,2.64,0,0,1-2-.88V14.17L8.08,6H27.92L32,14.16v.67l0,2.39A2.67,2.67,0,0,1,30,18.13Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"store solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M28,30H16V22H14v8H8V22H6v8a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V22H28Z\"></path><path class=\"clr-i-solid clr-i-solid-path-2\" d=\"M33.79,13.27,29.71,5.11A2,2,0,0,0,27.92,4H8.08A2,2,0,0,0,6.29,5.11L2.21,13.27a2,2,0,0,0-.21.9v3.08a2,2,0,0,0,.46,1.28A4.67,4.67,0,0,0,6,20.13a4.72,4.72,0,0,0,3-1.07,4.73,4.73,0,0,0,6,0,4.73,4.73,0,0,0,6,0,4.73,4.73,0,0,0,6,0,4.72,4.72,0,0,0,6.53-.52A2,2,0,0,0,34,17.26V14.17A2,2,0,0,0,33.79,13.27ZM15,14.4v1.52L14.18,17a2.71,2.71,0,0,1-4.37,0L9,15.88V14.4L11.59,6H16Zm12,1.48L26.19,17a2.71,2.71,0,0,1-4.37,0L21,15.88l0,0V14.4L20,6h4.45L27,14.4Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"wallet line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M32,15H31V9a1,1,0,0,0-1-1H6a1,1,0,0,1-1-.82V6.82A1,1,0,0,1,6,6H29.58a1,1,0,0,0,0-2H6A3,3,0,0,0,3,7a3.08,3.08,0,0,0,0,.36V27.93A4.1,4.1,0,0,0,7.13,32H30a1,1,0,0,0,1-1V25h1a1,1,0,0,0,1-1V16A1,1,0,0,0,32,15ZM29,30H7.13A2.11,2.11,0,0,1,5,27.93V9.88A3.11,3.11,0,0,0,6,10H29v5H22a5,5,0,0,0,0,10h7Zm2-7H22a3,3,0,0,1,0-6H31Z\"></path><circle class=\"clr-i-outline clr-i-outline-path-2\" cx=\"23.01\" cy=\"20\" r=\"1.5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"wallet solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M32.94,14H31V9a1,1,0,0,0-1-1H6A1,1,0,0,1,5,7H5V7A1,1,0,0,1,6,6H29.6a1,1,0,1,0,0-2H6A2.94,2.94,0,0,0,3,6.88v21A4.13,4.13,0,0,0,7.15,32H30a1,1,0,0,0,1-1V26h1.94a.93.93,0,0,0,1-.91v-10A1.08,1.08,0,0,0,32.94,14ZM32,24l-8.58,0a3.87,3.87,0,0,1-3.73-4,3.87,3.87,0,0,1,3.73-4L32,16Z\"></path><circle class=\"clr-i-solid clr-i-solid-path-2\" cx=\"24.04\" cy=\"19.92\" r=\"1.5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"won line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M33,18H28.75l.5-2H33a1,1,0,0,0,0-2H29.74l2.17-8.76A1,1,0,0,0,30,4.76L27.68,14H21.31L19,4.76a1,1,0,0,0-1.94,0L14.79,14H8.42L6.13,4.76a1,1,0,0,0-1.94.48L6.36,14H3a1,1,0,0,0,0,2H6.85l.5,2H3a1,1,0,0,0,0,2H7.84l2.79,11.24a1,1,0,0,0,1.94,0L15.36,20h5.38l2.79,11.24a1,1,0,0,0,1.94,0L28.25,20H33a1,1,0,0,0,0-2Zm-5.82-2-.5,2H22.3l-.5-2ZM18,9.16,19.25,14h-2.4ZM8.91,16h5.38l-.5,2H9.41ZM11.6,26.84,9.91,20H13.3ZM15.85,18l.5-2h3.39l.5,2Zm8.64,8.84L22.8,20h3.39Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"won solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <polygon class=\"clr-i-solid clr-i-solid-path-1\" points=\"17.74 16 17.22 18 18.85 18 18.32 16 17.74 16\"></polygon><polygon class=\"clr-i-solid clr-i-solid-path-2\" points=\"11.94 18 14.63 18 15.16 16 11.41 16 11.94 18\"></polygon><polygon class=\"clr-i-solid clr-i-solid-path-3\" points=\"13.29 23.1 14.1 20 12.47 20 13.29 23.1\"></polygon><polygon class=\"clr-i-solid clr-i-solid-path-4\" points=\"21.44 18 24.13 18 24.66 16 20.91 16 21.44 18\"></polygon><polygon class=\"clr-i-solid clr-i-solid-path-5\" points=\"22.78 23.1 23.6 20 21.97 20 22.78 23.1\"></polygon><path class=\"clr-i-solid clr-i-solid-path-6\" d=\"M18,2A16,16,0,1,0,34,18,16,16,0,0,0,18,2ZM29,20H26.19L24,28.32a1.25,1.25,0,0,1-2.42,0L19.38,20H16.69l-2.19,8.32a1.25,1.25,0,0,1-2.42,0L9.88,20H7a1,1,0,0,1,0-2H9.35l-.53-2H7a1,1,0,0,1,0-2H8.3l-1-3.68a1.25,1.25,0,0,1,2.42-.64L10.88,14h4.8l1.14-4.32a1.25,1.25,0,0,1,2.42,0L20.38,14h4.8l1.14-4.32a1.25,1.25,0,0,1,2.42.64l-1,3.68H29a1,1,0,0,1,0,2H27.24l-.53,2H29a1,1,0,0,1,0,2Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"yen line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M29.34,4.55a1,1,0,1,0-1.67-1.1L18,18.23,8.33,3.45a1,1,0,0,0-1.67,1.1L17,20.35V22.2H12a.8.8,0,0,0,0,1.6h5v2.4H12a.8.8,0,0,0,0,1.6h5V32a1,1,0,0,0,2,0V27.8h5a.8.8,0,0,0,0-1.6H19V23.8h5a.8.8,0,0,0,0-1.6H19V20.35Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"yen solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M18,2A16,16,0,1,0,34,18,16,16,0,0,0,18,2Zm8.07,7.91L19.74,20H22a1,1,0,0,1,0,2H19.25v2H22a1,1,0,0,1,0,2H19.25v2.75a1.25,1.25,0,0,1-2.5,0V26H14a1,1,0,1,1,0-2h2.75V22H14a1,1,0,1,1,0-2h2.26L9.93,9.91a1.25,1.25,0,1,1,2.12-1.33L18,18.08l5.95-9.49a1.25,1.25,0,1,1,2.12,1.33Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li class='heading'>core</li><li title=\"angle double line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M29,19.41a1,1,0,0,1-.71-.29L18,8.83,7.71,19.12a1,1,0,0,1-1.41-1.41L18,6,29.71,17.71A1,1,0,0,1,29,19.41Z\"></path><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M29,30.41a1,1,0,0,1-.71-.29L18,19.83,7.71,30.12a1,1,0,0,1-1.41-1.41L18,17,29.71,28.71A1,1,0,0,1,29,30.41Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"angle line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M29.52,22.52,18,10.6,6.48,22.52a1.7,1.7,0,0,0,2.45,2.36L18,15.49l9.08,9.39a1.7,1.7,0,0,0,2.45-2.36Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"avatar line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M18,17a7,7,0,1,0-7-7A7,7,0,0,0,18,17ZM18,5a5,5,0,1,1-5,5A5,5,0,0,1,18,5Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M30.47,24.37a17.16,17.16,0,0,0-24.93,0A2,2,0,0,0,5,25.74V31a2,2,0,0,0,2,2H29a2,2,0,0,0,2-2V25.74A2,2,0,0,0,30.47,24.37ZM29,31H7V25.73a15.17,15.17,0,0,1,22,0h0Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"avatar outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M30.47,24.37a17.16,17.16,0,0,0-24.93,0A2,2,0,0,0,5,25.74V31a2,2,0,0,0,2,2H29a2,2,0,0,0,2-2V25.74A2,2,0,0,0,30.47,24.37ZM29,31H7V25.73a15.17,15.17,0,0,1,22,0h0Z\" class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\"></path><path d=\"M18,17a7,7,0,0,0,4.45-1.6h-.22A3.68,3.68,0,0,1,20,14.6a5,5,0,1,1,1.24-8.42l1-1.76A7,7,0,1,0,18,17Z\" class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\"></path><path d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"avatar outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M30.47,24.37a17.16,17.16,0,0,0-24.93,0A2,2,0,0,0,5,25.74V31a2,2,0,0,0,2,2H29a2,2,0,0,0,2-2V25.74A2,2,0,0,0,30.47,24.37ZM29,31H7V25.73a15.17,15.17,0,0,1,22,0h0Z\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"></path><path d=\"M18,17a7,7,0,0,0,6.85-5.56,7.4,7.4,0,0,1-2.24-6.69A7,7,0,1,0,18,17ZM18,5a5,5,0,1,1-5,5A5,5,0,0,1,18,5Z\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-outline--badged clr-i-outline-path-3--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"avatar solid alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M30.61,24.52a17.16,17.16,0,0,0-25.22,0,1.51,1.51,0,0,0-.39,1v6A1.5,1.5,0,0,0,6.5,33h23A1.5,1.5,0,0,0,31,31.5v-6A1.51,1.51,0,0,0,30.61,24.52Z\" class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\"></path><path d=\"M18,17a7,7,0,0,0,4.45-1.6h-.22A3.68,3.68,0,0,1,19,9.89l3.16-5.47A7,7,0,1,0,18,17Z\" class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted\"></path><path d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" class=\"clr-i-solid--alerted clr-i-solid-path-3--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"avatar solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M30.61,24.52a17.16,17.16,0,0,0-25.22,0,1.51,1.51,0,0,0-.39,1v6A1.5,1.5,0,0,0,6.5,33h23A1.5,1.5,0,0,0,31,31.5v-6A1.51,1.51,0,0,0,30.61,24.52Z\" class=\"clr-i-solid--badged clr-i-solid-path-1--badged\"></path><path d=\"M18,17a7,7,0,0,0,6.85-5.56,7.4,7.4,0,0,1-2.24-6.69A7,7,0,1,0,18,17Z\" class=\"clr-i-solid--badged clr-i-solid-path-2--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-solid--badged clr-i-solid-path-3--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"avatar solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M30.61,24.52a17.16,17.16,0,0,0-25.22,0,1.51,1.51,0,0,0-.39,1v6A1.5,1.5,0,0,0,6.5,33h23A1.5,1.5,0,0,0,31,31.5v-6A1.51,1.51,0,0,0,30.61,24.52Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path><circle cx=\"18\" cy=\"10\" r=\"7\" class=\"clr-i-solid clr-i-solid-path-2\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"bars line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M32,29H4a1,1,0,0,1,0-2H32a1,1,0,0,1,0,2Z\"></path><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M32,19H4a1,1,0,0,1,0-2H32a1,1,0,0,1,0,2Z\"></path><path class=\"clr-i-outline clr-i-outline-path-3\" d=\"M32,9H4A1,1,0,0,1,4,7H32a1,1,0,0,1,0,2Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"bell line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M32.51,27.83A14.4,14.4,0,0,1,30,24.9a12.63,12.63,0,0,1-1.35-4.81V15.15A10.81,10.81,0,0,0,19.21,4.4V3.11a1.33,1.33,0,1,0-2.67,0V4.42A10.81,10.81,0,0,0,7.21,15.15v4.94A12.63,12.63,0,0,1,5.86,24.9a14.4,14.4,0,0,1-2.47,2.93,1,1,0,0,0-.34.75v1.36a1,1,0,0,0,1,1h27.8a1,1,0,0,0,1-1V28.58A1,1,0,0,0,32.51,27.83ZM5.13,28.94a16.17,16.17,0,0,0,2.44-3,14.24,14.24,0,0,0,1.65-5.85V15.15a8.74,8.74,0,1,1,17.47,0v4.94a14.24,14.24,0,0,0,1.65,5.85,16.17,16.17,0,0,0,2.44,3Z\"></path><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M18,34.28A2.67,2.67,0,0,0,20.58,32H15.32A2.67,2.67,0,0,0,18,34.28Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"bell outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--badged clr-i-outline-path-1--badged\" d=\"M18,34.28A2.67,2.67,0,0,0,20.58,32H15.32A2.67,2.67,0,0,0,18,34.28Z\"></path><path class=\"clr-i-outline--badged clr-i-outline-path-2--badged\" d=\"M32.51,27.83A14.4,14.4,0,0,1,30,24.9a12.63,12.63,0,0,1-1.35-4.81V15.15a10.92,10.92,0,0,0-.16-1.79,7.44,7.44,0,0,1-2.24-.84,8.89,8.89,0,0,1,.4,2.64v4.94a14.24,14.24,0,0,0,1.65,5.85,16.17,16.17,0,0,0,2.44,3H5.13a16.17,16.17,0,0,0,2.44-3,14.24,14.24,0,0,0,1.65-5.85V15.15A8.8,8.8,0,0,1,18,6.31a8.61,8.61,0,0,1,4.76,1.44A7.49,7.49,0,0,1,22.5,6c0-.21,0-.42,0-.63a10.58,10.58,0,0,0-3.32-1V3.11a1.33,1.33,0,1,0-2.67,0V4.42A10.81,10.81,0,0,0,7.21,15.15v4.94A12.63,12.63,0,0,1,5.86,24.9a14.4,14.4,0,0,1-2.47,2.93,1,1,0,0,0-.34.75v1.36a1,1,0,0,0,1,1h27.8a1,1,0,0,0,1-1V28.58A1,1,0,0,0,32.51,27.83Z\"></path><circle class=\"clr-i-outline--badged clr-i-outline-path-1--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"bell solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--badged clr-i-solid-path-1--badged\" d=\"M18,34.28A2.67,2.67,0,0,0,20.58,32H15.32A2.67,2.67,0,0,0,18,34.28Z\"></path><path class=\"clr-i-solid--badged clr-i-solid-path-2--badged\" d=\"M32.85,28.13l-.34-.3A14.37,14.37,0,0,1,30,24.9a12.63,12.63,0,0,1-1.35-4.81V15.15a10.92,10.92,0,0,0-.16-1.79A7.5,7.5,0,0,1,22.5,6c0-.21,0-.42,0-.63a10.57,10.57,0,0,0-3.32-1V3.11a1.33,1.33,0,1,0-2.67,0V4.42A10.81,10.81,0,0,0,7.21,15.15v4.94A12.63,12.63,0,0,1,5.86,24.9a14.4,14.4,0,0,1-2.47,2.93l-.34.3v2.82H32.85Z\"></path><circle class=\"clr-i-solid--badged clr-i-solid-path-3--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"bell solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M32.85,28.13l-.34-.3A14.37,14.37,0,0,1,30,24.9a12.63,12.63,0,0,1-1.35-4.81V15.15A10.81,10.81,0,0,0,19.21,4.4V3.11a1.33,1.33,0,1,0-2.67,0V4.42A10.81,10.81,0,0,0,7.21,15.15v4.94A12.63,12.63,0,0,1,5.86,24.9a14.4,14.4,0,0,1-2.47,2.93l-.34.3v2.82H32.85Z\"></path><path class=\"clr-i-solid clr-i-solid-path-2\" d=\"M15.32,32a2.65,2.65,0,0,0,5.25,0Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"calendar line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M32.25,6H29V8h3V30H4V8H7V6H3.75A1.78,1.78,0,0,0,2,7.81V30.19A1.78,1.78,0,0,0,3.75,32h28.5A1.78,1.78,0,0,0,34,30.19V7.81A1.78,1.78,0,0,0,32.25,6Z\"></path><rect class=\"clr-i-outline clr-i-outline-path-2\" x=\"8\" y=\"14\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline clr-i-outline-path-3\" x=\"14\" y=\"14\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline clr-i-outline-path-4\" x=\"20\" y=\"14\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline clr-i-outline-path-5\" x=\"26\" y=\"14\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline clr-i-outline-path-6\" x=\"8\" y=\"19\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline clr-i-outline-path-7\" x=\"14\" y=\"19\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline clr-i-outline-path-8\" x=\"20\" y=\"19\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline clr-i-outline-path-9\" x=\"26\" y=\"19\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline clr-i-outline-path-10\" x=\"8\" y=\"24\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline clr-i-outline-path-11\" x=\"14\" y=\"24\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline clr-i-outline-path-12\" x=\"20\" y=\"24\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline clr-i-outline-path-13\" x=\"26\" y=\"24\" width=\"2\" height=\"2\"></rect><path class=\"clr-i-outline clr-i-outline-path-14\" d=\"M10,10a1,1,0,0,0,1-1V3A1,1,0,0,0,9,3V9A1,1,0,0,0,10,10Z\"></path><path class=\"clr-i-outline clr-i-outline-path-15\" d=\"M26,10a1,1,0,0,0,1-1V3a1,1,0,0,0-2,0V9A1,1,0,0,0,26,10Z\"></path><rect class=\"clr-i-outline clr-i-outline-path-16\" x=\"13\" y=\"6\" width=\"10\" height=\"2\"></rect>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"calendar outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\" d=\"M33.68,15.4H32V30H4V8H7V6H3.75A1.78,1.78,0,0,0,2,7.81V30.19A1.78,1.78,0,0,0,3.75,32h28.5A1.78,1.78,0,0,0,34,30.19V15.38Z\"></path><rect class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\" x=\"8\" y=\"14\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted\" x=\"14\" y=\"14\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline--alerted clr-i-outline-path-4--alerted\" x=\"8\" y=\"19\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline--alerted clr-i-outline-path-5--alerted\" x=\"14\" y=\"19\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline--alerted clr-i-outline-path-6--alerted\" x=\"20\" y=\"19\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline--alerted clr-i-outline-path-7--alerted\" x=\"26\" y=\"19\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline--alerted clr-i-outline-path-8--alerted\" x=\"8\" y=\"24\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline--alerted clr-i-outline-path-9--alerted\" x=\"14\" y=\"24\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline--alerted clr-i-outline-path-10--alerted\" x=\"20\" y=\"24\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline--alerted clr-i-outline-path-11--alerted\" x=\"26\" y=\"24\" width=\"2\" height=\"2\"></rect><path class=\"clr-i-outline--alerted clr-i-outline-path-12--alerted\" d=\"M10,10a1,1,0,0,0,1-1V3A1,1,0,0,0,9,3V9A1,1,0,0,0,10,10Z\"></path><path class=\"clr-i-outline--alerted clr-i-outline-path-13--alerted clr-i-alert\" d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"calendar outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--badged clr-i-outline-path-1--badged\" d=\"M32,13.22V30H4V8H7V6H3.75A1.78,1.78,0,0,0,2,7.81V30.19A1.78,1.78,0,0,0,3.75,32h28.5A1.78,1.78,0,0,0,34,30.19V12.34A7.45,7.45,0,0,1,32,13.22Z\"></path><rect class=\"clr-i-outline--badged clr-i-outline-path-2--badged\" x=\"8\" y=\"14\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline--badged clr-i-outline-path-3--badged\" x=\"14\" y=\"14\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline--badged clr-i-outline-path-4--badged\" x=\"20\" y=\"14\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline--badged clr-i-outline-path-5--badged\" x=\"26\" y=\"14\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline--badged clr-i-outline-path-6--badged\" x=\"8\" y=\"19\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline--badged clr-i-outline-path-7--badged\" x=\"14\" y=\"19\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline--badged clr-i-outline-path-8--badged\" x=\"20\" y=\"19\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline--badged clr-i-outline-path-9--badged\" x=\"26\" y=\"19\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline--badged clr-i-outline-path-10--badged\" x=\"8\" y=\"24\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline--badged clr-i-outline-path-11--badged\" x=\"14\" y=\"24\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline--badged clr-i-outline-path-12--badged\" x=\"20\" y=\"24\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline--badged clr-i-outline-path-13--badged\" x=\"26\" y=\"24\" width=\"2\" height=\"2\"></rect><path class=\"clr-i-outline--badged clr-i-outline-path-14--badged\" d=\"M10,10a1,1,0,0,0,1-1V3A1,1,0,0,0,9,3V9A1,1,0,0,0,10,10Z\"></path><path class=\"clr-i-outline--badged clr-i-outline-path-15--badged\" d=\"M22.5,6H13V8h9.78A7.49,7.49,0,0,1,22.5,6Z\"></path><circle class=\"clr-i-outline--badged clr-i-outline-path-16--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"calendar solid alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\" d=\"M33.68,15.4H22.23A3.68,3.68,0,0,1,19,9.89L21.29,6H12.2V9A2.2,2.2,0,0,1,7.8,9V6h-4A1.78,1.78,0,0,0,2,7.81V30.19A1.78,1.78,0,0,0,3.75,32h28.5A1.78,1.78,0,0,0,34,30.19V15.38ZM10,26H8V24h2Zm0-5H8V19h2Zm0-5H8V14h2Zm6,10H14V24h2Zm0-5H14V19h2Zm0-5H14V14h2Zm6,10H20V24h2Zm0-5H20V19h2Zm6,5H26V24h2Zm0-5H26V19h2Z\"></path><path class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted\" d=\"M10,10a1,1,0,0,0,1-1V3A1,1,0,0,0,9,3V9A1,1,0,0,0,10,10Z\"></path><path class=\"clr-i-solid--alerted clr-i-solid-path-3--alerted clr-i-alert\" d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"calendar solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--badged clr-i-solid-path-1--badged\" d=\"M10,10a1,1,0,0,0,1-1V3A1,1,0,0,0,9,3V9A1,1,0,0,0,10,10Z\"></path><path class=\"clr-i-solid--badged clr-i-solid-path-2--badged\" d=\"M30,13.5A7.5,7.5,0,0,1,22.5,6H12.2V9A2.2,2.2,0,0,1,7.8,9V6h-4A1.78,1.78,0,0,0,2,7.81V30.19A1.78,1.78,0,0,0,3.75,32h28.5A1.78,1.78,0,0,0,34,30.19V12.34A7.45,7.45,0,0,1,30,13.5ZM10,26H8V24h2Zm0-5H8V19h2Zm0-5H8V14h2Zm6,10H14V24h2Zm0-5H14V19h2Zm0-5H14V14h2Zm6,10H20V24h2Zm0-5H20V19h2Zm0-5H20V14h2Zm6,10H26V24h2Zm0-5H26V19h2Zm0-5H26V14h2Z\"></path><circle class=\"clr-i-solid--badged clr-i-solid-path-3--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"calendar solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M32.25,6h-4V9a2.2,2.2,0,1,1-4.4,0V6H12.2V9A2.2,2.2,0,0,1,7.8,9V6h-4A1.78,1.78,0,0,0,2,7.81V30.19A1.78,1.78,0,0,0,3.75,32h28.5A1.78,1.78,0,0,0,34,30.19V7.81A1.78,1.78,0,0,0,32.25,6ZM10,26H8V24h2Zm0-5H8V19h2Zm0-5H8V14h2Zm6,10H14V24h2Zm0-5H14V19h2Zm0-5H14V14h2Zm6,10H20V24h2Zm0-5H20V19h2Zm0-5H20V14h2Zm6,10H26V24h2Zm0-5H26V19h2Zm0-5H26V14h2Z\"></path><path class=\"clr-i-solid clr-i-solid-path-2\" d=\"M10,10a1,1,0,0,0,1-1V3A1,1,0,0,0,9,3V9A1,1,0,0,0,10,10Z\"></path><path class=\"clr-i-solid clr-i-solid-path-3\" d=\"M26,10a1,1,0,0,0,1-1V3a1,1,0,0,0-2,0V9A1,1,0,0,0,26,10Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"caret line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M29.52,22.52,18,10.6,6.48,22.52a1.7,1.7,0,0,0,2.45,2.36L18,15.49l9.08,9.39a1.7,1.7,0,0,0,2.45-2.36Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"check circle line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M18,6A12,12,0,1,0,30,18,12,12,0,0,0,18,6Zm0,22A10,10,0,1,1,28,18,10,10,0,0,1,18,28Z\"></path><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M16.34,23.74l-5-5a1,1,0,0,1,1.41-1.41l3.59,3.59,6.78-6.78a1,1,0,0,1,1.41,1.41Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"check circle solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M30,18A12,12,0,1,1,18,6,12,12,0,0,1,30,18Zm-4.77-2.16a1.4,1.4,0,0,0-2-2l-6.77,6.77L13,17.16a1.4,1.4,0,0,0-2,2l5.45,5.45Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"check line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M13.72,27.69,3.29,17.27a1,1,0,0,1,1.41-1.41l9,9L31.29,7.29a1,1,0,0,1,1.41,1.41Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"close line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M19.41,18l8.29-8.29a1,1,0,0,0-1.41-1.41L18,16.59,9.71,8.29A1,1,0,0,0,8.29,9.71L16.59,18,8.29,26.29a1,1,0,1,0,1.41,1.41L18,19.41l8.29,8.29a1,1,0,0,0,1.41-1.41Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"cloud line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M27.14,33H10.62C5.67,33,1,28.19,1,23.1a10,10,0,0,1,8-9.75,10.19,10.19,0,0,1,20.33,1.06A10.07,10.07,0,0,1,29,16.66a8.29,8.29,0,0,1,6,8C35,29.1,31.33,33,27.14,33ZM19.09,6.23a8.24,8.24,0,0,0-8.19,8l0,.87-.86.1A7.94,7.94,0,0,0,3,23.1c0,4,3.77,7.9,7.62,7.9H27.14C30.21,31,33,28,33,24.65a6.31,6.31,0,0,0-5.37-6.26l-1.18-.18.39-1.13A8.18,8.18,0,0,0,19.09,6.23Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"cloud outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\" d=\"M29,16.66a10.14,10.14,0,0,0,.2-1.3h-2a8.28,8.28,0,0,1-.37,1.72l-.39,1.13,1.18.18a6.31,6.31,0,0,1,5.37,6.26C32.95,28,30.16,31,27.09,31H10.57c-3.84,0-7.62-3.91-7.62-7.9a7.94,7.94,0,0,1,7-7.89l.86-.1,0-.87A8.16,8.16,0,0,1,21,6.47l1-1.8A10.19,10.19,0,0,0,8.91,13.36a10,10,0,0,0-8,9.75c0,5.09,4.67,9.9,9.62,9.9H27.09c4.19,0,7.86-3.9,7.86-8.35A8.29,8.29,0,0,0,29,16.66Z\"></path><path class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted clr-i-alert\" d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"cloud outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--badged clr-i-outline-path-1--badged\" d=\"M29,16.66a10.07,10.07,0,0,0,.25-2.24c0-.33,0-.65,0-1a7.45,7.45,0,0,1-2.1-.54,8,8,0,0,1-.3,4.16l-.39,1.13,1.18.18a6.31,6.31,0,0,1,5.37,6.26C32.95,28,30.16,31,27.09,31H10.57c-3.84,0-7.62-3.91-7.62-7.9a7.94,7.94,0,0,1,7-7.89l.86-.1,0-.87a8.24,8.24,0,0,1,8.19-8A8.13,8.13,0,0,1,22.58,7a7.53,7.53,0,0,1-.08-1,7.51,7.51,0,0,1,.09-1.12A10.13,10.13,0,0,0,19,4.23,10.26,10.26,0,0,0,8.91,13.36a10,10,0,0,0-8,9.75c0,5.09,4.67,9.9,9.62,9.9H27.09c4.19,0,7.86-3.9,7.86-8.35A8.29,8.29,0,0,0,29,16.66Z\"></path><circle class=\"clr-i-outline--badged clr-i-outline-path-2--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"cloud solid alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\" d=\"M29,16.66a10.15,10.15,0,0,0,.2-1.26h-7A3.68,3.68,0,0,1,19,9.89l3-5.21A10.19,10.19,0,0,0,8.91,13.36,10,10,0,0,0,1,23.1C1,28.19,5.62,33,10.57,33H27.09C31.28,33,35,29.1,35,24.65A8.29,8.29,0,0,0,29,16.66Z\"></path><path class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted clr-i-alert\" d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"cloud solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--badged clr-i-solid-path-1--badged\" d=\"M29,16.66a10.07,10.07,0,0,0,.25-2.24c0-.33,0-.65,0-1a7.44,7.44,0,0,1-6.6-8.58A10.13,10.13,0,0,0,19,4.23,10.26,10.26,0,0,0,8.91,13.36,10,10,0,0,0,1,23.1C1,28.19,5.62,33,10.57,33H27.09C31.28,33,35,29.1,35,24.65A8.29,8.29,0,0,0,29,16.66Z\"></path><circle class=\"clr-i-solid--badged clr-i-solid-path-2--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"cloud solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M29,16.66a10.07,10.07,0,0,0,.25-2.24A10.19,10.19,0,0,0,8.91,13.36,10,10,0,0,0,1,23.1C1,28.19,5.62,33,10.57,33H27.09C31.28,33,35,29.1,35,24.65A8.29,8.29,0,0,0,29,16.66Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"cog line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M18.1,11c-3.9,0-7,3.1-7,7s3.1,7,7,7c3.9,0,7-3.1,7-7S22,11,18.1,11z M18.1,23c-2.8,0-5-2.2-5-5s2.2-5,5-5c2.8,0,5,2.2,5,5S20.9,23,18.1,23z\"></path><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M32.8,14.7L30,13.8l-0.6-1.5l1.4-2.6c0.3-0.6,0.2-1.4-0.3-1.9l-2.4-2.4c-0.5-0.5-1.3-0.6-1.9-0.3l-2.6,1.4l-1.5-0.6l-0.9-2.8C21,2.5,20.4,2,19.7,2h-3.4c-0.7,0-1.3,0.5-1.4,1.2L14,6c-0.6,0.1-1.1,0.3-1.6,0.6L9.8,5.2C9.2,4.9,8.4,5,7.9,5.5L5.5,7.9C5,8.4,4.9,9.2,5.2,9.8l1.3,2.5c-0.2,0.5-0.4,1.1-0.6,1.6l-2.8,0.9C2.5,15,2,15.6,2,16.3v3.4c0,0.7,0.5,1.3,1.2,1.5L6,22.1l0.6,1.5l-1.4,2.6c-0.3,0.6-0.2,1.4,0.3,1.9l2.4,2.4c0.5,0.5,1.3,0.6,1.9,0.3l2.6-1.4l1.5,0.6l0.9,2.9c0.2,0.6,0.8,1.1,1.5,1.1h3.4c0.7,0,1.3-0.5,1.5-1.1l0.9-2.9l1.5-0.6l2.6,1.4c0.6,0.3,1.4,0.2,1.9-0.3l2.4-2.4c0.5-0.5,0.6-1.3,0.3-1.9l-1.4-2.6l0.6-1.5l2.9-0.9c0.6-0.2,1.1-0.8,1.1-1.5v-3.4C34,15.6,33.5,14.9,32.8,14.7z M32,19.4l-3.6,1.1L28.3,21c-0.3,0.7-0.6,1.4-0.9,2.1l-0.3,0.5l1.8,3.3l-2,2l-3.3-1.8l-0.5,0.3c-0.7,0.4-1.4,0.7-2.1,0.9l-0.5,0.1L19.4,32h-2.8l-1.1-3.6L15,28.3c-0.7-0.3-1.4-0.6-2.1-0.9l-0.5-0.3l-3.3,1.8l-2-2l1.8-3.3l-0.3-0.5c-0.4-0.7-0.7-1.4-0.9-2.1l-0.1-0.5L4,19.4v-2.8l3.4-1l0.2-0.5c0.2-0.8,0.5-1.5,0.9-2.2l0.3-0.5L7.1,9.1l2-2l3.2,1.8l0.5-0.3c0.7-0.4,1.4-0.7,2.2-0.9l0.5-0.2L16.6,4h2.8l1.1,3.5L21,7.7c0.7,0.2,1.4,0.5,2.1,0.9l0.5,0.3l3.3-1.8l2,2l-1.8,3.3l0.3,0.5c0.4,0.7,0.7,1.4,0.9,2.1l0.1,0.5l3.6,1.1V19.4z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"cog outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\" d=\"M33.7,15.4h-5.3v0.1l3.6,1.1v2.8l-3.6,1.1L28.3,21c-0.3,0.7-0.6,1.4-0.9,2.1l-0.3,0.5l1.8,3.3l-2,2l-3.3-1.8l-0.5,0.3c-0.7,0.4-1.4,0.7-2.1,0.9l-0.5,0.1L19.4,32h-2.8l-1.1-3.6L15,28.3c-0.7-0.3-1.4-0.6-2.1-0.9l-0.5-0.3l-3.3,1.8l-2-2l1.8-3.3l-0.3-0.5c-0.4-0.7-0.7-1.4-0.9-2.1l-0.1-0.5L4,19.4v-2.8l3.4-1l0.2-0.5c0.2-0.8,0.5-1.5,0.9-2.2l0.3-0.5L7.1,9.1l2-2l3.2,1.8l0.5-0.3c0.7-0.4,1.4-0.7,2.2-0.9l0.5-0.2L16.6,4h2.8l1.1,3.4l1.4-2.3l-0.6-2C21,2.4,20.4,2,19.7,2h-3.4c-0.7,0-1.3,0.5-1.4,1.2L14,6c-0.6,0.1-1.1,0.3-1.6,0.6L9.8,5.2C9.2,4.9,8.4,5,7.9,5.5L5.5,7.9C5,8.4,4.9,9.2,5.2,9.8l1.3,2.5c-0.2,0.5-0.4,1.1-0.6,1.6l-2.8,0.9C2.5,15,2,15.6,2,16.3v3.4c0,0.7,0.5,1.3,1.2,1.5L6,22.1l0.6,1.5l-1.4,2.6c-0.3,0.6-0.2,1.4,0.3,1.9l2.4,2.4c0.5,0.5,1.3,0.6,1.9,0.3l2.6-1.4l1.5,0.6l0.9,2.9c0.2,0.6,0.8,1.1,1.5,1.1h3.4c0.7,0,1.3-0.5,1.5-1.1l0.9-2.9l1.5-0.6l2.6,1.4c0.6,0.3,1.4,0.2,1.9-0.3l2.4-2.4c0.5-0.5,0.6-1.3,0.3-1.9l-1.4-2.6l0.6-1.5l2.9-0.9c0.6-0.2,1.1-0.8,1.1-1.5v-3.4C34,16,33.9,15.7,33.7,15.4z\"></path><path class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\" d=\"M18.1,23c-2.8,0-5-2.2-5-5s2.2-5,5-5c0.2,0,0.5,0,0.7,0.1c-0.2-0.6-0.3-1.3-0.2-2h-0.5c-3.9,0-7,3.1-7,7c0,3.9,3.1,7,7,7c3.9,0,7-3.1,7-7c0-0.9-0.2-1.8-0.5-2.6h-2.2c0.5,0.8,0.7,1.6,0.7,2.5C23.1,20.8,20.9,23,18.1,23z\"></path><path class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted clr-i-alert\" d=\"M26.9,1.1L21.1,11c-0.4,0.6-0.2,1.4,0.3,1.8c0.2,0.2,0.5,0.2,0.8,0.2h11.5c0.7,0,1.3-0.5,1.3-1.2c0-0.3-0.1-0.5-0.2-0.8l-5.7-9.9c-0.4-0.6-1.1-0.8-1.8-0.5C27.1,0.8,27,1,26.9,1.1z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"cog outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--badged clr-i-outline-path-1--badged\" d=\"M11.1,18c0,3.9,3.1,7,7,7c3.9,0,7-3.1,7-7s-3.1-7-7-7C14.2,11,11.1,14.1,11.1,18z M23.1,18c0,2.8-2.2,5-5,5c-2.8,0-5-2.2-5-5s2.2-5,5-5C20.9,13,23.1,15.2,23.1,18z\"></path><path class=\"clr-i-outline--badged clr-i-outline-path-2--badged\" d=\"M32.8,14.7L30,13.8l-0.1-0.3c-0.8,0-1.6-0.2-2.4-0.4c0.3,0.6,0.6,1.3,0.8,1.9l0.1,0.5l3.6,1.1v2.8l-3.6,1.1L28.3,21c-0.3,0.7-0.6,1.4-0.9,2.1l-0.3,0.5l1.8,3.3l-2,2l-3.3-1.8l-0.5,0.3c-0.7,0.4-1.4,0.7-2.1,0.9l-0.5,0.1L19.4,32h-2.8l-1.1-3.6L15,28.3c-0.7-0.3-1.4-0.6-2.1-0.9l-0.5-0.3l-3.3,1.8l-2-2l1.8-3.3l-0.3-0.5c-0.4-0.7-0.7-1.4-0.9-2.1l-0.1-0.5L4,19.4v-2.8l3.4-1l0.2-0.5c0.2-0.8,0.5-1.5,0.9-2.2l0.3-0.5L7.1,9.1l2-2l3.2,1.8l0.5-0.3c0.7-0.4,1.4-0.7,2.2-0.9l0.5-0.2L16.6,4h2.8l1.1,3.5L21,7.7c0.7,0.2,1.3,0.5,1.9,0.8c-0.3-0.8-0.4-1.6-0.4-2.5l-0.4-0.2l-0.9-2.8C21,2.5,20.4,2,19.7,2h-3.4c-0.7,0-1.3,0.5-1.4,1.2L14,6c-0.6,0.1-1.1,0.3-1.6,0.6L9.8,5.2C9.2,4.9,8.4,5,7.9,5.5L5.5,7.9C5,8.4,4.9,9.2,5.2,9.8l1.3,2.5c-0.2,0.5-0.4,1.1-0.6,1.6l-2.8,0.9C2.5,15,2,15.6,2,16.3v3.4c0,0.7,0.5,1.3,1.2,1.5L6,22.1l0.6,1.5l-1.4,2.6c-0.3,0.6-0.2,1.4,0.3,1.9l2.4,2.4c0.5,0.5,1.3,0.6,1.9,0.3l2.6-1.4l1.5,0.6l0.9,2.9c0.2,0.6,0.8,1.1,1.5,1.1h3.4c0.7,0,1.3-0.5,1.5-1.1l0.9-2.9l1.5-0.6l2.6,1.4c0.6,0.3,1.4,0.2,1.9-0.3l2.4-2.4c0.5-0.5,0.6-1.3,0.3-1.9l-1.4-2.6l0.6-1.5l2.9-0.9c0.6-0.2,1.1-0.8,1.1-1.5v-3.4C34,15.6,33.5,14.9,32.8,14.7z\"></path><circle class=\"clr-i-outline--badged clr-i-outline-path-3--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"cog solid alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\" d=\"M32.57,15.72,31.5,15.4H22.85A5.5,5.5,0,1,1,18,12.5a5.53,5.53,0,0,1,.65,0A3.68,3.68,0,0,1,19,9.89l2.09-3.62-.86-2.83A.61.61,0,0,0,19.69,3H16.31a.61.61,0,0,0-.58.43l-1,3.3a11.63,11.63,0,0,0-2.38,1l-3-1.62a.61.61,0,0,0-.72.11L6.2,8.59a.61.61,0,0,0-.11.72l1.62,3a11.63,11.63,0,0,0-1,2.37l-3.31,1a.61.61,0,0,0-.43.58v3.38a.61.61,0,0,0,.43.58l3.33,1a11.62,11.62,0,0,0,1,2.33L6.09,26.69a.61.61,0,0,0,.11.72L8.59,29.8a.61.61,0,0,0,.72.11l3.09-1.65a11.65,11.65,0,0,0,2.3.94l1,3.37a.61.61,0,0,0,.58.43h3.38a.61.61,0,0,0,.58-.43l1-3.38a11.63,11.63,0,0,0,2.28-.94l3.11,1.66a.61.61,0,0,0,.72-.11l2.39-2.39a.61.61,0,0,0,.11-.72l-1.66-3.1a11.63,11.63,0,0,0,.95-2.29l3.37-1a.61.61,0,0,0,.43-.58V16.31A.61.61,0,0,0,32.57,15.72Z\"></path><path class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted clr-i-alert\" d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"cog solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--badged clr-i-solid-path-1--badged\" d=\"M32.57,15.72l-3.35-1a12.12,12.12,0,0,0-.47-1.32,7.49,7.49,0,0,1-6.14-6.16,11.82,11.82,0,0,0-1.33-.48l-1-3.31A.61.61,0,0,0,19.69,3H16.31a.61.61,0,0,0-.58.43l-1,3.3a11.63,11.63,0,0,0-2.38,1l-3-1.62a.61.61,0,0,0-.72.11L6.2,8.59a.61.61,0,0,0-.11.72l1.62,3a11.63,11.63,0,0,0-1,2.37l-3.31,1a.61.61,0,0,0-.43.58v3.38a.61.61,0,0,0,.43.58l3.33,1a11.62,11.62,0,0,0,1,2.33L6.09,26.69a.61.61,0,0,0,.11.72L8.59,29.8a.61.61,0,0,0,.72.11l3.09-1.65a11.65,11.65,0,0,0,2.3.94l1,3.37a.61.61,0,0,0,.58.43h3.38a.61.61,0,0,0,.58-.43l1-3.38a11.63,11.63,0,0,0,2.28-.94l3.11,1.66a.61.61,0,0,0,.72-.11l2.39-2.39a.61.61,0,0,0,.11-.72l-1.66-3.1a11.63,11.63,0,0,0,.95-2.29l3.37-1a.61.61,0,0,0,.43-.58V16.31A.61.61,0,0,0,32.57,15.72ZM18,23.5A5.5,5.5,0,1,1,23.5,18,5.5,5.5,0,0,1,18,23.5Z\"></path><circle class=\"clr-i-solid--badged clr-i-solid-path-2--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"cog solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M32.57,15.72l-3.35-1a11.65,11.65,0,0,0-.95-2.33l1.64-3.07a.61.61,0,0,0-.11-.72L27.41,6.2a.61.61,0,0,0-.72-.11L23.64,7.72a11.62,11.62,0,0,0-2.36-1l-1-3.31A.61.61,0,0,0,19.69,3H16.31a.61.61,0,0,0-.58.43l-1,3.3a11.63,11.63,0,0,0-2.38,1l-3-1.62a.61.61,0,0,0-.72.11L6.2,8.59a.61.61,0,0,0-.11.72l1.62,3a11.63,11.63,0,0,0-1,2.37l-3.31,1a.61.61,0,0,0-.43.58v3.38a.61.61,0,0,0,.43.58l3.33,1a11.62,11.62,0,0,0,1,2.33L6.09,26.69a.61.61,0,0,0,.11.72L8.59,29.8a.61.61,0,0,0,.72.11l3.09-1.65a11.65,11.65,0,0,0,2.3.94l1,3.37a.61.61,0,0,0,.58.43h3.38a.61.61,0,0,0,.58-.43l1-3.38a11.63,11.63,0,0,0,2.28-.94l3.11,1.66a.61.61,0,0,0,.72-.11l2.39-2.39a.61.61,0,0,0,.11-.72l-1.66-3.1a11.63,11.63,0,0,0,.95-2.29l3.37-1a.61.61,0,0,0,.43-.58V16.31A.61.61,0,0,0,32.57,15.72ZM18,23.5A5.5,5.5,0,1,1,23.5,18,5.5,5.5,0,0,1,18,23.5Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"collapse line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M29,19.41a1,1,0,0,1-.71-.29L18,8.83,7.71,19.12a1,1,0,0,1-1.41-1.41L18,6,29.71,17.71A1,1,0,0,1,29,19.41Z\"></path><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M29,30.41a1,1,0,0,1-.71-.29L18,19.83,7.71,30.12a1,1,0,0,1-1.41-1.41L18,17,29.71,28.71A1,1,0,0,1,29,30.41Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"directory line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M30,9H16.42L14.11,5.82A2,2,0,0,0,12.49,5H6A2,2,0,0,0,4,7V29a2,2,0,0,0,2,2H30a2,2,0,0,0,2-2V11A2,2,0,0,0,30,9Zm0,20H6V13h7.31a2,2,0,0,0,2-2H6V7h6.49l2.61,3.59a1,1,0,0,0,.81.41H30Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"directory outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\" d=\"M30,15.4V29H6V13h7.31a2,2,0,0,0,2-2H6V7h6.49l2.61,3.59a1,1,0,0,0,.81.41h2.73A3.66,3.66,0,0,1,19,9.89L19.56,9H16.42L14.11,5.82A2,2,0,0,0,12.49,5H6A2,2,0,0,0,4,7V29a2,2,0,0,0,2,2H30a2,2,0,0,0,2-2V15.4Z\"></path><path class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted clr-i-alert\" d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"directory outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--badged clr-i-outline-path-1--badged\" d=\"M30,13.5V29H6V13h7.31a2,2,0,0,0,2-2H6V7h6.49l2.61,3.59a1,1,0,0,0,.81.41h8.51a7.5,7.5,0,0,1-1.29-2H16.42L14.11,5.82A2,2,0,0,0,12.49,5H6A2,2,0,0,0,4,7V29a2,2,0,0,0,2,2H30a2,2,0,0,0,2-2V13.22A7.49,7.49,0,0,1,30,13.5Z\"></path><circle class=\"clr-i-outline--badged clr-i-outline-path-2--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"directory solid alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\" d=\"M22.23,15.4A3.68,3.68,0,0,1,19,9.89L19.56,9H16.42L14.11,5.82A2,2,0,0,0,12.49,5H6A2,2,0,0,0,4,7V29a2,2,0,0,0,2,2H30a2,2,0,0,0,2-2V15.4ZM6,11V7h6.49l2.72,4Z\"></path><path class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted clr-i-alert\" d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"directory solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--badged clr-i-solid-path-1--badged\" d=\"M30,13.5A7.5,7.5,0,0,1,23.13,9H16.42L14.11,5.82A2,2,0,0,0,12.49,5H6A2,2,0,0,0,4,7V29a2,2,0,0,0,2,2H30a2,2,0,0,0,2-2V13.22A7.49,7.49,0,0,1,30,13.5ZM6,11V7h6.49l2.72,4Z\"></path><circle class=\"clr-i-solid--badged clr-i-solid-path-2--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"directory solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M30,9H16.42L14.11,5.82A2,2,0,0,0,12.49,5H6A2,2,0,0,0,4,7V29a2,2,0,0,0,2,2H30a2,2,0,0,0,2-2V11A2,2,0,0,0,30,9ZM6,11V7h6.49l2.72,4Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"ellipsis horizontal line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <circle cx=\"31.1\" cy=\"18\" r=\"2.9\" class=\"clr-i-outline clr-i-outline-path-1\"></circle><circle cx=\"18\" cy=\"18\" r=\"2.9\" class=\"clr-i-outline clr-i-outline-path-2\"></circle><circle cx=\"4.9\" cy=\"18\" r=\"2.9\" class=\"clr-i-outline clr-i-outline-path-3\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"ellipsis horizontal outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <circle cx=\"31.1\" cy=\"18\" r=\"2.9\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"></circle><circle cx=\"18\" cy=\"18\" r=\"2.9\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"></circle><circle cx=\"4.9\" cy=\"18\" r=\"2.9\" class=\"clr-i-outline--badged clr-i-outline-path-3--badged\"></circle><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-outline--badged clr-i-outline-path-4--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"ellipsis vertical line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <circle cx=\"18\" cy=\"4.9\" r=\"2.9\" class=\"clr-i-outline clr-i-outline-path-1\"></circle><circle cx=\"18\" cy=\"18\" r=\"2.9\" class=\"clr-i-outline clr-i-outline-path-2\"></circle><circle cx=\"18\" cy=\"31.1\" r=\"2.9\" class=\"clr-i-outline clr-i-outline-path-3\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"ellipsis vertical outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <circle cx=\"18\" cy=\"4.9\" r=\"2.9\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"></circle><circle cx=\"18\" cy=\"18\" r=\"2.9\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"></circle><circle cx=\"18\" cy=\"31.1\" r=\"2.9\" class=\"clr-i-outline--badged clr-i-outline-path-3--badged\"></circle><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-outline--badged clr-i-outline-path-4--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"error line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M18,6A12,12,0,1,0,30,18,12,12,0,0,0,18,6Zm0,22A10,10,0,1,1,28,18,10,10,0,0,1,18,28Z\"></path><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M18,20.07a1.3,1.3,0,0,1-1.3-1.3v-6a1.3,1.3,0,1,1,2.6,0v6A1.3,1.3,0,0,1,18,20.07Z\"></path><circle class=\"clr-i-outline clr-i-outline-path-3\" cx=\"17.95\" cy=\"23.02\" r=\"1.5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"error solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M18,6A12,12,0,1,0,30,18,12,12,0,0,0,18,6Zm-1.49,6a1.49,1.49,0,0,1,3,0v6.89a1.49,1.49,0,1,1-3,0ZM18,25.5a1.72,1.72,0,1,1,1.72-1.72A1.72,1.72,0,0,1,18,25.5Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"error standard line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <circle class=\"clr-i-outline clr-i-outline-path-1\" cx=\"18\" cy=\"26.06\" r=\"1.33\"></circle><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M18,22.61a1,1,0,0,1-1-1v-12a1,1,0,1,1,2,0v12A1,1,0,0,1,18,22.61Z\"></path><path class=\"clr-i-outline clr-i-outline-path-3\" d=\"M18,34A16,16,0,1,1,34,18,16,16,0,0,1,18,34ZM18,4A14,14,0,1,0,32,18,14,14,0,0,0,18,4Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"error standard solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M18,2.1a16,16,0,1,0,16,16A16,16,0,0,0,18,2.1ZM16.6,8.8a1.4,1.4,0,0,1,2.8,0v12a1.4,1.4,0,0,1-2.8,0ZM18,28.6a1.8,1.8,0,1,1,1.8-1.8A1.8,1.8,0,0,1,18,28.6Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"event line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M16.17,25.86,10.81,20.5a1,1,0,0,1,1.41-1.41L16.17,23l8.64-8.64a1,1,0,0,1,1.41,1.41Z\"></path><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M32.25,6H29V8h3V30H4V8H7V6H3.75A1.78,1.78,0,0,0,2,7.81V30.19A1.78,1.78,0,0,0,3.75,32h28.5A1.78,1.78,0,0,0,34,30.19V7.81A1.78,1.78,0,0,0,32.25,6Z\"></path><path class=\"clr-i-outline clr-i-outline-path-3\" d=\"M10,10a1,1,0,0,0,1-1V3A1,1,0,0,0,9,3V9A1,1,0,0,0,10,10Z\"></path><path class=\"clr-i-outline clr-i-outline-path-4\" d=\"M26,10a1,1,0,0,0,1-1V3a1,1,0,0,0-2,0V9A1,1,0,0,0,26,10Z\"></path><rect class=\"clr-i-outline clr-i-outline-path-5\" x=\"13\" y=\"6\" width=\"10\" height=\"2\"></rect>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"event outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\" d=\"M10,10a1,1,0,0,0,1-1V3A1,1,0,0,0,9,3V9A1,1,0,0,0,10,10Z\"></path><path class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\" d=\"M10.81,20.5l5.36,5.36L26.22,15.81a1,1,0,0,0,.23-.41H23.8L16.17,23l-3.94-3.94a1,1,0,0,0-1.41,1.41Z\"></path><polygon class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted\" points=\"21.29 6 13 6 13 8 20.14 8 21.29 6\"></polygon><path class=\"clr-i-outline--alerted clr-i-outline-path-4--alerted\" d=\"M33.68,15.4H32V30H4V8H7V6H3.75A1.78,1.78,0,0,0,2,7.81V30.19A1.78,1.78,0,0,0,3.75,32h28.5A1.78,1.78,0,0,0,34,30.19V15.38Z\"></path><path class=\"clr-i-outline--alerted clr-i-outline-path-5--alerted clr-i-alert\" d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"event outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--badged clr-i-outline-path-1--badged\" d=\"M10.81,20.5l5.36,5.36L26.22,15.81a1,1,0,0,0-1.41-1.41L16.17,23l-3.94-3.94a1,1,0,0,0-1.41,1.41Z\"></path><path class=\"clr-i-outline--badged clr-i-outline-path-2--badged\" d=\"M10,10a1,1,0,0,0,1-1V3A1,1,0,0,0,9,3V9A1,1,0,0,0,10,10Z\"></path><path class=\"clr-i-outline--badged clr-i-outline-path-3--badged\" d=\"M32,13.22V30H4V8H7V6H3.75A1.78,1.78,0,0,0,2,7.81V30.19A1.78,1.78,0,0,0,3.75,32h28.5A1.78,1.78,0,0,0,34,30.19V12.34A7.45,7.45,0,0,1,32,13.22Z\"></path><path class=\"clr-i-outline--badged clr-i-outline-path-4--badged\" d=\"M22.5,6H13V8h9.78A7.49,7.49,0,0,1,22.5,6Z\"></path><circle class=\"clr-i-outline--badged clr-i-outline-path-5--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"event solid alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\" d=\"M10,10a1,1,0,0,0,1-1V3A1,1,0,0,0,9,3V9A1,1,0,0,0,10,10Z\"></path><path class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted\" d=\"M33.68,15.4H26.3a1.34,1.34,0,0,1-.36,1.18l-9.67,9.67L11,20.94A1.36,1.36,0,0,1,12.9,19l3.38,3.38,7-7h-1A3.68,3.68,0,0,1,19,9.89L21.29,6H12.2V9A2.2,2.2,0,0,1,7.8,9V6h-4A1.78,1.78,0,0,0,2,7.81V30.19A1.78,1.78,0,0,0,3.75,32h28.5A1.78,1.78,0,0,0,34,30.19V15.38Z\"></path><path class=\"clr-i-solid--alerted clr-i-solid-path-3--alerted clr-i-alert\" d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"event solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--badged clr-i-solid-path-1--badged\" d=\"M10,10a1,1,0,0,0,1-1V3A1,1,0,0,0,9,3V9A1,1,0,0,0,10,10Z\"></path><path class=\"clr-i-solid--badged clr-i-solid-path-2--badged\" d=\"M30,13.5A7.5,7.5,0,0,1,22.5,6H12.2V9A2.2,2.2,0,0,1,7.8,9V6h-4A1.78,1.78,0,0,0,2,7.81V30.19A1.78,1.78,0,0,0,3.75,32h28.5A1.78,1.78,0,0,0,34,30.19V12.34A7.45,7.45,0,0,1,30,13.5Zm-4.06,3.08-9.67,9.67L11,20.94A1.36,1.36,0,0,1,12.9,19l3.38,3.38L24,14.66a1.36,1.36,0,1,1,1.93,1.93Z\"></path><circle class=\"clr-i-solid--badged clr-i-solid-path-3--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"event solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M10,10a1,1,0,0,0,1-1V3A1,1,0,0,0,9,3V9A1,1,0,0,0,10,10Z\"></path><path class=\"clr-i-solid clr-i-solid-path-2\" d=\"M26,10a1,1,0,0,0,1-1V3a1,1,0,0,0-2,0V9A1,1,0,0,0,26,10Z\"></path><path class=\"clr-i-solid clr-i-solid-path-3\" d=\"M32.25,6h-4V9a2.2,2.2,0,0,1-4.4,0V6H12.2V9A2.2,2.2,0,0,1,7.8,9V6h-4A1.78,1.78,0,0,0,2,7.81V30.19A1.78,1.78,0,0,0,3.75,32h28.5A1.78,1.78,0,0,0,34,30.19V7.81A1.78,1.78,0,0,0,32.25,6ZM25.94,16.58l-9.67,9.67L11,20.94A1.36,1.36,0,0,1,12.9,19l3.38,3.38L24,14.66a1.36,1.36,0,1,1,1.93,1.93Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"exclamation circle line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M18,6A12,12,0,1,0,30,18,12,12,0,0,0,18,6Zm0,22A10,10,0,1,1,28,18,10,10,0,0,1,18,28Z\"></path><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M18,20.07a1.3,1.3,0,0,1-1.3-1.3v-6a1.3,1.3,0,1,1,2.6,0v6A1.3,1.3,0,0,1,18,20.07Z\"></path><circle class=\"clr-i-outline clr-i-outline-path-3\" cx=\"17.95\" cy=\"23.02\" r=\"1.5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"exclamation circle solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M18,6A12,12,0,1,0,30,18,12,12,0,0,0,18,6Zm-1.49,6a1.49,1.49,0,0,1,3,0v6.89a1.49,1.49,0,1,1-3,0ZM18,25.5a1.72,1.72,0,1,1,1.72-1.72A1.72,1.72,0,0,1,18,25.5Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"exclamation triangle line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M18,21.32a1.3,1.3,0,0,0,1.3-1.3V14a1.3,1.3,0,1,0-2.6,0v6A1.3,1.3,0,0,0,18,21.32Z\"></path><circle class=\"clr-i-outline clr-i-outline-path-2\" cx=\"17.95\" cy=\"24.27\" r=\"1.5\"></circle><path class=\"clr-i-outline clr-i-outline-path-3\" d=\"M30.33,25.54,20.59,7.6a3,3,0,0,0-5.27,0L5.57,25.54A3,3,0,0,0,8.21,30H27.69a3,3,0,0,0,2.64-4.43Zm-1.78,1.94a1,1,0,0,1-.86.49H8.21a1,1,0,0,1-.88-1.48L17.07,8.55a1,1,0,0,1,1.76,0l9.74,17.94A1,1,0,0,1,28.55,27.48Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"exclamation triangle solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M30.33,25.54,20.59,7.6a3,3,0,0,0-5.27,0L5.57,25.54A3,3,0,0,0,8.21,30H27.69a3,3,0,0,0,2.64-4.43ZM16.46,12.74a1.49,1.49,0,0,1,3,0v6.89a1.49,1.49,0,1,1-3,0ZM18,26.25a1.72,1.72,0,1,1,1.72-1.72A1.72,1.72,0,0,1,18,26.25Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"eye hide line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M25.19,20.4A6.78,6.78,0,0,0,25.62,18a6.86,6.86,0,0,0-6.86-6.86,6.79,6.79,0,0,0-2.37.43L18,13.23a4.78,4.78,0,0,1,.74-.06A4.87,4.87,0,0,1,23.62,18a4.79,4.79,0,0,1-.06.74Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M34.29,17.53c-3.37-6.23-9.28-10-15.82-10a16.82,16.82,0,0,0-5.24.85L14.84,10a14.78,14.78,0,0,1,3.63-.47c5.63,0,10.75,3.14,13.8,8.43a17.75,17.75,0,0,1-4.37,5.1l1.42,1.42a19.93,19.93,0,0,0,5-6l.26-.48Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M4.87,5.78l4.46,4.46a19.52,19.52,0,0,0-6.69,7.29L2.38,18l.26.48c3.37,6.23,9.28,10,15.82,10a16.93,16.93,0,0,0,7.37-1.69l5,5,1.75-1.5-26-26Zm9.75,9.75,6.65,6.65a4.81,4.81,0,0,1-2.5.72A4.87,4.87,0,0,1,13.9,18,4.81,4.81,0,0,1,14.62,15.53Zm-1.45-1.45a6.85,6.85,0,0,0,9.55,9.55l1.6,1.6a14.91,14.91,0,0,1-5.86,1.2c-5.63,0-10.75-3.14-13.8-8.43a17.29,17.29,0,0,1,6.12-6.3Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"eye hide solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M18.37,11.17A6.79,6.79,0,0,0,16,11.6l8.8,8.8A6.78,6.78,0,0,0,25.23,18,6.86,6.86,0,0,0,18.37,11.17Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path><path d=\"M34.29,17.53c-3.37-6.23-9.28-10-15.82-10a16.82,16.82,0,0,0-5.24.85L14.84,10a14.78,14.78,0,0,1,3.63-.47c5.63,0,10.75,3.14,13.8,8.43a17.75,17.75,0,0,1-4.37,5.1l1.42,1.42a19.93,19.93,0,0,0,5-6l.26-.48Z\" class=\"clr-i-solid clr-i-solid-path-2\"></path><path d=\"M4.87,5.78l4.46,4.46a19.52,19.52,0,0,0-6.69,7.29L2.38,18l.26.48c3.37,6.23,9.28,10,15.82,10a16.93,16.93,0,0,0,7.37-1.69l5,5,1.75-1.5-26-26Zm8.3,8.3a6.85,6.85,0,0,0,9.55,9.55l1.6,1.6a14.91,14.91,0,0,1-5.86,1.2c-5.63,0-10.75-3.14-13.8-8.43a17.29,17.29,0,0,1,6.12-6.3Z\" class=\"clr-i-solid clr-i-solid-path-3\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"eye line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M33.62,17.53c-3.37-6.23-9.28-10-15.82-10S5.34,11.3,2,17.53L1.72,18l.26.48c3.37,6.23,9.28,10,15.82,10s12.46-3.72,15.82-10l.26-.48ZM17.8,26.43C12.17,26.43,7,23.29,4,18c3-5.29,8.17-8.43,13.8-8.43S28.54,12.72,31.59,18C28.54,23.29,23.42,26.43,17.8,26.43Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M18.09,11.17A6.86,6.86,0,1,0,25,18,6.86,6.86,0,0,0,18.09,11.17Zm0,11.72A4.86,4.86,0,1,1,23,18,4.87,4.87,0,0,1,18.09,22.89Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"eye solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M33.62,17.53c-3.37-6.23-9.28-10-15.82-10S5.34,11.3,2,17.53L1.72,18l.26.48c3.37,6.23,9.28,10,15.82,10s12.46-3.72,15.82-10l.26-.48ZM17.8,26.43C12.17,26.43,7,23.29,4,18c3-5.29,8.17-8.43,13.8-8.43S28.54,12.72,31.59,18C28.54,23.29,23.42,26.43,17.8,26.43Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path><circle cx=\"18.09\" cy=\"18.03\" r=\"6.86\" class=\"clr-i-solid clr-i-solid-path-2\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"filter grid circle line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M15,25.86l2,1V20.27a1,1,0,0,0-.29-.7L10.23,13H25.79l-6.47,6.57a1,1,0,0,0-.29.7L19,28l2,1V20.68L27.58,14A1.46,1.46,0,0,0,28,13V12a1,1,0,0,0-1-1H9a1,1,0,0,0-1,1v1a1.46,1.46,0,0,0,.42,1L15,20.68Z\"></path><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M18,2A16,16,0,1,0,34,18,16,16,0,0,0,18,2Zm0,30A14,14,0,1,1,32,18,14,14,0,0,1,18,32Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"filter grid circle solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M18,2A16,16,0,1,0,34,18,16,16,0,0,0,18,2Zm0,30A14,14,0,1,1,32,18,14,14,0,0,1,18,32Z\"></path><path class=\"clr-i-solid clr-i-solid-path-2\" d=\"M8,11v1.12a.5.5,0,0,0,.15.35l7.28,7.36a.5.5,0,0,1,.15.35v6.89a.5.5,0,0,0,.28.45l3.95,1.41a.5.5,0,0,0,.72-.45l0-8.39a.54.54,0,0,1,.18-.35l7.12-7.25a.5.5,0,0,0,.15-.35V11Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"filter grid line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M15,25.86l2,1V20.27a1,1,0,0,0-.29-.7L10.23,13H25.79l-6.47,6.57a1,1,0,0,0-.29.7L19,28l2,1V20.68L27.58,14A1.46,1.46,0,0,0,28,13V12a1,1,0,0,0-1-1H9a1,1,0,0,0-1,1v1a1.46,1.46,0,0,0,.42,1L15,20.68Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"filter grid solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M8,11v1.12a.5.5,0,0,0,.15.35l7.28,7.36a.5.5,0,0,1,.15.35v6.89a.5.5,0,0,0,.28.45l3.95,1.41a.5.5,0,0,0,.72-.45l0-8.39a.54.54,0,0,1,.18-.35l7.12-7.25a.5.5,0,0,0,.15-.35V11Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"folder line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M30,9H16.42L14.11,5.82A2,2,0,0,0,12.49,5H6A2,2,0,0,0,4,7V29a2,2,0,0,0,2,2H30a2,2,0,0,0,2-2V11A2,2,0,0,0,30,9Zm0,20H6V13h7.31a2,2,0,0,0,2-2H6V7h6.49l2.61,3.59a1,1,0,0,0,.81.41H30Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"folder open line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M35.32,13.74A1.71,1.71,0,0,0,33.87,13H11.17a2.59,2.59,0,0,0-2.25,1.52,1,1,0,0,0,0,.14L6,25V7h6.49l2.61,3.59a1,1,0,0,0,.81.41H32a2,2,0,0,0-2-2H16.42L14.11,5.82A2,2,0,0,0,12.49,5H6A2,2,0,0,0,4,7V29.69A1.37,1.37,0,0,0,5.41,31H30.34a1,1,0,0,0,1-.72l4.19-15.1A1.64,1.64,0,0,0,35.32,13.74ZM29.55,29H6.9l3.88-13.81a.66.66,0,0,1,.38-.24H33.49Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"folder open outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\" d=\"M33.68,15.4h-.3L29.55,29H6.9l3.88-13.81a.66.66,0,0,1,.38-.24h9.42A3.67,3.67,0,0,1,19,13.56a3.63,3.63,0,0,1-.26-.56H11.17a2.59,2.59,0,0,0-2.25,1.52,1,1,0,0,0,0,.14L6,25V7h6.49l2.61,3.59a1,1,0,0,0,.81.41h2.73A3.66,3.66,0,0,1,19,9.89L19.56,9H16.42L14.11,5.82A2,2,0,0,0,12.49,5H6A2,2,0,0,0,4,7V29.69A1.37,1.37,0,0,0,5.41,31H30.34a1,1,0,0,0,1-.72l4.19-15.1a1.68,1.68,0,0,0,.07-.32A3.67,3.67,0,0,1,33.68,15.4Z\"></path><path class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted clr-i-alert\" d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"folder open outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--badged clr-i-outline-path-1--badged\" d=\"M35.32,13.74A1.71,1.71,0,0,0,33.87,13H11.17a2.59,2.59,0,0,0-2.25,1.52,1,1,0,0,0,0,.14L6,25V7h6.49l2.61,3.59a1,1,0,0,0,.81.41h8.52a7.49,7.49,0,0,1-1.29-2H16.42L14.11,5.82A2,2,0,0,0,12.49,5H6A2,2,0,0,0,4,7V29.69A1.37,1.37,0,0,0,5.41,31H30.34a1,1,0,0,0,1-.72l4.19-15.1A1.64,1.64,0,0,0,35.32,13.74ZM29.55,29H6.9l3.88-13.81a.66.66,0,0,1,.38-.24H33.49Z\"></path><circle class=\"clr-i-outline--badged clr-i-outline-path-2--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"folder open solid alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\" d=\"M33.68,15.4H22.23A3.69,3.69,0,0,1,19,13.56a3.63,3.63,0,0,1-.26-.56H11.17a2.59,2.59,0,0,0-2.25,1.52,1,1,0,0,0,0,.14L6,25V7h6.49l2.61,3.59a1,1,0,0,0,.81.41h2.73A3.66,3.66,0,0,1,19,9.89L19.56,9H16.42L14.11,5.82A2,2,0,0,0,12.49,5H6A2,2,0,0,0,4,7V29.69A1.37,1.37,0,0,0,5.41,31H30.34a1,1,0,0,0,1-.72l4.19-15.1a1.68,1.68,0,0,0,.07-.32A3.67,3.67,0,0,1,33.68,15.4Z\"></path><path class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted clr-i-alert\" d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"folder open solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--badged clr-i-solid-path-1--badged\" d=\"M35.32,13.74A1.71,1.71,0,0,0,33.87,13H11.17a2.59,2.59,0,0,0-2.25,1.52,1,1,0,0,0,0,.14L6,25V7h6.49l2.61,3.59a1,1,0,0,0,.81.41h8.52a7.49,7.49,0,0,1-1.31-2H16.42L14.11,5.82A2,2,0,0,0,12.49,5H6A2,2,0,0,0,4,7V29.69A1.37,1.37,0,0,0,5.41,31H30.34a1,1,0,0,0,1-.72l4.19-15.1A1.64,1.64,0,0,0,35.32,13.74Z\"></path><circle class=\"clr-i-solid--badged clr-i-solid-path-2--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"folder open solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M35.32,13.74A1.71,1.71,0,0,0,33.87,13H11.17a2.59,2.59,0,0,0-2.25,1.52,1,1,0,0,0,0,.14L6,25V7h6.49l2.61,3.59a1,1,0,0,0,.81.41H32a2,2,0,0,0-2-2H16.42L14.11,5.82A2,2,0,0,0,12.49,5H6A2,2,0,0,0,4,7V29.69A1.37,1.37,0,0,0,5.41,31H30.34a1,1,0,0,0,1-.72l4.19-15.1A1.64,1.64,0,0,0,35.32,13.74Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"folder outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\" d=\"M30,15.4V29H6V13h7.31a2,2,0,0,0,2-2H6V7h6.49l2.61,3.59a1,1,0,0,0,.81.41h2.73A3.66,3.66,0,0,1,19,9.89L19.56,9H16.42L14.11,5.82A2,2,0,0,0,12.49,5H6A2,2,0,0,0,4,7V29a2,2,0,0,0,2,2H30a2,2,0,0,0,2-2V15.4Z\"></path><path class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted clr-i-alert\" d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"folder outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--badged clr-i-outline-path-1--badged\" d=\"M30,13.5V29H6V13h7.31a2,2,0,0,0,2-2H6V7h6.49l2.61,3.59a1,1,0,0,0,.81.41h8.51a7.5,7.5,0,0,1-1.29-2H16.42L14.11,5.82A2,2,0,0,0,12.49,5H6A2,2,0,0,0,4,7V29a2,2,0,0,0,2,2H30a2,2,0,0,0,2-2V13.22A7.49,7.49,0,0,1,30,13.5Z\"></path><circle class=\"clr-i-outline--badged clr-i-outline-path-2--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"folder solid alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\" d=\"M22.23,15.4A3.68,3.68,0,0,1,19,9.89L19.56,9H16.42L14.11,5.82A2,2,0,0,0,12.49,5H6A2,2,0,0,0,4,7V29a2,2,0,0,0,2,2H30a2,2,0,0,0,2-2V15.4ZM6,11V7h6.49l2.72,4Z\"></path><path class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted clr-i-alert\" d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"folder solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--badged clr-i-solid-path-1--badged\" d=\"M30,13.5A7.5,7.5,0,0,1,23.13,9H16.42L14.11,5.82A2,2,0,0,0,12.49,5H6A2,2,0,0,0,4,7V29a2,2,0,0,0,2,2H30a2,2,0,0,0,2-2V13.22A7.49,7.49,0,0,1,30,13.5ZM6,11V7h6.49l2.72,4Z\"></path><circle class=\"clr-i-solid--badged clr-i-solid-path-2--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"folder solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M30,9H16.42L14.11,5.82A2,2,0,0,0,12.49,5H6A2,2,0,0,0,4,7V29a2,2,0,0,0,2,2H30a2,2,0,0,0,2-2V11A2,2,0,0,0,30,9ZM6,11V7h6.49l2.72,4Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"help info line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M25.39,25.45a1,1,0,0,0-1.38.29c-1.41,2.16-4,4.81-6.31,5.7s-4.12.57-4.84,0c-.31-.27-1.12-1-.43-3.49.46-1.66,3.32-9.48,4-11.38l-2.18.28c-.69,1.86-3.29,8.84-3.76,10.58-.68,2.49-.34,4.3,1.09,5.56A5.59,5.59,0,0,0,15,34a9.53,9.53,0,0,0,3.45-.7c2.79-1.09,5.72-4.12,7.26-6.47A1,1,0,0,0,25.39,25.45Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M19.3,11a4.5,4.5,0,1,0-4.5-4.5A4.5,4.5,0,0,0,19.3,11Zm0-7a2.5,2.5,0,1,1-2.5,2.5A2.5,2.5,0,0,1,19.3,4Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M11.81,15c.06,0,6.27-.82,7.73-1,.65-.1,1.14,0,1.3.15s.21.8-.07,1.68c-.61,1.86-3.69,11-4.59,13.71a8,8,0,0,0,1.29-.38,7.32,7.32,0,0,0,1.15-.6C19.85,25,22.15,18.1,22.67,16.52s.39-2.78-.3-3.6a3.16,3.16,0,0,0-3.08-.83c-1.43.15-7.47.94-7.73,1a1,1,0,0,0,.26,2Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"help info solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <circle cx=\"20.75\" cy=\"6\" r=\"4\" class=\"clr-i-solid clr-i-solid-path-1\"></circle><path d=\"M24.84,26.23a1,1,0,0,0-1.4.29,16.6,16.6,0,0,1-3.51,3.77c-.33.25-1.56,1.2-2.08,1-.36-.11-.15-.82-.08-1.12l.53-1.57c.22-.64,4.05-12,4.47-13.3.62-1.9.35-3.77-2.48-3.32-.77.08-8.58,1.09-8.72,1.1a1,1,0,0,0,.13,2s3-.39,3.33-.42a.88.88,0,0,1,.85.44,2.47,2.47,0,0,1-.07,1.71c-.26,1-4.37,12.58-4.5,13.25a2.78,2.78,0,0,0,1.18,3,5,5,0,0,0,3.08.83h0a8.53,8.53,0,0,0,3.09-.62c2.49-1,5.09-3.66,6.46-5.75A1,1,0,0,0,24.84,26.23Z\" class=\"clr-i-solid clr-i-solid-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"home line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M33.71,17.29l-15-15a1,1,0,0,0-1.41,0l-15,15a1,1,0,0,0,1.41,1.41L18,4.41,32.29,18.71a1,1,0,0,0,1.41-1.41Z\"></path><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M28,32h-5V22H13V32H8V18L6,20V32a2,2,0,0,0,2,2h7V24h6V34h7a2,2,0,0,0,2-2V19.76l-2-2Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"home solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M33,19a1,1,0,0,1-.71-.29L18,4.41,3.71,18.71a1,1,0,0,1-1.41-1.41l15-15a1,1,0,0,1,1.41,0l15,15A1,1,0,0,1,33,19Z\"></path><path class=\"clr-i-solid clr-i-solid-path-2\" d=\"M18,7.79,6,19.83V32a2,2,0,0,0,2,2h7V24h6V34h7a2,2,0,0,0,2-2V19.76Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"house line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M33.71,17.29l-15-15a1,1,0,0,0-1.41,0l-15,15a1,1,0,0,0,1.41,1.41L18,4.41,32.29,18.71a1,1,0,0,0,1.41-1.41Z\"></path><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M28,32h-5V22H13V32H8V18L6,20V32a2,2,0,0,0,2,2h7V24h6V34h7a2,2,0,0,0,2-2V19.76l-2-2Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"house solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M33,19a1,1,0,0,1-.71-.29L18,4.41,3.71,18.71a1,1,0,0,1-1.41-1.41l15-15a1,1,0,0,1,1.41,0l15,15A1,1,0,0,1,33,19Z\"></path><path class=\"clr-i-solid clr-i-solid-path-2\" d=\"M18,7.79,6,19.83V32a2,2,0,0,0,2,2h7V24h6V34h7a2,2,0,0,0,2-2V19.76Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"image line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M32,4H4A2,2,0,0,0,2,6V30a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V6A2,2,0,0,0,32,4ZM4,30V6H32V30Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M8.92,14a3,3,0,1,0-3-3A3,3,0,0,0,8.92,14Zm0-4.6A1.6,1.6,0,1,1,7.33,11,1.6,1.6,0,0,1,8.92,9.41Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M22.78,15.37l-5.4,5.4-4-4a1,1,0,0,0-1.41,0L5.92,22.9v2.83l6.79-6.79L16,22.18l-3.75,3.75H15l8.45-8.45L30,24V21.18l-5.81-5.81A1,1,0,0,0,22.78,15.37Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"image outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M11.93,11a3,3,0,1,0-3,3A3,3,0,0,0,11.93,11Zm-4.6,0a1.6,1.6,0,1,1,1.6,1.6A1.6,1.6,0,0,1,7.33,11Z\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"></path><path d=\"M17.38,20.77l-4-4a1,1,0,0,0-1.41,0L5.92,22.9v2.83l6.79-6.79L16,22.18l-3.75,3.75H15l8.45-8.45L30,24V21.18l-5.81-5.81a1,1,0,0,0-1.41,0Z\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"></path><path d=\"M32,13.22V30H4V6H22.5a7.49,7.49,0,0,1,.28-2H4A2,2,0,0,0,2,6V30a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V12.34A7.45,7.45,0,0,1,32,13.22Z\" class=\"clr-i-outline--badged clr-i-outline-path-3--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-outline--badged clr-i-outline-path-4--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"image solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M30,13.5A7.48,7.48,0,0,1,22.78,4H4A2,2,0,0,0,2,6V30a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V12.34A7.46,7.46,0,0,1,30,13.5ZM8.92,8a3,3,0,1,1-3,3A3,3,0,0,1,8.92,8ZM6,27V22.9l6-6.08a1,1,0,0,1,1.41,0L16,19.35,8.32,27Zm24,0H11.15l6.23-6.23,5.4-5.4a1,1,0,0,1,1.41,0L30,21.18Z\" class=\"clr-i-solid--badged clr-i-solid-path-1--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-solid--badged clr-i-solid-path-2--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"image solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M32,4H4A2,2,0,0,0,2,6V30a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V6A2,2,0,0,0,32,4ZM8.92,8a3,3,0,1,1-3,3A3,3,0,0,1,8.92,8ZM6,27V22.9l6-6.08a1,1,0,0,1,1.41,0L16,19.35,8.32,27Zm24,0H11.15l6.23-6.23,5.4-5.4a1,1,0,0,1,1.41,0L30,21.18Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"info circle line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <circle class=\"clr-i-outline clr-i-outline-path-1\" cx=\"17.93\" cy=\"11.9\" r=\"1.4\"></circle><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M21,23H19V15H16a1,1,0,0,0,0,2h1v6H15a1,1,0,1,0,0,2h6a1,1,0,0,0,0-2Z\"></path><path class=\"clr-i-outline clr-i-outline-path-3\" d=\"M18,6A12,12,0,1,0,30,18,12,12,0,0,0,18,6Zm0,22A10,10,0,1,1,28,18,10,10,0,0,1,18,28Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"info circle solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M18,6A12,12,0,1,0,30,18,12,12,0,0,0,18,6Zm-2,5.15a2,2,0,1,1,2,2A2,2,0,0,1,15.9,11.15ZM23,24a1,1,0,0,1-1,1H15a1,1,0,1,1,0-2h2V17H16a1,1,0,0,1,0-2h4v8h2A1,1,0,0,1,23,24Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"info line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <circle class=\"clr-i-outline clr-i-outline-path-1\" cx=\"17.93\" cy=\"11.9\" r=\"1.4\"></circle><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M21,23H19V15H16a1,1,0,0,0,0,2h1v6H15a1,1,0,1,0,0,2h6a1,1,0,0,0,0-2Z\"></path><path class=\"clr-i-outline clr-i-outline-path-3\" d=\"M18,6A12,12,0,1,0,30,18,12,12,0,0,0,18,6Zm0,22A10,10,0,1,1,28,18,10,10,0,0,1,18,28Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"info solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M18,6A12,12,0,1,0,30,18,12,12,0,0,0,18,6Zm-2,5.15a2,2,0,1,1,2,2A2,2,0,0,1,15.9,11.15ZM23,24a1,1,0,0,1-1,1H15a1,1,0,1,1,0-2h2V17H16a1,1,0,0,1,0-2h4v8h2A1,1,0,0,1,23,24Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"info standard line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <circle class=\"clr-i-outline clr-i-outline-path-1\" cx=\"17.97\" cy=\"10.45\" r=\"1.4\"></circle><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M21,25H19V14.1H16a1,1,0,0,0,0,2h1V25H15a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2Z\"></path><path class=\"clr-i-outline clr-i-outline-path-3\" d=\"M18,34A16,16,0,1,1,34,18,16,16,0,0,1,18,34ZM18,4A14,14,0,1,0,32,18,14,14,0,0,0,18,4Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"info standard solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M18,2.1a16,16,0,1,0,16,16A16,16,0,0,0,18,2.1Zm-.1,5.28a2,2,0,1,1-2,2A2,2,0,0,1,17.9,7.38Zm3.6,21.25h-7a1.4,1.4,0,1,1,0-2.8h2.1v-9.2H15a1.4,1.4,0,1,1,0-2.8h4.4v12h2.1a1.4,1.4,0,1,1,0,2.8Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"menu line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M32,29H4a1,1,0,0,1,0-2H32a1,1,0,0,1,0,2Z\"></path><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M32,19H4a1,1,0,0,1,0-2H32a1,1,0,0,1,0,2Z\"></path><path class=\"clr-i-outline clr-i-outline-path-3\" d=\"M32,9H4A1,1,0,0,1,4,7H32a1,1,0,0,1,0,2Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"notification line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M32.51,27.83A14.4,14.4,0,0,1,30,24.9a12.63,12.63,0,0,1-1.35-4.81V15.15A10.81,10.81,0,0,0,19.21,4.4V3.11a1.33,1.33,0,1,0-2.67,0V4.42A10.81,10.81,0,0,0,7.21,15.15v4.94A12.63,12.63,0,0,1,5.86,24.9a14.4,14.4,0,0,1-2.47,2.93,1,1,0,0,0-.34.75v1.36a1,1,0,0,0,1,1h27.8a1,1,0,0,0,1-1V28.58A1,1,0,0,0,32.51,27.83ZM5.13,28.94a16.17,16.17,0,0,0,2.44-3,14.24,14.24,0,0,0,1.65-5.85V15.15a8.74,8.74,0,1,1,17.47,0v4.94a14.24,14.24,0,0,0,1.65,5.85,16.17,16.17,0,0,0,2.44,3Z\"></path><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M18,34.28A2.67,2.67,0,0,0,20.58,32H15.32A2.67,2.67,0,0,0,18,34.28Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"notification outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--badged clr-i-outline-path-1--badged\" d=\"M18,34.28A2.67,2.67,0,0,0,20.58,32H15.32A2.67,2.67,0,0,0,18,34.28Z\"></path><path class=\"clr-i-outline--badged clr-i-outline-path-2--badged\" d=\"M32.51,27.83A14.4,14.4,0,0,1,30,24.9a12.63,12.63,0,0,1-1.35-4.81V15.15a10.92,10.92,0,0,0-.16-1.79,7.44,7.44,0,0,1-2.24-.84,8.89,8.89,0,0,1,.4,2.64v4.94a14.24,14.24,0,0,0,1.65,5.85,16.17,16.17,0,0,0,2.44,3H5.13a16.17,16.17,0,0,0,2.44-3,14.24,14.24,0,0,0,1.65-5.85V15.15A8.8,8.8,0,0,1,18,6.31a8.61,8.61,0,0,1,4.76,1.44A7.49,7.49,0,0,1,22.5,6c0-.21,0-.42,0-.63a10.58,10.58,0,0,0-3.32-1V3.11a1.33,1.33,0,1,0-2.67,0V4.42A10.81,10.81,0,0,0,7.21,15.15v4.94A12.63,12.63,0,0,1,5.86,24.9a14.4,14.4,0,0,1-2.47,2.93,1,1,0,0,0-.34.75v1.36a1,1,0,0,0,1,1h27.8a1,1,0,0,0,1-1V28.58A1,1,0,0,0,32.51,27.83Z\"></path><circle class=\"clr-i-outline--badged clr-i-outline-path-1--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"notification solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--badged clr-i-solid-path-1--badged\" d=\"M18,34.28A2.67,2.67,0,0,0,20.58,32H15.32A2.67,2.67,0,0,0,18,34.28Z\"></path><path class=\"clr-i-solid--badged clr-i-solid-path-2--badged\" d=\"M32.85,28.13l-.34-.3A14.37,14.37,0,0,1,30,24.9a12.63,12.63,0,0,1-1.35-4.81V15.15a10.92,10.92,0,0,0-.16-1.79A7.5,7.5,0,0,1,22.5,6c0-.21,0-.42,0-.63a10.57,10.57,0,0,0-3.32-1V3.11a1.33,1.33,0,1,0-2.67,0V4.42A10.81,10.81,0,0,0,7.21,15.15v4.94A12.63,12.63,0,0,1,5.86,24.9a14.4,14.4,0,0,1-2.47,2.93l-.34.3v2.82H32.85Z\"></path><circle class=\"clr-i-solid--badged clr-i-solid-path-3--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"notification solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M32.85,28.13l-.34-.3A14.37,14.37,0,0,1,30,24.9a12.63,12.63,0,0,1-1.35-4.81V15.15A10.81,10.81,0,0,0,19.21,4.4V3.11a1.33,1.33,0,1,0-2.67,0V4.42A10.81,10.81,0,0,0,7.21,15.15v4.94A12.63,12.63,0,0,1,5.86,24.9a14.4,14.4,0,0,1-2.47,2.93l-.34.3v2.82H32.85Z\"></path><path class=\"clr-i-solid clr-i-solid-path-2\" d=\"M15.32,32a2.65,2.65,0,0,0,5.25,0Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"search line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M16.33,5.05A10.95,10.95,0,1,1,5.39,16,11,11,0,0,1,16.33,5.05m0-2.05a13,13,0,1,0,13,13,13,13,0,0,0-13-13Z\"></path><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M35,33.29l-7.37-7.42-1.42,1.41,7.37,7.42A1,1,0,1,0,35,33.29Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"settings line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M18.1,11c-3.9,0-7,3.1-7,7s3.1,7,7,7c3.9,0,7-3.1,7-7S22,11,18.1,11z M18.1,23c-2.8,0-5-2.2-5-5s2.2-5,5-5c2.8,0,5,2.2,5,5S20.9,23,18.1,23z\"></path><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M32.8,14.7L30,13.8l-0.6-1.5l1.4-2.6c0.3-0.6,0.2-1.4-0.3-1.9l-2.4-2.4c-0.5-0.5-1.3-0.6-1.9-0.3l-2.6,1.4l-1.5-0.6l-0.9-2.8C21,2.5,20.4,2,19.7,2h-3.4c-0.7,0-1.3,0.5-1.4,1.2L14,6c-0.6,0.1-1.1,0.3-1.6,0.6L9.8,5.2C9.2,4.9,8.4,5,7.9,5.5L5.5,7.9C5,8.4,4.9,9.2,5.2,9.8l1.3,2.5c-0.2,0.5-0.4,1.1-0.6,1.6l-2.8,0.9C2.5,15,2,15.6,2,16.3v3.4c0,0.7,0.5,1.3,1.2,1.5L6,22.1l0.6,1.5l-1.4,2.6c-0.3,0.6-0.2,1.4,0.3,1.9l2.4,2.4c0.5,0.5,1.3,0.6,1.9,0.3l2.6-1.4l1.5,0.6l0.9,2.9c0.2,0.6,0.8,1.1,1.5,1.1h3.4c0.7,0,1.3-0.5,1.5-1.1l0.9-2.9l1.5-0.6l2.6,1.4c0.6,0.3,1.4,0.2,1.9-0.3l2.4-2.4c0.5-0.5,0.6-1.3,0.3-1.9l-1.4-2.6l0.6-1.5l2.9-0.9c0.6-0.2,1.1-0.8,1.1-1.5v-3.4C34,15.6,33.5,14.9,32.8,14.7z M32,19.4l-3.6,1.1L28.3,21c-0.3,0.7-0.6,1.4-0.9,2.1l-0.3,0.5l1.8,3.3l-2,2l-3.3-1.8l-0.5,0.3c-0.7,0.4-1.4,0.7-2.1,0.9l-0.5,0.1L19.4,32h-2.8l-1.1-3.6L15,28.3c-0.7-0.3-1.4-0.6-2.1-0.9l-0.5-0.3l-3.3,1.8l-2-2l1.8-3.3l-0.3-0.5c-0.4-0.7-0.7-1.4-0.9-2.1l-0.1-0.5L4,19.4v-2.8l3.4-1l0.2-0.5c0.2-0.8,0.5-1.5,0.9-2.2l0.3-0.5L7.1,9.1l2-2l3.2,1.8l0.5-0.3c0.7-0.4,1.4-0.7,2.2-0.9l0.5-0.2L16.6,4h2.8l1.1,3.5L21,7.7c0.7,0.2,1.4,0.5,2.1,0.9l0.5,0.3l3.3-1.8l2,2l-1.8,3.3l0.3,0.5c0.4,0.7,0.7,1.4,0.9,2.1l0.1,0.5l3.6,1.1V19.4z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"settings outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\" d=\"M33.7,15.4h-5.3v0.1l3.6,1.1v2.8l-3.6,1.1L28.3,21c-0.3,0.7-0.6,1.4-0.9,2.1l-0.3,0.5l1.8,3.3l-2,2l-3.3-1.8l-0.5,0.3c-0.7,0.4-1.4,0.7-2.1,0.9l-0.5,0.1L19.4,32h-2.8l-1.1-3.6L15,28.3c-0.7-0.3-1.4-0.6-2.1-0.9l-0.5-0.3l-3.3,1.8l-2-2l1.8-3.3l-0.3-0.5c-0.4-0.7-0.7-1.4-0.9-2.1l-0.1-0.5L4,19.4v-2.8l3.4-1l0.2-0.5c0.2-0.8,0.5-1.5,0.9-2.2l0.3-0.5L7.1,9.1l2-2l3.2,1.8l0.5-0.3c0.7-0.4,1.4-0.7,2.2-0.9l0.5-0.2L16.6,4h2.8l1.1,3.4l1.4-2.3l-0.6-2C21,2.4,20.4,2,19.7,2h-3.4c-0.7,0-1.3,0.5-1.4,1.2L14,6c-0.6,0.1-1.1,0.3-1.6,0.6L9.8,5.2C9.2,4.9,8.4,5,7.9,5.5L5.5,7.9C5,8.4,4.9,9.2,5.2,9.8l1.3,2.5c-0.2,0.5-0.4,1.1-0.6,1.6l-2.8,0.9C2.5,15,2,15.6,2,16.3v3.4c0,0.7,0.5,1.3,1.2,1.5L6,22.1l0.6,1.5l-1.4,2.6c-0.3,0.6-0.2,1.4,0.3,1.9l2.4,2.4c0.5,0.5,1.3,0.6,1.9,0.3l2.6-1.4l1.5,0.6l0.9,2.9c0.2,0.6,0.8,1.1,1.5,1.1h3.4c0.7,0,1.3-0.5,1.5-1.1l0.9-2.9l1.5-0.6l2.6,1.4c0.6,0.3,1.4,0.2,1.9-0.3l2.4-2.4c0.5-0.5,0.6-1.3,0.3-1.9l-1.4-2.6l0.6-1.5l2.9-0.9c0.6-0.2,1.1-0.8,1.1-1.5v-3.4C34,16,33.9,15.7,33.7,15.4z\"></path><path class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\" d=\"M18.1,23c-2.8,0-5-2.2-5-5s2.2-5,5-5c0.2,0,0.5,0,0.7,0.1c-0.2-0.6-0.3-1.3-0.2-2h-0.5c-3.9,0-7,3.1-7,7c0,3.9,3.1,7,7,7c3.9,0,7-3.1,7-7c0-0.9-0.2-1.8-0.5-2.6h-2.2c0.5,0.8,0.7,1.6,0.7,2.5C23.1,20.8,20.9,23,18.1,23z\"></path><path class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted clr-i-alert\" d=\"M26.9,1.1L21.1,11c-0.4,0.6-0.2,1.4,0.3,1.8c0.2,0.2,0.5,0.2,0.8,0.2h11.5c0.7,0,1.3-0.5,1.3-1.2c0-0.3-0.1-0.5-0.2-0.8l-5.7-9.9c-0.4-0.6-1.1-0.8-1.8-0.5C27.1,0.8,27,1,26.9,1.1z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"settings outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--badged clr-i-outline-path-1--badged\" d=\"M11.1,18c0,3.9,3.1,7,7,7c3.9,0,7-3.1,7-7s-3.1-7-7-7C14.2,11,11.1,14.1,11.1,18z M23.1,18c0,2.8-2.2,5-5,5c-2.8,0-5-2.2-5-5s2.2-5,5-5C20.9,13,23.1,15.2,23.1,18z\"></path><path class=\"clr-i-outline--badged clr-i-outline-path-2--badged\" d=\"M32.8,14.7L30,13.8l-0.1-0.3c-0.8,0-1.6-0.2-2.4-0.4c0.3,0.6,0.6,1.3,0.8,1.9l0.1,0.5l3.6,1.1v2.8l-3.6,1.1L28.3,21c-0.3,0.7-0.6,1.4-0.9,2.1l-0.3,0.5l1.8,3.3l-2,2l-3.3-1.8l-0.5,0.3c-0.7,0.4-1.4,0.7-2.1,0.9l-0.5,0.1L19.4,32h-2.8l-1.1-3.6L15,28.3c-0.7-0.3-1.4-0.6-2.1-0.9l-0.5-0.3l-3.3,1.8l-2-2l1.8-3.3l-0.3-0.5c-0.4-0.7-0.7-1.4-0.9-2.1l-0.1-0.5L4,19.4v-2.8l3.4-1l0.2-0.5c0.2-0.8,0.5-1.5,0.9-2.2l0.3-0.5L7.1,9.1l2-2l3.2,1.8l0.5-0.3c0.7-0.4,1.4-0.7,2.2-0.9l0.5-0.2L16.6,4h2.8l1.1,3.5L21,7.7c0.7,0.2,1.3,0.5,1.9,0.8c-0.3-0.8-0.4-1.6-0.4-2.5l-0.4-0.2l-0.9-2.8C21,2.5,20.4,2,19.7,2h-3.4c-0.7,0-1.3,0.5-1.4,1.2L14,6c-0.6,0.1-1.1,0.3-1.6,0.6L9.8,5.2C9.2,4.9,8.4,5,7.9,5.5L5.5,7.9C5,8.4,4.9,9.2,5.2,9.8l1.3,2.5c-0.2,0.5-0.4,1.1-0.6,1.6l-2.8,0.9C2.5,15,2,15.6,2,16.3v3.4c0,0.7,0.5,1.3,1.2,1.5L6,22.1l0.6,1.5l-1.4,2.6c-0.3,0.6-0.2,1.4,0.3,1.9l2.4,2.4c0.5,0.5,1.3,0.6,1.9,0.3l2.6-1.4l1.5,0.6l0.9,2.9c0.2,0.6,0.8,1.1,1.5,1.1h3.4c0.7,0,1.3-0.5,1.5-1.1l0.9-2.9l1.5-0.6l2.6,1.4c0.6,0.3,1.4,0.2,1.9-0.3l2.4-2.4c0.5-0.5,0.6-1.3,0.3-1.9l-1.4-2.6l0.6-1.5l2.9-0.9c0.6-0.2,1.1-0.8,1.1-1.5v-3.4C34,15.6,33.5,14.9,32.8,14.7z\"></path><circle class=\"clr-i-outline--badged clr-i-outline-path-3--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"settings solid alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\" d=\"M32.57,15.72,31.5,15.4H22.85A5.5,5.5,0,1,1,18,12.5a5.53,5.53,0,0,1,.65,0A3.68,3.68,0,0,1,19,9.89l2.09-3.62-.86-2.83A.61.61,0,0,0,19.69,3H16.31a.61.61,0,0,0-.58.43l-1,3.3a11.63,11.63,0,0,0-2.38,1l-3-1.62a.61.61,0,0,0-.72.11L6.2,8.59a.61.61,0,0,0-.11.72l1.62,3a11.63,11.63,0,0,0-1,2.37l-3.31,1a.61.61,0,0,0-.43.58v3.38a.61.61,0,0,0,.43.58l3.33,1a11.62,11.62,0,0,0,1,2.33L6.09,26.69a.61.61,0,0,0,.11.72L8.59,29.8a.61.61,0,0,0,.72.11l3.09-1.65a11.65,11.65,0,0,0,2.3.94l1,3.37a.61.61,0,0,0,.58.43h3.38a.61.61,0,0,0,.58-.43l1-3.38a11.63,11.63,0,0,0,2.28-.94l3.11,1.66a.61.61,0,0,0,.72-.11l2.39-2.39a.61.61,0,0,0,.11-.72l-1.66-3.1a11.63,11.63,0,0,0,.95-2.29l3.37-1a.61.61,0,0,0,.43-.58V16.31A.61.61,0,0,0,32.57,15.72Z\"></path><path class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted clr-i-alert\" d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"settings solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--badged clr-i-solid-path-1--badged\" d=\"M32.57,15.72l-3.35-1a12.12,12.12,0,0,0-.47-1.32,7.49,7.49,0,0,1-6.14-6.16,11.82,11.82,0,0,0-1.33-.48l-1-3.31A.61.61,0,0,0,19.69,3H16.31a.61.61,0,0,0-.58.43l-1,3.3a11.63,11.63,0,0,0-2.38,1l-3-1.62a.61.61,0,0,0-.72.11L6.2,8.59a.61.61,0,0,0-.11.72l1.62,3a11.63,11.63,0,0,0-1,2.37l-3.31,1a.61.61,0,0,0-.43.58v3.38a.61.61,0,0,0,.43.58l3.33,1a11.62,11.62,0,0,0,1,2.33L6.09,26.69a.61.61,0,0,0,.11.72L8.59,29.8a.61.61,0,0,0,.72.11l3.09-1.65a11.65,11.65,0,0,0,2.3.94l1,3.37a.61.61,0,0,0,.58.43h3.38a.61.61,0,0,0,.58-.43l1-3.38a11.63,11.63,0,0,0,2.28-.94l3.11,1.66a.61.61,0,0,0,.72-.11l2.39-2.39a.61.61,0,0,0,.11-.72l-1.66-3.1a11.63,11.63,0,0,0,.95-2.29l3.37-1a.61.61,0,0,0,.43-.58V16.31A.61.61,0,0,0,32.57,15.72ZM18,23.5A5.5,5.5,0,1,1,23.5,18,5.5,5.5,0,0,1,18,23.5Z\"></path><circle class=\"clr-i-solid--badged clr-i-solid-path-2--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"settings solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M32.57,15.72l-3.35-1a11.65,11.65,0,0,0-.95-2.33l1.64-3.07a.61.61,0,0,0-.11-.72L27.41,6.2a.61.61,0,0,0-.72-.11L23.64,7.72a11.62,11.62,0,0,0-2.36-1l-1-3.31A.61.61,0,0,0,19.69,3H16.31a.61.61,0,0,0-.58.43l-1,3.3a11.63,11.63,0,0,0-2.38,1l-3-1.62a.61.61,0,0,0-.72.11L6.2,8.59a.61.61,0,0,0-.11.72l1.62,3a11.63,11.63,0,0,0-1,2.37l-3.31,1a.61.61,0,0,0-.43.58v3.38a.61.61,0,0,0,.43.58l3.33,1a11.62,11.62,0,0,0,1,2.33L6.09,26.69a.61.61,0,0,0,.11.72L8.59,29.8a.61.61,0,0,0,.72.11l3.09-1.65a11.65,11.65,0,0,0,2.3.94l1,3.37a.61.61,0,0,0,.58.43h3.38a.61.61,0,0,0,.58-.43l1-3.38a11.63,11.63,0,0,0,2.28-.94l3.11,1.66a.61.61,0,0,0,.72-.11l2.39-2.39a.61.61,0,0,0,.11-.72l-1.66-3.1a11.63,11.63,0,0,0,.95-2.29l3.37-1a.61.61,0,0,0,.43-.58V16.31A.61.61,0,0,0,32.57,15.72ZM18,23.5A5.5,5.5,0,1,1,23.5,18,5.5,5.5,0,0,1,18,23.5Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"step forward 2 line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M7.08,6.52a1.68,1.68,0,0,0,0,2.4L16.51,18,7.12,27.08a1.7,1.7,0,0,0,2.36,2.44h0L21.4,18,9.48,6.47A1.69,1.69,0,0,0,7.08,6.52Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M26.49,5a1.7,1.7,0,0,0-1.7,1.7V29.3a1.7,1.7,0,0,0,3.4,0V6.7A1.7,1.7,0,0,0,26.49,5Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"success line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M13.72,27.69,3.29,17.27a1,1,0,0,1,1.41-1.41l9,9L31.29,7.29a1,1,0,0,1,1.41,1.41Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"success standard line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M18,2A16,16,0,1,0,34,18,16,16,0,0,0,18,2Zm0,30A14,14,0,1,1,32,18,14,14,0,0,1,18,32Z\"></path><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M28,12.1a1,1,0,0,0-1.41,0L15.49,23.15l-6-6A1,1,0,0,0,8,18.53L15.49,26,28,13.52A1,1,0,0,0,28,12.1Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"success standard solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M18,2A16,16,0,1,0,34,18,16,16,0,0,0,18,2ZM28.45,12.63,15.31,25.76,7.55,18a1.4,1.4,0,0,1,2-2l5.78,5.78L26.47,10.65a1.4,1.4,0,1,1,2,2Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"times line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M19.41,18l8.29-8.29a1,1,0,0,0-1.41-1.41L18,16.59,9.71,8.29A1,1,0,0,0,8.29,9.71L16.59,18,8.29,26.29a1,1,0,1,0,1.41,1.41L18,19.41l8.29,8.29a1,1,0,0,0,1.41-1.41Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"unknown status line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <circle class=\"clr-i-outline clr-i-outline-path-1\" cx=\"17.58\" cy=\"26.23\" r=\"1.4\"></circle><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M24.7,13a5.18,5.18,0,0,0-2.16-3.56,7.26,7.26,0,0,0-5.71-1.09A11.34,11.34,0,0,0,12,10.44,1,1,0,1,0,13.26,12a9.32,9.32,0,0,1,3.94-1.72,5.29,5.29,0,0,1,4.16.74,3.21,3.21,0,0,1,1.35,2.19c.33,2.69-3.19,3.75-5.32,4.14l-.82.15v4.36a1,1,0,0,0,2,0V19.17C24.61,17.79,24.88,14.41,24.7,13Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"user line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M18,17a7,7,0,1,0-7-7A7,7,0,0,0,18,17ZM18,5a5,5,0,1,1-5,5A5,5,0,0,1,18,5Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M30.47,24.37a17.16,17.16,0,0,0-24.93,0A2,2,0,0,0,5,25.74V31a2,2,0,0,0,2,2H29a2,2,0,0,0,2-2V25.74A2,2,0,0,0,30.47,24.37ZM29,31H7V25.73a15.17,15.17,0,0,1,22,0h0Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"user outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M30.47,24.37a17.16,17.16,0,0,0-24.93,0A2,2,0,0,0,5,25.74V31a2,2,0,0,0,2,2H29a2,2,0,0,0,2-2V25.74A2,2,0,0,0,30.47,24.37ZM29,31H7V25.73a15.17,15.17,0,0,1,22,0h0Z\" class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\"></path><path d=\"M18,17a7,7,0,0,0,4.45-1.6h-.22A3.68,3.68,0,0,1,20,14.6a5,5,0,1,1,1.24-8.42l1-1.76A7,7,0,1,0,18,17Z\" class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\"></path><path d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"user outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M30.47,24.37a17.16,17.16,0,0,0-24.93,0A2,2,0,0,0,5,25.74V31a2,2,0,0,0,2,2H29a2,2,0,0,0,2-2V25.74A2,2,0,0,0,30.47,24.37ZM29,31H7V25.73a15.17,15.17,0,0,1,22,0h0Z\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"></path><path d=\"M18,17a7,7,0,0,0,6.85-5.56,7.4,7.4,0,0,1-2.24-6.69A7,7,0,1,0,18,17ZM18,5a5,5,0,1,1-5,5A5,5,0,0,1,18,5Z\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-outline--badged clr-i-outline-path-3--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"user solid alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M30.61,24.52a17.16,17.16,0,0,0-25.22,0,1.51,1.51,0,0,0-.39,1v6A1.5,1.5,0,0,0,6.5,33h23A1.5,1.5,0,0,0,31,31.5v-6A1.51,1.51,0,0,0,30.61,24.52Z\" class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\"></path><path d=\"M18,17a7,7,0,0,0,4.45-1.6h-.22A3.68,3.68,0,0,1,19,9.89l3.16-5.47A7,7,0,1,0,18,17Z\" class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted\"></path><path d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" class=\"clr-i-solid--alerted clr-i-solid-path-3--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"user solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M30.61,24.52a17.16,17.16,0,0,0-25.22,0,1.51,1.51,0,0,0-.39,1v6A1.5,1.5,0,0,0,6.5,33h23A1.5,1.5,0,0,0,31,31.5v-6A1.51,1.51,0,0,0,30.61,24.52Z\" class=\"clr-i-solid--badged clr-i-solid-path-1--badged\"></path><path d=\"M18,17a7,7,0,0,0,6.85-5.56,7.4,7.4,0,0,1-2.24-6.69A7,7,0,1,0,18,17Z\" class=\"clr-i-solid--badged clr-i-solid-path-2--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-solid--badged clr-i-solid-path-3--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"user solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M30.61,24.52a17.16,17.16,0,0,0-25.22,0,1.51,1.51,0,0,0-.39,1v6A1.5,1.5,0,0,0,6.5,33h23A1.5,1.5,0,0,0,31,31.5v-6A1.51,1.51,0,0,0,30.61,24.52Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path><circle cx=\"18\" cy=\"10\" r=\"7\" class=\"clr-i-solid clr-i-solid-path-2\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"view columns line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M31,5H5A2,2,0,0,0,3,7V29a2,2,0,0,0,2,2H31a2,2,0,0,0,2-2V7A2,2,0,0,0,31,5ZM13,29H5V7h8Zm10,0H15V7h8Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"vm bug inverse line \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"36\" height=\"36\" viewBox=\"0 0 36 36\">\n    \n    <rect width=\"36\" height=\"36\" rx=\"3\" fill=\"currentFill\" opacity=\"0.66\" style=\"isolation:isolate\"/>\n    <path d=\"M3.79,14.83a1.09,1.09,0,0,0-1.47-.56,1.09,1.09,0,0,0-.54,1.49l2.47,5.4c.39.85.8,1.29,1.57,1.29S7,22,7.39,21.16l2.17-4.77a.33.33,0,0,1,.31-.2.35.35,0,0,1,.35.35v4.61a1.15,1.15,0,0,0,1.14,1.3,1.17,1.17,0,0,0,1.17-1.3V17.38a1.15,1.15,0,0,1,1.22-1.2,1.13,1.13,0,0,1,1.18,1.2v3.77a1.17,1.17,0,1,0,2.32,0V17.38a1.15,1.15,0,0,1,1.22-1.2,1.13,1.13,0,0,1,1.18,1.2v3.77a1.16,1.16,0,1,0,2.31,0V16.86a2.69,2.69,0,0,0-2.78-2.69,3.57,3.57,0,0,0-2.47,1.05,2.75,2.75,0,0,0-2.38-1.05A3.93,3.93,0,0,0,12,15.22a2.82,2.82,0,0,0-2.08-1.05A2.55,2.55,0,0,0,7.4,15.89L5.82,19.63l-2-4.8\" fill=\"#ffffff\"/>\n    <path d=\"M33,14.18A1.14,1.14,0,0,0,31.9,15l-1.19,3.73L29.5,15.05a1.18,1.18,0,0,0-1.15-.87h-.1a1.2,1.2,0,0,0-1.15.87l-1.19,3.71-1.18-3.71a1.15,1.15,0,0,0-1.11-.87,1.08,1.08,0,0,0-1.12,1.07,1.68,1.68,0,0,0,.1.54l2,5.7a1.27,1.27,0,0,0,1.27,1,1.24,1.24,0,0,0,1.2-.93l1.2-3.64,1.2,3.64a1.25,1.25,0,0,0,1.26.93A1.27,1.27,0,0,0,32,21.5L34,15.73a1.77,1.77,0,0,0,.08-.48A1.07,1.07,0,0,0,33,14.18Z\" fill=\"#ffffff\"/>\n</svg></li><li title=\"vm bug line \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"36\" height=\"36\" viewBox=\"0 0 36 36\">\n    \n    <rect width=\"36\" height=\"36\" rx=\"3\" fill=\"#ffffff\" opacity=\"0.15\" style=\"isolation:isolate\"/>\n    <path d=\"M3.79,14.83a1.09,1.09,0,0,0-1.47-.56,1.09,1.09,0,0,0-.54,1.49l2.47,5.4c.39.85.8,1.29,1.57,1.29S7,22,7.39,21.16l2.17-4.77a.33.33,0,0,1,.31-.2.35.35,0,0,1,.35.35v4.61a1.15,1.15,0,0,0,1.14,1.3,1.17,1.17,0,0,0,1.17-1.3V17.38a1.15,1.15,0,0,1,1.22-1.2,1.13,1.13,0,0,1,1.18,1.2v3.77a1.17,1.17,0,1,0,2.32,0V17.38a1.15,1.15,0,0,1,1.22-1.2,1.13,1.13,0,0,1,1.18,1.2v3.77a1.16,1.16,0,1,0,2.31,0V16.86a2.69,2.69,0,0,0-2.78-2.69,3.57,3.57,0,0,0-2.47,1.05,2.75,2.75,0,0,0-2.38-1.05A3.93,3.93,0,0,0,12,15.22a2.82,2.82,0,0,0-2.08-1.05A2.55,2.55,0,0,0,7.4,15.89L5.82,19.63l-2-4.8\" fill=\"#ffffff\"/>\n    <path d=\"M33,14.18A1.14,1.14,0,0,0,31.9,15l-1.19,3.73L29.5,15.05a1.18,1.18,0,0,0-1.15-.87h-.1a1.2,1.2,0,0,0-1.15.87l-1.19,3.71-1.18-3.71a1.15,1.15,0,0,0-1.11-.87,1.08,1.08,0,0,0-1.12,1.07,1.68,1.68,0,0,0,.1.54l2,5.7a1.27,1.27,0,0,0,1.27,1,1.24,1.24,0,0,0,1.2-.93l1.2-3.64,1.2,3.64a1.25,1.25,0,0,0,1.26.93A1.27,1.27,0,0,0,32,21.5L34,15.73a1.77,1.77,0,0,0,.08-.48A1.07,1.07,0,0,0,33,14.18Z\" fill=\"#ffffff\"/>\n</svg></li><li title=\"warning line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M18,21.32a1.3,1.3,0,0,0,1.3-1.3V14a1.3,1.3,0,1,0-2.6,0v6A1.3,1.3,0,0,0,18,21.32Z\"></path><circle class=\"clr-i-outline clr-i-outline-path-2\" cx=\"17.95\" cy=\"24.27\" r=\"1.5\"></circle><path class=\"clr-i-outline clr-i-outline-path-3\" d=\"M30.33,25.54,20.59,7.6a3,3,0,0,0-5.27,0L5.57,25.54A3,3,0,0,0,8.21,30H27.69a3,3,0,0,0,2.64-4.43Zm-1.78,1.94a1,1,0,0,1-.86.49H8.21a1,1,0,0,1-.88-1.48L17.07,8.55a1,1,0,0,1,1.76,0l9.74,17.94A1,1,0,0,1,28.55,27.48Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"warning solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M30.33,25.54,20.59,7.6a3,3,0,0,0-5.27,0L5.57,25.54A3,3,0,0,0,8.21,30H27.69a3,3,0,0,0,2.64-4.43ZM16.46,12.74a1.49,1.49,0,0,1,3,0v6.89a1.49,1.49,0,1,1-3,0ZM18,26.25a1.72,1.72,0,1,1,1.72-1.72A1.72,1.72,0,0,1,18,26.25Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"warning standard line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <circle class=\"clr-i-outline clr-i-outline-path-1\" cx=\"18\" cy=\"26.06\" r=\"1.33\"></circle><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M18,22.61a1,1,0,0,1-1-1v-12a1,1,0,1,1,2,0v12A1,1,0,0,1,18,22.61Z\"></path><path class=\"clr-i-outline clr-i-outline-path-3\" d=\"M15.0620782,1.681196 C15.6298819,0.649266355 16.7109091,0.0102219396 17.885,0.0102219396 C19.0590909,0.0102219396 20.1401181,0.649266355 20.7086433,1.68252129 L34.598644,27.2425225 C35.1407746,28.2401397 35.1174345,29.4495373 34.5372161,30.4254943 C33.9569977,31.4014514 32.905671,31.9996984 31.77,32 L4.02239323,31.9997492 C2.87409009,32.0254699 1.79902843,31.4375753 1.20106335,30.4569126 C0.603098265,29.4762499 0.572777899,28.2513179 1.12207818,27.241196 L15.0620782,1.681196 Z M2.87850767,28.1977282 C2.67060966,28.5800376 2.6820975,29.0441423 2.9086557,29.4156977 C3.1352139,29.7872532 3.5425354,30.0099959 4,30 L31.7697344,30 C32.1999191,29.9998858 32.5982478,29.7732208 32.8180821,29.4034482 C33.0379164,29.0336757 33.0467595,28.5754567 32.8413567,28.1974787 L18.9538739,2.64208195 C18.7394236,2.25234436 18.3298419,2.01022194 17.885,2.01022194 C17.4406889,2.01022194 17.0315538,2.25176692 16.8168946,2.64068753 L2.87850767,28.1977282 Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"warning standard solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M34.6,29.21,20.71,3.65a3.22,3.22,0,0,0-5.66,0L1.17,29.21A3.22,3.22,0,0,0,4,34H31.77a3.22,3.22,0,0,0,2.83-4.75ZM16.6,10a1.4,1.4,0,0,1,2.8,0v12a1.4,1.4,0,0,1-2.8,0ZM18,29.85a1.8,1.8,0,1,1,1.8-1.8A1.8,1.8,0,0,1,18,29.85Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li class='heading'>essential</li><li title=\"accessibility 1 line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M14.44,31.94a7.31,7.31,0,0,1-5.7-11.88L7.32,18.64a9.3,9.3,0,0,0,13.1,13.11L19,30.33A7.29,7.29,0,0,1,14.44,31.94Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M25.36,1.67a4.12,4.12,0,1,0,4.11,4.11A4.12,4.12,0,0,0,25.36,1.67Zm0,6.23a2.12,2.12,0,1,1,2.11-2.12A2.12,2.12,0,0,1,25.36,7.9Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M26.56,18.18h-5a1,1,0,0,0-.24.05l3.09-3.55a2.83,2.83,0,0,0-.69-4.33l-8-4.6a1,1,0,0,0-1.12.08L9.83,9.58A1,1,0,0,0,9.66,11a1,1,0,0,0,.79.38,1,1,0,0,0,.61-.21l4.27-3.34,3.11,1.77-5.08,5.78h0a9.28,9.28,0,0,0-4.53,1.83l1.43,1.43A7.3,7.3,0,0,1,20.42,28.81l1.42,1.43a9.27,9.27,0,0,0,.77-10.06h2.82l-.77,6.51a1,1,0,0,0,.88,1.11h.12a1,1,0,0,0,1-.88l.9-7.62a1,1,0,0,0-.25-.78A1,1,0,0,0,26.56,18.18Zm-6.37-7.56,2.52,1.46a.79.79,0,0,1,.4.59.81.81,0,0,1-.2.69L19.75,17A9.17,9.17,0,0,0,16,15.45Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"accessibility 1 solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M14.77,31.94a7.31,7.31,0,0,1-5.7-11.88L7.65,18.64a9.3,9.3,0,0,0,13.1,13.11l-1.42-1.42A7.29,7.29,0,0,1,14.77,31.94Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path><path d=\"M26.65,2.1a3.12,3.12,0,1,0,3.11,3.12A3.12,3.12,0,0,0,26.65,2.1Z\" class=\"clr-i-solid clr-i-solid-path-2\"></path><path d=\"M26.81,18.18H21.47q-.31-.33-.66-.63l4.38-4.86a2.14,2.14,0,0,0-.53-3.27L20.9,7.23l0,0L17.05,5.07a1,1,0,0,0-1.11.08L11.15,8.9a1,1,0,0,0,1.23,1.58l4.27-3.34,2.87,1.63L13.6,15.39a9.33,9.33,0,0,0-4.44,1.82l1.42,1.43A7.3,7.3,0,0,1,20.75,28.81l1.43,1.43A9.27,9.27,0,0,0,23,20.18h2.74l-.77,6.51a1,1,0,0,0,.87,1.11h.12a1,1,0,0,0,1-.88l.9-7.62a1,1,0,0,0-.25-.78A1,1,0,0,0,26.81,18.18Z\" class=\"clr-i-solid clr-i-solid-path-3\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"accessibility 2 line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M30.06,11h-24a1,1,0,1,0,0,2H14v9.65s0,0,0,0l-3.75,10a1,1,0,0,0,.58,1.29,1.13,1.13,0,0,0,.36.06,1,1,0,0,0,.93-.65L15.62,24h4.76l3.52,9.35a1,1,0,0,0,.93.65,1.13,1.13,0,0,0,.36-.06,1,1,0,0,0,.58-1.29L22,22.68s0,0,0,0V13h8.06a1,1,0,1,0,0-2ZM20,22H16V13h4Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M18,10a4,4,0,1,0-4-4A4,4,0,0,0,18,10Zm0-6a2,2,0,1,1-2,2A2,2,0,0,1,18,4Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"accessibility 2 solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <circle cx=\"17.96\" cy=\"5\" r=\"3\" class=\"clr-i-solid clr-i-solid-path-1\"></circle><path d=\"M30,10H6a1,1,0,0,0,0,2h8v8.36s0,0,0,0L10.11,33.17a1,1,0,0,0,.66,1.25,1.55,1.55,0,0,0,.29,0,1,1,0,0,0,1-.71l3.29-10.84h5.38L24,33.75a1,1,0,0,0,1,.71,1.55,1.55,0,0,0,.29,0,1,1,0,0,0,.66-1.25L22,20.4s0,0,0,0V12h8a1,1,0,0,0,0-2Z\" class=\"clr-i-solid clr-i-solid-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"add line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M30,17H19V6a1,1,0,1,0-2,0V17H6a1,1,0,0,0-1,1,.91.91,0,0,0,1,.94H17V30a1,1,0,1,0,2,0V19H30a1,1,0,0,0,1-1A1,1,0,0,0,30,17Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"add text line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M31,21H13a1,1,0,0,0,0,2H31a1,1,0,0,0,0-2Z\"></path><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M12,16a1,1,0,0,0,1,1H31a1,1,0,0,0,0-2H13A1,1,0,0,0,12,16Z\"></path><path class=\"clr-i-outline clr-i-outline-path-3\" d=\"M27,27H13a1,1,0,0,0,0,2H27a1,1,0,0,0,0-2Z\"></path><path class=\"clr-i-outline clr-i-outline-path-4\" d=\"M15.89,9a1,1,0,0,0-1-1H10V3.21a1,1,0,0,0-2,0V8H2.89a1,1,0,0,0,0,2H8v5.21a1,1,0,0,0,2,0V10h4.89A1,1,0,0,0,15.89,9Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"alarm clock line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M31.47,3.84a5.78,5.78,0,0,0-7.37-.63,16.08,16.08,0,0,1,8.2,7.65A5.73,5.73,0,0,0,31.47,3.84Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M11.42,3.43a5.77,5.77,0,0,0-7.64.41,5.72,5.72,0,0,0-.38,7.64A16.08,16.08,0,0,1,11.42,3.43Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M16.4,4.09A14,14,0,0,0,8.11,27.88L5.56,30.43A1,1,0,1,0,7,31.84l2.66-2.66a13.9,13.9,0,0,0,16.88-.08l2.74,2.74a1,1,0,0,0,1.41-1.41L28,27.78A14,14,0,0,0,16.4,4.09ZM19.58,29.9A12,12,0,1,1,29.92,19.56,12,12,0,0,1,19.58,29.9Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path><path d=\"M24.92,20.34l-6.06-3V9.5a.9.9,0,0,0-1.8,0v9L24.12,22a.9.9,0,1,0,.79-1.62Z\" class=\"clr-i-outline clr-i-outline-path-4\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"alarm clock outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M11.42,3.43a5.77,5.77,0,0,0-7.64.41,5.72,5.72,0,0,0-.38,7.64A16.08,16.08,0,0,1,11.42,3.43Z\" class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\"></path><path d=\"M18.86,9.5a.9.9,0,0,0-1.8,0v9L24.12,22a.9.9,0,1,0,.79-1.62l-6.06-3Z\" class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\"></path><path d=\"M28,27.78A13.88,13.88,0,0,0,31.77,15.4h-2a12.07,12.07,0,1,1-8.67-9l1-1.8a14,14,0,0,0-14,23.27L5.56,30.43A1,1,0,1,0,7,31.84l2.66-2.66a13.9,13.9,0,0,0,16.88-.08l2.74,2.74a1,1,0,0,0,1.41-1.41Z\" class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted\"></path><path d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" class=\"clr-i-outline--alerted clr-i-outline-path-4--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"alarm clock outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M11.42,3.43a5.77,5.77,0,0,0-7.64.41,5.72,5.72,0,0,0-.38,7.64A16.08,16.08,0,0,1,11.42,3.43Z\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"></path><path d=\"M18.86,9.5a.9.9,0,0,0-1.8,0v9L24.12,22a.9.9,0,1,0,.79-1.62l-6.06-3Z\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"></path><path d=\"M28,27.78a13.89,13.89,0,0,0,3.21-14.39,7,7,0,0,1-2.11.05A12,12,0,1,1,22.56,6.9,7.54,7.54,0,0,1,22.5,6a7.52,7.52,0,0,1,.11-1.21A14,14,0,0,0,8.11,27.88L5.56,30.43A1,1,0,1,0,7,31.84l2.66-2.66a13.9,13.9,0,0,0,16.88-.08l2.74,2.74a1,1,0,0,0,1.41-1.41Z\" class=\"clr-i-outline--badged clr-i-outline-path-3--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-outline--badged clr-i-outline-path-4--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"alarm clock solid alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M11.42,3.43a5.77,5.77,0,0,0-7.64.41,5.72,5.72,0,0,0-.38,7.64A16.08,16.08,0,0,1,11.42,3.43Z\" class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\"></path><path d=\"M28,27.78A13.88,13.88,0,0,0,31.77,15.4H22.23A3.69,3.69,0,0,1,19,13.56L19,13.4v3.78L25,20.1a1,1,0,1,1-.87,1.8L17,18.44V9.69a1,1,0,0,1,2,0V10L19,9.89l3-5.28a14,14,0,0,0-14,23.27L5.56,30.43A1,1,0,1,0,7,31.84l2.66-2.66a13.9,13.9,0,0,0,16.88-.08l2.74,2.74a1,1,0,0,0,1.41-1.41Z\" class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted\"></path><path d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" class=\"clr-i-solid--alerted clr-i-solid-path-3--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"alarm clock solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M11.42,3.43a5.77,5.77,0,0,0-7.64.41,5.72,5.72,0,0,0-.38,7.64A16.08,16.08,0,0,1,11.42,3.43Z\" class=\"clr-i-solid--badged clr-i-solid-path-1--badged\"></path><path d=\"M28,27.78a13.89,13.89,0,0,0,3.21-14.39A7.46,7.46,0,0,1,22.5,6a7.52,7.52,0,0,1,.11-1.21A14,14,0,0,0,8.11,27.88L5.56,30.43A1,1,0,1,0,7,31.84l2.66-2.66a13.9,13.9,0,0,0,16.88-.08l2.74,2.74a1,1,0,0,0,1.41-1.41Zm-2.52-6.35a1,1,0,0,1-1.33.47L17,18.44V9.69a1,1,0,0,1,2,0v7.5L25,20.1A1,1,0,0,1,25.49,21.43Z\" class=\"clr-i-solid--badged clr-i-solid-path-2--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-solid--badged clr-i-solid-path-3--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"alarm clock solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M31.47,3.84a5.78,5.78,0,0,0-7.37-.63,16.08,16.08,0,0,1,8.2,7.65A5.73,5.73,0,0,0,31.47,3.84Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path><path d=\"M11.42,3.43a5.77,5.77,0,0,0-7.64.41,5.72,5.72,0,0,0-.38,7.64A16.08,16.08,0,0,1,11.42,3.43Z\" class=\"clr-i-solid clr-i-solid-path-2\"></path><path d=\"M18,4A14,14,0,0,0,8.11,27.88L5.56,30.43A1,1,0,1,0,7,31.84l2.66-2.66a13.9,13.9,0,0,0,16.88-.08l2.74,2.74a1,1,0,0,0,1.41-1.41L28,27.78A14,14,0,0,0,18,4Zm7.47,17.43a1,1,0,0,1-1.33.47L17,18.44V9.69a1,1,0,0,1,2,0v7.5L25,20.1A1,1,0,0,1,25.49,21.43Z\" class=\"clr-i-solid clr-i-solid-path-3\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"alarm off line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M31.47,3.84a5.78,5.78,0,0,0-7.37-.63,16.08,16.08,0,0,1,8.2,7.65A5.73,5.73,0,0,0,31.47,3.84Z\"></path><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M25.33,21.54a.9.9,0,0,0-.41-1.2l-3.2-1.56L24.89,22A.89.89,0,0,0,25.33,21.54Z\"></path><path class=\"clr-i-outline clr-i-outline-path-3\" d=\"M18,8.6a.9.9,0,0,0-.9.9v4.6l1.8,1.81V9.5A.9.9,0,0,0,18,8.6Z\"></path><path class=\"clr-i-outline clr-i-outline-path-4\" d=\"M11.42,3.43a5.8,5.8,0,0,0-5.81-.81L8.3,5.32A16,16,0,0,1,11.42,3.43Z\"></path><path class=\"clr-i-outline clr-i-outline-path-5\" d=\"M18,4a13.91,13.91,0,0,0-8.3,2.75l1.42,1.43A12,12,0,0,1,27.82,24.9l1.42,1.43A14,14,0,0,0,18,4Z\"></path><path class=\"clr-i-outline clr-i-outline-path-6\" d=\"M1.56,4.21,2.73,5.38a5.7,5.7,0,0,0,.67,6.1A15.78,15.78,0,0,1,5.46,8.12L6.88,9.55A13.94,13.94,0,0,0,8.11,27.88L5.56,30.43A1,1,0,1,0,7,31.84l2.66-2.66a13.89,13.89,0,0,0,16.8,0l4.14,4.15L32,31.9,3,2.8ZM25,27.72A11.89,11.89,0,0,1,18,30,12,12,0,0,1,6,18a11.89,11.89,0,0,1,2.29-7Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"alarm off solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M31.47,3.84a5.78,5.78,0,0,0-7.37-.63,16.08,16.08,0,0,1,8.2,7.65A5.73,5.73,0,0,0,31.47,3.84Z\"></path><path class=\"clr-i-solid clr-i-solid-path-2\" d=\"M11.42,3.43a5.8,5.8,0,0,0-5.77-.82L8.33,5.3A16,16,0,0,1,11.42,3.43Z\"></path><path class=\"clr-i-solid clr-i-solid-path-3\" d=\"M24.92,21.94l4.34,4.36A14,14,0,0,0,9.75,6.73L17,14V9.69a1,1,0,0,1,2,0V16l2.33,2.34L25,20.1a1,1,0,0,1,.47,1.33A1,1,0,0,1,24.92,21.94Z\"></path><path class=\"clr-i-solid clr-i-solid-path-4\" d=\"M1.61,4.21,2.73,5.34a5.73,5.73,0,0,0,.67,6.15A15.88,15.88,0,0,1,5.48,8.1L6.91,9.52A13.94,13.94,0,0,0,8.11,27.88L5.56,30.43A1,1,0,1,0,7,31.84l2.66-2.66a13.89,13.89,0,0,0,16.83,0l4.16,4.17L32,31.9,3,2.8Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"alert line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M18,2.5c-8.82,0-16,6.28-16,14s7.18,14,16,14a18,18,0,0,0,4.88-.68l5.53,3.52a1,1,0,0,0,1.54-.84l0-6.73a13,13,0,0,0,4-9.27C34,8.78,26.82,2.5,18,2.5ZM28.29,24.61a1,1,0,0,0-.32.73l0,5.34-4.38-2.79a1,1,0,0,0-.83-.11A16,16,0,0,1,18,28.5c-7.72,0-14-5.38-14-12s6.28-12,14-12,14,5.38,14,12A11.08,11.08,0,0,1,28.29,24.61Z\"></path><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M18,20.63a1,1,0,0,0,1-1V8.48a1,1,0,1,0-2,0V19.61A1,1,0,0,0,18,20.63Z\"></path><circle class=\"clr-i-outline clr-i-outline-path-3\" cx=\"18\" cy=\"24.04\" r=\"1.33\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"alert solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M18,2.5c-8.82,0-16,6.28-16,14s7.18,14,16,14a18,18,0,0,0,4.88-.68l5.53,3.52a1,1,0,0,0,1.54-.84l0-6.73a13,13,0,0,0,4-9.27C34,8.78,26.82,2.5,18,2.5ZM16.93,9.13a1.41,1.41,0,1,1,2.81,0V18.9a1.41,1.41,0,1,1-2.81,0Zm1.41,17.35a1.87,1.87,0,1,1,1.87-1.87A1.87,1.87,0,0,1,18.34,26.47Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"arrow line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M27.66,15.61,18,6,8.34,15.61A1,1,0,1,0,9.75,17L17,9.81V28.94a1,1,0,1,0,2,0V9.81L26.25,17a1,1,0,0,0,1.41-1.42Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"asterisk line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M28.89,20.91l-5-2.91,4.87-2.86a3.11,3.11,0,0,0,1.14-1.08,3,3,0,0,0-4.09-4.15L21,12.76V7a3,3,0,0,0-6,0v5.76L10.15,9.91a3,3,0,1,0-3,5.18l5,2.91L7.2,20.86a3.11,3.11,0,0,0-1.14,1.08,3,3,0,0,0,4.09,4.14L15,23.24V28.9a3,3,0,0,0,2,2.94A3,3,0,0,0,21,29V23.24l4.85,2.85a3,3,0,1,0,3-5.18ZM28.24,24a1,1,0,0,1-1.37.36L19,19.75V29a1,1,0,0,1-2,0V19.75L9.13,24.36a1,1,0,0,1-1-1.72L16,18l-7.9-4.64a1,1,0,1,1,1-1.72L17,16.25V7a1,1,0,0,1,2,0v9.25l7.87-4.62a1,1,0,0,1,1,1.72L20,18l7.9,4.64A1,1,0,0,1,28.24,24Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"asterisk solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M28.89,20.91l-5-2.91,4.87-2.86a3.11,3.11,0,0,0,1.14-1.08,3,3,0,0,0-4.09-4.15L21,12.76V7a3,3,0,0,0-6,0v5.76L10.15,9.91a3,3,0,1,0-3,5.18l5,2.91L7.2,20.86a3.11,3.11,0,0,0-1.14,1.08,3,3,0,0,0,4.09,4.14L15,23.24V28.9a3,3,0,0,0,2,2.94A3,3,0,0,0,21,29V23.24l4.85,2.85a3,3,0,1,0,3-5.18Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"attachment line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M8.42,32.6A6.3,6.3,0,0,1,4,30.79l-.13-.13A6.2,6.2,0,0,1,2,26.22,6.77,6.77,0,0,1,4,21.4L19.5,6.07a8.67,8.67,0,0,1,12.15-.35A8,8,0,0,1,34,11.44a9,9,0,0,1-2.7,6.36L17.37,31.6A1,1,0,1,1,16,30.18L29.89,16.38A7,7,0,0,0,32,11.44a6,6,0,0,0-1.76-4.3,6.67,6.67,0,0,0-9.34.35L5.45,22.82A4.78,4.78,0,0,0,4,26.22a4.21,4.21,0,0,0,1.24,3l.13.13a4.64,4.64,0,0,0,6.5-.21L25.22,15.94A2.7,2.7,0,0,0,26,14a2.35,2.35,0,0,0-.69-1.68,2.61,2.61,0,0,0-3.66.13l-9.2,9.12a1,1,0,1,1-1.41-1.42L20.28,11a4.62,4.62,0,0,1,6.48-.13A4.33,4.33,0,0,1,28,14a4.68,4.68,0,0,1-1.41,3.34L13.28,30.58A6.91,6.91,0,0,1,8.42,32.6Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"balance line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M24,33H12a1,1,0,0,1,0-2H24a1,1,0,0,1,0,2Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><rect x=\"17\" y=\"9\" width=\"2\" height=\"22.5\" class=\"clr-i-outline clr-i-outline-path-2\"></rect><path d=\"M28,7H8A1,1,0,0,1,8,5H28a1,1,0,0,1,0,2Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path><path d=\"M26.93,24.79a7.23,7.23,0,0,1-5.81-2.89l-.6-.8,1.59-1.21.6.8a5.28,5.28,0,0,0,8.42,0l.6-.8,1.59,1.21-.6.8A7.23,7.23,0,0,1,26.93,24.79Z\" class=\"clr-i-outline clr-i-outline-path-4\"></path><path d=\"M30.51,19.25a.8.8,0,0,1-.73-.48L26.93,12.2l-2.85,6.57a.8.8,0,0,1-1.47-.64L26.2,9.87a.83.83,0,0,1,1.47,0l3.58,8.26a.8.8,0,0,1-.73,1.12Z\" class=\"clr-i-outline clr-i-outline-path-5\"></path><path d=\"M9.68,24.79A7.23,7.23,0,0,1,3.88,21.9l-.6-.8L4.86,19.9l.6.8a5.28,5.28,0,0,0,8.42,0l.6-.8,1.59,1.21-.6.8A7.23,7.23,0,0,1,9.68,24.79Z\" class=\"clr-i-outline clr-i-outline-path-6\"></path><path d=\"M13.26,19.25a.8.8,0,0,1-.73-.48L9.68,12.2,6.84,18.77a.8.8,0,0,1-1.47-.64L8.95,9.87a.83.83,0,0,1,1.47,0L14,18.13a.8.8,0,0,1-.73,1.12Z\" class=\"clr-i-outline clr-i-outline-path-7\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"ban line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M18,2A16,16,0,1,0,34,18,16,16,0,0,0,18,2ZM4,18A13.93,13.93,0,0,1,7.43,8.85L27.15,28.57A14,14,0,0,1,4,18Zm24.57,9.15L8.85,7.43A14,14,0,0,1,28.57,27.15Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"beta line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M7.21,14.07h3a1.61,1.61,0,0,1,1.81,1.5,1.44,1.44,0,0,1-.84,1.34,1.67,1.67,0,0,1,1.1,1.53,1.75,1.75,0,0,1-2,1.63H7.21Zm2.71,2.42c.48,0,.82-.28.82-.67s-.34-.65-.82-.65H8.49v1.32Zm.2,2.48a.75.75,0,1,0,0-1.47H8.49V19Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M14.55,15.23v1.2h3v1.16h-3v1.32h3.33v1.16H13.26v-6h4.62v1.16Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M20.41,15.23H18.54V14.07h5v1.16H21.7v4.84H20.41Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path><path d=\"M28,19.12H25.32l-.38.95H23.5l2.44-6h1.44l2.45,6H28.38ZM27.55,18l-.89-2.19L25.77,18Z\" class=\"clr-i-outline clr-i-outline-path-4\"></path><path d=\"M8.06,30a.84.84,0,0,1-.38-.08A1,1,0,0,1,7.06,29V25h-4a1,1,0,0,1-1-1V10a1,1,0,0,1,1-1h30a1,1,0,0,1,1,1V24a1,1,0,0,1-1,1H13.48L8.77,29.71A1,1,0,0,1,8.06,30Zm-4-7h4a1,1,0,0,1,1,1v2.59l3.3-3.3a1,1,0,0,1,.7-.29h19V11h-28Z\" class=\"clr-i-outline clr-i-outline-path-5\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"beta solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <polygon points=\"25.8,18 27.5,18 26.7,15.8\" class=\"clr-i-solid clr-i-solid-path-1\"></polygon><path d=\"M10.4,17.5c-0.1,0-0.2,0-0.3,0H8.5V19l1.6,0c0.4,0.1,0.8-0.2,0.9-0.6C11.1,18,10.8,17.6,10.4,17.5z\" class=\"clr-i-solid clr-i-solid-path-2\"></path><path d=\"M10.7,15.8c0-0.4-0.3-0.7-0.8-0.7H8.5v1.3h1.4C10.4,16.5,10.7,16.2,10.7,15.8z\" class=\"clr-i-solid clr-i-solid-path-3\"></path><path d=\"M33.1,9h-30c-0.6,0-1,0.4-1,1v14c0,0.6,0.4,1,1,1h4v4c0,0.4,0.2,0.8,0.6,0.9C7.8,30,7.9,30,8.1,30c0.3,0,0.5-0.1,0.7-0.3\n\t\tl4.7-4.7h19.6c0.6,0,1-0.4,1-1V10C34.1,9.4,33.6,9,33.1,9z M10.4,20.1c-0.1,0-0.1,0-0.2,0H7.2v-6h3c0.9-0.1,1.7,0.5,1.8,1.4\n\t\tc0,0,0,0.1,0,0.1c0,0.6-0.3,1.1-0.8,1.3c0.6,0.2,1.1,0.8,1.1,1.5C12.2,19.4,11.4,20.1,10.4,20.1z M17.9,15.2h-3.3v1.2h3v1.2h-3v1.3\n\t\th3.3v1.2h-4.6v-6h4.6V15.2z M21.7,20.1h-1.3v-4.8h-1.9v-1.2h5v1.2h-1.8V20.1z M28.4,20.1l-0.4-1h-2.7l-0.4,1h-1.4l2.4-6h1.4l2.5,6\n\t\tH28.4z\" class=\"clr-i-solid clr-i-solid-path-4\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"bolt line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M10.52,34h-3a1,1,0,0,1-.88-1.44L12.55,21H6a1,1,0,0,1-.85-1.54l10.68-17A1,1,0,0,1,16.64,2H30.07a1,1,0,0,1,.77,1.69L21.78,14h5.38a1,1,0,0,1,.73,1.66l-16.63,18A1,1,0,0,1,10.52,34ZM9.18,32h.91L24.86,16H19.59a1,1,0,0,1-.77-1.69L27.88,4H17.19L7.77,19H14.2a1,1,0,0,1,.88,1.44Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"bolt solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M30.8,2.29A.49.49,0,0,0,30.35,2H16.42a.5.5,0,0,0-.42.23l-10.71,17A.49.49,0,0,0,5.7,20h7.67L6.6,33.25a.52.52,0,0,0,.46.75h3a.5.5,0,0,0,.37-.16L28,14.85a.5.5,0,0,0-.37-.85H20.89L30.72,2.82A.49.49,0,0,0,30.8,2.29Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"book line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <rect class=\"clr-i-outline clr-i-outline-path-1\" x=\"10\" y=\"5.2\" width=\"18\" height=\"1.55\"></rect><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M29,8H9.86A1.89,1.89,0,0,1,8,6,2,2,0,0,1,9.86,4H29a1,1,0,0,0,0-2H9.86A4,4,0,0,0,6,6a4.14,4.14,0,0,0,0,.49,1,1,0,0,0,0,.24V30a4,4,0,0,0,3.86,4H29a1,1,0,0,0,1-1V9.25s0-.06,0-.09,0-.06,0-.09A1.07,1.07,0,0,0,29,8ZM28,32H9.86A2,2,0,0,1,8,30V9.55A3.63,3.63,0,0,0,9.86,10H28Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"book solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <rect class=\"clr-i-solid clr-i-solid-path-1\" x=\"10\" y=\"5.2\" width=\"18\" height=\"1.55\"></rect><path class=\"clr-i-solid clr-i-solid-path-2\" d=\"M29,8H9.86A1.89,1.89,0,0,1,8,6,2,2,0,0,1,9.86,4H29a1,1,0,1,0,0-2H9.86A4,4,0,0,0,6,6a4.14,4.14,0,0,0,0,.49,1,1,0,0,0,0,.24V30a4,4,0,0,0,3.86,4H29a1,1,0,0,0,1-1V9.25s0-.06,0-.09,0-.06,0-.09A1.07,1.07,0,0,0,29,8Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"briefcase line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M32,28a0,0,0,0,1,0,0H4V21.32a7.1,7.1,0,0,1-2-1.43V28a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V19.89a6.74,6.74,0,0,1-2,1.42Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M25,22.4a1,1,0,0,0,1-1V15.94H24V18H14v2H24v1.4A1,1,0,0,0,25,22.4Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M33,6H24V4.38A2.42,2.42,0,0,0,21.55,2h-7.1A2.42,2.42,0,0,0,12,4.38V6H3A1,1,0,0,0,2,7v8a5,5,0,0,0,5,5h3v1.4a1,1,0,0,0,2,0V15.94H10V18H7a3,3,0,0,1-3-3V8H32v7a3,3,0,0,1-3,3H28v2h1a5,5,0,0,0,5-5V7A1,1,0,0,0,33,6ZM22,6H14V4.43A.45.45,0,0,1,14.45,4h7.11a.43.43,0,0,1,.44.42Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"briefcase solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M30,18A4.06,4.06,0,0,0,34,14V6H24V4.43A2.44,2.44,0,0,0,21.55,2h-7.1A2.44,2.44,0,0,0,12,4.43V6H2v8A4.06,4.06,0,0,0,6.05,18h4V15.92h2v5.7a1,1,0,1,1-2,0V20.06H6.06A6.06,6.06,0,0,1,2,18.49v9.45a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V18.49a6,6,0,0,1-4.06,1.57H28V18ZM14,4.43A.45.45,0,0,1,14.45,4h7.1a.45.45,0,0,1,.45.43V6H14ZM26,21.62a1,1,0,1,1-2,0V20.06H14V18H24V15.92h2Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"bubble exclamation line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M18,2.5c-8.82,0-16,6.28-16,14s7.18,14,16,14a18,18,0,0,0,4.88-.68l5.53,3.52a1,1,0,0,0,1.54-.84l0-6.73a13,13,0,0,0,4-9.27C34,8.78,26.82,2.5,18,2.5ZM28.29,24.61a1,1,0,0,0-.32.73l0,5.34-4.38-2.79a1,1,0,0,0-.83-.11A16,16,0,0,1,18,28.5c-7.72,0-14-5.38-14-12s6.28-12,14-12,14,5.38,14,12A11.08,11.08,0,0,1,28.29,24.61Z\"></path><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M18,20.63a1,1,0,0,0,1-1V8.48a1,1,0,1,0-2,0V19.61A1,1,0,0,0,18,20.63Z\"></path><circle class=\"clr-i-outline clr-i-outline-path-3\" cx=\"18\" cy=\"24.04\" r=\"1.33\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"bubble exclamation solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M18,2.5c-8.82,0-16,6.28-16,14s7.18,14,16,14a18,18,0,0,0,4.88-.68l5.53,3.52a1,1,0,0,0,1.54-.84l0-6.73a13,13,0,0,0,4-9.27C34,8.78,26.82,2.5,18,2.5ZM16.93,9.13a1.41,1.41,0,1,1,2.81,0V18.9a1.41,1.41,0,1,1-2.81,0Zm1.41,17.35a1.87,1.87,0,1,1,1.87-1.87A1.87,1.87,0,0,1,18.34,26.47Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"bug line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <circle class=\"clr-i-outline clr-i-outline-path-1\" cx=\"23.56\" cy=\"17.74\" r=\"1.95\"></circle><circle class=\"clr-i-outline clr-i-outline-path-2\" cx=\"22.42\" cy=\"25.88\" r=\"1.58\"></circle><circle class=\"clr-i-outline clr-i-outline-path-3\" cx=\"12.86\" cy=\"17.74\" r=\"1.95\"></circle><circle class=\"clr-i-outline clr-i-outline-path-4\" cx=\"13.99\" cy=\"25.88\" r=\"1.58\"></circle><path class=\"clr-i-outline clr-i-outline-path-5\" d=\"M30.83,20H29a19.29,19.29,0,0,0-1.18-5.73l1.46-.79a1,1,0,0,0-.95-1.76l-3,1.64A17.65,17.65,0,0,1,27,20.72C27,27,23.8,31.23,18.8,31.62V15H17.2V31.62C12.22,31.21,9,27,9,20.72a17.74,17.74,0,0,1,1.73-7.34L7.7,11.72a1,1,0,0,0-.95,1.76l1.5.8A19.38,19.38,0,0,0,7.07,20H5.17a1,1,0,0,0,0,2H7.1a14.62,14.62,0,0,0,1.66,6.17L6.87,29.49A1,1,0,1,0,8,31.12l1.84-1.29A10.38,10.38,0,0,0,18,33.66a10.38,10.38,0,0,0,8.14-3.81L28,31.12a1,1,0,1,0,1.15-1.64l-1.86-1.3A14.61,14.61,0,0,0,28.94,22h1.89a1,1,0,0,0,0-2Z\"></path><path class=\"clr-i-outline clr-i-outline-path-6\" d=\"M11.51,5.36a1.67,1.67,0,0,0,1.07-.51A3.21,3.21,0,0,1,13.76,6a16.38,16.38,0,0,0-2.65,2.89,2,2,0,0,0,1.61,3.19H23.32A2,2,0,0,0,25.1,11a2,2,0,0,0-.17-2.1A16.34,16.34,0,0,0,22.25,6a3.21,3.21,0,0,1,1.17-1.11A1.68,1.68,0,1,0,23,3.27,4.77,4.77,0,0,0,21,5a5.81,5.81,0,0,0-2.93-1,5.83,5.83,0,0,0-3,1A4.77,4.77,0,0,0,13,3.27a1.68,1.68,0,1,0-1.49,2.09ZM18,6.07c1.45,0,3.53,1.57,5.31,4h0l-10.6,0C14.49,7.63,16.56,6.07,18,6.07Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"bug solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M30.83,20H29a19.29,19.29,0,0,0-1.18-5.73l1.46-.79a1,1,0,0,0-.95-1.76l-3,1.28H10.78L7.7,11.72a1,1,0,0,0-.95,1.76l1.5.8A19.38,19.38,0,0,0,7.07,20H5.17a1,1,0,0,0,0,2H7.1a14.62,14.62,0,0,0,1.66,6.17L6.87,29.49A1,1,0,1,0,8,31.12l1.84-1.29A10.29,10.29,0,0,0,17,33.6V15h2V33.6a10.29,10.29,0,0,0,7.16-3.75L28,31.12a1,1,0,1,0,1.15-1.64l-1.86-1.3A14.61,14.61,0,0,0,28.94,22h1.89a1,1,0,0,0,0-2ZM10.91,17.74a1.95,1.95,0,1,1,1.95,1.95A1.95,1.95,0,0,1,10.91,17.74ZM14,27.46a1.58,1.58,0,1,1,1.58-1.58A1.58,1.58,0,0,1,14,27.46Zm8.43,0A1.58,1.58,0,1,1,24,25.88,1.58,1.58,0,0,1,22.42,27.46Zm1.13-7.77a1.95,1.95,0,1,1,1.95-1.95A1.95,1.95,0,0,1,23.56,19.69Z\"></path><path class=\"clr-i-solid clr-i-solid-path-2\" d=\"M11.23,5.26a1.67,1.67,0,0,0,.54-.32,5.9,5.9,0,0,1,.89.58,7.44,7.44,0,0,1,.95.94A18.48,18.48,0,0,0,10.79,9.7c-.4.57.09,1.28.86,1.28H24.44c.77,0,1.26-.71.86-1.28a18.38,18.38,0,0,0-2.88-3.28,7.28,7.28,0,0,1,.91-.9,5.9,5.9,0,0,1,.89-.58,1.69,1.69,0,1,0-.56-1.51,7.49,7.49,0,0,0-1.32.83,9.06,9.06,0,0,0-1.19,1.18A5.85,5.85,0,0,0,18,4.3a5.91,5.91,0,0,0-3.17,1.19,9.2,9.2,0,0,0-1.22-1.21,7.49,7.49,0,0,0-1.32-.83,1.68,1.68,0,1,0-1.11,1.83Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"bullseye line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M18,2a15.92,15.92,0,0,0-4.25.59l.77,1.86a14.07,14.07,0,1,1-10,10l-1.86-.78A16,16,0,1,0,18,2Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M7.45,15.7a10.81,10.81,0,1,0,8.3-8.26L16.37,9A9.24,9.24,0,1,1,9,16.32Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M18,22.09a4.08,4.08,0,0,1-4-3.68l-1.63-.68c0,.09,0,.18,0,.27A5.69,5.69,0,1,0,18,12.31h-.24L18.43,14A4.07,4.07,0,0,1,18,22.09Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path><path d=\"M8.2,13.34a.5.5,0,0,0,.35.15H12.2l5.37,5.37A1,1,0,0,0,19,17.44L13.53,12V8.51a.5.5,0,0,0-.15-.35L7.79,2.57a.5.5,0,0,0-.85.35v4H3a.5.5,0,0,0-.35.85Z\" class=\"clr-i-outline clr-i-outline-path-4\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"bullseye solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M19,18.85a1,1,0,0,1-1.41,0l-3-3A4,4,0,0,0,13.91,18,4.09,4.09,0,1,0,18,13.91a4,4,0,0,0-2,.55l3,3A1,1,0,0,1,19,18.85Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path><path d=\"M18,2a15.92,15.92,0,0,0-4.25.59l1.6,3.89A11.89,11.89,0,1,1,6.49,15.3L2.61,13.68A16,16,0,1,0,18,2Z\" class=\"clr-i-solid clr-i-solid-path-2\"></path><path d=\"M8,15.94A10.17,10.17,0,1,0,16,8l1.69,4.11.31,0A5.88,5.88,0,1,1,12.12,18c0-.12,0-.23,0-.35Z\" class=\"clr-i-solid clr-i-solid-path-3\"></path><path d=\"M8.2,13.34a.5.5,0,0,0,.35.15H12.2l2.35,2.35A4.09,4.09,0,0,1,16,14.46L13.53,12V8.51a.5.5,0,0,0-.15-.35L7.79,2.57a.5.5,0,0,0-.85.35v4H3a.5.5,0,0,0-.35.85Z\" class=\"clr-i-solid clr-i-solid-path-4\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"cancel line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M18,2A16,16,0,1,0,34,18,16,16,0,0,0,18,2ZM4,18A13.93,13.93,0,0,1,7.43,8.85L27.15,28.57A14,14,0,0,1,4,18Zm24.57,9.15L8.85,7.43A14,14,0,0,1,28.57,27.15Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"child arrow line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M24.82,15.8a1,1,0,0,0-1.41,0,1,1,0,0,0,0,1.41L27.2,21H9V3.78a1,1,0,1,0-2,0V21a2,2,0,0,0,2,2H27.15l-3.74,3.75a1,1,0,0,0,0,1.41,1,1,0,0,0,.7.29,1,1,0,0,0,.71-.29L31,22Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"circle arrow line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M18,2A16,16,0,1,0,34,18,16,16,0,0,0,18,2Zm0,30A14,14,0,1,1,32,18,14,14,0,0,1,18,32Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M18.08,8.26l-7.61,7.61a1,1,0,1,0,1.41,1.41L17,12.18v15a1,1,0,0,0,2,0V12l5.28,5.28a1,1,0,1,0,1.41-1.41Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"circle arrow solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M18,2A16,16,0,1,0,34,18,16,16,0,0,0,18,2Zm8,15.57a1.43,1.43,0,0,1-2,0L19.4,13V27.14a1.4,1.4,0,0,1-2.8,0v-14l-4.43,4.43a1.4,1.4,0,0,1-2-2L18.08,7.7,26,15.59A1.4,1.4,0,0,1,26,17.57Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"circle line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M18,34A16,16,0,1,1,34,18,16,16,0,0,1,18,34ZM18,4A14,14,0,1,0,32,18,14,14,0,0,0,18,4Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"circle solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M18,4A14,14,0,1,0,32,18,14,14,0,0,0,18,4Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"clipboard line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M29.29,5H27V7h2V32H7V7H9V5H7A1.75,1.75,0,0,0,5,6.69V32.31A1.7,1.7,0,0,0,6.71,34H29.29A1.7,1.7,0,0,0,31,32.31V6.69A1.7,1.7,0,0,0,29.29,5Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M26,7.33A2.34,2.34,0,0,0,23.67,5H21.87a4,4,0,0,0-7.75,0H12.33A2.34,2.34,0,0,0,10,7.33V11H26ZM24,9H12V7.33A.33.33,0,0,1,12.33,7H16V6a2,2,0,0,1,4,0V7h3.67a.33.33,0,0,1,.33.33Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><rect x=\"11\" y=\"14\" width=\"14\" height=\"2\" class=\"clr-i-outline clr-i-outline-path-3\"></rect><rect x=\"11\" y=\"18\" width=\"14\" height=\"2\" class=\"clr-i-outline clr-i-outline-path-4\"></rect><rect x=\"11\" y=\"22\" width=\"14\" height=\"2\" class=\"clr-i-outline clr-i-outline-path-5\"></rect><rect x=\"11\" y=\"26\" width=\"14\" height=\"2\" class=\"clr-i-outline clr-i-outline-path-6\"></rect>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"clipboard outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <rect x=\"11\" y=\"14\" width=\"14\" height=\"2\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"></rect><rect x=\"11\" y=\"18\" width=\"14\" height=\"2\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"></rect><rect x=\"11\" y=\"22\" width=\"14\" height=\"2\" class=\"clr-i-outline--badged clr-i-outline-path-3--badged\"></rect><rect x=\"11\" y=\"26\" width=\"14\" height=\"2\" class=\"clr-i-outline--badged clr-i-outline-path-4--badged\"></rect><path d=\"M23.13,9H12V7.33A.33.33,0,0,1,12.33,7H16V6a2,2,0,0,1,4,0V7h2.57a7.52,7.52,0,0,1-.07-1,7.52,7.52,0,0,1,.07-1h-.7a4,4,0,0,0-7.75,0H12.33A2.34,2.34,0,0,0,10,7.33V11H24.42A7.5,7.5,0,0,1,23.13,9Z\" class=\"clr-i-outline--badged clr-i-outline-path-5--badged\"></path><path d=\"M30,13.5a7.52,7.52,0,0,1-1-.07V32H7V7H9V5H7A1.75,1.75,0,0,0,5,6.69V32.31A1.7,1.7,0,0,0,6.71,34H29.29A1.7,1.7,0,0,0,31,32.31V13.43A7.52,7.52,0,0,1,30,13.5Z\" class=\"clr-i-outline--badged clr-i-outline-path-6--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-outline--badged clr-i-outline-path-7--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"clipboard solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M30,13.5A7.49,7.49,0,0,1,23.66,10H11.31V8a1,1,0,0,1,1-1h3.44V6.31a2.31,2.31,0,1,1,4.63,0V7h2.19a7.54,7.54,0,0,1-.07-1,7.52,7.52,0,0,1,.07-1h-.4a4.45,4.45,0,0,0-4.11-3A4.46,4.46,0,0,0,14,5H7A1.75,1.75,0,0,0,5,6.69V32.31A1.7,1.7,0,0,0,6.71,34H29.29A1.7,1.7,0,0,0,31,32.31V13.43A7.52,7.52,0,0,1,30,13.5ZM25,28H11V26H25Zm0-4H11V22H25Zm0-4H11V18H25Zm0-4H11V14H25Z\" class=\"clr-i-solid--badged clr-i-solid-path-1--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-solid--badged clr-i-solid-path-2--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"clipboard solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M29.29,5H22.17a4.45,4.45,0,0,0-4.11-3A4.46,4.46,0,0,0,14,5H7A1.75,1.75,0,0,0,5,6.69V32.31A1.7,1.7,0,0,0,6.71,34H29.29A1.7,1.7,0,0,0,31,32.31V6.69A1.7,1.7,0,0,0,29.29,5Zm-18,3a1,1,0,0,1,1-1h3.44V6.31a2.31,2.31,0,1,1,4.63,0V7h3.44a1,1,0,0,1,1,1v2H11.31ZM25,28H11V26H25Zm0-4H11V22H25Zm0-4H11V18H25Zm0-4H11V14H25Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"clock line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M18,2A16,16,0,1,0,34,18,16,16,0,0,0,18,2Zm0,30A14,14,0,1,1,32,18,14,14,0,0,1,18,32Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M18.92,18.4V10.75a1,1,0,0,0-2,0v8.72l5.9,4a1,1,0,1,0,1.11-1.66Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M8,17.94A9.94,9.94,0,0,1,23.41,9.59l.85-1.36a11.55,11.55,0,1,0-8.53,21L16,27.7A10,10,0,0,1,8,17.94Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"clock outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M18.92,10.75a1,1,0,0,0-2,0v8.72l5.9,4a1,1,0,1,0,1.11-1.66l-5-3.39Z\" class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\"></path><path d=\"M33.77,15.39h-2A14,14,0,1,1,22.09,4.61l1-1.76A16,16,0,1,0,34,18,16,16,0,0,0,33.77,15.39Z\" class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\"></path><path d=\"M18,8a9.81,9.81,0,0,1,2,.23l.85-1.46a11.55,11.55,0,1,0-5.13,22.52L16,27.7A10,10,0,0,1,18,8Z\" class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted\"></path><path d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" class=\"clr-i-outline--alerted clr-i-outline-path-4--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"clock outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M18.92,10.75a1,1,0,0,0-2,0v8.72l5.9,4a1,1,0,1,0,1.11-1.66l-5-3.39Z\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"></path><path d=\"M33.12,12.81a7.44,7.44,0,0,1-1.91.58,14.05,14.05,0,1,1-8.6-8.6,7.44,7.44,0,0,1,.58-1.91,16.06,16.06,0,1,0,9.93,9.93Z\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"></path><path d=\"M18,6.38a11.56,11.56,0,0,0-2.27,22.89L16,27.7a10,10,0,1,1,7.39-18.1h0a7.45,7.45,0,0,1-.78-2.23A11.45,11.45,0,0,0,18,6.38Z\" class=\"clr-i-outline--badged clr-i-outline-path-3--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-outline--badged clr-i-outline-path-4--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"clock solid alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M33.77,15.39H22.23A3.69,3.69,0,0,1,19,13.56c0-.09-.09-.18-.13-.27V18.4l5,3.39a1,1,0,0,1-1.11,1.66l-5.9-4V10.75a1,1,0,0,1,1.91-.41A3.65,3.65,0,0,1,19,9.89L20.74,7A11.19,11.19,0,0,0,18,6.6a11.39,11.39,0,0,0-2.69,22.47L15,30.63A13,13,0,0,1,18,5a12.8,12.8,0,0,1,3.57.51l1.53-2.66A16,16,0,1,0,34,18,16,16,0,0,0,33.77,15.39Z\" class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\"></path><path d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"clock solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M33.12,12.81A7.48,7.48,0,0,1,22.68,7.63,11.24,11.24,0,0,0,18,6.6a11.39,11.39,0,0,0-2.69,22.47L15,30.63A13,13,0,0,1,18,5a12.81,12.81,0,0,1,4.51.82,7.46,7.46,0,0,1,.68-2.94,16.06,16.06,0,1,0,9.93,9.93ZM24.2,23.18a1,1,0,0,1-1.39.28l-5.9-4V10.75a1,1,0,0,1,2,0V18.4l5,3.39A1,1,0,0,1,24.2,23.18Z\" class=\"clr-i-solid--badged clr-i-solid-path-1--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-solid--badged clr-i-solid-path-2--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"clock solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M18,2A16,16,0,1,0,34,18,16,16,0,0,0,18,2Zm6.2,21.18a1,1,0,0,1-1.39.28l-5.9-4V10.75a1,1,0,0,1,2,0V18.4l5,3.39A1,1,0,0,1,24.2,23.18ZM23.85,8.23a11.39,11.39,0,1,0-8.54,20.83L15,30.63a13,13,0,1,1,9.7-23.77Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"clone line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M6,6H22v4h2V6a2,2,0,0,0-2-2H6A2,2,0,0,0,4,6V22a2,2,0,0,0,2,2h4V22H6Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M30,12H14a2,2,0,0,0-2,2V30a2,2,0,0,0,2,2H30a2,2,0,0,0,2-2V14A2,2,0,0,0,30,12Zm0,18H14V14H30Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><polygon points=\"21 28 23 28 23 23 28 23 28 21 23 21 23 16 21 16 21 21 16 21 16 23 21 23 21 28\" class=\"clr-i-outline clr-i-outline-path-3\"></polygon>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"clone solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M24,10V6a2,2,0,0,0-2-2H6A2,2,0,0,0,4,6V22a2,2,0,0,0,2,2h4V12a2,2,0,0,1,2-2Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path><path d=\"M30,12H14a2,2,0,0,0-2,2V30a2,2,0,0,0,2,2H30a2,2,0,0,0,2-2V14A2,2,0,0,0,30,12ZM28,23H23v5H21V23H16V21h5V16h2v5h5Z\" class=\"clr-i-solid clr-i-solid-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"collapse card line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M33,21H3a1,1,0,0,0-1,1v6a1,1,0,0,0,1,1H33a1,1,0,0,0,1-1V22A1,1,0,0,0,33,21Zm-1,6H4V23H32Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M18,20.22l5.65-5.65a.81.81,0,0,0,0-1.14.8.8,0,0,0-1.13,0L18,18l-4.52-4.52a.8.8,0,0,0-1.13,0,.81.81,0,0,0,0,1.14Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M18,14.22l5.65-5.65a.81.81,0,0,0,0-1.14.8.8,0,0,0-1.13,0L18,12,13.48,7.43a.8.8,0,0,0-1.13,0,.81.81,0,0,0,0,1.14Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"collapse card solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <rect x=\"2\" y=\"22\" width=\"32\" height=\"8\" rx=\"1\" ry=\"1\" class=\"clr-i-solid clr-i-solid-path-1\"></rect><path d=\"M18,20.7l-5.79-5.79a1,1,0,0,1,0-1.41,1,1,0,0,1,1.41,0L18,17.87l4.38-4.37a1,1,0,0,1,1.41,0,1,1,0,0,1,0,1.41Z\" class=\"clr-i-solid clr-i-solid-path-2\"></path><path d=\"M18,14.5,12.21,8.71a1,1,0,0,1,0-1.42,1,1,0,0,1,1.41,0L18,11.67l4.38-4.38a1,1,0,0,1,1.41,0,1,1,0,0,1,0,1.42Z\" class=\"clr-i-solid clr-i-solid-path-3\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"color palette line \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"36\" height=\"36\" viewBox=\"0 0 36 36\"><g id=\"bc9b2c7d-3c46-47ec-97cc-47db7bd3c288\" data-name=\"Layer 3\"><path d=\"M21.54,23.05a3.22,3.22,0,0,1-3-1.77A3.05,3.05,0,0,1,18.5,19a3.74,3.74,0,0,1,1.95-2.06A3.4,3.4,0,0,1,25,18.3a3,3,0,0,1,.08,2.32,3.69,3.69,0,0,1-2,2.07A3.85,3.85,0,0,1,21.54,23.05Zm.54-4.91a2.41,2.41,0,0,0-1,.21h0A2.13,2.13,0,0,0,20,19.51a1.37,1.37,0,0,0,0,1.09,1.81,1.81,0,0,0,2.45.63,2.1,2.1,0,0,0,1.12-1.15,1.4,1.4,0,0,0,0-1.1A1.59,1.59,0,0,0,22.08,18.14Zm-1.29-.52h0Z\"/><path d=\"M16.19,33.87A13.72,13.72,0,0,1,6.4,30,13.86,13.86,0,0,1,2,20c0-4.4,2-8.84,5.68-12.5a18.2,18.2,0,0,1,13.1-5.37h.12c3.33,0,6.85,1.49,7.24,4.73.21,1.77-.59,3.47-1.29,5-.55,1.17-1.11,2.39-.72,2.81s1,.12,2.09-.2a6.27,6.27,0,0,1,3.38-.36,3,3,0,0,1,1.87,1.56c.94,1.83.47,4.67-.23,6.54h0A17.38,17.38,0,0,1,29,28.74,19.43,19.43,0,0,1,16.19,33.87ZM20.78,4.16A16.22,16.22,0,0,0,9.09,9C5.79,12.23,4,16.16,4,20A11.92,11.92,0,0,0,7.8,28.6c5.38,5.25,14.62,3.55,19.87-1.33a15.52,15.52,0,0,0,3.7-5.75h0c.7-1.9.84-3.92.32-4.92a1,1,0,0,0-.61-.55,4.86,4.86,0,0,0-2.29.35c-1.31.39-3,.89-4.12-.35-1.32-1.4-.46-3.25.37-5a7.93,7.93,0,0,0,1.11-3.9c-.24-2-2.81-2.95-5.26-3Z\"/><path d=\"M23.87,26.65A2.59,2.59,0,0,0,22.35,25L22,24.9l-.46,1.53.16,0a1,1,0,0,1,.6.61c.17.6-.41,1.31-1.26,1.55s-1.71-.07-1.88-.66l-1.54.43h0a2.83,2.83,0,0,0,2.84,1.91,4,4,0,0,0,1-.14A3,3,0,0,0,23.87,26.65Z\"/><path d=\"M15.07,25.59h0a2.73,2.73,0,0,0-2.24-1.84l-.27,1.58a1.12,1.12,0,0,1,1,.7c.17.59-.41,1.3-1.26,1.54A1.92,1.92,0,0,1,11,27.52a1,1,0,0,1-.6-.61s0-.09,0-.13l-1.58.16a2,2,0,0,0,.06.41A2.59,2.59,0,0,0,10.37,29a3.36,3.36,0,0,0,1.31.25,3.7,3.7,0,0,0,1-.14A3,3,0,0,0,15.07,25.59Z\"/><path d=\"M10.78,19.17a2.59,2.59,0,0,0-1.52-1.65,2.91,2.91,0,0,0-.5-.16l-.37,1.56a1.21,1.21,0,0,1,.25.08,1,1,0,0,1,.6.6c.17.6-.41,1.31-1.26,1.55s-1.71-.06-1.88-.66a.86.86,0,0,1,0-.39l-1.56-.34a2.4,2.4,0,0,0,0,1.16A2.83,2.83,0,0,0,7.4,22.83a4,4,0,0,0,1-.14A3,3,0,0,0,10.78,19.17Z\"/><path d=\"M13.45,11.4a2.59,2.59,0,0,0-1.52-1.65,1.17,1.17,0,0,0-.2-.06l-.52,1.51a.38.38,0,0,1,.1,0,1,1,0,0,1,.6.6c.17.6-.41,1.31-1.26,1.55a2.06,2.06,0,0,1-1.28-.05,1,1,0,0,1-.6-.61.85.85,0,0,1,0-.32l-1.58-.19a2.3,2.3,0,0,0,.06.94A2.56,2.56,0,0,0,8.75,14.8a3.37,3.37,0,0,0,1.31.26,4,4,0,0,0,1-.14A3,3,0,0,0,13.45,11.4Z\"/><path d=\"M21,6.78a2.56,2.56,0,0,0-1.52-1.65l-.3-.1L18.7,6.56l.15,0a1,1,0,0,1,.6.61c.17.6-.41,1.3-1.26,1.54s-1.71-.06-1.88-.65a.9.9,0,0,1,.06-.58L14.89,6.9a2.47,2.47,0,0,0-.12,1.63,2.84,2.84,0,0,0,2.84,1.91,3.58,3.58,0,0,0,1-.15A3,3,0,0,0,21,6.78Z\"/></g></svg></li><li title=\"color palette solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"36\" height=\"36\" viewBox=\"0 0 36 36\"><g id=\"b894e32b-0437-45ab-b8bf-9f0c4e8f57cd\" data-name=\"Layer 3\"><path d=\"M32.23,14.89c-2.1-.56-4.93,1.8-6.34.3-1.71-1.82,2.27-5.53,1.86-8.92-.33-2.78-3.51-4.08-6.66-4.1A18.5,18.5,0,0,0,7.74,7.59c-6.64,6.59-8.07,16-1.37,22.48,6.21,6,16.61,4.23,22.67-1.4a17.73,17.73,0,0,0,4.22-6.54C34.34,19.23,34.44,15.49,32.23,14.89ZM9.4,10.57a2.23,2.23,0,0,1,2.87,1.21,2.22,2.22,0,0,1-1.81,2.53A2.22,2.22,0,0,1,7.59,13.1,2.23,2.23,0,0,1,9.4,10.57ZM5.07,20.82a2.22,2.22,0,0,1,1.82-2.53A2.22,2.22,0,0,1,9.75,19.5,2.23,2.23,0,0,1,7.94,22,2.24,2.24,0,0,1,5.07,20.82Zm7,8.33a2.22,2.22,0,0,1-2.87-1.21A2.23,2.23,0,0,1,11,25.41a2.23,2.23,0,0,1,2.87,1.21A2.22,2.22,0,0,1,12,29.15ZM15,8.26a2.23,2.23,0,0,1,1.81-2.53,2.24,2.24,0,0,1,2.87,1.21,2.22,2.22,0,0,1-1.82,2.53A2.21,2.21,0,0,1,15,8.26Zm5.82,22.19a2.22,2.22,0,0,1-2.87-1.21,2.23,2.23,0,0,1,1.81-2.53,2.24,2.24,0,0,1,2.87,1.21A2.22,2.22,0,0,1,20.78,30.45Zm5-10.46a3.2,3.2,0,0,1-1.69,1.76,3.53,3.53,0,0,1-1.4.3,2.78,2.78,0,0,1-2.56-1.5,2.49,2.49,0,0,1-.07-2,3.2,3.2,0,0,1,1.69-1.76,3,3,0,0,1,4,1.2A2.54,2.54,0,0,1,25.79,20Z\"/></g></svg></li><li title=\"color picker line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M33,10.05a5.07,5.07,0,0,0,.1-7.17A5.06,5.06,0,0,0,26,3L20.78,8.15a2.13,2.13,0,0,1-3,0l-.67-.67L15.72,8.92,27.08,20.28l1.42-1.42-.67-.67a2.13,2.13,0,0,1,0-3ZM26.44,13.8a4.07,4.07,0,0,0-1.08,1.92l-5.08-5.08A4.07,4.07,0,0,0,22.2,9.56l5.16-5.17a3.09,3.09,0,0,1,4.35-.1,3.09,3.09,0,0,1-.1,4.35Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M7.3,31.51a2,2,0,1,1-2.83-2.83L18.58,14.57l-1.42-1.41L3.05,27.27a4,4,0,0,0-.68,4.8L.89,33.55A1,1,0,0,0,.89,35a1,1,0,0,0,1.42,0l1.43-1.44a3.93,3.93,0,0,0,2.09.6,4.06,4.06,0,0,0,2.88-1.2L22.82,18.81,21.41,17.4Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"color picker solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M33.73,2.11a4.09,4.09,0,0,0-5.76.1L22.81,7.38a3.13,3.13,0,0,1-4.3.11L17.09,8.91,27,18.79l1.42-1.42A3.18,3.18,0,0,1,28.46,13l5.17-5.17A4.08,4.08,0,0,0,33.73,2.11Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path><path d=\"M22.18,16.79,7.46,31.51a2,2,0,1,1-2.82-2.83L19.35,14l-1.41-1.41L3.22,27.27a4,4,0,0,0-.68,4.8L1.06,33.55a1,1,0,0,0,0,1.41,1,1,0,0,0,1.41,0l1.44-1.44a3.93,3.93,0,0,0,2.09.6,4.06,4.06,0,0,0,2.88-1.2L23.6,18.21Z\" class=\"clr-i-solid clr-i-solid-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"copy line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M29.5,7h-19A1.5,1.5,0,0,0,9,8.5v24A1.5,1.5,0,0,0,10.5,34h19A1.5,1.5,0,0,0,31,32.5V8.5A1.5,1.5,0,0,0,29.5,7ZM29,32H11V9H29Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M26,3.5A1.5,1.5,0,0,0,24.5,2H5.5A1.5,1.5,0,0,0,4,3.5v24A1.5,1.5,0,0,0,5.5,29H6V4H26Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"copy solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M27,3.56A1.56,1.56,0,0,0,25.43,2H5.57A1.56,1.56,0,0,0,4,3.56V28.44A1.56,1.56,0,0,0,5.57,30h.52V4.07H27Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path><rect x=\"8\" y=\"6\" width=\"23\" height=\"28\" rx=\"1.5\" ry=\"1.5\" class=\"clr-i-solid clr-i-solid-path-2\"></rect>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"copy to clipboard line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M22.6,4H21.55a3.89,3.89,0,0,0-7.31,0H13.4A2.41,2.41,0,0,0,11,6.4V10H25V6.4A2.41,2.41,0,0,0,22.6,4ZM23,8H13V6.25A.25.25,0,0,1,13.25,6h2.69l.12-1.11A1.24,1.24,0,0,1,16.61,4a2,2,0,0,1,3.15,1.18l.09.84h2.9a.25.25,0,0,1,.25.25Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M33.25,18.06H21.33l2.84-2.83a1,1,0,1,0-1.42-1.42L17.5,19.06l5.25,5.25a1,1,0,0,0,.71.29,1,1,0,0,0,.71-1.7l-2.84-2.84H33.25a1,1,0,0,0,0-2Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M29,16h2V6.68A1.66,1.66,0,0,0,29.35,5H27.08V7H29Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path><path d=\"M29,31H7V7H9V5H6.64A1.66,1.66,0,0,0,5,6.67V31.32A1.66,1.66,0,0,0,6.65,33H29.36A1.66,1.66,0,0,0,31,31.33V22.06H29Z\" class=\"clr-i-outline clr-i-outline-path-4\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"crosshairs line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M18,29A11,11,0,1,1,29,18,11,11,0,0,1,18,29ZM18,9a9,9,0,1,0,9,9A9,9,0,0,0,18,9Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M18,23a5,5,0,1,1,5-5A5,5,0,0,1,18,23Zm0-8a3,3,0,1,0,3,3A3,3,0,0,0,18,15Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M18,9a1,1,0,0,1-1-1V2.8a1,1,0,0,1,2,0V8A1,1,0,0,1,18,9Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path><path d=\"M18,34a1,1,0,0,1-1-1V28a1,1,0,0,1,2,0v5A1,1,0,0,1,18,34Z\" class=\"clr-i-outline clr-i-outline-path-4\"></path><path d=\"M8,19H3.17a1,1,0,0,1,0-2H8a1,1,0,0,1,0,2Z\" class=\"clr-i-outline clr-i-outline-path-5\"></path><path d=\"M33.1,19H28a1,1,0,0,1,0-2h5.1a1,1,0,0,1,0,2Z\" class=\"clr-i-outline clr-i-outline-path-6\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"cursor arrow line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M14.58,32.31a1,1,0,0,1-.94-.65L4,5.65A1,1,0,0,1,5.25,4.37l26,9.68a1,1,0,0,1-.05,1.89l-8.36,2.57,8.3,8.3a1,1,0,0,1,0,1.41l-3.26,3.26a1,1,0,0,1-.71.29h0a1,1,0,0,1-.71-.29l-8.33-8.33-2.6,8.45a1,1,0,0,1-.93.71Zm3.09-12a1,1,0,0,1,.71.29l8.79,8.79L29,27.51l-8.76-8.76a1,1,0,0,1,.41-1.66l7.13-2.2L6.6,7l7.89,21.2L16.71,21a1,1,0,0,1,.71-.68Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"cursor arrow solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M29,12.36,3.88,3A1,1,0,0,0,2.59,4.28L12,29.44a1,1,0,0,0,1.89-.05l2.69-8.75,9.12,8.9a1,1,0,0,0,1.41,0l2.35-2.35a1,1,0,0,0,0-1.41l-9.09-8.86L29,14.25A1,1,0,0,0,29,12.36Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"cursor hand click line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M30.4,17.6c-1.8-1.9-4.2-3.2-6.7-3.7c-1.1-0.3-2.2-0.5-3.3-0.6c2.8-3.3,2.3-8.3-1-11.1s-8.3-2.3-11.1,1s-2.3,8.3,1,11.1\n                    c0.6,0.5,1.2,0.9,1.8,1.1v2.2l-1.6-1.5c-1.4-1.4-3.7-1.4-5.2,0c-1.4,1.4-1.5,3.6-0.1,5l4.6,5.4c0.2,1.4,0.7,2.7,1.4,3.9\n                    c0.5,0.9,1.2,1.8,1.9,2.5v1.9c0,0.6,0.4,1,1,1h13.6c0.5,0,1-0.5,1-1v-2.6c1.9-2.3,2.9-5.2,2.9-8.1v-5.8\n                    C30.7,17.9,30.6,17.7,30.4,17.6z M8.4,8.2c0-3.3,2.7-5.9,6-5.8c3.3,0,5.9,2.7,5.8,6c0,1.8-0.8,3.4-2.2,4.5V7.9\n                    c-0.1-1.8-1.6-3.2-3.4-3.2c-1.8-0.1-3.4,1.4-3.4,3.2v5.2C9.5,12.1,8.5,10.2,8.4,8.2L8.4,8.2z M28.7,24c0.1,2.6-0.8,5.1-2.5,7.1\n                    c-0.2,0.2-0.4,0.4-0.4,0.7v2.1H14.2v-1.4c0-0.3-0.2-0.6-0.4-0.8c-0.7-0.6-1.3-1.3-1.8-2.2c-0.6-1-1-2.2-1.2-3.4\n                    c0-0.2-0.1-0.4-0.2-0.6l-4.8-5.7c-0.3-0.3-0.5-0.7-0.5-1.2c0-0.4,0.2-0.9,0.5-1.2c0.7-0.6,1.7-0.6,2.4,0l2.9,2.9v3l1.9-1V7.9\n                    c0.1-0.7,0.7-1.3,1.5-1.2c0.7,0,1.4,0.5,1.4,1.2v11.5l2,0.4v-4.6c0.1-0.1,0.2-0.1,0.3-0.2c0.7,0,1.4,0.1,2.1,0.2v5.1l1.6,0.3v-5.2\n                    l1.2,0.3c0.5,0.1,1,0.3,1.5,0.5v5l1.6,0.3v-4.6c0.9,0.4,1.7,1,2.4,1.7L28.7,24z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"cursor hand grab line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M28.09,9.74a4,4,0,0,0-1.16.19c-.19-1.24-1.55-2.18-3.27-2.18A4,4,0,0,0,22.13,8,3.37,3.37,0,0,0,19,6.3a3.45,3.45,0,0,0-2.87,1.32,3.65,3.65,0,0,0-1.89-.51A3.05,3.05,0,0,0,11,9.89v.91c-1.06.4-4.11,1.8-4.91,4.84s.34,8,2.69,11.78a25.21,25.21,0,0,0,5.9,6.41.9.9,0,0,0,.53.17H25.55a.92.92,0,0,0,.55-.19,13.13,13.13,0,0,0,3.75-6.13A25.8,25.8,0,0,0,31.41,18v-5.5A3.08,3.08,0,0,0,28.09,9.74ZM29.61,18a24,24,0,0,1-1.47,9.15A12.46,12.46,0,0,1,25.2,32.2H15.47a23.75,23.75,0,0,1-5.2-5.72c-2.37-3.86-3-8.23-2.48-10.39A5.7,5.7,0,0,1,11,12.76v7.65a.9.9,0,0,0,1.8,0V9.89c0-.47.59-1,1.46-1s1.49.52,1.49,1v5.72h1.8V8.81c0-.28.58-.71,1.46-.71s1.53.48,1.53.75v6.89h1.8V10l.17-.12a2.1,2.1,0,0,1,1.18-.32c.93,0,1.5.44,1.5.68l0,6.5H27V11.87a1.91,1.91,0,0,1,1.12-.33c.86,0,1.52.51,1.52.94Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"cursor hand line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M30.74,15.19a13.66,13.66,0,0,0-6.87-3.83A26,26,0,0,0,18,10.58V5.28A3.4,3.4,0,0,0,14.5,2,3.4,3.4,0,0,0,11,5.28v10L9.4,13.7a3.77,3.77,0,0,0-5.28,0A3.67,3.67,0,0,0,3,16.33a3.6,3.6,0,0,0,1,2.56l4.66,5.52a11.53,11.53,0,0,0,1.43,4,10.12,10.12,0,0,0,2,2.54v1.92a1.07,1.07,0,0,0,1,1.08H27a1.07,1.07,0,0,0,1-1.08v-2.7a12.81,12.81,0,0,0,3-8.36v-6A1,1,0,0,0,30.74,15.19ZM29,21.86a10.72,10.72,0,0,1-2.6,7.26,1.11,1.11,0,0,0-.4.72V32H14.14V30.52a1,1,0,0,0-.44-.83,7.26,7.26,0,0,1-1.82-2.23,9.14,9.14,0,0,1-1.2-3.52,1,1,0,0,0-.23-.59L5.53,17.53a1.7,1.7,0,0,1,0-2.42,1.76,1.76,0,0,1,2.47,0l3,3v3.14l2-1V5.28A1.42,1.42,0,0,1,14.5,4,1.42,1.42,0,0,1,16,5.28v11.8l2,.43V12.59a24.27,24.27,0,0,1,2.51.18V18l1.6.35V13c.41.08.83.17,1.26.28a14.88,14.88,0,0,1,1.53.49v5.15l1.6.35V14.5A11.06,11.06,0,0,1,29,16.23Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"cursor hand open line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M31.46,8.57A3.11,3.11,0,0,0,27,5.75a3.19,3.19,0,0,0-4.66-2.64,3.29,3.29,0,0,0-6.42-.76,3.23,3.23,0,0,0-1.66-.46A3.27,3.27,0,0,0,11,5.18V17.84c-1.28-1.6-2.53-3.18-2.72-3.45A3.19,3.19,0,0,0,5.56,12.9a3.37,3.37,0,0,0-3.47,3.48C2.18,18.18,5.66,24.54,8,28c3.54,5.24,6.92,6,7.07,6l.18,0H25.59a.92.92,0,0,0,.55-.19,13.13,13.13,0,0,0,3.75-6.13c1-3.09,1.53-7.53,1.58-13.56ZM28.18,27.12a12.46,12.46,0,0,1-2.94,5.08H15.33c-.47-.14-3.07-1.1-5.87-5.25S3.94,17.27,3.89,16.29a1.5,1.5,0,0,1,.45-1.13,1.52,1.52,0,0,1,1.14-.46,1.43,1.43,0,0,1,1.32.71c.29.43,2.36,3,3.57,4.53L12.8,18.3V5.18a1.48,1.48,0,1,1,2.95,0V16.32h1.8v-13a1.51,1.51,0,0,1,3,0V16.45h1.8V6a1.43,1.43,0,1,1,2.85,0V17.44H27V8.54a1.33,1.33,0,0,1,2.65,0v5.55C29.62,20,29.14,24.21,28.18,27.12Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"cursor hand solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M28.69,14.33v4.83l-2-.43V13.24a16.19,16.19,0,0,0-2.33-.84v5.82l-2-.43V12c-1.1-.18-2.18-.3-3.08-.36v5.51l-2-.43V11.48h0V4.34a2.53,2.53,0,0,0-2.6-2.43,2.53,2.53,0,0,0-2.6,2.43V17.27h0v2.59l-2,1V15.6L7.75,13.21a2.83,2.83,0,0,0-4,0,2.93,2.93,0,0,0,0,4.09l6,7.1a10.82,10.82,0,0,0,1.39,4.22,8.42,8.42,0,0,0,2.21,2.73v2.56H27.79V30.62a12.54,12.54,0,0,0,3-8.5v-6A10,10,0,0,0,28.69,14.33Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"cursor move line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M28.85,12.89a1,1,0,0,0-1.42,0,1,1,0,0,0,0,1.41L30.14,17H19V5.86l2.69,2.7a1,1,0,0,0,1.41,0,1,1,0,0,0,0-1.42L18,2,12.89,7.15a1,1,0,0,0-.29.71,1,1,0,0,0,1.71.7L17,5.86V17H5.86l2.7-2.69a1,1,0,0,0,0-1.41,1,1,0,0,0-1.42,0L2,18l5.14,5.11a1,1,0,0,0,.71.29,1,1,0,0,0,.7-1.71L5.86,19H17V30.14l-2.69-2.7a1,1,0,0,0-1.71.7,1,1,0,0,0,.29.71L18,34l5.11-5.14a1,1,0,0,0,0-1.42,1,1,0,0,0-1.41,0L19,30.14V19H30.14l-2.7,2.69a1,1,0,0,0,.7,1.71,1,1,0,0,0,.71-.29L34,18Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"details line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M32,6H4A2,2,0,0,0,2,8V28a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V8A2,2,0,0,0,32,6Zm0,22H4V8H32Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M9,14H27a1,1,0,0,0,0-2H9a1,1,0,0,0,0,2Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M9,18H27a1,1,0,0,0,0-2H9a1,1,0,0,0,0,2Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path><path d=\"M9,22H19a1,1,0,0,0,0-2H9a1,1,0,0,0,0,2Z\" class=\"clr-i-outline clr-i-outline-path-4\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"details solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M32,6H4A2,2,0,0,0,2,8V28a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V8A2,2,0,0,0,32,6ZM19,22H9a1,1,0,0,1,0-2H19a1,1,0,0,1,0,2Zm8-4H9a1,1,0,0,1,0-2H27a1,1,0,0,1,0,2Zm0-4H9a1,1,0,0,1,0-2H27a1,1,0,0,1,0,2Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"document line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M21.89,4H7.83A1.88,1.88,0,0,0,6,5.91V30.09A1.88,1.88,0,0,0,7.83,32H28.17A1.88,1.88,0,0,0,30,30.09V11.92Zm-.3,2.49,6,5.9h-6ZM8,30V6H20v8h8V30Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"document outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\" d=\"M28,15.4V30H8V6H20V8.25l2.25-3.9L21.89,4H7.83A1.88,1.88,0,0,0,6,5.91V30.09A1.88,1.88,0,0,0,7.83,32H28.17A1.88,1.88,0,0,0,30,30.09V15.4Z\"></path><path class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted clr-i-alert\" d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"document outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--badged clr-i-outline-path-1--badged\" d=\"M21.59,12.39V6.49l1.07,1a7.31,7.31,0,0,1,0-2.82L21.89,4H7.83A1.88,1.88,0,0,0,6,5.91V30.09A1.88,1.88,0,0,0,7.83,32H28.17A1.88,1.88,0,0,0,30,30.09V13.5a7.45,7.45,0,0,1-3.91-1.11ZM28,30H8V6H20v8h8Z\"></path><circle class=\"clr-i-outline--badged clr-i-outline-path-2--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"document solid alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\" d=\"M22.2,15.4c-2,0-3.7-1.6-3.7-3.6c0-0.7,0.2-1.3,0.5-1.9l3.2-5.5L21.9,4H7.8C6.8,4,6,4.9,6,5.9v24.2c0,1,0.8,1.9,1.8,1.9h20.3c1,0,1.8-0.9,1.8-1.9V15.4H22.2z\"></path><path class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted clr-i-alert\" d=\"M26.9,1.1L21.1,11c-0.4,0.6-0.2,1.4,0.3,1.8c0.2,0.2,0.5,0.2,0.8,0.2h11.5c0.7,0,1.3-0.5,1.3-1.2c0-0.3-0.1-0.5-0.2-0.8l-5.7-9.9c-0.4-0.6-1.1-0.8-1.8-0.5C27.1,0.8,27,1,26.9,1.1z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"document solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--badged clr-i-solid-path-1--badged\" d=\"M27.25,13H21V5.84l1.64,1.6a7.25,7.25,0,0,1,0-2.74L21.89,4H7.83A1.88,1.88,0,0,0,6,5.91V30.09A1.88,1.88,0,0,0,7.83,32H28.17A1.88,1.88,0,0,0,30,30.09V13.5A7.47,7.47,0,0,1,27.25,13Z\"></path><circle class=\"clr-i-solid--badged clr-i-solid-path-2--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"document solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M21.89,4H7.83A1.88,1.88,0,0,0,6,5.91V30.09A1.88,1.88,0,0,0,7.83,32H28.17A1.88,1.88,0,0,0,30,30.09V11.92ZM21,13V5.84L28.3,13Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"dot circle line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M18,11a7,7,0,1,1-7,7,7,7,0,0,1,7-7\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M18,34A16,16,0,1,1,34,18,16,16,0,0,1,18,34ZM18,4A14,14,0,1,0,32,18,14,14,0,0,0,18,4Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"download line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M31,31H5a1,1,0,0,0,0,2H31a1,1,0,0,0,0-2Z\"></path><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M18,29.48,28.61,18.87a1,1,0,0,0-1.41-1.41L19,25.65V5a1,1,0,0,0-2,0V25.65L8.81,17.46a1,1,0,1,0-1.41,1.41Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"download outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\" d=\"M31,31H5a1,1,0,0,0,0,2H31a1,1,0,0,0,0-2Z\"></path><path class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\" d=\"M18,29.48,28.61,18.87a1,1,0,0,0-1.41-1.41L19,25.65V5a1,1,0,0,0-2,0V25.65L8.81,17.46a1,1,0,1,0-1.41,1.41Z\"></path><path class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted clr-i-alert\" d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"download outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--badged clr-i-outline-path-1--badged\" d=\"M31,31H5a1,1,0,0,0,0,2H31a1,1,0,0,0,0-2Z\"></path><path class=\"clr-i-outline--badged clr-i-outline-path-2--badged\" d=\"M18,29.48,28.61,18.87a1,1,0,0,0-1.41-1.41L19,25.65V5a1,1,0,0,0-2,0V25.65L8.81,17.46a1,1,0,1,0-1.41,1.41Z\"></path><circle class=\"clr-i-outline--badged clr-i-outline-path-3--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"drag handle corner line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <circle cx=\"12\" cy=\"24\" r=\"1.5\" class=\"clr-i-outline clr-i-outline-path-1\"></circle><circle cx=\"18\" cy=\"24\" r=\"1.5\" class=\"clr-i-outline clr-i-outline-path-2\"></circle><circle cx=\"18\" cy=\"18\" r=\"1.5\" class=\"clr-i-outline clr-i-outline-path-3\"></circle><circle cx=\"24\" cy=\"12\" r=\"1.5\" class=\"clr-i-outline clr-i-outline-path-4\"></circle><circle cx=\"24\" cy=\"24\" r=\"1.5\" class=\"clr-i-outline clr-i-outline-path-5\"></circle><circle cx=\"24\" cy=\"18\" r=\"1.5\" class=\"clr-i-outline clr-i-outline-path-6\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"drag handle line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <circle cx=\"15\" cy=\"12\" r=\"1.5\" class=\"clr-i-outline clr-i-outline-path-1\"></circle><circle cx=\"15\" cy=\"24\" r=\"1.5\" class=\"clr-i-outline clr-i-outline-path-2\"></circle><circle cx=\"21\" cy=\"12\" r=\"1.5\" class=\"clr-i-outline clr-i-outline-path-3\"></circle><circle cx=\"21\" cy=\"24\" r=\"1.5\" class=\"clr-i-outline clr-i-outline-path-4\"></circle><circle cx=\"21\" cy=\"18\" r=\"1.5\" class=\"clr-i-outline clr-i-outline-path-5\"></circle><circle cx=\"15\" cy=\"18\" r=\"1.5\" class=\"clr-i-outline clr-i-outline-path-6\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"edit line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M33.87,8.32,28,2.42a2.07,2.07,0,0,0-2.92,0L4.27,23.2l-1.9,8.2a2.06,2.06,0,0,0,2,2.5,2.14,2.14,0,0,0,.43,0L13.09,32,33.87,11.24A2.07,2.07,0,0,0,33.87,8.32ZM12.09,30.2,4.32,31.83l1.77-7.62L21.66,8.7l6,6ZM29,13.25l-6-6,3.48-3.46,5.9,6Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"edit solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M4.22,23.2l-1.9,8.2a2.06,2.06,0,0,0,2,2.5,2.14,2.14,0,0,0,.43,0L13,32,28.84,16.22,20,7.4Z\"></path><path class=\"clr-i-solid clr-i-solid-path-2\" d=\"M33.82,8.32l-5.9-5.9a2.07,2.07,0,0,0-2.92,0L21.72,5.7l8.83,8.83,3.28-3.28A2.07,2.07,0,0,0,33.82,8.32Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"eraser line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M35.62,12a2.82,2.82,0,0,0-.84-2L27.49,2.65a2.9,2.9,0,0,0-4,0L2.83,23.28a2.84,2.84,0,0,0,0,4L7.53,32H3a1,1,0,0,0,0,2H28a1,1,0,0,0,0-2H16.74l18-18A2.82,2.82,0,0,0,35.62,12ZM13.91,32H10.36L4.25,25.89a.84.84,0,0,1,0-1.19l5.51-5.52,8.49,8.48ZM33.37,12.54,19.66,26.25l-8.48-8.49,13.7-13.7a.86.86,0,0,1,1.19,0l7.3,7.29a.86.86,0,0,1,.25.6A.82.82,0,0,1,33.37,12.54Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"eraser solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M28,32H15.33L19,28.37l-9.9-9.9L3.54,24a1.83,1.83,0,0,0,0,2.6L9,32H3a1,1,0,0,0,0,2H28a1,1,0,0,0,0-2Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path><path d=\"M34.08,10.65l-7.3-7.3a1.83,1.83,0,0,0-2.6,0L10.47,17.06l9.9,9.9L34.08,13.25A1.85,1.85,0,0,0,34.08,10.65Z\" class=\"clr-i-solid clr-i-solid-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"expand card line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M33,6H3A1,1,0,0,0,2,7V29a1,1,0,0,0,1,1H33a1,1,0,0,0,1-1V7A1,1,0,0,0,33,6ZM32,28H4V8H32Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M13.48,15.86,18,11.34l4.52,4.52a.77.77,0,0,0,.56.24.81.81,0,0,0,.57-1.37L18,9.08l-5.65,5.65a.8.8,0,1,0,1.13,1.13Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M13.48,21.86,18,17.34l4.52,4.52a.77.77,0,0,0,.56.24.81.81,0,0,0,.57-1.37L18,15.08l-5.65,5.65a.8.8,0,1,0,1.13,1.13Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"expand card solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M33,6H3A1,1,0,0,0,2,7V29a1,1,0,0,0,1,1H33a1,1,0,0,0,1-1V7A1,1,0,0,0,33,6ZM23.79,21.41a1,1,0,0,1-1.41,0L18,17l-4.38,4.38a1,1,0,0,1-1.41,0,1,1,0,0,1,0-1.42L18,14.2,23.79,20A1,1,0,0,1,23.79,21.41Zm0-6.2a1,1,0,0,1-1.41,0L18,10.83l-4.38,4.38a1,1,0,0,1-1.41,0,1,1,0,0,1,0-1.42L18,8l5.79,5.79A1,1,0,0,1,23.79,15.21Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"eye hide line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M25.19,20.4A6.78,6.78,0,0,0,25.62,18a6.86,6.86,0,0,0-6.86-6.86,6.79,6.79,0,0,0-2.37.43L18,13.23a4.78,4.78,0,0,1,.74-.06A4.87,4.87,0,0,1,23.62,18a4.79,4.79,0,0,1-.06.74Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M34.29,17.53c-3.37-6.23-9.28-10-15.82-10a16.82,16.82,0,0,0-5.24.85L14.84,10a14.78,14.78,0,0,1,3.63-.47c5.63,0,10.75,3.14,13.8,8.43a17.75,17.75,0,0,1-4.37,5.1l1.42,1.42a19.93,19.93,0,0,0,5-6l.26-.48Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M4.87,5.78l4.46,4.46a19.52,19.52,0,0,0-6.69,7.29L2.38,18l.26.48c3.37,6.23,9.28,10,15.82,10a16.93,16.93,0,0,0,7.37-1.69l5,5,1.75-1.5-26-26Zm9.75,9.75,6.65,6.65a4.81,4.81,0,0,1-2.5.72A4.87,4.87,0,0,1,13.9,18,4.81,4.81,0,0,1,14.62,15.53Zm-1.45-1.45a6.85,6.85,0,0,0,9.55,9.55l1.6,1.6a14.91,14.91,0,0,1-5.86,1.2c-5.63,0-10.75-3.14-13.8-8.43a17.29,17.29,0,0,1,6.12-6.3Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"eye hide solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M18.37,11.17A6.79,6.79,0,0,0,16,11.6l8.8,8.8A6.78,6.78,0,0,0,25.23,18,6.86,6.86,0,0,0,18.37,11.17Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path><path d=\"M34.29,17.53c-3.37-6.23-9.28-10-15.82-10a16.82,16.82,0,0,0-5.24.85L14.84,10a14.78,14.78,0,0,1,3.63-.47c5.63,0,10.75,3.14,13.8,8.43a17.75,17.75,0,0,1-4.37,5.1l1.42,1.42a19.93,19.93,0,0,0,5-6l.26-.48Z\" class=\"clr-i-solid clr-i-solid-path-2\"></path><path d=\"M4.87,5.78l4.46,4.46a19.52,19.52,0,0,0-6.69,7.29L2.38,18l.26.48c3.37,6.23,9.28,10,15.82,10a16.93,16.93,0,0,0,7.37-1.69l5,5,1.75-1.5-26-26Zm8.3,8.3a6.85,6.85,0,0,0,9.55,9.55l1.6,1.6a14.91,14.91,0,0,1-5.86,1.2c-5.63,0-10.75-3.14-13.8-8.43a17.29,17.29,0,0,1,6.12-6.3Z\" class=\"clr-i-solid clr-i-solid-path-3\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"eye line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M33.62,17.53c-3.37-6.23-9.28-10-15.82-10S5.34,11.3,2,17.53L1.72,18l.26.48c3.37,6.23,9.28,10,15.82,10s12.46-3.72,15.82-10l.26-.48ZM17.8,26.43C12.17,26.43,7,23.29,4,18c3-5.29,8.17-8.43,13.8-8.43S28.54,12.72,31.59,18C28.54,23.29,23.42,26.43,17.8,26.43Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M18.09,11.17A6.86,6.86,0,1,0,25,18,6.86,6.86,0,0,0,18.09,11.17Zm0,11.72A4.86,4.86,0,1,1,23,18,4.87,4.87,0,0,1,18.09,22.89Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"eye show line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M33.62,17.53c-3.37-6.23-9.28-10-15.82-10S5.34,11.3,2,17.53L1.72,18l.26.48c3.37,6.23,9.28,10,15.82,10s12.46-3.72,15.82-10l.26-.48ZM17.8,26.43C12.17,26.43,7,23.29,4,18c3-5.29,8.17-8.43,13.8-8.43S28.54,12.72,31.59,18C28.54,23.29,23.42,26.43,17.8,26.43Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M18.09,11.17A6.86,6.86,0,1,0,25,18,6.86,6.86,0,0,0,18.09,11.17Zm0,11.72A4.86,4.86,0,1,1,23,18,4.87,4.87,0,0,1,18.09,22.89Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"eye show solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M33.62,17.53c-3.37-6.23-9.28-10-15.82-10S5.34,11.3,2,17.53L1.72,18l.26.48c3.37,6.23,9.28,10,15.82,10s12.46-3.72,15.82-10l.26-.48ZM17.8,26.43C12.17,26.43,7,23.29,4,18c3-5.29,8.17-8.43,13.8-8.43S28.54,12.72,31.59,18C28.54,23.29,23.42,26.43,17.8,26.43Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path><circle cx=\"18.09\" cy=\"18.03\" r=\"6.86\" class=\"clr-i-solid clr-i-solid-path-2\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"eye solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M33.62,17.53c-3.37-6.23-9.28-10-15.82-10S5.34,11.3,2,17.53L1.72,18l.26.48c3.37,6.23,9.28,10,15.82,10s12.46-3.72,15.82-10l.26-.48ZM17.8,26.43C12.17,26.43,7,23.29,4,18c3-5.29,8.17-8.43,13.8-8.43S28.54,12.72,31.59,18C28.54,23.29,23.42,26.43,17.8,26.43Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path><circle cx=\"18.09\" cy=\"18.03\" r=\"6.86\" class=\"clr-i-solid clr-i-solid-path-2\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"file group line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M31,34H13a1,1,0,0,1-1-1V11a1,1,0,0,1,1-1H31a1,1,0,0,1,1,1V33A1,1,0,0,1,31,34ZM14,32H30V12H14Z\"></path><rect class=\"clr-i-outline clr-i-outline-path-2\" x=\"16\" y=\"16\" width=\"12\" height=\"2\"></rect><rect class=\"clr-i-outline clr-i-outline-path-3\" x=\"16\" y=\"20\" width=\"12\" height=\"2\"></rect><rect class=\"clr-i-outline clr-i-outline-path-4\" x=\"16\" y=\"24\" width=\"12\" height=\"2\"></rect><path class=\"clr-i-outline clr-i-outline-path-5\" d=\"M6,24V4H24V3a1,1,0,0,0-1-1H5A1,1,0,0,0,4,3V25a1,1,0,0,0,1,1H6Z\"></path><path class=\"clr-i-outline clr-i-outline-path-6\" d=\"M10,28V8H28V7a1,1,0,0,0-1-1H9A1,1,0,0,0,8,7V29a1,1,0,0,0,1,1h1Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"file group solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M31,10H13a1,1,0,0,0-1,1V33a1,1,0,0,0,1,1H31a1,1,0,0,0,1-1V11A1,1,0,0,0,31,10ZM28,26H16V24H28Zm0-4H16V20H28Zm0-4H16V16H28Z\"></path><path class=\"clr-i-solid clr-i-solid-path-2\" d=\"M6,24V4H24V3a1,1,0,0,0-1-1H5A1,1,0,0,0,4,3V25a1,1,0,0,0,1,1H6Z\"></path><path class=\"clr-i-solid clr-i-solid-path-3\" d=\"M10,28V8H28V7a1,1,0,0,0-1-1H9A1,1,0,0,0,8,7V29a1,1,0,0,0,1,1h1Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"file line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M21.89,4H7.83A1.88,1.88,0,0,0,6,5.91V30.09A1.88,1.88,0,0,0,7.83,32H28.17A1.88,1.88,0,0,0,30,30.09V11.92Zm-.3,2.49,6,5.9h-6ZM8,30V6H20v8h8V30Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"file outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\" d=\"M28,15.4V30H8V6H20V8.25l2.25-3.9L21.89,4H7.83A1.88,1.88,0,0,0,6,5.91V30.09A1.88,1.88,0,0,0,7.83,32H28.17A1.88,1.88,0,0,0,30,30.09V15.4Z\"></path><path class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted clr-i-alert\" d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"file outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--badged clr-i-outline-path-1--badged\" d=\"M21.59,12.39V6.49l1.07,1a7.31,7.31,0,0,1,0-2.82L21.89,4H7.83A1.88,1.88,0,0,0,6,5.91V30.09A1.88,1.88,0,0,0,7.83,32H28.17A1.88,1.88,0,0,0,30,30.09V13.5a7.45,7.45,0,0,1-3.91-1.11ZM28,30H8V6H20v8h8Z\"></path><circle class=\"clr-i-outline--badged clr-i-outline-path-2--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"file settings line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M33.83,23.43a1.16,1.16,0,0,0-.71-1.12l-1.68-.5c-.09-.24-.18-.48-.29-.71l.78-1.44a1.16,1.16,0,0,0-.21-1.37l-1.42-1.41a1.16,1.16,0,0,0-1.37-.2l-1.45.76a7.84,7.84,0,0,0-.76-.32l-.48-1.58a1.15,1.15,0,0,0-1.11-.77h-2a1.16,1.16,0,0,0-1.11.82l-.47,1.54a7.76,7.76,0,0,0-.77.32l-1.42-.76a1.16,1.16,0,0,0-1.36.2l-1.45,1.4a1.16,1.16,0,0,0-.21,1.38L17.08,21a7.64,7.64,0,0,0-.31.74l-1.58.47a1.15,1.15,0,0,0-.83,1.11v2a1.15,1.15,0,0,0,.83,1.1l1.59.47a7.53,7.53,0,0,0,.31.72l-.78,1.46a1.16,1.16,0,0,0,.21,1.37l1.42,1.4a1.16,1.16,0,0,0,1.37.21l1.48-.78c.23.11.47.2.72.29L22,33.18a1.16,1.16,0,0,0,1.11.81h2a1.16,1.16,0,0,0,1.11-.82l.47-1.58c.24-.08.47-.18.7-.29l1.5.79a1.16,1.16,0,0,0,1.36-.2l1.42-1.4a1.16,1.16,0,0,0,.21-1.38l-.79-1.45q.16-.34.29-.69L33,26.5a1.15,1.15,0,0,0,.83-1.11Zm-1.6,1.63-2.11.62-.12.42a6,6,0,0,1-.5,1.19l-.21.38,1,1.91-1,1-2-1-.37.2a6.21,6.21,0,0,1-1.2.49l-.42.12-.63,2.09H23.42l-.63-2.08-.42-.12a6.23,6.23,0,0,1-1.21-.49l-.37-.2-1.94,1-1-1,1-1.94-.22-.38A6,6,0,0,1,18.17,26L18,25.63,16,25V23.69L18,23.08l.13-.41a5.94,5.94,0,0,1,.53-1.23L18.9,21l-1-1.85,1-.94,1.89,1,.38-.21a6.23,6.23,0,0,1,1.26-.52l.41-.12.63-2h1.38l.62,2,.41.12A6.21,6.21,0,0,1,27.1,19l.38.21,1.92-1,1,1-1,1.89.21.38a6.08,6.08,0,0,1,.5,1.21l.12.42,2.06.61Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M24.12,20.35a4,4,0,1,0,4.08,4A4.06,4.06,0,0,0,24.12,20.35Zm0,6.46a2.43,2.43,0,1,1,2.48-2.43A2.46,2.46,0,0,1,24.12,26.82Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M14.49,31H6V5H26v7.89a3.2,3.2,0,0,1,2,1.72V5a2,2,0,0,0-2-2H6A2,2,0,0,0,4,5V31a2,2,0,0,0,2,2H16.23l-1.1-1.08A3.11,3.11,0,0,1,14.49,31Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"file settings outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M24.12,20.35a4,4,0,1,0,4.08,4A4.06,4.06,0,0,0,24.12,20.35Zm0,6.46a2.43,2.43,0,1,1,2.48-2.43A2.46,2.46,0,0,1,24.12,26.82Z\" class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\"></path><path d=\"M33.83,23.43a1.16,1.16,0,0,0-.71-1.12l-1.68-.5c-.09-.24-.18-.48-.29-.71l.78-1.44a1.16,1.16,0,0,0-.21-1.37l-1.42-1.41a1.16,1.16,0,0,0-1.37-.2l-1.45.76a7.84,7.84,0,0,0-.76-.32l-.48-1.58a1.15,1.15,0,0,0-1.11-.77h-2a1.16,1.16,0,0,0-1.11.82l-.47,1.54a7.76,7.76,0,0,0-.77.32l-1.42-.76a1.16,1.16,0,0,0-1.36.2l-1.45,1.4a1.16,1.16,0,0,0-.21,1.38L17.08,21a7.64,7.64,0,0,0-.31.74l-1.58.47a1.15,1.15,0,0,0-.83,1.11v2a1.15,1.15,0,0,0,.83,1.1l1.59.47a7.53,7.53,0,0,0,.31.72l-.78,1.46a1.16,1.16,0,0,0,.21,1.37l1.42,1.4a1.16,1.16,0,0,0,1.37.21l1.48-.78c.23.11.47.2.72.29L22,33.18a1.16,1.16,0,0,0,1.11.81h2a1.16,1.16,0,0,0,1.11-.82l.47-1.58c.24-.08.47-.18.7-.29l1.5.79a1.16,1.16,0,0,0,1.36-.2l1.42-1.4a1.16,1.16,0,0,0,.21-1.38l-.79-1.45q.16-.34.29-.69L33,26.5a1.15,1.15,0,0,0,.83-1.11Zm-1.6,1.63-2.11.62-.12.42a6,6,0,0,1-.5,1.19l-.21.38,1,1.91-1,1-2-1-.37.2a6.21,6.21,0,0,1-1.2.49l-.42.12-.63,2.09H23.42l-.63-2.08-.42-.12a6.23,6.23,0,0,1-1.21-.49l-.37-.2-1.94,1-1-1,1-1.94-.22-.38A6,6,0,0,1,18.17,26L18,25.63,16,25V23.69L18,23.08l.13-.41a5.94,5.94,0,0,1,.53-1.23L18.9,21l-1-1.85,1-.94,1.89,1,.38-.21a6.23,6.23,0,0,1,1.26-.52l.41-.12.63-2h1.38l.62,2,.41.12A6.21,6.21,0,0,1,27.1,19l.38.21,1.92-1,1,1-1,1.89.21.38a6.08,6.08,0,0,1,.5,1.21l.12.42,2.06.61Z\" class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\"></path><path d=\"M14.49,31H6V5H21.87L23,3H6A2,2,0,0,0,4,5V31a2,2,0,0,0,2,2H16.23l-1.1-1.08A3.11,3.11,0,0,1,14.49,31Z\" class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted\"></path><path d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" class=\"clr-i-outline--alerted clr-i-outline-path-4--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"file settings outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M33.83,23.43a1.16,1.16,0,0,0-.71-1.12l-1.68-.5c-.09-.24-.18-.48-.29-.71l.78-1.44a1.16,1.16,0,0,0-.21-1.37l-1.42-1.41a1.16,1.16,0,0,0-1.37-.2l-1.45.76a7.84,7.84,0,0,0-.76-.32l-.48-1.58a1.15,1.15,0,0,0-1.11-.77h-2a1.16,1.16,0,0,0-1.11.82l-.47,1.54a7.76,7.76,0,0,0-.77.32l-1.42-.76a1.16,1.16,0,0,0-1.36.2l-1.45,1.4a1.16,1.16,0,0,0-.21,1.38L17.08,21a7.64,7.64,0,0,0-.31.74l-1.58.47a1.15,1.15,0,0,0-.83,1.11v2a1.15,1.15,0,0,0,.83,1.1l1.59.47a7.53,7.53,0,0,0,.31.72l-.78,1.46a1.16,1.16,0,0,0,.21,1.37l1.42,1.4a1.16,1.16,0,0,0,1.37.21l1.48-.78c.23.11.47.2.72.29L22,33.18a1.16,1.16,0,0,0,1.11.81h2a1.16,1.16,0,0,0,1.11-.82l.47-1.58c.24-.08.47-.18.7-.29l1.5.79a1.16,1.16,0,0,0,1.36-.2l1.42-1.4a1.16,1.16,0,0,0,.21-1.38l-.79-1.45q.16-.34.29-.69L33,26.5a1.15,1.15,0,0,0,.83-1.11Zm-1.6,1.63-2.11.62-.12.42a6,6,0,0,1-.5,1.19l-.21.38,1,1.91-1,1-2-1-.37.2a6.21,6.21,0,0,1-1.2.49l-.42.12-.63,2.09H23.42l-.63-2.08-.42-.12a6.23,6.23,0,0,1-1.21-.49l-.37-.2-1.94,1-1-1,1-1.94-.22-.38A6,6,0,0,1,18.17,26L18,25.63,16,25V23.69L18,23.08l.13-.41a5.94,5.94,0,0,1,.53-1.23L18.9,21l-1-1.85,1-.94,1.89,1,.38-.21a6.23,6.23,0,0,1,1.26-.52l.41-.12.63-2h1.38l.62,2,.41.12A6.21,6.21,0,0,1,27.1,19l.38.21,1.92-1,1,1-1,1.89.21.38a6.08,6.08,0,0,1,.5,1.21l.12.42,2.06.61Z\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"></path><path d=\"M24.12,20.35a4,4,0,1,0,4.08,4A4.06,4.06,0,0,0,24.12,20.35Zm0,6.46a2.43,2.43,0,1,1,2.48-2.43A2.46,2.46,0,0,1,24.12,26.82Z\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"></path><path d=\"M14.49,31H6V5H23.08a6.94,6.94,0,0,1,.6-2H6A2,2,0,0,0,4,5V31a2,2,0,0,0,2,2H16.23l-1.1-1.08A3.11,3.11,0,0,1,14.49,31Z\" class=\"clr-i-outline--badged clr-i-outline-path-3--badged\"></path><path d=\"M28,15.33V12.71a7,7,0,0,1-2-1v1.88A3.2,3.2,0,0,1,28,15.33Z\" class=\"clr-i-outline--badged clr-i-outline-path-4--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-outline--badged clr-i-outline-path-5--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"file settings solid alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M33.54,23.47l-2-.61a7.06,7.06,0,0,0-.58-1.41l1-1.86a.37.37,0,0,0-.07-.44L30.41,17.7a.37.37,0,0,0-.44-.07l-1.85,1A7,7,0,0,0,26.69,18l-.61-2a.37.37,0,0,0-.36-.25h-2a.37.37,0,0,0-.35.26l-.61,2a7,7,0,0,0-1.44.61l-1.82-1a.37.37,0,0,0-.44.07l-1.47,1.44a.37.37,0,0,0-.07.44l1,1.82a7,7,0,0,0-.61,1.44l-2,.61a.37.37,0,0,0-.26.35v2a.37.37,0,0,0,.26.35l2,.61a7,7,0,0,0,.61,1.41l-1,1.9a.37.37,0,0,0,.07.44L19,32a.37.37,0,0,0,.44.07l1.87-1a7.06,7.06,0,0,0,1.39.57l.61,2a.37.37,0,0,0,.35.26h2a.37.37,0,0,0,.35-.26l.61-2a7,7,0,0,0,1.38-.57l1.89,1a.37.37,0,0,0,.44-.07l1.45-1.45a.37.37,0,0,0,.07-.44l-1-1.88a7.06,7.06,0,0,0,.58-1.39l2-.61a.37.37,0,0,0,.26-.35V23.83A.37.37,0,0,0,33.54,23.47ZM24.7,28.19A3.33,3.33,0,1,1,28,24.86,3.33,3.33,0,0,1,24.7,28.19Z\" class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\"></path><path d=\"M15.55,31H6V5H21.87L23,3H6A2,2,0,0,0,4,5V31a2,2,0,0,0,2,2H17.16l-1-1A2.38,2.38,0,0,1,15.55,31Z\" class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted\"></path><path d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" class=\"clr-i-solid--alerted clr-i-solid-path-3--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"file settings solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-solid--badged clr-i-solid-path-1--badged clr-i-badge\"></circle><path d=\"M33.54,23.47l-2-.61a7.06,7.06,0,0,0-.58-1.41l1-1.86a.37.37,0,0,0-.07-.44L30.41,17.7a.37.37,0,0,0-.44-.07l-1.85,1A7,7,0,0,0,26.69,18l-.61-2a.37.37,0,0,0-.36-.25h-2a.37.37,0,0,0-.35.26l-.61,2a7,7,0,0,0-1.44.61l-1.82-1a.37.37,0,0,0-.44.07l-1.47,1.44a.37.37,0,0,0-.07.44l1,1.82a7,7,0,0,0-.61,1.44l-2,.61a.37.37,0,0,0-.26.35v2a.37.37,0,0,0,.26.35l2,.61a7,7,0,0,0,.61,1.41l-1,1.9a.37.37,0,0,0,.07.44L19,32a.37.37,0,0,0,.44.07l1.87-1a7.06,7.06,0,0,0,1.39.57l.61,2a.37.37,0,0,0,.35.26h2a.37.37,0,0,0,.35-.26l.61-2a7,7,0,0,0,1.38-.57l1.89,1a.37.37,0,0,0,.44-.07l1.45-1.45a.37.37,0,0,0,.07-.44l-1-1.88a7.06,7.06,0,0,0,.58-1.39l2-.61a.37.37,0,0,0,.26-.35V23.83A.37.37,0,0,0,33.54,23.47ZM24.7,28.19A3.33,3.33,0,1,1,28,24.86,3.33,3.33,0,0,1,24.7,28.19Z\" class=\"clr-i-solid--badged clr-i-solid-path-2--badged\"></path><path d=\"M15.55,31H6V5H23.08a6.94,6.94,0,0,1,.6-2H6A2,2,0,0,0,4,5V31a2,2,0,0,0,2,2H17.16l-1-1A2.38,2.38,0,0,1,15.55,31Z\" class=\"clr-i-solid--badged clr-i-solid-path-3--badged\"></path><path d=\"M28,15.36V12.71a7,7,0,0,1-2-1v2A2.37,2.37,0,0,1,28,15.36Z\" class=\"clr-i-solid--badged clr-i-solid-path-4--badged\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"file settings solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M15.55,31H6V5H26v8.78a2.37,2.37,0,0,1,2,1.57V5a2,2,0,0,0-2-2H6A2,2,0,0,0,4,5V31a2,2,0,0,0,2,2H17.16l-1-1A2.38,2.38,0,0,1,15.55,31Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path><path d=\"M33.54,23.47l-2-.61a7.06,7.06,0,0,0-.58-1.41l1-1.86a.37.37,0,0,0-.07-.44L30.41,17.7a.37.37,0,0,0-.44-.07l-1.85,1A7,7,0,0,0,26.69,18l-.61-2a.37.37,0,0,0-.36-.25h-2a.37.37,0,0,0-.35.26l-.61,2a7,7,0,0,0-1.44.61l-1.82-1a.37.37,0,0,0-.44.07l-1.47,1.44a.37.37,0,0,0-.07.44l1,1.82a7,7,0,0,0-.61,1.44l-2,.61a.37.37,0,0,0-.26.35v2a.37.37,0,0,0,.26.35l2,.61a7,7,0,0,0,.61,1.41l-1,1.9a.37.37,0,0,0,.07.44L19,32a.37.37,0,0,0,.44.07l1.87-1a7.06,7.06,0,0,0,1.39.57l.61,2a.37.37,0,0,0,.35.26h2a.37.37,0,0,0,.35-.26l.61-2a7,7,0,0,0,1.38-.57l1.89,1a.37.37,0,0,0,.44-.07l1.45-1.45a.37.37,0,0,0,.07-.44l-1-1.88a7.06,7.06,0,0,0,.58-1.39l2-.61a.37.37,0,0,0,.26-.35V23.83A.37.37,0,0,0,33.54,23.47ZM24.7,28.19A3.33,3.33,0,1,1,28,24.86,3.33,3.33,0,0,1,24.7,28.19Z\" class=\"clr-i-solid clr-i-solid-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"file solid alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\" d=\"M22.2,15.4c-2,0-3.7-1.6-3.7-3.6c0-0.7,0.2-1.3,0.5-1.9l3.2-5.5L21.9,4H7.8C6.8,4,6,4.9,6,5.9v24.2c0,1,0.8,1.9,1.8,1.9h20.3c1,0,1.8-0.9,1.8-1.9V15.4H22.2z\"></path><path class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted clr-i-alert\" d=\"M26.9,1.1L21.1,11c-0.4,0.6-0.2,1.4,0.3,1.8c0.2,0.2,0.5,0.2,0.8,0.2h11.5c0.7,0,1.3-0.5,1.3-1.2c0-0.3-0.1-0.5-0.2-0.8l-5.7-9.9c-0.4-0.6-1.1-0.8-1.8-0.5C27.1,0.8,27,1,26.9,1.1z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"file solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--badged clr-i-solid-path-1--badged\" d=\"M27.25,13H21V5.84l1.64,1.6a7.25,7.25,0,0,1,0-2.74L21.89,4H7.83A1.88,1.88,0,0,0,6,5.91V30.09A1.88,1.88,0,0,0,7.83,32H28.17A1.88,1.88,0,0,0,30,30.09V13.5A7.47,7.47,0,0,1,27.25,13Z\"></path><circle class=\"clr-i-solid--badged clr-i-solid-path-2--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"file solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M21.89,4H7.83A1.88,1.88,0,0,0,6,5.91V30.09A1.88,1.88,0,0,0,7.83,32H28.17A1.88,1.88,0,0,0,30,30.09V11.92ZM21,13V5.84L28.3,13Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"file zip line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M30,30.2V12l-8.1-7.9H7.8C6.8,4.1,6,4.9,6,6c0,0,0,0,0,0v24.2c0,1,0.7,1.8,1.7,1.8c0,0,0.1,0,0.1,0h20.3\n\t\tc1,0,1.8-0.7,1.8-1.7C30,30.3,30,30.2,30,30.2z M22,6.6l5.6,5.4H22V6.6z M28,30H7.9L8,6h12v8h8V30z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M12,24c0,1.7,1.3,3,3,3s3-1.3,3-3v-4h-6V24z M13.4,24v-2.6h3.2V24c0.1,0.9-0.6,1.7-1.5,1.7c-0.9,0.1-1.7-0.6-1.7-1.5\n\t\tC13.4,24.2,13.4,24.1,13.4,24z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M18.2,9c0-0.6-0.4-1-1-1H15v2h2.2C17.8,10,18.2,9.6,18.2,9z\" class=\"clr-i-outline clr-i-outline-path-3\"></path><path d=\"M12.7,10c-0.6,0-1,0.4-1,1s0.4,1,1,1H15v-2H12.7z\" class=\"clr-i-outline clr-i-outline-path-4\"></path><path d=\"M17.2,14c0.6,0,1-0.4,1-1s-0.4-1-1-1H15v2H17.2z\" class=\"clr-i-outline clr-i-outline-path-5\"></path><path d=\"M11.7,15c0,0.6,0.4,1,1,1H15v-2h-2.3C12.2,14,11.7,14.4,11.7,15z\" class=\"clr-i-outline clr-i-outline-path-6\"></path><path d=\"M17.2,18c0.6,0,1-0.4,1-1s-0.4-1-1-1H15v2H17.2z\" class=\"clr-i-outline clr-i-outline-path-7\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"file zip solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M15,25.6c0.9,0,1.6-0.7,1.6-1.6v-2.6h-3.2V24C13.4,24.9,14.1,25.6,15,25.6z\" class=\"clr-i-solid clr-i-solid-path-1\"></path><path d=\"M21.9,4H7.8C6.8,4,6,4.9,6,5.9v24.2c0,1,0.8,1.9,1.8,1.9h20.3c1,0,1.8-0.9,1.8-1.9V11.9L21.9,4z M18,24c0,1.7-1.3,3-3,3\n\t\ts-3-1.3-3-3v-4h6V24z M17.2,12c0.6,0,1,0.4,1,1s-0.4,1-1,1H15v2h2.2c0.6,0,1,0.4,1,1s-0.4,1-1,1H15v-2h-2.2c-0.6,0-1-0.4-1-1\n\t\ts0.4-1,1-1H15v-2h-2.2c-0.6,0-1-0.4-1-1s0.4-1,1-1H15V8h2.2c0.6,0,1,0.4,1,1s-0.4,1-1,1H15v2H17.2z M21.9,12V6.5l5.7,5.5H21.9z\" class=\"clr-i-solid clr-i-solid-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"filter 2 line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M33,11H3a1,1,0,0,0,0,2H33a1,1,0,0,0,0-2Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M28,17H8a1,1,0,0,0,0,2H28a1,1,0,0,0,0-2Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M23,23H13a1,1,0,0,0,0,2H23a1,1,0,0,0,0-2Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"filter line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M33,4H3A1,1,0,0,0,2,5V6.67a1.79,1.79,0,0,0,.53,1.27L14,19.58v10.2l2,.76V19a1,1,0,0,0-.29-.71L4,6.59V6H32v.61L20.33,18.29A1,1,0,0,0,20,19l0,13.21L22,33V19.5L33.47,8A1.81,1.81,0,0,0,34,6.7V5A1,1,0,0,0,33,4Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"filter off line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M34,6.4C34,5.6,33.3,5,32.5,5H10.3l2,2H32v0.6l-9.6,9.6l1.4,1.4L33.4,9C33.8,8.6,34,8.1,34,7.6V6.5C34,6.5,34,6.4,34,6.4z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M2.7,3l2,2h-1C2.9,4.9,2.1,5.5,2,6.3v1.1c0,0.5,0.2,1,0.6,1.4L14,20.2v10.3l1.9,0.8V19.4L4,7.5V7h2.7L20,20.3v12.9l2,0.8\n\t\tc0,0,0,0,0-0.1V22.3l10.1,10.1l1.4-1.4L4.1,1.6L2.7,3z\" class=\"clr-i-outline clr-i-outline-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"filter off solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M23.9,18.6L10.3,5.1h22.2C33.3,5,34,5.6,34,6.4c0,0,0,0,0,0.1v1.1c0,0.5-0.2,1-0.6,1.4L23.9,18.6z\" class=\"clr-i-solid clr-i-solid-path-1\"></path><path d=\"M33.5,31L4.1,1.6L2.6,3l2.1,2.1H3.5C2.7,5,2,5.6,2,6.4c0,0,0,0,0,0.1v1.1c0,0.5,0.2,1,0.6,1.4L14,20.5v10.1l8,3.4V22.4\n\tl10.1,10.1L33.5,31z\" class=\"clr-i-solid clr-i-solid-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"filter solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M22,33V19.5L33.47,8A1.81,1.81,0,0,0,34,6.7V5a1,1,0,0,0-1-1H3A1,1,0,0,0,2,5V6.67a1.79,1.79,0,0,0,.53,1.27L14,19.58v10.2Z\"></path><path d=\"M33.48,4h-31A.52.52,0,0,0,2,4.52V6.24a1.33,1.33,0,0,0,.39.95l12,12v10l7.25,3.61V19.17l12-12A1.35,1.35,0,0,0,34,6.26V4.52A.52.52,0,0,0,33.48,4Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"firewall line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M32,6H4A2,2,0,0,0,2,8V28a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V8A2,2,0,0,0,32,6ZM4,8H32v5.08H23.8v-4H22v4H14v-4H12v4H4Zm0,7H32v6.08H28.92V16.27H27v4.81H18.92V16.27H17v4.81H8.9V16.27H7v4.81H4ZM23.8,28V24.27H22.2V28H14V24.27h-1.6V28H4V23H32v5Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"firewall outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M33.68,15.4H32v5.68H28.92V16.27H27v4.81H18.92V16.27H17v4.81H8.9V16.27H7v4.81H4V15H20.58a3.58,3.58,0,0,1-1.76-1.92H14v-4H12v4H4V8H20.14l1.15-2H4A2,2,0,0,0,2,8V28a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V15.38ZM23.8,28V24.27H22.2V28H14V24.27h-1.6V28H4V23H32v5Z\" class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\"></path><path d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"firewall outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M30,13.5a7.47,7.47,0,0,1-2.45-.42H23.8V10.22a7.5,7.5,0,0,1-.63-1.14H22v4H14v-4H12v4H4V8H22.78a7.49,7.49,0,0,1-.28-2H4A2,2,0,0,0,2,8V28a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V12.34A7.45,7.45,0,0,1,30,13.5ZM4,15H32v6.08H28.92V16.27H27v4.81H18.92V16.27H17v4.81H8.9V16.27H7v4.81H4ZM23.8,28V24.27H22.2V28H14V24.27h-1.6V28H4V23H32v5Z\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"firewall solid alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M33.68,15.4H22.23A3.69,3.69,0,0,1,19.35,14H4V12h8V8h2v4h4.57A3.67,3.67,0,0,1,19,9.89L21.29,6H4A2,2,0,0,0,2,8V28a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V15.38ZM14,28H12V24h2Zm10,0H22V24h2Zm8-6H4V20H7V16H9v4h8V16h2v4h8V16h2v4h3Z\" class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\"></path><path d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"firewall solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M24,10.49V12h1.51A7.53,7.53,0,0,1,24,10.49Z\" class=\"clr-i-solid--badged clr-i-solid-path-1--badged\"></path><path d=\"M32,13.22V14H4V12h8V8h2v4h8V8h.78a7.49,7.49,0,0,1-.28-2H4A2,2,0,0,0,2,8V28a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V12.34A7.45,7.45,0,0,1,32,13.22ZM14,28H12V24h2Zm10,0H22V24h2Zm8-6H4V20H7V16H9v4h8V16h2v4h8V16h2v4h3Z\" class=\"clr-i-solid--badged clr-i-solid-path-2--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-solid--badged clr-i-solid-path-3--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"firewall solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M32,6H4A2,2,0,0,0,2,8V28a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V8A2,2,0,0,0,32,6ZM14,28H12V24h2Zm10,0H22V24h2Zm8-6H4V20H7V16H9v4h8V16h2v4h8V16h2v4h3Zm0-8H4V12h8V8h2v4h8V8h2v4h8Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"first aid kit line \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"36\" height=\"36\" viewBox=\"0 0 36 36\"><g id=\"bb788ce6-af78-4ab1-a83b-836355372233\" data-name=\"Layer 4\"><path d=\"M32,6H23.91V4.5A2.5,2.5,0,0,0,21.41,2h-7a2.5,2.5,0,0,0-2.5,2.5V6H4A2,2,0,0,0,2,8V28a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V8A2,2,0,0,0,32,6ZM13.91,4.5a.5.5,0,0,1,.5-.5h7a.5.5,0,0,1,.5.5V6h-8ZM4,28V8H32V28Z\"/><path d=\"M20.15,25.2H16.74a1.3,1.3,0,0,1-1.3-1.3V21.2h-2.7a1.3,1.3,0,0,1-1.3-1.3V16.5a1.3,1.3,0,0,1,1.3-1.3h2.7V12.5a1.3,1.3,0,0,1,1.3-1.3h3.41a1.3,1.3,0,0,1,1.29,1.3v2.7h2.71a1.3,1.3,0,0,1,1.29,1.3v3.4a1.3,1.3,0,0,1-1.29,1.3H21.44v2.7A1.3,1.3,0,0,1,20.15,25.2ZM17,23.6h2.81v-4h4V16.8h-4v-4H17v4H13v2.8h4Zm7.11-6.8Z\"/></g></svg></li><li title=\"first aid kit solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"36\" height=\"36\" viewBox=\"0 0 36 36\"><g id=\"bcb20d87-9a45-4e25-814f-6152e53bb23a\" data-name=\"Layer 4\"><path d=\"M32,6H23.91V4.5A2.5,2.5,0,0,0,21.41,2h-7a2.5,2.5,0,0,0-2.5,2.5V6H4A2,2,0,0,0,2,8V28a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V8A2,2,0,0,0,32,6ZM13.91,4.5a.5.5,0,0,1,.5-.5h7a.5.5,0,0,1,.5.5V6h-8ZM24.64,19.9a.5.5,0,0,1-.5.5h-3.5v3.5a.5.5,0,0,1-.5.5h-3.4a.5.5,0,0,1-.5-.5V20.4h-3.5a.5.5,0,0,1-.5-.5V16.5a.5.5,0,0,1,.5-.5h3.5V12.5a.5.5,0,0,1,.5-.5h3.4a.5.5,0,0,1,.5.5V16h3.5a.5.5,0,0,1,.5.5Z\"/></g></svg></li><li title=\"fish line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <circle cx=\"11.49\" cy=\"17.5\" r=\"1.5\" class=\"clr-i-outline clr-i-outline-path-1\"></circle><path d=\"M33.48,9.29a1,1,0,0,0-1,0c-3.37,2-5.91,5.81-6.9,7.45L24.85,18s-1,1.62-1,1.62c-1.76,2.49-5.1,6.36-8.79,6.36-4.65,0-8.75-6.15-9.84-7.94,1.09-1.79,5.18-7.94,9.84-7.94,3.54,0,6.77,3.58,8.58,6.07l.28-.48s.36-.51.93-1.25C22.72,11.64,19.18,8.06,15,8.06c-6.59,0-11.67,9.07-11.88,9.46L2.89,18l.27.48c.21.39,5.29,9.46,11.88,9.46,5.06,0,9.22-5.34,11-8C26,20,27.18,18,27.18,18h0l.07-.11a18.06,18.06,0,0,1,1.88-2.75s0,0,0,0a20.31,20.31,0,0,1,2.86-3V23.88a20.93,20.93,0,0,1-3.61-4l-.16.26h0l-1,1.59a18.74,18.74,0,0,0,5.21,4.95,1,1,0,0,0,.5.14,1.13,1.13,0,0,0,.5-.13,1,1,0,0,0,.5-.87V10.16A1,1,0,0,0,33.48,9.29Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"flame line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M31.3,16.66c-1.19-2.09-7.94-14.15-7.94-14.15a1,1,0,0,0-1.75,0l-6,10.64-3-5.28a1,1,0,0,0-1.75,0S5.4,17.78,4.42,19.5A9.3,9.3,0,0,0,3,24.61C3,29.72,5.86,34,11.67,34H22.48C28.28,34,33,29,33,22.78A11.13,11.13,0,0,0,31.3,16.66ZM22.48,32H11.77C8.13,32,5,28.66,5,24.61a7.43,7.43,0,0,1,1.16-4.13c.73-1.29,4.05-7.21,5.65-10.07l3,5.28a1,1,0,0,0,.87.51h0a1,1,0,0,0,.87-.51L22.49,5c1.86,3.33,6.15,11,7.07,12.6A9.24,9.24,0,0,1,31,22.78C31,27.87,27.18,32,22.48,32Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M25.75,21.73c-.65-1.16-4.38-7.81-4.38-7.81a.8.8,0,0,0-1.4,0l-4.2,7.48-1.59-2.49a.8.8,0,0,0-1.35,0L9.37,24.35a4.35,4.35,0,0,0-.82,2.6,4.49,4.49,0,0,0,.5,2H11a3,3,0,0,1-.83-2,2.78,2.78,0,0,1,.56-1.73l2.8-4.38,1.66,2.6a.8.8,0,0,0,1.41-.12,7.82,7.82,0,0,1,.4-.8L20.67,16l3.69,6.57a4.83,4.83,0,0,1,.77,2.71A5,5,0,0,1,23.46,29h2.13a6.68,6.68,0,0,0,1.14-3.74,6.45,6.45,0,0,0-1-3.5Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"flame solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M31.3,16.32c-1.19-2.09-7.94-14.15-7.94-14.15a1,1,0,0,0-1.75,0l-6,10.64-3-5.28a1,1,0,0,0-1.75,0S5.4,17.43,4.42,19.15A9.3,9.3,0,0,0,3,24.26c0,5.11,3.88,9.65,8.67,9.74H22.48C28.28,34,33,28.62,33,22.44A11.13,11.13,0,0,0,31.3,16.32ZM21.48,32H14.54A4.68,4.68,0,0,1,10,27.41a3.91,3.91,0,0,1,.75-2.34l3.35-5.21a.5.5,0,0,1,.84,0l1.78,2.77,0-.08c.63-1.11,4.23-7.48,4.23-7.48a.5.5,0,0,1,.87,0s3.6,6.38,4.23,7.48A5.83,5.83,0,0,1,27,25.76C27,32,22.1,32,21.48,32Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"flow chart line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <polygon points=\"9.8 18.8 26.2 18.8 26.2 21.88 27.8 21.88 27.8 17.2 18.8 17.2 18.8 14 17.2 14 17.2 17.2 8.2 17.2 8.2 21.88 9.8 21.88 9.8 18.8\" class=\"clr-i-outline clr-i-outline-path-1\"></polygon><path d=\"M14,23H4a2,2,0,0,0-2,2v6a2,2,0,0,0,2,2H14a2,2,0,0,0,2-2V25A2,2,0,0,0,14,23ZM4,31V25H14v6Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M32,23H22a2,2,0,0,0-2,2v6a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V25A2,2,0,0,0,32,23ZM22,31V25H32v6Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path><path d=\"M13,13H23a2,2,0,0,0,2-2V5a2,2,0,0,0-2-2H13a2,2,0,0,0-2,2v6A2,2,0,0,0,13,13Zm0-8H23v6H13Z\" class=\"clr-i-outline clr-i-outline-path-4\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"flow chart solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <polygon points=\"9.8 18.8 26.2 18.8 26.2 21.88 27.8 21.88 27.8 17.2 18.8 17.2 18.8 14 17.2 14 17.2 17.2 8.2 17.2 8.2 21.88 9.8 21.88 9.8 18.8\" class=\"clr-i-solid clr-i-solid-path-1\"></polygon><rect x=\"2\" y=\"23\" width=\"14\" height=\"10\" rx=\"2\" ry=\"2\" class=\"clr-i-solid clr-i-solid-path-2\"></rect><rect x=\"20\" y=\"23\" width=\"14\" height=\"10\" rx=\"2\" ry=\"2\" class=\"clr-i-solid clr-i-solid-path-3\"></rect><rect x=\"11\" y=\"3\" width=\"14\" height=\"10\" rx=\"2\" ry=\"2\" class=\"clr-i-solid clr-i-solid-path-4\"></rect>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"form line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M21,12H7a1,1,0,0,1-1-1V7A1,1,0,0,1,7,6H21a1,1,0,0,1,1,1v4A1,1,0,0,1,21,12ZM8,10H20V7.94H8Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M21,14.08H7a1,1,0,0,0-1,1V19a1,1,0,0,0,1,1H18.36L22,16.3V15.08A1,1,0,0,0,21,14.08ZM20,18H8V16H20Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M11.06,31.51v-.06l.32-1.39H4V4h20V14.25L26,12.36V3a1,1,0,0,0-1-1H3A1,1,0,0,0,2,3V31a1,1,0,0,0,1,1h8A3.44,3.44,0,0,1,11.06,31.51Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path><path d=\"M22,19.17l-.78.79A1,1,0,0,0,22,19.17Z\" class=\"clr-i-outline clr-i-outline-path-4\"></path><path d=\"M6,26.94a1,1,0,0,0,1,1h4.84l.3-1.3.13-.55,0-.05H8V24h6.34l2-2H7a1,1,0,0,0-1,1Z\" class=\"clr-i-outline clr-i-outline-path-5\"></path><path d=\"M33.49,16.67,30.12,13.3a1.61,1.61,0,0,0-2.28,0h0L14.13,27.09,13,31.9a1.61,1.61,0,0,0,1.26,1.9,1.55,1.55,0,0,0,.31,0,1.15,1.15,0,0,0,.37,0l4.85-1.07L33.49,19a1.6,1.6,0,0,0,0-2.27ZM18.77,30.91l-3.66.81L16,28.09,26.28,17.7l2.82,2.82ZM30.23,19.39l-2.82-2.82L29,15l2.84,2.84Z\" class=\"clr-i-outline clr-i-outline-path-6\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"fuel line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M20.12,34H5.9A2.81,2.81,0,0,1,3,31.19V4.86A2.9,2.9,0,0,1,6,2.07H20.22A2.72,2.72,0,0,1,23,4.86V31.19A2.82,2.82,0,0,1,20.12,34ZM5.9,4A.87.87,0,0,0,5,4.86V31.19a.87.87,0,0,0,.87.87H20.12a.94.94,0,0,0,.95-.87V4.86A.94.94,0,0,0,20.12,4Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M29.53,34A3.5,3.5,0,0,1,26,30.5V23a2,2,0,0,0-2-2H22.57a1,1,0,0,1,0-2H24a4,4,0,0,1,4,4V30.5a1.5,1.5,0,0,0,3,0V17.3l-3.13-7A2.29,2.29,0,0,0,25.8,9h-.73a1,1,0,1,1,0-2h.73a4.3,4.3,0,0,1,3.93,2.55l3.21,7.16a1,1,0,0,1,.09.41V30.5A3.5,3.5,0,0,1,29.53,34Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M18,9H8A1,1,0,1,1,8,7H18a1,1,0,0,1,0,2Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path><path d=\"M18,13H8A1,1,0,1,1,8,11H18A1,1,0,1,1,18,13Z\" class=\"clr-i-outline clr-i-outline-path-4\"></path><path d=\"M25,12.08a1,1,0,0,1-1-1v-6a1,1,0,0,1,2,0v6A1,1,0,0,1,25,12.08Z\" class=\"clr-i-outline clr-i-outline-path-5\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"grid view line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M14,4H6A2,2,0,0,0,4,6v8a2,2,0,0,0,2,2h8a2,2,0,0,0,2-2V6A2,2,0,0,0,14,4ZM6,14V6h8v8Z\"></path><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M30,4H22a2,2,0,0,0-2,2v8a2,2,0,0,0,2,2h8a2,2,0,0,0,2-2V6A2,2,0,0,0,30,4ZM22,14V6h8v8Z\"></path><path class=\"clr-i-outline clr-i-outline-path-3\" d=\"M14,20H6a2,2,0,0,0-2,2v8a2,2,0,0,0,2,2h8a2,2,0,0,0,2-2V22A2,2,0,0,0,14,20ZM6,30V22h8v8Z\"></path><path class=\"clr-i-outline clr-i-outline-path-4\" d=\"M30,20H22a2,2,0,0,0-2,2v8a2,2,0,0,0,2,2h8a2,2,0,0,0,2-2V22A2,2,0,0,0,30,20ZM22,30V22h8v8Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"grid view solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <rect class=\"clr-i-solid clr-i-solid-path-1\" x=\"4\" y=\"4\" width=\"12\" height=\"12\" rx=\"2\" ry=\"2\"></rect><rect class=\"clr-i-solid clr-i-solid-path-2\" x=\"20\" y=\"4\" width=\"12\" height=\"12\" rx=\"2\" ry=\"2\"></rect><rect class=\"clr-i-solid clr-i-solid-path-3\" x=\"4\" y=\"20\" width=\"12\" height=\"12\" rx=\"2\" ry=\"2\"></rect><rect class=\"clr-i-solid clr-i-solid-path-4\" x=\"20\" y=\"20\" width=\"12\" height=\"12\" rx=\"2\" ry=\"2\"></rect>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"group line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M17.9,17.3c2.7,0,4.8-2.2,4.8-4.9c0-2.7-2.2-4.8-4.9-4.8c-2.7,0-4.8,2.2-4.8,4.8C13,15.1,15.2,17.3,17.9,17.3z M17.8,9.6C17.9,9.6,17.9,9.6,17.8,9.6c1.6,0,2.9,1.3,2.9,2.9s-1.3,2.8-2.9,2.8c-1.6,0-2.8-1.3-2.8-2.8C15,10.9,16.3,9.6,17.8,9.6z\"></path><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M32.7,16.7c-1.9-1.7-4.4-2.6-7-2.5c-0.3,0-0.5,0-0.8,0c-0.2,0.8-0.5,1.5-0.9,2.1c0.6-0.1,1.1-0.1,1.7-0.1c1.9-0.1,3.8,0.5,5.3,1.6V25h2v-8L32.7,16.7z\"></path><path class=\"clr-i-outline clr-i-outline-path-3\" d=\"M23.4,7.8c0.5-1.2,1.9-1.8,3.2-1.3c1.2,0.5,1.8,1.9,1.3,3.2c-0.4,0.9-1.3,1.5-2.2,1.5c-0.2,0-0.5,0-0.7-0.1c0.1,0.5,0.1,1,0.1,1.4c0,0.2,0,0.4,0,0.6c0.2,0,0.4,0.1,0.6,0.1c2.5,0,4.5-2,4.5-4.4c0-2.5-2-4.5-4.4-4.5c-1.6,0-3,0.8-3.8,2.2C22.5,6.8,23,7.2,23.4,7.8z\"></path><path class=\"clr-i-outline clr-i-outline-path-4\" d=\"M12,16.4c-0.4-0.6-0.7-1.3-0.9-2.1c-0.3,0-0.5,0-0.8,0c-2.6-0.1-5.1,0.8-7,2.4L3,17v8h2v-7.2c1.6-1.1,3.4-1.7,5.3-1.6C10.9,16.2,11.5,16.3,12,16.4z\"></path><path class=\"clr-i-outline clr-i-outline-path-5\" d=\"M10.3,13.1c0.2,0,0.4,0,0.6-0.1c0-0.2,0-0.4,0-0.6c0-0.5,0-1,0.1-1.4c-0.2,0.1-0.5,0.1-0.7,0.1c-1.3,0-2.4-1.1-2.4-2.4c0-1.3,1.1-2.4,2.4-2.4c1,0,1.9,0.6,2.3,1.5c0.4-0.5,1-1,1.5-1.4c-1.3-2.1-4-2.8-6.1-1.5c-2.1,1.3-2.8,4-1.5,6.1C7.3,12.3,8.7,13.1,10.3,13.1z\"></path><path class=\"clr-i-outline clr-i-outline-path-6\" d=\"M26.1,22.7l-0.2-0.3c-2-2.2-4.8-3.5-7.8-3.4c-3-0.1-5.9,1.2-7.9,3.4L10,22.7v7.6c0,0.9,0.7,1.7,1.7,1.7c0,0,0,0,0,0h12.8c0.9,0,1.7-0.8,1.7-1.7c0,0,0,0,0,0V22.7z M24.1,30H12v-6.6c1.6-1.6,3.8-2.4,6.1-2.4c2.2-0.1,4.4,0.8,6,2.4V30z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"group outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\" d=\"M11.09,14.57c.1,0,.2,0,.31,0a6.43,6.43,0,0,1,.09-2,2.09,2.09,0,1,1,1.47-3,6.58,6.58,0,0,1,1.55-1.31,4.09,4.09,0,1,0-3.42,6.33Z\"></path><path class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\" d=\"M13,18.14a6.53,6.53,0,0,1-1.28-2.2l-.63,0a8.67,8.67,0,0,0-6.43,2.52l-.24.28v7h2V19.51a7,7,0,0,1,4.67-1.6A8.09,8.09,0,0,1,13,18.14Z\"></path><path class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted\" d=\"M31.35,18.42A8.59,8.59,0,0,0,25,15.91c-.32,0-.6,0-.9.06a6.53,6.53,0,0,1-1.35,2.25A7.9,7.9,0,0,1,25,17.91a6.94,6.94,0,0,1,4.64,1.58v6.27h2V18.7Z\"></path><path class=\"clr-i-outline--alerted clr-i-outline-path-4--alerted\" d=\"M18.1,19.73A9.69,9.69,0,0,0,11,22.47l-.25.28v7.33a1.57,1.57,0,0,0,1.61,1.54H23.83a1.57,1.57,0,0,0,1.61-1.54V22.73l-.25-.28A9.58,9.58,0,0,0,18.1,19.73Zm5.33,9.88H12.73V23.55a8.08,8.08,0,0,1,5.37-1.82,8,8,0,0,1,5.33,1.8Z\"></path><path class=\"clr-i-outline--alerted clr-i-outline-path-5--alerted\" d=\"M20.28,14.27a2.46,2.46,0,1,1-2.42-2.89,2.44,2.44,0,0,1,1,.24,3.67,3.67,0,0,1,.43-2,4.41,4.41,0,0,0-1.48-.27A4.47,4.47,0,1,0,22.14,15,3.69,3.69,0,0,1,20.28,14.27Z\"></path><path class=\"clr-i-outline--alerted clr-i-outline-path-6--alerted clr-i-alert\" d=\"M27.18.8l-5.72,9.91a1.28,1.28,0,0,0,1.1,1.91H34a1.28,1.28,0,0,0,1.1-1.91L29.39.8A1.28,1.28,0,0,0,27.18.8Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"group outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--badged clr-i-outline-path-1--badged\" d=\"M11.09,14.57c.1,0,.2,0,.31,0a6.43,6.43,0,0,1,.09-2,2.09,2.09,0,1,1,1.47-3,6.58,6.58,0,0,1,1.55-1.31,4.09,4.09,0,1,0-3.42,6.33Z\"></path><path class=\"clr-i-outline--badged clr-i-outline-path-2--badged\" d=\"M13,18.14a6.53,6.53,0,0,1-1.28-2.2l-.63,0a8.67,8.67,0,0,0-6.43,2.52l-.24.28v7h2V19.51a7,7,0,0,1,4.67-1.6A8.09,8.09,0,0,1,13,18.14Z\"></path><path class=\"clr-i-outline--badged clr-i-outline-path-3--badged\" d=\"M31.35,18.42A8.59,8.59,0,0,0,25,15.91c-.32,0-.6,0-.9.06a6.53,6.53,0,0,1-1.35,2.25A7.9,7.9,0,0,1,25,17.91a6.94,6.94,0,0,1,4.64,1.58v6.27h2V18.7Z\"></path><path class=\"clr-i-outline--badged clr-i-outline-path-4--badged\" d=\"M17.86,18.3a4.47,4.47,0,1,0-4.47-4.47A4.47,4.47,0,0,0,17.86,18.3Zm0-6.93a2.47,2.47,0,1,1-2.47,2.47A2.47,2.47,0,0,1,17.86,11.37Z\"></path><path class=\"clr-i-outline--badged clr-i-outline-path-5--badged\" d=\"M18.1,19.73A9.69,9.69,0,0,0,11,22.47l-.25.28v7.33a1.57,1.57,0,0,0,1.61,1.54H23.83a1.57,1.57,0,0,0,1.61-1.54V22.73l-.25-.28A9.58,9.58,0,0,0,18.1,19.73Zm5.33,9.88H12.73V23.55a8.08,8.08,0,0,1,5.37-1.82,8,8,0,0,1,5.33,1.8Z\"></path><path class=\"clr-i-outline--badged clr-i-outline-path-6--badged\" d=\"M26.37,12a2,2,0,0,1-2.09.42,6.53,6.53,0,0,1,.15,1.38,6.59,6.59,0,0,1,0,.68,4,4,0,0,0,.57.06,4.08,4.08,0,0,0,3.3-1.7A7.45,7.45,0,0,1,26.37,12Z\"></path><path class=\"clr-i-outline--badged clr-i-outline-path-7--badged\" d=\"M22.95,6.93a4.16,4.16,0,0,0-1.47,1.44A6.59,6.59,0,0,1,23,9.77a2.1,2.1,0,0,1,.59-.83A7.44,7.44,0,0,1,22.95,6.93Z\"></path><circle class=\"clr-i-outline--badged clr-i-outline-path-8--badged clr-i-badge\" cx=\"30.33\" cy=\"5.67\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"group solid alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\" d=\"M12,16.14q-.43,0-.87,0a8.67,8.67,0,0,0-6.43,2.52l-.24.28v8.28H8.54v-4.7l.55-.62.25-.29a11,11,0,0,1,4.71-2.86A6.59,6.59,0,0,1,12,16.14Z\"></path><path class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted\" d=\"M31.34,18.63a8.67,8.67,0,0,0-6.43-2.52,10.47,10.47,0,0,0-1.09.06,6.59,6.59,0,0,1-2,2.45,10.91,10.91,0,0,1,5,3l.25.28.54.62v4.71h3.94V18.91Z\"></path><path class=\"clr-i-solid--alerted clr-i-solid-path-3--alerted\" d=\"M11.1,14.19c.11,0,.2,0,.31,0a6.45,6.45,0,0,1,3.11-6.29,4.09,4.09,0,1,0-3.42,6.33Z\"></path><path class=\"clr-i-solid--alerted clr-i-solid-path-4--alerted\" d=\"M18.11,20.3A9.69,9.69,0,0,0,11,23l-.25.28v6.33a1.57,1.57,0,0,0,1.6,1.54H23.84a1.57,1.57,0,0,0,1.6-1.54V23.3L25.2,23A9.58,9.58,0,0,0,18.11,20.3Z\"></path><path class=\"clr-i-solid--alerted clr-i-solid-path-5--alerted\" d=\"M17.87,17.92a4.46,4.46,0,0,0,4-2.54A3.67,3.67,0,0,1,19,9.89l.35-.61A4.42,4.42,0,0,0,17.87,9a4.47,4.47,0,1,0,0,8.93Z\"></path><path class=\"clr-i-solid--alerted clr-i-solid-path-6--alerted clr-i-alert\" d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"group solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--badged clr-i-solid-path-1--badged\" d=\"M12,16.14q-.43,0-.87,0a8.67,8.67,0,0,0-6.43,2.52l-.24.28v8.28H8.54v-4.7l.55-.62.25-.29a11,11,0,0,1,4.71-2.86A6.58,6.58,0,0,1,12,16.14Z\"></path><path class=\"clr-i-solid--badged clr-i-solid-path-2--badged\" d=\"M31.34,18.63a8.67,8.67,0,0,0-6.43-2.52,10.47,10.47,0,0,0-1.09.06,6.59,6.59,0,0,1-2,2.45,10.91,10.91,0,0,1,5,3l.25.28.54.62v4.71h3.94V18.91Z\"></path><path class=\"clr-i-solid--badged clr-i-solid-path-3--badged\" d=\"M11.1,14.19c.11,0,.2,0,.31,0a6.45,6.45,0,0,1,3.11-6.29,4.09,4.09,0,1,0-3.42,6.33Z\"></path><circle class=\"clr-i-solid--badged clr-i-solid-path-4--badged\" cx=\"17.87\" cy=\"13.45\" r=\"4.47\"></circle><path class=\"clr-i-solid--badged clr-i-solid-path-5--badged\" d=\"M18.11,20.3A9.69,9.69,0,0,0,11,23l-.25.28v6.33a1.57,1.57,0,0,0,1.6,1.54H23.84a1.57,1.57,0,0,0,1.6-1.54V23.3L25.2,23A9.58,9.58,0,0,0,18.11,20.3Z\"></path><path class=\"clr-i-solid--badged clr-i-solid-path-6--badged\" d=\"M24.43,13.44a6.54,6.54,0,0,1,0,.69,4.09,4.09,0,0,0,.58.05h.19a4.05,4.05,0,0,0,2.52-1,7.5,7.5,0,0,1-5.14-6.32A4.13,4.13,0,0,0,21.47,8,6.53,6.53,0,0,1,24.43,13.44Z\"></path><circle class=\"clr-i-solid--badged clr-i-solid-path-7--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"group solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M12,16.14q-.43,0-.87,0a8.67,8.67,0,0,0-6.43,2.52l-.24.28v8.28H8.54v-4.7l.55-.62.25-.29a11,11,0,0,1,4.71-2.86A6.59,6.59,0,0,1,12,16.14Z\"></path><path class=\"clr-i-solid clr-i-solid-path-2\" d=\"M31.34,18.63a8.67,8.67,0,0,0-6.43-2.52,10.47,10.47,0,0,0-1.09.06,6.59,6.59,0,0,1-2,2.45,10.91,10.91,0,0,1,5,3l.25.28.54.62v4.71h3.94V18.91Z\"></path><path class=\"clr-i-solid clr-i-solid-path-3\" d=\"M11.1,14.19c.11,0,.2,0,.31,0a6.45,6.45,0,0,1,3.11-6.29,4.09,4.09,0,1,0-3.42,6.33Z\"></path><path class=\"clr-i-solid clr-i-solid-path-4\" d=\"M24.43,13.44a6.54,6.54,0,0,1,0,.69,4.09,4.09,0,0,0,.58.05h.19A4.09,4.09,0,1,0,21.47,8,6.53,6.53,0,0,1,24.43,13.44Z\"></path><circle class=\"clr-i-solid clr-i-solid-path-5\" cx=\"17.87\" cy=\"13.45\" r=\"4.47\"></circle><path class=\"clr-i-solid clr-i-solid-path-6\" d=\"M18.11,20.3A9.69,9.69,0,0,0,11,23l-.25.28v6.33a1.57,1.57,0,0,0,1.6,1.54H23.84a1.57,1.57,0,0,0,1.6-1.54V23.3L25.2,23A9.58,9.58,0,0,0,18.11,20.3Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"help line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M18,2A16,16,0,1,0,34,18,16,16,0,0,0,18,2Zm0,30A14,14,0,1,1,32,18,14,14,0,0,1,18,32Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M18.29,8.92a7.38,7.38,0,0,0-5.72,2.57,1,1,0,0,0-.32.71.92.92,0,0,0,.95.92,1.08,1.08,0,0,0,.71-.29,5.7,5.7,0,0,1,4.33-2c2.36,0,3.83,1.52,3.83,3.41v.05c0,2.21-1.76,3.44-4.54,3.65a.8.8,0,0,0-.76.92s0,2.32,0,2.75a1,1,0,0,0,1,.9h.11a1,1,0,0,0,.9-1V19.45c3-.42,5.43-2,5.43-5.28v-.05C24.18,11.12,21.84,8.92,18.29,8.92Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><circle cx=\"17.78\" cy=\"26.2\" r=\"1.25\" class=\"clr-i-outline clr-i-outline-path-3\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"help outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M24.18,14.17v-.05c0-3-2.34-5.2-5.88-5.2a7.38,7.38,0,0,0-5.72,2.57,1,1,0,0,0-.32.71.92.92,0,0,0,.95.92,1.08,1.08,0,0,0,.71-.29,5.7,5.7,0,0,1,4.33-2c2.36,0,3.83,1.52,3.83,3.41v.05c0,2.21-1.76,3.44-4.54,3.65a.8.8,0,0,0-.76.92s0,2.32,0,2.75a1,1,0,0,0,1,.9h.11a1,1,0,0,0,.9-1V19.45C21.75,19,24.18,17.45,24.18,14.17Z\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"></path><circle cx=\"17.78\" cy=\"26.2\" r=\"1.25\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"></circle><path d=\"M33.12,12.81a7.43,7.43,0,0,1-1.91.58,14.05,14.05,0,1,1-8.6-8.6,7.44,7.44,0,0,1,.58-1.91,16.06,16.06,0,1,0,9.93,9.93Z\" class=\"clr-i-outline--badged clr-i-outline-path-3--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-outline--badged clr-i-outline-path-4--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"help solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M33.12,12.81a7.49,7.49,0,0,1-9.93-9.93,16.06,16.06,0,1,0,9.93,9.93Zm-15.34,15a1.65,1.65,0,1,1,1.65-1.65A1.65,1.65,0,0,1,17.78,27.85Zm1.37-8.06v1.72a1.37,1.37,0,0,1-1.3,1.36h-.11a1.34,1.34,0,0,1-1.39-1.3c0-.44,0-2.76,0-2.76a1.19,1.19,0,0,1,1.12-1.31c1.57-.12,4.18-.7,4.18-3.25,0-1.83-1.41-3.07-3.43-3.07a5.31,5.31,0,0,0-4,1.92,1.36,1.36,0,0,1-2.35-.9,1.43,1.43,0,0,1,.43-1,7.77,7.77,0,0,1,6-2.69c3.7,0,6.28,2.3,6.28,5.6C24.58,17.16,22.61,19.2,19.15,19.79Z\" class=\"clr-i-solid--badged clr-i-solid-path-1--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-solid--badged clr-i-solid-path-2--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"help solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M18,2A16,16,0,1,0,34,18,16,16,0,0,0,18,2Zm-.22,25.85a1.65,1.65,0,1,1,1.65-1.65A1.65,1.65,0,0,1,17.78,27.85Zm1.37-8.06v1.72a1.37,1.37,0,0,1-1.3,1.36h-.11a1.34,1.34,0,0,1-1.39-1.3c0-.44,0-2.76,0-2.76a1.19,1.19,0,0,1,1.12-1.31c1.57-.12,4.18-.7,4.18-3.25,0-1.83-1.41-3.07-3.43-3.07a5.31,5.31,0,0,0-4,1.92,1.36,1.36,0,0,1-2.35-.9,1.43,1.43,0,0,1,.43-1,7.77,7.77,0,0,1,6-2.69c3.7,0,6.28,2.3,6.28,5.6C24.58,17.16,22.61,19.2,19.15,19.79Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"history line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M18,9.83a1,1,0,0,0-1,1v8.72l5.9,4A1,1,0,0,0,24,21.88l-5-3.39V10.83A1,1,0,0,0,18,9.83Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M18,2A16.09,16.09,0,0,0,4,10.26V5.2a1,1,0,0,0-2,0V14h8.8a1,1,0,0,0,0-2H5.35A14,14,0,1,1,8.58,28.35a1,1,0,0,0-1.35,1.48A16,16,0,1,0,18,2Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"hourglass line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M29,32H26V24.91a6.67,6.67,0,0,0-2.69-5.33l-1.28-1A6.36,6.36,0,0,0,21,18h0a6.29,6.29,0,0,0,1-.62l1.28-1A6.67,6.67,0,0,0,26,11.09V4h3a1,1,0,0,0,0-2H7A1,1,0,0,0,7,4h3v7.09a6.67,6.67,0,0,0,2.69,5.33l1.28,1A6.36,6.36,0,0,0,15,18h0a6.27,6.27,0,0,0-1,.62l-1.28,1A6.67,6.67,0,0,0,10,24.91V32H7a1,1,0,0,0,0,2H29a1,1,0,0,0,0-2ZM12,24.91a4.66,4.66,0,0,1,1.88-3.72l1.28-1a4.66,4.66,0,0,1,1.18-.63,1,1,0,0,0,.65-.94V17.33a1,1,0,0,0-.65-.94,4.67,4.67,0,0,1-1.19-.63l-1.28-1A4.66,4.66,0,0,1,12,11.09V4H24v7.09a4.66,4.66,0,0,1-1.88,3.72l-1.28,1h0a4.66,4.66,0,0,1-1.18.63,1,1,0,0,0-.65.94v1.34a1,1,0,0,0,.65.94,4.67,4.67,0,0,1,1.19.63l1.28,1A4.66,4.66,0,0,1,24,24.91V32H12Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"hourglass outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M29,32H26V24.91a6.67,6.67,0,0,0-2.69-5.33l-1.28-1A6.36,6.36,0,0,0,21,18h0a6.29,6.29,0,0,0,1-.62l1.28-1a6.64,6.64,0,0,0,1.09-1H22.23a3.64,3.64,0,0,1-.78-.09l-.62.46h0a4.66,4.66,0,0,1-1.18.63,1,1,0,0,0-.65.94v1.34a1,1,0,0,0,.65.94,4.67,4.67,0,0,1,1.19.63l1.28,1A4.66,4.66,0,0,1,24,24.91V32H12V24.91a4.66,4.66,0,0,1,1.88-3.72l1.28-1a4.66,4.66,0,0,1,1.18-.63,1,1,0,0,0,.65-.94V17.33a1,1,0,0,0-.65-.94,4.67,4.67,0,0,1-1.19-.63l-1.28-1A4.66,4.66,0,0,1,12,11.09V4H22.45L23.6,2H7A1,1,0,0,0,7,4h3v7.09a6.67,6.67,0,0,0,2.69,5.33l1.28,1A6.36,6.36,0,0,0,15,18h0a6.27,6.27,0,0,0-1,.62l-1.28,1A6.67,6.67,0,0,0,10,24.91V32H7a1,1,0,0,0,0,2H29a1,1,0,0,0,0-2Z\" class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\"></path><path d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"hourglass outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M29,32H26V24.91a6.67,6.67,0,0,0-2.69-5.33l-1.28-1A6.36,6.36,0,0,0,21,18h0a6.29,6.29,0,0,0,1-.62l1.28-1a6.68,6.68,0,0,0,2.57-4.16A7.53,7.53,0,0,1,24,10.49v.61a4.66,4.66,0,0,1-1.88,3.72l-1.28,1h0a4.66,4.66,0,0,1-1.18.63,1,1,0,0,0-.65.94v1.34a1,1,0,0,0,.65.94,4.67,4.67,0,0,1,1.19.63l1.28,1A4.66,4.66,0,0,1,24,24.91V32H12V24.91a4.66,4.66,0,0,1,1.88-3.72l1.28-1a4.66,4.66,0,0,1,1.18-.63,1,1,0,0,0,.65-.94V17.33a1,1,0,0,0-.65-.94,4.67,4.67,0,0,1-1.19-.63l-1.28-1A4.66,4.66,0,0,1,12,11.09V4H22.78a7.45,7.45,0,0,1,.89-2H7A1,1,0,0,0,7,4h3v7.09a6.67,6.67,0,0,0,2.69,5.33l1.28,1A6.36,6.36,0,0,0,15,18h0a6.27,6.27,0,0,0-1,.62l-1.28,1A6.67,6.67,0,0,0,10,24.91V32H7a1,1,0,0,0,0,2H29a1,1,0,0,0,0-2Z\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"hourglass solid alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M28.67,32h-22a1,1,0,0,0,0,2h22a1,1,0,1,0,0-2Z\" class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\"></path><path d=\"M6.67,4H22.45L23.6,2H6.67a1,1,0,1,0,0,2Z\" class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted\"></path><path d=\"M12.51,20.27a6.07,6.07,0,0,0-2.45,4.55v5.12H25V24.82a6.07,6.07,0,0,0-2.45-4.55,11.48,11.48,0,0,0-2.91-1.72V17.39a11.48,11.48,0,0,0,2.91-1.72l.3-.27h-.62A3.68,3.68,0,0,1,19,9.89L21.29,6H10.06v5.12a6.07,6.07,0,0,0,2.45,4.55,11.48,11.48,0,0,0,2.91,1.72v1.16A11.48,11.48,0,0,0,12.51,20.27Z\" class=\"clr-i-solid--alerted clr-i-solid-path-3--alerted\"></path><path d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" class=\"clr-i-solid--alerted clr-i-solid-path-4--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"hourglass solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M28.67,32h-22a1,1,0,0,0,0,2h22a1,1,0,1,0,0-2Z\" class=\"clr-i-solid--badged clr-i-solid-path-1--badged\"></path><path d=\"M6.67,4H22.78a7.45,7.45,0,0,1,.89-2h-17a1,1,0,1,0,0,2Z\" class=\"clr-i-solid--badged clr-i-solid-path-2--badged\"></path><path d=\"M22.55,20.27a11.48,11.48,0,0,0-2.91-1.72V17.39a11.48,11.48,0,0,0,2.91-1.72A6.25,6.25,0,0,0,25,11.55,7.47,7.47,0,0,1,22.5,6H10.06v5.12a6.07,6.07,0,0,0,2.45,4.55,11.48,11.48,0,0,0,2.91,1.72v1.16a11.48,11.48,0,0,0-2.91,1.72,6.07,6.07,0,0,0-2.45,4.55v5.12H25V24.82A6.07,6.07,0,0,0,22.55,20.27Z\" class=\"clr-i-solid--badged clr-i-solid-path-3--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-solid--badged clr-i-solid-path-4--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"hourglass solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M6.67,4h22a1,1,0,0,0,0-2h-22a1,1,0,1,0,0,2Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path><path d=\"M28.67,32h-22a1,1,0,0,0,0,2h22a1,1,0,1,0,0-2Z\" class=\"clr-i-solid clr-i-solid-path-2\"></path><path d=\"M22.55,15.67A6.07,6.07,0,0,0,25,11.12V6H10.06v5.12a6.07,6.07,0,0,0,2.45,4.55,11.48,11.48,0,0,0,2.91,1.72v1.16a11.48,11.48,0,0,0-2.91,1.72,6.07,6.07,0,0,0-2.45,4.55v5.12H25V24.82a6.07,6.07,0,0,0-2.45-4.55,11.48,11.48,0,0,0-2.91-1.72V17.39A11.48,11.48,0,0,0,22.55,15.67Z\" class=\"clr-i-solid clr-i-solid-path-3\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"id badge line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M18,22a4.23,4.23,0,1,0-4.23-4.23A4.23,4.23,0,0,0,18,22Zm0-6.86a2.63,2.63,0,1,1-2.63,2.63A2.63,2.63,0,0,1,18,15.14Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M22,4a2,2,0,0,0-2-2H16a2,2,0,0,0-2,2v7h8ZM20,9H16V4h4Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M26,30V27.7a1.12,1.12,0,0,0-.26-.73A9.9,9.9,0,0,0,18,23.69,9.9,9.9,0,0,0,10.26,27a1.13,1.13,0,0,0-.26.73V30h1.6V27.87A8.33,8.33,0,0,1,18,25.29a8.33,8.33,0,0,1,6.4,2.59V30Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path><path d=\"M28,6H24V8h4V32H8V8h4V6H8A2,2,0,0,0,6,8V32a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V8A2,2,0,0,0,28,6Z\" class=\"clr-i-outline clr-i-outline-path-4\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"id badge outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M18,22a4.23,4.23,0,1,0-4.23-4.23A4.23,4.23,0,0,0,18,22Zm0-6.86a2.63,2.63,0,1,1-2.63,2.63A2.63,2.63,0,0,1,18,15.14Z\" class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\"></path><path d=\"M10.26,27a1.13,1.13,0,0,0-.26.73V30h1.6V27.87A8.33,8.33,0,0,1,18,25.29a8.33,8.33,0,0,1,6.4,2.59V30H26V27.7a1.12,1.12,0,0,0-.26-.73A9.9,9.9,0,0,0,18,23.69,9.9,9.9,0,0,0,10.26,27Z\" class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\"></path><path d=\"M19,9.89,19.56,9H16V4h4V8.24l2-3.46V4a2,2,0,0,0-2-2H16a2,2,0,0,0-2,2v7h4.64A3.66,3.66,0,0,1,19,9.89Z\" class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted\"></path><path d=\"M28,15.4V32H8V8h4V6H8A2,2,0,0,0,6,8V32a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V15.4Z\" class=\"clr-i-outline--alerted clr-i-outline-path-4--alerted\"></path><path d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" class=\"clr-i-outline--alerted clr-i-outline-path-5--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"id badge outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M18,22a4.23,4.23,0,1,0-4.23-4.23A4.23,4.23,0,0,0,18,22Zm0-6.86a2.63,2.63,0,1,1-2.63,2.63A2.63,2.63,0,0,1,18,15.14Z\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"></path><path d=\"M22,4a2,2,0,0,0-2-2H16a2,2,0,0,0-2,2v7h8ZM20,9H16V4h4Z\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"></path><path d=\"M10.26,27a1.13,1.13,0,0,0-.26.73V30h1.6V27.87A8.33,8.33,0,0,1,18,25.29a8.33,8.33,0,0,1,6.4,2.59V30H26V27.7a1.12,1.12,0,0,0-.26-.73A9.9,9.9,0,0,0,18,23.69,9.9,9.9,0,0,0,10.26,27Z\" class=\"clr-i-outline--badged clr-i-outline-path-3--badged\"></path><path d=\"M28,13.22V32H8V8h4V6H8A2,2,0,0,0,6,8V32a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V13.5A7.49,7.49,0,0,1,28,13.22Z\" class=\"clr-i-outline--badged clr-i-outline-path-4--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-outline--badged clr-i-outline-path-5--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"id badge solid alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M19,9.89,21,6.5V4a2,2,0,0,0-2-2H17a2,2,0,0,0-2,2v6h4Z\" class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\"></path><circle cx=\"18\" cy=\"17.77\" r=\"4.23\" class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted\"></circle><path d=\"M10.26,27a1.13,1.13,0,0,0-.26.73V30H26V27.7a1.12,1.12,0,0,0-.26-.73A9.9,9.9,0,0,0,18,23.69,9.9,9.9,0,0,0,10.26,27Z\" class=\"clr-i-solid--alerted clr-i-solid-path-3--alerted\"></path><path d=\"M28,15.4V32H8V8h5V6H8A2,2,0,0,0,6,8V32a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V15.4Z\" class=\"clr-i-solid--alerted clr-i-solid-path-4--alerted\"></path><path d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" class=\"clr-i-solid--alerted clr-i-solid-path-5--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"id badge solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <circle cx=\"18\" cy=\"17.77\" r=\"4.23\" class=\"clr-i-solid--badged clr-i-solid-path-1--badged\"></circle><path d=\"M21,4a2,2,0,0,0-2-2H17a2,2,0,0,0-2,2v6h6Z\" class=\"clr-i-solid--badged clr-i-solid-path-2--badged\"></path><path d=\"M10.26,27a1.13,1.13,0,0,0-.26.73V30H26V27.7a1.12,1.12,0,0,0-.26-.73A9.9,9.9,0,0,0,18,23.69,9.9,9.9,0,0,0,10.26,27Z\" class=\"clr-i-solid--badged clr-i-solid-path-3--badged\"></path><path d=\"M28,13.22V32H8V8h5V6H8A2,2,0,0,0,6,8V32a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V13.5A7.49,7.49,0,0,1,28,13.22Z\" class=\"clr-i-solid--badged clr-i-solid-path-4--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-solid--badged clr-i-solid-path-5--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"id badge solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <circle cx=\"18\" cy=\"17.77\" r=\"4.23\" class=\"clr-i-solid clr-i-solid-path-1\"></circle><path d=\"M21,4a2,2,0,0,0-2-2H17a2,2,0,0,0-2,2v6h6Z\" class=\"clr-i-solid clr-i-solid-path-2\"></path><path d=\"M10.26,27a1.13,1.13,0,0,0-.26.73V30H26V27.7a1.12,1.12,0,0,0-.26-.73A9.9,9.9,0,0,0,18,23.69,9.9,9.9,0,0,0,10.26,27Z\" class=\"clr-i-solid clr-i-solid-path-3\"></path><path d=\"M28,6H23V8h5V32H8V8h5V6H8A2,2,0,0,0,6,8V32a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V8A2,2,0,0,0,28,6Z\" class=\"clr-i-solid clr-i-solid-path-4\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"key line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <rect x=\"6.33\" y=\"10.71\" width=\"9.71\" height=\"2.57\" rx=\"1\" ry=\"1\" transform=\"translate(-5.21 11.43) rotate(-45)\" class=\"clr-i-outline clr-i-outline-path-1\"></rect><path d=\"M23.35,16.8l.63-.63A5,5,0,0,0,24,9.1L18.71,3.84a5,5,0,0,0-7.07,0L3.09,12.39a5,5,0,0,0,0,7.07l5.26,5.26a5,5,0,0,0,7.07,0l.4-.4L18,26.48h3.44v3h3.69v1.63L28,34h6V27.45ZM32,32H28.86l-1.77-1.76v-2.8H23.41v-3H18.8l-3-3L14,23.31a3,3,0,0,1-4.24,0L4.5,18a3,3,0,0,1,0-4.24l8.56-8.56a3,3,0,0,1,4.24,0l5.26,5.26a3,3,0,0,1,0,4.24l-2,2L32,28.28Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"key outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <rect x=\"6.33\" y=\"10.71\" width=\"9.71\" height=\"2.57\" rx=\"1\" ry=\"1\" transform=\"translate(-5.21 11.43) rotate(-45)\" class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\"></rect><path d=\"M23.35,16.8l.63-.63a5,5,0,0,0,.63-.77H22.23l-.29,0L20.52,16.8,32,28.28V32H28.86l-1.77-1.76v-2.8H23.41v-3H18.8l-3-3L14,23.31a3,3,0,0,1-4.24,0L4.5,18a3,3,0,0,1,0-4.24l8.56-8.56a3,3,0,0,1,4.24,0L20.1,8.06l1-1.79L18.71,3.84a5,5,0,0,0-7.07,0L3.09,12.39a5,5,0,0,0,0,7.07l5.26,5.26a5,5,0,0,0,7.07,0l.4-.4L18,26.48h3.44v3h3.69v1.63L28,34h6V27.45Z\" class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\"></path><path d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"key outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <rect x=\"6.33\" y=\"10.71\" width=\"9.71\" height=\"2.57\" rx=\"1\" ry=\"1\" transform=\"translate(-5.21 11.43) rotate(-45)\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"></rect><path d=\"M23.35,16.8l.63-.63A5,5,0,0,0,24,9.1L18.71,3.84a5,5,0,0,0-7.07,0L3.09,12.39a5,5,0,0,0,0,7.07l5.26,5.26a5,5,0,0,0,7.07,0l.4-.4L18,26.48h3.44v3h3.69v1.63L28,34h6V27.45ZM32,32H28.86l-1.77-1.76v-2.8H23.41v-3H18.8l-3-3L14,23.31a3,3,0,0,1-4.24,0L4.5,18a3,3,0,0,1,0-4.24l8.56-8.56a3,3,0,0,1,4.24,0l5.26,5.26a3,3,0,0,1,0,4.24l-2,2L32,28.28Z\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-outline--badged clr-i-outline-path-3--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"key solid alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M23.38,16.77l.6-.6a5,5,0,0,0,.63-.77H22.23A3.68,3.68,0,0,1,19,9.89l2.09-3.62L18.71,3.84a5,5,0,0,0-7.07,0L3.09,12.39a5,5,0,0,0,0,7.07l5.26,5.26a5,5,0,0,0,7.07,0l.45-.45,2.1,2.2h3.44v3h3.69v1.63L28,34h6V27.45Zm-8.56-6.59L9.37,15.64a1,1,0,0,1-1.41,0l-.4-.4a1,1,0,0,1,0-1.41L13,8.36a1,1,0,0,1,1.41,0l.4.4A1,1,0,0,1,14.82,10.18ZM32,32H28.86l-1.77-1.76v-2.8H23.41v-3H18.8l-1.52-1.61L22,18.18,32,28.28Z\" class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\"></path><path d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"key solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M23.38,16.77l.6-.6A5,5,0,0,0,24,9.1L18.71,3.84a5,5,0,0,0-7.07,0L3.09,12.39a5,5,0,0,0,0,7.07l5.26,5.26a5,5,0,0,0,7.07,0l.45-.45,2.1,2.2h3.44v3h3.69v1.63L28,34h6V27.45Zm-8.56-6.59L9.37,15.64a1,1,0,0,1-1.41,0l-.4-.4a1,1,0,0,1,0-1.41L13,8.36a1,1,0,0,1,1.41,0l.4.4A1,1,0,0,1,14.82,10.18ZM32,32H28.86l-1.77-1.76v-2.8H23.41v-3H18.8l-1.52-1.61L22,18.18,32,28.28Z\" class=\"clr-i-solid--badged clr-i-solid-path-1--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-solid--badged clr-i-solid-path-2--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"key solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M23.38,16.77l.6-.6A5,5,0,0,0,24,9.1L18.71,3.84a5,5,0,0,0-7.07,0L3.09,12.39a5,5,0,0,0,0,7.07l5.26,5.26a5,5,0,0,0,7.07,0l.45-.45,2.1,2.2h3.44v3h3.69v1.63L28,34h6V27.45Zm-8.56-6.59L9.37,15.64a1,1,0,0,1-1.41,0l-.4-.4a1,1,0,0,1,0-1.41L13,8.36a1,1,0,0,1,1.41,0l.4.4A1,1,0,0,1,14.82,10.18ZM32,32H28.86l-1.77-1.76v-2.8H23.41v-3H18.8l-1.52-1.61L22,18.18,32,28.28Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"landscape line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M32,6H4A2,2,0,0,0,2,8V28a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V8A2,2,0,0,0,32,6Zm0,22H4V8H32Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M9,22a.82.82,0,0,0,.55-.21.8.8,0,0,0,0-1.13L7.83,18.8H28.17l-1.72,1.86a.8.8,0,0,0,0,1.13A.82.82,0,0,0,27,22a.78.78,0,0,0,.58-.26L31.09,18l-3.47-3.74a.79.79,0,0,0-1.13,0,.8.8,0,0,0,0,1.13l1.72,1.86H7.83l1.72-1.86a.8.8,0,0,0,0-1.13.79.79,0,0,0-1.13,0L4.91,18l3.47,3.74A.78.78,0,0,0,9,22Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"landscape solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M32,6H4A2,2,0,0,0,2,8V28a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V8A2,2,0,0,0,32,6ZM27.77,21.88a1,1,0,0,1-.73.32,1,1,0,0,1-.68-.27,1,1,0,0,1-.06-1.41L27.71,19H8.29L9.7,20.52a1,1,0,0,1-.06,1.41A1,1,0,0,1,9,22.2a1,1,0,0,1-.73-.32L4.64,18l3.59-3.88A1,1,0,0,1,9.7,15.48L8.29,17H27.71L26.3,15.48a1,1,0,0,1,1.47-1.36L31.36,18Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"library line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M33.48,29.63,26.74,11.82a2,2,0,0,0-2.58-1.16L21,11.85V8.92A1.92,1.92,0,0,0,19.08,7H14V4.92A1.92,1.92,0,0,0,12.08,3H5A2,2,0,0,0,3,5V32a1,1,0,0,0,1,1H20a1,1,0,0,0,1-1V19.27l5,13.21a1,1,0,0,0,1.29.58l5.61-2.14a1,1,0,0,0,.58-1.29ZM12,8.83V31H5V5h7ZM19,31H14V9h5Zm8.51-.25L21.13,13.92l3.74-1.42,6.39,16.83Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"library solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M12.75,3H5.25A1.15,1.15,0,0,0,4,4V33H14V4A1.15,1.15,0,0,0,12.75,3Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path><path d=\"M33.77,31.09l-6.94-18.3a1,1,0,0,0-1.29-.58L22,13.59V9a1,1,0,0,0-1-1H16V33h6V14.69L28.93,33Z\" class=\"clr-i-solid clr-i-solid-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"lightbulb line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M18,2.25a11,11,0,0,0-11,11,10.68,10.68,0,0,0,1,4.63,16.36,16.36,0,0,0,1.12,1.78,17,17,0,0,1,2,3.47,16.19,16.19,0,0,1,.59,4h2A18.17,18.17,0,0,0,13,22.44a18.46,18.46,0,0,0-2.22-3.92,15.79,15.79,0,0,1-1-1.54A8.64,8.64,0,0,1,9,13.23a9,9,0,0,1,18.07,0A8.64,8.64,0,0,1,26.21,17a15.79,15.79,0,0,1-1,1.54A18.46,18.46,0,0,0,23,22.44a18.17,18.17,0,0,0-.71,4.71h2a16.19,16.19,0,0,1,.59-4,17,17,0,0,1,2-3.47A16.31,16.31,0,0,0,28,17.86a10.68,10.68,0,0,0,1-4.63A11,11,0,0,0,18,2.25Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M18.63,15.51a.8.8,0,0,0-1.13,0l-3,3,2.86,3.13v5.54H19V21l-2.24-2.45,1.89-1.89A.8.8,0,0,0,18.63,15.51Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M23.86,29.15H12.11a.8.8,0,1,0,0,1.6H23.86a.8.8,0,0,0,0-1.6Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path><path d=\"M22,32.15H14a.8.8,0,1,0,0,1.6H22a.8.8,0,1,0,0-1.6Z\" class=\"clr-i-outline clr-i-outline-path-4\"></path><path d=\"M17.32,10.89l-2.73,2.73a.8.8,0,0,0,1.13,1.13L18.45,12a.8.8,0,1,0-1.13-1.13Z\" class=\"clr-i-outline clr-i-outline-path-5\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"lightbulb outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M19,27.15V21l-2.24-2.45,1.89-1.89a.8.8,0,0,0-1.13-1.13l-3,3,2.86,3.13v5.54Z\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"></path><path d=\"M23.86,29.15H12.11a.8.8,0,1,0,0,1.6H23.86a.8.8,0,0,0,0-1.6Z\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"></path><path d=\"M22,32.15H14a.8.8,0,1,0,0,1.6H22a.8.8,0,1,0,0-1.6Z\" class=\"clr-i-outline--badged clr-i-outline-path-3--badged\"></path><path d=\"M15.72,14.75,18.45,12a.8.8,0,1,0-1.13-1.13l-2.73,2.73a.8.8,0,0,0,1.13,1.13Z\" class=\"clr-i-outline--badged clr-i-outline-path-4--badged\"></path><path d=\"M27,12.88c0,.12,0,.23,0,.35A8.64,8.64,0,0,1,26.21,17a15.79,15.79,0,0,1-1,1.54A18.46,18.46,0,0,0,23,22.44a18.17,18.17,0,0,0-.71,4.71h2a16.19,16.19,0,0,1,.59-4,17,17,0,0,1,2-3.47A16.31,16.31,0,0,0,28,17.86a10.63,10.63,0,0,0,1-4.43A7.45,7.45,0,0,1,27,12.88Z\" class=\"clr-i-outline--badged clr-i-outline-path-5--badged\"></path><path d=\"M13.71,27.15A18.17,18.17,0,0,0,13,22.44a18.46,18.46,0,0,0-2.22-3.92,15.79,15.79,0,0,1-1-1.54A8.64,8.64,0,0,1,9,13.23,9,9,0,0,1,22.53,5.47a7.45,7.45,0,0,1,.43-2,11,11,0,0,0-16,9.8,10.68,10.68,0,0,0,1,4.63,16.36,16.36,0,0,0,1.12,1.78,17,17,0,0,1,2,3.47,16.19,16.19,0,0,1,.59,4Z\" class=\"clr-i-outline--badged clr-i-outline-path-6--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-outline--badged clr-i-outline-path-7--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"lightbulb solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M23.86,29.15H12.11a.8.8,0,1,0,0,1.6H23.86a.8.8,0,0,0,0-1.6Z\" class=\"clr-i-solid--badged clr-i-solid-path-1--badged\"></path><path d=\"M22,32.15H14a.8.8,0,1,0,0,1.6H22a.8.8,0,1,0,0-1.6Z\" class=\"clr-i-solid--badged clr-i-solid-path-2--badged\"></path><path d=\"M22.5,6A7.47,7.47,0,0,1,23,3.44a11,11,0,0,0-16,9.8,10.68,10.68,0,0,0,1,4.63,16.36,16.36,0,0,0,1.12,1.78,17,17,0,0,1,2,3.47,16.19,16.19,0,0,1,.59,4h5.69V21.61l-2.86-3.13,3-3a.8.8,0,0,1,1.13,1.13l-1.89,1.89L19,21v6.17H24.3a16.19,16.19,0,0,1,.59-4,17,17,0,0,1,2-3.47A16.31,16.31,0,0,0,28,17.86a10.63,10.63,0,0,0,1-4.43A7.5,7.5,0,0,1,22.5,6Zm-4,6-2.73,2.73a.8.8,0,1,1-1.13-1.13l2.73-2.73A.8.8,0,1,1,18.45,12Z\" class=\"clr-i-solid--badged clr-i-solid-path-3--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-solid--badged clr-i-solid-path-4--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"lightbulb solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M23.86,29.15H12.11a.8.8,0,1,0,0,1.6H23.86a.8.8,0,0,0,0-1.6Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path><path d=\"M22,32.15H14a.8.8,0,1,0,0,1.6H22a.8.8,0,1,0,0-1.6Z\" class=\"clr-i-solid clr-i-solid-path-2\"></path><path d=\"M18,2.25a11,11,0,0,0-11,11,10.68,10.68,0,0,0,1,4.63,16.36,16.36,0,0,0,1.12,1.78,17,17,0,0,1,2,3.47,16.19,16.19,0,0,1,.59,4h5.69V21.61l-2.86-3.13,3-3a.8.8,0,0,1,1.13,1.13l-1.89,1.89L19,21v6.17H24.3a16.19,16.19,0,0,1,.59-4,17,17,0,0,1,2-3.47A16.31,16.31,0,0,0,28,17.86a10.68,10.68,0,0,0,1-4.63A11,11,0,0,0,18,2.25ZM18.45,12l-2.73,2.73a.8.8,0,1,1-1.13-1.13l2.73-2.73A.8.8,0,1,1,18.45,12Z\" class=\"clr-i-solid clr-i-solid-path-3\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"lightning line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M10.52,34h-3a1,1,0,0,1-.88-1.44L12.55,21H6a1,1,0,0,1-.85-1.54l10.68-17A1,1,0,0,1,16.64,2H30.07a1,1,0,0,1,.77,1.69L21.78,14h5.38a1,1,0,0,1,.73,1.66l-16.63,18A1,1,0,0,1,10.52,34ZM9.18,32h.91L24.86,16H19.59a1,1,0,0,1-.77-1.69L27.88,4H17.19L7.77,19H14.2a1,1,0,0,1,.88,1.44Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"lightning solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M30.8,2.29A.49.49,0,0,0,30.35,2H16.42a.5.5,0,0,0-.42.23l-10.71,17A.49.49,0,0,0,5.7,20h7.67L6.6,33.25a.52.52,0,0,0,.46.75h3a.5.5,0,0,0,.37-.16L28,14.85a.5.5,0,0,0-.37-.85H20.89L30.72,2.82A.49.49,0,0,0,30.8,2.29Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"list line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <rect x=\"15\" y=\"8\" width=\"9\" height=\"2\" class=\"clr-i-outline clr-i-outline-path-1\"></rect><rect x=\"15\" y=\"12\" width=\"9\" height=\"2\" class=\"clr-i-outline clr-i-outline-path-2\"></rect><rect x=\"15\" y=\"16\" width=\"9\" height=\"2\" class=\"clr-i-outline clr-i-outline-path-3\"></rect><rect x=\"15\" y=\"20\" width=\"9\" height=\"2\" class=\"clr-i-outline clr-i-outline-path-4\"></rect><rect x=\"15\" y=\"24\" width=\"9\" height=\"2\" class=\"clr-i-outline clr-i-outline-path-5\"></rect><rect x=\"11\" y=\"8\" width=\"2\" height=\"2\" class=\"clr-i-outline clr-i-outline-path-6\"></rect><rect x=\"11\" y=\"12\" width=\"2\" height=\"2\" class=\"clr-i-outline clr-i-outline-path-7\"></rect><rect x=\"11\" y=\"16\" width=\"2\" height=\"2\" class=\"clr-i-outline clr-i-outline-path-8\"></rect><rect x=\"11\" y=\"20\" width=\"2\" height=\"2\" class=\"clr-i-outline clr-i-outline-path-9\"></rect><rect x=\"11\" y=\"24\" width=\"2\" height=\"2\" class=\"clr-i-outline clr-i-outline-path-10\"></rect><path d=\"M28,2H8A2,2,0,0,0,6,4V32a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V4A2,2,0,0,0,28,2Zm0,30H8V4H28Z\" class=\"clr-i-outline clr-i-outline-path-11\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"list outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <rect x=\"15\" y=\"12\" width=\"9\" height=\"2\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"></rect><rect x=\"15\" y=\"16\" width=\"9\" height=\"2\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"></rect><rect x=\"15\" y=\"20\" width=\"9\" height=\"2\" class=\"clr-i-outline--badged clr-i-outline-path-3--badged\"></rect><rect x=\"15\" y=\"24\" width=\"9\" height=\"2\" class=\"clr-i-outline--badged clr-i-outline-path-4--badged\"></rect><rect x=\"11\" y=\"8\" width=\"2\" height=\"2\" class=\"clr-i-outline--badged clr-i-outline-path-5--badged\"></rect><rect x=\"11\" y=\"12\" width=\"2\" height=\"2\" class=\"clr-i-outline--badged clr-i-outline-path-6--badged\"></rect><rect x=\"11\" y=\"16\" width=\"2\" height=\"2\" class=\"clr-i-outline--badged clr-i-outline-path-7--badged\"></rect><rect x=\"11\" y=\"20\" width=\"2\" height=\"2\" class=\"clr-i-outline--badged clr-i-outline-path-8--badged\"></rect><rect x=\"11\" y=\"24\" width=\"2\" height=\"2\" class=\"clr-i-outline--badged clr-i-outline-path-9--badged\"></rect><path d=\"M15,8v2h8.66a7.45,7.45,0,0,1-.89-2Z\" class=\"clr-i-outline--badged clr-i-outline-path-10--badged\"></path><path d=\"M28,13.22V32H8V4H22.78a7.45,7.45,0,0,1,.88-2H8A2,2,0,0,0,6,4V32a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V13.5A7.49,7.49,0,0,1,28,13.22Z\" class=\"clr-i-outline--badged clr-i-outline-path-11--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-outline--badged clr-i-outline-path-12--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"list solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M23.66,10H15V8h7.78a7.42,7.42,0,0,1,.89-6H8A2,2,0,0,0,6,4V32a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V13.5A7.49,7.49,0,0,1,23.66,10ZM13,26H11V24h2Zm0-4H11V20h2Zm0-4H11V16h2Zm0-4H11V12h2Zm0-4H11V8h2ZM25,26H15V24H25Zm0-4H15V20H25Zm0-4H15V16H25Zm0-4H15V12H25Z\" class=\"clr-i-solid--badged clr-i-solid-path-1--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-solid--badged clr-i-solid-path-2--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"list solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M28,2H8A2,2,0,0,0,6,4V32a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V4A2,2,0,0,0,28,2ZM13,26H11V24h2Zm0-4H11V20h2Zm0-4H11V16h2Zm0-4H11V12h2Zm0-4H11V8h2ZM25,26H15V24H25Zm0-4H15V20H25Zm0-4H15V16H25Zm0-4H15V12H25Zm0-4H15V8H25Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"lock line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M18.09,20.59A2.41,2.41,0,0,0,17,25.14V28h2V25.23a2.41,2.41,0,0,0-.91-4.64Z\"></path><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M26,15V10.72a8.2,8.2,0,0,0-8-8.36,8.2,8.2,0,0,0-8,8.36V15H7V32a2,2,0,0,0,2,2H27a2,2,0,0,0,2-2V15ZM12,10.72a6.2,6.2,0,0,1,6-6.36,6.2,6.2,0,0,1,6,6.36V15H12ZM9,32V17H27V32Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"lock solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M26,15V10.72a8.2,8.2,0,0,0-8-8.36,8.2,8.2,0,0,0-8,8.36V15H7V32a2,2,0,0,0,2,2H27a2,2,0,0,0,2-2V15ZM19,25.23V28H17V25.14a2.4,2.4,0,1,1,2,.09ZM24,15H12V10.72a6.2,6.2,0,0,1,6-6.36,6.2,6.2,0,0,1,6,6.36Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"login line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M28,4H12a2,2,0,0,0-2,2H28V30H12V20.2H10V30a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V6A2,2,0,0,0,28,4Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M15.12,18.46a1,1,0,1,0,1.41,1.41l5.79-5.79L16.54,8.29a1,1,0,0,0-1.41,1.41L18.5,13H4a1,1,0,0,0-1,1,1,1,0,0,0,1,1H18.5Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"login solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M28,4H12a2,2,0,0,0-2,2v7h8.5L15.12,9.71a1,1,0,0,1,1.41-1.41l5.79,5.79-5.79,5.79a1,1,0,0,1-1.41-1.41L18.5,15H10V30a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V6A2,2,0,0,0,28,4Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path><path d=\"M10,13H4a1,1,0,0,0-1,1,1,1,0,0,0,1,1h6Z\" class=\"clr-i-solid clr-i-solid-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"logout line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M7,6H23v9.8h2V6a2,2,0,0,0-2-2H7A2,2,0,0,0,5,6V30a2,2,0,0,0,2,2H23a2,2,0,0,0,2-2H7Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M28.16,17.28a1,1,0,0,0-1.41,1.41L30.13,22H15.63a1,1,0,0,0-1,1,1,1,0,0,0,1,1h14.5l-3.38,3.46a1,1,0,1,0,1.41,1.41L34,23.07Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"logout solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M23,4H7A2,2,0,0,0,5,6V30a2,2,0,0,0,2,2H23a2,2,0,0,0,2-2V24H15.63a1,1,0,0,1-1-1,1,1,0,0,1,1-1H25V6A2,2,0,0,0,23,4Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path><path d=\"M28.16,17.28a1,1,0,0,0-1.41,1.41L30.13,22H25v2h5.13l-3.38,3.46a1,1,0,1,0,1.41,1.41L34,23.07Z\" class=\"clr-i-solid clr-i-solid-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"minus circle line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M18,2A16,16,0,1,0,34,18,16,16,0,0,0,18,2Zm0,30A14,14,0,1,1,32,18,14,14,0,0,1,18,32Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M24,17H12a1,1,0,0,0,0,2H24a1,1,0,0,0,0-2Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"minus circle solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M18,2A16,16,0,1,0,34,18,16,16,0,0,0,18,2Zm6,17.5H12a1.5,1.5,0,0,1,0-3H24a1.5,1.5,0,0,1,0,3Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"minus line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M26,17H10a1,1,0,0,0,0,2H26a1,1,0,0,0,0-2Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"moon line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M31,27.19a1,1,0,0,0-1-.56c-.28,0-.56,0-.85,0A11,11,0,0,1,24.92,5.61a1,1,0,0,0,.61-1,1,1,0,0,0-.67-.91,14.7,14.7,0,0,0-5-.87,15.12,15.12,0,0,0,0,30.24,14.78,14.78,0,0,0,11-4.81A1,1,0,0,0,31,27.19ZM19.89,31.12a13.12,13.12,0,0,1,0-26.24,11.81,11.81,0,0,1,2,.16,13,13,0,0,0,5.72,23.53A12.75,12.75,0,0,1,19.89,31.12Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"moon solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M29.2,26.72A12.07,12.07,0,0,1,22.9,4.44,13.68,13.68,0,0,0,19.49,4a14,14,0,0,0,0,28,13.82,13.82,0,0,0,10.9-5.34A11.71,11.71,0,0,1,29.2,26.72Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"new line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M34.59,23l-4.08-5,4-4.9a1.82,1.82,0,0,0,.23-1.94A1.93,1.93,0,0,0,32.94,10h-31A1.91,1.91,0,0,0,0,11.88V24.13A1.91,1.91,0,0,0,1.94,26H33.05a1.93,1.93,0,0,0,1.77-1.09A1.82,1.82,0,0,0,34.59,23ZM2,24V12H32.78l-4.84,5.93L32.85,24Z\"></path><polygon class=\"clr-i-outline clr-i-outline-path-2\" points=\"9.39 19.35 6.13 15 5 15 5 21.18 6.13 21.18 6.13 16.84 9.39 21.18 10.51 21.18 10.51 15 9.39 15 9.39 19.35\"></polygon><polygon class=\"clr-i-outline clr-i-outline-path-3\" points=\"12.18 21.18 16.84 21.18 16.84 20.16 13.31 20.16 13.31 18.55 16.5 18.55 16.5 17.52 13.31 17.52 13.31 16.03 16.84 16.03 16.84 15 12.18 15 12.18 21.18\"></polygon><polygon class=\"clr-i-outline clr-i-outline-path-4\" points=\"24.52 19.43 23.06 15 21.84 15 20.37 19.43 19.05 15 17.82 15 19.78 21.18 20.89 21.18 22.45 16.59 24 21.18 25.13 21.18 27.08 15 25.85 15 24.52 19.43\"></polygon>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"new solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M34.11,24.49l-3.92-6.62,3.88-6.35A1,1,0,0,0,33.22,10H2a2,2,0,0,0-2,2V24a2,2,0,0,0,2,2H33.25A1,1,0,0,0,34.11,24.49Zm-23.6-3.31H9.39L6.13,16.84v4.35H5V15H6.13l3.27,4.35V15h1.12ZM16.84,16H13.31v1.49h3.2v1h-3.2v1.61h3.53v1H12.18V15h4.65Zm8.29,5.16H24l-1.55-4.59L20.9,21.18H19.78l-2-6.18H19l1.32,4.43L21.84,15h1.22l1.46,4.43L25.85,15h1.23Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"no access line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M18,2A16,16,0,1,0,34,18,16,16,0,0,0,18,2Zm0,30A14,14,0,1,1,32,18,14,14,0,0,1,18,32Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M27.15,15H8.85A1.85,1.85,0,0,0,7,16.85v2.29A1.85,1.85,0,0,0,8.85,21H27.15A1.85,1.85,0,0,0,29,19.15V16.85A1.85,1.85,0,0,0,27.15,15Zm.25,4.15a.25.25,0,0,1-.25.25H8.85a.25.25,0,0,1-.25-.25V16.85a.25.25,0,0,1,.25-.25H27.15a.25.25,0,0,1,.25.25Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"no access solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M18,2A16,16,0,1,0,34,18,16,16,0,0,0,18,2ZM29.15,20H6.85A.85.85,0,0,1,6,19.15V16.85A.85.85,0,0,1,6.85,16H29.15a.85.85,0,0,1,.85.85v2.29A.85.85,0,0,1,29.15,20Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"note edit line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M28,30H6V8H19.22l2-2H6A2,2,0,0,0,4,8V30a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V15l-2,2Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M33.53,5.84,30.16,2.47a1.61,1.61,0,0,0-2.28,0L14.17,16.26l-1.11,4.81A1.61,1.61,0,0,0,14.63,23,1.69,1.69,0,0,0,15,23l4.85-1.07L33.53,8.12A1.61,1.61,0,0,0,33.53,5.84ZM18.81,20.08l-3.66.81L16,17.26,26.32,6.87l2.82,2.82ZM30.27,8.56,27.45,5.74,29,4.16,31.84,7Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"note edit solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M33,6.4,29.3,2.7a1.71,1.71,0,0,0-2.36,0L23.65,6H6A2,2,0,0,0,4,8V30a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V11.76l3-3A1.67,1.67,0,0,0,33,6.4ZM18.83,20.13l-4.19.93,1-4.15,9.55-9.57,3.23,3.23ZM29.5,9.43,26.27,6.2l1.85-1.85,3.23,3.23Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"note line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M28,30H6V8H19.22l2-2H6A2,2,0,0,0,4,8V30a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V15l-2,2Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M33.53,5.84,30.16,2.47a1.61,1.61,0,0,0-2.28,0L14.17,16.26l-1.11,4.81A1.61,1.61,0,0,0,14.63,23,1.69,1.69,0,0,0,15,23l4.85-1.07L33.53,8.12A1.61,1.61,0,0,0,33.53,5.84ZM18.81,20.08l-3.66.81L16,17.26,26.32,6.87l2.82,2.82ZM30.27,8.56,27.45,5.74,29,4.16,31.84,7Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"note solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M33,6.4,29.3,2.7a1.71,1.71,0,0,0-2.36,0L23.65,6H6A2,2,0,0,0,4,8V30a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V11.76l3-3A1.67,1.67,0,0,0,33,6.4ZM18.83,20.13l-4.19.93,1-4.15,9.55-9.57,3.23,3.23ZM29.5,9.43,26.27,6.2l1.85-1.85,3.23,3.23Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"objects line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M16.08,14.9a10.41,10.41,0,0,1,1.87-.71l-4-10.77a2,2,0,0,0-3.75,0L2,25.26A2,2,0,0,0,3.92,28h6.94a10,10,0,0,1-.52-2H3.92L12.06,4.12Z\"></path><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M32,9H22a2,2,0,0,0-2,2v2.85c.23,0,.46,0,.69,0A10.51,10.51,0,0,1,22,13.9V11H32V21H30.65a10.42,10.42,0,0,1,.45,2H32a2,2,0,0,0,2-2V11A2,2,0,0,0,32,9Z\"></path><path class=\"clr-i-outline clr-i-outline-path-3\" d=\"M20.69,15.81a8.5,8.5,0,1,0,8.5,8.5A8.51,8.51,0,0,0,20.69,15.81Zm0,15a6.5,6.5,0,1,1,6.5-6.5A6.51,6.51,0,0,1,20.69,30.81Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"objects solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M10.65,24.44a9.51,9.51,0,0,1,7.06-9.17L13,3a1,1,0,0,0-1.87,0L2.07,26.56A1,1,0,0,0,3,27.92h8.32A9.44,9.44,0,0,1,10.65,24.44Z\"></path><path class=\"clr-i-solid clr-i-solid-path-2\" d=\"M32,10H20a1,1,0,0,0-1,1v4a9.43,9.43,0,0,1,10.63,9H32a1,1,0,0,0,1-1V11A1,1,0,0,0,32,10Z\"></path><circle class=\"clr-i-solid clr-i-solid-path-3\" cx=\"20.15\" cy=\"24.44\" r=\"7.5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"organization line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <polygon points=\"9.8 18.8 26.2 18.8 26.2 21.88 27.8 21.88 27.8 17.2 18.8 17.2 18.8 14 17.2 14 17.2 17.2 8.2 17.2 8.2 21.88 9.8 21.88 9.8 18.8\" class=\"clr-i-outline clr-i-outline-path-1\"></polygon><path d=\"M14,23H4a2,2,0,0,0-2,2v6a2,2,0,0,0,2,2H14a2,2,0,0,0,2-2V25A2,2,0,0,0,14,23ZM4,31V25H14v6Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M32,23H22a2,2,0,0,0-2,2v6a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V25A2,2,0,0,0,32,23ZM22,31V25H32v6Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path><path d=\"M13,13H23a2,2,0,0,0,2-2V5a2,2,0,0,0-2-2H13a2,2,0,0,0-2,2v6A2,2,0,0,0,13,13Zm0-8H23v6H13Z\" class=\"clr-i-outline clr-i-outline-path-4\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"organization solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <polygon points=\"9.8 18.8 26.2 18.8 26.2 21.88 27.8 21.88 27.8 17.2 18.8 17.2 18.8 14 17.2 14 17.2 17.2 8.2 17.2 8.2 21.88 9.8 21.88 9.8 18.8\" class=\"clr-i-solid clr-i-solid-path-1\"></polygon><rect x=\"2\" y=\"23\" width=\"14\" height=\"10\" rx=\"2\" ry=\"2\" class=\"clr-i-solid clr-i-solid-path-2\"></rect><rect x=\"20\" y=\"23\" width=\"14\" height=\"10\" rx=\"2\" ry=\"2\" class=\"clr-i-solid clr-i-solid-path-3\"></rect><rect x=\"11\" y=\"3\" width=\"14\" height=\"10\" rx=\"2\" ry=\"2\" class=\"clr-i-solid clr-i-solid-path-4\"></rect>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"paperclip line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M8.42,32.6A6.3,6.3,0,0,1,4,30.79l-.13-.13A6.2,6.2,0,0,1,2,26.22,6.77,6.77,0,0,1,4,21.4L19.5,6.07a8.67,8.67,0,0,1,12.15-.35A8,8,0,0,1,34,11.44a9,9,0,0,1-2.7,6.36L17.37,31.6A1,1,0,1,1,16,30.18L29.89,16.38A7,7,0,0,0,32,11.44a6,6,0,0,0-1.76-4.3,6.67,6.67,0,0,0-9.34.35L5.45,22.82A4.78,4.78,0,0,0,4,26.22a4.21,4.21,0,0,0,1.24,3l.13.13a4.64,4.64,0,0,0,6.5-.21L25.22,15.94A2.7,2.7,0,0,0,26,14a2.35,2.35,0,0,0-.69-1.68,2.61,2.61,0,0,0-3.66.13l-9.2,9.12a1,1,0,1,1-1.41-1.42L20.28,11a4.62,4.62,0,0,1,6.48-.13A4.33,4.33,0,0,1,28,14a4.68,4.68,0,0,1-1.41,3.34L13.28,30.58A6.91,6.91,0,0,1,8.42,32.6Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"paste line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M30,12H26v2h4v2h2V14A2,2,0,0,0,30,12Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><rect x=\"30\" y=\"18\" width=\"2\" height=\"6\" class=\"clr-i-outline clr-i-outline-path-2\"></rect><path d=\"M30,30H28v2h2a2,2,0,0,0,2-2V26H30Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path><path d=\"M24,22V6a2,2,0,0,0-2-2H6A2,2,0,0,0,4,6V22a2,2,0,0,0,2,2H22A2,2,0,0,0,24,22ZM6,6H22V22H6Z\" class=\"clr-i-outline clr-i-outline-path-4\"></path><rect x=\"20\" y=\"30\" width=\"6\" height=\"2\" class=\"clr-i-outline clr-i-outline-path-5\"></rect><path d=\"M14,26H12v4a2,2,0,0,0,2,2h4V30H14Z\" class=\"clr-i-outline clr-i-outline-path-6\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"paste solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M30,12H26v2h4v2h2V14A2,2,0,0,0,30,12Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path><rect x=\"30\" y=\"18\" width=\"2\" height=\"6\" class=\"clr-i-solid clr-i-solid-path-2\"></rect><path d=\"M30,30H28v2h2a2,2,0,0,0,2-2V26H30Z\" class=\"clr-i-solid clr-i-solid-path-3\"></path><rect x=\"4\" y=\"4\" width=\"20\" height=\"20\" rx=\"2\" ry=\"2\" class=\"clr-i-solid clr-i-solid-path-4\"></rect><rect x=\"20\" y=\"30\" width=\"6\" height=\"2\" class=\"clr-i-solid clr-i-solid-path-5\"></rect><path d=\"M14,26H12v4a2,2,0,0,0,2,2h4V30H14Z\" class=\"clr-i-solid clr-i-solid-path-6\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"pencil line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M33.87,8.32,28,2.42a2.07,2.07,0,0,0-2.92,0L4.27,23.2l-1.9,8.2a2.06,2.06,0,0,0,2,2.5,2.14,2.14,0,0,0,.43,0L13.09,32,33.87,11.24A2.07,2.07,0,0,0,33.87,8.32ZM12.09,30.2,4.32,31.83l1.77-7.62L21.66,8.7l6,6ZM29,13.25l-6-6,3.48-3.46,5.9,6Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"pencil solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M4.22,23.2l-1.9,8.2a2.06,2.06,0,0,0,2,2.5,2.14,2.14,0,0,0,.43,0L13,32,28.84,16.22,20,7.4Z\"></path><path class=\"clr-i-solid clr-i-solid-path-2\" d=\"M33.82,8.32l-5.9-5.9a2.07,2.07,0,0,0-2.92,0L21.72,5.7l8.83,8.83,3.28-3.28A2.07,2.07,0,0,0,33.82,8.32Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"pin line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M33,16.59a1,1,0,0,1-.71-.29L19.7,3.71a1,1,0,0,1,1.41-1.41L33.71,14.89A1,1,0,0,1,33,16.59Z\"></path><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M28.52,15.56l-1.41-1.41-7.2,7.2a1,1,0,0,0-.25,1,9,9,0,0,1-1.53,8.09L5.58,17.87a9,9,0,0,1,8.09-1.53,1,1,0,0,0,1-.25l7.2-7.2L20.44,7.48l-6.79,6.79A10.94,10.94,0,0,0,3.41,17.11a1,1,0,0,0,0,1.42l6.33,6.33L2.29,32.29a1,1,0,1,0,1.41,1.41l7.44-7.44,6.33,6.33a1,1,0,0,0,.71.29h0a1,1,0,0,0,.71-.3,11,11,0,0,0,2.84-10.24Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"pin solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M33,16.71a1,1,0,0,1-.71-.29L19.7,3.82a1,1,0,0,1,1.41-1.41L33.71,15A1,1,0,0,1,33,16.71Z\"></path><path class=\"clr-i-solid clr-i-solid-path-2\" d=\"M20.44,7.59l-6.79,6.79A10.94,10.94,0,0,0,3.41,17.22a1,1,0,0,0,0,1.42L9.73,25,2.29,32.41a1,1,0,1,0,1.41,1.41l7.44-7.44,6.33,6.33a1,1,0,0,0,.71.29h0a1,1,0,0,0,.71-.3,11,11,0,0,0,2.84-10.24l6.79-6.79Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"pinboard line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M30,30,6,30,6,6H22V4H6A2,2,0,0,0,4,6V30a2,2,0,0,0,2,2H30a2,2,0,0,0,2-2V14H30Z\"></path><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M33.57,9.33l-7-7a1,1,0,0,0-1.41,1.41l7,7a1,1,0,1,0,1.41-1.41Z\"></path><path class=\"clr-i-outline clr-i-outline-path-3\" d=\"M22.1,11.19l.7.5L26.46,8,25,6.56,22.51,9.13c-2-.87-4.35.14-5.92,1.68l-.72.71,3.54,3.54-3.67,3.67,1.41,1.41,3.67-3.67L24.37,20l.71-.72c1.54-1.57,2.55-3.92,1.68-5.93l2.54-2.57L27.88,9.38,24.21,13.1l.49.69c.76,1,.25,2.37-.41,3.33L18.77,11.6C19.84,10.86,21.15,10.5,22.1,11.19Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"pinboard solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M30,30,6,30,6,6H22V4H6A2,2,0,0,0,4,6V30a2,2,0,0,0,2,2H30a2,2,0,0,0,2-2V14H30Z\"></path><path class=\"clr-i-solid clr-i-solid-path-2\" d=\"M33.57,9.33l-7-7a1,1,0,0,0-1.41,1.41l1.38,1.38-4,4c-2-.87-4.35.14-5.92,1.68l-.72.71,3.54,3.54-3.67,3.67,1.41,1.41,3.67-3.67L24.37,20l.71-.72c1.54-1.57,2.55-3.91,1.68-5.92l4-4,1.38,1.38a1,1,0,1,0,1.41-1.41Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"pinned line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M30,30,6,30,6,6H22V4H6A2,2,0,0,0,4,6V30a2,2,0,0,0,2,2H30a2,2,0,0,0,2-2V14H30Z\"></path><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M33.57,9.33l-7-7a1,1,0,0,0-1.41,1.41l7,7a1,1,0,1,0,1.41-1.41Z\"></path><path class=\"clr-i-outline clr-i-outline-path-3\" d=\"M22.1,11.19l.7.5L26.46,8,25,6.56,22.51,9.13c-2-.87-4.35.14-5.92,1.68l-.72.71,3.54,3.54-3.67,3.67,1.41,1.41,3.67-3.67L24.37,20l.71-.72c1.54-1.57,2.55-3.92,1.68-5.93l2.54-2.57L27.88,9.38,24.21,13.1l.49.69c.76,1,.25,2.37-.41,3.33L18.77,11.6C19.84,10.86,21.15,10.5,22.1,11.19Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"pinned solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M30,30,6,30,6,6H22V4H6A2,2,0,0,0,4,6V30a2,2,0,0,0,2,2H30a2,2,0,0,0,2-2V14H30Z\"></path><path class=\"clr-i-solid clr-i-solid-path-2\" d=\"M33.57,9.33l-7-7a1,1,0,0,0-1.41,1.41l1.38,1.38-4,4c-2-.87-4.35.14-5.92,1.68l-.72.71,3.54,3.54-3.67,3.67,1.41,1.41,3.67-3.67L24.37,20l.71-.72c1.54-1.57,2.55-3.91,1.68-5.92l4-4,1.38,1.38a1,1,0,1,0,1.41-1.41Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"plus circle line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M26.17,17H19V9.83a1,1,0,0,0-2,0V17H9.83a1,1,0,0,0,0,2H17v7.17a1,1,0,0,0,2,0V19h7.17a1,1,0,0,0,0-2Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M18,2A16,16,0,1,0,34,18,16,16,0,0,0,18,2Zm0,30A14,14,0,1,1,32,18,14,14,0,0,1,18,32Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"plus circle solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M34,18A16,16,0,1,1,18,2,16,16,0,0,1,34,18Zm-8.41-1.5H19.5V10.41a1.5,1.5,0,0,0-3,0V16.5H10.41a1.5,1.5,0,0,0,0,3H16.5v6.09a1.5,1.5,0,0,0,3,0V19.5h6.09a1.5,1.5,0,0,0,0-3Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"plus line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M30,17H19V6a1,1,0,1,0-2,0V17H6a1,1,0,0,0-1,1,.91.91,0,0,0,1,.94H17V30a1,1,0,1,0,2,0V19H30a1,1,0,0,0,1-1A1,1,0,0,0,30,17Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"pop out line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M27,33H5a2,2,0,0,1-2-2V9A2,2,0,0,1,5,7H15V9H5V31H27V21h2V31A2,2,0,0,1,27,33Z\"></path><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M18,3a1,1,0,0,0,0,2H29.59L15.74,18.85a1,1,0,1,0,1.41,1.41L31,6.41V18a1,1,0,0,0,2,0V3Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"portrait line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M15.34,26.45a.8.8,0,0,0-1.13,0,.79.79,0,0,0,0,1.13L18,31.09l3.74-3.47a.79.79,0,0,0,.05-1.13.8.8,0,0,0-1.13,0L18.8,28.17V7.83l1.86,1.72a.8.8,0,1,0,1.08-1.17L18,4.91,14.26,8.38a.79.79,0,0,0,0,1.13.8.8,0,0,0,1.13,0L17.2,7.83V28.17Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M28,2H8A2,2,0,0,0,6,4V32a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V4A2,2,0,0,0,28,2Zm0,30H8V4H28Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"portrait solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M28,2H8A2,2,0,0,0,6,4V32a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V4A2,2,0,0,0,28,2ZM20.52,26.3a1,1,0,0,1,1.36,1.47L18,31.36l-3.88-3.59a1,1,0,0,1,1.36-1.47L17,27.71V8.29L15.48,9.7a1,1,0,0,1-1.36-1.47L18,4.64l3.88,3.59a1,1,0,0,1,.05,1.41,1,1,0,0,1-.73.32,1,1,0,0,1-.68-.26L19,8.29V27.71Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"printer line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M29,9H27V5H9V9H7a4,4,0,0,0-4,4V24H6.92V22.09H5V13a2,2,0,0,1,2-2H29a2,2,0,0,1,2,2v9H29.08V24H33V13A4,4,0,0,0,29,9ZM25,9H11V7H25Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M28,18H8a1,1,0,0,0,0,2H9V32H27V20h1a1,1,0,0,0,0-2ZM25,30H11V20H25Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><rect x=\"27\" y=\"13.04\" width=\"2\" height=\"2\" class=\"clr-i-outline clr-i-outline-path-3\"></rect>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"printer outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M28,18H8a1,1,0,0,0,0,2H9V32H27V20h1a1,1,0,0,0,0-2ZM25,30H11V20H25Z\" class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\"></path><polygon points=\"31 15.4 31 22.09 29.08 22.09 29.08 24 33 24 33 15.4 31 15.4\" class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\"></polygon><path d=\"M5,13a2,2,0,0,1,2-2H18.64A3.65,3.65,0,0,1,19,9.89L19.54,9H11V7h9.71l1.13-2H9V9H7a4,4,0,0,0-4,4V24H6.92V22.09H5Z\" class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted\"></path><path d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" class=\"clr-i-outline--alerted clr-i-outline-path-4--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"printer outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M28,18H8a1,1,0,0,0,0,2H9V32H27V20h1a1,1,0,0,0,0-2ZM25,30H11V20H25Z\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"></path><rect x=\"27\" y=\"13.04\" width=\"2\" height=\"2\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"></rect><path d=\"M33,12.88a7.45,7.45,0,0,1-2,.55v8.66H29.08V24H33V13C33,13,33,12.93,33,12.88Z\" class=\"clr-i-outline--badged clr-i-outline-path-3--badged\"></path><path d=\"M5,13a2,2,0,0,1,2-2H24.42a7.5,7.5,0,0,1-1.27-2H11V7H22.57a7.52,7.52,0,0,1-.07-1,7.54,7.54,0,0,1,.07-1H9V9H7a4,4,0,0,0-4,4V24H6.92V22.09H5Z\" class=\"clr-i-outline--badged clr-i-outline-path-4--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-outline--badged clr-i-outline-path-5--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"printer solid alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M22.23,15.4A3.68,3.68,0,0,1,19,9.89L19.54,9H11V7h9.71l1.13-2H9V9H7a4,4,0,0,0-4,4V24H9v8H27V24h6V15.4ZM25,24v6H11V19H25Z\" class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\"></path><path d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"printer solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M33,12.88a7.3,7.3,0,0,1-4,.55V15H27V13h.32a7.52,7.52,0,0,1-4.18-4H11V7H22.57a7.52,7.52,0,0,1-.07-1,7.54,7.54,0,0,1,.07-1H9V9H7a4,4,0,0,0-4,4V24H9v8H27V24h6V13C33,13,33,12.93,33,12.88ZM25,24v6H11V19H25Z\" class=\"clr-i-solid--badged clr-i-solid-path-1--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-solid--badged clr-i-solid-path-2--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"printer solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M29,9H27V5H9V9H7a4,4,0,0,0-4,4V24H9v8H27V24h6V13A4,4,0,0,0,29,9ZM25,24v6H11V19H25ZM25,9H11V7H25Zm4,6H27V13h2Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"recycle line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M6.4,17.4c0.2,0.1,0.3,0.1,0.5,0.1c0.2,0,0.4-0.1,0.5-0.1l7-4.1c0.3-0.2,0.5-0.5,0.5-0.9c0-0.4-0.2-0.7-0.5-0.9L11.9,10\n\t\tL14,6.2c0.4-0.7,1-1.3,1.7-1.7c2-1.1,4.5-0.3,5.6,1.7c0.3,0.5,0.9,0.6,1.4,0.3c0,0,0,0,0.1,0c0.4-0.3,0.5-0.9,0.3-1.3\n\t\tc-0.6-1-1.4-1.9-2.4-2.4c-3-1.6-6.7-0.6-8.3,2.4L9.6,9.9c-0.3,0.5-0.1,1.1,0.3,1.4l2,1.2l-4,2.4V8.2c0-0.6-0.4-1-1-1\n\t\tC6.4,7.3,6,7.7,6,8.3v8.3C6,16.9,6.2,17.2,6.4,17.4z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M32.1,21l-3.5-6.2c-0.1-0.2-0.4-0.4-0.6-0.5c-0.3-0.1-0.5,0-0.8,0.1l-2.2,1.3V11l5.5,3.3c0.1,0,0.1,0.1,0.2,0.1\n\t\tc0.5,0.2,1.1,0,1.3-0.5c0.2-0.5,0-1.1-0.5-1.3l-7-4.2c-0.3-0.2-0.7-0.2-1,0C23.1,8.5,23,8.8,23,9.2v8.3c0,0.4,0.1,0.8,0.4,1\n\t\tc0.3,0.2,0.7,0.2,1,0l2.9-1.7l3,5.3c0.7,1.3,0.7,2.8,0,4.1c-0.6,1.2-1.9,1.9-3.2,1.9h-0.9c-0.5,0-1.2,0.4-1.2,1\n\t\tc0.1,0.6,0.6,1,1.2,1h0.9c2.1,0,4-1.1,5-2.9C33.2,25.2,33.2,22.9,32.1,21z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M22.4,28.2l-7-4.2c-0.3-0.2-0.7-0.2-1,0c-0.3,0.2-0.4,0.5-0.4,0.9v3.3H9.1c-1.5-0.1-2.9-0.9-3.6-2.3\n\t\tc-0.8-1.4-0.8-3.2,0-4.6c0.3-0.5,0.1-1.1-0.4-1.4c-0.5-0.3-1.1-0.1-1.4,0.4c-1.2,2.1-1.1,4.6,0.1,6.6C4.9,28.8,7,30,9.2,30H15\n\t\tc0.6,0,1-0.4,1-1v-2.4l4,2.4l-5.6,3.3c-0.3,0.2-0.5,0.5-0.5,0.9c0,0.6,0.5,1,1,1c0.2,0,0.3-0.1,0.5-0.2l7-4.2\n\t\tc0.2-0.1,0.3-0.2,0.4-0.4C23.1,29,22.9,28.4,22.4,28.2z\" class=\"clr-i-outline clr-i-outline-path-3\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"recycle solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M20.8,3.1c-3-1.6-6.7-0.6-8.4,2.4l-2.2,3.8l-2-1.1C8.2,8,8,8,7.9,8C7.4,8,7,8.4,7,8.9v7.2c0,0.3,0.1,0.6,0.4,0.8\n\t\tc0.1,0.1,0.3,0.1,0.4,0.1c0.2,0,0.3,0,0.4-0.1l6.3-3.6c0.3-0.2,0.4-0.4,0.4-0.8c0-0.3-0.2-0.6-0.4-0.8L12,10.3l2.2-3.8\n\t\tc0.4-0.7,1-1.3,1.7-1.7c2-1.1,4.5-0.3,5.6,1.7c0.3,0.5,0.9,0.6,1.4,0.4c0.5-0.3,0.6-0.9,0.4-1.4C22.6,4.5,21.8,3.6,20.8,3.1z\" class=\"clr-i-solid clr-i-solid-path-1\"></path><path d=\"M32.2,21.1l-3-5.3l2.3-1.3c0.3-0.2,0.4-0.4,0.4-0.8c0-0.3-0.2-0.6-0.4-0.8l-6.2-3.6c-0.1-0.1-0.3-0.1-0.4-0.1\n\t\tc-0.5,0-0.9,0.4-0.9,0.9v7.2c0,0.3,0.2,0.6,0.4,0.8c0.1,0.1,0.3,0.1,0.4,0.1c0.2,0,0.3-0.1,0.4-0.1l2.2-1.3l3,5.3\n\t\tc0.7,1.2,0.7,2.8,0,4c-0.7,1.2-1.9,1.9-3.2,1.9h-0.9c-0.6,0-1,0.4-1,1c0,0.6,0.4,1,1,1h0.9c2.1,0,4-1.1,5-3\n\t\tC33.2,25.3,33.2,23,32.2,21.1z\" class=\"clr-i-solid clr-i-solid-path-2\"></path><path d=\"M21.7,28.4l-6.2-3.6c-0.1-0.1-0.3-0.1-0.4-0.1c-0.5,0-0.9,0.4-0.9,0.9v2.6H9.3c-1.5,0-2.9-0.8-3.6-2.1\n\t\tc-0.8-1.4-0.8-3.1,0-4.5c0.3-0.5,0.1-1.1-0.4-1.4c-0.5-0.3-1.1-0.1-1.4,0.4c-1.2,2-1.2,4.5,0,6.5c1.1,1.9,3.1,3.1,5.4,3.1h4.8v2.6\n\t\tc0,0.3,0.2,0.6,0.4,0.8c0.1,0.1,0.3,0.1,0.4,0.1c0.1,0,0.3,0,0.4-0.1l6.3-3.6c0.3-0.2,0.4-0.4,0.4-0.8\n\t\tC22.1,28.8,21.9,28.5,21.7,28.4z\" class=\"clr-i-solid clr-i-solid-path-3\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"redo line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M24,4.22a1,1,0,0,0-1.41,1.42l5.56,5.49h-13A11,11,0,0,0,10.07,32,1,1,0,0,0,11,30.18a9,9,0,0,1-5-8,9.08,9.08,0,0,1,9.13-9h13l-5.54,5.48A1,1,0,0,0,24,20l8-7.91Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"refresh line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M22.4,11.65a1.09,1.09,0,0,0,1.09,1.09H34.43V1.81a1.09,1.09,0,1,0-2.19,0V8.95a16.41,16.41,0,1,0,1.47,15.86,1.12,1.12,0,0,0-2.05-.9,14.18,14.18,0,1,1-1.05-13.36H23.5A1.09,1.09,0,0,0,22.4,11.65Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"remove line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M19.61,18l4.86-4.86a1,1,0,0,0-1.41-1.41L18.2,16.54l-4.89-4.89a1,1,0,0,0-1.41,1.41L16.78,18,12,22.72a1,1,0,1,0,1.41,1.41l4.77-4.77,4.74,4.74a1,1,0,0,0,1.41-1.41Z\"></path><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M18,34A16,16,0,1,1,34,18,16,16,0,0,1,18,34ZM18,4A14,14,0,1,0,32,18,14,14,0,0,0,18,4Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"remove solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M18,2A16,16,0,1,0,34,18,16,16,0,0,0,18,2Zm8,22.1a1.4,1.4,0,0,1-2,2l-6-6L12,26.12a1.4,1.4,0,1,1-2-2L16,18.08,9.83,11.86a1.4,1.4,0,1,1,2-2L18,16.1l6.17-6.17a1.4,1.4,0,1,1,2,2L20,18.08Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"repeat line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M6,14.15A3.17,3.17,0,0,1,9.17,11H28.4l-4.28,4.54a1,1,0,1,0,1.46,1.37L32.09,10,25.58,3.09a1,1,0,1,0-1.46,1.37L28.4,9H9.17A5.17,5.17,0,0,0,4,14.15v6.1l2-2.12Z\"></path><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M30,21.85A3.17,3.17,0,0,1,26.83,25H7.6l4.28-4.54a1,1,0,1,0-1.46-1.37L3.91,26l6.51,6.91a1,1,0,1,0,1.46-1.37L7.6,27H26.83A5.17,5.17,0,0,0,32,21.85v-6.1l-2,2.12Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"resize down line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M32,15H22.41l9.25-9.25a1,1,0,0,0-1.41-1.41L21,13.59V4a1,1,0,0,0-2,0V17H32a1,1,0,0,0,0-2Z\"></path><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M4,19a1,1,0,0,0,0,2h9.59L4.33,30.25a1,1,0,1,0,1.41,1.41L15,22.41V32a1,1,0,0,0,2,0V19Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"resize line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M19,4a1,1,0,0,0,0,2h9.59l-9.25,9.25a1,1,0,1,0,1.41,1.41L30,7.41V17a1,1,0,0,0,2,0V4Z\"></path><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M4,19a1,1,0,0,1,2,0v9.59l9.25-9.25a1,1,0,1,1,1.41,1.41L7.41,30H17a1,1,0,0,1,0,2H4Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"resize up line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M19,4a1,1,0,0,0,0,2h9.59l-9.25,9.25a1,1,0,1,0,1.41,1.41L30,7.41V17a1,1,0,0,0,2,0V4Z\"></path><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M4,19a1,1,0,0,1,2,0v9.59l9.25-9.25a1,1,0,1,1,1.41,1.41L7.41,30H17a1,1,0,0,1,0,2H4Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"scissors line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M24.06,18.18l9.61-8.77a1,1,0,0,0-.09-1.55l-2.24-1.6a3.57,3.57,0,0,0-4.28.12L15.88,15.3l-3.26-2.52a5.45,5.45,0,1,0-1,1.77l2.62,2L10,20a5.48,5.48,0,1,0,1.59,1.29L28.3,7.94a1.57,1.57,0,0,1,1.88-.05l1.23.88L21.1,18.19l10.31,9.4-1.23.88a1.57,1.57,0,0,1-1.88-.05l-9.81-7.85L17,21.93l10.06,8a3.57,3.57,0,0,0,4.29.12l2.24-1.6a1,1,0,0,0,.09-1.55ZM7.45,14.54a3.46,3.46,0,1,1,3.45-3.46A3.46,3.46,0,0,1,7.45,14.54Zm0,13.72A3.46,3.46,0,1,1,10.9,24.8,3.46,3.46,0,0,1,7.45,28.26Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"scissors solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M33.81,8.13,31.63,6.48a1.92,1.92,0,0,0-2.36,0L10,22.06a5.46,5.46,0,1,0,2,1.81l3.9-3.12L29.27,31.52a1.92,1.92,0,0,0,2.36,0l2.18-1.64L20.94,19ZM7.45,29.75a2.86,2.86,0,1,1,2.86-2.86A2.87,2.87,0,0,1,7.45,29.75Z\"></path><path class=\"clr-i-solid clr-i-solid-path-2\" d=\"M14.3,15.24,12,13.38a5.46,5.46,0,1,0-2,1.81L12.16,17Zm-6.85-2a2.86,2.86,0,1,1,2.86-2.86A2.86,2.86,0,0,1,7.45,13.23Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"scroll line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M34,11.12V6.58a4.5,4.5,0,0,0-4.5-4.5h-16A4.5,4.5,0,0,0,9,6.58v23a2.5,2.5,0,1,1-5,0V26H7.19V24H2v5.5A4.5,4.5,0,0,0,6.5,34H25.58a4.5,4.5,0,0,0,4.5-4.5V13.13h-2V29.54a2.5,2.5,0,0,1-2.5,2.5H10.24a4.47,4.47,0,0,0,.76-2.5v-23a2.5,2.5,0,0,1,5,0v4.54Zm-4.5-7A2.5,2.5,0,0,1,32,6.58V9.12H18V6.58a4.48,4.48,0,0,0-.76-2.5Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"scroll outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M28.08,15.4V29.54a2.5,2.5,0,0,1-2.5,2.5H10.24a4.47,4.47,0,0,0,.76-2.5v-23a2.5,2.5,0,0,1,5,0v4.54h2.61A3.66,3.66,0,0,1,19,9.89l.44-.76H18V6.58a4.48,4.48,0,0,0-.76-2.5H22.4l1.15-2H13.5A4.5,4.5,0,0,0,9,6.58v23a2.5,2.5,0,1,1-5,0V26H7.19V24H2v5.5A4.5,4.5,0,0,0,6.5,34H25.58a4.5,4.5,0,0,0,4.5-4.5V15.4Z\" class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\"></path><path d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"scroll outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M30,13.5a7.49,7.49,0,0,1-1.92-.26v16.3a2.5,2.5,0,0,1-2.5,2.5H10.24a4.47,4.47,0,0,0,.76-2.5v-23a2.5,2.5,0,0,1,5,0v4.54h8.54a7.5,7.5,0,0,1-1.35-2H18V6.58a4.48,4.48,0,0,0-.76-2.5h5.52a7.44,7.44,0,0,1,.86-2H13.5A4.5,4.5,0,0,0,9,6.58v23a2.5,2.5,0,1,1-5,0V26H7.19V24H2v5.5A4.5,4.5,0,0,0,6.5,34H25.58a4.5,4.5,0,0,0,4.5-4.5v-16Z\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"scroll solid alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M28.08,15.4V29.54a2.5,2.5,0,0,1-2.5,2.5H10.24a4.47,4.47,0,0,0,.76-2.5v-23a2.5,2.5,0,0,1,5,0v4.54h2.61A3.66,3.66,0,0,1,19,9.89l4.51-7.8H13.5A4.5,4.5,0,0,0,9,6.58V24H2v5.5A4.5,4.5,0,0,0,6.5,34H25.58a4.5,4.5,0,0,0,4.5-4.5V15.4Z\" class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\"></path><path d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"scroll solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M30,13.5a7.49,7.49,0,0,1-1.92-.26v16.3a2.5,2.5,0,0,1-2.5,2.5H10.24a4.47,4.47,0,0,0,.76-2.5v-23a2.5,2.5,0,0,1,5,0v4.54h8.54a7.46,7.46,0,0,1-.92-9H13.5A4.5,4.5,0,0,0,9,6.58V24H2v5.5A4.5,4.5,0,0,0,6.5,34H25.58a4.5,4.5,0,0,0,4.5-4.5v-16Z\" class=\"clr-i-solid--badged clr-i-solid-path-1--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-solid--badged clr-i-solid-path-2--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"scroll solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M34,11.12V6.58a4.5,4.5,0,0,0-4.5-4.5h-16A4.5,4.5,0,0,0,9,6.58V24H2v5.5A4.5,4.5,0,0,0,6.5,34H25.58a4.5,4.5,0,0,0,4.5-4.5V13.13h-2V29.54a2.5,2.5,0,0,1-2.5,2.5H10.24a4.47,4.47,0,0,0,.76-2.5v-23a2.5,2.5,0,0,1,5,0v4.54Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"shrink line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M32,15H22.41l9.25-9.25a1,1,0,0,0-1.41-1.41L21,13.59V4a1,1,0,0,0-2,0V17H32a1,1,0,0,0,0-2Z\"></path><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M4,19a1,1,0,0,0,0,2h9.59L4.33,30.25a1,1,0,1,0,1.41,1.41L15,22.41V32a1,1,0,0,0,2,0V19Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"sign in line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M28,4H12a2,2,0,0,0-2,2H28V30H12V20.2H10V30a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V6A2,2,0,0,0,28,4Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M15.12,18.46a1,1,0,1,0,1.41,1.41l5.79-5.79L16.54,8.29a1,1,0,0,0-1.41,1.41L18.5,13H4a1,1,0,0,0-1,1,1,1,0,0,0,1,1H18.5Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"sign in solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M28,4H12a2,2,0,0,0-2,2v7h8.5L15.12,9.71a1,1,0,0,1,1.41-1.41l5.79,5.79-5.79,5.79a1,1,0,0,1-1.41-1.41L18.5,15H10V30a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V6A2,2,0,0,0,28,4Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path><path d=\"M10,13H4a1,1,0,0,0-1,1,1,1,0,0,0,1,1h6Z\" class=\"clr-i-solid clr-i-solid-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"sign out line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M7,6H23v9.8h2V6a2,2,0,0,0-2-2H7A2,2,0,0,0,5,6V30a2,2,0,0,0,2,2H23a2,2,0,0,0,2-2H7Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M28.16,17.28a1,1,0,0,0-1.41,1.41L30.13,22H15.63a1,1,0,0,0-1,1,1,1,0,0,0,1,1h14.5l-3.38,3.46a1,1,0,1,0,1.41,1.41L34,23.07Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"sign out solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M23,4H7A2,2,0,0,0,5,6V30a2,2,0,0,0,2,2H23a2,2,0,0,0,2-2V24H15.63a1,1,0,0,1-1-1,1,1,0,0,1,1-1H25V6A2,2,0,0,0,23,4Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path><path d=\"M28.16,17.28a1,1,0,0,0-1.41,1.41L30.13,22H25v2h5.13l-3.38,3.46a1,1,0,1,0,1.41,1.41L34,23.07Z\" class=\"clr-i-solid clr-i-solid-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"slider line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M12,12.37A4,4,0,0,0,9,8.48V5A1,1,0,1,0,7,5V8.48a4,4,0,0,0,0,7.78V31a1,1,0,1,0,2,0V16.26A4,4,0,0,0,12,12.37Zm-4,2a2,2,0,1,1,2-2A2,2,0,0,1,8,14.4Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M32,15.83a4,4,0,0,0-3-3.89V5a1,1,0,1,0-2,0v6.94a4,4,0,0,0,0,7.78V31a1,1,0,1,0,2,0V19.72A4,4,0,0,0,32,15.83Zm-4,2a2,2,0,1,1,2-2A2,2,0,0,1,28,17.87Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M22,24.5a4,4,0,0,0-3-3.89V5a1,1,0,1,0-2,0V20.61a4,4,0,0,0,0,7.78V31a1,1,0,1,0,2,0V28.39A4,4,0,0,0,22,24.5Zm-4,2a2,2,0,1,1,2-2A2,2,0,0,1,18,26.53Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"slider solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M9,9.29V5A1,1,0,1,0,7,5V9.3a3.22,3.22,0,0,0,0,6.11V31a1,1,0,1,0,2,0V15.43A3.22,3.22,0,0,0,9,9.29Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path><path d=\"M19,21.45V5a1,1,0,1,0-2,0V21.47a3.22,3.22,0,0,0,0,6.11V31a1,1,0,1,0,2,0V27.6a3.22,3.22,0,0,0,0-6.14Z\" class=\"clr-i-solid clr-i-solid-path-2\"></path><path d=\"M29,12.75V5a1,1,0,1,0-2,0v7.76a3.22,3.22,0,0,0,0,6.11V31a1,1,0,1,0,2,0V18.89a3.22,3.22,0,0,0,0-6.14Z\" class=\"clr-i-solid clr-i-solid-path-3\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"snowflake line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M18.05,33.61a1,1,0,0,1-1-1V3.37a1,1,0,1,1,1.95,0V32.63A1,1,0,0,1,18.05,33.61Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M18.06,10.07,14.52,6.54a1,1,0,0,1,0-1.41,1,1,0,0,1,1.41,0l2.13,2.12,2.12-2.12a1,1,0,0,1,1.41,0,1,1,0,0,1,0,1.41Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M20.85,31.17a1,1,0,0,1-.7-.29L18,28.76,15.9,30.88a1,1,0,0,1-1.41,0,1,1,0,0,1,0-1.42L18,25.93l3.54,3.53a1,1,0,0,1,0,1.42A1,1,0,0,1,20.85,31.17Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path><path d=\"M30.92,26.5a1,1,0,0,1-.5-.13l-26-15A1,1,0,0,1,4.07,10a1,1,0,0,1,1.37-.36l26,15a1,1,0,0,1-.5,1.87Z\" class=\"clr-i-outline clr-i-outline-path-4\"></path><path d=\"M6,15.37a1,1,0,0,1-.26-2l2.9-.78L7.84,9.73a1,1,0,1,1,1.93-.52L11.07,14,6.24,15.33A.82.82,0,0,1,6,15.37Z\" class=\"clr-i-outline clr-i-outline-path-5\"></path><path d=\"M27.05,27.54a1,1,0,0,1-1-.75L24.8,22l4.82-1.3a1,1,0,1,1,.52,1.93l-2.9.78.78,2.9a1,1,0,0,1-.71,1.22A.75.75,0,0,1,27.05,27.54Z\" class=\"clr-i-outline clr-i-outline-path-6\"></path><path d=\"M4.94,26.5a1,1,0,0,1-.5-1.87l26-15a1,1,0,0,1,1.36.36,1,1,0,0,1-.36,1.37l-26,15A1,1,0,0,1,4.94,26.5Z\" class=\"clr-i-outline clr-i-outline-path-7\"></path><path d=\"M8.81,27.54a.75.75,0,0,1-.26,0,1,1,0,0,1-.71-1.22l.78-2.9-2.9-.78A1,1,0,0,1,5,21.38a1,1,0,0,1,1.23-.71L11.07,22l-1.3,4.82A1,1,0,0,1,8.81,27.54Z\" class=\"clr-i-outline clr-i-outline-path-8\"></path><path d=\"M29.88,15.37a.82.82,0,0,1-.26,0L24.8,14l1.29-4.83A1,1,0,1,1,28,9.73l-.78,2.89,2.9.78a1,1,0,0,1-.26,2Z\" class=\"clr-i-outline clr-i-outline-path-9\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"sort by line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M28.54,13H7.46a1,1,0,0,1,0-2H28.54a1,1,0,0,1,0,2Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M21.17,19H7.46a1,1,0,0,1,0-2H21.17a1,1,0,0,1,0,2Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M13.74,25H7.46a1,1,0,0,1,0-2h6.28a1,1,0,0,1,0,2Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"sun line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M18,6.31a1,1,0,0,0,1-1V1.91a1,1,0,0,0-2,0v3.4A1,1,0,0,0,18,6.31Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M18,29.69a1,1,0,0,0-1,1v3.4a1,1,0,0,0,2,0v-3.4A1,1,0,0,0,18,29.69Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M8.32,9.74A1,1,0,0,0,9,10a1,1,0,0,0,.71-.29,1,1,0,0,0,0-1.42L7.33,5.92A1,1,0,0,0,5.92,7.33Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path><path d=\"M27.68,26.26a1,1,0,1,0-1.42,1.42l2.41,2.4a1,1,0,0,0,.71.3,1,1,0,0,0,.7-.3,1,1,0,0,0,0-1.41Z\" class=\"clr-i-outline clr-i-outline-path-4\"></path><path d=\"M6.31,18a1,1,0,0,0-1-1H1.91a1,1,0,0,0,0,2h3.4A1,1,0,0,0,6.31,18Z\" class=\"clr-i-outline clr-i-outline-path-5\"></path><path d=\"M34.09,17h-3.4a1,1,0,1,0,0,2h3.4a1,1,0,0,0,0-2Z\" class=\"clr-i-outline clr-i-outline-path-6\"></path><path d=\"M8.32,26.26l-2.4,2.41a1,1,0,0,0,.7,1.71,1,1,0,0,0,.71-.3l2.41-2.4a1,1,0,1,0-1.42-1.42Z\" class=\"clr-i-outline clr-i-outline-path-7\"></path><path d=\"M27,10a1,1,0,0,0,.71-.29l2.4-2.41a1,1,0,0,0,0-1.41,1,1,0,0,0-1.41,0l-2.41,2.4a1,1,0,0,0,0,1.42A1,1,0,0,0,27,10Z\" class=\"clr-i-outline clr-i-outline-path-8\"></path><path d=\"M18.13,7.75a10.13,10.13,0,1,0,10,10.13A10.08,10.08,0,0,0,18.13,7.75Zm0,18.25a8.13,8.13,0,1,1,8-8.12A8.08,8.08,0,0,1,18.13,26Z\" class=\"clr-i-outline clr-i-outline-path-9\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"sun solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M18,6.42a1,1,0,0,0,1-1V1.91a1,1,0,0,0-2,0V5.42A1,1,0,0,0,18,6.42Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path><path d=\"M18,29.58a1,1,0,0,0-1,1v3.51a1,1,0,0,0,2,0V30.58A1,1,0,0,0,18,29.58Z\" class=\"clr-i-solid clr-i-solid-path-2\"></path><path d=\"M8.4,9.81A1,1,0,0,0,9.81,8.4L7.33,5.92A1,1,0,0,0,5.92,7.33Z\" class=\"clr-i-solid clr-i-solid-path-3\"></path><path d=\"M27.6,26.19a1,1,0,0,0-1.41,1.41l2.48,2.48a1,1,0,0,0,1.41-1.41Z\" class=\"clr-i-solid clr-i-solid-path-4\"></path><path d=\"M6.42,18a1,1,0,0,0-1-1H1.91a1,1,0,0,0,0,2H5.42A1,1,0,0,0,6.42,18Z\" class=\"clr-i-solid clr-i-solid-path-5\"></path><path d=\"M34.09,17H30.58a1,1,0,0,0,0,2h3.51a1,1,0,0,0,0-2Z\" class=\"clr-i-solid clr-i-solid-path-6\"></path><path d=\"M8.4,26.19,5.92,28.67a1,1,0,0,0,1.41,1.41L9.81,27.6A1,1,0,0,0,8.4,26.19Z\" class=\"clr-i-solid clr-i-solid-path-7\"></path><path d=\"M27.6,9.81l2.48-2.48a1,1,0,0,0-1.41-1.41L26.19,8.4A1,1,0,0,0,27.6,9.81Z\" class=\"clr-i-solid clr-i-solid-path-8\"></path><circle cx=\"18\" cy=\"18\" r=\"10\" class=\"clr-i-solid clr-i-solid-path-9\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"switch line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M5.71,14H20.92V12H5.71L9.42,8.27A1,1,0,1,0,8,6.86L1.89,13,8,19.14a1,1,0,1,0,1.42-1.4Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><rect x=\"23\" y=\"12\" width=\"3\" height=\"2\" class=\"clr-i-outline clr-i-outline-path-2\"></rect><rect x=\"28\" y=\"12\" width=\"2\" height=\"2\" class=\"clr-i-outline clr-i-outline-path-3\"></rect><path d=\"M27.92,17.86a1,1,0,0,0-1.42,1.41L30.21,23H15v2H30.21L26.5,28.74a1,1,0,1,0,1.42,1.4L34,24Z\" class=\"clr-i-outline clr-i-outline-path-4\"></path><rect x=\"10\" y=\"23\" width=\"3\" height=\"2\" class=\"clr-i-outline clr-i-outline-path-5\"></rect><rect x=\"6\" y=\"23\" width=\"2\" height=\"2\" class=\"clr-i-outline clr-i-outline-path-6\"></rect>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"sync line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M32.84,15.72a1,1,0,1,0-2,.29A13.15,13.15,0,0,1,31,17.94,13,13,0,0,1,8.7,27h5.36a1,1,0,0,0,0-2h-9v9a1,1,0,1,0,2,0V28.2A15,15,0,0,0,32.84,15.72Z\"></path><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M30.06,1A1.05,1.05,0,0,0,29,2V7.83A14.94,14.94,0,0,0,3,17.94a15.16,15.16,0,0,0,.2,2.48,1,1,0,0,0,1,.84h.16a1,1,0,0,0,.82-1.15A13.23,13.23,0,0,1,5,17.94a13,13,0,0,1,13-13A12.87,12.87,0,0,1,27.44,9H22.06a1,1,0,0,0,0,2H31V2A1,1,0,0,0,30.06,1Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"table line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M8,34a1,1,0,0,1-1-1V2.92a1,1,0,0,1,2,0V33A1,1,0,0,1,8,34Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M17,33.92a1,1,0,0,1-1-1V9.1a1,1,0,1,1,2,0V32.92A1,1,0,0,1,17,33.92Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M26,34a1,1,0,0,1-1-1V9a1,1,0,0,1,2,0V33A1,1,0,0,1,26,34Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path><path d=\"M33.11,18h-25a1,1,0,1,1,0-2h25a1,1,0,1,1,0,2Z\" class=\"clr-i-outline clr-i-outline-path-4\"></path><path d=\"M33.1,26.94H8.1A1,1,0,1,1,8.1,25h25a1,1,0,1,1,0,1.92Z\" class=\"clr-i-outline clr-i-outline-path-5\"></path><path d=\"M33,8.92H3A1,1,0,1,1,3,7H33a1,1,0,1,1,0,1.94Z\" class=\"clr-i-outline clr-i-outline-path-6\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"tag line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <circle cx=\"10.52\" cy=\"10.52\" r=\"1.43\" class=\"clr-i-outline clr-i-outline-path-1\"></circle><path d=\"M31.93,19.2,17.33,4.6A2,2,0,0,0,15.92,4L6,4A2,2,0,0,0,4,6l0,9.92a2,2,0,0,0,.59,1.41l14.6,14.6a2,2,0,0,0,2.83,0l9.9-9.9A2,2,0,0,0,31.93,19.2ZM20.62,30.52,6,15.91V6h9.92l14.6,14.62Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"tag outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <circle cx=\"10.52\" cy=\"10.52\" r=\"1.43\" class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\"></circle><path d=\"M31.93,19.2l-3.8-3.8H25.31l5.22,5.22-9.9,9.9L6,15.91V6h9.92l3.41,3.41,1-1.78-3-3A2,2,0,0,0,15.92,4L6,4A2,2,0,0,0,4,6l0,9.92a2,2,0,0,0,.59,1.41l14.6,14.6a2,2,0,0,0,2.83,0l9.9-9.9A2,2,0,0,0,31.93,19.2Z\" class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\"></path><path d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"tag outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <circle cx=\"10.52\" cy=\"10.52\" r=\"1.43\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"></circle><path d=\"M31.93,19.2,17.33,4.6A2,2,0,0,0,15.92,4L6,4A2,2,0,0,0,4,6l0,9.92a2,2,0,0,0,.59,1.41l14.6,14.6a2,2,0,0,0,2.83,0l9.9-9.9A2,2,0,0,0,31.93,19.2ZM20.62,30.52,6,15.91V6h9.92l14.6,14.62Z\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-outline--badged clr-i-outline-path-3--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"tag solid alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M28.46,15.73H22.23A3.68,3.68,0,0,1,19,10.22l1.43-2.47L17.33,4.6A2,2,0,0,0,15.92,4L6,4A2,2,0,0,0,4,6l0,9.92a2,2,0,0,0,.59,1.41l14.6,14.6a2,2,0,0,0,2.83,0l9.9-9.9a2,2,0,0,0,0-2.83ZM9.65,11.31a1.66,1.66,0,1,1,1.66-1.66A1.66,1.66,0,0,1,9.65,11.31Z\" class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\"></path><path d=\"M26.85,1.47l-5.72,9.91a1.28,1.28,0,0,0,1.1,1.91H33.68a1.28,1.28,0,0,0,1.1-1.91L29.06,1.47A1.28,1.28,0,0,0,26.85,1.47Z\" class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"tag solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M31.93,19.2,17.33,4.6A2,2,0,0,0,15.92,4L6,4A2,2,0,0,0,4,6l0,9.92a2,2,0,0,0,.59,1.41l14.6,14.6a2,2,0,0,0,2.83,0l9.9-9.9A2,2,0,0,0,31.93,19.2ZM9.65,11.31a1.66,1.66,0,1,1,1.66-1.66A1.66,1.66,0,0,1,9.65,11.31Z\" class=\"clr-i-solid--badged clr-i-solid-path-1--badged\"></path><circle cx=\"30\" cy=\"6.33\" r=\"5\" class=\"clr-i-solid--badged clr-i-solid-path-2--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"tag solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M31.93,19.2,17.33,4.6A2,2,0,0,0,15.92,4L6,4A2,2,0,0,0,4,6l0,9.92a2,2,0,0,0,.59,1.41l14.6,14.6a2,2,0,0,0,2.83,0l9.9-9.9A2,2,0,0,0,31.93,19.2ZM9.65,11.31a1.66,1.66,0,1,1,1.66-1.66A1.66,1.66,0,0,1,9.65,11.31Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"tags line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M33.16,19.13,19.58,5.55A1.92,1.92,0,0,0,18.21,5H16.12L31.75,20.45,21.22,31.07a1.93,1.93,0,0,0,2.73,0l9.21-9.21a1.93,1.93,0,0,0,0-2.73Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><circle cx=\"7.81\" cy=\"11.14\" r=\"1.33\" class=\"clr-i-outline clr-i-outline-path-2\"></circle><path d=\"M27.78,19.17,14.2,5.58A1.92,1.92,0,0,0,12.83,5H3.61A1.93,1.93,0,0,0,1.68,6.93v9.22a1.92,1.92,0,0,0,.57,1.36L15.84,31.1a1.93,1.93,0,0,0,2.73,0l9.21-9.21A1.93,1.93,0,0,0,27.78,19.17ZM17.26,29.69,3.69,16.15V7h9.1L26.37,20.48Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"tags outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <circle cx=\"7.81\" cy=\"11.14\" r=\"1.33\" class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\"></circle><path d=\"M27.78,19.17,24,15.4H22.23A3.65,3.65,0,0,1,21,15.19l5.33,5.29-9.11,9.21L3.69,16.15V7h9.1l6,5.94a3.68,3.68,0,0,1,.1-2.69L14.2,5.58A1.92,1.92,0,0,0,12.83,5H3.61A1.93,1.93,0,0,0,1.68,6.93v9.22a1.92,1.92,0,0,0,.57,1.36L15.84,31.1a1.93,1.93,0,0,0,2.73,0l9.21-9.21A1.93,1.93,0,0,0,27.78,19.17Z\" class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\"></path><path d=\"M20.83,6.8,19.58,5.55A1.92,1.92,0,0,0,18.21,5H16.12L19.79,8.6Z\" class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted\"></path><path d=\"M33.16,19.13,29.43,15.4H26.65l5.1,5L21.22,31.07a1.93,1.93,0,0,0,2.73,0l9.21-9.21a1.93,1.93,0,0,0,0-2.73Z\" class=\"clr-i-outline--alerted clr-i-outline-path-4--alerted\"></path><path d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" class=\"clr-i-outline--alerted clr-i-outline-path-5--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"tags outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <circle cx=\"7.81\" cy=\"11.14\" r=\"1.33\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"></circle><path d=\"M27.78,19.17,14.2,5.58A1.92,1.92,0,0,0,12.83,5H3.61A1.93,1.93,0,0,0,1.68,6.93v9.22a1.92,1.92,0,0,0,.57,1.36L15.84,31.1a1.93,1.93,0,0,0,2.73,0l9.21-9.21A1.93,1.93,0,0,0,27.78,19.17ZM17.26,29.69,3.69,16.15V7h9.1L26.37,20.48Z\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"></path><path d=\"M33.16,19.13,19.58,5.55A1.92,1.92,0,0,0,18.21,5H16.12L31.75,20.45,21.22,31.07a1.93,1.93,0,0,0,2.73,0l9.21-9.21a1.93,1.93,0,0,0,0-2.73Z\" class=\"clr-i-outline--badged clr-i-outline-path-3--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-outline--badged clr-i-outline-path-4--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"tags solid alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M20.83,6.8,19.58,5.55A1.92,1.92,0,0,0,18.21,5H16.12L19.79,8.6Z\" class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\"></path><path d=\"M33.16,19.13,29.43,15.4H26.65l5.1,5L21.22,31.07a1.93,1.93,0,0,0,2.73,0l9.21-9.21a1.93,1.93,0,0,0,0-2.73Z\" class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted\"></path><path d=\"M27.78,19.17,24,15.4H22.23a3.67,3.67,0,0,1-3.36-5.15L14.2,5.58A1.92,1.92,0,0,0,12.83,5H3.61A1.93,1.93,0,0,0,1.68,6.93v9.22a1.92,1.92,0,0,0,.57,1.36L15.84,31.1a1.93,1.93,0,0,0,2.73,0l9.21-9.21A1.93,1.93,0,0,0,27.78,19.17ZM6.67,11.72A1.73,1.73,0,1,1,8.4,10,1.73,1.73,0,0,1,6.67,11.72Z\" class=\"clr-i-solid--alerted clr-i-solid-path-3--alerted\"></path><path d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" class=\"clr-i-solid--alerted clr-i-solid-path-4--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"tags solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M27.78,19.17,14.2,5.58A1.92,1.92,0,0,0,12.83,5H3.61A1.93,1.93,0,0,0,1.68,6.93v9.22a1.92,1.92,0,0,0,.57,1.36L15.84,31.1a1.93,1.93,0,0,0,2.73,0l9.21-9.21A1.93,1.93,0,0,0,27.78,19.17ZM6.67,11.72A1.73,1.73,0,1,1,8.4,10,1.73,1.73,0,0,1,6.67,11.72Z\" class=\"clr-i-solid--badged clr-i-solid-path-1--badged\"></path><path d=\"M33.16,19.13,19.58,5.55A1.92,1.92,0,0,0,18.21,5H16.12L31.75,20.45,21.22,31.07a1.93,1.93,0,0,0,2.73,0l9.21-9.21a1.93,1.93,0,0,0,0-2.73Z\" class=\"clr-i-solid--badged clr-i-solid-path-2--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-solid--badged clr-i-solid-path-3--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"tags solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M33.16,19.13,19.58,5.55A1.92,1.92,0,0,0,18.21,5H16.12L31.75,20.45,21.22,31.07a1.93,1.93,0,0,0,2.73,0l9.21-9.21a1.93,1.93,0,0,0,0-2.73Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path><path d=\"M27.78,19.17,14.2,5.58A1.92,1.92,0,0,0,12.83,5H3.61A1.93,1.93,0,0,0,1.68,6.93v9.22a1.92,1.92,0,0,0,.57,1.36L15.84,31.1a1.93,1.93,0,0,0,2.73,0l9.21-9.21A1.93,1.93,0,0,0,27.78,19.17ZM6.67,11.72A1.73,1.73,0,1,1,8.4,10,1.73,1.73,0,0,1,6.67,11.72Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"target line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M18,2A16,16,0,1,0,34,18,16,16,0,0,0,18,2Zm0,30A14,14,0,1,1,32,18,14,14,0,0,1,18,32Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M18,7.2A10.8,10.8,0,1,0,28.8,18,10.81,10.81,0,0,0,18,7.2Zm0,20A9.2,9.2,0,1,1,27.2,18,9.21,9.21,0,0,1,18,27.2Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M18,12.31A5.69,5.69,0,1,0,23.69,18,5.69,5.69,0,0,0,18,12.31Zm0,9.77A4.09,4.09,0,1,1,22.09,18,4.09,4.09,0,0,1,18,22.09Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"target solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <circle cx=\"18\" cy=\"18\" r=\"4.09\" class=\"clr-i-solid clr-i-solid-path-1\"></circle><path d=\"M18,7.83A10.17,10.17,0,1,0,28.17,18,10.18,10.18,0,0,0,18,7.83Zm0,16A5.88,5.88,0,1,1,23.88,18,5.88,5.88,0,0,1,18,23.88Z\" class=\"clr-i-solid clr-i-solid-path-2\"></path><path d=\"M18,2A16,16,0,1,0,34,18,16,16,0,0,0,18,2Zm0,27.83A11.83,11.83,0,1,1,29.83,18,11.85,11.85,0,0,1,18,29.83Z\" class=\"clr-i-solid clr-i-solid-path-3\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"thermometer line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M19,23.17V11.46H17V23.2a3,3,0,1,0,2,0Z\"></path><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M26,15a1,1,0,0,0,0-2H23.92V11H26a1,1,0,0,0,0-2H23.92V8a6,6,0,0,0-12,0V20.81a8,8,0,1,0,12-.2V19H26a1,1,0,0,0,0-2H23.92V15ZM24,26a6,6,0,1,1-10.36-4.12l.27-.29V8a4,4,0,0,1,8,0V21.44l.3.29A6,6,0,0,1,24,26Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"timeline line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n\t<path d=\"M10,18c0-1.3-0.8-2.4-2-2.8v-3.4c1.2-0.4,2-1.5,2-2.8c0-1.7-1.3-3-3-3S4,7.3,4,9c0,1.3,0.8,2.4,2,2.8v3.4\n\t\t\tc-1.2,0.4-2,1.5-2,2.8s0.8,2.4,2,2.8v3.4c-1.2,0.4-2,1.5-2,2.8c0,1.7,1.3,3,3,3s3-1.3,3-3c0-1.3-0.8-2.4-2-2.8v-3.4\n\t\t\tC9.2,20.4,10,19.3,10,18z\"/>\n\t<path d=\"M31,10H15c-0.6,0-1-0.4-1-1s0.4-1,1-1h16c0.6,0,1,0.4,1,1S31.6,10,31,10z\"/>\n\t<path d=\"M31,19H15c-0.6,0-1-0.4-1-1s0.4-1,1-1h16c0.6,0,1,0.4,1,1S31.6,19,31,19z\"/>\n\t<path d=\"M31,28H15c-0.6,0-1-0.4-1-1s0.4-1,1-1h16c0.6,0,1,0.4,1,1S31.6,28,31,28z\"/>\n    <rect width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg>\n</li><li title=\"times circle line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M19.61,18l4.86-4.86a1,1,0,0,0-1.41-1.41L18.2,16.54l-4.89-4.89a1,1,0,0,0-1.41,1.41L16.78,18,12,22.72a1,1,0,1,0,1.41,1.41l4.77-4.77,4.74,4.74a1,1,0,0,0,1.41-1.41Z\"></path><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M18,34A16,16,0,1,1,34,18,16,16,0,0,1,18,34ZM18,4A14,14,0,1,0,32,18,14,14,0,0,0,18,4Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"times circle solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M18,2A16,16,0,1,0,34,18,16,16,0,0,0,18,2Zm8,22.1a1.4,1.4,0,0,1-2,2l-6-6L12,26.12a1.4,1.4,0,1,1-2-2L16,18.08,9.83,11.86a1.4,1.4,0,1,1,2-2L18,16.1l6.17-6.17a1.4,1.4,0,1,1,2,2L20,18.08Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"tools line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M20,14H16a1,1,0,0,0-1,1v6a1,1,0,0,0,1,1h4a1,1,0,0,0,1-1V15A1,1,0,0,0,20,14Zm-.4,6.6H16.4V15.4h3.2Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M33.71,12.38,29.62,8.29A1,1,0,0,0,28.92,8h-5V6.05A2,2,0,0,0,22,4H13.84A1.92,1.92,0,0,0,12,6.05V8H7.08a1,1,0,0,0-.71.29L2.29,12.38a1,1,0,0,0-.29.71V28a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V13.08A1,1,0,0,0,33.71,12.38ZM14,6h8V8H14ZM32,17H22v1.93H32V28H4V18.93H14V17H4V13.5L7.5,10h21L32,13.5Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"tools solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <rect x=\"16.4\" y=\"15.4\" width=\"3.2\" height=\"5.2\" class=\"clr-i-solid clr-i-solid-path-1\"></rect><path d=\"M21,21a1,1,0,0,1-1,1H16a1,1,0,0,1-1-1V19H2v9a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V19H21Z\" class=\"clr-i-solid clr-i-solid-path-2\"></path><path d=\"M33.71,12.38,29.62,8.29A1,1,0,0,0,28.92,8h-5V6.05A2,2,0,0,0,22,4H13.84A1.92,1.92,0,0,0,12,6.05V8H7.08a1,1,0,0,0-.71.29L2.29,12.38a1,1,0,0,0-.29.71V17H15V15a1,1,0,0,1,1-1h4a1,1,0,0,1,1,1v2H34V13.08A1,1,0,0,0,33.71,12.38ZM22,8H14V6h8Z\" class=\"clr-i-solid clr-i-solid-path-3\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"trash line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M27.14,34H8.86A2.93,2.93,0,0,1,6,31V11.23H8V31a.93.93,0,0,0,.86,1H27.14A.93.93,0,0,0,28,31V11.23h2V31A2.93,2.93,0,0,1,27.14,34Z\"></path><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M30.78,9H5A1,1,0,0,1,5,7H30.78a1,1,0,0,1,0,2Z\"></path><rect class=\"clr-i-outline clr-i-outline-path-3\" x=\"21\" y=\"13\" width=\"2\" height=\"15\"></rect><rect class=\"clr-i-outline clr-i-outline-path-4\" x=\"13\" y=\"13\" width=\"2\" height=\"15\"></rect><path class=\"clr-i-outline clr-i-outline-path-5\" d=\"M23,5.86H21.1V4H14.9V5.86H13V4a2,2,0,0,1,1.9-2h6.2A2,2,0,0,1,23,4Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"trash solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M6,9V31a2.93,2.93,0,0,0,2.86,3H27.09A2.93,2.93,0,0,0,30,31V9Zm9,20H13V14h2Zm8,0H21V14h2Z\"></path><path class=\"clr-i-solid clr-i-solid-path-2\" d=\"M30.73,5H23V4A2,2,0,0,0,21,2h-6.2A2,2,0,0,0,13,4V5H5A1,1,0,1,0,5,7H30.73a1,1,0,0,0,0-2Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"tree line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M30.6,11.7C29.2,5.8,24,1.7,18,1.7c-7.2,0-13,5.8-13,13c0,6.8,5.3,12.4,12,12.9v5c0,0.6,0.4,1,1,1s1-0.4,1-1v-5v-2V22\n\tc0,0,0,0,0-0.1v-3.6l4.7-4.7c0.4-0.4,0.4-1,0-1.4c-0.4-0.4-1-0.4-1.4,0L19,15.6v-3l-3.3-3.3c-0.4-0.4-1-0.4-1.4,0\n\tc-0.4,0.4-0.4,1,0,1.4l2.7,2.7v6.2l-3.8-3.8c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1,0,1.4l5.2,5.2v3.2c-5.6-0.5-10-5.2-10-10.9\n\tc0-6.1,4.9-11,11-11s11,4.9,11,11c0,4.9-3.3,9.2-8,10.6v2.1C28,25.7,32.3,18.7,30.6,11.7z\" class=\"clr-i-outline clr-i-outline-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"tree solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M18,2C10.8,1.7,4.8,7.3,4.5,14.5C4.2,21.7,9.8,27.7,17,28v-5.2l-5.2-5.2c-0.4-0.4-0.4-1,0-1.4c0.4-0.4,1-0.4,1.4,0\n\tc0,0,0,0,0,0l3.8,3.8v-6.2l-2.7-2.7c-0.4-0.4-0.4-1,0-1.4c0.4-0.4,1-0.4,1.4,0c0,0,0,0,0,0l3.3,3.3v3l3.3-3.3c0.4-0.4,1-0.4,1.4,0\n\tc0,0,0,0,0,0c0.4,0.4,0.4,1,0,1.4L19,18.8V28c7.2-0.3,12.8-6.3,12.5-13.5S25.2,1.7,18,2z\" class=\"clr-i-solid clr-i-solid-path-1\"></path><path d=\"M18,28c-0.3,0-0.6,0-1,0v5c0,0.6,0.4,1,1,1s1-0.4,1-1v-5C18.7,28,18.3,28,18,28z\" class=\"clr-i-solid clr-i-solid-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"tree view line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M15,32H11a1,1,0,0,1-1-1V27a1,1,0,0,1,1-1h4a1,1,0,0,1,1,1v4A1,1,0,0,1,15,32Zm-3-2h2V28H12Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M15,16H11a1,1,0,0,0-1,1v1.2H5.8V12H7a1,1,0,0,0,1-1V7A1,1,0,0,0,7,6H3A1,1,0,0,0,2,7v4a1,1,0,0,0,1,1H4.2V29.8h6.36a.8.8,0,0,0,0-1.6H5.8V19.8H10V21a1,1,0,0,0,1,1h4a1,1,0,0,0,1-1V17A1,1,0,0,0,15,16ZM4,8H6v2H4ZM14,20H12V18h2Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M34,9a1,1,0,0,0-1-1H10v2H33A1,1,0,0,0,34,9Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path><path d=\"M33,18H18v2H33a1,1,0,0,0,0-2Z\" class=\"clr-i-outline clr-i-outline-path-4\"></path><path d=\"M33,28H18v2H33a1,1,0,0,0,0-2Z\" class=\"clr-i-outline clr-i-outline-path-5\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"tree view solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <rect x=\"10\" y=\"26\" width=\"6\" height=\"6\" rx=\"1\" ry=\"1\" class=\"clr-i-solid clr-i-solid-path-1\"></rect><path d=\"M15,16H11a1,1,0,0,0-1,1v1.2H5.8V12H7a1,1,0,0,0,1-1V7A1,1,0,0,0,7,6H3A1,1,0,0,0,2,7v4a1,1,0,0,0,1,1H4.2V29.8H11a.8.8,0,1,0,0-1.6H5.8V19.8H10V21a1,1,0,0,0,1,1h4a1,1,0,0,0,1-1V17A1,1,0,0,0,15,16Z\" class=\"clr-i-solid clr-i-solid-path-2\"></path><path d=\"M33,8H10v2H33a1,1,0,0,0,0-2Z\" class=\"clr-i-solid clr-i-solid-path-3\"></path><path d=\"M33,18H18v2H33a1,1,0,0,0,0-2Z\" class=\"clr-i-solid clr-i-solid-path-4\"></path><path d=\"M33,28H18v2H33a1,1,0,0,0,0-2Z\" class=\"clr-i-solid clr-i-solid-path-5\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"two way arrows line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M23.43,16.83A1,1,0,0,0,22,18.24L25.72,22H7.83a1,1,0,0,0,0,2H25.72L22,27.7a1,1,0,1,0,1.42,1.41L29.53,23Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M13.24,18.45a1,1,0,0,0,.71-1.71L10.24,13H28.12a1,1,0,0,0,0-2H10.24l3.71-3.73a1,1,0,0,0-1.42-1.41L6.42,12l6.11,6.14A1,1,0,0,0,13.24,18.45Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"undo line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M20.87,11.14h-13l5.56-5.49A1,1,0,0,0,12,4.22L4,12.13,12,20a1,1,0,0,0,1.41-1.42L7.86,13.14h13a9.08,9.08,0,0,1,9.13,9,9,9,0,0,1-5,8A1,1,0,0,0,25.93,32a11,11,0,0,0-5.06-20.82Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"unlock line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M12,25.14V28h2V25.23a2.42,2.42,0,1,0-2-.09Z\"></path><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M26,2a8.2,8.2,0,0,0-8,8.36V15H2V32a2,2,0,0,0,2,2H22a2,2,0,0,0,2-2V15H20V10.36A6.2,6.2,0,0,1,26,4a6.2,6.2,0,0,1,6,6.36v6.83a1,1,0,0,0,2,0V10.36A8.2,8.2,0,0,0,26,2ZM22,17V32H4V17Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"unlock solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M26,2a8.2,8.2,0,0,0-8,8.36V15H2V32a2,2,0,0,0,2,2H22a2,2,0,0,0,2-2V15H20V10.36A6.2,6.2,0,0,1,26,4a6.2,6.2,0,0,1,6,6.36v6.83a1,1,0,0,0,2,0V10.36A8.2,8.2,0,0,0,26,2ZM14,25.23V28H12V25.14a2.4,2.4,0,1,1,2,.09Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"upload line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M31,31H5a1,1,0,0,0,0,2H31a1,1,0,0,0,0-2Z\"></path><path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M8.81,15,17,6.83V27.48a1,1,0,0,0,2,0V6.83L27.19,15a1,1,0,0,0,1.41-1.41L18,3,7.39,13.61A1,1,0,1,0,8.81,15Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"upload outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\" d=\"M31,31H5c-0.6,0-1,0.4-1,1s0.4,1,1,1h26c0.6,0,1-0.4,1-1S31.6,31,31,31z\"></path><path class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\" d=\"M8.8,15L17,6.8v20.6c0,0.6,0.4,1,1,1s1-0.4,1-1V6.8L20.1,8l1-1.8L18,3L7.4,13.6C7,14,6.9,14.6,7.2,15s1,0.5,1.4,0.1C8.7,15.1,8.8,15.1,8.8,15z\"></path><path class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted clr-i-alert\" d=\"M26.9,1.1L21.1,11c-0.4,0.6-0.2,1.4,0.3,1.8c0.2,0.2,0.5,0.2,0.8,0.2h11.5c0.7,0,1.3-0.5,1.3-1.2c0-0.3-0.1-0.5-0.2-0.8l-5.7-9.9c-0.4-0.6-1.1-0.8-1.8-0.5C27.1,0.8,27,1,26.9,1.1z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"upload outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--badged clr-i-outline-path-1--badged\" d=\"M31,31H5a1,1,0,0,0,0,2H31a1,1,0,0,0,0-2Z\"></path><path class=\"clr-i-outline--badged clr-i-outline-path-1--badged\" d=\"M8.81,15,17,6.83V27.48a1,1,0,0,0,2,0V6.83L27.19,15a1,1,0,0,0,1.41-1.41L18,3,7.39,13.61A1,1,0,1,0,8.81,15Z\"></path><circle class=\"clr-i-outline--badged clr-i-outline-path-1--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"users line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M17.9,17.3c2.7,0,4.8-2.2,4.8-4.9c0-2.7-2.2-4.8-4.9-4.8c-2.7,0-4.8,2.2-4.8,4.8C13,15.1,15.2,17.3,17.9,17.3z M17.8,9.6C17.9,9.6,17.9,9.6,17.8,9.6c1.6,0,2.9,1.3,2.9,2.9s-1.3,2.8-2.9,2.8c-1.6,0-2.8-1.3-2.8-2.8C15,10.9,16.3,9.6,17.8,9.6z\"></path><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M32.7,16.7c-1.9-1.7-4.4-2.6-7-2.5c-0.3,0-0.5,0-0.8,0c-0.2,0.8-0.5,1.5-0.9,2.1c0.6-0.1,1.1-0.1,1.7-0.1c1.9-0.1,3.8,0.5,5.3,1.6V25h2v-8L32.7,16.7z\"></path><path class=\"clr-i-outline clr-i-outline-path-3\" d=\"M23.4,7.8c0.5-1.2,1.9-1.8,3.2-1.3c1.2,0.5,1.8,1.9,1.3,3.2c-0.4,0.9-1.3,1.5-2.2,1.5c-0.2,0-0.5,0-0.7-0.1c0.1,0.5,0.1,1,0.1,1.4c0,0.2,0,0.4,0,0.6c0.2,0,0.4,0.1,0.6,0.1c2.5,0,4.5-2,4.5-4.4c0-2.5-2-4.5-4.4-4.5c-1.6,0-3,0.8-3.8,2.2C22.5,6.8,23,7.2,23.4,7.8z\"></path><path class=\"clr-i-outline clr-i-outline-path-4\" d=\"M12,16.4c-0.4-0.6-0.7-1.3-0.9-2.1c-0.3,0-0.5,0-0.8,0c-2.6-0.1-5.1,0.8-7,2.4L3,17v8h2v-7.2c1.6-1.1,3.4-1.7,5.3-1.6C10.9,16.2,11.5,16.3,12,16.4z\"></path><path class=\"clr-i-outline clr-i-outline-path-5\" d=\"M10.3,13.1c0.2,0,0.4,0,0.6-0.1c0-0.2,0-0.4,0-0.6c0-0.5,0-1,0.1-1.4c-0.2,0.1-0.5,0.1-0.7,0.1c-1.3,0-2.4-1.1-2.4-2.4c0-1.3,1.1-2.4,2.4-2.4c1,0,1.9,0.6,2.3,1.5c0.4-0.5,1-1,1.5-1.4c-1.3-2.1-4-2.8-6.1-1.5c-2.1,1.3-2.8,4-1.5,6.1C7.3,12.3,8.7,13.1,10.3,13.1z\"></path><path class=\"clr-i-outline clr-i-outline-path-6\" d=\"M26.1,22.7l-0.2-0.3c-2-2.2-4.8-3.5-7.8-3.4c-3-0.1-5.9,1.2-7.9,3.4L10,22.7v7.6c0,0.9,0.7,1.7,1.7,1.7c0,0,0,0,0,0h12.8c0.9,0,1.7-0.8,1.7-1.7c0,0,0,0,0,0V22.7z M24.1,30H12v-6.6c1.6-1.6,3.8-2.4,6.1-2.4c2.2-0.1,4.4,0.8,6,2.4V30z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"users outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\" d=\"M11.09,14.57c.1,0,.2,0,.31,0a6.43,6.43,0,0,1,.09-2,2.09,2.09,0,1,1,1.47-3,6.58,6.58,0,0,1,1.55-1.31,4.09,4.09,0,1,0-3.42,6.33Z\"></path><path class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\" d=\"M13,18.14a6.53,6.53,0,0,1-1.28-2.2l-.63,0a8.67,8.67,0,0,0-6.43,2.52l-.24.28v7h2V19.51a7,7,0,0,1,4.67-1.6A8.09,8.09,0,0,1,13,18.14Z\"></path><path class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted\" d=\"M31.35,18.42A8.59,8.59,0,0,0,25,15.91c-.32,0-.6,0-.9.06a6.53,6.53,0,0,1-1.35,2.25A7.9,7.9,0,0,1,25,17.91a6.94,6.94,0,0,1,4.64,1.58v6.27h2V18.7Z\"></path><path class=\"clr-i-outline--alerted clr-i-outline-path-4--alerted\" d=\"M18.1,19.73A9.69,9.69,0,0,0,11,22.47l-.25.28v7.33a1.57,1.57,0,0,0,1.61,1.54H23.83a1.57,1.57,0,0,0,1.61-1.54V22.73l-.25-.28A9.58,9.58,0,0,0,18.1,19.73Zm5.33,9.88H12.73V23.55a8.08,8.08,0,0,1,5.37-1.82,8,8,0,0,1,5.33,1.8Z\"></path><path class=\"clr-i-outline--alerted clr-i-outline-path-5--alerted\" d=\"M20.28,14.27a2.46,2.46,0,1,1-2.42-2.89,2.44,2.44,0,0,1,1,.24,3.67,3.67,0,0,1,.43-2,4.41,4.41,0,0,0-1.48-.27A4.47,4.47,0,1,0,22.14,15,3.69,3.69,0,0,1,20.28,14.27Z\"></path><path class=\"clr-i-outline--alerted clr-i-outline-path-6--alerted clr-i-alert\" d=\"M27.18.8l-5.72,9.91a1.28,1.28,0,0,0,1.1,1.91H34a1.28,1.28,0,0,0,1.1-1.91L29.39.8A1.28,1.28,0,0,0,27.18.8Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"users outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--badged clr-i-outline-path-1--badged\" d=\"M11.09,14.57c.1,0,.2,0,.31,0a6.43,6.43,0,0,1,.09-2,2.09,2.09,0,1,1,1.47-3,6.58,6.58,0,0,1,1.55-1.31,4.09,4.09,0,1,0-3.42,6.33Z\"></path><path class=\"clr-i-outline--badged clr-i-outline-path-2--badged\" d=\"M13,18.14a6.53,6.53,0,0,1-1.28-2.2l-.63,0a8.67,8.67,0,0,0-6.43,2.52l-.24.28v7h2V19.51a7,7,0,0,1,4.67-1.6A8.09,8.09,0,0,1,13,18.14Z\"></path><path class=\"clr-i-outline--badged clr-i-outline-path-3--badged\" d=\"M31.35,18.42A8.59,8.59,0,0,0,25,15.91c-.32,0-.6,0-.9.06a6.53,6.53,0,0,1-1.35,2.25A7.9,7.9,0,0,1,25,17.91a6.94,6.94,0,0,1,4.64,1.58v6.27h2V18.7Z\"></path><path class=\"clr-i-outline--badged clr-i-outline-path-4--badged\" d=\"M17.86,18.3a4.47,4.47,0,1,0-4.47-4.47A4.47,4.47,0,0,0,17.86,18.3Zm0-6.93a2.47,2.47,0,1,1-2.47,2.47A2.47,2.47,0,0,1,17.86,11.37Z\"></path><path class=\"clr-i-outline--badged clr-i-outline-path-5--badged\" d=\"M18.1,19.73A9.69,9.69,0,0,0,11,22.47l-.25.28v7.33a1.57,1.57,0,0,0,1.61,1.54H23.83a1.57,1.57,0,0,0,1.61-1.54V22.73l-.25-.28A9.58,9.58,0,0,0,18.1,19.73Zm5.33,9.88H12.73V23.55a8.08,8.08,0,0,1,5.37-1.82,8,8,0,0,1,5.33,1.8Z\"></path><path class=\"clr-i-outline--badged clr-i-outline-path-6--badged\" d=\"M26.37,12a2,2,0,0,1-2.09.42,6.53,6.53,0,0,1,.15,1.38,6.59,6.59,0,0,1,0,.68,4,4,0,0,0,.57.06,4.08,4.08,0,0,0,3.3-1.7A7.45,7.45,0,0,1,26.37,12Z\"></path><path class=\"clr-i-outline--badged clr-i-outline-path-7--badged\" d=\"M22.95,6.93a4.16,4.16,0,0,0-1.47,1.44A6.59,6.59,0,0,1,23,9.77a2.1,2.1,0,0,1,.59-.83A7.44,7.44,0,0,1,22.95,6.93Z\"></path><circle class=\"clr-i-outline--badged clr-i-outline-path-8--badged clr-i-badge\" cx=\"30.33\" cy=\"5.67\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"users solid alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\" d=\"M12,16.14q-.43,0-.87,0a8.67,8.67,0,0,0-6.43,2.52l-.24.28v8.28H8.54v-4.7l.55-.62.25-.29a11,11,0,0,1,4.71-2.86A6.59,6.59,0,0,1,12,16.14Z\"></path><path class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted\" d=\"M31.34,18.63a8.67,8.67,0,0,0-6.43-2.52,10.47,10.47,0,0,0-1.09.06,6.59,6.59,0,0,1-2,2.45,10.91,10.91,0,0,1,5,3l.25.28.54.62v4.71h3.94V18.91Z\"></path><path class=\"clr-i-solid--alerted clr-i-solid-path-3--alerted\" d=\"M11.1,14.19c.11,0,.2,0,.31,0a6.45,6.45,0,0,1,3.11-6.29,4.09,4.09,0,1,0-3.42,6.33Z\"></path><path class=\"clr-i-solid--alerted clr-i-solid-path-4--alerted\" d=\"M18.11,20.3A9.69,9.69,0,0,0,11,23l-.25.28v6.33a1.57,1.57,0,0,0,1.6,1.54H23.84a1.57,1.57,0,0,0,1.6-1.54V23.3L25.2,23A9.58,9.58,0,0,0,18.11,20.3Z\"></path><path class=\"clr-i-solid--alerted clr-i-solid-path-5--alerted\" d=\"M17.87,17.92a4.46,4.46,0,0,0,4-2.54A3.67,3.67,0,0,1,19,9.89l.35-.61A4.42,4.42,0,0,0,17.87,9a4.47,4.47,0,1,0,0,8.93Z\"></path><path class=\"clr-i-solid--alerted clr-i-solid-path-6--alerted clr-i-alert\" d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"users solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--badged clr-i-solid-path-1--badged\" d=\"M12,16.14q-.43,0-.87,0a8.67,8.67,0,0,0-6.43,2.52l-.24.28v8.28H8.54v-4.7l.55-.62.25-.29a11,11,0,0,1,4.71-2.86A6.58,6.58,0,0,1,12,16.14Z\"></path><path class=\"clr-i-solid--badged clr-i-solid-path-2--badged\" d=\"M31.34,18.63a8.67,8.67,0,0,0-6.43-2.52,10.47,10.47,0,0,0-1.09.06,6.59,6.59,0,0,1-2,2.45,10.91,10.91,0,0,1,5,3l.25.28.54.62v4.71h3.94V18.91Z\"></path><path class=\"clr-i-solid--badged clr-i-solid-path-3--badged\" d=\"M11.1,14.19c.11,0,.2,0,.31,0a6.45,6.45,0,0,1,3.11-6.29,4.09,4.09,0,1,0-3.42,6.33Z\"></path><circle class=\"clr-i-solid--badged clr-i-solid-path-4--badged\" cx=\"17.87\" cy=\"13.45\" r=\"4.47\"></circle><path class=\"clr-i-solid--badged clr-i-solid-path-5--badged\" d=\"M18.11,20.3A9.69,9.69,0,0,0,11,23l-.25.28v6.33a1.57,1.57,0,0,0,1.6,1.54H23.84a1.57,1.57,0,0,0,1.6-1.54V23.3L25.2,23A9.58,9.58,0,0,0,18.11,20.3Z\"></path><path class=\"clr-i-solid--badged clr-i-solid-path-6--badged\" d=\"M24.43,13.44a6.54,6.54,0,0,1,0,.69,4.09,4.09,0,0,0,.58.05h.19a4.05,4.05,0,0,0,2.52-1,7.5,7.5,0,0,1-5.14-6.32A4.13,4.13,0,0,0,21.47,8,6.53,6.53,0,0,1,24.43,13.44Z\"></path><circle class=\"clr-i-solid--badged clr-i-solid-path-7--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"users solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M12,16.14q-.43,0-.87,0a8.67,8.67,0,0,0-6.43,2.52l-.24.28v8.28H8.54v-4.7l.55-.62.25-.29a11,11,0,0,1,4.71-2.86A6.59,6.59,0,0,1,12,16.14Z\"></path><path class=\"clr-i-solid clr-i-solid-path-2\" d=\"M31.34,18.63a8.67,8.67,0,0,0-6.43-2.52,10.47,10.47,0,0,0-1.09.06,6.59,6.59,0,0,1-2,2.45,10.91,10.91,0,0,1,5,3l.25.28.54.62v4.71h3.94V18.91Z\"></path><path class=\"clr-i-solid clr-i-solid-path-3\" d=\"M11.1,14.19c.11,0,.2,0,.31,0a6.45,6.45,0,0,1,3.11-6.29,4.09,4.09,0,1,0-3.42,6.33Z\"></path><path class=\"clr-i-solid clr-i-solid-path-4\" d=\"M24.43,13.44a6.54,6.54,0,0,1,0,.69,4.09,4.09,0,0,0,.58.05h.19A4.09,4.09,0,1,0,21.47,8,6.53,6.53,0,0,1,24.43,13.44Z\"></path><circle class=\"clr-i-solid clr-i-solid-path-5\" cx=\"17.87\" cy=\"13.45\" r=\"4.47\"></circle><path class=\"clr-i-solid clr-i-solid-path-6\" d=\"M18.11,20.3A9.69,9.69,0,0,0,11,23l-.25.28v6.33a1.57,1.57,0,0,0,1.6,1.54H23.84a1.57,1.57,0,0,0,1.6-1.54V23.3L25.2,23A9.58,9.58,0,0,0,18.11,20.3Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"view cards line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M15,17H4a2,2,0,0,1-2-2V8A2,2,0,0,1,4,6H15a2,2,0,0,1,2,2v7A2,2,0,0,1,15,17ZM4,8v7H15V8Z\"></path><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M32,17H21a2,2,0,0,1-2-2V8a2,2,0,0,1,2-2H32a2,2,0,0,1,2,2v7A2,2,0,0,1,32,17ZM21,8v7H32V8Z\"></path><path class=\"clr-i-outline clr-i-outline-path-3\" d=\"M15,30H4a2,2,0,0,1-2-2V21a2,2,0,0,1,2-2H15a2,2,0,0,1,2,2v7A2,2,0,0,1,15,30ZM4,21v7H15V21Z\"></path><path class=\"clr-i-outline clr-i-outline-path-4\" d=\"M32,30H21a2,2,0,0,1-2-2V21a2,2,0,0,1,2-2H32a2,2,0,0,1,2,2v7A2,2,0,0,1,32,30ZM21,21v7H32V21Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"view list line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <rect class=\"clr-i-outline clr-i-outline-path-1\" x=\"2\" y=\"8\" width=\"2\" height=\"2\"></rect><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M7,10H31a1,1,0,0,0,0-2H7a1,1,0,0,0,0,2Z\"></path><rect class=\"clr-i-outline clr-i-outline-path-3\" x=\"2\" y=\"14\" width=\"2\" height=\"2\"></rect><path class=\"clr-i-outline clr-i-outline-path-4\" d=\"M31,14H7a1,1,0,0,0,0,2H31a1,1,0,0,0,0-2Z\"></path><rect class=\"clr-i-outline clr-i-outline-path-5\" x=\"2\" y=\"20\" width=\"2\" height=\"2\"></rect><path class=\"clr-i-outline clr-i-outline-path-6\" d=\"M31,20H7a1,1,0,0,0,0,2H31a1,1,0,0,0,0-2Z\"></path><rect class=\"clr-i-outline clr-i-outline-path-7\" x=\"2\" y=\"26\" width=\"2\" height=\"2\"></rect><path class=\"clr-i-outline clr-i-outline-path-8\" d=\"M31,26H7a1,1,0,0,0,0,2H31a1,1,0,0,0,0-2Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"volume line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M25.88,32H12a4,4,0,0,1-4-4V11.46L2.31,5.77a1,1,0,0,1-.22-1.09A1,1,0,0,1,3,4.06H28.86a1,1,0,0,1,1,1V28A4,4,0,0,1,25.88,32ZM5.43,6l4.28,4.34a.75.75,0,0,1,.21.63v17A2.13,2.13,0,0,0,12,30H25.88A2.1,2.1,0,0,0,28,28V6Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M33,16a1,1,0,0,1-1-1V6H28.86a.92.92,0,0,1-1-.9,1,1,0,0,1,1-1H33a1,1,0,0,1,1,1V15A1,1,0,0,1,33,16Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M24,11H18a1,1,0,1,1,0-2H24a1,1,0,1,1,0,2Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path><path d=\"M24,15H21a1,1,0,1,1,0-2H24a1,1,0,1,1,0,2Z\" class=\"clr-i-outline clr-i-outline-path-4\"></path><path d=\"M24,19H18a1,1,0,1,1,0-2H24a1,1,0,1,1,0,2Z\" class=\"clr-i-outline clr-i-outline-path-5\"></path><path d=\"M24,27H18a1,1,0,1,1,0-2H24a1,1,0,1,1,0,2Z\" class=\"clr-i-outline clr-i-outline-path-6\"></path><path d=\"M24,23H21A1,1,0,1,1,21,21H24A1,1,0,1,1,24,23Z\" class=\"clr-i-outline clr-i-outline-path-7\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"wand line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M34.1,4,31.71,1.6a1.83,1.83,0,0,0-1.31-.54h0a2.05,2.05,0,0,0-1.45.62L1.76,29.23A2,2,0,0,0,1.68,32l2.4,2.43A1.83,1.83,0,0,0,5.39,35h0a2.05,2.05,0,0,0,1.45-.62L34,6.79A2,2,0,0,0,34.1,4ZM5.42,32.93,3.16,30.65h0L24.11,9.43l2.25,2.28ZM32.61,5.39l-5.12,5.18L25.24,8.29l5.13-5.2,2.25,2.28Z\"></path><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M32.53,20.47l2.09-2.09a.8.8,0,0,0-1.13-1.13l-2.09,2.09-2.09-2.09a.8.8,0,0,0-1.13,1.13l2.09,2.09-2.09,2.09a.8.8,0,0,0,1.13,1.13l2.09-2.09,2.09,2.09a.8.8,0,0,0,1.13-1.13Z\"></path><path class=\"clr-i-outline clr-i-outline-path-3\" d=\"M14.78,6.51a.8.8,0,0,0,1.13,0L17.4,5l1.49,1.49A.8.8,0,0,0,20,5.38L18.54,3.89,20,2.4a.8.8,0,0,0-1.13-1.13L17.4,2.76,15.91,1.27A.8.8,0,1,0,14.78,2.4l1.49,1.49L14.78,5.38A.8.8,0,0,0,14.78,6.51Z\"></path><path class=\"clr-i-outline clr-i-outline-path-4\" d=\"M8.33,15.26a.8.8,0,0,0,1.13,0l1.16-1.16,1.16,1.16a.8.8,0,1,0,1.13-1.13L11.76,13l1.16-1.16a.8.8,0,1,0-1.13-1.13l-1.16,1.16L9.46,10.68a.8.8,0,1,0-1.13,1.13L9.49,13,8.33,14.13A.8.8,0,0,0,8.33,15.26Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"window close line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M19.41,18l7.29-7.29a1,1,0,0,0-1.41-1.41L18,16.59,10.71,9.29a1,1,0,0,0-1.41,1.41L16.59,18,9.29,25.29a1,1,0,1,0,1.41,1.41L18,19.41l7.29,7.29a1,1,0,0,0,1.41-1.41Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"window max line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M27.89,9h-20a2,2,0,0,0-2,2V25a2,2,0,0,0,2,2h20a2,2,0,0,0,2-2V11A2,2,0,0,0,27.89,9Zm-20,16V11h20V25Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"window min line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M27,27H9a1,1,0,0,1,0-2H27a1,1,0,0,1,0,2Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"window restore line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M28,8H14a2,2,0,0,0-2,2v2h2V10H28V20H26v2h2a2,2,0,0,0,2-2V10A2,2,0,0,0,28,8Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M22,14H8a2,2,0,0,0-2,2V26a2,2,0,0,0,2,2H22a2,2,0,0,0,2-2V16A2,2,0,0,0,22,14ZM8,26V16H22V26Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"world line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M26.54,18a19.38,19.38,0,0,0-.43-4h3.6a12.3,12.3,0,0,0-.67-1.6H25.69A19.72,19.72,0,0,0,22.8,6.53a12.3,12.3,0,0,0-2.55-.76,17.83,17.83,0,0,1,3.89,6.59H18.75V5.6c-.25,0-.51,0-.77,0s-.49,0-.73,0v6.77H11.86a17.83,17.83,0,0,1,3.9-6.6,12.28,12.28,0,0,0-2.54.75,19.72,19.72,0,0,0-2.91,5.85H6.94A12.3,12.3,0,0,0,6.26,14H9.89a19.38,19.38,0,0,0-.43,4,19.67,19.67,0,0,0,.5,4.37H6.42A12.34,12.34,0,0,0,7.16,24h3.23a19.32,19.32,0,0,0,2.69,5.36,12.28,12.28,0,0,0,2.61.79A17.91,17.91,0,0,1,12,24h5.26v6.34c.24,0,.49,0,.73,0s.51,0,.77,0V24H24a17.9,17.9,0,0,1-3.7,6.15,12.28,12.28,0,0,0,2.62-.81A19.32,19.32,0,0,0,25.61,24h3.2a12.34,12.34,0,0,0,.74-1.6H26A19.67,19.67,0,0,0,26.54,18Zm-9.29,4.37H11.51a17.69,17.69,0,0,1-.09-8.4h5.83Zm7.24,0H18.75V14h5.83A18.21,18.21,0,0,1,25,18,18.12,18.12,0,0,1,24.49,22.37Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M18,2A16,16,0,1,0,34,18,16,16,0,0,0,18,2Zm0,30A14,14,0,1,1,32,18,14,14,0,0,1,18,32Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"world outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M33.12,12.81a7.44,7.44,0,0,1-1.91.58,14.05,14.05,0,1,1-8.6-8.6,7.43,7.43,0,0,1,.58-1.91,16.06,16.06,0,1,0,9.93,9.93Z\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"></path><path d=\"M20.25,5.77a17.83,17.83,0,0,1,3.89,6.59H18.75V5.6c-.25,0-.51,0-.77,0s-.49,0-.73,0v6.77H11.86a17.83,17.83,0,0,1,3.9-6.6,12.28,12.28,0,0,0-2.54.75,19.72,19.72,0,0,0-2.91,5.85H6.94A12.3,12.3,0,0,0,6.26,14H9.89a19.38,19.38,0,0,0-.43,4,19.67,19.67,0,0,0,.5,4.37H6.42A12.34,12.34,0,0,0,7.16,24h3.23a19.32,19.32,0,0,0,2.69,5.36,12.28,12.28,0,0,0,2.61.79A17.91,17.91,0,0,1,12,24h5.26v6.34c.24,0,.49,0,.73,0s.51,0,.77,0V24H24a17.9,17.9,0,0,1-3.7,6.15,12.28,12.28,0,0,0,2.62-.81A19.32,19.32,0,0,0,25.61,24h3.2a12.34,12.34,0,0,0,.74-1.6H26a19.67,19.67,0,0,0,.5-4.37,19.38,19.38,0,0,0-.43-4h3.6c-.06-.17-.12-.33-.19-.49a7.45,7.45,0,0,1-3.47-1.11h-.36c0-.11-.08-.21-.11-.32a7.48,7.48,0,0,1-3.06-5.62A12.41,12.41,0,0,0,20.25,5.77Zm-3,16.59H11.51a17.69,17.69,0,0,1-.09-8.4h5.83ZM25,18a18.12,18.12,0,0,1-.55,4.37H18.75V14h5.83A18.21,18.21,0,0,1,25,18Z\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-outline--badged clr-i-outline-path-3--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"world solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M10.05,18a20.46,20.46,0,0,0,.62,4.93h6.48V13.45H10.58A20.55,20.55,0,0,0,10.05,18Z\" class=\"clr-i-solid--badged clr-i-solid-path-1--badged\"></path><path d=\"M18.85,22.94h6.48A20.46,20.46,0,0,0,26,18a20.55,20.55,0,0,0-.52-4.55H18.85Z\" class=\"clr-i-solid--badged clr-i-solid-path-2--badged\"></path><path d=\"M33.12,12.81a7.44,7.44,0,0,1-1.9.58v0H31a6.77,6.77,0,0,1-2.07,0h-1.8A21.88,21.88,0,0,1,27.66,18a22.2,22.2,0,0,1-.57,4.93h4a13.94,13.94,0,0,1-.83,1.81H26.6a21.8,21.8,0,0,1-3,6,13.86,13.86,0,0,1-3,.92,20.21,20.21,0,0,0,4.18-6.94H18.86v7.15c-.29,0-.57,0-.86,0s-.55,0-.83,0V24.71H11.22a20.21,20.21,0,0,0,4.18,6.95,13.86,13.86,0,0,1-2.94-.9,21.8,21.8,0,0,1-3-6.05H5.78a13.94,13.94,0,0,1-.83-1.81h4A22.2,22.2,0,0,1,8.37,18a21.88,21.88,0,0,1,.48-4.55H4.76a13.88,13.88,0,0,1,.76-1.81H9.33A22.26,22.26,0,0,1,12.61,5a13.86,13.86,0,0,1,2.87-.84,20.13,20.13,0,0,0-4.4,7.45h6.09V4c.28,0,.55,0,.83,0s.58,0,.86,0v7.64h6.09l0-.13a7.47,7.47,0,0,1-2.36-4.76,20.37,20.37,0,0,0-2-2.55,14.23,14.23,0,0,1,2.06.56,7.44,7.44,0,0,1,.57-1.86,16.06,16.06,0,1,0,9.93,9.93Z\" class=\"clr-i-solid--badged clr-i-solid-path-3--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-solid--badged clr-i-solid-path-4--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"world solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M10.05,18a20.46,20.46,0,0,0,.62,4.93h6.48V13.45H10.58A20.55,20.55,0,0,0,10.05,18Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path><path d=\"M18.85,13.45v9.48h6.48A20.46,20.46,0,0,0,26,18a20.55,20.55,0,0,0-.52-4.55Z\" class=\"clr-i-solid clr-i-solid-path-2\"></path><path d=\"M18,2A16,16,0,1,0,34,18,16,16,0,0,0,18,2ZM30.22,24.71H26.6a21.8,21.8,0,0,1-3,6,13.86,13.86,0,0,1-3,.92,20.21,20.21,0,0,0,4.18-6.94H18.86v7.15c-.29,0-.57,0-.86,0s-.55,0-.83,0V24.71H11.22a20.21,20.21,0,0,0,4.18,6.95,13.86,13.86,0,0,1-2.94-.9,21.8,21.8,0,0,1-3-6.05H5.78a13.94,13.94,0,0,1-.83-1.81h4A22.2,22.2,0,0,1,8.37,18a21.88,21.88,0,0,1,.48-4.55H4.76a13.88,13.88,0,0,1,.76-1.81H9.33A22.26,22.26,0,0,1,12.61,5a13.86,13.86,0,0,1,2.87-.84,20.13,20.13,0,0,0-4.4,7.45h6.09V4c.28,0,.55,0,.83,0s.58,0,.86,0v7.64h6.09a20.13,20.13,0,0,0-4.39-7.44A13.89,13.89,0,0,1,23.43,5a22.26,22.26,0,0,1,3.27,6.59h3.77a13.89,13.89,0,0,1,.76,1.81H27.17A21.88,21.88,0,0,1,27.66,18a22.2,22.2,0,0,1-.57,4.93h4A13.94,13.94,0,0,1,30.22,24.71Z\" class=\"clr-i-solid clr-i-solid-path-3\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"wrench line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M33.18,26.11,20.35,13.28A9.28,9.28,0,0,0,7.54,2.79l-1.34.59,5.38,5.38L8.76,11.59,3.38,6.21,2.79,7.54A9.27,9.27,0,0,0,13.28,20.35L26.11,33.18a2,2,0,0,0,2.83,0l4.24-4.24A2,2,0,0,0,33.18,26.11Zm-5.66,5.66L13.88,18.12l-.57.16a7.27,7.27,0,0,1-9.31-7,7.2,7.2,0,0,1,.15-1.48l4.61,4.61,5.66-5.66L9.81,4.15a7.27,7.27,0,0,1,8.47,9.16l-.16.57L31.77,27.53Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><circle cx=\"27.13\" cy=\"27.09\" r=\"1.3\" transform=\"translate(-11.21 27.12) rotate(-45)\" class=\"clr-i-outline clr-i-outline-path-2\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"wrench solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M33.73,27.72,19.67,13.66a8.79,8.79,0,0,0-12-10.5L13,8.53,8.53,13,3.16,7.67a8.79,8.79,0,0,0,10.5,12L27.72,33.73a1.07,1.07,0,0,0,1.5,0l4.51-4.51A1.07,1.07,0,0,0,33.73,27.72ZM29,29a1.38,1.38,0,1,1,0-2A1.38,1.38,0,0,1,29,29Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"zoom in line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M16,4A12,12,0,1,0,28,16,12,12,0,0,0,16,4Zm0,21.91A10,10,0,1,1,26,16,10,10,0,0,1,16,25.91Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M31.71,29.69l-5.17-5.17A13.68,13.68,0,0,1,25.15,26l5.15,5.15a1,1,0,0,0,1.41-1.41Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M21,15H17V11a1,1,0,0,0-2,0v4H11a1,1,0,0,0,0,2h4v4a1,1,0,0,0,2,0V17h4a1,1,0,0,0,0-2Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"zoom out line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M16,4A12,12,0,1,0,28,16,12,12,0,0,0,16,4Zm0,21.91A10,10,0,1,1,26,16,10,10,0,0,1,16,25.91Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M31.71,29.69l-5.17-5.17A13.68,13.68,0,0,1,25.15,26l5.15,5.15a1,1,0,0,0,1.41-1.41Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M20,15H12a1,1,0,0,0,0,2h8a1,1,0,0,0,0-2Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li class='heading'>media</li><li title=\"camera line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M32,8H24.7L23.64,5.28A2,2,0,0,0,21.78,4H14.22a2,2,0,0,0-1.87,1.28L11.3,8H4a2,2,0,0,0-2,2V30a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V10A2,2,0,0,0,32,8Zm0,22H4V10h8.67l1.55-4h7.56l1.55,4H32Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M9,19a9,9,0,1,0,9-9A9,9,0,0,0,9,19Zm16.4,0A7.4,7.4,0,1,1,18,11.6,7.41,7.41,0,0,1,25.4,19Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M9.37,12.83a.8.8,0,0,0-.8-.8H6.17a.8.8,0,0,0,0,1.6h2.4A.8.8,0,0,0,9.37,12.83Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path><path d=\"M12.34,19a5.57,5.57,0,0,0,3.24,5l.85-1.37a4,4,0,1,1,4.11-6.61l.86-1.38A5.56,5.56,0,0,0,12.34,19Z\" class=\"clr-i-outline clr-i-outline-path-4\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"camera solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M32,8H24.7L23.64,5.28A2,2,0,0,0,21.78,4H14.22a2,2,0,0,0-1.87,1.28L11.3,8H4a2,2,0,0,0-2,2V30a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V10A2,2,0,0,0,32,8ZM6.17,13.63a.8.8,0,0,1,0-1.6h2.4a.8.8,0,0,1,0,1.6ZM18,28a9,9,0,1,1,9-9A9,9,0,0,1,18,28Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path><path d=\"M11.11,19.06a7.07,7.07,0,0,0,4.11,6.41l1.09-1.74a5,5,0,1,1,5.22-8.39l1.09-1.76a7.06,7.06,0,0,0-11.51,5.48Z\" class=\"clr-i-solid clr-i-solid-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"fast forward line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M17.77,31.92a2,2,0,0,1-.86-.2A1.81,1.81,0,0,1,16,29.93v-6.7L5.24,31.5a1.94,1.94,0,0,1-2.06.22,2,2,0,0,1-1.11-1.79v-24A2,2,0,0,1,3.18,4.12a1.93,1.93,0,0,1,2.06.22L16,12.61V5.91a1.81,1.81,0,0,1,.91-1.79A1.93,1.93,0,0,1,19,4.34l15.32,12a2,2,0,0,1,0,3.15L19,31.5A2,2,0,0,1,17.77,31.92Zm0-12.8V29.93l15.26-12-15.32-12,.06,10.81L4,5.91v24Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"fast forward solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M17.71,32a2,2,0,0,1-.86-.2A1.77,1.77,0,0,1,16,30v-6.7L5.17,31.58a1.94,1.94,0,0,1-2.06.22A2,2,0,0,1,2,30V6A2,2,0,0,1,3.11,4.2a1.93,1.93,0,0,1,2.06.22L16,12.69V6a1.77,1.77,0,0,1,.85-1.79,1.93,1.93,0,0,1,2.06.22l15.32,12a2,2,0,0,1,0,3.15l-15.32,12A2,2,0,0,1,17.71,32Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"film strip line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M30,4H6A2,2,0,0,0,4,6V30a2,2,0,0,0,2,2H30a2,2,0,0,0,2-2V6A2,2,0,0,0,30,4Zm0,26H6V6H30Z\"></path><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M14.6,23.07a1.29,1.29,0,0,0,1.24.09l8.73-4a1.3,1.3,0,0,0,0-2.37h0l-8.73-4A1.3,1.3,0,0,0,14,14v8A1.29,1.29,0,0,0,14.6,23.07Zm1-8.6L23.31,18,15.6,21.51Z\"></path><rect class=\"clr-i-outline clr-i-outline-path-3\" x=\"8\" y=\"7\" width=\"2\" height=\"3\"></rect><rect class=\"clr-i-outline clr-i-outline-path-4\" x=\"14\" y=\"7\" width=\"2\" height=\"3\"></rect><rect class=\"clr-i-outline clr-i-outline-path-5\" x=\"20\" y=\"7\" width=\"2\" height=\"3\"></rect><rect class=\"clr-i-outline clr-i-outline-path-6\" x=\"26\" y=\"7\" width=\"2\" height=\"3\"></rect><rect class=\"clr-i-outline clr-i-outline-path-7\" x=\"8\" y=\"26\" width=\"2\" height=\"3\"></rect><rect class=\"clr-i-outline clr-i-outline-path-8\" x=\"14\" y=\"26\" width=\"2\" height=\"3\"></rect><rect class=\"clr-i-outline clr-i-outline-path-9\" x=\"20\" y=\"26\" width=\"2\" height=\"3\"></rect><rect class=\"clr-i-outline clr-i-outline-path-10\" x=\"26\" y=\"26\" width=\"2\" height=\"3\"></rect>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"film strip solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M30,4H6A2,2,0,0,0,4,6V30a2,2,0,0,0,2,2H30a2,2,0,0,0,2-2V6A2,2,0,0,0,30,4ZM20,7h2v3H20ZM14,7h2v3H14ZM10,29H8V26h2Zm0-19H8V7h2Zm6,19H14V26h2Zm6,0H20V26h2Zm3.16-10.16L15.39,23.2A1,1,0,0,1,14,22.28V13.57a1,1,0,0,1,1.41-.91L25.16,17A1,1,0,0,1,25.16,18.84ZM28,29H26V26h2Zm0-19H26V7h2Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"headphones line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M18,3A14.27,14.27,0,0,0,4,17.5V31H9.2A2.74,2.74,0,0,0,12,28.33V21.67A2.74,2.74,0,0,0,9.2,19H6V17.5A12.27,12.27,0,0,1,18,5,12.27,12.27,0,0,1,30,17.5V19H26.8A2.74,2.74,0,0,0,24,21.67v6.67A2.74,2.74,0,0,0,26.8,31H32V17.5A14.27,14.27,0,0,0,18,3ZM9.2,21a.75.75,0,0,1,.8.67v6.67a.75.75,0,0,1-.8.67H6V21ZM26,28.33V21.67a.75.75,0,0,1,.8-.67H30v8H26.8A.75.75,0,0,1,26,28.33Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"headphones solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M18,3A14.27,14.27,0,0,0,4,17.5V31H8.2A1.74,1.74,0,0,0,10,29.33V22.67A1.74,1.74,0,0,0,8.2,21H6V17.5A12.27,12.27,0,0,1,18,5,12.27,12.27,0,0,1,30,17.5V21H27.8A1.74,1.74,0,0,0,26,22.67v6.67A1.74,1.74,0,0,0,27.8,31H32V17.5A14.27,14.27,0,0,0,18,3Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"image gallery line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M32.12,10H3.88A1.88,1.88,0,0,0,2,11.88V30.12A1.88,1.88,0,0,0,3.88,32H32.12A1.88,1.88,0,0,0,34,30.12V11.88A1.88,1.88,0,0,0,32.12,10ZM32,30H4V12H32Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M8.56,19.45a3,3,0,1,0-3-3A3,3,0,0,0,8.56,19.45Zm0-4.6A1.6,1.6,0,1,1,7,16.45,1.6,1.6,0,0,1,8.56,14.85Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M7.9,28l6-6,3.18,3.18L14.26,28h2l7.46-7.46L30,26.77v-2L24.2,19a.71.71,0,0,0-1,0l-5.16,5.16L14.37,20.5a.71.71,0,0,0-1,0L5.92,28Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path><path d=\"M30.14,3h0a1,1,0,0,0-1-1h-22a1,1,0,0,0-1,1h0V4h24Z\" class=\"clr-i-outline clr-i-outline-path-4\"></path><path d=\"M32.12,7V7a1,1,0,0,0-1-1h-26a1,1,0,0,0-1,1h0V8h28Z\" class=\"clr-i-outline clr-i-outline-path-5\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"image gallery solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M30.14,3h0a1,1,0,0,0-1-1h-22a1,1,0,0,0-1,1h0V4h24Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path><path d=\"M32.12,7V7a1,1,0,0,0-1-1h-26a1,1,0,0,0-1,1h0V8h28Z\" class=\"clr-i-solid clr-i-solid-path-2\"></path><path d=\"M32.12,10H3.88A1.88,1.88,0,0,0,2,11.88V30.12A1.88,1.88,0,0,0,3.88,32H32.12A1.88,1.88,0,0,0,34,30.12V11.88A1.88,1.88,0,0,0,32.12,10ZM8.56,13.45a3,3,0,1,1-3,3A3,3,0,0,1,8.56,13.45ZM30,28h-24l7.46-7.47a.71.71,0,0,1,1,0l3.68,3.68L23.21,19a.71.71,0,0,1,1,0L30,24.79Z\" class=\"clr-i-solid clr-i-solid-path-3\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"microphone line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M18,24c3.9,0,7-3.1,7-7V9c0-3.9-3.1-7-7-7s-7,3.1-7,7v8C11,20.9,14.1,24,18,24z M13,9c0-2.8,2.2-5,5-5s5,2.2,5,5v8\n\t\tc0,2.8-2.2,5-5,5s-5-2.2-5-5V9z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M30,17h-2c0,5.5-4.5,10-10,10S8,22.5,8,17H6c0,6.3,4.8,11.4,11,11.9V32h-3c-0.6,0-1,0.4-1,1s0.4,1,1,1h8c0.6,0,1-0.4,1-1\n\t\ts-0.4-1-1-1h-3v-3.1C25.2,28.4,30,23.3,30,17z\" class=\"clr-i-outline clr-i-outline-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"microphone mute line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M30,17h-2c0,1.8-0.5,3.5-1.4,5l1.5,1.5C29.3,21.5,29.9,19.3,30,17z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M18,4c2.8,0,5,2.2,5,5v8c0,0.4-0.1,0.8-0.2,1.2l1.6,1.6c0.4-0.9,0.6-1.8,0.6-2.8V9c0-3.9-3.2-7-7.1-6.9\n\t\tc-2.9,0-5.6,1.9-6.5,4.7L13,8.3C13.5,5.9,15.6,4.2,18,4z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M25.2,26.6l6.9,6.9l1.4-1.4L4,2.6L2.6,4l8.4,8.4V17c0,3.9,3.1,7,7,7c1.3,0,2.5-0.3,3.6-1l2.2,2.2C22.1,26.4,20.1,27,18,27\n\t\tc-5.4,0.2-9.8-4.1-10-9.4c0-0.2,0-0.4,0-0.6H6c0.1,6.2,4.8,11.4,11,12v3h-3c-0.6,0-1,0.4-1,1s0.4,1,1,1h8c0.6,0,1-0.4,1-1\n\t\ts-0.4-1-1-1h-3v-3C21.2,28.8,23.4,28,25.2,26.6z M13.8,19.7C13.3,18.9,13,18,13,17v-2.6l7.1,7.1C17.9,22.5,15.2,21.8,13.8,19.7z\" class=\"clr-i-outline clr-i-outline-path-3\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"microphone mute solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M30,17h-2c0,1.8-0.5,3.5-1.4,5l1.5,1.5C29.3,21.5,29.9,19.3,30,17z\" class=\"clr-i-solid clr-i-solid-path-1\"></path><path d=\"M25,17V9c0-3.9-3.2-7-7.1-6.9c-2.9,0-5.6,1.9-6.5,4.7l13,13C24.8,18.9,25,17.9,25,17z\" class=\"clr-i-solid clr-i-solid-path-2\"></path><path d=\"M25.2,26.6l6.9,6.9l1.4-1.4L4,2.6L2.6,4l8.4,8.4V17c0,3.9,3.1,7,7,7c1.3,0,2.5-0.3,3.6-1l2.2,2.2C22.1,26.4,20.1,27,18,27\n\t\tc-5.4,0.2-9.8-4.1-10-9.4c0-0.2,0-0.4,0-0.6H6c0.1,6.2,4.8,11.4,11,12v3h-3c-0.6,0-1,0.4-1,1s0.4,1,1,1h8c0.6,0,1-0.4,1-1\n\t\ts-0.4-1-1-1h-3v-3C21.2,28.8,23.4,28,25.2,26.6z\" class=\"clr-i-solid clr-i-solid-path-3\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"microphone solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M18,24c3.9,0,7-3.1,7-7V9c0-3.9-3.1-7-7-7s-7,3.1-7,7v8C11,20.9,14.1,24,18,24z\" class=\"clr-i-solid clr-i-solid-path-1\"></path><path d=\"M30,17h-2c0,5.5-4.5,10-10,10S8,22.5,8,17H6c0,6.3,4.8,11.4,11,11.9V32h-3c-0.6,0-1,0.4-1,1s0.4,1,1,1h8c0.6,0,1-0.4,1-1\n\t\ts-0.4-1-1-1h-3v-3.1C25.2,28.4,30,23.3,30,17z\" class=\"clr-i-solid clr-i-solid-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"music note line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M31.68,6.16c-1.92-3.3-10.6-4-11.58-4.09L19,2V22.34a5.89,5.89,0,0,0-.82-.56,8.33,8.33,0,0,0-6.53-.41C7.57,22.7,4.92,26.5,5.78,29.84a5.33,5.33,0,0,0,2.66,3.32,7.48,7.48,0,0,0,3.61.88A9.54,9.54,0,0,0,15,33.57c3.67-1.18,6.17-4.33,6.06-7.36V9.34a29.14,29.14,0,0,1,6.55,1.43,1,1,0,1,0,.72-1.87A31.37,31.37,0,0,0,21,7.33V4.17c3.33.36,8,1.38,8.92,3,2,3.41-2.33,7.36-2.37,7.4a1,1,0,0,0,1.33,1.49C29.15,15.85,34.5,11,31.68,6.16ZM14.35,31.67a6.43,6.43,0,0,1-5-.26,3.31,3.31,0,0,1-1.69-2.07c-.6-2.33,1.45-5.05,4.58-6.06a7.52,7.52,0,0,1,2.3-.37,5.52,5.52,0,0,1,2.65.62,3.31,3.31,0,0,1,1.69,2.07C19.54,27.94,17.49,30.66,14.35,31.67Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"music note solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M31.68,6.16c-1.92-3.3-10.6-4-11.58-4.09L19,2V22.29a5.88,5.88,0,0,0-.81-.55,8.33,8.33,0,0,0-6.53-.41c-4.12,1.33-6.77,5.13-5.91,8.47a5.33,5.33,0,0,0,2.66,3.32,7.48,7.48,0,0,0,3.61.88A9.54,9.54,0,0,0,15,33.52c3.7-1.19,6.2-4.37,6.06-7.42,0,0,0,0,0,0V8.49c1,.12,2.37.33,3.82.64a11.17,11.17,0,0,1,4.06,1.46c1,.66.38,1.9.33,2a11.8,11.8,0,0,1-1.66,2,1,1,0,0,0,1.33,1.49C29.15,15.85,34.5,11,31.68,6.16Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"pause line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M12.93,32H6.07A2.07,2.07,0,0,1,4,29.93V6.07A2.07,2.07,0,0,1,6.07,4h6.87A2.07,2.07,0,0,1,15,6.07V29.93A2.07,2.07,0,0,1,12.93,32ZM13,6H6V30h7Z\"></path><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M29.93,32H23.07A2.07,2.07,0,0,1,21,29.93V6.07A2.07,2.07,0,0,1,23.07,4h6.87A2.07,2.07,0,0,1,32,6.07V29.93A2.07,2.07,0,0,1,29.93,32ZM30,6H23V30h7Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"pause solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <rect class=\"clr-i-solid clr-i-solid-path-1\" x=\"3.95\" y=\"4\" width=\"11\" height=\"28\" rx=\"2.07\" ry=\"2.07\"></rect><rect class=\"clr-i-solid clr-i-solid-path-2\" x=\"20.95\" y=\"4\" width=\"11\" height=\"28\" rx=\"2.07\" ry=\"2.07\"></rect>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"play line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M8.07,31.6A2.07,2.07,0,0,1,6,29.53V6.32A2.07,2.07,0,0,1,9,4.47L32.21,16.08a2.07,2.07,0,0,1,0,3.7L9,31.38A2.06,2.06,0,0,1,8.07,31.6Zm0-25.34L8,6.32V29.53l.1.06L31.31,18a.06.06,0,0,0,0-.06Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"play solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M32.16,16.08,8.94,4.47A2.07,2.07,0,0,0,6,6.32V29.53a2.06,2.06,0,0,0,3,1.85L32.16,19.77a2.07,2.07,0,0,0,0-3.7Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"power line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M18,21a1,1,0,0,1-1-1V4a1,1,0,0,1,2,0V20A1,1,0,0,1,18,21Z\"></path><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M18,34.15a15,15,0,0,1-7.52-28,1,1,0,0,1,1,1.73,13,13,0,1,0,13,0,1,1,0,1,1,1-1.73,15,15,0,0,1-7.52,28Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"power outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\" d=\"M18,21a1,1,0,0,0,1-1V4a1,1,0,0,0-2,0V20A1,1,0,0,0,18,21Z\"></path><path class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\" d=\"M32.51,15.4H30.44a13,13,0,1,1-19-7.5,1,1,0,0,0-1-1.73A15,15,0,1,0,33,19.15,14.9,14.9,0,0,0,32.51,15.4Z\"></path><path class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted clr-i-alert\" d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"power outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--badged clr-i-outline-path-1--badged\" d=\"M18,21a1,1,0,0,1-1-1V4a1,1,0,0,1,2,0V20A1,1,0,0,1,18,21Z\"></path><path class=\"clr-i-outline--badged clr-i-outline-path-2--badged\" d=\"M30,13.5l-.31,0A13,13,0,1,1,11.48,7.9a1,1,0,0,0-1-1.73,15,15,0,1,0,21.31,7.1A7.49,7.49,0,0,1,30,13.5Z\"></path><circle class=\"clr-i-outline--badged clr-i-outline-path-3--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"power solid alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\" d=\"M33.68,15.4h-6A9.7,9.7,0,0,1,28,17.89a10,10,0,1,1-15.83-8,1.4,1.4,0,0,1,1.94.31,1.37,1.37,0,0,1-.31,1.92,7.18,7.18,0,1,0,11.43,5.8,7.08,7.08,0,0,0-.45-2.49H22.23A3.69,3.69,0,0,1,19.35,14v4.4a1.29,1.29,0,0,1-2.58,0V8.65a1.29,1.29,0,0,1,2.58,0v.71l3.76-6.51A16,16,0,1,0,34,18a16,16,0,0,0-.23-2.61Z\"></path><path class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted clr-i-alert\" d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"power solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--badged clr-i-solid-path-1--badged\" d=\"M30,13.5a7.47,7.47,0,0,1-3.57-.9A9.83,9.83,0,0,1,28,17.89a10,10,0,1,1-15.83-8,1.4,1.4,0,0,1,1.94.31,1.37,1.37,0,0,1-.31,1.92,7.18,7.18,0,1,0,11.43,5.8,7.07,7.07,0,0,0-3-5.76A1.37,1.37,0,0,1,22,10.2a1.38,1.38,0,0,1,1.52-.49,7.45,7.45,0,0,1-.3-6.83,16.06,16.06,0,1,0,9.93,9.93A7.46,7.46,0,0,1,30,13.5ZM16.77,8.65a1.29,1.29,0,0,1,2.58,0V18.4a1.29,1.29,0,0,1-2.58,0Z\"></path><circle class=\"clr-i-solid--badged clr-i-solid-path-2--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"power solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M18,2A16,16,0,1,0,34,18,16,16,0,0,0,18,2Zm.06,17.68a1.28,1.28,0,0,1-1.29-1.28V8.65a1.29,1.29,0,0,1,2.58,0V18.4A1.28,1.28,0,0,1,18.06,19.68ZM18,27.79A9.88,9.88,0,0,1,12.17,9.85a1.4,1.4,0,0,1,1.94.31,1.37,1.37,0,0,1-.31,1.92,7.18,7.18,0,1,0,11.43,5.8,7.07,7.07,0,0,0-3-5.76A1.37,1.37,0,0,1,22,10.2a1.4,1.4,0,0,1,1.94-.29A9.88,9.88,0,0,1,18,27.79Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"replay all line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M17.46,26.22a1.4,1.4,0,0,0,1-.42l5.59-5.56a1.43,1.43,0,0,0,.42-1,1.46,1.46,0,0,0-.42-1l-5.59-5.56a1.43,1.43,0,0,0-2.44,1V24.79a1.41,1.41,0,0,0,.88,1.32A1.54,1.54,0,0,0,17.46,26.22Zm.16-12.16,5.19,5.16-5.19,5.17Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M18.06,5h-6.7l2.92-2.64A1,1,0,0,0,12.94.88L7.32,6,12.94,11a1,1,0,0,0,.67.26,1,1,0,0,0,.74-.33,1,1,0,0,0-.07-1.42L11.46,7h6.6A11.78,11.78,0,1,1,7.71,24.41,1,1,0,0,0,6,25.36,13.78,13.78,0,1,0,18.06,5Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"replay one line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M19,27.27a1,1,0,0,0,1-1V14a1,1,0,0,0-1-1H19a3.8,3.8,0,0,0-1.1.23l-2,.62a.92.92,0,0,0-.72.86.88.88,0,0,0,.88.86,1.46,1.46,0,0,0,.43-.08L18,15.07v11.2A1,1,0,0,0,19,27.27Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M18.06,5h-6.7l2.92-2.64A1,1,0,0,0,12.94.88L7.32,6,12.94,11a1,1,0,0,0,.67.26,1,1,0,0,0,.74-.33,1,1,0,0,0-.07-1.42L11.46,7h6.6A11.78,11.78,0,1,1,7.71,24.41,1,1,0,0,0,6,25.36,13.78,13.78,0,1,0,18.06,5Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"rewind line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M17.09,31.58l-15.32-12a2,2,0,0,1,0-3.15l15.32-12a1.93,1.93,0,0,1,2.06-.22A1.77,1.77,0,0,1,20,6v6.7L30.83,4.42a1.93,1.93,0,0,1,2.06-.22A2,2,0,0,1,34,6V30a2,2,0,0,1-1.11,1.79,1.94,1.94,0,0,1-2.06-.22L20,23.31V30a1.77,1.77,0,0,1-.85,1.79,1.94,1.94,0,0,1-2.06-.22ZM32,30l.06-24L18,16.8V6L3,18,18,30V19.2Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"rewind solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M16.92,31.58,1.6,19.57a2,2,0,0,1,0-3.15l15.32-12A1.93,1.93,0,0,1,19,4.2,1.89,1.89,0,0,1,20,6v6.7L30.66,4.42a1.93,1.93,0,0,1,2.06-.22A2,2,0,0,1,33.83,6V30a2,2,0,0,1-1.11,1.79,1.94,1.94,0,0,1-2.06-.22L20,23.31V30a1.89,1.89,0,0,1-1,1.79,1.94,1.94,0,0,1-2.06-.22Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"shuffle line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M21.61,11h8.62l-3.3,3.3a1,1,0,1,0,1.41,1.42L34,10.08l-.71-.71h0L28.34,4.43a1,1,0,0,0-1.41,1.42L30.11,9H21a1,1,0,0,0-.86.5L17.5,14.09l1.16,2Z\"></path><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M11.07,25.07H3a1,1,0,0,0,0,2h8.65a1,1,0,0,0,.86-.5L15.18,22,14,20Z\"></path><path class=\"clr-i-outline clr-i-outline-path-3\" d=\"M28.34,20.17a1,1,0,0,0-1.41,1.42l3.5,3.5H21.61L12.51,9.53a1,1,0,0,0-.86-.5H3a1,1,0,1,0,0,2h8.07l9.1,15.55a1,1,0,0,0,.86.5H29.9l-3,3a1,1,0,0,0,1.41,1.42l4.95-4.94h0l.71-.71Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"step forward line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M5,32.23a2,2,0,0,1-2-2V5.77A2,2,0,0,1,6.17,4.14L23.23,16.38a2,2,0,0,1,0,3.25h0L6.17,31.86A2,2,0,0,1,5,32.23ZM5,5.77V30.23L22.07,18Z\"></path><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M31,32H28a2,2,0,0,1-2-2V6a2,2,0,0,1,2-2h3a2,2,0,0,1,2,2V30A2,2,0,0,1,31,32ZM28,6V30h3V6Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"step forward solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M5,31.9a2,2,0,0,1-2-2V5.44A2,2,0,0,1,6.12,3.81L23.18,16a2,2,0,0,1,0,3.25h0L6.12,31.52A2,2,0,0,1,5,31.9Z\"></path><rect class=\"clr-i-solid clr-i-solid-path-2\" x=\"25.95\" y=\"3.67\" width=\"7\" height=\"28\" rx=\"2\" ry=\"2\"></rect>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"stop line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M30,32H6a2,2,0,0,1-2-2V6A2,2,0,0,1,6,4H30a2,2,0,0,1,2,2V30A2,2,0,0,1,30,32ZM6,6V30H30V6Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"stop solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <rect class=\"clr-i-solid clr-i-solid-path-1\" x=\"3.96\" y=\"4\" width=\"27.99\" height=\"28\" rx=\"2\" ry=\"2\"></rect>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"video camera line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M34,10.34a2.11,2.11,0,0,0-1.16-1.9,2,2,0,0,0-2.13.15L26,11.6V8a2,2,0,0,0-2-2H6a4,4,0,0,0-4,4V26a4,4,0,0,0,4,4H24a2,2,0,0,0,2-2V24.4l4.64,3a2.07,2.07,0,0,0,2.2.2A2.11,2.11,0,0,0,34,25.66ZM31.93,25.77c-.06,0-.11,0-.19-.06L24,20.77V28H6a2,2,0,0,1-2-2V10A2,2,0,0,1,6,8H24v7.23l7.8-5a.11.11,0,0,1,.13,0,.11.11,0,0,1,.07.11V25.66A.11.11,0,0,1,31.93,25.77Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"video camera solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M32.3,9.35,26,12.9V8a2,2,0,0,0-2-2H6a4,4,0,0,0-4,4V26a4,4,0,0,0,4,4H24a2,2,0,0,0,2-2V23.08l6.3,3.55A1.1,1.1,0,0,0,34,25.77V10.2A1.1,1.1,0,0,0,32.3,9.35Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"video gallery line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M32.12,10H3.88A1.88,1.88,0,0,0,2,11.88V30.12A1.88,1.88,0,0,0,3.88,32H32.12A1.88,1.88,0,0,0,34,30.12V11.88A1.88,1.88,0,0,0,32.12,10ZM32,30H4V12H32Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M30.14,3h0a1,1,0,0,0-1-1h-22a1,1,0,0,0-1,1h0V4h24Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M32.12,7V7a1,1,0,0,0-1-1h-26a1,1,0,0,0-1,1h0V8h28Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path><path d=\"M12.82,26.79a1.74,1.74,0,0,0,.93.28,1.68,1.68,0,0,0,.69-.15l9.77-4.36a1.69,1.69,0,0,0,0-3.1L14.44,15.1a1.7,1.7,0,0,0-2.39,1.55v8.72A1.7,1.7,0,0,0,12.82,26.79Zm.63-10.14a.29.29,0,0,1,.14-.25.3.3,0,0,1,.16,0,.27.27,0,0,1,.12,0l9.77,4.35a.29.29,0,0,1,.18.28.28.28,0,0,1-.18.27l-9.77,4.36a.28.28,0,0,1-.28,0,.31.31,0,0,1-.14-.25Z\" class=\"clr-i-outline clr-i-outline-path-4\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"video gallery solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M32.12,10H3.88A1.88,1.88,0,0,0,2,11.88V30.12A1.88,1.88,0,0,0,3.88,32H32.12A1.88,1.88,0,0,0,34,30.12V11.88A1.88,1.88,0,0,0,32.12,10ZM24.18,21.83l-9.77,4.36A1,1,0,0,1,13,25.28V16.56a1,1,0,0,1,1.41-.91L24.18,20A1,1,0,0,1,24.18,21.83Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path><path d=\"M30.14,3h0a1,1,0,0,0-1-1h-22a1,1,0,0,0-1,1h0V4h24Z\" class=\"clr-i-solid clr-i-solid-path-2\"></path><path d=\"M32.12,7V7a1,1,0,0,0-1-1h-26a1,1,0,0,0-1,1h0V8h28Z\" class=\"clr-i-solid clr-i-solid-path-3\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"volume down line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M23.41,25.11a1,1,0,0,1-.54-1.85,6.21,6.21,0,0,0-.19-10.65,1,1,0,1,1,1-1.73A8.21,8.21,0,0,1,23.94,25,1,1,0,0,1,23.41,25.11Z\"></path><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M18,32a2,2,0,0,1-1.42-.59L9.14,24H4a2,2,0,0,1-2-2V14a2,2,0,0,1,2-2H9.22l7.33-7.41A2,2,0,0,1,20,6V30a2,2,0,0,1-1.24,1.85A2,2,0,0,1,18,32ZM4,14v8H9.56a1,1,0,0,1,.71.28L18,30V6l-7.65,7.68a1,1,0,0,1-.71.3ZM18,6Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"volume down solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M23.41,25.11a1,1,0,0,1-.54-1.85,6.21,6.21,0,0,0-.19-10.65,1,1,0,1,1,1-1.73A8.21,8.21,0,0,1,23.94,25,1,1,0,0,1,23.41,25.11Z\"></path><path class=\"clr-i-solid clr-i-solid-path-2\" d=\"M18.34,3.87,9,12H3a1,1,0,0,0-1,1V23a1,1,0,0,0,1,1H8.83l9.51,8.3A1,1,0,0,0,20,31.55V4.62A1,1,0,0,0,18.34,3.87Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"volume mute line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M3.61,6.41,9.19,12H4a2,2,0,0,0-2,2v8a2,2,0,0,0,2,2H9.14l7.41,7.47A2,2,0,0,0,18,32a2,2,0,0,0,.76-.15A2,2,0,0,0,20,30V22.77l5.89,5.89c-.25.15-.49.29-.75.42a1,1,0,0,0,.9,1.79,14.4,14.4,0,0,0,1.31-.75l2.28,2.28L31,31,5,5ZM18,30l-7.73-7.77A1,1,0,0,0,9.56,22H4V14H9.64a1,1,0,0,0,.71-.3l.26-.26L18,20.81Z\"></path><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M24.89,6.69A12.42,12.42,0,0,1,29,26.1l1.42,1.42A14.42,14.42,0,0,0,25.76,4.88a1,1,0,1,0-.87,1.8Z\"></path><path class=\"clr-i-outline clr-i-outline-path-3\" d=\"M22.69,12.62A6.27,6.27,0,0,1,25.8,18a6.17,6.17,0,0,1-1.24,3.71L26,23.13A8.15,8.15,0,0,0,27.8,18a8.28,8.28,0,0,0-4.1-7.11,1,1,0,1,0-1,1.73Z\"></path><path class=\"clr-i-outline clr-i-outline-path-4\" d=\"M18,6v9.15l2,2V6a2,2,0,0,0-3.42-1.41L12,9.17l1.41,1.41Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"volume mute solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M24.87,6.69A12.42,12.42,0,0,1,28.75,26.3l1.42,1.42A14.43,14.43,0,0,0,25.74,4.88a1,1,0,0,0-.87,1.8Z\"></path><path class=\"clr-i-solid clr-i-solid-path-2\" d=\"M27.3,27.67h0l-3.84-3.84-.57-.57h0L4.63,5,3.21,6.41,8.8,12H3a1,1,0,0,0-1,1V23a1,1,0,0,0,1,1H8.83l9.51,8.3A1,1,0,0,0,20,31.55V23.2l5.59,5.59c-.17.1-.34.2-.51.29a1,1,0,0,0,.9,1.79c.37-.19.72-.4,1.08-.62l2.14,2.14L30.61,31l-3.25-3.25Z\"></path><path class=\"clr-i-solid clr-i-solid-path-3\" d=\"M22.69,12.62A6.27,6.27,0,0,1,25.8,18a6.17,6.17,0,0,1-1.42,3.92l1.42,1.42a8.16,8.16,0,0,0,2-5.34,8.28,8.28,0,0,0-4.1-7.11,1,1,0,1,0-1,1.73Z\"></path><path class=\"clr-i-solid clr-i-solid-path-4\" d=\"M20,4.62a1,1,0,0,0-1.66-.75l-6.42,5.6L20,17.54Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"volume up line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M23.41,25.25a1,1,0,0,1-.54-1.85,6.21,6.21,0,0,0-.19-10.65,1,1,0,1,1,1-1.73,8.21,8.21,0,0,1,.24,14.06A1,1,0,0,1,23.41,25.25Z\"></path><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M25.62,31.18a1,1,0,0,1-.45-1.89A12.44,12.44,0,0,0,25,6.89a1,1,0,1,1,.87-1.8,14.44,14.44,0,0,1,.24,26A1,1,0,0,1,25.62,31.18Z\"></path><path class=\"clr-i-outline clr-i-outline-path-3\" d=\"M18,32.06a2,2,0,0,1-1.42-.59L9.14,24H4a2,2,0,0,1-2-2V14a2,2,0,0,1,2-2H9.22l7.33-7.39A2,2,0,0,1,20,6v24a2,2,0,0,1-1.24,1.85A2,2,0,0,1,18,32.06ZM4,14v8H9.56a1,1,0,0,1,.71.3L18,30.06V6L10.35,13.7a1,1,0,0,1-.71.3ZM18,6Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"volume up solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M23.41,25.25a1,1,0,0,1-.54-1.85,6.21,6.21,0,0,0-.19-10.65,1,1,0,1,1,1-1.73,8.21,8.21,0,0,1,.24,14.06A1,1,0,0,1,23.41,25.25Z\"></path><path class=\"clr-i-solid clr-i-solid-path-2\" d=\"M25.62,31.18a1,1,0,0,1-.45-1.89A12.44,12.44,0,0,0,25,6.89a1,1,0,1,1,.87-1.8,14.44,14.44,0,0,1,.24,26A1,1,0,0,1,25.62,31.18Z\"></path><path class=\"clr-i-solid clr-i-solid-path-3\" d=\"M18.33,4,9.07,12h-6a1,1,0,0,0-1,1v9.92a1,1,0,0,0,1,1H8.88l9.46,8.24A1,1,0,0,0,20,31.43V4.72A1,1,0,0,0,18.33,4Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li class='heading'>social</li><li title=\"bookmark line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M26,34a2,2,0,0,1-1.41-.58L18,26.82l-6.54,6.52A2,2,0,0,1,8,31.93V4a2,2,0,0,1,2-2H26a2,2,0,0,1,2,2V32a2,2,0,0,1-2,2Zm0-2h0V4H10V31.93L18,24Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"bookmark solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M26,2H10A2,2,0,0,0,8,4V31.93a2,2,0,0,0,3.42,1.41l6.54-6.52,6.63,6.6A2,2,0,0,0,28,32V4A2,2,0,0,0,26,2Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"calendar line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M32.25,6H29V8h3V30H4V8H7V6H3.75A1.78,1.78,0,0,0,2,7.81V30.19A1.78,1.78,0,0,0,3.75,32h28.5A1.78,1.78,0,0,0,34,30.19V7.81A1.78,1.78,0,0,0,32.25,6Z\"></path><rect class=\"clr-i-outline clr-i-outline-path-2\" x=\"8\" y=\"14\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline clr-i-outline-path-3\" x=\"14\" y=\"14\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline clr-i-outline-path-4\" x=\"20\" y=\"14\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline clr-i-outline-path-5\" x=\"26\" y=\"14\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline clr-i-outline-path-6\" x=\"8\" y=\"19\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline clr-i-outline-path-7\" x=\"14\" y=\"19\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline clr-i-outline-path-8\" x=\"20\" y=\"19\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline clr-i-outline-path-9\" x=\"26\" y=\"19\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline clr-i-outline-path-10\" x=\"8\" y=\"24\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline clr-i-outline-path-11\" x=\"14\" y=\"24\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline clr-i-outline-path-12\" x=\"20\" y=\"24\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline clr-i-outline-path-13\" x=\"26\" y=\"24\" width=\"2\" height=\"2\"></rect><path class=\"clr-i-outline clr-i-outline-path-14\" d=\"M10,10a1,1,0,0,0,1-1V3A1,1,0,0,0,9,3V9A1,1,0,0,0,10,10Z\"></path><path class=\"clr-i-outline clr-i-outline-path-15\" d=\"M26,10a1,1,0,0,0,1-1V3a1,1,0,0,0-2,0V9A1,1,0,0,0,26,10Z\"></path><rect class=\"clr-i-outline clr-i-outline-path-16\" x=\"13\" y=\"6\" width=\"10\" height=\"2\"></rect>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"calendar outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\" d=\"M33.68,15.4H32V30H4V8H7V6H3.75A1.78,1.78,0,0,0,2,7.81V30.19A1.78,1.78,0,0,0,3.75,32h28.5A1.78,1.78,0,0,0,34,30.19V15.38Z\"></path><rect class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\" x=\"8\" y=\"14\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted\" x=\"14\" y=\"14\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline--alerted clr-i-outline-path-4--alerted\" x=\"8\" y=\"19\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline--alerted clr-i-outline-path-5--alerted\" x=\"14\" y=\"19\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline--alerted clr-i-outline-path-6--alerted\" x=\"20\" y=\"19\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline--alerted clr-i-outline-path-7--alerted\" x=\"26\" y=\"19\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline--alerted clr-i-outline-path-8--alerted\" x=\"8\" y=\"24\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline--alerted clr-i-outline-path-9--alerted\" x=\"14\" y=\"24\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline--alerted clr-i-outline-path-10--alerted\" x=\"20\" y=\"24\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline--alerted clr-i-outline-path-11--alerted\" x=\"26\" y=\"24\" width=\"2\" height=\"2\"></rect><path class=\"clr-i-outline--alerted clr-i-outline-path-12--alerted\" d=\"M10,10a1,1,0,0,0,1-1V3A1,1,0,0,0,9,3V9A1,1,0,0,0,10,10Z\"></path><path class=\"clr-i-outline--alerted clr-i-outline-path-13--alerted clr-i-alert\" d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"calendar outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--badged clr-i-outline-path-1--badged\" d=\"M32,13.22V30H4V8H7V6H3.75A1.78,1.78,0,0,0,2,7.81V30.19A1.78,1.78,0,0,0,3.75,32h28.5A1.78,1.78,0,0,0,34,30.19V12.34A7.45,7.45,0,0,1,32,13.22Z\"></path><rect class=\"clr-i-outline--badged clr-i-outline-path-2--badged\" x=\"8\" y=\"14\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline--badged clr-i-outline-path-3--badged\" x=\"14\" y=\"14\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline--badged clr-i-outline-path-4--badged\" x=\"20\" y=\"14\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline--badged clr-i-outline-path-5--badged\" x=\"26\" y=\"14\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline--badged clr-i-outline-path-6--badged\" x=\"8\" y=\"19\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline--badged clr-i-outline-path-7--badged\" x=\"14\" y=\"19\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline--badged clr-i-outline-path-8--badged\" x=\"20\" y=\"19\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline--badged clr-i-outline-path-9--badged\" x=\"26\" y=\"19\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline--badged clr-i-outline-path-10--badged\" x=\"8\" y=\"24\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline--badged clr-i-outline-path-11--badged\" x=\"14\" y=\"24\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline--badged clr-i-outline-path-12--badged\" x=\"20\" y=\"24\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline--badged clr-i-outline-path-13--badged\" x=\"26\" y=\"24\" width=\"2\" height=\"2\"></rect><path class=\"clr-i-outline--badged clr-i-outline-path-14--badged\" d=\"M10,10a1,1,0,0,0,1-1V3A1,1,0,0,0,9,3V9A1,1,0,0,0,10,10Z\"></path><path class=\"clr-i-outline--badged clr-i-outline-path-15--badged\" d=\"M22.5,6H13V8h9.78A7.49,7.49,0,0,1,22.5,6Z\"></path><circle class=\"clr-i-outline--badged clr-i-outline-path-16--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"calendar solid alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\" d=\"M33.68,15.4H22.23A3.68,3.68,0,0,1,19,9.89L21.29,6H12.2V9A2.2,2.2,0,0,1,7.8,9V6h-4A1.78,1.78,0,0,0,2,7.81V30.19A1.78,1.78,0,0,0,3.75,32h28.5A1.78,1.78,0,0,0,34,30.19V15.38ZM10,26H8V24h2Zm0-5H8V19h2Zm0-5H8V14h2Zm6,10H14V24h2Zm0-5H14V19h2Zm0-5H14V14h2Zm6,10H20V24h2Zm0-5H20V19h2Zm6,5H26V24h2Zm0-5H26V19h2Z\"></path><path class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted\" d=\"M10,10a1,1,0,0,0,1-1V3A1,1,0,0,0,9,3V9A1,1,0,0,0,10,10Z\"></path><path class=\"clr-i-solid--alerted clr-i-solid-path-3--alerted clr-i-alert\" d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"calendar solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--badged clr-i-solid-path-1--badged\" d=\"M10,10a1,1,0,0,0,1-1V3A1,1,0,0,0,9,3V9A1,1,0,0,0,10,10Z\"></path><path class=\"clr-i-solid--badged clr-i-solid-path-2--badged\" d=\"M30,13.5A7.5,7.5,0,0,1,22.5,6H12.2V9A2.2,2.2,0,0,1,7.8,9V6h-4A1.78,1.78,0,0,0,2,7.81V30.19A1.78,1.78,0,0,0,3.75,32h28.5A1.78,1.78,0,0,0,34,30.19V12.34A7.45,7.45,0,0,1,30,13.5ZM10,26H8V24h2Zm0-5H8V19h2Zm0-5H8V14h2Zm6,10H14V24h2Zm0-5H14V19h2Zm0-5H14V14h2Zm6,10H20V24h2Zm0-5H20V19h2Zm0-5H20V14h2Zm6,10H26V24h2Zm0-5H26V19h2Zm0-5H26V14h2Z\"></path><circle class=\"clr-i-solid--badged clr-i-solid-path-3--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"calendar solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M32.25,6h-4V9a2.2,2.2,0,1,1-4.4,0V6H12.2V9A2.2,2.2,0,0,1,7.8,9V6h-4A1.78,1.78,0,0,0,2,7.81V30.19A1.78,1.78,0,0,0,3.75,32h28.5A1.78,1.78,0,0,0,34,30.19V7.81A1.78,1.78,0,0,0,32.25,6ZM10,26H8V24h2Zm0-5H8V19h2Zm0-5H8V14h2Zm6,10H14V24h2Zm0-5H14V19h2Zm0-5H14V14h2Zm6,10H20V24h2Zm0-5H20V19h2Zm0-5H20V14h2Zm6,10H26V24h2Zm0-5H26V19h2Zm0-5H26V14h2Z\"></path><path class=\"clr-i-solid clr-i-solid-path-2\" d=\"M10,10a1,1,0,0,0,1-1V3A1,1,0,0,0,9,3V9A1,1,0,0,0,10,10Z\"></path><path class=\"clr-i-solid clr-i-solid-path-3\" d=\"M26,10a1,1,0,0,0,1-1V3a1,1,0,0,0-2,0V9A1,1,0,0,0,26,10Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"chat bubble line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M18,2.5c-8.82,0-16,6.28-16,14s7.18,14,16,14a18,18,0,0,0,4.88-.68l5.53,3.52a1,1,0,0,0,1.54-.84l0-6.73a13,13,0,0,0,4-9.27C34,8.78,26.82,2.5,18,2.5ZM28.29,24.61a1,1,0,0,0-.32.73l0,5.34-4.38-2.79a1,1,0,0,0-.83-.11A16,16,0,0,1,18,28.5c-7.72,0-14-5.38-14-12s6.28-12,14-12,14,5.38,14,12A11.08,11.08,0,0,1,28.29,24.61Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M25,15.5H11a1,1,0,0,0,0,2H25a1,1,0,0,0,0-2Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M21.75,20.5h-7.5a1,1,0,0,0,0,2h7.5a1,1,0,0,0,0-2Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path><path d=\"M11.28,12.5H24.72a1,1,0,0,0,0-2H11.28a1,1,0,0,0,0,2Z\" class=\"clr-i-outline clr-i-outline-path-4\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"chat bubble outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M33.38,12.69a7.43,7.43,0,0,1-1.89.66A10.35,10.35,0,0,1,32,16.5a11.08,11.08,0,0,1-3.71,8.11,1,1,0,0,0-.32.73l0,5.34-4.38-2.79a1,1,0,0,0-.83-.11A16,16,0,0,1,18,28.5c-7.72,0-14-5.38-14-12s6.28-12,14-12a16,16,0,0,1,4.55.66A7.44,7.44,0,0,1,23,3.22a18,18,0,0,0-5-.72c-8.82,0-16,6.28-16,14s7.18,14,16,14a18,18,0,0,0,4.88-.68l5.53,3.52a1,1,0,0,0,1.54-.84l0-6.73a13,13,0,0,0,4-9.27A12.32,12.32,0,0,0,33.38,12.69Z\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"></path><path d=\"M11,15.5a1,1,0,0,0,0,2H25a1,1,0,0,0,0-2Z\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"></path><path d=\"M14.25,20.5a1,1,0,0,0,0,2h7.5a1,1,0,0,0,0-2Z\" class=\"clr-i-outline--badged clr-i-outline-path-3--badged\"></path><path d=\"M10.28,11.5a1,1,0,0,0,1,1H24.72a1,1,0,0,0,.83-.47A7.53,7.53,0,0,1,24,10.5H11.28A1,1,0,0,0,10.28,11.5Z\" class=\"clr-i-outline--badged clr-i-outline-path-4--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-outline--badged clr-i-outline-path-5--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"chat bubble solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M30,13.25a7.46,7.46,0,0,1-4.35-1.4,1,1,0,0,1-.93.65H11.28a1,1,0,0,1,0-2H24.2A7.46,7.46,0,0,1,23,3.2a18,18,0,0,0-5-.7c-8.82,0-16,6.28-16,14s7.18,14,16,14a18,18,0,0,0,4.88-.68l5.53,3.52a1,1,0,0,0,1.54-.84l0-6.73a13,13,0,0,0,4-9.27,12.34,12.34,0,0,0-.68-4A7.46,7.46,0,0,1,30,13.25ZM21.75,22.5h-7.5a1,1,0,0,1,0-2h7.5a1,1,0,0,1,0,2Zm3.25-5H11a1,1,0,0,1,0-2H25a1,1,0,0,1,0,2Z\" class=\"clr-i-solid--badged clr-i-solid-path-1--badged\"></path><circle cx=\"30\" cy=\"5.75\" r=\"5\" class=\"clr-i-solid--badged clr-i-solid-path-2--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"chat bubble solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M18,2.5c-8.82,0-16,6.28-16,14s7.18,14,16,14a18,18,0,0,0,4.88-.68l5.53,3.52a1,1,0,0,0,1.54-.84l0-6.73a13,13,0,0,0,4-9.27C34,8.78,26.82,2.5,18,2.5Zm8,14a1,1,0,0,1-1,1H11a1,1,0,0,1,0-2H25A1,1,0,0,1,26,16.5Zm-3.25,5a1,1,0,0,1-1,1h-7.5a1,1,0,0,1,0-2h7.5A1,1,0,0,1,22.75,21.5Zm-12.47-10a1,1,0,0,1,1-1H24.72a1,1,0,0,1,0,2H11.28A1,1,0,0,1,10.28,11.5Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"crown line \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"36\" height=\"36\" viewBox=\"0 0 36 36\"><g id=\"b7bd2573-7bb3-4e5d-8844-7e8afd23ad9e\" data-name=\"Layer 3\"><path d=\"M4,13.33A1.39,1.39,0,1,0,2.6,14.72,1.39,1.39,0,0,0,4,13.33Z\"/><path d=\"M31.81,15.84a20.35,20.35,0,0,0-4.58,1.43,22.7,22.7,0,0,0-3.48,2.1A17.69,17.69,0,0,1,22,16.57a47.65,47.65,0,0,1-2.8-7.69,1,1,0,0,0-1-.74,1,1,0,0,0-1,.74,46.71,46.71,0,0,1-2.8,7.69,17,17,0,0,1-1.76,2.8,22.7,22.7,0,0,0-3.48-2.1,20.66,20.66,0,0,0-4.58-1.43,1,1,0,0,0-1,.39,1,1,0,0,0-.09,1.05A50.13,50.13,0,0,1,7.82,31.17a1,1,0,0,0,1,.83H27.62a1,1,0,0,0,1-.83,50.15,50.15,0,0,1,4.26-13.89,1,1,0,0,0-.09-1.05A1,1,0,0,0,31.81,15.84ZM26.79,30H9.64a55.66,55.66,0,0,0-3.4-11.71,15.75,15.75,0,0,1,2.09.78,20,20,0,0,1,3.85,2.45,1,1,0,0,0,1.39-.09,19.28,19.28,0,0,0,2.67-4,43.46,43.46,0,0,0,2-4.89,41.74,41.74,0,0,0,2,4.89,19.92,19.92,0,0,0,2.66,4,1,1,0,0,0,1.4.09,19.21,19.21,0,0,1,3.85-2.45,14.77,14.77,0,0,1,2.09-.78A55.07,55.07,0,0,0,26.79,30Z\"/><ellipse cx=\"33.83\" cy=\"13.33\" rx=\"1.39\" ry=\"1.39\"/><path d=\"M18.22,6.39A1.39,1.39,0,1,0,16.84,5,1.39,1.39,0,0,0,18.22,6.39Z\"/><path d=\"M18.23,26.34a1.11,1.11,0,1,0,1.1,1.1A1.1,1.1,0,0,0,18.23,26.34Z\"/><path d=\"M12.58,26.34a1.11,1.11,0,1,0,1.1,1.1A1.1,1.1,0,0,0,12.58,26.34Z\"/><path d=\"M23.89,26.34a1.11,1.11,0,1,0,1.1,1.1A1.1,1.1,0,0,0,23.89,26.34Z\"/></g></svg></li><li title=\"crown solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"36\" height=\"36\" viewBox=\"0 0 36 36\"><g id=\"b4dd88e3-aa37-48df-864c-a0d0dc35fb0b\" data-name=\"Layer 3\"><path d=\"M2.6,11.93A1.4,1.4,0,1,0,4,13.33,1.4,1.4,0,0,0,2.6,11.93Z\"/><ellipse cx=\"33.83\" cy=\"13.33\" rx=\"1.39\" ry=\"1.39\"/><path d=\"M18.22,6.39A1.39,1.39,0,1,0,16.84,5,1.39,1.39,0,0,0,18.22,6.39Z\"/><path d=\"M31.63,16.1A18.61,18.61,0,0,0,28,17.34a21.57,21.57,0,0,0-4,2.49,19.2,19.2,0,0,1-2.26-3.49,48.92,48.92,0,0,1-2.52-6.58,1,1,0,0,0-1-.71h0a1,1,0,0,0-1,.71,48.42,48.42,0,0,1-2.52,6.58,18.69,18.69,0,0,1-2.26,3.48,22.81,22.81,0,0,0-4-2.48A18.83,18.83,0,0,0,4.9,16.1a1,1,0,0,0-1,.33,1,1,0,0,0-.13,1.07,55.9,55.9,0,0,1,4,13.5,1,1,0,0,0,1,.83h19a1,1,0,0,0,1-.83,55.9,55.9,0,0,1,4-13.5,1,1,0,0,0-.13-1.07A1,1,0,0,0,31.63,16.1ZM11.08,28.55a1.11,1.11,0,1,1,1.1-1.11A1.11,1.11,0,0,1,11.08,28.55Zm7.15,0a1.11,1.11,0,0,1,0-2.21,1.11,1.11,0,0,1,0,2.21Zm7.16,0a1.11,1.11,0,1,1,1.1-1.11A1.11,1.11,0,0,1,25.39,28.55Z\"/></g></svg></li><li title=\"date line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M32.25,6H29V8h3V30H4V8H7V6H3.75A1.78,1.78,0,0,0,2,7.81V30.19A1.78,1.78,0,0,0,3.75,32h28.5A1.78,1.78,0,0,0,34,30.19V7.81A1.78,1.78,0,0,0,32.25,6Z\"></path><rect class=\"clr-i-outline clr-i-outline-path-2\" x=\"8\" y=\"14\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline clr-i-outline-path-3\" x=\"14\" y=\"14\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline clr-i-outline-path-4\" x=\"20\" y=\"14\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline clr-i-outline-path-5\" x=\"26\" y=\"14\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline clr-i-outline-path-6\" x=\"8\" y=\"19\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline clr-i-outline-path-7\" x=\"14\" y=\"19\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline clr-i-outline-path-8\" x=\"20\" y=\"19\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline clr-i-outline-path-9\" x=\"26\" y=\"19\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline clr-i-outline-path-10\" x=\"8\" y=\"24\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline clr-i-outline-path-11\" x=\"14\" y=\"24\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline clr-i-outline-path-12\" x=\"20\" y=\"24\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline clr-i-outline-path-13\" x=\"26\" y=\"24\" width=\"2\" height=\"2\"></rect><path class=\"clr-i-outline clr-i-outline-path-14\" d=\"M10,10a1,1,0,0,0,1-1V3A1,1,0,0,0,9,3V9A1,1,0,0,0,10,10Z\"></path><path class=\"clr-i-outline clr-i-outline-path-15\" d=\"M26,10a1,1,0,0,0,1-1V3a1,1,0,0,0-2,0V9A1,1,0,0,0,26,10Z\"></path><rect class=\"clr-i-outline clr-i-outline-path-16\" x=\"13\" y=\"6\" width=\"10\" height=\"2\"></rect>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"date outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\" d=\"M33.68,15.4H32V30H4V8H7V6H3.75A1.78,1.78,0,0,0,2,7.81V30.19A1.78,1.78,0,0,0,3.75,32h28.5A1.78,1.78,0,0,0,34,30.19V15.38Z\"></path><rect class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\" x=\"8\" y=\"14\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted\" x=\"14\" y=\"14\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline--alerted clr-i-outline-path-4--alerted\" x=\"8\" y=\"19\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline--alerted clr-i-outline-path-5--alerted\" x=\"14\" y=\"19\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline--alerted clr-i-outline-path-6--alerted\" x=\"20\" y=\"19\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline--alerted clr-i-outline-path-7--alerted\" x=\"26\" y=\"19\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline--alerted clr-i-outline-path-8--alerted\" x=\"8\" y=\"24\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline--alerted clr-i-outline-path-9--alerted\" x=\"14\" y=\"24\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline--alerted clr-i-outline-path-10--alerted\" x=\"20\" y=\"24\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline--alerted clr-i-outline-path-11--alerted\" x=\"26\" y=\"24\" width=\"2\" height=\"2\"></rect><path class=\"clr-i-outline--alerted clr-i-outline-path-12--alerted\" d=\"M10,10a1,1,0,0,0,1-1V3A1,1,0,0,0,9,3V9A1,1,0,0,0,10,10Z\"></path><path class=\"clr-i-outline--alerted clr-i-outline-path-13--alerted clr-i-alert\" d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"date outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--badged clr-i-outline-path-1--badged\" d=\"M32,13.22V30H4V8H7V6H3.75A1.78,1.78,0,0,0,2,7.81V30.19A1.78,1.78,0,0,0,3.75,32h28.5A1.78,1.78,0,0,0,34,30.19V12.34A7.45,7.45,0,0,1,32,13.22Z\"></path><rect class=\"clr-i-outline--badged clr-i-outline-path-2--badged\" x=\"8\" y=\"14\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline--badged clr-i-outline-path-3--badged\" x=\"14\" y=\"14\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline--badged clr-i-outline-path-4--badged\" x=\"20\" y=\"14\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline--badged clr-i-outline-path-5--badged\" x=\"26\" y=\"14\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline--badged clr-i-outline-path-6--badged\" x=\"8\" y=\"19\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline--badged clr-i-outline-path-7--badged\" x=\"14\" y=\"19\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline--badged clr-i-outline-path-8--badged\" x=\"20\" y=\"19\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline--badged clr-i-outline-path-9--badged\" x=\"26\" y=\"19\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline--badged clr-i-outline-path-10--badged\" x=\"8\" y=\"24\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline--badged clr-i-outline-path-11--badged\" x=\"14\" y=\"24\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline--badged clr-i-outline-path-12--badged\" x=\"20\" y=\"24\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline--badged clr-i-outline-path-13--badged\" x=\"26\" y=\"24\" width=\"2\" height=\"2\"></rect><path class=\"clr-i-outline--badged clr-i-outline-path-14--badged\" d=\"M10,10a1,1,0,0,0,1-1V3A1,1,0,0,0,9,3V9A1,1,0,0,0,10,10Z\"></path><path class=\"clr-i-outline--badged clr-i-outline-path-15--badged\" d=\"M22.5,6H13V8h9.78A7.49,7.49,0,0,1,22.5,6Z\"></path><circle class=\"clr-i-outline--badged clr-i-outline-path-16--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"date solid alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\" d=\"M33.68,15.4H22.23A3.68,3.68,0,0,1,19,9.89L21.29,6H12.2V9A2.2,2.2,0,0,1,7.8,9V6h-4A1.78,1.78,0,0,0,2,7.81V30.19A1.78,1.78,0,0,0,3.75,32h28.5A1.78,1.78,0,0,0,34,30.19V15.38ZM10,26H8V24h2Zm0-5H8V19h2Zm0-5H8V14h2Zm6,10H14V24h2Zm0-5H14V19h2Zm0-5H14V14h2Zm6,10H20V24h2Zm0-5H20V19h2Zm6,5H26V24h2Zm0-5H26V19h2Z\"></path><path class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted\" d=\"M10,10a1,1,0,0,0,1-1V3A1,1,0,0,0,9,3V9A1,1,0,0,0,10,10Z\"></path><path class=\"clr-i-solid--alerted clr-i-solid-path-3--alerted clr-i-alert\" d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"date solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--badged clr-i-solid-path-1--badged\" d=\"M10,10a1,1,0,0,0,1-1V3A1,1,0,0,0,9,3V9A1,1,0,0,0,10,10Z\"></path><path class=\"clr-i-solid--badged clr-i-solid-path-2--badged\" d=\"M30,13.5A7.5,7.5,0,0,1,22.5,6H12.2V9A2.2,2.2,0,0,1,7.8,9V6h-4A1.78,1.78,0,0,0,2,7.81V30.19A1.78,1.78,0,0,0,3.75,32h28.5A1.78,1.78,0,0,0,34,30.19V12.34A7.45,7.45,0,0,1,30,13.5ZM10,26H8V24h2Zm0-5H8V19h2Zm0-5H8V14h2Zm6,10H14V24h2Zm0-5H14V19h2Zm0-5H14V14h2Zm6,10H20V24h2Zm0-5H20V19h2Zm0-5H20V14h2Zm6,10H26V24h2Zm0-5H26V19h2Zm0-5H26V14h2Z\"></path><circle class=\"clr-i-solid--badged clr-i-solid-path-3--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"date solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M32.25,6h-4V9a2.2,2.2,0,1,1-4.4,0V6H12.2V9A2.2,2.2,0,0,1,7.8,9V6h-4A1.78,1.78,0,0,0,2,7.81V30.19A1.78,1.78,0,0,0,3.75,32h28.5A1.78,1.78,0,0,0,34,30.19V7.81A1.78,1.78,0,0,0,32.25,6ZM10,26H8V24h2Zm0-5H8V19h2Zm0-5H8V14h2Zm6,10H14V24h2Zm0-5H14V19h2Zm0-5H14V14h2Zm6,10H20V24h2Zm0-5H20V19h2Zm0-5H20V14h2Zm6,10H26V24h2Zm0-5H26V19h2Zm0-5H26V14h2Z\"></path><path class=\"clr-i-solid clr-i-solid-path-2\" d=\"M10,10a1,1,0,0,0,1-1V3A1,1,0,0,0,9,3V9A1,1,0,0,0,10,10Z\"></path><path class=\"clr-i-solid clr-i-solid-path-3\" d=\"M26,10a1,1,0,0,0,1-1V3a1,1,0,0,0-2,0V9A1,1,0,0,0,26,10Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"email line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M32,6H4A2,2,0,0,0,2,8V28a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V8A2,2,0,0,0,32,6ZM30.46,28H5.66l7-7.24-1.44-1.39L4,26.84V9.52L16.43,21.89a2,2,0,0,0,2.82,0L32,9.21v17.5l-7.36-7.36-1.41,1.41ZM5.31,8H30.38L17.84,20.47Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"email outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\" d=\"M33.68,15.26H32V26.71l-7.36-7.36-1.41,1.41L30.46,28H5.66l7-7.24-1.44-1.39L4,26.84V9.52L16.43,21.89a2,2,0,0,0,2.82,0l6.66-6.63H23.08l-5.24,5.21L5.31,8H20.06l1.15-2H4A2,2,0,0,0,2,8V28a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V15.24Z\"></path><path class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted clr-i-alert\" d=\"M26.85,1l-5.72,9.91a1.28,1.28,0,0,0,1.1,1.91H33.68a1.28,1.28,0,0,0,1.1-1.91L29.06,1A1.28,1.28,0,0,0,26.85,1Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"email outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--badged clr-i-outline-path-1--badged\" d=\"M32,13.08V26.71l-7.36-7.36-1.41,1.41L30.46,28H5.66l7-7.24-1.44-1.39L4,26.84V9.52L16.43,21.89a2,2,0,0,0,2.82,0l8.83-8.78a7.44,7.44,0,0,1-2-.85l-8.26,8.21L5.31,8H22.81a7.49,7.49,0,0,1-.31-2H4A2,2,0,0,0,2,8V28a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V12.2A7.45,7.45,0,0,1,32,13.08Z\"></path><circle class=\"clr-i-outline--badged clr-i-outline-path-2--badged clr-i-badge\" cx=\"30\" cy=\"5.86\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"email solid alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\" d=\"M33.68,15.4H25.77l-6.52,6.49a2,2,0,0,1-2.82,0L2,7.5a2,2,0,0,0-.07.5V28a2,2,0,0,0,2,2h28a2,2,0,0,0,2-2V15.38ZM5.3,28H3.91V26.57l7.27-7.21,1.41,1.41Zm26.61,0H30.51l-7.29-7.23,1.41-1.41,7.27,7.21Z\"></path><path class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted\" d=\"M22.94,15.4h-.7A3.68,3.68,0,0,1,19,9.89L21.29,6H3.92a2,2,0,0,0-.53.08L17.84,20.47Z\"></path><path class=\"clr-i-solid--alerted clr-i-solid-path-3--alerted clr-i-alert\" d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"email solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--badged clr-i-solid-path-1--badged\" d=\"M26,12.34A7.49,7.49,0,0,1,22.5,6H3.92a2,2,0,0,0-.53.08L17.84,20.47Z\"></path><path class=\"clr-i-solid--badged clr-i-solid-path-2--badged\" d=\"M30,13.5a7.49,7.49,0,0,1-2-.29l-8.71,8.68a2,2,0,0,1-2.82,0L2,7.5a2,2,0,0,0-.07.5V28a2,2,0,0,0,2,2h28a2,2,0,0,0,2-2V12.39A7.45,7.45,0,0,1,30,13.5ZM5.3,28H3.91V26.57l7.27-7.21,1.41,1.41Zm26.61,0H30.51l-7.29-7.23,1.41-1.41,7.27,7.21Z\"></path><circle class=\"clr-i-solid--badged clr-i-solid-path-3--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"email solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M32.33,6a2,2,0,0,0-.41,0h-28a2,2,0,0,0-.53.08L17.84,20.47Z\"></path><path class=\"clr-i-solid clr-i-solid-path-2\" d=\"M33.81,7.39,19.25,21.89a2,2,0,0,1-2.82,0L2,7.5a2,2,0,0,0-.07.5V28a2,2,0,0,0,2,2h28a2,2,0,0,0,2-2V8A2,2,0,0,0,33.81,7.39ZM5.3,28H3.91V26.57l7.27-7.21,1.41,1.41Zm26.61,0H30.51l-7.29-7.23,1.41-1.41,7.27,7.21Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"envelope line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M32,6H4A2,2,0,0,0,2,8V28a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V8A2,2,0,0,0,32,6ZM30.46,28H5.66l7-7.24-1.44-1.39L4,26.84V9.52L16.43,21.89a2,2,0,0,0,2.82,0L32,9.21v17.5l-7.36-7.36-1.41,1.41ZM5.31,8H30.38L17.84,20.47Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"envelope outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\" d=\"M33.68,15.26H32V26.71l-7.36-7.36-1.41,1.41L30.46,28H5.66l7-7.24-1.44-1.39L4,26.84V9.52L16.43,21.89a2,2,0,0,0,2.82,0l6.66-6.63H23.08l-5.24,5.21L5.31,8H20.06l1.15-2H4A2,2,0,0,0,2,8V28a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V15.24Z\"></path><path class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted clr-i-alert\" d=\"M26.85,1l-5.72,9.91a1.28,1.28,0,0,0,1.1,1.91H33.68a1.28,1.28,0,0,0,1.1-1.91L29.06,1A1.28,1.28,0,0,0,26.85,1Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"envelope outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--badged clr-i-outline-path-1--badged\" d=\"M32,13.08V26.71l-7.36-7.36-1.41,1.41L30.46,28H5.66l7-7.24-1.44-1.39L4,26.84V9.52L16.43,21.89a2,2,0,0,0,2.82,0l8.83-8.78a7.44,7.44,0,0,1-2-.85l-8.26,8.21L5.31,8H22.81a7.49,7.49,0,0,1-.31-2H4A2,2,0,0,0,2,8V28a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V12.2A7.45,7.45,0,0,1,32,13.08Z\"></path><circle class=\"clr-i-outline--badged clr-i-outline-path-2--badged clr-i-badge\" cx=\"30\" cy=\"5.86\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"envelope solid alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\" d=\"M33.68,15.4H25.77l-6.52,6.49a2,2,0,0,1-2.82,0L2,7.5a2,2,0,0,0-.07.5V28a2,2,0,0,0,2,2h28a2,2,0,0,0,2-2V15.38ZM5.3,28H3.91V26.57l7.27-7.21,1.41,1.41Zm26.61,0H30.51l-7.29-7.23,1.41-1.41,7.27,7.21Z\"></path><path class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted\" d=\"M22.94,15.4h-.7A3.68,3.68,0,0,1,19,9.89L21.29,6H3.92a2,2,0,0,0-.53.08L17.84,20.47Z\"></path><path class=\"clr-i-solid--alerted clr-i-solid-path-3--alerted clr-i-alert\" d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"envelope solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--badged clr-i-solid-path-1--badged\" d=\"M26,12.34A7.49,7.49,0,0,1,22.5,6H3.92a2,2,0,0,0-.53.08L17.84,20.47Z\"></path><path class=\"clr-i-solid--badged clr-i-solid-path-2--badged\" d=\"M30,13.5a7.49,7.49,0,0,1-2-.29l-8.71,8.68a2,2,0,0,1-2.82,0L2,7.5a2,2,0,0,0-.07.5V28a2,2,0,0,0,2,2h28a2,2,0,0,0,2-2V12.39A7.45,7.45,0,0,1,30,13.5ZM5.3,28H3.91V26.57l7.27-7.21,1.41,1.41Zm26.61,0H30.51l-7.29-7.23,1.41-1.41,7.27,7.21Z\"></path><circle class=\"clr-i-solid--badged clr-i-solid-path-3--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"envelope solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M32.33,6a2,2,0,0,0-.41,0h-28a2,2,0,0,0-.53.08L17.84,20.47Z\"></path><path class=\"clr-i-solid clr-i-solid-path-2\" d=\"M33.81,7.39,19.25,21.89a2,2,0,0,1-2.82,0L2,7.5a2,2,0,0,0-.07.5V28a2,2,0,0,0,2,2h28a2,2,0,0,0,2-2V8A2,2,0,0,0,33.81,7.39ZM5.3,28H3.91V26.57l7.27-7.21,1.41,1.41Zm26.61,0H30.51l-7.29-7.23,1.41-1.41,7.27,7.21Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"event line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M16.17,25.86,10.81,20.5a1,1,0,0,1,1.41-1.41L16.17,23l8.64-8.64a1,1,0,0,1,1.41,1.41Z\"></path><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M32.25,6H29V8h3V30H4V8H7V6H3.75A1.78,1.78,0,0,0,2,7.81V30.19A1.78,1.78,0,0,0,3.75,32h28.5A1.78,1.78,0,0,0,34,30.19V7.81A1.78,1.78,0,0,0,32.25,6Z\"></path><path class=\"clr-i-outline clr-i-outline-path-3\" d=\"M10,10a1,1,0,0,0,1-1V3A1,1,0,0,0,9,3V9A1,1,0,0,0,10,10Z\"></path><path class=\"clr-i-outline clr-i-outline-path-4\" d=\"M26,10a1,1,0,0,0,1-1V3a1,1,0,0,0-2,0V9A1,1,0,0,0,26,10Z\"></path><rect class=\"clr-i-outline clr-i-outline-path-5\" x=\"13\" y=\"6\" width=\"10\" height=\"2\"></rect>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"event outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\" d=\"M10,10a1,1,0,0,0,1-1V3A1,1,0,0,0,9,3V9A1,1,0,0,0,10,10Z\"></path><path class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\" d=\"M10.81,20.5l5.36,5.36L26.22,15.81a1,1,0,0,0,.23-.41H23.8L16.17,23l-3.94-3.94a1,1,0,0,0-1.41,1.41Z\"></path><polygon class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted\" points=\"21.29 6 13 6 13 8 20.14 8 21.29 6\"></polygon><path class=\"clr-i-outline--alerted clr-i-outline-path-4--alerted\" d=\"M33.68,15.4H32V30H4V8H7V6H3.75A1.78,1.78,0,0,0,2,7.81V30.19A1.78,1.78,0,0,0,3.75,32h28.5A1.78,1.78,0,0,0,34,30.19V15.38Z\"></path><path class=\"clr-i-outline--alerted clr-i-outline-path-5--alerted clr-i-alert\" d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"event outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--badged clr-i-outline-path-1--badged\" d=\"M10.81,20.5l5.36,5.36L26.22,15.81a1,1,0,0,0-1.41-1.41L16.17,23l-3.94-3.94a1,1,0,0,0-1.41,1.41Z\"></path><path class=\"clr-i-outline--badged clr-i-outline-path-2--badged\" d=\"M10,10a1,1,0,0,0,1-1V3A1,1,0,0,0,9,3V9A1,1,0,0,0,10,10Z\"></path><path class=\"clr-i-outline--badged clr-i-outline-path-3--badged\" d=\"M32,13.22V30H4V8H7V6H3.75A1.78,1.78,0,0,0,2,7.81V30.19A1.78,1.78,0,0,0,3.75,32h28.5A1.78,1.78,0,0,0,34,30.19V12.34A7.45,7.45,0,0,1,32,13.22Z\"></path><path class=\"clr-i-outline--badged clr-i-outline-path-4--badged\" d=\"M22.5,6H13V8h9.78A7.49,7.49,0,0,1,22.5,6Z\"></path><circle class=\"clr-i-outline--badged clr-i-outline-path-5--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"event solid alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\" d=\"M10,10a1,1,0,0,0,1-1V3A1,1,0,0,0,9,3V9A1,1,0,0,0,10,10Z\"></path><path class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted\" d=\"M33.68,15.4H26.3a1.34,1.34,0,0,1-.36,1.18l-9.67,9.67L11,20.94A1.36,1.36,0,0,1,12.9,19l3.38,3.38,7-7h-1A3.68,3.68,0,0,1,19,9.89L21.29,6H12.2V9A2.2,2.2,0,0,1,7.8,9V6h-4A1.78,1.78,0,0,0,2,7.81V30.19A1.78,1.78,0,0,0,3.75,32h28.5A1.78,1.78,0,0,0,34,30.19V15.38Z\"></path><path class=\"clr-i-solid--alerted clr-i-solid-path-3--alerted clr-i-alert\" d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"event solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--badged clr-i-solid-path-1--badged\" d=\"M10,10a1,1,0,0,0,1-1V3A1,1,0,0,0,9,3V9A1,1,0,0,0,10,10Z\"></path><path class=\"clr-i-solid--badged clr-i-solid-path-2--badged\" d=\"M30,13.5A7.5,7.5,0,0,1,22.5,6H12.2V9A2.2,2.2,0,0,1,7.8,9V6h-4A1.78,1.78,0,0,0,2,7.81V30.19A1.78,1.78,0,0,0,3.75,32h28.5A1.78,1.78,0,0,0,34,30.19V12.34A7.45,7.45,0,0,1,30,13.5Zm-4.06,3.08-9.67,9.67L11,20.94A1.36,1.36,0,0,1,12.9,19l3.38,3.38L24,14.66a1.36,1.36,0,1,1,1.93,1.93Z\"></path><circle class=\"clr-i-solid--badged clr-i-solid-path-3--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"event solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M10,10a1,1,0,0,0,1-1V3A1,1,0,0,0,9,3V9A1,1,0,0,0,10,10Z\"></path><path class=\"clr-i-solid clr-i-solid-path-2\" d=\"M26,10a1,1,0,0,0,1-1V3a1,1,0,0,0-2,0V9A1,1,0,0,0,26,10Z\"></path><path class=\"clr-i-solid clr-i-solid-path-3\" d=\"M32.25,6h-4V9a2.2,2.2,0,0,1-4.4,0V6H12.2V9A2.2,2.2,0,0,1,7.8,9V6h-4A1.78,1.78,0,0,0,2,7.81V30.19A1.78,1.78,0,0,0,3.75,32h28.5A1.78,1.78,0,0,0,34,30.19V7.81A1.78,1.78,0,0,0,32.25,6ZM25.94,16.58l-9.67,9.67L11,20.94A1.36,1.36,0,0,1,12.9,19l3.38,3.38L24,14.66a1.36,1.36,0,1,1,1.93,1.93Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"favorite line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M27.19,34a2.22,2.22,0,0,1-1.24-.38l-7.46-5a.22.22,0,0,0-.25,0l-7.46,5A2.22,2.22,0,0,1,7.4,31.21l2.45-8.64a.23.23,0,0,0-.08-.24L2.71,16.78a2.22,2.22,0,0,1,1.29-4l9-.34a.23.23,0,0,0,.2-.15l3.1-8.43a2.22,2.22,0,0,1,4.17,0l3.1,8.43a.23.23,0,0,0,.2.15l9,.34a2.22,2.22,0,0,1,1.29,4L27,22.33a.22.22,0,0,0-.08.24l2.45,8.64A2.23,2.23,0,0,1,27.19,34Zm-8.82-7.42A2.21,2.21,0,0,1,19.6,27l7.46,5a.22.22,0,0,0,.34-.25l-2.45-8.64a2.21,2.21,0,0,1,.77-2.35l7.06-5.55a.22.22,0,0,0-.13-.4l-9-.34a2.22,2.22,0,0,1-2-1.46l-3.1-8.43a.22.22,0,0,0-.42,0L15.06,13a2.22,2.22,0,0,1-2,1.46l-9,.34a.22.22,0,0,0-.13.4L11,20.76a2.22,2.22,0,0,1,.77,2.35L9.33,31.75a.21.21,0,0,0,.08.24.2.2,0,0,0,.26,0l7.46-5A2.22,2.22,0,0,1,18.36,26.62Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"favorite solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M34,16.78a2.22,2.22,0,0,0-1.29-4l-9-.34a.23.23,0,0,1-.2-.15L20.4,3.89a2.22,2.22,0,0,0-4.17,0l-3.1,8.43a.23.23,0,0,1-.2.15l-9,.34a2.22,2.22,0,0,0-1.29,4l7.06,5.55a.23.23,0,0,1,.08.24L7.35,31.21a2.22,2.22,0,0,0,3.38,2.45l7.46-5a.22.22,0,0,1,.25,0l7.46,5a2.2,2.2,0,0,0,2.55,0,2.2,2.2,0,0,0,.83-2.4l-2.45-8.64a.22.22,0,0,1,.08-.24Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"flag line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M6,34a1,1,0,0,1-1-1V3A1,1,0,0,1,7,3V33A1,1,0,0,1,6,34Z\"></path><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M30.55,3.82a1,1,0,0,0-1,0,14.9,14.9,0,0,1-6.13,1.16,13.11,13.11,0,0,1-5.18-1.49,12.78,12.78,0,0,0-5-1.45A10.86,10.86,0,0,0,9,2.85V5.08A8.8,8.8,0,0,1,13.25,4a11.22,11.22,0,0,1,4.2,1.28,14.84,14.84,0,0,0,6,1.66A18.75,18.75,0,0,0,29,6.12V18.95a16.16,16.16,0,0,1-5.58.93,13.11,13.11,0,0,1-5.18-1.49,12.78,12.78,0,0,0-5-1.45A10.86,10.86,0,0,0,9,17.79V20a8.8,8.8,0,0,1,4.25-1.08,11.22,11.22,0,0,1,4.2,1.28,14.84,14.84,0,0,0,6,1.66,16.79,16.79,0,0,0,7-1.37,1,1,0,0,0,.55-.89V4.67A1,1,0,0,0,30.55,3.82Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"flag solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M5.92,2a1,1,0,0,0-1,1V33a1,1,0,0,0,2,0V3A1,1,0,0,0,5.92,2Z\"></path><path class=\"clr-i-solid clr-i-solid-path-2\" d=\"M30.5,3.82a1,1,0,0,0-1,0,14.9,14.9,0,0,1-6.13,1.16,13.11,13.11,0,0,1-5.18-1.49A12.78,12.78,0,0,0,13.2,2,10.86,10.86,0,0,0,9,2.85V20a8.8,8.8,0,0,1,4.25-1.08,11.22,11.22,0,0,1,4.2,1.28,14.84,14.84,0,0,0,6,1.66,16.79,16.79,0,0,0,7-1.37,1,1,0,0,0,.55-.89V4.67A1,1,0,0,0,30.5,3.82Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"half star line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M34,16.78a2.22,2.22,0,0,0-1.29-4l-9-.34a.23.23,0,0,1-.2-.15L20.4,3.89a2.22,2.22,0,0,0-4.17,0l-3.1,8.43a.23.23,0,0,1-.2.15l-9,.34a2.22,2.22,0,0,0-1.29,4l7.06,5.55a.22.22,0,0,1,.08.24L7.35,31.21A2.23,2.23,0,0,0,9.49,34a2.22,2.22,0,0,0,1.24-.38l7.46-5a.22.22,0,0,1,.25,0l7.46,5a2.22,2.22,0,0,0,3.38-2.45l-2.45-8.64a.23.23,0,0,1,.08-.24ZM18.33,26.62h0a2.21,2.21,0,0,0-1.24.38L9.62,32a.22.22,0,0,1-.34-.25l2.45-8.64A2.21,2.21,0,0,0,11,20.76L3.9,15.21a.22.22,0,0,1,.13-.4l9-.34A2.22,2.22,0,0,0,15,13l3.1-8.43a.2.2,0,0,1,.21-.15h0Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"half star solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M34,16.78a2.22,2.22,0,0,0-1.29-4l-9-.34a.23.23,0,0,1-.2-.15L20.4,3.89a2.22,2.22,0,0,0-4.17,0l-3.1,8.43a.23.23,0,0,1-.2.15l-9,.34a2.22,2.22,0,0,0-1.29,4l7.06,5.55a.23.23,0,0,1,.08.24L7.35,31.21a2.22,2.22,0,0,0,3.38,2.45l7.46-5a.22.22,0,0,1,.25,0l7.46,5a2.2,2.2,0,0,0,2.55,0,2.2,2.2,0,0,0,.83-2.4l-2.45-8.64a.22.22,0,0,1,.08-.24ZM24.9,23.11l2.45,8.64A.22.22,0,0,1,27,32l-7.46-5a2.21,2.21,0,0,0-1.24-.38h0V4.44h0a.2.2,0,0,1,.21.15L21.62,13a2.22,2.22,0,0,0,2,1.46l9,.34a.22.22,0,0,1,.13.4l-7.06,5.55A2.21,2.21,0,0,0,24.9,23.11Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"happy face line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M18,2A16,16,0,1,0,34,18,16,16,0,0,0,18,2Zm0,30A14,14,0,1,1,32,18,14,14,0,0,1,18,32Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><circle cx=\"10.89\" cy=\"13.89\" r=\"2\" class=\"clr-i-outline clr-i-outline-path-2\"></circle><circle cx=\"25.05\" cy=\"13.89\" r=\"2\" class=\"clr-i-outline clr-i-outline-path-3\"></circle><path d=\"M18.13,28.21a8.67,8.67,0,0,0,8.26-6H9.87A8.67,8.67,0,0,0,18.13,28.21Z\" class=\"clr-i-outline clr-i-outline-path-4\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"happy face solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M18,2A16,16,0,1,0,34,18,16,16,0,0,0,18,2ZM8.89,13.89a2,2,0,1,1,2,2A2,2,0,0,1,8.89,13.89Zm9.24,14.32a8.67,8.67,0,0,1-8.26-6H26.38A8.67,8.67,0,0,1,18.13,28.21Zm6.93-12.32a2,2,0,1,1,2-2A2,2,0,0,1,25.05,15.89Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"hashtag line \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"36\" height=\"36\" viewBox=\"0 0 36 36\"><g id=\"bb4ed7a9-727c-433e-a92a-fb7b8fd366b0\" data-name=\"Layer 3\"><path d=\"M32,12H25.34l1.55-7.74a1,1,0,0,0-2-.39L23.3,12H15.11l1.55-7.74a1,1,0,0,0-2-.39L13.07,12H6a1,1,0,0,0,0,2h6.67l-1.6,8H4a1,1,0,0,0,0,2h6.66L9.11,31.74a1,1,0,0,0,.79,1.17.68.68,0,0,0,.2,0,1,1,0,0,0,1-.8L12.7,24h8.19l-1.55,7.74a1,1,0,0,0,.79,1.17.62.62,0,0,0,.19,0,1,1,0,0,0,1-.8L22.93,24H30a1,1,0,0,0,0-2H23.33l1.61-8H32a1,1,0,0,0,0-2ZM21.29,22H13.1l1.61-8H22.9Z\"/></g></svg></li><li title=\"hashtag solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"36\" height=\"36\" viewBox=\"0 0 36 36\"><g id=\"eaeb89e3-9282-4299-8c2b-2441a32c1a79\" data-name=\"Layer 3\"><path d=\"M31.87,10H26.32l1-4.83A1,1,0,0,0,26.35,4h-2a1,1,0,0,0-1,.78L22.33,10h-5.4l1-4.83A1,1,0,0,0,17,4H15a1,1,0,0,0-1,.78L13,10H7a1,1,0,0,0-1,.8l-.41,2a1,1,0,0,0,1,1.2h5.55L10.5,22h-6a1,1,0,0,0-1,.8l-.41,2a1,1,0,0,0,1,1.2H9.68l-1,4.83a1,1,0,0,0,1,1.17h2a1,1,0,0,0,.95-.78L13.67,26h5.4l-1,4.83A1,1,0,0,0,19,32h2a1,1,0,0,0,1-.78L23.05,26h6a1,1,0,0,0,1-.8l.4-2a1,1,0,0,0-1-1.2H23.87l1.63-8h6a1,1,0,0,0,1-.8l.41-2A1,1,0,0,0,31.87,10Zm-12,12h-5.4l1.64-8h5.4Z\"/></g></svg></li><li title=\"heart broken line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M33,7.64c-1.34-2.75-5.09-5-9.69-3.69a9.87,9.87,0,0,0-6,4.84,18.9,18.9,0,0,0-2.23,5.33l5.28,2.34-4.6,4.37,3.49,4.1,1.52-1.3L18.54,21l5.4-5.13L17.58,13A16.23,16.23,0,0,1,19.75,8.9a7.68,7.68,0,0,1,4.11-3c3.34-.89,6.34.6,7.34,2.65,1.55,3.18.85,6.72-2.14,10.81A57.16,57.16,0,0,1,18,30.16,57.16,57.16,0,0,1,6.94,19.33c-3-4.1-3.69-7.64-2.14-10.81a5.9,5.9,0,0,1,5.33-2.93,7.31,7.31,0,0,1,2,.29,7.7,7.7,0,0,1,3.38,2l.15-.3a10.66,10.66,0,0,1,1-1.41,9.64,9.64,0,0,0-3.94-2.22C8.2,2.66,4.34,4.89,3,7.64c-1.88,3.85-1.1,8.18,2.32,12.87C8,24.18,11.83,27.9,17.39,32.22a1,1,0,0,0,1.23,0c5.55-4.31,9.39-8,12.07-11.71C34.1,15.82,34.88,11.49,33,7.64Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"heart broken solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M33,7.64c-1.34-2.75-5.2-5-9.69-3.69A11.55,11.55,0,0,0,18.19,7.5a16.89,16.89,0,0,0-2.48,4.56L22.27,15,16.7,20.26,19,23l-1.57,1.34-3.6-4.22,4.74-4.51-5.44-2.41a19.49,19.49,0,0,1,2.3-5.5,14.77,14.77,0,0,1,1.06-1.54l.06,0a9.66,9.66,0,0,0-3.89-2.18C8.19,2.66,4.34,4.89,3,7.64c-1.88,3.85-1.1,8.18,2.32,12.87C8,24.18,11.83,27.9,17.39,32.22a1,1,0,0,0,1.23,0c5.55-4.31,9.39-8,12.07-11.71C34.1,15.82,34.88,11.49,33,7.64Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"heart line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M18,32.43a1,1,0,0,1-.61-.21C11.83,27.9,8,24.18,5.32,20.51,1.9,15.82,1.12,11.49,3,7.64c1.34-2.75,5.19-5,9.69-3.69A9.87,9.87,0,0,1,18,7.72a9.87,9.87,0,0,1,5.31-3.77c4.49-1.29,8.35.94,9.69,3.69,1.88,3.85,1.1,8.18-2.32,12.87C28,24.18,24.17,27.9,18.61,32.22A1,1,0,0,1,18,32.43ZM10.13,5.58A5.9,5.9,0,0,0,4.8,8.51c-1.55,3.18-.85,6.72,2.14,10.81A57.13,57.13,0,0,0,18,30.16,57.13,57.13,0,0,0,29.06,19.33c3-4.1,3.69-7.64,2.14-10.81-1-2-4-3.59-7.34-2.65a8,8,0,0,0-4.94,4.2,1,1,0,0,1-1.85,0,7.93,7.93,0,0,0-4.94-4.2A7.31,7.31,0,0,0,10.13,5.58Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"heart solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M33,7.64c-1.34-2.75-5.2-5-9.69-3.69A9.87,9.87,0,0,0,18,7.72a9.87,9.87,0,0,0-5.31-3.77C8.19,2.66,4.34,4.89,3,7.64c-1.88,3.85-1.1,8.18,2.32,12.87C8,24.18,11.83,27.9,17.39,32.22a1,1,0,0,0,1.23,0c5.55-4.31,9.39-8,12.07-11.71C34.1,15.82,34.88,11.49,33,7.64Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"inbox line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M12.23,13.09a1,1,0,0,0,0,1.41L18,20.3l5.79-5.79a1,1,0,0,0-1.41-1.41L19,16.47V2A1,1,0,0,0,18,1a1,1,0,0,0-1,1v14.5l-3.38-3.38A1,1,0,0,0,12.23,13.09Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M29.5,5H22V7h7V21H23.61l-.1.89a5.42,5.42,0,0,1-10.77,0l-.1-.89H7V7h7V5H6.5A1.5,1.5,0,0,0,5,6.5v25A1.5,1.5,0,0,0,6.5,33h23A1.5,1.5,0,0,0,31,31.5V6.5A1.5,1.5,0,0,0,29.5,5ZM29,31H7V23h3.91a7.42,7.42,0,0,0,14.44,0H29Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"inbox outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M12.23,13.09a1,1,0,0,0,0,1.41L18,20.3l5.79-5.79a1,1,0,0,0-1.41-1.41L19,16.47V2A1,1,0,0,0,18,1a1,1,0,0,0-1,1v14.5l-3.38-3.38A1,1,0,0,0,12.23,13.09Z\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"></path><path d=\"M30,13.5a7.52,7.52,0,0,1-1-.07V21H23.61l-.1.89a5.42,5.42,0,0,1-10.77,0l-.1-.89H7V7h7V5H6.5A1.5,1.5,0,0,0,5,6.5v25A1.5,1.5,0,0,0,6.5,33h23A1.5,1.5,0,0,0,31,31.5V13.43A7.52,7.52,0,0,1,30,13.5ZM29,31H7V23h3.91a7.42,7.42,0,0,0,14.44,0H29Z\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-outline--badged clr-i-outline-path-3--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"neutral face line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M24.05,22.06h-12a1,1,0,0,0,0,2h12a1,1,0,0,0,0-2Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M18,2A16,16,0,1,0,34,18,16,16,0,0,0,18,2Zm0,30A14,14,0,1,1,32,18,14,14,0,0,1,18,32Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><circle cx=\"25.16\" cy=\"14.28\" r=\"1.8\" class=\"clr-i-outline clr-i-outline-path-3\"></circle><circle cx=\"11.16\" cy=\"14.28\" r=\"1.8\" class=\"clr-i-outline clr-i-outline-path-4\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"neutral face solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M18,2A16,16,0,1,0,34,18,16,16,0,0,0,18,2Zm7.05,21.06a1,1,0,0,1-1,1h-12a1,1,0,0,1,0-2h12A1,1,0,0,1,25.05,23.06ZM27,14.28a1.8,1.8,0,1,1-1.8-1.8A1.8,1.8,0,0,1,27,14.28Zm-15.8,1.8a1.8,1.8,0,1,1,1.8-1.8A1.8,1.8,0,0,1,11.16,16.08Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"picture line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M32,4H4A2,2,0,0,0,2,6V30a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V6A2,2,0,0,0,32,4ZM4,30V6H32V30Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M8.92,14a3,3,0,1,0-3-3A3,3,0,0,0,8.92,14Zm0-4.6A1.6,1.6,0,1,1,7.33,11,1.6,1.6,0,0,1,8.92,9.41Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M22.78,15.37l-5.4,5.4-4-4a1,1,0,0,0-1.41,0L5.92,22.9v2.83l6.79-6.79L16,22.18l-3.75,3.75H15l8.45-8.45L30,24V21.18l-5.81-5.81A1,1,0,0,0,22.78,15.37Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"picture outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M11.93,11a3,3,0,1,0-3,3A3,3,0,0,0,11.93,11Zm-4.6,0a1.6,1.6,0,1,1,1.6,1.6A1.6,1.6,0,0,1,7.33,11Z\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"></path><path d=\"M17.38,20.77l-4-4a1,1,0,0,0-1.41,0L5.92,22.9v2.83l6.79-6.79L16,22.18l-3.75,3.75H15l8.45-8.45L30,24V21.18l-5.81-5.81a1,1,0,0,0-1.41,0Z\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"></path><path d=\"M32,13.22V30H4V6H22.5a7.49,7.49,0,0,1,.28-2H4A2,2,0,0,0,2,6V30a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V12.34A7.45,7.45,0,0,1,32,13.22Z\" class=\"clr-i-outline--badged clr-i-outline-path-3--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-outline--badged clr-i-outline-path-4--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"picture solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M30,13.5A7.48,7.48,0,0,1,22.78,4H4A2,2,0,0,0,2,6V30a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V12.34A7.46,7.46,0,0,1,30,13.5ZM8.92,8a3,3,0,1,1-3,3A3,3,0,0,1,8.92,8ZM6,27V22.9l6-6.08a1,1,0,0,1,1.41,0L16,19.35,8.32,27Zm24,0H11.15l6.23-6.23,5.4-5.4a1,1,0,0,1,1.41,0L30,21.18Z\" class=\"clr-i-solid--badged clr-i-solid-path-1--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-solid--badged clr-i-solid-path-2--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"picture solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M32,4H4A2,2,0,0,0,2,6V30a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V6A2,2,0,0,0,32,4ZM8.92,8a3,3,0,1,1-3,3A3,3,0,0,1,8.92,8ZM6,27V22.9l6-6.08a1,1,0,0,1,1.41,0L16,19.35,8.32,27Zm24,0H11.15l6.23-6.23,5.4-5.4a1,1,0,0,1,1.41,0L30,21.18Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"sad face line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M18,2A16,16,0,1,0,34,18,16,16,0,0,0,18,2Zm0,30A14,14,0,1,1,32,18,14,14,0,0,1,18,32Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><circle cx=\"25.16\" cy=\"14.28\" r=\"1.8\" class=\"clr-i-outline clr-i-outline-path-2\"></circle><circle cx=\"11.41\" cy=\"14.28\" r=\"1.8\" class=\"clr-i-outline clr-i-outline-path-3\"></circle><path d=\"M18.16,20a9,9,0,0,0-7.33,3.78,1,1,0,1,0,1.63,1.16,7,7,0,0,1,11.31-.13,1,1,0,0,0,1.6-1.2A9,9,0,0,0,18.16,20Z\" class=\"clr-i-outline clr-i-outline-path-4\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"sad face solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M18,2A16,16,0,1,0,34,18,16,16,0,0,0,18,2Zm9,12.28a1.8,1.8,0,1,1-1.8-1.8A1.8,1.8,0,0,1,27,14.28Zm-15.55,1.8a1.8,1.8,0,1,1,1.8-1.8A1.8,1.8,0,0,1,11.41,16.08Zm14,7.53a1,1,0,0,1-1.6,1.2,7,7,0,0,0-11.31.13,1,1,0,1,1-1.63-1.16,9,9,0,0,1,14.54-.17Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"share line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M27.53,24a5,5,0,0,0-3.6,1.55L11.74,19.45a4.47,4.47,0,0,0,0-2.8l12.21-6.21a5.12,5.12,0,1,0-1.07-1.7L10.79,14.89a5,5,0,1,0,0,6.33l12.06,6.07A4.93,4.93,0,0,0,22.54,29a5,5,0,1,0,5-5Zm0-20a3,3,0,1,1-3,3A3,3,0,0,1,27.53,4ZM7,21a3,3,0,1,1,3-3A3,3,0,0,1,7,21ZM27.53,32a3,3,0,1,1,3-3A3,3,0,0,1,27.53,32Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"share solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M27.53,24a5,5,0,0,0-3.6,1.55L11.74,19.45a4.47,4.47,0,0,0,0-2.8l12.21-6.21a5.12,5.12,0,1,0-1.07-1.7L10.79,14.89a5,5,0,1,0,0,6.33l12.06,6.07A4.93,4.93,0,0,0,22.54,29a5,5,0,1,0,5-5Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"star line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M27.19,34a2.22,2.22,0,0,1-1.24-.38l-7.46-5a.22.22,0,0,0-.25,0l-7.46,5A2.22,2.22,0,0,1,7.4,31.21l2.45-8.64a.23.23,0,0,0-.08-.24L2.71,16.78a2.22,2.22,0,0,1,1.29-4l9-.34a.23.23,0,0,0,.2-.15l3.1-8.43a2.22,2.22,0,0,1,4.17,0l3.1,8.43a.23.23,0,0,0,.2.15l9,.34a2.22,2.22,0,0,1,1.29,4L27,22.33a.22.22,0,0,0-.08.24l2.45,8.64A2.23,2.23,0,0,1,27.19,34Zm-8.82-7.42A2.21,2.21,0,0,1,19.6,27l7.46,5a.22.22,0,0,0,.34-.25l-2.45-8.64a2.21,2.21,0,0,1,.77-2.35l7.06-5.55a.22.22,0,0,0-.13-.4l-9-.34a2.22,2.22,0,0,1-2-1.46l-3.1-8.43a.22.22,0,0,0-.42,0L15.06,13a2.22,2.22,0,0,1-2,1.46l-9,.34a.22.22,0,0,0-.13.4L11,20.76a2.22,2.22,0,0,1,.77,2.35L9.33,31.75a.21.21,0,0,0,.08.24.2.2,0,0,0,.26,0l7.46-5A2.22,2.22,0,0,1,18.36,26.62Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"star solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M34,16.78a2.22,2.22,0,0,0-1.29-4l-9-.34a.23.23,0,0,1-.2-.15L20.4,3.89a2.22,2.22,0,0,0-4.17,0l-3.1,8.43a.23.23,0,0,1-.2.15l-9,.34a2.22,2.22,0,0,0-1.29,4l7.06,5.55a.23.23,0,0,1,.08.24L7.35,31.21a2.22,2.22,0,0,0,3.38,2.45l7.46-5a.22.22,0,0,1,.25,0l7.46,5a2.2,2.2,0,0,0,2.55,0,2.2,2.2,0,0,0,.83-2.4l-2.45-8.64a.22.22,0,0,1,.08-.24Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"talk bubbles line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M23,26a1,1,0,0,1-1,1H8c-.22,0-.43.2-.61.33L4,30V14a1,1,0,0,1,1-1H8.86V11H5a3,3,0,0,0-3,3V32a1,1,0,0,0,.56.89,1,1,0,0,0,1-.1L8.71,29H22.15A2.77,2.77,0,0,0,25,26.13V25H23Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M31,4H14a3,3,0,0,0-3,3V19a3,3,0,0,0,3,3H27.55l4.78,3.71a1,1,0,0,0,1,.11,1,1,0,0,0,.57-.9V7A3,3,0,0,0,31,4ZM32,22.94,28.5,20.21a1,1,0,0,0-.61-.21H14a1,1,0,0,1-1-1V7a1,1,0,0,1,1-1H31A1.1,1.1,0,0,1,32,7.06Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"talk bubbles outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M23,26a1,1,0,0,1-1,1H8c-.22,0-.43.2-.61.33L4,30V14a1,1,0,0,1,1-1H8.86V11H5a3,3,0,0,0-3,3V32a1,1,0,0,0,.56.89,1,1,0,0,0,1-.1L8.71,29H22.15A2.77,2.77,0,0,0,25,26.13V25H23Z\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"></path><path d=\"M32,13.22v9.72L28.5,20.21a1,1,0,0,0-.61-.21H14a1,1,0,0,1-1-1V7a1,1,0,0,1,1-1H22.5a7.49,7.49,0,0,1,.28-2H14a3,3,0,0,0-3,3V19a3,3,0,0,0,3,3H27.55l4.78,3.71a1,1,0,0,0,1,.11,1,1,0,0,0,.57-.9V12.37A7.45,7.45,0,0,1,32,13.22Z\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-outline--badged clr-i-outline-path-3--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"talk bubbles solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M8,19V11H5a3,3,0,0,0-3,3V32a1,1,0,0,0,.56.89,1,1,0,0,0,1-.1L8.71,29H22.15A2.77,2.77,0,0,0,25,26.13V25H14A6,6,0,0,1,8,19Z\" class=\"clr-i-solid--badged clr-i-solid-path-1--badged\"></path><path d=\"M30,13.5A7.48,7.48,0,0,1,22.78,4H14a3,3,0,0,0-3,3V19a3,3,0,0,0,3,3H27.55l4.78,3.71a1,1,0,0,0,1,.11,1,1,0,0,0,.57-.9V12.37A7.45,7.45,0,0,1,30,13.5Z\" class=\"clr-i-solid--badged clr-i-solid-path-2--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-solid--badged clr-i-solid-path-3--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"talk bubbles solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M8,19V11H5a3,3,0,0,0-3,3V32a1,1,0,0,0,.56.89,1,1,0,0,0,1-.1L8.71,29H22.15A2.77,2.77,0,0,0,25,26.13V25H14A6,6,0,0,1,8,19Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path><path d=\"M31,4H14a3,3,0,0,0-3,3V19a3,3,0,0,0,3,3H27.55l4.78,3.71a1,1,0,0,0,1,.11,1,1,0,0,0,.57-.9V7A3,3,0,0,0,31,4Z\" class=\"clr-i-solid clr-i-solid-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"tasks line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M29.29,34H6.71A1.7,1.7,0,0,1,5,32.31V6.69A1.75,1.75,0,0,1,7,5H9V7H7V32H29V7H27V5h2.25A1.7,1.7,0,0,1,31,6.69V32.31A1.7,1.7,0,0,1,29.29,34Z\"></path><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M16.66,25.76,11.3,20.4A1,1,0,0,1,12.72,19l3.94,3.94,8.64-8.64a1,1,0,0,1,1.41,1.41Z\"></path><path class=\"clr-i-outline clr-i-outline-path-3\" d=\"M26,11H10V7.33A2.34,2.34,0,0,1,12.33,5h1.79a4,4,0,0,1,7.75,0h1.79A2.34,2.34,0,0,1,26,7.33ZM12,9H24V7.33A.33.33,0,0,0,23.67,7H20V6a2,2,0,0,0-4,0V7H12.33a.33.33,0,0,0-.33.33Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"tasks outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\" d=\"M19,9.89,19.56,9H12V7.33A.33.33,0,0,1,12.33,7H16V6a2,2,0,0,1,4,0V7h.71l1.16-2a4,4,0,0,0-7.74,0H12.33A2.34,2.34,0,0,0,10,7.33V11h8.64A3.65,3.65,0,0,1,19,9.89Z\"></path><path class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\" d=\"M24.19,15.4l-7.53,7.53L12.72,19A1,1,0,0,0,11.3,20.4l5.36,5.36L26.71,15.71a1,1,0,0,0,.2-.31Z\"></path><path class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted\" d=\"M29,15.4V32H7V7H9V5H7A1.75,1.75,0,0,0,5,6.69V32.31A1.7,1.7,0,0,0,6.71,34H29.29A1.7,1.7,0,0,0,31,32.31V15.4Z\"></path><path class=\"clr-i-outline--alerted clr-i-outline-path-4--alerted clr-i-alert\" d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"tasks outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--badged clr-i-outline-path-1--badged\" d=\"M12.72,19A1,1,0,0,0,11.3,20.4l5.36,5.36L26.71,15.71a1,1,0,0,0-1.41-1.41l-8.64,8.64Z\"></path><path class=\"clr-i-outline--badged clr-i-outline-path-2--badged\" d=\"M23.13,9H12V7.33A.33.33,0,0,1,12.33,7H16V6a2,2,0,0,1,4,0V7h2.57a7.52,7.52,0,0,1-.07-1,7.52,7.52,0,0,1,.07-1h-.7a4,4,0,0,0-7.75,0H12.33A2.34,2.34,0,0,0,10,7.33V11H24.42A7.5,7.5,0,0,1,23.13,9Z\"></path><path class=\"clr-i-outline--badged clr-i-outline-path-3--badged\" d=\"M30,13.5a7.52,7.52,0,0,1-1-.07V32H7V7H9V5H7A1.75,1.75,0,0,0,5,6.69V32.31A1.7,1.7,0,0,0,6.71,34H29.29A1.7,1.7,0,0,0,31,32.31V13.43A7.52,7.52,0,0,1,30,13.5Z\"></path><circle class=\"clr-i-outline--badged clr-i-outline-path-4--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"tasks solid alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\" d=\"M25.88,15.4a1.38,1.38,0,0,1-.11,1.81l-9.12,9.12-5.24-5.24a1.4,1.4,0,0,1,2-2l3.26,3.26,7-7H22.23A3.68,3.68,0,0,1,19,9.89l0-.09H11.25V8a1,1,0,0,1,1-1h3.44V6.32a2.31,2.31,0,0,1,4.63,0V7h.42L22,4.76a4.3,4.3,0,0,0-8.09.19H7A1.75,1.75,0,0,0,5,6.64V32.26a1.7,1.7,0,0,0,1.71,1.69H29.29A1.7,1.7,0,0,0,31,32.26V15.4Z\"></path><path class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted clr-i-alert\" d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"tasks solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--badged clr-i-solid-path-1--badged\" d=\"M30,13.5a7.49,7.49,0,0,1-6.46-3.7H11.25V8a1,1,0,0,1,1-1h3.44V6.32a2.31,2.31,0,0,1,4.63,0V7h2.26a7.53,7.53,0,0,1-.07-1,7.53,7.53,0,0,1,.08-1.05h-.5a4.31,4.31,0,0,0-8.17,0H7A1.75,1.75,0,0,0,5,6.64V32.26a1.7,1.7,0,0,0,1.71,1.69H29.29A1.7,1.7,0,0,0,31,32.26V13.43A7.52,7.52,0,0,1,30,13.5Zm-4.23,3.71-9.12,9.12-5.24-5.24a1.4,1.4,0,0,1,2-2l3.26,3.26,7.14-7.14a1.4,1.4,0,1,1,2,2Z\"></path><circle class=\"clr-i-solid--badged clr-i-solid-path-2--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"tasks solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M29.29,4.95h-7.2a4.31,4.31,0,0,0-8.17,0H7A1.75,1.75,0,0,0,5,6.64V32.26a1.7,1.7,0,0,0,1.71,1.69H29.29A1.7,1.7,0,0,0,31,32.26V6.64A1.7,1.7,0,0,0,29.29,4.95Zm-18,3a1,1,0,0,1,1-1h3.44V6.32a2.31,2.31,0,0,1,4.63,0V7h3.44a1,1,0,0,1,1,1V9.8H11.25Zm14.52,9.23-9.12,9.12-5.24-5.24a1.4,1.4,0,0,1,2-2l3.26,3.26,7.14-7.14a1.4,1.4,0,1,1,2,2Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"thumbs down line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M12,10c2.92-1.82,7.3-4,9.37-4h6a16.68,16.68,0,0,1,3.31,6.08A26.71,26.71,0,0,1,32,20H23V30a2.05,2.05,0,0,1-1.26,1.69c-.77-2-2.62-6.57-4.23-8.72A11.39,11.39,0,0,0,12,19.09v2.13a9.13,9.13,0,0,1,3.91,3c1.88,2.51,4.29,9.11,4.31,9.17a1,1,0,0,0,1.19.63C22.75,33.62,25,32.4,25,30V22h8a1,1,0,0,0,1-1,29,29,0,0,0-1.4-9.62c-1.89-5.4-4.1-7.14-4.2-7.22A1,1,0,0,0,27.79,4H21.37C18.94,4,14.83,6,12,7.63Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M2,5H9a1,1,0,0,1,1,1V22a1,1,0,0,1-1,1H2ZM8,7H4V21H8Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"thumbs down solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M16.37,23.84c2.12,2.84,4.76,10.07,4.76,10.07S24,33.13,24,30.71V21h9.77a29.46,29.46,0,0,0-1.44-9.74C30.39,5.68,28.2,4,28.2,4H21.35C19.1,4,15,5.9,12,7.65v12.8A10.84,10.84,0,0,1,16.37,23.84Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path><path d=\"M9,23a1,1,0,0,0,1-1V6A1,1,0,0,0,9,5H2V23Z\" class=\"clr-i-solid clr-i-solid-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"thumbs up line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M24,26c-2.92,1.82-7.3,4-9.37,4h-6a16.68,16.68,0,0,1-3.31-6.08A26.71,26.71,0,0,1,4,16h9V6a2.05,2.05,0,0,1,1.26-1.69c.77,2,2.62,6.57,4.23,8.72A11.39,11.39,0,0,0,24,16.91V14.78a9.13,9.13,0,0,1-3.91-3c-1.88-2.51-4.29-9.11-4.31-9.17A1,1,0,0,0,14.59,2C13.25,2.38,11,3.6,11,6v8H3a1,1,0,0,0-1,1,29,29,0,0,0,1.4,9.62c1.89,5.4,4.1,7.14,4.2,7.22a1,1,0,0,0,.61.21h6.42c2.43,0,6.55-2,9.37-3.63Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M34,31H27a1,1,0,0,1-1-1V14a1,1,0,0,1,1-1h7Zm-6-2h4V15H28Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"thumbs up solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M19.63,12.12C17.51,9.28,14.88,2,14.88,2S12,2.83,12,5.25V15H2.23a29.46,29.46,0,0,0,1.44,9.74C5.61,30.27,7.8,32,7.8,32h6.86C16.9,32,21,30.06,24,28.31V15.51A10.84,10.84,0,0,1,19.63,12.12Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path><path d=\"M27,13a1,1,0,0,0-1,1V30a1,1,0,0,0,1,1h7V13Z\" class=\"clr-i-solid clr-i-solid-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li class='heading'>technology</li><li title=\"administrator line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M14.68,14.81a6.76,6.76,0,1,1,6.76-6.75A6.77,6.77,0,0,1,14.68,14.81Zm0-11.51a4.76,4.76,0,1,0,4.76,4.76A4.76,4.76,0,0,0,14.68,3.3Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M16.42,31.68A2.14,2.14,0,0,1,15.8,30H4V24.22a14.81,14.81,0,0,1,11.09-4.68l.72,0a2.2,2.2,0,0,1,.62-1.85l.12-.11c-.47,0-1-.06-1.46-.06A16.47,16.47,0,0,0,2.2,23.26a1,1,0,0,0-.2.6V30a2,2,0,0,0,2,2H16.7Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M26.87,16.29a.37.37,0,0,1,.15,0,.42.42,0,0,0-.15,0Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path><path d=\"M33.68,23.32l-2-.61a7.21,7.21,0,0,0-.58-1.41l1-1.86A.38.38,0,0,0,32,19l-1.45-1.45a.36.36,0,0,0-.44-.07l-1.84,1a7.15,7.15,0,0,0-1.43-.61l-.61-2a.36.36,0,0,0-.36-.24H23.82a.36.36,0,0,0-.35.26l-.61,2a7,7,0,0,0-1.44.6l-1.82-1a.35.35,0,0,0-.43.07L17.69,19a.38.38,0,0,0-.06.44l1,1.82A6.77,6.77,0,0,0,18,22.69l-2,.6a.36.36,0,0,0-.26.35v2.05A.35.35,0,0,0,16,26l2,.61a7,7,0,0,0,.6,1.41l-1,1.91a.36.36,0,0,0,.06.43l1.45,1.45a.38.38,0,0,0,.44.07l1.87-1a7.09,7.09,0,0,0,1.4.57l.6,2a.38.38,0,0,0,.35.26h2.05a.37.37,0,0,0,.35-.26l.61-2.05a6.92,6.92,0,0,0,1.38-.57l1.89,1a.36.36,0,0,0,.43-.07L32,30.4A.35.35,0,0,0,32,30l-1-1.88a7,7,0,0,0,.58-1.39l2-.61a.36.36,0,0,0,.26-.35V23.67A.36.36,0,0,0,33.68,23.32ZM24.85,28a3.34,3.34,0,1,1,3.33-3.33A3.34,3.34,0,0,1,24.85,28Z\" class=\"clr-i-outline clr-i-outline-path-4\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"administrator solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <circle cx=\"14.67\" cy=\"8.3\" r=\"6\" class=\"clr-i-solid clr-i-solid-path-1\"></circle><path d=\"M16.44,31.82a2.15,2.15,0,0,1-.38-2.55l.53-1-1.09-.33A2.14,2.14,0,0,1,14,25.84V23.79a2.16,2.16,0,0,1,1.53-2.07l1.09-.33-.52-1a2.17,2.17,0,0,1,.35-2.52,18.92,18.92,0,0,0-2.32-.16A15.58,15.58,0,0,0,2,23.07v7.75a1,1,0,0,0,1,1H16.44Z\" class=\"clr-i-solid clr-i-solid-path-2\"></path><path d=\"M33.7,23.46l-2-.6a6.73,6.73,0,0,0-.58-1.42l1-1.86a.35.35,0,0,0-.07-.43l-1.45-1.46a.38.38,0,0,0-.43-.07l-1.85,1a7.74,7.74,0,0,0-1.43-.6l-.61-2a.38.38,0,0,0-.36-.25H23.84a.38.38,0,0,0-.35.26l-.6,2a6.85,6.85,0,0,0-1.45.61l-1.81-1a.38.38,0,0,0-.44.06l-1.47,1.44a.37.37,0,0,0-.07.44l1,1.82A7.24,7.24,0,0,0,18,22.83l-2,.61a.36.36,0,0,0-.26.35v2.05a.36.36,0,0,0,.26.35l2,.61a7.29,7.29,0,0,0,.6,1.41l-1,1.9a.37.37,0,0,0,.07.44L19.16,32a.38.38,0,0,0,.44.06l1.87-1a7.09,7.09,0,0,0,1.4.57l.6,2.05a.38.38,0,0,0,.36.26h2.05a.38.38,0,0,0,.35-.26l.6-2.05a6.68,6.68,0,0,0,1.38-.57l1.89,1a.38.38,0,0,0,.44-.06L32,30.55a.38.38,0,0,0,.06-.44l-1-1.88a6.92,6.92,0,0,0,.57-1.38l2-.61a.39.39,0,0,0,.27-.35V23.82A.4.4,0,0,0,33.7,23.46Zm-8.83,4.72a3.34,3.34,0,1,1,3.33-3.34A3.34,3.34,0,0,1,24.87,28.18Z\" class=\"clr-i-solid clr-i-solid-path-3\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"animation line \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"36\" height=\"36\" viewBox=\"0 0 36 36\"><g id=\"b9dc111b-c0fc-4dae-9c72-b1a6d11e341d\" data-name=\"Layer 3\"><path d=\"M10.16,31.71a4.4,4.4,0,0,1-4.64-1A4.34,4.34,0,0,1,4.23,27.6a4.41,4.41,0,0,1,.18-1.2,11.61,11.61,0,0,1-1-2.56,6.4,6.4,0,0,0,9.33,8.63A11.55,11.55,0,0,1,10.16,31.71Z\"/><path d=\"M18.41,27.68a7.61,7.61,0,0,1-9.08-1.26,7.58,7.58,0,0,1-1.27-9.06,14.26,14.26,0,0,1-.37-2.85,9.58,9.58,0,0,0,.22,13.33,9.63,9.63,0,0,0,13.35.22A14.46,14.46,0,0,1,18.41,27.68Z\"/><path d=\"M21.66,26.21a12.1,12.1,0,1,1,8.57-3.54h0A12.11,12.11,0,0,1,21.66,26.21ZM21.66,4A10.11,10.11,0,0,0,11.54,14.11a10,10,0,0,0,3,7.14,10.12,10.12,0,0,0,14.31,0A10.11,10.11,0,0,0,21.66,4Zm7.86,18h0Z\"/></g></svg></li><li title=\"animation solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"36\" height=\"36\" viewBox=\"0 0 36 36\"><g id=\"bb9f4e02-7318-4dbb-9960-e0435cf0cad7\" data-name=\"Layer 3\"><path d=\"M3.5,23.77a6.41,6.41,0,0,0,9.33,8.67A11.65,11.65,0,0,1,3.5,23.77Z\"/><path d=\"M7.68,14.53a9.6,9.6,0,0,0,13.4,13.7A14.11,14.11,0,0,1,7.68,14.53Z\"/><path d=\"M21.78,2A12.12,12.12,0,1,1,9.66,14.15,12.12,12.12,0,0,1,21.78,2\"/></g></svg></li><li title=\"application line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <rect x=\"5\" y=\"7\" width=\"2\" height=\"2\" class=\"clr-i-outline clr-i-outline-path-1\"></rect><rect x=\"9\" y=\"7\" width=\"2\" height=\"2\" class=\"clr-i-outline clr-i-outline-path-2\"></rect><rect x=\"13\" y=\"7\" width=\"2\" height=\"2\" class=\"clr-i-outline clr-i-outline-path-3\"></rect><path d=\"M32,4H4A2,2,0,0,0,2,6V30a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V6A2,2,0,0,0,32,4ZM4,6H32v4.2H4ZM4,30V11.8H32V30Z\" class=\"clr-i-outline clr-i-outline-path-4\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"application solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M32,4H4A2,2,0,0,0,2,6V30a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V6A2,2,0,0,0,32,4Zm0,6.2H4V6H32Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path><rect x=\"5\" y=\"7\" width=\"2\" height=\"2\" class=\"clr-i-solid clr-i-solid-path-2\"></rect><rect x=\"9\" y=\"7\" width=\"2\" height=\"2\" class=\"clr-i-solid clr-i-solid-path-3\"></rect><rect x=\"13\" y=\"7\" width=\"2\" height=\"2\" class=\"clr-i-solid clr-i-solid-path-4\"></rect>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"applications line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <polygon points=\"8 8 4 8 4 10 10 10 10 4 8 4 8 8\" class=\"clr-i-outline clr-i-outline-path-1\"></polygon><polygon points=\"19 8 15 8 15 10 21 10 21 4 19 4 19 8\" class=\"clr-i-outline clr-i-outline-path-2\"></polygon><polygon points=\"30 4 30 8 26 8 26 10 32 10 32 4 30 4\" class=\"clr-i-outline clr-i-outline-path-3\"></polygon><polygon points=\"8 19 4 19 4 21 10 21 10 15 8 15 8 19\" class=\"clr-i-outline clr-i-outline-path-4\"></polygon><polygon points=\"19 19 15 19 15 21 21 21 21 15 19 15 19 19\" class=\"clr-i-outline clr-i-outline-path-5\"></polygon><polygon points=\"30 19 26 19 26 21 32 21 32 15 30 15 30 19\" class=\"clr-i-outline clr-i-outline-path-6\"></polygon><polygon points=\"8 30 4 30 4 32 10 32 10 26 8 26 8 30\" class=\"clr-i-outline clr-i-outline-path-7\"></polygon><polygon points=\"19 30 15 30 15 32 21 32 21 26 19 26 19 30\" class=\"clr-i-outline clr-i-outline-path-8\"></polygon><polygon points=\"30 30 26 30 26 32 32 32 32 26 30 26 30 30\" class=\"clr-i-outline clr-i-outline-path-9\"></polygon>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"applications outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <polygon points=\"8 8 4 8 4 10 10 10 10 4 8 4 8 8\" class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\"></polygon><polygon points=\"8 19 4 19 4 21 10 21 10 15 8 15 8 19\" class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\"></polygon><polygon points=\"19 19 15 19 15 21 21 21 21 15 19 15 19 19\" class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted\"></polygon><polygon points=\"30 15 30 19 26 19 26 21 32 21 32 15 30 15\" class=\"clr-i-outline--alerted clr-i-outline-path-4--alerted\"></polygon><polygon points=\"8 30 4 30 4 32 10 32 10 26 8 26 8 30\" class=\"clr-i-outline--alerted clr-i-outline-path-5--alerted\"></polygon><polygon points=\"19 30 15 30 15 32 21 32 21 26 19 26 19 30\" class=\"clr-i-outline--alerted clr-i-outline-path-6--alerted\"></polygon><polygon points=\"30 30 26 30 26 32 32 32 32 26 30 26 30 30\" class=\"clr-i-outline--alerted clr-i-outline-path-7--alerted\"></polygon><path d=\"M19,8H15v2h4L19,9.89,21,6.5V4H19Z\" class=\"clr-i-outline--alerted clr-i-outline-path-8--alerted\"></path><path d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" class=\"clr-i-outline--alerted clr-i-outline-path-9--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"applications outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <polygon points=\"8 8 4 8 4 10 10 10 10 4 8 4 8 8\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"></polygon><polygon points=\"19 8 15 8 15 10 21 10 21 4 19 4 19 8\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"></polygon><polygon points=\"8 19 4 19 4 21 10 21 10 15 8 15 8 19\" class=\"clr-i-outline--badged clr-i-outline-path-3--badged\"></polygon><polygon points=\"19 19 15 19 15 21 21 21 21 15 19 15 19 19\" class=\"clr-i-outline--badged clr-i-outline-path-4--badged\"></polygon><polygon points=\"30 19 26 19 26 21 32 21 32 15 30 15 30 19\" class=\"clr-i-outline--badged clr-i-outline-path-5--badged\"></polygon><polygon points=\"8 30 4 30 4 32 10 32 10 26 8 26 8 30\" class=\"clr-i-outline--badged clr-i-outline-path-6--badged\"></polygon><polygon points=\"19 30 15 30 15 32 21 32 21 26 19 26 19 30\" class=\"clr-i-outline--badged clr-i-outline-path-7--badged\"></polygon><polygon points=\"30 30 26 30 26 32 32 32 32 26 30 26 30 30\" class=\"clr-i-outline--badged clr-i-outline-path-8--badged\"></polygon><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-outline--badged clr-i-outline-path-9--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"applications solid alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <rect x=\"4\" y=\"4\" width=\"6\" height=\"6\" class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\"></rect><rect x=\"4\" y=\"15\" width=\"6\" height=\"6\" class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted\"></rect><rect x=\"4\" y=\"26\" width=\"6\" height=\"6\" class=\"clr-i-solid--alerted clr-i-solid-path-3--alerted\"></rect><rect x=\"15\" y=\"15\" width=\"6\" height=\"6\" class=\"clr-i-solid--alerted clr-i-solid-path-4--alerted\"></rect><rect x=\"15\" y=\"26\" width=\"6\" height=\"6\" class=\"clr-i-solid--alerted clr-i-solid-path-5--alerted\"></rect><rect x=\"26\" y=\"15\" width=\"6\" height=\"6\" class=\"clr-i-solid--alerted clr-i-solid-path-6--alerted\"></rect><rect x=\"26\" y=\"26\" width=\"6\" height=\"6\" class=\"clr-i-solid--alerted clr-i-solid-path-7--alerted\"></rect><path d=\"M15,10h4L19,9.89,21,6.5V4H15Z\" class=\"clr-i-solid--alerted clr-i-solid-path-8--alerted\"></path><path d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" class=\"clr-i-solid--alerted clr-i-solid-path-9--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"applications solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <rect x=\"4\" y=\"4\" width=\"6\" height=\"6\" class=\"clr-i-solid--badged clr-i-solid-path-1--badged\"></rect><rect x=\"4\" y=\"15\" width=\"6\" height=\"6\" class=\"clr-i-solid--badged clr-i-solid-path-2--badged\"></rect><rect x=\"4\" y=\"26\" width=\"6\" height=\"6\" class=\"clr-i-solid--badged clr-i-solid-path-3--badged\"></rect><rect x=\"15\" y=\"4\" width=\"6\" height=\"6\" class=\"clr-i-solid--badged clr-i-solid-path-4--badged\"></rect><rect x=\"15\" y=\"15\" width=\"6\" height=\"6\" class=\"clr-i-solid--badged clr-i-solid-path-5--badged\"></rect><rect x=\"15\" y=\"26\" width=\"6\" height=\"6\" class=\"clr-i-solid--badged clr-i-solid-path-6--badged\"></rect><rect x=\"26\" y=\"15\" width=\"6\" height=\"6\" class=\"clr-i-solid--badged clr-i-solid-path-7--badged\"></rect><rect x=\"26\" y=\"26\" width=\"6\" height=\"6\" class=\"clr-i-solid--badged clr-i-solid-path-8--badged\"></rect><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-solid--badged clr-i-solid-path-9--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"applications solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <rect x=\"4\" y=\"4\" width=\"6\" height=\"6\" class=\"clr-i-solid clr-i-solid-path-1\"></rect><rect x=\"4\" y=\"15\" width=\"6\" height=\"6\" class=\"clr-i-solid clr-i-solid-path-2\"></rect><rect x=\"4\" y=\"26\" width=\"6\" height=\"6\" class=\"clr-i-solid clr-i-solid-path-3\"></rect><rect x=\"15\" y=\"4\" width=\"6\" height=\"6\" class=\"clr-i-solid clr-i-solid-path-4\"></rect><rect x=\"15\" y=\"15\" width=\"6\" height=\"6\" class=\"clr-i-solid clr-i-solid-path-5\"></rect><rect x=\"15\" y=\"26\" width=\"6\" height=\"6\" class=\"clr-i-solid clr-i-solid-path-6\"></rect><rect x=\"26\" y=\"4\" width=\"6\" height=\"6\" class=\"clr-i-solid clr-i-solid-path-7\"></rect><rect x=\"26\" y=\"15\" width=\"6\" height=\"6\" class=\"clr-i-solid clr-i-solid-path-8\"></rect><rect x=\"26\" y=\"26\" width=\"6\" height=\"6\" class=\"clr-i-solid clr-i-solid-path-9\"></rect>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"archive line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M29,32H7V22H5V32a2,2,0,0,0,2,2H29a2,2,0,0,0,2-2V22H29Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M14,24a1,1,0,0,0,1,1h6a1,1,0,0,0,0-2H15A1,1,0,0,0,14,24Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M14,18H6V14h4a3,3,0,0,1-.68-1.87s0-.09,0-.13H5.5A1.5,1.5,0,0,0,4,13.5V20H16Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path><path d=\"M30.5,12H26.66s0,.09,0,.13A3,3,0,0,1,26,14h4v4H22l-2,2H32V13.5A1.5,1.5,0,0,0,30.5,12Z\" class=\"clr-i-outline clr-i-outline-path-4\"></path><path d=\"M18,19.18l6.38-6.35A1,1,0,1,0,23,11.41l-4,3.95V3a1,1,0,1,0-2,0v12.4l-4-3.95a1,1,0,0,0-1.41,1.42Z\" class=\"clr-i-outline clr-i-outline-path-5\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"archive solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M19.41,20.6,18,22l-1.41-1.4L16,20H5V32a2,2,0,0,0,2,2H29a2,2,0,0,0,2-2V20H20ZM22,24a1,1,0,0,1-1,1H15a1,1,0,0,1,0-2h6A1,1,0,0,1,22,24Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path><path d=\"M30.5,12H26.66s0,.09,0,.13a3,3,0,0,1-.88,2.12L22,18H32V13.5A1.5,1.5,0,0,0,30.5,12Z\" class=\"clr-i-solid clr-i-solid-path-2\"></path><path d=\"M10.2,14.25a3,3,0,0,1-.88-2.12s0-.09,0-.13H5.5A1.5,1.5,0,0,0,4,13.5V18H14Z\" class=\"clr-i-solid clr-i-solid-path-3\"></path><path d=\"M18,19.18l6.38-6.35A1,1,0,1,0,23,11.41l-4,3.95V3a1,1,0,1,0-2,0v12.4l-4-3.95a1,1,0,0,0-1.41,1.42Z\" class=\"clr-i-solid clr-i-solid-path-4\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"assign user line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M18,17a7.46,7.46,0,1,0-7.45-7.46A7.46,7.46,0,0,0,18,17ZM18,4.07a5.46,5.46,0,1,1-5.45,5.45A5.46,5.46,0,0,1,18,4.07Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M6,31.89V25.77a16.13,16.13,0,0,1,12-5,16.61,16.61,0,0,1,8.71,2.33l1.35-1.51A18.53,18.53,0,0,0,18,18.74,17.7,17.7,0,0,0,4.21,24.8a1,1,0,0,0-.21.6v6.49A2.06,2.06,0,0,0,6,34H18.39l-1.9-2Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M30,31.89,30,32H26.85l-1.8,2H30a2.06,2.06,0,0,0,2-2.07V26.2l-2,2.23Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path><path d=\"M34.76,18.62a1,1,0,0,0-1.41.08l-11.62,13-5.2-5.59A1,1,0,0,0,15.12,26a1,1,0,0,0-.06,1.42l6.69,7.2L34.84,20A1,1,0,0,0,34.76,18.62Z\" class=\"clr-i-outline clr-i-outline-path-4\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"assign user solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <circle cx=\"17.99\" cy=\"10.36\" r=\"6.81\" class=\"clr-i-solid clr-i-solid-path-1\"></circle><path d=\"M12,26.65a2.8,2.8,0,0,1,4.85-1.8L20.71,29l6.84-7.63A16.81,16.81,0,0,0,18,18.55,16.13,16.13,0,0,0,5.5,24a1,1,0,0,0-.2.61V30a2,2,0,0,0,1.94,2h8.57l-3.07-3.3A2.81,2.81,0,0,1,12,26.65Z\" class=\"clr-i-solid clr-i-solid-path-2\"></path><path d=\"M28.76,32a2,2,0,0,0,1.94-2V26.24L25.57,32Z\" class=\"clr-i-solid clr-i-solid-path-3\"></path><path d=\"M33.77,18.62a1,1,0,0,0-1.42.08l-11.62,13-5.2-5.59A1,1,0,0,0,14.12,26a1,1,0,0,0,0,1.42l6.68,7.2L33.84,20A1,1,0,0,0,33.77,18.62Z\" class=\"clr-i-solid clr-i-solid-path-4\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"atom line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M18,14.05a4,4,0,1,0,4,4A4,4,0,0,0,18,14.05Zm0,6.44a2.42,2.42,0,1,1,2.42-2.42A2.42,2.42,0,0,1,18,20.49Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M24.23,11.71a39.14,39.14,0,0,0-4.57-3.92,22.86,22.86,0,0,1,3.48-1.72c.32-.12.62-.21.92-.3a2.28,2.28,0,0,0,3.81-.46,3.31,3.31,0,0,1,1.92.84c1.19,1.19,1.22,3.59.1,6.58.49.65.94,1.31,1.35,2,.17-.4.35-.79.49-1.18,1.47-3.85,1.28-7-.53-8.78a5.29,5.29,0,0,0-3.33-1.44,2.29,2.29,0,0,0-4.31.54c-.37.11-.74.22-1.13.37a25.79,25.79,0,0,0-4.57,2.35A26.21,26.21,0,0,0,13.28,4.2c-3.85-1.46-7-1.28-8.77.53C2.85,6.4,2.58,9.17,3.68,12.59a2.28,2.28,0,0,0,1.59,3.67c.32.61.67,1.22,1.06,1.82A25.54,25.54,0,0,0,4,22.66c-1.47,3.84-1.28,7,.53,8.77a5.63,5.63,0,0,0,4.12,1.51,13.34,13.34,0,0,0,4.65-1,26.21,26.21,0,0,0,4.58-2.35A25.79,25.79,0,0,0,22.43,32a14.16,14.16,0,0,0,3.65.9A2.3,2.3,0,0,0,30.46,32a4.55,4.55,0,0,0,.74-.57c1.81-1.81,2-4.93.53-8.77A32.68,32.68,0,0,0,24.23,11.71ZM12.57,30.09c-3,1.15-5.45,1.13-6.65-.08s-1.23-3.62-.07-6.64a22.77,22.77,0,0,1,1.71-3.48,40.19,40.19,0,0,0,3.92,4.56c.43.43.87.85,1.31,1.25q.9-.46,1.83-1.05c-.58-.52-1.16-1-1.72-1.61a34,34,0,0,1-5.74-7.47A2.29,2.29,0,0,0,5.5,11.69h0c-.75-2.5-.62-4.49.43-5.54a3.72,3.72,0,0,1,2.72-.92,11.4,11.4,0,0,1,3.93.84,22.86,22.86,0,0,1,3.48,1.72,39.14,39.14,0,0,0-4.57,3.92c-.44.44-.87.9-1.29,1.36a20.27,20.27,0,0,0,1,1.85c.54-.61,1.09-1.21,1.68-1.8a36.33,36.33,0,0,1,5-4.17,36.88,36.88,0,0,1,4.95,4.17,36.26,36.26,0,0,1,4.17,5,37,37,0,0,1-4.17,5A30.68,30.68,0,0,1,12.57,30.09ZM29.79,30l-.16.13a2.27,2.27,0,0,0-3.5.72,12.57,12.57,0,0,1-3-.77,22,22,0,0,1-3.48-1.72,39.14,39.14,0,0,0,4.57-3.92,38.26,38.26,0,0,0,3.92-4.56,22.88,22.88,0,0,1,1.72,3.48C31,26.39,31,28.81,29.79,30Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"atom solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M24.23,11.71a39.14,39.14,0,0,0-4.57-3.92,22.86,22.86,0,0,1,3.48-1.72c.32-.12.62-.21.92-.3a2.28,2.28,0,0,0,3.81-.46,3.31,3.31,0,0,1,1.92.84c1.19,1.19,1.22,3.59.1,6.58.49.65.94,1.31,1.35,2,.17-.4.35-.79.49-1.18,1.47-3.85,1.28-7-.53-8.78a5.29,5.29,0,0,0-3.33-1.44,2.29,2.29,0,0,0-4.31.54c-.37.11-.74.22-1.13.37a25.79,25.79,0,0,0-4.57,2.35A26.21,26.21,0,0,0,13.28,4.2c-3.85-1.46-7-1.28-8.77.53C2.85,6.4,2.58,9.17,3.68,12.59a2.28,2.28,0,0,0,1.59,3.67c.32.61.67,1.22,1.06,1.82A25.54,25.54,0,0,0,4,22.66c-1.47,3.84-1.28,7,.53,8.77a5.63,5.63,0,0,0,4.12,1.51,13.34,13.34,0,0,0,4.65-1,26.21,26.21,0,0,0,4.58-2.35A25.79,25.79,0,0,0,22.43,32a14.16,14.16,0,0,0,3.65.9A2.3,2.3,0,0,0,30.46,32a4.55,4.55,0,0,0,.74-.57c1.81-1.81,2-4.93.53-8.77A32.68,32.68,0,0,0,24.23,11.71ZM12.57,30.09c-3,1.15-5.45,1.13-6.65-.08s-1.23-3.62-.07-6.64a22.77,22.77,0,0,1,1.71-3.48,40.19,40.19,0,0,0,3.92,4.56c.43.43.87.85,1.31,1.25q.9-.46,1.83-1.05c-.58-.52-1.16-1-1.72-1.61a34,34,0,0,1-5.74-7.47A2.29,2.29,0,0,0,5.5,11.69h0c-.75-2.5-.62-4.49.43-5.54a3.72,3.72,0,0,1,2.72-.92,11.4,11.4,0,0,1,3.93.84,22.86,22.86,0,0,1,3.48,1.72,39.14,39.14,0,0,0-4.57,3.92c-.44.44-.87.9-1.29,1.36a20.27,20.27,0,0,0,1,1.85c.54-.61,1.09-1.21,1.68-1.8a36.33,36.33,0,0,1,5-4.17,36.88,36.88,0,0,1,4.95,4.17,36.26,36.26,0,0,1,4.17,5,37,37,0,0,1-4.17,5A30.68,30.68,0,0,1,12.57,30.09ZM29.79,30l-.16.13a2.27,2.27,0,0,0-3.5.72,12.57,12.57,0,0,1-3-.77,22,22,0,0,1-3.48-1.72,39.14,39.14,0,0,0,4.57-3.92,38.26,38.26,0,0,0,3.92-4.56,22.88,22.88,0,0,1,1.72,3.48C31,26.39,31,28.81,29.79,30Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path><circle cx=\"17.99\" cy=\"18.07\" r=\"3.3\" transform=\"translate(-2.66 3.11) rotate(-9.22)\" class=\"clr-i-solid clr-i-solid-path-2\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"backup line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <rect class=\"clr-i-outline clr-i-outline-path-1\" x=\"6\" y=\"22\" width=\"24\" height=\"2\"></rect><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M30.84,13.37A1.94,1.94,0,0,0,28.93,12H26.55a3,3,0,0,1-.14,2h2.54C30,16.94,31.72,21.65,32,22.48V30H4V22.48C4.28,21.65,7.05,14,7.05,14H9.58a3,3,0,0,1-.14-2H7.07a1.92,1.92,0,0,0-1.9,1.32C2,22,2,22.1,2,22.33V30a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V22.33C34,22.1,34,22,30.84,13.37Z\"></path><path class=\"clr-i-outline clr-i-outline-path-3\" d=\"M18,19.84l6.38-6.35A1,1,0,1,0,23,12.08L19,16V4a1,1,0,1,0-2,0V16l-4-3.95a1,1,0,0,0-1.41,1.42Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"backup outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <rect class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\" x=\"6\" y=\"22\" width=\"24\" height=\"2\"></rect><rect class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\" x=\"26\" y=\"26\" width=\"4\" height=\"2\"></rect><path class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted\" d=\"M18,19.84l4.47-4.44h-.23a3.67,3.67,0,0,1-2-.61L19,16V4a1,1,0,1,0-2,0V16l-4-3.95a1,1,0,0,0-1.41,1.42Z\"></path><path class=\"clr-i-outline--alerted clr-i-outline-path-4--alerted\" d=\"M31.58,15.4H29.46c1,2.85,2.31,6.37,2.54,7.08V30H4V22.48C4.28,21.65,7.05,14,7.05,14H9.58a3,3,0,0,1-.14-2H7.07a1.92,1.92,0,0,0-1.9,1.32C2,22,2,22.1,2,22.33V30a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V22.33C34,22.12,34,22,31.58,15.4Z\"></path><path class=\"clr-i-outline--alerted clr-i-outline-path-5--alerted clr-i-alert\" d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"backup outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <rect class=\"clr-i-outline--badged clr-i-outline-path-1--badged\" x=\"6\" y=\"22\" width=\"24\" height=\"2\"></rect><rect class=\"clr-i-outline--badged clr-i-outline-path-2--badged\" x=\"26\" y=\"26\" width=\"4\" height=\"2\"></rect><path class=\"clr-i-outline--badged clr-i-outline-path-3--badged\" d=\"M18,19.84l6.38-6.35A1,1,0,1,0,23,12.08L19,16V4a1,1,0,1,0-2,0V16l-4-3.95a1,1,0,0,0-1.41,1.42Z\"></path><path class=\"clr-i-outline--badged clr-i-outline-path-4--badged\" d=\"M30.87,13.45a7.55,7.55,0,0,1-.87.05,7.46,7.46,0,0,1-3.35-.8,3,3,0,0,1-.24,1.3h2.54C30,16.94,31.72,21.65,32,22.48V30H4V22.48C4.28,21.65,7.05,14,7.05,14H9.58a3,3,0,0,1-.14-2H7.07a1.92,1.92,0,0,0-1.9,1.32C2,22,2,22.1,2,22.33V30a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V22.33C34,22.1,34,22,30.87,13.45Z\"></path><circle class=\"clr-i-outline--badged clr-i-outline-path-5--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"backup restore line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <rect class=\"clr-i-outline clr-i-outline-path-1\" x=\"6\" y=\"22\" width=\"24\" height=\"2\"></rect><rect class=\"clr-i-outline clr-i-outline-path-2\" x=\"26\" y=\"26\" width=\"4\" height=\"2\"></rect><path class=\"clr-i-outline clr-i-outline-path-3\" d=\"M13,9.92,17,6V19a1,1,0,1,0,2,0V6l4,3.95A1,1,0,1,0,24.38,8.5L18,2.16,11.61,8.5A1,1,0,0,0,13,9.92Z\"></path><path class=\"clr-i-outline clr-i-outline-path-4\" d=\"M30.84,13.37A1.94,1.94,0,0,0,28.93,12H21v2h7.95C30,16.94,31.72,21.65,32,22.48V30H4V22.48C4.28,21.65,7.05,14,7.05,14H15V12H7.07a1.92,1.92,0,0,0-1.9,1.32C2,22,2,22.1,2,22.33V30a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V22.33C34,22.1,34,22,30.84,13.37Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"backup restore outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <rect class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\" x=\"6\" y=\"22\" width=\"24\" height=\"2\"></rect><rect class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\" x=\"26\" y=\"26\" width=\"4\" height=\"2\"></rect><path class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted\" d=\"M13,9.92,17,6V19a1,1,0,1,0,2,0V6l1.47,1.46,1-1.79L18,2.16,11.61,8.5A1,1,0,0,0,13,9.92Z\"></path><path class=\"clr-i-outline--alerted clr-i-outline-path-4--alerted\" d=\"M31.58,15.4H29.46c1,2.85,2.31,6.37,2.54,7.08V30H4V22.48C4.28,21.65,7.05,14,7.05,14H15V12H7.07a1.92,1.92,0,0,0-1.9,1.32C2,22,2,22.1,2,22.33V30a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V22.33C34,22.12,34,22,31.58,15.4Z\"></path><path class=\"clr-i-outline--alerted clr-i-outline-path-5--alerted clr-i-alert\" d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"backup restore outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <rect class=\"clr-i-outline--badged clr-i-outline-path-1--badged\" x=\"6\" y=\"22\" width=\"24\" height=\"2\"></rect><rect class=\"clr-i-outline--badged clr-i-outline-path-2--badged\" x=\"26\" y=\"26\" width=\"4\" height=\"2\"></rect><path class=\"clr-i-outline--badged clr-i-outline-path-3--badged\" d=\"M13,9.92,17,6V19a1,1,0,1,0,2,0V6l4,3.95a1,1,0,0,0,.71.29l.11,0a7.46,7.46,0,0,1-1.25-3.52L18,2.16,11.61,8.5A1,1,0,0,0,13,9.92Z\"></path><path class=\"clr-i-outline--badged clr-i-outline-path-4--badged\" d=\"M30.87,13.45a7.55,7.55,0,0,1-.87.05A7.46,7.46,0,0,1,25.51,12H21v2h7.95C30,16.94,31.72,21.65,32,22.48V30H4V22.48C4.28,21.65,7.05,14,7.05,14H15V12H7.07a1.92,1.92,0,0,0-1.9,1.32C2,22,2,22.1,2,22.33V30a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V22.33C34,22.1,34,22,30.87,13.45Z\"></path><circle class=\"clr-i-outline--badged clr-i-outline-path-5--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"backup restore solid alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\" d=\"M2,24v6a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V24Zm28,5H26V27h4Z\"></path><path class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted\" d=\"M13,9.92,17,6V18a1,1,0,1,0,2,0V6l1.47,1.46,1-1.79L18,2.16,11.61,8.5A1,1,0,0,0,13,9.92Z\"></path><path class=\"clr-i-solid--alerted clr-i-solid-path-3--alerted\" d=\"M31.58,15.4H22.23A3.62,3.62,0,0,1,21,15.16V18a3,3,0,1,1-6,0V12H7.07a1.92,1.92,0,0,0-1.9,1.32C2.86,19.68,2.24,21.43,2.07,22H33.93C33.79,21.49,33.28,20.07,31.58,15.4Z\"></path><path class=\"clr-i-solid--alerted clr-i-solid-path-4--alerted clr-i-alert\" d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"backup restore solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--badged clr-i-solid-path-1--badged\" d=\"M2,24v6a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V24Zm28,5H26V27h4Z\"></path><path class=\"clr-i-solid--badged clr-i-solid-path-2--badged\" d=\"M13,9.92,17,6V18a1,1,0,1,0,2,0V6l4,3.95a1,1,0,0,0,.71.29l.11,0a7.46,7.46,0,0,1-1.25-3.52L18,2.16,11.61,8.5A1,1,0,0,0,13,9.92Z\"></path><path class=\"clr-i-solid--badged clr-i-solid-path-3--badged\" d=\"M30.87,13.45a7.55,7.55,0,0,1-.87.05A7.46,7.46,0,0,1,25.51,12H21v6a3,3,0,1,1-6,0V12H7.07a1.92,1.92,0,0,0-1.9,1.32C2.86,19.68,2.24,21.43,2.07,22H33.93C33.77,21.43,33.15,19.7,30.87,13.45Z\"></path><circle class=\"clr-i-solid--badged clr-i-solid-path-4--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"backup restore solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M2,24v6a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V24Zm28,5H26V27h4Z\"></path><path class=\"clr-i-solid clr-i-solid-path-2\" d=\"M30.84,13.37A1.94,1.94,0,0,0,28.93,12H21v6a3,3,0,1,1-6,0V12H7.07a1.92,1.92,0,0,0-1.9,1.32C2.86,19.68,2.24,21.43,2.07,22H33.93C33.77,21.43,33.14,19.69,30.84,13.37Z\"></path><path class=\"clr-i-solid clr-i-solid-path-3\" d=\"M13,9.92,17,6V18a1,1,0,1,0,2,0V6l4,3.95A1,1,0,1,0,24.38,8.5L18,2.16,11.61,8.5A1,1,0,0,0,13,9.92Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"backup solid alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\" d=\"M16.58,21.26,10.2,14.91A3,3,0,0,1,9.44,12H7.07a1.92,1.92,0,0,0-1.9,1.32C2.86,19.68,2.24,21.43,2.07,22H17.33Z\"></path><path class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted\" d=\"M2,24v6a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V24Zm28,4H26V26h4Z\"></path><path class=\"clr-i-solid--alerted clr-i-solid-path-3--alerted\" d=\"M18.66,22H33.93c-.15-.51-.65-1.93-2.35-6.6H25.3l-5.89,5.86Z\"></path><path class=\"clr-i-solid--alerted clr-i-solid-path-4--alerted\" d=\"M18,19.84l4.47-4.44h-.23a3.64,3.64,0,0,1-2-.61L19,16V4a1,1,0,1,0-2,0V16l-4-3.95a1,1,0,0,0-1.41,1.42Z\"></path><path class=\"clr-i-solid--alerted clr-i-solid-path-5--alerted clr-i-alert\" d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"backup solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--badged clr-i-solid-path-1--badged\" d=\"M18,19.84l6.38-6.35A1,1,0,1,0,23,12.08L19,16V4a1,1,0,1,0-2,0V16l-4-3.95a1,1,0,0,0-1.41,1.42Z\"></path><path class=\"clr-i-solid--badged clr-i-solid-path-2--badged\" d=\"M16.58,21.26,10.2,14.91A3,3,0,0,1,9.44,12H7.07a1.92,1.92,0,0,0-1.9,1.32C2.86,19.68,2.24,21.43,2.07,22H17.33Z\"></path><path class=\"clr-i-solid--badged clr-i-solid-path-3--badged\" d=\"M2,24v6a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V24Zm28,4H26V26h4Z\"></path><path class=\"clr-i-solid--badged clr-i-solid-path-4--badged\" d=\"M18.66,22H33.93c-.17-.57-.79-2.3-3.06-8.55a7.55,7.55,0,0,1-.87.05,7.46,7.46,0,0,1-3.35-.8,3,3,0,0,1-.86,2.21l-6.38,6.35Z\"></path><circle class=\"clr-i-solid--badged clr-i-solid-path-5--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"backup solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M18,19.84l6.38-6.35A1,1,0,1,0,23,12.08L19,16V4a1,1,0,1,0-2,0V16l-4-3.95a1,1,0,0,0-1.41,1.42Z\"></path><path class=\"clr-i-solid clr-i-solid-path-2\" d=\"M19.41,21.26l-.74.74H33.93c-.17-.57-.79-2.31-3.09-8.63A1.94,1.94,0,0,0,28.93,12H26.55a3,3,0,0,1-.76,2.92Z\"></path><path class=\"clr-i-solid clr-i-solid-path-3\" d=\"M16.58,21.26,10.2,14.91A3,3,0,0,1,9.44,12H7.07a1.92,1.92,0,0,0-1.9,1.32C2.86,19.68,2.24,21.43,2.07,22H17.33Z\"></path><path class=\"clr-i-solid clr-i-solid-path-4\" d=\"M2,24v6a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V24Zm28,4H26V26h4Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"bar code line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M5,7A1,1,0,0,0,4,8V30a1,1,0,0,0,2,0V8A1,1,0,0,0,5,7Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M9,7A1,1,0,0,0,8,8V26a1,1,0,0,0,2,0V8A1,1,0,0,0,9,7Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M13,7a1,1,0,0,0-1,1V26a1,1,0,0,0,2,0V8A1,1,0,0,0,13,7Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path><path d=\"M17,7a1,1,0,0,0-1,1V26a1,1,0,0,0,2,0V8A1,1,0,0,0,17,7Z\" class=\"clr-i-outline clr-i-outline-path-4\"></path><path d=\"M21,7a1,1,0,0,0-1,1V26a1,1,0,0,0,2,0V8A1,1,0,0,0,21,7Z\" class=\"clr-i-outline clr-i-outline-path-5\"></path><path d=\"M25,7a1,1,0,0,0-1,1V26a1,1,0,0,0,2,0V8A1,1,0,0,0,25,7Z\" class=\"clr-i-outline clr-i-outline-path-6\"></path><path d=\"M29,7a1,1,0,0,0-1,1V26a1,1,0,0,0,2,0V8A1,1,0,0,0,29,7Z\" class=\"clr-i-outline clr-i-outline-path-7\"></path><path d=\"M33,7a1,1,0,0,0-1,1V30a1,1,0,0,0,2,0V8A1,1,0,0,0,33,7Z\" class=\"clr-i-outline clr-i-outline-path-8\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"battery line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M18.59,11.77a1,1,0,0,0-1.73,1l2.5,4.34-6.07-1,5.29,10.59a1,1,0,0,0,1.79-.89l-3.53-7.08,6.38,1.06Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M25.12,4H23V3.58A1.58,1.58,0,0,0,21.42,2H14.58A1.58,1.58,0,0,0,13,3.58V4H10.88A1.88,1.88,0,0,0,9,5.88V32.12A1.88,1.88,0,0,0,10.88,34H25.12A1.88,1.88,0,0,0,27,32.12V5.88A1.88,1.88,0,0,0,25.12,4ZM25,32H11V6h4V4h6V6h4Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"battery outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M18.59,11.77a1,1,0,0,0-1.73,1l2.5,4.34-6.07-1,5.29,10.59a1,1,0,0,0,1.79-.89l-3.53-7.08,6.38,1.06Z\" class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\"></path><path d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted clr-i-alert\"></path><path d=\"M25,15.4V32H11V6h4V4h6V6h.28l1.64-2.85A1.57,1.57,0,0,0,21.42,2H14.58A1.58,1.58,0,0,0,13,3.58V4H10.88A1.88,1.88,0,0,0,9,5.88V32.12A1.88,1.88,0,0,0,10.88,34H25.12A1.88,1.88,0,0,0,27,32.12V15.4Z\" class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"battery outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged clr-i-badge\"></circle><path d=\"M18.59,11.77a1,1,0,0,0-1.73,1l2.5,4.34-6.07-1,5.29,10.59a1,1,0,0,0,1.79-.89l-3.53-7.08,6.38,1.06Z\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"></path><path d=\"M25,11.58V32H11V6h4V4h6V6H22.5A7.47,7.47,0,0,1,23,3.38,1.57,1.57,0,0,0,21.42,2H14.58A1.58,1.58,0,0,0,13,3.58V4H10.88A1.88,1.88,0,0,0,9,5.88V32.12A1.88,1.88,0,0,0,10.88,34H25.12A1.88,1.88,0,0,0,27,32.12V12.87A7.5,7.5,0,0,1,25,11.58Z\" class=\"clr-i-outline--badged clr-i-outline-path-3--badged\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"battery solid alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted clr-i-alert\"></path><path d=\"M22.23,15.4A3.66,3.66,0,0,1,20.55,15l2.76,4.79L16.9,18.7l3.36,6.73a1.2,1.2,0,0,1-2.15,1.07L12.65,15.56l6,1-2.29-4a1.2,1.2,0,1,1,2.08-1.2l.09.15A3.66,3.66,0,0,1,19,9.89L22.45,4H22V2.62A.6.6,0,0,0,21.42,2H14.58a.6.6,0,0,0-.58.62V4H10A1.09,1.09,0,0,0,9,5.07v28A1,1,0,0,0,10,34H26a1,1,0,0,0,1-.94V15.4Z\" class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"battery solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-solid--badged clr-i-solid-path-1--badged clr-i-badge\"></circle><path d=\"M22.5,6a7.49,7.49,0,0,1,.28-2H22V2.62A.6.6,0,0,0,21.42,2H14.58a.6.6,0,0,0-.58.62V4H10A1.09,1.09,0,0,0,9,5.07v28A1,1,0,0,0,10,34H26a1,1,0,0,0,1-.94V12.87A7.5,7.5,0,0,1,22.5,6ZM20.26,25.44a1.2,1.2,0,0,1-2.15,1.07L12.65,15.56l6,1-2.29-4a1.2,1.2,0,1,1,2.08-1.2l4.83,8.37L16.9,18.7Z\" class=\"clr-i-solid--badged clr-i-solid-path-2--badged\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"battery solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M22,4V2.62A.6.6,0,0,0,21.42,2H14.58a.6.6,0,0,0-.58.62V4H10A1.09,1.09,0,0,0,9,5.07v28A1,1,0,0,0,10,34H26a1,1,0,0,0,1-.94v-28A1.09,1.09,0,0,0,26,4ZM20.26,25.44a1.2,1.2,0,0,1-2.15,1.07L12.65,15.56l6,1-2.29-4a1.2,1.2,0,1,1,2.08-1.2l4.83,8.37L16.9,18.7Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"block line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M31.42,9.09l-13-6a1,1,0,0,0-.84,0l-13,6A1,1,0,0,0,4,10V27a1,1,0,0,0,.58.91l13,6a1,1,0,0,0,.84,0l13-6A1,1,0,0,0,32,27V10A1,1,0,0,0,31.42,9.09ZM18,5.1,28.61,10,18,14.9,7.39,10ZM6,11.56l11,5.08v14.8L6,26.36ZM19,31.44V16.64l11-5.08v14.8Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"block outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M30,15.53V26.36L19,31.44V16.64l2.57-1.19a3.67,3.67,0,0,1-2.11-1.22L18,14.9,7.39,10,18,5.1l3.08,1.42,1-1.74L18.42,3.09a1,1,0,0,0-.84,0l-13,6A1,1,0,0,0,4,10V27a1,1,0,0,0,.58.91l13,6a1,1,0,0,0,.84,0l13-6A1,1,0,0,0,32,27V15.53ZM17,31.44,6,26.36V11.56l11,5.08Z\" class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\"></path><path d=\"M26.87,1.26l-5.72,9.91a1.28,1.28,0,0,0,1.1,1.92H33.7a1.28,1.28,0,0,0,1.1-1.92L29.08,1.26A1.28,1.28,0,0,0,26.87,1.26Z\" class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"block outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M30,13.5V26.36L19,31.44V16.64l8.08-3.73a7.57,7.57,0,0,1-2-1.27L18,14.9,7.39,10,18,5.1l4.61,2.13A7.12,7.12,0,0,1,22.5,6a8,8,0,0,1,.07-1L18.42,3.09a1,1,0,0,0-.84,0l-13,6A1,1,0,0,0,4,10V27a1,1,0,0,0,.58.91l13,6a1,1,0,0,0,.84,0l13-6A1,1,0,0,0,32,27V13.22A7.37,7.37,0,0,1,30,13.5ZM17,31.44,6,26.36V11.56l11,5.08Z\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"block solid alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M30,15.38v11L19,31.44V16.64l2.79-1.29a3.68,3.68,0,0,1-2.25-1.16L18,14.9,7.39,10,18,5.1l3,1.39,1-1.75L18.42,3.09a1,1,0,0,0-.84,0l-13,6A1,1,0,0,0,4,10V27a1,1,0,0,0,.58.91l13,6a1,1,0,0,0,.84,0l13-6A1,1,0,0,0,32,27V15.38Z\" class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\"></path><path d=\"M26.85,1.12,21.13,11a1.27,1.27,0,0,0,1.1,1.91H33.68A1.27,1.27,0,0,0,34.78,11L29.06,1.12A1.28,1.28,0,0,0,26.85,1.12Z\" class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"block solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M30,13.5V26.36L19,31.44V16.64l8.08-3.73a7.57,7.57,0,0,1-2-1.27L18,14.9,7.39,10,18,5.1l4.61,2.13A7.12,7.12,0,0,1,22.5,6a8,8,0,0,1,.07-1L18.42,3.09a1,1,0,0,0-.84,0l-13,6A1,1,0,0,0,4,10V27a1,1,0,0,0,.58.91l13,6a1,1,0,0,0,.84,0l13-6A1,1,0,0,0,32,27V13.22A7.37,7.37,0,0,1,30,13.5Z\" class=\"clr-i-solid--badged clr-i-solid-path-1--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-solid--badged clr-i-solid-path-2--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"block solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M31.42,9.09l-13-6a1,1,0,0,0-.84,0l-13,6A1,1,0,0,0,4,10V27a1,1,0,0,0,.58.91l13,6a1,1,0,0,0,.84,0l13-6A1,1,0,0,0,32,27V10A1,1,0,0,0,31.42,9.09ZM18,14.9,7.39,10,18,5.1,28.61,10ZM30,26.36,19,31.44V16.64l11-5.08Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"blocks group line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M33.53,18.76,26.6,15.57V6.43A1,1,0,0,0,26,5.53l-7.5-3.45a1,1,0,0,0-.84,0l-7.5,3.45a1,1,0,0,0-.58.91v9.14L2.68,18.76a1,1,0,0,0-.58.91v9.78h0a1,1,0,0,0,.58.91l7.5,3.45a1,1,0,0,0,.84,0l7.08-3.26,7.08,3.26a1,1,0,0,0,.84,0l7.5-3.45a1,1,0,0,0,.58-.91h0V19.67A1,1,0,0,0,33.53,18.76Zm-2.81.91L25.61,22,20.5,19.67l5.11-2.35ZM18.1,4.08l5.11,2.35L18.1,8.78,13,6.43ZM10.6,17.31l5.11,2.35L10.6,22,5.49,19.67Zm6.5,11.49-6.5,3-6.5-3V21.23L10.18,24A1,1,0,0,0,11,24l6.08-2.8ZM11.6,15.57h0V8l6.08,2.8a1,1,0,0,0,.84,0L24.6,8v7.58h0l-6.5,3ZM32.11,28.81l-6.5,3-6.51-3V21.22L25.19,24A1,1,0,0,0,26,24l6.08-2.8Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"blocks group outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M33.53,18.76,26.6,15.57h-2v0l-6.5,3-6.5-3V8l6.08,2.8a1,1,0,0,0,.84,0l.24-.11a4.17,4.17,0,0,1,.29-.65l1.33-2.31-2.28,1L13,6.43l5.1-2.35,3.47,1.6,1-1.73L18.5,2.08a1,1,0,0,0-.84,0l-7.5,3.45a1,1,0,0,0-.58.91v9.14l-6.9,3.18a1,1,0,0,0-.58.91v9.78a1,1,0,0,0,.58.91l7.5,3.45a1,1,0,0,0,.84,0l7.08-3.26,7.08,3.26a1,1,0,0,0,.84,0l7.5-3.45a1,1,0,0,0,.58-.91V19.67A1,1,0,0,0,33.53,18.76ZM10.6,17.31l5.11,2.35L10.6,22,5.49,19.67Zm0,14.49-6.5-3V21.23L10.18,24A1,1,0,0,0,11,24l6.08-2.8,0,7.6Zm15-14.48,5.11,2.35L25.61,22,20.5,19.67Zm0,14.49-6.51-3V21.22L25.19,24A1,1,0,0,0,26,24l6.08-2.8,0,7.61Z\" class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\"></path><path d=\"M26.85,1.14l-5.72,9.91A1.27,1.27,0,0,0,22.23,13H33.68a1.27,1.27,0,0,0,1.1-1.91L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"blocks group outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M33.53,18.76,26.6,15.57V12.7a7.58,7.58,0,0,1-2-1.51v4.39l-6.5,3-6.5-3V8l6.08,2.8a1,1,0,0,0,.84,0L23,8.72a7.05,7.05,0,0,1-.47-2l-4.47,2L13,6.43l5.1-2.35,4.44,2s0-.06,0-.09a7.55,7.55,0,0,1,.27-2l-4.3-2a1,1,0,0,0-.84,0l-7.5,3.45a1,1,0,0,0-.58.91v9.14l-6.9,3.18a1,1,0,0,0-.58.91v9.78a1,1,0,0,0,.58.91l7.5,3.45a1,1,0,0,0,.84,0l7.08-3.26,7.08,3.26a1,1,0,0,0,.84,0l7.5-3.45a1,1,0,0,0,.58-.91V19.67A1,1,0,0,0,33.53,18.76ZM10.6,17.31l5.11,2.35L10.6,22,5.49,19.67Zm0,14.49-6.5-3V21.23L10.18,24A1,1,0,0,0,11,24l6.08-2.8,0,7.6Zm15-14.48,5.11,2.35L25.61,22,20.5,19.67Zm0,14.49-6.51-3V21.22L25.19,24A1,1,0,0,0,26,24l6.08-2.8,0,7.61Z\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"></path><circle cx=\"30.03\" cy=\"6.03\" r=\"5\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"blocks group solid alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M33.53,18.76,26.6,15.57v0h-2v0l-6.43,3V10.87a1.05,1.05,0,0,0,.35-.08l.14-.06A3.23,3.23,0,0,1,19,10l1.28-2.22-2.14,1L13,6.43l5.1-2.35,3.39,1.56,1-1.73-4-1.83a1,1,0,0,0-.84,0l-7.5,3.45a1,1,0,0,0-.58.91v9.14l-6.9,3.18a1,1,0,0,0-.58.91v9.78a1,1,0,0,0,.58.91l7.5,3.45a1,1,0,0,0,.84,0l7.08-3.26,7.08,3.26a1,1,0,0,0,.84,0l7.5-3.45a1,1,0,0,0,.58-.91V19.67A1,1,0,0,0,33.53,18.76Zm-28,.91,5.11-2.36,5.11,2.35L10.6,22ZM10.6,31.8V24.11A1.08,1.08,0,0,0,11,24l6.08-2.8,0,7.6Zm9.9-12.13,5.11-2.35,5.11,2.35L25.61,22ZM25.64,31.8V24.11A.89.89,0,0,0,26,24l6.08-2.8,0,7.6Z\" class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\"></path><path d=\"M26.89,1.14l-5.72,9.91A1.27,1.27,0,0,0,22.27,13H33.72a1.27,1.27,0,0,0,1.1-1.91L29.1,1.14A1.28,1.28,0,0,0,26.89,1.14Z\" class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"blocks group solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M33.53,18.76,26.6,15.57V12.69a7.66,7.66,0,0,1-2-1.47v4.34l-6.43,3V10.87a1.05,1.05,0,0,0,.35-.08L23,8.73a7.65,7.65,0,0,1-.48-2l-4.42,2L13,6.43l5.1-2.35,4.38,2V6a7.55,7.55,0,0,1,.27-2L18.5,2.08a1,1,0,0,0-.84,0l-7.5,3.45a1,1,0,0,0-.58.91v9.14l-6.9,3.18a1,1,0,0,0-.58.91v9.78a1,1,0,0,0,.58.91l7.5,3.45a1,1,0,0,0,.84,0l7.08-3.26,7.08,3.26a1,1,0,0,0,.84,0l7.5-3.45a1,1,0,0,0,.58-.91V19.67A1,1,0,0,0,33.53,18.76Zm-28,.91,5.11-2.36,5.11,2.35L10.6,22ZM10.6,31.8V24.11A1.08,1.08,0,0,0,11,24l6.08-2.8,0,7.6Zm9.9-12.13,5.11-2.35,5.11,2.35L25.61,22ZM25.64,31.8V24.11A.89.89,0,0,0,26,24l6.08-2.8,0,7.6Z\" class=\"clr-i-solid--badged clr-i-solid-path-1--badged\"></path><circle cx=\"29.98\" cy=\"6\" r=\"5\" class=\"clr-i-solid--badged clr-i-solid-path-2--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"blocks group solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M33.53,18.76,26.6,15.57V6.43A1,1,0,0,0,26,5.53l-7.5-3.45a1,1,0,0,0-.84,0l-7.5,3.45a1,1,0,0,0-.58.91v9.14L2.68,18.76a1,1,0,0,0-.58.91v9.78h0a1,1,0,0,0,.58.91l7.5,3.45a1,1,0,0,0,.84,0l7.08-3.26,7.08,3.26a1,1,0,0,0,.84,0l7.5-3.45a1,1,0,0,0,.58-.91h0V19.67A1,1,0,0,0,33.53,18.76ZM25.61,22,20.5,19.67l5.11-2.35,5.11,2.35Zm-1-6.44-6.44,3V10.87a1,1,0,0,0,.35-.08L24.6,8v7.58ZM18.1,4.08l5.11,2.35L18.1,8.78,13,6.43ZM10.6,17.31l5.11,2.35L10.6,22,5.49,19.67Zm6.5,11.49-6.5,3h0V24.11h0A1,1,0,0,0,11,24l6.08-2.8Zm15,0-6.46,3V24.11A1,1,0,0,0,26,24l6.08-2.8Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"bluetooth line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M26.64,25.27,19,17.53,19,3,25.21,9.4l-5.65,5.79L21,16.62l5.68-5.82a2,2,0,0,0,0-2.78L20.48,1.7A2.08,2.08,0,0,0,18.85,1,2,2,0,0,0,17,3V15.38L10.05,8.27A1,1,0,0,0,8.62,9.66L16.79,18,9.06,26a1,1,0,0,0,0,1.41,1,1,0,0,0,.7.29,1,1,0,0,0,.72-.31L17,20.68V33a2.07,2.07,0,0,0,.71,1.62A2,2,0,0,0,19,35a1.94,1.94,0,0,0,1.42-.6l6.23-6.38A2,2,0,0,0,26.64,25.27ZM19,33.05V20.29l6.21,6.36Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"bluetooth off line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M19,3,25.22,9.4l-5.66,5.8L21,16.63l5.68-5.83a2,2,0,0,0,0-2.78L20.48,1.7A2,2,0,0,0,18.85,1,2,2,0,0,0,17,3v11.4l2,2Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M4.77,5,3.36,6.42,15.89,19,9.06,26a1,1,0,0,0,.71,1.7,1,1,0,0,0,.72-.31L17,20.68V32.94a2.08,2.08,0,0,0,.71,1.63A2,2,0,0,0,19,35a2,2,0,0,0,1.42-.6l5.41-5.54,3.54,3.53L30.77,31ZM19,33.05v-11l5.41,5.41Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"bluetooth off solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M19.31,5.17,23.7,9.7l-3.59,3.71,2.24,2.29,4.09-4.22a2.56,2.56,0,0,0,0-3.56l-6-6.14a2.51,2.51,0,0,0-2.77-.59,2.54,2.54,0,0,0-1.6,2.36v10l3.21,3.21Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path><path d=\"M4.5,5,3.09,6.42,15.17,18.51,8.7,25.19A1.6,1.6,0,0,0,9.85,27.9,1.57,1.57,0,0,0,11,27.41l5.11-5.27V32.45a2.54,2.54,0,0,0,1.6,2.36,2.44,2.44,0,0,0,.95.19,2.55,2.55,0,0,0,1.82-.77l5.12-5.29,3.49,3.48L30.5,31ZM19.81,30.83V22.65l4,4Z\" class=\"clr-i-solid clr-i-solid-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"bluetooth solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M26.52,24.52l-5.65-5.83-1.46-1.5v-12L23.79,9.7l-3.6,3.71,2.24,2.29,4.09-4.22a2.54,2.54,0,0,0,0-3.56L20.57,1.78A2.54,2.54,0,0,0,16.2,3.55V13.86l-5.53-5.7a1.6,1.6,0,1,0-2.3,2.23L15.75,18l-7,7.19a1.6,1.6,0,0,0,0,2.26,1.63,1.63,0,0,0,1.12.45,1.58,1.58,0,0,0,1.15-.49l5.11-5.27V32.45a2.53,2.53,0,0,0,1.59,2.36,2.44,2.44,0,0,0,.95.19,2.56,2.56,0,0,0,1.83-.77l5.95-6.15A2.54,2.54,0,0,0,26.52,24.52ZM19.4,30.83V21.77l4.39,4.53Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"building line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M31,8H23v2h8V31H23v2H33V10A2,2,0,0,0,31,8Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M19.88,3H6.12A2.12,2.12,0,0,0,4,5.12V33H22V5.12A2.12,2.12,0,0,0,19.88,3ZM20,31H17V28H9v3H6V5.12A.12.12,0,0,1,6.12,5H19.88a.12.12,0,0,1,.12.12Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><rect x=\"8\" y=\"8\" width=\"2\" height=\"2\" class=\"clr-i-outline clr-i-outline-path-3\"></rect><rect x=\"12\" y=\"8\" width=\"2\" height=\"2\" class=\"clr-i-outline clr-i-outline-path-4\"></rect><rect x=\"16\" y=\"8\" width=\"2\" height=\"2\" class=\"clr-i-outline clr-i-outline-path-5\"></rect><rect x=\"8\" y=\"13\" width=\"2\" height=\"2\" class=\"clr-i-outline clr-i-outline-path-6\"></rect><rect x=\"12\" y=\"13\" width=\"2\" height=\"2\" class=\"clr-i-outline clr-i-outline-path-7\"></rect><rect x=\"16\" y=\"13\" width=\"2\" height=\"2\" class=\"clr-i-outline clr-i-outline-path-8\"></rect><rect x=\"8\" y=\"18\" width=\"2\" height=\"2\" class=\"clr-i-outline clr-i-outline-path-9\"></rect><rect x=\"12\" y=\"18\" width=\"2\" height=\"2\" class=\"clr-i-outline clr-i-outline-path-10\"></rect><rect x=\"16\" y=\"18\" width=\"2\" height=\"2\" class=\"clr-i-outline clr-i-outline-path-11\"></rect><rect x=\"8\" y=\"23\" width=\"2\" height=\"2\" class=\"clr-i-outline clr-i-outline-path-12\"></rect><rect x=\"12\" y=\"23\" width=\"2\" height=\"2\" class=\"clr-i-outline clr-i-outline-path-13\"></rect><rect x=\"16\" y=\"23\" width=\"2\" height=\"2\" class=\"clr-i-outline clr-i-outline-path-14\"></rect><rect x=\"23\" y=\"13\" width=\"2\" height=\"2\" class=\"clr-i-outline clr-i-outline-path-15\"></rect><rect x=\"27\" y=\"13\" width=\"2\" height=\"2\" class=\"clr-i-outline clr-i-outline-path-16\"></rect><rect x=\"23\" y=\"18\" width=\"2\" height=\"2\" class=\"clr-i-outline clr-i-outline-path-17\"></rect><rect x=\"27\" y=\"18\" width=\"2\" height=\"2\" class=\"clr-i-outline clr-i-outline-path-18\"></rect><rect x=\"23\" y=\"23\" width=\"2\" height=\"2\" class=\"clr-i-outline clr-i-outline-path-19\"></rect><rect x=\"27\" y=\"23\" width=\"2\" height=\"2\" class=\"clr-i-outline clr-i-outline-path-20\"></rect>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"building outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <rect x=\"8\" y=\"8\" width=\"2\" height=\"2\" class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\"></rect><rect x=\"12\" y=\"8\" width=\"2\" height=\"2\" class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\"></rect><rect x=\"16\" y=\"8\" width=\"2\" height=\"2\" class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted\"></rect><rect x=\"8\" y=\"13\" width=\"2\" height=\"2\" class=\"clr-i-outline--alerted clr-i-outline-path-4--alerted\"></rect><rect x=\"12\" y=\"13\" width=\"2\" height=\"2\" class=\"clr-i-outline--alerted clr-i-outline-path-5--alerted\"></rect><rect x=\"16\" y=\"13\" width=\"2\" height=\"2\" class=\"clr-i-outline--alerted clr-i-outline-path-6--alerted\"></rect><rect x=\"8\" y=\"18\" width=\"2\" height=\"2\" class=\"clr-i-outline--alerted clr-i-outline-path-7--alerted\"></rect><rect x=\"12\" y=\"18\" width=\"2\" height=\"2\" class=\"clr-i-outline--alerted clr-i-outline-path-8--alerted\"></rect><rect x=\"16\" y=\"18\" width=\"2\" height=\"2\" class=\"clr-i-outline--alerted clr-i-outline-path-9--alerted\"></rect><rect x=\"8\" y=\"23\" width=\"2\" height=\"2\" class=\"clr-i-outline--alerted clr-i-outline-path-10--alerted\"></rect><rect x=\"12\" y=\"23\" width=\"2\" height=\"2\" class=\"clr-i-outline--alerted clr-i-outline-path-11--alerted\"></rect><rect x=\"16\" y=\"23\" width=\"2\" height=\"2\" class=\"clr-i-outline--alerted clr-i-outline-path-12--alerted\"></rect><rect x=\"23\" y=\"18\" width=\"2\" height=\"2\" class=\"clr-i-outline--alerted clr-i-outline-path-13--alerted\"></rect><rect x=\"27\" y=\"18\" width=\"2\" height=\"2\" class=\"clr-i-outline--alerted clr-i-outline-path-14--alerted\"></rect><rect x=\"23\" y=\"23\" width=\"2\" height=\"2\" class=\"clr-i-outline--alerted clr-i-outline-path-15--alerted\"></rect><rect x=\"27\" y=\"23\" width=\"2\" height=\"2\" class=\"clr-i-outline--alerted clr-i-outline-path-16--alerted\"></rect><path d=\"M20,31H17V28H9v3H6V5.12A.12.12,0,0,1,6.12,5H19.88a.12.12,0,0,1,.12.12V8.24l2-3.41A2.12,2.12,0,0,0,19.88,3H6.12A2.12,2.12,0,0,0,4,5.12V33H22V15.38a3.68,3.68,0,0,1-2-.74Z\" class=\"clr-i-outline--alerted clr-i-outline-path-17--alerted\"></path><polygon points=\"31 15.4 31 31 23 31 23 33 33 33 33 15.4 31 15.4\" class=\"clr-i-outline--alerted clr-i-outline-path-18--alerted\"></polygon><path d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" class=\"clr-i-outline--alerted clr-i-outline-path-19--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"building outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M19.88,3H6.12A2.12,2.12,0,0,0,4,5.12V33H22V5.12A2.12,2.12,0,0,0,19.88,3ZM20,31H17V28H9v3H6V5.12A.12.12,0,0,1,6.12,5H19.88a.12.12,0,0,1,.12.12Z\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"></path><rect x=\"8\" y=\"8\" width=\"2\" height=\"2\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"></rect><rect x=\"12\" y=\"8\" width=\"2\" height=\"2\" class=\"clr-i-outline--badged clr-i-outline-path-3--badged\"></rect><rect x=\"16\" y=\"8\" width=\"2\" height=\"2\" class=\"clr-i-outline--badged clr-i-outline-path-4--badged\"></rect><rect x=\"8\" y=\"13\" width=\"2\" height=\"2\" class=\"clr-i-outline--badged clr-i-outline-path-5--badged\"></rect><rect x=\"12\" y=\"13\" width=\"2\" height=\"2\" class=\"clr-i-outline--badged clr-i-outline-path-6--badged\"></rect><rect x=\"16\" y=\"13\" width=\"2\" height=\"2\" class=\"clr-i-outline--badged clr-i-outline-path-7--badged\"></rect><rect x=\"8\" y=\"18\" width=\"2\" height=\"2\" class=\"clr-i-outline--badged clr-i-outline-path-8--badged\"></rect><rect x=\"12\" y=\"18\" width=\"2\" height=\"2\" class=\"clr-i-outline--badged clr-i-outline-path-9--badged\"></rect><rect x=\"16\" y=\"18\" width=\"2\" height=\"2\" class=\"clr-i-outline--badged clr-i-outline-path-10--badged\"></rect><rect x=\"8\" y=\"23\" width=\"2\" height=\"2\" class=\"clr-i-outline--badged clr-i-outline-path-11--badged\"></rect><rect x=\"12\" y=\"23\" width=\"2\" height=\"2\" class=\"clr-i-outline--badged clr-i-outline-path-12--badged\"></rect><rect x=\"16\" y=\"23\" width=\"2\" height=\"2\" class=\"clr-i-outline--badged clr-i-outline-path-13--badged\"></rect><rect x=\"23\" y=\"13\" width=\"2\" height=\"2\" class=\"clr-i-outline--badged clr-i-outline-path-14--badged\"></rect><rect x=\"27\" y=\"13\" width=\"2\" height=\"2\" class=\"clr-i-outline--badged clr-i-outline-path-15--badged\"></rect><rect x=\"23\" y=\"18\" width=\"2\" height=\"2\" class=\"clr-i-outline--badged clr-i-outline-path-16--badged\"></rect><rect x=\"27\" y=\"18\" width=\"2\" height=\"2\" class=\"clr-i-outline--badged clr-i-outline-path-17--badged\"></rect><rect x=\"23\" y=\"23\" width=\"2\" height=\"2\" class=\"clr-i-outline--badged clr-i-outline-path-18--badged\"></rect><rect x=\"27\" y=\"23\" width=\"2\" height=\"2\" class=\"clr-i-outline--badged clr-i-outline-path-19--badged\"></rect><path d=\"M31,13.43V31H23v2H33V12.87A7.45,7.45,0,0,1,31,13.43Z\" class=\"clr-i-outline--badged clr-i-outline-path-20--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-outline--badged clr-i-outline-path-21--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"building solid alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M17.88,3H6.12A2.12,2.12,0,0,0,4,5.12V33H9V30h6v3h5V14.64a3.67,3.67,0,0,1-1-4.76l1-1.65V5.12A2.12,2.12,0,0,0,17.88,3ZM9,25H7V23H9Zm0-5H7V18H9Zm0-5H7V13H9Zm0-5H7V8H9Zm4,15H11V23h2Zm0-5H11V18h2Zm0-5H11V13h2Zm0-5H11V8h2Zm4,15H15V23h2Zm0-5H15V18h2Zm0-5H15V13h2Zm0-5H15V8h2Z\" class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\"></path><path d=\"M22.23,15.4l-.23,0V33H33V15.4ZM26,25H24V23h2Zm0-5H24V18h2Zm4,5H28V23h2Zm0-5H28V18h2Z\" class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted\"></path><path d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" class=\"clr-i-solid--alerted clr-i-solid-path-3--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"building solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M17.88,3H6.12A2.12,2.12,0,0,0,4,5.12V33H9V30h6v3h5V5.12A2.12,2.12,0,0,0,17.88,3ZM9,25H7V23H9Zm0-5H7V18H9Zm0-5H7V13H9Zm0-5H7V8H9Zm4,15H11V23h2Zm0-5H11V18h2Zm0-5H11V13h2Zm0-5H11V8h2Zm4,15H15V23h2Zm0-5H15V18h2Zm0-5H15V13h2Zm0-5H15V8h2Z\" class=\"clr-i-solid--badged clr-i-solid-path-1--badged\"></path><path d=\"M30,13.5V15H28V13.22A7.5,7.5,0,0,1,22.78,8H22V33H33V12.87A7.47,7.47,0,0,1,30,13.5ZM26,25H24V23h2Zm0-5H24V18h2Zm0-5H24V13h2Zm4,10H28V23h2Zm0-5H28V18h2Z\" class=\"clr-i-solid--badged clr-i-solid-path-2--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-solid--badged clr-i-solid-path-3--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"building solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M31,8H22V33H33V10A2,2,0,0,0,31,8ZM26,25H24V23h2Zm0-5H24V18h2Zm0-5H24V13h2Zm4,10H28V23h2Zm0-5H28V18h2Zm0-5H28V13h2Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path><path d=\"M17.88,3H6.12A2.12,2.12,0,0,0,4,5.12V33H9V30h6v3h5V5.12A2.12,2.12,0,0,0,17.88,3ZM9,25H7V23H9Zm0-5H7V18H9Zm0-5H7V13H9Zm0-5H7V8H9Zm4,15H11V23h2Zm0-5H11V18h2Zm0-5H11V13h2Zm0-5H11V8h2Zm4,15H15V23h2Zm0-5H15V18h2Zm0-5H15V13h2Zm0-5H15V8h2Z\" class=\"clr-i-solid clr-i-solid-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"bundle line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M32.43,8.35l-13-6.21a1,1,0,0,0-.87,0l-15,7.24a1,1,0,0,0-.57.9V26.83a1,1,0,0,0,.6.92l13,6.19a1,1,0,0,0,.87,0l15-7.24a1,1,0,0,0,.57-.9V9.25A1,1,0,0,0,32.43,8.35ZM19,4.15,29.93,9.37l-5.05,2.44L14.21,6.46ZM17,15.64,6,10.41l5.9-2.85L22.6,12.91ZM5,12.13,16,17.4V31.46L5,26.2ZM18,31.45V17.36l13-6.29v14.1Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"bundle solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M32.43,8.35l-13-6.21a1,1,0,0,0-.87,0l-15,7.24a1,1,0,0,0-.57.9V26.83a1,1,0,0,0,.6.92l13,6.19a1,1,0,0,0,.87,0l15-7.24a1,1,0,0,0,.57-.9V9.25A1,1,0,0,0,32.43,8.35ZM19,4.15,29.93,9.37l-5.05,2.44L14.21,6.46ZM17,15.64,6,10.41l5.9-2.85L22.6,12.91Zm1,15.8V17.36l13-6.29v14.1Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"capacitor line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M15,34.06a1,1,0,0,1-1-1V3.15a1,1,0,1,1,2,0V33.06A1,1,0,0,1,15,34.06Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M21,34.06a1,1,0,0,1-1-1V3.15a1,1,0,1,1,2,0V33.06A1,1,0,0,1,21,34.06Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M14.46,19H3a1,1,0,0,1,0-2H14.46a1,1,0,0,1,0,2Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path><path d=\"M33,19H21.54a1,1,0,0,1,0-2H33a1,1,0,0,1,0,2Z\" class=\"clr-i-outline clr-i-outline-path-4\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"cd dvd line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M18,2A16,16,0,1,0,34,18,16,16,0,0,0,18,2Zm0,30A14,14,0,1,1,32,18,14,14,0,0,1,18,32Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M22.33,18a4.46,4.46,0,1,0-4.45,4.46A4.46,4.46,0,0,0,22.33,18ZM17.88,20.9A2.86,2.86,0,1,1,20.73,18,2.86,2.86,0,0,1,17.88,20.9Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M17.88,7.43H18V5.84h-.12A12.21,12.21,0,0,0,5.68,17.75h1.6A10.61,10.61,0,0,1,17.88,7.43Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path><path d=\"M30.08,18H28.49v0A10.61,10.61,0,0,1,18.25,28.63v1.6A12.22,12.22,0,0,0,30.09,18S30.08,18,30.08,18Z\" class=\"clr-i-outline clr-i-outline-path-4\"></path><path d=\"M18,11V9.44h-.12a8.62,8.62,0,0,0-8.6,8.32h1.6a7,7,0,0,1,7-6.72Z\" class=\"clr-i-outline clr-i-outline-path-5\"></path><path d=\"M18.25,25v1.6A8.61,8.61,0,0,0,26.48,18v0h-1.6v0A7,7,0,0,1,18.25,25Z\" class=\"clr-i-outline clr-i-outline-path-6\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"cd dvd solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M18.17,1.92a16,16,0,1,0,16,16A16,16,0,0,0,18.17,1.92ZM26.23,18h1.54a9.61,9.61,0,0,1-9.6,9.53H18V26h.17A8.07,8.07,0,0,0,26.23,18ZM6.05,18H4.45v-.08A13.72,13.72,0,0,1,18,4.21v1.6A12.13,12.13,0,0,0,6.05,17.92Zm4.05,0H8.56v-.08A9.61,9.61,0,0,1,18,8.32V9.86a8.07,8.07,0,0,0-7.9,8.06Zm4.32-.08a3.75,3.75,0,1,1,3.75,3.75A3.75,3.75,0,0,1,14.42,17.92Zm3.75,13.71H18V30h.17A12.13,12.13,0,0,0,30.28,18h1.6A13.73,13.73,0,0,1,18.17,31.63Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"certificate line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M32,6H4A2,2,0,0,0,2,8V28a2,2,0,0,0,2,2H19l.57-.7.93-1.14L20.41,28H4V8H32l0,8.56a8.41,8.41,0,0,1,2,1.81V8A2,2,0,0,0,32,6Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><rect x=\"7\" y=\"12\" width=\"17\" height=\"1.6\" class=\"clr-i-outline clr-i-outline-path-2\"></rect><rect x=\"7\" y=\"16\" width=\"11\" height=\"1.6\" class=\"clr-i-outline clr-i-outline-path-3\"></rect><rect x=\"7\" y=\"23\" width=\"10\" height=\"1.6\" class=\"clr-i-outline clr-i-outline-path-4\"></rect><path d=\"M27.46,17.23a6.36,6.36,0,0,0-4.4,11l-1.94,2.37.9,3.61,3.66-4.46a6.26,6.26,0,0,0,3.55,0l3.66,4.46.9-3.61-1.94-2.37a6.36,6.36,0,0,0-4.4-11Zm0,10.68a4.31,4.31,0,1,1,4.37-4.31A4.35,4.35,0,0,1,27.46,27.91Z\" class=\"clr-i-outline clr-i-outline-path-5\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"certificate outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <rect x=\"7\" y=\"16\" width=\"11\" height=\"1.6\" class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\"></rect><rect x=\"7\" y=\"23\" width=\"10\" height=\"1.6\" class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\"></rect><path d=\"M27.46,17.23a6.36,6.36,0,0,0-4.4,11l-1.94,2.37.9,3.61,3.66-4.46a6.26,6.26,0,0,0,3.55,0l3.66,4.46.9-3.61-1.94-2.37a6.36,6.36,0,0,0-4.4-11Zm0,10.68a4.31,4.31,0,1,1,4.37-4.31A4.35,4.35,0,0,1,27.46,27.91Z\" class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted\"></path><path d=\"M19,13.56A3.66,3.66,0,0,1,18.57,12H7v1.6H19.07Z\" class=\"clr-i-outline--alerted clr-i-outline-path-4--alerted\"></path><path d=\"M33.68,15.4H32v1.16a8.41,8.41,0,0,1,2,1.81v-3Z\" class=\"clr-i-outline--alerted clr-i-outline-path-5--alerted\"></path><path d=\"M4,28V8H20.14l1.15-2H4A2,2,0,0,0,2,8V28a2,2,0,0,0,2,2H19l.57-.7.93-1.14L20.41,28Z\" class=\"clr-i-outline--alerted clr-i-outline-path-6--alerted\"></path><path d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" class=\"clr-i-outline--alerted clr-i-outline-path-7--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"certificate outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <rect x=\"7\" y=\"12\" width=\"17\" height=\"1.6\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"></rect><rect x=\"7\" y=\"16\" width=\"11\" height=\"1.6\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"></rect><rect x=\"7\" y=\"23\" width=\"10\" height=\"1.6\" class=\"clr-i-outline--badged clr-i-outline-path-3--badged\"></rect><path d=\"M27.46,17.23a6.36,6.36,0,0,0-4.4,11l-1.94,2.37.9,3.61,3.66-4.46a6.26,6.26,0,0,0,3.55,0l3.66,4.46.9-3.61-1.94-2.37a6.36,6.36,0,0,0-4.4-11Zm0,10.68a4.31,4.31,0,1,1,4.37-4.31A4.35,4.35,0,0,1,27.46,27.91Z\" class=\"clr-i-outline--badged clr-i-outline-path-4--badged\"></path><path d=\"M32,13.22v3.34a8.41,8.41,0,0,1,2,1.81v-6A7.45,7.45,0,0,1,32,13.22Z\" class=\"clr-i-outline--badged clr-i-outline-path-5--badged\"></path><path d=\"M4,28V8H22.78a7.49,7.49,0,0,1-.28-2H4A2,2,0,0,0,2,8V28a2,2,0,0,0,2,2H19l.57-.7.93-1.14L20.41,28Z\" class=\"clr-i-outline--badged clr-i-outline-path-6--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-outline--badged clr-i-outline-path-7--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"certificate solid alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M33.83,23.59a6.37,6.37,0,1,0-10.77,4.59l-1.94,2.37.9,3.61,3.66-4.46a6.26,6.26,0,0,0,3.55,0l3.66,4.46.9-3.61-1.94-2.37A6.34,6.34,0,0,0,33.83,23.59Zm-10.74,0a4.37,4.37,0,1,1,4.37,4.31A4.35,4.35,0,0,1,23.1,23.59Z\" class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\"></path><path d=\"M33.68,15.4H29.25a8.36,8.36,0,0,1,4.75,3v-3Z\" class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted\"></path><path d=\"M19.07,13.6H7V12H18.57A3.67,3.67,0,0,1,19,9.89L21.29,6H4A2,2,0,0,0,2,8V28a2,2,0,0,0,2,2H19l.57-.7.93-1.14A8.34,8.34,0,0,1,25.66,15.4H22.23A3.68,3.68,0,0,1,19.07,13.6ZM17,24.6H7V23H17Zm1-7H7V16H18Z\" class=\"clr-i-solid--alerted clr-i-solid-path-3--alerted\"></path><path d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" class=\"clr-i-solid--alerted clr-i-solid-path-4--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"certificate solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M27.46,17.23a6.36,6.36,0,0,0-4.4,11l-1.94,2.37.9,3.61,3.66-4.46a6.26,6.26,0,0,0,3.55,0l3.66,4.46.9-3.61-1.94-2.37a6.36,6.36,0,0,0-4.4-11Zm0,10.68a4.31,4.31,0,1,1,4.37-4.31A4.35,4.35,0,0,1,27.46,27.91Z\" class=\"clr-i-solid--badged clr-i-solid-path-1--badged\"></path><path d=\"M30,13.5A7.5,7.5,0,0,1,22.5,6H4A2,2,0,0,0,2,8V28a2,2,0,0,0,2,2H19l.57-.7.93-1.14A8.34,8.34,0,0,1,34,18.37v-6A7.46,7.46,0,0,1,30,13.5ZM17,24.6H7V23H17Zm1-7H7V16H18Zm6-4H7V12H24Z\" class=\"clr-i-solid--badged clr-i-solid-path-2--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-solid--badged clr-i-solid-path-3--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"certificate solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M19,30H4a2,2,0,0,1-2-2V8A2,2,0,0,1,4,6H32a2,2,0,0,1,2,2V18.37a8.34,8.34,0,0,0-13.49,9.79l-.93,1.14ZM7,12v1.6H24V12Zm0,5.6H18V16H7Zm0,7H17V23H7Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path><path d=\"M33.83,23.59a6.37,6.37,0,1,0-10.77,4.59l-1.94,2.37.9,3.61,3.66-4.46a6.26,6.26,0,0,0,3.55,0l3.66,4.46.9-3.61-1.94-2.37A6.34,6.34,0,0,0,33.83,23.59Zm-10.74,0a4.37,4.37,0,1,1,4.37,4.31A4.35,4.35,0,0,1,23.1,23.59Z\" class=\"clr-i-solid clr-i-solid-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"ci cd line \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"36\" height=\"36\" viewBox=\"0 0 36 36\"><g id=\"a9b55181-08cd-4e23-b315-7b35ac037aca\" data-name=\"Layer 3\"><path d=\"M23.53,19.81a7.45,7.45,0,0,1-1.65-.18,10.48,10.48,0,0,1,.72,2.13c.3,0,.61,0,.93,0a9.52,9.52,0,0,0,3-.49l-.93-1.81A7.67,7.67,0,0,1,23.53,19.81Z\"/><path d=\"M18.36,17.87,18,17.49a7.4,7.4,0,0,1-2.2-5.92,7.31,7.31,0,0,1,1.54-4L17.26,9A1,1,0,0,0,18.17,10h.09a1,1,0,0,0,1-.91L19.6,5a1,1,0,0,0-.29-.79A1,1,0,0,0,18.52,4l-4.09.35a1,1,0,0,0,.17,2l1.29-.11a9.45,9.45,0,0,0-2.05,5.32,9.28,9.28,0,0,0,2.67,7.26l.31.37a7.33,7.33,0,0,1,2.06,4.91,7.39,7.39,0,0,1-.26,2.47l1.8.91a8.76,8.76,0,0,0,.45-3.51A9.28,9.28,0,0,0,18.36,17.87Z\"/><path d=\"M32.4,17.91,31.19,18A9.65,9.65,0,0,0,23.53,2.45a9.33,9.33,0,0,0-3,.49l.91,1.8a7.67,7.67,0,0,1,9.76,7.39,7.58,7.58,0,0,1-1.65,4.72l.1-1.54a1,1,0,1,0-2-.13l-.28,4.08a1,1,0,0,0,.31.78.94.94,0,0,0,.69.28h.1l4.08-.42a1,1,0,0,0,.9-1.1A1,1,0,0,0,32.4,17.91Z\"/><path d=\"M4.07,20.44h.08l4.09-.35a1,1,0,1,0-.17-2l-1.39.12a7.63,7.63,0,0,1,4.52-1.49,7.9,7.9,0,0,1,1.63.18,10.23,10.23,0,0,1-.71-2.13c-.3,0-.61,0-.92,0a9.66,9.66,0,0,0-5.9,2l.12-1.31a1,1,0,0,0-.92-1.08,1,1,0,0,0-1.08.91l-.35,4.08a1,1,0,0,0,1,1.08Z\"/><path d=\"M18.42,28.23l-4.09.27a1,1,0,0,0,.13,2L16,30.39a7.71,7.71,0,0,1-12.54-6,7.6,7.6,0,0,1,.29-2L2,21.46a9.59,9.59,0,0,0-.47,2.95A9.7,9.7,0,0,0,17.19,32l-.12,1.18a1,1,0,0,0,.89,1.1h.11a1,1,0,0,0,1-.9l.42-4.06a1,1,0,0,0-1.06-1.1Z\"/></g></svg></li><li title=\"cloud network line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M30.71,15.18v-1A11.28,11.28,0,0,0,19.56,2.83h-.11a11.28,11.28,0,0,0-11,8.93,7.47,7.47,0,0,0,0,14.94H29.13a5.86,5.86,0,0,0,1.58-11.52ZM29.13,24.7H8.46a5.47,5.47,0,1,1,0-10.94h1.69l.11-.87a9.27,9.27,0,0,1,18.45,1.3v1.28c0,.09,0,.18,0,.27l-.07,1.15.94.11a3.86,3.86,0,0,1-.43,7.71Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M29.58,31.18H18.85v-2.4h-2v2.4H6.08a1,1,0,0,0,0,2h23.5a1,1,0,0,0,0-2Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"cloud scale line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M6.32,11.11H7.84L8,10.24A7.19,7.19,0,0,1,15.07,4h.07a7.15,7.15,0,0,1,4.71,1.83,11.1,11.1,0,0,1,3.09.64A9.18,9.18,0,0,0,15.16,2h-.09A9.2,9.2,0,0,0,6.13,9.11,6.15,6.15,0,0,0,2.33,19.95,8.09,8.09,0,0,1,3,17.71a4.12,4.12,0,0,1-.81-2.44A4.16,4.16,0,0,1,6.32,11.11Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M10.4,16.91h1.52L12,16a7.19,7.19,0,0,1,7.12-6.25h.07a7.17,7.17,0,0,1,5.7,2.92,11.05,11.05,0,0,1,2.72.77,9.2,9.2,0,0,0-8.4-5.69h-.09a9.2,9.2,0,0,0-8.94,7.12,6.15,6.15,0,0,0-3.64,11,8.11,8.11,0,0,1,.79-2,4.14,4.14,0,0,1,3-7Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M32.42,24.47v-.62a9.18,9.18,0,0,0-18.13-2.16A6.16,6.16,0,0,0,14.48,34H31a4.88,4.88,0,0,0,1.46-9.53ZM31,32H14.48a4.16,4.16,0,1,1,0-8.32H16l.11-.87a7.19,7.19,0,0,1,7.12-6.25h.07a7.21,7.21,0,0,1,7.12,7.25v1c0,.07,0,.13,0,.2l-.07,1.11.94.11A2.88,2.88,0,0,1,31,32Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"cloud traffic line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M26.54,20.82a.88.88,0,0,0-.88-.88H20.75l1.1-1.1A.88.88,0,0,0,20.6,17.6l-3.21,3.22L20.6,24a.88.88,0,1,0,1.25-1.24L20.76,21.7h4.9A.88.88,0,0,0,26.54,20.82Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M29.27,21.7a.88.88,0,1,0,0-1.76h-.58a.88.88,0,1,0,0,1.76Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M32.21,20h-.06a.85.85,0,0,0-.85.88.91.91,0,0,0,.91.88.88.88,0,1,0,0-1.76Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path><path d=\"M32.59,11a.88.88,0,0,0-1.25,1.24l1.1,1.1H27.53a.88.88,0,1,0,0,1.76h4.9l-1.09,1.09a.88.88,0,0,0,1.25,1.24l3.21-3.22Z\" class=\"clr-i-outline clr-i-outline-path-4\"></path><path d=\"M24.5,15.07a.88.88,0,1,0,0-1.76h-.58a.88.88,0,1,0,0,1.76Z\" class=\"clr-i-outline clr-i-outline-path-5\"></path><path d=\"M21.9,14.27a.85.85,0,0,0-.85-.88H21a.88.88,0,1,0,0,1.76A.91.91,0,0,0,21.9,14.27Z\" class=\"clr-i-outline clr-i-outline-path-6\"></path><path d=\"M30.36,23.65c0,.13,0,.26,0,.39a3.77,3.77,0,0,1-3.62,3.89H7.28a5.32,5.32,0,0,1-5.13-5.48A5.32,5.32,0,0,1,7.28,17H8.91L9,16.12a8.92,8.92,0,0,1,8.62-8h.08a8.49,8.49,0,0,1,6.56,3.29h2.37a10.55,10.55,0,0,0-8.91-5.25h-.11A10.82,10.82,0,0,0,7.22,15a7.28,7.28,0,0,0-7,7.43,7.27,7.27,0,0,0,7.08,7.43H26.77A5.72,5.72,0,0,0,32.35,24a3.77,3.77,0,0,0,0-.39Z\" class=\"clr-i-outline clr-i-outline-path-7\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"cluster line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M31.36,8H27.5v2H31V30H27.5v2H33V9.67A1.65,1.65,0,0,0,31.36,8Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M5,10H8.5V8H4.64A1.65,1.65,0,0,0,3,9.67V32H8.5V30H5Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><ellipse cx=\"18.01\" cy=\"25.99\" rx=\"1.8\" ry=\"1.79\" class=\"clr-i-outline clr-i-outline-path-3\"></ellipse><path d=\"M24.32,4H11.68A1.68,1.68,0,0,0,10,5.68V32H26V5.68A1.68,1.68,0,0,0,24.32,4ZM24,30H12V6H24Z\" class=\"clr-i-outline clr-i-outline-path-4\"></path><rect x=\"13.5\" y=\"9.21\" width=\"9\" height=\"1.6\" class=\"clr-i-outline clr-i-outline-path-5\"></rect>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"cluster outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M5,10H8.5V8H4.64A1.65,1.65,0,0,0,3,9.67V32H8.5V30H5Z\" class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\"></path><ellipse cx=\"18.01\" cy=\"25.99\" rx=\"1.8\" ry=\"1.79\" class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\"></ellipse><path d=\"M19,9.89l.39-.68H13.5v1.6h5.17A3.65,3.65,0,0,1,19,9.89Z\" class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted\"></path><path d=\"M24,30H12V6h9.29l1.15-2H11.68A1.68,1.68,0,0,0,10,5.68V32H26V15.4H24Z\" class=\"clr-i-outline--alerted clr-i-outline-path-4--alerted\"></path><polygon points=\"31 15.4 31 30 27.5 30 27.5 32 33 32 33 15.4 31 15.4\" class=\"clr-i-outline--alerted clr-i-outline-path-5--alerted\"></polygon><path d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" class=\"clr-i-outline--alerted clr-i-outline-path-6--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"cluster outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M5,10H8.5V8H4.64A1.65,1.65,0,0,0,3,9.67V32H8.5V30H5Z\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"></path><ellipse cx=\"18.01\" cy=\"25.99\" rx=\"1.8\" ry=\"1.79\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"></ellipse><rect x=\"13.5\" y=\"9.21\" width=\"9\" height=\"1.6\" class=\"clr-i-outline--badged clr-i-outline-path-3--badged\"></rect><path d=\"M24,10.49V30H12V6H22.5a7.49,7.49,0,0,1,.28-2H11.68A1.68,1.68,0,0,0,10,5.68V32H26V12.34A7.53,7.53,0,0,1,24,10.49Z\" class=\"clr-i-outline--badged clr-i-outline-path-4--badged\"></path><path d=\"M31,13.43V30H27.5v2H33V12.87A7.45,7.45,0,0,1,31,13.43Z\" class=\"clr-i-outline--badged clr-i-outline-path-5--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-outline--badged clr-i-outline-path-6--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"cluster solid alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M3,9.67V32H8.5V8H4.64A1.65,1.65,0,0,0,3,9.67Z\" class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\"></path><rect x=\"27.5\" y=\"15.4\" width=\"5.5\" height=\"16.6\" class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted\"></rect><path d=\"M19,13.56a3.68,3.68,0,0,1-.31-3H13V9h6.56l2.89-5H11.68A1.68,1.68,0,0,0,10,5.68V32H26V15.4H22.23A3.69,3.69,0,0,1,19,13.56ZM18,27.79A1.79,1.79,0,1,1,19.81,26,1.8,1.8,0,0,1,18,27.79Z\" class=\"clr-i-solid--alerted clr-i-solid-path-3--alerted\"></path><path d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" class=\"clr-i-solid--alerted clr-i-solid-path-4--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"cluster solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M3,9.67V32H8.5V8H4.64A1.65,1.65,0,0,0,3,9.67Z\" class=\"clr-i-solid--badged clr-i-solid-path-1--badged\"></path><path d=\"M22.5,6a7.49,7.49,0,0,1,.28-2H11.68A1.68,1.68,0,0,0,10,5.68V32H26V12.34A7.49,7.49,0,0,1,22.5,6ZM18,27.79A1.79,1.79,0,1,1,19.81,26,1.8,1.8,0,0,1,18,27.79ZM23,10.6H13V9H23Z\" class=\"clr-i-solid--badged clr-i-solid-path-2--badged\"></path><path d=\"M30,13.5a7.47,7.47,0,0,1-2.5-.44V32H33V12.87A7.47,7.47,0,0,1,30,13.5Z\" class=\"clr-i-solid--badged clr-i-solid-path-3--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-solid--badged clr-i-solid-path-4--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"cluster solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M31.36,8H27.5V32H33V9.67A1.65,1.65,0,0,0,31.36,8Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path><path d=\"M3,9.67V32H8.5V8H4.64A1.65,1.65,0,0,0,3,9.67Z\" class=\"clr-i-solid clr-i-solid-path-2\"></path><path d=\"M24.32,4H11.68A1.68,1.68,0,0,0,10,5.68V32H26V5.68A1.68,1.68,0,0,0,24.32,4ZM18,27.79A1.79,1.79,0,1,1,19.81,26,1.8,1.8,0,0,1,18,27.79ZM23,10.6H13V9H23Z\" class=\"clr-i-solid clr-i-solid-path-3\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"code line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M13.71,12.59a1,1,0,0,0-1.39-.26L5.79,16.78a1,1,0,0,0,0,1.65l6.53,4.45a1,1,0,1,0,1.13-1.65L8.13,17.61,13.45,14A1,1,0,0,0,13.71,12.59Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M30.21,16.78l-6.53-4.45A1,1,0,1,0,22.55,14l5.32,3.63-5.32,3.63a1,1,0,0,0,1.13,1.65l6.53-4.45a1,1,0,0,0,0-1.65Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M19.94,9.83a.9.9,0,0,0-1.09.66L15.41,24.29a.9.9,0,0,0,.66,1.09l.22,0a.9.9,0,0,0,.87-.68l3.44-13.81A.9.9,0,0,0,19.94,9.83Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"code outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M13.71,12.59a1,1,0,0,0-1.39-.26L5.79,16.78a1,1,0,0,0,0,1.65l6.53,4.45a1,1,0,1,0,1.13-1.65L8.13,17.61,13.45,14A1,1,0,0,0,13.71,12.59Z\" class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\"></path><path d=\"M18.56,11.62,15.41,24.29a.9.9,0,0,0,.66,1.09l.22,0a.9.9,0,0,0,.87-.68L19.73,14.4a3.59,3.59,0,0,1-1.16-2.79Z\" class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\"></path><path d=\"M30.21,16.78l-2-1.38H24.64l3.24,2.21-5.32,3.63a1,1,0,0,0,1.13,1.65l6.53-4.45a1,1,0,0,0,0-1.65Z\" class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted\"></path><path d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" class=\"clr-i-outline--alerted clr-i-outline-path-4--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"code outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M13.71,12.59a1,1,0,0,0-1.39-.26L5.79,16.78a1,1,0,0,0,0,1.65l6.53,4.45a1,1,0,1,0,1.13-1.65L8.13,17.61,13.45,14A1,1,0,0,0,13.71,12.59Z\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"></path><path d=\"M30.21,16.78l-6.53-4.45A1,1,0,1,0,22.55,14l5.32,3.63-5.32,3.63a1,1,0,0,0,1.13,1.65l6.53-4.45a1,1,0,0,0,0-1.65Z\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"></path><path d=\"M19.94,9.83a.9.9,0,0,0-1.09.66L15.41,24.29a.9.9,0,0,0,.66,1.09l.22,0a.9.9,0,0,0,.87-.68l3.44-13.81A.9.9,0,0,0,19.94,9.83Z\" class=\"clr-i-outline--badged clr-i-outline-path-3--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-outline--badged clr-i-outline-path-4--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"command line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M32,5H4A2,2,0,0,0,2,7V29a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V7A2,2,0,0,0,32,5ZM4,7H32V9.2H4ZM4,29V10.8H32V29Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><rect x=\"17\" y=\"23\" width=\"6\" height=\"2\" class=\"clr-i-outline clr-i-outline-path-2\"></rect><polygon points=\"7 15.68 13.79 18.8 7 21.91 7 24.11 16.6 19.7 16.6 17.89 7 13.48 7 15.68\" class=\"clr-i-outline clr-i-outline-path-3\"></polygon>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"command outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <rect x=\"17\" y=\"23\" width=\"6\" height=\"2\" class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\"></rect><polygon points=\"7 24.11 16.6 19.7 16.6 17.89 7 13.48 7 15.68 13.79 18.8 7 21.91 7 24.11\" class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\"></polygon><path d=\"M33.68,15.4H32V29H4V10.8H18.68A3.66,3.66,0,0,1,19,9.89l.4-.69H4V7H20.71l1.15-2H4A2,2,0,0,0,2,7V29a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V15.38Z\" class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted\"></path><path d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" class=\"clr-i-outline--alerted clr-i-outline-path-4--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"command outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <rect x=\"17\" y=\"23\" width=\"6\" height=\"2\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"></rect><polygon points=\"7 24.11 16.6 19.7 16.6 17.89 7 13.48 7 15.68 13.79 18.8 7 21.91 7 24.11\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"></polygon><path d=\"M32,13.22V29H4V10.8H24.24a7.51,7.51,0,0,1-1-1.6H4V7H22.57a7.52,7.52,0,0,1-.07-1,7.52,7.52,0,0,1,.07-1H4A2,2,0,0,0,2,7V29a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V12.34A7.45,7.45,0,0,1,32,13.22Z\" class=\"clr-i-outline--badged clr-i-outline-path-3--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-outline--badged clr-i-outline-path-4--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"command solid alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M33.68,15.4H22.23A3.68,3.68,0,0,1,19,9.89l.4-.69H4V7H20.71l1.15-2H4A2,2,0,0,0,2,7V29a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V15.38ZM16.8,19.83l-10,4.59V21.78l6.51-3-6.51-3V13.17l10,4.59Zm6.6,5.57H17V23h6.4Z\" class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\"></path><path d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"command solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M30,13.5a7.49,7.49,0,0,1-6.78-4.3H4V7H22.57a7.52,7.52,0,0,1-.07-1,7.52,7.52,0,0,1,.07-1H4A2,2,0,0,0,2,7V29a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V12.34A7.46,7.46,0,0,1,30,13.5ZM16.8,19.83l-10,4.59V21.78l6.51-3-6.51-3V13.17l10,4.59Zm6.6,5.57H17V23h6.4Z\" class=\"clr-i-solid--badged clr-i-solid-path-1--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-solid--badged clr-i-solid-path-2--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"command solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M32,5H4A2,2,0,0,0,2,7V29a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V7A2,2,0,0,0,32,5ZM6.8,15.81V13.17l10,4.59v2.08l-10,4.59V21.78l6.51-3ZM23.4,25.4H17V23h6.4ZM4,9.2V7H32V9.2Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"computer line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <polygon points=\"9.6 22.88 9.6 10.6 24.4 10.6 25.98 9 8 9 8 22.88 9.6 22.88\" class=\"clr-i-outline clr-i-outline-path-1\"></polygon><path d=\"M6,7H30V23h2V6.5A1.5,1.5,0,0,0,30.5,5H5.5A1.5,1.5,0,0,0,4,6.5V23H6Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M1,25v3.4A2.6,2.6,0,0,0,3.6,31H32.34a2.6,2.6,0,0,0,2.6-2.6V25Zm32,3.4a.6.6,0,0,1-.6.6H3.56a.6.6,0,0,1-.6-.6V26.53h9.95a1.64,1.64,0,0,0,1.5,1h7.13a1.64,1.64,0,0,0,1.5-1H33Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"computer outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M1,25v3.4A2.6,2.6,0,0,0,3.6,31H32.34a2.6,2.6,0,0,0,2.6-2.6V25Zm32,3.4a.6.6,0,0,1-.6.6H3.56a.6.6,0,0,1-.6-.6V26.53h9.95a1.64,1.64,0,0,0,1.5,1h7.13a1.64,1.64,0,0,0,1.5-1H33Z\" class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\"></path><path d=\"M9.6,22.88V10.6h9.14A3.64,3.64,0,0,1,19,9.89L19.56,9H8V22.88Z\" class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\"></path><path d=\"M6,7H20.71l1.15-2H5.5A1.5,1.5,0,0,0,4,6.5V23H6Z\" class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted\"></path><rect x=\"30\" y=\"15.4\" width=\"2\" height=\"7.6\" class=\"clr-i-outline--alerted clr-i-outline-path-4--alerted\"></rect><path d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" class=\"clr-i-outline--alerted clr-i-outline-path-5--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"computer outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M1,25v3.4A2.6,2.6,0,0,0,3.6,31H32.34a2.6,2.6,0,0,0,2.6-2.6V25Zm32,3.4a.6.6,0,0,1-.6.6H3.56a.6.6,0,0,1-.6-.6V26.53h9.95a1.64,1.64,0,0,0,1.5,1h7.13a1.64,1.64,0,0,0,1.5-1H33Z\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"></path><path d=\"M22.5,6a7.52,7.52,0,0,1,.07-1H5.5A1.5,1.5,0,0,0,4,6.5V23H6V7H22.57A7.52,7.52,0,0,1,22.5,6Z\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"></path><path d=\"M30,13.5V23h2V13.22A7.49,7.49,0,0,1,30,13.5Z\" class=\"clr-i-outline--badged clr-i-outline-path-3--badged\"></path><path d=\"M23.13,9H8V22.88H9.6V10.6H24.08A7.49,7.49,0,0,1,23.13,9Z\" class=\"clr-i-outline--badged clr-i-outline-path-4--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-outline--badged clr-i-outline-path-5--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"computer solid alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M23.81,26c-.35.9-.94,1.5-1.61,1.5H13.74c-.68,0-1.26-.6-1.61-1.5H1v1.75A2.45,2.45,0,0,0,3.6,30H32.4A2.45,2.45,0,0,0,35,27.75V26Z\" class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\"></path><rect x=\"29\" y=\"15.4\" width=\"3\" height=\"8.6\" class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted\"></rect><path d=\"M7,10H19L19,9.89,21.29,6H5.5A1.54,1.54,0,0,0,4,7.57V24H7Z\" class=\"clr-i-solid--alerted clr-i-solid-path-3--alerted\"></path><path d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" class=\"clr-i-solid--alerted clr-i-solid-path-4--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"computer solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M23.81,26c-.35.9-.94,1.5-1.61,1.5H13.74c-.68,0-1.26-.6-1.61-1.5H1v1.75A2.45,2.45,0,0,0,3.6,30H32.4A2.45,2.45,0,0,0,35,27.75V26Z\" class=\"clr-i-solid--badged clr-i-solid-path-1--badged\"></path><path d=\"M7,10H23.66A7.46,7.46,0,0,1,22.5,6H5.5A1.54,1.54,0,0,0,4,7.57V24H7Z\" class=\"clr-i-solid--badged clr-i-solid-path-2--badged\"></path><path d=\"M32,13.22a7.14,7.14,0,0,1-3,.2V24h3Z\" class=\"clr-i-solid--badged clr-i-solid-path-3--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-solid--badged clr-i-solid-path-4--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"computer solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M23.81,26c-.35.9-.94,1.5-1.61,1.5H13.74c-.68,0-1.26-.6-1.61-1.5H1v1.75A2.45,2.45,0,0,0,3.6,30H32.4A2.45,2.45,0,0,0,35,27.75V26Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path><path d=\"M7,10H29V24h3V7.57A1.54,1.54,0,0,0,30.5,6H5.5A1.54,1.54,0,0,0,4,7.57V24H7Z\" class=\"clr-i-solid clr-i-solid-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"connect line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M34,17H28.23A6.25,6.25,0,0,0,22,12H14.15a6.25,6.25,0,0,0-6.21,5H2v2H7.93a6.22,6.22,0,0,0,6.22,5H22a6.22,6.22,0,0,0,6.22-5H34ZM17.08,22H14.15a4.17,4.17,0,0,1-4.31-4,4.17,4.17,0,0,1,4.31-4h2.94ZM22,22H19V14h3a4.17,4.17,0,0,1,4.31,4A4.17,4.17,0,0,1,22,22Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"connect solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M17,12H14.15a6.25,6.25,0,0,0-6.21,5H2v2H7.93a6.22,6.22,0,0,0,6.22,5H17Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path><path d=\"M28.23,17A6.25,6.25,0,0,0,22,12H19V24h3a6.22,6.22,0,0,0,6.22-5H34V17Z\" class=\"clr-i-solid clr-i-solid-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"container line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M32,30H4a2,2,0,0,1-2-2V8A2,2,0,0,1,4,6H32a2,2,0,0,1,2,2V28A2,2,0,0,1,32,30ZM4,8V28H32V8Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M9,25.3a.8.8,0,0,1-.8-.8v-13a.8.8,0,0,1,1.6,0v13A.8.8,0,0,1,9,25.3Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M14.92,25.3a.8.8,0,0,1-.8-.8v-13a.8.8,0,0,1,1.6,0v13A.8.8,0,0,1,14.92,25.3Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path><path d=\"M21,25.3a.8.8,0,0,1-.8-.8v-13a.8.8,0,0,1,1.6,0v13A.8.8,0,0,1,21,25.3Z\" class=\"clr-i-outline clr-i-outline-path-4\"></path><path d=\"M27,25.3a.8.8,0,0,1-.8-.8v-13a.8.8,0,0,1,1.6,0v13A.8.8,0,0,1,27,25.3Z\" class=\"clr-i-outline clr-i-outline-path-5\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"container solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M32,6H4A2,2,0,0,0,2,8V28a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V8A2,2,0,0,0,32,6ZM9.63,24.23a.79.79,0,0,1-.81.77A.79.79,0,0,1,8,24.23V11.77A.79.79,0,0,1,8.82,11a.79.79,0,0,1,.81.77Zm6,0a.79.79,0,0,1-.82.77.79.79,0,0,1-.81-.77V11.77a.79.79,0,0,1,.81-.77.79.79,0,0,1,.82.77Zm6.21,0a.79.79,0,0,1-.82.77.79.79,0,0,1-.81-.77V11.77a.79.79,0,0,1,.81-.77.79.79,0,0,1,.82.77Zm6.12,0a.79.79,0,0,1-.82.77.79.79,0,0,1-.81-.77V11.77a.79.79,0,0,1,.81-.77.79.79,0,0,1,.82.77Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"container volume line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M8,17.58a32.35,32.35,0,0,0,6.3.92,4.13,4.13,0,0,1,.92-1.37,30.94,30.94,0,0,1-7.22-1Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M6,28V8.19c.34-.76,4.31-2.11,11-2.11s10.67,1.35,11,2v.3c-.82.79-4.58,2.05-11.11,2.05A33.48,33.48,0,0,1,8,9.44v1.44a35.6,35.6,0,0,0,8.89,1c4.29,0,8.8-.58,11.11-1.82v5.07a5.3,5.3,0,0,1-1.81.88H30V8.12c0-3.19-8.17-4-13-4s-13,.85-13,4V28C4,30.63,9.39,31.68,14,32V30C9.13,29.66,6.28,28.62,6,28Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M8,24.28a31.3,31.3,0,0,0,6,.89v-1.4a28.93,28.93,0,0,1-6-.93Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path><path d=\"M32,18H18a2,2,0,0,0-2,2V32a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V20A2,2,0,0,0,32,18ZM18,32V20H32V32Z\" class=\"clr-i-outline clr-i-outline-path-4\"></path><path d=\"M21,21.7a.7.7,0,0,0-.7.7v7.49a.7.7,0,0,0,1.4,0V22.4A.7.7,0,0,0,21,21.7Z\" class=\"clr-i-outline clr-i-outline-path-5\"></path><path d=\"M25,21.82a.7.7,0,0,0-.7.7V30a.7.7,0,1,0,1.4,0V22.52A.7.7,0,0,0,25,21.82Z\" class=\"clr-i-outline clr-i-outline-path-6\"></path><path d=\"M29,21.7a.7.7,0,0,0-.7.7v7.49a.7.7,0,1,0,1.4,0V22.4A.7.7,0,0,0,29,21.7Z\" class=\"clr-i-outline clr-i-outline-path-7\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"container volume solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M32,18H18a2,2,0,0,0-2,2V32a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V20A2,2,0,0,0,32,18ZM18,32V20H32V32Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path><path d=\"M21,21.7a.7.7,0,0,0-.7.7v7.49a.7.7,0,0,0,1.4,0V22.4A.7.7,0,0,0,21,21.7Z\" class=\"clr-i-solid clr-i-solid-path-2\"></path><path d=\"M25,21.82a.7.7,0,0,0-.7.7V30a.7.7,0,1,0,1.4,0V22.52A.7.7,0,0,0,25,21.82Z\" class=\"clr-i-solid clr-i-solid-path-3\"></path><path d=\"M29,21.7a.7.7,0,0,0-.7.7v7.49a.7.7,0,1,0,1.4,0V22.4A.7.7,0,0,0,29,21.7Z\" class=\"clr-i-solid clr-i-solid-path-4\"></path><path d=\"M18,16H28V8.12c0-1.68-5.38-3-12-3S4,6.44,4,8.12V28c0,1.5,4.33,2.75,10,3V25.22a29.17,29.17,0,0,1-8-1.29V22.44l.24.1A26.63,26.63,0,0,0,14,23.82V20a4,4,0,0,1,.29-1.47A29.19,29.19,0,0,1,6,17.23V15.75l.24.09a29,29,0,0,0,9,1.32h0A4,4,0,0,1,18,16ZM6,10.54V9.05l.24.09A30.12,30.12,0,0,0,16,10.47,28.33,28.33,0,0,0,26,9.05v1.5a32.53,32.53,0,0,1-10,1.32A32.44,32.44,0,0,1,6,10.54Z\" class=\"clr-i-solid clr-i-solid-path-5\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"control lun line \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"36\" height=\"36\" viewBox=\"0 0 36 36\"><g id=\"e4d07e72-0223-442a-99fb-5d2e3f0c0a5b\" data-name=\"Layer 4\"><path d=\"M8,24.59a25.5,25.5,0,0,0,2.75.59l1.21-1.41a24.13,24.13,0,0,1-4-.83Z\"/><path d=\"M6,27.53V10.3c2.9,1.43,8.34,1.88,12,1.88s9.1-.45,12-1.88v5.11c-.91.82-5,2.13-12,2.13A34.81,34.81,0,0,1,8,16.33V18a40.86,40.86,0,0,0,10,1.16c3.46,0,9.13-.45,12-1.91v3.23h2V8h0s0,0,0-.07c0-3.35-8.8-4.25-14-4.25S4,4.58,4,7.93v19.6c0,2,3.17,3.14,6.83,3.72L8.38,28.68C7,28.28,6.13,27.84,6,27.53ZM18,5.68c7.15,0,11.53,1.44,12,2.25-.46.81-4.84,2.25-12,2.25S6.31,8.69,6,8C6.31,7.18,10.71,5.68,18,5.68Z\"/><path d=\"M32.09,22H15.46l-5.41,6.31L15.49,34h16.6a2,2,0,0,0,2-2V23.93A2,2,0,0,0,32.09,22Zm0,10H16.34l-3.59-3.77L16.38,24H32.09v8Z\"/><path d=\"M16.11,27a1,1,0,1,0,1,1A1,1,0,0,0,16.11,27Z\"/></g></svg></li><li title=\"control lun outline alerted \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"36\" height=\"36\" viewBox=\"0 0 36 36\"><g id=\"e2af1431-2951-43a6-8444-95952cba2536\" data-name=\"Layer 3\"><path d=\"M8,24.59a25.5,25.5,0,0,0,2.75.59l1.21-1.41a24.13,24.13,0,0,1-4-.83Z\"/><path d=\"M32.09,22H15.46l-5.41,6.31L15.49,34h16.6a2,2,0,0,0,2-2V23.93A2,2,0,0,0,32.09,22Zm0,10H16.34l-3.59-3.77L16.38,24H32.09v8Z\"/><path d=\"M16.11,27a1,1,0,1,0,1,1A1,1,0,0,0,16.11,27Z\"/><path d=\"M6,27.53V10.3c2.9,1.43,8.34,1.88,12,1.88h.59a3.59,3.59,0,0,1,.32-2H18C10.71,10.18,6.31,8.69,6,8c.32-.8,4.72-2.3,12-2.3,1.22,0,2.35.05,3.41.12l1.1-1.91c-1.6-.15-3.17-.21-4.51-.21-5.2,0-14,.9-14,4.25v19.6c0,2,3.17,3.14,6.83,3.72L8.38,28.68C7,28.28,6.13,27.84,6,27.53Z\"/><path d=\"M8,16.33V18a40.86,40.86,0,0,0,10,1.16c3.46,0,9.13-.45,12-1.91v3.23h2V15.4H30c-.91.82-5,2.13-12,2.13A34.81,34.81,0,0,1,8,16.33Z\"/><path d=\"M26.85,1.14l-5.72,9.91A1.27,1.27,0,0,0,22.23,13H33.68a1.27,1.27,0,0,0,1.1-1.91L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" fill=\"#fac400\"/></g></svg></li><li title=\"control lun outline badged \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"36\" height=\"36\" viewBox=\"0 0 36 36\"><g id=\"a996ba2c-2392-4db4-af5f-dbd1dd4c2262\" data-name=\"Layer 3\"><path d=\"M8,24.59a25.5,25.5,0,0,0,2.75.59l1.21-1.41a24.13,24.13,0,0,1-4-.83Z\"/><path d=\"M32.09,22H15.46l-5.41,6.31L15.49,34h16.6a2,2,0,0,0,2-2V23.93A2,2,0,0,0,32.09,22Zm0,10H16.34l-3.59-3.77L16.38,24H32.09v8Z\"/><path d=\"M16.11,27a1,1,0,1,0,1,1A1,1,0,0,0,16.11,27Z\"/><path d=\"M18,17.54A34.81,34.81,0,0,1,8,16.33V18a40.86,40.86,0,0,0,10,1.16c3.46,0,9.13-.45,12-1.91v3.23h2V13.22a7.32,7.32,0,0,1-2,.28v1.91C29.09,16.23,25,17.54,18,17.54Z\"/><path d=\"M6,27.53V10.3c2.9,1.43,8.34,1.88,12,1.88a47.66,47.66,0,0,0,7.09-.52,7.45,7.45,0,0,1-1.51-1.8,47.4,47.4,0,0,1-5.58.32C10.71,10.18,6.31,8.69,6,8c.32-.8,4.72-2.3,12-2.3,1.66,0,3.16.08,4.51.21a7.56,7.56,0,0,1,.29-2c-1.7-.17-3.38-.24-4.8-.24-5.2,0-14,.9-14,4.25v19.6c0,2,3.17,3.14,6.83,3.72L8.38,28.68C7,28.28,6.13,27.84,6,27.53Z\"/><circle cx=\"30\" cy=\"6\" r=\"5\" fill=\"#e62700\"/></g></svg></li><li title=\"control lun solid alerted \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"36\" height=\"36\" viewBox=\"0 0 36 36\"><g id=\"e87317f8-0107-41da-9abb-ce7421a1669b\" data-name=\"Layer 3\"><path d=\"M16.11,27a1,1,0,1,0,1,1A1,1,0,0,0,16.11,27Z\"/><path d=\"M32.09,21H32V17.32c-1.9,2.93-10.46,3.3-14,3.3A42.43,42.43,0,0,1,8,19.56V17.88A40.59,40.59,0,0,0,18,19c4.85,0,12.8-.79,13.91-3.62H22.23a3.68,3.68,0,0,1-2.73-1.23H18A42.12,42.12,0,0,1,8,13.11V11a40.59,40.59,0,0,0,10,1.14h.59a3.61,3.61,0,0,1,.46-2.29l3.46-6c-1.6-.15-3.17-.21-4.51-.21-5.14,0-13.79.88-14,4.15H4v19.7c0,2.16,3.64,3.3,7.63,3.84l2.84,3,.59.62h17a3,3,0,0,0,3-3V23.93A3,3,0,0,0,32.09,21ZM8,26.08V24.4a25.79,25.79,0,0,0,3.46.7l-1.24,1.44C9.46,26.42,8.71,26.27,8,26.08ZM33.09,32a1,1,0,0,1-1,1H15.92L11.4,28.23,15.92,23H32.09a1,1,0,0,1,1,1Z\"/><path d=\"M26.85,1.14l-5.72,9.91A1.27,1.27,0,0,0,22.23,13H33.68a1.27,1.27,0,0,0,1.1-1.91L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" fill=\"#fac400\"/></g></svg></li><li title=\"control lun solid badged \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"36\" height=\"36\" viewBox=\"0 0 36 36\"><g id=\"f184da6f-ba72-4666-9bcb-e9737957c509\" data-name=\"Layer 3\"><path d=\"M16.11,27a1,1,0,1,0,1,1A1,1,0,0,0,16.11,27Z\"/><path d=\"M32.09,21H32V17.32c-1.9,2.93-10.46,3.3-14,3.3A42.43,42.43,0,0,1,8,19.56V17.88A40.59,40.59,0,0,0,18,19c5,0,13.2-.82,14-3.82v-2a7.34,7.34,0,0,1-4.12,0,39.47,39.47,0,0,1-9.88,1A42.12,42.12,0,0,1,8,13.11V11a40.59,40.59,0,0,0,10,1.14,47.76,47.76,0,0,0,7.09-.52A7.45,7.45,0,0,1,22.8,3.92c-1.7-.17-3.38-.24-4.8-.24-5.14,0-13.79.88-14,4.15H4v19.7c0,2.16,3.64,3.3,7.63,3.84l2.84,3,.59.62h17a3,3,0,0,0,3-3V23.93A3,3,0,0,0,32.09,21ZM8,26.08V24.4a25.79,25.79,0,0,0,3.46.7l-1.24,1.44C9.46,26.42,8.71,26.27,8,26.08ZM33.09,32a1,1,0,0,1-1,1H15.92L11.4,28.23,15.92,23H32.09a1,1,0,0,1,1,1Z\"/><circle cx=\"30\" cy=\"6\" r=\"5\" fill=\"#e62700\"/></g></svg></li><li title=\"control lun solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"36\" height=\"36\" viewBox=\"0 0 36 36\"><g id=\"e56f8095-9f69-44a3-8187-a1efe27087b6\" data-name=\"Layer 4\"><path d=\"M16.11,27a1,1,0,1,0,1,1A1,1,0,0,0,16.11,27Z\"/><path d=\"M32.09,21H32V17.32c-1.9,2.93-10.46,3.3-14,3.3A42.43,42.43,0,0,1,8,19.56V17.88A40.59,40.59,0,0,0,18,19c5,0,13.2-.82,14-3.82V10.72c-2.21,3.36-10.49,3.46-14,3.46A42.12,42.12,0,0,1,8,13.11V11a40.59,40.59,0,0,0,10,1.14c5,0,13.28-.83,14-3.88V7.83h0c-.19-3.27-8.84-4.15-14-4.15S4.21,4.56,4,7.83H4v19.7c0,2.16,3.64,3.3,7.63,3.84l2.84,3,.59.62h17a3,3,0,0,0,3-3V23.93A3,3,0,0,0,32.09,21ZM8,26.08V24.4a25.79,25.79,0,0,0,3.46.7l-1.24,1.44C9.46,26.42,8.71,26.27,8,26.08ZM33.09,32a1,1,0,0,1-1,1H15.92L11.4,28.23,15.92,23H32.09a1,1,0,0,1,1,1Z\"/></g></svg></li><li title=\"cpu line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M23.08,23.07h-11v1.5H23.83a.75.75,0,0,0,.75-.75V11.33h-1.5Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M32.2,18.15a.8.8,0,1,0,0-1.6H30v-5.4h2.2a.8.8,0,1,0,0-1.6H30V8.1A2.1,2.1,0,0,0,27.9,6H26.35V3.8a.8.8,0,1,0-1.6,0V6h-5.4V3.8a.8.8,0,1,0-1.6,0V6h-5.4V3.8a.8.8,0,1,0-1.6,0V6H8.1A2.1,2.1,0,0,0,6,8.1V9.55H3.8a.8.8,0,1,0,0,1.6H6v5.4H3.8a.8.8,0,1,0,0,1.6H6v5.4H3.8a.8.8,0,1,0,0,1.6H6V27.9A2.1,2.1,0,0,0,8.1,30h2.65v2.2a.8.8,0,1,0,1.6,0V30h5.4v2.2a.8.8,0,1,0,1.6,0V30h5.4v2.2a.8.8,0,1,0,1.6,0V30H27.9A2.1,2.1,0,0,0,30,27.9V25.15h2.2a.8.8,0,1,0,0-1.6H30v-5.4ZM28,27.9a.1.1,0,0,1-.1.1H8.1a.1.1,0,0,1-.1-.1V8.1A.1.1,0,0,1,8.1,8H27.9a.1.1,0,0,1,.1.1Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"cpu outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M32.2,23.55H30v-5.4h2.2a.8.8,0,1,0,0-1.6H30V15.4H28V27.9a.1.1,0,0,1-.1.1H8.1a.1.1,0,0,1-.1-.1V8.1A.1.1,0,0,1,8.1,8h12l1.15-2H19.35V3.8a.8.8,0,1,0-1.6,0V6h-5.4V3.8a.8.8,0,1,0-1.6,0V6H8.1A2.1,2.1,0,0,0,6,8.1V9.55H3.8a.8.8,0,1,0,0,1.6H6v5.4H3.8a.8.8,0,1,0,0,1.6H6v5.4H3.8a.8.8,0,1,0,0,1.6H6V27.9A2.1,2.1,0,0,0,8.1,30h2.65v2.2a.8.8,0,1,0,1.6,0V30h5.4v2.2a.8.8,0,1,0,1.6,0V30h5.4v2.2a.8.8,0,1,0,1.6,0V30H27.9A2.1,2.1,0,0,0,30,27.9V25.15h2.2a.8.8,0,1,0,0-1.6Z\" class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\"></path><path d=\"M12.06,24.57H23.83a.75.75,0,0,0,.75-.75V15.4h-1.5v7.67h-11Z\" class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\"></path><path d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"cpu outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M12.06,24.57H23.83a.75.75,0,0,0,.75-.75V11.33h-1.5V23.07h-11Z\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"></path><path d=\"M32.2,23.55H30v-5.4h2.2a.8.8,0,1,0,0-1.6H30V13.5a7.49,7.49,0,0,1-2-.28V27.9a.1.1,0,0,1-.1.1H8.1a.1.1,0,0,1-.1-.1V8.1A.1.1,0,0,1,8.1,8H22.78a7.49,7.49,0,0,1-.28-2H19.35V3.8a.8.8,0,1,0-1.6,0V6h-5.4V3.8a.8.8,0,1,0-1.6,0V6H8.1A2.1,2.1,0,0,0,6,8.1V9.55H3.8a.8.8,0,1,0,0,1.6H6v5.4H3.8a.8.8,0,1,0,0,1.6H6v5.4H3.8a.8.8,0,1,0,0,1.6H6V27.9A2.1,2.1,0,0,0,8.1,30h2.65v2.2a.8.8,0,1,0,1.6,0V30h5.4v2.2a.8.8,0,1,0,1.6,0V30h5.4v2.2a.8.8,0,1,0,1.6,0V30H27.9A2.1,2.1,0,0,0,30,27.9V25.15h2.2a.8.8,0,1,0,0-1.6Z\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-outline--badged clr-i-outline-path-3--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"cpu solid alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M32.2,23.55H30v-5.4h2.2a.8.8,0,1,0,0-1.6H30V15.4H25v8.41A1.18,1.18,0,0,1,24,25H13V23H23V15.4h-.77A3.68,3.68,0,0,1,19,9.89L21.29,6H19.35V3.8a.8.8,0,1,0-1.6,0V6h-5.4V3.8a.8.8,0,1,0-1.6,0V6H8.1A2.1,2.1,0,0,0,6,8.1V9.55H3.8a.8.8,0,1,0,0,1.6H6v5.4H3.8a.8.8,0,1,0,0,1.6H6v5.4H3.8a.8.8,0,1,0,0,1.6H6V27.9A2.1,2.1,0,0,0,8.1,30h2.65v2.2a.8.8,0,1,0,1.6,0V30h5.4v2.2a.8.8,0,1,0,1.6,0V30h5.4v2.2a.8.8,0,1,0,1.6,0V30H27.9A2.1,2.1,0,0,0,30,27.9V25.15h2.2a.8.8,0,1,0,0-1.6Z\" class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\"></path><path d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" class=\"clr-i-solid--alerted clr-i-solid-path-3--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"cpu solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M32.2,23.55H30v-5.4h2.2a.8.8,0,1,0,0-1.6H30V13.5a7.46,7.46,0,0,1-5-1.92V23.81A1.18,1.18,0,0,1,24,25H13V23H23V11h1.42A7.46,7.46,0,0,1,22.5,6H19.35V3.8a.8.8,0,1,0-1.6,0V6h-5.4V3.8a.8.8,0,1,0-1.6,0V6H8.1A2.1,2.1,0,0,0,6,8.1V9.55H3.8a.8.8,0,1,0,0,1.6H6v5.4H3.8a.8.8,0,1,0,0,1.6H6v5.4H3.8a.8.8,0,1,0,0,1.6H6V27.9A2.1,2.1,0,0,0,8.1,30h2.65v2.2a.8.8,0,1,0,1.6,0V30h5.4v2.2a.8.8,0,1,0,1.6,0V30h5.4v2.2a.8.8,0,1,0,1.6,0V30H27.9A2.1,2.1,0,0,0,30,27.9V25.15h2.2a.8.8,0,1,0,0-1.6Z\" class=\"clr-i-solid--badged clr-i-solid-path-1--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-solid--badged clr-i-solid-path-2--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"cpu solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M32.2,18.15a.8.8,0,1,0,0-1.6H30v-5.4h2.2a.8.8,0,1,0,0-1.6H30V8.1A2.1,2.1,0,0,0,27.9,6H26.35V3.8a.8.8,0,1,0-1.6,0V6h-5.4V3.8a.8.8,0,1,0-1.6,0V6h-5.4V3.8a.8.8,0,1,0-1.6,0V6H8.1A2.1,2.1,0,0,0,6,8.1V9.55H3.8a.8.8,0,1,0,0,1.6H6v5.4H3.8a.8.8,0,1,0,0,1.6H6v5.4H3.8a.8.8,0,1,0,0,1.6H6V27.9A2.1,2.1,0,0,0,8.1,30h2.65v2.2a.8.8,0,1,0,1.6,0V30h5.4v2.2a.8.8,0,1,0,1.6,0V30h5.4v2.2a.8.8,0,1,0,1.6,0V30H27.9A2.1,2.1,0,0,0,30,27.9V25.15h2.2a.8.8,0,1,0,0-1.6H30v-5.4ZM25,23.81A1.18,1.18,0,0,1,24,25H13V23H23V11h2Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"dashboard line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M25.18,12.32l-5.91,5.81a3,3,0,1,0,1.41,1.42l5.92-5.81Z\"></path><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M18,4.25A16.49,16.49,0,0,0,5.4,31.4l.3.35H30.3l.3-.35A16.49,16.49,0,0,0,18,4.25Zm11.34,25.5H6.66a14.43,14.43,0,0,1-3.11-7.84H7v-2H3.55A14.41,14.41,0,0,1,7,11.29l2.45,2.45,1.41-1.41L8.43,9.87A14.41,14.41,0,0,1,17,6.29v3.5h2V6.3a14.47,14.47,0,0,1,13.4,13.61H28.92v2h3.53A14.43,14.43,0,0,1,29.34,29.75Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"dashboard outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--badged clr-i-outline-path-1--badged\" d=\"M15.85,18.69a3,3,0,1,0,4.83.85l5.92-5.81-1.41-1.41-5.91,5.81A3,3,0,0,0,15.85,18.69Z\"></path><path class=\"clr-i-outline--badged clr-i-outline-path-2--badged\" d=\"M32.58,13a7.45,7.45,0,0,1-2.06.44,14.4,14.4,0,0,1,1.93,6.43H28.92v2h3.53a14.43,14.43,0,0,1-3.11,7.84H6.66a14.43,14.43,0,0,1-3.11-7.84H7v-2H3.55A14.41,14.41,0,0,1,7,11.29l2.45,2.45,1.41-1.41L8.43,9.87A14.41,14.41,0,0,1,17,6.29v3.5h2V6.3A14.41,14.41,0,0,1,22.58,7a7.52,7.52,0,0,1-.08-1,7.52,7.52,0,0,1,.09-1.09A16.49,16.49,0,0,0,5.4,31.4l.3.35H30.3l.3-.35a16.45,16.45,0,0,0,2-18.36Z\"></path><circle class=\"clr-i-outline--badged clr-i-outline-path-3--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"dashboard solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--badged clr-i-solid-path-1--badged\" d=\"M32.58,13a7.46,7.46,0,0,1-10-8.12A16.49,16.49,0,0,0,5.4,31.4l.3.35H30.3l.3-.35a16.45,16.45,0,0,0,2-18.36ZM17,6.29c.32,0,.63,0,1,0s.7,0,1,.05v3.5H17ZM7,21.91H3.56c0-.39-.05-.77-.05-1.17s0-.56,0-.83H7Zm2.51-8.16L7,11.29A14.57,14.57,0,0,1,8.43,9.87l2.46,2.46Zm10.62,9.19a3,3,0,1,1-.82-4.81l5.91-5.81,1.41,1.41-5.92,5.81A3,3,0,0,1,20.09,22.93Zm12.35-1H28.92v-2h3.53c0,.28,0,.55,0,.83S32.47,21.52,32.44,21.91Z\"></path><circle class=\"clr-i-solid--badged clr-i-solid-path-2--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"dashboard solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M18,4.25A16.49,16.49,0,0,0,5.4,31.4l.3.35H30.3l.3-.35A16.49,16.49,0,0,0,18,4.25Zm8.6,9.48-5.92,5.81a3,3,0,1,1-1.41-1.42l5.91-5.81Zm-23,6.17H7v2H3.56c0-.39-.05-.77-.05-1.17S3.53,20.18,3.55,19.9Zm4.88-10,2.46,2.46L9.47,13.74,7,11.29A14.57,14.57,0,0,1,8.43,9.87ZM19,9.79H17V6.29c.32,0,.63,0,1,0s.7,0,1,.05ZM32.49,20.74c0,.39,0,.79-.05,1.17H28.92v-2h3.53C32.47,20.18,32.49,20.46,32.49,20.74Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"data cluster line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M26.5,4.08C22.77,4.08,19,5.4,19,7.91V9.5a18.75,18.75,0,0,1,2,.2V7.91c0-.65,2.09-1.84,5.5-1.84S32,7.27,32,7.91V18.24c0,.54-1.46,1.44-3.9,1.73v2c3.13-.32,5.9-1.6,5.9-3.75V7.91C34,5.4,30.23,4.08,26.5,4.08Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M4,18.24V7.91c0-.65,2.09-1.84,5.5-1.84S15,7.27,15,7.91V9.7a18.75,18.75,0,0,1,2-.2V7.91c0-2.52-3.77-3.84-7.5-3.84S2,5.4,2,7.91V18.24C2,20.4,4.77,21.67,7.9,22V20C5.46,19.68,4,18.78,4,18.24Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M18,10.85c-4.93,0-8.65,1.88-8.65,4.38V27.54c0,2.5,3.72,4.38,8.65,4.38s8.65-1.88,8.65-4.38V15.23C26.65,12.73,22.93,10.85,18,10.85Zm6.65,7.67c-.85,1-3.42,2-6.65,2A14.49,14.49,0,0,1,14,20v1.46a16.33,16.33,0,0,0,4,.47,12.76,12.76,0,0,0,6.65-1.56v3.12c-.85,1-3.42,2-6.65,2a14.49,14.49,0,0,1-4-.53v1.46a16.33,16.33,0,0,0,4,.47,12.76,12.76,0,0,0,6.65-1.56v2.29c0,.95-2.65,2.38-6.65,2.38s-6.65-1.43-6.65-2.38V15.23c0-.95,2.65-2.38,6.65-2.38s6.65,1.43,6.65,2.38Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"data cluster outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M4,18.24V7.91c0-.65,2.09-1.84,5.5-1.84S15,7.27,15,7.91V9.7a18.75,18.75,0,0,1,2-.2V7.91c0-2.52-3.77-3.84-7.5-3.84S2,5.4,2,7.91V18.24C2,20.4,4.77,21.67,7.9,22V20C5.46,19.68,4,18.78,4,18.24Z\" class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\"></path><path d=\"M24.65,18.52c-.85,1-3.42,2-6.65,2A14.49,14.49,0,0,1,14,20v1.46a16.33,16.33,0,0,0,4,.47,12.76,12.76,0,0,0,6.65-1.56v3.12c-.85,1-3.42,2-6.65,2a14.49,14.49,0,0,1-4-.53v1.46a16.33,16.33,0,0,0,4,.47,12.76,12.76,0,0,0,6.65-1.56v2.29c0,.95-2.65,2.38-6.65,2.38s-6.65-1.43-6.65-2.38V15.23c0-.95,2.65-2.38,6.65-2.38l.75,0a3.69,3.69,0,0,1-.08-2l-.66,0c-4.93,0-8.65,1.88-8.65,4.38V27.54c0,2.5,3.72,4.38,8.65,4.38s8.65-1.88,8.65-4.38V15.4h-2Z\" class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\"></path><path d=\"M22,4.8c-1.75.63-3,1.68-3,3.12V9.5l.25,0Z\" class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted\"></path><path d=\"M33.68,15.4H32v2.84c0,.54-1.46,1.44-3.9,1.73v2c3.13-.32,5.9-1.6,5.9-3.75V15.38Z\" class=\"clr-i-outline--alerted clr-i-outline-path-4--alerted\"></path><path d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" class=\"clr-i-outline--alerted clr-i-outline-path-5--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"data cluster outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M4,18.24V7.91c0-.65,2.09-1.84,5.5-1.84S15,7.27,15,7.91V9.7a18.75,18.75,0,0,1,2-.2V7.91c0-2.52-3.77-3.84-7.5-3.84S2,5.4,2,7.91V18.24C2,20.4,4.77,21.67,7.9,22V20C5.46,19.68,4,18.78,4,18.24Z\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"></path><path d=\"M18,10.85c-4.93,0-8.65,1.88-8.65,4.38V27.54c0,2.5,3.72,4.38,8.65,4.38s8.65-1.88,8.65-4.38V15.23C26.65,12.73,22.93,10.85,18,10.85Zm6.65,7.67c-.85,1-3.42,2-6.65,2A14.49,14.49,0,0,1,14,20v1.46a16.33,16.33,0,0,0,4,.47,12.76,12.76,0,0,0,6.65-1.56v3.12c-.85,1-3.42,2-6.65,2a14.49,14.49,0,0,1-4-.53v1.46a16.33,16.33,0,0,0,4,.47,12.76,12.76,0,0,0,6.65-1.56v2.29c0,.95-2.65,2.38-6.65,2.38s-6.65-1.43-6.65-2.38V15.23c0-.95,2.65-2.38,6.65-2.38s6.65,1.43,6.65,2.38Z\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"></path><path d=\"M21,7.91c0-.33.55-.8,1.54-1.18,0-.24,0-.48,0-.73a7.52,7.52,0,0,1,.14-1.41C20.55,5.19,19,6.3,19,7.91V9.5a18.75,18.75,0,0,1,2,.2Z\" class=\"clr-i-outline--badged clr-i-outline-path-3--badged\"></path><path d=\"M32,13.22v5c0,.54-1.46,1.44-3.9,1.73v2c3.13-.32,5.9-1.6,5.9-3.75v-5.9A7.45,7.45,0,0,1,32,13.22Z\" class=\"clr-i-outline--badged clr-i-outline-path-4--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-outline--badged clr-i-outline-path-5--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"data cluster solid alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M17,9.48V7.91c0-2.52-3.77-3.84-7.5-3.84S2,5.4,2,7.91V18.24C2,20.4,4.77,21.67,7.9,22L8,21.93v-6.7C8,12.08,11.7,9.74,17,9.48Z\" class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\"></path><path d=\"M19,13.56a3.68,3.68,0,0,1-.39-2.7l-.66,0c-4.93,0-8.65,1.88-8.65,4.38V27.54c0,2.5,3.72,4.38,8.65,4.38s8.65-1.88,8.65-4.38V25.38A13.58,13.58,0,0,1,18,28a16.77,16.77,0,0,1-6-1V25.27a14.5,14.5,0,0,0,6,1.17c4.21,0,7.65-1.23,8.63-3.23V20.47C24.8,22,21.72,23,18,23a16.77,16.77,0,0,1-6-1V20.23a14.5,14.5,0,0,0,6,1.17c4.21,0,7.65-1.11,8.63-3.11V15.4H22.23A3.69,3.69,0,0,1,19,13.56Z\" class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted\"></path><path d=\"M22,4.8c-1.75.63-3,1.68-3,3.12V9.48l.27,0Z\" class=\"clr-i-solid--alerted clr-i-solid-path-3--alerted\"></path><path d=\"M33.68,15.4H28v6.53l.05.06c3.13-.32,5.9-1.6,5.9-3.75V15.38Z\" class=\"clr-i-solid--alerted clr-i-solid-path-4--alerted\"></path><path d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" class=\"clr-i-solid--alerted clr-i-solid-path-5--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"data cluster solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M17,9.48V7.91c0-2.52-3.77-3.84-7.5-3.84S2,5.4,2,7.91V18.24C2,20.4,4.77,21.67,7.9,22L8,21.93v-6.7C8,12.08,11.7,9.74,17,9.48Z\" class=\"clr-i-solid--badged clr-i-solid-path-1--badged\"></path><path d=\"M18,10.85c-4.93,0-8.65,1.88-8.65,4.38V27.54c0,2.5,3.72,4.38,8.65,4.38s8.65-1.88,8.65-4.38V25.38A13.58,13.58,0,0,1,18,28a16.77,16.77,0,0,1-6-1V25.27a14.5,14.5,0,0,0,6,1.17c4.21,0,7.65-1.23,8.63-3.23V20.47C24.8,22,21.72,23,18,23a16.77,16.77,0,0,1-6-1V20.23a14.5,14.5,0,0,0,6,1.17c4.21,0,7.65-1.11,8.63-3.11V15.23C26.65,12.73,22.93,10.85,18,10.85Z\" class=\"clr-i-solid--badged clr-i-solid-path-2--badged\"></path><path d=\"M22.5,6a7.52,7.52,0,0,1,.14-1.4C20.55,5.19,19,6.3,19,7.91V9.48a15.33,15.33,0,0,1,5,1A7.46,7.46,0,0,1,22.5,6Z\" class=\"clr-i-solid--badged clr-i-solid-path-3--badged\"></path><path d=\"M30,13.49A7.47,7.47,0,0,1,27.35,13a4,4,0,0,1,.7,2.23v6.7l.05.06c3.13-.32,5.9-1.6,5.9-3.75V12.33A7.46,7.46,0,0,1,30,13.49Z\" class=\"clr-i-solid--badged clr-i-solid-path-4--badged\"></path><circle cx=\"30\" cy=\"5.99\" r=\"5\" class=\"clr-i-solid--badged clr-i-solid-path-5--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"data cluster solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M26.5,4.08C22.77,4.08,19,5.4,19,7.91V9.48c5.3.26,9,2.6,9,5.76v6.7l.05.06c3.13-.32,5.9-1.6,5.9-3.75V7.91C34,5.4,30.23,4.08,26.5,4.08Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path><path d=\"M17,9.48V7.91c0-2.52-3.77-3.84-7.5-3.84S2,5.4,2,7.91V18.24C2,20.4,4.77,21.67,7.9,22L8,21.93v-6.7C8,12.08,11.7,9.74,17,9.48Z\" class=\"clr-i-solid clr-i-solid-path-2\"></path><path d=\"M18,10.85c-4.93,0-8.65,1.88-8.65,4.38V27.54c0,2.5,3.72,4.38,8.65,4.38s8.65-1.88,8.65-4.38V25.38A13.58,13.58,0,0,1,18,28a16.77,16.77,0,0,1-6-1V25.27a14.5,14.5,0,0,0,6,1.17c4.21,0,7.65-1.23,8.63-3.23V20.47C24.8,22,21.72,23,18,23a16.77,16.77,0,0,1-6-1V20.23a14.5,14.5,0,0,0,6,1.17c4.21,0,7.65-1.11,8.63-3.11V15.23C26.65,12.73,22.93,10.85,18,10.85Z\" class=\"clr-i-solid clr-i-solid-path-3\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"deploy line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M33,2H22.1a1,1,0,0,0,0,2h8.53l-8.82,9a1,1,0,1,0,1.43,1.4L32,5.46V13.9a1,1,0,0,0,2,0V3A1,1,0,0,0,33,2Z\"></path><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M11.54,10.73l-9,5.17a1,1,0,0,0-.5.87v11a1,1,0,0,0,.5.87l9,5.15a1,1,0,0,0,1,0l9-5.15a1,1,0,0,0,.5-.87v-11a1,1,0,0,0-.5-.87l-9-5.17A1,1,0,0,0,11.54,10.73ZM11,31.08l-7-4V18.44l7,4ZM12,21,4.81,16.87,12,12.78l7.21,4.12Zm8,6.09-7,4V22.44l7-4Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"deploy solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M33,2H22.1a1,1,0,0,0,0,2h8.53l-8.82,9a1,1,0,1,0,1.43,1.4L32,5.46V13.9a1,1,0,0,0,2,0V3A1,1,0,0,0,33,2Z\"></path><path class=\"clr-i-solid clr-i-solid-path-2\" d=\"M12.46,10.73a1,1,0,0,0-1,0l-8.68,5L12,21l9.19-5.26Z\"></path><path class=\"clr-i-solid clr-i-solid-path-3\" d=\"M2,27.73a1,1,0,0,0,.5.87L11,33.46v-11L2,17.28Z\"></path><path class=\"clr-i-solid clr-i-solid-path-4\" d=\"M13,33.46l8.5-4.86a1,1,0,0,0,.5-.87V17.29l-9,5.15Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"design line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <polygon class=\"clr-i-outline clr-i-outline-path-1\" points=\"9 17.41 9 27 18.59 27 16.59 25 11 25 11 19.41 9 17.41\"></polygon><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M34.87,32.29,32,29.38V32H4V27.85H6v-1.6H4V19.6H6V18H4V11.6H6V10H4V4.41L19.94,20.26V17.44L3.71,1.29A1,1,0,0,0,2,2V33a1,1,0,0,0,1,1H34.16a1,1,0,0,0,.71-1.71Z\"></path><path class=\"clr-i-outline clr-i-outline-path-3\" d=\"M24,30h4a2,2,0,0,0,2-2V8.7L27.7,4.47a2,2,0,0,0-1.76-1h0a2,2,0,0,0-1.76,1.08L22,8.72V28A2,2,0,0,0,24,30ZM24,9.2l1.94-3.77L28,9.21V24H24Zm0,16.43h4v2.44H24Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"design solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M34.87,32.21,30,27.37V8.75L27.7,4.52a2,2,0,0,0-3.54,0L22,8.76V19.41L3.71,1.21A1,1,0,0,0,2,1.92V10H4.17v1.6H2V18H4.17v1.6H2v6.65H4.17v1.6H2v5.07a1,1,0,0,0,1,1H34.16a1,1,0,0,0,.71-1.71ZM10,26V16.94L19.07,26Zm18,2.11H24V25.68h4Zm0-4H24V9.25l1.94-3.77L28,9.26Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"devices line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M32,13H24a2,2,0,0,0-2,2V30a2,2,0,0,0,2,2h8a2,2,0,0,0,2-2V15A2,2,0,0,0,32,13Zm0,2V26H24V15ZM24,30V27.6h8V30Z\"></path><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M20,22H4V6H28v5h2V6a2,2,0,0,0-2-2H4A2,2,0,0,0,2,6V22a2,2,0,0,0,2,2H20Z\"></path><path class=\"clr-i-outline clr-i-outline-path-3\" d=\"M20,26H9a1,1,0,0,0,0,2H20Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"devices solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M32,13H24a2,2,0,0,0-2,2V30a2,2,0,0,0,2,2h8a2,2,0,0,0,2-2V15A2,2,0,0,0,32,13Zm0,2V28H24V15Z\"></path><path class=\"clr-i-solid clr-i-solid-path-2\" d=\"M28,4H4A2,2,0,0,0,2,6V22a2,2,0,0,0,2,2h8v2H9.32A1.2,1.2,0,0,0,8,27a1.2,1.2,0,0,0,1.32,1H19.92v-.37H20V22H4V6H28v5h2V6A2,2,0,0,0,28,4Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"digital signature line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n\t<path d=\"M17,33.9c-3.9,0-7.9-1.5-10.5-4.5c-0.9,0.7-2,1.3-3.1,1.8c-0.5,0.2-1.1,0-1.3-0.5c-0.2-0.5,0-1.1,0.5-1.3c1-0.4,1.9-0.9,2.7-1.5c-1.2-1.9-1.9-4.3-1.9-7.1c0-5.3,2.5-8.1,4.8-8.1c1.5,0,3.2,1.2,3.2,4.7c0,4.7-1.1,8.2-3.5,10.8c2.2,2.6,5.6,3.9,9,3.9c0.6,0,1,0.4,1,1S17.6,33.9,17,33.9z M8.2,14.6c-1,0-2.8,1.8-2.8,6.1c0,2.2,0.5,4.1,1.4,5.6c1.8-2.1,2.7-5.1,2.7-9.1C9.5,15.7,9,14.6,8.2,14.6z\"/>\n    <path d=\"M33.3,4.8c-0.8-1.4-2.1-2.4-3.6-2.8c-0.5-0.1-1.1,0.2-1.2,0.7l-0.9,3.4l-1.6-2.8c-0.1-0.2-0.4-0.4-0.7-0.5c-0.3-0.1-0.6,0-0.8,0.2c-1.1,0.8-1.8,1.9-2.2,3.2l-4.2,15.4c-0.4,1.5-0.2,3.2,0.6,4.6c0.6,1.1,1.6,1.9,2.7,2.5l-1.1,4c-0.1,0.5,0.2,1.1,0.7,1.2c0.1,0,0.2,0,0.3,0c0.4,0,0.8-0.3,1-0.7l1.1-3.9c0.2,0,0.4,0,0.6,0c1,0,2-0.3,3-0.8c1.4-0.8,2.4-2.1,2.8-3.6l1.6-5.8c0,0,0,0,0,0l1.6-5.8c0.1-0.4,0-0.8-0.4-1.1c-0.3-0.2-0.8-0.3-1.1-0.1l-4,2.3l0.6-2.1l5.7-3.2c0.3-0.2,0.5-0.5,0.5-0.8C34.2,7.1,33.9,5.9,33.3,4.8z M24.2,6.8c0.1-0.5,0.3-0.9,0.6-1.3l1.9,3.4l-1.4,5.1l-2.1-3.7L24.2,6.8zM20.4,25.2c-0.5-0.9-0.7-2-0.4-3l2.5-9.2l2.1,3.7L23.2,22c0,0,0,0,0,0l-1.3,4.7C21.3,26.4,20.8,25.9,20.4,25.2z M27.7,24.3c-0.3,1-0.9,1.9-1.9,2.4c-0.6,0.4-1.3,0.5-2,0.5L25,23l3.7-2.1L27.7,24.3z M30.3,15.1l-0.8,3.1l-3.7,2.1l0.8-3.1L30.3,15.1zM28.6,9.6l0.1-0.4c0.1-0.1,0.1-0.3,0.1-0.4l1.2-4.5c0.6,0.3,1.1,0.9,1.5,1.5c0.3,0.6,0.5,1.2,0.5,1.8L28.6,9.6z\"/>\n    <rect width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg>\n</li><li title=\"disconnect line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M12.17,6A6.21,6.21,0,0,0,6,11H2.13v2H6a6.23,6.23,0,0,0,6.21,5H17V6ZM15.1,16H12.17a4.2,4.2,0,0,1-4.31-4,4.17,4.17,0,0,1,4.31-4H15.1Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M33.92,23H30.14a6.25,6.25,0,0,0-6.21-5H19v2H14a1,1,0,1,0,0,2h5v4H14a1,1,0,0,0-1,1,1,1,0,0,0,1,1h5v2h4.94a6.23,6.23,0,0,0,6.22-5h3.76Zm-10,5H21V20h2.94a4.17,4.17,0,0,1,4.31,4A4.17,4.17,0,0,1,23.94,28Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"disconnect solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M12,6a6.21,6.21,0,0,0-6.21,5H2v2H5.83A6.23,6.23,0,0,0,12,18H17V6Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path><path d=\"M33.79,23H30.14a6.25,6.25,0,0,0-6.21-5H19v2H14a1,1,0,0,0-1,1,1,1,0,0,0,1,1h5v4H14a1,1,0,0,0-1,1,1,1,0,0,0,1,1h5v2h4.94a6.23,6.23,0,0,0,6.22-5h3.64Z\" class=\"clr-i-solid clr-i-solid-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"disconnected line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M18,24.42a4,4,0,1,0,4,4A4,4,0,0,0,18,24.42Zm0,6a2,2,0,1,1,2-2A2,2,0,0,1,18,30.42Z\"></path><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M26.21,21.85a1,1,0,0,0-.23-1.4,13.56,13.56,0,0,0-5-2.23l3.87,3.87A1,1,0,0,0,26.21,21.85Z\"></path><path class=\"clr-i-outline clr-i-outline-path-3\" d=\"M18.05,10.72a20.88,20.88,0,0,0-4.16.43l1.74,1.74a19,19,0,0,1,2.42-.17A18.76,18.76,0,0,1,28.64,16a1,1,0,0,0,1.12-1.65A20.75,20.75,0,0,0,18.05,10.72Z\"></path><path class=\"clr-i-outline clr-i-outline-path-4\" d=\"M33.55,8.2A28.11,28.11,0,0,0,8.11,5.36L9.69,6.93A26,26,0,0,1,32.45,9.87a1,1,0,0,0,1.1-1.67Z\"></path><path class=\"clr-i-outline clr-i-outline-path-5\" d=\"M1.84,4.75,4.27,7.18c-.62.34-1.23.7-1.83,1.1A1,1,0,1,0,3.56,9.94C4.26,9.47,5,9,5.74,8.65l3.87,3.87A20.59,20.59,0,0,0,6.23,14.4,1,1,0,0,0,7.36,16a18.82,18.82,0,0,1,3.77-2l4.16,4.16A13.51,13.51,0,0,0,10,20.55a1,1,0,0,0,1.18,1.61A11.52,11.52,0,0,1,17,20l10.8,10.8,1.41-1.41-26-26Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"disconnected solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <circle class=\"clr-i-solid clr-i-solid-path-1\" cx=\"18\" cy=\"29.54\" r=\"3\"></circle><path class=\"clr-i-solid clr-i-solid-path-2\" d=\"M29.18,17.71l.11-.17a1.51,1.51,0,0,0-.47-2.1A20.57,20.57,0,0,0,18,12.37c-.56,0-1.11,0-1.65.07l3.21,3.21a17.41,17.41,0,0,1,7.6,2.52A1.49,1.49,0,0,0,29.18,17.71Z\"></path><path class=\"clr-i-solid clr-i-solid-path-3\" d=\"M32.76,9.38A27.9,27.9,0,0,0,10.18,6.27L12.81,8.9A24.68,24.68,0,0,1,31.1,12.12a1.49,1.49,0,0,0,2-.46l.11-.17A1.51,1.51,0,0,0,32.76,9.38Z\"></path><path class=\"clr-i-solid clr-i-solid-path-4\" d=\"M3,4.75l3.1,3.1A27.28,27.28,0,0,0,3.18,9.42a1.51,1.51,0,0,0-.48,2.11l.11.17a1.49,1.49,0,0,0,2,.46,24.69,24.69,0,0,1,3.67-1.9l3.14,3.14a20.63,20.63,0,0,0-4.53,2.09,1.51,1.51,0,0,0-.46,2.1l.11.17a1.49,1.49,0,0,0,2,.46A17.46,17.46,0,0,1,14.25,16l3.6,3.6a13.39,13.39,0,0,0-6.79,1.93,1.5,1.5,0,0,0-.46,2.09l.1.16a1.52,1.52,0,0,0,2.06.44,10.2,10.2,0,0,1,9-.7L29,30.75l1.41-1.41-26-26Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"display line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M32.5,3H3.5A1.5,1.5,0,0,0,2,4.5v21A1.5,1.5,0,0,0,3.5,27h29A1.5,1.5,0,0,0,34,25.5V4.5A1.5,1.5,0,0,0,32.5,3ZM32,25H4V5H32Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><polygon points=\"7.7 8.76 28.13 8.76 29.94 7.16 6.1 7.16 6.1 23 7.7 23 7.7 8.76\" class=\"clr-i-outline clr-i-outline-path-2\"></polygon><path d=\"M26,32H24.26a3.61,3.61,0,0,1-1.5-2.52V28.13H21.24V29.5A4.2,4.2,0,0,0,22.17,32H13.83a4.2,4.2,0,0,0,.93-2.52V28.13H13.24V29.5A3.61,3.61,0,0,1,11.74,32H9.94a1,1,0,1,0,0,2H26.06a.92.92,0,0,0,1-1A1,1,0,0,0,26,32Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"display outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M26,32H24.26a3.61,3.61,0,0,1-1.5-2.52V28.13H21.24V29.5A4.2,4.2,0,0,0,22.17,32H13.83a4.2,4.2,0,0,0,.93-2.52V28.13H13.24V29.5A3.61,3.61,0,0,1,11.74,32H9.94a1,1,0,1,0,0,2H26.06a.92.92,0,0,0,1-1A1,1,0,0,0,26,32Z\" class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\"></path><path d=\"M33.68,15.4H32V25H4V5H21.87L23,3H3.5A1.5,1.5,0,0,0,2,4.5v21A1.5,1.5,0,0,0,3.5,27h29A1.5,1.5,0,0,0,34,25.5V15.38Z\" class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\"></path><polygon points=\"7.7 23 7.7 8.76 19.7 8.76 20.62 7.16 6.1 7.16 6.1 23 7.7 23\" class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted\"></polygon><path d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" class=\"clr-i-outline--alerted clr-i-outline-path-4--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"display outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M26,32H24.26a3.61,3.61,0,0,1-1.5-2.52V28.13H21.24V29.5A4.2,4.2,0,0,0,22.17,32H13.83a4.2,4.2,0,0,0,.93-2.52V28.13H13.24V29.5A3.61,3.61,0,0,1,11.74,32H9.94a1,1,0,1,0,0,2H26.06a.92.92,0,0,0,1-1A1,1,0,0,0,26,32Z\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"></path><path d=\"M6.1,23H7.7V8.76H23a7.44,7.44,0,0,1-.43-1.6H6.1Z\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"></path><path d=\"M32,13.22V25H4V5H22.57a7.45,7.45,0,0,1,.55-2H3.5A1.5,1.5,0,0,0,2,4.5v21A1.5,1.5,0,0,0,3.5,27h29A1.5,1.5,0,0,0,34,25.5V12.34A7.45,7.45,0,0,1,32,13.22Z\" class=\"clr-i-outline--badged clr-i-outline-path-3--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-outline--badged clr-i-outline-path-4--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"display solid alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M26,32H24.26a3.61,3.61,0,0,1-1.5-2.52V28.13H13.24V29.5A3.61,3.61,0,0,1,11.74,32H9.94a1,1,0,1,0,0,2H26.06a.92.92,0,0,0,1-1A1,1,0,0,0,26,32Z\" class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\"></path><path d=\"M33.68,15.4H31v6.43H5V7H20.71L23,3H3.5A1.5,1.5,0,0,0,2,4.5v21A1.5,1.5,0,0,0,3.5,27h29A1.5,1.5,0,0,0,34,25.5V15.38Z\" class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted\"></path><path d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" class=\"clr-i-solid--alerted clr-i-solid-path-3--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"display solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M26,32H24.26a3.61,3.61,0,0,1-1.5-2.52V28.13H13.24V29.5A3.61,3.61,0,0,1,11.74,32H9.94a1,1,0,1,0,0,2H26.06a.92.92,0,0,0,1-1A1,1,0,0,0,26,32Z\" class=\"clr-i-solid--badged clr-i-solid-path-1--badged\"></path><path d=\"M31,13.43v8.41H5V7H22.57a7.29,7.29,0,0,1,.55-4H3.5A1.5,1.5,0,0,0,2,4.5v21A1.5,1.5,0,0,0,3.5,27h29A1.5,1.5,0,0,0,34,25.5V12.34A7.44,7.44,0,0,1,31,13.43Z\" class=\"clr-i-solid--badged clr-i-solid-path-2--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-solid--badged clr-i-solid-path-3--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"display solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M26,32H24.26a3.61,3.61,0,0,1-1.5-2.52V28.13H13.24V29.5A3.61,3.61,0,0,1,11.74,32H9.94a1,1,0,1,0,0,2H26.06a.92.92,0,0,0,1-1A1,1,0,0,0,26,32Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path><path d=\"M32.5,3H3.5A1.5,1.5,0,0,0,2,4.5v21A1.5,1.5,0,0,0,3.5,27h29A1.5,1.5,0,0,0,34,25.5V4.5A1.5,1.5,0,0,0,32.5,3ZM31,21.83H5V7H31Z\" class=\"clr-i-solid clr-i-solid-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"dna line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M8.88,13.07a.9.9,0,0,1-.49-1.66l8.93-5.73a.9.9,0,1,1,1,1.52L9.37,12.92A.9.9,0,0,1,8.88,13.07Z\"></path><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M13.25,15.11a.9.9,0,0,1-.49-1.66L18,10.08a.9.9,0,1,1,1,1.52L13.74,15A.9.9,0,0,1,13.25,15.11Z\"></path><path class=\"clr-i-outline clr-i-outline-path-3\" d=\"M19.72,30.23a.9.9,0,0,1-.49-1.66l8.93-5.73a.9.9,0,0,1,1,1.52L20.2,30.09A.9.9,0,0,1,19.72,30.23Z\"></path><path class=\"clr-i-outline clr-i-outline-path-4\" d=\"M18.92,25.94a.9.9,0,0,1-.49-1.66l5.25-3.37a.9.9,0,1,1,1,1.51L19.4,25.8A.89.89,0,0,1,18.92,25.94Z\"></path><path class=\"clr-i-outline clr-i-outline-path-5\" d=\"M21.56,5.69a3.59,3.59,0,0,1,.15,3.53L18.83,15h2.25l2.43-4.87a5.61,5.61,0,0,0-5-8.14H13.26l-1,2h6.22A3.61,3.61,0,0,1,21.56,5.69Z\"></path><path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M32.91,20.78A5.53,5.53,0,0,0,27.66,17H9.31a3.54,3.54,0,0,1-3.56-3.67,3.61,3.61,0,0,1,.42-1.54l4.26-8.49a1,1,0,1,0-1.79-.9L4.4,10.84A5.67,5.67,0,0,0,4,15.22,5.53,5.53,0,0,0,9.28,19h7.6l-3.44,6.87a5.64,5.64,0,0,0,1.5,6.92A5.38,5.38,0,0,0,18.41,34h5.25l1-2H18.43a3.58,3.58,0,0,1-3.22-5.21L19.11,19h8.54a3.42,3.42,0,0,1,2.15.71,3.57,3.57,0,0,1,1,4.43l-4.12,8.22a1,1,0,1,0,1.79.9l4.06-8.1A5.67,5.67,0,0,0,32.91,20.78Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"dna solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M32.16,19.63A5.55,5.55,0,0,0,27.42,17H10.06a4.36,4.36,0,0,1-3.67-2,4.07,4.07,0,0,1-.19-4.13l3.62-7,1.42,1.63-2.74,5.3,8.84-5.66a.91.91,0,0,1,1,1.53L7.84,13.38a2.13,2.13,0,0,0,.24.52,2.28,2.28,0,0,0,1.65,1L18.11,9.5a.91.91,0,0,1,1,1.52L13,14.94H20.8l2.41-4.82a5.6,5.6,0,0,0-5-8.12H9a1,1,0,0,0-.9.56L3.88,10.89a5.6,5.6,0,0,0,5,8.12h7.65l-3.43,6.87a5.6,5.6,0,0,0,5,8.12h9.28a1,1,0,0,0,.93-.65l4.14-8.24A5.58,5.58,0,0,0,32.16,19.63ZM17.75,25.57A.91.91,0,0,1,18,24.31l6-3.88A.91.91,0,1,1,25,22l-6,3.88a.91.91,0,0,1-1.26-.27ZM29,24.34l-9,5.78a.91.91,0,1,1-1-1.53l9-5.78a.91.91,0,1,1,1,1.53Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"download cloud line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M30.31,13c0-.1,0-.21,0-.32a10.26,10.26,0,0,0-10.45-10,10.47,10.47,0,0,0-9.6,6.1A9.65,9.65,0,0,0,10.89,28a3,3,0,0,1,0-2A7.65,7.65,0,0,1,11,10.74l.67,0,.23-.63a8.43,8.43,0,0,1,8-5.4,8.26,8.26,0,0,1,8.45,8,7.75,7.75,0,0,1,0,.8l-.08.72.65.3A6,6,0,0,1,26.38,26H25.09a3,3,0,0,1,0,2h1.28a8,8,0,0,0,3.93-15Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M22.28,26.07a1,1,0,0,0-.71.29L19,28.94V16.68a1,1,0,1,0-2,0V28.94l-2.57-2.57A1,1,0,0,0,13,27.78l5,5,5-5a1,1,0,0,0-.71-1.71Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"download cloud outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M22.28,26.07a1,1,0,0,0-.71.29L19,28.94V16.68a1,1,0,1,0-2,0V28.94l-2.57-2.57A1,1,0,0,0,13,27.78l5,5,5-5a1,1,0,0,0-.71-1.71Z\" class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\"></path><path d=\"M19.87,4.69a8.81,8.81,0,0,1,2,.25l1-1.8a10.8,10.8,0,0,0-3.07-.45,10.47,10.47,0,0,0-9.6,6.1A9.65,9.65,0,0,0,10.89,28a3,3,0,0,1,0-2A7.65,7.65,0,0,1,11,10.74l.67,0,.23-.63A8.43,8.43,0,0,1,19.87,4.69Z\" class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\"></path><path d=\"M32.9,15.4H30.21A6,6,0,0,1,26.38,26H25.09a3,3,0,0,1,0,2h1.28A8,8,0,0,0,32.9,15.4Z\" class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted\"></path><path d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" class=\"clr-i-outline--alerted clr-i-outline-path-4--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"download cloud outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M22.28,26.07a1,1,0,0,0-.71.29L19,28.94V16.68a1,1,0,1,0-2,0V28.94l-2.57-2.57A1,1,0,0,0,13,27.78l5,5,5-5a1,1,0,0,0-.71-1.71Z\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"></path><path d=\"M19.87,4.69a8.79,8.79,0,0,1,2.68.42,7.45,7.45,0,0,1,.5-1.94,10.79,10.79,0,0,0-3.18-.48,10.47,10.47,0,0,0-9.6,6.1A9.65,9.65,0,0,0,10.89,28a3,3,0,0,1,0-2A7.65,7.65,0,0,1,11,10.74l.67,0,.23-.63A8.43,8.43,0,0,1,19.87,4.69Z\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"></path><path d=\"M30.92,13.44a7.13,7.13,0,0,1-2.63-.14c0,.08,0,.15,0,.23l-.08.72.65.3A6,6,0,0,1,26.38,26H25.09a3,3,0,0,1,0,2h1.28a8,8,0,0,0,4.54-14.61Z\" class=\"clr-i-outline--badged clr-i-outline-path-3--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-outline--badged clr-i-outline-path-4--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"export line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M6,13.61h7.61V6H24v8.38h2V6a2,2,0,0,0-2-2H10.87L4,10.87V30a2,2,0,0,0,2,2H24a2,2,0,0,0,2-2H6Zm0-1.92L11.69,6H12v6H6Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M28.32,16.35a1,1,0,0,0-1.41,1.41L30.16,21H18a1,1,0,0,0,0,2H30.19l-3.28,3.28a1,1,0,1,0,1.41,1.41L34,22Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"export outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M28.32,16.35a1,1,0,0,0-1.41,1.41L30.16,21H18a1,1,0,0,0,0,2H30.19l-3.28,3.28a1,1,0,1,0,1.41,1.41L34,22Z\" class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\"></path><path d=\"M6,13.61h7.61V6h7.68l1.15-2H10.87L4,10.87V30a2,2,0,0,0,2,2H24a2,2,0,0,0,2-2H6Zm0-1.92L11.69,6H12v6H6Z\" class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\"></path><path d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"export outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M28.32,16.35a1,1,0,0,0-1.41,1.41L30.16,21H18a1,1,0,0,0,0,2H30.19l-3.28,3.28a1,1,0,1,0,1.41,1.41L34,22Z\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"></path><path d=\"M26,12.34a7.53,7.53,0,0,1-2-1.85v3.89h2Z\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"></path><path d=\"M6,13.61h7.61V6H22.5a7.49,7.49,0,0,1,.28-2H10.87L4,10.87V30a2,2,0,0,0,2,2H24a2,2,0,0,0,2-2H6Zm0-1.92L11.69,6H12v6H6Z\" class=\"clr-i-outline--badged clr-i-outline-path-3--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-outline--badged clr-i-outline-path-4--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"export solid alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M29.32,16.35a1,1,0,0,0-1.41,1.41L31.16,21H26v2h5.19l-3.28,3.28a1,1,0,1,0,1.41,1.41L35,22Z\" class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\"></path><path d=\"M17,22a1,1,0,0,1,1-1h8V15.4H22.23A3.68,3.68,0,0,1,19,9.89L22.45,4H10.87L4,10.86V30a2,2,0,0,0,2,2H24a2,2,0,0,0,2-2V23H18A1,1,0,0,1,17,22ZM12,12H6v-.32L11.69,6H12Z\" class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted\"></path><path d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" class=\"clr-i-solid--alerted clr-i-solid-path-3--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"export solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M29.32,16.35a1,1,0,0,0-1.41,1.41L31.16,21H26v2h5.19l-3.28,3.28a1,1,0,1,0,1.41,1.41L35,22Z\" class=\"clr-i-solid--badged clr-i-solid-path-1--badged\"></path><path d=\"M17,22a1,1,0,0,1,1-1h8V12.34A7.46,7.46,0,0,1,22.78,4H10.87L4,10.86V30a2,2,0,0,0,2,2H24a2,2,0,0,0,2-2V23H18A1,1,0,0,1,17,22ZM12,12H6v-.32L11.69,6H12Z\" class=\"clr-i-solid--badged clr-i-solid-path-2--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-solid--badged clr-i-solid-path-3--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"export solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M17,22a1,1,0,0,1,1-1h8V6a2,2,0,0,0-2-2H10.87L4,10.86V30a2,2,0,0,0,2,2H24a2,2,0,0,0,2-2V23H18A1,1,0,0,1,17,22ZM12,12H6v-.32L11.69,6H12Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path><path d=\"M29.32,16.35a1,1,0,0,0-1.41,1.41L31.16,21H26v2h5.19l-3.28,3.28a1,1,0,1,0,1.41,1.41L35,22Z\" class=\"clr-i-solid clr-i-solid-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"file share 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"36\" height=\"36\" viewBox=\"0 0 36 36\"><g id=\"b3dc53c0-2517-4c2c-b033-b6ee3b39cce0\" data-name=\"Layer 3\"><path d=\"M25,4H7.83A1.89,1.89,0,0,0,6,5.91V30.09A1.89,1.89,0,0,0,7.83,32H28.17A1.87,1.87,0,0,0,30,30.09V9ZM24,5.78,28.2,10H24ZM8,30V6H22v6h6V30Z\"/><path d=\"M22,21.81a2.11,2.11,0,0,0-1.44.62l-5.72-2.66v-.44l5.66-2.65a2.08,2.08,0,1,0,.06-2.94h0a2.14,2.14,0,0,0-.64,1.48v.23l-5.64,2.66a2.08,2.08,0,1,0-.08,2.95l.08-.08,5.67,2.66v.3A2.09,2.09,0,1,0,22,21.84Z\"/></g></svg></li><li title=\"file share 2 solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"36\" height=\"36\" viewBox=\"0 0 36 36\"><g id=\"f7df7f8c-2b7b-4057-8bab-8ea586fe1590\" data-name=\"Layer 3\"><path d=\"M25,4.06H7.83A1.89,1.89,0,0,0,6,6V30.15a1.89,1.89,0,0,0,1.83,1.91H28.17A1.87,1.87,0,0,0,30,30.15V9ZM22,26a2.09,2.09,0,0,1-2.1-2.08v-.3L14.27,21l-.08.08a2.08,2.08,0,1,1,.08-2.95l5.64-2.66v-.23a2.14,2.14,0,0,1,.64-1.48h0a2.08,2.08,0,1,1-.06,2.94l-5.66,2.65v.44l5.72,2.66A2.11,2.11,0,0,1,22,21.81l0,0A2.09,2.09,0,0,1,22,26Zm2-16V5.84l4.2,4.22Z\"/></g></svg></li><li title=\"file share line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M30,9H16.42L14.11,5.82A2,2,0,0,0,12.49,5H6A2,2,0,0,0,4,7V29a2,2,0,0,0,2,2H30a2,2,0,0,0,2-2V11A2,2,0,0,0,30,9Zm0,20H6V13h7.31a2,2,0,0,0,2-2H6V7h6.49l2.61,3.59a1,1,0,0,0,.81.41H30Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M21.91,22.48a2.06,2.06,0,0,0-1.44.62l-5.72-2.66V20l5.66-2.65a2.08,2.08,0,1,0,.06-2.94,2.12,2.12,0,0,0-.64,1.48v.23l-5.64,2.66a2.08,2.08,0,1,0-.08,2.95l.08-.08,5.67,2.66v.3a2.09,2.09,0,1,0,2.08-2.1Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"file share solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M30,9H16.42L14.11,5.82A2,2,0,0,0,12.49,5H6A2,2,0,0,0,4,7V29a2,2,0,0,0,2,2H30a2,2,0,0,0,2-2V11A2,2,0,0,0,30,9ZM6,7h6.49l2.72,4H6ZM21.94,26.64a2.09,2.09,0,0,1-2.11-2.06l0-.3-5.67-2.66-.08.08a2.08,2.08,0,1,1,.08-2.95l5.64-2.66v-.23a2.08,2.08,0,1,1,.58,1.46L14.75,20v.47l5.72,2.66a2.07,2.07,0,1,1,1.47,3.54Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"flask line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M31.43,27.28,23,14.84V4h1a1,1,0,0,0,0-2H12a1,1,0,0,0,0,2h1V14.84L4.51,27.36A4.29,4.29,0,0,0,5,32.8,4.38,4.38,0,0,0,8.15,34H28a4.24,4.24,0,0,0,3.42-6.72ZM29.85,31a2.62,2.62,0,0,1-2,1H8a2.2,2.2,0,0,1-2.06-1.41,2.68,2.68,0,0,1,.29-2.17l3-4.44,14,0-1.31-2H10.57L15,15.46V4h6V15.46l8.84,13.05A2.23,2.23,0,0,1,29.85,31Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"flask solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M31.49,27.4,23,14.94V4h1a1,1,0,0,0,0-2H12.08a1,1,0,0,0,0,2H13V14.94L4.58,27.31a4.31,4.31,0,0,0-.78,3A4.23,4.23,0,0,0,8,34H27.86A4.36,4.36,0,0,0,31,32.8,4.23,4.23,0,0,0,31.49,27.4ZM15,15.49V4h6V15.49L26.15,23H9.85Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"floppy line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M27.36,4H6A2,2,0,0,0,4,6V30a2,2,0,0,0,2,2H30a2,2,0,0,0,2-2V8.78ZM25,30H11V22H25Zm5,0H27V22a2,2,0,0,0-2-2H11a2,2,0,0,0-2,2v8H6V6h4v6a2,2,0,0,0,2,2H24a2,2,0,0,0,2-2H12V6H26.51L30,9.59Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"floppy outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M30,15.4V30H27V22a2,2,0,0,0-2-2H11a2,2,0,0,0-2,2v8H6V6h4v6a2,2,0,0,0,2,2h7.35a3.54,3.54,0,0,1-.77-2H12V6h9.29l1.15-2H6A2,2,0,0,0,4,6V30a2,2,0,0,0,2,2H30a2,2,0,0,0,2-2V15.4ZM25,30H11V22H25Z\" class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\"></path><path d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"floppy outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M30,13.5h0V30H27V22a2,2,0,0,0-2-2H11a2,2,0,0,0-2,2v8H6V6h4v6a2,2,0,0,0,2,2H24a2,2,0,0,0,2-1.68l-.43-.3H12V6H22.5a7.49,7.49,0,0,1,.28-2H6A2,2,0,0,0,4,6V30a2,2,0,0,0,2,2H30a2,2,0,0,0,2-2V13.22A7.49,7.49,0,0,1,30,13.5ZM25,30H11V22H25Z\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"floppy solid alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M22.23,15.4A3.69,3.69,0,0,1,19.35,14H12a2,2,0,0,1-2-2V6h2v6h6.58A3.67,3.67,0,0,1,19,9.89L22.45,4H6A2,2,0,0,0,4,6V30a2,2,0,0,0,2,2H30a2,2,0,0,0,2-2V15.4ZM26,30H10V21.5A1.5,1.5,0,0,1,11.5,20h13A1.5,1.5,0,0,1,26,21.5Z\" class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\"></path><path d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"floppy solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M30,13.5a7.46,7.46,0,0,1-4-1.18A2,2,0,0,1,24,14H12a2,2,0,0,1-2-2V6h2v6H25.54a7.45,7.45,0,0,1-2.76-8H6A2,2,0,0,0,4,6V30a2,2,0,0,0,2,2H30a2,2,0,0,0,2-2V13.22A7.49,7.49,0,0,1,30,13.5ZM26,30H10V21.5A1.5,1.5,0,0,1,11.5,20h13A1.5,1.5,0,0,1,26,21.5Z\" class=\"clr-i-solid--badged clr-i-solid-path-1--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-solid--badged clr-i-solid-path-2--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"floppy solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M27.36,4H6A2,2,0,0,0,4,6V30a2,2,0,0,0,2,2H30a2,2,0,0,0,2-2V8.78ZM26,30H10V21.5A1.5,1.5,0,0,1,11.5,20h13A1.5,1.5,0,0,1,26,21.5ZM24,14H12a2,2,0,0,1-2-2V6h2v6H26A2,2,0,0,1,24,14Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"forking line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M18.37,21.71,10.3,16.88a1,1,0,0,1-.47-.83V6.27l2.24,3A1,1,0,0,0,13.66,8l-4-5.33A1,1,0,0,0,8,2.69L4,8a1,1,0,0,0,.2,1.4,1,1,0,0,0,.6.2,1,1,0,0,0,.8-.39l2.23-3v9.78A3,3,0,0,0,9.28,18.6l8.06,4.82A1.37,1.37,0,0,1,18,24.59v8.83a1,1,0,0,0,2,0V24.59A3.37,3.37,0,0,0,18.37,21.71Z\"/><path d=\"M31.66,8l-4-5.33a1,1,0,0,0-1.59,0L22,8a1,1,0,0,0,.2,1.4,1,1,0,0,0,.6.2,1,1,0,0,0,.8-.39l2.32-3.07v9.89a1,1,0,0,1-.47.83l-.11.08-4.87,3.88a5.52,5.52,0,0,1,1.11,1.68l5-4a3,3,0,0,0,1.38-2.51V6.38l2.15,2.85A1,1,0,1,0,31.66,8Z\"/>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"hard disk line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M34,21.08,30.86,8.43A2,2,0,0,0,28.94,7H7.06A2,2,0,0,0,5.13,8.47L2,21.08a1,1,0,0,0,0,.24V29a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V21.31A1,1,0,0,0,34,21.08ZM4,29V21.44L7.06,9H28.93L32,21.44V29Z\"></path><rect class=\"clr-i-outline clr-i-outline-path-2\" x=\"6\" y=\"20\" width=\"24\" height=\"2\"></rect><rect class=\"clr-i-outline clr-i-outline-path-3\" x=\"26\" y=\"24\" width=\"4\" height=\"2\"></rect>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"hard disk outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <rect class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\" x=\"6\" y=\"20\" width=\"24\" height=\"2\"></rect><rect class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\" x=\"26\" y=\"24\" width=\"4\" height=\"2\"></rect><path class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted\" d=\"M34,21.08l-1.4-5.68H30.51l1.49,6V29H4V21.44L7.06,9h12.5l1.15-2H7.06A2,2,0,0,0,5.13,8.47L2,21.08a1,1,0,0,0,0,.24V29a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V21.31A1,1,0,0,0,34,21.08Z\"></path><path class=\"clr-i-outline--alerted clr-i-outline-path-4--alerted clr-i-alert\" d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"hard disk outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <rect class=\"clr-i-outline--badged clr-i-outline-path-1--badged\" x=\"6\" y=\"20\" width=\"24\" height=\"2\"></rect><rect class=\"clr-i-outline--badged clr-i-outline-path-2--badged\" x=\"26\" y=\"24\" width=\"4\" height=\"2\"></rect><path class=\"clr-i-outline--badged clr-i-outline-path-3--badged\" d=\"M34,21.08,32,13.21a7.49,7.49,0,0,1-2,.29l2,7.94V29H4V21.44L7.06,9H23.13a7.45,7.45,0,0,1-.55-2H7.06A2,2,0,0,0,5.13,8.47L2,21.08a1,1,0,0,0,0,.24V29a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V21.31A1,1,0,0,0,34,21.08Z\"></path><circle class=\"clr-i-outline--badged clr-i-outline-path-4--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"hard disk solid alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\" d=\"M2,22v7a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V22Zm28,5H26V25h4Z\"></path><path class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted\" d=\"M32.58,15.4H22.23A3.68,3.68,0,0,1,19,9.89L20.71,7H7.06A2,2,0,0,0,5.13,8.47L2.29,20H33.71Z\"></path><path class=\"clr-i-solid--alerted clr-i-solid-path-3--alerted clr-i-alert\" d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"hard disk solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--badged clr-i-solid-path-1--badged\" d=\"M2,22v7a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V22Zm28,5H26V25h4Z\"></path><path class=\"clr-i-solid--badged clr-i-solid-path-1--badged\" d=\"M32,13.21A7.47,7.47,0,0,1,22.57,7H7.06A2,2,0,0,0,5.13,8.47L2.29,20H33.71Z\"></path><circle class=\"clr-i-solid--badged clr-i-solid-path-1--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"hard disk solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M30.86,8.43A2,2,0,0,0,28.94,7H7.06A2,2,0,0,0,5.13,8.47L2.29,20H33.71Z\"></path><path class=\"clr-i-solid clr-i-solid-path-2\" d=\"M2,22v7a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V22Zm28,5H26V25h4Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"hard drive disks line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M26,5.74A1.74,1.74,0,0,0,24.26,4H3.74A1.74,1.74,0,0,0,2,5.74V20.26A1.74,1.74,0,0,0,3.74,22H4V6H26Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M30,9.74A1.74,1.74,0,0,0,28.26,8H7.74A1.74,1.74,0,0,0,6,9.74V24.26A1.74,1.74,0,0,0,7.74,26H8V10H30Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M32.26,12H11.74A1.74,1.74,0,0,0,10,13.74V28.26A1.74,1.74,0,0,0,11.74,30H32.26A1.74,1.74,0,0,0,34,28.26V13.74A1.74,1.74,0,0,0,32.26,12ZM32,28H12V14H32Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path><path d=\"M19.94,23.68a2.64,2.64,0,1,0-2.7-2.63A2.67,2.67,0,0,0,19.94,23.68Zm0-3.87a1.24,1.24,0,1,1-1.29,1.24A1.27,1.27,0,0,1,19.94,19.81Z\" class=\"clr-i-outline clr-i-outline-path-4\"></path><path d=\"M19.94,16.22a4.93,4.93,0,0,1,4.95,4.35H23.71V22h4.41a.7.7,0,0,0,0-1.4H26.31a6.33,6.33,0,0,0-6.37-5.75,6.58,6.58,0,0,0-1.48.17l.35,1.37A4.73,4.73,0,0,1,19.94,16.22Z\" class=\"clr-i-outline clr-i-outline-path-5\"></path><path d=\"M19.94,27.27a6.42,6.42,0,0,0,5.67-3.35H23.93a5,5,0,0,1-4,1.95,4.91,4.91,0,0,1-5-4.82,5.16,5.16,0,0,1,.08-.79L13.63,20a7,7,0,0,0-.09,1A6.32,6.32,0,0,0,19.94,27.27Z\" class=\"clr-i-outline clr-i-outline-path-6\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"hard drive disks solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M26,5.74A1.74,1.74,0,0,0,24.26,4H3.74A1.74,1.74,0,0,0,2,5.74V20.26A1.74,1.74,0,0,0,3.74,22H4V6H26Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path><path d=\"M30,9.74A1.74,1.74,0,0,0,28.26,8H7.74A1.74,1.74,0,0,0,6,9.74V24.26A1.74,1.74,0,0,0,7.74,26H8V10H30Z\" class=\"clr-i-solid clr-i-solid-path-2\"></path><path d=\"M19.62,22.6A1.55,1.55,0,1,0,18,21.05,1.6,1.6,0,0,0,19.62,22.6Z\" class=\"clr-i-solid clr-i-solid-path-3\"></path><path d=\"M32.26,12H11.74A1.74,1.74,0,0,0,10,13.74V28.26A1.74,1.74,0,0,0,11.74,30H32.26A1.74,1.74,0,0,0,34,28.26V13.74A1.74,1.74,0,0,0,32.26,12ZM19.62,17.74a3.31,3.31,0,1,1-3.38,3.31A3.35,3.35,0,0,1,19.62,17.74Zm0,11.13a7.94,7.94,0,0,1-8-7.82,7.83,7.83,0,0,1,.11-1.29l1.75.3a5.36,5.36,0,0,0-.11,1,6.18,6.18,0,0,0,6.28,6.06,6.35,6.35,0,0,0,5-2.46h2.1A8.06,8.06,0,0,1,19.62,28.87ZM29.89,22.2H24.36V20.44h1.48A6.19,6.19,0,0,0,19.62,15a6.48,6.48,0,0,0-1.41.16l-.45-1.7a8.16,8.16,0,0,1,1.86-.22,8,8,0,0,1,8,7.21h2.26a.88.88,0,0,1,0,1.76Z\" class=\"clr-i-solid clr-i-solid-path-4\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"hard drive line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M34,8a2,2,0,0,0-2-2H4A2,2,0,0,0,2,8V28a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2ZM32,28H4V8H32V28Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><circle cx=\"6.21\" cy=\"10.25\" r=\"1.25\" class=\"clr-i-outline clr-i-outline-path-2\"></circle><circle cx=\"29.81\" cy=\"10.25\" r=\"1.25\" class=\"clr-i-outline clr-i-outline-path-3\"></circle><circle cx=\"6.21\" cy=\"25.42\" r=\"1.25\" class=\"clr-i-outline clr-i-outline-path-4\"></circle><circle cx=\"29.81\" cy=\"25.42\" r=\"1.25\" class=\"clr-i-outline clr-i-outline-path-5\"></circle><path d=\"M11.88,18.08a3.59,3.59,0,1,0,3.59-3.59,3.84,3.84,0,0,0-.91.13L15,16.16a2.08,2.08,0,0,1,.5-.07,2,2,0,1,1-2,2,1.64,1.64,0,0,1,.08-.5L12,17.16A3.53,3.53,0,0,0,11.88,18.08Z\" class=\"clr-i-outline clr-i-outline-path-6\"></path><path d=\"M15.47,25.73a7.66,7.66,0,0,1-7.65-7.65,7.55,7.55,0,0,1,.27-2L6.54,15.7a9.24,9.24,0,0,0,17.8,4.95H22.66A7.64,7.64,0,0,1,15.47,25.73Z\" class=\"clr-i-outline clr-i-outline-path-7\"></path><path d=\"M28.22,17.83a.8.8,0,0,0-.8-.8H24.66a9.26,9.26,0,0,0-9.19-8.2,9.36,9.36,0,0,0-2.38.32l.42,1.54a7.86,7.86,0,0,1,2-.26A7.66,7.66,0,0,1,23,17H20.92a.8.8,0,0,0,0,1.6h6.5A.8.8,0,0,0,28.22,17.83Z\" class=\"clr-i-outline clr-i-outline-path-8\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"hard drive solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M32,6H4A2,2,0,0,0,2,8V28a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V8A2,2,0,0,0,32,6ZM12,17.16l1.54.42a1.64,1.64,0,0,0-.08.5,2,2,0,1,0,2-2,2.08,2.08,0,0,0-.5.07l-.41-1.54a3.84,3.84,0,0,1,.91-.13,3.59,3.59,0,1,1-3.59,3.59A3.53,3.53,0,0,1,12,17.16ZM5.31,8A1.25,1.25,0,1,1,4.06,9.25,1.25,1.25,0,0,1,5.31,8Zm0,20.06a1.25,1.25,0,1,1,1.25-1.25A1.25,1.25,0,0,1,5.31,28.06Zm10.16-.73A9.22,9.22,0,0,1,6.54,15.7l1.55.41a7.55,7.55,0,0,0-.27,2,7.64,7.64,0,0,0,14.84,2.57h1.68A9.25,9.25,0,0,1,15.47,27.33Zm12-8.7h-6.5a.8.8,0,0,1,0-1.6H23a7.66,7.66,0,0,0-7.57-6.6,7.86,7.86,0,0,0-2,.26l-.42-1.54a9.36,9.36,0,0,1,2.38-.32A9.26,9.26,0,0,1,24.66,17h2.76a.8.8,0,0,1,0,1.6Zm3.39,9.43a1.25,1.25,0,1,1,1.25-1.25A1.25,1.25,0,0,1,30.81,28.06Zm0-17.56a1.25,1.25,0,1,1,1.25-1.25A1.25,1.25,0,0,1,30.81,10.5Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"helix line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M8.88,13.07a.9.9,0,0,1-.49-1.66l8.93-5.73a.9.9,0,1,1,1,1.52L9.37,12.92A.9.9,0,0,1,8.88,13.07Z\"></path><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M13.25,15.11a.9.9,0,0,1-.49-1.66L18,10.08a.9.9,0,1,1,1,1.52L13.74,15A.9.9,0,0,1,13.25,15.11Z\"></path><path class=\"clr-i-outline clr-i-outline-path-3\" d=\"M19.72,30.23a.9.9,0,0,1-.49-1.66l8.93-5.73a.9.9,0,0,1,1,1.52L20.2,30.09A.9.9,0,0,1,19.72,30.23Z\"></path><path class=\"clr-i-outline clr-i-outline-path-4\" d=\"M18.92,25.94a.9.9,0,0,1-.49-1.66l5.25-3.37a.9.9,0,1,1,1,1.51L19.4,25.8A.89.89,0,0,1,18.92,25.94Z\"></path><path class=\"clr-i-outline clr-i-outline-path-5\" d=\"M21.56,5.69a3.59,3.59,0,0,1,.15,3.53L18.83,15h2.25l2.43-4.87a5.61,5.61,0,0,0-5-8.14H13.26l-1,2h6.22A3.61,3.61,0,0,1,21.56,5.69Z\"></path><path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M32.91,20.78A5.53,5.53,0,0,0,27.66,17H9.31a3.54,3.54,0,0,1-3.56-3.67,3.61,3.61,0,0,1,.42-1.54l4.26-8.49a1,1,0,1,0-1.79-.9L4.4,10.84A5.67,5.67,0,0,0,4,15.22,5.53,5.53,0,0,0,9.28,19h7.6l-3.44,6.87a5.64,5.64,0,0,0,1.5,6.92A5.38,5.38,0,0,0,18.41,34h5.25l1-2H18.43a3.58,3.58,0,0,1-3.22-5.21L19.11,19h8.54a3.42,3.42,0,0,1,2.15.71,3.57,3.57,0,0,1,1,4.43l-4.12,8.22a1,1,0,1,0,1.79.9l4.06-8.1A5.67,5.67,0,0,0,32.91,20.78Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"helix solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M32.16,19.63A5.55,5.55,0,0,0,27.42,17H10.06a4.36,4.36,0,0,1-3.67-2,4.07,4.07,0,0,1-.19-4.13l3.62-7,1.42,1.63-2.74,5.3,8.84-5.66a.91.91,0,0,1,1,1.53L7.84,13.38a2.13,2.13,0,0,0,.24.52,2.28,2.28,0,0,0,1.65,1L18.11,9.5a.91.91,0,0,1,1,1.52L13,14.94H20.8l2.41-4.82a5.6,5.6,0,0,0-5-8.12H9a1,1,0,0,0-.9.56L3.88,10.89a5.6,5.6,0,0,0,5,8.12h7.65l-3.43,6.87a5.6,5.6,0,0,0,5,8.12h9.28a1,1,0,0,0,.93-.65l4.14-8.24A5.58,5.58,0,0,0,32.16,19.63ZM17.75,25.57A.91.91,0,0,1,18,24.31l6-3.88A.91.91,0,1,1,25,22l-6,3.88a.91.91,0,0,1-1.26-.27ZM29,24.34l-9,5.78a.91.91,0,1,1-1-1.53l9-5.78a.91.91,0,1,1,1,1.53Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"host group line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M21.08,34h-14A1.08,1.08,0,0,1,6,33V12a1.08,1.08,0,0,1,1.08-1.08h14A1.08,1.08,0,0,1,22.16,12V33A1.08,1.08,0,0,1,21.08,34ZM8.16,31.88H20V13H8.16Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><rect x=\"10.08\" y=\"14.96\" width=\"8\" height=\"2\" class=\"clr-i-outline clr-i-outline-path-2\"></rect><path d=\"M26.1,27.81h-2V9h-12V7h13a1,1,0,0,1,1,1Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path><path d=\"M30.08,23h-2V5h-11V3h12a1,1,0,0,1,1,1Z\" class=\"clr-i-outline clr-i-outline-path-4\"></path><rect x=\"13.08\" y=\"27.88\" width=\"2\" height=\"2.16\" class=\"clr-i-outline clr-i-outline-path-5\"></rect>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"host group solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M15.08,31 L1.08,31 C0.513427197,31.0015564 0.0419663765,30.5650186 0,30 L0,9 C0,8.40353247 0.48353247,7.92 1.08,7.92 L15.08,7.92 C15.6764675,7.92 16.16,8.40353247 16.16,9 L16.16,30 C16.1180336,30.5650186 15.6465728,31.0015564 15.08,31 Z M4.08,11.96 L4.08,13.96 L12.08,13.96 L12.08,11.96 L4.08,11.96 Z M7.08,24.88 L7.08,27.04 L9.08,27.04 L9.08,24.88 L7.08,24.88 Z\"></path><path class=\"clr-i-solid clr-i-solid-path-2\" d=\"M20.1,24.81 L18.1,24.81 L18.1,6 L6.1,6 L6.1,4 L19.1,4 C19.6522847,4 20.1,4.44771525 20.1,5 L20.1,24.81 Z\"></path><path class=\"clr-i-solid clr-i-solid-path-3\" d=\"M24.08,20 L22.08,20 L22.08,2 L11.08,2 L11.08,0 L23.08,0 C23.6322847,0 24.08,0.44771525 24.08,1 L24.08,20 Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"host line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M18,24.3a2.48,2.48,0,1,0,2.48,2.47A2.48,2.48,0,0,0,18,24.3Zm0,3.6a1.13,1.13,0,1,1,1.13-1.12A1.13,1.13,0,0,1,18,27.9Z\"></path><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M25.65,3.6H10.35A1.35,1.35,0,0,0,9,4.95V32.4H27V4.95A1.35,1.35,0,0,0,25.65,3.6Zm-.45,27H10.8V5.4H25.2Z\"></path><rect class=\"clr-i-outline clr-i-outline-path-3\" x=\"12.6\" y=\"7.2\" width=\"10.8\" height=\"1.44\"></rect><rect class=\"clr-i-outline clr-i-outline-path-4\" x=\"12.6\" y=\"10.8\" width=\"10.8\" height=\"1.44\"></rect>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"host outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\" d=\"M15.2,27.8c0,1.5,1.2,2.8,2.8,2.8s2.8-1.2,2.8-2.8S19.5,25,18,25S15.2,26.2,15.2,27.8z M19.2,27.8c0,0.7-0.6,1.2-1.2,1.2s-1.2-0.6-1.2-1.2s0.6-1.2,1.2-1.2S19.2,27.1,19.2,27.8z\"></path><rect class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\" x=\"13\" y=\"21\" width=\"10\" height=\"1.6\"></rect><polygon class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted\" points=\"21.3,6 12,6 12,7.6 20.4,7.6\"></polygon><path class=\"clr-i-outline--alerted clr-i-outline-path-4--alerted\" d=\"M12,11.6h6.6c0-0.6,0.2-1.1,0.4-1.6h-7V11.6z\"></path><path class=\"clr-i-outline--alerted clr-i-outline-path-5--alerted\" d=\"M26,15.4V32H10V4h12.5l1.1-2H9.5C8.7,2,8,2.7,8,3.5V34h20V15.4H26z\"></path><path class=\"clr-i-outline--alerted clr-i-outline-path-6--alerted clr-i-alert\" d=\"M26.9,1.1L21.1,11c-0.4,0.6-0.2,1.4,0.3,1.8c0.2,0.2,0.5,0.2,0.8,0.2h11.5c0.7,0,1.3-0.5,1.3-1.2c0-0.3-0.1-0.5-0.2-0.8l-5.7-9.9c-0.4-0.6-1.1-0.8-1.8-0.5C27.1,0.8,27,1,26.9,1.1z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"host outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--badged clr-i-outline-path-1--badged\" d=\"M15.2,27.8c0,1.5,1.2,2.8,2.8,2.8s2.8-1.2,2.8-2.8S19.5,25,18,25S15.2,26.2,15.2,27.8z M19.2,27.8c0,0.7-0.6,1.2-1.2,1.2s-1.2-0.6-1.2-1.2s0.6-1.2,1.2-1.2S19.2,27.1,19.2,27.8z\"></path><rect class=\"clr-i-outline--badged clr-i-outline-path-2--badged\" x=\"13\" y=\"21\" width=\"10\" height=\"1.6\"></rect><path class=\"clr-i-outline--badged clr-i-outline-path-3--badged\" d=\"M24,10.5c-0.1-0.2-0.2-0.3-0.3-0.5H12v1.6h12V10.5z\"></path><path class=\"clr-i-outline--badged clr-i-outline-path-4--badged\" d=\"M12,6v1.6h10.7c-0.1-0.5-0.2-1.1-0.2-1.6H12z\"></path><path class=\"clr-i-outline--badged clr-i-outline-path-5--badged\" d=\"M26,12.3V32H10V4h12.8c0.2-0.7,0.5-1.4,0.9-2H9.5C8.7,2,8,2.7,8,3.5V34h20V13.2C27.3,13,26.6,12.7,26,12.3z\"></path><circle class=\"clr-i-outline--badged clr-i-outline-path-6--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"host solid alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\" d=\"M22.2,15.3c-2,0-3.7-1.6-3.7-3.7H12V10h6.9c0-0.1,0.1-0.2,0.1-0.2l1.2-2.2H12V6h9.2l2.3-4h-14C8.7,2,8,2.7,8,3.5V34h20V15.3H22.2z M18,30.5c-1.5,0-2.8-1.2-2.8-2.8S16.5,25,18,25s2.8,1.2,2.8,2.8S19.5,30.5,18,30.5z M23,22.6H13V21h10V22.6z\"></path><circle class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted\" cx=\"18\" cy=\"27.8\" r=\"1.2\"></circle><path class=\"clr-i-solid--alerted clr-i-solid-path-3--alerted clr-i-alert\" d=\"M26.9,1l-5.7,9.9c-0.3,0.6-0.1,1.4,0.5,1.7c0.2,0.1,0.4,0.2,0.6,0.2h11.4c0.7,0,1.3-0.6,1.3-1.3c0-0.2-0.1-0.4-0.2-0.6L29.1,1c-0.4-0.6-1.1-0.8-1.8-0.5C27.1,0.7,27,0.8,26.9,1z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"host solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--badged clr-i-solid-path-1--badged\" d=\"M24,10.3v1.2H12V10h11.8c-0.5-0.7-0.8-1.5-1-2.4H12V6h10.5c0,0,0-0.1,0-0.1c0-1.4,0.4-2.7,1.1-3.9H9.5C8.7,2,8,2.7,8,3.5V34h20V13.1C26.4,12.6,25,11.7,24,10.3z M18,30.5c-1.5,0-2.8-1.2-2.8-2.8S16.5,25,18,25s2.8,1.2,2.8,2.8S19.5,30.5,18,30.5zM23,22.6H13V21h10V22.6z\"></path><circle class=\"clr-i-solid--badged clr-i-solid-path-2--badged\" cx=\"18\" cy=\"27.8\" r=\"1.2\"></circle><circle class=\"clr-i-solid--badged clr-i-solid-path-3--badged clr-i-badge\" cx=\"30\" cy=\"5.9\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"host solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M26.5,2h-17C8.7,2,8,2.7,8,3.5V34h20V3.5C28,2.7,27.3,2,26.5,2z M18,30.5c-1.5,0-2.8-1.2-2.8-2.8S16.5,25,18,25s2.8,1.2,2.8,2.8S19.5,30.5,18,30.5z M23,22.6H13V21h10V22.6z M24,11.6H12V10h12V11.6z M24,7.6H12V6h12V7.6z\"></path><circle class=\"clr-i-solid clr-i-solid-path-2\" cx=\"18\" cy=\"27.8\" r=\"1.2\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"import line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M28,4H14.87L8,10.86V15h2V13.61h7.61V6H28V30H8a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V6A2,2,0,0,0,28,4ZM16,12H10v-.32L15.7,6H16Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M11.94,26.28a1,1,0,1,0,1.41,1.41L19,22l-5.68-5.68a1,1,0,0,0-1.41,1.41L15.2,21H3a1,1,0,1,0,0,2H15.23Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"import outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M11.94,26.28a1,1,0,1,0,1.41,1.41L19,22l-5.68-5.68a1,1,0,0,0-1.41,1.41L15.2,21H3a1,1,0,1,0,0,2H15.23Z\" class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\"></path><path d=\"M28,15.4V30H8a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V15.4Z\" class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\"></path><path d=\"M10,13.61h7.61V6h3.68l1.15-2H14.87L8,10.86V15h2Zm0-1.92L15.7,6H16v6H10Z\" class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted\"></path><path d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" class=\"clr-i-outline--alerted clr-i-outline-path-4--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"import outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M11.94,26.28a1,1,0,1,0,1.41,1.41L19,22l-5.68-5.68a1,1,0,0,0-1.41,1.41L15.2,21H3a1,1,0,1,0,0,2H15.23Z\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"></path><path d=\"M28,13.22V30H8a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V13.5A7.49,7.49,0,0,1,28,13.22Z\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"></path><path d=\"M10,13.61h7.61V6H22.5a7.49,7.49,0,0,1,.28-2H14.87L8,10.86V15h2Zm0-1.92L15.7,6H16v6H10Z\" class=\"clr-i-outline--badged clr-i-outline-path-3--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-outline--badged clr-i-outline-path-4--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"import solid alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M3,21a1,1,0,1,0,0,2H8V21Z\" class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\"></path><path d=\"M22.23,15.4A3.68,3.68,0,0,1,19,9.89L22.45,4H14.87L8,10.86V21H15.2l-3.25-3.25a1,1,0,0,1,1.41-1.41L19,22l-5.68,5.68a1,1,0,0,1-1.41-1.41L15.23,23H8v7a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V15.4ZM16,12H10v-.32L15.69,6H16Z\" class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted\"></path><path d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" class=\"clr-i-solid--alerted clr-i-solid-path-3--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"import solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M3,21a1,1,0,1,0,0,2H8V21Z\" class=\"clr-i-solid--badged clr-i-solid-path-1--badged\"></path><path d=\"M22.5,6a7.49,7.49,0,0,1,.28-2H14.87L8,10.86V21H15.2l-3.25-3.25a1,1,0,0,1,1.41-1.41L19,22l-5.68,5.68a1,1,0,0,1-1.41-1.41L15.23,23H8v7a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V13.5A7.5,7.5,0,0,1,22.5,6ZM16,12H10v-.32L15.69,6H16Z\" class=\"clr-i-solid--badged clr-i-solid-path-2--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-solid--badged clr-i-solid-path-3--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"import solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M3,21a1,1,0,1,0,0,2H8V21Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path><path d=\"M28,4H14.87L8,10.86V21H15.2l-3.25-3.25a1,1,0,0,1,1.41-1.41L19,22l-5.68,5.68a1,1,0,0,1-1.41-1.41L15.23,23H8v7a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V6A2,2,0,0,0,28,4ZM16,12H10v-.32L15.69,6H16Z\" class=\"clr-i-solid clr-i-solid-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"inductor line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M24.31,25.81c-1.75,0-3-2.49-3-6a12.79,12.79,0,0,1,1.72-6.7,2.57,2.57,0,0,0-3.79,0A12.79,12.79,0,0,1,21,19.76c0,3.56-1.23,6-3,6s-3-2.49-3-6a12.79,12.79,0,0,1,1.72-6.7,2.57,2.57,0,0,0-3.79,0,12.79,12.79,0,0,1,1.72,6.7c0,3.56-1.23,6-3,6s-3-2.49-3-6a12.88,12.88,0,0,1,1.71-6.7,2.7,2.7,0,0,0-1.89-.87C7.1,12.19,5.69,13.7,5,16l-.23.7H2a1,1,0,0,1,0-2H3.29c1.1-2.83,3.06-4.55,5.24-4.55a4.67,4.67,0,0,1,3.16,1.32,4.62,4.62,0,0,1,3.15-1.32A4.65,4.65,0,0,1,18,11.51a4.43,4.43,0,0,1,6.31,0,4.67,4.67,0,0,1,3.16-1.32c2.18,0,4.14,1.72,5.24,4.55H34a1,1,0,0,1,0,2H31.28l-.23-.7c-.74-2.34-2.15-3.85-3.58-3.85a2.7,2.7,0,0,0-1.89.87,12.88,12.88,0,0,1,1.71,6.7C27.29,23.32,26.07,25.81,24.31,25.81ZM18,14.93a11.71,11.71,0,0,0-1,4.83c0,2.54.66,3.75,1,4,.32-.27,1-1.48,1-4A11.71,11.71,0,0,0,18,14.93Zm6.31,0a11.71,11.71,0,0,0-1,4.83c0,2.54.66,3.75,1,4,.32-.27,1-1.48,1-4A11.71,11.71,0,0,0,24.31,14.93Zm-12.62,0a11.71,11.71,0,0,0-1,4.83c0,2.54.66,3.75,1,4,.32-.27,1-1.48,1-4A11.71,11.71,0,0,0,11.69,14.93Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"install line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M30.92,8H26.55a1,1,0,0,0,0,2H31V30H5V10H9.38a1,1,0,0,0,0-2H5.08A2,2,0,0,0,3,10V30a2,2,0,0,0,2.08,2H30.92A2,2,0,0,0,33,30V10A2,2,0,0,0,30.92,8Z\"></path><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M10.3,18.87l7,6.89a1,1,0,0,0,1.4,0l7-6.89a1,1,0,0,0-1.4-1.43L19,22.65V4a1,1,0,0,0-2,0V22.65l-5.3-5.21a1,1,0,0,0-1.4,1.43Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"install outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\" d=\"M10.3,18.87l7,6.89a1,1,0,0,0,1.4,0l7-6.89a1,1,0,0,0-1.4-1.43L19,22.65V4a1,1,0,0,0-2,0V22.65l-5.3-5.21a1,1,0,0,0-1.4,1.43Z\"></path><path class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\" d=\"M31,15.4V30H5V10H9.38a1,1,0,0,0,0-2H5.08A2,2,0,0,0,3,10V30a2,2,0,0,0,2.08,2H30.92A2,2,0,0,0,33,30V15.4Z\"></path><path class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted clr-i-alert\" d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"install outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--badged clr-i-outline-path-1--badged\" d=\"M10.3,18.87l7,6.89a1,1,0,0,0,1.4,0l7-6.89a1,1,0,0,0-1.4-1.43L19,22.65V4a1,1,0,0,0-2,0V22.65l-5.3-5.21a1,1,0,0,0-1.4,1.43Z\"></path><circle class=\"clr-i-outline--badged clr-i-outline-path-2--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"internet of things line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M30.86,20.94a4.74,4.74,0,0,1,1.86.64h.05a15.12,15.12,0,0,0-.61-8.37,1,1,0,0,0-1.28-.59h0a1,1,0,0,0-.59,1.28A13.19,13.19,0,0,1,30.86,20.94Z\"/>\n    <path d=\"M26.33,28.58a13,13,0,0,1-6.07,2.82,1,1,0,1,0,.17,2h.18A15.16,15.16,0,0,0,27.82,30l0-.07A4.67,4.67,0,0,1,26.33,28.58Z\"/>\n    <path d=\"M15.62,31.34v0a13.19,13.19,0,0,1-4.29-1.61A15.44,15.44,0,0,1,9.7,28.62,4.69,4.69,0,0,1,8.24,30a15.9,15.9,0,0,0,2.07,1.48,15.4,15.4,0,0,0,4.94,1.86h.19a1,1,0,0,0,.18-2Z\"/>\n    <path d=\"M4.56,21.15a4.14,4.14,0,0,0,.6-.09A13,13,0,0,1,5.7,14a1,1,0,0,0-1.88-.69,15,15,0,0,0-.56,8.43A4.77,4.77,0,0,1,4.56,21.15Z\"/>\n    <path d=\"M31.9,23a3.2,3.2,0,0,0-2.43-.42,3.27,3.27,0,0,0-1.4.77L24.2,21.11a6.87,6.87,0,0,0-2.77-8.43l-.11-.07a6.6,6.6,0,0,0-2.42-.81V8A3.22,3.22,0,0,0,20.78,6.5,3.3,3.3,0,0,0,19.65,2a3.15,3.15,0,0,0-2.42-.32,3.24,3.24,0,0,0-2,1.51,3.3,3.3,0,0,0,1.13,4.46A2.86,2.86,0,0,0,17.1,8V11.8a6.64,6.64,0,0,0-4.86,3.28,6.85,6.85,0,0,0-.42,6l-4,2.29a3.79,3.79,0,0,0-.45-.34l0,0A3.2,3.2,0,0,0,3,24.21a3.3,3.3,0,0,0,1.1,4.46,3.21,3.21,0,0,0,1.65.46,2.93,2.93,0,0,0,.78-.1,3.24,3.24,0,0,0,2.29-4.11l3.88-2.24a7.06,7.06,0,0,0,1.89,1.71,6.49,6.49,0,0,0,8.73-1.7l3.83,2.21a3.29,3.29,0,0,0,1.45,3.64,3.15,3.15,0,0,0,1.64.46A3.17,3.17,0,0,0,33,27.41,3.3,3.3,0,0,0,31.9,23ZM7,26.62a1.4,1.4,0,0,1-.91.64A1.36,1.36,0,0,1,5,27.11a1.48,1.48,0,0,1-.5-2,1.4,1.4,0,0,1,.88-.66,1.33,1.33,0,0,1,.34-.05,1.4,1.4,0,0,1,.75.22A1.48,1.48,0,0,1,7,26.62ZM16.78,4.09a1.4,1.4,0,0,1,.88-.66A1.33,1.33,0,0,1,18,3.38a1.42,1.42,0,0,1,.72.2,1.48,1.48,0,0,1,.5,2,1.4,1.4,0,0,1-.88.66,1.36,1.36,0,0,1-1.06-.15A1.48,1.48,0,0,1,16.78,4.09Zm2.41,19.32a4.79,4.79,0,0,1-3.68-.54A5.07,5.07,0,0,1,13.78,16,4.88,4.88,0,0,1,18,13.57a4.81,4.81,0,0,1,2.46.67,5.07,5.07,0,0,1,1.73,6.87A4.86,4.86,0,0,1,19.19,23.41Zm12.25,3.08a1.45,1.45,0,0,1-.88.67A1.36,1.36,0,0,1,29.5,27a1.48,1.48,0,0,1-.5-2,1.39,1.39,0,0,1,.9-.72,1.93,1.93,0,0,1,.34,0v0a1.31,1.31,0,0,1,.69.19A1.48,1.48,0,0,1,31.44,26.49Z\"/>\n    <path d=\"M8.05,10A13,13,0,0,1,13.4,6.23a5,5,0,0,1-.17-2.07,15.15,15.15,0,0,0-6.7,4.51A1,1,0,0,0,8.05,10Z\"/>\n    <path d=\"M24.67,7.23A13.11,13.11,0,0,1,27.93,10a1,1,0,1,0,1.52-1.3v0A15,15,0,0,0,25.69,5.5a15.87,15.87,0,0,0-2.94-1.33,4.79,4.79,0,0,1-.15,2.06A14.1,14.1,0,0,1,24.67,7.23Z\"/>\n    <rect width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"internet of things solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M30.86,20.94a4.74,4.74,0,0,1,1.86.64h.05a15.12,15.12,0,0,0-.61-8.37,1,1,0,1,0-1.87.69A13.19,13.19,0,0,1,30.86,20.94Z\"/>\n    <path d=\"M26.33,28.58a13,13,0,0,1-6.07,2.82,1,1,0,1,0,.17,2h.18A15.16,15.16,0,0,0,27.82,30v-.07A4.7,4.7,0,0,1,26.33,28.58Z\"/>\n    <path d=\"M15.62,31.34a13.27,13.27,0,0,1-4.29-1.61A15.09,15.09,0,0,1,9.7,28.62,4.69,4.69,0,0,1,8.24,30a15.9,15.9,0,0,0,2.07,1.48,15.4,15.4,0,0,0,4.94,1.86h.19a1,1,0,0,0,.18-2Z\"/>\n    <path d=\"M4.56,21.15q.3,0,.6-.09A13,13,0,0,1,5.7,14a1,1,0,0,0-1.88-.69,15,15,0,0,0-.56,8.43A4.77,4.77,0,0,1,4.56,21.15Z\"/>\n    <path d=\"M31.9,23a3.2,3.2,0,0,0-2.43-.42,3.33,3.33,0,0,0-1.4.77L24.2,21.11a6.87,6.87,0,0,0-2.77-8.43l-.11-.07a6.73,6.73,0,0,0-2.42-.81V8a3.23,3.23,0,0,0,1.88-1.5A3.3,3.3,0,0,0,19.65,2a3.15,3.15,0,0,0-2.42-.32,3.24,3.24,0,0,0-2,1.51,3.3,3.3,0,0,0,1.13,4.46A3,3,0,0,0,17.1,8v3.8a6.63,6.63,0,0,0-4.86,3.28,6.85,6.85,0,0,0-.42,6l-4,2.29A3.79,3.79,0,0,0,7.37,23,3.2,3.2,0,0,0,3,24.21H3a3.3,3.3,0,0,0,1.1,4.46,3.21,3.21,0,0,0,1.65.46,2.93,2.93,0,0,0,.78-.1,3.25,3.25,0,0,0,2.34-3.94l0-.17,3.88-2.24a7,7,0,0,0,1.89,1.71,6.49,6.49,0,0,0,8.73-1.7l3.83,2.21a3.29,3.29,0,0,0,1.45,3.64A3.18,3.18,0,0,0,33,27.41,3.3,3.3,0,0,0,31.9,23Z\"/>\n    <path d=\"M8.05,10A13,13,0,0,1,13.4,6.23a5,5,0,0,1-.17-2.07,15.15,15.15,0,0,0-6.7,4.51A1,1,0,0,0,8.05,10Z\"/>\n    <path d=\"M24.67,7.23A13.11,13.11,0,0,1,27.93,10a1,1,0,1,0,1.52-1.3,15,15,0,0,0-3.76-3.2,15.87,15.87,0,0,0-2.94-1.33,4.79,4.79,0,0,1-.15,2.06A14.1,14.1,0,0,1,24.67,7.23Z\"/>\n    <rect width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"keyboard line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M32,8H4a2,2,0,0,0-2,2V26a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V10A2,2,0,0,0,32,8Zm0,18H4V10H32Z\"></path><rect class=\"clr-i-outline clr-i-outline-path-2\" x=\"7\" y=\"13\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline clr-i-outline-path-3\" x=\"11\" y=\"13\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline clr-i-outline-path-4\" x=\"15\" y=\"13\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline clr-i-outline-path-5\" x=\"19\" y=\"13\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline clr-i-outline-path-6\" x=\"23\" y=\"13\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline clr-i-outline-path-7\" x=\"27\" y=\"13\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline clr-i-outline-path-8\" x=\"7\" y=\"17\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline clr-i-outline-path-9\" x=\"11\" y=\"17\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline clr-i-outline-path-10\" x=\"15\" y=\"17\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline clr-i-outline-path-11\" x=\"19\" y=\"17\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline clr-i-outline-path-12\" x=\"23\" y=\"17\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline clr-i-outline-path-13\" x=\"27\" y=\"17\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline clr-i-outline-path-14\" x=\"27\" y=\"22\" width=\"1.94\" height=\"2\"></rect><rect class=\"clr-i-outline clr-i-outline-path-15\" x=\"7\" y=\"22\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline clr-i-outline-path-16\" x=\"11.13\" y=\"22\" width=\"13.75\" height=\"2\"></rect>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"keyboard solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M32,8H4a2,2,0,0,0-2,2V26a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V10A2,2,0,0,0,32,8ZM19,13h2v2H19Zm0,4h2v2H19Zm-4-4h2v2H15Zm0,4h2v2H15Zm-4-4h2v2H11ZM9,24H7V22H9Zm0-5H7V17H9Zm0-4H7V13H9Zm2,2h2v2H11Zm13.88,7H11.13V22H24.88ZM25,19H23V17h2Zm0-4H23V13h2Zm3.94,9H27V22h1.94ZM29,19H27V17h2Zm0-4H27V13h2Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"layers line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M18,20.25a1,1,0,0,1-.43-.1l-15-7.09a1,1,0,0,1,0-1.81l15-7.09a1,1,0,0,1,.85,0l15,7.09a1,1,0,0,1,0,1.81l-15,7.09A1,1,0,0,1,18,20.25ZM5.34,12.16l12.66,6,12.66-6L18,6.18Z\"></path><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M18,26.16a1,1,0,0,1-.43-.1L2.57,19a1,1,0,1,1,.85-1.81L18,24.06l14.57-6.89A1,1,0,1,1,33.43,19l-15,7.09A1,1,0,0,1,18,26.16Z\"></path><path class=\"clr-i-outline clr-i-outline-path-3\" d=\"M18,32.07a1,1,0,0,1-.43-.1l-15-7.09a1,1,0,0,1,.85-1.81L18,30l14.57-6.89a1,1,0,1,1,.85,1.81L18.43,32A1,1,0,0,1,18,32.07Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"layers solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M18,20.25a1,1,0,0,1-.43-.1l-15-7.09a1,1,0,0,1,0-1.81l15-7.09a1,1,0,0,1,.85,0l15,7.09a1,1,0,0,1,0,1.81l-15,7.09A1,1,0,0,1,18,20.25Z\"></path><path class=\"clr-i-solid clr-i-solid-path-2\" d=\"M18,26.16a1,1,0,0,1-.43-.1L2.57,19a1,1,0,1,1,.85-1.81L18,24.06l14.57-6.89A1,1,0,1,1,33.43,19l-15,7.09A1,1,0,0,1,18,26.16Z\"></path><path class=\"clr-i-solid clr-i-solid-path-3\" d=\"M18,32.07a1,1,0,0,1-.43-.1l-15-7.09a1,1,0,0,1,.85-1.81L18,30l14.57-6.89a1,1,0,1,1,.85,1.81L18.43,32A1,1,0,0,1,18,32.07Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"license line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M32,6H4A2,2,0,0,0,2,8V28a2,2,0,0,0,2,2H19l.57-.7.93-1.14L20.41,28H4V8H32l0,8.56a8.41,8.41,0,0,1,2,1.81V8A2,2,0,0,0,32,6Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><rect x=\"7\" y=\"12\" width=\"17\" height=\"1.6\" class=\"clr-i-outline clr-i-outline-path-2\"></rect><rect x=\"7\" y=\"16\" width=\"11\" height=\"1.6\" class=\"clr-i-outline clr-i-outline-path-3\"></rect><rect x=\"7\" y=\"23\" width=\"10\" height=\"1.6\" class=\"clr-i-outline clr-i-outline-path-4\"></rect><path d=\"M27.46,17.23a6.36,6.36,0,0,0-4.4,11l-1.94,2.37.9,3.61,3.66-4.46a6.26,6.26,0,0,0,3.55,0l3.66,4.46.9-3.61-1.94-2.37a6.36,6.36,0,0,0-4.4-11Zm0,10.68a4.31,4.31,0,1,1,4.37-4.31A4.35,4.35,0,0,1,27.46,27.91Z\" class=\"clr-i-outline clr-i-outline-path-5\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"license outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <rect x=\"7\" y=\"16\" width=\"11\" height=\"1.6\" class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\"></rect><rect x=\"7\" y=\"23\" width=\"10\" height=\"1.6\" class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\"></rect><path d=\"M27.46,17.23a6.36,6.36,0,0,0-4.4,11l-1.94,2.37.9,3.61,3.66-4.46a6.26,6.26,0,0,0,3.55,0l3.66,4.46.9-3.61-1.94-2.37a6.36,6.36,0,0,0-4.4-11Zm0,10.68a4.31,4.31,0,1,1,4.37-4.31A4.35,4.35,0,0,1,27.46,27.91Z\" class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted\"></path><path d=\"M19,13.56A3.66,3.66,0,0,1,18.57,12H7v1.6H19.07Z\" class=\"clr-i-outline--alerted clr-i-outline-path-4--alerted\"></path><path d=\"M33.68,15.4H32v1.16a8.41,8.41,0,0,1,2,1.81v-3Z\" class=\"clr-i-outline--alerted clr-i-outline-path-5--alerted\"></path><path d=\"M4,28V8H20.14l1.15-2H4A2,2,0,0,0,2,8V28a2,2,0,0,0,2,2H19l.57-.7.93-1.14L20.41,28Z\" class=\"clr-i-outline--alerted clr-i-outline-path-6--alerted\"></path><path d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" class=\"clr-i-outline--alerted clr-i-outline-path-7--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"license outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <rect x=\"7\" y=\"12\" width=\"17\" height=\"1.6\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"></rect><rect x=\"7\" y=\"16\" width=\"11\" height=\"1.6\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"></rect><rect x=\"7\" y=\"23\" width=\"10\" height=\"1.6\" class=\"clr-i-outline--badged clr-i-outline-path-3--badged\"></rect><path d=\"M27.46,17.23a6.36,6.36,0,0,0-4.4,11l-1.94,2.37.9,3.61,3.66-4.46a6.26,6.26,0,0,0,3.55,0l3.66,4.46.9-3.61-1.94-2.37a6.36,6.36,0,0,0-4.4-11Zm0,10.68a4.31,4.31,0,1,1,4.37-4.31A4.35,4.35,0,0,1,27.46,27.91Z\" class=\"clr-i-outline--badged clr-i-outline-path-4--badged\"></path><path d=\"M32,13.22v3.34a8.41,8.41,0,0,1,2,1.81v-6A7.45,7.45,0,0,1,32,13.22Z\" class=\"clr-i-outline--badged clr-i-outline-path-5--badged\"></path><path d=\"M4,28V8H22.78a7.49,7.49,0,0,1-.28-2H4A2,2,0,0,0,2,8V28a2,2,0,0,0,2,2H19l.57-.7.93-1.14L20.41,28Z\" class=\"clr-i-outline--badged clr-i-outline-path-6--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-outline--badged clr-i-outline-path-7--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"license solid alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M33.83,23.59a6.37,6.37,0,1,0-10.77,4.59l-1.94,2.37.9,3.61,3.66-4.46a6.26,6.26,0,0,0,3.55,0l3.66,4.46.9-3.61-1.94-2.37A6.34,6.34,0,0,0,33.83,23.59Zm-10.74,0a4.37,4.37,0,1,1,4.37,4.31A4.35,4.35,0,0,1,23.1,23.59Z\" class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\"></path><path d=\"M33.68,15.4H29.25a8.36,8.36,0,0,1,4.75,3v-3Z\" class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted\"></path><path d=\"M19.07,13.6H7V12H18.57A3.67,3.67,0,0,1,19,9.89L21.29,6H4A2,2,0,0,0,2,8V28a2,2,0,0,0,2,2H19l.57-.7.93-1.14A8.34,8.34,0,0,1,25.66,15.4H22.23A3.68,3.68,0,0,1,19.07,13.6ZM17,24.6H7V23H17Zm1-7H7V16H18Z\" class=\"clr-i-solid--alerted clr-i-solid-path-3--alerted\"></path><path d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" class=\"clr-i-solid--alerted clr-i-solid-path-4--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"license solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M27.46,17.23a6.36,6.36,0,0,0-4.4,11l-1.94,2.37.9,3.61,3.66-4.46a6.26,6.26,0,0,0,3.55,0l3.66,4.46.9-3.61-1.94-2.37a6.36,6.36,0,0,0-4.4-11Zm0,10.68a4.31,4.31,0,1,1,4.37-4.31A4.35,4.35,0,0,1,27.46,27.91Z\" class=\"clr-i-solid--badged clr-i-solid-path-1--badged\"></path><path d=\"M30,13.5A7.5,7.5,0,0,1,22.5,6H4A2,2,0,0,0,2,8V28a2,2,0,0,0,2,2H19l.57-.7.93-1.14A8.34,8.34,0,0,1,34,18.37v-6A7.46,7.46,0,0,1,30,13.5ZM17,24.6H7V23H17Zm1-7H7V16H18Zm6-4H7V12H24Z\" class=\"clr-i-solid--badged clr-i-solid-path-2--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-solid--badged clr-i-solid-path-3--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"license solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M19,30H4a2,2,0,0,1-2-2V8A2,2,0,0,1,4,6H32a2,2,0,0,1,2,2V18.37a8.34,8.34,0,0,0-13.49,9.79l-.93,1.14ZM7,12v1.6H24V12Zm0,5.6H18V16H7Zm0,7H17V23H7Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path><path d=\"M33.83,23.59a6.37,6.37,0,1,0-10.77,4.59l-1.94,2.37.9,3.61,3.66-4.46a6.26,6.26,0,0,0,3.55,0l3.66,4.46.9-3.61-1.94-2.37A6.34,6.34,0,0,0,33.83,23.59Zm-10.74,0a4.37,4.37,0,1,1,4.37,4.31A4.35,4.35,0,0,1,23.1,23.59Z\" class=\"clr-i-solid clr-i-solid-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"link line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M17.6,24.32l-2.46,2.44a4,4,0,0,1-5.62,0,3.92,3.92,0,0,1,0-5.55l4.69-4.65a4,4,0,0,1,5.62,0,3.86,3.86,0,0,1,1,1.71A2,2,0,0,0,21.1,18l1.29-1.28a5.89,5.89,0,0,0-1.15-1.62,6,6,0,0,0-8.44,0L8.1,19.79a5.91,5.91,0,0,0,0,8.39,6,6,0,0,0,8.44,0l3.65-3.62c-.17,0-.33,0-.5,0A8,8,0,0,1,17.6,24.32Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M28.61,7.82a6,6,0,0,0-8.44,0l-3.65,3.62c.17,0,.33,0,.49,0h0a8,8,0,0,1,2.1.28l2.46-2.44a4,4,0,0,1,5.62,0,3.92,3.92,0,0,1,0,5.55l-4.69,4.65a4,4,0,0,1-5.62,0,3.86,3.86,0,0,1-1-1.71,2,2,0,0,0-.28.23l-1.29,1.28a5.89,5.89,0,0,0,1.15,1.62,6,6,0,0,0,8.44,0l4.69-4.65a5.92,5.92,0,0,0,0-8.39Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"media changer line \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"36\" height=\"36\" viewBox=\"0 0 36 36\"><g id=\"a29051cd-f44c-4c21-9fc8-7ef7ad7836ef\" data-name=\"Layer 4\"><path d=\"M30,4H6A2,2,0,0,0,4,6V30a2,2,0,0,0,2,2H7.88v1.57a1,1,0,0,0,2,0V32h16v1.57a1,1,0,0,0,2,0V32H30a2,2,0,0,0,2-2V6A2,2,0,0,0,30,4ZM6,30V6H30V30Z\"/><rect x=\"20\" y=\"18\" width=\"2\" height=\"2\"/><rect x=\"24\" y=\"18\" width=\"2\" height=\"2\"/><rect x=\"20\" y=\"22\" width=\"2\" height=\"2\"/><rect x=\"24\" y=\"22\" width=\"2\" height=\"2\"/><path d=\"M27.22,10H20v4a.8.8,0,1,0,1.59,0V11.6h5.63a.8.8,0,1,0,0-1.6Z\"/><rect x=\"8.81\" y=\"10\" width=\"8.14\" height=\"2\"/><rect x=\"8.81\" y=\"14\" width=\"8.14\" height=\"2\"/><rect x=\"8.81\" y=\"18\" width=\"8.14\" height=\"2\"/><rect x=\"8.81\" y=\"22\" width=\"8.14\" height=\"2\"/><rect x=\"8.81\" y=\"26\" width=\"8.14\" height=\"2\"/></g></svg></li><li title=\"media changer outline alerted \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"36\" height=\"36\" viewBox=\"0 0 36 36\"><g id=\"ba26b725-b8f3-4ccb-aee2-8938f3342917\" data-name=\"Layer 3\"><rect x=\"20\" y=\"18\" width=\"2\" height=\"2\"/><rect x=\"24\" y=\"18\" width=\"2\" height=\"2\"/><rect x=\"20\" y=\"22\" width=\"2\" height=\"2\"/><rect x=\"24\" y=\"22\" width=\"2\" height=\"2\"/><rect x=\"8.81\" y=\"10\" width=\"8.14\" height=\"2\"/><rect x=\"8.81\" y=\"14\" width=\"8.14\" height=\"2\"/><rect x=\"8.81\" y=\"18\" width=\"8.14\" height=\"2\"/><rect x=\"8.81\" y=\"22\" width=\"8.14\" height=\"2\"/><rect x=\"8.81\" y=\"26\" width=\"8.14\" height=\"2\"/><path d=\"M30,15.4V30H6V6H21.27l1.18-2H6A2,2,0,0,0,4,6V30a2,2,0,0,0,2,2H7.88v1.57a1,1,0,0,0,2,0V32h16v1.57a1,1,0,0,0,2,0V32H30a2,2,0,0,0,2-2V15.4Z\"/><path d=\"M26.85,1.14l-5.72,9.91A1.27,1.27,0,0,0,22.23,13H33.68a1.27,1.27,0,0,0,1.1-1.91L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" fill=\"#fac400\"/></g></svg></li><li title=\"media changer outline badged \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"36\" height=\"36\" viewBox=\"0 0 36 36\"><g id=\"fec5729f-304f-41fd-9533-e6b90aa63014\" data-name=\"Layer 3\"><rect x=\"20\" y=\"18\" width=\"2\" height=\"2\"/><rect x=\"24\" y=\"18\" width=\"2\" height=\"2\"/><rect x=\"20\" y=\"22\" width=\"2\" height=\"2\"/><rect x=\"24\" y=\"22\" width=\"2\" height=\"2\"/><rect x=\"8.81\" y=\"10\" width=\"8.14\" height=\"2\"/><rect x=\"8.81\" y=\"14\" width=\"8.14\" height=\"2\"/><rect x=\"8.81\" y=\"18\" width=\"8.14\" height=\"2\"/><rect x=\"8.81\" y=\"22\" width=\"8.14\" height=\"2\"/><rect x=\"8.81\" y=\"26\" width=\"8.14\" height=\"2\"/><path d=\"M20,14a.8.8,0,1,0,1.59,0V11.6H25A7.74,7.74,0,0,1,23.66,10H20Z\"/><path d=\"M30,13.5h0V30H6V6H22.5V6a7.37,7.37,0,0,1,.28-2H6A2,2,0,0,0,4,6V30a2,2,0,0,0,2,2H7.88v1.57a1,1,0,0,0,2,0V32h16v1.57a1,1,0,0,0,2,0V32H30a2,2,0,0,0,2-2V13.22A7.37,7.37,0,0,1,30,13.5Z\"/><circle cx=\"30\" cy=\"6\" r=\"5\" fill=\"#e62700\"/></g></svg></li><li title=\"media changer solid alerted \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"36\" height=\"36\" viewBox=\"0 0 36 36\"><g id=\"a346acbf-451a-4867-8831-50aae1027b24\" data-name=\"Layer 3\"><path d=\"M22.23,15.4a3.68,3.68,0,0,1-3.18-5.51L22.45,4H6A2,2,0,0,0,4,6V30a2,2,0,0,0,2,2H7.88v1.57a1,1,0,0,0,2,0V32h16v1.57a1,1,0,0,0,2,0V32H30a2,2,0,0,0,2-2V15.4ZM17,28H8.81V26H17Zm0-4H8.81V22H17Zm0-4H8.81V18H17Zm0-4H8.81V14H17Zm0-4H8.81V10H17ZM22,24H20V22h2Zm0-4H20V18h2Zm4,4H24V22h2Zm0-4H24V18h2Z\"/><path d=\"M26.85,1.14l-5.72,9.91A1.27,1.27,0,0,0,22.23,13H33.68a1.27,1.27,0,0,0,1.1-1.91L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" fill=\"#fac400\"/></g></svg></li><li title=\"media changer solid badged \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"36\" height=\"36\" viewBox=\"0 0 36 36\"><g id=\"ba482146-b25b-4d24-a439-9c6f1761fba3\" data-name=\"Layer 3\"><path d=\"M30,13.5a7.49,7.49,0,0,1-4-1.16V14H20V10h3.66A7.49,7.49,0,0,1,22.5,6a7.37,7.37,0,0,1,.28-2H6A2,2,0,0,0,4,6V30a2,2,0,0,0,2,2H7.88v1.57a1,1,0,0,0,2,0V32h16v1.57a1,1,0,0,0,2,0V32H30a2,2,0,0,0,2-2V13.22A7.37,7.37,0,0,1,30,13.5ZM17,28H8.81V26H17Zm0-4H8.81V22H17Zm0-4H8.81V18H17Zm0-4H8.81V14H17Zm0-4H8.81V10H17ZM22,24H20V22h2Zm0-4H20V18h2Zm4,4H24V22h2Zm0-4H24V18h2Z\"/><circle cx=\"30\" cy=\"6\" r=\"5\" fill=\"#e62700\"/></g></svg></li><li title=\"media changer solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"36\" height=\"36\" viewBox=\"0 0 36 36\"><g id=\"ba0b2497-6307-45b6-9686-1edaacea4644\" data-name=\"Layer 4\"><path d=\"M30,4H6A2,2,0,0,0,4,6V30a2,2,0,0,0,2,2H7.88v1.57a1,1,0,0,0,2,0V32h16v1.57a1,1,0,0,0,2,0V32H30a2,2,0,0,0,2-2V6A2,2,0,0,0,30,4ZM17,28H8.81V26H17Zm0-4H8.81V22H17Zm0-4H8.81V18H17Zm0-4H8.81V14H17Zm0-4H8.81V10H17ZM22,24H20V22h2Zm0-4H20V18h2Zm4,4H24V22h2Zm0-4H24V18h2Zm0-6H20V10h6Z\"/></g></svg></li><li title=\"memory line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <rect x=\"8\" y=\"12\" width=\"4\" height=\"8\" class=\"clr-i-outline clr-i-outline-path-1\"></rect><rect x=\"16\" y=\"12\" width=\"4\" height=\"8\" class=\"clr-i-outline clr-i-outline-path-2\"></rect><rect x=\"24\" y=\"12\" width=\"4\" height=\"8\" class=\"clr-i-outline clr-i-outline-path-3\"></rect><path d=\"M15,27H4V17H2V27a2,2,0,0,0,2,2H16.61V25.55h2.26V24H15Z\" class=\"clr-i-outline clr-i-outline-path-4\"></path><path d=\"M32,7H4A2,2,0,0,0,2,9v4H4V9H32v4h2V9A2,2,0,0,0,32,7Z\" class=\"clr-i-outline clr-i-outline-path-5\"></path><path d=\"M32,27H19v2H32a2,2,0,0,0,2-2V17H32Z\" class=\"clr-i-outline clr-i-outline-path-6\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"memory outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <rect x=\"8\" y=\"12\" width=\"4\" height=\"8\" class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\"></rect><path d=\"M15,27H4V17H2V27a2,2,0,0,0,2,2H16.61V25.55h2.26V24H15Z\" class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\"></path><path d=\"M32,17V27H19v2H32a2,2,0,0,0,2-2V17Z\" class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted\"></path><path d=\"M19,13.56A3.66,3.66,0,0,1,18.57,12H16v8h4V14.64A3.67,3.67,0,0,1,19,13.56Z\" class=\"clr-i-outline--alerted clr-i-outline-path-4--alerted\"></path><rect x=\"24\" y=\"15.4\" width=\"4\" height=\"4.6\" class=\"clr-i-outline--alerted clr-i-outline-path-5--alerted\"></rect><path d=\"M4,9H19.56l1.15-2H4A2,2,0,0,0,2,9v4H4Z\" class=\"clr-i-outline--alerted clr-i-outline-path-6--alerted\"></path><path d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" class=\"clr-i-outline--alerted clr-i-outline-path-7--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"memory outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <rect x=\"8\" y=\"12\" width=\"4\" height=\"8\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"></rect><rect x=\"16\" y=\"12\" width=\"4\" height=\"8\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"></rect><path d=\"M15,27H4V17H2V27a2,2,0,0,0,2,2H16.61V25.55h2.26V24H15Z\" class=\"clr-i-outline--badged clr-i-outline-path-3--badged\"></path><path d=\"M32,17V27H19v2H32a2,2,0,0,0,2-2V17Z\" class=\"clr-i-outline--badged clr-i-outline-path-4--badged\"></path><path d=\"M28,13.22A7.46,7.46,0,0,1,25.51,12H24v8h4Z\" class=\"clr-i-outline--badged clr-i-outline-path-5--badged\"></path><path d=\"M4,9H23.13a7.45,7.45,0,0,1-.55-2H4A2,2,0,0,0,2,9v4H4Z\" class=\"clr-i-outline--badged clr-i-outline-path-6--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-outline--badged clr-i-outline-path-7--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"memory solid alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M32,17V15.07H28V20H24V15.07H22.23A3.68,3.68,0,0,1,20,14.31V20H16V12h2.61A3.68,3.68,0,0,1,19,9.55L20.52,7H4A2,2,0,0,0,2,9v4H4v4H2V27a2,2,0,0,0,2,2H16.61V25.55H19V29H32a2,2,0,0,0,2-2V17ZM12,20H8V12h4Z\" class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\"></path><path d=\"M26.85.8l-5.72,9.91a1.28,1.28,0,0,0,1.1,1.91H33.68a1.28,1.28,0,0,0,1.1-1.91L29.06.8A1.28,1.28,0,0,0,26.85.8Z\" class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"memory solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M32,17V13.22a7.33,7.33,0,0,1-4,0V20H24V12h1.51a7.48,7.48,0,0,1-2.94-5H4A2,2,0,0,0,2,9v4H4v4H2V27a2,2,0,0,0,2,2H16.61V25.55H19V29H32a2,2,0,0,0,2-2V17ZM12,20H8V12h4Zm8,0H16V12h4Z\" class=\"clr-i-solid--badged clr-i-solid-path-1--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-solid--badged clr-i-solid-path-2--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"memory solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M34,13V9a2,2,0,0,0-2-2H4A2,2,0,0,0,2,9v4H4v4H2V27a2,2,0,0,0,2,2H16.61V25.55H19V29H32a2,2,0,0,0,2-2V17H32V13ZM12,20H8V12h4Zm8,0H16V12h4Zm8,0H24V12h4Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"mobile line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M25,4H11A2,2,0,0,0,9,6V30a2,2,0,0,0,2,2H25a2,2,0,0,0,2-2V6A2,2,0,0,0,25,4ZM11,6H25V24H11Zm0,24V26H25v4Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><rect x=\"17\" y=\"27\" width=\"2\" height=\"2\" class=\"clr-i-outline clr-i-outline-path-2\"></rect>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"mobile phone line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M25,4H11A2,2,0,0,0,9,6V30a2,2,0,0,0,2,2H25a2,2,0,0,0,2-2V6A2,2,0,0,0,25,4ZM11,6H25V24H11Zm0,24V26H25v4Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><rect x=\"17\" y=\"27\" width=\"2\" height=\"2\" class=\"clr-i-outline clr-i-outline-path-2\"></rect>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"mobile phone solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M25,4H11A2,2,0,0,0,9,6V30a2,2,0,0,0,2,2H25a2,2,0,0,0,2-2V6A2,2,0,0,0,25,4ZM19,30H17V28h2Zm-8-4V6H25V26Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"mobile solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M25,4H11A2,2,0,0,0,9,6V30a2,2,0,0,0,2,2H25a2,2,0,0,0,2-2V6A2,2,0,0,0,25,4ZM19,30H17V28h2Zm-8-4V6H25V26Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"mouse line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M18,34A10,10,0,0,1,8,24V12a10,10,0,0,1,20,0V24A10,10,0,0,1,18,34ZM18,4a8,8,0,0,0-8,8V24a8,8,0,0,0,16,0V12A8,8,0,0,0,18,4Z\"></path><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M18,15a1,1,0,0,1-1-1V10a1,1,0,0,1,2,0v4A1,1,0,0,1,18,15Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"mouse solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M18,2A10,10,0,0,0,8,12V24a10,10,0,0,0,20,0V12A10,10,0,0,0,18,2Zm1.3,11.44a1.3,1.3,0,0,1-2.6,0V10a1.3,1.3,0,0,1,2.6,0Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"namespace line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M27,4.18a1,1,0,1,0-1,1.73l6,3.47V26.62l-6,3.47a1,1,0,0,0-.37,1.36,1,1,0,0,0,1.37.37l7-4.05V8.23Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M9.68,29.9,4,26.62V9.38L9.68,6.1a1,1,0,1,0-1-1.73L2,8.23V27.77l6.68,3.86a1,1,0,0,0,1.37-.37A1,1,0,0,0,9.68,29.9Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M10,12V24a2,2,0,0,0,2,2H24a2,2,0,0,0,2-2V12a2,2,0,0,0-2-2H12A2,2,0,0,0,10,12Zm7,0v5H12V12Zm-5,7h5v5H12Zm7,5V19h5v5Zm5-7H19V12h5Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"network globe line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M26.58,32h-18a1,1,0,1,0,0,2h18a1,1,0,0,0,0-2Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M17.75,2a14,14,0,0,0-14,14c0,.45,0,.89.07,1.33l0,0h0A14,14,0,1,0,17.75,2Zm0,2a12,12,0,0,1,8.44,3.48c0,.33,0,.66,0,1A18.51,18.51,0,0,0,14,8.53a2.33,2.33,0,0,0-1.14-.61l-.25,0c-.12-.42-.23-.84-.32-1.27s-.14-.81-.19-1.22A11.92,11.92,0,0,1,17.75,4Zm-3,5.87A17,17,0,0,1,25.92,10a16.9,16.9,0,0,1-3.11,7,2.28,2.28,0,0,0-2.58.57c-.35-.2-.7-.4-1-.63a16,16,0,0,1-4.93-5.23,2.25,2.25,0,0,0,.47-1.77Zm-4-3.6c0,.21.06.43.1.64.09.44.21.87.33,1.3a2.28,2.28,0,0,0-1.1,2.25A18.32,18.32,0,0,0,5.9,14.22,12,12,0,0,1,10.76,6.27Zm0,15.71A2.34,2.34,0,0,0,9.2,23.74l-.64,0A11.94,11.94,0,0,1,5.8,16.92l.11-.19a16.9,16.9,0,0,1,4.81-4.89,2.31,2.31,0,0,0,2.28.63,17.53,17.53,0,0,0,5.35,5.65c.41.27.83.52,1.25.76A2.32,2.32,0,0,0,19.78,20a16.94,16.94,0,0,1-6.2,3.11A2.34,2.34,0,0,0,10.76,22Zm7,6a11.92,11.92,0,0,1-5.81-1.51l.28-.06a2.34,2.34,0,0,0,1.57-1.79,18.43,18.43,0,0,0,7-3.5,2.29,2.29,0,0,0,3-.62,17.41,17.41,0,0,0,4.32.56l.53,0A12,12,0,0,1,17.75,28Zm6.51-8.9a2.33,2.33,0,0,0-.33-1.19,18.4,18.4,0,0,0,3.39-7.37q.75.35,1.48.78a12,12,0,0,1,.42,8.2A16,16,0,0,1,24.27,19.11Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"network globe outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M26.58,32h-18a1,1,0,1,0,0,2h18a1,1,0,0,0,0-2Z\" class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\"></path><path d=\"M31.73,15.4h-2c0,.2,0,.4,0,.61a12,12,0,0,1-.53,3.52,16,16,0,0,1-5-.41,2.33,2.33,0,0,0-.33-1.19,18.87,18.87,0,0,0,1.62-2.52H23.83a17.29,17.29,0,0,1-1,1.54,2.28,2.28,0,0,0-2.58.57c-.35-.2-.7-.4-1-.63a16,16,0,0,1-4.93-5.23,2.25,2.25,0,0,0,.47-1.77A17.08,17.08,0,0,1,19.56,9l.87-1.51a18.59,18.59,0,0,0-6.39,1,2.33,2.33,0,0,0-1.14-.61l-.25,0c-.12-.42-.23-.84-.32-1.27s-.14-.81-.19-1.22A11.88,11.88,0,0,1,22,4.79L23,3A14,14,0,0,0,3.75,16c0,.45,0,.89.07,1.33l0,0h0A14,14,0,0,0,31.76,16C31.76,15.8,31.74,15.6,31.73,15.4Zm-21-9.13c0,.21.06.43.1.64.09.44.21.87.33,1.3a2.28,2.28,0,0,0-1.1,2.25A18.32,18.32,0,0,0,5.9,14.22,12,12,0,0,1,10.76,6.27Zm0,15.71A2.34,2.34,0,0,0,9.2,23.74l-.64,0A11.94,11.94,0,0,1,5.8,16.92l.11-.19a16.9,16.9,0,0,1,4.81-4.89,2.31,2.31,0,0,0,2.28.63,17.53,17.53,0,0,0,5.35,5.65c.41.27.83.52,1.25.76A2.32,2.32,0,0,0,19.78,20a16.94,16.94,0,0,1-6.2,3.11A2.34,2.34,0,0,0,10.76,22Zm7,6a11.92,11.92,0,0,1-5.81-1.51l.28-.06a2.34,2.34,0,0,0,1.57-1.79,18.43,18.43,0,0,0,7-3.5,2.29,2.29,0,0,0,3-.62,17.41,17.41,0,0,0,4.32.56l.53,0A12,12,0,0,1,17.75,28Z\" class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\"></path><path d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"network globe outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M26.58,32h-18a1,1,0,1,0,0,2h18a1,1,0,0,0,0-2Z\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"></path><path d=\"M31.5,13.35a7.54,7.54,0,0,1-1.5.15l-.51,0a11.91,11.91,0,0,1-.25,6,16,16,0,0,1-5-.41,2.33,2.33,0,0,0-.33-1.19,18.59,18.59,0,0,0,2.78-5.18,7.49,7.49,0,0,1-1.31-.82,17,17,0,0,1-2.61,5,2.28,2.28,0,0,0-2.58.57c-.35-.2-.7-.4-1-.63a16,16,0,0,1-4.93-5.23,2.25,2.25,0,0,0,.47-1.77,17,17,0,0,1,8.53-.62,7.43,7.43,0,0,1-.56-1.59A18.56,18.56,0,0,0,14,8.53a2.33,2.33,0,0,0-1.14-.61l-.25,0c-.12-.42-.23-.84-.32-1.27s-.14-.81-.19-1.22A11.92,11.92,0,0,1,22.57,5a7.45,7.45,0,0,1,.53-2A14,14,0,0,0,3.75,16c0,.45,0,.89.07,1.33l0,0h0a14,14,0,1,0,27.68-4ZM10.76,6.27c0,.21.06.43.1.64.09.44.21.87.33,1.3a2.28,2.28,0,0,0-1.1,2.25A18.32,18.32,0,0,0,5.9,14.22,12,12,0,0,1,10.76,6.27Zm0,15.71A2.34,2.34,0,0,0,9.2,23.74l-.64,0A11.94,11.94,0,0,1,5.8,16.92l.11-.19a16.9,16.9,0,0,1,4.81-4.89,2.31,2.31,0,0,0,2.28.63,17.53,17.53,0,0,0,5.35,5.65c.41.27.83.52,1.25.76A2.32,2.32,0,0,0,19.78,20a16.94,16.94,0,0,1-6.2,3.11A2.34,2.34,0,0,0,10.76,22Zm7,6a11.92,11.92,0,0,1-5.81-1.51l.28-.06a2.34,2.34,0,0,0,1.57-1.79,18.43,18.43,0,0,0,7-3.5,2.29,2.29,0,0,0,3-.62,17.41,17.41,0,0,0,4.32.56l.53,0A12,12,0,0,1,17.75,28Z\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-outline--badged clr-i-outline-path-3--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"network globe solid alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M26.58,32h-18a1,1,0,1,0,0,2h18a1,1,0,0,0,0-2Z\" class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\"></path><path d=\"M31.73,15.4H25.56a18.87,18.87,0,0,1-1.62,2.52,2.33,2.33,0,0,1,.33,1.19,22,22,0,0,0,5,.45,11.88,11.88,0,0,1-.61,1.53H28.1a17.41,17.41,0,0,1-4.32-.56,2.29,2.29,0,0,1-3,.62,18.43,18.43,0,0,1-7,3.5,2.34,2.34,0,0,1-1.57,1.79l-.29.06a11.93,11.93,0,0,1-3.39-2.8l.66,0a2.33,2.33,0,0,1,4.37-.58A16.94,16.94,0,0,0,19.78,20a2.32,2.32,0,0,1-.18-1.17c-.42-.24-.84-.49-1.25-.76A17.53,17.53,0,0,1,13,12.47a2.31,2.31,0,0,1-2.28-.63,27.31,27.31,0,0,0-5,4.74c0-.2,0-.39,0-.57a12,12,0,0,1,.14-1.73,18.75,18.75,0,0,1,4.2-3.8,2.28,2.28,0,0,1,1.1-2.25c-.12-.43-.24-.86-.33-1.3,0-.14,0-.29-.11-.64a12,12,0,0,1,1.37-.87c.1.59.14.9.21,1.21s.2.85.32,1.27l.25,0A2.33,2.33,0,0,1,14,8.53a18.59,18.59,0,0,1,6.39-1L23,3A14,14,0,0,0,3.75,16c0,.45,0,.89.07,1.33l0,0h0A14,14,0,0,0,31.76,16C31.76,15.8,31.74,15.6,31.73,15.4Z\" class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted\"></path><path d=\"M14.26,11.64a16,16,0,0,0,4.93,5.23c.34.23.69.43,1,.63a2.28,2.28,0,0,1,2.58-.57,17.29,17.29,0,0,0,1-1.54h-1.6A3.68,3.68,0,0,1,19,9.89L19.56,9a17.08,17.08,0,0,0-4.84.88,2.25,2.25,0,0,1-.47,1.77Z\" class=\"clr-i-solid--alerted clr-i-solid-path-3--alerted\"></path><path d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" class=\"clr-i-solid--alerted clr-i-solid-path-4--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"network globe solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M26.58,32h-18a1,1,0,1,0,0,2h18a1,1,0,0,0,0-2Z\" class=\"clr-i-solid--badged clr-i-solid-path-1--badged\"></path><path d=\"M31.5,13.35a7.54,7.54,0,0,1-1.5.15,7.46,7.46,0,0,1-3.28-.76,18.59,18.59,0,0,1-2.78,5.18,2.33,2.33,0,0,1,.33,1.19,22,22,0,0,0,5,.45,11.88,11.88,0,0,1-.61,1.53H28.1a17.41,17.41,0,0,1-4.32-.56,2.29,2.29,0,0,1-3,.62,18.43,18.43,0,0,1-7,3.5,2.34,2.34,0,0,1-1.57,1.79l-.29.06a11.93,11.93,0,0,1-3.39-2.8l.66,0a2.33,2.33,0,0,1,4.37-.58A16.94,16.94,0,0,0,19.78,20a2.32,2.32,0,0,1-.18-1.17c-.42-.24-.84-.49-1.25-.76A17.53,17.53,0,0,1,13,12.47a2.31,2.31,0,0,1-2.28-.63,27.31,27.31,0,0,0-5,4.74c0-.2,0-.39,0-.57a12,12,0,0,1,.14-1.73,18.75,18.75,0,0,1,4.2-3.8,2.28,2.28,0,0,1,1.1-2.25c-.12-.43-.24-.86-.33-1.3,0-.14,0-.29-.11-.64a12,12,0,0,1,1.37-.87c.1.59.14.9.21,1.21s.2.85.32,1.27l.25,0A2.33,2.33,0,0,1,14,8.53a18.56,18.56,0,0,1,8.65-.87,7.45,7.45,0,0,1,.41-4.59A14,14,0,0,0,3.75,16c0,.45,0,.89.07,1.33l0,0h0a14,14,0,1,0,27.68-4Z\" class=\"clr-i-solid--badged clr-i-solid-path-2--badged\"></path><path d=\"M14.72,9.87a2.25,2.25,0,0,1-.47,1.77,16,16,0,0,0,4.93,5.23c.34.23.69.43,1,.63a2.28,2.28,0,0,1,2.58-.57,17,17,0,0,0,2.61-5,7.52,7.52,0,0,1-2.16-2.67A17,17,0,0,0,14.72,9.87Z\" class=\"clr-i-solid--badged clr-i-solid-path-3--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-solid--badged clr-i-solid-path-4--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"network globe solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M26.58,32h-18a1,1,0,1,0,0,2h18a1,1,0,0,0,0-2Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path><path d=\"M14.72,9.87a2.25,2.25,0,0,1-.47,1.77,16,16,0,0,0,4.93,5.23c.34.23.69.43,1,.63a2.28,2.28,0,0,1,2.58-.57,16.9,16.9,0,0,0,3.11-7A17,17,0,0,0,14.72,9.87Z\" class=\"clr-i-solid clr-i-solid-path-2\"></path><path d=\"M17.75,2a14,14,0,0,0-14,14c0,.45,0,.89.07,1.33l0,0h0A14,14,0,1,0,17.75,2ZM28.1,21.09a17.41,17.41,0,0,1-4.32-.56,2.29,2.29,0,0,1-3,.62,18.43,18.43,0,0,1-7,3.5,2.34,2.34,0,0,1-1.57,1.79l-.29.06a11.93,11.93,0,0,1-3.39-2.8l.66,0a2.33,2.33,0,0,1,4.37-.58A16.94,16.94,0,0,0,19.78,20a2.32,2.32,0,0,1-.18-1.17c-.42-.24-.84-.49-1.25-.76A17.53,17.53,0,0,1,13,12.47a2.31,2.31,0,0,1-2.28-.63,27.31,27.31,0,0,0-5,4.74c0-.2,0-.39,0-.57a12,12,0,0,1,.14-1.73,18.75,18.75,0,0,1,4.2-3.8,2.28,2.28,0,0,1,1.1-2.25c-.12-.43-.24-.86-.33-1.3,0-.14,0-.29-.11-.64a12,12,0,0,1,1.37-.87c.1.59.14.9.21,1.21s.2.85.32,1.27l.25,0A2.33,2.33,0,0,1,14,8.53a18.51,18.51,0,0,1,12.11-.07c0-.32,0-.65,0-1h0a12,12,0,0,1,2.62,3.85h0q-.73-.43-1.48-.78a18.4,18.4,0,0,1-3.39,7.37,2.33,2.33,0,0,1,.33,1.19,22,22,0,0,0,5,.45,11.88,11.88,0,0,1-.61,1.53Z\" class=\"clr-i-solid clr-i-solid-path-3\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"network settings line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M10.85,27.44a2.29,2.29,0,0,0,1.74-1.68c.54-.14,1.06-.32,1.59-.51v-1.2a2.77,2.77,0,0,1,.06-.51,17.44,17.44,0,0,1-1.82.62,2.28,2.28,0,0,0-4.28.63l-.45,0h0a11.93,11.93,0,0,1-2.88-7.27,17.79,17.79,0,0,1,5-4.72,2.23,2.23,0,0,0,2.29.56,18.52,18.52,0,0,0,4.47,5,2.74,2.74,0,0,1,.21-.24l.95-.91a16.9,16.9,0,0,1-4.35-4.79,2.27,2.27,0,0,0,.35-1.2c0-.07,0-.14,0-.22A17.69,17.69,0,0,1,25,11a17.49,17.49,0,0,1-1.15,3.34l.19,0h1.56a19,19,0,0,0,.91-2.72c.43.19.84.41,1.26.64a11.94,11.94,0,0,1,1,4.09l0,0A2.77,2.77,0,0,1,30,16a2.73,2.73,0,0,1,.68.1A14,14,0,1,0,16.08,31a2.72,2.72,0,0,1,0-2A11.93,11.93,0,0,1,10.85,27.44ZM16.76,5a12,12,0,0,1,8.61,3.66c0,.25,0,.51-.08.76a19.21,19.21,0,0,0-12.35.11A2.28,2.28,0,0,0,11.74,9a17,17,0,0,1-.61-2.53A11.92,11.92,0,0,1,16.76,5ZM9.66,7.36a18.72,18.72,0,0,0,.49,1.92,2.28,2.28,0,0,0-1.07,1.93s0,.1,0,.15A19.45,19.45,0,0,0,5,14.79,12,12,0,0,1,9.66,7.36Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M25,21.19A3.84,3.84,0,1,0,28.88,25,3.87,3.87,0,0,0,25,21.19Zm0,6.08A2.24,2.24,0,1,1,27.28,25,2.26,2.26,0,0,1,25,27.27Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M34.17,24.14a1.14,1.14,0,0,0-.7-1.1l-1.56-.46q-.11-.32-.26-.63l.72-1.33a1.14,1.14,0,0,0-.21-1.34l-1.34-1.32a1.14,1.14,0,0,0-1.34-.2l-1.34.71a7.28,7.28,0,0,0-.67-.28L27,16.71a1.14,1.14,0,0,0-1.08-.76H24a1.14,1.14,0,0,0-1.08.8l-.44,1.43a7.32,7.32,0,0,0-.68.28l-1.32-.7a1.14,1.14,0,0,0-1.33.19l-1.37,1.31a1.14,1.14,0,0,0-.21,1.35l.7,1.28q-.16.32-.28.65L16.58,23a1.13,1.13,0,0,0-.81,1.09v1.87A1.14,1.14,0,0,0,16.59,27l1.47.44q.12.32.28.64l-.72,1.35a1.14,1.14,0,0,0,.2,1.35l1.34,1.32a1.14,1.14,0,0,0,1.34.2l1.37-.72q.31.14.63.26l.44,1.47a1.14,1.14,0,0,0,1.09.8h1.9A1.14,1.14,0,0,0,27,33.31l.44-1.47c.21-.07.42-.16.62-.25l1.38.73a1.14,1.14,0,0,0,1.33-.2l1.34-1.32a1.14,1.14,0,0,0,.21-1.35l-.73-1.34q.14-.3.25-.6l1.5-.44A1.13,1.13,0,0,0,34.17,26Zm-1.6,1.5-2,.58-.12.42A5.55,5.55,0,0,1,30,27.73l-.21.38,1,1.79-.86.84-1.82-1-.37.2a5.78,5.78,0,0,1-1.12.46l-.42.12-.59,2H24.38l-.59-1.95-.42-.12A5.86,5.86,0,0,1,22.24,30l-.37-.2-1.81,1-.86-.85,1-1.82-.22-.38a5.6,5.6,0,0,1-.49-1.13l-.13-.41-1.95-.58V24.42l1.94-.58.12-.41a5.53,5.53,0,0,1,.49-1.14l.22-.39-1-1.73.87-.84,1.77.94.38-.21a5.8,5.8,0,0,1,1.17-.49l.41-.12.59-1.91h1.23l.58,1.9.41.12a5.79,5.79,0,0,1,1.16.48l.38.21,1.8-.95.86.85-1,1.77.21.38a5.53,5.53,0,0,1,.47,1.13l.12.42,1.93.57Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"network settings solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M34,23.63,32,23a7.06,7.06,0,0,0-.58-1.41l1-1.86a.37.37,0,0,0-.07-.44L30.9,17.86a.37.37,0,0,0-.44-.07l-1.85,1a7,7,0,0,0-1.43-.61l-.61-2a.37.37,0,0,0-.36-.25h-2a.37.37,0,0,0-.35.26l-.61,2a7,7,0,0,0-1.44.61L20,17.8a.37.37,0,0,0-.44.07L18,19.31a.37.37,0,0,0-.07.44l1,1.82A7,7,0,0,0,18.35,23l-2,.61a.37.37,0,0,0-.26.35v2a.37.37,0,0,0,.26.35l2,.61A7,7,0,0,0,19,28.37l-1,1.9a.37.37,0,0,0,.07.44l1.45,1.45a.37.37,0,0,0,.44.07l1.87-1a7.06,7.06,0,0,0,1.39.57l.61,2a.37.37,0,0,0,.35.26h2a.37.37,0,0,0,.35-.26l.61-2a7,7,0,0,0,1.38-.57l1.89,1a.37.37,0,0,0,.44-.07l1.45-1.45a.37.37,0,0,0,.07-.44l-1-1.88A7,7,0,0,0,31.95,27l2-.61a.37.37,0,0,0,.26-.35V24A.37.37,0,0,0,34,23.63Zm-8.83,4.72A3.33,3.33,0,1,1,28.53,25,3.33,3.33,0,0,1,25.19,28.34Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path><path d=\"M10.85,27.44a2.29,2.29,0,0,0,1.74-1.68,19.71,19.71,0,0,0,1.89-.6V23.95a2,2,0,0,1,.09-.55,17.42,17.42,0,0,1-2.17.78,2.28,2.28,0,0,0-4.28.63l-.45,0h0a11.93,11.93,0,0,1-2.88-7.27,17.79,17.79,0,0,1,5-4.72,2.23,2.23,0,0,0,2.29.56,18.52,18.52,0,0,0,4.65,5.09,1.93,1.93,0,0,1,.23-.32l.89-.87a16.89,16.89,0,0,1-4.49-4.89,2.27,2.27,0,0,0,.35-1.2c0-.07,0-.14,0-.22A17.69,17.69,0,0,1,25,11a17.49,17.49,0,0,1-1.15,3.35,1.94,1.94,0,0,1,.31-.05h1.45a19.06,19.06,0,0,0,.9-2.7c.43.19.84.41,1.26.64a11.93,11.93,0,0,1,1,4.63l1-.51a2,2,0,0,1,.92-.23h.08A14,14,0,1,0,16.44,31a1.94,1.94,0,0,1,.12-1.46l.28-.53h-.07A11.91,11.91,0,0,1,10.85,27.44ZM16.76,5a12,12,0,0,1,8.61,3.66c0,.25,0,.51-.08.76a19.21,19.21,0,0,0-12.35.11A2.28,2.28,0,0,0,11.74,9a17,17,0,0,1-.61-2.53A11.92,11.92,0,0,1,16.76,5ZM9.66,7.36a18.72,18.72,0,0,0,.49,1.92,2.28,2.28,0,0,0-1.07,1.93s0,.1,0,.15A19.45,19.45,0,0,0,5,14.79,12,12,0,0,1,9.66,7.36Z\" class=\"clr-i-solid clr-i-solid-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"network switch line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M33.91,18.47,30.78,8.41A2,2,0,0,0,28.87,7H7.13A2,2,0,0,0,5.22,8.41L2.09,18.48a2,2,0,0,0-.09.59V27a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V19.06A2,2,0,0,0,33.91,18.47ZM32,27H4V19.06L7.13,9H28.87L32,19.06Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><rect x=\"7.12\" y=\"22\" width=\"1.8\" height=\"3\" class=\"clr-i-outline clr-i-outline-path-2\"></rect><rect x=\"12.12\" y=\"22\" width=\"1.8\" height=\"3\" class=\"clr-i-outline clr-i-outline-path-3\"></rect><rect x=\"17.11\" y=\"22\" width=\"1.8\" height=\"3\" class=\"clr-i-outline clr-i-outline-path-4\"></rect><rect x=\"22.1\" y=\"22\" width=\"1.8\" height=\"3\" class=\"clr-i-outline clr-i-outline-path-5\"></rect><rect x=\"27.1\" y=\"22\" width=\"1.8\" height=\"3\" class=\"clr-i-outline clr-i-outline-path-6\"></rect><rect x=\"6.23\" y=\"18\" width=\"23.69\" height=\"1.4\" class=\"clr-i-outline clr-i-outline-path-7\"></rect>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"network switch outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <rect x=\"7.12\" y=\"22\" width=\"1.8\" height=\"3\" class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\"></rect><rect x=\"12.12\" y=\"22\" width=\"1.8\" height=\"3\" class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\"></rect><rect x=\"17.11\" y=\"22\" width=\"1.8\" height=\"3\" class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted\"></rect><rect x=\"22.1\" y=\"22\" width=\"1.8\" height=\"3\" class=\"clr-i-outline--alerted clr-i-outline-path-4--alerted\"></rect><rect x=\"27.1\" y=\"22\" width=\"1.8\" height=\"3\" class=\"clr-i-outline--alerted clr-i-outline-path-5--alerted\"></rect><rect x=\"6.23\" y=\"18\" width=\"23.69\" height=\"1.4\" class=\"clr-i-outline--alerted clr-i-outline-path-6--alerted\"></rect><path d=\"M33.91,18.47,33,15.4H30.86L32,19.06V27H4V19.06L7.13,9H19.56l1.15-2H7.13A2,2,0,0,0,5.22,8.41L2.09,18.48a2,2,0,0,0-.09.59V27a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V19.06A2,2,0,0,0,33.91,18.47Z\" class=\"clr-i-outline--alerted clr-i-outline-path-7--alerted\"></path><path d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" class=\"clr-i-outline--alerted clr-i-outline-path-8--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"network switch outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <rect x=\"7.12\" y=\"22\" width=\"1.8\" height=\"3\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"></rect><rect x=\"12.12\" y=\"22\" width=\"1.8\" height=\"3\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"></rect><rect x=\"17.11\" y=\"22\" width=\"1.8\" height=\"3\" class=\"clr-i-outline--badged clr-i-outline-path-3--badged\"></rect><rect x=\"22.1\" y=\"22\" width=\"1.8\" height=\"3\" class=\"clr-i-outline--badged clr-i-outline-path-4--badged\"></rect><rect x=\"27.1\" y=\"22\" width=\"1.8\" height=\"3\" class=\"clr-i-outline--badged clr-i-outline-path-5--badged\"></rect><rect x=\"6.23\" y=\"18\" width=\"23.69\" height=\"1.4\" class=\"clr-i-outline--badged clr-i-outline-path-6--badged\"></rect><path d=\"M33.91,18.47l-1.65-5.32a7.49,7.49,0,0,1-2,.33L32,19.06V27H4V19.06L7.13,9h16a7.45,7.45,0,0,1-.55-2H7.13A2,2,0,0,0,5.22,8.41L2.09,18.48a2,2,0,0,0-.09.59V27a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V19.06A2,2,0,0,0,33.91,18.47Z\" class=\"clr-i-outline--badged clr-i-outline-path-7--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-outline--badged clr-i-outline-path-8--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"network switch solid alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M33,15.4H22.23A3.68,3.68,0,0,1,19,9.89L20.71,7H7.13A2,2,0,0,0,5.22,8.41L2.09,18.48a2,2,0,0,0-.09.59V27a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V19.06a2,2,0,0,0-.09-.59ZM8.92,25H7.12V22h1.8Zm5,0h-1.8V22h1.8Zm5,0h-1.8V22h1.8Zm5,0H22.1V22h1.8Zm5,0H27.1V22h1.8ZM31,19.4H5V18H31Z\" class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\"></path><path d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"network switch solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M32.26,13.15A7.49,7.49,0,0,1,22.57,7H7.13A2,2,0,0,0,5.22,8.41L2.09,18.48a2,2,0,0,0-.09.59V27a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V19.06a2,2,0,0,0-.09-.59ZM8.92,25H7.12V22h1.8Zm5,0h-1.8V22h1.8Zm5,0h-1.8V22h1.8Zm5,0H22.1V22h1.8Zm5,0H27.1V22h1.8ZM31,19.4H5V18H31Z\" class=\"clr-i-solid--badged clr-i-solid-path-1--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-solid--badged clr-i-solid-path-2--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"network switch solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M33.91,18.47,30.78,8.41A2,2,0,0,0,28.87,7H7.13A2,2,0,0,0,5.22,8.41L2.09,18.48a2,2,0,0,0-.09.59V27a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V19.06A2,2,0,0,0,33.91,18.47ZM8.92,25H7.12V22h1.8Zm5,0h-1.8V22h1.8Zm5,0h-1.8V22h1.8Zm5,0H22.1V22h1.8Zm5,0H27.1V22h1.8ZM31,19.4H5V18H31Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"no wifi line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M18,24.42a4,4,0,1,0,4,4A4,4,0,0,0,18,24.42Zm0,6a2,2,0,1,1,2-2A2,2,0,0,1,18,30.42Z\"></path><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M26.21,21.85a1,1,0,0,0-.23-1.4,13.56,13.56,0,0,0-5-2.23l3.87,3.87A1,1,0,0,0,26.21,21.85Z\"></path><path class=\"clr-i-outline clr-i-outline-path-3\" d=\"M18.05,10.72a20.88,20.88,0,0,0-4.16.43l1.74,1.74a19,19,0,0,1,2.42-.17A18.76,18.76,0,0,1,28.64,16a1,1,0,0,0,1.12-1.65A20.75,20.75,0,0,0,18.05,10.72Z\"></path><path class=\"clr-i-outline clr-i-outline-path-4\" d=\"M33.55,8.2A28.11,28.11,0,0,0,8.11,5.36L9.69,6.93A26,26,0,0,1,32.45,9.87a1,1,0,0,0,1.1-1.67Z\"></path><path class=\"clr-i-outline clr-i-outline-path-5\" d=\"M1.84,4.75,4.27,7.18c-.62.34-1.23.7-1.83,1.1A1,1,0,1,0,3.56,9.94C4.26,9.47,5,9,5.74,8.65l3.87,3.87A20.59,20.59,0,0,0,6.23,14.4,1,1,0,0,0,7.36,16a18.82,18.82,0,0,1,3.77-2l4.16,4.16A13.51,13.51,0,0,0,10,20.55a1,1,0,0,0,1.18,1.61A11.52,11.52,0,0,1,17,20l10.8,10.8,1.41-1.41-26-26Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"no wifi solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <circle class=\"clr-i-solid clr-i-solid-path-1\" cx=\"18\" cy=\"29.54\" r=\"3\"></circle><path class=\"clr-i-solid clr-i-solid-path-2\" d=\"M29.18,17.71l.11-.17a1.51,1.51,0,0,0-.47-2.1A20.57,20.57,0,0,0,18,12.37c-.56,0-1.11,0-1.65.07l3.21,3.21a17.41,17.41,0,0,1,7.6,2.52A1.49,1.49,0,0,0,29.18,17.71Z\"></path><path class=\"clr-i-solid clr-i-solid-path-3\" d=\"M32.76,9.38A27.9,27.9,0,0,0,10.18,6.27L12.81,8.9A24.68,24.68,0,0,1,31.1,12.12a1.49,1.49,0,0,0,2-.46l.11-.17A1.51,1.51,0,0,0,32.76,9.38Z\"></path><path class=\"clr-i-solid clr-i-solid-path-4\" d=\"M3,4.75l3.1,3.1A27.28,27.28,0,0,0,3.18,9.42a1.51,1.51,0,0,0-.48,2.11l.11.17a1.49,1.49,0,0,0,2,.46,24.69,24.69,0,0,1,3.67-1.9l3.14,3.14a20.63,20.63,0,0,0-4.53,2.09,1.51,1.51,0,0,0-.46,2.1l.11.17a1.49,1.49,0,0,0,2,.46A17.46,17.46,0,0,1,14.25,16l3.6,3.6a13.39,13.39,0,0,0-6.79,1.93,1.5,1.5,0,0,0-.46,2.09l.1.16a1.52,1.52,0,0,0,2.06.44,10.2,10.2,0,0,1,9-.7L29,30.75l1.41-1.41-26-26Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"node group line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M33.53,21.58l-4.94-2.83V13.09a1,1,0,0,0-.51-.87L22.64,9.1a1,1,0,0,0-1,0L16.2,12.22a1,1,0,0,0-.51.87v5.66l-4.94,2.83a1,1,0,0,0-.5.87v6.24a1,1,0,0,0,.5.86l5.45,3.12a1,1,0,0,0,1,0l4.95-2.83,4.95,2.83a1,1,0,0,0,.5.14,1,1,0,0,0,.49-.14l5.45-3.12a1,1,0,0,0,.5-.86V22.45A1,1,0,0,0,33.53,21.58ZM22.14,11.12l4.45,2.55V19l-4.46,2.56-4.44-2.6V13.67ZM16.69,30.65l-4.44-2.54V23l4.68-2.68,4.4,2.57V28ZM32,28.11l-4.44,2.54L22.93,28V22.93l4.46-2.57L32,23Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M7,27.43a1,1,0,0,1-1-1V19.9A1,1,0,0,1,6.5,19l4.95-2.83V10.54a1,1,0,0,1,.5-.87l5.21-3a1,1,0,0,1,1.37.37,1,1,0,0,1-.38,1.37l-4.7,2.68v5.66a1,1,0,0,1-.51.87L8,20.48v5.95A1,1,0,0,1,7,27.43Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M3,25.05a1,1,0,0,1-1-1V17.53a1,1,0,0,1,.5-.86l5-2.84V8.17A1,1,0,0,1,8,7.31l5.25-3a1,1,0,0,1,1,1.74L9.45,8.75v5.66a1,1,0,0,1-.51.87L4,18.11v5.94A1,1,0,0,1,3,25.05Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"node line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M18,30.66,7,24.33V11.67L18,5.34l11,6.33V24.33ZM9,23.18l9,5.17,9-5.17V12.82L18,7.65,9,12.82Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"nodes line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M10.5,34.29,2,29.39V19.58l8.5-4.9,8.5,4.9v9.81ZM4,28.23,10.5,32,17,28.23V20.74L10.5,17,4,20.74Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M25.5,34.29,17,29.39V19.58l8.5-4.9,8.5,4.9v9.81ZM19,28.23,25.5,32,32,28.23V20.74L25.5,17,19,20.74Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M18,21.32l-8.5-4.9V6.61L18,1.71l8.5,4.9v9.81Zm-6.5-6.06L18,19l6.5-3.75V7.77L18,4,11.5,7.77Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"nvme line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M27,22V14a2,2,0,0,0-2-2H11a2,2,0,0,0-2,2v8a2,2,0,0,0,2,2H25A2,2,0,0,0,27,22ZM11,14H25v8H11Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><rect x=\"19\" y=\"6\" width=\"4\" height=\"2\" class=\"clr-i-outline clr-i-outline-path-2\"></rect><rect x=\"25.01\" y=\"6\" width=\"1.97\" height=\"2\" class=\"clr-i-outline clr-i-outline-path-3\"></rect><path d=\"M5.8,8H16.87V6h-11L7.78,4.08a1,1,0,0,0,0-1.42,1,1,0,0,0-1.41,0L2,7,6.37,11.4a1,1,0,0,0,1.41,0,1,1,0,0,0,0-1.41Z\" class=\"clr-i-outline clr-i-outline-path-4\"></path><path d=\"M29.61,24.68a1,1,0,0,0-1.41,0,1,1,0,0,0,0,1.42L30.1,28H19v2H30.2l-2,2a1,1,0,0,0,0,1.41,1,1,0,0,0,.7.29,1,1,0,0,0,.71-.29L34,29.05Z\" class=\"clr-i-outline clr-i-outline-path-5\"></path><rect x=\"13\" y=\"28\" width=\"4\" height=\"2\" class=\"clr-i-outline clr-i-outline-path-6\"></rect><rect x=\"9\" y=\"28\" width=\"1.97\" height=\"2\" class=\"clr-i-outline clr-i-outline-path-7\"></rect>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"phone handset line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M27.73,35.44a4.72,4.72,0,0,1-1-.11,33.91,33.91,0,0,1-16.62-8.75,32.71,32.71,0,0,1-9-16.25A4.58,4.58,0,0,1,2.46,6.05l4-3.85A2,2,0,0,1,8,1.66a2,2,0,0,1,1.45.87l5,7.39a1.6,1.6,0,0,1-.11,1.9l-2.51,3a18.94,18.94,0,0,0,4.17,5.89h0a19.26,19.26,0,0,0,6.07,4.09l3.11-2.47a1.64,1.64,0,0,1,1.86-.12l7.55,4.88A2,2,0,0,1,35,30.2l-3.9,3.86A4.74,4.74,0,0,1,27.73,35.44ZM7.84,3.64l-4,3.85a2.54,2.54,0,0,0-.75,2.4,30.7,30.7,0,0,0,8.41,15.26,31.9,31.9,0,0,0,15.64,8.23,2.75,2.75,0,0,0,2.5-.74l3.9-3.86-7.29-4.71-3.34,2.66a1,1,0,0,1-.92.17,20.06,20.06,0,0,1-7.36-4.75h0a19.49,19.49,0,0,1-4.87-7.2A1,1,0,0,1,10,14l2.7-3.23Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"phone handset solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M15.22,20.64a20.37,20.37,0,0,0,7.4,4.79l3.77-3a.67.67,0,0,1,.76,0l7,4.51a2,2,0,0,1,.33,3.18l-3.28,3.24a4,4,0,0,1-3.63,1.07,35.09,35.09,0,0,1-17.15-9A33.79,33.79,0,0,1,1.15,8.6a3.78,3.78,0,0,1,1.1-3.55l3.4-3.28a2,2,0,0,1,3.12.32L13.43,9a.63.63,0,0,1,0,.75l-3.07,3.69A19.75,19.75,0,0,0,15.22,20.64Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"plugin line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M29.81,16H29V8.83a2,2,0,0,0-2-2H21A5.14,5.14,0,0,0,16.51,2,5,5,0,0,0,11,6.83H4a2,2,0,0,0-2,2V17H4.81A3.13,3.13,0,0,1,8,19.69,3,3,0,0,1,7.22,22,3,3,0,0,1,5,23H2v8.83a2,2,0,0,0,2,2H27a2,2,0,0,0,2-2V26h1a5,5,0,0,0,5-5.51A5.15,5.15,0,0,0,29.81,16Zm2.41,7A3,3,0,0,1,30,24H27v7.83H4V25H5a5,5,0,0,0,5-5.51A5.15,5.15,0,0,0,4.81,15H4V8.83h9V7a3,3,0,0,1,1-2.22A3,3,0,0,1,16.31,4,3.13,3.13,0,0,1,19,7.19V8.83h8V18h2.81A3.13,3.13,0,0,1,33,20.69,3,3,0,0,1,32.22,23Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"plugin outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M29.81,16H29v-.6H27V18h2.81A3.13,3.13,0,0,1,33,20.69,3,3,0,0,1,32.22,23,3,3,0,0,1,30,24H27v7.83H4V25H5a5,5,0,0,0,5-5.51A5.15,5.15,0,0,0,4.81,15H4V8.83h9V7a3,3,0,0,1,1-2.22A3,3,0,0,1,16.31,4,3.13,3.13,0,0,1,19,7.19V8.83h.66L21,6.59A5.12,5.12,0,0,0,16.51,2,5,5,0,0,0,11,6.83H4a2,2,0,0,0-2,2V17H4.81A3.13,3.13,0,0,1,8,19.69,3,3,0,0,1,7.22,22,3,3,0,0,1,5,23H2v8.83a2,2,0,0,0,2,2H27a2,2,0,0,0,2-2V26h1a5,5,0,0,0,5-5.51A5.15,5.15,0,0,0,29.81,16Z\" class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\"></path><path d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"plugin outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M29.81,16H29V13.43a7.45,7.45,0,0,1-2-.55V18h2.81A3.13,3.13,0,0,1,33,20.69,3,3,0,0,1,32.22,23,3,3,0,0,1,30,24H27v7.83H4V25H5a5,5,0,0,0,5-5.51A5.15,5.15,0,0,0,4.81,15H4V8.83h9V7a3,3,0,0,1,1-2.22A3,3,0,0,1,16.31,4,3.13,3.13,0,0,1,19,7.19V8.83h4.06a7.44,7.44,0,0,1-.51-2H21A5.14,5.14,0,0,0,16.51,2,5,5,0,0,0,11,6.83H4a2,2,0,0,0-2,2V17H4.81A3.13,3.13,0,0,1,8,19.69,3,3,0,0,1,7.22,22,3,3,0,0,1,5,23H2v8.83a2,2,0,0,0,2,2H27a2,2,0,0,0,2-2V26h1a5,5,0,0,0,5-5.51A5.15,5.15,0,0,0,29.81,16Z\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"plugin solid alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M29.81,16H29v-.6H22.23A3.68,3.68,0,0,1,19,9.89L21,6.59A5.12,5.12,0,0,0,16.51,2,5,5,0,0,0,11,6.83H4a2,2,0,0,0-2,2V17H4.81A3.13,3.13,0,0,1,8,19.69,3,3,0,0,1,7.22,22,3,3,0,0,1,5,23H2v8.83a2,2,0,0,0,2,2H27a2,2,0,0,0,2-2V26h1a5,5,0,0,0,5-5.51A5.15,5.15,0,0,0,29.81,16Z\" class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\"></path><path d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"plugin solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M29.81,16H29V13.43a7.5,7.5,0,0,1-6.45-6.59H21A5.14,5.14,0,0,0,16.51,2,5,5,0,0,0,11,6.83H4a2,2,0,0,0-2,2V17H4.81A3.13,3.13,0,0,1,8,19.69,3,3,0,0,1,7.22,22,3,3,0,0,1,5,23H2v8.83a2,2,0,0,0,2,2H27a2,2,0,0,0,2-2V26h1a5,5,0,0,0,5-5.51A5.15,5.15,0,0,0,29.81,16Z\" class=\"clr-i-solid--badged clr-i-solid-path-1--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-solid--badged clr-i-solid-path-2--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"plugin solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M29.81,16H29V8.83a2,2,0,0,0-2-2H21A5.14,5.14,0,0,0,16.51,2,5,5,0,0,0,11,6.83H4a2,2,0,0,0-2,2V17H4.81A3.13,3.13,0,0,1,8,19.69,3,3,0,0,1,7.22,22,3,3,0,0,1,5,23H2v8.83a2,2,0,0,0,2,2H27a2,2,0,0,0,2-2V26h1a5,5,0,0,0,5-5.51A5.15,5.15,0,0,0,29.81,16Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"pod line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M26,32H10a6,6,0,0,1-6-6V10a6,6,0,0,1,6-6H26a6,6,0,0,1,6,6V26A6,6,0,0,1,26,32ZM10,6a4,4,0,0,0-4,4V26a4,4,0,0,0,4,4H26a4,4,0,0,0,4-4V10a4,4,0,0,0-4-4Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M26.56,15H15.44A1.43,1.43,0,0,0,14,16.44v8.12A1.43,1.43,0,0,0,15.44,26H26.56A1.43,1.43,0,0,0,28,24.56V16.44A1.43,1.43,0,0,0,26.56,15ZM26,24H16V17H26Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M12.4,19H10V12H20v1.4h2v-2A1.43,1.43,0,0,0,20.56,10H9.44A1.43,1.43,0,0,0,8,11.44v8.12A1.43,1.43,0,0,0,9.44,21h3Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"process on vm line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M33.49,26.28a1,1,0,0,0-1.2-.7l-2.49.67a14.23,14.23,0,0,0,2.4-6.75A14.48,14.48,0,0,0,27.37,7.35,1,1,0,0,0,26,7.44a1,1,0,0,0,.09,1.41,12.45,12.45,0,0,1,4.16,10.46,12.19,12.19,0,0,1-2,5.74L28,22.54a1,1,0,1,0-1.95.16l.5,6.44,6.25-1.66A1,1,0,0,0,33.49,26.28Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M4.31,17.08a1.06,1.06,0,0,0,.44.16,1,1,0,0,0,1.12-.85A12.21,12.21,0,0,1,18.69,5.84L16.45,7.37a1,1,0,0,0,.47,1.79A1,1,0,0,0,17.56,9l5.33-3.66L18.33.76a1,1,0,1,0-1.39,1.38l1.7,1.7A14.2,14.2,0,0,0,3.89,16.12,1,1,0,0,0,4.31,17.08Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M21.73,29.93a12,12,0,0,1-4.84.51,12.3,12.3,0,0,1-9.57-6.3l2.49.93a1,1,0,0,0,.69-1.84l-4.59-1.7h0L4.44,21,3.33,27.35a1,1,0,0,0,.79,1.13l.17,0a1,1,0,0,0,1-.81l.42-2.4a14.3,14.3,0,0,0,11,7.14,13.91,13.91,0,0,0,5.63-.6,1,1,0,0,0-.6-1.9Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path><path d=\"M22,13H14a1,1,0,0,0-1,1v8a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1V14A1,1,0,0,0,22,13Zm-1,8H15V15h6Z\" class=\"clr-i-outline clr-i-outline-path-4\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"qr code line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M5.6,4A1.6,1.6,0,0,0,4,5.6V12h8V4ZM10,10H6V6h4Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M4,30.4A1.6,1.6,0,0,0,5.6,32H12V24H4ZM6,26h4v4H6Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M24,32h6.4A1.6,1.6,0,0,0,32,30.4V24H24Zm2-6h4v4H26Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path><path d=\"M30.4,4H24v8h8V5.6A1.6,1.6,0,0,0,30.4,4ZM30,10H26V6h4Z\" class=\"clr-i-outline clr-i-outline-path-4\"></path><polygon points=\"20 10 20 8 16 8 16 12 18 12 18 10 20 10\" class=\"clr-i-outline clr-i-outline-path-5\"></polygon><rect x=\"12\" y=\"12\" width=\"2\" height=\"2\" class=\"clr-i-outline clr-i-outline-path-6\"></rect><rect x=\"14\" y=\"14\" width=\"4\" height=\"2\" class=\"clr-i-outline clr-i-outline-path-7\"></rect><polygon points=\"20 6 20 8 22 8 22 4 14 4 14 8 16 8 16 6 20 6\" class=\"clr-i-outline clr-i-outline-path-8\"></polygon><rect x=\"4\" y=\"14\" width=\"2\" height=\"4\" class=\"clr-i-outline clr-i-outline-path-9\"></rect><polygon points=\"12 16 12 18 10 18 10 14 8 14 8 18 6 18 6 20 4 20 4 22 8 22 8 20 10 20 10 22 12 22 12 20 14 20 14 16 12 16\" class=\"clr-i-outline clr-i-outline-path-10\"></polygon><polygon points=\"20 16 22 16 22 18 24 18 24 16 26 16 26 14 22 14 22 10 20 10 20 12 18 12 18 14 20 14 20 16\" class=\"clr-i-outline clr-i-outline-path-11\"></polygon><polygon points=\"18 30 14 30 14 32 22 32 22 30 20 30 20 28 18 28 18 30\" class=\"clr-i-outline clr-i-outline-path-12\"></polygon><polygon points=\"22 20 22 18 20 18 20 16 18 16 18 18 16 18 16 20 18 20 18 22 20 22 20 20 22 20\" class=\"clr-i-outline clr-i-outline-path-13\"></polygon><rect x=\"30\" y=\"20\" width=\"2\" height=\"2\" class=\"clr-i-outline clr-i-outline-path-14\"></rect><rect x=\"22\" y=\"20\" width=\"6\" height=\"2\" class=\"clr-i-outline clr-i-outline-path-15\"></rect><polygon points=\"30 14 28 14 28 16 26 16 26 18 28 18 28 20 30 20 30 18 32 18 32 16 30 16 30 14\" class=\"clr-i-outline clr-i-outline-path-16\"></polygon><rect x=\"20\" y=\"22\" width=\"2\" height=\"6\" class=\"clr-i-outline clr-i-outline-path-17\"></rect><polygon points=\"14 28 16 28 16 26 18 26 18 24 16 24 16 20 14 20 14 28\" class=\"clr-i-outline clr-i-outline-path-18\"></polygon>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"rack server line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <rect class=\"clr-i-outline clr-i-outline-path-1\" x=\"6\" y=\"9\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline clr-i-outline-path-2\" x=\"10\" y=\"9\" width=\"14\" height=\"2\"></rect><rect class=\"clr-i-outline clr-i-outline-path-3\" x=\"6\" y=\"17\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline clr-i-outline-path-4\" x=\"10\" y=\"17\" width=\"14\" height=\"2\"></rect><path class=\"clr-i-outline clr-i-outline-path-5\" d=\"M32,5H4A2,2,0,0,0,2,7V29a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V7A2,2,0,0,0,32,5ZM4,7H32v6H4Zm0,8H32v6H4ZM4,29V23H32v6Z\"></path><rect class=\"clr-i-outline clr-i-outline-path-6\" x=\"6\" y=\"25\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline clr-i-outline-path-7\" x=\"10\" y=\"25\" width=\"14\" height=\"2\"></rect>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"rack server outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <rect class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\" x=\"10\" y=\"17\" width=\"14\" height=\"2\"></rect><rect class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\" x=\"6\" y=\"25\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted\" x=\"10\" y=\"25\" width=\"14\" height=\"2\"></rect><path class=\"clr-i-outline--alerted clr-i-outline-path-4--alerted\" d=\"M18.64,11A3.65,3.65,0,0,1,19,9.89L19.56,9H10v2Z\"></path><path class=\"clr-i-outline--alerted clr-i-outline-path-5--alerted\" d=\"M33.68,15.4H32V21H4V15H20.58A3.67,3.67,0,0,1,19,13.56a3.63,3.63,0,0,1-.26-.56H4V7H20.71l1.15-2H4A2,2,0,0,0,2,7V29a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V15.38ZM4,29V23H32v6Z\"></path><path class=\"clr-i-outline--alerted clr-i-outline-path-6--alerted clr-i-alert\" d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"rack server outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <rect class=\"clr-i-outline--badged clr-i-outline-path-1--badged\" x=\"6\" y=\"9\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline--badged clr-i-outline-path-2--badged\" x=\"6\" y=\"17\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline--badged clr-i-outline-path-3--badged\" x=\"10\" y=\"17\" width=\"14\" height=\"2\"></rect><rect class=\"clr-i-outline--badged clr-i-outline-path-4--badged\" x=\"6\" y=\"25\" width=\"2\" height=\"2\"></rect><rect class=\"clr-i-outline--badged clr-i-outline-path-5--badged\" x=\"10\" y=\"25\" width=\"14\" height=\"2\"></rect><path class=\"clr-i-outline--badged clr-i-outline-path-6--badged\" d=\"M10,11H24v-.51A7.48,7.48,0,0,1,23.13,9H10Z\"></path><path class=\"clr-i-outline--badged clr-i-outline-path-7--badged\" d=\"M30,13.5a7.47,7.47,0,0,1-2.68-.5H4V7H22.57a7.52,7.52,0,0,1-.07-1,7.52,7.52,0,0,1,.07-1H4A2,2,0,0,0,2,7V29a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V12.34A7.46,7.46,0,0,1,30,13.5ZM4,15H32v6H4ZM4,29V23H32v6Z\"></path><circle class=\"clr-i-outline--badged clr-i-outline-path-8--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"rack server solid alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\" d=\"M2,30a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V24H2Zm8-3H24v2H10ZM6,27H8v2H6Z\"></path><path class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted\" d=\"M19,9.89,19.56,9H10V7H20.71l1.73-3H4A2,2,0,0,0,2,6v6H18.57A3.67,3.67,0,0,1,19,9.89ZM8,9H6V7H8Z\"></path><path class=\"clr-i-solid--alerted clr-i-solid-path-3--alerted\" d=\"M33.68,15.4H22.23A3.69,3.69,0,0,1,19.35,14H2v8H34V15.38ZM8,19H6V17H8Zm16,0H10V17H24Z\"></path><path class=\"clr-i-solid--alerted clr-i-solid-path-4--alerted clr-i-alert\" d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"rack server solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--badged clr-i-solid-path-1--badged\" d=\"M2,14v8H34V14Zm6,5H6V17H8Zm16,0H10V17H24Z\"></path><path class=\"clr-i-solid--badged clr-i-solid-path-2--badged\" d=\"M2,30a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V24H2Zm8-3H24v2H10ZM6,27H8v2H6Z\"></path><path class=\"clr-i-solid--badged clr-i-solid-path-3--badged\" d=\"M23.13,9H10V7H22.57a7.52,7.52,0,0,1-.07-1,7.49,7.49,0,0,1,.28-2H4A2,2,0,0,0,2,6v6H25.51A7.52,7.52,0,0,1,23.13,9ZM8,9H6V7H8Z\"></path><circle class=\"clr-i-solid--badged clr-i-solid-path-4--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"rack server solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M2,22H34V14H2Zm8-5H24v2H10ZM6,17H8v2H6Z\"></path><path class=\"clr-i-solid clr-i-solid-path-2\" d=\"M32,4H4A2,2,0,0,0,2,6v6H34V6A2,2,0,0,0,32,4ZM8,9H6V7H8ZM24,9H10V7H24Z\"></path><path class=\"clr-i-solid clr-i-solid-path-3\" d=\"M2,30a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V24H2Zm8-3H24v2H10ZM6,27H8v2H6Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"radar line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M32,18c0,7.7-6.3,14-14,14c-7.7,0-14-6.3-14-14C4,10.6,9.7,4.5,17.1,4v3.7c-5.7,0.5-9.9,5.5-9.4,11.2s5.5,9.9,11.2,9.4\n\tc5.3-0.5,9.4-4.9,9.4-10.3h-2c0,4.6-3.7,8.3-8.3,8.3s-8.3-3.7-8.3-8.3c0-4.2,3.1-7.8,7.3-8.3v4.4c-1.8,0.4-3.1,2-3.1,3.9\n\tc0,2.2,1.8,4,4,4s4-1.8,4-4c0-1.8-1.3-3.4-3-3.8V2.1C18.6,2,18.3,2,18,2C9.2,2,2,9.2,2,18s7.2,16,16,16s16-7.2,16-16H32z M20,18\n\tc0,1.1-0.9,2-2,2s-2-0.9-2-2s0.9-2,2-2S20,16.9,20,18z\" class=\"clr-i-outline clr-i-outline-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"radar solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M32,18c0,7.7-6.2,14-14,14S4,25.8,4,18c0-7.4,5.7-13.5,13.1-14v3.7c-5.7,0.5-9.8,5.5-9.3,11.2s5.5,9.8,11.2,9.3\n\t\tc5.3-0.5,9.3-4.9,9.3-10.2h-2c0,4.6-3.7,8.3-8.3,8.3S9.7,22.6,9.7,18c0-4.2,3.2-7.8,7.3-8.2v4.4c-2.1,0.6-3.4,2.7-2.9,4.9\n\t\tc0.6,2.1,2.7,3.4,4.9,2.9c2.1-0.6,3.4-2.7,2.9-4.9c-0.4-1.4-1.5-2.5-2.9-2.9V2c-0.4,0-0.7,0-1.1,0c-8.8,0-16,7.2-16,16\n\t\tc0,8.8,7.2,16,16,16s16-7.2,16-16c0,0,0,0,0,0H32z\" class=\"clr-i-solid clr-i-solid-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"receiver line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M27.73,35.44a4.72,4.72,0,0,1-1-.11,33.91,33.91,0,0,1-16.62-8.75,32.71,32.71,0,0,1-9-16.25A4.58,4.58,0,0,1,2.46,6.05l4-3.85A2,2,0,0,1,8,1.66a2,2,0,0,1,1.45.87l5,7.39a1.6,1.6,0,0,1-.11,1.9l-2.51,3a18.94,18.94,0,0,0,4.17,5.89h0a19.26,19.26,0,0,0,6.07,4.09l3.11-2.47a1.64,1.64,0,0,1,1.86-.12l7.55,4.88A2,2,0,0,1,35,30.2l-3.9,3.86A4.74,4.74,0,0,1,27.73,35.44ZM7.84,3.64l-4,3.85a2.54,2.54,0,0,0-.75,2.4,30.7,30.7,0,0,0,8.41,15.26,31.9,31.9,0,0,0,15.64,8.23,2.75,2.75,0,0,0,2.5-.74l3.9-3.86-7.29-4.71-3.34,2.66a1,1,0,0,1-.92.17,20.06,20.06,0,0,1-7.36-4.75h0a19.49,19.49,0,0,1-4.87-7.2A1,1,0,0,1,10,14l2.7-3.23Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"receiver solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M15.22,20.64a20.37,20.37,0,0,0,7.4,4.79l3.77-3a.67.67,0,0,1,.76,0l7,4.51a2,2,0,0,1,.33,3.18l-3.28,3.24a4,4,0,0,1-3.63,1.07,35.09,35.09,0,0,1-17.15-9A33.79,33.79,0,0,1,1.15,8.6a3.78,3.78,0,0,1,1.1-3.55l3.4-3.28a2,2,0,0,1,3.12.32L13.43,9a.63.63,0,0,1,0,.75l-3.07,3.69A19.75,19.75,0,0,0,15.22,20.64Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"resistor line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M29.43,26.34h0A1.47,1.47,0,0,1,28,25.22L24.86,13.15,21.74,25.22a1.49,1.49,0,0,1-1.45,1.12h0a1.49,1.49,0,0,1-1.46-1.12L15.71,13.15,12.6,25.22a1.51,1.51,0,0,1-2.91,0L6.57,13.15,5.22,18.37H2a1,1,0,0,1,0-2H3.67l1.45-5.59A1.48,1.48,0,0,1,6.57,9.66h0A1.47,1.47,0,0,1,8,10.78l3.12,12.07,3.12-12.07a1.49,1.49,0,0,1,1.45-1.12h0a1.49,1.49,0,0,1,1.46,1.12l3.12,12.07,3.12-12.07a1.5,1.5,0,0,1,2.9,0l3.12,12.07,1.35-5.22H34a1,1,0,0,1,0,2H32.33l-1.45,5.59A1.48,1.48,0,0,1,29.43,26.34Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"resource pool line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M18,2A16,16,0,1,0,34,18,16,16,0,0,0,18,2ZM4,18a14,14,0,0,1,27.95-1H17.49L8.3,28.07A14,14,0,0,1,4,18ZM18,32a13.91,13.91,0,0,1-8.16-2.65L18.43,19H31.95A14,14,0,0,1,18,32Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"resource pool outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M33.68,15.4H31.73a14,14,0,0,1,.22,1.6H17.49L8.3,28.07A14,14,0,0,1,22.09,4.62l1-1.76A16,16,0,1,0,34,18a16,16,0,0,0-.23-2.61ZM18,32a13.91,13.91,0,0,1-8.16-2.65L18.43,19H31.95A14,14,0,0,1,18,32Z\" class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\"></path><path d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"resource pool outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M31.2,13.4a13.91,13.91,0,0,1,.75,3.6H17.49L8.3,28.07A14,14,0,0,1,22.61,4.8a7.43,7.43,0,0,1,.58-1.92,16.06,16.06,0,1,0,9.93,9.93A7.43,7.43,0,0,1,31.2,13.4ZM18,32a13.91,13.91,0,0,1-8.16-2.65L18.43,19H31.95A14,14,0,0,1,18,32Z\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"resource pool solid alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M8.57,30.9A16,16,0,0,0,33.95,19H18.43Z\" class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\"></path><path d=\"M33.95,17a16,16,0,0,0-.18-1.61H22.23A3.68,3.68,0,0,1,19,9.89l4.06-7A16,16,0,0,0,7,29.6L17.49,17Z\" class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted\"></path><path d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" class=\"clr-i-solid--alerted clr-i-solid-path-3--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"resource pool solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M8.57,30.9A16,16,0,0,0,33.95,19H18.43Z\" class=\"clr-i-solid--badged clr-i-solid-path-1--badged\"></path><path d=\"M33.95,17a15.91,15.91,0,0,0-.84-4.18,7.49,7.49,0,0,1-9.92-9.94A16,16,0,0,0,7,29.6L17.49,17Z\" class=\"clr-i-solid--badged clr-i-solid-path-2--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-solid--badged clr-i-solid-path-3--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"resource pool solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M8.57,30.9A16,16,0,0,0,33.95,19H18.43Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path><path d=\"M33.95,17A16,16,0,1,0,7,29.6L17.49,17Z\" class=\"clr-i-solid clr-i-solid-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"router line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M18,14.87l5.11-5.14a1,1,0,1,0-1.42-1.41L19,11V3.33a1,1,0,0,0-2,0V11L14.31,8.32a1,1,0,1,0-1.42,1.41Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M18,21.13l-5.11,5.14a1,1,0,0,0,1.42,1.41L17,25v7.69a1,1,0,0,0,2,0V25l2.69,2.71a1,1,0,0,0,1.42-1.41Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M28.85,12.89a1,1,0,0,0-1.41,1.42L30.15,17H22.46a1,1,0,1,0,0,2h7.69l-2.71,2.69a1,1,0,0,0,1.41,1.42L34,18Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path><path d=\"M5.85,19h7.69a1,1,0,0,0,0-2H5.85l2.71-2.69a1,1,0,1,0-1.41-1.42L2,18l5.14,5.11a1,1,0,1,0,1.41-1.42Z\" class=\"clr-i-outline clr-i-outline-path-4\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"router outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M18,21.13l-5.11,5.14a1,1,0,0,0,1.42,1.41L17,25v7.69a1,1,0,0,0,2,0V25l2.69,2.71a1,1,0,0,0,1.42-1.41Z\" class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\"></path><path d=\"M5.85,19h7.69a1,1,0,0,0,0-2H5.85l2.71-2.69a1,1,0,1,0-1.41-1.42L2,18l5.14,5.11a1,1,0,1,0,1.41-1.42Z\" class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\"></path><path d=\"M31.38,15.4H28.54L30.15,17H22.46a1,1,0,1,0,0,2h7.69l-2.71,2.69a1,1,0,0,0,1.41,1.42L34,18Z\" class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted\"></path><path d=\"M18,14.87l1.15-1.16-.1-.15A3.68,3.68,0,0,1,19,10V3.33a1,1,0,0,0-2,0V11L14.31,8.32a1,1,0,1,0-1.42,1.41Z\" class=\"clr-i-outline--alerted clr-i-outline-path-4--alerted\"></path><path d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" class=\"clr-i-outline--alerted clr-i-outline-path-5--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"router outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M18,14.87l5.11-5.14a1,1,0,1,0-1.42-1.41L19,11V3.33a1,1,0,0,0-2,0V11L14.31,8.32a1,1,0,1,0-1.42,1.41Z\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"></path><path d=\"M18,21.13l-5.11,5.14a1,1,0,0,0,1.42,1.41L17,25v7.69a1,1,0,0,0,2,0V25l2.69,2.71a1,1,0,0,0,1.42-1.41Z\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"></path><path d=\"M28.85,12.89a1,1,0,0,0-1.41,1.42L30.15,17H22.46a1,1,0,1,0,0,2h7.69l-2.71,2.69a1,1,0,0,0,1.41,1.42L34,18Z\" class=\"clr-i-outline--badged clr-i-outline-path-3--badged\"></path><path d=\"M5.85,19h7.69a1,1,0,0,0,0-2H5.85l2.71-2.69a1,1,0,1,0-1.41-1.42L2,18l5.14,5.11a1,1,0,1,0,1.41-1.42Z\" class=\"clr-i-outline--badged clr-i-outline-path-4--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-outline--badged clr-i-outline-path-5--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"router solid alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M33.82,15.39H28.68L31,17.67l-4.19,4.09a.8.8,0,1,1-1.12-1.14l2.2-2.15H21.63a.8.8,0,0,1,0-1.6h6.27l-1.5-1.47H22.23a3.68,3.68,0,0,1-3-1.51L18,15.15l-4.14-4.1A.8.8,0,1,1,15,9.92l2.21,2.19V5.93a.8.8,0,0,1,1.6,0v4.49A3.65,3.65,0,0,1,19,9.89l4.22-7.31A16,16,0,1,0,34,17.67,16,16,0,0,0,33.82,15.39Zm-23.5,6.35a.8.8,0,0,1-1.13,0L5,17.67l4.19-4.09a.8.8,0,1,1,1.12,1.14l-2.2,2.14h6.27a.8.8,0,0,1,0,1.6H8.11l2.2,2.15A.8.8,0,0,1,10.32,21.74Zm11.82,3.67a.8.8,0,0,1-1.13,0L18.8,23.23V29.4a.8.8,0,0,1-1.6,0V23.23L15,25.42a.8.8,0,1,1-1.13-1.14L18,20.18l4.14,4.1A.8.8,0,0,1,22.14,25.41Z\" class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\"></path><path d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"router solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M33.22,12.76A7.49,7.49,0,0,1,23.32,2.6a16,16,0,1,0,9.9,10.17ZM13.86,9.92a.8.8,0,0,1,1.13,0l2.21,2.19V5.93a.8.8,0,0,1,1.6,0v6.18L21,9.92a.8.8,0,1,1,1.13,1.14L18,15.15l-4.14-4.1A.8.8,0,0,1,13.86,9.92ZM10.32,21.74a.8.8,0,0,1-1.13,0L5,17.67l4.19-4.09a.8.8,0,1,1,1.12,1.14l-2.2,2.14h6.27a.8.8,0,0,1,0,1.6H8.11l2.2,2.15A.8.8,0,0,1,10.32,21.74Zm11.82,3.67a.8.8,0,0,1-1.13,0L18.8,23.23V29.4a.8.8,0,0,1-1.6,0V23.23L15,25.42a.8.8,0,1,1-1.13-1.14L18,20.18l4.14,4.1A.8.8,0,0,1,22.14,25.41Zm4.67-3.66a.8.8,0,1,1-1.12-1.14l2.2-2.15H21.63a.8.8,0,0,1,0-1.6h6.27l-2.2-2.14a.8.8,0,1,1,1.12-1.14L31,17.67Z\" class=\"clr-i-solid--badged clr-i-solid-path-1--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-solid--badged clr-i-solid-path-2--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"router solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M18,1.67a16,16,0,1,0,16,16A16,16,0,0,0,18,1.67ZM13.86,9.92a.8.8,0,0,1,1.13,0l2.21,2.19V5.93a.8.8,0,0,1,1.6,0v6.18L21,9.92a.8.8,0,1,1,1.13,1.14L18,15.15l-4.14-4.1A.8.8,0,0,1,13.86,9.92ZM10.32,21.74a.8.8,0,0,1-1.13,0L5,17.67l4.19-4.09a.8.8,0,1,1,1.12,1.14l-2.2,2.14h6.27a.8.8,0,0,1,0,1.6H8.11l2.2,2.15A.8.8,0,0,1,10.32,21.74Zm11.82,3.67a.8.8,0,0,1-1.13,0L18.8,23.23V29.4a.8.8,0,0,1-1.6,0V23.23L15,25.42a.8.8,0,1,1-1.13-1.14L18,20.18l4.14,4.1A.8.8,0,0,1,22.14,25.41Zm4.67-3.66a.8.8,0,1,1-1.12-1.14l2.2-2.15H21.63a.8.8,0,0,1,0-1.6h6.27l-2.2-2.14a.8.8,0,1,1,1.12-1.14L31,17.67Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"ruler pencil line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <polygon class=\"clr-i-outline clr-i-outline-path-1\" points=\"9 17.41 9 27 18.59 27 16.59 25 11 25 11 19.41 9 17.41\"></polygon><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M34.87,32.29,32,29.38V32H4V27.85H6v-1.6H4V19.6H6V18H4V11.6H6V10H4V4.41L19.94,20.26V17.44L3.71,1.29A1,1,0,0,0,2,2V33a1,1,0,0,0,1,1H34.16a1,1,0,0,0,.71-1.71Z\"></path><path class=\"clr-i-outline clr-i-outline-path-3\" d=\"M24,30h4a2,2,0,0,0,2-2V8.7L27.7,4.47a2,2,0,0,0-1.76-1h0a2,2,0,0,0-1.76,1.08L22,8.72V28A2,2,0,0,0,24,30ZM24,9.2l1.94-3.77L28,9.21V24H24Zm0,16.43h4v2.44H24Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"ruler pencil solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M34.87,32.21,30,27.37V8.75L27.7,4.52a2,2,0,0,0-3.54,0L22,8.76V19.41L3.71,1.21A1,1,0,0,0,2,1.92V10H4.17v1.6H2V18H4.17v1.6H2v6.65H4.17v1.6H2v5.07a1,1,0,0,0,1,1H34.16a1,1,0,0,0,.71-1.71ZM10,26V16.94L19.07,26Zm18,2.11H24V25.68h4Zm0-4H24V9.25l1.94-3.77L28,9.26Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"server line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M18,24.3a2.48,2.48,0,1,0,2.48,2.47A2.48,2.48,0,0,0,18,24.3Zm0,3.6a1.13,1.13,0,1,1,1.13-1.12A1.13,1.13,0,0,1,18,27.9Z\"></path><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M25.65,3.6H10.35A1.35,1.35,0,0,0,9,4.95V32.4H27V4.95A1.35,1.35,0,0,0,25.65,3.6Zm-.45,27H10.8V5.4H25.2Z\"></path><rect class=\"clr-i-outline clr-i-outline-path-3\" x=\"12.6\" y=\"7.2\" width=\"10.8\" height=\"1.44\"></rect><rect class=\"clr-i-outline clr-i-outline-path-4\" x=\"12.6\" y=\"10.8\" width=\"10.8\" height=\"1.44\"></rect>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"server outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\" d=\"M15.2,27.8c0,1.5,1.2,2.8,2.8,2.8s2.8-1.2,2.8-2.8S19.5,25,18,25S15.2,26.2,15.2,27.8z M19.2,27.8c0,0.7-0.6,1.2-1.2,1.2s-1.2-0.6-1.2-1.2s0.6-1.2,1.2-1.2S19.2,27.1,19.2,27.8z\"></path><rect class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\" x=\"13\" y=\"21\" width=\"10\" height=\"1.6\"></rect><polygon class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted\" points=\"21.3,6 12,6 12,7.6 20.4,7.6\"></polygon><path class=\"clr-i-outline--alerted clr-i-outline-path-4--alerted\" d=\"M12,11.6h6.6c0-0.6,0.2-1.1,0.4-1.6h-7V11.6z\"></path><path class=\"clr-i-outline--alerted clr-i-outline-path-5--alerted\" d=\"M26,15.4V32H10V4h12.5l1.1-2H9.5C8.7,2,8,2.7,8,3.5V34h20V15.4H26z\"></path><path class=\"clr-i-outline--alerted clr-i-outline-path-6--alerted clr-i-alert\" d=\"M26.9,1.1L21.1,11c-0.4,0.6-0.2,1.4,0.3,1.8c0.2,0.2,0.5,0.2,0.8,0.2h11.5c0.7,0,1.3-0.5,1.3-1.2c0-0.3-0.1-0.5-0.2-0.8l-5.7-9.9c-0.4-0.6-1.1-0.8-1.8-0.5C27.1,0.8,27,1,26.9,1.1z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"server outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--badged clr-i-outline-path-1--badged\" d=\"M15.2,27.8c0,1.5,1.2,2.8,2.8,2.8s2.8-1.2,2.8-2.8S19.5,25,18,25S15.2,26.2,15.2,27.8z M19.2,27.8c0,0.7-0.6,1.2-1.2,1.2s-1.2-0.6-1.2-1.2s0.6-1.2,1.2-1.2S19.2,27.1,19.2,27.8z\"></path><rect class=\"clr-i-outline--badged clr-i-outline-path-2--badged\" x=\"13\" y=\"21\" width=\"10\" height=\"1.6\"></rect><path class=\"clr-i-outline--badged clr-i-outline-path-3--badged\" d=\"M24,10.5c-0.1-0.2-0.2-0.3-0.3-0.5H12v1.6h12V10.5z\"></path><path class=\"clr-i-outline--badged clr-i-outline-path-4--badged\" d=\"M12,6v1.6h10.7c-0.1-0.5-0.2-1.1-0.2-1.6H12z\"></path><path class=\"clr-i-outline--badged clr-i-outline-path-5--badged\" d=\"M26,12.3V32H10V4h12.8c0.2-0.7,0.5-1.4,0.9-2H9.5C8.7,2,8,2.7,8,3.5V34h20V13.2C27.3,13,26.6,12.7,26,12.3z\"></path><circle class=\"clr-i-outline--badged clr-i-outline-path-6--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"server solid alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\" d=\"M22.2,15.3c-2,0-3.7-1.6-3.7-3.7H12V10h6.9c0-0.1,0.1-0.2,0.1-0.2l1.2-2.2H12V6h9.2l2.3-4h-14C8.7,2,8,2.7,8,3.5V34h20V15.3H22.2z M18,30.5c-1.5,0-2.8-1.2-2.8-2.8S16.5,25,18,25s2.8,1.2,2.8,2.8S19.5,30.5,18,30.5z M23,22.6H13V21h10V22.6z\"></path><circle class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted\" cx=\"18\" cy=\"27.8\" r=\"1.2\"></circle><path class=\"clr-i-solid--alerted clr-i-solid-path-3--alerted clr-i-alert\" d=\"M26.9,1l-5.7,9.9c-0.3,0.6-0.1,1.4,0.5,1.7c0.2,0.1,0.4,0.2,0.6,0.2h11.4c0.7,0,1.3-0.6,1.3-1.3c0-0.2-0.1-0.4-0.2-0.6L29.1,1c-0.4-0.6-1.1-0.8-1.8-0.5C27.1,0.7,27,0.8,26.9,1z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"server solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--badged clr-i-solid-path-1--badged\" d=\"M24,10.3v1.2H12V10h11.8c-0.5-0.7-0.8-1.5-1-2.4H12V6h10.5c0,0,0-0.1,0-0.1c0-1.4,0.4-2.7,1.1-3.9H9.5C8.7,2,8,2.7,8,3.5V34h20V13.1C26.4,12.6,25,11.7,24,10.3z M18,30.5c-1.5,0-2.8-1.2-2.8-2.8S16.5,25,18,25s2.8,1.2,2.8,2.8S19.5,30.5,18,30.5zM23,22.6H13V21h10V22.6z\"></path><circle class=\"clr-i-solid--badged clr-i-solid-path-2--badged\" cx=\"18\" cy=\"27.8\" r=\"1.2\"></circle><circle class=\"clr-i-solid--badged clr-i-solid-path-3--badged clr-i-badge\" cx=\"30\" cy=\"5.9\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"server solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M26.5,2h-17C8.7,2,8,2.7,8,3.5V34h20V3.5C28,2.7,27.3,2,26.5,2z M18,30.5c-1.5,0-2.8-1.2-2.8-2.8S16.5,25,18,25s2.8,1.2,2.8,2.8S19.5,30.5,18,30.5z M23,22.6H13V21h10V22.6z M24,11.6H12V10h12V11.6z M24,7.6H12V6h12V7.6z\"></path><circle class=\"clr-i-solid clr-i-solid-path-2\" cx=\"18\" cy=\"27.8\" r=\"1.2\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"shield check line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M31.25,7.4a43.79,43.79,0,0,1-6.62-2.35,45,45,0,0,1-6.08-3.21L18,1.5l-.54.35a45,45,0,0,1-6.08,3.21A43.79,43.79,0,0,1,4.75,7.4L4,7.59v8.34c0,13.39,13.53,18.4,13.66,18.45l.34.12.34-.12c.14,0,13.66-5.05,13.66-18.45V7.59ZM30,15.93c0,11-10,15.61-12,16.43-2-.82-12-5.44-12-16.43V9.14a47.54,47.54,0,0,0,6.18-2.25,48.23,48.23,0,0,0,5.82-3,48.23,48.23,0,0,0,5.82,3A47.54,47.54,0,0,0,30,9.14Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M10.88,16.87a1,1,0,0,0-1.41,1.41l6,6L26.4,13.77A1,1,0,0,0,25,12.33l-9.47,9.19Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"shield check solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M31.25,7.4a43.79,43.79,0,0,1-6.62-2.35,45,45,0,0,1-6.08-3.21L18,1.5l-.54.35a45,45,0,0,1-6.08,3.21A43.79,43.79,0,0,1,4.75,7.4L4,7.59v8.34c0,13.39,13.53,18.4,13.66,18.45l.34.12.34-.12c.14,0,13.66-5.05,13.66-18.45V7.59Zm-4.57,6.65L15.51,24.9,9.19,18.57a1.4,1.4,0,0,1,2-2L15.54,21,24.73,12a1.4,1.4,0,1,1,2,2Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"shield line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M31.25,7.4a43.79,43.79,0,0,1-6.62-2.35,45,45,0,0,1-6.08-3.21L18,1.5l-.54.35a45,45,0,0,1-6.08,3.21A43.79,43.79,0,0,1,4.75,7.4L4,7.59v8.34c0,13.39,13.53,18.4,13.66,18.45l.34.12.34-.12c.14,0,13.66-5.05,13.66-18.45V7.59ZM30,15.93c0,11-10,15.61-12,16.43-2-.82-12-5.44-12-16.43V9.14a47.54,47.54,0,0,0,6.18-2.25,48.23,48.23,0,0,0,5.82-3,48.23,48.23,0,0,0,5.82,3A47.54,47.54,0,0,0,30,9.14Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"shield outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M30,15.4v.53c0,11-10,15.61-12,16.43-2-.82-12-5.44-12-16.43V9.14a47.54,47.54,0,0,0,6.18-2.25,48.23,48.23,0,0,0,5.82-3c1,.64,2.2,1.27,3.43,1.89l1-1.74a41.1,41.1,0,0,1-3.89-2.18L18,1.5l-.54.35a45,45,0,0,1-6.08,3.21A43.79,43.79,0,0,1,4.75,7.4L4,7.59v8.34c0,13.39,13.53,18.4,13.66,18.45l.34.12.34-.12c.14,0,13.66-5.05,13.66-18.45V15.4Z\" class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\"></path><path d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"shield outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M30,13.5v2.43c0,11-10,15.61-12,16.43-2-.82-12-5.44-12-16.43V9.14a47.54,47.54,0,0,0,6.18-2.25,48.23,48.23,0,0,0,5.82-3,46.19,46.19,0,0,0,4.51,2.42c0-.1,0-.19,0-.29a7.49,7.49,0,0,1,.23-1.83,41.61,41.61,0,0,1-4.19-2.33L18,1.5l-.54.35a45,45,0,0,1-6.08,3.21A43.79,43.79,0,0,1,4.75,7.4L4,7.59v8.34c0,13.39,13.53,18.4,13.66,18.45l.34.12.34-.12c.14,0,13.66-5.05,13.66-18.45V13.22A7.49,7.49,0,0,1,30,13.5Z\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"shield solid alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M22.23,15.4A3.68,3.68,0,0,1,19,9.89L22.43,4a41.1,41.1,0,0,1-3.89-2.18L18,1.5l-.54.35a45,45,0,0,1-6.08,3.21A43.79,43.79,0,0,1,4.75,7.4L4,7.59v8.34c0,13.39,13.53,18.4,13.66,18.45l.34.12.34-.12c.14,0,13.66-5.05,13.66-18.45V15.4Z\" class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\"></path><path d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"shield solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M30,13.5a7.47,7.47,0,0,1-7.27-9.33,41.61,41.61,0,0,1-4.19-2.33L18,1.5l-.54.35a45,45,0,0,1-6.08,3.21A43.79,43.79,0,0,1,4.75,7.4L4,7.59v8.34c0,13.39,13.53,18.4,13.66,18.45l.34.12.34-.12c.14,0,13.66-5.05,13.66-18.45V13.22A7.49,7.49,0,0,1,30,13.5Z\" class=\"clr-i-solid--badged clr-i-solid-path-1--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-solid--badged clr-i-solid-path-2--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"shield solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M31.25,7.4a43.79,43.79,0,0,1-6.62-2.35,45,45,0,0,1-6.08-3.21L18,1.5l-.54.35a45,45,0,0,1-6.08,3.21A43.79,43.79,0,0,1,4.75,7.4L4,7.59v8.34c0,13.39,13.53,18.4,13.66,18.45l.34.12.34-.12c.14,0,13.66-5.05,13.66-18.45V7.59Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"shield x line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M31.25,7.4a43.79,43.79,0,0,1-6.62-2.35,45,45,0,0,1-6.08-3.21L18,1.5l-.54.35a45,45,0,0,1-6.08,3.21A43.79,43.79,0,0,1,4.75,7.4L4,7.59v8.34c0,13.39,13.53,18.4,13.66,18.45l.34.12.34-.12c.14,0,13.66-5.05,13.66-18.45V7.59ZM30,15.93c0,11-10,15.61-12,16.43-2-.82-12-5.44-12-16.43V9.14a47.54,47.54,0,0,0,6.18-2.25,48.23,48.23,0,0,0,5.82-3,48.23,48.23,0,0,0,5.82,3A47.54,47.54,0,0,0,30,9.14Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M22.81,10.79,18,15.61l-4.81-4.81a1,1,0,0,0-1.41,1.41L16.59,17l-4.81,4.81a1,1,0,1,0,1.41,1.41L18,18.43l4.81,4.81a1,1,0,0,0,1.41-1.41L19.41,17l4.81-4.81a1,1,0,0,0-1.41-1.41Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"shield x solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M31.25,7.4a43.79,43.79,0,0,1-6.62-2.35,45,45,0,0,1-6.08-3.21L18,1.5l-.54.35a45,45,0,0,1-6.08,3.21A43.79,43.79,0,0,1,4.75,7.4L4,7.59v8.34c0,13.39,13.53,18.4,13.66,18.45l.34.12.34-.12c.14,0,13.66-5.05,13.66-18.45V7.59ZM24.51,21.55a1.4,1.4,0,0,1-2,2L18,19l-4.53,4.53a1.43,1.43,0,0,1-2,0,1.4,1.4,0,0,1,0-2L16,17l-4.53-4.53a1.4,1.4,0,1,1,2-2L18,15l4.53-4.53a1.4,1.4,0,0,1,2,2L20,17Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"squid line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M18,7a1,1,0,0,1-1-1V3.19a1,1,0,0,1,2,0V6A1,1,0,0,1,18,7Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M18,34a1,1,0,0,1-1-1V30a1,1,0,0,1,2,0v3A1,1,0,0,1,18,34Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M7.41,18l1.78-1.77a1,1,0,1,0-1.42-1.42L6,16.59,4.23,14.81a1,1,0,1,0-1.42,1.42L4.59,18,2.81,19.77a1,1,0,0,0,0,1.42,1,1,0,0,0,.71.29,1,1,0,0,0,.71-.29L6,19.41l1.77,1.78a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path><path d=\"M6,13.76l.36-.36a3,3,0,0,1,2.11-.88,11,11,0,0,1,19,0,3,3,0,0,1,2.12.88l.36.36.2-.2a13,13,0,0,0-24.4,0Z\" class=\"clr-i-outline clr-i-outline-path-4\"></path><path d=\"M30,22.24l-.36.36a3,3,0,0,1-2.12.88,11,11,0,0,1-19,0,3,3,0,0,1-2.12-.88L6,22.24l-.2.2a13,13,0,0,0,24.4,0Z\" class=\"clr-i-outline clr-i-outline-path-5\"></path><path d=\"M31.41,18l1.78-1.77a1,1,0,0,0-1.42-1.42L30,16.59l-1.77-1.78a1,1,0,1,0-1.42,1.42L28.59,18l-1.78,1.77a1,1,0,0,0,0,1.42,1,1,0,0,0,.71.29,1,1,0,0,0,.71-.29L30,19.41l1.77,1.78a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42Z\" class=\"clr-i-outline clr-i-outline-path-6\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"ssd line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M32,6H4A2,2,0,0,0,2,8V28a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V8A2,2,0,0,0,32,6Zm0,22H4V8H32Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><circle cx=\"6.21\" cy=\"10.25\" r=\"1.25\" class=\"clr-i-outline clr-i-outline-path-2\"></circle><circle cx=\"29.81\" cy=\"10.25\" r=\"1.25\" class=\"clr-i-outline clr-i-outline-path-3\"></circle><circle cx=\"6.21\" cy=\"25.42\" r=\"1.25\" class=\"clr-i-outline clr-i-outline-path-4\"></circle><circle cx=\"29.81\" cy=\"25.42\" r=\"1.25\" class=\"clr-i-outline clr-i-outline-path-5\"></circle><path d=\"M10,18.62c1.32.31,1.91.54,1.91,1.22s-.53,1.09-1.55,1.09a4,4,0,0,1-2.71-1.11l-.86,1.06a5,5,0,0,0,3.52,1.34c2,0,3.1-1,3.1-2.52s-1.15-2.05-2.87-2.44c-1.31-.3-1.92-.54-1.92-1.21A1.25,1.25,0,0,1,10,15a3.68,3.68,0,0,1,2.37,1l.81-1.1A4.58,4.58,0,0,0,10,13.69c-1.74,0-3,1.05-3,2.49S8.26,18.22,10,18.62Z\" class=\"clr-i-outline clr-i-outline-path-6\"></path><path d=\"M17.83,20.93a4,4,0,0,1-2.71-1.11l-.86,1.06a5,5,0,0,0,3.52,1.34c2,0,3.1-1,3.1-2.52S19.73,17.65,18,17.26c-1.31-.3-1.92-.54-1.92-1.21A1.25,1.25,0,0,1,17.48,15a3.68,3.68,0,0,1,2.37,1l.81-1.1a4.56,4.56,0,0,0-3.12-1.15c-1.73,0-3,1.05-3,2.49s1.19,2,2.89,2.44c1.32.31,1.91.54,1.91,1.22S18.85,20.93,17.83,20.93Z\" class=\"clr-i-outline clr-i-outline-path-7\"></path><path d=\"M29.9,18c0-2.41-1.92-4.12-4.64-4.12h-2.9v8.24h2.9C28,22.08,29.9,20.37,29.9,18Zm-6-2.76h1.56a2.77,2.77,0,1,1,0,5.53H23.86Z\" class=\"clr-i-outline clr-i-outline-path-8\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"ssd solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M32,6H4A2,2,0,0,0,2,8V28a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V8A2,2,0,0,0,32,6ZM5.21,8A1.25,1.25,0,1,1,4,9.25,1.25,1.25,0,0,1,5.21,8Zm0,20a1.25,1.25,0,1,1,1.25-1.25A1.25,1.25,0,0,1,5.21,28Zm5.06-5.78a5,5,0,0,1-3.52-1.34l.86-1.06a4,4,0,0,0,2.71,1.11c1,0,1.55-.5,1.55-1.09s-.59-.91-1.91-1.22c-1.7-.4-2.89-.89-2.89-2.44s1.22-2.49,3-2.49a4.58,4.58,0,0,1,3.12,1.15l-.81,1.1A3.68,3.68,0,0,0,10,15a1.25,1.25,0,0,0-1.39,1.08c0,.67.61.91,1.92,1.21,1.72.39,2.87.94,2.87,2.44S12.24,22.22,10.27,22.22Zm7.51,0a5,5,0,0,1-3.52-1.34l.86-1.06a4,4,0,0,0,2.71,1.11c1,0,1.55-.5,1.55-1.09s-.59-.91-1.91-1.22c-1.7-.4-2.89-.89-2.89-2.44s1.23-2.49,3-2.49a4.56,4.56,0,0,1,3.12,1.15l-.81,1.1a3.68,3.68,0,0,0-2.37-1,1.25,1.25,0,0,0-1.39,1.08c0,.67.61.91,1.92,1.21,1.72.39,2.87.94,2.87,2.44S19.75,22.22,17.78,22.22Zm4.58-.14V13.84h2.9c2.72,0,4.64,1.71,4.64,4.12S28,22.08,25.26,22.08ZM30.69,28a1.25,1.25,0,1,1,1.25-1.25A1.25,1.25,0,0,1,30.69,28Zm0-17.5a1.25,1.25,0,1,1,1.25-1.25A1.25,1.25,0,0,1,30.69,10.5Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path><path d=\"M23.86,15.2h1.56a2.77,2.77,0,1,1,0,5.53H23.86Z\" class=\"clr-i-solid clr-i-solid-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"storage adapter line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M6.06,30a1,1,0,0,1-1-1V8h-2a1,1,0,0,1,0-2h4V29A1,1,0,0,1,6.06,30Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M30.06,27h-25V9h25a3,3,0,0,1,3,3V24A3,3,0,0,1,30.06,27Zm-23-2h23a1,1,0,0,0,1-1V12a1,1,0,0,0-1-1h-23Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><rect x=\"22.06\" y=\"20\" width=\"6\" height=\"2\" class=\"clr-i-outline clr-i-outline-path-3\"></rect><rect x=\"22.06\" y=\"14\" width=\"6\" height=\"2\" class=\"clr-i-outline clr-i-outline-path-4\"></rect><path d=\"M19.06,22h-8V20h7V14h2v7A1,1,0,0,1,19.06,22Z\" class=\"clr-i-outline clr-i-outline-path-5\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"storage line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M33,6.69h0c-.18-3.41-9.47-4.33-15-4.33S3,3.29,3,6.78V29.37c0,3.49,9.43,4.43,15,4.43s15-.93,15-4.43V6.78s0,0,0,0S33,6.7,33,6.69Zm-2,7.56c-.33.86-5.06,2.45-13,2.45A37.45,37.45,0,0,1,7,15.34v2.08A43.32,43.32,0,0,0,18,18.7c4,0,9.93-.48,13-2v5.17c-.33.86-5.06,2.45-13,2.45A37.45,37.45,0,0,1,7,22.92V25a43.32,43.32,0,0,0,11,1.28c4,0,9.93-.48,13-2v5.1c-.35.86-5.08,2.45-13,2.45S5.3,30.2,5,29.37V6.82C5.3,6,10,4.36,18,4.36c7.77,0,12.46,1.53,13,2.37-.52.87-5.21,2.39-13,2.39A37.6,37.6,0,0,1,7,7.76V9.85a43.53,43.53,0,0,0,11,1.27c4,0,9.93-.48,13-2Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"storage outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\" d=\"M19.51,9.09,18,9.11A37.6,37.6,0,0,1,7,7.76V9.85a43.53,43.53,0,0,0,11,1.27h.61A3.66,3.66,0,0,1,19,9.89Z\"></path><path class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\" d=\"M28.83,15.4A38.37,38.37,0,0,1,18,16.7,37.45,37.45,0,0,1,7,15.34v2.08A43.33,43.33,0,0,0,18,18.7c4,0,9.93-.48,13-2v5.17c-.33.86-5.06,2.45-13,2.45A37.45,37.45,0,0,1,7,22.92V25a43.33,43.33,0,0,0,11,1.28c4,0,9.93-.48,13-2v5.1c-.35.86-5.08,2.45-13,2.45S5.3,30.2,5,29.37V6.82C5.3,6,10,4.36,18,4.36c1.5,0,2.89.06,4.15.16l1.1-1.9c-1.86-.18-3.7-.26-5.25-.26-5.57,0-15,.93-15,4.43V29.37c0,3.49,9.43,4.43,15,4.43s15-.93,15-4.43v-14Z\"></path><path class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted clr-i-alert\" d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"storage outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--badged clr-i-outline-path-1--badged\" d=\"M7,7.76V9.85a43.53,43.53,0,0,0,11,1.27,54.82,54.82,0,0,0,6.2-.36,7.5,7.5,0,0,1-1.13-1.88c-1.5.15-3.2.24-5.07.24A37.6,37.6,0,0,1,7,7.76Z\"></path><path class=\"clr-i-outline--badged clr-i-outline-path-2--badged\" d=\"M31,13.43v.82c-.33.86-5.06,2.45-13,2.45A37.45,37.45,0,0,1,7,15.34v2.08A43.33,43.33,0,0,0,18,18.7c4,0,9.93-.48,13-2v5.17c-.33.86-5.06,2.45-13,2.45A37.45,37.45,0,0,1,7,22.92V25a43.33,43.33,0,0,0,11,1.28c4,0,9.93-.48,13-2v5.1c-.35.86-5.08,2.45-13,2.45S5.3,30.2,5,29.37V6.82C5.3,6,10,4.36,18,4.36c1.7,0,3.25.08,4.64.2a7.44,7.44,0,0,1,.67-1.94c-1.88-.18-3.75-.26-5.31-.26-5.57,0-15,.93-15,4.43V29.37c0,3.49,9.43,4.43,15,4.43s15-.93,15-4.43V12.87A7.45,7.45,0,0,1,31,13.43Z\"></path><circle class=\"clr-i-outline--badged clr-i-outline-path-3--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"storage solid alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\" d=\"M17.91,20.28A39.4,39.4,0,0,1,6.25,18.77v-2a39.4,39.4,0,0,0,11.66,1.51c6.9,0,12.7-1.27,14.51-3H22.23a3.67,3.67,0,0,1-3.55-2.75h-.77A39.4,39.4,0,0,1,6.25,11V9a39.4,39.4,0,0,0,11.66,1.51h.82A3.64,3.64,0,0,1,19,9.75l4.17-7.22c-1.85-.18-3.68-.25-5.21-.25-5.57,0-15,.93-15,4.43V29.29c0,3.49,9.43,4.43,15,4.43s15-.93,15-4.43V24.09C32.57,26.28,26,28,17.91,28A39.4,39.4,0,0,1,6.25,26.52v-2A39.4,39.4,0,0,0,17.91,26C26,26,32.57,24.28,33,22.09V16.34C32.57,18.53,26,20.28,17.91,20.28Z\"></path><path class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted clr-i-alert\" d=\"M26.85,1l-5.72,9.91a1.28,1.28,0,0,0,1.1,1.91H33.68a1.28,1.28,0,0,0,1.1-1.91L29.06,1A1.28,1.28,0,0,0,26.85,1Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"storage solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--badged clr-i-solid-path-1--badged\" d=\"M17.91,18.28c8.08,0,14.66-1.74,15.09-3.94v-1.6a7.47,7.47,0,0,1-7.38-.8,48.3,48.3,0,0,1-7.71.59A39.4,39.4,0,0,1,6.25,11V9a39.4,39.4,0,0,0,11.66,1.51,51,51,0,0,0,6-.34,7.46,7.46,0,0,1-.59-7.65c-1.87-.18-3.73-.26-5.28-.26-5.57,0-15,.93-15,4.43V29.29c0,3.49,9.43,4.43,15,4.43s15-.93,15-4.43V24.09C32.57,26.28,26,28,17.91,28A39.4,39.4,0,0,1,6.25,26.52v-2A39.4,39.4,0,0,0,17.91,26C26,26,32.57,24.28,33,22.09V16.34c-.43,2.2-7,3.94-15.09,3.94A39.4,39.4,0,0,1,6.25,18.77v-2A39.4,39.4,0,0,0,17.91,18.28Z\"></path><circle class=\"clr-i-solid--badged clr-i-solid-path-2--badged clr-i-badge\" cx=\"30\" cy=\"5.86\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"storage solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M17.91,18.28c8.08,0,14.66-1.74,15.09-3.94V8.59c-.43,2.2-7,3.94-15.09,3.94A39.4,39.4,0,0,1,6.25,11V9a39.4,39.4,0,0,0,11.66,1.51C26,10.53,32.52,8.79,33,6.61h0C32.8,3.2,23.52,2.28,18,2.28S3,3.21,3,6.71V29.29c0,3.49,9.43,4.43,15,4.43s15-.93,15-4.43V24.09C32.57,26.28,26,28,17.91,28A39.4,39.4,0,0,1,6.25,26.52v-2A39.4,39.4,0,0,0,17.91,26C26,26,32.57,24.28,33,22.09V16.34c-.43,2.2-7,3.94-15.09,3.94A39.4,39.4,0,0,1,6.25,18.77v-2A39.4,39.4,0,0,0,17.91,18.28Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"tablet line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <rect x=\"17\" y=\"29\" width=\"2\" height=\"2\" class=\"clr-i-outline clr-i-outline-path-1\"></rect><path d=\"M30,2H6A2,2,0,0,0,4,4V32a2,2,0,0,0,2,2H30a2,2,0,0,0,2-2V4A2,2,0,0,0,30,2Zm0,2V26.38H6V4ZM6,32V28H30v4Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"tablet solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M30,2H6A2,2,0,0,0,4,4V32a2,2,0,0,0,2,2H30a2,2,0,0,0,2-2V4A2,2,0,0,0,30,2ZM19,32H17V30h2ZM6,28V4H30V28Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"tape drive line \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"36\" height=\"36\" viewBox=\"0 0 36 36\"><g id=\"edc65e35-6853-41fe-a251-2204942da15b\" data-name=\"Layer 4\"><path d=\"M32,6H4A2,2,0,0,0,2,8V28a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V8A2,2,0,0,0,32,6ZM4,28V8H32V28Z\"/><path d=\"M13.33,13.35a4.52,4.52,0,1,0,4.53,4.52A4.53,4.53,0,0,0,13.33,13.35Zm0,7.44a2.92,2.92,0,1,1,2.93-2.92A2.92,2.92,0,0,1,13.33,20.79Z\"/><path d=\"M23.62,13.35a4.52,4.52,0,1,0,4.52,4.52A4.53,4.53,0,0,0,23.62,13.35Zm0,7.44a2.92,2.92,0,1,1,2.92-2.92A2.92,2.92,0,0,1,23.62,20.79Z\"/><path d=\"M6,11V23.55H8V12H29.34V10H7A1,1,0,0,0,6,11Z\"/></g></svg></li><li title=\"tape drive outline alerted \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"36\" height=\"36\" viewBox=\"0 0 36 36\"><g id=\"aef6d30c-ae2a-4a11-934d-fbc06f2bc8c1\" data-name=\"Layer 3\"><path d=\"M8.81,17.87a4.53,4.53,0,1,0,4.52-4.52A4.53,4.53,0,0,0,8.81,17.87Zm7.45,0A2.93,2.93,0,1,1,13.33,15,2.93,2.93,0,0,1,16.26,17.87Z\"/><path d=\"M7,10a1,1,0,0,0-1,1V23.55H8V12H18.57A3.7,3.7,0,0,1,19,10Z\"/><path d=\"M33.68,15.4H32V28H4V8H20.14l1.15-2H4A2,2,0,0,0,2,8V28a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V15.38Z\"/><path d=\"M22.09,15.39a3.65,3.65,0,0,1-1.8-.55,4.51,4.51,0,1,0,7.11.56H25.17a2.92,2.92,0,1,1-3.08,0Z\"/><path d=\"M26.85,1.14l-5.72,9.91A1.27,1.27,0,0,0,22.23,13H33.68a1.27,1.27,0,0,0,1.1-1.91L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" fill=\"#fac400\"/></g></svg></li><li title=\"tape drive outline badged \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"36\" height=\"36\" viewBox=\"0 0 36 36\"><g id=\"e54b2db9-51fc-4951-94f7-6cdbb786a675\" data-name=\"Layer 3\"><path d=\"M8.81,17.87a4.53,4.53,0,1,0,4.52-4.52A4.53,4.53,0,0,0,8.81,17.87Zm7.45,0A2.93,2.93,0,1,1,13.33,15,2.93,2.93,0,0,1,16.26,17.87Z\"/><path d=\"M19.1,17.87a4.52,4.52,0,1,0,4.52-4.52A4.53,4.53,0,0,0,19.1,17.87Zm7.44,0A2.92,2.92,0,1,1,23.62,15,2.92,2.92,0,0,1,26.54,17.87Z\"/><path d=\"M32,13.22V28H4V8H22.78a7.37,7.37,0,0,1-.28-2H4A2,2,0,0,0,2,8V28a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V12.34A7.65,7.65,0,0,1,32,13.22Z\"/><path d=\"M6,11V23.55H8V12H25.51a7.66,7.66,0,0,1-1.85-2H7A1,1,0,0,0,6,11Z\"/><circle cx=\"30\" cy=\"6\" r=\"5\" fill=\"#e62700\"/></g></svg></li><li title=\"tape drive solid alerted \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"36\" height=\"36\" viewBox=\"0 0 36 36\"><g id=\"b2f9aaca-300c-4c2c-85b6-c22abfe27d71\" data-name=\"Layer 3\"><path d=\"M7.2,18a5,5,0,1,0,5-5A5,5,0,0,0,7.2,18Zm7,0a2,2,0,1,1-2-2A2,2,0,0,1,14.22,18Z\"/><path d=\"M18.78,18a5,5,0,1,0,9.27-2.6H22.23a3.71,3.71,0,0,1-2.17-.71A5,5,0,0,0,18.78,18Zm5-2a2,2,0,1,1-2,2A2,2,0,0,1,23.79,16Z\"/><path d=\"M33.68,15.4H30V24H6V12H18.57a3.65,3.65,0,0,1,.48-2.11L21.29,6H4A2,2,0,0,0,2,8V28a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V15.38Z\"/><path d=\"M26.85,1.14l-5.72,9.91A1.27,1.27,0,0,0,22.23,13H33.68a1.27,1.27,0,0,0,1.1-1.91L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" fill=\"#fac400\"/></g></svg></li><li title=\"tape drive solid badged \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"36\" height=\"36\" viewBox=\"0 0 36 36\"><g id=\"e6c10aaa-04d3-40e7-911f-0a280855c83c\" data-name=\"Layer 4\"><path d=\"M12.21,23a5,5,0,1,0-5-5A5,5,0,0,0,12.21,23Zm0-7a2,2,0,1,1-2,2A2,2,0,0,1,12.21,16Z\"/><path d=\"M23.79,23a5,5,0,1,0-5-5A5,5,0,0,0,23.79,23Zm0-7a2,2,0,1,1-2,2A2,2,0,0,1,23.79,16Z\"/></g><g id=\"b585f356-dc07-48d7-b5de-cfe268a8c2d5\" data-name=\"Layer 3\"><path d=\"M30,13.5V24H6V12H25.51a7.49,7.49,0,0,1-3-6H4A2,2,0,0,0,2,8V28a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V12.34A7.49,7.49,0,0,1,30,13.5Z\"/><circle cx=\"30\" cy=\"6\" r=\"5\" fill=\"#e62700\"/></g></svg></li><li title=\"tape drive solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"36\" height=\"36\" viewBox=\"0 0 36 36\"><g id=\"bcbf2fa8-b09f-4ed5-b00a-17e9ea4403e4\" data-name=\"Layer 4\"><path d=\"M32,6H4A2,2,0,0,0,2,8V28a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V8A2,2,0,0,0,32,6ZM30,24H6V12H30Z\"/><path d=\"M12.21,23a5,5,0,1,0-5-5A5,5,0,0,0,12.21,23Zm0-7a2,2,0,1,1-2,2A2,2,0,0,1,12.21,16Z\"/><path d=\"M23.79,23a5,5,0,1,0-5-5A5,5,0,0,0,23.79,23Zm0-7a2,2,0,1,1-2,2A2,2,0,0,1,23.79,16Z\"/></g></svg></li><li title=\"terminal line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M32,5H4A2,2,0,0,0,2,7V29a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V7A2,2,0,0,0,32,5ZM4,7H32V9.2H4ZM4,29V10.8H32V29Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><rect x=\"17\" y=\"23\" width=\"6\" height=\"2\" class=\"clr-i-outline clr-i-outline-path-2\"></rect><polygon points=\"7 15.68 13.79 18.8 7 21.91 7 24.11 16.6 19.7 16.6 17.89 7 13.48 7 15.68\" class=\"clr-i-outline clr-i-outline-path-3\"></polygon>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"terminal outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <rect x=\"17\" y=\"23\" width=\"6\" height=\"2\" class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\"></rect><polygon points=\"7 24.11 16.6 19.7 16.6 17.89 7 13.48 7 15.68 13.79 18.8 7 21.91 7 24.11\" class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\"></polygon><path d=\"M33.68,15.4H32V29H4V10.8H18.68A3.66,3.66,0,0,1,19,9.89l.4-.69H4V7H20.71l1.15-2H4A2,2,0,0,0,2,7V29a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V15.38Z\" class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted\"></path><path d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" class=\"clr-i-outline--alerted clr-i-outline-path-4--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"terminal outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <rect x=\"17\" y=\"23\" width=\"6\" height=\"2\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"></rect><polygon points=\"7 24.11 16.6 19.7 16.6 17.89 7 13.48 7 15.68 13.79 18.8 7 21.91 7 24.11\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"></polygon><path d=\"M32,13.22V29H4V10.8H24.24a7.51,7.51,0,0,1-1-1.6H4V7H22.57a7.52,7.52,0,0,1-.07-1,7.52,7.52,0,0,1,.07-1H4A2,2,0,0,0,2,7V29a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V12.34A7.45,7.45,0,0,1,32,13.22Z\" class=\"clr-i-outline--badged clr-i-outline-path-3--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-outline--badged clr-i-outline-path-4--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"terminal solid alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M33.68,15.4H22.23A3.68,3.68,0,0,1,19,9.89l.4-.69H4V7H20.71l1.15-2H4A2,2,0,0,0,2,7V29a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V15.38ZM16.8,19.83l-10,4.59V21.78l6.51-3-6.51-3V13.17l10,4.59Zm6.6,5.57H17V23h6.4Z\" class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\"></path><path d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"terminal solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M30,13.5a7.49,7.49,0,0,1-6.78-4.3H4V7H22.57a7.52,7.52,0,0,1-.07-1,7.52,7.52,0,0,1,.07-1H4A2,2,0,0,0,2,7V29a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V12.34A7.46,7.46,0,0,1,30,13.5ZM16.8,19.83l-10,4.59V21.78l6.51-3-6.51-3V13.17l10,4.59Zm6.6,5.57H17V23h6.4Z\" class=\"clr-i-solid--badged clr-i-solid-path-1--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-solid--badged clr-i-solid-path-2--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"terminal solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M32,5H4A2,2,0,0,0,2,7V29a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V7A2,2,0,0,0,32,5ZM6.8,15.81V13.17l10,4.59v2.08l-10,4.59V21.78l6.51-3ZM23.4,25.4H17V23h6.4ZM4,9.2V7H32V9.2Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"thin client line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M13,30H5a1,1,0,0,1-1-1V4A2,2,0,0,1,6,2h6a2,2,0,0,1,2,2V29A1,1,0,0,1,13,30ZM6,28h6V4H6Z\"/>\n    <circle cx=\"9\" cy=\"7.42\" r=\"1.5\"/>\n    <path d=\"M15,34H3a1,1,0,0,1,0-2H15a1,1,0,0,1,0,2Z\"/>\n    <rect x=\"7.55\" y=\"12.2\" width=\"3\" height=\"1.6\"/>\n    <rect x=\"7.55\" y=\"15.2\" width=\"3\" height=\"1.6\"/>\n    <rect x=\"7.55\" y=\"18.2\" width=\"3\" height=\"1.6\"/>\n    <rect x=\"16\" y=\"8\" width=\"2\" height=\"1.6\"/>\n    <rect x=\"20\" y=\"8\" width=\"2\" height=\"1.6\"/>\n    <path d=\"M33,11.8H25a.8.8,0,0,1-.8-.8V5a.8.8,0,0,1,.8-.8h8a.8.8,0,0,1,.8.8v6A.8.8,0,0,1,33,11.8Zm-7.2-1.6h6.4V5.8H25.8Z\"/>\n    <rect x=\"16\" y=\"20\" width=\"2\" height=\"1.6\"/>\n    <rect x=\"20\" y=\"20\" width=\"2\" height=\"1.6\"/>\n    <path d=\"M33,23.8H25a.8.8,0,0,1-.8-.8V17a.8.8,0,0,1,.8-.8h8a.8.8,0,0,1,.8.8v6A.8.8,0,0,1,33,23.8Zm-7.2-1.6h6.4V17.8H25.8Z\"/>\n    <rect width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"thin client solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M15,32H3a1,1,0,0,0,0,2H15a1,1,0,0,0,0-2Z\"/>\n    <path d=\"M5,30h8a1,1,0,0,0,1-1V4a2,2,0,0,0-2-2H6A2,2,0,0,0,4,4V29A1,1,0,0,0,5,30ZM9,5.92a1.5,1.5,0,1,1-1.5,1.5A1.5,1.5,0,0,1,9,5.92ZM6,12.2h5.84v1.6H6Zm0,3h5.84v1.6H6Zm0,3h6v1.6H6Z\"/>\n    <rect x=\"16\" y=\"8\" width=\"2\" height=\"1.6\"/>\n    <rect x=\"20\" y=\"8\" width=\"2\" height=\"1.6\"/>\n    <path d=\"M33,4.2H25a.8.8,0,0,0-.8.8v6a.8.8,0,0,0,.8.8h8a.8.8,0,0,0,.8-.8V5A.8.8,0,0,0,33,4.2Zm-.8,6H25.8V5.8h6.4Z\"/>\n    <rect x=\"16\" y=\"20\" width=\"2\" height=\"1.6\"/>\n    <rect x=\"20\" y=\"20\" width=\"2\" height=\"1.6\"/>\n    <path d=\"M33,16.2H25a.8.8,0,0,0-.8.8v6a.8.8,0,0,0,.8.8h8a.8.8,0,0,0,.8-.8V17A.8.8,0,0,0,33,16.2Zm-.8,6H25.8V17.8h6.4Z\"/>\n    <rect width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"unarchive line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M29,32H7V22H5V32a2,2,0,0,0,2,2H29a2,2,0,0,0,2-2V22H29Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M14,24a1,1,0,0,0,1,1h6a1,1,0,0,0,0-2H15A1,1,0,0,0,14,24Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M15,18H6V14h9V12H5.5A1.5,1.5,0,0,0,4,13.5V20H15.78A3,3,0,0,1,15,18Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path><path d=\"M30.5,12H21v2h9v4H21a3,3,0,0,1-.78,2H32V13.5A1.5,1.5,0,0,0,30.5,12Z\" class=\"clr-i-outline clr-i-outline-path-4\"></path><path d=\"M13,9.55,17,5.6V18a1,1,0,1,0,2,0V5.6l4,3.95a1,1,0,1,0,1.41-1.42L18,1.78,11.61,8.13A1,1,0,0,0,13,9.55Z\" class=\"clr-i-outline clr-i-outline-path-5\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"unarchive solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M18,21a3,3,0,0,1-2.22-1H5V32a2,2,0,0,0,2,2H29a2,2,0,0,0,2-2V20H20.21A3,3,0,0,1,18,21Zm4,3a1,1,0,0,1-1,1H15a1,1,0,0,1,0-2h6A1,1,0,0,1,22,24Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path><path d=\"M15,12H5.5A1.5,1.5,0,0,0,4,13.5V18H15Z\" class=\"clr-i-solid clr-i-solid-path-2\"></path><path d=\"M30.5,12H21v6H32V13.5A1.5,1.5,0,0,0,30.5,12Z\" class=\"clr-i-solid clr-i-solid-path-3\"></path><path d=\"M13,9.55,17,5.6V18a1,1,0,1,0,2,0V5.6l4,3.95a1,1,0,1,0,1.41-1.42L18,1.78,11.61,8.13A1,1,0,0,0,13,9.55Z\" class=\"clr-i-solid clr-i-solid-path-4\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"uninstall line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M11.29,26.72a1,1,0,0,0,1.41,0L18,21.49l5.3,5.23A1,1,0,0,0,24.7,25.3l-5.28-5.21,5.28-5.21a1,1,0,0,0-1.41-1.42L18,18.68l-5.3-5.23a1,1,0,0,0-1.41,1.42l5.28,5.21L11.3,25.3A1,1,0,0,0,11.29,26.72Z\"></path><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M30.92,8H26.55a1,1,0,0,0,0,2H31V30H5V10H9.38a1,1,0,0,0,0-2H5.08A2,2,0,0,0,3,10V30a2,2,0,0,0,2.08,2H30.92A2,2,0,0,0,33,30V10A2,2,0,0,0,30.92,8Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"uninstall outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\" d=\"M11.29,26.72a1,1,0,0,0,1.41,0L18,21.49l5.3,5.23A1,1,0,0,0,24.7,25.3l-5.28-5.21,4.75-4.69H22.23a3.65,3.65,0,0,1-.81-.1L18,18.68l-5.3-5.23a1,1,0,0,0-1.41,1.42l5.28,5.21L11.3,25.3A1,1,0,0,0,11.29,26.72Z\"></path><path class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\" d=\"M31,15.4V30H5V10H9.38a1,1,0,0,0,0-2H5.08A2,2,0,0,0,3,10V30a2,2,0,0,0,2.08,2H30.92A2,2,0,0,0,33,30V15.4Z\"></path><path class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted clr-i-alert\" d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"uninstall outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--badged clr-i-outline-path-1--badged\" d=\"M11.29,26.72a1,1,0,0,0,1.41,0L18,21.49l5.3,5.23A1,1,0,0,0,24.7,25.3l-5.28-5.21,5.28-5.21a1,1,0,0,0-1.41-1.42L18,18.68l-5.3-5.23a1,1,0,0,0-1.41,1.42l5.28,5.21L11.3,25.3A1,1,0,0,0,11.29,26.72Z\"></path><path class=\"clr-i-outline--badged clr-i-outline-path-2--badged\" d=\"M31,13.43V30H5V10H9.38a1,1,0,0,0,0-2H5.08A2,2,0,0,0,3,10V30a2,2,0,0,0,2.08,2H30.92A2,2,0,0,0,33,30V12.87A7.45,7.45,0,0,1,31,13.43Z\"></path><circle class=\"clr-i-outline--badged clr-i-outline-path-3--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"unlink line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M5,5,3.59,6.41l9,9L8.1,19.79a5.91,5.91,0,0,0,0,8.39,6,6,0,0,0,8.44,0L21,23.78l8.63,8.63L31,31ZM15.13,26.76a4,4,0,0,1-5.62,0,3.92,3.92,0,0,1,0-5.55L14,16.79l5.58,5.58Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M21.53,9.22a4,4,0,0,1,5.62,0,3.92,3.92,0,0,1,0,5.55l-4.79,4.76L23.78,21l4.79-4.76a5.92,5.92,0,0,0,0-8.39,6,6,0,0,0-8.44,0l-4.76,4.74L16.78,14Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"update line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n\t<path d=\"M19.5,28.1h-2.9c-0.5,0-0.9-0.3-1-0.8l-0.5-1.8c-0.2-0.1-0.2-0.1-0.4-0.2l-1.6,0.9c-0.4,0.2-0.9,0.2-1.2-0.2l-2.1-2.1\n\t\t\t\tc-0.3-0.3-0.4-0.8-0.2-1.2l0.9-1.6c-0.1-0.2-0.1-0.2-0.2-0.4l-1.8-0.5c-0.4-0.1-0.8-0.5-0.8-1v-2.9c0-0.5,0.3-0.9,0.8-1l1.8-0.5\n\t\t\t\tc0.1-0.2,0.1-0.2,0.2-0.4l-0.9-1.6c-0.2-0.4-0.2-0.9,0.2-1.2l2.1-2.1c0.3-0.3,0.8-0.4,1.2-0.2l1.6,0.9c0.2-0.1,0.2-0.1,0.4-0.2\n\t\t\t\tl0.5-1.8c0.1-0.4,0.5-0.8,1-0.8h2.9c0.5,0,0.9,0.3,1,0.8l0.5,1.8c0.2,0.1,0.2,0.1,0.4,0.2l1.6-0.9c0.4-0.2,0.9-0.2,1.2,0.2\n\t\t\t\tl2.1,2.1c0.3,0.3,0.4,0.8,0.2,1.2l-0.9,1.6c0.1,0.2,0.1,0.2,0.2,0.4l1.8,0.5c0.4,0.1,0.8,0.5,0.8,1v2.9c0,0.5-0.3,0.9-0.8,1\n\t\t\t\tl-1.8,0.5c-0.1,0.2-0.1,0.2-0.2,0.4l0.9,1.6c0.2,0.4,0.2,0.9-0.2,1.2l-2.1,2.1c-0.3,0.3-0.8,0.4-1.2,0.2l-1.6-0.9\n\t\t\t\tc-0.2,0.1-0.2,0.1-0.4,0.2l-0.5,1.8C20.3,27.8,19.9,28.1,19.5,28.1z M17.3,26.1h1.4l0.5-2.1l0.5-0.2c0.4-0.1,0.7-0.3,1.1-0.4\n\t\t\t\tl0.5-0.3l1.9,1.1l1-1l-1.1-1.9l0.3-0.5c0.2-0.3,0.3-0.7,0.4-1.1l0.2-0.5l2.1-0.5v-1.4L24,16.8l-0.2-0.5c-0.1-0.4-0.3-0.7-0.4-1.1\n\t\t\t\tl-0.3-0.5l1.1-1.9l-1-1l-1.9,1.1l-0.5-0.3c-0.3-0.2-0.7-0.3-1.1-0.4L19.2,12l-0.5-2.1h-1.4L16.8,12l-0.5,0.2\n\t\t\t\tc-0.4,0.1-0.7,0.3-1.1,0.4l-0.5,0.3l-1.9-1.1l-1,1l1.1,1.9l-0.3,0.5c-0.2,0.3-0.3,0.7-0.4,1.1L12,16.8l-2.1,0.5v1.4l2.1,0.5\n\t\t\t\tl0.2,0.5c0.1,0.4,0.3,0.7,0.4,1.1l0.3,0.5l-1.1,1.9l1,1l1.9-1.1l0.5,0.3c0.3,0.2,0.7,0.3,1.1,0.4l0.5,0.2L17.3,26.1z M27.1,19.5\n\t\t\t\tL27.1,19.5L27.1,19.5z\"/>\n\t<path d=\"M18,22.3c-2.4,0-4.3-1.9-4.3-4.3s1.9-4.3,4.3-4.3c2.4,0,4.3,1.9,4.3,4.3S20.4,22.3,18,22.3z M18,15.7\n\t\t\t\tc-1.3,0-2.3,1-2.3,2.3s1,2.3,2.3,2.3c1.3,0,2.3-1,2.3-2.3S19.3,15.7,18,15.7z\"/>\n\t<path d=\"M18,2c-0.6,0-1,0.4-1,1s0.4,1,1,1c7.7,0,14,6.3,14,14s-6.3,14-14,14S4,25.7,4,18c0-2.8,0.8-5.5,2.4-7.8v1.2\n\t\tc0,0.6,0.4,1,1,1s1-0.4,1-1v-5h-5c-0.6,0-1,0.4-1,1s0.4,1,1,1h1.8C3.1,11.1,2,14.5,2,18c0,8.8,7.2,16,16,16s16-7.2,16-16\n\t\tS26.8,2,18,2z\"/>\n    <rect width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg>\n</li><li title=\"upload cloud line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M30.31,13c0-.1,0-.21,0-.32a10.26,10.26,0,0,0-10.45-10,10.47,10.47,0,0,0-9.6,6.1A9.74,9.74,0,0,0,1.6,18.4,9.62,9.62,0,0,0,11.25,28H15V26H11.25A7.65,7.65,0,0,1,11,10.74l.67,0,.23-.63a8.43,8.43,0,0,1,8-5.4,8.26,8.26,0,0,1,8.45,8,7.75,7.75,0,0,1,0,.8l-.08.72.65.3A6,6,0,0,1,26.38,26H21v2h5.38a8,8,0,0,0,3.93-15Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M22.28,21.85A1,1,0,0,0,23,20.14l-5-5-5,5a1,1,0,0,0,1.41,1.41L17,19V31.25a1,1,0,1,0,2,0V19l2.57,2.57A1,1,0,0,0,22.28,21.85Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"upload cloud outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M22.28,21.85A1,1,0,0,0,23,20.14l-5-5-5,5a1,1,0,0,0,1.41,1.41L17,19V31.25a1,1,0,1,0,2,0V19l2.57,2.57A1,1,0,0,0,22.28,21.85Z\" class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\"></path><path d=\"M3.6,18.38A7.71,7.71,0,0,1,11,10.74l.67,0,.23-.63a8.43,8.43,0,0,1,8-5.4,8.81,8.81,0,0,1,2,.25l1-1.8a10.8,10.8,0,0,0-3.07-.45,10.47,10.47,0,0,0-9.6,6.1A9.74,9.74,0,0,0,1.6,18.4,9.62,9.62,0,0,0,11.25,28H15V26H11.25A7.66,7.66,0,0,1,3.6,18.38Z\" class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\"></path><path d=\"M32.9,15.4H30.21A6,6,0,0,1,26.38,26H21v2h5.38A8,8,0,0,0,32.9,15.4Z\" class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted\"></path><path d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" class=\"clr-i-outline--alerted clr-i-outline-path-4--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"upload cloud outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M22.28,21.85A1,1,0,0,0,23,20.14l-5-5-5,5a1,1,0,0,0,1.41,1.41L17,19V31.25a1,1,0,1,0,2,0V19l2.57,2.57A1,1,0,0,0,22.28,21.85Z\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"></path><path d=\"M30.92,13.44a7.13,7.13,0,0,1-2.63-.14c0,.08,0,.15,0,.23l-.08.72.65.3A6,6,0,0,1,26.38,26H21v2h5.38a8,8,0,0,0,4.54-14.56Z\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"></path><path d=\"M3.6,18.38A7.71,7.71,0,0,1,11,10.74l.67,0,.23-.63a8.43,8.43,0,0,1,8-5.4,8.79,8.79,0,0,1,2.68.42,7.45,7.45,0,0,1,.5-1.94,10.79,10.79,0,0,0-3.18-.48,10.47,10.47,0,0,0-9.6,6.1A9.74,9.74,0,0,0,1.6,18.4,9.62,9.62,0,0,0,11.25,28H15V26H11.25A7.66,7.66,0,0,1,3.6,18.38Z\" class=\"clr-i-outline--badged clr-i-outline-path-3--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-outline--badged clr-i-outline-path-4--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"usb line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M14.29,11.4a1.49,1.49,0,0,1,1.28-.72h1a2.89,2.89,0,0,0,2.75,2.09,3,3,0,0,0,0-5.91,2.9,2.9,0,0,0-2.67,1.82H15.57a3.49,3.49,0,0,0-3,1.66l-3,4.83h2.36Zm5-2.94A1.36,1.36,0,1,1,18,9.81,1.32,1.32,0,0,1,19.33,8.46Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M34.3,17.37l-6.11-3.66a.7.7,0,0,0-.7,0,.71.71,0,0,0-.36.61V17H6.92a2.33,2.33,0,0,1,.32,1.17,2.47,2.47,0,1,1-2.47-2.46,2.37,2.37,0,0,1,1.15.3l.93-1.76A4.44,4.44,0,1,0,9.15,19h3.58l4.17,6.65a3.49,3.49,0,0,0,3,1.66h1.66v1.28a.79.79,0,0,0,.8.79h4.49a.79.79,0,0,0,.8-.79v-4.4a.79.79,0,0,0-.8-.8H22.34a.8.8,0,0,0-.8.8v1.12H19.88a1.51,1.51,0,0,1-1.28-.72L15.09,19h12v2.66a.69.69,0,0,0,.36.61.67.67,0,0,0,.34.09.65.65,0,0,0,.36-.1l6.11-3.66a.69.69,0,0,0,.34-.6A.71.71,0,0,0,34.3,17.37ZM23.14,25H26v2.8H23.14Zm5.39-4.56V15.55l4,2.42Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"usb solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M34.72,17.37l-5.51-3.31a.71.71,0,0,0-1.07.6V17H11.77l3.52-5.6a1.49,1.49,0,0,1,1.28-.72h1.64a2.41,2.41,0,0,0,2.25,1.61,2.48,2.48,0,0,0,0-4.95,2.38,2.38,0,0,0-2.13,1.34H16.57a3.49,3.49,0,0,0-3,1.66L9.41,17H8a3.46,3.46,0,1,0,.08,2h5.64l4.15,6.62a3.49,3.49,0,0,0,3,1.66h2.59v.92h4.4V23.8h-4.4v1.48H20.88a1.51,1.51,0,0,1-1.28-.72L16.11,19h12v2.28a.7.7,0,0,0,.36.61.72.72,0,0,0,.34.09.65.65,0,0,0,.36-.1l5.52-3.31a.7.7,0,0,0,0-1.2Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"vm line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M11,5H25V8h2V5a2,2,0,0,0-2-2H11A2,2,0,0,0,9,5v6.85h2Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M30,10H17v2h8v6h2V12h3V26H22V17a2,2,0,0,0-2-2H6a2,2,0,0,0-2,2V31a2,2,0,0,0,2,2H20a2,2,0,0,0,2-2V28h8a2,2,0,0,0,2-2V12A2,2,0,0,0,30,10ZM6,31V17H20v9H16V20H14v6a2,2,0,0,0,2,2h4v3Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"vm outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M11,5H21.87L23,3H11A2,2,0,0,0,9,5v6.85h2Z\" class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\"></path><rect x=\"25.01\" y=\"15.4\" width=\"1.99\" height=\"2.6\" class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\"></rect><path d=\"M30,15.4V26H22V17a2,2,0,0,0-2-2H6a2,2,0,0,0-2,2V31a2,2,0,0,0,2,2H20a2,2,0,0,0,2-2V28h8a2,2,0,0,0,2-2V15.4ZM6,31V17H20v9H16V20H14v6a2,2,0,0,0,2,2h4v3Z\" class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted\"></path><path d=\"M17,10v2h1.57A3.67,3.67,0,0,1,19,10Z\" class=\"clr-i-outline--alerted clr-i-outline-path-4--alerted\"></path><path d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" class=\"clr-i-outline--alerted clr-i-outline-path-5--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"vm outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M11,5H22.57a7.45,7.45,0,0,1,.55-2H11A2,2,0,0,0,9,5v6.85h2Z\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"></path><path d=\"M30,13.5h0V26H22V17a2,2,0,0,0-2-2H6a2,2,0,0,0-2,2V31a2,2,0,0,0,2,2H20a2,2,0,0,0,2-2V28h8a2,2,0,0,0,2-2V13.22A7.49,7.49,0,0,1,30,13.5ZM6,31V17H20v9H16V20H14v6a2,2,0,0,0,2,2h4v3Z\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"></path><path d=\"M17,12h8v6h2V12.87A7.52,7.52,0,0,1,23.66,10H17Z\" class=\"clr-i-outline--badged clr-i-outline-path-3--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-outline--badged clr-i-outline-path-4--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"vm solid alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M13.59,12a3.6,3.6,0,0,1,3.6-3.6h2.72L23,3H11A2,2,0,0,0,9,5v8.4h4.59Z\" class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\"></path><path d=\"M17.19,10a2,2,0,0,0-2,2v1.4H19A3.68,3.68,0,0,1,19,10Z\" class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted\"></path><path d=\"M23.21,15.4A3.55,3.55,0,0,1,23.6,17v8H22V17a2,2,0,0,0-2-2H6a2,2,0,0,0-2,2V31a2,2,0,0,0,2,2H20a2,2,0,0,0,2-2V29.6H17.19a3.6,3.6,0,0,1-3.6-3.6V20h1.6v6a2,2,0,0,0,2,2H30a2,2,0,0,0,2-2V15.4Z\" class=\"clr-i-solid--alerted clr-i-solid-path-3--alerted\"></path><path d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" class=\"clr-i-solid--alerted clr-i-solid-path-4--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"vm solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M13.59,12a3.6,3.6,0,0,1,3.6-3.6H22.9A7.45,7.45,0,0,1,23.13,3H11A2,2,0,0,0,9,5v8.4h4.59Z\" class=\"clr-i-solid--badged clr-i-solid-path-1--badged\"></path><path d=\"M30,13.5A7.49,7.49,0,0,1,23.66,10H17.19a2,2,0,0,0-2,2v1.4H20A3.6,3.6,0,0,1,23.6,17v8H22V17a2,2,0,0,0-2-2H6a2,2,0,0,0-2,2V31a2,2,0,0,0,2,2H20a2,2,0,0,0,2-2V29.6H17.19a3.6,3.6,0,0,1-3.6-3.6V20h1.6v6a2,2,0,0,0,2,2H30a2,2,0,0,0,2-2V13.22A7.49,7.49,0,0,1,30,13.5Z\" class=\"clr-i-solid--badged clr-i-solid-path-2--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-solid--badged clr-i-solid-path-3--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"vm solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M13.59,12a3.6,3.6,0,0,1,3.6-3.6H27V5a2,2,0,0,0-2-2H11A2,2,0,0,0,9,5v8.4h4.59Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path><path d=\"M30,10H17.19a2,2,0,0,0-2,2v1.4H20A3.6,3.6,0,0,1,23.6,17v8H22V17a2,2,0,0,0-2-2H6a2,2,0,0,0-2,2V31a2,2,0,0,0,2,2H20a2,2,0,0,0,2-2V29.6H17.19a3.6,3.6,0,0,1-3.6-3.6V20h1.6v6a2,2,0,0,0,2,2H30a2,2,0,0,0,2-2V12A2,2,0,0,0,30,10Z\" class=\"clr-i-solid clr-i-solid-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"vmw app line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <polygon points=\"28 22 30 22 30 30 22 30 22 28 20 28 20 32 32 32 32 20 28 20 28 22\" class=\"clr-i-outline clr-i-outline-path-1\"></polygon><polygon points=\"14 30 6 30 6 22 8 22 8 20 4 20 4 32 16 32 16 28 14 28 14 30\" class=\"clr-i-outline clr-i-outline-path-2\"></polygon><polygon points=\"8 14 6 14 6 6 14 6 14 8 16 8 16 4 4 4 4 16 8 16 8 14\" class=\"clr-i-outline clr-i-outline-path-3\"></polygon><polygon points=\"20 4 20 8 22 8 22 6 30 6 30 14 28 14 28 16 32 16 32 4 20 4\" class=\"clr-i-outline clr-i-outline-path-4\"></polygon><rect x=\"11\" y=\"11\" width=\"6\" height=\"6\" class=\"clr-i-outline clr-i-outline-path-5\"></rect><rect x=\"19\" y=\"11\" width=\"6\" height=\"6\" class=\"clr-i-outline clr-i-outline-path-6\"></rect><rect x=\"11\" y=\"19\" width=\"6\" height=\"6\" class=\"clr-i-outline clr-i-outline-path-7\"></rect><rect x=\"19\" y=\"19\" width=\"6\" height=\"6\" class=\"clr-i-outline clr-i-outline-path-8\"></rect>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"vmw app outline alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <polygon points=\"28 22 30 22 30 30 22 30 22 28 20 28 20 32 32 32 32 20 28 20 28 22\" class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\"></polygon><polygon points=\"14 30 6 30 6 22 8 22 8 20 4 20 4 32 16 32 16 28 14 28 14 30\" class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\"></polygon><polygon points=\"8 14 6 14 6 6 14 6 14 8 16 8 16 4 4 4 4 16 8 16 8 14\" class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted\"></polygon><rect x=\"11\" y=\"11\" width=\"6\" height=\"6\" class=\"clr-i-outline--alerted clr-i-outline-path-4--alerted\"></rect><rect x=\"11\" y=\"19\" width=\"6\" height=\"6\" class=\"clr-i-outline--alerted clr-i-outline-path-5--alerted\"></rect><rect x=\"19\" y=\"19\" width=\"6\" height=\"6\" class=\"clr-i-outline--alerted clr-i-outline-path-6--alerted\"></rect><path d=\"M25,15.4H22.23A3.69,3.69,0,0,1,19,13.56l0-.1V17h6Z\" class=\"clr-i-outline--alerted clr-i-outline-path-7--alerted\"></path><polygon points=\"22.45 4 20 4 20 8 20.14 8 22.45 4\" class=\"clr-i-outline--alerted clr-i-outline-path-8--alerted\"></polygon><rect x=\"28\" y=\"15.4\" width=\"4\" height=\"0.6\" class=\"clr-i-outline--alerted clr-i-outline-path-9--alerted\"></rect><path d=\"M26.85,1.14,21.13,11A1.28,1.28,0,0,0,22.23,13H33.68A1.28,1.28,0,0,0,34.78,11L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\" class=\"clr-i-outline--alerted clr-i-outline-path-10--alerted clr-i-alert\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"vmw app outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <polygon points=\"28 22 30 22 30 30 22 30 22 28 20 28 20 32 32 32 32 20 28 20 28 22\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"></polygon><polygon points=\"14 30 6 30 6 22 8 22 8 20 4 20 4 32 16 32 16 28 14 28 14 30\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"></polygon><polygon points=\"8 14 6 14 6 6 14 6 14 8 16 8 16 4 4 4 4 16 8 16 8 14\" class=\"clr-i-outline--badged clr-i-outline-path-3--badged\"></polygon><rect x=\"11\" y=\"11\" width=\"6\" height=\"6\" class=\"clr-i-outline--badged clr-i-outline-path-4--badged\"></rect><rect x=\"11\" y=\"19\" width=\"6\" height=\"6\" class=\"clr-i-outline--badged clr-i-outline-path-5--badged\"></rect><rect x=\"19\" y=\"19\" width=\"6\" height=\"6\" class=\"clr-i-outline--badged clr-i-outline-path-6--badged\"></rect><path d=\"M22,6h.5a7.49,7.49,0,0,1,.28-2H20V8h2Z\" class=\"clr-i-outline--badged clr-i-outline-path-7--badged\"></path><path d=\"M30,13.5V14H28v2h4V13.22A7.49,7.49,0,0,1,30,13.5Z\" class=\"clr-i-outline--badged clr-i-outline-path-8--badged\"></path><path d=\"M25,11.58a7.53,7.53,0,0,1-.58-.58H19v6h6Z\" class=\"clr-i-outline--badged clr-i-outline-path-9--badged\"></path><circle cx=\"30\" cy=\"6\" r=\"5\" class=\"clr-i-outline--badged clr-i-outline-path-10--badged clr-i-badge\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"wifi line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M33.55,8.2a28.1,28.1,0,0,0-31.11.08A1,1,0,1,0,3.56,9.94a26.11,26.11,0,0,1,28.89-.07,1,1,0,0,0,1.1-1.67Z\"></path><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M18.05,10.72A20.74,20.74,0,0,0,6.23,14.4,1,1,0,0,0,7.36,16,18.85,18.85,0,0,1,28.64,16a1,1,0,0,0,1.12-1.65A20.75,20.75,0,0,0,18.05,10.72Z\"></path><path class=\"clr-i-outline clr-i-outline-path-3\" d=\"M18.05,17.9a13.51,13.51,0,0,0-8,2.64,1,1,0,0,0,1.18,1.61,11.56,11.56,0,0,1,13.62-.08A1,1,0,1,0,26,20.46,13.52,13.52,0,0,0,18.05,17.9Z\"></path><path class=\"clr-i-outline clr-i-outline-path-4\" d=\"M18,24.42a4,4,0,1,0,4,4A4,4,0,0,0,18,24.42Zm0,6a2,2,0,1,1,2-2A2,2,0,0,1,18,30.42Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"wifi solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <circle class=\"clr-i-solid clr-i-solid-path-1\" cx=\"18\" cy=\"29.54\" r=\"3\"></circle><path class=\"clr-i-solid clr-i-solid-path-2\" d=\"M32.76,9.38a27.87,27.87,0,0,0-29.57,0,1.51,1.51,0,0,0-.48,2.11l.11.17a1.49,1.49,0,0,0,2,.46,24.68,24.68,0,0,1,26.26,0,1.49,1.49,0,0,0,2-.46l.11-.17A1.51,1.51,0,0,0,32.76,9.38Z\"></path><path class=\"clr-i-solid clr-i-solid-path-3\" d=\"M28.82,15.44a20.59,20.59,0,0,0-21.7,0,1.51,1.51,0,0,0-.46,2.1l.11.17a1.49,1.49,0,0,0,2,.46,17.4,17.4,0,0,1,18.36,0,1.49,1.49,0,0,0,2-.46l.11-.17A1.51,1.51,0,0,0,28.82,15.44Z\"></path><path class=\"clr-i-solid clr-i-solid-path-4\" d=\"M24.88,21.49a13.41,13.41,0,0,0-13.82,0,1.5,1.5,0,0,0-.46,2.09l.1.16a1.52,1.52,0,0,0,2.06.44,10.27,10.27,0,0,1,10.42,0,1.52,1.52,0,0,0,2.06-.45l.1-.16A1.49,1.49,0,0,0,24.88,21.49Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li class='heading'>text edit</li><li title=\"align bottom line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M34,30H2a1,1,0,0,0,0,2H34a1,1,0,0,0,0-2Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M16,5a1,1,0,0,0-1-1H7A1,1,0,0,0,6,5V28H16ZM14,26H8V6h6Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M30,13a1,1,0,0,0-1-1H21a1,1,0,0,0-1,1V28H30ZM28,26H22V14h6Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"align center line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M31,20H19V16h6a1,1,0,0,0,1-1V7a1,1,0,0,0-1-1H19V2a1,1,0,0,0-2,0V6H11a1,1,0,0,0-1,1v8a1,1,0,0,0,1,1h6v4H5a1,1,0,0,0-1,1v8a1,1,0,0,0,1,1H17v4a1,1,0,0,0,2,0V30H31a1,1,0,0,0,1-1V21A1,1,0,0,0,31,20ZM12,14V8H24v6ZM30,28H6V22H30Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"align left line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M5,1A1,1,0,0,0,4,2V34a1,1,0,0,0,2,0V2A1,1,0,0,0,5,1Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M31,20H8V30H31a1,1,0,0,0,1-1V21A1,1,0,0,0,31,20Zm-1,8H10V22H30Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M24,15V7a1,1,0,0,0-1-1H8V16H23A1,1,0,0,0,24,15Zm-2-1H10V8H22Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"align left text line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M20.25,26H6v2.2H20.25a1.1,1.1,0,0,0,0-2.2Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M28,20H6v2.2H28A1.1,1.1,0,0,0,28,20Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M22.6,15.1A1.1,1.1,0,0,0,21.5,14H6v2.2H21.5A1.1,1.1,0,0,0,22.6,15.1Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path><path d=\"M29.25,8H6v2.2H29.25a1.1,1.1,0,1,0,0-2.2Z\" class=\"clr-i-outline clr-i-outline-path-4\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"align middle line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M34,17H30V11a1,1,0,0,0-1-1H21a1,1,0,0,0-1,1v6H16V5a1,1,0,0,0-1-1H7A1,1,0,0,0,6,5V17H2a1,1,0,0,0,0,2H6V31a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1V19h4v6a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1V19h4a1,1,0,0,0,0-2ZM14,30H8V6h6Zm14-6H22V12h6Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"align right line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M31,1a1,1,0,0,0-1,1V34a1,1,0,0,0,2,0V2A1,1,0,0,0,31,1Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M4,21v8a1,1,0,0,0,1,1H28V20H5A1,1,0,0,0,4,21Zm2,1H26v6H6Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M12,7v8a1,1,0,0,0,1,1H28V6H13A1,1,0,0,0,12,7Zm2,1H26v6H14Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"align right text line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M14.65,27.1a1.1,1.1,0,0,0,1.1,1.1H30V26H15.75A1.1,1.1,0,0,0,14.65,27.1Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M6.9,21.1A1.1,1.1,0,0,0,8,22.2H30V20H8A1.1,1.1,0,0,0,6.9,21.1Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M13.4,15.1a1.1,1.1,0,0,0,1.1,1.1H30V14H14.5A1.1,1.1,0,0,0,13.4,15.1Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path><path d=\"M6.75,8a1.1,1.1,0,1,0,0,2.2H30V8Z\" class=\"clr-i-outline clr-i-outline-path-4\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"align top line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M34,4H2A1,1,0,0,0,2,6H34a1,1,0,0,0,0-2Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M6,31a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1V8H6ZM8,10h6V30H8Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M20,23a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1V8H20Zm2-13h6V22H22Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"block quote line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M11.86,16.55a4.31,4.31,0,0,0-2.11.56,14.44,14.44,0,0,1,4.36-6,1.1,1.1,0,0,0-1.4-1.7c-4,3.25-5.78,7.75-5.78,10.54A5.08,5.08,0,0,0,10,24.58a4.4,4.4,0,0,0,1.88.44,4.24,4.24,0,1,0,0-8.47Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M23,16.55a4.29,4.29,0,0,0-2.11.56,14.5,14.5,0,0,1,4.35-6,1.1,1.1,0,1,0-1.39-1.7c-4,3.25-5.78,7.75-5.78,10.54a5.08,5.08,0,0,0,3,4.61A4.37,4.37,0,0,0,23,25a4.24,4.24,0,1,0,0-8.47Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"bold line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M22.43,17.54a4.67,4.67,0,0,0,2.8-4.37v-.06a4.43,4.43,0,0,0-1.31-3.25,7.09,7.09,0,0,0-5.13-1.73h-7A1.71,1.71,0,0,0,10,9.86V26a1.72,1.72,0,0,0,1.74,1.74h7.33c4.37,0,7.25-1.88,7.25-5.38V22.3C26.32,19.64,24.73,18.32,22.43,17.54ZM13.68,11.4h4.54c2,0,3.15.89,3.15,2.33v.06c0,1.68-1.36,2.49-3.38,2.49H13.68ZM22.37,22c0,1.59-1.31,2.43-3.46,2.43H13.68V19.62h5c2.49,0,3.69.88,3.69,2.37Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"bullet list line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <circle cx=\"5.21\" cy=\"9.17\" r=\"2\" class=\"clr-i-outline clr-i-outline-path-1\"></circle><circle cx=\"5.21\" cy=\"17.17\" r=\"2\" class=\"clr-i-outline clr-i-outline-path-2\"></circle><circle cx=\"5.21\" cy=\"25.17\" r=\"2\" class=\"clr-i-outline clr-i-outline-path-3\"></circle><path d=\"M32.42,9a1,1,0,0,0-1-1H10v2H31.42A1,1,0,0,0,32.42,9Z\" class=\"clr-i-outline clr-i-outline-path-4\"></path><path d=\"M31.42,16H10v2H31.42a1,1,0,0,0,0-2Z\" class=\"clr-i-outline clr-i-outline-path-5\"></path><path d=\"M31.42,24H10v2H31.42a1,1,0,0,0,0-2Z\" class=\"clr-i-outline clr-i-outline-path-6\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"center text line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M30.88,8H5.12a1.1,1.1,0,0,0,0,2.2H30.88a1.1,1.1,0,1,0,0-2.2Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M25.5,16.2a1.1,1.1,0,1,0,0-2.2h-15a1.1,1.1,0,1,0,0,2.2Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M30.25,20H5.75a1.1,1.1,0,0,0,0,2.2h24.5a1.1,1.1,0,0,0,0-2.2Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path><path d=\"M24.88,26H11.12a1.1,1.1,0,1,0,0,2.2H24.88a1.1,1.1,0,1,0,0-2.2Z\" class=\"clr-i-outline clr-i-outline-path-4\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"checkbox list line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M31.43,16H10v2H31.43a1,1,0,0,0,0-2Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M31.43,24H10v2H31.43a1,1,0,0,0,0-2Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M15.45,10h16a1,1,0,0,0,0-2h-14Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path><path d=\"M17.5,3.42a1.09,1.09,0,0,0-1.55,0L7.89,11.48,4.51,7.84A1.1,1.1,0,1,0,2.9,9.34l4.94,5.3L17.5,5A1.1,1.1,0,0,0,17.5,3.42Z\" class=\"clr-i-outline clr-i-outline-path-4\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"font size line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M21,9.08A1.13,1.13,0,0,0,19.86,8H4.62a1.1,1.1,0,1,0,0,2.19H11V27a1.09,1.09,0,0,0,2.17,0V10.19h6.69A1.14,1.14,0,0,0,21,9.08Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M30.67,15H21.15a1.1,1.1,0,1,0,0,2.19H25V26.5a1.09,1.09,0,0,0,2.17,0V17.23h3.54a1.1,1.1,0,1,0,0-2.19Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"highlighter line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M15.82,26.06a1,1,0,0,1-.71-.29L8.67,19.33a1,1,0,0,1-.29-.71,1,1,0,0,1,.29-.71L23,3.54a5.55,5.55,0,1,1,7.85,7.86L16.53,25.77A1,1,0,0,1,15.82,26.06Zm-5-7.44,5,5L29.48,10a3.54,3.54,0,0,0,0-5,3.63,3.63,0,0,0-5,0Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M10.38,28.28A1,1,0,0,1,9.67,28L6.45,24.77a1,1,0,0,1-.22-1.09l2.22-5.44a1,1,0,0,1,1.63-.33l6.45,6.44A1,1,0,0,1,16.2,26l-5.44,2.22A1.33,1.33,0,0,1,10.38,28.28ZM8.33,23.82l2.29,2.28,3.43-1.4L9.74,20.39Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M8.94,30h-5a1,1,0,0,1-.84-1.55l3.22-4.94a1,1,0,0,1,1.55-.16l3.21,3.22a1,1,0,0,1,.06,1.35L9.7,29.64A1,1,0,0,1,8.94,30ZM5.78,28H8.47L9,27.34l-1.7-1.7Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path><rect x=\"3.06\" y=\"31\" width=\"30\" height=\"3\" class=\"clr-i-outline clr-i-outline-path-4\"></rect>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"indent line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M31.06,9h-26a1,1,0,1,1,0-2h26a1,1,0,1,1,0,2Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M31.06,14h-17a1,1,0,0,1,0-2h17a1,1,0,1,1,0,2Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M31.06,19h-17a1,1,0,0,1,0-2h17a1,1,0,1,1,0,2Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path><path d=\"M31.06,24h-17a1,1,0,0,1,0-2h17a1,1,0,1,1,0,2Z\" class=\"clr-i-outline clr-i-outline-path-4\"></path><path d=\"M31.06,29h-26a1,1,0,0,1,0-2h26a1,1,0,1,1,0,2Z\" class=\"clr-i-outline clr-i-outline-path-5\"></path><path d=\"M5.56,22.54a1,1,0,0,1-.7-1.71L7.68,18,4.86,15.17a1,1,0,0,1,0-1.41,1,1,0,0,1,1.41,0L10.51,18,6.27,22.24A1,1,0,0,1,5.56,22.54Z\" class=\"clr-i-outline clr-i-outline-path-6\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"italic line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M24.42,8H17.1a1.1,1.1,0,1,0,0,2.19h2.13L13.11,25.55H10.47a1.1,1.1,0,1,0,0,2.19H17.8a1.1,1.1,0,1,0,0-2.19H15.51l6.13-15.36h2.78a1.1,1.1,0,1,0,0-2.19Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"justify text line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M6,10.2H31.75a1.1,1.1,0,1,0,0-2.2H6a1.1,1.1,0,1,0,0,2.2Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M31.75,14H6a1.1,1.1,0,1,0,0,2.2H31.75a1.1,1.1,0,1,0,0-2.2Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M31.12,20H6.62a1.1,1.1,0,1,0,0,2.2h24.5a1.1,1.1,0,1,0,0-2.2Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path><path d=\"M30.45,25.83H6.6a1.1,1.1,0,0,0,0,2.2H30.45a1.1,1.1,0,0,0,0-2.2Z\" class=\"clr-i-outline clr-i-outline-path-4\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"language line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M30,3H14v5h2V5h14c0.6,0,1,0.4,1,1v11c0,0.6-0.4,1-1,1H17v7h-5.3L8,27.9V25H5c-0.6,0-1-0.4-1-1V13c0-0.6,0.4-1,1-1h13v-2H5\n\t\tc-1.7,0-3,1.3-3,3v11c0,1.7,1.3,3,3,3h1v5.1l6.3-5.1H19v-7h11c1.7,0,3-1.3,3-3V6C33,4.3,31.7,3,30,3z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M6.2,22.9h2.4l0.6-1.6h3.1l0.6,1.6h2.4L11.9,14H9.5L6.2,22.9z M10.7,16.5l1,3.1h-2L10.7,16.5z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M20,17c1.1,0,2.6-0.3,4-1c1.4,0.7,3,1,4,1v-2c0,0-1,0-2.1-0.4c1.2-1.2,2.1-3,2.1-5.6V8h-3V6h-2v2h-3v2h5.9\n\t\tc-0.2,1.8-1,2.9-1.9,3.6c-0.6-0.5-1.2-1.2-1.6-2.1h-2.1c0.4,1.3,1,2.3,1.8,3.1C21.1,15,20.2,15,20,15V17z\" class=\"clr-i-outline clr-i-outline-path-3\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"language solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <polygon points=\"11,16.5 10,19.6 12,19.6 11,16.5 \t\" class=\"clr-i-solid clr-i-solid-path-1\"></polygon><path d=\"M30.3,3h-16v5h4v2h-13c-1.7,0-3,1.3-3,3v11c0,1.7,1.3,3,3,3h1v5.1l6.3-5.1h6.7v-7h11c1.7,0,3-1.3,3-3V6\n\t\tC33.3,4.3,32,3,30.3,3z M13.1,22.9l-0.5-1.6H9.5l-0.6,1.6H6.5L9.8,14h2.4l3.3,8.9L13.1,22.9z M28.3,15v2c-1.3,0-2.7-0.4-3.9-1\n\t\tc-1.2,0.6-2.6,0.9-4,1l-0.1-2c0.7,0,1.4-0.1,2.1-0.3c-0.9-0.9-1.5-2-1.8-3.2h2.1c0.3,0.9,0.9,1.6,1.6,2.2c1.1-0.9,1.8-2.2,1.9-3.7\n\t\th-6V8h3V6h2v2h3.3l0.1,1c0.1,2.1-0.7,4.2-2.2,5.7C27.1,14.9,27.7,15,28.3,15z\" class=\"clr-i-solid clr-i-solid-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"number list line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <polygon points=\"5.46 7.41 5.46 11.56 6.65 11.56 6.65 6.05 5.7 6.05 4.05 7.16 4.52 8 5.46 7.41\" class=\"clr-i-outline clr-i-outline-path-1\"></polygon><path d=\"M5.57,14.82a.76.76,0,0,1,.83.73c0,.38-.21.74-.87,1.27l-2,1.57v1H7.67V18.28H5.33l1-.77c1-.7,1.28-1.27,1.28-2a1.83,1.83,0,0,0-2-1.76,2.63,2.63,0,0,0-2.14,1.08l.76.73A1.75,1.75,0,0,1,5.57,14.82Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M6.56,24.64a1.32,1.32,0,0,0,1-1.27c0-.87-.78-1.51-2-1.51a2.61,2.61,0,0,0-2.1,1l.69.72a1.78,1.78,0,0,1,1.3-.64c.54,0,.92.26.92.66s-.36.62-1,.62H4.79v1h.64c.74,0,1.07.21,1.07.63s-.35.68-1,.68a2,2,0,0,1-1.46-.65l-.7.78a2.85,2.85,0,0,0,2.21.93c1.29,0,2.13-.69,2.13-1.64A1.33,1.33,0,0,0,6.56,24.64Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path><path d=\"M32.42,9a1,1,0,0,0-1-1H10v2H31.42A1,1,0,0,0,32.42,9Z\" class=\"clr-i-outline clr-i-outline-path-4\"></path><path d=\"M31.42,16H10v2H31.42a1,1,0,0,0,0-2Z\" class=\"clr-i-outline clr-i-outline-path-5\"></path><path d=\"M31.42,24H10v2H31.42a1,1,0,0,0,0-2Z\" class=\"clr-i-outline clr-i-outline-path-6\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"outdent line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M31.06,9h-26a1,1,0,1,1,0-2h26a1,1,0,1,1,0,2Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M31.06,14h-17a1,1,0,0,1,0-2h17a1,1,0,1,1,0,2Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M31.06,19h-17a1,1,0,0,1,0-2h17a1,1,0,1,1,0,2Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path><path d=\"M31.06,24h-17a1,1,0,0,1,0-2h17a1,1,0,1,1,0,2Z\" class=\"clr-i-outline clr-i-outline-path-4\"></path><path d=\"M31.06,29h-26a1,1,0,0,1,0-2h26a1,1,0,1,1,0,2Z\" class=\"clr-i-outline clr-i-outline-path-5\"></path><path d=\"M9.56,22.54a1,1,0,0,1-.7-.3L4.61,18l4.25-4.24a1,1,0,0,1,1.41,1.41L7.44,18l2.83,2.83a1,1,0,0,1-.71,1.71Z\" class=\"clr-i-outline clr-i-outline-path-6\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"paint roller line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M31,10V4a2,2,0,0,0-2-2H6A2,2,0,0,0,4,4v6a2,2,0,0,0,2,2H29A2,2,0,0,0,31,10ZM6,4H29v6H6Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M33,6H32v6.29L18.7,16.54a1,1,0,0,0-.7,1V19H16V33a2,2,0,0,0,2,2h2a2,2,0,0,0,2-2V19H20v-.73L33.3,14a1,1,0,0,0,.7-1V7A1,1,0,0,0,33,6ZM20,33H18V21h2Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"paint roller solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <rect x=\"4\" y=\"2\" width=\"27\" height=\"10\" rx=\"1\" ry=\"1\" class=\"clr-i-solid clr-i-solid-path-1\"></rect><path d=\"M33,6H32v6.24L18.71,16.45a1,1,0,0,0-.71,1V19H16V34a1,1,0,0,0,1,1h4a1,1,0,0,0,1-1V19H20v-.82L33.29,14A1,1,0,0,0,34,13V7A1,1,0,0,0,33,6Z\" class=\"clr-i-solid clr-i-solid-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"strikethrough line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M32.88,19.92h-30a1,1,0,1,1,0-2h30a1,1,0,0,1,0,2Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M7.27,15.86a12.9,12.9,0,0,1,1.29-.52A5.69,5.69,0,0,1,10.39,15a3.18,3.18,0,0,1,2.75,1.11A4.44,4.44,0,0,1,14,18.85v.49a13.83,13.83,0,0,0-4.29-.74,6.19,6.19,0,0,0-2.59.54A5,5,0,0,0,5.81,20H15.88V18.85a5.67,5.67,0,0,0-1.37-4,5.16,5.16,0,0,0-4-1.49,10,10,0,0,0-3.91.88.87.87,0,0,0-.44,1.18A.84.84,0,0,0,7.27,15.86Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M21,20a5.94,5.94,0,0,1,.54-2.31,4.35,4.35,0,0,1,1.58-1.83,4.27,4.27,0,0,1,4.59,0,4.47,4.47,0,0,1,1.57,1.83A6.12,6.12,0,0,1,29.85,20h2a7.73,7.73,0,0,0-.78-3.19,6,6,0,0,0-2.18-2.45,5.74,5.74,0,0,0-3.1-.88,5.39,5.39,0,0,0-2.8.73,5.55,5.55,0,0,0-2,2.05V10a.87.87,0,0,0-.86-.86H20a.87.87,0,0,0-.86.86V20Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path><path d=\"M29.67,22a5.61,5.61,0,0,1-.36,1.07,4.47,4.47,0,0,1-1.57,1.85,4.32,4.32,0,0,1-4.59,0,4.35,4.35,0,0,1-1.58-1.85A5.64,5.64,0,0,1,21.2,22H19.09v4.13A.87.87,0,0,0,20,27h.2a.87.87,0,0,0,.86-.86V24.51a5.58,5.58,0,0,0,2,2.06,5.48,5.48,0,0,0,2.8.72,5.66,5.66,0,0,0,3.1-.88A5.88,5.88,0,0,0,31.09,24,7.09,7.09,0,0,0,31.73,22Z\" class=\"clr-i-outline clr-i-outline-path-4\"></path><path d=\"M14,22v.76a3.34,3.34,0,0,1-1.62,2,5.34,5.34,0,0,1-2.69.72,3.78,3.78,0,0,1-2.36-.7,2.24,2.24,0,0,1-.94-1.9,2.29,2.29,0,0,1,.2-.91H4.62a4,4,0,0,0-.13,1,3.83,3.83,0,0,0,1.35,3.06A5.15,5.15,0,0,0,9.31,27.2,6,6,0,0,0,12,26.57a4.62,4.62,0,0,0,2-1.74V26a.86.86,0,0,0,.86.86H15a.86.86,0,0,0,.86-.86V22Z\" class=\"clr-i-outline clr-i-outline-path-5\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"subscript line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M14.55,18l6.8,8.6a1.17,1.17,0,0,1-.92,1.9h0a1.17,1.17,0,0,1-.92-.44L13,19.91,6.6,28a1.17,1.17,0,0,1-.92.44h0a1.17,1.17,0,0,1-.92-1.9L11.55,18l-6.8-8.6a1.17,1.17,0,0,1,.92-1.9h0A1.17,1.17,0,0,1,6.63,8l6.44,8.13L19.5,8a1.17,1.17,0,0,1,.92-.44h0a1.17,1.17,0,0,1,.92,1.9Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M23,31.8,27.49,28a9.9,9.9,0,0,0,1.88-2.05A3.44,3.44,0,0,0,30,24a2.35,2.35,0,0,0-.35-1.27,2.44,2.44,0,0,0-1-.84,2.9,2.9,0,0,0-1.26-.28,3.36,3.36,0,0,0-1.83.5,5.64,5.64,0,0,0-1.48,1.42l-1-.81a5.11,5.11,0,0,1,4.36-2.37,4.35,4.35,0,0,1,2,.45,3.43,3.43,0,0,1,2,3.18,4.45,4.45,0,0,1-.68,2.35,10.9,10.9,0,0,1-2.24,2.46l-3.24,2.81H31.5V33H23Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"superscript line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M14.43,18l6.79,8.6a1.17,1.17,0,0,1-.92,1.9h0a1.17,1.17,0,0,1-.92-.44l-6.44-8.13L6.47,28a1.17,1.17,0,0,1-.92.44h0a1.17,1.17,0,0,1-.92-1.9L11.43,18l-6.8-8.6a1.17,1.17,0,0,1,.92-1.9h0A1.2,1.2,0,0,1,6.51,8l6.43,8.13L19.38,8a1.17,1.17,0,0,1,.92-.44h0a1.17,1.17,0,0,1,.92,1.9Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M22.85,14.47l4.51-3.85a9.37,9.37,0,0,0,1.88-2,3.43,3.43,0,0,0,.59-1.86,2.27,2.27,0,0,0-.36-1.27,2.38,2.38,0,0,0-.95-.83,2.77,2.77,0,0,0-1.26-.29,3.39,3.39,0,0,0-1.83.5,5.83,5.83,0,0,0-1.49,1.42l-1-.81a5.12,5.12,0,0,1,4.36-2.37,4.36,4.36,0,0,1,2,.45,3.47,3.47,0,0,1,2,3.18A4.44,4.44,0,0,1,30.58,9a11.14,11.14,0,0,1-2.24,2.46L25.1,14.31h6.28v1.33H22.85Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"text color line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M19.47,3.84a1.45,1.45,0,0,0-1.4-1H18a1.45,1.45,0,0,0-1.42,1L8.42,21.56a1.35,1.35,0,0,0-.14.59,1,1,0,0,0,1,1,1.11,1.11,0,0,0,1.08-.77l2.08-4.65h11l2.08,4.59a1.24,1.24,0,0,0,1.12.83,1.08,1.08,0,0,0,1.08-1.08,1.59,1.59,0,0,0-.14-.57ZM13.36,15.71,18,5.49l4.6,10.22Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><rect x=\"4.06\" y=\"25\" width=\"28\" height=\"8\" rx=\"2\" ry=\"2\" class=\"clr-i-outline clr-i-outline-path-2\"></rect>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"text line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M12.19,8.84a1.45,1.45,0,0,0-1.4-1h-.12a1.46,1.46,0,0,0-1.42,1L1.14,26.56a1.29,1.29,0,0,0-.14.59,1,1,0,0,0,1,1,1.12,1.12,0,0,0,1.08-.77l2.08-4.65h11l2.08,4.59a1.24,1.24,0,0,0,1.12.83,1.08,1.08,0,0,0,1.08-1.08,1.64,1.64,0,0,0-.14-.57ZM6.08,20.71l4.59-10.22,4.6,10.22Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M32.24,14.78A6.35,6.35,0,0,0,27.6,13.2a11.36,11.36,0,0,0-4.7,1,1,1,0,0,0-.58.89,1,1,0,0,0,.94.92,1.23,1.23,0,0,0,.39-.08,8.87,8.87,0,0,1,3.72-.81c2.7,0,4.28,1.33,4.28,3.92v.5a15.29,15.29,0,0,0-4.42-.61c-3.64,0-6.14,1.61-6.14,4.64v.05c0,2.95,2.7,4.48,5.37,4.48a6.29,6.29,0,0,0,5.19-2.48V26.9a1,1,0,0,0,1,1,1,1,0,0,0,1-1.06V19A5.71,5.71,0,0,0,32.24,14.78Zm-.56,7.7c0,2.28-2.17,3.89-4.81,3.89-1.94,0-3.61-1.06-3.61-2.86v-.06c0-1.8,1.5-3,4.2-3a15.2,15.2,0,0,1,4.22.61Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"underline line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M18,28.17c5.08,0,8.48-3.08,8.48-9V8.54a1.15,1.15,0,1,0-2.3,0v10.8c0,4.44-2.38,6.71-6.13,6.71s-6.21-2.47-6.21-6.85V8.54a1.15,1.15,0,1,0-2.3,0v10.8C9.53,25.09,13,28.17,18,28.17Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M31,30H5a1.11,1.11,0,0,0,0,2.21H31A1.11,1.11,0,0,0,31,30Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li class='heading'>travel</li><li title=\"airplane line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M35.77,8.16a2.43,2.43,0,0,0-1.9-2L28,4.87a4.5,4.5,0,0,0-3.65.79L7,18.3,2.14,18.1A1.86,1.86,0,0,0,.91,21.41l5,3.93c.6.73,1,.59,10.93-4.82l.93,9.42a1.36,1.36,0,0,0,.85,1.18,1.43,1.43,0,0,0,.54.1,1.54,1.54,0,0,0,1-.41l2.39-2.18a1.52,1.52,0,0,0,.46-.83L25.2,15.9c3.57-2,6.95-3.88,9.36-5.25A2.43,2.43,0,0,0,35.77,8.16Zm-2.2.75c-2.5,1.42-6,3.41-9.76,5.47l-.41.23L21.07,27.28l-1.47,1.34L18.5,17.32,17.17,18C10,22,7.61,23.16,6.79,23.52l-4.3-3.41,5.08.22,18-13.06a2.51,2.51,0,0,1,2-.45l5.85,1.26a.43.43,0,0,1,.35.37A.42.42,0,0,1,33.57,8.91Z\"></path><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M7,12.54l3.56,1,1.64-1.19-4-1.16L10,10.09l5.47-.16,2.3-1.67L10,8.5a1.25,1.25,0,0,0-.7.17L6.67,10.2A1.28,1.28,0,0,0,7,12.54Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"airplane solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M6.25,11.5,12,13.16l6.32-4.59-9.07.26A.52.52,0,0,0,9,8.91L6.13,10.56A.51.51,0,0,0,6.25,11.5Z\"></path><path class=\"clr-i-solid clr-i-solid-path-2\" d=\"M34.52,6.36,28.22,5a3.78,3.78,0,0,0-3.07.67L6.12,19.5l-4.57-.2a1.25,1.25,0,0,0-.83,2.22l4.45,3.53a.55.55,0,0,0,.53.09c1.27-.49,6-3,11.59-6.07l1.12,11.51a.55.55,0,0,0,.9.37l2.5-2.08a.76.76,0,0,0,.26-.45l2.37-13.29c4-2.22,7.82-4.37,10.51-5.89A1.55,1.55,0,0,0,34.52,6.36Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"auto line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <rect class=\"clr-i-outline clr-i-outline-path-1\" x=\"15\" y=\"17\" width=\"3\" height=\"2\"></rect><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M26.45,14.17A22.1,22.1,0,0,0,19.38,7a9.64,9.64,0,0,0-9-.7,8.6,8.6,0,0,0-4.82,6.4c-.08.47-.14.92-.2,1.36A4,4,0,0,0,2,18v6.13a2,2,0,0,0,2,2V20H4V18a2,2,0,0,1,2-2H24.73A7.28,7.28,0,0,1,32,23.27V24h-2a4.53,4.53,0,1,0,.33,2H32a2,2,0,0,0,2-2v-.73A9.28,9.28,0,0,0,26.45,14.17ZM11,14H6.93c0-.31.09-.63.15-1A6.52,6.52,0,0,1,11,8h0Zm2,0V7.58a8.17,8.17,0,0,1,5.36,1.16A19,19,0,0,1,23.9,14ZM25.8,28.38a2.5,2.5,0,1,1,2.5-2.5A2.5,2.5,0,0,1,25.8,28.38Z\"></path><path class=\"clr-i-outline clr-i-outline-path-3\" d=\"M14.17,24a4.53,4.53,0,1,0,.33,2h5.3c0-.08,0-.17,0-.25A6,6,0,0,1,20,24ZM10,28.38a2.5,2.5,0,1,1,2.5-2.5A2.5,2.5,0,0,1,10,28.38Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"auto solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M26.87,14.28A22.36,22.36,0,0,0,19.65,6.9a9.64,9.64,0,0,0-9-.7,8.6,8.6,0,0,0-4.82,6.4c-.08.49-.15,1-.21,1.4h-1A2.59,2.59,0,0,0,2,16.59v8.55a.86.86,0,0,0,.86.86H4.59c0-.13,0-.26,0-.39a5.77,5.77,0,0,1,7.71-5.45l-1,1a4.56,4.56,0,0,0-4.34,1.58,3,3,0,0,0-.63.93A4.5,4.5,0,1,0,14.82,26h5.48c0-.13,0-.26,0-.39A5.77,5.77,0,0,1,28,20.16l-1,1a4.56,4.56,0,0,0-4.34,1.58,3,3,0,0,0-.63.93A4.5,4.5,0,1,0,30.53,26h2.61a.86.86,0,0,0,.86-.86V23.36A9.39,9.39,0,0,0,26.87,14.28ZM12,14H8c0-.35.1-.71.16-1.07a6.52,6.52,0,0,1,3.87-5h0ZM10.36,28.36a2.5,2.5,0,1,1,2.5-2.5A2.5,2.5,0,0,1,10.36,28.36ZM19,19H16V17h3Zm-6-5V7.47a8.16,8.16,0,0,1,5.4,1.15A19.15,19.15,0,0,1,24,14ZM26.06,28.36a2.5,2.5,0,1,1,2.5-2.5A2.5,2.5,0,0,1,26.06,28.36Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"bicycle line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M8.5,29.65A6.51,6.51,0,0,1,2,23.15a6.39,6.39,0,0,1,6.5-6.36A6.39,6.39,0,0,1,15,23.15,6.51,6.51,0,0,1,8.5,29.65Zm0-11a4.5,4.5,0,1,0,4.5,4.5A4.51,4.51,0,0,0,8.5,18.65Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M27.5,29.65a6.51,6.51,0,0,1-6.5-6.5,6.5,6.5,0,0,1,13,0A6.51,6.51,0,0,1,27.5,29.65Zm0-11a4.5,4.5,0,1,0,4.5,4.5A4.51,4.51,0,0,0,27.5,18.65Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M19,24.66H8a1,1,0,0,1-.89-1.45l5-10,1.78.9L9.62,22.73H19Z\" class=\"clr-i-outline clr-i-outline-path-3\"></path><rect x=\"13\" y=\"12.68\" width=\"11\" height=\"1.91\" class=\"clr-i-outline clr-i-outline-path-4\"></rect><path d=\"M28,24.66a1,1,0,0,1-.94-.66L22.29,10.66H20a1,1,0,0,1-1-1,1,1,0,0,1,1-.93h3a.94.94,0,0,1,.94.6l5,14a1,1,0,0,1-.6,1.27A1,1,0,0,1,28,24.66Z\" class=\"clr-i-outline clr-i-outline-path-5\"></path><path d=\"M13,14.66a1,1,0,0,1-.71-.29l-1.7-1.71H8a1,1,0,0,1-1-1,.94.94,0,0,1,1-1h3a1.08,1.08,0,0,1,.75.27l2,2a1,1,0,0,1,0,1.41A1,1,0,0,1,13,14.66Z\" class=\"clr-i-outline clr-i-outline-path-6\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"bicycle solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M15,21.9c-0.2-2-1.2-3.8-2.9-4.9l-2.5,4.9H15z\" class=\"clr-i-solid clr-i-solid-path-1\"></path><path d=\"M7.2,23.4c-0.2-0.3-0.2-0.7,0-1l3.2-6.3c-0.6-0.2-1.2-0.2-1.8-0.2C5,15.9,2,18.8,2,22.4c0,3.6,2.9,6.5,6.5,6.5\n\tc3,0,5.6-2.1,6.3-5H8C7.7,23.9,7.3,23.7,7.2,23.4z\" class=\"clr-i-solid clr-i-solid-path-2\"></path><path d=\"M19,21.9h-4c0,0.2,0,0.3,0,0.5c0,0.5-0.1,1-0.2,1.5H19V21.9z\" class=\"clr-i-solid clr-i-solid-path-3\"></path><path d=\"M27.5,15.9c-0.3,0-0.6,0-0.9,0.1l2.4,6.6c0.2,0.5-0.1,1.1-0.6,1.3c-0.1,0-0.2,0.1-0.3,0.1c-0.4,0-0.8-0.3-0.9-0.7l-2.4-6.7\n\tc-3.2,1.6-4.5,5.5-3,8.7c1.6,3.2,5.5,4.5,8.7,3c3.2-1.6,4.5-5.5,3-8.7C32.2,17.3,30,15.9,27.5,15.9z\" class=\"clr-i-solid clr-i-solid-path-4\"></path><path d=\"M24.7,16.7c0.6-0.3,1.3-0.5,1.9-0.6l-2.7-7.4C23.8,8.2,23.4,8,23,7.9h-3c-0.6,0-1,0.5-1,1.1c0,0.5,0.4,0.9,1,0.9\n\tc0,0,0,0,0,0h2.3l0.7,2h-9.6l-1.7-1.7C11.5,10.1,11.3,10,11,10H8c-0.6,0-1,0.4-1,1s0.4,1,1,1h2.6l1.2,1.2l-1.5,3\n\tc0.6,0.2,1.3,0.5,1.8,0.8l1.6-3.2h10L24.7,16.7z\" class=\"clr-i-solid clr-i-solid-path-5\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"boat line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M29.1,27.1C28,27,26.9,27.4,26,28.2c-1.1,1.1-2.9,1.1-4.1,0c-1-0.7-2.1-1.1-3.3-1.1c-1.2-0.1-2.4,0.3-3.3,1.1\n\t\tC14.7,28.7,14,29,13.2,29s-1.5-0.3-2.1-0.8c-1-0.8-2.2-1.2-3.4-1.2s-2.4,0.4-3.4,1.2C3.7,28.7,2.8,29,2,29v2\n\t\tc1.3,0.1,2.6-0.3,3.6-1.2C6.2,29.3,7.1,29,7.9,29c0.7,0,1.5,0.3,2.1,0.8c1.8,1.6,4.6,1.6,6.5,0c0.6-0.5,1.3-0.8,2.1-0.8\n\t\tc0.7,0,1.4,0.3,2,0.8c1.9,1.6,4.6,1.6,6.5,0c0.5-0.5,1.3-0.8,2-0.8c0.7,0,1.4,0.3,1.9,0.8c0.9,0.7,1.9,1.1,3,1.2v-2\n\t\tc-1,0-1.2-0.4-1.7-0.8C31.4,27.5,30.3,27.1,29.1,27.1z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M6,23c0-0.6,0.5-1,1.1-1H32l-3.5,3.1h0.2c0.8,0,1.6,0.2,2.2,0.5l2.5-2.2l0.2-0.2c0.7-0.8,0.6-2.1-0.2-2.8\n\t\tC33,20.2,32.6,20,32.1,20h-25c-1.7,0-3,1.3-3,3v3.2c0.5-0.5,1.2-0.8,1.9-1.1V23z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M8.9,19H15v-7.8c0-0.6-0.3-1.2-0.8-1.6C13.3,8.9,12,9.1,11.4,10l-4.1,5.9c-0.4,0.6-0.4,1.4-0.1,2.1C7.5,18.6,8.2,19,8.9,19\n\t\tz M13.1,11.2L13,17H8.9L13.1,11.2z\" class=\"clr-i-outline clr-i-outline-path-3\"></path><path d=\"M26,18c0.4-0.6,0.4-1.4,0-2L19.7,5.6c-0.4-0.6-1-1-1.7-1c-1.1,0-2,0.9-2,2V19h8.3C25,19,25.7,18.6,26,18z M17.9,6.6\n\t\tl6.4,10.5h-6.4V6.6z\" class=\"clr-i-outline clr-i-outline-path-4\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"boat solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M34,31c-1.1-0.1-2.1-0.5-3-1.2c-0.5-0.5-1.2-0.8-2-0.8c-0.7,0-1.5,0.3-2,0.8c-0.9,0.8-2,1.1-3.1,1.1c-1.2,0-2.4-0.4-3.3-1.1\n\tc-1.2-1.1-3-1.1-4.1,0c-0.9,0.8-2.1,1.2-3.4,1.2c-1.2,0-2.3-0.4-3.2-1.2c-0.6-0.5-1.3-0.8-2-0.8c-0.8,0-1.7,0.3-2.3,0.8\n\tc-1,0.8-2.3,1.2-3.5,1.1V29c0.8,0,1.7-0.3,2.3-0.9c1-0.8,2.2-1.2,3.4-1.1c1.2,0,2.4,0.4,3.3,1.2c1.2,1.1,3,1.1,4.2,0\n\tc1.9-1.6,4.7-1.6,6.5,0c1.2,1.1,3,1.1,4.1,0c0.9-0.8,2.1-1.2,3.3-1.2c1.1,0,2.2,0.4,3,1.2C32.8,28.7,33,29,34,29L34,31z\" class=\"clr-i-solid clr-i-solid-path-1\"></path><path d=\"M4.1,26.2c0.6-0.5,1.2-0.8,1.9-1V23c0-0.6,0.4-1.1,1-1.1h25L28.4,25h0.2c0.8,0,1.6,0.2,2.2,0.5l2.5-2.2l0.2-0.2\n\tc0.7-0.9,0.5-2.1-0.4-2.8C32.9,20.1,32.4,20,32,20H7c-1.7,0-3,1.3-3,3L4.1,26.2L4.1,26.2z\" class=\"clr-i-solid clr-i-solid-path-2\"></path><path d=\"M14.9,18.9H8.9c-1.1,0-2-0.9-2-2c0-0.4,0.1-0.8,0.4-1.2l4.1-5.8c0.6-0.9,1.9-1.1,2.8-0.5c0.5,0.4,0.8,1,0.8,1.6V18.9z\" class=\"clr-i-solid clr-i-solid-path-3\"></path><path d=\"M24.3,18.9H16V6.4c0-1.1,0.9-2,2-2c0.7,0,1.3,0.4,1.7,1L26,15.8c0.6,1,0.2,2.2-0.7,2.7C25,18.7,24.6,18.8,24.3,18.9\n\tL24.3,18.9z\" class=\"clr-i-solid clr-i-solid-path-4\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"campervan line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M9.5,24C9.5,24,9.5,24,9.5,24C7.6,24,6,25.6,6,27.5c0,0,0,0,0,0C6,29.4,7.6,31,9.5,31c1.9,0,3.5-1.6,3.5-3.5\n\t\tS11.4,24,9.5,24z M9.5,29C8.7,29,8,28.3,8,27.5S8.7,26,9.5,26s1.5,0.7,1.5,1.5S10.3,29,9.5,29z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M23.5,24C23.5,24,23.5,24,23.5,24c-1.9,0-3.5,1.6-3.5,3.5c0,0,0,0,0,0c0,1.9,1.5,3.5,3.5,3.5c1.9,0,3.5-1.6,3.5-3.5\n\t\tS25.4,24,23.5,24z M23.5,29c-0.8,0-1.5-0.7-1.5-1.5s0.7-1.5,1.5-1.5s1.5,0.7,1.5,1.5S24.3,29,23.5,29z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M33,20.1V20h-0.1l-3.5-5.5C31,13.6,32,12,32,10.3V9.7C32,7.1,29.9,5,27.3,5h-8.5c-1.9,0-3.7,1.2-4.4,3H5c-1.7,0-3,1.3-3,3\n\t\tv17h2V11c0-0.6,0.4-1,1-1h10.9L16,9.2C16.3,7.9,17.4,7,18.7,7h8.5C28.8,7,30,8.2,30,9.7v0.5c0,1.5-1.2,2.7-2.7,2.7H24v9h7.8\n\t\tl0.2,0.3V25c0,0.6-0.4,1-1,1h-2v2h2c1.7,0,3-1.3,3-3v-3.3L33,20.1z M26,20v-5h1.5l3.1,5H26z\" class=\"clr-i-outline clr-i-outline-path-3\"></path><rect x=\"19\" y=\"9\" width=\"8\" height=\"2\" class=\"clr-i-outline clr-i-outline-path-4\"></rect><polygon points=\"20,22 22,22 22,13 15,13 15,28 17,28 17,15 20,15 \t\" class=\"clr-i-outline clr-i-outline-path-5\"></polygon><path d=\"M6,20h7v-7H6V20z M8,15h3v3H8V15z\" class=\"clr-i-outline clr-i-outline-path-6\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"campervan solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M9.5,24C7.6,24,6,25.6,6,27.5S7.6,31,9.5,31c0,0,0,0,0,0c1.9,0,3.5-1.6,3.5-3.5c0,0,0-0.1,0-0.1C13,25.5,11.4,24,9.5,24z\" class=\"clr-i-solid clr-i-solid-path-1\"></path><circle cx=\"23.5\" cy=\"27.5\" r=\"3.5\" class=\"clr-i-solid clr-i-solid-path-2\"></circle><path d=\"M29.5,14.5C31,13.6,32,12,32,10.2V9.7c0,0,0,0,0-0.1C32,7,29.9,5,27.3,5h-8.5c-1.9,0-3.7,1.2-4.4,3H5c-1.7,0-3,1.3-3,3v17\n\t\th2V11c0-0.6,0.4-1,1-1h10.9L16,9.2C16.3,7.9,17.4,7,18.7,7h8.5C28.8,7,30,8.2,30,9.7v0.5c0,1.5-1.2,2.7-2.7,2.7H27h-3v9h7.8\n\t\tl0.2,0.3V25c0,0.6-0.4,1-1,1h-2v2h2c1.7,0,3-1.3,3-3v-3.3L29.5,14.5z\" class=\"clr-i-solid clr-i-solid-path-3\"></path><rect x=\"19\" y=\"9\" width=\"7.9\" height=\"2\" class=\"clr-i-solid clr-i-solid-path-4\"></rect><polygon points=\"20,22 21.9,22 21.9,13 15,13 15,28 16.9,28 16.9,15 20,15 \t\" class=\"clr-i-solid clr-i-solid-path-5\"></polygon><rect x=\"6\" y=\"13\" width=\"6.9\" height=\"7\" class=\"clr-i-solid clr-i-solid-path-6\"></rect>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"car line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <rect class=\"clr-i-outline clr-i-outline-path-1\" x=\"15\" y=\"17\" width=\"3\" height=\"2\"></rect><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M26.45,14.17A22.1,22.1,0,0,0,19.38,7a9.64,9.64,0,0,0-9-.7,8.6,8.6,0,0,0-4.82,6.4c-.08.47-.14.92-.2,1.36A4,4,0,0,0,2,18v6.13a2,2,0,0,0,2,2V20H4V18a2,2,0,0,1,2-2H24.73A7.28,7.28,0,0,1,32,23.27V24h-2a4.53,4.53,0,1,0,.33,2H32a2,2,0,0,0,2-2v-.73A9.28,9.28,0,0,0,26.45,14.17ZM11,14H6.93c0-.31.09-.63.15-1A6.52,6.52,0,0,1,11,8h0Zm2,0V7.58a8.17,8.17,0,0,1,5.36,1.16A19,19,0,0,1,23.9,14ZM25.8,28.38a2.5,2.5,0,1,1,2.5-2.5A2.5,2.5,0,0,1,25.8,28.38Z\"></path><path class=\"clr-i-outline clr-i-outline-path-3\" d=\"M14.17,24a4.53,4.53,0,1,0,.33,2h5.3c0-.08,0-.17,0-.25A6,6,0,0,1,20,24ZM10,28.38a2.5,2.5,0,1,1,2.5-2.5A2.5,2.5,0,0,1,10,28.38Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"car solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M26.87,14.28A22.36,22.36,0,0,0,19.65,6.9a9.64,9.64,0,0,0-9-.7,8.6,8.6,0,0,0-4.82,6.4c-.08.49-.15,1-.21,1.4h-1A2.59,2.59,0,0,0,2,16.59v8.55a.86.86,0,0,0,.86.86H4.59c0-.13,0-.26,0-.39a5.77,5.77,0,0,1,7.71-5.45l-1,1a4.56,4.56,0,0,0-4.34,1.58,3,3,0,0,0-.63.93A4.5,4.5,0,1,0,14.82,26h5.48c0-.13,0-.26,0-.39A5.77,5.77,0,0,1,28,20.16l-1,1a4.56,4.56,0,0,0-4.34,1.58,3,3,0,0,0-.63.93A4.5,4.5,0,1,0,30.53,26h2.61a.86.86,0,0,0,.86-.86V23.36A9.39,9.39,0,0,0,26.87,14.28ZM12,14H8c0-.35.1-.71.16-1.07a6.52,6.52,0,0,1,3.87-5h0ZM10.36,28.36a2.5,2.5,0,1,1,2.5-2.5A2.5,2.5,0,0,1,10.36,28.36ZM19,19H16V17h3Zm-6-5V7.47a8.16,8.16,0,0,1,5.4,1.15A19.15,19.15,0,0,1,24,14ZM26.06,28.36a2.5,2.5,0,1,1,2.5-2.5A2.5,2.5,0,0,1,26.06,28.36Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"caravan line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M13.5,21C11,21,9,23,9,25.5s2,4.5,4.5,4.5c2.5,0,4.5-2,4.5-4.5C18,23,16,21,13.5,21z M13.5,28c-1.4,0-2.5-1.1-2.5-2.5\n\t\ts1.1-2.5,2.5-2.5s2.5,1.1,2.5,2.5S14.9,28,13.5,28z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M33,24h-2v-7.5c0-0.5-0.1-1-0.4-1.5l-4.2-7.5c-0.5-1-1.5-1.5-2.6-1.5H5C3.3,6,2,7.3,2,9v14c0,1.7,1.3,3,3,3h2v-2H5\n\t\tc-0.6,0-1-0.4-1-1V9c0-0.6,0.4-1,1-1h18.8c0.4,0,0.7,0.2,0.9,0.5l4.2,7.5c0.1,0.1,0.1,0.3,0.1,0.5V24h-4V12h-7v8h2v-6h3v10h-3v2h13\n\t\tc0.6,0,1-0.4,1-1S33.6,24,33,24z\" class=\"clr-i-outline clr-i-outline-path-2\"></path><path d=\"M16,12H7v6h9V12z M14,16H9v-2h5V16z\" class=\"clr-i-outline clr-i-outline-path-3\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"caravan solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M13.5,30C11,30,9,28,9,25.5s2-4.5,4.5-4.5s4.5,2,4.5,4.5C18,28,16,30,13.5,30z\" class=\"clr-i-solid clr-i-solid-path-1\"></path><path d=\"M33,24h-2v-7.5c0-0.5-0.1-1-0.4-1.5l-4.2-7.5c-0.5-1-1.5-1.5-2.6-1.5H5C3.3,6,2,7.3,2,9v14c0,1.7,1.3,3,3,3h2v-2H5\n\tc-0.6,0-1-0.4-1-1V9c0-0.6,0.4-1,1-1h18.8c0.4,0,0.7,0.2,0.9,0.5l4.2,7.5c0.1,0.1,0.1,0.3,0.1,0.5V24h-4V12h-7v8h2v-6h3v10h-3v2h13\n\tc0.6,0,1-0.4,1-1S33.6,24,33,24z\" class=\"clr-i-solid clr-i-solid-path-2\"></path><path d=\"M16,18H7v-6h9V18z\" class=\"clr-i-solid clr-i-solid-path-3\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"compass line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M20.82,15.31h0L10.46,9c-.46-.26-1.11.37-.86.84l6.15,10.56,10.56,6.15a.66.66,0,0,0,.84-.86Zm-4,4,3-3,4.55,7.44Z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M18,2A16,16,0,1,0,34,18,16,16,0,0,0,18,2Zm1,29.95V29.53H17v2.42A14,14,0,0,1,4.05,19H6.47V17H4.05A14,14,0,0,1,17,4.05V6.47h2V4.05A14,14,0,0,1,31.95,17H29.53v2h2.42A14,14,0,0,1,19,31.95Z\" class=\"clr-i-outline clr-i-outline-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"compass solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M18,2A16,16,0,1,0,34,18,16,16,0,0,0,18,2ZM6.47,19H4.05c0-.33-.05-.66-.05-1s0-.67.05-1H6.47ZM17,4.05c.33,0,.66-.05,1-.05s.67,0,1,.05V6.47H17Zm2,27.9c-.33,0-.66.05-1,.05s-.67,0-1-.05V29.53h2Zm8-5.58a.59.59,0,0,1-.69.16L15.75,20.38,9.6,9.82c-.25-.47.39-1.1.86-.84l10.37,6.33h0l6.33,10.37A.59.59,0,0,1,27,26.37ZM29.53,19V17h2.42c0,.33.05.66.05,1s0,.67-.05,1Z\" class=\"clr-i-solid clr-i-solid-path-1\"></path><polygon points=\"16.77 19.35 24.35 23.77 19.8 16.33 16.77 19.35\" class=\"clr-i-solid clr-i-solid-path-2\"></polygon>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"ferry line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M29,25.1c-1.2,0-2.3,0.4-3.3,1.1c0,0,0,0,0,0c-1.1,1.1-3,1.1-4.1,0c-0.9-0.8-2.1-1.2-3.3-1.2c-1.2,0-2.3,0.4-3.2,1.2\n\t\tc-1.2,1.1-3,1.1-4.2,0C10,25.4,8.8,25,7.6,25c-1.2,0-2.4,0.4-3.4,1.1C3.6,26.7,2.8,27,2,27v2c1.3,0.1,2.5-0.4,3.4-1.2\n\t\tC6.1,27.3,6.9,27,7.7,27c0.8,0,1.5,0.3,2.1,0.8c1.9,1.6,4.7,1.6,6.5,0c0.6-0.5,1.3-0.8,2.1-0.8c0.8,0,1.5,0.3,2.1,0.8\n\t\tc1.9,1.6,4.6,1.6,6.5,0c0.5-0.5,1.3-0.8,2-0.8c0.7,0,1.5,0.3,2,0.8c0.9,0.7,2,1.1,3.1,1.2v-1.9c-0.7,0-1.4-0.3-1.9-0.9\n\t\tC31.3,25.4,30.1,25,29,25.1z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><path d=\"M5.9,23.2V20H32l-3.5,3h0.2c0.8,0,1.6,0.2,2.2,0.5l2.5-2.2l0.2-0.2c0.5-0.6,0.5-1.4,0.2-2.1c-0.4-0.7-1-1-1.8-1h-4.4\n\t\tL22.5,11H17c-1.7,0-3,1.3-3,3h-2V8.1H6v6.1c-1.2,0.4-2,1.5-2,2.8v1.1V20v4.3l0.1-0.1C4.6,23.7,5.2,23.4,5.9,23.2z M8,10h2v4H8V10z\n\t\t M6,17c0-0.6,0.4-1,1-1h9v-2c0-0.6,0.4-1,1-1h5l0.6,1H18v2h5.8l1.2,2.1H6V17z\" class=\"clr-i-outline clr-i-outline-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"ferry solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M28.2,25c-1.2,0-2.4,0.4-3.3,1.2c-1.2,1.1-3,1.1-4.1,0c-1.9-1.6-4.6-1.6-6.5,0c-1.2,1.1-2.9,1.1-4.1,0\n\t\tc-0.9-0.8-2-1.2-3.2-1.2c-1.2,0-2.3,0.4-3.2,1.2C3.4,26.7,2.7,27,2,27v2c1.1-0.1,2.2-0.5,3.1-1.2C5.6,27.3,6.3,27,7,27\n\t\tc0.7,0,1.5,0.3,2,0.8c1.9,1.6,4.7,1.6,6.6,0c0.6-0.5,1.3-0.8,2.1-0.8c0.8,0,1.5,0.3,2.1,0.8c1.9,1.6,4.7,1.6,6.5,0\n\t\tc0.6-0.5,1.3-0.8,2.1-0.8c0.8,0,1.6,0.3,2.1,0.8c0.9,0.8,2.2,1.3,3.4,1.2v-2c-0.8,0-1.6-0.3-2.2-0.8C30.7,25.4,29.5,25,28.2,25z\" class=\"clr-i-solid clr-i-solid-path-1\"></path><path d=\"M5.8,23.2v-3.3h26.1L28.4,23h0.2c0.8,0,1.6,0.2,2.2,0.5l2.5-2.2l0.1-0.2c0.7-0.9,0.5-2.1-0.4-2.8c-0.3-0.3-0.8-0.4-1.2-0.4\n\t\th-4.1l-5.4-7h-5.5c-1.7,0-3,1.3-3,3h-2V8H6v6.2c-1.2,0.4-2.1,1.5-2.1,2.8l0,7.2l0.1,0C4.5,23.7,5.1,23.4,5.8,23.2z M17.9,14h4.2\n\t\tl1.4,2h-5.7V14z M7.9,10h2v4h-2V10z\" class=\"clr-i-solid clr-i-solid-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"map line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M33.59,6.19A1,1,0,0,0,32.7,6L23.09,9,13.46,4.11a1,1,0,0,0-.84,0L2.62,8.2A1,1,0,0,0,2,9.13V29.61a1,1,0,0,0,1.38.92L13,26.58l9.59,4.92a1,1,0,0,0,.46.11,1,1,0,0,0,.3,0l10-3.12a1,1,0,0,0,.7-1V7A1,1,0,0,0,33.59,6.19ZM32,26.75l-8.32,2.6V27.06h-1.6v2l-8.4-4.31V23.06h-1.6v1.72L4,28.11V9.79l8.08-3.33V8.81h1.6V6.47l8.4,4.3v2.1h1.6V11L32,8.36Z\"></path><rect class=\"clr-i-outline clr-i-outline-path-2\" x=\"22.08\" y=\"15.06\" width=\"1.6\" height=\"3.81\"></rect><rect class=\"clr-i-outline clr-i-outline-path-3\" x=\"22.08\" y=\"21.06\" width=\"1.6\" height=\"3.81\"></rect><rect class=\"clr-i-outline clr-i-outline-path-4\" x=\"12.08\" y=\"11.06\" width=\"1.6\" height=\"3.81\"></rect><rect class=\"clr-i-outline clr-i-outline-path-5\" x=\"12.08\" y=\"17.13\" width=\"1.6\" height=\"3.75\"></rect>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"map marker line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M18,6.72a5.73,5.73,0,1,0,5.73,5.73A5.73,5.73,0,0,0,18,6.72Zm0,9.46a3.73,3.73,0,1,1,3.73-3.73A3.73,3.73,0,0,1,18,16.17Z\"></path><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M18,2A11.79,11.79,0,0,0,6.22,13.73c0,4.67,2.62,8.58,4.54,11.43l.35.52a99.61,99.61,0,0,0,6.14,8l.76.89.76-.89a99.82,99.82,0,0,0,6.14-8l.35-.53c1.91-2.85,4.53-6.75,4.53-11.42A11.79,11.79,0,0,0,18,2ZM23.59,24l-.36.53c-1.72,2.58-4,5.47-5.23,6.9-1.18-1.43-3.51-4.32-5.23-6.9L12.42,24c-1.77-2.64-4.2-6.25-4.2-10.31a9.78,9.78,0,1,1,19.56,0C27.78,17.79,25.36,21.4,23.59,24Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"map marker outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline--badged clr-i-outline-path-1--badged\" d=\"M18,6.72a5.73,5.73,0,1,0,5.73,5.73A5.73,5.73,0,0,0,18,6.72Zm0,9.46a3.73,3.73,0,1,1,3.73-3.73A3.73,3.73,0,0,1,18,16.17Z\"></path><path class=\"clr-i-outline--badged clr-i-outline-path-2--badged\" d=\"M29.77,13.49a7.49,7.49,0,0,1-2-.33c0,.19,0,.38,0,.57,0,4.06-2.42,7.67-4.19,10.31l-.36.53c-1.72,2.58-4,5.47-5.23,6.9-1.18-1.43-3.51-4.32-5.23-6.9L12.42,24c-1.77-2.64-4.2-6.25-4.2-10.31A9.77,9.77,0,0,1,22.56,5.09a7.45,7.45,0,0,1,.52-2A11.75,11.75,0,0,0,6.22,13.73c0,4.67,2.62,8.58,4.54,11.43l.35.52a99.61,99.61,0,0,0,6.14,8l.76.89.76-.89a99.82,99.82,0,0,0,6.14-8l.35-.53c1.91-2.85,4.53-6.75,4.53-11.42C29.78,13.65,29.77,13.57,29.77,13.49Z\"></path><circle class=\"clr-i-outline--badged clr-i-outline-path-3--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"map marker solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid--badged clr-i-solid-path-1--badged\" d=\"M29.77,13.49A7.47,7.47,0,0,1,24.38,11a6.58,6.58,0,1,1-1.61-3,7.42,7.42,0,0,1,.31-4.84A11.75,11.75,0,0,0,6.22,13.73c0,4.67,2.62,8.58,4.54,11.43l.35.52a99.61,99.61,0,0,0,6.14,8l.76.89.76-.89a99.82,99.82,0,0,0,6.14-8l.35-.53c1.91-2.85,4.53-6.75,4.53-11.42C29.78,13.65,29.77,13.57,29.77,13.49Z\"></path><circle class=\"clr-i-solid--badged clr-i-solid-path-2--badged\" cx=\"18\" cy=\"12.44\" r=\"3.73\"></circle><circle class=\"clr-i-solid--badged clr-i-solid-path-3--badged clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"map marker solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M18,2A11.79,11.79,0,0,0,6.22,13.73c0,4.67,2.62,8.58,4.54,11.43l.35.52a99.61,99.61,0,0,0,6.14,8l.76.89.76-.89a99.82,99.82,0,0,0,6.14-8l.35-.53c1.91-2.85,4.53-6.75,4.53-11.42A11.79,11.79,0,0,0,18,2Zm0,17a6.56,6.56,0,1,1,6.56-6.56A6.56,6.56,0,0,1,18,19Z\"></path><circle class=\"clr-i-solid clr-i-solid-path-2\" cx=\"18\" cy=\"12.44\" r=\"3.73\"></circle>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"map outline alerted \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"36\" height=\"36\" viewBox=\"0 0 36 36\">\n    \n    <rect x=\"22.08\" y=\"15.06\" width=\"1.6\" height=\"3.81\"/>\n    <rect x=\"22.08\" y=\"21.06\" width=\"1.6\" height=\"3.81\"/>\n    <rect x=\"12.08\" y=\"11.06\" width=\"1.6\" height=\"3.81\"/>\n    <rect x=\"12.08\" y=\"17.13\" width=\"1.6\" height=\"3.75\"/>\n    <path d=\"M33.68,15.4H32V26.75l-8.32,2.6V27.06h-1.6v2l-8.4-4.31V23.06h-1.6v1.72L4,28.11V9.79l8.08-3.33V8.81h1.6V6.47l5.67,2.9,1-1.76-6.9-3.5a1,1,0,0,0-.84,0L2.62,8.2A1,1,0,0,0,2,9.13V29.61a1,1,0,0,0,1.38.92l9.62-4,9.59,4.92a1,1,0,0,0,.46.11.76.76,0,0,0,.3,0l10-3.12a1,1,0,0,0,.7-1V15.38Z\"/>\n    <path class=\"clr-i-alert\" d=\"M26.85,1.14l-5.72,9.91A1.27,1.27,0,0,0,22.23,13H33.68a1.27,1.27,0,0,0,1.1-1.91L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\"/>\n    <rect width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n    <rect width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"map outline badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <rect x=\"22.08\" y=\"21.06\" width=\"1.6\" height=\"3.81\"/>\n    <rect x=\"12.08\" y=\"11.06\" width=\"1.6\" height=\"3.81\"/>\n    <rect x=\"12.08\" y=\"17.13\" width=\"1.6\" height=\"3.75\"/>\n    <path d=\"M32,13.22V26.75l-8.32,2.6V27.06h-1.6v2l-8.4-4.31V23.06h-1.6v1.72L4,28.11V9.79l8.08-3.33V8.81h1.6V6.47l8.4,4.3v2.1h1.6V11l.58-.18A7.69,7.69,0,0,1,23.12,9h0L13.46,4.11a1,1,0,0,0-.84,0L2.62,8.2A1,1,0,0,0,2,9.13V29.61a1,1,0,0,0,1.38.92l9.62-4,9.59,4.92a1,1,0,0,0,.46.11.76.76,0,0,0,.3,0l10-3.12a1,1,0,0,0,.7-1V12.31A7.55,7.55,0,0,1,32,13.22Z\"/>\n    <circle class=\"clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"/>\n    <rect width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"map solid alerted \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M33.68,15.4H22.23a3.68,3.68,0,0,1-3.18-5.51l.72-1.25L14,5.68V9H12V5.27l-9.67,4A.52.52,0,0,0,2,9.75v20.7a.54.54,0,0,0,.74.49L12,27.12V23h2v4.53l9,4.61V28h2v3.79l8.63-2.7a.54.54,0,0,0,.37-.51V15.38ZM14,21H12V17h2Zm0-6H12V11h2ZM25,26H23V22h2Zm0-6H23V16h2Z\"/>\n    <path class=\"clr-i-alert\" d=\"M26.85,1.14l-5.72,9.91A1.27,1.27,0,0,0,22.23,13H33.68a1.27,1.27,0,0,0,1.1-1.91L29.06,1.14A1.28,1.28,0,0,0,26.85,1.14Z\"/>\n    <rect width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"map solid badged \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M30,13.5a7.48,7.48,0,0,1-5-1.92V14H23V10.29L14,5.68V9H12V5.27l-9.67,4A.52.52,0,0,0,2,9.75v20.7a.54.54,0,0,0,.74.49L12,27.12V23h2v4.53l9,4.61V28h2v3.79l8.63-2.7a.54.54,0,0,0,.37-.51V12.34A7.49,7.49,0,0,1,30,13.5ZM14,21H12V17h2Zm0-6H12V11h2ZM25,26H23V22h2Zm0-6H23V16h2Z\"/>\n    <circle class=\"clr-i-badge\" cx=\"30\" cy=\"6\" r=\"5\"/>\n    <rect width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"map solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M33.31,7.35,25,9.94V14H23V10.29L14,5.68V9H12V5.27l-9.67,4A.53.53,0,0,0,2,9.75V30.45a.53.53,0,0,0,.74.49L12,27.12V23h2v4.53l9,4.61V28h2v3.79l8.63-2.7a.53.53,0,0,0,.37-.51V7.86A.53.53,0,0,0,33.31,7.35ZM14,21H12V17h2Zm0-6H12V11h2ZM25,26H23V22h2Zm0-6H23V16h2Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"on holiday line \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"36\" height=\"36\" viewBox=\"0 0 36 36\"><g id=\"f480c694-f677-4903-80aa-d0d09a602dd7\" data-name=\"Layer 3\"><path d=\"M18.08,2.34c-8.82,0-16,6.28-16,14s7.18,14,16,14A17.91,17.91,0,0,0,23,29.66l5.53,3.52a1,1,0,0,0,1.38-.3,1,1,0,0,0,.16-.54V25.61a13,13,0,0,0,4-9.27C34.08,8.62,26.9,2.34,18.08,2.34ZM28.37,24.45a1,1,0,0,0-.32.73v5.34l-4.38-2.79a1,1,0,0,0-.83-.11,16,16,0,0,1-4.76.72c-7.72,0-14-5.38-14-12s6.28-12,14-12,14,5.38,14,12A11.1,11.1,0,0,1,28.37,24.45Z\"/><path d=\"M31.1,15.82,31,15.67,28.5,13.44a3.25,3.25,0,0,0-2.39-.84l-5.38.34-3.59-3a.81.81,0,0,0-.52-.19H13.56a.78.78,0,0,0-.69.4.77.77,0,0,0,0,.79l1.36,2.44-4.71.29,1.31,1.52,15.39-1a1.65,1.65,0,0,1,1.22.43l2.36,2.13a.11.11,0,0,1,0,.07c0,.06-.09.05-.1.06H21.82l-.35.37-5.19,5.53H14.64l2.73-5.9H8.54L7.13,14.16,6.51,13a.8.8,0,0,0-1-.2A.81.81,0,0,0,5.2,13.9l2,3.94a1.21,1.21,0,0,0,1.08.65h6.57l-1.94,4.18A1.2,1.2,0,0,0,13,23.83a1.22,1.22,0,0,0,1,.56h2.43a1.17,1.17,0,0,0,.88-.39l5.18-5.51h7.16a1.65,1.65,0,0,0,1.52-.91A1.74,1.74,0,0,0,31.1,15.82ZM14.92,11.31h1.41l2.09,1.77L16,13.23Z\"/></g></svg></li><li title=\"on holiday solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"36\" height=\"36\" viewBox=\"0 0 36 36\"><g id=\"f33df626-4236-44cb-9ea7-70e95ec9c915\" data-name=\"Layer 3\"><path d=\"M18,2.5c-8.82,0-16,6.28-16,14s7.18,14,16,14a17.91,17.91,0,0,0,4.88-.68l5.53,3.52a1,1,0,0,0,1.38-.3A1,1,0,0,0,30,32.5V25.77a13,13,0,0,0,4-9.27C34,8.78,26.82,2.5,18,2.5ZM29.84,18H21.51a.42.42,0,0,0-.3.13l-5.3,5.64a.39.39,0,0,1-.29.13H13.19a.41.41,0,0,1-.37-.58l2.47-5.32H7.46a.42.42,0,0,1-.36-.22l-2.7-5H6.24a.53.53,0,0,1,.39.18l1.56,1.69a.38.38,0,0,0,.33.14l6.18-.38-2-3.55h2.89a.47.47,0,0,1,.31.11L19.63,14l6.69-.35a2.44,2.44,0,0,1,1.81.63l2.47,2.23A.92.92,0,0,1,29.84,18Z\"/></g></svg></li><li title=\"plane line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M35.77,8.16a2.43,2.43,0,0,0-1.9-2L28,4.87a4.5,4.5,0,0,0-3.65.79L7,18.3,2.14,18.1A1.86,1.86,0,0,0,.91,21.41l5,3.93c.6.73,1,.59,10.93-4.82l.93,9.42a1.36,1.36,0,0,0,.85,1.18,1.43,1.43,0,0,0,.54.1,1.54,1.54,0,0,0,1-.41l2.39-2.18a1.52,1.52,0,0,0,.46-.83L25.2,15.9c3.57-2,6.95-3.88,9.36-5.25A2.43,2.43,0,0,0,35.77,8.16Zm-2.2.75c-2.5,1.42-6,3.41-9.76,5.47l-.41.23L21.07,27.28l-1.47,1.34L18.5,17.32,17.17,18C10,22,7.61,23.16,6.79,23.52l-4.3-3.41,5.08.22,18-13.06a2.51,2.51,0,0,1,2-.45l5.85,1.26a.43.43,0,0,1,.35.37A.42.42,0,0,1,33.57,8.91Z\"></path><path class=\"clr-i-outline clr-i-outline-path-2\" d=\"M7,12.54l3.56,1,1.64-1.19-4-1.16L10,10.09l5.47-.16,2.3-1.67L10,8.5a1.25,1.25,0,0,0-.7.17L6.67,10.2A1.28,1.28,0,0,0,7,12.54Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"plane solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M6.25,11.5,12,13.16l6.32-4.59-9.07.26A.52.52,0,0,0,9,8.91L6.13,10.56A.51.51,0,0,0,6.25,11.5Z\"></path><path class=\"clr-i-solid clr-i-solid-path-2\" d=\"M34.52,6.36,28.22,5a3.78,3.78,0,0,0-3.07.67L6.12,19.5l-4.57-.2a1.25,1.25,0,0,0-.83,2.22l4.45,3.53a.55.55,0,0,0,.53.09c1.27-.49,6-3,11.59-6.07l1.12,11.51a.55.55,0,0,0,.9.37l2.5-2.08a.76.76,0,0,0,.26-.45l2.37-13.29c4-2.22,7.82-4.37,10.51-5.89A1.55,1.55,0,0,0,34.52,6.36Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"trailer line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M15,19.2c-3.2,0-5.8,2.6-5.8,5.8s2.6,5.8,5.8,5.8s5.8-2.6,5.8-5.8S18.2,19.2,15,19.2z M15,29.2c-2.3,0-4.2-1.9-4.2-4.2\n\t\ts1.9-4.2,4.2-4.2s4.2,1.9,4.2,4.2S17.3,29.2,15,29.2z\" class=\"clr-i-outline clr-i-outline-path-1\"></path><rect x=\"14\" y=\"24\" width=\"2\" height=\"2\" class=\"clr-i-outline clr-i-outline-path-2\"></rect><path d=\"M33,9H2v13.1c0,0,0,0,0,0C2,24.3,3.7,26,5.9,26H7v-2H5.9c-1,0-1.8-0.8-1.9-1.9V15h22v7.1c0,1-0.8,1.8-1.9,1.9H23v2h1.1\n\t\tc0,0,0,0,0,0c2.1,0,3.8-1.7,3.8-3.9V11h5c0.6,0,1-0.4,1-1S33.6,9,33,9z M26,13H4v-2h22V13z\" class=\"clr-i-outline clr-i-outline-path-3\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"trailer solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path d=\"M33,9H2v13.1c0,0,0,0,0,0C2,24.3,3.7,26,5.9,26H7v-2H5.9c-1,0-1.8-0.8-1.9-1.9V15h22v7.1c0,1-0.8,1.8-1.9,1.9H23v2h1.1\n\tc0,0,0,0,0,0c2.1,0,3.8-1.7,3.8-3.9V11h5c0.6,0,1-0.4,1-1S33.6,9,33,9z\" class=\"clr-i-solid clr-i-solid-path-1\"></path><path d=\"M15,19.2c-3.2,0-5.8,2.6-5.8,5.8s2.6,5.8,5.8,5.8s5.8-2.6,5.8-5.8l0,0C20.8,21.8,18.2,19.2,15,19.2z M16,26h-2v-2h2V26z\" class=\"clr-i-solid clr-i-solid-path-2\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"truck line \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-outline clr-i-outline-path-1\" d=\"M30,12H26V7a1,1,0,0,0-1-1H3A1,1,0,0,0,2,7V25a1,1,0,0,0,1,1H4V8H24V19.7a6.45,6.45,0,0,1,1.56-.2c.15,0,.29,0,.44,0V14h4a2,2,0,0,1,2,2v1H28v2h4v5H29.6a4.54,4.54,0,0,0-8.34,0H14.43a4.5,4.5,0,0,0-4.17-2.76A4.38,4.38,0,1,0,14.72,26H21a4.49,4.49,0,0,0,8.92,0H33a1,1,0,0,0,1-1V16A4,4,0,0,0,30,12ZM10.26,28a2.38,2.38,0,1,1,0-4.75,2.38,2.38,0,1,1,0,4.75Zm15.17,0a2.38,2.38,0,1,1,2.5-2.37A2.44,2.44,0,0,1,25.43,28Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li><li title=\"truck solid \"><svg version=\"1.1\" width=\"36\" height=\"36\"  viewBox=\"0 0 36 36\" preserveAspectRatio=\"xMidYMid meet\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n    \n    <path class=\"clr-i-solid clr-i-solid-path-1\" d=\"M30,12H26V7a1,1,0,0,0-1-1H3A1,1,0,0,0,2,7V25a1,1,0,0,0,1,1H4V8H24V21.49A4.45,4.45,0,0,0,21.25,24H14.43a4.5,4.5,0,0,0-4.17-2.76A4.38,4.38,0,1,0,14.72,26H21a4.48,4.48,0,0,0,8.91,0H34V16A4,4,0,0,0,30,12ZM10.26,28a2.38,2.38,0,1,1,0-4.75,2.38,2.38,0,1,1,0,4.75Zm15.17,0a2.38,2.38,0,1,1,2.5-2.37A2.44,2.44,0,0,1,25.42,28ZM32,17H26V14h4a2,2,0,0,1,2,2Z\"></path>\n    <rect x=\"0\" y=\"0\" width=\"36\" height=\"36\" fill-opacity=\"0\"/>\n</svg></li></ul>"
  },
  {
    "path": "resources/svg/icons/coreui-icons/LICENSE",
    "content": "CoreUI Icons Free License\n-------------------------\n\nCoreUI Icons Free is free, open source, and GPL friendly. You can use it for\ncommercial projects, open source projects, or really almost whatever you want.\nFull CoreUI Icons Free license: https://coreui.io/icons/license/.\n\n# Icons: CC BY 4.0 License (https://creativecommons.org/licenses/by/4.0/)\nIn the CoreUI Icons Free download, the CC BY 4.0 license applies to all icons\npackaged as SVG and JS file types.\n\n# Fonts: SIL OFL 1.1 License (https://scripts.sil.org/OFL)\nIn the CoreUI Icons Free download, the SIL OLF license applies to all icons\npackaged as web and desktop font files.\n\n# Code: MIT License (https://opensource.org/licenses/MIT)\nIn the CoreUI Icons Free download, the MIT license applies to all non-font and\nnon-icon files.\n\n# Attribution\nAttribution is required by MIT, SIL OLF, and CC BY licenses. Downloaded \nCoreUI Icons Free files already contain embedded comments with sufficient \nattribution, so you shouldn't need to do anything additional when using \nthese files normally.\n\nWe've kept attribution comments terse, so we ask that you do not actively work\nto remove them from files, especially code. They're a great way for folks to\nlearn about CoreUI Icons.\n\n# Brand Icons\nAll brand icons are trademarks of their respective owners. The use of these\ntrademarks does not indicate endorsement of the trademark holder by CoreUI,\nnor vice versa. **Please do not use brand logos for any purpose except\nto represent the company, product, or service to which they refer.**\n\n--- \n\nCoreUI Icons Brand and Flags License\n------------------------------------\n\n# Brand Icons\nAll brand icons are trademarks of their respective owners. The use of these\ntrademarks does not indicate endorsement of the trademark holder by Font\nAwesome, nor vice versa. **Please do not use brand logos for any purpose except\nto represent the company, product, or service to which they refer.**\n\n**CC0 1.0 Universal**\nStatement of Purpose\n\nThe laws of most jurisdictions throughout the world automatically confer\nexclusive Copyright and Related Rights (defined below) upon the creator and\nsubsequent owner(s) (each and all, an \"owner\") of an original work of\nauthorship and/or a database (each, a \"Work\").\n\nCertain owners wish to permanently relinquish those rights to a Work for the\npurpose of contributing to a commons of creative, cultural and scientific\nworks (\"Commons\") that the public can reliably and without fear of later\nclaims of infringement build upon, modify, incorporate in other works, reuse\nand redistribute as freely as possible in any form whatsoever and for any\npurposes, including without limitation commercial purposes. These owners may\ncontribute to the Commons to promote the ideal of a free culture and the\nfurther production of creative, cultural and scientific works, or to gain\nreputation or greater distribution for their Work in part through the use and\nefforts of others.\n\nFor these and/or other purposes and motivations, and without any expectation\nof additional consideration or compensation, the person associating CC0 with a\nWork (the \"Affirmer\"), to the extent that he or she is an owner of Copyright\nand Related Rights in the Work, voluntarily elects to apply CC0 to the Work\nand publicly distribute the Work under its terms, with knowledge of his or her\nCopyright and Related Rights in the Work and the meaning and intended legal\neffect of CC0 on those rights.\n\n1. Copyright and Related Rights. A Work made available under CC0 may be\nprotected by copyright and related or neighboring rights (\"Copyright and\nRelated Rights\"). Copyright and Related Rights include, but are not limited\nto, the following:\n\n  i. the right to reproduce, adapt, distribute, perform, display, communicate,\n  and translate a Work;\n\n  ii. moral rights retained by the original author(s) and/or performer(s);\n\n  iii. publicity and privacy rights pertaining to a person's image or likeness\n  depicted in a Work;\n\n  iv. rights protecting against unfair competition in regards to a Work,\n  subject to the limitations in paragraph 4(a), below;\n\n  v. rights protecting the extraction, dissemination, use and reuse of data in\n  a Work;\n\n  vi. database rights (such as those arising under Directive 96/9/EC of the\n  European Parliament and of the Council of 11 March 1996 on the legal\n  protection of databases, and under any national implementation thereof,\n  including any amended or successor version of such directive); and\n\n  vii. other similar, equivalent or corresponding rights throughout the world\n  based on applicable law or treaty, and any national implementations thereof.\n\n2. Waiver. To the greatest extent permitted by, but not in contravention of,\napplicable law, Affirmer hereby overtly, fully, permanently, irrevocably and\nunconditionally waives, abandons, and surrenders all of Affirmer's Copyright\nand Related Rights and associated claims and causes of action, whether now\nknown or unknown (including existing as well as future claims and causes of\naction), in the Work (i) in all territories worldwide, (ii) for the maximum\nduration provided by applicable law or treaty (including future time\nextensions), (iii) in any current or future medium and for any number of\ncopies, and (iv) for any purpose whatsoever, including without limitation\ncommercial, advertising or promotional purposes (the \"Waiver\"). Affirmer makes\nthe Waiver for the benefit of each member of the public at large and to the\ndetriment of Affirmer's heirs and successors, fully intending that such Waiver\nshall not be subject to revocation, rescission, cancellation, termination, or\nany other legal or equitable action to disrupt the quiet enjoyment of the Work\nby the public as contemplated by Affirmer's express Statement of Purpose.\n\n3. Public License Fallback. Should any part of the Waiver for any reason be\njudged legally invalid or ineffective under applicable law, then the Waiver\nshall be preserved to the maximum extent permitted taking into account\nAffirmer's express Statement of Purpose. In addition, to the extent the Waiver\nis so judged Affirmer hereby grants to each affected person a royalty-free,\nnon transferable, non sublicensable, non exclusive, irrevocable and\nunconditional license to exercise Affirmer's Copyright and Related Rights in\nthe Work (i) in all territories worldwide, (ii) for the maximum duration\nprovided by applicable law or treaty (including future time extensions), (iii)\nin any current or future medium and for any number of copies, and (iv) for any\npurpose whatsoever, including without limitation commercial, advertising or\npromotional purposes (the \"License\"). The License shall be deemed effective as\nof the date CC0 was applied by Affirmer to the Work. Should any part of the\nLicense for any reason be judged legally invalid or ineffective under\napplicable law, such partial invalidity or ineffectiveness shall not\ninvalidate the remainder of the License, and in such case Affirmer hereby\naffirms that he or she will not (i) exercise any of his or her remaining\nCopyright and Related Rights in the Work or (ii) assert any associated claims\nand causes of action with respect to the Work, in either case contrary to\nAffirmer's express Statement of Purpose.\n\n4. Limitations and Disclaimers.\n\n  a. No trademark or patent rights held by Affirmer are waived, abandoned,\n  surrendered, licensed or otherwise affected by this document.\n\n  b. Affirmer offers the Work as-is and makes no representations or warranties\n  of any kind concerning the Work, express, implied, statutory or otherwise,\n  including without limitation warranties of title, merchantability, fitness\n  for a particular purpose, non infringement, or the absence of latent or\n  other defects, accuracy, or the present or absence of errors, whether or not\n  discoverable, all to the greatest extent permissible under applicable law.\n\n  c. Affirmer disclaims responsibility for clearing rights of other persons\n  that may apply to the Work or any use thereof, including without limitation\n  any person's Copyright and Related Rights in the Work. Further, Affirmer\n  disclaims responsibility for obtaining any necessary consents, permissions\n  or other rights required for any use of the Work.\n\n  d. Affirmer understands and acknowledges that Creative Commons is not a\n  party to this document and has no duty or obligation with respect to this\n  CC0 or use of the Work.\n\nFor more information, please see\n<http://creativecommons.org/publicdomain/zero/1.0/>"
  },
  {
    "path": "resources/svg/icons/coreui-icons/README.md",
    "content": "\n<p align=\"center\">\n  <img height=\"50\" src=\"https://coreui.io/images/brands/coreui-icons.svg\">\n</p>\n\n<p align=\"center\">\n  <a href=\"https://www.npmjs.com/package/@coreui/icons\">\n    <img alt=\"npm (scoped)\" src=\"https://img.shields.io/npm/v/@coreui/icons\">\n  </a>\n  <a href=\"https://www.npmjs.com/package/@coreui/icons\">\n    <img alt=\"npm\" src=\"https://img.shields.io/npm/dw/@coreui/icons\">\n  </a>\n</p>\n\n# CoreUI Icons (1500+ Free icons)- Simply beautiful open source icons\n\nCoreUI Icons is an open-source icon set with more than 1500 icons in multiple formats SVG, PNG, and Webfonts. CoreUI Icons are beautifully crafted symbols for common actions and items. You can use them in your digital products for web or mobile app.\n\n![CoreUI Free Icons](https://coreui.io/images/icons_free_bg_set.png)\n\n## Table of Contents\n\n- [CoreUI Icons (1500+ Free icons)- Simply beautiful open source icons](#coreui-icons-1500-free-icons--simply-beautiful-open-source-icons)\n  - [Table of Contents](#table-of-contents)\n  - [Preview & Docs](#preview--docs)\n  - [Installation](#installation)\n    - [CDN](#cdn)\n    - [NPM](#npm)\n    - [Yarn](#yarn)\n  - [Usage](#usage)\n    - [Basic Use](#basic-use)\n    - [SVG Sprites](#svg-sprites)\n    - [SVG Symbols](#svg-symbols)\n    - [CoreUI Icons for Angular](#coreui-icons-for-angular)\n    - [CoreUI Icons for React.js](#coreui-icons-for-reactjs)\n    - [CoreUI Icons for Vue.js](#coreui-icons-for-vuejs)\n  - [CoreUI Icons PRO](#coreui-icons-pro)\n  - [License](#license)\n    - [CoreUI Icons Free Icons](#coreui-icons-free-icons)\n    - [CoreUI Icons Brand and Flag Icons](#coreui-icons-brand-and-flag-icons)\n      - [Brand Icons](#brand-icons)\n## Preview & Docs\n\n[https://coreui.io/icons/](https://coreui.io/icons/)\n\n\n## Installation\n\n### CDN\n\n```html\n<link rel=\"stylesheet\" href=\"https://unpkg.com/@coreui/icons/css/all.min.css\">\n```\n\nor \n\n```html\n<link rel=\"stylesheet\" href=\"https://unpkg.com/@coreui/icons/css/free.min.css\">\n<link rel=\"stylesheet\" href=\"https://unpkg.com/@coreui/icons/css/brand.min.css\">\n<link rel=\"stylesheet\" href=\"https://unpkg.com/@coreui/icons/css/flag.min.css\">\n```\n\n### NPM\n\n```shell\nnpm install @coreui/icons --save\n```\n\n### Yarn\n\n```shell\nyarn add @coreui/icons\n```\n\nOr, you can also clone or [download this repository](https://github.com/coreui/coreui-icons/archive/master.zip) as zip.\n\n## Usage\n\n### Basic Use\nYou can place CoreUI Icons just about anywhere using a CSS style prefix and the icon’s name. CoreUI Icons are designed to be used with inline elements ex. `<i>` or `<span>`.\n\nPlease use `cil-` prefix for linear icons, `cib-` prefix for brand icons, and `cif-` prefix for flag icons.\n\n```html\n<i class=\"cil-energy\"></i>\n```\n\n```html\n<i class=\"cib-twitter\"></i>\n```\n\n```html\n<i class=\"cif-us\"></i>\n```\n\n### SVG Sprites\n\nSVG sprites let you quickly use vector icons in your website. We have prepared all the icon set styles into their own SVG sprites.\n\nPlace sprite files with the rest of your static files, like images and styles, in your project. Make sure to add a proper path to the SVG sprite file, and use the fragment identifier specific to the SVG icon or symbol you want to display.\n\n```html\n<svg>\n  <use xlink:href=\"path/to/free.svg#cil-airplane-mode\"></use>\n</svg>\n<svg>\n  <use xlink:href=\"path/to/brand.svg#cib-twitter\"></use>\n</svg>\n<svg>\n  <use xlink:href=\"path/to/flag.svg#cif-us\"></use>\n</svg>\n```\n\n\n### SVG Symbols\n\nWhen you download your icon set, it comes with a sprites directory that contains SVG icon definitions. These icons can be referenced and used as inline SVGs like so:\n\n```html\n<!-- Define the symbols -->\n<symbol id=\"cil-apple\" viewBox=\"0 0 24 24\">\n<title>apple</title>\n<path d=\"M21.207 9.987c-0.497-1.275-1.29-2.262-2.293-2.863-0.25 0.477-0.524 0.888-0.835 1.267l0.010-0.013c0.002 0.001 0.004 0.002 0.005 0.003 1.494 0.859 2.364 3.054 2.114 5.338-0.414 3.784-1.563 6.377-3.236 7.302-1.087 0.601-2.444 0.516-4.031-0.254l-0.155-0.075h-1.143l-0.155 0.075c-1.588 0.77-2.944 0.856-4.031 0.254-1.673-0.925-2.822-3.518-3.236-7.302-0.25-2.284 0.619-4.479 2.114-5.338 0.445-0.259 0.979-0.411 1.549-0.411 0.011 0 0.023 0 0.034 0l-0.002-0c1.132 0 2.436 0.53 3.853 1.578l0.051 0.037s2.043-0.248 2.852-0.616c2.439-1.107 2.976-2.867 3.072-3.106 0.262-0.632 0.414-1.366 0.414-2.135 0-0.813-0.17-1.587-0.476-2.287l0.014 0.037-0.191-0.477-0.513 0.005c-3.151 0.036-5.692 2.598-5.692 5.755 0 0.255 0.017 0.507 0.049 0.754l-0.003-0.029c-0.886-0.496-1.747-0.813-2.573-0.944-1.169-0.186-2.241-0.005-3.186 0.538-1.038 0.596-1.855 1.601-2.364 2.906-0.463 1.186-0.638 2.57-0.493 3.895 0.475 4.344 1.859 7.267 4.001 8.452 0.655 0.37 1.438 0.588 2.272 0.588 0.010 0 0.021-0 0.031-0h-0.002c0.918-0 1.904-0.244 2.952-0.73h0.461c1.987 0.923 3.754 0.971 5.253 0.142 2.142-1.185 3.526-4.107 4.001-8.452 0.145-1.325-0.030-2.709-0.493-3.895zM15.376 2.851c0.322-0.143 0.697-0.251 1.088-0.305l0.022-0.003c0.106 0.354 0.167 0.761 0.167 1.182 0 2.15-1.593 3.927-3.663 4.215l-0.022 0.003c-0.106-0.354-0.167-0.76-0.167-1.181 0-1.743 1.048-3.242 2.547-3.901l0.027-0.011z\"></path>\n</symbol>\n\n<!-- Use the defined symbols -->\n<svg>\n  <use xlink:href=\"#cil-apple\"></use>\n</svg>\n```\n\nIt is also possible to link to an external SVG containing the definitions:\n\n```html\n<svg class=\"icon-home\">\n  <use xlink:href=\"path/to/free.svg#cil-apple\"></use>\n</svg>\n```\n\nReferencing an external SVG has the advantage that your icons get cached, with one HTTP request. But the external SVG and the HTML should be served from the same domain. This approach works fine in modern browsers except for IE 9+. In order to support IE 9+, You should use `/js/svgxuse.js` or `/js/svgxuse.min.js`. This polyfill detects if the icons are loaded properly; if they aren't, it sends one HTTP request to fetch and cache symbol definitions.\n\n```html\n<script defer src=\"https://unpkg.com/@coreui/icons/js/svgxuse.js\"></script>\n```\n### CoreUI Icons for Angular\n\n- Please check official repository [CoreUI Icons for Angular](https://github.com/coreui/coreui-icons-angular)\n\n### CoreUI Icons for React.js\n\n- Please check official repository [CoreUI Icons for React](https://github.com/coreui/coreui-icons-react)\n\n### CoreUI Icons for Vue.js\n\n- Please check official repository [CoreUI Icons for Vue.js](https://github.com/coreui/coreui-icons-vue)\n\n## CoreUI Icons PRO\n\nIf our free icon set is insufficient you can buy [CoreUI Icons Pro](https://coreui.io/icons/pro/) with more than 2000 icons, and more styles - Solid, Duo-Tone and Linear.\n\n## License\n\n### CoreUI Icons Free Icons\n\nCoreUI Icons Free is free, open source, and GPL friendly. You can use it for\ncommercial projects, open source projects, or really almost whatever you want.\n\n- Icons — CC BY 4.0 License\n  - In the CoreUI Icons Free, the CC BY 4.0 license applies to all icons \n  packaged as .svg and .js files types.\n- Fonts — SIL OFL 1.1 License\n  - In the CoreUI Icons Free, the SIL OLF license applies to all icons \n  packaged as web and desktop font files.\n- Code — MIT License\n  - In the CoreUI Icons Free, the MIT license applies to all \n  non-font and non-icon files.\n\n### CoreUI Icons Brand and Flag Icons\n\n#### Brand Icons\nAll brand icons are trademarks of their respective owners. The use of these\ntrademarks does not indicate endorsement of the trademark holder by Font\nAwesome, nor vice versa. **Please do not use brand logos for any purpose except\nto represent the company, product, or service to which they refer.**\n\n**CC0 1.0 Universal**\nStatement of Purpose\n\nThe laws of most jurisdictions throughout the world automatically confer\nexclusive Copyright and Related Rights (defined below) upon the creator and\nsubsequent owner(s) (each and all, an \"owner\") of an original work of\nauthorship and/or a database (each, a \"Work\").\n\nCertain owners wish to permanently relinquish those rights to a Work for the\npurpose of contributing to a commons of creative, cultural and scientific\nworks (\"Commons\") that the public can reliably and without fear of later\nclaims of infringement build upon, modify, incorporate in other works, reuse\nand redistribute as freely as possible in any form whatsoever and for any\npurposes, including without limitation commercial purposes. These owners may\ncontribute to the Commons to promote the ideal of a free culture and the\nfurther production of creative, cultural and scientific works, or to gain\nreputation or greater distribution for their Work in part through the use and\nefforts of others.\n\nFor these and/or other purposes and motivations, and without any expectation\nof additional consideration or compensation, the person associating CC0 with a\nWork (the \"Affirmer\"), to the extent that he or she is an owner of Copyright\nand Related Rights in the Work, voluntarily elects to apply CC0 to the Work\nand publicly distribute the Work under its terms, with knowledge of his or her\nCopyright and Related Rights in the Work and the meaning and intended legal\neffect of CC0 on those rights.\n\n1. Copyright and Related Rights. A Work made available under CC0 may be\nprotected by copyright and related or neighboring rights (\"Copyright and\nRelated Rights\"). Copyright and Related Rights include, but are not limited\nto, the following:\n\n  i. the right to reproduce, adapt, distribute, perform, display, communicate,\n  and translate a Work;\n\n  ii. moral rights retained by the original author(s) and/or performer(s);\n\n  iii. publicity and privacy rights pertaining to a person's image or likeness\n  depicted in a Work;\n\n  iv. rights protecting against unfair competition in regards to a Work,\n  subject to the limitations in paragraph 4(a), below;\n\n  v. rights protecting the extraction, dissemination, use and reuse of data in\n  a Work;\n\n  vi. database rights (such as those arising under Directive 96/9/EC of the\n  European Parliament and of the Council of 11 March 1996 on the legal\n  protection of databases, and under any national implementation thereof,\n  including any amended or successor version of such directive); and\n\n  vii. other similar, equivalent or corresponding rights throughout the world\n  based on applicable law or treaty, and any national implementations thereof.\n\n2. Waiver. To the greatest extent permitted by, but not in contravention of,\napplicable law, Affirmer hereby overtly, fully, permanently, irrevocably and\nunconditionally waives, abandons, and surrenders all of Affirmer's Copyright\nand Related Rights and associated claims and causes of action, whether now\nknown or unknown (including existing as well as future claims and causes of\naction), in the Work (i) in all territories worldwide, (ii) for the maximum\nduration provided by applicable law or treaty (including future time\nextensions), (iii) in any current or future medium and for any number of\ncopies, and (iv) for any purpose whatsoever, including without limitation\ncommercial, advertising or promotional purposes (the \"Waiver\"). Affirmer makes\nthe Waiver for the benefit of each member of the public at large and to the\ndetriment of Affirmer's heirs and successors, fully intending that such Waiver\nshall not be subject to revocation, rescission, cancellation, termination, or\nany other legal or equitable action to disrupt the quiet enjoyment of the Work\nby the public as contemplated by Affirmer's express Statement of Purpose.\n\n3. Public License Fallback. Should any part of the Waiver for any reason be\njudged legally invalid or ineffective under applicable law, then the Waiver\nshall be preserved to the maximum extent permitted taking into account\nAffirmer's express Statement of Purpose. In addition, to the extent the Waiver\nis so judged Affirmer hereby grants to each affected person a royalty-free,\nnon transferable, non sublicensable, non exclusive, irrevocable and\nunconditional license to exercise Affirmer's Copyright and Related Rights in\nthe Work (i) in all territories worldwide, (ii) for the maximum duration\nprovided by applicable law or treaty (including future time extensions), (iii)\nin any current or future medium and for any number of copies, and (iv) for any\npurpose whatsoever, including without limitation commercial, advertising or\npromotional purposes (the \"License\"). The License shall be deemed effective as\nof the date CC0 was applied by Affirmer to the Work. Should any part of the\nLicense for any reason be judged legally invalid or ineffective under\napplicable law, such partial invalidity or ineffectiveness shall not\ninvalidate the remainder of the License, and in such case Affirmer hereby\naffirms that he or she will not (i) exercise any of his or her remaining\nCopyright and Related Rights in the Work or (ii) assert any associated claims\nand causes of action with respect to the Work, in either case contrary to\nAffirmer's express Statement of Purpose.\n\n4. Limitations and Disclaimers.\n\n  a. No trademark or patent rights held by Affirmer are waived, abandoned,\n  surrendered, licensed or otherwise affected by this document.\n\n  b. Affirmer offers the Work as-is and makes no representations or warranties\n  of any kind concerning the Work, express, implied, statutory or otherwise,\n  including without limitation warranties of title, merchantability, fitness\n  for a particular purpose, non infringement, or the absence of latent or\n  other defects, accuracy, or the present or absence of errors, whether or not\n  discoverable, all to the greatest extent permissible under applicable law.\n\n  c. Affirmer disclaims responsibility for clearing rights of other persons\n  that may apply to the Work or any use thereof, including without limitation\n  any person's Copyright and Related Rights in the Work. Further, Affirmer\n  disclaims responsibility for obtaining any necessary consents, permissions\n  or other rights required for any use of the Work.\n\n  d. Affirmer understands and acknowledges that Creative Commons is not a\n  party to this document and has no duty or obligation with respect to this\n  CC0 or use of the Work.\n\nFor more information, please see\n<http://creativecommons.org/publicdomain/zero/1.0/>\n"
  },
  {
    "path": "resources/svg/icons/coreui-icons/index.html",
    "content": "<style>\nul.svg-list {\n\tlist-style:none;\n\tpadding:0;\n\tmargin:10px 0 0;\n}\nul.svg-list li {\n\tdisplay:inline-block;\n\tposition:relative;\n\twidth:32px;\n\theight:32px;\n\tpadding:3px;\n\tmargin-right:5px;\n\tmargin-bottom:5px;\n\tbox-shadow:0px 3px 6px 0px rgba(0, 0, 0, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.08);\n}\n\nul.svg-list li:hover {\n\tbox-shadow:none;//0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 0px rgba(0, 0, 0, 0.15);\n}\n\nul.svg-list li svg{\n\tmax-width:100%;\n\tmax-height:100%;\n\tfill: var(--bs-body-color);\n\tcolor: var(--bs-border-color);\n}\n\nul.svg-list li span {\n\t//display:none;\n}\n\nul.svg-list li.heading {\n\twidth:100%;\n\tbox-shadow:none;\n\ttext-transform: capitalize;\n\tfont-size: 12px;\n\tline-height: 32px;\t\n}\n\nul.svg-list li span {\n  visibility: hidden;\n  min-width: 120px;\n  background-color: black;\n  color: #fff;\n  text-align: center;\n  border-radius: 6px;\n  padding: 5px 0;\n  \n  /* Position the tooltip */\n  position: absolute;\n  z-index: 1;\n  left:0;\n  top: 105%;\n  font-size:12px;\n}\n\nul.svg-list li:hover  span {\n  visibility: visible;\n}\n\nul.svg-list li:hover  svg {\n\ttransform: scale(2);\n\tfill:blue;\n\tcolor:green;\n}\t\n</style>\n<ul class=\"svg-list\"><li class='heading'>brand</li><li title=\"cib 500px 5 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M8.456 21.519c-0.406-0.887-0.431-1.144 0.462-1.444 1.6-0.5 0.5 0.575 2.7 3.075h0.019v-5.869c0.075-3.137 2.75-5.762 6.106-5.762 3.369 0 6.106 2.719 6.106 6.050 0 3.962-3.8 7.075-8.031 5.831-0.656-0.262-0.131-1.981 0.531-1.787 3.313 0 5.587-0.631 5.587-4.025 0-3.813-4.819-5.6-7.306-2.787-1.469 1.65-1.1 2.631-1.1 9.85 3.169 1.938 7.394 1.375 10.025-1.256 1.55-1.55 2.406-3.625 2.406-5.813 0-2.2-0.862-4.262-2.425-5.831-1.55-1.55-3.613-2.406-5.831-2.406s-4.3 0.863-5.844 2.406c-0.019 0.019-1 1.031-1.325 1.494l-0.031 0.038c-0.206 0.294-0.394 0.569-1.256 0.381-0.431-0.106-0.894-0.363-0.894-0.738v-11.675c0-0.313 0.244-0.656 0.656-0.656h15.081c0.519 0 0.519 0.725 0.519 0.944 0 0.244 0 0.944-0.519 0.944h-13.95v8.306h0.019c6.512-6.863 17.675-2.25 17.675 6.806 0 11.131-15.3 13.769-19.381 3.925zM12.413 5.219c-0.031 0.262 0.287 1.531 0.912 1.288 7.8-2.969 12.675 2.525 13.088 2.525 0.3 0 1.425-0.956 0.894-1.425-5.825-5.563-14.656-3.563-14.894-2.387zM26.563 25.919c-6.875 6.869-18.688 3.8-20.75-6.512 0-0.762-1.9-0.462-1.806 0.206 1.5 10.837 15.375 16.056 23.85 7.581 0.431-0.488-0.787-1.775-1.294-1.275zM15.35 19.163c0 0.25 0.269 0.456 0.344 0.531 0.188 0.188 0.381 0.275 0.531 0.275 0.237 0 0.162 0.012 1.394-1.219 1.225 1.206 1.194 1.219 1.394 1.219 0.338 0 1.156-0.65 0.669-1.137l-1.081-1.081 1.137-1.137c0.394-0.425-0.631-1.363-1.012-0.981l-1.119 1.119c-1.162-1.175-1.15-1.219-1.344-1.219-0.313 0-1.125 0.731-0.775 1.081l1.137 1.137c-1.131 1.119-1.275 1.2-1.275 1.413z\"/>\n</svg>\n</li><li title=\"cib 500px \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M9.917 12.016c-2.199 0-3.98 1.781-3.985 3.984 0 2.203 1.787 3.984 3.985 3.984 2.203 0 3.984-1.781 3.989-3.984-0.005-2.203-1.787-3.984-3.989-3.984zM9.917 19.136c-1.729 0-3.136-1.407-3.136-3.136s1.407-3.136 3.136-3.136c1.728 0 3.14 1.407 3.14 3.136s-1.412 3.136-3.14 3.136zM18.547 12.016c-2.197 0-3.984 1.781-3.984 3.984s1.787 3.984 3.984 3.984c2.203 0 3.984-1.781 3.989-3.984-0.005-2.203-1.787-3.984-3.989-3.984zM18.547 19.136c-1.729 0-3.135-1.407-3.135-3.136s1.405-3.136 3.135-3.136c1.729 0 3.141 1.407 3.141 3.136s-1.412 3.136-3.141 3.136zM3.068 14.407c-0.761-0.115-1.527 0.088-2.131 0.563v-2.115h3.584c0.124 0 0.213-0.021 0.213-0.391 0-0.36-0.147-0.371-0.24-0.371h-3.968c-0.229 0-0.349 0.188-0.349 0.391v3.469c0 0.183 0.115 0.244 0.328 0.287 0.188 0.036 0.297 0.015 0.38-0.079l0.005-0.011c0.38-0.547 1.203-1.072 1.984-0.979 0.932 0.115 1.683 0.859 1.787 1.771 0.136 1.197-0.797 2.245-2.005 2.245-0.844 0-1.583-0.543-1.891-1.333-0.047-0.115-0.125-0.204-0.459-0.084-0.307 0.109-0.323 0.245-0.28 0.36 0.4 1.104 1.452 1.843 2.629 1.848 3.459-0.020 3.823-5.057 0.412-5.572zM25.26 12.052c-1.072 0.084-1.911 1.027-1.911 2.145v3.548c0 0.208 0.156 0.249 0.391 0.249 0.233 0 0.391-0.041 0.391-0.249v-3.557c0-0.699 0.509-1.297 1.156-1.365 0.369-0.036 0.735 0.084 1.011 0.328 0.276 0.251 0.432 0.604 0.432 0.975 0 0.109-0.052 0.453-0.292 0.776-0.183 0.239-0.52 0.531-1.125 0.531h-0.009c-0.157 0-0.287 0.005-0.313 0.375-0.020 0.245-0.016 0.355 0.199 0.387 0.38 0.052 0.765-0.021 1.151-0.224 0.656-0.339 1.093-0.985 1.145-1.688 0.047-0.604-0.172-1.199-0.599-1.631-0.432-0.427-1.021-0.645-1.625-0.599zM30.484 14.131l1.448-1.448c0.052-0.052 0.177-0.172-0.072-0.432-0.111-0.111-0.204-0.168-0.292-0.168-0.063 0.005-0.12 0.032-0.161 0.079l-1.448 1.453-1.448-1.459c-0.12-0.12-0.256-0.088-0.432 0.089-0.177 0.176-0.209 0.317-0.095 0.437l1.448 1.453-1.427 1.427c-0.032 0.036-0.084 0.083-0.084 0.167-0.004 0.083 0.052 0.188 0.167 0.297 0.095 0.099 0.183 0.145 0.267 0.145 0.093 0 0.151-0.063 0.187-0.093l1.423-1.423 1.452 1.453c0.043 0.041 0.1 0.063 0.157 0.063 0.093 0 0.187-0.052 0.291-0.156 0.163-0.172 0.188-0.319 0.079-0.428z\"/>\n</svg>\n</li><li title=\"cib about me \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M26.047 12.197c-1.828 0-2.844 1.355-3.057 2.824h6.147c-0.167-1.401-1.157-2.819-3.089-2.819zM23.036 17.027c0.313 1.541 1.589 2.624 3.376 2.624 0.963 0 2.359-0.359 3.176-1.219l1.568 1.803c-1.416 1.479-3.536 1.901-4.984 1.901-3.521 0-6.265-2.543-6.265-6.147 0-3.375 2.525-6.156 6.093-6.156 3.448 0 6 2.64 6 6.136v1.020h-8.964zM14.385 22.131v-7.589c0-1.296-0.579-2.047-1.787-2.047-1.083 0-1.801 0.781-2.287 1.344v8.317h-3.135v-7.599c0-1.303-0.552-2.041-1.756-2.041-1.083 0-1.833 0.781-2.291 1.344v8.317h-3.131v-12.167h3.136v1.531c0.531-0.615 1.733-1.677 3.609-1.677 1.667 0 2.796 0.699 3.301 2.12 0.703-1.015 2-2.12 3.88-2.12 2.271 0 3.589 1.344 3.589 3.948v8.324h-3.136l0.005-0.011z\"/>\n</svg>\n</li><li title=\"cib abstract \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16 0c12.803 0 16 3.197 16 16s-3.197 16-16 16c-12.803 0-16-3.197-16-16s3.197-16 16-16zM13.375 24.749c3.365 0.005 6.141-2.76 6.147-6.124 0-3.36-2.767-6.125-6.125-6.125-3.365 0-6.131 2.765-6.131 6.125 0 3.353 2.756 6.12 6.109 6.124zM24.5 24.5v-17h-17v2.995h13.995v14.005zM13.375 15.505c1.724 0 3.125 1.396 3.12 3.125 0 1.724-1.396 3.119-3.125 3.119-4.161 0-4.161-6.249 0.005-6.244z\"/>\n</svg>\n</li><li title=\"cib acm \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M9.912 16.333c-0.105 0.031-0.199 0.093-0.267 0.183-0.067 0.093-0.099 0.208-0.093 0.323 0 0.203 0.047 0.339 0.156 0.412 0.104 0.072 0.261 0.109 0.475 0.109 0.115 0 0.229-0.027 0.348-0.079 0.12-0.052 0.235-0.131 0.329-0.219v-0.88c-0.224 0.015-0.407 0.036-0.543 0.057-0.14 0.015-0.276 0.047-0.405 0.093zM16 0l-16 16 16 16 16-16zM16 25.807c-5.416 0-9.807-4.391-9.807-9.807s4.391-9.807 9.807-9.812c5.416 0.005 9.807 4.396 9.807 9.812s-4.391 9.807-9.807 9.807zM16 7.172c-4.869 0-8.828 3.953-8.828 8.828 0 4.869 3.959 8.823 8.828 8.823s8.828-3.953 8.828-8.823c0-4.875-3.953-8.828-8.828-8.833zM12.183 18.161h-1.323v-0.448l-0.245 0.208c-0.188 0.147-0.407 0.251-0.636 0.313-0.109 0.025-0.271 0.047-0.468 0.047-0.349 0.005-0.688-0.131-0.932-0.38-0.251-0.256-0.371-0.573-0.371-0.959 0-0.317 0.063-0.568 0.188-0.765 0.135-0.199 0.317-0.36 0.541-0.464 0.271-0.12 0.563-0.203 0.86-0.24 0.333-0.041 0.687-0.077 1.072-0.104v-0.020c0-0.235-0.088-0.396-0.265-0.485-0.172-0.093-0.427-0.135-0.771-0.135-0.156 0-0.339 0.025-0.547 0.083s-0.412 0.136-0.609 0.219h-0.115v-1.025c0.125-0.041 0.339-0.084 0.635-0.136 0.292-0.052 0.589-0.077 0.885-0.077 0.735 0 1.267 0.12 1.6 0.364 0.333 0.245 0.5 0.62 0.5 1.12v2.891zM16.479 17.943c-0.093 0.036-0.181 0.073-0.271 0.115-0.093 0.036-0.197 0.079-0.301 0.104-0.125 0.032-0.251 0.057-0.365 0.084-0.109 0.015-0.26 0.025-0.448 0.025-0.348 0-0.672-0.041-0.963-0.131-0.276-0.083-0.543-0.223-0.761-0.411-0.213-0.188-0.385-0.427-0.495-0.693-0.12-0.281-0.181-0.609-0.181-0.984-0.011-0.359 0.056-0.713 0.197-1.041 0.12-0.271 0.297-0.511 0.521-0.704 0.219-0.181 0.473-0.312 0.744-0.389 0.297-0.089 0.599-0.125 0.901-0.125 0.495 0 0.979 0.115 1.416 0.339v1.14h-0.171c-0.063-0.057-0.125-0.115-0.199-0.167-0.077-0.063-0.161-0.12-0.249-0.167-0.219-0.131-0.475-0.192-0.729-0.188-0.339 0-0.604 0.115-0.787 0.349-0.188 0.24-0.281 0.552-0.281 0.953 0 0.427 0.099 0.745 0.297 0.953 0.203 0.208 0.463 0.312 0.791 0.312 0.147 0 0.297-0.015 0.439-0.057 0.208-0.057 0.395-0.156 0.556-0.296 0.063-0.052 0.115-0.109 0.163-0.147h0.171v1.12zM22.255 18.172v-2.131c0-0.208 0-0.385-0.009-0.525 0-0.12-0.027-0.245-0.068-0.355-0.032-0.088-0.095-0.156-0.172-0.197-0.208-0.089-0.437-0.084-0.641 0-0.113 0.057-0.224 0.119-0.323 0.187v3.021h-1.328v-2.131c0-0.208 0-0.38-0.011-0.525-0.005-0.12-0.025-0.24-0.067-0.355-0.037-0.088-0.1-0.156-0.183-0.197-0.079-0.047-0.193-0.063-0.333-0.063-0.109 0-0.219 0.025-0.317 0.072-0.105 0.053-0.204 0.115-0.308 0.183v3.016h-1.323v-4.251h1.323v0.475c0.193-0.167 0.396-0.313 0.615-0.432 0.197-0.104 0.417-0.161 0.645-0.161 0.24-0.005 0.48 0.061 0.683 0.187 0.203 0.136 0.36 0.328 0.453 0.552 0.255-0.235 0.495-0.416 0.724-0.547 0.224-0.125 0.453-0.192 0.683-0.192 0.181 0 0.359 0.031 0.531 0.099 0.151 0.063 0.292 0.156 0.401 0.281 0.12 0.14 0.208 0.307 0.265 0.484 0.057 0.193 0.089 0.437 0.089 0.74v2.765z\"/>\n</svg>\n</li><li title=\"cib addthis \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M24 17.995h-6v5.979h-4v-5.979h-6v-3.984h6v-5.984h4v5.984h6zM28 0.052h-24c-2.203 0.005-3.99 1.786-4 3.99v23.922c0.010 2.198 1.797 3.979 4 3.984h24c2.203-0.005 3.99-1.786 4-3.984v-23.922c-0.010-2.203-1.797-3.984-4-3.99z\"/>\n</svg>\n</li><li title=\"cib adguard \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16 0c-4.64 0-10.099 1.104-14.76 3.505l-0.724 0.369v0.823c0 4.948 0.093 18.152 14.801 26.891l0.683 0.412 0.683-0.412c14.708-8.739 14.801-21.943 14.801-26.891v-0.812l-0.719-0.375c-4.604-2.412-10.125-3.511-14.765-3.511zM16 2.683c3.969 0 8.781 1.015 12.765 2.932-0.011 5.183-0.557 15.391-12.765 23.104-12.208-7.713-12.76-17.921-12.765-23.104 4.047-1.921 8.796-2.932 12.765-2.932zM22.713 10.104c-0.349 0.011-0.645 0.229-0.812 0.396l-7.172 7.443-2.688-3.219c-1.271-1.473-3.015-0.333-3.416-0.068l6.235 7.24 8.515-11.532c-0.177-0.171-0.416-0.265-0.661-0.26z\"/>\n</svg>\n</li><li title=\"cib adobe acrobat reader \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M31.464 20.49c-0.948-1.010-2.885-1.594-5.63-1.594-1.469 0-3.167 0.146-5.016 0.49-1.042-1.026-2.083-2.224-3.073-3.625-0.708-0.984-1.328-2.026-1.896-3.052 1.083-3.385 1.609-6.146 1.609-8.135 0-2.229-0.807-4.552-3.12-4.552-0.714 0-1.422 0.432-1.802 1.068-1.042 1.875-0.573 5.99 1.224 10.052-0.672 2.026-1.38 3.964-2.266 6.141-0.771 1.833-1.661 3.724-2.568 5.458-5.203 2.115-8.573 4.578-8.885 6.516-0.141 0.729 0.099 1.396 0.609 1.932 0.177 0.146 0.844 0.724 1.974 0.724 3.453 0 7.089-5.703 8.943-9.146 1.417-0.479 2.839-0.917 4.255-1.354 1.557-0.427 3.12-0.776 4.542-1.016 3.646 3.339 6.859 3.865 8.474 3.865 1.99 0 2.698-0.823 2.938-1.495 0.375-0.87 0.094-1.828-0.333-2.323l0.026 0.052zM29.62 21.896c-0.141 0.724-0.854 1.208-1.849 1.208-0.281 0-0.521-0.052-0.807-0.094-1.813-0.438-3.51-1.359-5.203-2.813 1.667-0.281 3.083-0.333 3.974-0.333 0.984 0 1.839 0.047 2.411 0.193 0.656 0.141 1.698 0.583 1.464 1.844h0.026zM19.589 19.62c-1.229 0.255-2.552 0.552-3.927 0.922-1.089 0.302-2.224 0.635-3.359 1.031 0.615-1.203 1.135-2.37 1.609-3.474 0.573-1.359 1.042-2.76 1.516-4.063 0.464 0.818 0.984 1.641 1.505 2.375 0.854 1.161 1.745 2.266 2.641 3.229v-0.026zM13.385 1.641c0.193-0.385 0.573-0.583 0.906-0.583 0.995 0 1.182 1.156 1.182 2.083 0 1.557-0.474 3.922-1.281 6.62-1.417-3.76-1.51-6.906-0.802-8.12zM8.182 24.172c-2.411 4.057-4.729 6.573-6.151 6.573-0.276 0-0.516-0.099-0.703-0.24-0.286-0.292-0.427-0.63-0.333-1.016 0.286-1.453 2.984-3.484 7.193-5.318z\"/>\n</svg>\n</li><li title=\"cib adobe after effects \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M0 0.401v31.198h32v-31.198zM1.333 1.734h29.333v28.531h-29.333zM9.047 18.068l-1.057 3.979c-0.021 0.109-0.068 0.151-0.198 0.151h-1.958c-0.13 0-0.151-0.047-0.13-0.198l3.786-13.245c0.063-0.24 0.109-0.432 0.13-1.094 0-0.089 0.042-0.135 0.109-0.135h2.797c0.089 0 0.13 0.026 0.151 0.135l4.245 14.359c0.021 0.109 0 0.172-0.109 0.172h-2.198c-0.109 0-0.177-0.036-0.198-0.125l-1.099-4.005h-4.271zM12.786 15.901c-0.375-1.474-1.281-4.708-1.609-6.266h-0.021c-0.286 1.557-1.005 4.198-1.557 6.266zM19.932 17.266c0.026 1.807 0.88 3.016 2.906 3.016 0.792 0 1.469-0.104 2.172-0.417 0.089-0.042 0.156-0.016 0.156 0.094v1.672c0 0.13-0.042 0.198-0.135 0.266-0.703 0.349-1.578 0.505-2.677 0.505-3.521 0-4.839-2.594-4.839-5.5 0-3.146 1.625-5.719 4.49-5.719 2.901 0 3.911 2.443 3.911 4.422 0 0.641-0.047 1.167-0.109 1.411-0.026 0.109-0.068 0.146-0.177 0.167-0.266 0.047-1.057 0.089-2.224 0.089h-3.474zM22.641 15.432c0.682 0 0.922 0 0.99-0.021 0-0.089 0.021-0.167 0.021-0.229 0-0.729-0.354-2.063-1.74-2.063-1.276 0-1.828 1.125-1.958 2.313z\"/>\n</svg>\n</li><li title=\"cib adobe audition \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M0 0.401v31.197h32v-31.197zM1.333 1.735h29.333v28.531h-29.333zM8.88 18.401l-1.031 3.817c-0.021 0.104-0.063 0.183-0.193 0.183h-1.911c-0.131 0-0.152-0.041-0.131-0.193l3.692-12.853c0.095-0.36 0.136-0.724 0.131-1.095 0-0.083 0.041-0.124 0.104-0.124h2.729c0.084 0 0.131 0.020 0.151 0.124l4.141 13.969c0.021 0.109 0 0.172-0.104 0.172h-2.152c-0.093 0-0.171-0.068-0.187-0.161l-1.079-3.839zM12.505 16.265c-0.365-1.437-1.224-4.572-1.541-6.093h-0.027c-0.276 1.521-0.964 4.079-1.5 6.093zM25.864 20.303c0 0.145 0.021 0.599 0.068 1.328 0 0.083-0.011 0.129-0.093 0.151-1.271 0.541-2.636 0.839-4.016 0.88-1.953 0-3.823-0.749-3.823-3.755v-6.871c0-0.104 0.041-0.172 0.151-0.172h2.1c0.109 0 0.151 0.068 0.151 0.172v6.589c0 1.265 0.552 1.953 1.885 1.953 0.448 0.005 0.896-0.079 1.312-0.235v-8.308c0-0.104 0.041-0.172 0.151-0.172h1.964c0.131 0 0.151 0.068 0.151 0.172z\"/>\n</svg>\n</li><li title=\"cib adobe creative cloud \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M32 15.464v1.073c-0.010 0.057-0.021 0.115-0.031 0.172-0.052 0.469-0.089 0.938-0.161 1.396-0.245 1.49-0.781 2.911-1.568 4.193-1.161 1.927-2.849 3.484-4.865 4.484-1.172 0.589-2.443 0.969-3.745 1.12-0.292 0.036-0.583 0.068-0.87 0.099h-11.245c-0.057-0.010-0.109-0.026-0.167-0.031-1.13-0.068-2.234-0.339-3.266-0.797-2.266-1.010-3.953-2.641-5.057-4.885-0.484-0.995-0.802-2.063-0.932-3.161l-0.094-0.802v-1.042c0.010-0.057 0.026-0.115 0.031-0.172 0.057-0.995 0.26-1.969 0.615-2.901 0.953-2.505 2.62-4.365 4.984-5.573 1.214-0.615 2.542-0.964 3.901-1.026 0.672-0.031 1.344 0 2.005 0.094 0.068 0.010 0.141-0.016 0.193-0.063 0.943-0.984 2.052-1.802 3.276-2.411 1.177-0.594 2.453-0.974 3.766-1.13 0.313-0.036 0.625-0.068 0.932-0.099h0.958c0.063 0.010 0.13 0.021 0.188 0.026 0.479 0.057 0.953 0.094 1.427 0.177 1.453 0.25 2.849 0.786 4.094 1.578 1.917 1.198 3.453 2.911 4.427 4.953 0.583 1.198 0.958 2.49 1.109 3.813 0.031 0.307 0.063 0.615 0.094 0.917zM14.104 8.531c0.021 0.026 0.026 0.042 0.036 0.042 0.656 0.333 1.286 0.719 1.88 1.156 0.036 0.026 0.13 0.016 0.177-0.010 1.625-1.052 3.396-1.411 5.292-1.073 1.859 0.339 3.375 1.281 4.531 2.792 1.307 1.708 1.807 3.641 1.448 5.786-0.245 1.438-0.813 2.734-1.776 3.813-1.76 1.974-3.964 2.792-6.557 2.448-1.594-0.214-2.974-0.917-4.115-2.089-1.464-1.5-2.938-2.995-4.406-4.495-0.198-0.203-0.411-0.359-0.693-0.396-0.484-0.068-0.953 0.193-1.156 0.641-0.188 0.396-0.161 0.849 0.25 1.26 1.635 1.635 3.255 3.286 4.891 4.922 0.281 0.281 0.583 0.542 0.901 0.776 1.193 0.88 2.542 1.37 4 1.568 1.146 0.151 2.281 0.12 3.406-0.141 2.151-0.49 3.932-1.604 5.333-3.328 1.146-1.401 1.875-3.094 2.099-4.891 0.146-1.047 0.115-2.109-0.083-3.151-0.328-1.693-1.031-3.208-2.161-4.5-2.156-2.464-4.87-3.563-8.099-3.318-1.234 0.104-2.432 0.464-3.521 1.057-0.599 0.313-1.156 0.693-1.672 1.13zM13.318 25.719c-0.047-0.042-0.089-0.083-0.135-0.125-0.667-0.641-1.339-1.281-2-1.932-0.109-0.12-0.266-0.188-0.427-0.182-0.672 0.016-1.339 0.021-2-0.13-3.281-0.755-5.188-4.385-3.979-7.578 0.953-2.516 3.594-4.047 6.198-3.578 1.167 0.214 2.193 0.719 3.036 1.599 1.026 1.078 2.078 2.12 3.12 3.188 0.234 0.24 0.505 0.354 0.833 0.307 0.417-0.063 0.755-0.266 0.906-0.688 0.151-0.417 0.078-0.807-0.229-1.125-1.089-1.12-2.151-2.271-3.281-3.344-2.198-2.083-4.786-2.703-7.651-1.818-3.849 1.193-6.104 5.234-5.224 9.224 0.802 3.641 3.932 6.188 7.589 6.193h3.068c0.047 0 0.099-0.005 0.177-0.010z\"/>\n</svg>\n</li><li title=\"cib adobe dreamweaver \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M0 0.401v31.197h32v-31.197zM1.333 1.735h29.333v28.531h-29.333zM4.167 7.745c0-0.109 0.021-0.157 0.156-0.177 0.505-0.021 1.959-0.063 3.464-0.063 4.464 0 6.687 2.88 6.687 7.104 0 5.875-3.853 7.651-6.823 7.651-1.12 0-2.749-0.020-3.344-0.041-0.088 0-0.129-0.068-0.129-0.177v-14.296zM6.568 20.104c0.369 0.027 0.703 0.047 1.12 0.047 2.463 0 4.291-1.739 4.312-5.473 0.027-3.656-1.864-5.063-4.213-5.063-0.464 0-0.839 0.025-1.213 0.052v10.448zM23.484 22.197c-0.156 0-0.197-0.057-0.219-0.187-0.661-3.672-1.213-6.271-1.453-8.079h-0.020c-0.287 1.636-0.819 4.344-1.699 8.104-0.041 0.136-0.083 0.172-0.192 0.172h-2.156c-0.157 0-0.199-0.020-0.24-0.156l-2.36-10.505c-0.020-0.088 0.027-0.177 0.157-0.177h2.156c0.088 0 0.156 0.032 0.177 0.12 0.833 4.729 1.187 7.177 1.317 8.147h0.088c0.156-1.147 0.615-3.527 1.604-8.105 0.048-0.129 0.048-0.167 0.177-0.167h2.265c0.109 0 0.131 0.057 0.157 0.167 0.771 4.333 1.276 7.068 1.405 8.167h0.068c0.213-1.405 0.505-3.307 1.443-8.192 0.027-0.089 0.047-0.141 0.156-0.141h2.027c0.088 0 0.156 0.048 0.115 0.157l-2.62 10.525c-0.021 0.109-0.041 0.151-0.193 0.151z\"/>\n</svg>\n</li><li title=\"cib adobe illustrator \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M0 0.401v31.198h32v-31.198zM1.333 1.734h29.333v28.531h-29.333zM11.099 18.068l-1.057 3.995c-0.021 0.115-0.063 0.135-0.193 0.135h-1.958c-0.135 0-0.156-0.042-0.135-0.193l3.786-13.26c0.068-0.24 0.109-0.453 0.13-1.115 0-0.089 0.047-0.13 0.115-0.13h2.792c0.089 0 0.135 0.021 0.156 0.13l4.245 14.396c0.026 0.109 0 0.172-0.109 0.172h-2.198c-0.115 0-0.177-0.026-0.198-0.115l-1.104-4.016h-4.276zM14.818 15.901c-0.375-1.474-1.255-4.703-1.583-6.266h-0.026c-0.281 1.557-0.99 4.198-1.536 6.266zM20.818 8.49c0-0.859 0.594-1.365 1.365-1.365 0.813 0 1.365 0.552 1.365 1.365 0 0.88-0.573 1.365-1.391 1.365-0.797 0-1.344-0.484-1.344-1.365zM20.969 11.521c0-0.104 0.042-0.146 0.151-0.146h2.094c0.12 0 0.161 0.042 0.161 0.156v10.526c0 0.109-0.021 0.151-0.156 0.151h-2.063c-0.135 0-0.177-0.063-0.177-0.172v-10.516z\"/>\n</svg>\n</li><li title=\"cib adobe indesign \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M0 0.401v31.197h32v-31.197zM1.333 1.735h29.333v28.531h-29.333zM11.697 22.027c0 0.129-0.020 0.171-0.171 0.171h-2.053c-0.129 0-0.171-0.061-0.171-0.171v-14.319c0-0.129 0.061-0.177 0.171-0.177h2.073c0.109 0 0.151 0.048 0.151 0.157zM14.063 16.86c0-3.188 2.099-5.672 5.468-5.672 0.281 0 0.439 0 0.704 0.015v-3.536c0-0.088 0.068-0.136 0.129-0.136h2.167c0.115 0 0.136 0.048 0.136 0.115v12.475c0 0.369 0 0.833 0.068 1.339 0 0.088-0.027 0.109-0.115 0.156-1.147 0.547-2.36 0.792-3.5 0.792-2.953 0-5.063-1.828-5.063-5.547zM20.235 13.364c-0.199-0.088-0.464-0.135-0.792-0.135-1.713 0-2.916 1.317-2.916 3.52 0 2.511 1.223 3.521 2.765 3.521 0.328 0 0.681-0.041 0.943-0.156z\"/>\n</svg>\n</li><li title=\"cib adobe lightroom classic \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M0 0.401v31.197h32v-31.197zM1.333 1.735h29.333v28.531h-29.333zM8.864 22.167c-0.156 0-0.197-0.068-0.197-0.197v-14.324c0-0.115 0.041-0.176 0.156-0.176h2.109c0.115 0 0.136 0.047 0.136 0.161v12.343h5.5c0.109 0 0.14 0.048 0.12 0.157l-0.333 1.891c-0.021 0.109-0.089 0.156-0.199 0.156h-7.292zM18.735 13.531c0-0.161 0-0.552-0.068-1.301 0-0.109 0.027-0.136 0.115-0.177 0.812-0.328 2.74-0.921 4.896-0.921 0.109 0 0.151 0.020 0.151 0.135v1.932c0 0.115-0.041 0.136-0.156 0.136-0.833-0.041-2.084 0.068-2.547 0.265v8.412c0 0.109-0.043 0.151-0.152 0.151h-2.093c-0.109 0-0.151-0.041-0.151-0.151v-8.48z\"/>\n</svg>\n</li><li title=\"cib adobe lightroom \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M26.333 0.401h-20.667c-3.136 0-5.667 2.531-5.667 5.667v19.864c0 3.136 2.531 5.667 5.667 5.667h20.667c3.136 0 5.667-2.531 5.667-5.667v-19.864c0-3.136-2.531-5.667-5.667-5.667zM30.651 25.412c0.016 2.676-2.151 4.853-4.823 4.853h-19.656c-2.667 0-4.839-2.172-4.839-4.853v-18.824c0-2.681 2.172-4.853 4.839-4.853h19.64c2.672 0 4.839 2.167 4.839 4.839zM8.864 22.172c-0.156 0-0.197-0.068-0.197-0.199v-14.333c0-0.109 0.041-0.171 0.161-0.171h2.104c0.109 0 0.136 0.036 0.136 0.156v12.348h5.495c0.104 0 0.145 0.043 0.12 0.163l-0.333 1.891c-0.032 0.109-0.095 0.161-0.204 0.161h-7.281zM18.864 13.531c0-0.156 0-0.547-0.061-1.291 0-0.104 0.025-0.136 0.104-0.172 0.812-0.333 2.744-0.923 4.905-0.923 0.109 0 0.161 0.027 0.161 0.136v1.916c0 0.109-0.041 0.136-0.161 0.136-0.839-0.041-2.077 0.068-2.547 0.265v8.417c0 0.104-0.036 0.156-0.161 0.156h-2.088c-0.109 0-0.161-0.036-0.161-0.156v-8.485z\"/>\n</svg>\n</li><li title=\"cib adobe photoshop \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M0 0.401v31.198h32v-31.198zM1.333 1.734h29.333v28.531h-29.333zM7.734 7.708c0-0.089 0.188-0.156 0.297-0.156 0.859-0.042 2.12-0.068 3.438-0.068 3.698 0 5.135 2.026 5.135 4.62 0 3.391-2.458 4.844-5.469 4.844-0.51 0-0.682-0.026-1.036-0.026v5.125c0 0.109-0.042 0.156-0.151 0.156h-2.063c-0.109 0-0.151-0.042-0.151-0.151zM10.099 14.792c0.307 0.021 0.552 0.021 1.083 0.021 1.557 0 3.026-0.552 3.026-2.661 0-1.693-1.052-2.552-2.833-2.552-0.526 0-1.031 0.021-1.276 0.042zM21.578 13.203c-1.057 0-1.411 0.531-1.411 0.969 0 0.484 0.24 0.813 1.651 1.542 2.089 1.016 2.75 1.979 2.75 3.411 0 2.13-1.63 3.276-3.828 3.276-1.167 0-2.161-0.245-2.734-0.573-0.083-0.042-0.104-0.109-0.104-0.219v-1.958c0-0.13 0.063-0.177 0.151-0.109 0.833 0.552 1.802 0.792 2.682 0.792 1.057 0 1.495-0.438 1.495-1.036 0-0.484-0.307-0.901-1.646-1.604-1.896-0.906-2.688-1.828-2.688-3.37 0-1.719 1.344-3.146 3.672-3.146 1.146 0 1.953 0.177 2.396 0.37 0.109 0.068 0.13 0.177 0.13 0.266v1.828c0 0.109-0.068 0.177-0.198 0.13-0.594-0.349-1.469-0.573-2.323-0.573z\"/>\n</svg>\n</li><li title=\"cib adobe premiere \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M0 0.401v31.198h32v-31.198zM1.333 1.734h29.333v28.531h-29.333zM8.396 7.703c0-0.089 0.021-0.156 0.135-0.156 0.854-0.042 2.109-0.063 3.427-0.063 3.698 0 5.302 2.026 5.302 4.62 0 3.385-2.448 4.839-5.464 4.839-0.505 0-0.682-0.021-1.036-0.021v5.125c0 0.109-0.042 0.151-0.151 0.151h-2.057c-0.115 0-0.156-0.042-0.156-0.151zM10.76 14.786c0.313 0.021 0.552 0.021 1.083 0.021 1.557 0 3.021-0.547 3.021-2.661 0-1.693-1.042-2.552-2.828-2.552-0.526 0-1.031 0.026-1.276 0.047zM19.297 13.578c0-0.156 0-0.552-0.068-1.297 0-0.109 0.016-0.135 0.104-0.177 1.557-0.599 3.208-0.911 4.875-0.922 0.109 0 0.156 0.021 0.156 0.13v1.938c0 0.109-0.036 0.13-0.146 0.13-0.849-0.052-1.703 0.036-2.521 0.266v8.401c0 0.109-0.047 0.151-0.156 0.151h-2.094c-0.109 0-0.151-0.042-0.151-0.151z\"/>\n</svg>\n</li><li title=\"cib adobe typekit \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M0 0v32h32v-32zM1.333 1.369h29.333v29.261h-29.333zM9.552 10.645h-3.692c-0.111 0-0.157-0.047-0.131-0.176l0.26-1.849c0.021-0.109 0.068-0.151 0.177-0.151h9.235c0.129 0 0.177 0.041 0.197 0.171l0.177 1.829c0.021 0.129-0.041 0.176-0.156 0.176h-3.672v12.313c0 0.109-0.041 0.177-0.177 0.177h-2.041c-0.131 0-0.177-0.048-0.177-0.177zM19.625 17l3.364-4.552c0.089-0.109 0.109-0.156 0.219-0.156h2.245c0.131 0 0.172 0.088 0.083 0.197-0.525 0.683-2.943 3.672-3.733 4.641-0.027 0.041-0.027 0.088 0 0.129l4.265 5.699c0.041 0.088 0.020 0.177-0.109 0.177h-2.599c-0.131 0-0.172-0.048-0.22-0.136-1.192-1.615-2.369-3.251-3.515-4.901v4.88c0 0.109-0.027 0.157-0.156 0.157h-2.068c-0.151 0-0.172-0.048-0.172-0.177v-14.36c0-0.068 0.021-0.129 0.151-0.129h2.089c0.088 0 0.156 0.041 0.156 0.151z\"/>\n</svg>\n</li><li title=\"cib adobe xd \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M26.333 0.401h-20.667c-3.136 0-5.667 2.531-5.667 5.667v19.864c0 3.136 2.531 5.667 5.667 5.667h20.667c3.136 0 5.667-2.531 5.667-5.667v-19.864c0-3.136-2.531-5.667-5.667-5.667zM30.651 25.412c0.016 2.676-2.151 4.853-4.823 4.853h-19.656c-2.667 0-4.839-2.172-4.839-4.839v-18.853c0-2.667 2.172-4.839 4.839-4.839h19.64c2.672 0 4.839 2.167 4.839 4.839zM12.651 15l3.735 7.172c0.068 0.109 0.027 0.213-0.079 0.213h-2.323c-0.145 0-0.213-0.036-0.276-0.172-0.853-1.76-1.724-3.52-2.615-5.411h-0.025c-0.803 1.785-1.683 3.667-2.537 5.427-0.061 0.104-0.129 0.145-0.239 0.145h-2.199c-0.135 0-0.145-0.109-0.077-0.187l3.651-6.959-3.531-7.041c-0.084-0.109 0-0.188 0.077-0.188h2.292c0.135 0 0.188 0.027 0.24 0.145 0.843 1.761 1.692 3.573 2.495 5.349h0.025c0.776-1.76 1.631-3.588 2.453-5.333 0.068-0.109 0.109-0.177 0.24-0.177h2.145c0.109 0 0.151 0.084 0.084 0.188zM17.041 17.172c0-3.104 2.063-5.532 5.344-5.532 0.281 0 0.427 0 0.693 0.027v-3.531c0-0.084 0.067-0.136 0.135-0.136h2.104c0.109 0 0.136 0.041 0.136 0.104v12.245c0 0.359 0 0.812 0.068 1.301 0 0.084-0.027 0.109-0.109 0.152-1.12 0.531-2.292 0.771-3.412 0.771-2.896 0.015-4.959-1.771-4.959-5.401zM23.079 13.76c-0.183-0.077-0.453-0.135-0.772-0.135-1.681 0-2.853 1.296-2.853 3.443 0 2.453 1.197 3.437 2.708 3.437 0.317 0 0.667-0.036 0.917-0.145z\"/>\n</svg>\n</li><li title=\"cib adobe \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M20.136 2.667h11.864v26.667zM11.864 2.667h-11.864v26.667zM16 12.531l7.469 16.803h-5.068l-2.136-5.333h-5.463z\"/>\n</svg>\n</li><li title=\"cib airbnb \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M15.995 24.354c-1.802-2.26-2.859-4.24-3.214-5.938-0.349-1.37-0.214-2.464 0.391-3.286 0.635-0.948 1.578-1.406 2.823-1.406s2.193 0.458 2.828 1.417c0.594 0.813 0.745 1.906 0.38 3.286-0.391 1.729-1.448 3.708-3.214 5.938zM28.792 25.875c-0.245 1.661-1.375 3.036-2.932 3.708-3 1.307-5.974-0.776-8.516-3.604 4.203-5.266 4.984-9.365 3.177-12.016-1.057-1.521-2.578-2.26-4.526-2.26-3.922 0-6.078 3.318-5.229 7.172 0.49 2.089 1.802 4.458 3.885 7.109-1.307 1.443-2.547 2.474-3.641 3.109-0.849 0.458-1.661 0.74-2.438 0.807-3.568 0.531-6.37-2.927-5.099-6.5 0.177-0.464 0.531-1.307 1.13-2.615l0.031-0.073c1.953-4.234 4.323-9.047 7.042-14.385l0.073-0.177 0.771-1.484c0.604-1.099 0.849-1.589 1.802-2.193 0.464-0.276 1.026-0.417 1.661-0.417 1.271 0 2.26 0.74 2.688 1.339 0.208 0.318 0.458 0.745 0.776 1.271l0.745 1.453 0.104 0.208c2.719 5.339 5.094 10.141 7.036 14.385l0.031 0.036 0.714 1.625 0.422 1.021c0.323 0.813 0.396 1.625 0.286 2.474zM30.417 22.693c-0.245-0.781-0.672-1.698-1.198-2.792v-0.042c-2.516-5.339-4.854-10.141-7.073-14.453l-0.146-0.214c-1.583-3.245-2.714-5.193-6.005-5.193-3.25 0-4.63 2.26-6.042 5.198l-0.109 0.214c-2.224 4.307-4.557 9.115-7.068 14.453v0.073l-0.745 1.625c-0.276 0.672-0.422 1.021-0.458 1.13-1.802 4.948 1.911 9.292 6.401 9.292 0.036 0 0.177 0 0.349-0.031h0.5c2.333-0.286 4.734-1.771 7.172-4.422 2.438 2.651 4.849 4.135 7.177 4.422h0.495c0.177 0.031 0.318 0.031 0.354 0.031 4.49 0.005 8.198-4.344 6.396-9.292z\"/>\n</svg>\n</li><li title=\"cib algolia \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16.331 11.413c-3.081 0-5.575 2.494-5.575 5.575s2.494 5.575 5.575 5.575c3.081 0 5.575-2.494 5.575-5.575s-2.5-5.575-5.575-5.575zM20.25 14.95l-3.681 1.913c-0.113 0.056-0.238-0.025-0.238-0.144v-4.156c0-0.094 0.081-0.169 0.169-0.163 1.637 0.063 3.056 0.981 3.819 2.319 0.044 0.081 0.012 0.188-0.069 0.231zM26.319 2h-20.638c-2.031 0-3.681 1.65-3.681 3.681v20.631c0 2.038 1.65 3.688 3.681 3.688h20.631c2.038 0 3.681-1.65 3.681-3.681v-20.638c0.006-2.031-1.644-3.681-3.675-3.681zM13.656 7.294c0-0.675 0.544-1.219 1.219-1.219h2.831c0.675 0 1.219 0.544 1.219 1.219v0.963c0 0.112-0.106 0.188-0.206 0.156-0.769-0.213-1.569-0.319-2.381-0.319-0.844 0-1.669 0.113-2.462 0.344-0.106 0.031-0.212-0.050-0.212-0.156v-0.988zM8.381 9.606l0.575-0.575c0.475-0.475 1.244-0.475 1.719 0l0.481 0.481c0.069 0.069 0.063 0.188-0.019 0.25-0.387 0.281-0.756 0.588-1.1 0.931-0.338 0.337-0.65 0.706-0.925 1.087-0.063 0.081-0.181 0.094-0.25 0.019l-0.481-0.481c-0.475-0.469-0.475-1.238 0-1.713zM16.331 24.906c-4.375 0-7.913-3.544-7.913-7.913s3.544-7.912 7.913-7.912c4.375 0 7.912 3.537 7.912 7.912 0 4.363-3.544 7.913-7.912 7.913z\"/>\n</svg>\n</li><li title=\"cib alipay \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M25.609 2h-19.217c-2.428 0-4.391 1.963-4.391 4.391v19.217c0 2.428 1.963 4.391 4.391 4.391h19.217c2.408 0 4.36-1.942 4.391-4.35-2.873-1.601-6.912-3.771-10.725-5.527-2.004 2.748-5.258 5.063-9.289 5.063-4.412 0-5.858-2.831-6.065-4.773-0.248-2.438 0.93-5.094 6.22-5.094 2.211 0 4.959 0.641 7.946 1.56 1.033-1.881 1.653-3.771 1.653-3.771h-11.137v-1.044h5.755v-1.953h-6.84v-1.188h6.84v-3.151h3.183v3.151h6.84v1.188h-6.841v1.953h5.548c0 0-0.95 2.914-2.397 5.682 3.058 1.044 6.25 2.252 9.289 3.296v-14.651c0.010-2.418-1.953-4.391-4.371-4.391zM4.955 20.184c0.062 1.261 0.641 3.358 4.371 3.358 3.254 0 5.786-2.48 7.367-4.556-2.789-1.167-5.28-1.963-6.84-1.963-4.216 0-4.96 2.066-4.897 3.161z\"/>\n</svg>\n</li><li title=\"cib allocine \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M27.26 28.214l-4.318-27.286c-0.089-0.594-0.641-1.005-1.234-0.917h-0.005l-4.563 0.734c0.703 4.599-6.172 5.688-6.932 1.099l-4.557 0.724c-0.594 0.089-1.005 0.641-0.917 1.234v0.005l4.328 27.276c0.089 0.594 0.641 0.995 1.234 0.901l4.563-0.719c-0.333-1.938 0.984-3.766 2.922-4.073 1.938-0.302 3.75 1.042 4.021 2.984l4.563-0.719c0.589-0.094 0.99-0.646 0.901-1.234v-0.010zM19.693 10.948l-1.641 2.406c-0.146 0.188-0.344 0.328-0.578 0.401-0.677 0.156-1.661-1.286-2.359 2.005-0.698 3.286 0.786 2.38 1.339 2.807 0.182 0.151 0.313 0.354 0.375 0.583l0.526 2.854h-0.016c0.057 0.354-0.13 0.708-0.458 0.859-0.604 0.245-1.557 0.568-2.115 0.448-1.203-0.255-3.12-3.234-2.083-8.094s3.99-6.771 5.193-6.516c0.552 0.12 1.297 0.802 1.755 1.271 0.24 0.271 0.266 0.672 0.063 0.974z\"/>\n</svg>\n</li><li title=\"cib amazon aws \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M9.016 13.38c0 0.396 0.047 0.714 0.12 0.948 0.083 0.234 0.193 0.49 0.339 0.766 0.057 0.089 0.078 0.172 0.078 0.245 0 0.109-0.068 0.214-0.203 0.323l-0.672 0.443c-0.083 0.063-0.177 0.094-0.276 0.099-0.109 0-0.214-0.052-0.318-0.151-0.146-0.151-0.271-0.318-0.385-0.5-0.12-0.203-0.229-0.411-0.328-0.625-0.833 0.979-1.875 1.469-3.13 1.469-0.896 0-1.609-0.255-2.13-0.766-0.521-0.516-0.786-1.193-0.786-2.047 0-0.901 0.318-1.641 0.969-2.193s1.51-0.828 2.609-0.828c0.359 0 0.734 0.031 1.125 0.083 0.396 0.052 0.802 0.141 1.224 0.234v-0.776c0-0.807-0.167-1.375-0.5-1.703-0.339-0.328-0.911-0.49-1.734-0.49-0.37 0-0.755 0.042-1.151 0.135-0.391 0.099-0.776 0.214-1.146 0.365-0.125 0.057-0.25 0.099-0.375 0.141-0.052 0.016-0.109 0.026-0.167 0.031-0.151 0-0.224-0.109-0.224-0.333v-0.521c0-0.167 0.021-0.297 0.073-0.37 0.078-0.099 0.182-0.177 0.297-0.224 0.375-0.193 0.818-0.354 1.339-0.479 0.547-0.141 1.104-0.208 1.661-0.203 1.271 0 2.193 0.286 2.792 0.865 0.583 0.573 0.88 1.443 0.88 2.615v3.448zM4.698 15c0.349 0 0.714-0.063 1.094-0.193 0.385-0.125 0.724-0.359 1.010-0.677 0.172-0.203 0.302-0.427 0.365-0.682s0.104-0.568 0.104-0.927v-0.448c-0.323-0.078-0.646-0.141-0.979-0.182-0.328-0.042-0.661-0.063-1-0.063-0.714 0-1.234 0.141-1.583 0.427-0.354 0.286-0.521 0.693-0.521 1.224 0 0.5 0.125 0.87 0.391 1.125 0.255 0.266 0.63 0.396 1.12 0.396zM13.245 16.151c-0.193 0-0.323-0.031-0.406-0.109-0.083-0.063-0.161-0.214-0.224-0.411l-2.5-8.229c-0.047-0.141-0.083-0.281-0.094-0.427 0-0.172 0.083-0.266 0.25-0.266h1.047c0.203 0 0.339 0.031 0.411 0.104 0.089 0.063 0.151 0.214 0.214 0.417l1.792 7.047 1.661-7.047c0.052-0.214 0.115-0.354 0.198-0.417 0.13-0.078 0.276-0.115 0.427-0.104h0.849c0.203 0 0.344 0.031 0.427 0.104 0.083 0.063 0.161 0.214 0.203 0.417l1.682 7.13 1.839-7.13c0.068-0.214 0.141-0.354 0.214-0.417 0.125-0.078 0.271-0.115 0.417-0.104h0.99c0.172 0 0.266 0.083 0.266 0.266 0 0.052-0.010 0.104-0.021 0.172-0.016 0.089-0.042 0.177-0.073 0.266l-2.568 8.224c-0.063 0.214-0.135 0.354-0.224 0.417-0.12 0.078-0.26 0.115-0.401 0.104h-0.917c-0.203 0-0.339-0.031-0.427-0.104-0.083-0.073-0.156-0.214-0.198-0.427l-1.651-6.865-1.641 6.854c-0.052 0.214-0.115 0.354-0.203 0.427-0.083 0.073-0.234 0.104-0.427 0.104zM26.917 16.438c-0.552 0-1.104-0.068-1.635-0.193s-0.948-0.266-1.224-0.427c-0.172-0.094-0.286-0.198-0.328-0.297-0.042-0.094-0.068-0.193-0.068-0.297v-0.542c0-0.224 0.089-0.333 0.245-0.333 0.063 0 0.13 0.010 0.193 0.031 0.063 0.026 0.161 0.068 0.266 0.109 0.365 0.161 0.755 0.286 1.172 0.37 0.427 0.089 0.839 0.13 1.266 0.13 0.672 0 1.193-0.12 1.552-0.354 0.354-0.214 0.568-0.599 0.557-1.010 0.005-0.276-0.099-0.542-0.286-0.745-0.193-0.198-0.557-0.38-1.078-0.552l-1.542-0.479c-0.776-0.245-1.354-0.604-1.703-1.083-0.344-0.443-0.531-0.984-0.536-1.547 0-0.448 0.099-0.839 0.292-1.182 0.193-0.339 0.448-0.635 0.766-0.87 0.318-0.245 0.682-0.427 1.104-0.552 0.427-0.13 0.875-0.182 1.344-0.182 0.234 0 0.479 0.010 0.714 0.042 0.245 0.031 0.469 0.073 0.693 0.12 0.208 0.052 0.411 0.104 0.604 0.167s0.344 0.13 0.448 0.193c0.125 0.063 0.234 0.156 0.318 0.266 0.073 0.104 0.104 0.229 0.099 0.354v0.5c0 0.224-0.089 0.339-0.245 0.339-0.146-0.016-0.281-0.057-0.406-0.125-0.641-0.286-1.339-0.427-2.042-0.417-0.609 0-1.089 0.094-1.417 0.297-0.333 0.203-0.5 0.51-0.5 0.948 0 0.297 0.104 0.552 0.318 0.755s0.609 0.406 1.172 0.589l1.51 0.474c0.766 0.245 1.323 0.589 1.651 1.026 0.328 0.432 0.49 0.932 0.49 1.49 0 0.453-0.099 0.87-0.276 1.234-0.193 0.359-0.448 0.677-0.776 0.938-0.333 0.266-0.724 0.453-1.182 0.594-0.479 0.146-0.979 0.224-1.526 0.224zM28.932 21.609c-3.505 2.589-8.589 3.958-12.964 3.958-6.13 0-11.656-2.266-15.828-6.036-0.328-0.297-0.031-0.703 0.365-0.464 4.51 2.615 10.078 4.203 15.833 4.203 3.885 0 8.151-0.813 12.083-2.469 0.583-0.271 1.083 0.38 0.51 0.807zM30.391 19.948c-0.448-0.573-2.964-0.276-4.099-0.135-0.339 0.042-0.396-0.26-0.083-0.484 2-1.401 5.286-1 5.672-0.531 0.38 0.484-0.109 3.771-1.979 5.344-0.286 0.245-0.568 0.12-0.438-0.203 0.427-1.052 1.375-3.422 0.927-3.99z\"/>\n</svg>\n</li><li title=\"cib amazon pay \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M0.7 19.465c0.115-0.21 0.26-0.245 0.485-0.125 0.52 0.28 1.030 0.57 1.56 0.835 2.029 1.012 4.166 1.788 6.37 2.315 1.042 0.251 2.097 0.448 3.16 0.59 1.574 0.212 3.162 0.298 4.75 0.26 0.87-0.020 1.74-0.090 2.605-0.19 2.808-0.327 5.557-1.048 8.165-2.14 0.145-0.060 0.295-0.1 0.455-0.060 0.335 0.090 0.45 0.45 0.205 0.695-0.149 0.137-0.31 0.261-0.48 0.37-1.535 1.055-3.21 1.82-4.98 2.395-1.226 0.395-2.481 0.689-3.755 0.88-0.881 0.135-1.769 0.215-2.66 0.24-0.042 0.003-0.084 0.007-0.125 0.015h-1.055c-0.041-0.007-0.083-0.012-0.125-0.015-0.18-0.010-0.36-0.015-0.535-0.020-0.845-0.038-1.686-0.127-2.52-0.265-1.369-0.223-2.715-0.573-4.020-1.045-2.684-0.968-5.156-2.445-7.28-4.35-0.090-0.080-0.15-0.19-0.22-0.285zM8.6 6.455l-0.215 0.030c-0.688 0.085-1.342 0.345-1.9 0.755-0.12 0.085-0.23 0.175-0.355 0.27-0.011-0.022-0.017-0.046-0.020-0.070-0.020-0.135-0.040-0.275-0.065-0.41-0.035-0.23-0.15-0.33-0.38-0.33h-0.575c-0.345 0-0.41 0.065-0.41 0.41v10.465c0 0.050 0 0.1 0.005 0.15 0.010 0.15 0.1 0.245 0.245 0.25 0.35 0.005 0.705 0.005 1.055 0 0.145 0 0.235-0.1 0.25-0.25 0.005-0.050 0.005-0.1 0.005-0.15v-3.62c0.055 0.045 0.085 0.070 0.11 0.095 0.895 0.745 1.925 0.99 3.050 0.77 1.020-0.2 1.73-0.825 2.19-1.745 0.35-0.695 0.495-1.435 0.515-2.205 0.025-0.855-0.060-1.695-0.405-2.49-0.425-0.98-1.13-1.625-2.195-1.845-0.16-0.035-0.325-0.050-0.49-0.075-0.14-0.005-0.275-0.005-0.415-0.005zM6.23 8.55c-0.006-0.067 0.027-0.131 0.085-0.165 0.685-0.475 1.44-0.725 2.28-0.66 0.745 0.055 1.355 0.42 1.675 1.295 0.195 0.535 0.245 1.090 0.245 1.65 0 0.52-0.040 1.030-0.2 1.53-0.34 1.065-1.12 1.47-2.13 1.425-0.7-0.030-1.31-0.3-1.87-0.695-0.057-0.035-0.090-0.098-0.085-0.165 0.005-0.705 0-1.405 0-2.11s0.005-1.4 0-2.105zM16.515 6.455c-0.050 0.005-0.1 0.015-0.145 0.020-0.487 0.021-0.971 0.089-1.445 0.205-0.305 0.080-0.6 0.19-0.895 0.29-0.18 0.060-0.27 0.19-0.265 0.385 0.005 0.165-0.005 0.33 0 0.495 0.005 0.24 0.105 0.305 0.34 0.245 0.39-0.1 0.78-0.21 1.175-0.285 0.615-0.115 1.235-0.165 1.86-0.070 0.325 0.050 0.63 0.145 0.84 0.42 0.185 0.24 0.255 0.525 0.265 0.82 0.015 0.415 0.010 0.83 0.015 1.245-0.001 0.024-0.005 0.047-0.010 0.070-0.025-0.005-0.045 0-0.065-0.005-0.525-0.13-1.060-0.212-1.6-0.245-0.565-0.030-1.125 0.005-1.665 0.195-0.645 0.225-1.165 0.615-1.47 1.245-0.235 0.49-0.27 1.010-0.195 1.535 0.1 0.7 0.45 1.24 1.070 1.585 0.595 0.33 1.24 0.37 1.895 0.27 0.755-0.115 1.425-0.435 2.015-0.92 0.024-0.022 0.051-0.040 0.080-0.055 0.030 0.19 0.055 0.37 0.090 0.55 0.030 0.155 0.125 0.255 0.27 0.26 0.27 0.005 0.545 0.005 0.815 0 0.13-0.001 0.236-0.105 0.24-0.235 0.004-0.046 0.006-0.093 0.005-0.14v-5.3c0.003-0.216-0.012-0.431-0.045-0.645-0.095-0.645-0.37-1.175-0.95-1.52-0.335-0.2-0.705-0.3-1.090-0.355-0.18-0.025-0.36-0.040-0.54-0.065-0.195 0.005-0.395 0.005-0.595 0.005zM18.265 12.84c0.004 0.060-0.025 0.117-0.075 0.15-0.56 0.405-1.175 0.675-1.87 0.745-0.285 0.030-0.57 0.020-0.84-0.090-0.301-0.11-0.531-0.357-0.62-0.665-0.099-0.316-0.101-0.653-0.005-0.97 0.125-0.415 0.42-0.65 0.82-0.78 0.402-0.121 0.823-0.159 1.24-0.11 0.42 0.035 0.83 0.115 1.25 0.17 0.080 0.010 0.105 0.050 0.105 0.13-0.005 0.24 0 0.475 0 0.715s-0.010 0.47-0.005 0.705zM31.26 19.31c-0.050-0.25-0.24-0.345-0.455-0.415-0.341-0.107-0.694-0.173-1.050-0.195-0.655-0.056-1.314-0.024-1.96 0.095-0.715 0.135-1.395 0.365-2 0.78-0.072 0.046-0.135 0.106-0.185 0.175-0.035 0.060-0.044 0.133-0.025 0.2 0.020 0.075 0.105 0.095 0.18 0.090 0.037 0.001 0.073-0.001 0.11-0.005 0.39-0.040 0.775-0.085 1.165-0.125 0.57-0.055 1.145-0.090 1.715-0.045 0.244 0.020 0.485 0.065 0.72 0.135 0.255 0.070 0.37 0.26 0.38 0.52 0.020 0.4-0.070 0.785-0.175 1.165-0.205 0.77-0.5 1.515-0.79 2.255-0.021 0.048-0.038 0.099-0.050 0.15-0.025 0.145 0.060 0.24 0.205 0.205 0.090-0.020 0.172-0.063 0.24-0.125 0.226-0.21 0.438-0.433 0.635-0.67 0.64-0.82 1.015-1.765 1.235-2.78 0.040-0.18 0.070-0.365 0.105-0.545zM24.655 13.15c-0.645-1.785-1.29-3.572-1.935-5.36-0.1-0.285-0.21-0.565-0.315-0.845-0.055-0.145-0.16-0.24-0.32-0.24-0.38-0.005-0.76-0.010-1.145-0.005-0.125 0-0.185 0.1-0.16 0.225 0.024 0.104 0.056 0.206 0.095 0.305 0.98 2.425 1.965 4.85 2.955 7.275 0.085 0.205 0.105 0.38 0.010 0.59-0.165 0.365-0.295 0.75-0.465 1.115-0.15 0.325-0.4 0.57-0.76 0.665-0.251 0.066-0.512 0.084-0.77 0.055-0.125-0.010-0.25-0.040-0.375-0.050-0.17-0.010-0.255 0.065-0.26 0.24-0.005 0.167-0.005 0.332 0 0.495 0.005 0.275 0.1 0.4 0.37 0.445 0.279 0.055 0.561 0.089 0.845 0.1 0.855 0.020 1.535-0.325 1.975-1.070 0.177-0.294 0.331-0.602 0.46-0.92 1.185-2.99 2.362-5.983 3.53-8.98 0.037-0.088 0.063-0.181 0.080-0.275 0.020-0.14-0.045-0.22-0.185-0.22-0.33-0.005-0.665 0-0.995 0-0.173-0.012-0.332 0.095-0.385 0.26-0.025 0.070-0.055 0.135-0.080 0.205l-1.74 5c-0.125 0.36-0.255 0.725-0.385 1.11-0.020-0.055-0.030-0.085-0.045-0.12z\"/>\n</svg>\n</li><li title=\"cib amazon \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M0.063 24.026c0.094-0.156 0.245-0.167 0.464-0.031 4.844 2.818 10.125 4.224 15.823 4.224 3.802 0 7.557-0.708 11.266-2.125l0.417-0.188c0.188-0.083 0.313-0.135 0.391-0.172 0.302-0.12 0.521-0.063 0.703 0.172 0.161 0.229 0.12 0.448-0.161 0.641-0.339 0.25-0.802 0.547-1.339 0.87-1.661 0.99-3.521 1.755-5.583 2.302-2.036 0.542-4.057 0.813-6.021 0.813-3.021 0-5.88-0.526-8.578-1.583-2.693-1.057-5.094-2.547-7.24-4.464-0.135-0.099-0.203-0.203-0.203-0.297 0-0.063 0.026-0.12 0.068-0.172zM8.813 15.734c0-1.339 0.328-2.484 0.99-3.432s1.563-1.667 2.724-2.156c1.057-0.448 2.339-0.766 3.88-0.958 0.521-0.063 1.38-0.141 2.563-0.234v-0.49c0-1.245-0.141-2.078-0.401-2.5-0.406-0.578-1.042-0.87-1.922-0.87h-0.24c-0.641 0.063-1.198 0.26-1.661 0.615-0.469 0.359-0.771 0.839-0.901 1.464-0.083 0.396-0.276 0.62-0.583 0.677l-3.359-0.422c-0.328-0.078-0.495-0.24-0.495-0.516 0-0.063 0.010-0.12 0.031-0.203 0.328-1.719 1.141-3 2.427-3.839 1.297-0.823 2.797-1.302 4.516-1.401h0.724c2.198 0 3.943 0.578 5.182 1.719 0.182 0.203 0.359 0.401 0.542 0.641 0.156 0.219 0.297 0.422 0.375 0.599 0.099 0.182 0.203 0.443 0.26 0.76 0.078 0.339 0.141 0.563 0.182 0.682 0.036 0.141 0.083 0.401 0.099 0.818s0.026 0.661 0.026 0.74v7.042c0 0.5 0.083 0.958 0.219 1.38 0.141 0.417 0.281 0.719 0.422 0.896l0.682 0.901c0.12 0.182 0.177 0.339 0.177 0.479 0 0.161-0.078 0.302-0.24 0.417-1.599 1.401-2.479 2.161-2.615 2.281-0.219 0.182-0.5 0.203-0.839 0.063-0.26-0.224-0.5-0.443-0.703-0.661l-0.411-0.464c-0.083-0.099-0.224-0.281-0.427-0.563l-0.396-0.578c-1.083 1.182-2.141 1.922-3.203 2.219-0.656 0.203-1.458 0.302-2.438 0.302-1.479 0-2.719-0.453-3.682-1.375-0.958-0.922-1.438-2.224-1.438-3.922l-0.068-0.099zM13.818 15.151c0 0.755 0.188 1.359 0.568 1.818 0.38 0.453 0.901 0.682 1.536 0.682 0.063 0 0.146-0.005 0.26-0.026 0.12-0.021 0.182-0.031 0.224-0.031 0.818-0.214 1.438-0.734 1.896-1.568 0.224-0.375 0.38-0.776 0.484-1.214 0.12-0.427 0.156-0.786 0.177-1.068 0.021-0.26 0.021-0.719 0.021-1.339v-0.719c-1.12 0-1.979 0.078-2.563 0.24-1.698 0.479-2.557 1.557-2.557 3.24l-0.047-0.026zM26.031 24.521c0.042-0.078 0.104-0.146 0.177-0.224 0.484-0.328 0.953-0.547 1.401-0.667 0.734-0.177 1.453-0.297 2.151-0.323 0.188-0.016 0.37 0 0.547 0.042 0.865 0.078 1.396 0.224 1.563 0.438 0.083 0.12 0.12 0.307 0.12 0.521v0.203c0 0.677-0.188 1.479-0.557 2.396-0.37 0.922-0.885 1.667-1.536 2.24-0.099 0.083-0.188 0.12-0.266 0.12-0.042 0-0.078 0-0.12-0.016-0.12-0.057-0.141-0.156-0.083-0.318 0.719-1.682 1.073-2.859 1.073-3.521 0-0.198-0.042-0.359-0.115-0.458-0.193-0.219-0.734-0.344-1.635-0.344-0.323 0-0.708 0.021-1.156 0.063-0.484 0.063-0.938 0.12-1.333 0.182-0.12 0-0.198-0.021-0.24-0.063-0.042-0.036-0.052-0.063-0.031-0.099 0-0.026 0.010-0.042 0.031-0.089v-0.078z\"/>\n</svg>\n</li><li title=\"cib amd \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M24.432 12.182l2.078 2.078h3.406v3.411l2.083 2.078v-7.568zM2.667 12.693l-2.667 6.615h1.745l0.495-1.313h2.958l0.547 1.313h1.781l-2.948-6.615zM8.281 12.693v6.609h1.646v-4.125l1.786 2.083h0.25l1.786-2.073v4.12h1.651v-6.615h-1.443l-2.12 2.458-2.125-2.458zM16.656 12.693v6.615h2.745c2.635 0 3.839-1.396 3.839-3.297 0-1.813-1.25-3.318-3.661-3.318zM18.307 13.906h1.052c1.563 0 2.177 0.948 2.177 2.094 0 0.969-0.5 2.094-2.156 2.094h-1.073zM3.656 14.271l1.057 2.578h-2.036zM26.51 14.682l-2.141 2.135v3h2.995l2.141-2.141h-2.995z\"/>\n</svg>\n</li><li title=\"cib american express \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M21.355 19.172c0-0.427-0.183-0.661-0.459-0.828-0.281-0.161-0.62-0.183-1.084-0.183h-2.057v3.76h0.901v-1.369h0.964c0.317 0 0.516 0.032 0.635 0.167 0.161 0.172 0.141 0.505 0.141 0.735v0.464h0.875v-0.74c0-0.333-0.020-0.5-0.14-0.688-0.084-0.104-0.24-0.239-0.443-0.312l0.025-0.011c0.245-0.093 0.641-0.396 0.641-0.995zM20.193 19.713l-0.037-0.005c-0.12 0.073-0.26 0.079-0.443 0.079h-1.077v-0.839h1.099c0.161 0 0.317 0 0.443 0.068 0.129 0.063 0.203 0.192 0.197 0.339 0 0.161-0.063 0.285-0.177 0.359zM27.063 21.115h-1.729v0.803h1.74c0.9 0 1.4-0.371 1.4-1.177 0-0.376-0.088-0.6-0.249-0.776-0.203-0.177-0.527-0.261-0.973-0.276l-0.501-0.021c-0.14 0-0.239 0-0.343-0.041-0.12-0.041-0.199-0.141-0.199-0.281 0-0.12 0.021-0.219 0.12-0.276 0.109-0.063 0.235-0.089 0.365-0.084h1.635v-0.801h-1.797c-0.937 0-1.276 0.583-1.276 1.12 0 1.203 1.032 1.14 1.876 1.161 0.135 0 0.239 0.020 0.296 0.077 0.063 0.043 0.109 0.141 0.109 0.24 0 0.104-0.047 0.203-0.104 0.24-0.077 0.072-0.197 0.093-0.369 0.093zM0 0v13.464l1.079-2.505h2.333l0.301 0.62v-0.62h2.724l0.599 1.359 0.584-1.348h8.672c0.391 0 0.744 0.077 1.005 0.317v-0.308h2.385v0.308c0.405-0.229 0.911-0.308 1.489-0.308h3.473l0.324 0.62v-0.62h2.557l0.337 0.62v-0.625h2.48v5.267h-2.516l-0.479-0.803v0.781h-3.141l-0.339-0.839h-0.781l-0.359 0.817h-1.615c-0.641 0-1.12-0.135-1.443-0.317v0.317h-3.855v-1.176c0-0.161-0.036-0.161-0.135-0.183h-0.141v1.38h-7.453v-0.635l-0.281 0.635h-1.552l-0.271-0.635v0.619h-3.005l-0.339-0.833h-0.776l-0.337 0.833h-1.527v15.797h31.713v-9.479c-0.359 0.181-0.817 0.239-1.297 0.239h-2.296v-0.339c-0.281 0.219-0.76 0.339-1.219 0.339h-7.287v-1.197c0-0.161-0.027-0.161-0.161-0.161h-0.099v1.364h-2.401v-1.421c-0.396 0.183-0.86 0.197-1.24 0.183h-0.281v1.219h-2.905l-0.724-0.824-0.761 0.803h-4.719v-5.24h4.813l0.692 0.803 0.74-0.803h3.213c0.375 0 0.984 0.043 1.255 0.303v-0.323h2.901c0.271 0 0.86 0.063 1.208 0.301v-0.317h4.349v0.317c0.219-0.219 0.683-0.317 1.073-0.317h2.52v0.317c0.261-0.197 0.62-0.317 1.12-0.317h1.568v-17.448zM28.208 19.937c0.005 0.011 0.005 0.021 0.011 0.027 0.016 0.009 0.036 0.009 0.047 0.025l-0.057-0.047zM31.771 17.443h0.089v0.74h-0.089zM31.817 20.041v-0.011c-0.036-0.031-0.057-0.061-0.099-0.093-0.197-0.203-0.521-0.287-1.016-0.297l-0.484-0.015c-0.156 0-0.255-0.011-0.359-0.041-0.12-0.043-0.199-0.141-0.199-0.281 0-0.12 0.041-0.215 0.12-0.272 0.099-0.057 0.197-0.067 0.359-0.067h1.631v-0.781h-1.708c-0.923 0-1.281 0.583-1.281 1.12 0 1.197 1.041 1.14 1.88 1.161 0.141 0 0.24 0.015 0.297 0.077 0.063 0.043 0.104 0.141 0.104 0.24 0 0.093-0.047 0.183-0.12 0.24-0.063 0.072-0.183 0.093-0.359 0.093h-1.72v0.807h1.715c0.561 0 0.979-0.156 1.203-0.479h0.036c0.12-0.183 0.183-0.401 0.183-0.697 0-0.324-0.063-0.521-0.183-0.704zM24.797 18.943v-0.776h-2.98v3.776h2.98v-0.781h-2.095v-0.755h2.043v-0.781h-2.043v-0.677zM18.016 11.713h0.911v3.756h-0.911zM17.5 12.724l-0.011 0.011c0-0.423-0.172-0.667-0.453-0.833-0.287-0.167-0.624-0.183-1.077-0.183h-2.052v3.76h0.9v-1.38h0.959c0.317 0 0.521 0.041 0.651 0.161 0.163 0.183 0.141 0.505 0.141 0.729v0.475h0.901v-0.735c0-0.333-0.021-0.5-0.147-0.693-0.119-0.14-0.271-0.249-0.437-0.312 0.229-0.093 0.631-0.401 0.631-1zM16.36 13.251h-0.016c-0.125 0.072-0.261 0.077-0.443 0.077h-1.099v-0.833h1.099c0.161 0 0.317 0.005 0.437 0.068 0.12 0.052 0.203 0.172 0.203 0.333s-0.063 0.292-0.181 0.355zM21.229 12.495h0.839v-0.797h-0.86c-0.615 0-1.068 0.141-1.359 0.439-0.38 0.4-0.48 0.921-0.48 1.484 0 0.683 0.161 1.109 0.48 1.427 0.307 0.317 0.859 0.417 1.291 0.417h1.043l0.339-0.839h1.853l0.349 0.839h1.812v-2.813l1.699 2.813h1.271v-3.751h-0.917v2.62l-1.572-2.615h-1.36v3.479l-1.511-3.541h-1.339l-1.255 2.964h-0.401c-0.233 0-0.484-0.041-0.624-0.183-0.167-0.197-0.245-0.479-0.245-0.88 0-0.38 0.104-0.683 0.255-0.839 0.177-0.183 0.365-0.224 0.688-0.224zM23.453 12.355l0.615 1.489v0.005h-1.24zM3.172 14.625l0.339 0.839h1.823v-2.937l1.297 2.937h0.776l1.296-2.937 0.021 2.937h0.921v-3.745h-1.489l-1.073 2.536-1.171-2.541h-1.453v3.552l-1.521-3.552h-1.328l-1.593 3.751h0.957l0.344-0.833h1.855zM2.255 12.355l0.615 1.489-0.005 0.005h-1.219zM15.807 18.161h-2.853l-1.136 1.229-1.099-1.229h-3.588v3.76h3.536l1.14-1.244 1.1 1.24h1.733v-1.251h1.12c0.797 0 1.557-0.219 1.557-1.26l-0.005-0.005c0-1.041-0.796-1.24-1.505-1.24zM10.229 21.136h-2.203v-0.745h1.957v-0.765h-1.957v-0.677h2.239l0.98 1.093-1.021 1.099zM13.749 21.579l-1.375-1.532 1.375-1.473zM15.817 19.901h-1.177v-0.959h1.177c0.323 0 0.563 0.131 0.563 0.459s-0.197 0.5-0.563 0.5zM13.292 12.495v-0.781h-2.985v3.756h2.985v-0.776h-2.095v-0.751h2.037v-0.771h-2.037v-0.677z\"/>\n</svg>\n</li><li title=\"cib anaconda \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M5.828 24.453c-1.203-0.12-2.401-0.349-3.573-0.667l-0.109-0.027 0.027-0.109c0.349-1.129 0.787-2.239 1.307-3.291l0.052-0.105 0.095 0.052c0.787 0.439 1.629 0.839 2.468 1.188l0.079 0.027-0.011 0.077c-0.135 0.896-0.203 1.813-0.229 2.735v0.12zM8.412 8.307v-0.025c-0.693 0.011-1.385 0.052-2.063 0.131 0.077 0.708 0.213 1.4 0.359 2.083 0.48-0.801 1.052-1.536 1.704-2.188zM5.948 25.265v-0.093l-0.093-0.011c-1.016-0.093-2.043-0.265-3.052-0.511l-0.272-0.063 0.152 0.24c0.916 1.385 2.036 2.609 3.333 3.651l0.213 0.172-0.041-0.265c-0.147-1.068-0.229-2.12-0.24-3.12zM10.896 0.932c-1.245 0.428-2.417 1-3.495 1.708 0.812 0.147 1.625 0.333 2.411 0.573 0.324-0.787 0.683-1.531 1.084-2.281zM16.052 0.079c-0.615 0-1.213 0.041-1.812 0.109 0.839 0.583 1.656 1.224 2.411 1.932l0.641 0.588-0.625 0.599c-0.521 0.496-1.016 1.027-1.495 1.6l-0.027 0.025c0 0-0.093 0.109-0.239 0.281 0.375-0.041 0.76-0.068 1.145-0.068 5.989 0 10.855 4.855 10.855 10.855 0 5.984-4.855 10.855-10.855 10.855-2.079 0-4.025-0.589-5.667-1.6-0.812 0.095-1.625 0.131-2.453 0.131-0.385 0-0.76-0.011-1.145-0.025 0.025 1.239 0.145 2.504 0.349 3.837 2.547 1.724 5.609 2.735 8.916 2.735 8.803 0 15.921-7.129 15.921-15.916 0-8.803-7.119-15.937-15.921-15.937zM13.948 3.839c0.317-0.369 0.64-0.735 0.973-1.093-0.749-0.641-1.536-1.215-2.359-1.729-0.511 0.848-0.948 1.744-1.323 2.651 0.719 0.265 1.411 0.573 2.109 0.907 0.301-0.412 0.531-0.652 0.599-0.735zM3.136 12.932l0.061 0.095 0.095-0.068c0.735-0.532 1.511-1.027 2.307-1.464l0.084-0.025-0.032-0.095c-0.239-0.896-0.421-1.828-0.547-2.776l-0.011-0.104-0.109 0.027c-1.172 0.213-2.344 0.531-3.463 0.932l-0.109 0.041 0.041 0.104c0.468 1.147 1.025 2.265 1.683 3.333zM2.948 14.469l-0.093 0.061c-0.855 0.699-1.667 1.469-2.417 2.297l-0.077 0.079 0.077 0.067c0.828 0.72 1.724 1.387 2.656 1.975l0.095 0.068 0.052-0.095c0.411-0.749 0.896-1.484 1.4-2.187l0.053-0.068-0.053-0.068c-0.588-0.651-1.135-1.333-1.64-2.052zM9.197 24.505l0.281-0.011-0.213-0.177c-0.853-0.692-1.583-1.505-2.187-2.437v-0.025l-0.172-0.084-0.027 0.151c-0.109 0.797-0.172 1.625-0.187 2.48v0.104h0.109c0.369 0.025 0.76 0.025 1.129 0.025 0.417 0.016 0.839 0 1.265-0.025zM8.667 6.921c0.172-0.785 0.385-1.561 0.64-2.323-1-0.281-2.025-0.495-3.052-0.64-0.093 1.041-0.109 2.083-0.041 3.109 0.813-0.095 1.641-0.136 2.453-0.147zM10.197 6.864c0.699-0.437 1.443-0.812 2.229-1.093-0.563-0.249-1.12-0.489-1.708-0.703-0.197 0.583-0.369 1.197-0.521 1.796zM2.803 19.803l-0.084-0.057c-0.823-0.516-1.615-1.095-2.359-1.704l-0.215-0.177 0.043 0.281c0.197 1.537 0.624 3.016 1.249 4.428l0.109 0.255 0.093-0.255c0.308-0.907 0.693-1.803 1.12-2.652zM4.839 4.693c-0.943 0.947-1.787 2-2.464 3.161 0.823-0.24 1.652-0.443 2.489-0.589-0.052-0.853-0.061-1.703-0.025-2.572zM5.317 15.864l0.016-0.276c0.041-0.973 0.197-1.921 0.495-2.843l0.079-0.267-0.24 0.136c-0.625 0.359-1.24 0.76-1.828 1.188l-0.093 0.061 0.067 0.095c0.417 0.588 0.855 1.161 1.324 1.708zM5.427 17.495l-0.041-0.265-0.156 0.24c-0.443 0.624-0.855 1.265-1.229 1.932l-0.052 0.093 0.093 0.052c0.667 0.375 1.371 0.719 2.079 1.027l0.255 0.109-0.12-0.256c-0.416-0.932-0.692-1.921-0.828-2.932zM2.317 13.693l0.084-0.068-0.052-0.079c-0.495-0.801-0.948-1.64-1.349-2.495l-0.12-0.24-0.077 0.267c-0.469 1.443-0.724 2.948-0.761 4.468l-0.015 0.281 0.203-0.203c0.651-0.693 1.359-1.36 2.088-1.932z\"/>\n</svg>\n</li><li title=\"cib analogue \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M7.292 17.073c-9.131-0.573-9.989 13.12-0.86 13.692 9.131 0.573 9.989-13.12 0.86-13.692zM31.079 20.489l-9.147-15.844c-4.577-7.921-16.459-1.057-11.88 6.865l9.145 15.839c1.896 3.281 6.095 4.405 9.376 2.515 3.281-1.895 4.405-6.093 2.505-9.375z\"/>\n</svg>\n</li><li title=\"cib android alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M7.6 12.781v7.238c0 0.962-0.756 1.731-1.719 1.731-0.956 0-1.881-0.775-1.881-1.731v-7.238c0-0.944 0.925-1.719 1.881-1.719 0.944 0 1.719 0.775 1.719 1.719zM8.275 22.594c0 1.025 0.825 1.85 1.85 1.85h1.244l0.019 3.819c0 2.306 3.45 2.288 3.45 0v-3.819h2.325v3.819c0 2.294 3.469 2.3 3.469 0v-3.819h1.262c1.012 0 1.837-0.825 1.837-1.85v-11.212h-15.456zM23.775 10.775h-15.569c0-2.675 1.6-5 3.975-6.212l-1.194-2.206c-0.175-0.306 0.269-0.5 0.419-0.238l1.212 2.225c2.181-0.969 4.688-0.919 6.769 0l1.206-2.219c0.156-0.269 0.594-0.069 0.419 0.238l-1.194 2.2c2.356 1.212 3.956 3.538 3.956 6.212zM13.106 7.306c0-0.356-0.287-0.656-0.656-0.656-0.356 0-0.637 0.3-0.637 0.656s0.288 0.656 0.637 0.656c0.369 0 0.656-0.3 0.656-0.656zM20.194 7.306c0-0.356-0.288-0.656-0.638-0.656-0.369 0-0.656 0.3-0.656 0.656s0.288 0.656 0.656 0.656c0.35 0 0.638-0.3 0.638-0.656zM26.119 11.063c-0.944 0-1.719 0.756-1.719 1.719v7.238c0 0.962 0.775 1.731 1.719 1.731 0.963 0 1.881-0.775 1.881-1.731v-7.238c0-0.962-0.925-1.719-1.881-1.719z\"/>\n</svg>\n</li><li title=\"cib android \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M32 25.333h-32c0.318-2.896 1.328-5.672 2.948-8.094 1.245-1.922 2.911-3.531 4.88-4.708l0.547-0.302-2.693-4.547c-0.198-0.323-0.094-0.74 0.224-0.938 0.318-0.188 0.734-0.083 0.922 0.24l2.771 4.667c2.052-0.818 4.245-1.224 6.453-1.198 2.172-0.026 4.323 0.38 6.333 1.198l2.76-4.667c0.193-0.323 0.615-0.427 0.932-0.224 0.318 0.198 0.411 0.615 0.214 0.932l-2.693 4.562 0.667 0.37c1.958 1.224 3.615 2.87 4.839 4.828 1.531 2.385 2.521 5.073 2.896 7.88zM22 19.359c0 0.74 0.599 1.333 1.333 1.333s1.333-0.594 1.333-1.333c0-0.734-0.599-1.333-1.333-1.333s-1.333 0.599-1.333 1.333zM7.333 19.359c0 0.74 0.599 1.333 1.333 1.333s1.333-0.594 1.333-1.333c0-0.734-0.599-1.333-1.333-1.333s-1.333 0.599-1.333 1.333z\"/>\n</svg>\n</li><li title=\"cib angellist \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M21.953 13.271c0.979-2.667 1.745-4.865 2.297-6.604 0.547-1.734 0.823-2.802 0.823-3.198 0-0.422-0.094-0.755-0.276-0.984-0.182-0.234-0.432-0.354-0.76-0.354-0.411 0-0.839 0.339-1.25 1.021-0.427 0.677-0.896 1.776-1.417 3.286l-2.198 6.349 2.76 0.484zM19.031 19.188c-0.635-0.042-1.234-0.109-1.792-0.203-0.563-0.104-1.109-0.25-1.625-0.438 0.24 0.464 0.448 0.932 0.63 1.401 0.182 0.464 0.333 0.917 0.453 1.385 0.349-0.443 0.719-0.844 1.109-1.203 0.385-0.359 0.797-0.677 1.219-0.958zM16.547 12.521l-2.375-6.854c-0.62-1.75-1.094-2.88-1.432-3.427-0.333-0.536-0.698-0.802-1.094-0.802-0.307 0-0.557 0.109-0.75 0.349s-0.281 0.547-0.281 0.932c0 0.667 0.25 1.839 0.755 3.521 0.51 1.667 1.281 3.854 2.307 6.573 0.083-0.161 0.214-0.281 0.375-0.349 0.161-0.063 0.375-0.104 0.651-0.104 0.083 0 0.255 0.010 0.521 0.010 0.255 0.031 0.693 0.057 1.297 0.12zM14.391 23.13c0.25 0 0.479-0.12 0.677-0.344 0.203-0.24 0.313-0.479 0.313-0.734 0-0.281-0.198-0.932-0.599-1.948-0.401-1.010-0.911-2.010-1.51-3-0.438-0.734-0.87-1.292-1.292-1.667-0.432-0.37-0.833-0.557-1.214-0.557-0.307 0-0.646 0.188-1.021 0.583-0.375 0.391-0.563 0.75-0.563 1.083 0 0.344 0.188 0.88 0.552 1.573 0.365 0.703 0.859 1.453 1.469 2.24 0.651 0.865 1.255 1.531 1.828 2.010 0.573 0.484 1.026 0.724 1.359 0.724zM7.797 22.599c0.208 0.255 0.495 0.615 0.859 1.094 0.964 1.333 1.859 2 2.682 2 0.281 0 0.526-0.094 0.75-0.266 0.219-0.188 0.328-0.359 0.328-0.563 0-0.224-0.146-0.583-0.438-1.104-0.297-0.521-0.698-1.094-1.214-1.734-0.583-0.745-1.073-1.292-1.464-1.641-0.38-0.349-0.698-0.521-0.927-0.521-0.505 0-0.99 0.281-1.411 0.828-0.427 0.531-0.641 1.198-0.641 1.948 0 0.599 0.156 1.266 0.464 2.010 0.307 0.734 0.734 1.479 1.307 2.229 0.87 1.156 1.948 2.036 3.229 2.667 1.276 0.609 2.703 0.917 4.25 0.917 2.854 0 5.255-1.063 7.177-3.198 1.932-2.135 2.891-4.802 2.891-8.016 0-0.984-0.068-1.771-0.214-2.344s-0.385-1-0.719-1.266c-0.599-0.51-1.776-0.948-3.505-1.349-1.734-0.401-3.547-0.599-5.443-0.599-0.521 0-0.906 0.094-1.12 0.266s-0.318 0.479-0.318 0.896c0 1 0.557 1.724 1.677 2.172 1.12 0.453 2.922 0.677 5.417 0.677h0.901c0.198 0 0.37 0.083 0.49 0.234 0.12 0.146 0.203 0.37 0.24 0.693-0.25 0.224-0.755 0.495-1.536 0.797-0.786 0.297-1.375 0.604-1.786 0.891-0.88 0.646-1.589 1.411-2.12 2.297-0.531 0.88-0.802 1.719-0.802 2.51 0 0.479 0.115 1.068 0.344 1.745 0.229 0.682 0.349 1.099 0.349 1.271v0.146l-0.042 0.198c-0.641-0.036-1.146-0.417-1.521-1.13-0.38-0.708-0.557-1.656-0.557-2.844v-0.198c-0.12 0.099-0.234 0.177-0.349 0.219-0.115 0.047-0.234 0.068-0.359 0.068-0.13 0-0.26-0.010-0.385-0.026-0.12-0.021-0.24-0.052-0.385-0.099 0.036 0.156 0.073 0.318 0.099 0.469 0.016 0.161 0.026 0.281 0.026 0.359 0 0.542-0.214 1.016-0.641 1.401-0.422 0.38-0.932 0.573-1.516 0.573-0.922 0-1.865-0.453-2.818-1.349s-1.422-1.786-1.422-2.646c0-0.156 0.016-0.307 0.052-0.427 0.031-0.125 0.099-0.229 0.188-0.323zM23.536 13.625c1.318 0.24 2.25 0.802 2.786 1.667 0.547 0.854 0.818 2.214 0.818 4.078 0 3.698-1.104 6.708-3.323 9.057-2.224 2.344-5.063 3.531-8.516 3.531-1.365 0-2.688-0.255-3.969-0.745-1.297-0.495-2.385-1.188-3.323-2.057-1.052-0.969-1.854-1.984-2.37-3.063-0.536-1.083-0.802-2.188-0.802-3.307 0-1.266 0.266-2.24 0.802-2.922 0.531-0.693 1.396-1.161 2.573-1.411-0.229-0.521-0.391-0.948-0.479-1.307-0.109-0.359-0.161-0.625-0.161-0.813 0-0.667 0.344-1.349 1.042-2.026 0.693-0.693 1.344-1.042 1.958-1.042 0.25 0 0.531 0.042 0.828 0.146 0.292 0.094 0.625 0.255 1 0.469-1.083-3.135-1.911-5.599-2.417-7.333-0.521-1.75-0.771-2.932-0.771-3.599 0-0.911 0.224-1.641 0.693-2.177 0.479-0.531 1.12-0.797 1.917-0.797 1.375 0 3.125 3.078 5.245 9.229 0.37 1.052 0.635 1.865 0.839 2.438l0.677-1.938c2.12-6.063 3.938-9.104 5.469-9.104 0.745 0 1.349 0.255 1.786 0.76 0.443 0.51 0.667 1.182 0.667 2.031 0 0.641-0.255 1.813-0.745 3.531-0.49 1.708-1.229 3.948-2.229 6.719z\"/>\n</svg>\n</li><li title=\"cib angular universal \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M20.803 15.041v1.917c0 0.353-0.287 0.64-0.641 0.64h-8.323c-0.355 0-0.641-0.287-0.641-0.64v-1.917c0-0.353 0.287-0.64 0.641-0.64h8.323c0.355 0 0.641 0.287 0.641 0.64zM16 20.803c-2.136 0-2.136 3.197 0 3.197s2.136-3.197 0-3.197zM20.161 9.599h-8.323c-0.355 0-0.641 0.287-0.641 0.641v1.921c0 0.355 0.287 0.641 0.641 0.641h8.323c0.355 0 0.641-0.287 0.641-0.641v-1.921c0-0.355-0.287-0.641-0.641-0.641zM30.88 5.328l-2.287 19.645-12.624 7.027-12.609-7.027-2.24-19.645 14.849-5.328zM22.401 8.317c0-1.057-0.86-1.916-1.923-1.916h-8.957c-1.063 0-1.923 0.859-1.923 1.916v15.365c0 1.057 0.86 1.916 1.923 1.916h8.957c1.063 0 1.923-0.859 1.923-1.916z\"/>\n</svg>\n</li><li title=\"cib angular \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M13.24 16.859h5.51l-2.755-6.542zM15.995 0.010l-15.078 5.307 2.297 19.677 12.781 6.995 12.786-6.984 2.297-19.688-15.083-5.302zM25.406 24.406h-3.516l-1.896-4.667h-8l-1.896 4.667h-3.516l9.411-20.865z\"/>\n</svg>\n</li><li title=\"cib ansible \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M14.156 15.297l6.25 4.927-4.141-10.214zM16 0c-8.839 0-16 7.161-16 16s7.161 16 16 16c8.839 0 16-7.161 16-16s-7.161-16-16-16zM23.729 23.073c-0.016 0.63-0.536 1.125-1.167 1.109-0.313 0-0.552-0.12-0.885-0.391l-8.255-6.667-2.771 6.938h-2.396l6.995-16.807c0.167-0.422 0.568-0.693 1.021-0.677 0.432-0.016 0.839 0.25 0.99 0.677l6.365 15.323c0.057 0.151 0.104 0.313 0.104 0.464 0 0.010 0 0.010 0 0.031z\"/>\n</svg>\n</li><li title=\"cib apache airflow \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16.041 14.287c-0.916 0-1.681 0.749-1.681 1.672 0 0.916 0.765 1.681 1.681 1.681 2.24 0 2.24-3.353 0-3.353zM16.041 15.349c0.344 0 0.609 0.265 0.609 0.609s-0.265 0.609-0.609 0.609c-0.344 0-0.609-0.265-0.609-0.609s0.265-0.609 0.609-0.609zM0.864 0c-0.093 0-0.14 0.016-0.463 0.052-0.328 0.041-0.437 0.432-0.36 0.844 0.073 0.416 0.095 0.276 0.261 0.516 0.167 0.239 5.635 5.52 8.468 8.285l-5.021 5.147c-1.667 1.708-2.547 4.339-3.061 7.244-0.516 2.907-0.647 6.125-0.688 9.048 0.005 0.421 0.317 0.776 0.74 0.823 0.052 0.005 0.104 0.005 0.156 0 0.192-0.016 0.375-0.104 0.511-0.245h0.009l8.281-8.495c5.36 4.964 5.491 6.776 12.391 8.093 2.907 0.511 6.125 0.647 9.048 0.688 0.416 0 0.771-0.312 0.823-0.729l0.011-0.011c0.004-0.057 0-0.12-0.011-0.177-0.021-0.187-0.104-0.359-0.235-0.495v-0.009l-8.505-8.276 4.844-4.969c0.063-0.057 0.12-0.12 0.177-0.177l0.011-0.011c1.667-1.708 2.556-4.328 3.072-7.233 0.511-2.912 0.636-6.125 0.677-9.048 0-0.416-0.312-0.771-0.729-0.823l-0.011-0.015c-0.057 0-0.12 0-0.177 0.009-0.187 0.021-0.359 0.104-0.489 0.24h-0.009l-8.281 8.489-5.147-5.016c-1.708-1.667-4.333-2.556-7.244-3.072-3.005-0.328-6.021-0.631-9.048-0.677zM1.505 1.115c2.719 0.052 5.62 0.161 8.219 0.62 2.807 0.495 5.24 1.375 6.683 2.787h0.009l0.141 0.145c0.031 0.031 0.063 0.073 0.099 0.109 0 0.005 0.005 0.005 0.005 0.011l0.016 0.011 0.016 0.020c0 0 0 0.011 0 0.011 0.004 0.005 0.009 0.005 0.009 0.011 0.172 0.235 0.475 0.692 0.563 0.885 0.063 0.136 0.12 0.276 0.177 0.432 0.24 0.693 0.36 1.557 0.276 2.647v0.009c-0.021 0.245-0.052 0.495-0.088 0.761-0.021 0.124-0.047 0.265-0.068 0.411-0.057 0.292-0.12 0.573-0.188 0.86-0.036 0.151-0.077 0.307-0.12 0.463v0.011c-0.172 0.62-0.4 1.303-0.681 2.027-0.068 0.183-0.136 0.359-0.213 0.552-0.063 0.145-0.131 0.297-0.199 0.453l-0.344 0.067c-1.167-2.208-2.443-3.733-3.583-4.609-0.579-0.437-1.115-0.719-1.636-0.833h-0.005c-0.515-0.113-1.067-0.036-1.427 0.333l0.047 0.1 0.427-0.319zM30.885 1.5c-0.047 2.719-0.156 5.625-0.62 8.224-0.495 2.807-1.369 5.24-2.787 6.688l-0.145 0.135c-0.036 0.037-0.083 0.079-0.125 0.115l-0.020 0.027h-0.011c-0.229 0.167-0.704 0.479-0.896 0.567-0.136 0.063-0.281 0.136-0.432 0.188h-0.011c-0.688 0.235-1.552 0.349-2.641 0.265-0.239-0.020-0.5-0.041-0.765-0.077l-0.401-0.068h-0.009c-0.292-0.057-0.573-0.12-0.86-0.188h-0.011c-0.156-0.041-0.307-0.088-0.457-0.129-0.688-0.188-1.365-0.412-2.032-0.667-0.183-0.073-0.369-0.152-0.563-0.229-0.14-0.057-0.281-0.115-0.421-0.177 0.016-0.084-0.104 0.131 0 0 0.005-0.131-0.016-0.26-0.068-0.38 2.183-1.161 3.708-2.423 4.579-3.557 0.443-0.579 0.729-1.125 0.843-1.641 0.12-0.515 0.037-1.077-0.333-1.437l0.011 0.011 0.147 0.469zM18.531 6.593l3.381 3.292 0.015 0.021 0.021 0.015c0.052 0.052 0.104 0.152 0.041 0.443-0.031 0.131-0.192 0.355-0.276 0.521-0.109 0.224-0.156 0.401-0.364 0.672-0.729 0.932-2.156 2.088-4.183 3.172 0.063-0.145 0.12-0.287 0.177-0.427 0.077-0.193 0.151-0.391 0.224-0.579 0.292-0.76 0.536-1.473 0.719-2.136 0.129-0.468 0.24-0.943 0.328-1.416v-0.011c0.021-0.145 0.057-0.287 0.079-0.432 0.036-0.281 0.067-0.557 0.088-0.839 0.068-0.901-0.093-1.593-0.251-2.292zM10.364 10.016c2.125 0.957 3.511 3.229 4.371 4.823-0.147-0.068-0.287-0.12-0.432-0.183-0.199-0.077-0.391-0.151-0.584-0.224-0.692-0.276-1.407-0.515-2.125-0.719h-0.005c-0.167-0.047-0.328-0.088-0.484-0.129-0.317-0.079-0.635-0.141-0.932-0.199-0.145-0.021-0.297-0.041-0.443-0.068v-0.011c-0.281-0.036-0.557-0.067-0.839-0.088-0.907-0.068-1.604 0.088-2.303 0.245l3.297-3.376 0.036-0.041c0.052-0.052 0.152-0.104 0.443-0.036zM8.807 14.287c0.24 0.016 0.496 0.047 0.761 0.088h0.011c0.124 0.021 0.26 0.041 0.4 0.068 0.276 0.052 0.557 0.115 0.86 0.188l0.235 0.057c0.077 0.020 0.151 0.036 0.229 0.057h0.004c0.631 0.176 1.303 0.4 2.032 0.681 0.183 0.068 0.369 0.141 0.557 0.213 0.161 0.068 0.323 0.141 0.484 0.209l0.021 0.353c-2.188 1.161-3.719 2.428-4.589 3.563-0.443 0.579-0.729 1.115-0.843 1.636v0.011c-0.12 0.515-0.037 1.067 0.333 1.427h-0.011l-0.251-0.448-7.916 8.093c0.052-2.713 0.151-5.609 0.609-8.208 0.495-2.807 1.375-5.235 2.787-6.683v-0.009c0.031-0.037 0.067-0.063 0.104-0.1l0.041-0.036c0.036-0.041 0.079-0.079 0.12-0.109h0.011c0.005-0.005 0.009-0.016 0.015-0.021 0.229-0.167 0.715-0.489 0.907-0.583 0.145-0.063 0.292-0.125 0.443-0.177 0.693-0.24 1.557-0.36 2.651-0.276zM15.683 14.552c-0.557 0.177-0.933 0.557-1.115 1.109l0.588-0.651zM16.407 14.588l0.239 0.433 0.199 0.124 0.536 0.423c-0.192-0.469-0.495-0.808-0.968-0.975zM16.027 15.281c0.411 0 0.733 0.323 0.733 0.735 0.005 0.411-0.328 0.744-0.733 0.739-0.412 0.005-0.745-0.328-0.74-0.739 0-0.412 0.323-0.735 0.74-0.735zM14.625 16.432c0.187 0.485 0.511 0.813 0.995 0.995l-0.317-0.369-0.272-0.312zM17.375 16.479l-0.38 0.157-0.077 0.239-0.381 0.432c0.385-0.187 0.661-0.432 0.839-0.823zM17.276 17.161c0.14 0.057 0.281 0.131 0.421 0.188 0.199 0.077 0.391 0.151 0.584 0.224 0.749 0.291 1.464 0.525 2.125 0.708 0.172 0.052 0.339 0.088 0.489 0.131 0.323 0.077 0.635 0.151 0.937 0.208 0.14 0.020 0.292 0.041 0.443 0.068 0.287 0.036 0.568 0.072 0.839 0.099 0.907 0.068 1.599-0.093 2.301-0.251l-3.296 3.381-0.021 0.015-0.020 0.021c-0.048 0.052-0.152 0.099-0.433 0.041h-0.009c-0.287-0.068-0.709-0.271-1.193-0.651-0.932-0.729-2.088-2.156-3.167-4.183zM14.833 17.281l-0.177 0.421c-0.077 0.193-0.151 0.391-0.229 0.579-0.271 0.697-0.505 1.407-0.708 2.125-0.047 0.172-0.088 0.339-0.125 0.495-0.077 0.317-0.151 0.635-0.208 0.932-0.025 0.151-0.047 0.297-0.068 0.448-0.041 0.276-0.072 0.552-0.099 0.833-0.068 0.907 0.093 1.604 0.245 2.301l-3.376-3.296-0.020-0.032-0.021-0.009v-0.011c-0.052-0.052-0.099-0.136-0.036-0.423 0-0.005 0-0.005 0-0.009 0.068-0.287 0.276-0.709 0.651-1.193 0.724-0.932 2.151-2.088 4.172-3.167zM16.219 17.625c1.156 2.167 2.417 3.697 3.547 4.568 0.579 0.443 1.115 0.728 1.636 0.843h0.011c0.515 0.115 1.061 0.037 1.427-0.333l-0.047-0.093-0.407 0.36 8.12 7.921c-2.719-0.052-5.631-0.161-8.229-0.625-2.807-0.495-5.24-1.369-6.683-2.781h-0.009l-0.073-0.072c-0.011-0.011-0.016-0.027-0.027-0.043l-0.041-0.036c-0.031-0.036-0.073-0.079-0.104-0.12v-0.011c-0.005-0.005-0.021-0.015-0.021-0.020-0.213-0.287-0.405-0.589-0.583-0.907-0.068-0.14-0.125-0.292-0.177-0.443-0.24-0.693-0.36-1.552-0.276-2.645 0.021-0.24 0.052-0.491 0.088-0.761v-0.011c0.021-0.124 0.047-0.26 0.068-0.4 0.052-0.276 0.115-0.557 0.188-0.86v-0.011l0.063-0.224 0.057-0.228v-0.011c0.172-0.625 0.395-1.297 0.681-2.027 0.068-0.183 0.147-0.369 0.224-0.557 0.063-0.156 0.131-0.307 0.199-0.463l0.369-0.021z\"/>\n</svg>\n</li><li title=\"cib apache flink \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M11.068 31.969c-0.771-0.057-1.787-0.251-2.636-0.496-1.421-0.427-2.755-1.109-3.927-2.015-0.489-0.38-1.536-1.428-1.964-1.964-1.588-2-2.396-4.177-2.473-6.667-0.041-1.172 0.109-2.344 0.437-3.468 0.088-0.308 0.093-0.339 0.073-0.709-0.021-0.5 0.025-1 0.135-1.484 0.084-0.328 0.308-0.812 0.453-0.989l0.088-0.109-0.009 0.577c-0.016 0.833-0.016 0.833 0.249 0.371 0.599-1.079 1.375-2.047 2.292-2.871 0.26-0.233 0.495-0.448 0.516-0.479 0.025-0.027 0.119-0.235 0.213-0.464 0.276-0.687 0.52-1.063 0.791-1.197 0.235-0.12 0.443-0.057 0.496 0.14 0.009 0.095 0.004 0.193-0.011 0.287-0.016 0.073-0.021 0.141-0.016 0.213 0.005 0 0.208-0.104 0.453-0.233 0.864-0.459 1.484-0.724 2.792-1.188 0.427-0.151 0.833-0.303 0.9-0.328 0.365-0.156 0.563-0.677 0.532-1.385-0.005-0.229-0.052-0.459-0.141-0.672-0.047-0.145-0.099-0.287-0.161-0.423-0.068-0.129-0.057-0.156 0.052-0.124 0.313 0.088 0.683 0.391 0.917 0.739 0.135 0.209 0.364 0.699 0.364 0.792 0 0.073 0.047 0.037 0.152-0.115 0.405-0.604 0.411-1.292 0.004-1.984-0.151-0.251-0.572-0.672-0.859-0.849-0.369-0.224-0.593-0.291-0.989-0.287-0.303 0-0.333-0.004-0.423-0.077-0.109-0.095-0.172-0.292-0.145-0.459 0.036-0.188 0.355-0.797 0.579-1.093 0.26-0.344 0.843-0.912 1.219-1.177 1.219-0.864 2.744-1.385 4.515-1.547 0.428-0.041 0.443-0.041 0.532-0.136 0.083-0.088 0.109-0.099 0.292-0.099 0.176 0 0.228 0.016 0.427 0.131 0.208 0.12 0.229 0.124 0.317 0.088 0.068-0.031 0.177-0.036 0.375-0.025 0.224 0.015 0.292 0.009 0.349-0.032 0.104-0.073 0.229-0.063 0.417 0.032 0.088 0.047 0.348 0.124 0.583 0.176 1.093 0.24 1.969 0.579 2.803 1.084 0.151 0.088 0.276 0.167 0.281 0.167 0.015 0 0-0.12-0.043-0.328l-0.015-0.095 0.203 0.12c0.265 0.161 0.505 0.412 0.636 0.661 0.093 0.177 0.113 0.204 0.161 0.172 0.041-0.020 0.088-0.025 0.151-0.005 0.068 0.027 0.12 0.1 0.265 0.391 0.099 0.199 0.188 0.371 0.199 0.381 0.015 0.015 0.115-0.073 0.224-0.199 0.233-0.255 0.447-0.396 0.733-0.495 0.267-0.088 0.428-0.073 0.547 0.063 0.12 0.135 0.12 0.307-0.004 0.573-0.24 0.504-0.349 0.968-0.308 1.323l0.021 0.181 0.145-0.099c0.131-0.093 0.161-0.104 0.407-0.104 0.255 0 0.531 0.079 0.531 0.151 0 0.016-0.068 0.109-0.151 0.215-0.245 0.296-0.308 0.468-0.303 0.833 0.005 0.333 0.021 0.411 0.235 1.156 0.084 0.276 0.172 0.629 0.203 0.791 0.016 0.105 0.043 0.204 0.084 0.297 0.052 0 0.417-0.301 0.636-0.525 0.129-0.131 0.249-0.24 0.26-0.24 0.041 0 0.12 0.249 0.156 0.5 0.041 0.292 0.011 0.579-0.099 0.921-0.063 0.209-0.063 0.229-0.016 0.328 0.084 0.172 0.093 0.36 0.036 0.595-0.093 0.401-0.265 0.681-0.708 1.145l-0.229 0.24-0.036 0.317c-0.021 0.177-0.068 0.443-0.104 0.588-0.027 0.095-0.041 0.193-0.047 0.287 0.011 0.011 0.041 0 0.067-0.025 0.068-0.057 0.287-0.027 0.505 0.077 0.443 0.215 1.292 0.991 1.625 1.491l0.183 0.265 0.287 0.072c1.177 0.297 2.099 1.157 2.604 2.433 0.161 0.4 0.271 0.911 0.349 1.577 0.025 0.209 0.083 0.391 0.239 0.787 0.115 0.287 0.224 0.599 0.245 0.693 0.057 0.255 0.025 0.588-0.079 0.833-0.052 0.115-0.115 0.307-0.151 0.427-0.12 0.432-0.317 0.713-0.651 0.927-0.104 0.068-0.271 0.147-0.371 0.172-0.181 0.047-0.796 0.333-0.796 0.371 0 0.009 0.041 0.025 0.099 0.041 0.292 0.057 0.677 0.333 0.776 0.557 0.016 0.047 0.093 0.167 0.172 0.26 0.281 0.375 0.349 0.719 0.249 1.26l-0.057 0.281 0.084 0.104c0.297 0.36 0.547 0.829 0.64 1.188 0.131 0.505 0.125 0.995-0.009 1.74l-0.057 0.312 0.109 0.156c0.203 0.297 0.244 0.579 0.14 0.98-0.26 1.005-1.021 1.749-2.083 2.031l-0.209 0.052v0.281c0 0.213-0.015 0.312-0.067 0.423-0.089 0.187-0.24 0.337-0.428 0.427-0.296 0.129-0.744-0.011-0.963-0.308-0.109-0.151-0.12-0.151-0.276-0.151-0.105-0.005-0.204-0.021-0.303-0.052-0.328-0.115-0.484-0.344-0.489-0.729l-0.005-0.224-0.208-0.125c-0.281-0.161-0.532-0.369-0.751-0.609l-0.203-0.219 0.104 0.209c0.448 0.885-0.057 1.848-1.125 2.135-0.219 0.063-0.385 0.073-1.323 0.093-1.448 0.037-12.027 0.032-12.489-0.004zM29.079 31.432c0.135-0.115 0.187-0.416 0.104-0.577-0.079-0.152-0.188-0.199-0.511-0.224-0.369-0.027-0.475-0.084-0.475-0.24 0-0.203 0.037-0.213 0.855-0.224 0.797-0.011 1.036-0.047 1.385-0.224 0.308-0.156 0.699-0.64 0.735-0.912l0.016-0.124-0.219 0.063c-0.833 0.233-1.959 0.276-2.781 0.104-0.885-0.188-1.704-0.693-1.995-1.235l-0.073-0.136-0.037 0.095c-0.036 0.145-0.047 0.296-0.041 0.448-0.005 0.328 0.005 0.364 0.099 0.557 0.193 0.405 0.609 0.801 1.12 1.057 0.267 0.135 0.276 0.14 0.256 0.239l-0.052 0.323c-0.052 0.281-0.027 0.433 0.104 0.584 0.135 0.151 0.333 0.24 0.541 0.229 0.125 0 0.203 0.020 0.255 0.063 0.276 0.213 0.563 0.271 0.715 0.135zM22.407 31.188c0.62-0.089 0.817-0.095 1.151-0.016 0.677 0.145 1.38 0.025 1.688-0.292 0.203-0.213 0.265-0.547 0.14-0.755-0.156-0.256-0.563-0.428-1.011-0.428-0.312 0-0.473 0.048-1.015 0.276-0.167 0.073-0.333 0.141-0.505 0.193-0.229 0.047-0.355-0.084-0.355-0.369 0-0.313 0.088-0.412 0.751-0.88 0.567-0.401 0.905-0.865 0.989-1.349 0.036-0.224-0.005-0.537-0.084-0.609-0.125-0.063-0.255-0.109-0.391-0.141-1.109-0.328-1.615-0.749-2.099-1.744-0.188-0.391-0.344-0.797-0.464-1.213-0.057-0.199-0.124-0.391-0.203-0.579-0.36-0.797-1.24-1.511-2.245-1.839-0.427-0.136-0.697-0.188-1.38-0.245-0.249-0.020-0.5-0.047-0.749-0.072l-0.161-0.027 0.224-0.115c0.276-0.14 0.473-0.203 0.771-0.244 0.416-0.063 0.703-0.079 1.011-0.043 1.228 0.141 2.156 0.772 2.807 1.917 0.245 0.427 0.417 0.864 0.588 1.468 0.199 0.704 0.376 1.057 0.715 1.412 0.547 0.584 1.276 0.844 2.353 0.844 0.24 0 0.537-0.016 0.656-0.036 0.505-0.068 1.032-0.251 1.417-0.485 0.421-0.249 0.817-0.719 0.948-1.12 0.036-0.119 0.083-0.219 0.099-0.219 0.021 0 0.141 0.027 0.271 0.052 0.219 0.053 0.251 0.053 0.516 0 0.421-0.077 0.536-0.067 0.64 0.048 0.167 0.171 0.371 0.203 0.604 0.093 0.089-0.052 0.172-0.12 0.235-0.203 0.079-0.105 0.095-0.157 0.089-0.276-0.011-0.141-0.016-0.147-0.261-0.308-0.088-0.052-0.172-0.109-0.244-0.177 0-0.005 0.057-0.057 0.129-0.104 0.105-0.068 0.167-0.083 0.261-0.077 0.135 0.009 0.135-0.005 0.005-0.261-0.115-0.235-0.303-0.421-0.537-0.531-0.448-0.219-0.957-0.219-1.525 0-0.344 0.135-0.396 0.135-0.631 0.031-0.307-0.135-0.62-0.181-1.041-0.156-0.527 0.031-0.869-0.025-1-0.156l-0.099-0.099 0.416-0.043c0.656-0.057 0.844-0.115 1.423-0.432 0.359-0.197 0.572-0.249 1.109-0.281 0.771-0.047 1.14-0.177 1.343-0.484 0.073-0.109 0.115-0.141 0.147-0.12 0.468 0.115 0.937-0.177 1.036-0.651 0.021-0.109 0.016-0.115-0.317-0.412-0.12-0.099-0.235-0.208-0.339-0.323 0-0.011 0.052-0.068 0.115-0.12 0.188-0.167 0.323-0.14 0.708 0.141 0.068 0.052 0.073 0.052 0.073-0.005 0-0.125-0.079-0.333-0.303-0.813-0.265-0.561-0.287-0.624-0.339-1.072-0.161-1.376-0.9-2.521-2.057-3.193-0.088-0.057-0.181-0.109-0.281-0.151-0.009 0-0.067 0.093-0.124 0.208-0.057 0.12-0.136 0.235-0.224 0.333-0.1 0.104-0.141 0.131-0.24 0.131-0.14 0-0.24-0.073-0.24-0.177 0-0.041 0.043-0.167 0.095-0.276 0.161-0.349 0.208-0.588 0.161-0.86-0.109-0.64-0.708-1.353-1.459-1.749-0.292-0.151-0.323-0.145-0.344 0.041-0.020 0.219 0.027 0.656 0.104 0.948 0.032 0.136 0.156 0.464 0.267 0.719 0.291 0.667 0.38 0.964 0.38 1.256 0.005 0.124-0.011 0.244-0.052 0.359-0.084 0.177-0.215 0.323-0.376 0.427-0.109 0.057-0.233 0.063-0.208 0.005 0.167-0.385 0.224-0.572 0.24-0.807 0.016-0.333-0.027-0.489-0.313-1.073-0.285-0.588-0.364-0.907-0.348-1.391l0.015-0.339-0.077 0.152c-0.104 0.187-0.213 0.369-0.333 0.547-0.407 0.629-0.536 0.968-0.536 1.391 0 0.396 0.151 0.943 0.369 1.333 0.041 0.077 0.073 0.145 0.063 0.156-0.073-0.041-0.136-0.093-0.193-0.151-0.177-0.172-0.432-0.605-0.432-0.74 0-0.093-0.057-0.073-0.317 0.093-0.489 0.313-0.839 0.631-1.303 1.177-0.677 0.803-1.593 1.401-2.719 1.771-0.265 0.089-1.131 0.317-1.916 0.516-2.163 0.536-2.917 0.801-3.917 1.38-1.979 1.136-3.016 2.667-3.219 4.751-0.073 0.749 0.031 1.88 0.245 2.692 0.036 0.12-0.172-0.151-0.303-0.401-0.229-0.443-0.38-0.995-0.453-1.681-0.068-0.615 0.005-1.839 0.151-2.496l0.021-0.093-0.479 0.021c-1.177 0.052-2.156 0.385-2.953 1.016-0.12 0.088-0.235 0.192-0.344 0.296l-0.079 0.099 0.021-0.093c0.036-0.172 0.224-0.541 0.38-0.74 0.319-0.427 0.964-0.828 1.636-1.031 0.177-0.052 0.719-0.183 1.197-0.292 0.489-0.109 0.907-0.203 0.937-0.208 0.027-0.011 0.12-0.145 0.204-0.303 0.083-0.161 0.239-0.405 0.344-0.547 0.104-0.145 0.181-0.271 0.171-0.276-0.171 0.016-0.348 0.037-0.52 0.068-0.276 0.041-0.896 0.131-1.371 0.192-0.957 0.125-1.5 0.224-2 0.371-1.547 0.448-2.443 1.312-2.905 2.812l-0.12 0.391 0.063 0.183c0.099 0.297 0.437 0.959 0.667 1.297 0.885 1.317 2.271 2.391 3.973 3.061 0.385 0.157 0.433 0.183 0.631 0.381 0.12 0.115 0.213 0.213 0.208 0.219-0.025 0.025-1.005-0.229-1.432-0.371-1.021-0.339-1.979-0.853-2.817-1.531-0.183-0.141-0.38-0.271-0.589-0.375-0.697-0.355-1.328-0.824-1.869-1.381-0.26-0.265-0.479-0.567-0.651-0.895l-0.136-0.256 0.193 0.183c0.427 0.391 1.047 0.792 1.348 0.875 0.073 0.021 0.068 0.005-0.057-0.213-0.187-0.339-0.348-0.688-0.484-1.047-0.083-0.24-0.213-0.464-0.375-0.656-0.995-1.297-1.724-2.6-2.235-3.991l-0.156-0.432-0.027 0.147c-0.020 0.233-0.031 0.473-0.031 0.719l-0.005 0.572 0.188 0.516c0.192 0.527 0.885 2.396 0.943 2.552 0.020 0.047 0.025 0.089 0.020 0.089s-0.12-0.141-0.249-0.308c-0.308-0.385-0.647-0.896-0.708-1.057l-0.053-0.125 0.021 0.109c0.099 0.6 0.365 1.495 0.62 2.1 0.781 1.833 2.068 3.443 3.631 4.541 1.52 1.073 3.588 1.823 5.416 1.973 0.177 0.011 2.776 0.027 5.781 0.032 4.693 0 5.505-0.005 5.797-0.047zM24.651 22.297c-0.353-0.073-0.692-0.193-1.011-0.365-0.613-0.359-1.052-0.989-1.093-1.577-0.016-0.209-0.016-0.209 0.032-0.1 0.276 0.704 0.812 1.272 1.547 1.647 0.339 0.167 0.525 0.239 0.921 0.339l0.355 0.093-0.292-0.005c-0.156 0-0.364-0.016-0.459-0.031zM28.161 19.099c-0.323-0.077-0.683-0.364-0.781-0.625-0.063-0.213-0.052-0.437 0.027-0.64l0.052-0.093 0.020 0.129c0.063 0.319 0.287 0.595 0.609 0.735 0.1 0.047 0.344 0.109 0.548 0.145 0.307 0.053 0.504 0.111 0.619 0.183 0.011 0.005 0.021-0.14 0.027-0.317 0.005-0.317 0.005-0.328-0.047-0.251-0.109 0.163-0.265 0.287-0.365 0.287-0.124 0-0.681-0.203-0.833-0.301-0.192-0.125-0.249-0.251-0.249-0.511 0-0.188-0.016-0.235-0.073-0.303l-0.073-0.072 0.152-0.141c0.255-0.229 0.405-0.287 0.76-0.287 0.344 0 0.489 0.052 0.729 0.256 0.344 0.292 0.459 1.011 0.255 1.604l-0.072 0.219-0.589 0.005c-0.239 0.011-0.479 0-0.713-0.021zM28.547 17.964c0.115-0.057 0.183-0.183 0.177-0.328-0.005-0.095-0.031-0.141-0.12-0.224-0.188-0.172-0.437-0.12-0.547 0.109-0.145 0.301 0.188 0.604 0.489 0.448zM25.833 29.416c-0.156-0.244-0.271-0.515-0.344-0.796-0.104-0.48-0.011-1.24 0.204-1.604l0.083-0.147-0.265 0.021c-0.141 0.011-0.281 0.021-0.423 0.021h-0.156v0.239c0 0.469-0.219 1.047-0.563 1.475l-0.176 0.224 0.328 0.025c0.176 0.011 0.416 0.047 0.536 0.084 0.24 0.072 0.541 0.255 0.708 0.432 0.131 0.14 0.156 0.151 0.068 0.025zM30.224 28.297c0.24-0.095 0.437-0.271 0.557-0.5 0.115-0.235 0.235-0.849 0.26-1.303 0.011-0.287 0.005-0.427-0.036-0.625-0.052-0.249-0.245-0.692-0.365-0.839l-0.061-0.077-0.157 0.115c-0.343 0.244-0.619 0.287-0.973 0.129-0.167-0.072-0.265-0.093-0.531-0.104l-0.324-0.011-0.104 0.183c-0.307 0.547-0.781 0.98-1.353 1.229l-0.245 0.115-0.021 0.172c-0.088 0.697 0.376 1.183 1.401 1.443 0.536 0.14 0.713 0.156 1.276 0.151 0.423-0.011 0.521-0.020 0.677-0.077zM4.473 23.339c0.292-1.421 1.371-2.375 3.204-2.828 0.453-0.115 1.208-0.26 2.573-0.511 1.796-0.323 2.348-0.495 3.009-0.937l0.401-0.265-1.688-0.011c-2.067-0.011-2.337 0.016-3.145 0.281-0.511 0.172-1.016 0.396-2.401 1.077-0.656 0.324-1.203 0.584-1.208 0.579-0.011-0.016 0.5-0.464 0.76-0.667 0.855-0.672 2.256-1.453 3.152-1.751 1.531-0.515 2.708-0.613 5.187-0.437l1.188 0.089 0.464-0.115c0.452-0.115 0.916-0.204 1.791-0.344 0.152-0.021 0.297-0.052 0.448-0.084 0.005-0.004-0.015-0.020-0.052-0.031-0.172-0.057-0.333-0.14-0.484-0.245-0.068-0.041-0.136-0.088-0.199-0.145 0-0.005 0.412-0.005 0.923 0 0.916 0.011 0.921 0.011 1.244-0.077 2-0.543 3.647-2.016 4.521-4.063 0.183-0.428 0.5-1.333 0.479-1.36-0.009-0.011-0.119 0.041-0.239 0.115-0.308 0.193-0.959 0.516-1.339 0.667-0.943 0.375-1.932 0.599-2.943 0.661l-0.287 0.021-0.229 0.213c-0.797 0.755-2 1.468-3.099 1.849-0.615 0.213-0.995 0.296-2.969 0.672-0.979 0.187-2.088 0.4-2.468 0.484-2.756 0.577-4.521 1.301-5.475 2.249-0.323 0.319-0.5 0.568-0.687 0.975-0.1 0.203-0.204 0.364-0.355 0.531-0.265 0.313-0.453 0.677-0.563 1.073-0.12 0.495-0.068 1.219 0.147 1.839 0.072 0.224 0.271 0.677 0.291 0.677 0.021-0.063 0.037-0.12 0.047-0.183zM3.38 22.177l-0.031-0.484-0.349-0.521c-0.213-0.323-0.421-0.651-0.625-0.984-0.249-0.428-0.839-1.552-1-1.937l-0.068-0.157 0.016 0.125c0.037 0.245 0.199 0.901 0.317 1.26 0.256 0.797 0.683 1.677 1.147 2.376 0.208 0.312 0.604 0.839 0.62 0.823 0-0.167-0.011-0.333-0.027-0.5zM3.369 20.312c-0.104-0.525-0.057-1.244 0.115-1.667 0.068-0.176 0.213-0.473 0.235-0.473 0.005 0 0.057 0.125 0.115 0.281 0.099 0.281 0.24 0.552 0.281 0.552 0.011 0 0.079-0.093 0.145-0.213 0.068-0.115 0.213-0.328 0.324-0.48l0.208-0.271-0.131-0.077c-0.407-0.261-0.776-0.849-0.937-1.491-0.156-0.635-0.203-1.599-0.12-2.391 0.027-0.219 0.041-0.4 0.032-0.411-0.021-0.021-0.464 0.531-0.745 0.921-0.464 0.661-0.849 1.376-1.151 2.12l-0.141 0.355 0.136 0.391c0.405 1.12 0.973 2.172 1.677 3.135-0.005-0.093-0.021-0.187-0.043-0.281zM5.328 17.812c-0.093-0.385-0.135-0.895-0.135-1.801 0-0.871 0.004-1 0.072-1.375 0.095-0.496 0.256-1.057 0.407-1.385 0.115-0.24 0.432-0.792 0.453-0.772 0.005 0.005-0.032 0.319-0.084 0.688-0.14 1.079-0.172 1.473-0.151 2.093 0.027 0.709 0.151 1.6 0.229 1.6 0.031 0 0.041-0.152 0.036-0.667-0.016-0.792 0.095-1.584 0.323-2.344 0.267-0.932 0.828-2.156 1.344-2.928 0.041-0.057 0.079-0.119 0.109-0.181 0-0.011-0.083-0.005-0.187 0.009-1.229 0.188-2.224 1.011-2.724 2.251l-0.125 0.307 0.016-0.219c0.041-0.624 0.167-1.5 0.249-1.791 0.011-0.032-0.021 0.015-0.068 0.099-0.364 0.683-0.719 2.635-0.719 4.005 0 1.005 0.183 1.729 0.543 2.213 0.171 0.224 0.447 0.359 0.411 0.197zM7.027 16.588c0.28-0.14 0.671-0.249 2.359-0.676 0.745-0.188 1.521-0.396 1.735-0.464 0.781-0.255 1.495-0.688 2.088-1.26 0.615-0.595 0.823-0.907 1.016-1.552 0.088-0.297 0.088-0.297 0.145-0.224 0.251 0.328 0.245 1.109-0.005 1.604-0.036 0.063-0.052 0.12-0.036 0.12 0.068 0 0.421-0.261 0.568-0.417 0.391-0.416 0.568-0.797 0.88-1.855 0.047-0.167 0.099-0.328 0.161-0.489 0.027-0.031 0.145 0.235 0.213 0.495 0.037 0.141 0.052 0.324 0.052 0.589-0.005 0.437-0.083 0.771-0.285 1.172l-0.115 0.224 0.171-0.089c0.412-0.224 1.167-1.145 1.491-1.823 0.192-0.364 0.285-0.771 0.281-1.183 0-0.567-0.12-0.943-0.459-1.437-0.448-0.645-1.459-1.396-2.344-1.744-0.136-0.052-0.224-0.12-0.375-0.292-0.115-0.125-0.188-0.224-0.172-0.224 0.041 0 0.631 0.156 1.025 0.276 0.943 0.281 1.677 0.692 2.251 1.255 0.656 0.652 0.968 1.339 0.964 2.115-0.005 0.693-0.251 1.319-0.781 2.027-0.105 0.135-0.188 0.255-0.188 0.265 0 0.027 0.511-0.203 0.833-0.369 0.401-0.215 1.052-0.657 1.307-0.881 0.344-0.317 0.813-1.093 1.011-1.697 0.193-0.583 0.224-1.245 0.084-1.792-0.12-0.479-0.437-1.036-0.833-1.463l-0.167-0.183h0.161c0.088 0 0.172-0.016 0.177-0.031 0.041-0.063-0.052-0.204-0.199-0.292-0.244-0.156-0.348-0.172-0.807-0.115-0.511 0.068-1.328 0.068-1.724 0-0.344-0.052-0.724-0.172-0.912-0.281l-0.125-0.079 1.167-0.015c0.887-0.011 1.224-0.032 1.433-0.068 0.296-0.057 0.505-0.141 0.572-0.224 0.043-0.047 0.032-0.068-0.077-0.183-0.36-0.369-1.021-0.828-1.693-1.167-1.151-0.588-2.427-0.885-3.719-0.88-0.516 0-1.145 0.052-1.421 0.12l-0.079 0.015 0.093-0.099c0.125-0.135 0.548-0.339 0.855-0.416 0.547-0.141 1.308-0.188 2.041-0.136 1.037 0.079 1.776 0.265 2.771 0.708 0.215 0.095 0.412 0.172 0.444 0.167 0.083-0.004 0.181-0.099 0.228-0.213l0.043-0.099 0.099 0.219c0.057 0.12 0.099 0.229 0.099 0.251 0 0.077 0.063-0.011 0.099-0.147 0.011-0.057 0.037-0.115 0.068-0.161 0.032-0.020 0.12 0.167 0.224 0.489l0.073 0.235 0.167-0.167c0.192-0.192 0.197-0.187 0.229 0.235l0.015 0.276 0.147-0.093c0.083-0.048 0.161-0.079 0.172-0.068 0.009 0.016 0.047 0.125 0.088 0.244 0.115 0.365 0.271 0.663 0.459 0.871 0.088 0.109 0.219 0.292 0.281 0.411 0.063 0.115 0.124 0.204 0.14 0.204 0.047-0.021 0.271-0.412 0.375-0.672 0.032-0.089 0.073-0.172 0.125-0.251 0.047 0 0.073 0.36 0.057 0.756-0.011 0.135-0.011 0.265 0 0.396 0.057-0.032 0.115-0.068 0.167-0.109 0.052-0.048 0.115-0.084 0.177-0.115 0.068 0-0.084 1-0.193 1.291-0.047 0.105 0.048 0.052 0.256-0.156 0.115-0.115 0.208-0.187 0.208-0.167 0 0.084-0.188 0.781-0.255 0.953-0.063 0.151-0.131 0.292-0.209 0.432-0.129 0.235-0.233 0.48-0.317 0.729l-0.020 0.089 0.156-0.105c0.172-0.119 0.249-0.156 1.187-0.52 0.828-0.328 1.297-0.552 1.485-0.719 0.197-0.177 0.312-0.396 0.312-0.615v-0.167l-0.093 0.125c-0.177 0.244-0.595 0.588-0.98 0.817l-0.129 0.073 0.099-0.111c0.427-0.468 0.719-1.113 0.719-1.604 0-0.176-0.047-0.432-0.104-0.567-0.041-0.1-0.041-0.1-0.276 0.484-0.276 0.672-0.537 1.208-0.708 1.468-0.261 0.381-0.647 0.724-0.881 0.781-0.077 0.021-0.083 0.016-0.057-0.036 0.057-0.104 0.131-0.427 0.167-0.713 0.016-0.151 0.037-0.896 0.048-1.651 0.020-1.349 0.041-1.709 0.124-2.068 0.043-0.177 0.043-0.183-0.093-0.547-0.068-0.177-0.145-0.36-0.224-0.537-0.088-0.176-0.287-0.453-0.328-0.453-0.011 0-0.093 0.163-0.183 0.36l-0.161 0.355-0.016-0.303c-0.009-0.24-0.025-0.317-0.083-0.396-0.161-0.203-0.36-0.375-0.584-0.511-0.307-0.187-0.629-0.348-0.957-0.484-0.079-0.021-0.079-0.021-0.057 0.151 0.015 0.095 0.031 0.209 0.041 0.251 0.021 0.073 0.016 0.073-0.104 0.052-0.208-0.041-0.401-0.151-0.541-0.312-0.084-0.089-0.157-0.152-0.167-0.147 0.015 0.104 0.041 0.204 0.083 0.303 0.047 0.156 0.088 0.292 0.079 0.296-0.021 0.021-0.245-0.061-0.339-0.129-0.099-0.099-0.183-0.213-0.251-0.333-0.077-0.136-0.177-0.265-0.292-0.38-0.208-0.177-0.301-0.204-1.291-0.303-0.208-0.016-0.412-0.068-0.599-0.145-0.053-0.021-0.048 0 0.020 0.151 0.041 0.093 0.089 0.224 0.099 0.287l0.021 0.115-0.14-0.032c-0.215-0.036-0.475-0.14-0.715-0.287-0.208-0.124-0.224-0.129-0.599-0.156-0.437-0.025-0.875 0-1.307 0.089l-0.24 0.057 0.24 0.025c0.323 0.037 0.599 0.125 0.771 0.251 0.135 0.099 0.249 0.213 0.249 0.255 0 0.011-0.249 0.027-0.563 0.036-0.9 0.021-1.468 0.167-2.271 0.563-0.4 0.204-1.5 0.912-1.771 1.147-0.161 0.135-0.453 0.52-0.453 0.593 0 0.041 0.063 0.073 0.235 0.12 1.292 0.369 2.104 1.312 2.26 2.625 0.12 0.947 0.1 1.531-0.057 2.161-0.244 0.968-0.875 1.9-1.583 2.339-0.26 0.161-0.797 0.369-0.959 0.369h-0.093l0.167-0.183c0.385-0.421 0.667-0.959 0.855-1.64 0.109-0.38 0.119-0.781 0.025-1.084-0.063-0.219-0.083-0.224-0.145-0.025-0.084 0.249-0.199 0.489-0.339 0.719-0.068 0.099-0.516 0.572-1.021 1.077-1.151 1.141-1.629 1.735-2.077 2.557-0.365 0.683-0.605 1.417-0.724 2.183-0.063 0.527-0.048 1.421 0.031 1.421 0.011 0 0.125-0.047 0.251-0.109zM22.26 11.787c0.828-0.276 1.475-0.579 2.016-0.937 0.391-0.261 0.907-0.767 1.197-1.177 0.287-0.407 0.704-1.287 0.636-1.349-0.036-0.036-0.599 0.177-0.787 0.297-0.203 0.129-0.328 0.229-0.932 0.749-0.593 0.511-0.713 0.595-1.016 0.74-0.317 0.156-0.511 0.172-0.713 0.052-0.047-0.021-0.088-0.052-0.131-0.088 0-0.011 0.063-0.052 0.131-0.095 0.141-0.088 0.407-0.343 0.38-0.369-0.145 0.057-0.281 0.125-0.411 0.208-1.084 0.62-1.652 1.136-1.745 1.589-0.025 0.129 0.005 0.135 0.349 0.020 0.839-0.271 1.828-0.791 3.077-1.615 0.365-0.239 0.543-0.339 0.704-0.385 0.072-0.025 0.151-0.041 0.235-0.047 0.036 0.041-0.365 0.5-0.688 0.792-0.808 0.724-1.547 1.208-2.396 1.583-0.213 0.095-0.369 0.172-0.355 0.172 0.021 0 0.219-0.063 0.448-0.14zM23.448 6.735c0.344-0.511 0.448-0.896 0.495-1.771 0.041-0.828 0.131-1.319 0.355-1.959 0.052-0.156 0.088-0.281 0.077-0.292-0.031-0.031-0.353 0.391-0.463 0.615-0.324 0.651-0.573 1.792-0.693 3.145-0.025 0.297-0.047 0.553-0.047 0.568 0 0.057 0.135-0.093 0.276-0.307z\"/>\n</svg>\n</li><li title=\"cib apache spark \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M14.417 0c-0.568 0.016-1.125 0.286-1.594 0.807-0.26 0.292-0.479 0.615-0.661 0.964-0.469 0.885-0.563 1.885-0.74 2.854-0.328 1.818-0.651 3.635-0.969 5.453-0.036 0.214-0.125 0.302-0.323 0.359-2.359 0.745-4.719 1.484-7.063 2.25-0.516 0.167-1.031 0.385-1.484 0.672-1.391 0.885-1.599 2.339-0.557 3.615 0.464 0.563 1.057 0.953 1.714 1.245 1.469 0.656 2.938 1.302 4.401 1.964 0.026 0.010 0.047 0.016 0.068 0.026h-0.005l1.745 0.714c0 0.031 0 0.057 0 0.094-0.266 2.708-0.521 5.417-0.776 8.13-0.052 0.557-0.016 1.104 0.182 1.641 0.422 1.156 1.417 1.526 2.505 0.932 0.495-0.271 0.891-0.661 1.25-1.089 1.828-2.167 3.661-4.328 5.484-6.5 0.146-0.177 0.271-0.198 0.484-0.13 0.464 0.156 0.927 0.307 1.391 0.464h0.005c0.026 0.016 0.057 0.026 0.094 0.042l0.193 0.057c1.661 0.552 3.573 1.031 5.234 1.583 0.536 0.177 0.833 0.219 1.396 0.13 0.417-0.063 0.792-0.083 1.104-0.313 0.802-0.443 1.328-1.276 1.318-2.245-0.005-0.568-0.208-1.083-0.469-1.578-1.094-2.078-2.182-4.151-3.281-6.224-0.104-0.198-0.099-0.323 0.052-0.5 1.839-2.151 3.672-4.313 5.51-6.474 0.359-0.427 0.682-0.875 0.87-1.411 0.411-1.167-0.12-2.094-1.333-2.318-0.547-0.094-1.109-0.063-1.646 0.089-2.635 0.698-5.266 1.391-7.891 2.094-0.234 0.063-0.349 0.021-0.474-0.193-1.063-1.792-2.141-3.578-3.229-5.354-0.245-0.411-0.536-0.792-0.87-1.135-0.495-0.49-1.068-0.729-1.635-0.714zM14.646 4.938c0.104 0.073 0.193 0.167 0.25 0.281 1.161 1.927 2.323 3.854 3.479 5.786 0.094 0.156 0.182 0.208 0.37 0.156 2.036-0.542 4.068-1.083 6.104-1.62 0.49-0.13 0.979-0.255 1.474-0.385-0.021 0.099-0.068 0.193-0.135 0.266-1.677 1.974-3.354 3.948-5.036 5.917-0.146 0.177-0.161 0.297-0.057 0.495 1.25 2.406 2.359 4.411 3.333 6.349l-4.927-1.359c-0.719-0.24-1.438-0.479-2.156-0.719-0.214-0.073-0.333-0.042-0.479 0.13-1.661 1.984-3.339 3.964-5.010 5.943-0.063 0.078-0.146 0.141-0.24 0.172 0.047-0.5 0.089-1.005 0.135-1.51 0.203-2.099 0.396-4.193 0.604-6.292-0.042-0.422 0.156-0.536-0.432-0.724-1.99-0.792-4.458-1.76-6.417-2.542 0.089-0.083 0.198-0.146 0.318-0.177 2.396-0.76 4.792-1.521 7.193-2.276 0.167-0.052 0.266-0.12 0.281-0.307 0.016-0.198 0.068-0.396 0.099-0.589 0.323-1.818 0.646-3.635 0.969-5.453 0.094-0.516 0.188-1.026 0.281-1.542z\"/>\n</svg>\n</li><li title=\"cib apache \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M21.099 0c-0.187 0-0.375 0.052-0.536 0.151-0.5 0.297-1.333 1.136-2.328 2.355l-0.208 0.255c-0.267 0.328-0.543 0.683-0.824 1.057-0.952 1.276-1.848 2.599-2.687 3.959l-0.027 0.047-0.063 0.099c-0.817 1.333-1.577 2.709-2.276 4.109-0.552 1.109-1.041 2.245-1.468 3.407-0.12 0.333-0.229 0.656-0.333 0.969-0.084 0.265-0.161 0.531-0.235 0.796-0.177 0.62-0.333 1.245-0.459 1.865l-0.016 0.083c-0.151 0.745-0.249 1.495-0.312 2.256l-0.005 0.077c-0.369-0.599-1.369-1.181-1.369-1.177 0.719 1.037 1.26 2.068 1.339 3.079-0.38 0.079-0.907-0.036-1.516-0.26 0.636 0.583 1.109 0.744 1.292 0.787-0.579 0.036-1.183 0.437-1.792 0.895 0.891-0.364 1.609-0.509 2.125-0.391-0.875 2.505-1.699 5.037-2.459 7.584 0.235-0.068 0.417-0.245 0.484-0.473 0.152-0.491 1.12-3.715 2.641-7.953l0.129-0.365 0.037-0.099c0.161-0.443 0.328-0.896 0.5-1.36l0.115-0.317 0.005-0.005c0.156-0.421 0.317-0.853 0.484-1.287l0.073-0.181 0.067-0.183 0.057-0.136-0.057 0.141-0.067 0.177-0.073 0.181c-0.167 0.433-0.328 0.865-0.484 1.287l0.14 0.276 0.125-0.015 0.016-0.037c0.203-0.557 0.4-1.099 0.604-1.624l0.005-0.021c-0.209 0.547-0.412 1.099-0.609 1.645l-0.016 0.037-0.089 0.244c-0.156 0.432-0.317 0.875-0.473 1.323l-0.005 0.021-0.068 0.193c-0.109 0.301-0.203 0.577-0.411 1.197 0.348 0.161 0.629 0.584 0.896 1.057-0.027-0.505-0.251-0.975-0.62-1.317 1.729 0.077 3.219-0.36 3.989-1.62 0.068-0.115 0.131-0.235 0.188-0.36-0.349 0.443-0.787 0.631-1.605 0.584 1.204-0.537 1.808-1.052 2.339-1.912 0.136-0.213 0.261-0.437 0.376-0.667-1.052 1.079-2.267 1.385-3.553 1.152l-0.056-0.011c1.151-0.141 2.681-1 3.671-2.063 0.453-0.489 0.871-1.068 1.251-1.74 0.287-0.505 0.552-1.063 0.807-1.677 0.224-0.541 0.439-1.124 0.641-1.755-0.339 0.172-0.703 0.287-1.079 0.344-0.063 0.011-0.124 0.020-0.181 0.031l0.004-0.005c0.057-0.005 0.12-0.015 0.177-0.025s0.12-0.021 0.177-0.037l-0.177 0.037-0.177 0.025c1.073-0.411 1.745-1.208 2.235-2.181-0.391 0.271-0.828 0.457-1.287 0.567-0.077 0.016-0.151 0.032-0.228 0.043l-0.057 0.004h0.009l0.048-0.004c0.067-0.016 0.135-0.027 0.208-0.043l0.015-0.005-0.020 0.005-0.256 0.047c0.371-0.156 0.683-0.333 0.953-0.536 0.199-0.156 0.385-0.328 0.547-0.521 0.109-0.124 0.209-0.265 0.303-0.411l0.084-0.141 0.104-0.203c0.181-0.369 0.348-0.749 0.489-1.135l0.041-0.115c0.036-0.115 0.073-0.219 0.093-0.308 0.037-0.131 0.057-0.235 0.073-0.312-0.041 0.031-0.083 0.063-0.125 0.083-0.328 0.199-0.88 0.371-1.328 0.453l-0.135 0.016-3.021 0.333-0.016 0.031-0.104 0.213-0.312 0.652c0.104-0.224 0.208-0.443 0.312-0.652l0.104-0.213c0.005-0.011 0.011-0.020 0.016-0.031l-0.115 0.011-0.088-0.177c-0.172 0.339-0.339 0.677-0.505 1.016l-0.271 0.567c-0.505 1.063-0.989 2.131-1.453 3.209-0.5 1.151-0.98 2.307-1.443 3.468l0.115-0.287c0.427-1.068 0.869-2.129 1.328-3.181 0.464-1.079 0.948-2.152 1.453-3.209l0.271-0.567c0.161-0.324 0.317-0.647 0.479-0.964l0.027-0.052c0.255-0.505 0.511-1 0.771-1.489 0.281-0.516 0.563-1.027 0.844-1.521 0.291-0.5 0.588-1 0.896-1.489l0.057-0.089c0.296-0.468 0.599-0.927 0.9-1.359 0.615-0.891 1.292-1.74 2.032-2.532l-0.079 0.084c-0.213 0.235-0.859 0.984-1.833 2.484 0.937-0.047 2.38-0.239 3.552-0.443 0.355-1.959-0.339-2.853-0.339-2.853s-0.593-0.959-1.38-0.969zM18.907 10.011c0.88-0.407 1.271-0.771 1.656-1.303 0.099-0.145 0.203-0.296 0.301-0.457 0.313-0.485 0.615-1.016 0.885-1.548 0.267-0.515 0.496-1.020 0.672-1.479 0.105-0.26 0.193-0.531 0.272-0.803 0.052-0.208 0.099-0.405 0.129-0.599-1.177 0.204-2.62 0.396-3.557 0.437-0.323 0.495-0.629 0.995-0.927 1.5-0.271 0.459-0.563 0.964-0.869 1.516-0.552 1.005-1.084 2.031-1.589 3.063l3.021-0.328zM23.74 2.932v0.089h0.208v0.583h0.099v-0.583h0.208v-0.089zM24.36 2.932v0.672h0.088v-0.531l0.229 0.463h0.063l0.229-0.463v0.531h0.083v-0.672h-0.115l-0.229 0.469-0.235-0.469zM19.016 10l-0.136 0.021 0.136-0.027zM18.896 10.016h-0.011zM15.24 11.672l-0.141 0.301-0.177 0.381c-0.421 0.921-0.833 1.848-1.228 2.781-0.459 1.083-0.901 2.167-1.329 3.26-0.197 0.505-0.4 1.020-0.599 1.552l-0.011 0.021c0.959-2.579 2.011-5.12 3.167-7.615l0.177-0.381z\"/>\n</svg>\n</li><li title=\"cib app store ios \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M27 2h-22c-1.656 0-3 1.344-3 3v22c0 1.656 1.344 3 3 3h22c1.656 0 3-1.344 3-3v-22c0-1.656-1.344-3-3-3zM9.938 24.031c-0.344 0.6-1.113 0.8-1.706 0.456-0.6-0.344-0.8-1.113-0.456-1.706l0.894-1.544c1.006-0.306 1.831-0.069 2.475 0.712zM18.619 20.663h-11.369c-0.688 0-1.25-0.563-1.25-1.25s0.563-1.25 1.25-1.25h3.188l4.087-7.075-1.281-2.212c-0.344-0.6-0.137-1.363 0.456-1.706 0.6-0.344 1.363-0.137 1.706 0.456l0.556 0.962 0.556-0.962c0.344-0.6 1.113-0.8 1.706-0.456 0.6 0.344 0.8 1.113 0.456 1.706l-5.362 9.288h3.881c1.262 0 1.969 1.481 1.419 2.5zM24.75 20.663h-1.813l1.225 2.119c0.344 0.6 0.137 1.363-0.456 1.706-0.6 0.344-1.363 0.137-1.706-0.456-2.056-3.556-3.594-6.231-4.625-8.006-1.044-1.813-0.3-3.625 0.444-4.237 0.819 1.419 2.044 3.544 3.681 6.375h3.25c0.688 0 1.25 0.563 1.25 1.25 0 0.694-0.563 1.25-1.25 1.25z\"/>\n</svg>\n</li><li title=\"cib app store \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M15.994 7.556l0.569-0.981c0.35-0.613 1.131-0.819 1.744-0.469s0.819 1.131 0.469 1.744l-5.469 9.469h3.956c1.281 0 2 1.506 1.444 2.55h-11.594c-0.706 0-1.275-0.569-1.275-1.275s0.569-1.275 1.275-1.275h3.25l4.162-7.213-1.3-2.256c-0.35-0.613-0.144-1.388 0.469-1.744 0.612-0.35 1.387-0.144 1.744 0.469zM11.075 21.181l-1.225 2.125c-0.35 0.613-1.131 0.819-1.744 0.469s-0.819-1.131-0.469-1.744l0.913-1.575c1.025-0.319 1.863-0.075 2.525 0.725zM21.631 17.325h3.319c0.706 0 1.275 0.569 1.275 1.275s-0.569 1.275-1.275 1.275h-1.844l1.244 2.156c0.35 0.613 0.143 1.387-0.469 1.744-0.613 0.35-1.388 0.144-1.744-0.469-2.094-3.631-3.669-6.35-4.712-8.162-1.069-1.844-0.306-3.694 0.45-4.319 0.837 1.438 2.087 3.606 3.756 6.5zM16 0.5c-8.563 0-15.5 6.938-15.5 15.5s6.938 15.5 15.5 15.5c8.563 0 15.5-6.938 15.5-15.5s-6.938-15.5-15.5-15.5zM29.5 16c0 7.419-6.006 13.5-13.5 13.5-7.419 0-13.5-6.006-13.5-13.5 0-7.419 6.006-13.5 13.5-13.5 7.419 0 13.5 6.006 13.5 13.5z\"/>\n</svg>\n</li><li title=\"cib apple music \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M31.995 8.167c0-0.984-0.083-1.964-0.318-2.922-0.422-1.745-1.417-3.078-2.906-4.057-0.766-0.5-1.609-0.807-2.505-0.969-0.688-0.125-1.385-0.182-2.083-0.198-0.052-0.005-0.109-0.016-0.167-0.021h-16.031c-0.203 0.016-0.406 0.026-0.609 0.036-0.995 0.057-1.984 0.161-2.922 0.536-1.781 0.703-3.068 1.932-3.818 3.703-0.26 0.599-0.391 1.234-0.484 1.88-0.078 0.521-0.12 1.047-0.135 1.573 0 0.042-0.010 0.083-0.010 0.125v16.297c0.010 0.188 0.021 0.375 0.031 0.563 0.068 1.089 0.208 2.167 0.667 3.167 0.865 1.891 2.318 3.135 4.313 3.734 0.557 0.172 1.141 0.25 1.724 0.302 0.74 0.073 1.479 0.083 2.219 0.083h14.708c0.698 0 1.396-0.047 2.094-0.135 1.099-0.141 2.13-0.464 3.063-1.078 1.12-0.74 1.964-1.719 2.505-2.943 0.25-0.563 0.391-1.161 0.495-1.766 0.151-0.901 0.182-1.813 0.182-2.724-0.005-5.063 0-10.125-0.005-15.188zM23.432 13.484v7.615c0 0.557-0.078 1.104-0.328 1.609-0.385 0.786-1.010 1.281-1.849 1.521-0.464 0.135-0.943 0.208-1.427 0.229-1.266 0.063-2.365-0.797-2.589-2.047-0.193-1.031 0.302-2.167 1.385-2.698 0.427-0.208 0.891-0.333 1.354-0.427 0.505-0.109 1.010-0.208 1.51-0.323 0.37-0.083 0.609-0.307 0.682-0.688 0.021-0.083 0.026-0.172 0.026-0.255 0-2.422 0-4.844 0-7.26 0-0.083-0.016-0.167-0.036-0.245-0.052-0.203-0.198-0.323-0.406-0.313-0.214 0.010-0.422 0.047-0.63 0.089-1.016 0.198-2.031 0.401-3.042 0.609l-4.932 0.995c-0.021 0.005-0.047 0.016-0.068 0.016-0.37 0.104-0.5 0.271-0.516 0.656-0.005 0.057 0 0.115 0 0.172-0.005 3.469 0 6.938-0.005 10.406 0 0.563-0.063 1.115-0.286 1.635-0.37 0.854-1.026 1.391-1.911 1.646-0.469 0.135-0.948 0.214-1.438 0.229-1.276 0.047-2.339-0.802-2.557-2.057-0.188-1.083 0.307-2.25 1.536-2.771 0.479-0.198 0.974-0.307 1.479-0.411 0.38-0.078 0.766-0.156 1.146-0.234 0.51-0.109 0.776-0.432 0.802-0.953v-0.198c0-3.948 0-7.896 0-11.844 0-0.167 0.021-0.333 0.057-0.495 0.094-0.38 0.365-0.599 0.729-0.688 0.339-0.089 0.688-0.151 1.031-0.224 0.979-0.198 1.953-0.396 2.932-0.589l3.026-0.615c0.896-0.177 1.786-0.359 2.682-0.536 0.292-0.057 0.589-0.12 0.885-0.141 0.411-0.036 0.698 0.224 0.74 0.641 0.010 0.099 0.016 0.198 0.016 0.297 0 2.547 0 5.094 0 7.641z\"/>\n</svg>\n</li><li title=\"cib apple pay \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M5.849 11.047c-0.376 0.448-0.975 0.803-1.573 0.751-0.079-0.604 0.219-1.251 0.563-1.652 0.375-0.457 1.031-0.785 1.563-0.812 0.063 0.631-0.183 1.251-0.552 1.713zM6.396 11.917c-0.869-0.053-1.615 0.499-2.027 0.499-0.421 0-1.052-0.473-1.739-0.457-0.891 0.011-1.724 0.52-2.177 1.339-0.943 1.629-0.245 4.041 0.661 5.369 0.443 0.656 0.973 1.375 1.672 1.355 0.661-0.027 0.927-0.437 1.724-0.437 0.807 0 1.036 0.437 1.74 0.421 0.723-0.011 1.181-0.656 1.624-1.312 0.505-0.745 0.713-1.475 0.724-1.511-0.011-0.016-1.401-0.552-1.411-2.167-0.011-1.355 1.093-2 1.14-2.037-0.62-0.937-1.599-1.036-1.932-1.061zM11.412 10.083v9.855h1.515v-3.369h2.095c1.911 0 3.255-1.328 3.255-3.245 0-1.921-1.317-3.24-3.203-3.24zM12.927 11.375h1.745c1.312 0 2.063 0.708 2.063 1.953s-0.751 1.959-2.073 1.959h-1.735zM21.036 20.011c0.953 0 1.833-0.484 2.235-1.256h0.032v1.183h1.4v-4.907c0-1.416-1.124-2.337-2.859-2.337-1.604 0-2.792 0.932-2.833 2.208h1.359c0.115-0.609 0.667-1.005 1.433-1.005 0.927 0 1.443 0.437 1.443 1.24v0.541l-1.885 0.115c-1.761 0.109-2.709 0.833-2.709 2.099 0 1.276 0.98 2.12 2.385 2.12zM21.448 18.844c-0.808 0-1.323-0.391-1.323-0.989 0-0.62 0.495-0.985 1.437-1.043l1.683-0.104v0.557c0 0.923-0.776 1.579-1.803 1.579zM26.573 22.62c1.473 0 2.167-0.573 2.771-2.297l2.656-7.531h-1.536l-1.781 5.817h-0.032l-1.781-5.817h-1.583l2.563 7.172-0.136 0.437c-0.235 0.735-0.609 1.020-1.276 1.020-0.12 0-0.349-0.015-0.443-0.025v1.183c0.088 0.025 0.464 0.036 0.573 0.036z\"/>\n</svg>\n</li><li title=\"cib apple podcasts \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M7.12 0c-3.937-0.011-7.131 3.183-7.12 7.12v17.76c-0.011 3.937 3.183 7.131 7.12 7.12h17.76c3.937 0.011 7.131-3.183 7.12-7.12v-17.76c0.011-3.937-3.183-7.131-7.12-7.12zM15.817 3.421c3.115 0 5.932 1.204 8.079 3.453 1.631 1.693 2.547 3.489 3.016 5.855 0.161 0.787 0.161 2.932 0.009 3.817-0.5 2.817-2.041 5.339-4.317 7.063-0.812 0.615-2.797 1.683-3.115 1.683-0.12 0-0.129-0.12-0.077-0.615 0.099-0.792 0.192-0.953 0.64-1.141 0.713-0.296 1.932-1.167 2.677-1.911 1.301-1.303 2.229-2.932 2.677-4.719 0.281-1.1 0.244-3.543-0.063-4.672-0.969-3.595-3.907-6.385-7.5-7.136-1.041-0.213-2.943-0.213-4 0-3.636 0.751-6.647 3.683-7.563 7.371-0.245 1.004-0.245 3.448 0 4.448 0.609 2.443 2.188 4.681 4.255 6.015 0.407 0.271 0.896 0.547 1.1 0.631 0.447 0.192 0.547 0.355 0.629 1.14 0.052 0.485 0.041 0.62-0.072 0.62-0.073 0-0.62-0.235-1.199-0.511l-0.052-0.041c-3.297-1.62-5.407-4.364-6.177-8.016-0.187-0.943-0.224-3.187-0.036-4.052 0.479-2.323 1.396-4.135 2.921-5.739 2.199-2.319 5.027-3.543 8.172-3.543zM16 7.172c0.541 0.005 1.068 0.052 1.473 0.14 3.715 0.828 6.344 4.543 5.833 8.229-0.203 1.489-0.713 2.709-1.619 3.844-0.448 0.573-1.537 1.532-1.729 1.532-0.032 0-0.063-0.365-0.063-0.803v-0.808l0.552-0.661c2.093-2.505 1.943-6.005-0.339-8.296-0.885-0.896-1.912-1.423-3.235-1.661-0.853-0.161-1.031-0.161-1.927-0.011-1.364 0.219-2.417 0.744-3.355 1.672-2.291 2.271-2.443 5.791-0.348 8.296l0.552 0.661v0.813c0 0.448-0.037 0.807-0.084 0.807-0.036 0-0.349-0.213-0.683-0.479l-0.047-0.016c-1.109-0.885-2.088-2.453-2.495-3.995-0.244-0.932-0.244-2.697 0.011-3.625 0.672-2.505 2.521-4.448 5.079-5.359 0.547-0.193 1.509-0.297 2.416-0.281zM15.823 11.156c0.417 0 0.828 0.084 1.131 0.24 0.645 0.339 1.183 0.989 1.385 1.677 0.62 2.104-1.609 3.948-3.631 3.005h-0.015c-0.953-0.443-1.464-1.276-1.475-2.36 0-0.979 0.541-1.828 1.484-2.328 0.297-0.156 0.709-0.235 1.125-0.235zM15.812 17.464c1.319-0.005 2.271 0.463 2.625 1.291 0.265 0.62 0.167 2.573-0.292 5.735-0.307 2.208-0.479 2.765-0.905 3.141-0.589 0.52-1.417 0.667-2.209 0.385h-0.004c-0.953-0.344-1.157-0.808-1.553-3.527-0.452-3.161-0.552-5.115-0.285-5.735 0.348-0.823 1.296-1.285 2.624-1.291z\"/>\n</svg>\n</li><li title=\"cib apple \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M9.438 31.401c-0.63-0.422-1.193-0.938-1.656-1.536-0.516-0.615-0.984-1.266-1.422-1.938-1.021-1.495-1.818-3.125-2.375-4.849-0.667-2-0.99-3.917-0.99-5.792 0-2.094 0.453-3.922 1.339-5.458 0.651-1.198 1.625-2.203 2.797-2.906 1.135-0.708 2.453-1.094 3.786-1.12 0.469 0 0.974 0.068 1.51 0.198 0.385 0.109 0.854 0.281 1.427 0.495 0.729 0.281 1.13 0.453 1.266 0.495 0.427 0.156 0.786 0.224 1.068 0.224 0.214 0 0.516-0.068 0.859-0.172 0.193-0.068 0.557-0.188 1.078-0.411 0.516-0.188 0.922-0.349 1.245-0.469 0.495-0.146 0.974-0.281 1.401-0.349 0.521-0.078 1.036-0.104 1.531-0.063 0.948 0.063 1.813 0.266 2.589 0.557 1.359 0.547 2.458 1.401 3.276 2.615-0.349 0.214-0.667 0.458-0.969 0.734-0.651 0.573-1.198 1.25-1.641 2.005-0.573 1.026-0.865 2.188-0.859 3.359 0.021 1.443 0.391 2.714 1.12 3.813 0.521 0.802 1.208 1.484 2.047 2.047 0.417 0.281 0.776 0.474 1.12 0.604-0.161 0.5-0.333 0.984-0.536 1.464-0.464 1.078-1.016 2.109-1.667 3.083-0.578 0.839-1.031 1.464-1.375 1.88-0.536 0.635-1.052 1.12-1.573 1.458-0.573 0.38-1.25 0.583-1.938 0.583-0.469 0.021-0.932-0.042-1.38-0.167-0.385-0.13-0.766-0.271-1.141-0.432-0.391-0.177-0.792-0.333-1.203-0.453-0.51-0.135-1.031-0.198-1.552-0.198-0.536 0-1.057 0.068-1.547 0.193-0.417 0.12-0.818 0.26-1.214 0.432-0.557 0.234-0.927 0.391-1.141 0.458-0.427 0.125-0.87 0.203-1.318 0.229-0.693 0-1.339-0.198-1.979-0.599zM18.578 6.786c-0.906 0.453-1.771 0.646-2.63 0.583-0.135-0.865 0-1.75 0.359-2.719 0.318-0.828 0.745-1.573 1.333-2.24 0.609-0.693 1.344-1.266 2.172-1.677 0.88-0.453 1.719-0.698 2.521-0.734 0.104 0.906 0 1.797-0.333 2.76-0.307 0.854-0.76 1.641-1.333 2.344-0.583 0.693-1.302 1.266-2.115 1.682z\"/>\n</svg>\n</li><li title=\"cib appveyor \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16 0c8.803 0 16 7.197 16 16s-7.197 16-16 16c-8.803 0-16-7.197-16-16s7.197-16 16-16zM19.921 19.12c1.761-2.24 1.516-5.437-0.724-7.12-2.156-1.683-5.359-1.281-7.197 0.959-1.76 2.239-1.521 5.443 0.719 7.12 2.24 1.681 5.443 1.281 7.203-0.959zM11.36 29.521c0.957 0.4 3.041 0.796 4.077 0.796l6.964-10.077c2.239-3.36 1.677-7.923-1.443-10.401-2.797-2.24-6.719-2.156-9.521 0l-9.677 7.443c0.24 2.557 0.959 3.839 0.959 3.916l5.521-6c-0.401 2.641 0.563 5.365 2.801 7.043 1.917 1.52 4.24 1.921 6.48 1.443z\"/>\n</svg>\n</li><li title=\"cib aral \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M7.193 13.36l-0.641 2.613h1.317zM12.38 13.469v1.583c0.735-0.005 1.276 0.041 1.641-0.041 0.359-0.084 0.536-0.292 0.536-0.792 0-0.448-0.161-0.625-0.516-0.697-0.348-0.073-0.896-0.037-1.661-0.052zM19.479 13.364l-0.635 2.615h1.317zM15.995 0l-15.995 15.995 16.005 16.005 15.995-15.995zM7.193 11.86c0.484 0 0.807 0.156 1.031 0.395 0.224 0.24 0.355 0.563 0.469 0.891l1.427 4.281c0 0 0.177 0.371 0.187 0.761 0.016 0.385-0.135 0.796-0.796 0.885-0.475-0.073-0.713-0.209-0.875-0.469-0.167-0.255-0.251-0.64-0.407-1.208h-2.036c-0.199 0.62-0.261 1.005-0.391 1.249-0.136 0.251-0.339 0.355-0.824 0.428-0.676-0.073-0.848-0.495-0.848-0.896s0.172-0.781 0.172-0.781l1.353-4.203c0.104-0.329 0.235-0.663 0.464-0.912 0.229-0.251 0.563-0.421 1.073-0.421zM19.448 11.864c0.484 0 0.807 0.157 1.031 0.391 0.224 0.24 0.355 0.563 0.469 0.896l1.427 4.281c0 0 0.177 0.371 0.193 0.756s-0.141 0.796-0.803 0.891c-0.473-0.073-0.713-0.209-0.875-0.469s-0.251-0.64-0.412-1.213h-2.031c-0.197 0.625-0.255 1.011-0.391 1.255-0.136 0.245-0.344 0.349-0.823 0.423-0.677-0.073-0.849-0.489-0.849-0.891s0.172-0.787 0.172-0.787l1.355-4.203c0.099-0.313 0.228-0.647 0.457-0.896 0.229-0.256 0.563-0.433 1.079-0.433zM23.907 11.864c0.411 0 0.645 0.157 0.776 0.391 0.124 0.235 0.156 0.557 0.156 0.896v4.276c0.287 0.005 1.635 0 1.635 0 0.391 0 0.709 0.027 0.928 0.141s0.339 0.317 0.328 0.672c-0.016 0.479-0.245 0.687-0.541 0.776-0.303 0.088-0.683 0.052-0.995 0.052h-2.355c-0.5 0-0.713-0.219-0.808-0.584-0.088-0.359-0.052-0.859-0.052-1.411v-3.923c-0.015-0.339 0.027-0.661 0.167-0.9 0.147-0.235 0.385-0.387 0.761-0.387zM12.38 12.005h1.464c0.339 0 0.683 0 1.020 0.115 0.349 0.115 0.699 0.344 1.053 0.812 0.369 0.505 0.463 1.245 0.291 1.885-0.167 0.647-0.604 1.188-1.291 1.297 0.244 0.464 1.067 1.708 1.067 1.708s0.089 0.147 0.104 0.355c0.016 0.208-0.036 0.473-0.333 0.719-0.515 0.197-0.843 0.14-1.036 0.041-0.197-0.104-0.265-0.255-0.265-0.255s-0.751-1.287-1.213-2.177h-0.86v1.781c0 0 0.016 0.203-0.083 0.407-0.104 0.203-0.319 0.395-0.771 0.38-0.439 0-0.652-0.209-0.761-0.412-0.104-0.203-0.099-0.407-0.099-0.407v-5.109c0-0.443 0.011-0.729 0.229-0.905 0.219-0.172 0.645-0.235 1.484-0.235z\"/>\n</svg>\n</li><li title=\"cib arch linux \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M15.188 0.807c-1.354 3.313-2.167 5.484-3.672 8.703 0.922 0.979 2.057 2.12 3.896 3.406-1.979-0.818-3.328-1.635-4.339-2.484-1.927 4.026-4.948 9.75-11.073 20.76 4.818-2.781 8.547-4.495 12.026-5.151-0.146-0.641-0.234-1.333-0.229-2.063l0.005-0.151c0.078-3.089 1.682-5.458 3.583-5.297s3.38 2.792 3.307 5.88c-0.016 0.578-0.083 1.135-0.198 1.656 3.443 0.672 7.135 2.38 11.885 5.125-0.938-1.724-1.771-3.281-2.573-4.76-1.255-0.974-2.568-2.245-5.24-3.62 1.839 0.479 3.151 1.031 4.177 1.646-8.12-15.109-8.771-17.12-11.557-23.651zM30.531 28.479v-0.828h-0.313v-0.115h0.75v0.115h-0.313v0.828h-0.125zM31.099 28.479v-0.943h0.188l0.224 0.667c0.021 0.063 0.036 0.109 0.042 0.141 0.010-0.031 0.031-0.083 0.052-0.151l0.224-0.656h0.172v0.943h-0.12v-0.792l-0.276 0.792h-0.115l-0.271-0.802v0.802h-0.12z\"/>\n</svg>\n</li><li title=\"cib archive of our own \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M24.557 13.177c-0.917 1.489-2.432 2.296-3.989 2.473-5.636 0.647-8.063-5.531-4.625-8.968 3.084-3.084 9.443-1.204 9.344 3.864-0.016 0.813-0.224 1.808-0.729 2.631zM15.943 10.473c0.193 4.792 6.355 4.907 7.584 1.401 1.088-3.093-1.496-5.593-4.256-5.192-2.025 0.291-3.401 1.88-3.328 3.791zM30.828 8.005c0.38-0.177 0.932-0.552 1.12-0.328 0.281 0.333-0.615 0.629-1 0.885-1.224 0.797-2.308 1.635-3.303 2.729-1.276 1.411-2.593 3.172-3.4 5.093 0.828 0.041 4.031 0.208 4.801 1.975 0.62 1.416-0.516 2.875-1.76 3.5 0.885 0.552 2.411 1.26 2.328 2.531-0.213 3.125-4.927 2.989-6.907 0.927-0.323-0.385-0.473-0.64-0.333-0.771 0.204-0.177 0.437 0.251 0.901 0.636 0.303 0.249 0.505 0.333 0.765 0.473 1.735 0.912 4.448 0.537 4.636-1.057 0.083-0.739-0.885-1.276-1.625-1.604-0.661-0.301-2.016-0.516-1.989-1.271 0.025-0.74 0.697-0.599 1.375-0.864 0.735-0.292 1.339-1.204 1.333-1.491-0.005-1.208-2.744-1.181-4.292-1.229-0.364 0.813-0.629 1.636-0.921 2.881-0.188 0.776-0.203 2.525-1 2.703-0.979 0.219-1.349-0.636-1.937-1.317-0.792-0.923-1.917-2.188-2.589-2.969-4.047 1.339-7.192 2.792-11.009 4.953-1.751 0.989-2.751 2.12-3.391 1.803-0.532-0.256-0.453-0.844-0.199-1.183 0.527-0.693 1.235-1.631 1.86-2.516 0.801-1.131 1.405-2.224 1.833-3.26 0.921-2.251 1.64-6.292 1.963-7.813 0.12-0.547 0.417-0.463 0.433-0.197 0.036 0.563-0.319 2.729-0.385 3.177-0.584 3.708-1.032 5.88-2.683 8.468 2.927-1.812 6.407-4.025 10.125-5.276-3.781-4.343-7.781-8.457-13.344-11.052-0.855-0.484-2.235-0.588-2.235-0.916 0-0.36 1.041-0.079 1.391 0.011 3.177 0.796 6.421 2.853 8.803 4.593 2.859 2.088 6.285 5.287 7.572 6.776 0.875-0.303 3.047-0.609 4.928-0.661 1-2.109 3.4-5.36 6.385-7.261 0.547-0.348 1.119-0.791 1.749-1.077zM19.369 18.765c0.568 0.573 0.991 1.245 1.485 1.865 0.228-0.787 0.536-1.62 0.853-2.344-0.823 0.109-1.708 0.271-2.339 0.479z\"/>\n</svg>\n</li><li title=\"cib arduino \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M31.76 16c-0.077-4.251-3.588-7.636-7.839-7.563-0.391 0-0.801 0.032-1.203 0.068-3.359 0.495-5.599 2.907-6.839 4.76-1.265-1.853-3.52-4.265-6.853-4.76-0.401-0.036-0.797-0.068-1.199-0.068-4.249-0.063-7.749 3.317-7.828 7.563 0.079 4.245 3.579 7.625 7.828 7.563 0.401 0 0.797-0.032 1.224-0.084 3.36-0.479 5.599-2.891 6.855-4.744 1.265 1.853 3.505 4.265 6.853 4.76 0.412 0.036 0.803 0.068 1.213 0.068 4.229 0.041 7.709-3.333 7.787-7.563zM8.64 20.803c-0.265 0.052-0.572 0.052-0.837 0.052-2.767 0.057-5.057-2.12-5.136-4.881 0.088-2.765 2.385-4.943 5.145-4.88 0.267 0 0.563 0.027 0.839 0.052 3.161 0.469 5.095 3.563 5.751 4.828-0.667 1.267-2.599 4.401-5.751 4.829zM17.333 16c0.651-1.24 2.588-4.36 5.745-4.828 0.271-0.052 0.561-0.052 0.828-0.052 2.776-0.084 5.088 2.104 5.161 4.88-0.089 2.76-2.385 4.937-5.147 4.88-0.271 0-0.561-0.025-0.828-0.052-3.145-0.468-5.093-3.588-5.744-4.828zM5.615 16.787h4.719v-1.547h-4.708v1.547zM24.453 16.787h1.588v-1.547h-1.604v-1.589h-1.505v1.604h-1.599v1.532h1.599v1.573h1.537v-1.557zM32 9.412c0 0.4-0.292 0.681-0.708 0.681-0.38 0.016-0.699-0.287-0.704-0.667 0-0.375 0.319-0.692 0.704-0.692 0.416 0 0.708 0.292 0.708 0.677zM30.787 9.412c0 0.296 0.213 0.536 0.531 0.536 0.297 0 0.511-0.24 0.511-0.536 0-0.292-0.213-0.532-0.511-0.532-0.317-0.025-0.531 0.213-0.531 0.532zM31.188 9.76h-0.136v-0.692l0.265-0.016c0.12 0 0.188 0.016 0.245 0.041 0.052 0.027 0.077 0.079 0.077 0.147 0 0.077-0.052 0.135-0.145 0.145 0.068 0.027 0.093 0.084 0.12 0.177l0.036 0.172h-0.156c-0.025-0.027-0.025-0.095-0.057-0.172-0.025-0.068-0.052-0.093-0.145-0.093h-0.063l-0.032 0.291zM31.213 9.36h0.079c0.093 0 0.135-0.011 0.135-0.095 0-0.068-0.041-0.093-0.135-0.093h-0.095v0.188z\"/>\n</svg>\n</li><li title=\"cib artstation \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M0 23.63l2.703 4.672c0.552 1.094 1.667 1.781 2.885 1.781h17.943l-3.724-6.453zM32 23.661c0-0.641-0.193-1.245-0.516-1.75l-10.516-18.276c-0.557-1.057-1.656-1.719-2.854-1.719h-5.557l16.24 28.135 2.563-4.432c0.5-0.849 0.641-1.224 0.641-1.958zM17.161 19.047l-7.255-12.568-7.26 12.568z\"/>\n</svg>\n</li><li title=\"cib arxiv \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M27.599 20.536l-2.525-6.619h1.885l1.848 4.776 1.839-4.776h1.281l-2.557 6.619zM21.729 12.803v-1.496h1.787v1.496zM21.729 20.541v-6.624h1.787v6.619zM12.443 20.541l2.864-4.401-2.733-4.531h2.172l1.817 3.005 1.968-3.005h1.496l-2.729 4.208 2.839 4.713h-2.167l-1.933-3.197-2.072 3.197h-1.521zM7.984 20.541v-6.624h1.781v1.249c0.459-0.932 1.167-1.401 2.115-1.401 0.109 0 0.224 0.011 0.328 0.032v1.593c-0.224-0.084-0.463-0.131-0.703-0.136-0.719 0-1.292 0.355-1.74 1.068v4.219zM3.948 19.823c-0.593 0.579-1.229 0.871-1.917 0.871-0.525 0.015-1.031-0.172-1.416-0.532-0.364-0.359-0.557-0.859-0.541-1.375-0.027-0.677 0.307-1.323 0.88-1.693 0.583-0.396 1.421-0.599 2.511-0.599h0.473v-0.604c0-0.683-0.391-1.027-1.172-1.027-0.744 0.016-1.473 0.219-2.115 0.589v-1.229c0.765-0.303 1.584-0.459 2.412-0.459 1.735 0 2.599 0.688 2.599 2.063v2.943c0 0.521 0.161 0.776 0.5 0.776 0.079 0 0.156-0.011 0.235-0.025l0.041 1c-0.323 0.104-0.661 0.161-1 0.172-0.74 0-1.203-0.287-1.416-0.865h-0.068zM3.948 18.864v-1.343h-0.427c-1.157 0-1.729 0.364-1.729 1.083-0.011 0.479 0.375 0.865 0.848 0.865 0.443 0.004 0.865-0.199 1.308-0.605z\"/>\n</svg>\n</li><li title=\"cib asana \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M25.042 16.87c-3.844 0-6.964 3.115-6.964 6.958 0 3.849 3.12 6.964 6.964 6.964 3.839 0 6.958-3.12 6.958-6.964 0-3.839-3.115-6.958-6.958-6.958zM6.958 16.87c-3.839 0-6.958 3.115-6.958 6.958 0 3.849 3.12 6.964 6.958 6.964 3.844 0 6.964-3.12 6.964-6.964 0-3.839-3.115-6.958-6.964-6.958zM22.958 8.172c0 3.844-3.115 6.958-6.958 6.958s-6.958-3.115-6.958-6.958c0-3.844 3.115-6.964 6.958-6.964s6.958 3.12 6.958 6.964z\"/>\n</svg>\n</li><li title=\"cib at and t \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M6.177 28.573c2.802 2.172 6.245 3.354 9.792 3.354 4.036 0 7.714-1.5 10.521-3.958 0.036-0.031 0.021-0.047-0.016-0.031-1.26 0.844-4.849 2.682-10.505 2.682-4.911 0-8.016-1.099-9.771-2.078-0.036-0.016-0.047 0.010-0.021 0.031zM17.052 29.385c3.932 0 8.25-1.068 10.833-3.188 0.708-0.578 1.38-1.349 1.984-2.38 0.344-0.599 0.682-1.302 0.958-2 0.016-0.031-0.005-0.047-0.031-0.010-2.401 3.536-9.359 5.74-16.536 5.74-5.078 0-10.542-1.625-12.677-4.724-0.021-0.026-0.042-0.016-0.031 0.016 1.99 4.234 8.036 6.547 15.5 6.547zM12.76 22.365c-8.172 0-12.026-3.807-12.729-6.406-0.005-0.036-0.031-0.031-0.031 0.005 0 0.875 0.089 2.005 0.24 2.75 0.068 0.365 0.365 0.938 0.802 1.396 1.979 2.063 6.917 4.953 15.458 4.953 11.646 0 14.307-3.88 14.849-5.156 0.391-0.911 0.589-2.557 0.589-3.943 0-0.333-0.005-0.604-0.021-0.865 0-0.047-0.021-0.047-0.031-0.005-0.583 3.12-10.531 7.271-19.125 7.271zM1.542 9.115c-0.469 0.927-0.99 2.5-1.146 3.307-0.068 0.349-0.036 0.516 0.083 0.776 0.979 2.078 5.938 5.406 17.495 5.406 7.052 0 12.531-1.734 13.417-4.896 0.161-0.583 0.172-1.198-0.036-2.026-0.234-0.922-0.672-2-1.047-2.76-0.010-0.026-0.031-0.021-0.026 0.010 0.135 4.146-11.427 6.818-17.26 6.818-6.323 0-11.594-2.516-11.594-5.698 0-0.307 0.063-0.609 0.141-0.927 0.010-0.031-0.016-0.036-0.026-0.010zM26.516 4.026c0.068 0.104 0.104 0.214 0.104 0.365 0 1.776-5.432 4.911-14.073 4.911-6.349 0-7.536-2.354-7.536-3.849 0-0.536 0.203-1.089 0.656-1.641 0.026-0.036 0.005-0.047-0.026-0.021-0.823 0.698-1.578 1.479-2.245 2.333-0.318 0.401-0.516 0.755-0.516 0.969 0 3.104 7.781 5.354 15.063 5.354 7.755 0 11.214-2.531 11.214-4.755 0-0.792-0.307-1.26-1.099-2.161-0.516-0.583-1-1.057-1.516-1.526-0.026-0.021-0.042-0.005-0.026 0.021zM24.141 2.25c-2.469-1.479-5.292-2.26-8.172-2.25-3.016 0-5.88 0.844-8.281 2.318-0.719 0.443-1.125 0.797-1.125 1.255 0 1.349 3.146 2.792 8.729 2.792 5.526 0 9.807-1.583 9.807-3.109 0-0.365-0.318-0.62-0.958-1.005z\"/>\n</svg>\n</li><li title=\"cib atlassian \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M25.745 31.943h-4.797c-0.755 0.083-1.474-0.349-1.75-1.057-1.776-3.552-3.708-7.047-5.318-10.729-2.885-6.219-2.438-13.469 1.182-19.292 0.219-0.375 0.693-0.833 1.052-0.833 0.365 0 0.792 0.5 0.99 0.891 4.839 9.677 9.682 19.359 14.531 29.047 0.719 1.391 0.385 1.958-1.208 1.974zM6.318 31.943h-4.932c-1.385 0-1.693-0.557-1.083-1.776 2.49-4.922 4.958-9.839 7.401-14.74 0.667-1.391 1.193-1.391 2.12-0.24 3.516 4.104 4.771 9.682 3.349 14.896-0.458 1.76-0.708 1.875-2.484 1.875z\"/>\n</svg>\n</li><li title=\"cib atom \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M27.328 12.036c-2.912-1.239-6.823-2.041-11-2.26-0.667-0.041-1.317-0.057-1.932-0.057 3.088-3.771 6.401-6.303 8.583-6.385 0.428-0.016 0.792 0.073 1.084 0.26 0.943 0.615 1.203 2.36 0.724 4.787-0.052 0.333 0.161 0.661 0.479 0.724 0.333 0.068 0.656-0.145 0.724-0.479 0.599-3.041 0.156-5.131-1.255-6.052-0.505-0.333-1.12-0.491-1.803-0.464-2.729 0.104-6.583 3.068-10.12 7.631-1.536 0.047-2.984 0.172-4.307 0.38-0.86-3.865-0.521-6.636 0.792-7.303 0.181-0.099 0.38-0.145 0.609-0.167 0.932-0.072 2.213 0.527 3.615 1.693 0.26 0.213 0.645 0.187 0.859-0.079 0.219-0.26 0.183-0.64-0.077-0.859-1.683-1.391-3.229-2.073-4.496-1.98-0.385 0.032-0.744 0.131-1.072 0.292-1.589 0.812-2.224 3.104-1.828 6.453 0.093 0.692 0.213 1.416 0.391 2.156-4.376 0.875-7.161 2.631-7.281 4.833-0.084 1.563 1.151 3.047 3.572 4.297 0.297 0.156 0.667 0.041 0.824-0.265 0.156-0.297 0.041-0.667-0.267-0.824-1.932-0.995-2.973-2.115-2.911-3.14 0.068-1.443 2.364-2.923 6.349-3.708 0.359 1.323 0.828 2.708 1.4 4.119-1.359 2.516-2.344 4.996-2.848 7.199-0.751 3.287-0.349 5.631 1.145 6.599 0.479 0.312 1.036 0.469 1.661 0.469 1.245 0 2.755-0.615 4.464-1.833 0.281-0.199 0.339-0.579 0.145-0.855-0.197-0.271-0.579-0.339-0.855-0.14-2.057 1.473-3.791 1.963-4.749 1.337-1.011-0.661-1.235-2.588-0.609-5.301 0.421-1.849 1.208-3.907 2.276-6.027 0.265 0.584 0.547 1.167 0.839 1.751 1.901 3.729 4.229 6.968 6.547 9.131 1.849 1.719 3.568 2.615 4.979 2.615 0.469 0 0.907-0.1 1.303-0.297 1.525-0.781 2.188-2.948 1.864-6.099-0.296-2.953-1.411-6.548-3.14-10.136-0.145-0.303-0.511-0.427-0.812-0.287-0.308 0.147-0.439 0.516-0.292 0.819 3.583 7.468 3.839 13.583 1.828 14.609-2.125 1.088-7.235-3.141-11.188-10.907-0.453-0.871-0.848-1.735-1.203-2.573 0.453-0.807 0.932-1.625 1.464-2.437 0.525-0.807 1.072-1.583 1.629-2.328h0.527c0.719 0 1.5 0.016 2.312 0.063 8.703 0.459 14.631 3.416 14.511 5.781-0.052 1.020-1.235 2.052-3.235 2.828-0.312 0.125-0.468 0.479-0.344 0.792 0.095 0.239 0.319 0.391 0.568 0.391 0.079 0 0.151-0.016 0.219-0.043 2.541-0.984 3.937-2.339 4.016-3.905 0.093-1.772-1.557-3.48-4.667-4.803v-0.011zM10.771 12.599c-0.359 0.552-0.692 1.104-1.016 1.661-0.391-1.025-0.708-2.015-0.963-2.953 0.948-0.151 1.979-0.255 3.077-0.323-0.375 0.521-0.739 1.057-1.093 1.615v-0.015zM16.005 14.167c-2.443 0-2.443 3.667 0 3.667 2.448 0 2.448-3.667 0-3.667z\"/>\n</svg>\n</li><li title=\"cib audible \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16.010 23.151l15.99-9.969v2.703l-15.99 10.010-16.010-10.016v-2.698zM16.010 10.646c-3.609 0-6.781 1.818-8.599 4.625 0.151-0.146 0.234-0.234 0.385-0.339 4.495-3.74 10.979-2.891 14.51 1.818l2.344-1.5c-1.859-2.724-5.052-4.604-8.641-4.604zM16.010 15.271c-1.875 0.005-3.635 0.911-4.729 2.427 0.823-0.604 1.823-0.932 2.849-0.927 1.734 0 3.276 0.885 4.307 2.385l2.24-1.391c-0.969-1.547-2.703-2.495-4.667-2.495zM5.198 11.214c6.589-5.193 15.901-3.781 20.87 3.13l0.036 0.042 2.432-1.5c-2.76-4.234-7.474-6.781-12.526-6.781-5.198 0-9.823 2.661-12.526 6.781 0.484-0.552 1.099-1.203 1.714-1.672z\"/>\n</svg>\n</li><li title=\"cib aurelia \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M20.953 6.183l-2.969 1.979-3.057-4.583 2.969-1.985zM23.369 19.959l5.073 7.604-6.041 4.031-5.964-8.932 6.047-4.031zM15.755 25.036l1.12 1.672-4.604 3.073-2-3 4.599-3.073zM25.885 16.36l1.292-0.86 2 3-2.969 1.984-1.12-1.677 1.683-1.119zM25.088 18.807l-0.885-1.328 1.683-1.119 0.885 1.328zM5.057 16.792l-1.005 0.672-3.063-4.589 4.604-3.068 2.147 3.215 0.911 1.369zM15.349 7.937l0.916 1.375-6.047 4.032-0.912-1.371-5.025-7.536 6.041-4.031zM19.667 7.041l-1.683 1.12-0.911-1.369-2.147-3.213 2.969-1.985 3.063 4.589zM12.161 27.437l-0.885-1.328 3.593-2.401 0.885 1.328zM25.088 18.807l-0.885-1.328 1.683-1.119 0.885 1.328zM5.057 16.792l-0.917-1.371 3.6-2.4 0.911 1.369zM17.984 8.161l-0.911-1.369 1.676-1.12 0.917 1.369zM23.369 19.959l-6.047 4.031-0.885-1.328 6.047-4.031zM15.349 7.937l0.916 1.375-6.047 4.032-0.912-1.371zM3.344 6.844l1.14 1.708-1.713 1.141-1.14-1.709zM9.505 27.339l1.14 1.713-1.713 1.141-1.14-1.715zM5.005 29.063l-5.005-7.563 26.749-17.891 5.251 7.437z\"/>\n</svg>\n</li><li title=\"cib auth0 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M29.307 9.932l-3.146-9.932h-20.365l-3.104 9.932c-1.802 5.75 0.042 12.271 5.089 16.021l8.229 6.047 8.208-6.068c5.005-3.75 6.911-10.25 5.089-16.021l-8.214 6.104 3.12 9.938-8.208-6.13-8.208 6.104 3.141-9.911-8.25-6.063 10.177-0.063 3.146-9.891 3.141 9.87z\"/>\n</svg>\n</li><li title=\"cib automatic \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16 9.026v-1.651c-0.646 0.047-1.005 0.391-1.318 0.948l-6.854 13.969h3.286l-1.005-1.276 0.87-1.818 0.005 0.005 5.016-10.172zM14.036 17.495h3.927l-1.964-4.063zM10.979 19.219h0.021l-0.016-0.016zM17.964 17.495v0.005zM28.661 6.755l-10.979-6.344c-0.927-0.536-2.438-0.536-3.365 0l-10.979 6.344c-0.922 0.531-1.682 1.839-1.682 2.906v12.677c0 1.073 0.76 2.375 1.682 2.906l10.979 6.344c0.927 0.536 2.438 0.536 3.365 0l10.979-6.354c0.922-0.521 1.677-1.844 1.677-2.901v-12.672c0-1.068-0.755-2.375-1.677-2.906zM20.573 22.823l-0.917-1.849h-7.333l-0.896 1.849h-4.38l7.198-14.714c0.406-0.807 1.036-1.198 1.755-1.198s1.38 0.438 1.755 1.187l7.193 14.724zM16 9.026v3.297l3.359 6.901h-8.359l1.010 1.25h7.964l0.896 1.802h3.302l-2.276-1.318v0.052l-5.896-11.984z\"/>\n</svg>\n</li><li title=\"cib autotask \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M23.907 15.5l3.708 9.317h-5.729l-2.432-6.312-13.183 8.891-4.937-10.593h1.088l5.849 4.557 10.151-5.532-1.448-3.76-1.557 3.307-6.583 3.62 4.735-12.453h6.771l2.697 6.771 8.964-4.885v-8.427h-32v32h32v-21.959z\"/>\n</svg>\n</li><li title=\"cib aventrix \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16 32c-8.839 0-16-7.161-16-16s7.161-16 16-16c8.839 0 16 7.161 16 16s-7.161 16-16 16zM23.161 21.151c-0.307 0.214-0.859 0.427-1.443 0.427-0.615 0-1.073-0.245-1.073-1.135v-6.682c0-4.198-1.87-5.76-5.516-5.76-2.026 0-3.833 0.49-4.875 1.104-0.432 0.703-0.521 1.901-0.307 2.667 1.411-0.87 3.031-1.339 4.688-1.349 2.391 0 3.375 1.073 3.375 3.615v0.802c-0.891-0.37-2.052-0.49-3.063-0.49-3.469 0-6.135 1.469-6.135 5.057 0 3.339 2.302 4.594 4.938 4.594 2.021 0 3.432-0.641 4.323-1.807h0.12c0.245 1.135 1.047 1.807 2.422 1.807h0.016c0.74 0 1.432-0.203 2.026-0.563l-0.016 0.010c0.396-0.552 0.583-1.5 0.521-2.297zM14.422 21.578c-1.656 0-2.943-0.708-2.943-2.297 0-1.63 1.318-2.76 3.865-2.76 0.906-0.005 1.813 0.151 2.667 0.458v3.005c-0.797 1.167-2.271 1.594-3.589 1.594z\"/>\n</svg>\n</li><li title=\"cib azure artifacts \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M6.932 0c-0.735 0-1.333 0.573-1.333 1.276v14.057h20.803v-14.057c0-0.703-0.599-1.276-1.333-1.276zM11.197 3.068h3.204c0.443 0 0.796 0.344 0.796 0.765-0.004 0.432-0.364 0.776-0.796 0.765h-3.204c-0.432 0.011-0.785-0.333-0.796-0.765 0-0.421 0.359-0.765 0.796-0.765zM1.416 16c-0.78 0-1.416 0.599-1.416 1.333v13.333c0 0.735 0.636 1.333 1.416 1.333h10.319c-0.74 0-1.333-0.599-1.333-1.333v-10.667h-4c-0.443 0-0.803-0.36-0.803-0.803s0.36-0.796 0.803-0.796h4v-2.401zM30.667 16h-19.599v14.667c0 0.735 0.635 1.333 1.416 1.333h18.183c0.735 0 1.333-0.599 1.333-1.333v-13.333c0-0.735-0.599-1.333-1.333-1.333zM17.599 29.599h-4.796v-1.599h4.796zM20.803 27.197h-8v-1.599h8zM20 20h-3.197c-1.068 0-1.068-1.599 0-1.599h3.197c0.995 0.068 0.995 1.525 0 1.599z\"/>\n</svg>\n</li><li title=\"cib azure devops \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M0 11.865l2.995-3.953 11.208-4.557v-3.292l9.828 7.188-20.078 3.896v10.969l-3.953-1.141zM32 5.932v19.536l-7.672 6.531-12.401-4.073v4.073l-7.974-9.885 20.078 2.396v-17.26z\"/>\n</svg>\n</li><li title=\"cib azure pipelines \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M2.401 24h-2.401v8h8v-2.401h-5.599zM30.667 0h-11.906c-0.896-0.005-1.729 0.443-2.229 1.188l-4.531 6.797h-10.667c-0.734 0-1.333 0.599-1.333 1.333v7.333l4.667 4.818 1.599-1.724 2 2-1.599 1.63 1.974 1.974 1.625-1.63 2 2.016-1.599 1.599 4.667 4.667h7.333c0.734 0 1.333-0.599 1.333-1.333v-10.667l6.813-4.531c0.75-0.5 1.193-1.344 1.188-2.24v-11.896c0-0.734-0.599-1.333-1.333-1.333zM24 12c-5.333 0-5.333-8 0-8s5.333 8 0 8z\"/>\n</svg>\n</li><li title=\"cib babel \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M21.911 10.76l-0.005-0.068-0.115 0.010 0.010 0.068zM22.661 12.568v0.036l0.078-0.010c0-0.036 0.010-0.073 0.026-0.109l-0.005-0.068c-0.036 0.005-0.068 0.052-0.099 0.151zM19.74 14.833c-0.005-0.063-0.208-0.313-0.599-0.75-0.005-0.078 0.125-0.203 0.406-0.359l0.792-0.693c0.177-0.224 0.281-0.589 0.313-1.099l-0.010-0.115c-0.031-0.349-0.286-0.63-0.766-0.849-0.286-0.193-0.797-0.297-1.536-0.318-0.615 0.052-1.411 0.271-2.396 0.656-0.297 0.214-0.604 0.406-0.922 0.583l0.005 0.063c0.031-0.010 0.063-0.021 0.094-0.042 0.036-0.005 0.063 0.010 0.063 0.052l0.063-0.031 0.026-0.005v0.031c0.005 0.026-0.208 0.198-0.641 0.5l0.031 0.057-0.026 0.005-0.073-0.026c0.005 0.021-0.026 0.036-0.089 0.036l0.005 0.031 0.068 0.083c-0.031 0-0.068-0.010-0.099-0.021-0.115 0.016-0.219 0.073-0.292 0.156l0.036-0.172c0.146-0.625 0.245-1.177 0.297-1.656l-0.005-0.031c-0.109-0.073-0.208-0.161-0.286-0.266 0-0.042 0-0.089 0-0.13l-0.005-0.026-0.031 0.010c-0.313 0.469-0.917 1.271-1.807 2.401-0.682 0.807-1.031 1.255-1.052 1.349-0.281 0.286-0.411 0.458-0.396 0.521-0.078 0.042-0.104 0.089-0.094 0.146-0.021 0-0.036-0.005-0.042-0.026-0.12 0.193-0.307 0.323-0.526 0.37l-0.25 0.057c-0.031 0.005-0.047 0.031-0.047 0.073l0.010 0.026 0.089-0.021 0.005 0.026-0.208 0.083-0.37 0.083-0.193 0.016c-0.026 0.026 0.156-0.005 0.083 0.010l-0.24 0.057c-0.151 0.036-0.229 0.021-0.245-0.036l-0.026 0.005c0.005 0.026 0.005 0.047 0 0.063l-0.010-0.057-0.198 0.042c-0.010-0.089-0.276-0.417-0.786-0.979-0.010-0.109 0.172-0.266 0.536-0.474l1.042-0.917c0.229-0.297 0.37-0.776 0.411-1.432l-0.010-0.156c-0.042-0.464-0.38-0.839-1.010-1.125-0.375-0.255-1.047-0.391-2.021-0.411-0.807 0.068-1.859 0.354-3.156 0.854-0.391 0.281-0.797 0.536-1.214 0.766l0.005 0.083c0.042-0.010 0.083-0.026 0.12-0.047 0.052-0.005 0.083 0.016 0.089 0.068l0.078-0.047 0.042-0.005v0.042c0.005 0.036-0.281 0.255-0.849 0.661l0.047 0.068-0.042 0.005-0.089-0.031c0.005 0.026-0.036 0.042-0.12 0.047l0.005 0.042 0.094 0.104c-0.047 0-0.089-0.005-0.13-0.026-0.182 0.021-0.365 0.151-0.542 0.401l0.047 0.073c0.151-0.141 0.245-0.214 0.271-0.219l0.005 0.12c-0.042 0.005-0.083 0.026-0.12 0.047l0.099 0.146c0.182-0.198 0.391-0.375 0.62-0.521 0.109 0.031 0.172 0.068 0.172 0.104l0.083-0.005c0.615-0.453 1.219-0.781 1.818-0.984l0.005 0.083c-0.109 0.167-0.182 0.25-0.224 0.255 0.005 0.057 0.021 0.104 0.057 0.146 0.010 0.104-0.266 0.792-0.818 2.063-1.25 2.958-2.302 5.141-3.161 6.552 0.005 0.031 0.021 0.068 0.052 0.115 0.208-0.047 0.344-0.099 0.401-0.151l0.042-0.005 0.010 0.083 0.078-0.010 0.078-0.042c0 0.021 0.031 0.036 0.083 0.031l0.005 0.078c0.010 0.078-0.036 0.198-0.13 0.359-0.089 0.099-0.177 0.302-0.276 0.615l0.005 0.036 0.078-0.005c0.339-0.385 0.599-0.755 0.776-1.12 0.995-0.297 1.755-0.583 2.281-0.865 0.526-0.042 0.932-0.182 1.208-0.417l-0.005-0.042-0.203 0.063-0.042 0.005-0.005-0.047c0.385-0.057 0.656-0.141 0.802-0.26 0.76-0.583 1.328-0.995 1.719-1.24 0.792-0.583 1.307-1.151 1.547-1.708l0.13-0.031c0.109 0 0.172-0.005 0.188-0.010-0.005-0.021 0.005-0.031 0.031-0.036 0.177-0.021 0.089 0.010 0.203-0.016l0.297-0.068c-0.016 0.005-0.026 0.016-0.021 0.031l0.047-0.026c-0.010 0-0.016-0.005-0.026-0.005l0.052-0.010-0.026 0.010c0.036 0.005 0.073 0.005 0.109-0.005l0.021 0.089-1.359 2.161-0.297 0.375-0.151 0.495 0.031-0.010 0.146-0.057-0.047 0.188 0.016 0.057 0.036 0.052c-0.016 0.005-0.026 0.016-0.021 0.036l0.010 0.031 0.057-0.010c0.094-0.083 0.13-0.151 0.115-0.219 0.068 0.016 0.13 0.021 0.198 0.016l0.005 0.031c-0.057 0.016-0.089 0.063-0.094 0.146l0.005 0.026 0.031-0.005c0.495-0.536 1.703-2.38 2.677-3.63-0.031-0.135 0.474-0.323 1.516-0.563l0.031-0.010c0.042 0.167-0.042 0.562-0.24 1.187-0.13 0.38-0.193 0.589-0.182 0.625-0.167 0.505-0.245 0.776-0.234 0.818l-0.37 1.214c-0.24 0.62-0.422 1.271-0.547 1.958 0.031 0 0.068 0 0.099 0.010l0.052-0.047c0.005 0.026 0.021 0.031 0.042 0.026l-0.021-0.089 0.161-0.005c0.047-0.010 0.089-0.068 0.12-0.177-0.005-0.167 0.026-0.255 0.099-0.271 0.099-0.391 0.161-0.583 0.182-0.594 0.094-0.385 0.161-0.604 0.208-0.661 0.141-0.5 0.24-0.76 0.307-0.776l0.010 0.063-0.099 0.26c-0.177 0.792-0.359 1.417-0.542 1.875l0.052 0.224 0.036-0.005c0.438-0.948 1.073-2.828 1.901-5.635 0.021-0.234 0.151-0.448 0.354-0.573l-0.047-0.052-0.005-0.026c0.094-0.021 0.161-0.057 0.198-0.109-0.005-0.021-0.089-0.052-0.25-0.094l0.417-1.771c0.042-0.047 0.094-0.089 0.156-0.12l0.005 0.089c-0.031 0.005-0.063 0.021-0.094 0.036l0.078 0.115c0.146-0.151 0.297-0.286 0.469-0.401 0.083 0.026 0.125 0.057 0.13 0.083l0.063-0.005c0.417-0.318 0.885-0.568 1.38-0.74l0.005 0.057c-0.078 0.13-0.135 0.193-0.167 0.193 0 0.042 0.016 0.078 0.036 0.115 0.005 0.078-0.198 0.599-0.615 1.568-0.953 2.24-1.75 3.901-2.401 4.974 0.005 0.031 0.021 0.063 0.042 0.089 0.161-0.036 0.26-0.078 0.302-0.115l0.026-0.005 0.005 0.063 0.068-0.005 0.063-0.031c0 0.016 0.021 0.021 0.063 0.021l0.005 0.063c0.005 0.057-0.031 0.151-0.104 0.271-0.068 0.073-0.141 0.229-0.214 0.464v0.031l0.063-0.005c0.234-0.255 0.432-0.542 0.589-0.854 0.76-0.224 1.333-0.438 1.734-0.651 0.406-0.036 0.708-0.141 0.922-0.318l-0.005-0.031-0.156 0.047h-0.031l-0.005-0.026c0.297-0.047 0.5-0.109 0.615-0.198 0.573-0.443 1.005-0.76 1.302-0.943 0.917-0.667 1.344-1.307 1.292-1.922zM19.578 14.875l0.021 0.24c-0.026 0.057-0.057 0.089-0.083 0.094l-0.036-0.411c0.068 0.026 0.099 0.052 0.099 0.078zM1.625 12.948h-0.036l-0.010-0.073 0.167-0.016v0.042c-0.042 0.005-0.083 0.021-0.12 0.047zM0.828 20.938c-0.078-0.036-0.167-0.057-0.255-0.052l-0.005-0.115c-0.005-0.042 0.021-0.073 0.073-0.089 0.057-0.005 0.083 0.036 0.089 0.109 0.141-0.167 0.214-0.255 0.229-0.255l0.089 0.036c-0.031 0.234-0.104 0.359-0.219 0.365zM9.365 12.005c-0.036 0.005-0.12-0.12-0.234-0.37l-0.005-0.073c0.073-0.005 0.151 0.12 0.234 0.37zM9.255 11.125l-0.036 0.078-1.156-0.484c0.771 0.026 1.172 0.156 1.193 0.406zM4.354 15.328l-0.161 0.010-0.005-0.073 0.161-0.010zM4.224 12.802l0.036-0.005 0.010 0.12c-0.036 0-0.083 0.057-0.146 0.167l-0.005-0.078c0.073-0.089 0.109-0.156 0.104-0.203zM3.88 13.615l0.016 0.151-0.042 0.005-0.016-0.156zM3.698 13.901l0.083-0.005c-0.010 0.125-0.047 0.198-0.109 0.198l-0.042 0.005c0.052-0.083 0.073-0.151 0.068-0.198zM3.568 14.307l0.042-0.005 0.005 0.036-0.078 0.125-0.078 0.005v-0.036c0.078-0.010 0.115-0.052 0.104-0.125zM3.432 14.667l-0.026 0.198h-0.036l-0.021-0.193zM2.099 18.448c-0.052 0.266-0.109 0.401-0.167 0.406v-0.036c-0.016-0.13 0.042-0.255 0.167-0.37zM1.859 18.979v0.036c0.005 0.052-0.021 0.083-0.073 0.083v-0.036c-0.005-0.042 0.021-0.073 0.073-0.083zM1.786 20.078l0.125-0.016 0.005 0.042c-0.047 0.010-0.089 0.026-0.125 0.052l-0.078 0.005c-0.005-0.042 0.021-0.073 0.073-0.083zM5.297 18.995c-0.693 0.339-1.104 0.573-1.224 0.693-0.75 0.26-1.12 0.422-1.115 0.484-0.667 0.266-1.104 0.458-1.313 0.578-0.078 0-0.151-0.021-0.219-0.052-0.010-0.135 0.052-0.245 0.182-0.333 0.115-0.010 0.229 0.005 0.333 0.052 0.208-0.094 0.422-0.167 0.646-0.214l-0.010-0.078-0.245 0.021c0.031-0.042 0.266-0.156 0.714-0.333l0.125-0.016v0.042c-0.208 0.016-0.323 0.078-0.354 0.193 0.005 0.047 0.036 0.068 0.089 0.063 0.161-0.099 0.234-0.156 0.234-0.172 0.302-0.057 1.13-0.495 2.495-1.307l0.010 0.073c0 0.036-0.115 0.135-0.349 0.307zM3.203 19.682c0.193-0.016 0.375-0.099 0.51-0.24 0.057-0.005 0.089 0.016 0.094 0.068-0.099 0.010-0.286 0.089-0.557 0.245l-0.042 0.005zM6.578 17.089l-1.047 0.828c-0.776 0.51-1.193 0.766-1.25 0.771-1.24 0.677-2.010 1.031-2.313 1.057l-0.042 0.005c0.036-0.135 0.589-1.266 1.651-3.385 0.474-0.042 1.214-0.26 2.219-0.656l0.245-0.021c0.51-0.047 0.896 0.052 1.146 0.292l0.016 0.156c-0.193 0.542-0.401 0.859-0.625 0.953zM4.531 15.938l0.172-0.016v0.042l-0.167 0.010zM6.901 15.536l0.12-0.010c0.115 0.052 0.172 0.099 0.177 0.146l0.005 0.036c-0.109 0.010-0.214-0.047-0.302-0.172zM7.234 13.63c-0.109 0.13-0.411 0.354-0.896 0.667-0.161 0.016-0.76 0.25-1.802 0.703-0.052-0.021-0.109-0.031-0.167-0.026l-0.005-0.073c-0.016-0.151 0.052-0.339 0.198-0.568 0.083-0.427 0.172-0.672 0.266-0.729l0.87-1.948c-0.010-0.12 0.172-0.214 0.552-0.276l0.125-0.016 0.010 0.115c0.37-0.057 0.604-0.089 0.693-0.099 0.688-0.057 1.047 0.083 1.073 0.417l0.078-0.005-0.016-0.198 0.089-0.005c0.198 0.109 0.307 0.245 0.323 0.401 0.010 0.109-0.052 0.245-0.177 0.406-0.052 0.005-0.083-0.031-0.089-0.109l-0.083 0.010-0.021 0.234c-0.349 0.521-0.599 0.792-0.76 0.807-0.141 0.193-0.229 0.292-0.26 0.292zM7.766 14.995c-0.073-0.047-0.13-0.068-0.172-0.068l-0.010-0.115 0.078-0.005 0.172 0.099c0.010 0.057-0.016 0.083-0.068 0.089zM8.313 15.646c0.078 0.031 0.12 0.068 0.13 0.099l-0.036 0.005 0.005 0.005c-0.010 0-0.021 0-0.026 0.005l-0.057 0.042zM8.365 15.974l-0.005-0.031 0.099-0.021 0.005 0.031zM8.604 16.245c0.104-0.016 0.151-0.026 0.344-0.068l0.005 0.031-0.359 0.083c0.005-0.016 0.010-0.031 0.010-0.047zM8.958 16.391c-0.156 0.016-0.12-0.005-0.365 0.052l-0.005-0.031 0.302-0.099 0.146-0.031 0.010 0.057c-0.063 0.016-0.016 0.016-0.089 0.052zM9.276 16.318c-0.036 0.010-0.063-0.010-0.078-0.047l0.094-0.021c0.036-0.010 0.063 0.005 0.073 0.047zM10.146 15.38l-0.010-0.026 0.151-0.036 0.016 0.057zM11.073 21.068c0.005-0.031 0.010-0.063 0.005-0.094l0.031-0.005c0.042-0.010 0.068 0.005 0.078 0.042l0.005 0.031zM11.719 15.625l-0.063-0.010c-0.089 0.036-0.182 0.068-0.271 0.089l-0.063 0.016c-0.036 0.010-0.063-0.005-0.078-0.042l0.432-0.099 0.146-0.068 0.047 0.052c-0.057 0.010-0.104 0.031-0.151 0.063zM12.052 15.521l-0.005-0.031c0.031-0.010 0.063-0.031 0.083-0.052l0.307-0.073 0.005 0.031c-0.161 0.042-0.292 0.078-0.385 0.125zM12.104 14.896c-0.031 0.010-0.063 0.031-0.089 0.052-0.005-0.021-0.047-0.021-0.125 0-0.016-0.063 0.214-0.146 0.682-0.255l0.068-0.010 0.016 0.057c-0.333 0.094-0.516 0.151-0.552 0.156zM12.932 14c-0.031 0.375-0.167 0.589-0.401 0.646l-0.005-0.031-0.208 0.078-0.094 0.021c-0.042 0.016-0.089 0.010-0.13 0l-0.016-0.083c-0.005-0.031 0.292-0.448 0.906-1.25l0.068 0.016c0.031 0.104-0.010 0.307-0.12 0.604zM14.401 12.745h-0.026l-0.010-0.057 0.125-0.016 0.005 0.031c-0.036 0.010-0.068 0.021-0.094 0.042zM13.797 18.818c-0.057-0.031-0.125-0.047-0.193-0.047l-0.005-0.089c0-0.031 0.016-0.052 0.057-0.063 0.042-0.005 0.063 0.021 0.068 0.083 0.052-0.073 0.109-0.135 0.172-0.193l0.063 0.026c-0.021 0.177-0.078 0.271-0.161 0.281zM20.281 12.036c-0.031 0-0.094-0.094-0.188-0.286l-0.005-0.057c0.063-0.005 0.125 0.089 0.182 0.276zM20.193 11.354l-0.026 0.063-0.88-0.365c0.589 0.016 0.891 0.12 0.906 0.302zM16.474 14.552l-0.125 0.010-0.005-0.057 0.125-0.010zM16.37 12.63h0.036l0.005 0.089c-0.031 0-0.068 0.047-0.115 0.13l-0.005-0.063c0.052-0.068 0.078-0.12 0.078-0.156zM16.115 13.25l0.010 0.115h-0.036l-0.010-0.115zM15.974 13.469l0.062-0.005c-0.010 0.099-0.036 0.151-0.078 0.156l-0.036 0.005c0.031-0.047 0.047-0.099 0.052-0.156zM15.875 13.771h0.026l0.005 0.031-0.057 0.094-0.063 0.005v-0.031c0.063-0.005 0.094-0.036 0.089-0.099zM15.771 14.047l-0.021 0.151-0.026 0.005-0.016-0.151zM14.76 16.922c-0.042 0.203-0.083 0.302-0.125 0.307l-0.005-0.026c-0.005-0.099 0.036-0.193 0.13-0.281zM14.573 17.323l0.005 0.026c0.005 0.047-0.016 0.068-0.057 0.068l-0.005-0.031c0-0.026 0.016-0.047 0.057-0.063zM14.521 18.156l0.094-0.005 0.005 0.031c-0.036 0.005-0.068 0.021-0.094 0.036l-0.063 0.005c0-0.031 0.016-0.052 0.057-0.068zM17.182 17.339c-0.521 0.255-0.828 0.432-0.927 0.521-0.568 0.203-0.849 0.323-0.849 0.375-0.5 0.198-0.833 0.344-0.99 0.438-0.057-0.005-0.115-0.016-0.167-0.047-0.010-0.099 0.042-0.182 0.141-0.245 0.083-0.010 0.172 0.005 0.25 0.036 0.099-0.047 0.26-0.099 0.495-0.156l-0.005-0.063-0.198 0.016c0.026-0.031 0.208-0.12 0.547-0.255l0.094-0.005 0.005 0.026c-0.161 0.010-0.255 0.057-0.271 0.146 0 0.036 0.026 0.057 0.068 0.052 0.115-0.078 0.172-0.125 0.172-0.141 0.229-0.036 0.859-0.37 1.896-0.99l0.005 0.057c0.005 0.026-0.083 0.099-0.26 0.234zM15.594 17.859c0.151-0.016 0.292-0.078 0.396-0.177 0.042-0.005 0.062 0.010 0.068 0.052-0.073 0.005-0.214 0.063-0.422 0.177l-0.036 0.005zM18.161 15.885l-0.792 0.635c-0.589 0.391-0.906 0.583-0.958 0.589-0.938 0.516-1.521 0.786-1.755 0.802l-0.031 0.005c0.031-0.109 0.448-0.964 1.26-2.573 0.354-0.031 0.911-0.198 1.682-0.5l0.193-0.021c0.385-0.031 0.672 0.047 0.865 0.229l0.010 0.115c-0.146 0.406-0.302 0.646-0.474 0.719zM16.609 15.016l0.125-0.010 0.005 0.026-0.125 0.016zM18.406 14.708l0.094-0.005c0.089 0.042 0.135 0.078 0.135 0.109l0.005 0.026c-0.083 0.010-0.161-0.036-0.234-0.13zM18.656 13.266c-0.083 0.099-0.307 0.271-0.677 0.505-0.125 0.016-0.578 0.188-1.365 0.531-0.042-0.016-0.083-0.021-0.125-0.016l-0.005-0.063c-0.010-0.109 0.036-0.255 0.146-0.427 0.063-0.328 0.13-0.51 0.203-0.552l0.661-1.479c-0.005-0.089 0.135-0.161 0.417-0.214l0.094-0.010 0.010 0.094c0.276-0.047 0.453-0.073 0.526-0.083 0.521-0.042 0.792 0.063 0.813 0.318l0.063-0.005-0.010-0.141 0.063-0.005c0.151 0.083 0.229 0.182 0.24 0.302 0.005 0.083-0.036 0.188-0.125 0.307-0.042 0.010-0.063-0.021-0.068-0.083l-0.063 0.005-0.021 0.177c-0.26 0.401-0.453 0.609-0.573 0.615-0.109 0.146-0.177 0.219-0.208 0.224zM18.932 14.25l-0.005-0.089 0.057-0.005 0.135 0.078c0.005 0.042-0.016 0.063-0.057 0.068-0.057-0.036-0.099-0.052-0.13-0.052zM7.896 20.010l-0.063 0.016-0.052 0.047c0.010 0.036 0.031 0.052 0.073 0.042s0.057-0.036 0.047-0.073zM7.656 19.542l0.010 0.031c0.036-0.005 0.057-0.031 0.047-0.068l-0.005-0.031c-0.036 0.010-0.057 0.031-0.052 0.068zM9.328 15.573l0.073-0.016-0.016-0.063-0.073 0.016zM30.844 17.38c-0.719 0.161-0.807 0.13-0.964 0.146l0.005 0.057 0.068-0.005h0.036l-0.010-0.010 0.083-0.031c0.708-0.078 0.792-0.047 0.786-0.13zM26.964 17.896l0.005 0.057h0.010l-0.005-0.057zM26.516 16.328l-0.063-0.021c-0.036 0.083-0.063 0.161-0.078 0.25l0.005 0.026c0.052-0.005 0.094-0.089 0.141-0.255zM30.99 17.365l0.005 0.063 0.104 0.021-0.005-0.063zM26.083 17.969l-0.156-0.021-0.031 0.063 0.005 0.031 0.958-0.083-0.005-0.057zM25.651 15.865l-0.005-0.031-0.031 0.005-0.063 0.036 0.036 0.057c0.047-0.005 0.068-0.026 0.063-0.068zM31.448 16.932l0.047-0.005c0.026-0.005 0.036-0.026 0.031-0.063l-0.026-0.057c-0.13 0-0.255 0.031-0.37 0.094l-0.005-0.031-0.193 0.021c-0.005-0.063-0.021-0.089-0.052-0.089l-0.099 0.010c-0.12 0.010-0.177 0.005-0.234 0.052-0.005-0.026-0.010-0.036-0.021-0.036l-0.115 0.010-0.068 0.042c0-0.021-0.010-0.031-0.021-0.031l-0.042 0.031v-0.026l-0.161-0.016-0.036 0.005 0.005 0.057 0.083 0.021 0.073-0.005c0.026 0.021 0.052 0.021 0.089 0.021l0.068-0.031v0.026c-0.37 0.094-0.37 0.073-0.625 0.115-0.026-0.016-0.047-0.026-0.063-0.026l-0.005 0.005c-0.031 0-0.047-0.021-0.052-0.052l0.135-0.016c0.010 0 0.016 0.010 0.089 0.026 0.109-0.052 0.115-0.073 0.172-0.078l-0.005-0.063c-0.365 0.073-0.219 0.026-0.677 0.068h-0.021l-0.005-0.057c0.589-0.073 0.391-0.031 0.594-0.089 0 0.021 0.010 0.031 0.021 0.031 0.021-0.021 0.047-0.036 0.078-0.042h0.042c0.208-0.021 0.276 0.021 0.682-0.094l0.005 0.026 0.063-0.031 0.063-0.005c-0.005-0.057 0.089-0.068 0.12-0.073l-0.005-0.063c-0.719 0.146-0.906 0.104-1.104 0.161l-0.005-0.026c-0.188 0.031-0.193 0.021-0.24 0.021-0.026 0.005-0.047 0.021-0.063 0.036 0-0.021-0.005-0.026-0.021-0.026h-0.010l-0.609 0.099c0-0.016-0.010-0.026-0.026-0.026-0.313 0.068-0.229 0.083-0.651 0.12-0.026 0.005-0.052 0.016-0.078 0.031 0-0.016-0.010-0.026-0.031-0.026l-0.26 0.026-0.172 0.042c0-0.016-0.010-0.026-0.031-0.026-0.099 0.031-0.182 0.047-0.255 0.047h-0.005c-0.042 0.005 0.021-0.010-0.010-0.026l-0.052 0.031c-0.078 0.010-0.036-0.005-0.297 0-0.458 0.057-0.406 0.063-0.458 0.068l-0.172-0.016c0.005 0.016-0.005 0.031-0.026 0.031-0.193-0.026-0.292-0.057-0.292-0.094 0.026-0.182 0.068-0.281 0.13-0.281l0.036-0.005-0.031 0.063 0.036-0.005c0.063-0.031 0.089-0.063 0.089-0.094l-0.010-0.063-0.057 0.005-0.005-0.057c-0.005-0.042 0-0.083 0.016-0.12l0.141-0.224 0.005 0.057 0.068-0.005-0.005-0.057-0.036-0.052c0.047-0.047 0.083-0.068 0.12-0.073l-0.005-0.031-0.089 0.010-0.010-0.094c0.182-0.37 0.266-0.589 0.26-0.651l0.068 0.026c0.036-0.005 0.057-0.026 0.057-0.068h-0.063l-0.005-0.026c0-0.042 0.005-0.083 0.026-0.125 0.099-0.099 0.141-0.203 0.135-0.307 0.016-0.005 0.026 0.005 0.026 0.026 0.083-0.047 0.146-0.172 0.198-0.38 0.146-0.266 0.354-0.797 0.625-1.594 0.521-1.401 0.5-1.552 0.573-1.885l-0.057 0.005c0 0.042-0.005 0.083-0.026 0.12-0.031-0.010-0.068-0.021-0.099-0.021l-0.005-0.026c-0.005-0.12 0.042-0.266 0.156-0.438h0.026l0.057 0.203 0.057-0.005c0-0.016 0.016-0.094 0.047-0.245 0-0.031-0.026-0.052-0.073-0.052l-0.057 0.036c-0.005-0.109-0.005-0.219 0.005-0.333l-0.031 0.005c-0.052-0.052-0.078-0.094-0.078-0.13l-0.344 0.031c-0.005-0.036-0.016-0.068-0.036-0.104 0-0.031 0.073-0.063 0.229-0.089l0.068 0.026 0.068-0.042c0 0.021 0.010 0.031 0.036 0.031l0.063-0.042c0.005 0.026 0.016 0.031 0.042 0.031h0.031l-0.010-0.073c-0.042 0.005-0.172 0.005-0.37 0l-0.063 0.042-0.005-0.036c-1.589 0.13-2.495 0.203-2.708 0.224-0.031 0.005-0.141 0-0.339-0.005 0.005 0.026-0.021 0.042-0.068 0.047l-0.068-0.031-0.234 0.057c-0.052 0.005-0.146 0.005-0.276-0.010-0.036 0.031-0.083 0.047-0.13 0.052-0.026 0 0.339-0.021 0.682-0.047-0.052 0.036-0.109 0.052-0.167 0.052-0.047 0.010-0.094 0-0.135-0.021-0.161 0.047-0.333 0.089-0.5 0.12l-0.073-0.031-1.109 0.172c-0.047-0.021-0.094-0.026-0.146-0.021-0.063 0.005-0.161 0.026-0.297 0.063l-0.536 0.224 0.036 0.068c0.042-0.010 0.078-0.021 0.109-0.047l0.193 0.021-0.026 0.177c-0.172 0.078-0.276 0.193-0.302 0.339-0.266 0.12-0.396 0.203-0.396 0.25l0.005 0.031h0.036l0.073-0.042 0.083 0.099 0.010 0.141c0.005 0.042-0.438 0.974-1.323 2.797-0.771 1.755-1.172 2.714-1.208 2.885-0.266 0.073-0.417 0.182-0.464 0.323 0.005 0.047 0.083 0.078 0.234 0.089l0.010 0.068-0.073 0.115 0.016 0.135c0.005 0.073 0.198 0.125 0.573 0.167 0-0.026 0.010-0.042 0.036-0.042 0.005 0.083-0.016 0.25-0.068 0.5l0.036-0.005c0.156-0.214 0.234-0.359 0.224-0.438l0.031-0.005c0.042-0.005 0.078 0.042 0.125 0.135-0.047 0.016-0.214 0.396-0.495 1.13l0.042 0.068 0.036-0.005c0.349-0.88 0.568-1.37 0.661-1.458 0.453-0.042 1.245-0.125 2.37-0.245l0.073-0.042c0.005 0.021 0.016 0.036 0.042 0.031l0.073-0.005 0.073-0.042c0 0.021 0.016 0.036 0.042 0.031l0.849-0.073c0.229-0.021 0.333-0.089 0.323-0.203 0-0.031 0.13-0.068 0.401-0.104 0.036 0 0.078 0.005 0.115 0.021 0-0.021 0.135-0.042 0.401-0.068 0.010-0.141 0.057-0.219 0.135-0.224l-0.005-0.068c-0.089 0.010-0.177 0.026-0.26 0.057-0.115 0-0.229-0.016-0.339-0.042-0.036 0.021-0.073 0.036-0.109 0.042l-0.594 0.021-0.073 0.036c0-0.021-0.016-0.026-0.042-0.026h-0.031l-0.078 0.042c0-0.021-0.063-0.042-0.188-0.057l-0.078 0.047-0.146 0.010v-0.036c0.76-0.083 1.141-0.188 1.13-0.313 0.052-0.005 0.073 0.021 0.078 0.068l0.224-0.057-0.005-0.068-1.828 0.052c0.005 0.021-0.010 0.036-0.036 0.042l-0.224-0.021c-0.052 0-0.099 0.021-0.141 0.047l-0.083-0.026c-0.229 0.016-0.401 0.047-0.516 0.078-0.172-0.010-0.349-0.005-0.521 0.010l-0.411 0.036-0.188-0.021c-0.010-0.125 0.224-0.719 0.708-1.786 0.141-0.359 0.266-0.583 0.391-0.672 0.042 0.005 0.078 0.010 0.115 0.031l0.297-0.099 0.146 0.021c0.25-0.021 0.542-0.094 0.88-0.214 0.063-0.010 0.125-0.005 0.188 0.016l0.224-0.052 0.661-0.057c0.281-0.021 0.589-0.083 0.922-0.188l-0.005-0.068c-0.125 0.010-0.188-0.010-0.193-0.063-0.010-0.089-0.099-0.125-0.271-0.115l-0.010-0.068 0.188-0.052 0.479-0.042-0.010-0.068c-0.099 0-0.198 0-0.297-0.005l-0.005-0.073 0.188-0.021c0.047-0.005 0.068-0.026 0.063-0.073-0.245 0.005-0.375-0.005-0.375-0.036-1.734 0.083-2.604 0.099-2.609 0.047-0.042 0.005-0.078 0.021-0.109 0.047l-0.047-0.073c0.458-0.974 0.729-1.469 0.807-1.479-0.005 0.068-0.021 0.13-0.057 0.182v0.031l0.078-0.005c0.182-0.438 0.333-0.661 0.464-0.672 0.547-0.047-0.078-0.083 1.089-0.266 0.047 0.021 0.083 0.031 0.104 0.031 0.458-0.094 1.099-0.193 1.917-0.292l-0.005-0.068-0.438 0.042-0.005-0.068c0.047-0.005 0.094-0.021 0.13-0.052v0.036c0.036-0.005 0.073-0.021 0.104-0.047 0.073-0.005 0.13 0 0.172 0.021 0.12-0.031 0.24-0.057 0.365-0.073l0.271-0.026c0.068-0.042 0.099-0.078 0.094-0.115v-0.031c-0.078 0.005-0.161 0-0.24-0.016-0.005-0.036 0.016-0.063 0.063-0.073l0.505-0.047 0.234-0.063c0 0.026 0.016 0.036 0.031 0.036 0.036-0.010 0.073-0.026 0.099-0.047l0.042 0.005c-0.031 0.063-0.068 0.156-0.104 0.276l-0.068 0.005c0-0.042-0.016-0.083-0.036-0.12h-0.031c-0.62 1.719-0.896 2.516-1.464 3.833-0.104 0.339-0.193 0.526-0.266 0.568 0 0.036 0.026 0.057 0.068 0.052 0.010 0.172-0.031 0.344-0.12 0.49-0.26 0.76-0.438 1.172-0.526 1.25l0.057 0.359c0.005 0.036-0.016 0.057-0.057 0.063l-0.063 0.005c-0.010-0.099-0.047-0.146-0.109-0.141h-0.031c-0.083 0.13-0.146 0.271-0.182 0.443l0.063-0.005c0.078-0.057 0.12-0.12 0.109-0.193l0.125-0.010 0.073 0.026c-0.057 0.089-0.083 0.161-0.078 0.214l0.031 0.057-0.078 0.188v0.031c0.083 0 0.167 0.021 0.234 0.068 0.068-0.010 0.13-0.036 0.188-0.073 0.068-0.010 0.333-0.010 0.792-0.010l0.229-0.078c0.281-0.005 0.328 0.005 0.568-0.016l0.099-0.010 0.052-0.036 0.005 0.031c0.255-0.021 0.271-0.005 0.469 0.016l0.005 0.031-0.141 0.016 0.005 0.057c0.036 0 0.078-0.016 0.109-0.042 0.036-0.005 0.057 0.016 0.057 0.057-0.063 0.005-0.13 0.021-0.188 0.042l-0.063-0.021c-0.099 0.026-0.078 0.036-0.146 0.042l-0.094-0.021c0 0.016-0.010 0.026-0.026 0.026 0.005 0.042 0.026 0.057 0.063 0.057l0.099-0.010 0.516-0.047 0.198-0.042c0.005 0.016 0.010 0.026 0.026 0.026l0.094-0.036 0.182-0.016c0.135-0.010 0.13-0.021 0.432-0.068-0.005-0.021 0.005-0.026 0.016-0.031l0.005 0.031c0.484-0.083 0.516-0.089 0.594-0.115l0.010 0.010c0.12-0.026 0.052-0.021 0.083-0.042 0.005 0.021 0.010 0.031 0.021 0.031l0.089-0.010-0.010-0.063-0.172-0.005h-0.042v0.005c-0.12 0.026-0.125 0.010-0.198 0.016l-0.432 0.026-0.005-0.031 0.245-0.036 0.089-0.005 0.047-0.036 0.005 0.031c0.339-0.026 0.458 0.057 2.042-0.276 0.083-0.010 0.078-0.083 0.13-0.229-0.026 0.005-0.057-0.005-0.083-0.016-0.13 0.047-0.198 0.026-0.448 0.068-0.021 0-0.042-0.021-0.047-0.057v-0.026l0.24 0.005c0.047-0.005 0.13-0.010 0.266-0.083 0 0.021-0.052 0.031-0.021 0.031zM19.771 17.12l-0.109 0.010c-0.005-0.047 0.052-0.219 0.177-0.51l0.073-0.005c0.005 0.068-0.042 0.234-0.141 0.505zM19.906 16.578v-0.031c-0.005-0.036 0.021-0.063 0.073-0.078v0.031c0.005 0.047-0.021 0.073-0.073 0.078zM21.391 17.724v0.031l-0.188 0.016v-0.031zM21.167 17.703c0 0.036-0.052 0.083-0.177 0.125l-0.229-0.016-0.073 0.005-0.005-0.068zM22.661 10.807l-0.109 0.010v-0.042c-0.005-0.036 0.016-0.063 0.068-0.073l0.036-0.005 0.078 0.031c0 0.047-0.021 0.073-0.073 0.078zM24.359 10.474h0.036l0.005 0.068-0.104 0.005c0-0.036 0.021-0.063 0.063-0.073zM23.932 10.625l-0.167-0.021-0.005-0.031c0.224-0.021 0.297-0.042 0.432-0.078 0 0.026 0.026 0.031 0.068 0.031l0.005 0.068-0.068 0.005c-0.047 0.005-0.094 0-0.135-0.021-0.036 0.026-0.083 0.042-0.13 0.047zM24.146 11.24l-0.005-0.031 0.276-0.026v0.031zM24.438 11l-0.005-0.036 0.135-0.016v0.042zM24.469 10.536h-0.036l0.031-0.073 0.302-0.026v0.036c-0.099 0.010-0.198 0.031-0.297 0.063zM24.62 11.188l-0.005-0.068 0.135-0.010c0.042-0.005 0.068 0.016 0.068 0.063zM25.422 10.094l-0.167 0.047-0.031 0.005c-0.083 0.005-0.188 0.005-0.307-0.010 0.219-0.010 0.432-0.031 0.505-0.042zM25.245 10.854v0.031l-0.234 0.021-0.005-0.031zM25.625 11.036c0-0.026-0.047-0.047-0.141-0.057l-0.234 0.068-0.177 0.005c-0.042-0.026-0.063-0.047-0.068-0.063l0.208 0.016 0.474-0.078 0.24 0.010v0.036c-0.099 0.010-0.203 0.031-0.302 0.063zM28.042 10.411l0.052 0.005c0.083-0.083 0.177-0.146 0.286-0.193-0.089 0.375-0.219 0.651-0.401 0.833l-0.135-0.078c0.078-0.188 0.146-0.375 0.198-0.568zM27.635 11.115l0.031-0.005c-0.042 0.083-0.083 0.13-0.12 0.135l-0.005-0.094c0.021 0 0.052-0.010 0.094-0.036zM27.37 11.74c0.068-0.255 0.125-0.401 0.182-0.438l0.005 0.031c-0.031 0.234-0.083 0.359-0.156 0.37l0.016 0.151c-0.057 0.078-0.083 0.141-0.083 0.188l-0.031 0.005-0.021-0.208c0.036-0.005 0.068-0.036 0.089-0.099zM27.271 12.083c-0.010 0.083-0.036 0.167-0.073 0.245h-0.031l-0.005-0.089c0.042-0.104 0.083-0.156 0.109-0.156zM25.354 17.635v-0.026l0.063-0.005 0.005 0.089c-0.036 0.005-0.057-0.016-0.068-0.057zM28.089 17.708c0-0.021-0.010-0.031-0.031-0.031l-0.156 0.016v-0.031h0.010l0.37-0.031v0.031c-0.104 0.005-0.172 0.021-0.193 0.047zM27.906 17.63c0.016 0.005 0.005 0.016 0 0.021-0.005-0.005-0.016-0.010 0-0.021zM27.927 17.203l-0.203 0.016-0.005-0.031 0.188-0.016 0.161-0.036c0 0.016 0.010 0.021 0.031 0.021 0.193-0.031 0.172-0.042 0.266-0.052 0.031 0 0.052 0.021 0.052 0.057zM28.641 17.141c-0.115-0.010-0.12-0.021-0.203-0.010v-0.031l0.182-0.016v0.031c-0.016 0 0.052 0.005 0.021 0.026zM28.651 17.109v-0.026l0.099-0.010 0.005 0.026zM28.875 17.089l-0.005-0.026c0.026-0.005 0.052-0.021 0.073-0.036 0.052-0.005 0.078 0.026 0.083 0.068zM29.156 17.052v-0.031l0.12-0.005v0.026zM29.323 17.042c0-0.036 0.016-0.057 0.047-0.063l0.036 0.052c0-0.016 0.005-0.026 0.021-0.031l0.031 0.057zM27.536 17.813l-0.005-0.057h-0.021l0.005 0.057zM31.703 16.734c0.016-0.010 0.026-0.026-0.021-0.031-0.021 0.026 0.026 0.031-0.021 0.031v0.021l0.031-0.016-0.031 0.021-0.047 0.068 0.099-0.036h0.010l-0.005-0.057zM31.875 16.87h-0.021l0.005 0.063 0.141-0.016c0-0.036-0.094-0.047-0.125-0.047zM31.656 16.766l0.005-0.005z\"/>\n</svg>\n</li><li title=\"cib baidu \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M5.749 16.864c3.48-0.744 3-4.911 2.901-5.817-0.172-1.401-1.823-3.853-4.057-3.656-2.812 0.249-3.224 4.323-3.224 4.323-0.385 1.88 0.907 5.901 4.38 5.151zM12.208 9.88c1.923 0 3.475-2.213 3.475-4.948 0-2.719-1.547-4.932-3.469-4.932-1.916 0-3.479 2.197-3.479 4.932s1.557 4.948 3.479 4.948zM20.489 10.208c2.573 0.344 4.213-2.401 4.547-4.479 0.333-2.068-1.333-4.484-3.145-4.896-1.823-0.421-4.079 2.5-4.307 4.401-0.24 2.333 0.333 4.651 2.895 4.979zM30.667 13.713c0-0.995-0.817-3.995-3.88-3.995-3.057 0-3.48 2.828-3.48 4.828 0 1.907 0.157 4.563 3.98 4.48 3.807-0.095 3.391-4.319 3.391-5.319zM26.803 22.427c0 0-3.985-3.077-6.303-6.4-3.145-4.901-7.62-2.907-9.115-0.423-1.489 2.511-3.812 4.084-4.14 4.505-0.333 0.412-4.797 2.823-3.803 7.224 1 4.401 4.479 4.323 4.479 4.323s2.557 0.251 5.548-0.416c2.984-0.667 5.547 0.161 5.547 0.161s6.943 2.333 8.864-2.147c1.896-4.495-1.083-6.812-1.083-6.812z\"/>\n</svg>\n</li><li title=\"cib bamboo \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M28.953 18.193h-6.651c-0.439-0.011-0.813 0.307-0.876 0.739-0.385 2.693-2.692 4.699-5.416 4.708l1.801 8.229c6.521-0.848 11.537-6.172 12.011-12.729 0.047-0.509-0.353-0.952-0.869-0.947zM17.443 17.979l9.599-8.229c0.407-0.343 0.407-0.968 0-1.312l-9.599-8.224c-0.557-0.484-1.427-0.093-1.432 0.647v16.452c-0.005 0.745 0.864 1.152 1.432 0.667zM2.303 19.984c0.916 6.876 6.78 12.011 13.713 12.016v-8.36c-3.016 0.005-5.464-2.437-5.469-5.447zM2.177 18.057v0.136h8.369c0.005-3.016 2.453-5.453 5.464-5.453l-1.797-8.224c-6.823 0.885-11.953 6.661-12.036 13.541z\"/>\n</svg>\n</li><li title=\"cib bancontact \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M28.516 13.027h-9.433l-5.723 6.692h-11.281l3.041-3.583h-3.625c-0.823 0-1.495 0.687-1.495 1.531v3.24c0 0.843 0.672 1.531 1.495 1.531h17.245c0.823 0 1.948-0.511 2.5-1.14l2.609-2.964 4.624-5.26zM27.016 14.729l-1 1.14zM30.505 9.563h-17.199c-0.823 0-1.947 0.511-2.5 1.135l-7.317 8.281h9.396l5.823-6.692h11.229l-3.016 3.583h3.584c0.823 0 1.495-0.692 1.495-1.536v-3.235c0-0.844-0.672-1.536-1.495-1.536zM28.011 13.593l-0.5 0.568-0.131 0.156z\"/>\n</svg>\n</li><li title=\"cib bandcamp \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M0 25l9.917-18h22.083l-9.917 18z\"/>\n</svg>\n</li><li title=\"cib basecamp \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16 2.667c-8.615 0-15.36 10.959-16 20.213 2.703 4.693 9.219 6.453 16 6.453s13.303-1.76 16-6.453c-0.64-9.255-7.385-20.213-16-20.213zM16.197 27.197c-12.719 0-13.937-5.375-13.937-5.375l0.24-1.301c0 0 3.5-7.563 5.697-7.563 2.204 0 3.12 3.12 4.923 3.12 1.801 0 5.697-6.917 7.099-6.917 1.396 0 3.76 2.599 5.693 5 1.932 2.401 3.837 6.516 3.837 6.516l-0.009 0.041 0.197 1.183c0 0-1.020 5.296-13.74 5.296z\"/>\n</svg>\n</li><li title=\"cib bathasu \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M27.979 29.688c-0.443 0-0.875-0.12-1.26-0.344-1.197-0.693-1.609-2.224-0.916-3.427 2.547-4.396 1.025-10.053-3.387-12.595-1.4-0.807-2.973-1.229-4.604-1.229-0.437 0-0.88-0.12-1.255-0.344-1.197-0.687-1.62-2.223-0.917-3.421 0.439-0.765 1.261-1.24 2.163-1.245 2.484 0 4.947 0.652 7.115 1.901 3.28 1.901 5.624 4.975 6.609 8.641 0.979 3.667 0.479 7.495-1.423 10.801-0.443 0.761-1.281 1.24-2.161 1.24l0.052 0.005zM12.677 31.432c-5.084 0-9.808-2.729-12.344-7.115-0.693-1.192-0.276-2.729 0.921-3.416 1.161-0.672 2.756-0.235 3.417 0.916 1.645 2.844 4.703 4.609 7.995 4.609 1.604 0 3.197-0.427 4.599-1.233 1.38-0.824 2.541-1.985 3.365-3.387 0.219-0.38 0.52-0.703 0.916-0.921 1.147-0.683 2.751-0.24 3.412 0.901 0.443 0.76 0.443 1.724-0.021 2.505-1.244 2.161-3.047 3.948-5.208 5.208-2.167 1.245-4.631 1.907-7.115 1.907l0.068 0.025zM13.672 9.251c-1.489 1.38-2.421 3.348-2.421 5.541 0 1.369 0.369 2.656 1.009 3.771 0.365 0.62 0.563 1.317 0.563 2.083 0 1.661-0.979 3.104-2.385 3.767 1.948 0.599 4.104 0.416 6.016-0.683 1.197-0.703 2.12-1.661 2.76-2.765 0.36-0.62 0.896-1.161 1.547-1.527 1.443-0.839 3.188-0.697 4.469 0.183-0.443-1.98-1.683-3.787-3.589-4.865-1.171-0.681-2.479-1.005-3.76-1.005-0.719 0-1.437-0.197-2.077-0.556-1.443-0.839-2.204-2.407-2.063-3.969l-0.057 0.016zM8.64 23.156c-0.885 0-1.713-0.479-2.161-1.255-1.255-2.161-1.905-4.62-1.905-7.109 0-7.844 6.375-14.224 14.229-14.224 1.369 0 2.495 1.12 2.495 2.505 0 1.38-1.125 2.5-2.505 2.5-5.084 0-9.213 4.135-9.213 9.219 0 1.609 0.421 3.203 1.233 4.604 0.219 0.375 0.333 0.807 0.333 1.249 0 1.381-1.119 2.505-2.509 2.505v0.005z\"/>\n</svg>\n</li><li title=\"cib behance \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M9.25 6.005c0.938 0 1.786 0.078 2.563 0.25 0.766 0.172 1.427 0.438 1.979 0.813 0.547 0.375 0.974 0.865 1.281 1.495 0.297 0.625 0.453 1.401 0.453 2.307 0 0.984-0.229 1.813-0.677 2.479-0.453 0.667-1.115 1.198-2.005 1.625 1.208 0.349 2.104 0.958 2.698 1.828 0.599 0.88 0.885 1.932 0.885 3.146 0 1-0.172 1.854-0.547 2.573-0.37 0.734-0.891 1.333-1.547 1.802-0.641 0.464-1.401 0.797-2.224 1.021-0.813 0.219-1.672 0.339-2.547 0.339h-9.563v-19.667h9.25zM22.589 22.219c0.583 0.573 1.427 0.859 2.526 0.859 0.786 0 1.464-0.198 2.036-0.599 0.568-0.385 0.906-0.813 1.042-1.25h3.448c-0.536 1.703-1.396 2.932-2.531 3.667-1.135 0.745-2.51 1.104-4.104 1.104-1.12 0-2.115-0.172-3.031-0.531-0.896-0.359-1.656-0.87-2.292-1.521-0.62-0.651-1.099-1.438-1.438-2.359s-0.5-1.932-0.5-3.026c0-1.073 0.182-2.052 0.542-2.974 0.359-0.932 0.854-1.708 1.49-2.385 0.661-0.682 1.417-1.193 2.318-1.594 0.896-0.401 1.865-0.578 2.958-0.578 1.214 0 2.255 0.219 3.172 0.698 0.896 0.453 1.63 1.094 2.214 1.865 0.589 0.781 1 1.682 1.255 2.698 0.255 1 0.333 2.052 0.281 3.172h-10.255c0 1.12 0.375 2.177 0.948 2.75l-0.109 0.042zM8.932 22.286c0.422 0 0.828-0.042 1.208-0.125 0.385-0.078 0.729-0.219 1.016-0.401 0.281-0.177 0.521-0.438 0.698-0.776 0.172-0.318 0.25-0.76 0.25-1.281 0-1-0.292-1.719-0.854-2.156-0.573-0.427-1.318-0.641-2.25-0.641h-4.682v5.401h4.615v-0.042zM27.078 14.755c-0.474-0.516-1.255-0.792-2.214-0.792-0.62 0-1.135 0.099-1.552 0.318-0.401 0.198-0.734 0.469-0.99 0.786-0.25 0.318-0.422 0.641-0.521 1-0.099 0.349-0.161 0.667-0.177 0.948h6.349c-0.094-1-0.443-1.734-0.906-2.255v0.016zM8.693 13.932c0.766 0 1.401-0.177 1.901-0.547 0.5-0.359 0.74-0.964 0.74-1.786 0-0.458-0.094-0.833-0.24-1.125-0.177-0.297-0.401-0.521-0.667-0.682-0.281-0.167-0.604-0.281-0.964-0.344-0.359-0.073-0.745-0.099-1.12-0.099h-4.036v4.583zM20.823 7.323h7.958v1.937h-7.958v-1.953z\"/>\n</svg>\n</li><li title=\"cib big cartel \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16 17.421v-1.339c0-0.837 0.339-1.676 1.172-2.009l10.391-6.537c0.667-0.333 1.005-1.172 1.005-2.009v-5.527l-12.568 8.041-12.568-8.041v16.921c0 4.527 2.016 8.376 5.36 10.552l7.041 4.527 7.041-4.527c3.349-2.009 5.36-5.859 5.36-10.552v-7.541z\"/>\n</svg>\n</li><li title=\"cib bing \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M4.807 0l6.391 2.25v22.495l9.005-5.193-4.411-2.073-2.786-6.932 14.188 4.984v7.245l-15.99 9.224-6.396-3.563z\"/>\n</svg>\n</li><li title=\"cib bit \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16 32c-8.839 0-16-7.161-16-16s7.161-16 16-16c8.839 0 16 7.161 16 16s-7.161 16-16 16zM14.474 17.427c0-1.724-1.016-2.693-2.479-2.693-0.453 0-0.849 0.094-1.146 0.297v-2.297c0-0.427-0.266-0.646-0.802-0.646s-0.802 0.219-0.802 0.646v6.047c0 0.406 0 0.802 0.552 1.115 0.479 0.271 1.099 0.406 1.771 0.406 1.865 0 2.906-1.125 2.906-2.875zM10.849 18.828v-2.563c0.219-0.161 0.479-0.245 0.75-0.24 0.745 0 1.234 0.552 1.234 1.505 0 0.948-0.479 1.474-1.255 1.474-0.276 0-0.526-0.057-0.729-0.182zM17.474 13.156c0-0.552-0.396-0.922-0.948-0.922s-0.943 0.37-0.943 0.922c0 0.547 0.391 0.932 0.943 0.932s0.948-0.385 0.948-0.932zM17.328 15.38c0-0.432-0.26-0.646-0.802-0.646-0.536 0-0.802 0.214-0.802 0.646v4.25c0 0.427 0.266 0.646 0.802 0.646 0.542 0 0.802-0.219 0.802-0.646zM22.182 18.839c-0.099 0-0.182 0.026-0.276 0.047-0.109 0.026-0.24 0.063-0.37 0.063-0.203 0-0.359-0.073-0.443-0.24-0.109-0.203-0.109-0.516-0.109-0.734v-1.792h1.005c0.432 0 0.646-0.219 0.646-0.672s-0.214-0.672-0.646-0.672h-1.005v-1.052c0-0.432-0.26-0.646-0.802-0.646-0.536 0-0.802 0.214-0.802 0.646v1.052h-0.417c-0.432 0-0.646 0.219-0.646 0.672s0.214 0.672 0.646 0.672h0.417v1.792c0 0.552 0.026 1.068 0.266 1.5 0.26 0.479 0.776 0.823 1.641 0.823 0.464 0 0.922-0.109 1.182-0.26 0.229-0.135 0.286-0.302 0.286-0.469 0-0.26-0.13-0.729-0.573-0.729z\"/>\n</svg>\n</li><li title=\"cib bitbucket \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M1.036 1.615c-0.563-0.010-1.026 0.448-1.036 1.010 0 0.063 0.005 0.12 0.016 0.177l4.349 26.417c0.109 0.667 0.688 1.156 1.365 1.161h20.87c0.51 0.005 0.943-0.359 1.026-0.859l4.359-26.708c0.094-0.557-0.286-1.083-0.844-1.172-0.063-0.010-0.12-0.016-0.177-0.016zM19.359 20.703h-6.661l-1.802-9.417h10.078z\"/>\n</svg>\n</li><li title=\"cib bitcoin \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M31.516 19.869c-2.136 8.579-10.819 13.787-19.385 11.652-8.568-2.12-13.787-10.824-11.647-19.381 2.131-8.577 10.819-13.796 19.38-11.661 8.573 2.141 13.792 10.819 11.652 19.396zM23.052 13.719c0.317-2.12-1.303-3.265-3.521-4.036l0.72-2.871-1.756-0.443-0.697 2.813c-0.459-0.12-0.937-0.224-1.417-0.333l0.699-2.839-1.761-0.437-0.719 2.885c-0.38-0.089-0.749-0.177-1.12-0.265l-2.416-0.605-0.469 1.881c0 0 1.303 0.296 1.271 0.312 0.715 0.183 0.844 0.645 0.824 1.021l-1.969 7.895c-0.099 0.22-0.323 0.543-0.817 0.417 0.016 0.025-1.281-0.317-1.281-0.317l-0.88 2.009 2.281 0.568 1.239 0.323-0.724 2.923 1.761 0.432 0.724-2.891c0.479 0.136 0.937 0.255 1.395 0.365l-0.676 2.869 1.76 0.443 0.724-2.921c2.989 0.567 5.24 0.343 6.188-2.365 0.76-2.183-0.043-3.437-1.62-4.26 1.135-0.261 2-1.016 2.239-2.573zM19.036 19.349c-0.536 2.187-4.208 1-5.4 0.703l0.963-3.864c1.193 0.307 5.005 0.895 4.437 3.161zM19.584 13.693c-0.496 1.989-3.548 0.984-4.543 0.733l0.876-3.52c0.989 0.239 4.181 0.697 3.667 2.781z\"/>\n</svg>\n</li><li title=\"cib bitdefender \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M2.245 0v0.473l1.645 1.396c1.969 1.604 2.224 1.923 2.224 3.371v26.76h11.531c6.048 0 12.109-2.172 12.109-9.131 0-4.109-2.9-7.281-6.916-7.729v-0.093c3.301-0.989 5.563-3.385 5.563-7 0-5.833-4.975-8.041-9.803-8.041l-16.348-0.005zM11.812 4.885h4.704c3.177 0 4.161 0.437 5.124 1.349 0.729 0.697 1.063 1.651 1.068 2.76 0 1.036-0.359 1.959-1.109 2.672-0.943 0.901-2.235 1.349-4.588 1.349h-5.193v-8.131zM11.812 17.896h5.469c4.604 0 6.781 1.177 6.781 4.52 0 4.204-4.079 4.704-7.011 4.704h-5.24z\"/>\n</svg>\n</li><li title=\"cib bitly \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M17.406 28.349c-1.792 0.026-3.099-0.547-3.182-2.115-0.031-0.589-0.021-1.214 0.005-1.589 0.182-2.292 1.776-3.938 3.37-4.255 1.979-0.391 3.276 0.505 3.276 3.078 0 1.74-0.479 4.828-3.453 4.88h-0.021zM15.896 0c-8.802 0-15.896 7.063-15.896 16.297 0 4.792 2.563 9.417 6.161 12.198 0.698 0.531 1.521 0.49 2 0.026 0.396-0.38 0.359-1.313-0.38-1.969-2.88-2.51-4.87-6.344-4.87-10.177 0-6.865 6.104-12.656 12.984-12.656 8.375 0 12.849 6.807 12.849 12.578 0 3.531-1.719 7.786-4.833 10.495 0.021 0 0.656-1.255 0.656-3.708 0-4.177-2.635-6.448-5.708-6.448-2.214 0-3.552 0.797-4.453 1.536 0-1.698 0.063-4.87 0.063-4.87 0-2.099-0.719-3.776-3.292-3.818-1.484-0.016-2.578 0.661-3.255 2.198-0.24 0.583-0.161 1.224 0.339 1.5 0.401 0.24 1.078 0.063 1.396-0.38 0.219-0.276 0.339-0.339 0.536-0.318 0.323 0.042 0.344 0.542 0.344 0.88 0.016 0.255 0.255 3.87 0.115 13.151-0.010 2.547 2.005 5.484 6.818 5.484 2.078 0 3.672-0.578 5.99-1.896 3.531-2 8.542-6.427 8.542-13.932-0.063-9.443-7.646-16.172-16.089-16.172z\"/>\n</svg>\n</li><li title=\"cib blackberry \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M10.375 7.306c0 1.463-1.025 3.069-4.531 3.069h-4.381l1.313-5.55h4.238c2.631 0 3.363 1.456 3.363 2.481zM18.262 4.825h-4.238l-1.169 5.55h4.381c3.363 0 4.381-1.606 4.381-3.069 0.006-1.025-0.725-2.481-3.356-2.481zM5.55 13.006h-4.238l-1.313 5.55h4.381c3.506 0 4.531-1.462 4.531-3.069 0-1.019-0.731-2.481-3.363-2.481zM16.806 13.006h-4.237l-1.169 5.55h4.381c3.363 0 4.381-1.462 4.381-3.069 0-1.019-0.731-2.481-3.356-2.481zM28.637 9.644h-4.238l-1.169 5.55h4.381c3.363 0 4.381-1.463 4.381-3.069 0.006-1.019-0.725-2.481-3.356-2.481zM26.887 18.262h-4.238l-1.169 5.55h4.381c3.506 0 4.381-1.462 4.381-3.069 0-1.019-0.725-2.481-3.356-2.481zM15.050 21.625h-4.238l-1.169 5.55h4.381c3.506 0 4.381-1.606 4.381-3.069 0.006-1.019-0.725-2.481-3.356-2.481z\"/>\n</svg>\n</li><li title=\"cib blender \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16.683 17.62c0.057-1.068 0.583-2.011 1.369-2.677 0.828-0.688 1.875-1.057 2.953-1.052 1.131 0 2.172 0.401 2.948 1.052 0.787 0.667 1.307 1.609 1.369 2.677 0.057 1.093-0.38 2.115-1.156 2.869-0.849 0.813-1.984 1.26-3.161 1.251-1.183 0.009-2.317-0.437-3.172-1.251-0.771-0.755-1.213-1.776-1.151-2.869zM9.803 19.776c0.004 0.417 0.14 1.229 0.337 1.864 0.433 1.365 1.157 2.62 2.125 3.672 1.037 1.141 2.303 2.052 3.713 2.672 1.543 0.677 3.204 1.021 4.881 1.011 1.681 0.005 3.343-0.344 4.88-1.025 1.411-0.625 2.672-1.543 3.713-2.683 0.963-1.057 1.687-2.317 2.12-3.683 0.416-1.323 0.531-2.724 0.333-4.099-0.188-1.317-0.647-2.579-1.355-3.703-0.656-1.053-1.489-1.975-2.469-2.724l-10.020-7.699c-0.656-0.505-1.76-0.5-2.479 0-0.729 0.511-0.813 1.355-0.168 1.891l4.168 3.391-12.724 0.016c-1.053 0-2.057 0.687-2.261 1.563-0.203 0.885 0.505 1.62 1.599 1.624l6.443-0.009-11.541 8.853c-1.083 0.828-1.432 2.213-0.749 3.084 0.692 0.891 2.167 0.891 3.265 0.005l6.271-5.131c0 0-0.093 0.693-0.083 1.109zM25.921 22.093c-1.296 1.319-3.104 2.068-5.061 2.068-1.959 0.005-3.772-0.735-5.063-2.047-0.609-0.615-1.084-1.355-1.381-2.167-0.556-1.541-0.416-3.255 0.376-4.693 0.391-0.697 0.911-1.323 1.536-1.828 1.256-1.020 2.855-1.572 4.532-1.577 1.671 0 3.271 0.547 4.525 1.567 0.641 0.521 1.161 1.136 1.536 1.824 0.391 0.697 0.631 1.473 0.699 2.276 0.073 0.817-0.036 1.64-0.317 2.411-0.303 0.813-0.772 1.552-1.381 2.167z\"/>\n</svg>\n</li><li title=\"cib blogger b \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M29.913 13.919c-0.113-0.5-0.425-0.962-0.781-1.156-0.113-0.063-0.813-0.137-1.563-0.169-1.256-0.056-1.394-0.081-1.794-0.313-0.631-0.369-0.8-0.769-0.806-1.844-0.006-2.063-0.863-3.981-2.556-5.706-1.206-1.231-2.556-2.063-4.094-2.531-0.369-0.113-1.194-0.15-3.956-0.181-4.338-0.050-5.3 0.037-6.775 0.625-2.719 1.075-4.669 3.363-5.381 6.287-0.131 0.55-0.163 1.431-0.194 6.494-0.037 6.344 0.006 7.275 0.4 8.531 0.975 3.1 3.744 5.394 6.525 5.894 0.925 0.169 12.331 0.206 13.5 0.050 2.031-0.275 3.625-1.094 5.119-2.619 1.081-1.106 1.756-2.3 2.2-3.881 0.306-1.1 0.281-8.925 0.156-9.481zM9.781 9.944c0.488-0.494 0.625-0.513 3.675-0.513 2.744 0 2.837 0.006 3.238 0.213 0.581 0.294 0.837 0.706 0.837 1.369 0 0.594-0.238 1.012-0.769 1.35-0.287 0.181-0.456 0.194-3.144 0.206-1.656 0.012-2.981-0.025-3.175-0.075-1.038-0.294-1.425-1.781-0.663-2.55zM21.769 22.431l-0.931 0.15-4.844 0.056c-4.256 0.050-5.456-0.025-5.681-0.125-0.444-0.194-0.863-0.731-0.931-1.212-0.069-0.456 0.162-1.081 0.512-1.4 0.444-0.4 0.637-0.412 6.081-0.419 5.6-0.006 5.569-0.006 6.1 0.488 0.756 0.706 0.594 1.95-0.306 2.462z\"/>\n</svg>\n</li><li title=\"cib blogger \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M29.303 32h-26.6c-1.505 0-2.703-1.197-2.703-2.697v-26.6c0-1.505 1.197-2.703 2.697-2.703h26.704c1.401 0 2.599 1.197 2.599 2.697v26.605c0 1.5-1.197 2.697-2.697 2.697zM16 5.303h-4c-3.697 0-6.697 3-6.697 6.697v8c0 3.697 3 6.697 6.697 6.697h8c3.697 0 6.697-3 6.697-6.697v-5.303c0-0.796-0.599-1.395-1.4-1.395h-1.297c-0.697 0-1.303-0.605-1.303-1.303 0-3.703-3-6.703-6.697-6.703zM20.099 21.303h-8.099c-0.697 0-1.303-0.605-1.303-1.303s0.605-1.303 1.303-1.303h8.099c0.704 0 1.303 0.6 1.303 1.303s-0.599 1.303-1.303 1.303zM16.697 10.697c0.704 0 1.303 0.605 1.303 1.303s-0.599 1.303-1.303 1.303h-4.796c-0.704 0-1.303-0.605-1.303-1.303s0.599-1.303 1.303-1.303z\"/>\n</svg>\n</li><li title=\"cib bluetooth b \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M18.28 16.251l5.789-6.458-9.124-9.793v12.896l-5.382-5.382-1.963 1.963 6.754 6.775-6.754 6.775 1.963 1.963 5.382-5.382 0.17 12.393 9.284-9.29zM20.834 9.814l-3.124 3.124-0.021-6.268zM17.71 19.565l3.124 3.124-3.145 3.145z\"/>\n</svg>\n</li><li title=\"cib bluetooth \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M20.288 10.694l-2.681 2.681-0.019-5.375 2.7 2.694zM17.587 24.431l2.694-2.694-2.681-2.681zM28 16.212c0 12.85-4.494 15.788-11.569 15.788s-12.431-2.938-12.431-15.788c0-12.85 5.212-16.212 12.288-16.212s11.712 3.369 11.712 16.212zM18.094 16.212l4.962-5.537-7.819-8.394v11.056l-4.613-4.612-1.688 1.681 5.794 5.812-5.794 5.813 1.681 1.681 4.613-4.612 0.144 10.625 7.962-7.969z\"/>\n</svg>\n</li><li title=\"cib boeing \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M9.208 23.135c-1.818 0.005-3.589-0.604-5.016-1.734 1.609-3.62 4.875-8.474 9.333-13.219 3.464 2.177 4.76 6.599 3.016 10.302-1.417-0.651-2.734-1.474-3.854-2.505l2.443 4.583c-1.531 1.646-3.677 2.578-5.922 2.573zM1.104 15.036c0-2.146 0.854-4.208 2.375-5.729s3.578-2.375 5.729-2.375c1.198 0 2.333 0.266 3.365 0.729-4.391 3.88-7.792 8.391-9.807 12.292-1.078-1.411-1.661-3.141-1.661-4.917zM17.563 18.922c0.563-1.219 0.854-2.542 0.854-3.885 0-3.198-1.635-6.021-4.115-7.672 1.521-1.563 3.115-3.047 4.776-4.453-1.969 1.167-3.844 2.49-5.599 3.964-3.917-2.042-8.729-1.021-11.479 2.437-2.745 3.458-2.646 8.38 0.234 11.729-1.766 3.818-2.073 6.885-0.521 7.917 1.667 1.109 5.281-0.901 7.453-4.177 0 0-3.354 3.031-5.203 2.333-1.135-0.427-1.135-2.161-0.203-4.656 1.578 1.161 3.49 1.786 5.448 1.786 2.526 0 4.807-1.016 6.469-2.656l0.328 0.615c4.010-0.328 15.995-0.641 15.995-0.641 0-0.578-7.932-0.057-14.443-2.641z\"/>\n</svg>\n</li><li title=\"cib boost \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M21.088 24.208c0.079-0.057 0.152-0.129 0.219-0.197 1.141-1.177 1.141-3.047 0-4.224l-10.4-10.667c-0.073 0.063-0.147 0.131-0.213 0.197-1.141 1.183-1.141 3.052 0 4.229zM28.729 9.011c0.801 0.161 1.531 0.568 2.093 1.167 1.568 1.651 1.568 4.333 0 5.984l-7.407 7.797c-0.463 0.473-1.072 0.776-1.733 0.848l4.405 4.527-22.812-5.011c-0.803-0.167-1.531-0.573-2.093-1.172-1.579-1.645-1.579-4.328 0-5.989l7.401-7.787c0.457-0.479 1.072-0.781 1.733-0.853l-4.405-4.521 22.812 5.011z\"/>\n</svg>\n</li><li title=\"cib bootstrap \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M26.667 0h-21.333c-2.943 0.010-5.323 2.391-5.333 5.333v21.333c0 2.932 2.401 5.333 5.333 5.333h21.333c2.932 0 5.333-2.401 5.333-5.333v-21.333c0-2.932-2.401-5.333-5.333-5.333zM23.75 22.474c-0.266 0.641-0.688 1.208-1.229 1.646-0.563 0.453-1.271 0.828-2.146 1.094-0.87 0.271-1.906 0.406-3.109 0.406h-8.573v-18.667h9.068c1.677 0 3.021 0.375 4.026 1.146 1.016 0.771 1.516 1.927 1.516 3.479 0 0.943-0.229 1.745-0.688 2.411s-1.12 1.182-1.974 1.542v0.063c1.141 0.24 2.021 0.781 2.599 1.62s0.88 1.901 0.88 3.182c0 0.719-0.141 1.401-0.401 2.036l0.031 0.036zM20.047 17.875c-0.542-0.5-1.313-0.745-2.302-0.745h-5.766v5.823h5.781c0.984 0 1.76-0.255 2.307-0.771s0.823-1.25 0.823-2.188c-0.010-0.922-0.276-1.635-0.823-2.12h-0.026zM19.25 14.109c0.526-0.448 0.786-1.089 0.786-1.927 0-0.938-0.234-1.604-0.708-1.984-0.469-0.38-1.146-0.578-2.036-0.578h-5.333v5.151h5.333c0.776 0 1.443-0.229 1.953-0.661z\"/>\n</svg>\n</li><li title=\"cib bower \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M31.391 15.073c-1.645-1.584-9.88-2.568-12.473-2.855 0.124-0.297 0.233-0.604 0.323-0.921 0.353-0.157 0.733-0.303 1.129-0.423 0.047 0.147 0.276 0.688 0.407 0.948 5.219 0.141 5.489-3.88 5.697-4.984 0.209-1.079 0.199-2.12 1.991-4.027-2.667-0.776-6.505 1.209-7.792 4.157-0.479-0.177-0.964-0.313-1.443-0.396-0.344-1.385-2.131-5.24-6.823-5.24-3.037 0-6.1 1.255-8.401 3.443-1.24 1.177-2.213 2.573-2.896 4.156-0.735 1.708-1.109 3.589-1.109 5.589 0 6.973 4.755 13.077 7.448 13.077 1.172 0 2.183-0.88 2.416-1.667 0.204 0.541 0.813 2.219 1.011 2.647 0.297 0.635 1.667 1.181 2.265 0.525 0.772 0.427 2.183 0.683 2.953-0.459 1.485 0.313 2.797-0.572 2.824-1.624 0.728-0.043 1.083-1.063 0.927-1.876-0.115-0.599-1.371-2.749-1.86-3.495 0.969 0.787 3.417 1.011 3.713 0 1.557 1.224 3.991 0.584 4.183-0.411 1.891 0.489 4.063-0.589 3.708-1.896 3.043-0.213 2.652-3.448 1.803-4.271zM23.464 9.708c-0.797-0.312-1.819-0.515-2.527-0.515-1.011 0-1.625 0.572-2.577 0.572-0.199 0-0.677 0-1.057-0.135 0.249 0.265 0.561 0.405 1.167 0.405 0.364 0 1.083-0.181 1.661-0.359 0.009 0.125 0.020 0.244 0.036 0.364-1.084 0.261-2.229 0.953-2.557 1.136-0.735-1.625-0.104-3.161 0.479-3.865 2.62 0.005 4.729 1.803 5.376 2.396zM24.599 9.588l-0.401-0.375c-0.411-0.385-0.837-0.735-1.28-1.041 0.656-1.303 1.479-2.719 2.52-3.599-1.145 0.463-2.276 1.839-2.943 3.312-0.344-0.213-0.688-0.407-1.036-0.579 0.932-1.989 3.099-3.651 5.484-3.78-1.599 1.452-1 4.343-2.349 6.057zM21.312 10.943c-0.176-0.385-0.353-1.016-0.333-1.391 0.297-0.005 0.871 0.104 0.959 0.125-0.036 0.177-0.052 0.563-0.052 0.609 0.057-0.093 0.213-0.432 0.276-0.563 0.568 0.109 1.317 0.292 1.76 0.495-0.515 0.333-1.395 0.699-2.609 0.724zM11.885 8.339c-0.651-0.229-0.651-0.812 0-1.047 0.645-0.229 1.459 0.063 1.459 0.525 0 0.464-0.813 0.756-1.459 0.521zM14.036 8.557c0-1.281-1.396-2.084-2.505-1.443-1.109 0.635-1.109 2.245 0 2.885s2.505-0.161 2.505-1.443zM17.749 6.459c-2.088 2.115-1.265 4.787-0.504 5.995-1.079 1.801-3.204 3.031-5.672 3.588 2.771 0 4.4-0.713 5.348-1.411 0.605-0.448 0.933-0.885 1.1-1.131 4.109 0.265 10.615 1.588 11.244 2.016 0.256 0.172 0.521 0.552 0.557 0.916-3.083-0.432-8.651-0.885-10.104-0.963 1.031 0.151 8.579 1.577 9.885 1.911-0.401 0.651-1.307 1.109-2.672 0.787 0.74 1.011-0.697 2.213-2.692 1.552 0.437 0.984-1.339 1.875-3.36 0.844 0.027 0.989-2.511 1.104-3.511 0.011 0.021 0.129 0.141 0.38 0.193 0.489-0.323 2.885-2.688 4.677-5.104 4.677-5.928 0-11.089-4.813-11.089-11.219 0-6.767 5-11.819 11.037-11.819 3.457 0 5.020 2.724 5.343 3.756z\"/>\n</svg>\n</li><li title=\"cib brand ai \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M31.943 15.016c-0.505-8.344-7.407-14.953-15.86-15.005h-0.187c-2.989 0.020-5.781 0.849-8.167 2.296-2.203 1.329-4.057 3.177-5.401 5.376-1.312 2.156-2.131 4.651-2.297 7.323-0.020 0.328-0.031 0.656-0.031 0.995 0 0.333 0.016 0.667 0.031 0.995 0.167 2.672 0.98 5.161 2.297 7.317 1.333 2.199 3.183 4.043 5.369 5.381 2.396 1.432 5.193 2.271 8.172 2.291h0.24c8.459-0.057 15.328-6.651 15.855-14.984 0.015-0.323 0.041-0.661 0.041-0.979 0-0.324 0-0.661-0.027-0.98l-0.031-0.031zM16.005 20.855v5.104c0.125 3.12-0.76 3.64-1.828 3.687-0.047 0-0.089 0.005-0.136 0.005-6.072-0.859-10.875-5.672-11.713-11.76-0.083-0.62-0.131-1.251-0.131-1.896 0-0.64 0.048-1.271 0.131-1.891 0.833-6.077 5.625-10.891 11.699-11.76l0.151 0.016c1.068 0.056 1.953 0.572 1.828 3.681v5.104c-0.016 2.1 1.192 4.1 2.473 4.855-1.281 0.749-2.489 2.5-2.473 4.849z\"/>\n</svg>\n</li><li title=\"cib brave \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M28.823 8.036l0.833 2.38c0.041 0.125 0.047 0.261 0.016 0.387l-0.036 0.129-0.095 0.365-0.344 1.307-1.041 3.964c-0.817 3.115-1.353 5.167-1.484 5.677-0.703 2.781-1.26 3.749-3.057 5.020-1.584 1.115-4.875 3.355-5.505 3.751-0.073 0.047-0.145 0.093-0.219 0.14l-0.251 0.172c-0.239 0.172-0.495 0.323-0.76 0.453-0.301 0.14-0.588 0.219-0.88 0.219s-0.579-0.079-0.88-0.219c-0.265-0.131-0.521-0.281-0.76-0.453l-0.251-0.172c-0.073-0.047-0.145-0.093-0.219-0.14-0.631-0.396-3.921-2.636-5.505-3.751-1.797-1.271-2.355-2.239-3.057-5.020-0.131-0.511-0.667-2.563-1.479-5.657l-1.047-3.984-0.339-1.307-0.1-0.365-0.031-0.129c-0.036-0.125-0.031-0.261 0.016-0.387l0.828-2.38-0.625-1.536c-0.093-0.24-0.041-0.511 0.131-0.697l0.161-0.172c0.129-0.141 0.276-0.292 0.443-0.464 0.459-0.484 0.943-0.984 1.432-1.473 0.469-0.469 1.099-0.724 1.833-0.808 0.62-0.068 1.24-0.036 1.849 0.088l2.416-2.749c0.125-0.145 0.303-0.224 0.495-0.224h9.381c0.192 0 0.369 0.079 0.495 0.224l2.416 2.749c0.609-0.124 1.229-0.156 1.849-0.088 0.735 0.084 1.364 0.339 1.833 0.808 0.672 0.676 1.339 1.369 1.995 2.061 0.213 0.235 0.265 0.505 0.167 0.745l-0.62 1.536zM27.5 8.235c-0.052-0.152-0.047-0.317 0.016-0.464l0.557-1.375-0.303-0.317c-0.468-0.491-0.937-0.975-1.416-1.453-0.235-0.229-0.589-0.375-1.057-0.432-0.459-0.043-0.923-0.021-1.376 0.061-0.109 0.021-0.203 0.043-0.285 0.057l-0.095 0.027c-0.244 0.068-0.505-0.011-0.672-0.203l-2.473-2.819h-8.792l-2.473 2.819c-0.167 0.192-0.428 0.271-0.672 0.203-0.125-0.032-0.251-0.063-0.38-0.084-0.453-0.083-0.917-0.104-1.376-0.061-0.463 0.057-0.823 0.203-1.057 0.432-0.577 0.583-1.151 1.172-1.713 1.771l0.557 1.375c0.057 0.151 0.063 0.312 0.011 0.464l-0.844 2.427 0.079 0.303 0.344 1.301 1.041 3.969c0.5 1.896 0.995 3.792 1.484 5.687 0.631 2.505 1.032 3.204 2.541 4.272 1.563 1.099 4.839 3.323 5.443 3.708 0.079 0.047 0.157 0.099 0.261 0.167l0.244 0.172c0.256 0.172 0.428 0.276 0.584 0.348 0.14 0.068 0.249 0.095 0.323 0.095 0.079 0 0.183-0.027 0.323-0.095 0.161-0.072 0.328-0.176 0.584-0.348l0.249-0.172c0.099-0.068 0.183-0.12 0.256-0.167 0.609-0.38 3.885-2.609 5.443-3.708 1.509-1.068 1.911-1.767 2.547-4.272 0.129-0.515 0.667-2.567 1.479-5.667l1.047-3.989 0.344-1.301 0.079-0.303-0.844-2.427zM22.615 5.631c0 0 3.437 4.172 3.437 5.063s-0.432 1.124-0.864 1.588l-2.579 2.749c-0.245 0.261-0.749 0.652-0.453 1.36 0.297 0.708 0.74 1.615 0.251 2.527-0.489 0.916-1.333 1.531-1.871 1.427-0.536-0.099-1.796-0.765-2.265-1.063-0.464-0.303-1.932-1.527-1.932-1.989 0-0.469 1.521-1.303 1.801-1.495 0.281-0.188 1.563-0.928 1.589-1.213 0.025-0.287 0.016-0.376-0.365-1.089-0.375-0.713-1.057-1.667-0.943-2.297 0.109-0.635 1.209-0.963 1.995-1.26 0.781-0.297 2.292-0.859 2.485-0.948 0.187-0.088 0.135-0.172-0.432-0.224-0.573-0.057-2.193-0.271-2.928-0.068-0.729 0.209-1.979 0.516-2.077 0.683-0.1 0.167-0.193 0.172-0.089 0.74s0.641 3.301 0.693 3.787c0.052 0.484 0.151 0.801-0.371 0.921-0.52 0.125-1.395 0.328-1.697 0.328s-1.177-0.208-1.697-0.328c-0.521-0.12-0.423-0.437-0.371-0.921 0.052-0.485 0.589-3.219 0.693-3.787s0.011-0.573-0.089-0.74c-0.104-0.167-1.348-0.473-2.077-0.683-0.735-0.203-2.355 0.016-2.928 0.068-0.567 0.052-0.619 0.136-0.432 0.224 0.193 0.089 1.704 0.651 2.485 0.948 0.785 0.297 1.885 0.625 1.995 1.26 0.115 0.631-0.568 1.584-0.943 2.297-0.381 0.713-0.391 0.803-0.365 1.089 0.027 0.291 1.308 1.025 1.589 1.213 0.28 0.192 1.801 1.025 1.801 1.495 0 0.468-1.468 1.681-1.932 1.989-0.469 0.303-1.729 0.964-2.265 1.063-0.537 0.104-1.381-0.511-1.871-1.427-0.489-0.912-0.047-1.819 0.251-2.527 0.301-0.708-0.208-1.099-0.453-1.36l-2.579-2.749c-0.432-0.464-0.864-0.697-0.864-1.588s3.437-5.063 3.437-5.063c0 0 2.901 0.557 3.292 0.557s1.24-0.328 2.020-0.589c0.781-0.26 1.303-0.265 1.303-0.265s0.521 0.005 1.303 0.265c0.785 0.261 1.629 0.589 2.020 0.589s3.292-0.557 3.292-0.557zM20.036 21.584c0.215 0.135 0.084 0.385-0.109 0.52-0.192 0.141-2.796 2.161-3.052 2.385-0.249 0.224-0.62 0.593-0.875 0.593s-0.625-0.369-0.875-0.593c-0.256-0.224-2.86-2.244-3.052-2.385-0.193-0.135-0.324-0.385-0.109-0.52 0.213-0.131 0.875-0.469 1.796-0.948 0.917-0.48 2.063-0.881 2.24-0.881s1.323 0.401 2.24 0.881c0.921 0.479 1.583 0.817 1.796 0.948z\"/>\n</svg>\n</li><li title=\"cib btc \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M23.388 15.165c1.733-0.886 2.836-2.462 2.58-5.081-0.335-3.585-3.279-4.786-7.178-5.121v-4.963h-3.033v4.825c-0.788 0-1.595 0.020-2.403 0.039v-4.864h-3.033v4.963c-1.115 0.034-2.414 0.017-6.085 0v3.23c2.394-0.042 3.651-0.196 3.939 1.339v13.589c-0.183 1.218-1.158 1.043-3.328 1.005l-0.61 3.604c5.53 0 6.086 0.020 6.086 0.020v4.25h3.033v-4.191c0.827 0.020 1.634 0.020 2.403 0.020v4.172h3.033v-4.25c5.081-0.276 8.478-1.556 8.931-6.342 0.354-3.84-1.457-5.554-4.333-6.243zM13.413 8.41c1.713 0 7.070-0.532 7.070 3.033 0 3.407-5.357 3.013-7.070 3.013zM13.413 24.145v-6.657c2.048 0 8.32-0.571 8.32 3.328 0 3.762-6.272 3.328-8.32 3.328z\"/>\n</svg>\n</li><li title=\"cib buddy \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M28.932 7.078l-11.672-6.74c-0.776-0.453-1.74-0.453-2.521 0l-11.672 6.734c-0.781 0.453-1.26 1.286-1.26 2.187v13.479c0 0.896 0.479 1.729 1.26 2.182l11.672 6.74c0.781 0.448 1.74 0.448 2.521 0l11.677-6.74c0.776-0.453 1.26-1.281 1.26-2.182v-13.479c0-0.901-0.484-1.734-1.26-2.182zM19 17.411l-5.073 5.073-1.802-1.802 5.073-5.073-5.073-5.073 1.802-1.802 6.875 6.875z\"/>\n</svg>\n</li><li title=\"cib buffer \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M31.714 24.318c0.38 0.193 0.38 0.359 0 0.5l-15.146 6.964c-0.38 0.193-0.76 0.193-1.135 0l-15.146-6.964c-0.38-0.141-0.38-0.307 0-0.5l3.625-1.641c0.38-0.188 0.76-0.188 1.135 0l10.385 4.766c0.38 0.188 0.76 0.188 1.141 0l10.38-4.766c0.375-0.188 0.755-0.188 1.135 0zM31.714 15.714c0.38 0.193 0.38 0.38 0 0.568l-15.146 6.974c-0.38 0.135-0.76 0.135-1.135 0l-15.146-6.974c-0.38-0.193-0.38-0.38 0-0.568l3.625-1.635c0.38-0.193 0.76-0.193 1.135 0l10.385 4.76c0.38 0.188 0.76 0.188 1.141 0l10.38-4.76c0.375-0.193 0.755-0.193 1.135 0l3.625 1.63zM0.286 7.682c-0.38-0.193-0.38-0.359 0-0.5l15.146-6.969c0.375-0.188 0.76-0.188 1.135 0l15.146 6.974c0.38 0.141 0.38 0.307 0 0.5l-15.146 6.964c-0.38 0.193-0.76 0.193-1.135 0z\"/>\n</svg>\n</li><li title=\"cib buy me a coffee \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M9.197 0l-1.619 3.735h-2.407v3.359h0.921l0.943 5.975h-1.473l1.948 10.973 1.249-0.015 1.256 7.973h11.891l0.083-0.531 1.172-7.443 1.188 0.015 1.943-10.973h-1.407l0.937-5.975h1.011v-3.359h-2.557l-1.625-3.735zM9.901 1.073h12.057l1.025 2.375h-14.115zM6.235 4.803h19.525v1.228h-19.525zM6.839 14.136h18.183l-1.568 8.823-7.536-0.079-7.511 0.079z\"/>\n</svg>\n</li><li title=\"cib buysellads \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16 9.419l2.681 10.044h-5.362zM30 5v22c0 1.656-1.344 3-3 3h-22c-1.656 0-3-1.344-3-3v-22c0-1.656 1.344-3 3-3h22c1.656 0 3 1.344 3 3zM25.919 25.331l-5.906-18.669h-8.025l-5.906 18.669h5.669l6.981-5.725 1.512 5.725z\"/>\n</svg>\n</li><li title=\"cib buzzfeed \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M32 16c0 8.839-7.161 16-16 16s-16-7.161-16-16c0-8.839 7.161-16 16-16s16 7.161 16 16zM26.469 15.636l-1.303-9.256-8.667 3.5 3.432 1.984-3.244 5.62-5.62-3.244-5.537 9.588 3.1 1.792 3.749-6.489 5.62 3.244 5.036-8.724z\"/>\n</svg>\n</li><li title=\"cib c \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M22.698 12.286c0 0-0.516-4.391-5.276-4.51-4.76-0.125-7.203 3.292-7.203 8.172s2.703 8.786 7.333 8.786c4.63 0 5.146-4.88 5.146-4.88l8.875 0.484c0 0 0.521 4.411-3.193 7.771-3.714 3.365-8.271 3.911-11.453 3.891-3.188-0.026-7.599 0.047-11.87-3.958-4.266-4-4.99-7.891-4.99-11.714 0-3.818 0.807-8.88 5.885-12.719 3.448-2.604 6.943-3.568 10.443-3.568 14.599 0 15.578 12.333 15.578 12.333z\"/>\n</svg>\n</li><li title=\"cib cakephp \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M0 18.5v4.995c0 2.756 7.161 4.989 16 4.989v-4.989c-8.839 0-16-2.24-16-4.989zM28.511 21.609l-12.511-3.109v4.995l12.511 3.109c2.183-0.855 3.489-1.932 3.489-3.109v-4.995c0 1.177-1.307 2.255-3.489 3.109zM16 13.511v4.989c-8.839 0-16-2.235-16-4.989v-5.005c0-2.751 7.161-4.989 16-4.989 8.833 0 16 2.239 16 4.995v5c0 1.177-1.307 2.249-3.489 3.109l-12.511-3.115z\"/>\n</svg>\n</li><li title=\"cib campaign monitor \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M31.781 5.693c-0.385-0.553-1.145-0.688-1.699-0.303l-29.864 20.916c0.219 0.313 0.584 0.521 0.995 0.521h29.573c0.672 0 1.213-0.547 1.213-1.219v-19.235c-0.005-0.235-0.079-0.468-0.219-0.681zM1.917 5.391c-0.553-0.385-1.313-0.251-1.699 0.303-0.14 0.208-0.213 0.443-0.219 0.681v19.265l14.219-11.651z\"/>\n</svg>\n</li><li title=\"cib canva \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16 0c-8.839 0-16 7.161-16 16s7.161 16 16 16c8.839 0 16-7.161 16-16s-7.161-16-16-16zM9.281 10.24c1.005 0 1.787 0.733 1.875 1.599 0.095 0.781-0.229 1.464-1.093 1.875-0.459 0.229-0.641 0.229-0.735 0.093-0.047-0.093 0-0.181 0.093-0.276 0.824-0.681 0.824-1.233 0.729-2.009-0.047-0.505-0.411-0.824-0.776-0.824-1.604 0-3.885 3.563-3.568 6.172 0.141 1.005 0.735 2.193 2.011 2.193 0.412 0 0.871-0.136 1.281-0.317 0.667-0.355 1.068-0.625 1.464-1.068-0.099-1.183 0.937-2.729 2.468-2.729 0.688 0 1.235 0.276 1.281 0.781 0.089 0.683-0.505 0.776-0.687 0.776-0.183 0-0.505-0.047-0.505-0.229-0.041-0.183 0.411-0.093 0.369-0.505-0.047-0.276-0.323-0.364-0.593-0.364-0.964 0-1.511 1.328-1.375 2.145 0.047 0.369 0.228 0.735 0.599 0.735 0.271 0 0.683-0.412 0.817-1.005 0.093-0.412 0.459-0.688 0.781-0.688 0.136 0 0.224 0.047 0.271 0.229v0.183c-0.041 0.183-0.183 0.735-0.135 0.869 0 0.095 0.047 0.229 0.228 0.229 0.12 0 0.579-0.24 1.037-0.615 0.151-0.787 0.333-1.729 0.333-1.807 0.047-0.323 0.183-0.641 0.823-0.641 0.14 0 0.229 0.047 0.276 0.229v0.183l-0.183 0.823c0.595-0.776 1.464-1.323 2.011-1.323 0.229 0 0.412 0.135 0.412 0.364 0 0.136 0 0.365-0.095 0.595-0.181 0.5-0.411 1.281-0.547 1.963 0 0.183 0.047 0.365 0.276 0.365s0.912-0.271 1.459-1.005l0.011-0.005c0-0.089-0.011-0.177-0.011-0.265 0-0.552 0.047-1.005 0.141-1.328 0.093-0.365 0.547-0.683 0.823-0.683 0.135 0 0.276 0.088 0.276 0.224 0 0.047 0 0.14-0.047 0.183-0.183 0.599-0.324 1.145-0.324 1.692 0 0.323 0.048 0.776 0.141 1.052 0 0.047 0.041 0.093 0.088 0.093 0.095 0 0.735-0.593 1.188-1.375-0.412-0.271-0.641-0.729-0.641-1.276 0-0.963 0.6-1.464 1.147-1.464 0.459 0 0.823 0.319 0.823 0.959 0 0.412-0.136 0.871-0.364 1.281h0.135c0.292 0.011 0.579-0.109 0.776-0.317 0.047-0.073 0.109-0.125 0.183-0.156 0.448-0.568 1.104-0.989 1.88-0.989 0.64 0 1.229 0.276 1.276 0.776 0.093 0.687-0.505 0.823-0.688 0.823-0.181 0-0.504-0.047-0.504-0.229s0.411-0.093 0.369-0.5c-0.047-0.276-0.323-0.369-0.599-0.369-0.912 0-1.505 1.187-1.371 2.151 0.047 0.364 0.229 0.776 0.595 0.776 0.276 0 0.687-0.412 0.869-1.005 0.088-0.364 0.459-0.688 0.776-0.688 0.14 0 0.229 0.047 0.276 0.229 0 0.095 0 0.276-0.183 0.871-0.229 0.411-0.229 0.64-0.181 0.823 0.041 0.364 0.224 0.64 0.411 0.776 0.041 0.047 0.089 0.135 0.089 0.135 0 0.095-0.048 0.188-0.183 0.188-0.047 0-0.089 0-0.136-0.047-0.687-0.276-0.963-0.735-1.052-1.193-0.276 0.323-0.593 0.505-0.963 0.505-0.595 0-1.183-0.547-1.276-1.235-0.027-0.291 0.004-0.588 0.099-0.864-0.271 0.172-0.563 0.271-0.833 0.271h-0.224c-0.599 0.869-1.24 1.464-1.693 1.735-0.156 0.083-0.328 0.131-0.505 0.14-0.088 0-0.228-0.047-0.271-0.14-0.129-0.203-0.208-0.521-0.26-0.885-0.641 0.697-1.527 1.072-1.937 1.072-0.459 0-0.729-0.276-0.776-0.733v-0.5c0.135-1.005 0.505-1.604 0.505-1.787-0.005-0.047-0.043-0.089-0.095-0.093-0.317 0-1.369 1.099-1.552 1.833l-0.14 0.593c-0.089 0.411-0.5 0.687-0.776 0.687-0.136 0-0.229-0.047-0.271-0.228v-0.183l0.057-0.312c-0.579 0.411-1.157 0.676-1.433 0.676-0.411 0-0.64-0.229-0.681-0.552-0.276 0.371-0.595 0.552-1.005 0.552-0.475 0-0.932-0.323-1.151-0.791-0.329 0.369-0.699 0.739-1.136 1.020-0.64 0.412-1.369 0.729-2.24 0.729-0.776 0-1.463-0.412-1.828-0.776-0.552-0.505-0.869-1.281-0.916-2.011-0.271-2.239 1.099-5.12 3.197-6.401 0.505-0.276 1.011-0.457 1.511-0.457zM22.307 14.631c-0.135 0-0.228 0.229-0.228 0.452 0 0.371 0.181 0.781 0.411 1.011 0.095-0.249 0.136-0.515 0.141-0.781 0-0.452-0.183-0.681-0.324-0.681z\"/>\n</svg>\n</li><li title=\"cib cashapp \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M31.453 4.625c-0.688-1.891-2.177-3.375-4.068-4.063-1.745-0.563-3.333-0.563-6.557-0.563h-9.682c-3.198 0-4.813 0-6.531 0.531-1.896 0.693-3.385 2.188-4.068 4.083-0.547 1.734-0.547 3.333-0.547 6.531v9.693c0 3.214 0 4.802 0.531 6.536 0.688 1.891 2.177 3.375 4.068 4.063 1.734 0.547 3.333 0.547 6.536 0.547h9.703c3.214 0 4.813 0 6.536-0.531 1.896-0.688 3.391-2.182 4.078-4.078 0.547-1.734 0.547-3.333 0.547-6.536v-9.667c0-3.214 0-4.813-0.547-6.547zM23.229 10.802l-1.245 1.24c-0.25 0.229-0.635 0.234-0.891 0.010-1.203-1.010-2.724-1.568-4.292-1.573-1.297 0-2.589 0.427-2.589 1.615 0 1.198 1.385 1.599 2.984 2.198 2.802 0.938 5.12 2.109 5.12 4.854 0 2.99-2.318 5.042-6.104 5.266l-0.349 1.604c-0.063 0.302-0.328 0.516-0.635 0.516h-2.391l-0.12-0.010c-0.354-0.078-0.578-0.432-0.505-0.786l0.375-1.693c-1.438-0.359-2.76-1.083-3.844-2.094v-0.016c-0.25-0.25-0.25-0.656 0-0.906l1.333-1.292c0.255-0.234 0.646-0.234 0.896 0 1.214 1.146 2.839 1.786 4.521 1.76 1.734 0 2.891-0.734 2.891-1.896s-1.172-1.464-3.385-2.292c-2.349-0.839-4.573-2.026-4.573-4.802 0-3.224 2.677-4.797 5.854-4.943l0.333-1.641c0.063-0.302 0.333-0.516 0.641-0.51h2.37l0.135 0.016c0.344 0.078 0.573 0.411 0.495 0.76l-0.359 1.828c1.198 0.396 2.333 1.026 3.302 1.849l0.031 0.031c0.25 0.266 0.25 0.667 0 0.906z\"/>\n</svg>\n</li><li title=\"cib cassandra \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M23.349 8.714c-0.005 0.005-0.333 0.339-0.521 0.542-0.484 0.531-1.224 1.302-1.745 1.495h-0.005c-0.073-0.021-0.141-0.047-0.214-0.068l0.938-1.896-0.010 0.016c-0.031 0.057-0.958 1.885-2.219 1.62l-0.005 0.005c-0.021-0.005-0.036 0-0.052-0.005 0.604-0.771 0.839-1.484 0.839-1.484s-1.005 1.62-2.255 1.182c-0.026-0.010-0.052-0.031-0.063-0.063-0.010-0.036-0.010-0.073 0-0.104 0.010-0.057 0.052-0.125 0.089-0.188 0.125-0.234 0.344-0.495 0.344-0.495s-0.208 0.203-0.49 0.396l-0.005 0.005c-0.208 0.141-0.458 0.276-0.693 0.313-0.073 0.010-0.146 0.010-0.219 0-0.286-0.052-0.281-0.333-0.203-0.609 0.083-0.271 0.234-0.531 0.234-0.531s-0.255 0.396-0.531 0.781c-0.214 0.297-0.417 0.526-0.552 0.63l-0.161 0.005c-0.083-0.234 0.13-1.005 0.13-1.010-0.125 0.203-0.266 0.401-0.417 0.594-0.13 0.172-0.281 0.323-0.453 0.448h-0.036c-0.109 0.010-0.214 0.026-0.318 0.042-0.047-0.042-0.078-0.104-0.083-0.167-0.057-0.359 0.161-1.010 0.167-1.016-0.005 0.005-0.125 0.344-0.281 0.667v0.005c-0.042 0.094-0.094 0.161-0.146 0.24-0.115 0.182-0.234 0.323-0.344 0.292-0.172-0.052-0.271-0.271-0.328-0.474-0.063-0.203-0.078-0.401-0.078-0.401s-0.042 0.339-0.156 0.651c-0.042 0.125-0.109 0.245-0.193 0.349-0.031 0.036-0.078 0.052-0.115 0.073-1.198 0.214-2.37 0.557-3.49 1.021-0.297 0.109-0.594 0.214-0.901 0.344-1 0.427-2.036 0.964-3.12 1.661-1.203 0.776-2.344 1.646-3.417 2.594-0.594 0.526-1.208 1.094-1.833 1.719 4.745-2.552 6.625-6.323 15.51-6.656 6.724-0.255 9.865 2.849 10.906 2.891 2.604 0.109 4.339-1.865 4.896-2.594 0.146-0.188 0.234-0.318 0.24-0.328-0.010 0.016-0.438 0.5-1.036 0.964l-0.010 0.005c-0.615 0.469-1.401 0.906-2.099 0.802h-0.005c-0.089-0.016-0.182-0.010-0.271-0.047 0.99-0.578 1.646-1.583 1.974-2.125 0.104-0.167 0.313-0.479 0.313-0.479s-2.328 2.385-4.063 2.224c-0.073-0.005-0.141 0.010-0.208-0.005 0.755-0.594 1.313-1.391 1.703-2.063v-0.005h0.005c0.422-0.729 0.641-1.313 0.641-1.323-0.005 0.010-0.432 0.661-1.021 1.38l-0.010 0.016c-0.589 0.719-1.333 1.495-1.953 1.734-0.094 0.031-0.188 0.083-0.271 0.094 1.443-1.281 2.052-3.094 2.052-3.094s-1.464 2.125-2.703 2.516c-0.073 0.021-0.151 0.063-0.229 0.073 0.76-0.682 1.161-1.229 1.411-1.656 0.318-0.536 0.375-0.865 0.375-0.865l-0.005 0.005c-0.12 0.151-0.24 0.297-0.365 0.443l-0.021 0.021c-0.339 0.401-0.859 0.979-1.391 1.438l-0.005 0.005c-0.141 0.12-0.281 0.229-0.427 0.333-0.042 0.026-0.083 0.063-0.12 0.089-0.115 0.068-0.24 0.13-0.365 0.182-0.031 0.010-0.057 0.031-0.089 0.042-0.089-0.063-0.172-0.125-0.271-0.182-0.063 0.078-0.13 0.156-0.188 0.234h-0.005c-0.026-0.005-0.057-0.005-0.083-0.021 1.146-1.245 1.922-2.823 1.922-2.823l-0.010 0.005c-0.010 0.010-1.589 2.146-2.302 2.276-0.094-0.047-0.188-0.094-0.286-0.135 0.005-0.073 0.026-0.146 0.057-0.219 0.161-0.375 0.62-0.953 0.62-0.953s-0.125 0.094-0.167 0.125c-0.13 0.115-0.266 0.219-0.401 0.318-0.078 0.057-0.156 0.099-0.229 0.146-0.089 0.052-0.172 0.104-0.255 0.141-0.104 0.063-0.224 0.099-0.349 0.115-0.057 0-0.109-0.005-0.146-0.036 0.604-0.37 1.635-2.172 1.646-2.182zM16.958 11.599c-0.406-0.005-0.813-0.005-1.214 0.010-0.385 0.016-0.734 0.042-1.094 0.073-0.375 0.167-0.729 0.359-1.047 0.615 0.031 0.068 0.047 0.146 0.047 0.224 0 0.089-0.021 0.172-0.063 0.25l1.182 0.859 0.031-0.021-0.484-1.688 0.833 1.49c0.026-0.010 0.057-0.021 0.083-0.031l-0.026-1.646 0.531 1.552 0.63-1.536 0.026 1.693c0.005 0.005 0.010 0.010 0.016 0.010l0.948-1.339-0.484 1.625 0.010 0.010 1.391-0.922-1.010 1.401v0.010l1.266-0.453c0.016-0.026 0.042-0.042 0.057-0.068-0.313-0.385 0.042-0.948 0.526-0.839 0.156-0.328 0.281-0.672 0.359-1.026-0.833-0.146-1.672-0.229-2.51-0.255zM13.62 11.781h-0.031c-0.406 0.047-0.807 0.104-1.188 0.167s-0.75 0.135-1.099 0.214h-0.016c0.151 0.521 0.391 1.010 0.703 1.443 0.146-0.318 0.328-0.615 0.536-0.885-0.172-0.469 0.292-0.927 0.76-0.74 0.104-0.078 0.224-0.13 0.333-0.198zM19.563 11.901c-0.021 0.375-0.094 0.745-0.214 1.104 0.385 0.349 0.073 0.984-0.438 0.906-0.208 0.307-0.453 0.594-0.734 0.839l0.88 0.047-1.323 0.313c-0.036 0.026-0.063 0.057-0.099 0.078 0.755 0.12 1.464 0.438 2.052 0.922 0.427-0.766 0.672-1.646 0.672-2.589 0-0.714-0.318-1.234-0.792-1.62zM11.141 12.203c-0.396 0.094-0.776 0.198-1.135 0.307-0.182 0.302-0.281 0.656-0.281 1.010 0 2.167 1.292 4.021 3.141 4.854l0.005-0.016c-0.313-0.307-0.573-0.661-0.776-1.052-0.854 0.12-1.219-1.052-0.448-1.438-0.073-0.625-0.010-1.255 0.188-1.854-0.37-0.542-0.604-1.161-0.693-1.813zM21.313 12.24c0.188 0.547 0.302 1.12 0.302 1.724 0 3.25-2.938 5.891-6.563 5.891-3.62 0-6.557-2.641-6.557-5.891 0-0.318 0.031-0.625 0.083-0.927-1.036 0.438-1.932 0.943-2.766 1.484-0.286 0.516-0.427 1.057-0.38 1.599 0.115 1.313 1.271 2.406 3.036 3.151l-0.344-0.089c-3.052-0.865-5.474 0.667-8.125-0.661 0.615 0.484 1.313 0.958 3.328 0.964 0.688 0 2.88-0.109 3.286 0.25 0.401 0.349-1.365 2.016-1.365 2.016s2.99-2.531 3.276-1.667c0.182 0.536-0.854 1.969-0.854 1.969s1.042-1.411 1.818-1.714c0.531-0.208 0.979-0.182 1.365 0.354 0.25 0.349-1.214 2.068-1.214 2.068s1.969-1.917 2.318-1.818c0.354 0.099 0 1.818 0 1.818s0.729-1.74 1.115-1.87c0.531-0.177-1.214 4.042-1.214 4.042s2.13-3.901 2.526-3.99c0.682-0.151 1.135 2.724 1.135 2.724s-0.333-2.516 0.026-2.677c2.26-1.021 0.958 4.344 0.958 4.344s1.479-3.641 0.573-4.448c2.396 1.589 2.104 4.448 2.104 4.448s0.625-1.359-1.141-4.708c0.958-0.047 2.401 2.49 2.401 2.49s-1.568-2.776-0.505-2.828c2.104-0.099 2.318 3.688 2.318 3.688s0.635-0.531-1.057-4.24c1.078-0.693 3.682 3.427 3.682 3.427s-2.401-4.021-2.016-4.292c0.385-0.266 1.797 1.281 1.797 1.281s-1.073-1.479-0.792-1.63c0.286-0.151 3.151 2.943 3.151 2.943s-2.526-3.026-2.089-3.401c0.438-0.37 2.286 1.047 2.286 1.047s-2.844-1.865-2.286-2.156c0.771-0.401 2.979 0.958 2.979 0.958s-1.328-1.094-1.109-1.359c0.219-0.271 2.828 1.714 2.828 1.714s-2.307-1.818-2.427-2.271c-0.115-0.453 1.818 0.151 1.818 0.151s-2.135-0.99-2.167-1.276c-0.036-0.286 1.411 0.318 1.411 0.318s-1.984-1.63-2.474-0.302c-0.109 0.214-0.25 0.401-0.375 0.599 0.12-0.359 0.177-0.724 0.146-1.094-0.016-0.125-0.036-0.25-0.073-0.37-0.906-0.49-2.266-1.245-4.177-1.781zM13.542 12.844c-0.146 0.224-0.427 0.313-0.677 0.219-0.073 0.099-0.135 0.203-0.198 0.307l1.703 0.625c0.016-0.016 0.026-0.036 0.042-0.057zM12.661 13.37c-0.125 0.208-0.24 0.422-0.323 0.656 0.161 0.167 0.349 0.313 0.526 0.453l1.229-0.036 0.005-0.005zM18.245 14.094l-0.807 0.615 0.073 0.005c0.266-0.177 0.51-0.385 0.734-0.62zM12.198 14.479c0 0.016-0.005 0.031-0.010 0.047-0.094 0.422-0.115 0.854-0.063 1.281 0.313 0.063 0.552 0.313 0.599 0.63l1.25-0.802c-0.115-0.042-0.229-0.078-0.333-0.125l-1.401-0.104 0.849-0.188c-0.328-0.203-0.625-0.453-0.891-0.74zM13.255 14.76c0.188 0.115 0.375 0.214 0.573 0.302l0.156-0.036c0-0.021 0.005-0.047 0.005-0.073zM17.417 15.672l1.224 1.198-1.599-0.62 0.938 1.438-1.432-1.109-0.016 0.005 0.464 1.708-0.797-1.516-0.125 1.771-0.542-1.766-0.625 1.682 0.151-1.813-0.021-0.010-1.083 1.536 0.396-1.479c-0.464 0.443-0.823 0.984-1.057 1.589 0.125 0.135 0.26 0.26 0.401 0.385 2.219 0.578 4.557-0.328 5.802-2.255-0.505-0.349-1.073-0.594-1.677-0.719zM14.172 15.969l-1.438 0.516c0 0.026 0.010 0.047 0.010 0.068 0 0.214-0.089 0.417-0.245 0.563 0.135 0.292 0.302 0.563 0.5 0.818 0.109-0.297 0.255-0.578 0.427-0.844l-0.396 0.318zM19.016 19.688c-0.25 0.063-0.495 0.13-0.75 0.182 0.255-0.052 0.5-0.12 0.75-0.182zM17.563 20c-0.151 0.026-0.302 0.063-0.453 0.083-0.271 0.042-0.521 0.057-0.781 0.083 0.422-0.042 0.833-0.099 1.234-0.167zM15.76 20.229c-0.146 0.010-0.286 0.005-0.432 0.016 0.151-0.010 0.286-0.005 0.432-0.016z\"/>\n</svg>\n</li><li title=\"cib castro \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16 0c-8.839 0-16 7.161-16 16s7.161 16 16 16c8.839 0 16-7.161 16-16s-7.161-16-16-16zM15.995 18.656c-3.645 0-3.645-5.473 0-5.473 3.651 0 3.651 5.473 0 5.473zM22.656 25.125l-2.683-3.719c5.303-3.876 2.553-12.267-4.009-12.256-6.568 0.016-9.281 8.417-3.964 12.271l-2.688 3.724c-3.995-2.891-5.676-8.025-4.161-12.719 1.521-4.687 5.891-7.869 10.823-7.864 6.277 0 11.365 5.088 11.365 11.364 0.005 3.641-1.735 7.063-4.683 9.199z\"/>\n</svg>\n</li><li title=\"cib cc amazon pay \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M6.928 12.989c0.006-0.656 0-1.306 0-1.961v-1.961c0-0.072 0.022-0.111 0.078-0.15 0.639-0.444 1.339-0.672 2.122-0.617 0.694 0.050 1.261 0.389 1.561 1.206 0.183 0.494 0.228 1.011 0.228 1.539 0 0.483-0.039 0.961-0.189 1.422-0.317 0.989-1.039 1.372-1.983 1.328-0.65-0.028-1.217-0.278-1.744-0.65-0.050-0.044-0.078-0.089-0.072-0.156zM15.533 13.8c0.255 0.1 0.516 0.111 0.783 0.083 0.645-0.067 1.217-0.317 1.739-0.694 0.050-0.033 0.072-0.072 0.072-0.139-0.006-0.217 0-0.439 0-0.655 0-0.222-0.006-0.444 0-0.667 0-0.078-0.022-0.111-0.1-0.122-0.389-0.050-0.772-0.122-1.161-0.161-0.389-0.033-0.778-0.017-1.156 0.105-0.372 0.122-0.65 0.345-0.761 0.728-0.089 0.3-0.089 0.6 0.005 0.9 0.089 0.306 0.289 0.511 0.578 0.622zM32 6.222v19.556c0 1.472-1.194 2.667-2.667 2.667h-26.667c-1.472 0-2.667-1.194-2.667-2.667v-19.556c0-1.472 1.194-2.667 2.667-2.667h26.667c1.472 0 2.667 1.194 2.667 2.667zM20.472 7.55c0.022 0.095 0.050 0.189 0.089 0.283 0.917 2.256 1.828 4.517 2.75 6.772 0.078 0.194 0.094 0.356 0.011 0.55-0.156 0.344-0.272 0.7-0.433 1.039-0.145 0.306-0.372 0.528-0.706 0.622-0.233 0.061-0.472 0.072-0.717 0.050-0.117-0.011-0.233-0.039-0.35-0.044-0.156-0.011-0.233 0.061-0.239 0.222-0.006 0.156-0.006 0.311 0 0.461 0.005 0.255 0.089 0.372 0.344 0.417 0.261 0.044 0.522 0.089 0.789 0.094 0.794 0.017 1.428-0.3 1.839-0.995 0.161-0.272 0.311-0.561 0.428-0.855 1.1-2.783 2.194-5.572 3.289-8.361 0.033-0.083 0.061-0.167 0.072-0.256 0.022-0.133-0.039-0.2-0.172-0.205-0.311-0.005-0.617 0-0.928 0-0.172 0-0.294 0.078-0.355 0.239-0.022 0.061-0.050 0.128-0.072 0.189l-1.617 4.65c-0.117 0.339-0.233 0.672-0.361 1.033-0.022-0.050-0.033-0.078-0.044-0.105-0.6-1.661-1.2-3.328-1.8-4.989-0.094-0.261-0.194-0.528-0.294-0.789-0.050-0.139-0.15-0.222-0.3-0.222-0.355-0.006-0.711-0.011-1.067-0.006-0.122 0-0.183 0.089-0.156 0.205zM13.467 13.222c0.095 0.65 0.422 1.156 1 1.478 0.55 0.306 1.15 0.344 1.761 0.255 0.706-0.105 1.328-0.406 1.878-0.861 0.022-0.017 0.044-0.033 0.078-0.056 0.028 0.178 0.050 0.344 0.083 0.511 0.028 0.145 0.117 0.239 0.25 0.245 0.255 0.005 0.505 0.005 0.761 0 0.128-0.006 0.211-0.089 0.222-0.217 0.006-0.044 0.006-0.089 0.006-0.128v-4.933c0-0.2-0.011-0.4-0.039-0.6-0.089-0.6-0.344-1.094-0.883-1.411-0.311-0.183-0.656-0.278-1.011-0.328-0.167-0.022-0.333-0.039-0.506-0.061h-0.556c-0.044 0.005-0.089 0.016-0.139 0.016-0.456 0.022-0.906 0.078-1.344 0.194-0.283 0.072-0.556 0.178-0.833 0.272-0.167 0.056-0.25 0.178-0.244 0.361 0.005 0.156-0.006 0.311 0 0.461 0.005 0.228 0.1 0.289 0.317 0.228 0.361-0.094 0.728-0.194 1.094-0.267 0.572-0.105 1.15-0.15 1.728-0.067 0.3 0.044 0.583 0.133 0.783 0.389 0.172 0.222 0.233 0.489 0.245 0.761 0.017 0.383 0.011 0.772 0.017 1.156 0 0.022-0.005 0.039-0.011 0.067-0.022 0-0.044 0-0.061-0.005-0.489-0.117-0.983-0.2-1.489-0.228-0.528-0.028-1.050 0.006-1.55 0.178-0.6 0.211-1.083 0.572-1.367 1.156-0.228 0.461-0.256 0.944-0.189 1.433zM5.483 7.717v9.739c0 0.044 0 0.094 0.006 0.139 0.011 0.139 0.094 0.228 0.228 0.233 0.328 0.006 0.656 0.006 0.984 0 0.139 0 0.222-0.094 0.228-0.228 0.006-0.044 0.006-0.094 0.006-0.139v-3.372c0.050 0.039 0.078 0.067 0.105 0.089 0.833 0.694 1.789 0.922 2.839 0.717 0.95-0.189 1.605-0.772 2.039-1.622 0.322-0.644 0.461-1.339 0.483-2.056 0.028-0.794-0.056-1.578-0.378-2.317-0.394-0.911-1.050-1.517-2.039-1.717-0.15-0.033-0.306-0.045-0.456-0.067h-0.389c-0.067 0.011-0.133 0.016-0.2 0.028-0.65 0.078-1.239 0.322-1.766 0.705-0.111 0.078-0.217 0.167-0.328 0.25-0.005-0.028-0.017-0.044-0.022-0.067-0.022-0.128-0.039-0.256-0.061-0.383-0.033-0.217-0.139-0.306-0.355-0.311h-0.539c-0.328-0.006-0.383 0.056-0.383 0.378zM27.422 20.611c-0.15-0.039-0.283 0-0.422 0.056-2.439 1.022-4.972 1.678-7.6 1.989-0.806 0.094-1.617 0.156-2.428 0.178-1.478 0.039-2.956-0.044-4.422-0.239-0.989-0.133-1.972-0.317-2.944-0.55-2.056-0.495-4.039-1.206-5.928-2.156-0.489-0.244-0.967-0.517-1.45-0.778-0.211-0.117-0.345-0.083-0.456 0.117v0.094c0.067 0.089 0.122 0.189 0.206 0.267 2 1.789 4.255 3.139 6.778 4.050 1.217 0.439 2.467 0.761 3.739 0.972 0.778 0.128 1.556 0.211 2.345 0.25 0.167 0.006 0.333 0.011 0.5 0.022 0.039 0 0.078 0.011 0.117 0.017h0.983c0.039-0.005 0.078-0.017 0.117-0.017 0.828-0.022 1.656-0.1 2.478-0.222 1.189-0.178 2.355-0.45 3.494-0.817 1.645-0.533 3.206-1.244 4.633-2.228 0.156-0.106 0.317-0.211 0.444-0.345 0.239-0.244 0.128-0.578-0.183-0.661zM30.222 19.072c-0.044-0.233-0.222-0.322-0.422-0.389-0.317-0.106-0.644-0.156-0.978-0.183-0.611-0.050-1.222-0.022-1.822 0.089-0.667 0.122-1.3 0.339-1.861 0.728-0.067 0.044-0.133 0.1-0.172 0.167-0.033 0.050-0.039 0.128-0.028 0.189 0.017 0.072 0.095 0.089 0.167 0.083 0.033 0 0.067 0 0.1-0.006l1.083-0.117c0.533-0.050 1.067-0.083 1.6-0.044 0.228 0.017 0.45 0.067 0.667 0.122 0.239 0.061 0.344 0.244 0.355 0.483 0.017 0.372-0.067 0.728-0.161 1.083-0.194 0.717-0.461 1.411-0.739 2.1-0.017 0.044-0.039 0.094-0.044 0.139-0.022 0.139 0.056 0.222 0.189 0.194 0.078-0.017 0.167-0.061 0.222-0.117 0.206-0.2 0.417-0.4 0.589-0.622 0.595-0.767 0.944-1.645 1.15-2.589 0.039-0.167 0.067-0.339 0.094-0.505 0.011-0.261 0.011-0.533 0.011-0.806z\"/>\n</svg>\n</li><li title=\"cib cc amex \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M18.061 11.1c0-0.911-0.783-1.022-1.522-1.022l-2.172-0.016v3.85h0.911v-1.394h1c1.022 0 0.806 0.572 0.822 1.394h0.922v-0.75c0-0.511-0.083-0.839-0.611-1.022 0.411-0.167 0.656-0.594 0.65-1.039zM16.428 11.728h-1.15v-0.85h1.167c0.283 0 0.594 0.056 0.594 0.411 0 0.367-0.294 0.439-0.611 0.439zM15.5 16.7h-2.928l-1.167 1.266-1.139-1.266h-3.694l-0.006 3.85h3.634l1.183-1.278 1.133 1.278h1.789l0.006-1.294c1.050 0 2.739 0.255 2.739-1.294 0-0.961-0.683-1.261-1.55-1.261zM9.733 19.739h-2.255v-0.767h2.016v-0.783h-2.016v-0.694h2.317l0.994 1.122zM13.389 20.194l-1.406-1.561 1.406-1.522zM15.489 18.472h-1.178v-0.978h1.194c0.311 0 0.567 0.128 0.567 0.467 0 0.355-0.256 0.511-0.583 0.511zM13.733 10.878v-0.811h-3.083v3.85h3.083v-0.794h-2.161v-0.767h2.1v-0.783h-2.1v-0.694zM32 15.967h-0.011zM21.189 17.739c0-0.911-0.783-1.039-1.505-1.039h-2.189l-0.005 3.85h0.922l0.006-1.405h0.978c0.611 0 0.822 0.111 0.822 0.766l-0.005 0.639h0.922l0.006-0.766c0-0.495-0.1-0.839-0.611-1.022 0.428-0.172 0.656-0.6 0.661-1.022zM19.567 18.361h-1.15v-0.867h1.167c0.283 0 0.594 0.056 0.594 0.411 0 0.383-0.3 0.456-0.611 0.456zM9.967 13.917v-3.85h-1.533l-1.094 2.611-1.206-2.611h-1.505v3.65l-1.561-3.65h-1.361l-1.65 3.85h0.994l0.356-0.85h1.917l0.355 0.85h1.878v-3.011l1.333 3.011h0.811l1.333-3.011v3.011zM1.733 12.267l0.622-1.533 0.639 1.533zM28.256 21.094v-0.25c-0.6 0.311-0.217 0.25-8.706 0.25 0-1.4 0.006-1.328 0-1.4-0.094-0.006-0.178-0.006-0.522-0.006 0 0.995-0.006 0.378-0.006 1.406h-2.2c0-0.672 0.005-0.85 0.005-1.622-0.556 0.333-1.266 0.355-1.905 0.344 0 0.817-0.006 0.461-0.006 1.278h-2.717c-0.283-0.317-0.15-0.172-0.856-0.967-0.178 0.194-0.711 0.772-0.894 0.967h-4.556v-5.128h4.617c0.278 0.311 0.156 0.172 0.861 0.956 0.178-0.194 0.678-0.745 0.872-0.956h3.222c0.545 0 1 0.106 1.35 0.311v-0.311c3.017 0 3.572-0.078 4.206 0.283v-0.283h4.345v0.289c0.633-0.383 1.089-0.289 3.605-0.289v0.278c0.572-0.328 0.922-0.289 3.017-0.278v-9.744c0-1.472-1.194-2.667-2.667-2.667h-26.667c-1.472 0-2.667 1.194-2.667 2.667v6.1c0.522-1.217 1.094-2.556 1.283-2.995h2.206c0.239 0.561 0.089 0.206 0.5 1.172v-1.172h2.556c0.161 0.345 0.617 1.333 0.772 1.667 0.322-0.755 0.561-1.328 0.7-1.667h5.722c0-0.005 0.639 0 0.644 0 2.428 0.011 2.978-0.044 3.578 0.294v-0.294h2.217v0.517c0.422-0.339 0.994-0.517 1.706-0.517h1.533c0 0.028 0.105 0.017 0.128 0.017h1.8c0.233 0.544 0.145 0.333 0.489 1.145v-1.145h2.406c0.272 0.444-0.056-0.1 0.622 1.022v-1.022h2.217v5.111h-2.311c-0.3-0.5-0.078-0.122-0.734-1.217v1.217h-2.933c-0.356-0.822-0.006-0.017-0.367-0.85h-1.056c-0.233 0.556-0.122 0.289-0.355 0.85h-1.489c-0.683 0-1.239-0.167-1.65-0.494v0.494h-3.694c-0.017-0.772-0.006-1.378-0.006-1.378-0.1-0.016-0.189-0.011-0.544-0.011v1.395h-7.528v-0.633c-0.139 0.311-0.15 0.328-0.283 0.633h-1.639c-0.222-0.495-0.161-0.356-0.283-0.633v0.633h-2.939c-0.234-0.561-0.122-0.294-0.356-0.85h-1.067c-0.233 0.556-0.122 0.289-0.355 0.85h-1.478v11.317c0 1.472 1.194 2.667 2.667 2.667h26.672c1.472 0 2.667-1.194 2.667-2.667v-5.022c-0.706 0.461-1.817 0.339-3.75 0.339zM30.272 17.511h1.672v-0.811h-1.828c-0.711 0-1.322 0.366-1.322 1.15 0 1.833 2.372 0.711 2.372 1.522 0 0.283-0.239 0.356-0.467 0.356h-1.778l-0.006 0.822h1.778c0.467 0 0.978-0.1 1.25-0.494v-1.433c-0.583-0.767-2.183-0.072-2.183-0.75 0-0.322 0.256-0.361 0.511-0.361zM27.105 19.722h-1.789l-0.005 0.822h1.789c0.822 0 1.456-0.311 1.456-1.222 0-1.844-2.383-0.622-2.383-1.461 0-0.311 0.272-0.355 0.511-0.355h1.689v-0.811h-1.844c-0.711 0-1.306 0.367-1.306 1.15 0 1.833 2.372 0.694 2.372 1.522-0.005 0.3-0.261 0.355-0.489 0.355zM24.761 17.494v-0.794h-3.067l-0.006 3.85h3.067l0.005-0.794-2.144-0.017v-0.767h2.105v-0.783h-2.1v-0.694zM21.633 11.489c-0.016 0.011-0.078 0.122-0.078 0.422 0 0.333 0.050 0.428 0.061 0.439 0.011 0.005 0.061 0.028 0.189 0.028l0.406-0.939c-0.061 0-0.117-0.005-0.172-0.005-0.311 0-0.389 0.039-0.406 0.056zM22.767 10.906h-0.006zM21.867 10.061c-1.306 0-1.889 0.667-1.889 1.961 0 1.234 0.567 1.889 1.833 1.889h1.067l0.355-0.85h1.906l0.367 0.85h1.872v-2.883l1.733 2.883h1.311v-3.833h-0.939v2.672l-1.616-2.672h-1.406v3.633l-1.55-3.633h-1.378l-1.306 3.028h-0.411c-0.739 0-0.894-0.45-0.894-1.105 0-1.322 0.872-1.111 1.839-1.094v-0.844zM24.206 10.733l0.622 1.533h-1.266zM18.589 10.067v3.85h0.939v-3.85z\"/>\n</svg>\n</li><li title=\"cib cc apple pay \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16.789 13.911c0 0.956-0.583 1.506-1.611 1.506h-1.35v-3.011h1.356c1.022 0 1.605 0.544 1.605 1.505zM19.428 17.389c0 0.461 0.4 0.761 1.028 0.761 0.8 0 1.4-0.505 1.4-1.217v-0.428l-1.306 0.083c-0.739 0.050-1.122 0.322-1.122 0.8zM32 6.167v19.556c0 1.472-1.194 2.667-2.667 2.667h-26.667c-1.472 0-2.667-1.194-2.667-2.667v-19.556c0-1.472 1.194-2.667 2.667-2.667h26.667c1.472 0 2.667 1.194 2.667 2.667zM7.1 12.733c0.467 0.039 0.933-0.233 1.228-0.578 0.289-0.356 0.478-0.833 0.428-1.317-0.411 0.017-0.922 0.272-1.217 0.628-0.267 0.306-0.494 0.8-0.439 1.267zM10.467 16.872c-0.011-0.011-1.089-0.422-1.1-1.667-0.011-1.039 0.85-1.539 0.889-1.567-0.489-0.722-1.245-0.8-1.506-0.817-0.678-0.039-1.256 0.383-1.578 0.383-0.328 0-0.817-0.367-1.35-0.355-0.694 0.011-1.344 0.406-1.694 1.033-0.728 1.256-0.189 3.111 0.517 4.133 0.344 0.505 0.761 1.061 1.306 1.039 0.516-0.022 0.722-0.333 1.344-0.333 0.628 0 0.806 0.333 1.35 0.328 0.567-0.011 0.917-0.505 1.267-1.011 0.383-0.578 0.544-1.133 0.556-1.167zM17.989 13.906c0-1.478-1.028-2.489-2.495-2.489h-2.844v7.578h1.178v-2.589h1.628c1.489 0 2.533-1.022 2.533-2.5zM22.989 15.222c0-1.094-0.878-1.8-2.222-1.8-1.25 0-2.172 0.717-2.206 1.694h1.061c0.089-0.467 0.522-0.772 1.111-0.772 0.722 0 1.122 0.333 1.122 0.956v0.417l-1.467 0.089c-1.367 0.083-2.105 0.645-2.105 1.617 0 0.983 0.761 1.633 1.855 1.633 0.739 0 1.422-0.372 1.733-0.967h0.022v0.911h1.089v-3.778zM28.667 13.494h-1.194l-1.383 4.478h-0.022l-1.383-4.478h-1.239l1.994 5.517-0.105 0.333c-0.178 0.567-0.472 0.789-0.994 0.789-0.095 0-0.272-0.011-0.345-0.017v0.911c0.067 0.022 0.361 0.028 0.45 0.028 1.15 0 1.689-0.439 2.161-1.767z\"/>\n</svg>\n</li><li title=\"cib cc diners club \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M13.317 6.217c-5.383 0-9.767 4.367-9.767 9.767 0 5.384 4.383 9.767 9.767 9.767 5.4 0 9.767-4.383 9.767-9.767 0-5.4-4.367-9.767-9.767-9.767zM11.1 21.75c-2.317-0.883-3.967-3.133-3.967-5.767s1.65-4.883 3.967-5.783zM15.533 21.767v-11.567c2.317 0.9 3.967 3.15 3.967 5.783s-1.65 4.883-3.967 5.783zM29.333 3.556h-26.667c-1.472 0-2.667 1.194-2.667 2.667v19.556c0 1.472 1.194 2.667 2.667 2.667h26.667c1.472 0 2.667-1.194 2.667-2.667v-19.556c0-1.472-1.194-2.667-2.667-2.667zM18.317 26.667h-5.017c-5.9 0-10.766-4.75-10.766-10.567 0-6.367 4.867-10.767 10.766-10.767h5.017c5.833 0 11.15 4.4 11.15 10.767 0 5.817-5.317 10.567-11.15 10.567z\"/>\n</svg>\n</li><li title=\"cib cc discover \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M28.911 12.672c0-0.439-0.306-0.672-0.867-0.672h-0.272v1.383h0.261c0.572 0 0.878-0.244 0.878-0.711zM29.333 3.556h-26.667c-1.472 0-2.667 1.194-2.667 2.667v19.556c0 1.472 1.194 2.667 2.667 2.667h26.667c1.472 0 2.667-1.194 2.667-2.667v-19.556c0-1.472-1.194-2.667-2.667-2.667zM26.883 11.272c1.256 0 2.939-0.228 2.939 1.356 0 0.7-0.367 1.15-1.039 1.289l1.433 1.911h-1.089l-1.233-1.822h-0.122v1.822h-0.889zM23.778 11.278h2.517v0.778h-1.628v1.011h1.572v0.767h-1.572v1.233h1.628v0.767h-2.517zM19.961 11.278l1.217 3.067 1.233-3.067h0.972l-1.972 4.678h-0.478l-1.944-4.678zM16.855 11.111c1.372 0 2.478 1.111 2.478 2.478 0 1.372-1.111 2.478-2.478 2.478-1.372 0-2.478-1.111-2.478-2.478 0-1.372 1.111-2.478 2.478-2.478zM14.117 11.45v1.056c-1.117-1.117-2.6-0.261-2.6 1.056 0 1.389 1.528 2.139 2.6 1.067v1.056c-1.65 0.795-3.517-0.317-3.517-2.122 0-1.733 1.839-2.944 3.517-2.111zM8.717 15.133c0.633 0 1.245-0.85-0.183-1.355-0.833-0.306-1.122-0.633-1.122-1.261 0-1.289 1.7-1.745 2.761-0.794l-0.467 0.6c-0.578-0.645-1.383-0.344-1.383 0.139 0 0.244 0.15 0.383 0.683 0.572 1.011 0.367 1.311 0.694 1.311 1.422 0 1.639-2.156 2.078-3.144 0.628l0.572-0.55c0.206 0.394 0.55 0.6 0.972 0.6zM3.078 15.833h-1.3v-4.556h1.3c1.45 0 2.45 0.944 2.45 2.283 0 1.028-0.733 2.272-2.45 2.272zM6.828 15.833h-0.889v-4.556h0.889zM30.222 25.833c0 0.456-0.378 0.833-0.833 0.833h-22.278c10.533-1.978 21.261-7.733 23.111-8.889zM4.117 12.422c-0.289-0.272-0.645-0.367-1.217-0.367h-0.233v3.011h0.233c0.572 0 0.944-0.111 1.217-0.355 0.317-0.289 0.494-0.711 0.494-1.15s-0.178-0.861-0.494-1.139z\"/>\n</svg>\n</li><li title=\"cib cc jcb \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M23.972 15.35v-1.794c2.289 0 2.139 0.011 2.139 0.011 0.406 0.072 0.739 0.406 0.739 0.889 0 0.489-0.333 0.806-0.739 0.878-0.067 0.022-0.183 0.017-2.139 0.017zM26.35 16.472c-0.156-0.039-0.183-0.028-2.378-0.028v1.944c2.2 0 2.222 0.011 2.378-0.028 0.417-0.083 0.75-0.444 0.75-0.944 0-0.483-0.333-0.861-0.75-0.944zM32 6.222v19.556c0 1.472-1.194 2.667-2.667 2.667h-26.667c-1.472 0-2.667-1.194-2.667-2.667v-19.556c0-1.472 1.194-2.667 2.667-2.667h26.667c1.472 0 2.667 1.194 2.667 2.667zM10.111 12.461h-3.167c0 3.728 0.594 6.094-1.989 6.094-1.083 0-2.156-0.317-3.178-0.822v1.556c1.667 0.461 3.778 0.461 3.778 0.461 5.439 0 4.556-2.65 4.556-7.289zM20.028 12.711c-3.522-0.889-9.167-0.828-9.167 3.295 0 4.283 6.011 4.089 9.167 3.289v-1.572c-2.645 1.372-5.972 1.222-5.972-1.722s3.322-3.089 5.972-1.733zM30.222 17.694c0-1.028-0.917-1.694-2.111-1.778v-0.044c1.083-0.15 1.683-0.861 1.683-1.678 0-1.056-0.872-1.667-2.056-1.722 0 0 0.35-0.017-6.683-0.017v7.083h6.817c1.35 0.006 2.35-0.717 2.35-1.844z\"/>\n</svg>\n</li><li title=\"cib cc mastercard \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M26.828 24.572c0 0.378-0.255 0.65-0.622 0.65-0.378 0-0.622-0.289-0.622-0.65s0.244-0.65 0.622-0.65c0.367 0 0.622 0.289 0.622 0.65zM9.561 23.922c-0.395 0-0.622 0.289-0.622 0.65s0.228 0.65 0.622 0.65c0.361 0 0.605-0.272 0.605-0.65-0.006-0.361-0.244-0.65-0.605-0.65zM16.089 23.906c-0.3 0-0.484 0.194-0.528 0.483h1.061c-0.050-0.317-0.244-0.483-0.533-0.483zM22.078 23.922c-0.378 0-0.605 0.289-0.605 0.65s0.228 0.65 0.605 0.65c0.378 0 0.622-0.272 0.622-0.65 0-0.361-0.245-0.65-0.622-0.65zM27.961 25.372c0 0.017 0.017 0.028 0.017 0.061 0 0.017-0.017 0.028-0.017 0.061-0.017 0.017-0.017 0.028-0.028 0.044-0.017 0.017-0.028 0.028-0.061 0.028-0.017 0.017-0.028 0.017-0.061 0.017-0.017 0-0.028 0-0.061-0.017-0.017 0-0.028-0.017-0.044-0.028-0.017-0.017-0.028-0.028-0.028-0.044-0.017-0.028-0.017-0.044-0.017-0.061 0-0.028 0-0.044 0.017-0.061 0-0.028 0.017-0.044 0.028-0.061 0.017-0.017 0.028-0.017 0.044-0.028 0.028-0.017 0.044-0.017 0.061-0.017 0.028 0 0.044 0 0.061 0.017 0.028 0.016 0.044 0.016 0.061 0.028s0.011 0.033 0.028 0.061zM27.839 25.45c0.028 0 0.028-0.017 0.044-0.017 0.017-0.017 0.017-0.028 0.017-0.044s0-0.028-0.017-0.044c-0.016 0-0.028-0.017-0.061-0.017h-0.089v0.194h0.044v-0.078h0.017l0.061 0.078h0.044zM32 6.278v19.556c0 1.472-1.194 2.667-2.667 2.667h-26.667c-1.472 0-2.667-1.194-2.667-2.667v-19.556c0-1.472 1.194-2.667 2.667-2.667h26.667c1.472 0 2.667 1.194 2.667 2.667zM3.556 14.033c0 4.25 3.45 7.694 7.694 7.694 1.511 0 2.994-0.456 4.25-1.283-4.050-3.294-4.022-9.511 0-12.806-1.256-0.833-2.739-1.283-4.25-1.283-4.244-0.005-7.694 3.444-7.694 7.678zM16 20.078c3.917-3.056 3.9-9.011 0-12.083-3.9 3.072-3.917 9.033 0 12.083zM8.094 24.317c0-0.483-0.317-0.8-0.817-0.817-0.256 0-0.528 0.078-0.711 0.361-0.133-0.228-0.361-0.361-0.678-0.361-0.211 0-0.422 0.078-0.589 0.3v-0.244h-0.455v2.039h0.455c0-1.050-0.139-1.678 0.5-1.678 0.567 0 0.456 0.567 0.456 1.678h0.439c0-1.017-0.139-1.678 0.5-1.678 0.567 0 0.455 0.556 0.455 1.678h0.456v-1.278zM10.589 23.556h-0.439v0.244c-0.15-0.183-0.361-0.3-0.65-0.3-0.572 0-1.011 0.456-1.011 1.072 0 0.622 0.439 1.072 1.011 1.072 0.289 0 0.5-0.106 0.65-0.3v0.256h0.439zM12.839 24.978c0-0.833-1.272-0.456-1.272-0.845 0-0.317 0.661-0.266 1.028-0.061l0.183-0.361c-0.522-0.339-1.678-0.333-1.678 0.456 0 0.794 1.272 0.461 1.272 0.833 0 0.35-0.75 0.322-1.15 0.044l-0.194 0.35c0.622 0.422 1.811 0.333 1.811-0.417zM14.806 25.494l-0.122-0.378c-0.211 0.116-0.678 0.244-0.678-0.228v-0.922h0.728v-0.411h-0.728v-0.622h-0.456v0.622h-0.422v0.406h0.422v0.928c0 0.978 0.961 0.8 1.256 0.605zM15.544 24.75h1.528c0-0.9-0.411-1.256-0.967-1.256-0.589 0-1.011 0.439-1.011 1.072 0 1.139 1.256 1.328 1.878 0.789l-0.211-0.333c-0.433 0.356-1.089 0.322-1.217-0.272zM18.828 23.556c-0.255-0.111-0.644-0.1-0.844 0.244v-0.244h-0.456v2.039h0.456v-1.15c0-0.645 0.528-0.561 0.711-0.467zM19.417 24.572c0-0.634 0.645-0.839 1.15-0.467l0.211-0.361c-0.645-0.505-1.817-0.228-1.817 0.833 0 1.1 1.244 1.322 1.817 0.833l-0.211-0.361c-0.511 0.361-1.15 0.145-1.15-0.478zM23.122 23.556h-0.456v0.244c-0.461-0.611-1.661-0.266-1.661 0.772 0 1.067 1.244 1.372 1.661 0.772v0.256h0.456zM24.994 23.556c-0.133-0.067-0.611-0.161-0.844 0.244v-0.244h-0.439v2.039h0.439v-1.15c0-0.611 0.5-0.572 0.711-0.467zM27.233 22.728h-0.439v1.072c-0.456-0.605-1.661-0.283-1.661 0.772 0 1.078 1.25 1.366 1.661 0.772v0.256h0.439zM27.656 18.556v0.256h0.044v-0.256h0.105v-0.044h-0.256v0.044zM28.022 25.433c0-0.028 0-0.061-0.016-0.089-0.017-0.017-0.028-0.044-0.044-0.061s-0.044-0.028-0.061-0.044c-0.028 0-0.061-0.017-0.089-0.017-0.017 0-0.044 0.017-0.078 0.017-0.028 0.017-0.044 0.028-0.061 0.044-0.028 0.016-0.044 0.044-0.044 0.061-0.017 0.028-0.017 0.061-0.017 0.089 0 0.017 0 0.044 0.017 0.078 0 0.017 0.017 0.044 0.044 0.061 0.016 0.017 0.028 0.028 0.061 0.044 0.028 0.016 0.061 0.016 0.078 0.016 0.028 0 0.061 0 0.089-0.016 0.017-0.017 0.044-0.028 0.061-0.044s0.028-0.044 0.044-0.061c0.016-0.033 0.016-0.061 0.016-0.078zM28.2 18.506h-0.078l-0.089 0.194-0.089-0.194h-0.078v0.3h0.044v-0.228l0.089 0.194h0.061l0.078-0.194v0.228h0.061zM28.444 14.033c0-4.234-3.45-7.683-7.694-7.683-1.511 0-2.994 0.455-4.25 1.283 4.006 3.295 4.067 9.528 0 12.806 1.256 0.833 2.75 1.283 4.25 1.283 4.244 0.006 7.694-3.439 7.694-7.689z\"/>\n</svg>\n</li><li title=\"cib cc paypal \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M10.35 16.122c0 0.678-0.539 1.194-1.222 1.194-0.511 0-0.889-0.289-0.889-0.833 0-0.678 0.528-1.222 1.206-1.222 0.517 0 0.906 0.317 0.906 0.861zM4.472 13.428h-0.261c-0.083 0-0.167 0.056-0.178 0.15l-0.239 1.484 0.456-0.017c0.611 0 1.083-0.083 1.194-0.789 0.128-0.745-0.344-0.828-0.972-0.828zM20.25 13.428h-0.25c-0.1 0-0.167 0.056-0.178 0.15l-0.233 1.484 0.444-0.017c0.722 0 1.222-0.167 1.222-1-0.006-0.589-0.533-0.617-1.006-0.617zM32 6.222v19.556c0 1.472-1.194 2.667-2.667 2.667h-26.667c-1.472 0-2.667-1.194-2.667-2.667v-19.556c0-1.472 1.194-2.667 2.667-2.667h26.667c1.472 0 2.667 1.194 2.667 2.667zM7.128 13.744c0-1.167-0.9-1.556-1.928-1.556h-2.222c-0.139 0-0.278 0.111-0.289 0.261l-0.911 5.672c-0.017 0.111 0.067 0.222 0.178 0.222h1.056c0.15 0 0.289-0.161 0.306-0.317l0.25-1.478c0.056-0.4 0.733-0.261 1-0.261 1.589 0 2.561-0.944 2.561-2.544zM11.806 14.233h-1.056c-0.211 0-0.222 0.306-0.233 0.456-0.322-0.472-0.789-0.556-1.317-0.556-1.361 0-2.4 1.194-2.4 2.511 0 1.083 0.678 1.789 1.761 1.789 0.5 0 1.122-0.272 1.472-0.661-0.028 0.083-0.056 0.261-0.056 0.345 0 0.128 0.056 0.222 0.178 0.222h0.956c0.15 0 0.278-0.161 0.306-0.317l0.567-3.572c0.017-0.106-0.067-0.217-0.178-0.217zM14.056 19.672l3.539-5.145c0.028-0.028 0.028-0.056 0.028-0.094 0-0.094-0.083-0.194-0.178-0.194h-1.067c-0.094 0-0.194 0.056-0.25 0.139l-1.472 2.167-0.611-2.083c-0.044-0.122-0.167-0.222-0.306-0.222h-1.039c-0.095 0-0.178 0.1-0.178 0.194 0 0.067 1.083 3.156 1.178 3.45-0.15 0.211-1.139 1.589-1.139 1.756 0 0.1 0.083 0.178 0.178 0.178h1.067c0.1-0.005 0.194-0.061 0.25-0.144zM22.906 13.744c0-1.167-0.9-1.556-1.928-1.556h-2.206c-0.15 0-0.289 0.111-0.306 0.261l-0.9 5.667c-0.011 0.111 0.072 0.222 0.178 0.222h1.139c0.111 0 0.194-0.083 0.222-0.178l0.25-1.611c0.056-0.4 0.734-0.261 1-0.261 1.578 0 2.55-0.944 2.55-2.544zM27.583 14.233h-1.056c-0.211 0-0.222 0.306-0.239 0.456-0.306-0.472-0.778-0.556-1.317-0.556-1.361 0-2.4 1.194-2.4 2.511 0 1.083 0.678 1.789 1.761 1.789 0.517 0 1.139-0.272 1.472-0.661-0.017 0.083-0.056 0.261-0.056 0.345 0 0.128 0.056 0.222 0.178 0.222h0.961c0.15 0 0.278-0.161 0.306-0.317l0.567-3.572c0.017-0.106-0.067-0.217-0.178-0.217zM30.222 12.383c0-0.111-0.083-0.194-0.178-0.194h-1.028c-0.083 0-0.167 0.067-0.178 0.15l-0.9 5.778-0.016 0.028c0 0.1 0.083 0.194 0.194 0.194h0.917c0.139 0 0.278-0.161 0.289-0.317l0.9-5.622zM25.222 15.261c-0.678 0-1.206 0.539-1.206 1.222 0 0.539 0.389 0.833 0.9 0.833 0.667 0 1.206-0.511 1.206-1.194 0.006-0.544-0.383-0.861-0.9-0.861z\"/>\n</svg>\n</li><li title=\"cib cc stripe \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M27.355 14.044c-0.494 0-1.039 0.372-1.039 1.261h2.039c0-0.889-0.516-1.261-1-1.261zM20.833 14.189c-0.456 0-0.739 0.161-0.944 0.389l0.011 2.933c0.194 0.206 0.472 0.372 0.933 0.372 0.728 0 1.217-0.794 1.217-1.855 0-1.033-0.5-1.844-1.217-1.839zM29.333 3.556h-26.667c-1.472 0-2.667 1.194-2.667 2.667v19.556c0 1.472 1.194 2.667 2.667 2.667h26.667c1.472 0 2.667-1.194 2.667-2.667v-19.556c0-1.472-1.194-2.667-2.667-2.667zM6.789 17.395c0 1.422-1.128 2.228-2.772 2.239-0.678 0-1.422-0.133-2.156-0.45v-1.884c0.667 0.356 1.506 0.628 2.161 0.628 0.439 0 0.756-0.116 0.756-0.483 0-0.944-3-0.589-3-2.772 0-1.4 1.067-2.234 2.667-2.234 0.656 0 1.306 0.1 1.961 0.361v1.856c-0.6-0.322-1.361-0.506-1.961-0.506-0.417 0-0.672 0.122-0.672 0.428 0 0.889 3.017 0.467 3.017 2.817zM10.611 14.25h-1.5v2.806c0 1.161 1.25 0.8 1.5 0.7v1.605c-0.261 0.145-0.739 0.261-1.383 0.261-1.172 0-2.050-0.861-2.050-2.028l0.011-6.328 1.928-0.411v1.711h1.494zM14.722 14.383c-0.25-0.083-1.039-0.2-1.506 0.411v4.689h-1.972v-6.917h1.706l0.122 0.583c0.461-0.85 1.383-0.678 1.644-0.583h0.006zM17.172 19.483h-1.984v-6.917h1.984zM17.172 11.544l-1.984 0.422v-1.605l1.984-0.422zM21.289 19.628c-0.689 0-1.111-0.294-1.394-0.5l-0.006 2.233-1.972 0.417v-9.211h1.739l0.1 0.489c0.272-0.25 0.772-0.617 1.544-0.617 1.384 0 2.689 1.25 2.689 3.545 0 2.506-1.289 3.639-2.7 3.645zM30.2 16.767h-3.861c0.089 0.922 0.766 1.194 1.533 1.194 0.783 0 1.4-0.167 1.939-0.439v1.589c-0.539 0.294-1.245 0.511-2.189 0.511-1.922 0-3.267-1.206-3.267-3.583 0-2.011 1.139-3.605 3.017-3.605 1.872 0 2.85 1.594 2.85 3.616 0 0.194-0.017 0.606-0.022 0.717z\"/>\n</svg>\n</li><li title=\"cib cc visa \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M26.117 14.628c0 0 0.422 2.067 0.517 2.5h-1.855c0.183-0.495 0.889-2.417 0.889-2.417-0.011 0.017 0.183-0.506 0.294-0.828zM32 6.222v19.556c0 1.472-1.194 2.667-2.667 2.667h-26.667c-1.472 0-2.667-1.194-2.667-2.667v-19.556c0-1.472 1.194-2.667 2.667-2.667h26.667c1.472 0 2.667 1.194 2.667 2.667zM8.472 20.178l3.511-8.622h-2.361l-2.183 5.889-0.239-1.194-0.778-3.967c-0.128-0.55-0.522-0.706-1.011-0.728h-3.594l-0.039 0.172c0.878 0.222 1.661 0.544 2.344 0.95l1.989 7.5zM13.717 20.189l1.4-8.633h-2.233l-1.394 8.633zM21.489 17.367c0.011-0.983-0.589-1.733-1.872-2.35-0.783-0.395-1.261-0.661-1.261-1.067 0.011-0.367 0.406-0.745 1.283-0.745 0.728-0.017 1.261 0.156 1.661 0.328l0.2 0.094 0.306-1.867c-0.439-0.172-1.139-0.367-2-0.367-2.206 0-3.756 1.178-3.767 2.855-0.017 1.239 1.111 1.928 1.956 2.344 0.861 0.422 1.156 0.7 1.156 1.072-0.011 0.578-0.7 0.844-1.339 0.844-0.889 0-1.367-0.139-2.095-0.461l-0.294-0.139-0.311 1.939c0.522 0.239 1.489 0.45 2.489 0.461 2.344 0.005 3.872-1.156 3.889-2.944zM29.333 20.189l-1.8-8.633h-1.728c-0.533 0-0.939 0.156-1.167 0.717l-3.317 7.917h2.344c0 0 0.383-1.067 0.467-1.294h2.867c0.067 0.306 0.267 1.294 0.267 1.294z\"/>\n</svg>\n</li><li title=\"cib centos \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16.099 0.089l-4.255 4.286h-7.38v7.245l-4.464 4.396 4.464 4.396v7.188h7.167l4.38 4.313 4.38-4.313h7.24v-7.167l4.37-4.396-4.307-4.339v-7.271h-7.281zM16.099 1.089l3.323 3.339h-2.255v8.589l-1.068 1.073-1.078-1.083v-8.63h-2.182zM5.167 5.073h5.979l-2.5 2.516 5.672 5.708v0.87h-1.063l-5.688-5.604-2.401 2.359zM12.135 5.073h2.182v7.224l-4.677-4.708zM17.875 5.13h2.25l2.438 2.458-4.688 4.719zM21.115 5.13h5.87v5.859l-2.438-2.453-5.656 5.688h-1.016v-0.922l5.677-5.714zM24.547 9.531l2.438 2.458v2.234h-7.099zM7.568 9.547l4.688 4.62h-7.089v-2.255zM4.464 12.604v2.266h8.505l1.161 1.141-1.047 1.026h-8.615v2.385l-3.464-3.406zM27.693 12.698l3.318 3.333-3.38 3.401v-2.396h-8.547l-1-1.005 1.099-1.104h8.51zM15.021 14l1.078 1.089 0.25-0.25 0.818-0.828v0.917h1.026l-1.099 1.104 1 1.005h-0.958v1.078l-1.125-1.104-0.99 0.974v-0.943h-0.932l1.042-1.026-0.25-0.25-0.911-0.896h1.052zM5.167 17.745h7.203l-4.802 4.729-2.396-2.359zM13.375 17.745h0.943v0.932l-5.87 5.781 2.469 2.432h-5.75v-5.786l2.401 2.359zM17.839 17.745h0.953l5.755 5.786 0.25-0.245 2.13-2.151v5.755h-5.823l2.474-2.432-0.255-0.245-5.484-5.406zM19.786 17.745h7.141v2.396l-2.38 2.396zM16.010 17.995l1.125 1.109v8.49h2.25l-3.375 3.328-3.375-3.328h2.385v-8.62zM14.318 19.667v7.224h-2.401l-2.469-2.427zM17.839 19.797l4.734 4.661-2.469 2.438h-2.266z\"/>\n</svg>\n</li><li title=\"cib cevo \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M4.667 8h16l8 13.734 3.333-5.734-8-13.865h-16zM3.469 10l-3.469 6 8 13.865h16l3.469-6-3.333-5.729-3.469 6h-9.333l-4.667-8.135 3.469-6z\"/>\n</svg>\n</li><li title=\"cib chase \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M11.453 31.964c-0.161 0-0.313-0.026-0.438-0.089-0.13-0.057-0.255-0.135-0.375-0.229-0.115-0.094-0.198-0.208-0.245-0.349s-0.083-0.297-0.104-0.458l0.036-7.896h20.859l-9.479 9.021h-10.292zM32 20.547c-0.021 0.167-0.057 0.313-0.104 0.443-0.047 0.125-0.13 0.245-0.25 0.349-0.115 0.109-0.24 0.188-0.37 0.25-0.125 0.057-0.276 0.089-0.438 0.089h-7.896l-0.036-20.901 9.057 9.516v10.255zM20.547 0.036c0.141 0 0.286 0.031 0.443 0.089 0.151 0.057 0.266 0.135 0.349 0.229s0.161 0.208 0.229 0.354c0.073 0.141 0.094 0.292 0.073 0.453l0.031 7.896h-20.932l9.552-9.021zM0.036 11.453c-0.026-0.161 0-0.307 0.068-0.438 0.073-0.13 0.156-0.25 0.25-0.354s0.208-0.188 0.349-0.245c0.146-0.063 0.286-0.089 0.427-0.089h7.927l-0.036 20.896-8.984-9.516-0.036-10.255z\"/>\n</svg>\n</li><li title=\"cib chef \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16.041 0c-6.787 0-12.615 4.229-14.948 10.197l2.547 1.032c1.98-5.131 6.901-8.521 12.401-8.536 2.985 0 5.761 1.025 7.943 2.624l1.604-2.181c-2.765-2.048-6.109-3.147-9.547-3.136zM16.041 3.068c-5.364 0.011-10.167 3.307-12.109 8.307l2.547 0.932c1.511-3.963 5.319-6.572 9.563-6.547zM20.771 4l-1.011 2.563c3.281 1.213 5.688 4.063 6.333 7.505h2.771c-0.713-4.557-3.796-8.385-8.093-10.052zM16.041 6.136c-3.833 0.009-7.312 2.228-8.948 5.697-1.629 3.464-1.115 7.563 1.319 10.521 2.432 2.957 6.353 4.255 10.072 3.323 3.713-0.932 6.563-3.923 7.319-7.677h-2.776c-0.917 3.099-3.756 5.235-6.985 5.255-3.995 0.021-7.244-3.219-7.229-7.213-0.015-3.995 3.235-7.239 7.229-7.213 3.224-0.005 6.052 2.136 6.932 5.24h2.761c-0.896-4.641-4.969-7.98-9.693-7.948zM29.667 7.588l-2.333 1.453c0.984 1.521 1.631 3.235 1.896 5.027h2.771c-0.281-2.308-1.079-4.527-2.333-6.48zM15.959 9.104c-4.932 0.099-8.204 5.156-6.265 9.699l2.624-1.163c-0.229-0.504-0.348-1.047-0.359-1.599 0-2.187 1.812-4.015 4-4.015zM18.521 9.625l-1.027 2.692c0.88 0.365 1.532 0.937 2.036 1.751h3.068c-0.583-2.041-2.093-3.688-4.077-4.443zM0 16.027c0 2.203 0.437 4.385 1.385 6.495l2.401-1.095c-0.719-1.708-1.089-3.536-1.093-5.385zM3.068 16.027c0 5.468 3.344 10.135 8.161 12.041l1.011-2.563c-3.901-1.521-6.475-5.276-6.48-9.464zM19.469 18c-0.443 0.803-1.095 1.469-1.975 1.745l1.027 2.708c1.989-0.756 3.5-2.407 4.077-4.453zM26.093 18c-0.948 4.812-5.151 8.292-10.052 8.317v2.699c6.412 0.011 11.871-4.672 12.823-11.016zM29.229 18c-1.027 6.511-6.615 11.323-13.203 11.375-3.641 0-6.985-1.536-9.387-3.937l-1.905 1.896c2.916 2.921 6.932 4.667 11.369 4.667 8.073 0.011 14.885-5.995 15.896-14zM13.197 18.88l-2.036 2.041c1.292 1.297 3.047 2.027 4.88 2.037v-2.917c-1.063 0-2.083-0.416-2.844-1.161z\"/>\n</svg>\n</li><li title=\"cib chromecast \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M27.989 4h-23.989c-1.475 0-2.67 1.195-2.67 2.67v3.995h2.67v-3.995h23.989v18.66h-9.324v2.67h9.335c0.708 0 1.387-0.281 1.888-0.782s0.782-1.18 0.782-1.888v-18.66c0-0.708-0.281-1.387-0.782-1.888s-1.18-0.782-1.888-0.782zM1.33 23.974v3.995h3.994c0-1.060-0.421-2.076-1.17-2.825s-1.765-1.17-2.825-1.17zM1.33 18.644v2.669c1.768-0 3.463 0.702 4.713 1.952s1.952 2.946 1.952 4.714v0.021h2.67c0.006-5.149-4.163-9.328-9.313-9.335h-0.021zM1.33 13.314v2.67c6.625-0.006 12 5.359 12.005 11.984v0.031h2.67c-0.029-8.091-6.584-14.642-14.675-14.665z\"/>\n</svg>\n</li><li title=\"cib circle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M27.719 5.109c-0.135-0.141-0.266-0.286-0.401-0.422-0.141-0.141-0.281-0.271-0.427-0.401-2.953-2.766-6.849-4.297-10.891-4.286-4.245-0.010-8.318 1.677-11.313 4.688-6.104 6.099-6.234 15.938-0.401 22.203 0.13 0.146 0.26 0.286 0.396 0.427 0.141 0.135 0.281 0.266 0.422 0.401 2.958 2.76 6.854 4.292 10.896 4.281 4.276 0 8.292-1.661 11.318-4.682 6.099-6.104 6.229-15.943 0.401-22.208zM5.51 5.51c2.776-2.792 6.552-4.354 10.49-4.344 3.766 0 7.318 1.396 10.068 3.943l-1.333 1.339c-2.385-2.188-5.5-3.401-8.734-3.391-3.438-0.010-6.729 1.354-9.151 3.792-2.438 2.422-3.802 5.719-3.792 9.151 0 3.266 1.198 6.339 3.391 8.734l-1.339 1.333c-5.375-5.813-5.245-14.911 0.401-20.557zM23.906 7.266v0.005l-1.354 1.354c-1.797-1.62-4.135-2.51-6.552-2.505-2.62-0.010-5.135 1.036-6.984 2.896-1.859 1.844-2.901 4.365-2.896 6.984-0.005 2.417 0.885 4.75 2.5 6.552l-1.349 1.354c-1.969-2.161-3.057-4.984-3.047-7.906-0.010-3.125 1.234-6.125 3.448-8.328 2.203-2.214 5.203-3.458 8.328-3.448 2.953 0 5.734 1.078 7.906 3.042zM24.714 16c0 2.328-0.906 4.516-2.552 6.161s-3.833 2.557-6.161 2.557c-2.109 0-4.146-0.771-5.729-2.161v-0.005c-0.146-0.125-0.292-0.25-0.432-0.391-0.135-0.141-0.266-0.286-0.391-0.432-1.396-1.583-2.167-3.62-2.161-5.729 0-2.328 0.906-4.516 2.552-6.161 1.63-1.641 3.849-2.557 6.161-2.552 2.13 0 4.141 0.766 5.729 2.161 0.146 0.125 0.297 0.25 0.432 0.391 0.141 0.141 0.266 0.286 0.391 0.432 1.396 1.583 2.167 3.62 2.161 5.729zM9.448 23.38c1.797 1.615 4.135 2.505 6.552 2.505 2.625 0.005 5.141-1.036 6.984-2.901 1.859-1.849 2.906-4.365 2.896-6.984 0.005-2.417-0.885-4.75-2.5-6.552l1.354-1.354c1.964 2.161 3.052 4.984 3.047 7.906 0.005 3.125-1.234 6.125-3.453 8.328-2.203 2.219-5.203 3.458-8.328 3.453-2.922 0.005-5.745-1.083-7.906-3.047zM26.49 26.49c-2.776 2.792-6.552 4.354-10.49 4.344-3.734 0.010-7.333-1.401-10.068-3.943l1.339-1.333c2.38 2.188 5.5 3.396 8.734 3.391 3.432 0.005 6.729-1.359 9.151-3.797 2.432-2.422 3.802-5.719 3.792-9.151 0.005-3.234-1.203-6.349-3.391-8.729l1.333-1.339c5.375 5.813 5.245 14.911-0.401 20.557z\"/>\n</svg>\n</li><li title=\"cib circleci \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M11.953 16c0-2.115 1.708-3.807 3.801-3.807 2.1 0 3.813 1.713 3.813 3.807s-1.713 3.807-3.813 3.807c-2.093 0-3.801-1.713-3.801-3.807zM15.755 0c-7.468 0-13.724 5.12-15.5 12.031-0.015 0.052-0.015 0.095-0.015 0.163 0 0.416 0.339 0.771 0.765 0.771h6.448c0.307 0 0.577-0.177 0.687-0.448 1.333-2.88 4.24-4.896 7.62-4.896 4.62 0 8.38 3.76 8.38 8.385s-3.76 8.385-8.385 8.385c-3.375 0-6.285-2-7.615-4.896-0.129-0.255-0.385-0.448-0.687-0.448h-6.448c-0.417 0-0.765 0.333-0.765 0.765 0 0.052 0.020 0.1 0.020 0.161 1.761 6.907 8.027 12.027 15.495 12.027 8.833 0 16-7.167 16-16 0-8.828-7.167-16-16-16z\"/>\n</svg>\n</li><li title=\"cib cirrusci \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M29.875 20.635c1.349 1.161 2.125 2.854 2.125 4.635 0 3.375-2.74 6.125-6.104 6.125h-24.411c-1.979 0-1.979-2.969 0-2.969h24.411c1.734-0.010 3.135-1.417 3.135-3.156 0-1.734-1.401-3.141-3.135-3.151h-24.411c-1.979 0-1.979-2.969 0-2.969h24.411c1.734-0.005 3.135-1.417 3.135-3.151s-1.401-3.146-3.135-3.151h-24.411c-1.979 0-1.979-2.969 0-2.969h24.411c1.729 0 3.135-1.417 3.135-3.151 0-1.74-1.406-3.156-3.135-3.156-1.979 0-1.979-2.969 0-2.969 3.365 0 6.104 2.75 6.104 6.125 0 1.849-0.828 3.51-2.125 4.635 1.349 1.161 2.125 2.854 2.125 4.635 0 1.854-0.828 3.516-2.125 4.635z\"/>\n</svg>\n</li><li title=\"cib cisco \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M21.776 24.229v-1.484l-0.031 0.016c-0.333 0.161-0.698 0.255-1.068 0.271-0.385 0.031-0.766-0.083-1.073-0.318-0.219-0.167-0.385-0.401-0.469-0.661-0.094-0.292-0.104-0.599-0.031-0.891 0.068-0.302 0.234-0.568 0.474-0.76 0.214-0.177 0.474-0.286 0.75-0.323 0.49-0.052 0.979 0.042 1.417 0.266l0.031 0.016v-1.49l-0.068-0.016c-0.438-0.141-0.896-0.198-1.349-0.177-0.417 0.010-0.828 0.104-1.203 0.276-0.385 0.177-0.724 0.432-0.984 0.76-0.833 1.052-0.859 2.531-0.057 3.604 0.396 0.505 0.948 0.865 1.568 1.010 0.656 0.161 1.344 0.135 1.984-0.068l0.109-0.031zM7.115 24.229v-1.484l-0.031 0.016c-0.333 0.161-0.693 0.255-1.068 0.271-0.385 0.031-0.766-0.083-1.073-0.318-0.219-0.167-0.38-0.401-0.469-0.661-0.094-0.286-0.104-0.599-0.031-0.891 0.068-0.302 0.234-0.568 0.474-0.76 0.214-0.177 0.474-0.286 0.75-0.323 0.49-0.052 0.979 0.042 1.417 0.266l0.031 0.016v-1.49l-0.068-0.016c-0.438-0.141-0.891-0.198-1.349-0.177-0.417 0.010-0.823 0.104-1.203 0.276-0.38 0.177-0.719 0.432-0.984 0.76-0.833 1.052-0.854 2.531-0.057 3.604 0.391 0.505 0.948 0.865 1.568 1.010 0.656 0.161 1.339 0.135 1.984-0.068l0.109-0.031zM12.349 23l-0.005 1.276 0.089 0.016c0.297 0.052 0.589 0.089 0.885 0.115 0.26 0.021 0.526 0.026 0.786 0.016 0.25-0.021 0.495-0.068 0.734-0.141 0.281-0.078 0.536-0.219 0.76-0.406 0.198-0.172 0.354-0.391 0.443-0.635 0.161-0.417 0.156-0.87-0.010-1.281-0.083-0.214-0.219-0.406-0.396-0.552-0.167-0.151-0.37-0.271-0.583-0.339l-0.964-0.359c-0.115-0.047-0.208-0.141-0.26-0.25-0.042-0.094-0.042-0.203 0.010-0.292 0.047-0.083 0.12-0.146 0.203-0.193 0.109-0.052 0.224-0.083 0.344-0.099 0.203-0.026 0.411-0.026 0.615 0.010 0.24 0.026 0.474 0.068 0.708 0.125l0.052 0.010v-1.177l-0.094-0.021c-0.24-0.052-0.479-0.099-0.724-0.125-0.313-0.042-0.635-0.047-0.953-0.005-0.396 0.036-0.776 0.188-1.094 0.438-0.214 0.172-0.375 0.391-0.469 0.646-0.135 0.385-0.135 0.813 0 1.198 0.073 0.198 0.188 0.37 0.339 0.51 0.13 0.125 0.276 0.229 0.438 0.313 0.208 0.115 0.432 0.198 0.661 0.26 0.073 0.026 0.151 0.047 0.224 0.073l0.115 0.042 0.031 0.016c0.115 0.036 0.219 0.104 0.302 0.182 0.063 0.057 0.109 0.125 0.135 0.203 0.021 0.073 0.021 0.146 0 0.214-0.036 0.115-0.115 0.208-0.219 0.266-0.115 0.057-0.24 0.099-0.37 0.115-0.188 0.031-0.375 0.036-0.568 0.026-0.25-0.016-0.495-0.052-0.745-0.099-0.125-0.026-0.255-0.057-0.38-0.089zM9.047 24.323h1.401v-5.552h-1.401zM25.26 20.411c0.63-0.51 1.547-0.417 2.057 0.208s0.417 1.547-0.208 2.057l-0.026 0.016c-1.516 1.167-3.292-1.063-1.823-2.281zM23.229 21.547c0.031 1.854 1.75 3.214 3.557 2.813 2.573-0.49 3.182-3.901 0.932-5.25-1.938-1.198-4.443 0.161-4.49 2.438zM30.615 14.302c0.036 0.885 1.349 0.885 1.385 0v-1.536c-0.036-0.885-1.349-0.885-1.385 0v1.536zM26.823 14.302c0.063 0.859 1.323 0.859 1.385 0v-3.448c-0.052-0.87-1.328-0.87-1.385 0v3.448zM22.974 15.693c0.068 0.859 1.323 0.859 1.385 0v-7.464c-0.036-0.885-1.344-0.885-1.385 0v7.464zM19.193 14.302c0.052 0.87 1.328 0.87 1.385 0v-3.448c-0.042-0.885-1.349-0.885-1.385 0v3.448zM15.323 14.302c0.083 0.839 1.307 0.839 1.385 0v-1.536c-0.036-0.885-1.344-0.885-1.385 0v1.536zM11.5 14.302c0.036 0.885 1.344 0.885 1.385 0v-3.448c-0.042-0.885-1.349-0.885-1.385 0v3.448zM7.651 15.693c0.036 0.885 1.344 0.885 1.385 0v-7.464c-0.042-0.885-1.349-0.885-1.385 0v7.464zM3.833 14.302c0.078 0.849 1.313 0.849 1.385 0v-3.448c-0.036-0.885-1.344-0.885-1.38 0v3.448zM0 14.302c0.063 0.859 1.318 0.859 1.385 0v-1.536c-0.036-0.885-1.349-0.885-1.385 0v1.536z\"/>\n</svg>\n</li><li title=\"cib civicrm \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M30.088 12.073c0.328-0.636 0.6-1.5 0.313-2.38-0.333-1.021-1.256-1.704-2.735-2.016l-9.407-2-9.599-5.136c-0.104-0.057-1.036-0.541-2.063-0.541-0.76 0-1.416 0.265-1.896 0.76-0.448 0.469-0.719 1.115-0.801 1.928-0.089-0.005-0.177-0.011-0.265-0.011-1.453 0-2.199 0.609-2.568 1.12-0.579 0.791-0.647 1.859-0.219 3.176l3.531 10.824 0.339 9.38c0.057 1.625 0.959 3.38 2.797 3.38 0.348 0 0.713-0.068 1.093-0.197 0.437 0.739 1.224 1.64 2.484 1.64 0.885 0 1.767-0.473 2.609-1.416l6.813-7.6 9.041-5.708c0.197-0.125 1.927-1.265 1.864-2.973-0.025-0.855-0.484-1.6-1.333-2.229zM9.86 26.885l-3.105-9.511-0.416-11.796 11.099 2.364 9.027 4.828-7.505 8.369zM27.172 10.016c0.724 0.151 0.943 0.369 0.959 0.416 0.025 0.084-0.027 0.261-0.115 0.459l-2.167-1.156zM6.599 2.391c0.36 0 0.813 0.193 0.937 0.255l2.319 1.24-3.595-0.765c0.021-0.427 0.109-0.647 0.161-0.699 0.016-0.015 0.084-0.031 0.177-0.031zM3.12 6.235c-0.26-0.797-0.125-1.032-0.12-1.037 0.027-0.031 0.219-0.129 0.636-0.129 0.109 0 0.208 0.005 0.291 0.015l0.147 4.068zM7.104 27.088l-0.036-1.061 0.681 2.099c-0.072 0.020-0.156 0.036-0.233 0.041-0.199 0-0.391-0.667-0.412-1.079zM11.921 28.984c-0.552 0.62-0.823 0.625-0.828 0.625-0.077 0-0.244-0.177-0.4-0.421l2.427-1.532zM28.287 15.255l-1.927 1.219 2.26-2.52c0.328 0.229 0.416 0.396 0.416 0.437 0.005 0.177-0.385 0.625-0.749 0.864z\"/>\n</svg>\n</li><li title=\"cib clockify \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M19.974 10.995l7.25-7.349 2.073 2.104-7.25 7.349-2.078-2.104zM17.036 18.51c-0.688 0-1.344-0.276-1.823-0.771s-0.745-1.156-0.745-1.844c0-1.443 1.146-2.615 2.563-2.615 1.422 0 2.573 1.172 2.573 2.615 0 0.688-0.266 1.349-0.75 1.844-0.479 0.49-1.135 0.771-1.818 0.771zM29.328 26.104l-2.073 2.104-7.25-7.354 2.078-2.099zM17.115 27.203c1.417 0 2.818-0.276 4.125-0.818l3.542 3.594c-2.339 1.323-4.979 2.021-7.667 2.021-8.719 0-15.781-7.161-15.781-16s7.068-16 15.781-16c2.755 0 5.349 0.719 7.599 1.979l-3.479 3.536c-1.307-0.542-2.708-0.818-4.12-0.818-6.104 0-11.052 5.042-11.052 11.255s4.948 11.25 11.052 11.25z\"/>\n</svg>\n</li><li title=\"cib clojure \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M15.339 16.287c-0.161 0.349-0.333 0.735-0.516 1.145-0.645 1.453-1.353 3.224-1.615 4.36-0.104 0.479-0.156 0.973-0.151 1.463 0 0.219 0.016 0.448 0.031 0.683 0.907 0.333 1.891 0.521 2.917 0.521 0.907 0 1.807-0.147 2.667-0.432-0.203-0.183-0.391-0.381-0.557-0.589-1.141-1.453-1.771-3.577-2.776-7.151zM11.14 9.083c-2.255 1.584-3.593 4.163-3.599 6.917 0.005 2.708 1.308 5.255 3.5 6.844 0.521-2.161 1.823-4.141 3.776-8.109-0.12-0.319-0.249-0.667-0.396-1.037-0.541-1.353-1.323-2.927-2.020-3.64-0.371-0.385-0.797-0.708-1.261-0.975zM23.369 25.703c-1.119-0.14-2.047-0.307-2.853-0.593-3.152 1.557-6.885 1.38-9.876-0.473-2.989-1.855-4.807-5.12-4.807-8.636 0-2.927 1.26-5.713 3.469-7.64-0.579-0.141-1.172-0.215-1.767-0.215-2.984 0.027-6.129 1.677-7.443 6.136-0.12 0.645-0.088 1.135-0.088 1.719 0 8.839 7.161 16 16 16 5.411 0 10.188-2.688 13.083-6.803-1.561 0.391-3.072 0.579-4.359 0.584-0.484 0-0.937-0.027-1.36-0.079zM20.364 22.604c0.1 0.047 0.324 0.131 0.631 0.213 2.177-1.588 3.464-4.12 3.469-6.817-0.011-4.672-3.792-8.453-8.464-8.459-0.901 0-1.797 0.147-2.656 0.432 1.719 1.953 2.547 4.756 3.344 7.813v0.005c0.005 0.005 0.26 0.848 0.692 1.973 0.432 1.12 1.052 2.516 1.724 3.527 0.443 0.681 0.927 1.167 1.26 1.312zM16 0c-5.156-0.005-10 2.484-13 6.683 1.511-0.943 3.052-1.287 4.401-1.276 1.859 0.005 3.317 0.583 4.020 0.979 0.172 0.093 0.333 0.203 0.491 0.308 3.14-1.381 6.771-1.079 9.645 0.796s4.609 5.079 4.609 8.511c0 2.719-1.088 5.323-3.027 7.235 0.459 0.052 0.948 0.083 1.448 0.077 1.772 0 3.688-0.391 5.12-1.593 0.937-0.792 1.724-1.948 2.156-3.677 0.089-0.672 0.136-1.348 0.136-2.041 0-8.839-7.161-16-16-16z\"/>\n</svg>\n</li><li title=\"cib cloudbees \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M4.735 8.547c0-1.599 0.973-3.041 2.505-3.735 1.541-0.681 3.328-0.484 4.681 0.521l3.36-3.136c-3.12-2.557-7.5-2.916-10.989-0.891-3.396 1.887-5.032 5.876-3.932 9.6 1.271 3.76 4.833 6.265 8.801 6.187h3.437v-4.4h-3.437c-2.443-0.027-4.427-1.881-4.427-4.163zM22.745 14.855h-3.439v4.4h3.439c2.443 0 4.427 1.865 4.427 4.131 0 2.297-1.984 4.136-4.427 4.136-2.439 0-4.428-1.828-4.428-4.109v-14.881c0-2.104-0.839-4.145-2.344-5.719l-3.359 3.161c0.625 0.709 0.973 1.625 0.973 2.573v14.855c0 4.719 4.105 8.547 9.157 8.547 5.067 0 9.161-3.828 9.161-8.547s-4.095-8.547-9.161-8.547z\"/>\n</svg>\n</li><li title=\"cib cloudflare \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M22.010 22.458c0.198-0.672 0.12-1.292-0.208-1.75-0.297-0.422-0.802-0.667-1.411-0.698l-11.547-0.146c-0.073 0-0.141-0.036-0.177-0.099-0.036-0.057-0.047-0.13-0.031-0.208 0.042-0.109 0.151-0.193 0.276-0.203l11.646-0.151c1.38-0.068 2.88-1.182 3.406-2.552l0.661-1.734c0.031-0.078 0.042-0.151 0.021-0.224-0.75-3.396-3.776-5.927-7.401-5.927-3.339 0-6.167 2.156-7.182 5.146-0.656-0.484-1.49-0.75-2.391-0.661-1.604 0.156-2.891 1.443-3.047 3.047-0.036 0.411-0.010 0.818 0.083 1.188-2.62 0.078-4.708 2.219-4.708 4.854 0 0.229 0.021 0.464 0.047 0.703 0.021 0.109 0.115 0.193 0.224 0.193h21.307c0.125 0 0.234-0.083 0.276-0.203zM25.688 15.042c-0.104 0-0.214 0-0.318 0.016-0.078 0-0.141 0.057-0.172 0.13l-0.448 1.568c-0.198 0.672-0.125 1.292 0.208 1.755 0.297 0.422 0.807 0.661 1.417 0.693l2.453 0.151c0.078 0 0.141 0.031 0.182 0.094 0.036 0.057 0.042 0.141 0.026 0.203-0.036 0.115-0.151 0.203-0.271 0.208l-2.563 0.151c-1.391 0.063-2.88 1.182-3.406 2.552l-0.182 0.479c-0.042 0.094 0.026 0.188 0.13 0.188h8.797c0.099 0 0.193-0.068 0.224-0.167 0.151-0.547 0.234-1.12 0.234-1.708 0-3.469-2.833-6.302-6.313-6.302z\"/>\n</svg>\n</li><li title=\"cib cmake \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M15.693 0.088l-15.605 30.855 17.016-14.459zM30.943 31.912l-20.979-8.464-9.964 8.464zM32 31.645l-15.604-31.025 2.292 25.651zM17.193 17.281l-6.704 5.729 7.495 2.995z\"/>\n</svg>\n</li><li title=\"cib co op \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M31.031 7.021c0-1.135-0.172-2.271-0.479-3.406-0.438-1.354-1.438-2.448-2.708-2.927-2.63-0.917-5.49-0.917-8.12 0-1.333 0.464-2.349 1.557-2.708 2.927-0.609 2.214-0.609 4.552 0 6.766 0.438 1.354 1.443 2.448 2.708 2.927 1.297 0.479 2.677 0.703 4.063 0.656 1.396 0 2.75-0.26 4.057-0.656 1.339-0.464 2.354-1.557 2.708-2.927 0.307-1.089 0.479-2.224 0.479-3.359zM26.625 7.021c0 0.521-0.089 1.135-0.266 1.615-0.219 0.698-0.828 1.266-1.573 1.443-0.693 0.13-1.401 0.13-2.094 0-0.76-0.13-1.38-0.693-1.573-1.443-0.349-1.078-0.349-2.24 0-3.318 0.219-0.698 0.828-1.266 1.573-1.443 0.693-0.13 1.401-0.13 2.094 0 0.766 0.13 1.38 0.693 1.573 1.443 0.177 0.609 0.266 1.177 0.266 1.703zM14.964 25.406c0.609-2.214 0.609-4.552 0-6.771-0.438-1.354-1.443-2.443-2.708-2.927-2.63-0.917-5.49-0.917-8.12 0-1.339 0.464-2.354 1.563-2.708 2.927-0.615 2.219-0.615 4.557 0 6.771 0.438 1.354 1.438 2.448 2.708 2.922 2.63 0.922 5.49 0.922 8.12 0 1.307-0.5 2.307-1.578 2.708-2.922zM11.031 22.042c0 0.526-0.089 1.135-0.26 1.615-0.24 0.724-0.833 1.266-1.573 1.443-0.693 0.13-1.406 0.13-2.099 0-0.76-0.13-1.375-0.693-1.568-1.443-0.349-1.078-0.349-2.24 0-3.318 0.234-0.719 0.833-1.266 1.568-1.438 0.693-0.135 1.406-0.135 2.099 0 0.76 0.13 1.375 0.693 1.573 1.438 0.172 0.568 0.26 1.135 0.26 1.703zM11.031 6.974h4.411c0-1.13-0.177-2.271-0.479-3.359-0.438-1.354-1.443-2.443-2.708-2.927-2.63-0.917-5.49-0.917-8.12 0-1.354 0.526-2.359 1.615-2.714 2.969-0.609 2.219-0.609 4.557 0 6.771 0.438 1.354 1.443 2.443 2.708 2.927 1.313 0.479 2.667 0.656 4.063 0.656s2.75-0.266 4.063-0.656c1.333-0.464 2.349-1.563 2.708-2.927 0.042-0.177 0.083-0.396 0.172-0.568l-4.146-1.922c-0.047 0.26-0.089 0.479-0.177 0.745-0.219 0.698-0.828 1.266-1.573 1.438-0.693 0.13-1.401 0.13-2.094 0-0.76-0.13-1.375-0.693-1.573-1.438-0.349-1.083-0.349-2.245 0-3.323 0.219-0.698 0.828-1.266 1.573-1.443 0.693-0.13 1.401-0.13 2.094 0 0.766 0.13 1.38 0.698 1.573 1.443 0.13 0.568 0.219 1.094 0.219 1.615zM16.927 18.682c-0.318 1.109-0.479 2.255-0.479 3.406v9.911h4.411v-9.958c0-0.521 0.083-1.135 0.26-1.615 0.219-0.698 0.828-1.266 1.573-1.443 0.693-0.13 1.401-0.13 2.094 0 0.76 0.13 1.375 0.693 1.573 1.443 0.349 1.078 0.349 2.24 0 3.318-0.219 0.698-0.828 1.266-1.526 1.443-0.693 0.13-1.406 0.13-2.099 0-0.13-0.042-0.302-0.089-0.432-0.135l1.484 4.109c1.396 0 2.75-0.266 4.057-0.656 1.333-0.464 2.349-1.557 2.708-2.927 0.609-2.214 0.609-4.552 0-6.766-0.438-1.354-1.438-2.448-2.708-2.927-2.63-0.917-5.49-0.917-8.12 0-1.354 0.349-2.359 1.443-2.797 2.797z\"/>\n</svg>\n</li><li title=\"cib codacy \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M5.177 13.099c0.776-2.839 2.629-5.265 5.167-6.76l0.052-0.027-2.401-4.151c-3.625 2.12-6.301 5.532-7.427 9.584l-0.027 0.115zM13.099 5.193c0.943-0.256 1.912-0.381 2.885-0.381h0.005v-4.791h-0.025c-1.423 0-2.844 0.187-4.219 0.563l0.115-0.027zM18.907 5.197c2.839 0.772 5.26 2.625 6.749 5.167l0.027 0.052 4.156-2.4c-2.12-3.62-5.527-6.303-9.584-7.423l-0.109-0.025zM0 16v0.011c0 1.463 0.197 2.885 0.568 4.235l-0.027-0.115 4.636-1.235c-0.256-0.943-0.385-1.912-0.38-2.885v-0.011zM2.14 23.995c0.735 1.256 1.573 2.339 2.537 3.297l3.401-3.385c-0.677-0.677-1.267-1.437-1.751-2.261l-0.031-0.052zM7.995 29.839c2.412 1.412 5.161 2.151 7.953 2.14h0.025v-4.791h-0.004c-1.98 0-3.923-0.527-5.631-1.532l0.052 0.032zM25.677 21.604c-1.475 2.536-3.885 4.396-6.708 5.183l-0.084 0.016 1.245 4.635c4.167-1.145 7.572-3.817 9.661-7.359l0.041-0.073zM31.437 20.297c0.355-1.267 0.563-2.713 0.563-4.215 0-1.447-0.193-2.853-0.552-4.187l0.025 0.109-4.651 1.24c0.235 0.853 0.371 1.833 0.371 2.843 0 1.052-0.147 2.073-0.423 3.043l0.021-0.079z\"/>\n</svg>\n</li><li title=\"cib code climate \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M21.396 6.719l10.604 10.604-3.609 3.615-6.995-6.995-2.458 2.469-3.62-3.615zM14.203 13.917l3.609 3.62 3.396 3.385-3.62 3.609-6.984-6.984-5.568 5.568-1.427 1.417-3.609-3.609 10.604-10.604z\"/>\n</svg>\n</li><li title=\"cib codecademy \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M31.771 26.307h-7.464c-0.125 0-0.224 0.078-0.224 0.229v2.021c0 0.125 0.078 0.224 0.229 0.224h7.458c0.13 0 0.229-0.057 0.229-0.219v-2.021c0-0.135-0.078-0.219-0.229-0.219v-0.021zM21.953 3.286c0.021 0.047 0.036 0.089 0.063 0.161v25.052c0 0.083-0.031 0.13-0.052 0.151-0.042 0.052-0.109 0.083-0.177 0.083h-21.583c-0.052 0-0.099 0-0.13-0.031-0.047-0.047-0.073-0.109-0.073-0.177v-25.104c0-0.104 0.052-0.177 0.13-0.203h21.656c0.052 0 0.125 0.026 0.151 0.047v0.021zM2.422 26.099c0 0.099 0.052 0.182 0.13 0.203h16.859c0.073-0.021 0.125-0.099 0.125-0.203v-20.229c0-0.094-0.052-0.177-0.13-0.198h-16.854c-0.073 0.026-0.125 0.099-0.125 0.198zM9.323 14.932c0.865 0 1.354 0.24 1.859 0.828 0.078 0.099 0.203 0.125 0.307 0.047l1.38-1.229c0.099-0.057 0.078-0.219 0.026-0.297-0.849-1.021-2.073-1.656-3.651-1.656-2.12 0-3.724 1.057-4.344 2.938-0.219 0.661-0.318 1.505-0.318 2.641 0 1.141 0.099 1.979 0.339 2.641 0.62 1.901 2.219 2.938 4.339 2.938 1.604 0 2.823-0.641 3.661-1.62 0.063-0.099 0.083-0.219-0.021-0.302l-1.38-1.219c-0.099-0.063-0.219-0.063-0.302 0.036-0.516 0.599-1.057 0.917-1.938 0.917-0.938 0-1.656-0.458-1.958-1.38-0.182-0.516-0.224-1.156-0.224-1.974 0-0.823 0.063-1.427 0.245-1.964 0.318-0.875 1.021-1.344 1.979-1.344z\"/>\n</svg>\n</li><li title=\"cib codecov \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16.010 0.641c-8.823 0.005-16.005 7.135-16.010 15.891v0.042l2.724 1.589 0.036-0.026c1.297-0.891 2.839-1.365 4.411-1.359 0.495 0 0.979 0.042 1.448 0.13l-0.047-0.005c1.432 0.255 2.76 0.917 3.828 1.906l-0.005-0.005 0.469 0.438 0.266-0.578c0.255-0.563 0.552-1.089 0.88-1.568 0.13-0.188 0.276-0.385 0.443-0.594l0.271-0.344-0.339-0.281c-1.464-1.229-3.229-2.057-5.115-2.406l-0.068-0.010c-1.813-0.328-3.682-0.214-5.443 0.333l0.083-0.021c1.297-5.677 6.286-9.63 12.177-9.635 3.297-0.010 6.464 1.292 8.802 3.615 1.661 1.641 2.823 3.724 3.344 6-1.078-0.333-2.203-0.505-3.328-0.505h-0.208c-0.474 0.010-0.932 0.047-1.38 0.104v0c-0.172 0.026-0.344 0.052-0.516 0.083-0.078 0.010-0.156 0.026-0.229 0.042-0.177 0.036-0.349 0.073-0.521 0.12l-0.188 0.047c-0.214 0.057-0.427 0.12-0.641 0.193l-0.042 0.010c-0.474 0.161-0.943 0.359-1.401 0.589l-0.036 0.016c-0.203 0.104-0.406 0.214-0.625 0.344l-0.047 0.026c-1.068 0.635-2.016 1.448-2.813 2.401l-0.010 0.021-0.104 0.12c-0.177 0.219-0.344 0.443-0.5 0.672-0.12 0.172-0.24 0.359-0.385 0.604l-0.078 0.135c-0.109 0.193-0.214 0.385-0.313 0.578l-0.021 0.036c-0.229 0.458-0.427 0.932-0.589 1.422l-0.021 0.068c-0.391 1.167-0.578 2.396-0.552 3.625v-0.010l0.005 0.151c0.005 0.208 0.016 0.391 0.026 0.573v-0.052c0.016 0.188 0.031 0.37 0.057 0.552l0.005 0.057 0.016 0.135c0.026 0.172 0.052 0.339 0.083 0.505 0.323 1.688 1.125 3.375 2.328 4.88l0.052 0.068 0.057-0.068c0.479-0.563 1.667-2.359 1.766-3.438l0.005-0.016-0.010-0.021c-0.563-1.068-0.854-2.255-0.854-3.458 0-4.021 3.161-7.365 7.198-7.604l0.266-0.010c1.646-0.036 3.26 0.443 4.625 1.37l0.036 0.021 2.724-1.583v-0.036c0.010-4.224-1.677-8.271-4.682-11.234-3.005-2.99-7.073-4.656-11.313-4.641z\"/>\n</svg>\n</li><li title=\"cib codeigniter \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M11.317 32c-2.052-0.907-3.448-2.86-3.629-5.099 0.119-2.303 1.339-4.407 3.271-5.661-0.319 0.776-0.245 1.656 0.197 2.359 0.5 0.704 1.365 1.037 2.208 0.865 1.204-0.339 1.907-1.589 1.568-2.792-0.12-0.421-0.359-0.803-0.687-1.088-1.365-1.111-2.048-2.844-1.803-4.584 0.235-0.921 0.745-1.749 1.464-2.38-0.543 1.443 0.979 2.859 2.005 3.563 1.812 1.083 3.557 2.281 5.228 3.577 1.829 1.443 2.824 3.693 2.667 6-0.411 2.453-2.145 4.48-4.509 5.24 4.729-1.052 9.609-4.812 9.703-10.145-0.093-4.267-2.64-8.095-6.531-9.839h-0.172c0.083 0.208 0.124 0.432 0.119 0.661 0.011-0.147 0.011-0.297 0-0.443 0.021 0.177 0.021 0.349 0 0.52-0.296 1.215-1.52 1.959-2.739 1.667-0.484-0.119-0.917-0.395-1.229-0.785-1.563-2 0-4.276 0.26-6.48 0.161-2.812-1.124-5.5-3.405-7.145 1.14 1.901-0.381 4.401-1.485 5.823s-2.703 2.479-4.011 3.719c-1.405 1.308-2.692 2.745-3.848 4.281-2.5 3.052-3.48 7.079-2.667 10.937 1.115 3.719 4.208 6.516 8.020 7.24h0.021z\"/>\n</svg>\n</li><li title=\"cib codepen \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M32 10.912l-0.027-0.12-0.020-0.063c-0.016-0.036-0.027-0.068-0.041-0.104 0-0.021-0.016-0.041-0.027-0.063l-0.047-0.093-0.036-0.063-0.063-0.084-0.057-0.057-0.084-0.063-0.063-0.041-0.077-0.057-0.057-0.052-0.021-0.025-14.609-9.772c-0.459-0.312-1.057-0.312-1.52 0l-14.724 9.813-0.079 0.068-0.052 0.052-0.068 0.077-0.047 0.057-0.068 0.084c-0.025 0.020-0.041 0.036-0.041 0.057l-0.068 0.083-0.025 0.079c-0.027 0.015-0.027 0.052-0.043 0.093l-0.009 0.068c-0.027 0.041-0.027 0.077-0.027 0.12v9.995c0 0.063 0.005 0.12 0.016 0.181l0.011 0.063c0.004 0.037 0.015 0.079 0.025 0.115l0.021 0.063c0.015 0.037 0.020 0.073 0.036 0.104l0.031 0.063c0 0.016 0.016 0.057 0.037 0.084l0.041 0.052c0.021 0.015 0.041 0.052 0.063 0.077l0.036 0.057 0.052 0.052c0.016 0.016 0.016 0.043 0.043 0.043l0.077 0.052 0.057 0.041 0.011 0.021 14.631 9.771c0.219 0.161 0.5 0.219 0.76 0.219 0.255 0 0.516-0.084 0.755-0.24l14.881-9.875 0.067-0.079 0.047-0.063 0.052-0.077 0.043-0.068 0.036-0.093 0.021-0.068 0.041-0.104 0.021-0.057 0.041-0.109v-10c0-0.063 0-0.125-0.027-0.188l-0.015-0.057 0.057 0.005zM16.016 19.281l-4.871-3.251 4.871-3.26 4.864 3.256zM14.636 10.385l-5.964 3.984-4.817-3.219 10.781-7.187zM6.193 16.027l-3.444 2.307v-4.599l3.444 2.301zM8.672 17.693l5.964 3.989v6.427l-10.781-7.188 4.823-3.228zM17.385 21.683l5.969-3.975 4.817 3.224-10.787 7.188zM25.828 16.041l3.443-2.292v4.605l-3.443-2.308zM23.355 14.385l-5.964-3.984v-6.443l10.781 7.187-4.817 3.219z\"/>\n</svg>\n</li><li title=\"cib coderwall \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M28.473 24.943c1.943 0 3.527 1.584 3.527 3.531 0 1.943-1.584 3.527-3.527 3.527-1.947 0-3.531-1.584-3.531-3.527 0-1.947 1.584-3.531 3.531-3.531zM16 12.473c1.948 0 3.527 1.579 3.527 3.527s-1.579 3.527-3.527 3.527c-1.948 0-3.527-1.579-3.527-3.527s1.579-3.527 3.527-3.527zM28.473 12.473c1.943 0 3.527 1.579 3.527 3.527s-1.584 3.527-3.527 3.527c-1.947 0-3.531-1.579-3.531-3.527s1.584-3.527 3.531-3.527zM16 0c1.948 0 3.527 1.579 3.527 3.527 0 1.947-1.579 3.531-3.527 3.531s-3.527-1.584-3.527-3.531c0-1.943 1.579-3.527 3.527-3.527zM3.527 0c1.947 0 3.531 1.579 3.531 3.527 0 1.947-1.584 3.531-3.531 3.531-1.943 0-3.527-1.584-3.527-3.531 0-1.943 1.584-3.527 3.527-3.527zM28.473 0c1.943 0 3.527 1.579 3.527 3.527 0 1.947-1.584 3.531-3.527 3.531-1.947 0-3.531-1.584-3.531-3.531 0-1.943 1.584-3.527 3.531-3.527z\"/>\n</svg>\n</li><li title=\"cib codesandbox \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M2.667 8l13.938-8 13.943 8 0.12 15.932-14.063 8.068-13.938-8zM5.453 11.307v6.344l4.458 2.479v4.688l5.297 3.063v-11.031zM27.771 11.307l-9.755 5.542v11.031l5.292-3.063v-4.682l4.464-2.484zM6.844 8.802l9.74 5.526 9.76-5.573-5.161-2.932-4.547 2.594-4.573-2.625z\"/>\n</svg>\n</li><li title=\"cib codeship \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16.073 0c-1.297 0-3.199 0.541-3.199 1.016v2.823c1.063-0.219 2.141-0.344 3.224-0.365 1.084 0.027 2.167 0.141 3.229 0.349v-2.792c0-0.489-1.964-1.031-3.255-1.031zM16.099 5.047c-2.724 0-6.755 1.12-6.755 1.593v3.459c2.052-1.427 4.307-2.536 6.692-3.296 0.016-0.016 3.735 1 6.948 3.328l0.005 0.005v-3.496c0-0.495-4.167-1.593-6.891-1.593zM16.136 8.495c-1.021 0.26-2.021 0.74-2.953 1.183-2.032 0.953-3.912 2.197-5.589 3.687 1.803 1.839 2.88 4.147 3.543 6.292l0.047 0.151 0.052 0.053-0.068-0.053c-0.016-0.015-2.161-2.213-5.297-2.213-1.656 0-3.572 0.609-5.588 2.443 0.192 0.693 0.427 1.344 0.703 2v0.021l0.032 0.063c2.672 6.099 8.937 10.073 15.593 9.875 6.527-0.197 12.464-4.416 14.839-10.479 0.131-0.328 0.245-0.672 0.364-1-2.249-1.672-5.776-3.756-7.135-3.489v-0.005c-1.037 0.197-2.251 1.687-3.808 3.176 0.625-2.213 1.745-4.681 3.776-6.817-0.525-0.479-1.083-0.937-1.656-1.359v-0.016c-2.031-1.511-4.396-2.808-6.853-3.516zM16.12 9.688l0.817 4.067-0.197 3.563-0.589 5.276v0.027l-0.068-0.011c-0.009 0-0.020-0.011-0.031-0.011v-0.036l-0.656-5.265-0.161-3.537zM17.317 22.792l0.032 0.005c-0.063 0.020-0.131 0.047-0.193 0.072 0.052-0.031 0.109-0.047 0.161-0.077z\"/>\n</svg>\n</li><li title=\"cib codewars \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M1.016 16.266l-0.109-0.052c-0.24-0.135-0.427-0.333-0.557-0.589-0.188-0.344-0.271-0.667-0.271-1l0.026-0.172c0-0.266 0.068-0.505 0.188-0.734l0.109-0.198c0.052-0.109 0.13-0.203 0.198-0.292 0.083-0.094 0.094-0.214 0.068-0.323l-0.068-0.214c-0.078-0.266-0.13-0.531-0.13-0.797l-0.042-0.161c0-0.297 0.078-0.589 0.266-0.802l0.135-0.172c0.094-0.135 0.24-0.214 0.401-0.266 0.13-0.042 0.224-0.177 0.24-0.333l0.026-0.453c0-0.359 0.172-0.693 0.438-0.938l0.323-0.24c0.063-0.063 0.13-0.13 0.182-0.24 0.068-0.078 0.083-0.188 0.068-0.266-0.026-0.13 0-0.172 0.068-0.188 0.214 0.083 0.349 0.057 0.443-0.052l0.172-0.224 0.479-0.536c0.135-0.13 0.188-0.375 0.104-0.557l-0.156-0.349c-0.026-0.078 0-0.172 0.068-0.198 0.172 0 0.292 0.063 0.344 0.172l0.052 0.094c0.083 0.161 0.271 0.24 0.401 0.172 0.292-0.104 0.536-0.13 0.76-0.13h0.427c0.292 0 0.531-0.203 0.589-0.51 0.052-0.37 0.182-0.667 0.37-0.865 0.203-0.229 0.427-0.401 0.693-0.536 0.349-0.182 0.563-0.453 0.63-0.797 0.094-0.427 0.318-0.734 0.625-0.932l1.016-0.573 0.292-0.177c0.172-0.104 0.333-0.24 0.469-0.401l0.266-0.318c0.13-0.135 0.266-0.224 0.427-0.266 0.13-0.042 0.318-0.068 0.479-0.052l0.531 0.036c0.266 0 0.479 0.068 0.693 0.161l0.135 0.068c0.135 0.052 0.266 0.026 0.333-0.068l0.12-0.068 0.573-0.599c0.135-0.135 0.292-0.188 0.469-0.161 0.172 0.026 0.344 0.094 0.505 0.177 0.24 0.13 0.438 0.182 0.667 0.182h0.135c0.292 0 0.583 0.042 0.88 0.109l0.198 0.052c0.198 0.052 0.401-0.026 0.531-0.188 0.042-0.068 0.135-0.078 0.188-0.026 0.042 0.026 0.052 0.052 0.068 0.094 0.026 0.266 0.188 0.469 0.401 0.531l0.214 0.068c0.224 0.068 0.427 0.214 0.557 0.401 0.135 0.198 0.297 0.401 0.479 0.531l0.135 0.135c0.135 0.135 0.318 0.188 0.505 0.172h0.786c0.323 0 0.63 0.057 0.938 0.188 0.292 0.135 0.599 0.161 0.875 0.052 0.297-0.089 0.604-0.13 0.911-0.089l0.573 0.089c0.266 0.031 0.531 0.161 0.693 0.365l0.068 0.063c0.13 0.135 0.266 0.307 0.396 0.495 0.083 0.172 0.271 0.266 0.453 0.266h0.828c0.203 0 0.401 0.042 0.563 0.135 0.172 0.13 0.318 0.266 0.453 0.401l0.13 0.172c0.161 0.188 0.24 0.438 0.229 0.708 0 0.214 0.161 0.396 0.37 0.396l0.271 0.031c0.188 0 0.344 0.13 0.438 0.302l0.135 0.271 0.344 0.771c0.057 0.135 0.068 0.266 0.057 0.375 0 0.13 0.036 0.24 0.13 0.292l0.135 0.094c0.172 0.135 0.266 0.333 0.24 0.563l-0.094 0.625-0.026 0.266c-0.026 0.135 0.036 0.307 0.161 0.401 0.198 0.13 0.292 0.307 0.302 0.505v0.266c0 0.135-0.026 0.297-0.13 0.401-0.083 0.109-0.135 0.24-0.135 0.401l0.042 0.307c0 0.214 0.13 0.401 0.266 0.531 0.188 0.135 0.292 0.349 0.323 0.563 0.052 0.333 0.063 0.599 0.063 0.865v0.307c0 0.109 0 0.214 0.042 0.318 0.026 0.094 0.094 0.188 0.172 0.245l0.266 0.198c0.271 0.172 0.458 0.401 0.563 0.708 0.135 0.292 0.172 0.599 0.172 0.906v0.104c0 0.24-0.026 0.495-0.104 0.719-0.068 0.245-0.052 0.469 0.036 0.667 0.109 0.188 0.177 0.401 0.203 0.63 0.052 0.266 0.026 0.531-0.068 0.745l-0.026 0.094c-0.068 0.161-0.172 0.307-0.307 0.427-0.135 0.135-0.266 0.214-0.344 0.307-0.083 0.078-0.135 0.214-0.094 0.333l0.036 0.188c0.068 0.266 0.068 0.531 0 0.771v0.109c-0.052 0.198-0.13 0.37-0.214 0.531-0.094 0.172-0.224 0.307-0.396 0.401l-0.203 0.13c-0.094 0.057-0.161 0.177-0.161 0.297 0 0.13-0.052 0.266-0.13 0.344l-0.203 0.271c-0.13 0.172-0.302 0.318-0.49 0.396-0.188 0.135-0.349 0.271-0.469 0.401-0.135 0.161-0.24 0.349-0.292 0.536-0.052 0.24-0.24 0.37-0.443 0.37h-0.719c-0.188 0-0.359 0.135-0.438 0.297-0.094 0.208-0.188 0.359-0.307 0.49-0.135 0.135-0.214 0.297-0.271 0.479-0.026 0.161-0.156 0.271-0.292 0.214-0.172-0.078-0.344 0-0.427 0.135-0.156 0.266-0.318 0.469-0.49 0.641l-0.094 0.078c-0.177 0.135-0.401 0.24-0.604 0.24-0.24 0-0.359 0.109-0.396 0.266-0.042 0.135-0.068 0.307-0.083 0.458-0.026 0.156-0.078 0.302-0.13 0.438l-0.068 0.078c-0.135 0.203-0.24 0.401-0.375 0.573l-0.052 0.083c-0.172 0.224-0.401 0.401-0.667 0.464-0.323 0.109-0.599 0.135-0.88 0.135h-0.188c-0.13 0-0.266 0.078-0.359 0.214l-0.078 0.135-0.083 0.156-0.172 0.297c-0.135 0.24-0.333 0.396-0.599 0.479-0.266 0.068-0.573 0.094-0.854 0.078l-0.214-0.026c-0.188 0-0.359-0.052-0.531-0.135-0.135-0.052-0.323 0-0.401 0.135-0.135 0.188-0.297 0.292-0.469 0.349l-0.401 0.13c-0.266 0.068-0.557 0.068-0.839 0l-0.214-0.068c-0.13 0-0.266-0.063-0.375-0.13-0.13-0.068-0.266-0.094-0.396-0.083l-0.177 0.031c-0.266 0.026-0.505 0-0.745-0.068l-0.359-0.083c-0.161-0.052-0.307-0.156-0.401-0.307-0.068-0.13-0.214-0.24-0.401-0.266h-0.427c-0.266-0.036-0.505-0.13-0.667-0.333l-0.531-0.505-0.188-0.161-0.292-0.214-0.172-0.13c-0.203-0.135-0.443-0.24-0.698-0.266l-0.797-0.135c-0.083 0-0.135-0.026-0.214-0.042l-0.307-0.068c-0.135-0.026-0.266-0.13-0.359-0.266-0.078-0.13-0.229-0.188-0.359-0.13-0.266 0.104-0.479 0.13-0.693 0.172h-0.188c-0.349 0.026-0.667-0.026-0.99-0.172-0.318-0.135-0.531-0.333-0.729-0.589-0.161-0.229-0.401-0.401-0.698-0.453l-0.37-0.078c-0.266-0.057-0.536-0.161-0.776-0.323-0.266-0.188-0.401-0.359-0.505-0.573-0.104-0.198-0.172-0.427-0.188-0.667v-0.104c-0.026-0.271-0.214-0.51-0.464-0.573-0.307-0.094-0.536-0.229-0.734-0.401-0.188-0.177-0.297-0.427-0.297-0.693l0.031-0.589c0-0.229-0.068-0.427-0.229-0.573-0.161-0.161-0.266-0.359-0.266-0.573l-0.042-0.479c-0.026-0.349-0.094-0.693-0.172-1.042-0.078-0.307 0.042-0.615 0.292-0.76l0.094-0.068c0.135-0.094 0.188-0.266 0.109-0.427l-0.109-0.13c-0.13-0.135-0.266-0.229-0.401-0.266-0.104-0.031-0.13-0.135-0.13-0.203l0.13-0.161c0.083-0.094 0.068-0.24 0-0.318-0.104-0.109-0.156-0.24-0.172-0.375l-0.026-0.932c0-0.188 0.026-0.375 0.078-0.557 0.057-0.161 0-0.349-0.156-0.427zM14.214 14.505c0.094-0.094 0.078-0.266 0-0.333-0.135-0.104-0.229-0.224-0.307-0.359l-0.135-0.214c-0.089-0.172-0.208-0.318-0.344-0.453l-0.026-0.026c-0.135-0.104-0.229-0.24-0.307-0.401-0.068-0.13-0.068-0.266 0-0.401l0.078-0.13c0.083-0.135 0.135-0.323 0.135-0.479v-0.057c0-0.13-0.052-0.266-0.135-0.396-0.052-0.109-0.104-0.24-0.13-0.375v-0.078c-0.042-0.161 0-0.333 0.104-0.469 0.109-0.172 0.188-0.333 0.229-0.531v-0.031c0.052-0.13 0.026-0.302-0.057-0.438-0.078-0.135-0.104-0.266-0.052-0.427l0.094-0.266c0.078-0.24 0.203-0.453 0.359-0.641l0.188-0.198 0.135-0.161 0.078-0.078c0.078-0.083 0.094-0.214 0.026-0.323-0.068-0.135-0.104-0.266-0.078-0.401l0.026-0.188c0.042-0.266 0.135-0.531 0.307-0.745l0.052-0.052c0.198-0.266 0.453-0.443 0.745-0.536l0.365-0.13c0.156-0.052 0.266-0.229 0.266-0.401 0-0.214 0.068-0.401 0.187-0.573l0.063-0.068c0.135-0.224 0.297-0.453 0.401-0.693l0.094-0.172c0.026-0.042 0.042-0.094 0.042-0.135 0-0.224-0.135-0.427-0.349-0.438l-0.583-0.042c-0.333-0.026-0.667 0-0.99 0l-1.13 0.135c-0.177 0-0.307 0.13-0.323 0.318 0 0.188-0.135 0.349-0.292 0.401l-0.479 0.13-0.135 0.042-0.401 0.135c-0.292 0.094-0.531 0.307-0.667 0.599l-0.104 0.172c-0.135 0.297-0.359 0.536-0.641 0.708-0.266 0.172-0.401 0.453-0.427 0.771v0.135c-0.026 0.266-0.109 0.531-0.266 0.719l-0.068 0.109c-0.109 0.13-0.135 0.307-0.068 0.453 0.068 0.156 0.109 0.333 0.094 0.505v0.708c0 0.188-0.135 0.344-0.266 0.396-0.188 0.068-0.307 0.214-0.359 0.401l-0.068 0.266c-0.052 0.271 0.042 0.536 0.266 0.698 0.214 0.156 0.349 0.396 0.401 0.693v0.24c0.042 0.266 0.188 0.531 0.427 0.667 0.24 0.161 0.427 0.401 0.531 0.667l0.068 0.214c0.109 0.292 0.349 0.464 0.615 0.49h0.078c0.24 0 0.453 0.135 0.589 0.349 0.13 0.214 0.344 0.359 0.583 0.401l0.375 0.104c0.229 0.068 0.443 0.188 0.615 0.359l0.026 0.031c0.135 0.104 0.349 0.089 0.469-0.057l0.094-0.104zM15.734 13.281c0.13 0.078 0.266 0.036 0.318-0.083l0.042-0.063c0.094-0.188 0.214-0.375 0.344-0.536l0.271-0.401c0.036 0 0.052-0.026 0.063-0.052l0.323-0.427c0.135-0.13 0.292-0.224 0.479-0.224 0.172 0 0.323-0.094 0.401-0.266 0.052-0.188 0.13-0.365 0.292-0.51l0.068-0.078c0.135-0.135 0.266-0.203 0.401-0.266 0.172-0.026 0.333-0.057 0.495-0.057h0.396c0.161 0 0.297-0.063 0.375-0.198s0.198-0.224 0.333-0.292l0.135-0.057c0.214-0.089 0.453-0.156 0.693-0.182l0.266-0.026c0.161 0 0.333 0 0.495 0.089 0.13 0.094 0.307 0.083 0.438-0.026l0.094-0.052c0.198-0.135 0.427-0.24 0.667-0.266h0.026c0.266-0.052 0.505-0.052 0.776-0.042h0.13c0.266 0.042 0.495 0.135 0.667 0.333l0.042 0.052c0.135 0.135 0.344 0.245 0.531 0.245h0.229c0.068 0 0.13-0.031 0.172-0.094 0.042-0.042 0.109-0.083 0.172-0.083h0.135c0.188 0 0.359 0.052 0.531 0.109l0.229 0.094c0.214 0.063 0.438 0.13 0.667 0.156h0.161c0.104 0 0.172-0.063 0.172-0.156 0-0.135-0.026-0.271-0.094-0.375l-0.094-0.214c-0.104-0.172-0.188-0.359-0.266-0.531l-0.026-0.068c-0.068-0.135-0.068-0.266 0-0.401v-0.068c0.026-0.104-0.026-0.224-0.135-0.266h-0.104c-0.214-0.068-0.401-0.188-0.536-0.359l-0.13-0.135c-0.135-0.13-0.214-0.333-0.271-0.531-0.063-0.172-0.208-0.307-0.396-0.307h-0.563c-0.198-0.026-0.375-0.135-0.495-0.292l-0.052-0.068c-0.094-0.135-0.172-0.292-0.224-0.453-0.068-0.135-0.214-0.214-0.349-0.172l-0.161 0.052c-0.266 0.094-0.531 0.13-0.797 0.104l-0.214-0.026c-0.229 0-0.443-0.094-0.615-0.224l-0.135-0.094c-0.104-0.083-0.208-0.135-0.333-0.188-0.13-0.052-0.24-0.026-0.318 0.068l-0.068 0.078c-0.13 0.135-0.318 0.24-0.505 0.266l-0.719 0.042c-0.135 0-0.266 0.068-0.359 0.161-0.109 0.094-0.229 0.156-0.365 0.182h-0.026c-0.13 0-0.266 0.094-0.396 0.188v0.026c-0.135 0.135-0.307 0.203-0.484 0.203l-0.052 0.026c-0.161 0-0.318 0-0.479 0.042h-0.161c-0.224 0.036-0.401 0.224-0.453 0.464l-0.052 0.307c-0.042 0.214-0.135 0.401-0.266 0.573-0.135 0.161-0.297 0.266-0.495 0.266h-0.224c-0.135 0.031-0.271 0.177-0.245 0.333 0.031 0.229 0 0.427-0.036 0.63l-0.052 0.224c-0.057 0.203-0.188 0.359-0.365 0.427l-0.078 0.042h-0.026c-0.078 0.052-0.135 0.172-0.068 0.266 0.083 0.135 0.109 0.266 0.094 0.401l-0.042 0.427c0 0.156-0.063 0.307-0.13 0.438-0.083 0.135-0.083 0.266-0.026 0.401l0.13 0.292c0.068 0.135 0.083 0.271 0.042 0.427-0.042 0.135-0.068 0.266-0.052 0.401 0 0.135 0.078 0.266 0.188 0.323zM26.266 22.922c0.135 0.13 0.333 0.182 0.495 0.078l0.266-0.172c0.135-0.094 0.24-0.229 0.292-0.401v-0.026l0.135-0.401 0.078-0.135 0.057-0.13 0.052-0.094c0.052-0.109 0.13-0.188 0.266-0.229l0.052-0.026c0.109-0.026 0.177-0.13 0.177-0.24 0-0.13 0.063-0.24 0.13-0.333l0.109-0.094 0.266-0.344v-0.026c0.078-0.109 0.13-0.229 0.161-0.365 0.026-0.13 0-0.266-0.057-0.396l-0.026-0.057c-0.052-0.13-0.078-0.224-0.094-0.344l-0.036-0.375-0.042-0.401c0-0.13 0.052-0.266 0.135-0.396 0.089-0.109 0.156-0.245 0.214-0.375v-0.052l0.026-0.026c0.026-0.135-0.042-0.271-0.161-0.271-0.135-0.063-0.266-0.172-0.307-0.333l-0.042-0.078c-0.063-0.24-0.104-0.479-0.104-0.719l0.026-0.667v-0.042c0-0.224-0.188-0.401-0.401-0.401h-0.026c-0.266 0-0.479-0.078-0.667-0.266l-0.104-0.135-0.271-0.302-0.344-0.401c-0.135-0.188-0.266-0.349-0.443-0.51-0.13-0.13-0.333-0.266-0.531-0.292l-0.266-0.042c-0.135-0.026-0.307-0.089-0.453-0.182-0.109-0.083-0.266-0.057-0.375 0.052l-0.172 0.188-0.083 0.052c-0.094 0.026-0.182-0.026-0.224-0.135-0.052-0.156-0.052-0.344 0.026-0.505v-0.078c0-0.094-0.078-0.161-0.161-0.135h-0.214c-0.24 0-0.479-0.026-0.703-0.13l-0.135-0.057c-0.135-0.068-0.292-0.104-0.438-0.104-0.135 0-0.271 0.026-0.401 0.104l-0.052 0.042c-0.161 0.104-0.349 0.161-0.536 0.172h-0.438c-0.203 0-0.401 0.068-0.536 0.177-0.172 0.104-0.359 0.172-0.557 0.208l-0.359 0.057c-0.161 0.036-0.333 0.104-0.484 0.224-0.13 0.135-0.318 0.214-0.49 0.266l-0.068 0.031c-0.214 0.063-0.401 0.198-0.531 0.396l-0.161 0.161c-0.094 0.135-0.094 0.292 0 0.427 0.078 0.135 0.24 0.172 0.401 0.135l0.198-0.083c0.104-0.036 0.229 0 0.318 0.052 0.083 0.068 0.203 0.109 0.323 0.094l0.333-0.036c0.188 0 0.375 0 0.557 0.052 0.203 0.068 0.375 0.135 0.536 0.266 0.161 0.135 0.333 0.188 0.531 0.214 0.203 0.026 0.401 0.068 0.589 0.135l0.13 0.026c0.135 0.042 0.245 0.13 0.323 0.266 0.068 0.109 0.13 0.266 0.13 0.401v0.042c0 0.156 0.135 0.266 0.271 0.266h0.078c0.214 0 0.443 0.026 0.667 0.094l0.094 0.036c0.135 0.057 0.266 0.135 0.359 0.271 0.109 0.13 0.172 0.266 0.214 0.396l0.042 0.188c0.036 0.203 0.052 0.401 0.052 0.615v0.068c0 0.13 0.094 0.266 0.24 0.318 0.135 0.026 0.292 0.083 0.443 0.161l0.063 0.026c0.177 0.104 0.349 0.24 0.479 0.401l0.068 0.094c0.177 0.198 0.266 0.453 0.266 0.703v0.094c0 0.203-0.036 0.401-0.104 0.589-0.052 0.161 0 0.349 0.172 0.401l0.094 0.068c0.203 0.078 0.375 0.224 0.505 0.396 0.135 0.203 0.188 0.427 0.188 0.667v0.401c-0.026 0.135-0.063 0.24-0.13 0.333s-0.068 0.229 0 0.323l0.078 0.13zM17.734 16.094h-0.026c-0.057 0-0.083 0.068-0.068 0.135l0.052 0.266c0.052 0.214 0.078 0.427 0.109 0.641 0.026 0.214 0.13 0.396 0.292 0.531h0.052c0.203 0.161 0.323 0.401 0.333 0.641v0.667c-0.026 0.13 0 0.266 0.083 0.375l0.063 0.063c0.135 0.161 0.188 0.349 0.203 0.536l0.036 0.734c0 0.172-0.104 0.318-0.266 0.344l-0.13 0.026c-0.094 0-0.135 0.109-0.135 0.203 0 0.104 0.042 0.224 0.078 0.333v0.026c0.042 0.13 0.057 0.266 0.042 0.401l-0.052 0.359c-0.052 0.266-0.135 0.505-0.266 0.745l-0.094 0.161c-0.068 0.13-0.161 0.214-0.271 0.266-0.13 0.052-0.224 0.161-0.266 0.292l-0.104 0.479c-0.068 0.271-0.188 0.536-0.349 0.802h-0.026c-0.161 0.214-0.359 0.401-0.599 0.531l-0.161 0.109-0.401 0.198c-0.13 0.057-0.214 0.177-0.24 0.323l-0.063 0.438c-0.042 0.266-0.135 0.495-0.323 0.667l-0.172 0.203-0.203 0.198-0.198 0.214c-0.161 0.188-0.401 0.266-0.667 0.229l-0.479-0.094-0.443-0.057h-0.12c-0.052 0.057-0.063 0.135-0.026 0.214 0.094 0.161 0.24 0.271 0.401 0.271l0.292 0.052c0.135 0 0.297 0.068 0.427 0.13 0.135 0.094 0.266 0.161 0.427 0.203h0.026c0.177 0.068 0.359 0.078 0.536 0.068l0.198-0.031c0.229-0.026 0.443 0 0.625 0.083l0.161 0.052c0.068 0.026 0.172 0 0.24-0.068 0.083-0.078 0.161-0.13 0.266-0.172l0.109-0.026c0.172-0.052 0.344-0.083 0.531-0.083h0.109c0.156 0 0.307 0.031 0.438 0.109l0.052 0.026c0.094 0.042 0.203 0 0.271-0.078 0.036-0.094 0.13-0.188 0.224-0.266l0.333-0.229 0.214-0.135 0.109-0.063c0.13-0.094 0.318-0.135 0.479-0.135l0.479-0.042c0.188-0.026 0.349-0.156 0.401-0.344 0.052-0.203 0.13-0.401 0.266-0.573 0.135-0.177 0.266-0.323 0.401-0.453 0.172-0.135 0.344-0.203 0.531-0.214h0.109c0.214-0.042 0.37-0.24 0.359-0.453v-0.896c0.026-0.13 0.078-0.307 0.156-0.438l0.271-0.401 0.104-0.135c0.083-0.068 0.135-0.156 0.229-0.266l0.13-0.172c0.083-0.135 0.083-0.307-0.026-0.427-0.13-0.135-0.198-0.323-0.224-0.505v-0.057c-0.026-0.214-0.026-0.438 0.036-0.667v-0.063c0.068-0.177 0.161-0.349 0.271-0.51 0.104-0.13 0.089-0.318-0.042-0.427l-0.229-0.198c-0.188-0.161-0.292-0.401-0.318-0.641l-0.026-0.266c0-0.083 0-0.172-0.026-0.266l-0.026-0.203c-0.031-0.224-0.161-0.401-0.349-0.531l-0.094-0.026c-0.135-0.083-0.266-0.203-0.375-0.359-0.104-0.135-0.156-0.323-0.198-0.51l-0.042-0.224c0-0.083-0.052-0.135-0.13-0.172l-0.641-0.203c-0.135-0.026-0.266-0.13-0.359-0.224h-0.026c-0.083-0.109-0.214-0.109-0.297-0.031l-0.13 0.135c-0.026 0.042-0.057 0.052-0.094 0.042-0.083 0-0.135-0.068-0.109-0.135 0.026-0.214-0.052-0.427-0.224-0.557l-0.177-0.135-0.396-0.266c-0.109-0.042-0.271 0-0.323 0.13l-0.052 0.083c0 0.026-0.042 0.036-0.052 0.052-0.057 0-0.135 0-0.135-0.068l-0.042-0.068c-0.036-0.078-0.13-0.13-0.214-0.156zM16.135 17.427l-0.068-0.068c-0.068-0.052-0.135-0.042-0.203 0.026-0.094 0.161-0.172 0.333-0.214 0.51v0.026c-0.036 0.172-0.198 0.292-0.359 0.266h-0.156c-0.188 0-0.333 0.161-0.333 0.344 0 0.24-0.083 0.484-0.229 0.667l-0.078 0.083c-0.135 0.172-0.333 0.292-0.536 0.359l-0.104 0.026c-0.135 0.042-0.24 0.135-0.266 0.292 0 0.135-0.083 0.271-0.188 0.375l-0.135 0.104c-0.161 0.177-0.401 0.271-0.641 0.297l-0.667 0.068c-0.214 0-0.396 0.13-0.531 0.333-0.135 0.198-0.333 0.333-0.531 0.359l-0.297 0.026c-0.214 0.026-0.438 0.026-0.667-0.026l-0.13-0.026-0.365-0.094c-0.13-0.042-0.24 0-0.318 0.094l-0.135 0.172c-0.172 0.198-0.422 0.292-0.667 0.266l-0.865-0.104c-0.135 0-0.24-0.068-0.359-0.135-0.135-0.078-0.229-0.172-0.323-0.266l-0.333-0.401c-0.036-0.026-0.104-0.042-0.172-0.026l-0.188 0.078-0.745 0.188c-0.135 0.042-0.307 0-0.438-0.078-0.135-0.109-0.297-0.135-0.458-0.135h-0.172c-0.161 0.042-0.266 0.214-0.214 0.375l0.052 0.266c0.042 0.135 0.031 0.292-0.036 0.427s-0.052 0.266 0.036 0.401l0.083 0.104c0.104 0.161 0.266 0.297 0.401 0.427 0.13 0.135 0.266 0.266 0.37 0.443l0.203 0.359c0.104 0.188 0.266 0.292 0.479 0.292 0.198 0 0.401 0.068 0.557 0.198l0.401 0.375c0.109 0.094 0.266 0.109 0.375 0.026l0.068-0.026c0.078 0 0.13 0.052 0.13 0.135v0.068c0 0.172 0.135 0.333 0.307 0.396l0.599 0.135c0.214 0.068 0.427 0.135 0.63 0.266h0.104c0.109 0 0.203-0.094 0.188-0.214v-0.464c0-0.135 0.052-0.271 0.161-0.323l0.068-0.026c0.063 0.026 0.13 0.078 0.104 0.135v0.224c0 0.172 0.052 0.333 0.172 0.453 0.135 0.135 0.307 0.161 0.453 0.109 0.161-0.068 0.323-0.083 0.495-0.068l0.495 0.026c0.24 0.026 0.464 0 0.667-0.094 0.24-0.078 0.438-0.188 0.625-0.333l0.078-0.052 0.401-0.359c0.135-0.135 0.307-0.203 0.469-0.203h0.531c0.266-0.026 0.51-0.266 0.536-0.531l0.052-0.266c0-0.177 0.078-0.333 0.198-0.469 0.135-0.135 0.266-0.214 0.401-0.266l0.161-0.068c0.224-0.094 0.401-0.292 0.479-0.531l0.078-0.323c0.068-0.266 0.203-0.531 0.401-0.703l0.026-0.031c0.161-0.13 0.188-0.396 0.083-0.583l-0.042-0.094c-0.094-0.135-0.109-0.333-0.042-0.505 0.068-0.188 0.135-0.349 0.24-0.51l0.135-0.188c0.052-0.104 0.052-0.266-0.026-0.359-0.083-0.104-0.135-0.24-0.135-0.37l-0.026-0.188v-0.453c0.026-0.135 0-0.307-0.042-0.443l-0.052-0.156zM14.229 16.411v-0.036c0-0.135-0.083-0.214-0.188-0.214h-0.349c-0.13 0.026-0.266 0.026-0.375 0h-0.599c-0.307 0-0.599-0.057-0.891-0.135l-0.323-0.078-0.266-0.083-0.599-0.198c-0.323-0.094-0.563-0.307-0.708-0.599l-0.068-0.135c-0.094-0.198-0.292-0.307-0.49-0.266-0.229 0-0.453 0-0.667-0.104l-0.161-0.068c-0.307-0.135-0.531-0.401-0.531-0.76l-0.057-0.359c-0.036-0.188-0.156-0.359-0.318-0.427-0.188-0.083-0.359-0.188-0.536-0.307l-0.063-0.042c-0.203-0.161-0.375-0.37-0.469-0.625l-0.026-0.078c-0.068-0.214-0.078-0.443-0.026-0.667l0.026-0.083c0.052-0.172 0.068-0.344 0.068-0.531 0-0.161-0.068-0.323-0.188-0.443l-0.188-0.172c-0.214-0.172-0.344-0.427-0.359-0.708-0.026-0.292-0.026-0.573 0.026-0.854v-0.078c0-0.161-0.135-0.266-0.266-0.266h-0.042c-0.172 0-0.318 0.104-0.401 0.266-0.063 0.188-0.172 0.333-0.292 0.479l-0.052 0.068-0.401 0.401c-0.135 0.13-0.214 0.333-0.24 0.531-0.026 0.203-0.078 0.401-0.161 0.589l-0.026 0.068c-0.068 0.156-0.172 0.307-0.307 0.401-0.13 0.104-0.224 0.266-0.224 0.422l-0.026 0.615c0 0.266-0.042 0.536-0.135 0.802l-0.026 0.104c-0.068 0.177 0 0.359 0.161 0.443l0.557 0.24 0.052 0.026c0.042 0 0.057 0.026 0.068 0.068 0.042 0.052 0 0.13-0.042 0.13l-0.13 0.068c-0.078 0.026-0.135 0.109-0.161 0.203l-0.026 0.13v0.026l-0.135 0.75c-0.026 0.104-0.026 0.224-0.026 0.344 0 0.109 0.068 0.203 0.161 0.24l0.292 0.135c0.135 0.078 0.297 0.172 0.401 0.266l0.135 0.109c0.036 0.052 0.104 0.104 0.156 0.13l0.057 0.052c0.094 0.083 0.156 0.188 0.188 0.307l0.13 0.599c0 0.161 0.135 0.297 0.266 0.333l0.214 0.068c0 0 0.042 0 0.068 0.026l0.266 0.083c0.214 0.068 0.401 0.188 0.563 0.344 0.161 0.135 0.318 0.307 0.453 0.495l0.052 0.052c0.109 0.135 0.266 0.203 0.427 0.161s0.333-0.052 0.505-0.052h0.203c0.13 0 0.307 0.036 0.453 0.13 0.13 0.083 0.307 0.135 0.464 0.203h0.042c0.161 0.068 0.333 0.036 0.469-0.052 0.13-0.109 0.307-0.161 0.479-0.161l0.625 0.036c0.135 0 0.266-0.026 0.333-0.13h0.026l0.229-0.214 0.068-0.068c0.104-0.13 0.266-0.188 0.422-0.198h0.604c0.156 0 0.307-0.135 0.37-0.266 0.068-0.135 0.203-0.245 0.359-0.271l0.271-0.052c0.104 0 0.198-0.094 0.24-0.214 0.036-0.13 0.104-0.24 0.198-0.318l0.214-0.214c0.135-0.135 0.203-0.266 0.229-0.427z\"/>\n</svg>\n</li><li title=\"cib codio \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M15.995 32l-13.855-8.005v-16l13.86-7.995 13.86 7.995-7.86 4.541-6-3.468-6.005 3.463v6.939l6 3.463 6-3.463 7.865 4.525-13.855 8.005z\"/>\n</svg>\n</li><li title=\"cib coffeescript \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M6.188 9.958c2.797 0.708 6.375 1.068 10.677 1.068 4.401 0 7.896-0.359 10.682-1.068 2.974-0.693 4.401-1.625 4.401-2.505 0-0.625-0.641-1.24-1.802-1.708 0.266 0.177 0.469 0.469 0.469 0.786 0 0.896-1.349 1.63-4.052 2.24-2.51 0.547-5.708 0.938-9.604 0.938-3.76 0-7.104-0.391-9.521-0.906-2.599-0.641-3.958-1.333-3.958-2.24 0-0.375 0.172-0.698 0.693-1.068-1.625 0.625-2.505 1.156-2.505 1.958 0.094 0.906 1.547 1.812 4.521 2.505zM12.438 7.078c3.031-0.266 3.911-2.214 7.458-2.531 1.745-0.135 2.849 0.214 2.969 0.828 0.109 0.573-0.76 0.958-1.813 1.036-1.453 0.151-2.052-0.37-2.172-0.865-1.078 0.12-1.255 0.573-1.198 0.891 0.12 0.615 1.422 1.229 3.667 1.016 2.531-0.198 3.385-1.198 3.172-2.198-0.266-1.307-2.214-2.401-5.708-2.068-4.479 0.401-4.453 2.479-7.505 2.734-1.255 0.12-1.948-0.177-2.068-0.667-0.078-0.495 0.531-0.734 1.255-0.786 0.667-0.068 1.479 0.052 1.865 0.266 0.281-0.146 0.375-0.297 0.349-0.469-0.135-0.464-1.057-0.667-2.214-0.583-2.266 0.198-2.266 1.214-2.188 1.667 0.224 1.156 1.974 1.932 4.13 1.729zM27.667 12.198c-2.802 0.656-6.375 1.083-10.682 1.083-4.396 0-7.984-0.453-10.771-1.068-2.505-0.641-3.839-1.349-4.307-2.078 0.24 1.635 0.656 3.224 1.188 4.729-0.641 0.401-1.214 0.896-1.734 1.563-0.953 1.161-1.438 2.635-1.359 4.135 0.099 1.38 0.786 2.656 1.896 3.49 1.156 0.906 2.411 1.177 3.839 0.906 0.547-0.094 1.161-0.37 1.719-0.557-1.172 0-2.161-0.375-3.146-1.161-1.083-0.75-1.802-1.922-1.99-3.224-0.266-1.255 0-2.417 0.708-3.443 0.161-0.198 0.333-0.375 0.521-0.531 0.401 0.974 0.828 1.932 1.307 2.823 1.078 1.641 2.161 3.068 3.24 4.615 0.469 0.906 0.771 1.802 0.984 2.693 0.724 1 1.776 1.708 2.974 2 1.536 0.536 3.135 0.776 4.776 0.682h0.172c1.667 0.073 3.339-0.161 4.922-0.693 1.146-0.339 2.156-1.036 2.88-1.99h0.094c0.172-0.891 0.464-1.786 0.891-2.693 1.068-1.557 2.161-2.974 3.229-4.615 1.469-2.719 2.479-5.667 2.984-8.719-0.573 0.802-1.922 1.505-4.333 2.052z\"/>\n</svg>\n</li><li title=\"cib common workflow language \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16.083 12.271l-4.755 4.76 4.693 4.682 2.063-2.063-2.635-2.62 2.698-2.698zM18.141 29.896l-2.672-2.729 5.047-5.089-2.078-2.094-7.109 7.203 0.156 0.151-0.021 0.010 4.609 4.646zM20.672 11.813l-4.917-4.724 4.917-4.964-2.089-2.125-7.12 7.135 0.146 0.135v0.010l7 6.589z\"/>\n</svg>\n</li><li title=\"cib composer \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M22.213 0c-0.093 0-0.151 0.047-0.219 0.125-0.135 0.161-0.172 0.38-0.093 0.572 0.255 0.548 0.484 1.109 0.703 1.667 0.016 0.032 0.032 0.057 0.052 0.095-0.052-0.005-0.068-0.032-0.083-0.057-0.396-0.417-0.865-0.745-1.328-1.073-0.631-0.448-1.324-0.801-2.005-1.161-0.089-0.047-0.188-0.079-0.287-0.088l-0.511-0.052c-0.271-0.037-0.473 0.119-0.473 0.389 0 0.141-0.063 0.172-0.183 0.183-0.104 0.005-0.251 0.156-0.26 0.261-0.043 0.307 0.072 0.613 0.301 0.823 0.593 0.552 1.167 1.124 1.74 1.697l0.020 0.011c0.016 0.016 0.027 0.031 0.037 0.052-0.011 0.005-0.021 0.005-0.027 0.005-0.015-0.005-0.036-0.016-0.047-0.032-0.005 0-0.005-0.004-0.005-0.009-0.083-0.047-0.172-0.095-0.249-0.147-0.401-0.265-0.792-0.536-1.193-0.796-0.183-0.131-0.396-0.209-0.615-0.224-0.197-0.027-0.391 0.041-0.525 0.187-0.095 0.089-0.136 0.213-0.115 0.339 0.020 0.193 0.151 0.317 0.296 0.417 0.667 0.448 1.267 0.979 1.824 1.563 0.047 0.052 0.099 0.109 0.151 0.151 0.156 0.131 0.255 0.297 0.349 0.473 0.047 0.084 0.025 0.1-0.057 0.1-0.568 0-1.115 0.156-1.663 0.271-0.223 0.052-0.443 0.124-0.525 0.375-0.084 0.281-0.125 0.437 0.213 0.521 0.683 0.176 1.344 0.405 1.989 0.687 0.052 0.032 0.109 0.063 0.157 0.104 0.156 0.141 0.301 0.292 0.479 0.407 0.511 0.328 1.025 0.636 1.631 0.776 0.067 0.016 0.129 0.052 0.197 0.068 0.068 0.020 0.115 0.057 0.125 0.125 0.041 0.233 0.187 0.369 0.405 0.437 0.032 0.011 0.052 0.025 0.084 0.041 0.068 0.021 0.099 0.073 0.125 0.14 0.088 0.324 0.181 0.641 0.281 0.953 0.036 0.109 0 0.136-0.095 0.167-0.495 0.141-0.989 0.292-1.484 0.443-0.177 0.052-0.177 0.057-0.088 0.219l1.213 2.177c0.167 0.308 0.172 0.308 0.484 0.151 0.031-0.015 0.079-0.072 0.104-0.020 0.032 0.047 0.084 0.12 0.032 0.172-0.152 0.172-0.251 0.375-0.381 0.563-0.041 0.057-0.041 0.099-0.004 0.156 0.135 0.219 0.271 0.443 0.4 0.667 0.016 0.025 0.043 0.057 0.037 0.077l-0.161 0.491c-0.095-0.339-0.235-0.663-0.423-0.953-0.24-0.385-0.547-0.724-0.828-1.084-0.041-0.052-0.093-0.104-0.145-0.151-0.267-0.276-0.609-0.443-0.933-0.641-0.14-0.083-0.291-0.14-0.452-0.167-0.5-0.109-0.995-0.145-1.495 0.005-0.1 0.032-0.157 0.005-0.215-0.077-0.124-0.172-0.224-0.365-0.385-0.5-0.4-0.319-0.823-0.609-1.317-0.776-0.369-0.131-0.76-0.209-1.151-0.224-0.209-0.005-0.412 0.005-0.62 0.020-0.527 0.043-1.052 0.1-1.521 0.391-0.088 0.057-0.197 0.095-0.291 0.147-0.48 0.26-0.953 0.515-1.355 0.905-0.423 0.401-0.817 0.819-1.199 1.261-0.427 0.511-0.755 1.088-1.041 1.687-0.020 0.043-0.031 0.095-0.093 0.125l-0.161-0.989c-0.011-0.063 0.031-0.057 0.072-0.052 0.115 0.016 0.229 0.021 0.349 0.036 0.089 0.016 0.141-0.005 0.161-0.109 0.032-0.135 0.063-0.271 0.089-0.411 0.109-0.532 0.265-1.043 0.405-1.563 0.027-0.1 0.005-0.131-0.093-0.156-0.511-0.12-1.021-0.261-1.525-0.381-0.1-0.020-0.147-0.057-0.115-0.161 0.115-0.396 0.167-0.812 0.323-1.197 0.016-0.047 0.041-0.084 0.072-0.115 0.131-0.104 0.229-0.219 0.215-0.407-0.005-0.135 0.057-0.224 0.187-0.281 0.245-0.115 0.48-0.249 0.709-0.385 0.181-0.104 0.333-0.26 0.437-0.443 0.427-0.807 0.785-1.656 1.301-2.416 0.047-0.068 0.084-0.141 0.136-0.199 0.339-0.353 0.651-0.724 1.025-1.041 0.12-0.099 0.152-0.235 0.157-0.38 0-0.167-0.1-0.287-0.204-0.407-0.099-0.115-0.197-0.213-0.369-0.192-0.037 0-0.079-0.016-0.12-0.021 0.027-0.052 0.068-0.063 0.104-0.088 0.453-0.287 0.901-0.584 1.355-0.876 0.547-0.353 1.088-0.708 1.64-1.057 0.073-0.047 0.104-0.083 0.027-0.151-0.021-0.016-0.032-0.036-0.047-0.057-0.115-0.131-0.115-0.131-0.267-0.036l-4.588 2.853c-0.136 0.084-0.136 0.084-0.203-0.067-0.152-0.349-0.24-0.719-0.349-1.079-0.027-0.083-0.005-0.131 0.057-0.183 0.385-0.307 0.74-0.656 1.093-0.989 0.141-0.131 0.229-0.307 0.251-0.495 0.025-0.224-0.12-0.344-0.328-0.26-0.1 0.041-0.199 0.088-0.292 0.14-0.907 0.5-1.875 0.844-2.865 1.131-0.057 0.016-0.109 0.036-0.161-0.027-0.099-0.12-0.244-0.187-0.369-0.276-0.021-0.020-0.052-0.025-0.084-0.020-0.129 0.036-0.271 0.072-0.353 0.192-0.213 0.313-0.48 0.589-0.677 0.912-0.224 0.375-0.443 0.749-0.697 1.104-0.048 0.068-0.068 0.077-0.115 0l-0.849-1.489c-0.089-0.161-0.188-0.313-0.297-0.453-0.125-0.156-0.276-0.235-0.473-0.213-0.037 0.005-0.084-0.005-0.095 0.052-0.025 0.145-0.099 0.296-0.077 0.443 0.047 0.359 0.109 0.719 0.197 1.072 0.157 0.611 0.328 1.215 0.511 1.819 0.177 0.593 0.375 1.172 0.568 1.765 0.016 0.047 0.041 0.093-0.027 0.136-0.093 0.052-0.233 0.077-0.249 0.167-0.016 0.093 0.068 0.203 0.104 0.301l0.011 0.021c0.031 0.077 0.047 0.192 0.104 0.224 0.079 0.036 0.145-0.068 0.219-0.109 0.063-0.043 0.088-0.032 0.115 0.036 0.167 0.391 0.339 0.776 0.505 1.167 0.025 0.057 0.031 0.125 0.011 0.183-0.115 0.312-0.199 0.635-0.256 0.963-0.015 0.095-0.052 0.095-0.12 0.073-0.369-0.093-0.739-0.188-1.115-0.281-0.161-0.041-0.161-0.041-0.181 0.125v0.011c-0.079 0.891-0.156 1.776-0.245 2.661-0.005 0.077 0.005 0.115 0.093 0.12 0.261 0.031 0.516 0.072 0.772 0.115 0.047 0.005 0.088 0.009 0.077 0.077-0.057 0.303-0.104 0.604-0.167 0.907-0.020 0.073-0.005 0.156 0.041 0.213 0.095 0.12 0.177 0.235 0.267 0.355 0.063 0.083 0.109 0.192 0.052 0.276-0.032 0.047-0.047 0.104-0.043 0.161 0.005 0.552 0.005 1.104 0.032 1.661 0.016 0.265 0.011 0.536 0.016 0.801 0.015 0.715 0.057 1.428 0.083 2.141 0.011 0.349-0.052 0.692-0.031 1.041 0 0.089 0.020 0.136 0.109 0.161 0.213 0.068 0.416 0.156 0.629 0.224 0.109 0.027 0.204 0.104 0.251 0.208 0.041 0.089 0.057 0.193 0.047 0.292 0 0.095 0.031 0.152 0.109 0.208 0.328 0.235 0.656 0.48 0.989 0.724 0.865 0.641 1.729 1.281 2.604 1.917 0.079 0.063 0.1 0.109 0.052 0.197-0.047 0.084-0.072 0.177-0.119 0.261-0.043 0.077-0.032 0.124 0.041 0.181 0.109 0.073 0.213 0.161 0.312 0.251 0.089 0.073 0.089 0.188 0.063 0.276-0.016 0.068-0.115 0.005-0.172 0-0.041 0-0.083-0.016-0.125-0.021-0.416-0.063-0.823-0.172-1.244-0.208-0.667-0.052-1.339-0.109-2.016-0.088-0.031 0-0.088-0.037-0.093 0.036-0.011 0.057-0.027 0.12 0.036 0.156 0.036 0.021 0.068 0.037 0.104 0.047 0.38 0.136 0.729 0.324 1.079 0.521 0.224 0.131 0.443 0.271 0.688 0.36 0.047 0.015 0.093 0.052 0.145 0-0.369-0.292-0.74-0.589-1.109-0.887 0.052-0.036 0.093-0.020 0.129-0.015 0.444 0.031 0.887 0.093 1.319 0.197 0.953 0.224 1.896 0.48 2.833 0.76 0.301 0.095 0.629 0.141 0.905 0.329 0.068 0.041 0.111 0.088 0.1 0.171 0.015 0.016 0.036 0.043 0.015 0.057-0.025 0.016-0.052-0.015-0.067-0.031-0.219-0.016-0.439-0.031-0.652-0.057-0.619-0.063-1.233-0.145-1.853-0.125-0.469 0.011-0.937-0.020-1.401 0.011-0.661 0.047-1.317 0.131-1.975 0.203-0.036 0-0.083-0.004-0.083 0.037 0 0.047 0.016 0.099 0.079 0.115 0.052 0.011 0.099 0.015 0.151 0.015 0.333 0.011 0.661 0.011 0.995 0.016 0.828 0.021 1.656-0.016 2.479 0.052 0.303 0.027 0.6 0.016 0.891 0.068 1.376 0.255 2.74 0.527 4.104 0.823 0.161 0.037 0.324 0.063 0.48 0.141-0.073 0.063-0.167 0.083-0.208 0.181-0.292 0.672-0.485 1.385-0.709 2.084-0.036 0.12 0.043 0.255 0.161 0.287 0.215 0.063 0.433-0.073 0.469-0.297 0.025-0.14 0.052-0.287 0.073-0.432 0.005-0.047 0.020-0.073 0.067-0.089 0.177-0.072 0.349-0.145 0.527-0.213 0.26-0.099 0.5-0.244 0.703-0.437 0.177-0.167 0.328-0.364 0.333-0.625 0-0.077 0.021-0.129 0.084-0.176 0.292-0.229 0.557-0.491 0.812-0.756 0.251-0.255 0.521-0.489 0.803-0.708 0.031-0.027 0.057-0.068 0.109-0.047l0.744 0.296c-0.5 0.303-0.973 0.595-1.443 0.881-0.025 0.009-0.052 0.015-0.072 0.025-0.172 0.052-0.324 0.141-0.448 0.265-0.5 0.495-0.761 1.089-0.729 1.803 0.020 0.479 0.292 0.703 0.76 0.599 0.823-0.192 1.521-0.979 1.645-1.839 0.032-0.239 0.068-0.479-0.104-0.687-0.072-0.089-0.156-0.177-0.239-0.261 0.025-0.015 0.041-0.020 0.052-0.031 1.036-0.62 2.167-1.036 3.301-1.427 1.385-0.48 2.803-0.86 4.219-1.224l-0.099-0.021c-0.093 0.005-0.183 0.016-0.276 0.025-0.391 0.027-0.781 0.084-1.161 0.177l-0.021 0.011c-0.041 0.016-0.083 0.021-0.124 0.021-0.021 0-0.043 0-0.068 0 0.088-0.084 0.339-0.355 0.407-0.333v-0.005h0.009c0-0.011 0.027-0.032 0.027-0.032 0.021-0.036 0.052-0.063 0.093-0.063 0.073-0.104 0.161-0.187 0.265-0.255 0.068-0.036 0.136-0.079 0.215-0.115 0.213 0 0.421-0.255 0.645-0.349 0-0.004-0.016-0.009-0.016-0.020-0.323 0.047-0.635 0.093-0.943 0.213-0.656 0.24-1.333 0.432-1.973 0.713-0.989 0.432-1.98 0.865-2.928 1.38-0.036 0.016-0.067 0.032-0.104 0.047l-0.072-0.671c-0.005-0.048 0.015-0.063 0.057-0.084 0.837-0.448 1.681-0.891 2.561-1.249 0.724-0.303 1.444-0.631 2.172-0.928 0-0.005 0.005-0.011 0.011-0.011h0.005c0.005 0 0.005 0.005 0.011 0.005 0.005 0.016 0 0.027-0.011 0.032 0 0.005-0.005 0.005-0.011 0.011h-0.005c-0.197 0.271-0.364 0.567-0.495 0.88 0.052 0.011 0.068-0.005 0.089-0.027 0.151-0.161 0.301-0.312 0.448-0.473 0.285-0.313 0.588-0.615 0.937-0.855 0.025-0.016 0.063-0.031 0.047-0.068-0.021-0.036-0.063-0.015-0.088-0.009-0.333 0.067-0.663 0.124-0.991 0.203-0.109 0.025-0.099-0.011-0.104-0.089-0.005-0.26 0.037-0.52 0.047-0.78 0-0.115 0.027-0.224 0.079-0.329 0.131-0.301 0.26-0.599 0.396-0.9 0.063-0.152 0.104-0.313 0.129-0.469 0.043-0.255 0.073-0.516 0.1-0.776 0.041-0.396 0.181-0.771 0.249-1.167 0.084-0.495 0.156-1 0.339-1.479 0.167-0.423 0.328-0.844 0.5-1.261 0.235-0.572 0.532-1.115 0.672-1.724 0.047-0.208 0.099-0.4 0.005-0.609-0.052-0.109-0.068-0.239-0.109-0.359-0.027-0.089-0.032-0.183-0.016-0.271 0.068-0.328 0.093-0.652-0.083-0.959-0.048-0.084 0.009-0.131 0.057-0.183 0.119-0.125 0.124-0.177 0.020-0.307-0.115-0.147-0.229-0.303-0.359-0.437-0.104-0.109-0.204-0.235-0.313-0.349-0.072-0.041-0.063-0.073 0.016-0.099 0.188-0.068 0.369-0.147 0.563-0.204 0.104-0.031 0.131-0.093 0.14-0.187 0.057-0.808 0.12-1.62 0.183-2.428 0.011-0.109-0.011-0.129-0.125-0.099-0.604 0.193-1.208 0.375-1.817 0.563-0.188 0.063-0.188 0.063-0.271-0.125-0.307-0.687-0.547-1.405-0.803-2.12-0.052-0.135-0.052-0.285 0.011-0.421 0.089-0.249 0.032-0.5 0.027-0.755-0.005-0.011-0.005-0.027-0.005-0.037-0.057-0.697-0.167-1.385-0.339-2.063-0.156-0.588-0.38-1.156-0.667-1.692-0.308-0.579-0.631-1.151-0.984-1.703-0.152-0.235-0.313-0.453-0.579-0.568-0.109-0.041-0.224-0.068-0.339-0.068zM18.693 0.349c0.093-0.005 0.181 0.015 0.265 0.067 0.667 0.329 1.323 0.688 1.959 1.073 0.328 0.208 0.64 0.448 0.952 0.693 0.147 0.115 0.256 0.287 0.381 0.437 0.047 0.063 0.015 0.12-0.037 0.167-0.031 0.031-0.073 0.052-0.115 0.073-0.041 0.031-0.093 0.057-0.077 0.113 0.009 0.057 0.072 0.068 0.119 0.079 0.073 0.016 0.147 0.011 0.215-0.021 0.224-0.093 0.411 0.068 0.557 0.224 0.036 0.043 0.052 0.125 0.124 0.1 0.073-0.032 0.084-0.109 0.079-0.183-0.021-0.203-0.068-0.396-0.115-0.593-0.12-0.5-0.36-0.959-0.557-1.433-0.073-0.167-0.145-0.339-0.219-0.505-0.036-0.093 0.016-0.176 0.068-0.244 0.036-0.052 0.104-0.005 0.161 0.020 0.203 0.089 0.317 0.251 0.416 0.444 0.104 0.197 0.235 0.385 0.349 0.577 0.193 0.344 0.427 0.661 0.584 1.016 0.224 0.52 0.504 1.011 0.64 1.568 0.115 0.495 0.276 0.979 0.339 1.489 0.021 0.187-0.016 0.375 0.011 0.563 0.041 0.369-0.011 0.724-0.167 1.063-0.041 0.093-0.027 0.181 0.015 0.276 0.339 0.713 0.615 1.443 0.896 2.181 0.037 0.095 0.016 0.136-0.083 0.161-0.641 0.188-1.287 0.385-1.927 0.579-0.095 0.031-0.125 0.005-0.152-0.079-0.167-0.437-0.323-0.859-0.468-1.291-0.037-0.089-0.073-0.136-0.172-0.115-0.12 0.031-0.183-0.021-0.235-0.131-0.084-0.167-0.151-0.369-0.287-0.479-0.14-0.104-0.353-0.109-0.536-0.152-0.141-0.036-0.276-0.077-0.417-0.099-0.296-0.057-0.577-0.183-0.817-0.364-0.407-0.303-0.817-0.573-1.245-0.839-0.14-0.005-0.271-0.047-0.405-0.079-0.371-0.077-0.74-0.156-1.109-0.229-0.089-0.015-0.104-0.083-0.109-0.14-0.011-0.079 0.005-0.145 0.083-0.193 0.12-0.072 0.256-0.083 0.385-0.109 0.595-0.099 1.193-0.156 1.797-0.172 0.145 0 0.276 0.053 0.416 0.089 0.073 0.025 0.157 0.011 0.219-0.041 0.287-0.188 0.579-0.371 0.871-0.563 0.041-0.027 0.125-0.047 0.088-0.12-0.005-0.016-0.011-0.021-0.016-0.032-0.015-0.015-0.036-0.015-0.056-0.015h-0.079c-0.317-0.005-0.631 0.088-0.891 0.271-0.104 0.063-0.344 0.020-0.412-0.079-0.452-0.687-1.099-1.181-1.713-1.719-0.271-0.235-0.536-0.479-0.823-0.697-0.073-0.057-0.104-0.193-0.057-0.265 0.063-0.095 0.145-0.053 0.224-0.016 0.245 0.109 0.484 0.229 0.703 0.391 0.756 0.536 1.563 0.989 2.365 1.443 0.020 0.016 0.041 0.025 0.068 0.036 0.119 0.041 0.181-0.011 0.167-0.14-0.011-0.068-0.043-0.131-0.084-0.177-0.651-0.765-1.339-1.5-2.011-2.245-0.14-0.156-0.307-0.287-0.463-0.427-0.12-0.104-0.224-0.229-0.292-0.369-0.047-0.084-0.036-0.188 0.031-0.256 0.052-0.057 0.1-0.072 0.183-0.031 0.224 0.109 0.443 0.239 0.641 0.391 0.353 0.271 0.713 0.536 1.072 0.807l1.079 0.803c0.025 0.025 0.057 0.047 0.083 0.068 0.063 0.061 0.125 0.124 0.188 0.187l0.036 0.041c0.027 0.027 0.052 0.057 0.084 0.079 0.072 0.047 0.145 0.084 0.224 0.005 0.025-0.027 0.041-0.047 0.041-0.073 0-0.011 0.005-0.015 0-0.025 0-0.005 0-0.011 0-0.016-0.011-0.036-0.031-0.068-0.057-0.093l-0.24-0.251c-0.135-0.14-0.271-0.271-0.416-0.396-0.469-0.391-0.943-0.765-1.423-1.129-0.244-0.183-0.531-0.308-0.796-0.464-0.095-0.052-0.156-0.136-0.229-0.208-0.047-0.057-0.063-0.136-0.032-0.204 0.032-0.072 0.1-0.067 0.163-0.072zM11.005 2.197c0.011 0 0.025 0 0.036 0.005 0.063 0.037 0.041 0.104 0.041 0.183 0.016 0.079-0.036 0.145-0.109 0.213-0.457 0.428-0.943 0.833-1.432 1.229-0.197 0.156-0.437 0.229-0.656 0.349-0.041 0.020-0.068 0-0.093-0.032-0.161-0.208-0.319-0.411-0.48-0.619-0.057-0.073 0.027-0.068 0.063-0.084 0.339-0.125 0.672-0.26 1.005-0.396 0.489-0.192 0.932-0.463 1.391-0.708 0.047-0.027 0.093-0.057 0.141-0.084 0.031-0.015 0.057-0.052 0.093-0.057zM7.511 3.307c0.068 0.005 0.129 0.037 0.177 0.084 0.099 0.088 0.176 0.193 0.239 0.303 0.235 0.375 0.552 0.676 0.865 0.984 0.219 0.219 0.437 0.427 0.667 0.625 0.077 0.067 0.088 0.171 0.129 0.26 0.016 0.031 0.005 0.057-0.025 0.073-0.016 0.009-0.032 0.015-0.036 0.025-0.193 0.156-0.371 0.136-0.595 0.027-0.427-0.224-0.817-0.511-1.151-0.865-0.011-0.011-0.027-0.020-0.036-0.031-0.157-0.115-0.161-0.109-0.229 0.068-0.068 0.176-0.115 0.364-0.193 0.536-0.031 0.063 0.016 0.125 0.057 0.172 0.052 0.052 0.089 0.129 0.183 0.12 0.041-0.011 0.063-0.032 0.073-0.073 0.020-0.109 0.052-0.213 0.077-0.344 0.349 0.292 0.74 0.521 1.12 0.776l-0.369 0.213c-0.948 0.532-1.901 1.068-2.849 1.604-0.079 0.043-0.109 0.053-0.145-0.047-0.365-1.124-0.745-2.249-1.053-3.401-0.067-0.265-0.099-0.541-0.151-0.817-0.015-0.077 0.041-0.12 0.095-0.145 0.067-0.037 0.072 0.047 0.099 0.077 0.5 0.693 0.844 1.48 1.249 2.224 0.125 0.224 0.261 0.443 0.391 0.661 0.032 0.043 0.047 0.079 0.109 0.057 0.073-0.025 0.057-0.072 0.047-0.119-0.052-0.235-0.172-0.443-0.255-0.661-0.031-0.068-0.031-0.147 0.005-0.215 0.183-0.375 0.437-0.708 0.635-1.067 0.188-0.329 0.428-0.625 0.605-0.959 0.052-0.099 0.156-0.156 0.265-0.147zM9.875 3.964c0.021 0 0.032 0.020 0.047 0.052 0.161 0.359 0.272 0.739 0.407 1.109 0.011 0.036 0.016 0.063-0.025 0.088l-0.339 0.208c-0.011 0.005-0.027 0.011-0.063 0.027-0.011-0.016-0.021-0.041-0.041-0.068l-0.72-0.828c-0.031-0.036-0.061-0.073 0-0.104 0.235-0.136 0.417-0.355 0.667-0.469 0.032-0.015 0.053-0.020 0.068-0.015zM12.448 4.609c0.068-0.005 0.136 0.021 0.188 0.063 0.088 0.068 0.129 0.183 0.104 0.292-0.032 0.145-0.104 0.281-0.213 0.385-0.453 0.432-0.849 0.921-1.177 1.457-0.303 0.48-0.604 0.953-0.828 1.48-0.052 0.099-0.12 0.192-0.199 0.276-0.317 0.359-0.697 0.645-1.14 0.849-0.084 0.031-0.141 0.119-0.141 0.213-0.011 0.077-0.031 0.156-0.041 0.235 0 0.197-0.093 0.391-0.251 0.509-0.056 0.043-0.061 0.109-0.083 0.167l-0.364 1.219c0 0.011 0 0.016 0 0.027 0 0.016 0 0.041-0.021 0.047-0.057 0.016-0.104 0-0.151-0.025-0.595-0.141-1.188-0.287-1.776-0.443-0.073-0.016-0.147-0.043-0.219-0.053-0.12-0.015-0.131-0.067-0.073-0.156 0.073-0.375 0.167-0.749 0.396-1.063 0.052-0.072 0.047-0.129 0-0.208-0.251-0.421-0.443-0.875-0.656-1.317-0.032-0.073-0.021-0.104 0.047-0.147 1.151-0.713 2.296-1.427 3.443-2.145 0.063-0.036 0.12-0.016 0.177-0.025 0.203-0.048 0.395-0.109 0.572-0.219 0.016-0.011 0.037-0.016 0.041-0.032 0.131-0.281 0.412-0.38 0.652-0.489 0.552-0.251 1.104-0.479 1.588-0.844 0.037-0.031 0.079-0.052 0.125-0.057zM27.703 9.64v0.005h0.005c-0.025 0.339-0.057 0.661-0.083 0.985l-0.057 0.713c-0.005 0.088-0.032 0.14-0.125 0.172-1.5 0.515-2.995 1.036-4.495 1.563l-0.052 0.009c-0.047 0.005-0.073-0.015-0.104-0.072-0.292-0.527-0.589-1.047-0.885-1.568-0.037-0.068-0.047-0.104 0.047-0.131l5.672-1.661c0.020-0.005 0.041-0.011 0.077-0.016zM27.156 10.151c-0.203 0.005-0.391 0.199-0.38 0.391 0.011 0.188 0.167 0.344 0.339 0.339 0.183-0.005 0.359-0.203 0.359-0.401-0.009-0.224-0.109-0.328-0.317-0.328zM4.719 11.312c0.016 0 0.031 0.005 0.052 0.011l2.579 0.677c0.859 0.229 1.724 0.453 2.583 0.683 0.084 0.020 0.109 0.047 0.084 0.129l-0.376 1.219c-0.009 0.048-0.020 0.1-0.072 0.1-0.011 0-0.021 0-0.032-0.005l-1.38-0.188c-0.301-0.041-0.599-0.083-0.901-0.125-0.911-0.129-1.823-0.255-2.739-0.38-0.057-0.016-0.079-0.052-0.063-0.129 0.068-0.636 0.135-1.272 0.203-1.907 0-0.016 0-0.027 0.005-0.041 0.005-0.005 0.005-0.011 0.005-0.021 0.011-0.016 0.031-0.027 0.052-0.027zM15.568 11.453h0.151c0.26 0.016 0.516 0.115 0.755 0.224 0.111 0.047 0.215 0.088 0.319 0.14l0.077 0.043c0.079 0.036 0.157 0.072 0.229 0.119l0.152 0.084c0.047 0.036 0.099 0.063 0.145 0.099 0.093 0.068 0.188 0.141 0.276 0.219 0.292 0.271 0.495 0.589 0.615 0.964 0.088 0.265 0.151 0.541 0.177 0.817 0.020 0.271-0.063 0.536-0.131 0.792-0.011 0.041-0.027 0.052-0.041 0.047-0.016-0.005-0.027-0.031-0.041-0.047l-0.287-0.333c-0.365-0.437-0.849-0.756-1.391-0.912-0.433-0.124-0.88-0.192-1.328-0.208-0.36 0.005-0.719 0.047-1.068 0.125-0.281 0.052-0.568 0.099-0.844 0.151-0.183 0.031-0.349 0.115-0.516 0.188-0.077 0.036-0.161 0.067-0.239 0.099l-0.027 0.005c-0.505 0.177-0.927 0.479-1.364 0.76-0.12 0.084-0.224 0.188-0.328 0.292l-0.1 0.099c-0.197 0.193-0.396 0.396-0.615 0.573-0.099 0.135-0.233 0.235-0.359 0.353 0.031-0.228 0.093-0.437 0.192-0.629 0.109-0.199 0.224-0.391 0.349-0.579 0.068-0.093 0.131-0.188 0.199-0.276 0.135-0.183 0.271-0.359 0.421-0.525 0.104-0.131 0.213-0.261 0.328-0.387 0.109-0.129 0.224-0.255 0.333-0.38 0.047-0.052 0.099-0.093 0.151-0.135l0.037-0.037c0.104-0.093 0.192-0.181 0.317-0.28l0.016-0.016 0.088-0.084c0.317-0.301 0.693-0.536 1.063-0.776 0.036-0.025 0.079-0.047 0.115-0.068l0.145-0.061c0.016-0.005 0.032-0.016 0.043-0.016 0.072-0.032 0.151-0.063 0.228-0.089l0.157-0.047c0.187-0.052 0.375-0.099 0.557-0.156 0.333-0.109 0.687-0.161 1.041-0.151zM5.473 12.047c-0.093 0.005-0.203 0-0.285 0.079-0.251 0.244-0.24 0.651 0.015 0.885 0.147 0.129 0.36 0.129 0.505 0 0.193-0.167 0.245-0.417 0.131-0.713-0.073-0.183-0.167-0.251-0.365-0.251zM26.599 12.131c0.12 0 0.219 0.072 0.308 0.197 0.020 0.011 0.041 0.027 0.057 0.041 0.031 0.027 0.041 0.052 0.072 0.084 0.131 0.151 0.276 0.301 0.412 0.448 0.011 0.011 0.016 0.020 0.021 0.031 0.004 0.011 0 0.021-0.005 0.032-0.005 0.005-0.011 0.009-0.016 0.015l-0.016 0.021-0.005 0.005c0 0 0 0.005-0.005 0.011 0 0.005 0 0.005 0 0.005v0.009c-0.192 0.199-0.14 0.381 0.016 0.553 0.011 0.015 0.021 0.036 0.021 0.052 0.125 0.167 0.020 0.337 0 0.504-0.005 0.016-0.011 0.021-0.021 0.032l-0.011 0.005c-0.015-0.005-0.025-0.005-0.041-0.011l-0.011-0.005c-0.115-0.031-0.224-0.063-0.339-0.099-0.005 0-0.015-0.005-0.020-0.011-0.011 0-0.021-0.011-0.027-0.011-0.057 0.005-0.109-0.005-0.161-0.025-0.131-0.063-0.287-0.037-0.385 0.067 0 0.011-0.005 0.021-0.011 0.027 0.057 0.084 0.147 0.099 0.224 0.125 0.328 0.109 0.604 0.307 0.912 0.463 0.068 0.043 0.077 0.125 0.072 0.204-0.004 0.047-0.015 0.088-0.025 0.135l-0.093 0.417c0 0.036-0.011 0.068-0.027 0.099 0 0.224-0.156 0.391-0.229 0.584-0.011 0.015-0.015 0.020-0.025 0.057-0.052 0.135-0.109 0.265-0.172 0.395 0 0.011-0.016 0.021-0.016 0.032v-0.005c0 0-0.005 0-0.005 0.005l-0.005 0.016c-0.005 0-0.005 0.004-0.005 0.004-0.015 0.063-0.025 0.125-0.077 0.177-0.057 0.204-0.141 0.396-0.251 0.579-0.011 0.016-0.015 0.016-0.020 0.047-0.084 0.193-0.172 0.421-0.256 0.636-0.016 0.072-0.031 0.151-0.052 0.224l-0.011 0.020c0 0-0.005 0-0.005 0.005 0 0.011-0.004 0.016-0.004 0.021 0 0.088-0.016 0.172-0.053 0.255-0.015 0.052-0.025 0.109-0.041 0.161 0 0.005-0.005 0.016-0.011 0.027l-0.265 1.213c-0.072 0.333-0.104 0.672-0.156 1.005-0.052 0.312-0.068 0.635-0.14 0.948-0.057 0.224-0.183 0.427-0.287 0.635-0.095 0.199-0.156 0.407-0.276 0.595l-0.011 0.020c-0.005 0.011-0.011 0.027-0.016 0.043 0 0.004 0 0.015-0.005 0.020l-0.011 0.047c0 0.016 0 0.032 0 0.047 0 0.016 0 0.032-0.005 0.048v0.047c0 0.031 0 0.068-0.004 0.099-0.027 0.344-0.068 0.683-0.052 1.031 0 0.063-0.016 0.1-0.079 0.12l-0.079 0.032c-0.047 0.015-0.099 0.036-0.151 0.063l-0.079 0.031c-0.041 0.016-0.067 0.031-0.129 0.047v-0.011c0 0-0.011 0.011-0.016 0.011l-0.177 0.073-0.124 0.052c-0.084 0.057-0.183 0.099-0.281 0.12l-0.048 0.025c-0.213 0.095-0.421 0.188-0.629 0.281-0.109 0.037-0.224 0.099-0.333 0.152-0.115 0.052-0.229 0.099-0.349 0.151-0.188 0.083-0.369 0.161-0.557 0.239-0.005 0.005-0.016 0-0.021 0-0.171 0.068-0.348 0.163-0.509 0.235-0.063 0.032-0.157 0.068-0.235 0.099-0.147 0.057-0.183 0.053-0.213-0.099-0.095-0.068-0.104-0.187-0.141-0.287-0.031-0.099-0.063-0.203-0.093-0.296-0.005-0.032-0.021-0.027-0.021-0.047-0.031-0.043-0.031-0.084-0.052-0.131v-0.021c-0.011-0.011-0.011-0.015-0.015-0.025l-0.005-0.027h0.005c-0.048-0.129-0.095-0.26-0.125-0.396-0.032-0.093-0.089-0.176-0.109-0.271-0.005-0.031-0.005-0.063 0-0.093l0.011-0.041 0.004-0.027c0.032-0.063 0.068-0.125 0.105-0.183 0.020-0.052 0.041-0.104 0.061-0.156 0.021-0.052 0.043-0.088 0.063-0.151 0.052-0.099 0.084-0.208 0.147-0.323 0-0.027 0.020-0.052 0.025-0.079 0.057-0.192 0.12-0.391 0.204-0.577 0-0.011-0.011-0.016-0.005-0.027 0.020-0.115 0.129-0.156 0.192-0.224v0.005c0.032-0.011 0.052-0.031 0.068-0.031 0.016-0.032 0.036-0.043 0.057-0.063 0.052-0.063 0.099-0.131 0.14-0.199 0.063-0.088 0.115-0.181 0.183-0.271 0.027-0.031 0.041-0.073 0.079-0.073 0.005 0 0.011 0 0.015 0 0.053 0.016 0.037 0.073 0.032 0.115-0.027 0.141-0.027 0.292 0 0.433 0.016 0.115 0.031 0.224 0.041 0.337v0.053c0.027 0.077 0.047 0.167 0.047 0.249 0.027 0.109 0.047 0.213 0.079 0.323 0.099 0.204 0.167 0.401 0.235 0.604h0.005c0.109 0.161 0.219 0.344 0.328 0.521 0.031 0.041 0.063 0.088 0.099 0.12h0.005v0.025c0.031 0 0.047 0.068 0.093 0.005-0.011-0.031-0.016-0.031-0.025-0.031-0.016-0.036-0.032-0.073-0.043-0.109-0.005-0.021-0.015-0.047-0.015-0.063-0.011-0.027-0.016-0.047-0.016-0.068-0.005-0.011-0.005-0.025-0.011-0.031 0-0.027-0.005-0.047-0.011-0.068l-0.031-0.199c-0.011-0.009-0.011-0.020-0.011-0.036-0.005-0.011-0.005-0.025-0.016-0.036 0-0.037-0.009-0.079-0.015-0.115l-0.027-0.229c-0.005-0.041-0.016-0.079-0.021-0.12-0.036-0.416-0.020-0.839 0.048-1.249h0.020c0.037-0.193 0.079-0.417 0.115-0.625 0.011 0 0.021 0.005 0.032 0.005-0.011 0.349 0.020 0.692 0.099 1.031 0.005 0.011 0.005 0.021 0.005 0.027 0.047 0.129 0.099 0.26 0.14 0.396 0.011 0.025 0.021 0.057 0.032 0.083 0.015 0.047 0.041 0.089 0.072 0.125 0.005 0.016 0.027 0.031 0.027 0.047 0.031 0.027 0.047 0.052 0.073 0.084 0.020 0.020 0.036 0.047 0.057 0.067 0.061 0.063 0.135 0.125 0.219 0.209-0.011-0.063-0.016-0.125-0.021-0.188-0.005-0.057-0.016-0.115-0.021-0.177 0 0-0.020-0.011-0.020-0.016 0-0.047-0.005-0.099-0.011-0.145l-0.052-0.437c0-0.016 0-0.021 0-0.036 0-0.011 0.005-0.037 0.005-0.037-0.027-0.181-0.032-0.364-0.027-0.552l-0.005-0.020c-0.025-0.163-0.025-0.329 0-0.496 0.005-0.041 0-0.093 0.005-0.135 0-0.011-0.005-0.016-0.005-0.027 0-0.213 0.011-0.427 0.073-0.629l0.005-0.027c0.016-0.093 0.031-0.208 0.047-0.312 0.016-0.109 0.031-0.213 0.047-0.323 0.005-0.043 0.021-0.068 0.041-0.068 0.016 0 0.037 0.011 0.057 0.025l0.068 0.037 0.099 0.068c0.032 0.020 0.063 0.041 0.095 0.072 0 0 0.005 0.005 0.011 0.011 0.004 0.005 0.015 0.011 0.020 0.016h0.011v-0.005c0.224 0.115 0.349 0.301 0.495 0.479 0.073 0.052 0.12 0.12 0.151 0.204 0.1 0.129 0.172 0.271 0.224 0.427 0 0.016 0.011 0.025 0.011 0.041 0.005 0.011 0.011 0.005 0.016 0.036 0.025 0.037 0.041 0.073 0.057 0.115l0.041 0.109 0.027 0.057c0.009 0.011 0.015 0.021 0.025 0.032 0.011 0.016 0.032 0.025 0.052 0.031 0.037-0.12-0.047-0.229-0.016-0.344h0.011c0-0.031-0.011-0.031-0.011-0.047-0.031-0.208-0.056-0.411-0.145-0.604 0-0.016 0-0.052 0-0.052-0.079-0.192-0.115-0.385-0.229-0.557-0.025-0.020-0.041-0.052-0.047-0.083-0.036-0.032-0.057-0.068-0.073-0.109-0.020-0.027-0.036-0.052-0.052-0.084v0.027c0-0.005-0.005-0.011-0.005-0.011v-0.005c-0.093-0.131-0.187-0.256-0.296-0.369l-0.011-0.016c-0.016-0.011-0.027-0.011-0.041-0.041-0.079-0.032-0.152-0.131-0.224-0.199-0.011-0.011-0.021-0.011-0.027-0.020-0.011-0.005 0-0.016-0.031-0.021-0.161-0.109-0.281-0.245-0.423-0.344-0.025-0.031-0.057-0.011-0.067-0.063 0.411-0.025 0.812 0.027 1.228 0.047v-0.015c0.209 0.031 0.396 0.072 0.584 0.151 0.005 0 0.016 0.011 0.021 0.011v0.005c0.129 0.031 0.249 0.088 0.375 0.145 0.025 0.016 0.057 0.052 0.083 0.016 0.027-0.032-0.009-0.063-0.031-0.089-0.047-0.063-0.093-0.129-0.147-0.197-0.004-0.016-0.020-0.032-0.020-0.047-0.099-0.095-0.172-0.204-0.256-0.297-0.025-0.025-0.057-0.052-0.077-0.083-0.104-0.063-0.199-0.141-0.281-0.224-0.016-0.011-0.032-0.032-0.047-0.032-0.041 0-0.089-0.047-0.131-0.072-0.036-0.032-0.083-0.057-0.125-0.084-0.015-0.011-0.031-0.016-0.052-0.027-0.192-0.072-0.391-0.14-0.583-0.213-0.005 0-0.021-0.005-0.021-0.009 0 0-0.016 0-0.020 0-0.037 0-0.068-0.016-0.095-0.043-0.015-0.011-0.031-0.025-0.036-0.047l-0.011-0.016c-0.005-0.025-0.011-0.052-0.005-0.083 0.005-0.099 0-0.199-0.016-0.292-0.004-0.031-0.009-0.057-0.015-0.083-0.011-0.032-0.016-0.057-0.021-0.084l-0.020-0.083c-0.011-0.037-0.021-0.079-0.032-0.12 0 0-0.016 0-0.016-0.011-0.025-0.193-0.104-0.391-0.161-0.584-0.011-0.025-0.015-0.041-0.025-0.072-0.043-0.068-0.068-0.147-0.073-0.224 0-0.032 0-0.052 0-0.079l0.005-0.031c0.005-0.037 0.011-0.079 0.025-0.109l0.043-0.147c0-0.005 0-0.020 0.005-0.020h-0.005c0.041-0.229 0.135-0.423 0.197-0.625 0-0.005 0.005-0.005 0.005-0.011l0.016-0.011c0-0.005 0.005-0.005 0.005-0.005 0.052-0.072 0.077-0.161 0.067-0.244 0-0.052-0.015-0.093-0.036-0.141-0.020-0.057-0.047-0.109-0.077-0.167 0-0.009-0.011-0.015-0.016-0.015-0.005-0.005-0.011-0.011-0.011-0.011-0.12-0.141-0.213-0.303-0.276-0.475l-0.021-0.052c-0.009-0.005-0.009-0.015-0.009-0.020l-0.005-0.011c-0.005-0.011-0.005-0.016-0.011-0.027v0c0.005-0.020 0.011-0.041 0.016-0.057 0.004-0.015 0.015-0.025 0.020-0.036s0.016-0.021 0.027-0.031l0.011-0.005c0.088-0.131 0.165-0.261 0.265-0.38 0.077-0.095 0.104-0.219 0.068-0.333-0.057-0.183-0.053-0.188 0.129-0.256 0.036-0.016 0.423-0.161 0.579-0.208l0.099-0.036 0.025-0.011c0.224-0.089 0.453-0.172 0.677-0.256 0.011 0 0.021 0 0.027 0 0.187-0.099 0.391-0.161 0.588-0.224 0.027-0.009 0.047-0.020 0.079-0.025 0.031-0.027 0.131-0.047 0.161-0.079 0.156-0.047 0.287-0.12 0.432-0.156 0.063-0.052 0.141-0.083 0.219-0.088zM19.36 12.937c0.104 0 0.208 0.016 0.307 0.047l0.016 0.005c0.348 0.104 0.697 0.188 1.025 0.349 0.057 0.021 0.115 0.047 0.152 0.099 0.213 0.156 0.411 0.328 0.572 0.541 0.256 0.328 0.511 0.657 0.745 1.032-0.016-0.005-0.032-0.011-0.047-0.021-0.084-0.036-0.167-0.083-0.245-0.135-0.292-0.177-0.588-0.333-0.901-0.475-0.14-0.063-0.287-0.109-0.437-0.135-0.401-0.073-0.807-0.095-1.213-0.052-0.115 0.004-0.229 0-0.344 0-0.077 0-0.12-0.043-0.12-0.125 0-0.313 0.016-0.631-0.077-0.932-0.021-0.063 0.015-0.095 0.072-0.109 0.157-0.057 0.329-0.089 0.496-0.089zM15.693 13.969c0.561-0.021 1.083 0.135 1.557 0.432 0.171 0.104 0.333 0.235 0.484 0.375l0.015 0.021c0.163 0.161 0.308 0.343 0.428 0.547 0.109 0.172 0.077 0.359 0.041 0.552-0.093 0.536-0.421 0.937-0.787 1.312-0.353 0.36-0.796 0.595-1.203 0.865-0.584 0.385-1.245 0.536-1.923 0.635-0.837 0.125-1.692 0.141-2.541 0.251-0.301 0.041-0.615 0.068-0.921 0.12-0.365 0.057-0.688 0.255-0.907 0.547-0.083 0.115-0.135 0.249-0.213 0.405-0.057-0.176-0.047-0.364 0.031-0.525 0.147-0.317 0.401-0.573 0.715-0.719 0.552-0.297 1.171-0.355 1.765-0.5 0.479-0.125 0.968-0.193 1.448-0.323 0.656-0.177 1.291-0.428 1.901-0.735 0.317-0.167 0.651-0.339 0.875-0.645 0.151-0.22 0.208-0.485 0.161-0.745-0.011-0.047-0.021-0.068-0.036-0.073-0.016 0-0.043 0.011-0.068 0.037-0.24 0.213-0.489 0.421-0.761 0.599-0.427 0.276-0.9 0.443-1.385 0.563-0.776 0.192-1.557 0.353-2.353 0.411-0.563 0.037-1.115 0.147-1.652 0.323-0.452 0.157-0.916 0.313-1.281 0.657-0.041 0.036-0.099 0.072-0.171 0.129l0.009-0.052-0.036 0.027v-0.005c0.016-0.011 0.021-0.021 0.032-0.027 0.020-0.093 0.061-0.181 0.113-0.265l0.86-1.364c0.016-0.027 0.036-0.048 0.057-0.068 0.443-0.437 0.869-0.907 1.364-1.287 0.819-0.64 1.709-1.14 2.74-1.36 0.251-0.056 0.5-0.093 0.76-0.093 0.292-0.005 0.589-0.016 0.881-0.025zM5.516 13.995c0.015 0 0.036 0.005 0.063 0.016 0.041 0.011 0.083 0.005 0.124 0.011 0.172 0.036 0.349 0.041 0.516 0.083 0.016 0 0.027 0 0.047 0.016 0.177 0.005 0.36 0.031 0.532 0.073 0.192 0.025 0.385 0.047 0.577 0.077 0.047 0 0.084 0 0.125 0.027 0.005 0 0.016-0.005 0.016 0 0.224 0.025 0.401 0.041 0.593 0.072h-0.021v0.005c0.131 0.016 0.215 0.032 0.313 0.047 0.104 0.016 0.208 0.043 0.307 0.043 0.011 0 0.021 0.005 0.027 0.005l0.025 0.004c0.063 0.005 0.089 0.043 0.1 0.095 0.052 0.301 0.093 0.609 0.156 0.911 0 0.027 0.015 0.043 0.011 0.063l0.025 0.147c0.031 0.145 0.052 0.296 0.084 0.443 0 0.015 0 0.041 0.004 0.047v0.016c0.032 0.187 0.068 0.364 0.1 0.547v0.063c-0.167 0.176-0.303 0.385-0.401 0.609-0.041 0.104-0.093 0.203-0.136 0.301l-0.005 0.005c-0.031 0.099-0.083 0.199-0.129 0.297-0.005 0-0.005 0.005-0.011 0.015-0.005 0.011-0.011 0.032-0.016 0.037v0.005c-0.068 0.192-0.156 0.375-0.255 0.552-0.011 0.025-0.032 0.052-0.032 0.077-0.036 0.12-0.061 0.24-0.124 0.355-0.016 0.104-0.052 0.203-0.1 0.303-0.041 0.176-0.099 0.353-0.171 0.52-0.011 0.027-0.027 0.052-0.027 0.079l-0.005 0.005c0 0.009-0.005 0.025-0.011 0.041-0.005 0.011-0.005 0.025-0.015 0.036v0.016l-0.053 0.989 0.032 0.011 0.125-0.245c0.041-0.083 0.072-0.167 0.115-0.249 0.025-0.057 0.067-0.115 0.067-0.172 0.1-0.161 0.183-0.317 0.281-0.469 0.011-0.015 0.032-0.025 0.043-0.057 0.083-0.124 0.176-0.296 0.276-0.443 0.036-0.057 0.072-0.109 0.104-0.167 0.020-0.061 0.057-0.072 0.083-0.099 0.032-0.031 0.047-0.057 0.109-0.088 0 0.025 0.005 0.052 0.005 0.072l-0.005 0.011c0 0.016-0.005 0.027-0.011 0.043v0.009c-0.004 0.011-0.004 0.016-0.004 0.027-0.005 0.011-0.005 0.016-0.005 0.025 0 0.011-0.005 0.016-0.005 0.027v0.021c-0.027 0.187-0.027 0.405-0.032 0.609 0 0.009-0.005 0.025-0.005 0.031l0.005-0.005c0.027 0.193 0.057 0.385 0.084 0.579 0 0 0.005 0.041 0.005 0.057 0.031 0.192 0.072 0.385 0.093 0.583l0.005 0.021c0.005 0.016 0.005 0.025 0.005 0.036 0.031 0.156 0.145 0.26 0.219 0.396 0.052 0.073 0.104 0.156 0.151 0.224h0.005c0.161 0.14 0.292 0.287 0.475 0.417 0.025 0 0.052 0.031 0.077 0.031h-0.005v0.016c0.063 0.005 0.12 0.057 0.188 0.036 0.011 0 0.021-0.005 0.031-0.016 0.011-0.005 0.027-0.011 0.032-0.020 0.011-0.032-0.016-0.047-0.037-0.057-0.265-0.167-0.224-0.437-0.255-0.693h0.011v-0.005c0.063 0.063 0.109 0.12 0.161 0.188 0.011 0.016 0.021 0.025 0.031 0.036l0.068 0.073c0.047 0.047 0.093 0.093 0.145 0.135 0.053 0.043 0.105 0.084 0.168 0.115 0.025 0.011 0.052 0.037 0.072 0.037h-0.005c0.193 0.088 0.36 0.181 0.532 0.271 0.041 0.005 0.077 0.020 0.109 0.052 0.063 0.188 0.14 0.38 0.12 0.604 0.004 0 0.015 0.027 0.015 0.041 0.005 0.011 0 0.027 0 0.043 0.021 0.181 0.021 0.375-0.005 0.557 0.005 0.015 0.005 0.036-0.005 0.052 0 0.004 0 0.009 0 0.015 0 0.188 0 0.371-0.047 0.552-0.005 0.183-0.063 0.365-0.083 0.543 0 0.009 0 0.015-0.005 0.025-0.011 0.032-0.027 0.073 0.052 0.068v-0.005c0.172-0.183 0.344-0.355 0.505-0.557v0.016c0.005-0.068 0.041-0.099 0.079-0.131 0.061-0.068 0.129-0.172 0.197-0.265s0.136-0.183 0.203-0.276l0.005-0.016c0.005-0.031 0.021-0.052 0.037-0.063 0.004 0 0.015-0.005 0.020-0.005h0.021c0.020 0.005 0.047 0.011 0.068 0.027 0.031 0.021 0.067 0.041 0.099 0.063 0.192 0.109 0.411 0.177 0.557 0.359 0.015 0.016 0.031 0.021 0.047 0.052 0.068 0.032 0.131 0.105 0.177 0.177l0.052 0.047c0.005 0 0.005 0 0.011 0.005 0.249 0.213 0.271 0.328 0.088 0.615-0.005 0.011-0.016 0.021-0.021 0.021-0.009 0.025-0.020 0.047-0.031 0.072-0.011 0.016-0.016 0.032-0.027 0.048l-0.015 0.020c-0.047 0.079-0.1 0.161-0.115 0.251-0.021 0.072-0.027 0.145-0.021 0.224 0.036 0.124 0.068 0.249 0.093 0.38 0.016 0.077 0.037 0.151 0.043 0.235 0.025 0.187-0.068 0.301-0.224 0.385v-0.005c-0.037 0.005-0.037 0.020-0.052 0.031-0.011 0.011-0.016 0.016-0.027 0.021-0.016 0.011-0.036 0.021-0.052 0.031-0.047 0.032-0.083 0.068-0.104 0.12 0 0.005 0 0.005 0 0.011-0.005 0.005 0 0.021-0.005 0.021h0.011v0.015c-0.032 0.095-0.047 0.161-0.063 0.209-0.005 0.015-0.011 0.025-0.016 0.036 0 0.011-0.011 0.016-0.011 0.021-0.004 0.004-0.009 0.009-0.015 0.015-0.005 0.011-0.021 0.016-0.032 0.016h-0.011c-0.020 0-0.041-0.005-0.061-0.016-0.048-0.015-0.105-0.036-0.188-0.063-0.005-0.005-0.011-0.005-0.016-0.009 0 0-0.011-0.005-0.015-0.005l-0.037-0.016h-0.011v-0.011h-0.005c-0.093-0.031-0.181-0.052-0.271-0.088-0.052-0.021-0.104-0.037-0.161-0.057-0.063-0.016-0.129-0.047-0.197-0.047-0.188-0.063-0.375-0.1-0.557-0.161-0.016 0-0.027 0.004-0.057 0v0.004c-0.125-0.025-0.229-0.057-0.349-0.083-0.12-0.016-0.167-0.079-0.151-0.199 0.005-0.047 0.005-0.104 0.005-0.151 0-0.015-0.005-0.025-0.005-0.057-0.021-0.031-0.047-0.068-0.073-0.109-0.011-0.011-0.016-0.025-0.020-0.036-0.016-0.016-0.048-0.032-0.048-0.052-0.031-0.005-0.020-0.011-0.031-0.021-0.099-0.088-0.068-0.213-0.057-0.333l0.005-0.036 0.011-0.079c0-0.011 0-0.025 0.005-0.031 0.052-0.204 0.063-0.385-0.152-0.505-0.025-0.021-0.041-0.036-0.072-0.057v0.005c-0.1-0.079-0.199-0.151-0.303-0.219-0.016-0.032-0.021-0.037-0.052-0.052-0.151-0.084-0.287-0.183-0.412-0.303l-0.099-0.057h0.016c-0.021-0.031-0.047-0.025-0.063-0.041-0.025-0.021-0.047-0.031-0.079-0.052-0.161-0.141-0.38-0.265-0.552-0.423-0.057-0.020-0.099-0.067-0.145-0.109v-0.004c-0.172-0.12-0.339-0.235-0.505-0.36h0.005c-0.021 0-0.021-0.016-0.052-0.031-0.093-0.052-0.193-0.131-0.271-0.193-0.032-0.031-0.052-0.031-0.079-0.031-0.077-0.068-0.145-0.095-0.208-0.152-0.027-0.015-0.047-0.036-0.084-0.057-0.187-0.104-0.364-0.233-0.525-0.385l-0.047-0.047c-0.027-0.031-0.041-0.068-0.047-0.109v0.027c-0.12-0.125-0.193-0.267-0.292-0.396l-0.011-0.021c0-0.005-0.005-0.016-0.005-0.020 0-0.011-0.005-0.021-0.005-0.037 0.005-0.020 0.016-0.047 0.037-0.068 0-0.005 0-0.015 0-0.025 0.031-0.203 0.145-0.391 0.224-0.584v-0.047c0 0 0-0.031 0-0.041l-0.005-0.021-0.011-0.005c-0.005-0.009-0.011-0.009-0.021-0.015h-0.011c-0.025 0.005-0.052 0.015-0.077 0.031-0.027 0.016-0.052 0.036-0.073 0.057l-0.025 0.021c-0.005 0.005-0.011 0.015-0.016 0.020l-0.011 0.016c0 0-0.005 0-0.005 0s-0.005 0-0.005 0c-0.063 0.079-0.156 0.141-0.239 0.208-0.016 0.016-0.048 0.037-0.048 0.052v-0.005h-0.009c-0.027 0.032-0.057 0.032-0.095 0.016l-0.411-0.183c-0.037-0.015-0.052-0.052-0.057-0.083 0-0.011-0.005-0.027-0.011-0.041l-0.011-0.037v0.011c-0.047-0.224 0.032-0.391 0.073-0.583 0.005-0.016 0.005-0.032 0.005-0.047 0.031-0.188 0.047-0.387 0.099-0.568v-0.084c-0.027-0.203-0.027-0.405-0.041-0.609v-0.104c-0.016-0.38-0.043-0.76-0.057-1.145-0.027-0.797-0.095-1.589-0.068-2.385 0.005-0.147-0.031-0.292-0.099-0.423-0.043-0.072-0.084-0.145-0.136-0.219-0.068-0.088-0.093-0.203-0.063-0.312 0.047-0.188 0.084-0.38 0.12-0.568 0.011-0.068 0.032-0.115 0.079-0.115zM5.297 14.505l0.005 0.016c0.004 0.047-0.011 0.088-0.032 0.151-0.011-0.036-0.011-0.079 0-0.115 0.011-0.016 0.016-0.036 0.027-0.052zM19.584 14.505c0.171 0 0.337 0.011 0.504 0.031 0.292 0.027 0.563 0.079 0.735 0.219 0.125 0.057 0.251 0.12 0.371 0.193 0.296 0.177 0.588 0.359 0.885 0.536 0.061 0.037 0.115 0.089 0.156 0.147l0.296 0.421c0.016 0.021 0.043 0.047 0.021 0.073-0.005 0.011-0.016 0.015-0.025 0.020-0.027 0.005-0.048-0.005-0.068-0.015-0.131-0.073-0.265-0.147-0.396-0.219-0.5-0.272-1.027-0.48-1.579-0.609-0.145-0.043-0.281-0.084-0.432-0.105l-0.203-0.047c-0.005 0.005 0.005 0.021 0.020 0.037 0.011 0.005 0.016 0.009 0.016 0.015 0.016 0.021 0.036 0.037 0.057 0.048l0.027 0.009c0.301 0.156 0.817 0.251 1.187 0.428l0.079 0.036c0.208 0.109 0.401 0.245 0.588 0.385l0.36 0.276c0.536 0.391 0.864 0.921 1.025 1.563 0 0.016 0.011 0.036 0.011 0.057l0.016 0.016c0.025 0.041 0.031 0.088 0.020 0.129 0.005 0.011 0.005 0.021 0.005 0.027-0.005 0.093-0.077 0.057-0.12 0.057-0.276-0.016-0.552-0.068-0.812-0.152h-0.011c-0.067-0.020-0.156-0.052-0.219-0.067-0.281-0.104-0.547-0.219-0.817-0.319-0.339-0.119-0.599-0.348-0.885-0.552-0.475-0.328-0.923-0.687-1.333-1.088-0.047-0.041-0.084-0.088-0.109-0.14-0.027-0.068-0.057-0.136-0.084-0.204l-0.047-0.125c-0.011-0.031-0.020-0.057-0.031-0.083v-0.005c-0.005-0.005-0.005-0.011-0.005-0.016l-0.005-0.015c-0.016-0.053-0.011-0.109 0.011-0.163 0.005-0.004 0.005-0.009 0.005-0.015l0.009-0.027 0.005-0.015c0-0.011 0-0.021 0.005-0.027l0.005-0.021v-0.020l0.005-0.021v-0.021l0.005-0.015 0.005-0.027v-0.016l0.005-0.025c0-0.005 0-0.011 0.005-0.021 0-0.005 0-0.015 0-0.020v-0.355c0-0.109 0.036-0.151 0.145-0.145 0.104 0 0.213 0 0.323-0.005l0.099 0.005c0.057-0.005 0.111-0.011 0.168-0.011zM19.959 15.213c0.015 0.005 0.025 0.011 0.036 0.016h0.005c-0.016 0.011-0.036 0.005-0.041 0.025-0.005-0.025-0.005-0.036 0-0.041zM21.136 15.672c0.004 0.005 0.009 0.005 0.015 0.011zM18.588 15.907l0.005 0.005c0.005 0.005 0.016 0.015 0.027 0.031 0.104 0.208 0.244 0.375 0.401 0.531 0.167 0.163 0.343 0.308 0.52 0.464 0.355 0.323 0.719 0.641 1.089 0.953 0.239 0.203 0.52 0.303 0.828 0.385 0.687 0.177 1.396 0.24 2.099 0.339 0.188 0.025 0.355 0.083 0.5 0.208h-0.011c0.016 0.011 0.021 0.016 0.032 0.027-0.396-0.057-0.787-0.052-1.183-0.063-0.432-0.011-0.855 0.041-1.276 0.088-0.151 0.016-0.303 0.005-0.448-0.031-0.412-0.095-0.803-0.26-1.188-0.428-0.437-0.181-0.801-0.468-1.151-0.78-0.027-0.027-0.047-0.048-0.073-0.073-0.115-0.109-0.208-0.24-0.276-0.38v-0.011c-0.12-0.281-0.115-0.593-0.020-0.943 0.020-0.093 0.052-0.188 0.077-0.276 0.011-0.032 0.032-0.047 0.047-0.047zM18.26 17.479c0.084 0.313 0.308 0.532 0.5 0.767l0.073 0.104c0.041 0.047 0.088 0.088 0.14 0.124 0.027 0.016 0.043 0.027 0.063 0.043l0.032 0.025c0.229 0.183 0.468 0.36 0.713 0.527l0.437 0.307c0.203 0.136 0.412 0.251 0.625 0.355 0.057 0.025 0.109 0.047 0.167 0.073 0.167 0.067 0.333 0.129 0.505 0.187l0.025 0.005c0.109 0.032 0.224 0.041 0.333 0.052 0.043 0.005 0.084 0.011 0.12 0.016 0.032 0.005 0.057 0.016 0.084 0.031 0.031 0.021 0.061 0.043 0.088 0.068 0.099 0.089 0.193 0.213 0.197 0.292 0 0.016 0 0.025 0 0.031-0.004 0.011-0.004 0.011-0.009 0.016-0.011 0.021-0.032 0.041-0.043 0.063-0.041 0.068-0.077 0.135-0.115 0.203l-0.015 0.037c-0.047 0.115-0.047 0.239 0.005 0.348 0.151-0.151 0.291-0.312 0.391-0.5 0.047-0.088 0.083-0.177 0.115-0.271 0.009-0.036 0.004-0.077 0.009-0.109 0.016-0.041-0.031-0.093-0.009-0.12 0-0.005 0.004-0.005 0.004-0.005 0.005-0.005 0.011-0.009 0.021-0.009 0.011-0.005 0.027-0.005 0.036-0.005 0.027-0.005 0.048-0.011 0.073-0.011 0.063 0 0.125 0.011 0.188 0.031 0.036 0.011 0.020 0.057 0.020 0.095v0.009c-0.009 0.115-0.057 0.219-0.099 0.324-0.011 0.020-0.020 0.047-0.031 0.072-0.063 0.177-0.152 0.344-0.256 0.5-0.156 0.209-0.339 0.401-0.635 0.412h-0.084c-0.052 0-0.104 0.016-0.151 0.016-0.052-0.005-0.099 0.025-0.115 0.077-0.027 0.052-0.052 0.093-0.079 0.147l-0.009 0.020c-0.12 0.292-0.308 0.552-0.543 0.761-0.109 0.093-0.219 0.187-0.333 0.271-0.197 0.124-0.405 0.228-0.624 0.296l-0.095 0.043-0.025 0.009c-0.011 0-0.032 0.005-0.041 0.011-0.048 0.021-0.089 0.047-0.063 0.12 0.025 0.083 0.083 0.104 0.161 0.109 0.015 0 0.031 0 0.052-0.005 0.068-0.005 0.135-0.021 0.197-0.041 0.063-0.027 0.131-0.052 0.199-0.084 0.041-0.020 0.088-0.036 0.135-0.052-0.036 0.161-0.063 0.313-0.115 0.453l-0.025 0.073c-0.037 0.083-0.079 0.167-0.12 0.255-0.027 0.057-0.052 0.109-0.084 0.167-0.151 0.308-0.328 0.599-0.541 0.871-0.129 0.176-0.292 0.328-0.473 0.452-0.043 0.037-0.089 0.068-0.136 0.1-0.161 0.104-0.333 0.197-0.505 0.276l-0.088 0.041-0.125 0.047c-0.057 0.021-0.109 0.041-0.167 0.063-0.073 0.025-0.145 0.047-0.224 0.068-0.249 0.077-0.5 0.135-0.76 0.181-0.011 0-0.016 0-0.027 0-0.072 0.016-0.14 0.027-0.219 0.037-0.072 0.011-0.151 0.020-0.235 0.031-0.265 0.032-0.536 0.021-0.801-0.025l-0.041-0.011c-0.068-0.021-0.131-0.047-0.193-0.079-0.083-0.047-0.156-0.093-0.24-0.135-0.063-0.032-0.119-0.063-0.176-0.099-0.073-0.043-0.141-0.089-0.215-0.141-0.135-0.088-0.244-0.219-0.307-0.369-0.036-0.089-0.079-0.177-0.125-0.261-0.011-0.025-0.025-0.047-0.036-0.067-0.109-0.177-0.235-0.339-0.369-0.491-0.057-0.067-0.111-0.129-0.168-0.192-0.031-0.032-0.056-0.063-0.083-0.093-0.115-0.125-0.229-0.245-0.349-0.365l-0.088-0.088c-0.151-0.152-0.312-0.287-0.484-0.407-0.131-0.093-0.267-0.177-0.407-0.255l-0.079-0.052c-0.38-0.24-0.676-0.595-0.839-1.016-0.057-0.125-0.145-0.161-0.296-0.167-0.115 0.005-0.229-0.021-0.333-0.063l-0.005-0.005c-0.063-0.025-0.125-0.063-0.172-0.109l-0.036-0.021c-0.032-0.036-0.052-0.077-0.079-0.119-0.193-0.281-0.364-0.573-0.516-0.881 0 0.005 0.005 0.011 0.005 0.011l-0.011-0.015 0.005 0.004c-0.031-0.083-0.063-0.171-0.099-0.26l-0.047-0.115c-0.021-0.068-0.027-0.135-0.016-0.203l0.005-0.041c0.005-0.005 0.005-0.016 0.011-0.021 0.005-0.016 0.011-0.027 0.016-0.036 0.041-0.079 0.099-0.141 0.167-0.193 0.031-0.021 0.061-0.041 0.093-0.063 0.057-0.047 0.125-0.083 0.183-0.125 0.099-0.061 0.192-0.113 0.291-0.167 0.365-0.187 0.751-0.317 1.147-0.416 0.020-0.011 0.041-0.011 0.068-0.016 0.047-0.011 0.093-0.015 0.14-0.020s0.093-0.005 0.14-0.005l0.141-0.005c0.021 0 0.047 0 0.073 0 0.396-0.021 0.796-0.047 1.197-0.089 0.24-0.020 0.479-0.047 0.719-0.072 0.521-0.057 1.032-0.204 1.505-0.432 0.047-0.027 0.099-0.048 0.145-0.073l0.084-0.041c0.192-0.105 0.385-0.204 0.568-0.313 0.020-0.025 0.041-0.036 0.072-0.041l0.016-0.005v0.016c-0.005 0.015-0.016 0.031-0.025 0.047l-0.032 0.016c-0.183 0.239-0.437 0.4-0.661 0.599-0.021 0.020-0.047 0.041-0.068 0.063-0.068 0.057-0.14 0.12-0.219 0.181 0.276 0 0.547-0.031 0.797-0.109 0.464-0.129 0.869-0.411 1.156-0.796 0.141-0.183 0.265-0.396 0.375-0.647zM13.907 17.505c-0.147 0.068-0.303 0.115-0.459 0.14-0.745 0.188-1.505 0.297-2.26 0.437-0.537 0.1-1.043 0.319-1.475 0.652-0.025 0.015-0.057 0.041-0.083 0.057-0.037 0.020-0.052 0.015-0.057-0.016-0.005-0.005-0.005-0.016-0.005-0.027-0.016-0.187 0.047-0.28 0.224-0.364 0.239-0.109 0.479-0.224 0.719-0.333 0.312-0.145 0.645-0.192 0.989-0.224 0.527-0.057 1.052-0.125 1.583-0.188l0.704-0.113zM17.088 19.161h-0.036c-0.052 0.016-0.047 0.068-0.047 0.109 0.005 0.136 0.011 0.265 0.025 0.401 0.016 0.145 0.063 0.292 0.152 0.411 0.161 0.229 0.401 0.387 0.677 0.444 0.208 0.052 0.208 0.052 0.228 0.271 0.005 0.088 0.021 0.172 0.105 0.224 0.151 0.088 0.301 0.181 0.484 0.192 0.115 0.011 0.229 0.021 0.323 0.093 0.131 0.084 0.276 0.131 0.427 0.131 0.115 0.011 0.229 0.016 0.339 0.032 0.089 0.015 0.152-0.011 0.213-0.068 0.319-0.261 0.636-0.527 0.933-0.823-0.037-0.037-0.089-0.052-0.163-0.016-0.187 0.093-0.369 0.192-0.552 0.297-0.047 0.031-0.093 0.057-0.151 0.067-0.317 0.063-0.64 0.095-0.964 0.1-0.176-0.011-0.343-0.073-0.489-0.177-0.088-0.057-0.177-0.141-0.192-0.265 0.047-0.016 0.093 0 0.135 0.009 0.172 0.021 0.339 0.084 0.511 0.073 0.417-0.027 0.808-0.151 1.199-0.287l0.375-0.135c0.057-0.021 0.073-0.043 0.025-0.095-0.061-0.068-0.129-0.052-0.197-0.047-0.828 0.12-1.672 0.099-2.495-0.057-0.24-0.047-0.495-0.063-0.589-0.359-0.025-0.084-0.052-0.161-0.067-0.245-0.021-0.083-0.063-0.161-0.125-0.229-0.021-0.025-0.052-0.047-0.084-0.052zM16.323 19.251c-0.063 0-0.109 0.067-0.135 0.124-0.084 0.136-0.183 0.261-0.276 0.385-0.147 0.199-0.349 0.24-0.557 0.209-0.761-0.12-1.527-0.199-2.292-0.24-0.041-0.005-0.079-0.016-0.109 0.011-0.245 0.181-0.489 0.353-0.647 0.624 0.011 0.005 0.021 0.011 0.027 0.011 0.027-0.005 0.047-0.011 0.073-0.015 0.396-0.1 0.812-0.131 1.229-0.095 0.531 0.047 1.057 0.151 1.583 0.224 0.073 0.011 0.145 0.016 0.208 0.047 0.161 0.084 0.245 0.229 0.303 0.385 0.093 0.24 0.12 0.5 0.14 0.756 0.011 0.203-0.031 0.369-0.192 0.505-0.125 0.093-0.219 0.224-0.265 0.369 0.203 0 0.38 0.036 0.515 0.208 0.084 0.109 0.193 0.204 0.297 0.292 0.235 0.224 0.615 0.172 0.781-0.104 0.077-0.131 0.151-0.255 0.235-0.375 0.115-0.172 0.224-0.355 0.432-0.428 0.125-0.041 0.068-0.104 0.025-0.156-0.083-0.104-0.233-0.109-0.375-0.025-0.208 0.129-0.353 0.317-0.505 0.5-0.047 0.057-0.093 0.109-0.151 0.156-0.079 0.052-0.145 0.057-0.213-0.016-0.079-0.073-0.151-0.156-0.235-0.224-0.073-0.057-0.083-0.109-0.041-0.192 0.088-0.167 0.125-0.36 0.109-0.548-0.041-0.416-0.109-0.828-0.401-1.156-0.031-0.036-0.031-0.057 0.011-0.088 0.312-0.213 0.516-0.557 0.547-0.932 0.011-0.1-0.011-0.183-0.088-0.209-0.011-0.004-0.021-0.004-0.032-0.004zM22.271 19.297c0.271 0 0.516 0.104 0.756 0.239-0.005 0-0.011 0-0.016 0.005l0.041 0.027c-0.364 0.052-0.724 0.077-1.083 0.036-0.109-0.011-0.224-0.031-0.339-0.031-0.229 0.011-0.412-0.109-0.604-0.213h0.025c-0.016-0.011-0.031-0.016-0.047-0.027 0.031 0.005 0.063 0.005 0.093 0.005 0.041 0.005 0.079 0.016 0.115 0.021 0.317 0.067 0.625-0.027 0.937-0.057 0.043-0.005 0.079-0.005 0.12-0.005zM10.683 20.251c-0.005 0-0.011 0-0.021 0.004-0.068 0.027-0.131 0.063-0.145 0.152-0.068 0.296 0.072 0.583 0.369 0.733 0.131 0.073 0.235 0.172 0.303 0.308 0.020 0.052 0.020 0.14 0.093 0.125 0.068-0.016 0.016-0.1 0.025-0.136 0.011-0.183-0.020-0.333-0.167-0.427-0.109-0.068-0.145-0.161-0.187-0.265-0.052-0.147-0.063-0.297-0.177-0.412-0.027-0.027-0.047-0.083-0.093-0.083zM13.14 20.719c-0.145 0.036-0.312 0.073-0.468 0.141-0.109 0.052-0.12 0.113-0.021 0.187 0.057 0.047 0.115 0.068 0.188 0.041 0.224-0.088 0.484-0.041 0.656 0.125 0.193 0.167 0.464 0.213 0.699 0.12 0.14-0.047 0.265-0.131 0.391-0.203 0.047-0.027 0.099-0.043 0.151-0.052 0.192-0.016 0.385-0.043 0.572-0.068 0.053-0.011 0.131 0.011 0.147-0.052 0.011-0.063-0.063-0.099-0.109-0.141-0.021-0.025-0.057-0.025-0.089-0.036-0.192-0.057-0.391-0.068-0.583-0.021-0.391 0.084-0.797 0.084-1.188 0-0.104-0.025-0.213-0.025-0.344-0.041zM22.344 21.907c0.011 0 0.016 0.005 0.020 0.011 0.005 0.004 0.011 0.009 0.016 0.015l0.011 0.005c0.057 0.047-0.011 0.151-0.027 0.224-0.041 0.224-0.072 0.448-0.113 0.672-0.011 0.063-0.016 0.131-0.063 0.219l-0.011-0.057-0.016 0.032c-0.052-0.308-0.088-0.625-0.099-0.939-0.005-0.072 0.041-0.088 0.088-0.104 0.063-0.020 0.147-0.088 0.193-0.077zM18.052 23.109c-0.011 0-0.021 0.005-0.031 0.011-0.251 0.14-0.537 0.145-0.819 0.183-0.115 0.015-0.265-0.016-0.348 0.067-0.215 0.209-0.391 0.12-0.579-0.025-0.011-0.005-0.016-0.016-0.031-0.021-0.276-0.145-0.552-0.197-0.833-0.005-0.1 0.079-0.229 0.115-0.355 0.095-0.099-0.032-0.177-0.021-0.255 0.047-0.037 0.036-0.089 0.068-0.131 0.093-0.125 0.084-0.125 0.099-0.011 0.188 0.027 0.025 0.057 0.031 0.088 0.047 0.267 0.077 0.516 0.020 0.751-0.109 0.245-0.131 0.469-0.125 0.693 0.041 0.203 0.151 0.411 0.156 0.635 0.063 0.281-0.131 0.573-0.224 0.875-0.287 0.043-0.005 0.089-0.021 0.131 0.016 0.131 0.115 0.249 0.031 0.369-0.016 0.052-0.021 0.057-0.057 0.052-0.104-0.009-0.104-0.083-0.161-0.129-0.24-0.021-0.036-0.043-0.047-0.073-0.041zM11.76 23.203c0.016 0 0.032 0.005 0.047 0.021 0.053 0.047 0.1 0.099 0.152 0.145l0.015 0.021c0.027 0.021 0.032 0.052 0.016 0.079l-0.296 0.599-0.032-0.011c0-0.005 0.005-0.011 0.005-0.016 0.063-0.26 0.036-0.531 0.073-0.796 0-0.032 0.009-0.043 0.020-0.043zM16.964 23.984c-0.319 0.011-0.641 0.063-0.937 0.161-0.245 0.089-0.521 0.147-0.652 0.428-0.072 0.167-0.063 0.344-0.115 0.509 0.021 0.131 0.021 0.261 0.1 0.376 0.020 0.031 0.031 0.083 0.088 0.077 0.057 0 0.073-0.052 0.088-0.088 0.057-0.12 0.073-0.26 0.109-0.385 0.063-0.208 0.157-0.375 0.376-0.469 0.229-0.099 0.457-0.187 0.687-0.276 0.041-0.015 0.089-0.020 0.136-0.015 0.287 0.041 0.583 0.025 0.839 0.192 0.020 0.021 0.052 0.027 0.077 0.021 0.1-0.027 0.109-0.057 0.052-0.136-0.197-0.265-0.515-0.416-0.848-0.396zM14.005 24.973l0.021 0.021c0.124 0.156 0.244 0.292 0.333 0.453 0.197 0.385 0.495 0.667 0.88 0.869 0.181 0.099 0.344 0.229 0.552 0.256h0.025c0.027 0 0.057-0.005 0.052 0.031-0.005 0.021-0.025 0.021-0.041 0.016h-0.011c-0.005 0-0.015 0-0.020-0.005-0.224 0.011-0.437 0.047-0.657 0.088-0.113 0.027-0.228 0.052-0.337 0.079-0.109 0.025-0.219 0.052-0.329 0.073-0.047 0.009-0.067 0.031-0.057 0.077 0.005 0.052 0.027 0.084 0.089 0.099 0.12 0.021 0.24 0.027 0.364 0.021 0.157-0.005 0.313-0.021 0.469-0.047 0.344-0.052 0.692-0.052 1.036 0-0.572 0.093-1.047 0.416-1.563 0.631-0.271 0.113-0.479 0.328-0.733 0.463-0.016 0.027-0.032 0.063-0.048 0.084-0.041 0.052-0.047 0.156-0.113 0.145h-0.005c-0.011 0-0.016 0.005-0.021 0-0.125-0.011-0.251-0.052-0.355-0.115-0.041-0.025-0.031-0.073-0.031-0.12v-0.604c0-0.041 0.016-0.088-0.027-0.12-0.14-0.088-0.104-0.239-0.14-0.369-0.016-0.052 0.021-0.079 0.052-0.109l0.369-0.412c0.084-0.088 0.12-0.187 0.057-0.296-0.115-0.219-0.093-0.428 0-0.647 0.073-0.176 0.12-0.359 0.188-0.563zM20.12 25.208c0.005 0.005 0.011 0.011 0.016 0.011l0.009-0.011c0.052 0.032 0.052 0.068 0.063 0.104 0.141 0.328 0.271 0.661 0.401 0.991 0.036 0.072 0.041 0.135-0.005 0.197-0.145 0.188-0.188 0.432-0.104 0.656 0.088 0.271 0.027 0.464-0.245 0.599-0.047 0.032-0.104 0.048-0.161 0.048-0.041 0-0.083-0.011-0.115-0.043-0.5-0.344-1.093-0.457-1.656-0.656-0.077-0.031-0.156-0.057-0.24-0.077-0.099-0.021-0.088-0.089-0.077-0.157 0.011-0.047 0.036-0.052 0.063-0.047 0.025-0.011 0.063 0.011 0.083 0.016 0.641 0.161 1.287 0.292 1.901 0.531 0.027 0.011 0.041 0.011 0.063 0.016 0.041-0.005 0.057-0.047 0.047-0.109-0.011-0.145-0.025-0.287-0.188-0.359-0.411-0.183-0.853-0.287-1.301-0.313-0.068-0.005-0.131-0.011-0.199-0.016 0.319-0.187 0.667-0.291 0.948-0.541 0.037-0.025 0.073-0.057 0.105-0.088l0.525-0.641zM17.609 26.719h0.027c0.041 0 0.072 0.011 0.077 0.073 0 0.057 0.011 0.109-0.083 0.125-0.12 0.015-0.24 0.025-0.365 0.025s-0.244-0.016-0.369-0.041c-0.068-0.016-0.093-0.063-0.089-0.115 0.005-0.037 0.032-0.037 0.057-0.037 0.016 0 0.032 0 0.053 0.005h0.239c0.151 0.011 0.303 0 0.453-0.031zM17.656 27.251c0.011 0 0.016 0 0.027 0.004 0.369 0.157 0.744 0.308 1.124 0.464-0.171 0.151-0.337 0.281-0.495 0.407-0.296 0.239-0.588 0.479-0.864 0.739-0.068 0.063-0.12 0.068-0.193 0.016-0.473-0.271-0.963-0.516-1.463-0.724-0.219-0.093-0.453-0.129-0.683-0.208 0.027-0.052 0.073-0.052 0.109-0.063 0.489-0.183 0.989-0.349 1.475-0.563 0.124-0.057 0.244-0.011 0.369 0.005 0.183 0.027 0.359 0.032 0.525-0.057 0.021-0.016 0.043-0.020 0.068-0.020zM14.776 28.183c0.036 0 0.073 0.011 0.109 0.020 0.26 0.104 0.505 0.251 0.76 0.365 0.011 0 0.027 0.005 0.037 0.016 0.005 0 0.005 0.004 0.005 0.015v0.005c0 0.005 0 0.005 0 0.005-0.005 0.005-0.011 0.005-0.011 0.005l-0.016-0.005c-0.005 0-0.011-0.011-0.016-0.016l-1.151-0.287c0.099-0.077 0.183-0.129 0.281-0.124zM25.672 28.896c-0.193-0.011-0.349 0.077-0.5 0.197-0.036 0.032-0.057 0.063-0.125 0.021-0.14-0.093-0.276-0.068-0.391 0.052-0.068 0.073-0.115 0.156-0.14 0.249-0.167 0.672-0.333 1.344-0.495 2.016-0.052 0.224 0.061 0.339 0.296 0.308 0.213-0.037 0.319-0.156 0.355-0.428 0.031-0.265 0.068-0.52 0.145-0.791 0.199 0.244 0.385 0.479 0.579 0.713 0.183 0.229 0.385 0.427 0.656 0.552 0.193 0.083 0.36 0.036 0.511-0.099 0.077-0.068 0.109-0.177 0.073-0.276-0.021-0.1-0.109-0.167-0.209-0.167-0.077-0.005-0.151-0.037-0.203-0.095-0.183-0.156-0.344-0.333-0.484-0.525-0.12-0.161-0.125-0.161 0.036-0.271 0.333-0.229 0.453-0.557 0.427-0.948-0.015-0.292-0.176-0.459-0.453-0.505-0.025-0.005-0.052-0.005-0.077-0.005zM11.36 28.932c-0.053 0-0.105 0.027-0.131 0.099-0.027 0.068-0.073 0.057-0.12 0.052-0.328-0.052-0.656 0.057-0.891 0.292-0.505 0.495-0.76 1.089-0.735 1.808 0.021 0.473 0.297 0.703 0.761 0.599 0.916-0.213 1.629-1.109 1.672-2.109 0.004-0.256-0.224-0.625-0.453-0.713-0.037-0.016-0.068-0.021-0.104-0.027zM8.787 29.011c-0.303 0.005-0.593 0.115-0.817 0.317-0.464 0.401-0.729 0.923-0.865 1.516-0.052 0.219-0.016 0.453 0.104 0.645 0.095 0.156 0.208 0.213 0.385 0.177 0.407-0.079 0.797-0.213 1.161-0.407 0.115-0.057 0.215-0.129 0.303-0.224 0.068-0.072 0.109-0.172 0.109-0.271s-0.041-0.135-0.136-0.14c-0.093 0-0.171 0.031-0.255 0.063-0.276 0.099-0.547 0.224-0.828 0.291-0.141 0.037-0.193 0.005-0.219-0.135-0.011-0.057-0.005-0.109 0.005-0.167 0.052-0.224 0.129-0.437 0.249-0.641 0.079-0.151 0.188-0.281 0.328-0.38 0.183-0.12 0.376-0.183 0.589-0.052 0.068 0.041 0.135 0.021 0.197-0.016 0.099-0.061 0.172-0.161 0.204-0.271 0.020-0.067 0-0.12-0.063-0.156-0.136-0.083-0.292-0.135-0.453-0.151zM21.052 29.104c-0.26-0.011-0.511 0.089-0.688 0.276-0.208 0.213-0.244 0.432-0.113 0.699 0.099 0.203 0.233 0.375 0.369 0.557 0.099 0.124 0.197 0.244 0.292 0.38 0.061 0.093 0.031 0.167-0.079 0.197-0.063 0.021-0.131 0.021-0.188-0.005-0.181-0.068-0.353-0.172-0.5-0.307-0.052-0.041-0.088-0.099-0.109-0.167-0.015-0.099-0.067-0.141-0.167-0.151-0.104-0.011-0.208-0.011-0.271 0.104-0.104 0.187-0.072 0.353 0.115 0.525 0.369 0.328 0.808 0.469 1.245 0.505 0.401 0.005 0.645-0.355 0.515-0.692-0.057-0.157-0.156-0.292-0.249-0.423-0.161-0.208-0.328-0.416-0.479-0.635-0.12-0.167-0.063-0.287 0.129-0.349 0.183-0.057 0.333-0.005 0.485 0.104 0.171 0.136 0.317 0.063 0.353-0.151 0.027-0.115-0.036-0.193-0.115-0.261-0.156-0.129-0.348-0.203-0.547-0.208zM23.593 29.183c-0.181 0-0.364 0-0.547 0.020-0.219 0.032-0.427 0.089-0.511 0.333 0 0.011-0.015 0.032-0.031 0.037-0.251 0.063-0.333 0.265-0.401 0.473-0.14 0.464-0.265 0.927-0.396 1.391-0.031 0.109 0.011 0.188 0.104 0.245 0.073 0.041 0.147 0.041 0.229 0.015 0.432-0.104 0.865-0.219 1.319-0.187 0.056 0 0.113-0.011 0.167-0.037 0.113-0.067 0.176-0.192 0.156-0.323-0.016-0.12-0.115-0.156-0.213-0.172-0.079-0.009-0.163-0.020-0.24-0.020-0.276 0-0.552 0.020-0.823 0.068 0.041-0.303 0.063-0.324 0.348-0.324 0.215 0 0.433-0.009 0.631-0.093 0.136-0.057 0.224-0.151 0.235-0.303 0.011-0.104-0.032-0.161-0.136-0.167-0.088-0.004-0.172 0-0.255 0.005l-0.604 0.052c0.031-0.067 0.047-0.135 0.083-0.181 0.057-0.084-0.011-0.235 0.109-0.276 0.104-0.037 0.219-0.011 0.328-0.016 0.287-0.005 0.568-0.011 0.844-0.099 0.104-0.027 0.199-0.089 0.261-0.172 0.093-0.147 0.056-0.24-0.111-0.251-0.181-0.005-0.364-0.015-0.547-0.020zM14.708 29.193c-0.093 0-0.177 0.057-0.249 0.124-0.188 0.183-0.36 0.376-0.521 0.579l-0.489 0.609c-0.027 0.031-0.052 0.093-0.104 0.068-0.041-0.021-0.027-0.073-0.021-0.115 0.016-0.147 0.032-0.292 0.047-0.437 0.021-0.193 0.047-0.385 0.016-0.579-0.041-0.229-0.208-0.292-0.396-0.151-0.041 0.036-0.083 0.077-0.125 0.12-0.145 0.176-0.28 0.359-0.395 0.552-0.303 0.463-0.579 0.948-0.939 1.369-0.067 0.083-0.135 0.156-0.197 0.245-0.068 0.093-0.088 0.203-0.031 0.307 0.057 0.088 0.145 0.12 0.249 0.115 0.109-0.005 0.167-0.083 0.224-0.161l0.839-1.136c0.016-0.020 0.021-0.063 0.068-0.047-0.005 0.047-0.011 0.099-0.016 0.147-0.016 0.181-0.052 0.364-0.016 0.552 0.047 0.213 0.213 0.296 0.412 0.203 0.099-0.057 0.192-0.125 0.271-0.203 0.156-0.152 0.303-0.313 0.437-0.485 0.156-0.192 0.308-0.385 0.469-0.593 0.047 0.156 0.025 0.303 0.020 0.448-0.015 0.249-0.063 0.5-0.015 0.749 0.031 0.157 0.119 0.251 0.249 0.261s0.26-0.021 0.369-0.095c0.167-0.104 0.183-0.317 0.027-0.457-0.041-0.037-0.073-0.089-0.084-0.152-0.036-0.171-0.004-0.337 0.021-0.509 0.052-0.328 0.156-0.647 0.141-0.985-0.005-0.129-0.027-0.249-0.163-0.312-0.031-0.016-0.067-0.027-0.099-0.031zM25.427 29.448c0.157-0.016 0.235 0.083 0.188 0.235-0.021 0.063-0.052 0.124-0.093 0.177-0.172 0.213-0.391 0.359-0.661 0.468 0.020-0.192 0.072-0.385 0.145-0.568 0.083-0.176 0.219-0.296 0.421-0.312zM16.557 29.473c0.073-0.004 0.14 0.011 0.203 0.048 0.1 0.057 0.131 0.192 0.057 0.307-0.063 0.099-0.145 0.183-0.244 0.251-0.193 0.145-0.412 0.255-0.647 0.323 0.095-0.287 0.172-0.552 0.328-0.781 0.073-0.093 0.188-0.147 0.303-0.147zM18.693 29.593c0.093-0.005 0.192 0.011 0.28 0.047 0.152 0.063 0.204 0.136 0.204 0.36-0.047 0.421-0.251 0.812-0.568 1.093-0.12 0.104-0.276 0.167-0.432 0.177-0.199 0.021-0.349-0.104-0.328-0.301 0.036-0.428 0.151-0.833 0.437-1.167 0.104-0.12 0.249-0.199 0.407-0.209zM10.849 29.599c0.099-0.005 0.197 0.011 0.291 0.047 0.147 0.057 0.199 0.136 0.193 0.349-0.041 0.427-0.245 0.812-0.563 1.093-0.125 0.105-0.276 0.172-0.432 0.188-0.203 0.016-0.36-0.109-0.339-0.312 0.041-0.423 0.156-0.819 0.432-1.147 0.104-0.124 0.256-0.208 0.417-0.219z\"/>\n</svg>\n</li><li title=\"cib conda forge \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M10.943 7.823l0.005 0.527h-1.943l0.011 0.875v0.005l-9.011 0.005v0.281l-0.005 1.115 0.027 0.057c0.28 0.619 0.885 1.197 1.676 1.749 0.792 0.547 1.781 1.057 2.86 1.505 2.161 0.885 4.672 1.495 6.677 1.469 0.995-0.016 1.681 0.301 2.156 0.895 0.459 0.568 0.683 1.453 0.697 2.557l-3.505 2.787 0.011 2.532h16.453l-0.005-2.349-3.505-2.959c0.073-2.687 0.943-4.593 2.371-5.875 1.448-1.307 3.479-1.984 5.828-2.156l0.255-0.021 0.005-2.995zM11.511 8.385l19.927 0.005-0.005 1.943c-2.317 0.208-4.391 0.891-5.901 2.251-1.213 1.093-1.911 2.744-2.255 4.708l-2.156 0.005 0.005 0.563 2.047-0.005c-0.036 0.301-0.151 0.536-0.167 0.853l-1.188-0.005-0.005 0.563 1.328 0.005 2.849 2.407h-3.921c-0.964-0.896-2.068-1.484-3.219-1.541-1.089-0.053-2.188 0.432-3.183 1.385l-3.973-0.032 3-2.375v-0.136c0-1.26-0.267-2.291-0.855-3.025-0.527-0.661-1.344-1-2.323-1.052l-0.011-5.989h0.011zM9.573 8.912h1.369l0.011 5.875c-1.849-0.032-4.167-0.541-6.172-1.365-1.052-0.432-2.011-0.932-2.755-1.448-0.735-0.504-1.245-1.036-1.459-1.495v-0.681l8.448-0.005v2.88h0.563v-2.88h0.005l-0.005-0.579v-0.301zM18.823 20.697c1 0.048 2 0.584 2.907 1.439l-0.005 1.484h-5.792l-0.011-1.604c0.943-0.953 1.928-1.365 2.901-1.319zM11.145 22.047l4.215 0.032 0.009 1.541h-4.213zM26.479 22.24l0.005 1.38h-4.197v-1.38z\"/>\n</svg>\n</li><li title=\"cib conekta \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M11 26.005l-7.401-10.005 7.401-10 4.599 6.198-3.005 3.802 3 4-4.599 6.005zM16.599 32l11.802-16-11.802-16h-9.198l12 16-12 16z\"/>\n</svg>\n</li><li title=\"cib confluence \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M1.161 24.344c-0.333 0.51-0.708 1.167-1.021 1.661-0.281 0.474-0.13 1.094 0.344 1.385l6.62 4.073c0.484 0.297 1.12 0.141 1.411-0.349 0.266-0.443 0.604-1.016 0.974-1.63 2.625-4.328 5.26-3.802 10.010-1.526l6.609 3.115c0.521 0.25 1.141 0.021 1.37-0.505l3.156-7.13c0.219-0.51-0.005-1.104-0.51-1.333-2.214-1.042-4.417-2.089-6.62-3.146-8.958-4.333-16.542-4.047-22.344 5.385zM30.844 7.656c0.328-0.536 0.703-1.167 1.016-1.667 0.281-0.474 0.125-1.089-0.339-1.375l-6.62-4.078c-0.484-0.297-1.12-0.141-1.411 0.349-0.26 0.448-0.604 1.016-0.979 1.635-2.62 4.328-5.26 3.797-10.010 1.526l-6.583-3.12c-0.521-0.25-1.141-0.016-1.37 0.505l-3.151 7.13c-0.224 0.51 0.005 1.104 0.51 1.333 1.385 0.651 4.135 1.958 6.62 3.146 8.927 4.328 16.521 4.042 22.318-5.385z\"/>\n</svg>\n</li><li title=\"cib coreui c \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M27.912 7.289l-10.324-5.961c-0.455-0.268-1.002-0.425-1.588-0.425s-1.133 0.158-1.604 0.433l0.015-0.008-10.324 5.961c-0.955 0.561-1.586 1.582-1.588 2.75v11.922c0.002 1.168 0.635 2.189 1.574 2.742l0.016 0.008 10.322 5.961c0.455 0.267 1.004 0.425 1.59 0.425 0.584 0 1.131-0.158 1.602-0.433l-0.014 0.008 10.322-5.961c0.955-0.561 1.586-1.582 1.588-2.75v-11.922c-0.002-1.168-0.633-2.189-1.573-2.742zM27.383 21.961c0 0.389-0.211 0.73-0.526 0.914l-0.004 0.002-10.324 5.961c-0.152 0.088-0.334 0.142-0.53 0.142s-0.377-0.053-0.535-0.145l0.005 0.002-10.324-5.961c-0.319-0.186-0.529-0.527-0.529-0.916v-11.922c0-0.389 0.211-0.73 0.526-0.914l0.004-0.002 10.324-5.961c0.152-0.090 0.334-0.143 0.53-0.143s0.377 0.053 0.535 0.144l-0.006-0.002 10.324 5.961c0.319 0.185 0.529 0.527 0.529 0.916z\"/>\n  <path d=\"M22.094 19.451h-0.758c-0.188 0-0.363 0.049-0.515 0.135l0.006-0.004-4.574 2.512-5.282-3.049v-6.082l5.282-3.051 4.576 2.504c0.146 0.082 0.323 0.131 0.508 0.131h0.758c0.293 0 0.529-0.239 0.529-0.531v-0.716c0-0.2-0.11-0.373-0.271-0.463l-0.004-0.002-5.078-2.777c-0.293-0.164-0.645-0.26-1.015-0.26-0.39 0-0.756 0.106-1.070 0.289l0.010-0.006-5.281 3.049c-0.636 0.375-1.056 1.055-1.059 1.834v6.082c0 0.779 0.422 1.461 1.049 1.828l0.009 0.006 5.281 3.049c0.305 0.178 0.67 0.284 1.061 0.284 0.373 0 0.723-0.098 1.027-0.265l-0.012 0.006 5.080-2.787c0.166-0.091 0.276-0.265 0.276-0.465v-0.716c0-0.293-0.238-0.529-0.529-0.529z\"/>\n</svg>\n</li><li title=\"cib coreui \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M10.23 12.836l-3.75-2.166c-0.164-0.096-0.363-0.154-0.576-0.154s-0.412 0.059-0.582 0.158l0.004-0.004-3.75 2.166c-0.346 0.203-0.574 0.574-0.576 0.998v4.33c0 0.426 0.23 0.797 0.572 0.996l0.004 0.004 3.75 2.164c0.166 0.098 0.365 0.156 0.578 0.156s0.412-0.059 0.582-0.158l-0.006 0.002 3.75-2.164c0.348-0.203 0.576-0.574 0.578-1v-4.328c-0.002-0.426-0.23-0.797-0.572-0.998zM10.039 18.164c0 0.143-0.076 0.266-0.191 0.332l-0.002 0.002-3.75 2.164c-0.055 0.033-0.121 0.053-0.191 0.053-0.072 0-0.139-0.020-0.195-0.053h0.002l-3.75-2.164c-0.115-0.068-0.191-0.191-0.191-0.334v-4.328c0-0.143 0.076-0.266 0.189-0.332l0.002-0.002 3.75-2.164c0.055-0.033 0.121-0.053 0.193-0.053 0.070 0 0.137 0.020 0.193 0.053h-0.002l3.75 2.164c0.117 0.068 0.193 0.191 0.193 0.334z\"/>\n  <path d=\"M8.117 17.254h-0.275c-0.068 0-0.131 0.018-0.188 0.049l0.002-0.002-1.66 0.912-1.92-1.107v-2.209l1.918-1.107 1.664 0.908c0.053 0.029 0.117 0.047 0.184 0.047h0.275c0.105 0 0.193-0.086 0.193-0.191v-0.262c0-0.072-0.041-0.135-0.1-0.168l-1.846-1.010c-0.107-0.059-0.234-0.094-0.369-0.094-0.143 0-0.275 0.037-0.389 0.104l0.004-0.002-1.92 1.109c-0.23 0.135-0.383 0.383-0.385 0.664v2.211c0 0.283 0.154 0.529 0.383 0.664l0.002 0.002 1.92 1.107c0.109 0.064 0.242 0.102 0.383 0.102 0.137 0 0.264-0.035 0.375-0.096l-0.004 0.002 1.844-1.012c0.061-0.033 0.1-0.098 0.1-0.17v-0.26c0-0.105-0.086-0.191-0.191-0.191z\"/>\n  <path d=\"M17.225 13.73c-0.795 0.002-1.441 0.646-1.441 1.441v1.662c0 0.797 0.645 1.443 1.441 1.443 0.799 0 1.443-0.646 1.443-1.443v-1.662c0-0.795-0.646-1.441-1.441-1.441zM17.898 16.834c0 0.371-0.301 0.674-0.674 0.674-0.371 0-0.672-0.303-0.672-0.674v-1.662c0-0.371 0.301-0.672 0.672-0.672 0.373 0 0.674 0.301 0.674 0.672z\"/>\n  <path d=\"M13.699 14.506c0.027-0.004 0.059-0.008 0.088-0.008 0.344 0 0.625 0.256 0.668 0.588l0.002 0.004c0.006 0.047 0.045 0.082 0.094 0.082h0.58c0.055 0 0.098-0.043 0.098-0.098 0-0.002 0-0.006-0.002-0.008-0.057-0.75-0.68-1.336-1.439-1.336-0.025 0-0.049 0-0.074 0.002h0.004c-0.775 0.037-1.369 0.707-1.369 1.482v1.578c0 0.775 0.594 1.443 1.369 1.482 0.021 0 0.045 0.002 0.070 0.002 0.76 0 1.383-0.586 1.439-1.332l0.002-0.006c0-0.002 0-0.006 0-0.008 0-0.053-0.043-0.098-0.096-0.098h-0.58c0 0 0 0-0.002 0-0.047 0-0.088 0.037-0.094 0.084-0.043 0.334-0.326 0.59-0.67 0.59-0.029 0-0.061-0.002-0.090-0.006h0.004c-0.334-0.053-0.586-0.338-0.586-0.682 0-0.002 0-0.006 0-0.010v-1.613c0-0.004 0-0.008 0-0.012 0-0.342 0.252-0.627 0.582-0.68h0.004z\"/>\n  <path d=\"M21.666 16.381c0.41-0.188 0.689-0.594 0.691-1.064v-0.355c0-0.646-0.523-1.168-1.168-1.168h-1.631c-0.053 0-0.096 0.043-0.096 0.096v4.23c0 0.053 0.043 0.096 0.096 0.096h0.576c0.053 0 0.096-0.043 0.096-0.096v-1.635h0.637l0.762 1.674c0.016 0.035 0.049 0.057 0.088 0.057h0.633c0.053 0 0.096-0.043 0.096-0.096 0-0.014-0.002-0.027-0.010-0.041l0.002 0.002zM21.588 15.316c-0.002 0.219-0.18 0.398-0.4 0.398h-0.947v-1.154h0.947c0.221 0 0.398 0.18 0.398 0.398z\"/>\n  <path d=\"M25.711 13.791h-2.5c-0.053 0-0.096 0.043-0.096 0.096v4.232c0 0.053 0.043 0.096 0.096 0.096h2.5c0.053 0 0.096-0.043 0.096-0.096v-0.578c0-0.053-0.043-0.096-0.096-0.096h-1.826v-1.154h1.25c0.053 0 0.096-0.043 0.096-0.096v-0.576c0-0.053-0.043-0.096-0.096-0.096h-1.25v-0.963h1.826c0.053 0 0.096-0.043 0.096-0.096v-0.576c0-0.053-0.043-0.096-0.096-0.096z\"/>\n  <path d=\"M29.365 13.791h-0.576c-0.053 0-0.096 0.043-0.096 0.096v2.178c0 0.010 0 0.020 0 0.029 0 0.373-0.303 0.674-0.674 0.674s-0.674-0.301-0.674-0.674c0-0.010 0-0.020 0-0.029v-2.178c0-0.053-0.043-0.096-0.096-0.096h-0.576c-0.053 0-0.096 0.043-0.096 0.096v2.178c0 0.010-0.002 0.020-0.002 0.029 0 0.797 0.646 1.443 1.443 1.443s1.443-0.646 1.443-1.443c0-0.010 0-0.020-0.002-0.029v-2.178c0-0.053-0.043-0.096-0.096-0.096z\"/>\n  <path d=\"M30.326 13.791h0.578c0.053 0 0.096 0.043 0.096 0.096v3.463c0 0.053-0.043 0.096-0.096 0.096h-0.578c-0.053 0-0.096-0.043-0.096-0.096v-3.463c0-0.053 0.043-0.096 0.096-0.096z\"/>\n</svg>\n</li><li title=\"cib coursera \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M31.99 15.74c-0.005-0.125-0.010-0.245-0.026-0.37v-0.005c-0.115-1.344-0.568-2.635-1.318-3.75-0.333-0.505-0.724-0.969-1.156-1.385-0.646-0.62-1.38-1.125-2.188-1.51-1.271-0.599-2.661-0.901-4.068-0.891-1.156-0.005-2.307 0.198-3.396 0.594-0.875 0.307-1.698 0.755-2.427 1.328-0.151 0.125-0.302 0.25-0.443 0.385l-0.115 0.115-0.156 0.167-0.109 0.109-0.188 0.198c-0.141 0.156-0.271 0.313-0.396 0.464l-0.005-0.005c-0.255 0.307-0.49 0.635-0.667 0.922-0.12 0.188-0.234 0.38-0.344 0.573l-1.531 3.089h0.005l-0.083 0.161-0.167 0.339c-0.333 0.682-0.693 1.359-1.094 1.917-0.896 0.979-1.906 1.464-3.208 1.464-0.089 0-0.182-0.005-0.276-0.010-0.786-0.031-1.458-0.219-2.052-0.573-0.563-0.323-1.026-0.797-1.328-1.37-0.307-0.563-0.453-1.193-0.432-1.828v-0.047c0.042-1.010 0.427-1.802 1.208-2.479 0.188-0.167 0.385-0.302 0.594-0.427 0.026-0.016 0.057-0.031 0.083-0.047 0.583-0.318 1.24-0.474 1.99-0.474l0.234 0.005c1.203 0.047 2.125 0.422 2.865 1.151l2.307-4.151c-0.583-0.385-1.208-0.703-1.865-0.943-0.026-0.010-0.052-0.026-0.078-0.031-0.083-0.031-0.167-0.063-0.25-0.089-0.74-0.245-1.51-0.401-2.286-0.464-0.021 0-0.042-0.005-0.063-0.005-0.12-0.010-0.245-0.021-0.365-0.026-0.13-0.005-0.266-0.010-0.396-0.010h-0.073c-1.396-0.010-2.776 0.297-4.036 0.891-1.354 0.641-2.51 1.641-3.339 2.891-0.891 1.333-1.365 2.901-1.354 4.505-0.005 2.089 0.755 3.917 2.266 5.458 1.583 1.615 3.63 2.484 6.094 2.589 0.156 0.005 0.313 0.010 0.469 0.010 1.391 0 2.682-0.25 3.839-0.745 0.286-0.125 0.568-0.266 0.854-0.427 0.156-0.089 0.302-0.188 0.453-0.286l0.104-0.073 0.182-0.125c0.219-0.156 0.422-0.328 0.625-0.51l0.068-0.068c0.12-0.109 0.234-0.224 0.344-0.339l0.417-0.469 0.156-0.198 0.078-0.109 0.073-0.104c0.615-1.031 2.62-4.802 2.62-4.802v-0.005l0.12-0.229 0.099-0.182c0.292-0.536 0.505-0.917 0.792-1.318l0.005-0.016c0.656-0.953 1.792-1.635 3.13-1.75 2.24-0.193 4.203 1.281 4.38 3.286 0.182 2.010-1.49 3.797-3.729 3.99-0.453 0.036-0.906 0.010-1.349-0.089l-0.010 0.005c-1.646-0.344-2.693-1.536-3.208-2.078l-2.156 3.969c0 0 0.672 0.672 1.13 1.010 0.464 0.339 1.057 0.667 1.531 0.875 1.193 0.516 2.479 0.786 3.781 0.786 0.161 0 0.13 0 0.297-0.010 2.458-0.099 4.651-1.042 6.234-2.656 1.495-1.536 2.307-3.286 2.318-5.359v-0.063z\"/>\n</svg>\n</li><li title=\"cib coveralls \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M0 16v16h32v-32h-32zM17.593 7.749l1.557 4.688 3.005 0.005c1.651 0.011 3.885 0.027 4.969 0.052l1.963 0.036-3.957 2.871c-2.172 1.572-3.969 2.905-3.985 2.948-0.015 0.047 0.647 2.172 1.475 4.719 0.823 2.557 1.495 4.651 1.484 4.656-0.005 0.016-1.797-1.26-3.979-2.823-2.183-1.573-4-2.865-4.043-2.88-0.041-0.016-1.885 1.26-4.093 2.848-2.208 1.579-4.025 2.871-4.031 2.855-0.005-0.005 0.661-2.099 1.484-4.656 0.828-2.547 1.489-4.672 1.475-4.719-0.016-0.043-1.813-1.376-3.985-2.948l-3.959-2.871 1.964-0.036c1.079-0.025 3.317-0.041 4.969-0.052l3.005-0.005 1.557-4.688c0.515-1.561 1.036-3.124 1.561-4.687 0.005 0 0.704 2.109 1.563 4.687z\"/>\n</svg>\n</li><li title=\"cib cpanel \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M10.515 14.21c-0.28-1.24-1.345-2.060-2.55-2.060h-1.85c-0.355 0-0.625 0.225-0.715 0.545l-1.745 6.505 1.235-0.005c0.34 0 0.615-0.225 0.71-0.535l1.29-4.785h0.99c0.42 0 0.81 0.28 0.915 0.74 0.125 0.545-0.295 1.13-0.915 1.13h-0.515c-0.35 0-0.625 0.23-0.715 0.54l-0.32 1.19h1.6c1.86 0 2.915-1.81 2.585-3.265zM2.69 15.61h0.93c0.345 0 0.62-0.22 0.715-0.545l0.31-1.18h-2c-1.145 0-2.195 0.705-2.56 2.055-0.435 1.69 0.84 3.26 2.515 3.26h0.62l0.355-1.305c0.060-0.22-0.11-0.415-0.32-0.415h-0.565c-1.235 0-1.245-1.87 0-1.87zM15.065 13.87h-3.895l-0.175 0.67c-0.12 0.48 0.225 0.925 0.71 0.925h2.875c0.2 0 0.12 0.215 0.105 0.265l-0.43 1.59c-0.020 0.070-0.045 0.265-0.275 0.265h-1.745c-0.265 0-0.265-0.395 0-0.395h1.080c0.34 0 0.615-0.23 0.71-0.54l0.175-0.66h-2.42c-1.96 0-2.18 3.19-0.035 3.19l2.875 0.010c0.56 0 1.030-0.36 1.17-0.89l0.7-2.59c0.24-0.96-0.485-1.84-1.425-1.84zM31.655 12.15h-0.945c-0.245 0-0.46 0.16-0.52 0.395l-1.78 6.655c1.035 0 1.99-0.69 2.245-1.725l1.325-4.91c0.060-0.215-0.1-0.415-0.325-0.415zM19.84 13.885v0.005h-2.415l-1.31 4.9c-0.060 0.22 0.11 0.415 0.32 0.415h0.945c0.24 0 0.46-0.15 0.52-0.39l0.86-3.2h0.99c0.625 0 1.070 0.59 0.905 1.17l-0.53 2c-0.060 0.215 0.095 0.415 0.32 0.415h0.955c0.23 0 0.455-0.145 0.515-0.39l0.44-1.655c0.45-1.655-0.795-3.27-2.515-3.27zM24.755 17.615c-0.18 0-0.3-0.17-0.255-0.335l0.4-1.5c0.045-0.195 0.185-0.3 0.39-0.3h1.645c0.13 0 0.23 0.12 0.195 0.255l-0.035 0.13c-0.030 0.1-0.095 0.15-0.195 0.15h-1.080c-0.35 0-0.63 0.23-0.71 0.54l-0.175 0.65h2.67c0.525 0 1.015-0.33 1.16-0.88l0.16-0.6c0.245-0.955-0.465-1.84-1.415-1.84h-2.365c-0.895 0-1.69 0.6-1.93 1.48l-0.54 2c-0.25 0.885 0.415 1.835 1.415 1.835h3.335c0.34 0 0.615-0.225 0.71-0.535l0.285-1.050z\"/>\n</svg>\n</li><li title=\"cib cplusplus \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M29.86 8c-0.224-0.385-0.532-0.724-0.871-0.921l-11.755-6.787c-0.677-0.391-1.787-0.391-2.464 0l-11.755 6.787c-0.677 0.391-1.235 1.353-1.235 2.135v13.573c0 0.391 0.14 0.828 0.364 1.213 0.219 0.385 0.532 0.724 0.871 0.917l11.749 6.791c0.683 0.391 1.787 0.391 2.464 0l11.755-6.791c0.339-0.193 0.647-0.532 0.871-0.917s0.359-0.823 0.359-1.213v-13.573c0.005-0.391-0.135-0.828-0.353-1.213zM16 25.479c-5.229 0-9.479-4.249-9.479-9.479s4.249-9.479 9.479-9.479c3.385 0.005 6.511 1.812 8.208 4.733l-4.104 2.376c-0.849-1.464-2.411-2.365-4.104-2.371-2.615 0-4.74 2.125-4.74 4.74s2.125 4.74 4.74 4.74c1.693-0.005 3.255-0.907 4.104-2.371l4.104 2.376c-1.697 2.921-4.823 4.728-8.208 4.733zM25.479 16.527h-1.052v1.052h-1.057v-1.052h-1.052v-1.053h1.052v-1.052h1.057v1.052h1.052zM29.427 16.527h-1.052v1.052h-1.052v-1.052h-1.052v-1.053h1.052v-1.052h1.052v1.052h1.052z\"/>\n</svg>\n</li><li title=\"cib creative commons by \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M20.181 12.15v6.338h-1.768v7.531h-4.819v-7.525h-1.769v-6.344c0-0.275 0.1-0.512 0.288-0.706 0.194-0.194 0.431-0.294 0.706-0.294h6.369c0.256 0 0.488 0.1 0.694 0.294 0.194 0.2 0.3 0.431 0.3 0.706zM13.837 8.169c0-1.456 0.719-2.188 2.156-2.188s2.156 0.731 2.156 2.188c0 1.438-0.719 2.156-2.156 2.156s-2.156-0.719-2.156-2.156zM15.975 0.5c8.862 0 15.525 6.881 15.525 15.5 0 9.194-7.406 15.5-15.525 15.5-8.375 0-15.475-6.844-15.475-15.5 0-8.306 6.544-15.5 15.475-15.5zM16.025 3.294c-7.387 0-12.731 6.119-12.731 12.706 0 6.863 5.7 12.675 12.731 12.675 6.45 0 12.675-5.069 12.675-12.675 0.006-7.113-5.637-12.706-12.675-12.706z\"/>\n</svg>\n</li><li title=\"cib creative commons nc eu \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M15.981 0.5c-9.006 0-15.481 7.3-15.481 15.5 0 8.519 6.981 15.5 15.481 15.5 8.137 0 15.519-6.306 15.519-15.5 0-8.688-6.725-15.5-15.519-15.5zM16.019 28.669c-7 0-12.725-5.781-12.725-12.669 0-1.45 0.231-2.825 0.681-4.125l4.106 1.819h-0.294v1.844h1.456c0 0.387-0.025 0.2-0.025 1.219h-1.425v1.844h1.688c0.713 4.188 4.2 6.331 7.788 6.331 1.662 0 3.162-0.494 4.050-0.987l-0.625-2.881c-0.544 0.288-1.763 0.675-2.956 0.675-1.762 0-3.631-0.681-4.206-3.137h5.644l8.019 3.55c-0.094 0.131-3.513 6.519-11.175 6.519zM14.975 16.756l-0.031-0.025 0.056 0.025zM19.8 15.538h0.231v-1.844h-4.394l-1.787-0.788c0.156-0.344 0.337-0.656 0.55-0.894 0.806-0.988 1.944-1.4 3.194-1.4 1.144 0 2.206 0.337 2.881 0.625l0.725-2.956c-0.938-0.413-2.313-0.775-3.894-0.775-2.438 0-4.512 0.987-5.994 2.644-0.331 0.381-0.613 0.806-0.869 1.256l-5.1-2.256c4.038-6.050 9.856-5.85 10.669-5.85 7.063 0 12.688 5.637 12.688 12.712 0 1.169-0.131 2.269-0.394 3.306z\"/>\n</svg>\n</li><li title=\"cib creative commons nc jp \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M15.981 0.5c-9.006 0-15.481 7.3-15.481 15.5 0 8.525 6.988 15.5 15.481 15.5 8.137 0 15.519-6.3 15.519-15.5 0-8.675-6.719-15.5-15.519-15.5zM16.019 28.669c-7 0-12.725-5.781-12.725-12.669 0-1.319 0.188-2.575 0.563-3.769l7.938 3.531h-1.744v2.413h3.631l0.357 0.738v1.169h-3.988v2.419h3.988v3.5h3.856v-3.5h4.012v-2.231l5.063 2.256c-0.094 0.138-3.569 6.144-10.95 6.144zM21.494 20.087h-3.6v-1.169l0.181-0.35zM21.9 16.875v-1.113h-2.412l3.938-7.25h-4.113l-2.712 6-1.438-0.637-2.475-5.356h-4.113l1.706 3.188-5.119-2.281c1.737-2.756 5.162-6.131 10.856-6.131 7.050 0 12.688 5.625 12.688 12.713 0 1.313-0.169 2.537-0.494 3.688z\"/>\n</svg>\n</li><li title=\"cib creative commons nc \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M15.975 0.5c8.737 0 15.525 6.744 15.525 15.5 0 9.2-7.406 15.5-15.525 15.5-8.406 0-15.475-6.925-15.475-15.5 0-8.306 6.544-15.5 15.475-15.5zM3.988 11.819c-0.463 1.275-0.694 2.669-0.694 4.181 0 6.931 5.756 12.65 12.731 12.65 7.65 0 11.075-6.362 11.156-6.506l-5.837-2.6c-0.481 2.319-2.575 3.313-4.262 3.463v2.381h-1.8v-2.387c-1.719-0.019-3.288-0.637-4.706-1.856l2.131-2.156c1.981 1.837 5.4 1.988 5.4-0.137 0-0.388-0.137-0.7-0.412-0.944-0.888-0.375-0.113-0.006-13.706-6.087zM16.025 3.269c-2.4 0-7.025 0.544-10.656 5.812l5.925 2.656c0.625-1.956 2.525-2.681 3.988-2.769v-2.381h1.8v2.381c1.419 0.075 2.712 0.556 3.875 1.438l-2.019 2.075c-2.669-1.869-5.219-0.5-4.375 0.694 3.337 1.506 2.738 1.238 5.813 2.6l7.944 3.544c0.256-1.088 0.387-2.194 0.387-3.319 0-3.563-1.238-6.563-3.706-8.994-2.456-2.494-5.45-3.738-8.975-3.738z\"/>\n</svg>\n</li><li title=\"cib creative commons nd \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M15.975 0.5c8.862 0 15.525 6.881 15.525 15.5 0 9.194-7.406 15.5-15.525 15.5-8.375 0-15.475-6.844-15.475-15.5 0-8.306 6.544-15.5 15.475-15.5zM16.025 3.294c-7.387 0-12.731 6.119-12.731 12.706 0 6.863 5.7 12.675 12.731 12.675 6.45 0 12.675-5.069 12.675-12.675 0.006-7.113-5.637-12.706-12.675-12.706zM21.9 12.313v2.656h-11.268v-2.656zM21.9 17.3v2.656h-11.268v-2.656z\"/>\n</svg>\n</li><li title=\"cib creative commons pd alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M15.975 0.5c-8.931 0-15.475 7.194-15.475 15.5 0 8.656 7.1 15.5 15.475 15.5 8.119 0 15.525-6.306 15.525-15.5 0-8.619-6.663-15.5-15.525-15.5zM16.025 28.675c-7.031 0-12.731-5.813-12.731-12.675 0-6.587 5.344-12.706 12.731-12.706 7.038 0 12.681 5.594 12.675 12.706 0 7.606-6.225 12.675-12.675 12.675zM20.294 11.625h-3.325v8.575h3.325c1.338 0 4.375-0.319 4.375-4.287 0-3.963-3.037-4.288-4.375-4.288zM20.344 18.406h-1.244v-4.981l1.212-0.006c0.238 0 2.188-0.131 2.188 2.494 0 1.537-0.656 2.494-2.156 2.494zM13.231 11.625h-4.262v8.581h2.163v-2.769h1.688c3.381 0 3.569-2.344 3.569-2.906 0-1.938-1.050-2.906-3.156-2.906zM12.925 15.831h-1.825v-2.6h1.769c1.931 0 1.8 2.6 0.056 2.6z\"/>\n</svg>\n</li><li title=\"cib creative commons pd \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16 0.5c-8.563 0-15.5 6.944-15.5 15.5 0 8.563 6.938 15.5 15.5 15.5s15.5-6.938 15.5-15.5c0-8.556-6.938-15.5-15.5-15.5zM16 28.594c-8.7 0-14.738-8.625-11.887-16.744l4.925 2.194c-0.131 0.656-0.206 1.344-0.206 2.056 0 6.188 4.619 7.931 7.525 7.931 1.431 0 3.344-0.419 4.963-1.844l-2.256-2.744c-0.344 0.394-1.1 1.044-2.269 1.044-2.363 0-3.356-2.494-3.369-4.494 14.4 6.413 13.531 6.031 13.619 6.050-2.144 3.9-6.287 6.55-11.044 6.55zM28.137 19.219l-14-6.25c1.175-2.125 3.431-1.919 4.669-0.688l2.525-2.6c-1.694-1.456-3.625-1.719-4.881-1.719-2.962 0-5.056 1.281-6.294 3.225l-4.681-2.087c2.256-3.431 6.131-5.7 10.531-5.7 6.944 0 12.594 5.65 12.594 12.594 0 1.125-0.15 2.213-0.425 3.25-0.019-0.006-0.025-0.012-0.038-0.025z\"/>\n</svg>\n</li><li title=\"cib creative commons remix \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M15.975 0.5c8.862 0 15.525 6.881 15.525 15.5 0 9.194-7.406 15.5-15.525 15.5-8.375 0-15.475-6.844-15.475-15.5 0-8.306 6.544-15.5 15.475-15.5zM16.025 3.294c-7.387 0-12.731 6.119-12.731 12.706 0 6.863 5.7 12.675 12.731 12.675 6.45 0 12.675-5.069 12.675-12.675 0.006-7.113-5.637-12.706-12.675-12.706zM26.131 16.275l0.306 0.138v4.375c-0.45 0.225-3.962 1.719-4.206 1.8-0.406-0.112-7.106-2.925-8.581-3.512l-4.012 1.663-3.956-1.719v-3.988l3.706-1.55c-0.044-0.044-0.025 0.313-0.025-4.4l4.206-1.856 9.494 3.931v3.85zM21.731 21.369v-2.737h-0.025v-0.113l-7.113-2.906v2.825l7.113 2.931v-0.025zM22.2 17.769l2.494-1.025-2.3-0.969-2.438 1.025zM25.469 20.15v-2.688l-2.769 1.163v2.712z\"/>\n</svg>\n</li><li title=\"cib creative commons sa \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M15.975 0.5c8.862 0 15.525 6.881 15.525 15.5 0 9.194-7.406 15.5-15.525 15.5-8.375 0-15.475-6.844-15.475-15.5 0-8.306 6.544-15.5 15.475-15.5zM16.025 3.294c-7.387 0-12.731 6.119-12.731 12.706 0 6.863 5.7 12.675 12.731 12.675 6.45 0 12.675-5.069 12.675-12.675 0.006-7.113-5.637-12.706-12.675-12.706zM9.106 13.813c0.813-5.244 5.031-5.981 6.806-5.981 6.237 0 7.969 5.156 7.969 8.387 0 3.975-2.563 8.306-8.056 8.306-2.431 0-6.194-1.25-6.837-6.063h3.906c0.094 1.881 1.225 2.825 3.406 2.825 1.456 0 3.625-1.138 3.625-5.175 0-5.156-3.069-5.038-3.544-5.038-2.069 0-3.232 0.913-3.488 2.738h1.137l-3.075 3.075-3.063-3.075z\"/>\n</svg>\n</li><li title=\"cib creative commons sampling plus \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M15.975 0.5c8.862 0 15.525 6.881 15.525 15.5 0 9.194-7.406 15.5-15.525 15.5-8.375 0-15.475-6.844-15.475-15.5 0-8.306 6.544-15.5 15.475-15.5zM16.025 3.294c-7.387 0-12.731 6.119-12.731 12.706 0 6.863 5.7 12.675 12.731 12.675 6.45 0 12.675-5.069 12.675-12.675 0.006-7.113-5.637-12.706-12.675-12.706zM22.712 16.144c-0.294 0-0.563 0.175-0.669 0.45l-0.25 0.594-0.688-5.8c-0.106-0.869-1.375-0.837-1.444 0.025l-0.269 3.212-0.325-4.3c-0.069-0.894-1.381-0.887-1.45 0l-0.219 2.806-0.369-5.894c-0.056-0.906-1.394-0.9-1.45 0l-0.319 5.231-0.269-4.144c-0.056-0.9-1.387-0.9-1.45 0l-0.331 5.012-0.256-3.563c-0.069-0.893-1.375-0.893-1.45-0.012l-0.482 5.613-0.112-0.762c-0.107-0.713-1.069-0.85-1.375-0.206l-0.825 1.731h-2.744v1.45h3.206c0.275 0 0.525-0.156 0.65-0.4l0.669 4.569c0.125 0.844 1.369 0.813 1.444-0.044l0.238-2.725 0.356 4.894c0.069 0.9 1.394 0.887 1.45-0.006l0.288-4.4 0.3 4.581c0.056 0.9 1.393 0.9 1.45-0.006l0.306-5.031 0.281 4.488c0.056 0.893 1.381 0.906 1.45 0.012l0.288-3.663 0.306 4.025c0.069 0.893 1.375 0.887 1.444 0.006l0.425-5.188 0.169 1.394c0.087 0.738 1.106 0.881 1.394 0.194l1.125-2.713h3.156v-1.45zM17.837 16.469h-1.369v1.369c0 0.256-0.206 0.469-0.469 0.469-0.256 0-0.469-0.206-0.469-0.469v-1.369h-1.369c-0.256 0-0.469-0.206-0.469-0.469 0-0.256 0.212-0.469 0.469-0.469h1.369v-1.369c0-0.256 0.212-0.469 0.469-0.469s0.469 0.206 0.469 0.469v1.369h1.369c0.256 0 0.469 0.206 0.469 0.469 0 0.256-0.212 0.469-0.469 0.469z\"/>\n</svg>\n</li><li title=\"cib creative commons sampling \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M15.975 0.5c8.862 0 15.525 6.881 15.525 15.5 0 9.194-7.406 15.5-15.525 15.5-8.375 0-15.475-6.844-15.475-15.5 0-8.306 6.544-15.5 15.475-15.5zM16.025 3.294c-7.387 0-12.731 6.119-12.731 12.706 0 6.863 5.7 12.675 12.731 12.675 6.45 0 12.675-5.069 12.675-12.675 0.006-7.113-5.637-12.706-12.675-12.706zM16.25 6.619c0.175-0.019 0.719 0.063 0.719 0.719l0.413 6.7 0.306-3.706c0-0.375 0.294-0.663 0.663-0.663s0.662 0.294 0.662 0.663c0 0.156-0.031-0.356 0.356 5.094l0.363-4.012c0.019-0.181 0.181-0.581 0.637-0.581 0.238 0 0.619 0.144 0.663 0.556l0.719 6.031 0.331-0.8c0.113-0.275 0.325-0.412 0.637-0.412h3.625v1.331h-3.181l-1.138 2.768c-0.244 0.619-1.219 0.569-1.3-0.194l-0.25-1.994-0.469 5.788c-0.019 0.188-0.188 0.581-0.638 0.581-0.188 0-0.612-0.131-0.662-0.581 0-0.119 0.037 0.363-0.387-4.869l-0.331 4.512c-0.069 0.3-0.3 0.581-0.663 0.581-0.181 0-0.613-0.125-0.662-0.581 0-0.119 0.031 0.419-0.363-5.481l-0.363 5.925c0 0.394-0.225 0.775-0.663 0.775-0.325 0-0.662-0.256-0.662-0.75l-0.363-5.481c-0.363 5.781-0.331 5.25-0.331 5.369-0.069 0.3-0.3 0.581-0.662 0.581-0.188 0-0.613-0.131-0.663-0.581 0-0.044-0.025-0.069-0.025-0.163l-0.388-5.537-0.306 3.544c-0.044 0.406-0.419 0.581-0.663 0.581-0.362 0-0.6-0.256-0.662-0.556l-0.694-4.775c-0.125 0.25-0.219 0.525-0.694 0.525h-3.213v-1.331h2.8l0.856-1.744c0.275-0.619 1.137-0.45 1.244 0.169l0.194 1.275 0.525-6.119c0-0.375 0.3-0.662 0.662-0.662 0.031 0 0.663-0.012 0.663 0.775l0.306 4.319 0.413-5.788c0-0.631 0.594-0.662 0.637-0.662 0.038 0 0.663 0.044 0.663 0.662l0.331 5.038 0.388-6.119c0.006-0.069-0.038-0.644 0.619-0.719z\"/>\n</svg>\n</li><li title=\"cib creative commons share \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M15.975 0.5c8.862 0 15.525 6.881 15.525 15.5 0 9.194-7.406 15.5-15.525 15.5-8.375 0-15.475-6.844-15.475-15.5 0-8.306 6.544-15.5 15.475-15.5zM16.025 3.294c-7.387 0-12.731 6.119-12.731 12.706 0 6.863 5.7 12.675 12.731 12.675 6.45 0 12.675-5.069 12.675-12.675 0.006-7.113-5.637-12.706-12.675-12.706zM22.337 11.569c0.488 0 0.857 0.381 0.857 0.856v11.406c0 0.481-0.381 0.856-0.857 0.856h-8.444c-0.481 0-0.856-0.375-0.856-0.856v-3.375h-3.375c-0.488 0-0.857-0.375-0.857-0.856v-11.406c0-0.513 0.413-0.794 0.775-0.857h8.525c0.481 0 0.856 0.375 0.856 0.857v3.375zM10.494 18.769h2.544v-6.338c0-0.462 0.362-0.787 0.75-0.856h3.487v-2.519h-6.781zM21.506 13.262h-6.781v9.713h6.781z\"/>\n</svg>\n</li><li title=\"cib creative commons zero \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M15.975 0.5c8.862 0 15.525 6.881 15.525 15.5 0 9.194-7.406 15.5-15.525 15.5-8.375 0-15.475-6.844-15.475-15.5 0-8.306 6.544-15.5 15.475-15.5zM16.025 3.294c-7.387 0-12.731 6.119-12.731 12.706 0 6.863 5.7 12.675 12.731 12.675 6.45 0 12.675-5.069 12.675-12.675 0.006-7.113-5.637-12.706-12.675-12.706zM16 7.075c-5.119 0-6.406 4.831-6.406 8.925s1.288 8.925 6.406 8.925c5.119 0 6.406-4.831 6.406-8.925s-1.288-8.925-6.406-8.925zM16 10.444c0.206 0 0.4 0.031 0.575 0.075 0.369 0.319 0.55 0.756 0.194 1.369l-3.406 6.262c-0.106-0.794-0.119-1.569-0.119-2.15 0-1.8 0.125-5.556 2.756-5.556zM18.55 13.331c0.181 0.962 0.206 1.962 0.206 2.669 0 1.806-0.125 5.556-2.756 5.556-0.844 0-2.038-0.481-1.256-1.65z\"/>\n</svg>\n</li><li title=\"cib creative commons \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M15.864 13.429l-2.076 1.080c-0.589-1.224-1.577-1.246-1.716-1.246-1.383 0-2.076 0.913-2.076 2.74 0 1.473 0.576 2.74 2.076 2.74 0.905 0 1.541-0.443 1.911-1.329l1.909 0.969c-0.386 0.719-1.606 2.436-4.069 2.436-1.413 0-4.623-0.645-4.623-4.816 0-3.668 2.687-4.816 4.539-4.816 1.92-0.001 3.294 0.747 4.124 2.241zM24.805 13.429l-2.049 1.080c-0.594-1.236-1.608-1.246-1.744-1.246-1.384 0-2.076 0.913-2.076 2.74 0 1.472 0.577 2.74 2.076 2.74 0.903 0 1.541-0.443 1.909-1.329l1.938 0.969c-0.131 0.234-1.337 2.436-4.068 2.436-1.418 0-4.622-0.617-4.622-4.816 0-3.667 2.686-4.816 4.539-4.816 1.919-0.001 3.286 0.747 4.097 2.241zM15.972 0.503c-8.926 0-15.472 7.191-15.472 15.5 0 8.656 7.1 15.5 15.472 15.5 8.121 0 15.528-6.304 15.528-15.5 0-8.617-6.664-15.5-15.528-15.5zM16.027 28.679c-7.034 0-12.731-5.815-12.731-12.676 0-6.589 5.339-12.704 12.732-12.704 7.033 0 12.676 5.591 12.676 12.704-0 7.606-6.23 12.676-12.678 12.676z\"/>\n</svg>\n</li><li title=\"cib crunchbase \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M28.802 0h-25.604c-1.76 0.005-3.193 1.438-3.198 3.198v25.604c0.005 1.76 1.438 3.193 3.198 3.198h25.604c1.76-0.005 3.193-1.438 3.198-3.198v-25.604c-0.005-1.76-1.438-3.193-3.198-3.198zM9.396 19.286c1.411 0.646 3.078 0.021 3.724-1.391h2.214c-1.38 5.651-9.698 4.651-9.698-1.167 0-5.823 8.318-6.823 9.698-1.167h-2.214c-0.813-1.786-3.161-2.214-4.547-0.823-1.391 1.385-0.964 3.734 0.823 4.547zM24.521 20.411c-0.422 0.365-0.896 0.646-1.417 0.844-1.495 0.578-3.182 0.391-4.516-0.51v0.51h-2.016v-14.094h2v5.479c0.714-0.484 1.542-0.771 2.401-0.839h0.359c4.552-0.010 6.646 5.656 3.188 8.609zM24.224 16.724c0.031 1.573-1.234 2.87-2.807 2.87s-2.839-1.297-2.802-2.87c0.078-3.656 5.526-3.656 5.609 0z\"/>\n</svg>\n</li><li title=\"cib crunchyroll \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M3.912 17.959c-0.303-3.823 0.963-7.599 3.509-10.464 2.548-2.859 6.152-4.563 9.98-4.708 3.828-0.141 7.547 1.281 10.301 3.943 2.761 2.661 4.308 6.328 4.297 10.161v-0.891c0-8.839-7.161-16-16-16s-16 7.161-16 16c0 8.839 7.161 16 16 16h1.068c-7.385-0.521-13.115-6.645-13.156-14.041zM25.599 18.667c-5.749 0.021-7.183-7.984-1.776-9.959-1.583-0.844-3.359-1.276-5.156-1.239-4.531 0-8.615 2.728-10.349 6.911-1.733 4.188-0.776 9.005 2.428 12.208 3.203 3.204 8.020 4.161 12.208 2.428 4.183-1.735 6.911-5.819 6.911-10.349 0.032-0.713-0.025-1.432-0.176-2.136-0.876 1.401-2.437 2.219-4.089 2.136z\"/>\n</svg>\n</li><li title=\"cib css3 shiled \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M4 2l2.181 24.738 9.819 3.262 9.819-3.262 2.181-24.738zM23.569 7l-0.3 2.956-7.225 3.087h6.969l-0.8 9.163-6.137 1.794-6.175-1.825-0.4-4.619h3.056l0.2 2.394 3.287 0.831 3.419-0.962 0.231-3.85-10.406-0.031-0.225-2.894 7.413-3.087h-7.681l-0.363-2.956z\"/>\n</svg>\n</li><li title=\"cib css3 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M30 2l-4 23-13.956 5-12.044-5 1.225-5.925h5.125l-0.5 2.538 7.275 2.775 8.381-2.775 1.175-6.069h-20.837l1-5.125h20.856l0.656-3.294h-20.837l1.019-5.125z\"/>\n</svg>\n</li><li title=\"cib csswizardry \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M0.042 21.906v-20.417c0-0.823 0.667-1.49 1.49-1.49h28.87c0.833 0 1.495 0.667 1.495 1.495v19.677c-0.896-0.547-1.948-0.818-3.146-0.818-1.672 0-2.938 0.396-3.802 1.193-0.87 0.797-1.297 1.771-1.297 2.969 0 1.292 0.443 2.25 1.333 2.865 0.521 0.38 1.479 0.719 2.854 1.016l1.401 0.318c0.839 0.182 1.427 0.401 1.813 0.615 0.375 0.245 0.573 0.583 0.573 1.021 0 0.755-0.385 1.276-1.161 1.531l-0.036 0.021h-2.948c-0.385-0.141-0.682-0.339-0.922-0.599-0.24-0.297-0.401-0.734-0.479-1.349h-2.641c0 0.75 0.141 1.391 0.443 1.969h-2.24c0.25-0.516 0.396-1.094 0.396-1.755 0-1.172-0.396-2.068-1.177-2.688-0.5-0.396-1.255-0.714-2.255-0.953l-2.292-0.536c-0.88-0.188-1.453-0.375-1.734-0.536-0.411-0.24-0.609-0.599-0.609-1.052 0-0.505 0.214-0.906 0.625-1.188 0.438-0.281 1-0.411 1.719-0.411 0.656 0 1.172 0.12 1.615 0.344 0.656 0.344 1 0.922 1.052 1.719h2.667c-0.042-1.396-0.552-2.469-1.531-3.208-0.995-0.729-2.167-1.109-3.563-1.109-1.672 0-2.927 0.401-3.802 1.172-0.854 0.776-1.292 1.771-1.292 2.948 0 1.292 0.438 2.25 1.333 2.865 0.531 0.359 1.49 0.698 2.865 1.016l1.391 0.318c0.818 0.182 1.417 0.38 1.818 0.62 0.37 0.24 0.573 0.573 0.573 1.016 0 0.76-0.401 1.25-1.177 1.531h-2.984c-0.38-0.141-0.693-0.339-0.922-0.62-0.24-0.292-0.411-0.75-0.49-1.349h-2.693c0 0.74 0.141 1.396 0.427 1.969h-2.786c0.443-0.693 0.74-1.49 0.885-2.385h-2.74c-0.188 0.682-0.417 1.198-0.698 1.536-0.349 0.438-0.802 0.719-1.359 0.859h-1.635c-0.604-0.141-1.12-0.479-1.536-1.016-0.615-0.745-0.917-1.859-0.917-3.333 0-1.495 0.307-2.625 0.88-3.438 0.599-0.818 1.375-1.214 2.385-1.214 1 0 1.734 0.276 2.255 0.859 0.281 0.318 0.521 0.797 0.693 1.432h2.776c-0.042-0.823-0.349-1.651-0.917-2.479-1.031-1.469-2.656-2.203-4.885-2.203-1.547 0-2.844 0.484-3.88 1.417l-0.068-0.146zM31.901 26.75v-2.068h-0.693c-0.047-0.797-0.396-1.365-1.042-1.703-0.417-0.219-0.958-0.328-1.589-0.328-0.724 0-1.276 0.146-1.698 0.427-0.411 0.286-0.635 0.693-0.635 1.203 0 0.474 0.224 0.828 0.635 1.063 0.297 0.141 0.87 0.339 1.75 0.536l2.292 0.547c0.401 0.083 0.745 0.203 1.068 0.307l-0.068 0.042z\"/>\n</svg>\n</li><li title=\"cib d3 js \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M17.749 16c0-8.375-6.791-15.167-15.165-15.167h-2.584v6.667h2.584c4.697 0 8.499 3.807 8.499 8.5s-3.801 8.5-8.499 8.5h-2.584v6.667h2.584c8.375 0 15.165-6.792 15.165-15.167zM32 10.083c0-5.109-4.14-9.249-9.251-9.249h-10.667c2.625 1.645 4.777 3.943 6.245 6.667h4.421c1.428 0 2.584 1.156 2.584 2.583 0 1.428-1.156 2.584-2.584 2.584h-2.583c0.417 2.203 0.417 4.464 0 6.667h2.583c1.423 0 2.584 1.156 2.584 2.584 0 1.432-1.156 2.588-2.584 2.588h-4.421c-1.468 2.724-3.62 5.021-6.245 6.667h10.667c2.163 0 4.256-0.76 5.917-2.141 3.921-3.271 4.464-9.099 1.193-13.025 1.385-1.667 2.14-3.76 2.14-5.923z\"/>\n</svg>\n</li><li title=\"cib dailymotion \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M18.755 15.083c-2.339 0-4.135 1.901-4.135 4.147 0 2.339 1.796 4.115 4.339 4.115l-0.021 0.005c2.12 0 3.901-1.751 3.901-4.057 0-2.396-1.781-4.209-4.084-4.209zM0 0v32h32v-32zM27.588 27.745h-4.765v-1.881c-1.468 1.439-2.963 1.959-4.953 1.959-2.031 0-3.776-0.661-5.239-1.979-1.933-1.704-2.933-3.964-2.933-6.584 0-2.4 0.933-4.552 2.683-6.229 1.557-1.531 3.459-2.307 5.579-2.307 2.025 0 3.588 0.683 4.708 2.12v-7.303l4.921-1.020 0.005 0.005h-0.005z\"/>\n</svg>\n</li><li title=\"cib dashlane \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M20.839 13.385c-0.625-0.521-1.151-1.359-1.151-2.198 0-0.313 0.104-0.833 0.214-1.151 0-0.208 0.104-0.208 0.208-0.313 0.938-0.208 1.359-0.208 1.464-0.313 0.208-0.417 0.313-0.943 0.313-0.943l-7.318-2.297c0 0 0.417 1.146 0.729 1.255l3.349 1.464c0 0-1.677 0.417-2.615 0.625l-0.214 0.104c0 0 0.318 0.63 0.943 0.943 0.625-0.208 1.776-0.417 1.776-0.417-1.568 3.135-4.911 5.224-8.469 5.224h-1.255c-0.417 0-0.521 0.318-0.208 0.526 0.625 0.313 1.151 0.943 1.359 1.568 0.104 0.417-0.104 0.734-0.417 0.943-0.63 0.521-2.302 1.672-3.87 2.927-0.219-0.328-0.391-0.677-0.526-1.047-1.464-3.24-2.193-7.844-2.193-13.906v-0.208l12.547-4.078 12.547 4.078v0.104c0 2.193-0.099 4.286-0.313 6.063v0.208h2.094v-0.104c0.208-1.88 0.313-3.87 0.313-6.063v-1.672l-14.641-4.708-14.641 4.708v1.568c0 6.375 0.734 11.188 2.302 14.745 0.208 0.521 0.521 1.047 0.734 1.464-1.255 0.943-2.302 1.672-2.302 1.672l0.625 1.047 8.052-5.75c4.318-2.938 9.422-4.505 14.641-4.5h2.51c-0.313 1.99-0.839 3.766-1.464 5.229-0.734 1.672-1.672 3.135-2.927 4.604-0.943 1.146-2.094 2.089-3.349 2.927-2.089 1.464-3.974 2.089-4.078 2.193-0.208-0.104-1.984-0.729-4.078-2.193-1.359-0.943-2.51-1.885-3.448-3.031-0.318-0.318-0.63-0.734-0.943-1.151l-0.104-0.104-1.672 1.25 0.104 0.109c0.417 0.521 0.729 0.938 1.047 1.359 1.042 1.255 2.297 2.297 3.656 3.24 2.302 1.568 4.286 2.302 4.599 2.406 0 0 0.422 0.104 0.526 0.208h0.208c0.208 0 0.526-0.208 0.526-0.208 0.417-0.104 2.297-0.839 4.599-2.406 1.339-0.943 2.563-2.026 3.661-3.24 1.333-1.536 2.422-3.266 3.24-5.125 0.844-1.932 1.411-3.974 1.672-6.068h1.781c0.104-0.417 0.208-1.151 0.208-1.151h-6.484c-2.406-0.104-3.24 0-3.87-0.417z\"/>\n</svg>\n</li><li title=\"cib dazn \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M19.697 11.052l1.032-3.459 1.052 3.459zM24.828 14.079l-2.697-8.172c-0.063-0.177-0.131-0.297-0.209-0.355-0.077-0.052-0.203-0.083-0.369-0.083h-1.495c-0.131-0.011-0.265 0.020-0.38 0.093-0.079 0.057-0.147 0.172-0.199 0.344l-2.724 8.172c-0.036 0.041-0.052 0.129-0.052 0.255 0 0.197 0.12 0.297 0.36 0.297h1.12c0.104 0 0.187 0 0.249-0.011 0.057-0.005 0.109-0.027 0.156-0.068 0.043-0.041 0.079-0.093 0.1-0.151 0.031-0.068 0.061-0.161 0.099-0.271l0.421-1.428h3.079l0.432 1.401c0.036 0.12 0.068 0.213 0.104 0.281 0.027 0.063 0.068 0.115 0.115 0.161 0.041 0.037 0.093 0.063 0.151 0.073h0.005c0.057 0.005 0.136 0.011 0.229 0.011h1.199c0.239 0 0.359-0.1 0.359-0.297 0-0.036 0-0.079-0.005-0.12-0.015-0.047-0.031-0.093-0.052-0.14zM23.505 17.369h-0.865c-0.224 0-0.369 0.032-0.443 0.095-0.072 0.067-0.109 0.197-0.109 0.396v4.848l-2.547-4.864c-0.099-0.204-0.203-0.333-0.301-0.391-0.1-0.057-0.271-0.084-0.521-0.084h-0.797c-0.224 0-0.369 0.032-0.443 0.095-0.072 0.067-0.109 0.197-0.109 0.396v8.181c0 0.199 0.037 0.328 0.104 0.391 0.068 0.063 0.215 0.099 0.439 0.099h0.875c0.224 0 0.369-0.036 0.443-0.099s0.109-0.192 0.109-0.391v-4.864l2.547 4.875c0.099 0.208 0.203 0.339 0.303 0.396 0.099 0.057 0.271 0.083 0.52 0.083h0.797c0.224 0 0.369-0.036 0.443-0.099s0.109-0.192 0.109-0.391v-8.181c0-0.199-0.036-0.329-0.109-0.396-0.073-0.063-0.219-0.095-0.443-0.095zM27.776 16.593l2.219 2.219v11.183h-27.989v-11.183l2.219-2.219c0.328-0.328 0.328-0.859 0-1.187l-2.219-2.219v-11.183h27.989v11.183l-2.224 2.219c-0.323 0.328-0.323 0.859 0 1.187zM32 0h-32v14.151l1.849 1.849-1.849 1.849v14.151h32v-14.151l-1.849-1.849 1.849-1.849zM14.229 24.625h-3.615l3.807-5.355c0.048-0.063 0.084-0.131 0.115-0.203 0.016-0.057 0.027-0.12 0.027-0.183v-1.025c0-0.199-0.036-0.329-0.109-0.396-0.073-0.063-0.224-0.095-0.448-0.095h-5.495c-0.199 0-0.328 0.037-0.385 0.109-0.063 0.073-0.095 0.224-0.095 0.453v0.776c0 0.229 0.032 0.38 0.095 0.453 0.057 0.073 0.187 0.109 0.385 0.109h3.391l-3.756 5.355c-0.088 0.099-0.135 0.229-0.14 0.359v1.057c0 0.199 0.036 0.328 0.109 0.391s0.224 0.099 0.443 0.099h5.667c0.197 0 0.328-0.036 0.391-0.109 0.057-0.072 0.088-0.228 0.088-0.457v-0.771c0-0.235-0.031-0.387-0.088-0.459-0.063-0.073-0.193-0.109-0.391-0.109zM12.541 10.979c0 0.349-0.020 0.647-0.068 0.881-0.047 0.233-0.124 0.427-0.228 0.572-0.109 0.147-0.256 0.251-0.428 0.308-0.208 0.067-0.427 0.093-0.645 0.088h-1.057v-5.557h1.057c0.484 0 0.839 0.145 1.052 0.432s0.317 0.761 0.317 1.423zM14.385 7.26c-0.303-0.609-0.713-1.063-1.229-1.353-0.52-0.292-1.172-0.437-1.959-0.437h-2.64c-0.224 0-0.369 0.036-0.443 0.099s-0.109 0.192-0.109 0.391v8.181c0 0.199 0.036 0.329 0.109 0.396 0.073 0.063 0.219 0.095 0.443 0.095h2.959c1.396 0 2.353-0.595 2.864-1.787 0.12-0.276 0.204-0.552 0.251-0.828 0.052-0.355 0.077-0.709 0.072-1.063v-1.74c0-0.489-0.020-0.875-0.072-1.156-0.043-0.281-0.131-0.557-0.256-0.817l0.005 0.020z\"/>\n</svg>\n</li><li title=\"cib dblp \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M28.401 19.438l-3.266-12.208c0 0-0.203-0.792-0.964-0.443l-7.464 3.469 1.146 4.266 1.453 5.438 0.010 0.083c0.068 0.625-0.547 1.052-0.547 1.052l-2.505 1.161 0.667 2.516 0.052 0.135c0.094 0.229 0.375 0.802 1.083 1.214l9.266 5.693c0 0 0.906 0.547 0.693-0.224l-2.641-9.87 2.479-1.146c0 0 0.75-0.344 0.536-1.135zM18.349 19.563l-0.016-0.083-1.505-5.625-1.776-6.589v-0.052c0 0-0.214-0.786-1.12-1.333l-9.266-5.693c0 0-0.906-0.547-0.693 0.224l2.651 9.896-2.49 1.161c0 0-0.75 0.344-0.536 1.13l3.266 12.214c0 0 0.214 0.786 0.964 0.443l9.958-4.641c0 0 0.693-0.323 0.563-1.052z\"/>\n</svg>\n</li><li title=\"cib debian \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M18.505 16.907c-0.532 0 0.109 0.265 0.801 0.375 0.188-0.136 0.36-0.297 0.521-0.443-0.432 0.099-0.88 0.12-1.323 0.068zM21.36 16.197c0.307-0.437 0.536-0.916 0.624-1.411-0.077 0.359-0.265 0.667-0.437 0.973-1 0.625-0.093-0.359 0-0.744-1.068 1.344-0.145 0.796-0.187 1.181zM22.401 13.469c0.068-0.964-0.188-0.667-0.265-0.297 0.093 0.057 0.171 0.667 0.265 0.297zM16.505 0.412c0.265 0.057 0.599 0.093 0.563 0.161 0.307-0.068 0.369-0.136-0.573-0.161zM17.068 0.573l-0.204 0.041 0.188-0.016v-0.025zM25.896 13.828c0.025 0.855-0.271 1.265-0.511 2l-0.464 0.24c-0.375 0.719 0.037 0.463-0.228 1.036-0.589 0.521-1.787 1.631-2.163 1.735-0.265 0 0.188-0.333 0.256-0.453-0.787 0.536-0.641 0.803-1.828 1.136l-0.037-0.084c-2.963 1.391-7.067-1.359-7-5.12-0.041 0.229-0.093 0.177-0.161 0.271-0.167-1.957 0.896-3.817 2.667-4.667 1.631-0.823 3.6-0.567 4.975 0.641-0.865-1.125-2.213-1.765-3.631-1.735-1.573 0.011-3.036 1.011-3.531 2.093-0.803 0.505-0.891 1.959-1.24 2.215-0.479 3.463 0.88 4.957 3.172 6.719 0.359 0.249 0.109 0.281 0.161 0.463-0.781-0.369-1.473-0.896-2.041-1.547 0.307 0.443 0.629 0.88 1.068 1.213-0.735-0.239-1.693-1.729-1.975-1.796 1.24 2.213 5.041 3.891 7.016 3.067-1.052 0.073-2.104-0.052-3.109-0.375-0.437-0.213-1.027-0.683-0.932-0.76 2.629 1.104 5.651 0.677 7.869-1.12 0.583-0.469 1.24-1.255 1.421-1.265-0.265 0.427 0.057 0.213-0.156 0.583 0.584-0.957-0.265-0.396 0.609-1.651l0.323 0.437c-0.12-0.797 0.985-1.755 0.88-3.011 0.256-0.4 0.267 0.401 0 1.292 0.387-0.984 0.105-1.131 0.199-1.948 0.109 0.271 0.24 0.563 0.307 0.844-0.239-0.932 0.267-1.599 0.376-2.136-0.12-0.067-0.376 0.401-0.428-0.708 0-0.489 0.136-0.265 0.188-0.369-0.109-0.068-0.349-0.428-0.511-1.147 0.109-0.176 0.297 0.439 0.459 0.453-0.109-0.563-0.271-1-0.271-1.443-0.453-0.905-0.156 0.136-0.532-0.401-0.453-1.452 0.401-0.333 0.453-0.984 0.719 1.027 1.12 2.615 1.308 3.281-0.136-0.801-0.376-1.599-0.657-2.349 0.215 0.095-0.343-1.651 0.281-0.495-0.828-2.495-2.572-4.583-4.88-5.848 0.24 0.224 0.563 0.515 0.443 0.557-1-0.6-0.828-0.641-0.973-0.891-0.813-0.333-0.871 0.025-1.417 0-1.547-0.829-1.839-0.735-3.249-1.272l0.068 0.308c-1.032-0.333-1.204 0.135-2.308 0-0.068-0.052 0.36-0.188 0.703-0.24-0.984 0.136-0.932-0.187-1.905 0.041 0.229-0.171 0.479-0.28 0.735-0.427-0.797 0.052-1.923 0.469-1.573 0.093-1.317 0.6-3.651 1.428-4.959 2.652l-0.041-0.292c-0.599 0.719-2.615 2.145-2.771 3.079l-0.177 0.041c-0.308 0.531-0.505 1.135-0.76 1.683-0.396 0.692-0.6 0.265-0.532 0.369-0.801 1.631-1.197 3-1.547 4.135 0.24 0.36 0 2.199 0.093 3.677-0.4 7.281 5.12 14.365 11.147 16 0.896 0.308 2.197 0.308 3.323 0.333-1.323-0.369-1.495-0.197-2.776-0.651-0.932-0.427-1.136-0.932-1.787-1.505l0.265 0.464c-1.292-0.453-0.76-0.557-1.812-0.891l0.281-0.36c-0.417-0.041-1.109-0.708-1.297-1.083l-0.453 0.015c-0.547-0.667-0.839-1.161-0.812-1.547l-0.145 0.267c-0.172-0.281-2.027-2.532-1.068-2.011-0.172-0.161-0.412-0.271-0.667-0.735l0.187-0.229c-0.463-0.583-0.853-1.359-0.828-1.599 0.271 0.317 0.428 0.401 0.604 0.443-1.176-2.896-1.239-0.161-2.135-2.937l0.197-0.027c-0.129-0.213-0.239-0.453-0.344-0.677l0.079-0.801c-0.839-0.984-0.24-4.136-0.12-5.865 0.095-0.724 0.708-1.468 1.172-2.64l-0.276-0.052c0.532-0.948 3.12-3.828 4.317-3.683 0.573-0.735-0.119 0-0.239-0.187 1.281-1.319 1.681-0.933 2.531-1.172 0.937-0.537-0.797 0.213-0.359-0.204 1.604-0.396 1.135-0.932 3.228-1.129 0.215 0.129-0.52 0.187-0.692 0.343 1.333-0.651 4.197-0.489 6.079 0.365 2.171 1.025 4.613 4.011 4.708 6.839l0.104 0.025c-0.052 1.136 0.177 2.428-0.224 3.615l0.265-0.563zM12.719 17.64l-0.068 0.376c0.349 0.463 0.631 0.968 1.068 1.344-0.317-0.625-0.557-0.881-1-1.735zM13.547 17.599c-0.187-0.197-0.292-0.453-0.411-0.692 0.104 0.427 0.343 0.801 0.572 1.172l-0.161-0.48zM28.136 14.427l-0.095 0.199c-0.135 1.015-0.453 2.015-0.921 2.948 0.531-0.975 0.864-2.052 1-3.147zM16.599 0.161c0.36-0.135 0.88-0.068 1.265-0.161-0.489 0.041-0.984 0.068-1.463 0.136l0.197 0.025zM4.016 6.855c0.088 0.76-0.579 1.067 0.145 0.557 0.401-0.881-0.145-0.24-0.135-0.557zM3.172 10.401c0.161-0.521 0.203-0.828 0.265-1.12-0.464 0.583-0.224 0.703-0.265 1.104z\"/>\n</svg>\n</li><li title=\"cib deepin \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M21.474 0.927c-2.302-0.839-4.656-1.068-6.943-0.854-2.651 0.214-3.943 1.031-3.865 0.885-4.339 1.547-8 4.875-9.698 9.542-3.021 8.313 1.26 17.505 9.557 20.531 8.302 3.026 17.484-1.26 20.505-9.573s-1.26-17.505-9.557-20.531zM11.073 29.526c-0.865-0.318-1.698-0.724-2.49-1.203 3.87 0.297 8.917-0.594 12.318-3.781 0 0 6.49-5.182 1.797-13.693 0 0 0.755 3.432-0.208 6.25 0 0-0.922 3.839-5.010 4.948-6.021 1.646-12.885-2.573-15.755-4.615-0.214-2.099-0.026-4.266 0.745-6.385 1.141-3.135 3.286-5.583 5.906-7.224-0.656 4.578-0.135 8.797 0.604 10.563 1 2.37 2.734 5.135 6.12 5.49 3.391 0.354 5.255-2.813 5.255-2.813 1.74-2.641 2.010-6.432 1.984-6.526-0.026-0.089-0.464-0.339-0.464-0.339-1.167 4.729-3.094 6.312-3.094 6.312-3.042 2.932-5.198 0.896-5.198 0.896-2.313-2.484-0.693-6.526-0.693-6.526 0.906-2.75 3.547-6.776 6.542-8.828 0.5 0.125 1 0.203 1.495 0.38 1.75 0.641 3.359 1.62 4.734 2.88-2.188 0.802-5.719 2.49-5.719 2.49-5.599 2.359-5.979 5.927-5.979 5.927-0.583 3.677 2.339 2.12 2.339 2.12 3-1.464 4.479-6.021 4.479-6.021-0.938-0.182-1.677 0.104-1.677 0.104-1.198 2.964-3.646 4.177-3.646 4.177-0.964 0.51-1.188-0.391-1.188-0.391-0.161-0.677 0.698-0.792 0.698-0.792 1.333-0.516 2.188-1.917 2.38-2.49s0.547-0.62 0.547-0.62c1.135-0.354 2.307-0.594 3.495-0.714 2.266-0.276 5.734 0.807 5.734 0.807 0.781 0.313 1.526 0.547 2.188 0.734 1.276 3.177 1.474 6.797 0.214 10.266-2.719 7.479-10.979 11.339-18.453 8.615z\"/>\n</svg>\n</li><li title=\"cib deezer \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M19.625 24.927h5.833v-1.765h-5.839v1.765zM6.541 24.927h5.833v-1.765h-5.833v1.765h0.005zM0 24.927h5.833v-1.765h-5.833zM13.079 24.927h5.843v-1.765h-5.843zM26.167 24.927h5.833v-1.765h-5.833zM26.167 22.631h5.833v-1.761h-5.833v1.787zM13.083 22.631h5.849v-1.761h-5.853v1.771zM0 22.631h5.844v-1.761h-5.844v1.787zM6.547 22.631h5.839v-1.761h-5.839v1.787zM19.656 22.631h5.839v-1.761h-5.864v1.787l0.020-0.016zM19.656 20.333h5.839v-1.76h-5.864v1.776h0.020zM6.584 20.333h5.812v-1.76h-5.849v1.776h0.021zM0.041 20.333h5.813v-1.76h-5.855v1.776h0.021zM13.12 20.333h5.839v-1.76h-5.865v1.776h0.021zM26.219 20.333h5.781v-1.76h-5.833v1.776h0.036zM26.219 18.041h5.781v-1.776h-5.833v1.771h0.036zM13.14 18.041h5.819v-1.776h-5.871v1.771h0.048zM0.063 18.041h5.801v-1.776h-5.864v1.771h0.041zM19.697 18.041h5.844v-1.776h-5.905v1.771h0.057zM19.697 15.749h5.844v-1.776h-5.905v1.761h0.057zM0.063 15.749h5.801v-1.76h-5.864v1.76zM13.14 15.749h5.839v-1.76h-5.9v1.76zM26.219 15.749h5.781v-1.776h-5.833v1.772h0.036zM13.079 13.437h5.843v-1.765h-5.843zM26.167 13.437h5.833v-1.765h-5.833zM13.079 11.14h5.843v-1.771h-5.843zM26.167 11.14h5.833v-1.771h-5.833zM26.167 8.839h5.833v-1.765h-5.833z\"/>\n</svg>\n</li><li title=\"cib delicious \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16 16h-16v16h16zM32 0h-16v16h16z\"/>\n</svg>\n</li><li title=\"cib dell \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M23.953 19.469v-7.036h1.625v5.604h2.854v1.427h-4.479zM10.906 15.083l3.974-3.057c0.375 0.302 0.745 0.609 1.12 0.917l-3.771 2.854 0.818 0.714 3.766-2.958c0.375 0.307 0.75 0.615 1.125 0.922-1.25 0.99-2.51 1.974-3.771 2.953l0.813 0.714 3.776-3.057-0.005-2.651h1.63v5.604h2.958v1.427h-4.484v-2.646c-1.328 1.016-2.651 2.036-3.974 3.052l-3.974-3.052c-0.193 0.969-0.87 1.813-1.75 2.255-0.38 0.198-0.797 0.323-1.219 0.37-0.245 0.031-0.49 0.021-0.734 0.021h-2.516v-7.031h2.901c0.755 0.010 1.49 0.271 2.083 0.745 0.604 0.479 1.036 1.161 1.234 1.906zM6.219 13.859v4.281h1.271c0.542-0.021 1.047-0.276 1.38-0.698 0.573-0.719 0.667-1.708 0.245-2.521-0.266-0.51-0.74-0.885-1.302-1.021-0.224-0.052-0.453-0.042-0.677-0.042zM15.76 0h0.448c2.516 0.031 4.984 0.661 7.208 1.828 2.172 1.146 4.052 2.766 5.5 4.745 1.958 2.667 3.036 5.88 3.083 9.188v0.479c-0.052 3.984-1.589 7.807-4.313 10.714-2.969 3.167-7.104 4.99-11.443 5.047h-0.484c-1.891-0.026-3.76-0.391-5.526-1.073-2.151-0.839-4.094-2.13-5.698-3.781-1.719-1.771-3.010-3.906-3.771-6.25-0.484-1.505-0.74-3.073-0.766-4.656v-0.479c0.052-3.036 0.974-6 2.656-8.526 1.573-2.375 3.734-4.292 6.281-5.563 2.12-1.063 4.453-1.635 6.823-1.672zM15.557 1.641c-3.13 0.089-6.141 1.203-8.573 3.167-1.995 1.604-3.521 3.708-4.427 6.099-1.318 3.505-1.224 7.385 0.255 10.823 1.026 2.354 2.656 4.385 4.729 5.896 1.885 1.375 4.073 2.266 6.38 2.594 1.943 0.281 3.943 0.167 5.839-0.344 2.594-0.703 4.938-2.115 6.766-4.083 1.828-1.964 3.068-4.406 3.578-7.042 0.401-2.068 0.344-4.198-0.161-6.24-1.193-4.792-4.771-8.635-9.464-10.172-1.589-0.516-3.255-0.755-4.922-0.698z\"/>\n</svg>\n</li><li title=\"cib deno \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M14.74 0.011c-0.073 0.005-0.313 0.031-0.532 0.052-3.072 0.323-6.104 1.625-8.577 3.692-0.661 0.589-1.287 1.215-1.871 1.876-2.047 2.443-3.244 5.187-3.681 8.432-0.1 0.724-0.1 3.151 0 3.875 0.437 3.245 1.635 5.989 3.681 8.432 0.584 0.661 1.209 1.287 1.871 1.876 2.448 2.047 5.187 3.239 8.437 3.681 0.719 0.1 3.151 0.1 3.869 0 3.245-0.443 5.989-1.64 8.432-3.681 0.667-0.589 1.292-1.215 1.876-1.876 2.047-2.443 3.239-5.187 3.681-8.432 0.1-0.724 0.1-3.151 0-3.875-0.443-3.245-1.635-5.989-3.681-8.432-0.584-0.661-1.209-1.287-1.876-1.876-2.437-2.036-5.208-3.249-8.405-3.676-0.349-0.048-0.849-0.068-1.787-0.073-0.48-0.011-0.959-0.011-1.432 0zM14.937 1.708c0 0.459 0.032 1.459 0.073 2.407 0.025 0.464 0.052 1.131 0.063 1.479 0.047 1.224 0.177 4.448 0.192 4.735l0.021 0.287-0.177-0.021c-0.068 0-0.136-0.015-0.203-0.041-0.032-0.197-0.052-0.401-0.052-0.604-0.12-2.547-0.229-5.088-0.328-7.631l-0.027-0.875 0.115-0.016c0.057-0.011 0.156-0.020 0.219-0.025h0.104zM18.703 1.615c0.005 0.005 0.016 1.192 0.032 2.64 0.015 1.448 0.031 2.756 0.047 2.896 0.011 0.147 0.005 0.271-0.016 0.276-0.068 0.016-0.14 0.016-0.213 0l-0.177-0.015-0.031-1.147-0.041-1.563c-0.032-0.692-0.057-3.057-0.037-3.119 0.016-0.043 0.057-0.048 0.224-0.016 0.115 0.020 0.208 0.041 0.213 0.047zM9.599 2.932c0.027 0.037 0.208 2.204 0.437 5.041 0.079 0.964 0.152 1.844 0.161 1.953 0.021 0.204 0.016 0.209-0.109 0.287-0.047 0.037-0.099 0.063-0.156 0.084-0.011 0-0.036-0.104-0.047-0.229-0.057-0.516-0.265-2.985-0.416-4.771-0.089-1.052-0.167-1.991-0.177-2.095-0.021-0.172-0.016-0.187 0.083-0.244 0.131-0.063 0.199-0.079 0.224-0.027zM20.432 3.724c0.115 0.036 0.125 0.057 0.147 0.281 0.041 0.396 0.031 2.276-0.016 2.276-0.115 0-0.349-0.136-0.369-0.208-0.021-0.412-0.027-0.828-0.021-1.24 0-1.281-0.016-1.203 0.26-1.109zM13.167 3.907c0 0.109 0.027 0.692 0.057 1.312l0.083 1.74c0.032 0.687 0.037 0.661-0.228 0.677-0.125 0.004-0.125 0.004-0.136-0.193-0.011-0.109-0.025-0.453-0.052-0.765-0.021-0.317-0.068-1-0.099-1.516-0.032-0.521-0.068-1.036-0.084-1.145-0.020-0.199-0.015-0.204 0.089-0.245 0.077-0.025 0.161-0.041 0.244-0.041 0.125-0.005 0.125-0.005 0.125 0.183zM24.083 4.448l0.131 0.052 0.032 0.527c0.009 0.285 0.020 0.911 0.009 1.38l-0.009 0.853-0.167-0.077-0.167-0.084-0.011-1.301c-0.005-0.724-0.005-1.333 0.005-1.36 0.015-0.057 0.015-0.057 0.176 0.011zM16.896 4.964c0.025 0.020 0.077 1.932 0.083 2.9l0.005 0.584-0.187-0.032c-0.063-0.004-0.131-0.015-0.199-0.025-0.011-0.011-0.125-2.927-0.125-3.208v-0.292l0.199 0.027c0.077 0.004 0.151 0.020 0.224 0.047zM25.959 5.24c0.047 0.057 0.057 0.916 0.068 5.672 0.009 5.457 0.009 5.599-0.057 5.599-0.052 0-0.1-0.021-0.141-0.047-0.057-0.048-0.063-0.521-0.083-5.183-0.005-1.901-0.021-3.803-0.048-5.703l-0.025-0.568 0.115 0.083c0.068 0.047 0.14 0.115 0.177 0.147zM22.432 6.047c0.021 0.021 0.037 0.245 0.041 0.5 0.021 0.869 0.021 6.199 0.005 6.213-0.009 0.011-0.077-0.011-0.161-0.041l-0.14-0.057v-6.692l0.115 0.020c0.057 0.021 0.12 0.041 0.14 0.063zM11.568 6.271c0.016 0.104 0.031 0.344 0.047 0.541l0.063 0.975c0.041 0.692 0.036 0.74-0.188 0.74-0.12 0-0.135-0.016-0.151-0.131-0.036-0.235-0.177-2.167-0.156-2.203 0.099-0.053 0.208-0.089 0.317-0.105 0.027-0.005 0.057 0.079 0.068 0.183zM5.063 7.271l0.192 1.943c0.063 0.647 0.12 1.199 0.12 1.224 0 0.047-0.301 0.199-0.333 0.161-0.156-1.213-0.292-2.437-0.411-3.656 0-0.093 0.301-0.495 0.339-0.448 0.015 0.005 0.052 0.36 0.093 0.776zM20.489 7.688l0.115 0.061 0.005 0.855c0.005 0.464 0.011 0.984 0.011 1.151 0.011 0.355-0.036 0.417-0.251 0.339l-0.119-0.041v-0.339c0-0.187-0.011-0.735-0.027-1.219l-0.027-0.875h0.095c0.068 0.011 0.135 0.031 0.197 0.068zM6.787 9.213l0.26 2.833 0.136 1.453-0.156 0.156-0.147 0.151-0.031-0.312c-0.016-0.172-0.095-0.973-0.177-1.787-0.084-0.807-0.199-1.984-0.26-2.609l-0.109-1.135 0.156-0.141c0.135-0.129 0.151-0.135 0.177-0.063 0.015 0.043 0.083 0.693 0.151 1.453zM3.839 9.688c0.088 0.776 0.317 2.839 0.516 4.583 0.192 1.74 0.38 3.423 0.416 3.74 0.032 0.312 0.084 0.787 0.115 1.063 0.057 0.457 0.057 0.489-0.005 0.536-0.093 0.073-0.135 0.063-0.135-0.021 0-0.036-0.037-0.333-0.079-0.656-0.068-0.536-0.188-1.453-0.453-3.505-0.052-0.411-0.161-1.233-0.235-1.828-0.167-1.276-0.333-2.552-0.489-3.828-0.073-0.536-0.115-1.011-0.104-1.063 0.027-0.109 0.26-0.473 0.287-0.453 0.005 0.011 0.083 0.657 0.172 1.433zM2.636 11.385l0.244 1.921c0.073 0.579 0.167 1.308 0.213 1.611l0.073 0.552-0.084 0.072c-0.047 0.037-0.093 0.052-0.109 0.037-0.015-0.011-0.047-0.172-0.072-0.344-0.021-0.172-0.167-1.188-0.323-2.245l-0.281-1.927 0.088-0.265c0.027-0.095 0.063-0.183 0.109-0.267 0.021 0 0.079 0.387 0.141 0.855zM24.24 10.869c0.057 0.052 0.063 0.297 0.063 2.104v2.043h-0.109c-0.24 0-0.235 0.063-0.256-2.172l-0.011-2.037h0.125c0.068 0 0.156 0.027 0.188 0.063zM15.625 11.573c0.891 0.135 1.667 0.38 2.432 0.776 0.495 0.255 0.735 0.432 1.287 0.957 0.817 0.781 1.317 1.469 1.792 2.439 0.687 1.405 0.957 2.656 1.296 6 0.152 1.5 0.355 4.219 0.396 5.333 0.011 0.323 0.041 0.853 0.063 1.176 0.041 0.693 0.093 0.6-0.516 0.896-0.848 0.412-1.661 0.693-2.735 0.953-1.317 0.323-2.167 0.427-3.463 0.432l-0.943 0.005 0.005-0.453c0-0.249 0.025-0.828 0.047-1.281 0.12-2.187 0.093-4.957-0.057-6.489-0.089-0.885-0.256-1.953-0.349-2.187-0.020-0.052 0.068-0.1 0.459-0.229 0.713-0.251 1.333-0.557 1.421-0.713 0.172-0.292-0.129-0.709-0.515-0.709-0.068 0-0.272 0.073-0.453 0.157-0.88 0.4-2.652 0.88-3.667 0.984-0.855 0.073-1.713 0.036-2.557-0.104-0.417-0.079-1.156-0.355-1.771-0.672-0.715-0.371-1.152-0.865-1.281-1.448-0.068-0.313-0.052-0.943 0.041-1.297 0.099-0.391 0.369-0.959 0.625-1.287 1.12-1.473 3.437-2.755 5.807-3.203 0.871-0.145 1.76-0.156 2.636-0.036zM27.765 11.697c0.141 0.057 0.156 0.073 0.156 0.209 0.011 1.072-0.015 3.525-0.036 3.629 0 0.037-0.203 0.043-0.292 0.005-0.057-0.015-0.063-0.229-0.063-1.963 0-1.245 0.016-1.948 0.043-1.948 0.015 0 0.109 0.031 0.192 0.063zM29.484 13.855l0.141 0.063-0.027 3.255c-0.031 4.151-0.036 4.276-0.187 4.635-0.24 0.584-0.229 0.704-0.209-1.869 0.011-1.287 0.032-2.588 0.037-2.896 0.011-0.301 0.015-1.156 0.020-1.901 0-0.895 0.011-1.343 0.043-1.343 0.020 0 0.104 0.025 0.181 0.057zM5.817 14.839c0.027 0.317 0.021 0.349-0.099 0.599l-0.125 0.271-0.047-0.396c-0.073-0.629-0.073-0.656 0.079-0.749 0.068-0.047 0.135-0.079 0.145-0.073 0.016 0.011 0.036 0.167 0.047 0.349zM3.385 17.208c0.036 0.323 0.312 2.464 0.453 3.516 0.213 1.625 0.229 1.86 0.135 1.76-0.077-0.405-0.145-0.812-0.197-1.219-0.615-4.239-0.609-4.213-0.557-4.244 0.104-0.073 0.141-0.032 0.167 0.187zM6.219 19.011c0.027 0.099 0.141 1.167 0.141 1.296 0 0.109-0.141 0.209-0.204 0.147-0.020-0.021-0.073-0.355-0.115-0.74l-0.093-0.901-0.027-0.197 0.136 0.156c0.068 0.073 0.12 0.151 0.161 0.24zM9.396 20.495c0.041 0.041 0.073 0.199 0.109 0.62 0.057 0.771 0.068 0.708-0.093 0.708-0.167 0-0.161 0.016-0.219-0.683-0.053-0.703-0.053-0.692 0.052-0.692 0.052 0 0.119 0.021 0.151 0.047zM12.516 20.552c0.005 0.041 0.025 0.276 0.041 0.527 0.011 0.244 0.047 0.807 0.079 1.239 0.109 1.589 0.113 1.792 0.047 1.792-0.079 0-0.084-0.063-0.172-1.183-0.037-0.541-0.079-1.083-0.131-1.624-0.031-0.428-0.057-0.787-0.041-0.792 0.041-0.047 0.156-0.016 0.177 0.041zM5.115 21.307c0.025 0.037 0.177 1.297 0.359 3.016 0.057 0.521 0.111 1.021 0.12 1.115l0.021 0.167-0.099-0.063c-0.068-0.036-0.109-0.115-0.1-0.192 0-0.245-0.171-1.88-0.301-2.88-0.073-0.563-0.131-1.063-0.131-1.109 0-0.084 0.095-0.115 0.131-0.048zM27.823 22.953l-0.025 1.645-0.1 0.147c-0.224 0.333-0.213 0.395-0.203-1.448l0.011-1.688 0.145-0.151c0.052-0.057 0.109-0.104 0.172-0.147 0.016 0 0.016 0.74 0 1.647zM24.188 25.563c0.015 2.287 0.015 2.464-0.048 2.536-0.041 0.041-0.077 0.068-0.088 0.057-0.025-0.031-0.068-5.016-0.036-5.047 0.015-0.016 0.057-0.021 0.088-0.021 0.052 0.016 0.068 0.292 0.084 2.475zM11.333 23.995c0.027 0.245 0.125 1.417 0.167 1.969 0.021 0.364 0.021 0.38-0.063 0.405-0.047 0.016-0.104 0.011-0.12-0.005-0.025-0.031-0.115-0.9-0.219-2.249l-0.031-0.323h0.125c0.113 0 0.119 0.011 0.14 0.203zM8.24 25.375c0.025 0.027 0.047 0.125 0.047 0.224 0 0.104 0.047 0.636 0.099 1.183 0.151 1.511 0.161 1.713 0.093 1.672-0.104-0.057-0.192-0.147-0.172-0.172 0-0.145-0.015-0.292-0.041-0.437-0.025-0.229-0.063-0.599-0.077-0.828-0.016-0.224-0.052-0.647-0.084-0.923-0.073-0.687-0.068-0.771 0.016-0.771 0.041 0 0.093 0.021 0.12 0.047zM10.099 28.021c0.016 0.088 0.037 0.411 0.052 0.719 0.032 0.588 0.016 0.629-0.145 0.511-0.047-0.037-0.079-0.183-0.125-0.631-0.083-0.813-0.083-0.781 0.068-0.765 0.115 0.009 0.131 0.025 0.151 0.167zM8.697 13.459c-0.411 0.177-0.443 0.735-0.057 0.927 0.281 0.145 0.563 0.079 0.709-0.167 0.281-0.437-0.177-0.973-0.652-0.76zM11.364 13.839c-0.375 0.235-0.375 0.781 0 1.021 0.376 0.223 0.855-0.073 0.855-0.521 0-0.432-0.495-0.724-0.855-0.505z\"/>\n</svg>\n</li><li title=\"cib dependabot \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M14.599 0.417c0.849-0.557 1.953-0.557 2.802 0l12.443 8.161c0.724 0.469 1.156 1.276 1.156 2.135v10.573c0 0.859-0.432 1.667-1.156 2.135l-12.443 8.161c-0.849 0.557-1.953 0.557-2.802 0l-12.443-8.161c-0.724-0.469-1.156-1.276-1.156-2.135v-10.573c0-0.859 0.432-1.667 1.156-2.135zM17 10v1h-8c-0.552 0-1 0.448-1 1v4h-0.667c-0.182 0-0.333 0.151-0.333 0.333v3.333c0 0.182 0.151 0.333 0.333 0.333h0.667v2c0 0.552 0.448 1 1 1h14c0.552 0 1-0.448 1-1v-2h0.667c0.182 0 0.333-0.151 0.333-0.333v-3.333c0-0.182-0.151-0.333-0.333-0.333h-0.667v-4c0-0.552-0.448-1-1-1h-5v-3.667c0-0.182-0.151-0.333-0.333-0.333h-2.333c-0.182 0-0.333 0.151-0.333 0.333v2.333c0 0.182 0.151 0.333 0.333 0.333zM21.38 16.786l-2.094 2.094c-0.156 0.156-0.417 0.156-0.573 0l-1.26-1.26c-0.156-0.156-0.156-0.417 0-0.573l0.427-0.427c0.156-0.156 0.417-0.156 0.573 0l0.547 0.547 1.38-1.38c0.156-0.156 0.417-0.156 0.573 0l0.427 0.427c0.156 0.156 0.156 0.417 0 0.573zM12.62 18.88c-0.156 0.156-0.417 0.156-0.573 0l-1.26-1.26c-0.161-0.156-0.161-0.417 0-0.573l0.427-0.427c0.156-0.156 0.411-0.156 0.573 0l0.547 0.547 1.38-1.38c0.156-0.161 0.411-0.161 0.573 0l0.427 0.427c0.156 0.156 0.156 0.411 0 0.573z\"/>\n</svg>\n</li><li title=\"cib designer news \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M15.026 15.974c0-5.109-3.141-8.573-9.12-8.573h-5.906v17.198h6.031c5.807 0 8.995-3.5 8.995-8.62zM10.74 16c0 3.688-1.891 5.286-4.932 5.286h-1.547v-10.573h1.547c2.911 0 4.932 1.672 4.932 5.286zM32 24.599v-17.198h-3.958v9.615l-6.333-9.615h-4.141v17.198h3.964v-10.297l6.776 10.292h3.693z\"/>\n</svg>\n</li><li title=\"cib dev to \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M9.896 13.401c-0.245-0.213-0.615-0.308-1.125-0.308h-0.771l0.027 3.256 0.052 3.265 0.749-0.027c0.547 0 0.839-0.093 1.104-0.348 0.323-0.319 0.349-0.48 0.349-2.933 0-2.547-0.027-2.613-0.385-2.905zM0 6.588v18.824h32v-18.824zM11.412 20.401c-0.584 0.771-1.412 1.025-3.371 1.025h-1.76v-10.052h1.864c2.229 0 2.881 0.24 3.469 1.199 0.359 0.572 0.385 0.801 0.427 3.427 0.063 2.973-0.025 3.64-0.629 4.401zM18.197 13.104h-3.291v2.365h2.025v1.703l-0.959 0.057-1 0.036v2.36l1.625 0.041 1.599 0.052v1.708h-2.129c-2.041 0-2.136-0.015-2.495-0.4l-0.401-0.376v-4.213c0-4.025 0.016-4.24 0.333-4.635 0.307-0.417 0.333-0.417 2.511-0.417h2.181v1.735zM24.437 20.375c-0.224 0.573-0.849 1.052-1.333 1.052-0.24 0-0.599-0.197-0.891-0.52-0.427-0.428-0.599-0.839-1.093-2.771l-1.199-4.521-0.604-2.229h1.016c0.531 0 1 0.027 1 0.068 0 0.077 1.547 6.052 1.683 6.443 0.052 0.197 0.421-0.937 0.968-3.068l0.88-3.359 0.991-0.057c0.531-0.027 0.973 0 0.973 0.057 0 0.181-2.229 8.504-2.401 8.905z\"/>\n</svg>\n</li><li title=\"cib deviantart \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M25.609 6.391l0.308-0.573v-5.817h-5.824l-0.583 0.588-2.745 5.229-0.859 0.584h-9.803v7.989h5.391l0.479 0.583-5.567 10.641-0.319 0.573v5.812h5.819l0.583-0.588 2.761-5.229 0.853-0.584h9.803v-7.989h-5.401l-0.479-0.583 5.583-10.641z\"/>\n</svg>\n</li><li title=\"cib devrant \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M15.625 0c-8.318-0.021-13.5 5.396-13.359 13.76-0.094 5.214 1.917 9.339 5.505 11.646 0.885 0.542 1.818 0.984 2.849 1.328l2.901 4.469c0.443 1.135 0.932 1.036 1.13-0.146l0.786-3.583h0.589c3.292 0.094 6.094-0.693 8.302-2.115 3.49-2.313 5.5-6.391 5.406-11.599 0.146-8.495-5.161-13.953-13.708-13.755-0.135 0-0.266-0.005-0.401-0.005zM21.719 6.182c0.349 0 0.693 0.12 0.938 0.365 0.245 0.25 0.391 0.594 0.391 0.984 0 0.198 0 0.396-0.094 0.542l-4.964 12.333c-0.344 0.589-0.839 0.734-1.182 0.734-0.729-0.005-1.318-0.594-1.323-1.323 0-0.198 0.047-0.344 0.094-0.542l4.917-12.286c0.094-0.193 0.198-0.344 0.292-0.443 0.25-0.24 0.589-0.37 0.932-0.365zM12.609 10c0.417 0 0.833 0.161 1.151 0.479h0.005c0.292 0.292 0.49 0.688 0.438 1.13 0 0.443-0.193 0.786-0.49 1.13s-0.688 0.495-1.13 0.495c-0.443 0-0.786-0.198-1.13-0.495-0.344-0.292-0.495-0.688-0.495-1.13s0.198-0.839 0.495-1.13c0.318-0.323 0.734-0.479 1.156-0.479zM12.609 16.63c0.417 0 0.833 0.161 1.151 0.484h0.005c0.292 0.344 0.49 0.734 0.438 1.13-0.005 0.427-0.182 0.833-0.49 1.13-0.292 0.344-0.688 0.49-1.13 0.49-0.427-0.005-0.833-0.182-1.13-0.49-0.344-0.297-0.495-0.688-0.495-1.13s0.198-0.839 0.495-1.13c0.318-0.323 0.734-0.484 1.156-0.484z\"/>\n</svg>\n</li><li title=\"cib diaspora \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M20.349 29.193l-3.109-4.339c-0.833-1.161-1.505-2.063-1.542-2.063s-1.339 1.75-3.089 4.151c-1.661 2.286-3.036 4.151-3.057 4.151-0.047 0-6-4.193-6.016-4.234-0.005-0.021 1.339-2 2.99-4.391 1.656-2.396 3.005-4.391 3.005-4.438 0-0.073-0.542-0.255-4.74-1.661l-4.792-1.599c-0.042-0.021 0.208-0.849 1.057-3.531 0.615-1.927 1.125-3.521 1.141-3.542s2.281 0.703 5.031 1.609c2.75 0.906 5.016 1.646 5.047 1.646s0.063-0.042 0.073-0.094c0.010-0.042 0.036-2.38 0.052-5.203 0.026-2.797 0.052-5.12 0.068-5.156 0.026-0.042 0.797-0.042 3.641-0.042 1.979 0 3.615 0.021 3.641 0.042 0.036 0.021 0.089 1.578 0.182 5.036 0.146 5.703 0.146 5.781 0.24 5.781 0.036 0 2.214-0.719 4.844-1.625 2.63-0.88 4.786-1.599 4.802-1.583 0.042 0.063 2.203 7.083 2.182 7.099-0.021 0.026-2.224 0.781-4.88 1.682-3.682 1.24-4.865 1.661-4.865 1.719-0.016 0.042 1.24 1.943 2.865 4.281 1.578 2.318 2.854 4.219 2.854 4.24-0.016 0.063-5.917 4.401-5.974 4.401-0.021 0-0.781-1.021-1.661-2.26l0.005-0.089z\"/>\n</svg>\n</li><li title=\"cib digg \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M23.683 10.88v10.88h5.12v1.281h-5.12v2.557h8.317v-14.719zM14.079 10.88v10.88h5.119v1.281h-5.119v2.557h8.323v-14.719zM5.12 6.401v4.479h-5.12v10.88h8.317v-15.359zM12.803 10.88h-3.204v10.88h3.204zM28.803 19.197h-1.923v-5.76h1.923zM5.12 19.197h-1.923v-5.76h1.923zM19.197 19.197h-1.916v-5.76h1.916zM12.803 6.401h-3.204v3.197h3.204z\"/>\n</svg>\n</li><li title=\"cib digital ocean \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M5.438 30.113h4.606v-4.6h-4.606zM1.587 21.663v3.85h3.85v-3.85zM30.725 11.056c-1.438-4.637-5.15-8.331-9.788-9.787-10.631-3.319-20.438 4.587-20.438 14.725h5.988c0-6.362 6.312-11.281 13.006-8.856 2.481 0.894 4.469 2.881 5.363 5.356 2.444 6.688-2.481 12.988-8.837 13v0.019h-0.019v5.988c10.163 0 18.050-9.8 14.725-20.444zM16.019 25.494v-5.956h-5.975v5.975h5.956v-0.019z\"/>\n</svg>\n</li><li title=\"cib discord \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M26.964 0c1.875 0 3.385 1.516 3.474 3.302v28.698l-3.568-3.031-1.958-1.781-2.141-1.865 0.891 2.938h-18.714c-1.87 0-3.385-1.417-3.385-3.302v-21.651c0-1.786 1.516-3.302 3.391-3.302h22zM18.807 7.578h-0.042l-0.271 0.266c2.766 0.802 4.104 2.052 4.104 2.052-1.781-0.891-3.391-1.339-4.995-1.521-1.156-0.177-2.318-0.083-3.297 0h-0.271c-0.625 0-1.958 0.271-3.745 0.984-0.62 0.271-0.979 0.448-0.979 0.448s1.333-1.339 4.281-2.052l-0.182-0.177c0 0-2.229-0.089-4.635 1.693 0 0-2.406 4.193-2.406 9.359 0 0 1.333 2.318 4.99 2.406 0 0 0.536-0.708 1.073-1.333-2.052-0.625-2.854-1.875-2.854-1.875s0.182 0.089 0.448 0.266h0.078c0.042 0 0.063 0.021 0.083 0.042v0.010c0.021 0.021 0.042 0.036 0.078 0.036 0.443 0.182 0.88 0.359 1.24 0.536 0.625 0.266 1.422 0.536 2.401 0.714 1.24 0.182 2.661 0.266 4.281 0 0.797-0.182 1.599-0.354 2.401-0.714 0.516-0.266 1.156-0.531 1.859-0.984 0 0-0.797 1.25-2.938 1.875 0.438 0.62 1.057 1.333 1.057 1.333 3.661-0.083 5.083-2.401 5.161-2.302 0-5.161-2.422-9.359-2.422-9.359-2.177-1.62-4.219-1.682-4.578-1.682l0.073-0.026zM19.031 13.464c0.938 0 1.693 0.797 1.693 1.776 0 0.99-0.76 1.786-1.693 1.786-0.938 0-1.693-0.797-1.693-1.776 0-0.99 0.76-1.786 1.693-1.786zM12.974 13.464c0.932 0 1.688 0.797 1.688 1.776 0 0.99-0.76 1.786-1.693 1.786-0.938 0-1.698-0.797-1.698-1.776 0-0.99 0.76-1.786 1.698-1.786z\"/>\n</svg>\n</li><li title=\"cib discourse \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16.135 0c8.75 0 15.865 7.313 15.865 15.995s-7.104 15.99-15.865 15.99l-16.135 0.016v-16.281c0-8.677 7.375-15.719 16.135-15.719zM16.292 6.083c-3.458-0.005-6.661 1.802-8.448 4.76-1.776 2.943-1.849 6.609-0.198 9.625l-1.781 5.677 6.396-1.432c3.656 1.635 7.953 0.901 10.844-1.854 2.896-2.734 3.818-6.969 2.318-10.661-1.51-3.703-5.12-6.12-9.12-6.115z\"/>\n</svg>\n</li><li title=\"cib discover \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16 0c-8.839 0-16 7.161-16 16s7.161 16 16 16c8.839 0 16-7.161 16-16s-7.161-16-16-16z\"/>\n</svg>\n</li><li title=\"cib disqus \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16.584 31.536c-3.803 0-7.281-1.385-9.969-3.687l-6.615 0.905 2.557-6.307c-0.891-1.969-1.391-4.145-1.391-6.448 0-8.584 6.901-15.536 15.421-15.536 8.505 0 15.412 6.952 15.412 15.536s-6.901 15.536-15.416 15.536zM25.005 15.959v-0.047c0-4.485-3.167-7.677-8.62-7.677h-5.88v15.536h5.797c5.495 0 8.703-3.333 8.703-7.812h0.005zM16.453 19.953h-1.724v-7.901h1.724c2.525 0 4.208 1.443 4.208 3.927v0.043c0 2.509-1.683 3.932-4.208 3.932z\"/>\n</svg>\n</li><li title=\"cib disroot \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M25.099 8.875c0.084 0.115 0.084 0.224 0 0.339-0.083 0.027-0.151 0.027-0.203 0l-0.208-0.296-0.491-0.125c-0.083-0.089-0.083-0.204 0-0.344 0.079-0.115 0.188-0.156 0.329-0.125 0.244 0.141 0.437 0.323 0.572 0.552zM31.083 14.656c0.032 0.084 0.043 0.151 0.043 0.208l-0.204 0.297v-0.464c0.052-0.031 0.109-0.041 0.161-0.041zM23.912 8.323l0.203 0.339c-0.109 0.199-0.219 0.328-0.328 0.38l-0.125 0.172c-0.052-0.14-0.093-0.281-0.12-0.421-0.031 0-0.057-0.016-0.083-0.047l-0.167 0.172-0.735-0.172c-0.109-0.141-0.084-0.297 0.079-0.464 0.167-0.172 0.359-0.213 0.572-0.131zM22.391 9.213l-0.203-0.125 0.161-0.088zM19.109 7.047l-0.245 0.297-0.244-0.297-0.208-0.041 0.656-0.131zM31.907 13.421c0.109 0.084 0.12 0.297 0.041 0.636l-0.245 0.724-0.208 0.255-0.041-0.509c0-0.115-0.011-0.215-0.037-0.297 0-0.084-0.015-0.172-0.047-0.256l-0.531 0.256c0.025 0.057 0.041 0.131 0.041 0.213 0.027 0.084 0.057 0.141 0.084 0.172l-0.573 0.041 0.036 0.167 0.125 0.131-0.203 0.463c-0.027 0.256-0.099 0.401-0.209 0.428l-0.161-0.256-0.495 0.125c-0.109-0.109-0.161-0.208-0.161-0.297l-0.125-0.165 0.209-0.256c-0.057-0.115-0.109-0.172-0.167-0.172l-0.204 0.089-0.208 0.504c-0.188 0-0.312 0.032-0.364 0.089l0.244 0.339 0.86 0.468 0.041 0.297c0.109 0.027 0.193 0.073 0.245 0.125 0.083 0.057 0.14 0.099 0.167 0.129-0.027 0.057-0.057 0.125-0.084 0.215-0.025 0.057-0.083 0.109-0.167 0.167l-0.364 0.255 0.041 0.344c-0.219 0.083-0.412 0.224-0.579 0.421l-0.12 0.469c-0.301 0-0.495 0.025-0.572 0.083l0.036 0.641-0.12-0.043c-0.109-0.171-0.219-0.213-0.328-0.129l0.161 0.552c-0.083 0-0.151 0.016-0.203 0.041l-0.084 0.089 0.167 0.296c0.027 0.115 0.037 0.199 0.037 0.256-0.161 0.14-0.328 0.224-0.489 0.249-0.136 0.032-0.245 0.131-0.328 0.303l0.041 0.511c-0.084 0.197-0.151 0.323-0.208 0.38-0.272 0-0.475 0.031-0.615 0.083l-0.245 0.469-0.203-0.084c-0.109-0.031-0.193-0.031-0.251 0l-0.161 0.339c-0.245 0-0.421 0.057-0.531 0.172l-0.328 0.297 0.077-0.38c0.084-0.229 0.041-0.355-0.12-0.387l-0.167 0.125-0.036 0.213-0.412 0.256-0.041 0.468h-0.781l-0.161 0.297c-0.057 0.172-0.192 0.297-0.412 0.385-0.219 0.084-0.604 0.125-1.151 0.125-0.541 0-0.885 0.031-1.020 0.083-0.141 0-0.261 0.073-0.371 0.213-0.083 0.147-0.177 0.245-0.287 0.297l-0.656 0.213-0.208 0.385-0.287 0.213c-0.135 0.084-0.355 0.125-0.656 0.125l-0.412 0.213-0.615 0.256-0.448-0.041c-0.167-0.089-0.353-0.131-0.572-0.131h-0.74l-0.249-0.172-0.491 0.088-0.244 0.339-0.371-0.255-0.285-0.297-0.657-0.041-0.244-0.213 0.364-0.469 0.495-0.677v-0.468l0.573-0.641v-0.719c0-0.229 0.041-0.427 0.125-0.599l0.448 0.131c0.109-0.115 0.167-0.199 0.167-0.256-0.167-0.14-0.313-0.328-0.453-0.552l-0.412-0.593-0.489-0.64-0.328-0.595-0.369-0.593-0.287-0.724-0.615-0.683-2.256-3.312-0.411-0.724-0.412-0.808-0.328-0.213c-0.244-0.307-0.448-0.651-0.615-1.015l-0.12-0.511-0.369-0.172-1.271 0.255c-0.303 0-0.631 0.057-0.984 0.172l-0.865 0.339-1.025 0.125-0.573 0.213c-0.245 0.057-0.437 0.031-0.573-0.084l-0.287-0.337-0.452 0.167-0.371-0.125c0-0.287-0.025-0.453-0.077-0.511l-0.371-0.511c-0.167-0.115-0.287-0.187-0.369-0.213l0.041-0.213h0.412c-0.032-0.084-0.041-0.183-0.041-0.297v-0.213l0.405 0.172c0.141-0.084 0.224-0.156 0.251-0.213l0.161-0.339 0.328 0.041 0.245-0.724-0.037-0.38 0.204 0.125 0.203 0.213c0.14-0.057 0.219-0.115 0.249-0.167l0.371-0.469 0.364 0.043-0.12-0.297-0.244-0.297-0.371-0.129c0.163-0.256 0.516-0.437 1.063-0.552l1.313-0.125 0.453-0.297 1.067-0.213 1.641-0.088 0.572-0.125c0.219-0.084 0.439-0.099 0.657-0.041l0.656-0.043c0.437-0.115 0.749-0.14 0.943-0.088l0.531 0.041 0.74 0.047 1.104 0.215 0.984 0.083 0.699-0.297c0.167 0 0.344 0.109 0.536 0.339l0.412 0.297h0.859l0.287 0.339-0.041 0.213 0.244 0.683 0.167-0.089 0.371-0.421 0.405 0.635-0.489-0.167c-0.192 0-0.301 0.141-0.328 0.423l0.412 0.083 0.161 0.215 0.244-0.084c0.141-0.057 0.277-0.027 0.412 0.084 0.167 0.088 0.276 0.187 0.328 0.296l0.245 0.344h0.536c0-0.088 0.011-0.145 0.036-0.172 0.032-0.057 0.057-0.099 0.084-0.125l0.083 0.423h0.167l0.12-0.125 0.125 0.213 0.125-0.344c0.353 0 0.557-0.025 0.615-0.083 0-0.084-0.032-0.156-0.084-0.213l-0.167-0.213c0-0.141 0.109-0.199 0.328-0.167l0.579 0.167 0.407-0.043 0.244 0.213 0.084 0.172c-0.245-0.057-0.412-0.047-0.489 0.043-0.057 0.057-0.068 0.156-0.043 0.296l0.287 0.256c0 0.197 0.093 0.411 0.287 0.635l0.167-0.167 0.036-0.344 0.167 0.215h0.699c0.135 0 0.244 0.156 0.328 0.468l0.125 0.427 0.161 0.125 0.208-0.213 0.651 0.213 0.125-0.213 0.203-0.083c0.109-0.089 0.183-0.157 0.209-0.215v-0.213l-0.084-0.213 0.573 0.172c0.109-0.115 0.177-0.197 0.203-0.255-0.052-0.141-0.104-0.215-0.161-0.215l-0.412-0.083v-0.213l0.125-0.297 0.125-0.255c0.135 0.083 0.219 0.156 0.244 0.213l0.204 0.297 0.573-0.084 1.025 0.891 0.292-0.041 0.287 0.38 0.244 0.131c-0.083 0.113-0.083 0.239 0 0.38l0.287-0.125h0.287l0.245 0.421 0.244 0.428c0.219 0 0.385 0.025 0.495 0.083l0.161 0.765 0.453 0.256 0.371 0.129c0 0.141-0.027 0.256-0.084 0.339l0.084 0.428 0.124 0.249-0.041 0.303 0.161-0.089c0.109-0.14 0.193-0.224 0.251-0.255zM21.573 7.136c0.083 0.083 0.083 0.208 0 0.38-0.027 0.057-0.109 0.099-0.245 0.124-0.083-0.083-0.083-0.208 0-0.38 0.027-0.057 0.109-0.099 0.245-0.124zM29.979 15.036c0.084 0.089 0.084 0.199 0 0.339l-0.203 0.089-0.041-0.297c0-0.084 0.015-0.14 0.041-0.172 0.052-0.025 0.12-0.011 0.203 0.041zM28.255 12.959c0.057 0.052 0.084 0.192 0.084 0.421-0.109 0.057-0.219 0.073-0.328 0.041-0.136-0.083-0.161-0.213-0.084-0.38 0.057-0.145 0.167-0.172 0.328-0.083zM16.651 7.303l-0.244 0.468 0.12-0.339zM22.312 23.708l-0.167-0.255 0.167-0.131c0.136 0.032 0.188 0.131 0.161 0.303zM29.161 17.375c-0.167-0.115-0.276-0.224-0.328-0.339l0.245 0.167zM12.755 24.937l0.204-0.208 0.203-0.131zM30.385 13.932l-0.12 0.256-0.041 0.129-0.041-0.301zM30.593 16.016l-0.083 0.38zM27.683 11.339l0.12 0.172-0.163 0.041-0.167-0.125zM20.339 21.328l-0.161 0.131zM19.479 7.005l-0.041 0.213zM28.213 11.719l-0.077 0.213zM28.052 18.651l0.084 0.125-0.125 0.084 0.041-0.215zM20.177 7.26l-0.084 0.125zM22.391 22.771l-0.079 0.172zM13.161 13.677l-0.161 0.172zM12.917 25.875l-0.043 0.213zM25.344 9.255l0.083 0.131-0.208-0.088zM18.661 20.817l-0.041 0.167 0.036-0.167zM28.136 12.188l-0.043 0.172 0.037-0.172zM27.844 14.188l-0.079 0.124zM28.38 19.459l-0.125 0.083zM2.255 8.833l-0.041 0.208 0.041-0.213zM29.735 15.927l-0.167 0.089zM29.197 15.631l-0.244 0.047zM20.547 24.729l-0.041 0.125zM28.828 16.527v-0.215zM30.839 13.677c-0.027 0.057-0.041 0.115-0.041 0.172 0-0.089 0.015-0.147 0.041-0.172zM2.011 8.027l-0.041 0.167zM25.344 11.719l-0.167 0.047zM24.688 9.172l-0.084 0.125zM14.563 6.749l-0.125 0.043zM18.661 8.448l-0.041 0.172zM18.088 8.407l-0.083 0.083zM12.792 25.579l-0.037 0.167zM27.599 14.953l-0.083-0.089zM17.511 8.151l-0.084-0.083zM30.677 13.547c0-0.224-0.041-0.407-0.125-0.552-0.057-0.14-0.151-0.265-0.287-0.38l-0.041 0.552 0.287 0.131c0.025 0.083 0.025 0.151 0 0.208zM27.473 12.531l-0.077-0.088zM29.115 14.443l-0.203-0.041-0.245-0.385 0.079-0.339-0.371 0.255 0.209 0.256 0.041 0.124-0.495 0.215 0.328 0.041c0.057 0.057 0.109 0.099 0.167 0.129 0.083 0.027 0.135 0.043 0.161 0.043zM28.297 13.677l-0.167-0.131-0.287-0.083-0.125-0.213-0.161 0.171-0.125 0.297 0.328 0.131c0.167 0 0.287 0.041 0.371 0.124zM21.12 9.041l-0.161-0.083-0.251-0.125c-0.109 0-0.161 0.027-0.161 0.084l0.041 0.255 0.287 0.172zM26.041 18.099l0.084-0.511c0-0.452-0.167-0.937-0.495-1.448-0.271-0.509-0.631-0.921-1.068-1.228-0.355-0.344-0.844-0.641-1.475-0.896l-1.64-0.719-0.615-0.385-0.901-0.339-0.943-0.297-1.52-0.344-0.491-0.083c-0.244 0-0.437 0.031-0.572 0.083-0.109 0.032-0.152 0.131-0.125 0.303l0.489 0.973c0.251 0.453 0.48 0.765 0.699 0.937l0.369 0.256v0.255l0.412 0.505 0.041 0.344c0.109 0.083 0.192 0.125 0.244 0.125 0.136 0.088 0.313 0.296 0.532 0.64l0.453 0.552 0.697 1.021 0.615 1.104 0.287 0.849-0.084 0.552 0.167 0.255-0.167 0.256c-0.077 0.083-0.077 0.171 0 0.255l0.287-0.084 0.495-0.213c0.136 0 0.371-0.088 0.699-0.255l0.9-0.427 1.272-0.511c0.52-0.224 0.891-0.453 1.109-0.677l0.161-0.427c0-0.199 0.025-0.339 0.083-0.428z\"/>\n</svg>\n</li><li title=\"cib django \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M14.859 0h5.234v24.219c-2.682 0.51-4.656 0.714-6.797 0.714-6.385 0-9.714-2.885-9.714-8.427 0-5.333 3.531-8.797 9-8.797 0.849 0 1.495 0.068 2.276 0.271zM14.859 12.193c-0.568-0.193-1.167-0.286-1.766-0.276-2.651 0-4.177 1.63-4.177 4.49 0 2.786 1.458 4.313 4.146 4.313 0.578 0 1.052-0.031 1.797-0.135v-8.396zM28.417 8.078v12.13c0 4.177-0.302 6.188-1.219 7.917-0.849 1.667-1.974 2.719-4.281 3.875l-4.859-2.313c2.307-1.089 3.432-2.036 4.146-3.5 0.745-1.495 0.984-3.229 0.984-7.781v-10.328zM23.188 0.026h5.229v5.37h-5.229z\"/>\n</svg>\n</li><li title=\"cib docker \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M6.427 23.031c-0.911 0-1.739-0.744-1.739-1.651s0.744-1.656 1.739-1.656c1 0 1.751 0.745 1.751 1.656 0 0.907-0.833 1.651-1.745 1.651zM27.776 14.016c-0.183-1.323-1-2.401-2.079-3.224l-0.421-0.333-0.339 0.411c-0.656 0.745-0.921 2.068-0.839 3.057 0.079 0.751 0.317 1.495 0.74 2.073-0.344 0.177-0.76 0.333-1.084 0.505-0.76 0.249-1.5 0.333-2.239 0.333h-21.385l-0.084 0.489c-0.156 1.579 0.084 3.229 0.751 4.724l0.328 0.579v0.077c2 3.313 5.557 4.803 9.437 4.803 7.459 0 13.573-3.224 16.473-10.177 1.901 0.083 3.819-0.412 4.719-2.235l0.24-0.411-0.396-0.251c-1.083-0.661-2.563-0.749-3.801-0.416l-0.027 0.005zM17.099 12.693h-3.239v3.228h3.239zM17.099 8.636h-3.239v3.228h3.239zM17.099 4.495h-3.239v3.229h3.239zM21.057 12.693h-3.219v3.228h3.229v-3.228zM9.063 12.693h-3.219v3.228h3.229v-3.228zM13.099 12.693h-3.197v3.228h3.219v-3.228zM5.063 12.693h-3.199v3.228h3.24v-3.228zM13.099 8.636h-3.197v3.228h3.219v-3.224zM9.041 8.636h-3.192v3.228h3.219v-3.224l-0.021-0.004z\"/>\n</svg>\n</li><li title=\"cib docusign \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M12.688 4.411h6.625v8.828h4.411l-7.724 8.828-7.724-8.828h4.411zM0 25.38h32v2.203h-32z\"/>\n</svg>\n</li><li title=\"cib dot net \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M4.224 10.089v11.667h1.365v-8.438c0.010-0.531-0.010-1.068-0.068-1.599h0.052c0.099 0.255 0.224 0.5 0.37 0.729l6 9.302h1.672v-11.661h-1.359v8.203c-0.016 0.573 0.016 1.146 0.083 1.714h-0.031c-0.073-0.141-0.234-0.401-0.474-0.781l-5.839-9.135zM16.641 10.089v11.667h6.203l0.005-1.281h-4.813v-4.047h4.214v-1.229h-4.214v-3.875h4.521v-1.234zM23.891 10.089v1.234h3.354v10.432h1.365v-10.432h3.391v-1.234zM0.87 20.089c-0.229 0.005-0.448 0.104-0.609 0.276-0.167 0.167-0.26 0.401-0.26 0.641-0.005 0.24 0.094 0.469 0.26 0.641s0.401 0.271 0.641 0.266c0.245 0 0.474-0.094 0.641-0.266 0.172-0.167 0.271-0.401 0.271-0.641s-0.099-0.474-0.271-0.641c-0.167-0.177-0.396-0.276-0.641-0.276-0.010 0-0.021 0-0.031 0z\"/>\n</svg>\n</li><li title=\"cib draugiem lv \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M10.869 20.131c0.068 0.457 0.188 0.744 0.376 0.921 0.187 0.172 0.452 0.24 0.791 0.281 0.407-0.041 0.683-0.136 0.871-0.401 0.109-0.172 0.181-0.443 0.219-0.812l0.129-1.547v-0.027l-0.025-0.24-0.041-0.228-0.037-0.235-0.047-0.219-0.036-0.229-0.041-0.224-0.043-0.219-0.036-0.224-0.036-0.213-0.043-0.204-0.041-0.197v-0.183l-0.036-0.183-0.043-0.176-0.020-0.167-0.041-0.156-0.037-0.136-0.041-0.224-0.063-0.224-0.063-0.24-0.057-0.239-0.015-0.267-0.073-0.271-0.057-0.276-0.073-0.281-0.036-0.281-0.057-0.285-0.041-0.281-0.027-0.324-0.016-0.281-0.015-0.301v-0.536l0.025-0.281 0.047-0.281 0.063-0.281 0.079-0.265 0.12-0.261 0.197-0.344c-0.265-0.061-0.588-0.104-0.921-0.104-0.147 0-0.265 0-0.401 0.027-3.104 0.265-1.839 3.781-1.307 5.708 0.375 1.333 0.801 4.453 0.963 5.412l-0.025-0.027zM11.245 8.579c0.119 0.036 0.239 0.057 0.38 0.057 0.635 0 1.052-0.339 1.276-0.86 0.151-0.36 0.219-0.803 0.203-1.26-0.016-0.401-0.093-0.761-0.219-1.079-0.255-0.625-0.719-1.041-1.416-1.041-0.1 0-0.183 0-0.24 0.020-0.901 0.147-1.303 1.037-1.26 2.147 0.015 1.036 0.416 1.907 1.239 2.104l0.037-0.079zM12.907 13.697c0.109 0.485 0.224 0.923 0.312 1.303 0.38 1.541 0.751 5.125 0.885 6.224 0.136 1.099 0.521 1.317 1.297 1.401 0.765-0.057 1.156-0.303 1.287-1.38 0.129-1.079 0.505-4.661 0.875-6.204 0.088-0.375 0.213-0.812 0.317-1.281 0.349-1.4 0.625-3.052 0-4.129-0.391-0.683-1.151-1.12-2.479-1.12-1.339 0-2.109 0.437-2.495 1.145-0.62 1.079-0.339 2.745 0 4.147zM15.38 7.995h0.021c1.197 0 1.776-1.099 1.776-2.443s-0.563-2.459-1.761-2.459h-0.015c-1.213 0-1.771 1.12-1.771 2.48 0 1.359 0.557 2.453 1.781 2.453v-0.043zM19.151 8.995c-0.359 0-0.681 0.041-0.943 0.099l0.063 0.104 0.141 0.256 0.099 0.265 0.077 0.281 0.063 0.281 0.043 0.281 0.015 0.307v0.584l-0.015 0.307v0.224l-0.084 0.573-0.057 0.287-0.063 0.276-0.057 0.281-0.063 0.276-0.063 0.265-0.067 0.26-0.084 0.261-0.063 0.239-0.041 0.245-0.068 0.224-0.020 0.12-0.043 0.156-0.041 0.183-0.031 0.181-0.021 0.172-0.041 0.161v0.043l-0.041 0.197-0.037 0.203-0.025 0.215-0.043 0.224-0.025 0.224-0.041 0.219-0.027 0.239-0.016 0.219-0.061 0.719v0.021c0.061 0.661 0.099 1.24 0.119 1.563 0.043 0.38 0.1 0.635 0.224 0.817 0.183 0.265 0.464 0.36 0.881 0.401 0.343-0.041 0.599-0.093 0.796-0.292 0.204-0.161 0.308-0.459 0.385-0.921 0.161-0.937 0.589-4.068 0.948-5.407 0.537-1.932 1.803-5.443-1.307-5.708-0.141-0.021-0.261-0.021-0.396-0.021l0.016-0.068zM19.172 8.636c0.12 0 0.24-0.016 0.359-0.043 0.803-0.197 1.204-1.057 1.24-2.077 0.041-1.079-0.359-2-1.265-2.12-0.079-0.027-0.161-0.027-0.24-0.027-0.719 0-1.187 0.443-1.427 1.057-0.12 0.319-0.199 0.693-0.199 1.095-0.025 0.479 0.037 0.916 0.199 1.276 0.213 0.536 0.64 0.88 1.281 0.88l0.036-0.063zM22.891 10.235c5.724 0.083 9.068 3.604 5.281 8.405-1.76 2.224-4.708 4.428-8.651 5.829l-0.563 0.197c-0.385 0.12-0.745 0.24-1.104 0.344-0.871 0.24-1.683 0.459-2.485 0.62-0.864 0.181-1.703 0.301-2.505 0.396-0.583 0.067-1.145 0.109-1.667 0.109-3.661 0.104-6.421-0.896-7.317-3.043-1.083-2.557 1.093-6.12 5.48-8.839-3.24 1.292-9.12 4.385-9.381 8.761v0.557c0.021 0.468 0.1 0.905 0.261 1.391 0.943 2.957 5.344 4.359 10.943 3.864 0.547-0.041 1.104-0.099 1.667-0.188 0.807-0.109 1.64-0.28 2.479-0.479 0.808-0.172 1.641-0.412 2.489-0.683l0.557-0.172c0.38-0.119 0.745-0.239 1.104-0.38 4.86-1.76 8.469-4.099 10.568-6.801 1.199-1.537 1.817-2.975 1.937-4.24v-0.979c-0.344-3.213-4.077-5.1-9.167-4.579l0.057-0.063z\"/>\n</svg>\n</li><li title=\"cib dribbble \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16 32c-8.817 0-16-7.183-16-16s7.183-16 16-16c8.817 0 16 7.183 16 16s-7.183 16-16 16zM29.495 18.188c-0.468-0.147-4.229-1.271-8.516-0.584 1.787 4.912 2.516 8.912 2.657 9.745 3.067-2.073 5.249-5.36 5.859-9.161zM21.339 28.599c-0.203-1.197-1-5.375-2.917-10.359l-0.088 0.025c-7.719 2.688-10.479 8.037-10.719 8.537 2.303 1.807 5.224 2.885 8.385 2.885 1.891 0 3.693-0.385 5.333-1.084zM5.849 25.161c0.307-0.536 4.057-6.74 11.109-9.021 0.177-0.061 0.359-0.113 0.536-0.161-0.344-0.781-0.719-1.557-1.109-2.317-6.823 2.036-13.443 1.953-14.041 1.937l-0.005 0.417c0 3.511 1.328 6.719 3.511 9.14zM2.62 13.219c0.615 0.011 6.244 0.036 12.635-1.661-2.265-4.027-4.708-7.412-5.067-7.907-3.824 1.803-6.677 5.323-7.568 9.563zM12.803 2.735c0.375 0.511 2.859 3.885 5.093 8 4.859-1.817 6.921-4.584 7.167-4.932-2.417-2.152-5.589-3.448-9.063-3.448-1.099 0-2.172 0.129-3.197 0.38zM26.579 7.38c-0.287 0.385-2.579 3.323-7.631 5.385 0.317 0.656 0.625 1.313 0.907 1.984 0.109 0.24 0.197 0.48 0.291 0.704 4.548-0.573 9.068 0.349 9.521 0.443-0.027-3.229-1.172-6.188-3.079-8.511z\"/>\n</svg>\n</li><li title=\"cib drone \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M20.093 18.177c0 2.26-1.833 4.093-4.093 4.093s-4.093-1.833-4.093-4.093c0-5.459 8.187-5.459 8.187 0zM16 2.473c7.145 0.057 15.271 5.095 16 14.589h-9.677c0 0-1.244-5.245-6.323-5.208-5.079 0.031-6.323 5.208-6.323 5.208h-9.677c0.469-9.328 8.459-14.647 16-14.589zM16.068 29.527c-5.328 0.015-10.308-4.005-12.349-10.235h5.959c0 0 1.281 5.187 6.359 5.151 5.084-0.031 6.292-5.151 6.292-5.151h5.953c-1.328 6.588-6.885 10.219-12.213 10.235z\"/>\n</svg>\n</li><li title=\"cib dropbox \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M8 2.412l-8 5.093 8 5.093 8-5.093zM24 2.412l-8 5.093 8 5.093 8-5.093zM0 17.697l8 5.1 8-5.1-8-5.093zM24 12.604l-8 5.093 8 5.1 8-5.1zM8 24.495l8 5.093 8-5.093-8-5.093z\"/>\n</svg>\n</li><li title=\"cib drupal \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M27.266 4.734c-2.922-3.057-6.953-4.724-11.266-4.724-8.76 0-15.99 7.229-15.99 15.99s7.229 15.99 15.99 15.99c8.76 0 15.995-7.229 15.995-15.99 0-4.313-1.672-8.344-4.729-11.266zM16 26.427c-4.865 0-8.76-3.891-8.76-8.755 0-4.036 2.781-6.818 5.146-9.182 1.667-1.667 3.198-3.198 3.615-5.005 0.417 1.667 1.948 3.198 3.615 4.865 2.365 2.365 5.146 5.146 5.146 9.182 0 4.865-3.891 8.76-8.76 8.896z\"/>\n</svg>\n</li><li title=\"cib dtube \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M30.135 7.333c-1.172-2.255-2.969-4.125-5.177-5.385-2.292-1.286-4.891-1.938-7.521-1.896h-17.198l9.214 5.333h7.984c2.589 0 4.547 0.828 5.896 2.51 1.333 1.667 2 4.104 2 7.344v1.693c-0.016 3.12-0.708 5.521-2.068 7.203-1.359 1.677-3.333 2.516-5.891 2.516h-8.229l-9.146 5.281h17.505c2.786 0 5.297-0.651 7.51-1.917 2.214-1.271 3.932-3.068 5.156-5.365 1.229-2.292 1.828-4.932 1.828-7.906v-1.464c0-2.964-0.625-5.599-1.865-7.948zM0.172 5.281v21.464l18.589-10.745z\"/>\n</svg>\n</li><li title=\"cib duckduckgo \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16 0c-8.839 0-16 7.161-16 16s7.161 16 16 16c8.839 0 16-7.161 16-16s-7.161-16-16-16zM16 30.667c-8.099 0-14.667-6.568-14.667-14.667s6.568-14.667 14.667-14.667c8.099 0 14.667 6.568 14.667 14.667s-6.568 14.667-14.667 14.667zM29.625 16c0 6.406-4.422 11.776-10.38 13.234-0.359-0.698-0.708-1.359-1-1.917 0.859 0.328 2.573 0.953 2.943 0.818 0.505-0.193 0.38-4.198-0.182-4.328-0.453-0.099-2.177 1.12-2.859 1.615l0.047 0.208c0.104 0.526 0.193 1.323 0.042 1.661 0 0.005-0.005 0.016-0.005 0.016-0.021 0.047-0.052 0.089-0.094 0.12-0.375 0.25-1.438 0.38-2 0.25-0.031-0.005-0.057-0.016-0.089-0.026-0.922 0.526-2.677 1.479-3 1.297-0.438-0.255-0.5-3.573-0.438-4.385 0.047-0.615 2.203 0.38 3.255 0.906 0.234-0.219 0.802-0.365 1.307-0.417-0.76-1.849-1.318-3.969-0.979-5.474 0 0.005 0.005 0.005 0.005 0.005 0.474 0.328 3.641 1.401 5.214 1.37s4.151-0.99 3.87-1.766c-0.281-0.771-2.849 0.682-5.521 0.432-1.984-0.182-2.333-1.073-1.896-1.719 0.552-0.818 1.557 0.151 3.214-0.344 1.661-0.495 3.984-1.38 4.844-1.859 1.995-1.115-0.833-1.573-1.5-1.266-0.63 0.297-2.828 0.849-3.849 1.094 0.568-2.021-0.807-5.531-2.344-7.068-0.5-0.5-1.271-0.813-2.141-0.979-0.333-0.458-0.87-0.896-1.63-1.302-1.474-0.771-3.156-1.047-4.797-0.781l-0.031 0.005-0.042 0.005 0.005 0.005c-0.198 0.036-0.318 0.104-0.479 0.13 0.198 0.021 0.943 0.37 1.411 0.557-0.234 0.089-0.552 0.146-0.797 0.245-0.094 0.016-0.182 0.036-0.271 0.073-0.229 0.109-0.406 0.5-0.401 0.688 1.12-0.115 2.776-0.031 3.99 0.328-0.859 0.12-1.646 0.344-2.214 0.646-0.021 0.010-0.042 0.021-0.068 0.036-0.068 0.026-0.141 0.057-0.198 0.089-1.823 0.958-2.63 3.203-2.151 5.896 0.432 2.432 2.219 10.786 3.052 14.755-5.297-1.87-9.094-6.917-9.094-12.854 0-7.526 6.099-13.625 13.625-13.625s13.625 6.099 13.625 13.625zM12.125 12.776c-0.557 0-1.010 0.453-1.010 1.010s0.453 1.010 1.010 1.010c1.349 0 1.349-2.021 0-2.021zM12.578 13.708c-0.146 0-0.26-0.115-0.26-0.26 0-0.141 0.115-0.26 0.26-0.26 0.349 0 0.349 0.521 0 0.521zM18.875 12.318c-0.49-0.016-0.901 0.375-0.901 0.87 0 0.49 0.411 0.885 0.901 0.865 1.156 0 1.156-1.734 0-1.734zM19.26 13.12c-0.12 0-0.224-0.099-0.224-0.224 0-0.12 0.104-0.224 0.224-0.224 0.302 0 0.302 0.448 0 0.448zM12.417 10.859c0 0-0.76-0.344-1.5 0.12-0.74 0.469-0.714 0.943-0.714 0.943s-0.391-0.875 0.656-1.307c1.047-0.427 1.557 0.245 1.557 0.245zM19.401 10.792c0 0-0.547-0.313-0.974-0.307-0.875 0.010-1.109 0.396-1.109 0.396s0.146-0.917 1.26-0.734c0.365 0.068 0.672 0.307 0.823 0.646z\"/>\n</svg>\n</li><li title=\"cib dynatrace \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M12.495 0c-0.411 0.010-1.24 0.12-2.026 0.87-1.161 1.099-6.964 6.609-9.297 8.823-1.052 1.005-0.958 2.125-0.958 2.219v0.505c0.089-0.391 0.25-0.667 0.568-1.104 0.661-0.818 1.734-1.047 2.172-1.094 2.891-0.391 5.792-0.635 8.703-0.734 5.781-0.182 9.599 0.302 9.599 0.302l8.109-7.724c0 0-4.25-0.802-9.094-1.37-2.495-0.302-5.005-0.531-7.516-0.682-0.026 0-0.12-0.016-0.26-0.010zM30.578 3.344l-8.089 7.719c0 0 0.297 3.844-0.182 9.599-0.255 3.266-0.781 6.49-1.167 8.656-0.068 0.438-0.344 1.49-1.234 2.13-0.385 0.26-0.656 0.391-0.995 0.479 2.057-0.677 1.453-9.396 1.453-9.396-5.781 0.182-9.62-0.292-9.62-0.292l-8.109 7.719c0 0 4.292 0.849 9.135 1.396 2.745 0.318 6.448 0.573 6.974 0.615 0.026 0 0.057-0.005 0.089-0.016-0.016 0.005-0.031 0.016-0.047 0.016 0.182 0 0.344 0.021 0.505 0.021 0.115 0 1.234 0.141 2.286-0.865 2.328-2.214 8.109-7.745 9.25-8.844 1.052-1.005 0.964-2.125 0.964-2.24-0.005-2.516-0.099-5.031-0.276-7.536-0.323-4.87-0.938-9.161-0.938-9.161zM5.141 11.073c-2.307 0.005-4.677 0.276-4.927 1.359 0.021 1.625 0.068 4.188 0.271 7.042 0.323 4.87 0.938 9.182 0.938 9.182l8.109-7.719c-0.021 0.021-0.318-3.844 0.161-9.599 0 0-2.245-0.271-4.552-0.266z\"/>\n</svg>\n</li><li title=\"cib ebay \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M8.073 16.172v-6.557h1.604v4.031c0.786-0.938 1.865-1.208 2.932-1.208 1.786 0 3.771 1.208 3.771 3.807 0 0.313-0.021 0.609-0.078 0.891 0.318-1.271 1.698-1.74 3.859-1.792 0.682-0.021 1.464-0.021 2.083-0.021v-0.182c0-1.177-0.745-1.656-2.042-1.656-0.958 0-1.661 0.396-1.74 1.078h-1.703c0.182-1.719 2-2.161 3.583-2.161 1.417 0 2.661 0.359 3.219 1.359l-0.578-1.12h1.88l2.74 5.5 2.74-5.5h1.656l-4.958 9.74h-1.797l1.427-2.719-3.104-5.839c0.172 0.339 0.266 0.74 0.266 1.24v3.281c0 0.458 0.010 0.917 0.052 1.339h-1.484c-0.042-0.339-0.063-0.682-0.063-1.021-0.802 0.979-1.76 1.281-3.094 1.281-1.974 0-3.031-1.042-3.031-2.26 0-0.203 0.021-0.38 0.052-0.542-0.401 1.661-1.813 2.781-3.688 2.781-1.161 0-2.26-0.417-2.938-1.24 0 0.323-0.016 0.661-0.052 0.979h-1.573c0.026-0.521 0.052-1.141 0.052-1.661v-1.401h-6.438c0.083 1.464 1.089 2.323 2.469 2.323 0.958 0 1.807-0.401 2.094-1.24h1.651c-0.318 1.719-2.146 2.297-3.719 2.297-2.859 0.031-4.125-1.552-4.125-3.672 0-2.339 1.307-3.88 4.156-3.88 2.25 0 3.906 1.182 3.917 3.74v0.010zM20.255 16.417c-1.458 0.047-2.359 0.313-2.359 1.266 0 0.62 0.479 1.297 1.74 1.297 1.682 0 2.583-0.922 2.583-2.422v-0.172c-0.599 0-1.323 0.010-1.979 0.031zM12.177 18.917c1.479 0 2.5-1.073 2.5-2.693s-1.021-2.693-2.521-2.693c-1.479 0-2.521 1.073-2.521 2.693s1.021 2.693 2.5 2.693zM6.375 15.568c-0.057-1.5-1.135-2.063-2.297-2.063-1.26 0-2.26 0.63-2.422 2.063z\"/>\n</svg>\n</li><li title=\"cib eclipseide \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M14.813 0.031c-0.365 0.005-0.807 0.016-0.984 0.031-4.859 0.417-9.203 3.297-11.724 7.75-1.203 2.151-1.911 4.547-2.078 7.005-0.052 0.688-0.026 2.323 0.047 2.943 0.406 3.578 1.802 6.745 4.094 9.286 2.615 2.896 6.115 4.625 9.917 4.885 0.557 0.042 1.391 0.052 1.359 0.016-0.146-0.047-0.297-0.078-0.453-0.099-2.229-0.443-4.516-1.505-6.365-2.979-1.255-1.005-2.359-2.188-3.271-3.51-1.745-2.573-2.734-5.583-2.844-8.693-0.083-1.927 0.167-3.859 0.745-5.698 1.047-3.365 3.161-6.302 5.969-8.307 1.688-1.219 3.609-2.073 5.651-2.5l0.589-0.13zM16.776 0.714c-2.583 0.151-5.036 1.021-7.042 2.484-2.5 1.828-4.411 4.328-5.443 7.13-0.193 0.531-0.375 1.094-0.375 1.172 0 0.016 5.104 0.031 13.745 0.031 11.286 0 13.755-0.010 13.755-0.047 0-0.063-0.203-0.698-0.375-1.172-0.203-0.557-0.771-1.745-1.094-2.297-0.531-0.911-1.214-1.828-1.964-2.656-2.203-2.427-4.792-3.911-7.76-4.443-1.047-0.188-2.401-0.266-3.448-0.203zM31.771 13.292c-0.026 0-6.385 0-14.141 0.005l-14.099 0.010-0.016 0.078c-0.047 0.214-0.177 1.443-0.177 1.661 0 0.036 2.375 0.042 14.328 0.042h14.333v-0.099c0-0.135-0.094-1.057-0.141-1.406-0.026-0.214-0.052-0.292-0.083-0.292zM17.677 16.807c-12.495-0.005-14.307 0-14.323 0.047-0.031 0.052 0.031 0.745 0.099 1.297 0.026 0.208 0.047 0.396 0.047 0.422 0 0.031 2.849 0.047 14.167 0.047h14.161l0.036-0.255c0.057-0.432 0.135-1.292 0.125-1.422l-0.010-0.125zM17.682 20.432c-11.844 0-13.766 0.005-13.766 0.047 0 0.026 0.073 0.276 0.161 0.557 0.589 1.828 1.526 3.521 2.76 4.99 0.375 0.458 1.26 1.38 1.641 1.719 2.089 1.865 4.328 2.953 6.906 3.37 0.807 0.125 1.182 0.151 2.333 0.146 1.214 0 1.729-0.042 2.698-0.234 2.813-0.552 5.219-1.932 7.375-4.224 1.688-1.797 2.807-3.682 3.5-5.885l0.156-0.484z\"/>\n</svg>\n</li><li title=\"cib elastic cloud \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M30.161 25.948c-3.021 3.771-7.594 5.969-12.427 5.974-4.833-0.005-9.406-2.203-12.427-5.974 3.026-3.766 7.599-5.953 12.427-5.948 5.010 0 9.521 2.349 12.427 5.974zM13.76 16c0-2.026 1.667-3.984 3.495-3.984h0.557c5.214 0 9.469-2.349 12.385-5.974-3.042-3.771-7.62-5.964-12.464-5.974-4.833 0-9.406 2.198-12.427 5.974-2.281 2.818-3.516 6.333-3.505 9.958 0 2.589 0.599 5.016 1.719 7.172 2.755-3.052 6.427-5.135 10.464-5.932-0.12-0.401-0.24-0.839-0.24-1.24z\"/>\n</svg>\n</li><li title=\"cib elastic search \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M15.027 20.771h-12.881c-0.484-1.541-0.724-3.151-0.719-4.771 0-1.667 0.24-3.265 0.719-4.771h21.147c2.64-0.011 4.781 2.131 4.776 4.771 0.015 2.625-2.109 4.765-4.735 4.771zM14.427 22.375h-11.692c1.229 2.823 3.265 5.224 5.853 6.907 2.589 1.719 5.636 2.636 8.745 2.625 5.531 0 10.375-2.828 13.24-7.068-1.521-1.573-3.609-2.469-5.803-2.479zM24.771 9.64c2.271 0 4.333-0.957 5.803-2.468-3.24-4.828-8.855-7.511-14.652-7-5.791 0.516-10.848 4.14-13.187 9.468z\"/>\n</svg>\n</li><li title=\"cib elastic stack \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M0.094 3.266c0.016-1.745 1.427-3.156 3.172-3.172h25.469c1.745 0.016 3.156 1.427 3.172 3.172v6.375h-31.813zM0.094 22.359h15.104v9.547h-11.932c-1.719 0-3.13-1.37-3.172-3.094zM16.802 22.359h15.104v6.375c0 1.703-1.469 3.172-3.172 3.172h-11.932zM0.094 11.229h31.813v9.542h-31.813z\"/>\n</svg>\n</li><li title=\"cib elastic \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M27.093 21.755l-5.26-1.233-1.401-2.667 6.885-6.032c2.043 0.771 3.401 2.729 3.401 4.923 0 2.249-1.489 4.301-3.625 5.009zM23.136 27.973c-0.819 0-1.62-0.276-2.276-0.776l1.041-5.421 4.776 1.12c0.151 0.411 0.229 0.849 0.229 1.307 0 2.084-1.688 3.771-3.771 3.771zM19.631 27.197c-1.464 2.163-3.907 3.459-6.521 3.453-4.355 0-7.896-3.541-7.896-7.891 0-0.536 0.052-1.063 0.156-1.572l6.865-6.209 7.011 3.193 1.552 2.968zM1.287 15.255c0-2.249 1.484-4.301 3.62-5.009l5.249 1.244 1.235 2.631-6.713 6.068c-2.037-0.776-3.391-2.735-3.391-4.933zM8.864 4.027c0.829 0 1.631 0.271 2.292 0.771l-1.047 5.437-4.787-1.125c-0.151-0.416-0.229-0.855-0.229-1.312 0-2.079 1.693-3.771 3.771-3.771zM12.401 4.807c1.473-2.14 3.896-3.421 6.495-3.421 4.339 0 7.869 3.532 7.869 7.875 0 0.532-0.047 1.037-0.151 1.547l-7.041 6.172-6.98-3.181-1.364-2.912zM31.953 16.76c0-2.677-1.661-5.015-4.156-5.921 0.115-0.568 0.167-1.141 0.167-1.713 0-4.969-4.043-9.016-9.011-9.016-2.907 0-5.604 1.396-7.303 3.74-0.839-0.652-1.869-1.005-2.927-1-2.641 0-4.787 2.145-4.787 4.781 0 0.583 0.104 1.14 0.297 1.667-2.48 0.896-4.183 3.287-4.183 5.948 0 2.687 1.667 5.031 4.172 5.937-0.109 0.563-0.167 1.135-0.167 1.713 0 4.959 4.036 8.989 8.995 8.989 2.912 0 5.609-1.396 7.297-3.755 0.839 0.661 1.864 1.020 2.932 1.020 2.636 0 4.781-2.14 4.781-4.781 0-0.583-0.104-1.14-0.297-1.667 2.48-0.896 4.188-3.287 4.188-5.943z\"/>\n</svg>\n</li><li title=\"cib electron \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M3.531 15.573c-1.385-2.417-1.667-4.672-0.682-6.375 1.318-2.286 4.625-3.083 8.807-2.323 0.24 0.036 0.406 0.266 0.365 0.505-0.047 0.24-0.281 0.396-0.521 0.339-3.865-0.703-6.813 0.010-7.906 1.906-0.807 1.396-0.568 3.344 0.682 5.521 0.13 0.208 0.063 0.479-0.151 0.604-0.214 0.12-0.484 0.042-0.594-0.177zM23.422 7.479c2.448 0.031 4.208 0.792 5.005 2.167 1.094 1.891 0.24 4.792-2.292 7.781-0.172 0.182-0.156 0.469 0.031 0.625 0.188 0.161 0.474 0.13 0.62-0.068 2.74-3.234 3.698-6.49 2.38-8.766-0.969-1.677-3.010-2.563-5.729-2.599-0.245-0.016-0.458 0.177-0.458 0.427-0.005 0.245 0.198 0.443 0.448 0.432zM20.953 27.797c-0.203-0.12-0.469-0.057-0.589 0.146-1.245 2.073-2.776 3.198-4.349 3.198-2.188 0-4.276-2.193-5.599-5.891-0.073-0.229-0.328-0.354-0.552-0.271-0.229 0.083-0.344 0.339-0.255 0.563 1.427 3.995 3.771 6.458 6.406 6.458 1.917 0 3.693-1.307 5.083-3.615 0.12-0.203 0.057-0.464-0.146-0.589zM30.76 24.339c-0.005 1.672-1.891 2.635-3.25 1.667-3.271 1.927-9.526 0.948-15.411-2.453-2.505-1.448-4.703-3.188-6.396-5.047-0.167-0.172-0.161-0.453 0.021-0.62 0.177-0.161 0.458-0.146 0.615 0.042 1.63 1.792 3.755 3.479 6.187 4.88 5.557 3.208 11.406 4.161 14.396 2.542-0.667-1.172-0.042-2.656 1.26-3 1.307-0.344 2.583 0.641 2.578 1.99zM5.344 24.339c0.005 1.589-1.724 2.578-3.094 1.771-1.37-0.802-1.344-2.797 0.047-3.563-0.313-3.839 3.719-8.979 9.813-12.5 2.531-1.458 5.167-2.495 7.641-3.026 0.531-0.073 0.693 0.688 0.182 0.839-2.385 0.51-4.938 1.516-7.396 2.932-5.734 3.313-9.526 8.089-9.396 11.505 0.052-0.005 0.099-0.010 0.151-0.010 1.135 0 2.052 0.922 2.052 2.052zM13.964 2.052c0.094-2.635 4.010-2.635 4.104 0 0 0.031-0.005 0.063-0.005 0.089 3.401 1.76 5.76 7.75 5.76 14.672 0 2.849-0.396 5.578-1.141 7.948-0.063 0.234-0.307 0.375-0.542 0.302s-0.359-0.328-0.276-0.557c0.714-2.286 1.099-4.932 1.099-7.693 0-6.521-2.167-12.125-5.125-13.818-0.99 1.911-3.88 1.208-3.875-0.943zM15.703 15.359c-0.802 0.177-1.313 0.964-1.141 1.766s0.964 1.313 1.766 1.141c1.938-0.417 1.307-3.323-0.625-2.906z\"/>\n</svg>\n</li><li title=\"cib elementary \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16 0c-8.839 0-16 7.161-16 16s7.161 16 16 16c8.839 0 16-7.161 16-16s-7.161-16-16-16zM16 1.333c6.568 0 12.333 4.36 14.12 10.683-1.5 3.093-3.615 5.848-6.213 8.104-1.256 1.077-2.615 2.041-4.104 2.719-1.511 0.667-3.163 1.068-4.803 0.964-1.245-0.068-2.453-0.417-3.547-1.016 2.875-1.552 5.443-3.625 7.573-6.104 1.463-1.579 2.52-3.489 3.077-5.563 0.245-1.052 0.271-2.136 0.057-3.199-0.219-1.052-0.713-2.025-1.443-2.817-0.724-0.76-1.645-1.307-2.667-1.583-1.016-0.271-2.073-0.308-3.104-0.109-2.052 0.457-3.917 1.52-5.349 3.057-2.677 2.609-4.109 6.244-3.916 9.984 0.177 2.265 1.093 4.416 2.599 6.12-1.541 0.536-3.131 0.916-4.751 1.135-2.791-4.525-2.916-10.203-0.333-14.848 2.589-4.641 7.485-7.521 12.803-7.527zM16.093 4.292c1.027 0 2.068 0.323 2.891 0.937 0.735 0.557 1.297 1.359 1.604 2.24 0.308 0.864 0.396 1.823 0.276 2.744-0.291 1.844-1.072 3.573-2.265 5.016-2.229 2.88-5.151 5.156-8.495 6.609-0.635-0.557-1.197-1.224-1.599-1.975-0.849-1.577-1.199-3.375-1-5.156 0.161-1.76 0.776-3.468 1.599-5.057 0.869-1.88 2.271-3.463 4.032-4.557 0.905-0.495 1.932-0.801 2.957-0.801zM30.531 14.027c0.881 6.489-2.651 12.776-8.651 15.4-6 2.625-13.016 0.953-17.187-4.093 1.661-0.375 3.28-0.912 4.837-1.599 0.683 0.531 1.443 0.948 2.229 1.249 2.349 0.833 4.917 0.813 7.256-0.052 2.312-0.864 4.416-2.203 6.181-3.932 2.152-2.011 3.953-4.36 5.333-6.959z\"/>\n</svg>\n</li><li title=\"cib eleventy \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M4.516 16.041v-16h22.937v32h-22.937zM22.073 24.136c0.177-0.016 0.343-0.063 0.5-0.141 0.572-0.287 0.905-0.896 1.167-2.172 0.104-0.495 1.593-8.224 1.615-8.349 0.031-0.244-0.011-0.509-0.115-0.635-0.032-0.032-0.073-0.063-0.115-0.084l-0.079-0.041h-0.391c-0.339 0-0.396 0-0.463 0.027-0.152 0.052-0.276 0.208-0.339 0.421-0.016 0.052-0.224 1.177-0.464 2.495l-0.437 2.407-0.063-0.281c-0.745-3.396-1.021-4.604-1.057-4.708-0.027-0.084-0.079-0.156-0.14-0.213-0.141-0.147-0.157-0.147-0.756-0.147-0.547 0-0.563 0-0.667 0.099-0.115 0.105-0.161 0.287-0.145 0.557 0.005 0.157 0.057 0.36 0.916 3.713 0.885 3.448 1 3.923 1.047 4.235 0.063 0.401-0.061 0.953-0.276 1.193-0.041 0.047-0.047 0.052-0.109 0.041-0.041 0-0.161-0.036-0.276-0.068-0.353-0.104-0.479-0.099-0.615 0.037-0.124 0.129-0.181 0.333-0.181 0.681 0 0.339 0.036 0.453 0.213 0.631 0.172 0.177 0.427 0.276 0.792 0.307 0.219 0.016 0.291 0.016 0.437-0.004zM19.547 21.855c0.104-0.052 0.183-0.147 0.213-0.256 0.027-0.077 0.032-0.129 0.032-0.473s-0.005-0.401-0.032-0.475c-0.052-0.161-0.181-0.26-0.369-0.291-0.052-0.011-0.265-0.011-0.473-0.011-0.485 0-0.505-0.016-0.595-0.245-0.088-0.24-0.129-0.437-0.151-0.801-0.016-0.865-0.021-1.724-0.016-2.589v-2.353h0.469c0.604 0 0.672-0.011 0.801-0.152 0.073-0.088 0.12-0.203 0.136-0.317 0.016-0.24 0.016-0.475 0-0.713-0.036-0.213-0.136-0.36-0.281-0.428-0.079-0.036-0.088-0.036-0.599-0.041h-0.527l-0.005-1.625c0-1.452-0.005-1.635-0.025-1.708-0.037-0.14-0.136-0.26-0.265-0.328-0.073-0.031-0.1-0.031-0.428-0.036-0.359 0-0.473 0-0.572 0.052-0.115 0.052-0.199 0.177-0.245 0.369-0.021 0.073-0.047 0.459-0.104 1.683l-0.079 1.588c0 0-0.109 0-0.239 0.016-0.276 0.016-0.355 0.031-0.439 0.115-0.124 0.125-0.161 0.255-0.171 0.604-0.011 0.448 0.031 0.651 0.156 0.787 0.099 0.109 0.177 0.136 0.457 0.14l0.229 0.016v2.38c0 2.267 0.011 2.693 0.047 3.032 0.057 0.495 0.172 0.943 0.324 1.235 0.255 0.509 0.724 0.823 1.317 0.891h1.339l0.093-0.053zM9.62 21.855c0.129-0.073 0.208-0.209 0.265-0.443 0.021-0.105 0.021-0.537 0.021-6.027 0-5.579 0-5.916-0.027-6.011-0.068-0.26-0.249-0.391-0.505-0.348-0.047 0.015-0.457 0.113-0.911 0.233-0.459 0.12-0.912 0.24-1.011 0.267-0.229 0.057-0.287 0.077-0.375 0.167-0.141 0.129-0.161 0.244-0.161 0.807 0 0.552 0.020 0.667 0.156 0.807 0.124 0.125 0.255 0.131 0.609 0.037 0.135-0.032 0.255-0.063 0.265-0.063 0.016 0 0.021 1.047 0.025 5.016 0 4.583 0.005 5.025 0.027 5.119 0.063 0.272 0.151 0.396 0.312 0.453 0.048 0.021 0.177 0.027 0.652 0.021 0.577 0 0.593 0 0.656-0.036zM13.885 21.855c0.125-0.063 0.203-0.183 0.265-0.385l0.032-0.115 0.005-5.912c0-4.26 0-5.943-0.016-6.016-0.041-0.265-0.193-0.405-0.427-0.405-0.089 0-0.267 0.036-1.147 0.271-0.744 0.192-1.063 0.287-1.129 0.317-0.105 0.052-0.183 0.136-0.224 0.245-0.037 0.077-0.037 0.093-0.037 0.64 0 0.552 0 0.552 0.037 0.641 0.025 0.061 0.061 0.115 0.109 0.161 0.135 0.135 0.229 0.14 0.609 0.047 0.093-0.027 0.187-0.047 0.276-0.068 0.011 0 0.015 1.604 0.020 5.052l0.005 5.057 0.032 0.115c0.031 0.115 0.093 0.224 0.181 0.307 0.105 0.079 0.115 0.084 0.761 0.079 0.552 0 0.593 0 0.645-0.031z\"/>\n</svg>\n</li><li title=\"cib ello \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16 0c-8.828 0-16 7.172-16 16s7.172 16 16 16c8.828 0 16-7.172 16-16s-7.172-16-16-16zM25.281 18.401c-1.068 4.214-4.906 7.198-9.281 7.198s-8.214-2.984-9.281-7.198c-0.104-0.479 0.161-1.016 0.641-1.12 0.479-0.109 1.016 0.156 1.12 0.641 0.906 3.411 4 5.813 7.521 5.813s6.615-2.401 7.521-5.813c0.104-0.484 0.641-0.802 1.12-0.641 0.479 0.104 0.797 0.641 0.641 1.12z\"/>\n</svg>\n</li><li title=\"cib elsevier \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M15.12 15.255v0.224l-0.057 0.167 0.057 0.115 0.057 0.057h0.109l0.115-0.115h-0.115l-0.052 0.057h-0.057l0.057-0.115v-0.109l0.052-0.115v-0.115l-0.109-0.113-0.115-0.053h-0.172l0.115 0.053 0.115 0.061zM20.412 15.869v-0.052h-0.057l-0.057 0.167 0.115 0.115 0.109-0.057h-0.109v-0.172zM29.188 27.745l0.281 0.109 0.197 0.057-0.14-0.057-0.339-0.109zM3.807 7.26v-0.224l-0.057-0.172-0.165-0.167-0.172-0.113v0.056l0.057 0.224-0.057 0.229-0.109-0.339-0.224-0.281-0.172-0.167-0.224-0.171-0.448-0.167 0.224 0.337 0.167 0.391 0.115 0.224 0.224 0.172 0.224 0.109 0.224 0.057v0.224l0.115 0.172 0.113 0.224 0.167 0.167v-0.787zM2.907 6.921l-0.109-0.167-0.172-0.281-0.167-0.337 0.224 0.115 0.224 0.165 0.229 0.281 0.109 0.167 0.057 0.281zM3.755 7.88l-0.203-0.328-0.057-0.307 0.063-0.229-0.052-0.297 0.177 0.213 0.020 0.235zM17.473 21.016l0.292-0.193-0.072-0.036-0.22 0.229zM22.375 4.167l-0.239-0.219-0.152-0.344-0.224-0.339 0.052 0.339 0.172 0.281 0.167 0.281 0.167 0.115 0.172 0.052 0.199 0.005-0.183-0.099-0.131-0.073zM17.443 3.807l0.421 0.292 0.272 0.109 0.244 0.057 0.141 0.032h0.255l0.197-0.037-0.119 0.115-0.281 0.177-0.584 0.167-0.301 0.12-0.109 0.057-0.089 0.099-0.125 0.203-0.119 0.235-0.057 0.12-0.115 0.115-0.355 0.235-0.265 0.391-0.156-0.339 0.197-0.141 0.208-0.181 0.256-0.292 0.115-0.193 0.057-0.115v-0.181l0.063-0.115v-0.177l-0.292 0.235-0.251 0.187-0.181 0.125-0.152 0.093-0.115 0.349v0.235l-0.12-0.057-0.036-0.183-0.057-0.255-0.057-0.151-0.057-0.172-0.011-0.251 0.048-0.271 0.228 0.292 0.177 0.177 0.177 0.057 0.057-0.235v-0.235l-0.12-0.177-0.244-0.145-0.141-0.167 0.412 0.208 0.14 0.041 0.131 0.005 0.312-0.031 0.219-0.057 0.256-0.079-0.235-0.083-0.167-0.095-0.167-0.115-0.115-0.057-0.177-0.072-0.219-0.037-0.224 0.057-0.109 0.052-0.077 0.032-0.037-0.084v-0.057l0.115-0.113 0.167-0.057h0.167l0.115-0.053 0.224-0.171 0.281-0.505 0.172 0.224 0.167 0.172 0.224 0.167 0.224 0.113 0.281 0.053h0.115l0.109-0.053-0.391-0.452-0.281-0.167-0.224-0.167 0.391-0.057 0.229-0.115 0.167-0.109 0.109-0.172v-0.224l-0.167 0.115-0.167 0.052-0.396 0.057-0.235 0.057-0.167 0.109-0.115 0.115-0.109 0.224-0.229 0.057-0.224 0.109-0.167 0.172-0.172 0.167 0.057-0.224 0.057-0.281-0.057-0.339-0.109-0.224-0.057-0.224-0.052-0.089-0.14 0.339-0.057 0.157-0.047 0.208 0.015 0.401-0.119-0.152-0.048-0.135-0.057-0.167-0.115-0.115-0.171-0.057-0.276-0.109 0.167 0.224 0.109 0.281-0.167 0.167-0.167 0.115-0.339 0.167v-0.333l-0.115-0.281-0.167-0.229-0.224-0.224v0.396l-0.027 0.249 0.027 0.204 0.057 0.391-0.281-0.167-0.224-0.224 0.109-0.115 0.115-0.115 0.057-0.167 0.057-0.115-0.172-0.557-0.057 0.052v0.115l-0.167 0.167-0.079 0.197-0.057 0.407-0.203-0.265-0.229-0.172-0.281-0.167h-0.281l0.167 0.224 0.115 0.224 0.281 0.281 0.161 0.041 0.183 0.025 0.104-0.009 0.287 0.172 0.505 0.504 0.052 0.109v0.057l-0.052 0.057-0.224-0.057h-0.229l-0.167 0.057-0.224 0.057-0.396 0.224-0.281 0.281h0.787l0.339-0.057 0.172-0.057 0.167-0.109v0.109l-0.057 0.115-0.057 0.224v0.224l0.057 0.224 0.129 0.125 0.068 0.083-0.14 0.131-0.235 0.093 0.156 0.073 0.079 0.057 0.229 0.057 0.167 0.057-0.172 0.172-0.224 0.167-0.167 0.224-0.115 0.224v0.281l-0.052 0.057-0.115-0.224v-0.448l-0.057-0.115-0.224-0.167-0.224-0.172-0.229-0.115 0.115-0.167 0.109-0.224 0.229-0.339 0.109-0.115 0.172-0.167-0.339 0.057-0.339 0.167-0.281 0.172-0.224 0.224-0.172 0.281v0.167l0.057 0.172 0.224-0.057 0.281-0.115 0.172 0.339 0.224 0.396 0.167 0.333 0.172 0.115 0.224 0.115v0.276l-0.167-0.224-0.172-0.167-0.396-0.281-0.448-0.224-0.167-0.167-0.172-0.229-0.109-0.224-0.115-0.167-0.339-0.339-0.563-0.505 0.109-0.020 0.084 0.015 0.437 0.209 0.281 0.047 0.323-0.057 0.177-0.141 0.167-0.167-0.333-0.057-0.281-0.109h-0.563l0.333-0.396 0.339-0.391-0.672 0.167-0.115 0.057-0.115 0.109-0.072 0.224-0.057 0.125-0.152 0.271-0.276-0.224-0.337-0.224-0.62-0.505-0.167-0.057-0.057-0.113-0.115-0.563-0.052-0.167-0.057-0.115-0.115-0.167-0.109-0.057-0.235-0.172-0.505-0.167 0.109 0.396 0.115 0.333 0.224 0.339 0.339 0.224 0.167 0.057 0.229 0.115-0.172 0.052h-0.109l-0.281-0.109-0.339-0.057-0.281-0.057-0.172 0.057-0.224 0.057-0.281 0.28v0.057l0.735 0.109 0.369-0.020 0.172-0.052 0.188-0.095 0.167-0.057h0.057l0.14 0.016-0.448 0.391-0.025-0.068-0.224-0.057-0.677 0.115-0.339 0.109-0.224 0.224-0.109 0.172v0.167l0.109-0.115 0.115-0.052 0.109 0.333 0.115 0.115 0.281 0.167 0.396 0.172 0.167 0.109 0.167 0.115-0.287-0.016-0.24 0.011-0.541 0.005-0.281-0.057-0.224-0.057-0.281-0.052h-0.281l-0.167 0.052-0.172 0.115-0.28 0.339v-0.396l-0.057-0.339-0.109-0.167-0.339-0.339-0.109-0.167v-0.787h-0.057l-0.057 0.172-0.115 0.167-0.276 0.339-0.172 0.333-0.057 0.172v0.224l0.057 0.057v0.167l-0.224-0.167-0.339-0.281-0.448-0.172-0.396-0.224-0.448-0.224-0.453-0.109-0.167-0.115-0.224-0.057-0.348-0.224-0.167-0.115-0.167-0.109-0.172-0.056-0.224-0.057h-0.391l-0.396 0.057v0.113l0.057 0.052 0.281 0.229 0.672 0.224 0.339-0.057h0.057l0.109-0.057h0.057l0.115 0.057-0.224 0.115h-0.224l-0.396 0.052-0.396 0.115-0.276 0.224-0.339 0.339-0.057 0.109 0.563-0.052 0.281-0.057 0.448-0.224 0.505-0.505 0.281-0.057h0.113l0.111 0.109-0.224 0.172-0.281 0.167-0.167 0.224-0.057 0.115-0.057 0.167-0.052 0.057-0.057 0.057-0.057 0.109-0.057 0.115 0.281-0.115 0.339-0.109 0.223-0.172 0.115-0.167 0.053-0.167 0.056-0.115v-0.224l0.057-0.115 0.448 0.172 0.396 0.224 0.521 0.292-0.412-0.041-0.348 0.099-0.209 0.14-0.181 0.068 0.233 0.073 0.381 0.083 0.187 0.131-0.339 0.057-0.448 0.172-0.229 0.109-0.167 0.115 0.563 0.109 0.281 0.057h0.281l0.339-0.109 0.167-0.115 0.115-0.115v-0.167l-0.115-0.12 0.183-0.109 0.068-0.099-0.027-0.125 0.62 0.511 0.339 0.339 0.339 0.276 0.333 0.333 0.104 0.131 0.479 0.629 0.417 0.505 0.563 0.505 0.281 0.224 0.337 0.172 0.729 0.339 0.787 0.276-0.391 0.115-0.172 0.115-0.224 0.109-0.224 0.339-0.281 0.281v0.057h0.391l0.396-0.057 0.339-0.167 0.109-0.115 0.115-0.167 0.109-0.172 0.115-0.224-0.115 0.563v0.281l0.057 0.167 0.115 0.115 0.109 0.056 0.115 0.111 0.057-0.276 0.057-0.339-0.057-0.115v-0.115l-0.224-0.448 0.224 0.115 0.281 0.109 0.448 0.396 0.339 0.281 0.281 0.337 0.563 0.729-0.281-0.172-0.224-0.052h-0.172v-0.224l-0.052-0.228-0.057-0.167-0.167-0.167-0.281 0.561v-0.281l-0.115-0.28-0.339-0.511-0.057 0.057v0.339l-0.109 0.337-0.057 0.339 0.115 0.333-0.115-0.057-0.057-0.167-0.057-0.109-0.057-0.115-0.167-0.224-0.224-0.171-0.224-0.052h-0.62l0.167 0.167 0.229 0.113 0.333 0.391 0.172 0.167 0.167 0.115 0.224 0.115h0.281l0.057 0.052v0.172l0.057 0.057 0.167-0.229 0.115-0.224-0.057 0.281-0.057 0.229-0.167 0.391-0.505-0.115-0.511-0.109-0.505-0.229-0.448-0.219v-0.396l-0.052-0.333-0.172-0.395-0.224-0.281v-0.057l0.057-0.057 0.115-0.109 0.109-0.167 0.057-0.281v-0.511l-0.057-0.052-0.057 0.052v0.057h-0.448l-0.337-0.057 0.113-0.052 0.111 0.052h0.28l-0.28-0.276-0.333-0.229-0.339-0.109-0.396-0.115h-0.193l-0.057 0.047 0.084 0.068 0.057 0.057 0.109 0.167 0.172 0.109 0.391 0.229h-0.505l-0.167 0.109-0.172-0.448-0.109-0.224-0.131-0.255v-0.068l0.073-0.131 0.057-0.281 0.011-0.177-0.037-0.187-0.219-0.407-0.129-0.14-0.037 0.088-0.068 0.235-0.004 0.281 0.14 0.457-0.224-0.291-0.036-0.276v-0.167l-0.115-0.339-0.052-0.109-0.115-0.115-0.224-0.109-0.224-0.115-0.115-0.057 0.057 0.115 0.115 0.281 0.167 0.563h-0.057l-0.115-0.057-0.115-0.115-0.109-0.057h-0.339l-0.172 0.057h-0.109l-0.115-0.057 0.281-0.333 0.115-0.224v-0.229l-0.109-0.615-0.453 0.787-0.057 0.167v0.224l0.115 0.339-0.115 0.505v0.281l0.063 0.223 0.083 0.105-0.364-0.215-0.396-0.171-0.391-0.111v-0.285l-0.057-0.167-0.115-0.224-0.109-0.172-0.339-0.276-0.291-0.333-0.032 0.281 0.032 0.239 0.015 0.089 0.109 0.229 0.281 0.276 0.339 0.287v0.052h-0.12l-0.229 0.115-0.276 0.057-0.228 0.109-0.224 0.171-0.057 0.109-0.052 0.172 0.052 0.391 0.057-0.057 0.057-0.052 0.337-0.172 0.224-0.224 0.224-0.281 0.167-0.28 0.396 0.115 0.391 0.165 0.677 0.563-0.448-0.115-0.229-0.052-0.276-0.057h-0.229l-0.167 0.057-0.224 0.109-0.172 0.172h0.229l0.167 0.109h0.115l-0.453 0.224-0.28 0.115-0.224 0.057-0.057 0.057h-0.224l0.057 0.448 0.167 0.391 0.224 0.396 0.28 0.339-0.333-0.224-0.28-0.339-0.229-0.281-0.333-0.224-0.339-0.115-0.224-0.057-0.224 0.057-0.453 0.057v0.057l0.224 0.109 0.453 0.339 0.224 0.115 0.448 0.167 0.448 0.057 0.339 0.167-0.281 0.057h-0.563l-0.281 0.057-0.224 0.115-0.224 0.167-0.167 0.224-0.057 0.224h0.563l0.505-0.167 0.448-0.281 0.396-0.281 0.109 0.115 0.113 0.109 0.167 0.057 0.057 0.109-0.391 0.172-0.171 0.057-0.224 0.109-0.167 0.115-0.172 0.224-0.109 0.224-0.115 0.224-0.057 0.395 0.115 0.057 0.563-0.452 0.447-0.563 0.339-0.563 0.167 0.057 0.115 0.115-0.281 0.339-0.224 0.333-0.115 0.281 0.057 0.337 0.057 0.168 0.109 0.171 0.229-0.339 0.167-0.337 0.057-0.052 0.333-0.115h0.339l0.057 0.057-0.224 0.109-0.172 0.115-0.109 0.167v0.056l0.224-0.056 0.281 0.056 0.224 0.057h0.172l-0.167 0.079-0.167-0.005-0.276-0.052-0.281 0.052-0.281 0.172-0.407 0.432v0.057l0.787-0.115 0.396-0.167 0.167-0.115 0.172-0.115 0.057-0.109 0.109-0.057 0.115-0.115 0.167-0.052 0.115-0.057 0.339-0.337h-0.396l-0.563-0.057h-0.167l0.333-0.167 0.339-0.281 0.281 0.115 0.281 0.167 0.505 0.337 0.229 0.168 0.276 0.113h0.172l0.224 0.073-0.328 0.016-0.12 0.020-0.224 0.057-0.115 0.057h-0.224l-0.115 0.057 0.224 0.052 0.172 0.115 0.391 0.136 0.396-0.021 0.167-0.057 0.171-0.115 0.053 0.115v0.167l-0.053 0.172 0.053 0.167 0.113 0.224 0.167 0.224 0.224 0.172v-0.396l0.057 0.057v0.057l0.224-0.224 0.229-0.172 0.167-0.167 0.115-0.229 0.109-0.505 0.115 0.229 0.057 0.276v0.287l0.052 0.109 0.057 0.057v-0.167l0.057-0.115 0.057-0.224 0.109-0.224-0.057-0.115-0.052-0.115-0.172-0.052-0.167-0.057 0.224-0.056 0.281-0.111 0.959 0.333 0.057 0.057-0.339 0.115-0.224 0.109-0.229 0.172-0.167 0.167-0.115 0.224h0.453l0.167-0.057 0.172-0.109 0.448-0.453 0.167-0.052 0.172 0.052 0.167 0.057-0.391 0.115-0.172 0.109-0.167 0.115-0.057 0.115v0.052h0.057l0.224-0.052 0.281-0.057 0.224-0.115 0.115-0.109 0.052-0.115 0.957 0.057 0.505 0.281 0.224 0.109 0.281 0.115 0.172 0.057h0.167l0.281-0.115 0.167-0.057h0.281l0.172 0.115-0.057 0.115-0.057 0.052-0.115 0.057-0.052 0.057-0.057 0.167 0.057 0.115h0.052l0.115 0.109v0.057l-0.057 0.115v0.109l0.115 0.057 0.057 0.057v0.115l0.057 0.109 0.109 0.057h0.172l0.109-0.109v-0.172l0.115-0.115h0.109l0.057-0.052 0.057-0.115 0.057-0.224h0.057l0.167 0.167 0.167 0.172 0.115 0.167 0.109 0.229 0.057 0.448 0.115 0.505 0.057 0.505v0.339h-0.115l-0.115-0.057-0.109-0.115-0.115-0.167-0.167-0.167h-0.057l-0.109-0.057-0.172 0.057-0.224 0.052-0.057-0.052-0.109-0.057-0.057-0.115v-0.167h0.109v0.057h0.172l0.167-0.057 0.057-0.057v-0.281l-0.057-0.057-0.109-0.052h-0.057l-0.172 0.052v-0.052l0.057-0.052 0.057-0.172 0.177-0.109 0.115-0.057h-0.115l-0.167 0.057-0.115 0.109-0.109 0.172v0.167l-0.115 0.339 0.057 0.224 0.057 0.109 0.057 0.057 0.167 0.057h0.115l0.333-0.057 0.172 0.115 0.057 0.109v0.057h-0.229l-0.224 0.113-0.109 0.224-0.048 0.235 0.048 0.047-0.057 0.115h-0.115l-0.109-0.115h-0.115l-0.224 0.115-0.057-0.057h-0.057l-0.109-0.115v-0.167l-0.172-0.171-0.109 0.057-0.057 0.056-0.167 0.115-0.057 0.052h-0.115l-0.115 0.063-0.057 0.109-0.057 0.172 0.057 0.052 0.057 0.057v0.167l-0.505 0.057-0.281 0.057-0.224 0.115-0.057-0.057h-0.057l-0.109 0.057-0.115 0.052-0.339 0.057 0.172-0.224h-0.229l-0.167-0.057 0.057 0.115h0.109l0.057 0.057v0.052l-0.057 0.057v0.057l0.057 0.057h0.115l0.167-0.057 0.172-0.115 0.109-0.052 0.115 0.052v0.057l-0.057 0.057-0.224 0.115-0.172 0.224-0.109 0.224-0.172 0.167-0.224 0.115h-0.109l-0.113-0.057h-0.057l-0.109-0.109-0.057-0.172 0.057-0.224 0.109-0.224 0.115-0.057h0.113l0.052 0.057 0.115 0.109 0.057 0.057v0.172l-0.057 0.052-0.115 0.115h-0.109l-0.113-0.115 0.057-0.052 0.056-0.115-0.056-0.057-0.057 0.172-0.057 0.109 0.115 0.115 0.113 0.057 0.109-0.057 0.057-0.057 0.109-0.167v-0.339l-0.109-0.057h-0.057l-0.057-0.057h-0.223l-0.224 0.224-0.115 0.229 0.057 0.276v0.057l0.115 0.115 0.109 0.057 0.115 0.057 0.223-0.057 0.396-0.172v0.115l0.052 0.115 0.057 0.057v0.052l-0.057 0.115v0.281l0.115 0.109 0.115 0.057 0.109 0.057 0.057 0.115 0.115 0.052 0.052-0.167v-0.115l-0.052-0.167v-0.167l-0.172-0.172-0.109-0.052h-0.115l-0.057-0.057-0.057-0.115-0.052-0.167 0.167-0.339 0.224-0.224v0.052l-0.057 0.057v0.281l0.115 0.057h0.115v0.167l0.052 0.115 0.057 0.057 0.057 0.115-0.115 0.109 0.115 0.057 0.057 0.109v0.115l0.057 0.115h0.052l0.057 0.052 0.057 0.115 0.057 0.057 0.109-0.057h0.057l0.057-0.057v-0.109l0.109-0.057 0.057-0.057v-0.115l0.115-0.052 0.057-0.115v-0.281h-0.115l-0.057-0.057 0.115-0.224 0.057-0.057 0.109 0.057 0.229-0.167 0.109-0.229-0.109-0.109v-0.115l-0.115-0.167 0.115-0.057h0.276l0.229 0.057 0.167 0.057-0.167 0.109-0.224 0.224v0.115l-0.057 0.057-0.115 0.167-0.167 0.115v0.224l0.057 0.115 0.167 0.109v0.057h-0.057l-0.057 0.167 0.057 0.172 0.115 0.109 0.057 0.115v0.167l0.052 0.057h0.229l0.052 0.115 0.057 0.109 0.057 0.057h0.224l0.057-0.109 0.109-0.115h0.172l0.057-0.167v-0.229h0.109l0.104-0.093 0.025 0.38 0.089 0.323-0.156 0.016-0.115-0.057-0.109 0.057-0.057 0.052-0.172 0.172v0.224l0.057 0.109 0.115 0.057-0.172 0.171-0.109 0.333 0.057 0.172v0.057l0.109 0.052 0.396-0.109 0.224-0.115 0.113-0.167 0.052 0.057h0.172l-0.115 0.391-0.057 0.448-0.052 0.787 0.052 0.625 0.057 0.557v0.115l0.057 0.167v0.115l-0.115 0.115-0.052-0.115v-0.057l-0.113-0.224-0.057-0.115-0.057-0.109-0.053 0.057v0.109l-0.113 0.115-0.057 0.109v0.115l-0.057 0.057v0.057h0.057l-0.057 0.052h-0.109l-0.115 0.057h0.115l0.109 0.115-0.167 0.057-0.057 0.109-0.109 0.167h-0.172l0.115 0.172 0.109 0.057h0.115l0.167-0.115 0.172-0.224 0.056 0.057v0.224l-0.056 0.224v0.167l0.056 0.228 0.111 0.167 0.113 0.167 0.339 0.172v0.057l-0.057 0.167-0.172 0.109-0.165-0.109-0.168-0.057h-0.395l-0.391 0.167-0.396 0.115h0.224l0.281-0.115h0.281l0.224-0.052 0.115 0.109 0.109 0.057h0.115l0.113 0.057v0.167l-0.113 0.339-0.115 0.115 0.228-0.115 0.109-0.167v-0.281l0.057-0.057h0.057l0.167-0.057h0.281l0.167 0.057 0.229 0.057 0.167 0.109 0.115 0.172 0.167 0.052 0.115 0.057 0.052 0.115v0.167l-0.052 0.224v0.115l0.109 0.115h0.115l0.167 0.057 0.229 0.052 0.224 0.172 0.224 0.224 0.109 0.167 0.172 0.057 0.109-0.057 0.172-0.057 0.281-0.167 0.167-0.057 0.115-0.057h0.052v0.057l-0.276 0.172-0.339 0.224 0.224-0.057 0.167-0.057 0.115-0.109 0.167-0.057h0.057l0.057 0.057-0.172 0.052-0.109 0.115h0.167l0.172-0.115 0.167-0.052h0.167l0.171 0.276 0.224 0.172 0.167 0.115h0.115l0.109-0.057h0.453l0.448 0.109 0.844 0.229h-0.396l-0.333-0.115-0.339-0.057-0.729-0.057h-1.411l1.015 0.115h0.505l0.505 0.057h0.115v0.057h-2.307l-0.057-0.057-0.224 0.057h-0.615l0.224-0.172 0.167-0.167-0.448 0.167-0.453 0.172v-0.229l0.281-0.052 0.115-0.057 0.115-0.115h0.109l0.057 0.057h0.057l0.057-0.057-0.453-0.391-0.167-0.172-0.281-0.167h-0.281l-0.057-0.057v0.167l0.057 0.229 0.052 0.109 0.172 0.172v0.276l0.057 0.287h-0.511l0.115-0.115h0.167v-0.167l-0.167-0.172v-0.167h-0.109l-0.115 0.057-0.167 0.109-0.172 0.172-0.224 0.167h-0.057l-0.109 0.057h0.391l0.339-0.057 0.057 0.057-0.453 0.057h-0.448l-0.843 0.052-0.109-0.052h-0.172l0.115-0.057h0.224l0.113-0.057h-1.015l-1.011-0.115h-1.688l-1.687 0.229h-1.912l-0.453-0.115h-0.224l-0.224 0.057h-2.421v-0.057h-0.287l-0.281 0.057-0.224 0.057-0.281-0.057h-1.577l0.172-0.172 0.223-0.109h-0.109l-0.056-0.057v-0.115l0.056-0.109 0.224-0.172-0.057-0.052-0.109-0.057-0.113 0.057h-0.057l-0.111-0.057-0.056 0.057v0.052l-0.057 0.229v0.109l0.057 0.057v-0.115l0.056-0.109 0.053-0.057h0.057l-0.057 0.115v0.276h-0.109l-0.215-0.167 0.048-0.109v-0.172l-0.057-0.057-0.1 0.172 0.052 0.109 0.057 0.172 0.115 0.109-0.057 0.057h-0.057l-0.109 0.115-0.172 0.057h-0.619v0.505h29.921l0.084-0.111v-0.389l-0.032-0.105v-0.057l0.063-0.124v-0.115l0.109 0.057 0.057 0.057 0.115 0.052h0.052l-0.167-0.224-0.115-0.224-0.052-0.167-0.115-0.115v-0.057h0.057l0.057 0.057 0.276-0.057 0.229 0.057 0.281 0.057 0.224 0.109-0.057-0.167-0.057-0.115-0.281-0.109h-0.281l-0.109 0.057h-0.281l-0.115 0.052-0.115 0.057-0.052-0.057 0.167-0.052 0.115-0.115h-0.172l-0.167-0.057h-0.057l-0.224-0.224-0.448-0.224-0.197-0.057 0.14 0.057 0.281 0.224 0.339 0.339-0.172 0.057-0.052 0.109h0.333l0.057 0.115v0.057h-0.505l-0.057 0.052h-0.052l-0.057-0.052v-0.057h0.057l0.052-0.115-0.224 0.057-0.281-0.167-0.281-0.172-0.448-0.052h-0.448v-0.057h-0.509l0.229-0.115h0.671l0.901 0.224 0.172 0.088v-0.052l0.052-0.057v0.057l0.057 0.109 0.057 0.115v-0.224l-0.396-0.26-0.224-0.115-0.224-0.052-0.453-0.115-0.052 0.057h-0.172l-0.165 0.057-0.339 0.109-0.224 0.115-0.172 0.115-0.167 0.052h-0.167l-0.172-0.052 0.229-0.115v0.115h0.167l0.057-0.057 0.109-0.172 0.115-0.109 0.339-0.172-0.511-0.109h-0.276l-0.229 0.052 0.281-0.224 0.281-0.109 0.339-0.057 0.339 0.057 0.223 0.224v0.109h-0.057l-0.056-0.052-0.053-0.057h-0.113v0.057l0.113 0.109 0.167 0.057 0.167-0.167v-0.115l0.057-0.057-0.057-0.167-0.109-0.057-0.224-0.115h-0.452l-0.339 0.115-0.333 0.224-0.339 0.281-0.167 0.057-0.115-0.057 0.281-0.281 0.167-0.109 0.229-0.057h-0.172l-0.167 0.057-0.115 0.109-0.167 0.172-0.115 0.109h-0.115l-0.052-0.057 0.505-0.505 0.281-0.109h0.109l0.172-0.115h-0.281l-0.229 0.057-0.224 0.109-0.167 0.172-0.224 0.391h-0.115l0.057-0.224 0.167-0.224 0.229-0.224 0.224-0.115 0.333-0.109h0.172l0.167 0.109 0.057-0.057v-0.052l-0.057-0.115-0.224-0.057h-0.224l-0.167 0.057-0.172 0.115-0.281 0.224-0.224 0.339-0.172 0.333 0.172-0.615 0.167-0.281 0.172-0.229 0.167-0.109h-0.109l-0.172 0.115-0.224 0.224-0.172 0.333-0.109 0.281-0.057 0.115-0.057 0.057-0.057-0.115v0.172l-0.224 0.109-0.057-0.057-0.052-0.109 0.052-0.115 0.057-0.057 0.224-0.109 0.057-0.729 0.115-0.787 0.057-0.337v-0.339l0.052-0.339 0.057-0.109 0.057-0.172-0.057-0.729v-0.787l0.057-1.068v-1.181l-0.167-1.349-0.172-0.448v-0.792l-0.109-0.729-0.172-0.729-0.224-0.733-0.057-0.052-0.224-0.115h-0.057v-0.167l0.057-0.115v-0.172l-0.057-0.057-0.109-0.057-0.115 0.057-0.167 0.115-0.172 0.052v-0.109l0.229-0.115 0.161-0.235 0.068-0.349-0.005-0.203-0.057-0.115-0.025-0.135 0.036-0.163-0.177-0.151-0.167-0.057-0.115-0.109-0.167-0.057-0.115-0.057-0.057-0.115 0.057-0.109-0.224-0.115-0.28-0.057-0.448 0.115v0.167l0.052 0.172-0.167 0.109-0.167 0.172-0.057 0.109-0.057 0.172-0.224 0.281-0.167 0.281 0.052 0.109h0.172v0.115l0.057 0.057h0.109l-0.109 0.057-0.057 0.052v0.172l-0.057 0.109-0.057 0.057-0.057 0.115-0.224 0.109-0.167 0.172-0.224 0.281-0.115 0.281-0.224 0.671-0.396 0.396v0.109l-0.057 0.057h-0.052l-0.057-0.115-0.224-0.167-0.172-0.224-0.109-0.224-0.057-0.281h-0.057l-0.057-0.056-0.057-0.115-0.052-0.167-0.172-0.339-0.057-0.109-0.109-0.172-0.057-0.052h-0.109l0.052-0.115-0.052-0.057h0.052l-0.109-0.224v-0.115l-0.057-0.109 0.115-0.057h0.052l0.057-0.057v-0.109l-0.057-0.172-0.052-0.057 0.052-0.052 0.172 0.109 0.109 0.057h0.115l0.057-0.057v-0.057l0.052-0.057 0.115 0.172 0.057 0.057v0.109h-0.057l-0.115-0.109h-0.052v0.052l0.109 0.115 0.115 0.057v0.057l-0.068 0.052 0.057 0.057 0.052 0.057h0.172l0.057 0.057 0.109 0.057h0.057l0.057 0.109h-0.057l-0.224-0.109h-0.281l-0.167 0.167-0.115 0.167v0.224l0.115 0.229 0.167 0.109 0.109 0.057h0.229l0.052-0.057 0.057-0.167v-0.172l-0.167-0.167h-0.115l0.115 0.057 0.057 0.109v0.229l-0.057 0.109h-0.057l-0.224-0.109-0.115-0.229v-0.276l0.057-0.115 0.115-0.115 0.224 0.057 0.224 0.115 0.224 0.052 0.281 0.057 0.224-0.057 0.172-0.167 0.109-0.167 0.057-0.224-0.057-0.229-0.057-0.276-0.109-0.229-0.281-0.281-0.115-0.057-0.224-0.167-0.057-0.057v-0.057h0.172l0.167 0.057h0.172l0.167-0.057v0.057h0.109l0.172 0.115 0.167 0.052h0.172l-0.229-0.109 0.188-0.068 0.197-0.025 0.213 0.057-0.083 0.057-0.099 0.041-0.188 0.052h0.172l0.167-0.057 0.115-0.109-0.229-0.115h-0.167l-0.224 0.057-0.172 0.057-0.057-0.057h0.057l0.057-0.057 0.172-0.167 0.052-0.115v-0.115h0.229l-0.057-0.333v-0.115l-0.057-0.057-0.073-0.077 0.057-0.084 0.131-0.063 0.224-0.057 0.297-0.004 0.208 0.061 0.115 0.057h0.057l-0.62 0.167-0.224-0.057h-0.172l0.057 0.057 0.281 0.057h0.281l0.281-0.115 0.224-0.109-0.505-0.224h-0.391l-0.172 0.109-0.167 0.115-0.339-0.167-0.339-0.057v-0.057h0.172l0.156 0.032 0.125 0.025h0.281l0.281-0.115 0.224-0.167-0.448-0.113h-0.224l-0.172 0.113-0.167 0.057-0.115 0.053-0.167 0.056-0.115-0.109-0.057-0.115v-0.165l0.115 0.109h0.396l0.505-0.224-0.156-0.079-0.224-0.057-0.407 0.021-0.14 0.020-0.089 0.041-0.109-0.056 0.057-0.057 0.672-0.115h1.859l0.224 0.281 0.224 0.228 0.563 0.391 0.115 0.057-0.057 0.339v0.391l0.057 0.339 0.109 0.281 0.229-0.563v-0.281l-0.057-0.333 0.057-0.057 0.557 0.281 0.339 0.109 0.339-0.052 0.172-0.057h0.167l0.115-0.057 0.167-0.057-0.339-0.167-0.339-0.172-0.448-0.224-0.224-0.057h-0.281l0.281-0.109 0.224-0.171 0.224-0.167 0.229-0.224v-0.115l-0.172 0.057h-0.172l-0.333 0.057v-0.224l0.052-0.224 0.281 0.167 0.339 0.115h0.677l0.057-0.115-0.281-0.115-0.281-0.167h-0.057l-0.115-0.057-0.276 0.057h-0.172l-0.115-0.057-0.109-0.057 0.333-0.109 0.396-0.057h0.339l0.339 0.057 0.5 0.4 0.453 0.611 0.115 0.228 0.113 0.505 0.167 0.167-0.109 0.505-0.057 0.453v0.281l0.057 0.224 0.109 0.167 0.167 0.172 0.115-0.396 0.057-0.396v-0.391l-0.115-0.167-0.109-0.172-0.172-0.448-0.109-0.505 0.057 0.057v0.109h0.109l0.115 0.339 0.333 0.563 0.229 0.109 0.125 0.021 0.156-0.037-0.016-0.161-0.036-0.161 0.208-0.063 0.157-0.099 0.161-0.213 0.088-0.188 0.057-0.167-0.057-0.171 0.032-0.365 0.025 0.089 0.052 0.109 0.115 0.224-0.057 0.28-0.057 0.131-0.448 0.563-0.109 0.172v0.333l0.052 0.229h0.057l0.396-0.396 0.167-0.224 0.057-0.281v-0.229l-0.005-0.203 0.021-0.104 0.072 0.265 0.048 0.531-0.193 0.287-0.057 0.167-0.057 0.224v0.901l-0.052 0.224 0.167-0.052 0.115-0.172 0.224-0.281 0.057-0.281 0.057-0.339-0.057-0.281-0.115-0.281-0.057-0.505 0.099 0.021 0.063 0.063 0.068 0.14 0.052 0.453 0.115 0.448 0.167 0.115h0.229v-0.62l-0.057-0.167-0.224-0.229-0.229-0.167-0.276-0.167v-0.057l-0.115-0.448-0.172-0.452 0.369 0.5 0.209 0.213 0.255 0.161 0.199 0.063 0.239 0.031 0.183 0.027-0.088-0.167-0.1-0.24-0.135-0.188-0.193-0.208-0.349-0.177-0.353-0.161-0.355-0.151-0.187-0.224-0.251-0.208h0.172l0.224 0.057 0.265 0.208 0.188 0.14 0.151 0.095 0.412 0.119 0.239-0.025 0.172-0.109-0.167-0.031-0.187-0.256-0.271-0.099-0.464-0.036-0.453-0.115-0.312-0.131 0.145 0.016h0.281l0.448-0.109 0.396-0.172 0.339-0.333v-0.057h-0.959l-0.281 0.057-0.224 0.109-0.172 0.172-0.109 0.224-0.62-0.229-0.62-0.109 0.172-0.167 0.057-0.115 0.052-0.057 0.281 0.115 0.229 0.057 0.505-0.057 0.391-0.115 0.281-0.167-0.672-0.167h-0.787l0.333-0.229 0.339-0.167 0.339 0.224 0.339 0.172 0.339 0.052 0.364-0.027 0.188-0.041 0.12-0.041 0.057-0.057-0.213-0.068-0.287-0.093-0.407-0.235-0.172-0.093-0.145-0.047h-0.152l0.163-0.125 0.088-0.016 0.339 0.172h0.505l0.339-0.172 0.333-0.167-0.333-0.057-0.281-0.057-0.339-0.057-0.339 0.057 0.057-0.224 0.115-0.167v-0.468l-0.057-0.057h-0.115l-0.677-0.224-0.276-0.115h-0.396l0.339-0.167 0.333 0.167 0.229 0.057 0.391 0.057 0.453-0.115 0.391-0.167 0.281-0.057 0.115-0.057 0.109-0.052h-0.333l-0.735-0.057h-0.391l-0.339 0.057 0.281-0.172 0.339-0.448 0.167-0.281 0.339-0.677 0.057-0.167-0.057-0.224-0.115-0.453-0.109-0.391-0.172 0.62-0.052 0.615v0.339l0.052 0.281-0.281 0.453 0.057-0.677v-0.396l-0.224-0.448-0.453 0.057h-0.224l-0.735 0.24 0.245-0.579 0.188 0.095 0.333 0.057h0.187l0.224-0.1 0.62-0.281-0.672-0.203-0.396-0.021-0.339 0.073 0.245-0.224 1.011 0.041 0.307-0.072 0.224-0.115 0.224-0.224 0.156-0.365-0.124 0.073-0.131 0.027-0.292-0.016h-0.453l-0.448 0.057-0.167 0.109-0.171 0.115 0.056-0.115v-0.396l-0.113-0.281-0.448-0.563v0.844l0.031 0.427 0.099 0.229 0.043 0.136-0.267 0.239-0.224 0.453-0.224 0.391-0.244 0.349-0.235 0.224 0.14-0.235 0.109-0.213 0.063-0.183 0.052-0.224-0.052-0.224-0.115-0.167 0.448-0.057v0.167h0.057l0.224-0.785 0.057-0.168-0.057-0.223-0.109-0.339-0.172-0.339-0.109-0.339-0.115 0.224-0.057 0.281 0.115 0.453 0.115 0.504 0.052 0.224v0.281l-0.109-0.057-0.057-0.339-0.057-0.276-0.057-0.171-0.109-0.109-0.281-0.229-0.28-0.224-0.224-0.224h-0.057l0.057 0.339 0.109 0.281 0.172 0.28 0.223 0.281h-0.223l-0.172-0.057h-0.333v0.057l0.391 0.276 0.224 0.172 0.224 0.057v0.224l-0.053 0.167-0.228 0.339-0.109 0.339-0.057 0.224 0.057 0.224-0.281 0.229-0.281 0.167-0.281 0.115-0.281 0.167-0.339 0.109-0.391 0.057-0.677 0.057-0.729 0.115-0.339 0.109-0.281 0.172-0.395 0.224-0.448 0.167-0.391 0.057-0.453-0.057 0.281-0.224 0.281-0.281h0.115l0.167 0.167h0.115l0.165 0.057h0.115l0.333-0.109 0.229-0.172 0.224-0.224h-0.957l0.056-0.115 0.057-0.167v-0.448h0.224l0.281-0.057 0.224-0.057h0.281l-0.224-0.115-0.224-0.167-0.224-0.115-0.228-0.052h-0.333l-0.172 0.109-0.109 0.115v-0.057l0.020-0.229-0.068-0.364-0.337-0.448-0.1 0.375-0.011 0.355 0.1 0.427-0.281-0.281-0.333-0.115-0.339-0.109h-0.396l-0.109-0.057v0.109l-0.281 0.511-0.084 0.14 0.005 0.22-0.057 0.28 0.057 0.333 0.115 0.115 0.057 0.115 0.276-0.339 0.172-0.395 0.057-0.224v-0.448l-0.115-0.172v-0.052l0.505 0.505 0.224 0.172 0.677 0.109h-0.224l-0.453 0.113-0.167 0.111-0.391 0.28-0.339 0.281 0.057 0.115 0.167-0.115 0.224-0.109h0.448l0.229-0.057 0.167-0.057 0.224-0.109 0.115-0.172 0.057-0.109 0.109-0.115 0.057-0.337 0.172 0.115 0.224 0.057-0.057 0.109-0.115 0.056-0.333 0.448-0.057 0.281-0.453 0.057-0.224 0.115-0.115 0.057-0.093 0.115-0.156 0.24-0.115 0.307-0.912 0.152-0.901 0.172-0.339 0.109-0.291 0.197v-0.052l0.057-0.057 0.052-0.115 0.057-0.224v-0.281l-0.057-0.448 0.281 0.224 0.281 0.167 0.339 0.057h0.28v0.057l0.057 0.052 0.109-0.052h0.281l0.339-0.057 0.224-0.115 0.24-0.249 0.172-0.281 0.093-0.147-0.896 0.229-0.224 0.109-0.172-0.281-0.224-0.563-0.167-0.224-0.113-0.165-0.168-0.057-0.171-0.057-0.224 0.057v-0.281l-0.167-0.281-0.365-0.433 0.084-0.067 0.391 0.448 0.312 0.213 0.349 0.068 0.255-0.057 0.057-0.021-0.057-0.115-0.109-0.115-0.224-0.213-0.213-0.156-0.292-0.109-0.396-0.047 0.381-0.349 0.312-0.141 0.407-0.181-0.084 0.328-0.016 0.333 0.073 0.255 0.109 0.172 0.172 0.167 0.057 0.057h0.109l0.057-0.339v-0.339l-0.224-0.563 0.281 0.339 0.281 0.281 0.167 0.115 0.224 0.057 0.172 0.052h0.224l0.281-0.052-0.339-0.281-0.281-0.281-0.224-0.115-0.281-0.115-0.281-0.052-0.224-0.115 0.339 0.057 0.391 0.057 0.172-0.057 0.333-0.115 0.172-0.167-0.693-0.187 0.265-0.1 0.104-0.124 0.1-0.041h0.224l0.172 0.056 0.167 0.057 0.281 0.235 0.167 0.328 0.113 0.333v0.057l0.057 0.057 0.052 0.167 0.057 0.115 0.115 0.057h0.167l0.115-0.115 0.057-0.224 0.052-0.167v-0.453l-0.109-0.452-0.224-0.391v0.276l-0.115 0.281-0.167 0.509-0.113-0.229-0.168-0.276-0.223-0.171-0.272-0.157 0.215-0.067 0.167-0.167 0.281-0.396 0.223-0.396-0.223 0.057-0.303 0.057-0.281 0.052-0.224 0.115-0.224 0.167-0.172 0.172-0.109 0.224v0.281l-0.115 0.057-0.167 0.052-0.281 0.057 0.281-0.224 0.109-0.167 0.057-0.172 0.172-0.391 0.109-0.453-0.057 0.057h-0.109l-0.172 0.057-0.224 0.167-0.172 0.172-0.052 0.224-0.057 0.281-0.115 0.339-0.052 0.167h-0.172l0.172-0.339v-0.167l-0.057-0.167-0.057-0.115-0.115-0.115-0.224-0.109-0.224-0.115-0.113-0.109-0.052-0.115-0.057 0.057v0.109l-0.057 0.172v0.167l0.057 0.172 0.223 0.276 0.224 0.229 0.115 0.167v0.167l-0.843 0.337 0.072-0.228 0.219-0.24 0.057-0.109 0.016-0.131-0.011-0.083-0.020-0.115-0.147-0.199-0.068-0.093-0.109-0.057-0.057 0.339-0.115 0.339-0.072 0.317 0.063 0.208 0.020 0.172-0.083 0.109-0.151-0.233-0.292-0.163-0.349-0.119-0.249 0.009-0.276 0.027-0.251 0.083zM22.031 12.14l0.172-0.061 0.36 0.067-0.147 0.073-0.088 0.084-0.156 0.047h-0.188l-0.301-0.052 0.344-0.157zM21.615 11.724h0.287l0.235 0.068-0.219 0.083-0.204 0.095-0.281-0.016-0.145-0.131zM26.125 10.973l0.405 0.063 0.177 0.057 0.172 0.115h-0.407l-0.233-0.057-0.172-0.115zM28.593 13.083l0.057 0.172 0.057 0.281-0.115 0.615-0.109-0.109-0.057-0.115v-0.333l0.057-0.281 0.052-0.339zM30.193 12.484l-0.016 0.152-0.021 0.156-0.031 0.14-0.131 0.177-0.339 0.417-0.052-0.199 0.057-0.307 0.131-0.177 0.197-0.276 0.141-0.147 0.083-0.213zM30.76 12.755l0.229 0.224 0.177 0.308-0.005 0.473-0.229-0.104-0.129-0.359zM30.552 13.473v0.303l-0.136 0.541-0.14 0.125v0.063h-0.073v-0.667l0.073-0.365 0.14-0.301zM30.489 11.5l0.423 0.193 0.291 0.265 0.115 0.177 0.12 0.239-0.235-0.052-0.208-0.057-0.307-0.224-0.328-0.416-0.24-0.276 0.369 0.145zM30.771 10.953l0.245 0.115 0.067 0.12 0.136 0.115-0.271 0.004-0.312-0.113-0.251-0.141-0.213-0.183zM29.609 10.375l0.109-0.115 0.115-0.052 0.339-0.172h0.844l-0.224 0.172-0.281 0.167-0.224 0.057-0.287 0.063-0.448-0.005zM30.489 5.079l0.063-0.407 0.057-0.281 0.093 0.281 0.052 0.407-0.077 0.312-0.161 0.26zM28.412 3.115l-0.115-0.36v-0.224l0.057-0.167 0.104 0.261 0.068 0.135 0.167 0.48v0.281l-0.131 0.323-0.052-0.412-0.099-0.323zM20.807 4.172l0.365 0.188 0.609 0.489-0.38-0.005-0.391-0.151-0.303-0.303-0.208-0.281zM22.828 3.891l0.151-0.495 0.057-0.26 0.115 0.359 0.068 0.495-0.083 0.48-0.167 0.167-0.105-0.163-0.093-0.276zM21.407 2.964l0.088-0.172 0.183-0.183 0.224-0.167 0.771-0.24-0.136 0.183-0.115 0.172-0.161 0.172-0.145 0.177-0.308 0.115-0.171 0.099-0.319 0.083zM16.541 2.989l0.213-0.156 0.219-0.073-0.129 0.245-0.199 0.24-0.192 0.119-0.26 0.063zM12.896 5.64l-0.349 0.1 0.041-0.256 0.224-0.281 0.224-0.167 0.328-0.187 0.177-0.052-0.317 0.385-0.151 0.287zM13.557 6.645l-0.136-0.296-0.124-0.251-0.167-0.265 0.104 0.031 0.115 0.057 0.156 0.125 0.172 0.213 0.072 0.552zM11.921 4.563l0.391 0.036 0.401 0.12-0.249 0.156-0.319 0.027-0.281-0.057-0.317-0.156 0.147-0.089zM11.369 4.527l0.095-0.22 0.077-0.192 0.125-0.131 0.183-0.063 0.291-0.093-0.307 0.385-0.213 0.245-0.333 0.235zM9.224 3.213l-0.281-0.281-0.188-0.411-0.041-0.261 0.292 0.125 0.197 0.151 0.256 0.209 0.12 0.369 0.077 0.364zM9.083 3.86l-0.395 0.025-0.609-0.088 0.115-0.147 0.276-0.099h0.301l0.609 0.141zM1.661 4.125l-0.349-0.079-0.443-0.187-0.249-0.229 0.416-0.043 0.349 0.073 0.349 0.156 0.344 0.235zM1.547 4.631l-0.448 0.224-0.588 0.124 0.239-0.291 0.349-0.204 0.521-0.129 0.224 0.005zM2.375 4.979l-0.287 0.215-0.285 0.145 0.145-0.287 0.192-0.281 0.448-0.355zM2.328 8.193l-0.167 0.223-0.473 0.22 0.025-0.163 0.109-0.228 0.224-0.167 0.453-0.167zM2.697 7.531l-0.337-0.337-0.224-0.281-0.057-0.167v-0.229l0.561 0.511 0.167 0.276 0.057 0.337zM1.448 10.453l-0.563-0.224-0.573-0.369 0.475-0.011 0.421 0.12 0.36 0.26 0.271 0.369zM1.62 11.177l-0.349 0.203-0.416 0.125-0.349 0.036 0.183-0.276 0.515-0.276 0.417-0.031 0.463-0.021zM2.328 11.817l-0.307 0.349-0.417 0.443-0.188 0.093 0.131-0.369 0.26-0.479 0.329-0.183 0.391-0.224zM3.079 12.047l-0.057 0.224-0.339 0.62-0.109-0.453 0.224-0.563 0.224-0.224h0.057zM3.5 13.292l-0.683 0.161 0.333-0.339 0.177-0.141 0.177-0.067h0.235l0.323 0.077zM8.645 12.76l0.115 0.057 0.057 0.188-0.115 0.432-0.057-0.333-0.109-0.339h0.109zM14.396 15.745l0.073-0.068 0.135-0.068 0.136 0.068 0.067 0.068v0.135l-0.067 0.073h-0.271l-0.068-0.141v-0.067zM11.765 19.255h0.12l0.125 0.125 0.063 0.131-0.063 0.063v0.129l0.063 0.125 0.036 0.145-0.156-0.271-0.125-0.129h-0.125l-0.063-0.131v-0.125zM16.88 29.183h0.089v0.181l-0.267-0.093zM16.407 29.563l0.156-0.115h0.235zM16.917 29.432l0.151-0.109v0.224l-0.229-0.109h0.079zM17.167 28.631h0.369l-0.181 0.093h-0.095zM17.333 28.959l-0.088-0.089 0.265-0.088h0.26v0.088h-0.083l-0.177 0.095h-0.177zM17.683 29.005h0.339l-0.339 0.115h-0.256zM17.552 29.287l0.088-0.104h0.333l0.084-0.109 0.083 0.109-0.667 0.208zM30.661 28.833l0.131 0.125h-0.131zM30.661 29.224l0.057-0.063 0.063 0.063-0.063 0.063h-0.12zM30.437 29.047h0.125l0.057 0.063v0.063h-0.12l-0.063 0.057-0.12-0.057zM30.021 29.115l0.077-0.109h0.115l-0.192 0.109-0.157 0.219h-0.228zM30 29.312h0.251l-0.163 0.095-0.083 0.093h-0.084zM29.697 28.932h0.251l-0.167 0.095-0.084 0.093h-0.083zM29.443 28.849l0.093-0.084 0.095 0.089-0.095 0.077h-0.093zM29.573 29.161l-0.063 0.068h-0.063l-0.063 0.063h-0.063l-0.063-0.063 0.125-0.068 0.063-0.063zM29.479 28.713l-0.197 0.052-0.292-0.301zM29.073 29.005l0.124-0.063 0.063 0.063v0.063h-0.063l-0.061 0.063-0.125-0.063zM29.251 29.307l-0.136 0.152h-0.136l-0.072-0.079 0.072-0.077h0.272zM28.885 29.303h-0.068l-0.135-0.079 0.067-0.079h0.068l0.068 0.079h0.068zM28.891 28.464l0.172 0.109h-0.172v-0.115zM28.812 28.755l0.183 0.063-0.183 0.12h-0.063l-0.119-0.063 0.057-0.057zM28.287 28.703l0.12-0.063 0.244 0.063-0.181 0.12h-0.24zM28.573 29.12h-0.281l0.068-0.079h0.072zM27.969 28.593l0.124-0.063 0.125 0.063-0.183 0.125h-0.249zM28.203 28.912l-0.072 0.109h-0.448l0.224-0.109zM27.536 28.479h0.303l-0.183 0.125h-0.12l-0.063-0.063 0.057-0.063zM27.536 28.812h0.204l-0.204 0.136-0.067 0.068-0.136-0.068zM27.719 29.151l-0.063 0.131h-0.391l0.068-0.068 0.131-0.063h0.26zM27.183 28.636h0.129l0.063 0.061-0.129 0.131h-0.131l-0.063-0.063zM27.235 29.099l-0.193 0.136h-0.26l0.26-0.136 0.068-0.063 0.131 0.063zM27.151 27.921h0.12l0.24-0.119 0.057 0.061h0.063l-0.12 0.177-0.24 0.125-0.057-0.063-0.063-0.063h-0.063l-0.057-0.057zM26.88 27.927h0.099l-0.099 0.125zM26.781 28.255l0.063-0.057 0.239 0.057-0.176 0.063h-0.12v-0.063zM26.755 28.516h0.152l0.224 0.072-0.079 0.079h-0.145l-0.229-0.079zM26.792 28.869l0.068 0.068h0.124l-0.192 0.193-0.131 0.067-0.131-0.067zM26.421 28.131h0.287l-0.072 0.14h-0.141l-0.213-0.073zM26.609 28.453l-0.088 0.12h-0.172l0.083-0.12zM26.339 28.817l0.323 0.068-0.255 0.197-0.131 0.063-0.193-0.067 0.193-0.193zM26.203 28.516h-0.301l0.077-0.079 0.073-0.077 0.303 0.077zM26.188 28.021h0.151l-0.224 0.151h-0.224v-0.079l0.079-0.072zM25.88 27.749h0.089v0.095h-0.167zM25.973 28.828l0.131-0.063h0.131l-0.261 0.193-0.129 0.068h-0.063l-0.131-0.068zM24.473 28.479h0.115l-0.115 0.12-0.057-0.063v-0.057zM24.407 28.312l-0.005-0.109 0.115 0.011 0.063 0.089-0.089 0.009zM24.697 28.593l0.12-0.12 0.12 0.063-0.177 0.183-0.181 0.063h-0.12zM24.88 28.197h0.12l-0.12 0.12-0.12 0.063h-0.12l0.183-0.12zM24.927 28.027h0.297l0.12-0.068-0.063 0.068-0.177 0.067h-0.24v-0.067zM24.875 25.875h-0.104l0.104-0.088zM23.735 23.307l-0.12 0.057h-0.125v-0.057l0.063-0.056h0.547v-0.063l0.063-0.177h-0.183l-0.061-0.057-0.183-0.245-0.12-0.239-0.125-0.177-0.244-0.417 0.167 0.047 0.124 0.063v0.12l0.485 0.417 0.203 0.129h0.12l0.197-0.041 0.245-0.12 0.14-0.016 0.147-0.009-0.079 0.4-0.12 0.355-0.348 0.803 0.364-0.115 0.364-0.12 0.308-0.24 0.432-0.317-0.005 0.224-0.135 0.177-0.292 0.124-0.24 0.095-0.197 0.203-0.828 0.364-0.131-0.072-0.068-0.141-0.057-0.296-0.063-0.297-0.181-0.297h-0.063zM23.787 23.453l-0.089 0.099h-0.057l-0.124-0.025zM23.005 23.287v-0.115h0.073l0.067 0.052v0.057h-0.145v0.005zM23.161 23.364v0.115l-0.073-0.057-0.072 0.057-0.073-0.115zM25.156 17.145v0.167l-0.224 0.157 0.037-0.193zM24.964 17.161l0.025-0.24 0.229-0.151-0.016 0.161-0.115 0.115zM25.656 19.099l-0.183 0.193-0.385 0.244-0.416 0.167 0.077-0.229 0.111-0.036 0.145-0.068 0.489-0.239 0.281-0.271zM25.693 19.755l0.197-0.088 0.016 0.083v0.073l-0.24 0.084zM25.713 20.369l0.303-0.151 0.025 0.156-0.099 0.073-0.364 0.145 0.015-0.151zM25.073 23.557l0.276-0.12 0.651-0.416-0.057 0.151-0.667 0.473-0.661 0.313 0.12-0.281zM24.839 23.495l0.14-0.323 0.313-0.079 0.281-0.181 0.411-0.319-0.015 0.245-0.849 0.536zM25.948 22.484l-0.172 0.079-0.349 0.219-0.421 0.24 0.073-0.12 0.036-0.161 0.24-0.12 0.281-0.125 0.129-0.083 0.199-0.12 0.093 0.151zM24.651 18.547l-0.011 0.156-0.077 0.115-0.235 0.095 0.068-0.209 0.099-0.088h0.068zM24.479 18.473l0.115-0.343 0.333-0.213-0.036 0.271-0.12 0.124zM24.593 18.891l-0.099 0.213-0.093 0.115-0.349 0.093 0.093-0.219 0.188-0.047zM24.432 19.344l0.057-0.057h0.063l0.063-0.057 0.047-0.079 0.177-0.057-0.052 0.193-0.172 0.12-0.199 0.072zM24.74 20.193l-0.193 0.099-0.109-0.057 0.287-0.12 0.297-0.151zM25.057 20.073l0.437-0.333-0.093 0.203-0.057 0.188-0.308 0.161-0.161 0.083-0.172 0.095-0.057-0.12zM24.959 20.489h0.276l-0.073-0.135 0.145-0.095 0.125-0.077-0.005 0.244-0.124 0.131-0.141 0.068-0.104 0.093-0.349 0.093-0.271 0.057-0.099 0.095h-0.073l-0.145 0.047-0.131 0.020-0.125 0.027-0.072-0.099 0.609-0.199zM24.317 21.172l0.131-0.161 0.369-0.093 0.469-0.215 0.235-0.14-0.308 0.312-0.339 0.193-0.229 0.099-0.448 0.136zM25.26 22.287l0.156-0.063 0.224-0.12 0.272-0.14 0.109-0.037 0.009 0.229-0.375 0.172-0.52 0.245 0.057-0.104zM25.615 21.921l-0.339 0.183 0.031-0.156 0.084-0.063 0.145-0.088 0.516-0.276v0.172zM26.041 21.369l-0.276 0.147-0.405 0.233 0.077-0.203 0.256-0.14 0.353-0.213zM25.355 19.593l-0.073 0.057-0.084 0.12-0.515 0.24-0.437 0.156-0.209-0.125 0.267-0.099 0.077 0.047 0.063-0.088 0.489-0.193 0.401-0.197 0.208 0.063zM24.677 19.489l-0.068 0.219-0.12 0.073-0.281 0.109-0.364 0.125-0.125-0.156 0.489-0.157 0.469-0.219zM24.203 20.203l-0.796 0.213-0.125-0.156 0.287-0.057 0.38-0.104zM23.855 20.396l0.385-0.099 0.083 0.072-0.411 0.183-0.333 0.084-0.095-0.141zM23.645 20.735l0.385-0.104 0.339-0.183 0.109 0.021 0.115 0.077-0.38 0.183-0.473 0.14zM24.224 21.036l-0.031 0.125-0.057 0.156-0.505 0.109-0.5 0.188-0.005 0.047 0.063 0.063 0.536-0.145 0.64-0.188 0.1 0.14-0.396 0.063-0.287 0.141-0.303 0.083-0.285-0.093-0.141-0.005-0.052-0.349 0.12-0.041h0.296l0.24-0.083zM24.38 21.667l0.969-0.401-0.089 0.183-0.187 0.047-0.281 0.183-1.109 0.333-0.204-0.141 0.901-0.208zM24.516 21.844l0.344-0.104 0.405-0.177-0.031 0.187-0.699 0.251-0.681 0.203-0.12-0.12zM24.599 22.079l0.604-0.229-0.041 0.229-0.948 0.301-0.161-0.005-0.109-0.093zM24.151 22.495l0.5-0.151 0.489-0.156-0.047 0.135-0.233 0.093-0.308 0.125-0.271 0.032zM26.068 21.027l-0.188 0.113-0.432 0.251 0.052-0.213 0.156-0.104 0.292-0.147 0.125-0.083zM24.568 19.125l0.077-0.256h0.089l0.183-0.135-0.037 0.125-0.011 0.129zM24.989 18.683l0.276-0.209 0.229-0.171 0.219-0.177 0.021 0.151v0.136l-0.183 0.145-0.063-0.063-0.063 0.12-0.192 0.145-0.303 0.193zM25.161 18.412l-0.125 0.119-0.333 0.177 0.037-0.213 0.14-0.083 0.276-0.193zM25.036 17.729l-0.317 0.197 0.093-0.192 0.068-0.131 0.224-0.14zM24.749 16.651v-0.093l0.177-0.093zM24.86 16.661l0.020 0.12v0.109l-0.109 0.063 0.016-0.204zM24.765 17.063l0.109-0.021-0.011 0.188-0.025 0.083-0.145 0.057 0.067-0.208zM24.839 17.412l-0.073 0.181-0.025 0.084-0.229 0.129 0.041-0.072 0.052-0.104 0.068-0.147zM24.683 17.833l-0.099 0.183-0.115 0.124-0.12 0.095 0.093-0.281 0.115-0.079zM24.443 18.287l-0.057 0.208-0.213 0.145 0.104-0.213v-0.072zM24.375 19.339l-0.088 0.167-0.093 0.083-0.464 0.161 0.088-0.161 0.188-0.167zM24.245 18.917l-0.115 0.093-0.152 0.031 0.125-0.249 0.115-0.057 0.109-0.073zM24.079 19.083l-0.147 0.199-0.151 0.063 0.073-0.131 0.077-0.068zM23.869 19.323l-0.276 0.292-0.276 0.192 0.095-0.192 0.181-0.099zM23.527 19.875l0.015-0.145 0.131-0.052 0.005 0.077-0.021 0.084-0.077 0.031 0.161 0.161-0.459 0.131-0.088-0.036-0.057-0.043-0.057-0.067 0.151-0.063 0.183-0.027 0.119-0.052zM23.145 19.855h-0.14l0.281-0.157zM22.973 19.948l0.057 0.12-0.057 0.057h-0.119v-0.177zM22.984 20.265l0.156-0.036 0.131 0.172-0.151 0.047-0.172 0.036-0.079-0.047-0.041-0.135zM22.88 20.579l0.172 0.015 0.125-0.063 0.156-0.009 0.079 0.093-0.157 0.079-0.26 0.077h-0.063l0.041-0.068zM23.604 20.907l-0.271 0.063-0.401 0.031-0.011-0.161 0.199-0.011 0.177-0.021 0.181-0.052zM23.079 23.041h0.067v0.057h-0.067zM23.079 22.927v-0.057l0.067-0.057v0.115zM22.979 21.312l-0.031-0.229 0.412-0.009 0.28-0.084 0.136 0.109-0.312 0.109-0.303 0.052zM23.057 21.803l0.136-0.011 0.061 0.072-0.061 0.053 0.047 0.109-0.136 0.047zM23.271 22.088l0.016 0.095-0.073-0.011-0.099-0.021zM23.271 22.208h0.063v0.063h-0.125zM23.333 22.317h0.068l0.063 0.063-0.068 0.068h-0.125zM23.307 22.557h0.063l0.063-0.063 0.068-0.063 0.063 0.125 0.104 0.188-0.167 0.004-0.125 0.068v-0.068l0.125-0.061h0.068l-0.068-0.068h-0.193zM23.693 22.86l0.099 0.119-0.224 0.011h-0.199l0.261-0.192zM23.391 23.161l0.063-0.063 0.131-0.068h0.317l-0.193 0.131h-0.124l-0.193 0.063zM24.073 24.375v0.057h-0.276v-0.057l0.057-0.057h0.161zM24.088 24.531l0.063-0.041 0.057 0.057-0.203 0.089h-0.057l-0.052-0.021zM24.109 24.661h0.156l-0.057 0.063h-0.161zM24.099 24.787l0.109-0.005 0.532-0.12 0.057 0.063 0.009 0.14-0.296 0.063-0.297 0.057-0.115-0.135zM24.765 24.396l-0.239 0.115 0.061 0.057h0.057l-0.119 0.063h-0.183l0.125-0.063v-0.057l-0.063-0.057 0.239-0.115h0.183l0.125-0.063 0.421-0.235 0.557-0.312-0.015 0.287-0.089 0.063-0.177 0.109h-0.063l-0.151 0.047-0.104 0.161-0.12 0.057-0.183 0.057-0.119 0.057-0.084-0.115zM25.027 24.943l0.307-0.099 0.183-0.079 0.359-0.181-0.036 0.203-0.333 0.224-0.417 0.104zM25.292 24.749l-0.161 0.073-0.157 0.032-0.025-0.105-0.041-0.067 0.161-0.047 0.224-0.089zM25.432 24.697h-0.063l0.005-0.192 0.104-0.084 0.073 0.032v-0.115l0.063-0.057 0.297-0.093v0.233l-0.281 0.199zM24.973 25.245l0.329-0.068-0.272 0.224h-0.135l-0.26-0.016 0.337-0.145zM25.339 25.927l-0.099 0.005h-0.209v-0.077l0.229-0.057 0.183-0.057v0.301l-0.125 0.057-0.229 0.12v-0.131l0.12-0.061 0.12-0.057 0.104-0.048zM25.083 26.303l0.147-0.063 0.224-0.063v0.14l-0.141 0.068-0.296 0.057zM25.083 26.584l0.157-0.068 0.219-0.109-0.063 0.124-0.057 0.068-0.328 0.068zM25.443 26.631v0.14l-0.125 0.005-0.099 0.052-0.063 0.005-0.177 0.068zM25.208 26.973l0.235-0.167v0.193l-0.104 0.052-0.292 0.12h-0.077l0.004-0.073zM25.443 27.536l-0.088 0.204-0.319 0.224zM25.235 25.703h-0.213v-0.072l0.5 0.072zM25.453 27.083l-0.057 0.131v0.068l-0.125 0.063-0.167 0.052-0.099 0.052-0.093 0.005 0.005-0.079zM25.145 27.484l0.292-0.12v0.089l-0.224 0.177-0.183 0.052-0.167 0.077zM25.063 28.64h0.249l-0.124 0.063-0.125 0.131h-0.188zM25.167 28.437h-0.125l-0.063-0.063 0.188-0.124 0.063-0.063 0.187 0.063-0.061 0.061h-0.063zM25.552 28.713h0.323l-0.255 0.193-0.136 0.067-0.192-0.067zM25.375 28.453l0.152-0.079 0.151-0.072h0.151l-0.151 0.151zM25.625 27.989h0.239l-0.124 0.12h-0.36l0.12-0.057 0.12-0.063zM25.364 25.521l-0.113-0.021-0.105-0.084 0.557-0.213-0.109 0.219-0.104 0.027zM25.719 26.057l-0.156 0.088v-0.088l0.077-0.084 0.157-0.088v0.088zM25.776 26.412v0.099l-0.068 0.052-0.135 0.068v-0.095l0.088-0.077zM25.557 27.448l-0.084 0.005 0.005-0.079h0.215zM25.672 27.109l-0.141 0.141v-0.152l0.267-0.063zM25.484 26.932l0.152-0.183 0.176 0.011zM25.855 25.693l-0.068 0.067-0.208 0.068 0.067-0.068 0.068-0.072 0.141-0.068zM25.891 25.292v0.072l-0.073 0.073h-0.068l0.141-0.287zM26.052 20.536l0.011 0.193-0.151 0.057-0.396 0.167 0.031-0.177 0.167-0.088 0.204-0.084zM25.953 20.068l-0.089 0.057-0.244 0.109 0.036-0.193 0.141-0.025 0.077-0.063 0.079 0.025zM25.896 19.521l-0.208 0.124 0.025-0.093 0.011-0.093 0.172-0.027zM25.88 19.328l-0.161 0.057 0.016-0.083v-0.095l0.115-0.031zM25.76 18.697l-0.057 0.12-0.239 0.177-0.276 0.183-0.349 0.129 0.057-0.228 0.183-0.095 0.312-0.213 0.312-0.244 0.063 0.171zM25.656 17.927l0.011 0.131-0.183 0.151-0.249 0.152-0.016-0.199 0.145-0.115 0.267-0.213zM25.625 17.755l-0.109 0.063-0.095 0.068-0.109 0.073 0.052-0.183-0.119 0.088-0.057 0.163-0.24 0.171 0.057-0.276 0.192-0.172 0.199-0.165 0.088-0.111 0.095-0.047zM25.552 17.323l-0.115 0.073-0.301 0.26 0.104-0.296 0.276-0.24zM25.255 17.251l0.011-0.147-0.005-0.088 0.161-0.12 0.011 0.083 0.037 0.089zM25.38 16.604l0.063 0.084 0.011 0.072-0.073 0.084-0.115 0.052 0.037-0.213zM25.36 16.396v0.077l-0.281 0.287v-0.077l0.083-0.152 0.199-0.208zM25.292 16.188v0.088l-0.089 0.088-0.187 0.089 0.281-0.265zM24.964 15.979v-0.093l0.083 0.093-0.083 0.095zM24.937 16.203l0.141-0.161h0.072l0.073 0.084-0.145 0.161-0.215 0.077v-0.077l0.073-0.079zM24.797 15.708v-0.287h0.14v0.287l-0.073 0.073h-0.067zM24.745 15.937h0.093v0.073h-0.093zM24.755 16.131l0.063 0.077h-0.115l-0.119-0.052h-0.407l-0.125 0.089 0.193-0.011h0.171l0.177 0.057 0.161 0.124-0.119-0.047-0.115-0.057h-0.355l0.063 0.104h0.145l0.213 0.073 0.057 0.115 0.057 0.172v0.344l-0.145 0.401-0.172 0.4-0.177 0.344-0.12 0.401-0.171 0.344-0.292 0.344-0.328 0.271-0.355 0.172-0.099-0.073v-0.401l-0.057-0.344 0.115-0.167 0.287-0.124 0.339-0.152 0.061-0.057v-0.052h-0.119l-0.095-0.011v-0.343l0.057-0.281 0.057-0.229 0.208-0.328 0.021 0.265 0.063 0.281 0.041-0.041 0.037-0.199v-0.167l-0.057-0.344 0.057-0.285 0.057-0.172 0.135-0.095-0.057-0.057-0.115 0.057-0.063 0.115-0.115 0.229-0.057 0.224-0.119 0.235-0.115 0.115-0.089 0.244-0.041 0.428-0.12 0.344-0.115 0.228-0.161 0.068h-0.437l0.057-0.052 0.057-0.115v-0.229l0.057-0.285v-0.057l0.063-0.115 0.057-0.229 0.005-0.193 0.14 0.235-0.057 0.229-0.088 0.219 0.115-0.115 0.063-0.115 0.056-0.287 0.032-0.317 0.057-0.344 0.031 0.24 0.027 0.219 0.036-0.188 0.052-0.129v-0.172l0.057-0.172 0.552-0.708-0.291 0.285-0.308 0.324 0.011-0.177 0.115-0.057 0.057-0.057 0.025-0.125 0.292-0.287 0.24-0.14 0.093 0.063 0.088 0.005v0.057h-0.119l0.061 0.056 0.105 0.037 0.228 0.057h0.235zM22.833 17.36l0.021-0.068 0.099-0.36-0.016 0.62zM24.339 15.896h0.344l-0.089 0.088h-0.339zM24.303 15.833v-0.136h0.135v0.068l-0.068 0.068zM24.312 13.839l0.063 0.057 0.063 0.115 0.032 0.125v0.119l0.061-0.119-0.004-0.12 0.119-0.032 0.125 0.109 0.005 0.12-0.093-0.125-0.089 0.048 0.147 0.224 0.067 0.233v0.24l-0.057 0.235-0.004-0.177-0.005-0.167-0.068-0.235-0.141-0.115 0.147 0.36 0.016 0.265-0.073 0.188-0.063 0.063 0.047-0.224-0.005-0.183-0.063-0.172-0.124-0.12 0.061 0.177 0.005 0.292 0.048 0.119-0.12 0.177-0.043 0.172 0.021 0.084 0.172 0.011 0.052 0.036 0.088-0.032-0.020 0.141v0.12l-0.183-0.156-0.183-0.057-0.099 0.093-0.14-0.177 0.052-0.14 0.156-0.109 0.125-0.057 0.020-0.163-0.005-0.171-0.124-0.235 0.072 0.26-0.063 0.183-0.077-0.265-0.005 0.156 0.011 0.115-0.032 0.145-0.072 0.079-0.016-0.261-0.068-0.233v0.063l0.016 0.291-0.052 0.349v0.057l0.099 0.057 0.125 0.177-0.095-0.037-0.124-0.031-0.063-0.063-0.027-0.068 0.047-0.203 0.021-0.235-0.005-0.235 0.063-0.176v-0.063l-0.125 0.12 0.037 0.104-0.057 0.233-0.063 0.235-0.073 0.047-0.115 0.063-0.057-0.448 0.052-0.239 0.152-0.167h-0.063l-0.152 0.093 0.131-0.193 0.323-0.151 0.005-0.052-0.344 0.125 0.068-0.136 0.063-0.057 0.213-0.104h-0.125l-0.187 0.063 0.047-0.073 0.109-0.099 0.229-0.088 0.125 0.057 0.115 0.077-0.005-0.12-0.125-0.052-0.188-0.176zM23.355 13.391l0.203-0.047 0.312 0.047 0.057 0.068 0.063 0.063-0.025 0.343-0.125-0.088-0.063-0.068h-0.183l-0.181-0.124v-0.068l0.004-0.095-0.077 0.052-0.047 0.043 0.005 0.088-0.084 0.027-0.025-0.188zM22.427 14.88l0.079-0.197 0.167-0.172 0.115-0.156 0.083-0.256 0.48-0.437 0.26 0.115 0.12 0.057 0.115 0.057h0.115l0.063 0.063-0.297 0.229-0.115 0.172 0.021 0.172-0.057 0.113-0.057 0.12-0.084 0.115v0.177l0.104-0.021 0.063 0.485h-0.167l-0.057-0.063v-0.057h0.115v-0.115h-0.057l-0.115 0.12v0.115l0.043 0.104 0.192 0.025h0.12l0.115-0.057 0.135-0.14-0.077 0.24 0.063 0.057-0.412 0.233-0.177 0.172-0.031 0.213-0.084 0.021v-0.292l-0.12-0.233v-0.229l-0.052-0.152 0.115-0.135-0.063-0.183-0.056-0.172-0.084-0.292 0.344-0.072 0.208-0.156-0.057-0.115-0.063-0.115-0.172-0.115h-0.12l-0.113 0.057 0.072 0.068-0.072 0.047 0.077 0.067-0.063 0.115-0.067 0.052v0.115l-0.12-0.057-0.052 0.068h-0.057l0.057 0.057h0.057v0.057l-0.172 0.057zM22.864 15.031l0.215 0.152-0.011 0.181-0.104 0.079-0.016-0.219zM23.12 14.495l0.125-0.115 0.025 0.136zM22.693 15.016v-0.073l0.072-0.14h0.073l0.073 0.072 0.067 0.141zM22.511 15.959l0.172-0.199-0.063-0.057-0.063 0.057h-0.063v-0.057l0.063-0.115 0.063-0.057 0.125-0.057 0.041-0.104-0.12-0.063 0.063-0.061 0.063-0.057 0.088 0.203 0.188 0.344v0.38l0.083 0.068v0.473l-0.063 0.057v-0.344l-0.020-0.176-0.12-0.167v0.167l0.011 0.14 0.083 0.287-0.083 0.244-0.021-0.301-0.068-0.156 0.027 0.359-0.131 0.584-0.005-0.183v-0.287l-0.124 0.349 0.088 0.197v0.115l-0.125 0.287-0.057 0.287-0.063 0.344-0.124 0.344-0.089-0.141v-0.115l0.12-0.459-0.057-0.115v-0.113l-0.063-0.172-0.015-0.245 0.124-0.344 0.125-0.401 0.063-0.228 0.005-0.219-0.052 0.004-0.188 0.459v-0.24l0.063-0.285zM22.052 16.083v0.147h-0.145zM21.812 16.307l0.204 0.157-0.079 0.124-0.161-0.124zM21.833 16.703l0.073 0.115-0.047 0.141-0.24-0.109 0.083-0.213zM21.579 17.027h0.219v0.171l-0.109 0.089-0.109-0.172zM21.645 17.432l0.188 0.005 0.131-0.688 0.213-0.796 0.063-0.12 0.181-0.063 0.032 0.136-0.011 0.109-0.115 0.072-0.057 0.12v0.844l-0.063 0.24-0.063 0.12h-0.181l-0.057 0.119v0.125l0.057 0.24h-0.24v0.063l-0.063-0.245zM22.235 17.959v0.651l0.063 0.193v0.067l-0.193-0.457-0.328-0.453 0.26 0.129v-0.599l0.131 0.073 0.068 0.131-0.068 0.129v0.199l0.068-0.068zM21.547 17.317h0.068v0.62h-0.068zM21.407 18l0.38 0.719h-0.281l-0.099-0.183 0.093-0.271zM21.443 19.276v-0.511l0.297 0.281 0.296 0.339 0.057-0.109-0.057-0.115-0.176-0.224-0.12-0.057-0.057-0.115h0.057l0.12 0.057v-0.057l-0.12-0.339-0.177-0.396h0.12v-0.109l0.057 0.052v0.057l0.057 0.115 0.176 0.172 0.12 0.167 0.063 0.229 0.12 0.224v0.057h0.12l-0.057-0.052v-0.057l0.057-0.057v0.167l0.063 0.115 0.057-0.115v-0.109l0.281-0.099-0.281 0.38 0.057 0.057 0.104-0.041v0.735l0.057 0.676 0.183 1.516-0.579-0.104-0.063-0.579 0.063-0.563 0.057-0.509v-0.568l0.063-0.339v-0.287h-0.063l-0.057 0.115-0.063 0.109-0.057 0.683v1.979l0.057 0.172v0.683l0.063 0.224v0.172l-0.021 0.099-0.14 0.016-0.057 0.109-0.068 0.119 0.063 0.188 0.079-0.016 0.036-0.099-0.068-0.020 0.011-0.131 0.172-0.027-0.109 0.959-0.281-0.609-0.099-0.421-0.021-0.396 0.104-1.089 0.12-1.301 0.057-0.62 0.104-0.667-0.057 0.172-0.177 0.109-0.296 0.115v-0.057l-0.12 0.057-0.12 0.115zM21.495 20.052v-0.125l0.063-0.063 0.063 0.063v0.251h0.125v-0.188l0.067-0.125 0.251-0.187h0.063v0.063h-0.063v0.249l-0.068-0.125-0.063 0.063 0.063 0.251 0.068 0.187-0.125-0.124-0.125-0.188v0.068l0.063 0.307 0.125 0.319-0.312-0.319zM21.823 20.792l-0.364-0.292-0.115-0.203v-0.199h0.115l0.115 0.303zM21.349 17.369h0.099v0.256l-0.099-0.084zM21.24 17.584l0.145 0.208 0.079 0.208-0.297-0.281zM21.219 17.901l0.073 0.129 0.068 0.391v0.792l-0.308 0.172 0.141-0.656v-0.719l-0.115-0.245zM21.131 18.079l-0.068 0.604v0.359l-0.131 0.303h-0.125l-0.061-0.063 0.192-0.303 0.068-0.359zM20.969 17.823h0.067l-0.099 0.708-0.249 0.704-0.152-0.12 0.251-0.584 0.125-0.353zM20.869 17.88l-0.176 0.5-0.177 0.417 0.088 0.083-0.088 0.084h-0.095v0.083h-0.088v-0.083l-0.088-0.084 0.088-0.083v-0.084l0.093-0.083h0.089l0.088-0.417zM20.573 17.541v0.527l-0.152 0.448-0.197 0.348-0.084-0.041v-0.068zM20.437 17.536l-0.073 0.385-0.067 0.272-0.281 0.525 0.036-0.339 0.145-0.265zM20.235 17.464l0.093-0.371 0.021 0.355-0.131 0.459-0.292 0.62-0.088-0.251 0.079-0.136 0.072-0.276zM20.224 16.959l-0.156 0.572-0.229 0.573h-0.073v-0.213zM20.099 16.667l-0.125 0.631-0.119 0.307-0.147 0.203-0.088-0.057 0.219-0.479zM19.907 16.651v-0.301l0.093-0.005v0.301l-0.068 0.276-0.151 0.272-0.172 0.463 0.068-0.416 0.167-0.328zM19.615 15.828l0.12 0.063 0.12 0.416v0.24l-0.057 0.177-0.12 0.063h-0.125l-0.12-0.12-0.063-0.12 0.12-0.063-0.057-0.057h-0.125l-0.056-0.057-0.063-0.119h0.119v-0.063l-0.301-0.177-0.12-0.12-0.063-0.177v-0.057l0.063-0.12v-0.057h0.063v0.12l0.057 0.057v0.12l-0.057 0.063 0.057 0.057v-0.057h0.063l0.057-0.057 0.125 0.12 0.181 0.063 0.12 0.115v0.119l0.063-0.057v-0.176l-0.183-0.183-0.244-0.12 0.301 0.063zM18.964 16.385v-0.161h0.099l0.093 0.083v0.167zM19.151 16.541v0.073l-0.072 0.073h-0.068v-0.147zM18.656 16.355h0.219v0.161h-0.145l-0.068-0.079v-0.083zM18.547 15.792l0.084-0.099h0.077l0.079 0.099v0.192h-0.156zM18.735 16.265l-0.099-0.115v-0.115h0.104l0.197 0.115-0.099 0.115zM19.021 15.412h0.197v0.14h-0.197zM19.26 15.355v-0.095h0.172v0.095l-0.088 0.093-0.089-0.093zM19.511 15.484l-0.005 0.136h-0.104l-0.005-0.115zM19.568 15.016l-0.047-0.005v-0.057h-0.063v0.12l-0.057 0.12-0.089-0.063-0.041-0.141 0.016-0.192 0.025-0.147-0.061-0.063h-0.095v0.365l0.063 0.24-0.063 0.181-0.057-0.12-0.239 0.24v-0.063l-0.063-0.057-0.12 0.057-0.063 0.12h-0.057l-0.063-0.057 0.063-0.12-0.063-0.063-0.12 0.063h-0.057v-0.12l0.021-0.151 0.057-0.177 0.099-0.093v-0.063l-0.12-0.057-0.025 0.104-0.063 0.12-0.057 0.24-0.151-0.041-0.057-0.12-0.063-0.063h-0.057l0.057-0.063 0.063-0.057 0.119-0.063v-0.063l-0.057-0.057v-0.063h0.297l0.063-0.119h0.057l0.12 0.061 0.359-0.181h0.303l0.12 0.063 0.063 0.119v0.057l0.129 0.209 0.037 0.219zM18.407 15.937v-0.088l0.161 0.088v0.089l-0.079 0.093-0.083-0.093zM18.38 15.745l-0.073-0.073v-0.145h0.152l0.077 0.072v0.073l-0.077 0.073zM18.281 15.355v0.061h-0.068l-0.068 0.068-0.063-0.068-0.067-0.061 0.067-0.068 0.068 0.068zM20.636 15.213h-0.199v-0.265l0.131 0.068h0.068zM20.855 15.213v0.131h-0.068l-0.068-0.131v-0.197h0.068l0.068 0.063zM21.317 15.448l-0.067 0.068-0.068 0.129-0.136-0.067-0.063-0.063-0.067-0.204 0.067-0.129 0.136-0.136 0.131 0.068 0.067 0.136zM21.375 14.36l0.057-0.063 0.177 0.239 0.057 0.308 0.057 0.296-0.057 0.303-0.235 0.12-0.063-0.297v-0.183l-0.115-0.061-0.119-0.057-0.115 0.057h-0.115l-0.063-0.057 0.12-0.12v-0.423l0.172 0.057h0.239zM21.073 14.083h0.115l0.052 0.115 0.057 0.057v0.172h-0.172l-0.167-0.115-0.172-0.172h-0.057l0.115 0.287 0.057 0.115-0.057 0.167 0.057 0.057-0.172 0.172h-0.224l-0.115-0.172v-0.057l-0.057-0.052-0.131-0.068-0.083-0.14 0.14 0.016 0.011-0.084-0.068-0.083-0.093-0.037-0.073 0.021-0.041 0.093 0.032 0.12 0.083 0.099-0.115 0.109-0.135-0.025-0.141-0.109-0.005-0.251 0.057-0.172 0.057-0.115 0.057-0.052 0.115-0.057 0.057-0.057 0.115-0.057 0.229 0.115h0.172l0.115-0.057h0.172l0.113 0.115zM20.568 13.505l0.12-0.063h0.181v0.245l-0.12 0.057-0.119 0.061-0.245-0.061h-0.364l-0.12 0.124-0.188-0.12-0.12-0.181v-0.12l0.063-0.063 0.057-0.063h0.125l0.063 0.063h0.12l0.061-0.063 0.057-0.183 0.063-0.119h0.245l0.12 0.057v0.119l-0.063 0.125v0.057zM21.803 12.552l0.181 0.125 0.245 0.255 0.12 0.38-0.183-0.061-0.183-0.125-0.12-0.131-0.181-0.188-0.063-0.255zM21.927 13.287l-0.057 0.109h-0.109l-0.057-0.052v-0.172l0.057-0.109 0.109 0.109zM21.407 13.136l0.088-0.407 0.032-0.188 0.167 0.485-0.115 0.167v0.223l0.167 0.115h0.172l0.056-0.115 0.109-0.109 0.057 0.109-0.057 0.115-0.165 0.109-0.115 0.057-0.057 0.057h-0.844l0.115-0.171v-0.111l-0.057-0.057-0.115-0.109h-0.109l-0.057-0.056v-0.115l-0.167-0.167-0.115-0.057h-0.115l-0.167 0.115-0.057 0.109-0.109 0.057h-0.115l-0.172 0.113-0.167 0.167v0.111l0.115 0.228 0.109 0.052 0.057 0.057-0.115 0.281-0.052 0.115v0.167h-0.063l-0.057-0.109-0.109-0.057h-0.057v-0.057h-0.396l-0.109 0.057-0.172 0.109h-0.167l-0.115 0.057h-0.167l-0.115 0.057h-0.056l-0.057 0.115v0.167l-0.109 0.057-0.057 0.167h0.167l0.057 0.115-0.057 0.109v0.172l0.057 0.052 0.171 0.057 0.053 0.115v0.057l0.056 0.057v0.333l0.115 0.115 0.109-0.057h0.057l-0.057 0.115v0.057l0.057 0.224 0.057 0.057h0.115l0.109 0.052 0.172 0.172h0.109l0.057-0.057v-0.057l0.057-0.109v-0.057l0.109 0.224 0.057 0.109 0.115 0.057 0.167-0.057-0.224 0.792 0.109 0.113 0.057 0.167 0.115 0.281 0.057 0.281 0.167 0.281 0.167 0.224 0.229 0.115 0.224 0.109 0.167 0.172h0.115l0.109 0.052 0.229-0.109 0.109-0.115v0.677l-0.057 0.115-0.167 0.109-0.167 0.057-0.115 0.115-0.109 0.167-0.115 0.172-0.057 0.224-0.167 0.167 0.224 0.115h0.167l0.172-0.115 0.109-0.057v0.057l0.057 0.057-0.073-0.276 0.052-0.271 0.079-0.24h-0.057l-0.115 0.281-0.099 0.353-0.011-0.099-0.057-0.145-0.104-0.099 0.109-0.141 0.115-0.172 0.115-0.057 0.167-0.063 0.067 0.251 0.172 0.167 0.152 0.145 0.239 0.073 0.057 0.052-0.005 0.136-0.057 0.124v0.281l-0.015 0.199 0.057 0.115-0.057 0.057-0.052 0.109-0.057 0.115-0.084 0.099v-0.115l0.052-0.109 0.032-0.047v-0.224l-0.057-0.167v-0.156l0.057-0.109v-0.281l-0.095 0.339-0.057 0.333 0.057 0.056-0.115 0.115-0.041 0.141-0.099 0.281-0.057-0.084 0.016-0.172 0.115-0.167 0.052-0.452 0.115-0.448-0.167 0.224v0.224l-0.057 0.224-0.057 0.28-0.199 0.412-0.041-0.151v-0.052l0.057-0.172 0.115-0.224 0.057-0.281v-0.281l0.011-0.317-0.057 0.057 0.015 0.135-0.056 0.224v0.224l-0.115 0.167-0.313 0.24 0.063-0.203 0.125-0.115 0.115-0.167v-0.167l-0.057 0.057v0.057l-0.057 0.052-0.052 0.057-0.172 0.228-0.057 0.109v0.167h0.172l0.167-0.167 0.115-0.057-0.115 0.281-0.057 0.115v0.167l0.115 0.115v0.052l0.109-0.052 0.057-0.057h0.057l0.057 0.057 0.167-0.396v0.281l0.057 0.057h0.115l0.052-0.057-0.052-0.057 0.109-0.109-0.057 0.391-0.052 0.396v0.339l0.052 0.396 0.057 0.224-0.167 1.183 0.057 0.448-0.057 0.115v0.167l0.057 0.28v0.849l-0.057 0.333v0.057l0.057 0.057v0.057l0.167-0.792v-1.567l0.057-0.792 0.109 0.276 0.057 0.057 0.115 0.109 0.056-0.276v-0.229l0.053-0.563v-0.057h0.056l0.027-0.011-0.027-0.041-0.056-0.115 0.056-0.057-0.056-0.505-0.016-0.536 0.052-0.057h0.281l0.161 0.135-0.052 0.057-0.057 0.167-0.115 0.172-0.057 0.224-0.141 0.396 0.057 0.115 0.111-0.14 0.047-0.177 0.109-0.276v-0.115l0.172-0.339 0.067 0.145v0.339l-0.167 0.453v0.224l-0.228 0.901 0.056-0.115 0.057-0.167 0.115-0.281v0.505l-0.115 0.563h0.057l-0.171 1.296-0.053 0.62-0.057 0.62-0.395-0.057-0.167-0.057-0.224 0.057v-0.109l-0.057-0.057-0.115 0.057h-0.052l-0.057-0.057v-0.057l0.057-0.057h0.052v-0.052l-0.052-0.057h-0.115l-0.167 0.057-0.172-0.057 0.115-0.057 0.109-0.057-0.167-0.109-0.167-0.057-0.396 0.057-0.109 0.052-0.115 0.057v-0.167l0.057-0.115-0.057 0.057-0.115 0.057-0.167-0.115-0.224-0.057 0.109 0.115 0.115 0.057h0.057l-0.511 0.224-0.052-0.057 0.052-0.057 0.057-0.052v-0.057l0.057-0.057h0.057l-0.057-0.057-0.339 0.172h-0.167l-0.057 0.052-0.057 0.057h-0.224l0.115-0.167 0.167-0.115 0.396-0.167v-0.172l0.052 0.115v0.057l0.057 0.057h0.172v-0.057l-0.172-0.115-0.057-0.057-0.052-0.109-0.115-0.115-0.167-0.109-0.172-0.057h-0.224l-0.057-0.115-0.109-0.109h-0.224l0.109-0.057 0.172-0.056h0.276l0.172 0.113 0.115 0.057 0.224 0.224-0.057-0.224-0.115-0.228-0.109-0.167-0.172-0.057h-0.391l-0.224 0.057-0.229 0.167-0.167 0.171-0.109 0.224v0.057l-0.172-0.509-0.109-0.224-0.056-0.224-0.115-0.505 0.072 0.187 0.043 0.037 0.056 0.057 0.057-0.057v-0.115l0.183-0.073-0.24 0.016-0.020 0.129-0.036-0.072-0.032-0.073-0.025-0.093-0.053-0.057v-0.115l-0.057-0.052h0.339l0.052 0.109 0.057 0.057v0.057h0.115l-0.057-0.115-0.057-0.057-0.167-0.109h-0.113l0.113-0.224 0.167-0.115 0.172-0.109 0.224-0.057 0.052-0.115 0.057 0.172v0.109l0.172 0.172 0.109-0.115h0.057v0.505l0.167-0.057 0.057-0.109 0.115-0.339-0.115-0.339-0.167-0.109-0.115-0.115h-0.172l0.052-0.115h0.229l0.109-0.057 0.057-0.109 0.057-0.224 0.057-0.115 0.052-0.057 0.057 0.057 0.057 0.115-0.057 0.167 0.057 0.167 0.109 0.057h0.057l0.115-0.057h0.057l0.052-0.109 0.115-0.172v-0.109l0.057-0.057 0.057 0.057 0.109 0.057v0.224l-0.109 0.167-0.057 0.115 0.057 0.115 0.109 0.052h0.115l0.109 0.057 0.057 0.057v0.167l-0.109 0.172-0.229 0.224-0.183-0.027-0.109-0.115 0.011-0.14 0.057-0.167 0.115-0.115 0.099 0.041 0.057 0.057v0.115l-0.057 0.057-0.041 0.068h0.109l0.057-0.057 0.057-0.224-0.115-0.109-0.109-0.057-0.172 0.057-0.167 0.167v0.057l-0.057 0.224 0.115 0.167 0.167 0.115h0.115l0.109-0.057 0.172-0.109 0.109-0.115 0.115-0.224v-0.224l-0.115-0.057-0.109-0.057h-0.115l-0.115-0.115 0.172-0.281 0.057-0.167-0.057-0.115-0.115-0.109h-0.057l-0.224 0.052-0.109 0.115-0.057 0.115-0.057 0.109-0.115 0.115-0.052-0.115 0.052-0.057 0.057-0.052-0.057-0.115v-0.167l-0.052-0.057-0.057-0.057h-0.167l-0.115 0.115-0.115 0.167-0.052 0.057v0.109l-0.115 0.115h-0.057v-0.396l-0.057-0.167-0.052-0.109 0.052-0.115h0.057l0.224-0.057h0.115l0.167 0.115 0.115 0.057h0.167l0.057-0.115v-0.339l0.115-0.057 0.109-0.109v-0.057l-0.057-0.115h-0.052v-0.052l0.115-0.115 0.109-0.115-0.057-0.113-0.109-0.115h-0.057l0.057-0.057 0.057-0.109 0.052-0.057-0.052-0.057-0.229-0.109-0.052-0.057-0.115 0.057-0.057 0.052h-0.109v-0.052l-0.172-0.172h-0.109l-0.057 0.057-0.115 0.057-0.052-0.172-0.115-0.224h-0.167l-0.172-0.057-0.167-0.052h-0.224v0.052l-0.113-0.052h-0.109l0.109 0.052-0.057 0.057v0.115l-0.052 0.057h-0.057l0.052-0.792v-0.391h0.172l0.052 0.109 0.057 0.057h0.224l0.171-0.167 0.109-0.063h0.057v-0.109l0.057-0.115-0.115-0.109v-0.115l0.057-0.109-0.109-0.172 0.052-0.167v-0.115l-0.052-0.109h0.052v0.052l0.172 0.172 0.109 0.057 0.229 0.052-0.057 0.281 0.057 0.229 0.167 0.167h0.057l0.109 0.339 0.224 0.224 0.172 0.057h0.167l0.339-0.339v-0.339l-0.057-0.167-0.057-0.057-0.052 0.057-0.115 0.057 0.115 0.109 0.052 0.057v0.224l-0.052 0.057-0.057 0.115-0.109 0.079-0.131 0.031-0.057-0.057-0.224-0.109-0.056-0.115-0.021-0.131 0.151-0.093 0.057-0.057 0.052 0.167 0.057 0.115 0.115 0.057h0.057l0.167-0.057v-0.167l-0.115-0.172-0.052 0.057h-0.057l0.109 0.115v0.052l-0.052 0.063h-0.057l-0.115-0.172v-0.057l0.057-0.109 0.115-0.057-0.057-0.115-0.115-0.224-0.109-0.115h-0.057l-0.115 0.057-0.109 0.172v0.109l-0.068 0.208-0.145-0.135-0.057-0.115 0.032-0.115 0.041-0.099v-0.109l-0.115-0.057-0.057-0.057-0.109-0.052-0.073-0.016-0.104-0.088 0.177-0.011h0.109l0.057-0.109-0.027-0.147v-0.109h0.057l0.057-0.057 0.167-0.057 0.167-0.109v-0.224l-0.167-0.172-0.396-0.167h-0.109l-0.115 0.057-0.224 0.052 0.057-0.109v-0.113l0.057-0.057-0.115-0.109-0.281-0.057 0.057-0.281-0.057-0.281-0.113-0.224-0.167-0.224v-0.172l0.056-0.167-0.056-0.167 0.056-0.172 0.111-0.224 0.171-0.172 0.057-0.052 0.109-0.281 0.115-0.172 0.109-0.224v-0.448l0.281 0.167 0.057-0.109v-0.057h0.057l0.115 0.057 0.109 0.109 0.057 0.281v0.057l-0.057 0.115-0.057 0.052-0.052 0.115-0.229 0.115-0.276 0.052 0.052 0.057h0.115l0.224-0.057 0.167-0.109 0.224-0.339v-0.339l-0.109-0.109-0.167-0.229-0.229 0.115h-0.052l-0.115-0.057h-0.115v-0.057l0.907-0.448 0.052 0.172 0.057 0.052 0.115 0.057h0.109l0.172-0.057 0.167-0.224 0.057-0.109v-0.285l0.115-0.057 0.276-0.224 0.307-0.183-0.119 0.172-0.073 0.26-0.016 0.349 0.093-0.057 0.095-0.052 0.167-0.167 0.099-0.303-0.011-0.301 0.073-0.037 0.145 0.131-0.181 0.479-0.037 0.328 0.079 0.324 0.172 0.339 0.052 0.167 0.057-0.167zM20.803 20.839v0.203l-0.073 0.068h-0.079v-0.203l0.079-0.136zM21.713 21.724l-0.083 0.213v-0.213zM23.683 28.521l-0.141-0.027-0.083-0.073-0.339-0.213 0.104-0.109 0.136 0.141 0.083 0.083zM23.136 27.927l0.364 0.115 0.177 0.193-0.037 0.129zM23.005 28.364l-0.631-0.432 0.011-0.145h0.068l0.312 0.249 0.317 0.256 0.563 0.385-0.020 0.125zM23.584 28.869l-0.032 0.095-0.255-0.125v-0.136l0.192 0.063zM23.224 28.651v0.167l-0.125-0.063-0.125-0.067-0.124-0.063-0.131-0.125-0.188-0.125-0.187-0.129v-0.224h0.063l0.38 0.317zM22.787 25.833h0.292v0.052l-0.365 0.057v-0.057zM22.749 25.771v-0.172h0.365v0.057l-0.151 0.057zM22.86 26.057h0.145l-0.073 0.057-0.145 0.057h-0.073v-0.115zM23.104 26.229l-0.145 0.115-0.292 0.057v-0.172zM22.781 26.459h0.224v0.057h-0.219l-0.151 0.052v-0.115h0.151v0.005zM22.823 26.683h0.297l-0.219 0.057-0.152 0.057-0.145-0.057 0.073-0.057zM22.828 26.855h0.183v0.115h-0.36l-0.063-0.115zM22.828 27.052l0.183 0.057h-0.303l-0.057 0.057-0.063-0.057v-0.057zM22.765 27.255h0.245v0.057h-0.36l-0.063 0.057v-0.115zM22.948 27.479l0.063 0.057h-0.063l-0.183 0.057h-0.181l-0.063-0.057v-0.052h0.427zM22.921 27.797l-0.104-0.115h0.104l0.105 0.115zM22.995 27.959l0.125 0.197-0.656-0.459h0.124l0.209 0.079zM23.079 25.489h-0.297v-0.115h0.364zM23.079 25.203l-0.073 0.057h-0.145l-0.073 0.057v-0.12l0.073-0.052h0.291zM22.781 25.031l0.073-0.052 0.072-0.057h0.147v0.057l-0.068 0.052zM23.079 24.807h-0.297l0.073-0.057v-0.056h0.219l0.072 0.056zM23.079 24.579h-0.219v-0.057h0.145l0.145-0.052zM23.005 24.355h-0.151v-0.115h0.296v0.115zM23.047 24.125h-0.145v-0.115h0.219v0.057zM22.891 23.896l0.079-0.115h0.145v0.115zM18.104 26.292l0.151-0.141 0.125-0.057-0.192 0.297-0.063 0.183v0.12l-0.079-0.163zM17.932 26.104l0.095-0.145 0.113-0.136 0.167-0.109-0.109 0.188-0.020 0.167-0.167 0.224zM18.719 25.917l-0.197 0.151h-0.136l-0.135-0.079v-0.072l0.067-0.079 0.204-0.079 0.093 0.005 0.073 0.041zM18.688 26.083l0.176-0.061 0.245 0.061 0.245 0.136 0.057 0.131-0.147 0.077-0.197-0.135-0.183-0.027h-0.063l-0.135 0.089-0.152 0.072-0.156 0.12-0.24 0.391 0.095-0.359 0.172-0.303 0.156-0.125 0.12-0.068zM18.057 26.973l0.131 0.224-0.297-0.156 0.172-0.068zM18.213 26.973l0.167-0.239 0.172-0.172 0.276-0.167h0.115l0.287 0.088-0.136 0.037-0.124 0.072-0.079 0.095-0.172 0.104-0.052 0.057h-0.115l0.115-0.172-0.115 0.057-0.115 0.115-0.052 0.072zM18.24 27.183l0.172-0.089 0.432-0.172-0.349 0.261h-0.255l-0.177 0.088zM18.896 27.151l0.073-0.072h0.135v0.072h-0.068l-0.213 0.068-0.208 0.141h-0.073l-0.068-0.068 0.141-0.073h0.208zM18.36 27.255l0.067 0.068 0.068 0.073h-0.14l-0.068-0.073zM18.421 27.516h0.063l0.063-0.063 0.125 0.125-0.063 0.061h-0.063l-0.125-0.061zM18.787 27.713l0.135-0.068v0.073l0.136 0.136-0.068 0.067-0.197-0.067-0.073-0.068-0.063-0.068h0.131zM18.823 27.552l-0.125-0.125 0.125-0.063h0.125l0.063 0.063v0.063zM19.136 27.615h0.124l0.063 0.063-0.063 0.063h-0.181l-0.063-0.063zM19.453 27.511l0.083-0.104 0.084 0.104v0.109h-0.328l0.161-0.104zM19.437 27.265v-0.068h0.068l0.135-0.067h0.063l-0.129 0.135zM19.427 27l-0.067 0.068h-0.141l0.068-0.068 0.14-0.073zM19.235 27.251h0.161l-0.161 0.109-0.084 0.104-0.077-0.104zM19.131 27.807h0.192l0.125 0.131-0.063 0.068h-0.125l-0.067-0.068-0.063-0.068zM19.609 28.307l0.167-0.093 0.084 0.093h0.088v0.095l-0.172 0.093h-0.083l-0.167-0.093 0.077-0.095zM19.541 27.964h0.188l0.093 0.093v0.088h-0.093zM19.745 27.88l-0.251-0.077 0.167-0.084h0.084l0.161 0.084-0.079 0.077zM20.167 27.104l0.229-0.073 0.052 0.163-0.151 0.113-0.188-0.020-0.021-0.104zM20.047 26.943l0.073-0.079 0.073-0.072v0.072l-0.073 0.079zM20.557 27.271l0.14 0.063 0.079 0.079v0.083h-0.079l-0.249 0.073-0.079-0.073-0.057-0.093zM20.473 27.099l0.068-0.135h0.136l0.203 0.063-0.063 0.067h-0.072l-0.131 0.068h-0.068zM19.959 27.068l-0.245 0.083 0.161-0.161h0.245zM19.896 27.251h0.109l0.109 0.109-0.109 0.113h-0.109l-0.109 0.111-0.109-0.111v-0.113h0.109zM20.052 28.083h0.088l0.089 0.089h0.083l-0.083 0.088h-0.089l-0.171-0.088zM20.183 27.989h-0.193l-0.093-0.093 0.192-0.093 0.1 0.093 0.093 0.192zM20.26 27.719h-0.172l-0.181-0.115 0.181-0.115h0.089l0.177 0.115v0.115zM20.432 28.021l0.188-0.089 0.093 0.177h-0.281zM20.355 27.828l0.129-0.161h0.256v0.161zM20.771 28.011v-0.099l0.104-0.1 0.208 0.1-0.104 0.099zM21.031 27.115l0.163 0.161-0.157 0.084h-0.083l-0.156-0.079 0.077-0.084zM20.828 26.912h0.24l-0.12 0.057zM20.932 27.531h0.349l-0.235 0.109-0.115 0.115-0.115-0.115zM21.031 28.079h0.12l0.063 0.057-0.063 0.061-0.12 0.063-0.061-0.063-0.057-0.061zM21.235 27.833l-0.156-0.079 0.156-0.083h0.151v0.077zM21.208 27.464v-0.104h0.229l-0.073 0.104zM21.38 27.855h0.125v0.057l-0.125 0.061h-0.057zM21.464 27.615l0.057-0.057h0.115v0.057l-0.057 0.063-0.12-0.063zM17.36 23.948l-0.12-0.12-0.235 0.057 0.12-0.115 0.115-0.12 0.12 0.177 0.113 0.12zM17.437 24.115l-0.12 0.093v-0.192l0.12 0.093zM16.407 21.88v-0.172l-0.057-0.057h0.057v-0.063l0.291 0.063 0.229 0.057h-0.115l-0.057 0.057-0.057 0.229 0.115 0.355-0.172 0.057h-0.056l-0.057-0.12-0.063-0.172v-0.12zM16.125 20.912l-0.339-0.095-0.172-0.135-0.193-0.213-0.145-0.24-0.057-0.224-0.057-0.459 0.005-0.427 0.172-0.469 0.224-0.291 0.396-0.62v0.536l-0.24 0.396-0.213 0.484-0.047 0.308 0.057 0.301 0.047 0.24 0.057 0.172 0.115 0.172 0.224 0.172 0.229 0.115 0.567 0.224 0.172 0.015 0.032 0.099 0.14 0.057 0.057 0.084-0.068 0.131-0.391-0.1zM16.407 21.151h-0.355l-0.355 0.115 0.057-0.292h0.177l0.12 0.057zM16.016 17.167l-0.109-0.453-0.057-0.505 0.224 0.057 0.115-0.057 0.109-0.057 0.057-0.109 0.115-0.115 0.109-0.281v0.115l-0.052 0.109v0.115l0.109 0.057h0.171l0.308-0.015-0.131 0.083-0.177 0.041h-0.057l-0.056 0.057 0.192 0.032 0.255-0.011-0.109 0.093h-0.109l-0.115 0.052-0.057 0.057 0.464-0.005-0.14 0.057-0.152 0.063h-0.115l-0.052 0.057 0.109 0.052 0.167-0.031 0.229-0.021-0.109 0.084-0.129 0.005-0.1 0.025-0.115 0.052 0.167 0.057 0.272-0.025-0.167 0.077-0.161 0.063-0.053 0.057 0.464-0.057-0.099 0.109-0.369 0.057-0.136-0.047-0.14 0.011-0.172 0.036-0.224 0.229-0.115 0.109 0.057 0.172v0.167l0.057 0.115h0.224v0.052l-0.057 0.057-0.057 0.115v0.109l0.115 0.057 0.057 0.167 0.057 0.115 0.109 0.057h0.113l0.168 0.167 0.056 0.115 0.057 0.057h0.109l-0.109 0.052h-0.337l0.167 0.115 0.213 0.025 0.229-0.025 0.197-0.037-0.213 0.152-0.188 0.025-0.177-0.025h-0.172l0.115 0.056 0.163 0.048 0.323 0.041-0.292 0.063-0.188-0.021-0.172-0.021 0.324 0.147 0.348 0.025-0.676 0.115 0.171 0.052h0.167l0.339 0.057-0.167 0.089-0.156-0.005h-0.411l0.171 0.088 0.177 0.016 0.371 0.036-0.333 0.057-0.381 0.057 0.277 0.057 0.395 0.032-0.109 0.052-0.281 0.031h-0.281l0.109 0.109h0.521l-0.276 0.079-0.355 0.036 0.167 0.115 0.215-0.025 0.391-0.057 0.004 0.099-0.249 0.016-0.172 0.041-0.151 0.068-0.204-0.089-0.167-0.109-0.228-0.057-0.224-0.115-0.167-0.167v-0.505l0.099-0.541 0.041-0.443 0.027-0.421 0.057-0.057v-0.62zM16.083 15.344h-0.061l-0.172-0.057 0.172-0.172 0.115-0.287 0.291 0.115 0.172 0.057 0.172-0.057-0.057 0.172-0.057 0.115h-0.172l-0.115-0.057h-0.057l0.115 0.115v0.057l0.057 0.063-0.229 0.172-0.228 0.228h0.056l0.229-0.171 0.229-0.229 0.063 0.057 0.057 0.057v-0.057l0.057-0.115-0.057-0.057 0.177-0.292 0.057 0.063v0.057l-0.057 0.115-0.12 0.172v0.115h-0.063l-0.229 0.115-0.057 0.061v0.172l-0.057 0.115-0.172 0.115-0.057 0.057h-0.113v-0.229l-0.032-0.301 0.057-0.057 0.12-0.057 0.083-0.104v-0.063zM10.88 7.588l0.131-0.385 0.115-0.333-0.115 0.052-0.057 0.057-0.109 0.057h-0.115l-0.224 0.115-0.115 0.224-0.224 0.391v-0.615l-0.115-0.172-0.109-0.109-0.281-0.339-0.224-0.28h-0.057v0.619l0.057 0.333 0.167 0.229 0.281 0.276 0.281 0.229-0.057 0.109v0.115h0.057l0.281-0.115 0.229-0.167 0.145-0.183 0.057-0.113zM11.396 6.427l-0.224 0.183-0.281 0.14-0.292 0.057-0.359-0.031 0.229-0.208 0.28-0.099zM12.125 6.469l-0.167 0.265-0.183 0.26-0.265 0.208-0.256 0.141 0.172-0.292 0.183-0.303 0.183-0.165 0.161-0.053zM10.765 7.631l-0.235 0.233-0.291 0.12 0.233-0.468 0.177-0.24 0.235-0.177zM10.063 7.661l-0.297-0.235-0.203-0.265-0.057-0.281-0.036-0.339 0.239 0.24 0.245 0.24 0.14 0.333zM11.328 7.636l0.297 0.176 0.235 0.292 0.353 0.593-0.177-0.057-0.167-0.083-0.208-0.208-0.172-0.333zM10.989 7.964l0.041 0.391-0.14 0.276-0.125 0.115-0.213 0.281-0.063-0.005-0.063-0.319 0.109-0.359 0.204-0.204zM8.552 8.203l0.099-0.067 0.183-0.095 0.193-0.015 0.291 0.083 0.24 0.151-0.265 0.089h-0.245l-0.244-0.073h-0.251zM9.683 8.255l-0.333-0.468 0.235 0.088 0.213 0.068 0.181 0.197 0.199 0.308 0.057 0.213zM9.136 6.297l-0.1 0.328-0.276 0.235-0.244 0.067 0.072-0.239 0.167-0.324 0.339-0.281 0.396-0.124zM8.557 7.245l0.079 0.192v0.177l-0.141 0.339-0.068 0.115-0.063 0.177-0.129-0.235v-0.297l0.129-0.823 0.063 0.177zM8.781 8.339l0.26 0.104h0.281l0.167-0.057 0.115-0.057 0.145 0.093 0.272 0.199 0.265 0.167 0.104 0.167 0.057 0.057-0.511-0.172-0.505-0.167-1.011-0.339zM12.453 9.068l0.063-0.365 0.197-0.339 0.427-0.52v0.229l-0.036 0.291-0.156 0.297-0.208 0.199zM12.697 9.292l0.183 0.063 0.188 0.067h0.244l0.276 0.141 0.423 0.573-0.344-0.057-0.416-0.224-0.308-0.251zM13.979 10.421l-0.057 0.172-0.004 0.177-0.084 0.245-0.14 0.088-0.157 0.032-0.14-0.011 0.292-0.412 0.119-0.115zM12.145 7.693l0.011-0.297v-0.355l0.115 0.115 0.131 0.199 0.083 0.281 0.032 0.312-0.177 0.505zM15.109 11.792l0.364 0.687-0.015 0.256-0.027 0.239-0.151-0.088 0.011-0.183 0.088-0.233-0.281-0.609 0.037-0.177 0.088-0.297 0.005-0.349-0.063-0.265-0.099-0.131-0.224-0.337-0.057 0.504 0.057 0.281 0.052 0.115 0.115 0.057 0.109 0.052 0.025 0.115-0.025 0.115-0.109 0.052-0.281 0.057-0.115 0.167-0.167 0.172-0.167 0.109h-0.229v0.115l0.172 0.115 0.224 0.109h0.396l0.109-0.109 0.057-0.115 0.057-0.281 0.167 0.339 0.057 0.224-0.057 0.115-0.057 0.052v0.172l-0.839-0.224-0.396-0.287-0.172-0.167-0.167-0.224-0.901-1.239-1.063-0.98-0.557-0.437-0.181-0.083-0.251-0.125 0.292-0.323 0.197-0.396-0.067-0.521-0.423 0.287-0.249 0.323-0.073 0.199-0.099-0.256-0.099-0.151-0.12-0.177-0.104-0.12-0.448-0.224h-0.156l-0.141-0.025 0.265 0.38-0.473-0.115-0.213 0.057-0.167 0.083 0.067-0.208 0.079-0.219 0.036-0.145-0.036-0.193-0.115-0.167v-0.172h0.167l0.172-0.109 0.167-0.172 0.172-0.333 0.109-0.172 0.115-0.109 0.167-0.057h0.229l0.787 0.224 0.785 0.057-0.405 0.048h-0.396l-0.333 0.113-0.115 0.167-0.172 0.172 0.115 0.052h0.224l0.339 0.057 0.339-0.109 0.281-0.172 0.224-0.28h0.167l0.229 0.056-0.229 0.057-0.115 0.057-0.141 0.183-0.307 0.62 0.016 0.068 0.104 0.364 0.109 0.339 0.057 0.109 0.109 0.229 0.229 0.224 0.28 0.115 0.277 0.052v0.229l0.056 0.109 0.115 0.057 0.339 0.339 0.333 0.391 0.172 0.115 0.224 0.109 0.224 0.057h0.224l0.057 0.057-0.167 0.057-0.115 0.057-0.224 0.224-0.359 0.577 0.265 0.032 0.229-0.057 0.145-0.1 0.057-0.115 0.057-0.224 0.057-0.228v-0.109l0.109-0.109-0.281-0.563-0.167-0.229-0.115-0.109-0.167-0.057-0.224-0.057-0.224-0.052h-0.224l-0.229-0.115 0.281-0.172 0.229-0.224 0.167-0.281 0.057-0.339-0.057-0.224 0.057-0.224-0.511 0.448-0.156 0.251-0.172 0.323-0.025 0.041-0.037-0.104 0.063-0.161 0.057-0.115 0.047-0.099 0.063-0.131 0.052-0.172-0.052-0.391-0.115-0.396-0.281-0.333v-0.115l-0.167 0.505v0.505l0.109 0.505 0.172 0.453-0.172-0.339-0.223-0.396-0.281-0.281-0.167-0.109-0.224-0.115 0.276-0.109 0.228-0.172 0.224-0.224 0.109-0.224 0.057-0.167h0.057l0.115 0.167 0.167 0.167 0.339 0.224 0.333 0.281 0.339 0.339 0.453 0.901 0.276 0.448 0.344 0.396 0.391 0.563 0.339 0.619 0.072 0.079 0.057 0.088 0.016 0.043 0.167 0.239-0.016-0.020 0.043 0.077 0.115 0.219 0.061 0.115 0.079 0.131 0.079 0.079 0.063 0.119-0.073 0.224-0.109 0.199-0.115 0.224-0.073 0.265-0.041 0.213-0.027 0.167-0.061-0.12 0.020-0.541-0.401-0.765zM15.131 11.229l-0.125-0.084-0.057-0.077-0.099-0.281 0.036-0.265 0.229 0.296 0.041 0.209zM15.057 11.677l-0.203 0.593-0.199 0.073h-0.197l-0.219-0.109 0.391-0.24 0.213-0.24zM14.86 12.839l0.337 0.125 0.376 0.219 0.411 0.484 0.333 0.407 0.224 0.265 0.281 0.265 0.256 0.167 0.239 0.38 0.224 0.339 0.281 0.428 0.084 0.233 0.047 0.256-0.068 0.213-0.073 0.244-0.317 0.459-0.292-0.072h-0.109l-0.115 0.056h0.229l0.125 0.084 0.099 0.197 0.167 0.251-0.052 0.317v0.115l-0.115 0.115-0.115-0.115-0.057-0.172v-0.339h-0.057v-0.057l-0.057 0.229v0.167l-0.052 0.172-0.057 0.057h-0.115l-0.115 0.229-0.057 0.057-0.113-0.057-0.052-0.115-0.057-0.115-0.115-0.115v-0.115l0.281-0.511v-0.057l-0.057-0.057h-0.057l-0.057 0.115-0.115 0.115-0.057 0.115h-0.109l-0.057-0.109 0.057-0.12 0.052-0.052h-0.109l0.057-0.172 0.203-0.171 0.24-0.027 0.235 0.027h0.228l0.224-0.057 0.12-0.053-0.041-0.156 0.073-0.099 0.041-0.12 0.021-0.344v-0.197l-0.032-0.156-0.068-0.183-0.109-0.229-0.287-0.396-0.285-0.343-0.229-0.167-0.292-0.167-0.115-0.319-0.396-0.473-0.355-0.355-0.296-0.24-0.609-0.385zM16.688 14.401v-0.073l0.213 0.068 0.197 0.041-0.005 0.099-0.219 0.011zM16.14 10.131l-0.129-0.115-0.125 0.031-0.099 0.036-0.057-0.119 0.12-0.177 0.12-0.063 0.176-0.057 0.24 0.12 0.12 0.24v0.119l-0.063 0.297-0.057 0.12-0.12 0.12-0.057-0.063-0.063-0.063 0.063-0.12 0.027-0.156zM15.885 10.172l0.125-0.041 0.088 0.109 0.032 0.224-0.161-0.147zM16.12 10.693l-0.208-0.043-0.131-0.088-0.093-0.172-0.016-0.131 0.025-0.161zM16.412 10.697l0.115-0.171 0.109-0.281-0.052-0.333-0.115-0.172-0.115-0.109-0.167-0.057h-0.109l-0.172 0.057-0.109 0.052-0.115 0.115-0.224-0.396-0.281-0.333v-0.057l0.339 0.057 0.276 0.109 0.312 0.031 0.365-0.088 0.28-0.167 0.168-0.057h0.056l0.204 0.047-0.115 0.14-0.224 0.089-0.265 0.109-0.412 0.183 0.437 0.181 0.224 0.011 0.355-0.077 0.167-0.157 0.025-0.187v-0.224l0.115 0.224 0.057 0.172v0.109l-0.572 0.724-0.5 0.796-0.109-0.109-0.057-0.172zM15.864 7.26l0.229-0.233 0.125-0.032-0.057 0.292-0.12 0.292-0.235 0.296-0.276 0.261 0.043-0.292 0.115-0.297zM15.823 7.083l-0.307 0.079-0.371-0.079-0.312-0.077 0.369-0.156 0.172-0.037 0.167-0.057 0.281 0.016 0.308 0.084-0.12 0.156zM15.995 7.839l0.172-0.235 0.115-0.297v-0.296l0.229 0.416 0.344 0.355 0.228 0.355 0.115 0.473v0.057l-0.115-0.177-0.228-0.177-0.229-0.119-0.229-0.057h-0.344l-0.229-0.057zM16.453 8.303h0.172l0.172 0.113 0.457 0.459-0.343-0.115-0.287-0.115-0.287-0.172-0.287-0.228zM15.307 8.921l0.125-0.099 0.188-0.093h0.38l0.755 0.093-0.124 0.099-0.193 0.095h-0.187l-0.256 0.063-0.307-0.063zM17.281 8.927v0.371l-0.177 0.203-0.364 0.052-0.407-0.079 0.349-0.156 0.224-0.083 0.181-0.057zM16.781 10.724l0.14-0.183 0.391 0.271 0.391 0.115-0.244 0.037-0.109 0.057-0.303-0.005h-0.364zM27.016 8.803l0.599-0.439h0.068l-0.156 0.396-0.199 0.308-0.364 0.219-0.328 0.125 0.124-0.308zM26.573 8.516l-0.011-0.131 0.088-0.479 0.011-0.423 0.131 0.308v0.38l-0.057 0.271-0.068 0.26zM27.156 8.079l-0.271 0.317-0.063-0.011 0.052-0.224v-0.281l-0.052-0.224-0.115-0.224h0.167l0.115-0.057 0.281-0.115v0.511l-0.016 0.177zM26.849 7.323l-0.213-0.025-0.423-0.177-0.167-0.141 0.208 0.011 0.199 0.041 0.339-0.009 0.369 0.208zM26.088 7.145l0.172 0.057 0.281 0.172 0.057 0.167v0.167l-0.115 0.677 0.057 0.167 0.057 0.172-0.396 0.672-0.115 0.396-0.109 0.391h-0.339v-0.109l0.057-0.115 0.109-0.167 0.057-0.281v-0.281l-0.057-0.276-0.167-0.229-0.056-0.109v-0.172l0.113 0.115 0.109 0.057 0.115 0.052 0.167 0.511 0.172 0.109 0.057-0.339 0.109-0.448 0.057-0.448-0.057-0.229v-0.224l-0.109-0.167-0.115-0.224v0.276l-0.057 0.229-0.167 0.505-0.057-0.339-0.115-0.281-0.223-0.224-0.281-0.224-0.052 0.057v0.109l0.052 0.057v0.057l-0.615-0.172-0.511 0.057 0.396-0.167 0.448-0.057 0.957-0.115zM22.208 10.807h-0.281l-0.281 0.057 0.057-0.171 0.109-0.167 0.167-0.339 0.281-0.281 0.396-0.167-0.167 0.224-0.172 0.281-0.109 0.224-0.057 0.171zM22.317 8.948v-0.167l0.005-0.079 0.109 0.193 0.167 0.276 0.172 0.229 0.109 0.057 0.172 0.052h0.109l-0.563 0.115-0.224 0.115-0.292 0.187 0.1-0.224 0.077-0.135 0.115-0.167v-0.172l-0.057-0.276zM22.464 8.776l0.265 0.068 0.24 0.145 0.203 0.204 0.219 0.228-0.224 0.043-0.281-0.084-0.197-0.208-0.157-0.229zM22.292 10.573l0.068-0.188 0.333-0.563 0.067 0.188 0.043 0.183-0.043 0.208-0.124 0.167-0.131 0.125-0.141 0.119-0.067-0.115v-0.124zM22.599 10.749l0.115-0.109 0.141-0.208 0.025-0.187v-0.167l-0.109-0.339 0.224-0.057 0.167 0.339 0.167 0.505 0.115 0.113 0.172 0.167 0.167 0.057-0.057 0.057-1.235-0.115zM23.729 10.749l-0.115-0.109-0.167-0.28-0.115-0.281-0.167-0.281 0.281 0.167 0.167 0.224 0.172 0.281 0.109 0.28v0.057zM23.839 10.36l-0.109-0.229-0.224-0.167-0.172-0.167-0.281-0.115 0.281-0.109 0.281-0.057h0.339l0.281-0.057-0.057 0.115-0.115 0.167-0.109 0.224zM25.193 8.557h0.109l0.113-0.057 0.057 0.057-0.057 0.563-0.056 0.505-0.339-0.224-0.391-0.172v-0.052l0.109-0.172 0.229-0.448zM24.839 8.38l-0.365-0.24-0.192-0.276 0.297 0.079 0.317 0.073 0.156 0.099 0.281 0.229 0.083 0.083-0.265 0.052zM24.729 8.803l-0.131 0.208-0.187 0.208-0.281 0.131-0.267 0.036-0.249 0.057 0.312-0.355 0.38-0.296 0.505-0.177zM23.855 8.724l-0.136 0.375-0.203 0.313-0.068-0.313 0.068-0.249 0.203-0.625v-0.188l0.136 0.376zM23.943 10.489l0.057-0.339 0.177-0.359 0.172-0.281 0.052 0.396v0.224l-0.052 0.224-0.104 0.192-0.12 0.147-0.115 0.056zM24.443 10.489l0.12-0.463-0.057-0.287-0.183-0.355 0.183-0.115 0.301 0.641 0.183 0.228 0.183 0.057 0.12 0.063-0.485 0.229-0.541 0.229zM25.172 10.073l-0.213-0.125-0.084-0.229-0.235-0.349 0.297 0.115 0.303 0.183 0.339 0.469-0.095 0.072-0.129-0.015zM25.489 9.749v-0.348l0.047-0.412 0.016-0.26 0.109 0.197 0.057 0.177 0.063 0.292-0.063 0.297-0.115 0.285zM25.448 7.755v-0.359l0.24 0.24 0.119 0.301 0.057 0.303 0.063 0.359-0.12-0.12-0.181-0.093-0.084-0.24zM26.083 8.937v-0.183l-0.036-0.391 0.141-0.405 0.077-0.344 0.12 0.24-0.016 0.285v0.125l-0.181 0.885-0.105-0.219zM24.656 7.38l0.313 0.068 0.249 0.12-0.188 0.125h-0.249l-0.432-0.063-0.188-0.125-0.125-0.125zM24.177 7.656l0.224 0.109 0.281 0.057h0.339l0.167-0.115 0.115-0.167 0.057 0.396 0.052 0.224 0.057 0.167-0.109-0.115-0.172-0.109-0.224-0.167-0.844-0.172h-0.057l0.339 0.396 0.224 0.167 0.229 0.167-0.281 0.115-0.229 0.057-0.224 0.115-0.224 0.167 0.057-0.281v-0.339l-0.115-0.281-0.224-0.224h-0.057l0.057 0.115v0.224l-0.167-0.057h-0.172l-0.339 0.109-0.391 0.057h-0.172l0.131 0.109 0.24-0.041 0.281-0.047 0.265-0.068 0.271 0.011-0.057 0.145-0.156 0.109-0.24 0.057-0.391-0.052-0.115-0.052-0.109-0.079 0.167 0.188 0.563 0.115 0.281-0.172-0.109 0.396v0.396l-0.224-0.229-0.229-0.224-0.281-0.109-0.333-0.021-0.068-0.124-0.025-0.141-0.073-0.276 0.505-0.057 0.448-0.167 0.453-0.224 0.391-0.281zM21.885 9.849l-0.396-0.188-0.235-0.265-0.172-0.333-0.203-0.323 0.339 0.129 0.385 0.271 0.151 0.319 0.125 0.391zM19.953 10.421l0.349 0.1 0.369 0.025 0.292 0.084 0.156 0.115 0.125 0.14-0.376 0.084-0.291-0.079-0.344-0.141zM19.959 9.964l-0.12 0.077 0.005-0.249 0.041-0.287 0.172-0.213 0.265-0.251-0.025 0.24-0.068 0.24zM19.771 9.328v0.453l-0.052 0.281-0.125-0.057-0.129-0.224v-0.281l0.083-0.229 0.115-0.333zM19.505 9.088l-0.115 0.349v0.344l0.057 0.177 0.115 0.172h-0.115l-0.115-0.177-0.115-0.229-0.115-0.109-0.24-0.109 0.183 0.151 0.115 0.147 0.172 0.328-0.057 0.057h-0.115l-0.115-0.115-0.093-0.147-0.089-0.405v0.197l0.005 0.183 0.063 0.172 0.057 0.115h-0.292l-0.343-0.115 0.172-0.287 0.171-0.235 0.407-0.464 0.229-0.171 0.235-0.115zM18.828 10.303l0.36-0.021 0.839-0.24-0.281 0.152-0.464 0.187-0.584 0.036-0.484-0.067 0.073-0.183zM21.303 10.511l0.093 0.187-0.057 0.131-0.317-0.281-0.281-0.115-0.62-0.036-0.281-0.036 0.115 0.203 0.109 0.172 0.151 0.129 0.365 0.109-0.172 0.057-0.167 0.109-0.167 0.172h-0.063l-0.131-0.167-0.453-0.301-0.239-0.073-0.412-0.131 0.073 0.297 0.265 0.339 0.391 0.245 0.287-0.043-0.167 0.167-0.229 0.172v-0.115l-0.448-0.109-0.396-0.172-0.224-0.057-0.167-0.052-0.224 0.052-0.229 0.057 0.453-0.952 0.505 0.020h0.364l0.36-0.057 0.229-0.077 0.292-0.167 0.213 0.109h0.339l0.52-0.215 0.109-0.041 0.209-0.187-0.5 0.224-0.333 0.129h-0.229l-0.235-0.083 0.349-0.141 0.421-0.083 0.511-0.027-0.323-0.041-0.281 0.016-0.437 0.083-0.125 0.032-0.104 0.063 0.172-0.281 0.167-0.281 0.057-0.281v-0.339l-0.281 0.281-0.172 0.115-0.052 0.109-0.229-0.563 0.229-0.052 0.224-0.057 0.505-0.115 0.504-0.057 0.224-0.109 0.224-0.115 0.281-0.057 0.115-0.052h0.109v0.729l-0.052 0.339-0.115 0.333-0.109-0.224-0.057-0.167-0.057-0.115-0.224-0.167-0.224-0.115-0.281-0.052-0.228-0.115v0.115l0.115 0.109 0.057 0.115 0.109 0.281 0.228 0.333 0.224 0.229 0.167 0.052 0.172 0.057-0.339 0.504-0.119-0.031zM18.844 10.708l0.511 0.229 0.213 0.141 0.197 0.088 0.188 0.131-0.036 0.099-0.245 0.011-0.203-0.016-0.188-0.093-0.208-0.172-0.115-0.167zM19.563 12.38l-0.115-0.057-0.167-0.167-0.005-0.145 0.073-0.037 0.099 0.068 0.229 0.339zM19.667 12.771h0.063v-0.229l0.115-0.057 0.115-0.063v0.12l-0.041 0.12-0.048 0.141-0.115 0.115-0.129 0.015-0.141-0.047-0.083-0.192 0.099-0.037 0.057-0.057h0.057zM18.323 12.74l0.089 0.151 0.176 0.073v0.072l-0.192 0.043-0.251-0.563zM18.219 12.437l-0.063-0.063 0.063-0.124 0.131-0.063h0.124l0.125 0.063-0.187 0.124zM18.303 12.552l0.077-0.079h0.084l0.077 0.079 0.156 0.208 0.167 0.131-0.353-0.052zM18.828 12.745l-0.323-0.339 0.172-0.057 0.063 0.077 0.276 0.319zM18.749 12.312l0.125-0.061 0.177 0.181 0.12 0.24-0.24-0.12zM18.917 12.197l0.072-0.077 0.147-0.084 0.151 0.245 0.145 0.24h-0.145l-0.079-0.084zM17.849 11.459l0.369-0.027 0.292 0.099 0.369 0.152 0.365 0.088-0.183 0.084-0.24 0.072-0.411-0.036-0.423-0.145-0.349-0.215zM17.875 11.817l0.281 0.115-0.115 0.109-0.109 0.115-0.115 0.167v0.172l-0.224 0.057h-0.115l-0.052-0.115-0.057-0.167 0.057-0.229 0.109-0.167 0.057-0.224zM17.937 12.74l-0.031 0.233-0.157-0.056 0.043-0.177zM17.552 13.14h0.276l-0.135 0.183h-0.141zM17.5 12.927v-0.093l0.093-0.093 0.1 0.088v0.099zM17.203 12.781h0.213v0.151h-0.213zM17.349 13.131h0.124l-0.145 0.213-0.104-0.213zM17.412 13.579h-0.224l0.115-0.172zM17.312 13.844l0.333-0.276 0.396-0.229 0.057 0.115-0.057 0.057-0.115 0.052h-0.109l-0.057 0.057v0.115l-0.057 0.109 0.057 0.115 0.057 0.167-0.172 0.229-0.109 0.224-0.057 0.281 0.057 0.28v-0.057l0.021-0.156 0.027-0.208 0.088-0.172 0.125-0.208 0.219-0.344 0.124-0.416-0.025-0.256-0.068-0.224-0.025-0.265-0.115-0.271v-0.265l0.213-0.256 0.151-0.052h0.115l0.145 0.016 0.12-0.005 0.177 0.005 0.235-0.073 0.224-0.057-0.532 0.297-0.156-0.016-0.156-0.057-0.197 0.057-0.125 0.125-0.027 0.197 0.057 0.224 0.084 0.183 0.099 0.271 0.041 0.308-0.041 0.197-0.057 0.183-0.151 0.359-0.136 0.235-0.172 0.156-0.109 0.213-0.072 0.224-0.032 0.224v0.109l-0.172-0.224-0.167-0.167-0.115-0.224v-0.285zM18.047 13.604l-0.083 0.369-0.079 0.068-0.083-0.145 0.052-0.183 0.115-0.104h0.077zM18.355 17.161l0.239-0.057h0.297l0.12 0.057 0.177 0.177v0.12l-0.177 0.063-0.183 0.057-0.235 0.057-0.12-0.057-0.057-0.057-0.056 0.057 0.113 0.119 0.24 0.115v0.177h-0.235l-0.119-0.057-0.177 0.057-0.057-0.057-0.36-0.177-0.235-0.176v-0.177l0.12-0.183 0.177-0.235 0.063-0.12 0.12-0.057h0.115l0.12 0.057-0.12 0.355zM17.735 19.224v-0.099h0.287v0.197h-0.193v-0.099zM17.708 18.683l0.027-0.099 0.088-0.1 0.141 0.084-0.089 0.145 0.047 0.151 0.068 0.068-0.083 0.115-0.157-0.041 0.057-0.125 0.005-0.109zM17.703 18.797l0.016 0.135-0.135 0.041-0.089-0.129 0.032-0.125h0.088v0.079zM17.724 18.125v0.281l-0.057 0.057-0.052 0.115-0.057-0.057-0.115 0.115v0.113l-0.057-0.056-0.115 0.056-0.224 0.172-0.057-0.228-0.057-0.057-0.057-0.052 0.057-0.115 0.057-0.057 0.115-0.057 0.057-0.109 0.052 0.052h0.057v0.172h0.229l0.115-0.115 0.115-0.339v-0.172h0.052zM18.271 20.552l-0.172 0.057h-0.172l-0.167 0.229 0.511 0.683-0.057-0.172-0.115-0.172-0.249-0.344 0.083-0.109 0.115-0.052h0.115l0.115 0.052 0.115 0.057h0.115l0.115 0.057 0.057 0.057-0.057 0.115h-0.057l-0.052-0.057-0.12-0.057h-0.052l0.052 0.281-0.115-0.115h-0.115v0.115l0.057 0.115 0.229 0.057 0.115 0.057 0.057 0.057v0.115l-0.057 0.115h0.172l0.052-0.057v-0.115l-0.052-0.057v-0.052l-0.057-0.057-0.229-0.057 0.057-0.115v-0.057h0.229l0.052-0.172v-0.115l-0.052-0.052 0.115-0.057 0.052-0.057 0.172 0.224 0.115 0.057h0.115l0.057-0.052v-0.057l0.056-0.057h0.057l0.053 0.057v0.115l-0.053 0.115v0.172h0.167l-0.009 0.115-0.115 0.052-0.057 0.057-0.043 0.115 0.057 0.056 0.043 0.131-0.043 0.084-0.104 0.067-0.025 0.109 0.016 0.125-0.043 0.141h-0.115l-0.172-0.115-0.181-0.027-0.032-0.088v-0.115l-0.063-0.147-0.077-0.052h-0.115l0.115 0.172v0.224l-0.229 0.115v-0.115l-0.12-0.12h-0.057l-0.052-0.052v-0.115l-0.057-0.115-0.057 0.057-0.115 0.057-0.052-0.171v-0.115l0.052-0.057v-0.057l-0.052-0.115-0.115-0.057-0.172 0.172v0.115l-0.057 0.115-0.115 0.113-0.057 0.115-0.115 0.057-0.109-0.057-0.057-0.052v-0.057l0.057-0.057 0.053-0.057h0.056v-0.171l-0.109-0.115v-0.115l0.053-0.052 0.113-0.459h0.172l0.115-0.052 0.115-0.453h0.172l0.172 0.052 0.172 0.057h0.115l0.057 0.057 0.057 0.115-0.057 0.115h-0.115v-0.125zM18.464 23.412h0.12l0.119 0.061 0.177 0.204 0.063 0.244-0.057 0.161-0.088 0.188-0.032-0.437-0.057-0.063-0.12 0.063h-0.124l-0.1-0.328zM18.339 22.208l-0.084-0.083h0.084zM18.369 22.453l0.057 0.057v0.12l-0.156 0.083-0.312 0.047-0.063-0.115 0.297-0.072 0.057-0.057zM18.328 22.255l-0.156 0.193-0.183 0.063h-0.057l-0.057-0.151 0.276-0.048 0.057-0.057zM18.12 22.115l-0.057 0.057-0.12 0.057-0.083 0.073-0.063-0.057-0.057-0.12 0.088-0.011 0.057-0.12 0.063-0.057h0.115l0.115 0.115zM17.797 21.964h-0.24l0.063 0.176 0.115 0.235 0.057 0.177v0.24l-0.057 0.177-0.115 0.176-0.24 0.292 0.057-0.411v-0.767l0.057-0.177 0.063-0.176h0.12l0.057-0.12 0.057-0.057 0.057 0.057 0.063 0.057zM17.443 23.557l0.057 0.115 0.12 0.063 0.057 0.057-0.016 0.093-0.183-0.115-0.115-0.057 0.016-0.156zM17.479 23.495l0.115-0.12 0.344 0.323-0.213 0.016zM17.645 23.339l0.095-0.115v-0.057l0.115 0.093 0.057 0.057 0.119 0.063 0.057 0.057 0.141 0.079-0.104 0.041-0.156 0.057zM18.073 23.317l-0.261-0.203 0.057-0.063h0.057l0.281 0.088h0.235l-0.057 0.063-0.093 0.193zM18.385 23.027h-0.115l-0.14-0.027-0.235-0.057 0.083-0.099h0.109l0.12 0.025 0.24-0.063 0.057 0.157h-0.057zM17.036 22.511h-0.187l0.057-0.115 0.14 0.016h0.229l-0.011 0.099zM17.292 22.625l-0.131 0.115-0.172-0.016h-0.229v-0.084l0.016-0.088zM16.948 22.323l-0.011-0.083h0.369l-0.104 0.083zM17.495 18.917l-0.068 0.099-0.083 0.011-0.131-0.048 0.115-0.057 0.088-0.052zM17.948 18.219l0.083 0.052 0.073 0.099-0.073 0.131-0.109-0.027-0.099-0.113 0.027-0.115zM17.864 18.041l0.183-0.011 0.109 0.043 0.057 0.057-0.083 0.151-0.084-0.109zM18.047 18.828l-0.099-0.031 0.025-0.147 0.105 0.068 0.025-0.115 0.052-0.115 0.099 0.147-0.088 0.161zM18.036 18.948h0.079l0.073-0.079 0.077 0.157v0.156h-0.077l-0.073-0.079-0.079-0.077zM17.281 16.183l-0.031-0.365v-0.255l0.219 0.505 0.036 0.265-0.047 0.323-0.068 0.147zM17.131 15.688l-0.204 0.025-0.020-0.14 0.255-0.027zM17.172 15.771l-0.052 0.156-0.24 0.027-0.005-0.141zM16.86 15.427v-0.057l0.187-0.047 0.084 0.141-0.213 0.020zM16.303 14.615l0.171 0.172h0.115l0.052 0.115h-0.224l-0.056-0.115h-0.115l0.057-0.167zM16.869 15.688l-0.072 0.061v0.063l-0.068 0.125-0.115-0.016 0.115-0.369h0.068zM15.792 19.36l-0.052 0.848-0.141-0.396-0.068-0.437 0.183-0.505 0.213-0.38zM17 20.875l0.219-0.077-0.041 0.172zM17.303 22.151h-0.157l-0.197 0.032-0.131-0.172 0.271 0.005zM17.104 21.953l-0.287-0.057 0.073-0.104 0.156 0.047 0.057 0.063zM16.693 22.745l0.167 0.052 0.213 0.031 0.213-0.016-0.099 0.1h-0.271l-0.339-0.052zM19.183 19.021l0.088-0.267v-0.119l0.063-0.063h0.12l0.057 0.12 0.063 0.119-0.063 0.063-0.177 0.12-0.088 0.088zM20.912 11.839l-0.005 0.307-0.079 0.224-0.224 0.209 0.079-0.443 0.099-0.141 0.131-0.161zM21.229 12.145l0.145 0.261 0.047 0.233-0.115 0.579-0.151-0.197-0.073-0.333 0.011-0.281zM24.265 11.875l-0.172-0.172-0.115-0.172 0.407-0.119 0.349-0.172 0.749-0.349v0.235l-0.057 0.115-0.115 0.057h-0.291l-0.292 0.057-0.229 0.119-0.177 0.229zM25.251 11.36l-0.235 0.249-0.391 0.251-0.313 0.083 0.157-0.249 0.468-0.333zM24.735 12.224l-0.349-0.235 0.349-0.057 0.287-0.172 0.463-0.463 0.057 0.057 0.063 0.119-0.235 0.115-0.229 0.172-0.129 0.193-0.041 0.125 0.025 0.129 0.088 0.027-0.099 0.072-0.072-0.020zM24.984 13.593l-0.083-0.396v-0.364l0.083-0.265 0.099 0.041 0.043 0.24 0.005 0.344zM25.579 12.287l0.395 0.083 0.876 0.349-0.469 0.12-0.349-0.041-0.52-0.199-0.432-0.213 0.249-0.099zM26.183 11.531l-0.193 0.199-0.391 0.265-0.495 0.156 0.073-0.271 0.312-0.235zM25.552 11.219l0.032-0.125v-0.208l0.083-0.041 0.073 0.109-0.032 0.224-0.052 0.172zM29.188 13l-0.193-0.109-0.145-0.229-0.177-0.265-0.161-0.355 0.281 0.172 0.255 0.224 0.235 0.276 0.068 0.313zM29.959 12.016l-0.047 0.156-0.152 0.271-0.197 0.172-0.136 0.025 0.167-0.296 0.12-0.199 0.156-0.176 0.057-0.224 0.032 0.265zM29.631 11.26l0.005 0.219-0.016 0.204-0.172 0.296-0.027-0.156-0.009-0.115-0.073-0.177v-0.255l0.073-0.245 0.057-0.167zM29.355 10.807v0.057l-0.057 0.057v0.052l-0.052 0.281v0.281l0.109 0.563 0.057 0.057 0.281-0.339 0.056-0.167v-0.224l-0.056-0.281-0.167-0.281 0.167 0.109 0.113 0.115 0.141 0.287-0.031 0.109v0.052l-0.057 0.224-0.111 0.229-0.171 0.224-0.109 0.167-0.141 0.251-0.255-0.308-0.333-0.281h-0.057l-0.115-0.052-0.057-0.057-0.052 0.057-0.057-0.115-0.057-0.057h-0.057l-0.245-0.359-0.145-0.204-0.12-0.145 0.156 0.041 0.073 0.052 0.083 0.104 0.235 0.349 0.188 0.167 0.172 0.109 0.167 0.057h0.396v-0.115l-0.057-0.052-0.057-0.057v-0.057l-0.281-0.339-0.147-0.063-0.364-0.113 0.172 0.009 0.151-0.009 0.125-0.068-0.161 0.020-0.115-0.057-0.224-0.276-0.109-0.057-0.147-0.025h-0.156l-0.181 0.073-0.157 0.057-0.093-0.053-0.131-0.088h0.224l0.213-0.057 0.381-0.099 0.385-0.036h0.167l0.5 0.109 0.229 0.119zM27.609 10.921l0.281-0.115 0.192 0.037 0.147 0.068 0.192 0.197-0.276 0.011-0.249-0.089zM28.14 11.251l0.224 0.025 0.281 0.115 0.224 0.167 0.24 0.323-0.339-0.011-0.292-0.197zM26.276 10.245l0.219 0.031 0.511 0.057 0.459 0.047 0.265 0.032 0.287-0.157 0.213 0.016 0.224 0.027 0.396 0.072 0.885 0.36-0.251-0.052-0.677-0.229-0.395-0.032-0.365 0.057-0.391 0.131-0.213 0.016-0.224-0.041-0.333-0.027-0.407-0.068-0.391 0.057-0.385 0.099-0.396 0.115v0.063l-0.025 0.057h-0.109l-0.145-0.057v0.057l0.041 0.109-0.099 0.057h-0.167l-0.183-0.088-0.041 0.036 0.052 0.12-0.109 0.057h-0.115l-0.109-0.057-0.115 0.057 0.057 0.057 0.181 0.063-0.296 0.057-0.109-0.063-0.115-0.057h-0.057l0.115 0.115-0.115 0.063-0.141-0.011-0.109-0.161-0.083 0.052 0.052 0.12h-0.109l-0.141-0.141-0.124-0.031 0.099 0.177-0.167-0.005-0.115-0.063-0.057-0.057-0.057 0.057 0.057 0.063h-0.109l-0.057-0.063-0.115-0.115h-0.115l0.115 0.177h-0.115l-0.052-0.057-0.057-0.063h-0.115l0.057 0.12h-0.115l-0.052-0.057-0.115-0.12h-0.057l0.057 0.177h-0.115l-0.109-0.057-0.077-0.136h-0.1l0.057 0.12 0.063 0.073-0.115 0.057-0.109-0.057-0.115-0.057-0.109-0.063 0.109 0.235h-0.167l-0.167-0.115-0.057-0.057h-0.057v0.057l0.167 0.172-0.224 0.057-0.031 0.009-0.088 0.095-0.281-0.287v0.131l0.171 0.213-0.093 0.063-0.24-0.161-0.061-0.131-0.037 0.077 0.043 0.109 0.135 0.157-0.073 0.036-0.067-0.021-0.141-0.115-0.145-0.061 0.052 0.119 0.12 0.172-0.057 0.057-0.167-0.115-0.057-0.057h-0.057l0.057 0.172 0.145 0.1-0.073 0.077-0.187-0.172-0.136-0.135 0.021 0.156 0.188 0.192-0.073 0.016-0.109-0.057-0.115-0.057-0.115-0.12-0.047-0.109 0.265-0.26 0.323-0.26 0.109-0.109 0.167-0.057 0.172-0.172 0.875-0.141 0.109-0.224v-0.115l-0.115-0.119v-0.057l0.115 0.057 0.224-0.292 0.256-0.532 0.177-0.443 0.077-0.661 0.057 0.355 0.027 0.344-0.267 0.509-0.083 0.272-0.12 0.176-0.063 0.12-0.14 0.261-0.057 0.219 0.057 0.099h0.677l0.561 0.063 0.589 0.041h0.317l0.355-0.172 0.405-0.145 0.36-0.156 0.396-0.183 0.235-0.084 0.505-0.057 0.077-0.172 0.203-0.667 0.319-0.547 0.405-0.588 0.453-0.475-0.411 0.543-0.308 0.567-0.224 0.48-0.167 0.244-0.135 0.532zM27.937 9.484l0.068-0.405 0.073 0.115 0.067 0.119 0.109 0.319 0.027 0.271-0.084 0.192-0.181-0.011-0.125-0.165 0.047-0.428zM28.823 9.593l0.271-0.041h0.235l0.235 0.073 0.235 0.068h0.233l-0.353 0.14-0.349 0.052-0.375-0.021-0.385-0.099 0.088-0.129zM28.74 9.369l-0.251 0.219-0.011-0.276 0.073-0.276 0.161-0.281 0.251-0.213-0.063 0.547zM30.021 8.995l0.244 0.145 0.292 0.172 0.364 0.089-0.353 0.057-0.432-0.057-0.292-0.151-0.365-0.215 0.245-0.104zM30.416 8.495l0.24-0.016 0.38 0.073 0.292 0.027-0.333 0.124-0.281 0.089-0.349-0.016-0.333-0.136 0.125-0.109zM30.219 8.125l-0.125 0.296-0.328 0.303-0.235 0.172v-0.115l0.057-0.303 0.157-0.239 0.547-0.396zM28.787 7.312h0.292l0.353 0.043 0.437 0.172 0.213 0.072-0.145 0.073-0.292 0.047-0.353-0.047-0.292-0.079-0.427-0.208zM29.036 7.021l0.016-0.267 0.063-0.369 0.156-0.297 0.235-0.233v0.348l-0.12 0.292zM30.183 6.875l0.896 0.057-0.495 0.177-0.36 0.079-0.349-0.021-0.443-0.151zM30.031 5.125l0.105 0.291-0.011 0.407-0.016 0.371-0.136 0.276-0.056-0.349v-0.641zM29.807 5.464v0.729l0.111 0.391-0.136 0.145-0.145 0.083-0.381 0.12 0.215-0.292 0.109-0.333 0.057-0.337v-0.224l-0.057-0.172 0.057-0.167 0.337-0.339zM28.563 5.229l0.844-0.265 0.511-0.011-0.115 0.145-0.136 0.125-0.375 0.192-0.297 0.043-0.464-0.152zM29.531 3.579l0.355-0.147 0.417-0.072 0.416 0.031 0.24-0.027-0.057 0.141-0.12 0.145-0.24 0.147-0.296 0.067h-0.652l-0.312-0.020zM28.995 3.516l-0.073-0.313v-0.312l0.073-0.375 0.141 0.124 0.072 0.188 0.073 0.312v0.376l-0.099 0.307zM28.973 4.271l0.355-0.093 0.328 0.016 0.495 0.145-0.353 0.12-0.267 0.109-0.203 0.020-0.245-0.057-0.176-0.124zM28.401 5.407l0.563 0.167h0.281l0.276-0.109-0.109 0.281-0.167 0.224-0.172 0.224-0.109 0.28-0.057 0.563-0.281 0.224-0.224 0.167 0.057 0.057h0.109l0.396 0.224 0.391 0.115h0.395l0.224-0.057 0.167-0.109h0.172l-0.281 0.276-0.337 0.229-0.167 0.167-0.115 0.339 0.057 0.224v0.057l-0.281 0.115-0.281 0.167 0.109-0.396v-0.391l-0.052-0.057-0.224 0.224-0.229 0.224-0.109 0.281-0.057 0.172 0.057 0.167v0.057l0.057 0.115v0.052l-0.057 0.115-0.057-0.224-0.115-0.224-0.276-0.453-0.172 1.016 0.057 0.167 0.109 0.109-0.167 0.115h-0.224l-0.396-0.057-0.448-0.057-0.396-0.052 0.057-0.281 0.167-0.281 0.229 0.333 0.333 0.229 0.281 0.052 0.172 0.057 0.167-0.057-0.224-0.224-0.172-0.224-0.167-0.167-0.281-0.115 0.396-0.224 0.281-0.281 0.167-0.396 0.115-0.448-0.224 0.109-0.172 0.172-0.505 0.339 0.563-0.787 0.281-0.396 0.339-0.339 0.167-0.339 0.057-0.391 0.057-0.337-0.057-0.391-0.281 0.391-0.281 0.448-0.057 0.228v0.224l-0.057 0.505-0.505 0.62 0.224-0.281 0.115-0.339 0.115-0.281v-0.339l-0.115-0.167-0.115-0.115-0.224-0.167h-0.057l0.172 0.62-0.339-0.115-0.115-0.057h-0.505l1.125-0.671 0.281-0.115 0.281-0.167 0.229-0.281zM26.604 9.484l0.26 0.073 0.261 0.145 0.468 0.443-0.328-0.063-0.26-0.145zM27.781 7.437l0.068-0.744 0.233-0.381 0.177-0.353v0.369l-0.063 0.453-0.176 0.359zM27.317 6.864l-0.077-0.224 0.124 0.109 0.131 0.157 0.021 0.161v0.203l-0.161 0.391v-0.489zM27.688 3.369l-0.209-0.396-0.172-0.291 0.292 0.235 0.292 0.291 0.177 0.12 0.115 0.115 0.063 0.177 0.009 0.301-0.099-0.025zM27.927 4.145l-0.38-0.181-0.183-0.161-0.083-0.095 0.604 0.104 0.24 0.167 0.181 0.152zM27.64 5.276l0.109-0.281 0.172-0.281 0.057-0.339 0.109 0.229v0.167l-0.109 0.224-0.057 0.224-0.281 0.396h-0.056zM21.953 7.292l-0.141 0.14-0.348 0.199 0.219-0.349 0.077-0.156 0.152-0.084 0.115-0.057 0.124-0.052 0.256-0.025-0.324 0.291zM23.281 6.755h0.448l-0.115 0.109-0.224 0.115h-0.396l-0.109-0.057h-0.057v-0.057zM23 6.473l-0.156 0.224-0.183 0.089-0.016-0.229 0.125-0.193 0.281-0.337 0.027 0.271-0.084 0.176zM22.797 5.573l0.14-0.084 0.281-0.077 0.281 0.077 0.208 0.161h0.068l0.073 0.079-0.308 0.057-0.249 0.020-0.631-0.156 0.141-0.077zM22.407 4.844l0.083 0.167 0.057 0.24v0.312l-0.025 0.281-0.215-0.213-0.077-0.604 0.041-0.339zM21.412 5.251l0.364 0.145 0.303 0.219 0.301 0.287-0.063 0.072-0.359-0.145-0.245-0.068-0.12-0.145-0.181-0.073-0.12-0.14-0.245-0.219zM20.505 6.416v-0.375l0.135-0.38 0.136-0.312 0.036-0.063 0.068-0.068 0.068 0.193 0.016 0.244-0.068 0.437-0.136 0.38-0.219 0.324zM22.479 6.068l-0.072 0.151-0.152 0.151-0.369 0.157-0.369 0.072-0.371 0.079 0.297-0.308 0.297-0.151zM18.38 8.667l-0.219 0.177-0.115 0.104-0.115-0.167-0.125-0.235-0.041-0.219v-0.224l-0.115-0.224-0.167-0.224 0.224-0.057h0.281l0.224-0.057 0.115-0.052 0.109-0.057 0.115-0.115 0.057-0.167 0.052-0.281 0.115-0.281 0.115-0.115 0.109-0.052-0.052-0.057h-0.057l-0.281 0.167-0.281 0.115-0.229 0.109-0.224 0.224-0.057-0.391-0.052-0.224-0.115-0.171h-0.057l-0.109 0.28-0.115 0.339-0.057 0.281 0.057 0.339-0.339-0.453-0.109-0.224v-0.281l0.109-0.113 0.172-0.109 0.167-0.115 0.115-0.167 0.057-0.115 0.052-0.167 0.115-0.339 0.057-0.115 0.089-0.131 0.115-0.083 0.187-0.011v0.057l-0.167 0.281-0.115 0.281v0.281l0.057 0.333 0.167 0.171 0.115 0.224 0.167-0.395 0.115-0.391v-0.396l-0.115-0.167-0.109-0.339 0.391-0.057-0.052 0.281 0.052 0.339 0.115 0.281 0.224 0.224 0.229 0.224 0.109 0.115 0.057 0.113h0.057v-0.113l-0.057-0.167-0.052-0.339 0.083-0.027 0.057 0.188 0.073 0.26 0.079 0.317 0.099 0.161 0.224 0.167 0.505 0.229-0.115 0.167-0.109 0.115-0.115-0.172-0.167-0.167-0.396-0.172-0.391-0.109-0.396-0.057 0.172 0.224 0.052 0.115-0.052 0.167-0.229 0.339-0.281 0.339-0.109 0.167-0.057 0.167v0.229zM17.765 6.912v0.181l-0.14 0.24-0.141 0.172-0.083-0.427 0.057-0.292 0.181-0.464 0.089 0.287zM17.921 7.068l0.371-0.292 0.323-0.136-0.068 0.333-0.115 0.297-0.281 0.177-0.307 0.052-0.199 0.068h-0.124l0.396-0.5zM18.292 5.307l0.099 0.199 0.011 0.355-0.161 0.567-0.219-0.301-0.048-0.38 0.089-0.319 0.115-0.291zM18.724 4.979l0.083 0.043 0.068 0.061 0.136 0.188 0.203 0.38 0.073 0.521-0.208-0.265-0.272-0.213-0.124-0.349zM19.552 5.927l0.219 0.089 0.172 0.129 0.177 0.229 0.292 0.641-0.177-0.057-0.313-0.199-0.161-0.176-0.213-0.657zM20.464 7.317l0.375-0.181 0.375-0.063 0.313-0.131-0.095 0.167-0.181 0.208-0.308 0.172-0.677 0.099 0.073-0.145zM20.161 7.412l-0.333 0.077-0.38-0.115-0.297-0.244-0.187-0.229 0.312 0.057 0.317 0.115 0.313 0.172 0.255 0.171zM18.401 8.197l0.125-0.213 0.239-0.235 0.109-0.161 0.089-0.208 0.015 0.24-0.047 0.369-0.115 0.24-0.135 0.249-0.209 0.12-0.104-0.187zM19.251 4.828l0.375 0.12 0.312 0.24 0.203 0.219h-0.337l-0.292-0.141-0.281-0.192-0.24-0.297zM20.437 4.631l0.016 0.296-0.032 0.324-0.265-0.281-0.083-0.267 0.036-0.4 0.063-0.376 0.12 0.313zM21.333 3.651l0.255 0.095-0.192 0.109-0.251 0.072-0.452 0.005-0.319-0.093 0.256-0.188 0.359-0.052zM20.755 2.683l0.089-0.219 0.307-0.245 0.136-0.063-0.188 0.688-0.239 0.349-0.303 0.219zM19.869 3.052l-0.145-0.229-0.093-0.208-0.052-0.349 0.161 0.204 0.301 0.104 0.156 0.213 0.048 0.187 0.061 0.152-0.113 0.411-0.048-0.135-0.052-0.136zM16.307 5.781v-0.188l0.063-0.249 0.292-0.251 0.355-0.249-0.057 0.249-0.177 0.251-0.235 0.249zM16.115 3.812l0.281-0.052h0.177l0.203 0.052 0.203 0.141 0.308 0.129-0.375 0.073h-0.333l-0.333-0.14-0.267-0.136zM16.281 4.333l0.145 0.197v0.261l-0.219-0.131-0.14-0.197-0.147-0.193v-0.197zM15.869 2.568l0.043-0.256 0.115-0.291 0.151 0.307 0.036 0.355-0.063 0.296-0.063 0.401-0.135-0.224-0.073-0.183zM15.235 2.364l0.151 0.063 0.156 0.141 0.156 0.339 0.303 0.463-0.364-0.291-0.125-0.199-0.141-0.265zM23.803 7.339l-0.219 0.213-0.183-0.031-0.141 0.015 0.136 0.052 0.077 0.063-0.187 0.052-0.167 0.063-0.172-0.063h-0.12v0.063l0.12 0.063-0.12 0.057h-0.115l-0.167-0.057h-0.115l0.115 0.12h-0.287l-0.115-0.063-0.115-0.057 0.057 0.12-0.057 0.063h-0.057l-0.171-0.063-0.115-0.063h-0.115l-0.057 0.063 0.229 0.125-0.084 0.052-0.083 0.041-0.172-0.093h-0.115v0.057l0.167 0.109-0.079 0.041h-0.129l-0.131-0.088-0.057-0.063-0.115 0.063 0.115 0.119 0.057 0.063h-0.115l-0.172-0.063-0.115-0.061h-0.115l0.229 0.124-0.161 0.037-0.136-0.052-0.104-0.105h-0.115l0.172 0.183-0.057 0.057-0.115-0.057-0.172-0.12-0.115-0.063h-0.171l0.171 0.12 0.235 0.172-0.224 0.021-0.276-0.229-0.072 0.041 0.233 0.188-0.129 0.077-0.152-0.093-0.115-0.057h-0.176l-0.048 0.052 0.188 0.037 0.151 0.093-0.244 0.099-0.245-0.115 0.021 0.093 0.129 0.095-0.187 0.115-0.172-0.115-0.036 0.109 0.151 0.104-0.136 0.115-0.151-0.047-0.057-0.057-0.057 0.057 0.188 0.124-0.073 0.079-0.177-0.083-0.167-0.032 0.251 0.167-0.079 0.099-0.063-0.063-0.229-0.057v0.057l0.172 0.115v0.063l-0.057 0.057-0.172-0.115-0.172-0.057 0.115 0.172 0.172 0.115-0.057 0.057h-0.052l-0.348-0.229 0.135 0.193 0.193 0.213-0.037 0.057-0.12-0.021-0.171-0.151-0.115-0.063 0.057 0.12 0.077 0.093 0.213 0.172-0.151 0.037-0.255-0.188h-0.115l0.421 0.339-0.135 0.057-0.287-0.109-0.177-0.12 0.063 0.115 0.115 0.115 0.323 0.181-0.208-0.009-0.167-0.027-0.245-0.172 0.057 0.136 0.125 0.125 0.307 0.119h-0.333l-0.265-0.119-0.229-0.183 0.303-0.475 0.323-0.364 0.151-0.208 0.032-0.161h-0.115l-0.172-0.349-0.177-0.349-0.229-0.692-0.12-0.183-0.104-0.141-0.24-0.26-0.228-0.344-0.057-0.172-0.048-0.203-0.312-0.495-0.224-0.401-0.057-0.235-0.047-0.255-0.011-0.265-0.115-0.229-0.115-0.115-0.115-0.12-0.265-0.083-0.208-0.089-0.161-0.229-0.183-0.265-0.057-0.167-0.131-0.255 0.387 0.511 0.213 0.228 0.224 0.152 0.124 0.088 0.172 0.057v-0.12l-0.172-0.057-0.172-0.115-0.583-0.645 0.235-0.057 0.229-0.063 0.172-0.172 0.061-0.057 0.057-0.115v-0.229l0.115-0.119 0.172 0.348 0.115 0.057-0.229 0.057-0.176 0.115-0.303 0.365-0.156-0.016-0.057 0.057 0.229 0.12h0.52l0.115-0.063 0.172-0.172 0.12-0.057v0.057l-0.063 0.057-0.115 0.177-0.115 0.348-0.057 0.172v0.172l0.172-0.463 0.115-0.172 0.12-0.172-0.177 0.577v0.636l0.177 0.64 0.115 0.344 0.229 0.292 0.041 0.135 0.136 0.157 0.067-0.068 0.12-0.235 0.245-0.235 0.244-0.172 0.204-0.244 0.135-0.281 0.141-0.26 0.224-0.105 0.844-0.276 0.593-0.505 0.353-0.161 0.485-0.172 0.167-0.14 0.239-0.057 0.131-0.073 0.453-0.083 0.183-0.089-0.152 0.063-0.328 0.152-0.187 0.063-0.548 0.312-0.364 0.172-0.349 0.151-0.405 0.344-0.188 0.156-0.265 0.109-0.297 0.057-0.249 0.057-0.157 0.063-0.276 0.552-0.124 0.317-0.204 0.24-0.12 0.057-0.181 0.115-0.063 0.135-0.089 0.131 0.073 0.213-0.011 0.115-0.115-0.005-0.057 0.057 0.057 0.063 0.115 0.057h0.115l0.063 0.115h-0.177l0.063 0.12 0.265 0.031 0.095 0.136-0.204-0.041-0.099 0.052 0.319 0.135 0.129 0.104 0.041 0.1-0.14-0.037h-0.057l-0.057 0.041 0.287 0.125 0.172 0.052v0.089h-0.303l0.016 0.083h0.057l0.219 0.057 0.063 0.063-0.292-0.041 0.016 0.099h0.057l0.145 0.057 0.057 0.079-0.203-0.016v0.057l0.115 0.057 0.145 0.036 0.057 0.079h-0.235l0.021 0.072 0.224 0.057 0.135 0.136-0.181 0.025h-0.057l0.088 0.089 0.109 0.020 0.136 0.037 0.187-0.089 0.229-0.171 0.521-0.349 0.265-0.208 0.251-0.1 0.072-0.020 0.579-0.141 0.62-0.099 0.609-0.093 0.651-0.308 0.448 0.095 0.344-0.073 0.401-0.12 0.307-0.156 0.115-0.073 0.38-0.219 0.312-0.104 0.688-0.125 0.755-0.063 0.349-0.036 0.401-0.131 1.031-0.588 0.344-0.317 0.38-0.355 0.141-0.271 0.255-0.495 0.297-0.516-0.579 1.323-0.181 0.303-0.183 0.255-0.287 0.152-0.479 0.28-0.333 0.163-0.251 0.171-0.281 0.177-0.323 0.063-0.677 0.068-0.62 0.073-0.312 0.052-0.344 0.187-0.057-0.025h-0.115v0.125zM15.803 3.303l0.151 0.083-0.245 0.151-0.197 0.104-0.271 0.105h-0.271l0.135-0.215 0.203-0.203 0.355-0.115zM15.516 5.521l-0.396-0.172-0.281-0.109h-0.224l0.115-0.224v-0.229l-0.057-0.448 0.115 0.109 0.052 0.057 0.281 0.057 0.229 0.115 0.109 0.109 0.057 0.115 0.057 0.333-0.057 0.281zM15.661 5.672l-0.073 0.245-0.099 0.203-0.208 0.219-0.24 0.224-0.213 0.12 0.057-0.281 0.183-0.319 0.197-0.213 0.24-0.197zM14.661 3.265l0.068-0.115 0.443-0.244-0.041 0.224-0.131 0.187-0.125 0.063-0.323 0.063 0.104-0.177zM14.265 3.287l-0.063-0.437-0.015-0.595 0.333 0.453 0.041 0.453-0.089 0.339zM14.011 4.229l-0.313 0.077h-0.629l0.249-0.233 0.319-0.084 0.375-0.077 0.312 0.077zM14.229 4.568l0.083-0.276 0.167-0.271 0.141 0.651-0.021 0.333-0.129 0.26-0.157-0.145-0.077-0.229zM14.661 5.667l-0.396-0.12 0.115-0.083 0.161-0.136 0.313 0.021 0.181 0.057 0.38 0.197-0.176 0.057-0.152 0.041h-0.233l-0.199-0.041zM14.713 6.369l0.016-0.588 0.448 0.021-0.229 0.224-0.109 0.224-0.057 0.28v0.281l0.505-0.339 0.224-0.223 0.172-0.281 0.047-0.1 0.125 0.271 0.167 0.224 0.109 0.224 0.057 0.057 0.057 0.109-0.396-0.057-0.224-0.052-0.224 0.052-0.844 0.339 0.099 0.016 0.068 0.041 0.224 0.057 0.281 0.052 0.281 0.057h0.115l0.167-0.057-0.224 0.339-0.109 0.339-0.057 0.396 0.167-0.057 0.172-0.115 0.167 0.115 0.167 0.167 0.172 0.167 0.167 0.115-0.339-0.052h-0.333l-0.339 0.052-0.281 0.224-0.115-0.052-0.057-0.057 0.115-0.167 0.115-0.453-0.057-0.224-0.057-0.115-0.115-0.167 0.339-0.115 0.26-0.181-0.301-0.027-0.339-0.115-0.464-0.016-0.203 0.037 0.203-0.147 0.104-0.219 0.073-0.14zM14.839 7.656l0.109 0.167 0.057 0.172 0.057 0.224-0.057 0.224-0.109 0.281-0.057-0.057 0.057-0.505zM14.849 7.615l-0.355-0.031-0.407-0.157 0.199-0.099 0.385-0.041 0.724 0.125-0.251 0.088-0.151 0.041zM14.027 6.891l0.113-0.453 0.199-0.281 0.281-0.265 0.025 0.421-0.093 0.339-0.131 0.297-0.339 0.344zM14.443 7.656l0.172 0.057 0.167-0.057v0.896l-0.224-0.224-0.172-0.224-0.281-0.563zM11.016 4.557l0.453 0.407 0.613 0.676 0.177 0.215 0.167 0.359 0.271 0.256 0.308 0.145 0.635 0.432-0.061 0.141 0.061 0.057 0.199 0.156-0.073 0.083 0.104 0.052 0.1 0.043 0.057 0.171-0.1 0.068-0.005 0.079h0.188l0.115 0.145-0.183 0.068 0.245 0.047 0.068 0.131-0.199 0.047 0.26 0.093 0.084 0.115-0.115 0.021-0.057 0.057 0.057 0.057h0.235l0.129 0.099-0.187 0.073 0.115 0.057h0.224l0.109 0.151-0.219 0.025-0.115 0.053h0.115l0.115 0.061h0.172l0.104 0.032 0.057 0.093-0.219 0.047h-0.057l-0.057 0.057 0.229 0.057 0.176-0.031 0.095 0.115-0.271 0.031-0.115 0.057 0.115 0.057h0.115l0.176 0.011 0.068 0.088-0.183 0.016v0.063l-0.061 0.057h0.176l0.115 0.057 0.057 0.057-0.057 0.052-0.063-0.052-0.052 0.052v0.063h0.057l0.057 0.057v0.115l0.057 0.115 0.115 0.115 0.057 0.171 0.177 0.057h0.115l0.057 0.115h-0.229l-0.063 0.057 0.177 0.057 0.213-0.041 0.099 0.125 0.156 0.041 0.105 0.104h0.057l0.015-0.135h0.281l0.448 0.020 0.151 0.109-0.661 0.063-0.4 0.115 0.708-0.025 0.339 0.020-0.339 0.152-0.771 0.083 0.468 0.083 0.396-0.056 0.145-0.011-0.437 0.219-0.457 0.057 0.343 0.057 0.407-0.057v0.115l-0.385 0.129-0.421 0.043h-0.229l0.396 0.072 0.629-0.063-0.052 0.095-0.057 0.057-0.229 0.067-0.473 0.027-0.401-0.047 0.401 0.151 0.464-0.036 0.26-0.011v0.057l-0.584 0.145-0.213 0.021-0.151-0.036-0.172-0.073 0.167 0.151 0.229 0.037 0.12-0.005 0.296-0.032 0.261-0.041-0.043 0.131-0.509 0.083-0.355-0.031-0.115-0.057-0.183-0.052 0.24 0.181 0.177 0.057 0.188 0.032 0.099 0.015 0.301-0.025 0.161-0.052 0.063 0.161-0.317 0.047-0.38-0.016-0.26-0.072-0.276-0.141 0.161 0.204 0.271 0.135 0.161-0.011 0.407 0.016 0.265 0.047-0.073 0.109-0.412-0.031h-0.391l-0.176-0.095-0.115-0.056 0.301 0.233 0.131 0.011 0.344 0.057 0.391-0.011-0.052 0.115-0.328 0.027-0.417-0.052 0.136 0.099 0.38 0.047 0.317 0.016-0.041 0.115-0.161 0.052h-0.199l-0.344-0.084 0.12 0.12 0.256 0.079 0.296 0.047-0.041 0.099-0.203-0.016-0.303-0.077-0.437-0.527-0.473-0.52 0.067-0.371 0.089-0.339 0.323-0.599-0.229-0.401-0.292-0.457-0.676-1.177-0.548-0.745-0.421-0.547-0.193-0.511-0.285-0.453-0.177-0.228-0.24-0.22-0.229-0.167-0.229-0.113-0.229-0.172-0.203-0.303-0.187-0.401-0.344-0.515-0.344-0.459-0.475-0.437-0.312-0.328zM11.167 5.109l-0.26 0.26-0.333 0.141-0.595 0.036 0.209-0.197 0.276-0.177 0.281-0.036zM10.604 4.849l-0.307-0.095-0.303-0.219 0.355-0.052 0.213 0.043 0.219 0.067 0.24 0.245zM7.833 4.584l0.245-0.168 0.208-0.151 0.359-0.093 0.297-0.036 0.125-0.005 0.088 0.057-0.077 0.104-0.063 0.12-0.636 0.176h-0.547zM8.479 5.183l-0.265-0.152-0.125-0.244-0.061-0.073 0.317 0.021 0.396 0.281 0.167 0.224 0.172 0.281zM8.927 4.787v0.281l-0.167-0.224-0.281-0.172 0.281-0.052 0.224-0.115zM9.057 4.729l0.167-0.375 0.547-0.552-0.12 0.457-0.14 0.313-0.5 0.541zM10.005 4.651l0.255 0.199 0.371 0.088 0.505-0.016 0.083 0.125-0.688 0.016-0.348 0.14-0.141 0.141-0.197 0.255 0.219 0.037h0.281l0.443-0.073 0.229-0.156 0.167-0.172 0.099-0.167 0.073 0.12 0.588 0.848-0.307-0.041-0.297-0.115-0.203 0.093-0.396-0.056-0.391-0.111-0.792-0.113 0.172-0.224 0.109-0.229 0.057-0.276-0.032-0.177-0.047-0.167-0.369 0.344-0.167 0.167-0.063 0.224v0.281l-0.167-0.339 0.281-0.391 0.172-0.172 0.219-0.229-0.011-0.084 0.12-0.348 0.027-0.308 0.692 0.573 0.156 0.14-0.281-0.083-0.281 0.031-0.265 0.084zM9.656 5.385l-0.219 0.245h-0.12l-0.020-0.245 0.072-0.224 0.401-0.432v0.224l-0.057 0.229-0.063 0.203zM8.364 5.703l0.537 0.016 0.479 0.011 0.688 0.088 0.859 0.224 0.24 0.011 0.193-0.093 0.317 0.099 0.281 0.063 0.12 0.271-0.292-0.109-0.317-0.047-0.756-0.063-0.323-0.084-0.547-0.145-0.423-0.083-0.604-0.043zM8.76 5.912h0.563l-0.115 0.057h-0.167l-0.224 0.167-0.172 0.171-0.167 0.224-0.057 0.224-0.109-0.057-0.057-0.052v0.224l-0.057 0.281-0.057 0.505-0.109-0.224-0.228-0.229-0.391-0.333v-0.057l0.395-0.057 0.333-0.224 0.339-0.28zM8.161 8.219l-0.265-0.172-0.167-0.26-0.141-0.417-0.083-0.26 0.244 0.197 0.251 0.329zM7.292 6.755l-0.152-0.036 0.141-0.255 0.161-0.157 0.344-0.113 0.353-0.111 0.339-0.056-0.213 0.244-0.396 0.317zM6.593 5.844l0.224-0.183 0.24-0.068 0.38 0.032 0.396 0.115-0.297 0.181-0.312 0.147-0.745-0.041zM5.74 5.027l0.072-0.183 0.36 0.427 0.151 0.5v0.251l-0.235-0.199-0.239-0.281-0.109-0.328zM5.724 5.521l0.057 0.109 0.281 0.339 0.276 0.224h0.057v-0.057h0.901l0.396-0.167 0.301-0.224 0.355 0.015 0.348 0.084-0.5 0.125-0.337 0.067-0.215 0.089-0.281 0.099-0.124 0.14-0.172 0.224-0.016 0.183 0.156 0.089 0.089 0.009 0.109 0.281 0.115 0.448 0.109 0.229-0.448-0.453-0.448-0.505-0.511-0.505-0.505-0.447-0.505-0.396 0.224-0.281 0.172-0.109 0.052-0.172v0.396zM5.125 5.031l0.099-0.333 0.203-0.228 0.204-0.292v0.292l-0.011 0.255-0.172 0.323-0.308 0.297zM4.183 5.771l-0.115 0.141-0.349 0.156-0.369 0.005-0.323-0.043-0.183-0.077 0.615-0.24 0.307-0.077h0.371zM4.276 5.339l-0.099 0.099-0.323 0.052-0.339-0.167-0.355-0.083 0.412-0.183 0.307-0.011 0.297 0.052 0.14 0.131zM5.953 7.943l0.057 0.057 0.172 0.292 0.177 0.348 0.145 0.224 0.088 0.308-0.057 0.287-0.057-0.12-0.063-0.349-0.233-0.52-0.115-0.235-0.251-0.281 0.193 0.339-0.235-0.057h-0.292l-0.233 0.057-0.177 0.12-0.172 0.057 0.172 0.115 0.291 0.061h0.235l0.235-0.061 0.235-0.115 0.235 0.583h-0.12l-0.172-0.063-0.235-0.115-0.355-0.115-0.348-0.12-0.349-0.056-0.355-0.177 0.12-0.287 0.412 0.057h0.349l0.348-0.12 0.12-0.115 0.115-0.177zM9.828 9.516h0.057l-0.115 0.167-0.052 0.115-0.24 0.296-0.385 0.213-0.391 0.048 0.224-0.276 0.141-0.193 0.391-0.24 0.369-0.135zM10.011 10.041l0.031-0.265 0.041-0.115 0.068 0.265 0.068 0.245v0.495l-0.151-0.145-0.099-0.24zM12.932 12.527l0.084 0.067 0.067 0.089 0.1 0.099-0.219 0.052-0.355-0.249-0.208-0.199 0.172-0.115 0.145-0.041zM11.172 12.453l-0.328-0.068h-0.057l0.224-0.172 0.281-0.224 0.167-0.281 0.115-0.281h0.057l0.391 0.396-0.167 0.052-0.115 0.057-0.333 0.115-0.281 0.167 0.505 0.115h0.563l-0.172 0.057-0.167 0.052-0.423 0.036zM10.896 12.156l0.068-0.677 0.129-0.343 0.152-0.24 0.088-0.193 0.104 0.271v0.281l-0.047 0.235-0.088 0.219-0.167 0.261zM12.005 12.536l0.068 0.079 0.38 0.303-0.213 0.083-0.161-0.229-0.229-0.203zM12.093 12.495l0.183-0.079 0.151 0.168 0.448 0.28-0.333 0.016-0.208-0.167-0.235-0.219zM12.484 13.047l0.167-0.052h0.344l0.172-0.057 0.115 0.115 0.172 0.115 0.135 0.136-0.505 0.109-0.452-0.095-0.152-0.093-0.115-0.115 0.115-0.063zM12.579 12.145l-0.548 0.068h-0.271l-0.344-0.068 0.136-0.063 0.208-0.067 0.365-0.068 0.249 0.068 0.204 0.067zM12.245 11.875l-0.167-0.115-0.339-0.333 0.172 0.052 0.317 0.177 0.244 0.276-0.223-0.057zM10.885 10.927l-0.005 0.308-0.224 0.448-0.109-0.355-0.073-0.359 0.073-0.376 0.068-0.333 0.135 0.204 0.068 0.197zM10.459 11.516l-0.219-0.011-0.199-0.12-0.265-0.249-0.265-0.313-0.136-0.12-0.197-0.119 0.468 0.088 0.256 0.172 0.281 0.421zM7.255 8.817l-0.619-0.453 0.343 0.12 0.303 0.073 0.303 0.14 0.317 0.261-0.317 0.025zM7.667 9.172l0.547 0.036-0.229 0.12-0.177 0.073h-0.353l-0.308-0.057-0.348-0.151h-0.057l0.177-0.063 0.228-0.052h0.303zM6.625 9.401v-0.057h0.167l0.167 0.057 0.115 0.563 0.339 0.563v0.109l-0.229-0.281-0.167-0.281-0.391-0.563zM7.235 10.073l-0.095-0.172-0.052-0.371 0.079 0.068 0.079 0.073 0.151 0.208 0.104 0.172 0.016 0.188v0.323l-0.276-0.489zM7.579 10.584v-0.563l-0.167-0.281-0.224-0.224h0.505l0.504-0.172-0.224 0.172-0.113 0.224-0.111 0.281v0.339l-0.056 0.052h0.113l0.053-0.052 0.171-0.057v0.337l0.057 0.333 0.167 0.339 0.224 0.224-0.281-0.109-0.28-0.224-0.224-0.281-0.224-0.228zM8.416 9.131l0.063 0.14-0.063 0.219-0.124 0.36-0.188 0.287-0.307 0.219 0.063-0.36zM8.364 11.24l-0.113-0.229-0.057-0.281v-0.292l0.113 0.063 0.115 0.115 0.057 0.287 0.057 0.629zM6.213 7.235l0.079 0.229 0.020 0.312-0.077 0.312-0.131-0.291-0.093-0.349-0.011-0.26 0.047-0.245zM6.031 8.396l-0.203 0.068-0.276 0.063h-0.479l0.208-0.131 0.271-0.068zM4.651 8.136l0.267-0.224 0.265-0.073 0.593-0.276-0.156 0.297-0.369 0.197h-0.267zM5.255 6.803l-0.109-0.333 0.188 0.109 0.188 0.115 0.119 0.233 0.073 0.251 0.052 0.421-0.271-0.239-0.14-0.235-0.095-0.323zM4.708 7.145l0.281 0.057 0.224 0.172 0.375 0.188-0.427-0.021-0.281-0.115-0.448-0.276h0.276zM4.484 7.26l0.224 0.167 0.224 0.115 0.281 0.115h0.224l-0.224 0.052-0.224 0.057-0.229 0.115-0.224 0.167v-0.224l-0.052-0.281-0.115-0.224-0.167-0.172 0.276 0.115zM4.412 7.797v0.239l-0.12 0.235-0.183-0.177-0.063-0.239 0.057-0.303 0.063-0.292 0.183 0.235zM4.079 6.636l0.083-0.224 0.255-0.5 0.084 0.333-0.041 0.265-0.177 0.281-0.188 0.187zM4.229 8.724l-0.057 0.307-0.125 0.245-0.187 0.245-0.308 0.244v-0.307l0.125-0.308 0.244-0.239zM2.724 8.708l0.249-0.172h0.245l0.432 0.089 0.371 0.083-0.308 0.172h-0.307zM2.724 9.14l0.271-0.151 0.38-0.057-0.224 0.287-0.213 0.151-0.38 0.057-0.464-0.067zM2.26 10.531l-0.233-0.479-0.188-0.62 0.375 0.265 0.229 0.401 0.136 0.371-0.043 0.375zM2.797 11.197l-0.115-0.109-0.057-0.115v-0.224l0.057-0.28v-0.109l-0.057-0.172-0.167-0.333-0.115-0.172-0.167-0.167h0.563l0.281-0.057 0.115-0.057 0.109-0.167 0.224-0.172 0.115-0.109h0.165l-0.165 0.167-0.115 0.172-0.057 0.276v0.229l-0.052 0.109 0.447-0.167 0.224-0.167 0.115-0.229 0.281 0.339 0.333 0.281 0.339 0.167 0.229 0.057h0.224v0.057h0.109v-0.057l-0.281-0.333-0.339-0.339-0.167-0.172-0.167-0.052-0.224-0.057-0.229 0.057 0.057-0.563 0.396 0.224 0.333 0.167 0.396 0.229 0.396 0.109 0.672 0.672 0.511 0.733h-0.057v0.563l0.052 0.281 0.115 0.276-0.428-0.396-0.271-0.323-0.244-0.317v0.432l0.068 0.412 0.145 0.255 0.167 0.167 0.224 0.109 0.281 0.057h-0.224l-0.167-0.057-0.396-0.167-0.339-0.167-0.339-0.172 0.172-0.109 0.109-0.057 0.057-0.115 0.057-0.167v-0.224l-0.057-0.224 0.057-0.172-0.224 0.115-0.339 0.672-0.057-0.224-0.167-0.167-0.172-0.115-0.224-0.109-0.057-0.057-0.052-0.057v-0.057l0.224 0.115 0.281 0.057h0.281l0.224-0.115 0.057-0.057h0.057l0.109-0.056 0.115-0.053 0.115-0.056h0.109l0.115-0.057-0.563-0.115-0.339-0.052h-0.281l-0.281 0.052-0.281 0.172v-0.281l-0.057-0.224-0.109-0.224-0.172-0.172-0.057-0.167-0.167 0.339-0.115 0.224v0.333l0.057 0.115 0.115 0.28 0.167 0.224v0.281l-0.167-0.391-0.224-0.395-0.224-0.339-0.171-0.109-0.281-0.115h-0.448v0.115l0.224 0.391 0.339 0.28 0.389 0.281 0.396 0.224v0.057l-0.619-0.057-0.729-0.052zM4.312 9.344l0.396 0.057 0.224 0.167 0.505 0.505-0.396-0.109-0.276-0.115-0.229-0.224zM7.276 12.047l-0.115-0.292-0.083-0.343-0.027-0.396 0.265 0.208 0.177 0.281 0.089 0.276v0.281l-0.089 0.281zM6.489 11.505l0.297 0.297 0.609 0.583-0.448-0.125-0.281-0.135-0.208-0.229-0.131-0.276-0.057-0.385zM5.495 11.708l0.115-0.172 0.057-0.224 0.167-0.339h0.057v0.339l-0.115 0.281-0.109 0.057zM4.484 11.088l0.109-0.224h0.057l0.167 0.391 0.057 0.172 0.115 0.167-0.62-0.224zM4.245 10.708l-0.12-0.307v-0.308l0.12-0.369 0.249 0.307 0.063 0.371-0.063 0.307-0.125 0.308zM4.839 11.052l0.307 0.172 0.157 0.203 0.171 0.412-0.151-0.141-0.24-0.129zM4.765 10.64l0.109-0.056 0.115-0.057 0.339-0.057 0.677 0.057-0.396 0.223-0.224 0.057-0.281-0.057zM4.109 11.068l-0.407-0.193-0.396-0.323-0.38-0.479h0.213l0.199 0.067 0.292 0.215 0.213 0.323zM3.36 11.989l-0.172 0.276v-0.557l0.005-0.255 0.556 0.083 0.229 0.057 0.224 0.057h-0.229l-0.224 0.057-0.223 0.109zM4.156 12.36l0.661 0.061-0.12 0.12-0.119 0.057-0.297 0.12-0.724-0.12 0.183-0.12 0.12-0.057zM4.021 12.125l-0.48 0.063h-0.181l0.239-0.256 0.303-0.192h0.301l0.303 0.063zM6.677 13.131l-0.313 0.057-0.291-0.037-0.267-0.145 0.256-0.063 0.317-0.057 0.251 0.016 0.307 0.093zM7.303 14.005l-0.105-0.115-0.072-0.26v-0.245l-0.063-0.255 0.24 0.197 0.124 0.281 0.047 0.516zM8.26 13.219l-0.12 0.255-0.489 0.396 0.115-0.317 0.115-0.255 0.183-0.199 0.244-0.197zM8.083 12.943l-0.223 0.281-0.167 0.281-0.115 0.339-0.057-0.281-0.052-0.224-0.339-0.339h-0.115l-0.109-0.115-0.115-0.057h0.787l0.339-0.052 0.389-0.057zM9.901 13.197l-0.224 0.167-0.281 0.172h-0.281l0.183-0.224 0.224-0.172 0.265-0.109 0.339-0.057zM10.62 13.339l-0.172 0.115-0.396 0.057 0.136-0.156 0.192-0.084 0.391-0.115zM10.932 13.031l-0.125-0.228-0.099-0.109-0.109-0.016 0.183 0.296-0.197-0.072-0.141-0.208-0.208-0.057 0.181 0.239-0.255-0.072-0.219-0.292-0.125-0.027 0.183 0.256-0.183-0.068-0.135-0.151-0.115-0.115-0.172-0.115 0.12 0.177 0.104 0.119-0.161-0.067-0.131-0.073-0.115-0.115-0.213-0.099 0.172 0.197 0.025 0.052-0.14-0.077-0.14-0.068-0.256 0.14-0.464 0.147-0.619 0.072-0.453 0.057-0.459-0.057-0.516-0.129-0.511-0.333-0.624-0.349-0.677-0.312-0.349-0.089-0.796-0.156 1.067 0.084 0.833 0.312 0.448 0.24 0.604 0.249 0.344 0.208 0.245 0.073 0.239 0.027h0.281l0.552-0.052 0.568-0.177 0.172-0.057 0.115-0.095-0.683-0.52-0.572-0.516-0.511-0.599-0.484-0.636-0.204-0.265-0.265-0.224-0.229-0.093-0.224-0.115-0.52-0.24-0.297-0.161-0.287-0.14-0.516-0.344-0.681-0.401 0.343 0.115 0.287 0.172 0.568 0.344 0.568 0.192 0.573 0.235 0.113 0.057 0.224 0.115 0.433 0.083-0.037 0.152 0.057 0.057h0.057l0.579 0.839 0.353 0.432 0.303 0.317 0.36 0.375 0.4 0.292 0.532 0.271 0.375 0.188 0.787 0.24 0.713 0.151 0.156 0.301 0.131 0.235zM7.64 11.62l-0.067-0.256 0.129 0.131 0.199 0.188 0.52 0.443-0.391 0.187-0.52 0.063 0.129-0.187 0.068-0.319zM11.208 13.052l-0.151-0.224-0.151-0.297 0.301 0.073 0.052 0.208 0.188 0.297zM11.568 13.109l-0.131-0.224-0.156-0.297 0.151 0.073 0.136 0.145 0.375 0.245zM11.749 12.803l-0.255-0.193 0.271-0.016 0.349 0.371-0.079 0.072zM13.24 13.651l-0.235 0.016-0.167-0.047-0.183-0.068-0.635-0.317-0.037-0.068h0.115l0.125-0.052 0.104 0.109 0.073 0.068 0.255 0.156 0.208 0.041 0.209 0.021 0.281-0.052 0.229-0.057h0.113l0.068 0.104zM14.807 14.391l-0.052 0.115-0.057 0.115-0.057-0.057-0.228 0.115v0.115l-0.052 0.115-0.057 0.057-0.115-0.172-0.172-0.172 0.057-0.172v-0.052l-0.057-0.057v-0.057h-0.115v-0.057l-0.057-0.057 0.057-0.115 0.172-0.172 0.057-0.115 0.172 0.115 0.224 0.115 0.343 0.229zM15.568 14.839l-0.057-0.167-0.281-0.339-0.339-0.224-0.339-0.229-0.224-0.109-0.287-0.208-0.328-0.333-0.427-0.412-0.308-0.463-0.391-0.532-0.785-1.125-0.729-0.728-0.281-0.172-0.541-0.24-0.584-0.224-0.593-0.224-0.563-0.224-0.48-0.249-0.561-0.412-0.224-0.167-0.224-0.281-0.605-0.749-0.671-0.787-0.901-0.771-0.765-0.568 0.427 0.172 0.156 0.167 0.297 0.192 0.208 0.183 0.62 0.468 0.296 0.245 0.277 0.265 0.64 0.709 0.541 0.599 0.213 0.115 0.147 0.145 0.359 0.193 0.453 0.208 0.224 0.073 0.313 0.036 0.375 0.188 0.244 0.113 0.24 0.057-0.203 0.152 0.072 0.015 0.251-0.124 0.115 0.052h0.057l0.068 0.036-0.183 0.079v0.057l0.339-0.057 0.224 0.109-0.109 0.057 0.052 0.057 0.219-0.1 0.125 0.157-0.063 0.093 0.229-0.036 0.167 0.109-0.053 0.057h-0.124v0.057l0.115 0.057h0.057l0.109-0.057 0.271 0.208-0.213 0.016h-0.057v0.056l0.281 0.057 0.156 0.043 0.109 0.109-0.208 0.015h-0.057l-0.057 0.057 0.115 0.057h0.167l0.203 0.037 0.131 0.115-0.167 0.072h-0.109l-0.057-0.057-0.052 0.052 0.276 0.057 0.156 0.048 0.14 0.119-0.177 0.063-0.171-0.057h-0.111l0.333 0.115 0.281 0.037 0.109 0.167-0.333-0.037h-0.224v0.057l0.339 0.057 0.251 0.099 0.115 0.109-0.313-0.099-0.281 0.057 0.396 0.115 0.376 0.093 0.187 0.209-0.271-0.005-0.183-0.073-0.052 0.057 0.224 0.115 0.333 0.047 0.131 0.172-0.073 0.344 0.057-0.115 0.057-0.151 0.265 0.224 0.229 0.172 0.109 0.109 0.172 0.057 0.068 0.115-0.057 0.265 0.057-0.115 0.057-0.063 0.052-0.052 0.172 0.093-0.021 0.208 0.079 0.224 0.016-0.296 0.041-0.063 0.188 0.093 0.036 0.229 0.057 0.24 0.052-0.167v-0.172l0.115 0.172 0.057 0.167 0.057 0.339 0.072-0.256-0.020-0.14v-0.109l0.172 0.333 0.052 0.156 0.005 0.297 0.072-0.152 0.037-0.244 0.167 0.281v0.448l0.115-0.396 0.109 0.287 0.020 0.223-0.129 0.053-0.115 0.171-0.057 0.167-0.057 0.115h-0.052l-0.115-0.057v-0.057l-0.011-0.176zM15.656 15.38l0.068-0.063 0.24 0.068-0.068 0.199-0.063 0.129v0.401l-0.109-0.265v-0.401zM14.76 16.932l0.068-0.068 0.271-0.135h0.136l0.129 0.068 0.339 0.135-0.129 0.068h-0.745l-0.063 0.068v-0.136zM15.131 17.079l-0.068 0.072-0.073 0.068-0.14-0.068 0.14-0.068h0.141zM14.203 17.531v-0.115l0.063-0.056h0.12l0.12 0.113h0.115l0.115-0.057 0.063-0.056v-0.057h0.233l0.057-0.063 0.057-0.057 0.177 0.177v0.119l-0.057 0.12-0.177 0.115-0.176 0.063-0.115 0.057h0.588v-0.057h-0.063l-0.057-0.063 0.057-0.057h0.12v0.12l-0.057 0.057 0.057 0.12-0.24 0.063h-0.348v0.057l0.119 0.057h0.12l0.355-0.115 0.115-0.12v-0.115l0.057-0.12-0.057-0.115h-0.115v-0.192l-0.063-0.115-0.115-0.115h0.177l0.24-0.063 0.057-0.12 0.057-0.057h0.057l0.099 0.683-0.271 0.443-0.297 0.411-0.057-0.176-0.177-0.115v0.057l0.057 0.115 0.057 0.176-0.057 0.12-0.12 0.12-0.12-0.068v-0.057l0.057-0.057v-0.12l0.115-0.056-0.115-0.057h-0.233l-0.12-0.057v-0.24l0.057-0.057-0.115-0.057-0.177-0.063-0.24-0.115zM12.219 18.953v-0.265l0.151 0.4zM12.391 19.421h0.125v0.12h-0.125zM12.312 19.197h0.287v0.157h-0.14zM12.745 19.781h-0.167v-0.219l0.167 0.109zM12.849 19.416v0.105l-0.125-0.105v-0.099l0.125-0.104zM13.047 19.068v0.219l-0.077 0.077v-0.296zM13.521 18.303l-0.063 0.176-0.057 0.057-0.057 0.063h-0.125l-0.057-0.063-0.057-0.12-0.057-0.171-0.057-0.063h-0.057l-0.057 0.12 0.057 0.119 0.057 0.177 0.057 0.12-0.12 0.235-0.057 0.12-0.12 0.12-0.176-0.057-0.12-0.057-0.027-0.105-0.067-0.156-0.032-0.181 0.032-0.193 0.099-0.136v-0.056h-0.057l-0.12 0.119-0.063 0.109-0.104 0.095-0.057 0.057-0.115-0.047v-0.235l0.057-0.12 0.12-0.057 0.281-0.047h0.235l-0.057 0.411v0.235l0.119 0.183-0.061-0.417 0.057-0.411 0.119-0.057h0.177l0.125 0.057 0.115-0.057-0.235-0.063h-0.235l-0.473 0.063-0.115-0.063 0.12-0.057h0.353l0.115-0.057v0.057h0.177l0.063-0.057h0.355l0.057 0.235 0.057 0.057zM13.521 17.765l-0.057-0.057-0.063 0.057h-0.183l-0.057-0.177-0.125-0.119v-0.12l0.125-0.063h0.12l0.12-0.063 0.183-0.24h0.119v0.063l0.063 0.177 0.057 0.125 0.063 0.057 0.12 0.063-0.057 0.061v0.12l-0.12 0.12h-0.307zM14.125 17.812h-0.12l-0.057-0.119 0.12-0.115v-0.063h0.057v0.177l0.177 0.181zM13.771 18.901l-0.016-0.38 0.365-0.324 0.125-0.129 0.249-0.011 0.12-0.131-0.115 0.319-0.307 0.14-0.251 0.073 0.068 0.057 0.125-0.005 0.181-0.131 0.188-0.005-0.052 0.256 0.068 0.244 0.015 0.376-0.063 0.061h-0.061l-0.063 0.005-0.068-0.124-0.073-0.313-0.011-0.244-0.067-0.063-0.057 0.063-0.12 0.129-0.052 0.256h-0.063l-0.068-0.063zM13.62 19.109l-0.068-0.063v-0.129l0.068 0.067 0.135 0.063 0.204 0.063h0.063v0.063l-0.063 0.125h-0.141v-0.125l-0.063-0.063zM13.833 19.667l-0.068-0.068h-0.068l0.068-0.271 0.271 0.131-0.063 0.14zM14.073 19.86l-0.063 0.129h-0.063l-0.063-0.063v-0.255l0.131 0.125h0.063v0.063zM14.109 19.484l-0.068-0.135 0.068-0.141h0.073v0.068l0.135 0.073v0.135l-0.067 0.073zM14.156 19.901v-0.235l0.079-0.079 0.156 0.157v0.077l-0.156 0.079zM14.427 20.213l-0.172 0.021-0.077-0.079 0.020-0.093v-0.079h0.152l0.156 0.156zM14.749 19.927l-0.072 0.079-0.151-0.151-0.073-0.152 0.296 0.079zM14.579 19.573l-0.084 0.083-0.083-0.083v-0.084l0.333-0.088zM14.599 19.292l-0.031-0.932 0.063-0.068 0.271 0.115 0.129-0.005-0.129 0.068-0.063 0.124 0.005 0.125 0.068 0.12-0.063 0.131 0.011 0.244-0.131 0.068zM15.057 19.24v0.072l-0.084 0.079h-0.088v-0.156h0.172zM14.948 19.615l-0.131 0.068-0.068-0.131v-0.125h0.131l0.131 0.125zM15.073 19.052l-0.057-0.115v-0.172h0.172zM15.464 21.307l-0.057-0.052v-0.228l-0.115-0.063 0.031 0.115-0.115 0.228-0.072 0.163-0.057 0.057-0.183 0.124h-0.287l0.057-0.115v-0.115l-0.052-0.052 0.115-0.172 0.052-0.115 0.063-0.113-0.115-0.057-0.073-0.115 0.057-0.115v-0.115l0.115-0.115 0.245-0.057 0.167 0.057 0.115 0.115 0.115 0.172 0.171 0.115v0.228l-0.056 0.229h-0.12zM15.5 22.64l0.041-0.457 0.251 0.077h0.057l0.057-0.063 0.057 0.229 0.057 0.115 0.061 0.063h0.053l0.061-0.063-0.115-0.052v-0.344l0.115-0.115 0.053-0.113-0.053-0.115h-0.115l-0.056 0.052v0.115l-0.057 0.113-0.115 0.057h-0.12l-0.131-0.072v-0.344l0.057-0.115v-0.057h0.115l0.063-0.057v-0.115l0.068-0.099 0.057-0.057h0.281l0.285 0.057 0.172-0.057h0.115l0.057 0.057 0.172 0.115 0.057 0.115 0.016 0.129h-0.172l-0.172-0.056-0.115-0.057-0.24-0.068 0.052-0.115-0.052-0.057-0.061 0.115v0.115h-0.115l-0.115 0.057-0.229 0.172v0.057l-0.115 0.057v0.113l0.344-0.343 0.172-0.057v0.287l0.113 0.457 0.229 0.172v0.052l-0.057 0.115-0.115 0.063h-0.113v-0.063l0.061-0.052 0.052-0.063-0.052-0.115h-0.061l-0.115 0.115-0.052 0.063v0.115l0.052 0.052 0.176 0.115 0.167 0.063h0.172l0.5 0.068-0.057 0.057h-0.052l-0.072 0.067-0.376-0.020-0.167-0.057-0.172-0.057-0.171 0.057 0.457 0.115 0.656 0.057-0.171 0.072-0.224 0.057-0.605-0.072 0.344 0.115 0.401 0.057 0.172-0.011-0.115 0.115-0.177 0.052-0.224 0.016-0.172 0.057 0.172 0.056 0.256-0.025-0.057 0.115-0.052 0.057-0.391 0.025 0.181 0.052h0.631l-0.115 0.12-0.172 0.052-0.344 0.063 0.057 0.052h0.287l0.287-0.052-0.057 0.052-0.115 0.063-0.172 0.052-0.344 0.057 0.344 0.057 0.287-0.057v0.115l-0.344 0.172h-0.115l-0.115 0.057h0.683v0.057l-0.167 0.057-0.172 0.057-0.344 0.057 0.057 0.057h0.344l0.344-0.057 0.057 0.057-0.344 0.172-0.344 0.052 0.057 0.063h0.344l0.344-0.063v0.115l-0.115 0.063-0.516 0.052 0.401 0.057h0.344l0.057 0.057-0.057 0.063h-0.115l-0.115 0.052h-0.229l-0.172 0.061 0.172 0.053h0.573l-0.115 0.113-0.115 0.057-0.344 0.057 0.115 0.057h0.172l0.355 0.021-0.068 0.093-0.631 0.057 0.235 0.073 0.172 0.016 0.411 0.041-0.457 0.115-0.475-0.016 0.287 0.115 0.344 0.057 0.339-0.031 0.063 0.145-0.437 0.12-0.381-0.052-0.443-0.297-0.344-0.287h-0.113l-0.229-0.115h-0.172l-0.052-0.052-0.057-0.115 0.031-0.135-0.011-0.141-0.115-0.563-0.083-0.796-0.125-1.281 0.011-0.475zM15.599 25.323l0.084 0.407v0.26l-0.125-0.244zM14.964 25.136l-0.063 0.061-0.245 0.251h-0.125l0.125-0.125 0.063-0.187 0.251-0.125 0.061 0.125zM14.973 24.729l0.068-0.265 0.136-0.136 0.129 0.333v0.136l-0.061 0.129h-0.136zM15.057 25h0.151v0.151h-0.072l-0.079-0.072zM15.839 26.943h-0.156l0.077-0.24 0.084 0.079 0.077 0.161zM17.328 28.235h-0.188v-0.099l0.448-0.063 0.376-0.057-0.376 0.156zM17.396 27.907l0.297-0.079-0.256 0.145-0.297 0.079 0.005-0.135zM17.188 27.828v-0.093h0.255v0.088zM17.885 28.489h0.093l0.095 0.188-0.281-0.188-0.188-0.187 0.281-0.095 0.276-0.088v0.183h-0.276l-0.093 0.093v0.093zM18.083 28.755l0.297-0.145 0.369-0.145v0.072l-0.369 0.147-0.151 0.072h-0.147v0.005zM18.719 28.76l-0.453 0.167 0.079-0.145 0.151-0.073 0.308-0.145v-0.068h0.072l0.156 0.073 0.068 0.047zM20.703 29.303l-0.276 0.025-0.115-0.057-0.115-0.115-0.176-0.229-0.057-0.115-0.115-0.057-0.104-0.025-0.172 0.057-0.057-0.057h0.057l-0.115-0.063-0.229-0.115-0.177-0.057-0.115-0.057-0.172-0.057h-0.172l-0.115 0.115-0.172 0.057-0.176-0.057 0.115-0.115 0.061-0.115-0.119-0.172-0.215-0.083-0.219-0.177-0.176-0.115-0.344-0.115-0.084-0.083-0.229-0.109-0.172-0.177-0.233-0.115-0.229-0.115-0.229-0.172-0.115-0.115-0.063-0.115-0.344-0.172-0.176-0.104-0.177-0.245-0.057-0.343 0.057-0.344 0.12-0.349 0.213-0.287 0.057 0.172v0.115l-0.052 0.281-0.063 0.297v0.115l0.047 0.167 0.131 0.176 0.129 0.172 0.229 0.057 0.287 0.057 0.115 0.177 0.235 0.115 0.172 0.115 0.115 0.115h0.119v0.057l0.115 0.057 0.057 0.063 0.115 0.011h0.407l0.115 0.061 0.057 0.053 0.115 0.047h0.057l0.115 0.057v0.057l0.119 0.229 0.172 0.171 0.229 0.177 0.235 0.057 0.115 0.057 0.177 0.057 0.172 0.057v0.177l0.057 0.057h-0.057l-0.057 0.057 0.115 0.115 0.172 0.057 0.171-0.057h0.235l0.229 0.459 0.177 0.176 0.115 0.057 0.099 0.016 0.131-0.016 0.172 0.057zM22.781 29.729h-0.125l-0.12-0.057-0.172-0.125-0.479-0.177-0.531-0.057-0.48-0.057h0.12l0.125-0.057 0.411 0.057 0.417 0.057 0.771 0.297 0.063 0.063zM22.615 29.427l-0.453-0.229-0.511-0.057-0.572-0.052h-0.568l-0.057-0.057-0.052-0.113 0.677 0.056 0.681 0.115 1.199 0.167h0.052l-0.167-0.167-0.229-0.057-0.511-0.113-0.568-0.057-0.509-0.057h-0.631l-0.109-0.057-0.057-0.052v-0.229l-0.115-0.115 0.115-0.057h0.115l0.109 0.088 0.172 0.057 0.229-0.057h0.115l0.509-0.312 0.172-0.229 0.057-0.287 0.115-0.052h0.057l0.167 0.052h0.172l0.183 0.027-0.073 0.151-0.021 0.167-0.056 0.172-0.027 0.229 0.041 0.104 0.027 0.14-0.052 0.109-0.172 0.057-0.245-0.072-0.177-0.037h-0.172l-0.395 0.057h-0.172l-0.229-0.020-0.161-0.057-0.115-0.115h-0.057l-0.057 0.057 0.057 0.057 0.172 0.115 0.396 0.052h0.796l0.339 0.115h0.516l0.453 0.057h0.057l0.115 0.113h0.224l0.057 0.057-0.057 0.057-0.115 0.057-0.172 0.052-0.281 0.057h-0.115zM24.593 26.771l-0.224 0.057h-0.291l-0.161 0.052 0.176 0.021h0.251l0.224 0.011 0.125 0.057 0.156 0.020v0.073l-0.391-0.047-0.412 0.057-0.129 0.083 0.604 0.032 0.265 0.083v0.131l-0.224-0.095-0.224-0.025h-0.256l-0.228 0.104h0.067l0.021 0.041 0.448-0.020 0.349 0.088 0.063 0.079-0.423-0.063-0.396 0.052h-0.067v0.052l0.452 0.005 0.267 0.063 0.109 0.104-0.005 0.077-0.183-0.099-0.251-0.025-0.395 0.052v0.052l0.057 0.005h0.416l0.36 0.172v0.057l-0.057 0.057-0.063-0.057-0.057-0.057-0.063-0.057-0.177-0.057h-0.12l-0.057 0.057 0.057 0.115 0.152 0.057v0.468l0.056 0.521 0.079 0.077 0.068 0.115 0.036 0.156-0.025 0.073-0.032 0.041-0.052 0.011-0.073-0.036-0.052 0.005-0.109 0.031-0.167-0.047-0.176 0.057-0.36 0.063-0.355 0.036h-0.176l-0.183-0.057-0.057-0.115 0.479-0.12 0.177-0.113 0.183-0.177 0.063-0.172 0.057-0.235 0.057-0.464 0.181-0.057h0.12l0.057-0.061-0.057-0.057 0.057-0.057v-0.057l-0.12 0.057-0.115 0.057-0.119-0.057h-0.12l-0.12-0.115h-0.12l-0.355-0.057v-0.819l0.115-0.405v-0.407l0.063-0.812-0.057-0.412v-1.12l-0.063-0.115h0.084l0.005-0.063h-0.063l-0.068-0.052h-0.12l-0.057-0.072 0.057-0.057h0.12l0.104 0.057v-0.901l0.256 1.016 0.057 0.115 0.063-0.057h0.119l0.057-0.057 0.12-0.057v0.057l-0.011 0.067-0.172 0.057h-0.057l-0.056 0.105h0.119l0.12-0.057h0.057l0.068 0.067-0.183 0.063-0.181 0.104 0.119 0.057h0.057l0.245-0.057-0.125 0.115h-0.12l-0.057 0.12-0.057-0.12-0.061-0.109-0.057 0.052 0.057 0.12 0.061 0.057 0.057 0.12v0.115l0.204 0.287 0.265 0.38h0.177l0.052 0.052 0.057-0.047v-0.052h-0.12l-0.068-0.063 0.313-0.063 0.291-0.057v0.183h-0.239l-0.12 0.052-0.052 0.057v0.057l0.057 0.063h-0.303l-0.115 0.052 0.432 0.052 0.48 0.124h-0.969l-0.041 0.048 0.396 0.052h0.187l0.251 0.067-0.199 0.011-0.249 0.052-0.287-0.005 0.011 0.048 0.421 0.052h0.167l0.172 0.057h0.057v0.129l-0.344-0.041-0.353-0.016-0.172 0.057 0.063 0.047 0.088-0.004h0.079l0.077 0.036 0.115-0.047 0.297 0.057 0.099 0.031 0.057 0.036-0.005 0.073-0.432-0.025-0.323 0.009-0.104 0.057 0.453 0.052 0.167 0.057 0.26 0.073-0.469-0.057h-0.249l-0.235 0.104-0.005 0.068 0.177-0.068 0.151 0.052 0.317 0.032zM24.74 26.76h0.077v0.079h-0.077zM24.573 29.109l-0.057-0.057 0.057-0.125h0.244l-0.12 0.183zM25.407 29.287h-0.245l0.057-0.063h-0.245l-0.244-0.057 0.063-0.125 0.125-0.063v0.125l0.181-0.063 0.245 0.063-0.057 0.063h-0.063v0.057l0.245-0.12 0.244 0.057-0.063 0.063h-0.057l-0.063 0.063v0.057h0.063l0.12-0.057 0.125-0.063h0.369l-0.307 0.245h-0.245l-0.183-0.063zM25.932 29.729h-0.328v-0.057l-0.063-0.063v-0.12l0.131 0.057-0.068 0.063v0.057l0.199-0.057h0.197l0.063 0.057zM25.953 29.495l0.307-0.188 0.12-0.056h0.188l-0.308 0.244-0.124 0.057zM26.396 29.636l-0.183-0.063 0.183-0.057 0.063-0.063 0.063-0.125h0.181l0.125 0.063-0.307 0.183zM26.636 29.683l0.057-0.057 0.056 0.057zM26.719 29.568l0.245-0.12h0.307l-0.125 0.12zM27.229 29.677l-0.125-0.057 0.308-0.125h0.124l0.183 0.057-0.303 0.125zM27.943 29.683h-0.323l0.129-0.063h0.063l0.256 0.063zM28.021 29.391h-0.256l0.063-0.063 0.125-0.063h0.255l-0.125 0.063zM29.131 29.693h-0.308l0.063-0.063-0.063-0.057-0.057 0.057-0.181 0.063h-0.245l0.12-0.063v-0.057l-0.057-0.063h-0.063l-0.057 0.063h-0.063l-0.063-0.063h-0.057l0.183-0.125 0.12-0.057 0.12 0.057v0.188l0.181-0.063 0.245 0.063v0.057l0.364-0.12v0.063h-0.061l-0.12 0.057zM29.375 29.516l-0.063-0.068 0.125-0.073h0.131l-0.131 0.073zM29.489 29.683v-0.063l0.063-0.12h0.063l0.364 0.12h0.12v-0.12l0.12-0.063h0.183l0.244 0.183h0.057zM30.864 29.573l-0.061 0.057-0.12 0.063 0.057-0.12v-0.125l-0.057-0.063 0.12-0.057 0.061 0.057zM17.385 2.693l0.344 0.239 0.219 0.141 0.213 0.291-0.307-0.057-0.303-0.135-0.249-0.24-0.131-0.224zM13.208 2.86l-0.235-0.125-0.14-0.204-0.115-0.224 0.229 0.073 0.197 0.125 0.344 0.385-0.276-0.027zM13.563 2.677l0.063-0.339 0.181-0.256 0.1 0.157v0.156l-0.073 0.255-0.104 0.099-0.136 0.111zM18.896 4.208h-0.271l-0.328-0.077-0.376-0.131-0.276-0.177 0.261-0.047 0.364 0.016 0.251 0.088 0.249 0.136zM19.079 3.697l0.088-0.281 0.084-0.276 0.056-0.255 0.068 0.052 0.052 0.052 0.068 0.089 0.027 0.124-0.027 0.193-0.099 0.14-0.156 0.188-0.1 0.271zM17.224 2.484l0.115-0.12 0.281-0.099 0.292-0.031 0.348-0.12-0.124 0.213-0.276 0.156-0.344 0.021-0.349 0.093zM12.251 29.713h-1.751l0.057-0.057 0.849-0.068h0.844l0.837-0.057 0.844 0.125 0.057 0.057zM20.579 28.188h0.26v0.083l-0.177 0.079h-0.083l-0.089-0.079zM20.745 26.396l0.115 0.057 0.337-0.057 0.109-0.057 0.115-0.115-0.395-0.052-0.224-0.057-0.167 0.057-0.172 0.109-0.109 0.339 0.224-0.224h0.167zM20.771 26.26l0.084-0.067 0.255 0.067-0.083 0.073h-0.339l0.077-0.073zM29.131 27.631l0.115 0.057h0.672l0.223-0.115-0.223-0.109h-0.281l-0.281 0.057-0.224 0.052 0.448-0.276 0.228-0.057h0.276l0.115 0.224 0.167 0.167 0.287 0.339h0.057l-0.057-0.167-0.115-0.229-0.339-0.333h0.224l0.229 0.057 0.224 0.109 0.167 0.167 0.057 0.172v0.167l-0.057 0.339h0.057l0.057-0.053v-0.061l0.057-0.053 0.057-0.113 0.052-0.167-0.109-0.281-0.339-0.281-0.396-0.172-0.224-0.052h-0.224l-0.224 0.052-0.228 0.057 0.171-0.167 0.224-0.115 0.281-0.057 0.224-0.109 0.057-0.057h-0.115l-0.109-0.057h-0.115l-0.109-0.057-0.171 0.057-0.111 0.115-0.171 0.109-0.109 0.115-0.172 0.339-0.167 0.109-0.115 0.057-0.057 0.057 0.115-0.224 0.115-0.172 0.167-0.167 0.057-0.224v-0.115l-0.453 0.453-0.109 0.167v0.391l-0.057 0.172-0.167 0.167 0.281-0.224 0.167-0.057zM14.047 24.984l-0.052-0.109-0.057-0.224 0.057-0.172 0.052-0.109 0.172-0.057 0.109 0.109 0.057 0.172-0.115 0.109h-0.109l0.057 0.057h0.052l0.057-0.057 0.115-0.109v-0.172l-0.057-0.167-0.115-0.057h-0.224l-0.167 0.172-0.057 0.052-0.057 0.115 0.057 0.281 0.172 0.167 0.052 0.057h0.339v0.057l0.057-0.115h-0.396zM14.557 24.984l0.109-0.109-0.224 0.109h0.109zM14.667 17.276l0.011-0.047-0.011-0.011v0.057zM16.245 27.969h-0.281l-0.115 0.057-0.052 0.056h0.448v0.053l-0.167 0.057h-0.396l0.396 0.057v0.056l-0.057 0.057h-0.281l-0.281-0.057-0.057 0.057 0.224 0.052 0.224 0.057-0.224 0.115-0.281-0.057h-0.057v0.057l0.172 0.057 0.167 0.052-0.057 0.057h-0.224l-0.057 0.057h0.229v0.167l-0.057 0.057h-0.115l-0.167-0.057 0.167 0.115 0.115 0.109 0.057 0.172 0.109 0.167 0.057 0.057 0.115 0.057h0.167l-0.057-0.057 0.057-0.057 0.057-0.109h0.167l0.057-0.057 0.224-0.281 0.167-0.339 0.171-0.224-0.171 0.167-0.052 0.057-0.115 0.057-0.057-0.115-0.109-0.052-0.057-0.057-0.057-0.115 0.115-0.109 0.052-0.228 0.115-0.333-0.115-0.057-0.109 0.057-0.281 0.052h0.391l-0.109 0.115zM15.776 28.729l0.151-0.151 0.147-0.073 0.072 0.145-0.072 0.073h-0.152l-0.145 0.073zM16.036 29.38l-0.151 0.151-0.145-0.072-0.147-0.079 0.147-0.073h0.296l0.147-0.072zM16.527 28.885l-0.073 0.151-0.073 0.073h-0.224l-0.219 0.079-0.219 0.072h-0.224l0.079-0.145 0.437-0.079 0.296-0.072zM16.416 28.812l-0.364 0.073-0.443 0.151v-0.145l0.073-0.073 0.145 0.073 0.224-0.073h0.364zM11.349 29.093l0.224-0.057h0.281v-0.052l-0.448 0.052-0.453 0.115-0.391 0.115-0.907 0.224h-0.953l-0.448-0.057v0.057l0.505 0.109 0.563 0.057 0.505-0.057 0.511-0.109 0.505-0.172 0.505-0.224zM6.172 29.604v-0.115h-0.563l-0.172 0.109h0.735zM3.864 29.432l-0.115 0.115v0.052h0.115l0.109-0.052h0.511l0.052-0.057v-0.057h-0.167v-0.115l-0.115-0.052h-0.505l-0.165 0.109v0.172l0.056-0.115 0.109-0.057 0.281-0.057 0.281 0.115h-0.448zM19.328 29.344l0.141-0.109-0.079 0.020-0.057 0.089zM18.885 29.412l-0.188 0.061-0.181 0.125 0.557-0.125 0.244-0.124-0.063-0.063-0.369 0.125zM19.552 29.219l0.047-0.083-0.145 0.119 0.099-0.036zM8.364 28.984l0.115-0.057 0.057 0.057h0.844l0.167-0.057h0.339l0.281-0.057 0.505-0.167 0.563-0.172 0.281-0.052h-0.505l-0.339 0.109-0.333 0.115-0.735 0.109-1.521 0.057 0.115 0.057 0.167 0.057zM8.083 28.869l-0.28-0.281h0.171l0.896 0.057 0.396 0.057h0.729l0.281-0.057 1.016-0.339 0.224-0.056h-0.167l-0.396 0.056-0.563 0.172-0.563 0.109h-1.125l-0.115-0.057h-0.057l-0.052-0.052h0.391l0.339 0.052h0.339l0.333-0.052 0.62-0.172 0.62-0.167 0.677-0.113v-0.057h-0.729l-0.62 0.228-0.677 0.109-1.349 0.057-0.276-0.113-0.228-0.053v-0.057l0.113-0.057h0.115l0.109-0.056 0.167-0.224 0.057-0.057v-0.057l0.057-0.052h0.057l0.057-0.057h-0.057l0.167-0.115h0.115l0.224-0.224 0.167-0.057h0.115l0.057-0.052-0.172-0.057-0.052-0.057-0.115-0.057h-0.115l-0.167 0.057-0.224 0.167-0.057 0.057-0.115 0.057-0.052 0.057-0.115 0.057h0.167l0.057 0.052v0.057h-0.224l-0.224 0.057-0.337 0.339h-0.057l0.057-0.229 0.056-0.167 0.224-0.057 0.224-0.052 0.339-0.339 0.115-0.057h0.052v-0.057l-0.224-0.057-0.224 0.057-0.561 0.453-0.448 0.448v-0.115l0.057-0.109 0.167-0.115 0.167-0.167 0.113-0.172 0.115-0.224 0.276-0.057 0.115-0.052 0.167-0.115 0.057-0.115v-0.109l-0.057 0.057-0.504 0.052-0.224 0.057-0.167 0.172h0.109l0.057 0.052-0.339 0.229 0.172-0.511-0.057-0.052h-0.057l0.115-0.229 0.057-0.276h-0.057l-0.057-0.057-0.115 0.224-0.052 0.167-0.057-0.224v-0.224l0.057-0.281v-0.229l0.052-0.224-0.052-0.167-0.057-0.167 0.057-0.229-0.172 0.115-0.057 0.224-0.109 0.172v0.224l0.057 0.167 0.167 0.172v0.109l-0.057 0.115-0.057-0.224-0.109-0.172-0.167-0.224-0.172-0.167h-0.057v0.276l0.115 0.453 0.115 0.224h0.109l0.115 0.057 0.109 0.167 0.115 0.229 0.057 0.052 0.109 0.057-0.109 0.453-0.057 0.224-0.115 0.224-0.057-0.167-0.052-0.115h0.052v0.057l0.057-0.057h0.057v-0.339l-0.057-0.167-0.057-0.224-0.109-0.115 0.109 0.396 0.057 0.167v0.224h-0.057l-0.109-0.281-0.057-0.167v0.109l0.057 0.339-0.057-0.057-0.057 0.057-0.052 0.172 0.052 0.167 0.115 0.281-0.057 0.057-0.167-0.229-0.281-0.109h-0.172l-0.109 0.057 0.109 0.109 0.115 0.172 0.115 0.109 0.224 0.056 0.167 0.057h-0.448l-0.229 0.057-0.052 0.109-0.057 0.115-0.115-0.171h-0.167l-0.057-0.053v-0.171l-0.109-0.109h-0.115l-0.109 0.052-0.281 0.113 0.052 0.057-0.167 0.057-0.057 0.053-0.224 0.228h-0.115l-0.052 0.052h0.109l0.115-0.052 0.224-0.115 0.167-0.113 0.172-0.111h0.339l0.052 0.111h-0.052l-0.563 0.228h0.167l0.224-0.057 0.172-0.057h0.167l0.167 0.057-0.052 0.057v0.052h0.333l0.115 0.057 0.167-0.057-0.109 0.339-0.057 0.167 0.057 0.172 0.224-0.115h0.339l0.057 0.115-0.229-0.057-0.224 0.057h0.281l0.339 0.109h-0.281l-0.167 0.057-0.115 0.057h0.62l0.28 0.057 0.333 0.057v-0.057l-0.276-0.115h-0.228l-0.057-0.057v-0.505l0.395 0.172 0.333 0.167-0.057-0.115v-0.167zM8.807 27.109l0.215-0.073 0.213 0.073-0.213 0.073-0.147 0.14-0.213 0.073h-0.14zM8.172 27.145l0.145-0.151h0.147l-0.219 0.224-0.152 0.145h-0.224zM6.844 25.959l-0.079-0.079-0.077-0.073v-0.443l0.156 0.152 0.077 0.219 0.157 0.369zM7.197 25.401l-0.057 0.172-0.057-0.115v-0.172l0.057-0.344 0.057-0.057 0.057 0.344zM7.807 26.76l0.125-0.063 0.38-0.061-0.443 0.249v-0.063h-0.063l-0.061 0.063-0.063-0.063zM7.355 27.349l0.391-0.391-0.167 0.339-0.115 0.167-0.167 0.109zM7.713 28.011l0.073-0.079 0.151-0.072 0.151-0.147 0.152-0.073 0.224-0.072-0.152 0.219-0.151 0.145-0.448 0.147zM7.661 28.281h0.26l0.453 0.192h-0.453l-0.26-0.061-0.192-0.131zM7.156 28.183h0.057l0.057-0.057v-0.057l0.115-0.229 0.229-0.229-0.052 0.229-0.177 0.287-0.167 0.172-0.057-0.057v-0.057zM6.907 28.047l-0.355-0.077-0.115-0.125-0.115-0.188 0.183 0.068 0.177 0.068 0.287 0.255zM6.599 28.401l-0.416 0.057 0.177-0.177 0.176-0.063h0.365l-0.12 0.12zM6.584 29.041l0.061-0.181 0.063-0.177 0.12-0.183 0.177-0.057-0.057 0.177-0.063 0.12zM7.011 28.984h-0.167l0.172-0.224v0.224zM6.953 27.656l-0.063-0.183v-0.176l0.177 0.296v0.183l0.063 0.177zM7.177 28.995l-0.073-0.14v-0.36l0.141 0.145v0.141l0.072 0.427zM7.693 28.823l-0.365-0.239-0.057-0.177 0.12 0.12 0.24 0.057 0.176 0.119 0.12 0.183-0.239-0.063zM5.38 29.375h0.62l-0.391-0.057h-0.396l-0.057 0.057v0.057l0.057 0.057 0.167-0.115zM12.36 29.265l0.676 0.052 1.068 0.057 0.505 0.057 0.568-0.057-0.057-0.057-0.396 0.057-0.453-0.057-1.631-0.109-0.452 0.057-0.391 0.052h0.281l0.281-0.052zM10.672 28.869l-0.563 0.167-0.62 0.115-0.62 0.057h-0.615v0.057l0.224 0.052h1.068l0.339-0.052 0.677-0.229 0.62-0.224 0.333-0.052 0.339-0.057h-0.563l-0.62 0.167zM5.156 29.151h0.281l0.281 0.057 0.057-0.057-0.448-0.115h-0.281l-0.172 0.057-0.109 0.057-0.115 0.115v0.052l0.224-0.109 0.281-0.057zM3.527 29.265l0.167-0.057 0.228-0.057h0.333v-0.057l-0.391-0.057-0.115 0.057-0.165 0.057h-0.115l-0.057-0.115v-0.052l-0.167-0.115-0.057-0.109v-0.172l0.057-0.057 0.115-0.052-0.172-0.057h-0.052l-0.057 0.057-0.057 0.109v0.057l0.057 0.224-0.057 0.057h-0.115l-0.052 0.109-0.172 0.057-0.057 0.057-0.052 0.057v0.057h0.052l0.057-0.115 0.115-0.057h0.224l0.448 0.115v0.057h0.057zM31.661 28.984l-0.391-0.115v0.057l0.333 0.224 0.172 0.057 0.224 0.057v-0.057l-0.172-0.172-0.167-0.052zM14.219 28.984l-0.224 0.109h0.448l0.109-0.057 0.057-0.052v-0.057l-0.109-0.115-0.172-0.109-0.333-0.057v0.057h0.109l0.115 0.057 0.224 0.052-0.115 0.115-0.109 0.057zM4.875 28.927h0.563l0.172 0.057h0.057l0.052-0.057v-0.057l-0.109-0.057h-0.787l-0.287 0.115-0.167 0.167 0.281-0.109 0.224-0.057zM19.749 28.912h-0.061l-0.183 0.187 0.125-0.063 0.119-0.124zM12.927 28.984v-0.057h0.052l0.057-0.057-0.167 0.057-0.115 0.057h0.167zM3.584 28.869l-0.057 0.115 0.167-0.115 0.228-0.057h0.224l0.224 0.057-0.167-0.109-0.229-0.057-0.276 0.057-0.113 0.109zM13.375 28.703v-0.057h-0.224l-0.172 0.057h-0.115l-0.052 0.057-0.057 0.052 0.339-0.052 0.276-0.057zM5.047 28.703v-0.057h-0.057l-0.224-0.057-0.057 0.057-0.115 0.057 0.172-0.057h0.167l0.115 0.057zM12.64 28.645h0.281l0.229-0.115 0.224-0.052 0.276-0.057v-0.057l-0.391 0.057-0.339 0.057-0.167 0.052-0.115 0.115zM3.469 28.588l0.057 0.057v-0.057l0.057-0.057h-0.057l-0.057 0.057zM4.536 28.479v-0.057l-0.115-0.171-0.167-0.115-0.167 0.061-0.224 0.109-0.057 0.057-0.057 0.115 0.168-0.172h0.395l0.109 0.115 0.057 0.057v0.052l0.057-0.052zM14.948 28.251v-0.053l-0.115-0.061h-0.109l0.057 0.061-0.057 0.109-0.057 0.057-0.172 0.057h0.172l0.115-0.057 0.167 0.057h0.115l0.224-0.057 0.172-0.167 0.052-0.061v-0.109l-0.052-0.057-0.057-0.057h-0.281v0.115h0.057v-0.057h0.167v0.113l-0.057 0.115-0.224 0.109-0.115 0.057-0.057-0.057h0.057v-0.056zM14.443 28.197h0.167l0.115-0.061h-0.281v0.061zM12.869 28.307h-0.115v0.115l0.563-0.171 0.563-0.168h-0.453l-0.391 0.115-0.172 0.109zM11.177 27.631l0.115-0.057 0.109-0.109h-0.224v0.057l-0.281 0.167-0.281 0.224v0.057h-0.109v-0.115h-0.677l-0.396 0.172-0.167 0.056-0.109-0.056-0.057-0.057-0.172-0.057h-0.224l-0.396 0.057 0.115 0.113h0.057l0.224-0.056h0.281l0.109 0.109-0.281 0.057h-0.224v0.057h0.057l0.281 0.056 0.167-0.056 0.115-0.115 0.281 0.115h0.339l0.109-0.057 0.115-0.057 0.057-0.053 0.109-0.056h0.281l0.057 0.056 0.057-0.056 0.563-0.115 0.62-0.109-0.511-0.057v-0.057l-0.052 0.115h-0.281l0.109-0.115 0.115-0.057zM9.891 28.088l-0.167 0.084-0.172-0.084h-0.083l0.255-0.083 0.339-0.084zM12.697 28.136v0.115l0.677-0.224 0.729-0.281-0.729 0.109-0.339 0.057-0.339 0.171v0.053zM6.172 28.027l-0.172-0.172-0.115 0.057 0.287 0.115zM12.812 27.745l-0.115 0.057v0.109l0.396-0.167 0.391-0.115 0.901-0.167-1.349 0.224-0.224 0.057zM15.401 27.74l0.135 0.057h0.136l-0.136-0.057h-0.135zM12.812 27.464l-0.228 0.109-0.224 0.229 0.561-0.229 0.505-0.109 0.563-0.115 0.563-0.052h-0.62l-0.557 0.052h-0.281l-0.281 0.115zM16.484 27.584l-0.077 0.119h0.077v-0.119zM16.292 27.563l-0.063 0.063h-0.057v0.063h0.183v-0.063l0.057-0.063h-0.12zM15.568 27.505h0.187v0.063h-0.187zM12.36 27.349l0.228 0.057 0.057-0.057-0.057-0.052h-0.172l-0.223 0.052-0.172 0.115-0.109 0.109 0.281-0.167 0.167-0.057zM12.697 26.844l-0.109 0.057-0.228 0.057-0.339 0.339h-0.224l-0.057 0.052-0.052 0.115-0.057 0.057 0.109-0.057 0.172-0.115h0.167l0.115-0.167 0.223-0.115 0.172-0.052h0.281v-0.057l-0.057-0.057-0.115-0.057zM6.339 27.016l-0.052-0.115-0.229-0.224h-0.109l0.167 0.448 0.057 0.172 0.167 0.167 0.115 0.057h0.109l0.115-0.057 0.057-0.115v-0.052l-0.115 0.109h-0.167l-0.115-0.109-0.109-0.115-0.115-0.167v-0.172l0.115 0.172 0.109 0.167 0.224 0.057h0.229v-0.224l0.052-0.057-0.052-0.115-0.057-0.167-0.115-0.172-0.281-0.333-0.052 0.224v0.281l0.052 0.224 0.115 0.167h-0.057l-0.057-0.052zM6.38 26.563l-0.057-0.229 0.115 0.172 0.115 0.229 0.115 0.172 0.057 0.229-0.172-0.115-0.115-0.229zM25.921 27.068l-0.057 0.339 0.172-0.448 0.109-0.229 0.229-0.224 0.167-0.109 0.224-0.115h0.448v-0.109l-0.109-0.057h-0.281l-0.224 0.057-0.339 0.224-0.224 0.339-0.115 0.333zM15.683 27.251v0.072h0.192l-0.129-0.072h-0.063zM13.151 27.183l-0.115-0.057-0.167 0.057-0.115 0.115 0.115-0.057h0.391l-0.057-0.057h-0.052zM31.099 26.787l-0.109-0.052h-0.115l-0.115 0.052h-0.109l-0.115 0.115-0.115 0.057 0.511 0.057 0.281 0.052 0.224 0.115-0.057-0.115-0.057-0.109-0.224-0.172zM13.599 27.125l0.167-0.057 0.281-0.224 0.281-0.167 0.172-0.057h0.109v-0.057l-0.057-0.057h-0.052l-0.281 0.115-0.229 0.224-0.276 0.172-0.281 0.167 0.167-0.057zM13.656 26.787l-0.224 0.057h0.391l-0.057-0.057h-0.109zM9.323 24.651l-0.396 0.224-0.047 0.043 0.161-0.1 0.281-0.167zM8.307 24.817v-0.281l0.057-0.167-0.333 0.448-0.113 0.224-0.057 0.115v0.109l0.057 0.115-0.057 0.057-0.057 0.109-0.053 0.057-0.056 0.167 0.056 0.115v0.115l-0.056 0.109-0.057 0.172-0.057 0.224h0.057l0.113-0.224 0.111-0.229 0.171-0.167 0.224-0.115 0.281 0.057 0.109 0.057 0.115 0.115h-0.115l-0.224-0.115h-0.115l0.057 0.057-0.109 0.109-0.172 0.057-0.165 0.115-0.057 0.115-0.057 0.109 0.057 0.057h0.057l0.113-0.057 0.224-0.167 0.052-0.057 0.057-0.057 0.057-0.167h0.109v0.167l-0.052 0.115v0.057l0.052 0.052v-0.109l0.057-0.115 0.057 0.057v0.057l-0.057 0.057v0.109l-0.057 0.057 0.057 0.057 0.172 0.167 0.167 0.057 0.391 0.115 0.057-0.057-0.167-0.281 0.167 0.057 0.115 0.052h0.281l-0.224-0.276-0.115-0.115-0.167-0.057h-0.224l-0.115 0.057h-0.057l0.172 0.109 0.109 0.115-0.224-0.057h-0.115l-0.052 0.057-0.057-0.115v-0.224l0.281-0.057h0.167l0.167 0.057 0.281 0.172 0.339 0.224h0.339l0.224-0.115h0.057l-0.057-0.057-0.109-0.052-0.057-0.057-0.115-0.057h-0.563l-0.167-0.057-0.115-0.115h0.563l0.172-0.109h0.224v-0.057l-0.339-0.167h-0.224l-0.505 0.333-0.167-0.052-0.115-0.057-0.167-0.057-0.224-0.167 0.052-0.057h0.115l0.224 0.109h0.281l0.505-0.109-0.448-0.224-0.224-0.057h-0.224l-0.115 0.057-0.057 0.109-0.109 0.057-0.115-0.057 0.115-0.109v-0.115h0.391l0.115-0.057 0.109-0.052-0.167-0.057-0.115-0.057h-0.109l-0.224 0.057 0.287-0.239-0.12 0.067h-0.057l-0.057-0.052 0.057-0.057v-0.172l0.057-0.052 0.167 0.052 0.172-0.052 0.281-0.115 0.109 0.057v0.109l0.229 0.115 0.276 0.057h0.339l0.281-0.057-0.391-0.224-0.453-0.115 0.224-0.281 0.115-0.333-0.391 0.276-0.229 0.115-0.109 0.224-0.281 0.115h-0.172l-0.109-0.172 0.057-0.167 0.109-0.167 0.224-0.281v0.167l-0.052 0.172-0.115 0.167-0.115 0.109 0.057 0.057h0.057l0.167-0.057-0.109-0.052 0.109-0.172 0.057-0.167 0.057-0.337-0.281 0.28-0.167 0.224-0.057 0.172-0.057 0.052v0.057l0.057 0.057-0.057 0.057-0.057-0.339v-0.281l-0.109 0.172-0.115 0.224-0.057 0.224-0.052 0.224 0.052 0.057v-0.057l0.115 0.115 0.057 0.109-0.057 0.057-0.115 0.057v-0.229l-0.052 0.057-0.057-0.052h-0.057l-0.115 0.052-0.057 0.172-0.052 0.057h-0.113l0.113-0.339 0.224-0.224v0.224l0.052-0.057zM8.12 26.26l-0.193 0.161v-0.077l0.1-0.084 0.285-0.161zM9.271 26.307l0.099 0.073 0.204 0.229-0.469-0.281zM8.875 26.584h0.141l0.271 0.203h-0.136l-0.135-0.068-0.276-0.135zM9.927 26.292l0.141 0.020 0.333 0.12-0.355 0.021-0.203-0.032-0.131-0.088zM9.693 25.885l0.26-0.083 0.172 0.083-0.261 0.088h-0.343zM8.896 25.495h0.24l0.489 0.145h-0.245l-0.161 0.068-0.484-0.14zM8.844 25.193h0.125l-0.125 0.072-0.131-0.072zM9.797 24.604h0.239l0.417 0.183h-0.475l-0.416-0.12zM9.527 24.36l0.124-0.125 0.308-0.188-0.188 0.308-0.301 0.187 0.057-0.187zM8.536 24.651l-0.057-0.172 0.057-0.167 0.109-0.115v0.62l-0.057-0.057zM8.396 25.323l0.115-0.115 0.057 0.057-0.172 0.172v0.172l-0.167 0.052-0.172 0.12 0.229-0.287zM8.172 25.344v-0.172l-0.172 0.115 0.229-0.229 0.115 0.057-0.057 0.057h0.057v0.115l-0.229 0.229v-0.057l-0.172 0.229-0.115 0.172v-0.172l0.057-0.115 0.172-0.229h0.057v0.115zM19.959 26.224l0.224 0.281-0.224-0.333v0.052zM20.297 25.547l-0.057 0.287-0.057 0.115v0.167h-0.115l-0.052-0.057-0.057 0.057 0.109 0.057 0.115 0.052 0.115 0.281v-0.224h0.057l0.057 0.057v-0.057l-0.115-0.057-0.057-0.052v-0.281l0.057-0.115 0.057-0.057 0.057 0.115v0.339l0.109-0.057v-0.339l-0.057-0.115-0.109-0.115h-0.057zM8.421 26.453h0.057l-0.057-0.057v0.057zM7.297 25.833v0.115h0.172l0.052-0.063 0.115-0.167 0.057-0.224 0.109-0.224-0.167 0.057-0.167 0.109-0.115 0.224-0.057 0.172zM7.385 25.724l0.063-0.079 0.192-0.219-0.26 0.443v-0.145zM18.213 24.984l-0.167 0.172-0.057 0.167-0.057 0.224v0.229l0.057-0.281 0.224-0.339 0.167-0.115 0.172-0.057h-0.339zM17.765 25.213v-0.115h-0.057v0.167l0.057 0.172v-0.224zM7.636 24.703l-0.057 0.057-0.109 0.224-0.057 0.172v0.109h0.167l0.171-0.109 0.168-0.281 0.113-0.281h-0.285l-0.109 0.109zM7.921 24.656l-0.115 0.172-0.057 0.115-0.056 0.172-0.167 0.057v-0.172l0.113-0.229 0.115-0.115zM9.375 24.817h-0.281l-0.109 0.115v0.052h-0.057l0.224 0.115 0.224 0.057h0.453l0.167-0.057-0.224-0.115-0.224-0.109-0.172-0.057zM9.593 25.099h-0.203l-0.339-0.156h0.541l0.136 0.079zM1.385 22.401v-0.396l-0.109-0.167-0.057-0.224v-0.172l0.057-0.167 0.109-0.224 0.563 0.052 0.563-0.052 0.229-0.057h0.109l0.115-0.057 0.281-0.281 0.109-0.167v-0.172h0.339l0.28-0.109 0.281-0.115 0.224-0.224 0.167-0.339 0.057-0.391v-0.395l-0.109-0.339-0.172-0.224-0.224-0.224-0.28-0.167-0.281-0.115-0.224-0.057h-0.224l-0.167 0.057-0.229 0.115-0.391 0.167-0.172 0.115-0.224 0.052-0.109-0.052-0.057-0.115v-0.224l0.057-0.172 0.109-0.109 0.281-0.172h0.901l0.224-0.052 0.281-0.115 0.113-0.109 0.053-0.115h-0.111l-0.113 0.115-0.109 0.052-0.115 0.057 0.115-0.109 0.052-0.115v-0.339l-0.152-0.14-0.167-0.095-0.265-0.052-0.495-0.072-0.235-0.1-0.129-0.072-0.084-0.12-0.011-0.12 0.057-0.104 0.12-0.093 0.068-0.1-0.093 0.043-0.073 0.009h-0.115l0.172-0.109 0.109-0.109h-0.224l-0.131-0.005 0.131-0.057 0.115-0.052 0.109-0.109h-0.167l-0.136-0.025 0.245-0.089 0.115-0.167-0.115 0.057-0.208-0.025 0.129-0.057 0.152-0.084 0.077-0.057 0.036-0.025-0.197 0.041-0.177-0.021 0.115-0.056 0.131-0.048 0.167-0.172-0.167 0.057h-0.115l0.339-0.224 0.339-0.057h0.391l0.339 0.057 0.785 0.224 0.339 0.115 0.339 0.057 0.281 0.109h0.281l0.563 0.115 0.391-0.057 0.339-0.057 0.729-0.167 0.735-0.224 0.671-0.224 0.396-0.171 0.448-0.057 0.448-0.053h0.396l0.453 0.053 0.391 0.113 0.396 0.167 0.333 0.224-0.333-0.109-0.172-0.057h-0.167l0.391 0.167 0.229 0.172 0.109 0.057 0.057 0.109-0.339-0.167-0.391-0.115 0.391 0.224 0.229 0.172 0.167 0.167 0.109 0.115h-0.052l-0.224-0.115-0.229-0.167-0.505-0.172 0.511 0.281 0.224 0.115 0.167 0.224-0.057-0.057-0.339-0.109-0.224-0.057-0.167-0.057 0.563 0.281 0.224 0.172 0.224 0.276h-0.057l-0.167-0.167-0.281-0.167-0.224-0.057-0.281-0.057 0.391 0.172 0.339 0.224 0.281 0.281 0.224 0.391v0.229l0.057 0.224 0.057-0.453-0.057-0.391-0.109-0.844-0.172-0.396-0.281-0.339-0.339-0.276-0.391-0.171-0.281-0.111-0.339-0.113h-0.62l-0.563 0.056-0.563 0.111-1.176 0.395-0.563 0.224-0.563 0.167h-0.396l-0.109-0.052 0.109-0.057 0.057-0.057v-0.057l0.115-0.109 0.057-0.115 0.052-0.28v-0.339l-0.052-0.276-0.339 0.391-0.224 0.447v0.281l0.109 0.229h-0.62l-0.672-0.115-0.62-0.172-0.561-0.167 0.113-0.109 0.109-0.115 0.172-0.113 0.109-0.111 0.224-0.28 0.115-0.677h-0.057l-0.224 0.224-0.224 0.172-0.281 0.224-0.167 0.224-0.057 0.113v0.168l-0.056 0.223-0.224-0.052-0.224-0.057h-0.453l-0.448 0.167-0.396 0.209-0.109 0.396-0.057 0.391v0.395l0.115 0.396-0.224 0.109-0.287 0.167-0.224 0.229-0.167 0.276-0.115 0.172-0.109 0.448 0.052 0.229 0.115 0.448 0.115 0.396 0.167 0.224 0.224 0.167 0.229 0.115 0.276 0.057 0.453 0.224 0.167 0.109 0.224 0.172 0.057 0.109v0.113l-0.448-0.056-0.224 0.056-0.229 0.111-0.224 0.171-0.052 0.167v0.396h-0.396l-0.224 0.052-0.172 0.115-0.057 0.115-0.052 0.052v0.339l0.052 0.172 0.229 0.391 0.052 0.339-0.052 0.167-0.057 0.115-0.172 0.057-0.109-0.057-0.057-0.057v-0.109l0.057-0.172 0.109-0.115h0.172v-0.052l-0.057-0.052h-0.167l-0.172 0.057-0.057 0.057-0.052 0.115-0.057 0.224 0.109 0.167 0.172 0.115 0.224 0.052 0.167-0.052 0.115-0.057 0.167-0.167zM6.516 13.864l0.281-0.405v0.281l-0.048 0.276-0.104 0.281-0.224 0.281-0.072-0.349zM3.864 13.896l0.057-0.245 0.24-0.235 0.24-0.176 0.239-0.24v0.24l-0.119 0.239-0.657 0.595zM2.349 20.964h-0.261l-0.020-0.095h0.26l0.131 0.063 0.068 0.068zM2.364 20.64l-0.057 0.057-0.113-0.057v-0.113l0.057-0.115 0.171-0.115 0.229-0.057h0.224v0.115l-0.109 0.115-0.172 0.115zM2.86 20.636l-0.287 0.135-0.167-0.041 0.255-0.125zM2.667 20.921h-0.183l0.183-0.093 0.183-0.088zM3.088 20.697l-0.317 0.229 0.308-0.359zM3.088 20.317l-0.171 0.251-0.115-0.047 0.14-0.141 0.041-0.145 0.032-0.213zM2.995 19.557l-0.172-0.235-0.265-0.208-0.255-0.224-0.308-0.183-0.307-0.197-0.125-0.193-0.084-0.296 0.043-0.292 0.093 0.359 0.183 0.224 0.224 0.188 0.233 0.177 0.443 0.349 0.287 0.244 0.115 0.172 0.084 0.208 0.057 0.297-0.089 0.287-0.047-0.36zM3.303 20.333l-0.084 0.188-0.099 0.093v-0.145l0.131-0.224zM2.484 18.093l0.292-0.176 0.349-0.12 0.187-0.016h0.172l0.281 0.079 0.297 0.161 0.229 0.187 0.177 0.292 0.115 0.349v0.291l-0.057 0.349-0.057 0.172-0.063 0.12-0.172 0.177-0.235 0.115-0.292 0.104h-0.229l-0.015-0.204 0.12-0.056 0.228-0.048 0.209-0.099 0.151-0.167 0.083-0.161 0.057-0.255v-0.292l-0.057-0.251-0.145-0.172-0.131-0.113-0.208-0.115-0.244-0.037-0.297 0.037-0.292 0.124-0.156 0.095-0.057 0.156-0.584-0.407 0.349-0.12zM3.36 19.473l-0.172-0.28-0.167-0.281-0.224-0.229 0.224-0.167 0.281-0.109h0.281l0.28 0.052 0.167 0.172 0.115 0.448-0.057 0.224-0.115 0.224-0.052 0.057-0.115 0.113-0.223 0.057h-0.172zM1.803 18.016l0.109 0.124 0.197 0.188 0.588 0.365 0.215 0.197 0.167 0.255 0.176 0.292 0.095 0.323 0.025 0.271v0.115l-0.12 0.057 0.027-0.307-0.073-0.317-0.115-0.24-0.255-0.24-0.437-0.38-0.505-0.391-0.167-0.197-0.084-0.229-0.052-0.213 0.199-0.152-0.032 0.313zM1.208 18.469l-0.115-0.229-0.063-0.229 0.027-0.36 0.109-0.291 0.271-0.297 0.292-0.203 0.344-0.229h-0.235l-0.208 0.093-0.339 0.265-0.423 0.453 0.147-0.495 0.265-0.391 0.24-0.255 0.323-0.188 0.057-0.057h0.057l0.115 0.057 0.115 0.115 0.172 0.057 0.348 0.063 0.344 0.057 0.12 0.057 0.172 0.057 0.057 0.115 0.057 0.171-0.287 0.229 0.057 0.063-0.349 0.057h-0.744l-0.172 0.115-0.115 0.057-0.235 0.229-0.235 0.161-0.115 0.292v0.287l0.115 0.343-0.177-0.171zM2.869 19.557l-0.249-0.24-0.407-0.26-0.167-0.109-0.26-0.104-0.167-0.073-0.131-0.151-0.12-0.303 0.021-0.396 0.088 0.333 0.125 0.251 0.323 0.203 0.412 0.287 0.375 0.303 0.199 0.229 0.088 0.181 0.011 0.24zM1.817 20.495l-0.025-0.135 0.047-0.229 0.145-0.152 0.188-0.093 0.244-0.057 0.267 0.052 0.229 0.021v0.187l-0.167-0.005h-0.172l-0.323 0.095-0.125 0.115-0.052 0.156 0.020 0.172h-0.276zM1.995 20.677l0.156 0.036v0.089l-0.328-0.037h-0.088zM1.74 20.844l0.265 0.083v0.089l-0.245-0.027h-0.176zM1.416 20.677h0.1l0.104 0.104h-0.308zM1.265 20.88l0.319-0.016-0.048 0.125-0.14-0.016-0.156 0.048zM1.12 21.412v0.115h-0.125v-0.115l0.125-0.12zM0.86 21.255v-0.255l0.124 0.125zM0.989 20.812l0.172 0.167h-0.172zM1.145 21.177h-0.119l0.119-0.12 0.12 0.12h-0.125zM2.459 21.609l0.172-0.109-0.057-0.057h-0.115l-0.057 0.057-0.052 0.109-0.057 0.115v0.115l0.109 0.109 0.172 0.115 0.109 0.057 0.172-0.057 0.109-0.057 0.057-0.115 0.115-0.276-0.057-0.172-0.115-0.172-0.333-0.167h-0.057v0.115l-0.115-0.057h-0.109l-0.172 0.057 0.172 0.109 0.167 0.057 0.167 0.115 0.172 0.109 0.057 0.172-0.057 0.057-0.057 0.052h-0.281l-0.057-0.052v-0.229zM2.891 21.484l-0.183-0.093-0.124-0.073 0.197-0.047 0.183 0.12 0.077 0.188-0.041 0.161zM17.453 21.36l0.104-0.105h-0.104v0.105zM11.355 17.303l-0.407-0.167-0.333-0.229-0.557-0.417-0.693-0.484-0.353-0.115-0.151-0.052-0.095 0.031-0.063 0.057 0.396 0.115 0.391 0.167 0.792 0.563 0.385 0.256 0.375 0.213 0.401 0.172 0.464 0.004 0.172-0.025h0.057l-0.387-0.021-0.395-0.067zM8.76 16.547l0.109-0.172 0.057-0.052h0.115l0.339 0.109 0.333 0.224 0.62 0.453 0.339 0.224 0.281 0.172 0.391 0.167h0.396l0.339-0.057 0.337-0.109 0.224-0.172 0.224-0.281 0.057-0.224v-0.224l-0.057-0.172-0.057-0.224-0.167-0.224-0.171-0.167-0.224-0.172-0.224-0.109-1.125-0.229h-0.901l-0.448 0.057-0.448 0.115-0.844 0.224-0.843 0.339-0.505 0.167h-0.563l-0.563-0.057-0.563-0.109-1.068-0.281-0.563-0.172-0.509-0.109h-0.505l-0.224 0.057-0.057 0.052-0.109 0.115v0.115l0.057 0.052 0.448-0.052 0.448 0.052 0.509 0.115 0.391 0.115v-0.057l-0.057-0.057-0.615-0.167-0.281-0.115h-0.395l-0.167 0.057h-0.229v-0.115h0.057l0.339-0.057h0.339l0.613 0.172 0.677 0.167 0.62 0.224 0.615 0.172 0.677 0.109h0.339l0.672-0.109 0.339-0.172 0.395-0.109 0.448-0.224 0.396-0.115h0.224l0.224 0.057 0.5 0.235 0.38 0.265 0.745 0.563 0.344 0.229 0.453 0.115 0.167 0.057 0.281-0.057 0.224-0.057 0.224-0.109 0.113-0.115 0.109-0.057 0.057 0.057-0.109 0.167-0.171 0.172-0.224 0.115-0.224 0.052h0.057l0.057 0.057-0.387 0.073-0.421 0.020-0.339-0.115-0.464-0.281-0.531-0.375-0.615-0.448-0.229-0.115-0.281-0.109-0.505-0.115-0.391 0.115-0.171 0.109-0.168 0.115-0.113 0.167-0.057 0.167v0.396l0.057 0.167 0.113 0.172 0.277 0.224 0.28 0.224 0.115 0.115 0.057 0.109 0.057 0.281-0.057 0.172-0.057 0.057-0.167 0.052h-0.172l-0.28-0.052-0.281-0.172-0.224-0.224-0.448-0.505-0.281-0.224-0.224-0.172-0.339-0.057h-0.339l-0.167 0.057-0.115 0.057-0.167 0.224-0.115 0.281-0.057 0.339 0.057 0.281 0.115 0.224 0.281 0.172h0.281l0.109-0.057 0.115-0.115 0.057-0.224-0.057-0.167-0.167-0.172 0.052 0.115 0.057 0.167v0.115l-0.109 0.109h-0.115l-0.115-0.109-0.109-0.172-0.057-0.167-0.005-0.136 0.005-0.145 0.167-0.172 0.115-0.052h0.115l0.224 0.109 0.224 0.167 0.787 0.787 0.396 0.339 0.276 0.115 0.337 0.109h0.339l0.381-0.188 0.187-0.203 0.109-0.229 0.057-0.224-0.005-0.224-0.052-0.224-0.145-0.208 0.088 0.041 0.109 0.057 0.057 0.052 0.193 0.093 0.203 0.245v0.172l-0.057 0.224-0.167 0.167-0.396 0.339-0.167 0.224-0.115 0.167-0.115 0.281 0.057 0.28 0.057 0.229 0.115 0.276 0.224 0.115 0.167 0.057h0.224l0.172-0.057 0.052-0.057 0.115-0.057 0.115-0.109 0.052-0.115 0.172-0.281 0.109-0.276 0.115-0.115 0.224-0.113 0.172 0.171v0.224l-0.057 0.057-0.167 0.052h-0.115l0.115 0.115h0.167l0.167-0.115 0.115-0.333-0.057-0.113-0.057-0.167-0.109-0.115-0.229-0.057h-0.224l-0.109 0.115-0.172 0.167-0.167 0.337-0.172 0.167-0.109 0.172h-0.115l-0.109-0.115-0.115-0.167 0.057-0.228 0.057-0.109 0.109-0.167 0.224-0.172 0.229-0.109 0.224-0.172 0.167-0.224 0.057-0.167v-0.453l-0.115-0.224-0.167-0.224-0.224-0.167-0.505-0.281-0.453-0.281-0.109-0.229v-0.276zM11 15.516l0.464 0.072 0.448 0.057 0.395 0.224-0.056 0.224-0.057 0.115-0.057 0.052-0.276 0.057h-0.229l-0.167-0.057-0.224-0.109-0.319-0.26-0.369-0.375zM10.339 15.536l0.073 0.037 0.109 0.057 0.323 0.317 0.339 0.281 0.333 0.172 0.208 0.036h0.167l0.303-0.057 0.109-0.115 0.093-0.203 0.041-0.131 0.093 0.052 0.057 0.115-0.072 0.167-0.172 0.172-0.208 0.109-0.224 0.057h-0.281l-0.224-0.057-0.204-0.083-0.219-0.152-0.344-0.348-0.187-0.261-0.167-0.167zM9.807 15.479l0.229 0.109 0.224 0.115 0.391 0.339 0.48 0.385 0.323 0.204 0.323 0.052 0.281-0.043 0.24-0.083 0.213-0.125 0.172-0.224h0.052v0.188l-0.109 0.115-0.224 0.203-0.281 0.115-0.339 0.057-0.281-0.057-0.281-0.115-0.224-0.109-0.396-0.396-0.396-0.339-0.448-0.333zM12.755 16.697l-0.093 0.167-0.224 0.172-0.151 0.068-0.355 0.057-0.156-0.025-0.317-0.1-0.391-0.172-0.339-0.224-0.729-0.561-0.339-0.224-0.281-0.224v-0.057l0.339 0.115 0.369 0.167 0.521 0.452 0.235 0.281 0.563 0.333 0.391 0.057 0.385-0.099 0.339-0.167 0.063 0.099 0.056-0.172 0.115-0.109 0.052-0.057zM10.473 19.412l-0.077 0.093h-0.084zM10.104 19.656l0.156-0.083-0.077 0.167v0.083h-0.079zM9.683 20.489h0.099v0.089h-0.099zM9.943 20.312v-0.156l0.156-0.151zM9.828 20.172v-0.084l0.079-0.036 0.187-0.297v0.167l-0.088 0.084-0.099 0.047-0.079 0.12v0.083l-0.177 0.084-0.177 0.167h-0.088zM9.213 20.609h0.109v0.104h-0.109zM8.631 17.161l0.181 0.156 0.511 0.287 0.287 0.172 0.224 0.177 0.24 0.224 0.047 0.265-0.032 0.24-0.077 0.109-0.161 0.063 0.156-0.276v-0.115l-0.041-0.177-0.131-0.224-0.245-0.193-0.552-0.323-0.224-0.115-0.228-0.145-0.177-0.224-0.084-0.26 0.073-0.308 0.14-0.183 0.209-0.129-0.224 0.281-0.048 0.233 0.016 0.157zM9.036 18.432l-0.057 0.224-0.129 0.224-0.161 0.131-0.24 0.125-0.328 0.025-0.313-0.073-0.312-0.156-0.197-0.161-0.215-0.203-0.364-0.38-0.369-0.365-0.199-0.177-0.213-0.099-0.249-0.016-0.235 0.141-0.115 0.177-0.057 0.177v0.181l0.093 0.256 0.141 0.156 0.291 0.129h-0.233l-0.204-0.113-0.14-0.188-0.057-0.24 0.021-0.203 0.052-0.193 0.093-0.208 0.172-0.172 0.224-0.083 0.208-0.027 0.26 0.047 0.24 0.125 0.287 0.251 0.573 0.604 0.281 0.244 0.239 0.125 0.193 0.068 0.197 0.016 0.183-0.027 0.156-0.073 0.099-0.14 0.089-0.141 0.015-0.156-0.061-0.219-0.115-0.192-0.319-0.276-0.233-0.152-0.172-0.124-0.115-0.24v-0.303l0.041-0.203 0.093-0.161 0.208-0.172 0.172-0.12 0.261-0.016-0.323 0.272-0.073 0.171-0.032 0.235v0.303l0.079 0.183 0.151 0.161 0.224 0.203 0.251 0.192 0.125 0.157 0.113 0.239zM9.697 18.579l0.011-0.167-0.041-0.199-0.151-0.151-0.229-0.172-0.532-0.224-0.323-0.183-0.213-0.239-0.109-0.267 0.052-0.156 0.021-0.197 0.063-0.172 0.115-0.115 0.228-0.172-0.115 0.115-0.14 0.167-0.068 0.197-0.015 0.199 0.151 0.317 0.172 0.172 0.265 0.183 0.213 0.124 0.292 0.141 0.312 0.183 0.24 0.281 0.025 0.307-0.083 0.172-0.109 0.115-0.188 0.052zM9.683 18.932l0.328-0.068-0.365 0.235-0.181 0.147h-0.219l0.285-0.256zM8.697 19.912v-0.193h0.105l-0.105 0.385zM8.855 20.536l-0.167-0.359 0.167 0.177zM8.864 19.677h-0.083v-0.167l0.083-0.084h0.084l-0.084 0.167zM8.979 20.151h-0.093v-0.353l0.093-0.115h0.089l-0.089 0.235zM8.979 20.531h0.1v0.115h-0.1zM9.131 19.557l-0.084 0.083 0.084-0.249 0.167-0.084-0.084 0.167zM9.172 20.016v0.208l-0.099-0.104zM9.38 20.484l-0.156-0.26 0.156 0.136zM9.14 19.912v-0.157l0.079-0.072 0.079-0.079zM9.24 19.188l-0.333 0.203 0.265-0.265 0.135-0.141 0.204-0.063zM9.521 19.391l-0.24 0.161 0.156-0.24 0.167-0.083h0.161zM10.021 19.083l-0.245 0.147h-0.197l0.317-0.229 0.213-0.104zM8.907 17.161l0.197 0.115 0.437 0.224 0.188 0.115 0.224 0.188 0.167 0.197 0.131 0.255 0.031 0.251-0.011 0.203-0.088 0.156-0.095-0.015 0.057-0.183 0.037-0.197-0.027-0.215-0.083-0.181-0.287-0.287-0.371-0.219-0.733-0.391-0.156-0.265-0.011-0.281 0.099-0.167 0.224-0.213-0.136 0.239-0.052 0.199 0.027 0.151 0.068 0.161zM2.797 15.984l0.448 0.057 0.843 0.281v-0.057l-0.057-0.057-0.561-0.167-0.615-0.115h-0.339l-0.281-0.052 0.109 0.109h0.453zM16.579 17.333h0.187l-0.020-0.031-0.167 0.031zM16.86 17.276l-0.057 0.057h-0.037l0.037 0.057 0.057 0.057-0.021 0.568 0.079-0.172 0.056-0.453-0.052-0.057-0.061-0.057zM17.317 17.62v-0.115l-0.057-0.057h-0.172l-0.115-0.057 0.344 0.224zM14.749 17.828l-0.135-0.14-0.068-0.068h-0.063l0.131 0.14 0.135 0.068zM14.901 17.527l-0.073 0.239 0.136-0.239 0.072-0.057v-0.125l-0.072 0.125-0.063 0.057zM23.349 16.995l-0.109 0.281-0.057 0.339 0.109-0.339 0.172-0.224 0.109-0.281 0.172-0.281-0.224 0.224-0.172 0.281zM3.807 16.713h-0.057v0.057l0.057 0.057h0.172v-0.057l-0.115-0.057h-0.057zM4.031 16.604l-0.109-0.057-0.224-0.057 0.052 0.115 0.057 0.052h0.115l0.109 0.057v-0.109zM4.031 16.432l-0.333-0.167-0.421-0.145-0.421-0.047-0.396 0.025 0.339 0.052 0.296 0.011 0.313 0.052 0.12 0.052 0.113 0.109 0.391 0.115v-0.057zM4.937 15.536l-0.057 0.109-0.057 0.057-0.115 0.057 0.115 0.057 0.281 0.052 0.057-0.052v-0.057h-0.115l-0.057-0.057v-0.115l0.057-0.167v-0.167l0.281 0.391 0.281 0.339 0.172-0.791v-0.053l0.052-0.057 0.115 0.057 0.057-0.057v-0.056h-0.287l-0.224-0.057v0.057l0.057 0.056h0.167l-0.057 0.281-0.052 0.224-0.172-0.224-0.109-0.281-0.229-0.223-0.109-0.057h-0.115l0.057 0.167 0.057 0.113-0.057 0.224v0.229zM7.068 15.76h-0.052l-0.115-0.057-0.115-0.115-0.109 0.396 0.167-0.115h0.172l0.224-0.052h0.057l0.115-0.115 0.052-0.115v-0.109l-0.109-0.115-0.224-0.109-0.115-0.061-0.057-0.111v-0.056l0.057-0.057 0.115-0.057 0.109 0.057v0.113l0.115-0.056 0.057-0.057-0.115-0.109h-0.109l-0.229 0.052-0.057 0.057-0.109 0.057v0.28l0.167 0.115 0.172 0.115 0.115 0.109-0.057 0.115h-0.115zM4.484 14.631l-0.172-0.052h-0.167l-0.167 0.052-0.115 0.115-0.167 0.224v0.171l0.052 0.167 0.115 0.224 0.167 0.057 0.115 0.057h0.167l0.172-0.057 0.109-0.057 0.057-0.167 0.057-0.337-0.057-0.224-0.167-0.172zM4.448 15.083l-0.12 0.339-0.057 0.052-0.115 0.057-0.063-0.057-0.115-0.052 0.057-0.057h-0.057l-0.057-0.113v-0.168l0.115-0.28 0.057-0.115h0.12l0.177 0.057 0.057 0.167zM8.088 14.631h-0.228l-0.224 0.115-0.109 0.167v0.339l0.052 0.223 0.115 0.115 0.167 0.057 0.228-0.057 0.109-0.057 0.115-0.224 0.057-0.28v-0.115l-0.057-0.109-0.224-0.172zM8.14 15.208v0.172l-0.057 0.115h-0.113l-0.229-0.115v-0.577l0.115-0.115h0.115l0.113 0.176 0.057 0.172zM2.683 14.803v0.167l-0.052 0.171v0.053l-0.115 0.061v0.052l0.339 0.115 0.057-0.057v-0.057h-0.057l-0.057-0.052h-0.057v-0.115l0.057-0.171v-0.109l0.057-0.057 0.167 0.337 0.224 0.339 0.228-0.848v-0.052h0.111v-0.057l-0.391-0.115v0.057h0.052l0.115 0.057-0.057 0.281-0.057 0.224-0.391-0.62h-0.339v0.115h0.057l0.109 0.057v0.224zM8.875 14.355l-0.281 0.052-0.281 0.115 0.057 0.057h0.109v0.052l0.115 0.339 0.109 0.285-0.167 0.052-0.057 0.057v0.057l0.396-0.167 0.448-0.172 0.115-0.395-0.057 0.115-0.224 0.224-0.115 0.056h-0.115l-0.167-0.619 0.057-0.057 0.057-0.052zM10.787 14.688l-0.167 0.172-0.115 0.167 0.115-0.057 0.167 0.057 0.115 0.056h0.109l0.115-0.056 0.115-0.115 0.052-0.109v-0.115l-0.109-0.167-0.172-0.167-0.167-0.229 0.115-0.052h0.109l0.057 0.052 0.057 0.115 0.052 0.115 0.115-0.115v-0.115l-0.115-0.052-0.109-0.057h-0.281l-0.115 0.109-0.057 0.172 0.115 0.167 0.281 0.281 0.057 0.167-0.057 0.057h-0.115l-0.167-0.109v-0.172zM9.771 14.183h0.057v-0.057l-0.339 0.057-0.281 0.057v0.057h0.172l0.109 0.224 0.115 0.448 0.115 0.057 0.167 0.056 0.167-0.056 0.172-0.115 0.115-0.167v-0.167l-0.057-0.453 0.057-0.052h0.052l0.057-0.057h-0.224l-0.172 0.057v0.052h0.172l0.057 0.62-0.115 0.167-0.115 0.057h-0.052l-0.172-0.167-0.057-0.172-0.109-0.391 0.057-0.057h0.052zM25.364 13.453l-0.057 0.167v0.172l0.109 0.391 0.057 0.339 0.057 0.057 0.167-0.281 0.115-0.281v-0.677l0.224 0.339 0.167 0.396 0.115 0.224-0.057 0.224v0.339l0.115 0.109 0.109-0.224v-0.391l-0.052-0.172-0.229-0.391-0.224-0.339v-0.115l0.224 0.172 0.229 0.109h0.505v-0.057l-0.229-0.224-0.276-0.167-0.339-0.057h-0.396l-0.224-0.167-0.167-0.172 0.109 0.115 0.057 0.115 0.057 0.052-0.115 0.172-0.052 0.224zM26.104 13.188l0.292 0.077 0.219 0.084 0.145 0.244-0.219-0.083-0.287-0.079-0.437-0.244zM25.464 13.448l0.072-0.26 0.177 0.255 0.036 0.328-0.072 0.323-0.141 0.261-0.072-0.584zM14.443 14.088h-0.104l-0.312-0.083 0.312 0.167v0.333l0.104-0.167h0.104l0.104 0.083-0.208-0.333zM27.839 13.901l0.224-0.448 0.115-0.505 0.109-0.453-0.109 0.172-0.172 0.167-0.224 0.172-0.167 0.167-0.167 0.224-0.057 0.281v0.339l0.109 0.281 0.339-0.396zM27.5 13.844l0.052-0.276 0.063-0.229 0.167-0.167 0.281-0.167v0.109l-0.563 1.011zM4.989 14.073l-0.109 0.167h0.505l0.224-0.057 0.224-0.109 0.396-0.281 0.339-0.339v-0.057h-0.281l-0.281 0.057-0.453 0.109-0.339 0.229 0.115-0.339 0.057-0.396-0.057-0.339-0.115-0.333-0.109 0.052-0.057 0.057v0.115l-0.057 0.109-0.052 0.229v0.167l0.052 0.448 0.057 0.172v0.167l-0.057 0.172zM5.287 13.875l0.317-0.192 0.38-0.125 0.38-0.063v0.063l-0.249 0.192-0.317 0.188-0.381 0.151-0.385 0.105zM5.027 12.855l0.119-0.308 0.12 0.489v0.308l-0.099 0.369-0.079-0.369-0.061-0.245zM24.235 12.828l0.115 0.229 0.057 0.281 0.109-0.224 0.057-0.281-0.057-0.281-0.167-0.229-0.115-0.109h-0.052v-0.057l-0.281-0.115-0.115-0.052h-0.396l-0.224 0.109-0.224 0.172-0.224 0.109h0.281l0.052 0.057 0.735-0.057h0.115l0.052-0.057 0.115-0.052 0.057 0.052v0.281l0.109 0.229zM24.292 12.38l0.12 0.141 0.072 0.167 0.011 0.187-0.057 0.287-0.036-0.161-0.199-0.396v-0.297zM24.027 12.213l-0.453 0.109h-0.505l0.172-0.167 0.276-0.057h0.229l0.281 0.057zM23.505 12.776l-0.281 0.167-0.115 0.115-0.057 0.167 0.396-0.109 0.172-0.057 0.167-0.172 0.167-0.224 0.057-0.167v-0.115l-0.224 0.224-0.281 0.172zM23.812 12.765l-0.181 0.199-0.224 0.083-0.24 0.032 0.735-0.495zM27.672 12.828l0.109-0.052 0.172-0.057 0.109-0.115 0.115-0.109v-0.281l-0.115-0.281-0.167 0.448-0.224 0.448zM28.088 12.437l-0.088 0.161-0.183 0.084 0.276-0.568v0.323zM27.328 12.552l-0.052 0.167 0.339-0.281 0.167-0.167 0.109-0.172 0.057-0.167v-0.115l-0.109-0.167-0.115-0.224-0.057-0.172-0.052 0.115v0.109l-0.063 0.115-0.052 0.057-0.62 0.109h-0.281l-0.281 0.057 0.224 0.172 0.172 0.109h0.505l0.281-0.167-0.115 0.391-0.057 0.229zM27.369 11.896l-0.167 0.083-0.271 0.032-0.208-0.016-0.156-0.125 0.817-0.109zM27.593 12.011l0.073-0.516 0.151 0.255v0.261l-0.151 0.26-0.224 0.256zM13.151 12.156l-0.167-0.057 0.167 0.224 0.109 0.115 0.057 0.167-0.057-0.333-0.109-0.115zM9.489 11.427l-0.448 0.224h0.057l0.505 0.281 0.281 0.115 0.276 0.052h0.229l0.224 0.057-0.167-0.167-0.115-0.172-0.339-0.333-0.281-0.057h-0.224zM10.016 11.645l0.213 0.152 0.063 0.063 0.063 0.119-0.319 0.011-0.307-0.104-0.532-0.229 0.183-0.104h0.24l0.208 0.032zM16.355 12.099h0.124l-0.124-0.063h-0.188l0.188 0.063zM14.448 11.5l0.161-0.131 0.115-0.224-0.057-0.224-0.115-0.281-0.057-0.228v-0.109l0.057-0.057 0.115-0.224v-0.224l-0.057-0.172-0.115-0.109-0.167-0.115-0.339-0.224-0.109-0.167-0.057-0.172h-0.057l0.167 0.396 0.057 0.391 0.057 0.229 0.057 0.167 0.167 0.167 0.172 0.115-0.115 0.057-0.115 0.109-0.109 0.228-0.057 0.505-0.057 0.224-0.052 0.271 0.183-0.083 0.156-0.016 0.172-0.104zM14.251 10.031l-0.105-0.239-0.151-0.547 0.344 0.249 0.213 0.203 0.052 0.235-0.109 0.276zM14.083 11.511l0.043-0.167 0.057-0.115-0.005-0.333 0.047-0.323 0.229-0.229v0.229l0.057 0.287 0.063 0.203-0.027 0.151-0.052 0.115-0.213 0.104zM16.364 11.885l0.063-0.063h-0.187l0.063 0.063h0.061zM16.292 11.536h-0.063l-0.063 0.063h0.063l0.063-0.063zM20.745 11.401l0.129 0.135 0.063 0.063 0.156 0.037-0.072-0.037-0.161-0.249-0.115 0.052zM12.473 10.303l0.339 0.224h0.109l0.115 0.057 0.281-0.057 0.224-0.115 0.224-0.052-0.448-0.229-0.229-0.167-0.276-0.057-0.172-0.052-0.167 0.052-0.223 0.057-0.115 0.115 0.337 0.224zM12.469 10.016h0.115l0.364 0.031 0.568 0.256-0.172 0.057-0.12 0.061-0.349-0.020-0.291-0.156-0.292-0.172zM11.407 9.229l0.281 0.229 0.281 0.224 0.224 0.224-0.115-0.281-0.109-0.563-0.115-0.224-0.109-0.172-0.172-0.109-0.333-0.172v0.563l0.052 0.172 0.115 0.109zM11.599 8.697l0.204 0.204 0.129 0.344 0.068 0.276-0.265-0.136-0.333-0.355-0.084-0.233 0.016-0.24zM28.005 7.823l-0.224 0.167 0.396 0.224 0.448 0.115h0.453l0.448-0.115-0.339-0.224-0.167-0.109-0.172-0.057-0.276-0.057h-0.287l-0.276 0.057zM28.651 7.907l0.355 0.115 0.292 0.119-0.349 0.057h-0.355l-0.348-0.115-0.292-0.119 0.349-0.057zM1.432 6.697l0.109 0.339 0.224 0.339-0.391-0.057h-0.396l-0.167 0.057-0.167 0.109-0.172 0.172-0.052 0.167 0.276 0.057 0.339-0.057 0.396-0.057 0.109-0.057 0.172-0.109 0.224-0.115-0.057-0.109v-0.281l0.057-0.229v-0.167l-0.115-0.391-0.167-0.28-0.224-0.281-0.057 0.052v0.057l0.057 0.172-0.057 0.333 0.057 0.337zM1.448 7.656l-0.287 0.052-0.563 0.057 0.172-0.224 0.281-0.115h0.396l0.276 0.057zM1.511 6.068l0.187 0.271 0.125 0.265v0.271l-0.057 0.333-0.219-0.432-0.083-0.349zM1.219 6.588l-0.339-0.337-0.448-0.172-0.339-0.276 0.172 0.448 0.224 0.447 0.109 0.167 0.172 0.115 0.281 0.167 0.281 0.057h0.224l-0.109-0.167-0.057-0.224-0.172-0.228zM1.219 7.093l-0.235-0.104-0.265-0.197-0.183-0.251-0.161-0.348 0.339 0.113 0.271 0.193 0.24 0.265 0.161 0.328zM24.797 3.885l0.281 0.109-0.109-0.109-0.115-0.172-0.057-0.167-0.109-0.115-0.115-0.109-0.167-0.057-0.281-0.057-0.281-0.052h-0.339l0.057 0.167 0.167 0.167 0.339 0.224 0.505 0.115 0.224 0.057zM23.839 3.479l-0.24-0.176h0.36l0.296 0.057 0.297 0.181 0.125 0.057 0.12 0.183-0.661-0.183zM25.193 4.563l-0.281-0.281-0.391-0.229-0.172-0.109h-0.167l-0.115-0.057v-0.172l-0.167 0.115-0.115 0.115-0.109 0.052-0.115 0.115-0.057 0.229-0.109 0.557-0.057 0.172-0.057 0.109v0.115l0.172-0.115 0.109-0.109 0.172 0.167 0.167 0.167 0.115 0.172 0.167 0.167 0.281 0.115 0.281 0.057 0.281 0.052 0.109 0.057 0.115 0.115-0.057 0.057h-0.057l-0.391-0.172-0.448-0.109-0.396 0.109-0.224 0.115-0.172 0.167 0.396 0.113 0.677 0.168 0.224-0.057 0.224-0.111 0.167-0.113 0.113-0.057h0.109l0.115 0.057 0.057 0.057 0.109 0.056h0.281l0.172-0.056 0.333-0.224 0.281-0.172 0.172-0.052h0.167l0.057-0.057v-0.115l0.057-0.057h0.057l0.109-0.167 0.115-0.224v-0.448l-0.115-0.453-0.109-0.396-0.057 0.229-0.115 0.224-0.167 0.448-0.057 0.453-0.224-0.229-0.281-0.109-0.115-0.057h-0.109l-0.057-0.057-0.057-0.052 0.167-0.057 0.172-0.057 0.339-0.057 0.167-0.109 0.057-0.172 0.109-0.167v-0.229l-0.052-0.167v-0.563l-0.229 0.396-0.276 0.391-0.339 0.453-0.224 0.391 0.333 0.511 0.172 0.224 0.224 0.224h-0.787l-0.057 0.057-0.057-0.057 0.115-0.281 0.057-0.281v-0.281l-0.057-0.339h-0.057l-0.115 0.281-0.224 0.224-0.167 0.281-0.113 0.281-0.057-0.167v-0.172l-0.109-0.224-0.115-0.167-0.167-0.115-0.167-0.109-0.115-0.057-0.115-0.115-0.109-0.052-0.115-0.115 0.115 0.339 0.109 0.333-0.729-0.052v-0.057l0.167-0.057 0.115-0.109 0.115-0.229v-0.281l0.052-0.339 0.172 0.172 0.339 0.448 0.167 0.229 0.167 0.109h0.504l0.172-0.224 0.109-0.115 0.057-0.167 0.057-0.281-0.057-0.339-0.057-0.281-0.109-0.281h-0.115l-0.223 0.844-0.057 0.453zM24.932 6.416h-0.557l-0.375-0.072-0.375-0.079 0.312-0.151 0.313-0.079h0.312l0.312 0.224h0.188zM26.156 4.615l0.423-0.469 0.281-0.348h0.057v0.348l-0.057 0.115-0.057 0.177-0.209 0.131-0.453 0.125zM27.047 4.921l0.24-0.713 0.083 0.432 0.016 0.339-0.016 0.339-0.099 0.229-0.125 0.125-0.099-0.199-0.041-0.228zM26.38 5.401l-0.125-0.245-0.181-0.125 0.244 0.063 0.308 0.183 0.432 0.495-0.052 0.027-0.141 0.009-0.156-0.083-0.14-0.14zM25.995 5.917h0.645l-0.192 0.072-0.131 0.141-0.192 0.14-0.204 0.047h-0.197l-0.156-0.057-0.152-0.057 0.261-0.14zM25.303 5.823l0.171-0.437 0.339-0.432 0.027 0.323-0.125 0.391-0.156 0.271-0.255 0.188zM24.292 4.787l0.224 0.057 0.172 0.109 0.291 0.317 0.1 0.369 0.057 0.329-0.109-0.224-0.172-0.281-0.167-0.172-0.281-0.109-0.057-0.224zM24.156 5.219l0.385 0.141 0.261 0.208 0.255 0.344-0.131-0.068-0.187-0.068-0.261-0.073-0.255-0.135-0.448-0.417zM23.875 4.115v0.323l-0.068 0.256-0.072 0.129-0.068 0.068-0.281 0.192 0.141-0.323 0.072-0.323 0.136-0.323 0.213-0.26zM25.203 4.844h-0.12l-0.228-0.063-0.172-0.115-0.12-0.177-0.115-0.172-0.057-0.172 0.229 0.057 0.235 0.172 0.405 0.412zM25.407 4.14l0.057-0.291 0.063-0.344 0.113 0.287v0.348l-0.056 0.349-0.172 0.292-0.063-0.292zM7.693 3.885l-0.172 0.057-0.276 0.167-0.339 0.339-0.057 0.224v0.224l-0.172-0.281-0.167-0.167-0.505-0.396h-0.057l0.109 0.563 0.172 0.229 0.167 0.109 0.224 0.167 0.172 0.172 0.052-0.057v-0.224l0.229-0.057 0.167-0.109 0.167-0.115 0.115-0.167 0.167-0.396 0.172-0.339h-0.057l-0.109 0.057zM6.323 4.797l-0.192-0.271-0.073-0.281 0.265 0.192 0.224 0.219 0.151 0.213 0.073 0.219-0.453-0.285zM7.579 4.224l-0.131 0.339-0.505 0.391-0.063 0.041 0.084-0.375 0.109-0.172 0.167-0.167 0.172-0.167 0.167-0.057 0.115-0.115zM4.088 3.995l0.115 0.339 0.167 0.172 0.167 0.224 0.224 0.115h0.229v-0.115l-0.057-0.167-0.057-0.172-0.057-0.109-0.224-0.281-0.563-0.339h-0.057l0.115 0.333zM4.484 4.027l0.229 0.291 0.219 0.469-0.317-0.131-0.255-0.323-0.1-0.125-0.115-0.348zM4.708 3.771l0.057 0.172 0.109 0.224 0.172 0.167 0.167 0.115 0.057-0.057 0.057-0.109v-0.229l-0.057-0.339-0.167-0.333-0.453-0.563-0.109-0.057v0.115l0.057 0.448 0.109 0.448zM4.901 3.307l0.203 0.324 0.125 0.339 0.011 0.369-0.333-0.312-0.219-0.652-0.063-0.427zM5.833 3.323l0.115 0.391 0.167 0.229 0.224 0.167 0.453 0.281v-0.167l-0.057-0.172-0.172-0.339-0.167-0.276-0.224-0.229-0.281-0.167-0.339-0.057 0.167 0.172 0.115 0.167zM6.172 3.38l0.224 0.224 0.281 0.563-0.281-0.172-0.281-0.224-0.109-0.281-0.172-0.333zM12.645 3.771v0.281l-0.115 0.281 0.281-0.109 0.224-0.172 0.167-0.224 0.115-0.224 0.057-0.281-0.057-0.167-0.057-0.057-0.391 0.224-0.115 0.224-0.109 0.224zM12.979 3.432l0.115-0.109 0.109-0.057v0.281l-0.167 0.281-0.167 0.224-0.224 0.172 0.167-0.511 0.167-0.276zM2.011 2.984l0.109 0.115 0.172 0.167 0.109 0.115 0.115 0.052 0.167 0.057 0.172 0.115h0.167l0.224-0.057 0.115 0.224 0.224 0.281v0.057l0.056 0.057 0.109 0.115v-0.849l-0.056-0.276-0.167-0.281-0.115-0.229-0.052-0.333h-0.057l-0.167 0.844 0.052 0.276-0.224-0.276-0.281-0.172-0.339-0.109-0.391-0.057 0.057 0.109v0.057zM3.276 3.036l0.057-0.405 0.136 0.343 0.161 0.344 0.031 0.699-0.203-0.276-0.183-0.376zM2.396 2.969l0.301 0.124 0.272 0.183 0.203 0.251-0.355-0.053-0.307-0.156-0.428-0.427 0.308 0.079zM2.964 3.771l-0.339-0.109h-0.391l0.448 0.448 0.281 0.115h0.505l0.057-0.057-0.115-0.172-0.167-0.109-0.281-0.115zM3.083 4.136l-0.228-0.043-0.229-0.167-0.224-0.156 0.385 0.041 0.349 0.125 0.228 0.183zM26.145 3.771l0.172 0.172 0.109-0.115 0.115-0.115 0.057-0.276v-0.396l-0.057-0.396-0.167-0.339-0.229-0.276 0.057 0.224-0.057 0.276-0.109 0.511 0.057 0.505 0.052 0.224zM26.297 2.385l0.135 0.136 0.068 0.192v0.328l-0.136 0.787-0.067-0.068-0.136-0.781zM9.719 2.473l0.052 0.396 0.115 0.391 0.057 0.172 0.109 0.167 0.115 0.115 0.172 0.057 0.109 0.052 0.115 0.115 0.057-0.115h0.333l0.281-0.109 0.62-0.62-0.505 0.057-0.448 0.115 0.276-0.281 0.229-0.281 0.167 0.057 0.167 0.109 0.115 0.115 0.224 0.057 0.167 0.032 0.181 0.015-0.291 0.12-0.281 0.115-0.224 0.224-0.079 0.131-0.036 0.151 0.572-0.192 0.328-0.147 0.168-0.057 0.113-0.167 0.188-0.249-0.349-0.349-0.233-0.068-0.391-0.063-0.505 0.115 0.052-0.339 0.172-0.339-0.172 0.115-0.167 0.052-0.297 0.204-0.255 0.353-0.12 0.344-0.057 0.167 0.057 0.229 0.115-0.115 0.104-0.036-0.161 0.26-0.115 0.172v-0.172l-0.057-0.396-0.109-0.333-0.057-0.172-0.115-0.109-0.167-0.115-0.172-0.115-0.333-0.167 0.109 0.167 0.057 0.167zM12.516 3.292l-0.245 0.161-0.577 0.224 0.036-0.104 0.167-0.167 0.453-0.172 0.391-0.167zM11.875 2.625l0.24 0.031 0.281 0.063 0.208 0.125 0.104 0.172-0.265-0.011-0.339-0.057-0.197-0.057-0.323-0.213zM10.781 3.188l-0.136 0.145 0.063-0.323 0.199-0.391 0.197-0.26 0.333-0.199-0.063 0.177-0.068 0.235-0.124 0.265-0.24 0.249zM10.729 3.604l0.167-0.208 0.224-0.084 0.495-0.099-0.421 0.391-0.229 0.131-0.287 0.036zM9.921 2.464l0.272 0.233 0.151 0.292 0.083 0.412 0.063 0.375-0.125-0.125-0.244-0.099-0.208-0.469-0.016-0.328-0.115-0.364zM7.973 2.703l0.281 0.224 0.281 0.167-0.057 0.057-0.505-0.057h-0.28l-0.229 0.115-0.109 0.115-0.115 0.167-0.052 0.115-0.057 0.167h0.448l0.224-0.057 0.676-0.448 0.167-0.057 0.224-0.057v-0.057l-0.109-0.109-0.115-0.224-0.109-0.172-0.281-0.333-0.228-0.115-0.224 0.057-0.448 0.109 0.339 0.172 0.28 0.224zM7.885 3.531l-0.297 0.1-0.296 0.009 0.192-0.333 0.229-0.129 0.48 0.005 0.151 0.041zM7.812 2.292h0.276l0.095 0.052 0.156 0.167 0.156 0.208 0.26 0.364-0.437-0.213-0.187-0.219-0.131-0.104-0.172-0.088-0.177-0.115zM18.38 3.093l0.172 0.511 0.167 0.167 0.172-0.563 0.057-0.339-0.057-0.281-0.057-0.167-0.115-0.115-0.281-0.167v0.167l-0.057 0.396v0.391zM18.547 2.265l0.188 0.251 0.063 0.249v0.375l-0.063 0.313-0.063 0.063-0.057-0.131-0.068-0.125-0.063-0.307zM23.224 2.251h0.057l0.224 0.337 0.281 0.224 0.339 0.224h0.167l0.224 0.057 0.115-0.057h0.052l0.057 0.057 0.396 0.62v-0.167l-0.319-0.568-0.077-0.333-0.057-0.339v-0.052l0.339 0.333 0.093 0.167 0.073 0.224 0.057 0.344v0.448l0.115-0.396v-0.224l-0.057-0.224-0.057-0.167-0.109-0.224-0.281-0.281-0.339-0.281 0.057 0.333v0.281l0.057 0.229v0.167l-0.229-0.448-0.276-0.229-0.339-0.109-0.396-0.057h-0.281l0.057 0.057 0.057 0.053zM23.688 2.281l0.296 0.12 0.287 0.197 0.251 0.339-0.36-0.073-0.297-0.161-0.296-0.239-0.24-0.24zM6.792 3.041h0.563l0.391-0.057 0.337-0.057-0.504-0.281-0.281-0.109-0.339-0.057-0.281 0.057-0.339 0.109-0.109 0.057 0.167 0.167 0.396 0.172zM6.651 2.615l0.156-0.027 0.339 0.021 0.371 0.125 0.244 0.125-0.307 0.061-0.308 0.057-0.369-0.031-0.364-0.213zM23.224 14.615c0.063 0.025 0.151 0.088 0.156 0.167z\"/>\n</svg>\n</li><li title=\"cib emlakjet \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M20.864 21.473v-0.323c-0.088-1.281-0.697-2.468-1.687-3.291-0.964-0.887-2.256-1.287-3.541-1.209-2.491 0.161-4.5 2.333-4.5 4.823 0 1.048 0.156 2.089 0.561 3.292h-5.629v-15.505l9.891-6.828 9.979 6.828v15.589h-5.631c0.24-0.885 0.563-2.251 0.563-3.376zM27.625 7.812l-11.021-7.629c-0.401-0.245-0.885-0.245-1.208 0l-11.099 7.629c-0.324 0.161-0.485 0.485-0.485 0.885v17.276c0 0.641 0.485 1.125 1.125 1.125h8.292c0.625 0.016 1.14-0.5 1.125-1.125 0-0.077 0-0.239-0.084-0.323l-0.077-0.239c-0.401-0.964-0.887-2.172-0.887-3.376v-0.239c-0.077-0.724 0.163-1.448 0.641-1.933 0.468-0.547 1.135-0.891 1.855-0.963 0.724-0.079 1.364 0.161 1.927 0.645 0.563 0.48 0.885 1.125 0.968 1.849v0.24c0.079 1.604-0.968 3.937-1.129 4.176l-1.527 2.896-0.239-0.484c-0.163-0.24-0.401-0.484-0.647-0.563-0.239-0.077-0.563-0.077-0.801 0.079-0.24 0.161-0.485 0.4-0.563 0.645-0.084 0.24-0.084 0.563 0.077 0.803l1.209 2.249c0.161 0.323 0.561 0.563 0.963 0.563s0.808-0.24 0.964-0.563l2.416-4.5h7.641c0.625 0.016 1.14-0.495 1.125-1.125v-17.115c-0.079-0.4-0.24-0.724-0.563-0.885z\"/>\n</svg>\n</li><li title=\"cib empirekred \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M31.995 6.245c0-2.772-2.235-5.032-4.968-5.032h-22.068c-2.74 0-4.964 2.26-4.964 5.041v10.048c0 0.447 0.057 0.891 0.177 1.328 0.041 0.176 0.093 0.353 0.161 0.52 0.333 0.828 0.869 1.557 1.563 2.125 0.683 0.697 1.563 1.459 2.62 2.276l0.14 0.099 0.584 0.443 0.692 0.532c1.584 1.213 4.271 3.271 8.219 6.276 0.647 0.489 1.385 0.901 1.844 0.901s1.203-0.412 1.844-0.901c3.948-3.005 6.631-5.063 8.219-6.276l1.297-0.989h-0.005l0.145-0.115c1.068-0.813 1.953-1.584 2.625-2.276 0.687-0.557 1.213-1.281 1.536-2.105 0.219-0.588 0.333-1.208 0.339-1.833v-9.536zM26.473 14.568c-0.124-0.021-0.249-0.041-0.375-0.057-0.14 0-0.301-0.021-0.443-0.021-0.369-0.011-0.739 0.068-1.077 0.219-0.287 0.136-0.537 0.328-0.719 0.584-0.183 0.26-0.308 0.552-0.387 0.859-0.077 0.339-0.119 0.699-0.119 1.079v3.844h-6.704l-4.973-7.448-2.079 2.104v5.297h-3.625v-16.496h3.62v6.844l6.443-6.839h4.527l-6.437 6.516 6.885 9.724v-8.24h2.219v1.579h0.025c0.115-0.26 0.261-0.511 0.443-0.735 0.193-0.224 0.401-0.411 0.647-0.573 0.24-0.14 0.5-0.276 0.771-0.359 0.271-0.079 0.563-0.12 0.855-0.12 0.151 0 0.317 0.041 0.504 0.084z\"/>\n</svg>\n</li><li title=\"cib envato \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M25.865 0.26c-0.984-0.495-3.625-0.328-6.927 0.828-5.609 3.958-10.229 9.568-10.724 18.813 0 0.323-0.656 0-0.823-0.167-1.484-2.807-2.146-5.943-0.823-10.563 0.328-0.328-0.495-0.823-0.495-0.656-0.333 0.161-1.484 1.479-2.313 2.802-3.797 6.594-1.323 15.349 5.281 18.974 6.594 3.63 15.177 1.318 18.974-5.448 4.458-7.75 0.495-23.094-2.151-24.583z\"/>\n</svg>\n</li><li title=\"cib epic games \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M4.719 0c-1.833 0-2.505 0.677-2.505 2.505v22.083c0 0.209 0.011 0.401 0.027 0.579 0.047 0.401 0.047 0.792 0.421 1.229 0.036 0.052 0.412 0.328 0.412 0.328 0.203 0.099 0.343 0.172 0.572 0.265l11.115 4.656c0.573 0.261 0.819 0.371 1.235 0.355h0.005c0.421 0.016 0.667-0.093 1.24-0.355l11.109-4.656c0.235-0.093 0.369-0.167 0.577-0.265 0 0 0.376-0.287 0.412-0.328 0.375-0.437 0.375-0.828 0.421-1.229 0.016-0.177 0.027-0.369 0.027-0.573v-22.088c0-1.828-0.677-2.505-2.505-2.505zM22.527 4.145h0.905c1.511 0 2.251 0.735 2.251 2.267v2.505h-1.833v-2.407c0-0.489-0.224-0.713-0.699-0.713h-0.312c-0.489 0-0.713 0.224-0.713 0.713v7.749c0 0.489 0.224 0.713 0.713 0.713h0.349c0.468 0 0.692-0.224 0.692-0.713v-2.771h1.833v2.86c0 1.525-0.749 2.276-2.265 2.276h-0.921c-1.521 0-2.267-0.756-2.267-2.276v-7.923c0-1.525 0.745-2.281 2.267-2.281zM6.276 4.251h4.151v1.703h-2.287v3.468h2.204v1.699h-2.204v3.697h2.319v1.704h-4.183zM11.364 4.251h2.928c1.515 0 2.265 0.755 2.265 2.28v3.261c0 1.525-0.751 2.276-2.265 2.276h-1.057v4.453h-1.871zM17.401 4.251h1.864v12.271h-1.864zM13.229 5.901v4.52h0.771c0.469 0 0.693-0.228 0.693-0.719v-3.083c0-0.489-0.224-0.719-0.693-0.719zM8.088 19.437h0.276l0.063 0.011h0.1l0.052 0.016h0.052l0.047 0.015 0.052 0.011 0.041 0.011 0.093 0.021 0.053 0.015 0.036 0.011 0.041 0.016 0.052 0.016 0.036 0.015 0.053 0.021 0.047 0.021 0.041 0.025 0.047 0.021 0.036 0.025 0.053 0.027 0.041 0.025 0.041 0.021 0.041 0.031 0.043 0.027 0.036 0.031 0.125 0.095-0.032 0.041-0.036 0.036-0.032 0.037-0.036 0.041-0.025 0.036-0.032 0.037-0.036 0.036-0.032 0.041-0.025 0.036-0.037 0.043-0.031 0.036-0.036 0.041-0.032 0.037-0.025 0.041-0.037 0.036-0.031 0.043-0.036 0.036-0.032 0.036-0.036-0.025-0.041-0.037-0.043-0.025-0.077-0.052-0.047-0.027-0.043-0.025-0.047-0.027-0.036-0.021-0.041-0.020-0.084-0.032-0.052-0.009-0.041-0.011-0.047-0.011-0.053-0.011-0.052-0.005h-0.052l-0.061-0.011h-0.1l-0.052 0.005h-0.052l-0.052 0.016-0.041 0.011-0.047 0.016-0.047 0.009-0.043 0.021-0.052 0.021-0.072 0.052-0.043 0.025-0.036 0.032-0.036 0.025-0.037 0.032-0.025 0.036-0.043 0.036-0.052 0.073-0.025 0.041-0.021 0.047-0.025 0.037-0.027 0.047-0.016 0.047-0.020 0.041-0.016 0.052-0.005 0.052-0.015 0.048-0.011 0.052v0.052l-0.005 0.052v0.12l0.005 0.052v0.041l0.005 0.052 0.009 0.047 0.016 0.041 0.005 0.053 0.016 0.041 0.015 0.036 0.021 0.052 0.027 0.052 0.020 0.037 0.052 0.083 0.032 0.041 0.025 0.037 0.043 0.031 0.025 0.036 0.036 0.032 0.084 0.063 0.036 0.020 0.041 0.027 0.048 0.021 0.052 0.020 0.036 0.021 0.104 0.031 0.047 0.005 0.052 0.016 0.052 0.005h0.224l0.063-0.005h0.047l0.053-0.021 0.052-0.005 0.052-0.015 0.041-0.011 0.047-0.021 0.041-0.020 0.047-0.021 0.032-0.021 0.041-0.025v-0.464h-0.735v-0.744h1.661v1.667l-0.036 0.025-0.036 0.031-0.037 0.027-0.041 0.031-0.041 0.021-0.036 0.032-0.084 0.052-0.052 0.025-0.083 0.052-0.053 0.021-0.041 0.020-0.047 0.021-0.104 0.041-0.041 0.021-0.095 0.031-0.047 0.011-0.047 0.016-0.052 0.016-0.041 0.009-0.156 0.032-0.048 0.005-0.104 0.011-0.057 0.005-0.052 0.004-0.057 0.005h-0.26l-0.052-0.009h-0.052l-0.052-0.011h-0.047l-0.052-0.016-0.152-0.031-0.041-0.016-0.047-0.005-0.052-0.021-0.095-0.031-0.093-0.041-0.052-0.021-0.036-0.021-0.052-0.020-0.037-0.032-0.052-0.020-0.031-0.027-0.041-0.025-0.084-0.063-0.041-0.027-0.032-0.031-0.041-0.032-0.068-0.067-0.036-0.032-0.031-0.036-0.037-0.037-0.025-0.041-0.032-0.031-0.025-0.043-0.032-0.041-0.025-0.036-0.027-0.041-0.025-0.048-0.021-0.041-0.021-0.047-0.020-0.041-0.041-0.095-0.016-0.036-0.021-0.047-0.011-0.047-0.009-0.041-0.011-0.052-0.016-0.048-0.011-0.052-0.005-0.041-0.009-0.052-0.011-0.093-0.011-0.104v-0.276l0.011-0.053v-0.052l0.016-0.052v-0.052l0.015-0.047 0.016-0.052 0.021-0.093 0.015-0.052 0.016-0.047 0.063-0.141 0.020-0.041 0.021-0.047 0.027-0.048 0.020-0.041 0.027-0.036 0.052-0.084 0.031-0.041 0.032-0.036 0.025-0.041 0.068-0.068 0.031-0.037 0.037-0.036 0.031-0.036 0.043-0.032 0.072-0.063 0.041-0.031 0.043-0.027 0.036-0.031 0.041-0.027 0.043-0.020 0.047-0.027 0.052-0.025 0.036-0.027 0.052-0.020 0.047-0.021 0.047-0.025 0.043-0.011 0.052-0.016 0.041-0.021 0.047-0.009 0.047-0.016 0.052-0.011 0.043-0.016 0.052-0.011h0.052l0.047-0.015h0.052l0.052-0.011h0.047zM24.073 19.448h0.276l0.063 0.011h0.099l0.052 0.015h0.057l0.052 0.016 0.093 0.021 0.052 0.011 0.047 0.009 0.053 0.016 0.047 0.016 0.041 0.011 0.047 0.015 0.052 0.016 0.041 0.021 0.052 0.020 0.048 0.021 0.047 0.027 0.036 0.020 0.047 0.027 0.047 0.020 0.043 0.027 0.047 0.031 0.036 0.027 0.084 0.063 0.041 0.025-0.032 0.041-0.025 0.043-0.031 0.036-0.032 0.041-0.025 0.047-0.027 0.043-0.031 0.036-0.032 0.041-0.025 0.043-0.032 0.041-0.025 0.036-0.032 0.041-0.025 0.048-0.032 0.041-0.031 0.036-0.032 0.041-0.025 0.043-0.041-0.032-0.048-0.025-0.036-0.027-0.041-0.025-0.047-0.021-0.043-0.027-0.047-0.020-0.036-0.021-0.052-0.020-0.037-0.021-0.041-0.016-0.093-0.031-0.104-0.032-0.156-0.031-0.052-0.005-0.095-0.011h-0.109l-0.057 0.011-0.052 0.011-0.047 0.011-0.041 0.020-0.037 0.021-0.041 0.036-0.031 0.047-0.021 0.048v0.124l0.027 0.057 0.020 0.032 0.032 0.031 0.052 0.027 0.041 0.025 0.047 0.021 0.052 0.020 0.068 0.016 0.036 0.016 0.043 0.011 0.052 0.011 0.041 0.015 0.047 0.011 0.057 0.016 0.052 0.016 0.057 0.015 0.057 0.011 0.047 0.016 0.057 0.015 0.052 0.011 0.047 0.011 0.157 0.047 0.041 0.016 0.052 0.016 0.047 0.020 0.052 0.027 0.104 0.041 0.047 0.027 0.084 0.052 0.077 0.057 0.048 0.031 0.036 0.036 0.036 0.043 0.037 0.036 0.025 0.036 0.037 0.052 0.025 0.037 0.021 0.052 0.020 0.031 0.016 0.052 0.016 0.043 0.011 0.047 0.020 0.104 0.005 0.052 0.005 0.047v0.125l-0.005 0.057-0.011 0.104-0.011 0.052-0.015 0.047-0.011 0.052-0.016 0.052-0.015 0.047-0.021 0.037-0.021 0.047-0.025 0.041-0.032 0.037-0.052 0.083-0.063 0.073-0.036 0.025-0.041 0.037-0.032 0.031-0.041 0.031-0.041 0.021-0.041 0.032-0.048 0.025-0.093 0.047-0.052 0.021-0.047 0.020-0.052 0.016-0.047 0.016-0.043 0.011-0.104 0.020-0.036 0.011-0.052 0.011h-0.052l-0.047 0.011h-0.052l-0.052 0.011h-0.371l-0.156-0.016-0.052-0.011-0.047-0.005-0.104-0.020-0.057-0.011-0.047-0.011-0.052-0.016-0.053-0.011-0.047-0.015-0.052-0.016-0.052-0.021-0.041-0.015-0.052-0.016-0.052-0.021-0.037-0.020-0.052-0.016-0.041-0.027-0.052-0.020-0.041-0.027-0.037-0.025-0.052-0.027-0.036-0.020-0.041-0.032-0.041-0.025-0.043-0.032-0.036-0.031-0.041-0.032-0.037-0.025-0.041-0.037 0.032-0.041 0.036-0.036 0.031-0.037 0.037-0.041 0.025-0.036 0.032-0.041 0.036-0.037 0.031-0.036 0.037-0.041 0.025-0.037 0.037-0.036 0.031-0.041 0.032-0.037 0.036-0.041 0.025-0.036 0.037-0.037 0.036-0.041 0.036 0.032 0.048 0.031 0.036 0.031 0.052 0.027 0.036 0.027 0.047 0.031 0.043 0.027 0.047 0.020 0.036 0.027 0.047 0.015 0.052 0.021 0.043 0.021 0.047 0.015 0.041 0.021 0.052 0.016 0.047 0.015 0.052 0.016 0.052 0.005 0.048 0.016 0.052 0.005h0.057l0.047 0.015h0.281l0.047-0.009 0.052-0.011 0.036-0.005 0.043-0.016 0.036-0.020 0.047-0.032 0.027-0.036 0.020-0.041 0.016-0.048v-0.12l-0.021-0.047-0.025-0.041-0.032-0.031-0.047-0.032-0.036-0.015-0.047-0.021-0.052-0.021-0.057-0.025-0.037-0.011-0.041-0.011-0.052-0.016-0.036-0.009-0.052-0.016-0.052-0.005-0.053-0.021-0.052-0.005-0.057-0.015-0.047-0.011-0.052-0.016-0.052-0.011-0.052-0.015-0.047-0.016-0.052-0.011-0.041-0.016-0.095-0.031-0.052-0.021-0.052-0.015-0.104-0.043-0.047-0.025-0.052-0.027-0.036-0.025-0.048-0.027-0.036-0.025-0.047-0.027-0.068-0.068-0.036-0.031-0.063-0.073-0.027-0.036-0.020-0.036-0.032-0.048-0.015-0.036-0.048-0.125-0.009-0.052-0.011-0.047v-0.047l-0.011-0.052v-0.213l0.011-0.104 0.011-0.043 0.009-0.047 0.016-0.041 0.011-0.052 0.021-0.036 0.020-0.053 0.021-0.041 0.020-0.052 0.027-0.036 0.036-0.041 0.027-0.043 0.041-0.036 0.031-0.036 0.032-0.043 0.047-0.036 0.032-0.027 0.041-0.031 0.083-0.052 0.047-0.027 0.095-0.047 0.041-0.015 0.047-0.016 0.052-0.021 0.052-0.015 0.037-0.011 0.047-0.011 0.041-0.011 0.047-0.011 0.052-0.011 0.104-0.009 0.048-0.005zM11.755 19.484h0.943l0.043 0.095 0.020 0.041 0.016 0.052 0.021 0.047 0.015 0.041 0.027 0.047 0.031 0.095 0.027 0.047 0.041 0.093 0.011 0.041 0.083 0.188 0.016 0.047 0.021 0.043 0.025 0.047 0.011 0.047 0.027 0.052 0.009 0.047 0.048 0.093 0.020 0.037 0.021 0.052 0.016 0.052 0.015 0.036 0.027 0.052 0.016 0.043 0.020 0.052 0.016 0.036 0.021 0.052 0.047 0.093 0.015 0.047 0.011 0.048 0.021 0.047 0.025 0.041 0.021 0.052 0.021 0.047 0.015 0.041 0.043 0.095 0.015 0.047 0.021 0.047 0.016 0.047 0.020 0.041 0.027 0.048 0.020 0.047 0.021 0.041 0.011 0.052 0.041 0.093 0.021 0.043 0.015 0.047 0.043 0.093 0.025 0.052 0.011 0.041 0.027 0.053 0.009 0.036 0.021 0.052 0.027 0.052 0.020 0.036 0.016 0.052 0.021 0.043 0.015 0.052 0.027 0.036 0.031 0.104 0.021 0.037 0.020 0.052 0.027 0.041 0.021 0.052 0.009 0.047 0.016 0.041 0.021 0.047 0.025 0.043h-1.041l-0.025-0.043-0.016-0.047-0.021-0.047-0.020-0.052-0.011-0.041-0.043-0.093-0.015-0.043-0.041-0.093-0.016-0.041-0.021-0.052-0.031-0.095-0.021-0.041h-1.448l-0.020 0.047-0.016 0.043-0.021 0.052-0.020 0.047-0.011 0.041-0.021 0.052-0.020 0.041-0.016 0.047-0.021 0.043-0.020 0.052-0.016 0.036-0.021 0.052-0.015 0.052-0.021 0.037-0.016 0.052h-1.031l0.015-0.048 0.043-0.093 0.015-0.052 0.016-0.041 0.027-0.047 0.020-0.047 0.021-0.043 0.011-0.047 0.020-0.052 0.027-0.041 0.020-0.047 0.032-0.095 0.047-0.093 0.016-0.047 0.020-0.041 0.016-0.048 0.063-0.14 0.021-0.052 0.015-0.041 0.016-0.047 0.027-0.043 0.020-0.052 0.016-0.047 0.016-0.041 0.020-0.052 0.027-0.037 0.016-0.052 0.020-0.041 0.016-0.047 0.021-0.052 0.025-0.041 0.016-0.052 0.020-0.037 0.016-0.052 0.021-0.052 0.020-0.036 0.021-0.052 0.016-0.043 0.020-0.052 0.016-0.036 0.027-0.052 0.020-0.052 0.021-0.041 0.011-0.047 0.020-0.048 0.027-0.047 0.020-0.041 0.011-0.052 0.021-0.047 0.021-0.043 0.041-0.093 0.015-0.041 0.043-0.104 0.020-0.037 0.021-0.052 0.016-0.041 0.015-0.052 0.021-0.047 0.027-0.041 0.020-0.052 0.016-0.037 0.016-0.052 0.020-0.041 0.027-0.047 0.016-0.052 0.015-0.043 0.021-0.052 0.020-0.036 0.027-0.052 0.016-0.052 0.015-0.036 0.021-0.052zM14.683 19.511h1.031l0.032 0.041 0.052 0.084 0.025 0.047 0.027 0.036 0.025 0.047 0.027 0.041 0.025 0.048 0.027 0.041 0.025 0.036 0.027 0.047 0.025 0.043 0.037 0.041 0.015 0.041 0.032 0.047 0.025 0.043 0.032 0.036 0.021 0.047 0.025 0.041 0.032 0.043 0.015 0.041 0.037 0.047 0.077 0.125 0.021 0.041 0.031 0.041 0.027 0.041 0.025 0.048 0.079 0.124 0.025 0.048 0.027 0.041 0.031-0.041 0.021-0.053 0.031-0.036 0.027-0.047 0.025-0.036 0.021-0.052 0.036-0.037 0.027-0.047 0.021-0.036 0.025-0.043 0.032-0.047 0.025-0.036 0.027-0.052 0.025-0.036 0.032-0.048 0.020-0.036 0.027-0.052 0.025-0.031 0.027-0.043 0.031-0.052 0.027-0.036 0.020-0.047 0.032-0.037 0.025-0.052 0.027-0.031 0.031-0.041 0.027-0.052 0.025-0.037 0.027-0.047 0.025-0.036 0.027-0.052 0.031-0.037 0.021-0.047 0.027-0.036h1.047v3.719h-0.98v-2.188l-0.025 0.037-0.032 0.052-0.025 0.031-0.032 0.041-0.020 0.052-0.032 0.037-0.025 0.036-0.032 0.052-0.052 0.073-0.031 0.041-0.027 0.052-0.031 0.037-0.027 0.036-0.020 0.052-0.032 0.036-0.025 0.037-0.032 0.052-0.025 0.036-0.032 0.041-0.025 0.047-0.021 0.037-0.031 0.041-0.027 0.047-0.031 0.036-0.032 0.043-0.020 0.041-0.027 0.047-0.031 0.037-0.032 0.041-0.020 0.052-0.037 0.031-0.020 0.041-0.032 0.053-0.025 0.036h-0.021l-0.031-0.047-0.027-0.043-0.025-0.047-0.027-0.036-0.031-0.047-0.027-0.041-0.031-0.043-0.027-0.041-0.025-0.047-0.027-0.036-0.036-0.048-0.021-0.041-0.031-0.047-0.027-0.036-0.025-0.047-0.032-0.043-0.025-0.052-0.032-0.036-0.025-0.047-0.027-0.043-0.025-0.047-0.032-0.036-0.025-0.047-0.032-0.041-0.020-0.043-0.032-0.041-0.025-0.047-0.032-0.036-0.025-0.048-0.032-0.041-0.020-0.047-0.037-0.036-0.020-0.048-0.032-0.041v2.193h-0.963v-3.683zM19.307 19.511h2.933v0.839h-1.959v0.599h1.76v0.792h-1.76v0.635h1.984v0.844h-2.953v-3.677zM12.213 20.651l-0.016 0.047-0.015 0.043-0.021 0.052-0.021 0.047-0.015 0.047-0.043 0.093-0.020 0.052-0.016 0.043-0.016 0.052-0.020 0.036-0.016 0.052-0.021 0.052-0.020 0.037-0.016 0.052-0.020 0.041-0.016 0.052-0.027 0.047-0.011 0.041-0.020 0.052-0.021 0.048-0.016 0.041-0.020 0.052h0.859l-0.020-0.052-0.016-0.047-0.041-0.095-0.016-0.047-0.021-0.041-0.015-0.052-0.021-0.047-0.016-0.047-0.020-0.043-0.016-0.047-0.021-0.052-0.015-0.041-0.043-0.093-0.009-0.048-0.021-0.047-0.021-0.052-0.015-0.036-0.043-0.104-0.015-0.047zM10.683 27.615h10.681l-5.452 1.797z\"/>\n</svg>\n</li><li title=\"cib epson \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M22.156 18.552c-1.375 0-1.906-1.266-1.906-2.552 0-1.302 0.531-2.568 1.906-2.568 1.37 0 1.906 1.266 1.906 2.568 0 1.286-0.536 2.552-1.906 2.552zM22.156 12.146c-2.172 0-3.422 1.625-3.422 3.854s1.25 3.854 3.422 3.854c2.167 0 3.422-1.625 3.422-3.854s-1.255-3.854-3.422-3.854zM0 12.354h5.448v1.297h-3.927v1.609h3.661v1.271h-3.661v1.802h3.927v1.302h-5.448zM8.974 16.146h-1.375v-2.495h1.375c0.943 0 1.578 0.417 1.578 1.255 0 0.828-0.635 1.24-1.578 1.24zM6.083 19.63h1.521v-2.182h1.37c1.844 0 3.083-0.917 3.083-2.542 0-1.635-1.24-2.552-3.083-2.552h-2.891zM27.693 12.354h-1.552v7.276h1.49v-2.953c0-0.797-0.026-1.521-0.057-2.141 0.177 0.359 0.708 1.448 0.943 1.865l1.938 3.234h1.547v-7.281h-1.474v2.88c0 0.797 0.026 1.594 0.057 2.229-0.177-0.37-0.708-1.464-0.958-1.875zM13.786 17.224c0 0.974 0.813 1.359 1.667 1.359 0.563 0 1.495-0.161 1.495-0.917 0-0.797-1.125-0.943-2.203-1.224-1.135-0.307-2.229-0.724-2.229-2.083 0-1.505 1.417-2.214 2.745-2.214 1.536 0 2.943 0.667 2.943 2.365h-1.51c-0.057-0.885-0.734-1.109-1.505-1.109-0.516 0-1.167 0.203-1.167 0.828 0 0.557 0.37 0.646 2.219 1.12 0.526 0.146 2.214 0.474 2.214 2.125 0 1.359-1.068 2.365-3.057 2.365-1.625 0-3.146-0.797-3.13-2.615z\"/>\n</svg>\n</li><li title=\"cib esea \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M18.74 4l-6.808 8.995-11.932 0.183 7.776 5.959-6.385 9.171 11.317-5.447 7.615 5.765v-9.489l11.677-5.767-23.005 5.365c0.792-0.797 1.5-1.672 2.12-2.609 0.407-0.74 0.688-1.541 0.817-2.38l7.459-0.204z\"/>\n</svg>\n</li><li title=\"cib eslint \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M9.677 12.177l6.077-3.511c0.152-0.088 0.339-0.088 0.491 0l6.077 3.511c0.151 0.088 0.245 0.249 0.245 0.427v7.016c0 0.177-0.095 0.339-0.245 0.427l-6.077 3.505c-0.152 0.088-0.339 0.088-0.491 0l-6.077-3.505c-0.151-0.088-0.245-0.249-0.245-0.427v-7.016c0-0.177 0.095-0.339 0.245-0.427zM31.803 15.375l-7.261-12.635c-0.265-0.459-0.749-0.792-1.281-0.792h-14.52c-0.527 0-1.016 0.333-1.281 0.792l-7.261 12.604c-0.26 0.463-0.26 1.031 0 1.489l7.267 12.531c0.26 0.459 0.749 0.688 1.276 0.688h14.525c0.527 0 1.011-0.224 1.276-0.683l7.261-12.547c0.265-0.448 0.265-1.005 0-1.448zM25.792 21.448c-0.005 0.188-0.109 0.359-0.271 0.453l-9.256 5.333c-0.161 0.093-0.359 0.093-0.52 0l-9.261-5.333c-0.161-0.095-0.265-0.265-0.271-0.453v-10.677c0-0.183 0.109-0.355 0.271-0.448l9.251-5.339c0.161-0.088 0.359-0.088 0.52 0l9.261 5.339c0.161 0.093 0.265 0.265 0.271 0.453z\"/>\n</svg>\n</li><li title=\"cib ethereum \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M15.927 23.959l-9.823-5.797 9.817 13.839 9.828-13.839-9.828 5.797zM16.073 0l-9.819 16.297 9.819 5.807 9.823-5.801z\"/>\n</svg>\n</li><li title=\"cib etsy \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M11.417 3.26c0-0.432 0.047-0.693 0.786-0.693h9.953c1.734 0 2.698 1.479 3.391 4.255l0.557 2.224h1.693c0.307-6.307 0.573-9.047 0.573-9.047s-4.26 0.479-6.786 0.479h-12.729l-6.818-0.219v1.828l2.297 0.432c1.615 0.323 2 0.661 2.135 2.141 0 0 0.146 4.365 0.146 11.521 0 7.182-0.12 11.479-0.12 11.479 0 1.302-0.521 1.781-2.12 2.099l-2.297 0.443v1.797l6.839-0.219h11.401c2.583 0 8.521 0.219 8.521 0.219 0.141-1.563 1-8.641 1.141-9.417h-1.599l-1.714 3.88c-1.339 3.036-3.302 3.255-5.479 3.255h-6.542c-2.172 0-3.219-0.849-3.219-2.729v-9.922c0 0 4.823 0 6.385 0.125 1.214 0.089 1.948 0.438 2.344 2.13l0.521 2.26h1.88l-0.12-5.703 0.255-5.74h-1.854l-0.599 2.521c-0.375 1.656-0.641 1.958-2.339 2.135-2.219 0.224-6.422 0.182-6.422 0.182v-11.714h-0.063z\"/>\n</svg>\n</li><li title=\"cib event store \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M7.713 4.552c0.573-0.333 1.167-0.631 1.787-0.891 1.307-0.557 2.656-0.875 4.047-1.016l1.5 1.699-0.697 1.755c-1.36 0.261-2.641 0.761-3.839 1.485l-0.26 0.156-0.235-2.313-2.303-0.88zM7.063 4.964l2.385 0.921 0.249 2.281c-1.291 0.948-2.301 2.161-3.020 3.64-0.068 0.131-0.131 0.261-0.188 0.396l-1.677-2.036-2.739 0.579c0.681-1.475 1.604-2.787 2.749-3.948 0.688-0.693 1.428-1.303 2.224-1.833zM22.771 21.036c0.26-0.432 0.469-0.869 0.641-1.323l2.583 3.136 4.339-0.937c-0.251 0.687-0.541 1.353-0.88 2.009-0.896 1.724-2.073 3.215-3.532 4.48-1.484 1.287-3.161 2.224-5.031 2.812-0.036 0.011-0.073 0.021-0.109 0.032l-3.213-2.719 0.839-3.699 0.067-0.025c1.839-0.803 3.276-2.043 4.297-3.781zM28.203 6.407c0.267 0.364 0.511 0.744 0.751 1.14 0.989 1.661 1.672 3.443 2.052 5.339 0.364 1.88 0.421 3.771 0.161 5.667-0.14 0.912-0.339 1.803-0.62 2.672l-4.339 0.932-2.599-3.145c0.303-1.156 0.339-2.36 0.079-3.609-0.303-1.484-0.959-2.756-1.939-3.803l4.677-0.557 1.745-4.635zM1.787 11.448l2.797-0.593 1.651 2.009c-0.527 1.448-0.641 2.948-0.38 4.505 0.057 0.448 0.156 0.876 0.276 1.292l-2.959-0.672-2.12 2.511c-0.255-1.115-0.375-2.249-0.375-3.407 0-1.937 0.359-3.801 1.072-5.599l0.021-0.052zM6.375 19.36c0.423 1.124 1.047 2.151 1.876 3.088 0.619 0.713 1.323 1.297 2.088 1.755l-2.937 1.683 0.161 3.817c-0.969-0.599-1.86-1.317-2.667-2.14-1.36-1.401-2.401-2.995-3.12-4.797-0.197-0.5-0.36-1-0.5-1.5l2.183-2.563 2.957 0.683zM10.973 24.552c0.631 0.317 1.308 0.557 2.027 0.719 1.609 0.375 3.183 0.313 4.703-0.188l-0.833 3.677 3.183 2.693c-1.588 0.416-3.213 0.593-4.875 0.536-1.943-0.063-3.808-0.473-5.589-1.235-0.479-0.203-0.937-0.427-1.385-0.676l-0.161-3.844zM27.755 5.817l-1.749 4.652-4.823 0.577c-0.141-0.12-0.281-0.24-0.433-0.339-1.583-1.203-3.364-1.901-5.337-2.104-0.464-0.036-0.901-0.036-1.324-0.036l1.683-4.303-3.635-4.14c1.099-0.12 2.181-0.136 3.276-0.12 0.656 0.021 1.301 0.068 1.948 0.151 0.905 0.12 1.796 0.317 2.681 0.563 1.876 0.532 3.584 1.375 5.125 2.573 0.973 0.744 1.833 1.588 2.588 2.525z\"/>\n</svg>\n</li><li title=\"cib eventbrite \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M14 7.735c3.599-0.803 7.068 0.667 9.068 3.333l-15.599 3.599c0.531-3.333 3.061-6.136 6.531-6.932zM23.197 20.803c-1.197 1.728-3.061 3.061-5.197 3.463-3.599 0.803-7.068-0.667-9.068-3.463l15.599-3.469 2.537-0.531 4.932-1.068c0-1.068-0.136-2.136-0.401-3.068-2-8.667-10.531-13.864-19.197-11.864s-14 10.395-12 18.796c2 8.401 10.531 13.735 19.197 11.735 5.068-1.197 9.068-4.531 10.932-8.803 0.136-0.129-7.333-1.728-7.333-1.728z\"/>\n</svg>\n</li><li title=\"cib evernote \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M10.255 7.26c0 0.319-0.025 0.849-0.337 1.193-0.344 0.317-0.871 0.344-1.188 0.344h-3.365c-0.973 0-1.557 0-1.948 0.057-0.213 0.025-0.473 0.129-0.609 0.181-0.052 0.027-0.052 0-0.025-0.025l7.688-7.88c0.025-0.027 0.052-0.027 0.025 0.025-0.057 0.136-0.156 0.396-0.188 0.609-0.052 0.396-0.052 0.984-0.052 1.964zM17.385 31.083c-0.891-0.583-1.364-1.348-1.552-1.828-0.188-0.463-0.287-0.957-0.287-1.457 0-2.213 1.792-4 4-4.005 0.656 0 1.183 0.525 1.183 1.192 0.005 0.428-0.229 0.823-0.604 1.032-0.136 0.083-0.319 0.135-0.448 0.161-0.131 0.025-0.631 0.077-0.871 0.292-0.26 0.213-0.473 0.557-0.473 0.927 0 0.401 0.156 0.771 0.421 1.036 0.475 0.48 1.105 0.745 1.792 0.745 1.792-0.011 3.245-1.469 3.235-3.265 0-1.62-1.079-3.052-2.5-3.688-0.208-0.104-0.552-0.188-0.869-0.265-0.261-0.057-0.521-0.099-0.787-0.136-1.104-0.129-3.871-1.005-4.052-3.473 0 0-0.819 3.713-2.448 4.724-0.156 0.077-0.371 0.161-0.604 0.213-0.24 0.052-0.5 0.077-0.584 0.077-2.656 0.163-5.468-0.687-7.416-2.708 0 0-1.319-1.083-2-4.135-0.157-0.745-0.475-2.073-0.657-3.319-0.083-0.453-0.109-0.796-0.135-1.115 0-1.301 0.792-2.176 1.792-2.307h5.364c0.921 0 1.453-0.24 1.792-0.557 0.448-0.427 0.552-1.036 0.552-1.751v-5.599c0.131-0.984 1-1.807 2.292-1.807h0.629c0.261 0 0.579 0.025 0.871 0.057 0.208 0.025 0.391 0.077 0.708 0.156 1.604 0.401 1.948 2.041 1.948 2.041s3.025 0.532 4.552 0.797c1.448 0.265 5.025 0.505 5.708 4.14 1.604 8.652 0.636 17.032 0.552 17.032-1.129 8.172-7.864 7.776-7.864 7.776-1.156 0.020-2.292-0.323-3.24-0.985zM23.437 13.708c-0.864-0.083-1.604 0.265-1.864 0.928-0.057 0.135-0.109 0.291-0.084 0.369 0.032 0.083 0.084 0.109 0.136 0.135 0.312 0.163 0.839 0.24 1.604 0.319 0.76 0.077 1.292 0.135 1.631 0.077 0.052 0 0.109-0.025 0.161-0.104 0.052-0.077 0.025-0.239 0.025-0.369-0.083-0.719-0.74-1.251-1.609-1.355z\"/>\n</svg>\n</li><li title=\"cib everplaces \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M14.453 31.964c-8.104-0.781-14.453-7.62-14.453-15.928 0-8.828 7.172-16 16-16s16 7.172 16 16c0 8.308-6.349 15.147-14.453 15.928v-9.396c2.964-0.704 5.161-3.365 5.161-6.532 0-3.703-3.005-6.708-6.708-6.708s-6.708 3.005-6.708 6.708c0 3.172 2.203 5.828 5.161 6.532zM13.932 12.421c0.86 0 1.552 0.699 1.552 1.552 0 0.855-0.692 1.548-1.552 1.548-0.853 0-1.547-0.693-1.547-1.548 0-0.853 0.697-1.552 1.547-1.552z\"/>\n</svg>\n</li><li title=\"cib evry \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M0.589 17.224c0.141 0.344 0.151 0.568 0.099 0.922-0.042 0.271-0.094 0.542-0.146 0.807-0.047 0.234-0.156 0.734 0.005 0.927 0.156 0.188 0.469 0.172 0.828 0.13 0.406-0.047 2.417-0.458 4.531-1.328 0.286-0.125 0.578-0.276 0.828-0.464 0.573-0.427 0.667-1.339 0.667-1.339 0.016-0.172 0.010-0.422-0.219-0.552-0.167-0.089-0.401-0.031-0.75 0.057-0.578 0.156-2 0.693-2.495 0.839-0.203 0.063-0.599 0.151-0.75-0.036-0.255-0.313 0.109-1.292 0.328-1.833 0.219-0.547 0.557-0.984 1.604-1.281 0.385-0.109 1.016-0.307 1.276-0.391 0.281-0.094 0.651-0.276 0.807-0.901 0.177-0.714-0.37-0.823-0.875-0.958-0.719-0.193-1.172-0.219-0.854-0.906 0.13-0.276 0.25-0.401 0.531-0.474 0.286-0.078 2.703-0.453 3.667-0.625 0.542-0.094 0.724-0.38 0.948-0.839 0.484-0.995-0.125-1.063-0.615-1.016-1.115 0.099-2.906 0.417-3.672 0.526-0.406 0.063-0.135-0.625-0.615-0.656-0.938-0.068-1.734 0.323-2.052 0.568-0.302 0.229-0.448 0.938-0.448 0.938l-0.927 3.156c-0.083 0.365-0.198 0.724-0.458 0.88-0.641 0.375-1.943 0.401-1.828 1.786 0 0 0.026 0.677 0.583 2.068zM9.016 11.328c0.37-0.063 0.87-0.156 1.005 0.781 0.042 0.281 0.047 3.547 0.047 3.547s0.354-0.339 1.458-2.036c0.833-1.286 1.755-2.948 2.099-3.531 0.203-0.339 0.578-0.693 1.224-0.219 0.724 0.531 0.74 0.917 0.422 1.458-0.323 0.557-1.198 1.979-2.438 3.698-1.12 1.557-1.656 2.172-2.13 2.688-0.474 0.51-1.104 1.104-1.76 1.016-0.87-0.125-0.802-1.599-0.839-2.021s-0.203-3.776-0.089-4.557c0.047-0.307 0.031-0.661 1-0.828zM20.807 11.411c0.401 0.219-0.057 1.141-0.833 1.703-0.5 0.365-1.354 0.906-2.229 0.906 0.37-0.635 0.828-1.219 1.354-1.729 0.63-0.615 1.359-1.068 1.708-0.88zM31.703 11.208c0.385-0.495 0.464-0.792-0.177-1.411-0.578-0.557-0.964-0.229-1.245 0.057-0.047 0.057-1.359 1.333-2.734 2.896-1.073 1.214-2 2.339-2 2.339s-0.031-0.76 0.083-1.714c0.068-0.547 0.25-1.604 0.302-1.938 0.271-1.698-0.792-1.766-1.188-1.792-0.417-0.026-0.615 0.193-0.74 0.714-0.109 0.474-0.734 3.078-0.484 5.766 0.042 0.484 0.141 0.979 0.151 1.016l-0.255 0.339c-2.328-0.646-3.927-2.219-3.927-2.219s0.766-0.219 1.604-0.724c0.672-0.396 1.953-1.391 1.818-3.135-0.115-1.484-1.693-2.161-2.276-2.036-0.526 0.109-1.453 0.74-2.328 1.516-0.057-0.401-0.068-0.849-0.49-0.901-0.307-0.031-0.667 0.109-0.927 0.245-0.286 0.135-0.521 0.354-0.672 0.63l-0.979 2.219c-0.031 0.078-0.094 0.099-0.146 0.109-0.526 0.12-0.693 0.495-0.734 0.599 0 0-0.219 0.464 0.172 0.88-0.198 0.516-0.714 1.708-0.714 1.708-0.641 1.469-0.599 1.979-0.37 2.292 0.12 0.156 0.526 0.385 1.016 0.469 0.375 0.057 0.656-0.161 0.964-0.646 0.458-0.714 1.38-2.604 1.38-2.604s1.823 1.969 5.495 3.26c0 0-1.943 2.63-2.224 4.083 0 0-0.141 0.953 1.167 0.953 0.328 0 0.823-0.078 1.177-0.297 0.146-0.083 0.255-0.214 0.297-0.375 0.021-0.068 0.010-0.141-0.026-0.203s-0.094-0.099-0.135-0.141c-0.068-0.063-0.057-0.151-0.021-0.25 0.719-2.057 3.646-5.557 4.266-6.318 1.641-2.005 4.682-5.135 4.896-5.385z\"/>\n</svg>\n</li><li title=\"cib exercism \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M5.802 2.214c-1.281 0-2.25 0.396-2.911 1.193-0.661 0.792-0.99 1.948-0.99 3.469v4.635c0 1.073-0.115 1.896-0.349 2.474-0.229 0.583-0.656 1.12-1.276 1.625-0.188 0.151-0.276 0.276-0.276 0.37 0 0.099 0.089 0.224 0.271 0.37 0.635 0.516 1.068 1.063 1.292 1.635 0.229 0.573 0.339 1.396 0.339 2.469v4.615c0 1.531 0.333 2.698 1 3.49 0.667 0.797 1.63 1.193 2.896 1.193h1.177c0.505 0 0.823-0.026 0.958-0.073s0.203-0.172 0.203-0.365c0-0.266-0.177-0.443-0.531-0.526l-0.646-0.146c-1.417-0.323-2.125-1.724-2.125-4.198v-4.391c0-1.667-0.406-2.839-1.208-3.526l-0.307-0.255c-0.151-0.13-0.224-0.224-0.224-0.292 0-0.073 0.073-0.172 0.224-0.286l0.307-0.26c0.802-0.682 1.208-1.859 1.208-3.521v-4.391c0-1.479 0.177-2.505 0.536-3.078 0.365-0.573 1.109-1.016 2.25-1.328 0.344-0.099 0.516-0.255 0.516-0.469 0-0.286-0.385-0.432-1.161-0.432zM25.026 2.25c-0.776 0-1.161 0.146-1.161 0.438 0 0.214 0.172 0.37 0.516 0.464 1.141 0.313 1.885 0.755 2.25 1.328 0.359 0.573 0.536 1.599 0.536 3.078v4.396c0 1.661 0.406 2.833 1.208 3.521l0.307 0.255c0.151 0.12 0.224 0.214 0.224 0.292 0 0.063-0.073 0.161-0.224 0.286l-0.307 0.26c-0.802 0.682-1.208 1.859-1.208 3.521v4.391c0 2.479-0.708 3.875-2.125 4.198l-0.646 0.146c-0.354 0.083-0.531 0.26-0.531 0.531 0 0.193 0.068 0.313 0.203 0.359s0.453 0.073 0.958 0.073h1.177c1.266 0 2.229-0.396 2.896-1.193 0.667-0.792 1-1.953 1-3.49v-4.615c0-1.073 0.115-1.896 0.339-2.469s0.656-1.115 1.292-1.63c0.182-0.151 0.271-0.276 0.271-0.37 0-0.099-0.089-0.224-0.271-0.37-0.625-0.505-1.052-1.047-1.281-1.625-0.234-0.578-0.349-1.406-0.349-2.479v-4.63c0-1.521-0.328-2.682-0.99-3.474-0.661-0.797-1.63-1.193-2.906-1.193zM10.245 12.979c-1.943 0-3.521 1.484-3.521 3.307h1.359c0-1.12 0.969-2.031 2.161-2.031 1.188 0 2.156 0.911 2.156 2.031h1.359c0-1.823-1.573-3.307-3.516-3.307zM21.453 12.979c-1.943 0-3.521 1.484-3.521 3.307h1.359c0-1.12 0.969-2.031 2.161-2.031 1.188 0 2.161 0.911 2.161 2.031h1.359c0-1.823-1.578-3.307-3.521-3.307zM12.948 19.146v0.75c0 1.703 1.417 3.089 3.151 3.089 1.745 0 3.156-1.385 3.156-3.089v-0.75h-1.245v0.75c0 1.167-1.010 1.901-1.911 1.901-0.896 0-1.969-0.365-1.969-1.901v-0.75z\"/>\n</svg>\n</li><li title=\"cib experts exchange \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M9.708 1.198h-9.708l11.146 14.802-11.146 14.802h9.708l11.146-14.802zM32 1.198h-9.708l-3.063 4.083 4.849 6.427zM19.229 26.734l3.063 4.068h9.708l-7.922-10.51z\"/>\n</svg>\n</li><li title=\"cib expo \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M24.292 15.547c1.968 0.131 3.729-1.213 4.115-3.145-0.475-0.735-1.287-1.177-2.161-1.177-2.272-0.052-3.491 2.651-1.953 4.323zM15.115 4.697l5.359-3.104-1.708-0.963-7.391 4.281 0.589 0.328 1.119 0.629 2.032-1.176zM21.161 1.307c0.089 0.027 0.161 0.1 0.188 0.188l2.484 7.593c0.047 0.131-0.005 0.272-0.125 0.344-1.968 1.156-2.916 3.489-2.317 5.693 0.656 2.391 2.937 3.953 5.401 3.703 0.135-0.011 0.265 0.073 0.307 0.203l2.563 7.803c0.041 0.131-0.011 0.271-0.125 0.344l-7.859 4.771c-0.037 0.021-0.084 0.036-0.131 0.036-0.068 0.016-0.14 0-0.203-0.041l-2.765-1.797c-0.048-0.031-0.084-0.077-0.109-0.129l-5.396-12.896-8.219 4.875c-0.016 0.011-0.037 0.021-0.052 0.032-0.084 0.036-0.183 0.025-0.261-0.021l-1.859-1.093c-0.136-0.073-0.188-0.245-0.115-0.381l7.953-15.749c0.025-0.057 0.077-0.104 0.135-0.131l7.959-4.609c0.088-0.052 0.197-0.057 0.292-0.005zM12.839 6.407l-1.932-1.089-7.693 15.229 1.396 0.823 6.631-9.015c0.063-0.089 0.167-0.136 0.271-0.12 0.104 0.011 0.192 0.077 0.235 0.177l7.228 17.296 1.933 1.251-8.063-24.552zM26.245 16.964c-2.256 0-3.787-2.292-2.923-4.376 0.86-2.083 3.563-2.619 5.156-1.025 0.595 0.593 0.928 1.396 0.928 2.235 0.005 1.749-1.412 3.167-3.161 3.167z\"/>\n</svg>\n</li><li title=\"cib eyeem \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M4.896 12.24v-1.385h-4.896v7.629h4.907v-1.396h-3.323v-1.837h2.875v-1.355h-2.875v-1.656zM7.781 21.088l3.375-7.88h-1.651l-1.203 3.147-1.215-3.147h-1.645l2.063 4.808-1.349 3.072zM16.615 16.323v-0.593c0-1.641-1-2.62-2.521-2.62-1.572 0-2.681 1.041-2.681 2.745 0 1.692 1.109 2.744 2.724 2.744 1.233 0 2.244-0.719 2.427-1.713l-1.5-0.073c-0.115 0.365-0.448 0.584-0.969 0.584-0.672 0-1.072-0.423-1.104-1.073zM14.083 14.271c0.672 0 1 0.423 1.032 1.063h-2.125c0.041-0.672 0.464-1.063 1.093-1.063zM22.719 12.24v-1.385h-4.896v7.629h4.907v-1.396h-3.323v-1.837h2.875v-1.355h-2.875v-1.656zM30 13.104c-0.797 0-1.317 0.36-1.62 0.839-0.349-0.541-0.932-0.833-1.656-0.833s-1.151 0.271-1.385 0.64v-0.541h-1.407v5.276h1.489v-2.927c0-0.636 0.355-1.063 0.948-1.063 0.543 0 0.855 0.375 0.855 1.052v2.937h1.489v-3.109c0.063-0.531 0.391-0.88 0.923-0.88 0.567 0 0.875 0.38 0.875 1.052v2.937h1.489v-3.233c0-1.333-0.797-2.141-2-2.141z\"/>\n</svg>\n</li><li title=\"cib f secure \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M31.907 3.921c-9.552-3.395-19.933-3.676-29.652-0.801-1.629 0.391-2.609 2.052-2.161 3.667 0.532 2.135 1.308 4.588 2.24 6.812 0.016 0.052 0.041 0.027 0.041-0.025-0.135-1.043 0.667-2.36 2.24-2.839 7.557-2.407 15.692-2.297 23.188 0.307 1.145 0.396 2.427-0.229 2.796-1.416 0.932-3 1.308-5.037 1.401-5.547 0.016-0.095-0.068-0.131-0.093-0.157zM8.864 10.521c-1.145 0.239-2.728 0.615-3.916 1.009-2.375 0.819-2.265 3.709-1 4.631 0.093-0.536 0.667-1.265 1.307-1.511 2.371-0.932 4.917-1.489 7.491-1.719-1.308-0.531-2.584-1.292-3.865-2.411zM27.771 16.307c-6.891-3.239-14.801-3.552-21.932-0.869-1.131 0.427-1.839 1.803-1.131 3.109 1.235 2.235 2.641 4.375 4.199 6.401-0.224-0.776 0.172-2.213 1.692-2.683 4.204-1.292 8.615-0.744 11.547 0.443 0.828 0.333 2 0.131 2.657-0.853 1.119-1.724 2.14-3.516 3.052-5.36 0.041-0.083 0-0.145-0.084-0.188zM20.959 26.667c-1.229-0.62-2.355-1.432-3.333-2.401-0.453-0.453-1.12-1.104-1.823-1.88-1.605 0-3.163 0.161-4.829 0.693-1.547 0.484-1.692 2.271-1.015 3.203 1.145 1.427 1.948 2.197 3.229 3.521 1.411 1.385 3.667 1.395 5.093 0.025 1-1 1.615-1.667 2.745-2.948 0.067-0.068 0.041-0.187-0.068-0.213z\"/>\n</svg>\n</li><li title=\"cib facebook f \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M23.446 18l0.889-5.791h-5.557v-3.758c0-1.584 0.776-3.129 3.265-3.129h2.526v-4.93c0 0-2.292-0.391-4.484-0.391-4.576 0-7.567 2.774-7.567 7.795v4.414h-5.087v5.791h5.087v14h6.26v-14z\"/>\n</svg>\n</li><li title=\"cib facebook \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M32 16c0-8.839-7.167-16-16-16-8.839 0-16 7.161-16 16 0 7.984 5.849 14.604 13.5 15.803v-11.177h-4.063v-4.625h4.063v-3.527c0-4.009 2.385-6.223 6.041-6.223 1.751 0 3.584 0.312 3.584 0.312v3.937h-2.021c-1.984 0-2.604 1.235-2.604 2.5v3h4.437l-0.713 4.625h-3.724v11.177c7.645-1.199 13.5-7.819 13.5-15.803z\"/>\n</svg>\n</li><li title=\"cib faceit \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M32 3.599c0-0.13-0.135-0.266-0.135-0.266-0.13 0-0.13 0-0.266 0.135-2.667 4.13-5.464 8.266-8.13 12.531h-23.203c-0.266 0-0.401 0.401-0.13 0.531 9.599 3.604 23.599 9.068 31.333 12.135 0.266 0.135 0.531-0.135 0.531-0.266z\"/>\n</svg>\n</li><li title=\"cib fandango \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M18.219 9.276l-7.484 2.052 1.52 5.631 7.485-2.052 1.525 5.624-7.484 1.991 1.459 5.629-7.491 1.989-1.853-6.755c1.125-1.323 1.588-3.183 1.125-4.969-0.532-1.791-1.855-3.181-3.443-3.776l-1.86-6.957 15.041-3.975zM27.693 9.011l-2.448-8.943-25.245 6.687 2.453 9.011c1.453 0.271 2.781 1.391 3.177 2.984 0.463 1.589-0.136 3.177-1.261 4.24l2.385 8.943 25.245-6.755-2.385-8.943c-1.527-0.271-2.781-1.391-3.245-2.984-0.4-1.589 0.131-3.245 1.324-4.24z\"/>\n</svg>\n</li><li title=\"cib favro \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M15.448 2.208c-4.875 0-8.828 3.953-8.828 8.828v1.027c1.896 0.948 3.443 2.473 4.411 4.359v-5.385c-0.004-2.443 1.975-4.421 4.417-4.416 1.213 0 2.203-0.989 2.203-2.204 0-1.213-0.989-2.208-2.203-2.208zM2.208 12.136c-1.213 0-2.208 0.995-2.208 2.208s0.995 2.208 2.208 2.208c2.437-0.005 4.417 1.975 4.412 4.412v6.62c0 1.213 0.995 2.208 2.208 2.208s2.203-0.995 2.203-2.208v-6.62c0-4.876-3.952-8.828-8.828-8.828zM23.172 12.136c-4.875 0-8.828 3.957-8.828 8.828 0 4.875 3.953 8.828 8.828 8.828 1.631 0.005 3.229-0.448 4.615-1.303 0.349 0.771 1.125 1.303 2.005 1.303 1.219 0 2.203-0.989 2.208-2.204v-13.244c-0.005-1.213-0.989-2.204-2.208-2.204-0.901 0-1.656 0.532-2.005 1.303-1.385-0.855-2.984-1.307-4.615-1.303zM23.172 16.552c2.448 0 4.412 1.969 4.412 4.412 0 2.448-1.964 4.416-4.412 4.416s-4.412-1.968-4.412-4.416c0-2.443 1.969-4.412 4.412-4.412z\"/>\n</svg>\n</li><li title=\"cib feathub \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M11.641 0.016h8.719v9.156h-8.719zM11.641 22.828h8.719v9.156h-8.719zM0.016 11.641h31.969v8.719h-31.969z\"/>\n</svg>\n</li><li title=\"cib fedex \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M29.3 17.425l2.665-2.995h-3.12l-1.085 1.24-1.125-1.24h-5.935v-0.8h2.805v-2.405h-7.56v3.775h-0.025c-0.48-0.55-1.075-0.74-1.77-0.74-1.42 0-2.49 0.97-2.865 2.245-0.9-2.97-4.87-2.88-6.095-0.7v-1.21h-2.74v-1.31h3v-2.055h-5.45v9.22h2.45v-3.875h2.445c-0.075 0.285-0.115 0.59-0.115 0.91 0 3.655 5.13 4.57 6.51 1.185h-2.1c-0.735 1.045-2.29 0.445-2.29-0.73h4.275c0.185 1.525 1.37 2.845 3.005 2.845 0.705 0 1.35-0.345 1.745-0.93h0.025v0.595h10.61l1.105-1.25 1.115 1.25h3.22zM6.965 16.595c0.305-1.315 2.085-1.28 2.325 0zM14.635 19.040c-1.73 0-1.7-3.14 0-3.14 1.63 0 1.725 3.14 0 3.14zM23.025 19.995h-4.72v-8.325h4.75v1.51h-2.805v1.695h2.775v1.405h-2.805v2.235h2.805zM20.73 18.005v-1.22h2.805v-2.2l2.535 2.85-2.535 2.85v-2.28zM27.66 18.52l-1.305 1.475h-1.905l2.28-2.56-2.28-2.56h1.985l1.33 1.465 1.28-1.465h1.925l-2.27 2.55 2.3 2.57h-2.025z\"/>\n</svg>\n</li><li title=\"cib fedora \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16 0c-8.833 0-15.995 7.156-16 15.99v12.38c0.005 2.005 1.63 3.63 3.635 3.63h12.37c8.833-0.005 15.995-7.167 15.995-16 0-8.839-7.161-16-16-16zM22.125 7.438c-0.505 0-0.688-0.099-1.427-0.099-2.188 0-3.958 1.771-3.964 3.958v3.443c0 0.307 0.25 0.563 0.557 0.563h2.604c0.974 0 1.755 0.771 1.755 1.745 0 0.979-0.792 1.75-1.771 1.75h-3.146v3.979c0 1.99-0.792 3.901-2.198 5.313-1.411 1.406-3.323 2.198-5.313 2.198-0.563 0-1.12-0.073-1.656-0.224-0.854-0.224-1.547-0.922-1.547-1.729 0-0.979 0.714-1.693 1.776-1.693 0.505 0 0.687 0.099 1.427 0.099 2.188 0 3.958-1.771 3.964-3.958v-3.443c0-0.313-0.25-0.557-0.557-0.557h-2.604c-0.974 0-1.755-0.776-1.755-1.75 0-0.979 0.792-1.75 1.771-1.75h3.146v-3.979c0-4.146 3.359-7.51 7.51-7.51 0.625 0 1.073 0.073 1.656 0.224 0.849 0.224 1.547 0.922 1.547 1.729 0 0.979-0.714 1.693-1.776 1.693z\"/>\n</svg>\n</li><li title=\"cib feedly \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M18.479 2.651c-1.364-1.391-3.604-1.391-4.968 0l-12.484 12.719c-1.365 1.412-1.365 3.652 0 5.057l8.911 9.079c0.636 0.573 1.464 0.885 2.317 0.885h7.485c0.943 0 1.839-0.38 2.495-1.052l8.739-8.901c1.371-1.411 1.371-3.651 0-5.063zM18.136 25.88l-1.251 1.265c-0.093 0.1-0.219 0.157-0.355 0.157h-1.067c-0.125-0.005-0.24-0.048-0.328-0.131l-1.276-1.292c-0.193-0.203-0.193-0.52 0-0.724l1.785-1.812c0.193-0.204 0.511-0.204 0.709 0l1.781 1.812c0.197 0.204 0.197 0.527 0 0.724zM18.136 18.265l-4.985 5.079c-0.093 0.093-0.224 0.151-0.359 0.145h-1.063c-0.125 0.005-0.245-0.041-0.333-0.12l-1.271-1.296c-0.193-0.199-0.193-0.521 0-0.724l5.52-5.62c0.193-0.199 0.516-0.199 0.709 0l1.781 1.817c0.197 0.199 0.197 0.521 0 0.719zM18.136 10.656l-8.724 8.88c-0.095 0.1-0.219 0.152-0.355 0.152h-1.068c-0.125 0-0.24-0.043-0.333-0.125l-1.271-1.297c-0.192-0.197-0.192-0.52 0-0.719l9.26-9.427c0.193-0.199 0.511-0.199 0.709 0l1.781 1.812c0.197 0.204 0.197 0.527 0 0.724z\"/>\n</svg>\n</li><li title=\"cib fido alliance \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M10.464 10.016c-1.286 0-1.932 1.557-1.021 2.469s2.469 0.271 2.469-1.021c0-0.797-0.646-1.448-1.448-1.448zM6.589 14.073v1.891h2.599v6.391h0.938v-3.635h0.677v3.635h0.948v-8.281zM18.828 14.786h-0.026c-0.385-0.557-1.151-0.938-2.188-0.938-1.984 0-3.729 1.63-3.714 4.427 0 2.578 1.573 4.266 3.547 4.266 1.063 0 2.078-0.479 2.578-1.385l0.156 1.193h2.224v-12.146h-2.578zM18.828 18.656c0 0.214-0.016 0.417-0.042 0.62v-0.021c-0.146 0.708-0.766 1.234-1.505 1.234h-0.021c-1.063 0-1.755-0.88-1.755-2.297 0-1.307 0.594-2.359 1.771-2.359 0.807 0 1.365 0.583 1.521 1.266 0.016 0.12 0.026 0.255 0.026 0.396v0.073zM6.401 11.854l0.635-2.135c-0.167-0.057-0.339-0.099-0.51-0.135h-0.026c-0.365-0.083-0.734-0.125-1.104-0.125-0.49 0-0.979 0.073-1.448 0.214l0.036-0.010c-0.177 0.052-0.344 0.12-0.505 0.203l0.010-0.005c-0.323 0.161-0.62 0.375-0.88 0.63-0.667 0.656-1.005 1.542-1.005 2.635v0.943h-1.604v1.891h1.599v6.391h2.557v-6.391h1.599v-1.885h-1.599v-1c-0.021-0.344 0.089-0.688 0.307-0.953v0.005c0.026-0.031 0.057-0.057 0.083-0.083 0 0 0.552-0.547 1.854-0.188zM27.073 13.849c-2.677 0-4.432 1.719-4.432 4.411s1.854 4.281 4.281 4.281c2.219 0 4.37-1.385 4.37-4.438-0.005-2.495-1.693-4.255-4.219-4.255zM26.99 20.688c-1.109 0-1.698-1.063-1.698-2.495 0-1.224 0.479-2.484 1.698-2.484 1.161 0 1.646 1.25 1.646 2.469 0 1.516-0.641 2.51-1.646 2.51zM29.99 13.016h0.313v0.786h0.182v-0.786h0.313v-0.156h-0.807zM31.734 12.859l-0.245 0.672-0.24-0.672h-0.271v0.943h0.172v-0.76l0.266 0.76h0.151l0.255-0.76v0.76h0.177v-0.943h-0.271z\"/>\n</svg>\n</li><li title=\"cib figma \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16 16c0-7.109 10.667-7.109 10.667 0s-10.667 7.109-10.667 0zM5.333 26.667c0-2.948 2.385-5.333 5.333-5.333h5.333v5.333c0 7.109-10.667 7.109-10.667 0zM16 0v10.667h5.333c7.109 0 7.109-10.667 0-10.667zM5.333 5.333c0 2.948 2.385 5.333 5.333 5.333h5.333v-10.667h-5.333c-2.948 0-5.333 2.385-5.333 5.333zM5.333 16c0 2.948 2.385 5.333 5.333 5.333h5.333v-10.667h-5.333c-2.948 0-5.333 2.385-5.333 5.333z\"/>\n</svg>\n</li><li title=\"cib filezilla \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M32.005 2.479v-1.411c-0.287 0-0.563-0.115-0.76-0.313-0.199-0.197-0.313-0.473-0.313-0.76h-1.411c-0.032 0.593-0.537 1.052-1.125 1.021-0.552-0.027-0.995-0.469-1.021-1.021h-1.416c-0.037 0.593-0.543 1.047-1.136 1.011-0.541-0.036-0.973-0.469-1.005-1.011h-1.411c-0.032 0.593-0.537 1.052-1.131 1.021-0.547-0.027-0.989-0.469-1.021-1.021h-1.411c-0.032 0.593-0.532 1.052-1.125 1.021-0.552-0.027-0.989-0.469-1.021-1.021h-1.411c-0.036 0.593-0.541 1.047-1.136 1.011-0.541-0.036-0.973-0.469-1.011-1.011h-1.411c-0.016 0.593-0.511 1.057-1.099 1.036-0.563-0.020-1.016-0.473-1.037-1.036h-1.411c-0.032 0.593-0.537 1.052-1.131 1.021-0.547-0.027-0.989-0.469-1.016-1.021h-1.411c-0.027 0.593-0.521 1.057-1.109 1.036-0.563-0.020-1.016-0.473-1.037-1.036h-1.411c0 0.287-0.115 0.563-0.313 0.76-0.203 0.199-0.473 0.313-0.76 0.313v1.411c0.593 0.027 1.052 0.521 1.032 1.109-0.016 0.563-0.469 1.016-1.032 1.037v1.411c0.593 0.021 1.052 0.516 1.032 1.109-0.016 0.563-0.469 1.016-1.032 1.037v1.411c0.593 0 1.073 0.48 1.073 1.073 0 0.588-0.48 1.073-1.073 1.073v1.411c0.593 0 1.073 0.48 1.073 1.068 0 0.593-0.48 1.073-1.073 1.073v1.416c0.593 0.021 1.052 0.516 1.032 1.109-0.016 0.563-0.469 1.011-1.032 1.032v1.416c0.593 0 1.073 0.48 1.073 1.068 0 0.593-0.48 1.073-1.073 1.073v1.416c0.593 0.021 1.052 0.516 1.032 1.104-0.016 0.563-0.469 1.021-1.032 1.037v1.411c0.593 0 1.073 0.48 1.073 1.079 0 0.588-0.48 1.068-1.073 1.068v1.416c0.589 0 1.073 0.479 1.073 1.068h1.411c0.037-0.589 0.548-1.041 1.141-1.005 0.541 0.036 0.968 0.464 1.005 1.005h1.411c0.032-0.589 0.537-1.047 1.125-1.016 0.552 0.027 0.995 0.469 1.021 1.016h1.411c0.032-0.589 0.537-1.047 1.125-1.016 0.552 0.027 0.995 0.469 1.021 1.016h1.411c0.027-0.589 0.521-1.052 1.109-1.032 0.563 0.021 1.016 0.475 1.037 1.032h1.411c0.032-0.589 0.537-1.047 1.131-1.016 0.547 0.027 0.989 0.469 1.016 1.016h1.411c0.032-0.589 0.537-1.047 1.131-1.016 0.547 0.027 0.989 0.469 1.016 1.016h1.411c0.032-0.589 0.537-1.047 1.131-1.016 0.552 0.027 0.989 0.469 1.020 1.016h1.412c0.021-0.589 0.516-1.052 1.109-1.032 0.563 0.021 1.016 0.475 1.032 1.032h1.405c0-0.281 0.115-0.557 0.313-0.755 0.197-0.199 0.473-0.313 0.76-0.313v-1.416c-0.593-0.037-1.041-0.543-1.011-1.136 0.036-0.541 0.469-0.973 1.011-1.005v-1.411c-0.593-0.032-1.052-0.537-1.021-1.125 0.027-0.552 0.469-0.995 1.021-1.021v-1.416c-0.593-0.037-1.041-0.547-1.011-1.136 0.036-0.541 0.469-0.973 1.011-1.005v-1.416c-0.593-0.027-1.052-0.532-1.021-1.125 0.027-0.547 0.469-0.989 1.021-1.021v-1.405c-0.593-0.037-1.041-0.548-1.011-1.141 0.036-0.541 0.469-0.973 1.011-1.005v-1.411c-0.593-0.032-1.052-0.537-1.021-1.125 0.027-0.552 0.469-0.995 1.021-1.021v-1.411c-0.593-0.037-1.041-0.547-1.011-1.141 0.036-0.536 0.469-0.968 1.011-1.005v-1.411c-0.593-0.032-1.052-0.537-1.021-1.125 0.027-0.552 0.469-0.989 1.021-1.021zM26.579 15.599l-8.537 8.303c0.771 0.12 1.521 0.296 2.323 0.296 1.953 0 4.199-0.593 5.715-1.219l-0.776 3.661c-2.235 1.073-3.605 1.163-4.939 1.163-1.463 0-2.859-0.48-4.285-0.48-0.808 0-1.969 0.063-2.683 0.537l-1.547-2.74 8.807-8.719h-10.135l-1.933 9.072h-4.228l4.405-20.771h13.989l-0.895 4.193h-9.729l-0.833 3.901h15.968z\"/>\n</svg>\n</li><li title=\"cib firebase \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M5.188 20.896l3.151-20.281c0.104-0.688 1.031-0.844 1.354-0.229l3.391 6.359zM27.578 25.818l-3-18.667c-0.099-0.578-0.807-0.802-1.224-0.391l-18.932 19.057 10.474 5.906c0.656 0.37 1.458 0.37 2.115 0zM19.068 9.531l-2.427-4.646c-0.271-0.516-1.010-0.516-1.281 0l-10.651 19.094z\"/>\n</svg>\n</li><li title=\"cib fitbit \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M17.729 2.432c0 1.303-1.079 2.38-2.38 2.38-1.297 0-2.38-1.077-2.38-2.38 0-1.296 1.083-2.38 2.38-2.38 1.301 0 2.38 1.084 2.38 2.38zM15.349 6.755c-1.401 0-2.485 1.084-2.485 2.491 0 1.405 1.084 2.489 2.491 2.489 1.4 0 2.484-1.084 2.484-2.489 0-1.407-1.099-2.491-2.5-2.491zM15.349 13.464c-1.401 0-2.595 1.187-2.595 2.593s1.193 2.593 2.6 2.593c1.4 0 2.593-1.187 2.593-2.593s-1.193-2.593-2.593-2.593zM15.349 20.271c-1.401 0-2.485 1.084-2.485 2.484 0 1.407 1.084 2.491 2.491 2.491 1.4 0 2.484-1.084 2.484-2.491 0-1.291-1.099-2.484-2.5-2.484zM15.349 27.193c-1.297 0-2.38 1.077-2.38 2.38 0 1.291 1.083 2.375 2.38 2.375 1.301 0 2.38-1.079 2.38-2.38 0-1.297-1.079-2.375-2.38-2.375zM21.948 6.432c-1.516 0-2.812 1.303-2.812 2.813 0 1.509 1.296 2.807 2.812 2.807 1.511 0 2.807-1.297 2.807-2.807 0-1.511-1.296-2.813-2.807-2.813zM21.948 13.136c-1.625 0-2.921 1.296-2.921 2.921 0 1.62 1.301 2.916 2.921 2.916s2.916-1.296 2.916-2.921c0-1.62-1.296-2.916-2.916-2.916zM21.948 19.948c-1.516 0-2.812 1.303-2.812 2.807 0 1.516 1.296 2.813 2.812 2.813 1.511 0 2.807-1.303 2.807-2.813 0-1.509-1.296-2.807-2.807-2.807zM28.755 12.812c-1.728 0-3.239 1.407-3.239 3.245 0 1.729 1.401 3.245 3.239 3.245 1.839 0 3.245-1.423 3.245-3.261-0.109-1.844-1.516-3.239-3.245-3.239zM8.645 7.083c-1.187 0-2.156 0.975-2.156 2.163 0 1.187 0.969 2.161 2.156 2.161 1.193 0 2.161-0.975 2.161-2.161 0-1.188-0.968-2.157-2.161-2.157zM8.645 13.787c-1.296 0-2.271 0.968-2.271 2.271 0 1.297 0.964 2.271 2.261 2.271 1.301 0 2.26-0.973 2.26-2.271 0-1.303-0.979-2.271-2.276-2.271zM8.645 20.593c-1.187 0-2.156 0.975-2.156 2.161 0 1.193 0.969 2.163 2.156 2.163 1.193 0 2.161-0.98 2.161-2.177 0-1.204-0.968-2.161-2.161-2.161zM1.948 14.109c-1.084 0-1.948 0.864-1.948 1.948 0 1.079 0.864 1.943 1.948 1.943 1.079 0 1.943-0.864 1.943-1.943 0-1.084-0.864-1.948-1.943-1.948z\"/>\n</svg>\n</li><li title=\"cib flask \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M9.563 27.542c-1.219-0.964-2.521-1.88-3.406-3.177-1.87-2.281-3.313-4.922-4.297-7.703-0.594-1.802-0.797-3.74-1.563-5.479-0.802-1.255 0.135-2.635 1.516-3.036 0.615-0.12 1.698-0.698 0.391-0.281-1.172 0.854-1.281-0.781-0.083-0.885 0.818-0.109 1.12-0.781 0.839-1.38-0.875-0.573 2.135-1.203 0.62-2.063-1.578-1.703 2.208-2.031 1.276-0.099-0.224 1.49 2.646-0.271 1.979 1.448 0.677 0.823 2.531 0.188 2.484 1.344 0.99 0.068 1.328 0.896 2.25 0.958 0.964 0.438 2.698 0.776 3.026 1.854-0.953 0.755-3.156-1.552-3.26 0.531 0.286 3.078 0.214 6.25 1.339 9.182 0.536 1.776 1.828 3.177 2.995 4.557 1.115 1.359 2.625 2.307 4.167 3.115 1.354 0.635 2.813 1.057 4.286 1.323 0.594-0.458 1.651-2.156 2.583-1.438 0.042 0.802-1.849 1.682-0.089 1.594 1.031-0.313 1.75 0.797 2.604-0.203 0.781 0.927 3.26-0.594 2.703 1.307-0.755 0.484-1.859 0.193-2.615 0.859-1.245-0.62-2.24 0.557-3.62 0.411-1.531 0.271-3.094 0.385-4.646 0.385-2.547-0.203-5.151-0.286-7.578-1.172-1.365-0.401-2.698-1.177-3.901-1.953zM11.714 28.474c1.333 0.573 2.641 1.182 4.104 1.37 2.318 0.318 4.714 0.818 7.042 0.365-1.052-0.479-2.146 0.188-3.193-0.344-1.26 0.271-2.609-0.068-3.891-0.234-1.453-0.646-3.026-1.094-4.391-1.938-1.698-0.62 0.88 0.797 1.344 0.917 1.063 0.604-1.172-0.313-1.484-0.563-0.891-0.5-1.005-0.396-0.089 0.109 0.182 0.109 0.365 0.224 0.557 0.318zM9.177 26.677c1.292 0.479-0.005-0.906-0.599-0.828-0.26-0.453-1-0.745-0.479-0.984-0.943 0.323-0.984-1.24-1.427-1.021-0.995-0.313-0.385-1.422-1.568-2.104-0.109-0.719-1.177-1.344-1.521-2.432-0.151-0.552-1.203-2.151-0.557-0.667 0.552 1.432 1.526 2.656 2.333 3.88 0.63 1.161 1.37 2.38 2.516 3.104 0.385 0.37 0.755 0.938 1.302 1.052zM5.453 22.589c0.042-0.193 0.234 0.422 0 0zM10.724 27.25c0.286-0.125-0.411-0.156 0 0zM11.427 27.51c-0.073-0.354-0.323 0.193 0 0zM12.307 27.875c0.417-0.401-0.646-0.25 0 0zM13.813 28.714c0.255-0.375-0.818-0.141 0 0zM10.922 26.698c0.646-0.422-0.844-0.005 0 0zM11.578 27.026c-0.016-0.224-0.234 0.099 0 0zM14.87 29.083c0.531 0.333 3.094 0.729 1.49 0.135-0.266 0.057-2.974-0.766-1.49-0.135zM9.646 25.010c-0.052-0.224-0.823-0.25 0 0zM11.177 25.901c0.401-0.276-0.828-0.214 0 0zM12.469 26.693c0.573-0.214-0.932-0.219 0 0zM9.021 24.328c0.62 0.479 2.505 0.063 0.953-0.281-0.708-0.38-2.302-0.635-1.219 0.224zM13.339 26.969c0.26-0.443-1.083-0.255 0 0zM12.026 25.922c1.521 0.432-1.276-0.958-0.375-0.156l0.203 0.089zM14.661 27.443c1.437 0.016-1.302-0.198 0 0zM8.469 23.495c-0.057-0.266-0.354 0.026 0 0zM17.094 28.807c0.036-0.484-0.469 0.365 0 0zM10.922 25c-0.089-0.255-0.448-0.010 0 0zM8.604 23.328c0.823-0.047-1.13-0.365 0 0zM5.854 21.552c-0.099-0.396-0.896-0.708 0 0zM13.068 26.135c-0.151-0.177-0.073 0.036 0 0zM17.552 28.885c-0.010-0.26-0.24 0.099 0 0zM12.672 25.724c0.078-0.344-0.708-0.104 0 0zM9.328 23.599c0.609-0.063-0.984-0.411 0 0zM14.984 27.115c0.953-0.38-0.938-0.188 0 0zM12.042 25.12c1.104 0.141-1.313-0.75-0.245-0.078zM15.875 27.479c1.031-0.62 0.693 1.443 1.75 0.172 1.042-0.76-0.901 0.943 0.385 0.135 0.927-0.62 2.302 0.297 3.167 0.594 0.625-0.031 1.234 0.542 1.87 0.193 1.234-0.333-2.406-0.49-1.453-1.078-1.125 0.328-1.958-0.391-2.51-1.115-1.266-0.292-2.724-0.938-3.354-2.057-0.26-0.417 0.37 0.063-0.224-0.625-0.76-0.677-1.141-1.448-1.651-2.271-0.609-0.323-0.682-1.281-0.745-0.031 0.005-0.792-0.74-1.323-0.917-1.099-0.005-0.76 0.792-0.38 0.234-0.943-0.12-0.792-0.516-1.615-0.635-2.505-0.182-0.427-0.026-1.344-0.63-0.375-0.219 1.026-0.073-1.26 0.271-0.505 0.448-0.771-0.161-0.682-0.188-0.573 0.292-0.651 0.188-1.573-0.078-1.224 0.156-0.688 0.25-2.536-0.234-2.208 0.292-0.719 0.552-3.297-0.708-2.313-0.516 0.005-1.401 0.188-1.818 0.396 1.313 0.724-0.135 0.26-0.667 0.146-0.068 0.667-0.599 0.38-1.26 0.385 1.057 0.13-0.516 1.078-1.125 0.714-0.786 0.375 0.682 1.313 0.016 1.604 0.083 0.438-1.203-0.156-1.104 0.854-0.766-0.323-0.104 1.203 0.276 0.688 1.302 0.349 0.917 1.151 0.948 1.917-0.208 0.443-1.042-1.047-0.182-0.979-0.677-1.099-0.75-0.396-1.318 0.115-0.13 0.036 1.443 0.729 0.458 1.073 0.865 0.13 0.891 0.891 1.063 1.37 0.521 0.547 0.417-0.599 1.042 0.057-0.396-0.583-2.089-1.641-0.729-1.302-0.005-0.583-0.245-1.057 0.172-1.042 0.417-0.75-0.432 1.849 0.5 0.896 0.26-0.115 0.323-0.75 0.792 0.057 0.672 0.667 0.24 1.146-0.708 0.536 0.167 0.578 1.271 0.786 1.063 1.688 0.219 0.797 0.526 0.5 0.797 0.458 0.208 0.771 0.328 0.203 0.339-0.167 0.964 0.208 0.734 0.776 1.036 1.177 0.661 0.297-0.948-2.031 0.193-0.703 1.193 1.083 0.448 1.531-0.63 1.359 0.682-0.052 0.901 0.922 1.75 0.885 0.776 0.37 1.302 1.786-0.036 1.198-0.464-0.417-2.104-0.938-0.76-0.141 1.24 0.573 2.219 0.917 3.417 1.635 0.849 0.609 1.224 1.313 1.547 1.448-0.719 0.344-2.167-0.276-1.094-0.464-0.667-0.12-1.422-0.458-0.781 0.375 0.547 0.458 1.932 0.406 2.182 0.458-0.214 0.464-0.573 0.5 0.010 0.536-0.651 0.349 0.208 0.401 0.266 0.599zM14.552 23.734c-0.396-0.417-0.5-1.188-0.073-0.516 0.219 0.089 0.703 1.266 0.073 0.516zM18.87 26.474c0.245-0.010 0.005 0.188 0 0zM13.927 22.719c-0.016-0.62 0.141 0.484 0 0zM13.495 22.146c-0.495-0.958 0.63 0.271 0 0zM8.297 18.552c0.292-0.078 0.141 0.5 0 0zM12.438 20.797c0.177-0.672 0.208 0.568 0 0zM9.51 18.766c-0.203-0.37 0.432 0.349 0 0zM12.021 19.568c-0.469-1.052 0.333-0.573 0.104 0.177zM7.693 16.682c-0.208-0.344-0.557-1.359-0.443-1.667 0.099 0.5 1.068 2.167 0.474 0.688-0.656-1.24 0.786 0.401 0.938 0.714 0.068 0.307-0.406-0.083-0.089 0.635-0.583-0.823-0.344 0.453-0.88-0.37zM6.354 15.76c0.057-0.802 0.307 0.552 0 0zM6.958 15.969c0.286-0.609 0.484 0.844 0 0zM5.51 14.849c-0.5-0.495-0.859-0.953 0.021-0.307 0.344 0.010-0.75-1.036 0.083-0.333 0.88 0.161 0.432 1.443-0.104 0.641zM6.271 14.828c0.292-0.286 0.151 0.281 0 0zM6.74 14.979c-0.438-0.823 0.531 0.344 0 0zM5.807 14.089c-1.448-1.286 1.823 0.677 0.234 0.24zM9.958 16.5c-0.63-0.375-0.167-2.646 0.047-1.094 0.609-0.198-0.036 0.802 0.417 0.792-0.068 0.63-0.271 0.859-0.464 0.302zM11.49 17.406c0.063-0.682 0.13 0.469 0 0zM11.224 17.141c0.068-0.292 0.005 0.344 0 0zM6.094 13.667c-0.932-1.286 2.703 1.297 0.594 0.323-0.219-0.057-0.484-0.078-0.594-0.323zM9.047 15.234c-0.089-1.083 0.198 0.177 0 0zM11.292 16.672c0.172-0.615 0.010 0.406 0 0zM6.234 13.177c0.552-0.12 2.292 0.969 0.693 0.313-0.177-0.198-0.552-0.109-0.693-0.313zM10.979 15.542c0.063-1.104 0.333-0.661 0.005 0.156zM6.646 12.792c0.224-0.328-0.599-1.495 0.12-0.417 0.307 0.245 0.896 0.411 0.375 0.516 0.818 0.719-0.198 0.193-0.495-0.099zM10.745 15.198c0.156-1.26 0.141 0.734 0 0zM6.177 11.63c0.172-0.073 0.089 0.229 0 0zM7.245 12.266c0.276-0.578 0.505 0.646 0 0zM10.26 13.948c0-0.224 0.057 0.318 0 0zM10.089 13.557c-0.417-1.031 0.391 0.547 0 0zM9.828 12.88c-0.068-0.427 0.245 0.536 0 0zM10.25 12.198c-0.286-0.505 0.365-2.229 0.432-1.161-0.302 0.833-0.083 1.302 0.125 0.182 0.391-0.88-0.083 1.74-0.557 0.979zM10.677 9.635c0.125-0.156 0.031 0.182 0 0zM9.964 23.786c-0.172-0.151 0.021 0.094 0 0zM11.443 24.531c0.818 0.214 0.818-0.125 0.073-0.224-0.401-0.375-1.661-0.771-0.531-0.047 0.073 0.188 0.313 0.182 0.453 0.271zM8.521 22.594c0.453 0.339 1.703 0.958 0.641 0.125 0.359-0.411-0.682-0.635-0.339-0.911-0.875-0.542-0.693-0.49-0.073-0.474-1.063-0.474 0.151-0.438 0.094-0.682-0.411-0.078-2.026-0.719-1.073 0.052-0.969-0.49-0.234 0.188-0.526 0.115-0.99-0.271 0.88 0.755-0.156 0.5 0.568 0.448 1.531 1.151 0.24 0.474-0.172 0.245 0.922 0.615 1.193 0.802zM10.068 23.484c1.88 0.604-0.922-0.745 0 0zM17.984 28.281c0.026-0.375-0.255 0.318 0 0zM18.802 28.625c0.432-0.422 0.016 0.667 0.719-0.104 0.005-0.552-0.021-0.88-0.807-0.208-0.219 0.12-0.313 0.63 0.089 0.313zM5.875 20.505c-0.13-0.521-0.932-0.521 0 0zM6.745 21.078c-0.323-0.536-1.151-0.484 0 0zM11.693 24.063c0.484 0.427 2.219 0.313 0.589 0.052-0.245-0.359-1.536-0.271-0.589-0.052zM18.49 28.26c0.745-0.625-0.719 0.276 0 0zM20.036 29.318c0.005-0.198-0.318 0.089 0 0zM20.036 29.042c0.823-0.875-0.797 0.052 0 0zM3.74 18.719c-0.703-1-0.438-1.453-1.115-2.266-0.125-0.63-1.156-2.047-0.531-0.542 0.573 0.875 0.745 2.234 1.646 2.807zM19.781 28.76c1.516-0.974-0.62-0.422 0 0zM20.938 29.214c0.76-0.646-0.479-0.135 0 0zM5.62 19.401c0.219-0.323-0.557-0.042 0 0zM20.693 28.906c0.734-0.474-0.167-0.401-0.13 0.042zM10.734 22.625c-0.026-0.318-0.391 0.026 0 0zM11.349 22.979c-0.198-0.396-0.302 0.063 0 0zM21.875 29.229c0.938-0.682-0.573-0.135-0.198 0.125zM21.516 29.052c0.766-0.641-0.813 0.286 0 0zM23.354 30.276c0.516-0.344-0.625-0.109 0 0zM6.094 19.167c0.688 0.156 2.755 1.698 1.536 0.109-0.625-0.188-0.25-1.714-0.891-1.443 0.427 0.714 0.354 1.021-0.542 0.568-1.13-0.547-0.635 0.276-0.417 0.5-0.297 0.068 0.401 0.26 0.313 0.266zM2.953 16.688c0.12-0.51-1.141-2.807-0.599-1.151 0.198 0.344 0.177 1.005 0.599 1.151zM8.714 20.245c-0.354-0.297-0.016-0.047 0 0zM9.589 20.448c0-0.542-0.964-0.219 0 0zM17.167 25.224c-0.146-0.37-0.573-0.010 0 0zM17.531 25.49c-0.052-0.208-0.208 0.036 0 0zM20.536 27.38c0.286-0.214-0.359-0.026 0 0zM4.521 17.089c0.828-0.323-0.885-0.229 0 0zM16.5 24.635c-0.010-0.536-0.526 0.135 0 0zM4.193 16.328c0.531-0.182-0.49-0.12 0 0zM5.734 17.073c-0.010-0.177-0.161 0.068 0 0zM24.521 28.594c0.682-0.135 2.24 0.349 2.49-0.182-0.828-0.016-2.87-0.583-2.964 0.135l0.182 0.031zM6.224 17.198c0.010-0.542-0.422-0.021 0 0zM2.172 14.385c-0.182-1.031-0.698-0.156 0 0zM3.141 14.63c0.010-0.333-0.885-0.302 0 0zM3.693 14.901c-0.161-0.13-0.125 0.161 0 0zM7.161 17.125c0.167-0.146-0.385-0.109 0 0zM3.323 14.292c-0.094-0.781-1.12-0.12 0 0zM1.344 13.005c-0.026-0.359-0.193 0.135 0 0zM1.635 12.781c-0.047-0.427-0.25 0.052 0 0zM3.266 13.755c0.688-0.271-1.255-0.563-0.141-0.052zM25.042 27.203c0.443-0.401-0.557-0.125 0 0zM27.677 28.568c0.172-0.521-0.448 0.068 0 0zM3.432 12.901c0.073-0.505-0.547 0.099 0 0zM1.115 11.349c-0.125-0.714-0.104-1.964 1.083-1.542-1.589 0.318 1.099 1.974 0.76 0.667 0.667 0.031 1.307-0.396 0.953 0.255 1.318-0.146 2.229-1.286 3.5-1.13 0.99-0.13 2.073-0.229 3.141-0.625 0.875-0.068 1.719-1.010 1.24-1.568-1.198-0.104-2.448 0.047-3.771 0.307-1.464 0.307-2.792 0.885-4.271 1.135-1.443 0.193 0.286 0.531-0.125 0.609-0.75 0.26 0.896 0.438-0.099 0.708-0.609-0.115-1.25-0.328-0.99-0.974-1.38 0.177-2.594 0.755-1.5 2.156zM4.443 9.656c0.323-1.193 1.734 0.979 0.531 0.156-0.146-0.104-0.38-0.193-0.531-0.156zM4.505 9.078c0.464-0.344 0.245 0.193 0 0zM5.099 9.089c0.042-0.547 1.354 0.292 0.214 0.198zM5.906 8.76c0.297-0.344 0.089 0.313 0 0zM6.115 8.625c0.495-0.594 2.797-0.38 1.109-0.057-0.448-0.339-0.797 0.198-1.109 0.057zM9.12 8.161c-0.078-1.62 1.49 0.578 0 0zM9.969 8.156c0.313-0.818 1.208-0.328 0.146-0.167 0.021 0.089-0.031 0.422-0.146 0.167zM3.094 12.484c0.932-0.573-0.984-0.495 0 0zM3.781 12.677c0.328-0.349-0.708-0.146 0 0zM1.755 11.234c0.531-0.406-0.625-0.156 0 0zM29.229 28.422c0.016-0.474-0.406 0.214 0 0zM26.438 26.516c0.078-0.547-0.359 0.047 0 0zM29.995 28.604c0.745 0 2.25-0.229 0.635-0.229-0.255 0.042-1.479 0.031-0.635 0.229zM4.385 12.339c0.604-0.042 0.943-0.661-0.115-0.625-1.641-0.172 1.443 0.557-0.208 0.349-0.224 0.146 0.313 0.318 0.323 0.276zM4.917 12.609c-0.063-0.391-0.188 0.203 0 0zM5.542 10.932c0.266-0.323-0.359-0.089 0 0zM3.542 7.589c1.078-0.365 2.547-0.776 3.052 0.177-0.516-0.62-0.208-1.229 0.281-0.323 0.688 0.922 1.031-0.417 0.583-0.724 0.51 0.635 1.089 0.932 0.344 0.036 0.813-0.974-1.63 0.13-2.188 0.12-0.266 0.12-2.76 0.635-2.068 0.714zM4.172 6.385c0.615-0.464 2.12 0.271 1.151-0.464-0.089-0.078-2.115 0.557-1.151 0.464zM6.406 6.474c0.719 0.021-0.307-0.958 0.547-0.516-0.141-0.458-0.995-0.547-1.417-0.729-0.234 0.422 0.484 1.25 0.87 1.245zM4.568 4.448c0.245-0.333-0.438 0.172 0 0zM5.479 4.667c1.151-0.151-0.297-0.495-0.234-0.010zM3.776 3.333c-0.813-1.063 1.526 0.182 0.703-0.932-0.698-0.552-1.365 0.625-0.703 0.932zM14.208 8.953c0.375-0.661-1.542-0.891-0.25-0.234 0.12 0.042 0.089 0.281 0.25 0.234z\"/>\n</svg>\n</li><li title=\"cib flattr \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M2.541 16c0-7.421 6.037-13.459 13.459-13.459 0.063 0 5.339 0 7.271 0l-3.896 3.907 1.792 1.792 8.036-8.24h-13.203c-8.839 0-16 7.161-16 16v12.443l2.547-2.349v-0.124c-0.005-0.329-0.005-9.876-0.005-9.969zM32 3.557l-2.547 2.349v0.124l0.005 9.969c0 7.421-6.037 13.459-13.459 13.459-0.063 0-5.339 0-7.271 0l3.896-3.907-1.792-1.792-8.036 8.24h13.203c8.839 0 16-7.161 16-16z\"/>\n</svg>\n</li><li title=\"cib flickr \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M0 16c0 4.099 3.323 7.417 7.422 7.417s7.422-3.318 7.422-7.417c0-4.099-3.323-7.417-7.422-7.417-4.094 0-7.422 3.318-7.422 7.417zM17.156 16c0 4.099 3.323 7.417 7.422 7.417 4.083 0 7.422-3.318 7.422-7.417s-3.323-7.417-7.417-7.417c-4.104 0-7.427 3.318-7.427 7.417z\"/>\n</svg>\n</li><li title=\"cib flipboard \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M0 0v32h32v-32zM25.599 12.803h-6.401v6.395h-6.395v6.401h-6.401v-19.197h19.197z\"/>\n</svg>\n</li><li title=\"cib flutter \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M19.083 0l-16.015 16 4.932 4.932 20.912-20.916h-9.808zM19.104 14.76l-8.631 8.609 8.631 8.631h9.828l-8.615-8.625 8.615-8.615z\"/>\n</svg>\n</li><li title=\"cib fnac \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M1.708 20.989h1.907v-5.568h3.344v5.563h1.901v-3.901c0.099-0.661 0.509-1.588 2.004-1.708 0 0 2.167-0.391 2.439 1.708v3.907h1.9v-4.713c-0.437-3.344-4.781-2.317-4.781-2.317-1.025 0.292-1.416 0.735-1.588 0.973v-0.953h-5.249c-0.147-1.828 1.588-1.801 1.588-1.801 1.708-0.052 1.787 1.145 1.787 1.145h1.901c0-2.145-2.735-2.416-2.735-2.416-2.688-0.219-3.609 0.755-3.609 0.755-0.86 0.787-0.833 2.032-0.808 2.323h-1.708v1.417h1.708zM21.208 19.104c-0.484 0.641-1.047 0.833-1.729 0.86-0.588 0.020-1.859 0.145-1.885-0.901-0.020-1.005 1.543-0.959 2.568-1.032 0 0 1.047 0 1.245-0.312 0 0 0.025-0.025 0.025 0 0.021 0.021 0.193 0.823-0.224 1.385zM21.188 14.005c-2.1-0.391-3.324 0-3.344 0-2.052 0.516-2.079 2.297-2.079 2.297h1.953c0 0 0.027-1.391 2.099-1.22 0 0 1.516 0.068 1.589 0.803 0 0 0.484 0.88-1.589 1-2.099 0.125-4.588 0.099-4.317 2.224 0 0-0.052 2.027 3.364 1.979 0 0 1.833 0.048 2.589-0.952v0.020l0.073 0.781h1.905l-0.052-4.197c0.147-2.365-2.192-2.735-2.192-2.735zM30.047 18.719c-0.297 0.656-0.88 1.027-1.932 1.027 0 0-2.365 0.172-2.437-2.177v-0.073c0.072-2.317 2.437-2.172 2.437-2.172 1.079 0 1.64 0.371 1.932 1.032h1.927c-0.020-0.292-0.093-0.573-0.219-0.833-0.463-0.808-1.561-1.735-4.124-1.563-0.709 0.047-1.245 0.12-1.709 0.317-0.853 0.344-2.249 1.292-2.224 3.151v0.219c-0.025 1.855 1.371 2.808 2.224 3.147 0.459 0.192 1.027 0.271 1.709 0.317 1.708 0.093 2.755-0.265 3.416-0.755 0.927-0.735 0.953-1.641 0.953-1.641h-1.953z\"/>\n</svg>\n</li><li title=\"cib foursquare \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M23.635 4.62l-0.714 3.734c-0.083 0.401-0.594 0.828-1.068 0.828h-6.641c-0.75 0-1.286 0.521-1.286 1.26v0.818c0 0.76 0.542 1.281 1.292 1.281h5.641c0.526 0 1.047 0.583 0.927 1.141l-0.714 3.677c-0.068 0.323-0.417 0.844-1.047 0.844h-4.609c-0.839 0-1.089 0.12-1.651 0.802-0.563 0.698-5.609 6.755-5.609 6.755-0.047 0.063-0.099 0.042-0.099-0.021v-21.177c0-0.479 0.417-1.042 1.036-1.042h13.698c0.5 0 0.974 0.474 0.844 1.094zM24.24 19.26c0.193-0.771 2.328-11.714 3.042-15.182zM24.646 0h-17.068c-2.354 0-3.047 1.771-3.047 2.885v27.12c0 1.255 0.672 1.724 1.052 1.875 0.38 0.156 1.427 0.281 2.057-0.438 0 0 8.057-9.354 8.193-9.49 0.219-0.208 0.219-0.208 0.422-0.208h5.219c2.198 0 2.542-1.563 2.781-2.484 0.198-0.755 2.339-11.698 3.036-15.177 0.542-2.646-0.141-4.083-2.641-4.083z\"/>\n</svg>\n</li><li title=\"cib framer \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M5.333 0h21.333v10.667h-10.667zM5.333 10.667h10.667l10.667 10.667h-21.333zM5.333 21.333h10.667v10.667z\"/>\n</svg>\n</li><li title=\"cib freebsd \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M31.636 0.787c1.692 1.692-3.005 9.145-3.803 9.943-0.797 0.792-2.812 0.063-4.511-1.636-1.697-1.692-2.427-3.713-1.629-4.509 0.791-0.792 8.244-5.496 9.943-3.797zM7.849 2.579c-2.595-1.469-6.276-3.105-7.448-1.933-1.188 1.188 0.505 4.959 1.989 7.552 1.323-2.296 3.203-4.233 5.459-5.619zM29.047 10.145c0.24 0.808 0.199 1.475-0.192 1.86-0.901 0.907-3.344-0.057-5.543-2.151-0.156-0.141-0.307-0.281-0.452-0.433-0.797-0.791-1.417-1.64-1.813-2.421-0.771-1.38-0.964-2.599-0.38-3.183 0.317-0.317 0.823-0.405 1.443-0.291 0.407-0.256 0.88-0.543 1.407-0.833-2.199-1.141-4.636-1.74-7.109-1.735-8.505 0-15.396 6.896-15.396 15.396 0 8.505 6.891 15.4 15.396 15.4s15.4-6.895 15.4-15.4c0-2.745-0.724-5.319-1.984-7.552-0.244 0.452-0.505 0.9-0.776 1.343z\"/>\n</svg>\n</li><li title=\"cib freecodecamp \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M31.959 16.421c0 3.333-1.141 6.292-3.469 8.907-0.844 0.975-1.52 1.437-1.979 1.437-0.161 0-0.344-0.047-0.464-0.167-0.125-0.129-0.197-0.296-0.197-0.468 0-0.251 0.296-0.631 0.896-1.183 2.416-2.317 3.635-5.193 3.635-8.609 0-3.797-1.255-6.869-3.755-9.251-0.495-0.452-0.761-0.833-0.761-1.135 0-0.156 0.084-0.339 0.219-0.459 0.141-0.12 0.303-0.197 0.464-0.197 0.557 0 1.401 0.676 2.459 2.036 1.995 2.536 2.995 5.593 2.995 9.125zM0 15.579c0-3.333 1.14-6.292 3.464-8.912 0.848-0.969 1.525-1.432 1.989-1.432 0.156 0 0.339 0.041 0.459 0.167 0.119 0.125 0.197 0.249 0.197 0.416 0 0.251-0.303 0.636-0.901 1.224-2.369 2.328-3.615 5.193-3.615 8.615 0 3.797 1.271 6.88 3.767 9.251 0.504 0.457 0.755 0.843 0.755 1.135 0 0.172-0.079 0.344-0.213 0.469-0.131 0.125-0.297 0.208-0.469 0.208-0.577 0-1.375-0.677-2.437-2.021-2.016-2.495-2.995-5.536-2.995-9.119zM23.599 24.735h-14.645c-0.469 0-0.891-0.38-0.891-0.885 0-0.511 0.38-0.891 0.891-0.891h14.645c0.464 0 0.891 0.38 0.891 0.891-0.011 0.511-0.385 0.885-0.891 0.885zM15.599 12.844c0.261-0.037 0.459 0.817 0.48 1 0.061 0.468-0.095 0.921-0.308 1.333-0.797 1.557-2.635 2.807-2.145 4.771 0.219 0.844 0.656 1.432 2.015 2.156-0.457 0.156-1.099-0.145-1.457-0.401-1.599-1.088-2.615-2.875-2.516-4.828 0.036-0.615 0.156-1.224 0.317-1.823 0.5-1.708 1.521-3.197 2.115-4.859 0.303-0.803 0.521-1.767 0.281-2.605-0.12-0.411-0.339-0.801-0.62-1.135-0.077-0.099-0.536-0.62-0.719-0.557 0.803-0.303 1.521-0.021 2.219 0.396 0.537 0.323 0.959 0.781 1.276 1.301 0.6 0.959 0.839 2.057 0.959 3.172 0.041 0.464-0.016 1.584 0.521 1.803 0.563 0.239 1-0.699 1.12-1.079 0.26-0.859-0.079-1.683-0.417-2.479 0.079 0.161 0.38 0.339 0.516 0.463l0.479 0.459c0.584 0.599 0.943 1.339 1.183 2.136 0.219 0.719 0.317 1.459 0.359 2.177 0.1 1.5-0.239 3.041-0.839 4.416-0.26 0.62-0.599 1.199-1.041 1.699-0.421 0.495-0.995 0.817-1.453 1.276 1.073-1.079 1.652-2.839 1.495-4.177-0.077-0.735-0.317-1.417-0.88-2.095 0 0 0.063 0.48 0.12 0.776 0.099 0.663-0.344 1.36-0.859 1.281-0.381-0.041-0.183-0.859-0.141-1.119 0.141-0.776-0.041-1.537-0.328-2.256-0.276-0.683-0.797-1.219-1.593-1.099z\"/>\n</svg>\n</li><li title=\"cib fur affinity \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M22.427 6.844l-0.344 2.656 3.245 0.958 0.042 2.865 2.974 0.057-0.073 3.005 2.891-0.188c0.005-1.010 0.068-6.724 0.839-9.354zM15.141 24.318c0.073-0.281 0-1.203 0-1.526l-0.063-1.948c-2.698-0.115-5.604 0.427-5.604 2.911 0 0.542 0.229 1.026 0.568 1.401h4.417c0.333-0.188 0.578-0.448 0.682-0.839zM27.188 17.422l0.068-2.995-2.938-0.057-0.047-3.229-3.37-1.151 0.453-3.146h-12.573c-5.094 0-8.781 4.339-8.781 9.089v9.224h5.49c-0.036-0.333-0.047-0.672-0.031-1.005 0.198-4.891 5.599-5.729 9.656-5.609v-1.406c-0.068-1.135-0.99-2.141-3.656-2.141-1.776 0-3.885 0.229-5.25 0.724l0.359-3.182c1.307-0.365 2.776-0.724 5.938-0.724 6.099 0 6.771 2.703 6.724 5.844l-0.031 7.5h3.307v-0.005l0.125 0.005c4.406 0 8.031-3.589 8.484-7.891z\"/>\n</svg>\n</li><li title=\"cib furry network \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M21.214 0c-4.161 0-8.292 0-12.411 0.042 0 0.063-0.083 0.063-0.12 0.104-1.854 0.781-3.521 1.948-4.88 3.427-1.12 1.161-2.031 2.531-2.75 4-0.266 0.505-0.505 1.052-0.734 1.599-0.026 0.109-0.063 0.266-0.172 0.333v8.297c0.068 0.104 0.068 0.266 0.109 0.396 0.714 2.62 2.328 4.896 4.557 6.443 0.042 0.042 0.068 0.12 0.146 0.078-0.036-0.036-0.036-0.078-0.078-0.104-0.318-0.479-0.615-0.922-0.896-1.385-1.349-2.229-1.948-4.833-1.703-7.427 0.255-2.172 1.042-4.245 2.281-6.042 1.385-2.047 3.016-3.917 4.849-5.573 1.297-1.172 2.766-2.146 4.349-2.88 1.844-0.849 3.87-1.208 5.891-1.042 0.938 0.083 1.854 0.229 2.76 0.359l0.255 0.042c0.104 0.042 0.172 0.042 0.281 0.042-0.51-0.214-1.016-0.443-1.521-0.589-0.068-0.026-0.135-0.026-0.214-0.104zM19 0.88c-0.573 0.026-1.12 0.068-1.693 0.172-0.99 0.188-1.922 0.479-2.87 0.776-0.667 0.208-1.307 0.484-1.917 0.823-0.026 0-0.109 0-0.109 0.083h0.068c1.349-0.224 2.703-0.37 4.068-0.443 0.682-0.036 1.411 0 2.094 0.109 1.010 0.146 1.958 0.521 2.828 1.026 2.547 1.443 4.594 3.63 5.865 6.266 1.057 2.276 1.682 4.734 1.839 7.24 0.083 0.87 0.083 1.786 0.042 2.693l-0.109 1.521c-0.036 0.443-0.104 0.88-0.182 1.323-0.068 0.526-0.193 1.052-0.359 1.557-0.526 1.302-1.219 2.526-2.068 3.641-0.656 0.88-1.401 1.682-2.135 2.479-0.104 0.109-0.172 0.172-0.255 0.292 0.083 0 0.083-0.036 0.109-0.036 1.083-0.63 2.115-1.349 3.078-2.146 1.906-1.583 3.375-3.625 4.271-5.938l0.224-0.547h0.042v7.828c0 0.026 0-12.224 0.026-20 0 0.026 0 0.068-0.026 0.094l-0.042-0.12c-0.495-1.307-1.177-2.531-2.026-3.641-1.12-1.453-2.542-2.656-4.161-3.521-2.026-1.083-4.302-1.615-6.599-1.531zM31.839 9.599l0.016-0.026v-7.24 7.266zM14.505 5.161c-0.531-0.057-1.068 0.12-1.583 0.557-0.37 0.328-0.651 0.74-0.828 1.203-0.443 1.063-0.505 2.104-0.292 3.198 0.146 0.839 0.531 1.573 1.224 2.109 0.693 0.583 1.495 0.667 2.214 0.266 0.443-0.266 0.76-0.589 1.016-1.026 0.438-0.76 0.609-1.604 0.609-2.469 0-0.401-0.026-0.771-0.104-1.172-0.099-0.688-0.385-1.333-0.828-1.87-0.359-0.438-0.875-0.724-1.438-0.797zM21.333 6.865c-0.885 0.036-1.719 0.438-2.292 1.109-0.401 0.359-0.615 0.839-0.87 1.307-0.344 0.62-0.521 1.328-0.505 2.036 0 0.51 0.068 0.99 0.281 1.469 0.37 0.865 1.068 1.333 1.917 1.333 0.63 0 1.135-0.214 1.604-0.573 1.109-0.818 1.833-2.057 2-3.427 0.063-0.615 0-1.24-0.229-1.865-0.214-0.536-0.531-1-1.094-1.229-0.255-0.104-0.526-0.156-0.797-0.161zM8.505 10.078c-0.583 0.042-1.12 0.271-1.479 0.802-0.479 0.667-0.625 1.427-0.667 2.188-0.026 0.797 0.161 1.531 0.521 2.224 0.292 0.573 0.682 1.094 1.224 1.469 0.698 0.453 1.563 0.453 2.177 0.026 0.359-0.266 0.615-0.625 0.797-1.026 0.359-0.839 0.427-1.734 0.214-2.656-0.182-0.958-0.677-1.833-1.411-2.479-0.401-0.318-0.828-0.531-1.375-0.531zM24.318 13.599c-0.411-0.016-0.828 0.078-1.198 0.266-1.12 0.526-1.99 1.469-2.411 2.63-0.281 0.667-0.333 1.406-0.146 2.104 0.182 0.667 0.531 1.135 1.198 1.323 0.255 0.063 0.531 0.104 0.802 0.104 0.422 0 0.719-0.042 1.063-0.224 0.708-0.323 1.24-0.802 1.708-1.375 0.771-0.906 1.078-2.115 0.839-3.281-0.094-0.766-0.688-1.375-1.453-1.495-0.13-0.026-0.266-0.042-0.401-0.052zM14.839 15.802c-0.104 0-0.292 0-0.464 0.036-0.698 0.031-1.38 0.214-2 0.536-0.802 0.453-1.469 1.026-2.094 1.677-0.708 0.74-1.333 1.557-1.854 2.443-0.281 0.505-0.469 1.068-0.427 1.641 0.042 0.333 0.042 0.625 0.188 0.906 0.401 0.521 0.932 0.88 1.583 1.026 0.615 0.104 1.229 0.036 1.844-0.042 0.693-0.068 1.333-0.13 2-0.104 1.036 0.063 2 0.396 2.823 1.052 0.323 0.266 0.615 0.547 0.974 0.797 0.682 0.484 1.417 0.698 2.24 0.51 0.698-0.135 1.161-0.573 1.307-1.266 0.135-0.589 0.109-1.135 0.026-1.724-0.109-0.677-0.271-1.344-0.49-2-0.318-1.052-0.766-2.068-1.333-3.010-0.401-0.667-0.88-1.24-1.536-1.682-0.823-0.542-1.797-0.818-2.786-0.797zM0.146 19.521v2.839c0.135 0.172 0.214 0.401 0.292 0.615 0.708 2.042 1.802 3.938 3.214 5.573 1.401 1.536 3.156 2.708 5.109 3.411 0.042 0 0.068 0.042 0.104 0.042h10.682c0.042-0.042 0.042-0.042 0.068-0.042 0.932-0.286 1.823-0.688 2.651-1.198 2.469-1.547 4.438-3.766 5.682-6.401 0.573-1.344 0.865-2.771 0.932-4.266 0.031-0.104 0.031-0.219 0-0.323-0.026 0.031-0.068 0.068-0.068 0.109l-0.292 0.932c-0.5 1.594-1.354 3.052-2.495 4.266-1.068 1.115-2.365 1.979-3.797 2.547-1.271 0.521-2.604 0.734-3.99 0.802-1.010 0.042-1.984 0-2.958-0.068-1.391-0.104-2.771-0.302-4.135-0.589-1.74-0.385-3.417-0.995-5-1.813-1.714-0.896-3.214-2.151-4.401-3.677-0.677-0.828-1.214-1.76-1.599-2.76z\"/>\n</svg>\n</li><li title=\"cib garmin \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M29.355 30.229h-26.709c-1.025 0-1.848-0.516-2.26-1.339-0.516-0.812-0.516-1.855 0-2.672l13.355-23.115c0.511-0.817 1.333-1.333 2.26-1.333 1.027 0 1.849 0.516 2.251 1.333l13.364 23.115c0.516 0.823 0.516 1.855 0 2.672-0.417 0.927-1.24 1.339-2.26 1.339z\"/>\n</svg>\n</li><li title=\"cib gatsby \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16 0.011c-8.901 0-15.989 7.088-15.989 15.989s7.088 15.995 15.989 15.995c8.901 0 15.989-7.093 15.989-15.995s-7.088-15.989-15.989-15.989zM3.484 16.14l12.38 12.376c-6.817 0-12.38-5.563-12.38-12.376zM18.781 28.24l-15.016-15.021c1.251-5.563 6.256-9.735 12.235-9.735 4.011 0.011 7.776 1.917 10.151 5.147l-1.807 1.531c-1.912-2.801-5.089-4.468-8.48-4.453-4.333-0.025-8.197 2.719-9.599 6.819l13.073 13.072c3.197-1.115 5.703-3.896 6.396-7.235h-5.423v-2.364h8.204c0 5.979-4.172 10.989-9.735 12.24z\"/>\n</svg>\n</li><li title=\"cib gauges \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16.802 16.849l-1.5-0.073c-1.26-0.042-1.599-0.109-1.599-0.578 0-0.182 0.135-0.427 0.406-0.563 0.219 0.047 0.448 0.073 0.677 0.073 3.219 0 4.839-1.563 4.839-3.974 0-0.401-0.099-0.76-0.302-0.979h1.281v-2.682h-3.802c-0.63-0.151-1.193-0.266-1.953-0.266-3.391 0-5.073 1.964-5.073 4.24 0 1.427 0.672 2.453 1.677 2.99-0.776 0.313-1.359 1.161-1.359 2.052 0 0.781 0.427 1.406 1.078 1.719-0.854 0.448-1.62 1.536-1.62 2.583 0 2.214 1.802 3.302 4.854 3.302 3.828 0 6.26-2.141 6.26-4.547h-0.026c0-2.229-1.438-3.214-3.839-3.297zM14.849 10.474c1.193 0 1.792 0.641 1.792 1.589s-0.667 1.521-1.766 1.521c-1.193 0-1.792-0.594-1.792-1.563 0-0.906 0.646-1.547 1.766-1.547zM17.526 20.547c0 0.839-0.813 1.484-2.427 1.484-1.255 0-2-0.542-2-1.339 0-0.469 0.302-0.943 0.802-1.328 0.12 0.021 0.302 0 0.443 0.021l1.797 0.042c1.063 0.042 1.443 0.516 1.443 1.12zM23.516 14.474c-1.318 0-2.432 1.115-2.432 2.458 0 1.349 1.115 2.432 2.432 2.432 1.349 0 2.464-1.083 2.464-2.432 0-1.344-1.12-2.458-2.464-2.458zM16 0c-8.839 0-16 7.161-16 16s7.161 16 16 16c8.839 0 16-7.161 16-16s-7.161-16-16-16zM16 29.781c-7.609 0-13.781-6.172-13.781-13.781s6.172-13.781 13.781-13.781c7.609 0 13.781 6.172 13.781 13.781s-6.172 13.781-13.781 13.781z\"/>\n</svg>\n</li><li title=\"cib genius \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M17.197 1.645c-0.484 0-0.963 0.016-1.443 0.027-0.291-0.041-0.495 0.297-0.468 0.552-0.047 1.349 0.031 2.697-0.021 4.047-0.052 1.125-0.739 2.131-1.629 2.776-0.667 0.459-1.496 0.579-2.229 0.88 0.161 1.043 0.577 2.079 1.405 2.761 1.589 1.405 4.303 1.151 5.563-0.568 1.261-1.427 0.604-3.427 0.803-5.136 0.385-0.64 1.249-0.177 1.755-0.656-0.453-1.667-1.077-3.369-2.296-4.631-0.48-0.036-0.959-0.057-1.443-0.052zM3.303 1.656c-2.595 2.333-3.819 6.073-3.1 9.489 0.516 2.74 2.245 5.193 4.604 6.667 0.177-0.307 0.308-0.635 0.12-0.973-1.271-3.756-0.187-8.161 2.647-10.921 0.020-1.313 0.057-2.636-0.005-3.948l-0.251-0.287c-1.339-0.068-2.677 0-4.011-0.027zM27.14 1.729l-0.271 0.473c0.355 1.251 0.803 2.485 0.959 3.776 0.776 4.729-0.536 9.756-3.484 13.521-2.423 3.14-5.923 5.432-9.776 6.364-3.547 0.881-7.355 0.6-10.756-0.724-0.088 0.105-0.276 0.319-0.364 0.428 3.552 3.505 8.724 5.292 13.677 4.661 4.099-0.437 7.995-2.484 10.697-5.593 2.579-2.917 4.109-6.761 4.167-10.657 0.161-4.509-1.609-9.093-4.849-12.249z\"/>\n</svg>\n</li><li title=\"cib gentoo \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M13.276 0.131c-0.563 0-1.12 0.052-1.667 0.151-5.745 1.052-9.792 6.025-10.136 9.303-0.167 1.604 0.704 2.807 1.177 3.337 1.297 1.439 3.871 2.532 5.527 3.443-2.396 2.037-3.495 3.037-4.573 4.167-1.62 1.704-2.755 3.568-2.76 4.907 0 0.432-0.073 1.808 0.489 2.896 0.208 0.407 0.812 1.771 2.62 2.792 1.156 0.651 2.801 0.891 4.411 0.661 4.991-0.713 11.672-4.943 16.439-8.885 3.041-2.511 5.26-4.943 5.9-6.141 0.516-0.968 0.579-2.703 0.276-3.791-0.853-3.089-7.785-9.423-13.452-11.969-1.344-0.588-2.792-0.885-4.251-0.869zM13.265 0.219c1.532-0.016 3.047 0.323 4.423 1 4.577 2.251 12.312 8.573 12.88 11.751 0.708 3.932-13.136 14.572-21.552 16.233-3.271 0.641-6.052 0.819-7.323-2.635-1.105-2.989 1.031-5.177 4.176-8.052 1.308-1.193 2.349-2.089 3.917-3.412 0.083-0.088-7.547-2.719-7.792-5.74-0.249-3.109 4.667-8.837 10.959-9.135 0.104-0.005 0.208-0.011 0.312-0.011zM13.12 0.907c-0.224 0.005-0.448 0.015-0.672 0.041-3.093 0.323-3.683 0.724-6.484 2.844-0.937 0.708-2.667 2.437-3.109 4.489-0.167 0.781 0.031 1.453 0.593 1.927 1.797 1.511 4.812 2.74 7.287 3.928 0.724 0.348 0.244 0.979-0.923 1.989-2.948 2.552-6.932 5.656-7.213 8.020-0.129 1.115 0.256 2.631 1.604 3.407 1.584 0.907 4.865 0.317 7.057-0.5 3.204-1.192 7.412-3.823 10.751-6.412 3.468-2.692 6.697-6.109 6.859-6.667 0.199-0.681 0.177-1.317-0.203-2.041-0.593-1.14-1.385-1.989-2.24-2.937-2.291-2.411-4.713-4.536-7.609-6.161-1.9-1.063-3.588-1.959-5.697-1.927zM14.536 5.697c0.724 0 1.557 0.229 2.453 0.663 2.235 1.077 4.527 3.916-0.020 5.547-1.235 0.448-5.157-1.089-5.037-3.183 0.115-2.079 1.131-3.027 2.604-3.027zM14.917 7.505c-0.423 0-0.761 0.104-0.923 0.349-0.735 1.14-0.396 1.948 0.287 2.463 0.249-0.604 2.849 0.057 2.839 0.625 0.025-0.016 0.052-0.025 0.073-0.041 2.255-1.699-0.625-3.385-2.276-3.396z\"/>\n</svg>\n</li><li title=\"cib geocaching \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M17.651 0.005v3.093c1.724 0.213 3.923 0.828 5.975 2.396l-1.584 2.141-0.020-0.016c0 0-1.641-1.407-4.36-1.844v8.563h8.437c-0.161-1.219-0.577-2.683-1.536-4.161l2.26-1.5c0 0 1.677 2.281 2.037 5.661h3.14v-14.339h-14.349zM23.432 30.943l-0.796 0.131-1.745-10.729 0.469-0.073 8.739-0.020-7.541 5.416 0.844 5.271h0.031zM17.651 17.651v14.349h14.344v-14.344zM8.604 26.656l1.584-2.14h0.020c0 0 1.552 1.317 4.141 1.791v-8.656h-8.229c0.145 1.245 0.563 2.765 1.568 4.313l-2.251 1.495c0 0-1.724-2.349-2.036-5.808h-3.401v14.344h14.349v-2.973c-1.688-0.24-3.781-0.865-5.745-2.36zM6.636 2.625c-0.224 0-0.412 0.14-0.412 0.312s0.188 0.308 0.412 0.308c0.228 0 0.411-0.141 0.411-0.308 0-0.172-0.187-0.312-0.411-0.312zM6.677 3.479c-0.672 0-1.208-0.541-1.208-1.197 0-0.661 0.536-1.199 1.208-1.199 0.667 0 1.203 0.543 1.203 1.204 0 0.656-0.536 1.192-1.197 1.192zM4.896 3.563l-1.385 0.697c-0.125-0.151-0.219-0.276-0.317-0.411l-1.751 0.651-0.364-0.579 4.312-0.895-0.823 0.307c0.104 0.083 0.192 0.145 0.323 0.229zM2.235 1.021c0.505 0.765 1.099 1.395 1.864 1.973l-1.339 0.24c-0.5-0.713-0.943-1.412-1.344-2.265l0.813 0.047zM0 0v14.344h3.208c-0.135-1.308-0.281-5.073 1.975-8.193 0 0-0.5-0.479-1.172-1.271l-1.469 1.26-0.635-0.541 3.823-2.177-0.448 0.381c0.536 0.323 1.079 0.561 1.62 0.739 0 0 1.859-1.036 3.697-3.536l0.437 0.021c-0.339 1.119-1.4 3.036-3.057 4.577 0 0 4.396 1.923 5.396 5.183-0.276-0.161-1.859-0.5-2.635-0.323-0.141-0.219-1.62-3.24-3.865-3.199 0 0-0.5 0.599-0.973 2.161-0.423 1.38-0.245 4.276-0.183 4.959h8.599v-14.385z\"/>\n</svg>\n</li><li title=\"cib gerrit \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16.865 3.573l-0.328-0.359c0.005-0.005 0.385-0.354 0.552-0.542 0.161-0.198 0.453-0.646 0.458-0.651l0.406 0.26c-0.021 0.021-0.313 0.479-0.5 0.698s-0.573 0.573-0.589 0.594zM18.969 17.698c-0.016-0.005-0.323-0.203-0.49-0.292-0.156-0.078-0.427-0.198-0.563-0.255l0.286-0.818-1.198-0.589-0.38 1.161c-0.234 0.005-0.953 0.068-2.016 0.516-1.281 0.536-2.25 1.37-2.26 1.375l-0.193 0.167 0.859 0.031 0.026-0.021c0.005-0.010 0.958-0.714 1.49-0.943 0.12-0.047 0.276-0.099 0.443-0.135-0.281 0.135-0.589 0.302-0.802 0.422-0.266 0.161-0.76 0.51-0.781 0.526l-0.25 0.172 0.911 0.021 0.026-0.010c0.016-0.010 1.552-0.833 2.385-1.016l0.26-0.063c0.193-0.047 0.328-0.083 0.563-0.083 0.208 0 0.49 0.026 0.917 0.094 0.531 0.078 0.88 0.208 0.885 0.214l0.318 0.125-0.427-0.583-0.016-0.010zM6.995 7.969h-0.042l-1.339 1.224v0.036c-0.021 0.354 0.104 0.693 0.344 0.958 0.24 0.26 0.557 0.411 0.911 0.422h0.057c0.708 0 1.286-0.547 1.323-1.25 0.031-0.729-0.531-1.349-1.255-1.391zM6.932 10.411h-0.052c-0.156-0.005-0.307-0.042-0.443-0.115 0.063 0.010 0.13 0.016 0.198 0.005 0.38-0.047 0.641-0.391 0.599-0.771-0.047-0.37-0.391-0.635-0.771-0.589-0.349 0.047-0.609 0.359-0.594 0.708-0.042-0.12-0.057-0.245-0.057-0.37l1.214-1.115c0.594 0.057 1.052 0.578 1.026 1.177-0.031 0.604-0.521 1.068-1.125 1.068zM19.37 5.443l-0.391-0.26-0.547 0.354-0.526-0.38-0.401 0.24 0.542 0.391-0.557 0.359 0.396 0.24 0.536-0.339 0.516 0.375 0.411-0.229-0.542-0.391zM32 26.031c-0.286-0.276-0.557-0.552-0.839-0.833-0.641-0.651-1.276-1.313-1.891-1.984-0.729-0.797-1.443-1.609-2.109-2.458-0.302-0.375-0.589-0.771-0.859-1.172-0.339-0.516-0.625-1.063-0.891-1.62-0.281-0.594-0.531-1.203-0.771-1.807 0.323 0.276 0.62 0.589 0.885 0.922 0.026-0.286 0.057-0.573 0.078-0.865l0.031-0.427c0-0.047 0.016-0.089-0.010-0.13-0.021-0.036-0.042-0.068-0.073-0.099-0.156-0.198-0.349-0.375-0.536-0.552-0.255-0.24-0.521-0.479-0.781-0.708l-0.24-0.208c-0.036-0.036-0.078-0.068-0.115-0.099-0.042-0.042-0.057-0.13-0.073-0.182l-0.208-0.641c0.813 0.38 1.479 0.99 2.104 1.62 0.005-0.292 0.005-0.578 0-0.87 0-0.151 0-0.302-0.010-0.458 0-0.042 0.010-0.135-0.021-0.172-0.016-0.026-0.042-0.047-0.057-0.073-0.146-0.156-0.313-0.286-0.474-0.417-0.229-0.193-0.469-0.37-0.703-0.547-0.208-0.156-0.422-0.307-0.635-0.458-0.026-0.021-0.104-0.052-0.089-0.078l0.052-0.109c0.031-0.047 0.021-0.057 0.073-0.036l0.229 0.078c0.536 0.208 1.036 0.49 1.521 0.813-0.161-0.604-0.411-1.182-0.698-1.729-0.521-1.016-1.193-1.958-1.953-2.807-0.505-0.568-1.047-1.099-1.625-1.594-0.297-0.25-0.609-0.49-0.932-0.708-0.151-0.099-0.297-0.198-0.458-0.292-0.068-0.036-0.141-0.073-0.203-0.125-0.24-0.188-0.484-0.375-0.729-0.568 0.318 0.13 0.625 0.276 0.917 0.448-0.167-0.26-0.453-0.443-0.724-0.578-0.411-0.214-0.854-0.37-1.292-0.505 0.151-0.161 0.313-0.307 0.464-0.464 0.151-0.161 0.297-0.328 0.438-0.5 0.172-0.198 0.339-0.396 0.5-0.604l-2.182-1.37c-0.161 0.323-0.37 0.63-0.609 0.906-0.24 0.271-0.521 0.49-0.802 0.719-0.25 0.208-0.505 0.417-0.75 0.625-0.068 0.057-0.125 0.115-0.198 0.161-0.031 0.031-0.125 0.005-0.167 0.005h-0.318c-0.396 0.010-0.792 0.042-1.188 0.094-0.078 0.005-0.151 0.016-0.234 0.010l-0.234-0.016c-0.182-0.010-0.365-0.021-0.547-0.021-0.385-0.005-0.771 0-1.161 0.031-0.323 0.031-0.651 0.073-0.969 0.151-0.318 0.073-0.615 0.229-0.88 0.417-0.26 0.188-0.516 0.427-0.672 0.708-0.156 0.276-0.229 0.604-0.286 0.917-0.177 0.016-0.354 0.016-0.531 0.021-0.188 0.010-0.37 0.026-0.557 0.052-0.359 0.052-0.714 0.13-1.057 0.24-0.661 0.208-1.26 0.542-1.781 1-0.26 0.24-0.505 0.505-0.719 0.797-0.026 0.031-0.052 0.068-0.083 0.089-0.016 0.010-0.036 0.021-0.047 0.036-0.021 0.036-0.042 0.068-0.068 0.099l-0.177 0.286c-0.224 0.38-0.37 0.792-0.51 1.208l-0.063 0.161 0.047-0.026c-0.016 0.089-0.026 0.177-0.036 0.271l-0.010 0.135v0.073l-0.089 0.016c-0.177 0.036-0.359 0.083-0.531 0.135-0.161 0.052-0.313 0.115-0.448 0.203-0.141 0.083-0.26 0.203-0.38 0.318-0.427 0.411-0.75 0.927-0.917 1.5-0.135 0.469-0.182 0.984-0.078 1.458 0.026 0.12 0.063 0.25 0.141 0.349 0.099 0.12 0.266 0.167 0.417 0.125 0.177-0.047 0.333-0.161 0.495-0.245l0.422-0.214c0.604-0.297 1.24-0.594 1.917-0.698 0.047-0.005 0.13 0.089 0.172 0.12 0.068 0.052 0.135 0.099 0.198 0.141 0.146 0.094 0.297 0.172 0.448 0.24 0.349 0.151 0.719 0.234 1.089 0.307 0.672 0.141 1.354 0.229 2.042 0.24 0.276 0.005 0.552 0 0.833-0.021 0.297-0.026 0.599-0.068 0.901-0.068 0.333-0.005 0.661 0.031 0.99 0.073 0.339 0.042 0.677 0.089 1.016 0.141 0.693 0.104 1.375 0.224 2.057 0.37-0.151 0.24-0.302 0.484-0.448 0.729-0.010 0.016-0.099 0-0.12 0-0.052-0.005-0.115-0.005-0.167 0-0.099 0-0.203 0.010-0.302 0.026-0.281 0.036-0.557 0.109-0.818 0.203-0.656 0.245-1.255 0.646-1.771 1.115-0.297 0.26-0.573 0.542-0.813 0.854-0.063 0.083-0.125 0.172-0.182 0.255 0.135-0.031 0.281-0.057 0.422-0.094 0.083-0.021 0.156-0.036 0.234-0.052 0.026-0.010 0.036-0.021 0.068-0.036 0.292-0.271 0.599-0.521 0.922-0.75 0.151-0.104 0.302-0.203 0.469-0.286 0.219-0.109 0.469-0.172 0.708-0.229-0.438 0.24-0.906 0.464-1.302 0.776-0.229 0.188-0.438 0.391-0.656 0.589l0.875-0.141c0.010 0 0.016-0.005 0.031-0.016l0.224-0.125c0.151-0.083 0.307-0.167 0.464-0.245 0.318-0.167 0.641-0.323 0.974-0.453 0.318-0.125 0.641-0.24 0.979-0.302 0.292-0.063 0.568-0.068 0.865 0 0.453 0.099 0.891 0.307 1.292 0.552 0.026 0.021 0.047 0.047 0.073 0.021 0.021-0.021 0.13-0.099 0.12-0.125l-0.24-0.443c-0.021-0.042-0.031-0.068-0.068-0.089l-0.177-0.104c-0.234-0.141-0.464-0.281-0.677-0.443-0.052-0.031-0.104-0.052-0.109-0.12-0.010-0.057 0.016-0.12 0.036-0.177 0.042-0.12 0.104-0.229 0.172-0.333 0.047-0.078 0.099-0.146 0.146-0.219 0.021-0.026 0.016-0.031 0.042-0.021l0.161 0.047c0.313 0.104 0.625 0.214 0.948 0.292 0.359 0.094 0.724 0.167 1.094 0.234l0.063 0.016c-0.073-0.042-0.12-0.12-0.177-0.182-0.031-0.042-0.047-0.068-0.099-0.078l-0.141-0.031c-0.099-0.021-0.193-0.036-0.297-0.063-0.349-0.078-0.703-0.161-1.036-0.281-0.5-0.172-1.010-0.307-1.526-0.427-0.651-0.141-1.302-0.26-1.953-0.365-0.333-0.057-0.667-0.099-1-0.146-0.328-0.047-0.661-0.094-0.995-0.12-0.719-0.042-1.432 0.12-2.156 0.109-0.484-0.005-0.979-0.073-1.458-0.141l-0.094-0.010c0.339-0.125 0.667-0.25 1-0.38 0.318-0.125 0.63-0.255 0.943-0.385 0.167-0.068 0.333-0.141 0.495-0.208 0.151-0.068 0.302-0.135 0.438-0.229 0.547-0.37 0.901-0.969 1.302-1.479 0.365-0.479 0.781-0.932 1.318-1.208 0.172-0.089 0.349-0.156 0.536-0.208-0.38-0.583-0.734-1.24-0.833-1.938 0.042 0.016 0.083 0.031 0.125 0.047 0.047 0.016 0.089 0.021 0.099 0.063l0.036 0.177c0.036 0.12 0.073 0.234 0.115 0.349 0.099 0.255 0.214 0.5 0.349 0.734 0.292 0.531 0.646 1.021 1.021 1.495 0.719 0.917 1.526 1.74 2.313 2.589 0.193 0.208 0.37 0.432 0.547 0.656 0.203 0.25 0.406 0.5 0.609 0.745 0.161 0.188 0.313 0.38 0.474 0.568l0.125 0.151c0.021 0.026 0.052 0.036 0.083 0.047 0.807 0.401 1.62 0.802 2.427 1.193 0.583 0.281 1.161 0.563 1.75 0.833 0.313 0.146 0.625 0.292 0.948 0.427 0.036 0.016 0.083 0.036 0.13 0.052 0.021 0.010 0.036 0.021 0.063 0.031l0.021 0.063c0.036 0.099 0.068 0.193 0.099 0.292 0.068 0.188 0.13 0.37 0.198 0.552 0.443 1.219 0.927 2.422 1.526 3.568 0.464 0.875 0.953 1.734 1.453 2.589 0.536 0.906 1.083 1.802 1.635 2.698 0.443 0.714 0.885 1.432 1.344 2.141 0.193 0.302 0.385 0.615 0.583 0.917l0.083 0.125 1.292-1.896c0.010-0.010 0.109-0.135 0.099-0.146l-0.208-0.323c-0.385-0.599-0.776-1.198-1.161-1.797l-1.245-1.932 0.875 1.063 1.49 1.802c0.161 0.193 0.313 0.385 0.469 0.583 0.292-0.536 0.589-1.068 0.885-1.599 0.115-0.219 0.234-0.443 0.354-0.656zM16.172 2.552c0.411-0.328 0.75-0.75 1.010-1.208l1.573 0.995 0.24 0.146c-0.328 0.401-0.661 0.807-1.036 1.167-0.047 0.042-0.099 0.089-0.141 0.135-0.026 0.036-0.063 0.068-0.094 0.099l-0.042 0.052c-0.031-0.010-0.063-0.021-0.094-0.026-0.193-0.052-0.385-0.104-0.578-0.146-0.391-0.089-0.786-0.156-1.182-0.203-0.255-0.031-0.516-0.052-0.771-0.078 0.365-0.313 0.74-0.625 1.115-0.932zM13.833 4.38c0.313-0.13 0.646-0.198 0.974-0.255 0.656-0.109 1.328-0.125 1.984-0.052 0.474 0.052 0.938 0.141 1.391 0.281l-0.188 0.151-0.302-0.083c-0.188-0.036-0.375-0.078-0.563-0.109-0.328-0.047-0.661-0.078-1-0.083-0.615-0.010-1.234 0.057-1.828 0.208-0.401 0.104-0.802 0.255-1.172 0.443-0.38 0.208-0.74 0.464-1.036 0.776-0.182 0.188-0.344 0.385-0.479 0.609-0.078 0.12-0.141 0.24-0.203 0.365-0.031 0.063-0.057 0.13-0.078 0.193l-0.042 0.099c-0.005 0.021-0.010 0.036-0.016 0.052l-0.089-0.016-0.109-0.010c0.313-0.964 1.016-1.719 1.891-2.203 0.276-0.151 0.568-0.286 0.865-0.37zM8.594 4.875c0.354-0.51 0.917-0.865 1.521-0.995 0.667-0.13 1.354-0.156 2.031-0.141-0.698 0.177-1.401 0.438-1.984 0.87-0.453 0.099-0.885 0.318-1.245 0.609-0.12 0.099-0.224 0.203-0.328 0.318-0.047 0.047-0.089 0.099-0.13 0.156-0.016 0.016-0.036 0.036-0.047 0.063h-0.115c0.031-0.177 0.073-0.359 0.13-0.531 0.042-0.12 0.089-0.24 0.161-0.349zM9.766 4.953c-0.193 0.188-0.359 0.401-0.521 0.625-0.063 0.089-0.13 0.203-0.24 0.25-0.115 0.052-0.26-0.005-0.375-0.036 0.297-0.375 0.693-0.661 1.135-0.839zM3.078 8.781c0.104-0.214 0.24-0.422 0.365-0.62 0.021-0.036 0.073-0.063 0.099-0.083 0.068-0.047 0.13-0.094 0.193-0.146 0.411-0.297 0.828-0.594 1.25-0.87 0.224-0.146 0.443-0.286 0.672-0.411 0.24-0.135 0.49-0.24 0.75-0.328 0.464-0.146 0.943-0.25 1.427-0.323 0.229-0.031 0.479-0.078 0.708-0.021-0.443 0.25-0.88 0.5-1.323 0.745-0.453 0.255-0.917 0.49-1.38 0.734-0.443 0.24-0.88 0.5-1.307 0.771-0.448 0.276-0.891 0.557-1.333 0.839-0.109 0.068-0.214 0.141-0.323 0.208 0.063-0.167 0.12-0.339 0.203-0.495zM4.422 12.854c-0.036 0.073-0.177 0.057-0.25 0.057-0.125 0-0.245 0-0.37 0.005-0.344 0.021-0.682 0.083-1.010 0.188-0.635 0.193-1.229 0.5-1.823 0.802-0.13 0.073-0.271 0.182-0.422 0.219-0.078 0.021-0.172-0.010-0.219-0.083-0.047-0.083-0.073-0.177-0.083-0.266-0.036-0.161-0.047-0.328-0.047-0.49 0-0.443 0.104-0.88 0.286-1.281 0.13-0.281 0.297-0.536 0.495-0.766 0.203-0.234 0.438-0.469 0.719-0.599 0.474-0.219 1.036-0.286 1.552-0.313 0.099-0.010 0.193-0.010 0.292-0.010 0.13 0 0.286-0.021 0.411 0.026 0.099 0.036 0.161 0.141 0.203 0.229 0.057 0.141 0.099 0.302 0.13 0.448 0.083 0.349 0.167 0.698 0.193 1.057 0.016 0.156 0.026 0.318 0.005 0.474-0.010 0.099-0.016 0.208-0.063 0.302zM8.193 10.219c-0.26 0.167-0.536 0.292-0.823 0.401-0.286 0.099-0.578 0.193-0.88 0.24-0.13 0.016-0.26 0.036-0.391 0.026-0.135 0-0.255-0.047-0.391-0.089-0.26-0.083-0.521-0.172-0.76-0.307-0.083-0.052-0.177-0.115-0.229-0.203-0.042-0.068-0.042-0.151-0.031-0.229 0.016-0.307 0.125-0.609 0.271-0.88 0.25-0.458 0.641-0.818 1.12-1.036 1.172-0.526 2.484-0.036 3.479 0.656l0.109 0.078c-0.208 0.224-0.417 0.432-0.63 0.641-0.266 0.25-0.542 0.505-0.849 0.703zM11.078 7.651c-0.63-0.271-1.234-0.609-1.807-0.984 0.599 0.25 1.245 0.401 1.885 0.495 0.344 0.047 0.698 0.094 1.042 0.104 0.375 0.016 0.755-0.026 1.12-0.099 0.729-0.135 1.427-0.406 2.089-0.734s1.286-0.714 1.885-1.146c0.286-0.203 0.573-0.417 0.844-0.646 0.026-0.021 0.229-0.219 0.245-0.208l0.052 0.042 0.719 0.557c0.438 0.339 0.875 0.677 1.318 1.016-1.208 0.432-2.438 0.839-3.672 1.203-0.693 0.208-1.38 0.401-2.083 0.563-0.552 0.13-1.115 0.25-1.677 0.276-0.677 0.031-1.339-0.177-1.958-0.438zM22.875 12.906c0.104 0.026 0.198 0.063 0.286 0.089l0.13 0.047c0.021 0.005 0.036 0.021 0.057 0.026l0.026 0.078c0.063 0.198 0.12 0.385 0.188 0.578-0.198-0.172-0.401-0.339-0.599-0.505l-0.12-0.099c-0.031-0.021-0.063-0.031-0.042-0.063l0.078-0.151zM21.984 14.828l0.047-0.083 0.036-0.057c0.016-0.026 0.010-0.031 0.042-0.016 0.172 0.068 0.344 0.146 0.51 0.224 0.323 0.146 0.635 0.307 0.938 0.484 0.146 0.089 0.292 0.182 0.432 0.276l0.198 0.141 0.099 0.073c0.042 0.036 0.057 0.083 0.078 0.135 0.135 0.375 0.292 0.755 0.448 1.125 0.104 0.255 0.219 0.505 0.333 0.755-0.391-0.495-0.828-0.953-1.276-1.391-0.464-0.464-0.943-0.896-1.438-1.307l-0.432-0.354zM26.995 23.396l-0.161 0.12 0.010 0.021 0.083 0.125 0.365 0.557 1.203 1.87c0.417 0.641 0.828 1.286 1.245 1.927l0.411 0.641 0.109 0.177c0.005 0.005 0.042 0.052 0.042 0.063-0.349 0.51-0.698 1.026-1.047 1.536-0.036 0.047-0.068 0.099-0.099 0.146-0.318-0.495-0.635-0.99-0.953-1.49-0.531-0.844-1.057-1.703-1.578-2.552-0.578-0.948-1.141-1.891-1.688-2.854-0.51-0.901-1-1.818-1.411-2.771-0.401-0.927-0.75-1.875-1.078-2.828 0.646 0.26 1.307 0.49 1.974 0.698 0.193 0.057 0.385 0.12 0.578 0.167l0.083 0.026c0.010 0 0.021-0.052 0.026-0.068 0.026-0.083 0.042-0.172 0.063-0.26 0.036-0.167 0.068-0.339 0.094-0.505 0.276 0.568 0.583 1.125 0.938 1.646 0.286 0.422 0.594 0.828 0.917 1.229 0.693 0.875 1.427 1.708 2.188 2.531 0.62 0.656 1.245 1.313 1.88 1.953l0.516 0.516c0.010 0.010 0.052 0.042 0.052 0.057l-0.042 0.068-0.198 0.37-0.786 1.422c-0.24-0.292-0.479-0.578-0.719-0.875l-1.5-1.818c-0.422-0.516-0.849-1.031-1.271-1.547l-0.25-0.297z\"/>\n</svg>\n</li><li title=\"cib gg \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M11.2 14.4l6.4 6.4-6.4 6.4-11.2-11.2 11.2-11.2 2.8 2.8-1.6 1.6-1.2-1.2-8 8 8 8 3.219-3.219-4.819-4.781zM20.8 4.8l-6.4 6.4 6.4 6.4 1.6-1.6-4.819-4.781 3.219-3.219 8 8-8 8-1.2-1.2-1.6 1.6 2.8 2.8 11.2-11.2z\"/>\n</svg>\n</li><li title=\"cib ghost \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M12.807 25.599h-12.797v6.401h12.797zM31.99 25.599h-12.786v6.401h12.786zM31.995 12.802h-31.995v6.396h31.995zM32 0h-6.401v6.401h6.401zM19.203 0h-19.193v6.401h19.193z\"/>\n</svg>\n</li><li title=\"cib gimp \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M31.438 3.198c-1.281 1.609-3.396 8.635-15.276 8.948-5.672 0.151-8.479-6.307-8.479-6.307l-0.448 10.359c-1.109-1.385-2.594-2.271-4.021-2.318-0.688-0.031-1.365 0.177-1.917 0.589-0.885 0.667-1.307 1.792-1.297 3.042 0.010 1.245 0.443 2.62 1.297 3.859 0.849 1.24 1.964 2.115 3.099 2.521 0.604 0.219 1.219 0.286 1.797 0.208 8.042 6.411 29.536 11.313 25.245-20.901zM11.203 11.802c1.688 0 3.089 1.25 3.49 2.927 0.646-1.589 2.151-2.703 3.906-2.703 2.344 0 4.24 1.984 4.24 4.427 0 2.448-1.896 4.448-4.24 4.448-2.042 0-3.745-1.521-4.151-3.526-0.583 1.302-1.807 2.219-3.245 2.219-1.219 0-2.286-0.661-2.938-1.661-0.109-0.255-0.24-0.51-0.385-0.755-0.177-0.474-0.271-0.974-0.271-1.484 0-2.135 1.599-3.896 3.594-3.896zM11.203 12.281c-1.708 0-3.104 1.516-3.104 3.411 0 1.901 1.396 3.411 3.104 3.411 0.286 0 0.557-0.057 0.823-0.135-1.203-0.047-2.151-1.078-2.156-2.339 0.005-1.297 1.005-2.344 2.234-2.344 1.047 0 1.953 0.76 2.182 1.828 0.016-0.141 0.036-0.276 0.036-0.422 0-1.896-1.406-3.411-3.12-3.411zM18.599 12.453c-2.104 0-3.813 1.781-3.813 4 0 2.224 1.708 4.010 3.813 4.010 0.786 0 1.521-0.25 2.13-0.682-0.365 0.167-0.755 0.255-1.146 0.255-1.578 0-2.859-1.344-2.859-3.005 0-1.656 1.281-3 2.859-3 1.38 0 2.568 1.031 2.818 2.458v-0.031c0-2.224-1.703-4-3.802-4zM3.203 14.307c1.385 0.047 2.943 1.026 4.010 2.583 0.812 1.177 1.219 2.484 1.229 3.635 0.010 1.146-0.375 2.12-1.13 2.688-0.75 0.568-1.745 0.641-2.776 0.271-1.026-0.365-2.083-1.177-2.891-2.349-0.807-1.177-1.214-2.49-1.224-3.641-0.010-1.146 0.375-2.115 1.125-2.688 0.479-0.354 1.068-0.526 1.656-0.5zM18.792 14.635c-0.74 0-1.344 0.63-1.339 1.411 0 0.776 0.599 1.406 1.339 1.406s1.339-0.63 1.339-1.406c0.005-0.781-0.599-1.411-1.339-1.411zM11.266 14.927c-0.49 0-0.88 0.417-0.885 0.927 0 0.51 0.396 0.927 0.885 0.927s0.885-0.417 0.88-0.927c0-0.51-0.396-0.927-0.88-0.927zM2.714 15.224c-0.823 0-1.49 0.839-1.495 1.875 0 1.042 0.672 1.88 1.495 1.88s1.49-0.844 1.49-1.88c0-1.031-0.667-1.875-1.49-1.875zM21.615 20.557c0 0 1.984 0.578 2.682 1.526 0.698 0.943 0.255 1.526 0.073 2.734-0.266-0.703-0.542-1.255-0.828-1.578-1.078 1.677-4.135 2.474-8.24 2.078 1.844-0.099 3.271-0.385 4.401-0.781-1.865 0.12-4.281-0.359-7.151-1.422 5.682 1.193 8.578 0.083 10.271-1.286-0.448-0.609-1.208-1.271-1.208-1.271z\"/>\n</svg>\n</li><li title=\"cib git \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M31.396 14.573l-13.974-13.969c-0.802-0.807-2.109-0.807-2.917 0l-2.896 2.901 3.682 3.677c0.859-0.286 1.839-0.094 2.516 0.589 0.688 0.688 0.88 1.677 0.589 2.531l3.542 3.547c0.859-0.297 1.849-0.104 2.531 0.583 0.964 0.958 0.964 2.51 0 3.469-0.958 0.958-2.505 0.958-3.464 0-0.719-0.719-0.901-1.781-0.542-2.661l-3.318-3.302v8.703c0.234 0.115 0.458 0.271 0.651 0.464 0.953 0.964 0.953 2.51 0 3.469-0.958 0.958-2.516 0.958-3.479 0-0.958-0.958-0.958-2.505 0-3.469 0.245-0.24 0.516-0.417 0.807-0.536v-8.786c-0.286-0.125-0.563-0.297-0.802-0.536-0.724-0.724-0.901-1.786-0.526-2.677l-3.615-3.635-9.583 9.578c-0.797 0.802-0.797 2.109 0 2.917l13.974 13.969c0.807 0.807 2.109 0.807 2.917 0l13.906-13.906c0.807-0.802 0.807-2.109 0-2.917z\"/>\n</svg>\n</li><li title=\"cib gitea \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M5.583 7.229c-2.464-0.005-5.755 1.557-5.573 5.479 0.281 6.125 6.557 6.693 9.068 6.745 0.271 1.146 3.224 5.109 5.411 5.318h9.573c5.74-0.38 10.036-17.365 6.854-17.427-5.271 0.25-8.396 0.375-11.073 0.396v5.297l-0.839-0.365-0.005-4.932c-3.073 0-5.781-0.141-10.917-0.396-0.646-0.005-1.542-0.115-2.5-0.115zM5.927 9.396h0.297c0.349 3.141 0.917 4.974 2.068 7.781-2.938-0.349-5.432-1.198-5.891-4.38-0.24-1.646 0.563-3.365 3.526-3.401zM17.339 12.479c0.198 0.005 0.406 0.042 0.594 0.13l1 0.432-0.714 1.302c-0.109 0-0.219 0.016-0.323 0.052-0.464 0.151-0.708 0.604-0.542 1.021 0.036 0.083 0.089 0.161 0.151 0.229l-1.234 2.25c-0.099 0-0.203 0.016-0.297 0.052-0.464 0.146-0.708 0.604-0.542 1.016 0.172 0.417 0.682 0.63 1.151 0.479 0.464-0.146 0.703-0.604 0.536-1.021-0.047-0.109-0.115-0.208-0.208-0.292l1.203-2.188c0.13 0.010 0.26 0 0.391-0.042 0.104-0.031 0.198-0.083 0.281-0.151 0.464 0.198 0.844 0.354 1.12 0.49 0.406 0.203 0.552 0.339 0.599 0.49 0.042 0.146-0.005 0.427-0.24 0.922-0.172 0.37-0.458 0.896-0.797 1.51-0.115 0-0.229 0.016-0.333 0.052-0.469 0.151-0.708 0.604-0.542 1.021 0.167 0.411 0.682 0.625 1.146 0.479 0.469-0.151 0.708-0.604 0.542-1.021-0.042-0.099-0.104-0.193-0.182-0.271 0.333-0.609 0.62-1.135 0.807-1.526 0.25-0.536 0.38-0.938 0.266-1.323s-0.469-0.635-0.932-0.865c-0.307-0.151-0.693-0.313-1.146-0.505 0.005-0.109-0.010-0.214-0.052-0.318s-0.109-0.198-0.193-0.281l0.703-1.281 3.901 1.682c0.703 0.307 0.995 1.057 0.651 1.682l-2.682 4.906c-0.339 0.625-1.182 0.885-1.885 0.578l-5.516-2.38c-0.703-0.307-0.995-1.057-0.656-1.682l2.682-4.906c0.234-0.432 0.708-0.688 1.208-0.708h0.083z\"/>\n</svg>\n</li><li title=\"cib github \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16 0.396c-8.839 0-16 7.167-16 16 0 7.073 4.584 13.068 10.937 15.183 0.803 0.151 1.093-0.344 1.093-0.772 0-0.38-0.009-1.385-0.015-2.719-4.453 0.964-5.391-2.151-5.391-2.151-0.729-1.844-1.781-2.339-1.781-2.339-1.448-0.989 0.115-0.968 0.115-0.968 1.604 0.109 2.448 1.645 2.448 1.645 1.427 2.448 3.744 1.74 4.661 1.328 0.14-1.031 0.557-1.74 1.011-2.135-3.552-0.401-7.287-1.776-7.287-7.907 0-1.751 0.62-3.177 1.645-4.297-0.177-0.401-0.719-2.031 0.141-4.235 0 0 1.339-0.427 4.4 1.641 1.281-0.355 2.641-0.532 4-0.541 1.36 0.009 2.719 0.187 4 0.541 3.043-2.068 4.381-1.641 4.381-1.641 0.859 2.204 0.317 3.833 0.161 4.235 1.015 1.12 1.635 2.547 1.635 4.297 0 6.145-3.74 7.5-7.296 7.891 0.556 0.479 1.077 1.464 1.077 2.959 0 2.14-0.020 3.864-0.020 4.385 0 0.416 0.28 0.916 1.104 0.755 6.4-2.093 10.979-8.093 10.979-15.156 0-8.833-7.161-16-16-16z\"/>\n</svg>\n</li><li title=\"cib gitkraken \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M30.578 8.546c-0.124-0.33-0.503-0.497-0.827-0.357-0.308 0.13-0.459 0.481-0.34 0.789 0.589 1.568 0.913 3.27 0.913 5.043 0 7.276-5.422 13.281-12.443 14.2v-6.687c0.427-0.081 0.838-0.194 1.243-0.335v5.622c5.768-1.4 10.049-6.6 10.049-12.8 0-4.962-2.746-9.286-6.8-11.53-0.308-0.173-0.703-0.049-0.859 0.27-0.146 0.297-0.033 0.659 0.254 0.816 3.67 2.033 6.157 5.946 6.157 10.443 0 5.043-3.13 9.357-7.557 11.103v-4.984c0.768-0.243 1.346-0.957 1.346-1.811 0-0.708-0.368-1.319-0.935-1.649 0.449-4.297 2.405-3.168 2.405-4.535v-0.795c0-2.054-4.751-8.746-6.973-8.903-0.135-0.011-0.27-0.011-0.411 0-2.227 0.162-6.978 6.849-6.978 8.903v0.8c0 1.368 1.962 0.232 2.405 4.535-0.573 0.33-0.935 0.941-0.935 1.649 0 0.854 0.573 1.568 1.341 1.811v4.984c-4.427-1.741-7.557-6.054-7.557-11.103 0-4.492 2.487-8.405 6.157-10.443 0.292-0.162 0.4-0.519 0.254-0.816-0.157-0.319-0.546-0.443-0.859-0.27-4.054 2.243-6.8 6.568-6.8 11.53 0 6.2 4.281 11.395 10.049 12.8v-5.622c0.411 0.135 0.816 0.249 1.243 0.335v6.686c-7.016-0.919-12.443-6.924-12.443-14.2 0-1.773 0.324-3.476 0.913-5.043 0.119-0.314-0.032-0.659-0.34-0.789-0.324-0.141-0.703 0.022-0.827 0.357-0.638 1.703-0.989 3.546-0.989 5.476 0 8.384 6.627 15.222 14.935 15.557v-7.887c0.368 0.022 0.811 0.027 1.265 0v7.881c8.308-0.33 14.935-7.167 14.935-15.551 0-1.93-0.351-3.773-0.989-5.481zM19.778 17.054c0.703 0 1.281 0.568 1.281 1.281 0 0.708-0.573 1.281-1.281 1.281-0.703 0-1.281-0.568-1.281-1.281 0-0.708 0.573-1.281 1.281-1.281zM12.222 19.611c-0.714 0-1.281-0.578-1.281-1.281s0.568-1.281 1.281-1.281c0.708 0 1.281 0.573 1.281 1.281 0 0.703-0.568 1.281-1.281 1.281z\"/>\n</svg>\n</li><li title=\"cib gitlab \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M31.937 18.115l-1.787-5.511-3.552-10.921c-0.183-0.563-0.973-0.563-1.156 0l-3.552 10.916h-11.781l-3.552-10.916c-0.183-0.563-0.979-0.563-1.156 0l-3.552 10.916-1.792 5.516c-0.161 0.5 0.021 1.052 0.443 1.364l15.5 11.261 15.5-11.261c0.421-0.312 0.604-0.859 0.437-1.364z\"/>\n</svg>\n</li><li title=\"cib gitpod \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M4.802 22.667v-12.531l-2.802-1.604v15.734l13.599 7.734v-3.198zM15.599 25.599v-9.198l-8-4.667v9.333zM16 3.198l10.802 6.271 2.797-1.604-13.599-7.865-13.599 7.865 2.797 1.604zM24 11.068l-8-4.667-8 4.667 8 4.667zM16.401 25.734l8-4.667v-3.203l-5.469 3.203v-3.203l8.266-4.797v9.599l-10.797 6.135v3.198l13.599-7.734v-15.734l-13.599 7.87z\"/>\n</svg>\n</li><li title=\"cib gitter \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M8.15 20.156h-3.15v-20.156h3.15zM14.431 4.756h-3.15v27.244h3.15zM20.719 4.756h-3.15v27.244h3.15zM27 4.75h-3.15v15.438h3.15z\"/>\n</svg>\n</li><li title=\"cib glassdoor \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M22.859 27.427h-18.286c0 2.526 2.047 4.573 4.568 4.573h13.714c2.526 0 4.573-2.047 4.573-4.573v-18.771c0-0.094-0.073-0.167-0.167-0.167h-4.24c-0.089 0-0.161 0.073-0.161 0.167v18.776zM22.859 0c2.521 0 4.568 2.047 4.568 4.573h-18.281v18.771c0 0.089-0.078 0.167-0.167 0.167h-4.24c-0.094 0-0.167-0.078-0.167-0.167v-18.771c0-2.526 2.047-4.573 4.568-4.573h13.719z\"/>\n</svg>\n</li><li title=\"cib glitch \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M31.734 16.76c-0.385-0.198-4.536 1.865-5.427 1.693-2.24-0.401-1.828-0.667-4.839-1.359-1.203-0.266-1.031-0.109-1.297-0.307-0.172-0.135-0.344-0.161-0.599-0.401 4-0.719 6.026-1.693 6.734-1.839 0.76-0.146 5.161 1.958 5.427 1.469 0.266-0.495-0.964-1.578-0.401-3.031 0.589-1.464-0.693-2.422 0.016-3.583 0.719-1.161 0.573-2.932 0.396-3.026-0.396-0.203-4.531 1.865-5.438 1.693-2.24-0.417-1.828-0.682-4.839-1.359-1.203-0.271-1.031-0.12-1.297-0.323-0.266-0.198-0.521-0.13-1.036-0.974-0.521-0.839-6.51-2.13-6.906-2.13-0.828 0-2.375 2.13-2.375 2.13s-0.599 0-2.401 0.094c-1.802 0.094-3.375 0.896-5.495 2.563-2.13 1.667-1.823 3.344-1.823 3.344s1.969 0.667 1.969 1.042c0 0.359-1.729 0.802-1.729 0.802 1.12 1.411 4.583 2.745 5.464 2.745h0.693c-1.438 0.281-2.823 1.068-4.583 2.438-2.12 1.698-1.813 3.375-1.813 3.375s1.969 0.667 1.969 1.026c0 0.359-1.729 0.802-1.729 0.802 1.12 1.427 4.583 2.76 5.464 2.76 0.844 0 1.427 0.026 2.495-0.172 0.078 0.172 0.906 1.932 2.599 2.292 1.786 0.385 2.776 0.078 2.776 0.078s0.094-0.786-0.323-1.573c1.547 0.161 3.307 0.203 5.026-0.068 4.76-0.719 7.12-1.865 7.896-2.010 0.76-0.161 5.161 1.948 5.427 1.464 0.266-0.505-0.964-1.583-0.385-3.036 0.573-1.469-0.708-2.417 0-3.589 0.719-1.161 0.573-2.932 0.396-3.026zM4.615 11.828c-0.099-0.005-0.198-0.016-0.297-0.042h-0.052c-0.026-0.010-0.052-0.026-0.078-0.042l-0.052-0.010-0.083-0.042h-0.052c-0.021-0.010-0.047-0.026-0.068-0.042l-0.068-0.052-0.063-0.036-0.057-0.042c-0.021-0.016-0.042-0.036-0.063-0.052l-0.042-0.042c-0.026-0.026-0.047-0.052-0.068-0.078l-0.026-0.031c-0.031-0.031-0.063-0.068-0.094-0.104l-0.026-0.026c-0.021-0.036-0.036-0.073-0.052-0.109l-0.026-0.036-0.057-0.083c-0.005-0.021-0.016-0.042-0.026-0.063l-0.026-0.083-0.026-0.052c-0.005-0.031-0.010-0.063-0.016-0.094l-0.010-0.068c-0.010-0.026-0.021-0.052-0.026-0.078v-0.068c0.094 0.573 0.557 1.016 1.104 1.016 0.63 0 1.146-0.573 1.146-1.297 0-0.719-0.505-1.307-1.146-1.307-0.625 0-1.13 0.573-1.146 1.281 0-0.932 0.667-1.693 1.495-1.693 0.823 0 1.479 0.745 1.479 1.682 0 0.932-0.667 1.693-1.479 1.693zM3.615 10.563c0-0.203 0.13-0.365 0.318-0.365s0.307 0.161 0.307 0.365c0 0.198-0.135 0.344-0.307 0.344s-0.318-0.161-0.318-0.344zM4.615 22.214c-0.052 0.005-0.099 0.005-0.146 0l-0.057-0.016c-0.031 0-0.063-0.005-0.094-0.010l-0.052-0.016-0.078-0.026-0.052-0.026c-0.031-0.005-0.057-0.016-0.083-0.026l-0.052-0.026c-0.021-0.016-0.047-0.026-0.068-0.042l-0.052-0.026-0.068-0.052-0.052-0.042c-0.021-0.016-0.047-0.036-0.068-0.052l-0.042-0.042c-0.031-0.031-0.063-0.057-0.089-0.094-0.036-0.036-0.068-0.078-0.094-0.12l-0.031-0.026c-0.016-0.031-0.036-0.063-0.052-0.094l-0.026-0.052c-0.016-0.026-0.036-0.052-0.052-0.078l-0.026-0.057-0.026-0.094-0.026-0.052c-0.010-0.031-0.021-0.063-0.031-0.094l-0.010-0.052c-0.010-0.031-0.021-0.063-0.026-0.094v-0.068c0.094 0.573 0.557 1.016 1.104 1.016 0.63 0 1.146-0.573 1.146-1.292 0-0.724-0.505-1.297-1.146-1.297-0.625 0-1.13 0.563-1.146 1.266 0-0.932 0.667-1.693 1.495-1.693 0.823 0 1.479 0.76 1.479 1.682 0 0.917-0.667 1.693-1.479 1.693zM3.615 20.948c0-0.188 0.13-0.349 0.318-0.349s0.307 0.161 0.307 0.349c0 0.188-0.135 0.344-0.307 0.344s-0.318-0.146-0.318-0.344zM10.385 13.615v-0.042l0.042-0.078 0.078-0.297c0.182-0.583 0.344-1.172 0.479-1.771 0.161-0.708 0.229-1.281 0.203-1.599-0.016-0.12-0.031-0.245-0.052-0.359-0.068-0.359-0.156-0.708-0.271-1.057-0.073-0.224-0.161-0.448-0.25-0.667l-0.083-0.172-0.026-0.068c-0.12-0.266 0.057-0.573 0.323-0.557h0.188l0.531 0.036 2.104 0.109 1.151 0.078c3.672 0.245 7.266 1.203 10.573 2.828l0.891 0.401c0.172 0.078 0.266 0.307 0.188 0.505-0.068 0.188-0.266 0.292-0.438 0.214l-0.896-0.401c-3.24-1.594-6.755-2.542-10.359-2.786l-1.146-0.068-0.51-0.026-1.599-0.094h-0.156c0.188 0.51 0.339 1.031 0.453 1.562l0.063 0.427c0.042 0.453-0.036 1.078-0.224 1.88l-0.203 0.823c-0.115 0.448-0.245 0.885-0.385 1.323l-0.026 0.078c0 0.016 0 0.026 0 0.042-0.068 0.188-0.266 0.292-0.438 0.214-0.177-0.068-0.271-0.292-0.203-0.495zM8.385 7.266c0.13-0.146 0.37-0.135 0.479 0.026 0.208 0.26 0.396 0.536 0.563 0.828 0.292 0.531 0.495 1.068 0.547 1.615 0.026 0.307 0 0.651-0.052 1.026-0.068 0.375-0.156 0.745-0.271 1.104-0.094 0.313-0.208 0.62-0.333 0.922-0.078 0.188-0.276 0.266-0.453 0.172-0.172-0.094-0.24-0.318-0.156-0.521l0.026-0.052 0.068-0.172c0.073-0.198 0.146-0.396 0.214-0.599 0.099-0.328 0.182-0.661 0.24-1 0.052-0.307 0.063-0.573 0.052-0.802-0.063-0.458-0.219-0.896-0.453-1.292-0.13-0.234-0.276-0.458-0.443-0.667l-0.036-0.042c-0.12-0.161-0.109-0.385 0.026-0.531zM9.922 21.135c-0.063 0.38-0.151 0.76-0.271 1.13-0.094 0.307-0.208 0.609-0.333 0.906-0.078 0.188-0.276 0.266-0.453 0.177-0.172-0.094-0.24-0.323-0.156-0.521l0.026-0.057 0.068-0.172c0.073-0.198 0.146-0.396 0.214-0.599 0.099-0.328 0.182-0.661 0.24-1 0.052-0.307 0.063-0.573 0.036-0.802-0.057-0.448-0.208-0.885-0.438-1.276-0.13-0.234-0.276-0.458-0.443-0.667l-0.036-0.057c-0.12-0.161-0.109-0.38 0.026-0.531 0.12-0.146 0.344-0.146 0.464 0 0.214 0.266 0.396 0.547 0.563 0.839 0.292 0.536 0.495 1.083 0.547 1.615 0.026 0.307 0 0.651-0.052 1.026zM26.453 21.292c-0.068 0.188-0.266 0.297-0.438 0.214l-0.896-0.401c-3.24-1.594-6.755-2.542-10.359-2.786l-1.135-0.063h-0.063l-0.458-0.026c-0.583-0.036-1.172-0.068-1.755-0.094l0.036 0.078c0.234 0.615 0.396 1.255 0.479 1.906 0.042 0.453-0.036 1.078-0.224 1.88l-0.203 0.828c-0.115 0.448-0.245 0.891-0.385 1.333l-0.026 0.068c0 0.010 0 0.026 0 0.036-0.068 0.203-0.266 0.297-0.438 0.229-0.177-0.083-0.271-0.307-0.203-0.51v-0.026l0.042-0.078 0.078-0.292c0.182-0.589 0.344-1.177 0.479-1.776 0.161-0.708 0.229-1.281 0.203-1.599-0.016-0.12-0.031-0.24-0.052-0.359-0.068-0.359-0.156-0.708-0.271-1.052-0.073-0.224-0.161-0.443-0.25-0.656l-0.052-0.12-0.031-0.068-0.026-0.063c-0.12-0.271 0.057-0.578 0.323-0.563h0.188l0.531 0.042 2.12 0.104 1.135 0.083c3.672 0.24 7.266 1.198 10.573 2.823l0.891 0.401c0.172 0.078 0.266 0.307 0.188 0.505z\"/>\n</svg>\n</li><li title=\"cib gmail \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M32 6v20c0 1.135-0.865 2-2 2h-2v-18.151l-12 8.62-12-8.62v18.151h-2c-1.135 0-2-0.865-2-2v-20c0-0.568 0.214-1.068 0.573-1.422 0.359-0.365 0.859-0.578 1.427-0.578h0.667l13.333 9.667 13.333-9.667h0.667c0.568 0 1.068 0.214 1.427 0.578 0.359 0.354 0.573 0.854 0.573 1.422z\"/>\n</svg>\n</li><li title=\"cib gnu privacy guard \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M3.959 15.443h1.697v-5.093c0-2.745 1.089-5.376 3.032-7.319s4.572-3.031 7.317-3.031c2.744 0 5.38 1.088 7.323 3.031 1.937 1.943 3.032 4.573 3.027 7.319v5.047c-0.021 0.011-0.048 0.036-0.073 0.047l-0.027 0.027h-0.009l-0.027 0.025h-0.036l-0.027 0.027h-0.025l-0.027 0.009h-0.011l-0.011 0.016-0.015 0.011h-0.011l-0.016 0.011-0.011 0.016-0.009 0.009-0.016 0.011-0.036 0.027-0.027 0.015-0.036 0.027-0.052 0.021-0.037 0.025-0.020 0.016-0.016 0.011-0.036 0.025-0.027 0.011-0.063 0.036-0.025 0.016-0.021 0.011-0.025 0.016h-0.011l-0.079 0.036h-0.025c-0.021 0.011-0.048 0.025-0.089 0.047h-0.011l-0.009 0.016-0.043 0.020-0.020 0.016-0.043 0.027-0.020 0.009h-0.016l-0.036 0.027-0.027 0.011-0.025 0.015c-0.021 0.011-0.057 0.021-0.084 0.037l-0.025 0.011-0.027 0.015-0.047 0.021-0.052 0.027-0.125 0.052-0.025 0.009-0.048 0.027-0.025 0.016c-2.063 0.984-5.36 2.020-11.609 2.468-4.484 0.323-7.208 2.297-8.969 4.667zM10.412 15.443h11.161v-5.093c0.005-3.084-2.495-5.584-5.579-5.579-3.083 0-5.583 2.495-5.583 5.579zM28.041 17.391v14.609h-20.615c2.276-1.26 3.959-1.136 6.771-1.047 3.819 0.125 8.037-1.475 10.109-3.599 2.073-2.12-0.181-0.5-2.531 0.099s-6.896 0.667-9.937-0.136c9.563 0.125 13.297-2.957 15.407-5.744 2.109-2.771-0.912-0.485-2.876 0.473-1.957 0.964-5.38 1.641-9.151 1.141 5.693-0.016 10.027-2.86 12.812-5.797z\"/>\n</svg>\n</li><li title=\"cib gnu social \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M5.625 0c-2.328 0-4.214 1.885-4.214 4.208v16.818c0 2.328 1.885 4.214 4.214 4.214h12.49c-0.026 4.755-6.438 6.76-6.438 6.76s10.849-0.052 12.406-6.76h2.292c2.323 0 4.208-1.885 4.208-4.214v-16.818c0-2.323-1.885-4.208-4.208-4.208zM11.656 3.375c0.099-0.021 0.177-0.005 0.234 0.042 0.448 0.401-0.74 0.792-0.646 2.755 0.042 0.859-0.214 1.526 1.438 1.526 1.099 0 0.641-0.979 2.026-0.979 0.875 0 1.151 0.578 1.25 1.021 0.094-0.438 0.365-1.021 1.24-1.021 1.385 0 0.932 0.974 2.031 0.974 1.651 0 1.391-0.667 1.432-1.526 0.099-1.958-1.089-2.354-0.641-2.75 0.052-0.052 0.13-0.057 0.229-0.026 0.667 0.188 2.141 2.078 2.182 2.87 0.052 0.948 0.052 2.438-1.354 3.214 1.589 1.552 1.802 3.625 1.802 3.625l-2.724-0.047c0 0-0.62-2.823-3.922-2.677-3.297 0.141-3.729 0.714-3.729 4.208 0 3.49 1.531 4.688 3.875 4.776 3.682 0.146 3.349-1.906 3.349-1.906l-1.724 0.094-0.958-2.583h5.88c0 2.823-1.193 7.219-6.786 6.932s-6.839-4.688-6.885-7.651c-0.026-1.635 0.25-3.469 1.599-4.766-1.401-0.776-1.375-2.266-1.375-3.219 0-1.172 1.505-2.781 2.182-2.896z\"/>\n</svg>\n</li><li title=\"cib gnu \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M6.76 18.578c-0.292 0.016-0.557 0.188-0.688 0.448-0.156 0.281-0.521 0.323-0.693 0.271-0.281-0.094-0.641-0.161-0.99 0.089-0.354 0.25-0.729 0.063-0.661-0.396 0.068-0.453 0.229-0.859 0.667-1.109 0.953-0.542 0.286-0.922 0.807-1.474 0.526-0.552 0.411-0.719 0.391-1.469-1.766-0.266-2.771-0.776-3.885-2.172-1.12-1.396-1.552-2.547-1.667-4.302-0.12-1.755-0.016-2.891 0.74-4.344 0.76-1.453 1.557-2.151 2.938-2.88s2.734-0.901 3.984-0.88c1.255 0.021 2.089 0.109 2.792 0.516 0.708 0.406 1.354 0.911 1.766 0.911 0.323 0.021 0.635-0.068 0.896-0.255 0.057 1.359-1.167 1.479-2.26 1.505-1.094 0.031-1.766-0.422-2.776-0.255-1.005 0.172-2.656 0.63-3.458 2.026-0.802 1.401-0.833 1.896-0.766 3.068s1.078 2.047 1.646 2.057c0.573 0.010 0.698-0.156 1.198-0.479 0.5-0.328 3.047-3.479 3.911-4.188 0.87-0.708 1.729-0.927 2.656-0.938s1.161 0.021 1.906 0.328c0.75 0.302 1.208 0.87 1.813 1.214 0.302-0.182 0.5-0.453 0.776-0.661 1.016-0.734 1.536-0.938 2.74-0.823 0.688 0.073 1.557 0.464 2.078 0.917 0.922 0.807 1.688 1.922 2.302 2.771 0.484 0.667 1.047 1.458 1.859 1.703 0.875 0.271 1.542-0.87 1.641-1.505 0.057-0.359 0.125-0.672 0.125-1.068s-0.036-0.875-0.151-1.286c-0.12-0.406-0.297-0.797-0.521-1.156-0.344-0.557-0.906-1.135-1.49-1.432-0.328-0.167-1.099-0.469-1.589-0.479-0.599-0.016-1.052 0.188-1.604 0.224-0.667 0.047-1.859 0.193-2.38-0.318-0.333-0.328-0.375-0.552-0.432-0.974 0.146 0.12 0.354 0.198 0.536 0.214 0.417 0.036 0.807-0.302 1.146-0.505 0.281-0.161 0.672-0.453 1.036-0.599 0.938-0.38 2.089-0.37 3.078-0.266 0.797 0.078 1.828 0.432 2.521 0.828 0.703 0.396 1.375 1.063 1.87 1.693 0.62 0.792 0.958 1.469 1.182 2.458 0.286 1.26 0.37 3.151 0.021 4.396-0.276 0.979-1.182 2.484-1.958 3.219-0.76 0.729-1.646 1.083-2.646 1.276 0.042 0.198 0.042 0.385 0.094 0.552 0.078 0.24 0.219 0.5 0.505 0.417 0.115-0.031 0.182-0.063 0.328 0.073 0.156 0.135 0.078 0.646-0.354 0.88-0.219 0.115-0.443 0.141-0.792 0.151-0.427 0.016-0.854-0.005-1.271-0.063-0.375-0.063-0.599-0.365-1.021-0.411-0.646-0.073-1.141-0.542-1.661-0.875-0.214-0.135-0.286-0.135-0.411-0.208 0.068 0.203 0.156 0.417 0.203 0.62 0.042 0.193 0.026 0.38 0.047 0.536 0.026 0.161 0.068 0.281 0.094 0.411 0.104 0.094 0.135 0.234 0.313 0.276 0.172 0.047 0.443-0.021 0.62-0.047 0.182-0.026 0.302-0.12 0.438-0.094 0.141 0.026 0.276 0.13 0.391 0.219 0.12 0.094 0.219 0.109 0.313 0.339 0.094 0.24 0.182 0.719 0.193 1.036 0.016 0.323-0.021 0.609-0.115 0.865s-0.182 0.365-0.438 0.62c-0.255 0.25-0.677 0.62-1.094 0.88 0.078 0.109 0.109 0.214 0.234 0.339 0.12 0.125 0.365 0.26 0.474 0.391 0.115 0.13 0.172 0.224 0.172 0.37 0.016 0.177-0.026 0.349-0.125 0.5-0.297 0.396-0.641 0.469-1.068 0.656 0.073 0.443 0.13 0.76 0.026 1.208-0.042 0.182-0.135 0.594-0.359 0.698s-0.656 0.052-0.932 0.099c-0.271 0.042-0.427 0.083-0.641 0.125-0.13 0.188-0.318 0.396-0.385 0.563-0.068 0.172-0.047 0.229 0.010 0.401 0.052 0.172 0.245 0.417 0.297 0.625 0.052 0.198 0.068 0.411 0.016 0.615s-0.156 0.385-0.307 0.531c-0.172 0.177-0.51 0.318-0.677 0.458-0.167 0.151-0.339 0.167-0.292 0.406 0.063 0.328 0.547 0.859 0.896 0.99 0.245 0.073 0.51 0.052 0.74-0.052-0.016 0.276-0.26 0.469-0.417 0.656 0.427-0.125 0.844-0.359 1.135-0.672-0.089 0.271-0.396 0.708-0.859 1.089-0.458 0.38-0.458 0.307-0.688 0.458 0.417 0.083 0.807 0.063 1.13 0.005-0.26 0.146-0.552 0.24-0.854 0.276-0.385 0.042-0.62 0.010-0.969-0.078-0.349-0.083-0.667-0.401-1.089-0.62 0.042 0.161 0.073 0.349 0.25 0.51 0.182 0.156 0.443 0.245 0.729 0.375-0.359-0.036-0.745-0.047-1.099-0.125-0.266-0.063-0.443-0.125-0.635-0.219s-0.339-0.234-0.51-0.354c0.078 0.156 0.104 0.344 0.245 0.469 0.135 0.13 0.365 0.182 0.547 0.266-0.188-0.005-0.375 0.042-0.573-0.010-0.214-0.052-0.417-0.146-0.589-0.281-0.214-0.156-0.417-0.333-0.594-0.526s-0.396-0.443-0.464-0.62c-0.063-0.177 0.042-0.297 0.063-0.448-0.12 0.078-0.271 0.125-0.365 0.24s-0.177 0.219-0.135 0.422c0.042 0.203 0.229 0.453 0.365 0.677-0.396-0.323-0.615-0.448-0.708-0.833-0.089-0.365 0.135-0.693 0.307-0.969 0.089-0.135 0.219-0.266 0.297-0.396-0.182-0.172-0.38-0.323-0.531-0.521s-0.219-0.469-0.37-0.656c-0.156-0.188-0.37-0.307-0.547-0.464 0.156 0.344 0.422 0.766 0.479 1.026 0.057 0.266-0.068 0.432-0.161 0.578-0.094 0.141-0.245 0.177-0.391 0.26-0.146 0.089-0.37 0.021-0.453 0.151-0.089 0.13-0.109 0.328-0.031 0.458l0.344 0.531c-0.167-0.099-0.313-0.224-0.438-0.375-0.099-0.13-0.245-0.25-0.266-0.422s-0.031-0.328 0.083-0.484c0.115-0.156 0.427-0.208 0.563-0.328 0.141-0.12 0.219-0.198 0.208-0.349-0.005-0.156-0.156-0.266-0.286-0.365-0.401-0.302-0.906-0.573-1.245-0.932-0.146-0.141-0.255-0.313-0.318-0.505-0.042-0.141 0-0.25 0.094-0.422s0.417-0.406 0.458-0.589c0.042-0.188-0.125-0.229-0.271-0.297-0.151-0.063-0.432 0.036-0.568-0.078s0.042-0.354-0.115-0.49c-0.156-0.13-0.51-0.057-0.693-0.198-0.161-0.135-0.271-0.323-0.318-0.526-0.063-0.188-0.073-0.391-0.031-0.583 0.042-0.151 0.172-0.177 0.25-0.255 0.078-0.073 0.146-0.135 0.042-0.255-0.099-0.115-0.443 0.005-0.635-0.141-0.198-0.146-0.078-0.505-0.219-0.656-0.135-0.146-0.38-0.089-0.516-0.141-0.125-0.047-0.177 0.12-0.255-0.146-0.083-0.26-0.083-1.063-0.193-1.359-0.104-0.297-0.318-0.021-0.411-0.313-0.104-0.297-0.005-0.766-0.052-1.214l-0.198-1.208c-0.698 0.469-1.156 0.615-1.906 0.745-0.063 1.833-0.234 2.911 0.391 4.943 0.62 2.026 1.875 3.224 3.573 4.943-2.24-1.677-3.307-3.042-3.974-4.786-0.672-1.75-0.542-3.208-0.479-4.885zM18.656 17.839c0.172 0.010 0.38 0.052 0.5 0.13 0.12 0.083 0.25 0.146 0.359 0.25 0.276 0.286 0.479 0.62 0.573 1.005 0.057 0.25 0.063 0.563 0.083 0.854-0.083-0.266-0.135-0.547-0.255-0.786-0.188-0.38-0.5-0.75-0.896-0.917-0.089-0.042-0.188-0.057-0.286-0.036 0.031 0.057 0.083 0.099 0.089 0.177 0 0.078-0.016 0.234-0.151 0.297-0.214 0.104-0.453 0.031-0.62-0.115-0.167-0.156-0.219-0.401-0.135-0.609 0.104-0.26 0.5-0.26 0.74-0.25zM16.495 17.474c0.021-0.443 0.177-0.813 0.578-1.026 0.245-0.141 0.521-0.24 0.802-0.286 0.276-0.036 0.953-0.010 1.359 0.177 0.307 0.135 0.521 0.359 0.797 0.521 0.271 0.161 0.464 0.271 0.724 0.453 0.401 0.281 0.635 0.583 0.911 0.766 0.135 0.089 0.318 0.078 0.5 0.13-0.141 0.042-0.318 0.089-0.469 0.042-0.214-0.089-0.411-0.203-0.583-0.354-0.203-0.182-0.427-0.344-0.661-0.479-0.167-0.094-0.438-0.208-0.625-0.328-0.177-0.12-0.49-0.375-0.667-0.464-0.276-0.115-0.573-0.172-0.865-0.167-0.344 0.010-0.839 0.068-1.099 0.302-0.26 0.245-0.359 0.448-0.302 0.755 0.099-0.109 0.167-0.255 0.26-0.339 0.203-0.177 0.438-0.182 0.693-0.151 0.286 0.036 0.432 0.203 0.526 0.474-0.063-0.042-0.182-0.146-0.271-0.182-0.193-0.073-0.411-0.052-0.583 0.057-0.24 0.135-0.177 0.323-0.208 0.531-0.016 0.099-0.052 0.177-0.078 0.266-0.094-0.021-0.172-0.068-0.245-0.13 0.005 0.099-0.010 0.188 0.010 0.297s0.073 0.245 0.115 0.365c-0.172-0.167-0.344-0.323-0.448-0.536-0.115-0.208-0.177-0.453-0.172-0.693zM16.786 14.276c0.12-0.182 0.156-0.458 0.229-0.688-0.026 0.286 0.031 0.604-0.109 0.813s-0.391 0.172-0.589 0.234c0.156-0.12 0.344-0.177 0.469-0.359zM13.844 18.547c0.156-0.13 0.583-0.026 0.901-0.005l-0.688 0.177c-0.021 0.083-0.010 0.167-0.063 0.234s-0.151 0.089-0.229 0.141c0.010-0.208-0.083-0.417 0.078-0.547zM16.089 9.677c0.188 0.099 0.427 0.24 0.599 0.24 0.161 0.005 0.208-0.104 0.307-0.172 0.151 0.505 0.333 1.063 0.599 1.521 0.109 0.193 0.177 0.104 0.266 0.297 0.083 0.193 0.12 0.589 0.198 0.839 0.078 0.245 0.182 0.427 0.276 0.641-0.229-0.333-0.531-0.755-0.667-1.031-0.13-0.276-0.047-0.297-0.151-0.557-0.104-0.266-0.318-0.672-0.479-1.010-0.115 0.016-0.25 0.036-0.339 0.010-0.083-0.031-0.073-0.125-0.151-0.182s-0.208-0.036-0.318-0.13c-0.109-0.094-0.135-0.292-0.141-0.464zM15.063 12.177c0.182-0.016 0.401 0.031 0.568 0.021 0.167-0.005 0.286-0.052 0.432-0.078-0.026-0.25 0-0.714-0.234-0.885-0.151-0.104-0.771-0.026-0.932 0.010-0.375 0.078-0.807 0.302-1.167 0.438 0.344-0.24 0.641-0.464 1.057-0.583 0.25-0.073 0.828-0.172 1.083-0.104 0.12 0.031 0.141 0.083 0.214 0.182 0.24 0.339 0.24 0.63 0.302 1.031 0.063 0.094 0.13 0.156 0.182 0.255 0.052 0.125 0.083 0.255 0.089 0.385-0.063-0.089-0.021-0.203-0.198-0.271-0.177-0.073-0.448-0.010-0.688 0.016 0.172 0.13 0.26 0.25 0.266 0.51 0.010 0.313-0.255 0.536-0.531 0.557-0.38 0.031-0.578-0.052-0.729-0.38-0.068-0.141-0.021-0.313-0.026-0.453-0.458 0.031-0.453 0.016-0.786 0.297 0.182 0.266 0.297 0.417 0.599 0.578 0.167 0.089 0.359 0.177 0.568 0.214s0.552 0.073 0.776 0.036c0.193-0.021 0.37-0.109 0.505-0.25 0.161-0.146 0.177-0.365 0.24-0.536-0.005 0.172-0.036 0.339-0.094 0.495-0.188 0.359-0.505 0.469-0.891 0.469-0.365 0-0.818-0.083-1.161-0.224-0.276-0.115-0.729-0.432-0.833-0.714-0.078-0.188-0.016-0.422-0.026-0.635 0.38-0.25 0.474-0.188 0.922-0.26 0.188-0.036 0.318-0.104 0.495-0.12zM12.859 10.474c0.005-0.156 0.026-0.151 0.036-0.224-0.344-0.094-0.479 0.13-0.682 0.547-0.078 0.156 0 0.25-0.083 0.349-0.078 0.104-0.214 0.089-0.344 0.188s-0.26 0.286-0.385 0.391c-0.25 0.208-0.594 0.333-0.891 0.474 0.203-0.146 0.594-0.37 0.719-0.583 0.068-0.115 0.057-0.328 0.161-0.432 0.104-0.099 0.141-0.172 0.271-0.198 0.135-0.026 0.083-0.182 0.125-0.307 0.042-0.12 0.13-0.208 0.219-0.333 0.094-0.125 0.208-0.307 0.391-0.375 0.177-0.068 0.464 0.005 0.599-0.031 0.135-0.042 0.057-0.141 0.156-0.203 0.099-0.057 0.292-0.031 0.427-0.094 0.234-0.115 0.349-0.302 0.49-0.505 0.021 0.438 0.016 0.75-0.141 1.161-0.177 0.458-0.354 0.734-0.854 1.016-0.172 0.099-0.344 0.13-0.49 0.182 0.083-0.115 0.203-0.161 0.25-0.339 0.047-0.182 0.016-0.536 0.026-0.682zM20.938 12.594c-0.24 0.021-0.292-0.016-0.484 0.12l0.307 0.484c-0.005-0.318 0.026-0.38 0.177-0.604zM20.318 12.365c0.328-0.135 0.615-0.25 0.974-0.276 0.141-0.010 0.365 0.010 0.51 0.021 0.125-0.182 0.281-0.323 0.339-0.531 0.036-0.141 0.021-0.781-0.052-0.948-0.193-0.479-0.385-0.5-0.656-0.776-0.198-0.203-0.203-0.51-0.266-0.854-0.021-0.125-0.083-0.281-0.109-0.411-0.38-0.063-0.76-0.083-1.146-0.063 0.198-0.188 0.391-0.359 0.448-0.646 0.057-0.307 0.005-0.62-0.151-0.891-0.161-0.255-0.422-0.479-0.661-0.688-0.234-0.208-0.578-0.38-0.802-0.552 0.292-0.099 0.594-0.255 0.88-0.313 0.745-0.141 1.391 0.078 2.109 0.516 0.422 0.25 0.766 0.49 1.203 0.953 0.438 0.458 0.979 1.297 1.406 1.797 0.422 0.5 0.766 0.891 1.135 1.193 0.37 0.297 0.708 0.385 1.057 0.573l0.552 0.583 0.443-0.552 0.714 0.083 0.151-0.802 0.651-0.182-0.104-1.083 0.474-0.333-0.359-0.672 0.359-0.74-0.469-0.839 0.182-0.807-0.542-0.469-0.073-0.859-0.76-0.286-0.302-0.75-0.854-0.010-0.417-0.557-0.578 0.042-0.635-0.073-0.359-0.26-0.531 0.344-0.635-0.328-1.26 0.479 0.823-0.719 0.854-0.135 0.651-0.167 0.885 0.286 0.776-0.193 0.75 0.443 0.797-0.042 0.391 0.698 0.786 0.089 0.427 0.776 0.495 0.271 0.135 0.995 0.443 0.422-0.198 0.87 0.521 0.661-0.484 0.703 0.521 0.443-0.667 0.589 0.677 0.708-0.818 0.266 0.531 0.755-0.672 0.12 0.438 0.828-0.75-0.010 0.38 0.62-0.828-0.099 0.198 0.896-0.625-0.547-0.208 1.083-0.432-0.776-0.234 0.969-0.526-0.714 0.016 1.021-0.589-0.917c0.12 0.521 0.099 1.089 0.438 1.578 1.063-0.141 1.75-0.411 2.563-1.188 0.734-0.714 1.62-2.193 1.859-3.135 0.271-1.068 0.281-3.042 0.010-4.135-0.255-1.047-0.594-1.552-1.193-2.406-0.573-0.609-1.135-1.255-1.865-1.688-1.073-0.641-2.438-0.813-3.656-0.797-0.526 0.005-1.042 0.099-1.531 0.286-0.703 0.255-1.266 0.818-1.984 1.094-0.234 0.089-0.417 0.089-0.604-0.005 0.182 0.359 0.375 0.521 0.828 0.651 0.323 0.094 1.099 0.036 1.635-0.016 0.573-0.052 0.87-0.224 1.651-0.214 0.76 0.016 1.365 0.302 1.693 0.49 0.682 0.391 1.172 0.823 1.599 1.51 0.229 0.375 0.396 0.797 0.51 1.229s0.161 0.917 0.172 1.344c0.010 0.422-0.026 0.802-0.13 1.182-0.24 0.891-0.776 1.802-1.875 1.661-0.672-0.083-1.682-1.349-2.026-1.813-0.688-0.932-1.391-1.969-2.25-2.745-0.542-0.484-1.224-0.792-1.948-0.865-1.323-0.12-1.719 0.13-2.714 0.953 0.203 0.063 0.401 0.099 0.609 0.193 0.458 0.208 0.88 0.479 1.25 0.823 0.385 0.359 0.557 0.589 0.573 1.104 0.010 0.344-0.271 0.62-0.531 0.865-0.156 0.151-0.37 0.292-0.495 0.411-0.172 0.156-0.38 0.328-0.167 0.573 0.078 0.094 0.219 0.167 0.333 0.255 0.188 0.135 0.104 0.646-0.141 0.786-0.302 0.182-0.688 0.146-0.953-0.083 0.328-0.042 0.536-0.089 0.526-0.359 0-0.151-0.198-0.281-0.396-0.37-0.464-0.214-0.818-0.182-1.281-0.516-0.474-0.339-0.479-0.526-0.609-1.052-0.224 0.021-0.432 0.026-0.74 0.125-0.302 0.099-0.635 0.339-0.911 0.401-0.693 0.146-0.828 0.104-1.208 0.010-0.667-0.177-1.536 0.12-2.401 0.396-0.141 0.047-0.724 0-1.115 0.135-0.703 0.281-1.359 0.661-1.943 1.141-0.74 0.625-1.714 2.49-2.266 4.635-0.057 0.651 0.13 1.089-0.281 1.406-0.411 0.323-0.401 1.135-0.542 1.365-0.135 0.229-0.297 0.125-0.599 0.448-0.297 0.323-0.448 0.271-0.443 0.875 0.26-0.167 0.635-0.365 0.969-0.38 0.292-0.010 0.292 0.375 1.047-0.365 0.401-0.401 1.172-0.411 1.708-0.589 0.536-0.172 1.5-0.536 2.469-1.615 0.964-1.078 1.427-2.219 1.615-3.859 0.026 0.286 0.078 0.615-0.042 1.417-0.13 0.807-0.396 1.708 0.172 2.792l0.349 0.672c-0.208-0.286-0.62-0.75-0.745-1.083l-0.281-0.771c-0.641 1-0.786 1.182-1.672 1.896-0.036 0.448-0.047 0.911 0.099 1.339s-0.083 0.917 0.026 1.198c0.109 0.281 0.365 0.12 0.448 0.406 0.089 0.281-0.042 0.844 0.089 1.12s0.448 0.109 0.604 0.203c0.151 0.089 0.203 0.208 0.286 0.328 0.083 0.115-0.031 0.396 0.135 0.484s0.427 0.016 0.604 0.099c0.172 0.089 0.198 0.297 0.161 0.484-0.047 0.188-0.229 0.271-0.313 0.464-0.083 0.156-0.073 0.349 0.026 0.495 0.099 0.177 0.318 0.271 0.531 0.359 0.219 0.089 0.526 0.036 0.75 0.161 0.224 0.12 0.427 0.365 0.542 0.542 0.12 0.172 0.151 0.297 0.146 0.484-0.021 0.203-0.078 0.401-0.182 0.578-0.099 0.177-0.318 0.396 0.026 0.74 0.339 0.339 0.328 0.193 0.526 0.417-0.026-0.385-0.182-0.693-0.068-0.984 0.12-0.292 0.464-0.344 0.646-0.469 0.188-0.135 0.292-0.313 0.432-0.464 0 0.198 0.021 0.411 0 0.557-0.047 0.302-0.135 0.578 0.318 0.625 0.203 0.021 0.396-0.109 0.609-0.188-0.109 0.198-0.307 0.359-0.339 0.599-0.036 0.26 0.026 0.526 0.177 0.745 0.161 0.24 0.453 0.417 0.661 0.557 0.214 0.141 0.328 0.151 0.49 0.229 0.005 0.234-0.042 0.484-0.016 0.708s0.099 0.422 0.229 0.604c0.13 0.188 0.333 0.292 0.531 0.427-0.109-0.25-0.323-0.484-0.323-0.745 0.005-0.266 0.083-0.448 0.339-0.682s0.849-0.432 1.13-0.656c0.208-0.146 0.375-0.349 0.474-0.583 0.099-0.219 0.073-0.573 0.094-0.771 0.094 0.276 0.104 0.365 0.135 0.651s-0.167 0.693-0.25 0.906c0.302-0.141 0.547-0.391 0.677-0.698 0.078 0.047 0.042 0.167 0.068 0.401 0.125-0.125 0.266-0.219 0.391-0.333 0.125-0.12 0.26-0.219 0.323-0.385 0.063-0.161 0.036-0.333-0.010-0.521-0.047-0.193-0.255-0.411-0.37-0.62-0.115-0.203 0.021-0.406 0.010-0.656-0.224-0.036-0.417-0.156-0.682-0.115-0.255 0.036-0.557 0.328-0.828 0.333-0.26 0-0.417-0.25-0.635-0.318s-0.438-0.057-0.661-0.094c0.281-0.266 1.365-0.391 2.104-0.51 0.646-0.109 1.302-0.167 1.958-0.177 0.297-0.010 0.677 0.089 0.88 0.031 0.203-0.063 0.161-0.198 0.219-0.354 0.172-0.422 0.089-0.802-0.005-1.229-0.589-0.073-1.208-0.156-1.807-0.109-0.583 0.042-1.276 0.323-1.88 0.339-0.521 0.021-1.297-0.099-1.745-0.375-0.552-0.333-0.979-1.052-1.13-1.286-0.245-0.375-0.552-1.115-0.745-1.448-0.188-0.339-0.229-0.432-0.385-0.573s-0.37-0.151-0.557-0.229c0.214 0.021 0.448-0.047 0.641 0.063 0.297 0.172 0.62 0.865 0.802 1.172 0.193-0.651 0.151-0.901 0.708-1.271-0.448 0.505-0.464 0.891-0.573 1.484 0.375 0.609 0.896 1.589 1.573 1.859 0.25 0.099 0.672 0.161 0.938 0.193 0.828 0.104 1.625-0.156 2.438-0.359 0.589-0.146 1.193-0.089 1.917-0.047 0.245 0.016 0.818-0.13 0.943-0.375 0.068-0.146 0.052-0.313-0.031-0.443-0.094-0.141-0.344-0.208-0.474-0.339-0.135-0.13-0.208-0.281-0.318-0.417-0.464 0.089-0.938 0.141-1.411 0.151 0.292-0.12 0.573-0.188 0.88-0.307 0.313-0.13 0.615-0.292 0.901-0.474 0.245-0.167 0.401-0.26 0.583-0.448 0.177-0.193 0.406-0.385 0.536-0.615 0.135-0.234 0.151-0.495 0.161-0.781 0.005-0.286-0.005-0.688-0.12-0.922-0.109-0.229-0.323-0.297-0.495-0.349-0.167-0.057-0.286 0.083-0.464 0.099-0.182 0.021-0.344 0.13-0.604 0.010-0.328-0.177-0.615-0.427-0.823-0.734-0.26-0.365-0.448-0.964-0.714-1.422-0.453-0.797-1.026-1.536-1.568-2.271-0.047-0.182-0.115-0.432-0.141-0.677-0.036-0.432-0.042-0.875 0.089-1.292 0.099-0.323 0.25-0.661 0.583-0.792 0.135-0.057 0.286-0.068 0.422-0.026 0.12 0.042 0.24 0.177 0.193 0.333-0.052 0.172-0.172 0.177-0.25 0.266-0.125 0.12-0.208 0.271-0.245 0.438 0.146-0.005 0.349-0.016 0.469 0.021 0.161 0.036 0.307 0.146 0.391 0.37-0.193-0.167-0.286-0.245-0.521-0.25-0.109-0.005-0.245 0.036-0.359 0.052-0.047 0.146-0.073 0.328-0.135 0.443-0.068 0.109-0.188 0.083-0.234 0.214-0.047 0.172-0.052 0.349-0.026 0.521zM21.974 12.167c0.073 0.026 0.099 0.036 0.193 0.104 0.094 0.073 0.219 0.141 0.292 0.307 0.063 0.172 0.078 0.354 0.057 0.536-0.068-0.021-0.151-0.010-0.219-0.068s-0.104-0.182-0.193-0.24c-0.083-0.057-0.156-0.042-0.25-0.057 0.052 0.13 0.068 0.266 0.047 0.401-0.047 0.271-0.208 0.411-0.469 0.443-0.109 0.016-0.292-0.021-0.391-0.042 0.047 0.104 0.125 0.193 0.172 0.297 0.219-0.031 0.38-0.031 0.5-0.083 0.115-0.057 0.245-0.182 0.391-0.229 0.151-0.052 0.286-0.052 0.453-0.078-0.13 0.109-0.214 0.219-0.344 0.333l0.281 0.833c0.203 0.125 0.396 0.193 0.651 0.349s0.557 0.438 0.891 0.589c0.333 0.151 0.531 0.234 0.875 0.297 0.349 0.068 0.625 0.349 0.964 0.396 0.339 0.042 0.979 0.057 1.245 0.031 0.297-0.031 0.688-0.182 0.724-0.51-0.255 0.057-0.635 0.005-0.828-0.469-0.083-0.208-0.047-0.594-0.177-0.839-0.13-0.25-0.313-0.328-0.531-0.635-0.219-0.302-0.573-0.786-0.776-1.193-0.198-0.411-0.25-0.87-0.417-1.24-0.167-0.365-0.422-0.656-0.625-0.943-0.432-0.615-0.781-1.036-1.495-1.349-0.344-0.146-0.734-0.188-1.094-0.281-0.151 0.068-0.359 0.135-0.396 0.313-0.026 0.203 0.026 0.406 0.161 0.563 0.208 0.219 0.526 0.458 0.646 0.807 0.083 0.224 0.104 0.969 0.036 1.177-0.073 0.214-0.24 0.339-0.375 0.479zM22.042 13.943c-0.068 0.057-0.115 0.115-0.224 0.161-0.104 0.047-0.25 0.057-0.391 0.094 0.198 0.307 0.406 0.62 0.594 0.948 0.193 0.323 0.354 0.677 0.536 1.016-0.010-0.193 0-0.401-0.026-0.583-0.026-0.177-0.109-0.339-0.193-0.615-0.083-0.271-0.182-0.646-0.297-1.021zM16.708 7.156c-0.026 0.302 0.026 0.776 0.089 1.078 0.073 0.354 0.146 0.536 0.438 0.75 0.526 0.396 0.859 0.328 1.271 0.557 0.193 0.104 0.438 0.286 0.51 0.479 0.068 0.193-0.047 0.401-0.198 0.484 0.26 0.036 0.547-0.255 0.427-0.547-0.063-0.146-0.339-0.214-0.427-0.365-0.078-0.135-0.094-0.297-0.047-0.448 0.073-0.266 0.609-0.516 0.797-0.724 0.292-0.333 0.401-0.604 0.24-1.026-0.229-0.594-1.125-1.073-1.656-1.307-0.245-0.109-0.385-0.115-0.573-0.172 0.391 0.229 0.802 0.411 1 0.922 0.161 0.427 0.021 0.589 0.026 0.958 0.005 0.177 0.229 0.26 0.333 0.37 0.083 0.094 0.078 0.167 0.010 0.297-0.005-0.109-0.063-0.208-0.151-0.266-0.146-0.109-0.313-0.083-0.391-0.302-0.12-0.328 0.12-0.646-0.151-1.016-0.198-0.276-0.469-0.589-0.833-0.594-0.161 0-0.323 0.021-0.479 0.078l-0.245-0.297h-0.005c-0.495-0.453-0.833-0.828-1.531-1.141-0.693-0.307-1.036-0.359-1.839-0.339-0.792 0.016-1.583 0.083-2.51 0.88-0.922 0.797-3.307 3.849-3.885 4.234-0.573 0.385-0.703 0.521-1.422 0.521-0.724 0-1.849-1.021-1.896-2.297-0.042-1.276-0.057-1.729 0.828-3.266s2.49-2.010 3.682-2.167c1.193-0.161 1.911 0.255 2.792 0.26 0.88 0 1.75-0.151 2.010-0.849-0.125 0.073-0.297 0.156-0.771 0.13-0.474-0.021-1.13-0.573-1.87-0.938-0.74-0.37-1.557-0.411-2.615-0.432-1.052-0.021-2.37 0.063-3.672 0.766-1.307 0.698-2.193 1.448-2.953 2.828-0.755 1.375-0.87 2.5-0.745 4.167 0.12 1.667 0.635 2.911 1.625 4.13s1.979 1.818 3.766 2.042l0.375-1.656-0.672 0.958 0.021-1.068-0.609 0.75-0.266-1.021-0.49 0.818-0.245-1.135-0.714 0.573 0.224-0.938-0.943 0.104 0.432-0.656-0.859 0.010 0.5-0.875-0.76-0.12 0.609-0.797-0.932-0.271 0.771-0.74-0.766-0.625 0.599-0.464-0.563-0.745 0.599-0.693-0.224-0.917 0.505-0.438 0.151-1.047 0.568-0.286 0.49-0.813 0.901-0.099 0.448-0.734 0.906 0.047 0.854-0.464 0.891 0.203 1.005-0.302 0.75 0.172 0.974 0.146 0.943 0.75-1.443-0.5-0.724 0.344-0.604-0.365-0.411 0.281-0.734 0.073-0.656-0.036-0.474 0.578-0.979 0.010-0.344 0.786-0.87 0.302-0.078 0.906-0.625 0.484 0.208 0.854-0.536 0.88 0.411 0.776-0.406 0.708 0.542 0.349-0.12 1.141 0.75 0.188 0.167 0.844 0.818-0.083 0.505 0.578 0.63-0.615c1.141-0.573 1.615-0.891 2.505-1.854 1.016-1.099 1.599-2.115 2.948-2.865 0.969-0.542 1.76-0.734 2.849-0.542 1.021 0.172 1.365 0.786 2.12 1.432 0.083-0.146 0.094-0.182 0.229-0.292-0.042 0.193-0.109 0.385-0.125 0.568z\"/>\n</svg>\n</li><li title=\"cib go \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M2.417 14.286c-0.063 0-0.078-0.031-0.047-0.078l0.328-0.422c0.031-0.047 0.104-0.078 0.167-0.078h5.563c0.063 0 0.078 0.047 0.047 0.094l-0.266 0.406c-0.026 0.047-0.109 0.094-0.156 0.094zM0.063 15.719c-0.063 0-0.078-0.031-0.047-0.078l0.328-0.422c0.031-0.042 0.109-0.073 0.172-0.073h7.104c0.063 0 0.094 0.047 0.078 0.094l-0.125 0.37c-0.016 0.063-0.078 0.094-0.141 0.094zM3.833 17.151c-0.063 0-0.078-0.047-0.047-0.089l0.219-0.391c0.031-0.047 0.094-0.094 0.156-0.094h3.115c0.063 0 0.094 0.047 0.094 0.109l-0.031 0.375c0 0.063-0.063 0.109-0.109 0.109zM20.005 14.005c-0.979 0.25-1.651 0.438-2.62 0.688-0.234 0.063-0.245 0.078-0.453-0.156-0.229-0.266-0.401-0.438-0.729-0.594-0.984-0.479-1.932-0.344-2.818 0.234-1.063 0.688-1.604 1.698-1.589 2.958 0.010 1.25 0.87 2.276 2.099 2.448 1.063 0.141 1.948-0.234 2.651-1.026 0.141-0.172 0.266-0.359 0.422-0.578h-3.010c-0.323 0-0.406-0.203-0.297-0.469 0.203-0.479 0.578-1.292 0.797-1.698 0.068-0.151 0.224-0.25 0.391-0.25h5.672c-0.031 0.422-0.031 0.844-0.094 1.266-0.161 1.109-0.604 2.156-1.281 3.052-1.12 1.479-2.583 2.401-4.438 2.646-1.526 0.203-2.948-0.094-4.193-1.026-1.151-0.87-1.807-2.026-1.979-3.458-0.198-1.698 0.297-3.224 1.328-4.568 1.104-1.448 2.568-2.365 4.359-2.693 1.464-0.266 2.87-0.094 4.13 0.76 0.828 0.547 1.417 1.297 1.807 2.198 0.094 0.141 0.031 0.219-0.156 0.266zM25.161 22.625c-1.417-0.036-2.708-0.438-3.802-1.375-0.906-0.766-1.505-1.833-1.682-3.005-0.281-1.76 0.203-3.318 1.26-4.708 1.141-1.495 2.51-2.271 4.365-2.599 1.589-0.281 3.083-0.125 4.443 0.797 1.229 0.839 1.995 1.974 2.193 3.469 0.266 2.104-0.339 3.818-1.792 5.286-1.026 1.042-2.286 1.698-3.74 1.99-0.417 0.083-0.839 0.094-1.245 0.146zM28.87 16.328c-0.016-0.203-0.016-0.359-0.047-0.516-0.281-1.542-1.698-2.411-3.177-2.073-1.448 0.328-2.385 1.25-2.729 2.714-0.276 1.214 0.313 2.448 1.438 2.943 0.854 0.375 1.714 0.328 2.536-0.094 1.234-0.641 1.901-1.635 1.979-2.974z\"/>\n</svg>\n</li><li title=\"cib godot engine \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M12.745 0.917c-1.458 0.328-2.906 0.781-4.266 1.464 0.031 1.198 0.109 2.344 0.266 3.505-0.526 0.339-1.078 0.63-1.568 1.026-0.5 0.38-1.010 0.75-1.464 1.198-0.906-0.594-1.859-1.156-2.849-1.651-1.063 1.141-2.052 2.375-2.865 3.755 0.609 0.99 1.25 1.911 1.938 2.792h0.016v8.474c0.016 0 0.031 0 0.047 0.005l5.198 0.5c0.271 0.026 0.484 0.245 0.5 0.521l0.161 2.292 4.531 0.323 0.313-2.115c0.042-0.276 0.276-0.479 0.552-0.479h5.484c0.276 0 0.51 0.203 0.552 0.479l0.313 2.115 4.531-0.323 0.161-2.292c0.016-0.276 0.229-0.495 0.505-0.521l5.193-0.5c0.016 0 0.031-0.005 0.047-0.005v-8.474h0.021c0.688-0.875 1.323-1.802 1.932-2.792-0.807-1.38-1.802-2.615-2.865-3.755-0.984 0.495-1.943 1.057-2.849 1.651-0.453-0.448-0.958-0.818-1.458-1.198-0.495-0.396-1.047-0.688-1.573-1.026 0.156-1.161 0.234-2.307 0.266-3.505-1.354-0.682-2.802-1.135-4.266-1.464-0.583 0.984-1.115 2.047-1.578 3.083-0.552-0.089-1.109-0.125-1.661-0.13h-0.026c-0.552 0.005-1.109 0.042-1.661 0.13-0.464-1.036-0.995-2.099-1.583-3.083zM8.635 13.323c1.729 0 3.13 1.406 3.13 3.135s-1.401 3.13-3.13 3.13c-1.729 0-3.13-1.401-3.13-3.13s1.401-3.135 3.13-3.135zM23.365 13.323c1.729 0 3.13 1.406 3.13 3.135s-1.401 3.13-3.13 3.13c-1.729 0-3.13-1.401-3.13-3.13s1.401-3.135 3.13-3.135zM8.932 14.568c-1.146 0-2.078 0.927-2.078 2.078 0 1.146 0.932 2.073 2.078 2.073 1.151 0 2.083-0.927 2.083-2.073 0-1.151-0.932-2.078-2.083-2.078zM23.063 14.568c-1.146 0-2.078 0.927-2.078 2.078 0 1.146 0.932 2.073 2.078 2.073 1.151 0 2.078-0.927 2.078-2.073 0-1.151-0.927-2.078-2.078-2.078zM16 15.172c0.557 0 1.010 0.406 1.010 0.911v2.885c0 0.505-0.453 0.917-1.010 0.917s-1.010-0.411-1.010-0.917v-2.885c0-0.505 0.453-0.911 1.010-0.911zM1.948 22.599c0 0.505 0.005 1.052 0.005 1.161 0 4.938 6.26 7.307 14.036 7.333h0.021c7.776-0.026 14.031-2.396 14.031-7.333 0-0.109 0.005-0.656 0.010-1.161l-4.672 0.453-0.161 2.307c-0.021 0.276-0.24 0.5-0.516 0.516l-5.578 0.396c-0.271 0-0.51-0.198-0.552-0.474l-0.318-2.156h-4.516l-0.318 2.156c-0.042 0.286-0.297 0.495-0.594 0.474l-5.531-0.396c-0.276-0.021-0.5-0.24-0.521-0.516l-0.156-2.307-4.672-0.448z\"/>\n</svg>\n</li><li title=\"cib gog com \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M9.531 20.317h-3.719c-0.291 0-0.531 0.24-0.531 0.537v2.667c0 0.281 0.24 0.531 0.531 0.531h3.735v1.76h-4.667c-0.744 0-1.359-0.615-1.359-1.375v-4.516c0-0.749 0.615-1.359 1.375-1.359h4.635zM10.88 15.385c0 0.776-0.625 1.401-1.401 1.401h-5.973v-1.803h5.041c0.297 0 0.532-0.235 0.532-0.531v-5.932c0-0.297-0.235-0.537-0.532-0.537h-2.692c-0.303-0.005-0.548 0.235-0.548 0.537v2.692c0 0.308 0.24 0.532 0.532 0.532h2.161v1.801h-3.093c-0.771 0-1.401-0.615-1.401-1.385v-4.588c0-0.761 0.631-1.385 1.401-1.385h4.563c0.771 0 1.395 0.624 1.395 1.385v7.812zM28.479 25.812h-1.76v-5.495h-1.24c-0.291 0-0.531 0.24-0.531 0.537v4.957h-1.776v-5.495h-1.24c-0.292 0-0.531 0.24-0.531 0.537v4.957h-1.776v-5.891c0-0.749 0.615-1.359 1.375-1.359h7.479zM28.495 15.385c0 0.776-0.631 1.401-1.401 1.401h-5.973v-1.803h5.041c0.292 0 0.532-0.235 0.532-0.531v-5.932c0-0.297-0.24-0.537-0.532-0.537h-2.708c-0.297 0-0.532 0.24-0.532 0.537v2.692c0 0.308 0.24 0.532 0.532 0.532h2.161v1.801h-3.084c-0.771 0-1.395-0.615-1.395-1.385v-4.588c0-0.761 0.624-1.385 1.395-1.385h4.573c0.776 0 1.401 0.624 1.401 1.385v7.812zM18.292 6.188h-4.584c-0.776 0-1.391 0.624-1.391 1.385v4.588c0 0.771 0.615 1.385 1.391 1.385h4.584c0.76 0 1.391-0.615 1.391-1.385v-4.588c0-0.761-0.631-1.385-1.391-1.385zM17.896 8.521v2.692c0 0.297-0.24 0.532-0.536 0.532h-2.709c-0.291 0-0.531-0.235-0.531-0.532v-2.683c0-0.291 0.229-0.531 0.531-0.531h2.683c0.307 0 0.531 0.24 0.531 0.531zM16.839 18.563h-4.521c-0.755 0-1.369 0.609-1.369 1.359v4.516c0 0.76 0.615 1.375 1.369 1.375h4.521c0.76 0 1.375-0.615 1.375-1.375v-4.516c0-0.749-0.615-1.359-1.375-1.359zM16.437 20.855v2.667c0 0.291-0.235 0.531-0.531 0.531v-0.011h-2.652c-0.296 0-0.536-0.239-0.536-0.536v-2.651c0-0.292 0.24-0.537 0.536-0.537h2.667c0.292 0 0.532 0.245 0.532 0.537zM31.317 1.469c-0.432-0.448-1.031-0.693-1.651-0.699h-27.333c-1.292-0.005-2.339 1.041-2.333 2.333v25.792c-0.005 1.292 1.041 2.339 2.333 2.333h27.333c1.292 0.005 2.339-1.041 2.333-2.333v-25.792c0-0.635-0.265-1.224-0.683-1.651zM31.317 28.896c0.011 0.911-0.733 1.656-1.651 1.651h-27.333c-0.921 0.016-1.672-0.735-1.667-1.651v-25.792c-0.005-0.911 0.74-1.656 1.651-1.651h27.333c0.917 0 1.656 0.74 1.656 1.651v25.792z\"/>\n</svg>\n</li><li title=\"cib goldenline \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M21.839 28.875c0 1.635-1.323 2.953-2.953 2.953s-2.953-1.318-2.953-2.953c0-1.63 1.323-2.953 2.953-2.953s2.953 1.328 2.953 2.953zM15.547 28.646l-6.922 1.62c0 0-0.38 0.109-0.521-0.286-0.078-0.24 0.12-0.531 0.12-0.531l6.953-11.349c0 0 0.354-0.536 1.026-0.734 0.557-0.161 1.161 0.214 1.161 0.214l11.135 7.005c0 0 0.484 0.198 0.464 0.583-0.021 0.391-0.443 0.458-0.443 0.458l-6.719 1.568c-0.568-0.99-1.641-1.656-2.875-1.656-1.76 0-3.219 1.375-3.339 3.115h-0.042zM5.198 9.729l2.016-7.016c0 0 0.099-0.406 0.51-0.323 0.245 0.042 0.401 0.365 0.401 0.365l6.521 11.594c0 0 0.297 0.568 0.141 1.255-0.13 0.568-0.755 0.911-0.755 0.911l-11.547 6.297c0 0-0.406 0.323-0.729 0.115-0.323-0.219-0.182-0.62-0.182-0.62l1.964-6.823c1.568-0.271 2.76-1.641 2.76-3.292 0-0.984-0.422-1.859-1.099-2.479zM5.906 12.208c0 1.63-1.318 2.953-2.953 2.953-1.625 0-2.953-1.323-2.953-2.953s1.328-2.953 2.953-2.953c1.635 0 2.958 1.323 2.958 2.953zM26.797 9.896l5.078 5.573c0 0 0.281 0.281 0.005 0.594-0.167 0.188-0.526 0.146-0.526 0.146l-13.302-0.526c0 0-0.635-0.047-1.135-0.536-0.411-0.401-0.375-1.115-0.375-1.115l0.677-13.135c0 0-0.063-0.521 0.286-0.682 0.359-0.167 0.62 0.172 0.62 0.172l4.427 4.833c-0.25 0.469-0.391 0.995-0.391 1.563 0 1.844 1.495 3.339 3.344 3.339 0.453 0 0.891-0.099 1.286-0.26zM28.464 6.807c0 1.635-1.318 2.953-2.953 2.953-1.63 0-2.953-1.313-2.953-2.953 0-1.62 1.323-2.938 2.953-2.938s2.953 1.339 2.953 2.958z\"/>\n</svg>\n</li><li title=\"cib goodreads \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M26.031 21.302v-20.651h-2.745v3.875h-0.083c-0.281-0.604-0.641-1.188-1.125-1.74-0.479-0.552-1.021-1.036-1.641-1.458s-1.281-0.75-2.026-0.984c-0.734-0.224-1.521-0.344-2.359-0.344-1.615 0-3.068 0.302-4.328 0.896-1.266 0.594-2.323 1.406-3.182 2.438-0.854 1.031-1.51 2.234-1.958 3.615s-0.677 2.839-0.677 4.375c0 1.599 0.188 3.104 0.568 4.51 0.38 1.411 0.984 2.635 1.823 3.682 0.844 1.042 1.885 1.865 3.167 2.448 1.281 0.578 2.828 0.88 4.63 0.88 1.661 0 3.104-0.422 4.349-1.26 1.245-0.844 2.182-1.964 2.823-3.37h0.083v3.047c0 2.724-0.563 4.807-1.688 6.271-1.12 1.443-2.964 2.188-5.526 2.188-0.76 0-1.505-0.083-2.224-0.245-0.724-0.156-1.38-0.417-1.984-0.76-0.583-0.359-1.104-0.797-1.521-1.38-0.422-0.583-0.703-1.281-0.844-2.125h-2.813c0.094 1.182 0.422 2.203 0.984 3.068 0.568 0.859 1.281 1.563 2.135 2.125 0.854 0.536 1.823 0.938 2.896 1.198 1.083 0.26 2.188 0.401 3.328 0.401 1.844 0 3.385-0.26 4.646-0.74 1.266-0.5 2.286-1.203 3.068-2.141 0.802-0.948 1.365-2.068 1.724-3.411s0.563-2.844 0.563-4.49zM16.052 20.563c-1.271 0-2.375-0.255-3.302-0.766-0.932-0.505-1.703-1.172-2.313-2-0.62-0.828-1.063-1.776-1.359-2.854-0.302-1.078-0.443-2.177-0.443-3.313 0-1.161 0.141-2.302 0.401-3.417 0.281-1.12 0.719-2.115 1.323-2.984 0.599-0.87 1.38-1.578 2.302-2.115s2.047-0.807 3.349-0.807c1.302 0 2.401 0.281 3.328 0.828 0.901 0.552 1.661 1.281 2.24 2.177 0.583 0.906 1.005 1.906 1.266 3.010 0.26 1.099 0.38 2.208 0.38 3.307 0 1.135-0.161 2.24-0.464 3.313-0.297 1.078-0.76 2.026-1.38 2.854s-1.365 1.495-2.266 2c-0.901 0.51-1.943 0.766-3.146 0.766z\"/>\n</svg>\n</li><li title=\"cib google ads \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M15.989 1.396h0.032c1.197 0 2.307 0.401 3.197 1.073h0.005c0.615 0.463 1.125 1.057 1.489 1.733l5.953 10.36 0.036 0.083 4.557 7.907c0.485 0.817 0.74 1.755 0.74 2.713 0 0.751-0.156 1.469-0.437 2.12l0.005 0.021c-0.213 0.484-0.495 0.927-0.844 1.328-0.396 0.459-0.864 0.853-1.396 1.156-0.787 0.459-1.683 0.703-2.593 0.713h-0.089c-1.156 0-2.276-0.375-3.197-1.073h-0.005c-0.615-0.463-1.125-1.057-1.489-1.733l-5.953-10.36-0.036-0.083-4.579-7.943c-0.473-0.813-0.719-1.735-0.719-2.677 0-0.563 0.088-1.109 0.251-1.62l0.009-0.032 0.016-0.041c0.068-0.208 0.156-0.448 0.156-0.448 0.208-0.479 0.495-0.921 0.833-1.312l0.084-0.099 0.020-0.021v-0.005h0.005l0.011-0.016 0.011-0.004c0.359-0.396 0.787-0.745 1.276-1.027 0.787-0.459 1.683-0.703 2.593-0.713zM5.344 30.604h-0.079c-0.911-0.011-1.807-0.255-2.593-0.713-0.532-0.303-1-0.697-1.396-1.156-0.349-0.401-0.631-0.844-0.844-1.328l0.005-0.021c-0.292-0.667-0.437-1.391-0.437-2.12 0-0.995 0.271-1.921 0.74-2.713l4.557-7.907 0.036-0.083 4.052-7.047c0.099 0.859 0.364 1.703 0.792 2.473l0.077 0.131 4.5 7.807v-0.015l0.089 0.192 0.385 0.677-5.183 9.016c-0.364 0.676-0.875 1.271-1.489 1.733h-0.005c-0.921 0.699-2.041 1.073-3.197 1.073z\"/>\n</svg>\n</li><li title=\"cib google allo \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M15.552 0.005c-0.932 0.025-1.891 0.131-2.855 0.323-6.312 1.26-11.26 6.303-12.416 12.641-1.812 9.875 5.459 19.009 14.88 19.009l14.475 0.021c1.307 0 2.364-1.057 2.364-2.364v-13.636c0-8.984-7.407-16.24-16.448-15.995zM16 8.183c4.317 0 7.817 3.5 7.817 7.817v7.479c0 0.328-0.391 0.491-0.624 0.261l-1.948-1.948c-1.385 1.26-3.224 2.025-5.245 2.025-4.323 0-7.823-3.5-7.823-7.817s3.505-7.817 7.823-7.817z\"/>\n</svg>\n</li><li title=\"cib google analytics \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M29.432 32h-26.905c-1.391 0-2.527-1.136-2.527-2.527v-5.895c0-1.391 1.136-2.527 2.527-2.527h7.577v-8.421c0-1.385 1.141-2.527 2.527-2.527h8.443v-7.536c0-1.407 1.161-2.568 2.567-2.568h5.792c1.407 0 2.568 1.161 2.568 2.568v26.864c0 1.407-1.161 2.568-2.568 2.568z\"/>\n</svg>\n</li><li title=\"cib google chrome \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M21.62 11.588l8.953-2.239c0.943 2.077 1.427 4.333 1.427 6.615 0 8.796-7.24 16.036-16.041 16.036-0.407 0-0.808-0.016-1.209-0.047l6.537-11.131c0.473-0.5 0.875-1.068 1.177-1.692 0.948-2.005 0.927-4.339-0.057-6.328-0.219-0.433-0.485-0.839-0.787-1.215zM17.297 23.021l-2.828 8.905c-8.152-0.801-14.469-7.739-14.469-15.957 0-3.177 0.948-6.287 2.719-8.933l6.443 11.172c0.24 0.719 1.495 3.443 4.089 4.437 1.333 0.505 2.723 0.641 4.047 0.376zM15.964 10.161c-2.672 0.027-5.172 2.057-5.709 4.683-0.38 1.953 0.24 3.968 1.652 5.375 1.62 1.584 4.187 2.104 6.312 1.235 1.875-0.765 3.292-2.568 3.588-4.573 0.36-2.473-1.052-5.109-3.328-6.172-0.785-0.364-1.645-0.552-2.515-0.547zM9.396 13.281l-6.385-6.661c3.020-4.156 7.849-6.62 12.984-6.62 6.084 0 11.661 3.459 14.365 8.901h-13.615c-2.417-0.167-4.385 0.692-5.688 1.937-0.719 0.688-1.287 1.521-1.661 2.443z\"/>\n</svg>\n</li><li title=\"cib google cloud \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16.255 3.172c-5.729-0.13-10.813 3.661-12.313 9.193 0.068-0.026-0.073 0.016 0 0-5.167 3.401-5.229 10.812-0.328 14.589l0.005-0.010-0.010 0.042c1.568 1.182 3.474 1.813 5.438 1.807h6.896l0.042 0.036h6.922c8.917 0.073 12.5-11.469 5.115-16.464-0.635-2.349-1.943-4.458-3.76-6.068l-0.057 0.057 0.005-0.068c-2.203-1.943-5.021-3.047-7.953-3.115zM15.776 8.703c1.656-0.057 3.359 0.49 4.646 1.531 1.609 1.344 2.526 3.344 2.484 5.438v0.693c4.708-0.094 4.708 7.016 0 6.922h-6.922l-0.010 0.010v-0.052h-6.927c-0.49 0-0.974-0.104-1.422-0.307-2.203-0.995-2.729-3.891-1.021-5.604 1.714-1.708 4.604-1.182 5.604 1.021l4.016-4.016c-1.333-1.74-3.26-2.932-5.411-3.354 0.026-0.010 0.052-0.031 0.073-0.026 1.26-1.385 3.026-2.198 4.896-2.255z\"/>\n</svg>\n</li><li title=\"cib google keep \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M26.661 10.661c0-5.859-4.801-10.661-10.661-10.661s-10.661 4.803-10.661 10.661c0 3.401 1.599 6.521 4.26 8.536v10.641h2.161v2.161h8.48v-2.161h2.161v-10.641c2.681-2 4.26-5.156 4.26-8.536zM11.74 27.697v-2.099h8.52v2.099zM11.74 23.437v-2.099h8.52v2.099zM20.74 17.76l-0.48 0.319v1.119h-8.52v-1.119l-0.459-0.319c-2.401-1.599-3.803-4.239-3.803-7.099 0-4.697 3.803-8.521 8.521-8.521s8.521 3.803 8.521 8.521c0 2.86-1.401 5.521-3.803 7.099z\"/>\n</svg>\n</li><li title=\"cib google pay \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M32 13.333l-4.177 9.333h-1.292l1.552-3.266-2.75-6.068h1.359l1.99 4.651h0.026l1.927-4.651zM14.646 16.219v3.781h-1.313v-9.333h3.474c0.828-0.021 1.63 0.266 2.25 0.807 0.615 0.505 0.953 1.219 0.943 1.974 0.010 0.766-0.339 1.5-0.943 1.979-0.604 0.531-1.354 0.792-2.25 0.792zM14.641 11.818v3.255h2.198c0.484 0.016 0.958-0.161 1.297-0.479 0.339-0.302 0.526-0.714 0.526-1.141 0-0.432-0.188-0.844-0.526-1.141-0.349-0.333-0.818-0.51-1.297-0.495zM22.63 13.333c0.833 0 1.495 0.234 1.979 0.698s0.724 1.099 0.724 1.906v3.859h-1.083v-0.87h-0.047c-0.469 0.714-1.089 1.073-1.865 1.073-0.667 0-1.219-0.203-1.667-0.615-0.438-0.385-0.682-0.948-0.672-1.531 0-0.646 0.234-1.161 0.708-1.547 0.469-0.38 1.099-0.573 1.885-0.573 0.672 0 1.224 0.13 1.656 0.385v-0.271c0.005-0.396-0.167-0.776-0.464-1.042-0.297-0.276-0.688-0.432-1.094-0.427-0.63 0-1.13 0.276-1.5 0.828l-0.995-0.646c0.547-0.818 1.359-1.229 2.432-1.229zM21.167 17.88c-0.005 0.302 0.135 0.583 0.375 0.766 0.25 0.203 0.563 0.313 0.88 0.307 0.474 0 0.932-0.198 1.271-0.547 0.359-0.333 0.563-0.802 0.563-1.292-0.354-0.292-0.844-0.438-1.474-0.438-0.464 0-0.844 0.115-1.151 0.344-0.307 0.234-0.464 0.516-0.464 0.859zM5.443 10.667c1.344-0.016 2.646 0.479 3.641 1.391l-1.552 1.521c-0.568-0.526-1.318-0.813-2.089-0.797-1.385 0.005-2.609 0.891-3.057 2.198-0.229 0.661-0.229 1.38 0 2.042 0.448 1.307 1.672 2.193 3.057 2.198 0.734 0 1.365-0.182 1.854-0.505 0.568-0.375 0.964-0.958 1.083-1.625h-2.938v-2.052h5.13c0.063 0.359 0.094 0.719 0.094 1.083 0 1.625-0.594 3-1.62 3.927-0.901 0.813-2.135 1.286-3.604 1.286-2.047 0.010-3.922-1.125-4.865-2.938-0.771-1.505-0.771-3.286 0-4.792 0.943-1.813 2.818-2.948 4.859-2.938z\"/>\n</svg>\n</li><li title=\"cib google play \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M20.331 14.644l-13.794-13.831 17.55 10.075zM2.938 0c-0.813 0.425-1.356 1.2-1.356 2.206v27.581c0 1.006 0.544 1.781 1.356 2.206l16.038-16zM29.512 14.1l-3.681-2.131-4.106 4.031 4.106 4.031 3.756-2.131c1.125-0.893 1.125-2.906-0.075-3.8zM6.538 31.188l17.55-10.075-3.756-3.756z\"/>\n</svg>\n</li><li title=\"cib google podcasts \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M2 12.906c-1.104 0-2 0.896-2 2v2.172c0 2.667 4 2.667 4 0v-2.172c0-1.104-0.896-2-2-2zM30 12.906c-1.104 0-2 0.896-2 2v2.172c0 2.667 4 2.667 4 0v-2.172c0-1.104-0.896-2-2-2zM8.906 19.453c-1.104 0-2 0.896-2 2v2.172c0 2.667 4 2.667 4 0v-2.156c0-1.109-0.891-2-2-2zM8.906 6.359c-1.104 0-2 0.896-2 2v7.146c0 2.667 4 2.667 4 0v-7.156c0-1.109-0.891-2-2-2zM23.094 6.359c-1.109 0-2 0.896-2 2v2.188c0 2.667 4 2.667 4 0v-2.188c0-1.104-0.896-2-2-2zM16 0c-1.104 0-2 0.896-2 2v2.172c0 2.667 4 2.667 4 0v-2.172c0-1.104-0.896-2-2-2zM16 25.813c-1.104 0-2 0.896-2 2v2.188c-0.010 2.667 3.99 2.682 4 0.016v-2.188c0-1.094-0.896-2-2-2zM23.094 14.531c-1.109 0-2 0.906-2 2v7.109c0 2.667 4 2.667 4 0v-7.109c0-1.104-0.896-2-2-2zM16 8.172c-1.104 0-2 0.906-2 2v11.641c0 2.667 4 2.667 4 0v-11.625c0-1.109-0.896-2-2-2z\"/>\n</svg>\n</li><li title=\"cib google \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16.318 13.714v5.484h9.078c-0.37 2.354-2.745 6.901-9.078 6.901-5.458 0-9.917-4.521-9.917-10.099s4.458-10.099 9.917-10.099c3.109 0 5.193 1.318 6.38 2.464l4.339-4.182c-2.786-2.599-6.396-4.182-10.719-4.182-8.844 0-16 7.151-16 16s7.156 16 16 16c9.234 0 15.365-6.49 15.365-15.635 0-1.052-0.115-1.854-0.255-2.651z\"/>\n</svg>\n</li><li title=\"cib googles cholar \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M14.573 2.729c-0.729 0.484-4.292 2.849-7.917 5.255s-6.589 4.396-6.589 4.422c0 0.026 0.182 0.146 0.406 0.266 0.224 0.13 3.797 2.109 7.953 4.411l7.542 4.193 0.193-0.099c0.109-0.052 2.891-1.641 6.188-3.521l5.99-3.427 0.036 10.599h3.557v-12.401l-4.615-3.094c-6.219-4.167-11.188-7.448-11.307-7.474-0.063-0.010-0.703 0.38-1.438 0.87zM7.141 22.177l0.016 2.672 8.828 5.292 8.891-5.339v-2.641c0-1.458-0.016-2.646-0.031-2.646-0.021 0-1.76 1.042-3.87 2.323l-4.406 2.661-0.578 0.339-1.755-1.052c-1.464-0.875-2.927-1.755-4.385-2.641l-2.672-1.615c-0.031-0.010-0.042 1.177-0.036 2.646z\"/>\n</svg>\n</li><li title=\"cib gov uk \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M3.197 17.375c0.349-0.853-0.052-1.833-0.905-2.181-0.844-0.349-1.819 0.061-2.167 0.916-0.355 0.849 0.052 1.817 0.891 2.161 0.844 0.36 1.828-0.047 2.167-0.896zM4.323 13.047c0.344-0.844-0.057-1.823-0.916-2.183-0.844-0.343-1.823 0.068-2.188 0.917-0.359 0.849 0.041 1.823 0.88 2.172 0.865 0.353 1.823-0.052 2.188-0.907zM5.912 11.588c0.859 0.355 1.823-0.052 2.181-0.9 0.339-0.849-0.063-1.833-0.9-2.183-0.844-0.349-1.824 0.063-2.188 0.911-0.36 0.855 0.063 1.824 0.907 2.172zM10.12 12.989c0.859 0.344 1.823-0.057 2.187-0.901 0.339-0.859-0.061-1.843-0.921-2.181-0.849-0.365-1.828 0.057-2.172 0.9-0.359 0.839 0.063 1.824 0.907 2.167zM28.803 17.344c0.359 0.839 1.323 1.24 2.181 0.88 0.844-0.36 1.245-1.323 0.88-2.188-0.359-0.859-1.343-1.26-2.181-0.9-0.865 0.343-1.261 1.323-0.901 2.187zM29.781 13.896c0.844-0.344 1.245-1.323 0.901-2.188-0.36-0.844-1.344-1.26-2.183-0.901-0.864 0.36-1.265 1.324-0.901 2.183 0.339 0.844 1.323 1.245 2.161 0.907zM26.057 11.588c0.839-0.343 1.24-1.323 0.896-2.172-0.36-0.864-1.333-1.265-2.188-0.916-0.844 0.36-1.249 1.323-0.891 2.188 0.36 0.839 1.339 1.239 2.183 0.9zM21.511 12.729c0.839-0.36 1.239-1.344 0.901-2.183-0.365-0.864-1.324-1.265-2.188-0.921-0.844 0.359-1.245 1.344-0.88 2.181 0.359 0.844 1.323 1.245 2.187 0.887zM12.568 6.579l0.125 3.203 2.333-1.235c0.047 0.052 0.104 0.104 0.161 0.147-0.24 0.952-0.828 2.552-1.199 3.432-0.443 1.083 0.073 2.323 1.151 2.771 1.084 0.443 2.329-0.084 2.777-1.161 0.323-0.761 0.161-1.589-0.319-2.167-0.52-0.907-1.041-2.041-1.323-2.928 0.084-0.056 0.14-0.14 0.197-0.197l2.532 1.303 0.12-3.188-2.631 0.844c-0.021-0.041-0.036-0.084-0.057-0.099l1.021-2.912-3.104-0.099 0.943 2.864c-0.084 0.041-0.141 0.104-0.204 0.183zM28.427 18.724c0.213 1.177 0.251 1.713-0.020 2.479-0.38-0.38-0.719-1.072-0.995-2.124l-1.167 3.719c0.692-0.459 1.224-0.751 1.823-0.761-1.089 2.287-2.428 2.865-3.281 2.699-1.052-0.213-1.536-1.156-1.355-1.959 0.235-1.12 1.407-1.401 1.932-0.088 1.057-2.089-0.692-2.771-1.823-2.167 1.751-1.704 1.959-3.235 0.568-5.115-1.953 1.473-1.984 2.948-1.136 5.031-1.119-1.312-2.905-0.62-2.28 1.484 0.833-1.265 1.905-0.463 1.728 0.756-0.145 1.057-1.552 1.88-3.281 1.719-2.484-0.219-2.604-1.943-2.645-3.365 0.604-0.099 1.703 0.48 2.645 1.808l0.381-3.953c-1.021 1.041-1.964 1.26-2.985 1.287 0.36-1.041 1.943-2.792 1.943-2.792l-4.968-0.057c0 0 1.583 1.765 1.921 2.823-1.025-0.015-1.948-0.219-2.968-1.281l0.343 3.948c0.939-1.317 2.043-1.88 2.647-1.781-0.063 1.401-0.203 3.125-2.688 3.349-1.724 0.141-3.129-0.703-3.265-1.765-0.161-1.203 0.921-2.005 1.74-0.719 0.64-2.104-1.141-2.808-2.267-1.505 0.887-2.084 0.865-3.568-1.077-5.052-1.407 1.864-1.203 3.391 0.536 5.135-1.12-0.624-2.885 0.037-1.844 2.141 0.543-1.323 1.709-1.021 1.948 0.099 0.157 0.803-0.323 1.745-1.364 1.943-0.86 0.161-2.183-0.416-3.265-2.724 0.599 0.021 1.12 0.323 1.801 0.781l-1.14-3.708c-0.281 1.041-0.641 1.729-1.027 2.104-0.244-0.76-0.219-1.303 0.021-2.479l-2.407 0.817c1.229 1.688 2.48 4.025 3.459 8.14 3.031-0.505 8.208-0.807 11.344-0.807 3.124 0.021 8.301 0.38 11.323 0.921 1.025-4.109 2.287-6.432 3.531-8.099l-2.364-0.859z\"/>\n</svg>\n</li><li title=\"cib gradle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M30.265 5.735c-2-2-5.068-2-7.068-0.136-0.129 0.136-0.129 0.265-0.129 0.401s0 0.265 0.129 0.401l0.667 0.667c0.136 0.129 0.401 0.129 0.667 0 0.537-0.401 1.068-0.537 1.735-0.537 1.599 0 2.932 1.333 2.932 2.939 0 0.796-0.265 1.463-0.796 2-4 4-9.469-7.204-21.599-1.469-0.803 0.401-1.204 1.333-0.803 2.136v0.129l2 3.599c0.401 0.803 1.469 1.068 2.265 0.667l0.932-0.531c1.068-0.667 2-1.333 2.939-2.136 0.129-0.129 0.531-0.129 0.667 0 0.265 0.136 0.265 0.401 0.129 0.667l-0.129 0.136c-0.939 0.803-2 1.599-3.068 2.265l-0.932 0.401c-0.401 0.265-0.803 0.401-1.333 0.401-0.939 0-1.871-0.537-2.272-1.333l-2-3.469c-3.728 2.667-6.129 7.871-4.796 14.401 0 0.265 0.265 0.401 0.531 0.401h2.265c0.272 0 0.401-0.136 0.537-0.401 0.265-1.864 1.864-3.068 3.735-2.803 1.463 0.136 2.667 1.333 2.796 2.803 0 0.265 0.265 0.401 0.537 0.401h2.129c0.265 0 0.401-0.136 0.537-0.401 0.265-1.864 1.864-3.068 3.728-2.803 1.469 0.136 2.667 1.333 2.803 2.803 0 0.265 0.265 0.401 0.531 0.401h2.136c0.265 0 0.531-0.265 0.531-0.537 0-3.061 0.939-6.531 3.204-8.265 7.864-6.129 5.735-11.333 3.864-13.197zM22 14.932l-1.599-0.796c0-0.537 0.401-0.939 0.932-0.939s0.932 0.401 0.932 0.939c0.136 0.395 0 0.667-0.265 0.796z\"/>\n</svg>\n</li><li title=\"cib grafana \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M30.667 14.167c-0.057-0.536-0.141-1.161-0.313-1.844s-0.453-1.422-0.823-2.214c-0.401-0.766-0.88-1.594-1.536-2.359-0.255-0.313-0.536-0.594-0.823-0.906 0.453-1.792-0.542-3.354-0.542-3.354-1.729-0.109-2.807 0.542-3.208 0.828-0.057-0.031-0.141-0.057-0.198-0.089-0.281-0.109-0.594-0.224-0.906-0.339-0.313-0.089-0.625-0.198-0.938-0.255-0.313-0.089-0.651-0.146-0.995-0.203-0.057 0-0.115-0.026-0.172-0.026-0.734-2.385-2.896-3.406-2.896-3.406-2.469 1.589-2.953 3.719-2.953 3.719s0 0.057-0.026 0.115c-0.141 0.026-0.255 0.083-0.396 0.115-0.172 0.057-0.37 0.115-0.542 0.198s-0.37 0.141-0.542 0.224c-0.37 0.172-0.708 0.344-1.078 0.542-0.339 0.193-0.672 0.401-0.99 0.625-0.057-0.026-0.089-0.057-0.089-0.057-3.323-1.276-6.276 0.255-6.276 0.255-0.255 3.552 1.339 5.766 1.651 6.161-0.089 0.229-0.146 0.427-0.229 0.656-0.255 0.802-0.432 1.63-0.542 2.469-0.026 0.115-0.026 0.255-0.057 0.37-3.063 1.505-3.974 4.63-3.974 4.63 2.557 2.953 5.568 3.12 5.568 3.12 0.375 0.682 0.813 1.328 1.307 1.932 0.198 0.255 0.422 0.484 0.651 0.74-0.938 2.667 0.141 4.911 0.141 4.911 2.87 0.115 4.745-1.25 5.141-1.563l0.849 0.255c0.88 0.229 1.792 0.37 2.672 0.401h1.161c1.339 1.927 3.724 2.187 3.724 2.187 1.672-1.792 1.786-3.526 1.786-3.922v-0.172c0.344-0.255 0.682-0.51 1.026-0.792 0.677-0.599 1.245-1.307 1.76-2.047 0.057-0.057 0.083-0.141 0.141-0.198 1.901 0.115 3.234-1.193 3.234-1.193-0.313-1.984-1.448-2.953-1.672-3.12l-0.057-0.057-0.026-0.031c0-0.109 0.026-0.224 0.026-0.37 0.026-0.224 0.026-0.422 0.026-0.651v-0.823c0-0.057 0-0.115-0.026-0.172l-0.057-0.339c-0.026-0.229-0.083-0.427-0.115-0.656-0.198-0.839-0.521-1.646-0.964-2.385-0.448-0.719-0.99-1.365-1.62-1.932-0.609-0.536-1.297-0.979-2.042-1.302-0.708-0.333-1.469-0.542-2.245-0.63-0.37-0.057-0.766-0.057-1.135-0.057h-0.568c-0.198 0.031-0.396 0.057-0.568 0.089-0.766 0.141-1.479 0.427-2.104 0.792-0.625 0.37-1.161 0.854-1.615 1.391-0.443 0.516-0.792 1.099-1.026 1.734-0.224 0.594-0.37 1.25-0.396 1.844v0.682c0 0.083 0 0.141 0.026 0.229 0.089 0.875 0.411 1.708 0.938 2.411 0.344 0.453 0.708 0.797 1.135 1.078 0.427 0.286 0.854 0.484 1.307 0.625 0.458 0.146 0.88 0.198 1.276 0.172h0.599c0.057 0 0.109-0.026 0.141-0.026 0.057 0 0.083-0.031 0.141-0.031 0.083-0.026 0.198-0.057 0.281-0.083 0.172-0.057 0.344-0.141 0.516-0.198 0.167-0.089 0.307-0.172 0.422-0.26 0.031-0.026 0.089-0.057 0.115-0.083 0.141-0.109 0.167-0.313 0.057-0.453-0.115-0.109-0.281-0.146-0.427-0.089-0.026 0.031-0.057 0.031-0.109 0.057-0.12 0.063-0.245 0.109-0.37 0.146-0.146 0.026-0.286 0.083-0.427 0.109-0.083 0-0.141 0.031-0.229 0.031h-0.479c0 0-0.026 0 0 0h-0.115c-0.031 0-0.083 0-0.115-0.031-0.313-0.057-0.651-0.141-0.964-0.281-0.313-0.146-0.625-0.344-0.88-0.599-0.286-0.255-0.51-0.536-0.708-0.88-0.198-0.339-0.313-0.708-0.37-1.078-0.031-0.198-0.057-0.396-0.031-0.594v-0.172c0 0.026 0 0 0 0v-0.141c0-0.115 0.031-0.198 0.057-0.313 0.151-0.88 0.578-1.688 1.224-2.302 0.172-0.172 0.339-0.313 0.542-0.422 0.198-0.146 0.396-0.26 0.594-0.344s0.427-0.172 0.651-0.229c0.229-0.057 0.458-0.109 0.682-0.109 0.115 0 0.229-0.031 0.344-0.031h0.224c0.031 0 0 0 0 0h0.115c0.76 0.063 1.495 0.286 2.161 0.656 0.906 0.51 1.672 1.276 2.125 2.214 0.229 0.453 0.401 0.964 0.484 1.505 0.026 0.141 0.026 0.255 0.057 0.396v0.74c0 0.141-0.026 0.286-0.026 0.427-0.031 0.141-0.031 0.281-0.057 0.422l-0.089 0.427c-0.026 0.141-0.167 0.542-0.255 0.823-0.083 0.286-0.479 1.052-0.823 1.505-0.688 0.948-1.609 1.698-2.672 2.188-0.536 0.229-1.078 0.427-1.646 0.51-0.281 0.057-0.563 0.089-0.849 0.089h-0.427c0.026 0 0 0 0 0h-0.026c-0.141 0-0.313 0-0.458-0.031-0.625-0.057-1.219-0.172-1.818-0.339-0.594-0.172-1.161-0.401-1.703-0.682-1.078-0.583-2.036-1.375-2.807-2.328-0.37-0.484-0.714-0.995-0.995-1.531-0.286-0.542-0.484-1.109-0.656-1.677-0.161-0.573-0.26-1.161-0.281-1.76v-0.88c0-0.281 0.026-0.594 0.083-0.906 0.031-0.313 0.089-0.599 0.141-0.911 0.057-0.307 0.146-0.594 0.229-0.906s0.37-1.161 0.625-1.703c0.51-1.078 1.167-2.047 1.932-2.813 0.198-0.198 0.396-0.37 0.625-0.536 0.083-0.089 0.281-0.26 0.51-0.401 0.224-0.141 0.453-0.281 0.708-0.396 0.115-0.057 0.229-0.115 0.37-0.172 0.057-0.026 0.115-0.057 0.198-0.083 0.057-0.026 0.115-0.057 0.198-0.089 0.255-0.109 0.51-0.198 0.766-0.281 0.057-0.026 0.146-0.026 0.203-0.057s0.141-0.026 0.198-0.057c0.057-0.031 0.255-0.057 0.396-0.115 0.057-0.026 0.141-0.026 0.198-0.057 0.057 0 0.141-0.026 0.198-0.026s0.141-0.031 0.198-0.031l0.229-0.057c0.057 0 0.141-0.026 0.198-0.026 0.089 0 0.141-0.026 0.229-0.026 0.057 0 0.167-0.031 0.224-0.031s0.089 0 0.141-0.026h0.198c0.089 0 0.146 0 0.229-0.026h0.115c0 0 0.026 0 0 0h1.047c0.51 0.026 1.026 0.083 1.505 0.167 0.953 0.167 1.87 0.474 2.729 0.911 0.797 0.385 1.542 0.87 2.214 1.448 0.026 0.026 0.083 0.057 0.115 0.109 0.026 0.031 0.083 0.057 0.109 0.115 0.089 0.057 0.146 0.141 0.229 0.198s0.141 0.141 0.229 0.198c0.057 0.089 0.141 0.146 0.198 0.229 0.755 0.776 1.391 1.667 1.875 2.641 0.026 0.026 0.026 0.057 0.057 0.115 0.026 0.026 0.026 0.057 0.057 0.109 0.026 0.057 0.057 0.146 0.109 0.203 0.031 0.057 0.057 0.141 0.089 0.198 0.026 0.057 0.057 0.141 0.083 0.198 0.115 0.255 0.198 0.51 0.286 0.766 0.141 0.396 0.224 0.74 0.313 1.021 0.031 0.12 0.135 0.198 0.255 0.203 0.141 0 0.224-0.115 0.224-0.26-0.026-0.339-0.026-0.708-0.057-1.135z\"/>\n</svg>\n</li><li title=\"cib graphcool \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M28.182 10.573c-1.552-0.875-3.51 0.266-3.823 0.464l-6.714 3.807c-0.995-0.786-2.406-0.755-3.359 0.083-0.953 0.833-1.177 2.224-0.526 3.318 0.646 1.089 1.979 1.557 3.167 1.115s1.885-1.672 1.667-2.917l6.74-3.828c0.438-0.276 1.464-0.693 1.938-0.427 0.344 0.198 0.542 0.844 0.557 1.802h-0.010v8.401c0 0.786-0.417 1.51-1.094 1.901l-9.63 5.563c-0.682 0.391-1.516 0.391-2.193 0l-9.63-5.563c-0.682-0.391-1.099-1.115-1.099-1.901v-11.12c0-0.786 0.417-1.51 1.099-1.901l8.714-5.026c0.828 0.948 2.219 1.172 3.307 0.531 1.083-0.641 1.563-1.969 1.13-3.151-0.432-1.188-1.651-1.896-2.896-1.688s-2.161 1.271-2.188 2.536l-8.99 5.193c-1.255 0.719-2.031 2.057-2.031 3.505v11.115c0 1.453 0.771 2.786 2.026 3.51l9.625 5.563c1.255 0.724 2.797 0.724 4.052 0l9.63-5.563c1.25-0.724 2.021-2.057 2.026-3.505v-8.083h0.005c0.047-1.896-0.464-3.151-1.5-3.734z\"/>\n</svg>\n</li><li title=\"cib graphql \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M18.734 3.667l6.578 3.802c1.089-1.146 2.901-1.193 4.047-0.104 0.193 0.188 0.365 0.401 0.5 0.635 0.786 1.37 0.313 3.12-1.063 3.906-0.229 0.13-0.479 0.234-0.745 0.297v7.599c1.531 0.365 2.474 1.896 2.109 3.427-0.063 0.271-0.172 0.531-0.307 0.771-0.792 1.365-2.536 1.833-3.906 1.042-0.26-0.146-0.5-0.344-0.698-0.568l-6.542 3.776c0.495 1.495-0.318 3.109-1.813 3.604-0.292 0.099-0.594 0.146-0.896 0.146-1.573 0-2.854-1.271-2.854-2.849 0-0.271 0.042-0.547 0.12-0.813l-6.583-3.797c-1.089 1.141-2.896 1.188-4.036 0.094-1.135-1.089-1.177-2.891-0.094-4.031 0.38-0.396 0.865-0.677 1.396-0.807v-7.599c-1.531-0.365-2.479-1.906-2.109-3.443 0.063-0.266 0.167-0.521 0.302-0.755 0.786-1.365 2.536-1.833 3.901-1.042 0.234 0.135 0.453 0.302 0.641 0.5l6.583-3.797c-0.448-1.51 0.417-3.099 1.922-3.542 0.26-0.083 0.536-0.12 0.813-0.12 1.573 0 2.854 1.271 2.854 2.844 0 0.281-0.042 0.557-0.12 0.823zM18.047 4.839c-0.026 0.026-0.047 0.052-0.078 0.078l8.615 14.917c0.036-0.010 0.078-0.021 0.109-0.031v-7.609c-1.526-0.375-2.453-1.922-2.073-3.448 0.005-0.031 0.016-0.068 0.021-0.099zM14.026 4.917l-0.078-0.078-6.594 3.802c0.438 1.51-0.438 3.089-1.948 3.526-0.036 0.010-0.068 0.016-0.104 0.026v7.609l0.115 0.031 8.615-14.917zM16.797 5.594c-0.521 0.146-1.073 0.146-1.589 0l-8.615 14.917c0.391 0.375 0.667 0.859 0.802 1.391h17.214c0.13-0.531 0.406-1.016 0.802-1.396zM18.109 27.229l6.552-3.786c-0.021-0.063-0.036-0.125-0.052-0.188h-17.219l-0.031 0.109 6.589 3.802c0.516-0.536 1.245-0.87 2.052-0.87 0.839 0 1.589 0.359 2.109 0.932z\"/>\n</svg>\n</li><li title=\"cib grav \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16 0c-8.839 0-16 7.161-16 16s7.161 16 16 16c8.839 0 16-7.161 16-16s-7.161-16-16-16zM24.651 18.62c-1.667-1.099-2.62-2.031-3.453-3.703-0.568 1.146-1.891 2.849-4.13 4.188-1.12 3.479-6.427 10.141-8.151 9.177-0.505-0.26-0.599-0.641-0.49-1.021 0.125-0.938 2.089-3.12 2.089-3.12s0.042 0.464 0.661 1.422c-0.839-2.583 1.359-5.74 1.943-6.844 0.917-0.276 0.974-1.458 0.974-1.458 0.063-1.818-0.755-3.12-1.536-3.917 0.563 0.698 0.74 1.74 0.76 2.698v0.339c-0.042 0.802-0.281 1.88-0.781 1.88v0.021c-0.521-0.021-1.182 0.099-1.76 0.281l-1.281 0.318c0 0 0.682-0.021 1.042 0.302-0.417 0.682-1.339 1.5-2.359 1.979-1.479 0.698-1.922-0.682-1.161-1.563 0.182-0.219 0.38-0.396 0.536-0.536-0.12-0.12-0.177-0.281-0.198-0.479-0.099-0.458-0.057-1.042 0.604-1.979 0.12-0.198 0.276-0.401 0.458-0.599l0.042-0.042v-0.021c0.036-0.063 0.099-0.099 0.135-0.161 0.76-0.776 1.984-1.599 3.885-2.318 2.255-3.323 3.078-3.943 3.078-3.943 0.24-0.24 0.682-0.557 0.818-0.641-1.161-2.016-1.396-4.859-1.099-5.62-0.036 0.042-0.063 0.083-0.078 0.141 0.12-0.26 0.177-0.339 0.297-0.479 0.323-0.359 1.38-0.557 1.781 0.24 0.203 0.422 0.24 0.979 0.24 1.38-0.859-0.036-1.62 0.922-1.62 0.922s0.698-0.323 1.583-0.339c0 0 0.24 0.219 0.516 0.594-0.375 0.745-1.036 2.302-0.557 3.964 0.083 0.323 0.198 0.599 0.344 0.839 0.016 0.021 0.016 0.021 0.016 0.042l0.042 0.036c0.781 1.182 2.198 1.302 2.198 1.302-0.661-0.318-1.219-0.859-1.557-1.5-0.182-0.339-0.302-0.641-0.359-0.859-0.38-1.443 0.177-2.302 0.5-2.859 0.719-1.12 2.057-1.802 3.474-1.641 2 0.219 3.443 2.042 3.203 4.042-0.141 1.219-0.88 2.24-1.88 2.776 0.24 0.661-0.021 1.443-0.021 1.443 0.599 0.76 0.641 1.198 0.62 1.62-0.781-0.12-1.521 0.401-1.521 0.401s1.479-0.344 2.344 0.417c0.557 0.599 0.938 1.161 1.156 1.563 0.318 0.578 1.802 0.62 1.641 1.641-0.182 1.036-1.323 1.036-3.083-0.12zM18.219 12.474c-0.292-0.292-0.766-0.292-1.057 0l-0.62 0.625c-0.297 0.276-0.297 0.76 0 1.057l0.677 0.682c0.297 0.302 0.771 0.281 1.063 0l0.625-0.62c0.297-0.302 0.297-0.781 0-1.063l-0.688-0.698zM15.281 12.224c-0.188 0.188-0.188 0.49 0 0.682 0.188 0.182 0.49 0.182 0.677 0 0.188-0.193 0.188-0.495 0-0.682s-0.49-0.188-0.677 0zM16.974 11.891c0.188-0.188 0.188-0.49 0-0.682-0.188-0.182-0.49-0.182-0.682 0-0.188 0.193-0.188 0.495 0 0.682s0.495 0.188 0.682 0zM24.151 10.151c0.786-1.51-0.328-2.391-1.099-3.109-1.234-1.161-2.464-1.661-3.865-0.036-1.406 1.594-0.51 3.474 0.771 4.375 1.281 0.922 3.38 0.302 4.182-1.219zM22.026 9.531c-0.495-0.594 0.427-1.667 1.010-1.026 1.063 1.188-0.516 1.625-1.010 1.026z\"/>\n</svg>\n</li><li title=\"cib gravatar \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16 0c-1.765 0-3.197 1.432-3.197 3.197v11.204c0 1.765 1.432 3.197 3.197 3.197s3.197-1.432 3.197-3.197v-7.453c3.729 1.317 6.401 4.869 6.401 9.052 0 5.297-4.301 9.599-9.599 9.599s-9.599-4.296-9.599-9.599c0-2.651 1.072-5.052 2.812-6.787 1.251-1.249 1.251-3.281 0-4.531-1.249-1.251-3.281-1.251-4.531 0-2.891 2.901-4.683 6.901-4.683 11.317 0 8.839 7.161 16 16 16s16-7.161 16-16c0-8.839-7.161-16-16-16z\"/>\n</svg>\n</li><li title=\"cib greenkeeper \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16.052 30.063c-2.13 0-3.557-2.198-2.682-4.146l-3.599-2.396c-2.484 2.594-6.557-0.682-4.557-3.667 2-2.979 6.578-0.448 5.115 2.828l3.604 2.401c0.109-0.115 0.229-0.219 0.354-0.313l-5.771-11.547c-3.443 1.068-5.422-3.797-2.214-5.438 3.214-1.635 5.99 2.818 3.109 4.979l5.771 11.547c0.104-0.031 0.208-0.057 0.313-0.078v-5.505c-3.182-0.609-3.182-5.167 0-5.776v-5.188c-3.531-0.682-2.984-5.896 0.615-5.828s3.953 5.297 0.396 5.849v5.151c3.323 0.51 3.323 5.302 0 5.813v5.464c0.109 0.016 0.219 0.042 0.323 0.068l5.76-11.516c-2.87-2.161-0.094-6.594 3.104-4.958s1.224 6.479-2.208 5.417l-5.745 11.49c0.135 0.094 0.26 0.198 0.375 0.313l3.484-2.37c-1.568-3.245 2.943-5.927 5.047-3 2.099 2.927-1.885 6.344-4.458 3.818l-3.484 2.37c0.943 1.953-0.479 4.219-2.651 4.219zM16 32c-8.839 0-16-7.161-16-16 0-4.245 1.688-8.313 4.688-11.313 6.245-6.25 16.38-6.25 22.625 0 6.25 6.245 6.25 16.38 0 22.625-2.995 3.010-7.068 4.698-11.313 4.688zM16 1.005c-8.281 0-14.995 6.714-14.995 14.995 0 3.974 1.583 7.792 4.396 10.599 5.833 5.88 15.323 5.911 21.198 0.078 5.88-5.833 5.911-15.328 0.078-21.203-2.813-2.87-6.661-4.479-10.677-4.469z\"/>\n</svg>\n</li><li title=\"cib greensock \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M17.964 31.932c-0.417-0.073-0.849-0.271-1.094-0.49-0.167-0.172-0.26-0.406-0.266-0.646 0-0.245 0.125-0.589 0.323-0.932 0.12-0.193 0.214-0.401 0.281-0.62 0.042-0.151 0.13-0.396 0.198-0.552l0.12-0.286 0.031-1.911c0.016-1.057 0.047-2.036 0.073-2.188 0.068-0.438 0.182-0.865 0.333-1.281l0.115-0.276-0.167-0.099c-0.151-0.094-0.276-0.224-0.771-0.813-0.609-0.719-1.411-1.115-2.547-1.25-0.37-0.036-0.745-0.063-1.12-0.078-1.667-0.078-2.62-0.427-3.479-1.271-0.641-0.63-0.974-1.365-1.109-2.448-0.182-1.464-0.385-2.214-0.76-2.823-0.094-0.151-0.198-0.292-0.318-0.422l-0.151-0.151-0.333 0.214c-0.182 0.12-0.438 0.271-0.563 0.339-0.417 0.229-0.813 0.484-1.193 0.76-0.932 0.677-1.948 1.526-2.505 2.083-0.25 0.25-0.38 0.359-0.438 0.349-0.38-0.057-0.089-1.703 0.531-2.943 0.792-1.599 2.125-3.073 3.667-4.068 1.266-0.818 3.313-1.943 4.26-2.339 1.682-0.703 3.859-1.464 5.349-1.87 0.313-0.089 0.505-0.167 0.635-0.255 0.292-0.203 0.578-0.302 0.906-0.307 0.276-0.005 0.302-0.010 0.568-0.188 0.313-0.203 0.406-0.214 0.719-0.104l0.203 0.073 0.25-0.172 0.25-0.167 0.359 0.005c0.276 0.005 0.401-0.005 0.521-0.057 0.151-0.068 0.156-0.078 0.198-0.328 0.094-0.542 0.104-0.813 0.047-1.141-0.073-0.432-0.083-2.109-0.010-2.438 0.078-0.354 0.13-0.427 0.396-0.557 0.396-0.193 0.693-0.25 1.375-0.25 0.833 0 1.255 0.115 1.568 0.417 0.281 0.271 0.328 0.906 0.182 2.396-0.089 0.859-0.099 1.099-0.073 1.661 0.010 0.359 0.036 0.698 0.047 0.745 0.021 0.089 0.042 0.094 0.344 0.099 0.297 0.005 0.349 0.021 0.63 0.167 0.271 0.141 0.474 0.313 0.516 0.438 0.005 0.026 0.052 0.026 0.135 0 0.161-0.047 0.302 0.005 0.417 0.146 0.068 0.089 0.109 0.104 0.266 0.104 0.214 0 0.292 0.052 0.469 0.313 0.083 0.12 0.198 0.208 0.328 0.266 0.292 0.146 0.688 0.552 0.839 0.875 0.234 0.479 0.281 1.036 0.135 1.536-0.052 0.188-0.052 0.193 0.057 0.375 0.229 0.391 0.313 0.87 0.219 1.276l-0.052 0.24 0.156 0.156c0.776 0.776 0.661 2.042-0.286 3.172-0.099 0.12-0.219 0.307-0.266 0.422-0.182 0.484-0.391 0.823-0.661 1.104l-0.276 0.281h-0.281c-0.281 0-0.677-0.094-0.917-0.219-0.099-0.052-0.104-0.052-0.083 0.010 0.063 0.229 0.219 1.161 0.271 1.677 0.083 0.792 0.057 1.943-0.052 2.438-0.078 0.365-0.214 0.719-0.396 1.047-0.104 0.167-0.109 0.203-0.089 0.406 0.031 0.286-0.036 0.766-0.151 1.083-0.141 0.37-0.193 0.542-0.224 0.729-0.026 0.161-0.026 0.161 0.089 0.161 0.151 0 0.234 0.089 0.234 0.266 0 0.078-0.068 0.5-0.151 0.932-0.229 1.214-0.245 1.349-0.245 2.526-0.005 1.214-0.005 1.203 0.271 1.385l0.62 0.401c0.531 0.354 1.104 0.646 1.703 0.875 0.87 0.344 0.99 0.432 0.99 0.724 0 0.13-0.026 0.177-0.135 0.281-0.333 0.323-0.99 0.396-2.313 0.255-0.688-0.063-1.38-0.099-2.068-0.099-1.823-0.026-2.089-0.089-2.328-0.542-0.135-0.26-0.109-0.599 0.078-1.156 0.083-0.245 0.156-0.495 0.219-0.75 0.125-0.604 0.042-1.323-0.25-2.135l-0.25-0.693c-0.245-0.703-0.38-1.99-0.234-2.281 0.026-0.057 0.073-0.068 0.198-0.063l0.156 0.016 0.13-0.271c0.099-0.214 0.208-0.354 0.505-0.651l0.38-0.38-0.021-0.245c-0.016-0.234-0.323-1.37-0.365-1.365-0.016 0-0.099 0.115-0.193 0.26-0.229 0.344-0.734 0.875-1.021 1.068-0.125 0.083-0.229 0.182-0.229 0.214-0.005 0.141-0.125 0.417-0.271 0.609-0.141 0.188-0.151 0.219-0.13 0.385 0.036 0.245-0.042 1.031-0.135 1.443-0.083 0.302-0.198 0.599-0.344 0.885-0.359 0.745-0.63 1.411-0.698 1.719-0.052 0.297-0.078 0.599-0.094 0.896-0.016 0.354-0.052 0.698-0.078 0.771-0.036 0.099-0.036 0.177-0.005 0.328 0.026 0.109 0.042 0.354 0.036 0.547-0.005 0.266 0.016 0.438 0.094 0.75 0.135 0.531 0.161 0.865 0.099 1.063-0.042 0.125-0.083 0.172-0.224 0.24-0.313 0.161-1.198 0.25-1.677 0.167zM19.229 31.505c0.182-0.052 0.339-0.208 0.339-0.349 0-0.063-0.052-0.245-0.115-0.406-0.125-0.307-0.339-1.12-0.339-1.255 0-0.068 0.005-0.073 0.109-0.016l0.115 0.063v-0.146c-0.016-0.135-0.047-0.266-0.089-0.396-0.099-0.297-0.109-0.302-0.74-0.339l-0.427-0.021-0.156 0.151c-0.083 0.089-0.161 0.182-0.224 0.292-0.068 0.135-0.094 0.339-0.052 0.385 0.010 0.016 0.115 0 0.229-0.026 0.068-0.021 0.135-0.031 0.208-0.036 0 0.005-0.115 0.099-0.26 0.198-0.625 0.469-0.844 0.755-0.844 1.12 0 0.38 0.359 0.677 0.922 0.766 0.385 0.057 1.135 0.073 1.323 0.016zM27.703 30.885c0.156-0.188 0.135-0.38-0.063-0.599-0.115-0.115-0.245-0.214-0.391-0.292s-0.292-0.167-0.438-0.26c-0.115-0.083-0.479-0.297-0.813-0.479-0.24-0.13-0.474-0.266-0.703-0.411l-0.094-0.073v-1.432c0-1.411-0.005-1.432-0.078-1.411-0.365 0.099-0.969 0.146-1.734 0.13l-0.828-0.010 0.12 0.292c0.224 0.552 0.339 1.292 0.339 2.141 0 0.318-0.021 0.432-0.099 0.656-0.042 0.109-0.078 0.219-0.115 0.328-0.016 0.047 0.042 0.083 0.255 0.146 0.156 0.047 0.385 0.094 0.516 0.109l0.24 0.026-0.026 0.24c-0.026 0.271 0.005 0.557 0.073 0.646 0.042 0.052 0.198 0.073 0.922 0.104 0.547 0.026 1.141 0.083 1.609 0.151 0.406 0.063 0.844 0.115 0.974 0.115 0.219 0.005 0.24-0.005 0.333-0.115zM19.365 28.448c0.021-0.016 0.052-0.297 0.063-0.63 0.042-0.932 0.078-1.068 0.547-2.12 0.385-0.859 0.589-1.661 0.573-2.229l-0.010-0.339-0.146 0.141c-0.302 0.302-0.094-0.172 0.266-0.594 0.271-0.323 0.365-0.5 0.406-0.786 0.021-0.115 0.063-0.172 0.24-0.307 0.672-0.51 1.156-1.156 1.474-1.948 0.073-0.188 0.26-0.828 0.417-1.422 0.292-1.099 0.448-1.573 0.589-1.776 0.052-0.078 0.073-0.094 0.063-0.042-0.083 0.313-0.109 0.443-0.177 0.849-0.042 0.255-0.12 0.755-0.172 1.104-0.099 0.714-0.203 1.172-0.344 1.526l-0.094 0.24 0.25 0.646c0.26 0.661 0.38 1.141 0.401 1.604l0.016 0.26-0.203 0.042c-0.271 0.047-0.505 0.198-0.667 0.417-0.177 0.255-0.276 0.464-0.229 0.51 0.021 0.021 0.276 0.068 0.568 0.104 0.453 0.052 0.625 0.052 1.224 0.016 0.26-0.010 0.516-0.036 0.771-0.073 0.057-0.021 0.115-0.135 0.208-0.432 0.214-0.682 0.255-0.922 0.229-1.401l-0.021-0.422 0.109-0.141c0.255-0.323 0.453-0.906 0.536-1.589 0.099-0.833-0.083-2.578-0.422-4.078-0.161-0.714-0.229-1.141-0.229-1.453v-0.276l-0.255 0.026c-0.917 0.099-2.026 0.073-2.703-0.068-0.37-0.073-1.302-0.349-1.505-0.438l-0.161-0.073-0.021 0.182c-0.016 0.099-0.031 0.198-0.052 0.302-0.031 0.109-0.021 0.135 0.172 0.323 0.24 0.245 0.313 0.37 0.313 0.536 0 0.104-0.057 0.188-0.349 0.49-0.214 0.224-0.484 0.464-0.693 0.599l-0.339 0.229-0.146 0.505c-0.521 1.849-0.62 3.531-0.276 4.734l0.083 0.302-0.167 0.208c-0.625 0.786-0.995 1.385-1.052 1.719-0.010 0.068-0.063 0.286-0.115 0.49-0.135 0.516-0.24 1.271-0.286 2.089-0.031 0.682-0.078 1.37-0.135 2.052l-0.026 0.203 0.26 0.078c0.146 0.047 0.365 0.099 0.49 0.12 0.234 0.036 0.667 0.026 0.734-0.010zM24.422 25.583c0.406-0.026 0.776-0.089 0.849-0.151 0.031-0.021 0.068-0.13 0.078-0.24l0.026-0.198-0.323 0.073c-0.255 0.052-0.51 0.083-0.766 0.104-0.615 0.026-1.234 0.010-1.844-0.052-0.203-0.031-0.203-0.031-0.141 0.234 0.052 0.198 0.063 0.208 0.594 0.245 0.354 0.031 0.849 0.026 1.526-0.016zM24.083 24.677c0.531-0.047 1.193-0.161 1.323-0.229 0.042-0.021 0.078-0.099 0.094-0.188l0.047-0.276 0.026-0.13-0.13 0.026c-0.578 0.12-1.016 0.156-1.891 0.156-0.854 0-0.953-0.005-1.177-0.083-0.083-0.036-0.177-0.057-0.271-0.063-0.036 0.021-0.042 0.318-0.010 0.526 0.021 0.125 0.042 0.146 0.167 0.182 0.396 0.109 1.063 0.135 1.823 0.073zM14.417 19.979c1.333-0.385 3.078-1.516 4.505-2.932 0.464-0.464 0.521-0.526 0.583-0.734l0.083-0.266c0.010-0.021-0.073-0.057-0.182-0.083-0.286-0.068-0.505-0.234-0.505-0.385 0-0.089-0.052-0.177-0.203-0.339-0.245-0.276-0.307-0.396-0.333-0.661l-0.021-0.214-0.292-0.208c-0.167-0.12-0.75-0.443-1.37-0.755-0.469-0.229-0.932-0.479-1.385-0.75-0.521-0.349-0.87-0.766-1.068-1.26-0.036-0.099-0.083-0.182-0.099-0.182-0.042 0-1.214 1.13-1.714 1.661-1.234 1.302-2.083 2.432-2.62 3.479-0.135 0.26-0.281 0.568-0.323 0.682l-0.078 0.208 0.094 0.349c0.057 0.188 0.177 0.495 0.271 0.677 0.328 0.646 0.719 1.036 1.365 1.354 0.693 0.344 1.307 0.464 2.333 0.448 0.552-0.005 0.714-0.021 0.958-0.094zM3.896 15.411c0.875-0.776 2.083-1.625 3.563-2.505 0.969-0.578 4.714-2.453 6.438-3.219 0.313-0.141 0.594-0.271 0.625-0.286 0.031-0.021 0.12-0.245 0.203-0.495 0.365-1.156 0.547-1.385 1.208-1.536 0.083-0.021 0.104-0.047 0.104-0.13 0-0.151 0.104-0.5 0.193-0.656 0.068-0.12 0.068-0.125 0.010-0.109-0.036 0.010-0.255 0.073-0.484 0.141-3.177 0.917-5.953 2.135-8.349 3.656-2.557 1.625-4.031 3.573-4.458 5.906l-0.031 0.172 0.313-0.307c0.167-0.172 0.469-0.453 0.667-0.625zM27.464 15.854c0.255-0.13 0.651-0.729 0.797-1.203 0.042-0.167 0.125-0.323 0.245-0.453 0.385-0.427 0.703-1.203 0.708-1.734 0-0.828-0.469-1.146-1.151-0.792-0.089 0.042-0.161 0.073-0.172 0.063-0.036-0.036 0.156-0.224 0.391-0.37 0.307-0.203 0.365-0.323 0.365-0.755 0-0.365-0.089-0.656-0.297-0.979-0.094-0.141-0.13-0.234-0.115-0.292l0.094-0.349c0.13-0.464 0.083-0.995-0.12-1.333-0.302-0.51-0.672-0.76-1.188-0.802l-0.302-0.021 0.177 0.198c0.526 0.568 0.781 1.281 0.677 1.891-0.052 0.313-0.099 0.375-0.401 0.495l-0.177 0.073 0.021 0.24c0.036 0.391-0.031 0.677-0.281 1.203-0.125 0.266-0.219 0.505-0.208 0.531 0.031 0.089 0.375 0.255 0.646 0.323l0.266 0.063-0.167 0.057c-0.219 0.068-0.266 0.167-0.266 0.526 0 0.328 0.047 0.464 0.286 0.823 0.109 0.156 0.182 0.318 0.193 0.411 0.021 0.146 0.016 0.156-0.104 0.198-0.135 0.036-0.276 0.063-0.417 0.068-0.49 0.031-0.526 0.047-0.745 0.255-0.198 0.188-0.203 0.198-0.203 0.406 0 0.286 0.109 0.865 0.177 0.943 0.089 0.094 0.583 0.339 0.776 0.375 0.167 0.042 0.344 0.021 0.495-0.057zM20.25 15.464c0.318-0.25 0.568-0.5 0.708-0.714 0.089-0.13 0.094-0.156 0.052-0.266-0.073-0.167-0.552-0.599-0.818-0.729-0.177-0.078-0.365-0.135-0.557-0.161l-0.328-0.042-0.203-0.255c-0.422-0.521-0.656-0.927-0.99-1.714-0.292-0.667-0.547-1.057-0.953-1.443-0.167-0.156-0.286-0.286-0.276-0.286 0.021 0 0.219 0.099 0.448 0.219 0.38 0.203 0.427 0.219 0.599 0.193 0.62-0.073 1.167-0.786 1.365-1.786 0.057-0.281 0.172-0.568 0.292-0.74 0.005-0.005 0.245 0.151 0.526 0.354 0.714 0.505 0.87 0.583 1.276 0.599 0.266 0.010 0.417-0.010 0.896-0.125 1.021-0.25 2.125-0.349 2.797-0.26 0.38 0.052 0.927 0.219 1.333 0.411 0.401 0.188 0.479 0.198 0.609 0.083 0.109-0.094 0.109-0.109 0.109-0.458-0.005-0.516-0.193-1.073-0.479-1.406-0.146-0.172-0.557-0.453-0.964-0.667-0.146-0.078-0.292-0.156-0.432-0.234-0.193-0.115-0.411-0.099-1.005 0.057-0.688 0.177-0.87 0.177-1.656-0.026-0.667-0.167-0.708-0.172-1.365-0.068-0.349 0.052-1.224 0.021-1.516-0.057-0.146-0.042-0.292-0.083-0.432-0.135-0.255-0.099-0.698-0.115-1.099-0.042-0.797 0.141-1.401 0.573-1.62 1.161-0.115 0.297-0.099 0.438 0.052 0.531 0.24 0.151 0.557 0.563 0.557 0.724 0 0.010-0.078-0.057-0.167-0.151-0.224-0.234-0.427-0.339-0.667-0.339-0.318 0.010-0.604 0.198-0.734 0.484-0.068 0.182-0.13 0.37-0.177 0.563-0.146 0.531-0.276 0.813-0.552 1.188-0.245 0.339-0.281 0.49-0.193 0.87 0.219 0.958 0.599 1.344 2.187 2.245 0.833 0.474 1.26 0.74 1.573 0.974 0.24 0.177 0.245 0.188 0.224 0.323-0.047 0.313 0.151 0.651 0.542 0.927 0.099 0.068 0.161 0.141 0.161 0.193 0 0.094 0.266 0.224 0.458 0.224 0.109 0 0.193-0.047 0.417-0.219zM26.672 13.708c0.604 0.021 0.635-0.026 0.313-0.401-0.339-0.391-0.432-0.708-0.307-1.057l0.052-0.135-0.214-0.104c-0.073-0.036-0.146-0.073-0.219-0.099-0.036 0.141-0.073 0.276-0.104 0.417-0.078 0.318-0.172 1.141-0.177 1.49 0 0.031 0.052 0.021 0.141-0.036 0.125-0.073 0.188-0.083 0.516-0.073zM24.646 13.677c0.365-0.021 0.74-0.047 0.839-0.063l0.182-0.026 0.021-0.599c0.031-0.854 0.156-1.359 0.526-2.167 0.26-0.573 0.375-1.073 0.318-1.448-0.021-0.161-0.031-0.172-0.25-0.266-0.401-0.161-0.818-0.271-1.245-0.339-0.411-0.057-1.62-0.026-2.073 0.063-0.188 0.031-0.531 0.104-0.76 0.161-0.568 0.13-0.87 0.115-1.302-0.073-0.427-0.188-0.698-0.359-0.953-0.599-0.203-0.188-0.224-0.198-0.276-0.135-0.042 0.047-0.063 0.188-0.078 0.49-0.016 0.464-0.089 0.708-0.292 1.036-0.047 0.068-0.083 0.141-0.115 0.214 0 0.016 0.156 0.198 0.349 0.396 0.667 0.693 0.995 0.87 1.521 0.833 0.172-0.016 0.292-0.010 0.292 0.010 0 0.042-0.339 0.307-0.479 0.38-0.068 0.036-0.083 0.073-0.073 0.151l0.083 0.547c0.047 0.313 0.083 0.458 0.13 0.5 0.125 0.104 0.771 0.438 1.177 0.604 0.531 0.214 0.823 0.292 1.229 0.328 0.5 0.042 0.51 0.042 1.229 0zM20.339 13.104c0.010-0.016-0.026-0.318-0.094-0.667-0.083-0.474-0.13-0.646-0.182-0.693-0.036-0.031-0.229-0.167-0.422-0.307-0.255-0.182-0.495-0.385-0.719-0.599l-0.359-0.354-0.193 0.099-0.203 0.109c0.016 0.083 0.047 0.161 0.083 0.234 0.057 0.125 0.172 0.432 0.255 0.682 0.219 0.651 0.391 0.964 0.823 1.531l0.161 0.214 0.307 0.047c0.172 0.026 0.344 0.063 0.391 0.078 0.073 0.031 0.083 0.016 0.104-0.151 0.010-0.073 0.026-0.151 0.047-0.224zM26.938 6.625c0.266-0.026 0.313-0.063 0.198-0.182-0.073-0.073-0.24-0.078-0.375-0.016-0.089 0.042-0.109 0.031-0.25-0.12-0.146-0.161-0.156-0.167-0.339-0.146-0.167 0.021-0.193 0.016-0.214-0.052-0.068-0.115-0.146-0.214-0.24-0.302-0.12-0.135-0.266-0.24-0.432-0.307-0.323-0.125-0.505-0.109-0.813 0.063-0.891 0.484-0.854 0.479-1.714 0.26-0.802-0.203-1.401-0.411-1.594-0.542-0.161-0.109-0.505-0.229-0.792-0.266-0.214-0.031-0.349 0.016-0.552 0.182l-0.109 0.089 0.099 0.172c0.135 0.24 0.12 0.255-0.083 0.078-0.219-0.182-0.479-0.307-0.646-0.313-0.12 0-0.474 0.156-0.516 0.224-0.016 0.021 0.094 0.047 0.24 0.057 0.151 0.016 0.359 0.068 0.5 0.125 0.365 0.156 0.552 0.208 0.885 0.24 0.365 0.036 1.026-0.005 1.104-0.068 0.042-0.036 0.156-0.042 0.396-0.021 0.318 0.021 0.448 0.052 1.203 0.255 0.438 0.12 0.745 0.109 1.266-0.031 0.24-0.068 0.542-0.135 0.667-0.151 0.214-0.021 0.255-0.010 0.589 0.141 0.531 0.24 0.813 0.391 0.969 0.531 0.156 0.135 0.177 0.135 0.552 0.104zM23.969 5.714l0.318-0.167-0.010-0.323c-0.005-0.224-0.016-0.443-0.026-0.661l-0.026-0.333-0.318 0.245c-0.188 0.146-0.37 0.255-0.448 0.271-0.229 0.042-1.359 0-1.464-0.057-0.141-0.104-0.271-0.219-0.391-0.344l-0.292-0.297-0.005 0.177c0 0.094-0.010 0.255-0.031 0.354-0.026 0.188-0.026 0.193 0.177 0.448 0.109 0.141 0.198 0.266 0.198 0.281 0 0.099 1.505 0.568 1.844 0.573 0.109 0 0.245-0.047 0.474-0.167zM23.365 4.531c0.375-0.073 0.557-0.344 0.698-1.031 0.146-0.74 0.219-1.901 0.151-2.396-0.063-0.448-0.563-0.646-1.516-0.615-0.594 0.021-0.839 0.078-1.042 0.25-0.125 0.104-0.125 0.115-0.182 0.609-0.104 0.948 0.052 2.297 0.323 2.802 0.13 0.245 0.245 0.333 0.484 0.375 0.271 0.047 0.849 0.047 1.083 0.005z\"/>\n</svg>\n</li><li title=\"cib groovy \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M15.995 8.016c0 0-2.24 3.719-3.307 5.525-0.209 0.079-0.229 0.052-0.453 0.276-0.547-0.629-1.199-0.057-1.371 0.292-0.077-0.755-0.203-0.755-0.375-0.927 0.099-0.661 0.423-1.74-0.317-2.511-1.437-0.969-3.104 1.401-4.032 2.64l-0.5 0.833c-2.061-0.047-3.681 0.011-5.64-0.031 2.385 0.896 2.484 0.916 5.369 2.011 0 0.088 0.215 0.495 0.453 0.735 0.193 0.203 0.412 0.312 0.516 0.38-0.141 0.072-0.427 0.181-0.511 0.344-0.391 0.728 0.183 0.895 0.557 1.473 0.417 0.76 0.511 1.26 1.5 0.833 0.339-0.145 0.751-0.197 1.011-0.276-0.923 1.459-1.161 1.855-2.776 4.364l0.016 0.005c6.463-2.525 6.629-2.588 9.828-3.853 4.599 1.781 4.864 1.932 9.911 3.853-0.703-1.104-1.187-1.791-1.697-2.661 0.197-0.016 0.64-0.063 1.036-0.307 0.281-0.183 0.615-0.385 0.917-0.765 0.588-0.756 0.733-1.704 0.52-2.891-0.104-0.563-0.312-1.109-0.287-1.131 2.751-1.041 3.073-1.151 5.636-2.12-3.079 0.047-3.229 0.016-6.12 0.021-0.052-0.552-0.328-0.833-1.177-0.808-0.317 0.052-0.52 0.161-0.667 0.595-0.473-0.876-1.135-0.62-1.411-0.188-0.371-0.375-1.224-0.5-1.656-0.224-0.319-0.151-0.683-0.151-1.011 0.235-0.229-0.193-0.308-0.251-0.819-0.453-1.181-2-2.161-3.593-3.145-5.271zM16.011 9.083c0.468 0.715 2.072 3.485 2.468 4.1-0.452 0.031-0.891 0.271-1.224 0.749-0.291-0.296-0.629-0.593-1.224-0.615-0.724-0.124-1.113 0.199-1.599 0.756-0.145-0.485-0.708-0.6-1.197-0.376 0.437-0.687 2.5-4.161 2.776-4.609zM9.932 12.172c-0.068 1.911-1.421 3.615-2.396 2.989-0.733-0.593 0.199-2.109 0.787-2.645-0.041 0.411 0.328 0.667 0.032 1.025-0.595 0.724-0.36 1.251-0.104 1.328 0.681 0.219 1.337-1.635 1.337-2.932 0-0.833-0.489-0.817-1.448 0.183-1.312 1.359-2.015 2.683-1.547 3.583 0.261 0.511 0.647 0.871 1.276 0.792 1.235-0.145 1.98-1.672 2.057-2.645 0.199-0.005 0.147 0.011 0.199-0.032 0 0.172 0.239 1.011 0.421 1.557 0.245 0.937 1.287 2.813-1.823 3.543-0.588 0.151-0.817 0.197-1.401 0.427-0.281-0.589-0.349-0.776-0.927-1.349 0.781-0.276 0.792-0.245 1.297-0.421 1.952-0.683 2.541-1.267 2.473-2.095 0 0 0.027-0.427-0.245-0.785-0.093 0.307-0.224 0.593-0.391 0.859-0.583 0.912-1.728 1.469-2.749 1.115-0.552-0.197-0.792-0.625-0.792-1.355 0-0.937 2.136-3.645 3.183-4.109 0.74-0.219 0.771 0.391 0.76 0.969zM18.604 13.907c0.344 0.005 0.724 0.176 0.98 0.453 0.791 0.848 0.703 1.885 0.219 2.536-0.584 0.776-2.048 0.432-2.391-0.651-0.161-0.5 0.124-1.751 0.635-2.163 0.156-0.124 0.355-0.187 0.557-0.176zM15.787 13.989c0.052 0.005 0.104 0.011 0.156 0.027 0.672 0.036 0.812 0.416 0.932 0.744 0.308 0.833 0.229 1.615-0.401 2.256-0.947 0.957-2.052 0.536-2.047-0.756 0.021-0.921 0.589-2.287 1.36-2.265zM18.276 14.041c-0.511 0.385-0.579 1.365-0.104 1.729 0.183 0.172 0.287 0.292 0.812 0.344 0.365 0.031 0.943-0.339 0.969-0.703 0.016-0.167-0.016-0.448-0.417-0.896-0.333-0.376-0.771-0.464-0.88-0.401-0.353 0.208 0.027 0.375 0.167 0.511 0.213 0.219 0.265 0.312 0.167 0.38-0.145 0.093-0.328 0.12-0.495 0.073-0.14-0.063-0.609-0.329-0.219-1.037zM23.287 14.047c0.224 0.349 0.287 0.423 0.536 1.287 0.323 1.12 0.729 1.552 1.089 1.349 0.989-0.557 0.197-1.969-0.152-2.636 0.224 0 0.177 0.011 0.38 0.005 0.163 0.631 0.115 0.521 0.548 2.421 0.509 2.272 0.588 2.881-0.709 3.901-0.593 0.469-1.468 0.489-2.219 0.453l-0.848-0.131c0.583-0.38 0.724-0.739 0.724-1.484 1.703 0.713 2.609 0.172 2.968-0.703 0.177-0.423 0.115-0.98-0.052-1.964 0.011 0.803-0.005 0.948-0.109 1.344-0.213 0.797-0.729 1.016-1.083 0.453-0.136-0.213-0.459-0.932-0.563-1.708-0.1-0.772-0.172-1.86-0.667-2.313 0.057-0.109 0.109-0.229 0.156-0.276zM21.625 14.063c0.344 0.088 0.76 0.271 0.989 0.692 0.307 0.579 0.516 0.891 0.5 1.928-0.021 1.109-0.453 1.405-0.745 1.448-0.369 0.052-1.015 0.047-1.396-2.131-0.129-0.719-0.359-1.407-0.604-1.631 0.12-0.151 0.131-0.129 0.224-0.276 0.12 0.136 0.224 0.365 0.396 1.037 0.271 1.077 0.516 1.301 0.995 1.359 0.745 0.099 1.037-1.036 0.423-1.853-0.136-0.177-0.485-0.407-0.672-0.313 0.011 0.313 0.151 0.213 0.151 0.423-0.031 0.249-0.068 0.291-0.145 0.427-0.193-0.073-0.281-0.104-0.448-0.385-0.209-0.417-0.073-0.803 0.333-0.724zM15.495 14.161c-0.349 0.245-0.792 1.068-0.407 1.803 0.193 0.271 0.396 0.495 0.855 0.396 0.323-0.068 0.896-0.453 0.975-0.996 0.067-0.468-0.611-1.375-0.985-1.161-0.437 0.245-0.172 0.417 0.099 0.683 0.245 0.24 0.068 0.385-0.104 0.453-0.343 0.14-0.536 0.005-0.624-0.271-0.084-0.271-0.011-0.505 0.192-0.907zM11.672 14.245c0.077 0.228 0.135 0.536 0.292 0.833 0.036 0.031 0.176 0 0.359-0.209 0.115-0.135 0.245-0.317 0.475-0.619 0.14 0.129 0.151 0.223 0.192 0.291 0.093 0.177 0.297 0.161 0.365 0.147 0.224-0.224 0.26-0.371 0.405-0.391 0.011 0.291 0.027 0.468-0.344 0.905-0.165 0.188-0.421 0.276-0.667 0.229-0.161-0.047-0.265-0.145-0.52-0.276-0.344 0.052-0.251 0.423-0.188 0.729 0.156 0.812 0.667 1.141 1.109 0.901 0.152-0.084 0.12-0.084 0.417-0.203-0.052 0.515-0.084 0.613 0.011 1.192-0.719 0.401-1.308 0.333-1.469-0.677-0.12-0.839-0.349-1.864-0.552-2.072-0.193-0.199-0.276-0.261-0.276-0.261zM2.188 14.355c1.005 0.015 2.135 0.015 3.343 0.025-0.176 0.423-0.233 0.719-0.26 1.136-0.563-0.213-2.5-0.912-3.083-1.161zM29.817 14.369c-1.328 0.48-2.287 0.849-3.567 1.339-0.141-0.599-0.168-0.787-0.292-1.328 2.135-0.005 2.172 0 3.859-0.011zM20.516 17.088c0.14 0.573 0.339 0.855 0.339 0.855 0.265 0.464 0.604 0.729 1.119 0.86 0.109 0.181 0.152 0.219 0.199 0.317 0.047 0.609 0.011 0.683-0.464 1.031-0.276 0.271-0.287 0.661 0 1.027 0.308 0.292 0.631 0.396 1.833 0.083 0.229 0.401 0.557 0.871 1.032 1.625-1.604-0.609-3.824-1.473-8.573-3.323 0 0-5.557 2.161-8.536 3.323 1.244-1.964 1.348-2.131 2.233-3.505 0.303-0.12 0.199-0.073 0.464-0.208 0.615-0.328 1.104-0.812 1.375-1.527 0.491 1.104 1.037 1.235 2.177 0.876 0.24-0.109 0.511-0.271 0.568-0.693 0.615 0.552 1.912 0.651 2.855-0.511 0.817 0.959 2.671 1.047 3.38-0.229zM23.391 18.245c0 0 0.052 0.171 0.083 0.224-0.129 0.004-0.28 0-0.28 0 0.072-0.068 0.14-0.147 0.197-0.229z\"/>\n</svg>\n</li><li title=\"cib groupon \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M4.422 27.115c3.068 3.198 6.984 4.885 11.594 4.885 5.318 0 10.318-2.599 13.302-6.885 1.807-2.599 2.682-5.542 2.682-9.005 0-0.646-0.042-1.344-0.083-2.036h-17.792v6.146h8.917c-1.536 2.682-4.125 4.156-7.026 4.156-4.307 0-8.167-3.76-8.167-8.661 0-4.417 3.599-8.089 8.167-8.089 2.458 0 4.474 0.995 6.417 2.984h8.693c-2.5-6.583-8.344-10.609-15.016-10.609-4.427 0-8.292 1.563-11.37 4.547-3.073 2.984-4.74 6.88-4.74 11.125-0.010 4.557 1.479 8.359 4.422 11.443z\"/>\n</svg>\n</li><li title=\"cib grunt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M7.831 11.831c-0.069 0.625 0.325 1.194 0.325 1.194 0.044-0.469 0.137-0.8 0.25-1.037 0.025 0.644 0.2 1.469 0.8 2.131 0.431 0.475 2.225 1.456 3.431 0.381 0.063 0.15 0.131 0.331 0.188 0.531 0.181 0.644-0.169 1.581-0.169 1.581s0.944-1.069 0.869-2.031c0.675-0.031 1.338-0.525 1.319-1.219 0 0-1.181 0.65-2.219-0.55-0.606-0.7-2.556-2.625-5.194-1.988 0.269 0.063 0.556 0.15 0.844 0.256h-0.006c-0.262 0.125-0.406 0.444-0.438 0.75zM9.6 11.719c1.219 0.688 2.337 1.606 2.806 2.313-0.356 0.206-1.356 0.65-2.375-0.106-0.644-0.475-0.613-1.637-0.431-2.206zM18.481 14.581c-0.075 0.969 0.869 2.031 0.869 2.031s-0.35-0.938-0.169-1.581c0.056-0.2 0.125-0.375 0.188-0.531 1.206 1.081 3 0.094 3.425-0.381 0.6-0.662 0.769-1.487 0.8-2.131 0.113 0.238 0.212 0.569 0.25 1.037 0 0 0.4-0.569 0.325-1.194-0.037-0.313-0.181-0.625-0.438-0.738h-0.006c0.287-0.113 0.575-0.2 0.844-0.256-2.644-0.637-4.588 1.288-5.194 1.988-1.044 1.2-2.219 0.55-2.219 0.55-0.012 0.681 0.65 1.181 1.325 1.206zM22.4 11.719c0.188 0.569 0.213 1.731-0.438 2.212-1.018 0.756-2.012 0.313-2.369 0.1 0.469-0.712 1.587-1.625 2.806-2.313zM14 26.156h-1.837c-0.344 0-0.513 0.1-0.594 0.181-0.119 0.125-0.138 0.294-0.056 0.506 0.219 0.569 0.713 1.031 0.856 1.163 0.194 0.169 0.469 0.268 0.738 0.268 0.275 0 0.519-0.106 0.688-0.287 0.469-0.512 0.744-1.069 0.813-1.238 0.038-0.094 0.081-0.281-0.056-0.425-0.113-0.113-0.294-0.169-0.55-0.169zM25.825 19.831c-0.15 1.119-0.813 2.113-1.537 2.731-0.194-1.419-0.232-3.469-0.232-3.9 0-0.919 0.594-1.531 0.763-1.631 0.156-0.094 0.337-0.188 0.518-0.288 1.125-0.6 2.525-1.35 2.525-2.731 0-1.012-0.581-1.45-0.963-1.738-0.050-0.037-0.094-0.069-0.137-0.106-0.131-0.106-0.231-0.188-0.269-0.275-0.275-0.613-0.225-2.137-0.106-2.35 0.038-0.037 1.044-1.306 0.738-2.45-0.125-0.462-0.431-0.831-0.881-1.063-0.331-0.169-0.744-0.262-1.219-0.281-0.006-0.125-0.031-0.244-0.056-0.369-0.038-0.163-0.069-0.331-0.056-0.506 0.025-0.294 0.050-0.563 0.137-0.706 0.525-0.831 1.8-1.1 1.813-1.1l0.769-0.15-0.506-0.594c-0.006-0.012-1.081-1.094-2.894-1.094-0.494 0-1 0.081-1.506 0.244-1.513 0.487-2.681 1.906-3.088 2.456-0.194-0.063-0.394-0.119-0.6-0.169-0.263-0.988 0.563-2.406 0.563-2.406s-0.85-0.188-2.107 0.95c-0.162-0.406-0.506-1.281-0.112-2.325-1.844 0.65-2.306 1.644-2.444 2.544-0.475-0.337-0.419-1.444-0.45-1.725-0.469 0.056-1.825 1.369-1.762 3.019-0.125 0.031-0.244 0.069-0.369 0.106-0.406-0.55-1.569-1.969-3.087-2.456-0.494-0.137-1-0.219-1.494-0.219-1.813 0-2.881 1.081-2.893 1.094l-0.506 0.587 0.769 0.15c0.012 0 1.287 0.269 1.813 1.1 0.087 0.138 0.113 0.413 0.137 0.706 0.012 0.175-0.025 0.344-0.056 0.506-0.025 0.119-0.050 0.244-0.056 0.369-0.481 0.019-0.887 0.113-1.219 0.281-0.45 0.231-0.756 0.6-0.881 1.063-0.313 1.137 0.7 2.406 0.737 2.45 0.119 0.213 0.169 1.738-0.106 2.35-0.037 0.087-0.137 0.169-0.269 0.275-0.044 0.031-0.087 0.069-0.137 0.107-0.381 0.287-0.962 0.731-0.962 1.737 0 1.381 1.4 2.131 2.525 2.732 0.188 0.1 0.363 0.194 0.519 0.287 0.169 0.1 0.762 0.713 0.762 1.631 0 0.431-0.037 2.481-0.231 3.9-0.725-0.619-1.387-1.619-1.538-2.738 0 0-1.825 1.413-1.287 4.425 0.325 1.844 1.45 2.881 2.938 3.419 0.55 1.194 1.837 2.857 4.206 3.1 0.9 0.738 2.15 1.219 3.975 1.219h0.012c1.819 0 3.069-0.481 3.975-1.219 2.369-0.244 3.656-1.906 4.206-3.1 1.488-0.544 2.606-1.575 2.938-3.419 0.512-3.025-1.319-4.431-1.319-4.431zM23.106 2.356c0.35-0.113 0.725-0.169 1.106-0.169 0.688 0 1.244 0.188 1.544 0.313-0.194 0.087-0.4 0.2-0.607 0.331-0.15-0.025-0.35-0.050-0.575-0.050-0.656 0-1.281 0.194-1.794 0.556-0.769 0.544-1.125 1.056-1.294 1.4-0.137-0.081-0.281-0.156-0.444-0.231-0.1-0.050-0.194-0.094-0.294-0.138 0.381-0.569 1.244-1.656 2.356-2.012zM24.419 3.494c-0.050 0.063-0.1 0.131-0.144 0.2-0.206 0.325-0.244 0.725-0.275 1.112-0.031 0.4-0.069 0.781-0.275 1.063-0.263 0.050-0.506 0.106-0.719 0.169-0.144-0.194-0.35-0.438-0.656-0.7 0.087-0.3 0.344-1.006 0.844-1.406 0.35-0.268 0.762-0.419 1.225-0.438zM6.85 2.831c-0.206-0.137-0.413-0.25-0.607-0.331 0.3-0.125 0.857-0.313 1.544-0.313 0.381 0 0.75 0.056 1.106 0.169 1.113 0.363 1.975 1.45 2.356 2.006-0.1 0.044-0.2 0.087-0.3 0.137-0.156 0.075-0.306 0.156-0.444 0.231-0.163-0.337-0.519-0.856-1.294-1.4-0.518-0.363-1.137-0.556-1.8-0.556-0.213 0.006-0.413 0.031-0.563 0.056zM9.644 5.337c-0.306 0.263-0.519 0.5-0.656 0.7-0.213-0.056-0.456-0.119-0.719-0.169-0.206-0.275-0.238-0.656-0.269-1.056-0.031-0.387-0.069-0.788-0.275-1.113-0.044-0.069-0.094-0.137-0.144-0.2 0.462 0.019 0.875 0.163 1.219 0.438 0.5 0.394 0.756 1.1 0.844 1.4zM7.631 16.244c-0.169-0.1-0.35-0.194-0.525-0.287-0.931-0.5-1.887-1.019-1.887-1.906 0-0.694 0.269-0.913 0.556-1.137l0.031-0.025c0.044-0.037 0.088-0.075 0.138-0.113-0.056 0.45-0.119 0.831-0.169 0.931 0 0 0.756-0.938 0.982-2.769 0.087-0.719-0.069-2.144-0.319-2.688 0.012 0.306 0 0.613-0.019 0.9-0.025-0.050-0.050-0.1-0.081-0.137-0.2-0.25-0.737-1.094-0.587-1.662 0.056-0.219 0.194-0.375 0.419-0.488 0.238-0.119 0.55-0.181 0.944-0.181 0.769 0 1.619 0.231 2.056 0.375 1.569 0.5 3.463 1.931 4.006 2.357 0.012 0.012 0.025 0.018 0.025 0.018l0.35 0.244-0.219-0.363c-0.012-0.019-1.194-1.962-3.325-2.906 0.125-0.181 0.462-0.506 1.35-0.944 1.338-0.656 2.906-0.987 4.644-0.987 1.744 0 3.306 0.331 4.644 0.987 0.887 0.431 1.225 0.763 1.35 0.944-2.125 0.944-3.306 2.887-3.319 2.906l-0.219 0.363 0.35-0.244c0 0 0.013-0.006 0.025-0.018 0.544-0.425 2.438-1.863 4.006-2.357 0.438-0.137 1.288-0.375 2.056-0.375 0.394 0 0.706 0.063 0.944 0.181 0.219 0.113 0.357 0.275 0.419 0.488 0.156 0.569-0.381 1.412-0.588 1.662-0.031 0.038-0.056 0.081-0.081 0.137-0.018-0.287-0.031-0.594-0.018-0.9-0.25 0.55-0.406 1.969-0.319 2.688 0.225 1.831 0.981 2.769 0.981 2.769-0.050-0.1-0.113-0.481-0.169-0.931 0.044 0.038 0.094 0.075 0.137 0.113l0.031 0.025c0.288 0.231 0.556 0.444 0.556 1.137 0 0.887-0.963 1.406-1.888 1.906-0.181 0.094-0.356 0.194-0.525 0.287-0.544 0.313-1.125 1.044-1.194 2.138-0.056 0.912 0.056 3.119 0.213 4.744-0.775 0.3-1.669 0.4-2.481 0.425-0.125-0.256-0.244-0.531-0.344-0.819-0.044-0.125-1.225-3.194-1.65-3.887 0.344 2.438 1.094 4.606 1.469 5.6-0.219-0.031-0.456-0.044-0.731-0.044h-7.313c-0.275 0-0.519 0.019-0.731 0.044 0.375-0.994 1.131-3.163 1.469-5.6-0.425 0.7-1.606 3.769-1.65 3.887-0.1 0.288-0.219 0.563-0.344 0.819-0.813-0.025-1.7-0.125-2.481-0.425 0.156-1.625 0.269-3.825 0.213-4.744-0.056-1.088-0.644-1.825-1.188-2.138zM6.175 25.288c-0.756-1.25-0.544-3.381-0.231-3.694 0.681 2.15 2.95 2.769 4.65 2.837-0.169 0.263-0.325 0.475-0.438 0.625l-0.087 0.088c-0.45 0.488-0.538 1.156-0.256 1.988-1.419-0.006-2.894-0.613-3.637-1.844zM9.031 28.006c0.375 0.069 0.762 0.119 1.163 0.15 0.219 0.5 0.462 0.994 0.768 1.444-0.9-0.369-1.525-1-1.931-1.594zM16 31.137c-3.788-0.006-4.894-2.863-5.306-4.044-0.232-0.656-0.213-1.137 0.056-1.444 0.181-0.206 0.594-0.45 1.538-0.45h7.425c0.944 0 1.363 0.244 1.538 0.45 0.262 0.3 0.281 0.788 0.056 1.444-0.412 1.175-1.518 4.038-5.306 4.044zM21.038 29.6c0.306-0.45 0.55-0.944 0.768-1.444 0.4-0.031 0.788-0.081 1.163-0.15-0.406 0.594-1.031 1.225-1.931 1.594zM25.825 25.288c-0.75 1.231-2.225 1.831-3.631 1.856 0.281-0.831 0.194-1.506-0.256-1.988-0.025-0.031-0.056-0.063-0.087-0.094-0.113-0.15-0.269-0.363-0.438-0.625 1.7-0.075 3.969-0.688 4.65-2.837 0.313 0.313 0.525 2.444-0.238 3.688zM15.994 11.731h0.013c0.794-0.006 1.7-1.113 1.7-1.113-0.619 0.375-1.175 0.506-1.706 0.519-0.531-0.012-1.087-0.144-1.706-0.519 0 0 0.906 1.1 1.7 1.113zM19.85 26.15h-1.838c-0.262 0-0.45 0.056-0.556 0.169-0.137 0.143-0.094 0.325-0.056 0.419 0.063 0.162 0.344 0.706 0.813 1.206 0.169 0.181 0.413 0.281 0.688 0.281s0.544-0.1 0.738-0.263c0.144-0.125 0.637-0.575 0.856-1.131 0.081-0.206 0.063-0.375-0.056-0.494-0.081-0.081-0.25-0.181-0.587-0.188z\"/>\n</svg>\n</li><li title=\"cib gulp \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M20.208 25.912l0.849-1.448c0 0-1.927 0.787-5.145 0.787-3.224 0-5.12-0.756-5.12-0.756l0.948 1.579 0.333 4.968c0 0.543 1.749 0.959 3.916 0.959 2.161 0 3.917-0.416 3.917-0.959l0.301-5.109zM21.027 16.516c-1.021 0.063-1.537 1.203-2.053 2.405-0.187 0.439-0.837 2.319-1.26 2.084-0.427-0.229 0.547-1.771 0.823-2.688-0.317 0.229-1.473 1.131-1.771 0.287-0.479 0.417-1.505 0.641-1.391-0.443-0.255 0.464-0.828 1.099-1.515 0.823-0.901-0.344 0.525-3.219 0.88-3.077 0.353 0.161-0.073 0.801-0.183 1.057-0.251 0.563-0.531 1.281-0.344 1.416 0.323 0.26 1.208-0.932 1.229-0.959 0.161-0.219 0.636-1.635 1.016-1.473 0.38 0.177-0.948 2.057-0.453 2.432 0.099 0.084 0.511-0.036 0.76-0.317 0.156-0.156 0.104-0.557 0.636-1.833 0.541-1.281 1.020-2.875 1.385-2.756 0.369 0.12 0.068 0.939-0.068 1.256-0.62 1.437-1.688 3.792-1.188 3.615 0.5-0.183 0.761-0.183 1.261-0.76 0.5-0.579 0.459-1.537 0.796-1.516 0.324 0.020 0.281 0.339 0.204 0.557 0.317-0.36 1.531-1.156 1.812-0.38 0.344 0.916-1.735 2.26-1.219 2.176 0.5-0.057 1.317-0.577 1.683-1.057l0.959-8.667c0 0-0.98 0.803-7.152 0.803-6.167 0-7.047-0.781-7.047-0.781l0.817 7.907c0.443-1.235 1.48-3.751 3.1-3.652 0.739 0.043 1.733 1.48 0.875 1.516-0.36 0.021-0.401-0.719-0.817-0.817-0.319-0.057-0.74 0.183-1.016 0.464-0.541 0.536-1.74 2.671-1.579 3.733 0.199 1.355 1.875-0.463 2.156-1 0.199-0.38 0.339-1.52 0.756-1.4 0.443 0.119-0.037 1.301-0.36 2.317-0.359 1.161-0.541 2.375-0.973 2.235-0.443-0.141 0.276-1.636 0.235-1.896-0.417 0.401-1.177 1.359-2.172 0.88l0.495 4.932c0 0 1.359 1.057 5.432 1.057s5.489-1.057 5.489-1.057l0.641-5.713c-0.521 0.521-2.157 1.416-2.256 0.401-0.077-0.819 1.776-1.995 1.297-2.021zM23.131 0.891l-3.547 3.735-0.652 2.536c2.511 0.156 4.256 0.516 4.256 0.921 0 0.563-3.219 1.011-7.188 1.011s-7.188-0.457-7.188-1.015c0-0.557 3.219-1.021 7.188-1.021 0.563 0 1.125 0 1.688 0.021l0.744-3.032 3.765-3.995c0.095-0.12 0.376-0.021 0.636 0.199 0.255 0.203 0.396 0.457 0.317 0.577v0.041zM18.016 8.62c0 0-0.699 0-0.813-0.109-0.031-0.032-0.047-0.079-0.047-0.12 0-0.079 0.052-0.12 0.12-0.145l0.057 0.099c-0.027 0.011-0.036 0.020-0.041 0.031 0 0.057 0.416 0.095 0.739 0.089 0.319-0.005 0.709-0.032 0.709-0.084 0-0.016-0.032-0.031-0.084-0.047l0.063-0.093c0.084 0.025 0.156 0.077 0.156 0.161 0 0.145-0.187 0.172-0.307 0.187-0.141 0.021-0.547 0.032-0.547 0.032z\"/>\n</svg>\n</li><li title=\"cib gumroad \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M21.099 20.094c1.813 0 1.813 2.714 0 2.714-1.807 0-1.807-2.714 0-2.714zM28.438 1.479c1.807 0 1.807 2.714 0 2.714-1.813 0-1.813-2.714 0-2.714zM4.427 4.141h21.49c0.49 0.943 1.458 1.536 2.521 1.536 1.568 0 2.839-1.271 2.839-2.839s-1.271-2.839-2.839-2.839c-1.188 0-2.208 0.734-2.63 1.771h-21.38c-2.073 0-3.703 1.578-3.703 3.589v22.875c0 2.042 1.698 3.766 3.703 3.766h22.875c2.016 0 3.651-1.688 3.651-3.766v-13.573c0-2.042-1.635-3.703-3.651-3.703h-13.568c-2.073 0-3.823 1.698-3.823 3.703v4.266c0 1.979 1.714 3.589 3.823 3.589h4.74c0.432 1.073 1.474 1.771 2.625 1.771 1.568 0 2.839-1.271 2.839-2.839s-1.271-2.839-2.839-2.839c-1.057 0-2.031 0.594-2.516 1.536h-4.849c-0.698 0-1.453-0.464-1.453-1.219v-4.266c0-0.698 0.693-1.333 1.453-1.333h13.568c0.719 0 1.281 0.589 1.281 1.333v13.573c0 0.755-0.589 1.396-1.281 1.396h-22.875c-0.708 0-1.333-0.656-1.333-1.396v-22.875c0-0.693 0.578-1.214 1.333-1.214z\"/>\n</svg>\n</li><li title=\"cib gumtree \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M25.104 8.693c-0.249-0.167-0.416-0.423-0.416-0.761-0.423-4.468-4.141-7.932-8.699-7.932s-8.271 3.459-8.692 7.932c0 0.339-0.167 0.589-0.417 0.761-2.281 1.604-3.713 4.219-3.713 7.171 0 4.048 2.781 7.428 6.495 8.439 0.677 0.171 1.265 0.255 1.521 0.083 0.505-0.249 1.015-2.443 0.76-2.953-0.172-0.249-0.76-0.505-1.355-0.672-2.192-0.588-3.796-2.615-3.796-4.973 0-1.355 0.505-2.536 1.353-3.469 0.333-0.421 0.839-0.755 1.267-1.011 0.927-0.504 1.515-1.52 1.515-2.619 0-0.6 0.089-1.1 0.256-1.6 0.672-2.041 2.615-3.547 4.891-3.547 2.281 0 4.224 1.505 4.896 3.547 0.171 0.5 0.255 1 0.255 1.6 0 1.083 0.505 2.104 1.521 2.604 0.505 0.239 0.927 0.583 1.26 1.005 0.849 0.916 1.355 2.099 1.355 3.463 0 2.865-2.281 5.147-5.147 5.147-3.292 0-5.911 2.687-5.911 5.891v3.364c0 0.661 0.088 1.339 0.255 1.521 0.421 0.421 2.615 0.421 3.036 0 0.183-0.183 0.261-0.839 0.261-1.521v-3.448c0-1.26 1.020-2.281 2.285-2.281 4.808 0 8.693-3.885 8.693-8.692 0-2.885-1.421-5.489-3.708-7.089z\"/>\n</svg>\n</li><li title=\"cib habr \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M0 0v32h32v-32zM9.365 5.333h2.177c1.63 0 2.188 0.036 2.224 0.151 0.026 0.089 0.042 1.823 0.042 3.865l-0.010 3.708 0.63-0.563c0.88-0.776 1.62-1.047 3.021-1.099 0.922-0.026 1.297 0.010 1.943 0.24 1.417 0.474 2.417 1.448 2.938 2.885 0.203 0.563 0.229 1.151 0.266 5.714l0.042 5.099h-4.453v-4.161c0-4.099-0.010-4.151-0.286-4.651-0.391-0.661-0.813-0.964-1.479-1.036-1.135-0.125-1.922 0.26-2.37 1.188-0.214 0.427-0.24 0.875-0.25 4.474-0.016 2.198-0.042 4.042-0.042 4.089-0.010 0.063-1 0.099-2.203 0.099h-2.182v-10z\"/>\n</svg>\n</li><li title=\"cib hackaday \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M0 5.5c0-0.271 0.026-0.536 0.078-0.797l2.609 2.313 2.859-3.172-2.552-2.271c0.344-0.094 0.708-0.151 1.083-0.151 2.24 0 4.057 1.807 4.078 4.047v0.031c0 0.203-0.016 0.406-0.047 0.599l3.182 2.818c-1.156 0.891-2.078 2.052-2.688 3.385l-3.297-2.922c-0.396 0.13-0.813 0.198-1.229 0.198-2.25-0.005-4.078-1.828-4.078-4.078zM27.922 22.422c-0.406 0-0.802 0.063-1.172 0.172l-3.078-2.724c-0.505 1.38-1.339 2.62-2.427 3.609l2.661 2.354c-0.042 0.219-0.057 0.443-0.063 0.667 0.005 2.729 2.635 4.688 5.25 3.906l-2.656-2.359 2.854-3.151 2.641 2.344c0.042-0.24 0.068-0.484 0.068-0.74v-0.031c-0.021-2.24-1.839-4.047-4.078-4.047zM23.396 12.302l3.297-2.922c0.385 0.125 0.797 0.198 1.229 0.198 2.568-0.005 4.495-2.354 4-4.87l-2.609 2.313-2.859-3.177 2.552-2.271c-0.354-0.099-0.719-0.151-1.083-0.151-2.24 0.005-4.057 1.813-4.078 4.052v0.026c0 0.203 0.016 0.406 0.047 0.599l-3.182 2.818c1.156 0.891 2.078 2.057 2.688 3.385zM8.328 19.87l-3.078 2.724c-2.604-0.781-5.229 1.156-5.25 3.875v0.031c0 0.255 0.026 0.5 0.068 0.74l2.646-2.344 2.854 3.151-2.661 2.359c2.615 0.781 5.245-1.177 5.25-3.906-0.005-0.224-0.021-0.448-0.063-0.667l2.661-2.354c-1.089-0.99-1.922-2.229-2.427-3.609zM20.286 23.411c0.557 0.844 0.094 1.979-0.891 2.193-0.99 0.214-1.88-0.63-1.724-1.625h-0.255c0.135 0.87-0.536 1.651-1.417 1.651s-1.552-0.781-1.417-1.651h-0.203c0.115 0.875-0.563 1.651-1.448 1.661-0.802 0-1.458-0.667-1.458-1.49 0-0.276 0.078-0.536 0.208-0.76-1.99-1.521-3.297-4.068-3.297-6.953 0-4.661 3.411-8.443 7.615-8.443 4.208 0 7.62 3.781 7.62 8.443 0 2.901-1.323 5.458-3.328 6.979zM14.698 15.526c-0.182-0.344-0.438-0.641-0.745-0.88-0.37-0.224-0.792-0.344-1.224-0.349-0.146 0-0.286 0.016-0.427 0.047-0.542 0.068-0.995 0.438-1.313 0.865-0.276 0.339-0.49 0.755-0.495 1.203-0.042 0.375 0.031 0.745 0.099 1.104 0.089 0.432 0.391 0.781 0.734 1.031 0.156 0.13 0.385 0.302 0.589 0.156 0.13-0.177 0.021-0.438 0.141-0.635 0.047-0.188 0.172-0.349 0.344-0.438 0.349-0.172 0.703-0.349 1.078-0.474 0.302-0.089 0.552-0.292 0.813-0.464 0.339-0.26 0.568-0.745 0.406-1.167zM16.026 18.63c-0.375-0.010-0.844 1.646-0.766 2.37 0.229 0.964 0.313-0.672 0.766-0.672 0.427 0.016 0.365 1.672 0.703 0.672 0.104-0.667-0.297-2.359-0.703-2.37zM21.406 17.516c0.068-0.359 0.141-0.729 0.099-1.104-0.005-0.448-0.219-0.865-0.495-1.203-0.318-0.427-0.771-0.797-1.313-0.865-0.141-0.031-0.281-0.047-0.427-0.047-0.422 0-0.854 0.13-1.224 0.349-0.313 0.229-0.557 0.542-0.745 0.88-0.161 0.422 0.068 0.906 0.406 1.167 0.26 0.172 0.51 0.375 0.813 0.469 0.375 0.12 0.729 0.297 1.078 0.469 0.172 0.089 0.297 0.25 0.344 0.438 0.12 0.193 0.010 0.458 0.141 0.635 0.203 0.146 0.432-0.026 0.589-0.156 0.344-0.25 0.646-0.599 0.734-1.031z\"/>\n</svg>\n</li><li title=\"cib hackerearth \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M27.979 0.005h-15.301v8.656h0.145c1.12-1.437 2.953-2.125 4.745-1.776l-0.032-0.005c2.62 0.193 5.213 1.781 5.36 6.875v10.073c-0.011 0.208-0.177 0.375-0.38 0.385h-2.819c-0.208 0-0.38-0.172-0.38-0.385v-9.76c0-2.371-0.781-4.151-3.12-4.151h-0.052c-2.009 0-3.599 1.697-3.468 3.703v-0.011 10.219c0 0.213-0.172 0.385-0.38 0.385h-2.797c-0.213 0-0.385-0.172-0.385-0.385v-23.823h-4.948c-1.093 0-1.989 0.869-2.031 1.959v27.979c0.041 1.145 0.973 2.057 2.119 2.063h23.724c1.1-0.032 1.953-0.969 1.885-2.068v0.005-27.979c0.068-1.057-0.776-1.959-1.837-1.959l-0.048 0.005zM24.588 27.979h-17.181v-1.765h17.181z\"/>\n</svg>\n</li><li title=\"cib hackerone \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M9.609 0c-0.645 0-1.172 0.136-1.579 0.401-0.405 0.265-0.609 0.615-0.609 1.036v29.084c0 0.364 0.209 0.703 0.631 1.009 0.421 0.313 0.937 0.469 1.557 0.469 0.588 0 1.109-0.156 1.557-0.469 0.448-0.307 0.672-0.645 0.672-1.009v-29.079c0-0.427-0.213-0.771-0.651-1.041-0.439-0.265-0.959-0.401-1.579-0.401zM22.307 11.547c-0.645 0-1.161 0.136-1.557 0.401l-5.916 3.713c-0.265 0.245-0.38 0.625-0.333 1.141 0.047 0.509 0.281 0.995 0.697 1.452 0.423 0.459 0.891 0.751 1.428 0.871 0.525 0.12 0.927 0.057 1.192-0.188l2.344-1.464v13.048c0 0.364 0.203 0.703 0.609 1.009 0.401 0.313 0.917 0.469 1.536 0.469 0.62 0 1.152-0.156 1.6-0.469 0.448-0.307 0.672-0.645 0.672-1.009v-17.537c0-0.427-0.219-0.771-0.652-1.036-0.432-0.265-0.973-0.401-1.62-0.401z\"/>\n</svg>\n</li><li title=\"cib hackerrank \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16 0c1.714 0 13 6.516 13.854 8 0.859 1.484 0.859 14.516 0 16s-12.141 8-13.854 8c-1.714 0-13-6.516-13.859-8-0.854-1.484-0.854-14.516 0-16 0.859-1.484 12.146-8 13.859-8zM19.063 9.068c-0.193 0-0.349 0.151-0.349 0.344v5.167h-5.427v-5.37h0.932c0.188 0 0.339-0.151 0.339-0.344 0-0.125-0.068-0.234-0.161-0.292l-2.099-2.010c-0.063-0.089-0.188-0.146-0.302-0.146-0.109 0-0.214 0.057-0.276 0.141l-2.24 2.016c-0.094 0.063-0.161 0.167-0.161 0.292 0 0.188 0.151 0.344 0.344 0.344h0.938l0.010 13.38c0 0.193 0.146 0.344 0.339 0.344h1.99c0.188 0 0.344-0.151 0.344-0.344v-5.339h5.432v5.536h-0.932c-0.193 0-0.344 0.156-0.344 0.344 0 0.125 0.068 0.234 0.161 0.292l2.104 2.016c0.057 0.083 0.188 0.146 0.302 0.146s0.208-0.063 0.276-0.146l2.24-2.016c0.094-0.057 0.161-0.167 0.161-0.292 0-0.188-0.156-0.344-0.344-0.344h-0.938l-0.010-13.375c0-0.198-0.151-0.349-0.339-0.349h-1.99z\"/>\n</svg>\n</li><li title=\"cib hackhands \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M7.068 23.505h8.464c0.667 0 1.188-0.531 1.188-1.198s-0.531-1.188-1.198-1.188h-8.453c-0.667 0-1.188 0.531-1.188 1.188 0 0.667 0.531 1.198 1.198 1.198zM22.104 18.359c0-0.667-0.531-1.198-1.198-1.198h-12.188c-0.667 0-1.188 0.531-1.188 1.198s0.536 1.203 1.203 1.203h12.198c0.667 0 1.203-0.536 1.203-1.203zM24.589 14.401c-0.021-0.646-0.542-1.161-1.188-1.172h-14.693c-0.667 0-1.188 0.516-1.188 1.182s0.531 1.188 1.198 1.188h14.682c0.667 0 1.188-0.531 1.188-1.198zM7.521 10.427c0 0.667 0.531 1.188 1.198 1.188h12.667c0.656 0 1.177-0.536 1.177-1.203 0-0.651-0.536-1.172-1.188-1.172h-12.667c-0.667 0-1.188 0.521-1.188 1.188zM10.563 5.281h-3.495c-0.667 0-1.188 0.531-1.188 1.198s0.531 1.188 1.198 1.188h3.521c0.667 0 1.203-0.531 1.203-1.198-0.031-0.667-0.578-1.188-1.24-1.188zM30.495 27.734c0.005-0.698-0.557-1.26-1.255-1.255h-22.974c-1.266 0-2.307-1.068-2.307-2.318v-19.401c0-1.266 1.042-2.307 2.307-2.307h19.401c1.266 0 2.318 1.016 2.318 2.307v15.734c0 0.667 0.563 1.224 1.203 1.224 0.677 0 1.24-0.557 1.24-1.224v-15.734c0-2.625-2.135-4.76-4.76-4.76h-19.401c-2.63 0-4.76 2.13-4.76 4.76v19.401c0 2.625 2.135 4.76 4.76 4.76h20.932l3.297 3.078z\"/>\n</svg>\n</li><li title=\"cib hackster \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M24.568 13.797c0.349 0 0.641 0.281 0.641 0.641v2.875c0 0.427 0.344 0.776 0.771 0.776h5.682c0.391 0 0.474 0.568 0.089 0.672l-11.422 3.286c-0.333 0.099-0.682-0.089-0.776-0.422-0.016-0.057-0.026-0.115-0.026-0.177v-3c0-0.156-0.125-0.281-0.276-0.281h-12.526c-0.151 0-0.276-0.125-0.281-0.276v-3.375c0.005-0.469-0.37-0.854-0.844-0.865l-5.333-0.094c-0.313-0.016-0.37-0.453-0.068-0.542l11.682-3.375c0.146-0.036 0.297 0.052 0.339 0.198 0.005 0.021 0.010 0.042 0.010 0.068v3.255c0 0.349 0.286 0.635 0.635 0.635zM11.719 6.057c0.406-0.068 0.5 0.464 0.5 0.464s0.031 1.266 0 1.786c-0.036 0.516-0.51 0.5-0.51 0.5h-4.635c0 0-0.422-0.151-0.479-0.698-0.068-0.542 0.583-0.849 0.583-0.849s4.135-1.135 4.536-1.203zM19.563 4.583c0 0-0.057-0.615 0.63-0.88 0.682-0.25 4.354-1.203 4.354-1.203s0.688-0.266 0.734 0.63c0.042 0.891 0 8.234 0 8.234s0.021 0.604-0.63 0.651c-0.646 0.047-4.297 0-4.297 0s-0.792 0.068-0.792-0.557zM19.667 23.693c0.036-0.521 0.51-0.5 0.5-0.51h4.635c0 0 0.406 0.151 0.474 0.698 0.073 0.542-0.578 0.844-0.578 0.844s-4.135 1.135-4.542 1.203c-0.406 0.083-0.49-0.453-0.49-0.453s-0.031-1.26 0-1.781zM12.313 27.417c0 0 0.068 0.615-0.63 0.88-0.682 0.25-4.359 1.203-4.359 1.203s-0.682 0.266-0.729-0.63c-0.047-0.891 0-8.234 0-8.234s-0.021-0.604 0.625-0.651c0.651-0.047 4.302 0 4.302 0s0.708-0.068 0.792 0.557c0.078 0.615 0 1.052 0 1.052z\"/>\n</svg>\n</li><li title=\"cib happycow \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M11.547 1.641c-0.568 0.005-1.234 0.208-1.505 0.313-2.255 0.906-3.708 4.12-2.938 7.359-0.422-0.182-0.818-0.339-0.901-0.37-0.625-0.24-1.271-0.427-1.932-0.552-1.13-0.208-2.401-0.25-3.37 0.63-0.927 0.839-1.286 2.495-0.365 3.464 1 1.047 3.068 0.854 4.359 0.734 0.135-0.016 0.745-0.057 1.333-0.141-0.109 0.698-0.161 1.406-0.151 2.12-4.974 1.76-4.573 13.464 6.786 14.932 14.396 1.854 15.464-9.083 12.094-12.188 0.12-0.693 0.188-1.333 0.219-1.932 0.578 0.271 1.245 0.516 1.385 0.568 1.203 0.469 3.12 1.224 4.385 0.615 1.167-0.557 1.312-2.078 0.682-3.052-0.661-1.026-1.896-1.349-3.026-1.495-0.672-0.078-1.344-0.109-2.016-0.078-0.068 0-0.333 0.016-0.661 0.036 1.771-2.438 1.865-5.583 0.427-7.307-0.333-0.396-1.63-1.641-2.203-0.99-0.37 0.521 0.302 1.547 0.25 2.323-0.125 1.198-1.141 2.156-1.813 2.677-0.958-0.76-1.818-0.995-1.818-0.995l-0.427-0.078c-0.859-0.667-2.042-0.755-2.042-0.755 0.484-0.583 2.083-0.13 2.083-0.13-1.417-1.417-3.083-0.438-3.083-0.438 0-0.693-0.505-1.109-0.505-1.109-0.531 0.406-0.552 0.953-0.552 0.953-1.349-1.411-2.828-1.057-2.828-1.057s1.307 0.411 1.557 1.438c-0.234-0.047-0.469-0.068-0.708-0.063l-0.464-0.089c-0.802-0.083-1.615-0.052-2.411 0.083-0.328-0.792-0.682-2-0.255-3.042 0.318-0.703 1.385-1.286 1.313-1.922-0.083-0.37-0.464-0.484-0.901-0.479zM14.255 5.922c0.813 0.083 1.583 0.682 2.13 1.323 0.005-0.396 0.063-0.833 0.359-1.125 0.302 0.25 0.354 0.76 0.333 1.156 0.703-0.458 1.641-0.641 2.427-0.271-0.62-0.083-1.318 0.078-1.651 0.667 1.021 0.057 2.172 0.344 2.797 1.224-0.922-0.516-2.188-1.167-3.224-0.484 0.719 0.182 1.505 0.651 1.557 1.479-0.599-0.828-1.516-1.37-2.531-1.495-0.922 0.036-1.896 0.458-2.453 1.203-0.141 0.234-0.25 0.474-0.234 0.016-0.057-0.896 0.984-1.208 1.682-1.328-0.818-0.401-1.75-0.688-2.656-0.5 0.682-0.552 1.63-0.573 2.443-0.375-0.094-0.615-0.448-1.156-0.974-1.495zM3.016 9.229c0.234 0 0.469 0.026 0.698 0.068 0.38 0.068 1.167 0.281 1.505 0.667 0.333 0.38 1.302 1.813-1 2.156-0.75 0.083-1.948 0.214-2.521-0.396-0.521-0.563-0.302-1.547 0.234-2.052 0.354-0.333 0.708-0.438 1.083-0.443zM10.708 10.563c0.115-0.005 0.234 0.005 0.349 0.026 3.536 0.573 1.521 6.411 1.521 6.411l-0.391-0.271c0.271-0.646 0.568-1.667 0.552-2.682-0.021-1.422-0.839-2.583-1.823-2.557-0.99 0.016-1.776 1.188-1.75 2.625 0.005 0.375 0.063 1.047 0.161 1.401-0.005-0.021-0.005-0.177-0.010-0.198l-0.906-0.286c0 0 0.016-4.427 2.292-4.464zM20.854 12.172c0.208 0.005 0.427 0.031 0.661 0.083 2.589 0.615 0.885 4.76 0.885 4.76l-0.807 0.135v0.005c-0.875 0.135-1.854 0.281-2.844 0.464-0.031-0.036 0.026 0.042 0 0l-1.151 0.193c0 0 0.141-5.667 3.255-5.641zM18.745 17.708l2.948-0.422c0.156-0.224 0.245-0.589 0.302-0.885 0.271-1.401 0.208-2.708-0.708-3.068-0.141-0.057-0.292-0.083-0.443-0.089-0.823-0.016-1.724 0.719-2.177 1.839-0.271 0.693-0.521 2.177-0.344 2.667 0.068 0.188 0.682 0.161 0.557 0.021zM11.026 12.76c0.302 0 0.547 0.245 0.547 0.547 0 0.297-0.245 0.542-0.547 0.542-0.724 0-0.724-1.089 0-1.089zM28.495 13.495c0.219 0 0.427 0.021 0.568 0.036 0.656 0.089 1.203 0.214 1.589 0.823 0.365 0.583 0.281 1.484-0.385 1.818-0.724 0.354-1.828-0.094-2.521-0.375-2.094-0.948-0.75-1.896-0.318-2.12 0.271-0.151 0.693-0.188 1.063-0.182zM20.599 14.354c0.729-0.026 0.76 1.068 0.036 1.089-0.729 0.026-0.76-1.068-0.036-1.089zM7.469 15.344c1.932-0.021 3.516 1.26 5.172 2.078 2.266 1.214 4.958 1.063 7.375 0.464 1.464-0.448 3.318-0.719 4.573 0.313 1.677 1.667 1.88 4.281 1.12 6.385-0.932 2.719-3.604 4.443-6.323 5-3.401 0.599-7.052 0.479-10.266-0.885-3.667-1.411-6.266-5.453-5.615-9.411 0.198-1.958 1.88-3.891 3.948-3.958zM9.828 17.677c-0.073 0-0.151 0.010-0.219 0.031-0.557 0.167-0.677 0.896-0.266 1.641 0.411 0.734 1.198 1.198 1.76 1.031 0.557-0.167 0.677-0.901 0.266-1.641-0.359-0.646-1.010-1.078-1.536-1.068zM6.427 18.932c-0.292-0.010-0.578 0.073-0.818 0.234-0.714 0.51-0.734 1.896 0.099 3.052 0.828 1.156 2.198 1.656 2.906 1.146 0.714-0.516 0.708-2.057-0.12-3.214-0.568-0.797-1.385-1.203-2.068-1.219zM20.693 19.161c-0.281 0.005-0.557 0.068-0.813 0.193-0.76 0.365-1.271 1.12-1.141 1.682 0.13 0.568 0.854 0.729 1.615 0.37 0.76-0.365 1.271-1.115 1.141-1.677-0.078-0.359-0.396-0.552-0.802-0.563zM6.292 19.349c0.844-0.026 1.573 0.552 2 1.245 0.401 0.708 0.755 1.88-0.005 2.464-1.167 0.276-2.214-0.766-2.609-1.771-0.328-0.635-0.281-1.88 0.625-1.932zM23.495 21.323c-0.047 0-0.094 0-0.141 0-0.625 0.031-1.375 0.385-2.010 1.021-1.010 1.005-1.323 2.333-0.703 2.948 0.62 0.62 1.948 0.302 2.948-0.703 1.005-1.005 1.323-2.333 0.698-2.943-0.214-0.208-0.5-0.323-0.802-0.318zM23.51 21.734c0.234 0.016 0.469 0.125 0.589 0.328 0.313 1.042-0.474 2.104-1.313 2.651-0.568 0.406-1.615 0.823-2.016 0.016-0.12-1.479 1.219-2.828 2.641-3 0.031 0 0.068 0 0.099 0zM9.781 23.672c-0.057 0-0.109 0.031-0.141 0.078-0.010 0.021-0.255 0.417-0.729 0.411-0.099 0-0.177 0.078-0.172 0.177 0 0.083 0.073 0.156 0.156 0.172h0.021c0.146 0 0.286-0.026 0.422-0.078 0.292 0.578 1.469 2.536 4.375 3 2.948 0.474 5.161-0.984 5.734-1.401 0.13 0.104 0.286 0.177 0.453 0.214h0.021c0.083 0.010 0.167-0.047 0.182-0.13 0.021-0.094-0.042-0.188-0.135-0.208-0.464-0.104-0.63-0.547-0.641-0.568-0.031-0.089-0.13-0.141-0.219-0.109-0.094 0.026-0.141 0.125-0.109 0.214 0.005 0.016 0.063 0.172 0.193 0.344-0.578 0.401-2.693 1.677-5.453 1.292-2.573-0.365-3.771-2.255-4.078-2.818 0.182-0.146 0.276-0.302 0.286-0.313 0.047-0.089 0.016-0.193-0.068-0.24-0.031-0.016-0.063-0.026-0.099-0.026z\"/>\n</svg>\n</li><li title=\"cib hashnode \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M5.12 0h21.76c2.828 0 5.12 2.292 5.12 5.12v21.76c0 2.828-2.292 5.12-5.12 5.12h-21.76c-2.828 0-5.12-2.292-5.12-5.12v-21.76c0-2.828 2.292-5.12 5.12-5.12zM24.021 28.849h-0.005c4.291-0.104 4.547-6.401 0.276-6.855l-6.552-11.573c-0.959-1.724-2.813-1.651-3.48 0.797-0.572 2.312-0.427 4.495-0.593 7.131 0 0.015-0.016 0.031-0.031 0.036-0.016 0.005-0.037-0.005-0.043-0.016l-5.853-11.672c0.473-0.375 0.755-0.948 0.755-1.552 0-1.733-2.093-2.604-3.317-1.375-1.224 1.224-0.36 3.317 1.375 3.317 0.093 0 0.167-0.015 0.24-0.015 2.463 6.333 5.203 13.724 6.187 15.427 0.667 1.631 2.943 1.109 3-0.651l0.24-9.24c0-0.057 0.073-0.057 0.093-0.021l4.704 11.188c-1.251 2.281 0.4 5.068 3.005 5.073z\"/>\n</svg>\n</li><li title=\"cib haskell \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M0.011 27.292l7.52-11.292-7.52-11.292h5.645l7.563 11.292-7.563 11.292zM7.531 27.292l7.521-11.292-7.521-11.292h5.688l15.005 22.584h-5.631l-4.713-7.12-4.661 7.12zM25.735 20.697l-2.505-3.765h8.76v3.765zM21.964 15.052l-2.5-3.765h12.515v3.765z\"/>\n</svg>\n</li><li title=\"cib hatena bookmark \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M27.292 0c2.604 0 4.708 2.104 4.708 4.708v22.584c0 2.604-2.104 4.708-4.708 4.708h-22.584c-2.604 0-4.708-2.104-4.708-4.708v-22.584c0-2.604 2.104-4.708 4.708-4.708zM22.355 19.292c-1.043 0-1.881 0.844-1.881 1.88 0 1.041 0.839 1.885 1.881 1.885 1.041 0 1.88-0.86 1.88-1.901 0-1.036-0.839-1.875-1.88-1.875zM11.479 22.995c1.6 0 2.74-0.057 3.443-0.156 0.699-0.115 1.297-0.297 1.761-0.552 0.599-0.308 1.036-0.751 1.359-1.317 0.319-0.568 0.48-1.224 0.48-1.975 0-1.041-0.281-1.869-0.839-2.495-0.563-0.64-1.323-0.979-2.323-1.057 0.88-0.24 1.541-0.599 1.943-1.083 0.416-0.459 0.619-1.1 0.619-1.896 0-0.641-0.135-1.183-0.4-1.683-0.281-0.479-0.657-0.86-1.177-1.156-0.459-0.261-0.98-0.423-1.62-0.543-0.62-0.099-1.719-0.161-3.297-0.161h-3.891v13.985h3.943zM12.464 17.416c0.937 0 1.577 0.115 1.916 0.349 0.36 0.24 0.521 0.661 0.521 1.24 0 0.541-0.183 0.921-0.557 1.14-0.365 0.24-1.021 0.339-1.923 0.339h-1.343v-3.063h1.4zM24.005 18.36v-9.417h-3.281v9.417zM11.901 12.104c0.948 0 1.577 0.109 1.905 0.323 0.329 0.213 0.491 0.579 0.491 1.104 0 0.511-0.172 0.865-0.516 1.073-0.355 0.208-1 0.313-1.937 0.313h-0.761v-2.813z\"/>\n</svg>\n</li><li title=\"cib haxe \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M31.713 0c-0.020 0-0.041 0-0.057 0.005h-7.807c-0.047 0-0.089 0.011-0.131 0.031l-7.719 3.855-7.719-3.855c-0.041-0.020-0.088-0.031-0.131-0.031h-7.833c-0.011 0-0.025 0-0.036 0-0.177 0.005-0.308 0.167-0.276 0.339v7.807c0 0.047 0.011 0.089 0.031 0.131l3.86 7.713-3.86 7.724c-0.020 0.041-0.031 0.088-0.031 0.136v7.785c-0.011 0.032-0.005 0.068 0 0.105 0.021 0.161 0.172 0.276 0.339 0.249h7.807c0.043 0 0.089-0.011 0.131-0.031l7.719-3.865 7.719 3.865c0.041 0.020 0.088 0.031 0.131 0.031h7.839c0.187 0.016 0.339-0.156 0.307-0.344v-7.796c0-0.048-0.011-0.095-0.031-0.136l-3.86-7.724 3.86-7.713c0.020-0.041 0.031-0.084 0.031-0.131v-7.796c0.011-0.043 0.005-0.089-0.005-0.131-0.031-0.131-0.145-0.219-0.276-0.224zM2.697 0.593h5.381l5.385 2.688zM23.921 0.593h5.381l-10.767 2.688zM0.703 0.703l14.719 3.683-11.041 11.031-0.312-1.271zM31.292 0.713l-3.677 14.708-11.036-11.041zM31.407 2.697v5.381l-2.693 5.38zM0.593 2.697l2.459 9.833 0.235 0.933-2.693-5.385zM16 4.64l11.36 11.36-11.355 11.355-11.365-11.355zM27.615 16.579l0.12 0.463 3.563 14.256-14.719-3.683zM4.385 16.579l11.031 11.031-14.708 3.672 0.355-1.421zM28.713 18.531l2.693 5.391v5.371zM3.287 18.531l-2.693 10.772v-5.381zM13.453 28.713l-5.375 2.693h-5.385zM18.547 28.713l10.76 2.693h-5.385z\"/>\n</svg>\n</li><li title=\"cib helm \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M22.251 23.959c0.515-0.365 1.697 0.432 2.64 1.776s1.287 2.724 0.765 3.088c-0.516 0.365-1.697-0.432-2.64-1.776-0.937-1.344-1.281-2.724-0.765-3.088zM9.869 23.959c-0.515-0.365-1.697 0.432-2.635 1.776-0.943 1.344-1.287 2.724-0.765 3.088 0.515 0.365 1.697-0.432 2.635-1.776 0.943-1.344 1.287-2.724 0.765-3.088zM16.052 26.063c-0.631 0-1.14 1.328-1.14 2.968 0 1.641 0.509 2.969 1.14 2.969 0.636 0 1.145-1.328 1.145-2.969 0-1.64-0.509-2.968-1.145-2.968zM22.251 8.041c0.515 0.365 1.697-0.432 2.64-1.776s1.287-2.724 0.765-3.088c-0.516-0.365-1.697 0.432-2.64 1.776-0.937 1.344-1.281 2.724-0.765 3.088zM9.869 8.041c-0.515 0.365-1.697-0.432-2.635-1.776-0.943-1.344-1.287-2.724-0.765-3.088 0.515-0.365 1.697 0.432 2.635 1.776 0.943 1.344 1.287 2.724 0.765 3.088zM16.052 5.937c-0.631 0-1.14-1.328-1.14-2.968 0-1.641 0.509-2.969 1.14-2.969 0.636 0 1.145 1.328 1.145 2.969 0 1.64-0.509 2.968-1.145 2.968zM0.631 12.088h2.203v3.1h2.484v-3.1h2.204v8.328h-2.204v-3.307h-2.484v3.307h-2.203zM9.364 12.088h5.381v1.844h-3.177v1.308h2.713v1.843h-2.713v1.491h3.301v1.843h-5.505zM16.484 12.088h2.209v6.485h3.151v1.843h-5.355v-8.328zM23.276 12.088h2.281l1.307 3.459 0.459 1.36h0.052l0.464-1.36 1.255-3.459h2.276v8.328h-2.047v-2.463c0-0.213 0.011-0.448 0.032-0.703 0.020-0.256 0.047-0.516 0.072-0.787 0.027-0.271 0.052-0.532 0.089-0.787 0.031-0.261 0.063-0.489 0.088-0.693h-0.052l-0.692 1.943-1.152 2.808h-0.823l-1.151-2.808-0.667-1.943h-0.052l0.088 0.693c0.036 0.255 0.068 0.516 0.093 0.787 0.021 0.271 0.048 0.531 0.068 0.787 0.021 0.255 0.032 0.489 0.032 0.703v2.463h-2.021z\"/>\n</svg>\n</li><li title=\"cib here \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M8.875 26.172l-4.406 4.396-4.411-4.396zM15.318 16.146c-0.917-1.099-0.87-1.688-0.302-2.255 0.693-0.693 1.396-0.406 2.182 0.365zM24.76 4.151c0.693-0.688 1.396-0.406 2.182 0.37l-1.88 1.88c-0.922-1.094-0.875-1.677-0.302-2.25zM30.453 6.073c-0.854 1.281-2.323 3.359-3.906 1.792l3.964-3.958c-0.354-0.38-0.63-0.703-0.818-0.901-2.151-2.135-4.557-2.161-6.443-0.286-1.26 1.255-1.589 2.693-1.219 4.068l-1.224-1.422c-1.182 0.781-1.51 2.37-0.74 3.563l-1.422-1.182-1.906 1.875 2.542 2.542c-1.964-1.557-4.068-1.406-5.786 0.292-1.818 1.813-1.693 4.016-0.328 5.828l-0.276-0.276c-1.797-1.797-3.75-1.161-4.719-0.193-0.75 0.75-1.219 1.771-1.016 2.49l-3.891-3.896-2.078 2.078 7.688 7.688h4.125l-2.771-2.786c-1.458-1.479-1.479-2.26-0.771-2.964 0.703-0.708 1.469-0.26 2.865 1.13l2.74 2.734 2.083-2.057-2.599-2.594c1.87 1.417 4.115 1.495 6.104-0.505l0.036-0.036c0.698-0.609 1.24-1.38 1.583-2.24l-1.557-1.042c-0.859 1.276-2.344 3.365-3.906 1.818l3.969-3.969 2.474 2.453 2.156-2.156-3.094-3.094c-1.443-1.443-0.589-2.797 0-3.313 0.307 0.635 0.719 1.208 1.224 1.698 2 2.005 4.583 2.406 6.859 0.141l0.036-0.036c0.698-0.609 1.24-1.38 1.583-2.24z\"/>\n</svg>\n</li><li title=\"cib heroku \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M27.479 0h-22.957c-1.604 0-2.881 1.281-2.881 2.88v26.24c0 1.599 1.277 2.88 2.881 2.88h22.957c1.6 0 2.881-1.281 2.881-2.88v-26.24c0-1.599-1.277-2.88-2.881-2.88zM28.76 29.12c0 0.719-0.563 1.281-1.281 1.281h-22.957c-0.719 0-1.281-0.563-1.281-1.281v-26.24c0-0.719 0.563-1.281 1.281-1.281h22.957c0.719 0 1.281 0.563 1.281 1.281zM8.839 27.197l3.599-3.197-3.599-3.197zM21.803 14.24c-0.641-0.641-1.839-1.437-3.839-1.437-2.161 0-4.401 0.557-6 1.119v-9.119h-3.204v13.837l2.24-1.041c0 0 3.683-1.677 6.88-1.677 1.599 0 2 0.881 2 1.677v9.599h3.203v-9.599c0.079-0.239 0.079-2-1.28-3.359zM17.563 10h3.197c1.437-1.683 2.161-3.36 2.401-5.197h-3.197c-0.324 1.837-1.125 3.515-2.401 5.197z\"/>\n</svg>\n</li><li title=\"cib hexo \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16 0.011l-13.907 8.063v15.995l13.907 7.927 13.907-8.068v-15.989zM22.396 22.817l-1.251 0.693-1.249-0.693v-5.563h-7.792v5.563l-1.249 0.693-1.251-0.693v-13.629l1.251-0.699 1.249 0.699v5.561h7.792v-5.561l1.249-0.699 1.251 0.699z\"/>\n</svg>\n</li><li title=\"cib highly \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M13.599 27.197h4.803v4.803h-4.803zM12 0h8v24h-8z\"/>\n</svg>\n</li><li title=\"cib hipchat \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M26.312 25.407c0 0 0.141-0.095 0.36-0.261 3.276-2.536 5.328-6.208 5.328-10.291 0-7.62-7.161-13.808-15.995-13.808s-16.005 6.188-16.005 13.808c0 7.619 7.161 13.807 15.995 13.807 1.131 0 2.26-0.099 3.369-0.307l0.349-0.057c2.245 1.452 5.516 2.651 8.38 2.651 0.891 0 1.308-0.729 0.74-1.469-0.864-1.063-2.057-2.76-2.521-4.072zM24.364 19.375c-0.952 1.423-3.911 3.849-8.337 3.849h-0.063c-4.437 0-7.391-2.437-8.339-3.849-0.188-0.219-0.319-0.484-0.365-0.765-0.025-0.359 0.24-0.672 0.6-0.703 0.009-0.005 0.015-0.005 0.025-0.005 0.156 0.011 0.308 0.057 0.437 0.151 2.167 1.765 4.875 2.735 7.672 2.74 2.808 0.031 5.532-0.943 7.683-2.745 0.115-0.104 0.26-0.161 0.416-0.161 0.355 0 0.636 0.281 0.647 0.631-0.043 0.312-0.167 0.609-0.36 0.859z\"/>\n</svg>\n</li><li title=\"cib hitachi \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M23.714 15.214h-1.365c0-0.13-0.026-0.255-0.068-0.38-0.109-0.271-0.333-0.484-0.615-0.568-0.396-0.125-0.823-0.12-1.219 0.026-0.333 0.12-0.594 0.385-0.714 0.724-0.214 0.609-0.234 1.276-0.052 1.896 0.099 0.359 0.365 0.651 0.714 0.781 0.417 0.156 0.875 0.172 1.302 0.036 0.255-0.083 0.464-0.271 0.573-0.516 0.073-0.167 0.109-0.344 0.104-0.526h1.375c-0.010 0.156-0.031 0.313-0.063 0.469-0.12 0.484-0.464 0.896-0.917 1.083-0.948 0.406-2.016 0.453-3 0.141-0.635-0.198-1.188-0.656-1.406-1.281-0.115-0.339-0.177-0.693-0.177-1.052 0-0.516 0.094-1.016 0.339-1.432 0.26-0.427 0.651-0.76 1.125-0.938 1-0.375 2.109-0.349 3.089 0.083 0.479 0.208 0.823 0.63 0.932 1.141 0.021 0.099 0.036 0.208 0.042 0.313zM18.411 18.464h-1.453l-0.427-1.057h-2.443c0 0-0.422 1.057-0.427 1.057h-1.453l2.302-4.927c0 0.005 1.599 0 1.599 0zM25.719 18.464h-1.302c0 0 0.010-4.927 0-4.927h1.302v1.974h2.635c0 0.005 0-1.974 0-1.974h1.307c0 0 0.005 4.917 0 4.927h-1.307v-2.167c0 0.005-2.635 0-2.635 0 0.005 0.005 0 2.161 0 2.167zM1.307 18.464h-1.307c0 0 0.005-4.927 0-4.927h1.307c0 0-0.005 1.984 0 1.974h2.63c0 0.005-0.005-1.974 0-1.974h1.307c0 0 0.005 4.917 0 4.927h-1.307v-2.167c0 0.005-2.63 0-2.63 0 0 0.005-0.005 2.167 0 2.167zM11.349 18.464h-1.307v-4.089h-1.995c0 0 0.005-0.833 0-0.839 0.005 0.005 5.297 0 5.297 0v0.839h-1.995zM6.281 13.536h1.302v4.927h-1.302zM30.693 13.536h1.307v4.927h-1.307zM15.313 14.375l-0.906 2.24h1.813z\"/>\n</svg>\n</li><li title=\"cib hockeyapp \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M29.057 20.005c0.099-0.078 0.245-0.010 0.26 0.109 0.005 0.073 0.016 0.151 0.016 0.229 0 2.115-4.443 4.99-13.333 4.99s-13.333-2.875-13.333-4.984c0-0.073 0.010-0.151 0.016-0.219 0.016-0.125 0.161-0.188 0.26-0.109 2.208 1.583 6.557 2.943 13.057 2.943 6.51 0 10.859-1.359 13.057-2.958zM16 18.891c-7.208 0-11.984-1.641-14.318-3.531-0.078-0.068-0.203-0.042-0.25 0.052-0.125 0.234-0.182 0.49-0.182 0.745 0 2.333 4.917 5.448 14.75 5.448s14.75-3.104 14.75-5.448c0-0.26-0.057-0.51-0.182-0.745-0.047-0.094-0.172-0.12-0.25-0.052-2.333 1.891-7.109 3.531-14.318 3.531zM32 11.25c0 2.693-5.333 6.281-16 6.281s-16-3.589-16-6.281c0-2.688 5.333-4.583 16-4.583s16 1.896 16 4.583zM27.333 10.828c0-1.354-3.776-2.125-11.333-2.125s-11.333 0.776-11.333 2.125c0 1.349 3.776 3.307 11.333 3.307s11.333-1.958 11.333-3.307z\"/>\n</svg>\n</li><li title=\"cib homify \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M27.333 14.083v0.068l-0.005 0.068c-0.12 3.104-0.077 15.145-0.077 15.765 0.004 1.437-1.12 2.589-2.157 1.709l-9.437-7.376c-2.963 3.073-5.807 5.995-6.411 6.568-1.324 1.26-2.412-1.765-1.412-2.412 0.088-0.052 3.005-2.599 6.235-5.395l-6.989-5.464c-0.605-0.475-0.839-1.26-0.491-1.677 0.12-0.115 0.281-0.177 0.443-0.172 0.073 0.005 0.152 0.021 0.22 0.052 2.161 0.959 5.353 3.323 8.536 5.771 3.312-2.869 6.495-5.588 6.911-5.817 0.516-0.287 0.657 0.469 0.48 0.688-0.172 0.219-2.932 3.099-5.953 6.239 2.973 2.308 5.803 4.516 7.583 5.511l0.297-14.156c-0.235-0.276-7.208-9.552-7.964-10.333-1.208 1.041-7.525 8.151-7.848 8.459 1.443 0.145 7.568 0.511 11.427 0.911 0.975 0.095 1.625 0.808-0.464 0.792l-15.015-0.025c-0.235-0.005-0.443-0.147-0.532-0.355-0.088-0.208-0.036-0.448 0.131-0.609 0.079-0.079 10.869-11.896 11.776-12.645 0.203-0.172 0.421-0.256 0.645-0.245 0.308 0.011 0.557 0.193 0.657 0.303 0.113 0.104 5.801 7.916 8.577 11.733 0.661 0.901 0.833 1.516 0.839 2z\"/>\n</svg>\n</li><li title=\"cib hootsuite \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16.005 0h0.026c1.75 0.005 3.474 0.427 5.021 1.24 1.547-0.797 3.255-1.208 4.99-1.208h0.901v31.969l-0.875-0.005c-5.578 0.005-10.927-2.214-14.87-6.167-3.958-3.922-6.172-9.276-6.146-14.854v-10.948h0.906c1.734 0 3.448 0.417 4.99 1.208 1.563-0.813 3.297-1.234 5.057-1.234zM16.005 0.87c-1.844 0-3.573 0.5-5.057 1.365-1.516-0.875-3.24-1.333-4.99-1.333h-0.031v10.073c-0.031 11.13 9.021 20.12 20.146 20.151v-30.224h-0.031c-1.75 0-3.469 0.458-4.99 1.333-1.526-0.891-3.255-1.359-5.021-1.365zM20.339 4.542c2.385 0.005 4.318 1.938 4.318 4.323-0.005 2.391-1.943 4.318-4.328 4.318-0.818 0-1.625-0.234-2.318-0.677l-2.021 2.010-2.010-2.021c-2.016 1.266-4.688 0.656-5.953-1.359-1.271-2.021-0.661-4.688 1.359-5.958 2.026-1.266 4.693-0.656 5.958 1.365 0.365 0.583 0.589 1.245 0.646 1.927l0.021-0.026 0.021 0.021c0.203-2.219 2.073-3.927 4.307-3.922zM11.682 11.719c1.589 0.010 2.88-1.281 2.891-2.865 0-0.292-0.042-0.583-0.13-0.859-0.323 0.724-1.177 1.047-1.901 0.724-0.729-0.323-1.052-1.177-0.729-1.901 0.146-0.323 0.406-0.583 0.729-0.729-1.516-0.474-3.125 0.37-3.604 1.885-0.089 0.276-0.13 0.563-0.135 0.854 0 1.589 1.281 2.885 2.875 2.891zM20.318 11.745c1.589 0.005 2.885-1.281 2.885-2.875 0.005-1.589-1.281-2.88-2.87-2.885-0.292 0-0.578 0.042-0.854 0.125 0.729 0.328 1.052 1.177 0.729 1.906-0.323 0.724-1.177 1.047-1.901 0.724-0.328-0.146-0.589-0.406-0.734-0.734-0.474 1.516 0.375 3.135 1.891 3.609 0.281 0.083 0.563 0.13 0.854 0.13z\"/>\n</svg>\n</li><li title=\"cib hotjar \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M27.931 10.094c-4.669-8.281-18.362-10.094-18.362-10.094s6.319 6.9-1.756 12.356c-5.106 3.444-7.125 7.919-4.938 12.806 1.675 3.744 5.219 5.269 9.038 5.837-1.825-3.444-0.413-7.65-0.256-8.1 3.569 5.4 10.313 0 6.925-5.869 4.438 0.962 5.1 8.663 1.694 13.469 5.031-1.581 8.381-5.556 9.3-9.1 0.969-3.706 0.231-7.994-1.644-11.306z\"/>\n</svg>\n</li><li title=\"cib houzz \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M25.24 16v10.667l-9.24 5.333v-10.672l-9.24 5.339v-21.339l9.24-5.328v10.667l-9.24 5.333 9.24 5.328v-10.661l9.24-5.339z\"/>\n</svg>\n</li><li title=\"cib hp \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16 32h-0.531l3.333-8.932h4.531c0.802 0 1.599-0.667 1.865-1.333l3.604-9.734c0.531-1.599-0.401-2.932-2-2.932h-6.271l-8.13 22.531c-7.203-1.734-12.401-8-12.401-15.599 0-7.333 4.932-13.469 11.734-15.469l-3.068 8.536-5.198 14h3.333l4.266-11.87h2.531l-4.266 11.87h3.333l4-11.068c0.531-1.599-0.266-2.932-2-2.932h-2.667l3.333-9.068h0.667c8.802 0 16 7.198 16 16s-7.198 16-16 16zM25.734 11.068h-2.536l-3.599 9.734h2.536z\"/>\n</svg>\n</li><li title=\"cib html5 shield \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M4 2l2.181 24.738 9.788 3.262 9.85-3.262 2.181-24.738zM23.262 9.994h-11.488l0.256 3.088h10.975l-0.85 9.275-6.119 1.688v0.019h-0.069l-6.169-1.706-0.375-4.738h2.981l0.219 2.381 3.344 0.906 3.356-0.906 0.375-3.887h-10.431l-0.8-9.1h15.069z\"/>\n</svg>\n</li><li title=\"cib html5 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M2 0h28l-2.547 28.75-11.484 3.25-11.417-3.25zM11.375 13l-0.307-3.625 13.411 0.005 0.307-3.495-17.573-0.005 0.932 10.682h12.167l-0.432 4.568-3.88 1.068-3.938-1.078-0.255-2.813h-3.479l0.443 5.563 7.229 1.932 7.172-1.927 0.99-10.875z\"/>\n</svg>\n</li><li title=\"cib htmlacademy \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16 0l-12.635 1.323v23.161l12.635 7.516 12.635-7.516v-23.161l-12.505-1.307zM26.979 23.542l-10.979 6.536-10.979-6.536v-9.49l10.932 6.505 0.016 1.182-7.5-4.469-0.010 1.151 7.531 4.526 0.021 1.208-7.531-4.479-0.010 1.146 7.531 4.526 7.604-4.552v-1.151l-0.010 0.005v-3.74l3.385-2.021zM26.974 12.661l-4.391 2.589-6.615-3.938-0.010 1.146 5.651 3.359-0.047 0.031-0.125 0.073-0.802 0.474-4.667-2.776-0.010 1.141 3.682 2.193-0.87 0.583-0.021 0.010-2.781-1.641-0.010 1.146 1.823 1.078-1.859 1.115-10.88-6.469 10.896-6.547zM26.979 11.51l-11.042-6.51-10.917 6.5v-8.688l10.979-1.151 10.984 1.151v8.693z\"/>\n</svg>\n</li><li title=\"cib huawei \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M4.896 8.188c0 0-2.469 2.359-2.604 4.854v0.464c0.109 2.016 1.63 3.203 1.63 3.203 2.438 2.385 8.344 5.385 9.729 6.063 0 0 0.083 0.042 0.135-0.010l0.026-0.052v-0.057c-3.786-8.25-8.917-14.464-8.917-14.464zM12.865 24.802c-0.026-0.109-0.13-0.109-0.13-0.109l-9.839 0.349c1.063 1.906 2.865 3.37 4.745 2.932 1.281-0.333 4.214-2.375 5.172-3.068 0.083-0.068 0.052-0.12 0.052-0.12zM12.974 23.76c-4.323-2.922-12.693-7.385-12.693-7.385-0.203 0.609-0.266 1.198-0.281 1.729v0.094c0 1.427 0.531 2.427 0.531 2.427 1.068 2.255 3.12 2.938 3.12 2.938 0.938 0.396 1.87 0.411 1.87 0.411 0.161 0.026 5.865 0 7.385 0 0.068 0 0.109-0.068 0.109-0.068v-0.078c0-0.042-0.042-0.068-0.042-0.068zM12.078 4.255c-1.938 0.495-3.328 2.198-3.427 4.198v0.547c0.042 0.802 0.214 1.401 0.214 1.401 0.88 3.865 5.151 10.198 6.068 11.531 0.068 0.068 0.135 0.042 0.135 0.042 0.052-0.021 0.083-0.078 0.078-0.135 1.417-14.13-1.479-17.891-1.479-17.891-0.427 0.026-1.589 0.307-1.589 0.307zM23.146 7.281c0 0-0.651-2.401-3.25-3.042 0 0-0.76-0.188-1.563-0.292 0 0-2.906 3.745-1.495 17.906 0.016 0.094 0.083 0.104 0.083 0.104 0.094 0.042 0.13-0.036 0.13-0.036 0.964-1.375 5.203-7.682 6.068-11.521 0 0 0.479-1.87 0.026-3.12zM19.255 24.708c0 0-0.094 0-0.12 0.063 0 0-0.016 0.094 0.036 0.135 0.932 0.682 3.802 2.667 5.177 3.068 0 0 0.214 0.068 0.573 0.078h0.182c0.922-0.026 2.536-0.49 4-3.010l-9.865-0.333zM29.693 13.495c0.188-2.75-2.589-5.297-2.589-5.307 0 0-5.13 6.214-8.891 14.401 0 0-0.042 0.104 0.026 0.172l0.052 0.010h0.083c1.411-0.703 7.276-3.693 9.703-6.052 0 0 1.536-1.24 1.615-3.224zM31.719 16.349c0 0-8.37 4.49-12.693 7.396 0 0-0.068 0.057-0.042 0.151 0 0 0.042 0.078 0.094 0.078 1.547 0 7.417 0 7.563-0.026 0 0 0.76-0.026 1.693-0.385 0 0 2.078-0.667 3.161-3.031 0 0 0.974-1.932 0.224-4.182z\"/>\n</svg>\n</li><li title=\"cib hubspot \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M24.219 10.573v-3.792c1.026-0.479 1.682-1.505 1.688-2.641v-0.089c-0.005-1.609-1.307-2.917-2.922-2.922h-0.089c-1.615 0.005-2.922 1.307-2.927 2.922v0.089c0.005 1.125 0.656 2.146 1.672 2.63l0.016 0.010v3.802c-1.448 0.219-2.818 0.823-3.958 1.745l0.016-0.010-10.438-8.13c0.943-3.521-3.651-5.776-5.859-2.875-2.214 2.896 1.167 6.729 4.318 4.896l-0.016 0.010 10.26 7.984c-0.906 1.365-1.391 2.964-1.385 4.599 0 1.786 0.568 3.448 1.531 4.807l-0.016-0.026-3.125 3.12c-0.25-0.078-0.51-0.12-0.771-0.125h-0.005c-2.411 0-3.625 2.922-1.917 4.63 1.708 1.703 4.63 0.495 4.63-1.917-0.005-0.271-0.052-0.542-0.135-0.797l0.005 0.021 3.089-3.089c2.042 1.557 4.688 2.089 7.172 1.438 2.479-0.656 4.526-2.411 5.536-4.771 1.016-2.359 0.885-5.052-0.354-7.302-1.234-2.25-3.443-3.802-5.974-4.208l-0.052-0.010zM22.932 23.078c-3.807-0.010-5.703-4.615-3.005-7.302 2.693-2.688 7.292-0.781 7.292 3.026v0.005c0 2.359-1.911 4.271-4.276 4.271z\"/>\n</svg>\n</li><li title=\"cib hulu \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M19.197 9.807h-4.807c-0.943 0.016-1.875 0.199-2.751 0.543v-10.391h-7.719v32.083h7.729v-12.681c-0.067-1.204 0.876-2.229 2.084-2.267h4.52c1.152 0 2.095 0.923 2.12 2.079v12.787h7.704v-13.907c0-5.88-3-8.213-7.865-8.213z\"/>\n</svg>\n</li><li title=\"cib humble bundle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M5.526 31.995c0.161-0.62 0.307-1.198 0.458-1.786 0.922-3.615 1.76-7.25 2.427-10.927 0.328-1.802 0.594-3.615 0.844-5.432 0.188-1.37 0.286-2.75 0.266-4.141-0.016-0.74-0.047-1.49-0.26-2.203-0.094-0.323-0.229-0.635-0.401-0.917-0.219-0.365-0.573-0.505-1-0.49-1.177 0.031-2.177 0.484-3.026 1.276-0.969 0.911-1.604 2.036-2.073 3.26-0.219 0.583-0.38 1.182-0.563 1.776-0.026 0.089-0.036 0.161-0.151 0.161-0.661-0.005-1.318-0.005-1.979-0.005-0.021 0-0.031-0.016-0.047-0.016 0-0.255-0.031-0.516 0-0.76 0.464-3.807 2.094-7.026 4.891-9.635 1.047-0.979 2.286-1.661 3.703-1.969 2.073-0.448 3.729 0.344 4.714 2.24 0.5 0.964 0.771 1.995 0.948 3.057 0.276 1.719 0.292 3.448 0.234 5.182-0.021 0.563-0.057 1.12-0.083 1.682-0.005 0.068 0 0.141 0 0.234 0.073 0 0.141 0.010 0.203 0.010 1.208 0 2.411-0.005 3.625 0.005 0.161 0 0.214-0.063 0.24-0.214 0.766-4.151 1.823-8.229 3.188-12.224 0.031-0.094 0.063-0.161 0.193-0.161 1.495 0.005 2.99 0.005 4.484 0.005 0.021 0 0.047 0.005 0.094 0.010l-0.26 1.005c-1.005 3.911-1.911 7.844-2.646 11.818-0.385 2.063-0.708 4.13-0.922 6.219-0.115 1.167-0.188 2.333-0.151 3.505 0.021 0.708 0.073 1.417 0.297 2.094 0.083 0.271 0.214 0.531 0.365 0.771 0.219 0.349 0.568 0.49 0.984 0.479 1.547-0.047 2.724-0.786 3.661-1.964 0.943-1.172 1.51-2.531 1.911-3.974 0.036-0.13 0.078-0.266 0.104-0.406 0.016-0.109 0.068-0.141 0.172-0.141 0.62 0.005 1.245 0.005 1.865 0 0.135 0 0.161 0.057 0.156 0.177-0.016 1.073-0.208 2.109-0.521 3.13-0.786 2.568-2.073 4.844-3.99 6.745-1.083 1.078-2.349 1.875-3.839 2.276-0.901 0.24-1.807 0.281-2.698-0.042-1.016-0.359-1.703-1.083-2.214-2.005-0.536-0.964-0.818-2.016-1-3.094-0.323-1.875-0.323-3.766-0.229-5.656 0.052-1.188 0.167-2.37 0.255-3.552 0.021-0.255 0.021-0.255-0.229-0.255-1.141 0-2.281 0-3.422-0.005-0.141 0-0.203 0.036-0.229 0.182-0.359 2.422-0.849 4.813-1.432 7.188-0.604 2.453-1.297 4.885-2.115 7.276-0.057 0.172-0.141 0.214-0.313 0.214-1.417-0.005-2.839-0.005-4.26-0.005z\"/>\n</svg>\n</li><li title=\"cib iata \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M4.557 26.307l1.307-6.516h2.12l-1.297 6.516zM10.969 24.172h1.349l-0.349-2.385zM7.984 26.307l3.219-6.516h2.094l1.318 6.516h-1.964l-0.12-0.776h-2.094l-0.333 0.776zM16.573 26.307l0.729-4.901h-1.859l0.318-1.641h5.708l-0.318 1.641h-1.771l-0.714 4.901zM23.708 24.172h1.354l-0.349-2.385zM20.74 26.307l3.208-6.516h2.094l1.318 6.516h-1.984l-0.094-0.776h-2.094l-0.333 0.776zM32 12.432h-9.995c-0.365 1.828-1.635 3.354-4.167 4.411 0.292 0.87 1.271 1.672 2.286 1.672h5.422c0.828 0 1.484-0.693 1.75-1.255h-5.51c-0.339-0.057-0.354-0.333-0.016-0.359h5.417c0.698 0 1.333-0.599 1.703-1.245h-6.307c-0.318-0.052-0.318-0.318 0-0.37h6.359c0.641 0 1.224-0.745 1.464-1.245h-6.974c-0.349-0.047-0.349-0.37 0-0.38h7.099c0.557 0 1.094-0.604 1.469-1.229zM0 12.432h9.995c0.359 1.828 1.635 3.354 4.156 4.411-0.286 0.87-1.266 1.672-2.286 1.672h-5.411c-0.828 0-1.484-0.693-1.75-1.255h5.51c0.333-0.057 0.354-0.333 0.016-0.359h-5.422c-0.698 0-1.333-0.599-1.693-1.245h6.313c0.318-0.052 0.318-0.318 0-0.37h-6.359c-0.641 0-1.224-0.745-1.469-1.245h6.979c0.344-0.047 0.344-0.37 0-0.38h-7.104c-0.557 0-1.099-0.604-1.474-1.229zM12.76 6.948c0.37 0.318 0.781 0.594 1.224 0.771 0.375-0.734 0.896-1.37 1.505-1.932-1 0.125-1.948 0.526-2.729 1.161zM10.99 10.583h2.224c0.047-0.88 0.25-1.74 0.609-2.547-0.484-0.214-0.938-0.495-1.339-0.839-0.901 0.901-1.438 2.109-1.495 3.385zM15.828 8.495v2.089h-2.229c0.021-0.839 0.208-1.661 0.552-2.422 0.531 0.193 1.109 0.318 1.677 0.333zM19.24 6.948c-0.359 0.318-0.776 0.583-1.224 0.771-0.385-0.724-0.896-1.375-1.51-1.922 1.005 0.115 1.953 0.516 2.734 1.151zM21.005 10.583h-2.219c-0.031-0.88-0.234-1.745-0.594-2.547 0.474-0.224 0.922-0.5 1.313-0.839 0.917 0.891 1.453 2.104 1.5 3.385zM16.188 8.495v2.089h2.214c0-0.844-0.208-1.646-0.552-2.422-0.536 0.198-1.094 0.313-1.661 0.333zM12.76 14.589c0.37-0.292 0.792-0.609 1.224-0.76 0.396 0.745 0.891 1.354 1.505 1.911-1-0.125-1.948-0.521-2.729-1.151zM10.99 10.943h2.224c0.052 0.922 0.245 1.734 0.609 2.568-0.484 0.214-0.932 0.495-1.339 0.833-0.901-0.911-1.438-2.12-1.495-3.401zM15.828 13.036v-2.094h-2.229c0.016 0.844 0.208 1.677 0.552 2.422 0.531-0.193 1.109-0.313 1.677-0.328zM19.24 14.589c-0.365-0.318-0.776-0.573-1.224-0.76-0.385 0.719-0.896 1.37-1.51 1.911 1-0.125 1.948-0.526 2.734-1.151zM21.005 10.943h-2.219c-0.031 0.885-0.229 1.76-0.594 2.568 0.474 0.219 0.901 0.484 1.313 0.833 0.911-0.906 1.448-2.12 1.5-3.401zM16.188 13.036v-2.094h2.214c0 0.844-0.208 1.661-0.552 2.422-0.531-0.198-1.094-0.307-1.661-0.328zM15.828 6.005c-0.62 0.505-1.13 1.13-1.5 1.839 0.479 0.167 0.99 0.297 1.5 0.297zM16.188 6.005c0.594 0.484 1.13 1.125 1.484 1.839-0.474 0.188-0.974 0.286-1.484 0.297zM15.828 15.531c-0.625-0.505-1.135-1.135-1.5-1.849 0.479-0.172 0.99-0.271 1.5-0.271zM16.188 15.547c0.594-0.495 1.13-1.161 1.484-1.87-0.479-0.161-0.979-0.25-1.484-0.26z\"/>\n</svg>\n</li><li title=\"cib ibm \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M0 21.527h6.224v0.889h-6.224zM0 19.817h6.224v0.891h-6.224zM1.771 18.109h2.672v0.896h-2.672zM1.771 16.407h2.672v0.896h-2.672zM1.771 14.697h2.672v0.896h-2.672zM1.771 12.989h2.672v0.896h-2.672zM0 11.287h6.224v0.896h-6.224zM0 9.584h6.224v0.889h-6.224zM7.109 20.708h9.568c0.161-0.276 0.287-0.577 0.359-0.891h-9.927zM15.932 16.407h-7.041v0.896h7.792c-0.199-0.339-0.453-0.641-0.745-0.896zM8.885 14.697v0.896h7.047c0.303-0.249 0.547-0.552 0.751-0.896zM16.677 11.287h-9.568v0.896h9.921c-0.077-0.313-0.197-0.615-0.353-0.896zM13.74 9.584h-6.631v0.889h8.912c-0.62-0.572-1.437-0.889-2.281-0.889zM8.885 12.989h2.667v0.896h-2.667zM14.224 13.885h2.787c0.077-0.287 0.12-0.583 0.12-0.896h-2.907zM8.885 18.109h2.667v0.896h-2.667zM14.224 18.109v0.896h2.907c0-0.308-0.043-0.609-0.12-0.896zM7.109 22.412l6.625 0.004c0.891 0 1.692-0.337 2.292-0.889h-8.917zM17.781 21.527h4.437v0.889h-4.437zM17.781 19.817h4.437v0.891h-4.437zM19.552 18.109h2.667v0.896h-2.667zM19.552 16.407h2.667v0.896h-2.667zM23.459 11.287h-5.677v0.896h5.984zM22.869 9.584h-5.088v0.889h5.396zM27.552 21.527h4.448v0.889h-4.448zM27.552 19.817h4.448v0.891h-4.448zM27.552 18.109h2.667v0.896h-2.667zM27.552 16.407h2.667v0.896h-2.667zM27.552 15.593h2.667v-0.896h-5.079l-0.255 0.724-0.249-0.724h-5.084v0.896h2.667v-0.823l0.287 0.823h4.765l0.281-0.823zM30.219 12.989h-4.489l-0.308 0.896h4.797zM26.912 9.584l-0.308 0.889h5.396v-0.889zM24.885 22.412l0.308-0.885h-0.615zM24.297 20.708h1.181l0.319-0.891h-1.813zM23.697 19.005h2.381l0.312-0.896h-3.005zM23.104 17.303h3.573l0.301-0.896h-4.181zM19.552 13.885h4.803l-0.308-0.896h-4.495zM26.016 12.183h5.984v-0.896h-5.683z\"/>\n</svg>\n</li><li title=\"cib icloud \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M26.682 14.302l0.005-0.036c0-3.875-2.63-7.25-6.38-8.203-3.755-0.953-7.672 0.76-9.521 4.167-2.927-1.531-6.464 0.469-6.651 3.771-2.484 0.906-4.135 3.266-4.135 5.906 0 3.474 2.818 6.292 6.292 6.292h19.745c7.51-0.021 8.115-11.057 0.646-11.896z\"/>\n</svg>\n</li><li title=\"cib iconjar \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M7.344 7.833c-0.656 0-1.251-0.604-1.251-1.271 0-1.541 3.813-2.683 8.147-2.683 0.396 0 0.656 0 0.656-0.333 0-0.599-1.312-0.801-1.312-1.807 0-1.068 1.244-1.74 2.823-1.74 1.577 0 2.828 0.672 2.828 1.74 0 1.005-1.317 1.14-1.317 1.807 0 0.203 0.197 0.333 0.656 0.333 4.339 0 8.213 1.073 8.213 2.683 0.011 0.692-0.552 1.265-1.251 1.271zM26.984 13.921c1.579 1.005 2.167 2.813 1.907 4.491l-1.839 10.104c-0.396 2.015-2.104 3.484-4.14 3.484h-12.876c-2.036 0-3.744-1.473-4.14-3.479l-1.839-10.109c-0.281-1.735 0.489-3.475 1.969-4.423 0.921-0.667 1.119-1.807 0-2.208-1.573-0.599-1.245-2.541 0.328-2.541h9.593c1.511 0 3.349 1.135 3.349 4.817s-1.709 3.349-1.709 5.959c0 1.14 0.923 2.344 2.037 2.479 1.905 0.199 3.020-0.536 3.020-3.213 0-2.745-1.572-4.016-1.572-6.292 0-2.744 1.708-3.817 2.823-3.817h2.76c1.579 0 1.907 1.943 0.328 2.541-1.115 0.469-0.921 1.609 0 2.208z\"/>\n</svg>\n</li><li title=\"cib icq \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M20.541 0.177c-1.011-0.084-1.968 0.12-2.905 0.625-1.256 0.667-2.147 1.697-2.553 3.036v0.088l-0.047 0.319-0.176-0.319-0.448-0.801c-0.715-1.115-1.605-1.787-2.724-2.099-0.98-0.22-1.787-0.131-2.636 0.323-0.937 0.577-1.473 1.473-1.697 2.724-0.224 1.296 0 2.547 0.672 3.796l0.312 0.448-1.079-0.353c-1.339-0.319-2.588-0.141-3.844 0.531-1.291 0.667-2.099 1.604-2.629 2.907-0.495 1.249-0.448 2.459 0.177 3.572 0.265 0.496 0.672 0.891 1.025 1.163 0.537 0.536 1.208 0.848 2.011 0.984l0.312 0.083-0.667 0.589c-0.629 0.531-0.984 1.203-1.208 1.869-0.224 0.808-0.135 1.609 0.312 2.369 0.229 0.36 0.448 0.672 0.803 0.896 0.36 0.313 0.808 0.537 1.344 0.584 0.984 0.224 2.011 0.224 3.125-0.136l-0.803 1.339-0.224 0.584c-0.448 1.432-0.312 2.676 0.36 3.973 0.312 0.495 0.667 0.943 1.025 1.344 0.532 0.489 1.208 0.801 2.016 1.025 1.339 0.36 2.677 0.319 3.968-0.353 1.256-0.672 2.057-1.751 2.464-3.089l0.041-0.265c0.849 0.937 1.652 1.563 2.547 1.787 0.896 0.271 1.787 0.229 2.595-0.312 0.76-0.443 1.296-1.209 1.568-2.147 0.224-0.984 0.224-1.963 0-3.083 0.443 0.312 0.891 0.536 1.427 0.672 1.432 0.448 2.683 0.401 3.932-0.265 1.208-0.672 2.011-1.745 2.417-3.131 0.353-1.339 0.265-2.636-0.401-3.891l-0.229-0.36c-0.355-0.536-0.713-1.072-1.251-1.427-0.447-0.312-0.984-0.536-1.473-0.76 1.385-0.672 2.369-1.609 2.812-2.819 0.319-0.984 0.229-1.785-0.224-2.593v-0.088c-0.536-0.891-1.244-1.475-2.364-1.787-0.672-0.131-1.427-0.136-2.099-0.089l-1.48 0.313 0.495-1.115c0.448-1.432 0.313-2.817-0.447-4.115l-0.131-0.229c-0.672-1.115-1.656-1.787-2.995-2.14-0.349-0.089-0.688-0.152-1.027-0.177zM19.781 2.063c0.432-0.041 0.864 0.016 1.292 0.172 0.937 0.224 1.609 0.713 2.009 1.473v0.005c0.224 0.443 0.355 0.98 0.355 1.563l-0.131 0.984c-0.176 0.489-0.4 0.937-0.671 1.339l-4.021 4.917c-0.401-0.313-0.849-0.537-1.297-0.761l-0.448-5.052-0.041-1.785 0.041-0.448c0.224-0.891 0.849-1.563 1.652-2.011 0.405-0.224 0.828-0.355 1.26-0.396zM10.604 2.781c0.177-0.011 0.369 0.036 0.547 0.125 0.803 0.224 1.475 0.801 2.011 1.921 0.224 0.448 0.448 0.891 0.536 1.427l0.896 5.276-0.672 0.224-3.979-4.333-0.224-0.448c-0.359-0.801-0.579-1.561-0.489-2.369 0.041-0.801 0.355-1.339 0.891-1.651 0.135-0.109 0.301-0.167 0.479-0.172zM26.776 9.489c0.203 0 0.396 0.011 0.599 0.032 0.761 0.093 1.297 0.448 1.563 0.989l0.183 0.572-0.089 0.448c-0.312 0.808-0.984 1.433-2.104 1.923-0.443 0.224-0.937 0.312-1.468 0.401l-5.5 0.672-0.089-0.313-0.088-0.135 0.177-0.224 4.515-3.756 0.537-0.219v-0.005c0.599-0.265 1.183-0.38 1.771-0.385zM6.161 9.735c0.213 0.011 0.432 0.041 0.656 0.099v0.005l1.209 0.484 3.932 2.865c-0.36 0.448-0.579 0.895-0.713 1.339l-6.439 0.807-0.443-0.088c-0.807-0.136-1.343-0.496-1.703-1.163-0.359-0.671-0.355-1.337-0.088-2.009 0.312-0.849 0.896-1.521 1.739-1.88 0.605-0.333 1.209-0.496 1.849-0.459zM15.708 13.317c0.808 0 1.568 0.319 2.057 0.808 0.631 0.624 0.896 1.296 0.896 2.104 0 0.801-0.265 1.563-0.896 2.093-0.577 0.584-1.249 0.896-2.057 0.896-0.844 0-1.557-0.312-2.093-0.896-0.584-0.531-0.896-1.292-0.896-2.093 0-0.808 0.312-1.48 0.896-2.104 0.536-0.495 1.249-0.808 2.099-0.808zM26.927 16.76l0.448 0.047c0.672 0.224 1.303 0.625 1.656 1.292 0.448 0.495 0.672 1.167 0.672 1.928l-0.135 0.891c-0.224 0.895-0.761 1.561-1.521 1.921-0.801 0.448-1.609 0.536-2.5 0.224-0.536-0.131-0.896-0.355-1.208-0.713l-4.693-3.891 0.313-0.667 0.135-0.541 5.052-0.444 1.787-0.047zM18.083 20.027l1.876 1.916 1.161 1.432 0.224 0.448c0.401 0.761 0.625 1.475 0.531 2.323-0.083 0.803-0.353 1.385-0.891 1.609-0.312 0.224-0.672 0.224-1.025 0.177-0.849-0.219-1.521-0.891-2.011-1.963l-0.536-1.475-0.672-3.891 0.755-0.265 0.584-0.312zM13.255 20.115c0.443 0.224 0.891 0.448 1.385 0.489 0.089 1.521 0.22 3.131 0.443 4.869v1.792l-0.041 0.443c-0.317 0.808-0.853 1.48-1.656 1.833-0.801 0.448-1.651 0.537-2.459 0.313-0.896-0.219-1.563-0.761-1.921-1.475-0.224-0.448-0.407-0.984-0.407-1.52l0.229-1.027c0.089-0.448 0.312-0.891 0.672-1.249z\"/>\n</svg>\n</li><li title=\"cib ideal \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M1.303 3.479v25.043h15.213c9.187 0 14.187-4.276 14.187-12.552 0-8.5-5.421-12.491-14.187-12.491zM16.516 2.183c13.473 0 15.484 8.635 15.484 13.787 0 8.932-5.5 13.853-15.484 13.853h-16.516v-27.64zM3.344 17.807h4.869v8.672h-4.869zM8.803 13.443c0 1.672-1.355 3.027-3.027 3.027s-3.027-1.355-3.027-3.027c0-4.036 6.053-4.036 6.053 0zM10.661 12.031v2.829h0.869c0.6 0 1.157-0.172 1.157-1.439 0-1.228-0.62-1.391-1.157-1.391zM25.131 10.631h1.405v4.229h2.079c-0.573-7.677-6.609-9.333-12.099-9.333h-5.849v5.104h0.864c1.579 0 2.563 1.072 2.563 2.791 0 1.781-0.957 2.839-2.563 2.839h-0.864v10.224h5.849c8.921 0 12.025-4.145 12.135-10.224h-3.515v-5.635zM21.224 13.771h1.016l-0.469-1.593h-0.083zM19.031 16.265l1.704-5.635h1.995l1.697 5.635h-1.457l-0.324-1.093h-1.833l-0.317 1.093zM18.36 14.86v1.4h-3.469v-5.629h3.36v1.4h-1.959v0.657h1.848v1.4h-1.848v0.772z\"/>\n</svg>\n</li><li title=\"cib ifixit \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M20.459 16.677l3.161 4.172c0.265 0.348 0.281 0.921 0.031 1.281l-0.156 0.233c-0.24 0.365-0.735 0.865-1.083 1.109l-0.381 0.272c-0.353 0.26-0.932 0.26-1.276-0.027l-4.181-3.156c-0.339-0.26-0.907-0.26-1.251 0l-4.183 3.156c-0.343 0.287-0.921 0.287-1.276 0.041l-0.276-0.176c-0.359-0.245-0.853-0.745-1.099-1.084l-0.239-0.339c-0.251-0.359-0.24-0.921 0.020-1.281l3.172-4.197c0.26-0.344 0.26-0.901 0-1.261l-3.183-4.181c-0.255-0.349-0.271-0.923-0.015-1.276l0.265-0.38c0.249-0.349 0.749-0.839 1.104-1.084l0.235-0.161c0.359-0.26 0.937-0.24 1.281 0.021l4.181 3.161c0.344 0.26 0.912 0.26 1.256 0l4.177-3.183c0.343-0.26 0.932-0.303 1.307-0.084l0.437 0.261c0.375 0.224 0.855 0.697 1.063 1.083l0.161 0.276c0.204 0.38 0.161 0.964-0.099 1.323l-3.161 4.177c-0.26 0.344-0.26 0.907 0 1.261zM16 0c-8.839 0-16 7.161-16 16s7.161 16 16 16c8.839 0 16-7.161 16-16s-7.161-16-16-16z\"/>\n</svg>\n</li><li title=\"cib imdb \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M19.078 12.786v0.005c-0.099-0.063-0.302-0.094-0.557-0.094v6.422c0.359 0 0.583-0.083 0.667-0.224 0.083-0.135 0.125-0.536 0.125-1.177v-3.823c0-0.438-0.005-0.719-0.042-0.839-0.031-0.13-0.089-0.219-0.188-0.271zM29.885 0h-27.724c-1.172 0.078-2.083 0.99-2.161 2.13v27.708c0.078 1.167 0.948 2.057 2.073 2.156 0.021 0.005 0.042 0.005 0.063 0.005h27.792c1.172-0.12 2.068-1.099 2.073-2.281v-27.438c0-1.188-0.927-2.188-2.115-2.281zM6.391 20.833h-2.542v-9.818h2.542zM15.109 20.833h-2.214v-6.63l-0.896 6.625h-1.583l-0.932-6.479-0.010 6.479h-2.219v-9.813h3.286c0.115 0.693 0.214 1.396 0.307 2.099l0.359 2.49 0.594-4.589h3.307zM21.745 17.927c0 0.87-0.057 1.458-0.141 1.76-0.078 0.292-0.224 0.531-0.432 0.693-0.198 0.172-0.453 0.292-0.76 0.354-0.297 0.057-0.76 0.099-1.359 0.099l-0.005-0.005h-3.073v-9.813h1.901c1.219 0 1.932 0.063 2.359 0.167 0.432 0.12 0.766 0.302 0.995 0.563 0.219 0.24 0.365 0.536 0.417 0.859 0.068 0.313 0.099 0.938 0.099 1.87zM28.339 18.557c0 0.599-0.063 1.021-0.12 1.323-0.083 0.297-0.26 0.536-0.542 0.755-0.302 0.224-0.641 0.323-1.042 0.323-0.292 0-0.667-0.083-0.906-0.182-0.25-0.125-0.474-0.318-0.688-0.573l-0.151 0.63h-2.292v-9.818l-0.026-0.005h2.401v3.198c0.198-0.234 0.422-0.411 0.677-0.531 0.266-0.109 0.625-0.172 0.922-0.172 0.302 0 0.599 0.047 0.88 0.156 0.229 0.094 0.427 0.245 0.583 0.438 0.12 0.167 0.198 0.359 0.24 0.563 0.036 0.182 0.057 0.573 0.057 1.156v2.74zM25.438 14.938c-0.156 0-0.255 0.057-0.297 0.161-0.042 0.109-0.078 0.385-0.078 0.833v2.594c0 0.432 0.036 0.714 0.078 0.833 0.052 0.115 0.172 0.182 0.302 0.177 0.156 0 0.359-0.063 0.401-0.188 0.036-0.13 0.057-0.427 0.057-0.896l0.042-0.005v-2.521c0-0.401-0.021-0.677-0.078-0.802-0.063-0.135-0.26-0.188-0.422-0.188z\"/>\n</svg>\n</li><li title=\"cib indeed \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M19.76 13.745c-3.197 1.64-6.776-1.417-5.661-4.833 1.12-3.417 5.813-3.767 7.423-0.552 1.005 1.973 0.219 4.389-1.761 5.389zM15.469 0.76c3.291-1.197 7.057-1.135 9.875 1.313 0.593 0.489 1.063 1.115 1.364 1.828 0.281 0.916-1-0.095-1.172-0.224-0.891-0.609-1.853-1.099-2.869-1.464-5.552-1.697-10.803 1.396-14.047 6.208-1.323 2.12-2.333 4.423-3 6.833-0.063 0.297-0.156 0.584-0.281 0.86-0.145 0.271-0.068-0.735-0.068-0.765 0.12-1.005 0.313-2.005 0.573-2.985 1.505-5.244 4.839-9.609 9.625-11.609zM15.516 28.755v-11.687c0.333 0.036 0.645 0.052 0.979 0.052 1.516 0.005 3-0.412 4.297-1.193v12.823c0 1.1-0.204 1.907-0.699 2.439-0.495 0.541-1.197 0.839-1.932 0.812-0.724 0.027-1.421-0.271-1.907-0.812-0.489-0.537-0.744-1.349-0.744-2.433z\"/>\n</svg>\n</li><li title=\"cib inkscape \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M15.828 0.255c-0.99-0.016-1.953 0.37-2.656 1.073l-11.766 12.047c-4.458 4.453 2.885 4.083 5.536 5.771 1.229 0.802-3.938 1.828-2.885 2.885 1.031 1.057 6.203 2.026 7.229 3.057 1.031 1.052-2.083 2.167-1.057 3.224 1 1.057 3.401 0.057 3.828 2.453 0.313 1.771 4.401 0.891 6.229-0.625 1.141-0.974-1.974-0.974-0.943-2.031 2.573-2.599 4.854-1.167 5.797-3.568 0.516-1.281-3.885-2.198-2.714-3.026 2.802-1.969 13.083-2.969 8.344-7.708l-12.198-12.479c-0.745-0.698-1.724-1.078-2.745-1.073zM15.927 1.401c0.708 0.005 1.417 0.266 1.927 0.776l4.656 4.745c0.432 0.427 0.432 1.313 0.172 1.568l-2.313-1.88-0.458 2.771-1.911-1.031-3.115 1.969-1.026-4.135-1.656 3.594-4.146-0.026c-0.797 0-0.682-0.828 0.146-1.656 1.625-1.802 4.797-4.854 5.797-5.911 0.516-0.531 1.219-0.786 1.927-0.781zM28.938 23.099c-0.99 0.036-1.995 0.531-2.255 1.443 0 0.599 4.656 0.943 4.401-0.141-0.188-0.917-1.156-1.339-2.146-1.302zM8.474 25.693c-1.344 0.078-2.781 1.057-1.641 2.016 1.052 0.917 2.656-0.198 3.167-1.479-0.318-0.422-0.911-0.573-1.521-0.531h-0.005zM26.115 25.797c-1.318 1.198 0.224 2.458 1.51 1.63 0.344-0.234-0.026-1.344-1.51-1.63z\"/>\n</svg>\n</li><li title=\"cib instacart \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M20.839 12.823c1.896 1.906 3.443 5.026 2.557 6.87-2.37 4.953-20.052 13.635-21.557 12.135-1.5-1.5 7.188-19.193 12.135-21.568 1.849-0.88 4.964 0.682 6.87 2.563l-0.005 0.021zM30.208 10.74c-0.307-1.141-1.094-2.292-2.266-2.427-2.146-0.25-5.536 3.547-5.297 4.448 0.245 0.922 5.026 2.5 6.802 1.224 0.922-0.661 1.042-2.083 0.74-3.219zM23.552 0.208c1.599 0.432 3.214 1.531 3.406 3.177 0.344 3.016-4.979 7.76-6.245 7.422-1.26-0.339-3.49-7.047-1.688-9.552 0.927-1.297 2.932-1.474 4.531-1.052v0.005z\"/>\n</svg>\n</li><li title=\"cib instagram \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16 0c-4.349 0-4.891 0.021-6.593 0.093-1.709 0.084-2.865 0.349-3.885 0.745-1.052 0.412-1.948 0.959-2.833 1.849-0.891 0.885-1.443 1.781-1.849 2.833-0.396 1.020-0.661 2.176-0.745 3.885-0.077 1.703-0.093 2.244-0.093 6.593s0.021 4.891 0.093 6.593c0.084 1.704 0.349 2.865 0.745 3.885 0.412 1.052 0.959 1.948 1.849 2.833 0.885 0.891 1.781 1.443 2.833 1.849 1.020 0.391 2.181 0.661 3.885 0.745 1.703 0.077 2.244 0.093 6.593 0.093s4.891-0.021 6.593-0.093c1.704-0.084 2.865-0.355 3.885-0.745 1.052-0.412 1.948-0.959 2.833-1.849 0.891-0.885 1.443-1.776 1.849-2.833 0.391-1.020 0.661-2.181 0.745-3.885 0.077-1.703 0.093-2.244 0.093-6.593s-0.021-4.891-0.093-6.593c-0.084-1.704-0.355-2.871-0.745-3.885-0.412-1.052-0.959-1.948-1.849-2.833-0.885-0.891-1.776-1.443-2.833-1.849-1.020-0.396-2.181-0.661-3.885-0.745-1.703-0.077-2.244-0.093-6.593-0.093zM16 2.88c4.271 0 4.781 0.021 6.469 0.093 1.557 0.073 2.405 0.333 2.968 0.553 0.751 0.291 1.276 0.635 1.844 1.197 0.557 0.557 0.901 1.088 1.192 1.839 0.22 0.563 0.48 1.411 0.553 2.968 0.072 1.688 0.093 2.199 0.093 6.469s-0.021 4.781-0.099 6.469c-0.084 1.557-0.344 2.405-0.563 2.968-0.303 0.751-0.641 1.276-1.199 1.844-0.563 0.557-1.099 0.901-1.844 1.192-0.556 0.22-1.416 0.48-2.979 0.553-1.697 0.072-2.197 0.093-6.479 0.093s-4.781-0.021-6.48-0.099c-1.557-0.084-2.416-0.344-2.979-0.563-0.76-0.303-1.281-0.641-1.839-1.199-0.563-0.563-0.921-1.099-1.197-1.844-0.224-0.556-0.48-1.416-0.563-2.979-0.057-1.677-0.084-2.197-0.084-6.459 0-4.26 0.027-4.781 0.084-6.479 0.083-1.563 0.339-2.421 0.563-2.979 0.276-0.761 0.635-1.281 1.197-1.844 0.557-0.557 1.079-0.917 1.839-1.199 0.563-0.219 1.401-0.479 2.964-0.557 1.697-0.061 2.197-0.083 6.473-0.083zM16 7.787c-4.541 0-8.213 3.677-8.213 8.213 0 4.541 3.677 8.213 8.213 8.213 4.541 0 8.213-3.677 8.213-8.213 0-4.541-3.677-8.213-8.213-8.213zM16 21.333c-2.948 0-5.333-2.385-5.333-5.333s2.385-5.333 5.333-5.333c2.948 0 5.333 2.385 5.333 5.333s-2.385 5.333-5.333 5.333zM26.464 7.459c0 1.063-0.865 1.921-1.923 1.921-1.063 0-1.921-0.859-1.921-1.921 0-1.057 0.864-1.917 1.921-1.917s1.923 0.86 1.923 1.917z\"/>\n</svg>\n</li><li title=\"cib instapaper \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M19.688 27.010c0 2.427 0.359 2.786 3.911 3.057v1.932h-15.198v-1.932c3.557-0.271 3.911-0.63 3.911-3.057v-22.068c0-2.375-0.359-2.786-3.911-3.057v-1.885h15.198v1.885c-3.552 0.271-3.911 0.677-3.911 3.057z\"/>\n</svg>\n</li><li title=\"cib intel \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M9.427 14.401v5.167h-1.646v-6.495h3.396c1.443 0 1.932 1.021 1.932 1.943v4.552h-1.641v-4.542c0-0.391-0.198-0.625-0.682-0.625zM20.615 14.323c-0.568 0-1 0.286-1.182 0.682-0.104 0.219-0.156 0.458-0.156 0.703h2.531c-0.031-0.703-0.354-1.385-1.193-1.385zM19.276 16.828c0 0.839 0.521 1.464 1.458 1.464 0.724 0 1.083-0.203 1.505-0.625l1.016 0.974c-0.646 0.641-1.333 1.031-2.536 1.031-1.573 0-3.078-0.859-3.078-3.359 0-2.141 1.313-3.349 3.042-3.349 1.755 0 2.766 1.417 2.766 3.271v0.589h-4.172zM16.25 19.557c-1.339 0-1.906-0.932-1.906-1.854v-6.401h1.641v1.771h1.234v1.328h-1.234v3.198c0 0.38 0.177 0.589 0.568 0.589h0.667v1.37zM6.318 12.177h-1.656v-1.578h1.656zM6.323 19.635c-1.24-0.12-1.661-0.87-1.661-1.74v-4.823h1.656v6.568zM26.063 19.495c-1.24-0.12-1.656-0.87-1.656-1.734v-7.38h1.656v9.12zM31.859 11.448c-1.5-7.328-15.724-7.792-24.885-2.214v0.62c9.151-4.708 22.141-4.677 23.323 2.063 0.391 2.234-0.865 4.557-3.109 5.896v1.75c2.703-0.99 5.474-4.198 4.672-8.115zM15.198 24.26c-6.323 0.583-12.917-0.339-13.839-5.276-0.448-2.438 0.667-5.021 2.13-6.625v-0.854c-2.646 2.323-4.083 5.266-3.255 8.74 1.057 4.458 6.714 6.984 15.344 6.146 3.417-0.333 7.891-1.432 10.995-3.141v-2.422c-2.818 1.682-7.49 3.073-11.375 3.432zM27.979 10.865c0-0.078-0.052-0.104-0.156-0.104h-0.104v0.229h0.104c0.104 0 0.156-0.031 0.156-0.109zM28.141 11.432h-0.125c-0.010 0-0.021-0.005-0.026-0.016l-0.167-0.286c-0.005-0.005-0.016-0.010-0.026-0.010h-0.073v0.281c0 0.016-0.016 0.031-0.031 0.031h-0.109c-0.016 0-0.031-0.016-0.031-0.031v-0.714c0-0.036 0.021-0.057 0.052-0.063 0.068-0.005 0.135-0.005 0.203-0.005 0.203 0 0.328 0.057 0.328 0.25v0.010c0 0.12-0.063 0.182-0.151 0.214l0.172 0.292c0 0.005 0.005 0.016 0.005 0.021 0.005 0.010-0.005 0.026-0.021 0.026zM27.849 10.484c-0.302 0-0.547 0.245-0.547 0.547 0.005 0.302 0.25 0.547 0.552 0.547 0.297 0 0.542-0.245 0.542-0.542 0-0.302-0.245-0.552-0.547-0.552zM27.849 11.693c-0.365 0-0.661-0.292-0.661-0.656s0.297-0.661 0.661-0.661c0.359 0 0.661 0.297 0.661 0.661s-0.302 0.656-0.661 0.656z\"/>\n</svg>\n</li><li title=\"cib intellijidea \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M0 0v32h32v-32zM4.964 4.145h6.667v2.448h-1.855v8.371h1.855v2.443h-6.667v-2.443h1.927v-8.371h-1.927zM19.703 4.145h2.964v8.667c0 0.819-0.073 1.485-0.297 2.079-0.224 0.588-0.52 1.036-0.963 1.479-0.371 0.371-0.885 0.745-1.48 0.891-0.615 0.245-1.265 0.371-1.927 0.371-1.036 0-1.927-0.224-2.593-0.595-0.647-0.364-1.219-0.843-1.704-1.405l1.855-2.073c0.369 0.443 0.74 0.74 1.109 0.964 0.369 0.219 0.812 0.369 1.26 0.369 0.521 0 0.959-0.151 1.333-0.521 0.292-0.369 0.443-0.891 0.443-1.703zM2.964 26h12v2h-12z\"/>\n</svg>\n</li><li title=\"cib intercom \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M28 0h-24c-2.208 0-4 1.792-4 4v24c0 2.208 1.792 4 4 4h24c2.208 0 4-1.792 4-4v-24c0-2.208-1.792-4-4-4zM20.266 5.865c0-0.583 0.479-1.068 1.068-1.068s1.068 0.484 1.068 1.068v14.25c0 0.589-0.479 1.068-1.068 1.068s-1.068-0.479-1.068-1.068zM14.932 5.323c0-0.583 0.479-1.063 1.068-1.063s1.068 0.479 1.068 1.063v15.474c0 0.583-0.479 1.063-1.068 1.063s-1.068-0.479-1.068-1.063zM9.599 5.865c0-0.583 0.479-1.068 1.068-1.068s1.068 0.484 1.068 1.068v14.25c0 0.589-0.479 1.068-1.068 1.068s-1.068-0.479-1.068-1.068zM4.266 8c0-0.589 0.479-1.068 1.068-1.068s1.068 0.479 1.068 1.068v9.594c0 0.589-0.479 1.068-1.068 1.068s-1.068-0.479-1.068-1.068zM27.359 24.271c-0.161 0.141-4.115 3.458-11.359 3.458s-11.198-3.318-11.359-3.458c-0.448-0.385-0.5-1.057-0.115-1.505 0.38-0.448 1.052-0.5 1.5-0.12 0.063 0.052 3.589 2.948 9.974 2.948 6.464 0 9.938-2.917 9.969-2.943 0.448-0.385 1.12-0.333 1.505 0.115s0.333 1.12-0.115 1.505zM27.734 17.594c0 0.589-0.479 1.068-1.068 1.068s-1.068-0.479-1.068-1.068v-9.594c0-0.589 0.479-1.068 1.068-1.068s1.068 0.479 1.068 1.068z\"/>\n</svg>\n</li><li title=\"cib internet explorer \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M30.401 9.844c1.5-3.604 1.599-6.604-0.203-8.401-2-2-6.797-1.401-11.896 1h-0.599c-3.604 0-7.099 1.302-9.698 3.599-2.203 2-3.802 4.599-4.5 7.5 0.5-0.599 3.297-3.901 6.5-5.698 0.099 0 0.896-0.5 0.896-0.5-0.099 0-1.599 1.5-1.896 1.797-7 7.203-11.099 18.099-7.901 21.297 2.099 2.099 5.901 1.599 10.297-0.797 1.901 0.896 4 1.297 6.302 1.297 3 0 5.797-0.797 8.198-2.401 2.5-1.599 4.297-4.099 5.401-6.995h-7.802c-1 1.896-3.297 3.198-5.698 3.198-3.401 0-6.203-2.802-6.297-6v-0.302h20.396v-0.297c0-0.5 0.099-1.099 0.099-1.5 0-2.401-0.599-4.698-1.599-6.797zM3.302 29.839c-1.599-1.599-1.099-4.698 0.802-8.396 0.901 2.5 2.401 4.698 4.297 6.297 0.604 0.5 1.302 1 2 1.401-3.198 1.698-5.797 2-7.099 0.698zM23.802 14.641h-12.198v-0.099c0.198-3.099 3.099-5.797 6.495-5.797 3.203 0 5.802 2.5 6 5.797v0.099zM29.901 9.042c-0.599-1-1.401-2-2.302-2.797-1.396-1.297-3.021-2.318-4.797-3 3.198-1.5 5.896-1.703 7.297-0.302 1.099 1.302 1 3.5-0.198 6.099 0 0.099 0 0.099 0 0 0 0.099 0 0.099 0 0z\"/>\n</svg>\n</li><li title=\"cib invision \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M29.099 0h-26.198c-1.599 0-2.901 1.302-2.901 2.901v26.198c0 1.599 1.302 2.901 2.901 2.901h26.198c1.599 0 2.901-1.302 2.901-2.901v-26.198c0-1.599-1.302-2.901-2.901-2.901zM10.693 6.224c1.063 0 1.958 0.839 1.958 1.917 0 1.094-0.896 1.927-1.958 1.927v0.036c-1.068 0-1.938-0.865-1.938-1.943 0-1.073 0.865-1.938 1.938-1.938zM23.781 24.641c-1.979 0-2.938-1.177-2.938-2.786 0-0.458 0.057-0.948 0.198-1.438l0.948-3.396c0.115-0.37 0.146-0.719 0.146-1.031 0-1.094-0.667-1.755-1.729-1.755-1.349 0-2.24 0.969-2.698 2.844l-1.839 7.38h-3.219l0.573-2.323c-0.943 1.557-2.26 2.516-3.88 2.516-1.953 0-2.875-1.125-2.875-2.818 0.005-0.49 0.063-0.974 0.172-1.448l1.469-5.984h-2.276l0.693-2.542h5.464l-2.161 8.542c-0.135 0.547-0.198 1-0.198 1.313 0 0.547 0.271 0.708 0.688 0.807 0.26 0.052 2.302 0.016 3.417-2.453l1.411-5.667h-2.297l0.693-2.5h4.964l-0.641 2.88c0.859-1.599 2.583-3.141 4.281-3.141 1.802 0 3.302 1.302 3.302 3.76 0 0.714-0.109 1.422-0.323 2.099l-0.922 3.302c-0.078 0.339-0.135 0.62-0.135 0.88 0 0.578 0.24 0.859 0.656 0.859 0.422 0 0.979-0.318 1.599-2.078l1.26 0.479c-0.74 2.62-2.104 3.698-3.802 3.698z\"/>\n</svg>\n</li><li title=\"cib ionic \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M30.563 9.369l-0.136-0.307-0.229 0.249c-0.541 0.62-1.233 1.095-2.004 1.381l-0.215 0.083 0.089 0.208c0.661 1.589 1.005 3.292 1 5.011 0 7.208-5.86 13.073-13.073 13.073s-13.068-5.86-13.068-13.068c0-7.208 5.871-13.073 13.073-13.073 1.959 0 3.844 0.423 5.599 1.261l0.208 0.099 0.089-0.204c0.323-0.76 0.828-1.421 1.473-1.937l0.261-0.213-0.297-0.156c-2.265-1.172-4.781-1.781-7.333-1.776-8.823 0-16 7.177-16 16 0 8.828 7.177 16 16 16 8.828 0 16-7.172 16-16 0-2.307-0.479-4.536-1.437-6.631zM16 8.708c-4.027 0.005-7.287 3.265-7.292 7.292 0.005 4.027 3.265 7.287 7.292 7.292 4.027-0.005 7.287-3.265 7.292-7.292-0.005-4.027-3.265-7.287-7.292-7.292zM29.792 6.031c0 1.839-1.489 3.324-3.323 3.324-1.839 0-3.329-1.485-3.329-3.324 0-4.432 6.652-4.432 6.652 0z\"/>\n</svg>\n</li><li title=\"cib issuu \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M1.328 0c-0.734 0-1.328 0.594-1.328 1.328v14.672c0 8.839 7.161 16 16 16s16-7.161 16-16c0-8.839-7.161-16-16-16zM16.219 4.776c6.135 0.057 11.063 5.078 11.010 11.214-0.063 6.135-5.083 11.057-11.214 11s-11.063-5.078-11.005-11.208c0.057-6.135 5.078-11.063 11.208-11.005zM16.182 7.802c-4.495-0.036-8.167 3.573-8.208 8.063-0.042 4.495 3.568 8.172 8.068 8.219 2.156 0.016 4.234-0.823 5.771-2.333 1.542-1.51 2.417-3.573 2.432-5.729 0.042-4.495-3.563-8.172-8.052-8.219zM16.151 11.818c2.276 0.026 4.104 1.891 4.089 4.167-0.021 2.276-1.885 4.104-4.161 4.078-5.495-0.052-5.422-8.292 0.073-8.245z\"/>\n</svg>\n</li><li title=\"cib itch io \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M4.172 1.787c-1.396 0.828-4.145 3.984-4.172 4.812v1.375c0 1.735 1.625 3.267 3.099 3.267 1.771 0 3.251-1.469 3.251-3.213 0 1.744 1.421 3.213 3.197 3.213 1.771 0 3.151-1.469 3.151-3.213 0 1.744 1.516 3.213 3.287 3.213h0.032c1.776 0 3.291-1.469 3.291-3.213 0 1.744 1.381 3.213 3.152 3.213s3.197-1.469 3.197-3.213c0 1.744 1.475 3.213 3.245 3.213 1.479 0 3.104-1.532 3.104-3.267v-1.375c-0.032-0.828-2.776-3.984-4.177-4.812-4.339-0.156-7.344-0.183-11.823-0.183-4.484 0.005-10.593 0.073-11.828 0.183zM12.677 10.421c-0.183 0.308-0.385 0.568-0.625 0.797v0.005c-0.672 0.651-1.588 1.057-2.599 1.057-1.016 0-1.932-0.407-2.599-1.063-0.245-0.235-0.428-0.489-0.6-0.787-0.167 0.297-0.4 0.552-0.645 0.787-0.672 0.656-1.588 1.063-2.599 1.063 0 0 0 0-0.005 0-0.12 0-0.245-0.036-0.349-0.073-0.14 1.485-0.203 2.901-0.224 3.937v0.005c-0.005 0.527-0.005 0.953-0.011 1.552 0.032 3.115-0.307 10.089 1.376 11.803 2.604 0.604 7.396 0.88 12.197 0.885h0.005c4.807-0.005 9.593-0.281 12.197-0.885 1.683-1.713 1.344-8.688 1.376-11.803-0.005-0.599-0.005-1.025-0.011-1.552v-0.005c-0.021-1.036-0.079-2.452-0.224-3.937-0.099 0.037-0.229 0.073-0.349 0.073 0 0-0.005 0-0.005 0-1.011 0-1.927-0.407-2.599-1.063h0.005c-0.245-0.235-0.479-0.489-0.645-0.787h-0.005c-0.167 0.297-0.355 0.552-0.595 0.787-0.667 0.656-1.583 1.063-2.599 1.063-1.011 0-1.927-0.407-2.599-1.063-0.24-0.229-0.443-0.495-0.615-0.787l-0.011-0.016c-0.172 0.308-0.38 0.573-0.615 0.803-0.672 0.656-1.588 1.063-2.599 1.063 0 0-0.005 0-0.005 0-0.031 0-0.068 0-0.104-0.005-0.036 0.005-0.073 0.005-0.109 0.005 0 0 0 0-0.005 0-1.011 0-1.927-0.407-2.593-1.063-0.24-0.229-0.443-0.495-0.609-0.787l-0.011-0.016zM10.005 13.875c1.057 0.005 1.995 0 3.161 1.271 0.916-0.093 1.875-0.14 2.833-0.14s1.917 0.047 2.833 0.14c1.167-1.271 2.104-1.271 3.161-1.271h0.005c0.5 0 2.5 0 3.891 3.912l1.495 5.369c1.109 3.995-0.355 4.095-2.177 4.095-2.708-0.1-4.208-2.068-4.208-4.037-1.5 0.251-3.251 0.371-5 0.371s-3.5-0.12-4.995-0.371c0 1.969-1.5 3.937-4.208 4.037-1.828-0.005-3.292-0.1-2.183-4.095l1.495-5.369c1.396-3.912 3.396-3.912 3.896-3.912zM16 16.953c-0.005 0-2.849 2.62-3.364 3.547l1.864-0.073v1.625c0 0.079 0.751 0.047 1.5 0.011 0.749 0.036 1.495 0.068 1.495-0.011v-1.625l1.869 0.073c-0.515-0.927-3.364-3.547-3.364-3.547z\"/>\n</svg>\n</li><li title=\"cib jabber \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M12.797 15.651c0-0.469-0.089-0.979-0.359-1.37-0.542-0.781-1.708-1.031-2.521-0.536-0.411 0.25-0.641 0.682-0.771 1.13-0.25 0.891-0.135 1.911 0.042 2.802 0.057 0.286 0.12 0.573 0.198 0.854 0.026 0.099 0.042 0.245 0.104 0.333 0.12 0.146 0.396 0.188 0.573 0.156 0.516-0.083 0.385-0.938 0.37-1.297-0.042-0.844-0.292-1.667-0.052-2.51 0.104-0.354 0.302-0.755 0.661-0.911 0.323-0.141 0.651 0.031 0.781 0.349 0.208 0.516 0.156 1.109 0.286 1.641 0.042 0.182 0.094 0.365 0.177 0.531 0.021 0.052 0.057 0.151 0.125 0.146 0.167-0.016 0.401-0.292 0.526-0.396 0.406-0.333 0.823-0.698 1.292-0.943 0.219-0.115 0.578-0.307 0.802-0.104 0.057 0.047 0.104 0.109 0.146 0.172 0.26 0.411 0 0.734-0.172 1.125-0.219 0.505-0.448 1.010-0.771 1.464-0.276 0.391-0.651 0.734-0.87 1.161-0.146 0.271-0.224 0.573-0.167 0.88 0.047 0.255 0.24 0.406 0.5 0.344 0.188-0.042 0.318-0.208 0.427-0.359 0.193-0.266 0.375-0.547 0.568-0.818 0.375-0.526 0.813-1.016 1.13-1.578 0.37-0.677 0.563-1.443 0.557-2.219 0-0.63-0.229-1.599-0.964-1.729-0.146-0.021-0.292-0.016-0.432 0.010-0.177 0.031-0.344 0.089-0.5 0.161-0.417 0.214-0.786 0.5-1.089 0.849-0.198 0.214-0.37 0.484-0.599 0.661zM12.104 0.021c-0.578 0.078-1.172 0.068-1.755 0.161-1.115 0.172-2.188 0.516-3.229 0.938-0.385 0.151-0.76 0.318-1.13 0.5-0.135 0.068-0.344 0.12-0.458 0.229-0.057 0.052-0.052 0.182-0.057 0.255-0.016 0.208-0.047 0.422-0.068 0.63-0.078 0.807-0.13 1.635-0.016 2.443 0.036 0.26 0.12 0.734 0.438 0.786 0.495 0.073 0.875-0.531 1.12-0.865 0.563-0.781 1.203-1.51 2.13-1.859 1.094-0.411 2.339-0.51 3.495-0.589 3.234-0.224 6.771 0.37 9.151 2.755 0.339 0.339 0.661 0.698 0.932 1.089 1.068 1.547 1.63 3.307 1.906 5.151 0.125 0.865 0.214 1.74 0.016 2.604-0.344 1.495-1.245 2.802-2.276 3.906-0.708 0.76-1.505 1.448-2.333 2.073-0.458 0.349-0.979 0.641-1.417 1.021-0.5 0.443-0.917 0.99-1.229 1.573-0.854 1.578-1.083 3.469-0.833 5.229 0.052 0.359 0.099 0.719 0.182 1.078 0.021 0.104 0.026 0.286 0.094 0.375 0.13 0.161 0.484 0.25 0.682 0.26 0.203 0.010 0.339-0.146 0.391-0.333 0.083-0.313 0.031-0.661-0.016-0.979-0.104-0.651-0.198-1.302-0.167-1.964 0.042-1.208 0.531-2.354 1.365-3.229 0.859-0.901 2.016-1.417 2.995-2.167 1.964-1.516 3.724-3.557 4.401-5.99 0.245-0.875 0.318-1.786 0.208-2.688-0.141-1.13-0.552-2.266-0.943-3.328-1.188-3.25-3.229-6.344-6.469-7.828-1.286-0.589-2.63-0.859-4.021-1.052-0.651-0.094-1.307-0.146-1.964-0.177-0.365-0.016-0.76-0.057-1.125-0.010zM7.036 21.063c-0.63 0.089-0.813 0.594-0.698 1.167 0.151 0.729 0.724 1.286 1.292 1.729 1.484 1.13 3.313 1.714 5.182 1.646 0.714-0.026 1.495-0.146 2.156-0.453 0.349-0.161 0.719-0.75 0.24-1-0.073-0.031-0.146-0.057-0.224-0.068-0.214-0.036-0.448 0.057-0.646 0.115-0.349 0.099-0.698 0.203-1.063 0.26-1.078 0.172-2.245-0.073-3.135-0.714-0.724-0.516-1.307-1.198-1.854-1.885-0.339-0.422-0.646-0.885-1.25-0.797zM6.214 24.63c-0.156 0.021-0.344 0.016-0.479 0.12-0.286 0.208 0.026 0.63 0.177 0.823 0.438 0.557 1.016 1.021 1.594 1.427 1.573 1.125 3.438 1.792 5.37 1.922 0.563 0.042 1.135 0 1.693-0.094 0.198-0.036 0.453-0.047 0.641-0.135 0.531-0.25 0.38-1.255-0.094-1.479-0.208-0.094-0.542 0.031-0.76 0.063-0.51 0.073-1.026 0.083-1.542 0.068-1.354-0.031-2.797-0.448-3.974-1.109-0.458-0.26-0.891-0.568-1.286-0.922-0.245-0.214-0.49-0.563-0.807-0.672-0.146-0.047-0.375-0.026-0.531-0.010zM6.536 27.641c-0.219 0.031-0.411 0.141-0.552 0.313-0.104 0.12-0.198 0.224-0.26 0.37-0.328 0.813 0.547 1.578 1.151 1.964 0.672 0.427 1.406 0.745 2.156 1.010 1.688 0.599 3.667 0.984 5.422 0.448 0.521-0.161 1.036-0.453 1.417-0.844 0.214-0.224 0.359-0.563-0.031-0.703-0.234-0.083-0.516 0.13-0.724 0.214-0.495 0.208-1.016 0.349-1.547 0.417-0.703 0.089-1.333-0.068-2.010-0.24-0.578-0.141-1.161-0.286-1.719-0.495-0.484-0.167-0.948-0.401-1.37-0.682-0.125-0.089-0.276-0.167-0.375-0.281-0.333-0.38-0.589-0.818-0.943-1.177-0.156-0.151-0.375-0.339-0.615-0.313z\"/>\n</svg>\n</li><li title=\"cib java \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M11.803 24.745c0 0-1.224 0.713 0.869 0.952 2.536 0.292 3.833 0.251 6.625-0.281 0 0 0.733 0.464 1.76 0.865-6.265 2.683-14.177-0.161-9.255-1.536zM11.036 21.245c0 0-1.375 1.015 0.719 1.228 2.715 0.281 4.849 0.308 8.552-0.405 0 0 0.511 0.516 1.319 0.801-7.573 2.213-16.011 0.172-10.589-1.624zM17.489 15.303c1.541 1.776-0.407 3.375-0.407 3.375s3.917-2.027 2.12-4.557c-1.681-2.365-2.973-3.536 4.005-7.584 0 0-10.953 2.735-5.719 8.767zM25.771 27.339c0 0 0.907 0.744-0.995 1.323-3.615 1.093-15.047 1.421-18.224 0.041-1.14-0.495 1-1.187 1.672-1.328 0.703-0.156 1.104-0.124 1.104-0.124-1.271-0.896-8.208 1.755-3.525 2.515 12.776 2.073 23.285-0.932 19.968-2.427zM12.391 17.615c0 0-5.817 1.38-2.063 1.88 1.589 0.213 4.751 0.167 7.699-0.083 2.405-0.204 4.823-0.636 4.823-0.636s-0.849 0.364-1.464 0.787c-5.907 1.552-17.317 0.828-14.031-0.76 2.776-1.339 5.036-1.188 5.036-1.188zM22.823 23.448c6-3.125 3.224-6.12 1.292-5.713-0.475 0.093-0.688 0.183-0.688 0.183s0.172-0.277 0.511-0.396c3.833-1.349 6.781 3.973-1.235 6.083 0-0.005 0.095-0.083 0.12-0.156zM19.203 0c0 0 3.324 3.323-3.156 8.437-5.192 4.104-1.183 6.443 0 9.115-3.031-2.735-5.255-5.14-3.765-7.38 2.192-3.297 8.26-4.891 6.921-10.172zM12.979 31.901c5.761 0.364 14.609-0.208 14.824-2.932 0 0-0.407 1.031-4.767 1.853-4.916 0.927-10.984 0.817-14.583 0.224 0 0 0.74 0.609 4.525 0.855z\"/>\n</svg>\n</li><li title=\"cib javascript \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M0 0h32v32h-32zM29.38 24.37c-0.234-1.464-1.188-2.688-4.005-3.833-0.979-0.458-2.073-0.781-2.396-1.521-0.12-0.438-0.141-0.677-0.063-0.938 0.203-0.865 1.219-1.12 2.021-0.88 0.521 0.161 1 0.557 1.302 1.198 1.38-0.901 1.38-0.901 2.339-1.5-0.359-0.557-0.536-0.802-0.781-1.036-0.839-0.943-1.958-1.422-3.776-1.38l-0.943 0.12c-0.901 0.219-1.76 0.698-2.281 1.339-1.516 1.719-1.078 4.719 0.76 5.964 1.818 1.359 4.479 1.656 4.823 2.938 0.318 1.563-1.161 2.063-2.625 1.88-1.078-0.24-1.677-0.781-2.339-1.781l-2.438 1.401c0.276 0.641 0.599 0.917 1.078 1.479 2.318 2.339 8.12 2.219 9.161-1.339 0.036-0.12 0.318-0.943 0.099-2.198zM17.401 14.708h-2.995c0 2.583-0.016 5.151-0.016 7.74 0 1.641 0.083 3.151-0.182 3.615-0.443 0.917-1.573 0.802-2.089 0.641-0.526-0.26-0.797-0.62-1.104-1.141-0.089-0.141-0.151-0.26-0.172-0.26l-2.432 1.5c0.406 0.839 1 1.563 1.766 2.021 1.141 0.682 2.672 0.901 4.276 0.542 1.042-0.302 1.943-0.922 2.411-1.88 0.682-1.24 0.536-2.76 0.531-4.464 0.016-2.74 0-5.479 0-8.24z\"/>\n</svg>\n</li><li title=\"cib jekyll \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M10.766 32c-0.464 0-0.922-0.083-1.359-0.25-1.833-0.703-2.807-2.698-2.302-4.536l-0.021-0.010 0.12-0.302 9.328-24.219c0.141-0.365 0.078-1.214 0.010-1.693-0.021-0.115-0.021-0.214 0.010-0.318l0.010-0.031 0.005-0.021v-0.010l0.016-0.026c0.141-0.385 0.599-0.583 1.344-0.583 0.896 0 2.135 0.281 3.401 0.766 1.063 0.406 2.031 0.917 2.708 1.432 0.802 0.599 1.125 1.141 0.943 1.599l-0.042 0.063-0.021 0.016c-0.057 0.083-0.12 0.161-0.198 0.224-0.422 0.359-1.021 0.979-1.12 1.26l-9.417 24.557-0.026-0.005c-0.656 1.266-1.943 2.073-3.391 2.078h-0.005zM7.849 27.042l-0.026 0.068c-0.599 1.599 0.214 3.411 1.818 4.026 0.359 0.135 0.734 0.203 1.115 0.203 1.297 0 2.443-0.781 2.917-2l0.036-0.083 9.281-24.12c0.193-0.516 1.12-1.359 1.302-1.516l0.021-0.026c0.016-0.016 0.031-0.016 0.031-0.036 0-0.083-0.083-0.359-0.745-0.859-0.641-0.484-1.536-0.964-2.536-1.344-1.161-0.438-2.359-0.719-3.161-0.719-0.521 0-0.698 0.109-0.724 0.172v0.052c0.021 0.135 0.193 1.38-0.047 2.021l-9.281 24.156zM19.781 11.698c0 0-1.286 1.479-2.458 2.016-1.172 0.531-2.036 0.391-3.094 1.005-1.052 0.615-1.583 1.474-1.583 1.474l-4.286 11.146c-0.464 1.26 0.224 2.734 1.5 3.229 1.281 0.49 2.719-0.161 3.219-1.411zM13.208 25.016c0.135-0.057 0.297 0 0.354 0.135 0.057 0.141 0 0.297-0.141 0.354s-0.302 0-0.354-0.141c-0.057-0.125 0-0.286 0.141-0.349zM11.854 22.609c-0.203 0.094-0.443 0-0.531-0.203s0-0.448 0.208-0.531c0.203-0.094 0.448 0 0.531 0.203 0.099 0.203 0.010 0.417-0.208 0.521zM12.234 21.151c-0.161-0.385 0-0.833 0.385-1.010 0.38-0.167 0.818 0 1 0.38 0.161 0.385 0 0.828-0.38 1.005-0.401 0.172-0.839 0-1.021-0.38zM15.469 18.141c0.208-0.099 0.448 0 0.531 0.198 0.094 0.203 0 0.448-0.203 0.531-0.208 0.094-0.448 0-0.531-0.208-0.099-0.198 0-0.443 0.203-0.526zM13.745 16.302c0.141-0.057 0.302 0 0.354 0.135 0.057 0.141 0 0.302-0.135 0.359-0.141 0.052-0.302 0-0.354-0.141-0.057-0.141 0.010-0.302 0.135-0.354zM18.24 1.521c0.135-0.349 1.328-0.219 2.661 0.302 1.333 0.51 2.307 1.208 2.172 1.557-0.135 0.354-1.328 0.219-2.661-0.292-1.339-0.516-2.313-1.214-2.172-1.568z\"/>\n</svg>\n</li><li title=\"cib jenkins \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M3.828 32h-1.297c-0.036-0.088-0.067-0.177-0.093-0.26-0.287-0.891-0.792-1.991-0.921-2.876-0.199-1.312 1.036-1.385 1.833-1.952 1.219-0.881 2.177-1.365 3.5-2.163 0.396-0.233 1.577-0.828 1.708-1.104 0.265-0.541-0.459-1.307-0.651-1.733-0.303-0.672-0.464-1.251-0.505-1.912-1.099-0.177-1.937-0.839-2.459-1.579-0.839-1.233-1.421-3.515-0.697-5.249 0.057-0.136 0.339-0.407 0.38-0.62 0.077-0.412-0.141-0.959-0.161-1.396-0.084-2.255 0.38-4.197 1.9-4.88 0.615-2.453 2.819-3.271 4.896-4.489 0.776-0.459 1.636-0.751 2.521-1.079 3.161-1.167 8.036-0.948 10.661 1.047 1.115 0.844 2.901 2.625 3.541 3.917 1.683 3.407 1.557 9.104 0.38 13.249-0.161 0.557-0.385 1.376-0.708 2.043-0.224 0.463-0.921 1.4-0.833 1.812 0.084 0.421 1.584 1.563 1.907 1.86 0.577 0.561 1.683 1.301 1.765 2 0.093 0.744-0.328 1.78-0.547 2.5-0.287 0.963-0.579 1.921-0.869 2.843h-25.251zM18.636 27.281c-0.724-0.401-1.813-0.828-2.756-1.011-1.156-0.219-1.036 1.584-1 2.656 0.041 0.86 0.484 1.756 0.683 2.328 0.099 0.261 0.12 0.548 0.344 0.6 0.396 0.088 1.719-0.439 2.099-0.641 0.797-0.437 1.416-1.125 2.099-1.583 0.021-0.229 0.021-0.453 0.041-0.677-0.4-0.199-0.859-0.344-1.463-0.369 0.416-0.204 1-0.204 1.38-0.444l0.020-0.26c-0.661-0.036-0.916-0.339-1.359-0.577zM28.579 31.193c0.255-0.824 0.473-1.625 0.619-2.333 0.079-0.387 0.287-1.224 0.235-1.568-0.077-0.615-0.911-1.068-1.339-1.448-0.776-0.704-1.265-1.303-2.077-1.964-0.333 0.5-1.043 0.823-1.313 1.219 1.933-0.916 2.281 3.5 1.521 4.923 0.12 0.437 0.521 0.599 0.688 0.979l-0.115 0.224h1.719c0.015 0 0.041 0 0.057 0.016zM19.729 31.177c-0.068-0.099-0.136-0.183-0.199-0.276l-0.4 0.255h0.599zM23.421 31.177c0.011-0.276 0.027-0.537 0.043-0.797-0.709 0.036-1.1-0.64-1.595-0.703-0.432-0.057-0.801 0.479-1.359 0.26-0.131 0.141-0.245 0.303-0.38 0.423 0.203 0.239 0.391 0.5 0.563 0.776h1.088c0.021-0.219 0.183-0.381 0.401-0.381s0.38 0.163 0.38 0.365h0.88zM26.245 31.177c-0.417-0.641-1.261-1.199-2.24-0.74l-0.041 0.719h2.281zM14.901 31.177l-0.141-0.459c-0.301-0.964-0.479-1.683-0.541-2.24-1.219-0.583-2.5-1.161-3.536-1.9-0.204-0.141-1.48-1.803-1.641-1.74-2.323 0.901-4.479 2.479-6.421 3.979 0.344 0.74 0.64 1.521 0.921 2.319h11.339zM25.917 28.36c-0.037-0.683-0.22-2.079-0.636-2.319-0.88-0.52-2.464 1.037-3.125 1.256 0.063 0.197 0.183 0.359 0.204 0.64 0.38-0.099 0.859-0.036 1.197 0.125-0.401 0.036-0.839 0.036-1.099 0.219-0.099 0.255 0.020 0.636-0.043 1.016 0.923 0.265 2 0.405 3.183 0.443 0.219-0.303 0.303-0.86 0.281-1.443zM20.479 27.88c-0.063 0.5 0.057 0.683 0.157 1.256 1.681 0.52 1.38-2.319-0.177-1.276zM11.683 26c-0.6 0.609 1.692 1.443 2.416 1.484 0-0.385 0.219-0.749 0.183-1.025-0.865-0.156-2.005-0.052-2.593-0.464zM19.099 26.287c0 0.057-0.077 0.036-0.088 0.083 0.776 0.604 1.353 0.729 2.405 0.683 0.469-0.349 0.891-0.749 1.391-1.079-1.14 0.1-2.577 0.813-3.703 0.308zM23.661 2.651c-2.14-1.208-5.801-2.12-8.099-0.973-1.844 0.921-4.365 2.453-5.203 4.391 0.801 1.864-0.22 3.577-0.297 5.473-0.027 1.011 0.479 1.896 0.521 2.995-0.272 0.448-1.105 0.505-1.683 0.475-0.193-0.975-0.537-2.068-1.541-2.177-1.417-0.151-2.459 1.021-2.521 2.245-0.079 1.443 1.115 3.823 2.781 3.661 0.651-0.063 0.812-0.719 1.52-0.719 0.381 0.76-0.593 1-0.697 1.536-0.021 0.14 0.079 0.683 0.141 0.943 0.307 1.255 0.989 2.875 1.656 3.839 0.848 1.197 2.515 1.401 4.307 1.521 0.317-0.699 1.5-0.641 2.276-0.459-0.921-0.365-1.781-1.261-2.5-2.041-0.823-0.901-1.64-1.881-1.683-3.043 1.543 2.141 2.797 4 5.6 4.943 2.12 0.699 4.599-0.339 6.219-1.479 0.681-0.479 1.083-1.24 1.563-1.921 1.796-2.579 2.64-6.276 2.457-9.86-0.077-1.479-0.077-2.959-0.577-3.937-0.521-1.041-2.261-1.964-3.303-1.041-0.197-1.021 0.839-1.641 2.063-1.281-0.88-1.141-1.781-2.48-3.021-3.177zM18.109 19.86c0.817 2.061 3.636 1.817 6.011 1.765-0.115 0.26-0.344 0.577-0.625 0.687-0.755 0.308-2.859 0.543-3.916-0.015-0.672-0.365-1.1-1.167-1.469-1.636-0.183-0.229-1.057-0.812-0.016-0.812zM18.328 18.697c1.193 0.62 3.36 0.693 4.975 0.641 0.088 0.359 0.088 0.792 0.093 1.219-2.068 0.109-4.516-0.407-5.063-1.86zM27.229 17.921c-0.631 1.199-1.527 2.527-3.385 2.568-0.032-0.375-0.057-0.979 0-1.203 1.416-0.141 2.301-0.865 3.391-1.36zM26.364 17.031c-1.359 0.881-2.875 1.833-5.099 1.615-0.468-0.416-0.645-1.339-0.187-1.948 0.239 0.423 0.077 1.183 0.76 1.292 1.26 0.224 2.719-0.771 3.64-1.12 0.557-0.948-0.063-1.296-0.561-1.905-1.043-1.245-2.439-2.803-2.401-4.683 0.416-0.297 0.463 0.464 0.52 0.599 0.543 1.281 1.901 2.901 2.901 4 0.24 0.281 0.641 0.521 0.677 0.704 0.125 0.515-0.339 1.135-0.276 1.479zM8.443 16.131c-0.416-0.245-0.521-1.319-1.021-1.344-0.713-0.041-0.583 1.396-0.583 2.235-0.495-0.437-0.579-1.819-0.219-2.516-0.412-0.203-0.593 0.219-0.823 0.375 0.291-2.12 3.12-0.973 2.651 1.281zM6.287 7.989c-0.917 1.011-0.719 2.901-0.615 4.256 1.661-1.048 3.864 0.077 3.844 1.859 0.796-0.021 0.296-0.995 0.156-1.62-0.475-2.041 0.787-4.249 0.052-6.12-1.417 0.109-2.584 0.688-3.437 1.615zM18.448 9.473c0.407 0.751 0.536 1.532 1.12 2.095 0.255 0.255 0.76 0.568 0.515 1.271-0.061 0.161-0.489 0.521-0.733 0.599-0.901 0.26-3.005 0.041-2.297-1.077 0.751 0.015 1.751 0.479 2.308-0.063-0.417-0.699-1.177-2.043-0.896-2.839zM26.708 9.459h0.095c0.437 0.891 0.796 1.833 1.337 2.62-0.359 0.839-2.739 1.588-2.697 0.077 0.521-0.229 1.401-0.047 1.86-0.333-0.256-0.744-0.641-1.344-0.579-2.364zM17.473 7.303c-1.895-0.439-2.843 0.791-3.411 2.072-0.516-0.124-0.313-0.823-0.183-1.177 0.339-0.937 1.708-2.176 2.823-2.009 0.48 0.077 1.136 0.515 0.771 1.115zM12.86 2.125c-2.084 0.583-4.751 2.093-5.605 3.963 0.663-0.093 1.12-0.427 1.776-0.468 0.251-0.021 0.568 0.099 0.855 0.020 0.568-0.14 1.041-1.421 1.469-1.88 0.416-0.457 0.911-0.661 1.255-1.077 0.219-0.12 0.541-0.099 0.563-0.443-0.099-0.1-0.203-0.177-0.312-0.141z\"/>\n</svg>\n</li><li title=\"cib jest \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M29.667 15.76c0-1.885-1.276-3.536-3.104-4.015l3.984-11.745h-19.74l3.996 11.787c-1.772 0.516-2.991 2.135-2.996 3.979 0 1.391 0.693 2.625 1.751 3.385-0.421 0.599-0.907 1.152-1.443 1.656-0.984 0.939-2.141 1.683-3.401 2.199-1.115-0.751-1.593-2.079-1.161-3.26 4.531-1.412 3.531-8.089-1.208-8.109-2.292 0.004-4.151 1.859-4.151 4.151 0 1.131 0.457 2.167 1.203 2.911-0.068 0.125-0.131 0.261-0.199 0.396-0.619 1.281-1.323 2.724-1.593 4.344-0.536 3.245 0.344 5.849 2.469 7.323 1.145 0.808 2.52 1.245 3.927 1.24 2.432 0 4.907-1.224 7.297-2.412 1.708-0.839 3.468-1.719 5.197-2.145 0.641-0.156 1.308-0.249 2.011-0.355 1.427-0.203 2.901-0.416 4.224-1.187 1.531-0.875 2.599-2.385 2.911-4.12 0.229-1.323 0-2.656-0.593-3.828 0.401-0.641 0.62-1.385 0.62-2.193zM27.86 15.76c0 1.287-1.048 2.333-2.333 2.333-2.209-0.005-3.177-2.791-1.444-4.167l0.005-0.009c0.079-0.057 0.163-0.115 0.24-0.168 0 0 0.016 0 0.016-0.009 0.036-0.021 0.072-0.047 0.109-0.068 0.011 0 0.016-0.005 0.025-0.005 0.037-0.021 0.084-0.036 0.131-0.057s0.093-0.036 0.131-0.057c0.009 0 0.015-0.005 0.025-0.005 0.037-0.011 0.079-0.031 0.115-0.036 0.005 0 0.027-0.011 0.037-0.011 0.047-0.011 0.083-0.021 0.129-0.027h0.005l0.141-0.031c0.009 0 0.025 0 0.036-0.011 0.036 0 0.073-0.011 0.115-0.011h0.041c0.047 0 0.093-0.005 0.151-0.005h0.12c0.037 0 0.068 0 0.104 0.005h0.016c0.073 0.011 0.151 0.021 0.224 0.043 1.083 0.229 1.86 1.187 1.86 2.296zM13.391 1.855h14.573l-3.344 9.864c-0.141 0.027-0.276 0.073-0.417 0.12l-3.52-7.177-3.532 7.131c-0.135-0.043-0.287-0.073-0.437-0.099zM20.016 14.953c-0.172-0.855-0.609-1.636-1.251-2.224l1.917-3.869 1.937 3.952c-0.579 0.573-0.995 1.308-1.161 2.141zM15.375 13.489c0.041-0.011 0.084-0.020 0.131-0.025h0.025c0.037-0.011 0.073-0.011 0.109-0.021h0.037c0.036 0 0.068-0.011 0.104-0.011h0.359c0.037 0 0.068 0.011 0.095 0.011 0.020 0 0.025 0 0.047 0.011 0.036 0.011 0.063 0.011 0.099 0.016 0.011 0 0.021 0 0.041 0.009l0.125 0.027h0.011c0.036 0.011 0.079 0.021 0.115 0.041 0.005 0 0.016 0.005 0.036 0.005 0.027 0.011 0.063 0.021 0.095 0.036 0.004 0 0.015 0.011 0.025 0.011 0.036 0.021 0.073 0.032 0.109 0.047h0.011c0.041 0.016 0.083 0.037 0.12 0.068h0.011c0.036 0.016 0.072 0.041 0.109 0.063 0.009 0 0.009 0.011 0.020 0.011 0.037 0.016 0.063 0.047 0.099 0.063l0.011 0.011c0.109 0.083 0.213 0.176 0.319 0.271l0.004 0.005c0.417 0.437 0.647 1.015 0.641 1.613-0.099 3.011-4.568 3.011-4.667 0-0.005-1.067 0.724-2 1.76-2.26zM6.255 13.421c1.287 0 2.333 1.052 2.333 2.339s-1.047 2.333-2.333 2.333c-1.285 0-2.333-1.047-2.333-2.333s1.048-2.339 2.333-2.339zM27.807 21.459c-0.213 1.197-0.952 2.239-2.009 2.844-1.011 0.583-2.256 0.771-3.557 0.952-0.735 0.095-1.469 0.224-2.188 0.391-1.927 0.475-3.781 1.396-5.579 2.287-2.296 1.141-4.463 2.213-6.473 2.213-1.031 0.005-2.036-0.312-2.875-0.916-2.037-1.407-1.937-4.047-1.693-5.495 0.219-1.355 0.839-2.62 1.432-3.833 0.043-0.073 0.068-0.141 0.105-0.213 0.203 0.072 0.416 0.129 0.64 0.167-0.355 1.963 0.645 3.995 2.593 4.995l0.349 0.181 0.38-0.135c1.62-0.579 3.125-1.511 4.448-2.76 0.735-0.683 1.38-1.453 1.927-2.292 0.215 0.036 0.428 0.047 0.641 0.047 1.885-0.005 3.531-1.276 4.011-3.104h1.557c0.473 1.828 2.124 3.104 4.011 3.104 0.771 0 1.484-0.213 2.093-0.573 0.24 0.693 0.317 1.417 0.187 2.141z\"/>\n</svg>\n</li><li title=\"cib jet \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M21.036 25.391c4.063-0.661 6.339-0.974 10.958-3.193l0.005-3.786c-4.302 4.302-12.333 6.865-20.094 6.797-1-0.010-2.599 0.026-2.995-0.031 4.135 0.656 8.24 0.745 12.125 0.214zM5.115 21.021c1 0 2.406-0.021 3.203-0.526 0.714-0.625 1.24-1.474 1.661-2.438l2.063-6.266-2.875 0.021-1.599 4.885c-0.302 1.547-1.26 2.089-1.979 1.974l-1.802-0.13-0.688 2.24 2.016 0.24zM22.833 20.88l2.229-6.766h3.255l0.724-2.219-7.875-0.016-0.745 2.219h1.714l-2.307 6.766 3.010 0.016zM17.693 20.849l0.75-2.292h-4.271l0.396-1.214h3.557l0.724-2.188h-3.547l0.349-1.078h4.104l0.76-2.286-7.021 0.036-2.943 9.010 7.141 0.010zM19.349 7.771c2.51-0.099 4.995 0.109 7.958 0.37-2.922-1.078-7.599-1.88-11.125-1.88-5.792 0-11.526 1.406-16.156 3.568l-0.026 4.932c4.427-4.516 12.151-7.063 19.349-6.99z\"/>\n</svg>\n</li><li title=\"cib jetbrains \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M0 0h32v32h-32zM2.803 28h12v-2h-12zM4.401 9.197h0.401c0.932-0.129 1.599-0.932 1.599-2v-3.197h-1.469v3.333c0 0.531-0.129 0.667-0.531 0.667s-0.667-0.136-0.803-0.401l-0.932 0.803c0.401 0.667 1.068 0.932 1.735 0.796zM11.068 9.197v-1.197h-2.803v-0.803h2.401v-1.197h-2.401v-0.803h2.803v-1.197h-4.265v5.333h4.265zM12.803 9.197h1.463v-4h1.599v-1.197h-4.531v1.197h1.599v4zM7.469 14.265c0-0.667-0.401-1.197-1.068-1.197 0.531-0.136 0.796-0.667 0.796-1.204 0-0.265-0.129-0.667-0.265-0.932-0.401-0.401-0.932-0.531-1.463-0.531h-2.667v5.197h2.667c1.197 0 2-0.531 2-1.333zM4.136 11.599h0.932c0.401 0 0.667 0.136 0.667 0.401 0 0.401-0.265 0.531-0.667 0.531h-0.932zM4.136 14.401v-0.932h1.061c0.537 0 0.803 0.129 0.667 0.395 0 0.272-0.265 0.537-0.667 0.537zM14 10.401l-2 4.667-0.803-1.204c0.667-0.265 1.068-0.932 1.068-1.599 0-0.401-0.129-0.932-0.401-1.197-0.531-0.537-1.197-0.667-1.728-0.667h-2.537v5.197h1.469v-1.599h0.667l1.068 1.599h2.395l0.401-0.932h2l0.401 0.932h1.599l-2.129-5.333h-1.469zM10 12.932h-0.932v-1.197h0.932c0.401 0 0.803 0.129 0.803 0.667 0 0.265-0.272 0.531-0.803 0.531zM15.197 13.599h-1.061l0.531-1.463zM17.735 15.599h1.463v-5.197h-1.463zM23.068 13.197l-2.136-2.796h-1.333v5.197h1.469v-2.796l2.265 2.932h1.197v-5.333h-1.463zM27.197 12.401c-0.667-0.136-0.932-0.265-0.932-0.537 0-0.129 0.136-0.265 0.537-0.265 0.531 0 1.061 0.265 1.463 0.537l0.803-1.068c-0.667-0.537-1.333-0.667-2.136-0.667-1.197 0-2 0.796-2 1.735 0 1.061 0.803 1.333 2 1.599 0.667 0.129 0.932 0.265 0.932 0.531s-0.265 0.401-0.667 0.401c-0.667 0-1.197-0.265-1.728-0.667l-0.803 0.932c0.667 0.537 1.599 0.803 2.401 0.803 1.333 0 2.129-0.667 2.129-1.735 0-0.932-0.796-1.333-2-1.599z\"/>\n</svg>\n</li><li title=\"cib jira \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M31.099 15.104l-15.099-15.104-15.104 15.104c-0.495 0.5-0.495 1.302 0 1.797l15.104 15.099 15.099-15.099c0.5-0.49 0.5-1.302 0-1.797zM16 20.734l-4.734-4.734 4.734-4.729 4.729 4.729z\"/>\n</svg>\n</li><li title=\"cib joomla \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M22.292 19.677l-7.109 7.12c-1.823 1.818-4.396 2.438-6.729 1.859-0.432 1.901-2.135 3.323-4.172 3.323-2.365 0-4.281-1.917-4.281-4.281 0-2.026 1.406-3.719 3.292-4.167-0.594-2.344 0.021-4.938 1.859-6.771l0.24-0.24 3.161 3.156-0.245 0.245c-1.026 1.036-1.026 2.698 0 3.719 1.026 1.036 2.698 1.036 3.714 0l0.62-0.62 6.495-6.505zM23.526 28.547c-2.432 0.75-5.182 0.161-7.104-1.755l-0.24-0.25 3.151-3.156 0.24 0.245c1.026 1.026 2.693 1.026 3.719 0 1.016-1.021 1.021-2.677-0.005-3.708l-0.625-0.62-3.151-3.161-3.339-3.333 3.161-3.161 7.104 7.12c1.823 1.813 2.464 4.37 1.885 6.693 2.078 0.302 3.677 2.083 3.677 4.24 0 2.38-1.917 4.281-4.281 4.281-2.057 0-3.797-1.458-4.177-3.417zM9.302 12.615l3.344-3.339 3.156-3.161 0.62-0.615c1.896-1.901 4.609-2.5 7.016-1.781 0.286-2.078 2.078-3.698 4.24-3.698 2.365 0 4.281 1.917 4.281 4.276 0 2.177-1.62 3.974-3.719 4.25 0.693 2.401 0.089 5.089-1.802 6.979l-0.24 0.245-3.161-3.156 0.25-0.25c1.021-1.026 1.021-2.688 0-3.708-1.026-1.021-2.682-1.026-3.708 0.005l-0.62 0.615-6.5 6.495zM5.76 16.146l-0.615-0.62c-1.906-1.906-2.5-4.63-1.776-7.047-1.901-0.443-3.328-2.141-3.328-4.182 0-2.359 1.917-4.276 4.276-4.276 2.13 0 3.896 1.552 4.229 3.589 2.307-0.542 4.833 0.083 6.641 1.885l0.245 0.245-3.161 3.161-0.245-0.24c-1.026-1.021-2.688-1.021-3.714 0-1.026 1.042-1.026 2.698-0.005 3.719l7.12 7.12-3.156 3.161-6.51-6.5z\"/>\n</svg>\n</li><li title=\"cib jquery \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M2.047 7.833c-2.833 4.068-2.479 9.354-0.318 13.672 0.052 0.109 0.104 0.208 0.156 0.307 0.031 0.068 0.068 0.135 0.104 0.198 0.016 0.036 0.042 0.078 0.063 0.109 0.036 0.073 0.073 0.135 0.109 0.203l0.208 0.354c0.036 0.068 0.078 0.13 0.12 0.193 0.073 0.125 0.161 0.25 0.234 0.375 0.036 0.052 0.068 0.104 0.104 0.156 0.13 0.203 0.271 0.401 0.417 0.594 0.104 0.141 0.208 0.281 0.318 0.422 0.036 0.047 0.078 0.099 0.115 0.151l0.297 0.359c0.036 0.042 0.068 0.089 0.109 0.13 0.13 0.156 0.271 0.313 0.406 0.464 0 0.005 0.005 0.005 0.005 0.010 0.172 0.214 0.359 0.411 0.568 0.589 0.109 0.109 0.214 0.219 0.328 0.323l0.135 0.13c0.146 0.141 0.292 0.276 0.448 0.411 0.005 0 0.005 0 0.010 0.005l0.073 0.063c0.135 0.12 0.276 0.24 0.417 0.349l0.167 0.141c0.109 0.089 0.229 0.177 0.344 0.266l0.182 0.141c0.125 0.094 0.255 0.182 0.38 0.276 0.047 0.031 0.094 0.068 0.146 0.094l0.036 0.031 0.375 0.25 0.161 0.104c0.193 0.125 0.391 0.245 0.583 0.365 0.057 0.026 0.109 0.057 0.161 0.089 0.146 0.083 0.297 0.167 0.443 0.245 0.078 0.047 0.161 0.083 0.245 0.125 0.099 0.057 0.203 0.109 0.307 0.167 0.026 0.005 0.052 0.016 0.078 0.031 0.042 0.021 0.083 0.042 0.125 0.063 0.161 0.078 0.328 0.156 0.5 0.229 0.031 0.016 0.068 0.026 0.104 0.047 0.193 0.083 0.38 0.167 0.583 0.245 0.042 0.010 0.089 0.036 0.135 0.052 0.182 0.068 0.37 0.135 0.552 0.203l0.063 0.021c0.208 0.073 0.406 0.135 0.615 0.203 0.047 0.010 0.099 0.031 0.146 0.042 0.214 0.068 0.417 0.141 0.63 0.182 13.682 2.495 17.656-8.224 17.656-8.224-3.339 4.349-9.266 5.495-14.88 4.219-0.208-0.047-0.411-0.115-0.625-0.177-0.25-0.073-0.505-0.156-0.755-0.24l-0.083-0.031c-0.177-0.063-0.354-0.13-0.531-0.198-0.047-0.021-0.099-0.036-0.146-0.057-0.198-0.078-0.385-0.156-0.578-0.24-0.042-0.016-0.073-0.036-0.115-0.052-0.161-0.073-0.323-0.146-0.484-0.224-0.047-0.021-0.094-0.047-0.141-0.073-0.125-0.057-0.25-0.125-0.375-0.188-0.083-0.042-0.167-0.083-0.245-0.125-0.151-0.083-0.302-0.167-0.453-0.25-0.047-0.031-0.099-0.063-0.151-0.089-0.198-0.12-0.391-0.24-0.583-0.359-0.052-0.031-0.104-0.068-0.156-0.104-0.141-0.089-0.281-0.182-0.417-0.276-0.047-0.031-0.089-0.063-0.135-0.099-0.135-0.089-0.266-0.182-0.396-0.281-0.057-0.047-0.115-0.089-0.177-0.135-0.115-0.089-0.234-0.177-0.349-0.276l-0.161-0.125c-0.151-0.12-0.297-0.245-0.443-0.375-0.016-0.016-0.031-0.026-0.052-0.042l-0.458-0.417-0.135-0.125c-0.109-0.115-0.219-0.219-0.333-0.328l-0.13-0.135c-0.141-0.141-0.276-0.281-0.411-0.432l-0.021-0.021c-0.141-0.151-0.276-0.313-0.417-0.469-0.036-0.042-0.068-0.089-0.104-0.13l-0.302-0.37c-0.156-0.198-0.307-0.396-0.453-0.599-3.115-4.25-4.24-10.115-1.75-14.927zM10.828 4.406c-2.052 2.948-1.938 6.885-0.339 10 0.266 0.521 0.568 1.026 0.901 1.51 0.307 0.438 0.646 0.958 1.057 1.313 0.141 0.161 0.297 0.318 0.458 0.479l0.12 0.12c0.151 0.146 0.307 0.292 0.469 0.432l0.021 0.021c0.177 0.156 0.359 0.307 0.552 0.453 0.042 0.031 0.083 0.068 0.125 0.099 0.188 0.141 0.375 0.281 0.568 0.417l0.021 0.016c0.083 0.057 0.172 0.115 0.266 0.172 0.036 0.026 0.078 0.057 0.12 0.078 0.141 0.094 0.281 0.177 0.422 0.266 0.026 0.010 0.042 0.021 0.063 0.031 0.12 0.073 0.255 0.141 0.38 0.208 0.042 0.026 0.083 0.047 0.13 0.073 0.089 0.042 0.177 0.089 0.26 0.135l0.047 0.016c0.177 0.089 0.359 0.172 0.542 0.255 0.047 0.016 0.083 0.031 0.125 0.052 0.146 0.063 0.297 0.125 0.443 0.182 0.068 0.021 0.13 0.047 0.193 0.068 0.135 0.052 0.281 0.099 0.417 0.146l0.182 0.057c0.198 0.063 0.396 0.141 0.599 0.172 10.563 1.75 13.005-6.38 13.005-6.38-2.203 3.167-6.458 4.677-11 3.5-0.203-0.052-0.401-0.115-0.599-0.177-0.063-0.016-0.12-0.036-0.182-0.052-0.135-0.052-0.281-0.099-0.411-0.146l-0.193-0.073c-0.151-0.063-0.302-0.115-0.448-0.182-0.047-0.021-0.089-0.031-0.12-0.052-0.188-0.083-0.375-0.167-0.557-0.255l-0.276-0.146-0.156-0.078c-0.125-0.063-0.24-0.13-0.354-0.198-0.031-0.016-0.057-0.031-0.083-0.047-0.141-0.089-0.286-0.172-0.422-0.266-0.047-0.026-0.089-0.052-0.13-0.083l-0.276-0.177c-0.193-0.135-0.38-0.281-0.573-0.417-0.042-0.042-0.083-0.073-0.125-0.104-1.995-1.573-3.568-3.719-4.318-6.146-0.786-2.526-0.609-5.359 0.745-7.656zM18.214 1.844c-1.208 1.776-1.328 3.984-0.495 5.943 0.885 2.078 2.698 3.714 4.807 4.484 0.089 0.036 0.172 0.063 0.26 0.094l0.115 0.036c0.125 0.036 0.25 0.083 0.375 0.115 5.833 1.125 7.411-3 7.839-3.604-1.391 1.995-3.719 2.474-6.578 1.781-0.229-0.063-0.458-0.13-0.688-0.214-0.276-0.099-0.552-0.214-0.823-0.339-0.505-0.25-0.99-0.542-1.438-0.88-2.563-1.943-4.146-5.641-2.474-8.656z\"/>\n</svg>\n</li><li title=\"cib js \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M2 2v28h28v-28zM17.238 23.837c0 2.725-1.6 3.969-3.931 3.969-2.106 0-3.325-1.087-3.95-2.406l2.144-1.294c0.413 0.731 0.788 1.35 1.694 1.35 0.862 0 1.412-0.338 1.412-1.656v-8.944h2.631zM23.462 27.806c-2.444 0-4.025-1.162-4.794-2.688l2.144-1.237c0.563 0.919 1.3 1.6 2.594 1.6 1.087 0 1.788-0.544 1.788-1.3 0-0.9-0.713-1.219-1.919-1.75l-0.656-0.281c-1.9-0.806-3.156-1.825-3.156-3.969 0-1.975 1.506-3.475 3.85-3.475 1.675 0 2.875 0.581 3.738 2.106l-2.050 1.313c-0.45-0.806-0.938-1.125-1.694-1.125-0.768 0-1.256 0.488-1.256 1.125 0 0.788 0.488 1.106 1.619 1.6l0.656 0.281c2.238 0.956 3.494 1.938 3.494 4.137 0 2.363-1.863 3.662-4.357 3.662z\"/>\n</svg>\n</li><li title=\"cib jsdelivr \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M15.803 0l-14.72 5.36 2.079 19.599 12.641 7.041 12.796-7.041 2.323-19.677zM15.885 6.161c1.224 0.005 2.432 0.265 3.552 0.765-1.26 0.713-2.416 1.584-3.453 2.6-0.057-0.027-0.12-0.043-0.181-0.063-0.152-0.048-0.308-0.073-0.464-0.073-0.093 0-0.188 0.016-0.276 0.025-0.412-0.984-0.688-2.025-0.823-3.088 0.515-0.099 1.036-0.156 1.563-0.161 0.025 0 0.052-0.005 0.083-0.005zM13.229 6.579c0.156 1.151 0.468 2.271 0.921 3.339-0.281 0.296-0.437 0.692-0.437 1.099 0 0.296 0.084 0.588 0.24 0.844-1.251 1.724-2.208 3.733-2.541 5.744-0.011 0.073-0.016 0.145-0.027 0.219-0.375 0.125-0.688 0.38-0.875 0.724-1.313-0.448-2.511-1.292-3.484-2.697-0.021-0.229-0.032-0.459-0.037-0.688 0.005-3.932 2.532-7.412 6.24-8.583zM20.573 7.527c1.473 0.927 2.645 2.271 3.375 3.864-0.505 1.271-1.401 2.521-2.527 3.636-0.255-0.157-0.552-0.245-0.859-0.245-0.369 0-0.729 0.131-1.021 0.359-0.62-0.468-1.213-0.984-1.76-1.556-0.443-0.464-0.849-0.975-1.229-1.496 0.255-0.285 0.417-0.661 0.417-1.072 0-0.281-0.084-0.547-0.215-0.781 1.412-1.344 2.819-2.224 3.819-2.708zM15.339 10.167c0.167 0.005 0.328 0.057 0.464 0.151 0.239 0.152 0.385 0.417 0.391 0.699-0.005 0.287-0.152 0.547-0.391 0.697-0.136 0.099-0.297 0.151-0.464 0.151-0.469 0.005-0.849-0.375-0.849-0.848 0-0.475 0.375-0.849 0.849-0.849zM14.749 12.527c0.287 0.113 0.6 0.145 0.901 0.083 0.047 0.068 0.099 0.131 0.152 0.197 0.375 0.527 0.785 1.021 1.228 1.496 0.595 0.615 1.24 1.187 1.928 1.703-0.041 0.145-0.073 0.297-0.073 0.453 0 0.172 0.032 0.344 0.088 0.505-0.885 0.577-1.833 1.041-2.823 1.391-0.12 0.041-0.233 0.067-0.348 0.104-0.813 0.249-1.647 0.396-2.496 0.443-0.113-0.464-0.443-0.844-0.88-1.032 0.005-0.031 0.005-0.063 0.016-0.099 0.292-1.776 1.161-3.635 2.307-5.244zM24.448 12.781c0.213 0.776 0.323 1.579 0.328 2.38 0 0.839-0.12 1.672-0.349 2.475-0.76-0.215-1.505-0.496-2.219-0.839 0.063-0.319 0.037-0.652-0.088-0.948 0.932-0.901 1.713-1.932 2.328-3.068zM20.563 15.584c0.489 0 0.875 0.385 0.875 0.875s-0.385 0.88-0.875 0.88c-0.489 0-0.875-0.391-0.875-0.88s0.385-0.875 0.875-0.875zM21.683 17.703c0.771 0.376 1.572 0.683 2.4 0.917-1.38 3.353-4.613 5.536-8.197 5.541-0.031 0-0.057 0-0.083-0.005-0.021 0-0.037 0-0.057 0-0.115-0.057-0.224-0.104-0.355-0.172-0.417-0.203-0.891-0.468-1.131-0.667-0.848-0.692-1.457-1.64-1.724-2.703 0.281-0.151 0.505-0.38 0.652-0.661 0.885-0.032 1.76-0.172 2.615-0.412 0.228-0.057 0.457-0.129 0.681-0.203 1.095-0.38 2.141-0.885 3.12-1.505 0.276 0.188 0.604 0.307 0.959 0.307 0.416-0.004 0.812-0.161 1.12-0.437zM7.407 17.86c0.839 0.791 1.848 1.38 2.948 1.728 0.124 0.573 0.567 1.027 1.14 1.161 0.26 1.12 0.833 2.147 1.656 2.959-2.739-0.891-4.88-3.072-5.749-5.848zM11.839 18.473c0.443 0 0.797 0.355 0.797 0.797s-0.355 0.792-0.797 0.792c-0.437 0.005-0.797-0.355-0.792-0.792-0.005-0.443 0.355-0.797 0.792-0.797z\"/>\n</svg>\n</li><li title=\"cib jsfiddle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M28.104 15c0.016-0.188 0.027-0.369 0.027-0.557 0-5.177-4.256-9.375-9.511-9.375-3.651-0.016-6.989 2.063-8.589 5.344-0.765-0.589-1.708-0.907-2.676-0.907-2.428 0-4.391 1.932-4.391 4.317 0 0.453 0.067 0.885 0.197 1.292-1.953 1.125-3.156 3.203-3.161 5.459 0 3.468 2.833 6.287 6.344 6.339h19c0.12 0 0.24 0.020 0.359 0.020 3.48 0 6.303-2.776 6.303-6.219-0.021-2.511-1.547-4.771-3.88-5.713zM8.588 22.136c-0.64-0.579-1.041-1.276-1.197-2.105-0.057-0.291-0.084-0.577-0.084-0.869 0-1.183 0.433-2.151 1.292-2.916 0.86-0.772 1.948-1.157 3.271-1.157 1.36 0 2.641 0.511 3.776 1.532 0.281 0.249 0.557 0.536 0.819 0.853l1.453 1.715c0.255 0.343 0.52 0.635 0.801 0.891 0.751 0.671 1.563 1.009 2.251 1.009 0.583 0 1.067-0.181 1.457-0.536 0.328-0.307 0.537-0.719 0.579-1.167l0.011-0.197c0-0.188-0.032-0.376-0.089-0.552-0.301-0.829-1.099-1.365-1.973-1.339-0.724 0-1.443 0.244-2.235 1.009l-1.287-1.52-0.14-0.172c1.14-1.104 2.26-1.521 3.781-1.521 1.339 0 2.437 0.38 3.249 1.141l0.027 0.020c0.859 0.761 1.276 1.74 1.276 2.943 0 0.281-0.021 0.584-0.079 0.839-0.161 0.824-0.563 1.5-1.183 2.084-0.635 0.577-1.427 0.953-2.276 1.077-0.301 0.043-0.599 0.057-0.943 0.057-1.375 0-2.676-0.5-3.776-1.495-0.307-0.287-0.599-0.593-0.859-0.921l-1.459-1.699c-0.229-0.328-0.484-0.629-0.781-0.9-0.74-0.677-1.557-1-2.276-1-0.208 0-0.416 0.031-0.62 0.083-0.312 0.079-0.604 0.24-0.839 0.459-0.375 0.349-0.583 0.833-0.583 1.344 0 0.515 0.183 0.957 0.563 1.312l0.020 0.027c0.401 0.359 0.901 0.536 1.48 0.536 0.739 0 1.457-0.26 2.235-1.021l1.28 1.5 0.141 0.161c-1.161 1.12-2.276 1.537-3.74 1.537-1.339 0-2.437-0.38-3.276-1.141z\"/>\n</svg>\n</li><li title=\"cib json \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16.057 31.958c0.641-0.005 1.271-0.042 1.901-0.125 1.443-0.188 2.859-0.578 4.193-1.151 1.88-0.802 3.599-1.964 5.057-3.391 1.339-1.318 2.458-2.87 3.255-4.573 0.677-1.458 1.161-3.031 1.359-4.63 0.198-1.547 0.182-3.13-0.057-4.667-0.198-1.281-0.563-2.526-1.057-3.719-0.323-0.745-0.703-1.469-1.141-2.156-1.557-2.448-3.813-4.417-6.411-5.734-0.927-0.474-1.901-0.859-2.896-1.156h-0.010c0.161 0.083 0.323 0.172 0.464 0.266 0.156 0.099 0.318 0.198 0.469 0.302 0.755 0.51 1.458 1.099 2.078 1.771 1.417 1.526 2.396 3.401 2.953 5.391 0.38 1.307 0.583 2.661 0.661 4.021 0.057 0.99 0.057 1.99-0.063 2.974-0.198 1.693-0.74 3.344-1.635 4.792-0.661 1.073-1.521 2.026-2.536 2.781-1.661 1.234-3.839 1.974-5.917 1.484-0.339-0.083-0.682-0.193-0.995-0.344-0.365-0.167-0.724-0.37-1.042-0.599-0.62-0.417-1.177-0.911-1.656-1.474-0.583-0.693-1.063-1.484-1.401-2.328-0.417-1.078-0.641-2.229-0.656-3.391-0.042-1.698 0.297-3.401 1.135-4.891 0.563-0.995 1.318-1.865 2.219-2.557 0.302-0.24 0.62-0.443 0.938-0.641l0.021-0.010c-0.62-0.135-1.276-0.198-1.922-0.156-0.557 0.036-1.094 0.141-1.635 0.318-0.479 0.161-0.938 0.359-1.359 0.599-0.339 0.198-0.677 0.422-0.974 0.661-0.281 0.24-0.563 0.479-0.823 0.74-1.495 1.536-2.359 3.573-2.698 5.672-0.198 1.302-0.198 2.615-0.12 3.938 0.141 1.859 0.521 3.714 1.26 5.411 0.458 1.063 1.057 2.036 1.797 2.901 1.141 1.313 2.578 2.339 4.177 2.974 0.901 0.359 1.859 0.62 2.818 0.719 0.099 0.021 0.198 0.021 0.276 0.021zM12.146 31.427c-0.219-0.094-0.417-0.198-0.599-0.302-0.198-0.115-0.401-0.224-0.599-0.349-0.781-0.479-1.479-1.047-2.12-1.698-1.458-1.516-2.438-3.422-2.995-5.443-0.38-1.38-0.583-2.802-0.661-4.229-0.057-0.938-0.036-1.859 0.063-2.776 0.177-1.677 0.661-3.333 1.5-4.771 0.594-1.063 1.417-2 2.375-2.74 0.656-0.5 1.401-0.922 2.177-1.198 1.099-0.401 2.276-0.521 3.417-0.359 0.443 0.057 0.88 0.156 1.281 0.297 0.036 0 0.036 0 0.057 0.042 0.021 0.021 0.063 0.021 0.083 0.036 0.057 0.026 0.135 0.063 0.219 0.099 0.318 0.161 0.635 0.365 0.938 0.563 1.198 0.839 2.177 1.995 2.797 3.333 0.557 1.219 0.818 2.583 0.839 3.922 0.021 1.438-0.24 2.875-0.859 4.193-0.74 1.578-1.995 2.917-3.516 3.776 0.12 0.042 0.24 0.057 0.359 0.099 0.302 0.057 0.599 0.099 0.917 0.099 1.958 0.063 3.859-0.88 5.255-2.198 0.26-0.24 0.5-0.5 0.719-0.776 0.302-0.359 0.583-0.719 0.823-1.099 0.318-0.5 0.578-1 0.818-1.536 0.302-0.719 0.536-1.458 0.677-2.219 0.26-1.339 0.281-2.698 0.198-4.036-0.177-2.698-0.896-5.396-2.453-7.63-0.24-0.339-0.479-0.661-0.74-0.958-0.443-0.5-0.922-0.964-1.422-1.38-0.557-0.458-1.177-0.88-1.818-1.219-0.656-0.297-1.438-0.599-2.255-0.797l-0.401-0.083c-0.276-0.042-0.557-0.057-0.844-0.078-0.432-0.021-0.891-0.016-1.354 0.021-0.938 0.057-1.88 0.214-2.813 0.448-4.474 1.156-8.391 4.276-10.474 8.411-0.667 1.318-1.141 2.729-1.417 4.177-0.318 1.656-0.359 3.365-0.141 5.031 0.161 1.359 0.5 2.698 1.036 3.969 0.307 0.76 0.682 1.5 1.104 2.198 1.458 2.38 3.578 4.318 6.010 5.656 0.917 0.521 1.88 0.917 2.875 1.26 0.302 0.099 0.604 0.198 0.922 0.276z\"/>\n</svg>\n</li><li title=\"cib jupyter \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16.265 24.136c-5.068 0-9.599-1.871-12-4.537 0.932 2.401 2.537 4.537 4.667 6 2.136 1.469 4.667 2.265 7.333 2.265s5.204-0.796 7.333-2.265c2.136-1.463 3.735-3.599 4.667-6-2.401 2.667-6.932 4.537-12 4.537zM16.265 6.531c5.068 0 9.599 1.871 12 4.537-0.932-2.401-2.531-4.537-4.667-6-2.265-1.599-4.796-2.401-7.333-2.401-2.667 0-5.197 0.803-7.333 2.265-2.129 1.599-3.735 3.599-4.667 6.136 2.401-2.803 6.803-4.537 12-4.537zM25.599 0.136c-2.489 0-2.489 3.728 0 3.728s2.489-3.728 0-3.728zM6.803 27.068c-1.329 0-2.401 1.072-2.401 2.401 0 1.323 1.072 2.395 2.401 2.395 1.323 0 2.395-1.072 2.395-2.395 0-1.329-1.072-2.401-2.395-2.401zM4.803 3.068c-1.781 0-1.781 2.667 0 2.667 1.776 0 1.776-2.667 0-2.667z\"/>\n</svg>\n</li><li title=\"cib justgiving \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M31.62 13.235h-11.183l-6.525 6.557h8.968c-1.183 2.635-3.823 4.083-6.88 4.083-4.14 0-7.521-3.563-7.521-7.697 0-4.151 3.381-7.615 7.521-7.615 1.511 0 2.917 0.391 4.083 1.156l6.053-6.079c-2.751-2.265-6.276-3.64-10.136-3.64-8.839 0-16 7.156-16 16 0 8.828 7.161 16 16 16s16-6.817 16-15.651c0-1.193-0.136-1.803-0.38-3.115z\"/>\n</svg>\n</li><li title=\"cib kaggle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M25.099 31.812c-0.025 0.12-0.156 0.188-0.375 0.188h-4.183c-0.249 0-0.468-0.109-0.656-0.328l-6.907-8.787-1.932 1.828v6.817c0 0.313-0.151 0.469-0.463 0.469h-3.245c-0.312 0-0.469-0.156-0.469-0.469v-31.061c0-0.308 0.157-0.469 0.469-0.469h3.245c0.312 0 0.463 0.161 0.463 0.469v19.124l8.271-8.359c0.224-0.224 0.443-0.328 0.661-0.328h4.319c0.192 0 0.317 0.077 0.38 0.239 0.063 0.199 0.047 0.339-0.047 0.417l-8.74 8.459 9.115 11.343c0.125 0.141 0.156 0.276 0.093 0.48z\"/>\n</svg>\n</li><li title=\"cib kaios \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M5.958 0c-2.068-0.021-3.766 1.635-3.786 3.708v24.573c0.010 2.078 1.708 3.75 3.786 3.719 2.078 0.036 3.786-1.63 3.802-3.708v-24.583c-0.036-2.068-1.734-3.724-3.802-3.708zM18.495 11.385c-1.193-1.667-3.51-2.063-5.188-0.88-1.682 1.13-2.094 3.427-0.906 5.068l10.667 14.865c1.198 1.656 3.495 2.047 5.172 0.88 1.646-1.094 2.083-3.318 0.99-4.958l-0.083-0.12-10.641-14.854zM23.359 9.813c2.729 0.021 4.958-2.167 4.99-4.891-0.031-2.729-2.26-4.917-4.99-4.896-2.729-0.031-4.969 2.161-5 4.896 0.031 2.729 2.271 4.922 5 4.891z\"/>\n</svg>\n</li><li title=\"cib kaspersky \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M14.417 16.016c0 1.208-0.74 1.786-1.667 1.786h-0.563v-0.734h0.521c0.563 0 0.932-0.302 0.932-1.063 0-0.75-0.349-1.12-0.948-1.12-0.573 0-0.979 0.349-0.979 1.104v3.047h-0.781v-4.781h0.771v0.411h0.109c0.245-0.328 0.63-0.516 1.036-0.505 0.854 0 1.568 0.625 1.568 1.854zM9.344 15.698l-0.51-0.052c-0.406-0.036-0.62-0.146-0.62-0.385 0-0.276 0.276-0.438 0.667-0.438 0.401 0 0.661 0.193 0.682 0.458h0.74c-0.031-0.693-0.563-1.12-1.417-1.12-0.859 0-1.443 0.458-1.443 1.125 0 0.563 0.354 0.922 1.156 1l0.521 0.052c0.318 0.031 0.531 0.094 0.531 0.401 0 0.271-0.198 0.469-0.724 0.469-0.479 0-0.719-0.219-0.797-0.51h-0.802c0.073 0.667 0.641 1.182 1.599 1.182 0.911 0 1.495-0.474 1.495-1.182-0.005-0.615-0.411-0.938-1.078-1zM17.401 16.703c-0.115 0.276-0.406 0.484-0.823 0.484-0.563 0-0.979-0.37-0.979-1.161 0-0.755 0.385-1.172 0.99-1.172 0.542 0 0.844 0.318 0.875 0.807h-1.385v0.557h2.151v-0.365c0-1.021-0.682-1.682-1.641-1.682-0.896 0-1.76 0.609-1.76 1.854 0 1.25 0.865 1.859 1.755 1.859 0.818 0 1.411-0.505 1.594-1.188zM5.234 14.161c-0.844 0-1.474 0.443-1.552 1.12h0.828c0.057-0.245 0.281-0.432 0.719-0.432 0.557 0 0.74 0.292 0.74 0.651v1.214c-0.318 0.359-0.682 0.526-1.052 0.526-0.38 0-0.646-0.188-0.646-0.51 0-0.318 0.208-0.516 0.599-0.516h0.615v-0.552h-0.635c-0.885 0-1.38 0.438-1.38 1.12 0 0.63 0.474 1.104 1.26 1.104 0.443 0 0.828-0.177 1.12-0.385h0.109v0.297h0.771v-2.365c0.021-0.875-0.573-1.271-1.495-1.271zM0 17.797h0.771v-4.849h-0.771zM3.24 14.255h-0.943l-1.12 1.479v0.458l1.151 1.604h0.958l-1.354-1.833zM31.146 14.255l-0.63 1.401c-0.156 0.333-0.302 0.667-0.344 0.891h-0.109c-0.047-0.224-0.198-0.542-0.354-0.88l-0.63-1.411h-0.859l1.49 3.182-0.734 1.604h0.823l2.203-4.786zM28.052 14.255h-0.943l-1.125 1.474v0.458l1.156 1.604h0.958l-1.354-1.833zM23.214 15.698l-0.51-0.052c-0.401-0.036-0.615-0.146-0.615-0.385 0-0.276 0.276-0.438 0.661-0.438 0.406 0 0.661 0.193 0.682 0.464h0.74c-0.031-0.698-0.563-1.125-1.417-1.125-0.859 0-1.438 0.458-1.438 1.125 0 0.563 0.354 0.922 1.151 1l0.526 0.052c0.313 0.031 0.526 0.094 0.526 0.401 0 0.271-0.198 0.469-0.719 0.469-0.479 0-0.719-0.219-0.802-0.51h-0.802c0.078 0.667 0.641 1.182 1.604 1.182 0.906 0 1.49-0.474 1.49-1.182 0-0.615-0.411-0.938-1.078-1zM24.813 17.797h0.771v-4.849h-0.771zM19.719 14.667h-0.109v-0.411h-0.771v3.547h0.771v-1.854c0-0.635 0.292-1 0.87-1h0.484v-0.786h-0.281c-0.536 0-0.76 0.208-0.964 0.505z\"/>\n</svg>\n</li><li title=\"cib kentico \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M0 0v33.333h33.333v-33.333zM19.333 11.734l4-4c0 0 2.932 1.734 1.198 3.464l-2.797 2.802c-1.599 1.469-3.87-0.802-2.401-2.266zM18.266 7.333v4c0 2-3.333 2-3.333 0v-5.599c0 0 3.333-0.802 3.333 1.599zM11.198 8.932l2.802 2.802c1.469 1.464-0.802 3.734-2.266 2.266l-4-4c0 0 1.734-2.802 3.464-1.068zM7.333 15.068h4c2 0 2 3.333 0 3.333h-5.599c0-0.135-0.802-3.333 1.599-3.333zM14 21.599l-4 4c0 0-2.932-1.734-1.198-3.464l2.797-2.802c1.599-1.469 3.87 0.802 2.401 2.266zM18.266 27.599c0 0-3.333 0.802-3.333-1.599v-4c0-2 3.333-2 3.333 0zM16.667 19.068c-1.333 0-2.401-1.068-2.401-2.401s1.068-2.401 2.401-2.401c1.333 0 2.401 1.068 2.401 2.401s-1.068 2.401-2.401 2.401zM22.135 24.401l-2.802-2.802c-1.469-1.464 0.802-3.734 2.266-2.266l4 4c0 0-1.734 2.802-3.464 1.068zM26 18.266h-4c-2 0-2-3.333 0-3.333h5.599c0 0.135 0.802 3.333-1.599 3.333z\"/>\n</svg>\n</li><li title=\"cib keras \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M32 0h-32v32h32zM11.266 6.88l0.266 0.224v8.323l8.615-8.599h2.615l0.266 0.531-6.854 6.802 7.297 10.583-0.271 0.401h-2.583l-6.203-9.172-2.88 2.771v6.135l-0.25 0.266h-1.948l-0.266-0.266v-17.776l0.224-0.224z\"/>\n</svg>\n</li><li title=\"cib keybase \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M13.927 28.495c0 0.703-0.567 1.271-1.271 1.271-0.697 0-1.271-0.568-1.271-1.271s0.568-1.271 1.271-1.271c0.699 0 1.265 0.573 1.265 1.271zM21.817 28.495c0 0.703-0.567 1.271-1.271 1.271-0.703 0-1.271-0.568-1.271-1.271s0.563-1.271 1.265-1.271c0.704 0 1.271 0.573 1.271 1.271zM27.869 16.287l-0.208-0.276c-0.057-0.079-0.125-0.151-0.188-0.229-0.061-0.084-0.124-0.151-0.187-0.229-0.141-0.156-0.281-0.317-0.427-0.479l-0.1-0.104-0.124-0.131-0.177-0.177c-0.021-0.025-0.043-0.047-0.068-0.073-1.547-1.515-3.339-2.645-5.271-3.337l-0.308-0.105c0.016-0.031 0.032-0.072 0.048-0.109 0.547-1.416 0.489-2.963-0.163-4.339-0.656-1.38-1.807-2.4-3.249-2.88-0.875-0.287-1.641-0.427-2.281-0.405-0.047-0.141-0.136-0.772 0.661-2.464l-1.609-0.948-0.385 0.531c-0.437 0.609-0.864 1.193-1.26 1.772-0.437-0.459-1.021-0.735-1.656-0.772l-1.881-0.115c-0.041-0.004-0.093-0.004-0.135-0.004-1.323 0-2.417 1.025-2.495 2.337l-0.12 1.871v0.005c-0.079 1.369 0.968 2.552 2.344 2.635l1.333 0.084c-0.089 1.12 0.099 2.161 0.541 3.072-1.797 0.751-3.448 1.871-4.88 3.313-4.407 4.459-4.407 9.339-4.407 13.26v2.371l1.74-1.849c0.353 1.239 0.869 2.407 1.525 3.484h2.261c-1.109-1.484-1.891-3.235-2.24-5.131l2.552-2.708-1.312 4.125 2.317-1.693c4.099-2.979 8.995-3.667 14.547-2.036 2.407 0.708 4.751 0.052 5.964-1.677l0.14-0.219c0.12 0.661 0.188 1.328 0.188 1.995 0 2.084-0.339 4.917-1.839 7.349h2.145c1.037-2.083 1.579-4.579 1.579-7.349-0.005-2.932-1.052-5.896-2.917-8.364zM11.86 8.255c0.161-1.337 0.771-2.599 1.64-3.957 0.031 0.063 0.073 0.124 0.109 0.187 0.355 0.532 0.953 0.833 1.599 0.808 0.292-0.011 0.808 0.036 1.647 0.312 0.952 0.313 1.713 0.989 2.14 1.901 0.432 0.907 0.469 1.921 0.109 2.864-0.235 0.595-0.609 1.095-1.077 1.48l-0.543-0.672-0.005-0.005c-0.369-0.453-0.921-0.713-1.509-0.713-0.448 0-0.887 0.156-1.235 0.443-0.443 0.359-0.683 0.88-0.708 1.411-1.605-0.724-2.401-2.192-2.172-4.057zM17.599 15.068l-0.692 0.568c-0.063 0.047-0.125 0.067-0.199 0.067-0.083 0-0.177-0.036-0.235-0.109l-0.145-0.181c-0.115-0.131-0.088-0.333 0.041-0.443l0.683-0.563-1.407-1.729c-0.145-0.183-0.119-0.443 0.057-0.584 0.079-0.063 0.167-0.099 0.261-0.099 0.119 0 0.239 0.052 0.317 0.151l3.953 4.865c0.145 0.177 0.12 0.437-0.057 0.577-0.052 0.043-0.109 0.073-0.167 0.084-0.032 0.011-0.063 0.016-0.093 0.016-0.12 0-0.24-0.057-0.324-0.152l-0.391-0.489-1.396 1.141c-0.057 0.047-0.129 0.072-0.203 0.072-0.088 0-0.188-0.041-0.249-0.12l-0.636-0.771c-0.109-0.135-0.088-0.339 0.047-0.448l1.401-1.145zM10.339 6.489l-1.593-0.104c-0.344-0.016-0.605-0.312-0.584-0.645l0.12-1.871c0.021-0.328 0.292-0.583 0.615-0.583h0.031l1.871 0.125c0.167 0.004 0.317 0.077 0.421 0.203 0.109 0.125 0.167 0.276 0.156 0.448l-0.011 0.131c-0.427 0.76-0.78 1.515-1.031 2.296zM27.036 21.797c-0.755 1.072-2.249 1.443-3.9 0.957-5.177-1.52-9.86-1.208-13.953 0.933l2.177-6.828-7.053 7.479c0.131-5.021 3.272-9.292 7.677-11.084 0.631 0.495 1.38 0.881 2.229 1.12 0.213 0.057 0.432 0.099 0.641 0.136-0.245 0.615-0.157 1.333 0.281 1.875l0.099 0.125c-0.229 0.599-0.141 1.296 0.296 1.828l0.631 0.776c0.355 0.432 0.88 0.688 1.437 0.688 0.432 0 0.849-0.152 1.183-0.423l0.38-0.307c0.235 0.099 0.489 0.151 0.756 0.151 0.151 0 0.296-0.016 0.443-0.047 0.285-0.068 0.561-0.204 0.796-0.391 0.828-0.677 0.959-1.912 0.276-2.745l-2.224-2.739c0.193-0.157 0.376-0.329 0.541-0.511 0.183 0.052 0.365 0.104 0.537 0.161 0.353 0.129 0.708 0.26 1.057 0.416 1.339 0.595 2.604 1.469 3.692 2.532 0.043 0.041 0.084 0.072 0.115 0.109l0.229 0.235c0.047 0.052 0.099 0.104 0.147 0.161 0.104 0.115 0.213 0.233 0.317 0.353l0.172 0.204c0.057 0.067 0.115 0.135 0.172 0.213l0.151 0.197c0.052 0.068 0.104 0.136 0.156 0.204 1.12 1.536 1.317 3.109 0.536 4.213v0.005zM10.292 5.484l-1.115-0.068 0.073-1.109 1.109 0.068z\"/>\n</svg>\n</li><li title=\"cib keycdn \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M3.073 25.421c0.301 0.011 0.604 0.052 0.891 0.157l0.041 0.015 3.744-3.656 0.136 0.183c0.197 0.265 0.401 0.511 0.62 0.749l0.083 0.089c0.057 0.057 0.1 0.115 0.157 0.172l0.437 0.437 0.104 0.088 0.088 0.084c1.745 1.473 3.917 2.312 6.209 2.369 1.889 0.041 3.733-0.437 5.348-1.391l0.287 0.303c0.333 0.353 0.677 0.708 1.011 1.067-1.995 1.276-4.308 1.923-6.693 1.865-2.676-0.073-5.233-1.032-7.281-2.751l0.011-0.020-2.401 2.369c0.089 0.276 0.12 0.573 0.125 0.864 0 1.657-1.339 3-2.995 3s-2.995-1.348-2.995-3.004c0-1.652 1.339-2.996 2.995-2.996h0.079zM25.973 9.969c1.177 1.937 1.767 4.171 1.709 6.437-0.068 2.776-1.115 5.416-2.948 7.489l0.015 0.016 1.475 1.567c0.593-0.077 1.192 0.125 1.604 0.557 0.699 0.745 0.677 1.917-0.068 2.625-0.744 0.699-1.916 0.677-2.624-0.068-0.412-0.437-0.584-1.047-0.469-1.629-0.688-0.729-1.901-2.027-2.599-2.761l-0.147-0.156 0.167-0.14c0.448-0.355 0.86-0.745 1.24-1.177 1.568-1.765 2.453-4.011 2.505-6.369 0.047-1.787-0.375-3.537-1.235-5.084zM5.104 2.969c0.527-0.011 1.021 0.197 1.385 0.572 0.417 0.437 0.589 1.047 0.475 1.631l2.839 2.973-0.172 0.141c-0.448 0.353-0.86 0.744-1.24 1.177-1.568 1.765-2.448 4.009-2.521 6.369-0.041 1.787 0.381 3.536 1.24 5.093l-1.364 1.328c-1.188-1.948-1.787-4.176-1.715-6.468 0.057-2.76 1.131-5.423 2.939-7.495l-1.563-1.636c-0.6 0.084-1.193-0.125-1.604-0.557-0.704-0.744-0.677-1.916 0.067-2.625 0.287-0.271 0.661-0.447 1.057-0.495 0.057-0.005 0.12-0.005 0.177-0.009zM29.005 0.588c1.651 0 2.995 1.344 2.995 3 0 1.657-1.344 2.996-2.995 2.996-0.323 0-0.636-0.057-0.932-0.152h-0.005l-0.041-0.016-4.068 3.865-0.136-0.188c-0.219-0.287-0.459-0.572-0.713-0.833l-0.041-0.057-0.36-0.353-0.26-0.235-0.079-0.068-0.104-0.088c-1.729-1.453-3.896-2.281-6.161-2.339-1.891-0.041-3.735 0.427-5.339 1.385l-1.307-1.36c1.995-1.285 4.307-1.927 6.692-1.869 2.677 0.073 5.235 1.031 7.281 2.76h0.027l2.692-2.557c-0.093-0.285-0.135-0.588-0.135-0.891 0-1.656 1.339-3 2.995-3zM15.948 7.276c0.339 0 0.677 0.027 1.011 0.068 4.833 0.609 8.255 5.016 7.661 9.849-0.604 4.833-5.016 8.26-9.849 7.661-4.833-0.604-8.255-5.016-7.661-9.849 0.573-4.484 4.344-7.713 8.839-7.729zM15.812 11.063c-1.952 0.156-3.369 1.635-3.421 3.599 0.036 1.407 0.755 2.589 2.011 3.235l-0.688 3.203h4.568l-0.683-3.203c1.251-0.677 1.989-1.792 2.005-3.229-0.025-2.031-1.593-3.557-3.604-3.609zM15.88 11.041h-0.011z\"/>\n</svg>\n</li><li title=\"cib khan academy \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M3.292 29.86c0 0-4.932-11.787 3.911-20.579 8.016-7.989 20.131-9.229 22.229-9.281 0 0 3.256 10.677-4.864 22.776-8.109 12.099-19.365 8.817-19.365 8.817s11.115-14.167 9.776-14.083c-0.932 0.057-6.765 6.473-11.687 12.353z\"/>\n</svg>\n</li><li title=\"cib kibana \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M28.052 31.984h-22.479l13.172-15.812c5.64 3.683 9.307 9.391 9.307 15.812zM28.052 0.052h-23.948v28.735z\"/>\n</svg>\n</li><li title=\"cib kickstarter \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M12.807 10.906l5.865-8.505c1.115-1.599 2.542-2.401 4.302-2.401 1.432 0 2.672 0.51 3.719 1.526 1.047 1.021 1.568 2.234 1.568 3.651 0 1.042-0.276 1.969-0.833 2.771l-5.286 7.693 6.469 8.203c0.646 0.818 0.969 1.776 0.969 2.865 0 1.448-0.505 2.693-1.526 3.734-1.016 1.036-2.245 1.557-3.693 1.557-1.589 0-2.797-0.516-3.63-1.547l-7.922-9.891v5.453c0 1.557-0.271 2.766-0.813 3.63-0.979 1.568-2.401 2.354-4.281 2.354-1.708 0-3.036-0.583-3.974-1.734-0.88-1.063-1.318-2.474-1.318-4.229v-20.219c0-1.656 0.448-3.031 1.339-4.109 0.932-1.135 2.224-1.708 3.875-1.708 1.573 0 2.88 0.573 3.927 1.708 0.583 0.635 0.953 1.271 1.109 1.922 0.094 0.401 0.141 1.141 0.141 2.24v5.036z\"/>\n</svg>\n</li><li title=\"cib kik \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M15.307 22.339c-0.009 0.916-0.744 1.651-1.651 1.651-0.916 0-1.635-0.719-1.656-1.635h-0.021v-8.328h0.021v-0.037c0-0.921 0.74-1.677 1.651-1.677 0.907 0 1.647 0.756 1.647 1.677v0.063h0.020v8.303h-0.020zM30.156 15.817c1 0 1.844 0.823 1.844 1.833 0 1.016-0.844 1.833-1.844 1.833-1.020 0-1.859-0.817-1.859-1.839 0-1.020 0.823-1.839 1.839-1.839zM27.38 21.401c0.161 0.255 0.256 0.572 0.256 0.911 0 0.939-0.735 1.683-1.657 1.683-0.619 0-1.161-0.344-1.443-0.844l-2.733-3.661-0.844 0.781v2.183h-0.016c-0.052 0.869-0.76 1.557-1.636 1.557-0.895 0-1.624-0.74-1.624-1.651v-0.037h-0.027v-12.599h0.037v-0.063c0-0.916 0.733-1.672 1.64-1.672 0.901 0 1.636 0.751 1.636 1.672v0.093h0.020l0.016 6.131 3.077-3.016c0.308-0.339 0.745-0.541 1.24-0.541 0.917 0 1.661 0.76 1.661 1.683 0 0.463-0.177 0.859-0.457 1.161l0.015 0.021-2.161 2.14 3.041 4.079-0.020 0.020zM9.719 21.401c0.161 0.255 0.26 0.572 0.26 0.911 0 0.939-0.739 1.683-1.661 1.683-0.62 0-1.161-0.344-1.437-0.844l-2.74-3.661-0.837 0.781v2.177h-0.021c-0.047 0.869-0.76 1.557-1.631 1.557-0.901 0-1.629-0.74-1.629-1.651v-0.037h-0.021v-12.599h0.041c-0.005-0.021-0.005-0.036-0.005-0.057 0-0.921 0.735-1.672 1.641-1.672 0.901 0 1.629 0.751 1.629 1.667v0.093h0.021l0.016 6.136 3.083-3.016c0.308-0.339 0.751-0.541 1.24-0.541 0.917 0 1.661 0.76 1.661 1.683 0 0.443-0.177 0.859-0.464 1.161l0.021 0.021-2.167 2.14 3.027 4.079-0.021 0.020z\"/>\n</svg>\n</li><li title=\"cib kirby \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16 0l-14.094 8v16l14.094 8 14.099-8v-16zM22.281 16.339l-3.953 2.13v0.292h3.953v3.104h-12.563v-3.083h3.943v-0.302l-3.953-2.141v-3.818l6.292 3.391 6.286-3.396v3.823z\"/>\n</svg>\n</li><li title=\"cib klout \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M0 3.563v19.631h21.563l10.437 5.244v-24.875zM13.104 14.792h-1.563l-3.839 5.405h-4.567l5.249-7.020-4.849-6.761h4.448l3.547 5.177h1.573zM24.312 20.193l-3.839-5.401h-2.624v5.401h-3.641v-13.777h3.647v5.177h2.619l3.548-5.177h4.437l-4.844 6.761 5.249 7.020h-4.552z\"/>\n</svg>\n</li><li title=\"cib known \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M32 16c0 8.802-7.198 16-16 16s-16-7.198-16-16c0-8.802 7.198-16 16-16s16 7.198 16 16zM16 2.401c-7.599 0-13.599 6-13.599 13.599s6 13.599 13.599 13.599c7.599 0 13.599-6 13.599-13.599s-6-13.599-13.599-13.599zM23.469 9.599l-0.271 0.266c0.135-0.13 0.401-0.266 0.536-0.266zM23.734 9.599h0.667v-2.531h-7.333v2.531h1.198c0.266 0 0.401 0.135 0.401 0.401 0 0.135 0 0.266-0.135 0.266l-5.063 5.068h-0.135c-0.135 0-0.266-0.135-0.266-0.266v-4.536c0-0.531 0.401-0.932 0.932-0.932h1.068v-2.531h-7.87v2.531h0.938c0.531 0 0.932 0.401 0.932 0.932v11.203c0 0.531-0.401 0.932-0.932 0.932h-0.938v2.667h7.87v-2.667h-1.068c-0.531 0-0.932-0.401-0.932-0.932v-1.87c0-0.13 0-0.266 0.13-0.396l2-2c0 0 0.135-0.135 0.271-0.135 0.13 0 0.266 0 0.266 0.135l2.797 4.396v0.271c0 0.266-0.13 0.396-0.396 0.396h-1.203v2.667h8.401v-2.667h-0.932c-0.266 0-0.536-0.13-0.667-0.396v-0.135l-4.932-7.333c0-0.135-0.135-0.135-0.135-0.266 0-0.135 0-0.266 0.135-0.266l4.266-4.271c0.266-0.266 0.401-0.266 0.667-0.266z\"/>\n</svg>\n</li><li title=\"cib ko fi \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M31.844 11.932c-1.032-5.448-6.48-6.125-6.48-6.125h-24.4c-0.808 0-0.907 1.063-0.907 1.063s-0.109 9.767-0.027 15.767c0.22 3.228 3.448 3.561 3.448 3.561s11.021-0.031 15.953-0.067c3.251-0.568 3.579-3.423 3.541-4.98 5.808 0.323 9.896-3.776 8.871-9.219zM17.093 16.615c-1.661 1.932-5.348 5.297-5.348 5.297s-0.161 0.161-0.417 0.031c-0.099-0.073-0.14-0.12-0.14-0.12-0.595-0.588-4.491-4.063-5.381-5.271-0.943-1.287-1.385-3.599-0.119-4.948 1.265-1.344 4.005-1.448 5.817 0.541 0 0 2.083-2.375 4.625-1.281 2.536 1.095 2.443 4.016 0.963 5.751zM25.323 17.251c-1.24 0.156-2.244 0.036-2.244 0.036v-7.573h2.359c0 0 2.631 0.735 2.631 3.516 0 2.552-1.313 3.557-2.745 4.021z\"/>\n</svg>\n</li><li title=\"cib kodi \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16.041 0.063c-0.301 0-0.604 0.14-0.896 0.432-1.228 1.229-2.452 2.459-3.681 3.693-0.313 0.307-0.604 0.635-0.937 0.927-0.412 0.355-0.543 0.776-0.532 1.312 0.027 1.871 0.011 3.735 0.011 5.6 0 1.937 0 3.875 0 5.812 0 0.145 0.005 0.297 0.041 0.437 0.115 0.448 0.401 0.527 0.724 0.197 1.751-1.744 3.495-3.495 5.24-5.239l5.932-5.937c0.573-0.579 0.573-1.209 0-1.781l-5.016-5.021c-0.287-0.292-0.588-0.432-0.891-0.432zM25.672 9.703c-0.297 0-0.593 0.141-0.865 0.412l-5.047 5.047c-0.572 0.573-0.567 1.193 0 1.76l5.011 5.021c0.589 0.588 1.213 0.588 1.797 0.005 1.62-1.625 3.235-3.245 4.859-4.865 0.245-0.239 0.469-0.484 0.573-0.817v-0.443c-0.104-0.333-0.328-0.577-0.573-0.823-1.629-1.625-3.255-3.26-4.885-4.891-0.276-0.271-0.572-0.407-0.869-0.407zM5.573 10.145c-0.115 0.021-0.193 0.125-0.276 0.215l-5.016 5.067c-0.375 0.38-0.375 0.907 0.005 1.281l2.724 2.729c0.787 0.787 1.568 1.579 2.353 2.365 0.224 0.224 0.439 0.181 0.553-0.115 0.061-0.152 0.083-0.324 0.088-0.485 0.005-1.713 0.005-3.421 0.005-5.135h-0.005v-5.156c0-0.115-0.016-0.224-0.032-0.333-0.020-0.183-0.093-0.344-0.276-0.417-0.036-0.016-0.083-0.021-0.124-0.016zM16.12 19.265c-0.303 0-0.599 0.141-0.875 0.423l-5.032 5.025c-0.577 0.584-0.577 1.204 0 1.781 1.625 1.62 3.245 3.24 4.86 4.865 0.239 0.239 0.479 0.473 0.812 0.577h0.443c0.323-0.093 0.563-0.301 0.797-0.536 1.629-1.641 3.265-3.271 4.901-4.907 0.572-0.573 0.567-1.208-0.005-1.787l-5.032-5.025c-0.276-0.281-0.573-0.417-0.869-0.417z\"/>\n</svg>\n</li><li title=\"cib koding \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M1.068 0h29.599v8h-29.333v-8zM1.068 12h22.932v8h-23.068v-8zM1.068 24h29.599v8h-29.333v-8z\"/>\n</svg>\n</li><li title=\"cib kotlin \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M1.734 32l15.068-15.333 15.198 15.333zM0 0h16l-16 16.667zM17.865 0l-17.865 18.667v13.333l32-32z\"/>\n</svg>\n</li><li title=\"cib krita \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M0.869 1.016c-0.26-0.005-0.509 0.12-0.667 0.328-0.468 0.593-0.047 1.192 0.485 1.683 0.271 0.249 2.359 2.389 4.567 4.703 0.699-0.98 1.511-1.865 2.423-2.647-2.787-1.728-5.417-3.395-5.729-3.613-0.349-0.251-0.724-0.453-1.079-0.453zM7.677 5.083c2.463 1.532 5.047 3.111 6.255 3.787 1.959 1.095 5.011 3.579 5.459 5.912 0.713 0.62 2.907 2.557 3.459 3.219 0.932-0.281 2.025 0.177 2.749 1.489 1.151 2.115 0.303 5-2.625 6.651-0.129 0.125-0.26 0.245-0.395 0.36l0.395-0.36c1.521-1.952-0.952-3.249-1.567-5.151-0.115-0.333-0.167-0.687-0.147-1.036-0.713-0.38-2.812-1.937-3.729-2.625-2.4 0.213-5.609-2.359-7.129-4.104-0.932-1.068-3.095-3.355-5.147-5.495-1.771 2.489-2.724 5.464-2.728 8.521 0 5.957 3.593 11.333 9.099 13.613 5.505 2.281 11.844 1.021 16.057-3.192s5.479-10.552 3.197-16.063c-2.281-5.505-7.656-9.093-13.615-9.093-3.52 0.005-6.921 1.271-9.588 3.567zM19.292 15.151c-0.688 0.167-1.292 1.109-1.495 1.745-0.048 0.151-0.052 0.401 0.088 0.453 1.073 0.791 2.079 1.557 3.203 2.265 0.215-0.521 0.995-1.281 1.459-1.599zM3.917 17.339c1.083 2.531 7.728 9.557 16.077 3.593-0.005 0.323 0.047 0.647 0.151 0.953 0.615 1.891 3.152 3.235 1.652 5.188-2.844 1.817-6.667 1.599-9.319 0.703-4.744-1.604-7.885-5.776-8.561-10.437zM22.292 18.271c-0.032 0.021-0.057 0.041-0.089 0.068-0.005 0-0.009 0.011-0.009 0.011 0-0.005 0.004-0.011 0.009-0.011 0.032-0.021 0.057-0.047 0.089-0.068z\"/>\n</svg>\n</li><li title=\"cib kubernetes \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M13.604 19.136l0.011 0.009-1.333 3.219c-1.276-0.817-2.251-2.036-2.765-3.463l3.437-0.584 0.005 0.005c0.457-0.083 0.828 0.38 0.645 0.813zM12.495 16.297c0.453-0.125 0.584-0.704 0.229-1.011l0.005-0.016-2.615-2.339c-0.797 1.297-1.141 2.828-0.975 4.339l3.349-0.964zM14.021 13.656c0.38 0.276 0.911 0.016 0.932-0.453l0.016-0.005 0.197-3.495c-1.516 0.177-2.927 0.855-4.016 1.928l2.865 2.025zM15.036 17.323l0.964 0.464 0.964-0.464 0.239-1.036-0.667-0.833h-1.072l-0.667 0.833zM17.036 13.193c0.016 0.468 0.552 0.728 0.933 0.447l0.009 0.005 2.844-2.015c-1.083-1.063-2.484-1.74-3.989-1.923l0.197 3.485zM31.536 21.156l-7.697 9.573c-0.407 0.5-1.016 0.792-1.661 0.792l-12.349 0.005c-0.645 0-1.26-0.292-1.667-0.797l-7.697-9.573c-0.401-0.5-0.552-1.156-0.412-1.787l2.751-11.937c0.14-0.629 0.561-1.151 1.151-1.432l11.12-5.317c0.583-0.276 1.265-0.276 1.848 0l11.125 5.312c0.584 0.281 1.005 0.808 1.151 1.432l2.751 11.943c0.14 0.625-0.011 1.281-0.412 1.787zM27.151 18.412c-0.057-0.011-0.135-0.037-0.192-0.048-0.235-0.041-0.423-0.031-0.641-0.047-0.463-0.052-0.848-0.088-1.192-0.197-0.141-0.052-0.24-0.219-0.287-0.292l-0.271-0.079c0.145-1.036 0.099-2.088-0.141-3.109-0.233-1.025-0.656-2.004-1.244-2.88 0.068-0.063 0.197-0.176 0.233-0.213 0.011-0.12 0-0.244 0.125-0.375 0.265-0.251 0.595-0.453 0.989-0.699 0.193-0.109 0.365-0.181 0.557-0.323 0.043-0.031 0.1-0.083 0.147-0.12 0.317-0.249 0.391-0.692 0.161-0.979s-0.672-0.312-0.989-0.063c-0.047 0.037-0.109 0.084-0.152 0.12-0.176 0.156-0.285 0.307-0.437 0.469-0.328 0.333-0.604 0.609-0.9 0.807-0.125 0.079-0.319 0.052-0.401 0.047l-0.256 0.183c-1.457-1.532-3.421-2.484-5.525-2.672l-0.016-0.297c-0.088-0.083-0.192-0.156-0.219-0.333-0.031-0.359 0.021-0.744 0.079-1.208 0.025-0.219 0.077-0.396 0.088-0.635 0-0.053 0-0.131 0-0.188 0-0.407-0.303-0.74-0.667-0.74-0.369 0-0.667 0.333-0.667 0.74v0.021c0 0.052 0 0.119 0 0.167 0.011 0.239 0.063 0.416 0.088 0.635 0.057 0.464 0.105 0.849 0.079 1.208-0.041 0.131-0.115 0.251-0.219 0.344l-0.016 0.281c-2.12 0.172-4.099 1.12-5.552 2.672-0.083-0.057-0.161-0.115-0.24-0.172-0.119 0.016-0.239 0.052-0.395-0.036-0.297-0.204-0.573-0.48-0.901-0.813-0.151-0.161-0.26-0.312-0.437-0.463-0.043-0.037-0.104-0.084-0.147-0.12-0.135-0.104-0.296-0.167-0.463-0.177-0.209-0.011-0.401 0.079-0.532 0.235-0.229 0.292-0.156 0.729 0.161 0.984l0.011 0.005 0.141 0.109c0.187 0.141 0.359 0.213 0.552 0.323 0.396 0.251 0.724 0.453 0.989 0.699 0.099 0.109 0.12 0.301 0.131 0.385l0.213 0.187c-1.177 1.772-1.661 3.907-1.36 6.011l-0.276 0.079c-0.073 0.099-0.177 0.244-0.287 0.292-0.344 0.109-0.729 0.145-1.192 0.192-0.219 0.021-0.407 0.011-0.641 0.052-0.052 0.011-0.12 0.032-0.177 0.041l-0.004 0.005h-0.011c-0.391 0.095-0.647 0.459-0.563 0.813 0.077 0.353 0.463 0.572 0.859 0.484h0.011l0.011-0.005 0.172-0.036c0.229-0.063 0.396-0.152 0.599-0.229 0.437-0.156 0.808-0.292 1.161-0.344 0.147-0.011 0.308 0.093 0.38 0.136l0.292-0.048c0.651 2.011 2.016 3.72 3.839 4.792l-0.12 0.292c0.047 0.115 0.095 0.265 0.057 0.375-0.125 0.339-0.349 0.693-0.599 1.084-0.125 0.181-0.251 0.323-0.36 0.531-0.025 0.052-0.057 0.131-0.083 0.183-0.172 0.364-0.047 0.787 0.281 0.948 0.333 0.156 0.744-0.011 0.921-0.38 0.027-0.052 0.063-0.12 0.084-0.172 0.093-0.213 0.125-0.401 0.192-0.609 0.172-0.443 0.271-0.907 0.516-1.199 0.068-0.077 0.172-0.109 0.287-0.135l0.151-0.276c1.975 0.76 4.161 0.765 6.145 0.015l0.141 0.256c0.115 0.036 0.24 0.057 0.339 0.208 0.183 0.307 0.307 0.677 0.459 1.12 0.067 0.208 0.099 0.396 0.192 0.609 0.021 0.047 0.057 0.12 0.084 0.172 0.176 0.369 0.588 0.536 0.916 0.375 0.333-0.156 0.459-0.579 0.287-0.948-0.027-0.052-0.063-0.125-0.088-0.177-0.109-0.208-0.235-0.348-0.355-0.531-0.255-0.391-0.464-0.719-0.593-1.057-0.052-0.172 0.009-0.276 0.052-0.391-0.027-0.031-0.079-0.193-0.109-0.271 1.828-1.084 3.192-2.803 3.839-4.828 0.083 0.015 0.233 0.041 0.285 0.052 0.1-0.068 0.188-0.152 0.371-0.141 0.353 0.052 0.724 0.188 1.161 0.344 0.203 0.079 0.369 0.167 0.599 0.229 0.047 0.016 0.115 0.027 0.172 0.036l0.011 0.005h0.011c0.396 0.089 0.781-0.129 0.859-0.484 0.084-0.355-0.172-0.719-0.563-0.812zM21.864 12.932l-2.599 2.328v0.011c-0.353 0.308-0.219 0.885 0.229 1.011l0.005 0.011 3.369 0.968c0.073-0.744 0.027-1.5-0.145-2.229-0.167-0.739-0.459-1.452-0.86-2.099zM16.516 20.036c-0.104-0.197-0.313-0.317-0.537-0.312-0.208 0.011-0.4 0.125-0.5 0.312l-1.692 3.057c1.437 0.491 3 0.491 4.437 0l-1.693-3.057zM19.031 18.312c-0.119-0.025-0.244-0.005-0.359 0.048-0.281 0.135-0.412 0.473-0.287 0.76v0.005l1.344 3.249c1.287-0.817 2.265-2.047 2.776-3.484l-3.469-0.588z\"/>\n</svg>\n</li><li title=\"cib lanyrd \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M14.416 31.448c-3.312 1.083-3.645 0.916-5.145-3.735l-3.667-11.359c-0.869-2.693-3.541-9.939-3.989-11.328-0.828-2.589-0.828-2.729 4.036-4.313 3.823-1.249 3.975-1.208 5.365 3.093 1.12 3.475 1.833 6.267 2.979 9.813l3.125 9.661 9.984-3.281c1.975-0.651 2.631-0.62 3.183 1.803l0.407 1.833c0.457 2.129-0.615 2.671-1.756 3.041l-14.521 4.76z\"/>\n</svg>\n</li><li title=\"cib laravel horizon \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M27.313 4.688c-6.245-6.25-16.375-6.25-22.625-0.005-3.005 3-4.693 7.073-4.688 11.313-0.010 4.688 2.036 9.135 5.599 12.177h0.016c6.349 5.417 15.797 5.042 21.698-0.859 6.25-6.245 6.25-16.375 0-22.625zM21.333 18.661c-5.333 0-5.333-5.333-10.667-5.333-3.333 0-4.589 2.089-6.354 3.656h-0.005c-0.547-6.458 4.25-12.135 10.708-12.682 6.458-0.542 12.13 4.25 12.677 10.708-1.771 1.568-3.026 3.651-6.359 3.651z\"/>\n</svg>\n</li><li title=\"cib laravel nova \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M28.443 5.76c-6.365-5.245-15.839-4.917-21.813 0.984-1.932 1.896-3.021 4.49-3.021 7.198s1.089 5.302 3.021 7.198c4.026 3.979 10.552 3.979 14.573 0 1.729-1.693 1.729-4.474 0-6.167-1.729-1.708-4.51-1.708-6.245 0-0.578 0.568-1.505 0.568-2.083 0-0.573-0.568-0.573-1.495 0-2.057 2.891-2.844 7.526-2.844 10.411 0 1.38 1.354 2.156 3.208 2.156 5.141s-0.776 3.786-2.156 5.141c-5.172 5.115-13.563 5.115-18.74 0-2.479-2.432-3.875-5.766-3.88-9.24-0.005-3.479 1.385-6.807 3.859-9.25 2.938-2.906 6.99-4.708 11.474-4.708 5 0 9.474 2.24 12.443 5.76zM27.49 27.271c-3.052 3.036-7.182 4.74-11.49 4.729-4.797 0.010-9.349-2.094-12.443-5.76 6.359 5.245 15.839 4.917 21.813-0.984 1.932-1.896 3.021-4.49 3.021-7.198s-1.089-5.302-3.021-7.198c-4.026-3.979-10.552-3.979-14.573 0-1.729 1.693-1.729 4.474 0 6.167 1.729 1.708 4.51 1.708 6.245 0 0.578-0.568 1.505-0.568 2.083 0 0.573 0.568 0.573 1.495 0 2.057-2.891 2.844-7.526 2.844-10.411 0-1.38-1.354-2.156-3.208-2.156-5.141s0.776-3.786 2.156-5.141c5.172-5.115 13.562-5.115 18.74 0 2.474 2.432 3.875 5.755 3.88 9.224 0.005 3.474-1.375 6.802-3.844 9.245z\"/>\n</svg>\n</li><li title=\"cib laravel \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M31.526 7.24c0.010 0.042 0.016 0.089 0.016 0.13v6.87c0 0.177-0.094 0.344-0.25 0.432l-5.766 3.323v6.578c0 0.177-0.094 0.344-0.25 0.432l-12.036 6.927c-0.026 0.016-0.057 0.026-0.089 0.036-0.010 0.005-0.021 0.010-0.031 0.016-0.083 0.021-0.172 0.021-0.255 0-0.016-0.005-0.026-0.010-0.036-0.016-0.031-0.010-0.057-0.021-0.083-0.036l-12.031-6.927c-0.156-0.089-0.255-0.255-0.255-0.432v-20.609c0-0.042 0.010-0.089 0.021-0.13 0.005-0.016 0.010-0.026 0.016-0.042 0.010-0.026 0.021-0.052 0.031-0.078 0.005-0.016 0.021-0.026 0.031-0.042 0.016-0.021 0.031-0.042 0.047-0.063 0.016-0.010 0.031-0.021 0.047-0.036 0.021-0.016 0.036-0.031 0.057-0.042l6.016-3.464c0.156-0.089 0.349-0.089 0.5 0l6.021 3.464c0.021 0.010 0.036 0.026 0.052 0.042 0.016 0.010 0.036 0.026 0.052 0.036 0.016 0.021 0.026 0.036 0.042 0.063 0.010 0.010 0.026 0.026 0.036 0.042 0.010 0.026 0.021 0.052 0.031 0.078 0.005 0.016 0.016 0.026 0.016 0.042 0.016 0.042 0.021 0.083 0.021 0.13v12.87l5.010-2.885v-6.578c0-0.047 0.010-0.089 0.021-0.13 0.005-0.016 0.010-0.031 0.016-0.042 0.010-0.026 0.021-0.052 0.031-0.078 0.010-0.021 0.026-0.031 0.036-0.047 0.016-0.021 0.026-0.042 0.042-0.057s0.036-0.026 0.052-0.036c0.016-0.016 0.031-0.031 0.052-0.042l6.021-3.464c0.151-0.094 0.344-0.094 0.5 0l6.016 3.464c0.021 0.010 0.036 0.026 0.057 0.042 0.016 0.010 0.031 0.021 0.047 0.036s0.031 0.036 0.047 0.057c0.010 0.016 0.026 0.026 0.031 0.047 0.016 0.026 0.021 0.052 0.031 0.078 0.010 0.010 0.016 0.026 0.021 0.042zM30.536 13.948v-5.708l-2.104 1.208-2.906 1.677v5.708zM24.526 24.281v-5.714l-2.865 1.63-8.167 4.667v5.766zM1.458 4.833v19.448l11.031 6.349v-5.766l-5.766-3.266c-0.021-0.010-0.036-0.026-0.052-0.042-0.016-0.010-0.036-0.021-0.047-0.036h-0.005c-0.016-0.016-0.026-0.036-0.042-0.052-0.010-0.016-0.026-0.031-0.036-0.052-0.010-0.016-0.021-0.042-0.026-0.063-0.010-0.021-0.021-0.036-0.026-0.057s-0.010-0.047-0.010-0.073c-0.005-0.021-0.010-0.036-0.010-0.057v-13.448l-2.906-1.677zM6.974 1.078l-5.010 2.885 5.010 2.885 5.010-2.885zM9.583 19.089l2.906-1.677v-12.578l-2.104 1.208-2.911 1.677v12.578zM25.026 4.484l-5.016 2.885 5.016 2.885 5.010-2.885zM24.526 11.125l-5.016-2.885v5.708l2.906 1.677 2.109 1.208zM12.99 23.995l11.026-6.292-5.005-2.885-11.021 6.344z\"/>\n</svg>\n</li><li title=\"cib last fm \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M14.131 22.948l-1.172-3.193c0 0-1.912 2.131-4.771 2.131-2.537 0-4.333-2.203-4.333-5.729 0-4.511 2.276-6.125 4.515-6.125 3.224 0 4.245 2.089 5.125 4.772l1.161 3.667c1.161 3.561 3.365 6.421 9.713 6.421 4.548 0 7.631-1.391 7.631-5.068 0-2.968-1.697-4.511-4.844-5.244l-2.344-0.511c-1.624-0.371-2.104-1.032-2.104-2.131 0-1.249 0.985-1.984 2.604-1.984 1.767 0 2.704 0.661 2.865 2.24l3.661-0.444c-0.297-3.301-2.584-4.656-6.323-4.656-3.308 0-6.532 1.251-6.532 5.245 0 2.5 1.204 4.077 4.245 4.807l2.484 0.589c1.865 0.443 2.484 1.224 2.484 2.287 0 1.359-1.323 1.921-3.828 1.921-3.703 0-5.244-1.943-6.124-4.625l-1.204-3.667c-1.541-4.765-4.005-6.531-8.891-6.531-5.287-0.016-8.151 3.385-8.151 9.192 0 5.573 2.864 8.595 8.005 8.595 4.14 0 6.125-1.943 6.125-1.943z\"/>\n</svg>\n</li><li title=\"cib latex \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M2.901 3.749c0.312 0.563 0.635 1.043 0.973 1.453h-0.005c-0.156-0.020-0.312-0.036-0.473-0.031-0.36 0-0.713 0.063-1.052 0.172 0.656 0.552 1.213 0.953 1.703 1.265 1.208 0.391 2.552 1.041 3.699 1.771 0.567 0.365 1.077 0.724 1.484 1.041 0.401 0.313 0.755 0.625 0.823 0.767 0.073 0.135 0 0.181-0.104 0.077-0.109-0.104-0.407-0.427-0.803-0.739-0.473-0.365-0.968-0.709-1.473-1.032-1.036-0.651-2.645-1.281-3.625-1.885-0.755-0.245-1.573-0.276-2.531 0.183 0.697 0.437 1.287 0.755 1.801 0.995 1.475 0.203 3.011 0.921 4.303 1.74 0.64 0.411 1.203 0.823 1.625 1.161 0.208 0.167 0.385 0.312 0.52 0.437 0.131 0.12 0.235 0.203 0.261 0.276 0.041 0.099-0.027 0.14-0.109 0.077-0.048-0.031-0.115-0.135-0.245-0.255-0.167-0.151-0.339-0.297-0.516-0.432-0.411-0.333-0.968-0.74-1.609-1.147-1.192-0.749-2.979-1.348-4.235-1.859-0.801-0.151-1.629-0.084-2.541 0.516 0.599 0.265 1.12 0.468 1.579 0.619-0.756 0.027-1.505 0.261-2.235 0.953 0.635 0.161 1.183 0.265 1.656 0.333-0.583 0.12-1.156 0.401-1.719 0.964 0.432 0.093 0.823 0.161 1.183 0.213-0.443 0.213-0.855 0.541-1.235 1.047 0.495 0.041 0.937 0.057 1.333 0.057-0.479 0.219-0.927 0.573-1.328 1.136 0.708 0.031 1.307 0.031 1.817 0-0.563 0.229-1.083 0.62-1.525 1.292 0.724 0.015 1.452-0.016 2.172-0.105l-0.011 0.005c1.323-0.099 3.068 0.167 3.953 1.131 0.067 0.079-0.032 0.156-0.1 0.099-0.859-0.776-1.989-1.104-3.853-1.229-0.724 0.199-1.396 0.595-1.948 1.433 0.713 0.009 1.307-0.016 1.817-0.063-0.625 0.339-1.156 0.859-1.516 1.739 0.647-0.12 1.188-0.255 1.652-0.391-0.485 0.355-0.891 0.849-1.161 1.595 0.432-0.1 0.812-0.199 1.156-0.297-0.344 0.421-0.579 0.927-0.683 1.464 0.469-0.177 0.875-0.344 1.235-0.511h0.005c0.375-0.308 0.943-0.609 1.719-0.828 0.672-0.193 1.443-0.38 2.197-0.401 0.109-0.005 0.219-0.005 0.328 0 0.136 0.005 0.084 0.14 0.005 0.136-0.968-0.011-1.735 0.176-2.495 0.395-0.604 0.193-1.187 0.428-1.755 0.704-0.385 0.453-0.636 1-0.735 1.583 0.656-0.26 1.197-0.515 1.645-0.755-0.411 0.443-0.724 1.016-0.844 1.807 0.663-0.287 1.303-0.615 1.923-0.989-0.579 0.484-1.021 1.125-1.172 2.115 0.823-0.349 1.609-0.776 2.355-1.271-0.245 0.495-0.376 1.073-0.313 1.797 1.016-0.781 1.661-1.407 2.141-1.964-0.037 0.396 0 0.797 0.099 1.183 0.599-1.032 1.197-1.459 1.803-1.813-0.751 0.495-0.615 0.896-0.615 1.355 0.905-0.964 2.176-1.979 2.567-2.62-0.52 0.781-0.729 1.521-0.864 2.177-2.661 1.407-4.281 1.771-6.093 2.333 0.703 0.26 1.457 0.511 1.145 0.869l-0.833 0.828c0.531-0.161 1.073-0.396 1.541-0.072-0.041 0.432-0.593 0.656-1.063 0.905 0.824-0.296 1.005-0.229 1.224-0.156 0.109 0.521-0.271 0.803-0.515 1.147 2.088-1.589 4.807-2.839 6.728-3.365 2.693-0.907 6.172-1.849 7.12-4.151 0.313-1.265 0.636-2.541 0.943-3.792-0.151-0.047-0.328-0.083-0.468-0.177-0.141-0.099-0.251-0.239-0.313-0.401-0.333 0.089-0.583 0.043-0.744-0.113-0.156-0.157-0.224-0.391-0.271-0.657-0.271 0.057-0.485 0.027-0.625-0.099-0.151-0.135-0.229-0.349-0.265-0.588l-0.005-0.057 0.047-0.021c0.151-0.052 0.287-0.14 0.401-0.255 0.077-0.084 0.115-0.193 0.093-0.303l-0.011-0.052 0.041-0.021c0.22-0.119 0.464-0.224 0.573-0.369 0.063-0.079 0.084-0.183 0.068-0.281-0.031-0.172-0.104-0.339-0.203-0.479l-0.043-0.052 0.057-0.037c0.157-0.119 0.328-0.233 0.412-0.343 0.041-0.052 0.063-0.105 0.063-0.147s-0.021-0.093-0.089-0.161l-0.129-0.125 0.181 0.011c0.281 0.011 0.527-0.011 0.72-0.073 0.161-0.041 0.301-0.151 0.389-0.296-0.004-0.032-0.004-0.068-0.004-0.099 0-0.333 0.271-0.605 0.609-0.605 0.333 0 0.604 0.272 0.604 0.605 0 0.061-0.011 0.119-0.032 0.176 0.251 0.021 0.48 0.011 0.704-0.083l0.047-0.021c0.312-0.109 0.443 0.063 0.959-0.609-2.251-2.921-5.543-0.844-6.636 2.167-0.281 0.771-1.875 0.771-2.339-0.005-1.823-3.932-7.369-8.088-12.093-9.62zM3.875 5.203c0.339-0.009 1.511 0.604 1.751 0.699 0.713 0.401 1.411 0.828 2.088 1.287 0.672 0.448 1.281 0.885 1.699 1.203 0.208 0.161 0.369 0.292 0.468 0.38 0.047 0.047 0.084 0.079 0.104 0.109 0.011 0.011 0.011 0.021 0.016 0.032 0.005 0.015 0.005 0.041-0.005 0.057-0.016 0.025-0.041 0.041-0.057 0.041-0.011 0-0.025 0-0.036 0-0.079 0-0.271-0.219-0.661-0.552-1.167-0.901-2.396-1.713-3.677-2.437-0.672-0.376-1.276-0.719-1.688-0.819zM2.355 8.921c1.083 0 2.52 0.485 3.905 1.224 1.391 0.745 2.724 1.625 3.371 2.376 0.088 0.099-0.027 0.161-0.104 0.088-0.693-0.661-1.948-1.604-3.329-2.344-0.848-0.448-2.864-1.339-3.843-1.344zM1.787 10.208c1.484 0.021 3.131 0.599 4.573 1.328 0.723 0.371 1.364 0.761 1.859 1.109 0.5 0.355 0.901 0.699 0.979 0.881 0.084 0.176-0.020 0.171-0.115 0.067-0.28-0.307-0.593-0.588-0.937-0.833-0.588-0.411-1.208-0.776-1.843-1.099-1.287-0.64-3.048-1.235-4.516-1.453zM2 11.297c0.088-0.005 0.177 0 0.265 0.009 1.099 0.095 2.297 0.485 3.38 0.996 1.448 0.676 2.715 1.541 3.245 2.224 0.047 0.057-0.016 0.176-0.104 0.083-0.573-0.588-1.76-1.511-3.199-2.183-1.213-0.563-3.041-1.161-4.348-1.041 0.249-0.031 0.5-0.079 0.76-0.088zM24.052 11.312c-0.484 0.636-0.703 0.568-0.932 0.62 0.125 0.579 0.468 0.787 0.781 1.032 2.692-0.495 5.719-0.365 8.109-0.303l-7.953-1.344zM22.984 11.973c-0.255 0.105-0.515 0.105-0.781 0.079-0.104 0.188-0.301 0.297-0.515 0.303-0.24 0-0.459-0.141-0.552-0.36-0.105 0.131-0.245 0.229-0.401 0.281-0.213 0.057-0.437 0.084-0.656 0.073 0.025 0.047 0.067 0.088 0.067 0.135 0 0.084-0.031 0.167-0.093 0.229-0.093 0.125-0.249 0.235-0.391 0.333 0.099 0.147 0.167 0.313 0.199 0.484 0.020 0.136-0.016 0.272-0.095 0.381-0.14 0.181-0.38 0.281-0.583 0.391 0.005 0.129-0.037 0.26-0.12 0.353-0.115 0.115-0.251 0.204-0.401 0.265 0.036 0.209 0.099 0.376 0.208 0.475 0.115 0.099 0.281 0.135 0.568 0.063l0.073-0.021 0.016 0.073c0.041 0.276 0.113 0.516 0.244 0.645 0.136 0.131 0.328 0.183 0.672 0.073l0.068-0.021 0.016 0.068c0.052 0.151 0.151 0.287 0.28 0.375 0.115 0.079 0.333 0.152 0.48 0.199 1.068-1.161 2.036-2.365 2.516-3.819-0.303-0.233-0.677-0.443-0.819-1.057zM1.921 12.464c1.276 0.015 2.537 0.307 3.693 0.853 1.224 0.573 2.208 1.251 2.631 1.745 0.099 0.115-0.027 0.161-0.095 0.093-0.781-0.692-1.656-1.271-2.599-1.719-1.203-0.552-2.927-0.859-4.213-0.959 0.192-0.009 0.391-0.015 0.583-0.015zM2.495 13.552c0.812 0.027 1.656 0.208 2.412 0.469 1.005 0.348 1.891 0.817 2.328 1.307 0.057 0.068-0.005 0.172-0.099 0.093-0.464-0.405-1.281-0.927-2.276-1.271-0.767-0.26-2.152-0.489-3.027-0.525 0.26-0.032 0.391-0.084 0.661-0.073zM3.688 15.927c0.067 0 0.135 0.005 0.208 0.011 0.563 0.047 1.183 0.177 1.787 0.541 0.057 0.037 0.067 0.183-0.063 0.12-1.147-0.536-1.771-0.651-3.281-0.411 0.453-0.152 0.869-0.267 1.349-0.261zM4.24 16.973c0.4 0.005 0.817 0.079 1.333 0.287 0.057 0.027 0.104 0.167-0.047 0.125-1.141-0.323-1.553-0.437-3.048 0.141 0.376-0.308 0.824-0.491 1.36-0.543 0.135-0.011 0.265-0.015 0.401-0.011zM6.188 17.88c0.208 0 0.411 0.011 0.615 0.037 0.067 0.004 0.072 0.135-0.011 0.129-0.823-0.041-1.647 0.005-2.453 0.151-0.323 0.063-0.563 0.063-1.869 0.615 0.38-0.312 1.057-0.599 1.848-0.744 0.589-0.109 1.245-0.193 1.871-0.188zM7.969 19.088c0.047-0.005 0.14 0.109 0.020 0.131-0.973 0.183-1.656 0.36-2.391 0.609-0.292 0.099-0.776 0.276-1.656 0.787 0.344-0.36 0.869-0.661 1.615-0.917 0.787-0.271 1.593-0.479 2.412-0.609zM8.38 19.765c0.099-0.016 0.136 0.115 0.032 0.136-1.625 0.317-2.349 0.739-3.391 1.525 0.672-0.697 1.728-1.4 3.359-1.661zM9.177 20.36c0.011 0 0.025 0 0.036 0 0.084 0.015 0.093 0.119-0.011 0.135-1.161 0.172-1.968 0.74-3.009 1.776 0.395-0.656 1.343-1.656 2.984-1.911zM9.672 20.88c0.063-0.005 0.151 0.099 0.031 0.136-0.255 0.072-0.577 0.197-0.891 0.4-0.244 0.157-0.405 0.272-0.801 0.677 0.151-0.328 0.401-0.577 0.729-0.787 0.328-0.213 0.676-0.389 0.932-0.427z\"/>\n</svg>\n</li><li title=\"cib launchpad \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M29.333 24.901l-5.912-3.407-6.375 3.683v6.823zM14.953 32v-6.823l-6.38-3.688-5.907 3.412zM15.995 23.364l6.385-3.681v-7.371l-6.38-3.676-6.38 3.676v7.371zM1.625 8.912v14.187l5.911-3.411v-7.371l-5.911-3.411zM27.781 10.407l-3.312 1.911v7.365l5.905 3.411v-14.187zM2.667 7.099l5.917 3.412 6.375-3.683v-6.823zM23.421 10.511l5.912-3.412-12.292-7.099v6.828z\"/>\n</svg>\n</li><li title=\"cib leetcode \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M21.469 23.907l-3.595 3.473c-0.624 0.625-1.484 0.885-2.432 0.885s-1.807-0.26-2.432-0.885l-5.776-5.812c-0.62-0.625-0.937-1.537-0.937-2.485 0-0.952 0.317-1.812 0.937-2.432l5.76-5.844c0.62-0.619 1.5-0.859 2.448-0.859s1.808 0.26 2.432 0.885l3.595 3.473c0.687 0.688 1.823 0.663 2.536-0.052 0.708-0.713 0.735-1.848 0.047-2.536l-3.473-3.511c-0.901-0.891-2.032-1.505-3.261-1.787l3.287-3.333c0.688-0.687 0.667-1.823-0.047-2.536s-1.849-0.735-2.536-0.052l-13.469 13.469c-1.307 1.312-1.989 3.113-1.989 5.113 0 1.996 0.683 3.86 1.989 5.168l5.797 5.812c1.307 1.307 3.115 1.937 5.115 1.937 1.995 0 3.801-0.683 5.109-1.989l3.479-3.521c0.688-0.683 0.661-1.817-0.052-2.531s-1.849-0.74-2.531-0.052zM27.749 17.349h-13.531c-0.932 0-1.692 0.801-1.692 1.791 0 0.991 0.76 1.797 1.692 1.797h13.531c0.933 0 1.693-0.807 1.693-1.797 0-0.989-0.76-1.791-1.693-1.791z\"/>\n</svg>\n</li><li title=\"cib lenovo \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M27.005 15.229c-0.63-0.005-1.13 0.526-1.089 1.151-0.021 0.63 0.479 1.151 1.104 1.156 0.63 0.005 1.125-0.526 1.089-1.156 0.021-0.625-0.479-1.146-1.104-1.151zM18.323 15.229c-0.625-0.005-1.13 0.526-1.083 1.151-0.021 0.63 0.474 1.151 1.104 1.156 0.625 0.005 1.125-0.526 1.083-1.156 0.021-0.625-0.474-1.146-1.104-1.151zM8.979 15.156c-0.339-0.010-0.661 0.141-0.87 0.411-0.203 0.286-0.286 0.635-0.229 0.979l1.969-0.813c-0.146-0.349-0.49-0.578-0.87-0.578zM0 10.667v10.667h32v-10.667zM6.677 18.438h-3.708v-5.333h1.146v4.297h2.563zM9.099 17.609c0.432 0.005 0.854-0.146 1.177-0.438l0.714 0.547c-0.51 0.505-1.193 0.786-1.911 0.786-1.224 0.12-2.297-0.823-2.333-2.052-0.036-1.234 0.979-2.234 2.214-2.188 0.609-0.031 1.203 0.214 1.62 0.667 0.271 0.328 0.443 0.724 0.495 1.146l-2.885 1.203c0.245 0.224 0.573 0.344 0.911 0.328zM15.609 18.438h-1.13v-2.339c-0.016-0.5-0.443-0.891-0.948-0.865-0.5-0.031-0.927 0.365-0.932 0.865v2.339h-1.125v-4.109h1.13v0.589c0.318-0.411 0.813-0.651 1.333-0.656 0.927-0.052 1.698 0.703 1.667 1.63zM18.255 18.505c-1.87-0.078-2.734-2.359-1.38-3.656 1.349-1.292 3.594-0.339 3.594 1.531-0.005 1.208-1.010 2.172-2.214 2.125zM21.984 18.432l-1.688-4.104h1.286l1.021 2.802 1.021-2.802h1.286l-1.693 4.104zM26.932 18.505c-1.865-0.078-2.729-2.359-1.38-3.656 1.354-1.292 3.594-0.339 3.594 1.531-0.005 1.208-1.005 2.172-2.214 2.125zM29.599 17.948h-0.188v0.49h-0.109v-0.49h-0.182v-0.104h0.479zM30.323 18.438h-0.109v-0.422l-0.182 0.286h-0.016l-0.182-0.286v0.422h-0.109v-0.594h0.12l0.177 0.281 0.177-0.281h0.12z\"/>\n</svg>\n</li><li title=\"cib less \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M30.635 14.15c0-1.025 0.16-1.63 0.16-2.73 0-1.71-0.63-2.26-2.025-2.26h-1.025v1.21h0.315c0.71 0 0.865 0.235 0.865 1.105 0 0.815-0.080 1.63-0.080 2.575 0 1.21 0.395 1.68 1.18 1.865v0.080c-0.79 0.185-1.18 0.655-1.18 1.865 0 0.945 0.080 1.71 0.080 2.575 0 0.895-0.185 1.13-0.865 1.13v0.025h-0.315v1.26h1.025c1.39 0 2.025-0.55 2.025-2.26 0-1.13-0.16-1.71-0.16-2.73 0-0.55 0.34-1.13 1.365-1.18v-1.365c-1.025-0.035-1.365-0.615-1.365-1.165zM25.355 15.75c-0.79-0.315-1.525-0.5-1.525-1.025 0-0.395 0.315-0.63 0.895-0.63s1.105 0.235 1.68 0.655l1.050-1.39c-0.655-0.5-1.55-1.025-2.76-1.025-1.785 0-2.995 1.025-2.995 2.47 0 1.285 1.13 1.945 2.075 2.31 0.815 0.315 1.605 0.58 1.605 1.105 0 0.395-0.315 0.655-1.025 0.655-0.655 0-1.315-0.265-2.025-0.815l-1.050 1.525c0.79 0.655 1.995 1.105 2.995 1.105 2.1 0 3.23-1.105 3.23-2.55s-1.125-2.050-2.15-2.39zM7.41 18.72c-0.185 0-0.42-0.16-0.42-0.655v-8.91h-3.73c-1.42 0-2.050 0.55-2.050 2.26 0 1.13 0.16 1.76 0.16 2.73 0 0.55-0.34 1.13-1.365 1.18v1.365c1.025 0.025 1.365 0.605 1.365 1.155 0 0.97-0.16 1.55-0.16 2.68 0 1.71 0.63 2.26 2.025 2.26h1.025v-1.21h-0.315c-0.655 0-0.865-0.265-0.865-1.13s0.080-1.605 0.080-2.575c0-1.21-0.395-1.68-1.18-1.865v-0.080c0.79-0.185 1.18-0.655 1.18-1.865 0-0.945-0.080-1.71-0.080-2.575s0.185-1.105 0.865-1.105h0.705v7.54c0 1.605 0.55 2.655 2.155 2.655 0.5 0 0.895-0.080 1.18-0.185l-0.265-1.71c-0.155 0.040-0.23 0.040-0.31 0.040zM18.995 15.75c-0.815-0.315-1.55-0.5-1.55-1.025 0-0.395 0.315-0.63 0.895-0.63s1.105 0.235 1.68 0.655l1.050-1.39c-0.655-0.5-1.55-1.025-2.76-1.025-1.785 0-2.995 1.025-2.995 2.47 0 1.285 1.13 1.945 2.075 2.31 0.815 0.315 1.605 0.58 1.605 1.105 0 0.395-0.315 0.655-1.025 0.655-0.655 0-1.315-0.265-2.025-0.815l-1.025 1.525c0.79 0.655 1.995 1.105 2.995 1.105 2.1 0 3.23-1.105 3.23-2.55 0.005-1.445-1.125-2.050-2.15-2.39zM11.245 12.31c-1.92 0-3.755 1.605-3.705 4.125 0 2.6 1.71 4.125 3.965 4.125 0.945 0 1.995-0.34 2.81-0.895l-0.79-1.39c-0.58 0.34-1.13 0.5-1.71 0.5-1.050 0-1.865-0.5-2.075-1.71h4.76c0.025-0.185 0.080-0.55 0.080-0.97 0.030-2.13-1.13-3.785-3.335-3.785zM9.745 15.62c0.16-1.050 0.79-1.55 1.525-1.55 0.945 0 1.315 0.655 1.315 1.55z\"/>\n</svg>\n</li><li title=\"cib lets encrypt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M24.26 32h-16.521c-0.708 0-1.281-0.573-1.281-1.281v-12.224c0-0.708 0.573-1.286 1.281-1.286h1.552v-1.974c0-3.698 3.010-6.708 6.708-6.708s6.708 3.010 6.708 6.708v1.974h1.552c0.708 0 1.281 0.578 1.281 1.286v12.224c0 0.708-0.573 1.281-1.281 1.281zM16.839 25.24c1.521-0.859 0.911-3.182-0.839-3.182-1.745 0.005-2.354 2.318-0.839 3.182v1.656c0 1.115 1.677 1.115 1.677 0zM13.141 17.208h5.724v-1.974c0-1.578-1.286-2.859-2.865-2.859s-2.859 1.281-2.859 2.859zM6.063 15.391h-3.984c-0.651 0-1.172-0.526-1.172-1.172s0.521-1.172 1.172-1.172h3.984c0.646 0 1.172 0.526 1.172 1.172s-0.526 1.172-1.172 1.172zM8.87 9.12c-0.271 0-0.531-0.094-0.74-0.271l-3.156-2.594c-0.5-0.406-0.568-1.146-0.156-1.646 0.406-0.5 1.146-0.573 1.646-0.161l3.156 2.594c0.849 0.698 0.349 2.078-0.75 2.073zM16 6.359c-0.646 0-1.172-0.526-1.172-1.172v-4.016c0-0.646 0.526-1.172 1.172-1.172s1.172 0.526 1.172 1.172v4.016c0 0.646-0.526 1.172-1.172 1.172zM23.13 9.12c-1.104 0-1.599-1.38-0.75-2.078l3.156-2.594c1.208-0.99 2.693 0.818 1.49 1.813l-3.156 2.594c-0.208 0.172-0.469 0.266-0.74 0.266zM29.922 15.391h-4.021c-0.651 0-1.172-0.526-1.172-1.172s0.521-1.172 1.172-1.172h4.021c0.651 0 1.172 0.526 1.172 1.172s-0.521 1.172-1.172 1.172z\"/>\n</svg>\n</li><li title=\"cib letterboxd \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M11.052 22.339v-12.74h-2.323v-3.198h8.438v3.198h-2.328v12.766h5.234v-3.49h3.781v6.724h-15.125v-3.26zM0 16c0 8.839 7.161 16 16 16s16-7.161 16-16c0-8.839-7.161-16-16-16s-16 7.161-16 16z\"/>\n</svg>\n</li><li title=\"cib lgtm \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16.010 6.49c-3.885 0-7.167 0.906-9.328 2.813-0.063-0.12-0.109-0.219-0.188-0.339-0.224-0.365-0.438-0.776-1.104-1.188-0.411-0.26-0.87-0.438-1.349-0.516-0.208-0.021-0.422-0.021-0.63 0l0.135-0.016c-1.214 0-1.922 0.724-2.385 1.354-0.458 0.625-0.755 1.328-0.948 2.099-0.38 1.542-0.385 3.536 1.083 5.026 0.766 0.781 1.667 1.151 2.484 1.37 0.156 0.042 0.297 0.052 0.448 0.083 0.531 2.521 2.104 4.656 4.208 5.839v0.005c1.24 0.693 2.417 1.010 3.297 1.349 1.234 0.479 2.536 1 4.052 1.135l0.078 0.005h0.198c1.745 0 3.063-0.703 4.203-1.141 0.875-0.333 2.052-0.641 3.302-1.344 0.578-0.323 1.115-0.719 1.594-1.172 1.318-1.234 2.229-2.839 2.625-4.599 1.115-0.182 2.141-0.719 2.922-1.536 1.464-1.484 1.458-3.479 1.078-5.021-0.193-0.771-0.49-1.474-0.948-2.099-0.458-0.63-1.172-1.354-2.385-1.354l0.135 0.016c-0.208-0.021-0.422-0.021-0.63 0-0.479 0.078-0.938 0.255-1.344 0.516-0.667 0.411-0.88 0.823-1.104 1.182-0.073 0.12-0.12 0.219-0.188 0.333-2.156-1.901-5.432-2.802-9.313-2.802zM16.042 8.313c4.745 0 8.016 1.422 9.411 3.964 0.839-0.323 1.453-2.521 2.146-2.948 0.563-0.344 0.885-0.26 0.885-0.26 1.271 0 2.578 3.729 0.953 5.38-0.859 0.875-2.443 1.12-3.229 1.057-0.063 2.542-1.542 4.833-3.5 5.932-1 0.563-2.068 0.854-3.063 1.234-1.229 0.469-2.38 1.016-3.547 1.016h-0.125c-1.161-0.099-2.318-0.542-3.547-1.016-0.995-0.38-2.068-0.682-3.063-1.24-1.948-1.099-3.427-3.391-3.49-5.927-0.781 0.068-2.385-0.177-3.245-1.057-1.625-1.651-0.318-5.38 0.948-5.38 0 0 0.328-0.083 0.885 0.26 0.698 0.427 1.318 2.646 2.161 2.953 1.391-2.547 4.667-3.969 9.417-3.969zM10.875 11.422c-2.276-0.042-4.146 1.792-4.146 4.068 0 2.281 1.87 4.115 4.146 4.073 5.328-0.099 5.328-8.047 0-8.141zM21.208 11.422c-5.427 0-5.427 8.141 0 8.141s5.427-8.141 0-8.141zM11.453 13.708c2.349 0.063 2.349 3.552 0 3.615-1.182 0-2.042-1.115-1.75-2.255 0.318 0.771 1.469 0.547 1.464-0.292 0-0.406-0.318-0.745-0.729-0.76 0.302-0.203 0.656-0.313 1.016-0.307zM20.641 13.708c2.344 0.063 2.344 3.552 0 3.615-1.182 0-2.047-1.115-1.755-2.255 0.229 0.552 0.979 0.641 1.328 0.146 0.344-0.49 0.010-1.167-0.589-1.193 0.297-0.208 0.651-0.313 1.016-0.313zM15.359 19.906c-0.318 0.026-0.5 0.193-0.5 0.635 0 0.281 0.182 0.484 0.5 0.484 0.229 0 0.266-0.323 0.047-0.375-0.031-0.005-0.172-0.057-0.172-0.182 0-0.12 0-0.167 0.24-0.198 0.104-0.016 0.156-0.141 0.125-0.24s-0.125-0.135-0.24-0.125zM16.724 19.906c-0.115-0.005-0.208 0.026-0.24 0.125s0.021 0.224 0.125 0.24c0.24 0.031 0.24 0.078 0.24 0.198 0 0.125-0.141 0.177-0.172 0.182-0.219 0.052-0.182 0.375 0.042 0.375 0.323 0 0.51-0.203 0.51-0.484 0-0.443-0.188-0.609-0.505-0.635z\"/>\n</svg>\n</li><li title=\"cib liberapay \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M3.093 0c-1.708 0-3.093 1.385-3.093 3.093v25.813c0 1.708 1.385 3.093 3.093 3.093h25.813c1.708 0 3.093-1.385 3.093-3.093v-25.813c0-1.708-1.385-3.093-3.093-3.093zM15.369 5.307l-3.025 12.543c-0.052 0.233-0.089 0.473-0.099 0.719-0.011 0.197 0.031 0.396 0.119 0.572 0.105 0.183 0.261 0.324 0.448 0.401 0.209 0.104 0.505 0.172 0.881 0.199l-0.652 2.676c-1.031 0-1.844-0.129-2.427-0.4-0.588-0.271-1.011-0.636-1.265-1.099-0.261-0.496-0.385-1.043-0.371-1.6 0.005-0.604 0.095-1.244 0.251-1.927l2.765-11.563zM20.573 10.489c0.812 0 1.509 0.125 2.099 0.371 0.588 0.244 1.068 0.583 1.448 1.015 0.375 0.428 0.656 0.928 0.839 1.5 0.181 0.573 0.271 1.188 0.271 1.839 0 1.057-0.172 2.027-0.521 2.907-0.328 0.849-0.823 1.62-1.448 2.276-0.629 0.645-1.385 1.151-2.224 1.489-0.859 0.355-1.801 0.531-2.817 0.531-0.489 0-0.984-0.041-1.479-0.129l-0.98 3.943h-3.224l3.615-15.063c0.579-0.177 1.245-0.333 1.989-0.469 0.803-0.14 1.615-0.213 2.433-0.208zM20.156 13.213c-0.437-0.005-0.875 0.041-1.307 0.131l-1.521 6.333c0.245 0.063 0.547 0.088 0.912 0.088 0.567 0 1.083-0.104 1.547-0.317 0.453-0.203 0.859-0.505 1.187-0.88 0.324-0.375 0.579-0.828 0.761-1.36 0.187-0.568 0.281-1.156 0.271-1.755 0-0.625-0.136-1.151-0.412-1.589-0.276-0.432-0.755-0.651-1.437-0.651z\"/>\n</svg>\n</li><li title=\"cib librarything \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M13.865 6.375v-0.573l-0.036-0.615c0-0.172-0.068-0.443-0.188-0.802-0.12-0.344-0.172-0.651-0.172-0.917-0.005-0.177 0.083-0.344 0.224-0.443l0.469-0.375c0.234-0.172 0.521-0.255 0.813-0.24 0.214 0 0.547 0.026 1.026 0.094 0.411 0 0.719-0.094 0.932-0.266l0.495-0.344c0.224-0.188 0.344-0.391 0.344-0.615 0-0.385-0.208-0.693-0.635-0.932-0.505-0.25-1.068-0.37-1.63-0.349l-1.813 0.135c-0.411 0-1.198 0.094-2.359 0.276-1.161 0.203-2.052 0.297-2.708 0.297-0.266 0-0.719-0.057-1.359-0.161-0.505-0.089-1.016-0.135-1.531-0.146l-1 0.318c-0.349 0.109-0.505 0.266-0.505 0.469l0.078 0.401c0.188 0.37 0.453 0.667 0.797 0.865l0.365 0.188c0.172 0.052 0.318 0.078 0.438 0.078 0.146 0 0.375 0 0.667-0.036 0.234-0.005 0.464 0.057 0.667 0.172l0.495 0.438c0.24 0.271 0.401 0.536 0.505 0.776 0.109 0.24 0.161 0.464 0.161 0.667 0 0.161-0.026 0.401-0.094 0.76-0.052 0.344-0.078 0.625-0.078 0.823 0 0.271 0.063 0.656 0.198 1.151 0.135 0.49 0.198 0.906 0.198 1.224-0.036 0.505-0.052 1-0.052 1.495v1.495c0 0.385 0.042 0.88 0.094 1.49 0.052 0.615 0.094 1.109 0.094 1.469l-0.094 1.828-0.042 2.943-0.13 2.417c0 0.333 0.052 0.745 0.172 1.276 0.12 0.536 0.172 0.948 0.172 1.271 0 0.333-0.036 0.729-0.13 1.24-0.141 0.573-0.172 1.172-0.094 1.76 0.036 0.224 0.036 0.396 0 0.531-0.036 0.182-0.12 0.354-0.24 0.495l-0.417 0.505c-0.266 0.323-0.573 0.573-0.891 0.745-0.323 0.177-0.786 0.271-1.375 0.307-0.599 0.026-1.026 0.146-1.292 0.375-0.266 0.214-0.401 0.385-0.401 0.505 0 0.76 0.708 1.135 2.135 1.135l0.302-0.042 2.563-0.266c0.427-0.026 0.932-0.042 1.495-0.042h0.531l1.599 0.042h4.271l1.172-0.104c0.37-0.042 0.703-0.068 1-0.068 0.385 0 0.917 0.094 1.599 0.292 0.682 0.188 1.255 0.255 1.734 0.188l0.505-0.135c0.323-0.078 0.615-0.13 0.922-0.13l0.599 0.078c0.359 0.042 0.667 0.068 0.906 0.068 0.12 0 0.318-0.042 0.625-0.094 0.734-0.146 1.255-0.427 1.547-0.839 0.214-0.297 0.323-0.563 0.323-0.828-0.125-0.594-0.167-1.198-0.135-1.802 0.135-0.292 0.307-0.583 0.479-0.88 0.146-0.385 0.266-0.906 0.323-1.557 0.052-0.667 0.104-1.109 0.146-1.323 0.052-0.214 0.172-0.557 0.385-1.010 0.203-0.453 0.307-0.839 0.307-1.161 0-0.344-0.078-0.667-0.229-0.932-0.13-0.255-0.333-0.385-0.573-0.385-0.146 0-0.385 0.13-0.703 0.396-0.146 0.125-0.266 0.333-0.391 0.667-0.089 0.307-0.182 0.536-0.24 0.656-0.359 0.531-0.703 1.042-1.063 1.531-0.167 0.266-0.313 0.542-0.443 0.828-0.307 0.625-0.531 1.042-0.719 1.281-0.219 0.24-0.453 0.464-0.708 0.667-0.146 0.104-0.292 0.266-0.427 0.453-0.13 0.188-0.318 0.495-0.547 0.906l-0.76 0.401-0.531 0.13c-0.172 0.016-0.411 0.094-0.708 0.214-0.307 0.109-0.531 0.188-0.667 0.214-0.146 0.026-0.344 0.042-0.583 0.042-0.271 0-0.667-0.042-1.203-0.135-0.531-0.078-0.958-0.13-1.276-0.13l-0.938 0.052c-1.063 0-1.865-0.573-2.359-1.719-0.74-1.99-0.958-4.13-0.641-6.229 0.068-0.479 0.109-0.854 0.109-1.146v-3.068l0.036-1.010c0.042-0.417 0.057-0.708 0.057-0.88 0.005-0.484-0.068-0.958-0.229-1.417-0.099-0.234-0.156-0.49-0.172-0.745 0-0.135 0.026-0.349 0.078-0.615 0.068-0.266 0.094-0.464 0.094-0.615l-0.036-1.318c-0.042-0.557-0.057-1-0.057-1.318 0-0.375 0.068-0.844 0.188-1.401 0.12-0.563 0.172-1.016 0.172-1.359z\"/>\n</svg>\n</li><li title=\"cib libreoffice \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M21.818 0c-0.318-0.005-0.609 0.177-0.74 0.469-0.12 0.292-0.052 0.625 0.172 0.849l6.646 6.661c0.224 0.219 0.557 0.286 0.849 0.177 0.286-0.12 0.474-0.396 0.484-0.708v-6.677c-0.021-0.422-0.359-0.76-0.781-0.771zM3.547 0c-0.427 0.005-0.776 0.354-0.776 0.786v30.427c0 0.432 0.349 0.781 0.776 0.786h24.896c0.432 0 0.786-0.354 0.786-0.786v-19.594c0-0.208-0.083-0.411-0.229-0.557l-10.766-10.818c-0.151-0.156-0.349-0.24-0.563-0.245zM4.333 1.578h13.005l10.313 10.359v18.484h-23.318z\"/>\n</svg>\n</li><li title=\"cib line \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M25.817 13.151c0.469 0 0.844 0.38 0.844 0.839 0 0.464-0.375 0.844-0.844 0.844h-2.339v1.5h2.339c0.469 0 0.844 0.375 0.844 0.839 0 0.459-0.375 0.839-0.844 0.839h-3.177c-0.463 0-0.837-0.38-0.837-0.839v-6.36c0-0.463 0.375-0.843 0.837-0.843h3.183c0.464 0 0.839 0.38 0.839 0.843 0 0.464-0.375 0.839-0.844 0.839h-2.339v1.5zM20.683 17.172c0 0.359-0.235 0.683-0.579 0.797-0.083 0.025-0.177 0.041-0.265 0.041-0.281 0-0.521-0.125-0.683-0.333l-3.255-4.427v3.921c0 0.459-0.371 0.839-0.839 0.839-0.464 0-0.839-0.38-0.839-0.839v-6.36c0-0.359 0.235-0.681 0.573-0.796 0.083-0.032 0.181-0.043 0.26-0.043 0.26 0 0.5 0.141 0.661 0.339l3.281 4.437v-3.937c0-0.463 0.375-0.843 0.839-0.843s0.844 0.38 0.844 0.843zM13.027 17.172c0 0.459-0.376 0.839-0.844 0.839-0.459 0-0.833-0.38-0.833-0.839v-6.36c0-0.463 0.375-0.843 0.839-0.843 0.463 0 0.839 0.38 0.839 0.843zM9.74 18.011h-3.183c-0.464 0-0.844-0.38-0.844-0.839v-6.36c0-0.463 0.38-0.843 0.844-0.843s0.839 0.38 0.839 0.843v5.521h2.344c0.463 0 0.839 0.375 0.839 0.839 0 0.459-0.381 0.839-0.839 0.839zM32 13.749c0-7.161-7.183-12.989-16-12.989s-16 5.828-16 12.989c0 6.417 5.693 11.792 13.38 12.813 0.521 0.109 1.229 0.344 1.412 0.787 0.161 0.4 0.104 1.020 0.052 1.443l-0.219 1.359c-0.063 0.401-0.323 1.579 1.396 0.86 1.724-0.719 9.224-5.437 12.583-9.303 2.297-2.515 3.396-5.099 3.396-7.959z\"/>\n</svg>\n</li><li title=\"cib linkedin in \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M8.268 28h-5.805v-18.694h5.805zM5.362 6.756c-1.856 0-3.362-1.538-3.362-3.394s1.505-3.362 3.362-3.362 3.362 1.505 3.362 3.362c0 1.856-1.506 3.394-3.362 3.394zM29.994 28h-5.792v-9.1c0-2.169-0.044-4.95-3.018-4.95-3.018 0-3.481 2.356-3.481 4.794v9.256h-5.799v-18.694h5.567v2.55h0.081c0.775-1.469 2.668-3.019 5.492-3.019 5.875 0 6.955 3.869 6.955 8.894v10.269z\"/>\n</svg>\n</li><li title=\"cib linkedin \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M27.26 27.271h-4.733v-7.427c0-1.771-0.037-4.047-2.475-4.047-2.468 0-2.844 1.921-2.844 3.916v7.557h-4.739v-15.271h4.552v2.083h0.061c0.636-1.203 2.183-2.468 4.491-2.468 4.801 0 5.692 3.161 5.692 7.271v8.385zM7.115 9.912c-1.527 0-2.751-1.235-2.751-2.756 0-1.516 1.229-2.749 2.751-2.749s2.755 1.233 2.755 2.749c0 1.521-1.233 2.756-2.755 2.756zM9.489 27.271h-4.749v-15.271h4.749zM29.636 0h-27.276c-1.303 0-2.36 1.031-2.36 2.307v27.387c0 1.276 1.057 2.307 2.36 2.307h27.271c1.301 0 2.369-1.031 2.369-2.307v-27.387c0-1.276-1.068-2.307-2.369-2.307z\"/>\n</svg>\n</li><li title=\"cib linux foundation \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M6.401 12.802v12.797h12.797v6.401h-19.198v-19.198zM32 0v32h-9.599v-6.401h3.198v-19.198h-19.198v3.198h-6.401v-9.599z\"/>\n</svg>\n</li><li title=\"cib linux mint \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M0 2.255v5.594h2.438c1.703 0 2 1.151 2 2.745l0.016 9.88c0 5.12 4.589 9.271 10.24 9.271h13.953c1.786 0 3.354-1.109 3.354-2.813v-15.323c0-5.12-4.589-9.266-10.245-9.266h-5.875v-0.021zM7.63 5.677h2.802v14.083c0 1.885 1.313 3.344 2.854 3.344l9.557 0.042c1.995 0 3.552-1.344 3.552-2.943l-0.021-7.474c0.016-0.458-0.172-0.901-0.51-1.214-0.318-0.333-0.76-0.521-1.224-0.51-0.5 0-0.87 0.156-1.224 0.51-0.339 0.313-0.526 0.755-0.516 1.214v6.396h-2.964v-6.396c0-0.484-0.167-0.865-0.521-1.214-0.313-0.339-0.76-0.521-1.219-0.51-0.49 0-0.865 0.161-1.219 0.51s-0.521 0.729-0.521 1.214v6.401h-2.964v-6.401c0-1.266 0.479-2.385 1.385-3.286 0.875-0.885 2.073-1.375 3.318-1.365 1.25 0 2.333 0.464 3.214 1.297 0.865-0.839 2.026-1.302 3.229-1.297 1.271 0 2.401 0.464 3.313 1.365 0.896 0.859 1.396 2.047 1.391 3.286l0.010 7.99c-0.141 1.339-0.719 2.526-1.708 3.516-1.115 1.135-2.641 1.771-4.234 1.75h-10.646v-0.047c-1.302-0.141-2.464-0.693-3.427-1.625-1.125-1.099-1.708-2.458-1.708-4.010z\"/>\n</svg>\n</li><li title=\"cib linux \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16.672 0c-0.208 0-0.421 0.011-0.641 0.027-5.635 0.447-4.14 6.411-4.224 8.4-0.104 1.453-0.4 2.604-1.4 4.027-1.183 1.401-2.839 3.667-3.625 6.025-0.369 1.109-0.547 2.251-0.38 3.324-0.052 0.041-0.104 0.088-0.151 0.176-0.344 0.36-0.6 0.803-0.881 1.12-0.265 0.265-0.645 0.355-1.063 0.532-0.416 0.181-0.88 0.359-1.151 0.911-0.12 0.251-0.183 0.521-0.177 0.803 0 0.26 0.037 0.531 0.073 0.713 0.079 0.531 0.156 0.969 0.052 1.292-0.333 0.905-0.369 1.525-0.14 1.979 0.233 0.448 0.713 0.625 1.249 0.803 1.084 0.265 2.547 0.181 3.704 0.796 1.233 0.625 2.489 0.896 3.489 0.631 0.697-0.156 1.291-0.62 1.609-1.26 0.781-0.005 1.64-0.36 3.011-0.448 0.932-0.079 2.099 0.359 3.437 0.265 0.036 0.183 0.083 0.265 0.156 0.448v0.005c0.52 1.036 1.484 1.505 2.516 1.427 1.025-0.083 2.119-0.713 3.004-1.744 0.844-1.016 2.245-1.444 3.172-2 0.464-0.267 0.839-0.625 0.865-1.141 0.031-0.531-0.265-1.083-0.948-1.833v-0.131l-0.005-0.005c-0.229-0.265-0.333-0.713-0.453-1.233-0.115-0.537-0.24-1.047-0.656-1.396-0.084-0.073-0.167-0.089-0.255-0.177-0.073-0.052-0.163-0.083-0.251-0.088 0.573-1.704 0.349-3.396-0.235-4.923-0.708-1.88-1.953-3.52-2.896-4.645-1.063-1.339-2.104-2.609-2.083-4.489 0.036-2.871 0.317-8.177-4.724-8.188zM17.375 4.541h0.021c0.281 0 0.525 0.084 0.776 0.261 0.255 0.181 0.443 0.443 0.583 0.713 0.141 0.344 0.215 0.609 0.224 0.963 0-0.025 0.005-0.052 0.005-0.077v0.14c0-0.011-0.005-0.020-0.005-0.031l-0.005-0.032c0 0.324-0.067 0.647-0.197 0.943-0.063 0.167-0.156 0.319-0.287 0.448-0.036-0.020-0.073-0.041-0.115-0.057-0.14-0.063-0.265-0.083-0.38-0.176-0.093-0.037-0.192-0.068-0.292-0.089 0.063-0.077 0.193-0.177 0.245-0.265 0.068-0.167 0.104-0.349 0.115-0.536v-0.027c0.005-0.177-0.027-0.359-0.084-0.531-0.057-0.177-0.129-0.267-0.239-0.443-0.115-0.089-0.224-0.177-0.36-0.177h-0.020c-0.125 0-0.235 0.036-0.349 0.177-0.125 0.124-0.219 0.276-0.271 0.443-0.073 0.172-0.115 0.353-0.12 0.531v0.027c0 0.119 0.011 0.239 0.025 0.359-0.26-0.088-0.583-0.183-0.812-0.271-0.011-0.088-0.021-0.177-0.021-0.265v-0.027c-0.009-0.353 0.057-0.703 0.199-1.025 0.109-0.292 0.307-0.543 0.573-0.709 0.228-0.171 0.504-0.265 0.791-0.265zM13.427 4.62h0.047c0.188 0 0.36 0.063 0.532 0.177 0.197 0.172 0.355 0.385 0.459 0.619 0.12 0.267 0.187 0.537 0.208 0.891v0.005c0.005 0.177 0.005 0.272-0.005 0.355v0.109c-0.041 0.011-0.073 0.021-0.109 0.031-0.203 0.073-0.364 0.177-0.527 0.267 0.016-0.12 0.016-0.24 0.005-0.355v-0.021c-0.015-0.176-0.052-0.265-0.109-0.443-0.041-0.135-0.12-0.26-0.224-0.359-0.063-0.057-0.151-0.089-0.239-0.084h-0.032c-0.093 0.005-0.172 0.052-0.244 0.177-0.089 0.099-0.141 0.224-0.161 0.36-0.037 0.14-0.048 0.291-0.032 0.443v0.015c0.016 0.183 0.047 0.272 0.109 0.448 0.057 0.177 0.131 0.267 0.219 0.355 0.016 0.016 0.027 0.027 0.047 0.031-0.093 0.079-0.156 0.095-0.233 0.183-0.053 0.037-0.109 0.084-0.177 0.095-0.141-0.168-0.261-0.349-0.365-0.537-0.129-0.281-0.197-0.583-0.208-0.891-0.021-0.301 0.016-0.604 0.104-0.891 0.079-0.26 0.204-0.505 0.38-0.713 0.172-0.177 0.344-0.265 0.557-0.265zM15.255 6.896c0.443 0 0.975 0.083 1.62 0.531 0.391 0.267 0.699 0.36 1.407 0.62 0.344 0.183 0.541 0.36 0.64 0.537v-0.177c0.095 0.197 0.105 0.421 0.021 0.624-0.167 0.417-0.688 0.86-1.421 1.125v0.005c-0.355 0.177-0.667 0.443-1.032 0.62-0.369 0.177-0.787 0.391-1.349 0.355-0.203 0.009-0.405-0.021-0.599-0.089-0.145-0.077-0.291-0.167-0.427-0.265-0.26-0.177-0.484-0.443-0.817-0.62v-0.005h-0.005c-0.537-0.328-0.823-0.683-0.917-0.948-0.088-0.359-0.005-0.624 0.261-0.801 0.296-0.177 0.504-0.36 0.64-0.448 0.14-0.099 0.193-0.136 0.235-0.172h0.005v-0.005c0.224-0.271 0.577-0.625 1.12-0.803 0.181-0.047 0.391-0.083 0.619-0.083zM18.984 9.749c0.48 1.891 1.6 4.636 2.319 5.964 0.38 0.713 1.14 2.213 1.468 4.032 0.208-0.005 0.437 0.025 0.683 0.088 0.864-2.229-0.724-4.625-1.448-5.292-0.297-0.265-0.312-0.443-0.167-0.443 0.787 0.708 1.817 2.095 2.192 3.672 0.172 0.713 0.215 1.475 0.032 2.229 0.088 0.036 0.177 0.083 0.271 0.088 1.375 0.715 1.885 1.251 1.64 2.052v-0.057c-0.077-0.004-0.161 0-0.239 0h-0.021c0.204-0.624-0.244-1.104-1.421-1.635-1.219-0.531-2.193-0.448-2.36 0.62-0.011 0.057-0.015 0.088-0.020 0.183-0.095 0.031-0.188 0.067-0.281 0.083-0.573 0.36-0.881 0.896-1.057 1.584-0.172 0.713-0.224 1.541-0.271 2.495-0.032 0.448-0.229 1.119-0.428 1.801-2 1.432-4.776 2.052-7.129 0.448-0.152-0.26-0.329-0.5-0.537-0.713-0.099-0.167-0.224-0.312-0.369-0.443 0.244 0 0.453-0.041 0.62-0.089 0.192-0.093 0.344-0.255 0.421-0.447 0.141-0.355 0-0.928-0.464-1.553-0.457-0.619-1.239-1.323-2.38-2.025-0.843-0.531-1.317-1.161-1.536-1.86-0.219-0.713-0.188-1.448-0.021-2.192 0.328-1.427 1.167-2.817 1.704-3.688 0.14-0.083 0.047 0.183-0.547 1.303-0.527 1-1.521 3.328-0.163 5.135 0.053-1.317 0.344-2.619 0.865-3.833 0.749-1.703 2.323-4.671 2.448-7.025 0.063 0.052 0.287 0.183 0.385 0.271 0.287 0.177 0.505 0.443 0.787 0.62 0.281 0.265 0.635 0.448 1.167 0.448 0.052 0.005 0.099 0.005 0.145 0.005 0.547 0 0.975-0.177 1.328-0.355 0.385-0.183 0.699-0.448 0.989-0.536h0.005c0.62-0.177 1.115-0.537 1.391-0.933zM21.901 21.693c0.052 0.801 0.459 1.661 1.177 1.837 0.781 0.177 1.911-0.443 2.385-1.020l0.281-0.011c0.421-0.011 0.771 0.011 1.129 0.355l0.005 0.005c0.276 0.265 0.407 0.708 0.521 1.167 0.115 0.536 0.203 1.041 0.547 1.421 0.645 0.703 0.859 1.208 0.849 1.521v0c-0.021 0.348-0.251 0.525-0.667 0.791-0.839 0.537-2.328 0.948-3.276 2.095-0.824 0.984-1.828 1.52-2.715 1.588-0.885 0.073-1.651-0.265-2.099-1.197l-0.005-0.005c-0.281-0.532-0.161-1.365 0.073-2.251 0.235-0.891 0.573-1.796 0.62-2.531 0.047-0.953 0.099-1.781 0.255-2.423 0.161-0.62 0.412-1.063 0.86-1.307l0.057-0.032zM7.479 21.76h0.016c0.073 0 0.141 0.005 0.208 0.021 0.5 0.073 0.943 0.443 1.365 1l1.213 2.219 0.005 0.005c0.323 0.708 1.005 1.416 1.583 2.183 0.579 0.796 1.027 1.509 0.975 2.093v0.011c-0.079 0.989-0.641 1.525-1.5 1.724-0.86 0.177-2.027 0-3.193-0.62-1.291-0.713-2.828-0.625-3.812-0.803-0.489-0.088-0.812-0.271-0.964-0.536-0.145-0.265-0.151-0.803 0.167-1.641v-0.004c0.156-0.448 0.043-1.005-0.036-1.495-0.073-0.532-0.109-0.944 0.057-1.251 0.213-0.448 0.531-0.531 0.921-0.713 0.391-0.177 0.855-0.265 1.219-0.625h0.005v-0.005c0.339-0.353 0.595-0.796 0.891-1.115 0.251-0.271 0.505-0.448 0.88-0.448zM17.027 9.661c-0.579 0.265-1.261 0.713-1.985 0.713s-1.292-0.353-1.703-0.62c-0.208-0.181-0.375-0.359-0.5-0.448-0.219-0.176-0.193-0.447-0.099-0.447 0.145 0.020 0.172 0.181 0.265 0.271 0.131 0.088 0.287 0.265 0.479 0.443 0.391 0.265 0.912 0.624 1.557 0.624 0.647 0 1.407-0.359 1.865-0.624 0.26-0.177 0.593-0.443 0.864-0.62 0.208-0.183 0.199-0.36 0.369-0.36 0.172 0.021 0.048 0.177-0.192 0.443-0.245 0.183-0.62 0.448-0.921 0.625zM15.584 7.547v-0.025c-0.005-0.027 0.015-0.057 0.041-0.068 0.093-0.057 0.239-0.037 0.344 0.005 0.083 0 0.213 0.088 0.203 0.181-0.011 0.063-0.115 0.089-0.183 0.089-0.072 0-0.125-0.057-0.187-0.093-0.068-0.021-0.199-0.011-0.219-0.089zM14.849 7.547c-0.027 0.079-0.152 0.068-0.219 0.089-0.063 0.036-0.115 0.093-0.188 0.093-0.068 0-0.177-0.027-0.183-0.093-0.009-0.089 0.115-0.177 0.199-0.177 0.109-0.043 0.244-0.063 0.348-0.005 0.021 0.011 0.048 0.041 0.037 0.068v0.025z\"/>\n</svg>\n</li><li title=\"cib livejournal \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M24.12 19.593c-2.016 0.885-3.636 2.516-4.505 4.532l5.692 1.177-1.181-5.709zM3.303 11.088l-3.303-3.285c1.5-3.485 4.287-6.281 7.765-7.803h0.005l3.292 3.287c1.823-0.792 3.839-1.229 5.953-1.229 8.276 0 14.984 6.703 14.984 14.969 0 8.271-6.708 14.973-14.984 14.973-8.281 0-14.989-6.697-14.989-14.973 0-2.12 0.473-4.105 1.271-5.933l12.187 12.152c1.5-3.485 4.292-6.281 7.767-7.797l-12.188-12.161c-3.479 1.52-6.26 4.317-7.765 7.796z\"/>\n</svg>\n</li><li title=\"cib livestream \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M27.984 8.328l0.052 0.005 0.104 0.021 0.053 0.020 0.052 0.027 0.052 0.031 0.047 0.041 0.047 0.037 0.047 0.063 0.063 0.057 0.041 0.063 0.057 0.056 0.099 0.163 0.043 0.077 0.036 0.099 0.084 0.199 0.036 0.099 0.036 0.12 0.084 0.24 0.036 0.119 0.041 0.141 0.037 0.135 0.083 0.281 0.037 0.136 0.041 0.14 0.036 0.163 0.041 0.156 0.037 0.177 0.020 0.161 0.043 0.176 0.036 0.183 0.025 0.177 0.037 0.197 0.020 0.199 0.016 0.197 0.041 0.204 0.043 0.395 0.104 1.095 0.020 0.239 0.016 0.453 0.027 0.24 0.015 0.24 0.043 0.479 0.020 0.26 0.041 0.511 0.043 0.521v0.516l0.020 0.281 0.016 0.276v0.536l0.021 0.281v0.812l0.020 0.557 0.021 0.833v1.693l0.021 0.5 0.041 0.353 0.057 0.24 0.057 0.161 0.063 0.136 0.077 0.119 0.183 0.183 0.083 0.037 0.115 0.061 0.12 0.037 0.131 0.041 0.188 0.036 0.26 0.016 0.353-0.021h0.136v3.005l-0.317 0.037-0.756 0.036-0.812-0.036-0.599-0.095-0.459-0.115-0.339-0.119-0.317-0.161-0.313-0.199-0.276-0.244-0.181-0.177-0.177-0.204-0.229-0.353-0.197-0.423-0.163-0.453-0.109-0.536-0.072-0.609-0.021-0.677v-2.583l-0.016-0.557v-1.156l-0.020-0.537v-0.38l-0.021-0.265v-0.532l-0.020-0.255v-0.26l-0.011-0.256-0.021-0.26-0.021-0.24v-0.239l-0.020-0.235-0.021-0.245v-0.239l-0.041-0.48-0.016-0.239-0.020-0.224-0.021-0.229-0.021-0.219-0.020-0.224-0.021-0.215-0.016-0.219-0.020-0.219-0.027-0.197-0.015-0.197-0.021-0.209-0.021-0.187-0.020-0.183-0.057-0.369-0.027-0.177-0.016-0.183-0.041-0.167-0.036-0.183-0.037-0.156-0.041-0.156-0.041-0.161-0.041-0.136-0.043-0.14-0.031-0.136-0.063-0.12-0.036-0.14-0.041-0.12-0.027-0.12-0.083-0.239-0.037-0.1-0.041-0.099-0.036-0.099-0.043-0.079-0.041-0.083-0.036-0.079-0.057-0.077-0.041-0.063-0.048-0.057-0.041-0.063-0.057-0.036-0.036-0.043-0.057-0.041-0.041-0.016-0.057-0.020-0.068-0.021-0.057-0.021-0.041-0.015h3.364zM0.011 4.109l1.557 0.027 1.453 0.036 1.291 0.021 2.109 0.077 0.86 0.036 0.755 0.043 0.672 0.036 0.62 0.063 1.073 0.12 0.911 0.12 0.423 0.061 0.375 0.079 0.36 0.079 0.337 0.077 0.319 0.084 0.296 0.077 0.281 0.084 0.256 0.099 0.26 0.079 0.24 0.099 0.437 0.197 0.197 0.1 0.219 0.099 0.199 0.12 0.177 0.119 0.181 0.12 0.157 0.12 0.161 0.12 0.156 0.12 0.161 0.12 0.135 0.12 0.141 0.135 0.14 0.125 0.141 0.135 0.12 0.141 0.12 0.135 0.135 0.141 0.24 0.281 0.099 0.135 0.12 0.141 0.099 0.156 0.099 0.141 0.1 0.161 0.099 0.156 0.099 0.161 0.099 0.156 0.084 0.161 0.077 0.156 0.099 0.161 0.079 0.157 0.084 0.161 0.077 0.156 0.084 0.161 0.057 0.156 0.063 0.161 0.083 0.177 0.068 0.161 0.077 0.177 0.079 0.161 0.063 0.156 0.077 0.183 0.073 0.177 0.057 0.161 0.068 0.177 0.063 0.161 0.057 0.177 0.063 0.176 0.057 0.183 0.061 0.177 0.057 0.183 0.043 0.177 0.057 0.181 0.052 0.177 0.041 0.177 0.052 0.183 0.036 0.176 0.057 0.183 0.037 0.177 0.063 0.183 0.036 0.156 0.063 0.183v0.015l0.036 0.161 0.041 0.167 0.037 0.183 0.041 0.177 0.036 0.161 0.084 0.355 0.057 0.161 0.036 0.177 0.041 0.161 0.043 0.176 0.036 0.163 0.041 0.156 0.037 0.161 0.041 0.161 0.036 0.156 0.041 0.161 0.043 0.156 0.036 0.161 0.041 0.157 0.037 0.161 0.041 0.156 0.020 0.161 0.037 0.136 0.063 0.296 0.041 0.141 0.036 0.14 0.043 0.141 0.025 0.135 0.041 0.141 0.021 0.135 0.036 0.141 0.043 0.14 0.020 0.136 0.036 0.14 0.043 0.12 0.036 0.131 0.021 0.12 0.041 0.119 0.063 0.36 0.016 0.099 0.020 0.12 0.021 0.115 0.041 0.197 0.021 0.105 0.031 0.099 0.041 0.197 0.021 0.089 0.021 0.083 0.031 0.099 0.032 0.079 0.020 0.088 0.021 0.079 0.020 0.083 0.016 0.079 0.021 0.079 0.020 0.083 0.021 0.057 0.041 0.068 0.021 0.063 0.016 0.057 0.020 0.063 0.041 0.056 0.021 0.063 0.047 0.1 0.021 0.052 0.041 0.077 0.021 0.041 0.020 0.037 0.016 0.041 0.027 0.036 0.015 0.021 0.084 0.084 0.036 0.020 0.027 0.005 0.015 0.021h-9.328l-0.067-0.021-0.073-0.021-0.156-0.041-0.084-0.020h-0.020l-0.068-0.032-0.079-0.020-0.073-0.043-0.083-0.036-0.057-0.041-0.079-0.037-0.061-0.041-0.079-0.036-0.12-0.12-0.083-0.063-0.057-0.063-0.084-0.057-0.077-0.077-0.079-0.073-0.063-0.084-0.079-0.072-0.077-0.057-0.161-0.161-0.063-0.079-0.084-0.011-0.077-0.077-0.057-0.089-0.073-0.088-0.161-0.199-0.079-0.099-0.057-0.099-0.083-0.12-0.079-0.099-0.077-0.12-0.084-0.099-0.077-0.12-0.084-0.12-0.077-0.12-0.084-0.12-0.156-0.239-0.084-0.12-0.077-0.136-0.079-0.119-0.063-0.141-0.077-0.14-0.084-0.141-0.077-0.135-0.084-0.141-0.077-0.14-0.079-0.136-0.079-0.14-0.323-0.552-0.077-0.163-0.084-0.161-0.077-0.156-0.084-0.161-0.079-0.156-0.077-0.161-0.084-0.156-0.077-0.161-0.177-0.037-0.068-0.167-0.077-0.167-0.084-0.161-0.079-0.167-0.083-0.167-0.084-0.172-0.077-0.156-0.084-0.156-0.083-0.161-0.084-0.156-0.077-0.163-0.084-0.197-0.077-0.183-0.084-0.156-0.083-0.161-0.084-0.177-0.083-0.161-0.079-0.177-0.083-0.161-0.157-0.353-0.083-0.183-0.079-0.177-0.077-0.183-0.079-0.156-0.156-0.355-0.084-0.181-0.077-0.177-0.079-0.183-0.161-0.353-0.077-0.204-0.084-0.156-0.079-0.183-0.077-0.156-0.084-0.161-0.093-0.156-0.083-0.183-0.1-0.156-0.077-0.156-0.099-0.161-0.079-0.161-0.084-0.157-0.077-0.161-0.079-0.156-0.077-0.183-0.161-0.323-0.084-0.156-0.079-0.156-0.099-0.161-0.099-0.156-0.183-0.308-0.072-0.156-0.1-0.151-0.104-0.157-0.077-0.151-0.084-0.14-0.167-0.276-0.093-0.141-0.084-0.135-0.077-0.141-0.084-0.12-0.077-0.14-0.084-0.141-0.088-0.119-0.079-0.12-0.099-0.12-0.099-0.115-0.084-0.12-0.099-0.12-0.115-0.156-0.088-0.099-0.095-0.104-0.077-0.1-0.079-0.135-0.099-0.099-0.088-0.079-0.1-0.093-0.083-0.089-0.099-0.104-0.089-0.083-0.083-0.079-0.095-0.077-0.088-0.068-0.093-0.063-0.095-0.057-0.083-0.084-0.099-0.057-0.084-0.061-0.093-0.057-0.093-0.043-0.089-0.036-0.281-0.125-0.077-0.025-0.079-0.011h0.011z\"/>\n</svg>\n</li><li title=\"cib logstash \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16.802 9.599v22.401c-6.938 0-14.401-5.333-14.401-12.401v-19.599h4.797c5.068 0 9.604 4.531 9.604 9.599zM20 17.599v14.401h9.599v-14.401z\"/>\n</svg>\n</li><li title=\"cib lua \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M0.505 13.839l-0.36-0.052c-0.067 0.459-0.109 0.927-0.135 1.391l0.364 0.020c0.027-0.452 0.068-0.911 0.131-1.359zM5.516 4.385l-0.245-0.271c-0.344 0.307-0.683 0.635-0.995 0.973l0.265 0.256c0.313-0.333 0.636-0.656 0.975-0.959zM7.693 2.745l-0.199-0.313c-0.391 0.251-0.781 0.516-1.145 0.792l0.219 0.292c0.359-0.271 0.739-0.532 1.125-0.771zM2.432 24.489c0.245 0.396 0.511 0.781 0.792 1.151l0.292-0.219c-0.271-0.359-0.532-0.739-0.771-1.124zM1.505 21.869l-0.344 0.141c0.172 0.421 0.365 0.844 0.579 1.255l0.005 0.016 0.328-0.167-0.011-0.016c-0.203-0.401-0.391-0.812-0.557-1.229zM0.396 12.412l0.359 0.083c0.105-0.443 0.224-0.885 0.365-1.312l-0.349-0.115c-0.145 0.443-0.271 0.896-0.375 1.344zM0.364 16.563l-0.364 0.011c0.016 0.463 0.052 0.932 0.109 1.391l0.364-0.043c-0.057-0.448-0.093-0.905-0.109-1.359zM0.344 19.344c0.093 0.453 0.213 0.907 0.349 1.349l0.348-0.105c-0.129-0.437-0.244-0.88-0.344-1.323zM15.432 0.364l-0.016-0.364c-0.463 0.016-0.932 0.052-1.389 0.109l0.047 0.364c0.448-0.057 0.905-0.093 1.359-0.109zM30.964 11.421c0.129 0.433 0.244 0.881 0.339 1.324l0.359-0.079c-0.093-0.453-0.213-0.912-0.349-1.355zM23.495 1.855c-0.412-0.219-0.839-0.423-1.26-0.6l-0.147 0.333c0.423 0.177 0.833 0.376 1.235 0.589zM20.921 0.76c-0.443-0.135-0.891-0.265-1.343-0.364l-0.084 0.353c0.443 0.105 0.885 0.224 1.317 0.365zM8.901 2.063c0.396-0.203 0.807-0.391 1.219-0.557l-0.141-0.344c-0.421 0.172-0.839 0.365-1.244 0.573l-0.021 0.011 0.167 0.328zM31.636 15.453l0.369-0.016c-0.021-0.464-0.057-0.932-0.109-1.396l-0.365 0.047c0.053 0.448 0.089 0.907 0.105 1.365zM18.203 0.14c-0.457-0.061-0.927-0.109-1.391-0.129l-0.015 0.364c0.453 0.021 0.911 0.068 1.359 0.131zM12.724 0.703l-0.079-0.359c-0.452 0.093-0.905 0.213-1.348 0.349l0.109 0.348c0.432-0.129 0.875-0.244 1.317-0.339zM2.563 7.292l0.307 0.197c0.245-0.375 0.511-0.749 0.787-1.109l-0.287-0.229c-0.287 0.371-0.557 0.756-0.807 1.141zM1.255 9.755l0.339 0.147c0.177-0.417 0.376-0.833 0.589-1.235l-0.328-0.172c-0.215 0.412-0.417 0.833-0.6 1.26zM24.297 29.255l0.192 0.313c0.396-0.245 0.781-0.511 1.151-0.792l-0.219-0.292c-0.359 0.271-0.739 0.537-1.124 0.771zM28.328 25.625l0.292 0.229c0.287-0.365 0.557-0.751 0.807-1.141l-0.301-0.197c-0.251 0.38-0.516 0.749-0.797 1.109zM26.473 27.62l0.245 0.271c0.344-0.307 0.683-0.64 0.995-0.973l-0.265-0.256c-0.308 0.333-0.641 0.651-0.975 0.959zM29.812 23.339l0.324 0.172c0.219-0.412 0.421-0.833 0.599-1.26l-0.339-0.141c-0.177 0.417-0.369 0.828-0.584 1.229zM31.489 18.172l0.365 0.052c0.063-0.464 0.109-0.927 0.135-1.391l-0.364-0.021c-0.027 0.453-0.073 0.912-0.136 1.36zM30.875 20.828l0.355 0.115c0.14-0.443 0.265-0.896 0.369-1.349l-0.359-0.083c-0.1 0.448-0.224 0.891-0.365 1.317zM29.937 8.896c0.203 0.407 0.396 0.823 0.568 1.244l0.339-0.14c-0.172-0.427-0.371-0.86-0.584-1.271zM11.063 31.224c0.443 0.14 0.891 0.265 1.344 0.369l0.083-0.353c-0.443-0.104-0.885-0.224-1.312-0.365zM13.781 31.855c0.459 0.063 0.927 0.109 1.391 0.135l0.016-0.369c-0.448-0.021-0.907-0.068-1.36-0.131zM23.099 29.932c-0.401 0.204-0.812 0.396-1.235 0.563l0.141 0.344c0.421-0.177 0.855-0.365 1.26-0.579l0.005-0.005-0.161-0.328zM6.151 28.625c0.365 0.281 0.751 0.557 1.141 0.801l0.197-0.301c-0.38-0.251-0.755-0.516-1.115-0.792zM16.557 31.636l0.011 0.364c0.463-0.021 0.932-0.052 1.396-0.115l-0.047-0.359c-0.448 0.057-0.907 0.093-1.36 0.109zM8.495 30.14c0.407 0.215 0.833 0.417 1.26 0.6l0.141-0.339c-0.417-0.183-0.828-0.375-1.229-0.589zM4.109 26.719c0.312 0.349 0.64 0.683 0.979 0.995l0.251-0.265c-0.328-0.308-0.651-0.636-0.953-0.975zM19.26 31.303l0.079 0.359c0.453-0.099 0.907-0.219 1.355-0.355l-0.109-0.348c-0.439 0.129-0.881 0.244-1.324 0.344zM28.24 0.172c-1.98 0-3.584 1.604-3.584 3.583 0 1.985 1.604 3.589 3.584 3.589 4.781 0 4.781-7.172 0-7.172zM20.432 20.593c0 0.631 0.417 0.88 1.136 0.88 0.896 0 1.729-0.525 1.729-1.353v-0.86c-0.308 0.147-0.505 0.188-1.475 0.324-0.979 0.145-1.391 0.405-1.391 1.009zM16 3.755c-6.76 0-12.24 5.48-12.24 12.24s5.48 12.245 12.24 12.245c6.76 0 12.24-5.485 12.24-12.245 0-6.755-5.48-12.24-12.24-12.24zM12.683 22.12h-4.989v-8.032h1.025v7.125h3.969v0.907zM18.193 22.12h-0.829v-0.896c-0.541 0.76-1.077 1.057-1.927 1.057-1.125 0-1.839-0.62-1.839-1.579v-4.359h0.912v4c0 0.692 0.463 1.135 1.192 1.135 0.959 0 1.573-0.771 1.573-1.948v-3.187h0.917zM17.484 10.927c0-1.979 1.604-3.583 3.584-3.583 1.979 0 3.583 1.604 3.583 3.583 0 1.98-1.604 3.584-3.583 3.584-1.98 0-3.584-1.604-3.584-3.584zM24.907 21.401v0.692c-0.297 0.079-0.437 0.1-0.625 0.1-0.459 0-0.855-0.319-0.953-0.761-0.505 0.541-1.224 0.849-1.959 0.849-1.172 0-1.896-0.615-1.896-1.661 0-0.703 0.339-1.224 1.011-1.5 0.36-0.141 0.552-0.188 1.855-0.349 0.729-0.088 0.959-0.255 0.959-0.64v-0.245c0-0.547-0.464-0.859-1.287-0.859-0.865 0-1.276 0.323-1.36 1.025h-0.921c0.057-1.333 0.916-1.869 2.312-1.869 1.423 0 2.167 0.547 2.167 1.572v3.219c0 0.287 0.177 0.448 0.5 0.448 0.052 0 0.099 0 0.199-0.020z\"/>\n</svg>\n</li><li title=\"cib lumen \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M15.536 0c-0.156-0.005-0.312 0.027-0.457 0.093l-6.5 2.975c-1.219 0.557-0.385 2.38 0.828 1.823l6.505-2.973c0.984-0.428 0.697-1.896-0.376-1.917zM23.036 0.473c-0.161-0.004-0.312 0.027-0.457 0.1l-14.005 6.5c-1.213 0.563-0.371 2.38 0.839 1.817l14.009-6.505c0.98-0.432 0.683-1.896-0.385-1.912zM23.036 4.473c-0.161-0.004-0.312 0.032-0.457 0.1l-14.005 6.505c-1.213 0.561-0.371 2.375 0.839 1.817l14.009-6.511c0.975-0.432 0.683-1.891-0.385-1.912zM23.036 8.479c-0.161-0.005-0.312 0.032-0.457 0.1l-14.005 6.5c-1.213 0.561-0.371 2.38 0.839 1.817l14.009-6.505c0.975-0.432 0.683-1.891-0.385-1.912zM23.047 12.479c-0.156-0.005-0.312 0.027-0.459 0.095l-5 2.249c-0.359 0.161-0.593 0.521-0.593 0.917v4.687c0 0.021 0.005 0.043 0.005 0.063h-2.005c0-0.020 0-0.041 0-0.063v-3.437c0.011-0.568-0.453-1.025-1.016-1.016-0.552 0.005-0.995 0.464-0.984 1.016v3.437c0 0.021 0 0.043 0 0.063h-1.249c-0.401-0.016-0.709 0.349-0.631 0.74l0.255 1.52c0.084 0.423 0.443 0.729 0.876 0.74h3.041l-3.385 0.636c-0.271 0.052-0.453 0.312-0.401 0.588 0.052 0.271 0.312 0.448 0.588 0.396l8-1.5c0.261-0.047 0.439-0.287 0.412-0.547 0.063-0.093 0.104-0.199 0.125-0.313l0.249-1.52c0.084-0.391-0.224-0.756-0.624-0.74h-1.256c0.005-0.020 0.005-0.041 0.005-0.063v-4.041l4.412-1.989c0.979-0.423 0.703-1.88-0.365-1.917zM19.989 24.989c-0.025 0.005-0.057 0.005-0.083 0.011l-8.005 1.505c-0.271 0.047-0.453 0.307-0.401 0.583 0.052 0.272 0.312 0.448 0.588 0.396l8-1.5c0.625-0.099 0.532-1.020-0.099-0.995zM19.989 27.495c-0.025 0-0.057 0.005-0.083 0.011l-8.005 1.5c-0.271 0.047-0.453 0.312-0.401 0.583 0.052 0.272 0.312 0.453 0.588 0.396l8-1.5c0.625-0.099 0.532-1.015-0.099-0.989zM19 29.995c-0.027 0-0.057 0.005-0.083 0.011l-5.964 1c-0.271 0.047-0.459 0.301-0.412 0.573 0.047 0.276 0.303 0.457 0.579 0.411l5.963-1c0.636-0.072 0.557-1.025-0.083-0.995z\"/>\n</svg>\n</li><li title=\"cib lyft \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M32 14.828v-4.682h-1.672c-0.698-3.677-4.563-6.099-8.453-4.641-2.167 0.807-3.922 3.391-3.922 5.708v10.641h0.182c0.005 0 0.005 0 0.010 0s0.005 0 0.005 0c1.208-0.052 2.333-0.563 3.177-1.438 0.844-0.88 1.307-2.031 1.307-3.24h1.948v-4.688h-1.948v-1.292c0-0.5 0.266-0.964 0.703-1.208 1.198-0.667 2.417 0.193 2.417 1.328v4.292c0 1.698 0.641 3.276 1.807 4.443 1.109 1.109 2.615 1.75 4.234 1.802 0 0 0.005 0 0.005 0s0 0 0.005 0h0.188v-4.682c-0.87-0.005-1.557-0.708-1.557-1.563v-0.781zM4.682 17.953v-12.49h-4.682v11.708c0 3.214 2.125 4.682 4.099 4.682 0.589 0 1.177-0.141 1.703-0.385 0.078-0.036 0.203-0.115 0.203-0.115s-0.12-0.125-0.167-0.177c-0.75-0.854-1.156-1.964-1.156-3.229zM12.099 16.5c0 0.193-0.094 0.38-0.255 0.49-0.63 0.443-1.307 0-1.307-0.599v-6.245h-4.682v7.807c0 2.151 1.75 3.901 3.901 3.901 0.932 0 1.833-0.333 2.536-0.938-0.073 0.578-0.391 1.057-0.922 1.385-0.495 0.313-1.141 0.479-1.87 0.479-0.75 0-1.51-0.177-2.198-0.51 0 0-0.125-0.057-0.281-0.146v4.161c1.042 0.422 2.182 0.641 3.286 0.641 1.75 0 3.344-0.547 4.495-1.542 1.292-1.109 1.979-2.74 1.979-4.698v-10.536h-4.688z\"/>\n</svg>\n</li><li title=\"cib macys \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16.021 0.833l-3.766 11.557h-12.255l9.927 7.177-3.76 11.568 9.833-7.156 9.896 7.193-3.781-11.62 9.885-7.161h-12.214l-3.766-11.563z\"/>\n</svg>\n</li><li title=\"cib magento \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16 32l-5.937-3.427v-16l3.959-2.287v16l1.979 1.203 1.979-1.203v-16l3.964 2.287v16zM29.855 8v16l-3.959 2.287v-16l-9.896-5.713-9.901 5.713v16l-3.953-2.287v-16l13.855-8z\"/>\n</svg>\n</li><li title=\"cib magisk \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M14.473 19.276c0 0 0.209 1.229-0.041 3.937-0.317 3.396 1.292 8.787 1.292 8.787s2.193-5.401 1.812-8.896c-0.317-2.864 0.141-3.869 0.043-3.735-1.683 2.328-3.105-0.093-3.105-0.093zM18.584 22.193c0.276 2.119-0.032 3.28-0.428 5.552-0.197 1.145 4.095-3.453 5.74-6.199 0.276-0.453-1.573 1.787-3.401 0.188-1.271-1.109-1.484-1.448-2.473-2.412-0.328-0.328 0.369 1.349 0.567 2.865zM13.901 19.489c-0.984 0.964-1.204 1.303-2.469 2.412-1.828 1.599-3.677-0.641-3.401-0.183 1.647 2.745 5.939 7.344 5.735 6.193-0.396-2.272-0.697-3.433-0.427-5.552 0.197-1.516 0.901-3.193 0.568-2.871zM18.125 15.703c2.005 0.584 2.781 3.365 4.807 3.709 0.417 0.072 0.891 0.197 1.437 0.172 1.027-0.048 2.328-0.631 4.063-3.089 0.511-0.729-1.276 4.683-5.749 4.751-3.281 0.047-3.667-3.215-5.855-3.313-0.787-0.031-0.839-1.536-0.839-1.536s0.943-1.036 2.136-0.693zM13.875 15.688c-2.005 0.577-2.781 3.364-4.807 3.708-0.417 0.073-0.891 0.197-1.437 0.172-1.027-0.047-2.328-0.631-4.063-3.089-0.511-0.729 1.276 4.683 5.749 4.751 3.281 0.047 3.667-3.213 5.855-3.312 0.787-0.037 0.839-1.543 0.839-1.543s-0.943-1.031-2.136-0.687zM21.375 15.661c2.021 1.532 1.417 3.213 2.552 2.735 3.813-1.62 3.147-9.917 2.833-8.912-1.733 5.656-5.52 5.975-9.167 3.371-0.713-0.505 2.647 1.948 3.781 2.807zM14.391 12.855c-3.645 2.604-7.432 2.285-9.167-3.371-0.307-1.005-0.973 7.292 2.839 8.912 1.131 0.479 0.525-1.203 2.547-2.735 1.136-0.859 4.495-3.312 3.781-2.807zM21.76 13.636c4.396-0.183 5.209-7.396 4.865-6.516-1.552 3.953-7.432 2.464-7.995 4.959-0.109 0.489 1 1.64 3.129 1.557zM13.355 12.079c-0.563-2.495-6.443-1.005-7.995-4.959-0.344-0.88 0.468 6.333 4.869 6.516 2.131 0.083 3.235-1.068 3.125-1.557zM18.36 10.979c0 0 2.389-1.285 4.437-1.843 1.911-0.527 3.348-1.813 3.509-3.177 0.115-1.011-1.484-2.928-1.484-2.928s-1.12 3.109-2.588 4.667c-1.604 1.693-0.995 1.464-3.875 3.281zM9.755 7.697c-1.473-1.557-2.593-4.667-2.593-4.667s-1.599 1.917-1.479 2.928c0.156 1.364 1.593 2.651 3.505 3.177 2.047 0.557 4.443 1.843 4.443 1.843-2.885-1.817-2.276-1.588-3.876-3.281zM18.068 10.781c2.588-2.125 3.968-4.896 6.208-7.932 0.421-0.573-1.891-1.953-2.807-2.043-0.917-0.093-1.683 3.272-1.772 5.245-0.077 1.808-1.979 5.016-1.629 4.729zM12.287 6.052c-0.089-1.979-0.855-5.339-1.771-5.249-0.917 0.093-3.229 1.473-2.808 2.047 2.245 3.031 3.62 5.807 6.209 7.932 0.348 0.287-1.553-2.927-1.631-4.729zM18.328 3.917c0.183-1.464 0.839-2.537 2.151-3.433-1.161-0.385-2.124-0.703-2.624-0.291-0.505 0.411-1.871 1.791-1.688 4.031 0.183 2.245 0.011 10.62 0.407 10.464 0.213-5.735 2.025-7.385 1.755-10.771zM15.412 14.688c0.395 0.151 0.224-8.224 0.405-10.464 0.188-2.24-1.181-3.62-1.687-4.031-0.5-0.412-1.464-0.1-2.625 0.291 1.312 0.896 1.968 1.969 2.151 3.433-0.276 3.385 1.541 5.031 1.756 10.765z\"/>\n</svg>\n</li><li title=\"cib mail ru \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M15.448 7.021c2.443 0 4.745 1.083 6.432 2.776v0.005c0-0.813 0.547-1.428 1.303-1.428h0.192c1.193 0 1.432 1.125 1.432 1.48l0.005 12.635c-0.083 0.828 0.855 1.256 1.376 0.724 2.025-2.083 4.452-10.719-1.261-15.719-5.328-4.667-12.479-3.896-16.281-1.276-4.041 2.792-6.624 8.959-4.115 14.755 2.74 6.319 10.573 8.204 15.235 6.324 2.36-0.953 3.448 2.233 0.995 3.276-3.697 1.577-14 1.416-18.812-6.917-3.251-5.629-3.079-15.531 5.547-20.661 6.593-3.927 15.292-2.839 20.536 2.636 5.48 5.729 5.163 16.448-0.187 20.615-2.423 1.895-6.021 0.052-5.995-2.709l-0.027-0.9c-1.687 1.671-3.932 2.651-6.375 2.651-4.833 0-9.088-4.256-9.088-9.084 0-4.88 4.255-9.181 9.088-9.181zM21.527 15.855c-0.183-3.537-2.808-5.667-5.98-5.667h-0.12c-3.656 0-5.687 2.88-5.687 6.145 0 3.661 2.453 5.973 5.672 5.973 3.593 0 5.952-2.629 6.124-5.739z\"/>\n</svg>\n</li><li title=\"cib mailchimp \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M23.974 15.12c0.219-0.026 0.443-0.026 0.661 0 0.12-0.271 0.141-0.745 0.031-1.255-0.156-0.76-0.37-1.224-0.818-1.151-0.443 0.073-0.458 0.625-0.302 1.385 0.094 0.427 0.25 0.797 0.427 1.021zM20.161 15.724c0.318 0.141 0.51 0.234 0.589 0.151 0.047-0.052 0.036-0.146-0.042-0.271-0.156-0.255-0.479-0.516-0.823-0.661-0.719-0.302-1.547-0.203-2.177 0.26-0.214 0.156-0.411 0.375-0.385 0.505 0.010 0.042 0.042 0.073 0.115 0.083 0.177 0.021 0.786-0.286 1.495-0.333 0.495-0.031 0.911 0.125 1.229 0.266zM19.521 16.089c-0.417 0.068-0.641 0.203-0.786 0.328-0.13 0.109-0.203 0.234-0.203 0.318l0.031 0.078 0.068 0.026c0.094 0 0.302-0.089 0.302-0.089 0.427-0.156 0.885-0.208 1.333-0.135 0.208 0.021 0.307 0.036 0.354-0.036 0.010-0.021 0.026-0.063-0.016-0.13-0.094-0.161-0.516-0.427-1.083-0.359zM22.688 17.432c0.281 0.135 0.589 0.083 0.688-0.12 0.104-0.208-0.042-0.49-0.323-0.625-0.281-0.141-0.589-0.083-0.693 0.12-0.099 0.208 0.047 0.484 0.328 0.625zM24.495 15.849c-0.229-0.005-0.422 0.245-0.422 0.562-0.005 0.313 0.172 0.568 0.401 0.573s0.417-0.245 0.422-0.557c0.005-0.313-0.177-0.573-0.401-0.578zM9.156 21.505c-0.057-0.068-0.151-0.047-0.24-0.026-0.073 0.016-0.146 0.026-0.214 0.031-0.156 0-0.302-0.073-0.391-0.198-0.104-0.161-0.099-0.401 0.016-0.672l0.052-0.125c0.188-0.411 0.49-1.099 0.146-1.755-0.255-0.495-0.677-0.802-1.188-0.865-0.49-0.063-0.974 0.109-1.313 0.469-0.505 0.557-0.583 1.318-0.484 1.589 0.036 0.099 0.094 0.125 0.135 0.13 0.083 0.010 0.208-0.052 0.292-0.266l0.021-0.068c0.036-0.115 0.104-0.328 0.208-0.495 0.281-0.427 0.849-0.547 1.271-0.266 0.354 0.229 0.495 0.667 0.344 1.078-0.078 0.219-0.208 0.625-0.177 0.964 0.057 0.682 0.474 0.953 0.849 0.984 0.365 0.016 0.62-0.193 0.688-0.344 0.036-0.089 0.005-0.141-0.016-0.167zM30.255 20.26c-0.016-0.052-0.104-0.385-0.229-0.781l-0.255-0.682c0.5-0.75 0.51-1.422 0.443-1.802-0.073-0.469-0.266-0.87-0.661-1.281-0.391-0.417-1.198-0.844-2.333-1.161l-0.594-0.161c0-0.026-0.031-1.406-0.057-1.995-0.016-0.427-0.052-1.099-0.26-1.755-0.245-0.891-0.677-1.672-1.214-2.172 1.479-1.536 2.406-3.229 2.401-4.677-0.005-2.797-3.427-3.641-7.646-1.891l-0.896 0.38c-0.547-0.536-1.089-1.073-1.641-1.609-4.813-4.203-19.854 12.542-15.047 16.615l1.052 0.891c-0.281 0.76-0.38 1.578-0.292 2.391 0.115 1.12 0.688 2.193 1.625 3.021 0.885 0.786 2.052 1.286 3.188 1.286 1.87 4.318 6.146 6.969 11.156 7.12 5.38 0.156 9.896-2.37 11.786-6.911 0.125-0.318 0.651-1.755 0.651-3.021 0-1.276-0.719-1.802-1.177-1.802zM8.25 23.656c-0.161 0.031-0.333 0.042-0.5 0.036-1.62-0.042-3.375-1.505-3.552-3.245-0.193-1.922 0.786-3.396 2.521-3.745 0.24-0.052 0.484-0.068 0.729-0.057 0.974 0.057 2.406 0.802 2.729 2.922 0.292 1.88-0.167 3.792-1.927 4.094zM6.438 15.552c-1.078 0.208-2.031 0.823-2.615 1.667-0.349-0.286-0.995-0.849-1.109-1.068-0.927-1.771 1.016-5.203 2.37-7.146 3.354-4.792 8.609-8.422 11.042-7.766 0.396 0.115 1.703 1.635 1.703 1.635s-2.432 1.349-4.688 3.234c-3.036 2.344-5.328 5.745-6.703 9.443zM23.484 22.943c0.036-0.016 0.063-0.057 0.057-0.094-0.005-0.052-0.047-0.089-0.099-0.083 0 0-2.542 0.38-4.948-0.505 0.26-0.849 0.958-0.542 2.010-0.458 1.635 0.099 3.276-0.078 4.854-0.526 1.089-0.313 2.516-0.927 3.63-1.807 0.375 0.823 0.505 1.729 0.505 1.729s0.292-0.052 0.531 0.099c0.229 0.141 0.396 0.438 0.281 1.193-0.229 1.417-0.833 2.568-1.844 3.63-0.63 0.682-1.38 1.245-2.219 1.656-0.464 0.245-0.948 0.448-1.443 0.615-3.813 1.245-7.714-0.125-8.974-3.068-0.099-0.224-0.182-0.458-0.25-0.698-0.536-1.938-0.083-4.266 1.344-5.729 0.083-0.094 0.172-0.203 0.172-0.344 0-0.115-0.073-0.234-0.135-0.323-0.495-0.724-2.219-1.953-1.875-4.339 0.25-1.714 1.745-2.917 3.141-2.849l0.354 0.021c0.604 0.036 1.13 0.115 1.625 0.135 0.833 0.036 1.583-0.083 2.469-0.823 0.297-0.25 0.536-0.469 0.943-0.536 0.042-0.005 0.151-0.047 0.359-0.036 0.219 0.010 0.427 0.078 0.609 0.198 0.714 0.474 0.813 1.62 0.849 2.458 0.021 0.479 0.078 1.635 0.099 1.969 0.047 0.76 0.245 0.87 0.646 1 0.229 0.078 0.443 0.135 0.75 0.219 0.943 0.266 1.5 0.536 1.849 0.88 0.214 0.214 0.307 0.443 0.339 0.661 0.115 0.813-0.625 1.813-2.583 2.724-2.141 0.995-4.734 1.245-6.526 1.047l-0.63-0.073c-1.432-0.193-2.25 1.661-1.391 2.938 0.552 0.818 2.068 1.354 3.578 1.354 3.464 0 6.13-1.484 7.12-2.766l0.078-0.115c0.052-0.073 0.010-0.109-0.052-0.068-0.807 0.552-4.406 2.755-8.25 2.094 0 0-0.469-0.078-0.896-0.245-0.339-0.13-1.047-0.458-1.135-1.188 3.104 0.964 5.057 0.052 5.057 0.052zM18.568 22.359h0.005zM12.63 8.984c1.193-1.38 2.661-2.578 3.974-3.25 0.047-0.026 0.094 0.026 0.073 0.068-0.104 0.188-0.307 0.599-0.37 0.901-0.010 0.047 0.042 0.083 0.078 0.057 0.823-0.557 2.245-1.156 3.495-1.234 0.052 0 0.078 0.068 0.036 0.099-0.208 0.161-0.391 0.344-0.552 0.552-0.026 0.036 0 0.083 0.042 0.083 0.88 0.010 2.115 0.318 2.917 0.771 0.057 0.031 0.021 0.135-0.042 0.12-1.219-0.281-3.214-0.495-5.286 0.016-1.849 0.453-3.26 1.146-4.292 1.901-0.052 0.036-0.115-0.031-0.073-0.083z\"/>\n</svg>\n</li><li title=\"cib makerbot \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M30.74 9.771c-0.807-1.906-1.958-3.62-3.427-5.083-1.469-1.469-3.177-2.62-5.083-3.427-1.979-0.839-4.073-1.26-6.229-1.26-2.161 0-4.255 0.422-6.229 1.26-1.906 0.807-3.615 1.958-5.083 3.427-1.469 1.464-2.62 3.177-3.432 5.083-0.833 1.974-1.255 4.068-1.255 6.229 0 2.156 0.422 4.25 1.26 6.229 0.807 1.906 1.958 3.62 3.427 5.083 1.469 1.469 3.177 2.62 5.083 3.427 1.974 0.844 4.068 1.26 6.229 1.26 2.156 0 4.25-0.417 6.229-1.26 1.906-0.802 3.615-1.958 5.083-3.417s2.62-3.182 3.427-5.083c0.839-1.958 1.26-4.057 1.26-6.219 0-2.156-0.422-4.24-1.26-6.219zM16 29.781c-7.609 0-13.781-6.172-13.781-13.781s6.172-13.781 13.781-13.781c7.609 0 13.781 6.172 13.781 13.781s-6.172 13.781-13.781 13.781zM20.323 5.495h-8.646c-1.229 0-2.266 0.432-3.109 1.302-0.849 0.854-1.271 1.896-1.271 3.109v13.578c0 0.599 0.177 1.078 0.531 1.458 0.354 0.359 0.818 0.563 1.401 0.563 0.594 0 1.073-0.182 1.438-0.542 0.365-0.365 0.547-0.839 0.547-1.443v-14.083h2.854v14.042c0 0.594 0.177 1.073 0.521 1.438s0.818 0.552 1.411 0.552c0.594 0 1.068-0.188 1.411-0.552 0.349-0.365 0.521-0.844 0.521-1.438v-14.042h2.859v14.042c0 0.594 0.177 1.073 0.542 1.438s0.849 0.552 1.438 0.552c0.583 0 1.047-0.188 1.401-0.568 0.359-0.37 0.536-0.849 0.536-1.422v-13.578c0-1.214-0.422-2.25-1.271-3.115-0.844-0.865-1.88-1.302-3.115-1.302z\"/>\n</svg>\n</li><li title=\"cib manjaro \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M0 0v32h9v-23h11.5v-9zM11.5 11.5v20.5h9v-20.5zM23 0v32h9v-32z\"/>\n</svg>\n</li><li title=\"cib markdown \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M29.693 25.849h-27.385c-1.271 0-2.307-1.036-2.307-2.307v-15.083c0-1.271 1.036-2.307 2.307-2.307h27.385c1.271 0 2.307 1.036 2.307 2.307v15.078c0 1.276-1.031 2.307-2.307 2.307zM7.693 21.229v-6l3.078 3.849 3.073-3.849v6h3.078v-10.458h-3.078l-3.073 3.849-3.078-3.849h-3.078v10.464zM28.307 16h-3.078v-5.229h-3.073v5.229h-3.078l4.615 5.385z\"/>\n</svg>\n</li><li title=\"cib marketo \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M21.527 0v32l8.181-6.516v-21.036zM17.724 25.011l-6.584 2.875v-25.104l6.584 1.948zM2.297 24.271l5.036-1.328v-16.025l-5.016-0.808z\"/>\n</svg>\n</li><li title=\"cib mastercard \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M15.125 24.041c0.077 0.063 0.161 0.131 0.239 0.193-1.567 1.047-3.452 1.651-5.473 1.651-5.464 0-9.891-4.421-9.891-9.885 0-5.459 4.427-9.885 9.885-9.885 2.027 0 3.912 0.604 5.475 1.645-0.079 0.068-0.157 0.136-0.22 0.204-2.337 2.020-3.681 4.953-3.681 8.036s1.339 6.016 3.667 8.041zM22.115 6.115c-2.032 0-3.912 0.604-5.475 1.645 0.079 0.068 0.157 0.136 0.22 0.204 2.337 2.020 3.681 4.953 3.681 8.036 0 3.079-1.339 6.011-3.667 8.041-0.077 0.063-0.161 0.131-0.239 0.193 1.567 1.047 3.447 1.651 5.473 1.651 5.464 0 9.891-4.421 9.891-9.885 0-5.459-4.427-9.885-9.885-9.885zM16 8.235c-0.131 0.099-0.251 0.197-0.375 0.307-2.084 1.813-3.401 4.48-3.401 7.459s1.317 5.645 3.401 7.459c0.12 0.109 0.249 0.213 0.375 0.312 0.131-0.099 0.251-0.203 0.375-0.312 2.084-1.813 3.401-4.48 3.401-7.459s-1.317-5.645-3.401-7.459c-0.12-0.109-0.244-0.208-0.375-0.307z\"/>\n</svg>\n</li><li title=\"cib mastodon \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M30.921 10.505c0-6.943-4.547-8.975-4.547-8.975-2.292-1.057-6.229-1.5-10.323-1.531h-0.099c-4.089 0.031-8.027 0.473-10.317 1.531 0 0-4.553 2.032-4.553 8.975 0 1.588-0.031 3.489 0.021 5.505 0.167 6.792 1.245 13.479 7.521 15.14 2.896 0.767 5.38 0.928 7.38 0.819 3.631-0.204 5.667-1.297 5.667-1.297l-0.12-2.636c0 0-2.593 0.819-5.505 0.719-2.885-0.099-5.932-0.307-6.396-3.853-0.047-0.328-0.067-0.661-0.067-0.995 0 0 2.832 0.692 6.427 0.859 2.192 0.099 4.249-0.129 6.344-0.38 4.005-0.473 7.5-2.948 7.937-5.203 0.687-3.552 0.629-8.677 0.629-8.677zM25.557 19.453h-3.328v-8.161c0-1.719-0.724-2.595-2.172-2.595-1.599 0-2.401 1.037-2.401 3.084v4.469h-3.312v-4.469c0-2.047-0.803-3.084-2.401-3.084-1.448 0-2.172 0.876-2.172 2.595v8.156h-3.328v-8.401c0-1.719 0.437-3.083 1.317-4.093 0.907-1.011 2.089-1.532 3.563-1.532 1.704 0 2.995 0.657 3.849 1.969l0.828 1.391 0.828-1.391c0.855-1.312 2.145-1.969 3.849-1.969 1.473 0 2.661 0.521 3.568 1.532 0.875 1.011 1.312 2.375 1.312 4.093z\"/>\n</svg>\n</li><li title=\"cib material design \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16 0c-8.828 0-16 7.172-16 16s7.172 16 16 16c8.828 0 16-7.172 16-16s-7.172-16-16-16zM16 1c3.828 0 7.307 1.443 9.958 3.802h-19.917c2.74-2.453 6.281-3.802 9.958-3.802zM6.417 5.802h19.167l-9.583 19.161zM4.802 6.042v19.917c-2.453-2.74-3.802-6.281-3.802-9.958 0-3.828 1.443-7.307 3.802-9.958zM27.198 6.042c2.453 2.74 3.802 6.281 3.802 9.958 0 3.828-1.443 7.307-3.802 9.958zM5.802 6.802l9.698 19.396h-9.698zM26.198 6.802v19.396h-9.698l9.703-19.396zM6.042 27.198h19.917c-2.74 2.453-6.286 3.802-9.958 3.802s-7.219-1.349-9.958-3.802z\"/>\n</svg>\n</li><li title=\"cib mathworks \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M5.765 21.661c-1.593-1.188-3.577-2.583-5.765-4.172l7.749-2.979 3.183 2.385c-2.385 2.781-3.973 3.776-5.167 4.771zM27.031 13.317c-0.599-1.588-0.995-3.181-1.593-4.771-0.593-1.792-1.187-3.38-2.183-4.771-0.4-0.593-1.192-1.989-2.187-1.989-0.199 0-0.396 0.197-0.599 0.197-0.595 0.204-1.391 1.391-1.589 2.188-0.593 0.995-1.792 2.583-2.583 3.577-0.199 0.396-0.6 0.797-0.797 0.996-0.593 0.395-1.193 0.995-1.984 1.391-0.204 0-0.401 0.197-0.599 0.197-0.595 0-0.996 0.396-1.391 0.593-0.595 0.6-1.193 1.391-1.787 1.991 0 0.197-0.204 0.395-0.401 0.599l2.984 2.181c2.188-2.583 4.771-5.167 6.557-10.135 0 0-0.593 5.369-5.364 11.131-2.985 3.38-5.371 5.171-5.767 5.567 0 0 0.792-0.197 1.589 0.199 1.593 0.593 2.385 2.781 2.984 4.369 0.396 1.193 0.989 2.188 1.391 3.38 1.589-0.396 2.584-0.995 3.579-1.989 0.989-0.989 1.984-2.183 2.979-3.177 1.792-2.187 3.975-4.968 6.756-3.577 0.4 0.197 0.995 0.599 1.192 0.796 0.599 0.396 0.995 0.792 1.593 1.391 0.991 0.792 1.391 1.391 2.183 1.787-1.984-3.973-3.375-7.948-4.968-12.125z\"/>\n</svg>\n</li><li title=\"cib matrix \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M0.844 0.735v30.531h2.197v0.735h-3.041v-32h3.041v0.735zM10.235 10.412v1.547h0.041c0.412-0.595 0.912-1.047 1.489-1.371 0.579-0.323 1.251-0.484 2-0.484 0.719 0 1.38 0.141 1.975 0.417 0.599 0.281 1.047 0.776 1.359 1.479 0.339-0.5 0.803-0.943 1.38-1.323 0.579-0.38 1.267-0.573 2.063-0.573 0.604 0 1.161 0.073 1.677 0.224 0.521 0.145 0.959 0.38 1.328 0.703 0.365 0.329 0.651 0.751 0.86 1.272 0.203 0.52 0.307 1.151 0.307 1.891v7.635h-3.129v-6.468c0-0.381-0.016-0.745-0.048-1.084-0.020-0.307-0.099-0.604-0.239-0.88-0.131-0.251-0.333-0.459-0.584-0.593-0.255-0.152-0.609-0.224-1.047-0.224-0.443 0-0.797 0.083-1.068 0.249-0.265 0.167-0.489 0.396-0.64 0.667-0.161 0.287-0.265 0.604-0.308 0.927-0.052 0.349-0.077 0.699-0.083 1.048v6.359h-3.131v-6.401c0-0.339-0.005-0.672-0.025-1-0.011-0.317-0.073-0.624-0.193-0.916-0.104-0.281-0.301-0.516-0.552-0.672-0.255-0.167-0.636-0.255-1.136-0.255-0.151 0-0.348 0.031-0.588 0.099-0.24 0.067-0.479 0.192-0.703 0.375-0.229 0.188-0.428 0.453-0.589 0.797-0.161 0.343-0.239 0.796-0.239 1.359v6.62h-3.131v-11.421zM31.156 31.265v-30.531h-2.197v-0.735h3.041v32h-3.041v-0.735z\"/>\n</svg>\n</li><li title=\"cib mattermost \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16.109 0c-6.713-0.047-12.989 4.167-15.26 10.869-2.833 8.371 1.656 17.448 10.020 20.281 8.371 2.833 17.448-1.656 20.281-10.020 2.303-6.803-0.229-14.068-5.749-18.079l0.172 3.396c2.749 3.041 3.839 7.349 2.468 11.401-2.047 6.041-8.791 9.219-15.068 7.093-6.276-2.125-9.708-8.745-7.661-14.792 1.376-4.057 4.876-6.828 8.928-7.557l2.187-2.588c-0.104-0.005-0.213-0.005-0.323-0.005zM20.812 1.459c-0.057 0-0.115 0.011-0.167 0.031h-0.005c-0.052 0.027-0.104 0.057-0.145 0.099-0.192 0.188-0.875 1.105-0.875 1.105l-1.484 1.837-1.735 2.115-2.98 3.704c0 0-1.364 1.703-1.061 3.801 0.301 2.1 1.859 3.12 3.072 3.532 1.208 0.405 3.068 0.541 4.584-0.943 1.515-1.48 1.463-3.667 1.463-3.667l-0.115-4.745-0.093-2.735-0.063-2.364c0 0 0.011-1.141-0.025-1.412-0.011-0.047-0.027-0.099-0.047-0.14l-0.011-0.016-0.005-0.016c-0.068-0.109-0.183-0.181-0.308-0.187z\"/>\n</svg>\n</li><li title=\"cib matternet \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M25.64 5.573l-5.421 3.104v-6.245l-4.229-2.432-4.219 2.437v6.24l-5.396-3.115-4.235 2.437v4.885l5.401 3.115-5.405 3.125v4.875l4.224 2.443 5.389-3.12v6.245l4.229 2.432 4.229-2.443v-6.235l5.407 3.104 4.229-2.437v-4.864l-5.391-3.125 5.411-3.115v-4.885l-4.219-2.427zM26.136 10.145v-2.525l2.187 1.255v2.541l-2.183-1.271zM28.317 22.527l-8.099-4.672 2.203-1.261 5.896 3.407zM19.219 17.26l-2.203-1.26 8.604-4.969 2.187 1.261-8.593 4.968zM4.177 12.292l2.187-1.261 8.605 4.969-2.183 1.26zM11.765 17.855l-8.099 4.676v-2.531l5.912-3.407zM3.667 11.416v-2.536l2.188-1.26v2.531zM16.5 11.416v-9.348l2.188 1.249v6.828zM13.297 10.14v-6.817l2.187-1.255v9.339zM25.12 7.62v2.531l-8.609 4.98v-2.543zM15.484 12.584v2.531l-8.615-4.969v-2.525zM12.281 21.271l-5.917 3.407-2.187-1.261 8.099-4.676v2.531zM13.297 18.145l2.187-1.26v9.937l-2.187 1.276zM18.172 28.964l-2.183 1.276-2.187-1.271 2.187-1.261 2.183 1.261zM18.697 28.088l-2.197-1.265v-9.921l2.197 1.26v9.943zM27.807 23.416l-2.187 1.261-5.901-3.407v-2.531l8.099 4.676z\"/>\n</svg>\n</li><li title=\"cib maxcdn \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M28.819 27.669h-6.088l3.244-15.169c0.144-0.637 0.056-1.219-0.275-1.606-0.313-0.381-0.856-0.6-1.512-0.6h-3.081l-3.719 17.375h-6.087l3.719-17.375h-5.213l-3.719 17.375h-6.087l3.719-17.375-2.788-5.962h23.256c2.462 0 4.706 1.019 6.144 2.806 1.456 1.788 1.988 4.213 1.475 6.619z\"/>\n</svg>\n</li><li title=\"cib mcafee \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16 6.459l-13.855-6.417v25.5l13.855 6.417 13.855-6.417v-25.5zM24.208 21.917l-8.172 3.78-8.167-3.78v-12.98l8.167 3.781 8.172-3.781z\"/>\n</svg>\n</li><li title=\"cib media temple \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M6.453 13.527v0.76h0.041c1.365-0.817 2.76-0.885 3.604-0.885 2.261 0 3.037 0.635 3.317 0.88 0.521-0.303 1.641-0.907 3.579-0.907 3.865 0 3.865 1.527 3.865 2.12v3.604h-3.1v-3.181c0-0.657 0-1.391-1.656-1.391-0.812 0-1.651 0.249-1.948 0.613-0.276 0.313-0.391 0.595-0.391 1.281v2.699h-3.099v-3.073c0-0.948 0.021-1.52-1.604-1.52-0.823 0-1.656 0.219-1.975 0.541-0.249 0.244-0.411 0.505-0.411 1.328v2.719h-3.115v-5.599h2.875zM28.36 14.765h-2.256v2.24c0 0.792 0 1.047 0.923 1.047 0.437 0 0.828-0.047 1.239-0.125l0.095-0.015 0.291 1.14c-1.088 0.199-2.281 0.219-2.62 0.219-1.009 0-2.323-0.145-2.807-0.563-0.412-0.344-0.459-0.677-0.459-1.52v-2.428h-1.525v-1.172h1.52v-1.104l3.365-0.864v1.973h2.26v1.167zM2.052 22.281c-1.235-1.865-2.052-4.084-2.052-6.308 0-2.635 1.031-4.776 2.083-6.28h1.245c-0.927 2.052-1.557 3.801-1.557 6.337 0 2.907 1.032 5.152 1.5 6.167 0.016 0 0.047 0.063 0.047 0.084zM29.948 9.719c1.235 1.865 2.052 4.084 2.052 6.308 0 2.629-1.036 4.776-2.083 6.28h-1.245c0.921-2.056 1.557-3.801 1.557-6.337 0-2.912-1.036-5.152-1.505-6.172-0.016-0.011-0.041-0.063-0.041-0.079z\"/>\n</svg>\n</li><li title=\"cib mediafire \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M14.839 9.563c-0.661 0.557 3.927-0.609 3.468 1.651-0.443 2.177-4.828-0.459-9.629-0.235-2.125 0.1-4.073 0.709-5.313 2.224 1.297-1.479 3.865-1.124 3.199-0.109-1.568 2.371-4.505 0.661-6.563 5.303 0.245-0.536 0.912-1.593 3.792-2.036 2.115-0.324 5.62-0.021 6.739 1.728 1.229 1.928-5.015 1.709-1.557 2.1 4.792 0.541 8.396 4.411 13.084 4.411 6.068 0 9.896-3.093 9.943-8.192 0.083-9.229-12.136-11.089-17.161-6.844zM23.864 19.636c-1.593-0.048-3.208-0.683-4.484-1.308-3.156-1.541-4.453-2.073-4.453-2.145 0-0.089 1.896 0.645 5.084-1.052 1.844-0.98 1.911-1.833 3.853-2.005 2.308-0.204 3.948 1.505 3.948 3.301 0 1.803-1.624 3.271-3.948 3.209z\"/>\n</svg>\n</li><li title=\"cib medium m \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M4.469 8.894c0.038-0.369-0.106-0.738-0.381-0.988l-2.819-3.4v-0.506h8.762l6.775 14.856 5.956-14.856h8.356v0.506l-2.412 2.313c-0.206 0.156-0.313 0.419-0.269 0.675v17c-0.044 0.256 0.063 0.519 0.269 0.675l2.356 2.313v0.506h-11.856v-0.506l2.444-2.369c0.238-0.238 0.238-0.313 0.238-0.675v-13.738l-6.794 17.244h-0.919l-7.9-17.244v11.556c-0.069 0.487 0.094 0.975 0.438 1.325l3.175 3.85v0.506h-9v-0.5l3.175-3.856c0.337-0.35 0.494-0.844 0.406-1.325z\"/>\n</svg>\n</li><li title=\"cib medium \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M0 0v32h32v-32zM26.583 7.583l-1.714 1.646c-0.151 0.109-0.224 0.297-0.193 0.479v12.089c-0.031 0.188 0.042 0.37 0.193 0.484l1.672 1.646v0.359h-8.427v-0.359l1.734-1.688c0.172-0.172 0.172-0.219 0.172-0.479v-9.776l-4.828 12.26h-0.651l-5.62-12.26v8.219c-0.047 0.344 0.068 0.693 0.307 0.943l2.26 2.74v0.359h-6.401v-0.359l2.26-2.74c0.24-0.25 0.349-0.599 0.286-0.943v-9.5c0.031-0.266-0.073-0.526-0.271-0.703l-2.005-2.417v-0.365h6.229l4.818 10.568 4.234-10.568h5.943z\"/>\n</svg>\n</li><li title=\"cib meetup \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M31.969 26.984c-0.401-2.572-5.163-0.593-5.459-3.411-0.417-4 5.531-12.615 5.063-15.964-0.417-3.005-2.453-3.64-4.219-3.677-1.715-0.025-2.167 0.245-2.745 0.584-0.339 0.192-0.817 0.577-1.484-0.057-0.443-0.423-0.745-0.713-1.208-1.089-0.24-0.192-0.62-0.432-1.261-0.525-0.629-0.099-1.463 0-1.984 0.219-0.532 0.229-0.937 0.625-1.369 1-0.433 0.375-1.532 1.599-2.548 1.145-0.448-0.192-1.948-0.943-3.031-1.405-2.084-0.901-5.093 0.557-6.183 2.489-1.615 2.864-4.796 14.135-5.287 15.62-1.077 3.333 1.381 6.052 4.683 5.895 1.401-0.067 2.333-0.572 3.213-2.181 0.511-0.928 5.308-13.448 5.667-14.057 0.261-0.432 1.125-1.005 1.855-0.636 0.735 0.38 0.88 1.161 0.771 1.896-0.183 1.193-3.557 8.839-3.693 9.699-0.219 1.473 0.48 2.285 2.011 2.369 1.043 0.052 2.089-0.317 2.912-1.88 0.464-0.871 5.797-11.557 6.265-12.271 0.521-0.781 0.937-1.043 1.475-1.011 0.411 0.020 1.061 0.125 0.9 1.353-0.161 1.209-4.452 9.043-4.9 10.959-0.605 2.573 0.801 5.167 3.124 6.308 1.48 0.728 7.959 1.968 7.433-1.371z\"/>\n</svg>\n</li><li title=\"cib mega \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16 0c-8.839 0-16 7.161-16 16s7.161 16 16 16c8.839 0 16-7.161 16-16s-7.161-16-16-16zM24.307 21.656c0 0.276-0.224 0.5-0.5 0.5h-2.089c-0.271 0-0.495-0.224-0.495-0.5v-6.438c0-0.052-0.063-0.078-0.104-0.042l-4.427 4.427c-0.385 0.38-1.005 0.38-1.391 0l-4.427-4.427c-0.036-0.036-0.109-0.010-0.109 0.042v6.438c0 0.276-0.219 0.5-0.495 0.5h-2.089c-0.276 0-0.5-0.224-0.495-0.5v-11.313c0-0.276 0.219-0.495 0.495-0.495h1.432c0.266 0 0.516 0.104 0.703 0.292l5.505 5.505c0.094 0.099 0.25 0.099 0.349 0l5.505-5.505c0.188-0.188 0.432-0.292 0.698-0.292h1.432c0.276 0 0.5 0.219 0.5 0.495z\"/>\n</svg>\n</li><li title=\"cib mendeley \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M15.964 12.255h0.025c2.928 0 4.251 3.667 2 5.543-0.317 0.296-0.713 0.505-1.14 0.599-0.281 0.083-0.568 0.125-0.86 0.125h-0.025c-0.303 0-0.589-0.048-0.865-0.125-0.427-0.093-0.817-0.303-1.135-0.599-0.719-0.595-1.136-1.48-1.136-2.412 0.005-1.729 1.407-3.131 3.136-3.131zM2.697 24.855c1.683 0.213 3.177-1.011 3.339-2.735 0.047-0.563-0.052-1.131-0.287-1.647-2.353-5.171 9.277-5.291 7.308-0.405l-0.011 0.020c-0.932 1.485-0.427 3.417 1.115 4.308 0.573 0.333 1.199 0.468 1.812 0.443 0.615 0.025 1.245-0.109 1.813-0.443 1.547-0.891 2.052-2.823 1.12-4.308l-0.011-0.020c-1.969-4.885 9.667-4.765 7.301 0.405-0.233 0.516-0.333 1.084-0.28 1.647 0.161 1.724 1.651 2.948 3.337 2.735 0.724-0.095 1.396-0.443 1.891-0.98 0 0 0.787-0.651 0.772-2.307-0.011-1.349-0.772-2.099-0.772-2.099-0.629-0.636-1.515-0.953-2.411-0.855-2.156-0.052-2.48-1.74-1.871-4.927 0.224-0.568 0.324-1.172 0.303-1.776 0.073-1.912-1.063-3.667-2.833-4.385-0.052-0.021-0.104-0.037-0.156-0.057-0.057-0.027-0.12-0.048-0.183-0.063-2.005-0.677-4.213 0.124-5.323 1.932-1.088 1.192-1.579 1.916-2.699 1.916-1.061 0-1.609-0.724-2.692-1.916-1.141-1.869-3.459-2.661-5.505-1.875-0.052 0.020-0.104 0.041-0.156 0.063-1.776 0.719-2.907 2.473-2.833 4.385-0.021 0.604 0.077 1.208 0.301 1.776 0.609 3.187 0.287 4.875-1.869 4.921-1.057-0.115-1.849 0.323-2.645 1.125-0.797 0.796-0.729 2.932 0 3.864 0.531 0.677 1.255 1.147 2.124 1.256z\"/>\n</svg>\n</li><li title=\"cib messenger \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M0 15.521c0-8.922 6.984-15.521 16-15.521s16 6.599 16 15.521c0 8.917-6.984 15.521-16 15.521-1.615 0-3.172-0.214-4.625-0.615-0.286-0.078-0.589-0.052-0.854 0.068l-3.188 1.401c-0.833 0.37-1.776-0.224-1.802-1.135l-0.094-2.854c-0.010-0.349-0.167-0.672-0.422-0.906-3.245-2.927-5.073-7.109-5.016-11.479zM11.094 12.599l-4.693 7.469c-0.469 0.703 0.427 1.521 1.094 1l5.052-3.828c0.349-0.266 0.802-0.266 1.161 0l3.729 2.802c1.125 0.839 2.724 0.531 3.469-0.641l4.693-7.469c0.469-0.703-0.427-1.505-1.094-1l-5.052 3.828c-0.333 0.266-0.802 0.266-1.146 0l-3.734-2.802c-1.125-0.849-2.729-0.552-3.479 0.641z\"/>\n</svg>\n</li><li title=\"cib meteor \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M0 0.312l29.213 27.381c0 0 0.552 0.771-0.161 1.536s-1.651 0.109-1.651 0.109zM8.677 3.057l22.683 20.849c0 0 0.547 0.771-0.167 1.536-0.715 0.765-1.647 0.109-1.647 0.109zM2.584 8.927l22.676 20.855c0 0 0.552 0.765-0.161 1.531-0.713 0.771-1.645 0.109-1.645 0.109zM16.011 5.416l15.849 14.568c0 0 0.385 0.537-0.115 1.073s-1.152 0.079-1.152 0.079zM4.588 15.729l15.849 14.568c0 0 0.38 0.536-0.12 1.072-0.5 0.537-1.145 0.079-1.145 0.079zM23.505 8.817l7.235 6.604c0 0 0.187 0.256-0.057 0.505-0.251 0.251-0.573 0.037-0.573 0.037zM8.24 22.973l7.229 6.611c0 0 0.192 0.249-0.053 0.499-0.249 0.256-0.572 0.037-0.572 0.037z\"/>\n</svg>\n</li><li title=\"cib micro blog \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M28.531 23.599c-2.667 3.469-1.333 6.401-0.395 7.871 0.395 0.531-0.136 0.531-0.401 0.531-2.204-0.401-4.141-1.708-5.333-3.599-0.265-0.136-0.401-0.265-0.667-0.136-1.871 0.537-3.735 0.932-5.735 0.803-8.803 0-16-6.401-16-14.401s7.197-14.667 16-14.667c8.803 0 16 6.531 16 14.667 0 3.333-1.333 6.401-3.469 8.932zM16 18.667l4.265 2.932c0.385 0.229 0.865-0.088 0.803-0.531l-1.599-5.068 4.129-3.197c0.193-0.292 0.063-0.688-0.265-0.803h-5.197l-1.735-5.068c-0.213-0.239-0.589-0.239-0.803 0l-1.735 5.068h-5.333c-0.4 0.145-0.479 0.683-0.129 0.932l4 3.204-1.333 4.932c-0.011 0.353 0.323 0.62 0.667 0.531z\"/>\n</svg>\n</li><li title=\"cib microgenetics \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16.010 8c3.458 0 5.745 1.682 7.443 3.635l0.333 0.391c0.109 0.135 0.219 0.266 0.323 0.401 0.578 0.755 1.078 1.526 1.557 2.229 0.323 0.474 0.62 0.927 0.922 1.344l0.302 0.427c0.099 0.141 0.198 0.281 0.318 0.417 1.24 1.557 2.521 2.531 4.38 2.651 0.26-1.125 0.401-2.292 0.401-3.495 0-1.198-0.141-2.365-0.401-3.495-1.859 0.125-3.141 1.094-4.401 2.656-0.24-0.328-0.479-0.682-0.74-1.063-0.5-0.755-1.083-1.609-1.76-2.458 1.339-1.557 3-2.901 5.24-3.411-2.656-4.911-7.896-8.229-13.917-8.229-6 0-11.255 3.318-13.984 8.229 2.24 0.516 3.896 1.854 5.24 3.411 0.115 0.12 0.224 0.24 0.333 0.38l0.313 0.396c0.641 0.823 1.219 1.661 1.74 2.464l0.745 1.099 0.318 0.438c0.099 0.141 0.219 0.281 0.318 0.422 1.401 1.917 2.823 3.24 5 3.24 2.203 0 3.604-1.318 5.021-3.24l0.5 0.74c0.599 0.88 1.245 1.839 1.938 2.74-1.693 1.964-4 3.641-7.458 3.641s-5.74-1.698-7.438-3.641l-0.323-0.401-0.318-0.396c-0.578-0.76-1.078-1.542-1.557-2.24-0.323-0.484-0.625-0.922-0.922-1.344l-0.302-0.443c-0.099-0.135-0.198-0.276-0.318-0.417-1.302-1.479-2.583-2.458-4.443-2.578-0.26 1.13-0.401 2.302-0.401 3.5s0.135 2.37 0.391 3.495c1.859-0.12 3.135-1.094 4.391-2.656 0.229 0.328 0.474 0.682 0.724 1.063 0.5 0.755 1.078 1.609 1.75 2.458-1.344 1.563-3 2.901-5.24 3.411 2.729 4.911 7.964 8.229 13.984 8.229s11.255-3.318 13.984-8.229c-2.24-0.516-3.896-1.854-5.24-3.411-0.115-0.12-0.224-0.24-0.333-0.38l-0.313-0.396c-0.641-0.823-1.224-1.661-1.74-2.464l-0.74-1.12c-0.099-0.146-0.203-0.302-0.307-0.438-0.104-0.151-0.203-0.297-0.307-0.438-1.401-1.917-2.802-3.24-5-3.24-2.203 0-3.599 1.318-5 3.24l-0.5-0.745c-0.583-0.891-1.224-1.839-1.943-2.745 1.698-1.953 3.938-3.635 7.438-3.635z\"/>\n</svg>\n</li><li title=\"cib microsoft edge \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M30.875 19h-20.448c0 0.771 0.115 1.469 0.349 2.099 0.251 0.62 0.579 1.177 0.989 1.661 0.417 0.485 0.901 0.901 1.475 1.251 0.547 0.349 1.145 0.64 1.787 0.864 0.635 0.229 1.301 0.401 1.973 0.511 1.464 0.235 2.959 0.219 4.416-0.036 0.751-0.141 1.48-0.323 2.204-0.557 0.719-0.24 1.411-0.516 2.109-0.839 0.697-0.317 1.407-0.667 2.14-1.057v6.781c-0.817 0.396-1.619 0.735-2.416 1.020-0.803 0.281-1.599 0.527-2.417 0.724-0.812 0.199-1.635 0.349-2.484 0.439-0.864 0.093-1.74 0.14-2.609 0.14-1.197 0-2.359-0.14-3.473-0.416-1.095-0.267-2.147-0.663-3.141-1.188-0.973-0.516-1.875-1.151-2.692-1.891-1.641-1.484-2.839-3.401-3.459-5.532-0.323-1.129-0.48-2.301-0.475-3.479 0-1.312 0.177-2.568 0.543-3.76 0.364-1.199 0.88-2.287 1.557-3.287 0.681-1.011 1.52-1.912 2.473-2.667 1-0.792 2.109-1.432 3.292-1.901-0.672 0.672-1.204 1.48-1.552 2.365-0.365 0.875-0.604 1.796-0.713 2.739h11.391c0-1.151-0.115-2.151-0.349-3.011-0.235-0.859-0.609-1.572-1.136-2.14-0.52-0.568-1.192-1-2.015-1.281-0.824-0.281-1.824-0.427-2.985-0.427-1.375 0-2.749 0.197-4.125 0.615-1.375 0.4-2.681 0.973-3.921 1.697-1.24 0.74-2.38 1.604-3.416 2.593-1.043 1-1.917 2.073-2.625 3.24 0.145-1.323 0.437-2.625 0.864-3.885 0.412-1.235 0.964-2.385 1.625-3.453 0.656-1.047 1.432-2.005 2.317-2.869 0.885-0.86 1.865-1.599 2.948-2.199 1.089-0.599 2.24-1.083 3.489-1.411 1.303-0.303 2.641-0.453 3.98-0.453 0.817 0 1.635 0.073 2.448 0.219 0.817 0.151 1.609 0.355 2.385 0.609 1.541 0.532 2.916 1.271 4.125 2.213 1.181 0.917 2.213 2.021 3.052 3.265 0.823 1.235 1.448 2.6 1.88 4.084 0.427 1.484 0.645 3.031 0.645 4.636v3.973z\"/>\n</svg>\n</li><li title=\"cib microsoft \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M15.198 32h-15.198v-15.198h15.198zM32 32h-15.198v-15.198h15.198zM15.198 15.198h-15.198v-15.198h15.198zM32 15.198h-15.198v-15.198h15.198z\"/>\n</svg>\n</li><li title=\"cib minetest \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M31.589 16.583l-3.625 2.125v0.745l-1.448 0.891v1.479l-1.448 0.885v3.807l6.521-3.828zM30.865 17.859v4.401l-5.073 2.979v-2.115l1.448-0.885v-1.479l1.448-0.891v-0.734zM25.839 7.391l-1.505 1.057v6.323l0.182 0.109 1.339 0.771 1.375-0.807v-6.641zM25.87 8.26l0.635 0.37v5.786l-0.656 0.38-0.797-0.458v-5.505zM8.286 0l-5.651 3.323v6.052l0.177 0.104 3.88 2.276v2.943l0.177 0.104 1.417 0.849 1.594-0.953v-2.943l3.547-2.089v-6.563zM8.281 0.859l4.422 2.667v5.714l-4.417 2.599-4.927-2.896v-5.193zM9.156 12.182v2.089l-0.87 0.521-0.87-0.521v-2.089l0.87 0.51zM21.083 14.948l-10.505 6.052v1.911l1.156 0.667v1.474l4.281 2.51 9.052-5.469v-1.557l1.448-0.885v-1.536zM21.083 15.797l4.708 2.745v0.688l-1.448 0.891v1.552l-8.333 5.031-3.547-2.078v-1.479l-1.161-0.667v-1.047zM17.109 3.755c-0.068 0-0.135 0.016-0.193 0.052l-3.49 2.057v0.854l3.672-2.167 4.708 2.755-5.76 3.38c-0.24 0.141-0.24 0.495 0 0.635l4.307 2.563-9.411 5.427-9.422-5.568 4.271-2.521-0.724-0.427-4.453 2.625c-0.24 0.146-0.24 0.495 0 0.641l10.146 5.995c0.109 0.063 0.245 0.068 0.359 0l10.141-5.844c0.245-0.141 0.25-0.495 0.005-0.641l-4.313-2.563 5.76-3.38c0.24-0.146 0.24-0.495 0-0.641l-5.432-3.188c-0.052-0.026-0.115-0.047-0.177-0.047zM22.896 7.313c0 0.13-0.068 0.25-0.182 0.318l-0.542 0.318v0.625l-4.688 2.75 0.724 0.427 4.505-2.641c0.115-0.068 0.182-0.193 0.182-0.323zM4.057 18.208v1.464l-1.448-0.885v5.302l8.547 5.094v-2.333l-1.229-0.74v-1.484l-1.521-0.885v-2.958zM4.781 19.49l2.901 1.714v2.964l1.521 0.885v1.479l1.229 0.74v0.625l-7.099-4.229v-3.573l1.448 0.885zM15.839 4.438l-2.411 1.422v0.005l2.417-1.422zM5.052 10.792l-4.641 2.74v9.302l15.573 9.167 15.578-9.391v-8.932l-4.333-2.547v0.854l3.609 2.12v8.083l-14.854 8.953-14.849-8.734v-8.036l-0.521-0.307c-0.24-0.146-0.24-0.495 0-0.641l4.453-2.625zM31.589 16.578l-0.542 0.323-3.083 1.807v0.745l-1.448 0.885v1.479l-1.448 0.891v3.807l6.521-3.828zM30.865 17.859v4.401l-5.073 2.979v-2.115l1.448-0.885v-1.479l1.448-0.891v-0.734zM25.839 7.391l-1.51 1.057v6.323l0.188 0.109 1.339 0.771 1.375-0.807v-6.641zM25.87 8.26l0.635 0.37v5.786l-0.656 0.38-0.797-0.458v-5.505zM8.286 0l-5.651 3.323v6.052l0.182 0.104 3.875 2.276v2.943l0.177 0.104 1.417 0.849 1.594-0.953v-2.943l3.552-2.089v-6.563zM8.286 0.859l4.417 2.667v5.714l-4.417 2.599-4.927-2.896v-5.193zM9.156 12.182v2.089l-0.87 0.521-0.87-0.521v-2.089l0.87 0.51zM21.083 14.948l-10.505 6.052v1.911l1.161 0.667v1.474l4.276 2.51 9.052-5.469v-1.557l1.448-0.885v-1.536zM21.083 15.797l4.708 2.745v0.688l-1.448 0.891v1.552l-8.333 5.031-3.547-2.078v-1.479l-1.161-0.667v-1.047zM17.109 3.755c-0.068 0-0.135 0.016-0.193 0.052l-3.484 2.057v0.854l3.667-2.167 4.708 2.755-5.76 3.38c-0.24 0.141-0.24 0.495 0 0.635l4.307 2.563-9.411 5.422-9.422-5.563 4.271-2.521-0.724-0.427-4.448 2.625c-0.245 0.146-0.245 0.495 0 0.641l10.141 5.99c0.109 0.068 0.25 0.068 0.359 0l10.141-5.839c0.25-0.146 0.25-0.5 0.005-0.646l-4.313-2.563 5.76-3.38c0.245-0.141 0.245-0.495 0-0.641l-5.432-3.177c-0.052-0.031-0.115-0.047-0.177-0.052zM22.896 7.313c0 0.13-0.068 0.25-0.182 0.318l-0.542 0.318v0.625l-4.688 2.75 0.724 0.427 4.505-2.641c0.115-0.068 0.182-0.193 0.182-0.323zM22.896 8.604v0.182c0 0.135-0.068 0.255-0.182 0.318l-0.208 0.125 1.828 1.068v-0.854zM27.234 11.135v0.849l3.63 2.12v0.688l-2.646 1.589-2.349 1.375-4.422-2.599v-1.266c0-0.13-0.068-0.255-0.182-0.318l-3.057-1.818-0.724 0.422 3.24 1.927v1.266c0 0.135 0.068 0.255 0.182 0.323l4.781 2.812c0.109 0.063 0.245 0.063 0.359 0l2.536-1.479h0.005l2.276-1.375v1.234c0.005 0.031 0.010 0.052 0.016 0.073 0.005 0.010 0.010 0.026 0.016 0.036s0.010 0.021 0.016 0.036l0.021 0.031c0.031 0.036 0.063 0.073 0.104 0.099l0.031 0.021 0.031 0.016c0.010 0.005 0.026 0.005 0.036 0.005 0.068 0.021 0.146 0.016 0.214-0.005l0.031-0.016c0.021-0.010 0.047-0.026 0.068-0.036 0.005-0.010 0.016-0.016 0.026-0.026s0.016-0.021 0.026-0.026l0.026-0.026c0.005-0.010 0.010-0.021 0.016-0.031 0.016-0.021 0.026-0.047 0.031-0.068 0.005-0.010 0.005-0.026 0.010-0.036l0.005-0.036c0-0.010 0-0.021 0-0.036v-2.958c0-0.135-0.068-0.26-0.182-0.323zM4.057 18.208v1.464l-1.448-0.885v5.302l8.552 5.094v-2.333l-1.234-0.74v-1.484l-1.521-0.885v-2.958zM4.786 19.49l2.896 1.714v2.964l1.521 0.885v1.479l1.229 0.74v0.625l-7.099-4.229v-3.573l1.453 0.885zM15.839 4.438l-2.411 1.422v0.005l2.417-1.422zM5.057 10.792l-4.646 2.74v9.302l15.578 9.167 15.573-9.391v-8.932l-4.333-2.547v0.854l3.609 2.12v8.083l-14.854 8.953-14.849-8.734v-8.036l-0.516-0.307c-0.245-0.146-0.245-0.495 0-0.641l4.448-2.62z\"/>\n</svg>\n</li><li title=\"cib minutemailer \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M7.416 3.604l4.605 4.98-3.251 6.395 6.855-1.229 3.12 7.532 13.255-17.38zM6.573 14.385l1.276-1.047-1.647 0.521-0.172-0.24 0.683-0.661-0.891 0.359c-3.407 1.323-5.823 4.62-5.823 8.485 0 2.599 1.093 4.937 2.844 6.593-0.751-1.317-1.183-2.844-1.183-4.475 0-3.817 2.417-7.219 5.755-8.557l0.423-1.020-1 0.437-0.281-0.38zM12.391 11.76l2.131-3.76 12.531-2.932z\"/>\n</svg>\n</li><li title=\"cib mix \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M6.401 8.136v20.197c0 1.803-1.401 3.136-3.204 3.136-1.796 0-3.197-1.401-3.197-3.136v-28.333h32v17.803c0 1.728-1.469 3.129-3.197 3.129-1.803 0-3.272-1.401-3.272-3.129v-1.605c0-1.796-1.395-3.129-3.197-3.129-1.516 0-2.828 1.068-3.136 2.5v5.099c0 1.803-1.463 3.136-3.197 3.136-1.803 0-3.197-1.401-3.197-3.136v-12.333c0-1.735-1.469-3.136-3.204-3.136-1.667-0.004-3.063 1.272-3.197 2.939z\"/>\n</svg>\n</li><li title=\"cib mixcloud \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M29.265 25.416c-0.203 0-0.411-0.061-0.593-0.181-0.489-0.333-0.62-1-0.297-1.48 0.985-1.457 1.5-3.171 1.5-4.957 0-1.781-0.515-3.5-1.5-4.959-0.333-0.495-0.192-1.156 0.287-1.479 0.5-0.329 1.161-0.193 1.479 0.285 1.22 1.824 1.86 3.959 1.86 6.161 0 2.199-0.64 4.339-1.86 6.157-0.181 0.323-0.52 0.479-0.859 0.479zM26.213 23.693c-0.203 0-0.411-0.063-0.593-0.188-0.489-0.317-0.615-0.979-0.287-1.459 0.651-0.964 0.995-2.063 0.995-3.24 0-1.14-0.344-2.26-0.995-3.239-0.328-0.485-0.203-1.141 0.287-1.464 0.495-0.317 1.14-0.197 1.473 0.303 0.891 1.317 1.365 2.859 1.365 4.416 0 1.604-0.475 3.12-1.365 4.423-0.192 0.317-0.541 0.479-0.88 0.479zM21.24 14.151c-0.417-4.26-4.021-7.599-8.401-7.599-3.625 0-6.839 2.333-7.989 5.713-2.729 0.401-4.849 2.761-4.849 5.599 0 3.125 2.547 5.672 5.683 5.672h14.541c2.62 0 4.755-2.124 4.755-4.739 0-2.276-1.599-4.172-3.739-4.641zM20.224 21.416h-14.541c-1.953 0-3.557-1.588-3.557-3.547 0-1.952 1.588-3.541 3.557-3.541 0.948 0 1.844 0.38 2.515 1.041 0.401 0.417 1.084 0.417 1.5 0 0.401-0.4 0.401-1.083 0-1.5-0.739-0.724-1.64-1.244-2.619-1.484 1-2.219 3.239-3.697 5.739-3.697 3.48 0 6.323 2.839 6.323 6.317 0 0.683-0.104 1.344-0.323 1.979-0.177 0.563 0.12 1.161 0.683 1.365 0.099 0.036 0.219 0.057 0.317 0.057 0.443 0 0.86-0.281 1-0.719 0.141-0.423 0.24-0.839 0.303-1.281 0.979 0.38 1.677 1.339 1.677 2.443 0 1.457-1.177 2.635-2.62 2.635z\"/>\n</svg>\n</li><li title=\"cib mixer \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M3.276 1.833c-0.817 0-1.599 0.307-2.203 0.855-1.251 1.156-1.355 3.109-0.333 4.484l6.552 8.787-6.595 8.869c-1.015 1.375-0.937 3.328 0.339 4.484 1.428 1.303 3.667 1.089 4.824-0.457l9.208-12.376c0.219-0.301 0.219-0.713 0-1.015l-9.172-12.319c-0.615-0.828-1.589-1.317-2.62-1.312zM28.729 1.833c-1.036-0.005-2.011 0.484-2.625 1.312l-9.145 12.297c-0.224 0.303-0.224 0.713 0 1.016l9.181 12.396c1.157 1.547 3.396 1.76 4.824 0.457 1.276-1.156 1.353-3.109 0.339-4.484l-6.595-8.869 6.557-8.787c1.016-1.375 0.917-3.328-0.339-4.484-0.604-0.548-1.385-0.849-2.203-0.855z\"/>\n</svg>\n</li><li title=\"cib mojang \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M9.213 0c-5.088 0-9.213 4.125-9.213 9.213v22.787h22.787c5.088 0 9.213-4.125 9.213-9.213v-22.787zM22.697 3.459c0.756 0 1.365 3.339 1.365 4.093 0.025 0.771-0.593 1.407-1.365 1.407-0.771 0-1.391-0.636-1.364-1.407 0-0.755 0.615-4.093 1.364-4.093zM19.213 7.328c0.923 0.256 2.776 5.032 4.849 2.959 1.932-1.932 2.735 9.552 2.735 9.552l-2.735-1.365c0 0 0-2.728-4.093-5.457-5.079-3.391-10.923-1.156-10.923 4.088 0 10.713 17.751 6.828 17.751 6.828s-0.005 2.729-2.735 2.729h-16.375c-2.729 0-2.735-2.729-2.735-2.729v-13.645c0-2.735 2.735-2.735 2.735-2.735h5.457c2.729 0 5.459 2.735 5.459 2.735 0-1.989 0.156-2.803 0.437-2.943 0.057-0.027 0.115-0.032 0.172-0.016z\"/>\n</svg>\n</li><li title=\"cib monero \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16 0c-8.849 0-16 7.161-16 16.021 0 1.781 0.303 3.473 0.823 5.077h4.771v-13.459l10.407 10.423 10.407-10.423v13.459h4.771c0.516-1.604 0.823-3.296 0.823-5.077 0-8.855-7.151-16.021-16-16.021zM13.615 20.412l-4.552-4.563v8.468h-6.719c2.817 4.6 7.896 7.683 13.656 7.683s10.88-3.083 13.661-7.688h-6.724v-8.463l-4.511 4.557-2.385 2.391-2.416-2.391h-0.011z\"/>\n</svg>\n</li><li title=\"cib mongodb \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M22.906 12.693c-1.682-7.417-5.656-9.849-6.083-10.781-0.469-0.661-0.974-1.911-0.974-1.911-0.005 0.026-0.005 0.042-0.010 0.068v0.016c0 0.021-0.005 0.031-0.005 0.052v0.021h-0.005c0 0.010 0 0.021 0 0.031v0.036h-0.005c0 0.010 0 0.026-0.005 0.031v0.031c0 0.010 0 0.021-0.005 0.026v0.026c0 0.016 0 0.031-0.005 0.042v0.005c0 0.021-0.005 0.047-0.010 0.068v0.010c-0.005 0.005-0.005 0.010-0.005 0.016v0.021h-0.005v0.031h-0.005v0.021h-0.010v0.031h-0.005v0.026h-0.005v0.021h-0.005v0.021h-0.005v0.021h-0.005v0.021h-0.005v0.016h-0.005v0.021h-0.005c0 0 0 0.005 0 0.005v0.016h-0.005c-0.005 0-0.005 0.005-0.005 0.005v0.010c0 0-0.005 0.010-0.005 0.010 0 0.010-0.005 0.021-0.010 0.031-0.005 0.005-0.005 0.005-0.005 0.010v0.010h-0.005v0.010h-0.010v0.026h-0.010v0.016h-0.005v0.005h-0.005v0.010h-0.005v0.016h-0.005v0.010h-0.010v0.016h-0.005v0.010h-0.005v0.010h-0.005v0.016h-0.005v0.010h-0.005v0.005h-0.005v0.010h-0.010v0.016h-0.005v0.005h-0.005v0.010h-0.005v0.016h-0.005v0.005h-0.005v0.010h-0.005v0.005h-0.005v0.016h-0.010v0.005h-0.005v0.010h-0.005v0.005h-0.005v0.010h-0.005c0 0.005 0 0.005 0 0.005v0.005c-0.005 0-0.005 0.005-0.005 0.005v0.005h-0.005c-0.005 0.010-0.010 0.016-0.016 0.026 0 0-0.010 0.010-0.010 0.016-0.005 0-0.005 0.005-0.005 0.005v0.005h-0.005v0.005h-0.005c0 0 0 0 0 0.005v0.005h-0.010v0.005c0 0-0.005 0-0.005 0v0.005h-0.005c0 0 0 0.005 0 0.005v0.010h-0.005v0.005h-0.005v0.005h-0.005v0.010h-0.005v-0.010h-0.010v0.005h-0.005v0.010h-0.005v0.010h-0.005v0.005h-0.005v0.005h-0.005v0.005h-0.005v0.010h-0.010v0.005h-0.005v0.010h-0.005v0.005h-0.005v0.005h-0.005v0.016h-0.005v0.005h-0.005v0.005h-0.005v0.005h-0.005v0.005h-0.010v0.010h-0.005v0.005h-0.005v0.005h-0.005v0.010h-0.005v0.005h-0.010v0.005h-0.005v0.005h-0.005v0.010h-0.005v0.010h-0.005v0.005h-0.005v0.005h-0.010v0.005h-0.005v0.005h-0.005v0.010h-0.005v0.005h-0.005v0.010h-0.005v0.005h-0.005v0.005h-0.005v0.005h-0.005v0.005h-0.010v0.005c-0.005 0-0.005 0.005-0.005 0.005l-0.005 0.005c0 0-0.005 0.005-0.005 0.005v0.010h-0.005v0.005h-0.005v0.005h-0.005v0.005h-0.005l-0.010 0.010v0.005c-0.010 0.005-0.010 0.010-0.021 0.021 0 0-0.010 0.010-0.016 0.010-0.016 0.010-0.036 0.031-0.052 0.047-0.010 0.005-0.021 0.016-0.031 0.021-0.021 0.021-0.042 0.036-0.063 0.052-0.031 0.031-0.063 0.052-0.099 0.083h-0.005c-0.073 0.063-0.156 0.135-0.245 0.214h-0.005c-0.224 0.198-0.49 0.453-0.792 0.755l-0.026 0.026c-1.813 1.875-4.672 5.786-4.969 12.104-0.031 0.521-0.026 1.031 0.005 1.526v0.010c0.146 2.49 0.927 4.615 1.906 6.344 0.385 0.688 0.807 1.313 1.234 1.875 1.469 1.938 2.969 3.089 3.349 3.37 0.589 1.359 0.536 3.703 0.536 3.703l0.859 0.286c0 0-0.177-2.266 0.068-3.365 0.078-0.339 0.255-0.63 0.464-0.88 0.146-0.099 0.563-0.401 1.063-0.859 0.026-0.026 0.042-0.047 0.063-0.073 2.026-1.891 5.813-6.547 4.516-14.13z\"/>\n</svg>\n</li><li title=\"cib monkeytie \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M26.667 0h-21.333c-2.948 0-5.333 2.385-5.333 5.333v21.333c0 2.948 2.385 5.333 5.333 5.333h21.333c2.948 0 5.333-2.385 5.333-5.333v-21.333c0-2.948-2.385-5.333-5.333-5.333zM16.448 21.729l-1.156-9.016-3.437 6.188-3.443-6.167-1.147 8.995h-2.572l1.864-13.448h2.016l3.276 6.12 3.276-6.12h2.015l1.865 13.448zM25.151 14.079h-2.115v4.343c0 1.459 0.12 1.537 1.464 1.537h0.651l-0.224 1.959h-1.724c-1.807 0-2.572-1.267-2.572-2.516v-5.333h-1.371l0.209-1.959h1.135v-2.104l2.391-0.251v2.365h2.115v1.959zM27.385 21.917h-1.973l0.208-1.98h1.984l-0.229 1.975z\"/>\n</svg>\n</li><li title=\"cib monogram \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M30.875 0v31.339c0 0.599-0.708 0.891-1.104 0.448l-28.645-31.787zM14.703 17.948l-12.473 13.839c-0.396 0.443-1.104 0.151-1.104-0.448v-31.339z\"/>\n</svg>\n</li><li title=\"cib monzo \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M15.984 23.016h0.016l7.907-7.896v14.719c0.020 0.521 0.64 0.771 1.015 0.416l6.641-6.629c0.276-0.281 0.432-0.667 0.421-1.063v-15.511l0.016-0.011-5.307-5.296c-0.229-0.235-0.611-0.235-0.839 0l-9.855 9.843-9.88-9.869c-0.229-0.235-0.609-0.235-0.839 0l-5.281 5.323v15.547c-0.005 0.391 0.151 0.772 0.427 1.052l6.625 6.641c0.38 0.359 1.005 0.093 1.016-0.427l0.011-14.751 7.905 7.923z\"/>\n</svg>\n</li><li title=\"cib moo \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M15.953 32c-3.37 0-6.401-1.474-8.453-4.182-1.479-1.891-2.214-4.104-2.214-6.479 0-0.745 0.078-1.479 0.245-2.141 0.396-2.38 2.12-6.234 5.24-11.568 2.302-3.943 4.182-6.891 4.281-6.891 0.161-0.328 0.411-0.74 0.901-0.74 0.495 0 0.74 0.411 0.984 0.74 0 0 1.974 2.953 4.266 6.891 3.125 5.333 4.844 9.193 5.255 11.573 0.172 0.656 0.255 1.391 0.255 2.13 0 2.38-0.74 4.594-2.198 6.484-2.161 2.63-5.281 4.182-8.563 4.182zM15.953 29.208c2.536 0 4.839-1.146 6.401-3.12 1.063-1.391 1.635-3.115 1.635-4.917 0-0.578-0.078-1.073-0.161-1.641-0.328-1.807-1.724-4.922-4.099-9.109-1.807-3.203-3.365-5.495-3.365-5.495l-0.417-0.578-0.339 0.495c0 0-1.563 2.375-3.359 5.5-2.458 4.198-3.859 7.297-4.099 9.115-0.078 0.578-0.161 1.068-0.161 1.641 0 1.807 0.573 3.448 1.641 4.922 1.479 2.052 3.771 3.198 6.318 3.198z\"/>\n</svg>\n</li><li title=\"cib mozilla firefox \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M11.807 9.776c0.011 0 0.005 0 0 0zM8.109 7.927c0.011 0 0.005 0 0 0zM30.229 10.781c-0.667-1.604-2.021-3.333-3.079-3.885 0.865 1.692 1.365 3.396 1.552 4.661l0.005 0.027c-1.739-4.329-4.681-6.073-7.088-9.871-0.12-0.192-0.24-0.385-0.36-0.588-0.063-0.104-0.115-0.208-0.172-0.319-0.099-0.192-0.171-0.395-0.224-0.609 0-0.020-0.015-0.036-0.036-0.041-0.011 0-0.021 0-0.031 0l-0.005 0.005c-0.005 0-0.011 0.005-0.011 0.005s0-0.005 0.005-0.011c-3.417 2-4.828 5.505-5.193 7.729-1.057 0.063-2.088 0.328-3.041 0.776-0.183 0.093-0.265 0.303-0.197 0.489 0.077 0.213 0.317 0.319 0.525 0.224 0.833-0.391 1.729-0.625 2.651-0.687l0.089-0.011c0.125-0.005 0.255-0.011 0.38-0.011 0.745-0.005 1.489 0.099 2.203 0.307l0.125 0.037c0.12 0.036 0.235 0.077 0.355 0.12 0.083 0.031 0.172 0.063 0.255 0.099 0.068 0.025 0.136 0.057 0.203 0.083 0.105 0.048 0.209 0.1 0.313 0.152l0.14 0.067c0.104 0.053 0.204 0.109 0.303 0.167 0.063 0.037 0.125 0.073 0.187 0.115 1.111 0.688 2.037 1.641 2.683 2.776-0.817-0.572-2.287-1.145-3.697-0.895 5.52 2.76 4.036 12.265-3.615 11.905-0.683-0.025-1.355-0.156-1.995-0.385-0.156-0.057-0.308-0.12-0.453-0.183-0.088-0.041-0.177-0.083-0.26-0.124-1.876-0.969-3.423-2.803-3.615-5.027 0 0 0.708-2.64 5.072-2.64 0.475 0 1.824-1.319 1.849-1.699-0.011-0.125-2.683-1.187-3.724-2.213-0.557-0.547-0.817-0.812-1.052-1.011-0.125-0.109-0.26-0.208-0.401-0.301-0.348-1.224-0.364-2.521-0.041-3.751-1.579 0.719-2.803 1.855-3.693 2.855h-0.009c-0.609-0.771-0.563-3.313-0.532-3.844-0.005-0.036-0.453 0.229-0.511 0.271-0.536 0.385-1.041 0.813-1.5 1.287-0.525 0.531-1.004 1.104-1.437 1.719-0.984 1.396-1.687 2.979-2.057 4.645-0.005 0.021-0.145 0.647-0.249 1.417-0.021 0.12-0.037 0.24-0.052 0.359-0.043 0.292-0.073 0.589-0.089 0.881l-0.005 0.047c-0.009 0.172-0.020 0.339-0.031 0.511v0.077c0 8.48 6.875 15.355 15.355 15.355 7.593 0 13.9-5.516 15.135-12.756 0.027-0.197 0.047-0.395 0.068-0.593 0.307-2.631-0.031-5.401-0.995-7.713z\"/>\n</svg>\n</li><li title=\"cib mozilla \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M0 32v-32h32v32zM21.855 9.016l-0.308 0.036-0.292 0.052-0.281 0.084-0.265 0.093-0.271 0.093-0.249 0.12-0.24 0.131-0.229 0.145-0.224 0.161-0.213 0.172-0.203 0.188-0.183 0.203-0.177 0.213-0.172 0.224-0.145 0.229-0.147 0.251-0.135 0.255-0.12 0.281-0.104-0.297-0.136-0.276-0.135-0.271-0.156-0.249-0.177-0.229-0.188-0.213-0.197-0.199-0.199-0.187-0.229-0.172-0.224-0.147-0.255-0.145-0.24-0.125-0.265-0.104-0.265-0.093-0.271-0.079-0.276-0.068-0.297-0.052-0.292-0.025-0.291-0.032h-0.573l-0.281 0.032-0.265 0.025-0.271 0.037-0.251 0.067-0.24 0.068-0.239 0.079-0.245 0.093-0.208 0.109-0.229 0.104-0.197 0.136-0.204 0.129-0.187 0.152-0.183 0.156-0.177 0.177-0.156 0.172-0.161 0.187-0.147 0.199-0.135 0.213-0.12 0.213v-2.068h-5.803v2.964h1.829v7.812h-1.829v3.011h8.443v-3.011h-2.64v-5.083l0.016-0.276 0.036-0.271 0.041-0.251 0.052-0.24 0.068-0.239 0.079-0.213 0.093-0.215 0.109-0.187 0.12-0.188 0.145-0.161 0.147-0.145 0.161-0.136 0.187-0.12 0.199-0.104 0.197-0.077 0.229-0.068 0.256-0.052 0.249-0.032 0.281-0.011h0.229l0.208 0.027 0.213 0.041 0.188 0.052 0.188 0.068 0.171 0.079 0.163 0.093 0.145 0.12 0.135 0.135 0.131 0.147 0.109 0.161 0.104 0.183 0.084 0.213 0.077 0.213 0.068 0.255 0.052 0.256 0.041 0.276 0.043 0.307 0.011 0.333v8.12h5.733v-3.011h-1.828v-4.801l0.016-0.281 0.011-0.276 0.025-0.271 0.057-0.251 0.052-0.24 0.068-0.239 0.079-0.213 0.093-0.215 0.104-0.187 0.125-0.188 0.131-0.161 0.161-0.145 0.161-0.136 0.181-0.12 0.188-0.104 0.213-0.077 0.229-0.068 0.251-0.052 0.255-0.032 0.281-0.011h0.224l0.213 0.027 0.213 0.041 0.188 0.052 0.187 0.068 0.172 0.079 0.161 0.093 0.147 0.12 0.135 0.135 0.12 0.147 0.12 0.161 0.104 0.183 0.084 0.213 0.077 0.213 0.068 0.255 0.052 0.256 0.041 0.276 0.037 0.307 0.015 0.333v8.12h5.735v-3.011h-1.828v-6.296l-0.016-0.48-0.052-0.437-0.077-0.427-0.109-0.401-0.131-0.375-0.161-0.344-0.188-0.323-0.213-0.308-0.239-0.265-0.24-0.249-0.281-0.215-0.276-0.203-0.308-0.172-0.323-0.161-0.333-0.12-0.333-0.104-0.359-0.083-0.344-0.052-0.375-0.043h-0.693z\"/>\n</svg>\n</li><li title=\"cib musescore \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M15.703 31.995c-4.635-0.083-9-2.172-11.974-5.729-1.51-1.807-2.609-3.927-3.208-6.203-0.635-2.448-0.693-5.005-0.156-7.474 0.422-1.938 1.198-3.771 2.292-5.422 1.385-2.083 3.234-3.818 5.411-5.063 1.698-0.974 3.568-1.625 5.505-1.922 1.63-0.245 3.292-0.245 4.922 0.010 2.276 0.359 4.406 1.188 6.333 2.464 1.167 0.771 2.26 1.719 3.182 2.771 1.745 1.979 2.974 4.359 3.573 6.932 0.536 2.286 0.557 4.74 0.052 7.052-0.755 3.464-2.646 6.583-5.365 8.859-1.807 1.51-3.927 2.609-6.208 3.208-0.99 0.26-1.995 0.422-3.052 0.49-0.359 0.021-0.719 0.031-1.078 0.036l-0.229-0.005zM6.469 23.083c0.12-0.031 0.224-0.089 0.307-0.177 0.089-0.083 0.151-0.193 0.188-0.307 0.016-0.057 0.016-0.24 0.021-3.151 0.005-2.828 0.010-3.104 0.026-3.25 0.042-0.401 0.104-0.682 0.193-0.964 0.135-0.401 0.302-0.688 0.542-0.938 0.188-0.193 0.349-0.313 0.578-0.422 0.214-0.099 0.443-0.167 0.672-0.198 0.156-0.021 0.51-0.031 0.661-0.016 0.714 0.083 1.349 0.474 1.745 1.078 0.219 0.333 0.359 0.703 0.432 1.156l0.026 0.141 0.005 3.25c0.005 3.099 0.005 3.25 0.021 3.313 0.036 0.115 0.099 0.219 0.182 0.302 0.073 0.078 0.161 0.135 0.266 0.172 0.068 0.021 0.089 0.026 0.224 0.026 0.182 0.010 0.365-0.057 0.49-0.193 0.115-0.109 0.182-0.25 0.203-0.401 0.005-0.057 0.010-1.031 0.010-3.208 0-2.057 0-3.167 0.010-3.24 0.063-0.641 0.297-1.182 0.698-1.63 0.24-0.276 0.615-0.521 0.969-0.646 0.281-0.099 0.526-0.135 0.839-0.125 0.406 0.016 0.734 0.089 1.068 0.25 0.375 0.177 0.682 0.453 0.891 0.792 0.234 0.396 0.37 0.885 0.396 1.448 0.005 0.068 0.016 0.651 0.031 1.297 0.031 1.333 0.031 1.417 0.052 1.651 0.099 1.047 0.411 1.901 0.948 2.578 0.12 0.146 0.417 0.443 0.557 0.557 0.578 0.458 1.26 0.74 2.042 0.844 0.234 0.031 0.677 0.042 0.906 0.016 1.063-0.109 2.042-0.615 2.688-1.396 0.5-0.599 0.807-1.318 0.938-2.182 0.063-0.406 0.057-0.193 0.063-3.344 0.005-3.224 0.010-2.964-0.073-3.13-0.089-0.172-0.25-0.292-0.443-0.333-0.188-0.042-0.385-0.016-0.552 0.083-0.135 0.078-0.255 0.24-0.297 0.401-0.010 0.042-0.016 0.641-0.021 2.964-0.005 3.219 0 2.974-0.073 3.344-0.24 1.224-1.078 2.031-2.307 2.214-0.224 0.021-0.453 0.021-0.682-0.010-0.615-0.094-1.12-0.339-1.505-0.74-0.443-0.464-0.708-1.089-0.802-1.911-0.021-0.203-0.031-0.516-0.057-1.615-0.021-1.141-0.031-1.401-0.063-1.656-0.172-1.495-0.906-2.641-2.063-3.224-0.464-0.234-0.974-0.365-1.495-0.391-0.734-0.047-1.516 0.161-2.229 0.589-0.417 0.245-0.781 0.568-1.083 0.943l-0.052 0.068-0.036-0.052c-0.094-0.125-0.198-0.24-0.313-0.349-0.609-0.578-1.469-0.964-2.375-1.068-0.286-0.021-0.578-0.026-0.865 0-0.849 0.094-1.521 0.38-2.078 0.891-0.641 0.578-1.063 1.469-1.219 2.568-0.073 0.521-0.073 0.578-0.073 3.885l0.005 2.911 0.031 0.083c0.073 0.224 0.25 0.391 0.479 0.453 0.099 0.026 0.25 0.026 0.354 0zM22.458 11.266c0.354-0.063 0.635-0.323 0.729-0.672 0.026-0.13 0.031-0.266 0.010-0.401-0.068-0.323-0.297-0.583-0.609-0.688-0.589-0.198-1.198 0.245-1.193 0.865 0 0.073 0.005 0.146 0.016 0.193 0.104 0.474 0.563 0.786 1.047 0.703zM18.901 11.083c0.188-0.052 0.344-0.177 0.427-0.354 0.063-0.125 0.078-0.208 0.089-0.458 0.016-0.74 0.313-1.448 0.823-1.984 0.406-0.427 0.943-0.703 1.526-0.781 0.198-0.031 0.583-0.036 0.776-0.010 0.411 0.057 0.776 0.193 1.099 0.401 0.323 0.214 0.63 0.536 0.844 0.885 0.271 0.443 0.432 1.016 0.438 1.505 0 0.13 0.016 0.245 0.047 0.344 0.182 0.583 0.984 0.641 1.25 0.089 0.073-0.146 0.083-0.198 0.083-0.464s-0.016-0.427-0.057-0.688c-0.292-1.729-1.557-3.057-3.234-3.391-0.276-0.063-0.557-0.083-0.833-0.073-1.536-0.026-2.948 0.823-3.651 2.182-0.307 0.589-0.474 1.245-0.49 1.906-0.016 0.354 0.047 0.557 0.224 0.724 0.172 0.167 0.411 0.229 0.641 0.167z\"/>\n</svg>\n</li><li title=\"cib mxlinux \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16 17.735l4.369 5.093-1 1.199-2.843-3.36-1.505-1.787zM32 3.213v25.579c0 0.869-0.708 1.577-1.584 1.577h-28.832c-0.876 0-1.584-0.708-1.584-1.583v-25.573c0-0.875 0.708-1.583 1.584-1.583h28.832c0.876 0 1.584 0.708 1.584 1.583zM29.011 26l-2.817-3.391-2.824-3.385-0.781 0.937-4.333-5.052 6.552-7.64-1.567-1.344-6.344 7.401-6.328-7.371-2.595 2.224 6.667 7.771-0.973 1.136-1.651-1.953-9.027 10.667z\"/>\n</svg>\n</li><li title=\"cib myspace \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M26.407 16.364c2.807 0 5.088-2.271 5.088-5.072 0-2.803-2.281-5.057-5.088-5.057-2.813 0-5.095 2.281-5.095 5.077 0 2.803 2.281 5.084 5.095 5.084zM14.932 17.307c2.532 0 4.584-2.047 4.584-4.567 0-2.521-2.052-4.568-4.584-4.568-2.531 0-4.577 2.063-4.577 4.583 0 2.521 2.047 4.579 4.577 4.579zM4.531 18.151c2.281 0 4.125-1.839 4.125-4.109s-1.859-4.109-4.14-4.109c-2.276 0-4.115 1.839-4.115 4.12 0 2.265 1.849 4.104 4.125 4.104zM4.531 19.093c-2.609 0-4.531 2.287-4.531 4.656v1.6c0 0.224 0.183 0.411 0.412 0.411h8.239c0.229 0 0.417-0.187 0.417-0.411v-1.6c0-2.369-1.917-4.667-4.532-4.667zM14.932 18.344c-2.905 0-5.036 2.557-5.036 5.187v1.776c0 0.251 0.203 0.459 0.459 0.459h9.161c0.249 0 0.453-0.203 0.453-0.459v-1.776c0-2.629-2.131-5.187-5.037-5.187zM26.407 17.521c-3.229 0-5.6 2.839-5.6 5.765v1.968c0 0.281 0.229 0.511 0.511 0.511h10.172c0.281 0 0.511-0.229 0.511-0.511v-1.968c0-2.927-2.364-5.765-5.593-5.765z\"/>\n</svg>\n</li><li title=\"cib mysql \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M21.875 7.568c-0.156 0-0.26 0.021-0.365 0.047v0.016h0.016c0.073 0.135 0.193 0.24 0.286 0.365 0.073 0.141 0.135 0.286 0.203 0.427l0.021-0.021c0.125-0.089 0.188-0.229 0.188-0.443-0.052-0.063-0.063-0.13-0.109-0.188-0.052-0.089-0.167-0.135-0.24-0.203zM7.693 25.161h-1.234c-0.042-2.083-0.167-4.042-0.359-5.88h-0.010l-1.88 5.88h-0.943l-1.865-5.88h-0.016c-0.135 1.76-0.224 3.724-0.26 5.88h-1.125c0.073-2.625 0.255-5.083 0.547-7.375h1.531l1.781 5.417h0.010l1.797-5.417h1.458c0.323 2.688 0.516 5.146 0.573 7.375zM13.047 19.719c-0.5 2.729-1.167 4.714-1.984 5.948-0.646 0.953-1.349 1.432-2.115 1.432-0.203 0-0.453-0.063-0.755-0.188v-0.656c0.151 0.021 0.323 0.036 0.516 0.036 0.359 0 0.646-0.104 0.865-0.297 0.26-0.24 0.391-0.51 0.391-0.807 0-0.208-0.099-0.625-0.307-1.26l-1.349-4.208h1.214l0.969 3.146c0.219 0.719 0.313 1.214 0.271 1.5 0.536-1.417 0.906-2.969 1.115-4.646zM29.484 25.161h-3.51v-7.375h1.182v6.469h2.328zM25.057 25.339l-1.354-0.667c0.12-0.099 0.234-0.208 0.339-0.333 0.578-0.672 0.865-1.677 0.865-3 0-2.443-0.958-3.661-2.875-3.661-0.938 0-1.672 0.307-2.198 0.927-0.573 0.677-0.865 1.677-0.865 2.995 0 1.297 0.255 2.245 0.766 2.854 0.469 0.542 1.172 0.818 2.115 0.818 0.349 0 0.672-0.042 0.964-0.13l1.766 1.031 0.484-0.833zM20.667 23.682c-0.302-0.479-0.448-1.25-0.448-2.313 0-1.859 0.563-2.786 1.693-2.786 0.589 0 1.026 0.224 1.302 0.667 0.297 0.484 0.448 1.245 0.448 2.297 0 1.87-0.568 2.813-1.693 2.813-0.594 0-1.026-0.224-1.307-0.667zM18.458 23.12c0 0.625-0.229 1.141-0.693 1.536-0.458 0.401-1.068 0.604-1.844 0.604-0.724 0-1.417-0.229-2.099-0.688l0.318-0.635c0.583 0.292 1.109 0.438 1.589 0.438 0.443 0 0.792-0.099 1.042-0.292 0.25-0.198 0.401-0.474 0.401-0.823 0-0.438-0.307-0.813-0.865-1.125-0.516-0.286-1.552-0.875-1.552-0.875-0.563-0.411-0.839-0.849-0.839-1.573 0-0.599 0.208-1.078 0.625-1.443 0.422-0.375 0.958-0.557 1.625-0.557 0.682 0 1.307 0.182 1.87 0.547l-0.286 0.635c-0.479-0.203-0.953-0.307-1.417-0.307-0.38 0-0.672 0.094-0.875 0.276s-0.328 0.411-0.328 0.698c0 0.438 0.313 0.813 0.885 1.135 0.526 0.286 1.583 0.891 1.583 0.891 0.578 0.406 0.865 0.844 0.865 1.557zM30.964 15.313c-0.714-0.016-1.266 0.057-1.729 0.255-0.13 0.052-0.344 0.052-0.365 0.219 0.073 0.073 0.083 0.188 0.146 0.286 0.109 0.177 0.292 0.417 0.464 0.542 0.188 0.146 0.375 0.292 0.568 0.417 0.349 0.214 0.74 0.339 1.083 0.552 0.193 0.125 0.391 0.286 0.583 0.417 0.099 0.068 0.161 0.188 0.286 0.229v-0.026c-0.063-0.078-0.078-0.193-0.141-0.286-0.089-0.089-0.177-0.167-0.266-0.255-0.26-0.349-0.578-0.651-0.927-0.901-0.286-0.193-0.911-0.464-1.026-0.792l-0.016-0.021c0.193-0.016 0.422-0.089 0.609-0.141 0.302-0.078 0.583-0.063 0.896-0.141 0.141-0.036 0.281-0.078 0.427-0.125v-0.078c-0.161-0.161-0.281-0.38-0.448-0.531-0.453-0.391-0.953-0.776-1.469-1.094-0.281-0.182-0.635-0.297-0.932-0.448-0.104-0.052-0.286-0.078-0.344-0.167-0.161-0.198-0.255-0.453-0.37-0.688-0.255-0.49-0.505-1.031-0.729-1.552-0.161-0.349-0.255-0.693-0.453-1.016-0.917-1.516-1.917-2.432-3.448-3.333-0.328-0.188-0.724-0.266-1.141-0.365-0.224-0.010-0.443-0.026-0.667-0.036-0.146-0.063-0.286-0.229-0.411-0.313-0.51-0.323-1.823-1.016-2.193-0.099-0.24 0.583 0.354 1.151 0.563 1.443 0.151 0.208 0.344 0.438 0.453 0.667 0.063 0.156 0.078 0.318 0.141 0.479 0.141 0.391 0.276 0.828 0.464 1.193 0.099 0.188 0.203 0.385 0.328 0.552 0.073 0.099 0.198 0.141 0.224 0.302-0.125 0.182-0.135 0.448-0.203 0.667-0.323 1.010-0.198 2.255 0.255 3 0.146 0.224 0.484 0.714 0.938 0.526 0.401-0.161 0.313-0.667 0.427-1.115 0.026-0.109 0.010-0.177 0.063-0.25v0.021c0.13 0.25 0.255 0.49 0.37 0.74 0.271 0.438 0.755 0.891 1.156 1.193 0.214 0.161 0.38 0.438 0.646 0.536v-0.026h-0.021c-0.057-0.078-0.13-0.115-0.203-0.177-0.161-0.161-0.339-0.359-0.469-0.536-0.37-0.5-0.703-1.052-0.995-1.62-0.146-0.281-0.271-0.583-0.385-0.859-0.052-0.104-0.052-0.266-0.141-0.318-0.135 0.193-0.333 0.359-0.427 0.604-0.172 0.38-0.188 0.854-0.255 1.344-0.031 0.010-0.016 0-0.031 0.021-0.286-0.073-0.385-0.365-0.49-0.615-0.271-0.635-0.313-1.651-0.083-2.38 0.063-0.188 0.328-0.776 0.224-0.953-0.057-0.172-0.234-0.271-0.328-0.406-0.12-0.167-0.24-0.38-0.323-0.568-0.214-0.5-0.318-1.052-0.552-1.552-0.104-0.229-0.292-0.469-0.443-0.682-0.172-0.24-0.359-0.411-0.49-0.693-0.047-0.099-0.109-0.26-0.036-0.365 0.016-0.073 0.052-0.099 0.125-0.12 0.115-0.099 0.448 0.026 0.563 0.083 0.328 0.13 0.604 0.255 0.88 0.443 0.125 0.089 0.26 0.255 0.422 0.302h0.188c0.286 0.063 0.604 0.016 0.87 0.099 0.474 0.151 0.901 0.37 1.286 0.609 1.167 0.745 2.125 1.797 2.776 3.052 0.109 0.203 0.156 0.391 0.255 0.604 0.182 0.443 0.417 0.885 0.604 1.307s0.365 0.849 0.635 1.198c0.135 0.188 0.667 0.286 0.911 0.38 0.177 0.083 0.453 0.156 0.609 0.25 0.307 0.188 0.609 0.401 0.896 0.609 0.146 0.099 0.589 0.323 0.615 0.5z\"/>\n</svg>\n</li><li title=\"cib nativescript \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M2.36 2.349c1.405-1.475 3.337-2.319 5.375-2.349h16.796c1.829 0 3.537 0.803 5.109 2.349 1.48 1.348 2.333 3.249 2.36 5.249v17.027c0 1.787-0.745 3.443-2.24 4.973-1.416 1.495-3.369 2.36-5.427 2.401h-16.505c-2.016-0.021-3.959-0.76-5.468-2.093-1.439-1.308-2.224-3.199-2.36-5.735v-16.532c-0.021-2.025 0.839-3.957 2.36-5.291zM10.693 13.412l10.572 13.416h2.828c0.652-0.083 1.172-0.265 1.557-0.573 0.401-0.307 0.667-0.749 0.855-1.333v-6.588c0.109-1.265 0.896-2.052 2.359-2.333-1.463-0.531-2.249-1.36-2.359-2.479v-6.292c-0.156-0.589-0.437-1.068-0.855-1.427-0.4-0.365-0.911-0.589-1.453-0.631h-2.864v13.599l-10.64-13.609h-2.975c-0.745 0.131-1.292 0.401-1.667 0.797-0.369 0.401-0.615 1.041-0.719 1.905v6.469c-0.469 0.921-1.197 1.469-2.197 1.667 1.129 0.213 1.864 0.812 2.197 1.812v6.36c0.027 0.735 0.265 1.333 0.719 1.828 0.443 0.479 0.932 0.708 1.469 0.667h3.145z\"/>\n</svg>\n</li><li title=\"cib nec \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M0.104 12.36h2.563c0.588 0 1.265 0.536 1.588 0.837l4.48 4.923v-5.76h1.531v7.869h-2.667c-0.479-0.032-0.948-0.136-1.495-0.656l-4.479-4.933v5.573h-1.521zM31.896 20.265c-1.828 0.256-3.667 0.265-5.521 0.12-1.083-0.063-2.145-0.339-3.12-0.812-1.228-0.641-1.629-2.052-1.604-3.333 0-1.172 0.365-2.437 1.428-3.136 0.692-0.401 1.457-0.656 2.255-0.744 2.161-0.376 4.333-0.292 6.453-0.053v1.12c-2.495-0.479-5.136-0.359-6.027 0.771-0.448 0.568-0.677 1.281-0.64 2 0 1.068 0.375 2.667 2.563 2.991 1.421 0.197 2.839 0.041 4.213-0.204zM16.265 19.041c0.213 0 3.656 0.027 4.839 0v1.172c-2.385 0.093-4.667 0.136-7.063 0.041-2.041-0.083-2.401-1.093-2.427-2.067v-5.828h9.369v1.119h-6.052v2h5.537v1.095h-5.537l0.027 1.375c0.025 0.76 0.401 1.036 1.323 1.093z\"/>\n</svg>\n</li><li title=\"cib neo4j \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M30.292 11.224c-0.021 3.943-3.219 7.094-7.193 7.078-3.927-0.021-7.073-3.234-7.052-7.208 0.021-3.87 3.276-7.052 7.188-7.021 3.901 0.026 7.073 3.245 7.057 7.151zM13.083 32c-3.141 0.010-5.781-2.62-5.813-5.792-0.031-3.109 2.604-5.776 5.724-5.786 3.25-0.016 5.859 2.552 5.859 5.766 0.005 3.177-2.599 5.802-5.771 5.813zM11.896 3.786c0 2.083-1.714 3.797-3.786 3.786-2.068-0.010-3.813-1.771-3.781-3.813 0.031-2.068 1.792-3.792 3.839-3.76 2.042 0.031 3.729 1.745 3.729 3.786zM29.198 15.932c-3.594 3.141-6.667 3.703-9.891 1.813-2.854-1.672-4.26-4.964-3.542-8.266 0.786-3.573 3.344-5.443 8.266-5.953-3.734-2.672-7.682-3.495-12.021-2.432-0.563 0.135-0.323 0.349-0.167 0.63 1.047 1.932 0.51 4.276-1.255 5.536-1.771 1.255-4.172 1.005-5.625-0.656-0.432-0.484-0.568-0.354-0.875 0.089-3.344 4.896-3.151 11.568 0.5 16.245 0.656 0.844 1.37 1.625 2.255 2.281 1-4.281 4.521-5.672 7.354-5.188 3.458 0.594 5.339 3.474 5.010 7.719 4.693-0.573 10.573-7.536 9.99-11.818zM17.083 2.792c0.615-0.031 1.161 0.49 1.172 1.115 0.016 0.609-0.458 1.104-1.073 1.125-0.677 0.021-1.151-0.427-1.156-1.094-0.005-0.63 0.438-1.115 1.057-1.146zM6.766 8.839c0.641 0.010 1.141 0.536 1.109 1.167-0.021 0.604-0.526 1.073-1.141 1.068-0.615-0.010-1.099-0.49-1.104-1.104-0.010-0.646 0.49-1.141 1.135-1.13zM5.807 12.969c0.005-0.599 0.5-1.099 1.104-1.109 0.615-0.016 1.099 0.443 1.125 1.068 0.026 0.651-0.448 1.172-1.083 1.182-0.63 0.010-1.151-0.505-1.146-1.141zM6.495 16.13c0.031-0.609 0.526-1.073 1.141-1.063 0.641 0.016 1.099 0.521 1.073 1.188-0.026 0.625-0.516 1.089-1.13 1.063-0.635-0.016-1.115-0.542-1.083-1.188zM9.151 20.177c-0.667 0.010-1.146-0.458-1.135-1.115 0.005-0.615 0.495-1.109 1.089-1.115 0.63-0.010 1.167 0.521 1.161 1.135-0.005 0.604-0.495 1.083-1.115 1.094zM14.255 4.031c-0.625 0.016-1.156-0.505-1.151-1.13 0-0.646 0.51-1.12 1.167-1.104 0.615 0.016 1.083 0.5 1.083 1.115 0 0.599-0.495 1.104-1.099 1.12zM20.932 24.193c-0.656-0.005-1.141-0.5-1.115-1.146 0.026-0.594 0.536-1.078 1.141-1.073 0.635 0.005 1.13 0.521 1.109 1.167-0.021 0.615-0.495 1.052-1.135 1.052zM22.979 21.833c-0.641 0.016-1.161-0.49-1.156-1.12 0.010-0.615 0.484-1.094 1.104-1.109 0.646-0.016 1.151 0.474 1.151 1.12 0 0.604-0.484 1.094-1.099 1.109z\"/>\n</svg>\n</li><li title=\"cib netflix \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M7.188 0.005l6.333 17.948v-0.010l0.5 1.411c2.786 7.88 4.281 12.104 4.286 12.109 0.005 0 0.427 0.026 0.938 0.057 1.542 0.063 3.453 0.24 4.901 0.411 0.333 0.042 0.62 0.052 0.641 0.042l-6.859-19.453-3.234-9.135c-0.609-1.734-1.13-3.208-1.156-3.266l-0.042-0.12h-6.302zM18.531 0.016l-0.016 7.073-0.010 7.078-0.583-1.646-0.75 15.745c0.74 2.089 1.135 3.203 1.141 3.208s0.427 0.036 0.932 0.057c1.547 0.068 3.453 0.24 4.906 0.417 0.333 0.036 0.625 0.052 0.641 0.036 0.021-0.010 0.026-7.224 0.026-16.010l-0.010-15.958zM7.188 0.005v15.984c0 8.792 0.010 15.995 0.021 16.005s0.552-0.042 1.208-0.115c0.651-0.083 1.557-0.177 2.010-0.214 0.693-0.068 2.76-0.203 3-0.203 0.068 0 0.073-0.359 0.083-6.771l0.010-6.776 0.505 1.417 0.177 0.5 0.76-15.734-0.255-0.729-1.214-3.365z\"/>\n</svg>\n</li><li title=\"cib netlify \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M22.579 11.36c0.151 0.077 0.291 0.181 0.405 0.307l3.131-1.396-2.921-2.896-0.657 3.943zM16.079 8.729c0.156 0.229 0.249 0.489 0.281 0.765l4.661 1.975c0.14-0.109 0.301-0.188 0.473-0.235l0.765-4.735-2.839-2.979-3.343 5.135zM31.989 16.047l-4.995-4.995-3.401 1.391 8.355 3.552c0 0 0.073 0.052 0.041 0.052zM31.156 16.86l-8.020-3.428c-0.224 0.297-0.563 0.495-0.933 0.541l-0.859 5.277c0.255 0.26 0.401 0.609 0.401 0.973l4.843 1.016 4.443-4.412v-0.083zM20.531 12.333l-4.353-1.855c-0.308 0.469-0.833 0.745-1.391 0.724h-0.265l-3.609 5.568 9.635-4.172v0.011c-0.005-0.073-0.005-0.145 0-0.224 0.005-0.016 0-0.036-0.016-0.052zM25.823 22.079l-4.26-0.881c-0.161 0.209-0.369 0.365-0.615 0.459l-1.016 6.297 5.917-5.865c0 0-0.011 0.032-0.027 0.032zM19.864 21.645c-0.411-0.167-0.713-0.52-0.823-0.948l-7.932-1.629-0.115 0.183 7.199 10.411 0.432-0.427 1.224-7.563c0 0 0.041 0.031 0.015 0.016zM11.276 18.109l7.839 1.615c0.229-0.401 0.64-0.661 1.099-0.697l0.849-5.188-0.183-0.156-9.744 4.177c0.052 0.077 0.099 0.161 0.14 0.249zM7.989 19.416l-0.167-0.165-3.38 1.389 1.64 1.631 1.865-2.896zM10.219 19.948c-0.235 0.109-0.495 0.161-0.749 0.167-0.209 0-0.407-0.032-0.605-0.099l-2.057 2.995 9.021 8.937 1.588-1.579zM8.953 16.427c0.135-0.015 0.276-0.015 0.416 0 0.152-0.020 0.308-0.020 0.459 0l3.645-5.667c-0.285-0.296-0.443-0.692-0.443-1.099-0.015-0.12-0.015-0.245 0-0.364l-4.427-2.047-3.563 3.468zM9.355 6.557l4.317 1.839c0.312-0.26 0.708-0.396 1.115-0.38 0.177 0.005 0.353 0.031 0.525 0.083l3.371-5.26-2.787-2.787-6.541 6.421c0 0-0.011 0.068 0 0.084zM7.74 17.443c0.088-0.161 0.197-0.312 0.323-0.448l-3.693-5.511-4.369 4.245zM7.391 18.375l-6.683-1.396 2.937 2.98 3.704-1.573z\"/>\n</svg>\n</li><li title=\"cib next js \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M23.749 30.005c-0.119 0.063-0.109 0.083 0.005 0.025 0.037-0.015 0.068-0.036 0.095-0.061 0-0.021 0-0.021-0.1 0.036zM23.989 29.875c-0.057 0.047-0.057 0.047 0.011 0.016 0.036-0.021 0.068-0.041 0.068-0.047 0-0.027-0.016-0.021-0.079 0.031zM24.145 29.781c-0.057 0.047-0.057 0.047 0.011 0.016 0.037-0.021 0.068-0.043 0.068-0.048 0-0.025-0.016-0.020-0.079 0.032zM24.303 29.688c-0.057 0.047-0.057 0.047 0.009 0.015 0.037-0.020 0.068-0.041 0.068-0.047 0-0.025-0.016-0.020-0.077 0.032zM24.516 29.547c-0.109 0.073-0.147 0.12-0.047 0.068 0.067-0.041 0.181-0.131 0.161-0.131-0.043 0.016-0.079 0.043-0.115 0.063zM14.953 0.011c-0.073 0.005-0.292 0.025-0.484 0.041-4.548 0.412-8.803 2.86-11.5 6.631-1.491 2.067-2.459 4.468-2.824 6.989-0.129 0.88-0.145 1.14-0.145 2.333 0 1.192 0.016 1.448 0.145 2.328 0.871 6.011 5.147 11.057 10.943 12.927 1.043 0.333 2.136 0.563 3.381 0.704 0.484 0.052 2.577 0.052 3.061 0 2.152-0.24 3.969-0.771 5.767-1.688 0.276-0.14 0.328-0.177 0.291-0.208-0.88-1.161-1.744-2.323-2.609-3.495l-2.557-3.453-3.203-4.745c-1.068-1.588-2.14-3.172-3.229-4.744-0.011 0-0.025 2.109-0.031 4.681-0.011 4.505-0.011 4.688-0.068 4.792-0.057 0.125-0.151 0.229-0.276 0.287-0.099 0.047-0.188 0.057-0.661 0.057h-0.541l-0.141-0.088c-0.088-0.057-0.161-0.136-0.208-0.229l-0.068-0.141 0.005-6.271 0.011-6.271 0.099-0.125c0.063-0.077 0.141-0.14 0.229-0.187 0.131-0.063 0.183-0.073 0.724-0.073 0.635 0 0.74 0.025 0.907 0.208 1.296 1.932 2.588 3.869 3.859 5.812 2.079 3.152 4.917 7.453 6.312 9.563l2.537 3.839 0.125-0.083c1.219-0.813 2.328-1.781 3.285-2.885 2.016-2.308 3.324-5.147 3.767-8.177 0.129-0.88 0.145-1.141 0.145-2.333 0-1.193-0.016-1.448-0.145-2.328-0.871-6.011-5.147-11.057-10.943-12.928-1.084-0.343-2.199-0.577-3.328-0.697-0.303-0.031-2.371-0.068-2.631-0.041zM21.5 9.688c0.151 0.072 0.265 0.208 0.317 0.364 0.027 0.084 0.032 1.823 0.027 5.74l-0.011 5.624-0.989-1.52-0.995-1.521v-4.083c0-2.647 0.011-4.131 0.025-4.204 0.047-0.167 0.161-0.307 0.313-0.395 0.124-0.063 0.172-0.068 0.667-0.068 0.463 0 0.541 0.005 0.645 0.063z\"/>\n</svg>\n</li><li title=\"cib nextcloud \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16.027 8.713c-3.333 0-6.136 2.287-6.991 5.355-0.744-1.641-2.391-2.808-4.301-2.808-2.609 0.016-4.724 2.131-4.735 4.74 0.011 2.609 2.125 4.724 4.735 4.74 1.911 0 3.552-1.167 4.301-2.813 0.855 3.073 3.657 5.36 6.991 5.36 3.312 0 6.099-2.26 6.973-5.308 0.755 1.615 2.375 2.761 4.26 2.761 2.615-0.016 4.729-2.131 4.74-4.74-0.011-2.609-2.125-4.724-4.74-4.74-1.885 0-3.505 1.147-4.265 2.761-0.869-3.048-3.656-5.308-6.968-5.308zM16.027 11.495c2.5 0 4.5 2 4.5 4.505s-2 4.505-4.5 4.505c-2.496 0.011-4.516-2.016-4.505-4.505 0-2.505 2-4.505 4.505-4.505zM4.735 14.041c1.099 0 1.959 0.86 1.959 1.959s-0.86 1.959-1.959 1.959c-1.084 0.011-1.969-0.876-1.953-1.959 0-1.099 0.859-1.959 1.953-1.959zM27.26 14.041c1.1 0 1.959 0.86 1.959 1.959s-0.859 1.959-1.959 1.959c-1.083 0.011-1.963-0.876-1.953-1.959 0-1.099 0.86-1.959 1.953-1.959z\"/>\n</svg>\n</li><li title=\"cib nextdoor \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M31.99 13.089l-15.99-9.792-5.495 3.365v-3.365h-5.005v6.427l-5.495 3.365 2.615 4.271 2.88-1.755v13.099h21v-13.099l2.875 1.755 2.615-4.271z\"/>\n</svg>\n</li><li title=\"cib nginx \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16 0l-13.86 8v16l13.86 8 13.86-8v-16zM24 22.12c0 0.943-0.86 1.719-2.036 1.719-0.844 0-1.803-0.339-2.401-1.079l-8-9.52v8.88c0 0.959-0.76 1.719-1.703 1.719h-0.1c-0.963 0-1.719-0.803-1.719-1.719v-12.24c0-0.943 0.839-1.719 2-1.719 0.86 0 1.839 0.339 2.437 1.079l7.959 9.52v-8.88c0-0.963 0.803-1.719 1.724-1.719h0.099c0.959 0 1.719 0.797 1.719 1.719v12.24z\"/>\n</svg>\n</li><li title=\"cib nim \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16.125 3.864c0 0-1.224 1.043-2.475 2.068-1.287-0.041-3.807 0.265-5.172 0.797-1.265-0.855-2.369-1.797-2.369-1.797s-0.948 1.74-1.536 2.761c-0.885 0.504-1.771 1.067-2.557 1.812-0.917-0.385-1.98-0.865-2.016-0.875 1.213 2.62 2.031 5.244 4.255 6.823 3.537-5.98 19.975-5.427 23.589-0.032 2.333-1.301 3.239-4.104 4.156-6.692-0.099 0.036-1.349 0.484-2.156 0.812-0.484-0.563-1.625-1.427-2.271-1.844-0.491-0.952-0.995-1.895-1.511-2.833 0 0-1.057 0.844-2.287 1.767-1.656-0.328-3.661-0.724-5.349-0.625-0.781-0.699-1.547-1.412-2.301-2.141zM1.255 14.197l2.923 7.563c5.068 7.157 18.011 7.652 23.651 0.141 1.333-3.219 3.136-7.745 3.136-7.745-1.448 2.297-3.803 3.88-5.256 4.729-1.031 0.604-3.405 0.975-3.405 0.975l-6.251-3.464-6.276 3.391c0 0-2.349-0.401-3.412-0.932-2.145-1.224-3.588-2.672-5.109-4.657z\"/>\n</svg>\n</li><li title=\"cib nintendo 3ds \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M23.536 22.172c0 0.525 0.428 0.953 0.948 0.953 0.527 0 0.953-0.428 0.953-0.953 0-0.521-0.427-0.948-0.953-0.948-0.52 0-0.948 0.427-0.948 0.948zM10.937 27.823h10.099c0.401 0 0.699-0.296 0.724-0.697v-6.901c-0.025-0.375-0.348-0.697-0.724-0.677h-10.099c-0.391 0-0.713 0.313-0.724 0.704v6.875c0 0.401 0.323 0.697 0.724 0.697zM28.339 23.125c0.536 0 0.973-0.437 0.973-0.975 0-0.864-1.047-1.301-1.661-0.687-0.615 0.609-0.181 1.661 0.688 1.661zM26.416 23.099c-0.541-0.020-0.989 0.412-0.989 0.953 0 0.536 0.448 0.969 0.989 0.948 1.22-0.047 1.22-1.855 0-1.901zM25.464 20.251c0 0.525 0.427 0.947 0.948 0.947 0.525 0 0.952-0.421 0.952-0.947 0-0.527-0.427-0.948-0.952-0.948-0.521 0-0.948 0.421-0.948 0.948zM3.385 22.151c0 1.213 0.984 2.199 2.203 2.199 1.215 0 2.199-0.985 2.199-2.199 0-2.937-4.401-2.937-4.401 0zM28.364 0h-24.728c-2.005-0.005-3.641 1.62-3.652 3.625v24.724c0.027 2.025 1.652 3.651 3.652 3.651h24.703c2.011 0 3.651-1.615 3.677-3.625v-24.724c-0.027-2.025-1.652-3.651-3.652-3.651zM30.912 28.375c-0.005 1.407-1.141 2.543-2.548 2.547h-24.728c-1.407-0.004-2.543-1.14-2.548-2.547v-11.276h29.824zM30.912 15.448h-29.824v-11.797c0.005-1.405 1.141-2.547 2.548-2.552h24.728c1.396 0 2.548 1.152 2.548 2.552v11.797zM23.213 4.151h-14.5c-0.401 0-0.729 0.349-0.729 0.751v7.296c0 0.401 0.303 0.756 0.729 0.756h14.5c0.407-0.005 0.735-0.344 0.724-0.756v-7.323c0-0.401-0.323-0.724-0.724-0.724z\"/>\n</svg>\n</li><li title=\"cib nintendo gamecube \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M9.088 20.172l6.272 3.62v-7.245l-6.277-3.62v7.245zM6.385 21.729l8.975 5.177v5.093l-13.387-7.724v-15.453l4.412 2.547zM16 8.193l-6.271 3.624 6.271 3.62 6.271-3.62-6.271-3.62zM16 5.083l7.547 4.371 4.412-2.547-11.959-6.907-13.369 7.719 4.411 2.541zM25.609 21.729v-5.265l-2.697 1.557v2.151l-6.272 3.625v-7.245l13.387-7.724v15.448l-13.387 7.729v-5.088z\"/>\n</svg>\n</li><li title=\"cib nintendo switch \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M18.901 32h4.901c4.5 0 8.198-3.698 8.198-8.198v-15.604c0-4.5-3.698-8.198-8.198-8.198h-5c-0.099 0-0.203 0.099-0.203 0.198v31.604c0 0.099 0.099 0.198 0.302 0.198zM25 14.401c1.802 0 3.198 1.5 3.198 3.198 0 1.802-1.5 3.198-3.198 3.198-1.802 0-3.198-1.396-3.198-3.198-0.104-1.797 1.396-3.198 3.198-3.198zM15.198 0h-7c-4.5 0-8.198 3.698-8.198 8.198v15.604c0 4.5 3.698 8.198 8.198 8.198h7c0.099 0 0.203-0.099 0.203-0.198v-31.604c0-0.099-0.099-0.198-0.203-0.198zM12.901 29.401h-4.703c-3.099 0-5.599-2.5-5.599-5.599v-15.604c0-3.099 2.5-5.599 5.599-5.599h4.604zM5 9.599c0 1.698 1.302 3 3 3s3-1.302 3-3c0-1.698-1.302-3-3-3s-3 1.302-3 3z\"/>\n</svg>\n</li><li title=\"cib nintendo \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M0 0.803h9.469l13.129 21.197v-21.197h9.401v30.395h-9.385l-13.203-21.197v21.197h-9.412v-30.395z\"/>\n</svg>\n</li><li title=\"cib node js \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M15.245 0.203l-12.49 7.24c-0.469 0.271-0.755 0.771-0.75 1.313v14.484c0 0.542 0.286 1.042 0.75 1.307l12.495 7.25c0.464 0.271 1.036 0.271 1.505 0l12.49-7.245c0.464-0.271 0.75-0.771 0.75-1.307v-14.49c0-0.542-0.286-1.042-0.755-1.313l-12.484-7.24c-0.464-0.271-1.042-0.271-1.505 0z\"/>\n</svg>\n</li><li title=\"cib node red \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M4 0c-2.213 0-4 1.787-4 4v8.14h3.812c1.453 0 2.625 1.163 2.615 2.615v0.032c1.084-0.131 1.751-0.475 2.235-0.912 0.552-0.511 0.923-1.213 1.355-2s0.948-1.661 1.88-2.296c0.765-0.527 1.801-0.86 3.177-0.917v-0.599c0-1.459 1.172-2.636 2.629-2.636h10.521c1.459 0 2.636 1.177 2.636 2.636v2.588c0 1.453-1.177 2.709-2.636 2.709h-10.521c-1.457 0-2.629-1.256-2.629-2.709v-0.604c-1.141 0.047-1.88 0.313-2.396 0.672-0.641 0.437-1.037 1.068-1.448 1.823-0.417 0.756-0.844 1.631-1.631 2.355l-0.104 0.088c4.093 0.552 5.953 2.073 7.536 3.459 1.849 1.62 3.297 3.031 8.396 3.052v-0.615c0-1.459 1.193-2.593 2.652-2.593h3.921v-14.287c0-2.213-1.787-4-4-4zM17.703 7.213c-0.495 0-0.916 0.36-0.916 0.849v2.588c0 0.489 0.421 0.849 0.916 0.849h10.521c0.473 0.016 0.864-0.375 0.849-0.849v-2.588c0.015-0.475-0.376-0.865-0.849-0.849zM0 13.932v4.355h3.812c0.5-0.011 0.896-0.423 0.901-0.923v-2.588c0-0.489-0.411-0.844-0.901-0.844zM6.427 16.156v1.208c0.011 1.453-1.167 2.636-2.615 2.636h-3.812v8c0 2.213 1.787 4 4 4h24c2.213 0 4-1.787 4-4v-1.86h-3.921c-1.459 0-2.652-1.213-2.652-2.671v-0.595c-5.391-0.041-7.463-1.776-9.307-3.391-1.917-1.677-3.667-3.239-9.693-3.328zM28.079 20c-0.485 0-0.876 0.396-0.865 0.88v2.589c0 0.489 0.371 0.817 0.865 0.817h3.921v-4.287z\"/>\n</svg>\n</li><li title=\"cib nodemon \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M29.771 10.469l-0.953-0.531c1.469-2.094 2.344-5.234 1.245-9.938 0 0-2.474 6.703-7.453 6.484l-5.823-3.24c-0.219-0.125-0.469-0.193-0.719-0.203h-0.135c-0.25 0.010-0.495 0.078-0.714 0.203l-5.828 3.24c-4.979 0.224-7.453-6.484-7.453-6.484-1.099 4.703-0.224 7.844 1.245 9.938l-0.953 0.531c-0.484 0.26-0.786 0.766-0.786 1.318l0.026 19.453c0 0.271 0.146 0.521 0.396 0.656 0.24 0.141 0.536 0.141 0.776 0l7.719-4.271c0.49-0.281 0.786-0.776 0.786-1.318v-9.089c0-0.542 0.297-1.047 0.786-1.313l3.286-1.828c0.24-0.135 0.51-0.208 0.786-0.208 0.266 0 0.542 0.068 0.781 0.208l3.286 1.828c0.484 0.266 0.781 0.771 0.781 1.313v9.089c0 0.542 0.302 1.036 0.786 1.318l7.719 4.271c0.245 0.141 0.542 0.141 0.786 0 0.24-0.13 0.385-0.385 0.385-0.656l0.026-19.453c0-0.552-0.302-1.057-0.786-1.318z\"/>\n</svg>\n</li><li title=\"cib nokia \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M1.552 18.604h-1.542v-5.188h2.661l3.057 3.875v-3.875h1.542v5.188h-2.609l-3.109-3.938v3.938zM14.635 17c0 0.719-0.13 0.969-0.344 1.208-0.323 0.354-0.797 0.464-1.714 0.464h-2.63c-0.917 0-1.391-0.109-1.719-0.464-0.214-0.24-0.344-0.484-0.344-1.208v-2c0-0.719 0.13-0.969 0.344-1.203 0.328-0.359 0.802-0.464 1.719-0.464h2.63c0.911 0 1.391 0.104 1.714 0.464 0.214 0.234 0.344 0.484 0.344 1.208v1.995zM12.51 17.359c0.354 0 0.474-0.021 0.563-0.099 0.078-0.073 0.115-0.161 0.115-0.469v-1.583c0-0.302-0.036-0.396-0.115-0.464-0.089-0.078-0.208-0.099-0.563-0.099h-2.5c-0.349 0-0.474 0.021-0.557 0.099-0.083 0.068-0.115 0.161-0.115 0.464v1.583c0 0.307 0.036 0.396 0.115 0.469 0.083 0.078 0.208 0.099 0.557 0.099h2.5zM16.875 13.417v5.188h-1.609v-5.188h1.609zM19.594 13.417h2.12l-2.865 2.427 3.234 2.76h-2.276l-2.932-2.703 2.719-2.479zM22.38 13.422h1.609v5.182h-1.609zM30.125 18.604l-0.479-0.901h-3.115l-0.469 0.901h-1.776l2.849-5.188h2l2.854 5.188h-1.865zM27.094 16.578h2l-1-1.88-1 1.88z\"/>\n</svg>\n</li><li title=\"cib notion \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M5.948 5.609c0.99 0.807 1.365 0.75 3.234 0.625l17.62-1.057c0.375 0 0.063-0.375-0.063-0.438l-2.927-2.115c-0.557-0.438-1.307-0.932-2.74-0.813l-17.057 1.25c-0.625 0.057-0.75 0.37-0.5 0.62zM7.005 9.719v18.536c0 0.995 0.495 1.37 1.615 1.307l19.365-1.12c1.12-0.063 1.25-0.745 1.25-1.557v-18.411c0-0.813-0.313-1.245-1-1.182l-20.234 1.182c-0.75 0.063-0.995 0.432-0.995 1.24zM26.12 10.708c0.125 0.563 0 1.12-0.563 1.188l-0.932 0.188v13.682c-0.813 0.438-1.557 0.688-2.177 0.688-1 0-1.25-0.313-1.995-1.245l-6.104-9.583v9.271l1.932 0.438c0 0 0 1.12-1.557 1.12l-4.297 0.25c-0.125-0.25 0-0.875 0.438-0.995l1.12-0.313v-12.255l-1.557-0.125c-0.125-0.563 0.188-1.37 1.057-1.432l4.609-0.313 6.354 9.708v-8.589l-1.62-0.188c-0.125-0.682 0.37-1.182 0.995-1.24zM2.583 1.38l17.745-1.307c2.177-0.188 2.74-0.063 4.109 0.932l5.667 3.984c0.932 0.682 1.245 0.87 1.245 1.615v21.839c0 1.37-0.5 2.177-2.24 2.302l-20.615 1.245c-1.302 0.063-1.927-0.125-2.615-0.995l-4.172-5.417c-0.745-0.995-1.057-1.74-1.057-2.609v-19.411c0-1.12 0.5-2.052 1.932-2.177z\"/>\n</svg>\n</li><li title=\"cib npm \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M0 9.781v10.667h8.885v1.771h7.115v-1.771h16v-10.667zM8.885 18.661h-1.771v-5.333h-1.781v5.333h-3.552v-7.104h7.104zM14.219 18.661v1.787h-3.552v-8.891h7.115v7.109h-3.563zM30.224 18.661h-1.776v-5.333h-1.781v5.333h-1.781v-5.333h-1.771v5.333h-3.563v-7.104h10.672zM14.219 13.333h1.781v3.557h-1.781z\"/>\n</svg>\n</li><li title=\"cib nucleo \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M9.661 30c1.984 0.88 4.078 1.432 6.391 1.432 2.318 0 4.521-0.552 6.396-1.432-2.094-1.432-4.297-3.198-6.396-5.073-2.089 1.875-4.297 3.641-6.391 5.073zM29.281 23.823c1.375-2.375 2.094-5.078 2.094-7.823 0-2.313-0.552-4.521-1.432-6.396-2.313 3.422-5.62 7.276-9.37 11.026-0.771 0.771-1.651 1.651-2.536 2.422-0.328-0.328-0.661-0.656-1.099-0.99 0.901-0.792 1.745-1.635 2.536-2.536 4.078-4.078 7.495-8.156 9.698-11.573 2.536-3.859 3.198-6.281 2.094-7.495-0.109-0.219-0.661-0.443-1.214-0.443-1.323 0-3.526 0.995-6.172 2.755-2.313-1.318-4.958-2.203-7.828-2.203-2.865 0-5.51 0.771-7.823 2.203-2.646-1.76-4.849-2.755-6.172-2.755-0.661 0-1.104 0.224-1.432 0.552-2.646 2.646 5.62 12.901 11.792 19.068 7.276 7.276 14.552 12.349 17.635 12.349 0.661 0 1.104-0.224 1.432-0.552 1.104-1.104 0.443-3.635-2.089-7.495zM30.052 1.453c0.109 0 0.333 0 0.443 0.109 0.328 0.328 0.219 1.76-1.984 5.286-0.88-1.208-1.984-2.422-3.307-3.307 2.203-1.323 3.859-2.089 4.849-2.089zM3.599 6.849c-1.875-2.974-2.427-4.849-1.984-5.286 0.109-0.109 0.333-0.109 0.443-0.109 0.99 0 2.646 0.766 4.849 2.089-1.208 0.99-2.318 2.099-3.307 3.307zM30.495 30.438c-0.115 0.109-0.333 0.109-0.443 0.109-0.99 0-2.646-0.766-4.849-2.089 1.214-0.885 2.427-1.984 3.307-3.307 2.203 3.526 2.313 4.958 1.984 5.286zM14.292 23.276c-0.995-0.88-1.984-1.766-2.87-2.755-3.635-3.641-7.161-7.719-9.37-11.026-0.875 1.984-1.427 4.193-1.427 6.396 0 2.865 0.771 5.51 2.094 7.823l-0.109 0.109c-2.536 3.859-3.198 6.286-2.094 7.5 0.328 0.328 0.88 0.547 1.432 0.547 2.422 0 7.385-3.083 12.896-7.932-0.208-0.203-0.391-0.422-0.552-0.661zM2.052 30.547c-0.104 0-0.328 0-0.438-0.109-0.328-0.328-0.219-1.76 1.984-5.286 0.88 1.208 1.984 2.313 3.307 3.307-2.208 1.323-3.859 2.089-4.854 2.089z\"/>\n</svg>\n</li><li title=\"cib nuget \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M23.563 28.844c-7.104 0-7.104-10.651 0-10.651 7.099 0 7.099 10.651 0 10.651zM12.932 16.636c-4.437 0-4.437-6.663 0-6.663 4.443 0 4.443 6.663 0 6.663zM23.797 6.24h-8.891c-4.532 0.005-8.204 3.677-8.209 8.208v8.891c0 4.531 3.677 8.203 8.209 8.203h8.891c2.172 0 4.26-0.864 5.801-2.401 1.537-1.541 2.401-3.624 2.401-5.801v-8.891c0-4.531-3.672-8.208-8.203-8.208zM5.328 3.12c0 3.552-5.328 3.552-5.328 0s5.328-3.552 5.328 0z\"/>\n</svg>\n</li><li title=\"cib nuxt js \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M26.297 27.031l0.031-0.063c0.031-0.047 0.052-0.099 0.073-0.156v-0.005c0.099-0.26 0.12-0.536 0.073-0.813v0.010c-0.052-0.292-0.156-0.573-0.313-0.828l0.010 0.010-7.094-12.474-1.083-1.891-8.156 14.365c-0.141 0.25-0.229 0.521-0.276 0.802v0.016c-0.057 0.323-0.021 0.651 0.109 0.953l-0.005-0.010c0.016 0.047 0.042 0.089 0.068 0.135l-0.005-0.005c0.214 0.365 0.667 0.802 1.667 0.802h13.198c0.208 0 1.234-0.042 1.708-0.849zM17.995 14.609l6.479 11.396h-12.953zM31.661 25.188l-9.354-16.479c-0.099-0.177-0.635-1.052-1.578-1.052-0.422 0-1.026 0.182-1.521 1.047l-1.208 2.12 1.073 1.896 1.667-2.953 9.255 16.245h-3.521c0.047 0.271 0.021 0.547-0.073 0.807v-0.010c-0.021 0.057-0.042 0.115-0.073 0.167v-0.005l-0.031 0.063c-0.474 0.807-1.495 0.849-1.693 0.849h5.505c0.203 0 1.219-0.042 1.693-0.849 0.214-0.37 0.359-0.984-0.141-1.844zM9.74 27.078c-0.021-0.042-0.042-0.083-0.063-0.125v-0.005c-0.13-0.302-0.172-0.63-0.115-0.953v0.010h-7.563l11.24-19.776 3.687 6.484 1.073-1.891-3.219-5.667c-0.089-0.161-0.63-1.036-1.568-1.036-0.422 0-1.031 0.182-1.521 1.052l-11.385 20.016c-0.099 0.172-0.568 1.078-0.099 1.885 0.214 0.37 0.667 0.802 1.667 0.802h9.531c-0.99 0-1.453-0.427-1.667-0.802z\"/>\n</svg>\n</li><li title=\"cib nvidia \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M11.932 11.729v-1.907c0.188-0.011 0.375-0.020 0.563-0.020 5.229-0.167 8.656 4.495 8.656 4.495s-3.697 5.135-7.667 5.135c-0.525 0-1.047-0.083-1.541-0.244v-5.797c2.036 0.249 2.448 1.145 3.661 3.183l2.719-2.287c0 0-1.984-2.604-5.333-2.604-0.353-0.005-0.708 0.011-1.057 0.047zM11.932 5.416v2.849l0.563-0.031c7.265-0.251 12.016 5.959 12.016 5.959s-5.443 6.619-11.109 6.619c-0.489 0-0.975-0.047-1.459-0.129v1.765c0.401 0.047 0.812 0.083 1.213 0.083 5.276 0 9.095-2.697 12.792-5.88 0.609 0.495 3.12 1.688 3.64 2.204-3.509 2.948-11.697 5.312-16.337 5.312-0.448 0-0.871-0.021-1.297-0.068v2.485h20.047v-21.168zM11.932 19.188v1.505c-4.88-0.871-6.235-5.948-6.235-5.948s2.344-2.589 6.235-3.016v1.651h-0.011c-2.041-0.249-3.64 1.661-3.64 1.661s0.907 3.213 3.651 4.147zM3.276 14.531c0 0 2.885-4.26 8.667-4.708v-1.557c-6.407 0.521-11.943 5.937-11.943 5.937s3.136 9.068 11.932 9.896v-1.651c-6.453-0.803-8.656-7.917-8.656-7.917z\"/>\n</svg>\n</li><li title=\"cib ocaml \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16.251 28.839c-0.115-0.224-0.251-0.699-0.339-0.901-0.095-0.177-0.365-0.672-0.496-0.833-0.291-0.333-0.359-0.359-0.452-0.807-0.157-0.767-0.537-2.115-1.011-3.057-0.251-0.5-0.656-0.901-1.016-1.267-0.312-0.312-1.031-0.828-1.167-0.807-1.192 0.224-1.557 1.396-2.115 2.317-0.317 0.516-0.629 0.943-0.88 1.485-0.224 0.495-0.203 1.057-0.583 1.484-0.381 0.421-0.667 0.921-0.833 1.464-0.048 0.113-0.136 1.239-0.251 1.504l1.755-0.109c1.647 0.115 1.172 0.74 3.715 0.609l4.025-0.135c-0.093-0.323-0.213-0.641-0.359-0.948zM27.948 2.063h-23.896c-2.224-0.005-4.031 1.801-4.031 4.025v8.776c0.588-0.203 1.395-1.437 1.667-1.733 0.448-0.516 0.541-1.193 0.765-1.595 0.516-0.948 0.609-1.619 1.776-1.619 0.541 0 0.765 0.129 1.125 0.629 0.249 0.333 0.697 0.989 0.9 1.417 0.251 0.495 0.631 1.145 0.813 1.281 0.129 0.088 0.244 0.181 0.359 0.224 0.177 0.067 0.339-0.068 0.475-0.157 0.156-0.135 0.224-0.38 0.38-0.739 0.224-0.521 0.453-1.104 0.583-1.328 0.229-0.365 0.319-0.813 0.563-1.016 0.365-0.312 0.86-0.339 0.989-0.36 0.745-0.156 1.084 0.36 1.444 0.677 0.244 0.224 0.561 0.651 0.812 1.213 0.177 0.448 0.401 0.88 0.516 1.125 0.088 0.245 0.317 0.651 0.448 1.145 0.135 0.428 0.452 0.767 0.588 0.991 0 0 0.203 0.541 1.369 1.036 0.355 0.151 0.713 0.276 1.084 0.38 0.516 0.183 1.011 0.161 1.64 0.093 0.448 0 0.699-0.656 0.901-1.171 0.109-0.313 0.245-1.193 0.312-1.439 0.068-0.249-0.109-0.427 0.048-0.656 0.181-0.244 0.291-0.271 0.38-0.583 0.229-0.699 1.489-0.719 2.208-0.719 0.604 0 0.516 0.583 1.531 0.38 0.584-0.109 1.147 0.068 1.756 0.249 0.516 0.136 1.011 0.292 1.301 0.631 0.183 0.224 0.657 1.328 0.183 1.369 0.041 0.047 0.089 0.161 0.156 0.204-0.115 0.427-0.563 0.115-0.833 0.067-0.339-0.067-0.583 0-0.921 0.157-0.584 0.249-1.417 0.229-1.932 0.656-0.428 0.359-0.428 1.145-0.636 1.593 0 0-0.563 1.423-1.749 2.297-0.319 0.229-0.928 0.765-2.229 0.968-0.589 0.089-1.147 0.089-1.756 0.068-0.291-0.020-0.583-0.020-0.88-0.020-0.177 0-0.765-0.027-0.74 0.041l-0.067 0.161c0.005 0.073 0.015 0.151 0.041 0.224 0.025 0.129 0.025 0.244 0.047 0.359 0 0.245-0.021 0.516 0 0.767 0.021 0.515 0.224 0.989 0.251 1.525 0.020 0.589 0.312 1.219 0.604 1.693 0.115 0.176 0.271 0.197 0.339 0.427 0.088 0.245 0 0.536 0.047 0.807 0.156 1.057 0.468 2.183 0.943 3.152v0.020c0.583-0.088 1.192-0.312 1.959-0.421 1.416-0.208 3.375-0.115 4.635-0.229 3.199-0.292 4.927 1.307 7.787 0.651v-23.672c-0.016-2.224-1.823-4.025-4.052-4.025zM16.021 20.964c0-0.047 0-0.047 0 0zM7.407 24.651c0.224-0.495 0.359-1.031 0.536-1.525 0.183-0.475 0.453-1.152 0.921-1.396-0.061-0.068-0.989-0.093-1.233-0.115-0.271-0.021-0.543-0.068-0.813-0.109-0.511-0.093-1.020-0.199-1.531-0.317-0.292-0.068-1.303-0.428-1.505-0.516-0.521-0.224-0.855-0.88-1.24-0.812-0.244 0.047-0.495 0.135-0.651 0.385-0.136 0.203-0.183 0.561-0.271 0.807-0.109 0.271-0.292 0.541-0.427 0.812-0.319 0.469-0.833 0.896-1.057 1.371-0.048 0.115-0.068 0.224-0.115 0.339v5.421c0.271 0.047 0.541 0.093 0.833 0.183 2.249 0.609 2.791 0.651 4.995 0.407l0.203-0.027c0.156-0.36 0.297-1.552 0.407-1.912 0.088-0.291 0.203-0.515 0.249-0.785 0.041-0.272 0-0.543-0.025-0.787-0.043-0.657 0.473-0.88 0.724-1.423z\"/>\n</svg>\n</li><li title=\"cib octave \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M13.989 0.011c-3.219-0.12-6.208 0.953-8.375 3.312-1.735 1.885-2.697 4.339-2.969 7.032h-0.557c-1.151 0-2.088 0.937-2.088 2.083v6.323c0 1.152 0.937 2.089 2.083 2.089h2.787c0.917 1.781 2.073 3.432 3.428 4.911 5.943 6.459 14.249 8.043 19.4 4.021h2.797c0.771 0 1.401-0.636 1.401-1.401v-3.817c0-0.333-0.125-0.645-0.344-0.891 1.145-4.579-0.057-10.188-3.355-14.953 0-0.021 0.011-0.041 0.011-0.063v-2.683c0-0.599-0.484-1.088-1.083-1.093h-2.271c-3.349-3.052-7.245-4.735-10.865-4.869zM16.317 2.917c2.376-0.016 4.923 0.828 7.229 2.463-0.12 0.172-0.192 0.38-0.197 0.593v2.683c0 0.599 0.489 1.093 1.088 1.093h2.688c0.181-0.004 0.364-0.061 0.52-0.156 2.995 4.401 3.647 9.756 1.652 13.563h-2.615c-0.771 0-1.401 0.636-1.401 1.401v2.391c-3.989 1.735-9.333 0.297-13.276-3.984-0.787-0.86-1.479-1.797-2.068-2.797 0.344-0.369 0.552-0.864 0.552-1.407v-6.323c0-1.145-0.932-2.083-2.083-2.083h-0.547c0.317-1.819 1.041-3.48 2.249-4.792 1.631-1.771 3.839-2.636 6.208-2.645zM24.437 5.593h2.688c0.213 0 0.375 0.161 0.375 0.38v2.683c0 0.219-0.161 0.38-0.375 0.38h-2.688c-0.213 0.005-0.385-0.167-0.38-0.38v-2.683c-0.005-0.213 0.167-0.385 0.38-0.38zM2.083 11.063h6.324c0.771 0 1.375 0.609 1.375 1.375v6.323c0 0.767-0.604 1.376-1.375 1.376h-6.319c-0.765 0.004-1.385-0.615-1.38-1.376v-6.323c0-0.765 0.609-1.369 1.375-1.369zM26.683 23.869h3.812c0.391 0 0.699 0.303 0.699 0.688v3.817c0 0.385-0.313 0.699-0.699 0.693h-3.812c-0.385 0.005-0.699-0.308-0.693-0.693v-3.812c-0.005-0.385 0.308-0.699 0.693-0.693z\"/>\n</svg>\n</li><li title=\"cib octopus deploy \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M2.907 24.281c2.405-1.547 5.239-4.213 4.161-7.344-0.584-1.708-1.391-3.172-1.5-5.016-0.095-1.572 0.14-3.14 0.687-4.615 2.157-5.785 8.579-8.531 14.385-6.785 5.376 1.619 9.079 7.853 6.829 13.296-1.287 3.141-1.865 5.563 1.004 8.005 0.777 0.661 2.667 1.656 2.657 2.833 0 1.547-3.027-0.328-3.365-0.593 0.38 0.672 4.188 4.645 1.765 4.916-2.224 0.261-4.192-2.853-5.531-4.187-2.251-2.245-1.86 2.719-1.869 3.744 0 1.615-1.157 4.901-3.213 2.761-1.693-1.761-1.037-4.579-2.235-6.537-1.287-2.151-3.437 2.147-3.975 2.933-0.604 0.88-3.62 5.124-4.796 2.859-0.964-1.839 0.577-4.713 1.343-6.375-0.281 0.604-2.244 1.495-2.823 1.787-1.244 0.681-2.656 1.009-4.072 0.937-3.021-0.213-0.704-1.823 0.515-2.609z\"/>\n</svg>\n</li><li title=\"cib oculus \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M24.182 18.599c-0.427 0.297-0.901 0.474-1.411 0.552-0.51 0.083-1.016 0.068-1.521 0.068h-10.5c-0.51 0-1.016 0.021-1.526-0.068-0.51-0.083-0.979-0.255-1.411-0.552-0.854-0.604-1.365-1.563-1.365-2.604 0-1.057 0.516-2.016 1.37-2.599 0.417-0.297 0.896-0.479 1.396-0.557 0.5-0.083 1-0.083 1.526-0.083h10.5c0.5 0 1.016-0.016 1.516 0.063s0.984 0.26 1.401 0.542c0.865 0.578 1.365 1.557 1.365 2.599 0 1.036-0.526 2-1.38 2.599zM28.411 8.526c-1.125-0.906-2.417-1.531-3.818-1.865-0.802-0.193-1.604-0.281-2.432-0.307-0.599-0.021-1.198-0.010-1.818-0.010h-8.661c-0.609 0-1.224-0.010-1.833 0.010-0.823 0.026-1.63 0.109-2.432 0.307-1.401 0.339-2.698 0.964-3.818 1.865-2.281 1.823-3.599 4.568-3.599 7.474 0 2.911 1.318 5.656 3.583 7.474 1.13 0.906 2.422 1.531 3.823 1.87 0.802 0.193 1.609 0.281 2.432 0.302 0.599 0.021 1.198 0.016 1.818 0.016h8.661c0.599 0 1.219 0.005 1.818-0.016 0.823-0.021 1.62-0.109 2.417-0.302 1.401-0.344 2.682-0.969 3.823-1.87 2.307-1.823 3.625-4.568 3.625-7.474s-1.318-5.656-3.589-7.474z\"/>\n</svg>\n</li><li title=\"cib odnoklassniki \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M19.339 23.255c1.703-0.391 3.323-1.061 4.801-1.989 1.111-0.744 1.412-2.244 0.667-3.359-0.713-1.068-2.14-1.391-3.244-0.735-3.401 2.125-7.724 2.125-11.125 0-1.125-0.713-2.62-0.375-3.333 0.749 0 0.005 0 0.005 0 0.005-0.713 1.131-0.375 2.625 0.756 3.333l0.004 0.005c1.475 0.928 3.095 1.599 4.792 1.985l-4.62 4.619c-0.943 0.928-0.957 2.437-0.036 3.381l0.041 0.041c0.459 0.473 1.079 0.708 1.699 0.708s1.239-0.235 1.697-0.708l4.563-4.537 4.536 4.543c0.964 0.921 2.495 0.9 3.423-0.063 0.905-0.937 0.905-2.423 0-3.36zM16 16.516c4.563-0.005 8.255-3.699 8.26-8.256 0-4.552-3.708-8.26-8.26-8.26s-8.26 3.708-8.26 8.26c0.005 4.563 3.703 8.256 8.26 8.261zM16 4.844c1.885 0 3.416 1.531 3.416 3.416 0 1.891-1.531 3.417-3.416 3.423-1.885-0.005-3.416-1.532-3.421-3.423 0.005-1.885 1.536-3.416 3.421-3.421z\"/>\n</svg>\n</li><li title=\"cib open access \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M25.297 17.984c-0.204-0.484-0.443-0.948-0.719-1.391v-8.041c0.005-2.265-0.901-4.443-2.511-6.047-1.599-1.609-3.776-2.511-6.047-2.505-2.272-0.005-4.448 0.896-6.052 2.505-1.609 1.599-2.511 3.781-2.505 6.047v1.172h3.427v-1.172c0-1.364 0.531-2.656 1.505-3.625 0.959-0.963 2.265-1.505 3.625-1.5 2.828 0.005 5.124 2.297 5.129 5.125v4.683c-1.557-0.928-3.339-1.417-5.151-1.412-2.677-0.005-5.245 1.057-7.136 2.953-1.895 1.891-2.957 4.459-2.952 7.136-0.005 2.672 1.057 5.239 2.952 7.129 1.891 1.896 4.459 2.964 7.136 2.964s5.245-1.063 7.136-2.959c1.895-1.891 2.957-4.459 2.952-7.135 0-1.36-0.265-2.683-0.791-3.928zM16 28.573c-3.672 0-6.661-2.989-6.661-6.661s2.989-6.661 6.661-6.661c3.672 0 6.661 2.984 6.661 6.661 0 3.672-2.989 6.661-6.661 6.661zM18.86 21.943c0 3.765-5.652 3.765-5.652 0 0-3.771 5.652-3.771 5.652 0z\"/>\n</svg>\n</li><li title=\"cib open collective \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M29.145 6.896c3.819 5.468 3.819 12.74 0 18.208l-4.129-4.131c1.713-3.093 1.713-6.853 0-9.947zM25.104 2.855l-4.131 4.129c-3.187-1.749-7.056-1.692-10.187 0.161-3.131 1.849-5.047 5.215-5.047 8.849 0 3.636 1.916 7 5.047 8.849s7 1.905 10.187 0.156l4.131 4.145c-4.891 3.391-11.26 3.781-16.531 1.021s-8.579-8.224-8.579-14.172c0-5.953 3.308-11.411 8.579-14.177 5.271-2.76 11.64-2.364 16.531 1.021zM29.145 6.896c3.819 5.468 3.819 12.74 0 18.208l-4.129-4.131c1.713-3.093 1.713-6.853 0-9.947z\"/>\n</svg>\n</li><li title=\"cib open id \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M18.969 27l-4.25 2c-7.188-0.644-12.719-4.469-12.719-9.113 0-4.469 5.156-8.188 11.981-9.019v2.688c-4.469 0.781-7.75 3.313-7.75 6.331 0 3.188 3.656 5.831 8.481 6.438v-21.25l4.25-2.075v24zM30 18.188l-8.206-1.781 2.3-1.294c-1.219-0.719-2.719-1.25-4.375-1.55v-2.688c2.887 0.344 5.481 1.219 7.519 2.456l2.188-1.238z\"/>\n</svg>\n</li><li title=\"cib open source initiative \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M-0.136 16.708c0.152-8.765 6.287-15.005 13.797-16.015 8.959-1.199 16.495 4.895 17.943 12.979 1.375 7.667-2.839 14.844-9.787 17.688-0.599 0.244-0.927 0.109-1.156-0.5l-3.453-8.969c-0.197-0.527-0.063-0.855 0.453-1.088 1.563-0.709 2.536-1.896 2.797-3.6 0.411-2.64-1.5-5.077-4.161-5.307-2.423-0.235-4.609 1.453-5 3.853-0.339 2.131 0.713 4.115 2.697 5.016 0.62 0.281 0.745 0.557 0.505 1.188l-3.469 9.031c-0.167 0.443-0.531 0.6-1 0.417-3.661-1.432-6.667-4.167-8.437-7.677-1.609-3.177-1.624-5.661-1.729-7.021zM1.213 16.584c0.027 0.427 0.041 0.921 0.084 1.427 0.405 4.64 3.197 9.26 8.452 11.817 0.209 0.093 0.287 0.052 0.365-0.145 0.959-2.527 1.927-5.052 2.901-7.579 0.083-0.208 0.041-0.307-0.152-0.427-2.041-1.287-3.057-3.131-2.943-5.552 0.063-1.391 0.6-2.615 1.537-3.636 1.932-2.109 4.968-2.568 7.453-1.135 2.052 1.187 3.197 3.484 2.916 5.839-0.235 1.968-1.244 3.479-2.953 4.5-0.172 0.104-0.224 0.187-0.145 0.389 0.979 2.532 1.953 5.063 2.916 7.595 0.079 0.203 0.157 0.244 0.36 0.145 2.297-1.068 4.208-2.599 5.688-4.64 2.244-3.115 3.171-6.579 2.728-10.391-0.88-7.584-7.703-13.865-16.489-12.781-6.844 0.839-12.604 6.615-12.719 14.573z\"/>\n</svg>\n</li><li title=\"cib openstreetmap \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M3.563 31.959c-0.469-0.12-0.713-0.313-1.964-1.557-1.484-1.484-1.577-1.631-1.572-2.401 0-0.86-0.267-0.552 4.489-5.317 4.796-4.808 4.552-4.6 5.416-4.6 0.407 0 0.505 0.021 0.828 0.188l0.371 0.188 2.323-2.323-0.292-0.459c-0.563-0.885-1.099-2.172-1.339-3.24-0.677-3.016 0.052-6.172 1.975-8.588 3.317-4.156 9.276-5.084 13.676-2.115 2.417 1.625 3.991 4.129 4.439 7.083 0.093 0.625 0.093 2.104 0 2.767-0.297 2.228-1.333 4.296-2.939 5.869-0.744 0.771-1.624 1.407-2.593 1.869-1.276 0.641-2.364 0.943-3.839 1.068-2.099 0.177-4.427-0.407-6.208-1.547l-0.459-0.292-2.328 2.323 0.188 0.376c0.167 0.323 0.187 0.421 0.187 0.823 0.005 0.864 0.209 0.62-4.567 5.396-3.683 3.676-4.251 4.219-4.532 4.348-0.359 0.167-0.916 0.229-1.26 0.141zM23.312 18.599c2.672-0.495 4.953-2.235 6.141-4.677 1.853-3.869 0.604-8.411-2.975-10.812-0.848-0.573-2.036-1.057-3.156-1.281-0.771-0.156-2.411-0.14-3.219 0.032-1.172 0.244-2.287 0.728-3.265 1.421-0.593 0.416-1.573 1.396-1.984 1.979-2.292 3.209-2.084 7.573 0.505 10.543 1.337 1.541 3.187 2.552 5.203 2.848 0.677 0.104 2.057 0.079 2.755-0.047zM18.328 28.432c-0.979-0.271-1.953-0.563-2.927-0.864-0.032-0.037 1.609-5.865 1.677-5.932 0.031-0.037 5.656 1.536 5.885 1.645 0.083 0.036-0.005 0.385-0.704 2.801-0.281 0.996-0.563 1.991-0.844 2.985-0.036 0.115-0.093 0.208-0.129 0.208-0.036-0.005-1.369-0.385-2.959-0.844zM22.213 29.136c0-0.073 1.636-5.781 1.661-5.797 0.063-0.047 5.765-1.641 5.787-1.615 0.027 0.025-1.599 5.781-1.64 5.812-0.027 0.027-5.5 1.589-5.677 1.625-0.073 0.016-0.131 0-0.131-0.025zM12.74 26.584c1.124-1.136 2.129-2.168 2.229-2.303 0.228-0.292 0.541-0.975 0.629-1.355 0.037-0.156 0.073-0.468 0.079-0.692l0.016-0.412 0.239-0.068c0.141-0.036 0.261-0.057 0.271-0.047 0.032 0.037-1.609 5.761-1.661 5.813-0.025 0.020-0.901 0.285-1.953 0.583l-1.895 0.541 2.047-2.057zM23.792 22.505c-0.032-0.084-0.057-0.167-0.079-0.251l-0.063-0.208 0.209-0.036c1.785-0.303 3.703-1.141 5.213-2.281 0.213-0.167 0.333-0.229 0.353-0.183 0.068 0.219 0.36 1.265 0.355 1.281-0.047 0.041-5.975 1.708-5.989 1.683zM3.683 20.771c-0.068-0.052-1.573-5.151-1.688-5.719-0.021-0.115 0.193-0.057 2.901 0.713 2.823 0.808 2.921 0.839 2.959 0.989 0.041 0.131 0.015 0.172-0.167 0.297-0.109 0.079-1.027 0.964-2.032 1.969-0.604 0.619-1.224 1.224-1.849 1.823-0.020 0-0.077-0.032-0.124-0.073zM4.776 14.932c-1.583-0.453-2.885-0.828-2.891-0.833-0.021-0.016 1.683-5.911 1.713-5.948 0.032-0.025 5.896 1.615 5.959 1.672 0.011 0.011-0.36 1.355-0.823 2.984-0.771 2.693-0.86 2.964-0.964 2.959-0.068 0-1.411-0.38-3-0.833zM8.719 15.651c0.016-0.041 0.287-0.963 0.593-2.047l0.557-1.964 0.079 0.428c0.125 0.739 0.355 1.583 0.62 2.317 0.14 0.396 0.244 0.719 0.239 0.729-0.009 0.011-0.443 0.136-0.957 0.281-0.521 0.145-0.989 0.281-1.047 0.301-0.079 0.021-0.105 0.005-0.084-0.047zM6.541 8.151c-1.583-0.453-2.891-0.848-2.905-0.875-0.057-0.083-1.663-5.76-1.641-5.781 0.032-0.036 5.745 1.604 5.803 1.661 0.063 0.068 1.703 5.839 1.661 5.833l-2.912-0.839zM9.407 5.864l-0.693-2.405-0.104-0.376 2.255-0.645c1.245-0.349 2.297-0.656 2.349-0.677 0.041-0.020-0.115 0.188-0.349 0.448-1.233 1.36-2.129 2.995-2.609 4.765-0.077 0.245-0.135 0.496-0.176 0.745 0 0.396-0.157-0.031-0.672-1.849z\"/>\n</svg>\n</li><li title=\"cib opensuse \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M28.682 10.807c-0.349-0.010-0.693 0.115-0.948 0.354-0.849 0.802-0.313 2.234 0.854 2.286 0.729 0.026 1.339-0.547 1.365-1.271 0.026-0.729-0.542-1.339-1.271-1.37zM28.896 12.25c-0.323 0-0.583-0.172-0.583-0.385 0-0.219 0.26-0.391 0.583-0.391s0.589 0.172 0.589 0.391c0 0.214-0.266 0.385-0.589 0.385zM31.969 13.823c0.010-0.005 0.036-0.026 0.031-0.042-0.073-0.458-0.755-2.672-1.271-3.208-0.141-0.146-0.255-0.286-0.484-0.422-1.865-1.083-6.281-1.74-6.49-1.771 0 0-0.021-0.005-0.036 0.010-0.010 0.010-0.016 0.031-0.016 0.031l-0.016 1.021c-0.453-0.151-3.734-1.214-6.813-1.323-2.609-0.089-6.406-0.427-11.448 2.672l-0.146 0.094c-2.37 1.474-4.005 3.297-4.859 5.411-0.271 0.667-0.63 2.172-0.271 3.583 0.151 0.62 0.437 1.245 0.828 1.797 0.875 1.26 2.339 2.094 3.922 2.234 2.234 0.198 3.922-0.802 4.521-2.682 0.417-1.292 0-3.193-1.583-4.161-1.286-0.792-2.672-0.609-3.479-0.078-0.698 0.464-1.089 1.182-1.083 1.969 0.016 1.401 1.224 2.141 2.089 2.146 0.255 0 0.505-0.042 0.792-0.135 0.104-0.031 0.208-0.078 0.302-0.135l0.031-0.021 0.021-0.010h-0.005c0.255-0.172 0.37-0.484 0.286-0.781-0.099-0.354-0.453-0.573-0.813-0.5l-0.052 0.010-0.063 0.016-0.099 0.036c-0.198 0.047-0.349 0.052-0.38 0.052-0.099-0.005-0.599-0.156-0.599-0.703v-0.005c0-0.198 0.078-0.344 0.125-0.417 0.156-0.245 0.578-0.484 1.151-0.432 0.755 0.063 1.297 0.453 1.656 1.177 0.333 0.677 0.25 1.516-0.224 2.125-0.469 0.604-1.302 0.865-2.411 0.745s-2.083-0.781-2.594-1.771c-0.521-0.979-0.547-2.146-0.073-3.036 1.13-2.135 3.271-2.115 4.443-1.911 1.734 0.302 3.714 1.901 4.411 3.75 0.115 0.297 0.172 0.531 0.224 0.745l0.073 0.318 1.964 0.958c0.042 0.021 0.057 0.026 0.073 0.016 0.021-0.016 0.010-0.057 0.010-0.057-0.016-0.047-0.042-0.083-0.089-0.635-0.036-0.484-0.115-1.818 0.557-2.479 0.26-0.26 0.656-0.49 0.974-0.563 1.286-0.313 2.792-0.099 4.214 1.552 0.74 0.854 1.099 1.24 1.281 1.411 0 0 0.042 0.042 0.063 0.057 0.026 0.021 0.042 0.036 0.073 0.057 0.063 0.031 2.453 1.135 2.453 1.135s0.026 0.010 0.047-0.016c0.021-0.026 0-0.047 0-0.047-0.016-0.021-1.516-1.958-1.25-3.557 0.214-1.271 1.224-1.151 2.625-0.995 0.458 0.052 0.979 0.115 1.516 0.125 1.505 0.010 3.125-0.271 4.12-0.708 0.646-0.276 1.057-0.464 1.318-0.698 0.094-0.078 0.141-0.203 0.193-0.339l0.036-0.089c0.042-0.109 0.099-0.339 0.125-0.464 0.016-0.057 0.026-0.109-0.021-0.146-0.042-0.031-0.135 0.026-0.135 0.026-0.443 0.266-1.536 0.766-2.563 0.786-1.271 0.026-3.849-1.292-4.115-1.427-0.177-0.427-0.354-0.854-0.536-1.276 1.844 1.214 3.37 1.885 4.542 1.99 1.302 0.115 2.323-0.594 2.76-0.891 0.057-0.036 0.115-0.083 0.167-0.125zM26.74 12.078c0.021-0.505 0.229-0.974 0.599-1.318s0.854-0.526 1.359-0.505c1.042 0.036 1.859 0.911 1.823 1.953-0.016 0.505-0.229 0.974-0.599 1.318-0.37 0.349-0.849 0.526-1.359 0.51-1.042-0.042-1.854-0.917-1.823-1.958z\"/>\n</svg>\n</li><li title=\"cib openvpn \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16 0.484c-8.818 0-16 7.109-16 15.865 0 5.813 3.146 10.87 7.859 13.604l1.026-6.766c-1.568-1.724-2.448-3.964-2.458-6.292 0-5.198 4.24-9.438 9.505-9.438s9.5 4.24 9.5 9.438c0 2.458-0.953 4.646-2.458 6.359l1.026 6.771c4.786-2.734 8-7.87 8-13.677 0-8.755-7.182-15.865-16-15.865zM15.932 11.359c-2.797-0.005-5.068 2.266-5.063 5.063-0.010 2.109 1.302 4 3.281 4.719l-1.979 10.391h7.521l-1.911-10.391c1.844-0.755 3.214-2.531 3.214-4.719 0.005-2.797-2.266-5.068-5.063-5.063z\"/>\n</svg>\n</li><li title=\"cib opera \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M10.735 6.984c-1.771 2.089-2.917 5.177-2.995 8.641v0.749c0.083 3.464 1.224 6.552 2.995 8.641 2.296 2.979 5.703 4.869 9.52 4.869 2.339 0 4.532-0.713 6.407-1.959-2.823 2.537-6.563 4.073-10.661 4.073-0.255 0-0.511-0.005-0.76-0.021-8.491-0.395-15.24-7.395-15.24-15.979 0-8.839 7.161-16 16-16h0.063c4.073 0.016 7.787 1.552 10.599 4.073-1.875-1.24-4.068-1.959-6.411-1.959-3.813 0-7.224 1.891-9.521 4.869zM32 16c0 4.74-2.063 8.995-5.339 11.927-4.099 2-7.927 0.6-9.192-0.276 4.031-0.885 7.077-5.755 7.077-11.651s-3.047-10.765-7.077-11.651c1.265-0.876 5.093-2.271 9.192-0.276 3.276 2.927 5.339 7.187 5.339 11.927z\"/>\n</svg>\n</li><li title=\"cib opsgenie \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16.005 0c2.13-0.026 4.188 0.802 5.708 2.302s2.375 3.547 2.375 5.682c0 2.135-0.854 4.182-2.375 5.682s-3.578 2.328-5.708 2.302c-4.37-0.057-7.885-3.615-7.885-7.984s3.516-7.927 7.885-7.984zM28.969 17.37h-0.042l-6.036-2.99c-0.422-0.208-0.932-0.052-1.167 0.354-1.552 2.599-3.49 4.943-5.745 6.958-2.24-2.010-4.167-4.349-5.714-6.932-0.234-0.411-0.745-0.568-1.167-0.359l-6.047 2.969h-0.042c-0.417 0.245-0.563 0.776-0.328 1.203 1.672 2.885 3.708 5.547 6.068 7.906l-0.005 0.005c0.031 0.031 0.068 0.063 0.099 0.094 0.448 0.448 0.901 0.885 1.37 1.307 0.109 0.099 0.219 0.193 0.328 0.292 0.422 0.37 0.844 0.74 1.281 1.094 0.193 0.156 0.396 0.302 0.589 0.453 0.37 0.286 0.734 0.578 1.115 0.854 0.589 0.422 1.188 0.833 1.797 1.219 0.406 0.26 0.927 0.271 1.344 0.026 0.646-0.417 1.281-0.854 1.901-1.307 0.094-0.068 0.177-0.141 0.271-0.203 0.474-0.354 0.948-0.719 1.411-1.094 0.313-0.255 0.615-0.521 0.917-0.786 0.229-0.193 0.453-0.385 0.677-0.589 0.391-0.359 0.771-0.724 1.151-1.099 0.078-0.083 0.167-0.156 0.25-0.24h-0.005c2.365-2.37 4.411-5.036 6.083-7.932 0.229-0.432 0.073-0.969-0.354-1.203z\"/>\n</svg>\n</li><li title=\"cib oracle netsuite \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M31.5183304,11.687513 C31.5439304,11.687513 31.5823304,11.687513 31.5951304,11.649113 C31.6079304,11.636313 31.6079304,11.623513 31.6079304,11.610713 C31.6079304,11.5852522 31.5951304,11.559513 31.5695304,11.546713 C31.5439304,11.533913 31.5183304,11.533913 31.4799304,11.533913 L31.4543304,11.533913 L31.4543304,11.6745739 L31.5183304,11.6745739 M31.4799304,11.4700522 C31.5439304,11.4700522 31.5823304,11.4700522 31.6079304,11.4828522 C31.6973913,11.5084522 31.6973913,11.597913 31.6973913,11.623513 C31.6973913,11.636313 31.6973913,11.649113 31.6973913,11.6617739 C31.6973913,11.687513 31.6845913,11.7257739 31.6333913,11.7513739 C31.6333913,11.7513739 31.6205913,11.7641739 31.6079304,11.7641739 L31.7229913,11.9686957 L31.6079304,11.9686957 L31.5183304,11.7768348 L31.4543304,11.7768348 L31.4543304,11.9686957 L31.3522087,11.9686957 L31.3522087,11.4700522 L31.4799304,11.4700522 M31.5183304,12.1733565 C31.7612522,12.1733565 31.965913,11.9814957 31.965913,11.7257739 C31.965913,11.4700522 31.7740522,11.2781913 31.5183304,11.2781913 C31.2754087,11.2781913 31.0707478,11.4828522 31.0707478,11.7257739 C31.0707478,11.9686957 31.2754087,12.1733565 31.5183304,12.1733565 M31.1731478,11.7257739 C31.1731478,11.533913 31.3264696,11.3805913 31.5311304,11.3805913 C31.7229913,11.3805913 31.876313,11.533913 31.876313,11.7257739 C31.876313,11.9176348 31.7229913,12.0710957 31.5311304,12.0710957 C31.3264696,12.0838957 31.1731478,11.9176348 31.1731478,11.7257739 M28.066087,14.577113 C27.4778435,14.577113 26.9792,14.1807304 26.8258783,13.643687 L30.0862609,13.643687 L30.5338435,12.9405217 L26.8258783,12.9405217 C26.9792,12.4034783 27.4778435,12.0070957 28.066087,12.0070957 L30.3037217,12.0070957 L30.7511652,11.3037913 L28.014887,11.3037913 C26.9152,11.3037913 26.0329739,12.1989565 26.0329739,13.2857043 C26.0329739,14.3853913 26.928,15.2676174 28.014887,15.2676174 L30.3677217,15.2676174 L30.8150261,14.5644522 L28.066087,14.5644522 M18.7319652,15.2676174 L21.0974609,15.2676174 L21.5449043,14.5644522 L18.7959652,14.5644522 C18.0798609,14.5644522 17.5044174,13.9890087 17.5044174,13.2857043 C17.5044174,12.5697391 18.0798609,12.0070957 18.7959652,12.0070957 L21.0336,12.0070957 L21.4811826,11.3037913 L18.7449043,11.3037913 C17.6450783,11.3037913 16.7501913,12.1989565 16.7501913,13.2857043 C16.7501913,14.3853913 17.6450783,15.2676174 18.7319652,15.2676174 M4.2450087,14.577113 L2.03297391,14.577113 C1.3298087,14.577113 0.754365217,14.0018087 0.754365217,13.2985043 C0.754365217,12.5825391 1.3298087,12.0198957 2.03297391,12.0198957 L4.2322087,12.0198957 C4.94817391,12.0198957 5.52361739,12.5952 5.52361739,13.2985043 C5.52361739,14.0018087 4.94817391,14.577113 4.2450087,14.577113 M1.98177391,15.2676174 L4.2834087,15.2676174 C5.38295652,15.2676174 6.26518261,14.3853913 6.26518261,13.2857043 C6.26518261,12.1861565 5.38295652,11.3037913 4.2834087,11.3037913 L1.98177391,11.3037913 C0.895026087,11.3037913 0,12.1989565 0,13.2857043 C0,14.3853913 0.895026087,15.2676174 1.98177391,15.2676174 M10.024487,13.9890087 C10.7660522,13.9890087 11.3669565,13.3881043 11.3669565,12.6464 C11.3669565,11.9046957 10.7660522,11.3037913 10.024487,11.3037913 L6.68716522,11.3037913 L6.68716522,15.2676174 L7.45446957,15.2676174 L7.45446957,12.0070957 L9.97342609,12.0070957 C10.3314087,12.0070957 10.6125913,12.2884174 10.6125913,12.6464 C10.6125913,13.0045217 10.3314087,13.2857043 9.97342609,13.2857043 L7.82511304,13.2857043 L10.101287,15.2676174 L11.2136348,15.2676174 L9.67916522,13.9762087 L10.024487,13.9762087 M22.6445913,14.577113 L22.6445913,11.3037913 L21.8774261,11.3037913 L21.8774261,14.8968348 C21.8774261,14.9990957 21.9159652,15.0885565 21.992487,15.1653565 C22.0691478,15.2421565 22.1714087,15.2804174 22.2738087,15.2804174 L25.7517913,15.2804174 L26.1992348,14.577113 L22.6445913,14.577113 M13.3106087,13.8739478 L15.3435826,13.8739478 L14.2696348,12.1349565 L12.2875826,15.2676174 L11.3797565,15.2676174 L13.7836522,11.5084522 C13.885913,11.3549913 14.0649739,11.2655304 14.2568348,11.2655304 C14.4485565,11.2655304 14.6148174,11.3549913 14.7170783,11.5084522 L17.1336348,15.2804174 L16.2387478,15.2804174 L15.8167652,14.577113 L13.7581913,14.577113 L13.3106087,13.8739478\"/>\n  <polyline points=\".371 17.659 1.381 17.659 2.608 20.229 2.608 17.659 3.261 17.659 3.261 20.932 2.301 20.932 1.036 18.208 1.036 20.919 .371 20.919 .371 17.659\"/>\n  <polyline points=\"4.002 17.659 6.189 17.659 6.189 18.196 4.705 18.196 4.705 18.976 6.099 18.976 6.099 19.513 4.705 19.513 4.705 20.395 6.24 20.395 6.24 20.932 4.002 20.932 4.002 17.659\"/>\n  <polyline points=\"7.595 18.196 6.623 18.196 6.623 17.659 9.283 17.659 9.283 18.196 8.311 18.196 8.311 20.932 7.608 20.932 7.608 18.196 7.595 18.196\"/>\n  <path fill=\"#1A1919\" d=\"M10.1267478,19.9730087 C10.1395478,20.2031304 10.1651478,20.625113 10.9193739,20.625113 C11.5970783,20.625113 11.6866783,20.2031304 11.6866783,20.0370087 C11.6866783,19.6662261 11.3926957,19.6022261 10.932313,19.4871652 C10.4335304,19.3593043 10.2163478,19.3081043 10.0499478,19.1930435 C9.78156522,19.0139826 9.70476522,18.7710609 9.70476522,18.5537391 C9.70476522,17.8888348 10.3314087,17.5948522 10.945113,17.5948522 C11.1624348,17.5948522 11.5970783,17.633113 11.8657391,17.9144348 C12.0446609,18.1190957 12.0574609,18.3364174 12.0702609,18.4770783 L11.5970783,18.4770783 C11.5716174,18.0677565 11.2262957,17.9782957 10.906713,17.9782957 C10.4592696,17.9782957 10.1778087,18.1829565 10.1778087,18.5025391 C10.1778087,18.7966609 10.3696696,18.8861217 10.7660522,18.9885217 C11.5460174,19.1930435 11.6356174,19.2058435 11.8273391,19.3337043 C12.1342609,19.5383652 12.1470609,19.8451478 12.1470609,19.9858087 C12.1470609,20.561113 11.6994783,21.0086957 10.855513,21.0086957 C10.6125913,21.0086957 10.101287,20.9704348 9.84556522,20.637913 C9.65370435,20.3949913 9.65370435,20.1392696 9.65370435,19.9730087 L10.1267478,19.9730087\"/>\n  <path d=\"M13.3234087,17.658713 L13.3234087,19.678887 C13.3234087,20.0242087 13.4000696,20.1775304 13.4639304,20.2671304 C13.6685913,20.5356522 13.9881739,20.586713 14.2056348,20.586713 C15.0878609,20.586713 15.0878609,19.8963478 15.0878609,19.6534261 L15.0878609,17.658713 L15.5225043,17.658713 L15.5225043,19.678887 C15.5225043,19.8579478 15.5225043,20.2159304 15.2541217,20.548313 C14.9344,20.9576348 14.4357565,20.9958957 14.1928348,20.9958957 C13.885913,20.9958957 13.3362087,20.9064348 13.042087,20.4717913 C12.9398261,20.3309913 12.8502261,20.1392696 12.8502261,19.6534261 L12.8502261,17.658713 L13.3234087,17.658713\"/>\n  <polygon points=\"16.469 20.932 16.916 20.932 16.916 17.659 16.469 17.659\"/>\n  <polyline points=\"18.681 20.932 18.681 18.042 17.581 18.042 17.581 17.659 20.215 17.659 20.215 18.042 19.116 18.042 19.116 20.932 18.681 20.932\"/>\n  <polyline points=\"20.765 17.659 22.811 17.659 22.811 18.042 21.213 18.042 21.213 19.065 22.734 19.065 22.734 19.449 21.213 19.449 21.213 20.536 22.849 20.536 22.849 20.932 20.765 20.932 20.765 17.659\"/>\n</svg>\n</li><li title=\"cib oracle \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M21.88 5.88h-11.755c-5.589 0-10.12 4.527-10.125 10.115-0.005 5.589 4.527 10.12 10.115 10.125h11.765c5.589 0 10.12-4.532 10.12-10.12s-4.531-10.12-10.12-10.12zM21.625 22.552h-11.245c-8.563-0.172-8.563-12.932 0-13.104h11.245c8.735 0 8.735 13.104 0 13.104z\"/>\n</svg>\n</li><li title=\"cib orcid \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16 0c-8.839 0-16 7.161-16 16s7.161 16 16 16c8.839 0 16-7.161 16-16s-7.161-16-16-16zM9.823 5.839c0.704 0 1.265 0.573 1.265 1.26 0 0.688-0.561 1.265-1.265 1.265-0.692-0.004-1.26-0.567-1.26-1.265 0-0.697 0.563-1.26 1.26-1.26zM8.864 9.885h1.923v13.391h-1.923zM13.615 9.885h5.197c4.948 0 7.125 3.541 7.125 6.703 0 3.439-2.687 6.699-7.099 6.699h-5.224zM15.536 11.625v9.927h3.063c4.365 0 5.365-3.312 5.365-4.964 0-2.687-1.713-4.963-5.464-4.963z\"/>\n</svg>\n</li><li title=\"cib origin \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16.786 4.146c1.583 0.094 3.135 0.51 4.552 1.224 1.375 0.688 2.599 1.635 3.609 2.792 1 1.156 1.76 2.474 2.286 3.953 0.521 1.479 0.729 3.036 0.62 4.672-0.047 0.844-0.182 1.667-0.406 2.464-0.224 0.781-0.526 1.542-0.901 2.271-0.583 1.13-1.24 2.198-1.958 3.214-0.719 1.010-1.5 1.953-2.349 2.823-0.854 0.87-1.755 1.672-2.714 2.406-0.958 0.724-1.958 1.38-3.005 1.969l-0.047 0.036c-0.047 0.021-0.094 0.036-0.146 0.031-0.083-0.021-0.156-0.068-0.214-0.13-0.052-0.068-0.083-0.151-0.083-0.229 0-0.042 0.005-0.078 0.016-0.115 0.016-0.031 0.031-0.057 0.052-0.083 0.37-0.526 0.672-1.073 0.917-1.646 0.24-0.578 0.401-1.182 0.49-1.813 0-0.042-0.021-0.083-0.052-0.115-0.026-0.031-0.073-0.052-0.115-0.052-0.349 0.047-0.703 0.073-1.057 0.083-0.354 0.016-0.708 0-1.063-0.047-1.583-0.094-3.135-0.516-4.557-1.224-1.375-0.688-2.599-1.635-3.609-2.792-1.005-1.161-1.781-2.5-2.286-3.953-0.521-1.5-0.734-3.083-0.62-4.672 0.047-0.844 0.182-1.667 0.411-2.464s0.526-1.536 0.901-2.24c0.583-1.151 1.24-2.234 1.958-3.245s1.5-1.953 2.344-2.828c0.854-0.865 1.755-1.667 2.714-2.396s1.958-1.385 3.005-1.974l0.047-0.031c0.047-0.026 0.094-0.036 0.146-0.036 0.089 0.021 0.161 0.068 0.214 0.13 0.057 0.068 0.083 0.141 0.083 0.234 0 0.036-0.005 0.073-0.016 0.109-0.010 0.031-0.031 0.057-0.052 0.083-0.365 0.516-0.672 1.068-0.917 1.651-0.24 0.578-0.396 1.177-0.484 1.807 0 0.047 0.016 0.083 0.047 0.115s0.073 0.052 0.115 0.052c0.349-0.047 0.703-0.073 1.057-0.083 0.365-0.010 0.714 0.005 1.068 0.047zM15.708 20.635c1.229 0.104 2.448-0.307 3.359-1.141 0.964-0.849 1.479-1.917 1.568-3.198 0.104-1.24-0.307-2.464-1.141-3.38-0.802-0.943-1.964-1.51-3.198-1.552-1.234-0.104-2.458 0.313-3.38 1.141-0.943 0.802-1.51 1.964-1.552 3.203-0.104 1.234 0.307 2.453 1.13 3.38 0.833 0.964 1.906 1.484 3.214 1.547z\"/>\n</svg>\n</li><li title=\"cib osi \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M0.5 16.653c0.144-8.488 6.087-14.528 13.363-15.506 8.675-1.163 15.975 4.738 17.375 12.569 1.331 7.425-2.75 14.375-9.475 17.125-0.581 0.237-0.9 0.106-1.125-0.481-1.113-2.894-2.225-5.79-3.337-8.688-0.194-0.506-0.063-0.825 0.438-1.050 1.512-0.688 2.456-1.838 2.706-3.488 0.19-1.223-0.136-2.471-0.9-3.445s-1.898-1.587-3.132-1.693c-2.438-0.213-4.488 1.481-4.844 3.731-0.325 2.063 0.694 3.981 2.619 4.856 0.6 0.275 0.719 0.538 0.488 1.15-1.119 2.913-2.238 5.827-3.356 8.744-0.163 0.431-0.519 0.581-0.969 0.406-3.288-1.269-6.338-3.813-8.175-7.438-1.556-3.075-1.575-5.481-1.675-6.794zM1.806 16.534c0.025 0.413 0.038 0.894 0.081 1.381 0.394 4.494 3.1 8.969 8.188 11.444 0.2 0.094 0.275 0.050 0.35-0.144 0.931-2.444 1.869-4.888 2.813-7.331 0.081-0.206 0.037-0.3-0.15-0.419-1.975-1.244-2.956-3.031-2.85-5.375 0.063-1.35 0.581-2.531 1.488-3.519 1.875-2.044 4.813-2.488 7.219-1.1 1.989 1.147 3.101 3.371 2.825 5.65-0.225 1.912-1.206 3.369-2.856 4.362-0.169 0.1-0.219 0.181-0.144 0.375 0.95 2.45 1.892 4.902 2.825 7.356 0.075 0.194 0.15 0.237 0.35 0.144 2.219-1.037 4.075-2.519 5.506-4.5 2.175-3.012 3.069-6.369 2.644-10.063-0.856-7.344-7.462-13.425-15.969-12.375-6.631 0.813-12.206 6.406-12.319 14.113z\"/>\n</svg>\n</li><li title=\"cib osmc \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M30.359 16.005c0 7.911-6.443 14.354-14.359 14.354-7.911-0.005-14.349-6.443-14.349-14.354 0-7.922 6.438-14.359 14.354-14.359 7.911 0 14.354 6.438 14.354 14.359zM30.745 9.771c-0.797-1.901-1.964-3.625-3.427-5.083-1.453-1.458-3.182-2.625-5.083-3.427-1.969-0.839-4.089-1.266-6.229-1.26-4.245-0.010-8.318 1.677-11.313 4.688-1.464 1.458-2.625 3.188-3.427 5.083-0.844 1.979-1.26 4.068-1.26 6.234 0 2.161 0.417 4.255 1.255 6.229 0.797 1.901 1.964 3.625 3.427 5.083 2.995 3.005 7.068 4.688 11.313 4.682 2.156 0 4.255-0.427 6.229-1.255 1.901-0.802 3.63-1.964 5.083-3.427 3.005-3 4.693-7.073 4.682-11.313 0-2.167-0.411-4.255-1.25-6.234zM11.422 19.51v-7.161l3.432 3.578zM9.771 8.396v15.229l10.818-11.276v9.026c0 0.453 0.375 0.823 0.823 0.823 0.458 0 0.833-0.37 0.833-0.828v-12.99l-6.24 6.359z\"/>\n</svg>\n</li><li title=\"cib overcast \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16 32c-8.812 0.027-15.979-7.104-16-15.917v-0.083c0-8.864 7.136-16 16-16s16 7.136 16 16c0 8.864-7.136 16-16 16zM16 25.667l1.197-1.197-1.197-4.605-1.197 4.605zM14.469 25.599l-0.605 2.265 1.401-1.4zM17.531 25.599l-0.796 0.803 1.401 1.401zM18.667 29.735l-2.667-2.667-2.667 2.667c0.864 0.135 1.735 0.265 2.667 0.265s1.803-0.068 2.667-0.265zM16 2c-7.735 0-14 6.265-14 14-0.011 5.959 3.765 11.26 9.401 13.197l3-11.129c-0.683-0.5-1.079-1.292-1.068-2.136 0-1.468 1.197-2.667 2.667-2.667s2.667 1.199 2.667 2.667c0 0.865-0.401 1.599-1.068 2.136l3 11.129c5.636-1.937 9.412-7.239 9.401-13.197 0-7.735-6.265-14-14-14zM25.136 22.932c-0.344 0.428-0.953 0.516-1.401 0.204-0.417-0.276-0.532-0.839-0.261-1.256 0.021-0.031 0.043-0.057 0.063-0.083 0 0 1.797-2.396 1.797-5.797s-1.797-5.803-1.797-5.803c-0.323-0.385-0.265-0.957 0.12-1.276 0.027-0.020 0.052-0.041 0.079-0.057 0.448-0.312 1.063-0.224 1.401 0.199 0.129 0.135 2.197 2.869 2.197 6.932 0 4.068-2.068 6.808-2.197 6.937zM20.265 20.333c-0.401-0.401-0.333-1.136 0.068-1.531 0 0 1-1.068 1-2.803s-1-2.735-1-2.803c-0.401-0.4-0.401-1.067-0.068-1.531 0.308-0.407 0.885-0.473 1.292-0.167 0.036 0.031 0.073 0.063 0.109 0.099 0.068 0.068 1.667 1.735 1.667 4.401s-1.599 4.333-1.667 4.401c-0.401 0.401-1 0.333-1.401-0.068zM11.735 20.333c-0.401 0.401-1 0.469-1.401 0.068-0.068-0.136-1.667-1.735-1.667-4.401s1.599-4.265 1.667-4.401c0.401-0.401 1.068-0.401 1.401 0.068 0.401 0.401 0.333 1.136-0.068 1.531 0 0.068-1 1.068-1 2.803s1 2.803 1 2.803c0.401 0.395 0.469 1.061 0.068 1.531zM8.265 23.136c-0.448 0.312-1.057 0.224-1.401-0.204-0.129-0.129-2.197-2.864-2.197-6.932s2.068-6.803 2.197-6.932c0.344-0.428 0.953-0.516 1.401-0.204 0.417 0.276 0.532 0.839 0.261 1.256-0.021 0.025-0.043 0.057-0.057 0.077 0 0-1.803 2.401-1.803 5.803s1.803 5.803 1.803 5.803c0.333 0.395 0.197 1-0.204 1.333z\"/>\n</svg>\n</li><li title=\"cib overleaf \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M9.817 8.036c-4.541 2.709-7.401 7.532-7.593 12.813 0.005 4.14 2.303 7.943 5.973 9.869 3.667 1.927 8.1 1.656 11.516-0.692 3.412-2.349 5.24-6.401 4.745-10.516-0.489-4.115-3.224-7.615-7.095-9.095-1.26-0.509-2.604-0.765-3.957-0.749-2.417 1.631-4.355 3.869-5.615 6.495 1.609-1.921 4.088-2.885 6.572-2.557 2.491 0.328 4.631 1.901 5.688 4.177 1.057 2.271 0.875 4.927-0.473 7.041-1.355 2.109-3.693 3.38-6.199 3.375-2.151 0-4.192-0.937-5.588-2.572-1.808-2.016-2.589-4.756-2.115-7.423 1.432-8.557 11.687-13.489 19.281-15.4-3.516 1.692-6.901 3.64-10.125 5.833 9.177 3.541 10.651-4.183 14.943-7.641-4.271-1.672-19.937-2.287-19.959 7.047z\"/>\n</svg>\n</li><li title=\"cib ovh \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M26.51 13.458l3.417-5.932c1.318 2.328 2.073 5.010 2.073 7.88 0 3.839-1.354 7.365-3.615 10.125h-8.823l2.719-4.719h-3.594l4.234-7.354zM23.417 6.469l-10.974 19.052 0.005 0.010h-8.833c-2.26-2.76-3.615-6.286-3.615-10.125 0-2.87 0.76-5.557 2.083-7.891l5.724 9.953 6.328-11z\"/>\n</svg>\n</li><li title=\"cib pagekit \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M3.203 0v32h12.797v-4.703h-8.094v-22.594h16.193v17.891h-8.094v4.703h12.797v-27.297z\"/>\n</svg>\n</li><li title=\"cib palantir \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M26.865 24l-10.865 4.24-10.865-4.24-1.802 3.125 12.667 4.875 12.667-4.875zM16 0c-6.995 0-12.667 5.672-12.667 12.667s5.672 12.667 12.667 12.667c6.995 0 12.667-5.672 12.667-12.667s-5.672-12.667-12.667-12.667zM16 21.438c-4.839 0-8.755-3.922-8.755-8.755 0-4.839 3.917-8.76 8.755-8.76s8.755 3.922 8.755 8.76c0 4.833-3.917 8.755-8.755 8.755z\"/>\n</svg>\n</li><li title=\"cib pandora \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M25.401 0h-18.803c-3.599 0-6.599 2.964-6.599 6.599v18.803c0 3.599 2.959 6.599 6.599 6.599h18.803c3.635 0 6.599-2.964 6.599-6.599v-18.803c0-3.599-2.964-6.599-6.599-6.599zM16.5 21.083h-1.64v3.72c0 0.479-0.401 0.859-0.86 0.859h-5.14v-19.317h8.739c4.245 0 7.527 2.197 7.527 7.197 0 4.74-3.641 7.537-8.604 7.537h-0.021z\"/>\n</svg>\n</li><li title=\"cib pantheon \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M9.677 0l2.943 6.896h-3.745l1.24 3.031h7.583zM9.453 10.63c-0.422 0-0.651 0-0.839 0.609-0.229 0.724-0.255 2.094-0.255 4.76s0.026 4.036 0.255 4.76c0.188 0.609 0.417 0.609 0.839 0.609h4.781l-2.37-5.604h2.12l-1.188-2.802h0.568l1.188 2.802h2.526l-2.182-5.135zM13.984 15.766h0.005zM15.432 10.63l0.995 2.339h4.229c0.094 0 0.307-0.115 0.307-1.172s-0.214-1.167-0.307-1.167zM16.625 13.432l0.99 2.333h3.51c0.094 0 0.307-0.115 0.307-1.167 0-1.057-0.214-1.172-0.307-1.172h-4.5zM12.625 16.234l2.479 5.833h-4.411l8.156 9.932-2.943-6.896h3.745l-1.255-3.031h-1.734l-2.479-5.839zM14.75 16.234l0.995 2.333h5.38c0.094 0 0.307-0.109 0.307-1.167 0-1.052-0.214-1.167-0.307-1.167zM15.938 19.036l0.995 2.333h3.729c0.094 0 0.307-0.115 0.307-1.167 0-1.057-0.219-1.172-0.307-1.172h-4.724zM22.667 19.714c-0.13 0-0.26 0.026-0.38 0.078h0.005c-0.229 0.099-0.411 0.281-0.516 0.51v0.005c-0.052 0.12-0.078 0.245-0.078 0.375v0.005c0 0.135 0.026 0.266 0.078 0.38v-0.005c0.099 0.229 0.281 0.411 0.51 0.516h0.005c0.245 0.109 0.521 0.104 0.76 0h-0.005c0.229-0.099 0.411-0.281 0.516-0.51v-0.005c0.109-0.245 0.104-0.521 0-0.76v0.005c-0.099-0.229-0.281-0.411-0.51-0.516h-0.005c-0.12-0.052-0.25-0.078-0.375-0.078zM22.672 19.885c0.109 0 0.214 0.021 0.313 0.068l-0.005-0.005c0.193 0.083 0.344 0.229 0.427 0.422v0.005c0.089 0.198 0.083 0.427 0 0.625v-0.005c-0.078 0.188-0.229 0.344-0.422 0.422l-0.005 0.005c-0.198 0.083-0.427 0.083-0.625-0.005l0.005 0.005c-0.188-0.083-0.339-0.229-0.422-0.422l-0.005-0.005c-0.042-0.094-0.063-0.198-0.063-0.307v-0.010c0-0.109 0.026-0.214 0.068-0.307l-0.005 0.005c0.083-0.193 0.234-0.344 0.422-0.422l0.005-0.005c0.099-0.042 0.203-0.063 0.313-0.063zM22.766 20.125h-0.469v1.109h0.203v-0.453h0.146l0.276 0.453h0.214l-0.286-0.469c0.073-0.010 0.141-0.036 0.193-0.089 0.047-0.052 0.073-0.125 0.073-0.198v-0.042c0-0.083-0.036-0.167-0.094-0.229-0.073-0.052-0.161-0.083-0.255-0.089zM22.5 20.302h0.245c0.026 0.005 0.057 0.010 0.083 0.021s0.047 0.026 0.063 0.047c0.031 0.052 0.031 0.12 0 0.172-0.016 0.021-0.036 0.036-0.063 0.047s-0.057 0.016-0.083 0.016h-0.245z\"/>\n</svg>\n</li><li title=\"cib patreon \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M20.516 0.697c-6.355 0-11.521 5.167-11.521 11.521 0 6.333 5.167 11.484 11.521 11.484 6.333 0 11.484-5.151 11.484-11.484 0-6.355-5.151-11.521-11.484-11.521zM0.005 31.38h5.625v-30.683h-5.625z\"/>\n</svg>\n</li><li title=\"cib paypal \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M10.962 18.494c-0.219 1.2-1.087 6.794-1.344 8.375-0.019 0.113-0.063 0.156-0.188 0.156h-4.662c-0.475 0-0.819-0.412-0.756-0.869l3.663-23.244c0.094-0.6 0.631-1.056 1.25-1.056 9.519 0 10.319-0.231 12.75 0.713 3.756 1.456 4.1 4.969 2.75 8.769-1.344 3.913-4.531 5.594-8.756 5.644-2.712 0.044-4.344-0.438-4.706 1.512zM26.319 9.5c-0.113-0.081-0.156-0.113-0.188 0.081-0.125 0.712-0.319 1.406-0.55 2.1-2.494 7.113-9.406 6.494-12.781 6.494-0.381 0-0.631 0.206-0.681 0.587-1.412 8.775-1.694 10.606-1.694 10.606-0.063 0.444 0.219 0.806 0.662 0.806h3.969c0.538 0 0.981-0.394 1.088-0.931 0.044-0.337-0.069 0.381 0.9-5.706 0.288-1.375 0.894-1.231 1.831-1.231 4.438 0 7.9-1.8 8.931-7.019 0.406-2.175 0.288-4.463-1.487-5.788z\"/>\n</svg>\n</li><li title=\"cib periscope \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16.183 32c2.5 0 12.416-11.251 12.416-18.797 0-7.219-5.64-13.203-12.416-13.203-7.141 0-12.781 5.984-12.781 13.203 0 7.543 9.916 18.797 12.781 18.797zM14.188 5.131c0.645-0.161 1.323-0.251 2.031-0.251 4 0 7.437 3.401 7.437 7.823 0 3.98-3.437 7.38-7.459 7.38-4.457 0-7.9-3.4-7.9-7.38 0-1.864 0.599-3.52 1.64-4.843v0.041c0 1.661 1.339 2.979 3 2.979s3.063-1.359 3.063-3.020c0-1.224-0.745-2.276-1.812-2.735z\"/>\n</svg>\n</li><li title=\"cib php \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M9.349 13.609h-1.261l-0.687 3.531h1.12c0.739 0 1.291-0.14 1.656-0.421 0.359-0.276 0.604-0.745 0.729-1.396 0.124-0.625 0.067-1.068-0.161-1.328-0.235-0.255-0.699-0.385-1.396-0.385zM16 7.584c-8.839 0-16 3.771-16 8.416s7.161 8.416 16 8.416c8.839 0 16-3.771 16-8.416s-7.161-8.416-16-8.416zM11.651 17.521c-0.344 0.333-0.765 0.583-1.219 0.733-0.448 0.141-1.020 0.219-1.713 0.219h-1.579l-0.432 2.24h-1.839l1.641-8.432h3.531c1.063 0 1.839 0.276 2.328 0.833 0.485 0.557 0.636 1.339 0.437 2.339-0.072 0.396-0.213 0.776-0.405 1.131-0.193 0.337-0.437 0.651-0.751 0.937zM17.021 18.473l0.724-3.733c0.083-0.423 0.052-0.713-0.095-0.871-0.14-0.151-0.448-0.229-0.916-0.229h-1.453l-0.937 4.833h-1.828l1.64-8.437h1.823l-0.437 2.245h1.625c1.027 0 1.729 0.177 2.115 0.531 0.391 0.36 0.505 0.937 0.355 1.735l-0.767 3.927zM27.145 15.453c-0.072 0.396-0.208 0.776-0.405 1.131-0.188 0.337-0.437 0.651-0.745 0.937-0.349 0.328-0.765 0.583-1.224 0.733-0.448 0.141-1.021 0.219-1.713 0.219h-1.573l-0.437 2.24h-1.839l1.641-8.432h3.531c1.063 0 1.839 0.276 2.328 0.839 0.485 0.552 0.636 1.333 0.437 2.333zM23.688 13.609h-1.256l-0.687 3.531h1.115c0.744 0 1.296-0.14 1.656-0.421 0.364-0.276 0.609-0.745 0.735-1.396 0.124-0.625 0.067-1.068-0.168-1.328-0.228-0.255-0.697-0.385-1.395-0.385z\"/>\n</svg>\n</li><li title=\"cib picarto tv \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16 0c-8.839 0-16 7.161-16 16s7.161 16 16 16c8.839 0 16-7.161 16-16s-7.161-16-16-16zM9.437 5.579h3.708c0.313 0 0.563 0.276 0.563 0.624v19.595c0 0.348-0.249 0.624-0.563 0.624h-3.703c-0.312 0-0.563-0.276-0.563-0.624v-19.595c0-0.348 0.251-0.624 0.563-0.624zM15.656 5.579c0.156 0 0.308 0.041 0.437 0.119 0.475 0.276 9.933 5.891 10.745 6.376 0.525 0.307 0.525 1.072 0 1.385-0.584 0.348-10.079 5.989-10.765 6.385-0.527 0.307-1.183-0.079-1.167-0.688v-2.411c0-2.287 3.948-2.939 4.531-3.287 0.527-0.313 0.527-1.079 0-1.391-0.807-0.48-4.531-0.995-4.531-3.265v-2.417c0-0.443 0.333-0.807 0.749-0.812z\"/>\n</svg>\n</li><li title=\"cib pinboard \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M17.802 19.448l-6.010 6.151 0.958-5.417-8.177-10.089-4.573 0.245 10.104-10.339v3.938l9.62 8.859 6.021-1.474-6.255 6.646 12.51 14.031z\"/>\n</svg>\n</li><li title=\"cib pingdom \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M15.948 23.74l10.609-4.532-9.396 9.656c-0.167-1.749-0.577-3.479-1.213-5.124zM32 14.823c-6.803-0.312-13.609 0.552-20.115 2.563 1.365 1.427 2.505 3.052 3.38 4.828 5.385-3 12.86-6.833 16.735-7.375v-0.021zM15.235 15.193l0.276-0.084c2.052-0.609 4.068-1.355 6.031-2.208 1.989-0.776 3.86-1.839 5.547-3.156 1.792-1.423 3.141-3.329 3.885-5.495 0.163-0.355 0.281-0.729 0.355-1.115-2.697 3.676-13.385 4.061-13.385 4.061l2.521-2.312c-7.344 0.027-14.505 2.349-20.464 6.641 4.041 0.432 7.839 2.129 10.855 4.843 1.448-0.448 2.927-0.765 4.38-1.172z\"/>\n</svg>\n</li><li title=\"cib pingup \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M18.224 0h-15.927v32h10.047v-19.041h-3.683c-0.672 0-0.864-0.423-0.427-0.932l5.765-6.724c0.437-0.516 1.156-0.516 1.593 0l5.767 6.724c0.421 0.509 0.239 0.932-0.439 0.932h-3.681v8.901h0.973c8.303 0 11.489-5.745 11.489-11.313 0.016-5.339-3.484-10.547-11.479-10.547z\"/>\n</svg>\n</li><li title=\"cib pinterest p \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16.75 0.406c-6.413 0-12.75 4.275-12.75 11.194 0 4.4 2.475 6.9 3.975 6.9 0.619 0 0.975-1.725 0.975-2.212 0-0.581-1.481-1.819-1.481-4.238 0-5.025 3.825-8.588 8.775-8.588 4.256 0 7.406 2.419 7.406 6.863 0 3.319-1.331 9.544-5.644 9.544-1.556 0-2.888-1.125-2.888-2.737 0-2.363 1.65-4.65 1.65-7.088 0-4.137-5.869-3.387-5.869 1.613 0 1.050 0.131 2.212 0.6 3.169-0.863 3.713-2.625 9.244-2.625 13.069 0 1.181 0.169 2.344 0.281 3.525 0.212 0.238 0.106 0.213 0.431 0.094 3.15-4.313 3.038-5.156 4.463-10.8 0.769 1.463 2.756 2.25 4.331 2.25 6.637 0 9.619-6.469 9.619-12.3 0-6.206-5.363-10.256-11.25-10.256z\"/>\n</svg>\n</li><li title=\"cib pinterest \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16.021 0c-8.828 0-15.984 7.156-15.984 15.984 0 6.771 4.214 12.552 10.161 14.88-0.141-1.266-0.266-3.203 0.052-4.583 0.292-1.25 1.875-7.943 1.875-7.943s-0.479-0.964-0.479-2.375c0-2.219 1.292-3.88 2.891-3.88 1.365 0 2.026 1.021 2.026 2.25 0 1.37-0.87 3.422-1.323 5.323-0.38 1.589 0.797 2.885 2.365 2.885 2.839 0 5.026-2.995 5.026-7.318 0-3.813-2.75-6.49-6.677-6.49-4.547 0-7.214 3.417-7.214 6.932 0 1.375 0.526 2.854 1.188 3.651 0.13 0.161 0.146 0.302 0.109 0.464-0.12 0.5-0.391 1.599-0.443 1.818-0.073 0.297-0.229 0.359-0.536 0.219-1.99-0.922-3.245-3.839-3.245-6.193 0-5.036 3.667-9.672 10.563-9.672 5.542 0 9.854 3.958 9.854 9.229 0 5.516-3.474 9.953-8.307 9.953-1.62 0-3.141-0.839-3.677-1.839l-1 3.797c-0.359 1.391-1.339 3.135-2 4.193 1.5 0.458 3.078 0.714 4.734 0.714 8.813 0 15.979-7.151 15.979-15.984 0-8.828-7.167-15.979-15.979-15.979z\"/>\n</svg>\n</li><li title=\"cib pivotaltracker \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16.005 0c-8.823 0-16 7.177-16 15.995 0 8.828 7.177 16.005 16 16.005 8.818 0 15.995-7.177 15.995-16.005 0-8.818-7.177-15.995-15.995-15.995zM16.005 3.24c7.042 0 12.755 5.714 12.755 12.755 0 7.052-5.714 12.766-12.755 12.766-7.047 0-12.76-5.714-12.76-12.766 0-7.042 5.714-12.755 12.76-12.755zM15.823 4.984l-4.063 2.344v0.005l3.578 6.188c0.563-0.151 1.182-0.109 1.745 0.156l1.88-3.255zM21.38 7.995l-3.573 6.193c0.438 0.432 0.698 0.995 0.745 1.594h3.755l3.141-5.438zM6.375 10.646v4.693h7.151c0.151-0.583 0.51-1.094 1.005-1.438l-1.88-3.255zM9.693 16.219l-3.146 5.432 4.068 2.354 3.578-6.198c-0.427-0.422-0.693-0.984-0.745-1.589zM18.479 16.661c-0.156 0.583-0.516 1.094-1.010 1.438l1.88 3.255h6.276v-4.693h-7.151zM14.917 18.318l-1.88 3.26 3.141 5.432 4.063-2.349-3.573-6.182c-0.568 0.151-1.188 0.104-1.75-0.161z\"/>\n</svg>\n</li><li title=\"cib plangrid \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M22.136 0c3.463 0 5.681 0.011 7.771 2.099 2.077 2.089 2.093 4.292 2.093 7.771v12.267c0 3.463-0.016 5.681-2.099 7.771-2.089 2.083-4.292 2.093-7.771 2.093h-12.267c-3.463 0-5.681-0.011-7.771-2.099-2.077-2.089-2.093-4.292-2.093-7.771v-12.267c0-3.463 0.016-5.681 2.099-7.771 2.089-2.077 4.292-2.093 7.765-2.093zM27.995 14.869c-0.568-6.099-5.749-10.864-11.995-10.864-6.631 0-12 5.364-12 11.995 0 6.401 5.005 11.645 11.312 12h9.516c1.751-0.005 3.167-1.421 3.172-3.177v-9.959zM24.953 26.317c-0.756 0-1.365-0.609-1.365-1.364 0-0.756 0.609-1.365 1.365-1.365 0.749 0 1.364 0.609 1.364 1.365 0 0.755-0.615 1.364-1.364 1.364zM16 25.265c-5.115-0.005-9.26-4.151-9.265-9.265 0.005-5.115 4.151-9.26 9.265-9.265 5.115 0.005 9.26 4.151 9.265 9.265-0.005 5.115-4.151 9.26-9.265 9.265z\"/>\n</svg>\n</li><li title=\"cib player me \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M15.974 0c-6.594 0-11.943 5.349-11.943 11.943v0.484c0.344 8.677 9.411 19.573 9.411 19.573v-14.396c-2.182-0.995-3.677-3.156-3.677-5.667 0.005-5.063 5.729-8 9.839-5.047 4.109 2.948 3.161 9.313-1.635 10.932l-0.042 0.016v5.901c5.729-0.948 10.042-5.87 10.042-11.792 0-6.599-5.349-11.948-11.948-11.948z\"/>\n</svg>\n</li><li title=\"cib playerfm \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M15.969 0c-0.157 0.005-0.308 0.011-0.464 0.016-0.432 0.025-1.027 0.083-1.505 0.145-4.385 0.599-8.131 2.803-10.656 6.084-0.625 0.807-1.167 1.672-1.631 2.583-0.077 0.161-0.156 0.317-0.229 0.479-0.12 0.267-0.239 0.532-0.348 0.803-0.141 0.349-0.267 0.697-0.381 1.052l-0.061 0.193c-0.459 1.5-0.688 3.057-0.693 4.624v0.052c0.016 8.824 7.177 15.969 16 15.969 8.213 0 15.088-6.219 15.917-14.385l0.004-0.031c0.052-0.521 0.079-1.043 0.079-1.557v-0.068c-0.005-1.901-0.355-3.792-1.027-5.573-0.052-0.14-0.109-0.281-0.167-0.416-0.093-0.229-0.192-0.453-0.301-0.677-1.979-4.204-5.729-7.453-10.26-8.677-1.016-0.276-2.641-0.521-3.756-0.588-0.151-0.011-0.301-0.021-0.459-0.027zM19.063 3.839c0.224 0.005 0.505 0.079 0.901 0.213 2.375 0.812 5.031 2.875 6.473 5.021 1 1.489 1.781 3.233 1.781 3.979 0 0.479-0.464 0.912-0.964 0.912-0.468 0-0.948-0.412-1.072-0.912-0.172-0.697-1.109-2.468-1.797-3.375-1.219-1.609-3.104-3.016-4.959-3.704-1.301-0.489-1.64-1.061-1.036-1.78 0.203-0.245 0.385-0.355 0.672-0.355zM13.88 5.708c0.349 0 0.661 0.073 0.937 0.219 1.745 0.885 1.652 3.423-0.167 4.12-2.244 0.855-3.375 1.76-4.109 3.251-1.536 3.119-0.281 6.801 2.828 8.291 2.287 1.095 4.891 0.715 6.709-0.963 0.828-0.771 1.281-1.432 1.687-2.505 0.573-1.5 1.224-2.063 2.391-2.063 1.489 0 2.516 1.26 2.213 2.703-0.62 2.839-3.005 5.693-5.896 7.032-1.593 0.735-2.468 0.921-4.484 0.921-1.979 0-2.839-0.177-4.375-0.875-4.193-1.896-6.765-6.437-6.235-10.943 0.505-4.167 3.369-7.661 7.349-8.979 0.421-0.141 0.807-0.215 1.151-0.209zM18.5 6.984c0.292 0.005 0.667 0.141 1.219 0.412 2.251 1.068 4.109 3.036 5.109 5.38 0.375 0.896 0.188 1.479-0.541 1.708-0.563 0.167-0.937-0.135-1.423-1.151-0.911-1.921-2.203-3.251-4.020-4.145-1.057-0.511-1.188-0.631-1.292-1.131-0.047-0.265 0-0.417 0.245-0.708 0.208-0.245 0.411-0.371 0.703-0.365zM17.969 10.245c0.307 0 0.661 0.14 1.119 0.443 1.281 0.839 2.724 2.645 2.724 3.4 0 0.385-0.369 0.876-0.744 0.969-0.5 0.131-0.86-0.12-1.385-0.943-0.568-0.875-1.235-1.536-1.923-1.885-0.593-0.308-0.765-0.536-0.765-1.027-0.021-0.271 0.104-0.531 0.323-0.687 0.177-0.172 0.412-0.265 0.652-0.271z\"/>\n</svg>\n</li><li title=\"cib playstation \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M11.979 3.464v23.396l5.219 1.681v-19.624c0-0.923 0.407-1.537 1.063-1.324 0.844 0.245 1.011 1.089 1.011 2.011v7.833c3.256 1.589 5.817-0.005 5.817-4.203 0-4.317-1.5-6.235-5.916-7.771-1.745-0.6-4.975-1.584-7.188-2zM18.188 25.12l8.396-3.037c0.952-0.343 1.099-0.832 0.328-1.088-0.781-0.255-2.183-0.188-3.147 0.161l-5.604 2v-3.183l0.317-0.109c0 0 1.604-0.561 3.885-0.823 2.261-0.239 5.048 0.041 7.251 0.88 2.464 0.803 2.724 1.964 2.099 2.767-0.62 0.796-2.161 1.38-2.161 1.38l-11.391 4.14v-3.063zM2.412 24.803c-2.537-0.729-2.953-2.224-1.803-3.1 1.068-0.776 2.875-1.4 2.875-1.4l7.489-2.683v3.083l-5.364 1.964c-0.943 0.36-1.099 0.844-0.317 1.099 0.781 0.261 2.181 0.204 3.12-0.156l2.583-0.943v2.765c-0.156 0.037-0.339 0.057-0.521 0.099-2.583 0.439-5.323 0.261-8.047-0.64z\"/>\n</svg>\n</li><li title=\"cib playstation3 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M20.484 12.584h-4.197c-1.292 0-1.927 0.801-1.927 1.837v3.157c0 0.645-0.308 1.109-0.948 1.109h-3.672c-0.027 0-0.047 0.020-0.047 0.047v0.625c0 0.025 0.009 0.041 0.041 0.041h4.145c1.292 0 1.932-0.797 1.932-1.833v-3.156c0-0.647 0.303-1.109 0.948-1.109h3.709c0.025 0 0.052-0.016 0.052-0.043v-0.635c0-0.027-0.027-0.047-0.052-0.047zM8.131 12.584h-8.079c-0.031 0-0.052 0.020-0.052 0.047v0.635c0 0.027 0.021 0.047 0.052 0.047h7.588c0.641 0 0.948 0.464 0.948 1.109 0 0.647-0.301 1.105-0.948 1.105h-6.004c-0.933 0-1.636 0.785-1.636 1.823v2.015c0 0.032 0.027 0.052 0.052 0.052h1.375c0.027 0 0.052-0.020 0.052-0.052v-2.015c0-0.641 0.376-1.095 0.907-1.095h5.751c1.291 0 1.921-0.791 1.921-1.833 0-1.036-0.631-1.837-1.921-1.837zM31.401 15.917c-0.021-0.021-0.021-0.057 0-0.079 0.401-0.333 0.599-0.833 0.599-1.417 0-1.036-0.631-1.837-1.927-1.837h-8.079c-0.025 0-0.047 0.025-0.047 0.052v0.629c0 0.032 0.025 0.057 0.052 0.057h7.599c0.641 0 0.953 0.464 0.953 1.104 0 0.641-0.301 1.109-0.948 1.109h-7.599c-0.027 0-0.047 0.027-0.047 0.052v0.641c0 0.025 0.020 0.041 0.047 0.041h7.599c0.844 0.011 0.948 0.828 0.948 1.245v0.077c0 0.647-0.307 1.109-0.948 1.109h-7.599c-0.027 0-0.047 0.021-0.047 0.047v0.636c0 0.027 0.020 0.047 0.047 0.047h8.068c1.296 0 1.927-0.859 1.927-1.839v-0.072c0-0.631-0.197-1.224-0.599-1.589z\"/>\n</svg>\n</li><li title=\"cib playstation4 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16.407 17.573v-3.183c0-0.651 0.301-1.115 0.948-1.115h3.989c0.020 0 0.047-0.021 0.047-0.047v-0.636c0-0.005 0-0.009-0.005-0.015h-4.88c-1.057 0.135-1.573 0.875-1.573 1.812v3.183c0 0.64-0.312 1.109-0.948 1.109h-4.203c-0.027 0-0.047 0.015-0.047 0.047v0.635c0 0.027 0.011 0.048 0.025 0.052h4.781c1.245-0.036 1.86-0.828 1.86-1.848zM0.031 19.421h1.401c0.021-0.009 0.037-0.025 0.037-0.057v-2.025c0-0.651 0.364-1.099 0.9-1.099h5.767c1.296 0 1.927-0.797 1.927-1.844 0-0.943-0.516-1.677-1.573-1.812h-8.479c0 0.004-0.011 0.009-0.011 0.015v0.636c0 0.031 0.016 0.047 0.047 0.047h7.599c0.647 0 0.948 0.464 0.948 1.109s-0.301 1.115-0.948 1.115h-6.009c-0.933 0-1.636 0.792-1.636 1.833v2.025c0 0.027 0.016 0.048 0.036 0.052zM21.364 18.688h7.657c0.020 0 0.041 0.015 0.041 0.031v0.645c0 0.032 0.020 0.048 0.041 0.048h1.38c0.027 0 0.052-0.016 0.052-0.048v-0.635c0-0.027 0.027-0.047 0.052-0.047h1.371c0.031 0 0.047-0.027 0.047-0.047v-0.647c0-0.025-0.011-0.052-0.047-0.052h-1.371c-0.025 0-0.052-0.020-0.052-0.041v-4.62c0-0.375-0.135-0.615-0.375-0.697h-0.396c-0.125 0.036-0.26 0.093-0.405 0.176l-8.24 5.089c-0.323 0.203-0.432 0.427-0.355 0.593 0.063 0.141 0.251 0.245 0.604 0.245zM22.563 17.839l6.385-3.953c0.041-0.031 0.12-0.021 0.12 0.068v3.948c0 0.025-0.021 0.047-0.041 0.047h-6.428c-0.052 0-0.077-0.016-0.083-0.031-0.011-0.032 0.005-0.057 0.047-0.079z\"/>\n</svg>\n</li><li title=\"cib plesk \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M8.135 9.359v9.807h0.984v-9.807zM26.344 9.375v9.792h0.979v-9.792zM27.323 15.552l3.307 3.615h1.354l-3.432-3.641 3.448-3.365h-1.318zM21.979 12.036c-0.714 0-1.297 0.167-1.745 0.505-0.453 0.333-0.677 0.813-0.677 1.427 0 0.344 0.068 0.63 0.198 0.854 0.135 0.224 0.302 0.411 0.505 0.552 0.208 0.146 0.438 0.266 0.698 0.359s0.521 0.177 0.786 0.25c0.234 0.068 0.458 0.135 0.667 0.203 0.214 0.073 0.396 0.156 0.557 0.26s0.286 0.229 0.38 0.37c0.094 0.146 0.141 0.328 0.141 0.542 0 0.281-0.125 0.516-0.38 0.714-0.255 0.193-0.646 0.292-1.177 0.292-0.807 0-1.469-0.323-1.979-0.979l-0.76 0.672c0.38 0.422 0.786 0.724 1.219 0.906 0.427 0.182 0.922 0.271 1.479 0.271 0.359 0 0.703-0.042 1.021-0.135 0.297-0.078 0.578-0.208 0.828-0.391 0.234-0.172 0.422-0.385 0.557-0.635 0.135-0.255 0.203-0.536 0.203-0.854 0-0.349-0.068-0.63-0.203-0.859s-0.318-0.427-0.536-0.583c-0.224-0.161-0.469-0.292-0.724-0.385-0.266-0.099-0.526-0.188-0.792-0.271-0.219-0.068-0.427-0.135-0.625-0.203-0.182-0.063-0.365-0.146-0.531-0.245-0.141-0.089-0.266-0.203-0.365-0.339-0.094-0.141-0.146-0.307-0.141-0.474 0-0.271 0.104-0.495 0.302-0.672s0.552-0.271 1.047-0.271c0.391 0 0.729 0.073 1.016 0.219 0.281 0.146 0.547 0.37 0.792 0.682l0.016 0.010 0.719-0.656c-0.365-0.422-0.74-0.714-1.135-0.88-0.432-0.177-0.896-0.266-1.359-0.255zM2.396 12.094c-0.786 0-1.583 0.125-2.396 0.375v10.172h0.969v-3.63c0.24 0.068 0.484 0.12 0.724 0.156 0.708 0.109 1.432 0.063 2.115-0.146 0.448-0.141 0.849-0.349 1.198-0.641 0.354-0.286 0.635-0.656 0.849-1.104s0.323-0.984 0.323-1.615c0-0.51-0.089-0.984-0.266-1.427-0.172-0.427-0.432-0.813-0.766-1.135-0.344-0.323-0.75-0.578-1.198-0.74-0.464-0.177-0.984-0.266-1.552-0.266zM14.245 12.094c-0.432 0-0.839 0.073-1.219 0.214-0.385 0.151-0.724 0.37-1.010 0.667-0.302 0.328-0.536 0.708-0.688 1.13-0.167 0.453-0.25 0.984-0.25 1.599 0 0.469 0.068 0.911 0.208 1.333s0.349 0.792 0.63 1.12c0.281 0.328 0.63 0.589 1.052 0.776 0.417 0.193 0.911 0.286 1.469 0.286 0.609 0 1.125-0.089 1.557-0.271 0.427-0.182 0.807-0.453 1.13-0.807l-0.583-0.615c-0.276 0.297-0.578 0.516-0.911 0.651-0.359 0.141-0.74 0.208-1.12 0.203-0.74 0-1.323-0.234-1.755-0.698-0.427-0.469-0.656-1.099-0.682-1.891h5.25c0.021-1.208-0.234-2.125-0.755-2.755-0.526-0.63-1.297-0.943-2.323-0.943zM14.286 12.917c0.344 0 0.646 0.057 0.906 0.161 0.266 0.109 0.474 0.25 0.641 0.427 0.161 0.177 0.286 0.396 0.375 0.646 0.089 0.255 0.135 0.526 0.135 0.813h-4.245c0.073-0.542 0.302-1.052 0.656-1.469 0.151-0.172 0.354-0.307 0.609-0.417 0.26-0.104 0.563-0.156 0.917-0.156zM2.479 12.932c0.823 0 1.458 0.25 1.911 0.75s0.682 1.156 0.682 1.969c0 0.88-0.25 1.552-0.734 2.026-0.495 0.469-1.151 0.703-1.984 0.703-0.224 0-0.453-0.021-0.693-0.073-0.234-0.052-0.464-0.115-0.693-0.193v-4.958c0.24-0.083 0.49-0.141 0.74-0.177 0.255-0.031 0.51-0.047 0.771-0.047zM5.651 21.719v0.922h5.896v-0.922z\"/>\n</svg>\n</li><li title=\"cib plex \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M15.527 0h-9.287l10.239 16-10.239 16h9.287l10.233-16-10.233-16z\"/>\n</svg>\n</li><li title=\"cib pluralsight \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M20.959 2.339c-7.521-2.74-15.876 1.161-18.599 8.661-2.761 7.599 1.14 15.943 8.661 18.683 7.541 2.739 15.943-1.161 18.676-8.683 2.745-7.563-1.156-15.917-8.697-18.661zM16 32c-8.803 0-16-7.197-16-16s7.197-16 16-16c8.803 0 16 7.197 16 16s-7.197 16-16 16zM11.901 7.74v16.52l14.339-8.26zM13.303 10.099l10.197 5.901-10.197 5.901v-11.803zM8.599 9.541v12.917l11.204-6.459zM10 11.937l7.083 4.063-7.083 4.083v-8.165z\"/>\n</svg>\n</li><li title=\"cib plurk \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M17.203 2.542c-4.073-0.031-7.938 1.786-10.505 4.943-0.13 0.156-0.255 0.313-0.38 0.474h0.005c0.313-0.266 0.63-0.464 0.958-0.594l0.078-0.031c0.396-0.151 0.802-0.198 1.198-0.12 1.922 0.385 2.922 3.479 2.234 6.911s-2.802 5.901-4.719 5.521c-1.349-0.271-2.24-1.875-2.417-3.99v-0.010 0.073c-0.005 0.177-0.005 0.354 0 0.531v0.177c0.005 0.198 0.021 0.396 0.031 0.589 0.010 0.089 0.016 0.182 0.026 0.271 0.151 1.594 0.583 3.146 1.281 4.589 0.083 0.167 0.042 0.37-0.104 0.484l-0.37 0.302c-0.38 0.313-0.531 0.823-0.385 1.292 0 0.010 0.005 0.016 0.010 0.021 0.021 0.068 0.047 0.13 0.078 0.193l0.068-0.052 0.302-0.234c0.37-0.281 0.792 0.276 0.422 0.557l-0.323 0.245-0.052 0.036 1.568 1.932c0.427 0.516 1.182 0.594 1.703 0.177l0.344-0.281c0.146-0.12 0.354-0.12 0.5 0 2.469 1.964 5.547 2.995 8.703 2.906 2.667-0.063 5.25-0.927 7.427-2.474 0.156-0.109 0.37-0.094 0.505 0.036l0.219 0.208c0.432 0.406 1.099 0.443 1.573 0.078l-0.005-0.005-0.281-0.266c-0.313-0.318 0.141-0.797 0.479-0.505l0.297 0.276 1.682-1.766c0.458-0.484 0.438-1.25-0.047-1.708l-0.349-0.333c-0.13-0.125-0.161-0.323-0.073-0.479 1.505-2.708 2.021-5.849 1.474-8.896 0.401-0.37 1.135-1.099 1.422-1.724 0.307-0.667 0.391-1.359-0.427-1.057-0.635 0.24-1.125 0.391-1.719 0.255-1.885-4.792-6.458-8.255-11.797-8.531-0.214-0.016-0.422-0.021-0.635-0.021zM3.021 8.328c-1.198 0.021-1.964 1.276-1.443 2.354-1.094 0.042-1.844 1.125-1.49 2.161 0.349 1.036 1.599 1.448 2.495 0.818 0.234-0.167 0.406-0.385 0.526-0.625 0.25 0.453 0.615 0.833 1.036 1.099-0.005 0.266 0 0.531 0.026 0.797 0.135 1.641 0.823 2.88 1.865 3.089 1.484 0.297 3.12-1.615 3.651-4.266 0.531-2.656-0.24-5.047-1.724-5.344-0.583-0.115-1.182 0.109-1.734 0.578-0.599 0.51-1.135 1.318-1.521 2.307-0.010-0.005-0.026-0.005-0.036-0.010-0.188-0.052-0.286-0.177-0.417-0.203 0.979-1.063 0.208-2.781-1.234-2.755zM6.839 9.99c0.068 0 0.141 0.005 0.208 0.021 0.969 0.188 1.474 1.745 1.13 3.474-0.349 1.729-1.411 2.974-2.38 2.781-0.656-0.13-1.099-0.896-1.208-1.911 0.245 0.094 0.495 0.151 0.75 0.161 0.703 0.031 1.161-0.203 1.521-0.682 0.458-0.62 0.109-2.339-0.5-2.563-0.474-0.172-0.755 0.036-1.177 0.068 0.214-0.396 0.464-0.724 0.74-0.958 0.292-0.245 0.604-0.391 0.917-0.396z\"/>\n</svg>\n</li><li title=\"cib pocket \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M25.083 13.677l-7.526 7.229c-0.427 0.406-0.974 0.609-1.521 0.609s-1.099-0.203-1.521-0.609l-7.531-7.229c-0.875-0.833-0.901-2.224-0.063-3.099s2.224-0.906 3.099-0.068l6.016 5.76 6.021-5.76c0.88-0.839 2.26-0.807 3.099 0.068 0.844 0.859 0.823 2.26-0.057 3.099zM31.859 3.62c-0.396-1.146-1.5-1.917-2.719-1.917h-26.234c-1.203 0-2.292 0.75-2.719 1.875-0.125 0.333-0.188 0.677-0.188 1.031v9.656l0.115 1.922c0.464 4.37 2.729 8.193 6.24 10.854 0.063 0.047 0.125 0.094 0.193 0.141l0.036 0.031c1.885 1.37 3.99 2.302 6.26 2.76 1.047 0.214 2.12 0.323 3.188 0.323 0.984 0 1.974-0.094 2.943-0.276 0.12-0.036 0.234-0.057 0.354-0.078 0.031 0 0.063-0.021 0.099-0.036 2.177-0.484 4.198-1.385 6.010-2.703l0.036-0.042 0.182-0.141c3.5-2.656 5.766-6.479 6.245-10.865l0.099-1.917v-9.646c0-0.333-0.042-0.667-0.161-0.99z\"/>\n</svg>\n</li><li title=\"cib postgresql \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M22.839 0c-1.245 0.011-2.479 0.188-3.677 0.536l-0.083 0.027c-0.751-0.131-1.516-0.203-2.276-0.219-1.573-0.027-2.923 0.353-4.011 0.989-1.073-0.369-3.297-1.016-5.641-0.885-1.629 0.088-3.411 0.583-4.735 1.979-1.312 1.391-2.009 3.547-1.864 6.485 0.041 0.807 0.271 2.124 0.656 3.837 0.38 1.709 0.917 3.709 1.589 5.537 0.672 1.823 1.405 3.463 2.552 4.577 0.572 0.557 1.364 1.032 2.296 0.991 0.652-0.027 1.24-0.313 1.751-0.735 0.249 0.328 0.516 0.468 0.755 0.599 0.308 0.167 0.599 0.281 0.907 0.355 0.552 0.14 1.495 0.323 2.599 0.135 0.375-0.063 0.771-0.187 1.167-0.359 0.016 0.437 0.032 0.869 0.047 1.307 0.057 1.38 0.095 2.656 0.505 3.776 0.068 0.183 0.251 1.12 0.969 1.953 0.724 0.833 2.129 1.349 3.739 1.005 1.131-0.24 2.573-0.677 3.532-2.041 0.948-1.344 1.375-3.276 1.459-6.412 0.020-0.172 0.047-0.312 0.072-0.448l0.224 0.021h0.027c1.208 0.052 2.521-0.12 3.62-0.631 0.968-0.448 1.703-0.901 2.239-1.708 0.131-0.199 0.281-0.443 0.319-0.86 0.041-0.411-0.199-1.063-0.595-1.364-0.791-0.604-1.291-0.375-1.828-0.26-0.525 0.115-1.063 0.176-1.599 0.192 1.541-2.593 2.645-5.353 3.276-7.792 0.375-1.443 0.584-2.771 0.599-3.932 0.021-1.161-0.077-2.187-0.771-3.077-2.177-2.776-5.235-3.548-7.599-3.573-0.073 0-0.145 0-0.219 0zM22.776 0.855c2.235-0.021 5.093 0.604 7.145 3.228 0.464 0.589 0.6 1.448 0.584 2.511s-0.213 2.328-0.573 3.719c-0.692 2.699-2.011 5.833-3.859 8.652 0.063 0.047 0.135 0.088 0.208 0.115 0.385 0.161 1.265 0.296 3.025-0.063 0.443-0.095 0.767-0.156 1.105 0.099 0.167 0.14 0.255 0.349 0.244 0.568-0.020 0.161-0.077 0.317-0.177 0.448-0.339 0.509-1.009 0.995-1.869 1.396-0.76 0.353-1.855 0.536-2.817 0.547-0.489 0.005-0.937-0.032-1.319-0.152l-0.020-0.004c-0.147 1.411-0.484 4.203-0.704 5.473-0.176 1.025-0.484 1.844-1.072 2.453-0.589 0.615-1.417 0.979-2.537 1.219-1.385 0.297-2.391-0.021-3.041-0.568s-0.948-1.276-1.125-1.719c-0.124-0.307-0.187-0.703-0.249-1.235-0.063-0.531-0.104-1.177-0.136-1.911-0.041-1.12-0.057-2.24-0.041-3.365-0.577 0.532-1.296 0.88-2.068 1.016-0.921 0.156-1.739 0-2.228-0.12-0.24-0.063-0.475-0.151-0.693-0.271-0.229-0.12-0.443-0.255-0.588-0.527-0.084-0.156-0.109-0.337-0.073-0.509 0.041-0.177 0.145-0.328 0.287-0.443 0.265-0.215 0.615-0.333 1.14-0.443 0.959-0.199 1.297-0.333 1.5-0.496 0.172-0.135 0.371-0.416 0.713-0.828 0-0.015 0-0.036-0.005-0.052-0.619-0.020-1.224-0.181-1.771-0.479-0.197 0.208-1.224 1.292-2.468 2.792-0.521 0.624-1.099 0.984-1.713 1.011-0.609 0.025-1.163-0.281-1.631-0.735-0.937-0.912-1.688-2.48-2.339-4.251s-1.177-3.744-1.557-5.421c-0.375-1.683-0.599-3.037-0.631-3.688-0.14-2.776 0.511-4.645 1.625-5.828s2.641-1.625 4.131-1.713c2.672-0.151 5.213 0.781 5.724 0.979 0.989-0.672 2.265-1.088 3.859-1.063 0.756 0.011 1.505 0.109 2.24 0.292l0.027-0.016c0.323-0.109 0.651-0.208 0.984-0.28 0.907-0.215 1.833-0.324 2.76-0.339zM22.979 1.745h-0.197c-0.76 0.009-1.527 0.099-2.271 0.26 1.661 0.735 2.916 1.864 3.801 3 0.615 0.781 1.12 1.64 1.505 2.557 0.152 0.355 0.251 0.651 0.303 0.88 0.031 0.115 0.047 0.213 0.057 0.312 0 0.052 0.005 0.105-0.021 0.193 0 0.005-0.005 0.016-0.005 0.021 0.043 1.167-0.249 1.957-0.287 3.072-0.025 0.808 0.183 1.756 0.235 2.792 0.047 0.973-0.072 2.041-0.703 3.093 0.052 0.063 0.099 0.125 0.151 0.193 1.672-2.636 2.88-5.547 3.521-8.032 0.344-1.339 0.525-2.552 0.541-3.509 0.016-0.959-0.161-1.657-0.391-1.948-1.792-2.287-4.213-2.871-6.24-2.885zM16.588 2.088c-1.572 0.005-2.703 0.48-3.561 1.193-0.887 0.74-1.48 1.745-1.865 2.781-0.464 1.224-0.625 2.411-0.688 3.219l0.021-0.011c0.475-0.265 1.099-0.536 1.771-0.687 0.667-0.157 1.391-0.204 2.041 0.052 0.657 0.249 1.193 0.848 1.391 1.749 0.939 4.344-0.291 5.959-0.744 7.177-0.172 0.443-0.323 0.891-0.443 1.349 0.057-0.011 0.115-0.027 0.172-0.032 0.323-0.025 0.572 0.079 0.719 0.141 0.459 0.192 0.771 0.588 0.943 1.041 0.041 0.12 0.072 0.244 0.093 0.38 0.016 0.052 0.027 0.109 0.027 0.167-0.052 1.661-0.048 3.323 0.015 4.984 0.032 0.719 0.079 1.349 0.136 1.849 0.057 0.495 0.135 0.875 0.188 1.005 0.171 0.427 0.421 0.984 0.875 1.364 0.448 0.381 1.093 0.631 2.276 0.381 1.025-0.224 1.656-0.527 2.077-0.964 0.423-0.443 0.672-1.052 0.833-1.984 0.245-1.401 0.729-5.464 0.787-6.224-0.025-0.579 0.057-1.021 0.245-1.36 0.187-0.344 0.479-0.557 0.735-0.672 0.124-0.057 0.244-0.093 0.343-0.125-0.104-0.145-0.213-0.291-0.323-0.432-0.364-0.443-0.667-0.937-0.891-1.463-0.104-0.22-0.219-0.439-0.344-0.647-0.176-0.317-0.4-0.719-0.635-1.172-0.469-0.896-0.979-1.989-1.245-3.052-0.265-1.063-0.301-2.161 0.376-2.932 0.599-0.688 1.656-0.973 3.233-0.812-0.047-0.141-0.072-0.261-0.151-0.443-0.359-0.844-0.828-1.636-1.391-2.355-1.339-1.713-3.511-3.412-6.859-3.469zM7.735 2.156c-0.167 0-0.339 0.005-0.505 0.016-1.349 0.079-2.62 0.468-3.532 1.432-0.911 0.969-1.509 2.547-1.38 5.167 0.027 0.5 0.24 1.885 0.609 3.536 0.371 1.652 0.896 3.595 1.527 5.313 0.629 1.713 1.391 3.208 2.12 3.916 0.364 0.349 0.681 0.495 0.968 0.485 0.287-0.016 0.636-0.183 1.063-0.693 0.776-0.937 1.579-1.844 2.412-2.729-1.199-1.047-1.787-2.629-1.552-4.203 0.135-0.984 0.156-1.907 0.135-2.636-0.015-0.708-0.063-1.176-0.063-1.473 0-0.011 0-0.016 0-0.027v-0.005l-0.005-0.009c0-1.537 0.272-3.057 0.792-4.5 0.375-0.996 0.928-2 1.76-2.819-0.817-0.271-2.271-0.676-3.843-0.755-0.167-0.011-0.339-0.016-0.505-0.016zM24.265 9.197c-0.905 0.016-1.411 0.251-1.681 0.552-0.376 0.433-0.412 1.193-0.177 2.131 0.233 0.937 0.719 1.984 1.172 2.855 0.224 0.437 0.443 0.828 0.619 1.145 0.183 0.323 0.313 0.547 0.391 0.745 0.073 0.177 0.157 0.333 0.24 0.479 0.349-0.74 0.412-1.464 0.375-2.224-0.047-0.937-0.265-1.896-0.229-2.864 0.037-1.136 0.261-1.876 0.277-2.751-0.324-0.041-0.657-0.068-0.985-0.068zM13.287 9.355c-0.276 0-0.552 0.036-0.823 0.099-0.537 0.131-1.052 0.328-1.537 0.599-0.161 0.088-0.317 0.188-0.463 0.303l-0.032 0.025c0.011 0.199 0.047 0.667 0.063 1.365 0.016 0.76 0 1.728-0.145 2.776-0.323 2.281 1.333 4.167 3.276 4.172 0.115-0.469 0.301-0.944 0.489-1.443 0.541-1.459 1.604-2.521 0.708-6.677-0.145-0.677-0.437-0.953-0.839-1.109-0.224-0.079-0.457-0.115-0.697-0.109zM23.844 9.625h0.068c0.083 0.005 0.167 0.011 0.239 0.031 0.068 0.016 0.131 0.037 0.183 0.073 0.052 0.031 0.088 0.083 0.099 0.145v0.011c0 0.063-0.016 0.125-0.047 0.183-0.041 0.072-0.088 0.14-0.145 0.197-0.136 0.151-0.319 0.251-0.516 0.281-0.193 0.027-0.385-0.025-0.547-0.135-0.063-0.048-0.125-0.1-0.172-0.157-0.047-0.047-0.073-0.109-0.084-0.172-0.004-0.061 0.011-0.124 0.052-0.171 0.048-0.048 0.1-0.089 0.157-0.12 0.129-0.073 0.301-0.125 0.5-0.152 0.072-0.009 0.145-0.015 0.213-0.020zM13.416 9.849c0.068 0 0.147 0.005 0.22 0.015 0.208 0.032 0.385 0.084 0.525 0.167 0.068 0.032 0.131 0.084 0.177 0.141 0.052 0.063 0.077 0.14 0.073 0.224-0.016 0.077-0.048 0.151-0.1 0.208-0.057 0.068-0.119 0.125-0.192 0.172-0.172 0.125-0.385 0.177-0.599 0.151-0.215-0.036-0.412-0.14-0.557-0.301-0.063-0.068-0.115-0.141-0.157-0.219-0.047-0.073-0.067-0.156-0.057-0.24 0.021-0.14 0.141-0.219 0.256-0.26 0.131-0.043 0.271-0.057 0.411-0.052zM25.495 19.64h-0.005c-0.192 0.073-0.353 0.1-0.489 0.163-0.14 0.052-0.251 0.156-0.317 0.285-0.089 0.152-0.156 0.423-0.136 0.885 0.057 0.043 0.125 0.073 0.199 0.095 0.224 0.068 0.609 0.115 1.036 0.109 0.849-0.011 1.896-0.208 2.453-0.469 0.453-0.208 0.88-0.489 1.255-0.817-1.859 0.38-2.905 0.281-3.552 0.016-0.156-0.068-0.307-0.157-0.443-0.267zM14.787 19.765h-0.027c-0.072 0.005-0.172 0.032-0.375 0.251-0.464 0.52-0.625 0.848-1.005 1.151-0.385 0.307-0.88 0.469-1.875 0.672-0.312 0.063-0.495 0.135-0.615 0.192 0.036 0.032 0.036 0.043 0.093 0.068 0.147 0.084 0.333 0.152 0.485 0.193 0.427 0.104 1.124 0.229 1.859 0.104 0.729-0.125 1.489-0.475 2.141-1.385 0.115-0.156 0.124-0.391 0.031-0.641-0.093-0.244-0.297-0.463-0.437-0.52-0.089-0.043-0.183-0.068-0.276-0.084z\"/>\n</svg>\n</li><li title=\"cib postman \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M18.036 0.131c-8.765-1.12-16.781 5.067-17.905 13.833-1.12 8.765 5.067 16.781 13.833 17.905 8.765 1.12 16.781-5.067 17.9-13.833 1.125-8.765-5.061-16.781-13.828-17.905zM21.328 10.115c-0.297 0-0.579 0.12-0.787 0.333l-5.937 5.932-0.411-0.407-0.855-0.859c5.849-5.833 6.907-5.891 7.989-5zM14.849 16.593l5.916-5.921c0.328-0.344 0.875-0.339 1.204 0.005 0.323 0.349 0.291 0.896-0.073 1.197l-6.265 5.5zM15.287 17.521l-1.469 0.317c-0.031 0.005-0.072-0.011-0.088-0.047-0.016-0.032-0.011-0.068 0.016-0.095l0.859-0.859zM11.547 16.907l1.568-1.563 1.172 1.172-2.641 0.567c-0.047 0.011-0.093-0.009-0.115-0.052-0.025-0.041-0.015-0.093 0.016-0.124zM6.688 24.984c-0.057-0.005-0.1-0.057-0.095-0.109 0.005-0.025 0.016-0.047 0.032-0.063h0.005l1.26-1.26 1.631 1.631zM9.921 23.307c-0.124 0.068-0.187 0.209-0.156 0.344l0.271 1.152c0.043 0.167-0.161 0.28-0.281 0.156h-0.005l-1.635-1.636 5.016-5.011 2.427-0.525 1.161 1.167c-1.672 1.468-3.959 2.932-6.797 4.353zM16.959 18.74l-1.12-1.12 6.265-5.5c0.057-0.052 0.109-0.109 0.156-0.167-0.192 1.792-2.703 4.323-5.301 6.787zM21.839 10.125h-0.005c-2.183-2.193 0.901-5.563 3.276-3.584l-2.145 2.152c-0.063 0.061-0.063 0.167 0 0.228l1.661 1.663c-0.932 0.463-2.052 0.276-2.787-0.459zM25.271 10.125c-0.109 0.109-0.229 0.208-0.359 0.291l-1.609-1.609 2.041-2.047c0.885 0.964 0.849 2.443-0.073 3.365zM25.14 8.068c-0.067 0.047-0.093 0.129-0.072 0.208 0.099 0.197 0.072 0.432-0.068 0.599-0.068 0.084-0.052 0.199 0.031 0.265 0.032 0.021 0.068 0.037 0.109 0.037 0.057 0 0.111-0.021 0.141-0.063 0.235-0.281 0.281-0.677 0.12-1.005-0.063-0.083-0.177-0.104-0.261-0.041z\"/>\n</svg>\n</li><li title=\"cib postwoman \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M3.38 12.38c0 8.234 6.698 19.62 12.62 19.62 5.573 0 12.62-11.385 12.62-19.62 0.005-8.229-5.651-12.38-12.62-12.38s-12.62 4.151-12.62 12.38zM19.281 18.469c1.484-1.484 3.62-2.12 5.677-1.682 0.432 2.057-0.198 4.193-1.688 5.677-1.484 1.484-3.62 2.12-5.672 1.682-0.438-2.057 0.193-4.193 1.682-5.677zM7.042 16.786c2.057-0.438 4.193 0.198 5.677 1.682 1.49 1.484 2.12 3.62 1.682 5.677-2.052 0.438-4.188-0.198-5.672-1.682-1.49-1.484-2.12-3.62-1.688-5.677z\"/>\n</svg>\n</li><li title=\"cib powershell \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M30.906 4.104c0.76 0 1.234 0.615 1.057 1.38l-4.88 21.307c-0.172 0.76-0.927 1.38-1.682 1.38h-24.307c-0.76 0-1.234-0.62-1.057-1.38l4.88-21.307c0.172-0.766 0.927-1.38 1.682-1.38zM19.74 16.563c0.339-0.526 0.302-1.208-0.12-1.656l-7.458-7.938c-0.505-0.536-1.38-0.542-1.953-0.005-0.573 0.542-0.625 1.411-0.12 1.948l6.219 6.615v0.146l-9.896 7.167c-0.599 0.432-0.708 1.302-0.25 1.938 0.464 0.635 1.323 0.797 1.922 0.359l10.974-7.88c0.37-0.26 0.583-0.49 0.682-0.693zM16.016 22.427c-0.688-0.005-1.245 0.547-1.25 1.229 0 0.682 0.557 1.234 1.25 1.234h5.906c0.688 0.005 1.245-0.547 1.25-1.234-0.005-0.682-0.563-1.234-1.25-1.229z\"/>\n</svg>\n</li><li title=\"cib prettier \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M11.427 31.24c0 0.422-0.339 0.76-0.76 0.76h-7.62c-1.016 0-1.016-1.526 0-1.526h7.62c0.422 0 0.76 0.344 0.76 0.766zM10.667 27.427h-1.526c-1.016 0-1.016 1.526 0 1.526h1.526c1.016 0 1.016-1.526 0-1.526zM3.047 28.953h3.047c1.016 0 1.016-1.526 0-1.526h-3.047c-1.016 0-1.016 1.526 0 1.526zM10.667 24.38h-7.62c-1.016 0-1.016 1.526 0 1.526h7.62c1.016 0 1.016-1.526 0-1.526zM21.333 21.333h-13.714c-1.016 0-1.016 1.526 0 1.526h13.714c1.016 0 1.016-1.526 0-1.526zM3.047 22.859h1.526c1.016 0 1.016-1.526 0-1.526h-1.526c-1.016 0-1.016 1.526 0 1.526zM25.906 18.286h-4.573c-1.016 0-1.016 1.521 0 1.521h4.573c1.016 0 1.016-1.521 0-1.521zM12.193 19.807h6.094c1.016 0 1.016-1.521 0-1.521h-6.094c-1.016 0-1.016 1.521 0 1.521zM3.047 19.807h6.094c1.016 0 1.016-1.521 0-1.521h-6.094c-1.016 0-1.016 1.521 0 1.521zM27.427 15.24h-12.188c-1.016 0-1.016 1.521 0 1.521h12.188c1.016 0 1.016-1.521 0-1.521zM12.953 16c0-0.422-0.344-0.76-0.76-0.76h-4.573c-1.016 0-1.016 1.521 0 1.521h4.573c0.417 0 0.76-0.339 0.76-0.76zM3.047 16.76h1.526c1.016 0 1.016-1.521 0-1.521h-1.526c-1.016 0-1.016 1.521 0 1.521zM28.953 12.193h-7.62c-1.016 0-1.016 1.521 0 1.521h7.62c1.016 0 1.016-1.521 0-1.521zM3.047 13.714h7.62c1.016 0 1.016-1.521 0-1.521h-7.62c-1.016 0-1.016 1.521 0 1.521zM20.573 9.906c0 0.417 0.339 0.76 0.76 0.76h7.62c1.016 0 1.016-1.526 0-1.526h-7.62c-0.422 0-0.76 0.344-0.76 0.766zM9.141 9.141c-1.016 0-1.016 1.526 0 1.526h1.526c1.016 0 1.016-1.526 0-1.526zM3.047 10.667h3.047c1.016 0 1.016-1.526 0-1.526h-3.047c-1.016 0-1.016 1.526 0 1.526zM25.141 6.859c0 0.417 0.344 0.76 0.766 0.76h1.521c1.016 0 1.016-1.526 0-1.526h-1.521c-0.422 0-0.76 0.344-0.76 0.766zM23.62 6.859c0-0.422-0.344-0.766-0.76-0.766h-6.099c-1.016 0-1.016 1.526 0 1.526h6.094c0.422 0 0.766-0.344 0.766-0.76zM3.047 7.62h10.667c1.016 0 1.016-1.526 0-1.526h-10.667c-1.016 0-1.016 1.526 0 1.526zM9.906 3.807c0 0.422 0.339 0.766 0.76 0.766h15.24c1.016 0 1.016-1.526 0-1.526h-15.24c-0.422 0-0.76 0.344-0.76 0.76zM3.047 4.573h4.573c1.016 0 1.016-1.526 0-1.526h-4.573c-1.016 0-1.016 1.526 0 1.526zM3.047 1.526h18.286c1.016 0 1.016-1.526 0-1.526h-18.286c-1.016 0-1.016 1.526 0 1.526z\"/>\n</svg>\n</li><li title=\"cib prismic \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M10.437 5.156h-1.391c-2.151-0.005-3.896 1.74-3.896 3.891v11.407c1.281 0.749 2.704 1.224 4.177 1.391-0.177-0.349-0.271-0.729-0.281-1.115v-9.177c-0.14-0.14-0.14-3.479 1.391-6.396zM26.984 10.437v-1.391c0.005-2.151-1.739-3.896-3.891-3.891h-11.265c-0.749 1.276-1.224 2.699-1.391 4.172 0.281-0.281 0.699-0.281 1.115-0.281h9.041c0.141 0 3.475 0 6.396 1.391zM21.563 26.989h1.391c2.151 0 3.901-1.744 3.896-3.896v-11.265c-1.281-0.749-2.704-1.224-4.172-1.391 0.276 0.276 0.276 0.693 0.276 1.109v9.041c0 0.141 0 3.48-1.391 6.396zM5.016 21.563v1.391c-0.005 2.151 1.739 3.901 3.891 3.896h11.265c0.749-1.276 1.224-2.699 1.391-4.172-0.276 0.276-0.693 0.276-1.109 0.276h-9.041c-0.136 0-3.475 0-6.396-1.391zM17.672 0.011h-10.016c-4.172 0-7.645 3.473-7.645 7.645 0 0 0.276 7.371 3.197 10.849 0.141 0.276 0.417 0.416 0.693 0.692v-10.285c-0.005-2.849 2.301-5.157 5.145-5.152h2.224c0.423-0.552 0.839-0.968 1.256-1.385 1.249-0.973 3.197-1.807 5.145-2.364zM31.995 17.672v-10.016c0-4.172-3.473-7.645-7.645-7.645 0 0-7.376 0.276-10.849 3.197-0.297 0.156-0.541 0.396-0.697 0.693h10.291c2.844-0.005 5.152 2.301 5.147 5.145v2.224c0.557 0.423 0.973 0.839 1.391 1.256 0.973 1.249 1.807 3.197 2.364 5.145zM14.333 31.995h10.016c4.167 0 7.645-3.479 7.645-7.651 0 0-0.281-7.371-3.197-10.844-0.141-0.281-0.417-0.417-0.699-0.697v10.291c0.011 2.844-2.296 5.157-5.145 5.147h-2.224c-0.417 0.557-0.833 0.973-1.251 1.391-1.249 0.973-3.197 1.807-5.145 2.364zM0.011 14.333v10.011c0 4.172 3.473 7.651 7.645 7.651 0 0 7.371-0.281 10.849-3.197 0.276-0.141 0.416-0.417 0.692-0.699h-10.151c-2.844 0.005-5.151-2.301-5.145-5.145v-2.224c-0.552-0.417-0.975-0.833-1.391-1.251-1.109-1.249-1.943-3.197-2.5-5.145z\"/>\n</svg>\n</li><li title=\"cib probot \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16 0.052c-2.646 0-3.234 3.719-0.714 4.536l-0.844 3.438h-11.167c-1.813 0-3.276 1.469-3.276 3.276v17.37c0 1.813 1.464 3.276 3.276 3.276h25.448c1.807 0 3.276-1.469 3.276-3.276v-17.37c0-1.807-1.469-3.276-3.276-3.276h-11.203l-0.823-3.432c2.536-0.802 1.958-4.542-0.698-4.542zM5.245 10.51h21.516c1.469 0 2.656 1.188 2.656 2.656v13.49c0 1.469-1.188 2.656-2.656 2.656h-21.516c-1.469 0-2.661-1.188-2.661-2.656v-13.49c0-1.469 1.193-2.656 2.661-2.656zM9.583 13.589c-8.135 0-8.135 12.203 0 12.203 8.13 0 8.13-12.203 0-12.203zM22.573 13.589c-8.135 0-8.135 12.203 0 12.203s8.135-12.203 0-12.203zM9.583 15.016c2.609-0.042 4.755 2.063 4.755 4.677 0 2.609-2.146 4.719-4.755 4.672-6.13-0.104-6.13-9.245 0-9.349zM22.573 15.016c2.615-0.042 4.755 2.063 4.755 4.677 0 2.609-2.141 4.719-4.755 4.672-6.125-0.104-6.125-9.245 0-9.349zM9.583 17.234c-3.276 0-3.276 4.917 0 4.917s3.276-4.917 0-4.917zM22.573 17.234c-3.276 0-3.276 4.917 0 4.917s3.276-4.917 0-4.917zM13.339 25.901v2.88h0.943v-2.88zM14.771 25.901v2.88h0.943v-2.88zM16.208 25.901v2.88h0.943v-2.88zM17.646 25.901v2.88h0.938v-2.88zM19.078 25.943v2.797c0.651-0.151 1.104-0.729 1.109-1.396 0-0.682-0.474-1.25-1.109-1.401zM12.844 25.979c-0.583 0.198-0.974 0.745-0.974 1.359v0.005c0 0.63 0.406 1.167 0.974 1.359z\"/>\n</svg>\n</li><li title=\"cib processwire \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M29.25 7.026c-0.969-1.448-2.583-3.104-4.203-4.177-3.37-2.307-7.271-3.125-10.724-2.766-3.594 0.385-6.677 1.74-9.208 4.005-2.349 2.094-3.901 4.656-4.583 7.099-0.688 2.448-0.599 4.708-0.349 6.411 0.26 1.729 1.12 3.906 1.12 3.906 0.177 0.417 0.422 0.589 0.547 0.656 0.63 0.344 1.661 0.042 2.458-0.849 0.036-0.052 0.057-0.13 0.036-0.193-0.219-0.854-0.302-1.495-0.38-1.99-0.177-0.984-0.26-2.625-0.141-4.146 0.063-0.823 0.224-1.703 0.5-2.625 0.542-1.823 1.688-3.724 3.469-5.307 1.922-1.703 4.385-2.755 6.729-3.026 0.823-0.099 2.385-0.193 4.266 0.271 0.401 0.099 2.125 0.547 3.964 1.797 1.344 0.911 2.422 2.036 3.167 3.151 0.76 1.063 1.578 2.854 1.823 4.167 0.339 1.495 0.339 3.073 0.099 4.615-0.302 1.547-0.844 3.047-1.682 4.37-0.583 1.021-1.786 2.375-3.203 3.391-1.281 0.901-2.745 1.552-4.25 1.911-0.755 0.182-1.521 0.297-2.302 0.323-0.693 0.021-1.615 0-2.26-0.109-0.964-0.156-1.161-0.401-1.385-0.734 0 0-0.151-0.24-0.193-0.88 0.016-5.875 0.010-4.307 0.010-7.354 0-0.865-0.026-1.646-0.021-2.354 0.042-1.161 0.141-1.964 0.974-2.828 0.599-0.641 1.443-1.026 2.37-1.026 0.281 0 1.25 0.016 2.099 0.724 0.917 0.76 1.068 1.802 1.104 2.083 0.208 1.63-0.87 2.844-1.281 3.151-0.516 0.385-0.974 0.573-1.286 0.682-0.661 0.219-1.385 0.281-2.042 0.24-0.099-0.005-0.188 0.063-0.208 0.161l-0.219 1.141c-0.214 0.865 0.266 1.182 0.547 1.297 0.896 0.276 1.687 0.391 2.625 0.318 1.443-0.099 2.865-0.667 4.073-1.792 1.026-0.979 1.609-2.182 1.813-3.531 0.198-1.495-0.063-3.104-0.745-4.464-0.75-1.505-2.042-2.76-3.745-3.443-1.724-0.677-3.094-0.703-4.859-0.255l-0.016 0.010c-1.151 0.396-2.13 0.88-3.151 1.932-0.698 0.729-1.276 1.609-1.625 2.604-0.344 1.005-0.438 1.755-0.453 2.917-0.021 0.859 0.021 1.661 0.021 2.411v4.932c0 1.578-0.057 1.854 0 2.667 0.026 0.536 0.104 1.146 0.339 1.802 0.245 0.719 0.75 1.458 1.099 1.802 0.49 0.521 1.115 0.938 1.724 1.198 1.406 0.625 3.307 0.724 4.849 0.661 1.021-0.036 2.047-0.177 3.057-0.417 2.010-0.479 3.943-1.349 5.646-2.557 1.823-1.286 3.406-3.036 4.281-4.526 1.12-1.766 1.844-3.75 2.224-5.792 0.339-2.042 0.323-4.135-0.135-6.146-0.359-1.87-1.318-3.917-2.427-5.568z\"/>\n</svg>\n</li><li title=\"cib product hunt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M20.394 13.675c0 1.281-1.044 2.325-2.325 2.325h-4.394v-4.65h4.394c1.281 0 2.325 1.044 2.325 2.325zM31.5 16c0 8.563-6.938 15.5-15.5 15.5s-15.5-6.938-15.5-15.5c0-8.563 6.938-15.5 15.5-15.5s15.5 6.938 15.5 15.5zM23.494 13.675c0-2.994-2.431-5.425-5.425-5.425h-7.494v15.5h3.1v-4.65h4.394c2.994 0 5.425-2.431 5.425-5.425z\"/>\n</svg>\n</li><li title=\"cib proto io \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16 15.995c-0.969 0-1.755-0.787-1.755-1.755 0-0.969 0.785-1.756 1.755-1.756s1.755 0.787 1.755 1.756c0 0.968-0.785 1.755-1.755 1.755zM19.885 15.969c0-3.772-1.473-7.199-3.885-9.729-2.412 2.531-3.885 5.957-3.885 9.729 0 1.728 0.307 3.38 0.875 4.911-0.823 1.199-1.427 2.88-1.697 4.817 0.853-1.020 1.896-1.739 3.057-2.119 0.484 0.739 1.036 1.463 1.651 2.099 0.615-0.656 1.167-1.36 1.651-2.12 1.161 0.36 2.204 1.099 3.052 2.099-0.265-1.937-0.869-3.62-1.697-4.817 0.568-1.541 0.88-3.183 0.88-4.921zM16 29.333c-7.364 0-13.333-5.969-13.333-13.333s5.969-13.333 13.333-13.333c7.364 0 13.333 5.969 13.333 13.333s-5.969 13.333-13.333 13.333zM16 0c-8.839 0-16 7.161-16 16s7.161 16 16 16c8.839 0 16-7.161 16-16s-7.161-16-16-16z\"/>\n</svg>\n</li><li title=\"cib protonmail \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16 27.135c0 0-1.464-0.146-2.604-0.938-1.151-0.797-8.776-6.25-8.776-6.25v10.797c0 0 0.063 1.255 1.448 1.255h19.865c1.38 0 1.448-1.255 1.448-1.255v-10.802c0 0-7.63 5.458-8.776 6.255-1.146 0.792-2.604 0.938-2.604 0.938zM16 0.005c0 0-9.432-0.313-11.38 10.161v7.13c0 0 0.078 0.766 2.229 2.318 2.141 1.547 7.693 5.911 9.156 5.911 1.448 0 7.005-4.365 9.151-5.917 2.141-1.552 2.224-2.313 2.224-2.313v-7.135c-1.948-10.464-11.38-10.156-11.38-10.156zM22.464 14.052h-12.922v-3.885c1.313-5.203 6.458-5.271 6.458-5.271s5.151 0.068 6.464 5.271z\"/>\n</svg>\n</li><li title=\"cib proxmox \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M6.573 2.432c-1.453 0.74-1.453 0.854-0.094 2.375 7.536 8.391 9.339 10.375 9.474 10.375 0.188 0.021 10.63-11.391 10.745-11.734 0.047-0.094-0.276-0.417-0.693-0.714-0.552-0.417-1.151-0.578-2.281-0.625-2.12-0.135-2.859 0.323-5.49 3.276-1.198 1.333-2.214 2.443-2.214 2.443-0.021 0-1.010-1.083-2.188-2.396s-2.536-2.63-2.995-2.885c-1.063-0.599-3.229-0.646-4.271-0.115zM1.729 5.823c-1.13 0.438-1.729 0.854-1.729 1.172 0 0.161 1.776 2.24 3.922 4.615 2.167 2.375 3.917 4.359 3.917 4.401 0 0.047-1.776 2.031-3.922 4.406-2.167 2.396-3.896 4.495-3.87 4.677 0.115 0.625 2.005 1.411 3.385 1.411 2.24-0.026 2.745-0.417 7.474-5.604 2.375-2.604 4.307-4.818 4.307-4.891 0-0.089-1.911-2.255-4.26-4.839-3.068-3.344-4.568-4.844-5.281-5.167-1.083-0.531-2.833-0.62-3.943-0.182zM26.354 5.984c-0.672 0.344-2.354 2.005-5.26 5.188-2.349 2.583-4.266 4.75-4.266 4.839 0 0.094 1.938 2.286 4.313 4.891 4.724 5.188 5.234 5.578 7.469 5.604 1.385 0 3.276-0.786 3.391-1.411 0.021-0.208-1.708-2.281-3.875-4.656-2.141-2.37-3.917-4.38-3.917-4.427 0-0.042 1.776-2.052 3.917-4.427 2.167-2.37 3.896-4.448 3.875-4.63-0.115-0.599-1.823-1.292-3.297-1.385-1.063-0.047-1.615 0.047-2.349 0.417zM10.604 22.63c-2.859 3.161-5.208 5.833-5.255 5.948-0.047 0.094 0.276 0.417 0.693 0.714 0.552 0.417 1.151 0.578 2.281 0.625 2.099 0.135 2.88-0.349 5.531-3.344 1.156-1.292 2.146-2.375 2.167-2.375 0.026 0 1.016 1.083 2.193 2.396 2.698 3 3.411 3.438 5.51 3.323 1.13-0.047 1.729-0.208 2.281-0.625 0.417-0.297 0.74-0.62 0.693-0.714-0.115-0.344-10.563-11.76-10.745-11.734-0.094 0-2.49 2.604-5.349 5.786z\"/>\n</svg>\n</li><li title=\"cib pypi \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M31.896 18.104v5.219l-4.495 1.636-0.104 0.072 0.067 0.052 4.6-1.676 0.036-0.047v-5.329l-0.073-0.047zM31.495 7.489l-4.052 1.48v5.213l4.453-1.62v-5.219zM31.896 17.943v-5.219l-4.448 1.62v5.219zM27.292 19.615v-5.213l-4.396 1.599v5.219zM22.713 26.661v-5.213l-4.416 1.604v5.219zM22.896 21.412v5.156l4.416-1.609v-5.156l-4.416 1.604zM25.683 23.917c-0.489 0.181-0.88-0.1-0.88-0.615 0-0.521 0.391-1.089 0.88-1.267 0.489-0.176 0.885 0.104 0.885 0.62 0 0.521-0.396 1.089-0.885 1.261zM17.636 12.421l0.484-0.176-4.38-1.6-4.433 1.615 0.141 0.052 4.245 1.548zM27.344 14.219v-5.219l-4.448 1.62v5.219zM22.745 15.891v-5.219l-4.401 1.604v5.213zM18.193 12.328l-4.448 1.62v5.219l4.448-1.62zM9.208 17.552l4.432 1.615v-5.219l-4.432-1.609zM13.787 10.495l4.375 1.593v-5.156l-4.375-1.593zM27.344 3.62l-4.423 1.609v5.219l4.423-1.609zM22.599 5.203l-4.301-1.563-4.36 1.589 4.303 1.563zM20.484 6.14l-2.161 0.792v5.156l4.423-1.609v-5.156zM19.964 9.844c-0.491 0.183-0.881-0.099-0.881-0.615 0-0.521 0.391-1.089 0.881-1.265 0.489-0.177 0.885 0.099 0.885 0.62 0 0.52-0.396 1.083-0.885 1.26zM13.64 24.547v-5.219l-4.432-1.615v5.219zM18.24 22.912v-5.219l-4.495 1.635v5.219zM18.344 22.869l4.396-1.599v-5.219l-4.396 1.599zM18.24 28.292l-4.495 1.635v-5.219h-0.105v5.219l-4.432-1.615v-5.219l-0.068-0.072-0.036-0.084-4.448-1.615v-5.26l0.047 0.016 4.38 1.593 0.021-0.104-4.349-1.584 4.349-1.577v-0.147l-4.344-1.583 4.344-1.584v1.167l0.104-0.072v-3.161l4.344 1.577 0.079-0.077-4.183-1.527-0.141-0.047 4.324-1.573v-0.115l-4.491 1.636v0.025l-0.036 0.027v2.025l-4.516 1.647v0.025l-0.036 0.027v5.344l-4.521 1.64v0.027l-0.031 0.025v5.323l0.031 0.052 4.537 1.652 0.011-0.011 0.009 0.016 4.532 1.651 0.011-0.011 0.009 0.016 4.532 1.645 0.021-0.011 0.015 0.011 4.599-1.672 0.037-0.052zM4.656 12.749l4.344 1.579-4.344 1.584zM4.531 26.615l-4.427-1.609v-5.219l4.427 1.609zM4.552 21.292l-4.349-1.579 4.349-1.583v3.167zM9.083 28.265l-4.427-1.609v-5.219l4.427 1.615zM31.719 7.245l-4.276-1.557v3.115zM27.183 3.527l-4.319-1.573-4.359 1.583 4.328 1.579z\"/>\n</svg>\n</li><li title=\"cib python \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M19.079 0.24l1.203 0.265 0.973 0.349 0.787 0.4 0.599 0.428 0.453 0.453 0.333 0.452 0.213 0.439 0.131 0.4 0.057 0.344 0.027 0.271-0.016 0.172v7.12l-0.068 0.839-0.172 0.735-0.281 0.615-0.344 0.505-0.4 0.411-0.437 0.333-0.469 0.256-0.469 0.187-0.437 0.136-0.4 0.088-0.344 0.057-0.281 0.027h-7.964l-0.916 0.067-0.787 0.183-0.667 0.297-0.547 0.359-0.443 0.428-0.36 0.463-0.265 0.485-0.199 0.489-0.135 0.468-0.093 0.428-0.053 0.359-0.025 0.281v4.079h-2.975l-0.28-0.043-0.376-0.093-0.421-0.156-0.469-0.24-0.479-0.348-0.479-0.48-0.469-0.615-0.427-0.787-0.376-0.973-0.276-1.172-0.187-1.401-0.068-1.64 0.079-1.625 0.213-1.385 0.323-1.161 0.427-0.948 0.48-0.76 0.531-0.584 0.563-0.443 0.557-0.317 0.536-0.213 0.48-0.136 0.427-0.068 0.317-0.011h0.213l0.084 0.011h10.875v-1.104h-7.787l-0.011-3.667-0.025-0.495 0.068-0.453 0.145-0.411 0.224-0.376 0.333-0.343 0.417-0.308 0.504-0.265 0.589-0.245 0.677-0.197 0.776-0.161 0.848-0.131 0.948-0.083 1.027-0.052 1.12-0.027 1.692 0.068zM10.683 2.88l-0.308 0.437-0.109 0.547 0.109 0.548 0.308 0.452 0.437 0.297 0.547 0.12 0.547-0.12 0.437-0.297 0.308-0.452 0.109-0.548-0.109-0.547-0.308-0.437-0.437-0.292-0.547-0.119-0.547 0.119zM28.136 8.145l0.369 0.084 0.427 0.156 0.469 0.24 0.479 0.359 0.48 0.469 0.468 0.625 0.427 0.785 0.371 0.975 0.281 1.177 0.187 1.385 0.068 1.64-0.083 1.641-0.215 1.385-0.317 1.145-0.427 0.948-0.48 0.76-0.536 0.6-0.557 0.437-0.563 0.323-0.531 0.213-0.48 0.12-0.427 0.068-0.317 0.025-0.213-0.015h-10.964v1.093h7.787l0.016 3.683 0.025 0.479-0.068 0.453-0.145 0.411-0.229 0.385-0.333 0.333-0.411 0.324-0.505 0.265-0.589 0.229-0.677 0.197-0.776 0.172-0.853 0.12-0.943 0.093-1.032 0.052-1.12 0.016-1.692-0.052-1.427-0.188-1.199-0.265-0.973-0.333-0.787-0.401-0.599-0.443-0.453-0.453-0.333-0.452-0.213-0.439-0.136-0.4-0.052-0.333-0.027-0.267 0.011-0.171v-7.12l0.068-0.855 0.177-0.724 0.276-0.609 0.349-0.511 0.4-0.421 0.439-0.323 0.468-0.267 0.464-0.187 0.443-0.136 0.401-0.077 0.343-0.052 0.453-0.043h7.787l0.921-0.067 0.787-0.183 0.667-0.281 0.547-0.375 0.439-0.428 0.359-0.463 0.271-0.485 0.199-0.479 0.135-0.464 0.095-0.427 0.052-0.375 0.025-0.281v-4.079h2.787l0.188 0.011zM19.505 27.145l-0.308 0.443-0.104 0.548 0.104 0.547 0.308 0.437 0.443 0.307 0.547 0.104 0.547-0.104 0.437-0.307 0.308-0.437 0.109-0.547-0.109-0.548-0.308-0.443-0.437-0.307-0.547-0.104-0.547 0.104z\"/>\n</svg>\n</li><li title=\"cib pytorch \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16.005 0.052l-9.369 9.375c-2.491 2.464-3.891 5.819-3.891 9.319s1.4 6.853 3.891 9.317c2.457 2.484 5.817 3.885 9.317 3.885s6.853-1.401 9.312-3.885c5.297-5.188 5.297-13.563 0.115-18.636l-2.317 2.313c3.859 3.859 3.859 10.145 0 14.005-3.86 3.859-10.145 3.859-14.005 0-3.86-3.86-3.86-10.147 0-14.005l6.177-6.172 0.776-0.885zM20.749 5.235c-0.973 0-1.765 0.792-1.765 1.765s0.792 1.76 1.765 1.76c0.975 0 1.761-0.787 1.761-1.76s-0.787-1.765-1.761-1.765z\"/>\n</svg>\n</li><li title=\"cib qgis \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M17.172 17.344v4.865l-4.005-4.063v-4.661h4.776l3.802 3.859zM31.688 27.484v4.516h-4.875l-7.635-7.865v-4.734h4.469zM17.25 25.552l4.495 4.495c-1.745 0.589-3.406 0.969-5.766 0.969-9.13 0-15.979-6.693-15.979-15.594 0-8.859 6.849-15.422 15.979-15.422 9.172 0 16.021 6.604 16.021 15.422 0 2.823-0.698 5.432-1.943 7.677l-4.833-4.969c0.214-0.875 0.323-1.771 0.318-2.672 0-5.719-4.193-10.036-9.464-10.036s-9.667 4.318-9.667 10.036c0 5.724 4.443 10.135 9.667 10.135 0.729 0 0.88 0.021 1.172-0.042z\"/>\n</svg>\n</li><li title=\"cib qiita \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M10.511 15.484c0-2.557-1.964-5.203-5.297-5.203-2.563 0-5.213 1.964-5.213 5.292 0 2.557 1.964 5.208 5.297 5.208 1.067 0 2.135-0.344 3.031-0.984l1.541 1.536 0.683-0.683-1.453-1.453c0.896-0.979 1.412-2.26 1.412-3.713zM5.213 11.219c2.432 0 4.36 1.88 4.36 4.312 0 2.089-1.625 4.308-4.319 4.308-2.692 0-4.317-2.177-4.317-4.265 0-2.729 2.183-4.355 4.276-4.355zM13.031 13.312h0.896v7.251h-0.896zM13.459 12.328c-0.428 0.005-0.771-0.344-0.771-0.765 0-0.427 0.343-0.771 0.771-0.771 0.427 0 0.771 0.344 0.771 0.771s-0.344 0.765-0.771 0.765zM17.088 12.328c-0.427 0.005-0.771-0.344-0.771-0.765 0-0.427 0.344-0.771 0.771-0.771 0.428 0 0.772 0.344 0.772 0.771s-0.344 0.765-0.772 0.765zM16.661 13.312h0.901v7.251h-0.901zM22.943 20.693c-1.667 0-2.651-1.281-2.651-2.557v-6.829h0.901v2.005h3.161v0.896h-3.161v3.969c0 0.807 0.64 1.661 1.749 1.661 0.297 0 0.599-0.084 0.855-0.255l0.083-0.043 0.427 0.765-0.083 0.048c-0.385 0.213-0.855 0.339-1.281 0.339zM28.88 20.735c-2.432 0-3.885-1.917-3.885-3.797 0-2.432 1.923-3.885 3.803-3.885 0.984 0 1.749 0.344 2.307 0.984v-0.724h0.896v7.251h-0.896v-0.808c-0.516 0.641-1.281 0.98-2.224 0.98zM28.797 13.953c-1.453 0-2.907 1.109-2.907 2.984 0 1.453 1.109 2.901 2.989 2.901 0.855 0 1.708-0.38 2.265-1.068v-3.755c-0.588-0.683-1.448-1.073-2.348-1.063z\"/>\n</svg>\n</li><li title=\"cib qq \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M29.11 26.278c-0.72 0.087-2.804-3.296-2.804-3.296 0 1.959-1.009 4.515-3.191 6.362 1.052 0.325 3.428 1.198 2.863 2.151-0.457 0.772-7.844 0.493-9.977 0.252-2.133 0.24-9.52 0.519-9.977-0.252-0.565-0.953 1.807-1.826 2.861-2.151-2.182-1.846-3.191-4.403-3.191-6.362 0 0-2.083 3.384-2.804 3.296-0.335-0.041-0.776-1.853 0.584-6.231 0.641-2.064 1.375-3.78 2.509-6.611-0.191-7.306 2.828-13.435 10.016-13.435 7.109 0.001 10.197 6.008 10.017 13.435 1.132 2.826 1.869 4.553 2.509 6.611 1.361 4.379 0.92 6.191 0.584 6.231z\"/>\n</svg>\n</li><li title=\"cib qualcomm \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16 0c-7.693 0-13.901 5.984-13.901 13.964 0 8.005 6.208 13.968 13.901 13.968 1.312 0 2.579-0.183 3.781-0.516l1.511 3.896c0.156 0.423 0.468 0.688 1.025 0.688h2.401c0.579 0 1-0.38 0.735-1.109l-1.959-5.093c3.849-2.428 6.407-6.719 6.407-11.855 0-7.959-6.208-13.943-13.901-13.943zM22.047 22.083l-1.755-4.561c-0.156-0.376-0.469-0.729-1.136-0.729h-2.287c-0.577 0-1.025 0.375-0.76 1.109l2.312 5.984c-0.755 0.197-1.577 0.287-2.421 0.287-5.625 0-9.631-4.427-9.631-10.208s4.005-10.204 9.631-10.204c5.625 0 9.631 4.423 9.631 10.204 0 3.38-1.36 6.271-3.584 8.119z\"/>\n</svg>\n</li><li title=\"cib quantcast \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M20.146 27.297c3.854-2.458 6.182-6.724 6.172-11.297 0-7.365-5.896-13.333-13.161-13.333s-13.156 5.969-13.156 13.333c0 7.365 5.891 13.333 13.156 13.333h18.844v-2.036z\"/>\n</svg>\n</li><li title=\"cib quantopian \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M2 0h28c1.104 0 2 0.896 2 2v28c0 1.104-0.896 2-2 2h-28c-1.104 0-2-0.896-2-2v-28c0-1.104 0.896-2 2-2zM4 4v24h24v-24zM7.198 18.401h3.203v6.401h-3.203zM12 12h3.198v12.802h-3.198zM16.802 15.198h3.198v9.604h-3.198zM21.599 7.198h3.198v17.604h-3.198z\"/>\n</svg>\n</li><li title=\"cib quarkus \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M17.052 21.287l5.161-2.984v-5.959l-5.161 2.979zM17.541 21.568l4.672 2.697v-5.391l-4.672 2.699zM21.932 11.287v-5.391l-4.672 2.692 4.672 2.693zM16.771 8.875l-5.167 2.98 5.167 2.984 5.161-2.984zM16.276 8.588l-4.672-2.692v5.391zM22.708 12.631v5.385l4.667-2.693-4.667-2.697zM16.489 21.287v-5.964l-5.167-2.979v5.959zM10.828 12.625l-4.667 2.697 4.667 2.693zM11.323 18.875v5.391l4.672-2.697zM26.677 0.177h-21.371c-2.921 0-5.307 2.359-5.307 5.239v21.111c0 2.885 2.385 5.239 5.307 5.239h14.631l-3.948-9.473-2.864 5.984h-7.819c-0.957 0-1.771-0.803-1.771-1.749v-21.111c0-0.943 0.813-1.744 1.771-1.744h21.371c0.959 0 1.771 0.801 1.771 1.744v21.111c0 0.947-0.812 1.749-1.771 1.749h-4.636l1.453 3.489h3.183c2.916 0 5.307-2.353 5.307-5.239v-21.111c0-2.88-2.391-5.239-5.307-5.239z\"/>\n</svg>\n</li><li title=\"cib quora \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16.984 24.932c-1.109-2.177-2.406-4.38-4.943-4.38-0.484 0-0.969 0.083-1.411 0.276l-0.865-1.714c1.047-0.906 2.745-1.62 4.927-1.62 3.391 0 5.13 1.635 6.516 3.719 0.818-1.776 1.203-4.182 1.203-7.167 0-7.443-2.323-11.26-7.76-11.26-5.359 0-7.677 3.818-7.677 11.26 0 7.406 2.318 11.188 7.677 11.188 0.854 0 1.625-0.094 2.333-0.302zM18.313 27.531c-1.177 0.318-2.422 0.49-3.656 0.49-7.135 0-14.12-5.693-14.12-13.974 0-8.354 6.984-14.047 14.12-14.047 7.255 0 14.167 5.651 14.167 14.047 0 4.672-2.177 8.469-5.344 10.922 1.016 1.531 2.057 2.552 3.536 2.552 1.599 0 2.24-1.219 2.359-2.198h2.078c0.12 1.302-0.536 6.677-6.359 6.677-3.531 0-5.396-2.036-6.792-4.438z\"/>\n</svg>\n</li><li title=\"cib qwiklabs \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M19.131 24.271c3.859-1.505 6.099-5.547 5.333-9.615-0.767-4.072-4.319-7.025-8.464-7.031-4.145 0-7.708 2.953-8.473 7.025-0.767 4.079 1.479 8.12 5.343 9.62 0.604 0.26 1.271-0.177 1.281-0.828v-7.197c0-1.021 0.828-1.849 1.849-1.849s1.849 0.828 1.849 1.849v7.197c0.011 0.651 0.677 1.084 1.281 0.828zM20.208 31.683c6.797-1.844 11.792-8.057 11.792-15.437 0-8.839-7.161-16-16-16s-16 7.161-16 16c0 7.38 4.995 13.593 11.792 15.437 0.020 0.011 0.047 0.015 0.068 0.020l0.077 0.021v-0.005c2.344 0.479 3.156-2.973 0.849-3.593-5.959-1.609-9.803-7.38-8.989-13.5 0.812-6.115 6.031-10.688 12.197-10.688 6.172 0 11.391 4.568 12.203 10.683 0.819 6.12-3.025 11.891-8.979 13.505-2.312 0.615-1.495 4.072 0.844 3.593h0.005l0.077-0.021z\"/>\n</svg>\n</li><li title=\"cib qzone \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M31.979 12.271c-0.042-0.135-0.167-0.297-0.443-0.344-0.276-0.052-9.802-1.875-9.802-1.875s-0.141-0.031-0.266-0.094c-0.12-0.063-0.167-0.224-0.167-0.224s-4.708-8.458-4.839-8.708c-0.13-0.25-0.323-0.318-0.464-0.318s-0.333 0.068-0.464 0.318c-0.13 0.25-4.839 8.708-4.839 8.708s-0.047 0.161-0.167 0.224c-0.125 0.063-0.266 0.094-0.266 0.094s-9.526 1.823-9.802 1.87c-0.276 0.052-0.401 0.214-0.443 0.344-0.052 0.219 0.010 0.443 0.167 0.599l7.151 7.323c0 0 0.094 0.104 0.156 0.229 0.021 0.135 0.005 0.281 0.005 0.281s-1.583 9.656-1.625 9.932c-0.042 0.276 0.099 0.49 0.214 0.573 0.109 0.083 0.307 0.141 0.557 0.016 0.255-0.125 9.083-4.349 9.083-4.349s0.13-0.057 0.271-0.078c0.135-0.026 0.266 0.078 0.266 0.078s8.833 4.224 9.083 4.349c0.25 0.125 0.453 0.068 0.563-0.016 0.167-0.141 0.245-0.359 0.214-0.573-0.031-0.188-1.245-7.568-1.245-7.568 1.172-0.724 1.901-1.385 2.469-2.333-3.458 1.292-8.010 2.292-12.552 2.49-1.224 0.052-3.214 0.13-4.635-0.021-0.901-0.094-1.557-0.193-1.656-0.583-0.068-0.286 0.073-0.615 0.729-1.109 1.271-0.958 2.542-1.917 3.813-2.87 1.714-1.292 4.745-3.297 4.745-3.646 0-0.375-2.859-1.036-5.38-1.036-2.594 0-3.036 0.172-3.75 0.224-0.651 0.042-1.026 0.005-1.073-0.188-0.078-0.328 0.245-0.516 0.786-0.755 0.943-0.422 2.479-0.792 2.646-0.833 0.26-0.073 4.109-1.078 7.49-0.714 1.755 0.182 4.328 0.891 4.328 1.698 0 0.458-2.297 1.995-4.302 3.464-1.531 1.125-2.958 2.083-2.958 2.25 0 0.458 4.714 1.656 8.922 1.349l0.005-0.031c0.063-0.12 0.156-0.229 0.156-0.229l7.151-7.318c0.156-0.156 0.219-0.385 0.167-0.599z\"/>\n</svg>\n</li><li title=\"cib r \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16 25.093c-8.839 0-16-4.796-16-10.719 0-5.916 7.161-10.713 16-10.713s16 4.797 16 10.713c0 5.923-7.161 10.719-16 10.719zM18.448 7.849c-6.713 0-12.161 3.281-12.161 7.328s5.448 7.328 12.161 7.328c6.713 0 11.677-2.245 11.677-7.328 0-5.084-4.959-7.328-11.677-7.328zM24.364 20.26c0.527 0.156 1.037 0.349 1.537 0.579 0.287 0.14 0.547 0.328 0.776 0.552 0.14 0.151 0.26 0.323 0.353 0.511l3.819 6.437h-6.172l-2.885-5.417c-0.265-0.473-0.584-0.911-0.953-1.307-0.188-0.208-0.453-0.333-0.735-0.333h-1.464v7.052l-5.457 0.005v-18.021h10.963c0 0 4.991 0.089 4.991 4.839 0.009 2.693-2.079 4.932-4.772 5.104zM21.995 14.224h-3.307v3.063h3.307c0.86 0.011 1.557-0.699 1.532-1.557 0.047-0.865-0.672-1.568-1.532-1.505z\"/>\n</svg>\n</li><li title=\"cib radiopublic \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M18.584 5.432c4.343-0.38 8.681-2.635 13.025-0.719v26.521c-5.989-2.651-11.979 2.651-17.969 0v-4.661c-4.416 0.359-8.833 2.645-13.249 0.719v-26.521c6.068 2.651 12.131-2.651 18.193 0zM21.891 19.828c0.525-0.115 1.047-0.235 1.568-0.349 2.312-0.505 3.235-1.869 3.235-4.015v-3.464c0-2.115-0.595-3.453-3.407-2.849-1.568 0.344-3.136 0.724-4.703 0.865v17.287c1.104-0.095 2.203-0.313 3.307-0.553zM21.891 17.016v-4.88l0.625-0.141c0.771-0.172 0.844 0.208 0.844 0.839v2.88c0 0.537-0.073 0.995-0.844 1.161zM8.708 22.812v-7.391l0.699-0.151c0.672-0.145 0.864 0.021 0.869 0.833v5.047c0 0.767 0.125 1.109 0.297 1.261 1.104-0.229 2.208-0.433 3.307-0.505v-0.115c-0.12-0.199-0.271-0.511-0.271-1.261v-5.88c0-1.281-0.896-1.771-1.416-1.864 0.619-0.365 1.463-1.068 1.463-2.505v-2.765c0-1.855-1.016-2.833-3.031-2.407-1.745 0.364-3.485 0.808-5.224 0.959v17.292c1.099-0.095 2.203-0.308 3.307-0.548zM8.708 12.568v-4.371c0.251-0.057 0.495-0.109 0.745-0.167 0.672-0.145 0.823 0.057 0.823 0.803v2.344c0 0.812-0.249 1.099-0.921 1.244z\"/>\n</svg>\n</li><li title=\"cib rails \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M27.849 21.083v1.547h2.641c0.542 0 1.469-0.417 1.5-1.594v-0.599c0-1-0.771-1.594-1.5-1.594h-1.318v-0.719h2.609v-1.563h-2.505c-0.646 0-1.51 0.568-1.51 1.62v0.542c0 1.052 0.854 1.594 1.51 1.594 1.818 0.010-0.438 0 1.245 0v0.755zM13.688 20.703c0 0 1.417-0.13 1.417-2.063 0-1.938-1.714-2.12-1.714-2.12h-3.089v6.109h1.552v-1.474l1.344 1.474h2.292zM13.089 19.453h-1.234v-1.396h1.245c0 0 0.349 0.135 0.349 0.693s-0.359 0.703-0.359 0.703zM18.932 16.563h-1.573c-1.125 0-1.505 1.083-1.505 1.594v4.474h1.578v-1.068h1.479v1.068h1.526v-4.474c0-1.302-1.115-1.594-1.505-1.594zM18.911 19.828h-1.49v-1.479c0 0 0-0.339 0.495-0.339h0.542c0.432 0 0.443 0.339 0.443 0.339v1.479zM21.156 16.563h1.641v6.068h-1.641zM25.099 21.063v-4.5h-1.63v6.068h3.839v-1.568zM0.568 22.63h6.38c0 0-1.219-5.901 2.823-8.297 0.88-0.453 3.682-2.151 8.276 1.448 0.141-0.125 0.281-0.229 0.281-0.229s-4.203-4.448-8.88-3.953c-2.354 0.224-5.245 2.495-6.943 5.495s-1.938 5.536-1.938 5.536zM0.568 22.63h6.38c0 0-1.219-5.901 2.823-8.297 0.88-0.453 3.682-2.151 8.276 1.448 0.141-0.125 0.281-0.229 0.281-0.229s-4.203-4.448-8.88-3.953c-2.354 0.224-5.245 2.495-6.943 5.495s-1.938 5.536-1.938 5.536zM0.568 22.63h6.38c0 0-1.219-5.901 2.823-8.297 0.88-0.453 3.682-2.151 8.276 1.448 0.141-0.125 0.281-0.229 0.281-0.229s-4.203-4.448-8.88-3.953c-2.359 0.224-5.255 2.495-6.953 5.495-1.693 3-1.927 5.536-1.927 5.536zM13.865 12.083l0.036-0.578c-0.073-0.042-0.276-0.146-0.786-0.297l-0.031 0.563c0.266 0.094 0.526 0.198 0.781 0.313zM13.099 13.896l-0.031 0.542c0.266 0.010 0.531 0.042 0.797 0.104l0.036-0.531c-0.276-0.063-0.542-0.094-0.802-0.115zM10.109 11.224h0.078l-0.161-0.521c-0.25 0-0.505 0.016-0.776 0.047l0.156 0.51c0.234-0.026 0.469-0.036 0.703-0.036zM10.495 14.38l0.188 0.589c0.234-0.12 0.469-0.224 0.703-0.297l-0.177-0.568c-0.276 0.083-0.51 0.177-0.714 0.276zM6.828 12.125l-0.365-0.594c-0.203 0.115-0.411 0.234-0.63 0.37l0.375 0.599c0.208-0.135 0.411-0.266 0.62-0.375zM8.484 15.979l0.391 0.62c0.135-0.214 0.297-0.411 0.474-0.609l-0.365-0.583c-0.182 0.182-0.354 0.375-0.5 0.573zM7.313 18.74l0.656 0.552c0.031-0.339 0.089-0.672 0.167-1.005l-0.578-0.49c-0.109 0.318-0.177 0.635-0.245 0.943zM3.776 14.672l-0.578-0.531c-0.208 0.214-0.411 0.427-0.594 0.641l0.62 0.568c0.172-0.234 0.354-0.464 0.552-0.677zM1.333 18.5l-0.927-0.359c-0.156 0.37-0.323 0.797-0.406 1.031l0.927 0.359c0.109-0.292 0.276-0.714 0.406-1.031zM7.193 20.917c0.016 0.453 0.057 0.823 0.094 1.083l0.974 0.365c-0.073-0.333-0.146-0.708-0.198-1.115z\"/>\n</svg>\n</li><li title=\"cib raspberry pi \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M21.479 23.12c-1.14 1.317-1.776 3.719-0.943 4.495 0.792 0.593 2.933 0.521 4.511-1.641 1.151-1.443 0.76-3.859 0.109-4.5-0.973-0.739-2.369 0.22-3.677 1.663zM10.74 23.516c-1.213-1.385-2.787-2.209-3.803-1.599-0.683 0.509-0.807 2.249 0.161 3.957 1.437 2.032 3.464 2.24 4.297 1.745 0.88-0.651 0.401-2.855-0.656-4.104zM16.213 27.708c-1.473-0.031-3.735 0.589-3.703 1.38-0.027 0.537 1.776 2.095 3.609 2.016 1.765 0.041 3.593-1.52 3.573-2.197-0.005-0.699-1.996-1.235-3.475-1.177zM16.115 9.12c-1.703-0.041-3.339 1.244-3.339 1.989-0.005 0.907 1.344 1.833 3.349 1.86 2.057 0.009 3.353-0.745 3.375-1.683 0.021-1.057-1.86-2.183-3.36-2.167zM12.016 9.828c-2.844-0.459-5.213 1.199-5.12 4.255 0.093 1.177 6.172-4.052 5.125-4.233zM25.016 14.161c0.093-3.036-2.276-4.692-5.125-4.235-1.047 0.183 5.031 5.417 5.125 4.235zM25.5 15.26c-1.651-0.437-0.557 6.735 0.787 6.156 1.479-1.161 1.953-4.599-0.787-6.135zM5.636 21.495c1.343 0.599 2.437-6.573 0.785-6.135-2.733 1.541-2.265 4.973-0.785 6.156zM18.193 13.563c-1.532 1-1.808 3.24-0.615 4.995 1.187 1.76 3.391 2.416 4.916 1.437 1.532-0.973 1.808-3.213 0.62-4.995-1.193-1.776-3.396-2.416-4.921-1.416zM14.063 13.745c-1.527-0.98-3.735-0.339-4.917 1.416-1.192 1.781-0.916 4.016 0.615 5.016 1.527 1 3.729 0.359 4.923-1.417 1.177-1.76 0.896-4-0.62-4.995zM19.885 23.292c-0.011-1.855-1.667-3.355-3.703-3.333-2.037 0.020-3.683 1.515-3.672 3.375v0.036c0.011 1.86 1.672 3.36 3.708 3.339 2.036 0 3.677-1.515 3.656-3.353v-0.043zM24.167 3.115c-3.079 1.579-4.869 2.839-5.855 3.916 0.505 2 3.125 2.079 4.089 2.016-0.199-0.077-0.365-0.197-0.423-0.353 0.24-0.163 1.095-0.021 1.693-0.344-0.229-0.037-0.339-0.079-0.443-0.261 0.563-0.176 1.167-0.317 1.52-0.619-0.187 0-0.369 0.041-0.619-0.12 0.5-0.256 1.036-0.48 1.457-0.876-0.26 0-0.541 0-0.619-0.099 0.457-0.281 0.843-0.583 1.167-0.943-0.36 0.063-0.516 0.027-0.605-0.036 0.349-0.344 0.792-0.641 1-1.084-0.271 0.104-0.52 0.12-0.697 0 0.125-0.255 0.631-0.416 0.921-1.036-0.285 0.041-0.588 0.063-0.651 0 0.136-0.521 0.36-0.817 0.584-1.14-0.609 0-1.537 0-1.491-0.037l0.376-0.38c-0.595-0.161-1.204 0.021-1.647 0.161-0.197-0.14 0-0.344 0.245-0.541-0.521 0.083-0.975 0.183-1.375 0.344-0.219-0.204 0.135-0.38 0.317-0.584-0.797 0.161-1.12 0.36-1.459 0.557-0.24-0.219-0.020-0.416 0.141-0.593-0.6 0.219-0.901 0.495-1.219 0.755-0.12-0.14-0.281-0.239-0.084-0.599-0.416 0.24-0.74 0.521-0.979 0.839-0.256-0.177-0.156-0.401-0.156-0.599-0.443 0.359-0.72 0.719-1.057 1.083-0.084-0.041-0.141-0.203-0.183-0.463-1.037 1-2.521 3.5-0.38 4.473 1.796-1.459 3.973-2.536 6.375-3.339zM7.823 3.115c2.396 0.803 4.557 1.88 6.371 3.359 2.124-1 0.656-3.5-0.381-4.473-0.052 0.255-0.109 0.437-0.176 0.479-0.339-0.359-0.615-0.724-1.052-1.083 0 0.203 0.104 0.443-0.157 0.599-0.233-0.317-0.547-0.599-0.963-0.839 0.197 0.344 0.031 0.443-0.079 0.599-0.317-0.296-0.62-0.577-1.197-0.796 0.161 0.197 0.4 0.401 0.161 0.62-0.319-0.199-0.661-0.401-1.437-0.563 0.176 0.197 0.536 0.4 0.317 0.604-0.423-0.167-0.88-0.287-1.38-0.349 0.239 0.203 0.453 0.385 0.255 0.541-0.459-0.161-1.073-0.339-1.672-0.176l0.375 0.375c0.043 0.052-0.875 0.041-1.495 0.047 0.224 0.303 0.453 0.599 0.584 1.14-0.063 0.057-0.36 0.021-0.645 0 0.301 0.6 0.796 0.761 0.916 1.021-0.177 0.125-0.417 0.099-0.697 0 0.219 0.417 0.661 0.719 1 1.079-0.1 0.057-0.24 0.099-0.62 0.052 0.317 0.344 0.697 0.656 1.161 0.937-0.084 0.093-0.365 0.088-0.641 0.099 0.417 0.407 0.959 0.62 1.459 0.885-0.26 0.183-0.443 0.141-0.62 0.141 0.339 0.296 0.959 0.437 1.521 0.615-0.125 0.181-0.219 0.224-0.464 0.26 0.599 0.339 1.437 0.183 1.683 0.359-0.063 0.161-0.219 0.281-0.421 0.365 0.957 0.057 3.599-0.021 4.099-2.021-0.985-1.077-2.781-2.339-5.86-3.896zM10.136 0.136c0.312-0.005 0.577 0.181 0.869 0.271 0.703-0.229 0.864 0.083 1.208 0.213 0.771-0.161 1.005 0.187 1.375 0.557l0.428-0.016c1.161 0.677 1.739 2.052 1.943 2.756 0.203-0.704 0.781-2.079 1.943-2.756l0.427 0.011c0.369-0.375 0.604-0.719 1.375-0.557 0.349-0.141 0.505-0.437 1.215-0.219 0.443-0.141 0.828-0.5 1.411-0.063 0.489-0.197 0.969-0.26 1.391 0.12 0.661-0.079 0.869 0.083 1.031 0.281 0.147 0 1.079-0.141 1.511 0.479 1.084-0.12 1.423 0.62 1.032 1.317 0.224 0.339 0.453 0.663-0.063 1.303 0.197 0.36 0.077 0.735-0.365 1.213 0.125 0.5-0.099 0.844-0.495 1.12 0.079 0.683-0.64 1.084-0.839 1.219-0.083 0.401-0.244 0.781-1.061 0.979-0.12 0.6-0.62 0.699-1.1 0.819 1.584 0.9 2.917 2.077 2.917 4.973l0.244 0.401c1.797 1.079 3.417 4.536 0.896 7.355-0.156 0.875-0.437 1.495-0.681 2.192-0.36 2.817-2.776 4.136-3.412 4.297-0.921 0.697-1.917 1.359-3.255 1.817-1.261 1.281-2.636 1.781-3.996 1.781h-0.119c-1.38 0-2.756-0.5-4.016-1.781-1.344-0.459-2.344-1.115-3.265-1.817-0.641-0.156-3.043-1.475-3.417-4.292-0.249-0.697-0.525-1.339-0.687-2.219-2.527-2.817-0.912-6.271 0.885-7.355l0.229-0.396c0-2.895 1.337-4.077 2.916-4.973-0.479-0.12-0.959-0.219-1.093-0.823-0.823-0.199-0.985-0.579-1.063-0.98-0.199-0.135-0.917-0.536-0.839-1.233-0.401-0.281-0.62-0.62-0.5-1.141-0.417-0.459-0.536-0.859-0.36-1.219-0.52-0.64-0.281-0.979-0.061-1.297-0.381-0.703-0.037-1.457 1.041-1.337 0.416-0.62 1.359-0.48 1.495-0.48 0.161-0.203 0.38-0.38 1.041-0.301 0.417-0.381 0.901-0.319 1.396-0.136 0.203-0.161 0.38-0.219 0.541-0.219z\"/>\n</svg>\n</li><li title=\"cib react \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16 13.146c-1.573 0-2.854 1.281-2.854 2.854s1.281 2.854 2.854 2.854c1.573 0 2.854-1.281 2.854-2.854s-1.281-2.854-2.854-2.854zM8.010 21.672l-0.63-0.156c-4.688-1.188-7.38-3.198-7.38-5.521s2.693-4.333 7.38-5.521l0.63-0.156 0.177 0.625c0.474 1.635 1.083 3.229 1.818 4.771l0.135 0.281-0.135 0.286c-0.734 1.536-1.344 3.13-1.818 4.771zM7.089 11.932c-3.563 1-5.75 2.536-5.75 4.063s2.188 3.057 5.75 4.063c0.438-1.391 0.964-2.745 1.578-4.063-0.615-1.318-1.141-2.672-1.578-4.063zM23.99 21.672l-0.177-0.625c-0.474-1.635-1.083-3.229-1.818-4.766l-0.135-0.286 0.135-0.286c0.734-1.536 1.344-3.13 1.818-4.771l0.177-0.62 0.63 0.156c4.688 1.188 7.38 3.198 7.38 5.521s-2.693 4.333-7.38 5.521zM23.333 15.995c0.641 1.385 1.172 2.745 1.578 4.063 3.568-1.005 5.75-2.536 5.75-4.063s-2.188-3.057-5.75-4.063c-0.438 1.385-0.964 2.745-1.578 4.063zM7.078 11.927l-0.177-0.625c-1.318-4.646-0.917-7.979 1.099-9.141 1.979-1.141 5.151 0.208 8.479 3.625l0.453 0.464-0.453 0.464c-1.182 1.229-2.26 2.552-3.229 3.958l-0.182 0.255-0.313 0.026c-1.703 0.135-3.391 0.406-5.047 0.813zM9.609 3.089c-0.359 0-0.677 0.073-0.943 0.229-1.323 0.766-1.557 3.422-0.646 7.005 1.422-0.318 2.859-0.542 4.313-0.672 0.833-1.188 1.75-2.323 2.734-3.391-2.078-2.026-4.047-3.172-5.458-3.172zM22.396 30.234c-0.005 0-0.005 0 0 0-1.901 0-4.344-1.427-6.875-4.031l-0.453-0.464 0.453-0.464c1.182-1.229 2.26-2.552 3.229-3.958l0.177-0.255 0.313-0.031c1.703-0.13 3.391-0.401 5.052-0.813l0.63-0.156 0.177 0.625c1.318 4.646 0.917 7.974-1.099 9.135-0.49 0.281-1.042 0.422-1.604 0.411zM16.932 25.729c2.078 2.026 4.047 3.172 5.458 3.172h0.005c0.354 0 0.672-0.078 0.938-0.229 1.323-0.766 1.563-3.422 0.646-7.005-1.422 0.318-2.865 0.542-4.313 0.667-0.833 1.193-1.75 2.323-2.734 3.396zM24.922 11.927l-0.63-0.161c-1.661-0.406-3.349-0.677-5.052-0.813l-0.313-0.026-0.177-0.255c-0.969-1.406-2.047-2.729-3.229-3.958l-0.453-0.464 0.453-0.464c3.328-3.417 6.5-4.766 8.479-3.625 2.016 1.161 2.417 4.495 1.099 9.141zM19.667 9.651c1.521 0.141 2.969 0.365 4.313 0.672 0.917-3.583 0.677-6.24-0.646-7.005-1.318-0.76-3.797 0.406-6.401 2.943 0.984 1.073 1.896 2.203 2.734 3.391zM9.609 30.234c-0.563 0.010-1.12-0.13-1.609-0.411-2.016-1.161-2.417-4.49-1.099-9.135l0.177-0.625 0.63 0.156c1.542 0.391 3.24 0.661 5.047 0.813l0.313 0.031 0.177 0.255c0.969 1.406 2.047 2.729 3.229 3.958l0.453 0.464-0.453 0.464c-2.526 2.604-4.969 4.031-6.865 4.031zM8.021 21.667c-0.917 3.583-0.677 6.24 0.646 7.005 1.318 0.75 3.792-0.406 6.401-2.943-0.984-1.073-1.901-2.203-2.734-3.396-1.453-0.125-2.891-0.349-4.313-0.667zM16 22.505c-1.099 0-2.224-0.047-3.354-0.141l-0.313-0.026-0.182-0.26c-0.635-0.917-1.24-1.859-1.797-2.828-0.563-0.969-1.078-1.958-1.557-2.969l-0.135-0.286 0.135-0.286c0.479-1.010 0.995-2 1.557-2.969 0.552-0.953 1.156-1.906 1.797-2.828l0.182-0.26 0.313-0.026c2.234-0.188 4.479-0.188 6.708 0l0.313 0.026 0.182 0.26c1.276 1.833 2.401 3.776 3.354 5.797l0.135 0.286-0.135 0.286c-0.953 2.021-2.073 3.964-3.354 5.797l-0.182 0.26-0.313 0.026c-1.125 0.094-2.255 0.141-3.354 0.141zM13.073 21.057c1.969 0.151 3.885 0.151 5.859 0 1.099-1.609 2.078-3.302 2.927-5.063-0.844-1.76-1.823-3.453-2.932-5.063-1.948-0.151-3.906-0.151-5.854 0-1.109 1.609-2.089 3.302-2.932 5.063 0.849 1.76 1.828 3.453 2.932 5.063z\"/>\n</svg>\n</li><li title=\"cib read the docs \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M3.677 32l0.885-0.193c0.276-0.057 0.552-0.113 0.828-0.167 0.421-0.083 0.849-0.167 1.271-0.244 0.323-0.057 0.641-0.109 0.964-0.172l0.072-0.021c0.333-0.057 0.663-0.12 0.996-0.156l1.619-0.24v-30.807h-0.057c-0.839 0.005-1.671 0.021-2.509 0.047-0.923 0.027-1.86 0.079-2.781 0.141-0.396 0.025-0.797 0.063-1.199 0.093h-0.057v31.708zM11.88 0.021v30.588c1.151-0.136 2.297-0.245 3.443-0.328 2.828-0.213 5.667-0.281 8.5-0.203 1.5 0.047 3 0.135 4.495 0.26v-28.333c-1.339-0.308-2.681-0.579-4.036-0.812-2.625-0.453-5.271-0.772-7.927-0.975-1.485-0.104-2.98-0.177-4.469-0.197zM26.235 19.749l-0.063-0.004-0.751-0.084c-1.864-0.192-3.739-0.323-5.609-0.385-1.875-0.063-3.749-0.041-5.629 0.021h-0.057c-0.063 0-0.12 0-0.183-0.021-0.136-0.041-0.26-0.099-0.355-0.197-0.172-0.183-0.249-0.423-0.208-0.663 0.011-0.083 0.036-0.14 0.073-0.223 0.036-0.057 0.083-0.136 0.135-0.177 0.057-0.057 0.12-0.099 0.193-0.141 0.083-0.036 0.161-0.057 0.24-0.077h0.119c0.261 0 0.521-0.021 0.761-0.021 1.859-0.041 3.697-0.041 5.557 0.036 1.921 0.084 3.823 0.224 5.719 0.443l0.203 0.021c0.057 0.021 0.115 0.021 0.177 0.036 0.14 0.063 0.26 0.141 0.344 0.245 0.057 0.057 0.093 0.136 0.135 0.219 0.043 0.079 0.063 0.156 0.063 0.24 0.021 0.219-0.063 0.437-0.219 0.599-0.063 0.063-0.125 0.099-0.183 0.14-0.061 0.043-0.14 0.057-0.219 0.079-0.041 0.021-0.063 0.021-0.119 0.021h-0.063zM26.281 16.136c-0.063 0-0.063 0-0.125-0.011l-0.74-0.095c-1.859-0.239-3.733-0.4-5.593-0.479-1.859-0.099-3.74-0.12-5.62-0.079l-0.063-0.020c-0.057-0.021-0.119-0.021-0.176-0.041-0.12-0.037-0.261-0.12-0.339-0.219-0.041-0.063-0.104-0.141-0.12-0.199-0.104-0.224-0.104-0.479 0.016-0.697 0.041-0.084 0.083-0.141 0.14-0.204 0.057-0.057 0.12-0.12 0.199-0.135 0.083-0.041 0.161-0.084 0.239-0.084l0.12-0.020 0.781-0.021c1.864-0.021 3.697 0.021 5.536 0.12 1.923 0.099 3.824 0.281 5.719 0.52l0.204 0.021 0.12 0.021c0.14 0.041 0.26 0.099 0.359 0.219 0.161 0.161 0.24 0.38 0.219 0.599 0 0.083-0.020 0.161-0.057 0.219-0.041 0.084-0.083 0.141-0.12 0.203-0.041 0.057-0.099 0.1-0.181 0.163-0.057 0.036-0.141 0.056-0.219 0.077l-0.12 0.021h-0.057zM26.281 12.521c-0.063 0-0.063 0-0.125-0.011l-0.74-0.104c-1.859-0.256-3.719-0.448-5.593-0.573-1.859-0.12-3.74-0.177-5.62-0.172h-0.063l-0.119-0.021c-0.079-0.020-0.141-0.047-0.219-0.088-0.199-0.125-0.339-0.339-0.381-0.583 0-0.084 0-0.163 0.021-0.24 0.021-0.084 0.041-0.156 0.079-0.229 0.041-0.073 0.104-0.136 0.161-0.193 0.099-0.099 0.239-0.167 0.38-0.197 0.063-0.016 0.12-0.021 0.183-0.021h0.76c1.916 0.011 3.839 0.084 5.735 0.229 1.859 0.141 3.697 0.344 5.541 0.609l0.197 0.027c0.063 0.011 0.084 0.011 0.12 0.025 0.079 0.027 0.161 0.063 0.219 0.109 0.084 0.043 0.141 0.1 0.183 0.163 0.041 0.061 0.079 0.135 0.12 0.213 0.083 0.208 0.057 0.443-0.041 0.635-0.037 0.073-0.079 0.141-0.141 0.199-0.099 0.099-0.219 0.167-0.359 0.197-0.037 0.016-0.057 0.016-0.12 0.021l-0.057 0.005zM26.281 8.907c-0.063 0-0.063 0-0.125-0.011l-0.74-0.12c-1.859-0.303-3.719-0.521-5.593-0.661-1.859-0.161-3.74-0.24-5.62-0.281h-0.063l-0.14-0.016c-0.079-0.020-0.151-0.063-0.219-0.099-0.073-0.041-0.131-0.104-0.188-0.161-0.047-0.063-0.088-0.141-0.124-0.197-0.027-0.084-0.048-0.163-0.057-0.245-0.021-0.24 0.067-0.495 0.239-0.656 0.099-0.099 0.235-0.167 0.376-0.204 0.056-0.015 0.119-0.015 0.176-0.015 0.256 0 0.505 0.005 0.761 0.011 1.916 0.041 3.828 0.151 5.739 0.328 1.849 0.156 3.693 0.395 5.527 0.697l0.183 0.021c0.052 0 0.067 0 0.119 0.015 0.084 0.027 0.147 0.063 0.219 0.104 0.063 0.037 0.12 0.1 0.168 0.157 0.119 0.181 0.176 0.4 0.14 0.62-0.021 0.083-0.041 0.14-0.084 0.223-0.041 0.057-0.099 0.136-0.161 0.177-0.099 0.1-0.219 0.161-0.359 0.204h-0.183zM5.385 8.224c-0.12 0-0.24-0.027-0.359-0.084-0.261-0.124-0.423-0.391-0.443-0.671 0-0.079 0.020-0.152 0.041-0.219 0.020-0.095 0.063-0.177 0.12-0.256 0.061-0.088 0.14-0.161 0.219-0.213 0.104-0.068 0.224-0.104 0.323-0.125l0.64-0.057c0.876-0.077 1.74-0.14 2.6-0.192h0.077c0.141 0.005 0.26 0.031 0.36 0.093 0.26 0.136 0.421 0.407 0.421 0.693 0 0.072-0.021 0.145-0.041 0.213-0.021 0.088-0.057 0.177-0.12 0.249-0.057 0.104-0.141 0.161-0.219 0.224-0.099 0.057-0.203 0.099-0.323 0.12-0.136 0.021-0.276 0.021-0.417 0.036-0.183 0.021-0.38 0.021-0.583 0.043l-1.557 0.119-0.38 0.043c-0.079 0.020-0.161 0.020-0.261 0.020zM26.26 5.292l-0.124-0.016-0.735-0.131c-1.865-0.312-3.745-0.567-5.62-0.755-1.86-0.183-3.74-0.297-5.62-0.36h-0.063l-0.12-0.025c-0.077-0.021-0.135-0.047-0.219-0.093-0.057-0.043-0.12-0.095-0.176-0.163-0.163-0.181-0.224-0.437-0.163-0.671 0.021-0.084 0.057-0.161 0.1-0.24 0.041-0.084 0.099-0.141 0.161-0.203 0.099-0.1 0.239-0.163 0.38-0.199 0.057-0.021 0.12-0.021 0.177-0.021l0.781 0.021c1.859 0.079 3.697 0.199 5.536 0.401 1.921 0.197 3.817 0.479 5.719 0.797l0.197 0.020c0.063 0 0.084 0 0.12 0.021 0.084 0.020 0.161 0.063 0.224 0.099 0.177 0.141 0.297 0.344 0.319 0.563 0.020 0.077 0 0.156-0.021 0.24 0 0.077-0.036 0.161-0.079 0.219-0.041 0.063-0.083 0.12-0.14 0.181-0.099 0.1-0.24 0.157-0.38 0.177l-0.115 0.021h-0.063zM5.364 4.265c-0.113 0-0.228-0.025-0.333-0.072-0.093-0.048-0.181-0.111-0.249-0.183-0.063-0.073-0.115-0.151-0.151-0.245-0.027-0.063-0.043-0.135-0.052-0.208-0.027-0.287 0.104-0.568 0.343-0.729 0.105-0.068 0.219-0.115 0.344-0.131 0.213-0.015 0.423-0.015 0.631-0.036 0.869-0.063 1.735-0.099 2.599-0.14h0.068c0.12 0.020 0.24 0.041 0.339 0.099 0.239 0.14 0.401 0.421 0.401 0.697 0 0.084-0.021 0.161-0.043 0.224-0.041 0.099-0.077 0.177-0.135 0.261-0.063 0.077-0.147 0.156-0.245 0.197-0.099 0.063-0.219 0.099-0.339 0.099-0.14 0.021-0.281 0.021-0.443 0.021l-0.599 0.041c-0.536 0.036-1.057 0.057-1.579 0.099l-0.4 0.021c-0.1 0.021-0.177 0.021-0.261 0.021z\"/>\n</svg>\n</li><li title=\"cib readme \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M29.35 4.361h-7.767c-2.672 0-4.994 1.85-5.578 4.461-0.589-2.611-2.906-4.461-5.578-4.461h-7.761c-1.472 0-2.667 1.194-2.667 2.667v13.656c0 1.472 1.194 2.667 2.667 2.667h4.983c5.678 0 7.372 1.355 8.183 4.167 0.039 0.156 0.289 0.156 0.333 0 0.817-2.811 2.511-4.167 8.183-4.167h4.983c1.472 0 2.667-1.194 2.667-2.667v-13.65c0-1.467-1.183-2.661-2.65-2.672zM13.444 19.105c0 0.106-0.083 0.194-0.194 0.194h-8.906c-0.105 0-0.194-0.083-0.194-0.194v-1.272c0-0.105 0.083-0.194 0.194-0.194h8.911c0.105 0 0.194 0.083 0.194 0.194v1.272zM13.444 15.722c0 0.105-0.083 0.194-0.194 0.194h-8.906c-0.105 0-0.194-0.083-0.194-0.194v-1.272c0-0.106 0.083-0.194 0.194-0.194h8.911c0.105 0 0.194 0.083 0.194 0.194v1.272zM13.444 12.339c0 0.105-0.083 0.194-0.194 0.194h-8.906c-0.105 0-0.194-0.083-0.194-0.194v-1.272c0-0.105 0.083-0.194 0.194-0.194h8.911c0.105 0 0.194 0.083 0.194 0.194v1.272zM27.85 19.1c0 0.105-0.083 0.194-0.194 0.194h-8.906c-0.105 0-0.194-0.083-0.194-0.194v-1.272c0-0.105 0.083-0.194 0.194-0.194h8.911c0.106 0 0.194 0.083 0.194 0.194v1.272zM27.85 15.717c0 0.106-0.083 0.194-0.194 0.194h-8.906c-0.105 0-0.194-0.083-0.194-0.194v-1.272c0-0.105 0.083-0.194 0.194-0.194h8.911c0.106 0 0.194 0.083 0.194 0.194v1.272zM27.85 12.333c0 0.105-0.083 0.194-0.194 0.194h-8.906c-0.105 0-0.194-0.083-0.194-0.194v-1.267c0-0.105 0.083-0.194 0.194-0.194h8.911c0.106 0 0.194 0.083 0.194 0.194v1.267z\"/>\n</svg>\n</li><li title=\"cib realm \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16.005 0.078c-4.24 0.016-8.302 1.693-11.313 4.672v0.005c-2.964 2.964-4.688 7.094-4.688 11.286 0 4.188 1.714 8.323 4.688 11.286 3.016 2.974 7.073 4.651 11.307 4.677h0.005c4.198 0 8.339-1.714 11.307-4.682h0.005c2.984-3 4.667-7.047 4.687-11.276v-0.005c0-4.188-1.714-8.323-4.693-11.286-3.010-2.979-7.068-4.661-11.307-4.677zM16.005 1.859c0.641 0 1.281 0.063 1.911 0.151-2.703 0.755-5.016 2.161-7.401 2.599-0.984 0.172-1.984 0.193-2.969 0.063 2.432-1.786 5.443-2.813 8.458-2.813zM21.521 3.292c0.229 0 0.464 0.010 0.693 0.026 1.422 0.682 2.724 1.594 3.844 2.698 0.125 0.12 0.229 0.26 0.349 0.385-1.828 0.964-3.854 1.5-5.922 1.573-3.24 0.078-6.609-1.063-10.255-1.099-1.979-0.016-3.948 0.323-5.813 0.99 0.427-0.609 0.896-1.188 1.411-1.724 1.635 0.432 3.333 0.521 5 0.219 3.021-0.547 5.516-2.167 8.068-2.771 0.859-0.203 1.74-0.302 2.625-0.297zM27.568 7.828c0.813 1.156 1.458 2.422 1.906 3.766-0.578-0.323-1.177-0.615-1.797-0.859-2.813-1.099-5.885-1.323-8.828-0.656h-0.005c-1.984 0.458-3.786 1.292-5.536 2.031-0.625 0.266-1.245 0.51-1.87 0.74-0.63-0.161-1.276-0.276-1.922-0.344h-0.005c-1.896-0.177-3.807 0.073-5.594 0.734-0.568-0.193-1.125-0.432-1.656-0.714 0.182-0.708 0.417-1.406 0.708-2.078 2.224-1.167 4.734-1.818 7.24-1.792 3.26 0.036 6.656 1.188 10.318 1.094h0.005c2.464-0.073 4.875-0.729 7.036-1.922zM22.193 11.484c1.641 0 3.281 0.307 4.833 0.911 1.083 0.427 2.109 1.005 3.042 1.703 0.047 0.339 0.083 0.672 0.109 1.016-0.979-0.25-1.984-0.401-2.99-0.438-1.443-0.057-2.885 0.109-4.271 0.505-0.927 0.266-1.802 0.615-2.651 1.010-1.448-0.495-2.891-1.146-4.37-1.781-0.583-0.25-1.172-0.49-1.766-0.719 1.734-0.734 3.406-1.484 5.115-1.88 0.964-0.219 1.953-0.328 2.943-0.328zM7.839 14.234c0.495-0.021 1-0.005 1.5 0.042 1.964 0.198 3.911 0.938 5.854 1.771 0.958 0.417 1.938 0.833 2.938 1.24-1.469 0.807-2.875 1.635-4.318 2.266-1.396-0.521-2.839-1.010-4.401-1.224-2.448-0.333-4.953 0.083-7.182 1.104-0.255-1-0.401-2.031-0.427-3.063 0.536-0.401 1.104-0.76 1.708-1.057 1.354-0.651 2.823-1.016 4.328-1.078zM27.12 16.458c1.031 0.036 2.063 0.214 3.052 0.505-0.057 0.849-0.193 1.693-0.406 2.521-0.891 0.589-1.844 1.078-2.849 1.443-2.438 0.875-5.135 1.052-7.667 0.495-1.042-0.224-2.078-0.599-3.12-1 2.516-1.297 4.797-2.823 7.276-3.526 1.208-0.339 2.458-0.49 3.714-0.438zM7.344 20.010c0.609-0.026 1.224 0.005 1.828 0.083 3.135 0.432 6.151 2.292 9.698 3.068 0.474 0.104 0.953 0.182 1.438 0.24-0.469 0.135-0.932 0.281-1.391 0.443v0.005c-1.714 0.615-3.276 1.385-4.849 1.849-2.87 0.833-5.927 0.719-8.724-0.307-1.099-1.255-1.969-2.688-2.573-4.24 1.432-0.693 2.99-1.083 4.573-1.141zM28.87 22.010c-0.089 0.193-0.177 0.385-0.276 0.573-0.297-0.021-0.589-0.052-0.885-0.063 0.396-0.151 0.776-0.333 1.161-0.51zM26.604 24.281c0.307-0.005 0.615 0.005 0.927 0.021-0.443 0.62-0.927 1.214-1.474 1.766h-0.005c-2.62 2.62-6.339 4.151-10.042 4.151-2.745-0.016-5.422-0.813-7.724-2.302 2.089 0.255 4.229 0.089 6.276-0.505h0.005c1.776-0.526 3.37-1.318 4.948-1.885 2.276-0.813 4.672-1.234 7.083-1.245z\"/>\n</svg>\n</li><li title=\"cib reason \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M0 0v32h32v-32zM15.359 29.188l-1.771-3.385h-2.391v3.385h-3.198v-12.266h5.505c3.255 0 5.109 1.583 5.109 4.318 0 1.854-0.776 3.198-2.188 3.948l2.557 4zM30.505 29.188h-9.839v-12.266h9.651v2.557h-6.453v2.292h5.844v2.536l-5.844 0.010v2.307h6.656v2.563zM15.573 21.333c0 1.24-0.745 1.906-2.042 1.906h-2.333v-3.76h2.333c1.297 0 2.042 0.656 2.042 1.87z\"/>\n</svg>\n</li><li title=\"cib redbubble \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M22.177 21.766h-4.266c-0.234 0-0.427-0.193-0.427-0.427v-10.708c0-0.234 0.193-0.427 0.427-0.427h3.953c2.969 0 3.594 1.75 3.594 3.214 0 0.849-0.224 1.521-0.672 2.016 1.089 0.448 1.672 1.458 1.672 2.922 0 2.135-1.599 3.411-4.281 3.411zM15.984 21.766h-8.859c-0.234 0-0.427-0.193-0.427-0.427v-10.708c0-0.234 0.193-0.427 0.427-0.427h4.141c2.583 0 4.125 1.391 4.125 3.724 0 1.552-0.776 2.771-2.036 3.266l2.948 3.859c0.24 0.276 0.047 0.708-0.318 0.714zM16 0c-8.839 0-16 7.161-16 16s7.161 16 16 16c8.839 0 16-7.161 16-16s-7.161-16-16-16z\"/>\n</svg>\n</li><li title=\"cib reddit alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M2.938 18.734c-0.078 0.365-0.12 0.745-0.12 1.125 0 4.594 5.87 8.333 13.083 8.333s13.083-3.74 13.083-8.333c0-0.365-0.036-0.724-0.109-1.078l-0.021-0.042c-0.026-0.073-0.036-0.146-0.036-0.219-0.401-1.568-1.49-2.99-3.063-4.141-0.057-0.021-0.115-0.052-0.167-0.089-0.036-0.031-0.063-0.057-0.089-0.089-2.391-1.646-5.807-2.677-9.594-2.677-3.755 0-7.141 1.010-9.531 2.63-0.016 0.021-0.036 0.042-0.063 0.063-0.052 0.047-0.115 0.083-0.177 0.099-1.604 1.151-2.719 2.583-3.135 4.167 0 0.078-0.021 0.151-0.052 0.229zM15.969 25.984c-2.391 0-4.073-0.516-5.151-1.594-0.229-0.234-0.229-0.609 0-0.844 0.234-0.219 0.615-0.219 0.849 0 0.839 0.839 2.245 1.26 4.302 1.26s3.453-0.401 4.292-1.24c0.219-0.219 0.599-0.219 0.839 0 0.219 0.24 0.219 0.62 0 0.859-1.078 1.078-2.75 1.599-5.146 1.599zM11.161 15.891c-1.219 0-2.234 1.021-2.234 2.234s1.016 2.198 2.234 2.198c1.219 0 2.203-0.984 2.203-2.198s-0.99-2.234-2.203-2.234zM20.807 15.891c-1.219 0-2.24 1.021-2.24 2.234s1.021 2.198 2.24 2.198c1.219 0 2.198-0.984 2.198-2.198s-0.984-2.234-2.198-2.234zM26.87 13.76c1.38 1.115 2.401 2.432 2.917 3.875 0.599-0.448 0.958-1.151 0.958-1.932 0-1.339-1.083-2.422-2.422-2.422-0.531 0-1.036 0.172-1.453 0.484zM3.615 13.286c-1.339 0-2.422 1.083-2.422 2.422 0 0.724 0.318 1.396 0.859 1.854 0.531-1.443 1.563-2.74 2.948-3.839-0.401-0.276-0.88-0.438-1.385-0.438zM15.906 29.391c-7.875 0-14.281-4.276-14.281-9.526 0-0.365 0.031-0.724 0.089-1.078-1.057-0.656-1.714-1.813-1.714-3.083 0-1.995 1.635-3.62 3.635-3.62 0.896 0 1.734 0.328 2.396 0.911 2.474-1.589 5.807-2.589 9.479-2.656l2.417-7.365 0.542 0.125c0 0 0.021 0 0.021 0.005l5.63 1.323c0.458-1.063 1.516-1.813 2.75-1.813 1.641 0 2.979 1.339 2.979 2.979s-1.339 2.979-2.979 2.979c-1.635 0-2.969-1.339-2.969-2.974l-5.135-1.219-1.958 5.969c3.536 0.141 6.729 1.141 9.125 2.698 0.661-0.62 1.526-0.958 2.443-0.958 2 0 3.625 1.615 3.625 3.615 0 1.313-0.719 2.51-1.839 3.151 0.042 0.339 0.083 0.661 0.083 1-0.021 5.25-6.411 9.521-14.297 9.521zM26.807 3.807c-0.984 0-1.786 0.797-1.786 1.781s0.802 1.786 1.786 1.786c0.979 0 1.776-0.797 1.776-1.776s-0.797-1.776-1.797-1.776z\"/>\n</svg>\n</li><li title=\"cib reddit \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M12.594 19.094c-0.863 0-1.556-0.694-1.556-1.538 0-0.862 0.694-1.556 1.556-1.556 0.85 0 1.538 0.694 1.538 1.556 0 0.85-0.694 1.538-1.538 1.538zM31.5 16c0 8.563-6.938 15.5-15.5 15.5s-15.5-6.938-15.5-15.5c0-8.563 6.938-15.5 15.5-15.5s15.5 6.938 15.5 15.5zM23.231 13.425c-0.587 0-1.106 0.244-1.488 0.625-1.4-0.969-3.287-1.594-5.381-1.663l1.087-4.894 3.463 0.781c0 0.85 0.694 1.538 1.537 1.538 0.863 0 1.556-0.706 1.556-1.556s-0.694-1.556-1.556-1.556c-0.606 0-1.125 0.363-1.381 0.863l-3.825-0.85c-0.188-0.050-0.381 0.088-0.431 0.275l-1.194 5.4c-2.075 0.088-3.944 0.706-5.344 1.675-0.381-0.4-0.919-0.637-1.506-0.637-2.181 0-2.894 2.931-0.9 3.925-0.069 0.313-0.106 0.637-0.106 0.969 0 3.287 3.7 5.95 8.25 5.95 4.569 0 8.269-2.663 8.269-5.95 0-0.331-0.038-0.675-0.119-0.988 1.956-1 1.237-3.906-0.931-3.906zM18.925 20.688c-1.137 1.137-4.756 1.119-5.85 0-0.137-0.137-0.381-0.137-0.519 0-0.156 0.156-0.156 0.4 0 0.538 1.425 1.425 5.456 1.425 6.888 0 0.156-0.138 0.156-0.381 0-0.538-0.138-0.137-0.381-0.137-0.519 0zM19.406 16c-0.85 0-1.538 0.694-1.538 1.556 0 0.85 0.694 1.538 1.538 1.538 0.863 0 1.556-0.694 1.556-1.538 0-0.862-0.688-1.556-1.556-1.556z\"/>\n</svg>\n</li><li title=\"cib redhat \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M21.344 17.849c2.104 0 5.145-0.437 5.145-2.937 0.011-0.193-0.011-0.385-0.052-0.573l-1.249-5.443c-0.292-1.199-0.543-1.74-2.647-2.792-1.629-0.833-5.181-2.208-6.235-2.208-0.979 0-1.26 1.26-2.427 1.26-1.125 0-1.959-0.943-3.011-0.943-1.005 0-1.667 0.688-2.172 2.104 0 0-1.411 3.985-1.593 4.563-0.031 0.109-0.041 0.219-0.036 0.328 0 1.552 6.099 6.636 14.276 6.636zM26.812 15.927c0.292 1.376 0.292 1.521 0.292 1.704 0 2.353-2.645 3.661-6.125 3.661-7.859 0.005-14.744-4.604-14.744-7.647 0-0.427 0.083-0.843 0.249-1.233-2.823 0.14-6.484 0.645-6.484 3.88 0 5.292 12.541 11.812 22.469 11.812 7.613 0 9.531-3.443 9.531-6.161 0-2.14-1.849-4.568-5.183-6.016z\"/>\n</svg>\n</li><li title=\"cib redis \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M31.99 19.12c-0.010 0.307-0.417 0.646-1.245 1.078-1.708 0.891-10.552 4.531-12.438 5.51-1.885 0.984-2.927 0.974-4.417 0.26-1.49-0.708-10.901-4.516-12.599-5.323-0.844-0.406-1.276-0.745-1.292-1.068v3.234c0 0.323 0.448 0.661 1.292 1.068 1.698 0.813 11.115 4.615 12.599 5.323 1.49 0.714 2.531 0.724 4.417-0.26 1.885-0.979 10.729-4.62 12.438-5.51 0.87-0.448 1.255-0.802 1.255-1.12 0-0.302 0-3.188 0-3.188 0-0.005-0.005-0.005-0.010-0.005zM31.99 13.849c-0.016 0.302-0.417 0.641-1.245 1.078-1.708 0.885-10.552 4.526-12.438 5.505-1.885 0.984-2.927 0.974-4.417 0.266-1.49-0.714-10.901-4.516-12.599-5.328-0.844-0.401-1.276-0.745-1.292-1.068v3.234c0 0.323 0.448 0.667 1.292 1.068 1.698 0.813 11.109 4.615 12.599 5.328 1.49 0.708 2.531 0.719 4.417-0.26 1.885-0.984 10.729-4.62 12.438-5.51 0.87-0.453 1.255-0.807 1.255-1.125 0-0.302 0-3.188 0-3.188s-0.005 0-0.010 0zM31.99 8.375c0.016-0.323-0.406-0.609-1.266-0.922-1.661-0.609-10.458-4.109-12.141-4.729-1.682-0.615-2.37-0.589-4.349 0.12-1.979 0.714-11.339 4.385-13.005 5.036-0.833 0.328-1.24 0.63-1.224 0.953v3.234c0 0.323 0.443 0.661 1.292 1.068 1.693 0.813 11.109 4.615 12.599 5.328 1.484 0.708 2.531 0.719 4.417-0.266 1.88-0.979 10.729-4.62 12.438-5.505 0.865-0.453 1.25-0.807 1.25-1.125 0-0.302 0-3.193 0-3.193zM11.458 11.438l7.417-1.135-2.24 3.281zM27.859 8.479l-4.859 1.922-4.385-1.734 4.854-1.917zM14.984 5.302l-0.719-1.323 2.24 0.875 2.109-0.688-0.573 1.365 2.151 0.807-2.771 0.286-0.625 1.495-1-1.667-3.203-0.286zM9.458 7.172c2.193 0 3.964 0.688 3.964 1.531 0 0.849-1.776 1.536-3.964 1.536s-3.964-0.688-3.964-1.536c0-0.844 1.776-1.531 3.964-1.531z\"/>\n</svg>\n</li><li title=\"cib redux \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M22.177 22.005c1.161-0.099 2.057-1.12 2-2.339-0.063-1.219-1.063-2.197-2.276-2.197h-0.084c-1.255 0.041-2.239 1.099-2.197 2.359 0.041 0.641 0.301 1.156 0.661 1.536-1.401 2.719-3.495 4.715-6.677 6.396-2.135 1.115-4.391 1.537-6.588 1.235-1.839-0.255-3.276-1.077-4.156-2.396-1.319-2-1.439-4.151-0.339-6.312 0.801-1.557 2-2.699 2.796-3.256-0.197-0.52-0.437-1.395-0.557-2.057-5.916 4.235-5.312 10.032-3.515 12.767 1.339 2 4.072 3.276 7.067 3.276 0.803 0 1.641-0.057 2.459-0.261 5.199-1 9.131-4.115 11.385-8.708zM29.307 17.011c-3.093-3.636-7.651-5.636-12.843-5.636h-0.683c-0.333-0.735-1.115-1.197-1.995-1.197h-0.057c-1.26 0-2.24 1.083-2.199 2.339 0.043 1.197 1.057 2.197 2.276 2.197h0.1c0.9-0.041 1.677-0.599 2-1.401h0.739c3.079 0 5.991 0.901 8.652 2.657 2.031 1.337 3.495 3.099 4.312 5.197 0.719 1.713 0.677 3.396-0.063 4.797-1.135 2.192-3.057 3.353-5.588 3.353-1.599 0-3.156-0.5-3.959-0.859-0.479 0.396-1.281 1.057-1.86 1.459 1.761 0.796 3.537 1.255 5.256 1.255 3.896 0 6.792-2.193 7.891-4.312 1.197-2.396 1.099-6.433-1.959-9.891zM8.651 22.724c0.043 1.197 1.057 2.197 2.281 2.197h0.079c1.281-0.041 2.255-1.099 2.197-2.359 0-1.199-1.036-2.199-2.255-2.199h-0.084c-0.077 0-0.197 0-0.301 0.043-1.656-2.797-2.355-5.797-2.095-9.032 0.157-2.437 0.959-4.552 2.396-6.312 1.199-1.495 3.453-2.24 4.995-2.276 4.313-0.084 6.115 5.296 6.251 7.432l2 0.599c-0.464-6.552-4.536-9.989-8.432-9.989-3.656 0-7.032 2.656-8.391 6.552-1.855 5.199-0.636 10.188 1.64 14.188-0.197 0.255-0.317 0.719-0.281 1.156z\"/>\n</svg>\n</li><li title=\"cib renren \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M7.547 12.803v-5.729c-3.208 0.541-5.875 2.76-6.995 5.817-1.115 3.057-0.511 6.473 1.593 8.959 3.167-1.537 5.385-5.005 5.401-9.047zM9.057 18.287c-0.563 2.339-2.251 4.333-4.349 5.661 1.333 0.729 2.828 1.109 4.349 1.109s3.016-0.38 4.349-1.109c-2.1-1.328-3.787-3.328-4.349-5.661zM15.969 10.151c-1.381-1.635-3.292-2.724-5.401-3.077v5.681c0 4.063 2.219 7.552 5.401 9.095-1.385-1.636-2.147-3.709-2.147-5.849 0-2.145 0.761-4.219 2.147-5.849zM15.969 10.151c1.337 1.579 2.208 3.62 2.208 5.849s-0.871 4.271-2.208 5.849c3.171-1.537 5.447-5.005 5.463-9.047v-5.729c-2.125 0.353-4.057 1.443-5.463 3.077zM24.453 12.755c0 4.063 2.224 7.552 5.401 9.095 2.104-2.485 2.708-5.901 1.593-8.959-1.12-3.052-3.787-5.276-6.995-5.817zM22.943 18.287c-0.563 2.339-2.249 4.333-4.349 5.661 1.333 0.729 2.828 1.109 4.349 1.109s3.016-0.38 4.349-1.109c-2.099-1.328-3.781-3.328-4.349-5.661z\"/>\n</svg>\n</li><li title=\"cib reverbnation \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M32 12.432l-12.193-0.041-3.843-11.631-3.771 11.631-12.152 0.041 9.823 7.141-3.807 11.667h0.036l9.948-7.183 9.86 7.183-3.808-11.641 9.907-7.177z\"/>\n</svg>\n</li><li title=\"cib riot \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M7.875 0c-0.932 0.010-1.833 0.302-2.594 0.839l0.016-0.010c-1.578 1.104-2.292 3.078-1.792 4.938l-0.010-0.031v21.688c0 2.536 2.047 4.578 4.578 4.578s4.578-2.042 4.578-4.578v-4.578h2.49l5.021 7.177c1.438 2.078 4.292 2.589 6.359 1.135 2.078-1.438 2.583-4.292 1.13-6.354l-3.177-4.542c2.646-2.172 4.182-5.411 4.177-8.839 0-6.307-5.156-11.417-11.443-11.417h-9.198zM10.958 1.156h6.25c5.667 0.089 10.219 4.755 10.13 10.422-0.047 2.948-1.354 5.729-3.589 7.646l-0.609-0.865c2.906-2.484 3.953-6.516 2.63-10.099-1.328-3.589-4.74-5.969-8.563-5.969h-5.323c-0.068-0.12-0.146-0.24-0.224-0.354l0.010 0.016c-0.208-0.292-0.443-0.557-0.708-0.792zM12.349 3.422h4.859c4.422 0 8 3.578 8 8 0.005 2.302-0.99 4.49-2.719 6.010l-0.651-0.932c4.625-4.234 1.635-11.938-4.63-11.943h-4.714c0-0.396-0.052-0.786-0.151-1.167zM12.354 5.714h4.854c3.156 0.068 5.667 2.667 5.599 5.844-0.031 1.479-0.63 2.885-1.672 3.932l-0.328-0.464c-0.109-0.161-0.234-0.318-0.37-0.464 0.776-0.823 1.219-1.901 1.24-3.026 0.047-2.531-1.958-4.625-4.49-4.688h-5.292c0.193-0.328 0.349-0.703 0.458-1.104l0.005-0.031zM4.651 7.771c0.328 0.333 0.698 0.615 1.109 0.839l0.026 0.010v18.802c0 1.266 1.021 2.292 2.292 2.292 1.24 0 2.266-1.026 2.286-2.313v-6.844h3.172l0.813 1.156h-2.854v5.708c-0.146 4.411-6.693 4.411-6.844 0zM11.495 7.979h5.714c1.906-0.005 3.448 1.536 3.443 3.443 0 0.958-0.385 1.823-1.010 2.443-0.339-0.229-0.708-0.417-1.099-0.547 0.615-0.427 0.979-1.125 0.979-1.875 0-1.286-1.047-2.307-2.313-2.307h-4.578v4.599h2.063c-0.484 0.297-0.911 0.677-1.26 1.13h-1.938zM10.344 8.464v7.563h2.448c-0.135 0.365-0.224 0.745-0.266 1.13h-3.318v-8.188c0.432-0.13 0.807-0.302 1.151-0.516zM6.922 9.036c0.307 0.078 0.656 0.115 1.016 0.115h0.141v9.141h4.469c0.057 0.385 0.156 0.76 0.318 1.13h-3.656v8c-0.010 0.625-0.505 1.135-1.13 1.156-0.635 0.005-1.151-0.5-1.156-1.13zM13.766 10.266h3.422c0.641 0 1.156 0.516 1.156 1.156 0 0.646-0.49 1.177-1.135 1.177l-3.443-0.021z\"/>\n</svg>\n</li><li title=\"cib ripple \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M27.401 19.531c-1.131-0.645-2.407-0.837-3.672-0.885-1.052-0.031-2.631-0.724-2.631-2.645 0-1.432 1.156-2.588 2.647-2.645 1.265-0.048 2.541-0.24 3.671-0.891 3.193-1.844 4.292-5.928 2.448-9.125-1.859-3.199-5.952-4.287-9.156-2.437-2.072 1.187-3.348 3.401-3.339 5.787 0 1.296 0.464 2.484 1.052 3.599 0.496 0.927 0.735 2.661-0.948 3.635-1.265 0.724-2.843 0.272-3.624-0.989-0.661-1.068-1.459-2.063-2.589-2.708-3.197-1.849-7.291-0.751-9.124 2.437-1.839 3.199-0.745 7.281 2.452 9.125 2.068 1.187 4.609 1.187 6.677 0 1.125-0.647 1.923-1.641 2.584-2.708 0.541-0.871 1.911-1.985 3.624-0.991 1.267 0.719 1.657 2.319 0.948 3.641-0.583 1.093-1.052 2.297-1.052 3.593 0 3.688 2.991 6.672 6.677 6.677 3.688 0 6.672-2.989 6.677-6.677 0.011-2.385-1.255-4.599-3.323-5.792z\"/>\n</svg>\n</li><li title=\"cib riseup \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16.219 7.235c0 0-0.469-0.912-0.5-1.037-0.099-0.473-0.192-0.943-0.287-1.416l0.317-0.568 0.688-1.036 1.005-0.787 0.255-0.093 2.417-0.917 0.219-0.219-0.251-0.375-0.348-0.193-0.631-0.161-1.588-0.161-1.235 0.016-0.849 0.187-0.749-0.285-0.943-0.125-1.38-0.032-0.693-0.031-1.161 0.437-1.76 2.047-0.219 0.787-0.125 0.693-0.599 1.291-0.376 1.224-0.187 1.324v0.285l-0.912 1.381-0.505 1.041v1.473l0.161 3.057 0.281 1.099 0.563 1.005 0.724 0.661 0.312 1.292 1.199 2.641 1.411 1.703 0.095 0.093 0.5 2.547-1.724 3.147-0.475 0.724-0.437 0.287-0.692-0.095-0.407 0.157-0.469-0.032-0.317 0.251-0.593-0.157-0.599-0.093-0.5 0.313-0.125 0.536 0.344-0.317 0.531-0.095v0.505l0.849-0.187 0.473 0.025 0.813 0.193c0 0 0.724 0.031 0.848 0.031 0.125 0 0.881 0.156 0.881 0.156h0.561l0.287 0.156 0.407-0.061 0.412 0.255h0.624l0.125-0.412v-0.219l0.412 0.188 0.312 0.312 0.188 0.349 0.031-0.412-0.219-0.5c0 0-0.156-0.285-0.287-0.285-0.125 0-0.593-0.157-0.593-0.157l-0.349 0.095-0.344-0.188-0.375 0.156-0.312-0.156-0.125-0.312-0.219-0.1 0.188-0.561 0.561-1.292 0.756-1.26 0.661-0.787 0.249-0.313c0 0 0.313-0.473 0.313-0.599s0.063-1.448 0.063-1.448l-0.407-0.849-0.193-0.692 3.647 0.88h0.219l3.109 2.235 0.443 0.568 0.151 2.172-0.063 0.5-0.219 0.411-0.249 0.251-0.095 0.443-0.124 0.219-0.6 0.093-0.561-0.188-0.349-0.093h-0.656l-0.319 0.251-0.156 0.348 0.032 0.376 0.187-0.344 0.224-0.224 0.188-0.032-0.032 0.319 0.22 0.187 0.536-0.156h0.249l0.032 0.349 0.755 0.088 0.532-0.088 0.405 0.125 0.6 0.156 0.219-0.032 0.187-0.124 0.193 0.599 0.088-0.631-0.151-0.755-0.349-0.287 0.125-0.469-0.281-0.536 0.031-1.984 1.568 1.859 2.079 1.636c0 0 1.411 0.505 1.536 0.505s1.099-0.125 1.099-0.125l0.625-1.041-0.468-1.417 0.187-0.468-1.005-1.324-2.124-2.167-0.511-1.703 0.031-1.167-0.473-1.224-0.532-0.979 0.313-0.975-0.251-1.416-1.073-2.412 0.396-0.063-0.661-1.151 0.432-0.136-0.76-1.239 0.317-0.167-0.567-0.937 0.187-0.105-0.687-0.556 0.249-0.131-1.792-1.251z\"/>\n</svg>\n</li><li title=\"cib rollup js \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M4.563 0c-0.276 0-0.495 0.224-0.495 0.495v26.021c0.771-1.984 2.078-4.823 4.182-8.708 7.604-13.974 8.599-15.38 12.557-15.38 2.078 0 4.177 0.938 5.536 2.604-1.906-3.083-5.25-4.979-8.875-5.031zM21.521 3.391c-1.589 0.016-3.010 0.625-3.599 2-1.286 3.005 2.167 6.354 3.677 6.089 1.922-0.339-0.339-4.75-0.339-4.75 2.938 5.542 2.26 3.844-3.057 8.932-5.313 5.089-10.74 15.833-11.531 16.281-0.036 0.026-0.073 0.042-0.109 0.057h20.849c0.365-0.005 0.604-0.385 0.443-0.714l-5.453-10.792c-0.12-0.234-0.036-0.521 0.193-0.651 3.302-1.891 5.344-5.411 5.339-9.219 0-1.896-0.495-3.677-1.37-5.224-1.24-1.271-3.245-2.021-5.042-2.010z\"/>\n</svg>\n</li><li title=\"cib roots \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M13.713 10.636v-5.251c0-0.177-0.145-0.323-0.328-0.323s-0.323 0.145-0.323 0.323c0.011 3.369-1.323 6.599-3.703 8.979l-7.516 7.543c-0.099 0.104-0.125 0.26-0.057 0.385 0.349 0.677 0.744 1.328 1.183 1.948 0.057 0.077 0.14 0.129 0.239 0.135h0.027c0.088 0 0.172-0.031 0.229-0.093l7.891-7.917c1.515-1.52 2.364-3.583 2.359-5.728zM23.995 1.036c-0.099-0.057-0.224-0.057-0.323 0-0.099 0.063-0.161 0.167-0.161 0.287v14.557c0 2.161 0.839 4.199 2.364 5.729l2.661 2.677c0.057 0.057 0.141 0.093 0.229 0.093l0.032-0.005c0.093-0.005 0.181-0.057 0.239-0.129 1.928-2.719 2.969-5.969 2.964-9.303-0.011-5.729-3.057-11.016-8.005-13.901zM8.489 5.385v-4.063c0-0.115-0.063-0.224-0.161-0.287-0.099-0.057-0.224-0.057-0.323 0-4.948 2.885-7.995 8.177-8.005 13.901 0 0.459 0.027 0.948 0.079 1.495 0.009 0.131 0.093 0.24 0.213 0.281 0.031 0.016 0.072 0.021 0.109 0.021 0.083 0 0.167-0.037 0.229-0.099l5.5-5.516c1.515-1.521 2.364-3.584 2.359-5.729zM22.64 24.855c-2.38-2.381-3.713-5.609-3.703-8.975v-5.244c0-0.183-0.145-0.333-0.323-0.333-0.183 0.004-0.328 0.151-0.328 0.333 0 3.391-1.317 6.577-3.703 8.973l-7.887 7.917c-0.129 0.124-0.129 0.333 0 0.463 0.011 0.016 0.027 0.027 0.043 0.037 2.692 1.937 5.937 2.984 9.26 2.979 3.323 0.005 6.563-1.041 9.26-2.979 0.084-0.057 0.131-0.141 0.136-0.24 0.011-0.093-0.027-0.193-0.093-0.26z\"/>\n</svg>\n</li><li title=\"cib roundcube \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M26.531 11.469c0 1.599-0.396 3.063-0.932 4.396l0.932-0.531 4.536-2.667-3.599-2c-0.401-6-5.333-10.667-11.469-10.667s-11.068 4.667-11.469 10.667l-3.599 2.135 4.135 2.396 1.198 0.667c-0.667-1.333-0.932-2.797-0.932-4.396 0-5.87 4.802-10.536 10.531-10.536 6 0 10.667 4.667 10.667 10.536zM0.135 23.068l15.464 8.932v-9.865l-15.464-8.938zM16.401 22.135v9.865l15.464-8.932v-9.87z\"/>\n</svg>\n</li><li title=\"cib rss \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M25.599 32c0-14.042-11.557-25.599-25.599-25.599v-6.401c17.552 0 32 14.448 32 32zM4.385 23.219c2.422 0 4.396 1.974 4.396 4.396 0 2.417-1.984 4.385-4.406 4.385-2.417 0-4.375-1.964-4.375-4.385s1.969-4.396 4.385-4.396zM21.214 32h-6.224c0-8.224-6.766-14.995-14.99-14.995v-6.219c11.635 0 21.214 9.578 21.214 21.214z\"/>\n</svg>\n</li><li title=\"cib rstudio \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16.24 0.005c-4.328-0.068-8.495 1.625-11.552 4.683-6.245 6.249-6.245 16.38 0 22.629 6.249 6.245 16.38 6.245 22.624 0 6.251-6.249 6.251-16.38 0-22.629-2.937-2.943-6.911-4.62-11.072-4.683zM10.36 7.995c0.749 0.167 1.4 0.287 2.219 0.287 1.228 0 2.484-0.287 3.713-0.287 2.385 0 4.599 1.084 4.599 3.735 0 2.052-1.229 3.353-3.131 3.907l3.713 5.473h1.735v1.349h-2.645l-4.391-6.584h-2.344v5.235h2.292v1.349h-5.76v-1.349h1.979v-11.599l-1.979-0.245v-1.276zM16.312 9.344c-0.791 0-1.615 0.068-2.484 0.167v5.068l1.255 0.025c3.063 0.041 4.245-1.135 4.245-2.703 0-1.833-1.328-2.557-3.016-2.557z\"/>\n</svg>\n</li><li title=\"cib ruby \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M26.875 0.109c4.043 0.703 5.193 3.464 5.104 6.36l0.021-0.043-1.817 23.855-23.641 1.62c-1.963-0.084-6.344-0.261-6.541-6.38l2.193-4 3.76 8.781 0.672 1.561 3.739-12.192-0.041 0.011 0.021-0.043 12.339 3.944-1.86-7.245-1.317-5.199 11.755-0.76-0.817-0.677-8.443-6.885 4.88-2.719zM0 25.453v0.031-0.036zM6.839 6.765c4.749-4.713 10.875-7.495 13.229-5.12 2.348 2.371-0.141 8.141-4.896 12.844-4.751 4.713-10.803 7.647-13.151 5.276-2.355-2.364 0.057-8.287 4.817-13z\"/>\n</svg>\n</li><li title=\"cib rubygems \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M10.411 10.531l-3.958 3.938 9.589 9.573 3.943-3.938 5.63-5.635-3.948-3.948v-0.016h-11.266zM16 0l-13.958 8v16l13.958 8 13.958-8v-16zM27.292 22.469l-11.292 6.505-11.292-6.505v-12.974l11.292-6.51 11.292 6.51z\"/>\n</svg>\n</li><li title=\"cib runkeeper \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M17.969 22.177c2.516-0.339 4.344-1.484 6.047-3.427 2-2.339 2.573-5.479 1.771-8.453-0.802-2.854-3.083-5.083-6.052-5.484-3.677-0.568-7.495 1.198-10.188 3.604-0.057 0.052-0.219 0.167-0.281 0.281-0.276-0.516-0.641-1.026-1.026-1.427-0.51-0.745-1.651-1.948-1.714-2-0.224-0.286-0.625-0.344-0.849-0.458-0.703-0.151-1.188-0.385-1.49-0.557-0.016-0.026-0.036-0.047-0.057-0.073l-2.911-3.083c-0.286-0.234-0.63-0.286-0.917 0-0.224 0.286-0.286 0.63 0 0.917l2.885 3.109h0.042c0.099 0.177 0.464 0.479 0.599 1.104 0.063 0.281 0.224 0.62 0.505 1.021 0 0 2.010 2.167 2.813 3.635 0.74 1.484 0.922 1.948 1.021 2.229 0 0.036-0.74-0.865-1.604-1.484-3.313 3.771-5.724 8.292-6.427 13.188-0.74 5.021 2.010 6.349 4.057 6.286 1.646 0 5.078-1.766 6.906-6.161 1.766-4.276 1.49-9.198-0.297-13.474 1.703-1.729 4.854-3.776 7.927-3.714 2.292 0 3.432 1.984 3.594 2.167 1.766 3.193-0.302 6.063-0.302 6.063-1.141 1.729-3.13 2.531-4.177 2.813-0.781 0.219-2.266 0.161-2.63 0-0.219-0.063-0.281-0.182-0.281-0.344 0-0.24 0.182-0.339 0.344-0.339 0.219 0 0.344 0.161 0.344 0.344v0.182c0.578 0.161 1.703 0.042 2.167 0-0.365-0.859-1.146-1.318-2.193-1.318h-0.047c-1.344 0.010-2.427 1.109-2.417 2.458 0 1.026 0.578 1.891 1.422 2.229 0.443 0.172 1.771 0.344 3.417 0.172zM8.875 21.609c-1.146 5.031-4.344 6.802-5.203 6.51-0.854-0.281-1.141-2.797 0.573-7.026 0.286-0.625 2-4.568 4.229-7.026-0.063 0.115 1.255 3.828 0.401 7.542zM30.917 22.583l1.083-4.115c0.042-0.344-0.12-0.745-0.464-0.802s-0.745 0.12-0.781 0.458l-1.078 3.969h-0.13c-0.021 0.031-0.036 0.057-0.057 0.089-0.161 0.286-0.464 0.745-0.906 1.083-0.339 0.286-0.5 0.63-0.5 0.63-0.161 0.172-1.302 3.771-4.896 3.943-4.24 0.172-5.083-4.573-5.141-4.969-0.906 0.167-2.734-0.234-3.474-0.573 0.219 2.625 1.484 5.766 3.714 7.255 2.568 1.771 6.568 1.771 9.318 0 1.583-1.089 2.63-2.458 3.313-4.229l0.057-0.146 0.021-0.047c0.021-0.047 0.021-0.099 0.063-0.151v-0.057c-0.042 0 0-0.344-0.099-0.688-0.219-0.911-0.042-1.484-0.042-1.651z\"/>\n</svg>\n</li><li title=\"cib rust \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M31.584 15.615l-1.329-0.823c-0.009-0.131-0.020-0.261-0.036-0.385l1.141-1.063c0.244-0.235 0.161-0.647-0.152-0.765l-1.459-0.543c-0.036-0.129-0.072-0.255-0.113-0.38l0.905-1.26c0.204-0.276 0.043-0.661-0.296-0.719l-1.537-0.251c-0.057-0.115-0.12-0.229-0.181-0.344l0.645-1.416c0.068-0.145 0.052-0.312-0.036-0.443-0.089-0.131-0.24-0.208-0.396-0.203l-1.563 0.057c-0.079-0.105-0.161-0.204-0.245-0.303l0.36-1.516c0.077-0.333-0.219-0.629-0.552-0.552l-1.516 0.36c-0.099-0.084-0.197-0.167-0.303-0.245l0.057-1.563c0.016-0.339-0.339-0.577-0.645-0.432l-1.416 0.645c-0.115-0.061-0.229-0.124-0.349-0.181l-0.251-1.537c-0.057-0.333-0.443-0.495-0.719-0.296l-1.26 0.905c-0.125-0.041-0.251-0.077-0.375-0.113l-0.548-1.453c-0.119-0.319-0.531-0.401-0.76-0.157l-1.063 1.147c-0.129-0.016-0.26-0.032-0.391-0.041l-0.817-1.324c-0.177-0.291-0.599-0.291-0.776 0l-0.823 1.324c-0.131 0.009-0.26 0.025-0.385 0.041l-1.063-1.147c-0.235-0.244-0.645-0.167-0.765 0.157l-0.543 1.453c-0.129 0.036-0.249 0.077-0.38 0.113l-1.26-0.905c-0.276-0.199-0.661-0.037-0.719 0.296l-0.251 1.537c-0.115 0.057-0.228 0.12-0.343 0.181l-1.417-0.645c-0.312-0.14-0.661 0.093-0.645 0.432l0.052 1.563c-0.099 0.079-0.199 0.161-0.297 0.245l-1.52-0.36c-0.329-0.077-0.625 0.219-0.548 0.552l0.355 1.516c-0.084 0.099-0.161 0.197-0.245 0.303l-1.557-0.057c-0.343-0.011-0.572 0.339-0.432 0.645l0.647 1.416c-0.063 0.115-0.125 0.229-0.188 0.344l-1.536 0.251c-0.333 0.057-0.491 0.443-0.297 0.719l0.912 1.26c-0.043 0.131-0.079 0.251-0.115 0.38l-1.459 0.543c-0.317 0.119-0.396 0.531-0.151 0.765l1.14 1.063c-0.016 0.124-0.027 0.255-0.036 0.385l-1.328 0.823c-0.292 0.172-0.292 0.599 0 0.771l1.328 0.823c0.009 0.131 0.020 0.261 0.036 0.385l-1.14 1.068c-0.251 0.229-0.167 0.641 0.151 0.76l1.459 0.548c0.036 0.124 0.072 0.249 0.115 0.375l-0.912 1.26c-0.197 0.276-0.036 0.667 0.301 0.719l1.537 0.251c0.057 0.115 0.12 0.229 0.183 0.344l-0.647 1.416c-0.14 0.312 0.095 0.661 0.432 0.645l1.557-0.052c0.084 0.1 0.161 0.199 0.251 0.297l-0.36 1.521c-0.077 0.328 0.219 0.624 0.548 0.547l1.52-0.355c0.099 0.084 0.199 0.161 0.303 0.245l-0.057 1.557c-0.016 0.343 0.339 0.577 0.645 0.432l1.417-0.645c0.115 0.061 0.228 0.124 0.343 0.187l0.256 1.537c0.052 0.333 0.437 0.489 0.713 0.296l1.265-0.911c0.125 0.041 0.251 0.077 0.375 0.113l0.548 1.459c0.115 0.323 0.525 0.401 0.76 0.152l1.063-1.141c0.129 0.016 0.255 0.032 0.385 0.041l0.823 1.328c0.177 0.287 0.599 0.287 0.776 0l0.823-1.328c0.131-0.009 0.256-0.025 0.385-0.041l1.063 1.141c0.235 0.244 0.641 0.167 0.76-0.152l0.548-1.459c0.124-0.036 0.249-0.072 0.375-0.113l1.26 0.911c0.276 0.203 0.667 0.037 0.719-0.296l0.251-1.537c0.12-0.063 0.235-0.125 0.349-0.187l1.416 0.645c0.307 0.14 0.656-0.093 0.645-0.432l-0.057-1.557c0.105-0.084 0.204-0.161 0.297-0.245l1.521 0.355c0.328 0.077 0.624-0.219 0.552-0.547l-0.36-1.521c0.084-0.099 0.167-0.197 0.245-0.297l1.563 0.052c0.339 0.016 0.572-0.333 0.432-0.645l-0.645-1.416c0.061-0.115 0.124-0.229 0.181-0.344l1.537-0.251c0.333-0.057 0.495-0.443 0.296-0.719l-0.905-1.26 0.113-0.375 1.453-0.548c0.324-0.119 0.401-0.531 0.157-0.76l-1.141-1.068c0.011-0.124 0.027-0.255 0.036-0.385l1.329-0.823c0.291-0.172 0.291-0.599 0-0.771zM22.703 26.615c-1.224-0.26-0.833-2.099 0.396-1.839 0.505 0.109 0.828 0.609 0.719 1.12-0.109 0.505-0.609 0.828-1.115 0.719zM22.255 23.568c-0.463-0.099-0.921 0.197-1.015 0.661l-0.475 2.192c-1.453 0.661-3.068 1.032-4.765 1.032-1.683 0-3.344-0.365-4.864-1.073l-0.475-2.197c-0.099-0.464-0.552-0.761-1.016-0.656l-1.937 0.411c-0.364-0.369-0.697-0.765-1.005-1.183h9.443c0.105 0 0.177-0.015 0.177-0.115v-3.337c0-0.1-0.072-0.115-0.177-0.115h-2.765v-2.12h2.989c0.271 0 1.459 0.077 1.833 1.593 0.12 0.464 0.381 1.979 0.557 2.464 0.177 0.547 0.901 1.629 1.672 1.629h4.704c0.057 0 0.115-0.005 0.171-0.015-0.323 0.443-0.681 0.864-1.067 1.255zM9.197 26.573c-0.509 0.104-1.009-0.219-1.119-0.724-0.109-0.511 0.213-1.011 0.724-1.115 0.504-0.109 1.004 0.213 1.115 0.719 0.109 0.511-0.215 1.011-0.72 1.12zM5.615 12.047c0.229 0.48 0.021 1.052-0.464 1.271-0.484 0.213-1.052-0.015-1.255-0.505-0.459-1.124 1.192-1.859 1.719-0.765zM4.516 14.656l2.020-0.896c0.433-0.192 0.625-0.697 0.433-1.129l-0.417-0.943h1.641v7.38h-3.303c-0.407-1.432-0.536-2.932-0.375-4.412zM13.385 13.943v-2.177h3.896c0.203 0 1.421 0.235 1.421 1.147 0 0.76-0.937 1.031-1.703 1.031zM27.552 15.901c0 0.287-0.011 0.572-0.031 0.853h-1.188c-0.12 0-0.167 0.079-0.167 0.199v0.541c0 1.281-0.719 1.557-1.355 1.631-0.604 0.068-1.271-0.251-1.353-0.62-0.355-2-0.948-2.427-1.885-3.167 1.161-0.74 2.369-1.823 2.369-3.281 0-1.573-1.079-2.563-1.812-3.047-1.032-0.683-2.172-0.817-2.48-0.817h-12.255c1.692-1.896 3.964-3.177 6.459-3.652l1.448 1.521c0.323 0.339 0.869 0.353 1.208 0.025l1.615-1.547c3.339 0.625 6.229 2.683 7.911 5.631l-1.109 2.5c-0.187 0.432 0.005 0.937 0.437 1.131l2.131 0.947c0.036 0.381 0.052 0.761 0.052 1.152zM15.303 3.255c0.905-0.864 2.203 0.495 1.296 1.36-0.901 0.781-2.115-0.495-1.296-1.36zM26.287 12.093c0.208-0.473 0.76-0.687 1.235-0.479 0.771 0.339 0.744 1.437-0.037 1.74-0.787 0.301-1.541-0.495-1.197-1.261z\"/>\n</svg>\n</li><li title=\"cib safari \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16 32c-8.839 0-16-7.161-16-16s7.161-16 16-16c8.839 0 16 7.161 16 16s-7.161 16-16 16zM16 31c8.286 0 15-6.714 15-15s-6.714-15-15-15c-8.286 0-15 6.714-15 15s6.714 15 15 15zM16 2.667c0.182 0 0.333 0.151 0.333 0.333v1.333c0 0.443-0.667 0.443-0.667 0v-1.333c0-0.182 0.151-0.333 0.333-0.333zM16 27.333c0.182 0 0.333 0.151 0.333 0.333v1.333c0 0.443-0.667 0.443-0.667 0v-1.333c0-0.182 0.151-0.333 0.333-0.333zM25.427 6.573c0.13 0.13 0.13 0.339 0 0.469l-0.943 0.943c-0.313 0.318-0.786-0.156-0.469-0.469l0.943-0.943c0.13-0.13 0.339-0.13 0.469 0zM7.984 24.016c0.135 0.13 0.135 0.339 0 0.469l-0.943 0.943c-0.125 0.146-0.349 0.151-0.484 0.016s-0.13-0.359 0.016-0.484l0.943-0.943c0.13-0.135 0.339-0.135 0.469 0zM6.573 6.573c0.13-0.13 0.339-0.13 0.469 0l0.943 0.943c0.318 0.313-0.156 0.786-0.469 0.474l-0.943-0.948c-0.13-0.13-0.13-0.339 0-0.469zM24.016 24.016c0.13-0.135 0.339-0.135 0.469 0l0.943 0.943c0.146 0.125 0.151 0.349 0.016 0.484s-0.359 0.13-0.484-0.016l-0.943-0.943c-0.135-0.13-0.135-0.339 0-0.469zM2.667 16c0-0.182 0.151-0.333 0.333-0.333h1.333c0.443 0 0.443 0.667 0 0.667h-1.333c-0.182 0-0.333-0.151-0.333-0.333zM27.333 16c0-0.182 0.151-0.333 0.333-0.333h1.333c0.443 0 0.443 0.667 0 0.667h-1.333c-0.182 0-0.333-0.151-0.333-0.333zM21.208 3.729c0.172 0.068 0.25 0.266 0.177 0.432l-0.521 1.229c-0.068 0.177-0.266 0.26-0.443 0.188-0.172-0.073-0.25-0.276-0.172-0.448l0.521-1.224c0.073-0.172 0.271-0.25 0.438-0.177zM11.573 26.432c0.167 0.073 0.25 0.266 0.177 0.438l-0.521 1.224c-0.182 0.391-0.766 0.141-0.615-0.255l0.521-1.229c0.073-0.172 0.266-0.25 0.438-0.177zM28.365 11.005c0.068 0.167-0.016 0.365-0.188 0.432l-1.234 0.5c-0.172 0.068-0.365-0.016-0.432-0.182-0.073-0.172 0.010-0.37 0.182-0.438l1.234-0.5c0.172-0.068 0.365 0.016 0.438 0.188zM5.49 20.245c0.073 0.172-0.010 0.365-0.182 0.432l-1.234 0.5c-0.172 0.078-0.375-0.005-0.448-0.177-0.068-0.177 0.021-0.375 0.198-0.438l1.234-0.5c0.172-0.073 0.365 0.010 0.432 0.182zM11.005 3.635c0.172-0.068 0.365 0.016 0.432 0.188l0.5 1.234c0.167 0.411-0.448 0.661-0.62 0.25l-0.495-1.234c-0.073-0.172 0.010-0.365 0.182-0.438zM20.245 26.51c0.172-0.073 0.365 0.010 0.438 0.182l0.495 1.234c0.078 0.172-0.005 0.375-0.177 0.448-0.177 0.068-0.375-0.021-0.438-0.198l-0.5-1.234c-0.073-0.172 0.010-0.365 0.182-0.432zM3.729 10.792c0.068-0.172 0.266-0.25 0.432-0.177l1.229 0.521c0.385 0.182 0.141 0.766-0.26 0.615l-1.224-0.521c-0.172-0.073-0.25-0.271-0.177-0.438zM26.432 20.427c0.073-0.167 0.266-0.245 0.438-0.177l1.224 0.521c0.177 0.068 0.266 0.271 0.193 0.443s-0.281 0.25-0.448 0.172l-1.229-0.521c-0.172-0.073-0.25-0.266-0.177-0.438zM17.172 17.172l-2.344-2.344-5.521 7.865zM25.427 6.573l-7.776 11.078-11.078 7.776 7.776-11.078z\"/>\n</svg>\n</li><li title=\"cib sahibinden \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M0 0v32h32v-32zM15.354 6.297c0.75-0.010 1.51-0.005 2.255 0.083 3.214 0.073 6.469 2.906 6.505 6.010h-4.427c0.016-0.922-0.802-2.073-1.703-2.307-1.474-0.359-3.281-0.474-4.573 0.391-0.984 0.594-1.422 2.229-0.125 2.74 3.047 1.448 6.875 1.13 9.63 3.167 2.266 1.609 2.13 4.885 0.365 6.781-2.292 2.453-6.182 2.844-9.464 2.375-3.266-0.156-6.344-2.995-6.427-6.083h4.417c-0.078 1.109 0.849 2.078 1.943 2.427 1.698 0.37 3.635 0.479 5.24-0.25 1.281-0.432 1.37-2.057 0.38-2.807-2.125-1.193-4.75-1.229-7.063-2.021-2.682-0.521-4.854-3.036-4.344-5.599 0.563-3.12 4.167-4.969 7.391-4.906z\"/>\n</svg>\n</li><li title=\"cib salesforce \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M13.339 7.219c1-1.057 2.464-1.74 4.063-1.74 2.078 0 3.938 1.203 4.917 2.943 0.844-0.401 1.802-0.604 2.802-0.604 3.802 0 6.88 3.12 6.88 6.964 0 3.839-3.083 6.958-6.901 6.958-0.458 0-0.917-0.057-1.359-0.141-0.859 1.563-2.5 2.604-4.401 2.604-0.802 0-1.542-0.203-2.198-0.5-0.88 2.057-2.922 3.495-5.302 3.495-2.479 0-4.599-1.557-5.401-3.755-0.359 0.078-0.719 0.099-1.099 0.099-2.938 0-5.339-2.401-5.339-5.401 0-2 1.078-3.74 2.677-4.677-0.339-0.76-0.521-1.604-0.521-2.464 0-3.438 2.802-6.198 6.203-6.198 2.042 0 3.797 0.938 4.958 2.401z\"/>\n</svg>\n</li><li title=\"cib saltstack \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M8.527 0l-7.125 0.005v7.125h7.129v-7.131zM16.448 3.593c-1.375 0-2.609 0.136-3.719 0.391v5.043c0.859-0.496 1.959-0.756 3.333-0.756 1.333 0 2.448 0.224 3.349 0.677 1.348 0.683 2.072 1.833 2.172 3.453h5.405c-0.093-2.865-1.161-5.041-3.187-6.547-2.032-1.505-4.485-2.261-7.355-2.261zM5.995 11.349c-0.016 0.213-0.031 0.427-0.031 0.645 0 2.645 0.905 4.589 2.719 5.828 1.077 0.745 3.041 1.432 5.905 2.063l2.917 0.645c1.708 0.365 2.953 0.787 3.74 1.261 0.785 0.489 1.176 1.177 1.176 2.068 0 1.52-0.801 2.561-2.405 3.119-0.844 0.292-1.943 0.437-3.303 0.437-2.26 0-3.859-0.552-4.792-1.661-0.509-0.609-0.848-1.531-1.020-2.76h-5.375c0 2.803 1.015 5.005 3.047 6.604 2.031 1.604 4.817 2.401 8.359 2.401 3.475 0 6.161-0.812 8.063-2.437s2.855-3.667 2.855-6.131c0-2.396-0.803-4.229-2.407-5.5-1.036-0.812-2.588-1.468-4.661-1.953l-4.724-1.115c-1.823-0.427-3.016-0.796-3.579-1.115-0.875-0.473-1.312-1.192-1.312-2.156 0-0.083 0.027-0.161 0.031-0.244zM29.229 29.125c-1.833 0.077-1.833 2.792 0 2.869 1.828-0.077 1.828-2.792 0-2.869zM29.208 29.36c0.005 0 0.011 0 0.021 0 1.5 0.088 1.5 2.307 0 2.389-1.511-0.072-1.527-2.291-0.021-2.389zM28.645 29.703v1.699h0.297v-0.652h0.328l0.344 0.652h0.312v-0.016l-0.38-0.703c0.093-0.037 0.172-0.099 0.235-0.177 0.052-0.089 0.083-0.188 0.079-0.287 0-0.079-0.016-0.151-0.048-0.224-0.020-0.063-0.063-0.115-0.115-0.156-0.057-0.047-0.124-0.084-0.192-0.099-0.084-0.027-0.172-0.037-0.26-0.037zM28.943 29.943h0.303c0.047 0 0.099 0.005 0.14 0.021 0.073 0.020 0.136 0.072 0.156 0.145 0.032 0.079 0.032 0.156 0 0.235-0.011 0.036-0.031 0.063-0.063 0.088-0.025 0.027-0.057 0.047-0.093 0.057-0.047 0.016-0.093 0.027-0.14 0.027h-0.303z\"/>\n</svg>\n</li><li title=\"cib samsung pay \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M31.969 14.271c-0.177-5.104-1.516-9.214-4.542-11.458s-7.573-3.021-13.286-2.75c-2.599 0.125-4.938 0.464-6.839 1.224-1.958 0.786-3.474 1.896-4.583 3.438-2.229 3.099-2.917 7.781-2.672 13.172 0.234 5.12 1.557 9.172 4.62 11.38 3.047 2.198 7.995 2.896 13.214 2.672 5.063-0.214 9.177-1.552 11.38-4.62 2.198-3.063 2.896-7.578 2.708-13.057zM8.802 19.693h-0.661v-1.417h0.661c1.26 0 2.182-0.974 2.182-2.182 0-1.203-0.974-2.182-2.182-2.182h-2.13c-0.078 0-0.146 0.052-0.167 0.125v7.734h-1.375v-7.734c0-0.849 0.693-1.542 1.542-1.542h2.13c1.99 0 3.635 1.615 3.635 3.599 0 1.99-1.536 3.599-3.635 3.599zM20.406 19.693h-1.391v-3.703c-0.031-1.047-1.141-2.089-2.323-2.089-1.328 0-2.302 1.135-2.302 2.193 0 1.505 1.057 2.193 2.302 2.193h0.495v1.406h-0.495c-2.047 0-3.714-1.313-3.714-3.599 0-1.859 1.667-3.599 3.714-3.599 1.854 0 3.656 1.557 3.714 3.495zM22.172 12.734l1.813 3.719-0.786 1.599-2.599-5.318zM23.854 22.026h-1.578l4.568-9.292h1.578z\"/>\n</svg>\n</li><li title=\"cib samsung \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M26.422 13.708l0.063 3.589h-0.031l-1.042-3.589h-1.708v4.521h1.13l-0.063-3.714h0.031l1.115 3.714h1.635v-4.521zM4.891 13.708l-0.854 4.568h1.234l0.63-4.156h0.026l0.615 4.156h1.224l-0.844-4.568zM11.797 13.708l-0.563 3.484h-0.031l-0.568-3.484h-1.865l-0.089 4.568h1.146l0.031-4.109h0.010l0.766 4.109h1.161l0.766-4.109h0.031l0.031 4.109h1.146l-0.109-4.568zM2.109 16.979c0.047 0.104 0.031 0.26 0.016 0.333-0.031 0.156-0.141 0.307-0.443 0.307-0.292 0-0.458-0.167-0.458-0.411v-0.443h-1.224v0.349c0 1.026 0.807 1.328 1.667 1.328 0.823 0 1.51-0.286 1.62-1.036 0.063-0.396 0.016-0.656 0-0.75-0.214-0.964-1.958-1.234-2.078-1.771-0.016-0.094-0.016-0.182 0-0.245 0.031-0.151 0.135-0.307 0.411-0.307s0.427 0.167 0.427 0.411v0.276h1.146v-0.318c0-0.995-0.901-1.146-1.542-1.146-0.813 0-1.484 0.271-1.604 1.005-0.031 0.198-0.047 0.385 0.016 0.615 0.182 0.943 1.818 1.219 2.047 1.802zM16.979 16.979c0.047 0.104 0.031 0.245 0.016 0.333-0.031 0.156-0.141 0.307-0.443 0.307-0.292 0-0.458-0.167-0.458-0.411v-0.443h-1.224v0.349c0 1.010 0.792 1.318 1.651 1.318 0.823 0 1.495-0.276 1.604-1.042 0.063-0.396 0.016-0.641 0-0.75-0.182-0.948-1.911-1.234-2.031-1.755-0.016-0.094-0.016-0.182 0-0.245 0.026-0.151 0.135-0.307 0.411-0.307 0.26 0 0.427 0.167 0.427 0.411v0.276h1.13v-0.318c0-0.995-0.885-1.146-1.526-1.146-0.813 0-1.469 0.255-1.589 1.005-0.031 0.198-0.031 0.385 0.010 0.615 0.188 0.943 1.792 1.203 2.021 1.802zM20.828 17.589c0.323 0 0.411-0.214 0.443-0.333 0.016-0.047 0.016-0.125 0.016-0.172v-3.375h1.161v3.286c0 0.089 0 0.26-0.016 0.302-0.073 0.859-0.75 1.135-1.589 1.135s-1.51-0.276-1.589-1.135c0-0.042-0.016-0.214-0.016-0.302v-3.286h1.161v3.375c0 0.063 0 0.125 0.016 0.172 0 0.12 0.094 0.333 0.411 0.333zM30.365 17.542c0.339 0 0.443-0.214 0.474-0.333 0.016-0.047 0.016-0.125 0.016-0.167v-0.661h-0.474v-0.672h1.62v1.224c0 0.094 0 0.151-0.016 0.307-0.078 0.839-0.797 1.13-1.604 1.13-0.813 0-1.526-0.292-1.604-1.13-0.016-0.156-0.016-0.214-0.016-0.307v-1.927c0-0.073 0.016-0.229 0.016-0.302 0.104-0.859 0.792-1.135 1.604-1.135 0.807 0 1.51 0.276 1.604 1.135 0.016 0.135 0.016 0.302 0.016 0.302v0.156h-1.146v-0.26c0 0 0-0.109-0.016-0.172-0.016-0.104-0.109-0.333-0.458-0.333-0.339 0-0.427 0.214-0.458 0.333-0.016 0.063-0.016 0.141-0.016 0.219v2.094c0 0.057 0 0.12 0.016 0.167 0 0.12 0.12 0.333 0.443 0.333z\"/>\n</svg>\n</li><li title=\"cib sap \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M0 8.083v15.835h16.172l15.828-15.835zM4.355 11.031h0.005c1.151 0 2.552 0.324 3.567 0.844l-1.093 1.907c-1.115-0.541-1.672-0.588-2.307-0.625-0.943-0.052-1.417 0.287-1.428 0.651-0.005 0.444 0.896 0.844 1.745 1.12 1.281 0.407 2.916 0.953 3.167 2.532l2.349-6.208h2.728l2.751 7.432-0.011-7.432h3.161c3.011 0 4.427 1.020 4.427 3.359 0 2.099-1.452 3.355-3.916 3.355h-1.016l-0.015 2.791-4.781-0.005-0.333-1.213c-0.495 0.167-1.052 0.256-1.641 0.256-0.609 0-1.183-0.095-1.687-0.265l-0.475 1.223-2.667 0.005 0.12-0.615c-0.041 0.037-0.079 0.068-0.12 0.1-0.708 0.572-1.609 0.839-2.713 0.859h-0.287c-1.203 0.016-2.391-0.296-3.437-0.896l0.973-1.932c1.052 0.625 1.715 0.76 2.605 0.745 0.463-0.011 0.796-0.095 1.015-0.319 0.131-0.135 0.204-0.307 0.209-0.495 0.009-0.5-0.709-0.733-1.579-1.005-0.708-0.219-1.516-0.52-2.141-0.984-0.744-0.541-1.104-1.229-1.083-2.197 0.005-0.688 0.276-1.344 0.755-1.833 0.693-0.719 1.808-1.152 3.152-1.152zM18.479 13.255v2.543h0.699c0.921 0 1.661-0.308 1.661-1.287 0-0.948-0.74-1.256-1.661-1.256zM11.697 14.281l-0.995 3.145c0.297 0.115 0.641 0.177 1.005 0.177 0.36 0 0.699-0.063 0.989-0.167l-0.979-3.161z\"/>\n</svg>\n</li><li title=\"cib sass alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M15.092 22.146c-0.015 0.030-0.030 0.054 0 0zM27.548 17.796c-1.006-0-1.998 0.23-2.9 0.675-0.295-0.595-0.6-1.115-0.65-1.505-0.060-0.455-0.125-0.725-0.055-1.265s0.385-1.305 0.38-1.36c-0.005-0.055-0.070-0.33-0.715-0.335s-1.2 0.125-1.265 0.295c-0.114 0.311-0.203 0.63-0.265 0.955-0.115 0.585-1.289 2.675-1.954 3.765-0.22-0.425-0.405-0.8-0.445-1.1-0.060-0.455-0.125-0.725-0.055-1.265s0.385-1.305 0.38-1.36c-0.005-0.055-0.070-0.33-0.714-0.335s-1.2 0.125-1.265 0.295c-0.065 0.17-0.135 0.57-0.265 0.955s-1.695 3.865-2.104 4.77c-0.21 0.46-0.39 0.83-0.52 1.080-0.020 0.040-0.035 0.065-0.045 0.085 0.015-0.025 0.025-0.050 0.025-0.040-0.11 0.215-0.175 0.335-0.175 0.335v0.005c-0.085 0.16-0.18 0.305-0.225 0.305-0.030 0-0.095-0.42 0.015-0.995 0.235-1.21 0.79-3.090 0.785-3.155-0.005-0.035 0.105-0.36-0.365-0.535-0.455-0.165-0.62 0.11-0.66 0.11s-0.070 0.1-0.070 0.1c0 0 0.505-2.12-0.97-2.12-0.92 0-2.2 1.010-2.829 1.925-0.395 0.215-1.25 0.68-2.15 1.175-0.345 0.19-0.7 0.385-1.035 0.57-0.025-0.025-0.045-0.050-0.070-0.075-1.79-1.91-5.094-3.26-4.954-5.825 0.050-0.935 0.375-3.39 6.354-6.37 4.9-2.44 8.817-1.77 9.492-0.28 0.97 2.125-2.095 6.080-7.183 6.65-1.94 0.215-2.959-0.535-3.214-0.815-0.265-0.295-0.305-0.31-0.405-0.255-0.165 0.090-0.060 0.35 0 0.505 0.15 0.395 0.775 1.095 1.84 1.445 0.935 0.305 3.209 0.475 5.958-0.59 3.089-1.19 5.494-4.505 4.788-7.28-0.718-2.82-5.394-3.745-9.815-2.175-2.635 0.935-5.484 2.405-7.533 4.32-2.435 2.28-2.824 4.265-2.664 5.095 0.57 2.945 4.629 4.865 6.253 6.285-0.080 0.045-0.155 0.085-0.225 0.125-0.815 0.405-3.909 2.025-4.684 3.735-0.875 1.94 0.145 3.33 0.814 3.52 2.090 0.58 4.229-0.465 5.379-2.18s1.010-3.955 0.48-4.975c-0.005-0.015-0.015-0.025-0.020-0.040 0.21-0.125 0.425-0.25 0.64-0.375 0.415-0.245 0.82-0.47 1.175-0.665-0.2 0.54-0.345 1.19-0.42 2.13-0.090 1.1 0.365 2.525 0.955 3.085 0.26 0.245 0.574 0.25 0.77 0.25 0.69 0 1-0.57 1.345-1.25 0.425-0.83 0.8-1.795 0.8-1.795s-0.47 2.61 0.815 2.61c0.47 0 0.94-0.605 1.15-0.915v0.005c0 0 0.010-0.020 0.035-0.060 0.050-0.075 0.075-0.12 0.075-0.12v-0.015c0.19-0.325 0.605-1.070 1.23-2.3 0.81-1.59 1.584-3.575 1.584-3.575 0.075 0.436 0.179 0.867 0.31 1.29 0.14 0.475 0.435 0.995 0.67 1.5-0.19 0.26-0.305 0.41-0.305 0.41 0 0.004 0.002 0.007 0.005 0.010-0.15 0.2-0.32 0.415-0.495 0.625-0.639 0.76-1.4 1.63-1.5 1.88-0.12 0.295-0.090 0.515 0.14 0.685 0.17 0.13 0.47 0.15 0.785 0.125 0.575-0.040 0.98-0.18 1.175-0.27 0.36-0.129 0.699-0.307 1.010-0.53 0.625-0.46 1.005-1.12 0.97-1.99-0.020-0.48-0.175-0.96-0.365-1.41 0.055-0.080 0.115-0.165 0.17-0.25 0.989-1.445 1.755-3.031 1.755-3.031 0.075 0.436 0.178 0.867 0.31 1.29 0.12 0.405 0.355 0.85 0.57 1.285-0.93 0.755-1.505 1.63-1.704 2.205-0.37 1.065-0.080 1.545 0.465 1.655 0.245 0.050 0.595-0.065 0.855-0.175 0.386-0.129 0.75-0.316 1.079-0.555 0.625-0.46 1.23-1.105 1.189-1.98-0.015-0.395-0.125-0.79-0.27-1.17 0.785-0.33 1.805-0.51 3.105-0.36 2.784 0.325 3.329 2.065 3.224 2.79s-0.69 1.13-0.885 1.25c-0.195 0.12-0.255 0.165-0.24 0.255 0.025 0.13 0.115 0.125 0.28 0.095 0.23-0.040 1.46-0.59 1.515-1.935 0.080-1.7-1.555-3.57-4.45-3.555zM6.089 25.031c-0.92 1.005-2.209 1.385-2.764 1.065-0.595-0.346-0.36-1.825 0.774-2.896 0.69-0.65 1.58-1.25 2.17-1.62 0.135-0.080 0.33-0.2 0.57-0.345 0.040-0.025 0.060-0.035 0.060-0.035 0.045-0.030 0.095-0.055 0.145-0.085 0.414 1.52 0.015 2.86-0.955 3.915zM12.807 20.461c-0.32 0.785-0.994 2.785-1.405 2.68-0.35-0.090-0.565-1.615-0.070-3.115 0.25-0.755 0.78-1.655 1.095-2.005 0.505-0.565 1.060-0.745 1.19-0.52 0.175 0.295-0.61 2.47-0.81 2.96zM18.357 23.111c-0.135 0.070-0.26 0.115-0.32 0.080-0.045-0.025 0.055-0.12 0.055-0.12s0.695-0.745 0.97-1.085c0.16-0.2 0.345-0.435 0.545-0.695 0 0.025 0.005 0.050 0.005 0.080-0.006 0.895-0.866 1.5-1.256 1.74zM22.637 22.136c-0.1-0.070-0.085-0.305 0.25-1.035 0.13-0.285 0.43-0.765 0.95-1.225 0.059 0.174 0.091 0.356 0.095 0.54-0.005 1.125-0.81 1.545-1.295 1.72z\"/>\n</svg>\n</li><li title=\"cib sass \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16 0c8.839 0 16 7.161 16 16s-7.161 16-16 16c-8.839 0-16-7.161-16-16s7.161-16 16-16zM12.817 21.328c0.235 0.865 0.209 1.667-0.031 2.391l-0.084 0.24c-0.031 0.083-0.072 0.161-0.104 0.235-0.187 0.391-0.437 0.749-0.739 1.083-0.933 1.011-2.229 1.396-2.787 1.073-0.604-0.349-0.303-1.781 0.776-2.923 1.161-1.224 2.828-2.011 2.828-2.011v-0.004zM26.036 6.849c-0.724-2.844-5.437-3.776-9.896-2.193-2.656 0.943-5.525 2.423-7.593 4.355-2.459 2.296-2.849 4.296-2.687 5.129 0.572 2.948 4.609 4.881 6.271 6.308v0.011c-0.491 0.239-4.073 2.036-4.912 3.901-0.901 1.957 0.141 3.359 0.817 3.536 2.1 0.583 4.261-0.48 5.423-2.199 1.12-1.681 1.020-3.837 0.536-4.9 0.661-0.177 1.443-0.261 2.443-0.141 2.803 0.323 3.36 2.084 3.24 2.803s-0.699 1.14-0.901 1.26c-0.197 0.12-0.26 0.156-0.24 0.24 0.021 0.12 0.12 0.12 0.281 0.099 0.219-0.036 1.459-0.599 1.521-1.959 0.057-1.724-1.584-3.64-4.5-3.604-1.203 0.027-1.964 0.125-2.5 0.344-0.041-0.057-0.084-0.099-0.141-0.141-1.801-1.937-5.14-3.296-5-5.88 0.043-0.937 0.381-3.416 6.401-6.416 4.937-2.464 8.88-1.781 9.557-0.281 0.98 2.14-2.099 6.12-7.239 6.697-1.959 0.219-2.98-0.536-3.24-0.817-0.281-0.303-0.317-0.323-0.423-0.26-0.156 0.077-0.057 0.339 0 0.5 0.161 0.4 0.781 1.099 1.865 1.457 0.937 0.303 3.24 0.48 6-0.599 3.099-1.197 5.516-4.536 4.817-7.339z\"/>\n</svg>\n</li><li title=\"cib saucelabs \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M3.907 20.636l8.525 0.004-4.776 9.011c-4.749-2.905-7.651-8.077-7.656-13.651 0-8.823 7.177-16 16-16 2.349 0 4.584 0.511 6.588 1.416l-15.348 15.355h13.667l-10.052 10.156 4.151-7.839h-9.943c-0.459-1.536-0.427-3.088-0.427-3.088 0.009-6.287 5.109-11.369 11.391-11.364 0.124 0 0.249 0.004 0.375 0.004l1.459-1.463c-0.605-0.089-1.22-0.131-1.833-0.131-7.141 0-12.975 5.808-12.975 12.953 0 0-0.079 2.292 0.855 4.636zM24.339 2.355c4.755 2.9 7.656 8.072 7.661 13.645 0 8.823-7.177 16-16 16-2.271 0.005-4.521-0.479-6.588-1.421l15.233-15.349h-13.708l10.208-10.156-4.151 7.839h9.948c0.421 1.437 0.421 3.088 0.421 3.088-0.009 6.287-5.109 11.369-11.395 11.364-0.141 0-0.276-0.004-0.417-0.009l-1.448 1.463c7.089 1.037 13.677-3.869 14.713-10.957 0.089-0.615 0.136-1.24 0.136-1.86 0-1.588-0.292-3.161-0.865-4.64h-8.52z\"/>\n</svg>\n</li><li title=\"cib scala \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M6.12 32c6.047 0 18.411-2.021 19.76-4v-7.641c-1.276 1.88-13.714 3.885-19.76 3.885zM6.12 21.818c6.047 0 18.411-2.021 19.76-4v-7.635c-1.276 1.875-13.714 3.88-19.76 3.88zM6.12 11.641c6.047 0 18.411-2.021 19.76-4v-7.641c-1.276 1.875-13.714 3.88-19.76 3.88z\"/>\n</svg>\n</li><li title=\"cib scaleway \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M22.146 14.813v7.625c-0.042 1.156-0.911 2.109-2.052 2.255h-5.333c-0.891-0.063-1.62-0.74-1.745-1.625-0.010-0.083-0.010-0.161 0-0.24 0.005-1.005 0.823-1.813 1.823-1.813h2.323c0.734 0 1.333-0.599 1.333-1.333v-4.828c-0.005-0.922 0.661-1.708 1.573-1.854h0.224c1.016-0.016 1.849 0.797 1.854 1.813zM13.531 17.135v-4.786c0-0.74 0.599-1.333 1.333-1.333h2.469c1.010 0 1.828-0.818 1.828-1.828 0.005-0.078 0.005-0.151 0-0.229-0.161-0.917-0.953-1.589-1.88-1.599h-5.281c-1.141 0.146-2.021 1.068-2.104 2.214v7.599c0 1.010 0.818 1.828 1.823 1.828h0.281c0.901-0.161 1.547-0.953 1.531-1.865zM29.531 11.411v15.255c-0.328 2.875-2.646 5.109-5.531 5.333h-10.104c-6.307-0.005-11.417-5.12-11.417-11.427v-14.521c0-3.344 2.714-6.052 6.052-6.052h9.573c6.307 0 11.417 5.109 11.417 11.411zM25.88 11.411c-0.005-4.281-3.479-7.75-7.76-7.76h-9.589c-1.328-0.005-2.406 1.073-2.396 2.401v14.521c0.021 4.271 3.484 7.724 7.76 7.734h9.917c1.047-0.135 1.88-0.938 2.052-1.974z\"/>\n</svg>\n</li><li title=\"cib scribd \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M19.786 28.078c0-2.828 2.094-5.25 4.724-5.74-0.125-2.635-1.234-4.438-2.958-5.792-1.74-1.354-4.161-2.38-6.786-3.411-2.839-1.109-4.958-2.094-4.958-4.229 0-1.802 1.557-3.156 4.182-3.156 1.599 0 2.63 0.245 3.161 0.531 0 0.125-0.042 0.286-0.12 0.411-0.083 0.161-0.12 0.37-0.12 0.656 0 1.807 1.307 3.406 3.651 3.406 2.135 0 3.406-1.599 3.406-3.943 0-1.969-1.109-3.693-2.922-4.885-1.833-1.188-4.396-1.927-7.297-1.927-3.005 0.208-5.589 1.313-7.391 2.958-1.807 1.635-2.875 3.854-2.875 6.479 0 2.917 1.031 4.807 2.708 6.245 1.682 1.438 4.104 2.464 7.021 3.49 3.161 1.021 5.010 2.083 5.010 4.182 0 2.12-1.849 3.401-4.76 3.401-1.526 0-2.833-0.255-3.943-1.016 0.292-0.542 0.292-1.089 0.292-1.604 0-1.521-1.344-3.422-3.688-3.422-2.078 0-3.641 1.599-3.641 3.943 0 1.958 1.24 3.823 3.26 5.125 1.979 1.359 4.76 2.219 7.766 2.219 2.641 0 5.021-0.5 6.865-1.818-0.281-0.542-0.521-1.323-0.521-2.146zM29.516 28.078c0 2.099-1.698 3.698-3.703 3.698-2 0-3.661-1.599-3.661-3.693 0-2 1.641-3.646 3.641-3.646 2.005 0 3.688 1.646 3.688 3.667z\"/>\n</svg>\n</li><li title=\"cib scrutinizerci \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M19.813 0l-10.641 0.078c-2.031 0.443-3.818 1.641-4.995 3.344-0.87 1.016-1.49 2.224-1.807 3.521l-0.161 0.74-0.161 1.141c-0.078 1.068-0.078 1.802 0.161 1.964h7.036c0.078 0-0.25-0.328-0.25-0.896 0-0.984 0.333-1.234 0.734-1.641 0.74-0.568 3.927-0.161 6.307-0.328 3.26 0 6.135-0.078 6.464-0.161 3.599-0.568 6.703-3.182 7.359-6.047 0.161-0.729 0.161-1.474 0.083-1.552-0.083-0.161-1.385-0.161-10.13-0.161zM12.255 12.010c-5.010-0.021-9.958 0-10.042 0.078-0.167 0.167-0.078 1.063 0.083 1.802 0.432 1.443 1.286 2.729 2.458 3.682 1.271 1.057 2.792 1.786 4.417 2.12 0.484 0.167 1.391 0.167 6.125 0.167 5.651 0 6.557 0.078 6.964 0.318 0.188 0.141 0.354 0.307 0.495 0.5 0.24 0.318 0.24 0.406 0.24 1.302s-0.089 0.979-0.245 1.391c-0.156 0.198-0.349 0.365-0.568 0.49-0.25 0.161-0.411 0.161-5.813 0.24-6.224 0-6.875 0-8.422 0.578-1.214 0.349-2.333 0.964-3.281 1.797-1.552 1.385-2.458 2.938-2.62 4.573l0.083 0.813c6.844 0.188 13.693 0.188 20.536 0l0.656-0.161c0.339-0.078 0.667-0.188 0.984-0.323l0.49-0.24c2.208-1.271 3.87-3.313 4.667-5.729 0.849-2.661 0.672-5.547-0.5-8.083-0.74-1.49-1.802-2.802-3.104-3.839-0.974-0.635-2.052-1.078-3.193-1.313-0.328-0.083-5.401-0.141-10.411-0.161z\"/>\n</svg>\n</li><li title=\"cib seagate \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M11.089 2.313c0.37-0.219 0.734-0.443 1.104-0.589 0.151 0.37 0.37 0.74 0.521 1.104-0.813 0.443-1.625 0.813-2.365 1.328-10.865 6.599-9.198 14.099-4.505 14.771 3.198 0.599 7.125-1.458 9.896-3.099 2.099-1.313 3.99-2.568 3.99-4.063 0-0.953-1.099-1.406-1.995-1.255-2.891 0.724-6.76 4.724-9.969 4.724-1.464 0-2.526-1.12-2.365-2.438 0.203-2.453 2.521-4.302 4.651-5.536 3.448-2.26 8.031-4.266 12.109-4.063 10.198 0.354 16.307 13.089-1.328 24.224-2 1.266-5.224 2.651-5.906 2.88-0.297-1.328-0.74-2.661-1.031-3.99 3.224-1.521 4.193-1.708 7.75-4.432 2.995-2.391 5.87-5.219 6.354-9.083 0.073-0.885 0.073-1.698-0.151-2.583-1.198-4.12-6.76-8.365-17.203-1.401-1.089 0.635-2.88 1.917-2.88 3.172 0 0.297 0.219 0.667 0.516 0.74 1.604 0.688 5.177-2.922 8.714-4.135 2.771-0.979 5.568 0.063 6.057 2.51 0.073 0.667 0.073 1.328-0.146 1.922-0.792 2.057-2.703 3.547-4.656 4.802-2.042 1.12-4.115 2.719-8.641 3.911-3.083 0.844-7.021 0.385-8.641-2.365-0.661-1.031-0.958-2.286-0.958-3.469 0.073-1.406 0.37-2.807 0.958-4.063 1.036-2.141 2.583-4.063 4.432-5.609 1.76-1.547 3.693-2.885 5.76-3.99z\"/>\n</svg>\n</li><li title=\"cib sega \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M28.307 5.521l-0.010 4.438h-14.135c-0.292 0-0.526 0.245-0.526 0.531 0 0.297 0.24 0.536 0.526 0.536l3.682-0.021c5.797 0 10.49 4.698 10.49 10.49 0 5.797-4.693 10.49-10.49 10.49l-14.182 0.016 0.010-4.5h14.177c3.318 0 6.005-2.688 6.005-6.005s-2.688-6.010-6.005-6.010l-3.698-0.036c-2.745 0-4.969-2.224-4.969-4.964 0-2.745 2.224-4.964 4.964-4.964zM3.682 26.458l-0.005-4.443h14.146c0.281 0 0.51-0.234 0.51-0.516 0-0.286-0.229-0.516-0.51-0.516h-3.661c-5.792 0-10.484-4.698-10.484-10.495 0-5.792 4.693-10.49 10.484-10.49l14.135 0.005 0.010 4.464-14.141 0.005c-3.318 0-6 2.693-6 6.010s2.698 6.005 6.021 6.005l3.698 0.042c2.74 0 4.964 2.224 4.964 4.964s-2.224 4.958-4.964 4.958h-14.198z\"/>\n</svg>\n</li><li title=\"cib sellfy \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M30.906 1.089c-10.198-1.453-19.698-1.453-29.839 0-1.422 10.083-1.422 19.479 0 29.505 4.948 0.729 9.891 1.406 14.938 1.406 5 0 9.948-0.682 14.896-1.354 1.464-10.083 1.464-19.479 0-29.557zM15.521 25.51c-2.74 0-5.635-0.922-6.906-1.599l1.073-4.167c1.422 0.938 3.578 1.859 5.932 1.859 1.859 0 2.984-0.583 2.984-1.74 0-0.823-0.578-1.302-2.099-1.682l-3.042-0.839c-3.219-0.88-4.74-2.526-4.74-5.141 0-3.156 2.438-5.677 7.49-5.677 2.656 0 5.297 0.729 6.76 1.458l-1.266 3.969c-1.474-0.823-3.724-1.5-5.635-1.5-1.823 0-2.599 0.578-2.599 1.453 0 0.828 0.536 1.161 1.719 1.458l3.318 0.979c3.422 0.979 4.943 2.62 4.943 5.177-0.099 3.604-3.281 6.021-7.943 6.021z\"/>\n</svg>\n</li><li title=\"cib semaphoreci \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M29.151 7.021c0.318-0.063 0.635 0.073 0.813 0.344 0 0 0.625 1.010 0.995 1.818 0.365 0.807 0.724 1.938 0.724 1.938 0.083 0.313-0.026 0.641-0.281 0.839l-2.005 1.432c-0.26 0.208-0.401 0.526-0.38 0.859 0 0 0.115 0.766 0.13 1.422 0.010 0.646-0.052 1.396-0.052 1.396-0.010 0.328 0.151 0.641 0.422 0.833l2.078 1.328c0.255 0.161 0.401 0.526 0.323 0.823 0 0-0.297 1.146-0.625 1.974-0.323 0.823-0.891 1.865-0.891 1.865-0.161 0.276-0.474 0.427-0.792 0.38l-2.427-0.448c-0.328-0.042-0.656 0.083-0.88 0.328 0 0-0.505 0.651-1.005 1.146-0.552 0.557-1.328 1.146-1.328 1.146-0.25 0.219-0.375 0.547-0.339 0.875l0.406 2.432c0.042 0.318-0.115 0.63-0.396 0.786 0 0-1.052 0.552-1.885 0.859-0.833 0.313-1.984 0.589-1.984 0.589-0.313 0.063-0.635-0.068-0.813-0.333l-1.292-2.104c-0.188-0.271-0.5-0.438-0.828-0.438 0 0-0.661 0.052-1.266 0.036-0.625-0.021-1.318-0.12-1.318-0.12-0.328-0.026-0.651 0.115-0.859 0.375l-1.438 2.005c-0.198 0.255-0.526 0.365-0.833 0.276 0 0-1.135-0.354-1.943-0.724s-1.818-0.984-1.818-0.984c-0.266-0.177-0.401-0.5-0.339-0.818l0.51-2.13c0.109-0.443 0.453-1.063 0.771-1.38l5.307-5.328c4.328 2.385 9.083-2.37 6.703-6.698l5.318-5.318c0.323-0.323 0.938-0.667 1.38-0.771zM2.844 24.979c-0.313 0.057-0.635-0.078-0.813-0.344 0 0-0.62-1.010-0.99-1.818s-0.724-1.938-0.724-1.938c-0.089-0.313 0.021-0.641 0.276-0.839l2.005-1.432c0.26-0.208 0.401-0.526 0.38-0.859 0 0-0.109-0.766-0.125-1.422-0.016-0.646 0.052-1.396 0.052-1.396 0.005-0.328-0.151-0.646-0.422-0.839l-2.078-1.323c-0.266-0.182-0.396-0.505-0.323-0.818 0 0 0.297-1.151 0.62-1.979 0.328-0.823 0.896-1.87 0.896-1.87 0.161-0.276 0.474-0.422 0.792-0.38l2.422 0.453c0.333 0.042 0.661-0.083 0.885-0.328 0 0 0.505-0.651 1-1.151 0.552-0.552 1.333-1.135 1.333-1.135 0.25-0.224 0.375-0.552 0.339-0.88l-0.411-2.432c-0.036-0.318 0.12-0.63 0.401-0.786 0 0 1.052-0.552 1.885-0.865 0.828-0.307 1.984-0.583 1.984-0.583 0.313-0.063 0.635 0.068 0.813 0.333l1.286 2.104c0.193 0.271 0.5 0.438 0.833 0.432 0 0 0.661-0.047 1.266-0.031 0.62 0.021 1.318 0.125 1.318 0.125 0.328 0.021 0.651-0.12 0.859-0.38l1.432-2.005c0.198-0.255 0.531-0.365 0.839-0.276 0 0 1.135 0.354 1.943 0.724 0.807 0.365 1.813 0.984 1.813 0.984 0.271 0.177 0.406 0.5 0.344 0.818l-0.516 2.13c-0.146 0.516-0.406 0.984-0.771 1.38l-5.307 5.328c-4.328-2.385-9.083 2.37-6.698 6.698l-5.318 5.318c-0.323 0.323-0.943 0.667-1.385 0.771z\"/>\n</svg>\n</li><li title=\"cib sensu \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M32 16l-16-16-16 16 16 16zM16 4.26l5.891 5.891c-1.927-0.51-3.906-0.781-5.891-0.781s-3.964 0.266-5.891 0.786zM10.76 22.495c1.583-0.88 3.375-1.344 5.24-1.344s3.656 0.464 5.24 1.344l-5.24 5.245zM23.438 20.297c-2.26-1.438-4.849-2.161-7.438-2.161s-5.177 0.724-7.438 2.161l-4.135-4.135c3.333-2.448 7.354-3.776 11.573-3.776s8.24 1.328 11.573 3.776z\"/>\n</svg>\n</li><li title=\"cib sentry \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M31.552 28.76c0.599-0.995 0.599-1.995 0-2.989l-12.964-22.531c-0.593-0.995-1.593-1.396-2.588-1.396s-1.995 0.599-2.588 1.396l-4.193 7.38 1 0.593c3.193 1.797 5.781 4.385 7.579 7.579 1.593 2.792 2.588 5.781 2.791 8.973h-2.995c-0.197-2.593-0.995-5.187-2.391-7.577-1.396-2.792-3.588-4.985-6.38-6.584l-1-0.593-3.984 6.781 0.995 0.593c2.593 1.593 4.385 4.188 4.787 7.183h-6.579c-0.197 0-0.401-0.204-0.401-0.204s-0.197-0.197 0-0.395l1.797-3.193c-0.599-0.593-1.396-0.995-2.192-1.192l-1.797 3.187c-0.599 1-0.599 1.995 0 2.995 0.599 0.995 1.396 1.391 2.588 1.391h9.172v-1.192c0-2.193-0.593-4.188-1.593-6.183-0.797-1.593-1.995-2.792-3.385-3.787l1.396-2.593c1.791 1.396 3.391 2.989 4.583 4.984 1.396 2.391 1.995 4.984 1.995 7.579v1.192h7.776v-1.192c0-3.991-1-7.98-3.192-11.568-1.593-3.193-4.188-5.781-7.177-7.776l2.989-5.183c0.204-0.197 0.401-0.197 0.401-0.197 0.197 0 0.197 0 0.401 0.197l12.959 22.527c0.197 0.197 0 0.4 0 0.4s-0.199 0.199-0.401 0.199h-2.989v2.396h2.989c1.197 0.197 1.995-0.204 2.593-1.199z\"/>\n</svg>\n</li><li title=\"cib server fault \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M32 24.245v3.036h-6.521v-3.036zM0 24.104h15.339v3.031h-15.339v-3.036zM17.188 24.104h6.521v3.031h-6.521v-3.036zM25.479 19.297h6.521v3.031h-6.521zM0 19.156h15.339v3.031h-15.339zM17.188 19.156h6.521v3.031h-6.521zM25.479 14.693h6.521v3.031h-6.521zM0 14.552h15.339v3.031h-15.339zM17.188 14.552h6.521v3.031h-6.521zM25.479 9.745h6.521v3.036h-6.521zM0 9.609h15.339v3.031h-15.339v-3.042zM17.188 9.609h6.521v3.031h-6.521v-3.042zM25.479 4.865h6.521v3.036h-6.521v-3.042zM0 4.719h15.339v3.036h-15.339zM17.188 4.719h6.521v3.036h-6.521z\"/>\n</svg>\n</li><li title=\"cib shazam \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16 0c-8.839 0-16 7.161-16 16 0 8.833 7.161 16 16 16s16-7.167 16-16c0-8.839-7.161-16-16-16zM13.161 22.313c-1.714 0-3.427-0.568-4.745-1.708-1.62-1.396-2.578-3.302-2.708-5.365-0.12-1.995 0.563-3.922 1.917-5.422 1.521-1.682 4.25-4.297 4.365-4.411 0.74-0.708 1.917-0.682 2.625 0.063 0.703 0.74 0.682 1.917-0.063 2.625-0.026 0.026-2.745 2.635-4.182 4.219-0.677 0.755-1.016 1.714-0.958 2.703 0.068 1.052 0.573 2.036 1.427 2.781 1.125 0.974 3.349 1.188 4.74-0.057 0.823-0.745 1.828-1.833 1.839-1.849 0.693-0.755 1.865-0.802 2.62-0.104 0.755 0.693 0.802 1.865 0.109 2.625-0.047 0.047-1.135 1.229-2.094 2.094-1.344 1.203-3.115 1.807-4.891 1.807zM24.375 22.182c-1.521 1.682-4.25 4.302-4.365 4.411-0.365 0.344-0.823 0.516-1.281 0.516-0.49 0-0.979-0.193-1.344-0.573-0.708-0.745-0.682-1.922 0.063-2.63 0.026-0.026 2.75-2.635 4.182-4.219 0.677-0.755 1.016-1.714 0.958-2.703-0.068-1.052-0.573-2.042-1.427-2.781-1.125-0.974-3.349-1.188-4.74 0.057-0.828 0.745-1.828 1.839-1.839 1.849-0.693 0.755-1.865 0.802-2.62 0.109s-0.807-1.87-0.109-2.625c0.047-0.052 1.13-1.234 2.094-2.099 2.641-2.37 6.964-2.417 9.635-0.104 1.62 1.401 2.578 3.307 2.703 5.37 0.125 1.995-0.557 3.927-1.911 5.422z\"/>\n</svg>\n</li><li title=\"cib shell \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16 1.151c-8.88 0-16 7.182-16 16.156 0 1.328 0.052 1.833 0.328 3.104l4.88 3.615 0.76 6.021h8.135l0.438 0.302c0.5 0.349 0.938 0.5 1.443 0.5 0.469 0 0.974-0.135 1.365-0.417l0.521-0.385h8.125l0.75-6.021 4.927-3.615c0.276-1.271 0.328-1.776 0.328-3.104 0-8.969-7.12-16.156-16-16.156zM17.328 4.161c1.198 0 2.37 0.297 3.349 0.865l-3.286 16.729 4.563-16.078c1.411 0.479 2.479 1.25 3.344 2.417l0.031 0.047-6.536 14.151 7.427-12.948 0.047 0.036c1.010 0.943 1.661 2.089 1.99 3.531l-8.26 10.224 8.583-8.667 0.010 0.026c0.339 0.75 0.557 1.813 0.557 2.661 0 0.677-0.031 0.948-0.219 1.667l-4.74 3.469-0.62 4.948h-5.969l-0.688 0.526c-0.266 0.208-0.646 0.354-0.911 0.354s-0.646-0.146-0.911-0.354l-0.688-0.526h-5.974l-0.589-4.813-4.839-3.557c-0.146-0.578-0.214-1.104-0.214-1.677 0-0.964 0.214-1.99 0.568-2.74l0.016-0.031 8.604 8.734-8.307-10.328c0.333-1.417 1.167-2.786 2.188-3.62l7.391 13.036-6.604-14.109c0.74-1.089 1.932-1.943 3.391-2.438l4.568 16.094-3.458-16.703 0.073-0.042c1.083-0.599 2.13-0.875 3.276-0.875 0.26 0 0.38 0.005 0.703 0.042l0.781 17.401 0.615-17.417c0.297-0.031 0.411-0.036 0.74-0.036z\"/>\n</svg>\n</li><li title=\"cib shopify \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M20.448 31.974l9.625-2.083c0 0-3.474-23.484-3.5-23.641s-0.156-0.255-0.281-0.255c-0.13 0-2.573-0.182-2.573-0.182s-1.703-1.698-1.922-1.88c-0.057-0.052-0.099-0.078-0.161-0.099l-1.219 28.141zM15.615 15.073c0 0-1.083-0.563-2.365-0.563-1.932 0-2.005 1.203-2.005 1.521 0 1.641 4.318 2.286 4.318 6.172 0 3.057-1.922 5.010-4.542 5.010-3.141 0-4.719-1.953-4.719-1.953l0.859-2.781c0 0 1.661 1.422 3.042 1.422 0.901 0 1.302-0.724 1.302-1.245 0-2.156-3.542-2.255-3.542-5.807-0.047-2.984 2.094-5.891 6.438-5.891 1.677 0 2.5 0.479 2.5 0.479l-1.26 3.625zM14.896 1.104c0.177 0 0.359 0.052 0.536 0.182-1.313 0.62-2.75 2.188-3.344 5.323-0.875 0.286-1.724 0.542-2.516 0.771 0.688-2.38 2.359-6.26 5.323-6.26zM16.542 5.036v0.182c-1.005 0.307-2.115 0.646-3.193 0.979 0.62-2.37 1.776-3.526 2.781-3.958 0.255 0.667 0.411 1.568 0.411 2.797zM17.26 2.063c0.922 0.094 1.521 1.151 1.901 2.339-0.464 0.151-0.979 0.307-1.542 0.484v-0.333c0-1.005-0.13-1.828-0.359-2.495zM21.25 3.781c-0.031 0-0.083 0.026-0.104 0.026-0.026 0-0.385 0.099-0.953 0.281-0.563-1.646-1.568-3.161-3.344-3.161h-0.156c-0.51-0.646-1.135-0.927-1.672-0.927-4.141 0-6.12 5.172-6.74 7.797-1.594 0.484-2.75 0.844-2.88 0.896-0.901 0.286-0.927 0.313-1.031 1.161-0.099 0.615-2.438 18.75-2.438 18.75l18.078 3.396z\"/>\n</svg>\n</li><li title=\"cib showpad \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M32 16v-0.453l-0.042-0.318c-0.354-3.443-3.068-6.161-6.505-6.521l-0.318-0.016h-0.068l-0.359-0.010c-1.943-0.010-3.802 0.76-5.177 2.13l-2.464 2.479 1.797 1.813 1.802-1.797h-0.016l0.667-0.682c0.896-0.896 2.109-1.401 3.375-1.396h0.266l0.214 0.010c2.25 0.229 4.031 2.005 4.266 4.255v0.974c-0.172 1.635-1.182 3.068-2.667 3.786l-0.036 0.026-0.135 0.052-0.094 0.042-0.078 0.036-0.146 0.057h-0.042c-1.719 0.594-3.625 0.156-4.922-1.12l-0.667-0.667-4.49-4.484-7.177-7.182-8.984 8.984 8.984 8.984 1.786-1.797 4.495-4.495-1.786-1.797-4.495 4.49-5.385-5.385 5.385-5.385 2.698 2.693 7.849 7.854c1.974 1.974 4.901 2.646 7.536 1.734l0.068-0.016 0.214-0.094 0.13-0.052 0.146-0.052 0.214-0.094 0.068-0.042c2.26-1.104 3.792-3.297 4.052-5.802v-0.010l0.026-0.323v-0.411z\"/>\n</svg>\n</li><li title=\"cib siemens \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M0.115 18.349v-0.964c0.547 0.172 1.031 0.26 1.453 0.26 0.583 0 0.869-0.156 0.869-0.463 0.005-0.109-0.041-0.213-0.125-0.287-0.083-0.084-0.307-0.199-0.667-0.344-0.635-0.265-1.057-0.489-1.249-0.677-0.251-0.244-0.385-0.577-0.38-0.927 0-0.479 0.187-0.849 0.552-1.099 0.359-0.251 0.839-0.376 1.416-0.376 0.323 0 0.787 0.057 1.396 0.177v0.923c-0.401-0.167-0.828-0.261-1.26-0.267-0.547 0-0.817 0.147-0.817 0.448 0 0.115 0.052 0.204 0.167 0.276 0.088 0.057 0.337 0.177 0.749 0.365 0.593 0.26 0.989 0.489 1.188 0.687 0.239 0.235 0.364 0.563 0.353 0.896 0.016 0.5-0.249 0.969-0.687 1.209-0.376 0.224-0.855 0.339-1.448 0.339-0.505 0-1.016-0.057-1.511-0.177zM4.527 13.557h1.359v4.869h-1.359zM7.131 18.427v-4.869h3.489v0.88h-2.177v1.104h1.896v0.803h-1.896v1.151h2.235v0.932zM11.568 18.427v-4.869h1.76l1.224 3.115 1.255-3.115h1.677v4.869h-1.291v-3.448l-1.428 3.495h-0.844l-1.395-3.495v3.448h-0.964zM18.729 18.427v-4.869h3.484v0.88h-2.172v1.104h1.891v0.803h-1.891v1.151h2.235v0.932zM23.172 18.427v-4.869h1.573l1.671 3.26v-3.255h0.959v4.864h-1.536l-1.713-3.301v3.301zM28.339 18.349v-0.964c0.541 0.172 1.025 0.26 1.453 0.26 0.583 0 0.869-0.156 0.869-0.463 0.005-0.109-0.041-0.213-0.12-0.287-0.088-0.084-0.312-0.199-0.672-0.344-0.635-0.26-1.057-0.484-1.249-0.677-0.251-0.244-0.391-0.583-0.38-0.932 0-0.479 0.181-0.844 0.552-1.093 0.359-0.251 0.833-0.376 1.411-0.376 0.333 0 0.756 0.053 1.276 0.157l0.12 0.020v0.923c-0.396-0.167-0.828-0.261-1.26-0.267-0.541 0-0.817 0.147-0.817 0.448 0 0.115 0.057 0.204 0.167 0.276 0.088 0.052 0.339 0.177 0.76 0.365 0.588 0.26 0.984 0.489 1.183 0.687 0.239 0.235 0.364 0.563 0.348 0.896 0 0.532-0.224 0.933-0.676 1.209-0.381 0.224-0.86 0.339-1.453 0.339-0.505 0-1.011-0.063-1.511-0.177z\"/>\n</svg>\n</li><li title=\"cib signal \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16.016 3.464c-6.958 0-12.604 5.198-12.604 11.615 0 4.021 1.625 7.068 4.208 9.031h-0.005l0.313 4.052v0.010c0 0.021 0 0.036 0.005 0.057v0.010c0.031 0.193 0.198 0.339 0.401 0.339 0.068 0 0.13-0.021 0.193-0.047l0.010-0.010 3.865-2.229c1.135 0.26 2.354 0.396 3.615 0.396 6.958 0 12.599-5.198 12.599-11.615 0-6.411-5.641-11.609-12.604-11.609zM13.854 0.958c0.698-0.083 1.411-0.135 2.141-0.135 0.505 0 1 0.026 1.49 0.068l0.078-0.818c-0.521-0.047-1.042-0.073-1.568-0.073-0.76 0-1.51 0.047-2.255 0.146l0.115 0.818zM18.917 1.083c1.219 0.224 2.38 0.583 3.479 1.063l0.339-0.755c-0.177-0.078-0.354-0.151-0.531-0.219-1.016-0.401-2.068-0.703-3.141-0.896zM31.141 15.161c-0.021 1.219-0.208 2.406-0.542 3.536l0.786 0.234c0.359-1.203 0.557-2.469 0.578-3.776zM8.995 2.417c1.078-0.516 2.234-0.927 3.448-1.203l-0.182-0.802c-0.839 0.188-1.667 0.438-2.469 0.76-0.396 0.151-0.781 0.323-1.156 0.505zM27.193 4.286c-0.943-0.87-1.979-1.609-3.104-2.234l-0.417 0.724c1.083 0.594 2.083 1.307 2.969 2.125zM20.203 29.401c1.26-0.318 2.458-0.786 3.578-1.375l-0.417-0.708c-1.052 0.552-2.177 0.984-3.365 1.286zM4.901 5.339c0.844-0.849 1.797-1.599 2.844-2.234l-0.438-0.703c-0.932 0.563-1.802 1.219-2.594 1.964-0.135 0.125-0.266 0.255-0.401 0.385zM30.875 20.38l-0.755-0.313c-0.469 1.109-1.073 2.151-1.807 3.109l0.661 0.49c0.771-1.010 1.411-2.115 1.896-3.286zM27.635 5.911c0.807 0.901 1.495 1.901 2.047 2.969l0.74-0.365c-0.583-1.135-1.307-2.193-2.172-3.156l-0.62 0.552zM31.042 9.917l-0.76 0.323c0.417 1.104 0.698 2.271 0.807 3.479l0.818-0.078c-0.115-1.276-0.406-2.526-0.865-3.724zM8.516 30.464l-1.292 0.568-0.443-1.365-0.781 0.25 0.583 1.797c0.042 0.109 0.12 0.203 0.224 0.25 0.052 0.026 0.109 0.036 0.167 0.036s0.115-0.010 0.167-0.036l1.708-0.75zM13.615 28.875c-0.104-0.021-0.214-0.036-0.318-0.057l-0.62-0.104c-0.083-0.010-0.161 0-0.229 0.031l-2.604 1.135 0.365 0.74 2.458-1.068c0.167 0.026 0.333 0.052 0.495 0.078 0.089 0.021 0.188 0.031 0.276 0.052zM18.583 28.901c-0.844 0.141-1.708 0.208-2.589 0.208-0.365 0-0.703-0.021-1.031-0.052l-0.026 0.823c0.333 0.031 0.682 0.052 1.057 0.052 0.927 0 1.844-0.078 2.729-0.224zM2.021 9.49c0.495-1.104 1.135-2.13 1.901-3.073l-0.625-0.542c-0.813 0.995-1.49 2.078-2.010 3.24l-0.016 0.026zM27.375 24.281c-0.813 0.865-1.745 1.635-2.76 2.302l0.453 0.688c1.073-0.698 2.057-1.521 2.922-2.438zM1.292 19.401c-0.25-1.063-0.391-2.234-0.427-3.563h-0.823c0.042 1.427 0.193 2.677 0.458 3.792zM0.719 10.568c-0.396 1.214-0.625 2.469-0.682 3.75l0.823 0.042c0.052-1.234 0.276-2.422 0.646-3.552zM6.318 28.245l-0.786-2.417c-0.026-0.083-0.078-0.146-0.141-0.198-0.313-0.245-0.599-0.49-0.88-0.745l-0.563 0.594c0.255 0.25 0.542 0.484 0.839 0.724l0.745 2.286zM3.51 23.859c-0.792-0.922-1.385-1.932-1.807-3.089l-0.766 0.307c0.057 0.141 0.109 0.286 0.167 0.427 0.443 1.063 1.031 2.010 1.792 2.901z\"/>\n</svg>\n</li><li title=\"cib sina weibo \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M13.464 27.099c-5.302 0.521-9.885-1.875-10.229-5.359-0.344-3.479 3.677-6.729 8.984-7.255s9.885 1.87 10.229 5.354c0.349 3.469-3.677 6.734-8.979 7.255zM12.068 22.958c-0.516 0.823-1.609 1.177-2.438 0.802-0.818-0.37-1.057-1.323-0.542-2.125 0.505-0.792 1.568-1.146 2.391-0.797 0.828 0.349 1.094 1.292 0.589 2.12zM13.76 20.792c-0.188 0.313-0.599 0.469-0.917 0.333-0.318-0.12-0.422-0.479-0.24-0.781 0.188-0.302 0.583-0.458 0.896-0.318 0.318 0.12 0.422 0.479 0.24 0.802zM13.995 17.161c-2.526-0.656-5.375 0.604-6.474 2.828-1.115 2.271-0.036 4.786 2.51 5.609 2.646 0.854 5.76-0.453 6.844-2.901 1.068-2.391-0.266-4.859-2.88-5.536zM24.078 15.531c-0.458-0.141-0.76-0.24-0.542-0.818 0.5-1.302 0.563-2.406 0-3.208-1.042-1.479-3.885-1.401-7.151-0.036 0 0-1.021 0.438-0.76-0.365 0.5-1.62 0.422-2.964-0.359-3.745-1.786-1.781-6.495 0.063-10.516 4.109-3.005 3.026-4.75 6.229-4.75 8.995 0 5.307 6.797 8.526 13.448 8.526 8.714 0 14.516-5.068 14.516-9.094 0-2.427-2.063-3.802-3.885-4.375zM26.625 8.745c-1.026-1.146-2.547-1.583-3.948-1.286-0.583 0.12-0.943 0.682-0.823 1.245 0.12 0.557 0.682 0.922 1.245 0.802 0.682-0.141 1.422 0.057 1.922 0.62s0.62 1.302 0.422 1.964c-0.182 0.542 0.12 1.141 0.677 1.323 0.542 0.161 1.146-0.141 1.323-0.682 0.443-1.359 0.161-2.906-0.859-4.047zM29.849 5.818c-2.104-2.344-5.208-3.229-8.073-2.625-0.661 0.135-1.083 0.781-0.943 1.443s0.781 1.083 1.443 0.943c2.042-0.443 4.245 0.198 5.729 1.844 1.479 1.661 1.906 3.922 1.26 5.885-0.219 0.641 0.141 1.344 0.781 1.542 0.641 0.224 1.323-0.135 1.542-0.781 0.901-2.781 0.323-5.969-1.781-8.313z\"/>\n</svg>\n</li><li title=\"cib sitepoint \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M3.297 14.042l2.359 2.255 7.464 6.854 3.198-3.057c0.281-0.396 0.26-0.938-0.057-1.313l-2.943-2.536 0.016-0.005-3.161-3.021c-0.37-0.422-0.359-1.042 0.026-1.438l8.521-8.104-3.859-3.677-11.557 10.984c-0.885 0.844-0.885 2.214 0 3.057zM28.703 17.958l-2.359-2.255-7.464-6.854-3.214 3.057c-0.292 0.396-0.276 0.938 0.063 1.313l2.938 2.521h-0.005l3.156 3.021c0.359 0.417 0.359 1.021-0.036 1.417l-8.521 8.099 3.88 3.724 11.557-10.984c0.885-0.844 0.891-2.214 0-3.057z\"/>\n</svg>\n</li><li title=\"cib sketch \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M1.719 10.137l-1.156 1.556h5.656l0.431-8.169zM24.769 2.856l-8.038-0.856 8.481 9.2zM7.012 13.644l-0.7-1.375h-5.694l14.056 16.356zM7.137 11.694h17.75l-8.869-9.631zM25.719 12.262l-8.369 16.363 14.050-16.356h-5.681zM25.962 4.313l-0.587-0.788 0.056 1.081 0.381 7.088h5.644zM7.094 5.844l-0.288 5.35 8.488-9.194-8.037 0.856zM25.075 12.262h-18.125l9.069 17.738z\"/>\n</svg>\n</li><li title=\"cib skillshare \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M14.057 31.88c-2.854-0.37-5.792-1.594-7.932-3.307-4.818-3.844-7.005-9.917-5.755-15.948 0.536-2.604 1.932-5.344 3.719-7.318 1.318-1.484 2.906-2.698 4.677-3.583 2.354-1.193 4.604-1.729 7.26-1.729 1.906 0 3.438 0.25 5.193 0.849 4.672 1.604 8.344 5.271 9.948 9.943 0.938 2.75 1.109 5.677 0.51 8.578-0.479 2.292-1.714 4.87-3.234 6.734-0.625 0.771-2.063 2.146-2.818 2.703-2.26 1.677-4.917 2.74-7.708 3.078-0.823 0.104-3.063 0.099-3.859 0zM18.417 30.542c3.896-0.651 7.375-2.828 9.672-6.047 2.703-3.797 3.427-8.891 1.901-13.333-0.359-1.042-1.25-2.781-1.901-3.698-0.724-1.026-2.516-2.823-3.547-3.547-1-0.708-2.703-1.568-3.865-1.948-4.25-1.411-8.906-0.818-12.667 1.615-1.745 1.146-3.24 2.641-4.385 4.385-2.432 3.755-3.026 8.417-1.615 12.661 0.385 1.161 1.245 2.87 1.948 3.87 0.729 1.026 2.521 2.823 3.547 3.547 0.922 0.646 2.656 1.536 3.698 1.901 2.302 0.786 4.766 0.99 7.214 0.594zM12.875 25.177c-0.75-0.115-1.469-0.375-2.109-0.771-0.578-0.37-4.943-4.646-5.156-5.047-0.245-0.458 0.182-1.292 0.792-1.547l0.286-0.12-0.88-0.896c-0.484-0.495-0.943-1.021-1.016-1.167-0.172-0.333-0.177-1.047-0.016-1.365 0.068-0.13 0.229-0.328 0.354-0.438 0.214-0.177 0.234-0.24 0.214-0.688-0.026-0.396 0.010-0.552 0.182-0.849 0.25-0.427 0.766-0.714 1.271-0.719 0.281 0 0.354-0.036 0.474-0.245 0.313-0.547 1.208-0.745 1.891-0.411l0.37 0.177 0.182-0.177c0.25-0.229 0.75-0.432 1.078-0.432 0.656 0 1.583 0.755 1.583 1.286 0 0.635-0.578 0.745-1.151 0.219-0.38-0.354-0.573-0.391-0.729-0.141-0.078 0.12 0.109 0.344 1.229 1.474 1.12 1.125 1.323 1.365 1.323 1.578-0.021 0.339-0.292 0.609-0.63 0.62-0.203 0-0.536-0.292-2.073-1.823-1.568-1.563-1.854-1.813-1.979-1.734-0.339 0.214-0.224 0.37 1.609 2.208 0.995 1 1.813 1.885 1.813 1.969 0 0.172-0.156 0.49-0.286 0.573-0.104 0.047-0.224 0.068-0.339 0.063-0.214 0.005-0.542-0.292-2.286-2.031-1.75-1.74-2.063-2.021-2.188-1.943-0.344 0.219-0.229 0.37 1.766 2.375 1.089 1.089 2 2.063 2.026 2.167 0.057 0.188-0.068 0.516-0.234 0.63-0.109 0.047-0.229 0.068-0.349 0.063-0.214 0-0.484-0.234-1.927-1.677-1.391-1.391-1.714-1.677-1.891-1.661-0.5 0.057-0.323 0.281 2.26 2.87 2.24 2.245 2.526 2.563 2.526 2.797 0 0.182-0.068 0.318-0.224 0.438-0.401 0.318-0.557 0.245-1.568-0.734-0.516-0.495-1.047-0.974-1.188-1.063-0.255-0.156-0.901-0.224-1.021-0.099-0.042 0.036 0.911 1.042 2.115 2.234 2.005 1.984 2.234 2.188 2.823 2.469 1.135 0.547 2.359 0.552 3.495 0.010 1.682-0.802 2.615-2.75 2.156-4.516-0.229-0.88-0.516-1.302-1.672-2.495-1.333-1.365-1.641-1.74-1.969-2.396-0.365-0.734-0.521-1.448-0.521-2.339 0-0.964 0.099-1.401 0.526-2.302 0.406-0.859 1.255-1.76 2.094-2.224 1.646-0.917 3.813-0.839 5.385 0.188 0.313 0.203 1.443 1.266 2.849 2.677 2.089 2.094 2.328 2.365 2.328 2.604 0 0.568-0.464 1.198-0.979 1.328-0.193 0.052-0.156 0.104 0.719 0.995 0.51 0.516 0.984 1.073 1.057 1.245 0.245 0.589 0.135 1.161-0.313 1.63-0.229 0.24-0.26 0.323-0.266 0.802-0.005 0.422-0.052 0.599-0.219 0.839-0.271 0.401-0.729 0.646-1.188 0.651-0.323 0-0.385 0.031-0.547 0.276-0.365 0.563-1.313 0.76-1.927 0.396l-0.307-0.182-0.219 0.214c-0.484 0.464-1.266 0.526-1.859 0.146-0.479-0.302-0.833-0.724-0.833-0.99 0-0.234 0.339-0.62 0.547-0.62 0.198 0 0.464 0.156 0.766 0.438 0.302 0.286 0.563 0.286 0.604-0.005 0.021-0.156-0.229-0.453-1.24-1.469-1.063-1.073-1.266-1.318-1.266-1.526-0.005-0.115 0.021-0.229 0.063-0.339 0.115-0.172 0.438-0.292 0.635-0.24 0.104 0.026 0.984 0.839 1.948 1.802 0.969 0.969 1.818 1.76 1.896 1.76 0.214 0 0.354-0.214 0.255-0.396-0.047-0.083-0.865-0.922-1.813-1.87-1.484-1.479-1.724-1.755-1.724-1.974-0.005-0.115 0.016-0.234 0.063-0.344 0.089-0.13 0.401-0.286 0.578-0.286 0.078 0 1.057 0.911 2.177 2.026 2.052 2.042 2.203 2.156 2.417 1.818 0.078-0.125-0.203-0.443-1.943-2.188-1.797-1.802-2.036-2.073-2.036-2.307 0-0.161 0.073-0.328 0.188-0.432 0.38-0.359 0.495-0.286 2.344 1.552 1.75 1.745 1.906 1.859 2.12 1.526 0.078-0.125-0.276-0.51-2.448-2.688-2.365-2.375-2.536-2.568-2.536-2.844 0-0.417 0.24-0.615 0.703-0.583 0.083 0.005 0.583 0.427 1.099 0.932 0.521 0.505 1.083 0.979 1.25 1.052 0.328 0.135 0.708 0.156 0.87 0.052 0.156-0.099-4.167-4.354-4.729-4.651-2.031-1.099-4.573-0.255-5.547 1.844-0.271 0.578-0.307 0.75-0.344 1.495-0.031 0.703-0.005 0.922 0.146 1.37 0.271 0.797 0.505 1.125 1.719 2.365 1.313 1.344 1.563 1.651 1.896 2.37 0.938 2 0.542 4.313-1.005 5.854-1.177 1.182-2.781 1.734-4.37 1.516z\"/>\n</svg>\n</li><li title=\"cib skyliner \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M10.615 23.416c-0.245-0.047-0.489 0.057-0.615 0.272-0.636 1.359-2.099 2.124-3.579 1.859-0.271-1.473 0.496-2.948 1.865-3.573 0.271-0.167 0.359-0.52 0.192-0.796-0.088-0.147-0.244-0.251-0.416-0.271-2.099-0.396-4.256 0.348-5.667 1.957-1.667 2.287-2.297 5.177-1.729 7.953 0.041 0.245 0.235 0.437 0.479 0.48 0.661 0.109 1.333 0.161 2.011 0.161 2.443 0.135 4.833-0.776 6.573-2.5 1.188-1.407 1.683-3.271 1.344-5.079-0.027-0.249-0.213-0.448-0.459-0.5zM31.703 0.271c-0.229-0.224-0.692-0.12-0.692-0.12-0.849-0.099-1.704-0.145-2.557-0.151-5.541-0.057-10.869 2.104-14.808 5.995-0.484 0.484-0.937 0.989-1.359 1.521-1.871-0.865-4.016-0.943-5.943-0.219-3.047 1.312-4.828 5.047-6.308 8.896-0.115 0.296 0.037 0.629 0.333 0.744 0.193 0.079 0.407 0.041 0.568-0.083 2.089-1.552 4.823-1.928 7.256-1l-0.724 2.619c-0.068 0.245 0.031 0.505 0.244 0.641 1.959 1.459 3.693 3.192 5.151 5.14 0.141 0.219 0.401 0.319 0.647 0.251l2.615-0.719c0.957 2.437 0.583 5.192-0.995 7.276-0.199 0.249-0.157 0.62 0.093 0.812 0.161 0.131 0.38 0.161 0.568 0.089 3.844-1.48 7.583-3.261 8.891-6.297 0.724-1.927 0.645-4.068-0.219-5.937 0.525-0.432 1.031-0.896 1.509-1.38 4.511-4.589 6.667-10.989 5.86-17.371 0 0 0.099-0.468-0.131-0.697zM28.453 1.161c0.749 0 1.5 0.036 2.249 0.115 0.104 1.031 0.136 2.068 0.095 3.099-0.819-0.088-1.579-0.453-2.167-1.031-0.584-0.584-0.948-1.344-1.037-2.161 0.281-0.016 0.563-0.027 0.849-0.027zM14.464 6.817c3.219-3.197 7.453-5.167 11.973-5.563 0.093 0.901 0.437 1.756 1 2.475l-3.599 3.593c-2.036-1.604-4.989-1.249-6.593 0.787-1.339 1.703-1.339 4.104 0 5.808l-4.199 4.197c-1.077-1.047-2.249-2-3.5-2.844 0.88-3.192 2.579-6.104 4.917-8.453zM24.495 11.027c0 1.957-1.583 3.547-3.541 3.547-1.964 0.005-3.547-1.584-3.547-3.543 0-1.957 1.583-3.547 3.541-3.547h0.005c1.953 0 3.536 1.589 3.541 3.543zM1.749 15.027c1.256-3.005 2.787-5.693 5.043-6.663 1.536-0.567 3.235-0.525 4.744 0.12-1.348 1.891-2.375 3.995-3.020 6.224-2.193-0.885-4.661-0.771-6.767 0.313zM13.604 23.281c-1.427-1.828-3.077-3.475-4.907-4.907l0.527-1.911c2.459 1.697 4.588 3.833 6.297 6.291zM23.62 25.177c-0.975 2.265-3.651 3.796-6.656 5.052 1.083-2.104 1.192-4.573 0.301-6.765 2.235-0.652 4.344-1.677 6.24-3.037 0.645 1.511 0.688 3.219 0.109 4.756zM16.703 22.432c-0.839-1.249-1.785-2.421-2.833-3.505l4.199-4.197c2.036 1.604 4.989 1.255 6.593-0.787 1.344-1.703 1.344-4.104 0-5.807l3.599-3.6c0.713 0.557 1.568 0.907 2.464 1-0.396 4.516-2.36 8.756-5.552 11.975-2.355 2.339-5.265 4.031-8.459 4.911z\"/>\n</svg>\n</li><li title=\"cib skype \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16.094 25.167c-5.365 0-7.76-2.641-7.76-4.62 0-1.021 0.745-1.729 1.776-1.729 2.297 0 1.698 3.302 5.984 3.302 2.188 0 3.396-1.193 3.396-2.411 0-0.734-0.354-1.547-1.802-1.906l-4.771-1.193c-3.839-0.969-4.536-3.047-4.536-5.005 0-4.063 3.818-5.583 7.401-5.583 3.292 0 7.188 1.828 7.188 4.266 0 1.042-0.917 1.651-1.938 1.651-1.958 0-1.594-2.719-5.552-2.719-1.958 0-3.052 0.885-3.052 2.156s1.536 1.677 2.875 1.984l3.516 0.781c3.854 0.87 4.833 3.13 4.833 5.26 0 3.302-2.536 5.766-7.63 5.766zM30.797 18.656l-0.036 0.182-0.057-0.323c0.016 0.063 0.057 0.099 0.078 0.161 0.156-0.901 0.24-1.818 0.24-2.734 0-2.042-0.401-4.016-1.198-5.896-0.755-1.797-1.859-3.417-3.234-4.792-1.401-1.38-2.995-2.474-4.792-3.234-1.76-0.844-3.734-1.24-5.771-1.24-0.964 0-1.927 0.089-2.859 0.271l0.156 0.078-0.318-0.042 0.161-0.036c-1.286-0.688-2.729-1.052-4.193-1.052-2.385 0-4.625 0.932-6.313 2.625-1.688 1.688-2.62 3.938-2.62 6.328 0 1.526 0.391 3.021 1.125 4.344l0.026-0.161 0.057 0.318-0.078-0.156c-0.156 0.859-0.234 1.734-0.234 2.609 0 2.042 0.401 4.021 1.182 5.885 0.755 1.818 1.839 3.438 3.234 4.813 1.38 1.401 2.995 2.479 4.792 3.255 1.859 0.802 3.839 1.198 5.875 1.198 0.88 0 1.776-0.078 2.635-0.24l-0.161-0.078 0.323 0.057-0.182 0.042c1.339 0.76 2.839 1.161 4.396 1.161 2.375 0 4.609-0.922 6.307-2.62 1.682-1.677 2.62-3.932 2.62-6.328 0-1.521-0.401-3.016-1.141-4.354z\"/>\n</svg>\n</li><li title=\"cib slack \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M6.724 20.219c-0.005 1.855-1.505 3.36-3.36 3.365-1.859-0.005-3.359-1.505-3.364-3.365 0.005-1.855 1.511-3.355 3.364-3.359h3.36zM8.416 20.219c0.005-1.855 1.511-3.355 3.365-3.359 1.849 0.004 3.355 1.504 3.359 3.359v8.417c-0.004 1.853-1.504 3.359-3.359 3.364-1.86-0.005-3.36-1.511-3.365-3.364zM11.781 6.724c-1.855-0.005-3.36-1.505-3.365-3.36 0.005-1.853 1.505-3.359 3.365-3.364 1.855 0.005 3.355 1.511 3.359 3.364v3.36zM11.781 8.416c1.855 0.005 3.355 1.505 3.359 3.365-0.004 1.855-1.504 3.355-3.359 3.359h-8.417c-1.853-0.004-3.359-1.504-3.364-3.359 0.005-1.86 1.511-3.36 3.364-3.365zM25.276 11.781c0.005-1.86 1.505-3.36 3.36-3.365 1.853 0.005 3.359 1.505 3.364 3.365-0.005 1.855-1.511 3.355-3.364 3.359h-3.36zM23.584 11.781c-0.005 1.855-1.511 3.355-3.365 3.359-1.855-0.004-3.355-1.509-3.359-3.359v-8.417c0.004-1.853 1.504-3.359 3.359-3.364 1.86 0.005 3.36 1.505 3.365 3.364zM20.219 25.276c1.86 0 3.36 1.505 3.365 3.36-0.005 1.859-1.505 3.359-3.365 3.364-1.855-0.005-3.355-1.511-3.359-3.364v-3.36zM20.219 23.584c-1.855-0.005-3.355-1.511-3.359-3.365 0.004-1.855 1.504-3.355 3.359-3.359h8.417c1.853 0.004 3.359 1.504 3.364 3.359-0.005 1.86-1.505 3.36-3.364 3.365z\"/>\n</svg>\n</li><li title=\"cib slashdot \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M26.37 0l-16.99 32h-6.891l16.984-32zM29.51 26.401c0 3.026-2.458 5.474-5.479 5.474-3.026 0-5.479-2.453-5.479-5.474s2.453-5.474 5.479-5.474c3.021 0 5.479 2.448 5.479 5.474z\"/>\n</svg>\n</li><li title=\"cib slickpic \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M28.645 24.412l-20.572-5.631 3.359-12.271 20.568 5.629zM10.76 17.251l16.349 4.473 2.203-8.047-16.353-4.48-2.199 8.048zM11.369 21.063l-6.52 1.744-2.167-8.057 5.525-1.484 0.667-2.443-8.875 2.38 3.303 12.287 12.239-3.292z\"/>\n</svg>\n</li><li title=\"cib slides \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M0 0v32h32v-32zM18.901 21.057c-0.86 0.781-1.88 1.161-3.079 1.161-1.203 0-2.219-0.183-3.099-0.541-0.864-0.36-1.303-0.699-1.303-1.041l-0.104 0.129c0-0.177 0.109-0.432 0.328-0.781 0.219-0.348 0.412-0.52 0.589-0.52 0.016 0 0.156 0.077 0.416 0.244 0.261 0.167 0.631 0.328 1.115 0.495 0.485 0.167 1.073 0.251 1.756 0.251 0.703 0 1.26-0.199 1.703-0.589 0.437-0.391 0.656-0.916 0.656-1.583s-0.197-1.188-0.577-1.563c-0.381-0.375-1.163-0.724-2.324-1.052-1.156-0.333-2-0.755-2.515-1.26-0.521-0.516-0.781-1.292-0.781-2.333 0-1.043 0.396-1.912 1.197-2.615 0.803-0.719 1.839-1.063 3.12-1.063 0.901 0 1.683 0.099 2.38 0.339 0.699 0.224 1.041 0.479 1.041 0.739 0 0.22-0.104 0.521-0.301 0.86-0.203 0.36-0.38 0.521-0.521 0.521-0.020 0-0.12-0.057-0.344-0.161-0.577-0.319-1.239-0.48-1.979-0.48s-1.303 0.141-1.719 0.443c-0.401 0.297-0.599 0.699-0.599 1.177s0.161 0.86 0.457 1.14c0.297 0.281 0.819 0.521 1.557 0.761 1.641 0.5 2.74 1.036 3.324 1.64 0.577 0.599 0.88 1.5 0.88 2.699 0 1.197-0.417 2.197-1.276 2.979z\"/>\n</svg>\n</li><li title=\"cib slideshare \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M11.731 9.606c-2.125 0-3.856 1.606-3.856 3.606 0 1.982 1.731 3.607 3.856 3.607s3.856-1.625 3.856-3.607c0-2-1.731-3.606-3.856-3.606zM20.694 9.606c-2.125 0-3.857 1.606-3.857 3.606 0 1.982 1.732 3.607 3.857 3.607 2.143 0 3.856-1.625 3.856-3.607 0.006-2-1.713-3.606-3.856-3.606zM30.481 15.231l-0.375 0.269v-12.394c0-1.712-1.287-3.106-2.875-3.106h-22.444c-1.588 0-2.875 1.394-2.875 3.106v12.394c-0.125-0.087-0.269-0.181-0.394-0.269-0.944-0.662-1.569 0.25-1 1.106 1.144 1.413 3.319 3.144 6.644 4.5-3.519 11.982 8.587 13.894 8.393 7.756 0-0.044 0.019-3.538 0.019-6.038 0.319 0.069 0.588 0.144 0.856 0.194 0 2.481 0.019 5.8 0.019 5.844-0.194 6.144 11.913 4.231 8.394-7.75 3.319-1.356 5.5-3.087 6.644-4.5 0.569-0.863-0.056-1.769-1.006-1.113zM28.575 16.431c-4.306 2.338-8.019 1.944-10.037 1.857-1.482-0.056-2.038 0.569-2.107 1.556-0.643-0.481-1.162-0.969-1.268-1.069-0.319-0.337-0.857-0.5-1.694-0.481-1.981 0.069-5.606 0.463-9.837-1.75v-12.025c0-2.181 0.556-2.856 2.537-2.856h19.856c1.894 0 2.556 0.806 2.556 2.856v11.912z\"/>\n</svg>\n</li><li title=\"cib smashingmagazine \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M10.313 16.005c1.021 0.698 2.214 1.344 3.609 1.922 2.38 0.99 3.979 1.849 4.802 2.583 0.818 0.729 1.24 1.661 1.24 2.802-0.010 1.943-1.365 2.922-4.104 2.922-2.635 0-5-0.839-7.099-2.5l-2.495 5.578c1.896 1.016 3.438 1.677 4.63 1.995l0.188 0.047-2.396 0.552c-1.693 0.391-3.385-0.672-3.776-2.359l-4.828-20.88c-0.391-1.693 0.667-3.385 2.365-3.781l5.833-1.344c-0.214 0.208-0.411 0.422-0.589 0.646l-0.026 0.026c-1.005 1.266-1.51 2.823-1.51 4.677 0 2.802 1.375 5.156 4.109 7.063l0.057 0.036zM24.125 16.099c-1.12-0.896-2.542-1.693-4.323-2.38-2.641-1.047-4.359-1.88-5.161-2.5-0.797-0.62-1.219-1.307-1.219-2.073 0-1.948 1.219-2.922 3.682-2.922 2.719 0 4.859 0.661 6.38 1.969l2.021-5.438c-1.464-0.745-2.979-1.281-4.542-1.625l-0.078-0.016c-0.344-0.083-0.703-0.161-1.083-0.219l3.5-0.807c1.703-0.38 3.38 0.682 3.781 2.365l4.839 20.859c0.38 1.703-0.677 3.401-2.375 3.781l-3.979 0.922c1.094-1.401 1.656-3.12 1.656-5.161 0-2.099-0.583-3.88-1.74-5.359-0.38-0.464-0.823-0.901-1.344-1.344l-0.057-0.036z\"/>\n</svg>\n</li><li title=\"cib snapchat \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16.276 1.057c1.318 0 5.797 0.37 7.906 5.094 0.703 1.594 0.536 4.292 0.396 6.464v0.078c-0.016 0.24-0.031 0.464-0.042 0.682 0.099 0.057 0.271 0.12 0.536 0.12 0.396-0.021 0.875-0.161 1.375-0.401 0.219-0.12 0.458-0.141 0.62-0.141 0.24 0 0.479 0.042 0.677 0.12 0.599 0.198 0.979 0.641 0.979 1.12 0.021 0.599-0.521 1.12-1.62 1.557-0.115 0.036-0.276 0.099-0.458 0.156-0.599 0.182-1.516 0.479-1.776 1.083-0.12 0.297-0.078 0.698 0.161 1.156l0.021 0.021c0.078 0.182 2.031 4.63 6.385 5.349 0.344 0.063 0.583 0.359 0.563 0.682 0 0.099-0.021 0.198-0.063 0.297-0.318 0.76-1.698 1.318-4.193 1.698-0.078 0.12-0.161 0.5-0.219 0.76-0.042 0.234-0.099 0.479-0.177 0.734-0.104 0.359-0.365 0.542-0.745 0.542h-0.036c-0.182 0-0.417-0.042-0.719-0.099-0.479-0.099-1.021-0.182-1.698-0.182-0.401 0-0.797 0.021-1.219 0.099-0.797 0.141-1.495 0.62-2.297 1.182-1.135 0.797-2.432 1.714-4.391 1.714-0.078 0-0.156-0.021-0.24-0.021h-0.198c-1.958 0-3.234-0.896-4.375-1.714-0.797-0.563-1.474-1.042-2.276-1.182-0.417-0.057-0.839-0.099-1.234-0.099-0.719 0-1.276 0.12-1.698 0.203-0.281 0.057-0.521 0.099-0.719 0.099-0.5 0-0.698-0.302-0.776-0.563-0.083-0.255-0.12-0.521-0.182-0.755-0.063-0.24-0.141-0.661-0.219-0.76-2.557-0.297-3.932-0.854-4.255-1.635-0.042-0.083-0.068-0.198-0.073-0.302-0.021-0.323 0.219-0.62 0.563-0.677 4.349-0.719 6.307-5.172 6.385-5.359l0.021-0.036c0.24-0.464 0.302-0.859 0.161-1.161-0.26-0.578-1.177-0.875-1.776-1.078-0.161-0.036-0.323-0.099-0.464-0.156-1.474-0.583-1.677-1.24-1.594-1.698 0.12-0.641 0.896-1.057 1.557-1.057 0.193 0 0.359 0.036 0.51 0.099 0.557 0.255 1.052 0.396 1.474 0.396 0.307 0 0.51-0.078 0.62-0.135l-0.063-0.76c-0.13-2.167-0.302-4.87 0.406-6.448 2.052-4.703 6.516-5.063 7.833-5.063l0.557-0.021z\"/>\n</svg>\n</li><li title=\"cib snapcraft \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M18.406 17.823v-10.234l7.057 3.146zM4.932 31.354l8.656-16.297 3.797 3.792zM0 0.646l17.807 6.469v11.307zM29.073 7.115h-10.26l13.188 5.88z\"/>\n</svg>\n</li><li title=\"cib snyk \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M20.401 0.005c-0.016-0.005-0.021-0.005-0.027 0-0.063 0.073-0.333 1.697-0.599 3.609-0.271 1.959-0.625 3.801-0.807 4.224l-0.324 0.755-0.739-0.145c-0.943-0.188-2.787-0.188-3.713-0.005-0.688 0.136-0.735 0.12-1.063-0.432-0.251-0.417-0.475-1.541-0.819-4.052-0.255-1.907-0.509-3.615-0.563-3.797-0.067-0.249-0.208-0.115-0.624 0.609-0.833 1.459-2.339 4.869-2.661 6.027l-0.292 1.052 0.645 1.729 0.652 1.724-0.188 1.875c-0.109 1.057-0.172 2.125-0.193 3.187 0 1.267 0.032 1.36 0.761 2.443l0.76 1.131-0.421 3.797c-0.396 3.64-0.401 3.807-0.105 4.031 0.172 0.131 0.36 0.24 0.417 0.245 0.063 0 0.249-1.401 0.421-3.125 0.177-1.719 0.371-3.125 0.439-3.125 0.276 0 0.333 2.771 0.099 4.693-0.183 1.484-0.193 2.047-0.047 2.203 0.109 0.115 1.172 0.912 2.369 1.771 1.192 0.86 2.192 1.568 2.219 1.573 0.031 0.005 1.437-0.984 3.131-2.193 1.687-1.213 3.093-2.213 3.12-2.228 0.020-0.016-0.152-1.761-0.381-3.876l-0.416-3.848 0.765-1.147c0.88-1.312 0.896-1.437 0.579-5.197l-0.193-2.256 0.641-1.703 0.635-1.697-0.375-1.256c-0.432-1.437-2.808-6.459-3.104-6.593zM20.875 3.005c0.177 0 1.043 1.885 1.609 3.505 0.355 1.011 0.376 1.219 0.183 1.853-0.12 0.396-0.287 0.719-0.369 0.719-0.36 0-1.495-3.129-1.579-4.343-0.063-0.901 0.016-1.735 0.161-1.735zM11.183 3.131c0.011 0 0.015 0 0.020 0.005 0.453 0.452 0.027 3.119-0.796 4.984-0.224 0.505-0.485 0.968-0.579 1.025s-0.271-0.249-0.396-0.681c-0.172-0.625-0.172-0.933-0.005-1.516 0.38-1.292 1.543-3.808 1.756-3.817zM13.26 5.609v0.479c0 0.261 0.084 0.772 0.183 1.131 0.197 0.719 0.213 0.724 1.604 0.469 0.683-0.131 1.375-0.125 2.052 0.009 1.303 0.235 1.459 0.125 1.631-1.176l0.12-0.912zM7.875 6.333l-2.172 0.584-0.036 8.853-0.036 8.86 1.672 1.167c0.921 0.645 1.713 1.129 1.765 1.083 0.047-0.047 0.255-1.629 0.459-3.516l0.38-3.427-0.505-0.74c-1.037-1.525-1.068-1.719-0.828-5.009l0.213-2.975-0.568-1.5c-0.479-1.281-0.547-1.64-0.453-2.443zM24.197 6.333l0.105 0.896c0.088 0.76 0.009 1.151-0.516 2.547-0.339 0.912-0.584 1.808-0.536 2 0.192 0.839 0.385 4.932 0.26 5.609-0.073 0.417-0.412 1.156-0.745 1.651l-0.609 0.901 0.396 3.475c0.219 1.911 0.407 3.495 0.417 3.52 0.025 0.089 0.599-0.281 2.009-1.312l1.391-1.016v-17.687l-1.083-0.292zM11.927 6.917c0.043-0.005 0.073 0.124 0.12 0.359 0.12 0.552 0.141 0.599 0.803 1.661l0.391 0.636 0.697-0.245c0.385-0.131 1.016-0.287 1.401-0.349 0.631-0.104 0.697-0.077 0.697 0.256 0 0.296-0.104 0.369-0.525 0.369-0.287 0-0.969 0.156-1.511 0.349-0.547 0.187-1.011 0.344-1.031 0.344-0.021 0-0.251-0.349-0.5-0.781-0.256-0.428-0.48-0.781-0.505-0.781-0.021 0-0.308 0.411-0.625 0.911-0.417 0.657-0.589 1.136-0.604 1.699-0.016 0.427-0.089 1.932-0.167 3.344l-0.141 2.563 0.656 0.952c0.36 0.527 0.672 0.953 0.693 0.953 0.417 0 1.213-0.531 1.74-1.151 0.484-0.589 0.697-0.735 0.791-0.563 0.177 0.317 0.235 4.276 0.079 4.891-0.167 0.636 0.328 1.229 0.907 1.083 0.353-0.088 0.401-0.036 0.401 0.485 0.004 0.359-0.141 0.708-0.407 0.959-0.521 0.489-1.48 0.495-2.089 0.015-0.52-0.405-0.895-1.552-1.077-3.287-0.109-1.025-0.213-1.26-1.147-2.505-0.561-0.76-1.072-1.583-1.135-1.828-0.063-0.244-0.016-1.749 0.104-3.348 0.12-1.595 0.172-2.98 0.115-3.068-0.057-0.093 0.203-0.645 0.583-1.235 0.381-0.583 0.824-1.468 0.991-1.964 0.172-0.504 0.244-0.723 0.296-0.723zM19.344 13.287c0.276 0.016 0.427 0.177 0.427 0.484 0 0.417-0.052 0.437-1.172 0.489-0.645 0.027-1.172 0.011-1.172-0.036s0.349-0.297 0.776-0.541c0.48-0.281 0.871-0.417 1.141-0.396zM12.688 13.312c0.473-0.009 1.187 0.256 1.525 0.636 0.313 0.344 0.308 0.344-0.744 0.344-0.871 0-1.1-0.057-1.24-0.328-0.136-0.245-0.109-0.385 0.083-0.548 0.109-0.072 0.245-0.109 0.376-0.104zM13.688 14.989c0.38 0 0.333 0.647-0.068 0.86-0.48 0.255-0.661 0.229-1.052-0.167-0.464-0.459-0.443-0.729 0.041-0.661 0.265 0.036 0.369 0.156 0.333 0.375-0.036 0.229 0.036 0.297 0.26 0.249 0.188-0.036 0.292-0.181 0.267-0.359-0.032-0.172 0.057-0.297 0.219-0.297zM19.416 14.989c0.387 0 0.333 0.647-0.067 0.86-0.48 0.255-0.661 0.229-1.052-0.167-0.459-0.459-0.443-0.729 0.041-0.661 0.271 0.036 0.375 0.156 0.339 0.375-0.041 0.229 0.031 0.297 0.26 0.249 0.183-0.036 0.292-0.181 0.26-0.359-0.025-0.172 0.063-0.297 0.219-0.297zM17.724 17.251c0.083 0.004 0.464 0.348 0.885 0.807 0.552 0.599 1.011 0.921 1.421 1.011 0.881 0.187 0.939 0.255 0.532 0.687-0.427 0.453-0.703 1.319-0.703 2.193 0 0.932-0.496 2.407-0.959 2.875-0.917 0.912-2.516 0.308-2.516-0.959 0-0.479 0.052-0.547 0.339-0.452 0.527 0.167 1.12-0.516 0.953-1.105-0.136-0.473-0.104-4.911 0.036-5.056 0 0 0.005 0 0.011 0zM16.036 25.755c0.849 0 1.147 0.209 0.595 0.417-0.548 0.208-1.459 0.047-1.459-0.255 0-0.089 0.391-0.163 0.864-0.163zM14.271 25.869l0.547 0.469c0.745 0.62 1.693 0.625 2.423 0.011 0.509-0.428 0.536-0.432 0.536-0.089 0 0.199-0.192 0.485-0.427 0.636-1.047 0.688-2.891 0.317-3.021-0.604z\"/>\n</svg>\n</li><li title=\"cib society6 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16 0c-8.839 0-16 7.161-16 16s7.161 16 16 16c8.839 0 16-7.161 16-16s-7.161-16-16-16zM26.573 6.62l0.052 1.172-1.219 0.208c-0.943 0.255-1.761 0.62-2.459 1.083-0.697 0.464-1.287 0.975-1.771 1.532-0.475 0.541-0.871 1.14-1.188 1.787l-0.020 0.047c-0.324 0.672-0.609 1.385-0.865 2.131 0.521-0.448 1.109-0.813 1.745-1.084l0.047-0.016c0.692-0.296 1.52-0.448 2.484-0.448 1.115 0 2.057 0.396 2.813 1.183 0.76 0.781 1.135 1.808 1.135 3.063 0 1.88-0.719 3.505-2.161 4.88-1.448 1.375-3.219 2.063-5.323 2.063-1.672 0-3.011-0.5-4.005-1.5-0.995-0.995-1.495-2.323-1.495-3.973 0-3.152 1.12-5.849 3.359-8.095 2.245-2.249 5.199-3.588 8.871-4.031zM10.568 12.136c0.577 0 1.115 0.036 1.615 0.109 0.515 0.072 0.984 0.213 1.416 0.411l-0.031-0.016c0.385 0.172 0.697 0.433 0.943 0.745l0.005 0.011c0.224 0.307 0.333 0.683 0.333 1.125 0 0.437-0.156 0.817-0.475 1.135-0.317 0.317-0.735 0.475-1.244 0.475-0.443 0-0.808-0.12-1.104-0.365-0.292-0.239-0.532-0.525-0.715-0.853-0.181-0.339-0.333-0.688-0.437-1.048-0.109-0.353-0.192-0.656-0.26-0.895-0.536 0.031-1.021 0.233-1.464 0.609-0.437 0.375-0.656 0.837-0.656 1.395 0 0.339 0.052 0.605 0.151 0.792 0.104 0.193 0.251 0.355 0.417 0.48l0.005 0.005c0.213 0.151 0.463 0.285 0.724 0.389l0.025 0.011c0.199 0.095 0.573 0.235 0.948 0.371l0.177 0.057c1.036 0.385 1.823 0.843 2.349 1.385 0.427 0.437 0.677 0.989 0.755 1.651-0.011-0.156 0.156 1.479 0.027 0.245 0.005 0.072 0.009 0.151 0.009 0.228 0 0.579-0.129 1.131-0.385 1.663-0.26 0.531-0.619 0.968-1.093 1.323-0.536 0.385-1.14 0.677-1.781 0.859l-0.036 0.011c-0.693 0.193-1.568 0.292-2.625 0.292-0.964 0-1.755-0.079-2.385-0.245-0.631-0.161-1.125-0.375-1.495-0.629-0.375-0.261-0.631-0.532-0.765-0.824-0.136-0.291-0.209-0.567-0.209-0.823 0-0.464 0.167-0.875 0.5-1.224 0.329-0.344 0.772-0.52 1.324-0.52 0.457 0 0.839 0.124 1.151 0.375 0.312 0.255 0.573 0.568 0.76 0.916l0.011 0.021c0.183 0.323 0.344 0.703 0.469 1.093l0.009 0.047c0.048 0.12 0.147 0.428 0.229 0.74l0.047 0.188c0.865 0 1.516-0.193 1.959-0.584s0.667-0.921 0.667-1.593c0-0.297-0.068-0.547-0.203-0.745-0.131-0.197-0.312-0.38-0.532-0.531-0.219-0.145-0.5-0.281-0.843-0.423-0.344-0.135-0.688-0.26-1.021-0.385-0.927-0.328-1.656-0.781-2.193-1.359-0.541-0.584-0.807-1.308-0.807-2.172v-0.021c0-0.52 0.125-1.009 0.344-1.448l-0.005 0.021c0.224-0.453 0.577-0.875 1.057-1.26 0.473-0.371 1.073-0.661 1.797-0.88 0.723-0.219 1.572-0.333 2.541-0.333zM21.255 14.636c-0.437 0-0.853 0.088-1.244 0.265s-0.808 0.531-1.245 1.057c-0.052 0.244-0.145 0.713-0.281 1.405-0.129 0.693-0.197 1.548-0.197 2.563 0 1.037 0.161 1.844 0.484 2.428 0.323 0.583 0.756 0.875 1.292 0.875 0.833 0 1.557-0.579 2.172-1.729s0.921-2.547 0.921-4.193c0-0.823-0.183-1.473-0.536-1.952-0.36-0.485-0.813-0.719-1.365-0.719z\"/>\n</svg>\n</li><li title=\"cib socket io \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M15.917 0.021c-1.339 0.005-2.672 0.172-3.969 0.505-6.24 1.552-11.193 7.203-11.828 13.613-0.787 6.063 2.281 12.381 7.525 15.511 5.152 3.224 12.125 3.095 17.167-0.296 4.532-2.943 7.349-8.303 7.183-13.715-0.077-5.353-3.083-10.557-7.683-13.307-2.505-1.547-5.452-2.323-8.395-2.312zM15.828 2.281c6.593-0.011 13.052 5.088 13.713 11.901 1.261 7.547-5.005 15.219-12.651 15.443-7.271 0.724-14.303-5.443-14.511-12.745-0.541-5.911 3.36-11.781 8.932-13.735 1.437-0.572 2.969-0.864 4.516-0.859zM22.62 6.584c-3.584 2.78-7.016 5.744-10.521 8.609 1.604 0.020 3.219 0.020 4.828 0.009 1.88-2.885 3.813-5.733 5.693-8.619zM15.068 16.787c-1.88 2.891-3.817 5.744-5.699 8.635 3.595-2.776 7.011-5.76 10.537-8.609-1.615-0.020-3.229-0.025-4.839-0.025z\"/>\n</svg>\n</li><li title=\"cib sogou \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M22.401 30.317l1.317 1.683c2.084-0.901 3.901-2.161 5.401-3.803l-1.26-1.755c-1.48 1.719-3.297 3.036-5.439 3.875zM16 29.599c-7.697 0-13.937-6.161-13.937-13.801 0-7.6 6.24-13.756 13.937-13.756s13.943 6.199 13.943 13.797c0 3.401-1.26 6.521-3.344 8.921l1.261 1.683c2.541-2.803 4.14-6.525 4.14-10.604 0-8.776-7.161-15.839-16-15.839s-16 7.083-16 15.803c0 8.76 7.161 15.837 16 15.837 2.281 0 4.437-0.463 6.401-1.323l-1.281-1.677c-1.599 0.6-3.317 0.959-5.12 0.959zM24 16.86c-3-2.48-7.12-2.797-10.401-4.74-1-0.641-0.197-1.86 0.803-1.901 3.599-0.599 7.161 0.844 10.52 2l0.199-3.536c-4.199-1.521-8.76-2.5-13.199-1.803-1.604 0.401-3.203 0.901-4.337 2.079-1.563 1.604-1.281 4.479 0.515 5.76 2.984 2.344 6.901 2.683 10.161 4.479 1.281 0.521 0.74 2.24-0.52 2.365-3.901 0.74-7.74-0.964-11.1-2.803-0.041 1.36-0.077 2.677-0.077 4 4.255 1.88 9 2.761 13.599 2.037 1.557-0.297 3.156-0.797 4.297-1.937 1.64-1.6 1.484-4.683-0.437-6z\"/>\n</svg>\n</li><li title=\"cib solus \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M9.938 0c-0.24 0.781-0.49 1.557-0.755 2.333-5.578 2.495-9.177 8.036-9.182 14.151 0.005 1.542 0.234 3.068 0.688 4.536l-0.453 0.797-0.234 0.49 0.37 0.188c0.318 0.135 0.651 0.24 0.99 0.297 0.365 0.828 0.802 1.615 1.307 2.365 5.38 0.458 11.401 0.682 16.594-0.073 4.255-0.62 7.922-1.896 10.313-4.156 0.339-0.313 0.635-0.63 0.901-0.964 0.026-0.052 0.047-0.068 0.078-0.099 0.016 0 0.036-0.052 0.052-0.073 0.021 0 0.042-0.047 0.052-0.073 0.016 0 0.021-0.052 0.031-0.052 0.443-0.594 0.786-1.188 1.068-1.745l0.245-0.49-0.49-0.484c-0.151-0.161-0.313-0.318-0.479-0.469 0-8.568-6.948-15.516-15.516-15.516-1.453 0.005-2.891 0.214-4.281 0.615-0.62-0.901-1.104-1.526-1.297-1.578zM10.422 2.182c1.656 2.911 3.083 4.563 4.849 7.76 0.177 2.031 0.896 12.599 0.969 13.573-0.521-0.047-3.313-0.318-6.802-0.688-1.906-0.193-3.865-0.417-5.458-0.651l-2.531-0.594c2.865-5.052 7.401-12.969 8.979-19.401zM16.479 10.422c0 0 6.656 5.234 9.458 11.641-3.411 1.682-6.557 1.464-8.479 1.453 1.359-3.51 1.359-8.281-0.974-13.094zM21.089 13.333c1.307 0.359 2.599 0.766 3.88 1.208 2.359 0.839 4.557 1.99 5.823 3.156-0.875 1.651-2.229 3.005-3.88 3.88 0.198-1.995-0.521-3.911-1.943-5.339-1.052-1.047-2.432-1.938-3.88-2.911zM30.031 21.974c-3.135 2.219-6.833 3.573-10.62 4.146-1.641 0.229-3.297 0.38-4.953 0.453h-0.432c-1.656 0.057-3.313 0.057-4.969 0-1.859-0.057-3.714-0.156-5.568-0.307h-0.005c3.406 4.344 9.323 6.526 14.786 5.474 2.156-0.385 4.203-1.224 6-2.474 0.005 0 0.005 0 0.010 0 0.417-0.281 0.818-0.589 1.203-0.911 0.016-0.016 0.031-0.031 0.052-0.047 2.016-1.698 3.568-3.885 4.5-6.349zM3.349 26.115c0.010 0.016 0.021 0.031 0.031 0.047-0.010 0-0.021-0.047-0.031-0.047z\"/>\n</svg>\n</li><li title=\"cib songkick \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M8.735 25.036c-2.475 0-4.495-0.448-6.131-2.135l2.557-2.541c0.844 0.837 2.323 1.135 3.62 1.135 1.583 0 2.317-0.521 2.317-1.453 0-0.385-0.077-0.703-0.317-0.953-0.197-0.208-0.536-0.364-1.057-0.432l-1.943-0.276c-1.417-0.197-2.521-0.677-3.24-1.427-0.739-0.771-1.12-1.86-1.12-3.245-0.041-2.953 2.177-5.109 5.86-5.109 2.317 0 4.063 0.541 5.448 1.932l-2.5 2.496c-1.021-1.021-2.36-0.953-3.063-0.953-1.385 0-1.953 0.796-1.953 1.5 0 0.203 0.068 0.5 0.323 0.749 0.199 0.204 0.537 0.407 1.109 0.48l1.953 0.271c1.453 0.203 2.5 0.656 3.183 1.339 0.859 0.839 1.197 2.041 1.197 3.541 0 3.292-2.833 5.088-6.239 5.088zM27.749 3.536c-2.176-1.624-4.588-2.719-7.629-3.219v14.5l4.349-6.052h4.749l-5.459 7.625c0 0 1.261 2.016 2.021 3.208 0.781 1.199 1.516 1.521 2.62 1.521h0.76v3.74h-1.167c-2.411 0-3.864-0.444-4.959-2.1-0.672-1.083-2.9-4.583-2.9-4.583v6.661h-3.975v-24.839h-0.161c-5.136 0-8.677 1.24-11.749 3.536-4.428 3.313-4.251 7.729-4.251 12.459s-0.177 9.156 4.251 12.469c3.072 2.301 6.613 3.536 11.749 3.536s8.683-1.235 11.749-3.536c4.428-3.313 4.251-7.74 4.251-12.469s0.177-9.145-4.251-12.459z\"/>\n</svg>\n</li><li title=\"cib sonos \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M17.317 16.479l-3.749-3.509v5.905h1.115v-3.276l3.749 3.511v-5.901h-1.115zM8.62 12.885c-1.729-0.025-3.141 1.385-3.115 3.115 0 1.677 1.437 3.115 3.115 3.115 1.729 0.021 3.135-1.385 3.109-3.115 0.025-1.729-1.38-3.136-3.109-3.115zM8.62 17.995c-1.109 0.011-2.005-0.891-1.995-1.995 0-1.12 0.875-1.995 1.995-1.995 1.115 0 1.995 0.875 1.995 1.995s-0.88 1.995-1.995 1.995zM3.593 16c-0.323-0.24-0.724-0.401-1.281-0.557-1.115-0.323-1.115-0.64-1.115-0.797 0-0.323 0.396-0.64 0.959-0.64 0.48 0 0.875 0.24 1.037 0.317l0.077 0.084 0.88-0.641-0.083-0.077c0 0-0.713-0.803-1.912-0.803-0.563 0-1.12 0.161-1.516 0.479-0.4 0.324-0.64 0.797-0.64 1.281 0 0.48 0.24 0.953 0.64 1.276 0.319 0.24 0.715 0.396 1.277 0.557 1.113 0.319 1.113 0.641 1.113 0.797 0 0.317-0.395 0.641-0.957 0.641-0.48 0-0.876-0.24-1.037-0.324l-0.077-0.077-0.88 0.64 0.083 0.079c0 0 0.713 0.796 1.912 0.796 0.563 0 1.12-0.161 1.515-0.479 0.401-0.317 0.641-0.797 0.641-1.276s-0.24-0.875-0.641-1.276zM23.38 12.885c-1.729-0.021-3.135 1.385-3.109 3.115 0 1.719 1.391 3.109 3.109 3.115 1.729 0.021 3.141-1.385 3.115-3.115-0.005-1.719-1.396-3.109-3.115-3.115zM23.38 17.995c-1.104 0.011-2.005-0.891-1.995-1.995 0-1.12 0.88-1.995 1.995-1.995 1.12 0 1.995 0.875 1.995 1.995s-0.959 1.995-1.995 1.995zM28.407 15.921c0.323 0.24 0.724 0.396 1.281 0.557 1.115 0.319 1.115 0.641 1.115 0.797 0 0.317-0.396 0.641-0.959 0.641-0.48 0-0.875-0.24-1.037-0.324h-0.077l-0.88 0.641 0.083 0.077c0 0 0.713 0.803 1.912 0.803 0.563 0 1.12-0.161 1.516-0.479 0.4-0.324 0.64-0.797 0.64-1.281 0-0.48-0.24-0.953-0.64-1.276-0.319-0.24-0.715-0.396-1.277-0.557-1.113-0.319-1.113-0.641-1.113-0.797 0-0.317 0.395-0.641 0.957-0.641 0.48 0 0.876 0.24 1.037 0.324l0.077 0.077 0.88-0.64-0.083-0.079c0 0-0.713-0.796-1.912-0.796-0.563 0-1.12 0.161-1.515 0.479-0.401 0.317-0.641 0.797-0.641 1.276-0.077 0.479 0.156 0.875 0.641 1.197z\"/>\n</svg>\n</li><li title=\"cib soundcloud \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M1.568 16.303c-0.068 0-0.125 0.057-0.136 0.129l-0.312 2.875 0.312 2.808c0.011 0.073 0.068 0.131 0.136 0.131s0.12-0.057 0.129-0.131l0.339-2.808-0.359-2.875c0-0.072-0.057-0.129-0.12-0.129zM0.36 17.407c-0.079 0-0.12 0.047-0.141 0.124l-0.219 1.776 0.219 1.74c0 0.079 0.063 0.131 0.12 0.131 0.063 0 0.12-0.063 0.14-0.141l0.281-1.76-0.281-1.776c0-0.084-0.057-0.12-0.119-0.12zM2.797 15.74c-0.079 0-0.157 0.063-0.157 0.14l-0.28 3.417 0.296 3.276c0 0.077 0.063 0.161 0.161 0.161 0.084 0 0.141-0.084 0.161-0.161l0.339-3.297-0.339-3.401c-0.020-0.077-0.083-0.156-0.161-0.156zM4.079 15.599c-0.1 0-0.183 0.079-0.204 0.183l-0.255 3.516 0.281 3.396c0.020 0.099 0.099 0.181 0.197 0.181s0.183-0.083 0.199-0.197l0.323-3.38-0.323-3.495c0-0.1-0.079-0.183-0.177-0.183zM5.62 16.079c-0.011-0.12-0.104-0.199-0.213-0.199-0.12 0-0.213 0.079-0.219 0.199l-0.292 3.239 0.265 3.417c0 0.12 0.104 0.213 0.213 0.213 0.099 0 0.199-0.093 0.199-0.213l0.301-3.417-0.301-3.26zM6.697 13.803c-0.135 0-0.239 0.119-0.239 0.239l-0.281 5.276 0.249 3.417c0 0.12 0.104 0.219 0.24 0.219 0.125 0 0.229-0.12 0.24-0.24l0.276-3.416-0.276-5.297c-0.011-0.14-0.12-0.24-0.24-0.24zM7.943 12.541c-0.14 0-0.26 0.12-0.271 0.261l-0.24 6.495 0.219 3.396c0 0.161 0.12 0.28 0.261 0.28 0.14 0 0.26-0.119 0.281-0.28l0.26-3.396-0.26-6.475c-0.021-0.161-0.141-0.281-0.276-0.281zM9.235 11.943c-0.161 0-0.281 0.12-0.303 0.276l-0.219 7.036 0.219 3.36c0.021 0.156 0.141 0.303 0.303 0.303 0.156 0 0.296-0.141 0.296-0.303l0.261-3.36-0.261-7.036c0-0.156-0.14-0.297-0.296-0.297zM10.891 11.979c0-0.176-0.141-0.317-0.317-0.317-0.161 0-0.323 0.141-0.323 0.317l-0.199 7.256 0.199 3.339c0.020 0.181 0.161 0.323 0.343 0.323 0.177 0 0.319-0.141 0.319-0.323l0.219-3.339-0.219-7.271zM11.891 11.803c-0.183 0-0.339 0.161-0.339 0.337l-0.203 7.1 0.203 3.296c0 0.199 0.156 0.339 0.339 0.339s0.339-0.161 0.339-0.359l0.203-3.303-0.224-7.073c0-0.197-0.156-0.359-0.359-0.359zM13.188 12c-0.219 0-0.376 0.183-0.376 0.38l-0.14 6.86 0.183 3.296c0 0.199 0.156 0.371 0.38 0.371 0.197 0 0.359-0.161 0.375-0.38l0.161-3.256-0.177-6.817c-0.015-0.219-0.181-0.38-0.38-0.38zM14.792 10.812c-0.063-0.036-0.141-0.057-0.219-0.057-0.084 0-0.161 0.021-0.224 0.057-0.12 0.073-0.199 0.204-0.199 0.339v0.084l-0.135 8.063 0.151 3.265v0.011c0.011 0.083 0.041 0.181 0.099 0.239 0.079 0.084 0.188 0.141 0.313 0.141 0.104 0 0.208-0.057 0.276-0.12 0.077-0.079 0.124-0.183 0.124-0.303l0.016-0.317 0.156-2.937-0.177-8.115c0-0.14-0.083-0.255-0.181-0.317zM16.131 10.083c-0.057-0.056-0.12-0.077-0.199-0.077-0.099 0-0.197 0.021-0.281 0.077-0.099 0.084-0.156 0.204-0.156 0.324v0.036l-0.183 8.812 0.1 1.62 0.083 1.579c0 0.219 0.199 0.421 0.437 0.421 0.24 0 0.437-0.203 0.437-0.443l0.204-3.219-0.204-8.849c0-0.156-0.099-0.291-0.219-0.369zM28.063 15.031c-0.536 0-1.057 0.115-1.516 0.313-0.323-3.541-3.281-6.317-6.916-6.317-0.881 0-1.745 0.181-2.521 0.479-0.303 0.12-0.36 0.24-0.38 0.479v12.489c0.020 0.24 0.197 0.444 0.443 0.464h10.911c2.157 0.021 3.917-1.719 3.917-3.896 0-2.181-1.76-3.937-3.917-3.937z\"/>\n</svg>\n</li><li title=\"cib sourceforge \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M3.24 15.146c0-0.495 0.406-0.938 0.901-0.938h9.292c0.359-0.005 0.646-0.292 0.646-0.651v-1.938c0-0.365-0.292-0.651-0.651-0.651h-10.188c-1.786 0-3.24 1.448-3.24 3.234v3.594c0 1.792 1.448 3.245 3.234 3.245h6.693c0.5 0 0.901 0.438 0.901 0.938v1.714c0 0.495-0.401 0.943-0.901 0.943h-9.281c-0.359 0-0.646 0.286-0.646 0.646v1.938c0 0.359 0.292 0.646 0.646 0.646h10.193c1.786 0 3.234-1.448 3.234-3.234v-3.594c0-1.786-1.448-3.24-3.234-3.24h-6.698c-0.5 0-0.901-0.443-0.901-0.938zM31.359 10.974h-6.703v-3.609h6.698c0.354 0 0.641-0.286 0.641-0.646v-1.938c0-0.365-0.286-0.651-0.646-0.651h-6.693c-1.786 0-3.234 1.453-3.234 3.24v3.604h-3.104c-0.359 0-0.641 0.292-0.641 0.651v1.943c0 0.359 0.286 0.646 0.641 0.646h3.099v10.604c0 0.318 0.135 0.38 0.406 0.38 0.651 0 2.833-1.214 2.833-2.25v-8.74h6.698c0.354 0 0.646-0.286 0.646-0.641v-1.948c0-0.354-0.292-0.646-0.646-0.646z\"/>\n</svg>\n</li><li title=\"cib sourcegraph \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M12.453 0.005c-0.214 0.005-0.432 0.036-0.646 0.089-1.807 0.411-2.875 2.219-2.464 4.031l1.87 6.729-6.724-2.208c-1.724-0.573-3.615 0.411-4.193 2.141-0.573 1.724 0.411 3.615 2.135 4.193l7.807 2.557-5.417 6.078c-0.526 0.62-0.818 1.406-0.828 2.219 0.010 1.813 1.479 3.281 3.292 3.286 0.906 0 1.807-0.411 2.469-1.151l4.75-5.302 1.911 6.865c0.385 1.453 1.703 2.464 3.203 2.469h0.005c0.245 0 0.573-0.083 0.823-0.161 1.76-0.51 2.786-2.344 2.297-4.115l-1.839-6.688 6.609 2.167c0.411 0.083 0.74 0.161 1.068 0.161 1.484 0 2.719-0.901 3.125-2.302 0.578-1.724-0.411-3.615-2.135-4.193l-7.641-2.505 5.422-6.047c1.229-1.401 1.151-3.453-0.25-4.688-1.396-1.234-3.453-1.151-4.688 0.245l-4.76 5.344-1.901-6.906c-0.432-1.438-1.807-2.375-3.302-2.307z\"/>\n</svg>\n</li><li title=\"cib spacemacs \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M15.995 0.016c-2.385 0.020-4.599 0.525-6.625 1.457l0.011-0.004c4.849 2.703 9.271 7.509 11.907 10.989 0.531 0.713 1.005 1.339 1.437 1.911l0.005-0.025c0.552-2.317-0.417-6.984-2.021-9.776-0.156-0.271-0.271-0.505-0.249-0.521h0.005l0.005-0.005c0.129 0.032 1.375 1.323 1.828 1.912 0.801 1.020 1.109 1.615 1.552 2.968 1.14 3.532 1.896 6.401 2.531 9.667 0.323 1.641 0.901 4.609 0.98 5.177 0.004 0.079-0.016 0.172-0.016 0.193-0.125-0.12-0.256-0.24-0.385-0.355-0.86-0.755-2.568-1.885-4.245-2.817-2.093-1.156-4.156-2.151-8.765-4.213-4.208-1.885-6.145-2.781-7.667-3.547l-1.369-0.683c0.161 0.401 0.333 0.833 0.536 1.339 0 0 2.573 1.443 2.896 1.88 0 0 3.093 5.823 4.468 9.271 1.027 2.599 2.183 5.688 2.876 6.541l0.077 0.089c-1.364-0.333-7.656-3.464-7.656-3.464-0.693-5.864-2.625-12.812-5.14-19.917-0.057-0.119-0.115-0.239-0.167-0.364 0-0.021 0.187 0.161 0.411 0.407 2.536 2.713 7.943 5.181 13.688 6.239 1.552 0.272 3.135 0.371 4.708 0.297-0.407-0.521-0.855-1.093-1.344-1.735-4.557-5.937-9.031-8.432-13.041-9.957-0.104-0.037-0.203-0.084-0.307-0.115-2.803 1.921-4.917 4.692-6.027 7.905-0.599 1.724-0.901 3.532-0.891 5.355l0.005-0.115c0.041 6.688 4.172 12.817 10.735 15.104 1.781 0.62 3.593 0.907 5.375 0.896l-0.12-0.005c6.693-0.041 12.823-4.172 15.109-10.735 0.62-1.781 0.907-3.599 0.891-5.38v0.12c-0.047-6.693-4.172-12.823-10.74-15.104-1.724-0.604-3.541-0.907-5.375-0.896l0.12 0.005zM24.172 8.161v0c0.708 0.683 1.839 2.005 3.115 2.751 1.052 1.317 1.625 2.615 2.333 3.504-0.292-0.249-1.484-1.296-1.484-1.296s-1.833-1.74-2.855-2.869c-0.391-0.439-0.427-0.505-0.636-0.839-0.083-0.131-0.364-1.1-0.473-1.245l0.005-0.011z\"/>\n</svg>\n</li><li title=\"cib spacex \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M31.937 9.287c-0.011 0-0.016-0.005-0.020-0.005-0.011 0-0.021 0.005-0.032 0.011-20.172 2.031-29.651 10.801-31.885 12.959l0.297 0.468h3.525c9.161-9.213 21.541-12.271 28.089-13.276l0.005 0.005c0.004 0 0.009-0.011 0.015-0.011 0.037-0.005 0.068-0.036 0.068-0.077 0-0.037-0.027-0.063-0.063-0.073zM0.505 14.011l-0.213 0.401 4.328 3.156c0.875-0.511 1.771-0.984 2.683-1.432l-2.901-2.125zM10.125 18.197c-0.719 0.532-1.448 1.095-2.235 1.756l3.803 2.765h3.943l0.167-0.359z\"/>\n</svg>\n</li><li title=\"cib sparkfun \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M23.74 5.135c0 0 0.453 1.922-0.995 2.188-1.005 0.177-2.63-0.823-3.448-1.818-1.010-1.229-0.88-2.198-0.099-3.052 1.177-1.307 3.198-0.802 3.198-0.802s-3.698-3.24-7.547-0.583c-3.427 2.359-2.443 5.573 0.651 8.38 2.786 2.536 0.563 5.318-2.25 4.958-1.922-0.245-2.708-1.792-2.25-2.74 0.401-0.813 1.781-1.313 1.781-1.313s-1.589-0.641-3.453 0.063c-1.682 0.63-3.063 2.016-2.953 5.495v16.104c0 0 1.734-2.135 3.776-4.313 2.281-2.453 3.323-4.109 5.667-3.917 4.438 0.276 7.646-1.698 9.828-4.859 4.188-6.083 0.906-12.88-1.906-13.792z\"/>\n</svg>\n</li><li title=\"cib sparkpost \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M21.599 12c-1.802 1.198-2.401 3.599-2.198 5.198-3-3 4.599-11.396-4-17.198 4.797 7.198-7.401 13-7.401 23.198 0 4 2.599 7.604 8 8.802 5.401-1.198 8-4.802 8-8.802 0-6-3.599-8-2.401-11.198zM16 27.802c-2.401 0-4.599-2-4.599-4.599 0-2.401 2-4.604 4.599-4.604 2.401 0 4.599 2 4.599 4.604-0.198 2.599-2.198 4.599-4.599 4.599z\"/>\n</svg>\n</li><li title=\"cib spdx \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M0 0v32h10.964l5.573-6.328v-8.073h8.766l6.698-6.635v-10.964zM6.932 6.932h18.391l-9.057 9.068c-4.979 4.984-9.115 9.068-9.193 9.068s-0.141-4.083-0.141-9.068zM18.135 18.667v13.333h13.865v-13.333z\"/>\n</svg>\n</li><li title=\"cib speaker deck \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M14.932 18.131l0.027-4.261-3.557 2.147zM17.063 13.869l-0.021 4.256 3.557-2.147zM17.041 18.131v-0.005l-0.005 0.005zM31.995 6.12c0-1.172-0.953-2.12-2.131-2.12h-27.728c-1.177 0-2.136 0.953-2.136 2.12v19.76c0 1.172 0.953 2.12 2.136 2.12h27.728c1.177 0 2.136-0.953 2.136-2.12v-19.76zM23.416 18.839h-0.015c0 0.781-0.625 1.407-1.401 1.421l0.047-0.020h-12.093c-0.771-0.016-1.401-0.641-1.401-1.417h-0.005v-5.651h0.016c0-0.771 0.615-1.401 1.375-1.412h12.079c0.76 0.021 1.4 0.641 1.4 1.423v5.661z\"/>\n</svg>\n</li><li title=\"cib spectrum \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M0 13.599c0 1.328 1.073 2.401 2.401 2.401h2.401c6.181 0 11.197 5.016 11.197 11.197v2.401c0 1.328 1.073 2.401 2.401 2.401h11.197c1.328 0 2.401-1.073 2.401-2.401v-2.401c0-15.020-12.177-27.197-27.197-27.197h-2.401c-1.328 0-2.401 1.073-2.401 2.401z\"/>\n</svg>\n</li><li title=\"cib spotify \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16 0c-8.803 0-16 7.197-16 16s7.197 16 16 16c8.803 0 16-7.197 16-16s-7.12-16-16-16zM23.36 23.12c-0.319 0.479-0.881 0.64-1.36 0.317-3.76-2.317-8.479-2.797-14.083-1.52-0.557 0.165-1.037-0.235-1.199-0.72-0.156-0.557 0.24-1.036 0.719-1.197 6.084-1.36 11.365-0.803 15.521 1.76 0.563 0.24 0.64 0.88 0.401 1.36zM25.281 18.719c-0.401 0.563-1.12 0.803-1.683 0.401-4.317-2.641-10.88-3.437-15.916-1.839-0.641 0.156-1.365-0.161-1.521-0.803-0.161-0.64 0.156-1.359 0.797-1.52 5.844-1.761 13.041-0.876 18 2.161 0.484 0.24 0.724 1.041 0.323 1.599zM25.443 14.24c-5.125-3.043-13.683-3.36-18.563-1.839-0.801 0.239-1.599-0.24-1.839-0.964-0.239-0.797 0.24-1.599 0.959-1.839 5.683-1.681 15.041-1.359 20.964 2.161 0.719 0.401 0.957 1.36 0.557 2.079-0.401 0.563-1.36 0.801-2.079 0.401z\"/>\n</svg>\n</li><li title=\"cib spotlight \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M20.167 8.541c0.011 0.136 0.011 0.261 0 0.396-0.041 0.787-0.391 1.369-0.875 1.849-0.516 0.516-1.219 0.807-1.948 0.807-0.745 0.021-1.459-0.255-2-0.76-1.147-1.057-1.219-2.844-0.167-3.995l0.135-0.136c0.469-0.457 1.005-0.729 1.828-0.807 0.777-0.057 1.537 0.213 2.111 0.74 0.525 0.495 0.853 1.176 0.921 1.905zM31.453 18.26l-0.839 1.625c-0.245 0.479-0.412 0.995-0.495 1.527l-0.281 1.817c-0.24 1.588-1.235 2.953-2.667 3.672l-1.641 0.817c-0.484 0.245-0.921 0.563-1.301 0.943l-1.292 1.312c-1.125 1.141-2.735 1.667-4.317 1.401l-1.808-0.301c-0.531-0.089-1.072-0.089-1.604 0l-1.807 0.301c-1.584 0.261-3.193-0.26-4.319-1.401l-1.291-1.312c-0.38-0.385-0.819-0.703-1.303-0.943l-1.64-0.817c-1.433-0.719-2.428-2.089-2.667-3.672l-0.281-1.817c-0.079-0.532-0.245-1.048-0.495-1.527l-0.855-1.625c-0.74-1.421-0.74-3.109 0-4.531l0.844-1.631c0.244-0.473 0.411-0.989 0.489-1.52l0.281-1.819c0.24-1.588 1.24-2.957 2.672-3.672l1.64-0.817c0.48-0.244 0.917-0.563 1.303-0.943l1.287-1.301c1.129-1.141 2.739-1.663 4.323-1.401l1.807 0.301c0.527 0.089 1.073 0.089 1.605 0l1.801-0.301c1.584-0.261 3.193 0.26 4.323 1.401l1.292 1.301c0.38 0.38 0.817 0.708 1.303 0.943l1.635 0.817c1.432 0.719 2.428 2.089 2.672 3.672l0.281 1.819c0.079 0.536 0.245 1.052 0.489 1.52l0.844 1.631c0.74 1.416 0.74 3.109 0.011 4.531zM21.74 8.489c-0.027-0.604-0.183-1.192-0.459-1.729-0.823-1.593-2.511-2.552-4.303-2.437-0.176 0.027-0.333 0.037-0.489 0.057-0.963 0.183-1.839 0.672-2.495 1.407-0.801 0.88-1.208 2.057-1.12 3.249 0.104 1.235 0.652 2.292 1.448 2.975 0.584 0.505 1.323 0.953 2.256 1.088 1.785 0.271 3.156-0.437 4.041-1.401 0.792-0.875 1.197-2.031 1.12-3.213zM8.755 17.511c0.328-0.183 0.641-0.371 0.953-0.552-0.109-1.287-0.213-2.677-0.312-3.871 1.312-0.547 2.244-1.615 2.656-3.119 0.339-1.209 0.193-2.636-0.421-3.433-0.209-0.281-0.485-0.505-0.797-0.651-0.541-0.197-1.193-0.041-1.64 0.145-0.245 0.109-0.48 0.245-0.699 0.407-0.421 0.303-0.817 0.641-1.177 1.032 0.38 3.323 0.765 6.812 1.136 10.208 0.099-0.047 0.197-0.099 0.301-0.167zM8.927 7.973c0.021-0.104 0.267-0.249 0.36-0.317 0.167-0.12 0.364-0.192 0.568-0.213 0.619-0.021 0.765 0.505 0.796 1.099 0.027 0.319 0.027 0.631 0 0.943-0.077 1.047-0.572 1.719-1.391 2.057-0.067-0.651-0.109-1.437-0.187-2.187-0.037-0.308-0.084-0.709-0.125-1.068-0.011-0.099-0.027-0.204-0.027-0.313zM7.412 16.344c-0.131-0.557-0.319-1.099-0.563-1.615-0.24-0.527-0.407-1.084-0.495-1.651-0.089-0.797 0.067-1.495 0.572-1.865-0.187-0.615-0.348-1.224-0.536-1.828-1.099 0.584-1.864 1.641-1.864 3.208 0 0.969 0.359 1.595 0.708 2.292 0.235 0.459 0.437 0.927 0.593 1.421 0.156 0.532 0.303 1.115 0.26 1.663-0.093 1.057-0.531 1.796-1.104 2.427-0.052 0.063-0.244 0.224-0.244 0.265 0.031 0.079 0.067 0.145 0.115 0.213 0.224 0.475 0.427 0.875 0.651 1.333 0.031 0.068 0.063 0.204 0.109 0.224 0.047 0.027 0.135-0.088 0.192-0.156 0.188-0.197 0.371-0.412 0.537-0.64 0.932-1.287 1.495-3.297 1.068-5.292zM11.115 18.573c0.459-1.303 0.896-2.647 1.235-4.016 0.099-0.401 0.224-0.817 0.301-1.235 0.011-0.041 0.047-0.145 0-0.167-0.593 0.183-1.213 0.333-1.796 0.527-0.245 2.031-0.849 3.839-1.537 5.531-0.681 1.693-1.525 3.256-2.4 4.745 1.077 1.167 2.447 2.057 3.947 2.796 0.272-0.452 0.563-0.891 0.824-1.348-0.923-0.563-1.876-1.1-2.661-1.792 0.78-1.645 1.479-3.328 2.088-5.041zM14.615 14.995c-0.38-0.255-0.855-0.448-1.271-0.672-0.828 3.188-1.937 6.125-3.005 9.109 0.369 0.204 0.729 0.428 1.109 0.631 0.719-1.391 1.156-2.885 1.729-4.401 0.281-0.74 0.516-1.505 0.749-2.276 0.24-0.771 0.475-1.583 0.688-2.391zM17.844 24.317v-1.323c0-0.301-0.011-0.64-0.021-1.167-0.796 0.104-1.604 0.167-2.391 0.281-0.031 0.437-0.031 0.896-0.057 1.36 0.349 0.020 0.901-0.048 1.251-0.048 0 0.652 0 1.215 0.011 1.761 0 0.213 0.031 0.427-0.027 0.604-0.079 0.271-0.359 0.437-0.719 0.407-0.412-0.048-0.74-0.475-0.917-0.819-0.619-1.213-0.416-3.213-0.171-4.557 0.156-0.911 0.489-1.781 0.979-2.567 0.459-0.729 1.088-1.333 1.984-1.595 0-0.369-0.020-0.875-0.047-1.292-0.011-0.187 0-0.427-0.041-0.525-0.016-0.011-0.037 0.011-0.047 0.011-0.548 0.192-1.057 0.479-1.505 0.853-0.661 0.516-1.213 1.157-1.625 1.885-0.145 0.251-0.271 0.516-0.38 0.781-0.484 1.079-0.708 2.324-0.844 3.704-0.099 1.057-0.115 2.020 0.047 2.973 0.052 0.303 0.147 0.604 0.256 0.901 0.395 1.031 1.156 1.896 2.708 1.683 0.593-0.084 1.073-0.319 1.577-0.532 0-0.984-0.020-2.020-0.020-2.781zM22.588 18.349c-0.072-0.751-0.124-1.5-0.14-2.256-0.036-1.041 0-2.052 0.052-3.093 0-0.011 0-0.011-0.011-0.011-0.401 0.313-0.864 0.641-1.301 0.953-0.063 0.041-0.12 0.093-0.167 0.156-0.011 0.089-0.011 0.183 0 0.271-0.011 1.505 0.077 3.095 0.115 4.443-0.376 0.157-0.74 0.36-1.115 0.505-0.147-1.511-0.261-3.025-0.344-4.547-0.495 0.172-0.943 0.375-1.427 0.552 0.099 0.74 0.203 1.448 0.271 2.131 0.119 1.088 0.176 2.177 0.187 3.265 0 0.317 0 0.631-0.020 0.943-0.048 0.661-0.037 1.333-0.079 2-0.104 1.276-0.088 2.645-0.088 3.86 0.255-0.115 0.505-0.261 0.76-0.381 0.26-0.113 0.505-0.249 0.749-0.395 0-0.485 0.027-0.865 0.037-1.276 0.047-1.584 0.088-2.907 0.031-4.313 0.428-0.197 0.855-0.401 1.303-0.593 0.301 1.807 0.911 3.391 1.459 5.005 0.457-0.349 0.853-0.761 1.291-1.147-0.312-0.837-0.583-1.692-0.817-2.557-0.369-1.14-0.615-2.317-0.74-3.509zM26.036 13.303c0.256-0.105 0.491-0.261 0.74-0.381 0.245-0.124 0.479-0.26 0.719-0.405-0.453-1.292-1.011-2.469-1.787-3.48-0.749-1-1.635-1.891-2.635-2.645 0-0.027-0.032 0-0.032 0.011-0.249 0.307-0.479 0.629-0.687 0.963-0.043 0.079-0.199 0.281-0.188 0.36 0.068 0.088 0.145 0.167 0.235 0.235 0.088 0.088 0.183 0.161 0.244 0.224 0.407 0.416 0.74 0.787 1.115 1.233 0.052 0.068 0.188 0.215 0.188 0.281-0.021 0.125-0.052 0.245-0.099 0.36-0.183 0.64-0.303 1.265-0.417 1.943-0.224 1.303-0.292 2.631-0.197 3.948 0.099 1.401 0.369 2.672 0.672 3.907 0.145 0.604 0.323 1.208 0.547 1.791 0.172 0.437 0.339 0.876 0.531 1.272 0.063 0.129 0.099 0.291 0.213 0.389 0.381-0.495 0.781-0.963 1.157-1.457-0.563-1-0.943-2.219-1.235-3.489-0.115-0.443-0.193-0.891-0.24-1.344-0.167-1.833-0.235-3.819 0.26-5.547 0.391 0.572 0.699 1.192 0.896 1.833z\"/>\n</svg>\n</li><li title=\"cib spreaker \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M19.484 0l-7.516 8.719-11.266-2.427 11.578 9.828-11.385 9.953 11.214-2.646 7.682 8.573 0.948-11.469 10.557-4.646-10.62-4.438-1.182-11.448z\"/>\n</svg>\n</li><li title=\"cib spring \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M29.094 1.661c-0.448 1.078-1.021 2.094-1.708 3.031-3.010-3.005-7.089-4.693-11.344-4.693-8.802 0-16.042 7.24-16.042 16.042 0 4.391 1.802 8.594 4.984 11.62l0.589 0.526c2.896 2.438 6.552 3.771 10.333 3.776 8.37 0 15.401-6.552 16-14.896 0.438-4.089-0.766-9.255-2.813-15.401zM7.26 27.755c-0.255 0.323-0.651 0.505-1.063 0.505-0.76 0-1.37-0.615-1.375-1.37 0-0.755 0.625-1.375 1.375-1.375 1.151 0.005 1.792 1.344 1.063 2.24zM29.031 22.953c-3.958 5.271-12.417 3.495-17.833 3.75 0 0-0.964 0.057-1.932 0.214 0 0 0.365-0.151 0.833-0.333 3.807-1.323 5.604-1.578 7.917-2.766 4.354-2.214 8.661-7.057 9.557-12.094-1.661 4.849-6.688 9.010-11.266 10.703-3.135 1.156-8.802 2.281-8.802 2.281l-0.229-0.12c-3.859-1.875-3.974-10.229 3.036-12.927 3.068-1.177 6.010-0.531 9.323-1.318 3.542-0.844 7.641-3.5 9.307-6.964 1.865 5.542 4.109 14.214 0.089 19.573z\"/>\n</svg>\n</li><li title=\"cib sprint \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M2.839 31.995c7.323-2.411 17.943-8.026 25.328-13.042 0.62-0.422 1.104-0.813 1.104-1.495 0-1.182-2.208-2.771-3.276-3.406-5.813 5.943-17.38 14.849-23.156 17.943zM9.635 26.948c4.516-3.073 11.078-8.854 13.297-11.995 0.526-0.74 0.911-1.167 0.911-1.943 0-1.271-1.505-2.198-2.589-2.849-2.594 6.016-8.417 13.5-11.62 16.786zM13.089 22.245c3.125-3.958 5.583-8.609 5.583-11.948 0-1.745-1.271-2.958-2.927-3.885 0.031 3.625-1.245 12.135-2.656 15.833zM13.75 18.427c0.583-3.797 0.24-8.38-0.505-11.255-0.406-1.568-1.839-3.333-3.167-3.885 1.74 4.859 3.234 11.776 3.672 15.141zM12.464 13.099c-1.37-3.635-4.781-11.219-9.797-13.099 3.266 3.547 8.109 10.578 9.797 13.099z\"/>\n</svg>\n</li><li title=\"cib squarespace \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M30.208 11.625c-2.405-2.401-6.301-2.401-8.755 0l-9.803 9.801c-0.599 0.6-0.599 1.6 0 2.199 0.604 0.599 1.604 0.599 2.204 0l9.801-9.803c1.199-1.197 3.147-1.197 4.349 0 1.203 1.204 1.203 3.151 0 4.355l-9.651 9.651c1.197 1.199 3.151 1.199 4.348 0l7.453-7.453c2.448-2.448 2.448-6.348 0.052-8.749zM26.907 14.875c-0.6-0.599-1.6-0.599-2.199 0l-9.807 9.855c-1.199 1.197-3.147 1.197-4.349 0-0.599-0.604-1.599-0.604-2.197 0-0.605 0.599-0.605 1.599 0 2.197 2.4 2.401 6.296 2.401 8.749 0l9.803-9.801c0.599-0.652 0.599-1.652 0-2.251zM23.656 5.073c-2.401-2.401-6.301-2.401-8.755 0l-9.803 9.801c-0.599 0.599-0.599 1.599 0 2.199 0.604 0.604 1.604 0.604 2.204 0l9.859-9.803c1.199-1.197 3.161-1.197 4.36 0 0.604 0.604 1.604 0.604 2.197 0 0.563-0.645 0.563-1.593-0.036-2.197zM20.355 8.323c-0.6-0.599-1.6-0.599-2.199 0l-9.801 9.855c-1.199 1.197-3.152 1.197-4.355 0-1.197-1.199-1.197-3.151 0-4.355l9.651-9.651c-1.197-1.199-3.145-1.199-4.348 0l-7.5 7.453c-2.401 2.401-2.401 6.301 0 8.749 2.4 2.401 6.296 2.401 8.749 0l9.803-9.801c0.599-0.652 0.599-1.652 0-2.251z\"/>\n</svg>\n</li><li title=\"cib stackbit \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M28.417 17.969l-12.281 6.839-12.531-6.839c-0.469-0.26-1.068-0.083-1.323 0.391-0.26 0.474-0.083 1.068 0.396 1.328l12.995 7.109c0.292 0.172 0.661 0.172 0.953 0l12.75-7.109c0.469-0.266 0.635-0.859 0.37-1.328-0.25-0.479-0.854-0.661-1.328-0.391zM5.125 13.432l11.010-6.224 12.26 7.083c0.474 0.266 1.073 0.099 1.349-0.37 0.266-0.474 0.099-1.073-0.37-1.349l-12.75-7.354c-0.302-0.172-0.672-0.172-0.979 0l-12.995 7.354c-0.661 0.37-0.661 1.323 0 1.719l12.995 7.354c0.474 0.266 1.073 0.099 1.349-0.37 0.26-0.474 0.099-1.073-0.37-1.349zM0.078 18.583v-4.906c-0.115-1.193 0.495-2.339 1.542-2.917l12.995-7.354c0.943-0.547 2.104-0.536 3.042 0.021l12.75 7.359c1.021 0.589 1.609 1.714 1.516 2.891v4.906c0.099 1.193-0.516 2.339-1.568 2.917l-12.75 7.109c-0.922 0.516-2.042 0.516-2.964 0l-12.995-7.109c-1.078-0.589-1.641-1.745-1.568-2.917z\"/>\n</svg>\n</li><li title=\"cib stackexchange \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M28.969 20.771v1.38c0 2.339-1.859 4.234-4.13 4.234h-1.208l-5.438 5.615v-5.615h-11.031c-2.271 0-4.13-1.896-4.13-4.24v-1.375zM3.031 13.953h25.766v5.302h-25.766zM3.031 7.094h25.766v5.307h-25.766zM24.766 0c2.245 0 4.031 1.896 4.031 4.24v1.375h-25.766v-1.375c0-2.344 1.865-4.24 4.135-4.24z\"/>\n</svg>\n</li><li title=\"cib stackoverflow \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M25.312 29.151v-8.536h2.849v11.385h-25.703v-11.385h2.839v8.536zM8.145 26.307h14.324v-2.848h-14.324zM8.495 19.839l13.975 2.916 0.599-2.76-13.969-2.912zM10.307 13.099l12.939 6.037 1.203-2.6-12.937-6.041-1.204 2.584zM13.927 6.719l10.953 9.141 1.813-2.163-10.953-9.135-1.803 2.151zM21 0l-2.328 1.724 8.541 11.473 2.328-1.724z\"/>\n</svg>\n</li><li title=\"cib stackpath \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M17.288 14.525c0 0.531-0.266 1.281-1.334 1.281h-1.226v-2.592h1.226c1.071 0 1.334 0.772 1.334 1.311zM30 2v28h-28v-28zM11.456 17.99c0-1.327-0.758-2.159-2.92-2.803-1.285-0.463-1.625-0.682-1.625-1.164s0.438-0.913 1.276-0.913c0.881 0 1.3 0.528 1.3 1.147h1.919l0.012-0.036c0.031-1.223-0.941-2.603-3.195-2.603-1.461 0-3.284 0.672-3.284 2.393 0 1.212 0.578 1.956 3.171 2.773 1.079 0.384 1.369 0.65 1.369 1.218 0 0.95-1.196 0.889-1.217 0.889-1.275 0-1.603-0.569-1.603-1.369h-1.925l-0.011 0.035c-0.043 1.957 1.774 2.826 3.539 2.826 1.874 0 3.195-0.847 3.195-2.393zM19.293 14.513c0-1.581-1.152-2.841-3.339-2.841h-3.236v8.636h2.011v-2.96h1.226c1.891 0 3.339-0.997 3.339-2.835zM20.621 20.313l3.066-8.639h-1.943l-2.994 8.639zM27.279 11.674h-1.943l-2.994 8.639h1.871z\"/>\n</svg>\n</li><li title=\"cib stackshare \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M22.948 8.927c-0.047-0.364 0-0.791 0-0.791v-0.011c0.188-0.953 1.025-1.672 2.031-1.672 0.005 0 0.011 0 0.016 0h0.005c1.145 0 2.079 0.932 2.079 2.073 0 1.145-0.933 2.077-2.079 2.077-0.005 0-0.011-0.005-0.011-0.005h-0.011c-0.989 0-1.839-0.697-2.031-1.672zM32 2.052v27.896c0 1.135-0.86 2.052-1.921 2.052h-28.152c-1.063 0-1.927-0.917-1.927-2.052v-27.896c0-1.131 0.864-2.052 1.927-2.052h28.152c1.061 0 1.921 0.921 1.921 2.052zM28.927 23.396c0-2.183-1.765-3.948-3.948-3.948-1.755 0-3.301 1.156-3.791 2.844h-2.344l-3.656-6.297 0.005-0.005 3.645-6.276h2.333c0.609 2.093 2.801 3.297 4.896 2.688 2.093-0.609 3.301-2.803 2.687-4.896-0.609-2.093-2.801-3.297-4.895-2.688-1.297 0.376-2.313 1.391-2.688 2.688h-3.552l-0.036-0.021-4.303 7.401-0.036 0.057h-2.552c-0.611-2.093-2.808-3.297-4.901-2.688-2.095 0.609-3.297 2.803-2.688 4.896 0.609 2.095 2.803 3.303 4.896 2.693 1.297-0.38 2.312-1.396 2.693-2.693h2.613l4.277 7.36 0.020-0.011h3.584c0.489 1.688 2.036 2.844 3.791 2.844 2.183 0 3.948-1.765 3.948-3.948zM25.021 21.24c-0.995 0-1.844 0.697-2.037 1.672-0.005 0.036-0.005 0.072-0.011 0.109-0.004 0.025-0.020 0.041-0.025 0.061-0.052 0.401 0 0.803 0 0.803 0.235 1.125 1.328 1.844 2.453 1.615 0.76-0.156 1.339-0.735 1.552-1.453 0.083-0.229 0.135-0.473 0.135-0.735 0-1.145-0.927-2.072-2.067-2.072zM6.932 13.891c-1.14 0-2.072 0.927-2.072 2.073 0 0.009 0 0.015 0 0.025 0 0.005 0 0.005 0 0.011 0 1.14 0.927 2.063 2.061 2.063 0.724 0 1.355-0.369 1.724-0.927 0.229-0.333 0.365-0.735 0.365-1.167 0-1.152-0.932-2.079-2.079-2.079z\"/>\n</svg>\n</li><li title=\"cib stadia \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M0.271 11.557c-0.172 0.12-0.271 0.313-0.271 0.521v0.005c0 0.089 0.021 0.172 0.052 0.255l3.068 6.938c0.135 0.307 0.484 0.458 0.802 0.349 2.005-0.719 8.948-2.979 13.443-1.76 0 0-4.51 0.26-8.583 3.458-0.229 0.182-0.307 0.495-0.193 0.76l1.375 3.104 0.526 1.234c0.125 0.297 0.526 0.333 0.703 0.063 0.953-1.432 2.557-2.146 4.099-2.771 1.578-0.646 3.224-1.115 4.906-1.401 1.792-0.302 3.615-0.38 5.427-0.224 0.297 0.031 0.578-0.156 0.667-0.443l1.385-4.427c0.083-0.26-0.010-0.542-0.234-0.703-1.542-1.12-7.656-4.875-18.401-3.365 0 0 9.167-5.271 20.813 0.521 0.354 0.172 0.781-0.010 0.896-0.385l1.219-3.901c0.021-0.057 0.031-0.12 0.031-0.182v-0.021c-0.005-0.224-0.125-0.432-0.323-0.547-1.464-0.823-6.411-3.302-13.214-3.302-5.219 0-11.526 1.453-18.193 6.224z\"/>\n</svg>\n</li><li title=\"cib statamic \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M4.172 23.922c-0.042-0.286-0.026-0.953-0.026-0.953h-0.385c-0.885 0-1.229-0.354-1.229-1.24v-3.51c0-1.589-0.37-1.974-1.115-2.219v-0.083c0.745-0.245 1.115-0.646 1.115-2.234v-3.5c0-0.88 0.344-1.156 1.224-1.156h0.38c0 0 0.021-0.609 0.063-0.969-0.182-0.021-0.88-0.036-0.88-0.036-1.781 0-2.281 0.859-2.281 2.635v3.188c0 1.307-0.755 1.479-1.036 1.479v1.266c0.281 0 1.021 0.177 1.021 1.458v3.208c0 1.781 0.5 2.62 2.276 2.62 0 0 0.698 0.063 0.844 0.063zM3.089 16.786c0.651 0 1.583 0.224 1.583 1.865v4.083c0 2.266 0.542 3.401 2.807 3.401h1.021v-1.214h-0.521c-1.12 0-1.542-0.464-1.542-1.583v-4.479c0-2.021-0.635-2.516-1.755-2.828v-0.089c1.12-0.318 1.781-0.833 1.781-2.854v-4.469c0-1.115 0.417-1.453 1.536-1.453h0.521v-1.297h-1c-2.26 0-2.802 1.099-2.802 3.359v4.073c0 1.661-0.917 1.901-1.578 1.901v1.599zM18.406 21.984c0.62-0.177 1.141-0.427 1.568-0.755 0.427-0.323 0.76-0.729 1-1.203 0.234-0.474 0.354-0.995 0.354-1.578 0-0.505-0.089-0.938-0.26-1.297-0.177-0.365-0.464-0.677-0.849-0.953-0.391-0.271-0.891-0.521-1.49-0.734-0.604-0.214-1.333-0.427-2.193-0.635-0.917-0.234-1.552-0.443-1.911-0.62-0.359-0.188-0.542-0.484-0.542-0.896 0-0.474 0.188-0.823 0.568-1.031 0.37-0.219 0.833-0.318 1.385-0.318 0.594 0 1.193 0.078 1.786 0.276 0.594 0.182 1.229 0.5 1.901 0.922l1.26-1.901c-0.734-0.458-1.526-0.823-2.37-1.099-0.844-0.281-1.698-0.401-2.542-0.401-0.677 0-1.318 0.083-1.896 0.26-0.583 0.182-1.099 0.438-1.542 0.781-0.443 0.339-0.776 0.76-1.021 1.24-0.24 0.479-0.359 1.036-0.359 1.635 0 0.458 0.083 0.839 0.24 1.182 0.161 0.339 0.401 0.62 0.74 0.88 0.344 0.255 0.781 0.474 1.344 0.677 0.557 0.198 1.219 0.401 1.995 0.578 1.042 0.245 1.76 0.464 2.198 0.682 0.443 0.198 0.661 0.521 0.661 0.943 0 0.417-0.182 0.755-0.542 0.974s-0.875 0.339-1.516 0.339c-1.422 0-2.901-0.5-4.417-1.5l-1.302 2.161c0.359 0.24 0.76 0.458 1.219 0.661 0.464 0.198 0.938 0.359 1.438 0.5s1.021 0.24 1.563 0.318c0.536 0.078 1.036 0.099 1.521 0.099 0.755 0 1.438-0.099 2.057-0.276zM28.354 9.026c0.88 0 1.135 0.276 1.135 1.156v3.5c0 1.583 0.281 1.99 1.396 2.24v0.068c-1.115 0.245-1.396 0.635-1.396 2.219v3.521c0 0.88-0.255 1.24-1.135 1.24h-0.385c0 0-0.005 0.667-0.042 0.948 0.156 0 0.766-0.021 0.766-0.021 1.781 0 2.193-0.865 2.193-2.641v-3.198c0-1.286 0.745-1.458 1.115-1.458v-1.281c-0.37 0-1.115-0.177-1.115-1.474v-3.188c0-1.776-0.411-2.641-2.193-2.641 0 0-0.625 0.021-0.807 0.042 0.036 0.359 0.078 0.969 0.078 0.969zM27.26 22.734v-4.089c0-1.635 0.927-1.859 1.578-1.859v-1.615c-0.651 0-1.578-0.224-1.578-1.885v-4.063c0-2.26-0.359-3.359-2.625-3.359h-1.094v1.302h0.599c1.12 0 1.448 0.333 1.448 1.453v4.469c0 2.016 0.557 2.531 1.677 2.844v0.094c-1.12 0.313-1.661 0.802-1.661 2.823v4.484c0 1.125-0.318 1.589-1.438 1.589h-0.599v1.214h1.099c2.281 0 2.641-1.141 2.641-3.406h-0.047z\"/>\n</svg>\n</li><li title=\"cib staticman \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M22.896 4.063h-0.089c-0.089 0-0.177 0.005-0.266 0.010-0.052 0-0.104 0.005-0.156 0.010-0.068 0.005-0.13 0.016-0.203 0.021l-0.161 0.021c-0.073 0.010-0.141 0.026-0.214 0.036-0.099 0.021-0.203 0.042-0.297 0.068-0.036 0.010-0.078 0.016-0.115 0.026l-0.229 0.063c-0.016 0.005-0.031 0.010-0.047 0.016-1.406 0.443-2.609 1.406-3.349 2.734-0.021 0.031-0.036 0.063-0.057 0.094-0.010 0.031-0.031 0.057-0.047 0.089l-0.021 0.047c-0.401 0.792-0.625 1.688-0.625 2.635v1.068c-0.276 0-0.5 0.219-0.5 0.495 0 0.271 0.224 0.495 0.5 0.495v3.828c-1.344 0.13-2.635 0.578-3.766 1.307-0.323 0.203-0.635 0.432-0.922 0.677l-0.010 0.010c-0.005 0.005-0.016 0.016-0.021 0.016-0.099 0.094-0.193 0.182-0.286 0.26-0.255 0.219-0.521 0.417-0.802 0.594-0.005 0-0.010 0.005-0.016 0.010-0.344 0.214-0.63 0.37-0.901 0.495-0.214 0.094-0.432 0.172-0.661 0.24l-0.089 0.031c-0.021 0.005-0.047 0.016-0.073 0.021-0.672 0.208-1.37 0.313-2.094 0.313-1.849 0-3.578-0.703-4.875-1.922 0.604 0.214 1.245 0.328 1.896 0.328 1.443 0 2.828-0.552 3.875-1.51 0.188 0.911 0.589 1.771 1.172 2.505 0.26-0.078 0.5-0.161 0.734-0.266 0.078-0.036 0.156-0.073 0.24-0.115-0.802-0.901-1.266-2.068-1.281-3.286-0.005-0.214-0.146-0.401-0.349-0.464-0.203-0.068-0.427 0.005-0.552 0.177-0.891 1.229-2.323 1.964-3.839 1.964-1.328 0-2.609-0.568-3.505-1.552-0.151-0.167-0.391-0.214-0.594-0.109-0.198 0.099-0.307 0.318-0.26 0.536l0.016 0.073v0.005c1.177 5.094 4.979 9.313 9.927 11.016 1.12 0.385 2.292 0.641 3.484 0.76h0.047c0.125 0 0.24-0.047 0.333-0.125 0.104-0.094 0.167-0.229 0.167-0.37v-2.646c0-1.255 0.25-2.469 0.755-3.604 0.354-0.786 0.813-1.51 1.37-2.161l-0.542-0.323 0.651 0.198 3.339 0.953c0.177 0.078 0.354 0.151 0.536 0.219v-1.068c-0.839-0.37-1.568-0.911-2.12-1.589v-5.427h0.203v1.349c0 0.974 0.792 1.771 1.771 1.771h0.708c0.917 0 1.677-0.708 1.766-1.604 0.005-0.026 0.005-0.052 0.005-0.083 0-0.24 0.193-0.432 0.432-0.432s0.432 0.193 0.432 0.432c0 0.031 0.005 0.057 0.010 0.083 0.083 0.901 0.844 1.604 1.76 1.604h0.714c0.979 0 1.771-0.792 1.771-1.771v-1.349h0.198v5.432c-0.552 0.677-1.281 1.219-2.12 1.589v1.068c0.182-0.068 0.365-0.146 0.536-0.224l3.339-0.953 0.005 0.005 0.672-0.198-0.557 0.328c0.484 0.573 0.896 1.198 1.224 1.87 0.083 0.172 0.26 0.281 0.448 0.281h0.031c0.198-0.016 0.37-0.146 0.438-0.333 0.135-0.396 0.208-0.818 0.208-1.245 0-1.922-1.385-3.5-3.234-3.786v-3.833c0.276 0 0.495-0.219 0.495-0.495 0-0.271-0.219-0.49-0.495-0.49v-1.068c0-0.354-0.031-0.703-0.094-1.042 0-0.010 0-0.016 0-0.026l-0.021-0.099-0.005-0.031c-0.229-1.115-0.776-2.135-1.589-2.948-0.354-0.359-0.76-0.672-1.188-0.922-0.047-0.026-0.089-0.047-0.135-0.073l-0.078-0.047c-0.073-0.036-0.141-0.068-0.208-0.104-0.021-0.010-0.047-0.021-0.073-0.031-0.115-0.057-0.234-0.104-0.354-0.151-0.047-0.021-0.094-0.036-0.141-0.052-0.057-0.026-0.109-0.042-0.167-0.057-0.057-0.021-0.12-0.042-0.177-0.057-0.052-0.016-0.099-0.026-0.146-0.042-0.104-0.026-0.208-0.052-0.318-0.073-0.031-0.005-0.063-0.010-0.099-0.016-0.078-0.016-0.161-0.031-0.245-0.042-0.047-0.005-0.094-0.010-0.141-0.021l-0.208-0.021-0.146-0.010c-0.083-0.005-0.167-0.005-0.245-0.005l-0.099-0.005zM27.078 6.479c0 0-0.099 0.104-0.281 0.281-0.094 0.089-0.208 0.193-0.339 0.307-0.135 0.12-0.286 0.25-0.453 0.391-0.125 0.089-0.255 0.193-0.391 0.292 0.479 0.964 1.26 1.589 2.135 1.698 0.016 0.161 0.026 0.323 0.026 0.49v1.063h-3.484c-0.063-0.203-0.25-0.354-0.474-0.354h-1.844c-0.224 0-0.411 0.151-0.474 0.354h-3.484v-1.063c0-0.531 0.083-1.042 0.24-1.521 0.156 0.151 0.323 0.281 0.505 0.401 0.052 0.026 0.161 0.083 0.323 0.151 0.229 0.104 0.573 0.219 0.995 0.281 0.208 0.031 0.438 0.052 0.682 0.052 0.063 0 0.125 0 0.182-0.005l0.193-0.010c0.135-0.005 0.26-0.031 0.391-0.042 0.125-0.016 0.266-0.047 0.396-0.068 0.135-0.031 0.271-0.068 0.406-0.094 0.13-0.042 0.266-0.083 0.401-0.125 0.135-0.047 0.271-0.094 0.401-0.146 0.266-0.099 0.531-0.214 0.786-0.333l0.37-0.188 0.365-0.193c0.234-0.135 0.458-0.266 0.667-0.396 0.104-0.063 0.208-0.135 0.307-0.193 0.099-0.063 0.193-0.125 0.281-0.188 0.172-0.125 0.344-0.234 0.484-0.339s0.271-0.188 0.37-0.271c0.198-0.151 0.318-0.234 0.318-0.234zM22.469 11.641h0.849v0.281h-0.849zM19.198 11.995h2.271v1.344c0 0.432-0.349 0.781-0.781 0.781h-0.708c-0.432 0-0.781-0.349-0.781-0.781zM24.318 11.995h2.271v1.344c0 0.432-0.349 0.781-0.781 0.781h-0.708c-0.432 0-0.781-0.349-0.781-0.781zM20.333 12.208c-0.313 0-0.568 0.25-0.568 0.563s0.255 0.568 0.568 0.568c0.313 0 0.568-0.255 0.568-0.568 0-0.094-0.021-0.177-0.057-0.255-0.057 0.068-0.135 0.115-0.224 0.115-0.156 0-0.281-0.13-0.281-0.286 0-0.052 0.016-0.099 0.036-0.135l-0.036-0.005zM25.453 12.208c-0.313 0-0.568 0.25-0.568 0.563s0.255 0.568 0.568 0.568c0.313 0 0.568-0.255 0.568-0.568 0-0.094-0.026-0.177-0.063-0.255-0.052 0.068-0.135 0.115-0.224 0.115-0.156 0-0.281-0.13-0.281-0.286 0-0.052 0.010-0.099 0.031-0.135-0.010 0-0.026-0.005-0.036-0.005zM20.87 18.016c-0.083 0.005-0.172 0.036-0.245 0.089-0.135 0.094-0.214 0.245-0.214 0.406v2.693c0 0.161 0.083 0.313 0.214 0.406 0.083 0.063 0.188 0.089 0.286 0.089 0.057 0 0.109-0.005 0.167-0.026l1.818-0.651 1.818 0.651c0.052 0.021 0.109 0.026 0.167 0.026 0.104 0 0.203-0.026 0.292-0.089 0.13-0.094 0.208-0.245 0.208-0.406v-2.693c0-0.161-0.078-0.313-0.208-0.406-0.135-0.089-0.302-0.115-0.458-0.063l-1.813 0.651-1.818-0.651c-0.042-0.010-0.078-0.021-0.12-0.026-0.026 0-0.057-0.005-0.089 0zM21.406 19.214l0.99 0.354v0.578l-0.99 0.354zM24.38 19.214v1.286l-0.99-0.354v-0.578z\"/>\n</svg>\n</li><li title=\"cib statuspage \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16.010 12.797c2.005-0.026 3.938 0.75 5.365 2.161 1.427 1.406 2.234 3.328 2.234 5.333s-0.807 3.927-2.234 5.339c-1.427 1.406-3.359 2.188-5.365 2.161-4.099-0.057-7.396-3.396-7.396-7.5 0-4.099 3.297-7.443 7.396-7.495zM0.203 11.625l4.031 4.76c0.307 0.37 0.854 0.411 1.214 0.094 6.516-5.839 14.63-5.839 21.12 0 0.365 0.318 0.911 0.276 1.224-0.094l4.005-4.76c0.307-0.365 0.26-0.901-0.099-1.208-9.464-8.276-21.948-8.276-31.406 0-0.354 0.313-0.391 0.849-0.089 1.208z\"/>\n</svg>\n</li><li title=\"cib steam \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M15.974 0c-8.401 0-15.292 6.479-15.943 14.714l8.573 3.547c0.729-0.495 1.604-0.786 2.552-0.786 0.083 0 0.167 0.005 0.25 0.005l3.813-5.521v-0.078c0-3.328 2.703-6.031 6.031-6.031s6.036 2.708 6.036 6.036c0 3.328-2.708 6.031-6.036 6.031h-0.135l-5.438 3.88c0 0.073 0.005 0.141 0.005 0.214 0 2.5-2.021 4.526-4.521 4.526-2.177 0-4.021-1.563-4.443-3.635l-6.135-2.542c1.901 6.719 8.063 11.641 15.391 11.641 8.833 0 15.995-7.161 15.995-16s-7.161-16-15.995-16zM10.052 24.281l-1.964-0.813c0.349 0.724 0.953 1.328 1.755 1.667 1.729 0.719 3.724-0.104 4.443-1.833 0.349-0.844 0.349-1.76 0.005-2.599-0.344-0.844-1-1.495-1.839-1.844-0.828-0.349-1.719-0.333-2.5-0.042l2.026 0.839c1.276 0.536 1.88 2 1.349 3.276s-2 1.88-3.276 1.349zM25.271 11.875c0-2.214-1.802-4.021-4.016-4.021-2.224 0-4.021 1.807-4.021 4.021 0 2.219 1.797 4.021 4.021 4.021 2.214 0 4.016-1.802 4.016-4.021zM18.245 11.87c0-1.672 1.349-3.021 3.016-3.021s3.026 1.349 3.026 3.021c0 1.667-1.359 3.021-3.026 3.021s-3.016-1.354-3.016-3.021z\"/>\n</svg>\n</li><li title=\"cib steem \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M5.234 3.464c0.354 0.057-0.526 2.37-0.036 5.010 0.427 2.266 5.75 11.036 5.531 14.042-0.172 1.891-4.542 6.318-5.005 6.026-0.5-0.141 1.328-3.151 0.651-5.661-0.786-2.922-5.479-10.479-5.474-13.818 0-2.443 4.016-5.76 4.333-5.599zM15.255 0.005c0.448 0.078-0.677 3.031-0.047 6.391 0.542 2.891 7.333 14.073 7.057 17.906-0.224 2.411-5.797 8.057-6.385 7.682-0.641-0.177 1.693-4.010 0.828-7.208-1.005-3.729-6.984-13.37-6.979-17.625 0-3.115 5.12-7.344 5.526-7.146zM25.594 3.464c0.359 0.057-0.526 2.37-0.031 5.010 0.422 2.266 5.75 11.036 5.531 14.042-0.167 1.891-4.547 6.318-5.005 6.026-0.505-0.141 1.328-3.146 0.651-5.661-0.792-2.922-5.484-10.479-5.474-13.813 0-2.443 4.016-5.76 4.328-5.604z\"/>\n</svg>\n</li><li title=\"cib steemit \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M27.973 9.661c-1.285-1.287-2.828-2.287-4.531-2.937 0.964-2.823 4.369-3.855 4.369-3.855-5.203-2.479-11.031-3.348-16.733-2.484-3.052 0.604-5.803 2.245-7.787 4.641-2.141 2.457-3.204 5.676-2.959 8.932 0.251 3.249 1.792 6.271 4.281 8.38 0.797 0.683 2.579 1.74 2.609 1.797-1.172 2.968-4.907 3.781-4.907 3.781 3.563 2.047 7.495 3.369 11.568 3.885 1.844 0.233 3.713 0.26 5.563 0.067 3.208-0.38 6.192-1.843 8.453-4.161 2.416-2.375 3.787-5.615 3.801-9.005 0.016-3.391-1.328-6.645-3.724-9.041zM25.703 25.74c-1.875 1.776-4.281 2.891-6.848 3.172-1.579 0.167-3.167 0.161-4.74-0.021-1.932-0.265-3.828-0.781-5.625-1.536 0.86-0.803 1.541-1.776 2-2.86 0.219-0.568 0.193-1.197-0.068-1.745-1.76-3.624-0.989-7.968 1.901-10.771 3.781-3.661 9.803-3.629 13.547 0.079 3.683 3.844 3.609 9.927-0.167 13.683z\"/>\n</svg>\n</li><li title=\"cib stitcher \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M23.974 9.25h-0.479v13.5h0.479zM22.979 10.75h-0.479v10.5h0.479zM21.49 10.75h-21.49v10.5h21.49zM32 10.75h-6.010v10.5h6.010zM24.99 10.75h-0.479v10.5h0.479z\"/>\n</svg>\n</li><li title=\"cib storify \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M30.64 11.421c0.428 0.808 0.751 1.699 0.975 2.672 0.229 0.975 0.355 1.995 0.38 3.057 0.027 1.057-0.077 2.141-0.317 3.219-0.24 1.089-0.599 2.152-1.063 3.188-0.469 1.036-1.109 2.021-1.921 2.959-0.819 0.943-1.751 1.787-2.813 2.536-1.036 0.74-2.317 1.375-3.797 1.875-1.484 0.521-3.104 0.865-4.864 1.063l-0.396-0.963c0.099-0.016 0.219-0.057 0.396-0.115 0.188-0.063 0.5-0.183 0.964-0.401 0.479-0.204 0.916-0.443 1.359-0.724 0.443-0.276 0.923-0.656 1.443-1.156 0.537-0.5 0.98-1.043 1.36-1.62 0.38-0.599 0.697-1.323 0.959-2.204 0.26-0.88 0.4-1.817 0.4-2.817 0-0.963-0.119-1.844-0.38-2.683-0.255-0.837-0.599-1.536-1.020-2.161-0.417-0.599-0.896-1.176-1.396-1.719-0.5-0.536-1.021-1.057-1.521-1.536-0.521-0.479-0.979-0.979-1.421-1.464-0.423-0.479-0.781-1.020-1.043-1.62-0.26-0.599-0.395-1.219-0.395-1.88 0-1.177 0.479-2.197 1.395-3.036 0.943-0.864 2.219-1.281 3.865-1.281 0.479 0 0.959 0.036 1.459 0.14 0.5 0.1 1.099 0.277 1.781 0.579 0.681 0.303 1.323 0.683 1.937 1.141 0.624 0.457 1.281 1.119 1.963 1.937 0.677 0.828 1.303 1.781 1.86 2.859zM1.36 20.599c-0.428-0.807-0.751-1.697-0.975-2.672-0.224-0.973-0.355-1.995-0.38-3.057-0.027-1.057 0.083-2.135 0.317-3.219 0.245-1.088 0.595-2.151 1.063-3.181 0.469-1.037 1.109-2.021 1.921-2.964 0.819-0.937 1.751-1.787 2.813-2.532 1.036-0.739 2.317-1.38 3.797-1.88 1.484-0.525 3.104-0.885 4.864-1.083l0.396 0.948c-0.084 0.015-0.208 0.057-0.38 0.104-0.161 0.052-0.48 0.183-0.948 0.391-0.469 0.208-0.917 0.448-1.349 0.719-0.432 0.265-0.907 0.651-1.432 1.145-0.521 0.495-0.975 1.037-1.349 1.62-0.375 0.589-0.692 1.313-0.953 2.188-0.26 0.869-0.391 1.807-0.391 2.807 0 0.948 0.12 1.833 0.407 2.667 0.255 0.833 0.593 1.552 1.016 2.151 0.421 0.625 0.9 1.183 1.4 1.745 0.5 0.557 1.021 1.057 1.521 1.536 0.5 0.48 0.979 0.98 1.401 1.464 0.437 0.5 0.781 1.036 1.041 1.62 0.26 0.599 0.396 1.219 0.396 1.88 0 1.199-0.479 2.219-1.396 3.057-0.943 0.865-2.224 1.281-3.864 1.281-0.48 0-0.959-0.041-1.459-0.14-0.5-0.1-1.099-0.276-1.76-0.579-0.683-0.303-1.324-0.683-1.959-1.141-0.625-0.457-1.281-1.119-1.964-1.943-0.677-0.817-1.296-1.776-1.859-2.853z\"/>\n</svg>\n</li><li title=\"cib storybook \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M21.786 0.318l-0.161 3.615c-0.005 0.203 0.229 0.328 0.391 0.203l1.411-1.068 1.198 0.932c0.156 0.104 0.365 0 0.375-0.188l-0.135-3.677 1.776-0.135c0.922-0.063 1.708 0.672 1.708 1.599v28.802c0 0.917-0.766 1.646-1.682 1.599l-21.469-0.958c-0.833-0.036-1.505-0.708-1.531-1.547l-1-26.401c-0.052-0.885 0.62-1.646 1.505-1.693l17.599-1.109zM17.693 12.401c0 0.625 4.214 0.318 4.786-0.109 0-4.266-2.292-6.521-6.479-6.521-4.198 0-6.531 2.297-6.531 5.724 0 5.932 8 6.036 8 9.276 0 0.938-0.427 1.469-1.401 1.469-1.281 0-1.802-0.651-1.734-2.88 0-0.479-4.865-0.641-5.026 0-0.359 5.375 2.974 6.932 6.797 6.932 3.724 0 6.63-1.984 6.63-5.573 0-6.359-8.135-6.188-8.135-9.333 0-1.292 0.964-1.464 1.505-1.464 0.604 0 1.667 0.094 1.589 2.49z\"/>\n</svg>\n</li><li title=\"cib strapi \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M23.063 14.073c-0.094 0-0.182-0.026-0.26-0.073l-2.036-1.193c-0.161-0.089-0.255-0.26-0.255-0.443v-2.354c0-0.182 0.094-0.354 0.255-0.448l2.047-1.182c0.156-0.089 0.354-0.089 0.51 0l2.052 1.177c0.161 0.089 0.26 0.26 0.26 0.448v2.37c0 0.188-0.099 0.354-0.255 0.448l-2.047 1.182c-0.083 0.047-0.177 0.068-0.271 0.068zM21.542 12.068l1.526 0.896 1.531-0.885v-1.776l-1.531-0.88-1.536 0.885zM7.005 18.063c-0.542 0.010-0.74-0.714-0.26-0.974l1.792-1.031c0.25-0.172 0.589-0.094 0.74 0.167s0.047 0.594-0.224 0.724l-1.792 1.036c-0.078 0.047-0.167 0.073-0.255 0.078zM6.615 21.182c-0.547 0.021-0.74-0.719-0.255-0.969l3.438-1.969c0.25-0.167 0.583-0.089 0.734 0.172s0.047 0.589-0.224 0.719l-3.443 1.979c-0.078 0.042-0.161 0.063-0.25 0.068zM7.172 23.75c-0.542 0.005-0.729-0.714-0.255-0.969l4.156-2.328c0.25-0.167 0.589-0.083 0.734 0.177 0.146 0.266 0.042 0.594-0.229 0.724l-4.151 2.323c-0.078 0.047-0.167 0.073-0.255 0.073zM17.276 2.651l-2.552-1.547-12.891 7.458 0.026 2.13 4.875 2.813 3.187-1.818 0.693-3.391c0.031-0.146 0.12-0.271 0.25-0.344l11.219-6.458c0.161-0.094 0.354-0.094 0.516 0l8.37 4.844c0.161 0.094 0.26 0.26 0.26 0.448l-0.016 9.687c0 0.188-0.099 0.359-0.26 0.448l-11.099 6.375c-0.12 0.068-0.266 0.089-0.396 0.047l-3.37-0.948-3.156 1.833v5.599l1.844 1.068 12.891-7.458v-3l1.026-0.672v3.964c0 0.188-0.094 0.354-0.255 0.448l-13.401 7.755c-0.161 0.094-0.359 0.094-0.516 0l-2.365-1.359c-0.161-0.089-0.26-0.26-0.26-0.443v-6.193c0-0.182 0.099-0.349 0.255-0.443l3.604-2.094c0.12-0.073 0.266-0.094 0.401-0.052l3.375 0.953 10.661-6.115 0.016-9.094-7.859-4.547-10.76 6.203-0.703 3.37c-0.026 0.146-0.12 0.271-0.245 0.344l-3.635 2.089c-0.161 0.094-0.359 0.094-0.516 0l-5.391-3.099c-0.156-0.089-0.255-0.255-0.255-0.438l-0.042-2.74c-0.005-0.188 0.094-0.359 0.255-0.453l13.417-7.75c0.161-0.099 0.359-0.099 0.521 0l3.297 2z\"/>\n</svg>\n</li><li title=\"cib strava \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M20.516 23.927l-2.786-5.49h-4.083l6.87 13.563 6.865-13.563h-4.083zM13.953 10.974l3.781 7.464h5.563l-9.344-18.438-9.333 18.438h5.557z\"/>\n</svg>\n</li><li title=\"cib stripe s \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M13.706 9.663c0-1.394 1.162-1.931 3.025-1.931 2.713 0 6.156 0.831 8.869 2.294v-8.393c-2.956-1.181-5.906-1.631-8.863-1.631-7.231 0-12.050 3.775-12.050 10.087 0 9.869 13.55 8.269 13.55 12.525 0 1.65-1.431 2.181-3.419 2.181-2.95 0-6.763-1.219-9.756-2.844v8.031c3.079 1.329 6.396 2.017 9.75 2.025 7.413 0 12.519-3.188 12.519-9.6 0-10.637-13.625-8.731-13.625-12.744z\"/>\n</svg>\n</li><li title=\"cib stripe \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M8.25 10.435l-2.165 0.46-0.010 7.12c0 1.315 0.99 2.165 2.305 2.165 0.73 0 1.265-0.135 1.56-0.295v-1.69c-0.285 0.115-1.685 0.525-1.685-0.785v-3.16h1.685v-1.89h-1.685zM12.705 13.015l-0.135-0.655h-1.92v7.66h2.215v-5.155c0.525-0.69 1.41-0.555 1.695-0.465v-2.040c-0.3-0.105-1.335-0.3-1.855 0.655zM17.32 9.4l-2.23 0.475v1.81l2.23-0.475zM2.245 14.615c0-0.345 0.29-0.48 0.755-0.485 0.675 0 1.535 0.205 2.21 0.57v-2.090c-0.735-0.29-1.47-0.405-2.205-0.405-1.8 0-3 0.94-3 2.51 0 2.46 3.375 2.060 3.375 3.12 0 0.41-0.355 0.545-0.85 0.545-0.735 0-1.685-0.305-2.43-0.71v2c0.825 0.355 1.66 0.505 2.425 0.505 1.845 0 3.115-0.79 3.115-2.39 0-2.645-3.395-2.17-3.395-3.17zM32 16.28c0-2.275-1.1-4.070-3.21-4.070s-3.395 1.795-3.395 4.055c0 2.675 1.515 3.91 3.675 3.91 1.060 0 1.855-0.24 2.46-0.575v-1.67c-0.605 0.305-1.3 0.49-2.18 0.49-0.865 0-1.625-0.305-1.725-1.345h4.345c0.010-0.115 0.030-0.58 0.030-0.795zM27.605 15.44c0-1 0.615-1.42 1.17-1.42 0.545 0 1.125 0.42 1.125 1.42zM21.96 12.21c-0.87 0-1.43 0.41-1.74 0.695l-0.115-0.55h-1.955v10.24l2.22-0.47 0.005-2.51c0.32 0.235 0.795 0.56 1.57 0.56 1.59 0 3.040-1.16 3.040-3.98 0.005-2.58-1.465-3.985-3.025-3.985zM21.43 18.335c-0.52 0-0.83-0.19-1.045-0.42l-0.015-3.3c0.23-0.255 0.55-0.44 1.060-0.44 0.81 0 1.37 0.91 1.37 2.070 0.005 1.195-0.545 2.090-1.37 2.090zM15.095 20.020h2.23v-7.66h-2.23z\"/>\n</svg>\n</li><li title=\"cib stubhub \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M31.708 8.755l-31.427 2.109c-0.156 0.010-0.281 0.141-0.281 0.302v0.031l0.969 9.182v0.005c0 0.047 0.005 0.094 0.005 0.146 0 0.161-0.021 0.323-0.063 0.464l-0.453 1.458c-0.052 0.161 0.036 0.245 0.193 0.177l2.411-1c0 0 0.005 0 0.005 0h0.005c0.172-0.068 0.359-0.104 0.557-0.104h0.047l26.719 1.724c0.172 0 0.307-0.13 0.323-0.297l1.281-13.906v-0.026c0-0.151-0.12-0.266-0.266-0.266zM6.047 13.661h0.073c1.094 0 1.667 0.406 1.698 1.188v0.063h-0.688l-0.010-0.052c-0.036-0.349-0.365-0.516-1-0.516h-0.063c-0.641 0.010-0.958 0.203-0.958 0.578v0.104c0.010 0.073 0.042 0.135 0.094 0.182 0.073 0.063 0.156 0.115 0.255 0.146l1.604 0.542-0.010-0.010 0.016 0.005c0.24 0.078 0.453 0.219 0.615 0.411 0.141 0.182 0.234 0.417 0.234 0.667v0.156c0 0.385-0.188 0.719-0.484 0.927-0.313 0.24-0.766 0.359-1.328 0.359s-1-0.125-1.318-0.359v-0.005c-0.292-0.203-0.479-0.542-0.479-0.932v-0.094h0.688v0.068c0 0.198 0.083 0.339 0.276 0.464 0.198 0.12 0.479 0.182 0.839 0.182s0.656-0.063 0.849-0.182c0.198-0.12 0.297-0.266 0.297-0.464v-0.094c0-0.224-0.13-0.37-0.401-0.458l-1.599-0.536c-0.26-0.083-0.464-0.208-0.599-0.375-0.13-0.156-0.214-0.365-0.214-0.589v-0.115c0-0.823 0.536-1.245 1.615-1.255zM17.104 13.766h0.688v1.932h2.12v-1.927h0.693v4.625h-0.698v-2.026h-2.109v2.026h-0.693zM8.443 13.776h0.667v1.26h0.714v0.682h-0.714v1.188c0 0.276 0.073 0.49 0.224 0.646l-0.005 0.005c0.12 0.12 0.271 0.203 0.448 0.229h0.047v0.646l-0.063-0.005h-0.005c-0.354-0.021-0.672-0.172-0.906-0.411-0.271-0.281-0.406-0.656-0.406-1.109zM24.328 13.776h0.667v1.495c0.203-0.208 0.49-0.318 0.844-0.318 1.005 0 1.521 0.526 1.521 1.562v0.38c0 0.453-0.135 0.833-0.406 1.115s-0.646 0.417-1.115 0.417c-0.469 0-0.839-0.135-1.104-0.417-0.271-0.281-0.411-0.661-0.411-1.115v-3.115zM13.547 13.781h0.667v1.49c0.208-0.208 0.49-0.323 0.849-0.323 1.010 0 1.516 0.531 1.521 1.568v0.38c0 0.453-0.135 0.833-0.406 1.115s-0.646 0.417-1.109 0.417c-0.469 0-0.839-0.135-1.109-0.417s-0.411-0.661-0.411-1.115zM10.354 15.042h0.656v1.823c0 0.344 0.052 0.589 0.151 0.724 0.094 0.125 0.271 0.198 0.516 0.198h0.021c0.25 0 0.417-0.068 0.516-0.198s0.151-0.38 0.151-0.724h-0.005v-1.823h0.656v1.823c0 0.552-0.109 0.958-0.307 1.203-0.198 0.229-0.516 0.349-0.948 0.359h-0.156c-0.432-0.010-0.75-0.13-0.943-0.365-0.208-0.24-0.307-0.646-0.307-1.203zM21.125 15.042h0.656v1.823c0 0.344 0.052 0.589 0.151 0.724 0.094 0.125 0.266 0.198 0.516 0.198h0.031c0.24 0 0.406-0.068 0.505-0.198 0.099-0.135 0.151-0.38 0.151-0.724h-0.005v-1.823h0.656v1.823c0 0.552-0.115 0.969-0.307 1.203-0.198 0.229-0.516 0.349-0.948 0.359h-0.161c-0.432-0.010-0.75-0.13-0.948-0.365-0.203-0.24-0.302-0.646-0.302-1.203v-1.818zM15.063 15.604c-0.276 0-0.495 0.068-0.635 0.208-0.135 0.141-0.214 0.38-0.214 0.703v0.385c0 0.276 0.083 0.49 0.229 0.646 0.146 0.161 0.349 0.245 0.62 0.245s0.474-0.073 0.625-0.24c0.151-0.167 0.229-0.375 0.229-0.651v-0.375c0-0.333-0.078-0.568-0.219-0.708-0.146-0.141-0.354-0.214-0.635-0.214zM25.839 15.604c-0.276 0-0.495 0.068-0.63 0.208-0.141 0.141-0.214 0.38-0.214 0.703v0.385c0 0.276 0.078 0.49 0.219 0.646 0.141 0.161 0.359 0.245 0.625 0.245s0.474-0.078 0.625-0.24c0.156-0.161 0.229-0.38 0.229-0.651v-0.375c0-0.333-0.078-0.568-0.219-0.708-0.146-0.141-0.354-0.214-0.635-0.214z\"/>\n</svg>\n</li><li title=\"cib stumbleupon \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M31.431 16.625v4.356c0 3.881-3.144 7.025-7.025 7.025-3.863 0-7.025-3.113-7.025-6.956v-4.387l2.144 1 3.194-0.95v4.413c0 0.919 0.75 1.656 1.669 1.656s1.675-0.738 1.675-1.656v-4.5zM17.387 12.988l2.144 1 3.194-0.95v-2.225c0-3.781-3.194-6.813-7.006-6.813-3.8 0-7.006 3.012-7.006 6.762v10.15c0 0.931-0.75 1.669-1.669 1.669s-1.669-0.738-1.669-1.669v-4.288h-5.375v4.356c0 3.875 3.144 7.019 7.025 7.019 3.85 0 7.025-3.094 7.025-6.925v-10.019c0-0.919 0.75-1.669 1.669-1.669s1.669 0.75 1.669 1.669z\"/>\n</svg>\n</li><li title=\"cib styleshare \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M19.672 9.625c-1.516-0.005-2.74 1.219-2.734 2.734 0 0.604 0.193 1.182 0.552 1.651l3.505 4.885c0.411 0.714 0.161 1.656-0.552 2.094-0.719 0.417-1.656 0.167-2.099-0.552-0.411-0.708-0.193-1.62 0.5-2.068l0.052-0.026c0.276-0.193 0.359-0.552 0.167-0.828-0.109-0.167-0.297-0.271-0.495-0.276-0.099 0-0.198 0.031-0.276 0.083l-0.057 0.026c-1.266 0.802-1.682 2.484-0.88 3.75 0.797 1.271 2.479 1.688 3.75 0.885 1.266-0.802 1.682-2.479 0.88-3.75-0.052-0.083-0.109-0.141-0.135-0.224l-3.505-4.911c-0.135-0.234-0.203-0.5-0.193-0.771 0-0.854 0.688-1.516 1.516-1.516s1.521 0.688 1.521 1.516c0 0.526-0.276 0.995-0.719 1.297-0.031 0-0.031 0.026-0.057 0.026-0.276 0.198-0.359 0.552-0.161 0.828 0.109 0.167 0.302 0.25 0.495 0.276 0.099 0 0.193-0.026 0.276-0.078l0.052-0.031c1.271-0.797 1.688-2.484 0.885-3.75-0.495-0.792-1.359-1.271-2.286-1.271zM19.672 20.417c0.427 0 0.771-0.349 0.771-0.776 0-1.026-1.547-1.026-1.547 0 0 0.443 0.359 0.776 0.776 0.776zM19.672 11.583c-0.432 0-0.776 0.349-0.776 0.776 0 1.026 1.547 1.026 1.547 0-0.026-0.443-0.359-0.776-0.771-0.776zM16 0c-8.828 0-16 7.172-16 16s7.172 16 16 16c8.828 0 16-7.172 16-16s-7.172-16-16-16zM12.359 23.141c-1.927 0.010-3.5-1.542-3.505-3.469-0.005-1.406 0.833-2.682 2.125-3.229l-1.464-2.042c-1.13-1.573-0.771-3.755 0.776-4.859 1.542-1.104 3.75-0.771 4.854 0.776 1.104 1.542 0.771 3.75-0.776 4.854-0.214 0.156-0.443 0.286-0.688 0.385l1.516 2.156c1.083 1.589 0.661 3.755-0.938 4.823-0.557 0.396-1.219 0.604-1.901 0.604zM22.568 17.708c1.073 1.599 0.661 3.755-0.938 4.828-1.604 1.073-3.755 0.661-4.828-0.938-1.083-1.594-0.661-3.755 0.938-4.828 0.193-0.141 0.385-0.219 0.578-0.333l-1.49-2.036c-1.125-1.568-0.781-3.745 0.771-4.885 1.568-1.125 3.745-0.781 4.885 0.776 1.125 1.563 0.781 3.74-0.771 4.88-0.214 0.156-0.448 0.286-0.693 0.385zM11.005 13.104c-0.135-0.234-0.198-0.505-0.193-0.776 0-0.854 0.693-1.516 1.516-1.516 0.859 0 1.521 0.693 1.521 1.516 0 0.526-0.276 1.026-0.719 1.302l-0.052 0.026c-0.276 0.193-0.359 0.552-0.167 0.828 0.109 0.167 0.302 0.25 0.495 0.276 0.099 0 0.193-0.031 0.276-0.083l0.057-0.026c1.281-0.792 1.688-2.464 0.906-3.755-0.786-1.281-2.464-1.688-3.75-0.911-1.271 0.797-1.677 2.464-0.911 3.755 0.057 0.083 0.115 0.167 0.167 0.219l3.505 4.885c0.135 0.219 0.193 0.495 0.193 0.771 0 0.854-0.661 1.516-1.521 1.547-0.844 0-1.531-0.677-1.542-1.521 0-0.521 0.276-1.021 0.719-1.297l0.057-0.026c0.276-0.193 0.354-0.552 0.161-0.828-0.109-0.167-0.297-0.271-0.495-0.276-0.099 0-0.193 0.031-0.276 0.083l-0.057 0.026c-1.271 0.802-1.682 2.484-0.88 3.755 0.797 1.266 2.479 1.682 3.75 0.88 0.802-0.495 1.297-1.38 1.297-2.318 0-0.604-0.193-1.182-0.552-1.656zM12.359 20.417c0.411 0 0.771-0.333 0.771-0.776-0.042-0.99-1.505-0.99-1.547 0 0 0.443 0.333 0.776 0.776 0.776zM12.359 11.583c-0.417 0-0.76 0.328-0.776 0.745 0 0.417 0.333 0.776 0.745 0.776 0.417 0 0.776-0.333 0.776-0.745 0.016-0.422-0.323-0.771-0.745-0.776z\"/>\n</svg>\n</li><li title=\"cib stylus \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M18.229 11.813c-0.594-0.469-2.266 0.318-2.734 1.49-0.594 1.49-1.474 3.667-2.339 4.615-0.911 1.005-1 0.229-0.911-0.349 0.214-1.359 1.542-4.505 2.266-5.396-0.271-0.401-2.026-0.344-3.25 1.557-0.453 0.714-1.495 3.099-2.651 4.979-0.255 0.406-0.573 0.12-0.328-0.828 0.276-1.099 1.094-4.12 2.141-6.5 2.755-0.542 5.672-0.927 7.911-0.932 0.302-0.083 0.505-0.354 0-0.37-1.927-0.063-4.823 0.167-7.536 0.505 0.521-1.042 1.083-1.87 1.651-2.219-0.62-0.391-1.87-0.24-2.589 0.823-0.349 0.531-0.661 1.083-0.932 1.656-1.99 0.313-3.688 0.661-4.552 0.984-0.896 0.344-0.797 1.427-0.25 1.224 1.13-0.422 2.661-0.865 4.359-1.255-1.083 2.443-1.927 5.323-2.13 6.495-0.505 2.849 1.26 2.833 2.125 1.714 0.932-1.234 2.885-5.552 3.188-6.010 0.089-0.151 0.214-0.073 0.146 0.068-2.177 4.354-1.995 6.036-0.224 5.661 0.797-0.172 2.172-1.536 2.531-2.245 0.073-0.172 0.229-0.156 0.193-0.083-1.385 3.594-3.141 6.5-4.323 7.411-1.073 0.818-1.87-0.964 1.932-3.521 0.563-0.38 0.297-0.901-0.333-0.724-1.964 0.313-7.578 2.094-10.047 3.802-0.188 0.13-0.359 0.234-0.349 0.505 0.005 0.156 0.276 0.099 0.406 0.016 3.193-1.911 5.802-2.661 8.802-3.286 0.036 0.016 0.089 0.026 0.125 0.005 0.141-0.031 0.13 0.042 0.042 0.099-0.146 0.089-0.297 0.167-0.453 0.234-2.021 0.792-3.24 2.531-2.807 3.422 0.365 0.766 2.344 0.49 3.276-0.016 2.297-1.245 3.964-3.688 5.104-7.057 0.995-2.99 2.25-6.375 2.542-6.474zM4.927 21.458c0.833-0.99 0.927-2.016 0.286-3.922-0.406-1.203-1.083-2.13-0.589-2.88 0.531-0.797 1.656-0.026 0.719 1.042l0.188 0.13c1.125 0.13 1.677-1.411 0.839-1.849-2.214-1.156-4.151 1.068-3.297 3.641 0.365 1.089 0.88 2.245 0.464 3.167-0.359 0.786-1.052 1.25-1.516 1.266-0.969 0.052-0.323-2.172 0.792-2.724 0.099-0.047 0.234-0.115 0.104-0.276-1.375-0.156-2.182 0.479-2.646 1.365-1.349 2.578 2.568 3.536 4.656 1.042zM31.568 18.708c-3.734-0.49-11.792 0.161-15.349 1.109-1.057 0.276-0.766 0.833-0.229 0.729 0.010 0 0.24-0.057 0.245-0.057 2.922-0.568 10.010-1.068 14.146-0.276 0.5 0.089 1.99-1.401 1.188-1.505zM19.271 18.271c1.042-0.521 2.589-3.745 3.604-5.51 0.073-0.13 0.203-0.026 0.13 0.063-2.573 4.427-1.479 4.943-0.464 4.875 1.359-0.078 2.615-2.036 2.891-2.474 0.115-0.172 0.182-0.031 0.115 0.089-0.068 0.203-0.302 0.563-0.521 1.052-0.313 0.693 0.016 0.958 0.286 1.083 0.422 0.203 1.578 0.073 1.755-0.635-1.156-0.026 1.615-5.479 1.896-5.813-0.771-0.448-1.969 0.042-2.516 1.115-1.161 2.302-2.141 4.161-2.75 4.193-1.188 0.063 1.37-5.135 1.781-5.297-0.25-0.37-1.87-0.214-2.776 1.188-0.323 0.505-2.307 4.021-2.797 4.599-0.865 1.026-0.927 0.146-0.688-0.88 0.083-0.349 0.224-0.797 0.401-1.292 0.573-1.286 1.182-1.698 1.557-2.109 2.516-2.792 3.953-5.057 3.385-5.943-0.505-0.792-2.193-0.443-3.271 1.188-1.995 2.99-3.833 7.083-4.073 8.953-0.229 1.875 1.13 2.010 2.052 1.557zM29.104 13.875c0.318 0.781 0.797 1.552 0.51 2.24-0.234 0.583-0.542 0.828-0.885 0.885-0.479 0.078-0.349-1.427 0.474-1.875 0.073-0.036 0.177-0.234 0.078-0.349-1.042-0.057-1.625 0.438-1.943 1.099-0.922 1.932 2.083 2.458 3.557 0.563 0.583-0.755 0.609-1.505 0.047-2.865-0.359-0.865-0.901-1.505-0.563-2.078 0.37-0.599 1.245-0.078 0.589 0.724l0.146 0.083c0.854 0.047 1.203-1.089 0.552-1.375-1.714-0.734-3.318 1.115-2.563 2.948zM20.328 12.792c0.089-0.203 0.146-0.26 0.302-0.604 0.896-1.969 2.021-4.047 2.792-5.010 0.479-0.505 1.156 0.177-0.063 2.047-0.703 1.089-1.51 2.099-2.422 3.021v0.010c-0.224 0.25-0.427 0.464-0.521 0.583-0.063 0.083-0.135 0.068-0.089-0.047z\"/>\n</svg>\n</li><li title=\"cib sublime text \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16 27.885h12.698c0.797 0 1.458-0.448 1.458-1v-2.557c-0.333 0.333-0.859 0.542-1.458 0.542h-25.391c-0.594 0-1.125-0.208-1.464-0.542v2.557c0 0.547 0.656 1 1.464 1zM16 29.823h13.922c1.146 0 2.078-0.688 2.078-1.526 0-0.068-0.010-0.135-0.021-0.198l-2.141-22.682c-0.068-0.531-0.474-0.953-0.927-1.125l1.62 19.203v3.391c0 0.76-0.818 1.38-1.839 1.38h-25.385c-1.010 0-1.839-0.625-1.839-1.38v-3.391l1.62-19.203c-0.453 0.177-0.859 0.599-0.927 1.125l-2.141 22.672c-0.016 0.068-0.021 0.13-0.021 0.203 0 0.839 0.927 1.531 2.073 1.531zM28.51 3.953l-0.036-0.422c0-0.026 0-0.047-0.005-0.078l-0.010-0.094c-0.083-0.672-0.635-1.188-1.443-1.188h-22.036c-0.802 0-1.354 0.51-1.438 1.182l-0.005 0.099-0.005 0.078-0.042 0.422-1.635 19.547c0 0.547 0.651 1 1.453 1h25.396c0.802 0 1.453-0.453 1.458-1zM20.927 16.359c-0.354 0.932-1.167 1.599-2.057 2-0.969 0.448-2.047 0.62-3.109 0.635-1.125 0.016-2.26-0.099-3.354-0.359-0.557-0.125-1.13-0.276-1.656-0.505-0.474-0.208-0.859-0.677-0.849-1.208 0.010-0.536 0.396-0.99 0.891-1.182 0.516-0.208 1.010-0.12 1.516 0.057 1.12 0.391 2.307 0.552 3.495 0.51 0.672-0.021 1.849-0.38 1.661-1.422-0.042-0.234-0.224-0.557-0.458-0.776-0.188-0.182-0.573-0.359-0.823-0.427-0.552-0.151-1.12-0.26-1.677-0.385-1.13-0.245-1.729-0.432-2.729-1.042-0.88-0.521-1.073-0.859-1.208-1.651-0.177-1.031 0.328-1.854 1.161-2.479 1.859-1.411 3.641-1.365 5.839-0.964 0.542 0.104 1.188 0.193 1.661 0.479 0.464 0.281 0.729 0.849 0.526 1.38-0.188 0.5-0.667 0.573-1.182 0.521-0.552-0.063-0.781-0.208-1.302-0.307-1.099-0.198-1.5-0.365-2.557-0.068-0.417 0.12-0.984 0.521-0.771 1.042 0.177 0.438 0.839 0.578 1.234 0.682 1.083 0.292 1.932 0.625 3.010 0.943 1.010 0.292 1.776 0.854 2.406 1.745 0.563 0.792 0.682 1.885 0.344 2.792z\"/>\n</svg>\n</li><li title=\"cib subversion \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M32 27.672v-8.412c-4.38 1.729-9.817 3.412-16.307 5.052-6.048 1.527-11.277 2.625-15.693 3.297v0.063zM0 18.771v6.844c4.984-0.735 9.489-1.609 13.505-2.625 3.953-0.995 6.995-1.963 9.131-2.907 2.135-0.937 3.119-1.728 2.957-2.369-0.14-0.563-1.124-0.849-2.953-0.859-0.937 0.009-2.228 0.077-3.875 0.197-1.645 0.12-3.697 0.312-6.145 0.568-3.797 0.407-6.953 0.719-9.464 0.927-1.197 0.099-2.249 0.172-3.156 0.224zM1.38 22.703c0.079 0 0.151 0.037 0.213 0.095 0.063 0.063 0.095 0.135 0.095 0.224 0 0.083-0.032 0.156-0.095 0.224-0.063 0.057-0.14 0.083-0.219 0.083-0.041 0-0.083-0.005-0.124-0.021-0.037-0.015-0.068-0.041-0.1-0.067-0.031-0.021-0.052-0.057-0.068-0.1 0-0.020-0.020-0.057-0.020-0.119 0-0.079 0.041-0.161 0.099-0.219 0.063-0.063 0.141-0.084 0.245-0.084zM2.459 22.703c0.083 0 0.156 0.037 0.224 0.095 0.057 0.063 0.083 0.135 0.083 0.224 0 0.083-0.025 0.156-0.088 0.224-0.079 0.057-0.141 0.083-0.24 0.083-0.036 0-0.077-0.005-0.12-0.021-0.036-0.015-0.077-0.041-0.099-0.067-0.041-0.021-0.063-0.057-0.083-0.1-0.016-0.020-0.016-0.057-0.016-0.119 0-0.079 0.016-0.161 0.077-0.219 0.063-0.063 0.141-0.084 0.219-0.084zM1.38 20.693c0.079 0 0.151 0.025 0.213 0.093 0.063 0.057 0.095 0.131 0.095 0.219 0 0.083-0.032 0.156-0.095 0.219s-0.135 0.093-0.219 0.093c-0.088 0-0.161-0.031-0.224-0.093-0.057-0.063-0.093-0.136-0.093-0.219 0-0.088 0.021-0.167 0.083-0.224 0.057-0.063 0.141-0.093 0.22-0.093zM2.459 20.693c0.083 0 0.156 0.025 0.224 0.093 0.057 0.057 0.083 0.131 0.083 0.219 0 0.083-0.025 0.156-0.088 0.219-0.079 0.063-0.141 0.093-0.24 0.093s-0.156-0.031-0.219-0.093c-0.063-0.063-0.099-0.136-0.099-0.219 0-0.088 0.016-0.167 0.077-0.224 0.063-0.063 0.141-0.093 0.219-0.093zM32 6.131v6.416c-2.183 0.136-4.907 0.371-8.183 0.713-3.323 0.36-6.025 0.641-8.124 0.819-2.105 0.203-3.62 0.301-4.548 0.323-1.817 0.036-2.785-0.204-2.927-0.74-0.14-0.599 0.937-1.401 3.26-2.359 2.319-0.985 5.401-1.964 9.199-2.923 3.344-0.839 7.12-1.577 11.323-2.197zM30.86 4.328c-4.339 0.808-8.833 1.803-13.485 2.975-7.26 1.833-13.052 3.656-17.375 5.463v-8.437z\"/>\n</svg>\n</li><li title=\"cib superuser \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M27.818 19.307c-1.974 0.557-3.318 1.714-3.318 3.62v5.443c0 4.063-3.875 3.615-8.693 3.615h-0.74c-0.297 0-0.479-0.109-0.479-0.37v-1.865c0-0.26 0.161-0.375 0.464-0.375h0.599c2.88 0 4.901 0.635 4.901-1.677v-5.224c0-1.599 1.12-3.839 3.359-4.656 0.161-0.042 0.182-0.115 0.182-0.188 0-0.078-0.042-0.188-0.182-0.26-2.042-0.932-3.359-2.458-3.359-4.292v-5.896c0-2.276-2-4.552-4.88-4.552h-0.599c-0.302 0-0.443-0.109-0.443-0.37v-1.859c0-0.26 0.198-0.375 0.5-0.375h0.74c4.802 0 8.724 3.432 8.724 7.495v4.958c0 1.88 1.339 2.958 3.359 3.661 0.74 0.219 1.156 0.26 1.156 0.859v1.563c0.042 0.339-0.318 0.5-1.219 0.755zM10.792 31.958h-7.453c-0.302 0-0.453-0.073-0.453-0.333v-31.255c0-0.219 0.141-0.37 0.443-0.37h7.38c0.302 0 0.479 0.115 0.479 0.37v1.943c0 0.26-0.161 0.333-0.464 0.333h-3.297c-0.406 0-0.557 0.151-0.557 0.411v25.88c0 0.26 0.151 0.359 0.49 0.359h3.354c0.302 0 0.484 0.104 0.484 0.339v1.979c0.042 0.224-0.109 0.344-0.411 0.344zM17.292 14.583h-1.984c-0.479 0-0.854-0.375-0.854-0.786v-1.792c0-0.448 0.411-0.781 0.854-0.781h1.984c0.474 0 0.854 0.37 0.854 0.781v1.792c0 0.448-0.411 0.781-0.859 0.781z\"/>\n</svg>\n</li><li title=\"cib svelte \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M27.573 4.229c-2.927-4.25-8.656-5.479-13.068-2.802l-7.464 4.745c-2.042 1.281-3.443 3.365-3.854 5.734-0.365 1.969-0.047 4.005 0.891 5.776-0.641 0.964-1.073 2.052-1.266 3.198-0.427 2.406 0.13 4.885 1.547 6.88 2.932 4.24 8.646 5.474 13.068 2.828l7.469-4.75c2.031-1.281 3.427-3.365 3.839-5.734 0.359-1.964 0.042-3.995-0.896-5.755 1.984-3.115 1.88-7.12-0.266-10.12zM13.76 28.172c-2.401 0.625-4.938-0.318-6.349-2.359-0.865-1.198-1.182-2.677-0.932-4.146l0.146-0.708 0.135-0.438 0.401 0.266c0.88 0.667 1.865 1.146 2.917 1.469l0.271 0.094-0.031 0.266c-0.026 0.37 0.083 0.786 0.297 1.104 0.438 0.63 1.198 0.932 1.932 0.734 0.161-0.052 0.318-0.104 0.453-0.188l7.438-4.745c0.375-0.24 0.615-0.599 0.708-1.026 0.083-0.443-0.026-0.896-0.266-1.255-0.443-0.615-1.198-0.891-1.932-0.708-0.161 0.057-0.333 0.12-0.469 0.203l-2.813 1.786c-2.661 1.583-6.099 0.839-7.865-1.708-0.859-1.198-1.198-2.693-0.938-4.146 0.26-1.438 1.12-2.698 2.365-3.469l7.422-4.745c0.469-0.292 0.974-0.505 1.521-0.667 2.401-0.625 4.932 0.318 6.349 2.349 1 1.406 1.281 3.203 0.76 4.849l-0.135 0.443-0.385-0.266c-0.891-0.651-1.88-1.146-2.932-1.469l-0.266-0.078 0.026-0.266c0.026-0.391-0.083-0.802-0.297-1.12-0.438-0.63-1.198-0.896-1.932-0.708-0.161 0.052-0.318 0.104-0.453 0.188l-7.453 4.786c-0.375 0.25-0.615 0.599-0.693 1.036-0.078 0.427 0.026 0.896 0.266 1.24 0.427 0.63 1.203 0.896 1.922 0.708 0.172-0.052 0.333-0.104 0.464-0.188l2.844-1.813c0.464-0.307 0.984-0.531 1.516-0.677 2.417-0.63 4.938 0.318 6.349 2.359 0.865 1.198 1.198 2.677 0.958 4.13-0.25 1.438-1.099 2.698-2.333 3.469l-7.438 4.734c-0.484 0.292-1.005 0.521-1.547 0.677z\"/>\n</svg>\n</li><li title=\"cib svg \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16 0c-1.995 0-3.667 1.287-4.328 2.896-0.24 0.599-0.349 1.24-0.317 1.885-0.437-0.475-0.969-0.855-1.557-1.109-0.62-0.256-1.287-0.369-1.953-0.344-1.188 0.036-2.313 0.521-3.156 1.36-1.412 1.411-1.683 3.5-1.016 5.109 0.235 0.572 0.625 1.088 1.088 1.536-0.635-0.016-1.276 0.099-1.864 0.339-1.609 0.661-2.896 2.333-2.896 4.328s1.287 3.667 2.896 4.328c0.577 0.245 1.229 0.333 1.885 0.317-0.479 0.448-0.869 0.975-1.109 1.557-0.667 1.609-0.396 3.699 1.016 5.109 1.411 1.412 3.5 1.683 5.109 1.016 0.577-0.24 1.104-0.631 1.557-1.109-0.021 0.656 0.072 1.308 0.317 1.885 0.661 1.609 2.333 2.896 4.328 2.896s3.667-1.287 4.328-2.896c0.24-0.599 0.349-1.24 0.317-1.885 0.453 0.475 0.975 0.869 1.557 1.109 1.609 0.667 3.699 0.396 5.109-1.016 1.412-1.411 1.683-3.5 1.016-5.109-0.255-0.588-0.635-1.12-1.109-1.557 0.645 0.032 1.287-0.077 1.885-0.317 1.609-0.661 2.896-2.333 2.896-4.328s-1.287-3.667-2.896-4.328c-0.599-0.24-1.24-0.344-1.885-0.317 0.479-0.448 0.869-0.975 1.109-1.557 0.667-1.609 0.396-3.699-1.016-5.109-0.843-0.839-1.968-1.324-3.156-1.36-0.667-0.025-1.333 0.088-1.953 0.344-0.577 0.24-1.104 0.631-1.557 1.109 0.032-0.645-0.077-1.287-0.317-1.885-0.661-1.609-2.333-2.896-4.328-2.896zM15.948 2.151c2.281-0.052 3.464 2.709 1.849 4.328v5.193l3.667-3.672c0-2.26 2.733-3.391 4.328-1.792 1.599 1.595 0.468 4.328-1.792 4.328l-3.672 3.667h5.193c1.599-1.593 4.328-0.463 4.328 1.797s-2.729 3.391-4.328 1.797h-5.193l3.672 3.667c2.26 0 3.391 2.733 1.792 4.328-1.595 1.599-4.328 0.468-4.328-1.792l-3.667-3.672v5.193c1.593 1.599 0.463 4.328-1.797 4.328s-3.391-2.729-1.797-4.328v-5.193l-3.667 3.672c0 2.26-2.733 3.391-4.328 1.792-1.599-1.595-0.468-4.328 1.792-4.328l3.672-3.667h-5.193c-1.599 1.593-4.328 0.463-4.328-1.797s2.729-3.391 4.328-1.797h5.193l-3.672-3.667c-2.26 0-3.391-2.733-1.792-4.328 1.595-1.599 4.328-0.468 4.328 1.792l3.667 3.672v-5.193c-1.577-1.577-0.489-4.281 1.745-4.328z\"/>\n</svg>\n</li><li title=\"cib swagger \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16 0c-8.823 0-16 7.177-16 16s7.177 16 16 16c8.823 0 16-7.177 16-16s-7.177-16-16-16zM16 1.527c7.995 0 14.473 6.479 14.473 14.473s-6.479 14.473-14.473 14.473c-7.995 0-14.473-6.479-14.473-14.473s6.479-14.473 14.473-14.473zM11.161 7.823c-0.188-0.005-0.375 0-0.568 0.005-1.307 0.079-2.093 0.693-2.312 1.964-0.151 0.891-0.125 1.796-0.188 2.692-0.020 0.464-0.067 0.928-0.156 1.38-0.177 0.813-0.525 1.068-1.353 1.109-0.111 0.011-0.22 0.032-0.324 0.057v1.948c1.5 0.073 1.704 0.605 1.823 2.172 0.048 0.573-0.015 1.147 0.021 1.719 0.027 0.543 0.099 1.079 0.208 1.6 0.344 1.432 1.745 1.911 3.433 1.624v-1.713c-0.272 0-0.511 0.005-0.74 0-0.579-0.016-0.792-0.161-0.844-0.713-0.079-0.713-0.057-1.437-0.099-2.156-0.089-1.339-0.235-2.651-1.541-3.5 0.672-0.495 1.161-1.084 1.312-1.865 0.109-0.547 0.177-1.099 0.219-1.651s-0.025-1.12 0.021-1.667c0.077-0.885 0.135-1.249 1.197-1.213 0.161 0 0.317-0.021 0.495-0.036v-1.745c-0.213 0-0.411-0.005-0.604-0.011zM21.287 7.839c-0.365-0.011-0.729 0.016-1.089 0.079v1.697c0.329 0 0.584 0 0.833 0.005 0.439 0.005 0.772 0.177 0.813 0.661 0.041 0.443 0.041 0.891 0.083 1.339 0.089 0.896 0.136 1.796 0.292 2.677 0.136 0.724 0.636 1.265 1.255 1.713-1.088 0.729-1.411 1.776-1.463 2.953-0.032 0.801-0.052 1.615-0.093 2.427-0.037 0.74-0.297 0.979-1.043 0.995-0.208 0.011-0.411 0.027-0.64 0.041v1.74c0.432 0 0.833 0.027 1.235 0 1.239-0.073 1.995-0.677 2.239-1.885 0.104-0.661 0.167-1.333 0.183-2.005 0.041-0.615 0.036-1.235 0.099-1.844 0.093-0.953 0.532-1.349 1.484-1.411 0.089-0.011 0.177-0.032 0.267-0.057v-1.953c-0.161-0.021-0.271-0.037-0.391-0.041-0.713-0.032-1.068-0.272-1.251-0.948-0.109-0.433-0.177-0.876-0.197-1.324-0.052-0.823-0.047-1.656-0.099-2.479-0.109-1.588-1.063-2.339-2.516-2.38zM12.099 14.875c-1.432 0-1.536 2.109-0.115 2.245h0.079c0.609 0.036 1.131-0.427 1.167-1.037v-0.061c0.011-0.62-0.484-1.136-1.104-1.147zM15.979 14.875c-0.593-0.020-1.093 0.448-1.115 1.043 0 0.036 0 0.067 0.005 0.104 0 0.672 0.459 1.099 1.147 1.099 0.677 0 1.104-0.443 1.104-1.136-0.005-0.672-0.459-1.115-1.141-1.109zM19.927 14.875c-0.624-0.011-1.145 0.485-1.167 1.115 0 0.625 0.505 1.131 1.136 1.131h0.011c0.567 0.099 1.135-0.448 1.172-1.104 0.031-0.609-0.521-1.141-1.152-1.141z\"/>\n</svg>\n</li><li title=\"cib swarm \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16.489 11.672l0.005-0.005c-0.041-0.079-0.183-0.401-0.213-0.484v-0.005c-4.511-9.213-14.532-8.885-16.109-4.765-1.213 3.167 4.093 10.703 16.317 5.26zM13.197 25.64c-0.791-1.791-1.228-3.728-1.276-5.676-1.281 1.984-2.249 3.984-2.9 5.468-0.032 0.063-0.505 1.245-0.641 1.604-0.172 0.437 0.057 0.98 0.511 1.136 0.364 0.14 1.552 0.563 1.625 0.599 1.52 0.5 3.624 1.125 5.943 1.505-1.38-1.323-2.48-2.901-3.261-4.661zM18.521 10.823c6.905-3.073 5.943-8.411 4.156-9.099-2.407-0.927-6.776 2.631-4.276 8.823 0.020 0.047 0.12 0.229 0.12 0.276zM31.219 17.584v-0.011c-1.047-2.355-2.968-4.037-5.197-4.833-0.224-0.084-0.453-0.12-0.677-0.12-1.161 0-2.276 0.964-2.38 2.167-0.183 2.011 0.219 4.052 1.099 6.020 0.859 1.948 2.088 3.589 3.667 4.797 0.411 0.317 0.911 0.479 1.416 0.479 0.901 0 1.808-0.479 2.161-1.337 0.923-2.204 0.964-4.781-0.088-7.161zM25.973 27.891h-0.004c-1.928-1.479-3.459-3.469-4.548-5.907-1.099-2.479-1.552-4.984-1.339-7.448 0.063-0.687 0.261-1.348 0.589-1.952l-0.188 0.047c-1.015 0.249-2 0.692-2.869 1.271-1.271 0.833-2.385 2.068-2.869 3.525-0.131 0.396-0.224 0.828-0.256 1.24-0.156 1.973 0.167 4.016 1.027 5.953 0.833 1.869 2.083 3.427 3.583 4.62 0.912 0.729 2.557 1.181 3.907 1.181 1.265 0 2.516-0.359 3.64-0.937 0.349-0.181 1.12-0.656 1.167-0.697-0.667-0.161-1.296-0.459-1.839-0.88z\"/>\n</svg>\n</li><li title=\"cib swift \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M29.312 21.797c0.073-0.152 0.073-0.297 0.152-0.448 1.791-7.032-2.469-15.256-9.797-19.589 3.213 4.333 4.484 9.495 3.364 14.131-0.072 0.375-0.224 0.823-0.375 1.197-0.203-0.115-0.405-0.239-0.599-0.375 0 0-7.251-4.484-15.027-12.339-0.224-0.224 4.188 6.281 9.12 11.443-2.317-1.348-8.896-6.057-13.011-9.869 0.448 0.817 1.125 1.64 1.797 2.464 3.437 4.411 7.927 9.796 13.308 13.905-3.813 2.323-9.12 2.469-14.505 0-1.344-0.593-2.469-1.344-3.74-2.239 2.245 3.515 5.76 6.728 9.948 8.448 5.011 2.171 10.093 2.020 13.755 0h0.079c0.145-0.073 0.297-0.152 0.448-0.297 1.792-0.901 5.307-1.869 7.249 1.869 0.527 1.047 1.495-3.812-2.167-8.301z\"/>\n</svg>\n</li><li title=\"cib symantec \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M30.505 0v0.984h0.979v-0.984zM30.505 0.984h-0.984v0.985h0.984zM30.505 1.969v0.984h0.979v-0.984zM29.521 1.969h-1.975v0.984h-0.979v1.968h-0.984v0.985h-1.975v0.968c-2.527-2.063-5.683-3.187-8.943-3.181-7.817 0-14.151 6.333-14.151 14.156 0 7.812 6.333 14.151 14.151 14.151s14.151-6.339 14.151-14.151c0-3.417-1.203-6.543-3.213-8.989h0.959v-0.985h0.989v-1.968h0.979v-0.985h0.991v-0.984h-0.991v-0.984h0.991zM25.584 4.921v-0.984h-0.991v0.984zM14.667 8.203c1.917 0 3.787 0.573 5.375 1.641h-0.369v0.984h-0.984c-2.568 3.213-3.219 4.625-4.24 7.219-1.161-2.349-2.552-3.968-4.953-5.041l-0.025-0.011c-0.433-0.109-0.657-0.167-0.953 0.256-0.308 0.432-0.125 0.817 0.239 1.276 0.261 0.312 0.521 0.624 0.781 0.937 0.729 0.859 1.464 1.719 2.011 2.713 0.547 0.979 1.172 2.359 1.656 3.427 0.303 0.656 0.543 1.193 0.683 1.453 0.292 0.541 1 0.781 1.271 0.781 1.317-0.156 1.443-0.776 1.656-1.844l0.079-0.349c0.448-2.099 1.027-4.271 3.765-6.88v-0.979h0.984v-0.984h0.985v-0.396c1.099 1.604 1.687 3.5 1.681 5.443 0 5.317-4.323 9.635-9.64 9.635s-9.599-4.317-9.599-9.635c0-5.323 4.281-9.641 9.599-9.641z\"/>\n</svg>\n</li><li title=\"cib symfony \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M32 16c0 8.839-7.161 16-16 16s-16-7.161-16-16c0-8.839 7.161-16 16-16s16 7.161 16 16zM22.995 5.917c-1.625 0.056-3.041 0.952-4.099 2.192-1.172 1.36-1.948 2.973-2.511 4.615-1-0.817-1.771-1.885-3.38-2.349-1.292-0.396-2.688-0.135-3.755 0.688-0.548 0.427-0.944 1.011-1.147 1.672-0.479 1.568 0.511 2.968 0.959 3.468l0.984 1.052c0.199 0.204 0.693 0.745 0.448 1.516-0.255 0.844-1.265 1.385-2.307 1.068-0.464-0.141-1.131-0.489-0.98-0.975 0.063-0.203 0.204-0.348 0.281-0.52 0.068-0.147 0.104-0.261 0.125-0.323 0.188-0.62-0.068-1.428-0.735-1.631-0.62-0.193-1.249-0.041-1.5 0.755-0.276 0.907 0.156 2.548 2.48 3.267 2.724 0.833 5.020-0.647 5.348-2.579 0.204-1.208-0.344-2.109-1.344-3.26l-0.817-0.907c-0.495-0.489-0.661-1.333-0.151-1.979 0.432-0.548 1.047-0.776 2.052-0.505 1.473 0.401 2.125 1.416 3.219 2.239-0.453 1.48-0.751 2.964-1.016 4.297l-0.161 0.995c-0.781 4.093-1.375 6.344-2.927 7.636-0.313 0.219-0.76 0.552-1.427 0.577-0.355 0.005-0.475-0.233-0.475-0.343-0.011-0.245 0.199-0.36 0.339-0.469 0.203-0.109 0.521-0.303 0.495-0.901-0.021-0.708-0.609-1.323-1.459-1.296-0.635 0.020-1.604 0.619-1.567 1.713 0.036 1.135 1.093 1.984 2.681 1.927 0.855-0.027 2.751-0.375 4.62-2.599 2.177-2.547 2.787-5.469 3.245-7.609l0.511-2.819c0.285 0.032 0.588 0.053 0.921 0.063 2.708 0.057 4.063-1.348 4.083-2.369 0.016-0.62-0.405-1.229-0.989-1.213-0.515 0.016-0.959 0.369-1.077 0.875-0.125 0.568 0.864 1.084 0.093 1.584-0.547 0.353-1.531 0.604-2.912 0.4l0.251-1.391c0.516-2.635 1.145-5.875 3.547-5.952 0.177-0.011 0.817 0.004 0.828 0.427 0.005 0.14-0.025 0.183-0.192 0.5-0.157 0.208-0.235 0.464-0.224 0.719 0.020 0.672 0.531 1.115 1.276 1.088 0.989-0.031 1.271-1 1.26-1.495-0.041-1.167-1.271-1.896-2.896-1.848z\"/>\n</svg>\n</li><li title=\"cib synology \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M23.86 15.901c0-0.713 0.181-1.412 0.525-2.037l-0.011 0.021c0.323-0.625 0.823-1.136 1.432-1.479l0.021-0.005c0.62-0.339 1.323-0.516 2.032-0.511h0.061c1.193 0 2.172 0.385 2.933 1.161 0.76 0.771 1.14 1.751 1.145 2.937 0 1.193-0.385 2.177-1.156 2.969-0.771 0.787-1.74 1.177-2.912 1.177-0.755 0-1.463-0.183-2.093-0.505l0.025 0.015c-0.629-0.312-1.151-0.807-1.489-1.427l-0.005-0.016c-0.339-0.629-0.509-1.396-0.509-2.301zM25.984 16.016c0 0.787 0.183 1.391 0.557 1.796 0.729 0.839 2.032 0.844 2.756 0h0.005c0.364-0.411 0.547-1.020 0.547-1.807 0-0.792-0.183-1.38-0.547-1.792-0.729-0.833-2.027-0.839-2.756 0h-0.005c-0.369 0.412-0.557 1.011-0.557 1.797zM23.849 19.932h-2.079v-4.015c0-0.849-0.041-1.396-0.131-1.647-0.083-0.235-0.233-0.437-0.437-0.583h-0.005c-0.208-0.136-0.448-0.209-0.692-0.209h-0.052c-0.36 0-0.699 0.109-0.969 0.303h0.005c-0.281 0.183-0.489 0.448-0.593 0.765v0.011c-0.115 0.328-0.161 0.927-0.161 1.812v3.563h-2.068v-7.896h1.917v1.157c0.692-0.876 1.556-1.308 2.604-1.308h0.025c0.448 0 0.875 0.088 1.265 0.251l-0.020-0.005c0.344 0.14 0.635 0.353 0.859 0.629l0.005 0.005c0.188 0.251 0.328 0.541 0.407 0.86v0.015c0.077 0.371 0.12 0.797 0.12 1.229v0.172zM8.552 12.036h2.203l1.885 5.604 1.833-5.604h2.147l-2.756 7.595-0.504 1.38c-0.141 0.38-0.319 0.739-0.537 1.077l0.016-0.020c-0.151 0.229-0.339 0.427-0.563 0.588l-0.005 0.005c-0.229 0.151-0.489 0.271-0.771 0.344l-0.021 0.005c-0.307 0.083-0.667 0.135-1.031 0.135h-0.032c-0.411-0.005-0.817-0.052-1.213-0.14l0.037 0.005-0.172-1.641c0.26 0.063 0.568 0.1 0.88 0.104 0.479 0 0.839-0.14 1.068-0.421 0.244-0.323 0.421-0.688 0.525-1.079l0.005-0.020zM0 16.385l2.125-0.197c0.129 0.713 0.391 1.239 0.781 1.572 0.385 0.339 0.916 0.505 1.588 0.5 0.703 0 1.235-0.145 1.593-0.443 0.36-0.296 0.537-0.651 0.537-1.047v-0.031c0-0.229-0.079-0.453-0.224-0.631-0.151-0.177-0.412-0.333-0.787-0.464-0.255-0.099-0.844-0.249-1.751-0.484-1.176-0.287-1.995-0.645-2.463-1.073-0.636-0.541-1-1.339-1-2.171v-0.043c0-0.572 0.177-1.104 0.473-1.547l-0.005 0.011c0.328-0.495 0.792-0.88 1.339-1.104l0.021-0.005c0.588-0.245 1.297-0.375 2.135-0.375 1.36 0 2.381 0.301 3.073 0.9 0.688 0.609 1.047 1.407 1.079 2.412l-2.199 0.073c-0.099-0.552-0.291-0.953-0.604-1.199-0.307-0.244-0.771-0.369-1.375-0.369-0.636 0-1.136 0.131-1.489 0.401-0.219 0.145-0.349 0.391-0.349 0.651v0.016c0 0.271 0.125 0.505 0.323 0.656v0.005c0.271 0.235 0.943 0.479 2.011 0.724 1.063 0.249 1.849 0.515 2.36 0.787 0.495 0.265 0.9 0.64 1.187 1.104l0.011 0.011c0.287 0.457 0.432 1.047 0.432 1.739 0 0.651-0.192 1.261-0.525 1.765l0.005-0.009c-0.349 0.547-0.849 0.963-1.443 1.213l-0.021 0.005c-0.636 0.26-1.423 0.396-2.365 0.396-1.369 0-2.427-0.319-3.161-0.959-0.739-0.647-1.172-1.573-1.317-2.792z\"/>\n</svg>\n</li><li title=\"cib t mobile \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M18.297 1.536h0.771c4.989 0 7.312 2.609 8.281 9.568l1.547-0.068-0.208-11.036h-25.376l-0.249 11.036 1.484 0.068c0.26-2.609 0.568-4.016 1.24-5.416 1.183-2.609 3.651-4.152 6.692-4.152h1.079v24.016c0 2.541-0.151 3.344-0.771 3.948-0.516 0.469-1.541 0.667-2.729 0.667h-1.183v1.604h14.104v-1.604h-1.187c-1.177 0-2.213-0.197-2.724-0.667-0.615-0.604-0.771-1.407-0.771-3.948v-24.016zM2.667 14.5h6.505v6.495h-6.505zM22.579 14.5h6.504v6.495h-6.504z\"/>\n</svg>\n</li><li title=\"cib tableau \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M15.536 0.235v2.937h-2.624v0.771h2.624v2.937h0.933v-2.937h2.624v-0.771h-2.624v-2.937zM23.579 3.251v4.328h-3.943v1.233h3.943v4.251h1.391l0.009-2.109 0.032-2.099 1.953-0.032 1.943-0.011v-1.233h-3.937v-4.328zM7.036 3.328v4.256h-3.984v1.228h3.984v4.256h1.313v-4.256h4.015v-1.233h-4.015v-4.251zM15.151 10.355v4.791h-4.405v1.584h4.405v4.797h1.709v-4.797h4.411v-1.584h-4.411v-4.791zM28.115 12.421v2.959h-2.688v1.084h2.688v3.015h1.183v-3.015h2.703v-1.084h-2.703v-2.959zM2.631 12.593v2.901h-2.631v0.828h2.631v2.928h0.891v-2.928h2.667v-0.828h-2.709v-2.901zM23.579 18.62v4.339h-4.027v1.235h4.027v4.285h1.427v-4.285h3.979v-1.235h-3.979v-4.339zM6.959 18.631v4.328h-3.943v1.235h3.943v4.255h1.468v-4.255h3.937v-1.235h-3.937v-4.333h-0.733zM15.38 24.735v2.937h-2.625v1.077h2.625v3.016h1.24l0.016-1.489 0.020-1.527h2.631v-1.077h-2.667v-2.937z\"/>\n</svg>\n</li><li title=\"cib tails \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M28.473 14.88v5.308c0 0.167-0.109 0.208-0.239 0.099l-2.708-2.245c-0.147-0.124-0.229-0.301-0.245-0.495v-0.667l-0.844-0.687c-0.907-0.74-1.635-2.235-1.635-3.333 0-1.1 0.728-1.381 1.635-0.641l0.844 0.693v-0.672c0-0.161 0.109-0.204 0.245-0.095l2.708 2.24c0.129 0.109 0.239 0.333 0.239 0.495zM24.484 13.197c-0.479-0.395-0.864-0.244-0.864 0.333 0 0.584 0.385 1.371 0.864 1.767l0.797 0.651v-2.104zM28.271 26.579l0.016-0.011c0.016-0.016 0.036-0.032 0.052-0.052l0.005-0.005c0.016-0.016 0.025-0.037 0.041-0.057l0.011-0.021c0.005-0.016 0.016-0.036 0.020-0.057l0.005-0.011c0.011-0.025 0.016-0.047 0.021-0.072v-0.021l0.005-0.036v-0.204l-6.964-5.703 0.032-17.213-0.199-0.151h-0.005l-0.047-0.032c-0.005-0.005-0.015-0.011-0.025-0.015l-0.043-0.011c-0.009-0.005-0.025-0.016-0.041-0.016l-0.031-0.005c-0.021-0.005-0.037-0.011-0.052-0.011h-0.005l-0.032 0.005c-0.015 0-0.031 0-0.052 0l-0.036 0.011c-0.016 0.005-0.031 0.011-0.041 0.016-0.016 0.005-0.027 0.011-0.043 0.015l-0.036 0.021c-0.005 0.005-0.011 0.005-0.021 0.011-0.015 0.005-0.031 0.011-0.047 0.020l-4.588 2.297 0.959 0.76 0.036 13.428-6.995-5.761-0.005-6.989-0.005-6.271v-0.016c0-0.015 0-0.031-0.005-0.047 0-0.011 0-0.025-0.005-0.036l-0.011-0.041c-0.004-0.011-0.009-0.032-0.020-0.043v-0.015l-0.016-0.021c-0.011-0.011-0.016-0.025-0.025-0.036l-0.027-0.032c-0.025-0.031-0.063-0.063-0.099-0.083-0.011-0.011-0.021-0.016-0.032-0.021-0.015-0.005-0.025-0.016-0.041-0.016-0.025-0.009-0.052-0.020-0.083-0.020l-0.048-0.005-0.025-0.005h-0.011c-0.016 0-0.031 0.005-0.047 0.005-0.016 0.005-0.027 0.005-0.041 0.011-0.011 0-0.027 0.005-0.037 0.011-0.015 0.004-0.031 0.009-0.047 0.015l-5.776 2.891-0.020 0.016c-0.037 0.021-0.073 0.047-0.105 0.079-0.025 0.031-0.052 0.067-0.067 0.104-0.016 0.025-0.027 0.052-0.032 0.083-0.011 0.027-0.011 0.057-0.015 0.084 0 0.009 0 0.020 0 0.025l0.004 13.48v0.025l0.005 0.011c0 0.021 0.005 0.041 0.005 0.063l0.005 0.011 0.005 0.015c0.005 0.021 0.016 0.047 0.027 0.068v0.005c0.015 0.021 0.025 0.041 0.041 0.068l0.020 0.020c0.011 0.016 0.027 0.027 0.043 0.043l0.005 0.005c0.005 0.004 0.009 0.009 0.015 0.009 0 0 0 0.005 0.005 0.005l6.265 5.213-0.14 3.563v0.052l0.005 0.037v0.015c0 0.011 0.005 0.016 0.005 0.021s0.005 0.011 0.005 0.016v0.005l0.005 0.015c0.005 0.016 0.015 0.037 0.020 0.052v0.005c0.016 0.021 0.027 0.043 0.043 0.063l0.009 0.011 0.005 0.011c0.016 0.016 0.032 0.031 0.052 0.052h0.005l0.005 0.005v0.005l7.093 5.615c0.131 0.104 0.313 0.124 0.464 0.047l10.656-5.333c0.021-0.016 0.043-0.027 0.063-0.041zM7.303 14.645l-2.209-1.703v1.464l1.125 0.781-1.859 0.932-0.005-12.5 2.9-1.459 0.032 3.193-2.063-1.652v1.469l2.073 1.645 0.031 1.579-2.125-1.703v1.468l2.136 1.699-0.011 1.713-2.093-1.677v1.464l2.104 1.676 0.016 1.584zM11.875 22.697l-7.077-5.823 4.891-2.448 7.077 5.824zM8.161 1.708l0.979-0.489 0.105 12.453-0.975 0.489zM11.489 11.193v-2.12l1.745 1.364v2.125zM13.235 8.755l-1.745-1.364v-2.12l1.745 1.365zM14.693 7.755c0.671 0.86 1.364 2.543 1.364 4.1 0 1.552-0.693 2.077-1.364 1.812z\"/>\n</svg>\n</li><li title=\"cib tapas \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M10.229 2.079c0.375-0.177 0.719-0.448 1.077-0.683 0.339-0.219 0.72-0.584 1.193-0.437 0.136 0.391-0.219 0.667-0.443 0.88-0.719 0.683-1.536 1.301-2.292 1.943-2.557 2.156-5.145 4.271-7.765 6.349-0.26 0.213-0.536 0.411-0.817 0.593-0.245 0.156-0.604 0.479-0.943 0.219 0.093-0.448 0.405-0.755 0.681-1.036 0.281-0.287 0.552-0.595 0.839-0.88-0.333-0.568-0.629-1.095-0.885-1.699-0.244-0.599-0.505-1.297-0.505-2.073-0.005-1.479 0.844-2.724 1.787-3.572 0.964-0.871 2.251-1.595 3.751-1.672 2.115-0.115 3.339 0.937 4.323 2.068zM16.912 26.183v0.26c-0.376 0.016-0.715-0.011-1.063-0.021v-0.265c0.369-0.011 0.713 0.011 1.063 0.027zM14.792 26.183v0.26c-0.38-0.016-0.699 0.031-1.057 0.027v-0.267c0.348-0.020 0.703-0.031 1.057-0.020zM19.027 26.245c-0.011 0.093 0.015 0.213-0.021 0.265-0.339-0.027-0.693-0.032-1.041-0.041v-0.267c0.369 0.005 0.724 0.011 1.063 0.043zM12.677 26.245v0.265c-0.371 0.005-0.688 0.052-1.063 0.041v-0.26c0.375 0 0.688-0.047 1.063-0.047zM20.083 26.292c0.339 0.047 0.724 0.036 1.057 0.083 0.016 0.115-0.020 0.172-0.020 0.271-0.339-0.047-0.724-0.041-1.057-0.093 0.016-0.083 0.025-0.172 0.020-0.26zM10.557 26.38v0.265c-0.344 0.027-0.688 0.063-1.036 0.089-0.032-0.068-0.027-0.172-0.021-0.265 0.355-0.032 0.693-0.073 1.057-0.089zM22.197 26.469c0.36 0.031 0.72 0.061 1.057 0.109-0.025 0.077-0.004 0.197-0.041 0.265-0.333-0.047-0.692-0.073-1.036-0.109-0.016-0.115 0.020-0.172 0.020-0.265zM8.437 26.579c-0.005 0.104 0.041 0.151 0.027 0.265-0.344 0.025-0.761 0.109-1.057 0.109 0.015-0.104-0.027-0.151-0.027-0.245 0.339-0.057 0.708-0.088 1.057-0.129zM25.355 26.844c0.015 0.109-0.037 0.151-0.027 0.26-0.339-0.057-0.719-0.083-1.057-0.151 0.016-0.079 0.032-0.147 0.021-0.245 0.307 0.011 0.729 0.084 1.063 0.136zM6.303 26.844c0.077 0.025 0.041 0.177 0.067 0.26-0.348 0.052-0.692 0.104-1.036 0.156-0.031-0.083-0.047-0.172-0.047-0.265 0.339-0.047 0.687-0.093 1.016-0.151zM27.448 27.151c0 0.1-0.016 0.193-0.047 0.287-0.328-0.073-0.693-0.109-1.037-0.177 0.005-0.088 0.021-0.177 0.048-0.26 0.348 0.041 0.671 0.12 1.036 0.151zM4.229 27.177c0.025 0.073 0.047 0.151 0.047 0.26-0.355 0.052-0.672 0.141-1.036 0.177-0.005-0.099-0.047-0.161-0.047-0.265 0.369-0.037 0.687-0.12 1.036-0.172zM28.505 27.349c0.344 0.072 0.677 0.145 1.036 0.197-0.005 0.099-0.041 0.161-0.041 0.265-0.375-0.031-0.661-0.151-1.036-0.176-0.027-0.057 0.020-0.204 0.041-0.287zM30.224 22.303c0.208 0.119 0.631 0.129 0.797 0.328 0.129 0.151 0.187 0.645 0.239 0.989 0.271 1.729 0.385 3.744 0.443 5.625 0.011 0.353 0.021 0.781 0.021 1.187 0 0.401 0.083 0.943 0 1.213-0.052 0.199-0.317 0.261-0.484 0.355 0.005-1.265-0.027-2.527-0.084-3.792-0.167-0.135-0.593-0.063-0.62-0.219-0.057-0.339 0.355-0.12 0.595-0.088-0.057-1.699-0.235-3.281-0.437-4.828-0.199-0.1-0.448-0.141-0.667-0.219-0.333 0.343-0.844 1.249-1.631 1.077-0.292-0.063-0.484-0.459-0.615-0.729-0.161-0.312-0.281-0.645-0.355-0.989-6.509-1.249-15.453-1.353-22.005-0.068-0.203 0.876-0.572 2.74-1.785 2.027-0.496-0.308-0.876-0.776-1.079-1.317-0.245 0.067-0.484 0.124-0.729 0.176-0.255 1.443-0.385 3.021-0.464 4.652 0.224 0.011 0.557-0.161 0.792-0.136 0.005 0.089 0.041 0.151 0.047 0.24-0.224 0.14-0.583 0.14-0.859 0.224-0.073 1.317-0.104 2.645-0.089 3.968-0.109 0.027-0.364-0.167-0.463-0.285 0.083-3.068 0.239-6.068 0.484-8.975 0.375-0.12 0.755-0.229 1.125-0.355-0.052-0.509-0.156-1.104 0.068-1.452 0.187-0.297 0.708-0.469 1.077-0.573 1.323-0.375 2.641-0.068 3.505 0.547 0.188 0.136 0.333 0.317 0.532 0.401 0.031-0.12-0.125-0.204-0.199-0.265-0.755-0.683-2-1.276-3.484-1.016-0.464-1.453-1.052-2.855-1.057-4.719-0.005-2.068 0.749-3.865 1.604-5.271 0.88-1.437 2.057-2.604 3.333-3.527 3.125-2.229 6.973-3.203 10.781-2.735 4.016 0.496 6.677 2.385 8.599 5.141 0.921 1.317 1.667 2.896 2.161 4.697 0.5 1.803 0.505 4.131-0.068 6.037-1.843-0.376-3.515 0.203-4.167 1.369-0.005 0.021-0.020 0.021-0.020 0.041 0.667-0.901 2.312-1.557 3.968-1.145 0.437 0.109 0.995 0.265 1.209 0.573 0.301 0.427 0.167 1.323-0.021 1.833zM21.625 12.511c0.072 0.511 0.301 1.041 0.593 1.255 0.5 0.365 0.803 0.005 0.844-0.505 0.041-0.672-0.235-1.463-0.579-1.765-0.14-0.12-0.396-0.192-0.547-0.151-0.344 0.083-0.38 0.703-0.312 1.167zM10.093 13.964c-0.041 0.744 0.213 1.703 0.709 1.963 0.572 0.303 0.843-0.124 0.88-0.661 0.057-0.833-0.365-2.281-1.147-2.135-0.333 0.063-0.416 0.448-0.443 0.833zM19.203 17.407c-0.353 0.077-0.843-0.079-1.233-0.156-0.407-0.084-0.808-0.157-1.215-0.22-0.76-0.119-1.791-0.281-2.536 0.131-0.26 0.145-0.588 0.469-0.62 0.885-0.036 0.609 0.459 1.052 0.817 1.323 0.433 0.319 0.887 0.532 1.453 0.704 1.224 0.369 3.057 0.468 4.104 0.020 0.98-0.421 2.272-1.416 2.292-2.733 0.016-0.787-0.364-1.491-1.145-1.387-0.865 0.109-1.177 1.267-1.923 1.433z\"/>\n</svg>\n</li><li title=\"cib teamviewer \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M30.13 32h-28.255c-1.036-0.005-1.87-0.839-1.875-1.875v-28.25c0.005-1.036 0.839-1.87 1.875-1.875h28.255c1.031 0.005 1.87 0.839 1.875 1.875v28.25c-0.005 1.036-0.844 1.87-1.875 1.875zM15.88 2.813c-7.203 0.063-13.016 5.974-13.068 13.188-0.052 7.344 5.839 13.177 13.188 13.188 7.219 0 13.063-6 13.188-13.188 0.125-7.432-5.875-13.255-13.307-13.188zM12.865 11.51l-1.182 2.88h8.719l-1.188-2.88 8.859 4.484-8.859 4.49 1.188-2.88h-8.719l1.177 2.88-8.88-4.49z\"/>\n</svg>\n</li><li title=\"cib ted \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M3.24 13.182h-3.24v-2.964h10.042v2.964h-3.24v8.599h-3.563zM10.594 10.219h9.745v2.964h-6.182v1.443h6.182v2.75h-6.182v1.443h6.182v2.964h-9.745zM24.5 18.823h1.396c2.219 0 2.542-1.802 2.542-2.891 0-0.724-0.24-2.75-2.818-2.75h-1.141v5.641zM20.938 10.219h5.849c3.854 0 5.214 2.849 5.214 5.76 0 3.547-1.88 5.802-5.911 5.802h-5.151z\"/>\n</svg>\n</li><li title=\"cib teespring \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M31.813 1.271c0.042 0 0.073 0.005 0.094 0.016s0.031 0.031 0.031 0.078l-1.682 8.203v0.036h-0.078c-0.016 0-0.063 0-0.141-0.021h-0.057c-0.109-0.016-0.203-0.036-0.286-0.057-0.089-0.021-0.182-0.021-0.281-0.021-0.729-0.12-1.448-0.219-2.151-0.297-0.708-0.083-1.417-0.141-2.125-0.182l-0.5 10.484-0.089-0.161c0-0.021-0.021-0.021-0.021-0.042l-0.021-0.021c-0.021 0-0.042 0-0.057-0.021-0.026-0.021-0.026-0.036-0.026-0.057-0.036-0.021-0.078-0.042-0.099-0.083-0.021-0.021-0.057-0.057-0.099-0.078-0.12-0.099-0.24-0.198-0.375-0.297-0.161-0.104-0.302-0.203-0.443-0.281l-0.234-0.12-0.219-0.12c-0.026 0-0.042 0-0.063-0.021l-0.021-0.036 0.458-10.938h0.156c0.161 0 0.344 0 0.521 0.016 0.182 0.021 0.38 0.021 0.557 0.021l1.099 0.063c0.359 0.021 0.714 0.057 1.073 0.099l0.557 0.057 0.542 0.063h0.12c0.047 0 0.12 0.021 0.198 0.036 0.099 0.021 0.219 0.042 0.339 0.042 0.12 0.021 0.219 0.021 0.281 0.063l0.995-4.922c-0.021 0-0.047 0-0.089-0.021l-0.161-0.063c-0.693-0.141-1.411-0.255-2.13-0.375-0.719-0.099-1.438-0.182-2.172-0.24-0.557-0.063-1.13-0.099-1.714-0.12-0.568-0.021-1.156-0.042-1.734-0.042h-1.057c0 0.042 0 0.083-0.016 0.12l-0.063 0.198-0.057 0.188c-0.021 0.12-0.057 0.26-0.115 0.38-0.052 0.135-0.099 0.255-0.141 0.375-0.125 0.24-0.255 0.458-0.391 0.656-0.135 0.219-0.276 0.417-0.422 0.641-0.333 0.396-0.708 0.734-1.125 1.036-0.406 0.297-0.854 0.536-1.333 0.714-0.328 0.12-0.667 0.219-1.016 0.281-0.339 0.063-0.682 0.099-1.036 0.099-0.188 0-0.375 0-0.578-0.021-0.198-0.021-0.391-0.042-0.578-0.078-0.536-0.099-1.057-0.281-1.542-0.536-0.49-0.26-0.932-0.583-1.323-0.958-0.224-0.182-0.401-0.38-0.563-0.578-0.146-0.198-0.297-0.417-0.443-0.656l-0.953 0.339-0.953 0.359c-0.651 0.219-1.286 0.479-1.911 0.755-0.615 0.281-1.234 0.578-1.833 0.896l-0.917 0.5c-0.302 0.177-0.609 0.339-0.922 0.5v0.016c0 0.021-0.010 0.021-0.031 0.021l-0.12 0.057-0.047 0.042 2.068 4.547 0.266-0.141c0.078-0.042 0.177-0.099 0.281-0.141 0.646-0.339 1.307-0.641 1.974-0.938 0.661-0.276 1.333-0.557 1.99-0.818h0.063l2.734 10.979c0.438-0.193 0.849-0.354 1.229-0.484 0.396-0.135 0.76-0.255 1.12-0.359 0.682-0.188 1.396-0.328 2.12-0.422 0.729-0.089 1.458-0.141 2.188-0.141 0.375 0 0.755 0.021 1.135 0.052 0.359 0.042 0.698 0.078 1.016 0.141 0.38 0.083 0.734 0.198 1.073 0.318 0.323 0.141 0.62 0.281 0.88 0.479 0.297 0.198 0.557 0.417 0.776 0.677 0.198 0.26 0.38 0.536 0.5 0.839 0.115 0.318 0.177 0.635 0.198 0.995 0 0.359-0.042 0.698-0.12 1.016-0.042 0.177-0.099 0.339-0.161 0.479-0.078 0.156-0.156 0.318-0.255 0.458 0 0.021 0 0.036-0.021 0.036s-0.021 0.021-0.021 0.042l-0.063 0.057c-0.021 0.021-0.021 0.042-0.021 0.063s0 0.036 0.021 0.057l0.042 0.083v0.042l0.021 0.036 0.12 0.26c0.021 0.078 0.036 0.177 0.036 0.255 0.083 0.339 0.099 0.682 0.063 1.036-0.042 0.38-0.12 0.74-0.24 1.078-0.219 0.578-0.557 1.073-1.021 1.531-0.474 0.458-1.073 0.859-1.792 1.214-0.557 0.302-1.177 0.542-1.833 0.74-0.677 0.198-1.411 0.375-2.229 0.521-0.203 0.036-0.38 0.078-0.557 0.099l-0.521 0.021-0.333 0.036-0.141-1.891v-0.021h0.057l0.042-0.021h0.198l0.078-0.063h0.24c0.083 0 0.141-0.021 0.203-0.021 0.375-0.057 0.734-0.12 1.073-0.193 0.359-0.083 0.698-0.161 1.057-0.26s0.698-0.203 1.016-0.323c0.318-0.094 0.62-0.234 0.917-0.375 0.339-0.182 0.62-0.359 0.859-0.557s0.438-0.401 0.594-0.599c0.104-0.12 0.203-0.255 0.26-0.396 0.063-0.141 0.099-0.281 0.12-0.438v-0.302l-0.161 0.12c-0.016 0.021-0.057 0.036-0.099 0.057l-0.135 0.063c-0.281 0.182-0.578 0.318-0.896 0.458s-0.661 0.281-1.021 0.401c-0.339 0.12-0.677 0.234-1.031 0.318-0.365 0.094-0.719 0.177-1.057 0.24-0.38 0.057-0.74 0.12-1.094 0.156-0.365 0.042-0.719 0.083-1.078 0.104h-0.198c-0.339 0-0.661 0-0.938-0.042-0.297-0.021-0.557-0.083-0.818-0.141-0.375-0.099-0.698-0.24-0.974-0.417-0.281-0.182-0.479-0.396-0.599-0.677-0.135-0.24-0.219-0.521-0.198-0.839 0-0.302 0.078-0.599 0.219-0.875 0.141-0.26 0.339-0.5 0.578-0.719s0.536-0.417 0.875-0.599c0.281-0.135 0.578-0.276 0.917-0.375 0.318-0.099 0.677-0.219 1.057-0.318 0.302-0.083 0.641-0.161 0.995-0.219 0.359-0.063 0.74-0.099 1.156-0.12 0.141-0.021 0.297-0.042 0.458-0.042 0.161-0.021 0.318-0.021 0.5-0.021h0.594l0.599 0.063c0.182 0.021 0.359 0.036 0.536 0.078 0.182 0.042 0.339 0.063 0.5 0.099 0.099 0.021 0.198 0.063 0.276 0.083l0.224 0.078h0.016c0.021 0 0.042 0.021 0.042 0.021l0.021 0.021 0.057 0.036-0.036 0.042c-0.182 0.417-0.5 0.755-0.995 0.995-0.5 0.26-0.839 0.417-1.057 0.479h-0.021c-0.021-0.021-0.036-0.042-0.047-0.042h-0.578c-0.182 0-0.365 0-0.542 0.021s-0.349 0.021-0.516 0.042c-0.375 0.036-0.74 0.099-1.094 0.156-0.354 0.063-0.688 0.161-0.995 0.26-0.193 0.057-0.37 0.12-0.536 0.198-0.167 0.063-0.318 0.12-0.469 0.198-0.083 0.042-0.156 0.083-0.229 0.12-0.073 0.042-0.141 0.083-0.203 0.125-0.036 0.036-0.099 0.078-0.156 0.115-0.063 0.042-0.115 0.099-0.161 0.161 0.021 0 0.052 0 0.083 0.021l0.177 0.042v0.036c0.083 0.021 0.161 0.036 0.24 0.036 0.089 0 0.182 0.021 0.281 0.021 0.083 0.021 0.167 0.031 0.25 0.031h0.807c0.339 0 0.682-0.021 1.047-0.083 0.359-0.052 0.729-0.099 1.104-0.172 0.38-0.083 0.729-0.167 1.057-0.276 0.328-0.104 0.651-0.224 0.964-0.344 0.177-0.057 0.339-0.135 0.479-0.198 0.156-0.078 0.297-0.156 0.458-0.24l0.375-0.219c0.141-0.083 0.302-0.177 0.443-0.276 0.219-0.188 0.417-0.422 0.615-0.682 0.219-0.255 0.318-0.557 0.318-0.88 0-0.172-0.021-0.318-0.078-0.458-0.042-0.141-0.12-0.26-0.24-0.359-0.099-0.099-0.219-0.203-0.339-0.281s-0.26-0.156-0.438-0.219c-0.339-0.12-0.698-0.219-1.078-0.26-0.359-0.052-0.677-0.078-0.974-0.078-0.104-0.021-0.198-0.021-0.323-0.021h-0.297c-0.625 0-1.25 0.047-1.875 0.141-0.625 0.099-1.234 0.219-1.839 0.396-0.339 0.083-0.667 0.182-1 0.302-0.339 0.135-0.688 0.255-1.063 0.417-0.292 0.12-0.594 0.24-0.906 0.396l-0.995 0.521-0.057 0.042-2.755-11.417-0.12 0.057-0.125 0.063c-0.672 0.297-1.323 0.599-1.969 0.938-0.651 0.339-1.286 0.677-1.906 1.031l-0.068 0.042-3.458-8.036c0-0.021 0.010-0.031 0.031-0.036l0.151-0.115c0.042-0.021 0.083-0.047 0.13-0.078 0.036-0.031 0.073-0.057 0.094-0.083 0.016 0 0.036 0 0.042-0.010h0.016c0.146-0.078 0.302-0.156 0.453-0.255l0.49-0.302c0.286-0.156 0.583-0.339 0.885-0.495 0.318-0.161 0.599-0.344 0.896-0.5 0.615-0.318 1.234-0.615 1.849-0.896 0.641-0.302 1.276-0.578 1.896-0.818 0.677-0.26 1.333-0.495 1.99-0.714 0.661-0.24 1.339-0.458 2.031-0.641l0.063-0.042v0.063c0.099 0.417 0.24 0.797 0.458 1.177 0.219 0.354 0.479 0.672 0.776 0.974 0.38 0.318 0.797 0.578 1.276 0.776 0.479 0.182 0.974 0.276 1.474 0.276 0.063 0 0.12-0.016 0.177-0.016 0.052-0.021 0.109-0.021 0.172-0.021 0.495-0.042 0.984-0.182 1.453-0.422 0.464-0.24 0.875-0.531 1.229-0.917 0.396-0.438 0.698-0.932 0.859-1.49 0.177-0.557 0.24-1.156 0.135-1.755l0.063-0.021 1.354-0.057c0.458-0.021 0.896-0.021 1.354-0.021h0.859c0.734 0.021 1.453 0.063 2.172 0.099 0.714 0.042 1.432 0.12 2.151 0.198 0.693 0.083 1.37 0.182 2.047 0.302 0.682 0.12 1.339 0.255 2.016 0.438l0.063 0.021 0.12 0.036 0.24 0.063c0.078 0.021 0.156 0.036 0.219 0.078h0.021c0.021 0 0.036 0.021 0.057 0.021l0.042 0.021z\"/>\n</svg>\n</li><li title=\"cib telegram plane \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M29.919 6.163l-4.225 19.925c-0.319 1.406-1.15 1.756-2.331 1.094l-6.438-4.744-3.106 2.988c-0.344 0.344-0.631 0.631-1.294 0.631l0.463-6.556 11.931-10.781c0.519-0.462-0.113-0.719-0.806-0.256l-14.75 9.288-6.35-1.988c-1.381-0.431-1.406-1.381 0.288-2.044l24.837-9.569c1.15-0.431 2.156 0.256 1.781 2.013z\"/>\n</svg>\n</li><li title=\"cib telegram \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16 0.5c-8.563 0-15.5 6.938-15.5 15.5s6.938 15.5 15.5 15.5c8.563 0 15.5-6.938 15.5-15.5s-6.938-15.5-15.5-15.5zM23.613 11.119l-2.544 11.988c-0.188 0.85-0.694 1.056-1.4 0.656l-3.875-2.856-1.869 1.8c-0.206 0.206-0.381 0.381-0.781 0.381l0.275-3.944 7.181-6.488c0.313-0.275-0.069-0.431-0.482-0.156l-8.875 5.587-3.825-1.194c-0.831-0.262-0.85-0.831 0.175-1.231l14.944-5.763c0.694-0.25 1.3 0.169 1.075 1.219z\"/>\n</svg>\n</li><li title=\"cib tencent qq \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M28.527 20.047c-0.329-1.016-0.683-2.025-1.068-3.020l-1.443-3.595c0.005-0.041 0.020-0.744 0.020-1.115 0-6.14-2.9-12.317-10.036-12.317s-10.036 6.177-10.036 12.323c0 0.365 0.020 1.073 0.020 1.115l-1.443 3.593c-0.385 0.996-0.739 2-1.068 3.016-1.359 4.38-0.921 6.193-0.583 6.235 0.719 0.083 2.803-3.297 2.803-3.297 0 1.959 1.009 4.516 3.192 6.36-0.812 0.249-1.817 0.64-2.459 1.115-0.577 0.427-0.505 0.859-0.4 1.036 0.457 0.771 7.843 0.489 9.973 0.251 2.136 0.239 9.521 0.52 9.979-0.251 0.104-0.177 0.177-0.609-0.4-1.036-0.647-0.475-1.647-0.865-2.464-1.115 2.183-1.849 3.192-4.407 3.192-6.365 0 0 2.084 3.385 2.803 3.297 0.339-0.036 0.776-1.855-0.583-6.229zM16.88 6.464c0.052-1.407 0.88-2.505 1.849-2.464 0.968 0.041 1.708 1.213 1.656 2.62-0.052 1.401-0.88 2.505-1.849 2.459-0.963-0.043-1.708-1.215-1.656-2.615zM13.271 4c0.969-0.041 1.797 1.057 1.849 2.464 0.052 1.4-0.693 2.572-1.656 2.615-0.969 0.047-1.797-1.057-1.849-2.459-0.052-1.407 0.688-2.579 1.656-2.62zM9.896 11.057c0.255-0.573 2.859-1.208 6.088-1.208h0.032c3.224 0 5.833 0.635 6.088 1.208 0.016 0.025 0.021 0.052 0.021 0.083 0 0.043-0.016 0.079-0.037 0.111-0.219 0.317-3.109 1.889-6.067 1.889h-0.037c-2.963 0-5.853-1.572-6.072-1.889-0.043-0.053-0.048-0.131-0.016-0.193zM23.792 22.552c-0.297 4.907-3.204 7.984-7.699 8.032h-0.181c-4.496-0.048-7.407-3.125-7.699-8.032-0.109-1.797 0-3.323 0.193-4.573 0.427 0.089 0.853 0.167 1.281 0.235v4.677c0 0 2.208 0.448 4.421 0.136v-4.297c0.651 0.036 1.281 0.052 1.875 0.041h0.032c2.239 0.032 4.953-0.271 7.577-0.792 0.199 1.251 0.303 2.776 0.199 4.573zM13.973 7.74c0.417-0.057 0.724-0.547 0.677-1.1-0.047-0.557-0.416-0.963-0.839-0.905-0.416 0.052-0.724 0.547-0.676 1.099 0.047 0.552 0.416 0.959 0.837 0.907zM19.307 6.875c0.105 0.047 0.292 0.057 0.387-0.192 0.047-0.131 0.031-0.224-0.016-0.287-0.032-0.047-0.177-0.156-0.495-0.235-1.204-0.297-1.787 0.511-1.871 0.661-0.057 0.099-0.015 0.24 0.073 0.308 0.088 0.067 0.188 0.047 0.24-0.011 0.771-0.839 1.615-0.276 1.681-0.245z\"/>\n</svg>\n</li><li title=\"cib tencent weibo \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M5.672 31.917c-0.281-0.131-0.505-0.349-0.636-0.625-0.104-0.219-0.115-0.297-0.115-0.871 0-1.239 0.204-3.233 0.485-4.781 0.932-5.104 3.161-9.504 6.552-12.895l0.765-0.772-0.099-0.389c-0.188-0.751-0.104-1.745 0.197-2.439 0.333-0.749 1.047-1.52 1.735-1.885 0.177-0.099 0.333-0.172 0.339-0.167 0.011 0 0.088-0.025 0.183-0.063 0.093-0.041 0.203-0.083 0.249-0.093 0.047-0.005 0.131-0.031 0.188-0.041 0.588-0.141 1.197-0.141 1.787 0 0.052 0.005 0.151 0.036 0.224 0.068 0.061 0.025 0.119 0.036 0.119 0.025 0-0.016 0.229 0.093 0.5 0.235 0.813 0.421 1.376 1 1.756 1.817 0.296 0.62 0.364 0.937 0.359 1.661-0.005 0.532-0.020 0.677-0.124 1.021-0.24 0.807-0.6 1.339-1.287 1.943-0.156 0.131-0.333 0.265-0.391 0.307-0.24 0.125-0.48 0.245-0.724 0.355-0.016 0.011-0.052 0.027-0.089 0.041-0.036 0.016-0.119 0.037-0.192 0.047-0.057 0.011-0.115 0.027-0.167 0.048-0.021 0.015-0.161 0.036-0.308 0.052-0.151 0.011-0.343 0.031-0.427 0.041-0.197 0.031-0.812-0.041-1.167-0.125-0.287-0.088-0.563-0.203-0.828-0.349l-0.349-0.181-0.145 0.104c-0.193 0.151-1.109 1.135-1.579 1.692-3.115 3.74-4.869 8.6-5.104 14.163-0.036 0.837-0.068 1.219-0.12 1.364-0.093 0.255-0.369 0.557-0.624 0.683-0.313 0.124-0.657 0.124-0.964 0.011zM16.14 21.407c-0.135-0.027-0.271-0.047-0.411-0.047-0.375-0.016-0.751-0.063-1.115-0.141-0.052-0.011-0.172-0.031-0.271-0.047-0.073-0.011-0.147-0.027-0.219-0.052-0.052-0.021-0.109-0.037-0.161-0.041-0.104-0.027-0.209-0.057-0.308-0.095-0.063-0.031-0.129-0.052-0.197-0.063-0.125-0.031-0.251-0.072-0.376-0.115-0.119-0.047-0.244-0.083-0.369-0.109-0.036 0.021-0.453-0.281-0.557-0.4-0.287-0.339-0.391-0.86-0.244-1.204 0.197-0.457 0.672-0.801 1.129-0.812 0.156-0.005 0.308 0.011 0.344 0.041 0.036 0.032 0.068 0.041 0.068 0.027 0-0.021 0.047 0.005 0.109 0.047s0.115 0.057 0.115 0.041c0-0.021 0.031-0.016 0.063 0.011 0.057 0.047 0.443 0.177 0.615 0.213 0.052 0.011 0.119 0.032 0.14 0.041 0.021 0.011 0.104 0.043 0.193 0.052 0.083 0.005 0.328 0.052 0.541 0.095 0.416 0.077 1.771 0.12 2.052 0.063 0.083-0.021 0.26-0.048 0.385-0.063 0.131-0.005 0.26-0.032 0.297-0.047 0.041-0.011 0.135-0.032 0.208-0.043 0.183-0.031 0.38-0.077 0.521-0.129 0.036-0.011 0.161-0.047 0.271-0.084 0.115-0.025 0.255-0.073 0.317-0.099 0.068-0.027 0.145-0.052 0.188-0.063 0.025-0.005 0.301-0.135 0.609-0.287 1.213-0.593 2.26-1.468 3.057-2.557 0.364-0.525 0.932-1.64 1.119-2.235 0.964-3.004 0.199-6.312-1.968-8.5-0.885-0.859-1.943-1.52-3.104-1.943-0.183-0.061-0.365-0.115-0.547-0.161-0.115-0.020-0.224-0.047-0.329-0.077-0.083-0.021-0.167-0.041-0.255-0.063-0.208-0.041-0.421-0.073-0.636-0.089-0.124-0.004-0.244-0.025-0.364-0.047-0.073-0.025-1.14-0.020-1.412 0.005-0.328 0.032-0.531 0.063-0.755 0.104-0.115 0.027-0.224 0.052-0.344 0.068l-0.224 0.052-0.181 0.047c-0.048 0.011-0.095 0.027-0.136 0.043-0.031 0.004-0.057 0.015-0.079 0.036-0.015 0.021-0.077 0.036-0.129 0.036-0.057 0-0.109 0.021-0.152 0.052-0.031 0.037-0.052 0.043-0.052 0.021 0-0.027-0.036-0.016-0.067 0.021-0.043 0.025-0.068 0.036-0.068 0.025 0-0.020-0.052-0.011-0.104 0.027-0.057 0.025-0.125 0.057-0.152 0.063-0.093 0.020-0.968 0.463-1.239 0.64-0.615 0.385-0.833 0.563-1.407 1.136-0.708 0.703-1.088 1.228-1.525 2.099-0.819 1.615-1.089 3.453-0.776 5.239 0.083 0.48 0.192 0.871 0.405 1.453 0.084 0.213 0.093 0.308 0.057 0.489-0.129 0.729-0.943 1.277-1.531 1.027-0.089-0.031-0.161-0.057-0.161-0.041 0 0.047-0.385-0.265-0.5-0.417-0.115-0.177-0.209-0.364-0.276-0.563-0.625-1.733-0.735-3.927-0.287-5.823 0.385-1.568 1.104-3.036 2.115-4.296 0.421-0.516 1.323-1.401 1.812-1.781 0.365-0.281 1.197-0.828 1.255-0.828 0.011 0 0.177-0.095 0.365-0.209 0.115-0.068 0.229-0.129 0.349-0.181 0 0.015 0.083-0.021 0.192-0.073 0.109-0.057 0.213-0.109 0.24-0.109 0.025-0.005 0.129-0.047 0.229-0.089 0.099-0.047 0.181-0.072 0.187-0.061 0 0.004 0.037-0.011 0.079-0.048 0.041-0.036 0.079-0.047 0.079-0.025 0 0.016 0.031 0.011 0.067-0.027 0.037-0.031 0.063-0.041 0.063-0.020 0 0.015 0.037 0.005 0.073-0.027 0.036-0.031 0.068-0.036 0.068-0.020 0 0.020 0.031 0.009 0.067-0.021 0.037-0.032 0.068-0.047 0.068-0.032 0 0.016 0.057 0.005 0.131-0.020 0.068-0.027 0.156-0.057 0.203-0.068 0.073-0.021 0.219-0.052 0.328-0.083 0.047-0.011 0.095-0.027 0.136-0.043 0.052-0.009 0.167-0.041 0.255-0.052 0.084-0.015 0.349-0.057 0.584-0.088 0.312-0.052 0.713-0.068 1.62-0.057 0.656 0.005 1.26 0.025 1.328 0.036 0.077 0.021 0.229 0.041 0.339 0.057 0.115 0.021 0.285 0.052 0.385 0.079 0.109 0.020 0.255 0.052 0.344 0.068 0.072 0.009 0.14 0.025 0.208 0.052 0.031 0.020 0.068 0.036 0.109 0.047 0.129 0.031 0.213 0.052 0.224 0.057 0.011 0.011 0.020 0.015 0.047 0.015l0.355 0.12c0.176 0.057 0.328 0.115 0.337 0.115 0.011 0 0.068 0.027 0.115 0.057 0.048 0.027 0.104 0.047 0.125 0.052 0.021 0 0.099 0.037 0.172 0.073 0.079 0.041 0.136 0.063 0.136 0.052 0-0.031 0.989 0.505 1.265 0.688 0.14 0.093 0.292 0.197 0.339 0.219 0.457 0.281 1.145 0.853 1.708 1.437 1.459 1.495 2.453 3.375 2.869 5.421 0.109 0.552 0.131 0.745 0.147 1.781 0.020 1.328-0.032 1.855-0.287 2.855-0.536 2.099-1.641 3.875-3.385 5.463-0.516 0.433-1.057 0.824-1.631 1.177-0.24 0.141-1.391 0.713-1.391 0.693 0-0.016-0.041 0.005-0.099 0.036-0.063 0.032-0.115 0.057-0.131 0.057-0.011 0-0.167 0.057-0.344 0.115-0.167 0.057-0.328 0.115-0.337 0.115l-0.095 0.036c-0.057 0.027-0.12 0.043-0.181 0.052-0.22 0.048-0.319 0.068-0.355 0.089-0.063 0.025-0.131 0.041-0.199 0.052-0.119 0.016-0.239 0.036-0.359 0.063-0.317 0.063-0.636 0.104-0.959 0.12-0.765 0.061-1.167 0.077-1.183 0.052z\"/>\n</svg>\n</li><li title=\"cib tensorflow \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M26.135 16l0.13 6.266-4.13-2.401v8.938l-5.469 3.198v-32l13.599 7.865v7.068l-8.13-4.797v3.599zM1.734 7.865l13.599-7.865v32l-5.469-3.198v-18.667l-8.13 4.797z\"/>\n</svg>\n</li><li title=\"cib terraform \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M11.041 5.688l9.912 5.031v10.073l-9.912-5.037zM22.041 10.719v10.073l9.917-5.037v-10.067zM0.047 0.068v10.068l9.912 5.036v-10.068zM11.041 26.921l9.912 5.037v-10.063l-9.912-5.036z\"/>\n</svg>\n</li><li title=\"cib tesla \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16 7.151l3.302-4.036c0 0 5.656 0.12 11.292 2.74-1.443 2.182-4.307 3.25-4.307 3.25-0.193-1.917-1.536-2.385-5.807-2.385l-4.479 25.281-4.51-25.286c-4.24 0-5.583 0.469-5.776 2.385 0 0-2.865-1.057-4.307-3.24 5.635-2.62 11.292-2.74 11.292-2.74l3.302 4.031h-0.005zM16 1.953c4.552-0.042 9.766 0.703 15.104 3.036 0.714-1.292 0.896-1.859 0.896-1.859-5.833-2.313-11.297-3.109-16-3.13-4.703 0.021-10.167 0.813-16 3.13 0 0 0.26 0.703 0.896 1.865 5.339-2.344 10.552-3.083 15.104-3.047z\"/>\n</svg>\n</li><li title=\"cib the mighty \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M25.573 0h-5.912l-3.593 18.651-3.656-18.651h-5.939c0.287 0.292 0.448 0.849 0.521 1.432v28.276c0 0.828-0.14 1.844-0.568 2.292 1.355-0.287 3.079-0.552 4.552-0.812v-18.688l3.319 16.5c0.093 0.615 0.181 1.448-0.027 1.599 1.131-0.172 2.26-0.339 3.391-0.489-0.14-0.213-0.083-0.869-0.005-1.416l3.271-16.496v17.464c1.407-0.167 3.156-0.323 4.625-0.468l0.021-0.011c-0.433-0.437-0.579-1.464-0.579-2.297v-24.583c0-0.839 0.141-1.865 0.579-2.303z\"/>\n</svg>\n</li><li title=\"cib the movie database \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M25.99 29.198c2.807 0 4.708-1.896 4.708-4.708v-19.781c0-2.807-1.901-4.708-4.708-4.708h-19.979c-2.807 0-4.708 1.901-4.708 4.708v27.292l2.411-2.802v-24.49c0.005-1.266 1.031-2.292 2.297-2.292h19.974c1.266 0 2.292 1.026 2.292 2.292v19.781c0 1.266-1.026 2.292-2.292 2.292h-16.755l-2.417 2.417-0.016-0.016zM11.714 15.286h-2.26v7.599h2.26c5.057 0 5.057-7.599 0-7.599zM11.714 21.365h-0.734v-4.557h0.734c2.958 0 2.958 4.557 0 4.557zM11.276 13.854h1.516v-6.083h1.891v-1.505h-5.302v1.505h1.896zM18.75 9.599l-2.625-3.333h-0.49v7.714h1.542v-4.24l1.573 2.042 1.578-2.042-0.010 4.24h1.542v-7.714h-0.479zM21.313 19.089c0.474-0.333 0.677-0.922 0.698-1.5 0.031-1.339-0.807-2.307-2.156-2.307h-3.005v7.609h3.005c1.24-0.010 2.245-1.021 2.245-2.26v-0.036c0-0.62-0.307-1.172-0.781-1.5zM18.37 16.802h1.354c0.432 0 0.698 0.339 0.698 0.766 0.031 0.406-0.286 0.76-0.698 0.76h-1.354zM19.724 21.37h-1.354v-1.516h1.37c0.411 0 0.745 0.333 0.745 0.745v0.016c0 0.417-0.333 0.755-0.75 0.755z\"/>\n</svg>\n</li><li title=\"cib tidal \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16.016 5.323l-5.339 5.339-5.339-5.339-5.339 5.339 5.339 5.339 5.339-5.339 5.339 5.339-5.339 5.339 5.339 5.339 5.339-5.339-5.339-5.339 5.339-5.339zM21.391 10.661l5.302-5.307 5.307 5.307-5.307 5.307z\"/>\n</svg>\n</li><li title=\"cib tiktok \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16.708 0.027c1.745-0.027 3.48-0.011 5.213-0.027 0.105 2.041 0.839 4.12 2.333 5.563 1.491 1.479 3.6 2.156 5.652 2.385v5.369c-1.923-0.063-3.855-0.463-5.6-1.291-0.76-0.344-1.468-0.787-2.161-1.24-0.009 3.896 0.016 7.787-0.025 11.667-0.104 1.864-0.719 3.719-1.803 5.255-1.744 2.557-4.771 4.224-7.88 4.276-1.907 0.109-3.812-0.411-5.437-1.369-2.693-1.588-4.588-4.495-4.864-7.615-0.032-0.667-0.043-1.333-0.016-1.984 0.24-2.537 1.495-4.964 3.443-6.615 2.208-1.923 5.301-2.839 8.197-2.297 0.027 1.975-0.052 3.948-0.052 5.923-1.323-0.428-2.869-0.308-4.025 0.495-0.844 0.547-1.485 1.385-1.819 2.333-0.276 0.676-0.197 1.427-0.181 2.145 0.317 2.188 2.421 4.027 4.667 3.828 1.489-0.016 2.916-0.88 3.692-2.145 0.251-0.443 0.532-0.896 0.547-1.417 0.131-2.385 0.079-4.76 0.095-7.145 0.011-5.375-0.016-10.735 0.025-16.093z\"/>\n</svg>\n</li><li title=\"cib tinder \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M12.421 12.599c0.063 0.099 0.167 0.161 0.281 0.161 0.084 0 0.157-0.025 0.215-0.072l0.020-0.016c0.521-0.437 0.984-0.88 1.427-1.36 4.276-4.64 1.781-10.343 1.761-10.395-0.12-0.281-0.043-0.615 0.197-0.792 0.261-0.183 0.584-0.161 0.823 0.041 14.5 13.484 10.657 23.755 10.381 24.448-1.163 4.188-5.781 7.219-11.261 7.375-0.183 0.011-0.323 0.011-0.484 0.011-6.469 0-11.969-3.984-11.969-9.079v-0.077c0-7.063 6.391-14.032 6.677-14.323 0.183-0.204 0.464-0.261 0.704-0.141 0.239 0.099 0.395 0.339 0.385 0.599-0.057 1.381 0.224 2.584 0.843 3.6z\"/>\n</svg>\n</li><li title=\"cib todoist \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M28 0h-24c-2.197 0-4 1.803-4 4v5.145c0 0 5.14 2.985 5.464 3.172 0.411 0.24 0.927 0.235 1.339 0 0.348-0.197 10.692-6.145 10.848-6.235 0.371-0.213 0.771-0.14 0.995-0.009 0.219 0.124 0.813 0.463 1.12 0.635 0.313 0.183 0.297 0.672 0.021 0.833l-12.948 7.453c-0.464 0.265-0.921 0.271-1.401 0-0.801-0.453-4.109-2.375-5.437-3.151v2.692l5.464 3.172c0.411 0.24 0.927 0.24 1.339 0 0.348-0.192 10.692-6.145 10.848-6.235 0.371-0.213 0.771-0.14 0.995-0.009 0.219 0.129 0.813 0.463 1.12 0.64 0.313 0.177 0.297 0.667 0.021 0.828s-12.385 7.125-12.948 7.453c-0.464 0.265-0.921 0.271-1.401 0-0.801-0.453-4.109-2.375-5.437-3.151v2.692l5.464 3.172c0.411 0.245 0.927 0.24 1.339 0 0.348-0.192 10.692-6.14 10.848-6.235 0.371-0.213 0.771-0.14 0.995-0.009 0.219 0.129 0.813 0.463 1.12 0.64 0.313 0.177 0.297 0.667 0.021 0.828l-12.948 7.453c-0.464 0.265-0.921 0.271-1.401 0.005-0.801-0.459-4.109-2.38-5.437-3.156v5.375c0 2.197 1.803 4 4 4h24c2.197 0 4-1.803 4-4v-24c0-2.197-1.803-4-4-4z\"/>\n</svg>\n</li><li title=\"cib toggl \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16 0c-8.839 0-16 7.161-16 16s7.161 16 16 16c8.839 0 16-7.161 16-16s-7.161-16-16-16zM14.88 6.229h2.24v11.145h-2.24zM16 24.208c-4.317-0.005-7.817-3.511-7.817-7.828 0-3.516 2.353-6.604 5.749-7.536v2.281c-2.172 0.848-3.593 2.943-3.593 5.276 0 3.129 2.536 5.661 5.667 5.661 3.125-0.005 5.656-2.541 5.656-5.667 0-2.328-1.427-4.417-3.593-5.265v-2.292c3.401 0.932 5.755 4.025 5.755 7.547 0 4.323-3.505 7.817-7.823 7.817z\"/>\n</svg>\n</li><li title=\"cib topcoder \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M27.354 22.021c0.255-0.031 0.5-0.146 0.719-0.276 0.464-0.271 0.865-0.63 1.25-1 0.302-0.286 0.594-0.583 0.87-0.896 0.161-0.193 0.344-0.396 0.5-0.599 0.141-0.193 0.281-0.38 0.422-0.583 0.099-0.151 0.198-0.307 0.281-0.469 0.443-0.797 0.802-1.781 0.484-2.688-0.042-0.125-0.104-0.245-0.161-0.359-0.125-0.203-0.281-0.385-0.443-0.552-0.281-0.266-0.625-0.479-0.964-0.651-0.5-0.25-1.042-0.417-1.604-0.542-0.802-0.182-1.604-0.266-2.427-0.302-1.12-0.052-2.245-0.005-3.349 0.104 0.141 0.146 0.26 0.302 0.401 0.448 0.26 0.302 0.526 0.625 0.76 0.969 0.307 0.396 0.583 0.839 0.865 1.281 0.802 1.323 1.406 2.766 1.844 4.229 0.141 0.443 0.245 0.885 0.339 1.344 0.042 0.161 0.068 0.344 0.104 0.521zM2.573 21.823c0.068-0.276 0.141-0.552 0.214-0.823 0.104-0.401 0.234-0.802 0.354-1.193 0.094-0.292 0.198-0.573 0.302-0.859 0.12-0.302 0.245-0.604 0.37-0.906 0.042-0.099 0.083-0.203 0.13-0.302 0.135-0.286 0.281-0.573 0.427-0.854 0.182-0.318 0.344-0.641 0.526-0.938 0.24-0.422 0.5-0.807 0.781-1.188l0.021-0.021c-0.443-0.021-0.906-0.021-1.344-0.021-0.323 0-0.661 0.021-0.984 0.063-0.219 0.021-0.438 0.042-0.661 0.078-0.161 0.021-0.318 0.063-0.479 0.104-0.781 0.198-1.667 0.557-2.047 1.339-0.042 0.104-0.078 0.203-0.12 0.323-0.042 0.161-0.063 0.359-0.063 0.542 0 0.281 0.063 0.563 0.12 0.844 0.12 0.422 0.323 0.823 0.521 1.203 0.38 0.661 0.865 1.281 1.365 1.865l0.641 0.698zM26.771 21.76c-0.651-3.068-2.057-6.042-4.255-8.313l-0.109-0.115-0.057-0.052c-0.266 0.016-0.531 0.057-0.802 0.094-2.875 0.443-5.682 1.224-8.38 2.286 0.224 0.063 0.448 0.125 0.677 0.203 0.938 0.302 1.88 0.62 2.807 0.964 3.229 1.203 6.339 2.703 9.333 4.427l0.781 0.464zM3.167 21.578l1.161-1.125c0.203-0.193 0.203-0.193 0.401-0.375 2.047-1.807 4.427-3.167 6.906-4.286-0.365-0.104-0.729-0.182-1.099-0.26-1.401-0.323-2.818-0.583-4.25-0.703-0.109 0.161-0.219 0.302-0.328 0.458-0.24 0.365-0.474 0.703-0.688 1.083-0.203 0.323-0.365 0.646-0.526 0.969-0.135 0.255-0.276 0.521-0.38 0.781-0.036 0.057-0.057 0.135-0.078 0.198-0.125 0.302-0.26 0.599-0.38 0.901-0.099 0.245-0.182 0.479-0.26 0.724-0.12 0.38-0.24 0.74-0.344 1.125-0.057 0.198-0.12 0.401-0.156 0.599zM12.385 15.458c0.276-0.12 0.552-0.229 0.833-0.339 0.313-0.125 0.625-0.245 0.938-0.359 1.365-0.5 2.745-0.922 4.151-1.26 1.161-0.281 2.323-0.505 3.51-0.682l0.078-0.021c-0.323-0.302-0.661-0.563-1-0.823-0.646-0.479-1.344-0.885-2.089-1.203-1.724-0.74-3.63-0.979-5.469-0.641-1.005 0.177-1.99 0.521-2.891 1.005-1.422 0.76-2.667 1.844-3.693 3.083l-0.042 0.021 0.625 0.063 0.76 0.099c1.083 0.182 2.125 0.401 3.188 0.641 0.401 0.099 0.786 0.203 1.167 0.302z\"/>\n</svg>\n</li><li title=\"cib toptal \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M26.969 13.385l-13.385-13.385-2.719 2.719 5.031 5.026-10.875 10.87 13.391 13.385 2.719-2.719-5.031-5.026 10.88-10.87zM11.068 19.026l8.089-8.083 1.63 1.63-8.083 8.151-1.63-1.682z\"/>\n</svg>\n</li><li title=\"cib tor \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M23.438 16.266c-1.016-0.922-2.297-1.667-3.604-2.411-0.594-0.328-2.417-1.755-1.786-3.781l-1.135-0.479c1.786-2.771 4.115-5.51 6.969-8.073-2.292 0.771-4.318 1.964-5.839 4.078 0.896-1.875 2.354-3.724 3.964-5.599-2.203 1.578-4.109 3.365-5.302 5.75l0.833-3.339c-1.193 2.146-2.026 4.323-2.354 6.495l-1.755-0.714-0.297 0.24c1.547 2.771 0.745 4.229-0.031 4.74-1.547 1.042-3.781 2.38-4.917 3.542-2.146 2.208-2.771 4.292-2.563 7.063 0.208 3.547 2.802 6.495 6.229 7.656 1.521 0.51 2.917 0.568 4.469 0.568 2.5 0 5.063-0.656 6.943-2.234 1.995-1.656 3.151-4.109 3.156-6.703 0.010-2.583-1.073-5.052-2.979-6.797zM18.698 28.099c-0.12 0.536-0.505 1.193-0.979 1.786 0.177-0.328 0.328-0.656 0.417-1.016 0.745-2.651 1.073-3.87 0.714-6.792-0.057-0.297-0.177-1.25-0.625-2.292-0.625-1.583-1.578-3.073-1.698-3.401-0.208-0.505-0.505-2.651-0.536-4.109 0.031 1.25 0.12 3.542 0.448 4.438 0.089 0.302 0.953 1.641 1.578 3.276 0.417 1.135 0.505 2.177 0.594 2.474 0.302 1.344-0.057 3.609-0.531 5.75-0.151 0.776-0.568 1.672-1.104 2.354 0.297-0.417 0.536-0.953 0.714-1.578 0.359-1.25 0.505-2.859 0.474-3.875-0.026-0.594-0.297-1.875-0.745-3.036-0.266-0.625-0.656-1.281-0.922-1.729-0.297-0.448-0.297-1.427-0.417-2.563 0.026 1.224-0.089 1.849 0.208 2.714 0.177 0.505 0.833 1.219 1.010 1.906 0.271 0.922 0.536 1.938 0.51 2.563 0 0.714-0.031 2.026-0.359 3.458-0.208 1.068-0.688 1.995-1.458 2.589 0.328-0.417 0.505-0.833 0.594-1.25 0.12-0.625 0.151-1.224 0.208-1.969 0.063-0.766 0.010-1.542-0.146-2.292-0.24-1.073-0.625-2.146-0.807-2.891 0.031 0.833 0.359 1.875 0.51 2.979 0.115 0.807 0.057 1.609 0.026 2.323-0.026 0.833-0.297 2.297-0.656 3.010-0.359-0.151-0.474-0.359-0.714-0.656-0.302-0.385-0.479-0.802-0.656-1.281-0.167-0.396-0.297-0.802-0.391-1.219-0.141-1.047 0.13-2.099 0.745-2.953 0.625-0.896 0.75-0.953 0.953-1.995-0.297 0.922-0.505 1.010-1.161 1.786-0.745 0.865-0.859 2.115-0.859 3.13 0 0.417 0.177 0.896 0.328 1.344 0.177 0.474 0.354 0.948 0.594 1.307 0.177 0.297 0.417 0.505 0.625 0.656-0.776-0.208-1.578-0.505-2.083-0.922-1.25-1.078-2.354-2.891-2.505-4.5-0.12-1.313 1.073-3.219 2.771-4.172 1.432-0.833 1.76-1.76 2.057-3.281-0.417 1.313-0.833 2.448-2.208 3.13-1.964 1.073-2.979 2.802-2.885 4.469 0.146 2.115 0.979 3.578 2.682 4.74 0.385 0.271 0.922 0.536 1.49 0.745-2.12-0.505-2.385-0.802-3.099-1.635 0-0.063-0.182-0.182-0.182-0.208-0.953-1.073-2.141-2.922-2.563-4.62-0.146-0.594-0.297-1.219-0.115-1.818 0.771-2.802 2.469-3.875 4.167-5.031 0.422-0.302 0.839-0.568 1.224-0.865 0.953-0.75 1.193-2.682 1.401-3.786-0.385 1.344-0.807 3.010-1.552 3.547-0.385 0.297-0.865 0.536-1.25 0.802-1.755 1.193-3.516 2.328-4.318 5.214-0.182 0.75-0.063 1.286 0.115 2 0.448 1.755 1.641 3.661 2.656 4.797l0.177 0.177c0.448 0.51 1.016 0.896 1.698 1.161-0.599-0.141-1.177-0.349-1.729-0.625-2.771-1.339-4.615-4.229-4.734-6.583-0.24-4.797 2.057-6.198 4.198-7.958 1.193-0.979 2.865-1.458 3.818-3.214 0.177-0.391 0.297-1.224 0.057-2.12-0.089-0.297-0.536-1.37-0.714-1.609l2.651 1.167c-0.057 1.25-0.089 2.26 0.146 3.188 0.271 1.010 1.583 2.469 2.12 4.172 1.042 3.214 0.776 7.411 0.026 10.693z\"/>\n</svg>\n</li><li title=\"cib toshiba \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M6.901 13.563c-1.422 0-2.104 0.25-2.203 1.531-0.021 0.302-0.031 0.604-0.026 0.906 0 0.292 0.005 0.599 0.026 0.906 0.099 1.281 0.781 1.531 2.198 1.531 1.422 0 2.109-0.25 2.203-1.531 0.026-0.307 0.031-0.615 0.031-0.906s-0.005-0.599-0.031-0.906c-0.094-1.281-0.781-1.531-2.198-1.531zM11.953 13.563c-0.547 0-1.094 0.052-1.313 0.161-0.432 0.208-0.729 0.505-0.729 1.359 0 0.5 0.135 0.875 0.391 1.062 0.375 0.281 0.74 0.307 1.745 0.359 0.411 0.021 0.63 0.104 0.63 0.453 0 0.443-0.391 0.443-0.755 0.443-0.37 0-0.484-0.031-0.609-0.13-0.115-0.083-0.141-0.234-0.141-0.464h-1.271c0 0.651 0.016 1.182 0.63 1.448 0.547 0.24 2.224 0.24 2.729 0.016 0.438-0.193 0.75-0.448 0.75-1.323 0-0.604-0.12-0.979-0.589-1.255-0.328-0.198-1.26-0.224-1.729-0.255-0.344-0.021-0.474-0.146-0.474-0.453 0-0.396 0.38-0.406 0.708-0.406 0.266 0 0.453 0.021 0.583 0.135 0.052 0.052 0.115 0.135 0.12 0.411h1.26c0-0.542-0.021-1.13-0.604-1.401-0.234-0.104-0.786-0.161-1.333-0.161zM14.896 13.646v4.708h1.323v-1.818h1.542v1.818h1.328v-4.708h-1.328v1.719h-1.542v-1.719zM20.255 13.646v4.708h1.339v-4.708zM22.781 13.646v4.708h2.516c1.156 0 1.547-0.5 1.547-1.271 0-0.531-0.125-1.005-0.859-1.188 0.594-0.156 0.766-0.51 0.766-1.021 0-1.031-0.646-1.229-1.573-1.229zM28.609 13.646l-1.422 4.708h1.38l0.25-0.875h1.547l0.255 0.875h1.38l-1.427-4.708zM0 13.646v1.177h1.406v3.531h1.406v-3.531h1.406v-1.172h-4.219zM6.901 14.661c0.557 0 0.844 0.089 0.88 0.813 0.005 0.115 0.010 0.266 0.010 0.526s-0.005 0.411-0.010 0.526c-0.036 0.724-0.323 0.813-0.88 0.813s-0.849-0.089-0.88-0.813c-0.010-0.177-0.016-0.349-0.010-0.526 0-0.26 0-0.411 0.010-0.526 0.031-0.724 0.323-0.813 0.88-0.813zM24.104 14.724h0.922c0.24 0 0.391 0.115 0.391 0.391 0 0.234-0.151 0.375-0.391 0.375h-0.922zM29.589 14.807h0.005l0.474 1.63h-0.948zM24.109 16.417h0.917c0.375 0 0.448 0.167 0.448 0.432s-0.146 0.427-0.448 0.427h-0.922v-0.859z\"/>\n</svg>\n</li><li title=\"cib trainerroad \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M 1.65625 8.304688 C 1.433594 8.808594 1.308594 9.089844 1.183594 9.367188 C 1.152344 9.4375 1.023438 9.730469 0.894531 10.023438 C 0.769531 10.308594 0.546875 10.804688 0.40625 11.125 C 0.265625 11.445312 0.136719 11.730469 0.125 11.769531 L 0.101562 11.835938 L 3.769531 11.835938 C 5.789062 11.835938 7.445312 11.839844 7.449219 11.847656 C 7.457031 11.851562 7.367188 12.152344 7.242188 12.515625 C 7.125 12.875 6.675781 14.242188 6.242188 15.546875 C 5.816406 16.851562 5.273438 18.492188 5.042969 19.1875 C 4.816406 19.882812 4.4375 21.027344 4.207031 21.734375 C 3.972656 22.4375 3.796875 23.023438 3.808594 23.03125 C 3.824219 23.039062 4.929688 23.046875 6.261719 23.046875 C 9.070312 23.046875 8.75 23.097656 8.898438 22.640625 C 9.117188 21.976562 10.199219 18.695312 10.566406 17.59375 C 10.785156 16.929688 11.296875 15.378906 11.703125 14.140625 C 12.109375 12.902344 12.457031 11.878906 12.46875 11.863281 C 12.484375 11.847656 13.300781 11.835938 14.351562 11.835938 C 16.515625 11.839844 16.28125 11.835938 16.28125 11.882812 C 16.28125 11.917969 15.21875 15.179688 15.148438 15.359375 C 15.128906 15.410156 15.109375 15.460938 15.109375 15.46875 C 15.105469 15.476562 14.914062 16.074219 14.671875 16.796875 C 14.433594 17.519531 14.238281 18.117188 14.234375 18.125 C 14.230469 18.136719 13.554688 20.199219 12.808594 22.445312 C 12.710938 22.753906 12.625 23.015625 12.625 23.023438 C 12.625 23.039062 13.726562 23.046875 15.078125 23.046875 C 17.488281 23.046875 17.53125 23.046875 17.589844 22.984375 C 17.621094 22.949219 17.710938 22.738281 17.777344 22.515625 C 17.851562 22.289062 18.066406 21.632812 18.257812 21.046875 C 18.449219 20.460938 18.609375 19.964844 18.613281 19.945312 C 18.625 19.875 18.636719 19.871094 18.925781 19.871094 C 19.078125 19.871094 19.816406 19.871094 20.5625 19.871094 L 21.925781 19.875 L 22.375 20.597656 C 22.625 20.992188 22.855469 21.367188 22.890625 21.425781 C 22.972656 21.558594 24.789062 24.46875 24.917969 24.671875 C 24.976562 24.757812 25.101562 24.960938 25.199219 25.117188 L 25.382812 25.40625 L 27.957031 25.40625 C 30.492188 25.40625 30.53125 25.40625 30.59375 25.34375 C 30.691406 25.246094 30.667969 25.164062 30.460938 24.84375 C 30.355469 24.679688 30.15625 24.371094 30.015625 24.15625 C 29.875 23.941406 29.691406 23.660156 29.609375 23.53125 C 29.523438 23.402344 29.164062 22.851562 28.804688 22.304688 C 28.449219 21.753906 28.15625 21.300781 28.15625 21.292969 C 28.15625 21.285156 28.140625 21.261719 28.121094 21.242188 C 28.101562 21.21875 27.90625 20.921875 27.683594 20.578125 C 27.460938 20.234375 27.1875 19.816406 27.074219 19.644531 C 26.960938 19.476562 26.875 19.332031 26.882812 19.328125 C 26.886719 19.320312 27.054688 19.242188 27.25 19.152344 C 29.742188 17.992188 31.210938 16.386719 31.667969 14.332031 C 31.773438 13.871094 31.796875 13.621094 31.796875 12.984375 C 31.796875 12.398438 31.777344 12.164062 31.703125 11.796875 C 31.523438 10.929688 31.148438 10.234375 30.519531 9.609375 C 30.132812 9.226562 29.757812 8.957031 29.273438 8.707031 C 28.6875 8.402344 27.898438 8.132812 27.320312 8.042969 C 27.257812 8.035156 27.195312 8.019531 27.183594 8.011719 C 27.164062 8.003906 26.804688 7.941406 26.609375 7.917969 C 26.539062 7.910156 26.457031 7.898438 26.421875 7.890625 C 26.386719 7.882812 26.242188 7.867188 26.09375 7.859375 C 25.945312 7.847656 25.792969 7.832031 25.75 7.820312 C 25.707031 7.804688 20.320312 7.792969 13.777344 7.789062 L 1.882812 7.78125 Z M 23.625 11.84375 C 24.882812 11.851562 25.113281 11.867188 25.5625 12.019531 C 25.898438 12.132812 26.167969 12.292969 26.378906 12.503906 C 26.996094 13.125 26.988281 14.132812 26.355469 14.796875 C 25.992188 15.179688 25.265625 15.492188 24.546875 15.578125 C 24.460938 15.589844 24.355469 15.605469 24.3125 15.617188 C 24.269531 15.628906 23.296875 15.640625 22.148438 15.648438 C 20.613281 15.65625 20.0625 15.652344 20.0625 15.625 C 20.0625 15.605469 20.199219 15.171875 20.367188 14.664062 C 20.539062 14.152344 20.816406 13.308594 20.988281 12.789062 L 21.296875 11.847656 L 21.421875 11.835938 C 21.492188 11.832031 21.75 11.832031 22 11.835938 C 22.25 11.835938 22.980469 11.839844 23.625 11.84375 Z M 23.625 11.84375\"/>\n</svg>\n</li><li title=\"cib trakt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16 32c-8.817 0-16-7.183-16-16s7.183-16 16-16c8.817 0 16 7.183 16 16s-7.183 16-16 16zM16 1.615c-7.932 0-14.385 6.453-14.385 14.385s6.453 14.385 14.385 14.385c7.932 0 14.385-6.453 14.385-14.385s-6.453-14.385-14.385-14.385zM6.521 24.708c2.339 2.557 5.724 4.152 9.479 4.152 1.917 0 3.735-0.417 5.369-1.167l-8.932-8.907zM25.573 24.62c2.052-2.281 3.307-5.323 3.307-8.625 0-5.177-3.047-9.62-7.421-11.677l-8.12 8.099 12.219 12.204zM12.401 13.38l-6.765 6.74-0.907-0.907 15.421-15.416c-1.301-0.437-2.692-0.677-4.151-0.677-7.115-0.005-12.885 5.765-12.885 12.88 0 2.896 0.953 5.573 2.588 7.735l6.74-6.74 0.479 0.437 9.663 9.661c0.197-0.109 0.38-0.219 0.556-0.353l-10.703-10.672-6.468 6.473-0.907-0.905 7.38-7.381 0.479 0.443 11.281 11.251c0.177-0.136 0.339-0.292 0.5-0.421l-12.181-12.157-0.109 0.021zM16.464 14.749l-0.901-0.9 6.38-6.385 0.907 0.916-6.385 6.38zM22.521 5.979l-7.36 7.36-0.907-0.907 7.36-7.359 0.907 0.911z\"/>\n</svg>\n</li><li title=\"cib travisci \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M26.76 12.385v-0.025c0.011-0.053 0.188-1.267-0.109-2.985-0.011-0.083-0.067-0.151-0.145-0.177l-0.464-0.129c-0.109-3.615-1.604-5.333-1.64-5.375 1.333 2.135 1.317 4.681 1.292 5.28l-2.891-0.837h-0.057c-0.016-0.005-0.032-0.005-0.052 0h-0.043l-0.011 0.009-0.041 0.027-0.011 0.016-0.203 0.187c0.079-2.068-0.38-4.124-1.333-5.963 0.041 0.083 1.068 3.109 0.708 6.495-0.109 0.093-0.229 0.181-0.348 0.265-0.052 0.041-0.089 0.104-0.095 0.177-0.031 0.713-0.213 1.421-0.531 2.063-2.375-0.161-4.76-0.161-7.136 0l-0.011-0.052c-0.301-0.625-0.473-1.308-0.504-2 0-0.079-0.032-0.131-0.095-0.188-0.124-0.084-0.244-0.172-0.359-0.265-0.349-3.385 0.677-6.412 0.703-6.495-0.943 1.843-1.401 3.895-1.317 5.963l-0.204-0.187-0.009-0.016-0.043-0.027-0.041-0.009h-0.104l-2.907 0.823c-0.067-1.844 0.38-3.672 1.292-5.276-0.036 0.052-1.531 1.755-1.64 5.369l-0.464 0.136c-0.079 0.025-0.136 0.093-0.145 0.172-0.297 1.733-0.136 2.932-0.12 2.989v0.025l-0.109 0.027c-0.443 0.129-0.876 0.312-1.281 0.531 0.213-0.077 0.427-0.129 0.667-0.197 1.12-0.261 2.255-0.432 3.401-0.505l1.359-0.109c1.844-0.104 3.667-0.136 5.511-0.136 2.292-0.005 4.588 0.073 6.875 0.245 1.147 0.099 2.281 0.271 3.401 0.505 0.229 0.052 0.443 0.12 0.667 0.197-0.412-0.224-0.844-0.401-1.292-0.531l-0.12-0.027zM11.683 11.599c-1.209 0.151-2.401 0.375-3.579 0.667-0.025-0.197-0.131-1.249 0.093-2.692l3.281-0.933c-0.052 0.996 0.048 1.996 0.292 2.959zM12.172 11.547v-0.109c-0.208-0.853-0.303-1.729-0.265-2.609 0.213 0.199 0.505 0.453 0.801 0.667 0.027 0.292 0.104 1.156 0.489 1.959zM22.281 11.437v0.109c-0.344-0.036-0.688-0.068-1.027-0.093 0.396-0.803 0.464-1.667 0.491-1.975 0.296-0.197 0.588-0.452 0.801-0.667 0.027 0.589 0 1.641-0.265 2.625zM26.349 12.265c-1.167-0.323-2.36-0.541-3.563-0.667h-0.12l0.027-0.036c0.239-0.959 0.328-1.943 0.265-2.923l3.281 0.933c0.145 0.891 0.176 1.796 0.093 2.692zM22.401 20.317c0.932-0.025 1.427-0.301 1.891-0.077 0-0.027-0.147-0.469-0.797-0.385 0.089-0.215 0.12-0.443 0.093-0.667-0.093-1.084-0.708-1.933-1.4-1.923-0.683 0.027-1.12 0.932-1.095 2 0.043 1.084 0.625 1.068 1.308 1.052zM22.136 17.959c0.468 0 0.468 0.708 0 0.708-0.475 0-0.475-0.708 0-0.708zM11.683 20.505h0.421c0.699 0 1.256 0.057 1.256-1.027-0.011-1.067-0.496-1.948-1.172-1.948-0.693 0-1.36 0.896-1.324 1.975 0.016 0.281 0.057 0.479 0.136 0.631-0.615 0.156-0.771 0.531-0.787 0.547 0.375-0.204 0.803-0.177 1.469-0.177zM12.281 18.213c0.468-0.011 0.484 0.699 0.011 0.708-0.469 0.005-0.485-0.697-0.011-0.708zM31.921 11.281c-0.015-0.12-0.036-0.235-0.057-0.349l-0.077-0.359-0.027-0.079-0.067-0.057c-0.36-0.276-0.751-0.511-1.163-0.703-0.333-0.147-0.667-0.297-1.009-0.417-0.912-2.615-2.563-4.911-4.751-6.609-4.453-3.421-10.651-3.421-15.104 0-2.183 1.708-3.823 4.005-4.735 6.625l-1 0.412c-0.401 0.203-0.796 0.416-1.172 0.708l-0.067 0.052-0.027 0.083c-0.068 0.229-0.109 0.464-0.136 0.704-0.099 0.697-0.104 1.401-0.025 2.093 0.099 0.817 0.312 1.615 0.631 2.375l0.077 0.172 0.052 0.084 0.052 0.088 0.043 0.068 0.077 0.041c0.073 0.037 0.147 0.073 0.213 0.104l0.213 0.095 0.109 0.057c-0.932 0.864-1.957 2-2.853 3.395l-1.12 1.751 1.573-1.375c0.025-0.027 1.333-1.161 3.547-2.453l0.025 0.255c-0.129 0.063-0.839 0.428-1.041 0.599-0.344 0.281-0.359 0.72-0.265 1.548 0.041 0.411 0.203 1.224 0.416 1.973 0.371 1.292 0.641 1.521 0.865 1.573 0.109 0.025 0.255 0.036 0.401 0.036 0.427 0 0.957-0.088 1.317-0.183 0.401 1.276 1 2.439 1.708 3.464-0.041 0-0.068 0-0.109 0.027l-2.421-1.131-1.068-0.469 0.625 0.975c0.052 0.068 1.12 1.735 2 2.864 0.905 1.36 2.437 2.161 4.067 2.136 0.267 0 0.532 0 0.797-0.041l1.469-0.172c2.911 1.093 6.167 0.765 8.801-0.891 0.88-0.204 1.865-0.443 2.344-0.579l0.265-0.063c0.683-0.161 1.819-0.427 2.417-1.629l1.599-3.105 0.479-0.869-0.905 0.401c-0.052 0.016-1.199 0.521-1.787 0.828-0.027 0-0.041 0.027-0.068 0.041 0.479-0.989 0.719-1.776 0.803-2.083 0.343 0.083 0.839 0.068 1.197 0.068 0.177 0 0.36-0.027 0.479-0.053 0.229-0.067 0.417-0.228 0.761-1.547 0.203-0.776 0.348-1.615 0.375-2.041 0.079-0.855 0.052-1.292-0.281-1.583-0.172-0.136-0.667-0.401-0.932-0.537l0.016-0.093 0.197 0.041 0.24-0.864c0.224-0.104 0.448-0.199 0.681-0.281l0.215-0.095 0.213-0.109 0.077-0.036 0.043-0.068 0.061-0.093 0.043-0.079 0.077-0.176c0.161-0.319 0.287-0.652 0.376-1 0.317-1.125 0.395-2.308 0.228-3.464zM4.907 15.027c0.375-0.084 0.755-0.157 1.135-0.224-0.348 0.224-0.667 0.479-1 0.728zM12.771 14.651c-0.479 0.333-1.011 0.761-1.531 1.281-1.161 0.12-2.308 0.265-3.453 0.453 1.468-0.677 3.161-1.307 4.984-1.735zM10.625 16.599c-0.172 0.204-0.319 0.401-0.48 0.631l-0.905 1.292 1.333-0.881c0 0 0.853-0.572 2.229-1.239 1.885-0.141 3.781-0.199 5.676-0.161-0.265 0.213-0.547 0.427-0.839 0.599l-0.973 0.588c-0.615 0.079-1.145 0.224-1.172 0.24-0.021 0-0.036 0.005-0.057 0.016-0.041 0.031-0.077 0.077-0.088 0.129l-1 3.267-5.308 1.187-1.681-1.172-0.48-3.948c0.948-0.172 2.213-0.375 3.735-0.531zM17.828 17.401c0.093-0.016 1.932-0.24 4.104-0.989 2.428 0.187 4.401 0.484 5.751 0.724l-0.485 3.359-1.676 1.172-5.308-0.599-0.984-3.256c-0.021-0.067-0.079-0.124-0.151-0.145-0.037-0.016-0.693-0.197-1.385-0.265zM20.385 14.281c-0.307 0.401-0.735 0.891-1.249 1.369-1.6-0.041-3.193-0.025-4.787 0.057 1.979-0.828 4.067-1.38 6.197-1.64zM5.292 23.145c-0.265-0.265-0.745-2.067-0.855-3.025-0.077-0.771-0.025-0.948 0.057-1.016 0.093-0.077 0.437-0.265 0.735-0.437l0.396 3.281c0 0.052 0.041 0.12 0.093 0.145l0.828 0.589 0.104 0.333c-0.344 0.088-1.036 0.197-1.359 0.129zM18.683 29.36l-0.511 0.067h-0.36l0.308-0.681 0.573 0.615zM17.735 31.36c-0.891 0.052-1.781-0.048-2.641-0.292l0.188-0.027c0.079 0 1.64-0.213 2.344-1.255h0.239l0.333-0.016c0.272-0.025 0.521-0.063 0.776-0.12l0.079 0.084c0.536 0.531 1.203 0.828 1.907 0.88-1.027 0.412-2.131 0.667-3.224 0.735zM27.453 22.855c-0.308 1-0.667 1.864-1.079 2.667h-0.296c-0.319 0-0.641-0.027-1-0.052l-1.907-0.204-2.027-1.615c-0.156-0.156-0.375-0.244-0.599-0.239-0.265 0-0.683 0.109-1.683 0.4 0.521-0.385 0.537-0.88 0.537-0.88s-0.751 0.683-1.923 0.828c-1.187 0.161-2.104-0.563-2.104-0.563 0.037 0.12 0.095 0.401 0.36 0.641-0.464-0.052-0.932-0.073-1.401-0.052-0.719 0.041-1.735 1.145-2.469 2.255l-2.719 0.823c-1.197-1.635-1.785-3.333-1.839-3.504l-0.067-0.199 0.307 0.213 0.745 0.532 0.271 0.172c0.025 0.025 0.063 0.041 0.12 0.041h0.052l6.932-1.557c0.093 0 0.145-0.068 0.172-0.136l0.989-3.281c0.297-0.041 0.604-0.041 0.907 0l1.011 3.376c0.025 0.077 0.109 0.129 0.203 0.145l0.464 0.052 6.52 0.751c0.052 0 0.109 0 0.161-0.043l0.652-0.453 0.604-0.427 0.224-0.161zM25.907 23.016l-6.771-0.776-1.016-3.344c-0.021-0.084-0.089-0.147-0.172-0.161-0.224-0.041-0.443-0.063-0.667-0.068-0.188 0-0.401 0.027-0.667 0.068-0.079 0.020-0.141 0.083-0.161 0.161l-1 3.265-6.719 1.489-2.667-1.864-0.537-4.24 0.349-0.197 0.557-0.109 0.495 4c0 0.067 0.041 0.135 0.095 0.161l1.837 1.281c0.032 0.025 0.084 0.036 0.12 0.036h0.057l5.532-1.224 0.052-0.025c0.052-0.032 0.093-0.079 0.109-0.136l1-3.281c0.265-0.068 0.932-0.224 1.547-0.224 0.599 0 1.281 0.156 1.557 0.224l0.989 3.281c0.027 0.093 0.104 0.145 0.188 0.161l5.531 0.625c0.052 0 0.104 0 0.161-0.041l1.823-1.276c0.053-0.037 0.084-0.089 0.095-0.152l0.495-3.437 0.921 0.199-0.547 3.785-2.599 1.819zM30 18.615c0.079 0.068 0.136 0.24 0.068 1.052-0.084 1.036-0.339 2.052-0.761 3-0.28 0.052-0.88 0-1.239-0.093l0.129-0.625 0.631-0.443c0.047-0.032 0.084-0.084 0.093-0.145l0.453-3.12zM29.24 16.839c-0.975-0.213-3.104-0.641-6.027-0.932 0.959-0.401 1.932-0.907 2.803-1.532 1.729 0.24 3.011 0.505 3.703 0.667zM31.281 13.292c-0.104 0.744-0.297 1.473-0.573 2.177l-0.068 0.129-0.025 0.052-0.093 0.057-0.204 0.079-0.197 0.093 0.349-1.292c-0.704-0.176-1.412-0.328-2.12-0.452l0.129-0.032c0.396-0.099 0.781-0.24 1.147-0.421 0.12-0.068 0.229-0.152 0.323-0.256-1.281 0.428-3.948 0.224-6.308 0-2.156-0.239-4.323-0.369-6.495-0.385-2.187 0-4.343 0.156-6.505 0.371-2.359 0.255-5.015 0.443-6.307 0.015 0.093 0.104 0.213 0.188 0.333 0.256l0.36 0.181c0.343 0.136 0.703 0.24 1.067 0.308-1.161 0.213-1.839 0.401-1.921 0.416l0.359 1.36-0.025 0.025-0.573-0.265-0.093-0.057-0.027-0.052-0.067-0.129c-0.303-0.693-0.5-1.428-0.573-2.177-0.104-0.828-0.099-1.667 0.016-2.489 0.291-0.24 0.615-0.453 0.948-0.667 0.947-0.516 1.932-0.964 2.943-1.333l0.629-0.215c-0.719 0.109-1.421 0.281-2.109 0.505 1.771-4.927 6.396-8.255 11.631-8.359 5.063 0 9.692 3.292 11.625 8.359-0.688-0.213-1.385-0.385-2.095-0.505 0.819 0.287 1.625 0.615 2.412 0.975 0.391 0.172 0.776 0.369 1.135 0.583 0.344 0.188 0.667 0.401 0.959 0.657l0.041 0.224 0.027 0.323c0.047 0.645 0.031 1.296-0.052 1.943zM15.812 5.896h-1.916v-2.724h6.797v2.724h-1.933v-0.803h-0.443v3.677h0.667v2.057h-3.385v-2.057h0.667v-3.677h-0.437v0.803z\"/>\n</svg>\n</li><li title=\"cib treehouse \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M27.38 5.49c-1.073-0.604-2.786 0.37-3.828 2.182l-1.885 3.281c-0.693 1.359-0.589 2.984 0.281 4.24l0.052 0.083c0.87 1.255 2.047 2.411 2.432 2.823 1.099 1.177 0.563 3.099-0.984 3.542-1.474 0.411-2.896-0.813-2.703-2.333 0.063-0.464-0.089-1.234-0.766-1.984-0.672-0.75-2.052 0.667-2.495 2.146l-0.021 0.083c-0.448 1.458-0.729 2.734-0.646 2.859 0.052 0.078 0.099 0.156 0.141 0.24 1.51 2.844-2.75 5.109-4.26 2.271-0.63-1.177-0.182-2.641 0.995-3.266l0.161-0.078c0.089-0.042 0.349-0.651 0.563-1.375l0.401-1.318c0.026-0.063 0.047-0.141 0.063-0.224l1.198-4.255-1.276 2.615c-0.151-0.484-0.401-0.505-0.948-0.12-0.323 0.245-0.87 0.708-1.135 0.891-0.484 0.365-0.911 1.052-1.13 1.479-0.125 0.266-0.313 0.495-0.547 0.667-0.911 0.75-2.25 0.609-2.979-0.302-0.99-1.234-0.333-3.078 1.214-3.401 0.547-0.125 2.37-1.24 3.464-2.031 0.203-0.141 0.365-0.26 0.505-0.401l2.938-2.229-2.552 1.375c0 0-0.26-0.021-0.568 0.026-0.932 0.099-1.906 0.24-2.083 0.464-0.104 0.146-0.234 0.271-0.391 0.365-0.849 0.609-2.021 0.427-2.651-0.422-0.604-0.859-0.406-2.047 0.448-2.661 0.349-0.245 0.771-0.365 1.156-0.365 0.688 0.021 2.49 0.385 3.99 0.125l0.385-0.063c1.516-0.26 3.297-1.578 4.031-2.917l1.578-2.755c0.87-1.516 0.813-3.177-0.141-3.724l-1.766-1.016c-0.87-0.484-2.286-0.484-3.135 0l-11.813 6.62c-0.891 0.469-1.599 1.682-1.599 2.677v12.99c0 0.995 0.708 2.208 1.573 2.693l11.797 6.646c0.87 0.484 2.292 0.484 3.141 0l11.766-6.646c0.87-0.49 1.578-1.698 1.578-2.693v-13.010c0-0.995-0.708-2.208-1.557-2.698l-1.948-1.094z\"/>\n</svg>\n</li><li title=\"cib trello \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M28 0h-24c-2.208 0-4 1.792-4 4v24c0 2.208 1.792 4 4 4h24c2.208 0 4-1.792 4-4v-24c0-2.208-1.792-4-4-4zM13.922 24.24c0 1.063-0.859 1.922-1.922 1.922h-5.922c-1.057 0-1.917-0.865-1.917-1.922v-18.161c0-1.057 0.859-1.917 1.917-1.917h5.922c1.063 0 1.922 0.859 1.922 1.917zM27.839 16.24c0 1.057-0.859 1.922-1.917 1.922h-5.922c-1.063 0-1.922-0.865-1.922-1.922v-10.161c0-1.057 0.865-1.917 1.922-1.917h5.922c1.057 0 1.917 0.859 1.917 1.917z\"/>\n</svg>\n</li><li title=\"cib tripadvisor \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M30.683 12.708c0.375-1.609 1.568-3.219 1.568-3.219h-5.349c-3.005-1.943-6.647-2.968-10.688-2.968-4.187 0-7.968 1.041-10.953 3h-5.009c0 0 1.176 1.583 1.556 3.181-0.973 1.344-1.556 2.964-1.556 4.745 0 4.416 3.599 8.011 8.015 8.011 2.527 0 4.765-1.183 6.245-3.005l1.697 2.552 1.724-2.584c0.761 0.985 1.761 1.781 2.937 2.324 1.943 0.88 4.125 0.979 6.125 0.239 4.141-1.536 6.26-6.161 4.74-10.301-0.276-0.74-0.641-1.401-1.079-1.98zM26.453 23.473c-1.599 0.595-3.339 0.527-4.891-0.192-1.099-0.511-2.005-1.308-2.651-2.303-0.272-0.4-0.5-0.833-0.672-1.296-0.199-0.527-0.292-1.068-0.344-1.62-0.099-1.109 0.057-2.229 0.536-3.271 0.719-1.552 2-2.735 3.604-3.328 3.319-1.219 7 0.484 8.219 3.791 1.224 3.308-0.479 6.991-3.781 8.215h-0.020zM13.563 21.027c-1.151 1.692-3.093 2.817-5.297 2.817-3.525 0-6.401-2.875-6.401-6.396s2.876-6.401 6.401-6.401c3.527 0 6.396 2.88 6.396 6.401 0 0.219-0.036 0.416-0.063 0.64-0.109 1.079-0.453 2.1-1.036 2.959zM4.197 17.364c0 2.188 1.781 3.959 3.964 3.959s3.959-1.771 3.959-3.959c0-2.181-1.776-3.952-3.959-3.952-2.177 0-3.959 1.771-3.959 3.952zM20.265 17.364c0 2.188 1.771 3.959 3.953 3.959s3.959-1.771 3.959-3.959c0-2.181-1.776-3.952-3.959-3.952-2.177 0-3.959 1.771-3.959 3.952zM5.568 17.364c0-1.427 1.161-2.593 2.583-2.593 1.417 0 2.599 1.167 2.599 2.593 0 1.433-1.161 2.6-2.599 2.6-1.443 0-2.604-1.167-2.604-2.6zM21.615 17.364c0-1.427 1.156-2.593 2.593-2.593 1.423 0 2.584 1.167 2.584 2.593 0 1.433-1.156 2.6-2.599 2.6-1.444 0-2.6-1.167-2.6-2.6zM16.208 7.921c2.88 0 5.48 0.516 7.761 1.548-0.86 0.025-1.699 0.176-2.543 0.479-2.015 0.74-3.62 2.224-4.5 4.167-0.416 0.88-0.635 1.812-0.719 2.755-0.301-4.104-3.681-7.353-7.844-7.437 2.281-0.979 4.928-1.511 7.787-1.511z\"/>\n</svg>\n</li><li title=\"cib trulia \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16 0c-5.079 0.027-8.36 3.437-8.36 8.593 0 4.267 2.781 7.923 4.371 13.469 0.911 3.177 1.401 7.068 1.651 9.937h4.677c0.255-2.869 0.74-6.76 1.651-9.937 1.589-5.547 4.371-9.199 4.371-13.469 0-5.156-3.281-8.567-8.36-8.593zM16.027 13.136c-2.109 0-3.824-1.715-3.824-3.824s1.715-3.823 3.824-3.823c2.113 0 3.828 1.708 3.828 3.823 0 2.109-1.715 3.824-3.828 3.824z\"/>\n</svg>\n</li><li title=\"cib tumblr \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M19.417 32c-6.792 0-9.375-5.010-9.375-8.547v-10.458h-3.219v-4.13c4.839-1.75 6.016-6.13 6.276-8.625 0.021-0.172 0.156-0.24 0.234-0.24h4.688v8.151h6.401v4.844h-6.427v9.964c0.021 1.333 0.5 3.161 2.943 3.161h0.12c0.844-0.031 1.984-0.276 2.583-0.563l1.542 4.568c-0.583 0.849-3.203 1.833-5.542 1.87h-0.24z\"/>\n</svg>\n</li><li title=\"cib twilio \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16 0c-8.823-0.010-15.99 7.135-16 15.964v0.036c0 8.854 7.146 16 16 16s16-7.146 16-16c0-8.854-7.146-16-16-16zM16 27.734c-6.464 0.021-11.714-5.203-11.734-11.667v-0.068c-0.021-6.464 5.203-11.714 11.667-11.734h0.068c6.464-0.021 11.714 5.203 11.734 11.667v0.068c0.021 6.464-5.203 11.714-11.667 11.734zM23.255 12.052c0 1.813-1.495 3.307-3.307 3.307-1.823-0.010-3.297-1.484-3.307-3.307 0-1.813 1.495-3.307 3.307-3.307s3.307 1.495 3.307 3.307zM23.255 19.948c0 1.813-1.495 3.307-3.307 3.307-1.823-0.010-3.302-1.49-3.307-3.307 0-1.813 1.495-3.307 3.307-3.307s3.307 1.495 3.307 3.307zM15.359 19.948c0 1.813-1.49 3.307-3.302 3.307-1.823-0.010-3.302-1.484-3.307-3.307 0-1.813 1.49-3.307 3.307-3.307 1.807 0 3.302 1.495 3.302 3.307zM15.359 12.052c0 1.813-1.49 3.307-3.302 3.307-1.823-0.010-3.302-1.484-3.307-3.307 0-1.813 1.49-3.307 3.307-3.307 1.807 0 3.302 1.495 3.302 3.307z\"/>\n</svg>\n</li><li title=\"cib twitch \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M2.787 0l-2.089 5.568v22.255h7.652v4.177h4.177l4.167-4.177h6.26l8.349-8.344v-19.479zM5.568 2.781h22.953v15.301l-4.871 4.871h-7.651l-4.172 4.172v-4.172h-6.26zM13.219 16.697h2.781v-8.348h-2.781zM20.864 16.697h2.781v-8.348h-2.781z\"/>\n</svg>\n</li><li title=\"cib twitter \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M31.937 6.093c-1.177 0.516-2.437 0.871-3.765 1.032 1.355-0.813 2.391-2.099 2.885-3.631-1.271 0.74-2.677 1.276-4.172 1.579-1.192-1.276-2.896-2.079-4.787-2.079-3.625 0-6.563 2.937-6.563 6.557 0 0.521 0.063 1.021 0.172 1.495-5.453-0.255-10.287-2.875-13.52-6.833-0.568 0.964-0.891 2.084-0.891 3.303 0 2.281 1.161 4.281 2.916 5.457-1.073-0.031-2.083-0.328-2.968-0.817v0.079c0 3.181 2.26 5.833 5.26 6.437-0.547 0.145-1.131 0.229-1.724 0.229-0.421 0-0.823-0.041-1.224-0.115 0.844 2.604 3.26 4.5 6.14 4.557-2.239 1.755-5.077 2.801-8.135 2.801-0.521 0-1.041-0.025-1.563-0.088 2.917 1.86 6.36 2.948 10.079 2.948 12.067 0 18.661-9.995 18.661-18.651 0-0.276 0-0.557-0.021-0.839 1.287-0.917 2.401-2.079 3.281-3.396z\"/>\n</svg>\n</li><li title=\"cib twoo \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M13.49 22.505c0.083-0.073 0.172-0.146 0.25-0.224-1.609 1.568-3.672 2.339-5.719 2.313h-0.031c-2.063-0.036-4.109-0.875-5.661-2.526-0.979-1.042-1.646-2.276-2.010-3.589v-0.010c-0.802-2.932-0.083-6.229 2.141-8.542 3.13-3.245 8.094-3.323 11.281-0.271l2.344 2.458 5.635 5.979h0.026c0.057 0.063 0.12 0.099 0.156 0.161 1.141 1.036 2.885 1 3.979-0.141 1.161-1.198 1.203-3.161 0.068-4.38-0.125-0.141-0.266-0.26-0.406-0.359l-0.323-0.224c-1.094-0.599-2.5-0.396-3.438 0.563-0.141 0.141-0.26 0.302-0.359 0.464-0.401 0.62-0.542 1.359-0.464 2.078l-2.016-2.036-2.344-2.224c0.38-0.75 0.875-1.458 1.484-2.089 0.141-0.141 0.281-0.281 0.427-0.411-0.089 0.073-0.172 0.151-0.255 0.224 1.615-1.568 3.677-2.339 5.724-2.313h0.031c2.057 0.036 4.104 0.875 5.661 2.526 0.974 1.042 1.641 2.276 2.005 3.594v0.005c0.807 2.932 0.089 6.234-2.141 8.542-3.125 3.245-8.094 3.328-11.276 0.276l-1.62-1.719-0.724-0.771-5.63-6.005-0.005-0.016c-0.026 0-0.026-0.021-0.026-0.021-0.057-0.063-0.12-0.12-0.161-0.182-1.135-1.042-2.88-1.021-3.974 0.141-1.161 1.198-1.203 3.156-0.063 4.359 0.12 0.141 0.26 0.24 0.401 0.359l0.318 0.203c1.099 0.578 2.505 0.396 3.443-0.583 0.141-0.141 0.26-0.302 0.359-0.458 0.401-0.62 0.542-1.38 0.458-2.104l2.021 2.083 2.344 2.359c-0.38 0.755-0.875 1.464-1.484 2.094-0.141 0.141-0.281 0.281-0.427 0.406z\"/>\n</svg>\n</li><li title=\"cib typescript \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M0 16v16h32v-32h-32zM25.786 14.724c0.813 0.203 1.432 0.568 2.005 1.156 0.292 0.312 0.729 0.885 0.766 1.026 0.010 0.042-1.38 0.974-2.224 1.495-0.031 0.021-0.156-0.109-0.292-0.313-0.411-0.599-0.844-0.859-1.505-0.906-0.969-0.063-1.594 0.443-1.589 1.292-0.005 0.208 0.042 0.417 0.135 0.599 0.214 0.443 0.615 0.708 1.854 1.245 2.292 0.984 3.271 1.635 3.88 2.557 0.682 1.031 0.833 2.677 0.375 3.906-0.51 1.328-1.771 2.234-3.542 2.531-0.547 0.099-1.849 0.083-2.438-0.026-1.286-0.229-2.505-0.865-3.255-1.698-0.297-0.323-0.87-1.172-0.833-1.229 0.016-0.021 0.146-0.104 0.292-0.188s0.682-0.396 1.188-0.688l0.922-0.536 0.193 0.286c0.271 0.411 0.859 0.974 1.214 1.161 1.021 0.542 2.422 0.464 3.115-0.156 0.281-0.234 0.438-0.594 0.417-0.958 0-0.37-0.047-0.536-0.24-0.813-0.25-0.354-0.755-0.656-2.198-1.281-1.651-0.714-2.365-1.151-3.010-1.854-0.406-0.464-0.708-1.010-0.88-1.599-0.12-0.453-0.151-1.589-0.057-2.042 0.339-1.599 1.547-2.708 3.281-3.036 0.563-0.109 1.875-0.068 2.427 0.068zM18.276 16.063l0.010 1.307h-4.167v11.839h-2.948v-11.839h-4.161v-1.281c0-0.714 0.016-1.307 0.036-1.323 0.016-0.021 2.547-0.031 5.62-0.026l5.594 0.016z\"/>\n</svg>\n</li><li title=\"cib typo3 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M24.104 22.052c-0.474 0.141-0.849 0.193-1.349 0.193-4.063 0-10.031-14.203-10.031-18.932 0-1.74 0.417-2.318 0.995-2.818-4.974 0.583-10.943 2.406-12.849 4.729-0.417 0.578-0.667 1.49-0.667 2.651 0 7.38 7.875 24.125 13.432 24.125 2.573 0 6.906-4.224 10.469-9.948zM21.51 0c5.141 0 10.286 0.828 10.286 3.729 0 5.891-3.734 13.021-5.641 13.021-3.401 0-7.625-9.453-7.625-14.177 0-2.161 0.828-2.573 2.979-2.573z\"/>\n</svg>\n</li><li title=\"cib uber \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M15.958 0.010c-8.214-0.005-15.094 6.219-15.911 14.391h11.115v-2.401c0-0.438 0.359-0.797 0.797-0.797h8c0.443 0 0.797 0.359 0.797 0.802v7.995c0 0.438-0.354 0.797-0.797 0.797h-8c-0.443 0-0.797-0.359-0.797-0.797v-2.401h-11.115c0.885 8.792 8.724 15.198 17.51 14.313 8.792-0.88 15.198-8.724 14.313-17.51-0.818-8.172-7.698-14.391-15.911-14.391z\"/>\n</svg>\n</li><li title=\"cib ubisoft \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M31.416 15.984c-0.348-16.391-22.145-22.505-30.541-7.14 0.376 0.276 0.88 0.635 1.256 0.896-0.62 1.296-1.057 2.676-1.303 4.093-0.161 0.912-0.244 1.833-0.244 2.76 0 8.5 6.911 15.407 15.421 15.407 8.516 0 15.411-6.896 15.411-15.407zM4.385 18.729c-0.203 1.667-0.073 2.183-0.073 2.385l-0.375 0.131c-0.14-0.272-0.489-1.24-0.651-2.543-0.407-4.957 2.979-9.421 8.14-10.265 4.724-0.692 9.251 2.245 10.303 6.349l-0.375 0.131c-0.115-0.115-0.303-0.448-1.027-1.172-5.708-5.709-14.672-3.095-15.943 4.989zM19.057 21.505c-0.787 1.135-2.079 1.812-3.453 1.807-2.328 0.005-4.213-1.88-4.208-4.208 0.005-2.197 1.708-4.025 3.901-4.187 1.359-0.057 2.629 0.676 3.224 1.864 0.651 1.301 0.411 2.88-0.604 3.927 0.389 0.276 0.765 0.537 1.14 0.797zM27.828 21.667c-2.224 5.041-6.807 7.688-11.692 7.615-9.381-0.464-12.109-11.287-5.839-15.188l0.276 0.271c-0.104 0.147-0.48 0.439-1.057 1.579-0.677 1.385-0.896 2.776-0.808 3.641 0.489 7.561 11.089 9.109 14.729 1.619 4.641-10.244-7.677-20.667-18.604-12.703l-0.245-0.245c2.876-4.509 8.5-6.52 13.86-5.176 8.197 2.067 12.604 10.609 9.38 18.588z\"/>\n</svg>\n</li><li title=\"cib ublock origin \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16 0c-5.995 4-7.995 4-14 4 0 20.005 0 20.005 14 28 14-7.995 14-7.995 14-28-5.995 0-7.995 0-14-4zM7.943 9.964h2.016v6.047c0 1.76 0.249 2.011 2.015 2.011 1.767 0 2.016-0.256 2.016-2.016v-6.041h2.011v1.020c0.869-0.661 1.932-1.020 3.027-1.020 2.776 0.009 5.025 2.26 5.031 5.041-0.011 2.776-2.26 5.025-5.036 5.031-1.349-0.005-2.641-0.547-3.584-1.509-0.615 1.025-1.749 1.509-3.464 1.509-2.771 0-4.031-1.26-4.031-4.031zM19.021 11.979c-1.677-0.009-3.032 1.349-3.021 3.027-0.005 1.672 1.355 3.025 3.027 3.016 1.671 0.009 3.025-1.349 3.015-3.027 0.011-1.672-1.348-3.025-3.020-3.016z\"/>\n</svg>\n</li><li title=\"cib ubuntu \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16 0c8.828 0 16 7.172 16 16s-7.172 16-16 16c-8.828 0-16-7.172-16-16s7.172-16 16-16zM20.37 23.573c-1.021 0.589-1.37 1.896-0.781 2.917s1.896 1.375 2.922 0.781c1.021-0.589 1.37-1.896 0.776-2.917-0.589-1.021-1.891-1.375-2.917-0.781zM16 22.24c-0.938 0-1.828-0.208-2.63-0.578l-1.484 2.656c1.245 0.615 2.641 0.964 4.115 0.964 0.859 0 1.693-0.12 2.479-0.344 0.141-0.854 0.646-1.641 1.458-2.115 0.813-0.469 1.755-0.516 2.563-0.208 1.583-1.547 2.609-3.661 2.76-6.021l-3.047-0.042c-0.281 3.188-2.953 5.688-6.214 5.688zM9.76 16c0-2.109 1.047-3.974 2.651-5.104l-1.557-2.615c-1.875 1.24-3.26 3.156-3.844 5.375 0.677 0.542 1.109 1.38 1.109 2.323 0 0.938-0.432 1.76-1.109 2.318 0.583 2.219 1.969 4.141 3.844 5.38l1.557-2.62c-1.604-1.099-2.651-2.958-2.651-5.057zM5.12 13.865c-1.182 0-2.135 0.953-2.135 2.135s0.953 2.135 2.135 2.135c1.182 0 2.135-0.953 2.135-2.135s-0.953-2.135-2.135-2.135zM16 9.76c3.26 0 5.932 2.5 6.214 5.688l3.047-0.047c-0.151-2.354-1.182-4.469-2.76-6.021-0.813 0.307-1.75 0.26-2.563-0.203-0.807-0.474-1.318-1.26-1.458-2.125-0.792-0.214-1.62-0.333-2.479-0.333-1.479 0-2.875 0.349-4.115 0.964l1.484 2.656c0.802-0.37 1.693-0.578 2.63-0.578zM20.37 8.427c1.021 0.589 2.328 0.24 2.922-0.781 0.589-1.021 0.24-2.328-0.786-2.922-1.021-0.583-2.328-0.24-2.917 0.786-0.589 1.021-0.24 2.328 0.781 2.917z\"/>\n</svg>\n</li><li title=\"cib udacity \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M10.682 0.182l-10.682 6.057v13.943c-0.021 6.406 5.219 11.615 11.698 11.635 2.141 0.005 4.156-0.557 5.885-1.536l8.651-4.917c3.417-1.74 5.75-5.26 5.766-9.323v-14.578l-2.12-1.224-8.672 4.844v15.161c-0.005 0.641-0.031 1.115-0.203 1.911-0.292 1.224-0.698 2.083-0.766 2.224-0.682-0.042-2.063-0.422-3.182-1.083-0.563-0.318-1.219-0.802-1.818-1.359-0.401-0.38-0.745-0.818-1.042-1.26-0.318-0.458-0.578-0.938-0.781-1.438-0.219-0.521-0.375-1.042-0.5-1.583-0.12-0.557-0.135-1.135-0.135-1.698l0.021-14.557-2.12-1.208zM15.594 28.964c-0.578 0.234-1.182 0.417-1.797 0.547-0.635 0.125-1.224 0.188-1.87 0.188-0.651 0-1.307-0.073-1.938-0.203-0.615-0.125-1.219-0.313-1.802-0.557-0.563-0.24-1.115-0.536-1.625-0.875-1.318-0.922-2-1.724-2.589-2.583-0.344-0.521-0.635-1.063-0.88-1.62-0.24-0.578-0.427-1.182-0.552-1.781-0.12-0.62-0.141-1.281-0.141-1.917v-12.724l8-4.823v13.344c0 5.078 3.76 9.307 8.604 10.333-0.182 0.219-0.323 0.438-0.526 0.635-0.438 0.432-0.896 0.833-1.417 1.172-0.5 0.344-0.859 0.62-1.422 0.859zM29.469 17.75c-0.115 0.542-0.281 1.073-0.5 1.583-0.583 1.271-1.531 2.359-2.318 3.057-1.625 1.469-3.635 1.922-3.865 1.922 0.479-1.266 0.807-2.62 0.813-4.052v-13.958l6.005-3.635 0.005 13.344c0 0.578-0.026 1.172-0.141 1.729z\"/>\n</svg>\n</li><li title=\"cib udemy \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M31.438 17.839c-0.104-0.089-0.234-0.156-0.37-0.188-0.802 0.818-1.802 1.667-2.667 2.245-0.417 0.266-0.932 0.396-1.266 0.396-0.786 0-1.12-0.729-1.214-1.917-0.172-2.146-0.25-4.292-0.229-6.443 0-3.010-0.693-5.068-2.505-5.224l-0.24-0.016c-1.109 0-1.656 0.573-2.359 2.026-0.615 1.255-1.563 3.068-3.307 6.536-1.318 2.62-2.88 5.109-4.667 7.438-0.417 0.505-0.734 0.854-1.042 1.068-0.172 0.12-0.375 0.182-0.589 0.188-0.573 0-1-0.479-1.13-1.615-0.036-0.307-0.057-0.615-0.052-0.922 0-2.333 0.88-6.13 2.396-11.703 1.109-4.068 0.641-6.844-1.786-6.844h-0.036c-0.547 0-1 0.214-1.443 0.563-0.438 0.333-0.865 1.078-1.281 2.078-0.453 1.12-3.224 6.708-7.651 9.599-0.052 1.083 0.563 2.177 1.828 2.307 1.13 0.109 1.943-0.37 2.984-1.078l-0.214 0.974c-0.271 1.146-0.49 2.302-0.667 3.464-0.615 5.604 1.964 8.365 4.99 8.365 0.505 0 1.010-0.068 1.505-0.203 3.333-0.839 6.531-4.677 10.333-13.505-0.052 0.896-0.057 1.797-0.016 2.693 0.255 5.068 2.24 6.573 5.068 6.573 2.135 0 4.12-1.104 5.135-2.495 0.656-0.833 1.026-1.854 1.052-2.917-0.026-0.656-0.229-1.177-0.563-1.443z\"/>\n</svg>\n</li><li title=\"cib uikit \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M23.594 4.391l-5.474 3.318 6.313 3.594v9.438l-8.484 4.719-8.344-4.719v-7.313l-5.474-2.818v13.391l13.625 8 14.115-8v-15.995zM21.057 3.073l-5.307-3.073-5.531 3.422 5.375 2.958z\"/>\n</svg>\n</li><li title=\"cib umbraco \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M0 16c0-8.636 7.151-15.573 16-15.573s16 6.937 16 15.573c0 8.636-7.151 15.573-16 15.573s-16-6.937-16-15.573zM15.645 21.307c-1.557 0-2.833-0.14-3.681-0.28-0.991-0.215-1.631-0.781-2.052-1.557-0.355-0.781-0.568-2.053-0.496-3.756 0-0.916 0.068-1.765 0.136-2.62 0.145-0.843 0.213-1.552 0.36-2.124l0.14-0.563v-0.068c0-0.141-0.14-0.287-0.287-0.287l-2.052-0.281h-0.068c-0.14 0-0.285 0.141-0.353 0.213 0 0.136-0.073 0.209-0.141 0.495-0.14 0.636-0.213 1.204-0.353 1.98-0.147 0.911-0.219 1.839-0.213 2.76 0 0-0.068 0.213 0 1.912 0.072 1.703 0.353 3.047 0.921 4.109 0.568 0.989 1.484 1.765 2.833 2.192 1.344 0.428 3.183 0.641 5.521 0.641h0.28c2.339 0 4.177-0.213 5.521-0.641 1.349-0.421 2.271-1.203 2.833-2.192 0.568-1.063 0.855-2.407 0.921-4.109 0.073-1.699 0-1.912 0-1.912 0-0.989-0.135-1.912-0.213-2.755-0.14-0.855-0.208-1.423-0.353-1.985-0.068-0.281-0.068-0.427-0.141-0.495 0-0.14-0.14-0.213-0.353-0.213h-0.068l-2.057 0.281c-0.141 0-0.281 0.145-0.281 0.287v0.068l0.14 0.567c0.141 0.568 0.209 1.277 0.355 2.12 0.141 0.855 0.141 1.704 0.141 2.62 0 1.703-0.141 2.907-0.496 3.756-0.353 0.781-1.061 1.343-2.052 1.557-0.853 0.213-2.124 0.28-3.681 0.28z\"/>\n</svg>\n</li><li title=\"cib unity \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M26.531 25.599l-5.728-9.599 5.728-9.599 2.803 9.599zM13.864 24.667l-7.197-7.068h11.469l5.728 9.599zM13.864 7.197l10-2.531-5.728 9.599h-11.605c0 0.136 7.333-7.068 7.333-7.068zM28.531 0l-13.061 3.333-2 3.333h-3.871l-9.599 9.333 9.599 9.333h3.871l1.864 3.333 13.068 3.333 3.463-12.667-1.864-3.333 2-3.333z\"/>\n</svg>\n</li><li title=\"cib unreal engine \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16 0c-8.766 0-15.865 7.161-15.865 16s7.099 16 15.865 16c8.76 0 15.865-7.161 15.865-16s-7.104-16-15.87-16zM16 0.703c4.047 0 7.859 1.594 10.724 4.479 2.859 2.875 4.453 6.766 4.443 10.818 0 4.083-1.578 7.927-4.443 10.818-2.828 2.87-6.693 4.484-10.724 4.479-4.031 0.005-7.896-1.609-10.724-4.479-2.859-2.875-4.458-6.766-4.448-10.818 0-4.083 1.583-7.927 4.443-10.818 2.828-2.875 6.698-4.49 10.729-4.479zM15.203 6.333c-2.583 0.693-4.974 2.021-8.161 5.677s-2.583 6.677-2.583 6.677c0 0 0.88-2.078 2.995-4.266 1.005-1.036 1.75-1.385 2.266-1.385 0.458-0.026 0.844 0.344 0.844 0.802v7.422c0 0.734-0.474 0.896-0.911 0.885-0.37-0.005-0.714-0.135-0.714-0.135 2.172 3.156 7.37 3.599 7.37 3.599l2.281-2.438 0.052 0.047 2.089 1.781c3.823-2.271 5.667-6.479 5.667-6.479-1.708 1.802-2.792 2.224-3.438 2.224-0.573-0.005-0.797-0.339-0.797-0.339-0.031-0.156-0.083-2.417-0.104-4.677-0.021-2.339 0-4.682 0.115-4.688 0.661-1.24 2.766-3.74 2.766-3.74-3.932 0.776-6.073 3.354-6.073 3.354-0.635-0.5-1.927-0.417-1.927-0.417 0.604 0.333 1.208 1.302 1.208 2.104v7.896c0 0-1.318 1.161-2.333 1.161-0.604 0-0.974-0.328-1.177-0.599-0.078-0.104-0.146-0.219-0.198-0.344v-9.75c-0.141 0.104-0.313 0.161-0.484 0.167-0.219 0-0.443-0.109-0.594-0.427-0.115-0.24-0.188-0.599-0.188-1.125 0-1.797 2.031-2.99 2.031-2.99z\"/>\n</svg>\n</li><li title=\"cib unsplash \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M10 9v-9h12v9zM22 14h10v18h-32v-18h10v9h12z\"/>\n</svg>\n</li><li title=\"cib untappd \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M14.667 17.735l-7.765 10.844c-0.396 0.552-1.068 0.843-1.745 0.76-0.771-0.093-1.833-0.385-2.927-1.172s-1.708-1.703-2.041-2.401c-0.297-0.615-0.235-1.344 0.161-1.901l7.765-10.843c0.369-0.516 0.855-0.943 1.416-1.235l1.527-0.808c0.307-0.161 0.583-0.38 0.812-0.635 0.74-0.844 2.729-3.047 6.261-6.609l0.063-0.287c0.009-0.063 0.061-0.115 0.124-0.131l0.199-0.052c0.083-0.020 0.14-0.099 0.129-0.187l-0.015-0.24c-0.011-0.099 0.063-0.188 0.167-0.188 0.233-0.011 0.687 0.057 1.333 0.521 0.64 0.464 0.853 0.875 0.921 1.099 0.031 0.099-0.031 0.199-0.125 0.219l-0.233 0.057c-0.084 0.021-0.141 0.104-0.136 0.193l0.016 0.197c0.005 0.068-0.027 0.131-0.084 0.161l-0.249 0.152c-2.235 4.495-3.683 7.088-4.245 8.061-0.172 0.303-0.287 0.631-0.339 0.975l-0.276 1.708c-0.099 0.625-0.344 1.224-0.713 1.74zM31.651 23.864l-7.765-10.843c-0.369-0.521-0.855-0.943-1.416-1.24l-1.527-0.808c-0.307-0.161-0.583-0.375-0.812-0.635-0.256-0.292-0.516-0.584-0.781-0.869-0.057-0.057-0.152-0.048-0.188 0.020-0.749 1.448-1.525 2.88-2.328 4.297-0.115 0.203-0.193 0.421-0.229 0.645-0.077 0.489-0.077 0.984 0 1.475l0.016 0.083c0.099 0.631 0.344 1.224 0.713 1.74l7.765 10.844c0.396 0.552 1.052 0.848 1.724 0.765 1.068-0.136 2.079-0.536 2.948-1.172 0.869-0.62 1.573-1.443 2.041-2.407 0.297-0.615 0.235-1.344-0.161-1.896zM11.073 4.489l0.233 0.057c0.084 0.021 0.141 0.099 0.136 0.188l-0.016 0.197c-0.005 0.068 0.027 0.131 0.084 0.167l0.249 0.152c0.412 0.828 0.797 1.588 1.157 2.291 0.036 0.068 0.119 0.084 0.171 0.027 0.584-0.625 1.287-1.365 2.115-2.224 0.068-0.068 0.073-0.183 0.005-0.256-0.421-0.427-0.859-0.875-1.339-1.359l-0.063-0.281c-0.009-0.063-0.061-0.115-0.124-0.131l-0.199-0.052c-0.083-0.020-0.14-0.099-0.129-0.187l0.015-0.24c0.011-0.099-0.063-0.183-0.161-0.188-0.235-0.011-0.692 0.057-1.339 0.521-0.64 0.464-0.848 0.875-0.921 1.099-0.027 0.099 0.031 0.199 0.131 0.219z\"/>\n</svg>\n</li><li title=\"cib upwork \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M24.75 17.542c-1.469 0-2.849-0.62-4.099-1.635l0.302-1.432 0.010-0.057c0.276-1.521 1.13-4.078 3.786-4.078 1.99 0 3.604 1.615 3.604 3.604 0 1.984-1.615 3.599-3.604 3.599zM24.75 6.693c-3.385 0-6.016 2.198-7.083 5.818-1.625-2.443-2.865-5.38-3.583-7.854h-3.646v9.484c-0.005 1.875-1.521 3.391-3.396 3.396-1.875-0.005-3.391-1.526-3.396-3.396v-9.484h-3.646v9.484c0 3.885 3.161 7.068 7.042 7.068 3.885 0 7.042-3.182 7.042-7.068v-1.589c0.708 1.474 1.578 2.974 2.635 4.297l-2.234 10.495h3.729l1.62-7.615c1.417 0.906 3.047 1.479 4.917 1.479 4 0 7.25-3.271 7.25-7.266 0-4-3.25-7.25-7.25-7.25z\"/>\n</svg>\n</li><li title=\"cib usb \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M32.075 16c0 0.155-0.085 0.305-0.225 0.375l-4.455 2.675c-0.070 0.040-0.14 0.070-0.225 0.070-0.070 0-0.155-0.015-0.225-0.055-0.14-0.085-0.225-0.225-0.225-0.39v-1.78h-11.935c1.265 1.98 2.025 5.345 3.48 5.345h1.335v-1.34c0-0.25 0.195-0.445 0.445-0.445h4.455c0.25 0 0.445 0.195 0.445 0.445v4.455c0 0.25-0.195 0.445-0.445 0.445h-4.455c-0.25 0-0.445-0.195-0.445-0.445v-1.335h-1.335c-3.77 0-4.055-7.125-6.235-7.125h-5.015c-0.405 1.53-1.795 2.675-3.45 2.675-1.965-0.005-3.565-1.605-3.565-3.57s1.6-3.565 3.565-3.565c1.655 0 3.050 1.14 3.45 2.675 1.955 0 2.195 0.475 3.73-3.020 2.005-4.455 2.905-4.105 5.445-4.105 0.375-1.045 1.35-1.78 2.52-1.78 1.475 0 2.675 1.195 2.675 2.675s-1.195 2.675-2.675 2.675c-1.17 0-2.145-0.74-2.52-1.78h-1.49c-1.455 0-2.215 3.37-3.48 5.345h15.505v-1.78c0-0.165 0.085-0.305 0.225-0.39s0.32-0.070 0.445 0.015l4.455 2.675c0.14 0.055 0.225 0.205 0.225 0.36z\"/>\n</svg>\n</li><li title=\"cib v8 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M9.109 8c0-0.213 0.011-0.427 0.031-0.64 0.027-0.277 0.095-0.532 0.152-0.797l-0.928-1.833h-8.364l2.912 5.088h2.036l2.792 5.308c0.448-1.396 1.239-2.656 2.301-3.661-0.615-1.052-0.937-2.245-0.932-3.464zM13.817 26.219l2.183 3.964 2.183-3.969c-0.713 0.188-1.437 0.313-2.183 0.313s-1.469-0.125-2.183-0.308zM23.636 4.729l-0.953 1.677c0.072 0.312 0.145 0.629 0.177 0.963 0.135 1.428-0.183 2.86-0.901 4.095 1.063 1.009 1.853 2.271 2.301 3.661l2.797-5.308h2.036l2.907-5.088zM23.797 16.011c-0.407-1.74-1.381-3.292-2.767-4.417 2.917-4.088-0.004-9.771-5.031-9.776-3.416 0-6.183 2.767-6.183 6.183 0 1.292 0.401 2.547 1.152 3.593-1.881 1.521-2.969 3.808-2.969 6.224 0 3.292 2.021 6.251 5.083 7.453 1.881 0.735 3.959 0.729 5.835 0 3.697-1.453 5.771-5.391 4.88-9.26zM16 5.636c1.505 0 2.729 1.224 2.729 2.728 0 3.636-5.459 3.636-5.459 0 0-1.504 1.224-2.728 2.729-2.728zM16 20.912c-3.973-0.147-3.973-6.043 0-6.183 1.708 0 3.088 1.38 3.088 3.088 0 1.709-1.38 3.095-3.088 3.095z\"/>\n</svg>\n</li><li title=\"cib vagrant \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M7.563 9.031v-2.474l4.219-2.432-7.036-4.12-4.214 2.464v3.016l9.495 23.063 5.974 3.448v-8.661l2.807-1.635-0.031-0.016 5.661-12.651v-2.474l7.031-4.089-4.219-2.464-7.031 4.12v2.813l-4.219 9.844v3.286l-2.813 1.63zM11.781 4.151l-0.031-0.016-4.188 2.422v2.474l5.625 12.667 2.813-1.385v-3.531l-4.219-9.844zM24.438 6.557v2.474l-5.625 12.135-2.813 1.943v8.885l6.026-3.479 9.443-23.115v-2.932z\"/>\n</svg>\n</li><li title=\"cib venmo \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M5.255 12.959c0.224 0.359 0.319 0.724 0.319 1.187 0 1.48-1.267 3.401-2.292 4.761h-2.333l-0.948-5.625 2.052-0.203 0.495 4c0.469-0.745 1.041-1.933 1.041-2.745 0-0.437-0.083-0.745-0.203-1zM7.921 15.427c0.371 0 1.333-0.172 1.333-0.708 0-0.265-0.187-0.401-0.4-0.401-0.385 0-0.881 0.469-0.933 1.109zM7.88 16.495c0 0.667 0.36 0.932 0.855 0.932 0.531 0 1.025-0.135 1.692-0.468l-0.255 1.681c-0.464 0.224-1.188 0.376-1.891 0.376-1.776 0-2.417-1.068-2.417-2.428 0-1.749 1.043-3.604 3.177-3.604 1.172 0 1.839 0.656 1.839 1.579 0 1.464-1.907 1.932-3 1.943zM16.803 14.265c0 0.229-0.043 0.537-0.068 0.751l-0.615 3.891h-2l0.563-3.573 0.036-0.401c0-0.265-0.156-0.317-0.344-0.317-0.271 0-0.536 0.12-0.692 0.197l-0.641 4.095h-2l0.907-5.828h1.735l0.025 0.468c0.412-0.265 0.959-0.573 1.719-0.573 1.011 0 1.376 0.532 1.376 1.308zM22.735 13.615c0.572-0.401 1.104-0.641 1.864-0.641 1.016 0 1.375 0.532 1.375 1.308-0.004 0.245-0.025 0.489-0.067 0.735l-0.615 3.891h-2l0.572-3.641 0.032-0.292c0-0.291-0.161-0.359-0.365-0.359-0.239 0-0.489 0.104-0.667 0.197l-0.635 4.095h-2l0.573-3.652 0.025-0.281c0-0.291-0.161-0.359-0.359-0.359-0.272 0-0.521 0.12-0.699 0.197l-0.625 4.084h-2.009l0.916-5.817h1.708l0.068 0.484c0.401-0.297 0.932-0.589 1.651-0.589 0.641 0 1.043 0.267 1.256 0.641zM29.948 15.307c0-0.468-0.12-0.801-0.469-0.801-0.796 0-0.957 1.401-0.957 2.109 0 0.547 0.145 0.88 0.505 0.88 0.744 0 0.921-1.468 0.921-2.188zM26.479 16.531c0-1.837 0.991-3.557 3.215-3.557 1.692 0 2.307 1 2.307 2.376 0 1.812-0.959 3.692-3.255 3.692-1.693 0-2.267-1.109-2.267-2.511z\"/>\n</svg>\n</li><li title=\"cib verizon \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M24.401 0h4.932v0.005l-15.099 31.995h-4.021l-7.547-16h4.969l4.599 9.781z\"/>\n</svg>\n</li><li title=\"cib viadeo \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M13.474 29.318h0.042c1.542 0 2.958-0.375 4.25-1.125 1.286-0.745 2.313-1.802 3.073-3.177 0.755-1.37 1.135-2.849 1.135-4.443 0-1.281-0.224-2.474-0.682-3.557 0.76-0.161 1.682-0.474 2.641-1.068 0.578 1.406 0.88 2.927 0.88 4.568 0 3.063-1.042 5.74-3.161 8.042-2.12 2.281-4.823 3.443-8.12 3.443-3.323 0-6.031-1.146-8.135-3.443-2.099-2.292-3.141-4.974-3.141-8.036 0-3.047 0.995-5.682 2.99-7.917 2.177-2.458 4.948-3.693 8.286-3.693 1.406 0 2.708 0.224 3.911 0.656-0.391 0.766-0.745 1.698-0.839 2.708-0.953-0.401-1.979-0.599-3.078-0.599-2.318 0-4.307 0.865-5.969 2.604-1.656 1.74-2.49 3.844-2.49 6.302 0 1.599 0.38 3.078 1.141 4.438 0.755 1.38 1.776 2.443 3.068 3.182 0.859 0.5 1.766 0.839 2.734 1 8.276-3.198 7.302-18.88 7.24-19.74l0.073 0.219c4.859 12.979-5.734 19.661-5.734 19.661h-0.104zM28.104 0.724c-1.354 2.875-3.859 3.411-3.859 3.411-2.505 0.635-3.38 1.604-3.38 1.604-2.505 2.516-0.536 5.573-0.536 5.573 5.417-1.229 7.391-5.677 7.391-5.677-0.24 2.99-6.682 6.516-6.682 6.516 2.135 2.083 4.167 1.833 5.51 1.031 1.781-1.057 2.635-3.38 2.635-3.38 1.729-5.161-1.078-9.078-1.078-9.078zM14.802 0c2.661 4.474 4.109 8.484 4.432 9.438v-0.036c-0.656-6.891-4.438-9.401-4.438-9.401z\"/>\n</svg>\n</li><li title=\"cib viber \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M15.198 0.005c-2.568 0.031-8.089 0.453-11.177 3.286-2.297 2.276-3.099 5.641-3.193 9.802-0.078 4.146-0.172 11.932 7.333 14.052v3.229c0 0-0.047 1.292 0.807 1.557 1.052 0.333 1.651-0.661 2.651-1.729l1.865-2.109c5.135 0.427 9.068-0.557 9.521-0.703 1.042-0.333 6.911-1.083 7.87-8.87 0.984-8.042-0.479-13.109-3.12-15.401h-0.016c-0.797-0.734-4-3.068-11.156-3.094 0 0-0.531-0.036-1.385-0.021zM15.286 2.266c0.729-0.005 1.172 0.026 1.172 0.026 6.057 0.016 8.948 1.839 9.63 2.453 2.224 1.906 3.37 6.474 2.531 13.188-0.797 6.51-5.557 6.922-6.438 7.203-0.375 0.12-3.839 0.974-8.203 0.693 0 0-3.25 3.922-4.266 4.932-0.161 0.177-0.349 0.229-0.469 0.203-0.172-0.042-0.224-0.255-0.214-0.547l0.031-5.359c-6.365-1.76-5.99-8.401-5.922-11.87 0.078-3.469 0.729-6.307 2.667-8.229 2.609-2.359 7.297-2.677 9.479-2.693zM15.766 5.734c-0.219-0.005-0.401 0.177-0.401 0.396 0 0.224 0.182 0.401 0.401 0.401 2.005-0.036 3.938 0.724 5.375 2.12 1.453 1.411 2.161 3.307 2.188 5.786 0 0.219 0.177 0.401 0.401 0.401v-0.016c0.219 0 0.401-0.177 0.401-0.396 0.099-2.359-0.776-4.651-2.417-6.349-1.583-1.547-3.589-2.344-5.948-2.344zM10.495 6.651c-0.281-0.042-0.573 0.016-0.818 0.161h-0.021c-0.542 0.318-1.047 0.719-1.526 1.255-0.365 0.422-0.563 0.849-0.615 1.26-0.031 0.245-0.010 0.49 0.063 0.724l0.026 0.016c0.411 1.208 0.948 2.37 1.604 3.464 0.844 1.536 1.885 2.958 3.094 4.229l0.036 0.052 0.057 0.042 0.036 0.042 0.042 0.036c1.276 1.214 2.698 2.255 4.24 3.109 1.76 0.958 2.828 1.411 3.469 1.599v0.010c0.188 0.057 0.359 0.083 0.531 0.083 0.547-0.042 1.063-0.26 1.469-0.63 0.521-0.469 0.932-0.984 1.24-1.531v-0.010c0.307-0.578 0.203-1.125-0.24-1.495-0.885-0.776-1.849-1.464-2.865-2.057-0.682-0.37-1.375-0.146-1.656 0.229l-0.599 0.755c-0.307 0.375-0.865 0.323-0.865 0.323l-0.016 0.010c-4.161-1.063-5.271-5.276-5.271-5.276s-0.052-0.573 0.333-0.865l0.75-0.604c0.359-0.292 0.609-0.984 0.224-1.667-0.589-1.021-1.276-1.979-2.052-2.865-0.167-0.208-0.406-0.349-0.672-0.401zM16.458 7.839c-0.531 0-0.531 0.802 0.005 0.802 1.333 0.021 2.604 0.573 3.531 1.531 0.844 0.932 1.281 2.172 1.198 3.427 0.005 0.219 0.182 0.396 0.401 0.396l0.016 0.021c0.219 0 0.401-0.182 0.401-0.401 0.036-1.589-0.458-2.922-1.427-3.99-0.974-1.068-2.333-1.667-4.068-1.786-0.021 0-0.036 0-0.057 0zM17.115 9.995c-0.547-0.016-0.568 0.802-0.026 0.818 1.318 0.068 1.958 0.734 2.042 2.104 0.005 0.219 0.182 0.391 0.396 0.391h0.016c0.224-0.010 0.401-0.203 0.385-0.427-0.094-1.786-1.068-2.792-2.797-2.885-0.005 0-0.010 0-0.016 0z\"/>\n</svg>\n</li><li title=\"cib vim \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M32 15.979h-0.036l-5.755-5.755 5.734-5.885v-2.391l-0.865-0.865h-10.932l-0.88 0.807v1.396l-3.245-3.25v-0.036l-0.021 0.021-0.021-0.021v0.036l-1.719 1.719-0.719-0.719h-10.828l-0.849 0.927v2.51l0.818 0.823h0.964v7.078l-3.609 3.609h-0.036l0.021 0.016-0.021 0.021h0.036l3.609 3.604v8.625l1.208 0.698h3.094l2.479-2.542 5.552 5.557v0.036l0.021-0.021 0.021 0.021v-0.036l3.344-3.344h0.646c0.151 0 0.281-0.094 0.333-0.24l0.198-0.568c0.036-0.115 0.016-0.229-0.052-0.323l1.948-1.948-0.813 2.615c-0.057 0.193 0.047 0.385 0.234 0.443 0.036 0.016 0.068 0.021 0.104 0.021h2.432c0.141-0.005 0.266-0.089 0.323-0.219l0.219-0.526c0.036-0.089 0.036-0.182-0.005-0.271-0.031-0.089-0.104-0.156-0.193-0.188-0.036-0.016-0.083-0.026-0.13-0.031h-0.099l1.12-3.521h1.641l-1.354 4.292c-0.057 0.188 0.052 0.385 0.234 0.443 0.036 0.010 0.073 0.016 0.109 0.016h2.667c0.146 0 0.276-0.089 0.333-0.224l0.219-0.573c0.068-0.182-0.031-0.385-0.214-0.453-0.036-0.016-0.078-0.021-0.12-0.021h-0.193l1.505-4.901c0.036-0.109 0.016-0.229-0.052-0.318l-0.5-0.672v-0.005c-0.068-0.089-0.172-0.141-0.281-0.141h-1.917c-0.094 0-0.188 0.042-0.25 0.109l-0.536 0.589h-0.828l-0.057-0.063 5.927-5.927h0.036l-0.021-0.016zM13.12 28.188l2.104-6.016h-0.672l0.401-0.406h2.208l-2.083 6.078h0.833l-0.109 0.344zM18.042 18.161l0.203 0.203-0.359 1.229-0.302 0.302h-1.292l-0.24-0.24 0.417-1.161 0.38-0.333zM7.453 27.771h-2.281l-0.354-0.198v-23.453h-1.646l-0.135-0.13v-1.568l0.193-0.208h9.828l0.286 0.286v1.479l-0.193 0.229h-1.438v11.583l11.745-11.583h-2.781l-0.234-0.25v-1.552l0.161-0.146h9.984l0.177 0.177v1.427l-13.458 13.802h-0.5c-0.021 0-0.036 0-0.057 0l-0.026 0.005c-0.057 0.016-0.115 0.042-0.156 0.078l-0.458 0.396-0.005 0.005c-0.042 0.042-0.078 0.089-0.099 0.146l-0.391 1.109zM27.146 22.505l0.63-0.693h1.776l0.417 0.552-1.688 5.474h0.656l-0.109 0.281h-2.375l1.5-4.755h-2.688l-1.438 4.521h0.568l-0.099 0.234h-2.141l1.479-4.729h-2.797l-1.417 4.453h0.583l-0.099 0.276h-2.214l2.021-5.948h-0.781l0.12-0.359h2.198l0.693 0.714h1.208l0.656-0.734h1.411l0.656 0.714z\"/>\n</svg>\n</li><li title=\"cib vimeo v \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M31.969 8.552c-0.141 3.12-2.319 7.396-6.527 12.812-4.355 5.667-8.031 8.496-11.052 8.496-1.88 0-3.437-1.724-4.74-5.172l-2.557-9.491c-0.957-3.443-1.979-5.167-3.077-5.167-0.24 0-1.079 0.5-2.511 1.505l-1.505-1.943c1.579-1.391 3.136-2.776 4.667-4.167 2.104-1.828 3.688-2.781 4.74-2.88 2.489-0.24 4.020 1.469 4.599 5.115 0.62 3.937 1.047 6.385 1.292 7.344 0.719 3.265 1.509 4.901 2.369 4.901 0.667 0 1.672-1.063 3.021-3.183 1.339-2.12 2.052-3.729 2.145-4.839 0.193-1.823-0.527-2.745-2.151-2.745-0.765 0-1.557 0.163-2.371 0.521 1.584-5.156 4.579-7.677 9.016-7.516 3.297 0.079 4.839 2.219 4.656 6.396z\"/>\n</svg>\n</li><li title=\"cib vimeo \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M27.2 2h-22.4c-1.544 0-2.8 1.256-2.8 2.8v22.4c0 1.544 1.256 2.8 2.8 2.8h22.4c1.544 0 2.8-1.256 2.8-2.8v-22.4c0-1.544-1.256-2.8-2.8-2.8zM25.563 11.3c-0.087 1.969-1.462 4.669-4.125 8.087-2.75 3.575-5.081 5.363-6.981 5.363-1.181 0-2.175-1.087-2.994-3.269-1.594-5.831-2.275-9.25-3.587-9.25-0.15 0-0.681 0.319-1.587 0.95l-0.95-1.225c2.331-2.050 4.556-4.325 5.95-4.45 1.575-0.15 2.544 0.925 2.906 3.231 1.294 8.2 1.869 9.438 4.225 5.725 0.844-1.337 1.3-2.356 1.363-3.056 0.219-2.075-1.619-1.931-2.863-1.4 0.994-3.256 2.894-4.838 5.7-4.75 2.081 0.056 3.063 1.406 2.944 4.044z\"/>\n</svg>\n</li><li title=\"cib vine \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M30.027 15.896c-0.824 0.192-1.62 0.276-2.344 0.276-4.037 0-7.147-2.823-7.147-7.724 0-2.407 0.943-3.645 2.261-3.645 1.26 0 2.083 1.124 2.083 3.405 0 1.297-0.344 2.719-0.599 3.563 0 0 1.24 2.183 4.64 1.5 0.719-1.604 1.12-3.683 1.12-5.505 0-4.905-2.5-7.765-7.083-7.765-4.724-0.021-7.485 3.599-7.485 8.385 0 4.735 2.209 8.797 5.86 10.645-1.536 3.068-3.484 5.772-5.527 7.808-3.687-4.469-7.025-10.427-8.4-22.052h-5.448c2.515 19.364 10.020 25.531 12.005 26.708 1.119 0.677 2.083 0.641 3.115 0.068 1.619-0.917 6.463-5.756 9.14-11.417 1.125-0.005 2.484-0.135 3.823-0.437v-3.823z\"/>\n</svg>\n</li><li title=\"cib virb \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M23.645 9.651c0-0.333 0-0.635 0.199-0.833 0.265-0.233 0.531-0.203 0.801-0.203h1.901c1.021 0 2.5 0.265 3.5 1.172 1 0.932 1.219 2.265 1.219 3.468v3.005c0 0.797 0.021 1.371-0.375 2.104-0.5 0.933-1.541 1.199-1.541 1.333 0 0.136 1.12 0.339 1.62 1.339 0.4 0.803 0.359 1.303 0.359 2.1v4.14c0 0.823 0 1.86-1.197 3.26-1.141 1.261-2.719 1.443-3.521 1.443-0.599 0-1.036 0.021-1.64 0-0.396-0.041-1 0.021-1.141-0.181-0.197-0.303-0.255-0.24-0.255-1.141v-21.016zM16.364 31.448c0 0.536-0.129 0.536-1.135 0.536-0.765 0-1 0-1-0.468v-21.876c0-0.333 0.031-0.697 0.235-0.9 0.265-0.235 0.5-0.136 0.765-0.136h1.907c1.067 0 2.504 0.265 3.504 1.167 1 0.932 1.235 2.308 1.235 3.475v3.015c0 0.797 0.032 1.371-0.369 2.104-0.5 0.933-1.568 1.199-1.568 1.333 0 0.136 1.099 0.339 1.599 1.339 0.401 0.797 0.371 1.297 0.371 2.1v8.301c0 0.521-0.24 0.521-1.141 0.521-0.776 0-1 0.020-1-0.48v-8.479c0-1.369-0.896-2.203-1.635-2.203-1.584 0-1.781-0.032-1.781 0.5v10.119zM11.26 31.948c-0.9 0-1 0-1-0.469v-22.328c0-0.437 0.199-0.5 1-0.5 0.896 0 1.136 0.032 1.136 0.532v22.233c0 0.501-0.063 0.543-1.125 0.543zM26.145 29.781c0.261 0.036 0.303 0.036 0.604 0.036 0.36 0 1.199-0.099 1.797-0.719 0.661-0.719 0.704-1.197 0.704-1.755v-4.281c0-1.541-0.901-2.199-1.901-2.199-1.443 0-1.543 0.1-1.543 0.896v7.021c0 0.38 0.021 1 0.319 1.041zM4.812 25.036c0.568-5.739 1.068-10.615 1.6-15.859 0.067-0.563 0.333-0.532 0.937-0.532 0.932 0 1.265 0.068 1.235 0.437-1 8.22-1.772 14.297-2.772 22.417-0.063 0.479-0.416 0.5-1.099 0.5-0.859 0-1.26 0-1.339-0.563-0.901-7.52-1.724-14.197-2.697-22.396-0.027-0.401 0.135-0.401 1.077-0.401 0.98 0 1.177 0.1 1.199 0.543 0.541 5.839 0.943 10.38 1.443 15.937 0 0.099 0.036 0.317 0.197 0.317 0.199 0 0.24-0.219 0.24-0.359zM17.235 10.817c-0.303 0-0.604 0-0.74 0.235-0.099 0.199-0.099 0.369-0.099 0.568v6.244c0 0.365-0.068 0.735 0.197 0.933 0.199 0.161 0.433 0.12 0.6 0.12 0.369 0 1.239-0.1 1.843-0.74 0.661-0.745 0.661-1.303 0.661-1.781v-3.136c0-0.771-0.129-1.339-0.697-1.937-0.364-0.333-0.568-0.5-1.765-0.5zM26.875 10.817c-0.468 0-0.833 0-0.968 0.235-0.095 0.199-0.095 0.369-0.095 0.568v6.244c0 0.365-0.036 0.667 0.199 0.901 0.197 0.199 0.333 0.167 0.599 0.167 0.469 0 1.235-0.099 1.839-0.735 0.667-0.739 0.667-1.239 0.667-1.781v-3.156c0-0.771-0.136-1.339-0.703-1.937-0.365-0.333-0.6-0.5-1.537-0.5zM14.521 2.683h-2.105v-2.156c0-0.496-0.228-0.527-1.113-0.527-0.781 0-0.98 0.068-0.98 0.489v2.193h-2.052c-0.489 0-0.525 0.229-0.525 1.109 0 0.787 0.067 0.979 0.489 0.979h2.083v2.068c0 0.459 0.104 0.459 0.98 0.459 1.052 0 1.115-0.032 1.115-0.527v-1.995h2.172c0.457 0 0.457-0.099 0.457-0.979 0-1.048-0.031-1.115-0.52-1.115z\"/>\n</svg>\n</li><li title=\"cib visa \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M23.26 11.495c-0.515-0.192-1.323-0.401-2.323-0.401-2.557 0-4.364 1.292-4.375 3.141-0.021 1.359 1.281 2.125 2.265 2.583 1.011 0.469 1.349 0.761 1.344 1.177-0.005 0.641-0.808 0.927-1.547 0.927-1.027 0-1.584-0.14-2.443-0.5l-0.319-0.151-0.364 2.136c0.625 0.255 1.745 0.479 2.901 0.5 2.724 0 4.5-1.281 4.52-3.256 0.021-1.083-0.676-1.905-2.161-2.583-0.896-0.437-1.457-0.735-1.457-1.183 0-0.396 0.479-0.812 1.479-0.812 0.859-0.016 1.464 0.172 1.937 0.359l0.245 0.109 0.359-2.057zM29.907 11.271h-2c-0.625 0-1.089 0.167-1.365 0.787l-3.844 8.713h2.719l0.548-1.427 3.317 0.005c0.083 0.333 0.317 1.421 0.317 1.421h2.401zM12.88 11.193h2.589l-1.62 9.504h-2.589l1.62-9.509zM6.297 16.427l0.265 1.323 2.536-6.479h2.745l-4.084 9.484h-2.733l-2.24-8.031c-0.047-0.14-0.104-0.235-0.245-0.317-0.755-0.396-1.604-0.719-2.541-0.943l0.031-0.199h4.177c0.563 0.021 1.021 0.199 1.177 0.803l0.912 4.364zM26.703 17.401l1.037-2.661c-0.016 0.025 0.213-0.547 0.343-0.907l0.177 0.817 0.6 2.745h-2.157z\"/>\n</svg>\n</li><li title=\"cib visual studio code \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M30.865 3.448l-6.583-3.167c-0.766-0.37-1.677-0.214-2.276 0.385l-12.609 11.505-5.495-4.167c-0.51-0.391-1.229-0.359-1.703 0.073l-1.76 1.604c-0.583 0.526-0.583 1.443-0.005 1.969l4.766 4.349-4.766 4.349c-0.578 0.526-0.578 1.443 0.005 1.969l1.76 1.604c0.479 0.432 1.193 0.464 1.703 0.073l5.495-4.172 12.615 11.51c0.594 0.599 1.505 0.755 2.271 0.385l6.589-3.172c0.693-0.333 1.13-1.031 1.13-1.802v-21.495c0-0.766-0.443-1.469-1.135-1.802zM24.005 23.266l-9.573-7.266 9.573-7.266z\"/>\n</svg>\n</li><li title=\"cib visual studio \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M23.438 0.094c-0.505-0.005-1 0.177-1.375 0.521-0.021 0.021-0.047 0.042-0.068 0.063l-10.62 11.745-6.203-5.083-0.542-0.469c-0.38-0.313-0.906-0.396-1.365-0.203-0.005 0-0.010 0.005-0.016 0.005l-2.422 1c-0.031 0.016-0.068 0.031-0.099 0.047-0.026 0.016-0.047 0.026-0.068 0.036-0.016 0.010-0.031 0.021-0.047 0.031-0.021 0.016-0.047 0.031-0.068 0.047-0.010 0.010-0.026 0.021-0.036 0.031-0.021 0.016-0.042 0.031-0.057 0.047-0.021 0.016-0.036 0.031-0.052 0.047-0.010 0.010-0.026 0.026-0.042 0.047-0.016 0.016-0.031 0.031-0.042 0.047-0.016 0.021-0.031 0.042-0.047 0.063-0.010 0.010-0.021 0.026-0.031 0.042-0.016 0.021-0.031 0.047-0.047 0.068-0.005 0.016-0.016 0.031-0.026 0.047-0.010 0.021-0.021 0.042-0.031 0.068-0.010 0.021-0.016 0.036-0.026 0.057-0.005 0.021-0.016 0.042-0.021 0.063-0.010 0.021-0.016 0.042-0.021 0.063-0.010 0.021-0.016 0.047-0.021 0.073-0.005 0.016-0.010 0.031-0.016 0.052 0 0.021-0.005 0.047-0.010 0.073 0 0.021-0.005 0.042-0.005 0.068-0.005 0.036-0.005 0.073-0.005 0.109v14.208c0 0.536 0.323 1.021 0.818 1.224l2.422 1.021c0.464 0.193 1 0.104 1.38-0.219l0.542-0.469 6.203-5.083 10.62 11.745c0.031 0.031 0.068 0.063 0.099 0.089 0.026 0.021 0.052 0.047 0.078 0.068 0.021 0.021 0.047 0.036 0.073 0.057 0.031 0.021 0.057 0.036 0.083 0.057 0.031 0.016 0.063 0.036 0.089 0.052 0.031 0.016 0.057 0.031 0.089 0.047s0.057 0.026 0.089 0.042c0.031 0.016 0.063 0.026 0.094 0.036 0.031 0.016 0.068 0.026 0.099 0.036 0.026 0.010 0.057 0.016 0.089 0.026s0.068 0.021 0.104 0.026c0.031 0.005 0.063 0.016 0.094 0.021s0.063 0.010 0.099 0.010c0.031 0.005 0.068 0.010 0.099 0.010s0.063 0.005 0.099 0.005c0.031 0 0.068 0 0.099 0 0.036 0 0.073-0.005 0.104-0.005 0.031-0.005 0.063-0.010 0.089-0.010 0.042-0.005 0.078-0.010 0.12-0.021 0.026-0.005 0.052-0.010 0.078-0.016 0.036-0.010 0.073-0.016 0.109-0.031 0.026-0.005 0.057-0.016 0.089-0.026s0.063-0.021 0.094-0.036c0.042-0.016 0.078-0.031 0.12-0.047l6.589-3.172c0.24-0.115 0.458-0.276 0.63-0.479 0.047-0.047 0.083-0.099 0.125-0.151 0 0 0-0.005 0.005-0.010 0.036-0.052 0.073-0.109 0.104-0.167 0.031-0.052 0.057-0.104 0.083-0.156 0.005-0.010 0.005-0.016 0.010-0.026 0.021-0.047 0.042-0.094 0.057-0.141 0.005-0.016 0.010-0.031 0.016-0.052 0.016-0.047 0.031-0.094 0.042-0.141 0.005-0.016 0.010-0.031 0.010-0.047 0.010-0.047 0.016-0.094 0.026-0.135 0-0.021 0.005-0.047 0.010-0.068 0-0.042 0.005-0.078 0.005-0.12 0.005-0.036 0.005-0.073 0.005-0.104v-21.484c0-0.016 0-0.031 0-0.047 0-0.063-0.005-0.13-0.010-0.198-0.083-0.677-0.505-1.266-1.12-1.557l-6.589-3.167c-0.26-0.125-0.542-0.193-0.828-0.198zM23.995 9.229v13.542l-8.26-6.771zM4.005 11.432l4.13 4.568-4.13 4.568z\"/>\n</svg>\n</li><li title=\"cib vk \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M20.911 0h-9.823c-8.964 0-11.089 2.125-11.089 11.089v9.823c0 8.964 2.125 11.089 11.089 11.089h9.823c8.964 0 11.089-2.125 11.089-11.089v-9.823c0-8.964-2.146-11.089-11.089-11.089zM25.833 22.828h-2.323c-0.88 0-1.151-0.698-2.734-2.302-1.375-1.333-1.984-1.51-2.323-1.51-0.479 0-0.615 0.135-0.615 0.792v2.099c0 0.563-0.177 0.901-1.667 0.901-2.464 0-5.198-1.49-7.115-4.266-2.891-4.068-3.682-7.115-3.682-7.745 0-0.339 0.135-0.656 0.786-0.656h2.328c0.589 0 0.813 0.271 1.042 0.901 1.151 3.323 3.068 6.234 3.859 6.234 0.292 0 0.427-0.135 0.427-0.88v-3.432c-0.089-1.583-0.922-1.719-0.922-2.281 0-0.271 0.224-0.542 0.583-0.542h3.661c0.495 0 0.677 0.271 0.677 0.854v4.63c0 0.5 0.224 0.677 0.359 0.677 0.292 0 0.542-0.177 1.083-0.719 1.672-1.875 2.87-4.766 2.87-4.766 0.156-0.339 0.427-0.656 1.016-0.656h2.328c0.698 0 0.854 0.359 0.698 0.859-0.292 1.354-3.141 5.375-3.141 5.375-0.245 0.406-0.339 0.583 0 1.036 0.25 0.339 1.063 1.042 1.604 1.672 0.995 1.13 1.76 2.078 1.964 2.734 0.229 0.651-0.109 0.99-0.766 0.99z\"/>\n</svg>\n</li><li title=\"cib vlc \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M15.855 17.953c5.009 0 6.473-1.797 6.755-2.235l-1.812-5.781c-0.485 0.459-1.771 1.251-4.912 1.251-3.052 0-4.249-0.756-4.692-1.215l-1.849 5.896c0.301 0.485 1.672 2.084 6.511 2.084zM15.891 5.079c1.088-0.016 2.167-0.245 3.167-0.677l-1.145-3.647c-0.095-0.26-0.287-0.468-0.543-0.583 0 0-0.151-0.172-1.328-0.172s-1.405 0.183-1.405 0.183c-0.256 0.104-0.453 0.312-0.548 0.572l-1.176 3.756c0.952 0.353 1.957 0.547 2.979 0.568zM30.12 31.093c0.005-0.072 0-0.145-0.021-0.213l-3.115-10.177c-0.115-0.333-0.421-0.563-0.776-0.572h-2.219l0.271 0.848c-0.323 0.652-1.984 3.177-8.405 3.177-6.136 0-7.772-2.307-8.147-3.077l0.297-0.948h-2.213c-0.355 0.009-0.661 0.239-0.776 0.572l-3.115 10.177c-0.021 0.063-0.027 0.131-0.021 0.199l-0.005 0.025c0.005 0.104 0.016 0.203 0.032 0.303 0.057 0.339 0.344 0.588 0.681 0.593h26.824c0.343-0.005 0.629-0.255 0.681-0.593 0.016-0.1 0.027-0.199 0.032-0.303z\"/>\n</svg>\n</li><li title=\"cib vsco \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16 0c-8.833 0-16 7.167-16 16s7.167 16 16 16c8.833 0 16-7.167 16-16s-7.167-16-16-16zM31.359 16c0 0.542-0.031 1.057-0.094 1.568l-2.724-0.318c0.036-0.417 0.068-0.833 0.068-1.25 0-0.385-0.031-0.802-0.068-1.182l2.724-0.323c0.094 0.516 0.094 0.995 0.094 1.505zM0.641 16c0-0.51 0.031-1.026 0.063-1.536l2.719 0.323c-0.031 0.411-0.063 0.797-0.063 1.214s0.031 0.802 0.063 1.214l-2.719 0.323c-0.063-0.51-0.063-1.026-0.063-1.536zM27.932 11.87l2.563-0.958c0.354 0.958 0.578 1.953 0.74 2.974l-2.724 0.323c-0.13-0.802-0.318-1.599-0.578-2.339zM28 16c0 0.802-0.094 1.568-0.224 2.339l-2.688-0.609c0.094-0.547 0.156-1.12 0.156-1.729s-0.063-1.214-0.156-1.792l2.688-0.609c0.156 0.771 0.224 1.568 0.224 2.401zM16 24.609c-4.755-0.005-8.604-3.854-8.609-8.609 0.005-4.755 3.854-8.604 8.609-8.609 4.755 0.005 8.604 3.854 8.609 8.609 0.010 4.745-3.828 8.599-8.573 8.609zM16.286 28v-2.75c1.182-0.042 2.344-0.302 3.427-0.771l1.182 2.5c-1.453 0.641-3.021 0.99-4.609 1.021zM11.042 26.948l1.214-2.5c1.057 0.479 2.208 0.766 3.427 0.802v2.75c-1.604-0.031-3.182-0.391-4.641-1.052zM4 16c0-0.833 0.094-1.63 0.255-2.432l2.688 0.609c-0.13 0.599-0.193 1.208-0.193 1.823 0 0.578 0.068 1.151 0.161 1.698l-2.688 0.604c-0.156-0.755-0.234-1.531-0.224-2.302zM15.682 4v2.75c-1.172 0.042-2.323 0.302-3.396 0.771l-1.182-2.495c1.443-0.641 3-0.984 4.578-1.026zM20.927 5.057l-1.214 2.495c-1.078-0.484-2.245-0.745-3.427-0.766v-2.755c1.667 0 3.234 0.385 4.641 1.026zM27.708 11.266c-0.307-0.75-0.682-1.464-1.12-2.146l2.245-1.536c0.542 0.865 1.021 1.76 1.406 2.719zM27.62 12.99l-2.693 0.609c-0.307-1.13-0.828-2.198-1.536-3.135l2.177-1.724c0.958 1.276 1.667 2.682 2.052 4.25zM23.010 9.984c-0.766-0.891-1.688-1.625-2.724-2.177l1.219-2.495c1.406 0.729 2.656 1.729 3.677 2.943zM22.208 4.99l1.281-2.427c0.896 0.51 1.724 1.083 2.526 1.755l-1.823 2.083c-0.615-0.536-1.276-1.005-1.984-1.411zM21.661 4.703c-0.719-0.354-1.469-0.641-2.24-0.865l0.672-2.656c0.995 0.292 1.953 0.641 2.88 1.12zM18.786 3.682c-0.802-0.193-1.604-0.292-2.432-0.323v-2.719c1.057 0.031 2.109 0.156 3.104 0.385zM15.745 3.359c-0.807 0.031-1.609 0.125-2.401 0.292l-0.641-2.661c0.958-0.224 1.984-0.349 3.042-0.349zM12.703 3.807c-0.781 0.224-1.542 0.51-2.271 0.865l-1.281-2.432c0.922-0.458 1.885-0.823 2.88-1.089zM9.885 4.958c-0.703 0.396-1.365 0.854-1.979 1.38l-1.828-2.052c0.802-0.672 1.635-1.245 2.531-1.755zM10.526 5.313l1.188 2.495c-1.057 0.542-1.953 1.281-2.724 2.146l-2.141-1.729c1.031-1.193 2.281-2.182 3.677-2.911zM6.464 8.734l2.146 1.729c-0.708 0.938-1.229 2.005-1.536 3.135l-2.688-0.609c0.417-1.599 1.12-3.036 2.078-4.255zM4.318 11.198l-2.557-0.958c0.38-0.958 0.865-1.885 1.438-2.719l2.24 1.568c-0.453 0.656-0.828 1.365-1.12 2.109zM4.094 11.807c-0.255 0.771-0.479 1.536-0.573 2.37l-2.719-0.318c0.156-1.026 0.38-2.052 0.734-3.010zM3.49 17.823c0.125 0.802 0.318 1.599 0.573 2.37l-2.557 0.958c-0.365-0.969-0.609-1.979-0.74-3.010zM4.318 20.766c0.323 0.771 0.708 1.474 1.12 2.146l-2.24 1.536c-0.578-0.839-1.063-1.74-1.438-2.688zM4.354 18.911l2.688-0.609c0.286 1.156 0.833 2.245 1.505 3.172l-2.146 1.724c-0.969-1.276-1.661-2.734-2.047-4.286zM8.927 21.953c0.771 0.896 1.698 1.661 2.755 2.208l-1.219 2.495c-1.417-0.745-2.677-1.755-3.714-2.974zM9.885 27.036l-1.276 2.438c-0.901-0.505-1.75-1.094-2.531-1.766l1.828-2.047c0.604 0.547 1.245 0.995 1.979 1.375zM10.432 27.328c0.703 0.354 1.474 0.641 2.271 0.865l-0.672 2.656c-0.995-0.266-1.958-0.63-2.88-1.089zM13.313 28.354c0.766 0.156 1.568 0.255 2.401 0.286v2.719c-1.031-0.036-2.063-0.151-3.073-0.349zM16.354 28.641c0.802-0.026 1.609-0.125 2.401-0.292l0.635 2.656c-0.995 0.224-2.016 0.354-3.036 0.385zM19.359 28.193c0.781-0.219 1.542-0.51 2.271-0.865l1.281 2.432c-0.917 0.469-1.88 0.833-2.88 1.089zM22.141 27.036c0.708-0.38 1.38-0.859 1.984-1.375l1.828 2.047c-0.786 0.672-1.63 1.26-2.531 1.766zM21.505 26.688l-1.188-2.495c1.052-0.552 1.99-1.302 2.755-2.208l2.141 1.729c-1.036 1.214-2.297 2.224-3.708 2.974zM25.599 23.234l-2.141-1.729c0.708-0.943 1.219-2.026 1.5-3.167l2.693 0.604c-0.417 1.542-1.109 3-2.052 4.292zM27.682 20.802l2.557 0.958c-0.385 0.958-0.865 1.859-1.438 2.719l-2.245-1.568c0.453-0.672 0.833-1.375 1.125-2.109zM27.906 20.193c0.255-0.734 0.448-1.536 0.573-2.333l2.719 0.318c-0.146 1.016-0.391 2.010-0.734 2.974zM28.51 7.073l-2.24 1.536c-0.479-0.656-1.016-1.266-1.599-1.823l1.823-2.052c0.74 0.74 1.411 1.505 2.016 2.339zM5.599 4.703l1.823 2.047c-0.604 0.547-1.12 1.156-1.599 1.828l-2.24-1.568c0.573-0.849 1.255-1.625 2.016-2.307zM3.552 24.99l2.24-1.531c0.479 0.635 1.026 1.245 1.599 1.823l-1.823 2.047c-0.729-0.729-1.406-1.51-2.016-2.339zM26.432 27.297l-1.823-2.047c0.573-0.547 1.12-1.151 1.599-1.792l2.24 1.568c-0.609 0.797-1.281 1.563-2.016 2.271z\"/>\n</svg>\n</li><li title=\"cib vue js \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M24.306 4.019h-4.806l-3.5 5.537-3-5.537h-11l14 23.981 14-23.981zM5.481 6.019h3.363l7.156 12.387 7.15-12.387h3.363l-10.512 18.012z\"/>\n</svg>\n</li><li title=\"cib wattpad \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M30.609 24.349c0 2.365-1.807 4.172-4.172 4.172h-13.917c-7.094 0-11.13-3.755-11.13-10.432v-10.438c0-2.365 1.807-4.172 4.172-4.172h4.177c0.693 0 1.526 0.141 2.083 0.557 0.557-0.417 1.391-0.557 2.089-0.557h4.172c0.698 0 1.531 0.141 2.089 0.557 0.557-0.417 1.391-0.557 2.089-0.557h4.172c2.365 0 4.172 1.807 4.172 4.172v16.698zM26.438 2.089h-4.177c-0.693 0-1.391 0.141-2.089 0.417-0.661-0.271-1.37-0.417-2.083-0.417h-4.177c-0.693 0-1.391 0.141-2.083 0.417-0.667-0.271-1.375-0.417-2.089-0.417h-4.172c-3.073 0.005-5.557 2.495-5.568 5.563v10.438c0 7.375 4.729 11.828 12.521 11.828h13.911c3.073-0.010 5.563-2.5 5.568-5.568v-16.698c-0.010-3.068-2.495-5.557-5.568-5.563zM12.521 24.349h13.911v-16.698h-4.172v13.917h-4.172v-13.917h-4.177v13.917h-1.391c-1.391 0-2.781-1.115-2.781-3.479v-10.438h-4.177v10.438c0 4.172 1.948 6.26 6.958 6.26z\"/>\n</svg>\n</li><li title=\"cib weasyl \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M28.307 5.541c-2.208-1.776-5-2.661-7.828-2.473-5.020 0.323-8.432 3.547-9.817 8.64-1.708-1.635-2.525-4.317-2.792-7.391-1.359 0.287-2.213 0.937-2.979 1.652 0.593 3.088 2.407 5.353 4.355 6.88-3.412 0.421-7.991 3.255-9.032 6.536-0.672 2.131 0.349 4.552 1.713 6.027 1.652 1.776 5 2.667 8.475 2.337 0.047 0.485-0.141 0.715-0.079 1.209 5.423-0.407 9.563-2.193 13.385-5.193 1.495-1.167 3.547-2.713 5.011-4.301 1.469-1.589 3.063-3.437 3.255-6.027 0.281-3.719-1.645-6.255-3.667-7.896zM26.396 20.125c-1.38 1.333-2.989 2.396-4.469 3.568-1.667-2.652-3.443-5.313-5.181-7.891 0.020 3.504 0.004 7.244 0.052 10.609-1.043 0.509-2.385 0.744-3.657 1.015-2.583-3.885-5.291-7.984-7.947-11.875 0.921-0.593 2.167-1.047 3.301-1.432 1.891 2.735 3.641 5.672 5.563 8.443 0.025-4.151-0.016-8.896-0.084-13.224 0.688-0.156 1.371-0.349 2.037-0.579 2.416 3.625 4.739 7.5 7.287 11.147-0.047-4.344-0.057-8.688-0.027-13.027 1.145-0.375 2.407-0.713 3.557-1.077 0.032 4.667-0.448 9.504-0.432 14.323z\"/>\n</svg>\n</li><li title=\"cib webcomponents org \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M15.641 2.969l-0.016 0.021h-8.135l-7.49 12.984 7.49 12.979h17.063l0.057 0.078 2.844-4.979 0.693-1.188h-0.010l0.010-0.021-0.839-1h1.198l0.005-0.016 0.010 0.016 3.474-5.854-3.474-5.849-0.005 0.005-0.010-0.026h-1.26l0.839-1.021-3.474-6.089-0.010 0.010-0.031-0.052zM12.141 9.099h8.255l-0.708 1.021h-0.031l3.198 5.349h1.167l-0.37 0.438 0.474 0.583h-1.271l-3.198 5.354h0.036l0.693 1.016h-8.286l-3.99-6.891 4.031-6.875z\"/>\n</svg>\n</li><li title=\"cib webpack \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M28.021 24.161l-11.552 6.505v-5.068l7.198-3.943zM28.813 23.448v-13.609l-4.229 2.432v8.745zM3.901 24.161l11.552 6.505v-5.068l-7.198-3.943zM3.109 23.448v-13.609l4.229 2.432v8.745zM3.604 8.958l11.849-6.672v4.901l-7.646 4.188zM28.318 8.958l-11.849-6.672v4.901l7.646 4.188zM15.453 24.448l-7.099-3.891v-7.703l7.099 4.083zM16.469 24.448l7.099-3.891v-7.703l-7.099 4.083zM8.833 11.964l7.13-3.901 7.13 3.901-7.13 4.099z\"/>\n</svg>\n</li><li title=\"cib webstorm \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M0 0v32h32v-32zM23.855 3.855c1.921 0 3.552 0.588 4.885 1.703l-1.48 2.224c-1.187-0.817-2.296-1.333-3.405-1.333-1.115 0-1.709 0.516-1.709 1.183v0.072c0 0.891 0.595 1.188 2.819 1.781 2.667 0.74 4.145 1.704 4.145 4v0.073c0 2.667-2 4.145-4.812 4.145-2-0.072-4-0.812-5.557-2.219l1.703-2.077c1.188 0.963 2.443 1.629 3.927 1.629 1.183 0 1.849-0.443 1.849-1.255v-0.079c0-0.739-0.443-1.109-2.667-1.703-2.667-0.667-4.292-1.407-4.292-4.073v-0.077c0-2.443 1.923-4 4.589-4zM2.369 4.145h3.037l2 7.709 2.296-7.709h2.224l2.224 7.709 2-7.709h3.109l-3.776 13.261h-2.52l-2.147-7.704-2.224 7.704h-2.443zM3.036 26h12v2h-12z\"/>\n</svg>\n</li><li title=\"cib wechat \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M31.385 16.995c-0.807-1.839-2.344-3.297-4.12-4.198-3.141-1.589-7.042-1.583-10.172 0.042-2.177 1.115-3.99 3.115-4.505 5.547-0.427 1.792-0.047 3.719 0.906 5.281 1.417 2.349 3.974 3.849 6.63 4.328 1.922 0.391 3.911 0.161 5.781-0.375 1.125 0.432 2.125 1.135 3.214 1.661-0.281-0.943-0.583-1.875-0.906-2.807 1.224-0.865 2.328-1.948 2.995-3.302 0.99-1.885 1.052-4.229 0.177-6.177zM18.156 4.375c-3.328-1.87-7.469-2.151-11.047-0.859-2.354 0.849-4.479 2.422-5.797 4.563-1.193 1.932-1.641 4.344-1.063 6.552 0.573 2.453 2.281 4.51 4.349 5.885-0.401 1.135-0.781 2.266-1.141 3.406 1.297-0.677 2.599-1.391 3.901-2.078 1.557 0.5 3.219 0.745 4.88 0.688-0.443-1.255-0.542-2.62-0.339-3.932 0.297-1.828 1.297-3.5 2.656-4.74 2.302-2.156 5.563-3.063 8.661-2.844-0.583-2.844-2.583-5.25-5.099-6.641zM20.469 17.693c-0.281 0.87-1.542 1.13-2.156 0.469-0.672-0.609-0.411-1.891 0.474-2.161 0.979-0.411 2.109 0.714 1.682 1.693zM26.859 17.818c-0.339 0.781-1.521 0.964-2.099 0.359-0.281-0.255-0.359-0.641-0.458-0.974 0.135-0.609 0.557-1.245 1.24-1.271 0.938-0.13 1.781 1.031 1.297 1.885zM17.318 9.214c0.010 1.281-1.698 2.078-2.656 1.208-1-0.714-0.714-2.448 0.453-2.807 1.047-0.417 2.286 0.458 2.203 1.583zM9.24 9.536c-0.229 1.115-1.719 1.651-2.594 0.906-1.010-0.714-0.729-2.484 0.458-2.844 1.167-0.448 2.49 0.734 2.135 1.938z\"/>\n</svg>\n</li><li title=\"cib whatsapp \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M23.328 19.177c-0.401-0.203-2.354-1.156-2.719-1.292-0.365-0.13-0.63-0.198-0.896 0.203-0.26 0.391-1.026 1.286-1.26 1.547s-0.464 0.281-0.859 0.104c-0.401-0.203-1.682-0.62-3.203-1.984-1.188-1.057-1.979-2.359-2.214-2.76-0.234-0.396-0.026-0.62 0.172-0.818 0.182-0.182 0.401-0.458 0.604-0.698 0.193-0.24 0.255-0.401 0.396-0.661 0.13-0.281 0.063-0.5-0.036-0.698s-0.896-2.161-1.229-2.943c-0.318-0.776-0.651-0.677-0.896-0.677-0.229-0.021-0.495-0.021-0.76-0.021s-0.698 0.099-1.063 0.479c-0.365 0.401-1.396 1.359-1.396 3.297 0 1.943 1.427 3.823 1.625 4.104 0.203 0.26 2.807 4.26 6.802 5.979 0.953 0.401 1.693 0.641 2.271 0.839 0.953 0.302 1.823 0.26 2.51 0.161 0.76-0.125 2.354-0.964 2.688-1.901 0.339-0.943 0.339-1.724 0.24-1.901-0.099-0.182-0.359-0.281-0.76-0.458zM16.083 29h-0.021c-2.365 0-4.703-0.641-6.745-1.839l-0.479-0.286-5 1.302 1.344-4.865-0.323-0.5c-1.318-2.099-2.021-4.521-2.021-7.010 0-7.26 5.943-13.182 13.255-13.182 3.542 0 6.865 1.38 9.365 3.88 2.5 2.479 3.88 5.802 3.88 9.323-0.010 7.255-5.948 13.177-13.25 13.177zM27.359 4.599c-3.042-2.938-7.042-4.599-11.297-4.599-8.776 0-15.922 7.115-15.927 15.859 0 2.792 0.729 5.516 2.125 7.927l-2.26 8.214 8.448-2.203c2.328 1.255 4.948 1.927 7.615 1.932h0.005c8.781 0 15.927-7.115 15.932-15.865 0-4.234-1.651-8.219-4.661-11.214z\"/>\n</svg>\n</li><li title=\"cib when i work \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16 32c-8.875 0-16-7.224-16-16 0-8.875 7.125-16 16-16s16 7.125 16 16c0 8.776-7.125 16-16 16zM16 2.688c-7.328 0-13.318 5.984-13.318 13.313s5.99 13.318 13.318 13.318c7.328 0 13.318-5.99 13.318-13.318s-5.99-13.313-13.318-13.313zM23.849 17.547h-11.563c-0.516 0-0.927-0.411-0.932-0.917v-1.349c0-0.521 0.411-0.932 0.932-0.932h11.661c0.516 0 0.927 0.417 0.927 0.932v1.339c-0.099 0.516-0.516 0.927-1.026 0.927zM20.854 12.385h-11.667c-0.51 0.005-0.927-0.406-0.932-0.917v-1.349c0-0.417 0.417-0.828 0.932-0.828h11.661c0.417 0 0.828 0.417 0.828 0.828v1.339c0 0.516-0.411 0.927-0.823 0.927zM9.188 19.615h11.667c0.516 0 0.927 0.411 0.927 0.927v1.339c0 0.516-0.411 0.927-0.922 0.932h-11.672c-0.516-0.104-0.927-0.516-0.927-1.031v-1.344c-0.005-0.411 0.411-0.823 0.927-0.823z\"/>\n</svg>\n</li><li title=\"cib wii \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M23.87 8.349c-0.969-0.021-1.771 0.75-1.792 1.724v0.021c0.016 0.979 0.818 1.755 1.792 1.745 1.047 0 1.875-0.776 1.875-1.745 0-0.974-0.828-1.745-1.875-1.745zM30.151 8.349c-0.995 0-1.813 0.771-1.813 1.745 0 0.948 0.818 1.745 1.813 1.745 1.026 0 1.849-0.776 1.849-1.745 0-0.974-0.823-1.745-1.849-1.745zM10.365 9.073c-0.995 0-1.667 0.5-2.016 1.62-0.323 1.141-2.396 9.094-2.396 9.094l-2.714-10.589h-3.24c0 0 3.115 11.281 3.536 12.604 0.323 1.021 1.12 1.849 2.266 1.849 1.344 0 1.974-0.974 2.245-1.849 0.302-0.901 2.318-8.344 2.318-8.344s2.021 7.448 2.292 8.344c0.302 0.875 0.922 1.849 2.245 1.849 1.172 0 1.943-0.828 2.292-1.849 0.422-1.318 3.542-12.604 3.542-12.604h-3.266l-2.693 10.589c0 0-2.068-7.953-2.417-9.094-0.323-1.125-1.026-1.62-1.995-1.62zM22.375 13.557v9.99h3.099v-9.99zM28.635 13.557v9.99h3.089v-9.99z\"/>\n</svg>\n</li><li title=\"cib wiiu \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M14.844 11.245c-0.62 0-1.115 0.474-1.115 1.083 0.010 0.604 0.51 1.089 1.115 1.083 0.651 0 1.167-0.479 1.167-1.083s-0.516-1.083-1.167-1.083zM18.75 11.245c-0.62 0-1.13 0.474-1.13 1.083 0 0.589 0.51 1.083 1.13 1.083 0.635 0 1.151-0.479 1.151-1.083s-0.516-1.083-1.151-1.083zM23.625 11.255c-0.708 0-1.323 0.448-1.323 1.146v4.422c0 1.078 0.75 1.719 1.839 1.719h6.198c0.917 0 1.661-0.635 1.661-1.552v-4.531c0-0.547-0.411-1.146-0.917-1.146h-1.432v3.734c0 2.828-4.938 2.802-4.938 0.052v-3.839h-1.089zM25.865 11.255v3.271c0 2.182 2.578 1.87 2.578 0.344v-3.609h-2.578zM6.443 11.693c-0.62 0-1.031 0.313-1.25 1.010-0.203 0.708-1.49 5.656-1.49 5.656l-1.688-6.589h-2.016c0 0 1.932 7.021 2.198 7.844 0.203 0.63 0.698 1.146 1.411 1.146 0.839 0 1.224-0.609 1.396-1.146 0.188-0.563 1.438-5.198 1.438-5.198s1.255 4.635 1.427 5.198c0.188 0.536 0.573 1.146 1.396 1.146 0.729 0 1.208-0.516 1.427-1.146 0.26-0.823 2.198-7.844 2.198-7.844h-2.026l-1.677 6.589c0 0-1.286-4.948-1.5-5.656-0.203-0.703-0.641-1.010-1.24-1.010zM13.917 14.479v6.219h1.922v-6.219zM17.807 14.479v6.219h1.922v-6.219z\"/>\n</svg>\n</li><li title=\"cib wikipedia \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16.12 17.49c-1.25 2.578-2.958 6.068-3.802 7.641-0.823 1.432-1.505 1.24-2.047 0.036-1.87-4.427-5.724-12.193-7.531-16.542-0.333-0.802-0.589-1.318-0.828-1.521-0.24-0.198-0.734-0.318-1.495-0.359-0.281-0.036-0.417-0.104-0.417-0.214v-0.609l0.068-0.057c1.234-0.005 7.203 0 7.203 0l0.068 0.057v0.583c0 0.156-0.099 0.234-0.302 0.234l-0.75 0.042c-0.646 0.036-0.969 0.214-0.969 0.578 0 0.182 0.068 0.443 0.219 0.802 1.443 3.526 6.427 14.026 6.427 14.026l0.182 0.063 3.214-6.411-0.646-1.422-2.208-4.354c0 0-0.422-0.87-0.573-1.161-0.969-1.927-0.948-2.026-1.927-2.156-0.276-0.031-0.417-0.068-0.417-0.198v-0.625l0.078-0.063h5.724l0.151 0.052v0.599c0 0.141-0.104 0.203-0.302 0.203l-0.411 0.063c-1.057 0.078-0.88 0.505-0.182 1.896l2.109 4.333 2.344-4.672c0.391-0.854 0.313-1.068 0.151-1.26-0.094-0.115-0.406-0.292-1.083-0.323l-0.271-0.026c-0.068 0-0.13-0.021-0.193-0.068-0.057-0.042-0.089-0.104-0.089-0.172v-0.568l0.083-0.063c1.661-0.010 5.391 0 5.391 0l0.078 0.063v0.578c0 0.161-0.078 0.24-0.26 0.24-0.859 0.036-1.042 0.125-1.365 0.583-0.156 0.25-0.5 0.786-0.859 1.385l-3.068 5.698-0.089 0.182 3.724 7.615 0.229 0.063 5.859-13.917c0.203-0.563 0.172-0.964-0.083-1.193-0.266-0.229-0.464-0.365-1.146-0.396l-0.557-0.021c-0.083 0-0.141-0.016-0.203-0.057-0.057-0.042-0.099-0.099-0.099-0.161v-0.578l0.078-0.063h6.62l0.052 0.063v0.583c0 0.156-0.099 0.24-0.281 0.24-0.859 0.036-1.5 0.24-1.922 0.557-0.417 0.344-0.745 0.823-0.979 1.427 0 0-5.391 12.344-7.234 16.448-0.703 1.344-1.406 1.224-2.005-0.042-0.76-1.557-2.365-5.047-3.531-7.609z\"/>\n</svg>\n</li><li title=\"cib windows \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M0 4.599l13-1.796v12.599h-13zM14.599 2.599l17.401-2.599v15.197h-17.401zM0 16.803h13v12.599l-13-1.803zM14.599 16.803h17.401v15.197l-17.197-2.401z\"/>\n</svg>\n</li><li title=\"cib wire \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M32 19.303c0.011 5.443-4.396 9.864-9.839 9.88h-0.021c-2.181-0.021-4.296-0.776-6-2.141-4.359 3.391-10.645 2.609-14.036-1.749-1.333-1.719-2.073-3.819-2.104-5.989v-15.543h1.88v15.543c-0.005 4.416 3.579 8 7.995 8.004 1.724 0 3.401-0.557 4.787-1.588-1.552-1.781-2.411-4.057-2.421-6.416v-12.719c0-2.079 1.681-3.761 3.76-3.761s3.76 1.683 3.76 3.761v12.719c0.005 2.353-0.833 4.629-2.359 6.416 3.563 2.609 8.572 1.828 11.177-1.74 0.995-1.353 1.531-2.995 1.541-4.676v-15.543h1.88zM17.88 6.579c0-1.037-0.844-1.881-1.88-1.881s-1.88 0.844-1.88 1.881v12.724c0.005 1.88 0.667 3.697 1.88 5.135 1.208-1.437 1.875-3.255 1.88-5.135z\"/>\n</svg>\n</li><li title=\"cib wireguard \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M31.973 15.527c0 0 0.735-15.527-16.328-15.527-15.088 0-15.563 14.896-15.563 14.896s-2.219 17.104 15.912 17.104c17.391 0 15.979-16.473 15.979-16.473zM10.875 10.099c3.199-1.959 7.292-0.76 8.823 2.188 0.292 0.557 0.329 1.416 0.147 2.005-0.641 2.020-2.136 3.151-4.199 3.635 0.609-0.52 1.095-1.109 1.245-1.921 0.161-0.781-0.016-1.593-0.484-2.24-0.751-1.025-2.089-1.437-3.287-1-1.265 0.485-1.959 1.641-1.833 3.063 0.115 1.317 1.115 2.177 2.989 2.5-0.281 0.145-0.495 0.256-0.703 0.375-0.86 0.469-1.609 1.12-2.193 1.907-0.192 0.255-0.323 0.276-0.615 0.099-3.765-2.301-4.011-8.088 0.104-10.609zM8.052 24.344c-0.604 0.156-1.192 0.38-1.812 0.583 0.301-2.041 2.697-3.921 4.719-3.708-0.584 0.808-0.928 1.765-0.985 2.76-0.671 0.125-1.307 0.209-1.921 0.365zM20.937 4.401c0.599 0.020 1.199 0.011 1.797 0.025 0.151 0.011 0.296 0.032 0.443 0.063-0.136 0.204-0.287 0.401-0.453 0.579-0.213 0.197-0.453 0.396-0.76 0.093-0.079-0.073-0.251-0.057-0.38-0.063-0.595-0.005-1.193-0.025-1.787 0-0.516 0.016-1.032 0.068-1.537 0.156-0.099 0.016-0.239 0.333-0.197 0.448 0.104 0.276 0.255 0.584 0.479 0.761 0.828 0.651 1.704 1.233 2.537 1.88 0.801 0.629 1.552 1.323 2.009 2.271 0.595 1.235 0.615 2.531 0.36 3.833-0.432 2.172-1.531 3.973-3.312 5.281-0.72 0.525-1.609 0.828-2.428 1.203-0.724 0.333-1.468 0.62-2.192 0.953-1.308 0.593-2.043 2.011-1.828 3.484 0.197 1.355 1.391 2.485 2.744 2.719 1.636 0.276 3.317-0.781 3.713-2.443 0.448-1.859-0.561-3.525-2.457-4.031l-0.339-0.088c0.505-0.224 0.943-0.387 1.348-0.609 0.704-0.391 1.396-0.803 2.073-1.235 0.203-0.131 0.312-0.131 0.484 0.020 1.303 1.125 2.079 2.532 2.297 4.251 0.36 2.844-0.984 5.459-3.525 6.796-3.933 2.073-8.745-0.285-9.615-4.645-0.74-3.729 1.891-7.12 5.061-7.771 1.365-0.281 2.615-0.849 3.584-1.901 0.625-0.677 0.927-1.255 1.031-1.52 0.193-0.491 0.292-1.016 0.292-1.543-0.020-0.457-0.129-0.905-0.317-1.323-0.328-0.755-1.599-1.959-1.912-2.208l-2.989-2.339c-0.104-0.088-0.224-0.084-0.479-0.063-0.308 0.021-1.089 0.063-1.423-0.025 0.271-0.209 1.011-0.505 1.333-0.745-0.968-0.656-2.072-0.421-3.088-0.615 0.235-0.437 1.396-1.109 2.057-1.183-0.041-0.369-0.099-0.733-0.183-1.099-0.036-0.145-0.203-0.292-0.349-0.375-0.348-0.208-0.724-0.375-1.124-0.579 0.359-0.233 0.781-0.364 1.208-0.375 0.407-0.016 0.812 0.027 1.208 0.12 0.724 0.161 1.297 0.052 1.871-0.432-0.453-0.183-0.901-0.349-1.339-0.547-0.433-0.193-0.849-0.412-1.256-0.657 1.131 0.156 2.224 0.584 3.385 0.428l0.032-0.157-2.693-0.624c1.604-0.152 3.099-0.172 4.511 0.515 0.401 0.193 0.812 0.355 1.197 0.573 0.188 0.109 0.313 0.323 0.464 0.489 0.12 0.131 0.219 0.308 0.369 0.385 0.563 0.303 1.183 0.313 1.819 0.297l0.015-0.213c0.641 0.203 1.355 0.937 1.355 1.473-1.031 0-2.068-0.005-3.099 0.005-0.109 0-0.219 0.084-0.328 0.125 0.104 0.063 0.203 0.172 0.312 0.177zM19.604 2.869c-0.093 0.057-0.104 0.183-0.020 0.256 0.067 0.115 0.213 0.151 0.328 0.083 0.099-0.047 0.197-0.104 0.317-0.167-0.099-0.077-0.177-0.151-0.256-0.213-0.14-0.12-0.255-0.041-0.369 0.041z\"/>\n</svg>\n</li><li title=\"cib wix \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M30.651 3.12h-2.073l-1.448-0.005c-1.151 0-2.208 0.875-3.016 1.568-0.802 0.661-1.479 1.479-2.12 2.302-0.24-0.63-0.531-1.24-0.865-1.823-0.417-0.818-1.219-1.599-2.141-1.781-0.458-0.099-0.979-0.057-1.438-0.057h-3.078c-0.469 0-0.984-0.063-1.443 0.042-0.911 0.177-1.724 0.958-2.13 1.781-0.323 0.557-0.62 1.177-0.859 1.818-0.646-0.818-1.323-1.641-2.109-2.318-0.807-0.703-1.859-1.583-3.010-1.583h-3.51c-0.5 0-1.62-0.141-1.354 0.682 0.063 0.198 0.286 0.38 0.411 0.536 0.151 0.182 0.292 0.38 0.417 0.583 0.203 0.318 0.401 0.641 0.589 0.979 0.448 0.802 0.833 1.641 1.281 2.443 0.99 1.781 2.047 3.5 3.323 5.083 0.948 1.161 2.083 2.339 3.495 2.922l-3.177 6.005c-0.917 1.698-1.839 3.422-2.807 5.104l-0.141 0.24c-0.125 0.24-0.307 0.578-0.307 0.839 0 0.542 0.802 0.563 1.203 0.563 0.422 0 0.839-0.021 1.26-0.021 0.719-0.021 1.443-0.021 2.182-0.042 0.422 0 0.859 0.021 1.302-0.036 1.089-0.115 2.083-0.682 2.74-1.563 0.198-0.302 2.161-3.521 2.964-4.823 0.297-0.5 1.24-1.964 1.24-1.964s0.943 1.464 1.24 1.964c0.781 1.302 2.745 4.505 2.964 4.802 0.641 0.88 1.641 1.443 2.745 1.542 0.417 0.036 0.859 0.021 1.276 0.021l2.182 0.021h1.26c0.385 0 1.203-0.021 1.203-0.583 0-0.281-0.182-0.615-0.318-0.854l-0.141-0.24c-0.984-1.703-1.88-3.406-2.802-5.104-1.063-1.984-2.12-3.984-3.203-5.948 1.422-0.578 2.542-1.755 3.5-2.917 1.281-1.583 2.323-3.323 3.323-5.089 0.443-0.818 0.823-1.661 1.281-2.458 0.182-0.339 0.38-0.661 0.583-0.984 0.12-0.198 0.255-0.396 0.417-0.578 0.12-0.172 0.344-0.349 0.422-0.542 0.26-0.823-0.813-0.51-1.313-0.526zM13.714 7.026c0.089-0.010 0.151 0.214 0.193 0.661l0.005 0.021c0 0.021-0.198 0-0.38-0.021l-0.219-0.036c-0.099-0.021-0.198-0.063-0.302-0.104-0.266-0.089-0.427-0.214-0.547-0.307-0.073-0.052-0.13-0.12-0.177-0.193 0.635 0.010 1.115 0.005 1.427-0.021zM13.958 10.25v-0.016h0.005zM13.979 10.182c-0.141 0.156-0.354 0.214-0.557 0.255s-0.432 0.073-0.62-0.031c-0.219-0.109-0.307-0.375-0.37-0.599-0.078-0.281-0.146-0.583-0.12-0.88h0.021c0-0.161 0.057-0.339 0.12-0.484 0.052-0.125 0.135-0.234 0.245-0.318 0.281-0.214 0.714-0.214 0.969 0.036 0.12 0.12 0.214 0.26 0.276 0.417 0.146 0.344 0.26 0.74 0.234 1.125-0.010 0.177-0.078 0.344-0.198 0.479zM16.766 10.729c-0.026 0.042-0.063 0.063-0.099 0.083-0.198 0.141-0.438 0.208-0.682 0.198-0.245 0.010-0.484-0.057-0.682-0.198-0.042-0.021-0.073-0.047-0.099-0.083-0.010 0-0.021-0.021-0.021-0.036s0.005-0.026 0.016-0.036v0.052c0.016-0.016 0.052-0.016 0.068-0.016 0.031 0.016 0.057 0.036 0.089 0.057 0.188 0.125 0.406 0.188 0.63 0.182 0.224 0.005 0.443-0.057 0.63-0.182 0.031-0.021 0.063-0.057 0.094-0.078s0.057-0.021 0.078 0c0.021 0.021 0.010 0.036-0.021 0.057zM19.526 9.813c-0.057 0.219-0.146 0.5-0.37 0.599-0.188 0.099-0.417 0.063-0.62 0.026-0.203-0.042-0.411-0.104-0.563-0.255-0.115-0.135-0.182-0.302-0.193-0.479-0.026-0.385 0.089-0.781 0.24-1.125 0.063-0.156 0.156-0.297 0.271-0.417 0.255-0.25 0.688-0.25 0.974-0.042 0.104 0.089 0.188 0.198 0.245 0.323v0.010c0.073 0.146 0.12 0.313 0.135 0.479 0.031 0.297-0.042 0.599-0.12 0.88zM19.495 7.25c-0.12 0.099-0.281 0.219-0.542 0.297-0.099 0.036-0.203 0.068-0.307 0.089-0.016 0.005-0.109 0.021-0.219 0.042v0.031c-0.177 0.021-0.38 0.042-0.375 0 0.042-0.438 0.104-0.661 0.193-0.661 0.318 0.042 0.792 0.042 1.432 0.021-0.047 0.073-0.109 0.135-0.182 0.182z\"/>\n</svg>\n</li><li title=\"cib wolfram language \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M19.115 16.578c-0.74 0.198-0.823 0.24-1.552 0.448-0.786-0.448-1.479-0.703-2.13-0.62 0.078-0.406 0.203-0.698 0.328-1.063 1.38-0.203 2.406 0.531 3.354 1.234zM26.193 26.177c-0.771 0.771-1.625 1.448-2.547 2.026h-0.005l-4.938-6.151 4.094 0.448c0 0 1.964 0.203 2.411 0 0.411-0.156 2.615-3.266 2.615-3.266s-6.344-4.010-8.51-6.219c0.25-3.724-0.286-8.677-0.286-8.641-1.589 1.594-1.797 1.844-3.391 3.318-0.693-2.25-1.026-3.021-1.719-5.276-2.089 1.719-3.682 4.62-4.828 8.021-0.255 0.286-0.5 0.578-0.734 0.875-0.146 0.208-0.307 0.417-0.458 0.635-0.307 0.432-0.599 0.901-0.88 1.375-0.203 0.344-0.401 0.693-0.589 1.052-0.083 0.146-0.167 0.307-0.25 0.464-1.214 2.385-2.234 5.052-3.115 7.474-0.958-1.969-1.458-4.125-1.458-6.313 0-3.818 1.521-7.484 4.219-10.188 2.703-2.698 6.359-4.214 10.177-4.214 3.823 0 7.484 1.516 10.188 4.214 2.698 2.703 4.208 6.37 4.208 10.188 0 3.813-1.51 7.474-4.203 10.177zM16 8.922c1.109-1.068 1.266-1.229 2.333-2.25 0.083 2.042 0.042 3.109-0.083 5.599-0.615-0.609-1.839-1.391-1.839-1.391s-0.245-1.427-0.411-1.958zM21.115 29.542c-8.823 3.188-15.198-2.688-16.557-4.74 0.005-0.016 0.005-0.036 0.005-0.052 1.229-5.182 2.745-11.38 5.182-13.214 1.271-2.208 1.641-5.484 3.922-7.198 0.578 1.714 1.474 5.276 2.094 6.99 2.698 2.703 6.781 6.063 9.526 7.458 0.286 0.156 0.651 1.307 0.651 1.307l-1.099 1.38-11.776-1.182c-0.271-0.026-0.526-0.036-0.797-0.036-0.755 0-1.531 0.099-2.443 0.24 0.578-1.427 1.802-2.578 1.802-2.578s-1.141-0.693-2.005-0.807c0.245-0.578 0.906-1.318 1.063-1.521-0.323 0.12-2.698 1.188-2.943 2.089 1.141 0.281 1.958 0.646 1.958 0.646s-1.266 1.276-1.505 3.484c0 0 3.76-0.573 6.583-0.203 0.083 0.036 0.125 0.036 0.167 0.036l1.469 0.042 4.714 7.849c0 0.005-0.005 0.010-0.010 0.010zM27.313 4.688c-3-3-7.068-4.682-11.313-4.688-4.245 0-8.307 1.693-11.313 4.688-2.99 3-4.682 7.068-4.682 11.313s1.693 8.313 4.682 11.302c2.995 3.010 7.068 4.698 11.313 4.698s8.318-1.688 11.313-4.698c3.005-2.99 4.682-7.057 4.682-11.302s-1.677-8.313-4.682-11.313z\"/>\n</svg>\n</li><li title=\"cib wolfram mathematica \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M20.984 14.266c-0.703-2.036 0.188-5.333 0.188-5.333s-3.036 1.75-5.266 1.734c-2.224-0.016-5.068-1.734-5.068-1.734s0.75 3.281 0.094 5.385c-0.641 2.109-3.292 4.453-3.292 4.453s3.438 0.307 5.13 1.469c1.698 1.161 3.229 4.615 3.229 4.615s1.042-3.135 3.094-4.547c2.052-1.427 5.281-1.536 5.281-1.536s-2.667-2.453-3.391-4.49zM18.318 19.188c-1.453 1.078-2.333 2.917-2.333 2.917s-1.010-1.906-2.396-2.958c-1.401-1.052-3.427-1.292-3.427-1.292 0.964-0.839 1.672-1.938 2.036-3.161 0.615-2.052 0.24-3.641 0.24-3.641s1.229 0.932 3.495 0.932c2.266 0 3.719-0.932 3.719-0.932s-0.505 2.109 0.094 3.599c0.589 1.521 2.094 3.214 2.094 3.214s-2.078 0.229-3.521 1.323zM18.307 12.802c0 0-1.266 0.505-2.359 0.49-1.094 0-2.266-0.49-2.266-0.49 0.063 0.771 0 1.531-0.229 2.266-0.359 1.146-1.214 2.187-1.214 2.187 1.578 0.313 2.948 1.292 3.76 2.677 0 0 0.599-1.13 1.573-1.771 0.667-0.417 1.401-0.734 2.172-0.932 0 0-0.984-1.042-1.359-2.094-0.37-1.042-0.078-2.333-0.078-2.333zM26.802 16l4.411-4.932-6.469-1.427 0.667-6.589-6.078 2.667-3.333-5.719-3.333 5.719-6.068-2.667 0.656 6.599-6.469 1.401 4.401 4.948-4.385 4.932 6.464 1.427-0.667 6.589 6.068-2.667 3.333 5.719 3.333-5.719 6.078 2.667-0.667-6.589 6.469-1.411-4.401-4.948zM19.771 21.266c-1.104 0.813-3.771 6.479-3.771 6.479s-2-5.146-4-6.479c-1.974-1.333-7.172-1.625-7.172-1.625s3.984-3.161 4.76-5.958c0.786-2.802-0.495-7.161-0.495-7.161s3.865 2.797 6.771 2.797c2.896 0 7.016-2.797 7.016-2.797s-1.094 6-0.708 7.281c0.401 1.276 4.974 5.839 4.974 5.839s-6.266 0.828-7.385 1.625z\"/>\n</svg>\n</li><li title=\"cib wolfram \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M26.807 16l4.407-4.943-6.468-1.412 0.661-6.593-6.068 2.661-3.339-5.713-3.339 5.713-6.068-2.661 0.661 6.593-6.473 1.407 4.407 4.943-4.407 4.953 6.473 1.401-0.667 6.593 6.068-2.656 3.344 5.713 3.339-5.713 6.068 2.656-0.661-6.583 6.473-1.412zM28.948 19.724l-3.817-1.308-2.532-3.296 3.371 1.255zM29.557 11.593l-3.469 3.891-4.088-1.52 2.459-3.48zM23.844 9.828l-2.047 2.907 0.12-4.213 2.38-3.219zM19.437 6.631l4.12-1.803-2.36 3.167-3.921 1.401zM21.021 8.995l-0.131 4.869-4.453 1.496v-4.735zM16 1.745l2.625 4.495-2.625 3.359-2.631-3.359zM12.563 6.631l2.161 2.765-3.932-1.401-2.349-3.167zM15.557 10.625v4.735l-4.448-1.496-0.136-4.869zM10.083 8.521l0.115 4.213-2.041-2.907-0.453-4.525zM2.437 11.588l5.099-1.104 2.453 3.48-4.083 1.515zM6.031 16.369l3.371-1.249-2.537 3.296-3.812 1.303zM3.24 20.584l3.905-1.333 4.063 1.192-3.5 1.115zM7.615 27.531l0.521-5.192 4.151-1.312 0.109 4.411zM12.536 19.921l-4.667-1.375 2.969-3.853 4.448 1.5zM15.557 29.511l-2.281-3.917-0.088-3.692 2.369 3.463zM13.251 20.443l2.749-3.735 2.749 3.735-2.749 4.005zM18.724 25.593l-2.287 3.917v-4.147l2.375-3.463zM16.703 16.193l4.453-1.5 2.964 3.853-4.667 1.375zM19.604 25.437l0.104-4.411 4.152 1.312 0.515 5.197zM24.292 21.557l-3.5-1.115 4.063-1.197 3.905 1.339z\"/>\n</svg>\n</li><li title=\"cib wordpress \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M28.625 9.099c1.12 2.052 1.755 4.401 1.755 6.901 0 5.307-2.87 9.943-7.146 12.432l4.391-12.703c0.823-2.052 1.094-3.693 1.094-5.151 0-0.542-0.036-1.042-0.094-1.479zM17.984 9.24c0.865-0.042 1.641-0.141 1.641-0.141 0.776-0.099 0.688-1.24-0.089-1.198 0 0-2.339 0.177-3.839 0.177-1.417 0-3.802-0.198-3.802-0.198-0.776-0.042-0.88 1.141-0.099 1.182 0 0 0.719 0.078 1.5 0.12l2.24 6.135-3.161 9.443-5.234-15.563c0.865-0.036 1.646-0.13 1.646-0.13 0.776-0.099 0.688-1.24-0.089-1.198 0 0-2.328 0.187-3.833 0.187-0.266 0-0.583-0.010-0.917-0.021 2.599-3.839 7.031-6.417 12.052-6.417 3.745 0 7.151 1.427 9.714 3.776-0.063 0-0.12-0.010-0.188-0.010-1.411 0-2.417 1.229-2.417 2.552 0 1.188 0.688 2.193 1.417 3.375 0.547 0.958 1.182 2.193 1.182 3.969 0 1.219-0.469 2.656-1.094 4.641l-1.432 4.776-5.198-15.479zM16 30.38c-1.411 0-2.776-0.203-4.063-0.583l4.313-12.542 4.422 12.115c0.031 0.073 0.068 0.135 0.104 0.198-1.495 0.526-3.099 0.813-4.776 0.813zM1.615 16c0-2.083 0.448-4.068 1.245-5.854l6.859 18.802c-4.792-2.333-8.104-7.255-8.104-12.948zM16 0c-8.818 0-16 7.182-16 16s7.182 16 16 16c8.818 0 16-7.182 16-16s-7.182-16-16-16z\"/>\n</svg>\n</li><li title=\"cib wpengine \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M10.802 32h10.396v-7.802l-2.599-2.401h-5.198l-2.599 2.401zM24.198 10.802l-2.401 2.599v5.198l2.401 2.599h7.802v-10.396zM21.198 0h-10.396v7.802l2.599 2.401h5.198l2.599-2.401zM32 32v-7.802l-2.401-2.401h-7.802v10.203zM2.401 0l-2.401 2.401v7.797h10.198v-10.198zM21.802 0v7.802l2.396 2.396h7.802v-10.198zM16 17.401c-0.802 0-1.401-0.599-1.401-1.401s0.599-1.401 1.401-1.401c0.802 0 1.401 0.599 1.401 1.401s-0.599 1.401-1.401 1.401zM10.198 24.198l-2.396-2.396h-7.802v10.198h7.802l2.401-2.401v-5.401zM10.198 10.802h-10.198v10.396h7.802l2.401-2.599v-7.797z\"/>\n</svg>\n</li><li title=\"cib x pack \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M18.266 26.068l7.839-7.854 4.469 4.479c1.859 1.859 1.859 4.875 0 6.734l-1.104 1.104c-1.859 1.865-4.875 1.865-6.734 0zM30.563 2.531l-1.109-1.104c-1.859-1.859-4.875-1.859-6.734 0l-6.719 6.734-6.734-6.734c-1.859-1.859-4.875-1.859-6.734 0l-1.104 1.104c-1.859 1.859-1.859 4.875 0 6.734l6.734 6.734-6.734 6.734c-1.859 1.859-1.859 4.875 0 6.734l1.104 1.104c1.859 1.859 4.875 1.859 6.734 0l21.307-21.307c1.859-1.859 1.859-4.875 0-6.734z\"/>\n</svg>\n</li><li title=\"cib xbox \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M5.469 28.041c2.812 2.469 6.5 3.959 10.531 3.959 4.036 0 7.719-1.489 10.536-3.959 2.5-2.547-5.755-11.609-10.536-15.219-4.776 3.609-13.036 12.672-10.531 15.219zM20.349 8.839c3.333 3.948 9.979 13.749 8.104 17.213 2.219-2.745 3.547-6.24 3.547-10.047 0-4.453-1.817-8.484-4.76-11.38 0 0-0.037-0.032-0.109-0.057-0.084-0.032-0.204-0.057-0.376-0.057-0.785 0-2.645 0.577-6.405 4.328zM4.869 4.568c-0.072 0.025-0.109 0.057-0.115 0.057-2.937 2.896-4.755 6.927-4.755 11.38 0 3.807 1.328 7.297 3.547 10.041-1.864-3.468 4.771-13.265 8.109-17.208-3.76-3.756-5.625-4.328-6.411-4.328-0.172 0-0.297 0.025-0.376 0.063zM16 4.735c0 0-3.927-2.297-6.995-2.407-1.203-0.041-1.937 0.391-2.027 0.453 2.86-1.921 5.901-2.781 9-2.781h0.021c3.115 0 6.14 0.86 9.021 2.781-0.089-0.063-0.819-0.495-2.027-0.453-3.068 0.109-6.995 2.401-6.995 2.401z\"/>\n</svg>\n</li><li title=\"cib xcode \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M26.667 6.401c0.531-0.265 0.803-0.537 1.197-0.537 0.667 0 1.068 0.401 1.204 0.667 0.265 0.401 1.197 0.667 1.599 0.667 0.265 0 0.667-0.932 0.932-1.728 0.265-0.803 0.265-1.735 0.136-1.871-0.136-0.129-1.204-0.401-1.469-0.401-0.129 0.136-0.401 0.272-0.932 0.272s-1.068-0.401-1.469-0.803c-0.667-0.667-1.463-0.932-2.265-1.197-0.796-0.272-1.735-0.272-2.531-0.272-1.204-0.129-2.537-0.129-3.735 0.272-0.531 0.129-0.932 0.265-1.469 0.531-0.129 0.136-0.531 0.265-0.667 0.265-0.129 0.136-0.129 0.265 0 0.265 0.136 0 0.667-0.129 0.667-0.129s-0.667 0.265-0.667 0.531c0 0.136 0.136 0.136 0.136 0.136s0.401-0.136 0.667-0.136c0.531 0 1.333-0.265 2-0.265 0.803 0 1.599 0.265 2.401 1.068 1.197 1.463 1.068 3.333 1.068 3.735-0.272 2.796-6.537 19.864-6.803 21.061-0.265 1.204-0.265 1.871 1.197 2.272 1.469 0.395 2 0 2.272-0.537 0.129-0.932 4.129-22 6.531-23.864zM21.469 5.068l-21.469 3.333 3.469 22.265 11.463-1.864c-0.129-0.939 2.932-8.939 3.469-10.401l-5.871 0.932 0.803-2.401 4.136-0.667 1.061 1.333c0 0 0.272-0.667 0.272-0.932l-5.735-7.068c-0.265-0.401-0.265-0.932 0.129-1.197l0.272-0.265c0.395-0.272 0.932-0.272 1.197 0.129l5.068 5.871c1.068-3.204 2-6 2-6.939 0.129-0.265 0.129-1.197-0.265-2.129zM5.469 18.265l3.599-0.667-0.932 2.401-2.401 0.401zM13.197 11.469l0.401 0.129c0.537 0.136 0.667 0.667 0.537 1.204l-4 10.667-2.401 3.197 0.265-4 4-10.667c0.136-0.531 0.667-0.667 1.197-0.531zM27.599 7.735c-0.531 0.531-1.197 2.265-2.531 7.333h0.129l0.401 2.129-1.068 0.136c-0.129 0.667-0.265 1.333-0.531 2.136 2.265 1.197 1.068 4.129 0.932 4.129-0.129 0-0.129 0-0.129-0.129 0-0.136 0.129-0.537-0.272-0.667-0.265-0.136-0.796-0.272-1.197-0.537-0.401 1.599-0.803 3.469-1.197 5.469l8.395-1.333-2.796-18.803z\"/>\n</svg>\n</li><li title=\"cib xero \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16 0c-8.839 0-16 7.161-16 16s7.161 16 16 16c8.839 0 16-7.161 16-16s-7.161-16-16-16zM24.781 19.542c-1.979 0-3.589-1.609-3.589-3.589s1.609-3.589 3.589-3.589c1.979 0 3.583 1.609 3.583 3.589s-1.609 3.589-3.583 3.589zM10.042 19.526c-0.135 0-0.255-0.057-0.359-0.156l-2.724-2.719-2.734 2.729c-0.094 0.089-0.214 0.146-0.344 0.146-0.271 0-0.49-0.224-0.49-0.495 0-0.13 0.052-0.25 0.146-0.349l2.719-2.734-2.714-2.729c-0.104-0.089-0.151-0.214-0.151-0.349 0-0.271 0.219-0.484 0.49-0.484 0.13 0 0.25 0.047 0.344 0.141l2.74 2.729 2.729-2.729c0.094-0.094 0.219-0.141 0.349-0.141 0.281 0 0.5 0.219 0.5 0.484 0 0.135-0.036 0.255-0.141 0.344l-2.74 2.745 2.74 2.734c0.089 0.089 0.141 0.214 0.141 0.344 0 0.266-0.224 0.49-0.49 0.49zM20.729 13.406c-1.063 0.13-1.177 0.63-1.177 1.87v3.714c0 0.271-0.219 0.49-0.484 0.49-0.271 0-0.49-0.219-0.495-0.49v-6.036c0-0.271 0.214-0.49 0.484-0.49 0.224 0 0.422 0.167 0.464 0.385 0.359-0.276 0.797-0.422 1.24-0.422h0.141c0.255 0 0.474 0.219 0.474 0.49s-0.219 0.469-0.5 0.479c0 0-0.12 0-0.219 0.010zM16.609 16.344h-5.109c0 0.026 0.005 0.052 0.010 0.078 0.026 0.141 0.057 0.281 0.109 0.411 0.255 0.708 1.021 1.698 2.438 1.719 0.438-0.005 0.844-0.115 1.198-0.302 0.281-0.161 0.526-0.365 0.703-0.573 0.057-0.078 0.12-0.151 0.161-0.224 0.24-0.307 0.536-0.25 0.719-0.109 0.219 0.177 0.24 0.521 0.057 0.76l-0.021 0.021c-0.281 0.359-0.578 0.661-0.917 0.88s-0.703 0.375-1.083 0.458c-0.438 0.12-0.859 0.141-1.297 0.078-1.464-0.177-2.682-1.24-3.042-2.677-0.078-0.281-0.12-0.563-0.12-0.859 0-1.141 0.563-2.26 1.5-2.943 1.177-0.818 2.781-0.88 4-0.099 0.839 0.542 1.38 1.359 1.578 2.359 0.099 0.563-0.281 1.063-0.979 1.083zM24.781 13.38c-1.422 0-2.578 1.151-2.578 2.573s1.156 2.578 2.578 2.578c1.417 0 2.573-1.156 2.573-2.578 0-1.417-1.156-2.578-2.573-2.578zM24.781 16.839c-0.49 0-0.891-0.396-0.891-0.885s0.401-0.885 0.891-0.885c0.49 0 0.891 0.396 0.891 0.885s-0.401 0.891-0.891 0.885zM14.063 13.37c-1.214 0-2.234 0.828-2.516 1.953v0.042h5.031c-0.271-1.141-1.297-1.995-2.521-1.995z\"/>\n</svg>\n</li><li title=\"cib xiaomi \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M26.615 26.667c-0.234 0-0.427-0.193-0.427-0.427v-20.479c0-0.234 0.193-0.427 0.427-0.427h4.948c0.24-0.005 0.438 0.188 0.438 0.427v20.479c0 0.24-0.198 0.432-0.438 0.427zM18.318 26.667c0 0-0.396-0.12-0.396-0.427v-12.573c0.052-1.651-1.281-3.016-2.938-3h-9.25c-0.536 0-0.401 0.401-0.401 0.401v15.172c0 0.359-0.401 0.427-0.401 0.427h-4.495c-0.24 0.005-0.438-0.188-0.438-0.427v-20.479c0-0.24 0.198-0.432 0.438-0.427h17.151c3.13 0.021 5.656 2.563 5.667 5.693l0.010 15.214c0 0.234-0.188 0.427-0.427 0.427zM9.12 26.667c-0.219 0-0.401-0.177-0.401-0.401v-12c0-0.219 0.182-0.401 0.401-0.401h5.026c0.219 0.010 0.385 0.188 0.385 0.401v12c0 0.224-0.177 0.401-0.396 0.401z\"/>\n</svg>\n</li><li title=\"cib xing \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M24.25 0c-0.688 0-0.99 0.432-1.234 0.88 0 0-9.943 17.63-10.271 18.208 0.021 0.031 6.557 12.031 6.557 12.031 0.229 0.411 0.583 0.88 1.292 0.88h4.604c0.281 0 0.5-0.104 0.62-0.292 0.115-0.203 0.115-0.464-0.016-0.719l-6.505-11.885c-0.005-0.010-0.005-0.021 0-0.031l10.224-18.063c0.125-0.255 0.125-0.521 0.005-0.714s-0.333-0.297-0.609-0.297zM4.865 6.318c-0.281 0-0.516 0.099-0.63 0.292-0.12 0.198-0.104 0.453 0.026 0.708l3.12 5.396c0.005 0.016 0.005 0.026 0 0.031l-4.901 8.656c-0.13 0.25-0.125 0.51 0 0.703 0.115 0.193 0.318 0.313 0.599 0.313h4.615c0.693 0 1.021-0.464 1.26-0.885l4.979-8.813-3.172-5.542c-0.229-0.422-0.578-0.88-1.281-0.88h-4.615z\"/>\n</svg>\n</li><li title=\"cib xrp \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M7.36 3.937c-2.595 0-4.704 2.104-4.699 4.703v3.412c0 1.495-1.167 2.735-2.661 2.823l0.041 0.751-0.041 0.749c1.495 0.089 2.667 1.328 2.661 2.828v3.928c-0.005 2.719 2.193 4.921 4.907 4.932v-1.5c-1.88 0-3.407-1.527-3.412-3.412v-3.948c0.005-1.432-0.708-2.776-1.891-3.577 1.183-0.808 1.891-2.147 1.891-3.579v-3.407c0.011-1.765 1.437-3.192 3.204-3.203h0.583v-1.5zM24.079 3.937v1.5h0.583c1.76 0.005 3.188 1.437 3.183 3.203v3.407c0 1.432 0.708 2.771 1.891 3.579-1.183 0.801-1.896 2.145-1.891 3.577v3.948c-0.005 1.885-1.532 3.412-3.412 3.412v1.5c2.713-0.011 4.912-2.213 4.907-4.932v-3.933c0-1.495 1.167-2.733 2.661-2.823l-0.041-0.749 0.041-0.751c-1.495-0.083-2.661-1.328-2.661-2.823v-3.416c0.005-2.589-2.088-4.693-4.677-4.699zM8.339 9.969l4.635 4.348c1.724 1.557 4.349 1.557 6.073 0l4.636-4.348h-2.224l-3.537 3.285c-1.083 1-2.76 1-3.843 0l-3.516-3.285zM15.812 16.484c-1.057 0.047-2.063 0.464-2.839 1.177l-4.656 4.369h2.224l3.557-3.328c1.089-1 2.756-1 3.844 0l3.536 3.328h2.224l-4.656-4.369c-0.88-0.807-2.041-1.229-3.235-1.177z\"/>\n</svg>\n</li><li title=\"cib xsplit \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M32 26c-0.932-0.136-3.333-0.401-3.599-0.401-0.136 0-3.735 3.068-5.333 4.532l-0.136 0.135c0.136-1.735 0.401-3.468 0.532-5.197-7.865-0.932-15.6-1.871-23.464-2.803v-20.531h0.401c0.796 0.129 30.129 3.463 31.599 3.599zM28.531 22.531v-14.265c-8.395-0.932-16.932-2-25.333-2.932v14.136c8.401 1.061 16.939 2 25.333 3.061z\"/>\n</svg>\n</li><li title=\"cib y combinator \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M30 2v28h-28v-28zM16.75 17.969l4.844-9.094h-2.044l-2.863 5.688c-0.294 0.581-0.563 1.144-0.8 1.675l-0.762-1.675-2.825-5.688h-2.188l4.794 8.988v5.906h1.844z\"/>\n</svg>\n</li><li title=\"cib yahoo \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M18.011 32c0 0-1.12-0.203-2.021-0.203-0.812 0-2.031 0.203-2.031 0.203l0.255-13.593c-1.891-3.261-7.432-13.193-10.891-18.407 1.74 0.396 2.469 0.369 4.219 0l0.027 0.047c2.203 3.901 5.572 9.339 8.421 14.052 2.813-4.629 7.24-11.859 8.437-14.099 1.36 0.36 2.729 0.344 4.251 0-1.599 2.156-7.423 12.229-10.937 18.407l0.26 13.593z\"/>\n</svg>\n</li><li title=\"cib yammer \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M27.803 8.651c0.651-0.515 0.817-1.448 0.359-2.161-0.401-0.625-1.156-0.88-1.839-0.687l-0.187 0.099c-1.084 0.599-8.407 5.719-7.584 6.296 0.823 0.573 5.817-1.676 9.229-3.552zM27.781 24.057c-3.432-1.875-8.427-4.125-9.251-3.552-0.823 0.577 6.48 5.703 7.563 6.297l0.188 0.099c0.683 0.203 1.421-0.057 1.823-0.688 0.464-0.708 0.281-1.64-0.364-2.156zM30.749 14.672c-0.077-0.021-0.14-0.021-0.219-0.021-1.244 0-10.115 0.964-9.671 1.865 0.443 0.885 5.895 1.323 9.791 1.323 0.803-0.141 1.401-0.88 1.344-1.724-0.063-0.745-0.583-1.344-1.287-1.484zM7.235 22.355c-1 2.869-1.943 4.213-4.109 4.213-0.204 0-0.948-0.037-0.985-0.063-0.703-0.036-1.343 0.421-1.525 1.125-0.219 0.785 0.24 1.604 1.041 1.848 0.563 0.1 1.167 0.12 1.688 0.12 3.973 0 5.296-2.287 6.599-5.635l7.828-19.385c0.281-0.885-0.224-1.808-1.083-2.089-0.865-0.281-1.767 0.183-2.089 1.005l-5.459 14.443h-0.077l-5.74-14.541c-0.359-0.803-1.323-1.203-2.187-0.885-0.881 0.323-1.344 1.307-1.048 2.187l7.235 17.663z\"/>\n</svg>\n</li><li title=\"cib yandex \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M2.536 21.797v-3.797l-2.536-6.803h1.276l1.864 5.251 2.152-6.349h1.172l-2.761 7.943v3.756zM10.052 21.797h-0.979c-0.043-0.167-0.084-0.396-0.1-0.595h-0.072c-0.328 0.417-0.751 0.699-1.407 0.699-1.063 0-1.792-0.803-1.792-2.271 0-1.6 0.819-2.609 2.912-2.609h0.161v-0.443c0-0.98-0.328-1.396-0.979-1.396-0.595 0-1.1 0.312-1.485 0.651l-0.224-1.021c0.344-0.281 1.027-0.593 1.781-0.593 1.324 0 2.048 0.563 2.048 2.375v3.511c0 0.713 0.072 1.339 0.129 1.693zM8.781 17.901h-0.136c-1.443 0-1.749 0.635-1.749 1.599 0 0.86 0.281 1.421 0.869 1.421 0.401 0 0.803-0.265 1.011-0.593zM12.516 21.797h-1.156v-7.495h1.156v0.656h0.072c0.209-0.281 0.772-0.74 1.469-0.74 0.979 0 1.495 0.547 1.495 1.688v5.891h-1.172v-5.787c0-0.563-0.249-0.76-0.697-0.76-0.485 0-0.896 0.375-1.167 0.744zM16.697 18.344c0-2.776 1.037-4.125 2.532-4.125 0.359 0 0.729 0.12 0.953 0.281v-3.303h1.156v10.6h-0.86l-0.093-0.595h-0.073c-0.323 0.417-0.739 0.699-1.348 0.699-1.469 0-2.267-1.245-2.267-3.557zM20.183 15.521c-0.235-0.235-0.489-0.355-0.876-0.355-0.932 0-1.38 1.412-1.38 2.937 0 1.751 0.328 2.817 1.177 2.817 0.579 0 0.885-0.281 1.079-0.577zM24.989 21.901c-1.541 0-2.495-1.229-2.495-3.527 0-2.405 0.667-4.156 2.255-4.156 1.245 0 2.057 0.932 2.057 3.475v0.635h-3.109c0 1.693 0.475 2.579 1.396 2.579 0.652 0 1.131-0.292 1.423-0.5l0.271 0.885c-0.475 0.369-1.057 0.609-1.797 0.609zM23.713 17.375h1.912c0-1.276-0.209-2.208-0.876-2.208-0.708 0-0.957 0.875-1.041 2.208zM31.839 14.323l-1.391 3.5 1.552 3.975h-1.197l-1.163-3.084-1.124 3.084h-1.141l1.557-3.871-1.411-3.604h1.203l0.969 2.713 1.020-2.713z\"/>\n</svg>\n</li><li title=\"cib yarn \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16 0c-8.833 0-16 7.167-16 16s7.167 16 16 16c8.833 0 16-7.167 16-16s-7.167-16-16-16zM17.026 5.474c0.24 0 0.484 0.068 0.698 0.208 0.167 0.109 0.38 0.245 1.005 1.536 0.417-0.115 0.625-0.052 0.734-0.021 0.276 0.073 0.49 0.25 0.62 0.5 0.635 1.219 0.724 3.401 0.443 4.807-0.318 1.641-1.005 2.703-1.505 3.432 0.432 0.438 1.036 1.198 1.49 2.432 0.37 1.031 0.411 1.974 0.365 2.688 0.276-0.13 0.542-0.276 0.802-0.438 0.792-0.49 1.979-1.224 3.401-1.245 0.953-0.010 1.693 0.594 1.807 1.474 0.109 0.839-0.438 1.625-1.26 1.813-0.865 0.214-1.266 0.375-2.427 1.125-1.646 1.063-3.385 1.656-4.016 1.854-0.276 0.224-0.599 0.38-0.943 0.458-0.979 0.24-4.354 0.422-4.62 0.422h-0.063c-1.042 0-1.62-0.323-1.932-0.656-0.875 0.438-2.010 0.255-2.828-0.177-0.573-0.286-0.885-0.911-0.776-1.542-0.073-0.078-0.141-0.167-0.203-0.26-0.214-0.333-0.703-1.245-0.604-2.594 0.073-0.964 0.74-1.823 1.172-2.276-0.031-1.031 0.156-2.057 0.547-3.010 0.406-0.969 1.177-1.797 1.76-2.318-0.427-0.714-0.859-1.823-0.443-2.943 0.302-0.807 0.552-1.25 1.094-1.443h-0.005c0.266-0.099 0.521-0.203 0.646-0.344 0.797-0.87 1.896-1.396 3.068-1.474 0.047-0.12 0.104-0.245 0.167-0.375 0.411-0.875 0.849-1.37 1.365-1.557 0.141-0.052 0.286-0.078 0.438-0.078zM17.031 6.406c-0.677 0.021-1.333 2.026-1.333 2.026s-1.693-0.271-3.021 1.161c-0.266 0.292-0.625 0.443-0.995 0.589-0.104 0.036-0.234 0.026-0.557 0.896-0.495 1.318 0.833 2.792 0.833 2.792s-1.583 1.115-2.167 2.505c-0.651 1.526-0.453 3.016-0.453 3.016s-1.125 0.974-1.198 1.984c-0.068 0.88 0.188 1.599 0.458 2.021 0.302 0.453 0.682 0.234 0.682 0.234s-0.75 0.87-0.052 1.24c0.635 0.333 1.708 0.526 2.281-0.052 0.411-0.411 0.495-1.333 0.646-1.708 0.036-0.089 0.161 0.146 0.281 0.266 0.13 0.125 0.349 0.26 0.349 0.26s-1.005 0.432-0.594 1.422c0.135 0.328 0.625 0.536 1.422 0.531 0.297-0.010 3.552-0.188 4.417-0.396 0.5-0.12 0.677-0.38 0.677-0.38s2.089-0.573 3.995-1.807c1.224-0.797 1.724-1.016 2.714-1.25 0.818-0.193 0.76-1.464-0.323-1.443-1.12 0.010-2.099 0.589-2.927 1.099-1.552 0.958-2.323 0.896-2.323 0.896l-0.026-0.042c-0.104-0.172 0.495-1.724-0.177-3.573-0.729-2.016-1.885-2.505-1.792-2.661 0.396-0.667 1.385-1.729 1.781-3.708 0.234-1.198 0.172-3.167-0.359-4.198-0.099-0.193-0.979 0.323-0.979 0.323s-0.818-1.828-1.047-1.979c-0.063-0.042-0.135-0.063-0.214-0.063z\"/>\n</svg>\n</li><li title=\"cib yelp \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M28.146 24.302c-0.188 1.292-2.823 4.646-4.036 5.13-0.417 0.161-0.813 0.125-1.135-0.12-0.203-0.161-0.417-0.49-3.26-5.104l-0.844-1.375c-0.328-0.495-0.266-1.146 0.141-1.641 0.396-0.479 0.974-0.656 1.479-0.464 0.026 0.016 2.13 0.703 2.13 0.703 4.781 1.573 4.938 1.635 5.141 1.786 0.302 0.25 0.443 0.635 0.38 1.083zM18.563 17.281c-0.344-0.516-0.333-1.125 0.016-1.542l1.328-1.813c2.917-3.979 3.083-4.188 3.281-4.328 0.339-0.229 0.76-0.24 1.161-0.042 1.156 0.563 3.495 4.036 3.635 5.37v0.047c0.042 0.453-0.141 0.823-0.458 1.047-0.219 0.141-0.422 0.219-5.859 1.542-0.859 0.219-1.339 0.339-1.62 0.438l0.036-0.042c-0.536 0.161-1.135-0.099-1.479-0.635zM15.219 15.219c-0.255 0.078-1.047 0.323-2.021-1.25 0 0-6.578-10.349-6.729-10.667-0.094-0.359 0.016-0.766 0.339-1.094 0.979-1.016 6.286-2.5 7.677-2.161 0.453 0.12 0.766 0.401 0.875 0.807 0.083 0.448 0.729 10.047 0.823 12.198 0.089 1.839-0.703 2.089-0.964 2.167zM16.089 25.74c-0.016 5.031-0.026 5.203-0.109 5.443-0.135 0.37-0.458 0.625-0.906 0.703-1.281 0.219-5.286-1.26-6.125-2.25-0.161-0.219-0.26-0.438-0.281-0.661-0.021-0.156 0-0.318 0.063-0.458 0.099-0.26 0.24-0.464 3.839-4.682l1.057-1.255c0.365-0.464 1-0.604 1.599-0.365 0.583 0.219 0.943 0.719 0.901 1.26v2.24zM5.177 22.521c-0.391-0.010-0.745-0.25-0.953-0.641-0.146-0.286-0.25-0.755-0.318-1.333-0.182-1.734 0.042-4.354 0.563-5.182 0.24-0.38 0.599-0.583 0.99-0.568 0.26 0 0.495 0.078 5.641 2.198l1.505 0.599c0.542 0.203 0.875 0.76 0.844 1.401-0.042 0.62-0.401 1.099-0.927 1.24l-2.141 0.682c-4.786 1.542-4.948 1.578-5.198 1.557zM25.146 31.995h-0.005l-0.005 0.005z\"/>\n</svg>\n</li><li title=\"cib youtube \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M31.328 8.271c-0.38-1.349-1.432-2.407-2.787-2.781-2.495-0.667-12.525-0.667-12.525-0.667s-10.011-0.016-12.532 0.667c-1.348 0.375-2.405 1.432-2.781 2.781-0.473 2.557-0.708 5.145-0.697 7.745-0.005 2.583 0.229 5.167 0.697 7.708 0.376 1.349 1.433 2.407 2.781 2.787 2.495 0.667 12.532 0.667 12.532 0.667s10.005 0 12.525-0.667c1.355-0.38 2.407-1.437 2.787-2.787 0.459-2.541 0.683-5.125 0.667-7.708 0.016-2.6-0.203-5.188-0.667-7.745zM12.812 20.803v-9.595l8.349 4.808z\"/>\n</svg>\n</li><li title=\"cib zalando \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M6.375 32c-1.177 0-1.813-0.266-2.161-0.479-0.479-0.281-1.359-1-2.161-3.109-1.406-3.984-2.099-8.188-2.052-12.411 0.026-4.88 0.786-9.016 2.052-12.401 0.802-2.13 1.682-2.854 2.161-3.13 0.349-0.188 0.984-0.469 2.161-0.469 0.438 0 0.958 0.042 1.573 0.135 4.099 0.76 8.026 2.25 11.599 4.396h0.016c3.63 2.083 6.865 4.797 9.542 8.016 1.417 1.76 1.589 2.891 1.589 3.453s-0.172 1.693-1.589 3.453c-2.677 3.214-5.911 5.922-9.542 8h-0.016c-3.573 2.151-7.5 3.641-11.599 4.401-0.615 0.104-1.135 0.146-1.573 0.146z\"/>\n</svg>\n</li><li title=\"cib zapier \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M20 16.005c0 1.192-0.219 2.328-0.615 3.38-1.047 0.396-2.192 0.615-3.38 0.615h-0.011c-1.192 0-2.328-0.219-3.38-0.615-0.396-1.052-0.615-2.192-0.615-3.38v-0.011c0-1.192 0.219-2.328 0.615-3.38 1.052-0.396 2.188-0.615 3.38-0.615h0.011c1.192 0 2.333 0.219 3.38 0.615 0.396 1.052 0.615 2.188 0.615 3.38zM31.781 13.333h-9.344l6.599-6.604c-0.52-0.729-1.093-1.412-1.724-2.041-0.629-0.636-1.317-1.209-2.041-1.729l-6.604 6.599v-9.339c-0.864-0.136-1.749-0.219-2.661-0.219h-0.016c-0.907 0-1.792 0.083-2.656 0.219v9.344l-6.599-6.599c-0.735 0.509-1.417 1.093-2.047 1.724-0.636 0.629-1.215 1.317-1.729 2.041l6.599 6.604h-9.339c0 0-0.219 1.755-0.219 2.661v0.011c0 0.907 0.083 1.797 0.219 2.661h9.344l-6.599 6.599c1.031 1.464 2.307 2.74 3.765 3.776l6.604-6.599v9.339c0.864 0.14 1.749 0.219 2.656 0.219h0.021c0.907 0 1.792-0.079 2.656-0.219v-9.339l6.599 6.599c0.735-0.5 1.417-1.083 2.041-1.719h0.005c0.631-0.62 1.209-1.301 1.729-2.041l-6.599-6.599h9.339c0.14-0.86 0.219-1.74 0.219-2.641v-0.041c0-0.907-0.079-1.792-0.219-2.651z\"/>\n</svg>\n</li><li title=\"cib zeit \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M32 30.031h-32l16-28.061z\"/>\n</svg>\n</li><li title=\"cib zendesk \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M14.781 28.125h-14.781l14.781-17.844zM32 28.125h-14.781c0-4.084 3.308-7.391 7.391-7.391 4.084 0 7.391 3.312 7.391 7.391zM17.219 21.719v-17.844h14.781zM14.781 3.875c0 4.079-3.308 7.391-7.391 7.391-4.084 0-7.391-3.307-7.391-7.391z\"/>\n</svg>\n</li><li title=\"cib zerply \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M27.703 24.995c-0.995 0.953-2.077 1.355-3.391 1.355-1.76 0-4.427-0.813-6.457-2.213-2.172-1.491-5.021-2.98-7.417-3.027 1.765-2.396 4.521-4.839 7.093-7.729 0.953-1.041 6.647-7.599 7.641-8.781 0.724-0.859 1.083-1.901 1.083-2.943 0-0.401-0.041-0.781-0.129-1.14-2.713 0.541-4.751 0.801-8.005 0.801-3.568 0.021-6.141-0.416-7.641-1.317-1.036 1.36-2.077 3.161-2.077 4.161 0 1.26 1.224 2.303 4.249 2.303 0.995 0 2.62-0.048 4.88-0.224-4.656 6-9.265 10.88-12.020 13.957-0.948 1.043-1.495 2.443-1.495 3.844 0 0.537 0.104 1.079 0.239 1.579 0.865-0.141 1.724-0.24 2.62-0.24 1.865 0 3.724 0.401 5.443 1.12 3.423 1.521 6.62 5.5 10.245 5.5 2.937 0 5.416-2.323 5.416-5.38 0-0.541-0.077-1.099-0.26-1.641z\"/>\n</svg>\n</li><li title=\"cib zillow \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M23.177 24.073c-9.911 0.594-20.682 4.182-21.818 4.682l1.318-3.719c3.359-1.557 11.698-4.625 21.979-5.359-0.198 0.76-1.281 3.563-1.5 4.38zM26.708 14.063c0 0-0.484 1.021-0.948 2.417-3.938 0.24-10.177 1.542-13.219 2.641 1.583-1.438 11.583-11.479 11.583-11.479 3.854 2.641 7.875 5.901 7.875 5.901l-5.292 0.526zM3.307 14.505c2.198-1 8.354-2.865 14.245-4.245 0 0-11.328 10.458-14.479 13.703l2.604-7.042c-2.026 0.297-2.917 0.422-5.677 1l3.307-3.401zM17.438 3.26c0.979 0.479 4.604 2.938 5.896 3.849-4.13 0.099-12.182 1.88-15.536 3 2.75-2.089 7.87-6.036 9.641-6.865z\"/>\n</svg>\n</li><li title=\"cib zingat \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M16.36 0.011c-1.057-0.041-2.12 0.068-3.152 0.323-2.547 0.593-4.812 2.031-6.443 4.079-1.411 1.733-2.271 3.848-2.463 6.072-0.1 0.969-0.032 1.948 0.213 2.891 0.344 1.265 0.812 2.495 1.401 3.667 0.984 1.995 2.099 3.928 3.333 5.781 2.088 3.172 4.337 6.235 6.739 9.177l0.093-0.099c0.605-0.765 1.229-1.521 1.819-2.303 1.052-1.396 2.077-2.812 3.12-4.224 0.224-0.281 0.328-0.645 0.276-1.005-0.109-0.755-0.849-1.249-1.595-1.067-0.405 0.099-0.667 0.38-0.896 0.703-0.728 1-1.463 2.005-2.197 3.005-0.197 0.265-0.401 0.525-0.651 0.739-2.115-2.708-4.063-5.536-5.839-8.479-1.021-1.703-1.964-3.448-2.677-5.301-0.177-0.439-0.328-0.887-0.448-1.344-0.135-0.589-0.125-1.188-0.088-1.792 0.025-0.751 0.172-1.489 0.437-2.193 0.328-0.801 0.677-1.593 1.197-2.28 0.923-1.24 2.136-2.235 3.537-2.887 1.052-0.479 2.124-0.828 3.291-0.828 0.6-0.009 1.204 0.005 1.803 0.043 0.421 0.025 0.844 0.104 1.255 0.224 1.98 0.593 3.656 1.672 4.928 3.323 0.52 0.697 0.932 1.463 1.233 2.281 0.152 0.38 0.272 0.776 0.371 1.177 0.057 0.296 0.093 0.599 0.115 0.9 0.057 0.661 0.083 1.324-0.063 1.975-0.109 0.427-0.245 0.853-0.412 1.265-0.177 0.479-0.369 0.948-0.577 1.412v-2.188c0.009-0.271-0.079-0.536-0.251-0.745-0.156-0.176-0.333-0.333-0.52-0.473-2.163-1.641-4.319-3.281-6.48-4.917-0.464-0.348-1.099-0.343-1.557 0.005-0.281 0.219-0.563 0.437-0.844 0.652l-1.697 1.296v-1.224c0-0.115-0.016-0.229-0.047-0.344-0.011-0.785-0.704-1.389-1.485-1.285-0.776 0.109-1.291 0.869-1.093 1.629v3.095c0.011 0.083-0.031 0.161-0.093 0.203-0.26 0.188-0.505 0.38-0.756 0.573l-0.031 0.025c-0.563 0.453-0.645 1.271-0.197 1.833 0.452 0.563 1.276 0.656 1.837 0.204l5.111-3.901c0.052-0.047 0.14-0.047 0.187 0.011l3.027 2.312c0.692 0.525 1.385 1.068 2.083 1.583 0.125 0.084 0.199 0.224 0.183 0.371v6.437c0 0.025 0.005 0.052 0.005 0.077 0 0.057 0.005 0.111 0.015 0.167 0 0.011 0 0.016 0 0.027 0.005 0.031 0.011 0.068 0.021 0.099 0.011 0.041 0.021 0.084 0.036 0.125 0.016 0.041 0.032 0.079 0.053 0.12 0.479 1.036 1.968 1 2.395-0.063l0.043-0.057c0.416-0.719 0.848-1.432 1.249-2.167 0.797-1.448 1.511-2.927 2.027-4.5 0.281-0.797 0.448-1.631 0.5-2.475 0.031-1.156-0.12-2.307-0.453-3.416-0.667-2.292-2.036-4.317-3.923-5.781-2.052-1.62-4.395-2.453-7-2.541zM14.907 13.615c-0.756 0.016-1.349 0.64-1.328 1.396v2.151c0.015 0.751 0.629 1.349 1.385 1.339h2.145c0.751 0 1.36-0.615 1.36-1.364v-2.157c-0.005-0.749-0.609-1.359-1.36-1.364zM15 14.891h2.052c0.099 0 0.136 0.036 0.136 0.136v1.036l0.005 0.011c0 0.328-0.016 0.661 0 0.984 0 0.115-0.037 0.156-0.152 0.156h-2.036c-0.109 0-0.145-0.036-0.145-0.145v-2.032c0-0.104 0.031-0.145 0.14-0.145z\"/>\n</svg>\n</li><li title=\"cib zoom \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M6.115 18.172l-0.36-0.016h-3.233l4.312-4.312-0.016-0.36c-0.015-0.577-0.484-1.047-1.063-1.063l-0.359-0.015h-5.391l0.021 0.359c0.041 0.584 0.468 1.027 1.056 1.063l0.36 0.016h3.24l-4.319 4.312 0.016 0.36c0.021 0.577 0.484 1.041 1.063 1.063l0.36 0.015h5.391l-0.016-0.359c-0.047-0.589-0.469-1.021-1.063-1.057zM10.432 12.407h-0.005c-4.791 0.005-4.787 7.187 0 7.187 4.792 0 4.792-7.181 0.005-7.187zM11.953 17.527c-0.833 0.88-2.229 0.895-3.089 0.036-0.859-0.855-0.837-2.251 0.037-3.089 2.036-1.932 4.984 1.016 3.052 3.053zM29.115 12.407c-0.823 0-1.604 0.353-2.151 0.973-0.548-0.62-1.333-0.973-2.157-0.973-0.577 0-1.135 0.172-1.613 0.495-0.276-0.313-0.907-0.495-1.261-0.495v7.187l0.36-0.015c0.599-0.043 1.036-0.464 1.057-1.063l0.020-0.36v-2.516l0.016-0.359c0.016-0.271 0.052-0.511 0.177-0.719 0.396-0.688 1.276-0.923 1.964-0.527 0.219 0.125 0.395 0.308 0.52 0.521s0.161 0.453 0.177 0.724l0.021 0.359v2.516l0.015 0.36c0.037 0.583 0.469 1.020 1.063 1.063l0.36 0.015v-3.953l0.015-0.359c0.011-0.265 0.052-0.516 0.177-0.724 0.401-0.688 1.281-0.921 1.964-0.521 0.219 0.125 0.401 0.308 0.525 0.527 0.12 0.208 0.157 0.453 0.172 0.719l0.021 0.359v2.516l0.016 0.36c0.036 0.588 0.468 1.025 1.063 1.063l0.359 0.015v-4.312c0-1.588-1.292-2.875-2.88-2.875zM15.437 13.459c-1.468 1.391-1.495 3.719-0.068 5.145 1.428 1.432 3.756 1.401 5.147-0.063 3.224-3.385-1.693-8.301-5.079-5.083zM19.5 17.527c-0.839 0.859-2.219 0.869-3.068 0.020-0.853-0.853-0.844-2.235 0.021-3.073 2.031-1.979 5.031 1.016 3.047 3.053z\"/>\n</svg>\n</li><li title=\"cib zorin \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M5.333 25.26l2.661 4.604h16.011l2.661-4.604zM32 16l-2.683 4.651h-17.031l17.031-9.301zM0 16l2.683-4.651h17.031l-17.031 9.301zM5.333 6.74l2.661-4.604h16.011l2.661 4.604z\"/>\n</svg>\n</li><li title=\"cib zulip \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 32 32\">\n  <path d=\"M32 16c0 8.839-7.161 16-16 16s-16-7.161-16-16c0-8.839 7.161-16 16-16s16 7.161 16 16zM21.292 8h-11.932l1.333 2.708h8.078l-9.411 10 1.333 3.276h11.948l-1.333-2.693h-8.094l9.411-10-1.333-3.276z\"/>\n</svg>\n</li><li class='heading'>flag</li><li title=\"cif ad \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 300 210\">\n  <g fill=\"none\" fill-rule=\"evenodd\">\n    <path fill=\"#0018A8\" fill-rule=\"nonzero\" d=\"M0 0v210h96V0z\"/>\n    <path fill=\"#D0103A\" fill-rule=\"nonzero\" d=\"M204 0v210h96V0z\"/>\n    <path fill=\"#FEDF00\" fill-rule=\"nonzero\" d=\"M96 0h108v210H96z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M155.341 68.947c-.207-.116-.405-.227-.594-.331-.495-.272-1.022-.216-1.278.093-.289.349-.391.945.01 1.315\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M119.719 113.994c-.115.268-.181.357-.301.583-.127.238-.195.374-.331.606a9.931 9.931 0 01-.357.572c-.197.295-.327.448-.536.734\"/>\n    <path fill=\"#C7B37F\" fill-rule=\"nonzero\" d=\"M140.812 56.543c3.615 0 5.094 3.101 8.709 3.101 2.232 0 3.533-.729 5.478-1.826 1.357-.769 2.223-1.178 3.782-1.178 1.595 0 2.574.483 3.39 1.85.461.774.844 2.288.641 3.158-.384 1.648-.621 2.364-1.278 3.886-.313.732-.609 1.17-.609 1.97 0 1.919 2.611 2.578 4.387 2.606.387.006 3.642.059 5.645-1.968-1.087-.048-2.303-.889-2.303-1.976 0-1.23.864-2.062 2.036-2.417.223-.064.602.133.803.027.286-.149.152-.47.407-.672.583-.466.962-.758 1.71-.758.487 0 .773.069 1.165.35.207.148.283.332.537.332.536 0 .8-.339 1.336-.339.434 0 .7.058 1.081.255.318.164.311.705.672.705.18 0 1.133-.388 1.632-.388 1.034 0 1.586.374 2.253 1.159.18.212.295.641.479.641.369 0 1.22.238 1.75.768.228.228.329.336.504.611.122.196.309.675.524.758.253.097.465.078.797.292.758.486 1.341 1.399 1.313 2.283-.009.297-.145.71-.226.993-.882 3.086-2.982 4.064-5.102 6.715-.901 1.129-1.612 2.03-1.612 3.477 0 .35.431.991.622 1.282-.117-.68.194-1.515.913-1.554.985-.053 1.745.695 1.878 1.671.026.228-.058.622-.156.855.53-.35 1.229-.586 1.865-.66.345-.037.544-.047.894-.039 1.574.039 3.31.924 4.364 1.819 3.225 2.739 3.615 6.748 3.438 7.861-.391 2.474-.145 6.95-6.468 8.735 1.169.492 1.965 1.372 1.965 2.453 0 1.177-.901 2.184-2.078 2.184-.673 0-1.14-.164-1.612-.636-1.315 1.315-1.569 2.656-1.569 4.516 0 1.113.212 1.771.678 2.778.493 1.066.848 1.691 1.739 2.459.472-.71.97-1.23 1.823-1.23.827 0 1.527.265 1.866 1.018.101.228.01.414.127.636.148.286.398.35.551.636.238.44.005.816.212 1.272.133.297.424.339.551.636.202.456.255.768.255 1.272 0 1.41-1.283 2.417-2.693 2.417-.424 0-.657-.17-1.081-.127.806.806 1.421 1.155 2.036 2.12.891 1.394 1.113 2.385 1.315 4.029.037.308.042.493.042.806 0 2.11-.329 3.371-1.272 5.258-.901 1.808-1.67 2.809-3.308 3.986-2.555 1.84-4.416 2.37-7.506 2.969-1.982.381-3.117.551-5.131.678-2.576.165-4.044.17-6.615.34-3.372.228-5.709.705-8.1 3.096 1.129.827 1.908 1.638 1.908 3.032 0 1.431-.885 2.454-2.248 2.905-.318.106-.551.011-.848.17-.355.186-.339.594-.679.806-.599.381-1.065.466-1.781.466-1.262 0-2.121-.297-3.011-1.187-1.034.859-1.383 1.633-2.544 2.29-.382.212-.578.509-1.018.509-.694 0-1.012-.44-1.569-.848-.885-.647-1.357-1.076-2.078-1.908-1.055.631-1.702 1.145-2.926 1.145-.753 0-1.23-.106-1.866-.509-.334-.207-.387-.514-.721-.721-.35-.217-.641-.138-1.018-.297-1.415-.61-2.332-1.659-2.332-3.202 0-1.352.853-2.21 2.078-2.778-2.348-2.348-4.66-2.757-7.973-2.968-2.56-.164-4.018-.17-6.573-.339-2.03-.138-3.159-.345-5.174-.678-1.521-.249-2.423-.329-3.816-.976-4.797-2.237-7.856-5.306-8.482-10.559-.053-.451-.042-.71-.042-1.166 0-2.735 1.076-4.405 3.011-6.34-.498-.117-.832.048-1.315-.127-1.209-.44-2.078-1.278-2.078-2.566 0-.477.021-.795.255-1.208.164-.292.477-.35.551-.678.096-.435-.032-.742.17-1.145.132-.27.382-.323.509-.594.419-.869.944-1.569 1.908-1.569.827 0 1.357.435 1.781 1.145.806-.371 1.028-.976 1.484-1.739.758-1.267 1.102-2.152 1.102-3.626 0-1.028-.1-1.633-.424-2.608-.233-.7-.329-1.177-.848-1.696-.472.472-.938.636-1.612.636-1.346 0-2.375-1.155-2.375-2.502 0-1.002.493-1.744 1.4-2.163-.726-.625-1.357-.679-2.163-1.187-1.225-.774-1.654-1.59-2.46-2.799-.525-.79-.662-1.341-.933-2.247-.323-1.092-.509-1.744-.509-2.884 0-.297.005-.472.042-.763.302-2.301.716-3.742 2.163-5.555.859-1.076 1.442-1.739 2.714-2.29 1.081-.466 1.728-.806 2.905-.806.355 0 .562 0 .912.042.541.069.885.117 1.357.382.18.1.509.403.509.191 0-.244-.127-.371-.127-.615 0-.975.7-1.866 1.675-1.866.705 0 .991.62 1.336 1.23.223-.371.339-.625.339-1.06 0-1.611-.864-2.433-1.866-3.689-2.184-2.73-4.92-4.008-4.92-7.506 0-1.044.504-1.755 1.4-2.29.26-.154.609 0 .863-.163.217-.138.192-.418.33-.641.217-.345.41-.492.712-.758.498-.434.936-.304 1.487-.686.276-.191.341-.439.553-.693.615-.742 1.167-1.1 2.137-1.1.487 0 .761.003 1.212.182.154.058.441.29.478.245.097-.117.36-.396.673-.544.408-.196.574-.272 1.03-.272.519 0 .86.291 1.379.291.191 0 .235-.19.388-.291.461-.313.727-.49 1.289-.49.541 0 .839.178 1.295.47.43.27.491.633.931.887.244.143.451.079.721.17 1.209.403 2.121 1.208 2.121 2.481 0 .689-.164 1.182-.679 1.633-.408.36-.795.297-1.315.466 1.685 1.346 3.152 1.68 5.304 1.68 1.972 0 4.384-.806 4.384-2.778 0-.917-.507-1.41-.867-2.253-.647-1.5-.998-2.382-.998-4.015 0-1.293.141-2.078.894-3.128.776-1.087 1.722-1.339 3.052-1.339z\"/>\n    <path fill=\"#FEDF00\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M151.08 74.774h24.654v24.607H151.08z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M114.284 87.358c.718.376 1.446-.175 1.297-1.109-.07-.437-.542-.989-1.18-1.03\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M114.26 87.343c.676.49 1.545-.337 1.209-1.215-.227-.592-1.069-1.232-2.235-.439-1.288.876-.933 3.638 1.539 3.685 2.205.042 3.546-3.172 1.586-5.428-1.885-2.17-5.318-1.663-7.557.119-.953.758-2.752 2.743-3.312 5.449-.174.843-.287 1.534-.274 2.379.009.557.06 1.181.227 1.959.337 1.572.89 2.724 1.442 3.524.211.306.404.561.611.768.384.384.499.587.886.91 1.267 1.054 2.9 1.881 4.898 1.796 2.193-.093 3.452-1.633 3.219-3.452-.226-1.764-2.007-2.641-3.172-1.819-.793.56-1.075 2.293.327 2.706.793.233 1.493-.77.933-1.353\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M159.535 146.228c.213.145.35.448.35.448.059.141.135.273.156.398.121.713-.347 1.158-.925 1.225-.794.093-1.39-.379-1.645-.951M117.26 126.858c.155.145.188.334.397.373.315.058.56.175.874-.245.388-.517.18-1.322-.224-1.829-.432-.542-1.684-1.022-2.734-.438-.351.195-.791.452-1.189.979-.151.199-.405.522-.536.746-.318.543-.448.988-.511 1.166-.96 2.729.18 5.599 1.946 7.348\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M159.477 146.17c.191.199.303.373.303.373.059.14.107.273.128.398.121.714-.347 1.158-.925 1.225-.794.092-1.326-.376-1.58-.947M143.751 69.222c.391-.216.753-.422 1.087-.606.494-.272 1.089-.214 1.344.095.289.349.333.955-.068 1.325\"/>\n    <path stroke=\"currentColor\" stroke-linejoin=\"round\" stroke- d=\"M127.676 67.039c.13.489.526.948 1.146 1.142.373.117 1.236.07 1.796-.653.454-.586.419-1.312.25-1.889-.11-.373-.411-.734-.809-1.04l-2.381 2.417-.002.023h0z\"/>\n    <path fill=\"#C7B37F\" fill-rule=\"nonzero\" d=\"M129.721 64.348l.327.233.35.373.233.466.117.397.023.513-.023.35-.117.397-.233.28-.28.303-.397.21-.513.117-.443.07-.466-.21-.42-.303-.257-.373-.187-.466v-.187z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M138.146 71.846c2.576-.538 4.675-1.692 6.262-2.579M138.013 71.714c2.576-.538 4.675-1.692 6.263-2.579M153.351 150.227c-.606.933-2.053 2.333-3.568 2.892-1.516-.56-2.962-1.959-3.569-2.892\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M175.319 63.205c1.265-.687 2.241-.56 2.962.441.784 1.088.896 2.536.723 3.384-.257 1.259-.621 1.782-1.622 2.696\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M178.374 63.765c1.446-.956 3.013-.55 3.872.723.63.933.791 1.714.746 2.869-.076 1.98-1.315 3.549-2.682 4.315\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M182.549 65.043c1.568.191 2.935 1.688 2.935 3.297 0 2.076-.7 2.849-1.792 4.334-1.169 1.589-4.991 4.501-4.991 7.813 0 2.006.56 3.289 2.006 3.942.932.421 2.023-.035 2.519-.483 1.213-1.096.728-3.019-.536-3.248-1.54-.28-1.829 2.143-.327 1.983\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M185.185 67.1c1.19.093 2.146 1.17 2.146 2.426 0 1.796-.501 2.575-1.936 4.362-1.236 1.539-4.945 4.245-4.852 6.834.035.979.861 1.902 1.573 1.953\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M185.325 87.343c-.676.49-1.54-.301-1.166-1.141.258-.58 1.026-1.306 2.193-.513 1.288.876.933 3.638-1.539 3.685-2.205.042-3.695-3.089-1.586-5.428 1.925-2.135 5.494-1.717 7.734.064.953.758 2.87 2.84 3.281 5.572.497 3.306.434 7.372-2.981 9.876-1.373 1.007-3.275 1.465-4.955 1.391-2.193-.096-3.452-1.633-3.219-3.452.226-1.764 1.924-2.51 3.172-1.819 1.295.718 1.069 2.54-.327 2.706-.821.098-1.493-.77-.933-1.353\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M184.159 86.202c.364-1.636 1.765-1.789 2.897-1.772 3.089.045 5.225 3.709 5.261 7.253.045 4.477-1.9 7.113-5.172 7.254-.847.036-2.305-.367-2.33-1.4\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"square\" stroke- d=\"M186.061 85.471c3.258.724 4.401 3.659 4.401 6.46 0 2.285-.226 5.406-4.672 6.505\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M187.984 103.182c-.56-1.353-2.006-.746-2.095 0-.205 1.72 1.302 2.239 2.375 1.959a1.87 1.87 0 001.169-.909c.28-.492.365-1.134.183-1.747a2.286 2.286 0 00-.398-.774 2.326 2.326 0 00-.6-.567c-.413-.263-.862-.289-1.567-.289-2.612 0-4.898 3.087-5.666 6.293-.253 1.056-.601 3.412-.119 5.645.513 2.379 1.542 4.026 2.748 5.276.653.676 1.544 1.279 2.697 1.93a11.65 11.65 0 001.949.805c.671.192 1.29.163 1.847.042 1.548-.336 2.268-1.776 1.488-3.249-.638-1.206-2.519-1.866-3.405-.327a1.526 1.526 0 00-.188.723c.005.41.175.905.468 1.092.674.429 1.752.308 1.702-.882\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M190.013 119.248c-.49.189-.758.163-1.367-.108-.25-.111-.536-.283-.872-.473-1.194-.678-2.612-1.747-3.942-4.243a8.802 8.802 0 01-.802-2.098 7.74 7.74 0 01-.234-1.563c-.032-.9.064-1.84.289-2.916.371-1.778.817-2.743 1.912-4.245.539-.739 1.003-1.189 2.006-1.213M191.432 116.873a1.831 1.831 0 10-2.937 1.099\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M190.721 115.053c-.138-.831-.844-1.464-1.695-1.464-.949 0-1.719.788-1.719 1.761 0 .476.185.908.485 1.225\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M187.378 114.959c-1.563-1.119-2.902-3.257-2.916-5.782-.011-1.942.77-3.918 1.679-4.688\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M184.899 114.098c.613.91 1.355 1.921 2.922 2.771\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M179.908 120.921c.524-.617 1.727-1.542 3.103-1.711 1.396-.172 2.609.235 3.848.901 2.418 1.301 3.766 2.699 4.665 5.292.228.659.417 1.652.391 2.706-.042 1.681-.469 3.519-.928 4.407-.4.775-1.446 4.199-7.184 6.561-3.348 1.378-8.49 1.696-12.035 1.836-4.877.192-9.376.373-11.989 3.592\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M187.234 121.814c-1.536-1.008-4.451-2.329-7.087-1.028-.978.483-1.633 1.079-2.003 2.052-.666 1.752.078 3.683.836 4.485.397.42 1.26 1.222 2.333 1.236 1.772.023 2.194-1.217 2.239-1.493.21-1.283-.536-1.796-.933-1.936-.304-.108-1.294-.08-1.503.62-.07.233-.083.64.104.943\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M181.126 126.436c-.14-.513-.01-1.005.397-1.563.544-.746 1.703-1.003 2.753-.42.351.195.791.452 1.189.98.151.199.405.521.536.746.318.543.448.988.511 1.166 1.153 3.278-.68 6.831-3.077 8.257-1.862 1.107-4.082 1.601-6.741 1.913-1.195.14-1.877.131-3.079.187-.967.045-1.802.029-2.589.019-.647-.008-1.261-.005-1.889-.019-1.025-.024-2.085-.047-3.382.047-1.365.099-2.392.134-3.545.326-.753.126-1.637.247-2.563.455-.278.062-.56.113-.843.198-.19.057-.378.116-.564.173-1.672.51-3.296 1.131-4.577 1.956-.396.255-.843.51-1.163.812-.199.188-.441.377-.637.569-.897.882-1.814 1.838-2.029 3.132-.04.238-.04.489-.04.752 0 .84.683 1.983 2.526 2.356\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M159.598 146.448c.49 1.003-.067 1.507-.746 1.586-1.003.117-1.54-.676-1.61-1.4-.113-1.172.875-2.235 2.053-2.216 1.061.017 1.925.701 2.329 1.643.147.342.215.718.236 1.109.04.74-.221 1.422-.667 1.942-.599.698-1.534 1.12-2.529 1.16-1.98.079-3.522-1.772-3.522-3.662 0-3.615 5.362-5.587 7.487-6.094 2.612-.623 4.202-.857 8.397-1.09 1.679-.093 2.909-.046 4.758-.238 1.655-.172 2.519-.252 4.222-.649 2.125-.495 4.105-1.376 5.878-2.985 1.365-1.239 2.146-2.123 2.778-3.825.546-1.469.796-4.379-.585-6.531-1.221-1.902-2.915-2.89-4.851-3.17-1.749-.253-3.282.502-4.199 2.237-.443.84-.306 2.244.045 2.892.303.56 1.169 1.385 2.242 1.4 1.772.023 2.194-1.217 2.239-1.493.21-1.283-.536-1.796-.933-1.936-.304-.108-1.294-.08-1.503.62-.07.233-.083.64.104.943\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M158.069 140.706c-2.273 1.008-3.939 1.763-5.352 3.993-.443.7-.56 1.703-.56 2.286 0 1.259.513 2.682 1.563 3.569.974.822 1.936 1.073 3.125.956.902-.088 1.749-.746 1.889-1.213\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M179.937 83.963c-.834.709-1.236 1.586-1.236 2.682 0 1.452 1.215 3.825 4.201 4.665 1.144.322 2.237.291 2.922-.125M180.52 97.561c-1.063.355-1.819 1.976-1.819 3.522 0 1.773.863 2.869 1.866 3.499\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M181.686 103.322c-1.913 2.379-2.927 3.791-2.985 6.624-.055 2.659.793 4.478 2.379 6.391\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M171.493 63.774l.164-.243c.793-1.166 2.194-1.474 3.219-.7 1.236.933 1.548 2.521 1.213 4.198-.21 1.05-.922 1.924-1.898 2.556\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M129.004 66.172c-.144-.774-1.049-.933-1.4-.476-.54.704-.146 1.877.953 2.22.373.117 1.236.07 1.796-.653.454-.586.419-1.312.25-1.889-.11-.374-.409-.699-.809-1.003-1.276-.97-3.335-.746-4.012.886-.872 2.106 1.026 3.685 2.776 4.875 2.202 1.498 4.712 1.77 6.601 1.749 4.292-.047 7.557-2.099 9.679-3.265.495-.272 1.004-.216 1.259.093.289.349.285.913-.117 1.283\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M124.266 63.205c-1.213-.56-2.211-.452-2.962.441-.863 1.026-.896 2.536-.723 3.384.257 1.259.62 1.782 1.622 2.696\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M121.211 63.765c-1.446-.956-3.013-.55-3.872.723-.63.933-.791 1.714-.746 2.869.076 1.98 1.315 3.549 2.682 4.315\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M117.035 65.043c-1.568.191-2.82 1.521-2.82 3.13 0 2.076.511 2.915 1.677 4.501 1.169 1.59 4.991 4.501 4.991 7.813 0 2.006-.56 3.289-2.006 3.942-.933.421-2.023-.035-2.519-.483-1.213-1.096-.728-3.019.536-3.248 1.54-.28 1.829 2.143.327 1.983\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M114.4 67.1c-1.19.093-2.36 1.117-2.36 2.372 0 1.796.715 2.629 2.15 4.415 1.236 1.539 4.729 4.191 4.635 6.78-.035.979-.693 2.176-1.346 2.036M112.684 86.341c-.713.238-1.605.683-2.265 1.619-.557.789-.882 1.886-1.083 2.845-.088.42-.193 1.75.076 3.123a7.367 7.367 0 001.081 2.642c.166.245.317.41.486.579.156.156.376.293.532.412\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M111.601 103.182c.56-1.353 2.006-.746 2.095 0 .205 1.72-1.302 2.239-2.375 1.959a1.867 1.867 0 01-1.169-.909 2.265 2.265 0 01-.183-1.747c.083-.278.199-.512.398-.774.2-.263.406-.444.6-.567.413-.263.862-.289 1.567-.289 2.612 0 4.898 3.087 5.666 6.293.253 1.056.601 3.412.119 5.645-.513 2.379-1.542 4.026-2.748 5.276-.653.676-1.544 1.279-2.697 1.93a11.65 11.65 0 01-1.949.805c-.671.192-1.301.206-1.847.042-1.327-.398-2.178-1.638-1.488-3.249.538-1.254 2.519-1.866 3.405-.327.075.131.192.415.188.723-.005.41-.175.905-.468 1.092-.674.429-1.751.308-1.701-.882\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M109.571 119.248c.49.189.758.163 1.367-.108.25-.111.536-.283.872-.473 1.194-.678 2.612-1.747 3.942-4.243a8.802 8.802 0 00.802-2.098 7.74 7.74 0 00.234-1.563c.032-.9-.065-1.84-.289-2.916-.371-1.778-.818-2.743-1.913-4.245-.538-.739-1.003-1.189-2.006-1.213M108.152 116.873a1.831 1.831 0 112.937 1.099\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M108.864 115.053c.138-.831.844-1.464 1.694-1.464.949 0 1.719.788 1.719 1.761 0 .476-.185.908-.485 1.225\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M112.207 114.959c1.563-1.119 2.902-3.257 2.916-5.782.011-1.942-.77-3.918-1.679-4.688\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M114.686 114.098c-.613.91-1.355 1.921-2.922 2.771\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M119.345 120.79c-.435-1.023-1.299-1.496-2.706-1.646-1.399-.149-2.61.235-3.849.901-2.418 1.301-3.766 2.699-4.665 5.292-.228.659-.417 1.652-.391 2.706.042 1.681.469 3.519.928 4.407.4.775 1.446 4.198 7.184 6.56 3.348 1.379 8.49 1.696 12.035 1.836 4.877.193 9.376.373 11.989 3.592\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M112.351 121.814c1.536-1.008 4.451-2.329 7.087-1.028.978.483 1.633 1.079 2.003 2.052.666 1.752-.079 3.683-.836 4.485-.397.42-1.26 1.222-2.333 1.236-1.772.023-2.194-1.217-2.239-1.493-.21-1.283.536-1.796.933-1.936.304-.108 1.294-.08 1.504.62.07.233.083.64-.104.943\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M118.458 126.436c.14-.513.068-1.052-.396-1.563-.466-.513-1.703-1.003-2.752-.42-.351.195-.791.452-1.189.98-.151.199-.405.521-.536.746-.318.543-.448.988-.511 1.166-1.153 3.278.724 6.76 3.077 8.257 2.052 1.306 4.152 1.679 6.741 1.913 1.198.108 1.877.131 3.079.187.967.045 1.802.029 2.589.019.647-.008 1.262-.005 1.889-.019 1.025-.024 2.085-.047 3.382.047 1.365.099 2.392.134 3.545.326.754.126 1.637.247 2.563.455.278.062.56.113.843.198.19.057.378.116.564.173 1.671.51 3.296 1.131 4.577 1.956.396.255.852.501 1.163.812.239.239.442.377.637.569.897.882 1.814 1.838 2.029 3.132.04.238.04.489.04.752 0 .84-.683 1.983-2.526 2.356\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M139.987 146.448c-.49 1.003.067 1.507.746 1.586 1.003.117 1.54-.676 1.61-1.4.113-1.172-.875-2.235-2.053-2.216-1.061.017-1.924.701-2.329 1.643a3.236 3.236 0 00-.236 1.109c-.04.74.221 1.422.667 1.942.599.698 1.534 1.12 2.529 1.16 1.98.079 3.522-1.772 3.522-3.662 0-3.615-5.362-5.587-7.487-6.094-2.612-.623-4.202-.857-8.397-1.09-1.679-.093-2.909-.046-4.758-.238-1.655-.172-2.519-.252-4.222-.649-2.125-.495-4.105-1.376-5.878-2.985-1.365-1.239-2.146-2.123-2.778-3.825-.546-1.469-.796-4.379.585-6.531 1.221-1.902 2.916-2.89 4.852-3.17 1.749-.253 3.283.502 4.199 2.237.443.84.306 2.244-.045 2.892-.303.56-1.169 1.385-2.242 1.4-1.772.023-2.194-1.217-2.239-1.493-.21-1.283.536-1.796.933-1.936.304-.108 1.294-.08 1.504.62.07.233.083.64-.104.943\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M141.515 140.706c2.273 1.008 3.939 1.763 5.352 3.993.443.7.56 1.703.56 2.286 0 1.259-.513 2.682-1.563 3.569-.974.822-1.936 1.073-3.125.956-.902-.088-1.749-.746-1.889-1.213M119.648 83.963c.834.709 1.236 1.586 1.236 2.682 0 1.452-1.215 3.825-4.201 4.665-1.144.322-2.276.062-2.961-.354\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M120.137 88.885c.537.373.746.792.746 1.521 0 .5-.323 1.147-.872 1.76-.899 1.004-2.425 1.857-4.115 1.878-.917.011-1.869-.18-2.827-.821a4.25 4.25 0 01-1.796-2.519\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M120.09 92.013c.608.559.794 1.258.794 2.139 0 1.287-.523 2.28-1.725 3.332a5.844 5.844 0 01-.91.653\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M119.065 97.561c1.283 1.003 1.819 1.976 1.819 3.522 0 1.773-.863 2.869-1.866 3.499\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M117.898 103.322c1.913 2.379 2.927 3.791 2.985 6.624.055 2.659-.793 4.478-2.379 6.391M128.092 63.774l-.164-.243c-.793-1.166-2.194-1.474-3.219-.7-1.236.933-1.548 2.521-1.213 4.198.21 1.05.922 1.924 1.897 2.556\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M171.913 67.31c-1.889 2.053-3.779 2.708-6.601 2.799-.881.028-2.565-.28-3.545-.978-.629-.448-1.329-1.215-.886-2.544.296-.889 1.724-3.382 1.794-5.108.107-2.637-.908-4.082-2.494-4.642-2.932-1.035-6.08 1.863-7.977 2.495-.992.331-1.497.37-2.403.373-.905-.003-1.429-.042-2.42-.373-1.897-.632-5.045-3.531-7.977-2.495-1.586.56-2.6 2.005-2.493 4.642.07 1.726 1.497 4.219 1.794 5.108.443 1.33-.257 2.096-.886 2.544-.98.698-2.664 1.006-3.545.978-2.822-.091-4.712-.746-6.601-2.799\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M154.91 68.733c.386.697.598 1.121.373 1.843-.254.817-.834 1.306-1.656 1.306-1.866 0-2.963-2.209-2.123-3.615 1.493-2.496 4.362-1.094 7.021.142-.128-.64-.352-.848-.329-1.641.058-1.969 1.518-2.863 2.101-4.682.347-1.084.485-2.025-.308-2.795-.692-.672-1.495-.662-2.398-.308-1.805.708-3.974 2.741-7.791 2.798-3.817-.057-6.004-2.09-7.809-2.798-.903-.354-1.706-.364-2.398.308-.793.77-.655 1.711-.308 2.795.583 1.819 2.043 2.712 2.101 4.682.023.793-.201 1.001-.329 1.641 2.659-1.236 5.639-2.764 7.021-.142.77 1.461-.257 3.615-2.123 3.615-.823 0-1.4-.524-1.656-1.306-.228-.697 0-1.306.373-1.843\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M141.44 68.236c.114-.354.23-.621.213-1.204-.058-1.969-1.518-2.862-2.101-4.682-.347-1.083-.485-2.025.308-2.794.692-.672 1.494-.662 2.398-.308 1.805.708 3.993 2.741 7.81 2.798-3.817-.057-6.004-2.09-7.81-2.798-.904-.354-1.78-.458-2.473.214-.793.77-.58 1.804-.233 2.888.583 1.819 1.969 2.713 2.027 4.682.017.583-.137.85-.25 1.204\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.054 61.912c3.755-.198 6.974-2.721 8.012-2.927.926-.183 1.443-.1 2.122.517-.679-.617-1.453-.598-2.331-.253-1.805.708-3.974 2.741-7.791 2.798M154.568 71.871c.348-.229.603-.594.749-1.046.226-.698.231-1.292-.142-1.829.46.602.503 1.111.373 1.842-.082.466-.379.711-.749 1.046M178.919 112.271v7.572h.02c0 .005-.003.717-.064 1.166-.04.295-.081.561-.128.811\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M178.787 111.544v8.167h.02c0 .006-.003.717-.064 1.166-.064.469-.131.866-.219 1.237M178.787 101.983v6.811M178.919 102.52v5.539M178.919 95.475v4.153M178.787 94.985v5.119M178.919 91.23v1.611M178.787 90.904v2.333M178.919 87.79v1.656M178.787 87.382v2.332M178.919 82.332v3.056M178.787 81.656v4.175M177.896 124.252c-.579 1.151-1.042 1.755-1.959 2.659-.925.912-1.567 1.33-2.729 1.913-1.132.567-1.845.747-3.079 1.026-1.234.279-1.955.339-3.219.396-1.159.052-1.816.004-2.973-.076-1.238-.086-1.925-.258-3.161-.367-1.021-.09-1.598-.172-2.623-.17-1.054.003-1.657.009-2.695.193-.967.171-1.516.308-2.426.676-1.259.51-2.682 1.4-2.986 1.796-.303-.396-1.726-1.286-2.986-1.796-.91-.369-1.459-.505-2.425-.676-1.038-.184-1.641-.19-2.695-.193-1.025-.003-1.602.08-2.623.17-1.236.109-1.923.281-3.161.367-1.157.08-1.814.129-2.973.076-1.264-.057-1.985-.117-3.219-.396-1.235-.279-1.947-.461-3.079-1.026-1.163-.581-1.803-1.001-2.729-1.913-.1-.099-.195-.194-.284-.286\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M177.923 123.794c-.05.105-.103.213-.159.325-.579 1.151-1.042 1.755-1.959 2.659-.925.912-1.567 1.33-2.729 1.913-1.131.567-1.844.748-3.079 1.027-1.234.278-1.955.339-3.219.396-1.158.052-1.816.003-2.973-.076-1.238-.086-1.925-.258-3.161-.367-1.021-.09-1.598-.172-2.623-.17-1.054.003-1.657.009-2.695.193-.967.171-1.516.308-2.426.676-1.259.51-2.682 1.4-2.985 1.796-.303-.397-1.726-1.286-2.986-1.796-.91-.369-1.459-.505-2.426-.676-1.037-.184-1.641-.19-2.695-.193-1.025-.003-1.602.08-2.623.17-1.236.109-1.923.281-3.161.367-1.157.08-1.814.129-2.973.076-1.264-.057-1.985-.117-3.219-.396-1.234-.28-1.946-.46-3.079-1.027-1.162-.581-1.803-1-2.729-1.913-.485-.478-.843-.872-1.158-1.307\"/>\n    <path fill=\"#FEDF00\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M175.643 120.717a6.237 6.237 0 01-.649 1.983c-.443.7-.28.681-1.283 1.8-.494.551-1.264 1.023-1.868 1.349-.606.326-1.055.487-2.053.749-1.955.513-3.327.545-4.972.479-1.284-.051-2.263-.209-3.075-.318a32.498 32.498 0 00-3.335-.303 18.855 18.855 0 00-1.842 0c-.722.04-1.435.151-2.193.303-1.633.326-3.31.956-3.31.956l.017-25.697 24.658-.007v17.563s-.05.858-.095 1.143h0z\"/>\n    <path fill=\"#D52B1E\" fill-rule=\"nonzero\" d=\"M157.388 115.05l-.178.084c-.09.098-.134.156-.234.244-.133.117-.231.151-.375.253-.069.049-.126.065-.178.131-.076.096-.024.189-.075.3-.056.122-.111.179-.197.281-.11.131-.195.183-.319.3-.126.119-.176.218-.328.3-.04.022-.06.043-.103.056-.065.02-.105-.003-.169.019-.117.04-.153.169-.234.216.033.065.032.112.066.178.047.097.212.364.244.431.063.091.081.21.159.234a.95.95 0 00.394.038c.238.055.384.047.609.141.184.076.259.173.441.253.142.063.231.102.384.131.116.022.182.04.3.028.075-.007.113-.036.188-.047.015-.003.024 0 .038 0l-.009.112c-.002 0 .001.009 0 .009v.019h.019l.619.272a.488.488 0 00-.075.365c.189.566.348.921.441.956.185.071.242.259.347.45-.037.04-.068.06-.103.094-.185.177-.346.303-.497.544-.224.356-.375.361-.094.834.165.277.244.33.459.722.108.197.168.352.234.591.062.226.083.357.094.591l.291.113.197-.197.188-.356.009-.272c-.072-.061-.093-.142-.075-.234.021-.111.154-.088.216-.188.085-.139-.1-.22-.197-.328-.182-.201-.429-.25-.488-.553-.016-.082.023-.128.113-.216.256-.252.339-.292.591-.544a.444.444 0 00.291.038c.083-.016.158.038.422.112.183.052.262.026.366.009l.113-.028c.015.063.033.125.038.206.016.318-.047.899.047 1.05a.95.95 0 01.084.169c.029.072.064.119.066.197.003.209.014.342 0 .563-.013.207-.031.313-.066.525a.613.613 0 01-.131.319c-.085.109-.179.125-.291.206l-.028.3.337.141.384.094.206-.084c0-.076.012-.12.047-.188.038-.074.069-.132.141-.159.109-.043.228.039.272-.028.048-.073.018-.101.009-.225-.014-.199-.055-.297-.084-.497a3.562 3.562 0 01-.047-.825c.009-.185.011-.287.047-.469.052-.265.146-.393.206-.656.067-.293.079-.482.112-.741.951.136 1.742.119 2.803-.112.051-.011.225-.075.225-.075.24.207.511.379.816.488-.002.03-.005.254 0 .291.011.086-.013.144.037.216.032.045.059.072.112.084.079.018.136.007.197-.047.068-.061.055-.137.075-.225.009-.042.002-.169 0-.206.11.016.147.018.263.018.107 0 .159.004.263-.009.001.024.006.11.009.141.008.073-.023.13.009.197.033.069.075.108.15.122a.198.198 0 00.159-.028c.089-.055.079-.149.094-.253a2.282 2.282 0 000-.234c.064-.02.248-.087.309-.113a1.427 1.427 0 01-.028.244 1.492 1.492 0 01-.075.281c-.062.171-.132.257-.225.412-.113.19-.172.296-.309.469-.063.08-.107.116-.169.197-.076.101-.103.17-.178.272-.097.132-.153.217-.281.319-.208.165-.345.033-.628.253l-.066.309.431.159.384.075.131-.075a.303.303 0 01.066-.225c.064-.081.133-.105.234-.122.108-.018.224.01.309-.066.105-.093.105-.274.188-.441.258-.517.486-.769.9-1.172.184-.179.341-.227.497-.431.074-.097.156-.141.159-.263.003-.085-.043-.125-.066-.206a2.928 2.928 0 01-.056-.3c.457.224.292.194.375.422.068.185-.01.312.019.506.033.227.14.334.159.563.023.272-.043.426-.094.694-.045.236-.039.383-.141.6a1.156 1.156 0 01-.347.469c-.063.053-.11.075-.178.122l-.037.309.337.113.488.131.112-.103c.049-.196-.016-.485.122-.506.122-.018.208 0 .234-.094.011-.039.018-.098.028-.188.067-.566.127-1.093.188-1.35.069-.29.065-.353.122-.572.053-.199-.026-.085.122-.506.22-.629-.062-.712-.319-1.097-.139-.208-.186-.283-.206-.45-.029-.245.05-.448.038-.825a12.747 12.747 0 010-.863c.035-.016.066-.036.103-.056.351-.193.491-.251.713-.741.067-.149.096-.298.094-.441-.001-.1-.019-.195-.028-.309-.009-.12-.057-.191-.094-.281a.94.94 0 00-.169-.253c-.232-.277-.533-.34-.816-.441-.445-.159-.751-.13-1.237-.169a7.98 7.98 0 00-1.284-.018c-.602.034-.938.156-1.538.225-.574.067-.893.111-1.472.122-.678.013-1.326-.138-1.734-.103-.735.063-.748.228-1.856.319-.578.047-1.153.056-1.153.056l-.647-.206c.257-.092.32-.146.441-.309.082-.11.07-.204.169-.319.08-.093.133-.187.234-.291a.653.653 0 00-.281-.131c-.109-.023-.172-.013-.281 0a.955.955 0 00-.366.103.825.825 0 00-.253.178s-.386-.249-.656-.366c-.34-.146-.485-.214-.904-.272z\"/>\n    <path fill=\"#C7B37F\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M116.222 126.397a1.172 1.172 0 112.345 0 1.172 1.172 0 01-2.345 0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M116.281 124.304l-.956.35-.98.746-.42.583-.537.933-.233.7-.187.863-.093.653\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M121.925 123.977c.2 1.483-.424 2.94-1.057 3.61-.397.42-1.26 1.222-2.333 1.236-1.772.023-2.302-1.196-2.409-1.493\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M121.785 124.397l-.07.84-.14.583-.42 1.003-.653.863-.7.56-.513.256-.723.163\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M119.822 123.21c.329.325.621.722.868 1.189.443.84.307 2.244-.045 2.892a2.102 2.102 0 01-.142.224M111.013 135.961c1.054 1.106 2.648 2.308 5.097 3.316 3.348 1.378 8.49 1.696 12.035 1.836 4.714.186 9.058.38 11.703 3.299M147.986 142.503c.779.767 1.574 1.589 1.91 2.639\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M149.88 146.77c-.174.776-.901 1.665-2.484 1.985l-.308.064\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M147.384 148.417a4.644 4.644 0 01-1.04 1.935M139.374 139.882c.374.146.091-.088 2.458.961 2.273 1.008 3.886 1.89 5.299 4.121.443.7.56 1.702.56 2.286 0 .376-.046.766-.138 1.153\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M146.454 150.509a3.8 3.8 0 01-.325.309c-.974.822-1.936 1.073-3.125.956-.902-.088-1.772-.764-2.006-1.208M147.535 147.441l-.21 1.026\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M146.229 150.427l-.443.443-.793.443-.91.28M153.484 150.359c-.606.933-2.053 2.332-3.569 2.892-1.516-.56-2.962-1.959-3.569-2.892\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M153.616 150.491c-.606.933-2.053 2.332-3.569 2.892-1.516-.56-2.962-1.959-3.569-2.892l-.141-.218\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M143.64 151.639l.84-.105M138.49 149.205c.044.059.089.117.137.173.566.659 1.46 1.073 2.394 1.15\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M139.527 150.019c.461.23.983.365 1.524.387 1.98.079 3.522-1.773 3.522-3.662 0-1.31-.713-2.414-1.712-3.3\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M139.955 146.445c-.478 1.066.203 1.642.882 1.721 1.003.117 1.567-.676 1.637-1.399.076-.786-.343-1.551-.983-1.946\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M153.616 150.491c-.606.933-2.053 2.332-3.569 2.892-1.516-.56-2.962-1.959-3.569-2.892l-.141-.218M153.638 150.485c.108.117.224.229.347.333.974.822 1.936 1.073 3.126.956.902-.088 1.618-.691 1.908-1.213 0 0 .162-.175.208-.341\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M158.926 150.296l-.348.56-.53.439-.802.333-.726.03\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M160.809 144.966c.429.329.85.828 1.08 1.36.147.342.215.719.236 1.109a2.74 2.74 0 01-.667 1.942c-.599.698-1.534 1.12-2.529 1.16a2.69 2.69 0 01-.22 0\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M158.798 150.406h0c-.951.038-1.801-.369-2.428-1.013\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M158.67 150.432l.848-.081.807-.323.565-.343.767-.908.161-.343.121-.787.04-.363\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M189.477 121.97c1.002.934 1.706 2.071 2.247 3.633.228.658.417 1.652.391 2.706-.042 1.681-.469 3.519-.928 4.408-.4.775-1.446 4.198-7.184 6.56-3.348 1.378-8.49 1.696-12.035 1.836-4.806.19-9.247.368-11.875 3.455\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M159.921 144.432l.84-.77.583-.443 1.096-.676 1.026-.49.723-.187 1.446-.326 1.679-.257\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M181.636 125.083c.356-.486 1.655-1.102 2.705-.519.345.192.755.435 1.114.973\"/>\n    <path fill=\"#703D29\" fill-rule=\"nonzero\" d=\"M123.936 130.326c.243-.262.427-.163.472-.284.033-.089-.039-.098-.138-.135-.132-.049-.272-.078-.404-.127-.137-.051-.261-.121-.398-.173-.057-.021-.188-.088-.225.012-.069.183.48.168.296.66-.031.084-.109.264-.382.562l-1.242 1.352c-.028.031-.074.098-.103.087-.028-.011-.025-.093-.025-.135l.018-1.917c.001-.364.032-.633.091-.791.082-.22.336-.036.389-.177.033-.089.008-.093-.143-.149-.076-.028-.22-.058-.522-.171-.161-.06-.313-.141-.469-.199-.071-.026-.202-.123-.248.003-.014.037.036.091.048.102.174.125.218.207.222.442l.034 3.491c.003.252.03.322.077.34.052.019.087-.003.19-.12l2.462-2.673z\"/>\n    <path fill=\"#703D29\" fill-rule=\"nonzero\" d=\"M125.384 130.867c.16-.507.46-.202.517-.383.02-.064 0-.082-.145-.128-.274-.086-.454-.12-.626-.174-.168-.053-.349-.134-.536-.192-.043-.014-.158-.068-.187.023-.059.187.531.209.378.694l-.808 2.562c-.16.507-.462.259-.521.446-.009.027-.011.067.033.081.125.039.338.083.545.148.375.118.546.195.724.252.11.035.161.027.179-.032.054-.171-.562-.095-.355-.752l.802-2.545zM127.121 131.378c.095-.322.245-.278.424-.225.488.144.641.622.485 1.148-.094.316-.212.608-.946.391-.145-.043-.323-.096-.284-.23l.321-1.084zm-1.331 2.309c-.2.676-.539.383-.59.555-.032.108.074.121.127.137.241.071.489.122.75.199.203.06.327.12.409.144.111.033.159.012.173-.036.057-.193-.486-.115-.316-.689l.275-.928c.056-.188.038-.234.294-.158.241.072.314.146.355.415l.154.968c.057.356.112.74.494.853.193.057.547.033.596-.133.013-.043-.007-.083-.05-.096-.048-.015-.106.003-.154-.011-.039-.011-.13-.039-.148-.137-.148-.779-.328-1.679-.318-1.711.016-.054.17-.06.347-.142.178-.087.377-.244.479-.588.073-.247.201-1.032-.857-1.345-.323-.096-.658-.172-.982-.268-.304-.09-.336-.123-.559-.189-.058-.017-.114-.005-.13.049-.057.193.528.151.35.751l-.699 2.36zM129.74 134.844c-.156.648-.646.254-.697.466-.029.12.056.134.144.156.196.047.363.064.691.143.328.079.485.139.681.186.142.034.236.074.267-.057.037-.153-.628-.145-.468-.815l.591-2.46c.063-.261.118-.277.319-.229l.416.1c.568.113.267.68.463.727.127.031.125-.195.13-.262l.066-.514c.008-.055.026-.132-.047-.149-.456-.11-.789-.167-1.504-.338-.715-.172-1.038-.272-1.494-.381-.074-.018-.092.058-.11.112l-.251.7c-.027.069-.085.181.018.206.221.053.245-.696.798-.563l.411.099c.201.048.243.087.18.348l-.604 2.525zM135.689 133.325c.194-.3.392-.235.415-.361.017-.093-.055-.09-.159-.109-.139-.026-.282-.029-.42-.055-.144-.027-.278-.074-.422-.101-.059-.011-.2-.054-.219.05-.036.193.502.082.406.599-.016.088-.062.279-.279.62l-.989 1.547c-.022.036-.056.109-.086.104-.03-.006-.04-.087-.048-.129l-.315-1.891c-.062-.359-.078-.629-.047-.794.043-.231.325-.093.352-.242.017-.093-.009-.093-.167-.122-.079-.015-.227-.019-.544-.078-.168-.031-.333-.084-.496-.115-.074-.014-.22-.086-.244.046-.007.039.051.083.065.092.193.093.251.166.295.396l.64 3.432c.046.248.086.312.135.321.054.01.085-.018.166-.151l1.961-3.059zM135.968 136.479c.003.137-.01.18.109.234.276.12.507.295.81.346.651.109 1.19-.306 1.311-1.029.117-.701-.171-.993-.659-1.342-.611-.437-.872-.555-.811-.924.062-.37.321-.542.649-.487.855.143.757 1.182.871 1.201.109.018.135-.045.146-.168l.069-.749c.011-.128.04-.209-.035-.221-.064-.011-.204.057-.268.046-.149-.025-.322-.275-.729-.343-.581-.097-1.056.3-1.163.935-.097.58.16.844.552 1.125.734.526 1.035.65.957 1.119-.074.442-.416.657-.804.592-.552-.092-.776-.646-.846-1.203-.008-.075-.009-.126-.089-.14-.124-.021-.101.148-.099.228l.029.78zM143.386 134.387c.162-.319.365-.275.375-.403.008-.095-.064-.084-.17-.092-.141-.011-.283 0-.424-.011-.146-.011-.284-.045-.43-.057-.06-.005-.204-.033-.213.073-.015.195.508.029.467.553-.007.089-.033.284-.213.646l-.821 1.642c-.018.038-.044.115-.074.112-.03-.003-.049-.082-.061-.122l-.512-1.848c-.099-.35-.144-.618-.13-.785.018-.234.313-.127.325-.278.007-.095-.018-.091-.179-.104-.08-.006-.228.005-.549-.021-.171-.013-.34-.049-.505-.062-.075-.006-.228-.063-.238.071-.003.039.06.078.074.084.202.072.267.139.335.363l.995 3.346c.072.242.118.301.168.305.055.004.083-.027.15-.168l1.63-3.244z\"/>\n    <path fill=\"#703D29\" fill-rule=\"nonzero\" d=\"M144.18 137.1c-.005.571-.487.466-.49.69-.001.095.1.068.156.069.136 0 .272-.02.433-.018.176.003.347.025.594.028.066 0 .192.007.192-.071.002-.263-.646.112-.636-.963l.016-1.903c0-.05.011-.09.041-.089.026 0 .055.028.09.074l2.398 2.932c.035.045.06.079.13.079.061 0 .061-.044.062-.167l.027-3.14c.005-.588.432-.449.434-.618 0-.017.001-.073-.095-.074-.045 0-.222.021-.539.018-.347-.003-.493-.027-.574-.027-.065 0-.081.055-.081.095-.001.185.614.089.609.599l-.016 1.864c-.001.14-.012.207-.042.207-.03 0-.09-.068-.155-.147l-2.004-2.486c-.09-.107-.029-.146-.19-.147-.267-.003-.398.019-.529.018-.096 0-.186-.024-.282-.025-.06 0-.086.044-.086.094-.003.269.565-.09.555.984l-.018 2.124zM149.058 134.58c.005-.532.381-.327.382-.517.001-.067-.024-.079-.176-.08-.287-.003-.469.018-.65.017-.176 0-.373-.026-.569-.027-.045-.001-.171-.018-.172.077-.001.196.541.044.536.553l.005 2.687c-.005.532-.366.383-.368.579 0 .028.009.067.055.068.131.003.348-.019.564-.017.393.003.579.027.766.029.116 0 .161-.021.162-.083.001-.179-.565.074-.559-.615l.024-2.671zM151.169 137.181c.006.666-.566.402-.564.621.001.123.086.117.177.116.202-.003.367-.025.705-.028.337-.003.504.018.705.016.146 0 .247.015.246-.12-.001-.157-.645.011-.651-.677l-.022-2.53c-.002-.269.048-.297.254-.299l.428-.003c.579-.028.423.595.625.593.131 0 .074-.219.063-.286l-.06-.514c-.006-.056-.006-.134-.082-.134-.469.004-.806.029-1.541.036-.736.006-1.073-.013-1.542-.009-.076 0-.075.079-.08.135l-.074.739c-.009.073-.038.196.067.195.227-.003.069-.734.638-.739l.423-.004c.207-.003.257.026.26.294l.025 2.598zM154.104 136.122c-.091.007-.161.018-.165-.038-.006-.078.019-.142.039-.211l.309-1.018c.02-.063.04-.071.05-.071.025-.003.01 0 .044.041l.491.978c.03.065.065.124.071.202.004.056-.066.056-.157.063l-.682.054zm.862.235c.131-.01.16.044.36.466.067.146.11.244.12.367.027.34-.335.307-.322.469.006.078.07.062.161.055.146-.011.33-.048.551-.066.332-.026.469-.014.65-.029.135-.011.182-.003.174-.098-.014-.184-.268.055-.46-.329l-1.625-3.308c-.079-.162-.089-.173-.134-.169-.065.006-.082.113-.11.205l-1.095 3.483c-.101.322-.359.309-.35.437.006.073.085.055.156.049.146-.011.289-.045.44-.057.161-.013.313-.003.474-.015.105-.008.264.019.255-.099-.012-.151-.547-.018-.579-.42-.011-.134.044-.335.071-.449.087-.377.19-.408.276-.415l.987-.077zM158.86 134.038c-.05-.383-.031-.391.573-.471.964-.127.66.574.895.543.115-.015.066-.195.051-.266l-.092-.547c-.007-.05-.049-.101-.114-.092-.439.058-.781.125-1.136.172-.764.1-1.127.126-1.332.153-.07.009-.104.059-.098.109.029.222.57-.03.636.469l.342 2.597c.089.677-.33.427-.296.683.005.033.038.057.103.049.275-.036.482-.086.636-.106.22-.029.408-.031.597-.056.125-.017.233-.008.218-.119-.02-.15-.566.063-.647-.553l-.108-.821c-.042-.322-.071-.386.158-.416l.37-.049c.519-.069.457.538.617.517.12-.016.064-.212.049-.283l-.165-.983c-.025-.149-.078-.131-.113-.126-.1.013-.048.526-.477.582l-.315.042c-.215.028-.22-.011-.251-.249l-.101-.779zM160.7 135.309c.207 1.117 1.014 1.736 2.009 1.552 1.58-.293 1.632-1.697 1.489-2.468-.216-1.167-1.086-1.74-2.05-1.55-1.181.23-1.671 1.261-1.448 2.466zm.551-.427c-.148-.798-.041-1.603.793-1.775.637-.129 1.36.397 1.585 1.613.169.913.029 1.702-.82 1.877-.883.181-1.409-.911-1.558-1.715zM165.158 132.933c-.078-.327.074-.363.255-.407.495-.119.866.218.994.752.077.321.121.633-.624.811-.147.035-.328.079-.361-.057l-.264-1.099zm.003 2.664c.165.686-.275.601-.234.776.026.109.125.068.179.055.245-.059.485-.139.749-.203.206-.049.343-.059.427-.079.113-.027.144-.069.132-.118-.047-.196-.478.144-.618-.439l-.226-.942c-.046-.19-.084-.221.175-.284.245-.059.345-.031.515.181l.618.761c.228.279.467.585.854.492.196-.047.49-.244.45-.413-.011-.043-.048-.069-.092-.058-.049.012-.09.056-.139.068-.039.009-.132.032-.197-.045-.517-.601-1.123-1.29-1.131-1.323-.013-.055.117-.138.229-.297.111-.165.204-.4.121-.749-.06-.25-.342-.994-1.415-.737-.328.079-.656.18-.984.259-.309.074-.353.062-.578.116-.059.014-.101.053-.088.108.047.196.533-.134.679.476l.574 2.395zM169.202 134.694c.167.645-.451.527-.397.739.031.119.112.093.2.07.195-.05.35-.114.677-.198.327-.084.493-.104.688-.155.141-.036.243-.045.21-.175-.039-.152-.623.167-.795-.5l-.633-2.449c-.067-.26-.025-.3.174-.352l.415-.107c.555-.167.555.475.75.425.127-.033.018-.23-.008-.293l-.182-.485c-.019-.053-.039-.129-.112-.11-.454.117-.775.224-1.487.408-.712.184-1.044.247-1.498.364-.073.019-.054.095-.045.15l.107.735c.008.073.01.2.112.173.219-.057-.11-.729.441-.871l.41-.106c.2-.052.256-.037.323.223l.65 2.514zM171.781 131.255c-.142-.512.276-.419.225-.603-.018-.065-.045-.069-.191-.028-.277.077-.446.147-.62.195-.17.047-.365.078-.555.131-.044.012-.17.029-.144.121.052.189.559-.115.695.376l.718 2.589c.142.512-.246.469-.194.658.007.027.028.062.071.05.126-.035.329-.115.538-.173.379-.105.564-.133.744-.183.112-.031.149-.065.133-.124-.048-.173-.523.226-.707-.437l-.713-2.572zM172.855 132.508c.36 1.078 1.245 1.578 2.205 1.257 1.524-.51 1.38-1.908 1.131-2.651-.376-1.125-1.318-1.572-2.246-1.25-1.137.393-1.479 1.482-1.09 2.644zm.486-.499c-.258-.77-.264-1.582.538-1.868.613-.216 1.401.204 1.794 1.377.295.881.265 1.682-.551 1.973-.849.302-1.521-.707-1.781-1.482zM176.915 129.468c-.123-.312.022-.369.196-.438.473-.187.888.095 1.089.606.121.307.208.61-.505.891-.141.055-.314.124-.365-.007l-.415-1.052zm.373 2.639c.258.656-.189.634-.123.8.041.104.133.05.185.03.234-.092.461-.206.714-.305.197-.078.332-.107.411-.138.108-.042.133-.088.115-.135-.074-.188-.454.209-.673-.348l-.355-.901c-.072-.183-.114-.208.134-.306.234-.092.337-.079.535.108l.718.668c.264.245.543.514.914.368.188-.074.452-.31.388-.472-.016-.042-.057-.062-.099-.045-.047.019-.081.068-.128.087-.038.015-.127.05-.202-.017-.596-.523-1.292-1.121-1.304-1.153-.021-.052.097-.152.185-.326.087-.178.147-.425.016-.758-.094-.24-.477-.937-1.504-.533-.314.124-.625.27-.939.394-.295.116-.341.11-.556.195-.056.022-.093.067-.072.119.074.188.509-.206.739.377l.901 2.291z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M186.216 117.58c-.742-.684-1.511-1.632-2.252-3.023a8.845 8.845 0 01-.802-2.098 7.668 7.668 0 01-.233-1.563c-.033-.9.064-1.84.289-2.917.371-1.777 1.033-3.153 1.913-4.245.3-.373.646-.838.975-1.046\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M187.362 114.951c-.204-.166-.422-.307-.613-.507a7.366 7.366 0 01-2.023-5.003c-.011-1.942.77-3.918 1.679-4.688\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M184.6 108.949l.059-.751.25-1.192.353-.927.397-.766.515-.618\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M188.252 120.837c.235.09.468.171.673.23.671.192 1.301.207 1.848.043 1.327-.398 2.178-1.638 1.488-3.249-.16-.374-.467-.732-.815-1\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M191.697 117.137a1.872 1.872 0 00-.572-1.713c-.128-.115-.252-.292-.408-.37M190.941 115.275c-.022-.874-.737-1.499-1.623-1.654M186.463 104.813c.472.616 1.361.777 2.065.593a1.87 1.87 0 001.169-.909c.28-.492.365-1.134.183-1.747a2.304 2.304 0 00-.398-.774c-.2-.263-.448-.543-.64-.669-.051-.033-.102-.078-.156-.115\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M189.822 103.102l-.058.734-.21.502-.326.478-.373.28-.571.21-.502.035-.373-.058\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M188.773 119.149c.04.043.174.065.221.093.665.396 1.973-.098 1.589-1.124\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M185.461 67.149c1.19.093 2.292 1.374 2.277 2.629-.021 1.823-.633 2.577-2.067 4.363-1.236 1.539-4.945 4.245-4.852 6.834.016.459.264.935.541 1.317\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M180.7 80.525l.163-.793.35-.735.455-.735.781-1.003.618-.688 1.003-1.015.863-.875.548-.63.723-.875.641-.968.385-.793.21-1.026.064-1.272-.117-.369\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M183.969 83.208c.364-1.238-.08-2.545-1.28-2.51M179.877 83.915c.263.26.582.475.962.647.678.306 1.44.148 1.996-.133M182.86 65.062c1.506 0 2.818 1.676 2.818 3.395 0 1.982-1.054 3.195-1.826 4.112-.622.738-1.295 1.399-2.095 2.205\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M181.075 63.474c.512.237.961.638 1.304 1.146.63.933.79 1.714.746 2.869-.075 1.98-1.499 3.351-2.774 4.188M178.113 63.474c.104.089.204.19.3.304.863 1.026.93 2.543.723 3.384-.311 1.264-.728 1.809-1.754 2.565M175.008 62.955c1.236.933 1.604 2.546 1.194 4.208-.293 1.187-1.039 1.898-1.97 2.465\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M172.91 64.171c.398.272.805.687 1.024 1.218.872 2.106-1.026 3.685-2.776 4.875-1.254.853-2.608 1.308-3.89 1.538\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M170.906 68.23c-.424-.004-.928-.125-1.476-.702-.126-.133-.274-.308-.331-.466M162.136 69.358a2.187 2.187 0 01-.619-.451c-.416-.465-.693-1.095-.373-2.056.296-.889 1.724-3.382 1.794-5.108.107-2.637-.907-4.193-2.493-4.8\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M162.806 61.155l-.062.992-.269 1.012-.516 1.384-.393.888-.413.888-.207.62-.083.454.062.434M179.447 88.885c.148.434.392.584.7.907.669.7 1.649 1.303 2.887 1.651a3.638 3.638 0 002.961-.41M178.743 127.021c.082.198.28.392.28.392.303.506 1.482 1.397 2.554 1.411 1.773.023 2.194-1.217 2.239-1.493.224-1.353-.239-1.723-.933-2.104 0 0-.408-.212-.898-.13\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M181.632 128.831l.758-.152.571-.303.315-.315.222-.361.151-.583.012-.408\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M111.069 121.1c-.626.16-1.214.164-1.727.01-1.327-.398-2.402-1.669-1.854-3.249\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M109.482 121.015l.56.047.723-.059.723-.256\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M109.587 116.362c.581-.011 1.16.382 1.54 1.04.075.131.192.415.189.723-.005.41-.185.849-.478 1.036-.674.429-1.87.244-1.82-.945\"/>\n    <path fill=\"#C7B37F\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M109.027 118.113c0-.579.371-1.049.828-1.049.457 0 .828.47.828 1.049 0 .58-.371 1.05-.828 1.05-.457 0-.828-.47-.828-1.05z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M113.2 100.919c2.311.432 4.536 3.219 5.264 6.26.253 1.056.6 3.411.119 5.644-.513 2.379-1.541 4.026-2.748 5.276a7.842 7.842 0 01-.997.857l-.493.334\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M113.764 102.946c.133.133.175.332.196.501.205 1.719-1.302 2.22-2.375 1.941-.531-.139-1.165-.632-1.413-1.068a2.21 2.21 0 01-.289-1.08\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M113.832 103.615l-.093.653-.152.292-.221.28-.303.233-.338.151-.443.07-.303.023\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M112.176 102.162a1.047 1.047 0 00-.396.273c-.124.13-.149.177-.245.389-.07.156-.088.335-.114.558\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M110.629 113.6c.949 0 1.78.909 1.78 1.882 0 .476-.185.908-.484 1.225\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M109.986 114.703c.989 0 1.929.953 1.929 1.964 0 .582-.271 1.1-.694 1.436\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M113.631 115.919c.163-.197.261-.303.417-.506.13-.168.208-.261.322-.441.103-.162.149-.26.24-.429.128-.238.192-.377.315-.618M114.333 120.46c-.277.127-.442.184-.712.327a7.317 7.317 0 00-.513.301 8.13 8.13 0 00-.583.392c-.23.168-.349.279-.572.457M118.968 104.175c-.15-.155-.231-.245-.385-.396-.16-.158-.247-.252-.42-.397-.167-.141-.273-.205-.448-.336\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M119.052 104.76c.908 1.219 1.507 2.268 1.786 3.621M120.806 112.359a8.129 8.129 0 01-.679 1.897c-.382.759-1.048 1.604-1.666 2.176\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M120.836 102.526c-.304 1.028-.958 1.731-1.686 2.188M119.197 97.656c.875.684 1.403 1.392 1.65 2.241M120.222 92.145c.269.247.455.521.579.827\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M119.196 97.526a3.22 3.22 0 01-.98.609\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M119.152 97.94c-.223.099-.34.178-.572.254a2.365 2.365 0 01-.702.145\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M120.87 95.377c-.23.798-.752 1.402-1.58 2.158\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M120.27 88.98c.249.173.427.393.548.613\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M120.873 91.182c-.145.357-.395.742-.729 1.115-.899 1.004-2.425 1.857-4.115 1.878-.917.011-1.869-.18-2.827-.821-1.024-.685-1.691-1.659-1.913-2.615\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M111.299 90.204c.076.272.093.434.196.697.129.331.237.504.434.8.205.308.333.478.597.737.232.227.379.342.651.52.258.169.425.228.697.373\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M119.733 84.04c.519.441.918 1.004 1.109 1.588\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M120.857 87.768c-.415 1.372-1.653 3.069-4.042 3.674-1.141.289-2.611-.072-3.112-.499\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M113.412 90.584c.227.122.345.214.583.312.216.09.344.127.572.18.308.071.489.088.805.096.342.008.443 0 .875-.07\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M112.517 87.447c.125 1.236.952 2.163 2.52 2.192 2.205.042 3.545-3.172 1.586-5.428\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M115 89.481l1.01-.266.598-.452.386-.545.333-.851.133-.691\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M112.953 85.923c-.319.08-.723.198-1.147.4a4.189 4.189 0 00-1.652 1.373c-.557.789-.882 1.886-1.083 2.846-.088.42-.193 1.75.076 3.123a7.384 7.384 0 001.08 2.642c.166.245.317.457.486.626.607.606 1.166.98 2.099.793\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M112.634 86.138c-.891.551-1.555.682-2.248 1.484-.69 1.366-.961 2.1-1.23 3.195\"/>\n    <path fill=\"#C7B37F\" fill-rule=\"nonzero\" d=\"M113.114 97.309c0-.476.358-.862.8-.862.442 0 .799.386.799.862s-.358.862-.799.862c-.441 0-.8-.386-.8-.862z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M107.558 98.218a7.64 7.64 0 001.089 1.091c.786.654 1.714 1.23 2.782 1.546M113.902 101.085c1.97-.237 3.081-1.705 2.861-3.423-.168-1.309-1.369-2.316-2.186-2.374\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M116.619 97.994l-.163 1.015-.198.443-.408.56-.548.42-.56.28-1.085.268\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M120.86 82.816c-.3.867-.849 1.486-1.717 1.878-.866.391-1.868.026-2.404-.388\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M120.829 82.344l-.21.606-.257.443-.35.49-.49.443-.583.28-.49.117-.303-.023\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M117.116 80.676c.855-.032 1.341.745 1.333 1.4\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M118.613 81.473c-.164.602-.487 1.348-1.432 1.267\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M118.322 81.796l.012.466\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M116.916 68.942a5.385 5.385 0 002.358 2.73\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M119.607 72.046c-.374-.219-.602-.314-.959-.56a5.765 5.765 0 01-.877-.711 4.395 4.395 0 01-.543-.606c-.169-.228-.233-.377-.383-.618M120.36 67.416c.117.314.151.505.301.805.204.407.361.62.667.956.424.466.784.598 1.285.98M123.294 67.381c.117.282.152.456.299.723.13.236.219.362.39.571.218.267.359.406.63.618.315.247.538.32.882.525\"/>\n    <path fill=\"#C7B37F\" fill-rule=\"nonzero\" d=\"M127.472 66.542c-.05-.478.236-.899.64-.942.404-.042.773.311.824.788.05.478-.236.899-.641.941-.404.044-.773-.309-.823-.787z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M186.858 86.186c.806 1.104.278 3.28-1.914 3.321-.856.016-1.629-.458-2.082-1.177\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M115.162 85.558c-.907-.887-2.829-1.118-4.74.091a7.214 7.214 0 00-.734.557 4.117 4.117 0 00-.675.745c-.22.298-.491.804-.654 1.14-.225.463-.318.767-.442 1.242-.349 1.337-.347 2.579-.306 2.933.053.454.096.871.17 1.254.253 1.312.641 2.232 1.042 2.897.422.7 1.472 2.307 3.618 2.519.843.083 2.284-.303 2.33-1.4\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M170.515 66.125c.144-.775 1.077-.924 1.428-.467.54.705.183 1.915-.916 2.258-.373.117-1.236.07-1.796-.653-.454-.586-.419-1.312-.25-1.889.11-.374.409-.699.809-1.003 1.276-.97 3.335-.746 4.012.886.872 2.106-1.026 3.685-2.776 4.875-2.202 1.498-4.711 1.77-6.601 1.749-4.292-.047-7.557-2.099-9.679-3.265-.495-.272-1.004-.216-1.26.093-.289.349-.284.913.117 1.283\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M171.378 65.401c.455.021.577.198.716.38.54.704.145 1.915-.953 2.258\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M147.45 67.437c.721.551 1.23 1.23 1.145 2.332-.092 1.196-.382 1.484-1.315 2.12\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M178.919 71.774v7.406\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M148.404 70.108c-.042.721-.339 1.187-1.06 1.484\"/>\n    <path fill=\"#703D29\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M156.235 63.573c-.024-.795-.807-.877-1.107-.877-.865 0-1.1.54-2.18 1.12-1.354.727-1.936.889-3.139.899-1.203-.011-1.801-.172-3.155-.899-1.08-.58-1.262-1.102-2.127-1.102-.47 0-1.077.406-1.054 1.15 0 0-.009.241.028.404.014.061.088.042.112.096-.011-.361.062-.548.24-.79.228-.311.607-.394.762-.394.866 0 1.186.555 2.266 1.136 1.354.727 1.936.888 3.139.899 1.203-.011 1.802-.172 3.156-.899 1.08-.58 1.39-1.182 2.256-1.182.3 0 .512.194.61.5.061.188.026.313.042.388.008.036.052.033.062.072.029-.141.099-.191.089-.521z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M130.763 66.589c0 .806-.594 1.315-1.399 1.484\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M179.503 92.2c-1.635 1.78-.131 4.835 1.091 5.525.423.329.604.155.942.352\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M179.589 88.797c-.537.373-.726.792-.747 1.521-.018.61.089 1.287.661 1.882.891.928 2.636 1.735 4.326 1.756.917.011 1.869-.18 2.827-.821a4.246 4.246 0 001.796-2.519M178.675 119.579c0 .006-.003.717-.064 1.166-.178 1.309-.386 2.062-.98 3.242-.579 1.151-1.042 1.755-1.959 2.659-.926.912-1.567 1.33-2.729 1.912-1.131.567-1.845.747-3.079 1.026-1.234.279-1.955.339-3.219.396-1.158.052-1.816.004-2.973-.076-1.238-.086-1.925-.258-3.161-.367-1.021-.09-1.598-.172-2.623-.17-1.054.003-1.658.009-2.695.193-.967.171-1.516.308-2.426.676-1.259.51-2.682 1.4-2.985 1.796-.304-.396-1.726-1.286-2.986-1.796-.91-.369-1.459-.505-2.426-.676-1.037-.184-1.641-.19-2.695-.193-1.025-.003-1.602.08-2.623.17-1.236.108-1.923.281-3.161.367-1.157.08-1.814.129-2.973.076-1.264-.057-1.985-.118-3.219-.396-1.235-.279-1.947-.459-3.079-1.026-1.162-.582-1.803-1-2.729-1.912-.917-.904-1.38-1.508-1.959-2.659-.594-1.18-.802-1.933-.98-3.242a11.426 11.426 0 01-.064-1.166h0V71.873h57.765v47.706h.022z\"/>\n    <path fill=\"#D52B1E\" fill-rule=\"nonzero\" d=\"M154.533 74.89h3.676v24.369h-3.676z\"/>\n    <path fill=\"#D52B1E\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M123.799 74.774h24.654v24.607h-24.654z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M136.896 94.148s.014.879.257 1.586c.28.817.282.817.538 1.213.346.534.767.925 1.143 1.166.588.377 1.185.566 1.784.513 1.647-.146 2.412-1.932 2.785-3.382.397-1.539 1.522-2.377 2.239-1.819.42.327.444.874.093 1.4-.373.56-1.23.84-1.23.84l.88 1.12s1.891-.246 2.261-2.218c.14-.746-.223-2.14-1.467-2.557-1.589-.532-2.606.601-3.096 1.558-.674 1.315-.963 3.73-2.829 3.357-1.015-.203-1.493-1.679-1.493-2.356l-.74-.793-1.096.35-.029.022zM135.36 94.148s-.014.879-.257 1.586c-.28.817-.282.817-.538 1.213a3.937 3.937 0 01-1.143 1.166c-.588.377-1.184.566-1.784.513-1.647-.146-2.411-1.932-2.785-3.382-.397-1.539-1.522-2.377-2.239-1.819-.42.327-.444.874-.093 1.4.373.56 1.23.84 1.23.84l-.88 1.12s-1.891-.246-2.26-2.218c-.14-.746.222-2.14 1.467-2.557 1.589-.532 2.606.601 3.096 1.558.674 1.315.963 3.73 2.829 3.357 1.015-.203 1.493-1.679 1.493-2.356l.74-.793 1.096.35.028.022z\"/>\n    <path fill=\"#FEDF00\" fill-rule=\"nonzero\" d=\"M138.335 83.685l3.228-3.493s.487-.393.483-1.02l-.665.103-.149-.342-.033-.344.894-.189c.014-.145.002-.255.028-.415.024-.148.057-.228.093-.373l-.98.066c.05-.171.038-.263.093-.422.046-.134.059-.185.151-.331.182-.027.347-.068.572-.091.218-.022.343-.012.562-.026.534-.996 2.757-1.912 4.336-.271 1.143 1.187.896 3.366-.585 3.942-.84.326-1.516.133-2.058-.333l.591-1.16c.816.488 1.493-.119 1.446-.749-.059-.796-.575-1.289-1.306-1.353-.676-.059-1.162.328-1.47.933-.188.369-.101.64-.163 1.049-.068.445-.03.693-.161 1.143-.096.327-.347.73-.711 1.078l-3.309 3.58-12.882 13.934-.968-.895 12.963-14.021z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M128.853 84.911s.81 4.012 3.562 10.029c1.4-.513 2.226-.84 3.709-.84s2.309.28 3.708.84c2.752-6.018 3.562-10.029 3.562-10.029l-7.271-9.353-7.27 9.353z\"/>\n    <path fill=\"#FEDF00\" fill-rule=\"nonzero\" d=\"M136.835 78.724l5.046 6.491s-.673 3.156-2.723 7.906c-.794-.181-1.475-.338-2.32-.396l-.003-14.001zM135.415 78.724l-5.046 6.491s.673 3.156 2.723 7.906c.794-.181 1.475-.338 2.32-.396l.003-14.001z\"/>\n    <path fill=\"#0065BD\" fill-rule=\"nonzero\" d=\"M157.54 109.252c-.239-.072-.59-.248-.59-.248.097-.075.176-.08.259-.166.117-.122.112-.237.178-.396.065-.156.055-.286.201-.403.087-.069.229-.081.335-.049.106.034.228.12.255.23.041.168-.048.266-.074.436-.026.171-.088.268-.058.438.019.112.068.156.106.272-.001 0-.38-.045-.612-.114zM157.241 109.537a.189.189 0 11.377-.007.189.189 0 01-.377.007zM156.715 104.583s-.027-.018-.043-.031c-.115-.093-.126-.196-.18-.333a1.193 1.193 0 01-.094-.346c-.015-.122 0-.192 0-.315 0-.11.012-.173 0-.283-.012-.112-.009-.184-.063-.283-.029-.054-.118-.101-.094-.126.028-.029.077-.006.126 0 .12.014.189.05.283.126a.552.552 0 01.201.314c.05.165.075.27.122.441.025.089.039.141.085.22.048.083.096.115.157.189l-.003.007c-.09.098-.133.162-.233.25-.091.081-.168.121-.254.172l-.01-.003v.001z\"/>\n    <path fill=\"#D52B1E\" fill-rule=\"nonzero\" d=\"M157.388 104.072l-.178.084c-.09.098-.134.156-.234.244-.133.117-.231.151-.375.253-.069.049-.126.065-.178.131-.076.096-.024.189-.075.3-.056.122-.111.179-.197.281-.11.13-.195.183-.319.3-.126.119-.176.218-.328.3-.04.022-.06.043-.103.056-.065.02-.105-.003-.169.019-.117.04-.153.169-.234.216.033.065.032.112.066.178.047.097.212.364.244.431.063.091.081.21.159.234a.95.95 0 00.394.038c.238.054.384.047.609.141.184.076.259.173.441.253.142.063.231.102.384.131.116.022.182.04.3.028.075-.007.113-.036.188-.047.015-.003.024 0 .038 0l-.009.113c-.002 0 .001.008 0 .009v.018h.019l.619.272a.517.517 0 00-.075.366c.189.566.348.92.441.956.185.071.242.26.347.45-.037.04-.068.06-.103.094-.185.177-.346.303-.497.544-.224.357-.375.361-.094.834.165.277.244.33.459.722.108.198.168.352.234.591.062.226.083.357.094.591l.291.112.197-.197.188-.356.009-.272c-.072-.061-.093-.142-.075-.234.021-.11.154-.087.216-.188.085-.138-.1-.22-.197-.328-.182-.201-.429-.25-.488-.553-.016-.082.023-.128.113-.216.256-.252.339-.292.591-.544a.432.432 0 00.291.037c.083-.016.158.038.422.113.183.052.262.026.366.009l.113-.028c.015.063.033.125.038.206.016.318-.047.898.047 1.05a.95.95 0 01.084.169c.029.072.064.119.066.197.003.209.014.342 0 .563-.013.207-.031.313-.066.525a.613.613 0 01-.131.319c-.085.109-.179.125-.291.206l-.028.3.337.141.384.094.206-.084c0-.076.012-.12.047-.188.038-.074.069-.132.141-.159.109-.043.228.039.272-.028.048-.073.018-.101.009-.225-.014-.199-.055-.297-.084-.497a3.562 3.562 0 01-.047-.825c.009-.185.011-.287.047-.469.052-.265.146-.393.206-.656.067-.293.079-.482.112-.741.951.136 1.742.119 2.803-.113.051-.011.225-.075.225-.075.24.207.511.379.816.487-.002.03-.005.253 0 .291.011.086-.013.144.037.216.032.045.059.072.112.084.079.018.136.007.197-.047.068-.061.055-.137.075-.225.009-.042.002-.169 0-.206.11.016.147.018.263.018.107 0 .159.004.263-.009.001.024.006.111.009.141.008.074-.023.131.009.197.033.069.075.108.15.122a.194.194 0 00.159-.028c.089-.055.079-.149.094-.253a2.282 2.282 0 000-.234 7.53 7.53 0 00.309-.112 1.427 1.427 0 01-.028.244 1.492 1.492 0 01-.075.281c-.062.17-.132.257-.225.413-.113.19-.172.296-.309.469-.063.08-.107.116-.169.197-.076.101-.103.17-.178.272-.097.132-.153.217-.281.319-.208.165-.345.033-.628.253l-.066.309.431.159.384.075.131-.075a.303.303 0 01.066-.225c.064-.081.133-.105.234-.122.108-.018.224.01.309-.066.105-.093.105-.274.188-.441.258-.517.486-.769.9-1.172.184-.179.341-.227.497-.431.074-.097.156-.141.159-.263.003-.085-.043-.124-.066-.206a2.928 2.928 0 01-.056-.3c.457.224.292.194.375.422.068.185-.01.312.019.506.033.227.14.334.159.563.023.272-.043.426-.094.694-.045.236-.039.383-.141.6a1.156 1.156 0 01-.347.469c-.063.052-.11.075-.178.122l-.037.309.337.112.488.131.112-.103c.049-.196-.016-.485.122-.506.122-.018.208 0 .234-.094.011-.039.018-.098.028-.188.067-.566.127-1.094.188-1.35.069-.29.065-.353.122-.572.053-.199-.026-.085.122-.506.22-.629-.062-.712-.319-1.097-.139-.208-.186-.283-.206-.45-.029-.245.05-.448.038-.825a12.713 12.713 0 010-.862c.035-.016.066-.036.103-.056.351-.193.491-.251.713-.741.067-.149.096-.298.094-.441-.001-.1-.019-.196-.028-.309-.009-.12-.057-.191-.094-.281a.926.926 0 00-.169-.253c-.232-.277-.533-.34-.816-.441-.445-.159-.751-.13-1.237-.169a7.98 7.98 0 00-1.284-.018c-.602.034-.938.156-1.538.225-.574.066-.893.111-1.472.122-.678.013-1.326-.138-1.734-.103-.735.063-.748.228-1.856.319-.578.047-1.153.056-1.153.056l-.647-.206c.257-.092.32-.146.441-.309.082-.11.07-.204.169-.319.08-.094.133-.187.234-.291a.653.653 0 00-.281-.131c-.109-.023-.172-.013-.281 0a.955.955 0 00-.366.103.825.825 0 00-.253.178s-.386-.249-.656-.366c-.34-.146-.485-.214-.904-.272z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M170.63 107.855l-.229.073c-.26.121-.473.125-.78.149-.793.061-1.281-.317-2.099-.254-.421.032-.608.357-1.038.464a2.754 2.754 0 01-.511.085l.154-.31s-.385.079-.635.079c-.179 0-.281-.008-.457-.039l.306-.285s-.244-.04-.388-.1a1.164 1.164 0 01-.318-.189c.199-.034.311-.058.507-.106.467-.116.612-.344 1.167-.398.345-.033.91-.014 2.293.215.911.151 1.315.08 1.661-.077.229-.104.303-.303.331-.536.028-.233-.121-.421-.262-.543-.037-.032-.133-.1-.334-.109\"/>\n    <path fill=\"#FCD900\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M157.439 105.182a.55.55 0 00-.402.087c-.144.089-.162.209-.266.343.134.03.209.108.342.076.104-.025.158-.072.229-.152a.465.465 0 00.128-.347l-.031-.007h0z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M160.813 109.138s.079.144.122.24c.074.166.113.263.157.44.06.24.034.385.072.629.007.043.015.079.023.113l-.016.339M163.211 108.812s-.066.243-.106.4c-.106.406-.203.626-.283 1.038a3.625 3.625 0 00-.031.193\"/>\n    <path fill=\"#0065BD\" fill-rule=\"nonzero\" d=\"M157.795 107.774l.669.309c.344-.19.742-.577 1.049-1.176.264-.515.306-.795.409-1.294l-.537-.174-.107.022c-.166.517-.208.811-.485 1.258a3.492 3.492 0 01-.795.91l-.203.145zM159.275 113.21c.108-.148.154-.243.277-.379.137-.151.24-.21.393-.345.047.005.101-.003.144.022a2.548 2.548 0 01-.158.825c-.04.116-.047.192-.117.294-.046.068-.087.095-.143.156-.153-.224-.398-.39-.396-.573zM169.178 113.765c.172.063.276.081.441.161.183.09.269.173.44.283.008.046.031.095.019.145a2.65 2.65 0 01-.837.075c-.123-.007-.197.007-.315-.031-.078-.026-.115-.057-.189-.094.173-.208.265-.491.441-.539zM166.252 113.154c.172.063.276.081.441.161.183.09.269.173.44.283.008.046.031.095.019.145a2.666 2.666 0 01-.837.075c-.123-.007-.197.007-.314-.031-.078-.026-.115-.057-.189-.094.171-.208.263-.491.44-.539zM161.048 113.793c.172.063.276.081.441.161.183.09.269.173.441.283.008.046.031.096.019.145a2.65 2.65 0 01-.836.075c-.123-.006-.197.007-.315-.031-.078-.026-.115-.057-.189-.094.17-.208.262-.49.439-.539zM158.356 104.852c-.184-.083-.315-.313-.198-.478.047-.066.124-.052.17-.119.057-.082.042-.152.041-.252-.002-.113-.043-.172-.063-.283-.022-.122-.042-.191-.041-.315.001-.188-.011-.323.104-.472.073-.095.198-.178.247-.184.044.041-.017.151-.01.246.011.139.039.215.086.346.061.169.144.243.211.409.062.155.12.242.126.409a.675.675 0 01-.063.346.598.598 0 01-.183.252.553.553 0 01-.239.126.322.322 0 01-.188-.031z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M159.533 109.252c.237.053.163 1.008.537 1.227\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M168.037 110.934l.115-.074c.304-.124.577-.308.806-.537\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M165.714 110.407h.002c1.06-.265 1.765-.794 2.274-.86\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M166.79 109.083c.09-.004.175-.01.249-.021.44-.063.511.206.818.378.557.311.629.692 1.29 1.007l.096.046.254.129\"/>\n    <path fill=\"#FCD900\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M155.309 106.359c.081.02.13.024.212.016.1-.009.145-.071.245-.074.081-.003.139-.01.205.037a.25.25 0 01.084.103c.026.05.049.085.037.14-.018.085-.097.125-.184.126-.071 0-.13-.019-.163-.082a.141.141 0 01-.012-.117.313.313 0 01-.233.005.316.316 0 01-.191-.154h0z\"/>\n    <path fill=\"#0065BD\" fill-rule=\"nonzero\" d=\"M157.54 120.229c-.239-.071-.59-.248-.59-.248.097-.075.176-.08.259-.166.117-.123.112-.237.178-.396.065-.156.055-.286.201-.403.087-.069.229-.081.335-.05.106.034.228.12.255.23.041.168-.048.266-.074.436-.026.171-.088.268-.058.438.019.112.068.156.106.272a4.25 4.25 0 01-.612-.113zM157.241 120.514a.189.189 0 11.377-.007.189.189 0 01-.377.007zM156.715 115.56s-.027-.018-.043-.031c-.115-.093-.126-.196-.18-.333a1.193 1.193 0 01-.094-.346c-.015-.122 0-.192 0-.315 0-.11.012-.173 0-.283-.012-.112-.009-.184-.063-.283-.029-.054-.118-.101-.094-.126.028-.029.077-.006.126 0 .12.014.189.05.283.126a.551.551 0 01.201.315c.05.164.075.27.122.44.025.089.039.141.085.22.048.083.096.115.157.189l-.003.007c-.09.098-.133.162-.233.25-.091.081-.168.121-.254.172l-.01-.003v.001z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M170.63 118.832l-.229.073c-.26.121-.473.125-.78.149-.793.061-1.281-.317-2.099-.254-.421.033-.608.357-1.038.465a2.754 2.754 0 01-.511.085l.154-.31s-.385.078-.635.079c-.179 0-.281-.008-.457-.039l.306-.285s-.244-.04-.388-.1a1.164 1.164 0 01-.318-.189c.199-.034.311-.058.507-.106.467-.115.612-.344 1.167-.398.345-.033.91-.014 2.293.215.911.151 1.315.08 1.661-.077.229-.104.303-.303.331-.536.028-.233-.121-.422-.262-.543-.037-.032-.133-.1-.334-.109\"/>\n    <path fill=\"#FEDF00\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M157.439 116.159a.55.55 0 00-.402.087c-.144.089-.162.209-.266.342.134.03.209.108.342.076a.4.4 0 00.229-.152.464.464 0 00.128-.347l-.031-.006h0z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M160.813 119.606s.079.144.122.24c.074.166.113.264.157.441.06.239.034.385.072.629.007.043.015.079.023.113l-.016.338M163.211 119.789s-.066.244-.106.4c-.106.406-.203.626-.283 1.038a3.625 3.625 0 00-.031.193\"/>\n    <path fill=\"#0065BD\" fill-rule=\"nonzero\" d=\"M157.795 118.751l.669.309c.344-.19.742-.577 1.049-1.176.264-.515.306-.795.409-1.294l-.537-.175-.107.022c-.166.517-.208.811-.485 1.258a3.475 3.475 0 01-.795.91l-.203.146zM159.275 124.187c.108-.148.154-.243.277-.379.137-.151.24-.211.393-.345.047.005.101-.004.144.021a2.548 2.548 0 01-.158.825c-.04.116-.047.192-.117.294-.046.068-.087.095-.143.155-.153-.222-.398-.388-.396-.571zM169.178 124.743c.172.063.276.081.441.161.183.09.269.173.44.283.008.046.031.096.019.144a2.51 2.51 0 01-.837.076c-.123-.007-.197.007-.315-.031-.078-.026-.115-.058-.189-.094.173-.209.265-.491.441-.539zM166.252 124.132c.172.063.276.081.441.161.183.09.269.173.44.283.008.046.031.096.019.145a2.51 2.51 0 01-.837.076c-.123-.007-.197.007-.314-.031-.078-.026-.115-.058-.189-.095.171-.209.263-.491.44-.539zM161.048 124.77c.172.063.276.081.441.161.183.09.269.173.441.283.008.046.031.096.019.145a2.497 2.497 0 01-.836.076c-.123-.007-.197.007-.315-.031-.078-.026-.115-.058-.189-.094.17-.209.262-.491.439-.54zM158.356 115.83c-.184-.083-.315-.313-.198-.478.047-.066.124-.052.17-.119.057-.082.042-.152.041-.252-.002-.113-.043-.172-.063-.283-.022-.122-.042-.191-.041-.315.001-.188-.011-.323.104-.472.073-.095.198-.178.247-.184.044.041-.017.151-.01.247.011.139.039.215.086.346.061.169.144.243.211.409.062.155.12.242.126.409a.675.675 0 01-.063.346.598.598 0 01-.183.252.553.553 0 01-.239.126.348.348 0 01-.188-.032z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M159.533 120.229c.237.053.163 1.008.537 1.227\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M168.037 121.911l.115-.075c.304-.124.577-.308.806-.537\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M165.714 121.384h.002c1.06-.265 1.765-.794 2.274-.861\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M166.79 120.06c.09-.003.175-.01.249-.02.44-.063.511.206.818.378.557.311.629.692 1.29 1.007.035.016.067.032.096.047l.254.129\"/>\n    <path fill=\"#FEDF00\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M155.309 117.336c.081.02.13.024.212.016.1-.009.145-.071.245-.075.081-.003.139-.01.205.038a.25.25 0 01.084.103c.026.05.049.085.037.14-.018.085-.097.125-.184.126-.071 0-.13-.018-.163-.081a.141.141 0 01-.012-.117.313.313 0 01-.233.005.318.318 0 01-.191-.155h0z\"/>\n    <path fill=\"#FEDF00\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M123.891 120.722c.07.443.228 1.203.649 1.983.443.7.28.681 1.283 1.8.494.551 1.264 1.023 1.868 1.349.606.326 1.055.487 2.053.749 1.955.513 3.327.545 4.972.48 1.283-.051 2.263-.209 3.075-.318a32.498 32.498 0 013.335-.303c.64-.027 1.245-.033 1.842 0 .722.04 1.435.152 2.193.303 1.633.326 3.289.956 3.289.956l.004-25.697-24.658-.007v17.563c-.001-.001.05.857.095 1.142h0z\"/>\n    <path fill=\"#D52B1E\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M126.753 125.051c.393.253.795.415 1.155.607.591.313.868.388 1.583.645l-.001-24.133h-2.738v22.816-.004.069h.001zM140.451 126.343l.004-24.173h-2.743v24.39c-.001 0 1.876-.161 2.739-.217h0zM145.922 102.17h-2.734v24.072c.891.096 1.807.229 2.74.478l-.006-24.55h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M186.147 82.509c2.217-.045 8.658 1.692 8.703 9.263.045 7.477-4.615 8.699-6.482 9.197\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M186.728 82.508c3.823-.166 7.768 2.648 7.942 9.671.136 5.487-3.755 7.975-5.622 8.473\"/>\n    <path fill=\"#D52B1E\" fill-rule=\"nonzero\" d=\"M161.577 74.89h3.676v24.369h-3.676V74.89zM168.622 74.89h3.676v24.369h-3.676z\"/>\n    <path fill=\"#D52B1E\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M134.977 102.17v24.724c-.027.003-1.83.042-2.752-.054l.001-24.666 2.751-.004h0z\"/>\n  </g>\n</svg>\n</li><li title=\"cif ae \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 151\">\n  <g fill=\"none\">\n    <path fill=\"#009E49\" d=\"M.5.5h300v50H.5z\"/>\n    <path fill=\"#FFF\" d=\"M.5 50.5h300v50H.5z\"/>\n    <path fill=\"#000\" d=\"M.5 100.5h300v50H.5z\"/>\n    <path fill=\"#CE1126\" d=\"M.5.5h75v150H.5z\"/>\n  </g>\n</svg>\n</li><li title=\"cif af \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 300 200\">\n  <g fill=\"none\" fill-rule=\"evenodd\">\n    <path fill=\"#090\" fill-rule=\"nonzero\" d=\"M0 0h300v200H0z\"/>\n    <path fill=\"#BF0000\" fill-rule=\"nonzero\" d=\"M0 0h200v200H0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M0 0h100v200H0z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M159.75 112.92l4.177.001c.016 1.579.941 3.275 2.24 4.247h-8.004c1.252-1.137 1.595-2.482 1.587-4.248h0z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M133.355 89.265l2.287 2.52 28.467.047 2.333-2.52-7.28-.093-3.547-2.474-11.434-.047-3.313 2.567h-7.513z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M145.01 86.37l9.83-.01c1.331-.704 1.746-2.951 1.74-4.208-.02-3.714-2.617-5.496-5.225-5.59-.391-.02-.844-.324-.947-.68-.257-.806-.191-1.321-.472-1.292-.25-.003-.177.47-.4 1.226-.122.376-.545.747-.967.769-3.245.162-5.338 2.531-5.256 5.567.055 2.008.289 3.206 1.697 4.218h0z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M128.83 121.415h42.234l-3.781-3.08H132.61z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M148.195 109.845l.77 2.31h1.75l-1.4-2.31h-1.12 0zm-.979 2.31l.443 2.287 2.053.023-.747-2.311-1.749.001h0zm3.476.023l1.423 2.264h2.917l-2.287-2.287-2.053.023h0zm-17.221 5.18c1.547-1.439 2.536-2.668 2.543-4.434h3.78c.008.988.365 1.579.91 1.54l3.827-.023-.023-2.263h-2.777l-.001-12.344c-.101-4.363 5.304-6.906 7.514-6.884l-13.137-.023v-.397h27.627l.023.397-13.323.023c3.951.008 7.762 3.749 7.794 6.908v3.5h-.514l-.023-3.453c0-3.454-4.35-6.681-7.84-6.581-3.018.087-7.7 2.964-7.653 6.558v1.073l7.163.047-.07 1.236 1.125.718 2.243.715-.033 1.855 1.607.474.014 1.853 1.928.827v1.918l1.223.753-.056 1.948 1.657 1.166h-3.92l2.45 2.73h-3.617l-1.798-2.73h-2.38l1.073 2.707-2.543-.023-.607-2.684h-3.103l.023 2.893h-11.106 0zm11.084-7.49v2.287h2.66l-.538-2.287h-2.122z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M144.695 105.83h1.657v3.803h-1.657z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M142.355 109.9h1.617l-.01-2.798c-.021-1.217 1.071-2.442 1.594-2.483.579-.022 1.433 1.149 1.462 2.388l.023 2.903 1.715-.004V102.7l-6.401.034v7.166h0zM155.15 111.57h2.006v1.563h-2.006zM153.96 108.885h2.006v1.564h-2.006zM152.025 106.2h2.006v1.563h-2.006zM150.37 103.94h2.007v1.563h-2.007z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M149.04 109.91l2.053.07 3.663 3.244v-1.913l-1.236-.886v-1.518l-1.797-1.026v-1.634l-1.75-.583v-2.217l-.887-.723z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M157.715 105.175h1v3.523h-1zM128.66 93.265c-.617-.991-1.355 1.374-3.894 3.135-1.182.804-2.005 2.947-2.013 4.356-.039.968.108 1.934 0 2.87-.068.593-.686 1.908-.263 2.244 1.117.83 2.563 2.716 3.234 3.366.58.508 1.082-2.624 1.518-4.026.467-1.502.257-3.297 1.551-4.686.917-.937 3.23-1.86 2.97-2.277l-3.103-4.982h0z\"/>\n    <path fill=\"#BF0000\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M128.53 100.94a5.034 5.034 0 00-.828-1.297c-.349-.396-.762-.728-1.219-.891-.441-.162-.89-.376-1.203-.766a1.816 1.816 0 01-.359-.734c-.063-.272-.061-.605-.016-.984-.055.04-.084.086-.141.125-1.181.804-2.008 2.95-2.016 4.359-.016.389-.016.769 0 1.156.087.243.172.478.297.625.163.192.357.318.563.406.412.176.888.212 1.328.375.457.163.926.529 1.328.969.383.419.679.9.875 1.328.033-.122.077-.302.109-.406.424-1.36.349-2.944 1.282-4.265h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M124.91 96.195c-.242 1.678.692 2.236 1.574 2.561.913.324 1.661 1.303 2.046 2.189M122.65 101.72c.385 1.447 1.399 1.266 2.28 1.591.913.324 1.873 1.479 2.258 2.364\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M127.805 92.24l.462-.297 8.876 14.949-.461.297z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M128.76 91.645a1.023 1.023 0 11-2.046 0h0a1.023 1.023 0 112.046 0zM136.35 79.635h3.597v1h-3.597zM136.35 81.2h3.597v6.892h-3.597zM136.13 78.695l3.99.023c.156-1.353-1.195-2.814-1.983-2.8-.779.038-2.038 1.479-2.007 2.777h0z\"/>\n    <path fill=\"#BD6B00\" fill-rule=\"nonzero\" d=\"M146.31 77.88c-.761.32-1.344 1.188-1.703 2.188-.359.999-.496 2.134-.328 3.047v.016c.064.315.15.541.25.703.1.162.211.257.344.281.132.025.257-.046.328-.156a.68.68 0 00.094-.422c-.072-.939-.068-1.866.156-2.703a3.876 3.876 0 011.484-2.188c.147-.108.232-.232.25-.359.018-.128-.05-.237-.141-.313a.726.726 0 00-.734-.094zm.078.219c.185-.077.421-.032.516.047.047.039.053.067.046.109-.006.043-.039.117-.156.203a4.11 4.11 0 00-1.563 2.313c-.234.877-.229 1.83-.156 2.781a.45.45 0 01-.063.281c-.035.054-.053.07-.094.063-.04-.007-.124-.059-.203-.188-.079-.129-.158-.328-.219-.625-.157-.857-.019-1.974.328-2.937.349-.964.903-1.769 1.564-2.047z\"/>\n    <path fill=\"#BD6B00\" fill-rule=\"nonzero\" d=\"M147.595 78.865c-.759.319-1.25 1.146-1.516 2.094a6.81 6.81 0 00-.141 2.938c.13.642.467.98.797 1.031a.438.438 0 00.422-.172c.098-.132.13-.309.078-.531a6.674 6.674 0 01-.125-2.531c.133-.848.47-1.606 1.109-2.063.148-.107.232-.231.25-.359a.371.371 0 00-.141-.328c-.18-.152-.467-.189-.733-.079zm.094.219c.185-.077.405-.032.5.047.047.039.069.067.063.109-.006.043-.054.117-.172.203-.706.504-1.064 1.332-1.203 2.219-.139.887-.052 1.832.141 2.609.042.176 0 .296-.047.359-.047.064-.107.093-.203.078-.192-.03-.491-.277-.609-.859a6.646 6.646 0 01.141-2.844c.252-.909.727-1.643 1.389-1.921z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M136.155 93.695h4.014v5.553h-4.014zM136.39 102.425h3.873v1.167h-3.873zM136.295 104.475h3.967v4.34h-3.967zM136.015 109.705h4.34v2.427h-4.34zM136.55 101.38h3.497l.693-1.155h-4.818zM141.265 97.125l.033-3.036h2.409c-.946.781-1.826 1.727-2.442 3.036z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M136.78 98.37c.024.649.759.36.759.033 0-1.002.013-2.085-.027-2.794-.005-.522 1.246-.392 1.238-.07.005.846.014 2.006.019 2.996-.009.482.808.44.796 0a412.826 412.826 0 010-3.526c.007-1.048-2.751-1.025-2.772-.023.002.822-.014 2.295-.013 3.384h0zM136.785 104.99h2.847v3.547h-2.847z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M138.605 106.46h1.003v1h-1.003zM136.855 106.46h1v1h-1z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M137.835 105.035h1v1.446h-1zM137.835 107.02h1v1.54h-1zM121.995 69.485c.178 2.784-.686 4.311-2.16 4.079-.406-1.544.518-2.58 2.16-4.079zM118.76 75.655c-1.311-.666-.365-5.757.138-7.89.372 2.748.995 6.655-.138 7.89z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M119.225 75.895c2.203.766 3.947-1.606 4.536-4.354-1.817 2.51-4.776 2.513-4.536 4.354zM117.555 78.465c-1.723-.455-.685-5.855-.372-8.015.379 2.231 1.566 7.276.372 8.015zM118.145 78.295c.096-1.862 1.953-1.324 3.234-2.318-.209.931-.997 2.58-3.234 2.318zM116.035 80.79c-1.707-.461-.681-6.272-.777-8.665.5 2.068 2.085 8.105.777 8.665zM116.83 80.54c1.398.455 3.25-.454 3.396-2.119-1.204.817-3.127.192-3.396 2.119z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M114.76 83.355c-1.632.13-.902-4.819-.901-9.428.6 4.308 2.234 8.252.901 9.428z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M115.325 83.13c1.103.553 3.078-.331 3.642-2.193-1.992.866-3.324.019-3.642 2.193zM128.14 72.065c-.29 2.414-1.277 3.819-2.751 3.587-.406-1.544.789-2.531 2.751-3.587zM124.24 78.26c2.449.348 3.332-1.532 4.98-3.935-2.311 1.672-5.073 2.02-4.98 3.935h0z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M123.545 77.985c-1.335-1.602-.045-3.614.976-5.329-.22 2.552.65 3.971-.976 5.329zM122.955 80.63c-.151-1.567 2.519-1.915 3.726-2.786-.406.906-1.021 3.343-3.726 2.786z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M122.395 80.665c-1.846-.209-1.08-3.343.244-5.085-.558 2.404.975 4.075-.244 5.085z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M121.005 83.275c-2.101-.929-.754-3.563.035-5.119-.337 2.043 1.347 3.598-.035 5.119z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M121.42 83.03c1.103 1.439 3.25-.429 3.691-2.612-1.869 1.556-3.249 1.3-3.691 2.612zM116.62 93.16c-.216-2.144 1.396-6.042.252-8.12-.156-.286.342-1.044.665-.584.503.734 1.021 2.826 1.237 2.054.229-.84.265-2.325 1.008-2.614.475-.169 1.145-.279.962.467-.182.718-.589 1.71-.138 1.773.261.039 1.015-.977 1.649-1.447.512-.419 1.275.237.527.863-2.429 2.02-4.784 2.928-6.162 7.608h0zM112.255 125.425c-.285-.055-.676-.151-.32.292 2.839 3.498 3.661 4.462 7.801 3.97 4.183-.55 5.179-1.682 8.107-3.325 1.565-.917 3.852-1.121 5.585-.553.807.265 1.295.28.717-.299-.579-.579-1.262-1.366-1.974-1.908-1.559-1.197-4.203-1.716-6.361-1.331-3.052.478-5.574 2.422-8.588 3.156-1.584.362-3.321.307-4.967-.002h0zM136.15 131.675c.528.066.862 1.089 1.122.396.441-1.121.132-2.013-.363-1.915-.585.157-1.574 1.468-.759 1.519h0z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M110.3 91.46c-.607-.634-.432-.877.467-.887.712-.045 2.124.437 2.66.047.491-.357.296-1.869.514-2.567.095-.389.368-.999.979-.047 1.811 2.902 4.073 6.386 5.04 9.8.529 1.913.031 4.9-1.727 6.907.062-1.711-.576-2.862-1.354-4.294-.959-1.88-4.527-6.975-6.579-8.959z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M117.765 106.72c1.992.01 2.334-2.66 2.334-3.406-.981.186-2.707 1.82-2.334 3.406zM134.975 132.63c1.416.322 1.396-3.089-.05-4.535.637 2.191-1.064 4.194.05 4.535zM134.425 132.6c.094 1.622-3.979-.212-5.026-1.473 2.406 1.022 4.907.176 5.026 1.473zM132.64 130.285c.146 1.57-3.532.189-4.619-1.037 2.415.78 4.458-.256 4.619 1.037zM133.315 130.505c1.416.322 1.187-3.206-.19-4.418.661 2.354-.924 4.077.19 4.418zM131.825 128.36c1.416.322.603-2.716-.446-3.929.17 2.216-.528 3.752.446 3.929zM131.075 128.35c.146 1.618-2.715.376-3.825-1.155 2.391.781 3.664-.137 3.825 1.155zM130.295 127.12c.928-.667-.057-2.432-1.823-2.322.173 1.065.784 2.939 1.823 2.322zM137.27 134.435c.093 1.622-3.98.815-5.26-.913 2.57.486 5.141-.384 5.26.913zM121.09 131.535c.146 1.617-4.301-.161-5.412-1.691 2.392.78 5.251.398 5.412 1.691zM123.815 132.225c.928-.668-.966-2.385-2.476-2.789.173 1.066 1.437 3.407 2.476 2.789zM124.1 133.345c.099 1.454-4.769.657-6.042-.687 4.189.757 5.905-.558 6.042.687z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M126.38 134.315c.54 1.351-4.132 1.021-5.772.236 2.65-.024 5.401-1.177 5.772-.236z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M128.565 135.3c.517 1.211-3.805 1.185-5.912.516 2.791-.024 5.4-1.713 5.912-.516zM131.71 135.95c.766 1.432-3.794 1.571-5.273.866 2.636-.362 4.621-1.993 5.273-.866zM126.37 133.5c-1.45.915-1.373-1.782-2.526-3.649 1.813 1.65 3.509 2.777 2.526 3.649z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M128.94 134.47c-1.217 1.078-2.189-2.623-3.297-4.699 1.79 1.976 4.42 3.804 3.297 4.699zM132.34 135.5c-1.03 1.194-4.01-3.509-5.093-5.959 1.649 1.907 5.912 4.947 5.093 5.959zM129.44 139.09c-.514 1.816-8.096-1.712-8.942-3.539 4.338 2.299 9.046 1.818 8.942 3.539zM105.075 102.19c-.177-.23-.686.006-.56.56.118.751 1.225 4.602 3.126 5.927 1.355.978 8.482 2.551 11.713 3.22 1.778.357 3.267 1.245 4.434 2.66-.482-1.851-.87-3.223-1.493-4.9-.605-1.475-2.211-3.087-3.873-3.174-3.087-.111-7.084-.374-9.987-1.634-1.498-.625-2.396-1.471-3.36-2.659h0z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M122.77 117.435c.973.717 2.048-1.852.811-4.294-.038 2.351-1.907 3.139-.811 4.294z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M123.705 119.79c1.346.413 1.768-1.969.881-3.874.148 2.047-2.117 3.28-.881 3.874z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M124.73 121.68c1.3.647 1.792-1.759.858-3.546.102 2.28-1.86 2.952-.858 3.546z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M124.195 121.825c-.515 1.54-3.503-1.328-4.007-2.888 1.855 1.843 4.379 1.64 4.007 2.888z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M122.84 119.47c-.586 1.54-4.343-2.425-5.174-4.334 1.855 1.843 5.592 3.249 5.174 4.334z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M122.095 117.16c-.585 1.75-4.67-2.915-5.827-4.567 1.949 1.819 6.268 3.296 5.827 4.567zM121.965 115.43c1.439-.279-.081-1.477-1.845-3.424-.082 2.05.255 3.483 1.845 3.424z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M119.54 114.265c.621-.676-.596-.964-2.102-2.654-.221 1.139 1.398 3.226 2.102 2.654zM126.5 121.865c.787.46 1.326-1.152.345-2.613-.225 1.58-1.066 2.019-.345 2.613zM109.405 111.69c-1.671 1.002-4.326-2.996-5.034-4.641 1.467 1.888 5.349 3.612 5.034 4.641z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M110.825 114.02c-.925 1.025-3.836-1.759-4.847-3.17 1.56 1.35 5.256 1.511 4.847 3.17z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M112.41 116.11c-.305 1.4-4.553-1.748-5.546-3.238 1.832 1.726 5.825 1.57 5.546 3.238z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M111.76 117.625c-.655 1.261-4.11-1.863-4.939-3.493 2.11 1.842 5.474 2.246 4.939 3.493zM109.985 111.485c1.09-1.149.626-1.689-.169-3.5-.434 1.861-1.09 2.603.169 3.5zM111.43 113.655c1.978.087.019-2.319-.448-4.34.172 2.303-.507 4.119.448 4.34z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M112.69 115.565c1.37-.31.975-2.249-.075-4.597.218 2.537-1.16 4.003.075 4.597zM112.225 119.4c-.516 1.541-4.414-2.028-5.034-3.377 1.972 1.655 5.382 2.222 5.034 3.377z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M114.56 121.805c-.585 1.541-4.67-1.583-5.92-3.283 2.462 1.935 6.222 1.755 5.92 3.283z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M116.94 124.23c-.655 2.147-4.926-1.281-6.2-2.957 2.719 2.075 6.549 1.429 6.2 2.957zM112.925 118.715c1.16.601 1.629-2.691.975-5.017.008 2.537-2.328 4.423-.975 5.017z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M114.905 121.33c1.394.414.952-3.135-.239-5.436-.154 2.28-1.183 4.446.239 5.436zM117.38 123.78c1.557.087.486-3.042-.799-4.807.219 2.304-.506 4.54.799 4.807zM114.65 125.115c-.468.793-1.613-.674-3.493-1.745 1.691.443 3.701 1.01 3.493 1.745zM113.76 98.745c1.453-1.075.345-3.086 0-4.999-.468 1.814-1.699 4.195 0 4.999zM113.71 101.425c-2.183-.262-1.855-3.085-1.921-4.875.657 2.429 2.447 2.839 1.921 4.875zM114.055 101.06c1.847-.107 1.749-2.208 1.848-4.334-.936 1.954-2.045 2.257-1.848 4.334z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M113.98 103.67c-1.437.115-2.183-1.297-2.512-3.496 1.363 2.027 2.603 1.394 2.512 3.496zM114.495 103.495c1.847.237 1.552-1.913 1.478-3.497-.567 1.51-2.068 1.986-1.478 3.497z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M111.615 102.585c.147 1.404 1.035 3.817 2.463 3.275.591-1.724-1.256-2.068-2.463-3.275z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M114.52 106.01c-.641-1.23 1.453-1.847 1.896-3.447.255 2.29.041 3.792-1.896 3.447zM108.565 91.42c1.15-1.238.134-3.203-.211-5.115-.467 1.813-1.278 4.217.211 5.115zM108.53 93.725c-2.02.205-2.508-3.902-2.713-5.669.656 2.43 2.982 3.54 2.713 5.669zM108.945 93.685c1.427-.737 1.096-2.325 1.544-3.518-.959 1.464-1.834 1.674-1.544 3.518z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M108.545 96.375c-2.113.181-3.371-4.369-3.437-6.159.656 2.429 3.683 3.75 3.437 6.159zM108.95 96.305c1.987-.457 1.749-1.742 1.451-3.821-.633 2.094-1.741 1.651-1.451 3.821z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M108.52 99c-2.323.394-2.16-3.28-4.004-5.946 1.595 1.98 4.468 4.475 4.004 5.946zM109.045 98.875c1.753.051 1.925-2.589 1.828-3.66-.404 1.067-2.465 2.08-1.828 3.66z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M104.89 96.17c.871 2.827 2.108 5.66 3.629 5.445.731-1.607-1.443-1.812-3.629-5.445z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M109.07 101.2c-.64-1.231 1.453-1.848 1.896-3.448.254 2.291.041 3.793-1.896 3.448zM105.49 99.4c1.244 2.547 1.805 5.474 3.512 5.048.638-1.98-1.886-2.395-3.512-5.048z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M109.355 103.965c-.733-1.348 1.359-1.824 1.872-3.681.279 2.43.019 4.165-1.872 3.681zM112.935 86.725c1.225.331 2.511-1.045 2.065-3.104-1.4.349-2.043 1.62-2.065 3.104zM109.015 85.695c.107.579.812.632.607-.187-.171-.664-.2-1.164 0-1.703.274-.677.183-1.829-.023-2.31-.208-.508-.897-.21-.607.187.319.46.335 1.419.116 1.866-.288.661-.21 1.538-.093 2.147zM120.45 93.655c-.473.697-1.44.271-.704-.686.603-.774 1.464-1.407 1.527-2.207.05-1.014.645-2.553 1.186-3.072.559-.553 1.205.225.607.594-.671.436-1.108 2.228-1.093 2.918-.021 1-1.019 1.723-1.523 2.453h0zM118.96 92.535c-.474.697-1.228.292-.801-.826.361-.774.4-1.734.802-2.3.563-.858 1.515-1.573 2.056-2.093.559-.553 1.023-.02.51.454-.622.623-1.297 1.398-1.672 1.985-.699 1.14-.391 2.05-.895 2.78h0zM111.09 88.93c-.056.983.735 1.222.7-.204-.036-1.489-1.09-2.851-.443-5.117.34-1.109.346-3.141.14-4.221-.181-1.071-.943-.371-.653.463.319.967-.06 2.822-.303 3.755-.733 2.716.602 4.04.559 5.324h0zM113.25 83.49c-.116.905-.882.987-.66-.291.185-1.037.217-1.817 0-2.661-.298-1.057-.199-2.857.025-3.608.226-.793.974-.328.66.292-.347.719-.365 2.216-.127 2.914.314 1.033.229 2.402.102 3.354h0zM105.47 102c.379.451 1.018.149.436-.462-.477-.493-.32-.648-.61-1.25-.287-.671-.272-1.042-.619-1.521-.306-.455-.768.009-.458.392.388.453.281.787.518 1.225.438.75.331 1.144.733 1.616h0zM115.67 114.305c1.22.6 2.146 2.098 2.207 3.318.103 1.404.306 2.59.937 3.588-1.004-.279-1.485-1.88-1.628-3.412-.145-1.587-1-2.275-1.516-3.494h0zM118.21 117.245c.844 1.558 2.024 2.152 2.084 3.309.102 1.33.203 1.398.564 2.707-.994-.265-1.244-.352-1.512-2.342-.165-1.4-1.285-2.387-1.136-3.674h0z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M144.485 131.66c.474.894 1.019 2.255 2.006 2.006.016-.684-1.065-1.158-2.006-2.006zM145.955 131.965c1.917.786 3.573.592 3.78 1.797-1.799.194-2.457-.544-3.78-1.797zM137.925 125.62c1.291 1.058 2.129 2.266 2.52 3.826.407 1.454.98 2.613 1.821 3.92-1.369-.934-2.23-2.203-2.661-3.733-.378-1.504-.824-2.628-1.68-4.013zM139.515 125.615c1.385 1.104 2.69 2.359 3.081 3.92.407 1.454.653 2.566 1.587 4.014-1.462-.934-2.043-2.344-2.473-3.875-.379-1.503-1.246-2.627-2.195-4.059zM144.085 129.235a.544.544 0 01.373-.583c.437-.164.873-.297 1.307-.42.493-.117.769.235.77.466.003.385.02.712 0 1.003-.027.363-.096.391-.327.444-.369.062-.842.125-1.213.373-.294.181-.576.038-.723-.279-.095-.242-.147-.716-.187-1.004zM149.4 129.235c.034-.273-.11-.535-.311-.607-.391-.164-.78-.204-1.19-.188-.456-.007-.571.096-.572.327-.002.385-.018.758 0 1.05.024.363.016.39.222.443.33.063.892.079 1.224.327.262.18.561.037.576-.303a9.114 9.114 0 01.051-1.049z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M171.34 93.265c.617-.991 1.356 1.374 3.894 3.135 1.182.804 2.005 2.947 2.013 4.356.038.968-.107 1.934 0 2.87.068.593.686 1.908.263 2.244-1.117.83-2.563 2.716-3.234 3.366-.58.508-1.082-2.624-1.518-4.026-.466-1.502-.257-3.297-1.551-4.686-.917-.937-3.229-1.86-2.97-2.277l3.103-4.982h0z\"/>\n    <path fill=\"#BF0000\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M171.47 100.94c.193-.443.479-.901.828-1.297.35-.396.762-.728 1.219-.891.441-.162.89-.376 1.203-.766.157-.195.292-.441.359-.734.063-.272.062-.605.016-.984.055.04.084.086.141.125 1.182.804 2.008 2.95 2.016 4.359.016.389.016.769 0 1.156-.087.243-.172.478-.297.625a1.486 1.486 0 01-.563.406c-.412.176-.887.212-1.328.375-.456.163-.926.529-1.328.969-.383.419-.679.9-.875 1.328-.033-.122-.077-.302-.109-.406-.423-1.36-.349-2.944-1.282-4.265h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M175.09 96.195c.242 1.678-.692 2.236-1.574 2.561-.913.324-1.661 1.303-2.046 2.189M177.35 101.72c-.385 1.447-1.399 1.266-2.28 1.591-.913.324-1.873 1.479-2.258 2.364\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M172.195 92.24l-.462-.297-8.876 14.949.462.297z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M171.24 91.645a1.023 1.023 0 102.046 0h0a1.023 1.023 0 10-2.046 0zM160.053 79.635h3.597v1h-3.597zM160.053 81.2h3.597v6.892h-3.597zM163.87 78.695l-3.99.023c-.156-1.353 1.194-2.814 1.983-2.8.779.038 2.038 1.479 2.007 2.777h0z\"/>\n    <path fill=\"#BD6B00\" fill-rule=\"nonzero\" d=\"M153.69 77.88c.761.32 1.344 1.188 1.703 2.188.359.999.496 2.134.328 3.047v.016c-.064.315-.151.541-.25.703-.1.162-.211.257-.344.281-.133.025-.257-.046-.328-.156a.674.674 0 01-.094-.422c.072-.939.067-1.866-.156-2.703a3.873 3.873 0 00-1.485-2.188c-.147-.108-.232-.232-.25-.359-.017-.128.05-.237.141-.313a.728.728 0 01.735-.094zm-.078.219c-.186-.077-.421-.032-.516.047-.047.039-.053.067-.047.109.006.043.039.117.156.203a4.109 4.109 0 011.562 2.313c.234.877.229 1.83.156 2.781a.45.45 0 00.063.281c.035.054.053.07.094.063.04-.007.124-.059.203-.188.079-.129.159-.328.219-.625.157-.857.019-1.974-.328-2.937-.346-.964-.901-1.769-1.562-2.047z\"/>\n    <path fill=\"#BD6B00\" fill-rule=\"nonzero\" d=\"M152.405 78.865c.76.319 1.251 1.146 1.516 2.094a6.81 6.81 0 01.141 2.938c-.13.642-.467.98-.797 1.031a.438.438 0 01-.422-.172c-.098-.132-.13-.309-.078-.531a6.674 6.674 0 00.125-2.531c-.133-.848-.47-1.606-1.109-2.063-.148-.107-.232-.231-.25-.359a.374.374 0 01.141-.328c.18-.152.467-.189.733-.079zm-.094.219c-.185-.077-.405-.032-.5.047-.047.039-.068.067-.063.109.006.043.054.117.172.203.706.504 1.064 1.332 1.203 2.219.139.887.052 1.832-.141 2.609-.041.176 0 .296.047.359.047.064.107.093.203.078.192-.03.491-.277.609-.859a6.646 6.646 0 00-.141-2.844c-.253-.909-.727-1.643-1.389-1.921z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M159.832 93.695h4.013v5.553h-4.013zM159.737 102.425h3.874v1.167h-3.874zM159.738 104.475h3.967v4.34h-3.967zM159.645 109.705h4.34v2.427h-4.34zM163.45 101.38h-3.497l-.694-1.155h4.818zM158.735 97.125l-.033-3.036h-2.409c.946.781 1.826 1.727 2.442 3.036z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M163.22 98.37c-.024.649-.759.36-.759.033 0-1.002-.013-2.085.027-2.794.005-.522-1.245-.392-1.238-.07-.005.846-.014 2.006-.019 2.996.009.482-.808.44-.796 0 .005-1.106.005-2.712 0-3.526-.007-1.048 2.75-1.025 2.772-.023-.002.822.014 2.295.013 3.384h0zM160.368 104.99h2.847v3.547h-2.847z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M160.392 106.46h1.003v1h-1.003zM162.165 106.46h1v1h-1z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M161.395 105.035h1v1.446h-1zM161.395 107.02h1v1.54h-1zM178.005 69.485c-.178 2.784.686 4.311 2.16 4.079.406-1.544-.518-2.58-2.16-4.079zM181.24 75.655c1.311-.666.365-5.757-.138-7.89-.372 2.748-.994 6.655.138 7.89z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M180.775 75.895c-2.203.766-3.947-1.606-4.537-4.354 1.818 2.51 4.778 2.513 4.537 4.354zM182.445 78.465c1.723-.455.685-5.855.372-8.015-.379 2.231-1.566 7.276-.372 8.015zM181.855 78.295c-.096-1.862-1.953-1.324-3.234-2.318.209.931.997 2.58 3.234 2.318zM183.965 80.79c1.707-.461.681-6.272.778-8.665-.501 2.068-2.086 8.105-.778 8.665zM183.17 80.54c-1.398.455-3.251-.454-3.397-2.119 1.205.817 3.128.192 3.397 2.119z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M185.24 83.355c1.632.13.902-4.819.901-9.428-.6 4.308-2.233 8.252-.901 9.428z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M184.675 83.13c-1.103.553-3.078-.331-3.642-2.193 1.992.866 3.324.019 3.642 2.193zM171.86 72.065c.29 2.414 1.277 3.819 2.751 3.587.406-1.544-.789-2.531-2.751-3.587zM175.76 78.26c-2.449.348-3.331-1.532-4.98-3.935 2.311 1.672 5.073 2.02 4.98 3.935h0z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M176.455 77.985c1.335-1.602.045-3.614-.975-5.329.219 2.552-.65 3.971.975 5.329zM177.045 80.63c.15-1.567-2.519-1.915-3.726-2.786.406.906 1.022 3.343 3.726 2.786z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M177.605 80.665c1.846-.209 1.079-3.343-.244-5.085.558 2.404-.974 4.075.244 5.085z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M178.995 83.275c2.101-.929.754-3.563-.035-5.119.337 2.043-1.346 3.598.035 5.119z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M178.58 83.03c-1.103 1.439-3.25-.429-3.691-2.612 1.869 1.556 3.249 1.3 3.691 2.612zM183.38 93.16c.216-2.144-1.396-6.042-.253-8.12.156-.286-.342-1.044-.664-.584-.503.734-1.021 2.826-1.237 2.054-.229-.84-.264-2.325-1.008-2.614-.474-.169-1.145-.279-.962.467.182.718.589 1.71.138 1.773-.262.039-1.016-.977-1.65-1.447-.512-.419-1.274.237-.527.863 2.431 2.02 4.785 2.928 6.163 7.608h0zM187.745 125.425c.285-.055.676-.151.32.292-2.839 3.498-3.661 4.462-7.801 3.97-4.182-.55-5.179-1.682-8.107-3.325-1.564-.917-3.851-1.121-5.585-.553-.807.265-1.295.28-.717-.299.579-.579 1.262-1.366 1.974-1.908 1.559-1.197 4.204-1.716 6.361-1.331 3.052.478 5.574 2.422 8.588 3.156 1.584.362 3.321.307 4.967-.002h0zM163.85 131.675c-.528.066-.862 1.089-1.122.396-.441-1.121-.132-2.013.363-1.915.585.157 1.574 1.468.759 1.519h0z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M189.7 91.46c.608-.634.432-.877-.466-.887-.713-.045-2.125.437-2.661.047-.491-.357-.296-1.869-.514-2.567-.095-.389-.367-.999-.979-.047-1.811 2.902-4.073 6.386-5.04 9.8-.529 1.913-.031 4.9 1.727 6.907-.063-1.711.576-2.862 1.353-4.294.961-1.88 4.528-6.975 6.58-8.959z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M182.235 106.72c-1.992.01-2.334-2.66-2.334-3.406.981.186 2.707 1.82 2.334 3.406zM165.025 132.63c-1.417.322-1.397-3.089.05-4.535-.637 2.191 1.064 4.194-.05 4.535zM165.575 132.6c-.093 1.622 3.979-.212 5.026-1.473-2.406 1.022-4.907.176-5.026 1.473zM167.36 130.285c-.146 1.57 3.532.189 4.619-1.037-2.415.78-4.458-.256-4.619 1.037zM166.685 130.505c-1.416.322-1.187-3.206.19-4.418-.661 2.354.924 4.077-.19 4.418zM168.175 128.36c-1.417.322-.604-2.716.446-3.929-.17 2.216.528 3.752-.446 3.929zM168.925 128.35c-.146 1.618 2.715.376 3.825-1.155-2.391.781-3.664-.137-3.825 1.155zM169.705 127.12c-.928-.667.057-2.432 1.823-2.322-.173 1.065-.784 2.939-1.823 2.322zM162.73 134.435c-.094 1.622 3.979.815 5.259-.913-2.569.486-5.14-.384-5.259.913zM178.91 131.535c-.146 1.617 4.301-.161 5.412-1.691-2.392.78-5.251.398-5.412 1.691zM176.185 132.225c-.928-.668.966-2.385 2.476-2.789-.173 1.066-1.437 3.407-2.476 2.789zM175.9 133.345c-.1 1.454 4.769.657 6.042-.687-4.188.757-5.905-.558-6.042.687z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M173.62 134.315c-.54 1.351 4.132 1.021 5.772.236-2.65-.024-5.401-1.177-5.772-.236z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M171.435 135.3c-.517 1.211 3.805 1.185 5.912.516-2.791-.024-5.4-1.713-5.912-.516zM168.29 135.95c-.765 1.432 3.794 1.571 5.274.866-2.637-.362-4.621-1.993-5.274-.866zM173.63 133.5c1.45.915 1.372-1.782 2.526-3.649-1.812 1.65-3.509 2.777-2.526 3.649z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M171.06 134.47c1.217 1.078 2.19-2.623 3.297-4.699-1.79 1.976-4.42 3.804-3.297 4.699zM167.66 135.5c1.031 1.194 4.01-3.509 5.094-5.959-1.65 1.907-5.913 4.947-5.094 5.959zM170.56 139.09c.514 1.816 8.096-1.712 8.943-3.539-4.339 2.299-9.047 1.818-8.943 3.539zM194.925 102.19c.177-.23.687.006.56.56-.118.751-1.225 4.602-3.126 5.927-1.356.978-8.483 2.551-11.714 3.22-1.778.357-3.267 1.245-4.434 2.66.482-1.851.87-3.223 1.493-4.9.606-1.475 2.211-3.087 3.873-3.174 3.087-.111 7.083-.374 9.987-1.634 1.5-.625 2.397-1.471 3.361-2.659h0z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M177.23 117.435c-.974.717-2.048-1.852-.812-4.294.04 2.351 1.908 3.139.812 4.294z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M176.295 119.79c-1.347.413-1.768-1.969-.881-3.874-.148 2.047 2.116 3.28.881 3.874z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M175.27 121.68c-1.3.647-1.792-1.759-.858-3.546-.102 2.28 1.86 2.952.858 3.546z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M175.805 121.825c.515 1.54 3.503-1.328 4.007-2.888-1.855 1.843-4.378 1.64-4.007 2.888z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M177.16 119.47c.585 1.54 4.343-2.425 5.174-4.334-1.855 1.843-5.592 3.249-5.174 4.334z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M177.905 117.16c.585 1.75 4.67-2.915 5.827-4.567-1.949 1.819-6.268 3.296-5.827 4.567zM178.035 115.43c-1.438-.279.082-1.477 1.845-3.424.082 2.05-.254 3.483-1.845 3.424z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M180.46 114.265c-.621-.676.595-.964 2.101-2.654.223 1.139-1.397 3.226-2.101 2.654zM173.5 121.865c-.787.46-1.326-1.152-.345-2.613.225 1.58 1.067 2.019.345 2.613zM190.595 111.69c1.671 1.002 4.326-2.996 5.034-4.641-1.467 1.888-5.349 3.612-5.034 4.641z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M189.175 114.02c.925 1.025 3.835-1.759 4.847-3.17-1.56 1.35-5.256 1.511-4.847 3.17z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M187.59 116.11c.305 1.4 4.553-1.748 5.546-3.238-1.831 1.726-5.825 1.57-5.546 3.238z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M188.24 117.625c.655 1.261 4.11-1.863 4.94-3.493-2.111 1.842-5.475 2.246-4.94 3.493zM190.015 111.485c-1.09-1.149-.625-1.689.169-3.5.434 1.861 1.09 2.603-.169 3.5zM188.57 113.655c-1.977.087-.019-2.319.448-4.34-.172 2.303.507 4.119-.448 4.34z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M187.31 115.565c-1.37-.31-.975-2.249.076-4.597-.219 2.537 1.16 4.003-.076 4.597zM187.775 119.4c.515 1.541 4.413-2.028 5.033-3.377-1.971 1.655-5.381 2.222-5.033 3.377z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M185.44 121.805c.584 1.541 4.669-1.583 5.919-3.283-2.461 1.935-6.221 1.755-5.919 3.283z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M183.06 124.23c.655 2.147 4.927-1.281 6.2-2.957-2.718 2.075-6.548 1.429-6.2 2.957zM187.075 118.715c-1.16.601-1.629-2.691-.974-5.017-.009 2.537 2.326 4.423.974 5.017z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M185.095 121.33c-1.393.414-.952-3.135.239-5.436.155 2.28 1.183 4.446-.239 5.436zM182.62 123.78c-1.557.087-.485-3.042.799-4.807-.219 2.304.506 4.54-.799 4.807zM185.35 125.115c.468.793 1.613-.674 3.493-1.745-1.691.443-3.701 1.01-3.493 1.745zM186.24 98.745c-1.453-1.075-.345-3.086 0-4.999.468 1.814 1.699 4.195 0 4.999zM186.29 101.425c2.184-.262 1.855-3.085 1.92-4.875-.656 2.429-2.446 2.839-1.92 4.875zM185.945 101.06c-1.847-.107-1.749-2.208-1.848-4.334.936 1.954 2.045 2.257 1.848 4.334z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M186.02 103.67c1.436.115 2.184-1.297 2.512-3.496-1.363 2.027-2.602 1.394-2.512 3.496zM185.505 103.495c-1.847.237-1.552-1.913-1.478-3.497.566 1.51 2.069 1.986 1.478 3.497z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M188.385 102.585c-.147 1.404-1.035 3.817-2.463 3.275-.591-1.724 1.256-2.068 2.463-3.275z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M185.48 106.01c.64-1.23-1.453-1.847-1.896-3.447-.254 2.29-.041 3.792 1.896 3.447zM191.435 91.42c-1.15-1.238-.134-3.203.21-5.115.468 1.813 1.279 4.217-.21 5.115zM191.47 93.725c2.02.205 2.508-3.902 2.714-5.669-.657 2.43-2.983 3.54-2.714 5.669zM191.055 93.685c-1.427-.737-1.095-2.325-1.544-3.518.959 1.464 1.834 1.674 1.544 3.518z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M191.455 96.375c2.113.181 3.371-4.369 3.437-6.159-.656 2.429-3.683 3.75-3.437 6.159zM191.05 96.305c-1.987-.457-1.749-1.742-1.451-3.821.633 2.094 1.741 1.651 1.451 3.821z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M191.48 99c2.323.394 2.16-3.28 4.004-5.946-1.595 1.98-4.468 4.475-4.004 5.946zM190.955 98.875c-1.754.051-1.925-2.589-1.828-3.66.403 1.067 2.466 2.08 1.828 3.66z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M195.11 96.17c-.871 2.827-2.108 5.66-3.629 5.445-.731-1.607 1.443-1.812 3.629-5.445z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M190.93 101.2c.64-1.231-1.453-1.848-1.896-3.448-.254 2.291-.041 3.793 1.896 3.448zM194.51 99.4c-1.244 2.547-1.805 5.474-3.512 5.048-.637-1.98 1.886-2.395 3.512-5.048z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M190.645 103.965c.734-1.348-1.359-1.824-1.873-3.681-.277 2.43-.017 4.165 1.873 3.681zM187.065 86.725c-1.226.331-2.511-1.045-2.066-3.104 1.401.349 2.044 1.62 2.066 3.104zM190.985 85.695c-.107.579-.812.632-.607-.187.171-.664.2-1.164 0-1.703-.275-.677-.183-1.829.023-2.31.207-.508.896-.21.606.187-.319.46-.335 1.419-.116 1.866.289.661.211 1.538.094 2.147zM179.55 93.655c.474.697 1.44.271.704-.686-.604-.774-1.464-1.407-1.528-2.207-.05-1.014-.646-2.553-1.187-3.072-.559-.553-1.204.225-.607.594.671.436 1.107 2.228 1.093 2.918.023 1 1.021 1.723 1.525 2.453h0zM181.04 92.535c.474.697 1.229.292.801-.826-.361-.774-.4-1.734-.802-2.3-.563-.858-1.515-1.573-2.056-2.093-.559-.553-1.022-.02-.51.454.622.623 1.297 1.398 1.672 1.985.699 1.14.391 2.05.895 2.78h0zM188.91 88.93c.056.983-.735 1.222-.7-.204.036-1.489 1.089-2.851.443-5.117-.34-1.109-.346-3.141-.14-4.221.181-1.071.943-.371.653.463-.319.967.06 2.822.304 3.755.732 2.716-.603 4.04-.56 5.324h0zM186.75 83.49c.116.905.882.987.659-.291-.186-1.037-.217-1.817 0-2.661.298-1.057.199-2.857-.025-3.608-.226-.793-.974-.328-.659.292.347.719.365 2.216.126 2.914-.313 1.033-.228 2.402-.101 3.354h0zM194.53 102c-.379.451-1.018.149-.436-.462.476-.493.319-.648.61-1.25.287-.671.272-1.042.619-1.521.307-.455.768.009.458.392-.388.453-.28.787-.518 1.225-.437.75-.331 1.144-.733 1.616h0zM184.33 114.305c-1.22.6-2.146 2.098-2.207 3.318-.103 1.404-.306 2.59-.936 3.588 1.004-.279 1.485-1.88 1.628-3.412.144-1.587.999-2.275 1.515-3.494h0zM181.79 117.245c-.844 1.558-2.024 2.152-2.085 3.309-.102 1.33-.203 1.398-.564 2.707.994-.265 1.244-.352 1.512-2.342.166-1.4 1.286-2.387 1.137-3.674h0z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M155.515 131.66c-.474.894-1.019 2.255-2.006 2.006-.016-.684 1.065-1.158 2.006-2.006zM154.045 131.965c-1.918.786-3.574.592-3.78 1.797 1.799.194 2.457-.544 3.78-1.797zM162.075 125.62c-1.292 1.058-2.129 2.266-2.52 3.826-.407 1.454-.98 2.613-1.821 3.92 1.369-.934 2.23-2.203 2.661-3.733.378-1.504.824-2.628 1.68-4.013zM160.485 125.615c-1.385 1.104-2.69 2.359-3.081 3.92-.407 1.454-.653 2.566-1.587 4.014 1.462-.934 2.043-2.344 2.474-3.875.378-1.503 1.245-2.627 2.194-4.059zM155.915 129.235a.544.544 0 00-.373-.583 16.6 16.6 0 00-1.306-.42c-.493-.117-.769.235-.771.466-.002.385-.02.712 0 1.003.027.363.096.391.327.444.369.062.842.125 1.213.373.294.181.577.038.724-.279.094-.242.146-.716.186-1.004zM150.6 129.235c-.034-.273.11-.535.311-.607.391-.164.78-.204 1.19-.188.456-.007.57.096.572.327.002.385.018.758 0 1.05-.024.363-.016.39-.222.443-.33.063-.892.079-1.224.327-.262.18-.561.037-.576-.303a9.114 9.114 0 00-.051-1.049z\"/>\n    <g fill-rule=\"nonzero\">\n      <path fill=\"#BF0000\" d=\"M143.563 144.75c.281.375.094 1.5-1.406.844-2.25-.844-4.594-1.594-6.844-.75a3.88 3.88 0 00.281-1.5h5.438c1.124 0 2.062.75 2.531 1.406z\"/>\n      <path fill=\"#FFF\" d=\"M142.156 145.594c1.5.656 1.688-.469 1.406-.844-.469-.656-1.406-1.406-2.531-1.406h-5.438c0 .563-.094 1.031-.281 1.5 2.251-.844 4.594-.094 6.844.75zm22.125-2.25c-2.438.281-5.906-.469-7.313.75-1.031.844 0 1.781.938 1.313 1.969-.844 4.781-1.313 6.844-.469-.375-.563-.469-1.032-.469-1.594zm.844 2.531c-1.219-.938-4.219-.938-6.281 0-1.031.469-2.438.375-2.813-.094-.563-.563-.656-2.156-1.688-1.969-1.781.188-7.594.094-8.719-.094-.469 0-1.219.75-1.219 1.781 0 .938-1.219 1.031-1.969.844-2.813-.938-5.813-1.969-7.688-.375-.375.375-1.031-.188-.469-.656.562-.468.375-.656.656-1.219.094-.188.094-1.125-.563-1.125-1.5 0-3.844-.938-3.938-.938-3.281-1.219-2.531-2.438-1.781-3.094 2.063-1.594 4.594-3.656 6.75-5.813.656-.656 1.406-.844 1.969-.656 2.438 1.031 8.156 3 12.375 2.906 4.406-.094 9-1.219 12.656-2.906 1.125-.469 1.5-.281 2.156.375 2.063 2.25 4.5 4.125 6.656 6.094 1.688 1.5-.094 3.375-5.625 4.125-.469.094-.844.281-.375 1.219.188.469.188.75.563 1.219.285.47-.09.751-.653.376z\"/>\n    </g>\n    <path fill=\"#BD6B00\" fill-rule=\"nonzero\" d=\"M163.31 132.77c-.29.029-.599.119-.828.203-4.46 1.567-8.558 2.664-12.828 2.656-4.167-.008-8.533-1.155-12.453-2.766-.223-.095-.48-.081-.734-.016s-.506.183-.672.344c-1.82 1.813-3.791 3.574-5.906 5.172-.32.244-.268.865.25 1.078h.015c4.152 1.489 8.206 4.266 19.813 4.156 11.717-.111 15.873-2.82 19.594-4.062.262-.101.532-.25.656-.484a.516.516 0 00.031-.406c-.048-.144-.142-.277-.313-.422h-.016c-2.112-1.727-4.375-3.104-5.859-5.203-.166-.239-.459-.279-.75-.25zm.015.219c.254-.025.448.013.547.156 1.521 2.151 3.81 3.537 5.906 5.25.15.128.221.24.25.328a.249.249 0 01-.016.219c-.075.142-.295.285-.531.375-3.767 1.258-7.834 3.952-19.516 4.063-11.557.109-15.547-2.651-19.734-4.156-.377-.155-.343-.581-.203-.687a58.187 58.187 0 005.938-5.188c.125-.122.326-.225.547-.281.221-.056.457-.066.609 0 3.939 1.619 8.307 2.789 12.516 2.797 4.309.008 8.451-1.102 12.922-2.672.222-.083.512-.179.765-.204z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M134.855 57.28c-.034-.689 1.035-.742.912.206-.157 1.181 2.229 4.171 2.427 6.014.133 1.236-.727 2.319-1.577 2.992-1.043.808-2.647.697-3.397.233-.454-.365-.868-1.617-.528-2.112.12-.167.664 1.837 1.861 1.829 1.629-.011 2.948-1.234 2.996-2.326.084-1.899-2.664-4.904-2.694-6.836zM139.62 61.975c.27-.193.7.648.396.858-.253.168-.746-.625-.396-.858zM140.345 60.27c-.136.066-.407-.028-.326-.143.381-.544 1.194-1.364 1.783-1.65.181-.088.498.232.388.388-.353.503-1.21 1.097-1.845 1.405zM146.64 55.275c.151-.315 1.059-.672 1.29-.885.213-.219.316.185.224.376-.151.315-.934.848-1.277.862-.185.008-.328-.162-.237-.353zM148.795 55.375c.196-.554.83-1.393 1.266-1.669.224-.142.626-.03.551.182-.167.47-.942 1.29-1.463 1.677-.158.141-.399-.062-.354-.19zM146.95 56.76c-.131.066-.06.346.066.388.27.09.76.107.982-.015.323-.199.176-1.422-.256-.769-.29.403-.501.274-.792.396zM143.305 59.57c-.659-.513.178-1.232.866-.73 1.342 1.012-2.001 4.889-3.82 6.701-.333.355-.625-.539-.198-.924 1.304-1.106 2.525-2.428 3.374-3.793.163-.262.319-.829-.222-1.254zM150.94 56.235c.081-.491-.795.01-.811-.641-.008-.344.957-.586 1.361-.19.682.692.172 1.859-.962 1.933-.946.042-2.523 1.343-2.283 1.616.273.338 2.725.561 4.15.337.883-.124.698.666-.207.773-.874.101-1.586.007-2.402.264-.961.275-1.38 1.565-1.915 2.046-.119.084-.439-.423-.317-.614.384-.602.998-1.522 1.673-1.786.426-.173-1.174-.227-1.685-.373-.405-.122-.287-.637-.132-.924.206-.448 1.714-1.958 2.322-1.933.572.025 1.152-.141 1.208-.508zM153.48 56.365c.284-.25.429-.669.726-.924.163-.163.423.032.38.427-.037.31-.453.578-.733.811-.228.171-.494-.198-.373-.314zM156.715 55.215c.422-.047.527.769.065.9-.279.094-.524-.852-.065-.9zM155.65 57.735c-.007.702.34.637 1.001.613.642-.024 1.206.016 1.204-.617-.003-.657-.364-1.232-.47-.785-.093.42-.167 1.108-.411.808-.231-.257-.139-.314-.536.109-.22.233-.245-.113-.377-.33-.092-.129-.41.104-.411.202zM151.04 61.315c-.158.929-.013 2.23.462 2.244.588.019 1.804-2.031 2.38-3.094.345-.593.938-.697.691-.078-.374.955-.341 2.999-.012 3.599.177.323 1.482-.297 1.693-.757.383-.837.071-2.381.206-3.323.065-.619.631-.748.602-.175-.056 1.026-.154 2.908-.081 3.762.043.491 1.447 1.216 1.673-.271.119-.936.601-1.859-.023-2.897-.387-.648.568-.567 1.083.319.36.603-.304 1.601-.28 2.372.06 1.187-.863 1.861-1.533 1.875-.599.012-.988-.723-1.479-.733-.544-.035-1.103.846-1.553.815-1.743-.119-.82-2.667-1.351-2.698-.591-.035-1.288 2.497-2.015 2.407-.717-.086-1.459-2.064-1.161-2.9.269-.779.778-.962.698-.467z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M159.48 57.3c-.851-.519.054-1.868.469-1.394.803.962 1.612 3.243 2.178 3.432.358.119.342-1.687.594-2.508.163-.607.897-.409.756.369-.048.26-.958 3.211-.888 3.327.631 1.261 1.255 2.541 1.65 3.894.163.584-.538.191-.621.07-.448-.669-1.23-3.226-1.23-3.109-.36 1.799-.445 2.33-.828 3.859-.116.49-.837.401-.675-.462.156-.709 1.187-4.196 1.129-4.297-.81-1.432-1.551-2.564-2.534-3.181z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M161.015 65.6c-.237-.027-.605.527.576.745 1.578.286 3.306-.246 3.835-1.793.607-1.843 1.007-3.588 1.324-4.247.396-.767.901-.705.528-1.825-.263-.806-.755-.563-.858-.132-.276 1.175-1.323 4.976-1.649 5.676-.618 1.277-1.861 1.783-3.756 1.576z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M164.175 59.535c-.169-.363-.563-.082-.493.315a.599.599 0 00.624.544c.346-.012 1.078.012 1.08-.563.001-.403-.316-.74-.551-.295-.225.402-.515.36-.66-.001zM164.57 58.015c-.121.084-.013.533.132.528.516-.017 1.246-.182 1.637-.454.115-.08.067-.351-.096-.345-.497.016-1.288.003-1.673.271zM168.95 59.145c.373-.583 1.403-.643 1.033.19-.262.574-2.826 5.528-3.176 6.158-.382.708-.694.358-.423-.194.365-.71 2.449-5.981 2.566-6.154z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M165.09 66.52c-.109-.394-.721-.977-.652.077.122 1.914 2.752 1.309 3.548.629.723-.641.096 2.161 1.056 2.461.529.17 1.526-.552 2.016-1.188 1.358-1.762 2.222-4.289 3.529-6.029.493-.68-.27-1.166-.579-.624-1.136 1.905-2.547 5.792-4.088 6.802-1.256.804-.884-1.035-.928-1.588-.055-.405-.549-1.002-1.207-.454-.46.36-1.176.653-1.824.594-.377-.021-.694-.015-.871-.68z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M169.785 62.965c.014-.108-.556-.157-.528.396.02.409.509.52.594.462.77-.56-.164-.281-.066-.858zM168.665 65.21c-.151.035-.291.52.066.547.327.023 1.607-.114 1.961-.093.229-.009.316-.446-.174-.423-.595.03-1.378-.119-1.853-.031zM137.685 56.88c.203.009.76.731.723.956-.025.106-.596-.016-.77-.163-.128-.109-.077-.799.047-.793zm-2.684 5.226c-.509.278.081.825.462.594 1.43-.926 3.577-1.899 4.026-3.734.144-.621.721-1.574 1.27-1.787.53-.205 1.299.959 1.802.043.295-.523 1.327.344 1.576-.216.303-.677.159-1.049.172-1.697-.022-.424-.346-.551-.582.136-.122.311.021.626-.079.788-.076.124-.312.243-.45.14-.126-.095-.039-.36-.342-.477-.118-.059-.306-.108-.388.043-.36.642-.56 1.241-1.064.559-.449-.588-.677-1.604-1.006-.213-.118.491-.864 1.203-1.304 1.203-.55 0-.412-1.447-1.619-1.227-.62.132-.577 1.32-.485 1.759.152.61 1.966.172 1.876.57-.312 1.384-2.235 2.701-3.865 3.516zM123.65 68.71c-.077.232.231.861.551.908.314.023.474-.68.373-.908-.075-.168-.869-.164-.924 0zM125.315 71.15c-.201-.217-.794.365-.315.777.27.218 1.256.535 1.526.074.365-.592-.36-2.744-.039-3.028.251-.222 1.414 1.437 1.988 1.557 1.349.187 1.025-2.309 2.478-2.14.99.132 1.099-1.106.961-1.878-.11-.742-1.311-1.812-1.863-2.291-.727-.604-1.05.446-.594.792.586.47 1.618 1.419 1.782 2.046.078.296-.717.885-1.009.726-.676-.369-1.304-1.949-1.895-2.31-.201-.123-.696.155-.458.648.268.528 1.453 1.347 1.522 1.91.063.514-.528 1.626-.915 1.626-.427 0-1.514-1.344-1.853-1.976-.17-.303-.757-.274-.819.145-.098.628.091 1.956.241 2.779.119.779-.439.818-.738.543zM123.28 66.865c-.169.192.396.567.508.47.218-.189 1.065-1.154.901-1.491-.145-.301-1.309-.96-1.499-.633-.351.564 1.097.817.87.983-.11.063-.509.338-.78.671zM125.365 62.635s.364 1.245.66.726c.24-.359-.66-.726-.66-.726zM125.96 64.615c-.133.073-.508.37-.264.528.387.229 1.438.409 1.211-.338-.138-.44 1.585.012 1.165-1.18-.11-.33-.629-.806-.885-.873-.162-.043-.714.26-.369.427.252.13 1.013.577.73.87-.321.306-.544-.138-.943-.066-.201.038-.07.609-.183.765-.063.086-.353-.192-.462-.133zM128.7 59.885c-.217.109-.607.698-.621.971-.008.145.152.346.276.283.229-.114.581-.672.594-.928.008-.162-.114-.393-.249-.326zM130.12 59.73c-.419-.513.446-1.275.835-.248.235.645 2.744 3.946 3.257 5.066.363.758-.013 1.071-.462.528-1.27-1.621-2.313-3.642-3.63-5.346zM132.695 59.8c.447-.485 1.361-1.475 1.115-2.027-.189-.475-.744-.428-.839-.318-.543.648.386.485.252.707-.276.519-.552.805-.694 1.304-.034.117.085.422.166.334zM171.585 61.42c-.322-.26.316-1.522.747-1.027 1.184 1.37 1.734 5.818 2.076 9.147 0 0-.532.444-.536.373 0-1.773-.713-7.198-2.287-8.493zM145.035 57.09c-.383-.88.575-1.206.718-.579.665 2.891 2.258 5.08 3.471 7.046.365.615.072.981-.815.415-.615-.421-1.239-1.958-1.541-2.019-.547-.102-1.857 2.496-4.535 1.755-.693-.194-.647-2.254-.66-3.164-.029-.426.442-.539.458.043.024.839-.001 2.582 1.072 2.641.875.049 2.813-1.188 3.222-2.155.364-.994-.976-2.97-1.39-3.983z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M172.305 69.19c.214-.595 3.057-5.367 3.43-6.417.191-.506 1.007.868.21 1.61-.7.63-2.766 4.017-3.151 5.204-.177.535-.715.281-.489-.397z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M177.14 64.64c.525-1.967 1.797.304.677 1.424-1.729 1.694-2.25 4.927-4.994 5.413-.739.159-2.041-.332-2.427-.607-.15-.107.098-.809.56-.467.668.522 2.049.64 2.778.047 1.559-1.53 2.828-3.557 3.406-5.81zM148.635 71.01c-.124.142-.501.119-.536.318-.149.74 0 1.115-.163 1.828-.156.682-.629.708-.597.152.043-.721.637-1.739.217-1.809-.28-.066-.495-.44-.206-.624.546-.379.839-.321 1.214-.206.132.039.165.232.071.341z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M148.25 70.045c-.724.633-1.396.892-2.061 1.692-.273.328-.265.785-.427 1.203-.163.444-.687.531-.85.438-.272-.179-.232-1.002-.536-.559-.257.408-.423.97-.804.963-.344-.007-.994-.711-.665-.745 1.126-.115 1.112-1.017 1.534-1.076.473-.063.504.744.796.582.229-.118.338-1.058.587-1.312.763-.78 1.367-1.192 2.146-1.766.394-.312.676.255.28.58zM150.89 72.47c-.579.117-.481.862-.31.955.281.131.715.186.878-.671.076-.352.144 1.749.915.94.444-.49 1.543.089 2.004-.528.329-.411.431-.698.174-1.304-.075-.185-.526-.094-.5.354.022.378-.268.843-.645.764-.184-.033.103-.923-.081-1.165-.102-.132-.255-.118-.357.019-.142.192.142 1.045-.323 1.158-.587.136-.279-.571-.528-.7-.799-.404-.876.104-1.227.178zM155.415 71.04c.425-.119.293-.12.961-.667.261-.197.312.38.285.608-.048.388-.509.114-.652.455-.209.443-.124 1.474-.194 1.894-.048.216-.394.197-.427.027-.099-.512.07-1.013.054-1.653-.006-.218-.317-.559-.027-.664zM152.915 69.73c-.103.463-.095.845-.095 1.163.023.257.493.091.491.059-.023-.407.069-.969-.051-1.126-.065-.085-.321-.183-.345-.096z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M149.77 65.095l-.729 2.797-1.014-1.875v1.922l-2.188-2.594.761 2.781-1.966-1.672 1.046 1.891-3.487-2.25 2.219 2.594-2.79-1.375 1.998 1.688-4.565-1.719 4.407 2.172c1.611-.794 3.82-1.281 6.277-1.281 2.448 0 4.668.492 6.277 1.281.006.003.026-.003.032 0l4.375-2.172-4.501 1.734 1.965-1.703-2.758 1.359 2.188-2.578-3.487 2.25 1.046-1.89-1.966 1.672.761-2.781-2.187 2.609.032-1.938-1.015 1.875-.731-2.797zM145.91 125.815c0 .296-.044.725-.133 1.284h-.208c0-.381-.018-.674-.054-.879a4.327 4.327 0 00-.2-.732 3.46 3.46 0 00-.271-.608 6.527 6.527 0 00-.472-.676l.415-1.023a6.7 6.7 0 01.408.565c.091.151.177.342.257.572.083.229.146.47.19.722.046.251.068.51.068.775M149.16 123.835c0 .312-.059.546-.177.702-.118.156-.32.268-.605.335.083.29.137.516.164.679.029.163.043.344.043.545 0 .129-.008.268-.023.414-.014.148-.039.346-.077.595h-.187c0-.223-.012-.414-.037-.575a2.556 2.556 0 00-.104-.458c-.011-.036-.07-.193-.177-.471a4.947 4.947 0 00-.314-.699 8.45 8.45 0 00-.505-.773l.321-.963c.169.243.317.411.444.505a.75.75 0 00.452.138c.379 0 .568-.205.568-.615h.194c0 .134.003.245.01.334.006.086.01.189.01.307M152.145 126.095l-.241 1.003c-.151-.042-.275-.162-.371-.358a2.09 2.09 0 01-.174-.618 5.929 5.929 0 01-.05-.776 2 2 0 01-.482.081.903.903 0 01-.582-.184.585.585 0 01-.228-.471c0-.408.105-.775.314-1.1.212-.328.45-.491.715-.491.205 0 .348.058.428.174a.941.941 0 01.163.435c.02.163.03.477.03.942 0 .417.034.712.101.883.056.132.181.293.377.48m-.903-1.665c-.041-.254-.174-.381-.401-.381a.483.483 0 00-.271.08c-.082.054-.124.101-.124.141 0 .134.16.2.481.2.104 0 .208-.013.315-.04M155.305 125.845l-.12 1.217c-.239-.167-.459-.469-.662-.906-.212-.457-.426-1.105-.642-1.943a24.255 24.255 0 01-.458 1.775c-.118.374-.235.64-.351.796-.078.105-.203.21-.375.318l.027-1.164c.221-.301.375-.53.464-.689.132-.234.24-.507.325-.819.087-.314.164-.734.234-1.261h.221c.136.528.268.949.395 1.261.118.294.256.554.415.779.11.159.286.371.527.636\"/>\n    <path fill=\"#BF0000\" fill-rule=\"nonzero\" d=\"M164.49 137.325c.163.19.277.377.342.561.064.181.11.439.139.776l-.362.029a3.737 3.737 0 00-.451-.71 8.865 8.865 0 00-.539-.557 16.048 16.048 0 00-1.761-1.503 2.006 2.006 0 01-.27-.226c-.057-.066-.101-.197-.134-.392a5.243 5.243 0 01-.065-.736l1.266 1.03c.478.394.873.741 1.186 1.042.241.233.457.462.649.686m-4.491-2.706l-.076.931-1.491-.04.112-.95 1.455.059m3.922 4.168l-3.552 1.082-.654-.903 3.071-.936a3.686 3.686 0 00-.324-.404 1.33 1.33 0 00-.407-.277.673.673 0 01-.212.45 1.213 1.213 0 01-.509.289 1.605 1.605 0 01-.819.035c-.273-.061-.473-.179-.601-.357-.189-.261-.29-.608-.304-1.042-.016-.477.115-.757.391-.841.358-.109.843-.01 1.453.299.611.309 1.08.688 1.407 1.141l1.06 1.464m-2.728-1.897a1.808 1.808 0 00-.402-.141.536.536 0 00-.271.006.318.318 0 00-.211.174.229.229 0 00.029.246c.037.051.099.085.186.102a.63.63 0 00.487-.14 1.17 1.17 0 00.182-.247m-3.806-.727l-.218.921-1.477-.136.225-.931 1.47.146m3.502 3.598l-.789.181a2.498 2.498 0 01-.802.059 1.667 1.667 0 01-.711-.238c-.13.237-.36.437-.688.598-.217.107-.47.193-.758.26l-.56.128-.513-.941.56-.128c.295-.068.496-.124.603-.169.109-.049.247-.131.412-.246a2.641 2.641 0 00-.438-.23.622.622 0 00-.357-.039.183.183 0 00-.097.054.293.293 0 00-.059.122l-.246.033c-.228-.417-.28-.74-.156-.969.126-.231.429-.401.908-.512.494-.113.917-.139 1.266-.076.352.059.588.198.708.417a.599.599 0 01.073.365c-.017.123-.078.301-.184.532.074.032.16.052.259.058a.9.9 0 00.266-.019l.789-.181.514.941m-3.772.878l-.77.121c-.429.067-.781.001-1.057-.197-.307-.219-.571-.626-.793-1.223l-.378-1.017c-.086-.23-.203-.402-.349-.515-.071-.055-.214-.126-.43-.216l.262-.985c.283.157.501.322.655.494.179.201.332.469.457.804l.262.703c.185.497.365.834.539 1.01a.516.516 0 00.471.171l.77-.121.361.971m-3.289-3.532l-.496.874-1.406-.325.501-.883 1.401.334m.818 3.959l-3.506.318-.213-.989 2.946-.267a1.084 1.084 0 00-.314-.397 4.061 4.061 0 00-.462-.292l.262-.905c.325.181.561.379.71.595.153.216.277.545.373.989l.204.948m-2.814.45a7.586 7.586 0 01-1.046-.094 4.93 4.93 0 01-.81-.214 2.623 2.623 0 01-.603.178 4.513 4.513 0 01-.771.022l-.921-.031c-.252-.008-.448-.058-.588-.148a1.077 1.077 0 01-.362-.439 1.94 1.94 0 01-.73.417 2.44 2.44 0 01-.794.087l-.808-.026.079-.997.808.027c.396.013.73-.048 1.006-.184.358-.177.551-.457.582-.841l.37.049a9.096 9.096 0 00-.043.267 4.42 4.42 0 00-.038.333c-.01.125.048.23.173.318a.805.805 0 00.442.14l.695.023c.46.016.79-.015.993-.092.245-.092.378-.275.4-.549.004-.059.037-.11.097-.155.036-.026.109-.064.219-.114l.223-.103c.004.046.004.11.002.191-.003.079-.004.13-.006.154a2.226 2.226 0 01-.133.532c.136.049.289.092.46.129.17.037.351.068.542.092.006-.083-.032-.192-.116-.327s-.124-.226-.12-.273a.251.251 0 01.051-.146c.008-.012.053-.048.133-.109l.513-.405c.089.157.15.3.181.429.036.126.046.283.031.471l-.111 1.388m-5.322-4.096l-.886.627-.668-.412-.657.49-.878-.53.839-.597.709.397.685-.501.856.526m-1.393 3.817l-3.433-.562.377-.968 2.884.473a.767.767 0 00-.06-.445 2.372 2.372 0 00-.259-.384l.769-.774c.196.246.3.488.312.725.017.237-.06.573-.228 1.007l-.362.928m-2.89-.447l-.742-.178c-.414-.1-.65-.282-.708-.546-.066-.293.065-.727.395-1.303l.56-.98c.127-.223.178-.407.153-.554-.012-.071-.068-.183-.17-.335l1.064-.722c.1.233.14.449.119.647-.024.231-.129.509-.313.833l-.387.678c-.275.48-.415.824-.422 1.033-.007.168.074.272.243.313l.743.178-.535.936m-1.758-3.715l-1.205.508-.828-.806 1.215-.513.818.811m-.512 3.112a3.221 3.221 0 01-.738.667c-.24.146-.509.237-.806.273-.294.038-.667.021-1.118-.051a6.977 6.977 0 01-1.299-.325c-.803-.286-1.342-.602-1.616-.949-.273-.343-.262-.688.034-1.038.253-.298.552-.546.9-.743.382-.218.979-.466 1.79-.743l.183.241c-.634.246-1.071.432-1.311.559a1.945 1.945 0 00-.576.452c-.191.225-.162.475.087.751.254.275.683.52 1.287.735.595.212 1.158.317 1.69.313.532-.003.888-.111 1.07-.326.112-.133.188-.277.226-.434.042-.156.066-.418.075-.79l1.171-.713c0 .354-.016.593-.05.715-.059.222-.21.477-.453.764l-.546.642\"/>\n  </g>\n</svg>\n</li><li title=\"cif ag \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 201\">\n  <g fill=\"none\">\n    <path fill=\"#000\" d=\"M.5.5h300v78.261H.5z\"/>\n    <path fill=\"#0072C6\" d=\"M.5 78.761h300v43.478H.5z\"/>\n    <path fill=\"#CE1126\" d=\"M.5.5v200h300V.5l-150 200z\"/>\n    <path fill=\"#FFF\" d=\"M150.5 200.5l-58.695-78.261h117.391z\"/>\n    <path fill=\"#FCD116\" d=\"M183.109 72.274l27.644-18.471-32.609 6.486 18.472-27.644-27.645 18.471 6.487-32.608-18.472 27.644-6.486-32.609-6.486 32.609-18.471-27.644 6.486 32.608-27.645-18.471 18.472 27.644-32.609-6.486 27.644 18.471-32.608 6.487h130.435z\"/>\n  </g>\n</svg>\n</li><li title=\"cif al \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 300 216\">\n  <g fill=\"none\">\n    <path fill=\"#E41E20\" d=\"M300 215.143V.857H0v214.286z\"/>\n    <path fill=\"#000\" d=\"M128.612 42.516c-2.084-.035-5.542.664-5.464 2.263-5.804-.994-6.408 1.403-6.067 3.536.552-.847 1.225-1.306 1.741-1.393.774-.128 1.584.121 2.411.629s1.738 1.328 2.143 1.835c-2.048.49-3.631.174-5.237-.107-.792-.139-1.9-.584-2.558-1.045-.659-.461-.866-.894-1.902-1.955-1.221-1.251-2.521-.898-2.116 1.045.937 1.805 2.502 2.609 4.473 2.933.949.156 2.362.494 3.964.496 1.602.002 3.401-.231 4.379-.027-.588.369-1.254 1.006-2.571 1.259-1.341.258-3.378-.797-4.621-1.085.158 1.045 1.476 2.022 4.071 2.531 4.265.929 7.809 1.635 10.152 2.906 2.342 1.272 3.82 2.864 4.875 4.112 2.099 2.483 2.21 4.389 2.344 4.808.432 3.967-.951 6.198-3.522 6.884-1.286.343-3.569-.303-4.406-1.286-.837-.983-1.652-2.672-1.42-5.317.226-1.038 1.412-3.74.402-4.299-4.655-2.573-10.308-5.175-14.397-6.723-1.118-.424-2.039 1.096-2.397 1.688-6.948-.846-13.212-5.548-16.031-10.554-1.921-3.41-5.086.007-4.554 3.227.859 3.595 3.598 6.194 6.884 8.036 3.372 1.857 7.588 3.685 11.853 3.589 2.297.435 2.275 3.407-.482 3.964-5.392.034-9.694-.1-13.754-4.018-3.08-2.813-4.815.539-3.924 2.438 1.509 5.854 9.86 7.493 18.308 5.598 3.271-.542 1.313 2.964.388 3-3.53 2.531-9.85 5.008-15.415-.027-2.547-1.95-4.269-.311-3.321 2.505 2.469 7.34 11.916 5.798 18.402 2.183 1.669-.93 3.185 1.235 1.152 2.88-8.066 5.635-12.099 5.7-15.737 3.536-4.555-1.796-4.955 3.255-2.25 4.915 3.007 1.845 10.659.462 16.272-3.067 2.407-1.789 2.515 1.009.991 2.116-6.662 5.757-9.288 7.274-16.232 6.335-3.444-.268-3.392 3.977-.683 5.638 3.698 2.268 10.921-1.497 16.527-6.147 2.359-1.261 2.747.807 1.58 3.254-3.425 4.322-6.64 6.869-9.737 8.049-3.097 1.18-6.075.992-8.183.268-2.571-.884-2.894 1.789-1.473 4.219.856 1.465 4.405 1.934 8.237.576 3.831-1.358 7.944-4.544 10.768-8.277 2.457-2.151 2.151.739 1.031 2.772-5.655 8.939-10.827 12.256-17.638 11.692-3.021-.513-3.706 1.836-1.781 4.004 3.38 2.803 7.607 2.715 11.304-.054 3.286-3.169 9.573-9.991 12.871-13.647 2.323-1.852 3.066-.026 2.384 3.737-.62 2.155-2.172 4.424-6.402 6.08-2.889 1.649-.719 3.922 1.446 3.964 1.192.023 3.612-1.37 5.464-3.455 2.436-2.743 2.581-4.585 3.924-8.853 1.269-2.081 3.535-1.11 3.536 1.071-1.087 4.275-2.021 5.042-4.219 6.79-2.102 1.973 1.464 2.631 2.665 1.821 3.476-2.343 4.745-5.373 5.906-8.129.838-1.989 3.27-1.025 2.143 2.223-2.694 7.762-7.121 10.819-14.866 12.388-.785.14-1.264.603-.991 1.513 1.04 1.079 2.081 2.058 3.121 3.134-4.789 1.395-8.68 2.178-13.473 3.576-2.352-1.541-4.251-2.849-6.603-4.393-.62-1.449-.909-3.662-4.379-2.103-2.352-1.086-3.436-.688-4.741.402 1.884.07 2.703.575 3.442 1.433.964 2.54 3.188 2.785 5.464 2.063 1.481 1.247 2.269 2.204 3.75 3.455-2.764-.094-4.69-.143-7.446-.227-2.632-2.826-4.732-2.671-6.616-.455-1.436.221-2.044.252-3.027 1.996 1.545-.634 2.517-.825 3.188-.134 2.798 1.622 4.626 1.26 6.013 0 2.699.165 5.132.305 7.835.482-.993.844-2.355 1.292-3.348 2.143-4.055-1.16-6.171.401-6.884 3.71-.544 1.336-.798 2.71-.563 4.138.392-1.306 1.023-2.43 2.183-3.134 3.614.918 4.973-.557 5.17-2.719 1.742-1.421 4.369-1.735 6.107-3.174 2.033.651 3.015 1.054 5.063 1.701.728 2.212 2.375 3.087 5.049 2.518 3.183.1 2.621 1.406 2.879 2.451.846-1.5.822-2.96-1.138-4.286-.714-1.938-2.294-2.82-4.366-1.701-1.95-.554-2.463-1.35-4.406-1.902 4.915-1.566 8.401-1.919 13.313-3.482 1.229 1.16 2.204 1.992 3.442 3.027.653.39 1.278.488 1.661 0 3.077-4.454 4.452-8.38 7.313-11.317 1.093-1.215 2.474-2.855 4.004-3.254.765-.2 1.704-.078 2.304.576.6.654 1.071 1.859.871 3.656-.287 2.58-.91 3.395-1.634 4.942-.724 1.547-1.609 2.499-2.518 3.683-1.818 2.369-4.218 3.748-5.638 4.674-2.841 1.852-4.042 1.042-6.241.924-2.843.319-3.599 1.703-1.272 3.616 2.175 1.132 4.13 1.271 5.719.978 1.364-.252 2.961-2.013 4.098-2.96 1.28-1.479 3.403.275 1.955 1.996-2.631 3.126-5.26 5.188-8.504 5.143-3.409.459-2.771 2.374-.509 3.308 4.072 1.68 7.748-1.467 9.616-3.536 1.441-1.577 2.464-1.638 2.21.804-1.431 4.42-3.385 6.128-6.576 6.348-2.588-.24-2.616 1.757-.723 3.107 4.311 2.984 7.434-2.098 8.893-5.17 1.039-2.771 2.634-1.453 2.799.83.021 3.051-1.357 5.542-5.049 8.665 2.825 4.5 6.118 9.078 8.946 13.594 2.828-4.515 6.121-9.093 8.946-13.594-3.692-3.123-5.071-5.614-5.049-8.665.165-2.284 1.759-3.601 2.799-.83 1.459 3.072 4.582 8.154 8.893 5.17 1.893-1.35 1.865-3.347-.723-3.107-3.19-.221-5.145-1.928-6.576-6.348-.254-2.441.769-2.38 2.21-.804 1.868 2.069 5.544 5.216 9.616 3.536 2.262-.934 2.9-2.849-.509-3.308-3.244.045-5.874-2.016-8.504-5.143-1.448-1.72.675-3.475 1.955-1.996 1.138.947 2.734 2.708 4.098 2.96 1.589.294 3.544.154 5.719-.978 2.327-1.912 1.57-3.297-1.272-3.616-2.199.118-3.401.928-6.241-.924-1.42-.926-3.819-2.305-5.638-4.674-.909-1.185-1.794-2.136-2.518-3.683-.724-1.547-1.347-2.362-1.634-4.942-.2-1.798.271-3.002.871-3.656.599-.654 1.538-.776 2.304-.576 1.531.4 2.911 2.039 4.004 3.254 2.861 2.937 4.235 6.863 7.313 11.317.384.488 1.008.39 1.661 0 1.238-1.035 2.212-1.867 3.442-3.026 4.911 1.563 8.397 1.916 13.313 3.482-1.943.552-2.456 1.348-4.406 1.902-2.072-1.119-3.653-.237-4.366 1.7-1.961 1.326-1.985 2.785-1.138 4.286.258-1.045-.304-2.351 2.879-2.451 2.674.57 4.321-.306 5.049-2.518 2.047-.647 3.03-1.05 5.063-1.701 1.738 1.44 4.365 1.753 6.107 3.174.197 2.161 1.556 3.637 5.17 2.719 1.159.704 1.79 1.827 2.183 3.134.235-1.428-.019-2.803-.563-4.138-.714-3.308-2.83-4.87-6.884-3.71-.993-.851-2.355-1.299-3.348-2.143 2.703-.177 5.136-.317 7.835-.482 1.388 1.26 3.216 1.622 6.013 0 .67-.69 1.643-.5 3.187.134-.982-1.744-1.591-1.775-3.026-1.996-1.884-2.216-3.984-2.37-6.616.455-2.757.084-4.682.133-7.446.228 1.48-1.251 2.269-2.208 3.75-3.455 2.276.723 4.5.477 5.465-2.063.738-.858 1.558-1.363 3.442-1.433-1.305-1.089-2.389-1.488-4.741-.402-3.47-1.559-3.759.653-4.379 2.103-2.351 1.543-4.251 2.851-6.602 4.393-4.793-1.398-8.684-2.182-13.473-3.576 1.039-1.076 2.081-2.055 3.121-3.134.272-.911-.206-1.374-.991-1.513-7.746-1.569-12.172-4.626-14.866-12.388-1.128-3.248 1.304-4.213 2.142-2.223 1.161 2.756 2.43 5.787 5.906 8.129 1.202.81 4.767.152 2.665-1.821-2.198-1.749-3.131-2.515-4.219-6.79 0-2.181 2.267-3.152 3.536-1.072 1.343 4.268 1.488 6.11 3.924 8.853 1.852 2.086 4.272 3.479 5.464 3.455 2.166-.042 4.336-2.315 1.446-3.964-4.23-1.656-5.782-3.925-6.402-6.08-.682-3.763.06-5.589 2.383-3.737 3.297 3.656 9.584 10.479 12.871 13.647 3.697 2.769 7.924 2.857 11.304.054 1.925-2.169 1.239-4.518-1.781-4.004-6.811.563-11.984-2.753-17.638-11.692-1.12-2.034-1.426-4.924 1.031-2.772 2.824 3.733 6.937 6.918 10.768 8.277 3.831 1.358 7.38.889 8.237-.576 1.421-2.43 1.099-5.102-1.473-4.219-2.108.724-5.086.912-8.183-.268-3.096-1.18-6.311-3.728-9.736-8.05-1.167-2.448-.779-4.515 1.58-3.254 5.606 4.65 12.828 8.415 16.527 6.147 2.709-1.661 2.761-5.907-.683-5.638-6.944.938-9.57-.578-16.232-6.335-1.525-1.108-1.416-3.905.991-2.116 5.614 3.528 13.265 4.911 16.272 3.067 2.705-1.66 2.304-6.711-2.25-4.915-3.638 2.164-7.671 2.1-15.737-3.536-2.033-1.645-.518-3.81 1.152-2.88 6.486 3.616 15.932 5.157 18.402-2.183.947-2.815-.775-4.455-3.321-2.505-5.566 5.034-11.885 2.558-15.415.027-.924-.036-2.883-3.542.388-3 8.448 1.895 16.799.256 18.308-5.598.89-1.898-.844-5.25-3.925-2.437-4.061 3.917-8.363 4.052-13.754 4.018-2.757-.557-2.78-3.53-.482-3.964 4.264.095 8.48-1.732 11.853-3.59 3.286-1.842 6.025-4.441 6.884-8.036.532-3.221-2.633-6.637-4.554-3.228-2.82 5.006-9.084 9.708-16.031 10.554-.359-.591-1.28-2.111-2.397-1.688-4.09 1.549-9.742 4.151-14.397 6.723-1.011.559.176 3.262.402 4.299.232 2.645-.583 4.334-1.42 5.317-.838.983-3.121 1.629-4.406 1.286-2.571-.686-3.954-2.918-3.522-6.884.134-.419.244-2.325 2.344-4.808 1.055-1.248 2.532-2.84 4.875-4.112 2.342-1.272 5.887-1.978 10.152-2.906 2.595-.509 3.914-1.486 4.071-2.531-1.242.288-3.28 1.342-4.621 1.085-1.318-.254-1.984-.89-2.571-1.259.979-.205 2.777.028 4.379.027 1.602-.002 3.016-.34 3.965-.496 1.972-.324 3.536-1.128 4.473-2.933.405-1.943-.894-2.295-2.116-1.045-1.036 1.061-1.243 1.494-1.902 1.955-.658.461-1.766.907-2.558 1.045-1.606.281-3.188.597-5.237.108.405-.507 1.316-1.327 2.143-1.835.827-.508 1.636-.758 2.411-.629.516.087 1.189.546 1.741 1.393.341-2.133-.264-4.531-6.067-3.536.078-1.599-3.38-2.299-5.464-2.263-1.18.02-3.601.711-5.344 1.527-2.757.835-5.497 1.446-8.705 1.674 1.853 1.556 2.217 1.645 4.085 2.973-2.829 1.029-5.019 3.161-6 4.554 2.47.118 3.286-.09 4.125.267-3.442.997-4.999 1.581-6.817 3.402.643.117 1.6.289 2.008.442.423.159.248.376-.04.683-.789.494-3.808 4.051-4.701 4.875-.893-.824-3.912-4.381-4.701-4.875-.288-.307-.463-.524-.04-.683.408-.153 1.365-.325 2.009-.442-1.818-1.821-3.376-2.405-6.817-3.402.839-.357 1.654-.149 4.125-.267-.981-1.392-3.171-3.525-6-4.554 1.868-1.328 2.232-1.417 4.085-2.973-3.209-.228-5.949-.839-8.705-1.674-1.756-.814-4.176-1.506-5.356-1.526zm.308 3.737c1.695 0 2.746.581 2.746 1.285 0 .717-1.05 1.3-2.746 1.3-1.688 0-2.759-.636-2.759-1.353 0-.705 1.071-1.232 2.759-1.232zm42.161 0c1.688 0 2.759.527 2.759 1.232 0 .717-1.071 1.353-2.759 1.353-1.695 0-2.746-.583-2.746-1.3 0-.704 1.05-1.285 2.746-1.285z\"/>\n  </g>\n</svg>\n</li><li title=\"cif am \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 151\">\n  <g fill=\"none\">\n    <path fill=\"#D90012\" d=\"M.5.5h300v150H.5z\"/>\n    <path fill=\"#0033A0\" d=\"M.5 50.5h300v50H.5z\"/>\n    <path fill=\"#F2A800\" d=\"M.5 100.5h300v50H.5z\"/>\n  </g>\n</svg>\n</li><li title=\"cif ao \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 300 200\">\n  <g fill=\"none\" fill-rule=\"evenodd\">\n    <path fill=\"#CE1126\" fill-rule=\"nonzero\" d=\"M0 0h300v200H0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M0 100h300v100H0z\"/>\n    <path fill=\"#F9D616\" fill-rule=\"nonzero\" d=\"M132.883 76.437h13.077L150 64l4.04 12.437h13.077l-10.578 7.686 4.04 12.437L150 88.875l-10.579 7.686 4.04-12.437zM201.75 94.903a51.98 51.98 0 010 10.194l-9.952-.98c.27-2.738.27-5.496 0-8.234l9.952-.98zm-1.989 20.192a52.01 52.01 0 01-3.901 9.418l-8.819-4.714a42.004 42.004 0 003.151-7.607l9.569 2.903zm-9.564 17.893a52.015 52.015 0 01-7.208 7.208l-6.344-7.73a42.04 42.04 0 005.822-5.822l7.73 6.344zm-15.684 12.872a51.98 51.98 0 01-9.418 3.901l-2.902-9.57a41.952 41.952 0 007.606-3.151l4.714 8.82zm-19.416 5.89c-3.39.333-6.805.333-10.194 0l.98-9.952c2.738.27 5.496.27 8.234 0l.98 9.952zm-20.192-1.989a52.01 52.01 0 01-9.418-3.901l4.714-8.82a41.932 41.932 0 007.607 3.151l-2.903 9.57zm30.19-99.522a51.98 51.98 0 019.418 3.901l-4.714 8.819a42.024 42.024 0 00-7.606-3.151l2.902-9.569zm17.893 9.565a51.96 51.96 0 017.208 7.208l-7.73 6.344a41.93 41.93 0 00-5.822-5.822l6.344-7.73zm12.872 15.684a51.98 51.98 0 013.901 9.418l-9.569 2.903a42.033 42.033 0 00-3.151-7.607l8.819-4.714zM187.057 149.911l4.862-5.701c2.559 2.477 6.004 4.917 8.503 7.135 2.499 2.217 4.414 4.061 5.964 6.581 2.272 3.693-.279 7.875-3.816 5.42-1.913-1.328-3.115-4.911-6.044-7.876-2.171-1.848-3.88-3.785-9.335-4.719-.262-.045-.339-.599-.134-.84z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M194.271 148.198a.672.672 0 11-1.344 0 .672.672 0 011.344 0z\"/>\n    <path fill=\"#F9D616\" fill-rule=\"nonzero\" d=\"M155 52.521l-.95 8.9c19.598 2.056 34.95 18.46 34.95 38.6 0 21.528-17.472 39-39 39-9.387 0-17.868-3.469-24.6-9l-5.7 6.95c8.284 6.801 18.753 11.05 30.3 11.05 26.496 0 48-21.504 48-48 0-24.781-18.888-44.961-43-47.5z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M154.241 131.897l13.498 7.981 2.934 11.385 15.494-1.174 6.807-7.982-25.236-17.488z\"/>\n    <path fill=\"#F9D616\" fill-rule=\"nonzero\" d=\"M186.442 149.126c-17.357-11.543-28.394-17.775-45.028-27.233-6.535-3.716-16.682-13.055-8.678-28.68.504 10.258 41.046 38.415 58.177 50.658l-4.471 5.255z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M144.057 111.68c13.364 12.594 30.193 22.868 45.208 34.224\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M199.217 152.508a.673.673 0 01-1.007.583.67.67 0 01-.335-.583.671.671 0 111.342 0zM203.563 156.924a.672.672 0 11-1.344.001.672.672 0 011.344-.001z\"/>\n  </g>\n</svg>\n</li><li title=\"cif ar \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 188\">\n  <g fill=\"none\">\n    <path fill=\"#74ACDF\" d=\"M.5.5h300V188H.5z\"/>\n    <path fill=\"#FFF\" d=\"M.5 63.001h300v62.501H.5z\"/>\n    <path fill=\"#F6B40E\" stroke=\"currentColor\" stroke- d=\"M149.593 93.343l-17.394 18.754s-.34.339-.114.567c.226.227.567-.113.567-.113l18.754-17.394m-8.454 3.225c-3.316 1.233-4.28 3.986-7.306 4.932-3.026.946-4.011 3.231-4.991 4.073-.981.842-1.979.349-2.003.749-.023.401 1.175.76 2.689-.146s1.486-2.329 5.168-3.516c3.682-1.188 3.789-3.277 7.215-4.198\"/>\n    <path fill=\"#F6B40E\" stroke=\"currentColor\" stroke- d=\"M149.315 93.759l-8.893 23.983s-.185.444.112.567c.296.123.48-.322.48-.322l10.67-23.247m-6.576 6.216c-2.592 2.408-2.429 5.321-4.863 7.352-2.433 2.032-2.469 4.52-3.053 5.673-.584 1.153-1.695 1.08-1.563 1.459.132.379 1.376.252 2.428-1.165s.482-2.72 3.429-5.227c2.947-2.506 2.246-4.477 5.059-6.639\"/>\n    <path fill=\"#F6B40E\" stroke=\"currentColor\" stroke- d=\"M149.315 94.741l10.67 23.247s.183.444.48.322c.296-.123.112-.567.112-.567l-8.893-23.984m-.255 9.046c-.13 3.535 2.045 5.48 1.76 8.637-.284 3.157 1.45 4.942 1.852 6.17.402 1.228-.435 1.962-.074 2.137.361.175 1.151-.795.894-2.541-.258-1.745-1.583-2.264-1.271-6.12.311-3.856-1.577-4.755-1.117-8.272\"/>\n    <path fill=\"#F6B40E\" stroke=\"currentColor\" stroke- d=\"M149.217 94.25l.962 25.561s0 .481.32.481c.321 0 .32-.481.32-.481l.962-25.561m-3.696 8.259c-1.473 3.216-.208 5.845-1.679 8.653-1.471 2.808-.552 5.121-.65 6.409-.098 1.288-1.153 1.646-.886 1.946.267.3 1.368-.294 1.798-2.005.43-1.711-.596-2.697 1.168-6.141 1.763-3.443.362-4.996 2.133-8.07\"/>\n    <path fill=\"#F6B40E\" stroke=\"currentColor\" stroke- d=\"M150.499 92.967l-25.56.962s-.481 0-.481.32c0 .321.481.32.481.32l25.561.962m-8.259-3.696c-3.216-1.473-5.845-.208-8.653-1.679-2.808-1.47-5.121-.552-6.409-.65-1.288-.098-1.646-1.153-1.946-.887-.3.267.294 1.368 2.005 1.798 1.711.43 2.697-.596 6.141 1.168 3.443 1.763 4.996.362 8.07 2.133\"/>\n    <path fill=\"#F6B40E\" stroke=\"currentColor\" stroke- d=\"M150.991 93.065l-23.983-8.893s-.444-.185-.567.112c-.123.296.322.48.322.48l23.247 10.67m-6.216-6.576c-2.408-2.592-5.321-2.429-7.352-4.863-2.032-2.433-4.52-2.469-5.673-3.053-1.153-.584-1.08-1.695-1.458-1.564-.379.132-.252 1.377 1.165 2.429 1.417 1.052 2.72.482 5.227 3.429 2.506 2.947 4.477 2.246 6.639 5.059\"/>\n    <path fill=\"#F6B40E\" stroke=\"currentColor\" stroke- d=\"M151.407 93.343l-18.754-17.394s-.34-.34-.567-.114c-.227.227.113.567.113.567l17.394 18.754m-3.225-8.454c-1.233-3.316-3.986-4.28-4.932-7.306-.946-3.026-3.231-4.011-4.073-4.992-.842-.98-.349-1.979-.749-2.002-.401-.023-.76 1.175.146 2.689s2.328 1.486 3.516 5.168c1.188 3.682 3.276 3.789 4.198 7.214\"/>\n    <path fill=\"#85340A\" d=\"M142.661 99.246c-3.071 1.456-3.724 3.81-6.727 4.645 2.579-.17 3.565-2.744 6.947-4.022m7.134-6.059l-11.955 12.862 12.861-11.955\"/>\n    <path fill=\"#85340A\" d=\"M148.49 103.325c-1.143 3.202.061 5.328-1.473 8.042 1.703-1.943.58-4.461 2.068-7.756m.76-9.329l.641 17.547.641-17.548\"/>\n    <path fill=\"#85340A\" d=\"M145.17 101.865c-2.281 2.521-1.983 4.945-4.438 6.866 2.317-1.143 2.243-3.899 4.879-6.375m4.272-8.327l-6.123 16.457 7.307-15.967\"/>\n    <path fill=\"#F6B40E\" stroke=\"currentColor\" stroke- d=\"M150.009 93.065l-23.247 10.67s-.444.184-.322.48c.123.296.567.112.567.112l23.984-8.893m-9.046-.255c-3.535-.13-5.48 2.045-8.637 1.76-3.157-.284-4.942 1.45-6.17 1.852-1.228.402-1.962-.435-2.137-.074-.175.361.795 1.151 2.541.894 1.745-.257 2.264-1.582 6.12-1.271 3.856.311 4.754-1.577 8.272-1.117\"/>\n    <path fill=\"#85340A\" d=\"M141.346 95.866c-3.395.17-4.899 2.095-7.993 1.717 2.447.83 4.344-1.171 7.957-1.057m8.91-2.869l-15.966 7.308 16.458-6.123\"/>\n    <path fill=\"#85340A\" d=\"M141.424 92.24c-3.202-1.142-5.327.061-8.041-1.472 1.943 1.703 4.461.58 7.756 2.068m9.329.759l-17.547.641 17.548.641\"/>\n    <path fill=\"#85340A\" d=\"M142.885 88.92c-2.521-2.28-4.945-1.982-6.866-4.437 1.143 2.317 3.899 2.243 6.374 4.879m8.328 4.271l-16.457-6.123 15.967 7.307\"/>\n    <path fill=\"#85340A\" d=\"M145.504 86.411c-1.456-3.072-3.81-3.724-4.645-6.727.17 2.578 2.744 3.565 4.022 6.947m6.059 7.133L138.078 81.81l11.955 12.861\"/>\n    <path fill=\"#F6B40E\" stroke=\"currentColor\" stroke- d=\"M151.685 93.759l-10.67-23.247s-.183-.444-.48-.322c-.296.122-.112.567-.112.567l8.893 23.984m.255-9.046c.13-3.535-2.045-5.48-1.76-8.637.284-3.157-1.45-4.942-1.852-6.17-.402-1.228.435-1.962.074-2.137-.361-.175-1.151.795-.894 2.541.258 1.746 1.583 2.264 1.271 6.12-.311 3.856 1.577 4.754 1.118 8.272\"/>\n    <path fill=\"#F6B40E\" stroke=\"currentColor\" stroke- d=\"M151.783 94.249l-.962-25.561s0-.481-.32-.481c-.321 0-.32.481-.32.481l-.962 25.561m3.696-8.258c1.473-3.216.208-5.845 1.679-8.653 1.471-2.808.552-5.121.65-6.409.098-1.288 1.153-1.646.886-1.946-.267-.3-1.368.294-1.798 2.005-.43 1.711.596 2.697-1.168 6.141-1.763 3.443-.362 4.996-2.133 8.07\"/>\n    <path fill=\"#F6B40E\" stroke=\"currentColor\" stroke- d=\"M151.685 94.74l8.893-23.983s.185-.444-.112-.567c-.296-.123-.48.322-.48.322l-10.67 23.247m6.576-6.215c2.592-2.408 2.429-5.321 4.863-7.352 2.433-2.032 2.469-4.521 3.053-5.673.584-1.153 1.695-1.08 1.563-1.458-.132-.379-1.376-.252-2.428 1.165-1.053 1.417-.482 2.72-3.429 5.226-2.947 2.507-2.246 4.477-5.059 6.639\"/>\n    <path fill=\"#F6B40E\" stroke=\"currentColor\" stroke- d=\"M151.407 95.156l17.394-18.754s.34-.34.113-.567c-.226-.227-.566.114-.566.114l-18.754 17.394m8.454-3.226c3.316-1.233 4.28-3.986 7.306-4.931 3.026-.946 4.011-3.231 4.991-4.073.981-.842 1.979-.349 2.003-.749.023-.401-1.175-.759-2.689.147s-1.486 2.328-5.168 3.516c-3.682 1.188-3.789 3.276-7.215 4.198\"/>\n    <path fill=\"#F6B40E\" stroke=\"currentColor\" stroke- d=\"M149.593 95.157l18.754 17.394s.339.341.567.114c.227-.227-.113-.567-.113-.567l-17.394-18.755m3.225 8.455c1.233 3.316 3.986 4.28 4.932 7.306.946 3.026 3.231 4.011 4.073 4.991.842.98.349 1.979.749 2.003.401.023.76-1.176-.146-2.689-.906-1.514-2.328-1.486-3.516-5.168-1.188-3.682-3.276-3.788-4.198-7.214\"/>\n    <path fill=\"#F6B40E\" stroke=\"currentColor\" stroke- d=\"M150.501 95.533l25.56-.962s.481 0 .481-.32-.481-.32-.481-.32l-25.561-.962m8.259 3.696c3.216 1.473 5.845.208 8.653 1.679 2.808 1.471 5.121.552 6.409.65 1.288.098 1.646 1.153 1.946.886.3-.267-.294-1.368-2.005-1.798-1.711-.43-2.697.596-6.141-1.167-3.443-1.763-4.996-.362-8.07-2.133\"/>\n    <path fill=\"#F6B40E\" stroke=\"currentColor\" stroke- d=\"M150.01 95.435l23.983 8.893s.444.185.567-.112c.123-.297-.322-.48-.322-.48l-23.247-10.671m6.215 6.577c2.408 2.592 5.321 2.429 7.352 4.863 2.032 2.433 4.521 2.469 5.673 3.053 1.153.584 1.08 1.695 1.458 1.563.379-.132.252-1.376-1.165-2.429-1.417-1.052-2.72-.482-5.227-3.428-2.506-2.947-4.477-2.247-6.639-5.059\"/>\n    <path fill=\"#85340A\" d=\"M152.51 85.174c1.142-3.202-.061-5.327 1.472-8.041-1.703 1.943-.58 4.461-2.068 7.756m-.759 9.329l-.641-17.548-.641 17.548\"/>\n    <path fill=\"#85340A\" d=\"M155.83 86.634c2.281-2.521 1.983-4.945 4.438-6.866-2.317 1.143-2.243 3.9-4.879 6.375m-4.272 8.328l6.123-16.457-7.307 15.967\"/>\n    <path fill=\"#85340A\" d=\"M158.339 89.254c3.071-1.456 3.724-3.81 6.727-4.645-2.578.17-3.565 2.744-6.947 4.022m-7.134 6.059l11.955-12.861-12.862 11.955\"/>\n    <path fill=\"#85340A\" d=\"M148.884 85.096c-.17-3.395-2.095-4.898-1.717-7.993-.83 2.447 1.171 4.344 1.058 7.957m2.867 8.91l-7.307-15.966 6.123 16.458\"/>\n    <path fill=\"#F6B40E\" stroke=\"currentColor\" stroke- d=\"M150.991 95.435l23.247-10.67s.444-.183.322-.48c-.123-.297-.567-.112-.567-.112l-23.983 8.893m9.045.255c3.535.13 5.48-2.045 8.637-1.76 3.157.284 4.942-1.45 6.17-1.852 1.228-.402 1.962.435 2.137.074.175-.361-.795-1.151-2.541-.894-1.745.257-2.264 1.583-6.12 1.271-3.856-.311-4.755 1.577-8.272 1.118\"/>\n    <path fill=\"#85340A\" d=\"M159.654 92.634c3.395-.17 4.899-2.095 7.993-1.717-2.447-.83-4.344 1.172-7.957 1.058m-8.91 2.867l15.966-7.307-16.458 6.123\"/>\n    <path fill=\"#85340A\" d=\"M159.576 96.26c3.202 1.142 5.327-.061 8.041 1.473-1.943-1.703-4.461-.58-7.756-2.068m-9.329-.76l17.547-.641-17.548-.641\"/>\n    <path fill=\"#85340A\" d=\"M158.116 99.58c2.521 2.281 4.945 1.983 6.866 4.438-1.143-2.317-3.899-2.243-6.375-4.879m-8.328-4.272l16.458 6.123-15.968-7.307\"/>\n    <path fill=\"#85340A\" d=\"M155.496 102.089c1.456 3.071 3.81 3.724 4.645 6.727-.17-2.578-2.744-3.565-4.022-6.947m-6.059-7.134l12.862 11.955-11.955-12.862\"/>\n    <path fill=\"#85340A\" d=\"M152.116 103.404c.17 3.395 2.095 4.899 1.717 7.993.83-2.447-1.172-4.344-1.058-7.958m-2.867-8.909l7.307 15.966-6.123-16.458\"/>\n    <circle cx=\"150.5\" cy=\"94.25\" r=\"10.417\" fill=\"#F6B40E\" stroke=\"currentColor\" stroke-/>\n    <path fill=\"#843511\" d=\"M154.051 92.022c-.711 0-1.392.308-1.793.949.801.721 2.571.799 3.773-.082a2.75 2.75 0 00-1.98-.867zm-.011.165c.692-.013 1.339.305 1.43.621-.801.881-2.082.805-2.883.164.35-.561.914-.776 1.453-.785z\"/>\n    <path fill=\"#85340A\" d=\"M154.186 91.527c-1.041 0-1.282.241-1.763.641-.481.401-.721.32-.801.401-.08.081 0 .32.16.24.16-.08.481-.24.961-.641.481-.401.961-.401 1.442-.401 1.443 0 2.244 1.202 2.403 1.121.161-.079-.8-1.361-2.402-1.361z\"/>\n    <path fill=\"#85340A\" d=\"M157.07 92.007c-1.843-1.603-4.166-1.843-5.449-.641-.314.42-.515.87-.597 1.339-.162.913.124 1.898.839 2.908-.081 0-.241.08-.321.16-.636-1.217-.861-2.466-.653-3.654a5.19 5.19 0 01.251-.913c1.763-1.442 4.166-1.603 5.929.802h.001v-.001z\"/>\n    <circle cx=\"154.026\" cy=\"92.806\" r=\"1\" fill=\"#85340A\"/>\n    <path fill=\"#85340A\" d=\"M156.11 93.29c-1.362 1.042-2.725.962-3.526.481-.801-.481-.801-.641-.641-.641.16 0 .32.16.961.48.641.321 1.603.321 3.205-.32h.001zM148.906 95.69a.722.722 0 10.727 1.125c.277.209.661.231.867.234.031.001.072 0 .094 0 .205-.004.59-.026.867-.234a.722.722 0 10.727-1.125.482.482 0 01.316.457c0 .266-.214.48-.48.48a.484.484 0 01-.48-.457c-.078.156-.388.621-.996.645-.608-.024-.918-.488-.996-.645a.48.48 0 01-.96-.023.477.477 0 01.314-.457zM149.69 97.824c-.802 0-1.119.726-1.84 1.207.401-.16.716-.476 1.277-.797.561-.32 1.039.07 1.359.07h.012c.32 0 .798-.391 1.359-.07.561.321.888.637 1.289.797-.721-.481-1.05-1.207-1.852-1.207-.16 0-.477.086-.797.246h-.012c-.318-.16-.635-.246-.795-.246z\"/>\n    <path fill=\"#85340A\" d=\"M149.42 98.772c-.316.014-.735.077-1.336.258 1.443-.32 1.761.164 2.402.164h.012c.641 0 .959-.484 2.402-.164-1.603-.481-1.921-.164-2.402-.164h-.012c-.3 0-.538-.117-1.066-.094z\"/>\n    <path fill=\"#85340A\" d=\"M148.156 99.02c-.093.001-.195.002-.305.012 1.683.16.874 1.125 2.636 1.125h.012c1.763 0 .966-.965 2.648-1.125-1.763-.16-1.205.879-2.648.879h-.012c-1.352 0-.934-.909-2.331-.891zM151.944 101.622a1.444 1.444 0 00-2.885 0 1.483 1.483 0 012.885 0zM144.024 92.007c1.843-1.603 4.166-1.843 5.449-.641.314.42.515.87.597 1.339.162.913-.124 1.898-.839 2.908.081 0 .241.08.321.16.636-1.217.861-2.466.653-3.654a5.19 5.19 0 00-.251-.913c-1.763-1.442-4.166-1.603-5.929.802h-.001v-.001z\"/>\n    <path fill=\"#85340A\" d=\"M146.908 91.527c1.041 0 1.282.241 1.763.641.481.401.721.32.801.401.08.081 0 .32-.16.24-.16-.08-.481-.24-.961-.641-.481-.401-.961-.401-1.442-.401-1.443 0-2.244 1.202-2.403 1.121-.161-.079.8-1.361 2.402-1.361z\"/>\n    <path fill=\"#843511\" d=\"M146.858 92.022c-.711 0-1.392.308-1.793.949.801.721 2.571.799 3.773-.082a2.751 2.751 0 00-1.98-.867zm-.011.165c.692-.013 1.339.305 1.43.621-.801.881-2.082.805-2.883.164.35-.561.914-.776 1.453-.785z\"/>\n    <circle cx=\"146.952\" cy=\"92.806\" r=\"1\" fill=\"#85340A\"/>\n    <path fill=\"#85340A\" d=\"M144.984 93.29c1.362 1.042 2.725.962 3.526.481.801-.481.801-.641.641-.641-.16 0-.32.16-.961.48-.641.321-1.603.321-3.205-.32h-.001z\"/>\n  </g>\n</svg>\n</li><li title=\"cif at \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 201\">\n  <g fill=\"none\">\n    <path fill=\"#ED2939\" d=\"M.5.5h300v200H.5z\"/>\n    <path fill=\"#FFF\" d=\"M.5 67.166h300v66.667H.5z\"/>\n  </g>\n</svg>\n</li><li title=\"cif au \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"   viewBox=\"0 0 301 151\">\n  <defs>\n    <path id=\"a\" d=\"M.5.5h150v75H.5z\"/>\n    <path id=\"c\" d=\"M.5.5V38h175v37.5h-25L.5.5zm150 0h-75V88H.5V75.5l150-75z\"/>\n  </defs>\n  <g fill=\"none\" fill-rule=\"evenodd\">\n    <path fill=\"#00008B\" fill-rule=\"nonzero\" d=\"M.5.5h300v150H.5z\"/>\n    <mask id=\"b\" fill=\"#fff\">\n      <use xlink:href=\"#a\"/>\n    </mask>\n    <path fill=\"#000\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M.5.5l150 75m0-75l-150 75\" mask=\"url(#b)\"/>\n    <mask id=\"d\" fill=\"#fff\">\n      <use xlink:href=\"#c\"/>\n    </mask>\n    <path fill=\"#000\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M.5.5l150 75m0-75l-150 75\" mask=\"url(#d)\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M75.5.5V88M.5 38h175\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M75.5.5v80.273M.5 38h155.273\"/>\n    <path fill=\"#00008B\" fill-rule=\"nonzero\" d=\"M.5 75.5h150V.5h50v100H.5z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M75.5 90.5l4.339 13.491 13.252-5.019-7.842 11.803 12.187 7.232-14.118 1.228 1.944 14.037L75.5 123l-9.762 10.272 1.944-14.037-14.118-1.228 12.187-7.232-7.842-11.803 13.252 5.019zM225.5 114.785l2.066 6.424 6.311-2.39-3.734 5.621 5.803 3.444-6.722.585.926 6.684-4.649-4.891-4.649 4.891.926-6.684-6.722-.585 5.803-3.444-3.734-5.621 6.31 2.39zM188 55.411l2.066 6.424 6.311-2.39-3.734 5.621 5.803 3.444-6.722.585.926 6.684-4.65-4.892-4.649 4.891.926-6.684-6.723-.585 5.803-3.444-3.734-5.621 6.311 2.39zM225.5 14.786l2.066 6.424 6.311-2.39-3.734 5.62 5.803 3.444-6.722.585.926 6.684-4.649-4.891-4.649 4.891.926-6.684-6.722-.585 5.803-3.444-3.734-5.62 6.31 2.39zM258.833 45.411l2.066 6.424 6.311-2.39-3.734 5.621 5.803 3.444-6.723.585.926 6.684-4.649-4.891-4.649 4.891.926-6.684-6.723-.585 5.803-3.444-3.734-5.621 6.311 2.39zM240.5 75.5l1.633 4.003 4.311.316-3.302 2.79 1.032 4.198-3.674-2.279-3.674 2.279 1.032-4.198-3.302-2.79 4.311-.316z\"/>\n  </g>\n</svg>\n</li><li title=\"cif az \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 151\">\n  <g fill=\"none\">\n    <path fill=\"#0098C3\" d=\"M.5.5h300v150H.5z\"/>\n    <path fill=\"#E00034\" d=\"M.5 50.5h300v50H.5z\"/>\n    <path fill=\"#00AE65\" d=\"M.5 100.5h300v50H.5z\"/>\n    <circle cx=\"145.75\" cy=\"75.5\" r=\"22.5\" fill=\"#FFF\"/>\n    <circle cx=\"150.5\" cy=\"75.5\" r=\"18.75\" fill=\"#E00034\"/>\n    <path fill=\"#FFF\" d=\"M179.595 84.333l-6.449-3.06L170.759 88l-2.396-6.724-6.445 3.069 3.06-6.449-6.727-2.387 6.724-2.396-3.069-6.445 6.449 3.06L170.742 63l2.396 6.724 6.445-3.069-3.06 6.449 6.728 2.387-6.724 2.396z\"/>\n  </g>\n</svg>\n</li><li title=\"cif ba \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 151\">\n  <g fill=\"none\">\n    <path fill=\"#002395\" d=\"M.5.5h300v150H.5z\"/>\n    <path fill=\"#FECB00\" d=\"M80 .5h150v150z\"/>\n    <path fill=\"#FFF\" d=\"M61.376 10.341L53 4.255l-8.376 6.086L47.831.5h10.338zM85.303 13.159l-8.376 6.086 3.199 9.846-8.376-6.085-8.376 6.085 3.2-9.846-8.376-6.086h10.353l3.199-9.846 3.2 9.846zM104.053 31.909l-8.376 6.086 3.199 9.846-8.376-6.085-8.376 6.085 3.2-9.846-8.376-6.086h10.353l3.199-9.846 3.2 9.846zM122.803 50.668l-8.376 6.086 3.199 9.847-8.376-6.086-8.376 6.086 3.2-9.847-8.376-6.086h10.353l3.199-9.846 3.2 9.846zM141.555 69.416l-8.376 6.086 3.2 9.846-8.376-6.085-8.376 6.085 3.199-9.846-8.376-6.086h10.353l3.2-9.846 3.199 9.846zM160.299 88.167l-8.376 6.086 3.2 9.846-8.376-6.086-8.376 6.086 3.199-9.846-8.376-6.086h10.353l3.2-9.847 3.199 9.847zM179.057 106.923l-8.375 6.085 3.199 9.847-8.376-6.086-8.376 6.086 3.199-9.847-8.376-6.085h10.354l3.199-9.847 3.199 9.847zM197.806 125.664l-8.376 6.086 3.2 9.846-8.376-6.085-8.376 6.085 3.199-9.846-8.376-6.086h10.354l3.199-9.846 3.199 9.846zM216.553 144.409H206.2l-3.2-9.846-3.199 9.846h-10.353l8.376 6.086h10.353z\"/>\n  </g>\n</svg>\n</li><li title=\"cif bb \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 201\">\n  <g fill=\"none\">\n    <path fill=\"#00267F\" d=\"M.5.5h300v200H.5z\"/>\n    <path fill=\"#FFC726\" d=\"M100.5.5h100v200h-100z\"/>\n    <path fill=\"#000\" d=\"M150.5 52.05c3.25 8.862 6.563 18.088 13.65 25.15-2.2-.725-6.05-1.375-8.525-1.313v37.275l10.525 1.563c.375-.037.5-.625.5-1.425 1.012-11.575 3.75-21.3 6.9-31.362.225-1.375 4.213-6.625 1.138-5.7-.375.05-4.487 1.725-3.838.925 5.6-5.8 13.788-9.975 21.738-11.212.7-.175 1.112.175.487.987-10.55 16.237-19.375 35.4-19.3 58.138-4.1 0-14.038-2.425-18.15-2.425v26.3h-5.188l-1.188-73.45L150.5 52.05z\"/>\n    <path fill=\"#000\" d=\"M150.5 52.05c-3.25 8.862-6.563 18.088-13.65 25.15 2.2-.725 6.05-1.375 8.525-1.313v37.275l-10.525 1.563c-.375-.037-.5-.625-.5-1.425-1.012-11.575-3.75-21.3-6.9-31.362-.225-1.375-4.213-6.625-1.138-5.7.375.05 4.487 1.725 3.838.925-5.6-5.8-13.788-9.975-21.738-11.212-.7-.175-1.112.175-.487.987 10.55 16.237 19.375 35.4 19.3 58.138 4.1 0 14.038-2.425 18.15-2.425v26.3h5.188l1.188-73.45L150.5 52.05z\"/>\n  </g>\n</svg>\n</li><li title=\"cif bd \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 181\">\n  <g fill=\"none\">\n    <path fill=\"#006A4E\" d=\"M.5.5h300v180H.5z\"/>\n    <circle cx=\"135.5\" cy=\"90.5\" r=\"60\" fill=\"#F42A41\"/>\n  </g>\n</svg>\n</li><li title=\"cif be \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 261\">\n  <g fill=\"none\">\n    <path fill=\"#000\" d=\"M.5.5h300v260H.5z\"/>\n    <path fill=\"#FAE042\" d=\"M100.5.5h100v260h-100z\"/>\n    <path fill=\"#ED2939\" d=\"M200.5.5h100v260h-100z\"/>\n  </g>\n</svg>\n</li><li title=\"cif bf \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 201\">\n  <g fill=\"none\">\n    <path fill=\"#009E49\" d=\"M.5.5h300v200H.5z\"/>\n    <path fill=\"#EF2B2D\" d=\"M.5.5h300v100H.5z\"/>\n    <path fill=\"#FCD116\" d=\"M118.798 90.199l19.593 14.235-7.484 23.033 19.593-14.235 19.593 14.235-7.484-23.033 19.593-14.235h-24.218L150.5 67.166l-7.374 23.033z\"/>\n  </g>\n</svg>\n</li><li title=\"cif bg \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 181\">\n  <g fill=\"none\">\n    <path fill=\"#FFF\" d=\"M.5.5h300v180H.5z\"/>\n    <path fill=\"#00966E\" d=\"M.5 60.5h300v120H.5z\"/>\n    <path fill=\"#D62612\" d=\"M.5 120.5h300v60H.5z\"/>\n  </g>\n</svg>\n</li><li title=\"cif bh \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 181\">\n  <g fill=\"none\">\n    <path fill=\"#FFF\" d=\"M.5.5h300v180H.5\"/>\n    <path fill=\"#CE1126\" d=\"M300.5.5h-226l46 18-46 18 46 18-46 18 46 18-46 18 46 18-46 18 46 18-46 18h226\"/>\n  </g>\n</svg>\n</li><li title=\"cif bi \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"   viewBox=\"0 0 301 181\">\n  <defs>\n    <path id=\"a\" d=\"M.5.5h300v180H.5z\"/>\n  </defs>\n  <g fill=\"none\" fill-rule=\"evenodd\">\n    <path fill=\"#CE1126\" fill-rule=\"nonzero\" d=\"M.5.5h300l-300 180h300z\"/>\n    <path fill=\"#1EB53A\" fill-rule=\"nonzero\" d=\"M.5.5v180l300-180v180z\"/>\n    <mask id=\"b\" fill=\"#fff\">\n      <use xlink:href=\"#a\"/>\n    </mask>\n    <path fill=\"#000\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M.5.5l300 180m0-180l-300 180\" mask=\"url(#b)\"/>\n    <circle cx=\"150.5\" cy=\"90.5\" r=\"51\" fill=\"#FFF\" fill-rule=\"nonzero\"/>\n    <path fill=\"#1EB53A\" fill-rule=\"nonzero\" d=\"M140.108 58.1l3.464 6-3.464 6h6.928l3.464 6 3.464-6h6.928l-3.464-6 3.464-6h-6.928l-3.464-6-3.464 6z\"/>\n    <path fill=\"#CE1126\" fill-rule=\"nonzero\" d=\"M141.979 59.18l2.84 4.92-2.84 4.92h5.681l2.84 4.92 2.841-4.92h5.681l-2.841-4.92 2.841-4.92h-5.681l-2.841-4.92-2.84 4.92z\"/>\n    <path fill=\"#1EB53A\" fill-rule=\"nonzero\" d=\"M117.233 97.475l3.464 6-3.464 6h6.928l3.464 6 3.464-6h6.928l-3.464-6 3.464-6h-6.928l-3.464-6-3.464 6z\"/>\n    <path fill=\"#CE1126\" fill-rule=\"nonzero\" d=\"M119.104 98.555l2.84 4.92-2.84 4.92h5.681l2.84 4.92 2.841-4.92h5.681l-2.841-4.92 2.841-4.92h-5.681l-2.841-4.92-2.84 4.92z\"/>\n    <path fill=\"#1EB53A\" fill-rule=\"nonzero\" d=\"M163.184 97.731l3.464 6-3.464 6h6.929l3.464 6 3.464-6h6.928l-3.464-6.001 3.464-5.999h-6.928l-3.464-6-3.464 6z\"/>\n    <path fill=\"#CE1126\" fill-rule=\"nonzero\" d=\"M165.055 98.811l2.841 4.92-2.841 4.92h5.681l2.841 4.919 2.84-4.919h5.681l-2.84-4.92 2.84-4.92h-5.681l-2.84-4.92-2.841 4.919z\"/>\n  </g>\n</svg>\n</li><li title=\"cif bj \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 201\">\n  <g fill=\"none\">\n    <path fill=\"#FCD116\" d=\"M.5.5h300v200H.5z\"/>\n    <path fill=\"#E8112D\" d=\"M.5 100.5h300v100H.5z\"/>\n    <path fill=\"#008751\" d=\"M.5.5h120v200H.5z\"/>\n  </g>\n</svg>\n</li><li title=\"cif bn \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 151\">\n  <g fill=\"none\">\n    <path fill=\"#F7E017\" d=\"M.5.5h300v150H.5z\"/>\n    <path fill=\"#FFF\" d=\"M300.5 73.416v35.417l-300-62.5V10.917z\"/>\n    <path fill=\"#000\" d=\"M300.5 108.833v31.25l-300-62.5v-31.25z\"/>\n    <path fill=\"#CF1126\" d=\"M145.447 119.191c-4.035-.534-7.732-1.819-10.302-3.578-.498-.341-.965-.62-1.039-.62-.074 0-.134.378-.135.847-.001 1.329-.535 1.996-1.877 2.344-1.283.333-3.241-.339-4.828-1.656-1.644-1.364-3.542-2.405-5.148-2.823-1.323-.344-3.078-.289-4.348.136-.589.198-1.261.477-1.494.62-.232.143-.491.261-.576.261-.225 0-.193-1.428.043-1.883.31-.599 1.075-1.188 1.965-1.512.45-.164.819-.376.819-.47 0-.094-.152-.437-.337-.761-.605-1.058-.357-2.083.698-2.888 1.08-.825 2.906-.967 4.521-.353.407.155.786.281.841.281.212 0 .082-.296-.502-1.15-.676-.988-.81-1.475-.725-2.649.108-1.489 1.321-2.705 2.806-2.812 1.213-.088 1.968.319 3.756 2.024 5.345 5.096 11.155 7.904 17.932 8.665 1.71.192 5.151.089 7.17-.215 6.098-.918 12.242-3.984 17.04-8.504 1.329-1.252 1.968-1.583 3.058-1.588.948-.003 1.612.302 2.29 1.053.62.686.829 1.339.763 2.382-.043.67-.152.998-.55 1.646-.588.957-.488 1.045.674.594 1.571-.611 3.506-.329 4.551.663.919.872 1.006 1.745.293 2.93-.261.433-.474.84-.474.904 0 .119.198.175 1.151.328 1.248.2 1.964 1.129 1.964 2.545 0 .424-.053.77-.117.77s-.537-.173-1.05-.385c-1.456-.6-2.283-.755-3.981-.745-1.295.008-1.741.069-2.642.363-1.383.451-2.86 1.322-4.064 2.396-1.326 1.183-2.161 1.556-3.454 1.545-1.2-.011-2.02-.361-2.453-1.046-.232-.366-.264-.59-.208-1.417.037-.54.03-.982-.015-.982s-.513.297-1.039.66c-1.382.952-2.265 1.422-3.848 2.048-4.826 1.913-11.794 2.739-17.129 2.032z\"/>\n    <path fill=\"#FC0\" d=\"M167.734 112.947c.86-.438 1.985-1.585 2.447-2.491.368-.722.419-.971.463-2.235.041-1.165.006-1.508-.192-1.897-.221-.435-.291-.474-.846-.474-.536 0-.639.052-.915.46-.397.589-.437 1.86-.073 2.309.227.281.259.284.741.083.67-.28.783-.266.782.094-.004.92-1.322 2.692-2.705 3.635-.372.254-.706.538-.742.632-.1.262.411.205 1.04-.116z\"/>\n    <path fill=\"#FFD42A\" d=\"M148.635 117.962c.832-.275 1.305-.778 1.645-1.749.169-.484.284-.987.254-1.118-.071-.31-.429-.294-.825.036-.271.226-.304.342-.226.803.197 1.168-.217 1.458-2.427 1.695-.218.023-.852-.014-1.409-.083-1.05-.13-1.425-.026-1.044.289.115.096.408.225.649.287.587.151 2.751.049 3.383-.16zM153.212 117.768c.125-.113.555-.311.954-.44.533-.172.808-.356 1.033-.69.649-.965.528-1.796-.425-2.918-.516-.608-.746-.591-1.158.084-.356.584-.348.621.165.754.268.07.526.267.668.512.559.965.394 1.564-.432 1.57-.751.006-.957.112-1.16.598-.105.251-.191.52-.191.597.001.204.285.17.546-.067zM151.711 116.677c.141-.384.19-1.073.175-2.479-.011-1.071-.054-1.981-.094-2.021-.125-.125-.742.272-.823.529-.042.133.026.442.152.684.192.371.217.719.158 2.18-.075 1.847.046 2.157.432 1.107z\"/>\n    <path fill=\"#FFD42A\" d=\"M148.186 115.798c.074-.344.171-1.047.215-1.562.044-.515.148-1.166.232-1.447.213-.72-.001-.91-.569-.506l-.425.303.089 1.035c.08.933-.067 2.674-.283 3.349-.057.178.026.133.262-.143.189-.222.405-.685.479-1.029zM145.059 116.3c.496-.454.598-.737.786-2.187.097-.745.215-1.553.263-1.795.108-.542-.106-.579-.683-.118-.377.302-.392.349-.25.811.188.612.02 2.127-.288 2.597-.234.357-.714.438-1.166.196-.198-.106-.24-.231-.178-.54.115-.577-.216-.645-1.13-.231-.856.387-1.185.353-1.069-.11.047-.186-.003-.371-.126-.473-.188-.156-.372-.152-1.623.03-.209.031-.271-.038-.271-.299 0-.186-.042-.403-.093-.482-.053-.082-.658-.153-1.408-.165-1.445-.024-2.469-.263-3.179-.742-.725-.488-.789-.873-.304-1.814.225-.436.48-1.012.566-1.279.086-.267.339-.659.56-.872.222-.212.403-.444.403-.514 0-.18-.912-.012-1.293.238-.259.17-.303.289-.242.661.082.505-.238 1.255-.841 1.971-.662.787-1.637.464-2.932-.972-.488-.541-.671-.667-.796-.544-.233.229-.05 1.027.314 1.368.409.382 1.983 1.114 2.403 1.117.423.003.557.101.813.591.324.621 2.388 1.25 4.402 1.341.637.029.681.054.746.437.069.403.077.407 1.051.446.978.04 1.119.107.828.398a.38.38 0 00-.07.372c.069.181.229.205.931.139.466-.044.97-.108 1.12-.144.206-.049.322.044.476.378.156.34.313.462.677.527.668.12 1.234.001 1.603-.337z\"/>\n    <path fill=\"#FC0\" d=\"M163.147 115.555c1.218-.6 1.937-1.274 2.399-2.252.219-.463.398-.902.398-.976 0-.168-.6-.449-.959-.449s-.433-.246-.279-.933c.15-.668-.03-1.506-.323-1.506-.107 0-.295.155-.42.345-.193.294-.202.419-.061.847.209.634.045 1.107-.523 1.511-.269.191-.416.412-.416.625 0 .181.023.33.051.33.028 0 .324-.153.658-.34l.607-.34.358.282c.197.155.358.407.358.561 0 .74-2.114 1.988-3.565 2.104-.772.062-.905.036-1.173-.232-.218-.218-.281-.402-.227-.661l.167-.799c.134-.646-.145-.558-.623.196-.394.622-.512 1.287-.289 1.638.18.284 1.385.557 2.237.506.534-.031 1.063-.18 1.625-.457z\"/>\n    <path fill=\"#CF1126\" d=\"M169.115 107.747c-.323-.492-.129-1.085.354-1.085.286 0 .341.07.376.481.029.343-.036.55-.226.723-.259.234-.276.23-.504-.119z\"/>\n    <path fill=\"#FC0\" d=\"M171.28 111.019c.765-.765 1.091-1.697 1.095-3.135l.003-1.082.632-.3c.823-.391 1.603-1.172 1.603-1.605 0-.445-.198-.422-.557.063-.26.352-.609.565-1.882 1.15-.322.148-.343.227-.415 1.573-.084 1.552-.296 2.134-1.162 3.193-.53.648-.551.731-.18.731.151 0 .54-.264.863-.588z\"/>\n    <path fill=\"#FFD42A\" d=\"M132.609 109.993c.231-.292.577-.886.768-1.321.191-.435.476-.928.632-1.097.367-.395.162-.639-.43-.509-.313.069-.438.185-.492.454-.177.884-.497 1.787-.782 2.208-.517.764-.529.795-.317.795.11 0 .39-.239.621-.53z\"/>\n    <path fill=\"#FC0\" d=\"M162.929 110.151c.074-.222-.351-.381-.532-.199-.078.078-.099.211-.046.296.119.194.503.13.578-.097z\"/>\n    <path fill=\"#FFD42A\" d=\"M129.777 108.693c.691-.35 1.351-1.167 1.351-1.673 0-.331-.555-.696-1.059-.696-.223 0-.643.183-.979.426-1.051.761-2.174.606-2.789-.386-.506-.816-1.034-1.26-1.5-1.26-.582 0-.606.365-.036.564.275.096.504.329.693.704.554 1.102.877 1.299 2.35 1.427l.948.082.042.576c.023.317.101.576.174.576.073 0 .435-.153.805-.34z\"/>\n    <path fill=\"#CF1126\" d=\"M129.551 107.746c-.121-.315.049-.61.353-.61.278 0 .344.205.193.599-.104.272-.444.279-.546.011z\"/>\n    <path fill=\"#FC0\" d=\"M174.444 107.17c.074-.222-.35-.381-.532-.199-.078.078-.099.211-.046.296.119.194.503.13.578-.097z\"/>\n    <path fill=\"#CF1126\" d=\"M147.655 109.91a50.543 50.543 0 00-1.423-.2c-3.453-.452-7.561-1.879-10.572-3.673-6.795-4.048-11.764-11.071-13.327-18.836-1.787-8.875-.514-16.51 3.679-22.074.764-1.013 1.569-1.851 1.42-1.477-.045.112-.363.888-.708 1.724-1.938 4.703-2.179 9.674-.737 15.21.571 2.192 1.107 3.6 2.116 5.557 3.533 6.853 10.151 11.908 17.452 13.329.596.116 1.724.334 2.506.484 2.056.395 3.175.355 5.954-.211 2.598-.53 4.691-1.158 6.574-1.975 5.716-2.479 10.467-7.21 12.903-12.849 1.667-3.86 2.451-9.526 1.92-13.886-.321-2.634-1.15-5.518-2.173-7.552-.215-.428-.332-.779-.26-.779.225 0 1.774 1.894 2.68 3.277 1.997 3.047 3.347 6.831 3.83 10.73.397 3.206.054 8.34-.756 11.318-1.664 6.117-5.304 11.926-9.707 15.491-4.666 3.777-9.621 5.734-16.02 6.325-1.342.125-4.84.168-5.351.067z\"/>\n    <path fill=\"#FC0\" d=\"M159.472 107.303c.129-.112.274-.413.322-.67.048-.256.156-.485.24-.508l.724-.197c.385-.104.689-.308.928-.622.543-.712.492-1.631-.213-3.801a144.22 144.22 0 01-.668-2.091c-.13-.443-.245-.427-.64.085l-.327.424.34.404c.45.535 1.177 2.735 1.198 3.625.011.475-.063.83-.226 1.078-.262.4-.127.392-2.082.125-.434-.059-.71-.009-1.122.206-.724.377-1.05.362-1.241-.058-.237-.52-.448-.322-.448.421v.666h1.482l.086.522c.048.287.166.571.263.631.248.154 1.102.005 1.384-.24z\"/>\n    <path fill=\"#D40000\" d=\"M158.413 106.664c-.282-.43-.162-.746.282-.746.244 0 .384.099.474.338.273.717-.337 1.047-.756.408z\"/>\n    <path fill=\"#FC0\" d=\"M141.268 106.049c.427-.184.935-.57 1.361-1.035l.68-.742.785.095c.972.118.988.127.988.592 0 .369.024.381.914.465.503.048 1.166.087 1.474.087.395.001.614.077.745.26.175.244.276.251 1.743.119 1.371-.123 1.641-.112 2.259.098.439.149.922.214 1.289.173 1.05-.118 2.502-.982 2.712-1.613.025-.076.406-.21.845-.298 1.061-.212 1.109-.44.12-.563a7.12 7.12 0 01-1.433-.355c-.359-.142-.851-.258-1.092-.258-.533 0-1.041.33-1.041.675 0 .225.081.245.711.181.594-.06.773-.024 1.085.224.206.163.339.353.295.423-.14.226-1.376.79-1.924.878-.366.058-.664.017-.953-.132-.48-.248-1.187-.287-1.32-.071-.058.093-.207.035-.415-.16l-.326-.306-.739.306c-.748.31-1.02.293-1.02-.063 0-.163-.22-.182-1.321-.11-1.215.078-1.34.063-1.567-.19-.21-.234-.22-.317-.071-.555.139-.222.14-.315.009-.447-.131-.131-.297-.132-.778-.003-1.207.323-1.555.144-1.555-.799 0-.825-.674-1.179-1.348-.707-1.107.776-1.394 1.693-.642 2.052.553.264.412.576-.457 1.01-1.243.622-2.338.543-4.423-.32-.513-.213-.645-.127-.527.341.115.459.534.711 1.58.95 1.122.256 2.481.174 3.357-.202z\"/>\n    <path fill=\"#CF1126\" d=\"M142.277 103.392c-.052-.137.012-.294.167-.408.215-.157.282-.156.447.009.107.107.157.29.112.408-.107.281-.617.275-.726-.009z\"/>\n    <path fill=\"#FC0\" d=\"M140.52 103.75c.736-.467.719-.431.825-1.728.074-.914.062-.982-.187-.982-.359 0-.547.395-.547 1.149 0 .483-.076.7-.332.957-.612.612-2.134.332-2.325-.427-.066-.262.018-.497.337-.95.665-.943.514-1.173-.3-.458-.559.491-.66.506-.554.083.098-.39-.105-.545-.562-.43-.234.059-.359.206-.416.489-.056.277-.182.43-.403.485-.369.093-.998-.257-.998-.555 0-.221.941-1.37 2.151-2.626.456-.473.829-.915.829-.982 0-.067-.244-.122-.542-.122-.436 0-.542.049-.542.25 0 .138-.61.937-1.355 1.776-1.554 1.75-1.683 2.114-.914 2.582.62.378 1.412.349 2.034-.074l.506-.343v.623c0 .796.159 1.082.783 1.411.784.415 1.733.366 2.512-.128zM162.897 102.993c.001-.86.024-.933.271-.889 1.551.278 2.268.07 2.939-.85.366-.503.398-.63.349-1.412l-.053-.859.752.09c1.364.163 1.379.172 1.285.729-.259 1.521-.734 2.358-1.906 3.36-.82.7-.817 1.043.004.653.696-.33 1.503-1.16 1.938-1.992.319-.611.375-.883.381-1.848.006-1.016.039-1.159.32-1.386.236-.191.498-.246 1.058-.222.672.029.777-.007 1.083-.362.266-.309.321-.486.257-.828-.118-.631.015-.851.736-1.217.976-.495 1.355-1.021 1.355-1.881 0-.792-.245-1.258-.59-1.126-.262.101-.301.785-.066 1.162.086.138.119.35.072.472-.126.329-.857.726-1.52.825-.836.126-1.415.573-1.852 1.43-.694 1.364-.594 1.301-1.2.754-.93-.84-1.752-.618-2.102.568l-.15.507-.25-.508c-.255-.516-.557-.639-.851-.345-.263.263-.185.678.246 1.314.222.328.404.742.404.921 0 .834-.788 1.509-1.542 1.32-.403-.101-.761-.667-.761-1.204 0-.486-.364-.44-.474.059-.185.839-.562.498-.727-.659-.112-.783-.396-.826-.744-.112-.223.456-.229.541-.051.745.369.425.948 2.119 1.017 2.978.095 1.174.37 1.036.372-.187z\"/>\n    <path fill=\"#CF1126\" d=\"M167.37 98.418c-.331-.242-.179-.629.246-.629.387 0 .693.319.582.608-.098.254-.495.265-.828.021zM170.344 97.512a.515.515 0 01.493-.671c.26 0 .333.313.172.734-.118.307-.561.264-.665-.063z\"/>\n    <path fill=\"#FC0\" d=\"M134.897 102.892c.025-.131-.043-.226-.161-.226-.252 0-.404.221-.284.414.121.198.392.084.445-.188zM145.487 101.708c0-.194-.073-.267-.235-.236-.353.068-.393.517-.045.517.193 0 .28-.087.28-.281zM130.793 100.549l.375-.491 1.405.094c1.711.115 1.916.019 3.185-1.49.466-.555.926-1.008 1.021-1.008.095 0 .174-.152.174-.339 0-.491-.59-.469-.904.034-.453.724-1.718 2.091-2.052 2.218-.186.071-.612.088-.945.038-.505-.076-.565-.114-.359-.229.357-.2 1.144-1.011 1.144-1.179 0-.219-.651-.418-1.059-.325-.2.046-.676.256-1.058.466-.723.398-1.27.408-1.27.023 0-.115.32-.555.711-.977.391-.423.884-.962 1.095-1.198.211-.236.44-.429.508-.429s.124-.092.124-.203c0-.144-.147-.203-.508-.203-.465 0-.536.053-.834.614a4.33 4.33 0 01-.8 1.03c-.385.338-.557.402-.916.344-.703-.114-1.141-.47-1.141-.925 0-.217-.087-.428-.193-.469-.286-.11-.756.19-.756.483 0 .497.179.701.956 1.094.692.349.792.451.83.84.038.392.086.44.422.416.536-.037.745.44.447 1.017-.232.448-.294 1.245-.097 1.245.066.001.288-.221.495-.491z\"/>\n    <path fill=\"#F0F\" d=\"M131.398 99.482c0-.221.124-.251.474-.117.18.069.189.11.045.201-.28.179-.519.14-.519-.084z\"/>\n    <path fill=\"#CF1126\" d=\"M131.94 98.895c0-.118.593-.428.819-.428.264 0 .118.378-.176.457-.426.113-.643.104-.643-.029z\"/>\n    <path fill=\"#FC0\" d=\"M140.949 99.821c0-.294-.529-.253-.586.045-.037.192.023.238.269.203.174-.024.317-.136.317-.248zM164.292 97.753c.054-.28-.337-.469-.544-.262-.206.206-.018.598.262.544a.383.383 0 00.282-.282zM127.963 94.894c.366-.315.37-.336.211-1.026-.224-.969-.209-1.074.16-1.166.467-.117 1.651.518 1.914 1.027.203.393.198.42-.148.741-.372.345-.37.746.002.746.308 0 1.16-.806 1.16-1.097 0-.401-.946-1.351-1.693-1.7a3.33 3.33 0 00-1.461-.317c-.958-.002-1.088.205-.829 1.32.304 1.306-.108 1.482-1.161.497-.781-.731-1.088-1.492-1.085-2.69.003-1.286.495-1.921 1.602-2.069.736-.099.718-.271-.039-.385-1.104-.165-2.037.571-2.392 1.888-.393 1.461.508 3.241 2.104 4.156.836.479 1.168.494 1.655.075zM171.471 93.292c.089-.089.163-.291.163-.448 0-.157.152-.492.339-.744.186-.253.339-.51.339-.572 0-.257-.422-.248-.757.016-.341.269-.598.275-.598.014 0-.066.163-.2.363-.297.497-.242.539-.481.118-.672-.537-.245-1.077.202-1.132.938-.037.492.003.577.382.799.347.204.411.313.353.605-.101.504.109.681.43.361zM175.561 92.829c.298-.269.542-.574.542-.677 0-.102.259-.373.576-.6.898-.645 1.095-1.298.694-2.301-.157-.393-.649-.938-1.716-1.899-.823-.742-1.577-1.349-1.676-1.349-.292 0-.24 1.073.057 1.168.534.171.856.388 1.695 1.145.977.881 1.426 1.705 1.181 2.164-.237.442-.549.305-1.409-.617-.452-.485-.899-.882-.992-.881-.099.001-.169.177-.169.422 0 .307.164.602.61 1.098.726.808.798 1.294.253 1.723-.196.154-.398.281-.447.281-.05 0-.209-.24-.354-.534-.305-.618-2.165-2.581-2.445-2.581-.126 0-.189.158-.189.471 0 .377.074.509.374.664.37.191 1.281 1.111 2.2 2.22.261.315.52.573.575.573.053-.001.342-.221.64-.49zM177.385 87.605c-.121-.388-2.616-2.957-2.872-2.957-.134 0-.174.157-.144.567.036.495.091.58.431.67.214.057.871.572 1.46 1.145.589.573 1.105 1.008 1.147.966.042-.041.032-.218-.022-.391z\"/>\n    <path fill=\"#CF1126\" d=\"M193.828 98.396c.546-.058 1.095.397.909.979-.046.105-.23.309-.536.517a6.27 6.27 0 01-1.285.639c-1.074.406-2.553.72-4.276.674h.245c-1.749.023-2.688-.139-3.911-.543-1.034-.338-1.925-.595-1.988-1.509 0-.157.047-.25.127-.325a.753.753 0 01.357-.167c.311-.068.67.112.982.214.665.219 2.073.814 4.433.829 1.244.032 2.161-.264 3.11-.581 1.136-.378 1.295-.65 1.833-.727zM200.182 63.563c.016.001.03.005.044.01.057.018.117.059.177.172v.005c.021.035.073.223.088.482s.008.597-.015.994c-.045.794-.16 1.814-.33 2.903-.339 2.177-.887 4.633-1.466 6.101-.567 1.359-1.81 2.577-3.021 3.675-1.21 1.098-2.39 2.056-2.814 3.045-.079.177-.117.424-.157.777a22.13 22.13 0 00-.098 1.328 93.935 93.935 0 00-.098 3.843c-.019 2.299.004 4.825.044 6.829l-.177.079c-.293.134-.636.307-1.018.482-.765.349-1.688.688-2.647.659h-.005c-1.933-.014-2.794-.579-3.449-.832h-.005a2.075 2.075 0 00-.403-.108c.025-1.838.194-14.58.192-16.792v-.005c-.021-.605.553-1.377 1.299-2.066.746-.689 1.63-1.301 2.145-1.687l.005-.005.01-.005c.306-.272.931-.931 1.52-1.584.295-.327.579-.653.802-.92.223-.267.376-.452.453-.605a2.07 2.07 0 01.31-.364c.167-.162.383-.337.615-.487.232-.15.482-.273.704-.325.221-.051.403-.037.551.054.133.082.184.212.177.452-.007.241-.094.565-.231.905-.275.68-.743 1.436-1.082 1.899-.208.283-.399.755-.586 1.304a18.496 18.496 0 00-.482 1.692c-.123.528-.204.933-.187 1.191.004.064-.019.14.103.236a.262.262 0 00.226.034.275.275 0 00.113-.079c.101-.106.169-.244.281-.492v-.005l.005-.005c.169-.432.829-.914 1.668-1.402.839-.488 1.837-.999 2.642-1.619.194-.157.243-.389.3-.664.057-.275.113-.618.231-1.038.236-.841.722-1.998 1.973-3.469l.064-.074-.02-.098c-.274-1.401.096-2.749.6-3.582.252-.417.546-.7.758-.797a.389.389 0 01.191-.042z\"/>\n    <path fill=\"#CF1126\" d=\"M198.116 63.873a.43.43 0 01.256.098c.154.118.275.357.266.674a5.667 5.667 0 00-.433 3.321c-1.24 1.477-1.743 2.674-1.987 3.547-.125.444-.182.804-.236 1.063-.054.256-.116.393-.157.428-.76.585-1.736 1.089-2.588 1.584-.696.405-1.32.789-1.663 1.269.019-.095.04-.193.064-.295.069-.295.157-.621.251-.945.139-.349.538-.794.999-1.156.461-.362.987-.646 1.338-.728l.153-.034.01-.153c.026-.397.35-1.313.802-2.17.451-.857 1.046-1.684 1.515-1.988l.098-.064-.005-.118c-.076-2.722.529-3.917.999-4.226a.558.558 0 01.318-.107z\"/>\n    <path fill=\"#CF1126\" d=\"M196.389 64.379c.072.004.124.027.187.103a.938.938 0 01.162.394c-.248.732-.391 1.778-.359 3.232-.573.419-1.117 1.23-1.56 2.071-.428.813-.751 1.631-.832 2.189-.426.133-.912.418-1.358.768-.119.093-.235.19-.344.29.127-.318.254-.578.349-.709.358-.488.836-1.26 1.132-1.993.1-.249.182-.49.226-.723.484-.506.945-1.423.832-2.327-.101-1.16.38-2.299.9-2.883.261-.291.522-.42.665-.412z\"/>\n    <path fill=\"#CF1126\" d=\"M194.426 64.66a.368.368 0 01.192.084c.1.074.22.21.344.418a4.525 4.525 0 00-.551 2.553v.01c.069.537-.147 1.149-.423 1.599a.772.772 0 00-.334-.462 1.029 1.029 0 00-.605-.138c.096-1.43.394-2.753.772-3.478.198-.379.41-.566.551-.585a.163.163 0 01.054-.001zM191.459 76.62c.022.029.001.033 0 .015v-.015zM184.827 94.43c.092.019.182.043.261.074.342.132.849.406 1.638.61l-1.909-.02.01-.664z\"/>\n    <path fill=\"#CF1126\" d=\"M192.525 94.16c.405-.058.812.397.674.978-.034.105-.17.309-.397.517a4.39 4.39 0 01-.953.639 6.516 6.516 0 01-3.171.674h.181c-1.297.023-1.993-.139-2.9-.543-.766-.338-1.428-.595-1.474-1.509 0-.157.035-.25.094-.325a.517.517 0 01.265-.167c.23-.068.496.112.728.214.493.219 1.537.814 3.287.829.922.032 1.602-.264 2.306-.58.842-.378.96-.649 1.36-.727z\"/>\n    <path fill=\"#CF1126\" d=\"M193.244 96.234a.756.756 0 01.79.979c-.04.105-.2.309-.466.517a5.22 5.22 0 01-1.117.64c-.933.406-2.218.72-3.715.674h.213c-1.52.023-2.335-.139-3.398-.543-.898-.338-1.673-.595-1.727-1.509 0-.157.041-.25.11-.325a.622.622 0 01.31-.167c.27-.068.581.112.853.214.578.218 1.801.814 3.851.829 1.081.032 1.878-.264 2.702-.581.988-.379 1.126-.651 1.594-.728zM107.172 98.396c-.546-.058-1.095.397-.909.979.046.105.23.309.536.517a6.27 6.27 0 001.285.639c1.074.406 2.553.72 4.277.674h-.245c1.749.023 2.688-.139 3.911-.543 1.034-.338 1.925-.595 1.988-1.509 0-.157-.047-.25-.127-.325a.753.753 0 00-.357-.167c-.31-.068-.669.112-.981.214-.665.219-2.073.814-4.433.829-1.244.032-2.161-.264-3.11-.581-1.138-.378-1.297-.65-1.835-.727zM100.818 63.563a.157.157 0 00-.044.01c-.057.018-.117.059-.177.172v.005c-.021.035-.073.223-.089.482-.015.259-.008.597.015.994.045.794.16 1.814.33 2.903.339 2.177.887 4.633 1.466 6.101.568 1.359 1.811 2.577 3.021 3.675 1.21 1.098 2.39 2.056 2.814 3.045.079.177.117.424.157.777.041.354.071.804.099 1.328.054 1.049.086 2.396.098 3.843a259.27 259.27 0 01-.044 6.829l.177.079c.293.134.636.307 1.018.482.765.349 1.688.688 2.647.659h.005c1.933-.014 2.794-.579 3.449-.832h.005c.126-.048.263-.085.403-.108-.025-1.838-.194-14.58-.192-16.792v-.005c.021-.605-.553-1.377-1.299-2.066-.746-.689-1.63-1.301-2.145-1.687l-.005-.005-.01-.005c-.306-.272-.931-.931-1.52-1.584a33.34 33.34 0 01-.802-.92c-.223-.267-.376-.452-.453-.605a2.07 2.07 0 00-.31-.364 4.125 4.125 0 00-.615-.487 2.374 2.374 0 00-.704-.325c-.221-.051-.403-.037-.551.054-.133.082-.184.212-.177.452.007.241.094.565.231.905.275.68.743 1.436 1.082 1.899.208.283.399.755.586 1.304.187.549.359 1.164.482 1.692s.204.933.187 1.191c-.004.064.019.14-.103.236a.262.262 0 01-.226.034.275.275 0 01-.113-.079c-.101-.106-.169-.244-.281-.492v-.005l-.005-.005c-.169-.432-.829-.914-1.668-1.402-.839-.488-1.837-.999-2.642-1.619-.194-.157-.243-.389-.3-.664-.057-.275-.113-.618-.231-1.038-.236-.841-.722-1.998-1.973-3.469l-.064-.074.02-.098c.274-1.401-.096-2.749-.6-3.582-.252-.417-.546-.7-.758-.797a.385.385 0 00-.191-.042z\"/>\n    <path fill=\"#CF1126\" d=\"M102.884 63.873a.43.43 0 00-.256.098c-.154.118-.275.357-.266.674.409.883.654 2.071.433 3.321 1.24 1.477 1.743 2.674 1.988 3.547.125.444.182.804.236 1.063.053.256.116.393.157.428.76.585 1.736 1.089 2.588 1.584.696.405 1.32.789 1.663 1.269a8.925 8.925 0 00-.064-.295 19.052 19.052 0 00-.251-.945c-.139-.349-.537-.794-.999-1.156-.461-.362-.987-.646-1.338-.728l-.152-.034-.01-.153c-.026-.397-.35-1.313-.802-2.17-.451-.857-1.046-1.684-1.515-1.988l-.098-.064.005-.118c.076-2.722-.529-3.917-.999-4.226a.566.566 0 00-.32-.107z\"/>\n    <path fill=\"#CF1126\" d=\"M104.611 64.379c-.072.004-.124.027-.187.103a.938.938 0 00-.162.394c.248.732.391 1.778.359 3.232.573.419 1.117 1.23 1.56 2.071.428.813.751 1.631.831 2.189.426.133.912.418 1.358.768.119.093.235.19.344.29-.127-.318-.253-.578-.349-.709-.358-.488-.836-1.26-1.132-1.993a3.86 3.86 0 01-.226-.723c-.484-.506-.945-1.423-.831-2.327.101-1.16-.38-2.299-.9-2.883-.261-.291-.521-.42-.665-.412z\"/>\n    <path fill=\"#CF1126\" d=\"M106.574 64.66a.368.368 0 00-.192.084c-.099.074-.22.21-.344.418.383.688.635 1.6.551 2.553v.01c-.069.537.147 1.149.423 1.599a.772.772 0 01.334-.462c.187-.115.396-.149.605-.138-.096-1.43-.394-2.753-.773-3.478-.198-.379-.41-.566-.551-.585a.156.156 0 00-.053-.001zM109.541 76.62c-.022.029-.001.033 0 .015v-.015zM116.173 94.43a1.657 1.657 0 00-.261.074c-.342.132-.85.406-1.638.61l1.909-.02-.01-.664z\"/>\n    <path fill=\"#CF1126\" d=\"M108.476 94.16c-.405-.058-.812.397-.674.978.034.105.17.309.398.517.231.211.555.436.953.639.797.406 1.893.72 3.171.674h-.181c1.297.023 1.993-.139 2.9-.543.766-.338 1.428-.595 1.474-1.509 0-.157-.035-.25-.094-.325a.517.517 0 00-.265-.167c-.23-.068-.496.112-.728.214-.493.219-1.537.814-3.287.829-.922.032-1.602-.264-2.306-.58-.844-.378-.962-.649-1.361-.727z\"/>\n    <path fill=\"#CF1126\" d=\"M107.756 96.234a.756.756 0 00-.79.979c.04.105.2.309.466.517.271.212.65.437 1.117.64.933.406 2.218.72 3.715.674h-.213c1.52.023 2.335-.139 3.398-.543.898-.338 1.673-.595 1.727-1.509 0-.157-.041-.25-.11-.325a.622.622 0 00-.31-.167c-.27-.068-.581.112-.853.214-.578.218-1.801.814-3.851.829-1.081.032-1.878-.264-2.702-.581-.988-.379-1.126-.651-1.594-.728zM149.597 99.663c-2.6-.274-4.865-1.922-5.961-4.338-.367-.808-.357-1.018.034-.736.661.476 1.604.897 2.01.897.334 0 .611.172 1.265.783 1.267 1.186 2.688 1.493 2.07.447-.433-.733-.312-1.228.615-2.518.466-.648.908-1.182.982-1.188.075-.005.451.43.837.969.829 1.157 1.086 2.027.78 2.644-.268.541-.249.894.049.894.327 0 1.455-.716 2.126-1.35a2.634 2.634 0 011.219-.673c.373-.089 1.004-.345 1.402-.568.399-.224.753-.379.787-.344.163.163-.919 2.001-1.62 2.752-1.36 1.457-2.668 2.108-4.642 2.311-.588.061-1.468.069-1.953.018z\"/>\n    <path fill=\"#CF1126\" d=\"M152.902 96.379c-.043-.112-.043-.259 0-.328.163-.265-.353-1.518-.993-2.411l-.887-1.237c-.12-.168-.295-.305-.388-.305-.198 0-1.481 1.743-2.02 2.744-.205.38-.372.894-.372 1.142 0 .247-.065.45-.145.45-.373 0-1.108-.779-1.514-1.605-.411-.836-.441-.988-.434-2.254.009-1.602.244-2.615 1.119-4.812.561-1.41.621-1.667.627-2.71.008-1.255-.229-1.913-.923-2.56-.413-.385-.352-.556.199-.556.513 0 1.318.41 1.722.878.385.446.632.3.751-.44.045-.278.261-.719.481-.98.331-.392.442-.449.647-.329.37.215.857 1.266.857 1.849 0 .669.21.659.887-.04.598-.618 1.004-.859 1.653-.982.587-.111.577.131-.029.718-.704.682-1.056 1.535-1.064 2.578-.008 1.004.129 1.493.87 3.129.699 1.542 1.07 3.037 1.07 4.319 0 1.381-.278 2.257-.961 3.034-.682.775-1.042.996-1.153.708z\"/>\n    <path fill=\"#CF1126\" d=\"M151.902 81.672c-.341-.669-1.055-1.494-1.292-1.494-.214 0-1.284 1.188-1.284 1.425 0 .092-.084.237-.187.323-.145.12-.311.073-.741-.208-.699-.458-1.015-1.309-1.006-2.715.008-1.226.204-2.063.882-3.755.492-1.229.533-1.427.487-2.371-.06-1.248-.398-2.014-1.346-3.052-.365-.399-.663-.763-.663-.808 0-.045.282-.083.628-.083.698 0 1.273.292 1.852.942.202.227.42.413.485.413.064 0 .159-.32.21-.711.103-.783.382-1.321.686-1.321.287 0 .61.715.61 1.352 0 .775.277.824.88.156.271-.3.702-.614.958-.699.481-.159 1.213-.075 1.356.155.045.072-.174.407-.485.745-1.364 1.48-1.639 3.147-.837 5.083.654 1.58.873 2.7.804 4.113-.074 1.528-.349 2.229-1.057 2.698-.291.192-.559.35-.597.35-.038 0-.192-.242-.343-.538z\"/>\n    <path fill=\"#CF1126\" d=\"M148.752 68.603c-.7-.513-.931-1.004-.931-1.972 0-.497.092-.764.418-1.214.482-.666.393-.876-.287-.681-1.095.314-1.618.027-1.655-.906-.018-.456.079-.651.693-1.389.492-.591.671-.902.574-.998-.096-.097-.679.408-1.872 1.622-.952.969-2.023 1.959-2.379 2.2-2.049 1.385-4.007 1.599-4.902.535-.458-.544-.433-.851.097-1.18.242-.15.654-.496.914-.768.614-.641 2.444-1.962 3.353-2.42.737-.372.914-.625.435-.625-.622 0-2.614 1.297-4.123 2.685-.445.409-1.084.866-1.42 1.014-.754.333-2.234.455-2.892.238-.466-.154-1.313-.953-1.313-1.239 0-.075.193-.241.429-.368s.658-.432.938-.677c1.208-1.06 3.497-2.15 5.315-2.532.577-.121.364-.413-.281-.385-1.246.055-3.723 1.215-5.204 2.436-1.734 1.43-4.348 1.295-5.19-.268-.144-.268-.23-.521-.19-.561.04-.04.556-.195 1.146-.344.637-.161 1.898-.683 3.105-1.284 1.899-.947 2.46-1.149 3.768-1.358.587-.094.617-.381.047-.449-.736-.087-1.863.282-3.853 1.261-2.558 1.259-3.276 1.475-4.624 1.394-1.23-.073-1.922-.39-2.92-1.333-.652-.617-1.579-2.189-1.397-2.37.043-.043.343 0 .668.095.358.105 1.386.175 2.621.178 1.732.004 2.192-.041 3.116-.309 1.542-.446 3.596-1.489 4.999-2.538 2.685-2.008 4.875-2.815 7.668-2.826 2.577-.01 4.216.585 5.669 2.057.491.498.91.821.978.753.065-.065.136-.936.156-1.935 0 0 .76-.073.919.14 0 1.622.019 1.75.255 1.75.155 0 .32-.159.422-.405.22-.531 1.037-1.259 1.908-1.7 1.887-.956 5.15-.986 7.769-.07 1.104.386 2.33 1.079 3.497 1.978 1.169.9 3.563 2.105 4.979 2.507 1.431.406 3.953.509 5.248.214.533-.121 1.033-.22 1.112-.22.477 0-.336 1.591-1.29 2.522-1.744 1.703-4.012 1.695-7.205-.025-1.989-1.071-4.368-1.656-4.368-1.074 0 .121.125.203.31.203.691 0 2.027.463 3.889 1.348 2.016.958 3.146 1.361 3.818 1.361.487 0 .502.303.048.97-.482.71-1.299 1.063-2.452 1.059-1.104-.004-1.716-.245-2.701-1.064-1.647-1.37-5.754-2.9-5.596-2.084.031.164.23.264.653.328 1.429.218 3.106 1.019 4.822 2.305.53.397 1.078.789 1.219.871.235.138.239.18.053.528-.307.574-1.084 1.021-1.925 1.108-1.09.113-2.039-.212-3.019-1.032-2.072-1.734-4.023-2.989-4.648-2.989-.511 0-.282.281.618.759 1.183.627 2.4 1.476 3.294 2.299.425.39.901.779 1.058.863.376.201.361.494-.051 1.034-.42.551-1.117.791-2.019.696-1.8-.19-3.204-1.059-5.411-3.347-.862-.894-1.631-1.626-1.709-1.626-.294 0-.122.399.447 1.035.705.788.841 1.233.574 1.871-.236.566-.628.697-1.433.48-.823-.221-.951-.019-.412.651.805 1.002.686 2.228-.3 3.072-.306.262-.627.476-.713.476-.086 0-.304-.224-.484-.497-.634-.962-1.191-.957-1.807.018a9.787 9.787 0 01-.403.611c-.008-.002-.295-.21-.64-.463z\"/>\n    <path fill=\"#CF1126\" d=\"M151.889 49.047l-1.068.846-.959-.723v5.781l2.027.025v-5.929zM149.865 41.659c-.929.016-1.91.029-2.789.202-.612.12-1.166.317-1.629.645.077 1.777 8.542 2.518 10.814.034-.479-.349-1.06-.554-1.702-.679-.848-.164-1.786-.182-2.676-.197.002.489.005.977.005 1.466l-2.022-.005-.001-1.466zM151.519 32.841l-.503 4.925 5.068 2.475-2.565-3.429 3.503-1.134zM150.955 31.559c-.77 0-1.338.287-1.338.628s.569.631 1.338.631c.769 0 1.333-.29 1.333-.631s-.564-.628-1.333-.628z\"/>\n    <path fill=\"#CF1126\" d=\"M151.521 32.577l-1.315.01v10.289l1.341.005zM145.268 43.051c-.213 2.733-.906 4.639-1.87 6.741l2.312-2.144 1.608 1.91 1.742-1.943 1.776 1.642 1.709-1.709 1.776 2.077 1.541-1.709 2.614 1.876c-.949-2.103-2.232-3.885-2.071-6.842-2.532 1.88-8.548 2.22-11.137.101z\"/>\n  </g>\n</svg>\n</li><li title=\"cif bo \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 205\">\n  <g fill=\"none\">\n    <path fill=\"#007934\" d=\"M.5.227h300v204.545H.5z\"/>\n    <path fill=\"#F9E300\" d=\"M.5.227h300v136.364H.5z\"/>\n    <path fill=\"#D52B1E\" d=\"M.5.227h300v68.182H.5z\"/>\n  </g>\n</svg>\n</li><li title=\"cif br \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"   viewBox=\"0 0 301 211\">\n  <defs>\n    <circle id=\"a\" cx=\"52.5\" cy=\"52.5\" r=\"52.5\"/>\n  </defs>\n  <g fill=\"none\" fill-rule=\"evenodd\">\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" d=\"M.5.5h300v210H.5z\"/>\n    <path fill=\"#FEDF00\" fill-rule=\"nonzero\" d=\"M26 105.5L150.5 185 275 105.5 150.5 26z\"/>\n    <circle cx=\"150.5\" cy=\"105.5\" r=\"52.5\" fill=\"#002776\" fill-rule=\"nonzero\"/>\n    <g transform=\"translate(98 53)\">\n      <mask id=\"b\" fill=\"#fff\">\n        <use xlink:href=\"#a\"/>\n      </mask>\n      <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M-105 157.5C-105 87.084-47.916 30 22.5 30S150 87.084 150 157.5h-7.5c0-66.274-53.726-120-120-120s-120 53.726-120 120h-7.5z\" mask=\"url(#b)\"/>\n    </g>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" d=\"M122.483 89.245l4.497.157.033-.928-3.641-.127.045-1.285 2.855.1.03-.857-2.856-.1.035-.999 3.426.12.033-.928-4.283-.15zM128.826 89.515l.854.075.299-3.415.697 3.503.783.068 1.295-3.328-.299 3.415.854.075.436-4.981-1.245-.109-1.295 3.328-.697-3.503-1.245-.109zM139.185 90.684l3.696.635.145-.845-2.851-.49.194-1.126 2.323.399.145-.845-2.323-.399.133-.774 2.763.475.145-.845-3.608-.62zM171.642 98.557l-1.736-.755.399-.917 1.736.755z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" d=\"M170.894 100.194l-.917-.399.997-2.293.917.4zM185.543 106.309c-.269.422.004.892.606 1.275.602.384 1.013.37 1.186.099.547-.859-2.615-2.11-1.641-3.607.84-1.286 2.278-.285 2.82.06.542.345 1.413 1.239.736 2.268l-.919-.586c.288-.452-.028-.886-.51-1.193-.467-.297-.846-.433-1.125.003-.466.698 2.633 2.016 1.683 3.507-.7 1.099-1.919.619-2.732.101-.693-.441-1.728-1.482-1.053-2.534l.949.607zM178.248 103.861l3.916 2.216.457-.808-3.171-1.794.633-1.119 2.487 1.407.422-.746-2.487-1.407.493-.87 2.984 1.688.457-.808-3.73-2.11zM190.907 109.856c-.29.407-.043.891.539 1.305.581.415.992.422 1.179.161.591-.829-2.501-2.244-1.449-3.688.906-1.24 2.29-.166 2.813.208.523.374 1.346 1.311.616 2.304l-.887-.632c.311-.436.018-.886-.447-1.218-.451-.321-.822-.477-1.123-.055-.502.673 2.524 2.151 1.497 3.59-.757 1.061-1.949.518-2.734-.042-.669-.477-1.648-1.57-.92-2.585l.916.652zM107.652 87.398c-.168-1.37-1.305-2.359-2.538-2.207-1.233.151-2.097 1.385-1.929 2.756.168 1.37 1.305 2.358 2.538 2.207 1.233-.152 2.097-1.385 1.929-2.756zm-2.233-1.247c1.699 0 1.699 3.047 0 3.047-1.7 0-1.7-3.047 0-3.047zM199.777 114.81c.635-1.226.256-2.684-.848-3.255-1.103-.572-2.513-.041-3.148 1.185-.635 1.226-.255 2.683.848 3.255 1.104.571 2.513.04 3.148-1.185zm-1.138-2.291c1.403.96-.319 3.475-1.721 2.514-1.402-.96.319-3.474 1.721-2.514zM120.209 85.199c-.551-.887-1.662-.929-1.662-.929l-2.5.039.087 4.999s1.983.001 2.51-.049c.527-.05 1.146-.354 1.551-.885.404-.532.4-1.161.397-1.548-.004-.387.058-.916-.383-1.627zm-2.04 3.159c-.384 0-1.123.005-1.123.005l-.055-3.142c1.034-.014 1.07-.014 1.471-.014.742.013 1.055.566 1.211.924.056.399.059.56.072.905-.046.371-.156.677-.469.97-.515.346-.775.352-1.107.352zM113.38 87.364s.523-.442.657-1.075c.135-.633-.257-1.15-.423-1.298-.166-.148-.515-.499-1.031-.479-.516.02-3.063.198-3.063.198l.278 4.993.926-.065-.129-1.853 1.608-.113.387-.027s.498.815.545 1.318c.032.296.028.547.028.547h.903s.023-.889-.234-1.422c-.257-.533-.452-.724-.452-.724zm-.563-.777c-.195.163-.742.169-.742.169l-1.546.102-.09-1.283c.235.002 1.464-.102 1.486-.102.248-.008.527-.033.527-.033s.202.007.404.182a.53.53 0 01.202.43c-.006.255-.151.486-.241.535zM166.19 94.968c.189-1.368-.656-2.615-1.886-2.784-1.231-.17-2.382.801-2.571 2.168-.189 1.368.656 2.614 1.886 2.784 1.23.17 2.382-.801 2.571-2.168zm-1.839-1.779c1.643.436.861 3.381-.782 2.945-1.642-.436-.86-3.381.782-2.945zM159.006 93.028s.638-.248.972-.801c.334-.554.133-1.171.024-1.365-.108-.195-.323-.64-.817-.79a229.97 229.97 0 00-2.959-.815l-1.371 4.809.897.242.483-1.793 1.557.42.374.101s.204.933.085 1.423c-.067.29-.153.527-.153.527l.852.295s.313-.833.244-1.42c-.069-.588-.188-.833-.188-.833zm-.278-.918c-.238.09-.757-.083-.757-.083l-1.495-.409.335-1.241c.221.078 1.416.383 1.438.389.236.074.509.142.509.142s.189.072.322.304a.529.529 0 01.05.472c-.089.238-.302.409-.402.426zM177.166 100.386s.657-.192 1.037-.716c.38-.524.232-1.156.14-1.358-.092-.203-.268-.665-.747-.857-.48-.191-2.88-1.062-2.88-1.062l-1.773 4.676.872.317.634-1.746 1.515.55.365.132s.124.946-.036 1.425c-.091.284-.197.512-.197.512l.824.366s.382-.803.364-1.394c-.02-.59-.118-.845-.118-.845zm-.199-.938c-.245.069-.747-.147-.747-.147l-1.454-.534.438-1.209c.213.097 1.379.501 1.4.51.23.093.495.184.495.184s.181.088.295.33a.531.531 0 01.01.475c-.109.23-.335.382-.437.391zM152.854 91.359s.632-.263.953-.825c.321-.562.105-1.174-.008-1.366-.114-.192-.339-.632-.836-.77-.498-.138-2.978-.743-2.978-.743l-1.255 4.84.902.22.44-1.804 1.566.382.377.092.839-.026zm-.299-.911c-.235.096-.758-.065-.758-.065l-1.504-.373.305-1.249c.223.073 1.426.349 1.447.355.239.068.512.13.512.13s.19.068.329.296a.529.529 0 01.062.471c-.085.24-.294.415-.393.435z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" d=\"M171.452 97.677c-.129-.057-.263-.097-.398-.139-.391.738-1.257 1.263-2.028.734-1.403-.959.319-3.474 1.721-2.514.339.232.492.554.515.896.212.09.441.132.654.23.09.041.178.084.267.124.072-.92-.345-1.8-1.145-2.214-1.103-.572-2.513-.041-3.148 1.184-.635 1.226-.256 2.683.848 3.255 1.103.572 2.513.041 3.148-1.184.025-.049.046-.098.068-.147-.168-.074-.334-.151-.502-.225z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M168.754 88.532l-1.111.806.425 1.307-1.112-.808-1.11.808.424-1.307-1.111-.806h1.373l.424-1.306.425 1.306zM105.503 95.376l1.322.961-.505 1.555 1.323-.961 1.322.961-.505-1.555 1.323-.961h-1.635l-.505-1.554-.505 1.554zM163.395 102.393l.915.665-.349 1.076.915-.665.915.665-.35-1.076.916-.665h-1.132l-.349-1.076-.345 1.076zM116.485 114.71l.56.392-.216.667.557-.405.556.405-.213-.655.557-.404h-.688l-.212-.655-.213.655zM112.277 115.893l-.498 1.554h-1.633l1.322.961-.505 1.555 1.323-.961 1.322.961-.505-1.555 1.323-.961h-1.635l-.505-1.554M104.074 122.278l1.102.8-.421 1.296 1.102-.801 1.102.801-.421-1.295 1.102-.801h-1.362l-.421-1.296-.421 1.296zM128.785 107.029l1.08.784-.413 1.27 1.08-.785 1.08.785-.413-1.27 1.081-.784h-1.335l-.413-1.27-.412 1.27zM121.724 122.708l.996.724-.38 1.171.996-.724.996.724-.381-1.171.997-.724h-1.231l-.381-1.17-.38 1.17zM120.243 128.202l.916.665-.35 1.076.916-.665.915.665-.35-1.076.915-.665h-1.131l-.349-1.076-.345 1.076zM127.333 132.383l1.323.961-.505 1.555 1.322-.961 1.323.961-.506-1.555 1.323-.961h-1.635l-.505-1.554-.505 1.554zM148.702 113.537l1.111.806-.424 1.307 1.111-.808 1.111.808-.424-1.307 1.11-.806h-1.379l-.418-1.306-.424 1.306zM143.713 118.265l.915.665-.349 1.076.912-.667.918.667-.35-1.076.915-.665h-1.131l-.349-1.076-.35 1.076zM146.921 121.885l.556.405-.212.654.557-.404.556.404-.213-.655.557-.404h-.688l-.212-.654-.213.654zM154.77 118.125l1.111.807-.424 1.306 1.11-.808 1.112.808-.425-1.306 1.111-.807h-1.373l-.425-1.306-.417 1.306zM148.36 128.611l1.323.961-.506 1.555 1.323-.961 1.322.961-.505-1.555 1.323-.961h-1.635l-.505-1.554-.498 1.554zM149.78 146.346l.425.308-.162.499.424-.308.424.308-.162-.499.424-.308h-.524l-.162-.498-.16.498zM160.577 134.488l.916.665-.35 1.076.916-.665.915.665-.35-1.076.915-.665h-1.131l-.349-1.076-.345 1.076zM164.395 140.251l1.111.807-.425 1.306 1.111-.808 1.112.808-.425-1.306 1.111-.807h-1.373l-.425-1.306-.424 1.306zM171.302 136.346l.915-.665h-1.131l-.349-1.076-.345 1.076h-1.137l.916.665-.35 1.076.916-.665.915.665zM175.094 133.938l.915.665-.349 1.076.915-.665.915.665-.35-1.076.915-.665h-1.131l-.349-1.076-.35 1.076zM174.912 138.903l1.111.806-.425 1.307 1.111-.808 1.111.808-.424-1.307 1.111-.806h-1.373l-.425-1.306-.424 1.306zM175.353 144.386l.915.665-.349 1.076.915-.665.915.665-.349-1.076.915-.665h-1.136l-.345-1.076-.344 1.076zM180.579 134.877l.915.665-.349 1.076.915-.665.915.665-.349-1.076.915-.665h-1.131l-.35-1.075-.35 1.075zM184.464 132.158l1.111.807-.424 1.306 1.111-.808 1.111.808-.425-1.306 1.111-.807h-1.373l-.425-1.306-.417 1.306-1.348-.007M187.619 128.062l1.111.806-.424 1.307 1.111-.808 1.111.808-.425-1.306 1.111-.807h-1.373l-.424-1.306-.425 1.306zM185.137 123.195l1.322.96-.505 1.555 1.323-.961 1.322.961-.505-1.555 1.323-.96h-1.635l-.505-1.555-.506 1.555zM193.147 123.987l.915.665-.349 1.076.915-.665.915.665-.35-1.076.916-.665h-1.131l-.35-1.076-.344 1.076z\"/>\n  </g>\n</svg>\n</li><li title=\"cif bs \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 151\">\n  <g fill=\"none\">\n    <path fill=\"#00ABC9\" d=\"M.5.5h300v150H.5z\"/>\n    <path fill=\"#FAE042\" d=\"M.5 50.5h300v50H.5z\"/>\n    <path fill=\"#000\" d=\"M.5.5v150l125-75z\"/>\n  </g>\n</svg>\n</li><li title=\"cif bt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 201\">\n  <g fill=\"none\" fill-rule=\"evenodd\">\n    <path fill=\"#EFB22D\" fill-rule=\"nonzero\" d=\"M.5.5h300v200H.5z\"/>\n    <path fill=\"#E23D28\" fill-rule=\"nonzero\" d=\"M.5 200.5h300V.5z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M161.081 63.03c-1.663-.59-2.736.268-2.682 2.415.053 2.146 1.18 3.381 2.843 2.576l-.161-4.991z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M162.542 59.01c-1.385-1.093-2.676-.625-3.315 1.425-.639 2.05.032 3.581 1.865 3.353l1.45-4.778z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M164.846 55.12c-1.193-1.302-2.543-1.046-3.503.875-.958 1.921-.542 3.539 1.306 3.608l2.197-4.483zM163.335 74.03c-2.039.751-2.254 3.542-.965 5.258 1.287 1.717 3.649 2.039 4.936 0l-3.971-5.258z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M160.974 68.127c-1.932-.644-3.672 1.951-3.971 4.293-.375 2.952-4.561 3.917-2.253 8.371.482-2.844 2.361-4.4 3.863-4.507 1.503-.107 3.757-.429 4.722-2.254l-2.361-5.903zM167.092 79.61c-2.254.537-2.577 3.542-.967 5.688 1.378 1.838 5.688 1.395 5.581-.429l-4.614-5.259zM173.476 97.694c.107-1.932-3.004-2.683-4.507-2.307-1.503.376-4.373-.054-5.044-1.663-.536 1.288.242 2.683 2.415 3.38 1.645.528 1.61 1.717 1.127 2.254 1.234.214 4.883.214 6.009-1.664z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M171.706 85.352c-2.2-.966-3.504.505-4.346 1.932-1.235 2.093-5.044-.59-6.332 2.2 1.744-.751 3.52.851 4.346 1.395 2.361 1.556 6.922 1.073 7.567-2.576l-1.235-2.951z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M172.993 87.928c-2.2 1.663-3.058 3.649-3.004 4.99.054 1.341 1.932 4.293 3.971 4.454 1.18-2.415 1.77-7.513-.967-9.444zM163.872 98.284c0-.805 1.18-1.127 1.985-.858.805.268 2.039 1.073 1.61 1.932l-3.595-1.074zM151.744 93.884c-.214-.966 1.342-2.629 3.435-1.717 2.091.912 2.361 2.683 1.501 3.381l-4.936-1.664z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M156.842 95.655c-.161-.536 1.346-1.608 3.918-.966 2.575.644 3.207 2.302 3.113 3.595l-7.031-2.629zM151.476 93.884c1.341-1.02.833-2.951-.377-3.541-2.2-1.073-1.394-3.864-2.79-4.4-1.395-.537-2.736-1.503-2.79-2.468-.697 1.341-.268 2.576.699 3.434.965.858-.751 4.346.482 5.258l4.776 1.717zM122.715 93.133c-1.127-1.771-3.81-1.449-4.937-.215-1.127 1.234-.966 3.059.107 3.864l4.83-3.649zM129.154 90.503c-.429-2.361-3.273-2.629-4.829-2.039-1.556.59-2.63 2.951-1.61 4.668l6.439-2.629z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M133.447 90.181c1.02-1.985-.966-4.937-3.219-5.366-1.882-.358-4.105-.349-4.829-2.2-.456 1.61.751 2.63 2.146 3.542 1.395.912-.269 3.273 1.985 4.615l3.917-.591z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M133.232 90.25c-.47-1.422.483-3.314 2.411-3.182 1.928.133 3.027 1.534 2.176 3.285l-4.587-.103z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M137.525 90.357c-.265-1.474.943-3.213 2.834-2.812 1.89.402 2.781 1.943 1.694 3.558l-4.528-.746z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M141.786 91.035c-.192-1.486 1.103-3.163 2.971-2.667s2.681 2.08 1.514 3.639l-4.485-.972zM109.407 115.616c-3.595 0-4.474.856-4.991 4.561-.643 4.615 5.635 5.152 4.991-4.561z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M111.017 110.787c-5.527-2.093-8.532 6.654-14.005 5.097 1.958 3.112 6.706.006 8.478.322 3.005.537 9.498-.59 5.527-5.419zM107.422 122.753c-2.737-1.234-5.688 2.951-5.151 4.776.68 2.317 6.921.429 5.151-4.776zM94.651 140.783c1.502.428 3.327 1.287 3.005 4.185-.322 2.897-5.795 8.8-10.732 9.122-4.937.322-6.707 6.278-10.946 4.614 3.971-.75 3.971-5.258 7.083-6.653-2.254-.805-3.434 4.293-6.332 4.293-2.897 0-4.293 4.614-7.834 4.292-3.541-.321-3.914 5.618-11 5.689-5.42.053-12.127 6.385-14.542 3.648 5.259-.751 7.381-3.665 10.517-6.869 5.044-5.15 10.732-2.843 12.664-7.404a13.188 13.188 0 01-7.619 2.254c-3.301-.068-6.922 5.258-10.625 2.897 2.146-.268 3.542-1.181 5.795-3.542 2.308-2.418 5.694-.855 8.371-3.326 4.186-3.864 7.781-.645 11.805-5.474-1.127-.536-3.542-.161-5.795 1.02-2.254 1.181-5.151-.806-7.727.59.322-3.165 6.332-1.354 10.088-3.542 4.239-2.468 7.754-1.745 11.108-1.449-4.668-.026-6.493-4.454-12.932-3.167-2.808.563-5.044-3.863-7.834-1.61.08-1.662 3.005-3.005 6.01-1.395 3.005 1.61 4.216-1.409 10.195 2.361 2.468 1.555 6.707-.967 9.391.697-.349-1.02-1.878-1.664-3.676-1.529 1.125-2.305 8.396-2.01 11.562.298z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M99.426 137.294c-2.361-1.824-5.634.376-7.888-.483 0 1.502.751 3.756 3.219 4.615.752-.536 4.133-3.487 4.669-4.132z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M103.129 132.09c-3.702-1.878-4.346 2.79-7.244 1.824.107 1.342 1.181 3.005 3.541 3.381l3.703-5.205z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M105.329 127.85c-5.473-2.146-6.171 3.112-9.39 2.093.751 1.825 5.366 2.79 7.727 2.146l1.663-4.239zM112.841 104.831c-1.449-2.039-4.507-.376-4.99 2.039-.483 2.415.697 5.795 2.737 5.044l2.253-7.083z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M116.544 98.391c-2.522-.59-5.42-.322-5.098 2.146-.966.429-1.234 3.595 1.395 4.293l3.703-6.439z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M118.207 96.728c-2.468-2.898-5.221-2.83-6.761-1.61-2.844 2.254-5.607.966-5.688 3.219 1.717-1.314 3.219.268 4.615-.215 1.395-.483 2.415 2.2 6.278 1.073l1.556-2.467zM112.251 140.032c.376.697 2.683 1.02 3.81-.161 1.493-1.565-.161-5.903-2.522-6.225-2.361-.322-2.576 4.883-1.288 6.386z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M109.568 140.139c3.381 1.233 4.829-1.557 3.005-3.327-.483.59-2.254 2.736-3.005 3.327z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M96.905 144.753c-.644 1.932-3.971 2.254-7.727 8.264-3.756 6.009-7.352 3.487-8.264 7.62 4.508-3.649 8.047-1.225 10.732-4.829 4.078-5.474 7.437-4.688 9.015-8.371 2.254-5.258 12.127-5.151 12.663-13.415-3.327-.645-13.844 8.263-16.419 10.731zM181.579 63.62c4.293 1.395 4.4 6.976 9.336 8.8 4.938 1.825 5.421 6.225 9.444 5.152-3.756-1.02-3.487-5.366-7.404-6.439-4.594-1.258-6.332-8.263-9.982-9.337M201.272 92.757c.751 1.717.644 4.776-2.039 5.58 1.449.912 3.594.054 4.775-1.932-1.771 3.917-.59 7.459 2.2 8.156-1.341-2.737 1.664-4.024.699-5.795 1.771.751 3.327 3.166 3.272 4.668 2.308-2.576-1.717-6.01-.965-8.424l-7.942-2.253zM173.476 120.338c-2.629-2.307-3.752.603-5.045-.402-1.207-.939-2.817-1.073-3.433-.134 2.254.08 1.153 1.824 5.526 2.254-4.374.295-3.568 5.178-6.493 4.937 3.113 2.951 4.722-2.629 7.244-1.717-.751.214 1.181 1.985-.161 4.346 2.174-.054 3.058-3.059 3.328-4.615l-.966-4.669zM115.578 145.397c-.966-.804-3.756-1.181-4.829-.536-1.073.643-.698.804.59.912 1.288.107 2.951 2.19.161 2.307-1.288.053-.859 3.165-3.542 3.38 1.1 1.342 4.239.455 5.366-1.02-.215 1.207 1.395 2.307.751 3.756 1.985.216.832-4.023 3.971-3.81-1.288.161-.751 3.058 1.502 2.307-1.341.644-.644 2.2.858 1.825-.966.322-1.288 1.556.054 2.254 1.289-1.769-.16-8.101-4.882-11.375zM232.449 86.189a7.437 7.437 0 007.436-7.437 7.437 7.437 0 10-14.874 0 7.437 7.437 0 007.438 7.437z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M193.599 95.172c2.254-2.146 5.689-3.22 8.049-1.61 2.361 1.61 10.196 3.542 14.06.859 3.863-2.683 5.688-4.078 7.404-3.756 1.289 1.932 2.844 2.844 4.776 3.005.59.644 2.683 1.181 3.864 1.02 1.716.429 3.81-.107 5.472-1.932 2.577.375 4.99-1.556 5.903-4.454 2.736-.322 2.897-3.381 1.18-5.42-1.61-.322-.375-5.742-6.225-4.668 2.469 1.502.59 4.507 2.631 5.902-1.396 0-3.193.59-3.622 2.683.536-1.449-.081-2.415-.457-2.737.054-1.234-2.682-4.266-5.258-3.166 1.852.403.806 3.381 2.147 4.508-.967.054-1.986.537-2.577 1.395-.697-1.234-3.165-2.522-4.668-2.629 0-.429-.081-1.288-.268-1.717-.671-1.288-1.235-2.817-.966-4.776-1.288 1.395-2.361 3.327-3.004 4.722-2.039-1.395-7.083.644-9.445 1.18-2.361.537-10.303-.751-12.128-2.683-1.824-1.932-5.365-3.112-8.692-4.078-4.575-1.328-4.615-6.332-9.66-9.766-.107 6.225 9.338 25.971 11.484 28.118zM141.012 142.607a7.19 7.19 0 100-14.38 7.19 7.19 0 000 14.38z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M123.842 137.08c1.449 1.878 3.917 1.771 4.937 1.61.858 2.253 3.595 2.2 4.776 3.433 1.18 1.235 5.204 1.128 6.385.429-1.072-.107-2.468-.75-3.809-1.878-1.619-1.36-.859-4.078-2.147-5.044.966-1.073 1.127-2.844.912-3.541 1.02-.591 1.771-1.556 1.878-2.039 1.771-.107 3.327-1.02 3.971-1.717.912.858 3.219-.268 4.454 1.18.268-3.541-3.112-5.42-5.367-4.239-.912-.483-3.327-.161-3.756.483-.751-.322-2.844.751-3.81 1.449 1.073-.59 1.234-2.361.805-3.005.912-.376 1.932-1.61 2.039-2.522 1.288.215 3.219-.644 4.077-.429-1.395-1.825-3.702-2.468-6.063-2.307-2.442.134-3.488 1.851-3.81 3.702-1.449.858-1.932 3.756-1.395 4.776-.832-.027-1.61.778-1.932 1.234-1.127-.483-2.737-.832-3.891-.832M122.607 124.899c-.483-1.395.157-2.651.483-3.756.832-2.817.322-3.542-2.2-3.166-.214 1.341 1.073 5.742 1.717 6.922z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M120.756 118.138c.644.644 2.925.939 3.166-1.1.277-2.341-.671-3.247-2.71-2.334-.161.536-.349 2.737-.456 3.434z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M121.239 114.623c.858.349 2.71 1.046 3.73-.939.855-1.665-.268-2.951-2.039-2.844-.43.483-1.288 2.2-1.691 3.783z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M122.822 110.679c.215.644 2.415 2.79 4.025 1.234 1.61-1.556 1.61-3.864-.805-4.722-.644.108-2.576 2.361-3.22 3.488z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M126.042 107.191c.483 1.341 1.985 3.649 4.776 2.576 2.79-1.073 1.61-4.561.322-5.258-.752.053-3.811 1.448-5.098 2.682z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M131.139 104.509c-.215 1.181 0 4.4 3.81 4.346 3.81-.054 2.737-4.508 1.771-5.151-1.556 0-4.186.053-5.581.805z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M136.881 103.865c-.429.912-1.396 6.916 6.063 5.258.966-.214 3.488-5.741-6.063-5.258z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M140.958 104.401c-.75.751 1.181 6.815 6.225 5.795 5.045-1.019.806-6.761-6.225-5.795z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M145.251 105.313c-.804 1.664.404 6.6 6.628 6.6 5.64.001-.296-6.492-6.628-6.6z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M150.135 106.762c-.404.922-.899 6.156 6.439 6.6 5.312.322 4.025-7.19-6.439-6.6z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M158.022 108.962c-.911 1.61-1.878 5.634 6.171 5.956 5.157.207 1.986-5.848-6.171-5.956z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M164.73 110.196c-1.18 1.61-.311 4.768 2.682 5.366 3.757.751 4.293-2.79 1.718-4.507-2.576-1.717-4.4-.859-4.4-.859z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M168.379 110.948c-.858 1.503-.327 5.151 5.365 5.151 1.181 0 5.689-4.615-5.365-5.151zM124.327 180.925a8.349 8.349 0 10-.003-16.695 8.349 8.349 0 00.003 16.695z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M185.55 59.542c-.645.644-1.985 2.576-2.254 3.327-2.79 8.371 4.658 14.624 9.015 23.61 3.435 7.083 3.006 18.244-2.361 25.327-1.836 2.423-1.288 3.112-3.649 5.58-.906.947-1.932 2.146-1.61 5.581 1.503-.537 3.649.858 4.078 2.039 1.074-.537 2.577-.322 3.113.322 1.824-.859 3.326-.429 4.936 1.288 1.396-.215 2.899 0 4.293 1.502.751-1.502 2.254-2.039 3.326-1.717-.107-1.932 1.825-3.327 3.542-2.576-.536-2.576 1.825-4.507 4.079-3.756 1.931-1.503 5.795-1.61 7.727.644-3.435-.966-3.326 2.683-6.225 2.361.751 2.146-1.181 3.381-3.111 4.078 1.233-.59 2.575-1.288 3.004-.536 1.074-.939 3.219-.59 3.757-.107 1.421-.456 2.79-.107 3.433 1.61 1.932 1.181 3.219 4.186 1.825 6.439-.429-2.361-2.039-2.254-2.683-3.219-1.503.537-3.006.537-3.435-.429-.858.859-3.756 1.61-5.043.322-.483 1.932-2.147 3.542-4.079 3.542.537 1.502-.965 4.079-2.146 5.366 1.825.965 1.287 3.113.858 4.4 2.79.429.429 2.897 5.258 4.507-2.36.751-6.975 0-7.619-2.897-2.361-.107-3.971-2.468-3.862-4.938-1.825-1.717-2.093-4.185.429-5.902-2.147.644-3.328-2.79-6.44-1.395-1.547.694-5.633-.483-5.579-1.932-.645 1.073-4.561.644-5.099-1.18-1.287.697-4.293-.483-4.239-2.254-1.664.751-3.917-.59-3.81-2.307-1.556-.215-1.716-1.61-1.61-2.79-1.396-.644-1.02-1.985-.483-3.595-.965-1.073-.536-2.576.215-3.971-1.074-1.073-.858-2.361-.538-3.863-5.151-.429-11.604-1.672-26.4-6.225-22.322-6.868-28.332 9.23-23.396 19.317 5.696 11.64-.644 14.167 1.288 22.86 2.039.429 3.112 2.146 3.005 3.971 1.207.053 2.066 1.179 1.636 3.326 1.02-.188 2.334.107 3.193.966.751-1.395 3.22-1.717 4.508-.107 2.79-.215 4.186 2.039 4.079 4.829 1.501 2.684.965 5.957-.645 8.049.161-1.126 0-2.736-.053-3.701-.1-1.776-2.577-2.147-2.308-3.596-1.288.107-2.522-.591-2.951-1.556-.751.643-1.825.858-2.737.536 1.449.645 2.576 3.219 2.146 4.936.751 1.289.59 3.65-.322 4.669-.429 2.092-2.039 2.843-4.132 1.931 1.18-.75 1.61-2.092 1.556-3.219-.751-.643-1.127-1.878-1.181-2.629-2.092.322-4.99-1.449-5.524-2.149a8.348 8.348 0 00-8.348 8.349c-.214-1.718-2.386-3.41-2.118-4.858-1.288-3.971.537-7.674 5.796-8.424-.644-1.503 1.61-3.06.751-4.776-1.097-2.193-3.112-5.044-6.117-8.371 1.824-3.113 1.288-7.297.215-9.874-1.541-3.699-3.005-2.79-8.478 3.219-8.92 9.795-20.82 7.083-31.337 13.522-2.795 1.711-5.58 2.361-2.576-.643 3.005-3.006 10.947-6.01 16.098-8.586 9.647-4.824 17.815-12.879 21.034-28.547 7.566-36.821 35.415-24.683 53.015-17.815 16.524 6.449 13.522-8.156 5.151-16.956-10.061-10.577-8.049-18.888-3.326-25.542 8.479-1.182 24.738 1.769 21.465 4.613z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M215.44 149.994a9.185 9.185 0 100-18.368 9.185 9.185 0 100 18.368z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M180.399 59.971c-2.039 9.015-.322 13.093 2.683 17.064 6.21 8.207 11.161 26.937 4.078 39.171\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M191.13 105.635c.858-.322 2.468-1.341 2.844-3.112M191.775 101.718c.268-1.556 2.682-2.227 2.736-3.89M191.828 95.655c-.161-1.61 2.415-3.059 2.039-4.668M190.433 89.859c-.215-.912 2.146-2.629 1.503-4.078M188.662 84.225c-.483-1.02 1.127-2.2.429-3.273M186.086 79.718c-.161-.698.832-2.227.296-3.139M183.511 74.406c.214-.269 1.074-.912.724-1.717M181.74 70.515c.349-.188 1.395-.51 1.261-1.288\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M128.027 171.69c-2.147-.751-4.829.322-5.366 2.147M124.271 175.5c.268-1.824 3.059-2.629 3.917-1.771-1.771-.965-2.629 2.468-1.073 2.576M141.548 133.055c-1.287.644-1.662 3.005 0 4.776M143.48 133.592c-.911.751-.858 3.005.483 3.542-1.126-.805 0-2.2.806-2.254.804-.053 1.34.912.375 1.878M218.872 138.904c-3.004-.804-5.42 2.683-2.683 5.796-.053-3.006 2.093-4.991 4.722-4.454M219.704 142.325c-.739 0-1.154.578-1.154 1.14 0 .59.51 1.154 1.341 1.154.538 0 .967-.617.967-1.1M230.301 76.445c.483 1.824 3.006 2.576 4.99 2.146M235.292 77.411c-1.555.054-2.843-1.395-2.736-2.63 0 .912 2.093 1.342 2.736.751\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M128.778 138.69c-.429-1.074 1.288-2.147 1.341-3.167.054-1.019 1.932-1.824 3.863.107M133.071 124.202c-.376.161-.698.376-1.02.483M136.773 130.051c-.456.027-1.395-.027-1.905-.376M134.895 132.09c-.376.188-1.208.51-1.691.617M116.49 164.5c-.054.967.912 2.361 1.449 2.79M120.676 162.193c-.537.804-.858 2.2-.537 3.165M128.671 165.413c-.966-.645-.322-2.309-.429-3.381-.107-1.074 1.127-2.79 3.542-1.342M119.656 159.296c.966-.161 1.985-.108 2.629.16M131.89 156.236c-.429.59-.536 1.235-.59 1.664M136.398 156.129c-.751 0-1.395.536-1.717 1.074M125.988 128.655c.859.295 3.085 1.663 3.166 3.086M135.11 121.68c-2.629-.054-3.649-2.737-1.663-2.737M139.832 125.275c-1.02.429-.536 2.2.912 3.059M133.554 142.123c-.51-.643.161-2.521 1.824-1.958M137.471 161.71c.107-1.636 2.173-2.603 3.006-.752M129.851 166.378c-.134-1.797.778-2.387 1.583-2.494.805-.107 1.959.563 2.495 1.743M113.861 167.719c.107-1.074 1.02-2.2 1.986-2.039M212.058 120.07c-.699.51-1.154 2.79 1.502 3.005M207.979 123.826c0 .268.349.644.564.805M220.643 128.119c-.697-.536-2.496 1.637-.858 3.22M203.579 146.148c-.403-1.529 1.02-1.932 2.361-1.61M200.146 135.309c.804-.536 1.61-1.127 2.629-1.395M199.717 141.211c0-1.288.643-2.36 1.233-2.682M204.437 126.401c-.107 1.556.537 3.059 1.021 3.864M217.21 126.509c-.779.242-1.477.536-1.771 1.181M216.35 130.909c.377-.322.806-.698.993-.966M236.633 84.064c0 1.503-1.878 2.307-3.111 1.341M240.712 84.118c.831.644 3.702.027 3.031-1.636M237.224 92.757c-.59-.107-1.61-.751-2.039-1.288M243.127 88.303c-.965.215-1.61 0-2.093-.215M227.888 93.669c.536 0 1.824-.215 2.71-.671M226.278 84.172c-.697-.08-1.208.054-1.61.322M237.09 86.801c-.187.671-.671 1.717-1.261 2.174\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M224.453 89.162c1.342-.59 3.006 3.971 6.225 2.361M230.946 86.801c-.429.59-.697 1.503-.751 2.307\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M166.769 79.825c.429-.054 1.181-.215 1.341-.751M111.553 129.782c1.61.912 2.737 2.468 2.039 4.776M185.335 74.888c.483.322 2.309.322 3.328-.054M189.95 75.962c-.054.751.161 3.595-1.288 4.186M189.198 79.772c1.342.429 4.025.268 4.883-2.2M192.204 79.664c.697 1.073.911 3.166-1.18 4.293M192.74 81.435c1.556.536 5.151.59 4.775-2.468M196.282 81.435c1.074 1.502 5.796 3.273 5.045.161M191.936 85.781c1.824.429 4.4-.805 3.327-4.024M200.414 83.367c.268 1.234 6.278 2.522 5.474-.268M204.76 84.708c1.128 2.576 7.083 2.361 5.206-1.073M208.999 86.318c1.181 1.449 6.44.59 4.347-2.897M213.292 86.264c3.274 2.468 7.083-1.073 2.952-3.649M218.121 85.459c2.899 2.307 6.44-1.878 3.918-3.059M195.208 84.494c.912.268 2.844.161 3.274-1.502M197.757 84.118c-.107 2.442 3.998 3.381 5.044.563M201.433 86.211c.752 1.61 4.346 2.254 4.936-.054M205.779 87.23c.59 1.61 3.703 1.449 4.561-.214M209.214 88.089c.965 2.093 4.936 2.093 5.849-.966M214.365 88.464c1.556.966 4.883.59 4.614-2.414M218.336 88.196c2.307 1.878 5.58.054 3.971-3.112M222.146 90.664c1.235-.215 1.878-2.683.59-3.327M193.546 91.094c2.575-1.395 3.058-3.756 1.287-6.063M195.746 88.732c1.61.966 4.668-.053 5.204-2.415M197.946 89.001c.911 1.18 1.072 2.629-.108 3.971M198.697 90.503c2.843-1.771 6.385 1.503 3.756 3.488M201.969 90.343c.645-.161 1.771-1.341 1.878-2.683M203.257 91.577c1.18-1.234 9.23 1.288 4.132 3.864M207.014 88.196c1.556.59 2.361 2.79 0 3.541M209.053 93.562c1.717-1.771 7.083-.644 5.151 1.61M212.917 92.864c.966-3.273 6.707-1.234 4.829.107M211.736 89.591c.161.644.214 2.254-.858 3.112M216.565 88.947c.214.536.161 1.556-.322 2.2M220.214 89.001c.322.59.858 1.717-.322 2.629M174.282 64.318c.053 3.058 1.127 5.098 5.258 3.166M175.569 67.967c-2.039 2.737.268 5.688 4.293 2.737M169.292 69.308c2.79 3.005 7.781.805 4.561-3.757M177.233 71.884c-.537 2.951 1.878 3.542 3.863 2.2M166.822 69.791c.508 2.967 3.542 5.312 6.493 3.488M170.472 73.869c0 4.239 5.849 4.722 7.19.322M175.569 76.874c1.878 3.864 5.956 2.308 7.298-.053M171.437 70.703c.751 1.878 2.254 3.971 5.742 2.415M160.706 69.791c.483 1.556 3.273 3.434 6.493 1.288M162.692 71.776c-1.718 2.522 1.717 4.883 5.849 1.127M164.73 74.888c.697 3.542 2.092 6.386 7.136 1.825M169.344 78.538c1.825 2.254 4.615 3.649 7.244-.161\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M178.521 79.181c-.161 2.683.375 4.024 2.468 3.917 1.65-.085 3.219-1.395 4.132-2.79M180.614 83.098c-.054 3.059 2.36 5.473 6.868 2.361M182.492 86.694c-.858 2.307 1.716 6.064 6.761 4.132M171.812 80.576c-.321 2.952 2.415 4.937 6.815 1.127M173.96 83.85c.161 2.415 2.897 5.312 6.922 1.127M175.892 86.908c-.322 4.132 3.488 5.312 6.707 2.146M170.15 83.85c.858.054 1.556-.698 1.985-1.234M171.974 86.855c.751.161 2.04-.537 2.469-1.395M173.853 91.737c.858.912 3.756.269 4.131-.966M177.072 91.684c1.61 3.756 5.901 3.595 7.672-.644M183.94 92.542c.804 2.2 2.844 3.595 6.171 2.844M185.55 94.796c-1.878 3.059.59 6.654 4.775 3.112M186.57 99.357c-.214 1.932 1.557 4.132 3.971 4.4M178.628 93.723c-.645 4.346 2.468 6.439 6.386 4.132M174.067 95.816c1.02.805 2.844.912 4.561.268M180.721 98.606c-.967 3.649 2.79 6.278 6.009 2.2M175.515 96.406c.054 1.878 1.879 3.917 5.045 3.327M189.414 103.489c-2.147 1.449-2.577 4.024.429 5.688M184.154 102.738c.108 2.2 1.128 3.434 3.542 3.649M180.989 101.611c-3.219 2.951-.054 6.386 3.756 3.488M183.243 106.011c-1.074 3.38 2.952 5.42 5.097 1.985M176.589 98.821c-1.18 3.327.322 5.527 3.058 5.312M172.35 98.177c.161 1.985 1.878 2.683 3.81 2.254M173.583 100.27c-1.449 2.79.751 4.293 3.65 3.219M186.033 109.714c-.483 1.771-.216 3.059 2.414 3.649M186.195 112.235c-3.167 1.449-3.435 4.508-.967 6.493M183.644 108.829c-1.662 1.502-1.342 4.104.483 5.124M169.56 99.035c-1.825 1.798-.081 6.761 3.943 4.052M180.024 105.313c-2.469 2.039-1.342 5.742 2.736 4.722M175.944 103.757c-1.287 3.649-.053 4.936 2.845 4.991\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M166.876 98.874c-2.2 1.663-1.61 4.024-.643 5.098.965 1.073 2.789.59 3.379-.805M162.261 97.426c-2.468 3.166 0 6.922 3.489 5.795M175.462 106.816c-2.522.912-4.446 3.203-2.899 5.205.913 1.181 4.883 1.341 6.01-3.22M170.901 103.865c-1.449 2.093-.966 4.078 1.717 5.098M170.74 107.782c-1.557.859-2.576 1.878-2.2 3.756M167.253 104.509c-.59 2.522.107 4.078 1.662 4.829M167.198 107.513c-2.415-.161-3.648.858-2.844 3.22M164.569 108.104c-2.361-.859-2.737-2.898-1.718-5.044M162.531 106.226c-2.577.107-3.703 1.395-3.703 3.166\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M159.042 96.191c-1.878.805-2.468 3.327-1.771 4.722.699 1.395 2.899 1.502 4.24.59M153.783 94.206c-1.717 1.932.268 5.688 3.327 4.776M149.383 92.704c-1.61 2.254.161 6.01 4.293 4.937M153.89 108.104c-.429-2.683 2.361-4.454 5.796-.966M158.022 101.718c-1.019.912-1.501 2.361-1.341 3.542M144.983 91.415c-1.771 3.005.376 5.742 4.186 4.669M154.911 98.874c-2.522 2.522-1.664 5.044.214 6.493M153.3 101.826c-3.81.054-4.024 4.454-.911 5.849M150.403 97.426c-1.555 1.073-2.039 4.024.645 5.205M150.296 104.025c-1.61-.751-3.542.161-3.381 2.039M147.88 104.079c-1.449-3.434-5.688-2.844-5.311.698M149.061 99.84c-.911.161-2.736.698-3.433 2.093M145.896 95.977c-1.717 1.932-.376 4.239 1.02 4.722M140.798 90.557c-.322 2.307.591 3.434 3.488 3.22M141.818 93.508c-1.128 2.79.375 4.025 3.272 3.864M142.461 96.942c-1.717 2.039-.536 4.239 1.126 5.151M141.657 99.518c-3.058-.376-3.542 3.166-2.522 4.829\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M139.187 90.289c-1.877.805-2.951 3.166-1.931 4.615 1.02 1.449 3.059.966 4.185.215M137.9 95.547c-1.556 2.361-.161 4.132 1.503 4.829\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M131.89 90.021c-1.234 1.288-.483 3.917 2.522 3.971 2.419.043 3.649-2.254 2.898-3.864M133.983 93.991c-.966 2.147-.375 4.454 3.273 4.078M138.812 101.45c-2.254-1.02-5.258 0-3.971 2.683M134.52 97.64c-.912 1.288-.59 3.112.429 4.239M134.359 101.074c-1.503.268-2.952 1.073-2.039 3.434M132.105 102.577c-1.932-.59-4.4.805-2.898 2.79M128.885 103.489c-1.663-.268-3.649 1.502-2.039 3.273M126.203 105.313c-1.503.376-3.273 2.093-1.717 3.435M133.768 96.889c-2.146.966-2.361 3.381-1.341 5.151M131.515 92.435c-3.22 1.234-3.166 5.527.375 6.868M130.388 98.338c-1.932 1.127-2.307 3.273-1.02 4.668M127.007 90.825c-1.288.429-1.181 4.4 2.254 4.293M123.466 92.167c-2.576 1.717.537 6.063 4.722 2.952M125.88 96.191c-.376 1.771.107 3.702 2.952 3.917M126.042 98.552c-2.039.751-2.415 4.937 1.288 5.258M119.549 94.743c-2.629 2.415 2.146 4.507 3.917 1.02M115.9 98.767c-1.288 1.556 3.219 5.634 5.205-1.181M121.588 97.479c.107 1.61 1.073 2.576 3.059 2.683M124.593 101.718c-3.166.483-4.186 4.454-.644 5.313M118.744 101.182c-.107 1.502 1.449 2.737 3.22 2.468M123.573 106.923c-2.897.644-3.273 4.4-.698 4.185M121.534 114.596c-2.415-.724-2.468-3.595-.322-4.668\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M119.549 112.075c-2.039 1.234-1.234 4.185-.161 4.615 1.073.429 1.932-.107 2.039-1.02M121.266 119.802c.215 1.395-4.964.858-2.307-3.488M118.932 120.043c-1.744 2.737 1.1 4.964 2.897 2.63M119.173 123.343c-.698 2.2 1.958 3.783 3.675 2.066M113.378 102.738c-.966 1.986 3.864 2.737 4.186-1.341M112.036 105.689c-.966 3.863 6.332 3.059 4.454-1.932M116.651 106.333c1.019.59 4.078.644 4.829-2.63M119.281 106.44c.215 1.02 1.127 2.254 1.985 2.63M115.793 107.46c-.322 2.093 1.771 3.81 4.186 3.649M116.168 109.499c-1.181 1.61-1.556 4.722 2.146 4.937M110.534 110.036c-.59 1.663 2.897 3.38 4.937.644M109.461 114.274c-.296 1.261 2.844 2.952 4.615-2.415M112.68 114.596c.751 1.341 3.273 2.415 4.829-.215M114.988 115.992c-.644 1.878 1.127 3.649 3.273 3.112M110.963 115.562c-.429 2.683 2.683 4.239 4.615 2.844M108.924 116.743c-.912 3.434 3.488 4.722 5.151 2.146M112.948 119.909c.161 1.932 3.166 3.595 5.527 1.985M107.583 121.519c-.215.858 3.381 1.717 3.917-1.288M109.675 122.27c.859 2.2 3.756 2.737 5.42.054M114.129 123.397c.376 2.039 3.005 3.166 5.312 1.771M120.407 125.972c-.59 2.737 2.254 4.937 4.025 3.434M115.846 125.489c-.859 3.005 2.897 4.722 4.99 3.059M111.339 123.987c-.214 2.79 1.985 4.453 4.508 3.219M106.563 124.255c-.752 1.824 3.219 3.327 5.097 1.771M104.095 129.246c1.02 1.181 4.561 0 4.883-2.629M108.012 128.548c1.288 1.503 4.346 2.307 5.581-.912M112.519 129.299c-.054 2.307 4.078 3.971 5.42-.268M122.795 129.863c-.376 1.127.51 2.924 2.361 3.139M119.388 129.165c-.268 1.288 1.61 3.085 3.595 2.361M123.359 132.063c-.537 1.395-.081 3.407 1.797 3.381M123.546 134.665c-1.395 1.181-.805 3.273 1.208 3.354M122.822 136.65c-1.985 1.341-1.288 4.292 1.341 4.133M116.812 130.963c0 2.898 3.595 3.327 4.293.644M119.71 133.324c-.537 1.717.858 3.38 3.058 2.898M120.139 154.036c.483.699 2.468-.482 1.932-1.662-.537-1.181-2.64-.539-2.415.697M121.588 151.89c.268-2.361-2.522-2.736-3.22-.697M119.388 150.012c.698-1.181-1.663-2.79-2.629-1.074M117.617 148.242c.644-1.718-2.039-2.468-2.254-.912M114.773 145.075c.322-.858 3.327-.322 2.039 1.449M119.119 148.671c1.181-1.074-.805-3.273-2.039-2.468M127.061 151.944c-.939.107-1.905.724-1.208 2.71.484 1.378 2.549 1.449 2.844.617\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M125.693 152.936c-.912-.59-2.898.403-1.985 2.335.687 1.454 2.415.858 2.683.107M120.568 155.7c.456.804 2.736.457 3.139-.429M122.124 153.044c.483-.322 1.368.079 1.556.482M121.963 139.816c-1.556 1.02-.59 4.132 1.824 3.327M121.48 142.339c-1.234.966-.107 3.971 2.2 2.845M121.856 145.183c-.858.858-.027 3.246 2.2 2.79M121.534 146.364c-.483-.215-1.744-.054-2.281.75M120.139 135.497c-1.18 1.127-.617 3.435 1.583 3.622M119.71 137.858c-1.691.832-1.691 4.185 1.69 4.319M119.575 141.642c-.939.751-.483 3.648 1.932 3.272M120.354 144.807c-.349.349-.403 1.235-.107 1.61M119.281 143.707c-.858.026-1.985.645-2.281 1.529M115.444 142.123c.322-.858 2.979-.804 3.166 1.718M118.878 140.836c-.376.08-1.1.429-1.288 1.154M117.724 132.975c-1.154 1.046-1.717 4.347 1.798 4.99M115.39 139.79c0-.886 2.388-1.638 3.22-.322M113.861 134.987c.349.671 2.012 1.583 3.032.832M105.222 129.729c-.053 1.556 1.234 2.951 3.005 2.737 1.771-.215 2.146-1.771 1.61-2.79M108.495 132.519c-1.181 1.449.268 3.488 1.61 2.897M109.836 131.499c.698-.268 3.005-.59 3.702.483M102.378 131.928c-.536.805 2.791 1.61 3.917.054M105.168 132.787c-.108 1.073.429 2.897 3.166 2.147\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M108.763 136.597c.429-.912-1.61-2.414-3.166-.751-1.556 1.663.215 3.542 1.181 2.897M101.627 133.002c-.805 1.395 2.307 3.944 4.078 1.583\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M99.56 135.416c-1.127 1.154.268 3.274 1.959 2.629 1.69-.644 1.529-2.415 1.127-2.87\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M97.388 137.563c-.912.831-.027 2.79 1.234 2.79s2.039-.992 1.797-2.253M102.512 137.402c-.161 1.234 1.663 2.092 2.844.94M105.409 136.087c.161-.268.027-.725-.241-.939M95.429 139.226c-1.046.832 1.208 3.139 2.629 1.019M103.504 138.771c-.671.643.402 2.333 1.476 1.824M99.829 139.951c.161 1.153 2.415 2.011 3.837.242M101.063 141.104c-.349.725.349 1.879 1.208 1.718M122.419 147.732c-.831 1.636 1.825 3.542 3.756 1.556M124.351 150.174c-.402.885.081 2.119.805 2.575M121.829 152.025c.188-.805 1.341-1.557 2.388-1.18M120.434 149.904c.161-.724 1.127-1.449 1.852-1.26M183.618 116.421c-3.81.054-2.2 6.171 1.074 4.936M182.385 120.928c-.751 1.234.697 3.193 2.307 2.039M184.263 123.209c-1.128 1.878 2.897 4.749 4.507 1.798M187.482 126.133c.053 1.771 5.204 2.898 4.454-.644M191.453 127.421c1.233 2.092 5.849 2.307 5.365-.805M195.799 128.763c.966 1.395 5.474 2.254 5.313-.644M177.501 111.109c.643 1.663 2.843 2.254 5.258 1.288M176.105 112.289c1.503.966-.697 5.366-3.004 3.595M176.105 115.026c1.664.805 3.703.214 4.293-2.146M179.379 114.704c.161 1.234 1.932 2.2 4.239 1.717M175.247 115.992c2.147 1.825-.966 5.581-2.361 3.864M176.053 117.387c1.02.751 3.649.322 3.917-1.663M178.789 117.387c.215 1.288 1.235 1.771 2.683 1.825M175.462 119.158c1.072 1.502 3.756 1.932 4.936-.054M179.218 120.231c-.107 1.449 1.503 2.629 3.167 2.307M173.369 123.45c1.395.698 2.897-1.932 1.717-3.756M174.979 126.241c1.664.107 1.878-2.415.322-3.81M178.789 128.548c1.396-.322.965-3.38-2.415-3.649M183.028 130.802c1.342-.376.268-3.756-3.433-3.542M188.127 131.982c.911-1.395-2.093-3.756-4.561-2.522M190.647 133.914c1.664.483 2.79-3.917-2.468-3.219M193.706 133.914c1.45-.375 2.469-3.005-1.77-2.146M196.926 134.129c1.287.644 1.878-3.112-2.04-2.093M175.301 122.431c1.61.912 4.132-.161 3.917-2.2M178.573 122.002c.537.966.322 2.844-.697 3.327M178.735 124.255c1.074.429 2.522.054 3.381-1.663M180.614 124.255c.321.751.429 2.254-.27 3.005M180.882 125.543c1.181.644 2.575-.214 3.165-1.449M183.296 125.167c.858.537 1.61 3.059.161 4.078M184.263 128.065c1.019.053 2.522.053 3.487-1.234M187.053 127.528c.913.268 1.985 1.771 1.61 3.112M188.715 130.158c1.021-.107 2.79-.805 3.273-2.039M191.505 128.924c.86.483 1.45 1.503 1.342 2.683M192.847 130.748c1.02-.054 1.932-.59 2.2-1.717M194.779 129.782c.751.269 1.664 1.127 1.718 2.146M196.389 131.285c.751-.107 1.287-.59 1.771-1.341M200.198 129.836c.967.966-.321 4.186-2.307 3.595M179.594 64.801c-1.986 1.18-7.621.805-4.83-3.864M180.13 61.635c-3.917 1.556-8.747-1.449-3.703-4.722M175.086 55.839c-3.274 0-5.474 5.259-1.072 7.083M162.369 58.039c-.858 1.663 2.2 3.488 4.293 1.825 1.621-1.289 1.502-4.776.536-6.117M160.706 62.01c-1.074 3.541 6.815 3.756 5.58-1.878M160.276 67.269c.268 2.683 7.567 1.824 5.204-3.595M166.34 62.171c.59.805 2.2 2.2 4.936 1.932M167.628 58.361c.242.966 1.878 1.717 3.971.993M94.409 140.004c-1.851 1.315.993 3.381 2.039 1.1M92.96 141.025c-1.851 1.314.993 3.379 2.039 1.099M91.431 142.017c-1.852 1.315.992 3.381 2.039 1.1M89.822 142.929c-1.771.939.295 3.246 2.092 1.207M88.077 143.815c-1.771.938.295 3.246 2.093 1.207M97.066 141.051c-.027 1.368 2.576 1.932 3.514-.108M98.702 142.312c-.805 1.02.671 2.281 1.476 1.824M95.241 142.123c-.081 1.154 2.173 1.825 3.273.564M96.475 143.332c-.725.939.698 2.2 1.61 1.824M93.739 143.171c.08.912 1.368 1.958 2.763 1.368M94.57 144.404c-.537.483-.268 1.611.483 1.96M91.78 144.323c-.215.832 1.207 2.309 2.656 1.342M92.075 145.29c-.858.671-.751 1.69.349 1.824M90.009 145.183c-.107.563.617 1.475 1.53 1.368M85.421 145.129c-.859.456 1.341 2.79 2.709.617M83.302 146.094c-1.073.511 1.583 3.086 2.764.457M90.251 145.987c-.832.188-1.368 1.396-.671 1.878M87.541 146.416c-.107.483.912 1.288 1.744.993M86.843 146.632c-.805.51-.376 1.93.564 1.716M83.973 147.571c-.751.563-.242 1.69.805 1.422M85.341 147.49c.027.295.698.752 1.261.564M81.37 147.007c-.939.403-.885 2.764 2.281 1.476M79.251 147.946c-1.315.645-.886 2.415 1.985.725M81.477 148.805c-.349.268-.724 1.449.59.992M79.062 149.368c-.536.483-.188 1.477.993 1.1M76.299 149.529c-.966.564 1.153 1.315 2.576-.188M76.943 150.226c-.429.429-.429 1.69.698 1.235M74.207 150.736c-.644.483.456 1.128 2.468.242M75.011 151.435c-.751.617-.671 1.395.429 1.153M72.784 151.783c-.832.751.376 1.261 1.825.643M72.811 152.615c-1.422.643-.805 1.824.08 1.368M120.3 156.719c-.33.71.751 1.287 1.771 1.126.979-.154 1.916-.961 1.18-2.092M123.305 157.148c.966.751 2.683-.107 2.683-1.235\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M182.492 43.444c-4.293-2.146-13.2-6.117-15.722-2.898 2.307-.966 9.068.054 14.648 5.205l1.074-2.307z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M185.094 43.216c-4.964-5.782-7.887-4.488-11.457-6.479-3.353-1.871-8.693-2.254-9.728.722 4.898-2.386 9.396 1.283 12.158 1.727 3.795.609 5.936 3.542 7.046 4.892l1.981-.862zM203.794 42.478c-2.576-5.903-8.085-4.361-10.518-6.868-3.54-3.649-12.501-7.029-16.204-4.508 8.156-.429 11.629 5.622 15.99 7.727 3.113 1.503 6.44 4.723 10.732 3.649z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M194.136 41.834c-4.4-5.473-11.162-10.303-14.273-8.478 4.078.215 5.365 3.059 8.264 4.883 2.897 1.825 1.609 4.454 6.009 3.595zM173.208 51.493c-4.615-1.717-13.629-2.576-17.815 2.683 6.976 1.181 17.493.537 17.815-2.683z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M172.35 53.532c-4.615-2.146-8.219.852-12.557.429-8.262-.805-14.165-.322-14.917 3.649 4.722-4.239 12.664-.751 15.883-1.61 3.219-.859 15.132-.107 18.887 1.502-1.931-2.36-4.935-3.004-7.296-3.97zM186.837 41.244c-1.072-3.541-1.02-7.298 4.293-7.029-1.341-1.663-6.278-2.522-7.083 3.703-5.849-4.293-12.235-5.044-13.414-1.341 3.004-2.576 7.672-.698 13.253 5.634.483-.27 1.771-.806 2.951-.967z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M178.789 46.127c-3.327-2.146-7.835-5.634.054-7.029-3.381-1.825-8.318-1.02-7.781 5.205-9.015-3.649-15.489-2.417-16.85 1.181-1.503 3.971 4.079 6.171 5.044 3.649-1.019.429-4.507-.751-2.683-3.005 1.825-2.254 11.175-.562 20.07 4.078 2.468 1.287 10.946 1.072 2.146-4.079z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M176.428 52.03c-2.567-5.241-10.893-.483-12.571-5.559-2.293 7.437 11.84 3.321 12.571 5.559zM229.39 57.718c1.746.868 3.256-.496.585-1.566 1.747.867 3.271-.464.6-1.534 1.747.867 3.271-.464.6-1.534-.713.716-1.732 3.345-1.785 4.634zM230.301 47.629c3.864-4.078-.321-5.473 4.4-9.659 3.864-3.424.738-5.707 4.401-8.371 1.181-.858 3.756-2.576 3.971-4.293 1.555 3.864-4.831 4.4-4.402 10.625.274 3.963-2.405 3.617-3.433 10.302-.214 1.396-1.179 4.509-4.937 1.396z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M232.019 49.454c2.146-4.615 4.61-4.526 5.795-6.332 2.254-3.434 7.029.59 11.054-2.468-.697 4.346-6.117 2.79-8.478 5.58-2.361 2.79-4.293 4.079-8.371 3.22z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M232.556 50.956c3.757-3.005 6.525-1 9.122-2.576 6.546-3.971 9.176.805 15.025-1.073-1.557 3.756-10.196.537-13.951 3.327-3.758 2.791-16.958 5.473-10.196.322zM221.61 72.367c-.054-1.717-1.664-3.917-3.918-4.186-2.253-.268-3.219-2.63-4.936-2.737-1.716-.107-2.844-3.542-5.205-3.488-2.361.054-3.327 3.112 2.2 5.903 5.527 2.79 11.643 6.01 11.859 4.508zM214.633 73.815c-2.361.107-2.683 3.542-4.936 3.649 3.111 1.663 5.365-.751 6.975-2.898l-2.039-.751z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M216.565 74.245c-2.039 1.717-2.629 5.312.322 6.332-1.771-2.441 3.112-3.541 1.61-5.795l-1.932-.537z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M218.604 74.352c-1.61 3.112 2.522 3.488 1.449 5.849 2.361-.537 2.738-4.991.59-6.171l-2.039.322z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M202.828 67.698c3.864-.214 7.397 1.876 9.767 5.259 1.503 2.146 6.546 3.005 8.264 1.288 1.717-1.717.751-5.366-3.542-4.185-1.074-1.825-4.186-1.181-5.688-2.683-1.502-1.503-7.298-5.796-8.801.321z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M217.317 70.059c-1.02.215-1.342 1.985-.699 2.897M219.517 71.132c.322.537.107 1.288-.054 1.664M208.946 67.859c1.985.107 2.361 1.556 4.507 2.093\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M207.635 62.976c6.857 1.717 12.297 3.22 15.671 5.151 3.374 1.932 8.597 2.468 13.168 1.181 4.571-1.288 13.385-2.468 12.95 3.219 2.396-2.844-.653-5.903-6.747-6.439.11-2.79-2.876-5.312-5.023-3.649 1.986-.268 3.7 3.434-.217 4.937.761-2.79-2.014-5.312-4.897-4.078 1.85.537 3.721 3.639-.418 4.829-2.613.751-6.421-.215-9.25-1.932-2.83-1.716-18.719-7.941-15.237-3.219z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M224.936 60.186c-2.146.966-.751 3.219-4.078 4.507-3.328 1.288-5.635 4.239-4.883 6.761 2.254-4.937 6.225-4.722 7.619-6.654 1.396-1.931 3.435-4.775 1.342-4.614z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M225.526 60.508c-.107 3.917-3.19 2.49-1.986 7.995.376 1.717 1.074 4.507-.107 7.298 3.461-2.522 1.235-7.82 2.79-9.82.751-.966 1.717-2.468 2.093-3.756-.806 2.254-.751 6.439 1.449 7.512-1.771-4.186 4.776-7.62.268-12.449-.643 1.181-2.683 3.273-4.507 3.22zM214.579 56.591c.538.805 1.074 2.844.59 3.971 1.074-.644 2.631-2.307 3.112-3.434 2.2.322 3.059 3.059.967 4.239 1.287 0 3.488 0 4.721-1.449-1.501-1.664-6.169-4.24-9.39-3.327z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M181.203 48.892c-.347-.316-.933-.617-1.985-.833-3.249-.666-1.571-3.595 1.194-3.569 5.901-6.439 9.215-1.475 16.406-3.514 2.517-.714 4.244-.503 5.615.091 3.22-2.146 6.996-1.547 9.733.976.304-.484.713-.853 1.286-1.012 2.521-.7 4.56 1.449 5.257 4.24 1.965-.364 4.21.609 5.686 1.95 2.045-1.05 3.453-1.097 3.971-.017 1.825-.859 4.189-1.397 5.369 1.501 1.18 2.898-2.79 2.039-3.435 8.156-.397 3.774-4.614 5.259-7.942 3.005-5.322-3.606-10.517-4.186-13.093 1.288-2.575 5.473-4.593 8.653-10.839 6.868-2.253-.644-5.151.215-6.975 2.683-1.825 2.468-4.615.161-7.942.429 4.185-.644 2.582-1.696 6.225-1.932 3.326-.215 2.468-3.327 4.614-3.756-8.371 2.146-8.049-.966-14.917 1.18 3.004-3.863 7.727-1.717 10.088-3.971-6.225-.107-9.008-4.174-11.806-2.468-4.4 2.683-2.469 10.321-13.951 9.659-5.581-.322-9.122.429-12.449 3.756 5.796-12.02 13.679-5.416 17.493-9.229 2.254-2.254 3.971-3.971 5.151-6.117.415-.755.978-1.187 1.681-1.354-9.549-3.007-3.773-7.688 5.565-8.01z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M228.364 47.203c.146.302.221.693.221 1.177 0 2.361-3.542 2.468-3.756 5.956-.112 1.825-.322 2.844-1.557 2.629-1.233-.215-2.307-2.146-1.127-4.4\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M182.974 45.376c-.889-.624-1.778-.878-2.575-.886M202.414 41.049c2.841 1.23 4.228 4.182 8.355 4.326 3.974.14 6.44 5.903 13.093 2.146.181-.102.357-.197.528-.285M212.167 42.042c-.593.943-.728 2.259-.565 3.414M199.179 54.176c-5.043 0-6.332 2.576-6.332 5.044 0 2.468 2.361 5.688 6.547 5.688 4.185 0 6.439-2.576 6.439-5.366 0-2.791-2.576-5.366-6.654-5.366z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M200.092 64.801c-.107-1.395-2.629-1.181-2.522-2.254.107-1.073 1.396-1.503 1.396-3.005 0-1.503 2.253-1.61 3.004-.429.752 1.18 3.006 3.488 3.489 2.307M201.969 59.113c-1.18 1.18-1.716 3.595-.161 5.473M203.579 60.937c-.375.805-.482 2.039-.053 2.79\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M223.621 56.993c3.945.322 4.616-4.024 1.664-4.293M218.765 45.268c-1.368-1.743-4.507-2.334-4.561 1.368\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M213.829 50.849c-1.341-3.327-4.776-3.81-6.601-2.146-1.518 1.384-1.556 4.991 1.718 5.742 1.126-1.342 3.326-3.113 4.883-3.596zM212.353 48.756c-1.932-1.717-4.776 1.53-2.2 4.507\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M218.765 45.268c-1.18-1.261-3.756-.268-3.032 2.281.564-1.18 1.771-2.173 3.032-2.281zM211.471 52.143c.813-.59 1.651-1.075 2.358-1.294-.386-.955-.943-1.675-1.586-2.178-.614-.424-2.378 1.948-.772 3.472z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M208.301 47.79c-1.932-1.288-3.703-1.18-4.293-.107-1.395-.054-2.548.966-2.603 3.005M204.385 51.547c-2.307-1.583-5.474-.992-5.258 2.549M197.731 56.107c1.126-.912 2.736-1.556 3.971.054M214.956 52.62c-.429.59-.752 1.502-.054 2.897-.858-1.127-3.004-1.127-5.313 1.878M220.053 52.459c-2.79.322-2.736 2.146-.483 2.951M200.198 45.644c-2.361-.483-4.078.912-.804 2.093M204.707 44.034c-3.328-.805-4.67.054-3.167.805M195.101 57.395c-.107 1.181.536 2.737 2.468.966M195.746 60.937c0 .322-.054.698-.269.966M188.018 45.215c-2.039-.59-2.414-2.468-.053-2.307M187.321 49.561c-2.254-.751-2.254-2.951-.376-2.737M191.505 48.434c-2.629-.644-2.736-2.468-.75-2.2M191.828 42.854c-1.395-.107-3.542 1.449.054 2.361M195.746 45.966c-3.273-.483-3.219.859-1.289 1.717M198.214 42.854c-2.522-.483-3.381 1.02-1.664 1.664M190.272 52.137c-.618-.509-1.127-2.951 1.824-2.227M196.389 51.386c-1.985-.537-3.863 1.395-2.039 2.522M199.018 49.078c-2.092-.376-3.863.215-2.736.966\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M175.604 56.887c1.293-.307 3.183.326 6.082 1.689 1.825.859 7.299 2.683 10.732.859-3.542 1.288-6.224-4.078-8.907-3.434-2.683.644-7.593 1.636-9.658-.322 5.043.322 7.756-3.674 13.521-.215 1.611.966 3.65 1.61 5.474 1.503-4.721-5.688-10.946-2.039-11.59-6.654 2.845 3.059 9.793-.698 13.335 5.044M218.654 45.269c-1.179.218-2.236.911-2.921 2.28M182.278 51.168c-.664-.826-.364-1.65-1.076-2.302\"/>\n  </g>\n</svg>\n</li><li title=\"cif bw \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 201\">\n  <g fill=\"none\">\n    <path fill=\"#75AADB\" d=\"M.5.5h300v200H.5z\"/>\n    <path fill=\"#FFF\" d=\"M.5 75.5h300v50H.5z\"/>\n    <path fill=\"#000\" d=\"M.5 83.833h300v33.333H.5z\"/>\n  </g>\n</svg>\n</li><li title=\"cif by \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 151\">\n  <g fill=\"none\">\n    <path fill=\"#C8313E\" d=\"M.5.5h300v150H.5z\"/>\n    <path fill=\"#4AA657\" d=\"M.5 100.5h300v50H.5z\"/>\n    <path fill=\"#FFF\" d=\"M.5.5h33.333v150H.5z\"/>\n    <path fill=\"#C8313E\" d=\"M6.297.5h4.348v2.459h1.449v2.459h1.449v2.459h1.449v2.459h1.45v2.459h-1.45v2.459h-1.449v2.459h-1.449v2.459h-1.449v2.459H9.196v2.459H7.747v-2.459h-1.45v-2.459H4.848v-2.459H3.399v-2.459H1.95v-2.459H.5v-2.459h1.449V7.877h1.449V5.418h1.449V2.959h1.449V.5h.001zm1.45 4.918h1.449v2.459h1.449v2.459h1.449v2.459h-1.449v2.459H9.196v2.459H7.747v-2.459h-1.45v-2.459H4.848v-2.459h1.449V7.877h1.45V5.418zm0 4.918h1.449v2.459H7.747v-2.459zM.5 2.959h1.449v2.459H.5V2.959zm0 14.754h1.449v2.459H.5v-2.459zM16.442.5h.869v4.918h-.869V.5zm0 17.213h.869v4.918h-.869v-4.918zM3.399 22.631h1.449v2.459h1.449v2.459h1.45v2.459h-1.45v2.459H4.848v2.459H3.399v-2.459H1.95v-2.459H.5v-2.459h1.449V25.09h1.449v-2.459h.001zm0 4.918h1.449v2.459H3.399v-2.459zm8.695-4.918h1.449v2.459h1.449v2.459h1.45v2.459h-1.45v2.459h-1.449v2.459h-1.449v-2.459h-1.449v-2.459H9.196v-2.459h1.449V25.09h1.449v-2.459zm0 4.918h1.449v2.459h-1.449v-2.459zM.5 37.385h1.449v2.459H.5v-2.459zm15.942-2.459h.869v4.918h-.869v-4.918zM.5 44.762h1.449v-2.459h1.449v-2.459h1.449v-2.459h1.449v-2.459h1.45v-2.459h1.449v2.459h1.449v2.459h1.449v2.459h1.449v2.459h1.449v2.459h1.45v2.459h.869v9.836h-.869v2.459h-1.45v2.459h-1.449v2.459h-1.449v2.459h-1.449v2.459H9.195v6.394H6.296V74.27H4.847v-2.459H3.398v-2.459H1.949v-2.459H.5v-7.377h1.449v2.459h1.449v2.459h1.449v2.459h1.449v-2.459h1.45v-2.459h1.449v-2.459h1.449v-2.459h1.449v-2.459h1.449v-2.459h-1.449V49.68h-1.449v-2.459H6.296v2.459h2.899v2.459H7.746v2.459h-1.45v2.459H4.847v-2.459H3.398v-2.459H1.949V49.68H.5v-4.918zm0 9.836h1.449v2.459H.5v-2.459zm15.942 7.377h.869v2.459h-.869v-2.459zm-2.898 4.918h1.449v2.459h1.45v2.459h.869v3.935h-.869V74.27h-1.45v-2.459h-1.449v-4.918zm-2.899 7.377h1.449v1.476h-1.449V74.27z\"/>\n    <path fill=\"#C8313E\" d=\"M28.036.5h-4.348v2.459h-1.45v2.459h-1.449v2.459H19.34v2.459h-1.449v2.459h1.449v2.459h1.449v2.459h1.449v2.459h1.45v2.459h1.449v2.459h1.449v-2.459h1.449v-2.459h1.449v-2.459h1.449v-2.459h1.45v-2.459h1.449v-2.459h-1.449V7.877h-1.45V5.418h-1.449V2.959h-1.449V.5h.001zm-1.449 4.918h-1.449v2.459h-1.449v2.459h-1.45v2.459h1.45v2.459h1.449v2.459h1.449v-2.459h1.449v-2.459h1.449v-2.459h-1.449V7.877h-1.449V5.418zm0 4.918h-1.449v2.459h1.449v-2.459zm7.247-7.377h-1.449v2.459h1.449V2.959zm0 14.754h-1.449v2.459h1.449v-2.459zM17.892.5h-.869v4.918h.869V.5zm0 17.213h-.869v4.918h.869v-4.918zm13.043 4.918h-1.449v2.459h-1.449v2.459h-1.449v2.459h1.449v2.459h1.449v2.459h1.449v-2.459h1.45v-2.459h1.449v-2.459h-1.449V25.09h-1.45v-2.459zm0 4.918h-1.449v2.459h1.449v-2.459zm-8.696-4.918H20.79v2.459h-1.449v2.459h-1.449v2.459h1.449v2.459h1.449v2.459h1.449v-2.459h1.45v-2.459h1.449v-2.459h-1.449V25.09h-1.45v-2.459zm0 4.918H20.79v2.459h1.449v-2.459zm11.595 9.836h-1.449v2.459h1.449v-2.459zm-15.942-2.459h-.869v4.918h.869v-4.918zM33.834 44.762h-1.449v-2.459h-1.45v-2.459h-1.449v-2.459h-1.449v-2.459h-1.449v-2.459h-1.449v2.459H23.69v2.459h-1.45v2.459h-1.449v2.459h-1.449v2.459h-1.449v2.459h-.869v9.836h.869v2.459h1.449v2.459h1.449v2.459h1.449v2.459h1.45v2.459h1.449v6.394h2.898V74.27h1.449v-2.459h1.449v-2.459h1.45v-2.459h1.449v-7.377h-1.449v2.459h-1.45v2.459h-1.449v2.459h-1.449v-2.459h-1.449v-2.459h-1.449v-2.459H23.69v-2.459h-1.45v-2.459h-1.449v-2.459h1.449V49.68h1.45v-2.459h4.348v2.459H25.14v2.459h1.449v2.459h1.449v2.459h1.449v-2.459h1.449v-2.459h1.45V49.68h1.449v-4.918h-.001zm0 9.836h-1.449v2.459h1.449v-2.459zm-15.942 7.377h-.869v2.459h.869v-2.459zm2.898 4.918h-1.449v2.459h-1.449v2.459h-.869v3.935h.869V74.27h1.449v-2.459h1.449v-4.918zm2.899 7.377h-1.45v1.476h1.45V74.27z\"/>\n    <path fill=\"#FCFCFC\" d=\"M9.255 17.63H7.806v-2.459H6.357v-2.459H4.908v-2.459h1.449V7.794h1.449V5.335h1.449v2.459h1.45v2.459h1.449v2.459h-1.449v2.459h-1.45zM26.652 17.63h-1.449v-2.459h-1.449v-2.459h-1.45v-2.459h1.45V7.794h1.449V5.335h1.449v2.459h1.45v2.459h1.449v2.459h-1.449v2.459h-1.45z\"/>\n    <path fill=\"#C8313E\" d=\"M7.806 10.253h1.449v2.459H7.806zM25.138 10.336h1.449v2.459h-1.449z\"/>\n    <path fill=\"#FFF\" d=\"M29.551 27.676H31v2.459h-1.449zM20.747 27.503h1.449v2.459h-1.449z\"/>\n    <path fill=\"#FFFDFD\" d=\"M12.154 27.503h1.449v2.459h-1.449z\"/>\n    <path fill=\"#FFF\" d=\"M3.458 27.503h1.449v2.459H3.458z\"/>\n    <path fill=\"#C8313E\" d=\"M6.297 150.5h4.348v-2.459h1.449v-2.459h1.449v-2.459h1.449v-2.459h1.45v-2.459h-1.45v-2.459h-1.449v-2.459h-1.449v-2.459h-1.449v-2.459H9.196v-2.459H7.747v2.459h-1.45v2.459H4.848v2.459H3.399v2.459H1.95v2.459H.5v2.459h1.449v2.459h1.449v2.459h1.449v2.459h1.449v2.459h.001zm1.45-4.918h1.449v-2.459h1.449v-2.459h1.449v-2.459h-1.449v-2.459H9.196v-2.459H7.747v2.459h-1.45v2.459H4.848v2.459h1.449v2.459h1.45v2.459zm0-4.918h1.449v-2.459H7.747v2.459zM.5 148.041h1.449v-2.459H.5v2.459zm0-14.754h1.449v-2.459H.5v2.459zM16.442 150.5h.869v-4.918h-.869v4.918zm0-17.213h.869v-4.918h-.869v4.918zm-13.043-4.918h1.449v-2.459h1.449v-2.459h1.45v-2.459h-1.45v-2.459H4.848v-2.459H3.399v2.459H1.95v2.459H.5v2.459h1.449v2.459h1.449v2.459h.001zm0-4.918h1.449v-2.459H3.399v2.459zm8.695 4.918h1.449v-2.459h1.449v-2.459h1.45v-2.459h-1.45v-2.459h-1.449v-2.459h-1.449v2.459h-1.449v2.459H9.196v2.459h1.449v2.459h1.449v2.459zm0-4.918h1.449v-2.459h-1.449v2.459zM.5 113.615h1.449v-2.459H.5v2.459zm15.942 2.459h.869v-4.918h-.869v4.918zM.5 106.238h1.449v2.459h1.449v2.459h1.449v2.459h1.449v2.459h1.45v2.459h1.449v-2.459h1.449v-2.459h1.449v-2.459h1.449v-2.459h1.449v-2.459h1.45v-2.459h.869v-9.836h-.869v-2.459h-1.45v-2.459h-1.449v-2.459h-1.449v-2.459h-1.449v-2.459H9.195v-6.394H6.296v1.475H4.847v2.459H3.398v2.459H1.949v2.459H.5v7.377h1.449v-2.459h1.449v-2.459h1.449v-2.459h1.449v2.459h1.45v2.459h1.449v2.459h1.449v2.459h1.449v2.459h1.449v2.459h-1.449v2.459h-1.449v2.459H6.296v-2.459h2.899V98.86H7.746v-2.459h-1.45v-2.459H4.847v2.459H3.398v2.459H1.949v2.459H.5v4.919zm0-9.837h1.449v-2.459H.5v2.459zm15.942-7.377h.869v-2.459h-.869v2.459zm-2.898-4.917h1.449v-2.459h1.45v-2.459h.869v-3.934h-.869v1.475h-1.45v2.459h-1.449v4.918zm-2.899-7.378h1.449v-1.475h-1.449v1.475z\"/>\n    <path fill=\"#C8313E\" d=\"M28.036 150.5h-4.348v-2.459h-1.45v-2.459h-1.449v-2.459H19.34v-2.459h-1.449v-2.459h1.449v-2.459h1.449v-2.459h1.449v-2.459h1.45v-2.459h1.449v-2.459h1.449v2.459h1.449v2.459h1.449v2.459h1.449v2.459h1.45v2.459h1.449v2.459h-1.449v2.459h-1.45v2.459h-1.449v2.459h-1.449v2.459h.001zm-1.449-4.918h-1.449v-2.459h-1.449v-2.459h-1.45v-2.459h1.45v-2.459h1.449v-2.459h1.449v2.459h1.449v2.459h1.449v2.459h-1.449v2.459h-1.449v2.459zm0-4.918h-1.449v-2.459h1.449v2.459zm7.247 7.377h-1.449v-2.459h1.449v2.459zm0-14.754h-1.449v-2.459h1.449v2.459zM17.892 150.5h-.869v-4.918h.869v4.918zm0-17.213h-.869v-4.918h.869v4.918zm13.043-4.918h-1.449v-2.459h-1.449v-2.459h-1.449v-2.459h1.449v-2.459h1.449v-2.459h1.449v2.459h1.45v2.459h1.449v2.459h-1.449v2.459h-1.45v2.459zm0-4.918h-1.449v-2.459h1.449v2.459zm-8.696 4.918H20.79v-2.459h-1.449v-2.459h-1.449v-2.459h1.449v-2.459h1.449v-2.459h1.449v2.459h1.45v2.459h1.449v2.459h-1.449v2.459h-1.45v2.459zm0-4.918H20.79v-2.459h1.449v2.459zm11.595-9.836h-1.449v-2.459h1.449v2.459zm-15.942 2.459h-.869v-4.918h.869v4.918zM33.834 106.238h-1.449v2.459h-1.45v2.459h-1.449v2.459h-1.449v2.459h-1.449v2.459h-1.449v-2.459H23.69v-2.459h-1.45v-2.459h-1.449v-2.459h-1.449v-2.459h-1.449v-2.459h-.869v-9.836h.869v-2.459h1.449v-2.459h1.449v-2.459h1.449v-2.459h1.45v-2.459h1.449v-6.394h2.898v1.475h1.449v2.459h1.449v2.459h1.45v2.459h1.449v7.377h-1.449v-2.459h-1.45v-2.459h-1.449v-2.459h-1.449v2.459h-1.449v2.459h-1.449v2.459H23.69v2.459h-1.45v2.459h-1.449v2.459h1.449v2.459h1.45v2.459h4.348v-2.459H25.14V98.86h1.449v-2.459h1.449v-2.459h1.449v2.459h1.449v2.459h1.45v2.459h1.449v4.919h-.001zm0-9.837h-1.449v-2.459h1.449v2.459zm-15.942-7.377h-.869v-2.459h.869v2.459zm2.898-4.917h-1.449v-2.459h-1.449v-2.459h-.869v-3.934h.869v1.475h1.449v2.459h1.449v4.918zm2.899-7.378h-1.45v-1.475h1.45v1.475z\"/>\n    <path fill=\"#FCFCFC\" d=\"M25.078 133.37h1.45v2.459h1.449v2.459h1.449v2.459h-1.449v2.459h-1.449v2.459h-1.45v-2.459h-1.449v-2.459H22.18v-2.459h1.449v-2.459h1.449zM7.682 133.37h1.449v2.459h1.449v2.459h1.449v2.459H10.58v2.459H9.131v2.459H7.682v-2.459h-1.45v-2.459H4.783v-2.459h1.449v-2.459h1.45z\"/>\n    <path fill=\"#C8313E\" d=\"M25.078 138.288h1.449v2.459h-1.449zM7.747 138.205h1.449v2.459H7.747z\"/>\n    <path fill=\"#FFF\" d=\"M3.334 120.865h1.449v2.459H3.334zM12.138 121.038h1.449v2.459h-1.449z\"/>\n    <path fill=\"#FFFDFD\" d=\"M20.73 121.038h1.449v2.459H20.73z\"/>\n    <path fill=\"#FFF\" d=\"M29.426 121.038h1.449v2.459h-1.449z\"/>\n  </g>\n</svg>\n</li><li title=\"cif bz \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 300 200\">\n  <defs>\n    <radialGradient id=\"a\" cx=\"50.045%\" cy=\"49.891%\" r=\"50.391%\" fx=\"50.045%\" fy=\"49.891%\" gradientTransform=\"matrix(1 0 0 .87357 0 .063)\">\n      <stop offset=\"0%\" stop-color=\"#FFEF5D\"/>\n      <stop offset=\"100%\" stop-color=\"#EA5700\"/>\n    </radialGradient>\n    <radialGradient id=\"b\" cx=\"50.008%\" cy=\"50.024%\" r=\"75.651%\" fx=\"50.008%\" fy=\"50.024%\" gradientTransform=\"matrix(.6661 0 0 1 .167 0)\">\n      <stop offset=\"0%\" stop-color=\"#FFEF5D\"/>\n      <stop offset=\"100%\" stop-color=\"#EA5700\"/>\n    </radialGradient>\n    <radialGradient id=\"c\" cx=\"49.988%\" cy=\"49.673%\" r=\"50.391%\" fx=\"49.988%\" fy=\"49.673%\" gradientTransform=\"matrix(1 0 0 .91207 0 .044)\">\n      <stop offset=\"0%\" stop-color=\"#952D1A\"/>\n      <stop offset=\"100%\" stop-color=\"#520900\"/>\n    </radialGradient>\n    <radialGradient id=\"d\" cx=\"50%\" cy=\"50.103%\" r=\"75.628%\" fx=\"50%\" fy=\"50.103%\" gradientTransform=\"matrix(.66631 0 0 1 .167 0)\">\n      <stop offset=\"0%\" stop-color=\"#952D1A\"/>\n      <stop offset=\"100%\" stop-color=\"#520900\"/>\n    </radialGradient>\n  </defs>\n  <g fill=\"none\" fill-rule=\"evenodd\">\n    <path fill=\"#CE1126\" fill-rule=\"nonzero\" d=\"M.001 0h300v200h-300z\"/>\n    <path fill=\"#003F87\" fill-rule=\"nonzero\" d=\"M.001 14.286h300v171.429h-300z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M228.572 100c0 43.394-35.179 78.572-78.572 78.572-43.394 0-78.572-35.178-78.572-78.571 0-43.394 35.178-78.572 78.572-78.572 43.393 0 78.572 35.178 78.572 78.572z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M214.978 99.615c0 35.982-29.145 65.152-65.098 65.152-35.952 0-65.098-29.169-65.098-65.152 0-35.982 29.146-65.152 65.098-65.152 35.953 0 65.098 29.17 65.098 65.152z\"/>\n    <g fill-rule=\"nonzero\">\n      <path fill=\"#007F00\" d=\"M142.733 31.061c5.89-6.32 11.216.98 11.074 4.4-.142 3.421-6.082 10.968-11.458 4.895 5.569 1.426 7.234-4.801 10.05-4.863-2.817.062-3.968-6.104-9.666-4.432z\"/>\n      <path fill=\"#005800\" d=\"M142.348 40.356c5.569 1.426 6.965-4.726 9.782-4.788-1.644 1.964-5.935 6.968-9.782 4.788zM142.733 31.061c5.89-6.32 11.216.98 11.074 4.4-4.782-8.332-6.277-7.047-11.074-4.4z\"/>\n    </g>\n    <g fill-rule=\"nonzero\">\n      <path fill=\"#007F00\" d=\"M81.443 80.596c-3.087-8.072 5.844-9.548 8.862-7.892 3.019 1.657 7.19 10.323-.66 12.393 3.748-4.32-1.124-8.59.065-11.125-1.19 2.536-7.253.802-8.267 6.624z\"/>\n      <path fill=\"#005800\" d=\"M89.645 85.098c3.748-4.321-1.176-8.316.014-10.852 1.042 2.342 3.652 8.402-.014 10.852zM81.443 80.596c-3.087-8.072 5.844-9.548 8.862-7.892-9.622.53-9.125 2.437-8.862 7.892z\"/>\n    </g>\n    <g fill-rule=\"nonzero\">\n      <path fill=\"#007F00\" d=\"M213.563 72.64c8.052 3.14 3.134 10.742-.124 11.863-3.257 1.12-12.478-1.618-8.728-8.817.676 5.677 7.115 4.94 8.19 7.524-1.075-2.585 4.288-5.907.662-10.57z\"/>\n      <path fill=\"#005800\" d=\"M204.712 75.685c.676 5.677 6.946 4.718 8.022 7.303-2.434-.803-8.677-2.943-8.022-7.303zM213.563 72.64c8.052 3.14 3.134 10.742-.124 11.863 6.083-7.477 4.338-8.39.124-11.862z\"/>\n    </g>\n    <g fill-rule=\"nonzero\">\n      <path fill=\"#007F00\" d=\"M108.893 157.048c-8.6-.846-5.95-9.498-3.125-11.46 2.826-1.96 12.44-1.816 10.803 6.132-2.202-5.285-8.191-2.833-9.932-5.032 1.74 2.199-2.508 6.85 2.254 10.36z\"/>\n      <path fill=\"#005800\" d=\"M116.57 151.72c-2.201-5.285-7.968-2.665-9.71-4.864 2.562.115 9.147.488 9.71 4.864zM108.893 157.048c-8.6-.846-5.95-9.498-3.125-11.46-3.805 8.848-1.877 9.256 3.125 11.46z\"/>\n    </g>\n    <g fill-rule=\"nonzero\">\n      <path fill=\"#007F00\" d=\"M195.284 151.579c.122 8.64-8.773 6.996-11.038 4.413-2.264-2.583-3.198-12.15 4.884-11.432-5.006 2.792-1.899 8.46-3.888 10.441 1.99-1.98 7.087 1.709 10.042-3.422z\"/>\n      <path fill=\"#005800\" d=\"M189.13 144.56c-5.006 2.792-1.756 8.221-3.747 10.202-.172-2.557-.538-9.142 3.747-10.202zM195.284 151.579c.122 8.64-8.773 6.996-11.038 4.413 9.218 2.769 9.408.807 11.038-4.413z\"/>\n    </g>\n    <g fill-rule=\"nonzero\">\n      <path fill=\"#007F00\" d=\"M87.737 64.259c-.783-8.606 8.213-7.637 10.669-5.233 2.455 2.406 4.118 11.874-3.996 11.767 4.778-3.16 1.247-8.58 3.08-10.704-1.834 2.124-7.2-1.169-9.753 4.17z\"/>\n      <path fill=\"#005800\" d=\"M94.41 70.792c4.778-3.16 1.122-8.329 2.955-10.454.367 2.537 1.237 9.076-2.955 10.454zM87.737 64.259c-.783-8.606 8.213-7.637 10.669-5.233-9.403-2.066-9.443-.095-10.669 5.233z\"/>\n    </g>\n    <g fill-rule=\"nonzero\">\n      <path fill=\"#007F00\" d=\"M96.965 144.705c-8.525-1.418-5.296-9.872-2.344-11.64 2.953-1.767 12.537-.982 10.365 6.838-1.84-5.42-7.982-3.374-9.57-5.683 1.587 2.31-2.966 6.666 1.549 10.485z\"/>\n      <path fill=\"#005800\" d=\"M104.986 139.903c-1.84-5.42-7.771-3.191-9.36-5.5 2.547.286 9.094 1.097 9.36 5.5zM96.965 144.705c-8.525-1.418-5.296-9.872-2.344-11.64-4.395 8.572-2.498 9.108 2.344 11.64z\"/>\n    </g>\n    <g fill-rule=\"nonzero\">\n      <path fill=\"#007F00\" d=\"M164.15 32.193c7.755-3.81 10.118 4.914 8.765 8.062-1.355 3.148-9.595 8.086-12.443.49 4.689 3.32 8.467-1.909 11.117-.963-2.65-.946-1.523-7.122-7.438-7.59z\"/>\n      <path fill=\"#005800\" d=\"M160.472 40.746c4.689 3.319 8.188-1.936 10.84-.99-2.237 1.25-8.028 4.4-10.84.99zM164.15 32.193c7.755-3.81 10.118 4.914 8.765 8.062-1.487-9.495-3.342-8.827-8.764-8.062z\"/>\n    </g>\n    <g fill-rule=\"nonzero\">\n      <path fill=\"#007F00\" d=\"M181.067 162.34c-3.847 7.736-11.026 2.246-11.863-1.076-.837-3.321 2.71-12.248 9.588-7.949-5.741.214-5.566 6.66-8.247 7.52 2.68-.858 5.538 4.729 10.522 1.506z\"/>\n      <path fill=\"#005800\" d=\"M178.792 153.315c-5.741.214-5.33 6.512-8.011 7.371 1.017-2.35 3.705-8.37 8.011-7.37zM181.067 162.34c-3.847 7.736-11.026 2.246-11.863-1.076 6.952 6.637 8.019 4.979 11.863 1.077z\"/>\n    </g>\n    <g fill-rule=\"nonzero\">\n      <path fill=\"#007F00\" d=\"M218.787 87.915c6.523 5.67-.68 11.158-4.129 11.112-3.447-.046-11.207-5.734-5.24-11.237-1.283 5.567 5.032 7.047 5.17 9.84-.137-2.794 6.038-4.107 4.199-9.715z\"/>\n      <path fill=\"#005800\" d=\"M209.42 87.79c-1.284 5.566 4.947 6.78 5.087 9.575-2.022-1.577-7.179-5.697-5.087-9.576zM218.787 87.915c6.523 5.67-.68 11.158-4.129 11.112 8.26-4.977 6.925-6.426 4.129-11.112z\"/>\n    </g>\n    <g fill-rule=\"nonzero\">\n      <path fill=\"#007F00\" d=\"M109.236 42.599c1.944-8.419 10.197-4.727 11.782-1.686 1.584 3.042.209 12.551-7.476 9.95 5.532-1.531 3.865-7.768 6.272-9.222-2.407 1.455-6.481-3.329-10.578.958z\"/>\n      <path fill=\"#005800\" d=\"M113.542 50.863c5.532-1.53 3.67-7.568 6.076-9.023-.443 2.524-1.658 9.004-6.076 9.023zM109.236 42.599c1.944-8.419 10.197-4.727 11.782-1.686-8.3-4.86-8.952-2.999-11.782 1.686z\"/>\n    </g>\n    <g fill-rule=\"nonzero\">\n      <path fill=\"#007F00\" d=\"M83.57 114.472c-7.592-4.131-1.746-11.046 1.629-11.745 3.375-.7 12.177 3.182 7.541 9.846.05-5.715-6.432-5.798-7.171-8.497.738 2.699-5.006 5.315-2 10.396z\"/>\n      <path fill=\"#005800\" d=\"M92.74 112.573c.05-5.715-6.295-5.557-7.034-8.256 2.314 1.105 8.237 4.016 7.033 8.256zM83.57 114.472c-7.592-4.131-1.746-11.046 1.629-11.745-6.987 6.643-5.37 7.77-1.63 11.745z\"/>\n    </g>\n    <g fill-rule=\"nonzero\">\n      <path fill=\"#007F00\" d=\"M193.38 47.927c8.554-1.225 8.07 7.806 5.8 10.382-2.27 2.576-11.638 4.724-11.967-3.383 3.414 4.608 8.636.803 10.856 2.523-2.22-1.72.78-7.247-4.688-9.522z\"/>\n      <path fill=\"#005800\" d=\"M187.213 54.926c3.414 4.608 8.38.692 10.6 2.413-2.513.497-8.997 1.703-10.6-2.413zM193.38 47.927c8.554-1.225 8.07 7.806 5.8 10.382 1.558-9.494-.413-9.431-5.8-10.382z\"/>\n    </g>\n    <g fill-rule=\"nonzero\">\n      <path fill=\"#007F00\" d=\"M144.543 170.639c-7.903 3.49-9.905-5.326-8.423-8.416 1.483-3.09 9.918-7.687 12.45.02-4.546-3.51-8.536 1.561-11.145.507 2.61 1.054 1.228 7.18 7.118 7.889z\"/>\n      <path fill=\"#005800\" d=\"M148.57 162.242c-4.546-3.508-8.26 1.6-10.869.545 2.286-1.157 8.202-4.068 10.87-.545zM144.543 170.639c-7.903 3.49-9.905-5.326-8.423-8.416 1.094 9.55 2.974 8.958 8.423 8.416z\"/>\n    </g>\n    <g fill-rule=\"nonzero\">\n      <path fill=\"#007F00\" d=\"M215.591 122.613c3.567 7.872-5.261 9.877-8.374 8.403-3.114-1.474-7.797-9.874-.085-12.407-3.483 4.535 1.638 8.505.603 11.106 1.037-2.601 7.194-1.232 7.856-7.102z\"/>\n      <path fill=\"#005800\" d=\"M207.133 118.608c-3.483 4.536 1.673 8.23.637 10.832-1.18-2.276-4.151-8.169-.637-10.832zM215.591 122.613c3.567 7.872-5.261 9.877-8.374 8.403 9.574-1.102 8.964-2.975 8.374-8.403z\"/>\n    </g>\n    <g fill-rule=\"nonzero\">\n      <path fill=\"#007F00\" d=\"M80.125 97.327c-4.97-7.072 3.339-10.672 6.674-9.801 3.335.872 9.5 8.257 2.388 12.17 2.582-5.099-3.191-8.05-2.656-10.797-.535 2.746-6.845 2.54-6.406 8.428z\"/>\n      <path fill=\"#005800\" d=\"M89.187 99.695c2.582-5.098-3.174-7.772-2.638-10.519 1.583 2.017 5.598 7.254 2.638 10.52zM80.125 97.327c-4.97-7.072 3.339-10.672 6.674-9.801-9.21 2.851-8.262 4.578-6.674 9.8z\"/>\n    </g>\n    <g fill-rule=\"nonzero\">\n      <path fill=\"#007F00\" d=\"M127.169 164.758c-8.12 2.951-9.52-5.98-7.832-8.965 1.688-2.984 10.414-7.005 12.418.856-4.298-3.807-8.62.985-11.152-.242 2.531 1.227.74 7.247 6.566 8.35z\"/>\n      <path fill=\"#005800\" d=\"M131.755 156.649c-4.298-3.807-8.347 1.04-10.879-.187 2.358-1.001 8.456-3.509 10.88.187zM127.169 164.758c-8.12 2.951-9.52-5.98-7.832-8.965.445 9.604 2.36 9.14 7.832 8.965z\"/>\n    </g>\n    <g fill-rule=\"nonzero\">\n      <path fill=\"#007F00\" d=\"M124.563 34.552c4.821-7.168 11.228-.795 11.627 2.605.397 3.401-4.282 11.79-10.545 6.636 5.723.533 6.388-5.88 9.159-6.383-2.772.504-4.879-5.406-10.241-2.858z\"/>\n      <path fill=\"#005800\" d=\"M125.644 43.793c5.723.533 6.134-5.763 8.906-6.267-1.315 2.198-4.764 7.816-8.906 6.267zM124.563 34.552c4.821-7.168 11.228-.795 11.627 2.605-6.034-7.477-7.308-5.973-11.627-2.605z\"/>\n    </g>\n    <g fill-rule=\"nonzero\">\n      <path fill=\"#007F00\" d=\"M207.936 139.608c.517 8.626-8.443 7.384-10.824 4.906-2.38-2.48-3.751-11.993 4.356-11.64-4.873 3.014-1.51 8.537-3.407 10.605 1.898-2.068 7.158 1.388 9.875-3.871z\"/>\n      <path fill=\"#005800\" d=\"M201.47 132.874c-4.874 3.014-1.38 8.291-3.277 10.36-.29-2.546-.957-9.11 3.276-10.36zM207.936 139.608c.517 8.626-8.443 7.384-10.824 4.906 9.335 2.35 9.435.382 10.824-4.906z\"/>\n    </g>\n    <g fill-rule=\"nonzero\">\n      <path fill=\"#007F00\" d=\"M205.08 58.836c8.476 1.685 4.978 10.032 1.971 11.706-3.008 1.673-12.562.587-10.143-7.16 1.667 5.475 7.871 3.623 9.386 5.98-1.515-2.357 3.175-6.567-1.215-10.526z\"/>\n      <path fill=\"#005800\" d=\"M196.908 63.382c1.667 5.475 7.667 3.434 9.182 5.792-2.538-.366-9.056-1.383-9.182-5.792zM205.08 58.836c8.476 1.685 4.978 10.032 1.971 11.706 4.665-8.428 2.788-9.023-1.972-11.706z\"/>\n    </g>\n    <g fill-rule=\"nonzero\">\n      <path fill=\"#007F00\" d=\"M98.102 52.547c.083-8.64 8.937-6.788 11.14-4.153 2.202 2.635 2.908 12.221-5.155 11.313 5.071-2.673 2.1-8.413 4.136-10.346-2.037 1.933-7.045-1.874-10.121 3.186z\"/>\n      <path fill=\"#005800\" d=\"M104.087 59.708c5.07-2.673 1.951-8.177 3.988-10.11.112 2.56.321 9.151-3.988 10.11zM98.102 52.547c.083-8.64 8.937-6.788 11.14-4.153-9.15-2.984-9.387-1.027-11.14 4.153z\"/>\n    </g>\n    <g fill-rule=\"nonzero\">\n      <path fill=\"#007F00\" d=\"M87.857 130.011c-7.728-3.87-2.123-10.981 1.226-11.796 3.348-.813 12.278 2.765 7.873 9.584-.145-5.714-6.627-5.575-7.458-8.247.832 2.672-4.819 5.483-1.64 10.46z\"/>\n      <path fill=\"#005800\" d=\"M96.956 127.8c-.145-5.714-6.48-5.34-7.311-8.012 2.35 1.025 8.368 3.733 7.311 8.012zM87.857 130.011c-7.728-3.87-2.123-10.981 1.226-11.796-6.753 6.88-5.1 7.951-1.226 11.796z\"/>\n    </g>\n    <g fill-rule=\"nonzero\">\n      <path fill=\"#007F00\" d=\"M180.26 38.461c8.096-3.018 9.57 5.901 7.907 8.9-1.663 2.997-10.356 7.09-12.425-.754 4.33 3.771 8.613-1.056 11.154.15-2.541-1.206-.799-7.24-6.635-8.296z\"/>\n      <path fill=\"#005800\" d=\"M175.742 46.607c4.33 3.771 8.339-1.11 10.88.097-2.35 1.021-8.426 3.579-10.88-.097zM180.26 38.461c8.096-3.018 9.57 5.901 7.907 8.9-.524-9.601-2.436-9.12-7.906-8.9z\"/>\n    </g>\n    <g fill-rule=\"nonzero\">\n      <path fill=\"#007F00\" d=\"M161.299 168.733c-6.969 5.107-10.831-3.063-10.051-6.397.78-3.334 8.028-9.637 12.17-2.663-5.202-2.444-8.004 3.363-10.781 2.896 2.778.468 2.753 6.74 8.662 6.164z\"/>\n      <path fill=\"#005800\" d=\"M163.418 159.674c-5.202-2.443-7.725 3.34-10.503 2.873 1.982-1.622 7.134-5.737 10.503-2.873zM161.299 168.733c-6.969 5.107-10.831-3.063-10.051-6.397 3.135 9.083 4.845 8.1 10.05 6.397z\"/>\n    </g>\n    <g fill-rule=\"nonzero\">\n      <path fill=\"#007F00\" d=\"M218.328 103.819c5.917 6.3-1.804 11.032-5.23 10.64-3.425-.395-10.57-6.836-4.078-11.71-1.839 5.41 4.294 7.519 4.15 10.312.144-2.794 6.422-3.477 5.158-9.242z\"/>\n      <path fill=\"#005800\" d=\"M209.02 102.748c-1.839 5.41 4.238 7.247 4.095 10.04-1.853-1.772-6.566-6.391-4.095-10.04zM218.328 103.819c5.917 6.3-1.804 11.032-5.23 10.64 8.72-4.12 7.538-5.696 5.23-10.64z\"/>\n    </g>\n    <path fill=\"#289400\" fill-rule=\"nonzero\" d=\"M107.344 126.975c.61.284 0-1.995.204-2.85.243-.896 1.993 2.198 2.849 2.604.895.448 6.348-2.156 6.348-2.156l1.302-2.441.693 1.994s1.505-1.75 1.953-2.402c.448-.652 0 1.302-.448 1.954-.447.651 1.303.895 1.1 2.197-.204 1.303 1.749-.895 1.749-.895l5.046.448s.854-3.052 2.197-4.802l.407 1.953 2.076-2.116c2.319 6.105 7.203 12.739 17.213 16.362 9.4-3.42 14.243-9.484 16.766-15.263l2.808 2.89s2.197-.651 2.605-.895c.447-.204 5.168 1.67 5.168 1.67s.855.325 1.303.651c.447.325.122-1.425.122-1.425s2.4.448 2.197 1.75c0 0 .53-1.22.977-1.425.447-.204 1.505 1.1 1.75 1.546.203.406 5.372 1.058 6.103 1.506 0 0 .57.65.57 1.1 0 0 1.1-.123 1.953-.123 0 0-.65.326-.65 1.017 0 .653-.326 1.18-.977 1.506-.652.327 0 .57.854.652.895.122 0 1.221-1.75 1.872 0 0-.407.977.326 1.302 0 0-1.506.122-1.75-.324 0 0-.529 1.018-.529 1.546 0 0-1.628-.53-2.075-.774 0 0-.651.652-.204.977 0 0-2.97-.325-3.54-1.425 0 0-1.057.325-.854.692 0 0-2.076-1.424-2.727-1.424l-.447.732s-1.425-.854-1.872-.854c-.407 0-.082.652-.082.652l-1.994-1.222-.773 1.222s-1.627-.774-2.075-1.1c-.407-.326-.528.651-.855.772 0 0-.65-.894-1.546-.772 0 0-.325 1.1-.203 1.423 0 0-2.524-.527-2.97-.65-.448-.122-.204.528 0 .976 0 0-1.873-.528-2.28-.854l-.122.854s-1.546-.122-1.872-.448l-.976 1.344h-1.423l-.326 1.18s-2.726-.774-2.97-.326c-.204.447.122 1.1.122 1.1s-2.198 0-2.401-.325l-.204.976s-2.768-.854-3.418-.448c0 0-.855.896-1.424 1.1-.53.244 0-.325 0-.325l-.855-1.18s-.976.529-1.546.324c-.528-.244-2.278.855-2.847.53 0 0 0-.774-.448-.977-.407-.204-1.18-.204-1.506.326 0 0-.325-.448-.895-1.302-.529-.896-1.302.08-1.302.08l-.122-1.057s-.65 0-1.506-.122c-.895-.122-1.099-.895-1.099-.895s-2.319.244-2.644.121l.57-.527s-3.175.651-3.826.406c-.692-.203.733-1.1.733-1.1s-2.93-.732-3.5-.853c-.529-.122-3.703.527-4.15.527-.448 0-.652-.732-.652-.732s-.773.653-1.424.855c0 0-.529-1.302-.203-1.425 0 0-2.076.57-2.198 1.1 0 0-.528-.854-.447-1.221 0 0-.977 1.546-1.423 1.87-.448.327-.082-.772-.082-.772s-1.22 1.546-1.668 1.669v-1.1s-3.5 1.873-4.476 1.629c0 0 0-.775.325-.978 0 0-1.628 0-2.197-.12-.53-.081-1.18-.325-1.75-.448-.53-.083.773-.652 1.668-.408 0 0-2.442-.896-3.174-.448 0 0-.325-.896.977-1.22 0 0-1.668-1.628-2.645-1.506 0 0 1.1-.652 1.994-.327 0 0-1.018-2.768-1.668-3.092 0 0 2.319-.408 2.97-.081\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M107.344 126.975c.61.284 0-1.995.202-2.85.244-.896 1.994 2.198 2.85 2.606.895.448 6.348-2.158 6.348-2.158l1.302-2.441.693 1.994s1.504-1.75 1.953-2.401c.448-.652 0 1.302-.448 1.953-.447.652 1.303.896 1.1 2.198-.204 1.303 1.749-.896 1.749-.896l5.046.448s.853-3.052 2.197-4.802l.407 1.954 2.076-2.116c2.319 6.105 7.203 12.739 17.214 16.362 9.4-3.42 14.243-9.484 16.766-15.264l2.808 2.891s2.197-.652 2.605-.895c.447-.204 5.167 1.67 5.167 1.67s.855.325 1.303.651c.447.325.12-1.425.12-1.425s2.402.448 2.198 1.75c0 0 .53-1.22.977-1.423.447-.204 1.504 1.1 1.75 1.546.203.408 5.372 1.058 6.103 1.506 0 0 .57.652.57 1.1 0 0 1.1-.123 1.953-.123 0 0-.65.325-.65 1.017 0 .653-.326 1.182-.978 1.506-.65.327 0 .57.855.652.895.122 0 1.221-1.75 1.873 0 0-.407.977.326 1.301 0 0-1.506.122-1.75-.324 0 0-.528 1.017-.528 1.546 0 0-1.628-.53-2.075-.773 0 0-.651.651-.204.977 0 0-2.97-.325-3.54-1.424 0 0-1.058.326-.855.693 0 0-2.075-1.423-2.727-1.423l-.447.731s-1.425-.853-1.872-.853c-.407 0-.082.65-.082.65l-1.994-1.22-.773 1.22s-1.627-.773-2.075-1.097c-.407-.326-.528.651-.854.772 0 0-.65-.895-1.546-.772 0 0-.325 1.098-.203 1.423 0 0-2.523-.529-2.97-.652-.448-.12-.204.53 0 .978 0 0-1.873-.53-2.28-.856l-.122.856s-1.546-.123-1.872-.449l-.976 1.343h-1.424l-.325 1.18s-2.726-.772-2.97-.324c-.204.447.122 1.097.122 1.097s-2.198 0-2.401-.324l-.203.977s-2.768-.855-3.419-.449c0 0-.855.896-1.424 1.1-.528.244 0-.327 0-.327l-.854-1.18s-.976.53-1.546.326c-.53-.245-2.279.854-2.85.529 0 0 0-.775-.447-.977-.407-.204-1.18-.204-1.506.326 0 0-.325-.448-.895-1.302-.529-.896-1.302.08-1.302.08l-.122-1.057s-.651 0-1.506-.122c-.895-.121-1.099-.896-1.099-.896s-2.319.244-2.644.122l.57-.529s-3.175.652-3.826.408c-.692-.203.733-1.1.733-1.1s-2.931-.731-3.5-.853c-.529-.122-3.704.527-4.151.527-.448 0-.652-.733-.652-.733s-.773.653-1.424.856c0 0-.529-1.302-.202-1.425 0 0-2.076.57-2.198 1.1 0 0-.529-.854-.447-1.221 0 0-.977 1.546-1.424 1.87-.448.327-.082-.772-.082-.772s-1.22 1.546-1.668 1.669v-1.1s-3.5 1.872-4.477 1.629c0 0 0-.774.326-.977 0 0-1.628 0-2.197-.122-.528-.08-1.18-.324-1.749-.447-.53-.083.773-.651 1.668-.407 0 0-2.442-.895-3.175-.448 0 0-.325-.895.977-1.22 0 0-1.67-1.628-2.646-1.506 0 0 1.1-.652 1.995-.327 0 0-1.018-2.767-1.67-3.092 0 0 2.32-.408 2.97-.081l-.003-.008z\"/>\n    <path fill=\"#9DD7FF\" fill-rule=\"nonzero\" d=\"M134.894 124.777a29.118 29.118 0 01-2.483-5.413l17.621-15.507 17.622 15.466c-.611 1.79-1.424 3.704-2.563 5.536l-.082.121c-.326-.12-1.384-.406-1.384-.406s-.57.53-1.016.57c-.61.082-1.139-.529-1.139-.529s-.773.652-1.546.529c-.773-.081-1.1-.57-1.1-.57s-.813.652-1.384.53c-.529-.124-.895-.49-.895-.49s-.488.612-1.18.49c-.65-.124-1.262-.49-1.262-.49s-1.016.448-1.668.53c-.65.121-1.22-.57-1.22-.57s-.855.57-1.18.57c-.326 0-1.547-.57-1.547-.57s-1.262.406-1.71.406c-.407 0-1.668-.528-1.668-.528s-1.18.325-1.71.325c-.569 0-1.383-.325-1.383-.325s-.976.448-1.505.325c-.57-.121-1.018-.325-1.018-.325s-1.057.448-1.75.325c-.65-.121-1.424-.569-1.424-.569s-.122.325-1.384.569h-.04\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M153.94 115.905s3.5 1.993 0 5.82\"/>\n    <path fill=\"#730000\" fill-rule=\"nonzero\" d=\"M137.865 121.072s.977.53 3.622 1.466c2.237.773 4.842 1.138 8.628 1.138 7.691 0 7.568-1.301 7.568-1.301l-2.726 2.767s-11.435.08-12.941-.693c-.773-.406-2.442-1.75-4.15-3.378\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M137.865 121.073s.977.53 3.622 1.465c2.238.774 4.843 1.139 8.628 1.139 7.691 0 7.568-1.302 7.568-1.302l-2.726 2.768s-11.436.08-12.942-.693c-.772-.406-2.441-1.75-4.15-3.378v.001h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M138.19 121.277l5.047-4.804-.57 6.43M145.312 123.474V112.73M153.94 123.474V112.08M149.585 123.677v-12.25\"/>\n    <path fill=\"#FF0018\" fill-rule=\"nonzero\" d=\"M145.312 113.298l-2.28.733 2.28.245v-.978\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M145.312 113.3l-2.28.732 2.28.244v-.977\"/>\n    <path fill=\"#FF0018\" fill-rule=\"nonzero\" d=\"M149.585 111.631l-2.401.895 2.4.083v-.978\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M149.585 111.631l-2.401.896 2.4.08v-.976\"/>\n    <path fill=\"#FF0018\" fill-rule=\"nonzero\" d=\"M153.939 112.281l-2.401.896 2.4.121v-1.017\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M153.94 112.281l-2.401.896 2.4.121v-1.018z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M138.964 120.625l4.274-4.152-.204 2.483s-2.197 1.425-2.197 2.442l-1.872-.774\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M138.964 120.625h0l4.273-4.152-.204 2.483s-2.197 1.423-2.197 2.442l-1.872-.773\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M141.242 121.479s.447-1.302 1.668-1.954l-.122 2.605-1.546-.651\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M141.242 121.48s.447-1.302 1.668-1.953l-.122 2.605-1.546-.651h0z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M147.387 114.276s1.75-.244 3.052 0c0 0-.203 1.75 0 2.075 0 0-2.4-.57-3.377.325 0 0-.326-1.627.325-2.4\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M147.387 114.276s1.749-.244 3.052 0c0 0-.203 1.75 0 2.075 0 0-2.4-.57-3.377.325 0 0-.326-1.627.325-2.4h0z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M143.684 114.723s1.75-.243 3.052 0c0 0-.325 1.954-.122 2.28 0 0-1.953-1.1-2.93-.204 0 0-.651-1.343 0-2.076\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M143.684 114.724s1.75-.244 3.052 0c0 0-.324 1.954-.122 2.28 0 0-1.953-1.1-2.93-.205 0 0-.651-1.343 0-2.075z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M143.562 117.002s1.75-.204 3.052 0c0 0-.203 1.75 0 2.075 0 0-2.279-.528-3.256.326.002 0-.446-1.628.204-2.4\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M143.562 117.002s1.75-.203 3.052 0c0 0-.203 1.75 0 2.077 0 0-2.279-.53-3.257.324.001 0-.447-1.626.205-2.4z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M147.062 116.677s2.524-.327 3.825-.122c0 0-.53 1.425.122 2.402 0 0-2.727-.733-3.745.12.001 0-.853-1.627-.202-2.4\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M147.062 116.677s2.523-.325 3.825-.122c0 0-.53 1.424.122 2.4 0 0-2.727-.732-3.745.122.001 0-.852-1.627-.202-2.4h0z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M143.358 119.404s2.076 0 3.378.244c0 0-.325 2.483-.122 2.808 0 0-2.726-.65-3.256.245 0 0-.895-2.28 0-3.297\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M143.358 119.404s2.076 0 3.378.244c0 0-.324 2.483-.122 2.81 0 0-2.726-.653-3.257.243 0 0-.895-2.28.001-3.297h0z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M147.184 119.404s2.93-.203 4.273 0c0 0-.773 1.872.082 3.5 0 0-3.825-1.099-4.354-.203 0 0-.896-2.28-.001-3.297\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M147.185 119.404s2.929-.203 4.272 0c0 0-.774 1.873.082 3.5 0 0-3.826-1.097-4.355-.203 0 0-.895-2.28 0-3.297h0z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M151.66 114.276s1.75-.244 3.052 0c0 0-.204 1.75 0 2.075 0 0-2.401-.57-3.378.325 0 0-.325-1.627.326-2.4\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M151.66 114.276s1.749-.244 3.052 0c0 0-.203 1.75 0 2.075 0 0-2.401-.57-3.378.325 0 0-.325-1.627.326-2.4z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M151.66 116.677s1.75-.204 3.052 0c0 0-.204 1.75 0 2.075 0 0-2.401-.529-3.378.325 0 0-.325-1.627.326-2.4\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M151.66 116.677s1.749-.204 3.052 0c0 0-.203 1.75 0 2.075 0 0-2.401-.529-3.378.327 0 0-.325-1.629.326-2.402z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M151.863 119.2s1.75-.244 3.093 0c0 0-.448 2.726-.244 3.053 0 0-1.994-.937-2.93-.122 0 0-.57-2.156.081-2.931\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M151.863 119.2s1.75-.243 3.093 0c0 0-.448 2.727-.244 3.053 0 0-1.994-.937-2.93-.121 0 0-.569-2.157.081-2.931h0z\"/>\n    <path fill=\"#FF0018\" fill-rule=\"nonzero\" d=\"M155.364 117.45c-.122-.488 1.424-.448 1.424-.448s.448 1.63 0 2.646l-1.302-.244s.122-1.098-.122-1.953\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M155.363 117.451c-.122-.489 1.424-.448 1.424-.448s.448 1.628 0 2.645l-1.302-.244c.001 0 .122-1.098-.122-1.953h0z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M155.486 119.404s.57 2.077 1.302 2.32l-.976 1.18s-1.18-.854-1.303-1.83c0 0 .773-.897.977-1.67\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M155.486 119.404s.57 2.075 1.302 2.32l-.976 1.18s-1.18-.854-1.303-1.83c0 0 .773-.897.977-1.67z\"/>\n    <path fill=\"#006AC8\" fill-rule=\"nonzero\" d=\"M165.008 125.02c-2.808 4.681-7.406 9.077-14.976 11.804-7.692-2.767-12.371-7.366-15.138-12.007l.04-.04c1.262-.245 1.384-.57 1.384-.57s.773.448 1.424.57c.693.12 1.75-.327 1.75-.327s.448.204 1.017.327c.53.12 1.506-.327 1.506-.327s.813.327 1.384.327c.529 0 1.71-.327 1.71-.327s1.261.528 1.667.528c.448 0 1.71-.406 1.71-.406s1.22.57 1.546.57c.325 0 1.18-.57 1.18-.57s.57.692 1.221.57c.651-.081 1.668-.529 1.668-.529s.61.367 1.262.488c.692.122 1.18-.488 1.18-.488s.367.367.895.488c.57.122 1.384-.529 1.384-.529s.326.489 1.1.57c.773.121 1.546-.529 1.546-.529s.528.611 1.14.529c.447-.04 1.016-.57 1.016-.57s1.018.326 1.384.449\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M164.317 126.079c-.611.042-.693-.367-.693-.367s-.813.692-1.586.57c-.814-.121-1.18-.652-1.18-.652s-.855.693-1.425.57c-.57-.082-.977-.489-.977-.489s-.529.612-1.22.489c-.693-.082-1.302-.489-1.302-.489s-1.1.449-1.792.57c-.691.122-1.26-.652-1.26-.652s-1.588.53-1.914.53c-.366 0-1.505-.53-1.505-.53s-.774.49-1.221.49c-.488 0-1.791-.57-1.791-.57s-1.22.326-1.791.326c-.57 0-1.424-.326-1.424-.326s-1.058.447-1.628.326a5.515 5.515 0 01-1.018-.326s-1.14.447-1.832.326c-.692-.122-1.506-.57-1.506-.57s-.12.285-1.464.57h-.04\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M150.033 86.029v17.827l-17.62 15.59c-1.71-4.965-1.832-9.402-1.832-11.315V86.029h19.452\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.032 86.03v17.827l-17.622 15.589c-1.71-4.965-1.83-9.401-1.83-11.314V86.03h19.452\"/>\n    <path fill=\"#FFD83C\" fill-rule=\"nonzero\" d=\"M150.033 86.029v17.827l17.58 15.59c1.71-4.965 1.832-9.402 1.832-11.315V86.029h-19.412\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.032 86.03v17.827l17.58 15.589c1.709-4.965 1.83-9.401 1.83-11.314V86.03h-19.41\"/>\n    <path fill=\"#B34B00\" fill-rule=\"nonzero\" d=\"M132.004 90.912l11.07 12.008c.528.406 1.016 1.586 1.016 2.686 0 .407 1.14.976 1.303 1.057.487.204.61-.733.569-.854-.122-.326-.326-.61-.326-.61.122-.122.448.366.937.569.407.204.774-.367.57-.936-.163-.57-.408-.733-.896-.977 0 0-1.262-.367-1.464-.693-.367-.691-1.384-1.872-1.668-2.197l-8.343-12.455c-.733-.733-1.912-.977-2.686-.406-.488.368-.773 2.037-.082 2.808\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M132.004 90.912l11.07 12.008c.528.406 1.017 1.586 1.017 2.686 0 .407 1.14.976 1.303 1.059.487.204.61-.733.569-.855-.122-.324-.326-.61-.326-.61.122-.122.448.366.937.569.407.204.774-.367.57-.936-.163-.57-.408-.733-.896-.977 0 0-1.262-.367-1.464-.693-.367-.691-1.384-1.872-1.668-2.197l-8.343-12.455c-.733-.733-1.913-.977-2.686-.406-.488.367-.774 2.034-.082 2.808v-.001zM132.492 88.878l10.947 13.676\"/>\n    <path fill=\"#730000\" fill-rule=\"nonzero\" d=\"M132.493 106.053l10.865-12.901s.529.772 1.424 1.302l-10.62 12.82s-.978.082-1.67-1.22\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M132.492 106.055l10.865-12.901s.529.772 1.424 1.302l-10.62 12.82c0-.001-.977.08-1.67-1.22z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M142.26 91.605s-.122-1.75 2.075-2.401c0 0 3.174 1.1 4.029 3.5 0 0-.855 2.401-2.401 2.318 0 0-2.075-.447-3.703-3.417\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M142.26 91.605s-.122-1.75 2.075-2.4c0 0 3.174 1.1 4.029 3.5 0 0-.855 2.401-2.401 2.318 0 0-2.075-.446-3.703-3.418z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M142.91 91.402s.651 1.506 2.604 2.726c0 0-.325-1.953 2.075-1.423\"/>\n    <path fill=\"#730000\" fill-rule=\"nonzero\" d=\"M168.508 106.38c-.367.285-1.1.447-1.1.447-.692-.813-1.627-2.036-2.604-3.093l-10.621-13.065 1.098-1.057 9.564 11.193c.285.284 2.319 2.4 3.906 4.476.001 0 .245.733-.243 1.099\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M168.508 106.38c-.367.285-1.1.447-1.1.447-.692-.813-1.627-2.035-2.604-3.093l-10.621-13.065 1.098-1.057 9.564 11.193c.285.284 2.32 2.402 3.906 4.476.001 0 .245.733-.243 1.099z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M157.805 92.338l-1.71-2.035s-1.301.162-1.545.854c0 0-.937 1.546-3.418 1.71 0 0 .692 2.888 3.58 4.435 0 0 1.06-2.97 2.076-3.5 0 0 1.058-.773 1.018-1.465\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M157.805 92.338l-1.71-2.035s-1.301.162-1.545.855c0 0-.937 1.546-3.42 1.71 0 0 .693 2.888 3.582 4.435 0 0 1.058-2.971 2.074-3.5.001 0 1.06-.774 1.02-1.465h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M154.794 91.524c.447.447 1.709 2.075 1.709 2.075M155.363 92.419c-.08.245-.244.936-.61 1.302M155.567 92.582c-.04.162-.04.693-.61 1.222M155.77 92.827c-.081.284-.122.488-.324.693M155.892 93.071c0 .204-.12.244-.162.366M154.387 92.297c-.162.162-1.343.935-1.993 1.18M154.062 92.744c-.162.164-.895.733-1.302.896M153.94 93.232c-.244.164-.651.57-.977.693M153.695 93.721c-.162.204-.407.367-.61.489\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M153.289 101.618l12.046-11.967 2.97 3.175s-.61-.244-.855-.083c-.203.164.244.775.244.775s-.57-.204-.813-.04c-.286.161 0 .854 0 .854s-.488-.367-.733-.204c-.204.164 0 .937 0 .937s-.651-.204-.813-.043c-.164.164 0 .855 0 .855s-.652-.325-.977 0c-.326.325.162.774.162.774s-.813-.326-1.139.162c-.325.49.04.937.04.937s-.65-.325-.813-.163c-.163.163 0 .936 0 .936s-.57-.326-.936.083c-.367.447.04.813.04.813s-.53-.326-.813-.163c-.286.163.081.935.081.935s-.529-.367-.895 0c-.367.408 0 .813 0 .813s-.447-.406-.895 0c-.407.449 0 .897 0 .897s-.651-.326-.895 0c-.285.326.082.774.082.774s-.488-.286-.814-.123c-.325.163 0 .896 0 .896s-.487-.53-.692-.244c-.244.284.04.976.04.976s-.447-.529-.692-.243c-.285.243.162.854.162.854s-.813-.367-.61-.367c.04 0-2.483-2.809-2.483-2.809\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M153.289 101.618l12.046-11.966 2.97 3.175s-.61-.245-.854-.083c-.203.164.244.775.244.775s-.57-.204-.813-.04c-.286.161 0 .854 0 .854s-.488-.366-.733-.204c-.204.164 0 .936 0 .936s-.651-.203-.813-.04c-.164.163 0 .854 0 .854s-.652-.325-.977 0c-.325.325.162.773.162.773s-.813-.326-1.139.162c-.325.49.04.937.04.937s-.65-.325-.813-.163c-.163.163 0 .936 0 .936s-.57-.326-.936.083c-.367.447.04.813.04.813s-.53-.327-.814-.164c-.286.164.081.936.081.936s-.529-.367-.895 0c-.367.408 0 .813 0 .813s-.447-.406-.895 0c-.407.449 0 .897 0 .897s-.65-.326-.895 0c-.285.324.08.774.08.774s-.487-.286-.813-.123c-.325.163 0 .896 0 .896s-.487-.53-.692-.244c-.244.284.04.976.04.976s-.447-.529-.692-.243c-.285.243.162.854.162.854s-.813-.367-.61-.367c.04 0-2.483-2.809-2.483-2.809v.002h.002z\"/>\n    <path fill=\"#7E4B7E\" fill-rule=\"nonzero\" d=\"M164.642 90.628l-.936.936.203 3.215s.204-.936.488-.285c0 0 .082-.773.285-.65-.163-.083-.04-3.216-.04-3.216M162.892 92.378l-.691.65.244 3.216s.203-1.22.488-.244c0 0-.04-.813-.04-1.1v-2.522M155.608 99.582l-.651.69.163 1.954s.204-1.26.488-.285c0 0-.082-.814-.082-1.099 0 .204.082-1.262.082-1.262\"/>\n    <path fill=\"#730000\" fill-rule=\"nonzero\" d=\"M153.533 101.372c-.244-.08-.488 0-.855.204-.326.206-.732.123-.693-.284.04-.367 0-.326.448-.61.651-.367 1.506-.407 2.035-.204l-.935.894\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M153.533 101.373c-.244-.082-.488 0-.855.204-.326.204-.732.122-.693-.285.04-.367 0-.325.448-.61.651-.367 1.506-.407 2.035-.204l-.935.895\"/>\n    <path fill=\"#730000\" fill-rule=\"nonzero\" d=\"M165.13 89.813c-.08-.284-.162-.57.123-.936.285-.325.285-.895-.407-.61-.693.285-.937 1.058-.367 2.239l.652-.693\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.13 89.813c-.082-.284-.162-.568.122-.934.285-.326.285-.896-.407-.61-.693.284-.936 1.057-.366 2.238l.65-.694h0z\"/>\n    <path fill=\"#730000\" fill-rule=\"nonzero\" d=\"M196.913 77.97c.204.08.773-.814.204-1.222 0 0-.204-.773-.855-.813 0 0-.53-.773-1.302-.651 0 0-.855-.61-1.18-.57-.367.083-1.18.896-1.221 1.18-.04.245 0 .734.204.977.243.205.407-.04.447-.407 0 0-.162.611.326.896.487.285.447.04.487-.285 0 0 .122.652.448.773.326.122.53-.163.773-.163 0 0-.407.326-.122.529.285.244.61.12.814-.04.244-.164.121-.693.977-.204\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M196.913 77.97c.204.083.773-.813.204-1.22 0 0-.204-.774-.855-.814 0 0-.53-.773-1.302-.652 0 0-.855-.61-1.18-.569-.366.081-1.18.895-1.22 1.18-.04.245 0 .734.204.977.243.204.407-.04.447-.408 0 0-.162.612.326.896.487.285.447.04.487-.284 0 0 .122.651.448.773.326.121.53-.163.773-.163 0 0-.407.326-.122.529.285.244.61.121.814-.041.244-.163.121-.692.976-.204zM193.251 76.464c.203-.692.895-1.26 1.628-1.139\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M194.023 77.076c.081-.164.122-.327.244-.49.366-.61 1.18-.61 1.83-.733M195.082 77.645c.244-.164.325-.448.57-.569.406-.205.854-.367 1.302-.285\"/>\n    <path fill=\"#730000\" fill-rule=\"nonzero\" d=\"M162.363 50.7s.244-.57.693-.244c.407.325.529 1.75.529 1.75l-.651.326c-.001-.001.366-.53-.57-1.832\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M162.362 50.7s.244-.57.693-.244c.407.325.529 1.75.529 1.75l-.651.325s.366-.528-.57-1.83z\"/>\n    <path fill=\"#730000\" fill-rule=\"nonzero\" d=\"M158.66 63.48s.326-.448-.122-1.425l.651-.204s.244.773-.081 1.629h-.448\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M158.66 63.481s.326-.448-.122-1.425l.651-.204s.244.773-.081 1.629h-.448\"/>\n    <path fill=\"#6F6\" fill-rule=\"nonzero\" d=\"M163.543 50.17s-.487-.04-.936-.367l.936.367\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M163.543 50.17s-.487-.04-.936-.367\"/>\n    <path fill=\"#730000\" fill-rule=\"nonzero\" d=\"M169.932 61.24l-1.546.937.773.367 1.871-1.1-1.098-.204\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M169.933 61.241l-1.546.937.774.367 1.871-1.1-1.1-.204\"/>\n    <path fill=\"#730000\" fill-rule=\"nonzero\" d=\"M149.219 67.305c-.408.327-.448.896-.693 1.223-.203.324-.813.772-.855 1.26-.081.487-.121.813.082 1.465.244.651 1.262 3.541.855 5.74-.448 2.197-.285 3.133-.122 3.459.162.325.651 1.22.936 1.22.651-.08.367-.284.611-.691.61-1.059 0-9.239-.285-11.519-.204-1.75-1.017-3.336-1.099-3.5-.081-.204-.244-.732-.367-1.059-.61-1.465-1.342-2.726-1.342-5.78 0 0-1.994.448-3.703-3.418-.896-1.955-2.198-1.751-3.744-2.402l.692-.448s1.302.651 1.953.651.447-1.302.447-1.302l.652-.65v2.848c0 1.303 1.79 3.094 2.848 3.622.651.327 1.506-1.017 1.302-2.32-.203-1.302 0-3.051 0-3.051l.895.528s-.325.57-.244.895c.122.324.57-.326.895-.652 0 0 .082.082.408.082 0 0-.652 1.098-.977 1.67-.326.528-.326 2.604-.326 3.377 0 .774.286 2.565.286 3.135 0 .407.773 2.076 1.383 3.093.204.406.692 1.466.692 1.466.488.773.53 1.302.813 1.953.163.327.448 1.262.651 2.89.081.406.163 1.953.285 2.971.122.977.936.204 1.912-.488.976-.732.976-2.482.976-2.482s.774-.652.652-.285c-.082.408.407.813.407.813-.611 1.385-.244 1.223.367 1.18.61-.08 2.726-1.668 2.726-1.668.285-.082 1.546-.082 1.343 0-.244.121-.57.733-.57.733l1.384-.163c-.488.367-2.32 1.425-2.726 1.669-.448.285-2.645 1.343-3.582 1.71-.936.406-2.767 1.302-2.848 2.238-.04.936.122 3.46 0 4.274-.082.813-.407 4.437-.407 4.437h-4.354s.854-3.175-.04-4.03c-.855-.894-2.85-3.5-4.151-4.395-1.303-.855.854-.203.854-.203v-.895l1.994 2.401s3.46-3.053 0-7.204c-1.099-1.303-2.197-3.298-3.052-3.5-.895-.245-1.343-.448-2.85 0-1.546.448-5.249.448-6.795-1.995l1.302-.203 1.099-.448s-.448 1.547 2.645 1.547c3.052 0 3.5 0 3.255-2.85l.895-.447.652.65s-.448 1.547-.204 2.199c.204.651 1.302 1.1 2.157 1.75.367.284.651.326.895.326.367-.042.447-.042.936-.529.733-.813.57-.773 1.303-1.425 0 0 .366-.57.446-.651l.448 1.18\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M149.219 67.306c-.408.327-.448.896-.693 1.22-.202.326-.813.774-.854 1.263-.081.487-.121.813.082 1.465.244.651 1.261 3.541.854 5.74-.448 2.197-.284 3.133-.121 3.459.162.325.65 1.22.935 1.22.651-.08.367-.284.611-.691.61-1.059 0-9.239-.285-11.519-.203-1.75-1.018-3.338-1.098-3.5-.081-.204-.244-.732-.367-1.059-.61-1.465-1.343-2.726-1.343-5.78 0 0-1.995.448-3.703-3.42-.896-1.953-2.199-1.749-3.744-2.4l.692-.449s1.302.652 1.953.652.447-1.302.447-1.302l.652-.652v2.85c0 1.303 1.79 3.094 2.848 3.623.651.325 1.506-1.018 1.302-2.32-.203-1.301 0-3.051 0-3.051l.895.528s-.325.57-.244.895c.121.327.57-.326.895-.652 0 0 .082.082.408.082 0 0-.652 1.098-.977 1.67-.326.529-.326 2.605-.326 3.378 0 .774.286 2.563.286 3.134 0 .408.772 2.076 1.383 3.094.203.406.69 1.465.69 1.465.489.773.53 1.302.815 1.954.163.325.448 1.261.651 2.89.082.406.163 1.953.286 2.97.122.977.936.205 1.912-.488.976-.732.976-2.482.976-2.482s.775-.651.652-.285c-.082.407.407.813.407.813-.611 1.384-.244 1.22.367 1.18.61-.082 2.726-1.669 2.726-1.669.285-.082 1.546-.082 1.344 0-.244.122-.57.733-.57.733l1.384-.163c-.488.367-2.32 1.424-2.726 1.669-.448.285-2.645 1.344-3.58 1.71-.937.406-2.768 1.302-2.85 2.238-.04.936.122 3.46 0 4.274-.082.813-.407 4.437-.407 4.437h-4.354s.854-3.175-.04-4.03c-.855-.894-2.85-3.5-4.151-4.396-1.303-.854.853-.201.853-.201v-.896l1.994 2.401s3.46-3.053 0-7.204c-1.099-1.303-2.197-3.296-3.052-3.5-.895-.245-1.344-.448-2.85 0-1.546.447-5.249.447-6.796-1.996l1.302-.203 1.098-.448s-.448 1.547 2.645 1.547c3.052 0 3.5 0 3.255-2.85l.895-.447.652.652s-.448 1.546-.204 2.197c.204.651 1.302 1.1 2.157 1.75.367.285.651.326.895.326.366-.04.447-.04.935-.529.733-.813.57-.773 1.303-1.423 0 0 .366-.57.447-.652l.448 1.181.003-.003z\"/>\n    <path fill=\"#730000\" fill-rule=\"nonzero\" d=\"M149.87 65.15c.162-.163.488-.775.773-1.303.488-.814 1.058-1.302 1.71-2.32.61-.937.853-2.32.61-3.297l.57.325.04 1.546s.773-.65 1.1-.813l.325.162s-2.442 2.524-4.72 6.594l-.407-.896\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M149.87 65.15c.162-.163.488-.775.773-1.303.488-.814 1.058-1.302 1.71-2.32.61-.937.854-2.32.61-3.296l.57.325.04 1.546s.774-.652 1.1-.813l.324.162s-2.441 2.524-4.72 6.594l-.407-.895h0z\"/>\n    <path fill=\"#730000\" fill-rule=\"nonzero\" d=\"M128.464 56.682c.326.57.651 1.67 1.628 2.523l.651-.203s-1.506-1.75-1.506-2.523l-.773.203\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M128.464 56.683c.326.569.651 1.67 1.628 2.523l.651-.203s-1.506-1.75-1.506-2.523l-.773.203\"/>\n    <path fill=\"#730000\" fill-rule=\"nonzero\" d=\"M132.29 55.706s.203 2.076-.326 2.85l.65-.326s.448-1.426.326-2.198l-.65-.326\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M132.29 55.706s.203 2.076-.325 2.85l.65-.325s.447-1.425.325-2.199l-.65-.324v-.002h0z\"/>\n    <path fill=\"#730000\" fill-rule=\"nonzero\" d=\"M153.735 49.153s-.122 2.93.448 4.72l.773-.244s-.122-.529.529-.774c.65-.203 2.197-.853 2.97-1.506l-.244-.65s-1.18.936-1.75 1.179c-.528.203-.854.447-1.302.324-.447-.12-.976-.854-.65-2.523l-.774-.526\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M153.735 49.153s-.122 2.93.448 4.721l.772-.244s-.122-.53.529-.775c.651-.203 2.197-.853 2.97-1.506l-.244-.65s-1.18.936-1.75 1.179c-.528.203-.854.447-1.302.326-.447-.122-.976-.855-.65-2.524l-.773-.527\"/>\n    <path fill=\"#730000\" fill-rule=\"nonzero\" d=\"M162.363 62.829s-.203 2.075-.081 2.97l.692.164s-.162-2.482.285-2.687l-.896-.447\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M162.362 62.829s-.202 2.075-.08 2.971l.691.164s-.162-2.483.285-2.687l-.896-.448\"/>\n    <path fill=\"#730000\" fill-rule=\"nonzero\" d=\"M165.456 64.375s-.774 1.344-1.669 1.465l1.425-.285s.407-.203 1.018-.853l-.774-.327\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.456 64.375s-.774 1.344-1.669 1.466l1.425-.286s.407-.203 1.018-.853l-.774-.327\"/>\n    <path fill=\"#289400\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M153.003 58.23l.53.325.57.083s.61.57 1.301 1.097c.53.449.53-.08.53-.08l.324 1.302h.448s-.122.855-.122 1.302l.773-.652.895.774s.65-.57.976-.57c.325 0 .448-.324.448-.324h.04c-2.156-1.018-3.092-2.076-2.44-3.175 1.057-1.831 2.807-.652 3.377-.406l7.895 4.232s.529-.325.162-.652c-.407-.324-.57-1.139-.447-1.464.122-.326 1.018 1.017 1.464 1.139.448.122 1.465.285 1.465.285l-.04-.407s1.302.895 1.302 1.343c0 0 .936-.488.61-.774-.325-.284 1.425.693 1.547 1.223l.365-.408c-.04 0 .122-1.303.57-1.913.407-.61.855-.774.855-.774s.407-.692.813-.692c0 0-.407-.284-.57-.61-.203-.326-.692-.489-.692-.489s.611-.447.773-.65c.163-.245.326-.286.326-.286s-.937-.773-1.588-.894c0 0-.04-1.06-.854-1.14h.366s-.61-1.139-1.18-1.18c0 0 .367-.406.693-.448 0 0-.693-.895-1.628-.57l.61-.243s-.447-.488-1.83-.244c0 0 .121-.57-.488-1.018 0 0-.529.04-.529.447 0 0-.488-.447-1.098-.447-.611 0 .203.652.203.652s-.813-.53-1.302-.367c0 0 .203-.936-.326-1.425 0 0-.61.326-.773.733l-.162-.407s-.814.977-.977.693c-.122-.162-.244-.854-.244-.854l-.487.733.08-1.018s-.57.326-1.017 1.384c0 0-.57.529-.57 1.017 0 0-.447-.528-.854 0-.367.57 0 .448 0 .448s-.163.202-.57.285l.082.324s-.528-.284-.935-.162l.202.488s-1.057.082-1.097-.772c0 0-.895-.449-1.018.04 0 0-.733 0-.651.407 0 0-.204-.407-.57-.488-.407-.122-.082.528-.082.528s-.122-.487-.61-.732c-.488-.202-.081.448-.081.448s-.651-.529-.326-.936c0 0-.61.57-.325 1.1l-.407.284s-.204-.204-.164-.367c.04-.163-.692.488-.692.488s-.448-1.058 0-1.058c.04 0-.772-.04-.895.896-.122.894 0 0 0 0s-.53.04-1.018.202c-.53.163.367.53.367.53s-.773-.164-1.22.08l.284.368s-.285-.286-.976-.042c-.733.204.162.326.162.326s-.733-.162-1.099 0c-.367.163.122.447.122.447s-1.343-.406-1.546-.284c-.203.122.448.774.448.774s-.814.204-.977.814l.732.284s-.325.162-.488.489c-.162.325.488.162.488.162s-.895.652-.895 1.14c0 0 .65.203 1.139-.285.487-.488.162-.326.162-.326l.04.326s.937-.406.937-.65c0-.204-.163.324-.163.324l.937-.488.61.408v-.002h0z\"/>\n    <path fill=\"#289400\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M152.23 45.53l-.203-.894s1.098 0 2.075.244l.366-.854s.977.447 1.302.772c0 0 1.913-.488 2.483-.284l-.244.896s1.749.12 2.32.324c.528.204-.245.652-.245.652s1.994.244 2.85.773c.895.529.895.977.447 1.098l1.098 1.75s-1.749.203-2.075.65c-.325.448-.65-.448-.65-.448l-.326 1.221s-1.099-.57-1.546-.977c0 0-.53.653-.204.977 0 0-1.424 0-1.995-1.302 0 0-.854-.122-.854.652 0 0-.977-1.1-1.221-1.425l-1.1.326s-.325-.447-.731-.57c-.448-.08-.122.57-.122.57l-.652-.774-.65-.772s-.57.772-1.019.772c-.407 0-.407-.528-.325-.895.122-.325-1.303-.406-1.424 0 0 0-.408-1.628 1.098-2.075l1.546-.407h.001z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M144.335 51.107l-.692.652-.407-.204-.814.895-.163-.49-.448.733-.692-.244-.326.53-.61-.123s-.53.49-.855.611c-.326.083 0-.732 0-.732s-.488.814-.855.814c-.325 0-.203-.366-.203-.366s-.203.527-.61.61c-.367.04-.204-.407-.204-.407l-.651.488v-.406l-.285-.122s.162-.733.447-.895c.285-.163-.285-.651-.285-.651l.285-.327s-.814-.203-.814-.04c0 0 .407-1.098.976-1.303l.04-1.22s.57-.489 1.1-.53c.569-.08-.163-.936-.163-.936l1.302-.772.163-.937 1.993.162.408-.854 1.587.406 1.343-.692.976 1.139 1.465.122s-.04 1.017-.04 1.303c0 0 1.748.528 1.953.692 0 0-.326 1.058-.326 1.261 0 0 1.221-.325 1.588-.244 0 0 .122 1.14.162 1.424 0 0 2.075.653 2.197 1.018 0 0-.447.285-.692.652 0 0 .244 1.261.244 1.669l-.163.244s-.611-.57-1.099-.652l-.407.896-.732-.488-.448.04s-.366-.448-.65-.448l-.041-.407-.57.367s-.894-.447-.894-.733c0-.244.04-.652.04-.652l-.936.652s-.203-.487-.162-.692c.04-.204-.367.489-.367.489s-.488-.855-.447-1.018l-.122.692s-.977-.324-1.099-.976h.003z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M131.313 55.095s1.71.856 1.71 1.262c0 0 .447-.896.203-1.222l.65.449s.203-.814-.04-1.06c-.203-.203 1.465-.894 1.83.204 0 0 1.019-1.057-.934-1.953 0 0-.163-.651 1.018-.488 0 0-.082-.407-.367-.57h1.139s-.692-.57-1.71-.732c-.976-.164-.367-.285-.407-.49-.082-.203 0-.936 0-.936s-.57-.203-1.018.04l.163-.203s-1.058-.284-1.464-.04c0 0-.611-.244-.53-.896 0 0-.61-.04-.894.61 0 0-.57.653-1.344.653-.162 0-.733-.327-.733-.327l-.488 1.14-.773-.04.244.447s-1.18-.324-1.546 0c0 0 .448.693.326 1.18 0 0-.937.164-1.14.327-.243.161.326.284.326.284s-1.057.326-1.302.652l.407.325-.488.652.407.08s-.691.204-1.057.327c-.367.121.651.204.651.204l-.488.448.774.12s-.611 1.63-.652 2.402c0 0 .937-1.14 1.18-1.22l-.731 1.22s1.384-.447 1.506-.652c.122-.244.244-.446.244-.446l.04.692s.53-.733.61-1.018c.041-.284.855.285.855.285v-.408s.732.244.976.285c.285.04.326-.122.326-.122l.692-.08-.122.568s.488-.324.611-.65c.082-.327.326 0 .326 0l.324-1.303h.692-.002zM125.737 60.875l.65 1.344c-.528.04-1.301.651-1.301.651.122 2.239-.448 2.117-.448 2.117.162.407-.204.896-.204.896l3.337-1.67.04-.203 3.826-1.792.121.204 1.1-.61.773 2.034-.773.447c.04.693.855 1.913.855 1.913l1.018-.243 1.098-.409s.04.611.04.409c0-.165 1.18-.57 1.18-.57s.082.57.53.53c.407-.041 1.139-1.019 1.139-1.019l.855.327s.285-.488.285-.855c0-.326 1.057-.326 1.057-.326l.733.529.935-.772s.286.569.652.65c.407.041 1.424.814 1.424.653 0-.162.447-1.059.447-1.059l1.709.693c-.244-.773-.814-1.71-.814-1.71s.814-.65.651-.813c-.162-.163-.65 0-.65 0l.487-.977h-.651l.203-.244-1.058-.447.57-1.14c-.244-.285-3.052-.855-3.052-.855l.65-.61s-.325-.488-.65-.488c-.326 0-2.035.04-2.117-.121-.04-.164-.733-.775-.733-.775l-1.057.775-.53-.164-.936.367s0 .528-.122.162c-.12-.326-.976-1.18-.976-1.18-.163.284-1.262 1.587-1.262 1.587s-.162.692-.53.203c-.407-.488-1.261-1.017-1.383-.61-.122.449-.895.854-1.058.733-.162-.123-1.057-.04-1.139.204-.04.284-1.018 1.017-1.018 1.017-.61-.284-1.587-.121-1.587-.121s-.285.447-.325.813l-1.993.527h.002v-.002zM144.132 77.36v-.854l.976.652.57-.652.733.731.447-.731v1.18l1.099-.976.65.284v-.936s.774-1.303.448-1.546l.651-.204s-1.1-1.1-1.424-1.303c-.325-.244-.773-.244-.773-.244s-.855-.856-1.424-1.1c-.53-.203-.855.244-.855.244s-.325-.65-.895-.773c-.528-.12-.528.448-.528.448s-.407-.407-.936-.611c-.53-.244-.164.488-.164.488l-1.871-.57.244.57-1.75-.447.203.651-1.22-.204-.082.53-1.75.325.326.569-1.099-.448v.774l-1.22.447.447.408s-1.628.773-1.953 1.017c-.326.204.65.651.65.651l-1.749-.243.651.57-1.546 1.425 1.099.774-.651.977 1.627.325.652 1.1 1.342-.245v1.22l1.954-1.545s1.424 1.262 1.546.895c.08-.326.08-1.425.08-1.425h.693V78.46l.529.447.895-1.303 1.18 1.629.894-2.075 1.303.203h0zM152.108 72.434l-.203-1.871-.57.57.244-1.75-.895-.164.325-1.71-.651-.326.162-.813.651-.488 1.18-1.14 2.727.042.325-.896s1.628 0 1.954.327c.324.367 1.342-.733 1.342-.733h.408l.447.854s1.424-.204 2.075.244l-.773 1.058 1.424.122.977.205 1.018-.327 1.302-.083.326.53h1.22l-.407.487 1.587.733-.325.327s.895.325 1.547.325h.325s.326.772-.122 1.098c0 0 .448 1.1 1.424 1.303.977.204.977.204 1.099.447.122.203 0 1.303-1.099 1.303v1.1s-.854.773-.976 1.097l-.651-.447s-.57.652-.57 1.1c0 0-1.424-1.873-1.953-1.956-.57-.121-.448 1.06-.448 1.06l-1.546-1.303-.204.895-1.302-1.098-.773.528-1.384-1.424-1.343.164.529-.693h-1.628l-.325-1.423-.244 1.18-.976-.652-1.262 1.384s-.162-.163-.367-.814c-.203-.651-.773.773-.773.773l-.448-1.017-.529 1.017s-.447-.773-.895-1.017c-.407-.204-.854 1.22-.977 1.871l.001.001zM152.352 76.708l.082-.65 2.32-.896 1.953-.733.976-.447.448.773.57-1.098.894 1.14.488-.612.772.57h.651l.122.855s1.628.121 1.75-.203c.122-.327.325 1.098.325 1.098l1.546.203.325 1.75s.773 1.629.53 2.279c-.204.692-.855-.855-.855-.855s-.122 1.22-.244 1.546c-.082.325-2.075-.325-2.075-.325l-.855 1.628s-.895-1.303-1.302-1.303c-.448 0-.448 1.303-.448 1.303s-1.302-1.547-1.872-2.199c-.529-.65-.65.652-.65.652s-.854-1.425-.854-1.831c0-.448-.774-.896-.774-.896s-1.343 1.546-2.32 1.954c0 0 .122-.976-.202-1.302-.326-.327-1.303.651-1.303.651s-.692-1.506 0-3.052h.002z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M163.095 52.45l.204.814s.731-.164 1.22-.122c0 0-.122.65-.285.936 0 0 .977-.162 1.424.122l-.204.488s.611 0 1.14.489l-1.058.854s1.71.61 2.035 1.1c0 0-1.098.773-1.262.733-.162-.083-.04.324.244.69l-.936-.04s.367.855.325 1.18c-.04.326-1.546.244-1.546.244M170.257 57.74s.286-1.627-.162-2.034c0 0 1.057.896 1.749.936.733.042-.04-1.342-.04-1.342s1.018.529 1.505.65c.488.083-.367-1.016-.367-1.016s.286-.53 1.1-.04M155.12 48.42s.04-.367-.122-.57c-.977-1.343 1.018 1.019 1.423 1.1M158.294 48.95s.651.488.977.488c.325 0-.204-1.302-.367-1.464-.162-.163 1.18.528 1.67.61.487.122.569-.813.569-.813s1.505.244 1.831.448M152.515 47.932s-.122-.855-.163-1.221M142.26 52.003c-.082-.164.407-.896.203-1.222 0 0 .286.245.57.285.244.04.162-.936.162-.936l.326.122s.855-.407.692-.733c-.163-.325.57.488.57.488s.488-.488.488-.69c0-.206.569.487.569.487s.61-.122.61-.488.774.121.774.121.326-.447.285-.732M139.29 52.776s.365-.854-.04-1.424M129.4 55.462c.04-.406.243-1.506.04-1.67-.204-.16.407.164.895.286M134.202 53.916c-.487-.49-.773-.733-1.546-.733M125.941 56.642c.122-.284.326-.977.204-1.384M136.562 76.83l.53-1.1.65 1.547.448-.977.162.326.977-1.057 1.058 1.588M157.358 70.277l.692-1.383.937.488.447-1.343.977.61.57-1.26 1.098.284.08-.895s.774.447.977.773c.244.327 0-1.098 0-1.098l.895.407s.651-.653-.244-1.018\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M160.084 68.528l.977 1.425.813-.936.733 1.586.936-.57 1.343.774.61-.488 1.465 1.057.611-1.26 1.302.405.854-1.464\"/>\n    <path fill=\"#289400\" fill-rule=\"nonzero\" d=\"M125.738 60.874l.65 1.343c-.528.042-1.302.652-1.302.652.122 2.239-.448 2.117-.448 2.117.163.407-.203.894-.203.894l3.337-1.669.041-.203 3.825-1.79.122.203 1.099-.61.772 2.034-.772.447c.04.692.854 1.913.854 1.913l1.017-.244 1.1-.407s.04.61.04.407c0-.163 1.18-.57 1.18-.57s.082.57.53.53c.406-.04 1.139-1.018 1.139-1.018l.854.325s.285-.487.285-.854c0-.326 1.058-.326 1.058-.326l.733.53.936-.774s.284.57.65.651c.408.041 1.425.814 1.425.652 0-.163.447-1.06.447-1.06l1.709.693c-.244-.774-.813-1.71-.813-1.71s.813-.651.65-.813c-.162-.163-.65 0-.65 0l.487-.977h-.65l.203-.244-1.059-.448.57-1.14c-.244-.284-3.052-.854-3.052-.854l.651-.61s-.325-.488-.651-.488-2.035.04-2.117-.122c-.04-.164-.732-.774-.732-.774l-1.059.774-.529-.164-.936.367s0 .529-.121.163c-.122-.327-.977-1.18-.977-1.18-.163.284-1.262 1.586-1.262 1.586s-.162.692-.529.203c-.407-.487-1.261-1.017-1.383-.61-.122.448-.895.854-1.058.733-.162-.123-1.058-.04-1.14.203-.04.285-1.016 1.018-1.016 1.018-.61-.285-1.588-.123-1.588-.123s-.284.449-.325.814l-1.994.529M152.352 76.708l.082-.65 2.32-.897 1.952-.733.977-.447.447.773.57-1.099.895 1.14.489-.61.773.568h.65l.122.855s1.628.121 1.75-.203c.122-.326.325 1.1.325 1.1l1.546.202.326 1.75s.772 1.629.528 2.28c-.203.692-.854-.855-.854-.855s-.122 1.221-.244 1.547c-.081.325-2.075-.326-2.075-.326l-.855 1.628s-.895-1.302-1.303-1.302c-.447 0-.447 1.302-.447 1.302s-1.303-1.546-1.872-2.198c-.529-.65-.651.652-.651.652s-.854-1.425-.854-1.832c0-.447-.773-.894-.773-.894s-1.343 1.547-2.32 1.953c0 0 .123-.977-.203-1.302-.325-.327-1.302.65-1.302.65s-.693-1.504 0-3.051\"/>\n    <path d=\"M153.003 58.23l.53.325.57.08s.61.57 1.302 1.1c.528.448.528-.081.528-.081l.325 1.302h.448s-.122.855-.122 1.303l.772-.652.896.774s.651-.569.976-.569c.326 0 .448-.326.448-.326h.04c-2.156-1.017-3.092-2.076-2.441-3.175 1.058-1.83 2.808-.65 3.378-.407l7.895 4.233s.528-.325.162-.65c-.407-.326-.57-1.14-.447-1.465.121-.326 1.016 1.017 1.464 1.139.448.122 1.465.285 1.465.285l-.04-.408s1.302.896 1.302 1.344c0 0 .936-.49.61-.775-.324-.284 1.425.693 1.547 1.223l.367-.409c-.041 0 .122-1.303.57-1.913.406-.61.854-.773.854-.773s.407-.692.813-.692c0 0-.407-.285-.57-.61-.202-.325-.691-.488-.691-.488s.61-.447.773-.652c.163-.243.326-.284.326-.284s-.936-.773-1.588-.895c0 0-.04-1.058-.854-1.14h.366s-.61-1.139-1.18-1.18c0 0 .366-.407.692-.447 0 0-.692-.895-1.627-.57l.61-.243s-.448-.49-1.831-.246c0 0 .121-.568-.488-1.017 0 0-.53.04-.53.449 0 0-.487-.449-1.098-.449-.61 0 .203.65.203.65s-.813-.527-1.303-.366c0 0 .204-.934-.325-1.424 0 0-.61.325-.773.733l-.163-.408s-.813.978-.976.692c-.123-.16-.244-.854-.244-.854l-.489.733.082-1.018s-.57.326-1.018 1.385c0 0-.57.528-.57 1.017 0 0-.446-.528-.853 0-.367.57 0 .447 0 .447s-.164.203-.57.286l.081.325s-.529-.285-.936-.162l.204.487s-1.058.08-1.1-.773c0 0-.894-.448-1.017.04 0 0-.733 0-.651.407 0 0-.203-.407-.57-.488-.407-.122-.081.528-.081.528s-.122-.487-.611-.733c-.488-.202-.082.449-.082.449s-.65-.53-.325-.936c0 0-.61.57-.325 1.1l-.407.283s-.203-.202-.163-.366c.04-.163-.692.489-.692.489s-.448-1.059 0-1.059c.04 0-.773-.04-.895.896-.122.894 0 0 0 0s-.53.04-1.017.202c-.53.163.366.53.366.53s-.773-.163-1.221.08l.284.366s-.284-.284-.976-.04c-.733.203.162.326.162.326s-.732-.163-1.098 0c-.367.163.12.447.12.447s-1.341-.406-1.545-.284c-.203.122.447.774.447.774s-.813.203-.976.813l.733.286s-.325.162-.488.487c-.163.326.488.163.488.163s-.895.65-.895 1.14c0 0 .651.202 1.14-.286.487-.487.162-.325.162-.325l.04.325s.936-.406.936-.65c0-.203-.162.325-.162.325l.936-.488.61.407\"/>\n    <path d=\"M152.23 45.53l-.203-.894s1.098 0 2.075.243l.366-.854s.977.447 1.303.772c0 0 1.912-.488 2.482-.285l-.244.896s1.75.122 2.32.326c.529.203-.244.651-.244.651s1.994.244 2.848.773c.896.528.896.977.448 1.1l1.098 1.749s-1.75.203-2.075.652c-.326.447-.651-.449-.651-.449l-.325 1.221s-1.1-.57-1.547-.977c0 0-.529.652-.203.977 0 0-1.424 0-1.994-1.303 0 0-.855-.121-.855.653 0 0-.976-1.1-1.22-1.426l-1.1.326s-.325-.447-.732-.57c-.447-.081-.122.57-.122.57l-.652-.773-.65-.773s-.57.773-1.018.773c-.407 0-.407-.53-.325-.896.121-.324-1.303-.407-1.424 0 0 0-.407-1.627 1.098-2.076l1.546-.406\"/>\n    <path fill=\"#289400\" fill-rule=\"nonzero\" d=\"M144.335 51.106l-.692.651-.407-.203-.813.896-.164-.49-.446.733-.692-.243-.326.529-.61-.122s-.53.488-.855.61c-.325.08 0-.733 0-.733s-.488.814-.854.814c-.325 0-.203-.366-.203-.366s-.203.527-.61.61c-.366.04-.204-.407-.204-.407l-.651.488v-.407l-.285-.122s.162-.733.448-.894c.285-.163-.285-.652-.285-.652l.285-.325s-.814-.203-.814-.041c0 0 .407-1.1.977-1.303l.04-1.22s.57-.488 1.1-.529c.57-.082-.163-.936-.163-.936l1.303-.773.162-.936 1.994.162.407-.855 1.587.408 1.342-.692.977 1.14 1.465.123s-.04 1.017-.04 1.3c0 0 1.749.53 1.953.693 0 0-.326 1.059-.326 1.262 0 0 1.221-.325 1.587-.244 0 0 .123 1.139.163 1.424 0 0 2.075.652 2.198 1.019 0 0-.448.284-.692.65 0 0 .243 1.263.243 1.67l-.163.243s-.61-.57-1.098-.65l-.407.894-.733-.488-.448.04s-.366-.446-.651-.446l-.04-.41-.57.367s-.895-.446-.895-.733c0-.243.04-.65.04-.65l-.935.65s-.203-.487-.163-.69c.041-.204-.366.488-.366.488s-.488-.855-.447-1.018l-.123.692s-.976-.326-1.098-.977\"/>\n    <path fill=\"#289400\" fill-rule=\"nonzero\" d=\"M131.313 55.095s1.709.855 1.709 1.261c0 0 .447-.895.203-1.22l.651.449s.203-.814-.04-1.06c-.204-.203 1.464-.895 1.83.204 0 0 1.018-1.058-.935-1.953 0 0-.163-.65 1.017-.488 0 0-.081-.407-.366-.57h1.139s-.692-.57-1.709-.732c-.977-.163-.366-.285-.407-.49-.081-.203 0-.936 0-.936s-.57-.203-1.017.042l.163-.205s-1.059-.284-1.465-.04c0 0-.61-.244-.53-.896 0 0-.61-.04-.895.612 0 0-.57.65-1.342.65-.163 0-.733-.326-.733-.326l-.488 1.14-.773-.04.243.447s-1.18-.325-1.545 0c0 0 .446.692.325 1.18 0 0-.936.163-1.14.326-.243.161.326.285.326.285s-1.058.325-1.303.651l.407.325-.488.652.407.08s-.692.204-1.057.327c-.367.12.65.203.65.203l-.487.447.773.121s-.61 1.63-.65 2.403c0 0 .935-1.14 1.18-1.221l-.733 1.22s1.383-.447 1.505-.652c.122-.243.244-.446.244-.446l.041.692s.529-.733.61-1.019c.041-.284.855.286.855.286v-.408s.733.243.977.285c.284.04.325-.122.325-.122l.692-.082-.122.57s.487-.326.61-.651c.081-.326.326 0 .326 0l.325-1.303h.691M144.131 77.36v-.855l.977.651.57-.651.733.732.448-.732v1.18l1.098-.977.651.285v-.936s.774-1.303.447-1.546l.652-.205s-1.1-1.1-1.424-1.303c-.326-.244-.773-.244-.773-.244s-.854-.854-1.424-1.099c-.529-.203-.854.244-.854.244s-.326-.65-.895-.773c-.53-.121-.53.449-.53.449s-.406-.408-.935-.611c-.529-.245-.163.488-.163.488l-1.871-.57.244.57-1.75-.447.203.65-1.221-.203-.082.53-1.75.325.326.569-1.099-.447v.773l-1.22.449.447.406s-1.628.773-1.954 1.018c-.325.203.652.651.652.651l-1.75-.244.651.57-1.546 1.424 1.099.774-.652.978 1.628.325.652 1.099 1.342-.244v1.22l1.954-1.545s1.424 1.261 1.546.895c.082-.326.082-1.425.082-1.425h.691v-1.1l.529.448.895-1.303 1.18 1.629.896-2.076 1.302.203M152.108 72.434l-.203-1.871-.57.568.244-1.748-.895-.163.325-1.71-.65-.326.161-.813.652-.488 1.18-1.14 2.727.04.325-.894s1.628 0 1.954.325c.325.366 1.342-.733 1.342-.733h.407l.448.854s1.424-.202 2.075.245l-.773 1.058 1.424.121.976.205 1.017-.326 1.303-.081.325.528h1.222l-.407.487 1.587.733-.326.327s.896.325 1.547.325h.325s.326.774-.122 1.1c0 0 .448 1.098 1.424 1.302.977.202.977.202 1.098.447.123.204 0 1.303-1.098 1.303v1.1s-.854.772-.976 1.098l-.652-.447s-.57.65-.57 1.099c0 0-1.424-1.873-1.953-1.954-.57-.122-.448 1.058-.448 1.058l-1.547-1.302-.203.895-1.302-1.099-.773.528-1.383-1.424-1.343.162.53-.69h-1.629l-.325-1.426-.244 1.18-.977-.652-1.262 1.385s-.162-.163-.366-.814c-.203-.652-.773.774-.773.774l-.448-1.018-.529 1.018s-.447-.774-.895-1.018c-.407-.203-.854 1.22-.977 1.871\"/>\n    <path fill=\"#289400\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M134.568 65.231s.57-.978.366-1.425c-.243-.448 1.18.773 1.18.773s.326-.977.122-1.424c-.244-.447 1.628 1.303 1.628 1.303s.326-1.506 0-1.832c-.325-.326 1.79.448 1.79.448s.855-.243.53-.692c-.326-.447 1.423.65 1.423.65s.407-1.097 0-1.506c-.447-.446 1.303.53 1.303.53l-.651-1.18 1.424.08-.122-1.303\"/>\n    <path fill=\"#28AF00\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M156.177 78.458l.936-.448.814.814.895-1.424 1.099 1.058.162-1.058 1.18.49.244-.653 1.302.692.122-.977.65.204.123-.651\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M150.033 151.354c9.156.083 14.569-3.256 17.54-5.25 6.959-4.68 8.424-4.844 9.563-4.763 1.303.123 3.215.57 3.296 1.712.122 1.75-2.726 2.522-4.354 2.522-1.668 0-6.023-1.1-6.023-1.1l-1.14.775c.774.367 9.686 3.336 11.395.529 1.75-2.85 3.5-7.45 3.5-7.45s-1.953-3.5-6.308-3.5c-4.394 0-8.668 2.769-11.516 4.843-2.85 2.076-6.43 4.925-15.953 4.925s-13.144-2.85-15.993-4.925c-2.848-2.075-7.122-4.843-11.476-4.843-4.395 0-6.35 3.5-6.35 3.5s1.75 4.6 3.5 7.45c1.71 2.807 10.622-.163 11.395-.53l-1.099-.773s-4.394 1.1-6.023 1.1c-1.668 0-4.518-.774-4.395-2.523.082-1.14 1.994-1.589 3.296-1.712 1.14-.08 2.605.083 9.564 4.763 2.971 1.994 8.384 5.21 17.581 5.25\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.032 151.355c9.156.08 14.569-3.257 17.54-5.25 6.959-4.681 8.423-4.844 9.563-4.762 1.303.122 3.216.57 3.296 1.71.122 1.75-2.726 2.522-4.355 2.522-1.668 0-6.022-1.097-6.022-1.097l-1.14.774c.774.367 9.685 3.336 11.395.528 1.75-2.85 3.499-7.448 3.499-7.448s-1.953-3.501-6.308-3.501c-4.394 0-8.667 2.769-11.516 4.844-2.85 2.076-6.43 4.925-15.953 4.925s-13.144-2.85-15.993-4.925c-2.848-2.075-7.122-4.844-11.476-4.844-4.395 0-6.348 3.501-6.348 3.501s1.749 4.6 3.5 7.448c1.709 2.808 10.62-.162 11.394-.528l-1.098-.774s-4.395 1.097-6.022 1.097c-1.67 0-4.518-.772-4.396-2.522.082-1.14 1.994-1.587 3.296-1.71 1.14-.08 2.604.083 9.564 4.762 2.971 1.995 8.384 5.21 17.58 5.25h0z\"/>\n    <path fill=\"#69F\" fill-rule=\"nonzero\" d=\"M129.97 144.476s-4.354 1.1-5.982 1.1c-1.668 0-4.518-.773-4.395-2.523.082-1.14 1.994-1.587 3.296-1.71.977-.083 2.238.04 7.081 3.133\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M129.97 144.476s-4.355 1.1-5.982 1.1c-1.67 0-4.518-.774-4.396-2.523.082-1.14 1.994-1.589 3.296-1.71.977-.083 2.239.04 7.082 3.133z\"/>\n    <path fill=\"#69F\" fill-rule=\"nonzero\" d=\"M170.055 144.476s4.354 1.1 6.023 1.1c1.628 0 4.476-.773 4.354-2.523-.081-1.14-1.993-1.587-3.296-1.71-.977-.083-2.238.04-7.081 3.133\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M170.054 144.476s4.355 1.1 6.023 1.1c1.628 0 4.476-.774 4.354-2.523-.081-1.14-1.993-1.589-3.296-1.71-.976-.083-2.238.04-7.081 3.133h0z\"/>\n    <path fill=\"#69F\" fill-rule=\"nonzero\" d=\"M135.301 140.61a37.767 37.767 0 01-1.302-.976c-.611-.449-1.22-.856-1.872-1.303 0 0 .895-1.14 1.343-1.262.692-.243 1.546.121 1.71 1.587.12 1.139.12 1.954.121 1.954\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.301 140.61a37.767 37.767 0 01-1.302-.976c-.61-.449-1.22-.856-1.872-1.303 0 0 .895-1.14 1.343-1.262.692-.243 1.546.121 1.71 1.588.121 1.138.121 1.953.121 1.953z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M135.301 140.57s0-.775-.122-1.913c-.162-1.466-1.017-1.832-1.71-1.629-.447.162-1.342 1.262-1.342 1.262v.04c-.407-.286-.813-.529-1.262-.774.326-.366 2.197-1.506 2.645-1.506.407 0 6.023 2.28 7.813 3.826.448.408.775 2.93.53 3.745-3.012-.773-4.965-1.913-6.552-3.012v-.039\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.301 140.57s0-.774-.122-1.913c-.162-1.466-1.017-1.832-1.708-1.629-.448.163-1.344 1.262-1.344 1.262v.04c-.407-.285-.814-.529-1.262-.774.326-.366 2.197-1.506 2.646-1.506.407 0 6.022 2.28 7.813 3.827.448.407.774 2.93.53 3.745-3.012-.774-4.965-1.914-6.553-3.012\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M132.615 146.268s-1.22 1.22-1.262 3.46c-.04 2.644 1.872 2.767 3.134 2.726 1.505-.04 2.726-.895 2.686-3.704-.001 0-2.484-1.059-4.558-2.482\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M132.615 146.268s-1.22 1.22-1.261 3.46c-.04 2.643 1.872 2.766 3.134 2.726 1.506-.04 2.726-.895 2.686-3.705 0 0-2.483-1.057-4.558-2.482h-.001z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M133.632 146.879s-.977 1.017-1.14 2.686c-.08 1.302.774 2.035 1.873 1.953 1.546-.08 2.157-2.197 1.424-3.377l-2.157-1.262\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M133.632 146.879s-.977 1.017-1.14 2.686c-.08 1.302.774 2.034 1.873 1.953 1.546-.08 2.157-2.197 1.424-3.377l-2.157-1.262\"/>\n    <path fill=\"#69F\" fill-rule=\"nonzero\" d=\"M132.33 152.087c.774.448 1.627.408 2.157.366 1.505-.04 2.726-.895 2.686-3.704 0 0 1.87.937 4.923 1.67 0 0 .487.61.569 1.83.122 1.018-.57 2.117-1.383 2.035 0 0-4.274-.773-6.877-1.22-1.506-.285-2.075-.977-2.075-.977\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M132.33 152.089c.774.447 1.628.407 2.157.367 1.505-.042 2.726-.896 2.686-3.705 0 0 1.872.937 4.924 1.67 0 0 .487.61.569 1.832.122 1.017-.57 2.117-1.383 2.034 0 0-4.273-.773-6.877-1.22-1.506-.287-2.075-.978-2.075-.978z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M141.771 151.151s1.344.978-.285 2.199M137.742 150.5l4.11 1.79M138.435 151.438l3.01 1.3M139.492 150.663l2.279 1.019\"/>\n    <path fill=\"#69F\" fill-rule=\"nonzero\" d=\"M164.724 140.61l1.342-.976c.57-.449 1.18-.856 1.832-1.303 0 0-.895-1.14-1.343-1.262-.692-.243-1.506.121-1.668 1.587a37.398 37.398 0 00-.163 1.954\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M164.724 140.61c.447-.325.895-.652 1.343-.976.57-.449 1.18-.856 1.832-1.303 0 0-.895-1.14-1.344-1.262-.692-.243-1.506.121-1.668 1.588a38.72 38.72 0 00-.163 1.953h0z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M164.724 140.57s.04-.775.163-1.913c.162-1.466.977-1.832 1.668-1.629.448.162 1.343 1.262 1.343 1.262v.04c.406-.286.813-.529 1.26-.774-.324-.366-2.196-1.506-2.603-1.506-.447 0-6.064 2.28-7.854 3.826-.407.408-.732 2.93-.529 3.745 3.052-.773 4.965-1.913 6.552-3.012v-.039\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M164.724 140.57s.04-.774.163-1.913c.162-1.466.977-1.832 1.668-1.629.448.163 1.343 1.262 1.343 1.262v.04c.407-.285.814-.529 1.262-.774-.326-.366-2.198-1.506-2.605-1.506-.447 0-6.064 2.28-7.854 3.827-.407.407-.732 2.93-.529 3.745 3.052-.774 4.965-1.914 6.552-3.012\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M167.409 146.268s1.22 1.22 1.262 3.46c.081 2.644-1.872 2.767-3.134 2.726-1.506-.04-2.686-.895-2.686-3.704.001 0 2.484-1.059 4.558-2.482\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M167.409 146.268s1.22 1.22 1.262 3.46c.081 2.643-1.872 2.766-3.134 2.726-1.505-.04-2.685-.895-2.685-3.705 0 0 2.482-1.057 4.558-2.482h0-.001z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M166.392 146.879s.977 1.017 1.139 2.686c.122 1.302-.773 2.035-1.872 1.953-1.546-.08-2.117-2.197-1.424-3.377l2.157-1.262\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M166.392 146.879s.977 1.017 1.139 2.686c.122 1.302-.774 2.034-1.872 1.953-1.546-.08-2.116-2.197-1.424-3.377l2.157-1.262\"/>\n    <path fill=\"#69F\" fill-rule=\"nonzero\" d=\"M167.694 152.087c-.773.448-1.628.408-2.157.366-1.506-.04-2.686-.895-2.686-3.704 0 0-1.872.937-4.883 1.67 0 0-.53.61-.611 1.83-.082 1.018.61 2.117 1.384 2.035 0 0 4.313-.773 6.877-1.22 1.506-.285 2.075-.977 2.075-.977\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M167.694 152.089c-.773.447-1.628.407-2.157.367-1.505-.042-2.685-.896-2.685-3.705 0 0-1.872.937-4.883 1.67 0 0-.53.61-.611 1.832-.082 1.017.61 2.117 1.384 2.034 0 0 4.314-.773 6.877-1.22 1.506-.287 2.075-.978 2.075-.978z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M158.294 151.151s-1.384.978.244 2.199M162.283 150.5l-4.11 1.79M161.631 151.438l-3.011 1.3M160.532 150.663l-2.239 1.019\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M121.464 140.61c.04-.082.04-.652.04-.853 0-.122-.04-.693-.04-.855l.122.041c0 .08.04.367.04.448.204.326.529.529.855.529.447-.042.733-.327.733-.733-.04-.408-.407-.612-.773-.813-.53-.286-.937-.53-.977-1.14-.04-.406.204-.936.977-.976.324-.042.61 0 .732.04.04-.162.04-.325.04-.448l.122-.04c-.04.529-.04 1.018 0 1.465l-.122-.041c0-.203-.04-.325-.04-.407a.723.723 0 00-.732-.407c-.448.04-.651.326-.611.57 0 .324.407.488.813.69.447.245.895.531.976 1.18.04.733-.488 1.18-1.22 1.223-.244.04-.57 0-.733-.042 0 .082-.04.326-.082.529l-.122.04M125.29 137.964c.204-.447.448-.936.488-1.1-.082-.082-.244-.162-.367-.243l.04-.083c.122.04.448.204.814.367.202.122.57.284.691.327l-.081.08c-.121-.04-.325-.122-.488-.162-.082.083-.367.693-.57 1.1l-.285.61c-.488 1.018-.244 1.546.285 1.79.325.163.57.203.773.122.407-.122.65-.529.937-1.1l.202-.406c.082-.164.488-1.017.53-1.22-.082-.042-.367-.244-.488-.286v-.121c.122.083.488.244.774.367.244.122.488.244.61.284l-.081.083c-.12-.04-.244-.083-.367-.083a6.86 6.86 0 00-.407.774l-.122.204c-.082.201-.162.447-.244.61-.285.528-.57.936-1.099 1.1-.325.08-.692.08-1.139-.163-1.017-.448-1.18-1.303-.773-2.117l.367-.734M134.284 143.337c.244-.406.488-.937.57-1.059-.082-.08-.204-.162-.326-.285l.04-.081c.122.081.407.245.733.447.244.123.57.327.693.367l-.082.08c-.122-.04-.326-.163-.488-.203-.082.083-.407.65-.61 1.06l-.368.569c-.57.977-.325 1.546.163 1.83.285.163.529.204.773.163.407-.081.692-.447.976-1.017l.244-.409c.08-.163.57-.976.651-1.138-.12-.082-.366-.286-.487-.367l.04-.122c.122.08.447.284.733.447.244.122.488.285.57.327l-.081.04c-.122 0-.244-.04-.367-.08-.04.04-.408.61-.448.732l-.122.204c-.122.203-.244.407-.325.57-.286.53-.652.895-1.18 1.017-.326.083-.693.041-1.14-.244-.936-.528-1.018-1.343-.57-2.156l.408-.692M140.632 148.668c.082 0 .488.082.57.122.04-.204.366-2.605.407-2.972-.244.245-1.994 2.32-2.238 2.566-.04-.367-.162-3.175-.162-3.38h-.04c-.367.734-1.1 1.996-1.303 2.647.082.041.326.203.407.245v.08c-.081-.04-.65-.203-.732-.244-.163-.04-.408-.122-.57-.163l.082-.12a.98.98 0 00.367.08c.203-.285 1.587-2.563 1.79-2.973-.121-.04-.447-.201-.487-.201v-.122c.082.041.448.162.733.244.203.082.61.203.732.245l-.04.08c-.164-.04-.286-.04-.408-.04 0 .488.082 2.32.082 2.768.244-.244 1.79-2.036 1.831-2.157-.082-.04-.204-.122-.285-.163v-.121c.163.08.488.203.65.244.164.04.612.203.734.203l-.082.121c-.04-.04-.325-.08-.447-.08-.082.61-.367 3.052-.367 3.418.081.04.285.162.367.204v.08c-.163-.04-.448-.162-.692-.243-.244-.081-.773-.244-.936-.285l.04-.082M157.561 147.081c-.122-.447-.367-1.262-.407-1.425-.082 0-.407.083-.57.083l-.04-.083c.164-.04.693-.162.895-.244.204-.04 1.506-.407 1.588-.49 0-.04 0-.244-.04-.367l.122-.08c0 .244.162.895.243 1.303l-.12-.04c0-.083-.082-.286-.122-.367-.244-.122-1.058.04-1.303.122 0 .08.244.976.326 1.342l.04.122c.244-.08.895-.285 1.057-.367 0-.08-.04-.243-.04-.324l.122-.041c.04.243.122.773.244 1.139h-.122c-.04-.122-.082-.285-.162-.407-.122-.082-.773.08-1.058.163l.04.162c.123.408.408 1.302.448 1.425.204 0 .488-.08.61-.08l.04.08c-.203.04-.61.162-.936.244-.284.083-.651.204-.854.285v-.122c.04-.04.367-.122.529-.204-.04-.122-.244-.977-.407-1.546l-.122-.285M160.817 145.82a43.704 43.704 0 00-.53-1.18c-.121.04-.406.122-.528.162l-.082-.082c.122-.04.57-.202.855-.367.325-.121.773-.325.895-.406v.12c-.122.083-.367.204-.53.327.04.162.326.854.488 1.22l.082.204c.285.611.693 1.547.773 1.63.57-.245.895-.53 1.018-.734 0-.203-.04-.487-.04-.61l.082-.083c.12.448.243 1.018.447 1.71h-.122c-.04-.081-.162-.448-.204-.57-.121.041-1.18.489-1.424.57-.244.121-.692.325-.813.408l-.04-.122c.081-.04.407-.204.487-.286-.081-.244-.487-1.18-.692-1.627l-.122-.286M171.6 139.674a22.953 22.953 0 00-.692-1.262c-.081 0-.407.123-.529.163l-.04-.082c.204-.121.61-.285.813-.407.163-.08 1.262-.65 1.384-.732-.04-.08-.04-.164-.081-.245l.081-.08c.04.121.367.854.407 1.016l-.121.042c0-.042-.122-.244-.164-.365-.162-.083-.895.244-1.139.365 0 .081.448.977.611 1.261l.04.083c.408-.204.814-.49.937-.57-.04-.083-.04-.163-.082-.204l.122-.083c0 .083.244.775.326.937h-.122c-.04-.081-.122-.204-.163-.325-.162 0-.57.163-.976.367l.081.121c.122.285.651 1.302.773 1.425.448-.244.855-.529 1.017-.733a4.201 4.201 0 00-.122-.487l.122-.083c.04.163.286.936.408 1.18h-.122c-.082-.12-.122-.201-.163-.244-.122.042-1.179.53-1.464.693-.162.08-.528.284-.732.367v-.083c.04-.04.325-.244.448-.325-.04-.082-.448-.976-.732-1.465l-.125-.245M129.523 140.447c.203-.327.61-1.018.692-1.223a2.869 2.869 0 00-.407-.324l.04-.122c.122.08 1.017.61 1.302.773.854.528.774.977.611 1.22-.081.122-.122.204-.367.327-.325.161-.692.121-.854.121.366.326.65.977.366 1.425-.325.529-.976.611-1.587.204-.122-.083-.57-.408-.773-.53-.082-.04-.53-.326-.651-.406l.04-.082c.122.041.407.204.53.244.203-.284.61-.977.854-1.343l.204-.284\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M129.725 141.26c-.203.327-.529.897-.529.977.04.122.162.204.244.245.367.244.61.121.773-.123a.862.862 0 000-.936c-.082-.164-.285-.285-.367-.367l-.12.204M130.05 140.731c.082.083.286.163.448.163a.806.806 0 00.488-.326c.204-.284.122-.61-.162-.774-.04-.04-.082-.082-.122-.082-.04.042-.367.53-.53.815l-.121.204\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M143.97 147.407c.04-.406.121-1.22.121-1.425-.162-.04-.367-.081-.529-.122v-.122c.162.04 1.18.122 1.506.163 1.017.12 1.099.568 1.099.813-.04.163-.04.285-.204.488-.244.284-.57.407-.773.448v.041c.53.122 1.018.57.936 1.14-.081.569-.61.935-1.342.812-.122 0-.693-.121-.895-.163-.122 0-.651-.08-.814-.08l.04-.083h.57c.082-.366.162-1.138.244-1.587l.04-.326\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M144.497 148.098c-.04.326-.081.937-.081.977a.533.533 0 00.325.122c.367.083.57-.122.611-.407.04-.244-.081-.57-.367-.773-.122-.083-.325-.164-.447-.164l-.04.245M144.539 147.448a.64.64 0 00.529-.082c.162-.081.244-.244.284-.448.04-.366-.122-.612-.447-.652h-.164c-.04.04-.122.61-.162.977l-.04.203\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M147.671 147.732c0-.203.04-1.22 0-1.302-.081-.04-.447-.08-.529-.08l-.04-.123 1.139.042c.488 0 1.139.04 1.464.203.286.121.448.325.448.611 0 .325-.367.733-.773.977.04.123.855 1.507 1.384 2.117l-.244.04c-.367-.204-1.71-1.83-1.791-1.953h-.488v.162c-.04.324-.04 1.139-.04 1.384.081 0 .447.082.57.082v.122c-.123-.04-.652-.04-.896-.082h-.895l.04-.122c.082 0 .408 0 .53-.042.04-.162.08-1.18.12-1.709l.001-.327\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M148.323 147.896c.122.04.325 0 .487-.04a.68.68 0 00.488-.652c0-.245-.203-.57-.895-.612-.04.206-.081.896-.081 1.18v.124\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M168.061 141.627c-.082-.162-.61-1.017-.692-1.1a6.04 6.04 0 01-.53.245l-.04-.081.977-.61c.407-.244.936-.57 1.342-.61.286-.042.53.04.693.284.162.284.081.813-.122 1.22.081.083 1.546.814 2.32 1.06l-.205.122c-.407.04-2.442-.611-2.563-.653-.163.122-.325.244-.407.286l.082.122c.162.285.57.977.733 1.179.081-.04.407-.162.487-.244l.082.083c-.122.08-.57.324-.773.446-.204.123-.651.408-.774.49v-.123c.04-.04.325-.244.407-.326-.04-.162-.57-1.017-.855-1.505l-.162-.286\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M168.712 141.504c.162-.08.285-.201.448-.324.122-.163.285-.53.04-.896-.122-.244-.53-.407-1.18 0 .081.163.447.854.61 1.1l.082.121\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M153.289 149.767c.162-.04.367-.082.529-.12-.122-.244-.57-1.344-.693-1.466-.162 0-1.017.12-1.18.162-.04.08-.244 1.058-.244 1.465.122.04.285.04.448.04v.122c-.164 0-.611.04-.774.04a3.11 3.11 0 00-.611.083v-.122c.162-.041.325-.082.447-.122.163-.326.977-3.215 1.058-3.419-.122-.04-.326-.04-.448-.04v-.121c.162 0 .61-.042.693-.042.203 0 .732-.081.895-.081v.122c-.163 0-.285.04-.407.08.081.244.448 1.018.692 1.547.162.406.57 1.262.855 1.71.122 0 .285.04.447.04l.04.082c-.081 0-.61.04-.895.08-.162 0-.732.043-.895.083l.04-.122\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M152.515 146.715h-.04c-.082.367-.286 1.1-.326 1.221l.854-.04c-.122-.245-.408-.978-.488-1.18\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M164.642 145.941c-.53-.122-.855-.406-1.099-.813-.569-.855-.366-2.118.855-2.889.488-.326.895-.489 1.465-.448.528.04.976.367 1.262.774.65 1.1.284 2.32-.814 3.011-.447.285-.976.529-1.669.365\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M166.432 143.377c-.447-.733-1.302-.936-1.872-.57-.447.327-.773.937-.325 1.67.407.61 1.262.896 1.953.447.488-.285.61-.977.244-1.547\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M175.426 139.634c-.488-.244-.692-.57-.855-1.06-.325-.976.204-2.156 1.588-2.563.529-.163.976-.245 1.546-.041.488.163.855.57.977 1.058.407 1.22-.286 2.32-1.506 2.686-.53.163-1.14.244-1.75-.082\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M177.828 137.639c-.285-.813-1.018-1.22-1.668-1.017-.53.163-.977.69-.733 1.464.204.693.977 1.221 1.75.977.528-.163.854-.814.65-1.424\"/>\n    <path fill=\"#730000\" fill-rule=\"nonzero\" d=\"M103.965 79.231l29.627-15.343-.773-2.035-25.597 12.25c-.53.204-5.21 2.159-7.61 5.048-1.343 1.63-.651 2.606-.651 2.606s.407-.204.895-.204c0 0 .204.937-.285 1.304-.204.16-.04.65.367.732.447.04.731-.163 1.22-1.018.488-.813 2.076-2.686 2.808-3.337\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M103.965 79.232l29.627-15.345-.773-2.035-25.597 12.252c-.53.203-5.21 2.157-7.61 5.047-1.344 1.628-.651 2.605-.651 2.605s.407-.204.895-.204c0 0 .204.937-.285 1.304-.204.162-.04.652.367.732.447.04.731-.162 1.22-1.018.488-.814 2.076-2.686 2.807-3.338h0z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M127.813 64.05l3.825-1.831s1.302.977 1.18 2.074c0 0 .285 2.523 3.418 4.274 0 0-2.644 3.296-7.284 3.582 0 0 .367-4.517-.61-5.78 0 0-.976-1.465-.529-2.32\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M127.813 64.05l3.825-1.832s1.302.977 1.18 2.076c0 0 .286 2.523 3.42 4.273 0 0-2.646 3.296-7.285 3.582 0 0 .366-4.516-.61-5.78 0 0-.977-1.465-.53-2.319h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M132.29 64.579c-.814.325-3.46 1.71-3.46 1.71M131.028 65.394c-.04.406-.285 1.384 0 2.075M130.662 65.515c0 .204-.326.936.04 1.913M130.255 65.719c-.081.408-.162.652 0 1.1M129.93 65.964c-.082.243 0 .365 0 .528M132.33 65.84c.122.325 1.221 2.036 1.872 2.727M132.492 66.615c.122.325.733 1.506 1.18 1.954M132.411 67.306c.163.407.488 1.14.814 1.546M132.411 68.12c.082.327.244.733.488 1.019\"/>\n    <path fill=\"url(#a)\" fill-rule=\"nonzero\" d=\"M117.232 62.015c-.285 1.302-.285 2.443-.244 3.704.04.853.447 1.83.813 2.686.244.57.57 1.22 1.099 1.546 1.424.936 2.768-.08 3.54-.406.368-.123.937-.651 1.1-.977.203-.488.12-.854.324-1.79-.04.04.326-.163.285-.163.367-.611.285-.814.488-1.222.204-.407-.244-.855-.733-.772.244-.773.408-1.629.163-2.362-.082-.244.203-.894-.244-.732-1.832.732-3.988.57-5.942.57-.163 0-.285-.326-.53-.284-.04 0-.08.12-.121.201\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M117.232 62.015c-.285 1.303-.285 2.443-.244 3.704.04.854.447 1.832.813 2.686.244.57.57 1.222 1.099 1.548 1.424.936 2.767-.083 3.54-.408.368-.122.937-.651 1.1-.977.203-.488.121-.854.325-1.79-.04.04.326-.163.285-.163.366-.611.285-.814.488-1.222.203-.407-.244-.855-.733-.772.244-.773.408-1.629.163-2.362-.082-.244.202-.894-.244-.731-1.832.731-3.989.57-5.941.57-.163 0-.285-.326-.53-.284-.04 0-.08.12-.121.201h0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M117.07 62.706c-.204-.162-.244-.527 0-1.302.285-.772 0-.814.447-1.261.448-.448.325-.652.61-.773.285-.083 1.14-.083 1.424-.205.244-.122.61-.284 1.18-.367.611-.122 1.832-.08 2.401.244.611.327 1.018 1.14 1.384 1.425.407.284.651 1.466.57 3.175-.122 1.71-.448 1.384-.448 1.384s-.488-.813-.895-.123c0 0 0-.651.082-1.138.04-.489-.244-1.385.04-1.994 0 0-2.32.732-3.5.692-1.22-.083-2.93-.367-3.011-.652l-.285.895\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M117.068 62.706c-.202-.162-.243-.527 0-1.302.286-.772 0-.814.448-1.261.448-.448.326-.652.61-.773.286-.083 1.14-.083 1.425-.204.244-.123.61-.285 1.18-.367.61-.123 1.83-.083 2.4.244.611.325 1.018 1.14 1.384 1.424.407.284.651 1.465.57 3.175-.122 1.71-.448 1.384-.448 1.384s-.488-.813-.895-.123c0 0 0-.651.082-1.139.04-.488-.244-1.384.04-1.993 0 0-2.32.732-3.5.691-1.221-.08-2.93-.367-3.011-.651l-.285.895\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M118.25 61.283c-.122-.245-.733-1.14-.244-1.426.447-.243.162 1.1.774 1.383 0 0-.204.611-.53.04\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M118.25 61.283c-.122-.244-.733-1.14-.244-1.425.447-.244.162 1.098.774 1.384-.001 0-.204.61-.53.04h0z\"/>\n    <path fill=\"url(#b)\" fill-rule=\"nonzero\" d=\"M124.15 66.615c-.081.244-.285.08-.285.163-.162.854-.122 1.301-.326 1.79-.285.57-1.302 1.1-1.262 1.057-.813.244-1.79 1.222-3.377.326-.082-.04-.162-.122-.244-.204 0 0 .446 1.667-1.18 2.482-.57.285-6.308 3.298-6.308 3.298s-.61 1.1-.204 2.604c.04.244.122.448-.122.611-.366.284-1.058 1.1-1.464 2.402 0 0-1.22-.53-1.22-1.302 0-.774.487-1.18.61-1.751.122-.528.448-1.872.285-2.279-.162-.447-.895-.61-1.18-.773-.244-.163-.57.162-.53.53.041.406.326.324.652.406 0 0-.367.773-.326 1.343l-3.703 1.913s.488.651.65.936c.163.286.53 4.07 1.628 5.862 1.099 1.79 1.465 1.302 1.71 1.546.203.203.529.528.813.774.285.203 1.546.324 1.791-.367.285-.652.488-1.06 1.262-1.67.773-.609 2.36-2.155 2.36-2.849 0 0 .937 2.686.814 4.925 0 0 3.418.693 6.47.773 3.052.043 4.6-.61 4.6-.61s.406-2.563.243-3.052c0 0 .488 1.67.855 2.239.407.69.855 2.115 1.75 2.197.854.04 1.587-.853 1.668-1.22v-2.686h3.46c0-.04 1.545.569 2.034.487.488-.04.773-.487.326-.65l-.163-.122c.448 0 1.017.285 1.017.285h1.71c.04-.04 0-.164-.04-.204-.122-.489-1.018-.896-1.669-1.18-.65-.244-1.383-.53-1.871-.57-.773-.083-1.303-.04-2.483.163-.325.04-1.546.163-2.32.529-.203.122-.406.162-.325-.367.122-.57.082-3.134-.528-4.234-.447-.773-.407-1.425-.325-2.075.04-.652.081-2.89 0-3.542-.122-.65-1.018-1.546-2.645-1.75-1.546-.204-2.85-1.465-2.93-2.482-.122-1.017.163-2.889.325-3.703\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M124.15 66.615c-.08.244-.284.082-.284.163-.162.855-.122 1.302-.326 1.791-.285.569-1.302 1.1-1.261 1.057-.814.245-1.792 1.222-3.378.326-.082-.04-.162-.122-.244-.204 0 0 .448 1.67-1.18 2.483-.57.284-6.308 3.296-6.308 3.296s-.61 1.1-.204 2.604c.04.244.122.448-.122.611-.365.284-1.057 1.098-1.464 2.401 0 0-1.22-.528-1.22-1.301 0-.774.487-1.18.61-1.75.122-.53.448-1.873.285-2.28-.162-.448-.895-.612-1.18-.773-.244-.163-.57.161-.53.527.041.408.326.327.652.408 0 0-.367.772-.326 1.343l-3.703 1.913s.488.651.651.936c.163.286.53 4.07 1.628 5.862 1.098 1.79 1.465 1.302 1.709 1.546.203.203.529.529.814.773.285.203 1.546.324 1.791-.367.285-.652.488-1.058 1.262-1.67.773-.61 2.36-2.157 2.36-2.85 0 0 .936 2.686.813 4.925 0 0 3.418.693 6.47.774 3.052.04 4.598-.61 4.598-.61s.408-2.565.244-3.053c0 0 .488 1.67.855 2.24.407.69.855 2.115 1.75 2.197.853.04 1.586-.854 1.668-1.22v-2.686h3.46c0-.042 1.545.569 2.034.487.488-.04.773-.487.326-.65l-.163-.123c.448 0 1.018.286 1.018.286h1.71c.04-.042 0-.164-.04-.205-.122-.488-1.018-.895-1.67-1.18-.65-.244-1.383-.529-1.871-.57-.773-.08-1.303-.04-2.482.163-.325.042-1.546.163-2.32.53-.202.123-.406.163-.324-.367.122-.57.081-3.134-.529-4.233-.447-.773-.407-1.423-.325-2.075.04-.65.081-2.89 0-3.54-.122-.653-1.018-1.547-2.645-1.75-1.546-.205-2.849-1.466-2.93-2.483-.122-1.018.163-2.891.325-3.704l-.004.002z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M138.597 86.03c-.244-.286-.407-.409-.732-.53-.244-.12-.57-.284-.814-.406-.285-.163-.693-.203-.937-.367M136.278 85.785c-.122-.081-.204-.122-.326-.204-.122-.04-.285-.04-.407-.08-.04 0-.04-.082-.082-.082-.366-.04-.731-.204-.976-.528M109.378 81.145c.366.284 1.26.896 1.342 2.076.082.61.408 1.221.408 1.221M105.878 81.308c.204.69.244 2.97 2.401 5.373M106.285 78.132c-.164.448-.367.855.081 1.18M112.145 83.587c.447-1.018 1.831-.936 1.831-1.913\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M114.18 83.464c-.121-1.139-.366-1.79-.162-3.459.082-.49.163-2.36 0-3.257 0 0 .652 3.134-1.464 3.746M126.307 85.5c0-1.59.367-2.484.367-2.484.488-2.238-.447-3.093-.082-3.662.326-.488.815-1.507.164-3.542 0 0 1.139 4.194-1.791 4.194-2.97 0-2.849-1.1-2.849-1.1\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M114.017 76.75c0 .853 0 3.378 3.622 3.378 1.099 0 2.279-.773 2.93-1.302M121.464 77.726c-.122-.774-.122-1.75-.122-2.768M115.89 73.574c.976-.123 1.75-.243 3.581-.243M119.592 70.806c.204.896-.122 2.32 1.547 2.524M122.89 70.48c-.245.652-.245 1.302-.326 1.75M122.644 73.33c.693 0 1.994-.448 3.622-.121M126.836 82.325c.326.653.408 1.506 1.425 2.483M115.564 80.249c.081.53-.693 2.279-.122 3.705.529 1.423.447 3.052-.448 4.436M117.639 80.778c-.326.651-.895 1.302-1.018 1.872M119.267 82c0 .407-1.098 3.5-1.872 4.354 0 0 1.423.57 1.22 2.646M121.546 80.576c0 .529-.082.652.367.976M122.89 81.551c.527.651 2.197 2.606 1.83 3.703M121.79 82.65c.122.408.122 2.525-.244 3.583M120.691 86.151a1.27 1.27 0 00-1.22 1.1M122.97 86.03c.447-.122 1.343.65 1.343 2.849M130.58 84.767c-.854.244-1.22.692-.976.447-.447.367-.855.61-.855.61M119.592 64.619c-.203.692-.285.855-.367 1.262M123.459 66.533c.081.244.162.121.366.162M123.987 65.108c.204-.244.488-.121.326.49\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M116.174 79.76c.244 0 .448-.163.448-.367 0-.163-.204-.326-.448-.326-.203 0-.407.163-.407.326 0 .204.203.367.407.367\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M116.174 79.761c.244 0 .448-.163.448-.367 0-.164-.203-.326-.448-.326-.203 0-.407.162-.407.326 0 .203.203.367.407.367z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M125.412 79.883c.204 0 .407-.162.407-.367 0-.203-.203-.325-.407-.325-.244 0-.447.122-.447.325-.001.204.203.367.447.367\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M125.411 79.883c.204 0 .407-.162.407-.367 0-.201-.202-.324-.407-.324-.244 0-.447.122-.447.324 0 .205.204.367.447.367zM117.232 63.643c.367.121.733.244 1.1.408.61.244.243 1.138.081 1.709-.082.285-.407.773-.244 1.018.204.324.448.12.815.161 0-.12.243-.203.325-.203.285-.04.448.203.651.123.244-.123.204-.49.122-.693M120.04 64.375c.04-.161.407-.325.61-.366.855-.162 1.465-.285 2.158.205\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M117.191 64.619c.286-.04.611-.367 1.262.122.448.285-.732.57-.529.528-.529.083-.692-.204-.732-.447 0-.081-.081-.203 0-.203\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M117.191 64.619c.286-.04.611-.367 1.262.122.448.285-.732.57-.529.53-.528.08-.691-.205-.732-.45 0-.08-.081-.203 0-.203h0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M117.76 65.108c.163 0 .286-.162.286-.326 0-.203-.122-.367-.285-.367-.204 0-.326.164-.326.367a.32.32 0 00.326.326\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M117.76 65.108c.163 0 .286-.162.286-.326 0-.203-.122-.367-.285-.367-.203 0-.325.164-.325.367a.32.32 0 00.325.326zM120.529 68.65c-.693.163-1.424.284-2.076-.083M118.453 68.243c.326-.163.448-.326.855-.122 0-.04.448-.163.448-.163.325 0 .529.122.854.325M118.412 68.406c.367-.122 1.344-.122 2.157.04\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M120.529 64.946c.285-.571.732-.448 1.139-.325.407.12.285.04.65.244-.447.08-.325.12-.65.284-.367.163-.693.244-.937.083-.081-.083-.285-.204-.285-.367.001.04.041.08.083.08\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M120.529 64.946c.285-.571.732-.448 1.139-.327.407.122.285.042.65.245-.447.08-.325.12-.65.284-.367.163-.693.244-.937.083-.081-.083-.285-.204-.285-.367.001.04.041.082.083.082z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M121.22 65.188c.162 0 .285-.16.285-.365a.32.32 0 00-.325-.325c-.162 0-.285.12-.285.325 0 .204.163.365.325.365\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M121.22 65.188c.162 0 .285-.16.285-.365a.32.32 0 00-.325-.325c-.162 0-.285.12-.285.325 0 .204.163.365.325.365z\"/>\n    <path fill=\"#FFB366\" fill-rule=\"nonzero\" d=\"M102.541 76.505c-.204.12-.447-.814.162-1.18 0 0 .163-.775.814-.855 0 0 .529-.733 1.302-.65 0 0 .895-.611 1.22-.53.326.04 1.14.855 1.18 1.14.083.284 0 .773-.203.977-.244.244-.407-.04-.447-.367 0 0 .163.61-.326.854-.488.285-.446.082-.488-.244 0 0-.122.65-.447.733-.326.122-.53-.163-.773-.163 0 0 .407.325.122.57-.286.203-.611.122-.814-.04-.202-.204-.447-.733-1.302-.245\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M102.541 76.505c-.203.121-.447-.814.162-1.18 0 0 .164-.773.815-.855 0 0 .529-.733 1.302-.65 0 0 .895-.61 1.22-.53.326.04 1.14.855 1.18 1.14.083.284 0 .773-.203.977-.244.244-.407-.04-.447-.367 0 0 .163.61-.326.854-.488.285-.447.082-.488-.244 0 0-.122.652-.447.733-.326.122-.53-.164-.774-.164 0 0 .407.327.122.57-.286.204-.611.122-.815-.04-.203-.203-.447-.732-1.302-.243l.001-.001zM106.53 75c-.204-.652-.855-1.222-1.628-1.14\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M105.797 75.61c-.122-.163-.164-.326-.286-.487-.366-.611-1.138-.57-1.79-.733M104.698 76.22c-.244-.162-.325-.489-.57-.61-.407-.163-.813-.366-1.302-.285\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M112.47 96.488c.488-3.173 1.994-5.819 2.035-6.064 0 0 1.546.325 4.233.569 2.644.285 3.377.163 4.599.082 1.18-.122 2.726-.325 2.726-.325s.488.976.528 1.954c.122 2.075.896 11.07.977 13.472 0 0 .326 1.423.326 4.925 0 3.826 1.057 11.6 1.057 15.752l-1.057.204s-5.78.447-5.78-.325c0-.854-.325-10.826.53-16.85 0 0-.204-1.18-.53-2.199-.325-.977-1.75-4.029-1.75-4.68 0 0-2.279 6.43-2.4 7.53-.122 1.016-.448 15.344-.652 16.526 0 0-3.296 2.522-3.743 2.766-.448.204-3.622-1.343-3.703-1.75-.122-.447.325-5.292 1.831-13.27.57-2.85.244-3.376.244-4.152 0-.773.04-10.988.528-14.163\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M112.47 96.49c.488-3.175 1.995-5.82 2.035-6.065 0 0 1.546.327 4.233.57 2.644.284 3.377.163 4.598.08 1.18-.12 2.726-.324 2.726-.324s.488.976.53 1.953c.121 2.075.895 11.071.976 13.472 0 0 .326 1.425.326 4.925 0 3.827 1.057 11.6 1.057 15.752l-1.057.205s-5.779.447-5.779-.327c0-.854-.325-10.826.53-16.85 0 0-.204-1.18-.53-2.199-.325-.977-1.75-4.029-1.75-4.68 0 0-2.279 6.43-2.4 7.53-.122 1.017-.448 15.343-.652 16.526 0 0-3.296 2.522-3.744 2.767-.448.204-3.622-1.344-3.703-1.75-.122-.447.325-5.291 1.831-13.27.57-2.85.244-3.376.244-4.15 0-.774.04-10.99.53-14.165h0zM115.442 91.402c-.122.529-.895 2.93-2.85 4.354M118.29 91.85c-.447 1.425-2.197 9.077-2.523 18.152M117.965 110.531c-.244.897-.652 1.75-1.424 2.32M115.645 112.852c-.081.853-.529 7.204-.65 8.302M114.669 122.376c-.204.447-1.1 4.15-1.1 7.447M126.47 115.456c-.082.773-.408 6.268 1.424 11.192\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M120.487 92.257c-.122.895-.325 6.674-.325 7.122 0 .446.651 1.098.977 1.221 0 0-.652.204-.774 2.401M118.738 97.832c-.122.69-.773 3.42-1.221 4.518M122.767 92.175s1.954.407 2.075 0c0 0 .65 11.805 1.546 18.356M121.913 93.68c0 .775-.244 6.595-.244 6.595M122.644 101.13s.772 1.098.57 1.627M116.092 91.524c.65.203 1.22.324 1.22.324M119.389 92.501c-.122.326-.244 1.833-.244 1.833M122.644 109.88c.244.325.57.773.326 1.75\"/>\n    <path fill=\"#9B5F00\" fill-rule=\"nonzero\" d=\"M114.221 90.342s0-1.3.488-1.953c0 0 1.384.285 3.337.489 1.994.204 3.58.367 5.046.204 1.464-.163 2.97-.53 2.97-.53s.406 1.912.203 2.199c0 0-1.587.324-3.336.406-1.791.12-4.762-.163-5.779-.327-1.342-.162-2.523-.406-2.93-.488\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M114.221 90.344s0-1.303.488-1.955c0 0 1.383.285 3.336.489 1.994.204 3.58.367 5.046.204 1.464-.163 2.97-.53 2.97-.53s.406 1.914.203 2.199c0 0-1.588.325-3.336.406-1.791.12-4.762-.163-5.779-.325-1.341-.163-2.522-.407-2.928-.488h0z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M115.482 90.506l.244-1.954.407.04-.082 2.036-.569-.122\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M115.482 90.506l.244-1.954.407.04-.082 2.036-.569-.122\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M124.313 88.877l.04 2.198.488-.082-.04-2.238-.488.122\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M124.313 88.878l.04 2.198.488-.082-.04-2.239-.488.123\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M118.046 88.877l-.162 2.117h.285l.285-2.117h-.408\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M118.046 88.878l-.162 2.117h.285l.285-2.117h-.408\"/>\n    <path fill=\"#FFA54B\" fill-rule=\"nonzero\" d=\"M110.964 128.888c-.122.528-.325 1.261-.407 2.197 0 .205-.203 1.303.407 1.343.448.042.57-1.138.57-1.138s-.407 1.301.122 1.464c.733.164.813-1.425.813-1.425-.081.448-.57 1.589.122 1.71.733.122.937-1.546.937-1.546s-.611 1.669.122 1.71c.692.04.692-1.629.692-1.629s-.367 1.995.61 1.83c.53-.08.652-.772.774-1.18.162-.61.53-1.383.082-2.646-.326-.934-.204-1.18-.204-1.18s-1.139.856-2.035 1.425c-.407.245-2.605-.935-2.605-.935\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M110.964 128.888c-.122.53-.324 1.262-.407 2.198 0 .204-.202 1.303.407 1.343.448.04.57-1.14.57-1.14s-.407 1.303.122 1.466c.733.163.813-1.424.813-1.424-.081.448-.57 1.588.122 1.709.732.122.936-1.546.936-1.546s-.611 1.669.122 1.709c.692.04.692-1.629.692-1.629s-.367 1.995.61 1.833c.53-.081.652-.774.774-1.18.162-.611.53-1.385.082-2.647-.325-.936-.203-1.18-.203-1.18s-1.139.855-2.035 1.424c-.407.244-2.605-.936-2.605-.936h0z\"/>\n    <path fill=\"#FFA54B\" fill-rule=\"nonzero\" d=\"M122.848 127.138c-.204-.123-.163.733-.244 1.138-.04.408.082 1.302 1.465 1.222 1.342-.122 2.686-.408 3.54-.204.855.244 2.117.284 2.809.284.692 0 1.139-.08 1.464-.203.285-.121.895.163 1.18.163.285 0 .733-.448.692-.733-.04-.529-.528-.529-1.22-.57-.652-.082-1.547-.203-1.994-.366-.448-.163-1.262-.61-2.28-.813 0 0-1.953.08-2.36.08-.407 0-2.808.122-3.052 0\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M122.849 127.138c-.204-.123-.163.733-.244 1.138-.04.408.082 1.302 1.465 1.222 1.342-.122 2.686-.406 3.54-.204.855.244 2.116.284 2.809.284.692 0 1.139-.08 1.464-.203.285-.121.895.163 1.18.163.286 0 .732-.447.693-.733-.04-.529-.53-.529-1.22-.57-.652-.08-1.547-.203-1.994-.366-.448-.163-1.262-.61-2.28-.813 0 0-1.953.082-2.359.082-.41 0-2.81.121-3.054 0z\"/>\n    <path fill=\"#B34B00\" fill-rule=\"nonzero\" d=\"M160.084 61.689L196.1 79.23c2.075.449 1.302 1.67 2.768 3.338.65.733.773.977 1.22 1.017 1.14.042 1.017-1.628.814-1.83-.53-.53-1.14-.977-1.14-.977.163-.325.652.895 1.792.895.976 0 1.098-.57.203-1.546-.854-.977-1.18-.977-2.319-1.1 0 0-2.035-.772-2.768-1.302-1.302-1.017-3.093-2.076-3.662-2.32l-32.394-17.5c-.529-.205-2.279-1.426-3.377.447-.694 1.138.446 2.278 2.848 3.336\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M160.084 61.689L196.1 79.232c2.075.448 1.302 1.67 2.768 3.337.65.733.773.978 1.22 1.018 1.14.04 1.018-1.629.814-1.832-.53-.528-1.14-.977-1.14-.977.163-.324.65.896 1.79.896.977 0 1.1-.57.204-1.546-.854-.978-1.18-.978-2.319-1.1 0 0-2.035-.773-2.768-1.302-1.302-1.017-3.092-2.076-3.662-2.32l-32.393-17.5c-.529-.206-2.278-1.426-3.377.447-.692 1.138.447 2.279 2.848 3.336zM159.433 59.206l16.726 8.874\"/>\n    <path fill=\"url(#c)\" fill-rule=\"nonzero\" d=\"M182.792 62.015c.367 1.343.448 1.668.448 2.117 0 .488-.204.57-.04 1.1.284.976-.286 2.035-.977 3.175-.326.528-.57 1.22-1.1 1.546-1.342.854-2.97-.163-3.824-.531a1.487 1.487 0 01-.814-.854c-.163-.488-.203-.936-.325-1.586 0-.122.04-.488-.244-.367-.488-.57-.407-.814-.61-1.221-.205-.408.366-.856.812-.773-.243-.773-.366-1.629-.121-2.362.081-.244-.204-.894.203-.732 1.832.732 3.988.57 5.942.57.162 0 .284-.324.528-.284.041-.001.082.122.122.202\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M182.792 62.015c.367 1.343.448 1.67.448 2.117 0 .488-.204.57-.04 1.1.284.976-.286 2.034-.977 3.173-.326.529-.57 1.222-1.098 1.546-1.344.855-2.97-.163-3.826-.53a1.493 1.493 0 01-.814-.853c-.163-.488-.202-.936-.325-1.586 0-.122.04-.49-.244-.367-.488-.57-.407-.814-.61-1.222-.205-.407.365-.855.812-.774-.243-.772-.366-1.628-.121-2.36.081-.245-.204-.895.202-.732 1.832.731 3.989.57 5.942.57.162 0 .284-.326.528-.285.042 0 .083.123.123.203h0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M182.954 62.706c.204-.162.082-.936-.122-1.75-.081-.406-.407-.57-.854-1.017-.448-.448-.611-.448-.895-.57-.244-.082-.814-.082-1.1-.204-.243-.122-.894-.04-1.505.041-.813.122-1.262.081-1.872.408-.61.324-1.098.69-1.302 1.302-.162.447-.447 1.017-.326 2.726.082 1.71.408 1.385.408 1.385s.447-.652.732-.244c0 0-.04-.896-.121-1.425-.04-.489 0-1.1.203-1.832 0 0 1.872.692 3.622.692 1.22 0 2.808-.122 2.848-.406l.284.894\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M182.954 62.706c.204-.162.082-.936-.122-1.75-.081-.406-.407-.57-.854-1.017-.448-.448-.611-.448-.895-.57-.244-.082-.814-.082-1.1-.203-.243-.123-.894-.042-1.505.04-.814.122-1.262.081-1.872.408-.61.325-1.098.692-1.302 1.302-.162.447-.447 1.017-.326 2.726.082 1.71.408 1.384.408 1.384s.447-.651.732-.244c0 0-.04-.896-.121-1.424-.04-.489 0-1.1.203-1.832 0 0 1.872.692 3.622.692 1.22 0 2.808-.122 2.85-.406l.283.894h0z\"/>\n    <path fill=\"url(#d)\" fill-rule=\"nonzero\" d=\"M175.915 66.615c.285-.122.203.244.244.367.122.528.122 1.1.325 1.586.244.448.325.61.732.813.65.367 2.563 1.426 3.906.57a1.22 1.22 0 00.285-.204s-.488 1.67 1.18 2.483c.53.284 6.268 3.296 6.268 3.296s.61 1.1.244 2.604c-.082.244-.163.448.081.611.408.284 1.058 1.1 1.506 2.402 0 0 1.18-.53 1.18-1.302 0-.774-.488-1.18-.611-1.75-.081-.53-.407-1.873-.244-2.279.162-.447.853-.61 1.139-.774.285-.163.61.162.529.53-.04.406-.326.326-.651.406 0 0 .407.773.325 1.343l3.744 1.913s-.488.652-.651.936c-.204.287-.57 4.07-1.668 5.862-1.1 1.79-1.465 1.302-1.669 1.546-.244.203-.57.529-.854.774-.244.203-1.505.325-1.79-.367-.286-.651-.488-1.06-1.262-1.67-.773-.609-2.361-2.155-2.361-2.849 0 0-.936 2.688-.813 4.925 0 0-3.378.693-6.47.774-3.052.04-4.6-.61-4.6-.61s-.407-2.564-.243-3.053c0 0-.488 1.67-.814 2.239-.447.69-.895 2.117-1.75 2.197-.895.042-1.586-.853-1.708-1.22v-2.686h-3.46c0-.04-1.505.569-2.034.49-.488-.043-.733-.49-.326-.653l.163-.12c-.447 0-1.018.284-1.018.284h-1.71c0-.04.041-.164.041-.204.122-.488 1.018-.896 1.71-1.18.65-.244 1.342-.53 1.831-.57.773-.08 1.302-.04 2.483.163.324.04 1.586.164 2.319.53.204.122.447.162.325-.366-.121-.57-.487-2.24.122-3.339.408-.773.367-1.423.326-2.075-.082-.691-.448-2.24-.448-2.93 0-2.279 1.75-3.215 3.296-3.705 1.71-.527 2.849-1.1 2.768-2.115-.04-1.058.244-2.808.082-3.623\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M175.915 66.615c.285-.121.203.244.244.367.122.529.122 1.1.325 1.588.244.448.325.61.732.813.651.367 2.564 1.424 3.907.57.08-.04.202-.122.284-.204 0 0-.488 1.67 1.18 2.483.53.284 6.268 3.296 6.268 3.296s.61 1.1.244 2.604c-.082.244-.163.449.081.611.408.285 1.058 1.1 1.506 2.402 0 0 1.18-.53 1.18-1.302 0-.774-.488-1.18-.611-1.75-.082-.53-.408-1.873-.244-2.279.162-.447.854-.61 1.139-.773.285-.163.61.161.529.53-.04.406-.326.324-.651.406 0 0 .407.773.325 1.343l3.744 1.913s-.488.651-.651.936c-.204.286-.57 4.07-1.668 5.862-1.1 1.79-1.465 1.302-1.67 1.546-.244.203-.57.529-.854.773-.244.203-1.506.324-1.791-.367-.286-.652-.488-1.058-1.261-1.67-.774-.609-2.361-2.157-2.361-2.849 0 0-.936 2.686-.813 4.925 0 0-3.378.69-6.47.773-3.052.04-4.599-.61-4.599-.61s-.407-2.565-.243-3.053c0 0-.488 1.67-.815 2.24-.447.69-.895 2.117-1.75 2.197-.895.04-1.586-.854-1.708-1.22V86.03h-3.46c0-.04-1.504.569-2.033.487-.488-.04-.733-.487-.326-.65l.163-.123c-.447 0-1.018.286-1.018.286h-1.71c0-.04.041-.164.041-.204.122-.489 1.018-.896 1.71-1.181.65-.244 1.342-.529 1.831-.57.772-.08 1.302-.04 2.482.164.325.04 1.587.162 2.32.528.202.123.447.163.324-.367-.12-.57-.487-2.239.122-3.337.408-.773.367-1.425.326-2.075-.082-.692-.448-2.24-.448-2.931 0-2.279 1.75-3.214 3.296-3.703 1.709-.53 2.849-1.1 2.767-2.117-.04-1.058.244-2.808.082-3.622h.003z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M161.427 86.03c.285-.286.407-.409.732-.53.285-.12.569-.284.813-.406.285-.163.692-.203.936-.367M163.747 85.785c.121-.081.203-.122.325-.204.122-.04.285-.04.447-.08 0 0 0-.082.04-.082.408-.04.733-.204.977-.528M190.687 81.145c-.407.284-1.262.896-1.384 2.076-.04.61-.367 1.221-.367 1.221M194.187 81.308c-.244.69-.286 2.97-2.441 5.373M193.74 78.132c.161.448.366.855-.081 1.18M187.878 83.587c-.447-1.018-1.791-.936-1.791-1.913\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M185.844 83.464c.122-1.139.407-1.79.163-3.459-.04-.49-.163-2.36 0-3.257 0 0-.65 3.134 1.506 3.746M173.718 85.5c0-1.59-.326-2.484-.326-2.484-.488-2.238.407-3.093.04-3.662-.325-.488-.813-1.507-.162-3.542 0 0-1.139 4.194 1.791 4.194 2.97 0 2.85-1.1 2.85-1.1\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M186.007 76.75c0 .853 0 3.378-3.58 3.378-1.1 0-2.32-.773-2.971-1.302M178.56 77.726c.122-.774.122-1.75.122-2.768M184.176 73.574c-1.018-.123-1.75-.243-3.622-.243M180.431 70.806c-.202.896.122 2.32-1.546 2.524M177.135 70.48c.244.652.244 1.302.366 1.75M177.38 73.33c-.65 0-1.994-.121-3.459.121M173.229 82.325c-.326.653-.448 1.506-1.425 2.483M184.501 80.249c-.121.53.652 2.279.081 3.705a5.063 5.063 0 00.448 4.436M182.426 80.778c.326.651.855 1.302.977 1.872M180.757 82c0 .407 1.099 3.5 1.872 4.354 0 0-1.424.57-1.22 2.646M178.478 80.576c0 .529.082.652-.325.976M177.135 81.551c-.529.651-2.157 2.606-1.83 3.703M178.235 82.65c-.082.408-.082 2.525.244 3.583M179.333 86.151a1.27 1.27 0 011.22 1.1M177.055 86.03c-.448-.122-1.302.65-1.302 2.849M169.444 84.767c.854.244 1.26.692.977.447.447.367.895.61.895.61M180.431 64.619c.244.692.04.489.164.936M176.484 66.37c0 .324-.244.244-.407.244\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M183.85 79.76c-.244 0-.407-.163-.407-.367 0-.163.162-.326.407-.326.244 0 .408.163.408.326 0 .204-.164.367-.408.367\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M183.85 79.761c-.244 0-.407-.163-.407-.367 0-.164.162-.326.407-.326.244 0 .408.162.408.326 0 .203-.163.367-.408.367z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M174.653 79.883c-.244 0-.448-.162-.448-.367 0-.203.204-.325.448-.325.204 0 .407.122.407.325 0 .204-.203.367-.407.367\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M174.653 79.883c-.244 0-.448-.162-.448-.367 0-.201.204-.324.448-.324.204 0 .407.122.407.324 0 .205-.203.367-.407.367zM182.996 64.09c-.367-.284-1.058-.08-1.384.041-.611.284-.286.896-.082 1.466.082.284.407.69.204.976-.164.325-.286.164-.651.204.04-.123-.325 0-.448 0-.244-.04-.367.161-.57.08-.243-.121-.203-.487-.121-.69M179.984 64.375c0-.161-.528-.325-1.098-.366-.895-.04-.976.041-1.669.53\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M182.833 64.619c-.285-.04-.407-.367-1.262.122-.447.244.733.57.57.528.488.083.651-.204.692-.447 0-.081.081-.203 0-.203\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M182.833 64.619c-.285-.04-.407-.367-1.262.122-.447.244.733.57.57.53.488.08.651-.205.692-.45 0-.08.081-.202 0-.202z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M182.304 65.108a.32.32 0 01-.325-.326c0-.203.122-.367.325-.367.162 0 .285.164.285.367 0 .164-.123.326-.285.326\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M182.304 65.108a.32.32 0 01-.325-.326c0-.203.122-.367.325-.367.162 0 .285.164.285.367 0 .164-.123.326-.285.326zM181.815 68.12c-.162-.243-.407-.366-.854-.162 0-.081-.611-.162-.611-.162-.325 0-.528.12-.854.284M181.735 68.323c-.367-.244-1.303-.08-2.238-.08M179.577 68.567c.692.205 1.384.327 2.075 0\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M179.496 64.946c0-.325-.732-.448-1.139-.325-.407.12-.244.04-.61.244.406.08.285.12.61.284.367.163.448.326.936.083a.592.592 0 00.326-.367c-.041.04-.083.08-.123.08\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M179.496 64.946c0-.327-.732-.448-1.139-.327-.407.122-.244.042-.61.245.406.08.285.12.61.284.366.163.448.326.935.083a.592.592 0 00.326-.367c-.04.04-.082.082-.122.082z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M178.804 65.188c-.163 0-.286-.16-.286-.365a.32.32 0 01.326-.325c.163 0 .285.12.285.325 0 .204-.122.365-.325.365\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M178.805 65.188c-.163 0-.286-.16-.286-.365a.32.32 0 01.325-.325c.163 0 .285.12.285.325 0 .204-.122.365-.324.365z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M187.554 96.488c-.488-3.173-1.954-5.819-2.036-6.064 0 0-1.505.325-4.192.569-2.686.285-3.417.163-4.598.082-1.22-.122-2.768-.325-2.768-.325s-.487.976-.528 1.954c-.122 2.075-.854 11.07-.976 13.472 0 0-.326 1.423-.326 4.925 0 3.826-1.058 11.6-1.058 15.752l1.058.204s5.779.447 5.779-.325c0-.854.325-10.826-.53-16.85 0 0 .204-1.18.53-2.199.325-.977 1.75-4.029 1.75-4.68 0 0 2.277 6.43 2.4 7.53.122 1.016.447 15.344.692 16.526 0 0 3.255 2.522 3.703 2.766.447.204 3.621-1.343 3.703-1.75.122-.447-.326-5.292-1.831-13.27-.57-2.85-.244-3.376-.244-4.152 0-.773-.04-10.988-.53-14.163\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M187.554 96.49c-.488-3.175-1.954-5.82-2.035-6.065 0 0-1.505.327-4.192.57-2.685.284-3.417.163-4.598.08-1.22-.12-2.767-.324-2.767-.324s-.487.976-.529 1.953c-.122 2.075-.854 11.071-.976 13.472 0 0-.326 1.425-.326 4.925 0 3.827-1.057 11.6-1.057 15.752l1.057.205s5.78.447 5.78-.327c0-.854.324-10.826-.53-16.85 0 0 .203-1.18.53-2.199.324-.977 1.75-4.029 1.75-4.68 0 0 2.278 6.43 2.4 7.53.122 1.017.448 15.343.693 16.526 0 0 3.255 2.522 3.703 2.767.447.204 3.621-1.344 3.703-1.75.122-.447-.326-5.291-1.831-13.27-.57-2.85-.244-3.376-.244-4.15 0-.774-.04-10.99-.53-14.165h-.001zM184.583 91.402c.122.529.895 2.93 2.849 4.354M181.735 91.85c.447 1.425 2.197 9.077 2.524 18.152M182.06 110.531c.243.897.692 1.75 1.423 2.32M184.38 112.852c.121.853.529 7.204.65 8.302M185.356 122.376c.244.447 1.098 4.15 1.098 7.447M173.554 115.456c.082.773.407 6.268-1.424 11.192\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M179.577 92.257c.081.895.325 6.674.325 7.122 0 .446-.65 1.098-1.018 1.221 0 0 .693.204.773 2.401M181.327 97.832c.082.69.733 3.42 1.18 4.518M177.257 92.175s-1.953.407-2.075 0c0 0-.651 11.805-1.546 18.356M178.152 93.68c0 .775.204 6.595.204 6.595M177.38 101.13s-.774 1.098-.57 1.627M183.931 91.524c-.651.203-1.18.324-1.18.324M180.676 92.501c.082.326.204 1.833.204 1.833M177.38 109.88c-.244.325-.57.773-.325 1.75\"/>\n    <path fill=\"#9B5F00\" fill-rule=\"nonzero\" d=\"M185.804 90.342s0-1.3-.488-1.953c0 0-1.384.285-3.337.489-1.994.204-3.582.367-5.046.204-1.465-.163-2.97-.53-2.97-.53s-.408 1.912-.204 2.199c0 0 1.587.324 3.337.406 1.791.12 4.762-.163 5.819-.327 1.302-.162 2.483-.406 2.889-.488\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M185.804 90.344s0-1.303-.488-1.955c0 0-1.384.285-3.337.489-1.994.204-3.58.367-5.046.204-1.465-.163-2.97-.53-2.97-.53s-.408 1.914-.204 2.199c0 0 1.587.325 3.336.406 1.791.12 4.763-.163 5.82-.325 1.302-.163 2.482-.408 2.889-.488h0z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M184.542 90.506l-.204-1.954-.447.04.122 2.036.529-.122\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M184.542 90.506l-.204-1.954-.447.04.122 2.036.529-.122\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M175.752 88.877l-.082 2.198-.488-.082.04-2.238.53.122\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M175.752 88.878l-.082 2.198-.488-.082.04-2.239.53.123\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M181.979 88.877l.163 2.117h-.285l-.286-2.117h.408\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M181.979 88.878l.163 2.117h-.285l-.286-2.117z\"/>\n    <path fill=\"#730000\" fill-rule=\"nonzero\" d=\"M189.1 128.888c.081.528.325 1.261.367 2.197 0 .205.203 1.303-.408 1.343-.407.042-.57-1.138-.57-1.138s.408 1.301-.121 1.464c-.693.164-.813-1.425-.813-1.425.121.448.61 1.589-.122 1.71-.732.122-.937-1.546-.937-1.546s.61 1.669-.081 1.71c-.733.04-.733-1.629-.733-1.629s.407 1.995-.611 1.83c-.53-.08-.61-.772-.733-1.18-.162-.61-.57-1.383-.122-2.646.326-.934.204-1.18.204-1.18s1.18.856 2.035 1.425c.406.245 2.645-.935 2.645-.935\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M189.1 128.888c.081.53.325 1.262.367 2.198 0 .204.203 1.303-.408 1.343-.407.04-.57-1.14-.57-1.14s.408 1.303-.121 1.466c-.692.163-.813-1.424-.813-1.424.12.448.61 1.588-.122 1.709-.732.122-.937-1.546-.937-1.546s.611 1.669-.081 1.709c-.733.04-.733-1.629-.733-1.629s.407 1.995-.61 1.833c-.53-.081-.61-.774-.733-1.18-.162-.611-.57-1.385-.122-2.647.326-.936.204-1.18.204-1.18s1.18.855 2.034 1.424c.406.244 2.645-.936 2.645-.936h0z\"/>\n    <path fill=\"#730000\" fill-rule=\"nonzero\" d=\"M177.176 127.138c.203-.123.203.733.244 1.138.04.408-.04 1.302-1.425 1.222-1.383-.122-2.726-.408-3.58-.204-.855.244-2.117.284-2.809.284-.691 0-1.139-.08-1.423-.203-.285-.121-.936.163-1.22.163-.286 0-.733-.448-.693-.733.082-.529.53-.529 1.22-.57.693-.082 1.547-.203 1.994-.366.448-.163 1.262-.61 2.32-.813 0 0 1.953.08 2.36.08.367 0 2.807.122 3.01 0\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M177.176 127.138c.202-.123.202.733.244 1.138.04.408-.04 1.302-1.423 1.222-1.384-.122-2.727-.406-3.582-.204-.854.244-2.115.284-2.808.284-.692 0-1.139-.08-1.424-.203-.285-.121-.936.163-1.22.163-.286 0-.733-.447-.693-.733.082-.529.53-.529 1.22-.57.693-.08 1.547-.203 1.994-.366.448-.163 1.262-.61 2.32-.813 0 0 1.953.082 2.36.082.367 0 2.808.121 3.012 0h0z\"/>\n    <path fill=\"#5AC800\" fill-rule=\"nonzero\" d=\"M116.296 130.027l-.081-1.872.773.652.203-1.425c.326-.082.855.57.855.57l-.081-1.425 1.18 1.303s-.082-1.1.324-1.751c0 0 .895.774.895 1.669 0 .775.774-1.1.774-1.1.203.653.65 2.077.65 2.077l.53-.773.447 1.627.977-1.425.772 1.67 1.75-.123.203.977.774-.854 1.018.65s.854-.243 1.302-.243c.447 0 .977.57.977.57s.325-.57.65-.775c.325-.202.775.327.896.652l.65-1.18s.856.855.978 1.18c0 0 .121-.977.325-1.302.204-.326.53.122.773.529l.53-1.75s.569.121.976.773c.447.651.447-.976.447-.976s.976 1.302 1.22 2.197c0 0-6.738 2.314-11.49 1.681-5.593-.745-10.2-1.803-10.2-1.803\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M116.296 130.027l-.081-1.872.773.652.203-1.425c.326-.08.855.57.855.57l-.081-1.424 1.18 1.303s-.082-1.1.324-1.75c0 0 .895.773.895 1.67 0 .772.774-1.1.774-1.1.203.652.65 2.076.65 2.076l.53-.774.447 1.627.977-1.423.773 1.67 1.75-.123.203.978.774-.855 1.018.653s.853-.244 1.302-.244c.447 0 .977.57.977.57s.325-.57.65-.773c.326-.203.774.325.896.651l.65-1.18s.856.855.978 1.18c0 0 .122-.977.325-1.302.204-.325.53.122.773.53l.53-1.75s.569.12.976.772c.448.652.448-.977.448-.977s.976 1.303 1.22 2.198\"/>\n    <path fill=\"#5AC800\" fill-rule=\"nonzero\" d=\"M162.485 129.824s.326-.896.773-1.344c0 0 .855 1.018.855 1.344 0 0 .244-.122.691-.448l.652.651.773-.528.732.651 1.343-.57.53.57 2.074-.244.774.326.732-.937.693.733 1.098-1.1s.53.448.652.773c0 0 .895-.447 1.098-.773 0 0 .855-.325.977.204 0 0 .529-.406.488-.854-.04-.447.61-.122.813.448 0 0 .244-.895.895-.977 0 0 .448.528.326 1.507 0 0 .976-.775 1.424-.856 0 0 .204 1.1-.122 2.078 0 0 1.017-1.67 1.22-1.1.082.324.326 1.424.082 2.197l.895-.57.325 1.1.977-.203s-5.778.885-11.22.366c-5.442-.521-10.55-2.444-10.55-2.444\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M162.485 129.824s.325-.895.773-1.343c0 0 .855 1.018.855 1.343 0 0 .244-.122.692-.447l.652.651.773-.528.732.651 1.344-.57.528.57 2.075-.244.774.325.731-.935.693.732 1.098-1.098s.53.447.652.772c0 0 .895-.447 1.098-.772 0 0 .854-.325.977.202 0 0 .529-.406.488-.854-.04-.447.61-.12.813.449 0 0 .244-.896.895-.978 0 0 .448.53.325 1.507 0 0 .976-.772 1.424-.855 0 0 .204 1.098-.122 2.077 0 0 1.018-1.67 1.22-1.1.082.324.326 1.424.082 2.197l.895-.57.326 1.1.977-.203\"/>\n    <path fill=\"#5AC800\" fill-rule=\"nonzero\" d=\"M156.964 133.117c2.927-1.644 4.416-3.141 5.592-5.055-1.208.84-.855.692-1.425.61-.569-.12-.976-.528-.976-.528s-.53.611-1.22.528c-.692-.12-1.303-.528-1.303-.528s-.895.611-1.791.57c-.693-.042-1.262-.652-1.262-.652s-1.588.529-1.912.529c-.367 0-1.506-.53-1.506-.53s-.774.49-1.22.49c-.489 0-1.792-.57-1.792-.57s-1.22.325-1.79.325c-.57 0-1.424-.324-1.424-.324s-1.018.446-1.628.324a5.516 5.516 0 01-1.018-.324s-1.139.446-1.83.324c-.693-.12-1.506-.568-1.506-.568s-.122.325-1.465.568c0 0 .674-.178-.04.043 1.2 1.733 3.129 3.458 4.841 4.623 1.287-.348 1.595-.775 1.595-.775s1.179.65 1.87.771c.693.122 1.6-.527 1.6-.527s.782.405 1.352.527c.57.122 1.277-.389 1.277-.389s1.059.378 1.628.378c.57 0 1.67-.382 1.67-.382s1.035.57 1.523.57c.447 0 1.013-.351 1.013-.351s.292.364 1.147.323z\"/>\n    <path fill=\"#FFD800\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M150.108 136.77c3.981-1.658 4.7-2.109 7.108-3.581-.42.011-1.642-.383-1.2-.51 0 0-.49.441-.978.441-.447 0-1.75-.568-1.75-.568s-1.22.324-1.79.324c-.569 0-1.424-.324-1.424-.324s-1.057.446-1.627.324a5.516 5.516 0 01-1.018-.324s-1.18.446-1.83.324c-.693-.12-1.507-.57-1.507-.57s-1.002.532-1.63.595c1.924 1.408 3.949 2.785 7.646 3.868z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M162.743 128.103s-.95.622-1.519.54c-.57-.122-.977-.53-.977-.53s-.529.612-1.22.53c-.692-.122-1.302-.53-1.302-.53s-.895.612-1.791.57c-.693-.04-1.262-.652-1.262-.652s-1.588.53-1.912.53c-.367 0-1.506-.53-1.506-.53s-.773.49-1.22.49c-.489 0-1.792-.57-1.792-.57s-1.22.325-1.79.325c-.57 0-1.424-.324-1.424-.324s-1.018.446-1.628.324a5.516 5.516 0 01-1.018-.324s-1.14.446-1.83.324c-.693-.12-1.506-.568-1.506-.568s-.122.324-1.465.568l-.04.043\"/>\n    <path fill=\"#5AC800\" fill-rule=\"nonzero\" d=\"M158.46 133.863c.264-.163-1.818 4.283-6.868 4.52-7.026.33-13.03-3.176-13.03-3.176s.732-1.22 1.179-1.546c0 0 .977.774 1.302 1.75 0 0 .122-.652.448-1.221 0 0 1.22.568 1.424 1.343 0 0 .448-.774.773-.976.326-.245.651.853.651 1.506 0 0 .773-.816 1.22-.855 0 0 .856.406 1.1 1.832 0 0 .814-.773 1.098-.652 0 0 .977.652.732 1.546-.122.49.977-.568 2.32-.895l1.18.895s1.098-1.464 1.424-1.953c0 0 .895.326.895.856 0 0 .407-1.549.732-1.71.325-.203.773.488.773.937 0 0 .122-1.18.774-1.426 0 0 .65.448.65.896.003-.002.695-1.345 1.223-1.67z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M169.444 86.03v22.1c0 4.395-.61 21.897-19.412 28.695-18.841-6.798-19.452-24.299-19.452-28.695v-22.1h38.864\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M138.53 135.217s.732-1.22 1.179-1.546c0 0 .976.773 1.302 1.75 0 0 .122-.652.448-1.221 0 0 1.22.568 1.424 1.343 0 0 .447-.774.773-.976.325-.245.651.853.651 1.506 0 0 .773-.816 1.22-.855 0 0 .855.406 1.1 1.832 0 0 .814-.773 1.098-.652 0 0 .977.652.732 1.546-.122.49.976-.568 2.32-.895l1.18.895s1.098-1.464 1.423-1.953c0 0 .895.327.895.856 0 0 .408-1.548.733-1.71.325-.203.772.488.772.937 0 0 .122-1.182.773-1.426 0 0 .652.448.652.896 0 0 .692-1.343 1.22-1.669\"/>\n  </g>\n</svg>\n</li><li title=\"cif ca \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 151\">\n  <g fill=\"none\">\n    <path fill=\"red\" d=\"M.5.5h300v150H.5z\"/>\n    <path fill=\"#FFF\" d=\"M75.5.5h150v150h-150z\"/>\n    <path fill=\"red\" d=\"M150.498 14.562L140.264 33.65c-1.161 2.074-3.242 1.882-5.323.723l-7.409-3.837 5.522 29.318c1.161 5.356-2.564 5.356-4.403 3.04l-12.93-14.475-2.099 7.351c-.242.965-1.307 1.979-2.903 1.738L94.368 54.07l4.295 15.613c.919 3.474 1.637 4.912-.928 5.829l-5.828 2.739 28.146 22.862c1.114.865 1.677 2.42 1.281 3.829l-2.464 8.084c9.691-1.117 18.375-2.798 28.071-3.833.856-.091 2.289 1.321 2.283 2.313l-1.284 29.617h4.712l-.742-29.554c-.006-.992 1.294-2.468 2.15-2.377 9.696 1.035 18.38 2.716 28.071 3.833l-2.464-8.084c-.396-1.409.166-2.964 1.281-3.829l28.146-22.863-5.828-2.739c-2.565-.916-1.847-2.355-.928-5.829l4.295-15.613-16.351 3.438c-1.597.241-2.661-.772-2.903-1.738l-2.099-7.351-12.93 14.476c-1.839 2.316-5.565 2.316-4.403-3.04l5.522-29.318-7.409 3.837c-2.081 1.159-4.161 1.351-5.323-.723\"/>\n  </g>\n</svg>\n</li><li title=\"cif cd \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 225\">\n  <g fill=\"none\">\n    <path fill=\"#007FFF\" d=\"M.5 0h300v225H.5z\"/>\n    <path fill=\"#F7D618\" d=\"M14 45h31.5l9.75-31.5L65 45h31.5L71 64.5 80.75 96l-25.5-19.5L29.75 96l9.75-31.5L14 45zM281.75 0L.5 168.75V225h18.75L300.5 56.25V0h-18.75z\"/>\n    <path fill=\"#CE1021\" d=\"M300.5 0L.5 180v45l300-180V0\"/>\n  </g>\n</svg>\n</li><li title=\"cif cf \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 201\">\n  <g fill=\"none\">\n    <path fill=\"#003082\" d=\"M.5.5h300v50H.5z\"/>\n    <path fill=\"#FFF\" d=\"M.5 50.5h300v50H.5z\"/>\n    <path fill=\"#289728\" d=\"M.5 100.5h300v50H.5z\"/>\n    <path fill=\"#FFCE00\" d=\"M.5 150.5h300v50H.5z\"/>\n    <path fill=\"#D21034\" d=\"M125.5.5h50v200h-50z\"/>\n    <path fill=\"#FFCE00\" d=\"M50.5 5.148l5.052 15.548h16.347l-13.226 9.608 5.053 15.548L50.5 36.243l-13.225 9.609 5.051-15.548-13.225-9.608h16.348z\"/>\n  </g>\n</svg>\n</li><li title=\"cif cg \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 201\">\n  <g fill=\"none\">\n    <path fill=\"#009543\" d=\"M.5.5h300v200H.5z\"/>\n    <path fill=\"#FBDE4A\" d=\"M.5 200.5l200-200h100v200z\"/>\n    <path fill=\"#DC241F\" d=\"M300.5.5v200h-200z\"/>\n  </g>\n</svg>\n</li><li title=\"cif ch \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 301\">\n  <g fill=\"none\">\n    <path fill=\"red\" d=\"M.5.5h300v300H.5z\"/>\n    <path fill=\"#FFF\" d=\"M56.75 122.375h187.5v56.25H56.75z\"/>\n    <path fill=\"#FFF\" d=\"M122.375 56.75h56.25v187.5h-56.25z\"/>\n  </g>\n</svg>\n</li><li title=\"cif ci \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 201\">\n  <g fill=\"none\">\n    <path fill=\"#FFF\" d=\"M.5.5h300v200H.5z\"/>\n    <path fill=\"#F77F00\" d=\"M.5.5h100v200H.5z\"/>\n    <path fill=\"#009E60\" d=\"M200.5.5h100v200h-100z\"/>\n  </g>\n</svg>\n</li><li title=\"cif ck \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 300 150\">\n  <defs>\n    <clipPath id=\"a\">\n      <path d=\"M 0 0 L 150 0 L 150 75 L 0 75 Z M 0 0\"/>\n    </clipPath>\n    <clipPath id=\"b\">\n      <path d=\"M 0 0 L 0 37.5 L 200 37.5 L 200 100 Z M 150 0 L 75 0 L 75 100 L -50 100 Z M 150 0\"/>\n    </clipPath>\n    <clipPath id=\"c\">\n      <path d=\"M 0 0 L 200 0 L 200 100 L 0 100 Z M 0 0\"/>\n    </clipPath>\n    <clipPath id=\"d\">\n      <path d=\"M 0 0 L 0 37.5 L 200 37.5 L 200 100 Z M 150 0 L 75 0 L 75 100 L -50 100 Z M 150 0\"/>\n    </clipPath>\n  </defs>\n  <rect   fill=\"#012169\"/>\n  <path fill=\"#012169\" stroke=\"currentColor\" stroke- d=\"M 0 0 L 6 3 M 0 3 L 6 0\" transform=\"scale(25)\"/>\n  <g clip-path=\"url(#a)\">\n    <g clip-path=\"url(#b)\">\n      <path fill=\"#012169\" d=\"M 0 0 L 150 75 M 0 75 L 150 0\"/>\n    </g>\n  </g>\n  <g clip-path=\"url(#c)\">\n    <g clip-path=\"url(#d)\">\n      <path fill=\"none\" stroke=\"currentColor\" stroke- d=\"M 0 0 L 6 3 M 0 3 L 6 0\" transform=\"scale(25)\"/>\n    </g>\n  </g>\n  <path fill=\"#012169\" stroke=\"currentColor\" d=\"M 3 0 L 3 4 M 0 1.5 L 7 1.5\" transform=\"scale(25)\"/>\n  <path fill=\"#012169\" stroke=\"currentColor\" stroke- d=\"M 3 0 L 3 4 M 0 1.5 L 7 1.5\" transform=\"scale(25)\"/>\n  <path fill=\"#012169\" d=\"M 0 75 L 150 75 L 150 0 L 300 0 L 300 150 L 0 150 Z M 0 75\"/>\n  <path fill=\"#fff\" d=\"M 225 12.75 L 227.53125 20.53125 L 235.6875 20.53125 L 229.09375 25.3125 L 231.625 33.09375 L 225 28.3125 L 218.375 33.09375 L 220.90625 25.3125 L 214.3125 20.53125 L 222.46875 20.53125 Z M 225 12.75\"/>\n  <path fill=\"#fff\" d=\"M 250.320312 18.132812 L 249.46875 26.269531 L 256.917969 29.585938 L 248.949219 31.273438 L 248.097656 39.410156 L 243.988281 32.347656 L 235.992188 34.023438 L 241.46875 27.941406 L 237.390625 20.894531 L 244.84375 24.210938 Z M 250.320312 18.132812\"/>\n  <path fill=\"#fff\" d=\"M 271.261719 33.347656 L 267.171875 40.433594 L 272.628906 46.496094 L 264.664062 44.792969 L 260.574219 51.882812 L 259.695312 43.761719 L 251.710938 42.035156 L 259.1875 38.710938 L 258.328125 30.609375 L 263.785156 36.671875 Z M 271.261719 33.347656\"/>\n  <path fill=\"#fff\" d=\"M 284.203125 55.765625 L 277.585938 60.574219 L 280.105469 68.332031 L 273.519531 63.539062 L 266.902344 68.351562 L 269.402344 60.574219 L 262.808594 55.75 L 270.992188 55.753906 L 273.5 48.003906 L 276.019531 55.761719 Z M 284.203125 55.765625\"/>\n  <path fill=\"#fff\" d=\"M 286.910156 81.507812 L 278.90625 83.210938 L 278.054688 91.324219 L 273.988281 84.265625 L 265.984375 85.96875 L 271.433594 79.878906 L 267.371094 72.792969 L 274.84375 76.121094 L 280.289062 70.066406 L 279.433594 78.175781 Z M 286.910156 81.507812\"/>\n  <path fill=\"#fff\" d=\"M 278.910156 106.125 L 270.90625 104.425781 L 266.828125 111.488281 L 265.984375 103.390625 L 257.980469 101.691406 L 265.433594 98.34375 L 264.605469 90.214844 L 270.078125 96.296875 L 277.515625 92.980469 L 273.4375 100.042969 Z M 278.910156 106.125\"/>\n  <path fill=\"#fff\" d=\"M 261.589844 125.359375 L 254.96875 120.554688 L 248.371094 125.347656 L 250.894531 117.605469 L 244.273438 112.796875 L 252.441406 112.769531 L 254.992188 105.007812 L 257.515625 112.792969 L 265.664062 112.785156 L 259.0625 117.578125 Z M 261.589844 125.359375\"/>\n  <path fill=\"#fff\" d=\"M 237.941406 135.890625 L 233.847656 128.804688 L 225.871094 130.5 L 231.328125 124.453125 L 227.234375 117.367188 L 234.707031 120.667969 L 240.191406 114.613281 L 239.335938 122.75 L 246.777344 126.054688 L 238.800781 127.753906 Z M 237.941406 135.890625\"/>\n  <path fill=\"#fff\" d=\"M 212.058594 135.890625 L 211.199219 127.753906 L 203.222656 126.054688 L 210.664062 122.75 L 209.808594 114.613281 L 215.292969 120.667969 L 222.765625 117.367188 L 218.671875 124.453125 L 224.128906 130.5 L 216.152344 128.804688 Z M 212.058594 135.890625\"/>\n  <path fill=\"#fff\" d=\"M 188.410156 125.359375 L 190.9375 117.578125 L 184.335938 112.785156 L 192.484375 112.792969 L 195.007812 105.007812 L 197.558594 112.769531 L 205.726562 112.796875 L 199.105469 117.605469 L 201.628906 125.347656 L 195.03125 120.554688 Z M 188.410156 125.359375\"/>\n  <path fill=\"#fff\" d=\"M 171.089844 106.125 L 176.5625 100.042969 L 172.484375 92.980469 L 179.921875 96.296875 L 185.394531 90.214844 L 184.566406 98.34375 L 192.019531 101.691406 L 184.015625 103.390625 L 183.171875 111.488281 L 179.09375 104.425781 Z M 171.089844 106.125\"/>\n  <path fill=\"#fff\" d=\"M 163.089844 81.507812 L 170.566406 78.175781 L 169.710938 70.066406 L 175.15625 76.121094 L 182.628906 72.792969 L 178.566406 79.878906 L 184.015625 85.96875 L 176.011719 84.265625 L 171.945312 91.324219 L 171.09375 83.210938 Z M 163.089844 81.507812\"/>\n  <path fill=\"#fff\" d=\"M 165.796875 55.765625 L 173.980469 55.761719 L 176.5 48.003906 L 179.007812 55.753906 L 187.191406 55.75 L 180.597656 60.574219 L 183.097656 68.351562 L 176.480469 63.539062 L 169.894531 68.332031 L 172.414062 60.574219 Z M 165.796875 55.765625\"/>\n  <path fill=\"#fff\" d=\"M 178.738281 33.347656 L 186.214844 36.671875 L 191.671875 30.609375 L 190.8125 38.710938 L 198.289062 42.035156 L 190.304688 43.761719 L 189.425781 51.882812 L 185.335938 44.792969 L 177.371094 46.496094 L 182.828125 40.433594 Z M 178.738281 33.347656\"/>\n  <path fill=\"#fff\" d=\"M 199.679688 18.132812 L 205.15625 24.210938 L 212.609375 20.894531 L 208.53125 27.941406 L 214.007812 34.023438 L 206.011719 32.347656 L 201.902344 39.410156 L 201.050781 31.273438 L 193.082031 29.585938 L 200.53125 26.269531 Z M 199.679688 18.132812\"/>\n</svg>\n</li><li title=\"cif cl \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 201\">\n  <g fill=\"none\">\n    <path fill=\"#D52B1E\" d=\"M300.5 200.5H.5V.5h300z\"/>\n    <path fill=\"#FFF\" d=\"M100.5 100.5h200V.5H.5z\"/>\n    <path fill=\"#0039A6\" d=\"M100.5 100.5H.5V.5h100z\"/>\n    <path fill=\"#FFF\" d=\"M26.724 42.774l14.694 10.677-5.612 17.274L50.5 60.049l14.695 10.676-5.613-17.274 14.695-10.677H56.113L50.5 25.5l-5.613 17.274z\"/>\n  </g>\n</svg>\n</li><li title=\"cif cm \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 201\">\n  <g fill=\"none\">\n    <path fill=\"#007A5E\" d=\"M.5.5h100v200H.5z\"/>\n    <path fill=\"#CE1126\" d=\"M100.5.5h100v200h-100z\"/>\n    <path fill=\"#FCD116\" d=\"M200.5.5h100v200h-100zM125.138 92.26l15.675 11.388-5.987 18.426 15.674-11.388 15.674 11.388-5.987-18.426 15.675-11.388H156.4l-5.9-18.427-5.899 18.427z\"/>\n  </g>\n</svg>\n</li><li title=\"cif cn \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 201\">\n  <g fill=\"none\">\n    <path fill=\"#DE2910\" d=\"M.5.5h300v200H.5z\"/>\n    <path fill=\"#FFDE00\" d=\"M50.5 20.5l17.634 54.27-46.166-33.541h57.064L32.867 74.77zM91.925 25.645l12.488-14.348-1.67 18.948-9.786-16.31 17.505 7.443zM110.601 41.914l17.077-8.377-8.892 16.815-2.69-18.83 13.244 13.653zM110.885 67.753l19.009-.682-14.978 11.724 5.226-18.289 6.522 17.868zM92.691 84.253l17.798 6.711-18.343 5.032 11.882-14.853-.882 19z\"/>\n  </g>\n</svg>\n</li><li title=\"cif co \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 201\">\n  <g fill=\"none\">\n    <path fill=\"#FCD116\" d=\"M.5.5h300v100H.5z\"/>\n    <path fill=\"#003893\" d=\"M.5 100.5h300v50H.5z\"/>\n    <path fill=\"#CE1126\" d=\"M.5 150.5h300v50H.5z\"/>\n  </g>\n</svg>\n</li><li title=\"cif cr \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 181\">\n  <g fill=\"none\">\n    <path fill=\"#002B7F\" d=\"M.5.5h300v180H.5z\"/>\n    <path fill=\"#FFF\" d=\"M.5 30.5h300v120H.5z\"/>\n    <path fill=\"#CE1126\" d=\"M.5 60.5h300v60H.5z\"/>\n  </g>\n</svg>\n</li><li title=\"cif cu \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 151\">\n  <g fill=\"none\">\n    <path fill=\"#002A8F\" d=\"M.5.5h300v150H.5z\"/>\n    <path fill=\"#FFF\" d=\"M.5 30.5h300v30H.5zM.5 90.5h300v30H.5z\"/>\n    <path fill=\"#CF142B\" d=\"M.5.5v150l129.902-75z\"/>\n    <path fill=\"#FFF\" d=\"M43.801 53L38.75 68.551H22.402l13.219 9.609-5.051 15.539L43.8 84.09l13.23 9.609-5.051-15.539 13.219-9.609H48.85z\"/>\n  </g>\n</svg>\n</li><li title=\"cif cv \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 177\">\n  <g fill=\"none\">\n    <path fill=\"#003893\" d=\"M.501.5h300v176.471h-300z\"/>\n    <path fill=\"#FFF\" d=\"M.501 88.735h300v44.118h-300z\"/>\n    <path fill=\"#CE1126\" d=\"M.501 103.441h300v14.706h-300z\"/>\n    <path fill=\"#FC0\" d=\"M104.609 63.95l5.186 3.768-1.981 6.097 5.187-3.768 5.186 3.768-1.981-6.097 5.186-3.768h-6.41l-1.981-6.097-1.981 6.097zM78.724 72.521l5.186 3.768-1.981 6.097 5.186-3.768 5.186 3.768-1.981-6.097 5.187-3.768h-6.411l-1.981-6.097-1.981 6.097zM130.307 72.254l5.186 3.768-1.982 6.097 5.187-3.768 5.186 3.768-1.981-6.097 5.187-3.768h-6.411l-1.981-6.097-1.981 6.097zM146.374 94.538l5.186 3.768-1.981 6.097 5.186-3.768 5.187 3.768-1.981-6.097 5.186-3.768h-6.411l-1.981-6.097-1.981 6.097zM146.374 121.597l5.186 3.768-1.981 6.097 5.186-3.768 5.187 3.768-1.981-6.097 5.186-3.768h-6.411l-1.981-6.097-1.981 6.097zM130.492 143.95l5.186 3.768-1.982 6.097 5.187-3.768 5.186 3.768-1.981-6.097 5.187-3.768h-6.411l-1.981-6.097-1.981 6.097zM104.623 152.192l5.186 3.768-1.981 6.097 5.186-3.768 5.186 3.768-1.98-6.097 5.186-3.768h-6.411l-1.981-6.097-1.981 6.097zM78.332 143.616l5.186 3.768-1.981 6.097 5.187-3.768 5.186 3.768-1.981-6.097 5.186-3.768h-6.41l-1.981-6.097-1.981 6.097zM62.784 121.464l5.186 3.768-1.982 6.097 5.187-3.768 5.186 3.768-1.981-6.097 5.187-3.768h-6.411l-1.981-6.097-1.981 6.097zM62.853 94.284l5.186 3.768-1.981 6.097 5.187-3.768 5.186 3.768-1.981-6.097 5.186-3.768h-6.411l-1.98-6.097-1.982 6.097z\"/>\n  </g>\n</svg>\n</li><li title=\"cif cy \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 201\">\n  <g fill=\"none\">\n    <path fill=\"#FFF\" d=\"M.5.5h300v200H.5z\"/>\n    <path fill=\"#2F4712\" d=\"M145.434 166.583a.346.346 0 01-.116-.082l-.042-.039a7.184 7.184 0 01-.528-.548 63.058 63.058 0 01-1.563-1.895 168.271 168.271 0 01-2.058-2.619l-.265-.344-.264.344c-.161.211-1.021 1.326-2.058 2.619a60.387 60.387 0 01-1.563 1.895c-.24.274-.419.449-.527.548l-.042.039c-.045.043-.056.054-.094.072l-.044.003-.669-.064.323-.25.299.19a.82.82 0 00-.086-.161 3.788 3.788 0 00-.31-.381c-.27-.295-.654-.651-.958-.927-.683-.62-1.369-1.191-1.376-1.198l-.007-.005 4.788-3.521-1.89-.881 1.01-1.135 3.469 1.485 3.47-1.485 1.01 1.135-1.89.881 4.788 3.521-.004.003c-.01.008-.696.58-1.379 1.2a16.21 16.21 0 00-.959.927 3.679 3.679 0 00-.31.38c-.046.067-.071.128-.084.157l.297-.185.322.25-.656.061-.03.007-.004.003zm8.643-5.34c-3.634 0-6.109-1.631-6.19-1.685 3.157-1.498 5.89-2.257 8.125-2.257h.039c1.886.007 3.053.575 3.7 1.05.649.476.933.985.961 1.035l-.003.001c-2.14 1.234-4.37 1.857-6.63 1.857l-.002-.001zm-26.424 0c-2.259 0-4.49-.625-6.632-1.856l-.002-.001.001-.003s.28-.534.959-1.032c.647-.475 1.814-1.043 3.7-1.05h.039c2.234 0 4.967.759 8.124 2.257-.106.071-2.584 1.685-6.189 1.685l.004.003-.004-.003zm36.21-2.17c-.366 0-.679-.185-.781-.46-.1-.27-.069-.614.091-1.023.265-.674.882-1.383 1.664-1.446l.046-.001.106.002c.168.004.348.045.52.118 0 .001.059.701-.117 1.405-.103.411-.258.724-.474.959a1.41 1.41 0 01-1.057.447l.002-.001zm-46 0c-.417 0-.793-.158-1.057-.444-.216-.236-.371-.549-.474-.959a4.878 4.878 0 01-.117-1.406c.175-.074.354-.114.521-.118l.037-.001c.837 0 1.496.726 1.779 1.446.16.409.191.753.091 1.023-.1.27-.414.457-.78.457v.002zm28.774-2c3.79-7.175 7.728-7.949 9.245-7.949.511.002.851.083.912.1l.003.018c0 .002.227 1.59-.88 3.306-1.038 1.609-3.491 3.701-9.277 4.528l-.004.001.001-.004zm-11.547.004c-5.787-.826-8.239-2.918-9.278-4.528-1.108-1.717-.88-3.304-.878-3.32l.001-.004.004-.001c.002 0 .354-.095.886-.098 1.54 0 5.477.774 9.266 7.947l.002.004-.007-.003.004.003zm23.41-1.147c-1.152 0-2.444-.095-3.841-.281h-.002l.001-.002c3.067-2.971 5.972-3.595 7.87-3.595.148 0 .277.004.405.01 1.508.071 2.52.519 2.589.55a2.215 2.215 0 01-.198.674c-.168.361-.516.891-1.229 1.375-1.241.842-3.123 1.269-5.595 1.269l-.002.003.002-.003zm-35.27 0c-2.472 0-4.354-.427-5.594-1.268-.713-.483-1.061-1.014-1.228-1.375a2.25 2.25 0 01-.198-.674c.065-.03 1.077-.48 2.588-.55.128-.006.256-.01.391-.01 1.911 0 4.816.623 7.882 3.593l.003.003h-.004c-1.4.183-2.693.28-3.843.28l.003.001zm47.037-.46c-1.417-.023-2.42-.249-2.981-.673-.265-.2-.396-.468-.352-.717.054-.298.291-.602.726-.928 1.188-.891 2.948-1.362 5.233-1.402.146-.002.295-.004.442-.004.127 0 .253.001.377.004 2.727.066 5.151.682 5.175.687l.006.001-.005.006c-2.231 2.23-5.812 3.026-8.419 3.026h-.202zm-59.007 0c-2.607 0-6.188-.796-8.421-3.029l-.002-.002.007-.002a26.18 26.18 0 015.174-.688c.163-.004.327-.006.492-.006 2.444 0 4.315.474 5.561 1.408.435.326.673.63.726.928.045.248-.087.516-.352.717-.561.424-1.564.65-2.981.672l-.2.007-.004-.005zm67.657-4.334a.633.633 0 01-.6-.406c-.081-.248-.062-.535.06-.878.118-.333.318-.646.562-.882.183-.176.478-.387.838-.387.175.005.312.035.432.092.002.033.041.626-.097 1.23-.083.369-.201.636-.369.841a1.076 1.076 0 01-.827.387l.001.003zm-76.104 0c-.321 0-.622-.142-.826-.389-.168-.205-.286-.472-.369-.841a4.692 4.692 0 01-.097-1.225v-.006c.121-.057.257-.088.405-.092h.001c.386 0 .68.21.863.386.244.235.444.548.562.882.122.343.141.63.06.878a.638.638 0 01-.6.404v.003h.001zm56.594-.439c-.366 0-.679-.184-.781-.46-.1-.269-.069-.614.091-1.023.265-.674.882-1.383 1.664-1.446a.708.708 0 01.046-.002l.106.003c.168.004.348.045.52.118 0 .002.059.701-.117 1.406-.103.41-.258.724-.474.959a1.412 1.412 0 01-1.055.445zm-37.083 0c-.418 0-.793-.158-1.057-.444-.216-.235-.371-.549-.474-.959a4.878 4.878 0 01-.117-1.406c.175-.074.354-.114.521-.118h.037c.837 0 1.496.726 1.779 1.446.16.409.191.753.091 1.022-.1.273-.416.457-.78.457v.002zm-9.504-.394c-5.246-.185-7.968-1.676-9.328-2.894-.766-.686-1.191-1.366-1.413-1.816a3.853 3.853 0 01-.303-.813l.007-.003c.001 0 .496-.178 1.295-.193l.123-.001c1.769 0 5.371.743 9.618 5.718v.003l.001-.001zm56.09-.003c4.12-4.826 7.642-5.654 9.374-5.717l.153-.002.205.002c.774.015 1.261.18 1.311.197v.001s-.074.346-.303.812c-.222.449-.647 1.129-1.413 1.815-1.361 1.219-4.083 2.71-9.329 2.895l.003-.003h-.001zm-50.393-.526c-4.22-.643-6.611-2.454-7.874-3.862-1.324-1.475-1.72-2.849-1.738-2.913.008-.002.524-.136 1.3-.156.056-.002.115-.002.175-.002.06 0 .122 0 .184.002 2.123.046 5.978 1.008 7.952 6.928h.003l-.002.003zm44.696 0c1.974-5.923 5.829-6.884 7.952-6.931l.185-.002.175.002c.776.02 1.293.154 1.297.156h.003c-.003.011-.389 1.41-1.738 2.912-1.267 1.407-3.657 3.22-7.877 3.86l.003.003zm21.667-2.027c-2.348 0-4.022-.468-4.038-.473l-.004-.001.004-.008c.015-.022 1.836-2.673 5.349-3.375a14.639 14.639 0 013.096-.274c2.022.031 3.483.441 3.497.446l.004.014c-.001 0 .016.152-.013.344-.03.194-.113.498-.344.844-.406.61-1.354 1.454-3.564 2.007a16.295 16.295 0 01-3.98.477l-.007-.001zm-88.03 0c-1.383 0-2.725-.16-3.987-.476-2.21-.552-3.158-1.396-3.564-2.007a2.116 2.116 0 01-.344-.845 1.436 1.436 0 01-.01-.358l.01-.004c.006-.001 1.467-.411 3.488-.442l.242-.002c.976 0 1.936.093 2.855.276 3.512.703 5.333 3.353 5.351 3.38l.001.003-.004.001c-.02.003-1.693.473-4.04.473l.002.001zm78.233-3.56c-.364 0-.667-.18-.771-.46-.102-.275-.075-.616.081-1.011.266-.675.884-1.383 1.664-1.447l.046-.001.106.002c.169.004.349.045.521.118 0 .002.059.694-.117 1.394-.106.422-.261.739-.474.969-.26.283-.633.437-1.057.437l.001-.001zm-68.436 0c-.423 0-.798-.154-1.058-.435-.213-.23-.368-.548-.473-.969a4.812 4.812 0 01-.117-1.395c.175-.074.354-.114.521-.118l.037-.001c.835 0 1.496.727 1.779 1.446.156.396.183.736.081 1.011-.102.281-.406.461-.77.461zm-7.367-1.011c-.032-.008-1.992-.512-3.989-1.742-1.848-1.137-4.108-3.15-4.384-6.277v-.001l.004-.001s.172-.042.426-.051l.112-.002c.552 0 1.682.155 3.049 1.194 1.74 1.327 3.347 3.64 4.783 6.883l-.001-.003zm83.17 0c1.435-3.243 3.044-5.557 4.783-6.88 1.23-.936 2.265-1.165 2.916-1.192.041-.002.079-.002.116-.002l.129.002c.252.01.423.051.43.053v.006c-.276 3.123-2.536 5.135-4.384 6.272-1.993 1.224-3.95 1.73-3.993 1.74l.003.001zM104.09 143c-.012-.005-1.41-.564-3.156-2.028-1.628-1.364-3.915-3.82-5.572-7.777.001 0 .381-.203.962-.239a4.073 4.073 0 01.256 0c.804.023 2.028.357 3.384 1.821 1.559 1.682 2.95 4.447 4.135 8.217l.003.01-.01-.003-.002-.001zm73.543-.01c1.183-3.765 2.574-6.53 4.133-8.212 1.357-1.464 2.581-1.798 3.369-1.82l.17-.003a2.531 2.531 0 011.064.243c-1.658 3.957-3.945 6.412-5.573 7.776-1.746 1.464-3.144 2.023-3.158 2.029l-.012.004.003-.017h.004zm12.47-.353c-.61 0-1.006-.137-1.176-.407-.215-.342.045-.781.13-.907.429-.637 1.428-1.28 2.695-1.28h.055c.265.004.541.04.798.104l.001.003c.001.009.083.62-.184 1.239-.163.374-.713 1.248-2.319 1.248zm-98.476 0c-1.607 0-2.157-.872-2.319-1.247a2.586 2.586 0 01-.184-1.236l.001-.007a3.56 3.56 0 01.799-.105h.055c1.267 0 2.266.643 2.695 1.28.085.126.346.565.13.907-.174.271-.568.408-1.177.408zm102.036-4.49c-.95 0-1.573-.06-1.579-.061l-.001-.001c0-.007.034-1.179 1.068-2.306.975-1.062 3.065-2.356 7.493-2.486h.003v.006c-.001.005-.133 1.017-.599 2.078-.429.975-1.24 2.192-2.671 2.452a21.763 21.763 0 01-3.713.314l-.001.004zm-105.596 0c-.898 0-2.27-.055-3.714-.317-1.431-.26-2.243-1.477-2.671-2.452a8.447 8.447 0 01-.599-2.085h.004c4.428.13 6.519 1.424 7.493 2.486 1.006 1.096 1.066 2.235 1.068 2.307h-.003c-.007 0-.63.06-1.58.06l.002.001zm100.983-4.607a58.64 58.64 0 01-.248-5.029c0-2.492 2.657-3.489 2.77-3.531l.004-.001c-.007.05-.129.911-.25 1.919-.094.784-.252 2.199-.252 2.873 0 .696-.485 1.547-1.009 2.361-.5.776-1.005 1.402-1.01 1.408l-.003.004.003-.003-.005-.001zm-96.373 0c-.006-.008-.512-.633-1.011-1.409-.524-.815-1.009-1.665-1.009-2.361 0-.672-.158-2.089-.252-2.873-.12-.995-.24-1.846-.25-1.919l.004.001c.112.041 2.769 1.038 2.769 3.53 0 2.496-.246 5.005-.248 5.03v.004h-.003v-.003zm99.82-.237a.322.322 0 01-.145-.031.305.305 0 01-.129-.149c-.064-.157-.05-.33-.001-.594.086-.463.3-1.072.675-1.915a39.496 39.496 0 011.438-2.857l.008-.009a33.288 33.288 0 012.399-2.657c.775-.765 1.504-1.383 2.164-1.838.835-.576 1.482-.848 2.035-.858h.003c.182 0 .327.023.459.066l.004.002v.002s.122 1.078.029 2.385c-.126 1.756-.561 3.071-1.293 3.909-.804.918-2.179 1.959-3.873 2.93-1.526.875-2.906 1.475-3.691 1.606-.027 0-.054.003-.083.003l.001.005zm-103.264 0a.457.457 0 01-.083-.007c-.786-.131-2.165-.731-3.691-1.606-1.694-.971-3.07-2.012-3.874-2.93-.732-.838-1.168-2.153-1.293-3.909a14.562 14.562 0 01.029-2.387c.137-.046.283-.068.438-.068.588.01 1.215.274 2.063.858.661.455 1.389 1.074 2.164 1.838a33.059 33.059 0 012.399 2.657l.011.013c.088.158.845 1.524 1.436 2.853.374.844.589 1.452.674 1.915.049.264.063.437-.001.594a.298.298 0 01-.128.149.357.357 0 01-.146.03h.002z\"/>\n    <path fill=\"#FFAD2D\" d=\"M233.443 32.325l-.785.313-.308.123-.951-.053-.891.428-1.58 1.079-.069.05-.589.154-.547-.236-.311.142-.107.64-.296.46-.364.256-1.261.129-1.063.549-1.383-.37-.643.252-1.366 1.231-.698.33-.244-.014-.926-.047-.391.128-.584.564-1.105.086-.344.238-.54 1.087-.584.603-.335.071-.362-.133-.272.048-.123.696-.264.291-.74.255-.591.493-.519.266-.695-.017h-.159l-.692.382-1.302.114-.541.517-.119.11-.253.153-.413.247-.102.061-.498-.089-.583.231-.236-.363-.404.242-.535.023-.666-.296-.507-.226-.371.054-.129.647-.013.068-.39.519-.728.441-.099.129-.828 1.069-1.574 1.655-1.331.676-1.38.42-.966.793-2.533 1.256-3.998 1.989-.818.262-1.173.188-2.092.77-1.846.557-.103.031-.365.111-2.603.787-1.212-.128-.718.26-1.868-.207-1.299.026-.822.171-1.546.741-2.609 1.254-.862.788-1.342.7-1.572.498.003-.66-.009-.028-.545.172-.394.124-1.275.197h-.709l-.44-.128-.068.023-2.606.859-2.906.281-1.454.467-1.087-.018-.679.203-1.332.163-.476-.127-.107-.029-3.917.17-1.791-.202-.854.194-1.432-.482-2.09-.242-.488-.146-1.098-.326-.497.286-.372.04-.889-.323-.32-.008-.734.265-.422-.108-.393-.313-.921-.137-.561-.471-3.134.415-.85-.25-2.851-.831-.454.023-.565.424-.849.31-.737.191-1.004.035-1.166-.306-1.202-.583-.444-.106-.991.1-.303.028-1.822-.977-2.348-1.468-1.593-.765-.598-.097-.08.284.297.935.101.924-.031.854-.016.529.149.475.575.637.24.64.175 1.762-.002 1.787-.28 2.851-.094.434-.334 1.477-.305 1.356-1.182 3.611-.325.448-.797.543-1.807 1.229-1.33.767-.421.174-1.08.081-.673-.035-.838-.453-.822-.212-1.077-.775-1.198-.248-1.314-.759-.342-.411-.715-.067-.992-.298v-.002l-.364-.109-.252-.073-1.265-.035-1.18-.544-.621-.15-.849-.043-.888.413v-.001l-.45.21-.569-.226-.412.026-.466.705-.07.109-.321.17-.4-.006-.313-.008-.339.148-.456.198v.001l-.403.176-.197.085-.003-.003-.121.024-.215.037-.267.051-.47-.275-.25-.147-.419-.085-.225.163-.045.767-.206.459-.653.578-.664.585-.463.682-1.225 2.797-.768 1.128-.238.263-.803.885-.712.552-1.64 1.272-1.553.58-1.338.273-.651.002-1.232-.164-1.108-.34-1.217-.761-1.334-1.073-1.932-1.908-.273-.165-.057-.038-.608-.389-.451.012-.177.291-.097.421-.082.373-.221 2.122.016.123.116.874 1.467 2.05.453 1.089.074.125.303.508.231.388.023.039.501 1.496-.352.844.178.566-.446.346-.081.488 1.317 1.651.287.728-.321 1.01-.512.557-.143.152.072.427.606.545 1.03.917.549 1.362.418.365.485-.103.27.206.409-.007.403.403.261.126.412.205.326.424.072 1.304.607 1.62.009.878.003.125.378.649.119.513-.202 1.356.482.436.522-.107.337.053.542.451.656 1 .642-.094.407.196 1.967 1.778.446.225.025.014.321.161.399.403.619-.411.069-.007.673-.059.295.199.568.383.745-.01 1.615.495.706.181 1.42.882.604.373.357.291.475.387.948.408.813.194.44.105.332.128.008-.021.005.001-.008.021 1.762.674.954.223.882.325.642.235.472.008.667-.561.645-.037.537.134.523-.088.828-.51.162-.24.587-.28 1.981-.246.579.188 1.487-.647.996.277.882-.313 1.926.428.512.36.572.655.07.003.637.012-.266.444.841.882.76 1.148.052.152.552 1.621.411.574.287.801.014.523-.447.341-.074.194-.025.072.09.218.169-.092.321-.178.389-.06.688.073.455.048.718-.357.476-.237.764.329.84-.009.353.157.998.452.51.048.188-.124.12-.285-.062-.332-.382-.441-.843-.979-.346-.504-.263-.729-.082-.931-.058-.628.105-.826.226-.294.167-.656h.003l.043-.171.469-.622 1.241-.798 1.334-1.194 1.054-.695 1.087-.471.029-.132.121.049 2.764-.94.045-.005 1.231-.214 8.307.585.308-.093.001-.002.277-.777.149-.144.099-.094.913-.402.427-.061 1.185.292.485.12.777-.436.551.009 1.139-.622.704.018.268-.107 1.371-.985 1.32-.379.344-.182.121-.067 1.353-.715.86-.66.742-.394.813-.21 2.126-.15.428-.712.914-.122.552-.623.632-.257.453-.652.38-.547.53-.307 1.7-.107 2.015.249.267-.161.455-1.625.476-.305 1.284-1.871.004-.682.001-.569.211-.811-.144-1.463.17-1.482.798-1.883.703-.76 1.134-.767.576-.251.816-.137v-.002l.12-.02.208-.036 2.811-.038c.039-.029 1.022-.014 1.022-.014l.937-.012 2.371.422.169.03.802.259.924.719.979.956.183.179.634.267.191.084.524-.084.746-.388.562-.475.767-.419.019-.026.431-.65.013-.013.01.002.001-.004-.007-.001.17-.258 1.483-.577 1.743-.102.196-.106.109-.058.46-.541.432-.004 1.045.378.735-.146.583.233.453-.054.855-.102.918.646.535.068 1.886 1.103.098.016.051.009.108.018.224-.067.333-.096.044-.013.042.058.214.303.294.042.348-.464-.138-.211-.052-.077-.674-.137-.605-1.034.576-.62-.904-1.109-.15-.184-.051-.078-.312-.474-1.582-2.412-2.06-1.645-.001.001-.721-.577-.005-.003-.253-.199-1.101-1.119-.786-1.044-.103-.225-.162-.354-.471-1.026-.821-.632-.668-.731-.033-.043-1.38-1.875-.227-.315-.326-.188-.689-.005-.065-.065-.039-.041.023-.024.33-.328.368-.093.159-.363-.703-2.035-.005-.071-.052-.65.573-2.952.073-.36.976-1.986.605-.495.66-1.297.565-.83.541-.527.095-.056.978-.592.822-.115.783-.111 1.366.421 1.3-.025.254-.027.59-.068.97-.306.458-.283.238-.364.495-1.662.159-.529.306-.575 1.768-2.036 1.337-1.236 3.006-2.204 1.472-.879.751-.449 6.709-2.982 1.743-1.767.908-.919 1.607-1.079 1.88-.77 1.618-1.281.353-.445.446-1.435.371-.089.335-.725.095-.206 1.321-.931.149-.074 5.129-2.57.745.102.399-.598 1.492-.25.275-.046.368-.184.313-.533v-.105l.043-1.425.318-.385.174-.939.164-.216.171-.225.423-.297-.073-.177.013.017z\"/>\n  </g>\n</svg>\n</li><li title=\"cif cz \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 201\">\n  <g fill=\"none\">\n    <path fill=\"#D7141A\" d=\"M.5.5h300v200H.5z\"/>\n    <path fill=\"#FFF\" d=\"M.5.5h300v100H.5z\"/>\n    <path fill=\"#11457E\" d=\"M150.5 100.5L.5.5v200z\"/>\n  </g>\n</svg>\n</li><li title=\"cif de \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 181\">\n  <g fill=\"none\">\n    <path fill=\"#000\" d=\"M.5.5h300v180H.5z\"/>\n    <path fill=\"#D00\" d=\"M.5 60.5h300v120H.5z\"/>\n    <path fill=\"#FFCE00\" d=\"M.5 120.5h300v60H.5z\"/>\n  </g>\n</svg>\n</li><li title=\"cif dj \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 201\">\n  <g fill=\"none\">\n    <path fill=\"#6AB2E7\" d=\"M.5.5h300v200H.5z\"/>\n    <path fill=\"#12AD2B\" d=\"M.5 100.5h300v100H.5z\"/>\n    <path fill=\"#FFF\" d=\"M.5.5v200l86.603-50 86.603-50-86.603-50z\"/>\n    <path fill=\"#D7141A\" d=\"M66.787 75.5l6.205 19.098h20.081l-16.246 11.803 6.205 19.099-16.246-11.804L50.541 125.5l6.206-19.099L40.5 94.598h20.081z\"/>\n  </g>\n</svg>\n</li><li title=\"cif dk \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 227\">\n  <g fill=\"none\">\n    <path fill=\"#C60C30\" d=\"M.5.5h300v226H.5z\"/>\n    <path fill=\"#FFF\" d=\"M96.791.5h32.354v226H96.791z\"/>\n    <path fill=\"#FFF\" d=\"M300.5 97.323v32.354H.5V97.323z\"/>\n  </g>\n</svg>\n</li><li title=\"cif dm \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 151\">\n  <g fill=\"none\">\n    <path fill=\"#006B3F\" d=\"M.5.5h300v150H.5z\"/>\n    <path fill=\"#FFF\" d=\"M.5 81.75h300v12.5H.5z\"/>\n    <path fill=\"#000\" d=\"M.5 69.25h300v12.5H.5z\"/>\n    <path fill=\"#FCD116\" d=\"M.5 56.75h300v12.5H.5z\"/>\n    <path fill=\"#FCD116\" d=\"M131.75.5h12.5v150h-12.5z\"/>\n    <path fill=\"#000\" d=\"M144.25.5h12.5v150h-12.5z\"/>\n    <path fill=\"#FFF\" d=\"M156.75.5h12.5v150h-12.5z\"/>\n    <path fill=\"#D41C30\" d=\"M187.999 75.5c.169 20.71-16.483 37.636-37.193 37.805-20.71.169-37.636-16.483-37.805-37.193a41.617 41.617 0 010-.612c-.169-20.71 16.483-37.636 37.193-37.805 20.71-.169 37.636 16.483 37.805 37.193v.612z\"/>\n    <path fill=\"#006B3F\" stroke=\"currentColor\" stroke- d=\"M149.298 45.897c0-.055 1.203-3.43 1.203-3.43l1.092 3.375s3.663.11 3.663.055-2.898 2.213-2.898 2.213 1.367 3.872 1.313 3.762c-.055-.11-3.17-2.323-3.17-2.323s-3.17 2.212-3.115 2.212c.055 0 1.203-3.652 1.203-3.652l-2.843-2.158 3.552-.054zM151.702 105.188c0 .055-1.202 3.43-1.202 3.43l-1.093-3.375s-3.663-.109-3.663-.055 2.898-2.212 2.898-2.212-1.368-3.873-1.313-3.763c.055.11 3.17 2.325 3.17 2.325s3.17-2.215 3.115-2.215c-.055 0-1.203 3.653-1.203 3.653l2.843 2.158-3.552.054zM167.93 54.365c0 .055-1.203 3.43-1.203 3.43l-1.095-3.375s-3.66-.11-3.66-.055 2.895-2.212 2.895-2.212-1.365-3.873-1.31-3.763c.053.11 3.17 2.323 3.17 2.323s3.17-2.212 3.115-2.212c-.055 0-1.203 3.653-1.203 3.653l2.843 2.157-3.552.054zM178.452 85.127c0 .055-1.202 3.43-1.202 3.43l-1.093-3.375s-3.663-.11-3.663-.055 2.897-2.212 2.897-2.212-1.367-3.873-1.313-3.763c.055.11 3.17 2.323 3.17 2.323s3.17-2.212 3.115-2.212c-.052 0-1.203 3.652-1.203 3.652l2.843 2.157-3.551.055zM124.947 86.008c0 .055-1.202 3.427-1.202 3.427l-1.093-3.373s-3.663-.112-3.663-.055c0 .055 2.897-2.215 2.897-2.215s-1.367-3.873-1.313-3.76c.055.11 3.17 2.323 3.17 2.323s3.17-2.212 3.115-2.212c-.055 0-1.203 3.65-1.203 3.65l2.843 2.158-3.551.057zM134.663 54.725c0 .055-1.203 3.43-1.203 3.43l-1.095-3.375s-3.66-.11-3.66-.055 2.895-2.213 2.895-2.213-1.365-3.873-1.31-3.762c.052.11 3.17 2.323 3.17 2.323s3.17-2.212 3.115-2.212c-.055 0-1.202 3.652-1.202 3.652l2.842 2.157-3.552.055zM122.33 65.965c0-.055 1.202-3.43 1.202-3.43l1.093 3.375s3.663.11 3.663.055-2.898 2.212-2.898 2.212 1.368 3.873 1.313 3.762c-.055-.11-3.17-2.323-3.17-2.323s-3.17 2.213-3.115 2.213c.052 0 1.203-3.653 1.203-3.653l-2.843-2.157 3.552-.054zM132.785 96.673c0-.058 1.203-3.431 1.203-3.431l1.093 3.373s3.662.112 3.662.058c0-.058-2.895 2.212-2.895 2.212s1.365 3.873 1.31 3.76c-.055-.11-3.17-2.323-3.17-2.323s-3.17 2.213-3.115 2.213c.055 0 1.202-3.65 1.202-3.65l-2.842-2.157 3.552-.055zM175.858 65.147c0-.057 1.202-3.43 1.202-3.43l1.093 3.373s3.663.112 3.663.057c0-.057-2.897 2.213-2.897 2.213s1.367 3.872 1.313 3.76c-.055-.11-3.17-2.322-3.17-2.322s-3.17 2.212-3.115 2.212c.055 0 1.203-3.65 1.203-3.65l-2.843-2.158 3.551-.055zM166.113 96.383c0-.056 1.203-3.431 1.203-3.431l1.092 3.375s3.663.11 3.663.056c0-.056-2.897 2.212-2.897 2.212s1.367 3.873 1.313 3.763c-.055-.112-3.17-2.325-3.17-2.325s-3.17 2.213-3.115 2.213c.055 0 1.203-3.65 1.203-3.65l-2.843-2.157 3.551-.056z\"/>\n    <path fill=\"#009543\" d=\"M125.27 67.33h.179zM157.55 90.055h.179zM148.143 126.127h.179zM103.01 126.127h.179zM94.768 89.125h.179zM193.642 22.024h-.178zM206.602 57.272h-.178zM174.463 83.06h-.18zM144.27 57.272h-.179zM155.412 22.542h-.178z\"/>\n    <path fill=\"#006B3F\" stroke=\"currentColor\" stroke- d=\"M154.853 74.397c1.231-.128 2.583 4.702 3.017 10.789.435 6.087-.211 11.126-1.442 11.254-1.232.128-2.583-4.702-3.018-10.79-.434-6.086.212-11.124 1.443-11.253z\"/>\n    <path fill=\"#006B3F\" stroke=\"currentColor\" stroke- d=\"M157.049 74.374c1.303-.135 2.713 4.689 3.15 10.776.438 6.087-.264 11.131-1.566 11.267-1.303.136-2.713-4.689-3.15-10.776-.438-6.088.264-11.132 1.566-11.267z\"/>\n    <path fill=\"#006B3F\" stroke=\"currentColor\" stroke- d=\"M155.95 73.802c1.043-.11 2.267 5.256 2.736 11.985.469 6.729.004 12.273-1.038 12.384-1.042.11-2.267-5.256-2.736-11.985-.468-6.73-.004-12.274 1.038-12.384z\"/>\n    <path fill=\"#9C4A00\" stroke=\"currentColor\" stroke- d=\"M139.447 91.141c1.914-.08 1.083-1.104 2.05-1.649.966-.544 2.341-.184 2.754.497.413.681.082 1.349.612 1.358.532.01 14.982-.597 15.502-.026.521.57.607 1.694.067 2.131-.54.442-18.809.646-19.438.184-.628-.455-1.549-2.382-1.547-2.495z\"/>\n    <path fill=\"#FCD116\" stroke=\"currentColor\" stroke- d=\"M149.656 92.549c-.035 1.444 2.101 1.035 2.13 2.241-.064 1.278-3.581.078-3.615-2.26.146-2.336 3.588-3.491 3.631-2.156.032 1.107-2.111.73-2.146 2.175z\"/>\n    <path fill=\"#FCD116\" stroke=\"currentColor\" stroke- d=\"M150.916 92.565c-.035 1.444 2.101 1.035 2.13 2.241-.064 1.278-3.581.078-3.615-2.26.146-2.336 3.588-3.491 3.631-2.156.032 1.108-2.112.731-2.146 2.175z\"/>\n    <path fill=\"#FCD116\" stroke=\"currentColor\" stroke- d=\"M152.268 92.515c-.035 1.443 2.101 1.035 2.13 2.241-.064 1.278-3.582.078-3.615-2.26.146-2.336 3.588-3.491 3.631-2.156.032 1.107-2.112.73-2.146 2.175z\"/>\n    <path fill=\"#FCD116\" stroke=\"currentColor\" stroke- d=\"M153.528 92.531c-.035 1.443 2.101 1.035 2.13 2.241-.064 1.278-3.581.078-3.615-2.26.146-2.336 3.588-3.491 3.631-2.156.032 1.108-2.111.731-2.146 2.175z\"/>\n    <path fill=\"#9C4A00\" stroke=\"currentColor\" stroke- d=\"M159.565 91.11a1.22 1.22 0 011.193 1.256 1.238 1.238 0 01-1.245 1.219 1.22 1.22 0 01-1.193-1.256 1.238 1.238 0 011.245-1.219z\"/>\n    <path fill=\"#006B3F\" stroke=\"currentColor\" stroke- d=\"M151.96 85.819c.596-.09 1.193.905 1.335 2.223.141 1.317-.229 2.458-.824 2.548-.596.09-1.194-.905-1.334-2.223-.142-1.317.227-2.458.823-2.548z\"/>\n    <path fill=\"#006B3F\" stroke=\"currentColor\" stroke- d=\"M150.121 85.675c.596-.09 1.194.904 1.335 2.222.141 1.317-.228 2.458-.824 2.548-.596.09-1.193-.905-1.334-2.222-.142-1.318.227-2.458.823-2.548z\"/>\n    <path fill=\"#006B3F\" stroke=\"currentColor\" stroke- d=\"M148.804 83.32c.596-.09 1.193.905 1.335 2.222.141 1.317-.229 2.458-.825 2.548-.596.09-1.193-.905-1.334-2.222-.141-1.317.228-2.458.824-2.548z\"/>\n    <path fill=\"#006B3F\" stroke=\"currentColor\" stroke- d=\"M150.644 82.972c.573-.091 1.163 1.014 1.317 2.467.155 1.453-.185 2.705-.758 2.796-.573.09-1.163-1.014-1.317-2.468-.155-1.454.185-2.704.758-2.795z\"/>\n    <path fill=\"#009543\" stroke=\"currentColor\" stroke- d=\"M153.232 83.159c.573-.089 1.156.944 1.301 2.307.145 1.362-.202 2.539-.775 2.627-.573.088-1.156-.944-1.301-2.307-.145-1.362.202-2.538.775-2.627z\"/>\n    <path fill=\"#009543\" stroke=\"currentColor\" stroke- d=\"M151.819 82.308c.573-.089 1.156.944 1.301 2.307.146 1.362-.202 2.539-.775 2.627-.573.088-1.156-.944-1.301-2.307-.145-1.363.202-2.539.775-2.627z\"/>\n    <path fill=\"#009543\" stroke=\"currentColor\" stroke- d=\"M150.035 81.079c.574-.088 1.156.944 1.301 2.307.145 1.363-.202 2.539-.775 2.627-.574.089-1.156-.944-1.301-2.307-.145-1.362.202-2.539.775-2.627z\"/>\n    <path fill=\"#006B3F\" stroke=\"currentColor\" stroke- d=\"M148.385 80.334c.573-.089 1.156.944 1.301 2.307.146 1.363-.202 2.539-.775 2.628-.573.088-1.156-.944-1.301-2.307-.146-1.363.201-2.539.775-2.628z\"/>\n    <path fill=\"#9461C9\" stroke=\"currentColor\" stroke- d=\"M146.817 62.329s-3.664 3.18-3.253 11.786c.461 8.655 8.099 12.723 8.099 12.723s1.946-2.457 1.72-9.411c-.546-10.167-4.152-14.659-4.152-14.659l-2.414-.439z\"/>\n    <path fill=\"#006B3F\" stroke=\"currentColor\" stroke- d=\"M155.242 86.089c.603.018 1.013 1.103.917 2.424-.096 1.321-.663 2.378-1.265 2.36-.603-.018-1.013-1.104-.917-2.425.096-1.32.663-2.377 1.265-2.359z\"/>\n    <path fill=\"#006B3F\" stroke=\"currentColor\" stroke- d=\"M153.458 85.619c.603.018 1.013 1.103.917 2.424-.096 1.321-.663 2.378-1.265 2.36-.603-.018-1.013-1.103-.917-2.424.096-1.321.663-2.377 1.265-2.36z\"/>\n    <path fill=\"#006B3F\" stroke=\"currentColor\" stroke- d=\"M152.582 83.067c.603.018 1.013 1.104.917 2.425-.096 1.321-.663 2.378-1.265 2.36-.602-.018-1.013-1.104-.917-2.425.096-1.321.662-2.377 1.265-2.36z\"/>\n    <path fill=\"#006B3F\" stroke=\"currentColor\" stroke- d=\"M154.454 83.053c.58.013.964 1.205.856 2.662-.107 1.458-.664 2.629-1.244 2.615-.58-.013-.963-1.205-.856-2.662.107-1.458.664-2.628 1.244-2.615zM156.968 83.698c.58.015.969 1.135.869 2.502-.1 1.366-.651 2.462-1.231 2.447-.58-.015-.969-1.135-.869-2.502.1-1.366.651-2.461 1.231-2.447z\"/>\n    <path fill=\"#006B3F\" stroke=\"currentColor\" stroke- d=\"M155.729 82.608c.58.015.969 1.135.869 2.502-.1 1.366-.651 2.462-1.231 2.447-.58-.015-.969-1.135-.869-2.502.1-1.366.652-2.461 1.231-2.447z\"/>\n    <path fill=\"#006B3F\" stroke=\"currentColor\" stroke- d=\"M154.194 81.082c.58.015.969 1.135.869 2.501-.1 1.367-.651 2.462-1.231 2.447-.58-.015-.969-1.135-.869-2.501.1-1.367.651-2.463 1.231-2.447z\"/>\n    <path fill=\"#006B3F\" stroke=\"currentColor\" stroke- d=\"M152.701 80.055c.58.015.969 1.135.869 2.501-.1 1.366-.651 2.462-1.231 2.448-.58-.016-.969-1.135-.869-2.502.1-1.367.651-2.462 1.231-2.447z\"/>\n    <path fill=\"#D41C30\" stroke=\"currentColor\" stroke- d=\"M150.845 68.392c1.592-.615 4.558 2.792 6.624 7.609 2.066 4.818 2.45 9.221.858 9.836-1.592.615-4.558-2.792-6.624-7.609s-2.449-9.221-.858-9.836z\"/>\n    <ellipse cx=\"152.175\" cy=\"68.18\" fill=\"#009543\" stroke=\"currentColor\" stroke- rx=\"1.191\" ry=\"1.348\" transform=\"rotate(-88.991 152.175 68.18)\"/>\n    <ellipse cx=\"153.192\" cy=\"66.503\" fill=\"#009543\" stroke=\"currentColor\" stroke- rx=\"1.19\" ry=\"1.208\" transform=\"rotate(-88.98 153.192 66.503)\"/>\n    <ellipse cx=\"151.562\" cy=\"66.48\" fill=\"#009543\" stroke=\"currentColor\" stroke- rx=\"1.19\" ry=\"1.208\" transform=\"rotate(-88.991 151.562 66.48)\"/>\n    <ellipse cx=\"151.926\" cy=\"65.265\" fill=\"#006B3F\" stroke=\"currentColor\" stroke- rx=\"1.118\" ry=\"1.264\" transform=\"rotate(-88.986 151.926 65.265)\"/>\n    <ellipse cx=\"151.779\" cy=\"63.836\" fill=\"#006B3F\" stroke=\"currentColor\" stroke- rx=\"1.118\" ry=\"1.264\" transform=\"rotate(-88.986 151.779 63.836)\"/>\n    <ellipse cx=\"150.007\" cy=\"65.523\" fill=\"#006B3F\" stroke=\"currentColor\" stroke- rx=\"1.191\" ry=\"1.208\" transform=\"rotate(-88.98 150.007 65.523)\"/>\n    <ellipse cx=\"150.375\" cy=\"64.021\" fill=\"#006B3F\" stroke=\"currentColor\" stroke- rx=\"1.166\" ry=\"1.208\" transform=\"rotate(-88.98 150.375 64.02)\"/>\n    <ellipse cx=\"148.375\" cy=\"64.037\" fill=\"#006B3F\" stroke=\"currentColor\" stroke- rx=\"1.191\" ry=\"1.348\" transform=\"rotate(-88.98 148.375 64.037)\"/>\n    <ellipse cx=\"150.858\" cy=\"62.086\" fill=\"#006B3F\" stroke=\"currentColor\" stroke- rx=\"1.118\" ry=\"1.264\" transform=\"rotate(-88.986 150.858 62.086)\"/>\n    <ellipse cx=\"149.17\" cy=\"62.3\" fill=\"#006B3F\" stroke=\"currentColor\" stroke- rx=\"1.166\" ry=\"1.208\" transform=\"rotate(-88.98 149.17 62.3)\"/>\n    <ellipse cx=\"146.601\" cy=\"64.096\" fill=\"#006B3F\" stroke=\"currentColor\" stroke- rx=\"1.191\" ry=\"1.208\" transform=\"rotate(-88.991 146.6 64.096)\"/>\n    <ellipse cx=\"147.028\" cy=\"63.235\" fill=\"#006B3F\" stroke=\"currentColor\" stroke- rx=\"1.166\" ry=\"1.208\" transform=\"rotate(-88.98 147.028 63.235)\"/>\n    <ellipse cx=\"147.541\" cy=\"62.256\" fill=\"#006B3F\" stroke=\"currentColor\" stroke- rx=\"1.166\" ry=\"1.208\" transform=\"rotate(-88.98 147.541 62.256)\"/>\n    <path fill=\"#006B3F\" stroke=\"currentColor\" stroke- d=\"M151.022 65.251c2.043-.721 5.696 3.344 8.162 9.081 2.465 5.736 2.809 10.97.766 11.692-2.042.721-5.696-3.345-8.161-9.081-2.466-5.737-2.809-10.971-.767-11.692z\"/>\n    <path fill=\"#006B3F\" stroke=\"currentColor\" stroke- d=\"M157.744 75.29c.378-.18 1.118.642 1.651 1.836.533 1.194.659 2.308.281 2.488-.378.18-1.118-.642-1.651-1.836-.533-1.195-.659-2.309-.281-2.488z\"/>\n    <path fill=\"#006B3F\" stroke=\"currentColor\" stroke- d=\"M158.365 77.45c3.203 3.899 2.798 6.375 2.464 8.471-1.006-2.416-1.556-3.937-4.759-7.837-3.203-3.9-1.605-6.637-1.384-8.079.482 1.248.476 3.545 3.679 7.445z\"/>\n    <path fill=\"#006B3F\" stroke=\"currentColor\" stroke- d=\"M158.654 80.6c3.203 3.899 2.798 6.376 2.464 8.471-1.006-2.416-1.556-3.937-4.759-7.837-3.203-3.9-1.604-6.637-1.385-8.079.483 1.248.477 3.544 3.68 7.445z\"/>\n    <path fill=\"#006B3F\" stroke=\"currentColor\" stroke- d=\"M158.75 83.137c3.28 3.83 2.925 6.314 2.633 8.416-1.054-2.394-1.634-3.902-4.915-7.733-3.281-3.832-1.737-6.602-1.546-8.048.508 1.237.548 3.533 3.828 7.365zM154.772 69.923c.751-.191 2.121 1.379 3.061 3.506s1.095 4.007.344 4.197c-.75.191-2.121-1.379-3.061-3.506s-1.094-4.006-.344-4.197z\"/>\n    <path fill=\"#006B3F\" stroke=\"currentColor\" stroke- d=\"M153.88 72.751c.675-.116 1.814 1.218 2.545 2.979.731 1.761.776 3.283.102 3.399-.675.116-1.814-1.218-2.545-2.979-.731-1.761-.777-3.283-.102-3.399z\"/>\n    <path fill=\"#006B3F\" stroke=\"currentColor\" stroke- d=\"M152.428 74.196c.677-.102 1.789 1.256 2.483 3.031.694 1.776.708 3.299.031 3.4-.677.102-1.789-1.256-2.483-3.032-.694-1.775-.708-3.297-.031-3.399zM153.805 69.706c.545-.1 1.497.884 2.125 2.196.628 1.313.695 2.458.149 2.558-.545.1-1.497-.883-2.125-2.196-.627-1.313-.694-2.458-.149-2.558z\"/>\n    <path fill=\"#006B3F\" stroke=\"currentColor\" stroke- d=\"M152.668 70.635c.551-.07 1.439.964 1.985 2.308.545 1.345.54 2.491-.01 2.561-.551.07-1.439-.964-1.985-2.308-.545-1.344-.541-2.491.01-2.561z\"/>\n    <path fill=\"#006B3F\" stroke=\"currentColor\" stroke- d=\"M152.655 71.558c.947 2.314 1.33 4.394.855 4.644-.475.25-1.628-1.425-2.575-3.739M152.512 67.917c.551-.07 1.439.964 1.985 2.308.545 1.345.541 2.491-.01 2.561-.551.07-1.439-.963-1.985-2.308-.545-1.344-.54-2.491.01-2.561z\"/>\n    <path fill=\"#006B3F\" stroke=\"currentColor\" stroke- d=\"M150.982 68.662c.552-.059 1.417.991 1.933 2.346.515 1.355.485 2.501-.067 2.561-.552.06-1.418-.992-1.933-2.347-.516-1.355-.486-2.501.067-2.56z\"/>\n    <path fill=\"#006B3F\" stroke=\"currentColor\" stroke- d=\"M151.007 68.416c.919 1.563 1.415 3.023 1.104 3.259-.31.236-1.307-.842-2.227-2.406\"/>\n    <path fill=\"#006B3F\" stroke=\"currentColor\" stroke- d=\"M151.643 67.379c.919 1.563 1.415 3.023 1.104 3.259-.31.236-1.307-.842-2.227-2.406M154.503 67.598c1.281 2.135 1.971 4.13 1.539 4.453-.432.322-1.822-1.15-3.103-3.285\"/>\n    <path fill=\"#006B3F\" stroke=\"currentColor\" stroke- d=\"M152.613 66.479c.923 1.726 1.422 3.337 1.112 3.596-.309.259-1.309-.932-2.232-2.658\"/>\n    <path fill=\"#9461C9\" stroke=\"currentColor\" stroke- d=\"M152.531 63.979c-.616.621-.013 1.781.551 2.2.633.573 4.186 4.322 6.692 1.168-2.008-.037-5.756-4.751-7.243-3.368h0z\"/>\n    <path fill=\"#9461C9\" stroke=\"currentColor\" stroke- d=\"M152.092 62.129c-.616.621-.013 1.781.552 2.2.632.574 4.186 4.322 6.692 1.168-2.009-.037-5.757-4.751-7.244-3.368h0z\"/>\n    <path fill=\"#9461C9\" stroke=\"currentColor\" stroke- d=\"M151.53 60.356c-.616.621-.013 1.781.552 2.2.632.573 4.186 4.322 6.692 1.168-2.008-.036-5.757-4.751-7.244-3.368z\"/>\n    <path fill=\"#9461C9\" stroke=\"currentColor\" stroke- d=\"M150.31 58.328c-.616.621-.013 1.781.551 2.2.633.574 4.186 4.322 6.692 1.168-2.007-.036-5.756-4.75-7.243-3.368z\"/>\n    <path fill=\"#9461C9\" stroke=\"currentColor\" stroke- d=\"M145.932 56.388c1.27-.945 3.603-1.221 5.42-.296 1.514.742 4.037 3.768 5.934 4.484-1.335.238-2.147.037-3.001-.373-1.685 1.22-2.285 1.403-4.002 1.643-2.388.344-4.37-.277-5.066-1.522-.709-1.176-.404-3.061.715-3.936z\"/>\n    <ellipse cx=\"148.6\" cy=\"58.284\" fill=\"#D41C30\" stroke=\"currentColor\" stroke- rx=\"1\" ry=\"1.094\" transform=\"rotate(-88.986 148.6 58.284)\"/>\n    <ellipse cx=\"145.271\" cy=\"60.858\" fill=\"#FCD116\" stroke=\"currentColor\" stroke- rx=\"1\" ry=\"1.525\" transform=\"rotate(-110.341 145.27 60.858)\"/>\n    <circle cx=\"148.541\" cy=\"58.214\" r=\"1\" fill=\"#000\" transform=\"rotate(-88.974 148.54 58.214)\"/>\n    <path fill=\"#FCD116\" stroke=\"currentColor\" stroke- d=\"M146.218 59.121c.101.487-.261 1.146-1.045 1.379-.799.331-1.405 1.081-1.754 2.307-1.214-2.796-.442-3.979.847-4.266 1.109-.354 1.778-.31 1.952.58z\"/>\n    <circle cx=\"145.055\" cy=\"59.355\" r=\"1\" fill=\"#000\" transform=\"rotate(-93.141 145.055 59.355)\"/>\n  </g>\n</svg>\n</li><li title=\"cif do \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 188\">\n  <g fill=\"none\" fill-rule=\"evenodd\">\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M.5.25h300v187.5H.5z\"/>\n    <path fill=\"#002D62\" fill-rule=\"nonzero\" d=\"M.5.25h128.571v73.662H.5z\"/>\n    <path fill=\"#CE1126\" fill-rule=\"nonzero\" d=\"M.5 114.088h128.571v73.662H.5z\"/>\n    <path fill=\"#002D62\" fill-rule=\"nonzero\" d=\"M171.929 114.088H300.5v73.662H171.929z\"/>\n    <path fill=\"#CE1126\" fill-rule=\"nonzero\" d=\"M171.929.25H300.5v73.662H171.929z\"/>\n    <path fill=\"#00873F\" fill-rule=\"nonzero\" d=\"M137.829 87.364c.004.279.081.352.205.529l.032-.547c-.103-.063-.143-.01-.237.018z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M142.851 84.566c.02.13.01 11.034.01 12.162 0 1.078 0 1.737.538 2.496.205.299.254.289.342.399.274.35.969.679 1.467.789.489.1 2.289.06 2.915.06.802 0 1.174-.04 1.712.5.166.16.205.24.333.439.069-.05.069-.06.108-.13.176-.319.47-.569.802-.699.421-.17 1.125-.11 1.614-.11.626 0 1.966.05 2.524-.07.244-.06.45-.15.645-.24.196-.09.372-.21.529-.33.166-.13.293-.27.44-.439.705-.809.665-1.817.665-2.876V85.024c0-.519-.059-.39.205-.659l1.732-1.817-18.5.01c.029.1.117.16.225.27l.245.25c.166.18.313.33.479.499.128.139.891.948.97.989h0z\"/>\n    <path fill=\"#002D62\" fill-rule=\"nonzero\" d=\"M151.695 93.046h5.79l.017 4.68c-.262 2.044-1.774 2.74-3.13 2.734-.917.009-1.23-.006-2.677-.017v-7.397z\"/>\n    <path fill=\"#CE1126\" fill-rule=\"nonzero\" d=\"M148.627 93.046h-5.789l-.017 4.68c.262 2.044 1.774 2.74 3.13 2.734.918.009 1.23-.006 2.677-.017l-.001-7.397zM151.695 89.978v-7.431h7.796l-1.989 1.918v5.513z\"/>\n    <path fill=\"#002D62\" fill-rule=\"nonzero\" d=\"M148.627 89.978v-7.431h-7.796l1.99 1.918v5.513z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M142.883 84.565c.02.13.01 11.034.01 12.162 0 1.078 0 1.737.538 2.496.205.299.254.289.342.399.274.349.969.679 1.467.789.489.1 2.289.06 2.915.06.802 0 1.174-.04 1.712.499.166.16.205.24.333.439.069-.05.069-.06.108-.13.176-.32.469-.569.802-.699.421-.17 1.125-.11 1.614-.11.626 0 1.966.05 2.524-.07.245-.06.45-.15.646-.24s.372-.209.528-.329c.166-.13.294-.27.44-.439.704-.809.665-1.817.665-2.876V85.022c0-.519-.059-.389.205-.659l1.732-1.818-18.5.01c.029.1.117.16.225.27l.244.25c.166.18.313.329.48.499.128.141.892.95.97.991h0z\"/>\n    <path fill=\"#EAC102\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M149.875 84.374v.832h-.839v.704h.839v2.978h.691V85.91h.85v-.704h-.85v-.832z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M145.06 85.466l.065 8.815h.001l-.001.023c0 1.318.761 2.386 1.7 2.386.932 0 1.688-1.052 1.699-2.356v-.03l-.069-4.523-3.395-4.315z\"/>\n    <path fill=\"#002D62\" fill-rule=\"nonzero\" d=\"M145.061 85.515l1.881 2.389-.015 4.821-1.829-2.17z\"/>\n    <path fill=\"#AA241E\" fill-rule=\"nonzero\" d=\"M147.731 88.904l.727.924.048 3.168c-.261.612-.792.28-.792.28l.017-4.372z\"/>\n    <path fill=\"#232973\" fill-rule=\"nonzero\" d=\"M148.51 93.458l.013.89v.03a3.82 3.82 0 01-.009.216c-.695.647-.887-.312-.887-.312.52-.063.767-.442.883-.824z\"/>\n    <path fill=\"#AA241E\" fill-rule=\"nonzero\" d=\"M145.106 91.849c.953 1.349 1.769 2.077 1.769 2.077.214 2.123 1.221 1.418 1.584 1.087-.205.995-.859 1.723-1.634 1.723-.939 0-1.701-1.069-1.701-2.387l.001-.023h-.001l-.018-2.477z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M145.06 85.478l.065 8.815h.001l-.001.023c0 1.318.761 2.387 1.7 2.387.932 0 1.688-1.052 1.699-2.356v-.03l-.069-4.523-3.395-4.316z\"/>\n    <path fill=\"red\" fill-rule=\"nonzero\" d=\"M148.51 93.485l.013.89v.03a3.82 3.82 0 01-.009.216c-.695.647-.887-.312-.887-.312.52-.063.767-.442.883-.824z\"/>\n    <path fill=\"navy\" fill-rule=\"nonzero\" d=\"M145.106 91.877c.953 1.349 1.769 2.077 1.769 2.077.214 2.123 1.221 1.417 1.584 1.087-.205.995-.859 1.723-1.634 1.723-.939 0-1.701-1.068-1.701-2.387l.001-.023h-.001l-.018-2.477z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M144.499 86.247l.088 9.552h.001l-.001.025c0 1.428 1.029 2.586 2.297 2.586 1.259 0 2.281-1.14 2.296-2.553v-.033l-.093-4.901-4.588-4.676z\"/>\n    <path fill=\"#002D62\" fill-rule=\"nonzero\" d=\"M144.501 86.301l2.541 2.589-.021 5.225-2.471-2.352z\"/>\n    <path fill=\"#CE1126\" fill-rule=\"nonzero\" d=\"M148.108 89.973l.983 1.001.065 3.433c-.353.663-1.071.304-1.071.304l.023-4.738z\"/>\n    <path fill=\"#002D62\" fill-rule=\"nonzero\" d=\"M149.16 94.908l.018.965v.032a3.004 3.004 0 01-.012.234c-.938.702-1.199-.338-1.199-.338.703-.068 1.037-.479 1.193-.893z\"/>\n    <path fill=\"#CE1126\" fill-rule=\"nonzero\" d=\"M144.562 93.165c1.288 1.461 2.389 2.251 2.389 2.251.289 2.3 1.65 1.536 2.14 1.177-.277 1.079-1.16 1.867-2.208 1.867-1.269 0-2.298-1.158-2.298-2.587l.001-.025h-.001l-.023-2.683z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M144.499 86.248l.088 9.552h.001l-.001.025c0 1.428 1.029 2.586 2.297 2.586 1.259 0 2.281-1.14 2.296-2.553v-.033l-.093-4.901-4.588-4.676zM149.033 89.212l-2.843-4.894\"/>\n    <path fill=\"#EAC102\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M146.351 84.619c-.234-.437-.187-.625-.024-.792l-.88-.902.245 1.26c.251-.064.427-.001.659.434h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M145.446 82.924l.901 1.687\"/>\n    <path fill=\"#EAC102\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M149.921 90.473l-.229.088-3.577-6.127.211-.118z\"/>\n    <path fill=\"#EAC102\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M145.994 84.428c-.031-.057.032-.152.141-.213.108-.061.221-.064.252-.007s-.032.152-.141.213c-.109.061-.221.064-.252.007z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M148.045 89.119l-3.436-4.479\"/>\n    <path fill=\"#EAC102\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M144.805 84.917c-.286-.403-.264-.596-.124-.783l-.986-.778.402 1.217c.242-.096.424-.057.708.344h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M143.695 83.356l1.106 1.555\"/>\n    <path fill=\"#EAC102\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M149.085 90.252l-.216.117-4.32-5.605.194-.145z\"/>\n    <path fill=\"#EAC102\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M144.428 84.774c-.038-.052.013-.155.112-.229.1-.074.211-.092.249-.04.037.052-.013.155-.113.23-.099.074-.21.092-.248.039z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M148.239 89.959l-3.911-4.055\"/>\n    <path fill=\"#EAC102\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M144.555 86.157c-.329-.367-.328-.562-.21-.763l-1.066-.66.534 1.163c.229-.124.415-.105.742.26h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M143.279 84.734l1.271 1.417\"/>\n    <path fill=\"#EAC102\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M149.197 91.107l-4.914-5.072.177-.167 4.939 5.097z\"/>\n    <path fill=\"#EAC102\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M144.164 86.059c-.043-.048-.004-.156.086-.241.091-.085.199-.116.243-.068.043.048.004.156-.086.241-.091.085-.2.116-.243.068z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M155.417 85.486l-.065 8.815h-.001l.001.023c0 1.318-.761 2.386-1.7 2.386-.932 0-1.688-1.052-1.7-2.356v-.03l.069-4.523 3.396-4.315z\"/>\n    <path fill=\"#002D62\" fill-rule=\"nonzero\" d=\"M155.416 85.536l-1.881 2.389.015 4.821 1.829-2.17z\"/>\n    <path fill=\"#AA241E\" fill-rule=\"nonzero\" d=\"M152.746 88.925l-.727.924-.048 3.168c.261.612.792.28.792.28l-.017-4.372z\"/>\n    <path fill=\"#232973\" fill-rule=\"nonzero\" d=\"M151.967 93.479l-.013.891v.03c.001.073.004.145.009.216.695.647.887-.312.887-.312-.52-.064-.767-.443-.883-.825z\"/>\n    <path fill=\"#AA241E\" fill-rule=\"nonzero\" d=\"M155.371 91.87c-.953 1.349-1.769 2.077-1.769 2.077-.214 2.123-1.221 1.418-1.584 1.087.205.996.859 1.723 1.634 1.723.939 0 1.701-1.068 1.701-2.387l-.001-.023h.001l.018-2.477z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M155.417 85.499l-.065 8.815h-.001l.001.023c0 1.318-.761 2.386-1.7 2.386-.932 0-1.688-1.052-1.7-2.356v-.03l.069-4.523 3.396-4.315z\"/>\n    <path fill=\"red\" fill-rule=\"nonzero\" d=\"M151.967 93.506l-.013.891v.03c.001.073.004.145.009.216.695.647.887-.312.887-.312-.52-.064-.767-.443-.883-.825z\"/>\n    <path fill=\"navy\" fill-rule=\"nonzero\" d=\"M155.371 91.898c-.953 1.349-1.769 2.077-1.769 2.077-.214 2.123-1.221 1.418-1.584 1.087.205.995.859 1.723 1.634 1.723.939 0 1.701-1.068 1.701-2.387l-.001-.023h.001l.018-2.477z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M155.978 86.268l-.088 9.552h-.001l.001.025c0 1.428-1.029 2.586-2.297 2.586-1.259 0-2.281-1.14-2.296-2.553v-.032l.093-4.901 4.588-4.677z\"/>\n    <path fill=\"#002D62\" fill-rule=\"nonzero\" d=\"M155.976 86.322l-2.542 2.589.021 5.225 2.471-2.352z\"/>\n    <path fill=\"#CE1126\" fill-rule=\"nonzero\" d=\"M152.369 89.994l-.983 1.001-.065 3.433c.353.663 1.07.304 1.07.304l-.022-4.738z\"/>\n    <path fill=\"#002D62\" fill-rule=\"nonzero\" d=\"M151.317 94.929l-.018.965v.033c.001.079.005.157.012.234.939.702 1.199-.338 1.199-.338-.703-.069-1.037-.48-1.193-.894z\"/>\n    <path fill=\"#CE1126\" fill-rule=\"nonzero\" d=\"M155.915 93.186c-1.288 1.462-2.389 2.251-2.389 2.251-.289 2.3-1.65 1.536-2.14 1.177.277 1.078 1.16 1.867 2.208 1.867 1.269 0 2.298-1.158 2.298-2.587l-.001-.025h.001l.023-2.683z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M155.978 86.269l-.088 9.552h-.001l.001.024c0 1.428-1.029 2.586-2.297 2.586-1.259 0-2.281-1.141-2.296-2.554v-.033l.093-4.901 4.588-4.674zM151.444 89.233l2.843-4.894\"/>\n    <path fill=\"#EAC102\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M154.127 84.639c.233-.437.187-.625.024-.792l.88-.901-.245 1.26c-.252-.064-.427-.001-.659.433h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M155.031 82.945l-.901 1.687\"/>\n    <path fill=\"#EAC102\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M150.556 90.494l.229.088 3.577-6.126-.211-.119z\"/>\n    <path fill=\"#EAC102\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M154.483 84.449c.031-.057-.032-.152-.141-.213-.108-.061-.221-.064-.252-.007s.032.152.141.213c.109.061.221.064.252.007z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M152.433 89.139l3.436-4.479\"/>\n    <path fill=\"#EAC102\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M155.672 84.937c.286-.403.264-.596.124-.783l.986-.778-.402 1.217c-.241-.096-.424-.056-.708.344h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M156.782 83.376l-1.106 1.555\"/>\n    <path fill=\"#EAC102\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M151.393 90.273l.216.117 4.32-5.604-.194-.145z\"/>\n    <path fill=\"#EAC102\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M156.049 84.795c.038-.052-.013-.155-.113-.229-.1-.074-.211-.092-.249-.04-.038.052.013.155.113.229.101.075.212.093.249.04z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M152.238 89.98l3.911-4.055\"/>\n    <path fill=\"#EAC102\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M155.922 86.178c.329-.367.328-.562.21-.763l1.066-.659-.534 1.163c-.229-.125-.415-.106-.742.259h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M157.199 84.755l-1.271 1.417\"/>\n    <path fill=\"#EAC102\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M151.28 91.128l4.914-5.071-.177-.167-4.939 5.097z\"/>\n    <path fill=\"#EAC102\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M156.313 86.08c.043-.048.004-.156-.086-.241-.091-.085-.199-.116-.243-.068-.043.048-.004.156.086.241.091.085.2.116.243.068z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M146.968 90.911l2.036 3.735 4.401-2.914-.012.001-2.286-3.375z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M147.046 90.881l4.126-2.404 2.256 3.247-4.359 2.804z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M149.13 94.309l4.109-2.646-.316-.506-2.058-2.797-.997.736-.537.447-.091.089s-1.549 1.1-1.763.983c-.214-.116-.335-.209-.335-.209l.067.446 1.921 3.457z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M151.243 92.711l-1.891-3.13c-.608-.288-1.314.62-1.517.8-.203.18-.612.072-.612.072l1.854 3.326c.547.216.9-.485 1.154-.701.466-.397 1.013-.367 1.012-.367h0z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M151.253 92.743l-1.845-3.13c.002-.713.885-.941 1.121-1.067.236-.127.31-.572.31-.572l2.078 3.169c-.038.625-.778.686-1.065.848-.528.296-.599.752-.599.752h0zM149.109 94.287c-.035-.185-.103-.491-.103-.491-1.186-2.171-1.838-3.305-1.838-3.305-.028.398-.006.373-.006.373 1.384 2.229 1.947 3.424 1.947 3.423h0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M147.762 90.911l.034.056.003-.002a.028.028 0 00.014-.02.06.06 0 00-.008-.029l.004-.002.044.072-.004.002c-.006-.007-.011-.013-.017-.016-.006-.004-.011-.005-.015-.004-.004 0-.01.003-.016.007l.023.038a.103.103 0 00.009.013l.006.002c.002 0 .005-.001.009-.004l.008-.005a.055.055 0 00.025-.028.058.058 0 000-.037l.004-.002.021.047-.117.074-.002-.004.005-.003a.02.02 0 00.008-.008c.001-.002.002-.005.001-.007 0-.002-.002-.007-.007-.013l-.055-.09c-.004-.006-.006-.01-.008-.011a.01.01 0 00-.007-.003.02.02 0 00-.012.004l-.004.003-.002-.003.113-.072.025.04-.004.002a.065.065 0 00-.021-.016.037.037 0 00-.021 0 .107.107 0 00-.022.011l-.014.008zM147.882 90.827l.072.117c.004.007.007.011.01.011.003.001.006 0 .011-.002l.002.004-.05.032-.002-.004a.018.018 0 00.007-.009c0-.002-.001-.007-.006-.013l-.059-.098a.037.037 0 00-.01-.011c-.003-.001-.006 0-.011.002l-.002-.004.038-.025zM148.038 90.719l.029.045-.004.003a.052.052 0 00-.031-.018c-.012-.002-.022-.001-.031.005a.028.028 0 00-.013.016.018.018 0 00.002.016.023.023 0 00.007.007.054.054 0 00.015.004l.029-.002a.119.119 0 01.045.002c.01.003.017.01.023.019a.05.05 0 01.005.038.062.062 0 01-.026.034c-.004.003-.009.004-.013.006l-.017.004a.046.046 0 00-.009.003c-.002.001-.003.003-.004.006l-.001.009-.004.002-.031-.052.004-.002c.012.013.024.02.037.023.013.002.024.001.034-.006a.034.034 0 00.014-.018.022.022 0 00-.002-.018.03.03 0 00-.008-.008.05.05 0 00-.013-.004c-.005-.001-.013 0-.025.001a.152.152 0 01-.036.001.065.065 0 01-.021-.006.036.036 0 01-.015-.015.04.04 0 01-.005-.035.05.05 0 01.023-.031.035.035 0 01.014-.006l.014-.003c.006-.001.01-.001.011-.003l.003-.004c0-.001 0-.005-.002-.009l.002-.004zM148.191 90.799c-.005.017-.012.029-.021.035-.005.003-.011.004-.016.003-.006-.001-.01-.005-.013-.01a.035.035 0 01-.003-.025.196.196 0 01.026-.048l-.006-.01a.065.065 0 00-.009-.013l-.007-.002-.009.002a.028.028 0 00-.009.01.006.006 0 000 .006c.001.002.003.003.006.004a.015.015 0 01.009.006c.002.003.002.007.001.011-.001.004-.004.007-.007.01-.004.003-.008.003-.013.003-.004-.001-.008-.003-.01-.006a.027.027 0 01-.003-.018.038.038 0 01.01-.02.105.105 0 01.019-.017.043.043 0 01.024-.008.048.048 0 01.018.006.062.062 0 01.013.019l.022.036c.003.004.004.007.006.008l.003.001.003-.001c.002-.001.003-.003.003-.007l.004.001c0 .007-.001.013-.004.017a.027.027 0 01-.01.011c-.006.003-.01.005-.015.004-.003 0-.008-.003-.012-.008zM148.229 90.66l.007.012a.049.049 0 01.019-.033c.006-.004.012-.005.018-.004a.027.027 0 01.016.008c.004.003.008.01.015.021l.023.037a.033.033 0 00.01.012c.002.001.006.001.01-.001l.002.004-.047.03-.002-.004c.003-.003.005-.006.005-.009a.033.033 0 00-.006-.013l-.025-.042a.087.087 0 00-.01-.014l-.006-.003-.006.001c-.006.004-.008.011-.008.023l.031.05a.033.033 0 00.01.012.01.01 0 00.009-.001l.002.004-.047.03-.002-.004c.004-.003.006-.006.006-.009a.042.042 0 00-.006-.014l-.033-.053a.033.033 0 00-.01-.012c-.002-.001-.006 0-.01.002l-.002-.003.037-.027zM148.321 90.557l.021.034.022-.014.006.01-.022.014.035.058a.07.07 0 00.007.01.008.008 0 00.005.002l.004-.001c.004-.003.006-.009.006-.018h.004c.003.016-.002.028-.014.036-.006.004-.012.005-.018.004a.034.034 0 01-.015-.006.128.128 0 01-.012-.018l-.031-.051-.012.008-.002-.003a.139.139 0 00.01-.033c.002-.01.003-.021.002-.032h.004zM148.416 90.541a.05.05 0 01.026-.008c.01 0 .018.002.027.008a.088.088 0 01.021.022.066.066 0 01.01.04c-.001.016-.009.028-.023.038-.014.009-.028.011-.041.006a.063.063 0 01-.033-.027.072.072 0 01-.01-.043.047.047 0 01.023-.036zM147.919 91.168l.034.055.003-.001c.009-.006.013-.012.014-.02a.075.075 0 00-.007-.029l.004-.002.044.072-.004.002c-.006-.007-.011-.013-.017-.016-.006-.003-.011-.005-.015-.004-.005 0-.01.003-.016.007l.023.038a.103.103 0 00.009.013.014.014 0 00.006.002.014.014 0 00.009-.004l.008-.005a.055.055 0 00.025-.028.058.058 0 000-.037l.004-.002.021.047-.117.074-.002-.004.004-.003a.03.03 0 00.008-.008l.001-.007c0-.002-.002-.006-.007-.013l-.055-.09-.007-.011a.01.01 0 00-.007-.003.02.02 0 00-.012.004l-.004.003-.002-.004.112-.072.025.04-.004.002a.053.053 0 00-.021-.016.037.037 0 00-.021 0 .087.087 0 00-.022.011l-.014.009zM148.13 91.221l-.076-.053a.114.114 0 00-.019-.011.01.01 0 00-.009.001l-.002-.004.049-.031.002.004c-.003.002-.005.004-.005.006a.006.006 0 00.001.007l.013.011.037.026-.006-.038a.09.09 0 00-.006-.022l-.005-.004a.019.019 0 00-.009.003l-.002-.004.03-.019.002.004c-.003.002-.004.005-.005.008s0 .01.001.021l.014.094-.005.001zM148.23 91.131c-.005.017-.012.029-.021.035-.005.003-.011.004-.016.003a.017.017 0 01-.013-.01.035.035 0 01-.003-.025.196.196 0 01.026-.048l-.006-.009-.009-.013a.014.014 0 00-.007-.002.019.019 0 00-.008.002.028.028 0 00-.009.01.006.006 0 000 .006.015.015 0 00.006.004.015.015 0 01.009.006.01.01 0 01.001.011.016.016 0 01-.007.009c-.004.003-.008.003-.013.003-.004-.001-.008-.003-.01-.006-.003-.005-.004-.011-.003-.017a.038.038 0 01.01-.02c.005-.007.012-.012.019-.017a.043.043 0 01.024-.008.048.048 0 01.018.006.068.068 0 01.013.018l.022.037.006.008.003.001.003-.001c.002-.001.003-.003.003-.007l.004.001c0 .007-.001.013-.004.017-.002.005-.006.008-.01.011-.005.003-.01.005-.015.004a.038.038 0 01-.013-.009zM148.271 90.998l.008.012a.049.049 0 01.019-.033c.006-.004.012-.005.018-.004a.033.033 0 01.016.007l.015.021.022.037a.048.048 0 00.01.012.012.012 0 00.01-.001l.002.003-.047.03-.002-.004c.003-.003.005-.006.005-.009a.033.033 0 00-.006-.013l-.026-.042a.087.087 0 00-.01-.014l-.006-.003-.006.001c-.006.003-.009.011-.008.023l.031.05a.033.033 0 00.01.012.01.01 0 00.009-.001l.002.003-.047.03-.002-.004c.004-.003.006-.006.006-.009a.042.042 0 00-.006-.014l-.033-.053a.033.033 0 00-.01-.012c-.002-.001-.006 0-.01.002l-.002-.003.038-.024zM148.406 90.912l.031-.02.007.011-.018.011a.033.033 0 01.012.005.028.028 0 01.009.01.031.031 0 01.005.021.046.046 0 01-.008.021.051.051 0 01-.014.015l-.012.007a.012.012 0 00-.006.008.01.01 0 00.001.009c.001.002.004.004.006.004a.022.022 0 00.01-.003l.017-.011c.014-.009.024-.013.031-.013.01 0 .018.004.023.013a.026.026 0 01.004.019.044.044 0 01-.007.019.091.091 0 01-.027.024.134.134 0 01-.024.012c-.008.003-.014.003-.019.003-.005-.001-.008-.003-.01-.006s-.002-.006-.002-.01a.033.033 0 01.009-.014c-.011.001-.019-.002-.024-.01a.024.024 0 01-.003-.017.047.047 0 01.01-.022.048.048 0 01-.027-.001.043.043 0 01-.018-.015.037.037 0 01-.004-.031.052.052 0 01.023-.028.066.066 0 01.025-.011zM148.55 90.874l-.051.033c.008.012.018.02.028.023a.024.024 0 00.022-.002.022.022 0 00.009-.01.047.047 0 00.003-.019h.005a.084.084 0 01-.003.033.047.047 0 01-.017.02.04.04 0 01-.041.004.066.066 0 01-.028-.027.061.061 0 01-.01-.046.048.048 0 01.021-.033.039.039 0 01.032-.004c.009.004.02.013.03.028zM148.547 90.76l.071.117c.004.007.008.011.01.011.003.001.006 0 .011-.003l.002.004-.05.032-.002-.004a.018.018 0 00.007-.009c.001-.002-.001-.007-.006-.014l-.059-.097c-.004-.007-.007-.01-.01-.011-.003-.001-.006 0-.011.002l-.002-.004.039-.024zM148.627 90.764l.046.074c.004.007.007.011.01.011.003.001.006 0 .011-.003l.002.004-.05.032-.002-.003a.018.018 0 00.007-.009c0-.002-.001-.007-.006-.013l-.034-.055c-.004-.007-.007-.011-.01-.011-.003-.001-.006 0-.011.003l-.002-.004.039-.026zM148.691 90.723a.05.05 0 01.026-.008c.01 0 .018.002.027.008a.088.088 0 01.021.022.066.066 0 01.01.04.046.046 0 01-.023.037c-.014.009-.028.011-.041.006a.06.06 0 01-.033-.028.064.064 0 01-.01-.042.045.045 0 01.023-.035zM148.112 91.393l.029.045-.004.003a.06.06 0 00-.031-.019.046.046 0 00-.031.005.026.026 0 00-.013.016.018.018 0 00.002.016.023.023 0 00.007.007.054.054 0 00.015.004l.029-.002a.128.128 0 01.046.002c.01.004.017.01.023.019a.045.045 0 01.005.038.053.053 0 01-.026.033.031.031 0 01-.013.006l-.017.004c-.004.001-.007.001-.009.003-.002.001-.003.003-.004.006l-.001.009-.004.002-.032-.052.004-.002c.012.013.024.02.037.023.013.002.024 0 .034-.006a.031.031 0 00.014-.017.022.022 0 00-.002-.018.03.03 0 00-.008-.008.05.05 0 00-.013-.004c-.005-.001-.013 0-.025.001a.152.152 0 01-.036.001.065.065 0 01-.021-.006.043.043 0 01-.015-.015.048.048 0 01-.005-.035.046.046 0 01.023-.03.035.035 0 01.014-.006l.014-.003c.006-.001.01-.001.011-.003l.003-.004c0-.002 0-.005-.002-.009l.002-.004zM148.27 91.417l-.051.032c.008.012.018.02.028.023a.024.024 0 00.022-.002.028.028 0 00.009-.01.047.047 0 00.003-.019h.005a.08.08 0 01-.003.033.047.047 0 01-.017.02.04.04 0 01-.041.004.06.06 0 01-.028-.027.066.066 0 01-.011-.045.05.05 0 01.021-.033.039.039 0 01.032-.004c.01.004.021.013.031.028zM148.314 91.327l.031-.02.007.011-.018.011a.033.033 0 01.012.005.028.028 0 01.009.01.033.033 0 01.005.021.046.046 0 01-.008.021.051.051 0 01-.014.015l-.012.007a.012.012 0 00-.006.008c-.001.003 0 .006.001.009.002.002.004.004.006.004.003.001.006-.001.01-.003l.017-.011a.08.08 0 01.032-.014c.01 0 .018.004.023.013a.026.026 0 01.004.019.044.044 0 01-.007.019.123.123 0 01-.026.024.134.134 0 01-.024.012c-.008.003-.014.004-.019.003-.005-.001-.008-.003-.01-.006s-.002-.006-.001-.01a.033.033 0 01.009-.014c-.011.001-.019-.002-.024-.01-.003-.005-.004-.01-.003-.017a.052.052 0 01.01-.022.048.048 0 01-.027-.001.035.035 0 01-.017-.015.037.037 0 01-.004-.031.05.05 0 01.022-.028.037.037 0 01.022-.01zM148.445 91.243l.045.073a.033.033 0 00.01.012c.002.001.006 0 .01-.002l.002.004-.038.024-.008-.013a.052.052 0 01-.006.02.033.033 0 01-.013.013.025.025 0 01-.017.004.034.034 0 01-.015-.006c-.004-.003-.009-.011-.016-.021l-.023-.038a.033.033 0 00-.01-.012c-.002-.001-.006 0-.01.002l-.002-.004.038-.024.039.064.009.012.006.003.006-.001.005-.006a.037.037 0 00.003-.017l-.031-.05a.033.033 0 00-.01-.012c-.002-.001-.006 0-.01.002l-.002-.004.038-.023zM148.507 91.204l.008.012a.049.049 0 01.019-.033c.006-.004.012-.005.018-.004a.027.027 0 01.016.008l.015.021.023.037a.033.033 0 00.01.012c.003.001.006 0 .01-.002l.002.003-.047.03-.002-.004c.003-.003.005-.006.005-.009a.033.033 0 00-.006-.013l-.026-.042a.087.087 0 00-.01-.014l-.006-.003-.006.001c-.006.004-.008.011-.008.023l.031.05a.033.033 0 00.01.012.01.01 0 00.009-.001l.002.003-.047.03-.002-.004c.004-.003.006-.006.006-.009a.042.042 0 00-.006-.014l-.033-.053a.033.033 0 00-.01-.012c-.002-.001-.006 0-.01.002l-.002-.004.037-.023zM148.694 91.023l.029.045-.004.003a.06.06 0 00-.031-.019.046.046 0 00-.031.005.026.026 0 00-.013.016.018.018 0 00.002.016.023.023 0 00.007.007.054.054 0 00.015.004l.029-.002a.107.107 0 01.046.002c.01.004.017.01.023.019a.045.045 0 01.005.038.053.053 0 01-.026.033.038.038 0 01-.013.006l-.017.004a.046.046 0 00-.009.003l-.004.005-.001.009-.004.002-.032-.052.004-.002c.012.013.024.02.037.022.013.002.024.001.034-.006a.037.037 0 00.014-.017.022.022 0 00-.002-.018.03.03 0 00-.008-.008.05.05 0 00-.013-.004l-.025.001a.152.152 0 01-.036.001.048.048 0 01-.036-.022.048.048 0 01-.005-.035.05.05 0 01.023-.031.035.035 0 01.014-.006l.014-.003c.006-.001.01-.001.011-.003l.003-.004-.002-.01.002.001zM148.845 91.096c-.005.017-.012.029-.021.035-.005.004-.011.004-.016.003-.006-.001-.01-.005-.013-.01a.035.035 0 01-.003-.025.196.196 0 01.026-.048l-.006-.01a.065.065 0 00-.009-.013l-.007-.002a.03.03 0 00-.009.002.028.028 0 00-.009.01.006.006 0 000 .006.015.015 0 00.006.004.015.015 0 01.009.006c.002.003.002.007.001.011a.016.016 0 01-.007.009c-.004.003-.008.004-.013.003-.004-.001-.008-.003-.01-.006a.027.027 0 01-.003-.018.038.038 0 01.01-.02.105.105 0 01.019-.017.043.043 0 01.025-.008c.007.001.013.002.018.006a.062.062 0 01.013.019l.022.036c.003.004.004.007.006.008l.003.001.003-.001c.001-.001.003-.003.003-.007l.004.001c0 .007-.001.013-.004.017a.026.026 0 01-.01.011c-.005.003-.01.005-.015.004-.005.001-.01-.002-.013-.007zM148.886 90.963l.007.012a.077.077 0 01.007-.02.049.049 0 01.012-.013c.006-.004.012-.005.018-.004a.033.033 0 01.016.007.07.07 0 01.015.021l.022.037a.033.033 0 00.01.012c.002.001.006.001.01-.001l.002.003-.047.03-.002-.004c.003-.003.005-.006.005-.009a.033.033 0 00-.006-.013l-.025-.042a.087.087 0 00-.01-.014l-.006-.003-.006.001c-.006.003-.009.011-.009.023l.031.05a.033.033 0 00.01.012.01.01 0 00.009-.001l.002.004-.047.03-.002-.004c.004-.003.006-.006.006-.009a.042.042 0 00-.006-.014l-.033-.053a.033.033 0 00-.01-.012c-.002-.001-.006-.001-.01.001l-.002-.004.039-.023zM149.011 90.831l-.002-.004.072-.045.002.004-.004.003c-.004.003-.007.005-.008.008l-.001.007c0 .002.002.006.007.013l.041.067a.088.088 0 01.014.031.039.039 0 01-.005.023.057.057 0 01-.02.021.045.045 0 01-.033.008c-.011-.002-.018-.006-.023-.013-.003-.005-.004-.009-.003-.014.001-.005.004-.008.008-.011a.02.02 0 01.013-.002c.004.001.008.003.01.007a.017.017 0 01.002.005v.007l.001.008a.005.005 0 00.005.003.02.02 0 00.011-.003.013.013 0 00.006-.007.014.014 0 000-.009.135.135 0 00-.015-.027l-.045-.073-.009-.012-.007-.002c-.003 0-.006.001-.01.004l-.007.003zM149.204 90.762l.045.074a.033.033 0 00.01.012c.002.001.006 0 .01-.002l.002.003-.038.024-.008-.013a.052.052 0 01-.006.02.033.033 0 01-.013.013.025.025 0 01-.017.004.034.034 0 01-.015-.006.085.085 0 01-.016-.021l-.023-.037a.033.033 0 00-.01-.012c-.002-.001-.006 0-.01.002l-.002-.004.038-.024.039.064.009.012.006.003.006-.001c.003-.001.004-.003.006-.006a.139.139 0 00.003-.017l-.031-.05a.033.033 0 00-.01-.012c-.002-.001-.006 0-.01.002l-.002-.004.037-.024zM149.326 90.791c-.005.017-.012.029-.021.035-.005.003-.011.004-.016.003a.017.017 0 01-.013-.01.035.035 0 01-.003-.025.196.196 0 01.026-.048l-.006-.009-.009-.013a.014.014 0 00-.007-.002.011.011 0 00-.008.003.028.028 0 00-.009.01.006.006 0 000 .006c.001.001.003.003.006.003a.015.015 0 01.009.006c.002.003.002.007.001.011a.016.016 0 01-.007.009c-.004.003-.008.004-.013.003-.004-.001-.008-.003-.01-.006-.003-.005-.004-.011-.003-.017a.035.035 0 01.01-.02.077.077 0 01.019-.017.043.043 0 01.024-.008.048.048 0 01.018.006.068.068 0 01.013.018l.022.037.006.008.003.001.003-.001c.002-.001.003-.003.003-.007l.004.001c0 .007-.001.013-.004.017a.027.027 0 01-.01.011c-.006.003-.01.005-.015.004-.005-.001-.009-.004-.013-.009zM149.367 90.658l.008.012a.049.049 0 01.019-.033c.006-.004.012-.005.018-.004a.035.035 0 01.016.008l.015.021.023.037a.033.033 0 00.01.012c.003.001.006 0 .01-.002l.002.004-.047.03-.002-.004c.003-.003.005-.006.005-.009a.033.033 0 00-.006-.013l-.026-.042a.087.087 0 00-.01-.014l-.006-.003c-.002-.001-.004 0-.006.001-.006.003-.009.011-.008.022l.031.051a.033.033 0 00.01.012.01.01 0 00.009-.001l.002.004-.047.03-.002-.004c.004-.003.006-.006.006-.009a.042.042 0 00-.006-.014l-.033-.053a.033.033 0 00-.01-.012c-.002-.001-.006 0-.01.002l-.002-.004.037-.025zM148.556 92.081l.031.045-.003.002c-.013-.011-.025-.018-.036-.019a.05.05 0 00-.033.008.053.053 0 00-.02.022c-.004.009-.006.02-.004.033a.116.116 0 00.017.041.087.087 0 00.025.028.052.052 0 00.061 0 .05.05 0 00.02-.021.097.097 0 00.008-.037h.004a.09.09 0 01-.007.042.074.074 0 01-.027.029.07.07 0 01-.067.008.081.081 0 01-.041-.035.1.1 0 01-.014-.043.085.085 0 01.008-.042.078.078 0 01.062-.042c.004 0 .006-.001.007-.002l.004-.005c.001-.003 0-.006-.001-.01l.006-.002zM148.718 92.102l-.052.033.004.028a.034.034 0 00.004.014c.001.002.004.004.006.004a.026.026 0 00.014-.005l.002.004-.042.027-.002-.004c.005-.005.008-.008.009-.011a.086.086 0 00-.001-.027l-.021-.143.004-.002.116.084c.009.007.016.011.021.011.005.001.01 0 .016-.003l.002.004-.053.034-.002-.004c.006-.003.008-.007.009-.009.001-.003.001-.005-.001-.008a.038.038 0 00-.013-.011l-.02-.016zM148.802 92.023l.024.04c.005.009.009.013.013.014.004.001.009 0 .014-.003l.005-.003.002.004-.058.037-.002-.004.005-.003c.006-.004.009-.008.009-.013 0-.003-.002-.008-.007-.016l-.054-.088c-.005-.009-.009-.014-.013-.014a.019.019 0 00-.014.003l-.005.003-.002-.004.049-.031a.09.09 0 01.031-.014.043.043 0 01.025.002.041.041 0 01.02.017.042.042 0 01.006.034.052.052 0 01-.024.03l-.011.006c-.004-.001-.008.001-.013.003zM148.975 92.002l.002.004-.058.037-.002-.004.005-.003a.019.019 0 00.009-.013.04.04 0 00-.007-.017l-.054-.088c-.004-.007-.008-.011-.01-.013a.014.014 0 00-.007-.002.02.02 0 00-.011.003l-.005.003-.002-.004.058-.037.002.003-.005.003c-.006.003-.009.008-.009.013a.04.04 0 00.007.017l.054.088a.038.038 0 00.01.013l.007.002a.023.023 0 00.011-.003l.005-.002zM149.016 91.789l.021.031-.004.002a.032.032 0 00-.011-.01c-.004-.003-.009-.004-.013-.003a.03.03 0 00-.015.006l-.019.012.064.104c.005.008.009.013.012.014.004.001.009 0 .014-.003l.005-.003.002.004-.057.036-.002-.004.005-.003c.006-.003.009-.008.009-.013 0-.003-.002-.008-.007-.016l-.064-.104-.016.01a.101.101 0 00-.013.01c-.003.003-.004.008-.004.013 0 .005.001.011.005.018l-.004.002-.018-.033.11-.07zM149.124 91.729l-.002-.004.047-.03.002.004-.005.003c-.005.004-.008.008-.008.015 0 .003.002.008.007.016l.034.055a.165.165 0 01.016.034.047.047 0 01-.004.03.06.06 0 01-.027.028c-.015.009-.028.014-.038.013a.052.052 0 01-.029-.011.127.127 0 01-.024-.032l-.033-.053c-.005-.008-.01-.013-.013-.014-.003-.001-.008 0-.013.003l-.005.003-.002-.004.058-.037.002.004-.005.003c-.006.003-.009.008-.009.013a.04.04 0 00.007.017l.036.059.013.018c.005.006.01.01.015.013.005.002.01.003.016.003a.06.06 0 00.02-.007.057.057 0 00.02-.021.035.035 0 00.005-.024.09.09 0 00-.015-.033l-.034-.055c-.005-.008-.009-.013-.013-.014a.015.015 0 00-.014.003l-.005.002zM149.345 91.713l.004-.001.011.044-.104.066-.002-.004.005-.003a.019.019 0 00.009-.013c0-.003-.002-.008-.007-.016l-.054-.088c-.005-.009-.009-.013-.013-.014a.019.019 0 00-.014.003l-.005.003-.002-.004.061-.039.002.004a.045.045 0 00-.014.011.016.016 0 00-.003.009c0 .003.003.008.008.016l.052.086c.003.006.006.009.009.01l.006.001a.044.044 0 00.016-.009l.01-.006a.075.075 0 00.02-.016.034.034 0 00.006-.016.068.068 0 00-.001-.024zM149.368 91.565a.073.073 0 01.058-.009.082.082 0 01.05.038.082.082 0 01.012.064.072.072 0 01-.034.05.072.072 0 01-.059.01.087.087 0 01-.051-.04.085.085 0 01-.011-.067.084.084 0 01.035-.046zm.003.009a.044.044 0 00-.021.032.087.087 0 00.017.058.093.093 0 00.045.042.04.04 0 00.037-.004.046.046 0 00.022-.035.087.087 0 00-.016-.055.1.1 0 00-.046-.044.041.041 0 00-.038.006zM149.636 91.395l.002.004a.033.033 0 00-.008.011.074.074 0 000 .021l.024.146-.004.002-.122-.086-.012-.008-.009-.001a.019.019 0 00-.011.004l-.002-.004.055-.035.002.004c-.006.005-.009.008-.01.011-.001.003-.001.005.001.008a.06.06 0 00.014.013l.083.058-.016-.099-.005-.019c-.001-.002-.003-.003-.006-.004s-.007 0-.012.002l-.001.001-.002-.004.039-.025zM149.784 91.488l.002.004-.058.037-.002-.004.005-.003c.006-.003.008-.008.009-.013a.04.04 0 00-.007-.017l-.054-.088c-.004-.007-.008-.011-.01-.013l-.007-.002a.02.02 0 00-.011.003l-.005.003-.002-.004.058-.037.002.004-.005.003c-.006.003-.008.008-.009.013a.04.04 0 00.007.017l.054.088a.038.038 0 00.01.013l.007.002a.023.023 0 00.011-.003l.005-.003zM149.852 91.445l.002.004-.058.037-.002-.004.005-.003c.006-.003.009-.008.009-.013a.04.04 0 00-.007-.017l-.054-.088a.058.058 0 00-.01-.013.014.014 0 00-.007-.002.02.02 0 00-.011.003l-.005.003-.002-.004.058-.037.002.004-.005.003a.017.017 0 00-.009.012.04.04 0 00.007.017l.054.088a.038.038 0 00.01.013.014.014 0 00.007.002.023.023 0 00.011-.003l.005-.002zM149.92 91.402l.002.004-.058.037-.002-.004.005-.003c.006-.003.008-.008.009-.013a.04.04 0 00-.007-.017l-.054-.088c-.004-.007-.008-.011-.01-.013l-.007-.002a.02.02 0 00-.011.003l-.005.003-.002-.003.058-.037.002.003-.005.003c-.006.004-.009.008-.009.013a.04.04 0 00.007.017l.054.088a.038.038 0 00.01.013l.007.002a.023.023 0 00.011-.003l.005-.003zM148.743 92.639a.073.073 0 01.001-.03.035.035 0 01.017-.021c.011-.007.021-.009.031-.005a.033.033 0 01.017.013c.006.01.006.024 0 .042a.053.053 0 01.028.002.037.037 0 01.019.018c.007.012.01.024.008.038a.061.061 0 01-.032.043c-.009.006-.016.009-.021.009-.005 0-.008-.002-.009-.004l-.001-.006a.013.013 0 01.004-.006l.006-.002.01-.001a.027.027 0 00.011-.002.036.036 0 00.009-.004.029.029 0 00.013-.019.027.027 0 00-.004-.023.033.033 0 00-.013-.013c-.004-.003-.008-.004-.011-.005a.05.05 0 00-.033.006l-.003.002-.002-.003a.04.04 0 00.012-.016c.003-.007.005-.013.004-.019a.034.034 0 00-.005-.017.027.027 0 00-.017-.013.03.03 0 00-.02.004c-.01.006-.015.018-.016.033l-.003-.001zM148.851 92.552l.023-.037.003-.002.071.115.01.013.006.002c.003 0 .007-.002.013-.006l.002.004-.051.032-.002-.004a.039.039 0 00.011-.009c.001-.002.002-.004.001-.006l-.008-.016-.045-.074a.068.068 0 00-.013-.018l-.006-.003-.005.001a.03.03 0 00-.008.01l-.002-.002zM149.068 92.397l.047-.03.002.004-.003.001a.05.05 0 00-.006.007.061.061 0 00-.005.012l-.001.021-.001.072.021.034c.005.008.009.013.013.014.004.001.009 0 .014-.003l.004-.003.002.004-.057.036-.002-.004.005-.003c.006-.003.009-.008.009-.013 0-.003-.002-.008-.007-.016l-.02-.032-.072-.034-.016-.007a.028.028 0 00-.013 0l-.006.003-.002-.004.058-.037.002.004-.003.002c-.003.002-.006.004-.007.008a.007.007 0 000 .009c.002.003.006.006.014.009l.055.026.001-.059c0-.009-.001-.015-.003-.018l-.005-.004-.006-.001c-.002 0-.005.001-.009.004l-.003-.002zM149.315 92.409a.052.052 0 01-.007.018.04.04 0 01-.046.016.052.052 0 01-.031-.026.074.074 0 01-.01-.044.047.047 0 01.022-.037.032.032 0 01.025-.005l-.01-.017a.09.09 0 00-.013-.019.02.02 0 00-.006-.004l-.005.001a.017.017 0 00-.006.006l-.004-.003.02-.028.005-.003.065.107a.164.164 0 00.013.019l.005.003.005-.001a.017.017 0 00.006-.006l.003.003-.02.028-.005.003-.006-.011zM149.34 92.331a.053.053 0 00.03.026.034.034 0 00.03-.003.037.037 0 00.013-.015.046.046 0 00.001-.024h.004a.06.06 0 01.003.033.037.037 0 01-.018.027.045.045 0 01-.036.005.059.059 0 01-.033-.028.064.064 0 01-.011-.044.05.05 0 01.022-.033c.01-.006.021-.008.031-.006.011.003.02.01.027.021l-.063.041zM149.508 92.26a.06.06 0 01.003.037.042.042 0 01-.018.025.042.042 0 01-.035.004.059.059 0 01-.033-.028.058.058 0 01-.009-.043.05.05 0 01.023-.033.038.038 0 01.026-.007c.008.001.015.004.018.009.001.003.002.005.001.008a.012.012 0 01-.005.007.012.012 0 01-.011.002.032.032 0 01-.007-.006.018.018 0 00-.009-.007.027.027 0 00-.012.003.025.025 0 00-.011.018.045.045 0 00.008.031.066.066 0 00.026.024c.011.005.02.005.03-.001a.03.03 0 00.013-.018.044.044 0 000-.023l.002-.002zM149.515 92.171l.045.074a.037.037 0 00.009.011.014.014 0 00.006.002.019.019 0 00.01-.004l.002.004-.044.028-.002-.004c.005-.003.007-.006.008-.007l.001-.007a.026.026 0 00-.006-.012l-.022-.035a.113.113 0 00-.013-.019c-.002-.002-.003-.003-.005-.003l-.005.001a.017.017 0 00-.006.006l-.004-.003.021-.029.005-.003zM149.64 92.202l-.01.024a.047.047 0 01-.01.01.022.022 0 01-.019.003.03.03 0 01-.017-.013.025.025 0 01-.004-.014c0-.006.002-.013.006-.022a.241.241 0 01.025-.036l-.002-.004c-.006-.009-.011-.014-.016-.016a.02.02 0 00-.016.003c-.004.003-.007.006-.008.01s-.001.007.001.01l.004.006c.002.003.003.006.002.008-.001.003-.002.005-.005.006-.002.001-.005.002-.008.001a.013.013 0 01-.007-.006c-.004-.006-.004-.013-.001-.021a.053.053 0 01.02-.023.046.046 0 01.022-.008c.005 0 .01.001.015.004.003.002.007.008.013.016l.019.031.011.016.004.003.003-.001.002-.002.004-.013.004.006c-.001.015-.005.024-.012.028-.003.002-.007.003-.01.001-.003.002-.006-.001-.01-.007zM149.669 92.015l-.002-.004.058-.037.002.004-.005.003a.017.017 0 00-.009.012.04.04 0 00.007.017l.041.066c.006.01.01.019.012.027a.065.065 0 01-.001.024.032.032 0 01-.015.019c-.006.004-.012.006-.018.005a.016.016 0 01-.012-.007c-.002-.003-.003-.006-.002-.009a.012.012 0 01.006-.008c.002-.001.004-.002.007-.001l.013.007c.004.003.007.003.009.002.002-.001.003-.004.003-.007a.021.021 0 00-.005-.013l-.057-.093a.038.038 0 00-.01-.013l-.007-.002a.023.023 0 00-.011.003l-.004.005zM149.796 92.041a.057.057 0 00.03.026c.011.004.022.003.03-.003a.037.037 0 00.013-.015.046.046 0 00.001-.024h.004a.06.06 0 01.003.033.037.037 0 01-.018.027.045.045 0 01-.036.005.06.06 0 01-.033-.027.072.072 0 01-.011-.045.046.046 0 01.022-.032c.01-.006.021-.008.031-.006.011.003.02.01.027.021l-.063.04zM149.907 91.918l.019.031-.003.002a.047.047 0 00-.022-.014.03.03 0 00-.018.004c-.005.003-.008.006-.009.011-.001.004-.001.008.001.011.002.004.005.006.009.008.004.001.01.002.018.001l.019-.002c.018-.002.03.003.036.013a.03.03 0 01.003.026.042.042 0 01-.016.021c-.006.004-.013.006-.021.009l-.006.002a.008.008 0 00-.002.005l-.003.002-.02-.033.003-.002a.043.043 0 00.024.014c.008.001.016 0 .022-.004a.031.031 0 00.009-.011.019.019 0 00-.001-.013.018.018 0 00-.012-.009.116.116 0 00-.027 0 .073.073 0 01-.027-.001.022.022 0 01-.013-.012.03.03 0 01-.004-.024.033.033 0 01.015-.02.098.098 0 01.014-.006l.008-.003.002-.002v-.004h.002zM150.011 91.86l.034.056a.09.09 0 00.013.019l.005.004.005-.001a.017.017 0 00.006-.006l.004.003-.02.028-.004.003-.012-.02a.11.11 0 01-.008.028.03.03 0 01-.011.011c-.005.003-.01.005-.016.004a.034.034 0 01-.015-.006.103.103 0 01-.014-.018l-.025-.041-.007-.008-.006-.001a.031.031 0 00-.011.005l-.002-.004.032-.02.038.062c.005.008.01.013.015.014.005.001.009 0 .013-.003a.024.024 0 00.008-.009.053.053 0 00.006-.019l-.032-.052c-.003-.005-.006-.008-.009-.009-.003-.001-.008.001-.013.004l-.002-.004.028-.02zM150.088 91.803l.019.031-.003.002a.047.047 0 00-.022-.014.03.03 0 00-.018.004c-.004.003-.008.006-.009.011-.001.004-.001.008.001.011.002.004.006.006.009.008.004.001.01.002.018.001l.019-.002c.018-.002.03.003.036.013a.03.03 0 01.003.026.037.037 0 01-.016.021c-.006.004-.013.006-.021.009l-.006.002a.008.008 0 00-.002.005l-.004.002-.02-.033.003-.002a.053.053 0 00.024.015c.008.001.015 0 .022-.004a.019.019 0 00.009-.011c.001-.005.001-.009-.002-.013a.018.018 0 00-.012-.009.116.116 0 00-.027 0 .071.071 0 01-.027-.001.025.025 0 01-.013-.012.03.03 0 01-.004-.024.033.033 0 01.015-.02.077.077 0 01.015-.006l.008-.003.002-.002v-.004l.003-.001zM150.261 91.809l-.01.024a.047.047 0 01-.01.01.024.024 0 01-.02.003.03.03 0 01-.017-.013.022.022 0 01-.004-.013c0-.006.002-.013.006-.022a.271.271 0 01.024-.036l-.002-.004c-.006-.009-.011-.015-.016-.016-.005-.002-.01-.001-.016.003-.004.003-.007.006-.008.01s-.001.007.001.01l.004.006c.002.003.003.006.002.009-.001.003-.002.005-.004.006-.003.002-.005.002-.008.001a.012.012 0 01-.007-.005c-.004-.006-.004-.013-.001-.021a.053.053 0 01.02-.023.064.064 0 01.022-.009c.005-.001.01.001.015.004.003.002.007.008.013.016l.019.031.01.016.004.003.003-.001.002-.002.004-.013.004.006c-.001.015-.005.024-.012.029-.003.002-.006.003-.01.001l-.008-.01zM148.908 92.845l.075.122a.08.08 0 00.008.011.014.014 0 00.006.002.031.031 0 00.011-.005l.002.004-.044.028-.002-.004.008-.007.001-.007a.026.026 0 00-.006-.012l-.051-.084-.012-.019-.005-.003-.005.001a.017.017 0 00-.006.006l-.004-.002.02-.029.004-.002zM149.005 92.846a.047.047 0 01.043-.005.059.059 0 01.039.053.06.06 0 01-.004.03.055.055 0 01-.019.021.044.044 0 01-.043.004.055.055 0 01-.029-.025.066.066 0 01-.009-.029.054.054 0 01.005-.029.037.037 0 01.017-.02zM149.12 92.773l.019.032-.003.002a.047.047 0 00-.022-.014.024.024 0 00-.018.004.019.019 0 00-.009.011c-.001.004-.001.008.001.011.002.004.005.006.009.008.004.002.01.002.018.001l.019-.002c.017-.002.03.003.036.013a.03.03 0 01.003.026.042.042 0 01-.016.021c-.006.004-.013.006-.021.009l-.006.002a.008.008 0 00-.002.005l-.003.002-.02-.033.003-.002a.045.045 0 00.023.014c.008.001.016 0 .022-.004.005-.003.008-.006.009-.011a.016.016 0 00-.002-.013.02.02 0 00-.012-.008.108.108 0 00-.026 0 .071.071 0 01-.027-.001.025.025 0 01-.013-.012.034.034 0 01-.004-.024.033.033 0 01.015-.02.098.098 0 01.014-.006.022.022 0 00.008-.003l.002-.002v-.005l.003-.001zM149.225 92.711l.057.093c.01.016.013.03.012.042a.04.04 0 01-.019.028c-.006.004-.011.006-.015.005s-.007-.002-.009-.004c-.001-.002-.002-.005-.001-.008s.002-.005.004-.006l.006-.002.01.001c.005.001.008.001.011-.001a.022.022 0 00.004-.005c.001-.002.001-.005-.001-.009a.085.085 0 00-.011-.02l-.04-.066a.113.113 0 00-.013-.019l-.005-.003-.005.001a.017.017 0 00-.006.006l-.004-.003.02-.029.005-.001zM149.332 92.647l.034.056a.09.09 0 00.013.019l.006.004.005-.001a.017.017 0 00.006-.006l.004.003-.02.029-.005.003-.012-.02c-.003.013-.005.023-.008.028a.032.032 0 01-.011.012.032.032 0 01-.016.004.034.034 0 01-.015-.006.084.084 0 01-.014-.019l-.025-.041-.007-.008-.006-.001a.031.031 0 00-.011.005l-.002-.004.032-.02.038.062c.005.008.01.013.015.014.004.001.009 0 .013-.003l.008-.009a.038.038 0 00.006-.018l-.032-.052c-.003-.005-.006-.008-.009-.009-.003-.001-.007.001-.013.005l-.002-.004.028-.023zM149.469 92.676a.052.052 0 01-.007.018c-.003.005-.007.008-.012.012a.04.04 0 01-.034.004.052.052 0 01-.031-.026.074.074 0 01-.01-.044.047.047 0 01.022-.037.032.032 0 01.025-.005l-.01-.017a.09.09 0 00-.013-.019l-.005-.004-.005.001a.017.017 0 00-.006.006l-.004-.003.02-.028.004-.003.065.107a.09.09 0 00.013.019l.005.003.005-.001a.017.017 0 00.006-.006l.003.003-.02.028-.005.003-.006-.011zM149.485 92.546l.045.074a.037.037 0 00.009.011.014.014 0 00.006.002.019.019 0 00.01-.004l.002.004-.044.028-.002-.004.008-.007.001-.006c0-.003-.002-.007-.006-.013l-.022-.035a.113.113 0 00-.013-.019c-.002-.002-.003-.003-.005-.003l-.005.001-.006.006-.004-.003.021-.029.005-.003zM149.552 92.498a.05.05 0 01.043-.005.055.055 0 01.03.024.066.066 0 01.009.029.054.054 0 01-.004.029.055.055 0 01-.019.021.047.047 0 01-.043.004.055.055 0 01-.029-.025.066.066 0 01-.009-.029.054.054 0 01.005-.029.061.061 0 01.017-.019zM149.668 92.425l.019.031-.003.002a.047.047 0 00-.022-.014.03.03 0 00-.018.004c-.005.003-.008.006-.009.011-.001.004-.001.008.001.011.002.004.006.006.009.008.004.001.01.002.018.001l.019-.002c.018-.002.03.003.036.013a.03.03 0 01.003.026.037.037 0 01-.016.021.067.067 0 01-.021.009.016.016 0 00-.006.003.008.008 0 00-.002.005l-.004.002-.02-.033.003-.002a.045.045 0 00.023.014c.008.001.016 0 .022-.004a.019.019 0 00.009-.011c.001-.005.001-.009-.002-.013a.018.018 0 00-.012-.009.108.108 0 00-.026 0 .071.071 0 01-.027-.001.025.025 0 01-.013-.012.03.03 0 01-.004-.024.038.038 0 01.015-.021l.014-.006a.022.022 0 00.008-.003l.002-.002v-.004h.004zM149.82 92.329l.072.119a.08.08 0 00.008.011c.002.001.004.002.006.001a.031.031 0 00.011-.005l.002.003-.046.029-.002-.004.002-.001c.004-.002.006-.005.008-.007l.001-.006c0-.003-.002-.006-.006-.012l-.024-.04a.068.068 0 01-.007.025.035.035 0 01-.011.013c-.009.006-.019.006-.031.003a.053.053 0 01-.03-.026.063.063 0 01-.01-.047.051.051 0 01.035-.041l.011-.001.007-.013.004-.001zM149.925 92.271l.034.056a.09.09 0 00.013.019l.005.004.005-.001a.017.017 0 00.006-.006l.003.003-.02.029-.004.003-.012-.019a.11.11 0 01-.008.028.03.03 0 01-.011.011c-.005.003-.011.005-.016.004a.026.026 0 01-.015-.007.103.103 0 01-.014-.018l-.025-.041-.007-.008-.007-.001a.031.031 0 00-.011.005l-.002-.004.032-.02.038.062c.005.009.01.013.015.014.005.001.009 0 .013-.003a.024.024 0 00.008-.009.054.054 0 00.006-.018l-.032-.052c-.003-.005-.006-.008-.009-.009-.003-.001-.008.001-.013.005l-.002-.004.03-.023zM149.982 92.279a.053.053 0 00.03.026.035.035 0 00.03-.003.029.029 0 00.012-.015c.003-.006.003-.014.001-.024h.004a.06.06 0 01.003.033.037.037 0 01-.018.027.042.042 0 01-.036.005.059.059 0 01-.033-.028.063.063 0 01-.011-.044.046.046 0 01.022-.032c.01-.006.021-.008.031-.006.011.003.02.01.026.021l-.061.04zM150.088 92.096l.075.122a.08.08 0 00.008.011.014.014 0 00.006.002.031.031 0 00.011-.005l.002.004-.045.028-.002-.004.008-.007.001-.007a.026.026 0 00-.006-.012l-.051-.084a.133.133 0 00-.013-.019l-.005-.004-.005.001-.006.006-.004-.002.02-.029.006-.001zM150.18 92.154c.008.014.018.023.029.026a.034.034 0 00.031-.003.029.029 0 00.012-.015.046.046 0 00.001-.024h.004a.06.06 0 01.003.033.037.037 0 01-.018.027.045.045 0 01-.036.005.06.06 0 01-.033-.027.064.064 0 01-.011-.044.043.043 0 01.022-.032.044.044 0 01.031-.006c.011.003.019.01.026.021l-.061.039zM149.059 93.105l.041.067a.08.08 0 01.008-.027.043.043 0 01.011-.012c.005-.003.011-.005.016-.004a.03.03 0 01.016.008.119.119 0 01.016.023l.02.033c.004.006.006.01.009.011a.01.01 0 00.006.002l.01-.004.002.003-.045.028-.002-.004.002-.001c.004-.003.007-.005.008-.008v-.008l-.005-.01-.02-.033a.101.101 0 00-.014-.019c-.003-.002-.006-.004-.009-.004a.016.016 0 00-.009.003.038.038 0 00-.009.009.038.038 0 00-.006.018l.03.049.008.011a.013.013 0 00.006.001c.002 0 .006-.001.011-.005l.002.004-.045.029-.002-.004.009-.008.001-.006-.006-.012-.051-.083a.133.133 0 00-.013-.019c-.002-.002-.004-.004-.006-.004l-.005.001-.006.006-.004-.003.02-.028h.005zM149.265 93.153l-.01.024a.047.047 0 01-.01.01.024.024 0 01-.02.003.026.026 0 01-.016-.013.022.022 0 01-.004-.013c0-.006.002-.014.006-.022a.218.218 0 01.025-.036l-.002-.003c-.006-.009-.011-.015-.016-.016a.02.02 0 00-.016.003c-.004.003-.007.006-.008.01s-.001.007.001.01l.004.006c.002.003.002.006.002.008-.001.003-.002.005-.005.006a.01.01 0 01-.008.001.013.013 0 01-.007-.006c-.004-.006-.004-.013-.001-.022s.009-.016.02-.023a.046.046 0 01.023-.008c.005 0 .01.001.015.004.003.002.007.008.013.017l.019.031.01.016.004.003.003-.001.002-.002.004-.013.003.006c-.001.015-.005.024-.012.028-.003.002-.006.003-.01.001a.025.025 0 01-.009-.009zM149.289 93.048c.001-.018.007-.03.017-.037a.035.035 0 01.032-.003c.012.003.022.012.031.026a.06.06 0 01.008.05.056.056 0 01-.023.033.048.048 0 01-.018.007c-.007.002-.014.002-.022.002l-.058-.096a.133.133 0 00-.013-.019l-.005-.003-.005.001a.017.017 0 00-.006.006l-.004-.003.02-.029.004-.003.042.068zM149.388 92.964l.045.074c.004.006.006.009.009.011a.014.014 0 00.006.002.019.019 0 00.01-.004l.002.003-.044.028-.002-.003.008-.007.001-.007c0-.003-.002-.007-.006-.012l-.022-.036a.113.113 0 00-.013-.019c-.002-.002-.003-.003-.005-.003l-.005.001a.017.017 0 00-.006.006l-.004-.003.021-.028.005-.003zM149.513 92.995l-.01.024a.032.032 0 01-.01.01.024.024 0 01-.02.003.03.03 0 01-.017-.013.025.025 0 01-.004-.014c0-.006.002-.013.006-.022a.241.241 0 01.025-.036l-.002-.004c-.006-.009-.011-.014-.016-.016a.02.02 0 00-.016.003c-.004.003-.007.006-.008.01s-.001.007.001.01l.004.006c.002.003.003.006.002.008-.001.003-.002.005-.005.006a.01.01 0 01-.008.001.009.009 0 01-.006-.006c-.004-.006-.004-.013-.001-.021a.053.053 0 01.02-.023.046.046 0 01.022-.008c.005 0 .01.001.015.004.003.002.007.008.013.016l.019.031.011.016.004.003.003-.001.002-.002.004-.013.004.006c-.001.015-.005.024-.012.028-.003.002-.006.003-.01.001-.003.002-.007-.001-.01-.007zM149.543 92.896c.003-.02.009-.033.018-.039a.028.028 0 01.015-.004c.005 0 .011.002.016.007a.067.067 0 01.013.017l.024.039c.004.006.006.01.009.011a.014.014 0 00.006.002.034.034 0 00.01-.004l.002.003-.045.029-.002-.004.002-.001c.004-.003.007-.005.008-.008v-.008l-.006-.01-.023-.038c-.005-.008-.01-.014-.015-.016-.004-.003-.009-.002-.014.001-.008.005-.013.014-.016.028l.03.049c.004.006.006.01.008.011l.006.002a.031.031 0 00.011-.005l.002.004-.045.028-.002-.004.002-.001c.005-.003.007-.006.007-.009a.03.03 0 00-.006-.015l-.021-.034-.013-.02-.006-.003-.005.001a.017.017 0 00-.006.006l-.004-.003.021-.029.004-.003.015.02zM149.77 92.805a.06.06 0 01.003.037.042.042 0 01-.018.025.042.042 0 01-.035.004.059.059 0 01-.033-.028.058.058 0 01-.009-.043.046.046 0 01.022-.033.038.038 0 01.026-.007c.009.001.015.004.018.009.001.003.002.005.001.008a.013.013 0 01-.006.007.012.012 0 01-.011.002.032.032 0 01-.007-.006.017.017 0 00-.01-.007.023.023 0 00-.011.003.02.02 0 00-.011.018.045.045 0 00.008.031.06.06 0 00.026.024c.011.005.02.005.029-.001a.03.03 0 00.013-.018.044.044 0 000-.023l.005-.002zM149.774 92.723l.013.021c-.001-.019.003-.031.011-.036.004-.002.007-.003.011-.002a.015.015 0 01.009.006c.001.003.002.006.001.008-.001.003-.002.005-.005.006a.016.016 0 01-.01.001l-.009.001-.003.005-.001.019.027.044a.03.03 0 00.009.01l.007.002c.003 0 .006-.001.011-.004l.002.004-.047.03-.002-.004c.005-.003.008-.006.009-.009a.009.009 0 000-.007l-.006-.01-.022-.036-.013-.019a.005.005 0 00-.005-.003l-.005.001a.017.017 0 00-.006.006l-.003-.003.021-.029.006-.002zM149.85 92.719c.008.014.018.023.03.026.011.003.022.003.03-.003a.037.037 0 00.013-.015.046.046 0 00.001-.024h.004a.06.06 0 01.003.033.04.04 0 01-.018.028.045.045 0 01-.036.005c-.013-.003-.024-.013-.033-.027a.072.072 0 01-.011-.045.046.046 0 01.022-.032c.01-.006.021-.008.031-.006.011.003.02.01.027.021l-.063.039zM149.935 92.616l.045.074.008.011c.002.002.004.002.006.002l.01-.004.002.004-.044.028-.002-.004.008-.007.001-.007a.026.026 0 00-.006-.012l-.022-.035a.113.113 0 00-.013-.019l-.005-.003-.005.001a.017.017 0 00-.006.006l-.004-.003.021-.029.006-.003zM150.077 92.646a.052.052 0 01-.007.018c-.003.005-.007.008-.012.012a.04.04 0 01-.034.004.052.052 0 01-.031-.026.074.074 0 01-.01-.044.05.05 0 01.022-.037.032.032 0 01.025-.005l-.01-.017a.133.133 0 00-.013-.019l-.006-.003-.005.001a.017.017 0 00-.006.006l-.004-.003.02-.028.005-.003.065.107a.164.164 0 00.013.019l.005.004.005-.001a.017.017 0 00.006-.006l.003.003-.02.028-.005.003-.006-.013zM150.108 92.511a.047.047 0 01.043-.005.057.057 0 01.03.025.083.083 0 01.01.029.046.046 0 01-.005.029.048.048 0 01-.019.021.044.044 0 01-.043.004.059.059 0 01-.029-.025.066.066 0 01-.009-.029.056.056 0 01.005-.029.042.042 0 01.017-.02zM149.8 89.734l.025.04-.003.002a.057.057 0 00-.017-.015.037.037 0 00-.018-.004.043.043 0 00-.018.006c-.006.004-.01.009-.011.015-.001.006-.001.011.002.016.002.004.006.006.01.007a.122.122 0 00.036.001.144.144 0 01.03 0 .043.043 0 01.016.005.038.038 0 01.011.011.033.033 0 01.004.029.043.043 0 01-.02.026l-.01.005-.013.004a.031.031 0 00-.012.004l-.003.004.001.006-.003.002-.024-.04.003-.002a.054.054 0 00.018.015.048.048 0 00.018.003c.007 0 .013-.003.019-.006a.032.032 0 00.013-.016.02.02 0 00-.002-.017.019.019 0 00-.008-.007.034.034 0 00-.012-.004l-.025.001a.136.136 0 01-.029 0c-.006-.001-.012-.002-.016-.005a.03.03 0 01-.011-.011.038.038 0 01-.004-.028.04.04 0 01.019-.024.063.063 0 01.022-.008l.008-.002.003-.004-.001-.007.002-.002zM149.933 89.703l.037-.023.002.003-.003.001c-.002.001-.004.003-.004.005-.001.002 0 .004.001.006a.017.017 0 00.006.006l.045.032-.01-.057-.002-.008-.002-.001h-.004l-.006.003-.002-.003.025-.016.002.003c-.003.002-.005.004-.005.006a.024.024 0 000 .012l.014.085-.004.002-.068-.049-.008-.004-.006-.001-.007.002-.001-.004zM150.162 89.558l.016.027-.003.002c-.007-.007-.013-.011-.019-.012a.023.023 0 00-.016.003.032.032 0 00-.008.009c-.001.004-.001.007.001.009.002.003.005.006.008.006.003.001.008.002.015.001l.016-.002c.015-.002.025.002.031.011a.03.03 0 01.003.023.032.032 0 01-.014.018.075.075 0 01-.018.008l-.005.002-.002.004-.003.002-.017-.028.003-.002a.033.033 0 00.02.012c.007.001.013 0 .019-.004.004-.002.006-.006.008-.009a.02.02 0 00-.001-.011.017.017 0 00-.01-.007.084.084 0 00-.023 0 .053.053 0 01-.023-.001.016.016 0 01-.011-.01.028.028 0 01-.004-.02.027.027 0 01.013-.017.033.033 0 01.012-.005l.006-.002.002-.002v-.004l.004-.001zM150.273 89.451l.016.026.018-.012.004.006-.018.011.031.051a.024.024 0 00.008.009c.003.001.005.001.007-.001l.004-.005.001-.008.003-.002a.035.035 0 01-.001.018.024.024 0 01-.008.011l-.009.003a.016.016 0 01-.009-.003.035.035 0 01-.009-.011l-.033-.053-.012.008-.002-.003a.053.053 0 00.006-.013.088.088 0 00.002-.016l-.002-.016h.003zM150.337 89.446l.011.018c-.001-.016.002-.026.009-.03.003-.002.006-.003.01-.002.003.001.006.002.007.005.001.002.002.005.001.007a.02.02 0 01-.004.006c-.002.001-.005.002-.008.001l-.007.001-.002.004-.001.017.023.038.008.009c.002.001.004.002.006.001a.016.016 0 00.009-.003l.002.003-.04.025-.002-.003c.004-.002.006-.005.008-.007a.006.006 0 000-.006.028.028 0 00-.005-.008l-.018-.031-.011-.016a.008.008 0 00-.004-.002l-.004.001-.005.005-.003-.003.018-.025.002-.005zM150.51 89.337l.016.027-.003.002a.042.042 0 00-.019-.012c-.005-.001-.01 0-.016.004-.004.002-.006.006-.008.009-.001.004-.001.007.001.009a.018.018 0 00.008.007.058.058 0 00.015.001l.016-.002c.015-.001.025.002.031.011a.03.03 0 01.003.023.032.032 0 01-.014.018.075.075 0 01-.018.008l-.005.002c-.001.001-.002.002-.001.004l-.003.002-.017-.028.003-.002a.033.033 0 00.02.012.03.03 0 00.019-.003.017.017 0 00.007-.01.014.014 0 00-.001-.011c-.002-.004-.006-.006-.01-.007a.084.084 0 00-.023 0 .053.053 0 01-.023-.001.026.026 0 01-.011-.01.026.026 0 01-.003-.021.027.027 0 01.013-.017.032.032 0 01.013-.005l.006-.002.002-.002v-.004l.002-.002zM149.884 90.054l.018-.025.003-.002.011.018a.06.06 0 01.003-.022.02.02 0 01.01-.012.028.028 0 01.025-.003.052.052 0 01.028.023.063.063 0 01.009.041.039.039 0 01-.017.026.03.03 0 01-.012.005.02.02 0 01-.011 0l.015.024a.106.106 0 00.007.01l.006.001.01-.004.002.003-.041.026-.002-.003.002-.001a.023.023 0 00.007-.007l.001-.004c0-.002-.002-.006-.006-.011l-.046-.075a.064.064 0 00-.006-.009.008.008 0 00-.004-.002l-.005.001-.004.004-.003-.002zM150.069 89.919l.011.018c-.001-.016.002-.026.009-.03.003-.002.006-.003.009-.002.003.001.006.002.007.005.001.002.002.005.001.007a.013.013 0 01-.004.006.013.013 0 01-.009.001l-.007.001-.002.004-.001.017.023.038.008.009a.013.013 0 00.006.001.012.012 0 00.009-.004l.002.003-.04.026-.002-.003c.004-.002.006-.005.008-.008a.006.006 0 000-.006l-.005-.009-.019-.031c-.006-.009-.009-.015-.011-.016l-.004-.003-.004.001a.012.012 0 00-.005.005l-.003-.003.018-.025.005-.002z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M150.139 89.901l.004-.016a.031.031 0 01.005-.01.018.018 0 01.008-.007.02.02 0 01.015-.003c.005.001.01.003.015.008.001-.011.004-.018.006-.023a.027.027 0 01.01-.011.02.02 0 01.013-.004c.004 0 .009.002.014.006a.073.073 0 01.011.015l.021.034.007.009.005.001a.016.016 0 00.008-.003l.002.003-.038.024-.002-.003.002-.001c.003-.002.006-.004.006-.007a.006.006 0 000-.006l-.005-.008-.021-.034c-.004-.006-.007-.01-.011-.012a.014.014 0 00-.014.001.03.03 0 00-.008.008.057.057 0 00-.006.015l.001.001.002.004.023.038.007.009.005.001c.002 0 .005-.001.009-.004l.002.003-.039.025-.002-.003.008-.007v-.007l-.005-.009-.021-.034a.044.044 0 00-.011-.012.014.014 0 00-.014.001.03.03 0 00-.008.008.064.064 0 00-.006.016l.026.042.007.009a.017.017 0 00.005.002l.009-.004.002.003-.038.024-.002-.003c.004-.002.006-.005.007-.006l.001-.006a.031.031 0 00-.005-.011l-.018-.03a.077.077 0 00-.011-.016l-.004-.003-.004.001-.005.005-.003-.002.018-.025.004-.002.013.016zM150.327 89.854a.248.248 0 01-.008.02.024.024 0 01-.009.008c-.005.003-.011.004-.017.003-.006-.001-.011-.006-.014-.011a.028.028 0 01-.004-.012c0-.005.002-.012.006-.019a.434.434 0 01.021-.031l-.002-.003c-.005-.008-.009-.013-.013-.014-.004-.001-.009-.001-.013.003a.013.013 0 00-.007.008.01.01 0 00.001.009l.003.005.002.007-.004.005c-.002.001-.004.002-.006.001s-.004-.002-.006-.005a.019.019 0 01-.001-.018.04.04 0 01.017-.02.04.04 0 01.019-.007c.004 0 .008.001.013.004.002.002.006.006.011.014l.016.027.009.013.004.003.003-.001.002-.002a.03.03 0 00.003-.01l.003.005c-.001.013-.004.021-.01.025-.003.002-.006.002-.008.001-.005-.001-.008-.004-.011-.008zM150.351 89.767c.002-.017.008-.028.016-.033a.022.022 0 01.013-.004c.004 0 .009.002.014.006.004.003.007.008.012.015l.021.034a.045.045 0 00.007.009.008.008 0 00.005.002c.002 0 .005-.001.008-.004l.002.003-.039.024-.002-.003.001-.001c.004-.002.006-.004.007-.006v-.007a.028.028 0 00-.005-.008l-.02-.033c-.004-.007-.008-.012-.012-.014a.01.01 0 00-.012.001c-.007.004-.011.012-.013.024l.025.042a.045.045 0 00.007.009c.002.001.004.002.006.001.002 0 .005-.001.009-.004l.002.003-.038.024-.002-.003.002-.001c.004-.003.006-.005.006-.008s-.001-.007-.005-.013l-.018-.029-.011-.017c-.002-.002-.003-.003-.005-.003l-.004.001-.005.005-.003-.002.018-.024.004-.002.009.016zM150.579 89.667a.051.051 0 01.002.032.037.037 0 01-.015.021.032.032 0 01-.03.003.05.05 0 01-.029-.024.046.046 0 01-.007-.037.038.038 0 01.019-.028.033.033 0 01.023-.006c.007.001.013.004.015.008.001.002.002.004.001.007-.001.002-.002.004-.005.006s-.006.003-.009.001c-.002-.001-.004-.002-.006-.006a.016.016 0 00-.008-.006c-.003-.001-.006.001-.01.003a.02.02 0 00-.01.015.04.04 0 00.007.027.063.063 0 00.022.021c.009.004.018.004.025-.001a.027.027 0 00.011-.015.044.044 0 000-.02l.004-.001zM150.658 89.545l.011.018c-.001-.016.002-.026.009-.03.003-.002.006-.003.01-.002.003.001.006.002.007.005.001.002.002.005.001.007a.02.02 0 01-.004.006c-.002.001-.005.002-.008.001l-.007.001-.002.004-.001.017.023.038.008.009c.002.001.004.002.006.001a.023.023 0 00.009-.003l.002.003-.04.025-.002-.003a.019.019 0 00.008-.007.006.006 0 000-.006l-.004-.008-.019-.031-.011-.016a.008.008 0 00-.005-.002l-.004.001-.005.005-.003-.003.018-.025.003-.005zM150.869 89.411l.016.027-.003.002a.042.042 0 00-.019-.012c-.005-.001-.01 0-.016.004l-.008.009c-.001.004-.001.007.001.009a.016.016 0 00.008.006.058.058 0 00.015.001l.016-.002c.015-.002.025.002.031.011a.03.03 0 01.003.023.032.032 0 01-.014.018.075.075 0 01-.018.008l-.005.002-.002.004-.003.002-.017-.028.003-.002a.033.033 0 00.02.012c.007.001.013 0 .019-.004a.015.015 0 00.007-.009c.001-.004.001-.008-.001-.011a.017.017 0 00-.01-.007.084.084 0 00-.023 0 .053.053 0 01-.023-.001.021.021 0 01-.011-.01c-.004-.006-.005-.013-.004-.02a.032.032 0 01.013-.018l.012-.005.006-.002.002-.002v-.004l.005-.001zM150.127 90.212c.002-.017.008-.028.016-.033a.02.02 0 01.013-.004c.004 0 .009.002.014.006a.073.073 0 01.011.015l.021.034.007.01.005.001c.002 0 .005-.001.008-.004l.002.003-.038.025-.002-.003.001-.001c.004-.002.006-.005.007-.006v-.007a.028.028 0 00-.005-.008l-.02-.032c-.004-.007-.008-.012-.012-.014a.01.01 0 00-.012.001c-.007.004-.011.012-.013.024l.026.042a.045.045 0 00.007.009.017.017 0 00.005.002l.009-.004.002.003-.038.024-.002-.003.002-.001c.004-.002.006-.005.006-.008s-.001-.007-.005-.013l-.018-.029a.311.311 0 01-.011-.017l-.004-.003-.004.001-.005.005-.003-.002.018-.025.004-.002.008.014zM150.258 90.129l.004-.016a.031.031 0 01.005-.01.018.018 0 01.008-.007.028.028 0 01.015-.004c.005.001.01.004.015.008.001-.011.004-.018.006-.023a.03.03 0 01.011-.011c.004-.002.008-.004.013-.003.004 0 .009.002.014.006a.052.052 0 01.011.015l.021.034.007.01.005.001a.016.016 0 00.008-.003l.002.003-.038.024-.002-.003.002-.001c.003-.002.006-.004.007-.007a.006.006 0 000-.006l-.005-.009-.021-.034c-.004-.006-.008-.011-.011-.012a.014.014 0 00-.014.001.03.03 0 00-.008.008.068.068 0 00-.006.016v.001l.003.004.023.038.007.009.006.001c.002 0 .005-.001.009-.004l.002.003-.04.025-.002-.003.008-.007.001-.007-.005-.009-.021-.034a.044.044 0 00-.011-.012.014.014 0 00-.014.001.03.03 0 00-.008.008.064.064 0 00-.006.016l.026.042a.045.045 0 00.007.009.008.008 0 00.005.002l.009-.004.002.003-.038.025-.002-.003c.004-.002.006-.004.007-.006l.001-.006a.031.031 0 00-.005-.011l-.018-.03a.077.077 0 00-.011-.016l-.004-.003-.004.001-.005.005-.003-.002.018-.025.004-.002.01.014zM150.452 89.996l.018-.025.004-.002.011.018a.06.06 0 01.003-.022.028.028 0 01.035-.015c.011.003.02.011.028.024a.06.06 0 01.009.041.039.039 0 01-.017.026c-.004.003-.008.004-.012.005h-.011l.015.024.007.01.006.001c.002 0 .005-.001.009-.004l.002.003-.041.026-.002-.003.002-.001c.003-.002.006-.004.007-.007l.001-.005-.006-.011-.046-.074-.007-.009a.008.008 0 00-.004-.002l-.005.001-.005.005-.001-.004zM150.628 89.974l-.008.021a.03.03 0 01-.008.008.025.025 0 01-.017.003.02.02 0 01-.014-.011c-.002-.004-.004-.008-.004-.011 0-.006.002-.012.005-.019a.434.434 0 01.021-.031l-.002-.003c-.005-.008-.009-.012-.014-.014a.015.015 0 00-.013.002.013.013 0 00-.007.009.01.01 0 00.001.009l.003.005c.001.003.002.005.001.007 0 .002-.001.004-.004.005-.002.002-.004.002-.006.001s-.004-.002-.006-.005c-.003-.005-.003-.011-.001-.018a.04.04 0 01.017-.02.04.04 0 01.019-.007c.004 0 .009.001.012.004a.047.047 0 01.011.014l.016.027.009.014a.008.008 0 00.004.002l.003-.001.002-.002.003-.011.003.005c-.001.013-.004.021-.01.024-.003.002-.006.002-.008.001l-.008-.008zM150.617 89.821l.064.105.007.009c.002.001.004.002.006.001.002 0 .005-.001.009-.004l.002.003-.038.024-.002-.003c.004-.002.006-.004.007-.006l.001-.006a.031.031 0 00-.005-.011l-.044-.072a.077.077 0 00-.011-.016l-.004-.003-.004.001-.005.005-.003-.002.017-.024.003-.001zM150.754 89.894a.123.123 0 01-.009.021.03.03 0 01-.008.008c-.005.004-.011.004-.017.003-.006-.001-.01-.005-.014-.011-.002-.004-.004-.008-.004-.012a.05.05 0 01.005-.018.284.284 0 01.021-.031l-.002-.003c-.005-.008-.009-.013-.013-.014a.018.018 0 00-.014.002.013.013 0 00-.007.008.01.01 0 00.001.009l.003.005a.01.01 0 01.002.007.02.02 0 01-.004.006l-.006.001c-.002-.001-.004-.002-.006-.005-.003-.005-.003-.011-.001-.018a.038.038 0 01.017-.019.04.04 0 01.019-.007c.004 0 .009.001.013.004a.136.136 0 01.011.014l.016.027c.004.008.007.012.009.013a.014.014 0 00.004.003l.003-.001.002-.002a.039.039 0 00.003-.011l.003.005c-.001.013-.004.021-.01.024-.003.002-.006.002-.008.001a.025.025 0 01-.009-.009zM150.773 89.802c.001-.015.006-.026.015-.031a.032.032 0 01.027-.003c.01.003.019.011.026.023a.051.051 0 01.007.043.049.049 0 01-.02.028.044.044 0 01-.016.006l-.019.002-.05-.082a.077.077 0 00-.011-.016c-.002-.002-.003-.003-.005-.003l-.004.001-.005.005-.003-.002.018-.025.004-.002.036.056zM150.854 89.733l.011.018c-.001-.016.002-.026.009-.03a.012.012 0 01.01-.002c.003.001.006.002.007.005.001.002.002.005.001.007a.02.02 0 01-.004.006.01.01 0 01-.008.001l-.007.001-.002.004-.001.017.023.038.008.009c.002.001.004.002.006.001a.019.019 0 00.009-.003l.002.003-.04.025-.002-.003a.019.019 0 00.008-.007.006.006 0 000-.006l-.004-.008-.019-.031-.011-.016-.004-.003-.005.001-.005.005-.003-.003.018-.025.003-.004zM150.976 89.753a.248.248 0 01-.008.02c-.002.004-.005.006-.008.009-.006.003-.011.004-.017.003-.006-.002-.011-.005-.014-.011a.028.028 0 01-.004-.012c0-.005.002-.012.005-.019a.434.434 0 01.021-.031l-.002-.003c-.005-.008-.009-.013-.013-.014-.004-.001-.009-.001-.013.003a.013.013 0 00-.007.008.01.01 0 00.001.009l.003.005c.002.003.002.005.002.007s-.002.004-.004.006l-.006.001a.013.013 0 01-.006-.005c-.003-.005-.003-.011-.001-.018a.045.045 0 01.017-.02.04.04 0 01.019-.007.02.02 0 01.013.004.047.047 0 01.011.014l.016.027.009.013.004.003.003-.001.002-.002.003-.011.003.005c-.001.013-.005.021-.01.025-.003.002-.006.002-.008.001a.024.024 0 01-.011-.009zM150.203 90.448l.016.027-.003.002a.042.042 0 00-.019-.012c-.005-.001-.01.001-.016.004-.004.002-.006.006-.008.009-.001.004-.001.007.001.009a.016.016 0 00.008.006l.015.001.016-.002c.015-.001.025.002.031.012a.029.029 0 01.003.022.032.032 0 01-.014.018.075.075 0 01-.018.008l-.005.002c-.001.001-.002.002-.001.004l-.003.002-.017-.028.003-.002a.04.04 0 00.02.013c.007.001.013 0 .019-.004a.017.017 0 00.007-.01.014.014 0 00-.001-.011c-.002-.004-.006-.006-.01-.008a.084.084 0 00-.023 0 .053.053 0 01-.023-.001.026.026 0 01-.011-.01.025.025 0 01-.003-.021.027.027 0 01.013-.017 2549753610.27 2549753610.27 0 01.019-.007l.002-.002v-.004h.002zM150.32 90.374l.011.018c-.001-.016.002-.026.009-.03a.012.012 0 01.01-.002c.003.001.006.002.007.005.001.002.002.004.001.007l-.004.006a.013.013 0 01-.009.001c-.004-.001-.006 0-.007.001l-.002.004-.001.016.023.038.008.009a.013.013 0 00.006.001.023.023 0 00.009-.003l.002.003-.04.025-.002-.003a.03.03 0 00.008-.008.006.006 0 000-.006l-.004-.009-.019-.03c-.006-.009-.009-.015-.011-.016a.022.022 0 00-.005-.003l-.004.001-.005.005-.003-.003.018-.025.004-.002zM150.531 90.24l.016.027-.003.002c-.007-.007-.013-.011-.019-.012-.005-.001-.01 0-.016.004a.017.017 0 00-.008.009c-.001.004-.001.007.001.009.002.003.004.006.008.007a.067.067 0 00.016.001l.016-.002c.015-.001.025.002.031.011a.026.026 0 01.002.023.032.032 0 01-.014.018.075.075 0 01-.018.008l-.005.002-.002.004-.003.002-.017-.028.003-.002a.033.033 0 00.02.012.03.03 0 00.019-.003.017.017 0 00.007-.01.014.014 0 00-.001-.011c-.002-.004-.006-.006-.01-.007a.084.084 0 00-.023 0 .053.053 0 01-.023-.001.026.026 0 01-.011-.01.026.026 0 01-.003-.021.032.032 0 01.025-.023l.007-.002.002-.002v-.004l.003-.001zM150.588 90.204l.037-.023.002.003-.002.001c-.002.001-.004.003-.004.005-.001.002 0 .004.001.006a.017.017 0 00.006.006l.045.032-.009-.057c-.001-.004-.001-.007-.003-.008l-.002-.002h-.004l-.006.003-.002-.003.025-.016.002.003a.013.013 0 00-.005.006.024.024 0 000 .012l.014.085-.004.002-.069-.049-.008-.004-.006-.001a.02.02 0 00-.006.002l-.002-.003zM150.779 90.082l.011.018c-.001-.016.002-.026.009-.03.003-.002.006-.003.009-.002.003.001.006.002.007.005.001.002.002.005.001.007l-.004.006a.02.02 0 01-.008.001c-.004-.001-.006 0-.007.001l-.002.004-.001.017.023.038.008.009a.013.013 0 00.006.001.016.016 0 00.009-.003l.002.003-.04.025-.002-.003a.03.03 0 00.008-.008.006.006 0 000-.006.028.028 0 00-.005-.008l-.018-.031c-.006-.009-.009-.015-.011-.016-.001-.002-.003-.002-.004-.002l-.004.001-.005.005-.003-.003.018-.025.003-.004zM150.912 90.096a.038.038 0 01-.006.016.032.032 0 01-.01.01c-.008.006-.018.007-.029.004a.043.043 0 01-.026-.022.054.054 0 01-.008-.037.037.037 0 01.018-.031c.007-.004.014-.006.021-.004l-.009-.015-.011-.016c-.002-.002-.003-.003-.005-.003l-.004.001-.005.005-.002-.004.017-.025.004-.002.056.091.011.017c.002.002.003.003.005.003l.004-.001.005-.005.003.002-.017.024-.004.003-.008-.011zM150.989 90.048a.078.078 0 01-.009.02c-.002.004-.005.006-.008.009a.025.025 0 01-.017.003.026.026 0 01-.014-.011.028.028 0 01-.004-.012c0-.005.002-.012.006-.019a.434.434 0 01.021-.031l-.002-.003c-.005-.008-.009-.013-.013-.014a.015.015 0 00-.013.002.013.013 0 00-.007.008.01.01 0 00.001.009l.003.005.002.007-.004.005c-.002.001-.004.002-.006.001s-.004-.002-.006-.005a.019.019 0 01-.001-.018.04.04 0 01.017-.02.04.04 0 01.019-.007c.004 0 .009.001.013.004.002.002.006.006.011.014l.016.027.009.013.003.002.003-.001.002-.002.003-.011.003.005c-.001.013-.004.021-.01.025-.003.002-.006.002-.008.001-.004.001-.007-.002-.01-.006zM151.077 89.992a.06.06 0 01-.006.016.047.047 0 01-.01.01c-.009.006-.018.006-.029.003a.044.044 0 01-.027-.022.055.055 0 01-.008-.038.038.038 0 01.019-.031c.007-.004.014-.006.021-.004l-.009-.014c-.006-.009-.009-.015-.011-.016l-.004-.003-.004.001-.005.005-.004-.003.017-.024.004-.002.056.091.011.017c.002.002.003.003.005.003l.004-.001.005-.005.003.002-.017.023-.004.003-.007-.011zM151.166 89.837l.011.018c-.001-.016.002-.026.009-.031a.012.012 0 01.01-.002c.003.001.006.002.007.005.001.002.002.004.001.007l-.004.006c-.002.001-.005.002-.008.001h-.007l-.002.004-.001.017.023.038.008.009a.014.014 0 00.015-.003l.002.003-.04.025-.002-.003c.004-.003.007-.005.008-.008a.006.006 0 000-.006l-.005-.009-.019-.03c-.006-.009-.009-.015-.011-.016a.014.014 0 01-.004-.003l-.004.001a.012.012 0 00-.005.005l-.003-.002.018-.025.003-.001zM151.288 89.857a.123.123 0 01-.009.021.03.03 0 01-.008.008c-.006.003-.011.004-.017.003-.006-.001-.01-.005-.014-.011-.002-.004-.004-.008-.004-.011 0-.006.002-.012.005-.019a.434.434 0 01.021-.031l-.002-.003c-.005-.008-.009-.012-.013-.014a.015.015 0 00-.013.002.013.013 0 00-.007.008.01.01 0 00.001.009l.003.005c.002.003.002.005.002.007s-.002.004-.004.006c-.002.001-.004.002-.006.001a.013.013 0 01-.006-.005c-.003-.005-.003-.011-.001-.018a.045.045 0 01.017-.02.04.04 0 01.019-.007c.004 0 .009.001.013.004a.047.047 0 01.011.014l.016.027a.055.055 0 00.009.014l.004.002.003-.001.002-.002.003-.011.003.005c-.001.013-.005.021-.011.024-.003.002-.006.002-.008.001-.003 0-.006-.003-.009-.008z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M151.313 89.77l.004-.016a.031.031 0 01.005-.01.018.018 0 01.008-.007.028.028 0 01.015-.004c.005.001.01.003.015.008a.083.083 0 01.006-.023.036.036 0 01.01-.011.02.02 0 01.013-.004c.004 0 .009.002.014.006a.045.045 0 01.011.014l.021.034.007.009.005.001c.002 0 .005-.001.008-.004l.002.003-.038.025-.002-.003.002-.001c.003-.002.006-.004.006-.007a.006.006 0 000-.006l-.005-.008-.021-.034c-.004-.006-.007-.011-.011-.012a.014.014 0 00-.014.001.03.03 0 00-.008.008l-.006.016.001.001.002.004.023.038.007.01.005.001c.002 0 .005-.001.009-.004l.002.003-.039.025-.002-.003.008-.007v-.007l-.005-.009-.021-.034c-.004-.006-.008-.011-.011-.012-.005-.002-.009-.001-.014.001a.03.03 0 00-.008.008.064.064 0 00-.006.016l.026.042a.045.045 0 00.007.009l.005.001.009-.004.002.003-.039.024-.002-.003c.004-.002.006-.005.007-.006l.001-.006a.031.031 0 00-.005-.011l-.018-.03-.011-.016-.004-.003-.004.001-.005.005-.003-.002.018-.025.004-.002.014.017zM151.525 89.636c.002-.017.008-.028.016-.033a.02.02 0 01.013-.004c.004 0 .009.002.014.006.004.003.007.008.012.015l.02.034a.045.045 0 00.007.009c.001.001.003.002.005.001.002 0 .005-.001.009-.004l.002.003-.039.025-.002-.003.001-.001c.004-.002.006-.005.007-.006v-.007a.028.028 0 00-.005-.008l-.02-.032a.045.045 0 00-.013-.014.01.01 0 00-.012.001c-.007.004-.011.012-.013.024l.025.042a.045.045 0 00.007.009l.006.002c.002 0 .005-.001.009-.004l.002.003-.038.024-.002-.003.002-.001c.004-.003.006-.005.006-.008s-.001-.007-.005-.013l-.018-.029-.011-.017c-.002-.002-.003-.003-.005-.003l-.004.001-.005.005-.003-.002.018-.025.004-.002.01.015zM151.585 89.536l.016.026.018-.011.004.006-.018.011.031.051a.024.024 0 00.008.009c.003.001.005.001.007-.001l.004-.005.001-.008.003-.002a.027.027 0 01-.001.018.024.024 0 01-.008.011.016.016 0 01-.009.003.014.014 0 01-.009-.003.035.035 0 01-.009-.011l-.033-.053-.012.008-.002-.003a.081.081 0 00.006-.013l.002-.016-.002-.016.003-.001zM150.321 90.703l.004-.016a.031.031 0 01.005-.01.03.03 0 01.008-.008c.005-.003.01-.004.015-.003.005.001.01.003.015.008.001-.011.004-.018.006-.023.003-.005.006-.009.011-.011a.02.02 0 01.013-.004c.004 0 .009.002.014.006a.045.045 0 01.011.014l.021.034.007.009.005.001a.023.023 0 00.009-.003l.002.003-.038.025-.002-.003.002-.001c.003-.002.006-.004.006-.007a.006.006 0 000-.006.028.028 0 00-.005-.008l-.021-.034c-.004-.006-.008-.011-.011-.012a.014.014 0 00-.014.001c-.003.002-.006.004-.008.008a.068.068 0 00-.006.016v.001l.002.004.023.037.007.01.006.001c.002 0 .005-.001.009-.004l.002.003-.039.025-.002-.003.008-.007.001-.007-.005-.009-.021-.034a.044.044 0 00-.011-.012.014.014 0 00-.014.001.03.03 0 00-.008.008.064.064 0 00-.006.016l.026.042.007.009.005.001c.002 0 .005-.001.009-.004l.002.003-.038.025-.002-.003c.004-.002.006-.004.007-.006l.001-.006a.031.031 0 00-.005-.011l-.018-.03a.127.127 0 00-.011-.016l-.004-.003-.004.001-.005.005-.003-.002.018-.025.004-.002.01.016zM150.52 90.55l.016.027-.003.002a.042.042 0 00-.019-.012.02.02 0 00-.016.004c-.004.002-.006.006-.008.009-.001.004-.001.007.001.009a.018.018 0 00.008.007.058.058 0 00.015.001l.016-.002c.015-.001.025.002.031.011a.03.03 0 01.003.023.032.032 0 01-.014.018.075.075 0 01-.018.008l-.005.002-.002.004-.003.002-.017-.028.003-.002a.04.04 0 00.02.013.03.03 0 00.019-.003.025.025 0 00.008-.01.014.014 0 00-.001-.011.025.025 0 00-.01-.008.084.084 0 00-.023 0 .053.053 0 01-.023-.001.021.021 0 01-.011-.01.03.03 0 01-.004-.021.027.027 0 01.013-.017.033.033 0 01.012-.005l.006-.002.002-.002v-.004l.004-.002zM150.682 90.553a.038.038 0 01-.006.016.047.047 0 01-.01.01c-.008.006-.018.006-.029.004a.048.048 0 01-.027-.022.055.055 0 01-.008-.038.037.037 0 01.018-.031c.007-.004.014-.006.021-.004l-.009-.014a.055.055 0 00-.011-.016l-.004-.003-.004.001-.005.005-.003-.002.017-.024.004-.002.056.091.011.017.004.003.004-.001.005-.005.003.002-.017.024-.004.003-.006-.014zM150.766 90.394l.016.027-.003.002a.042.042 0 00-.019-.012.02.02 0 00-.016.004c-.004.002-.006.006-.008.009-.001.004-.001.007.001.009a.018.018 0 00.008.007.033.033 0 00.015.001l.016-.002c.015-.001.025.002.031.011a.03.03 0 01.003.023.028.028 0 01-.014.018.075.075 0 01-.018.008l-.005.002-.002.004-.003.002-.017-.028.003-.002a.04.04 0 00.02.013.03.03 0 00.019-.003.025.025 0 00.008-.01.014.014 0 00-.001-.011.025.025 0 00-.01-.008.084.084 0 00-.023 0 .053.053 0 01-.023-.001.021.021 0 01-.011-.01.028.028 0 01-.004-.02.027.027 0 01.013-.017.033.033 0 01.012-.005l.006-.002.002-.002v-.004l.004-.003zM150.881 90.392a.051.051 0 01.002.032.037.037 0 01-.015.021.032.032 0 01-.03.003.046.046 0 01-.028-.024.05.05 0 01-.008-.037.041.041 0 01.019-.028.033.033 0 01.023-.006.022.022 0 01.015.008c.001.002.002.004.001.007 0 .002-.002.004-.004.006-.004.002-.007.003-.01.001a.011.011 0 01-.006-.006.016.016 0 00-.008-.006c-.003-.001-.006 0-.01.003-.006.003-.009.008-.01.015a.04.04 0 00.007.027.063.063 0 00.022.021c.009.004.017.004.025-.001a.024.024 0 00.011-.015c.002-.004.002-.011.001-.02l.003-.001zM150.911 90.319l.018-.025.003-.002.011.018c0-.009.001-.017.003-.022a.04.04 0 01.01-.012.028.028 0 01.025-.003c.011.003.02.011.028.023.009.013.011.027.009.041a.039.039 0 01-.017.026.03.03 0 01-.012.005.02.02 0 01-.011 0l.015.024.007.01a.013.013 0 00.006.001l.01-.004.002.003-.041.026-.002-.003.002-.001a.023.023 0 00.007-.007l.001-.005c0-.002-.002-.006-.006-.011l-.045-.074-.007-.009a.008.008 0 00-.004-.002l-.005.001-.004.005-.003-.003zM151.047 90.162l.064.105a.045.045 0 00.007.009c.001.001.004.002.005.001.002 0 .005-.001.009-.004l.002.003-.038.024-.002-.003c.004-.002.006-.004.006-.006l.001-.006-.005-.01-.044-.072-.011-.016-.004-.003-.004.001-.005.005-.003-.002.017-.024.005-.002zM151.23 90.099l.017.027-.003.002c-.007-.007-.013-.011-.019-.012a.02.02 0 00-.016.004c-.004.002-.006.006-.008.009-.001.004-.001.007.001.009a.018.018 0 00.008.007.058.058 0 00.015.001l.016-.002c.015-.001.025.002.031.011a.03.03 0 01.003.023.032.032 0 01-.014.018.075.075 0 01-.018.008l-.005.002-.002.004-.003.002-.017-.028.003-.002a.04.04 0 00.02.013.03.03 0 00.019-.003.025.025 0 00.008-.01c.001-.004.001-.007-.001-.01-.002-.004-.006-.006-.01-.007a.084.084 0 00-.023 0 .053.053 0 01-.023-.001.018.018 0 01-.011-.01.03.03 0 01-.004-.021.027.027 0 01.013-.017.033.033 0 01.012-.005l.007-.002.001-.002v-.004l.003-.004zM150.7 91.379a.073.073 0 01.001-.026.032.032 0 01.015-.018.03.03 0 01.027-.004.033.033 0 01.015.011c.005.008.005.021 0 .036a.035.035 0 01.023.002.04.04 0 01.017.015c.006.01.008.021.006.033-.002.015-.011.027-.027.037a.038.038 0 01-.018.007c-.004 0-.007-.001-.008-.003l-.001-.006c0-.002.002-.004.004-.005a.008.008 0 01.005-.002l.009-.001.009-.001.007-.003a.026.026 0 00.011-.016.024.024 0 00-.004-.02.03.03 0 00-.011-.011c-.003-.002-.006-.004-.009-.004a.033.033 0 00-.014 0 .047.047 0 00-.015.006l-.003.001-.002-.002a.069.069 0 00.011-.013.034.034 0 00.004-.016.033.033 0 00-.004-.014c-.004-.006-.008-.01-.014-.011a.026.026 0 00-.017.003c-.009.006-.013.015-.013.028l-.004-.003zM150.901 91.349l.006.028-.068.043-.002-.003a.339.339 0 00.014-.072.069.069 0 00-.007-.04.031.031 0 00-.018-.014.026.026 0 00-.021.003.029.029 0 00-.012.015.03.03 0 00-.001.021l-.003.002a.05.05 0 01-.004-.031.038.038 0 01.017-.023c.009-.006.019-.008.029-.006.01.002.018.007.023.016a.048.048 0 01.007.02.123.123 0 01-.002.042l-.009.045.03-.019a.09.09 0 00.012-.009.018.018 0 00.005-.007l.002-.009.002-.002zM150.934 91.337c.003-.002.006-.002.008-.001a.012.012 0 01.007.005.01.01 0 01.001.009c-.001.003-.002.006-.005.007-.003.002-.005.002-.009.001a.012.012 0 01-.007-.005c-.002-.003-.002-.006-.001-.008s.003-.006.006-.008zM151.02 91.14l.04-.025.002.003-.002.001-.005.006a.021.021 0 00-.004.01l-.001.018-.001.062.018.029c.004.007.008.011.011.012.004.001.008 0 .013-.003l.004-.002.002.003-.049.031-.002-.003.004-.003c.005-.003.008-.007.008-.011 0-.003-.002-.007-.006-.014l-.017-.028-.061-.029-.014-.006h-.011l-.006.002-.002-.003.049-.031.002.003-.003.001a.013.013 0 00-.006.007.011.011 0 000 .008c.001.002.005.005.012.008l.047.022.001-.05a.04.04 0 00-.002-.015c-.001-.001-.002-.003-.004-.003l-.005-.001-.008.003-.004-.002zM151.232 91.13a.051.051 0 01.002.032.04.04 0 01-.015.021.035.035 0 01-.03.004.05.05 0 01-.028-.024.05.05 0 01-.008-.037.043.043 0 01.019-.028.033.033 0 01.023-.006c.008.001.013.003.015.008.001.002.002.004.001.007l-.004.006c-.004.002-.006.003-.01.001a.017.017 0 01-.006-.006.016.016 0 00-.008-.006c-.003-.001-.006 0-.01.003a.022.022 0 00-.01.015.04.04 0 00.007.027.063.063 0 00.022.021c.009.004.017.004.025-.001a.024.024 0 00.011-.015.066.066 0 000-.02l.004-.002zM151.33 91.015c.002-.017.008-.028.016-.033a.02.02 0 01.013-.004c.004 0 .009.002.014.006.004.003.007.008.012.015l.021.034.007.009.005.001c.002 0 .005-.001.008-.004l.002.003-.039.024-.002-.003.001-.001c.004-.002.006-.004.007-.006v-.007a.028.028 0 00-.005-.008l-.02-.033a.045.045 0 00-.013-.014.01.01 0 00-.012.001c-.007.004-.011.012-.013.024l.026.042a.045.045 0 00.007.009c.002.001.004.002.006.001.002 0 .005-.001.009-.004l.002.003-.038.024-.002-.003.002-.001c.004-.003.006-.005.006-.008s-.001-.007-.005-.013l-.018-.029-.011-.017c-.002-.002-.003-.003-.005-.003l-.004.001-.005.005-.003-.002.018-.025.004-.002.009.018zM151.571 90.915a.051.051 0 01.002.032.034.034 0 01-.015.021.035.035 0 01-.03.004.05.05 0 01-.028-.024.05.05 0 01-.008-.037.043.043 0 01.019-.028.033.033 0 01.023-.006c.007.001.013.004.015.008.001.002.002.004.001.007a.013.013 0 01-.005.006c-.003.002-.006.003-.009.001a.017.017 0 01-.006-.006c-.003-.003-.005-.005-.008-.006a.022.022 0 00-.01.003.022.022 0 00-.01.015.042.042 0 00.007.027.063.063 0 00.022.021c.009.004.017.004.025-.001.006-.003.009-.008.011-.015a.066.066 0 000-.02l.004-.002zM151.65 90.794l.011.018c-.001-.016.002-.026.009-.031.003-.002.006-.003.01-.002.003.001.006.002.007.005.001.002.002.004.001.007 0 .002-.002.004-.004.006-.002.001-.005.002-.009.001-.004-.001-.006 0-.007.001l-.002.004-.001.016.023.038.008.009a.013.013 0 00.006.001.012.012 0 00.009-.004l.002.003-.04.025-.002-.003a.03.03 0 00.008-.008.006.006 0 000-.006.028.028 0 00-.005-.008l-.019-.031-.011-.016-.004-.003c-.001-.001-.003 0-.004.001l-.005.005-.003-.003.018-.024.004-.001zM151.862 90.659l.016.027-.003.002a.047.047 0 00-.019-.012c-.005-.001-.01 0-.016.004-.004.002-.006.006-.008.009-.001.004-.001.007.001.009.002.003.004.006.008.007l.016.001.016-.002c.015-.001.025.002.031.011a.026.026 0 01.002.023.032.032 0 01-.014.018.075.075 0 01-.018.008l-.005.002-.002.004-.003.002-.017-.028.003-.002a.04.04 0 00.02.013.03.03 0 00.019-.003.017.017 0 00.007-.01.014.014 0 00-.001-.011c-.002-.004-.006-.006-.01-.007a.084.084 0 00-.023 0 .053.053 0 01-.023-.001.026.026 0 01-.011-.01.025.025 0 01-.003-.021.027.027 0 01.013-.017.032.032 0 01.013-.005l.006-.002.002-.002v-.004l.003-.003zM151.922 90.559l.064.105.007.009c.002.001.004.002.006.001.002 0 .005-.001.009-.004l.002.003-.038.024-.002-.003c.004-.002.006-.004.007-.006l.001-.006-.005-.011-.044-.072a.077.077 0 00-.011-.016l-.004-.003-.004.001-.005.005-.003-.002.017-.024.003-.001zM152.058 90.633l-.008.021a.024.024 0 01-.009.008c-.005.003-.011.004-.017.003a.02.02 0 01-.014-.011c-.002-.004-.004-.008-.004-.011 0-.006.002-.012.006-.019a.434.434 0 01.021-.031l-.002-.003c-.005-.008-.009-.012-.013-.014-.004-.001-.009-.001-.013.003a.013.013 0 00-.007.008.01.01 0 00.001.009l.003.005a.01.01 0 01.002.007l-.004.005c-.002.001-.004.002-.007.001-.002-.001-.004-.002-.006-.005-.003-.005-.003-.011-.001-.018a.04.04 0 01.017-.02.04.04 0 01.019-.007c.004 0 .009.001.013.004a.073.073 0 01.011.014l.016.027a.044.044 0 00.009.013.014.014 0 00.004.003l.003-.001a.002.002 0 00.002-.002.039.039 0 00.003-.011l.003.005c-.001.013-.004.021-.01.025a.01.01 0 01-.009.001.038.038 0 01-.009-.009zM150.838 91.621l.037-.023.002.003-.002.002c-.002.001-.004.003-.004.005l.001.006a.017.017 0 00.006.006l.045.032-.009-.057c-.001-.004-.001-.007-.003-.008l-.002-.001h-.004l-.006.003-.002-.003.026-.016.002.003c-.003.002-.005.004-.005.006a.024.024 0 000 .012l.014.085-.004.002-.069-.049-.008-.004-.006-.001-.006.002-.003-.005zM151.025 91.493l.011.018c-.001-.016.002-.026.009-.03.003-.002.006-.003.009-.002.003.001.006.002.007.005.001.002.002.005.001.007-.001.003-.002.004-.004.005-.002.002-.005.002-.008.002-.004-.001-.006 0-.007.001l-.002.004-.001.017.023.038.008.009.006.001a.016.016 0 00.009-.003l.002.003-.04.025-.002-.003a.03.03 0 00.008-.008.006.006 0 000-.006l-.005-.009-.019-.03c-.006-.009-.009-.015-.011-.016a.014.014 0 01-.004-.003l-.004.001a.012.012 0 00-.005.005l-.003-.002.018-.025.004-.004zM151.163 91.512a.038.038 0 01-.006.016.047.047 0 01-.01.01.036.036 0 01-.029.003.044.044 0 01-.027-.022.055.055 0 01-.008-.038.04.04 0 01.018-.031c.007-.004.014-.006.021-.004l-.009-.015-.011-.016c-.002-.002-.003-.003-.005-.003l-.004.001-.005.005-.003-.002.017-.024.004-.002.056.091c.006.009.009.015.011.016.002.002.003.003.005.003l.004-.001.005-.005.003.002-.017.025-.004.002-.006-.011zM151.234 91.458a.248.248 0 01-.008.02c-.002.004-.005.006-.009.008-.005.003-.011.004-.017.003a.026.026 0 01-.014-.011.028.028 0 01-.004-.012c0-.005.002-.012.006-.019a.434.434 0 01.021-.031l-.002-.003c-.005-.008-.009-.012-.014-.014a.015.015 0 00-.013.002c-.004.002-.006.005-.006.008a.01.01 0 00.001.009l.003.005.002.008-.004.005c-.002.001-.004.002-.006.001s-.004-.002-.006-.005c-.003-.005-.003-.011-.001-.018a.04.04 0 01.017-.02.04.04 0 01.019-.007.02.02 0 01.012.004.047.047 0 01.011.014l.016.027.009.013.003.002.003-.001.002-.002.003-.011.003.005c-.001.013-.004.021-.01.025-.003.002-.006.002-.008.001-.003.001-.005-.002-.009-.006zM151.326 91.408a.038.038 0 01-.006.016.047.047 0 01-.01.01.036.036 0 01-.029.003.044.044 0 01-.027-.022.055.055 0 01-.008-.038.037.037 0 01.018-.031c.007-.004.014-.006.021-.004l-.009-.014a.055.055 0 00-.011-.016l-.004-.003-.004.001-.005.005-.003-.002.017-.024.004-.002.056.091c.006.009.009.015.011.016l.004.003.004-.001.005-.006.003.003-.017.024-.004.002-.006-.011zM151.386 91.424l-.002-.004a.042.042 0 00.008-.018.021.021 0 00-.003-.016l-.002-.002h-.001l-.003.005-.003.003c-.003.002-.006.002-.008.002-.003-.001-.005-.002-.006-.005s-.002-.006-.001-.009a.016.016 0 01.006-.008c.004-.002.008-.003.013-.001a.023.023 0 01.012.01.028.028 0 01.004.02c-.003.006-.007.014-.014.023zM151.398 91.265l.036-.023.002.003-.002.001a.012.012 0 00-.005.005c-.001.002 0 .004.001.005a.03.03 0 00.008.008l.043.028-.009-.055c-.001-.003-.001-.006-.003-.008l-.002-.002h-.003l-.006.003-.002-.003.025-.016.002.003-.004.004-.001.006.001.009.016.099a.051.051 0 01-.001.025.025.025 0 01-.011.015c-.004.002-.007.003-.01.002s-.006-.002-.007-.005c-.001-.002-.002-.005-.001-.007s.002-.004.005-.006a.046.046 0 01.009-.003l.005-.001c.002-.001.003-.003.004-.006a.032.032 0 000-.014l-.003-.017-.064-.042-.008-.004-.006-.002-.008.001-.001-.003zM151.532 91.118l.064.105.007.009a.013.013 0 00.006.001c.002 0 .005-.001.009-.004l.002.003-.038.024-.002-.003c.004-.002.006-.004.006-.006l.001-.006a.031.031 0 00-.005-.011l-.044-.072-.011-.016-.004-.003-.004.001-.005.005-.003-.002.017-.024.004-.001zM151.665 91.185a.078.078 0 01-.009.02.02.02 0 01-.008.008c-.005.004-.011.004-.017.003a.02.02 0 01-.014-.011c-.002-.004-.004-.008-.004-.012 0-.005.002-.012.005-.019.003-.007.011-.017.021-.031l-.002-.003c-.005-.008-.009-.013-.013-.014-.004-.001-.009-.001-.013.003a.013.013 0 00-.007.008.01.01 0 00.001.009l.003.005c.002.003.002.005.002.007l-.004.006-.007.001c-.002-.001-.004-.002-.006-.005-.003-.005-.003-.011-.001-.018a.04.04 0 01.017-.02.04.04 0 01.019-.007c.004 0 .009.001.013.004a.073.073 0 01.011.014l.016.027a.044.044 0 00.009.013.014.014 0 00.004.003l.003-.001a.002.002 0 00.002-.002.039.039 0 00.003-.011l.003.005c-.001.013-.004.021-.01.025-.003.002-.006.002-.008.001-.003-.001-.006-.004-.009-.008zM151.698 91.074l.037-.023.002.003-.002.001c-.002.001-.004.003-.004.005l.001.006.006.006.045.032-.009-.057c-.001-.004-.001-.007-.003-.009l-.002-.001h-.004l-.006.003-.002-.003.025-.016.002.003c-.003.002-.004.004-.005.006a.024.024 0 000 .012l.014.085-.004.002-.069-.049a.092.092 0 00-.008-.005l-.006-.001a.02.02 0 00-.006.002l-.002-.002zM151.885 90.947l.011.018c-.001-.016.002-.026.009-.03.003-.002.006-.003.009-.002.003.001.006.002.007.005.001.002.002.005.001.007a.02.02 0 01-.004.006.01.01 0 01-.008.001l-.007.001-.002.004-.001.017.023.038.008.009c.001.001.004.002.006.001a.016.016 0 00.009-.003l.002.003-.04.025-.002-.003c.004-.002.006-.005.008-.007a.006.006 0 000-.006.028.028 0 00-.005-.008l-.019-.031-.011-.016a.008.008 0 00-.004-.002l-.004.001a.012.012 0 00-.005.005l-.003-.003.018-.025.004-.005zM152.022 90.967a.044.044 0 01-.006.016.032.032 0 01-.01.01.036.036 0 01-.029.003c-.011-.003-.019-.011-.026-.022a.055.055 0 01-.008-.038.037.037 0 01.018-.031c.007-.004.014-.006.021-.004l-.009-.015-.011-.016c-.002-.002-.003-.003-.005-.003l-.004.001-.005.005-.003-.002.017-.024.004-.003.056.091c.006.009.009.015.011.016.002.002.003.003.005.003l.004-.001.005-.005.003.002-.017.024-.004.003-.007-.01zM152.095 90.912a.248.248 0 01-.008.02c-.002.004-.005.006-.008.008-.005.004-.011.004-.017.003a.02.02 0 01-.014-.011.028.028 0 01-.004-.012.06.06 0 01.005-.019.434.434 0 01.021-.031l-.002-.003c-.005-.008-.009-.013-.014-.014a.015.015 0 00-.013.002.013.013 0 00-.007.008.01.01 0 00.001.009l.003.005c.001.003.002.005.001.007 0 .002-.002.004-.004.006l-.006.001a.013.013 0 01-.006-.005c-.003-.005-.003-.011-.001-.018a.045.045 0 01.017-.02.04.04 0 01.019-.007c.004-.001.009.001.012.003a.047.047 0 01.011.014l.016.027a.103.103 0 00.009.013l.004.003.003-.001.002-.002.003-.011.003.005c-.001.013-.004.021-.01.025a.01.01 0 01-.009.001c-.001.001-.004-.001-.007-.006zM152.187 90.862a.038.038 0 01-.006.016.047.047 0 01-.01.01.033.033 0 01-.029.004.048.048 0 01-.027-.022.055.055 0 01-.008-.038.037.037 0 01.018-.031c.007-.004.014-.006.021-.004l-.009-.015-.011-.016-.004-.003-.004.001-.005.005-.003-.002.017-.024.004-.002.056.091.011.017.004.003.004-.001.005-.005.003.002-.017.024-.004.003-.006-.013zM152.353 90.65l.016.027-.003.002a.042.042 0 00-.019-.012c-.005-.001-.01 0-.016.004a.032.032 0 00-.008.009c-.001.004-.001.007.001.009a.016.016 0 00.008.006l.015.001.016-.002c.015-.002.025.002.031.011a.03.03 0 01.003.023.032.032 0 01-.014.018.075.075 0 01-.018.008.008.008 0 00-.005.002c-.001.001-.002.002-.001.004l-.003.002-.017-.028.003-.002a.033.033 0 00.02.012.03.03 0 00.019-.003.015.015 0 00.007-.009c.001-.004.001-.008-.001-.011-.002-.004-.006-.006-.01-.007a.084.084 0 00-.023 0 .053.053 0 01-.023-.001.026.026 0 01-.011-.01.024.024 0 01-.003-.02.027.027 0 01.013-.017.032.032 0 01.013-.005l.006-.003a.002.002 0 00.002-.002v-.004l.002-.002zM150.97 91.777l.035.058a.07.07 0 01.007-.023.03.03 0 01.009-.01.023.023 0 01.014-.004c.005 0 .009.003.014.007a.07.07 0 01.014.019l.017.028a.024.024 0 00.008.009.008.008 0 00.005.002c.002 0 .005-.001.008-.004l.002.003-.038.024-.002-.003.002-.001c.004-.002.006-.004.006-.006v-.007a.028.028 0 00-.005-.008l-.017-.028a.064.064 0 00-.012-.016c-.003-.002-.005-.003-.008-.003a.019.019 0 00-.008.002.019.019 0 00-.007.008.043.043 0 00-.005.016l.026.042a.045.045 0 00.007.009l.005.001c.002 0 .005-.001.009-.004l.002.003-.039.025-.002-.003c.004-.002.006-.004.007-.007l.001-.005a.031.031 0 00-.005-.011l-.044-.071c-.006-.009-.009-.015-.011-.016l-.004-.003-.004.001-.005.005-.003-.002.017-.025.004-.002zM151.15 91.823l-.008.021c-.002.004-.005.006-.009.008-.005.003-.011.004-.017.003a.02.02 0 01-.014-.011.028.028 0 01-.004-.012c0-.006.002-.012.006-.019a.434.434 0 01.021-.031l-.002-.003c-.005-.008-.009-.012-.013-.014-.004-.001-.009-.001-.013.003a.013.013 0 00-.007.008.01.01 0 00.001.009l.003.005a.01.01 0 01.002.007.02.02 0 01-.004.006l-.007.001c-.002-.001-.004-.002-.006-.005-.003-.005-.003-.011-.001-.018a.04.04 0 01.017-.02.04.04 0 01.019-.007c.004 0 .008.001.013.004a.047.047 0 01.011.014l.016.027a.044.044 0 00.009.013l.004.003.003-.001.002-.002.003-.011.003.005c-.001.013-.005.021-.01.025a.01.01 0 01-.009.001c-.003-.001-.006-.004-.009-.009zM151.162 91.717l.011.018c-.001-.016.002-.026.009-.03.003-.002.006-.003.01-.002.003.001.006.002.007.005.001.002.002.005.001.007 0 .003-.002.004-.004.006l-.008.001c-.004-.001-.006 0-.007.001l-.002.004-.001.017.023.038.008.009a.013.013 0 00.006.001.012.012 0 00.009-.004l.002.003-.04.025-.002-.003a.03.03 0 00.008-.008.006.006 0 000-.006l-.005-.009-.019-.031c-.006-.009-.009-.015-.011-.016l-.004-.003-.004.001-.005.005-.003-.002.018-.025.003-.002zM151.285 91.738a.078.078 0 01-.009.02c-.002.004-.005.006-.008.009a.025.025 0 01-.017.003.026.026 0 01-.014-.011c-.002-.004-.004-.008-.004-.012 0-.005.002-.012.006-.019a.434.434 0 01.021-.031l-.002-.003c-.005-.008-.009-.013-.013-.014a.016.016 0 00-.013.003.013.013 0 00-.007.008.01.01 0 00.001.009l.003.005a.01.01 0 01.002.007c0 .002-.002.004-.004.006l-.007.001a.013.013 0 01-.006-.005c-.003-.005-.003-.011-.001-.018a.04.04 0 01.017-.02.04.04 0 01.019-.007c.004-.001.008.001.013.003.002.002.006.006.011.014l.016.027c.004.008.007.012.009.013a.014.014 0 00.004.003l.003-.001.002-.002a.039.039 0 00.003-.011l.003.005c-.001.013-.005.021-.011.024-.003.002-.006.002-.008.001-.004 0-.007-.003-.009-.007zM151.318 91.556l.064.105.007.009a.01.01 0 00.005.002c.002 0 .005-.001.009-.004l.002.003-.038.024-.002-.003c.004-.002.006-.004.006-.006l.001-.006-.005-.01-.044-.072-.011-.016c-.002-.002-.003-.003-.005-.003l-.004.001-.005.005-.003-.002.017-.025.006-.002zM151.444 91.556c.001-.016.006-.026.015-.032a.032.032 0 01.027-.003c.01.003.019.011.026.023a.05.05 0 01.007.042.046.046 0 01-.035.034l-.019.002-.05-.082a.077.077 0 00-.011-.016c-.002-.002-.003-.003-.005-.003l-.004.001-.005.005-.003-.002.018-.024.004-.003.035.058zM151.525 91.487l.011.018c-.001-.016.002-.026.009-.03.003-.002.006-.003.009-.002.003.001.006.002.007.005.001.002.002.004.001.007a.013.013 0 01-.004.006.01.01 0 01-.008.001c-.004-.001-.006 0-.007.001l-.002.004-.001.016.023.038.008.009a.014.014 0 00.015-.003l.002.003-.04.025-.002-.003c.004-.003.007-.005.008-.008a.006.006 0 000-.006l-.005-.008-.019-.031c-.006-.009-.009-.015-.011-.016l-.004-.003-.004.001a.012.012 0 00-.005.005l-.003-.003.018-.024.004-.002zM151.687 91.384l.016.027-.003.002c-.007-.007-.013-.011-.019-.012-.005-.001-.01 0-.016.004a.032.032 0 00-.008.009c-.001.003-.001.007.001.009a.012.012 0 00.008.006l.015.001.016-.002c.015-.002.025.002.031.011a.03.03 0 01.003.023.037.037 0 01-.014.018.075.075 0 01-.018.008.008.008 0 00-.005.002c-.001.001-.002.002-.001.004l-.003.002-.017-.028.003-.002a.033.033 0 00.02.012.03.03 0 00.019-.003.015.015 0 00.007-.009c.001-.004.001-.008-.001-.011-.002-.004-.006-.006-.01-.007a.084.084 0 00-.023 0 .053.053 0 01-.023-.001c-.004-.001-.008-.005-.011-.01a.024.024 0 01-.003-.02.027.027 0 01.013-.017.033.033 0 01.012-.005l.006-.002.002-.002v-.004l.003-.003zM151.76 91.427c.003-.002.006-.002.008-.001a.012.012 0 01.007.005c.002.003.002.006.001.008-.001.003-.002.006-.005.007-.003.002-.005.002-.008.002a.012.012 0 01-.007-.005c-.002-.003-.002-.006-.001-.008.001-.004.002-.006.005-.008z\"/>\n    <path fill=\"#CE1126\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M149.519 94.612l-.19 3.031c-.192-.017-.563-.048-.591-.294-.016-.139.379-2.62.394-2.861.13.037.268.097.387.124z\"/>\n    <path fill=\"#002D62\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M149.231 94.487c-.019.119-.085.842-.066.928.057.291.415.248.613.259l.038-1.554c-.067.065-.51.335-.585.367h0z\"/>\n    <path fill=\"#002D62\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M149.265 98.362c.499-.625 1.435-.161 1.435-.161 1.024.23.77-.941.77-.941-.208-2.341-.456-3.943-.456-3.943l-1.496 1-.253 4.045z\"/>\n    <path fill=\"#CE1126\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M149.848 94.071c-.052 2.421-.074 2.668-.074 2.668.034.664.759.305.759.305.173-.072.362-.018.362-.018l-.035-.825c1.207-.089.926-.792.926-.792-.492-2.287-.524-2.187-.524-2.187l-1.414.849z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.892 96.193c-.761-.012-1.071.288-1.071.288l-.031.066\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M150.796 98.185l-.263-4.558.525-.352.455 4.265v.044h0c0 .792-.717.601-.717.601h0z\"/>\n    <path fill=\"#002D62\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M149.259 98.4c-.108.695.587.593.587.593.827-.012.591-.887.591-.887-.887-.254-1.178.294-1.178.294h0z\"/>\n    <path fill=\"#201B18\" fill-rule=\"nonzero\" d=\"M145.805 76.71c-2.323-.04-4.669.49-6.62 1.7-.897.556-1.108.743-.614 1.638-.117.08-.933.329-1.135.4-.372.134-.758.28-1.108.436a8.934 8.934 0 00-1.032.512c-.386.231-.547.405-.843.712l1.861-.143c-.058.12-.193.294-.269.41-.318.458-.516.824-.794 1.304.098-.049.269-.182.377-.254.372-.263.825-.525 1.233-.734 1.332-.672 3.727-.69 4.709-1.869.251-.298.099-.476-.112-.961.727-.24 1-.41 1.884-.61 2.135-.476 3.606.089 4.637-.165.323-.08.637-.258.659-.596l-.152-1.077 3.467-.004c.004.61-.583 1.393.493 1.673.973.254 2.942-.303 4.642.169l1.884.61c-.009.089-.144.329-.184.454-.081.218-.072.334.067.49.184.209.444.418.722.579.552.316 1.274.516 1.956.681 1.96.476 2.144.601 3.651 1.607-.099-.294-.816-1.34-1.054-1.709l1.852.147c-.318-.485-1.296-.997-1.861-1.219l-2.256-.824c.04-.107.081-.134.125-.231.121-.271.211-.561.045-.814-.314-.476-2.197-1.401-2.673-1.531a23.708 23.708 0 00-2.47-.531c-.803-.128-2.347-.239-2.347-.239-.11-.117.213-.729-.282-1.157-.292-.232-.713-.311-1.144-.356-1.722-.165-4.068-.116-5.808 0-.502.031-.857.084-1.144.356-.349.326-.394.527-.362 1.146z\"/>\n    <path fill=\"#002D62\" fill-rule=\"nonzero\" d=\"M146.289 77.937c.256-.227.292-.294.7-.432.888-.298 2.287-.272 3.225-.272.762.004 1.507-.009 2.26.062.763.076 1.211.169 1.718.61.09-.53.206-.984.224-1.567.023-.628-.332-.814-.888-.926-.919-.192-2.462-.174-3.453-.165-.646.004-2.942.022-3.408.191-.426.151-.763.485-.727 1.064.013.291.228 1.253.349 1.435z\"/>\n    <path fill=\"#002D62\" fill-rule=\"nonzero\" d=\"M139.531 80.938c.157-.143.049-.285.776-.69a12.126 12.126 0 013.247-1.193c.91-.178 1.848-.174 2.798-.103.422.031.978.098 1.395.031 0 0 .45-.105.576-.216.165-.146.155-.482.155-.482-.305-.245-1.175.601-1.964.334-.256-.085-.328-.499-.426-.783l-.255-.97c-1.444-.187-3.92.392-5.256.988-.605.267-1.601.77-1.973 1.157-.332.338.009.832.197 1.081.112.151.233.289.354.427.067.08.125.147.188.214.067.076.116.151.188.205zM151.958 78.262c-.081.507.292.654.74.721.928.129 2.319-.294 4.162.067.79.156 1.561.418 2.247.699.278.116 1.247.565 1.444.761l.35.418c.099-.053.633-.694.74-.832.206-.263.511-.734.197-1.095-.274-.316-1.467-.935-1.996-1.162-.706-.303-1.829-.574-2.701-.721-.888-.15-2.657-.279-2.657-.279s-.113 1.645-.566 1.783c-.884.263-1.314-.475-1.96-.36z\"/>\n    <path fill=\"#002D62\" fill-rule=\"nonzero\" d=\"M158.941 80.305c-.058.254-.171.276.296.663 1.09.899 2.924.944 4.072 1.438.583.254.906.463 1.422.774-.049-.151-.717-1.117-.884-1.371.511-.009 1.18.04 1.704.071-.027-.018-.04-.044-.072-.071-.771-.676-2.736-1.295-3.722-1.62-.103.107-.188.222-.282.334-.117.142-.458.525-.588.65-.121.116-.197.196-.439.129-.305-.084-.543-.347-.727-.512-.179-.16-.542-.462-.78-.485zM151.985 78.097c.556.04.632.142 1.054.329.171.076.386.111.606.094.301-.022.336-.062.417-.298.117-.338-.453-.561-.718-.619l-1.224-.182-.135.676zM148.442 78.102l-.117-.668c-.368-.04-2.072.249-1.947.774.063.245.117.285.386.312.74.067.857-.396 1.678-.418zM139.669 81.04c.247.44.906-.347 1.292-.632.22-.165.247-.16.493-.263l-.135-.214c-.211.045-.74.334-.937.441-.291.16-.614.369-.713.668z\"/>\n    <path fill=\"#002D62\" fill-rule=\"nonzero\" d=\"M158.99 80.145c.081.04.161.049.256.107.552.321 1.224 1.18 1.489.859.161-.2-.439-.61-.623-.708l-.973-.467a.556.556 0 00-.149.209zM141.472 80.322c.058.254.17.276-.296.663-1.09.899-2.924.943-4.072 1.437-.583.254-.906.463-1.422.775.049-.151.717-1.117.883-1.371-.511-.009-1.179.04-1.704.071.027-.018.04-.045.072-.071.771-.676 2.736-1.295 3.722-1.62.103.107.188.223.283.334.117.143.457.525.587.65.121.116.197.196.439.129.305-.085.543-.347.727-.512.18-.16.543-.463.781-.485z\"/>\n    <path fill=\"#EAC102\" fill-rule=\"nonzero\" d=\"M141.755 77.792a.288.288 0 00-.109.015l-.008.004c-.017.006-.034.003-.052.011-.032.015-.047.01-.09.033-.02.011.005.001-.02.01l-.027.011c-.031.022-.036.021-.061.031l-.168.077c-.01.005-.002-.003-.013.01-.012.016-.005-.005-.008.018.024.008.005.013.067.025.008.012.001.002.006.013l.006.012.014.016c.012.013.015.024.023.039l.005.007.003.004c.012.017.015.039.024.059l.01.025c.004.009.013.042.021.056.014.021.005-.017.014.028.004.016 0 .015.007.029.007.014.004-.012.013.029l.01.03.002.004.002.004a.193.193 0 01.025.08c.032.019.009-.001.025.037a.72.72 0 01.051.163c.021.011.016.017.025.038l.019.053.002.004.007.01.002.004c.006.014.003.018.007.03s.003.006.005.011l.002.003.033.08c.009.026.004.004.012.025.011.028.015.052.029.078.01.017.012-.006.013.058 0 .006.001.011-.001.017-.003.013-.004.01-.008.015l-.003.003c-.008.013-.009.025-.011.04.021 0 .033.001.052-.006l.005-.002.012-.007c.02-.009.035-.009.053-.02.02-.014.013-.016.039-.021.023-.004.04-.002.059-.016l.025-.016.09-.034c.009-.006.001-.003.014-.009l.028-.011c.022-.009.036-.008.055-.024l.118-.089c.014-.013.011-.016.021-.034.006-.009-.001-.001.01-.013.02-.021.019-.017.034-.044l.037-.073c.022-.038.007-.07.017-.108.008-.027 0 .003.01-.018a.313.313 0 00-.002-.152l-.004-.006c-.009-.02-.001-.077-.03-.156-.008-.021.004.009-.008-.014l-.018-.037c-.005-.011-.003-.009-.006-.023-.004-.018-.024-.051-.034-.069l-.017-.031a.008.008 0 01-.002-.004l-.011-.02-.002-.004-.021-.039c-.015-.025-.055-.053-.075-.075-.015-.017-.015-.022-.036-.037l-.037-.03c-.063-.054-.003-.006-.079-.055-.011-.007-.003-.004-.015-.009-.011-.004-.016-.003-.027-.006-.022-.006-.025-.01-.044-.018l-.005-.002-.009-.004c-.017-.009.015-.001-.02-.009-.013-.001-.047-.004-.082-.004zm-.072.112c.046 0 .088.006.126.035l.064.063c.02.021.035.039.05.064l.094.194.002.004.012.023c.005.011.001.007.008.018.009.016 0-.003.01.013.011.017.01.046.018.066.011.028.023.043.027.072.003.025.003.024.012.043.01.023.011.055.019.069a.749.749 0 01.006.22l-.108.114c-.017.016-.022.014-.05.02-.041.008.005.006-.033.013-.013.003-.028 0-.042-.001l-.025-.03c-.014-.016-.009-.007-.015-.033-.009-.042-.004-.014-.014-.033-.008-.016-.007-.026-.009-.044-.005-.01-.017-.014-.026-.036l-.042-.12c-.011-.028-.02-.04-.033-.063l-.021-.062c-.005-.009-.004.008-.01-.025-.003-.016 0-.016-.007-.029l-.018-.037c-.017-.03-.012-.041-.024-.072l-.001-.005-.004-.007a.087.087 0 00-.008-.01c-.013-.018-.011-.036-.023-.055l-.002-.003c-.028-.041-.025-.078-.042-.108a.253.253 0 01-.026-.063c-.001-.01-.001-.025-.004-.034-.004-.013-.004-.007-.009-.014-.021-.032-.01-.077-.009-.112.035-.001.04-.01.065-.022.016-.007.028-.014.049-.015.015.003.029.002.043.002zM143.301 77.261c-.03 0-.06.002-.066.008-.009.008-.02.009-.036.015a.366.366 0 00-.063.034l-.011.008-.003.003-.047.037c-.011.009-.015.011-.023.026-.005.009 0 .003-.006.012-.021.034-.006-.003-.035.055-.013.026-.028.035-.034.068-.002.011-.002.02-.005.031-.007.024-.005.01-.009.02-.012.03-.008.07-.008.102-.001.066-.003.134.002.2.003.041.009.031.015.057.008.032.019.098.031.118l.007.011c.005.013.002.018.006.031.005.018.027.05.032.062.01.024.019.034.03.055l.008.015c.004.009.003.011.009.021.006.01 0 .001.008.01.031.034.006.003.03.042a.34.34 0 00.103.113l.007.004.013.006c.018.009.028.028.049.037a.061.061 0 01.012.005l.037.018c.073.031.036.032.147.035.038.001.101.008.136-.011.014-.008-.008-.001.02-.011.023-.008.005.001.026-.01l.03-.018a.207.207 0 00.05-.041l.006-.006.003-.003.031-.029c.012-.011.017-.026.025-.042l.002-.004.012-.023c.007-.012 0 .003.006-.01.04-.081.023-.084.034-.105l.016-.052.001-.004a.127.127 0 00.011-.05c.001-.055.005-.111 0-.165-.004-.038-.01-.012-.015-.053-.006-.05-.014-.011-.018-.082a.112.112 0 00-.012-.044c-.012-.019-.025-.07-.029-.085-.006-.026-.009-.019-.022-.041l-.042-.079a.354.354 0 00-.068-.089l-.138-.129c-.019-.017-.043-.024-.069-.035l-.004-.002-.012-.006a.223.223 0 00-.11-.025.307.307 0 00-.07-.005zm-.003.08c.015 0 .029.005.05.013l.017.007c.025.013.03.016.05.035l.023.02c.019.016.031.042.039.057l.042.079.002.004.002.004.008.014c.006.009.003.001.009.014l.046.128c.009.015.009-.01.015.034.003.026.002.03.013.051l.011.028c.019.039.007.056.022.08.008.013.001-.015.011.017l.013.06c.012.027.006.05.011.083.006.043.006.003.013.041a.584.584 0 01-.005.236l-.002.004-.002.004-.019.035c-.004.006-.006-.001-.007.015l-.052.024c-.012.006-.018.01-.019.013h-.075l-.018-.014c-.018-.01-.03-.013-.045-.028l-.033-.029-.003-.003c-.008-.008-.01-.018-.017-.03l-.037-.059-.003-.003-.003-.004-.007-.011-.008-.016a.008.008 0 01-.002-.004.014.014 0 01-.003-.004l-.002-.003c-.006-.012-.004-.014-.007-.029-.009-.035-.002-.006-.01-.02l-.008-.021c-.009-.046-.004-.025-.029-.066-.009-.015-.008-.02-.013-.045-.006-.029-.012-.024-.016-.051a.123.123 0 00-.005-.025c-.009-.025.001.004-.006-.013-.017-.04-.001-.027-.025-.075l-.009-.029-.002-.004c-.005-.011-.005-.003-.01-.018-.002-.006-.003-.02-.004-.027-.005-.073-.017-.056-.02-.106-.001-.017.001-.033-.006-.048l-.002-.003c-.012-.025-.011-.083-.011-.113 0-.021-.001-.045.001-.065l.023-.073c.005-.01.012-.012.027-.027l.013-.018c.022-.002.033-.002.052-.009a.06.06 0 01.032-.007zM144.115 77.136l-.026.052c-.03.003-.008-.003-.025.03-.015.03-.005.03-.016.068-.005.018-.015.023-.015.072 0 .014-.001.041.001.053.007.047.009-.009.015.041.002.021-.002.031.007.05.007.015.008.012.013.045.001.007.001.014.005.02l.028.033c.012.016.019.037.034.05l.131.082.003.003c.027.018.063.03.091.043l.093.042c.026.01.041.025.066.031.04.009.031.004.06.027l.026.015c.038.021.025.018.045.036.025.024.016.028.026.057.011.033.02-.004.02.095 0 .017.001.037-.001.054-.005.041-.007.024-.012.031l-.039.04-.003.003-.022.031-.145-.003c-.027-.008.007.001-.018-.014l-.071-.041c-.017-.012-.03-.031-.044-.046l-.012-.012c-.048-.047-.022-.025-.056-.077-.022-.033-.035-.099-.063-.103h-.021c-.004.023-.001.042-.004.062-.006.038-.013.012-.014.052l-.002.142c.032.004.002-.001.02.01l.08.047c.016.011.033.013.045.023.042.032-.011.002.069.029.02.007.029.004.05.011.077.029.123.003.17-.004.02-.003.044-.002.065-.01.022-.008.023-.014.029-.018l.004-.003.034-.025c.035-.004.01-.003.019-.008.016-.009.033-.016.044-.03.015-.018.006-.013.018-.03.01-.014.009-.007.023-.037l.026-.053.008-.052c.005-.021.022-.054.011-.109-.005-.025-.001-.003-.006-.017-.01-.03-.009-.07-.03-.119l-.031-.052-.002-.004c-.019-.033.015.028-.004-.008l-.019-.036h-.018c-.003-.03.001-.008-.013-.024l-.052-.046-.018-.012-.179-.084c-.019-.007-.031-.016-.054-.02-.037-.007-.023-.007-.041-.014l-.033-.011-.004-.002-.098-.054a.26.26 0 01-.064-.076l-.006-.01-.002-.004c-.017-.035-.01-.089-.006-.127.003-.031.018-.05.045-.064.016-.008.032-.007.047-.014a.108.108 0 01.071-.007c.013.003.05.018.065.031l.006.006c.013.01.03.014.042.025l.003.003c.017.017.014.032.032.051l.04.055c.008.018.002.029.014.048l.002.003c.01.012.023.011.038.013l.004-.01.003-.016c.004-.036-.007-.079.005-.114.015-.044.01-.021.012-.081-.011-.001-.011-.005-.019-.009l-.028-.011c-.015-.006-.019-.017-.034-.026l-.055-.019a.008.008 0 00-.004-.002l-.004-.002c-.047-.019-.177-.033-.22-.019-.03.01.006.001-.022.011-.058.02-.056.006-.098.044-.011.015-.011.015-.035.019zM142.288 77.58c.011.027.027.032.059.035l.011.03a.014.014 0 01.003.004l.006.012.006.016.002.003.002.004c.016.028.02.07.042.113l.014.035c.007.013.008.039.014.058.01.034.008-.003.015.03.006.029.003.036.016.062l.002.004c.001.002.004.03.015.047.007.01-.001-.013.008.014l.017.056c.006.018.002.018.011.036.008.017 0-.009.007.017l.004.02c.012.042.016.008.023.066.005.043.005.016.013.033.009.019.009.041.018.059l.002.004.011.027c.006.011.002-.005.007.014.014.049.012.031.02.053.007.02.005.04.013.058.006.014 0-.007.008.017l.037.13c.001.004.002.018.001.022-.003.027-.005.017-.014.034-.01.018-.013.036-.018.056l.123-.029c.014-.004.023-.018.036-.023.023-.008.046.001.075-.013l.099-.031.001-.031c-.04-.013-.049-.015-.066-.032-.016-.015-.01-.029-.02-.052l-.011-.018c-.006-.014-.002-.025-.008-.04-.011-.026-.004.014-.014-.033l-.011-.031c-.009-.017-.004-.029-.014-.046-.01-.018-.007.012-.015-.032-.003-.013-.002-.025-.008-.04l-.002-.004-.038-.105c-.009-.019-.005-.026-.009-.045-.003-.013-.003-.009-.007-.016-.028-.042.003.017-.01-.013-.004-.009-.01-.04-.012-.044-.024-.046.006.029-.008-.014-.005-.016-.006-.048-.013-.06-.011-.021-.008-.037-.024-.065l-.032-.1c-.01-.018-.026-.088-.038-.109-.011-.02-.009-.023-.016-.057-.009-.044-.006.009-.016-.036l-.003-.023c-.006-.029.005.011-.003-.01-.004-.011-.008-.008-.011-.022-.008-.031.008-.032.02-.052l.015-.043c-.02 0-.035-.002-.053.007-.015.007-.015.009-.035.011-.013.001-.009 0-.023.004l-.081.024c-.009.006-.001.004-.016.008l-.127.046zM150.888 75.573a.909.909 0 00-.136.008.606.606 0 01-.131.01c-.143.001-.045.04-.032.055.012.013.006.001.012.024.014.054.005.148.005.204 0 .135.007.736-.006.798-.008.039-.002-.003-.009.03a.162.162 0 01-.017.056l-.006.006c-.022.02-.024.014-.04.045l.359.008c-.003-.028-.025-.055-.048-.07l.002-.448.073-.001.014.013c.016.019.021.049.029.075.006.028.012.059.027.086.018.033.03.076.05.108l.013.022.036.057c.016.017.025.035.036.053l.122.112.004.003c.015.014.019.021.039.029l.016.006.117.028c0-.051-.025-.056-.045-.086l-.012-.017-.003-.003-.003-.004-.006-.006-.003-.005-.018-.03-.01-.018-.11-.265a.227.227 0 01-.025-.089l-.021-.084.023-.006a.332.332 0 00.11-.061l.003-.003.032-.026c.026-.025.04-.054.06-.088a.193.193 0 00.03-.101c.003-.068.01-.148-.033-.207-.006-.007-.002-.001-.008-.013l-.005-.01-.014-.022-.003-.004-.033-.045c-.01-.009-.012-.008-.027-.015l-.004-.002c-.026-.014-.046-.035-.074-.047-.036-.015-.038-.018-.082-.028-.025-.005-.008-.002-.021-.007l-.06-.011-.017-.005-.01-.003a1.096 1.096 0 00-.14-.006zm.086.096c.045.001.087.011.109.029l.051.047.003.004c.03.031.011.013.025.056l.005.011c.017.04.015.076.015.128-.001.045.004.1-.019.13-.034.047-.014.043-.04.065-.035.03-.046.042-.073.048-.119.026-.072.018-.21.019l.001-.358c.001-.208.016-.068.023-.162l.031-.006a.232.232 0 01.079-.011zM148.023 75.703a.583.583 0 00-.137.013c-.018.005-.013.004-.033.006-.035.002-.031-.003-.06.009l-.009.004-.02.004c-.02.003-.048 0-.065.008-.011.005-.008.005-.007.005a.07.07 0 01-.017.005c-.049.012-.086.006-.122.023v.027c.017.011.016.004.031.012.007.004.013.006.02.02.009.017.005.02.009.037.008.05.002.008.013.033.019.046.009.185.011.248.001.038.01.043.013.074.005.052-.005.126.004.174.006.031.013.021.014.065.002.072-.01.22.015.272a.384.384 0 01.004.175l-.003.008-.005.004-.026.024-.004.003c-.012.011-.011.028-.014.043.087.003.107-.012.186-.016.03-.001.059-.001.087-.011.042-.012.049-.004.093-.026-.003-.029-.007-.013-.027-.025-.033-.02-.041-.041-.05-.076-.022-.076-.015-.271-.018-.376.012-.009.034-.015.051-.02.025-.007.035-.005.062-.008l.088-.021c.047-.022.047-.002.114-.037a.686.686 0 00.125-.081c.019-.016.03-.035.045-.055l.003-.004c.018-.024.03-.069.039-.096a.316.316 0 00.003-.159l-.009-.024c-.008-.026-.015-.051-.029-.075l-.065-.089a199033230.33 199033230.33 0 01-.006-.007c-.011-.011-.028-.019-.044-.027l-.035-.016c-.056-.036-.035-.017-.094-.033a.556.556 0 00-.131-.014zm-.023.108c.026 0 .049.001.061.006l.042.023.036.048c.051.068.009.018.035.07.015.03.001-.014.012.021a.166.166 0 01.003.032c.004.066.016.166-.015.219l-.005.008c-.017.031-.002.018-.03.041l-.005.004-.003.003-.003.003c-.013.012-.028.031-.047.039-.025.01-.014-.002-.053.018-.011.005-.006.006-.028.009l-.11.002c0-.114-.008-.081-.013-.139-.005-.046-.003-.186-.01-.217-.003-.013-.005-.016-.005-.016-.001.001-.001.003-.005-.014-.002-.01-.002-.022-.002-.032-.003-.081 0-.055.022-.12.025-.003.079-.008.123-.008zM148.927 75.645c-.04.001-.079.007-.103.026-.007.104-.016.066-.022.116l-.024.142c-.009.036.001-.003-.008.02-.014.035-.013.082-.022.115-.009.028-.005.06-.011.089l-.035.155c-.002.014-.002.022-.007.035l-.01.036-.002.049c-.002.029-.009.027-.014.039l-.004.009c-.006.024-.001.048-.008.071l-.028.108c-.009.021-.008.045-.017.067-.011.03-.017.063-.035.09l-.01.013-.005.009c-.014.02-.003.006-.021.026-.011.011-.015.023-.02.037l.277-.007c0-.063-.03-.035-.057-.08-.038-.06-.01-.132.007-.248l.307-.003c.001.041.013.041.018.081.003.015.001.027.009.042.006.013.015.027.016.052 0 .026 0 .056-.005.079-.001.003-.018.008-.027.054.04.006.092.006.132 0 .034-.005-.004-.004.038-.009l.176-.014c0-.036-.042-.05-.051-.063l-.01-.018c-.011-.02-.004.001-.016-.033l-.005-.015-.033-.089-.057-.207c-.003-.011-.003-.016-.004-.025-.005-.043-.026-.074-.037-.116-.007-.032-.005-.049-.016-.079l-.014-.03c-.021-.037-.021-.105-.039-.146l-.004-.009-.017-.051c-.014-.034-.007-.064-.026-.1-.001-.001-.003-.002-.003-.004-.01-.023-.009-.063-.017-.082-.008-.018-.005-.018-.011-.036l-.018-.089a.644.644 0 00-.107-.007zm-.055.282l.013.04.002.005c.021.041.048.201.064.231l.052.178c.007.036.016.024.013.068-.112.006-.103.014-.255.014.001-.054-.002-.037.013-.074l.021-.101c.011-.041-.005-.048.016-.089l.003-.003c.012-.027 0-.046.02-.112.008-.03.003-.058.01-.085l.012-.03a.154.154 0 00.005-.017l.011-.025zM152.628 75.739a.165.165 0 01-.016.06l-.054.161a.008.008 0 00-.002.004c-.016.041-.019.091-.039.129-.017.033-.023.074-.032.109l-.008.018c-.022.041-.032.104-.047.141l-.025.079c-.009.03-.014.02-.021.062-.006.043-.027.066-.035.109-.008.041-.014.037-.027.079a.611.611 0 01-.06.12c-.014.023-.019.037-.042.056l-.007.007-.003.004-.005.003-.003.003c-.013.013-.015.013-.014.035.026.011.071.004.102.008.05.008 0 .001.029.012l.144.004c-.001-.019-.001-.029-.015-.042-.01-.009-.006-.003-.016-.012l-.02-.022c-.028-.029-.025-.045-.025-.085.001-.01.001-.021.005-.03l.002-.004c0-.001.003-.002.003-.004l.041-.114c.132-.006.144.019.301.02.005.026.003.041.006.065.008.06.011-.007.018.053.002.033.01.135-.008.155l-.022.028-.003.029c.033.005.075.002.112.011l.005.002c.061.017.146.009.211.011l-.012-.032-.008-.014-.003-.004-.002-.004c-.011-.016-.011-.023-.016-.042l-.029-.106c-.006-.029.001-.064-.011-.089-.01-.02-.012.004-.015-.073-.001-.061-.015-.094-.02-.164l-.018-.08c-.006-.041-.002-.075-.014-.115l-.015-.076c-.012-.023-.015-.094-.022-.122-.014-.054-.004-.115-.018-.167-.006-.022-.007-.058-.015-.076-.01-.022-.011.007-.014-.08-.023-.001-.09-.001-.106-.006-.022-.008.009-.014-.092-.014zm.014.265l.006.022c.03.07.013.081.021.149.003.025.006.021.009.032.008.027.003.079.021.161.009.039-.006.033.012.075l.002.004c.011.028.01.08.009.11-.15-.005-.032-.018-.253-.024-.005-.061.006-.036.016-.066.008-.027-.003-.019.015-.063l.003-.004.002-.004.051-.172s.006-.017.01-.035c.006-.037.011-.029.028-.057.015-.027.006-.048.018-.073l.012-.028c.013-.032-.007-.016.018-.027zM149.893 75.605l-.436.005-.003.074c-.001.018-.001.021-.006.033-.012.025-.003-.021-.013.028l-.018.142c.013 0 .017.002.029-.002.015-.006.049-.055.059-.067l.018-.019c.018-.017.045-.048.064-.061.05-.034.075-.025.164-.031.004.088.001.076.016.136.002.008.013.857.005.891-.006.027-.009.024-.029.043a.042.042 0 01-.008.006l-.023.035c.013.001.312.004.335 0 0 0-.015.009.025-.009-.013-.102-.059.114-.062-.362-.001-.245-.01-.493.001-.737l.023-.012c.017-.009.041-.025.082-.012l.108.061.004.004.065.095c.001.002-.019-.01.01.011.011.007.026.007.039.008.006-.109-.011-.076-.016-.128-.006-.066-.012-.057-.018-.144-.219-.012-.261.012-.415.012zM151.748 75.779c0 .038-.002.04-.008.064-.005.023-.004.048-.004.072l-.006.218c-.021.113-.016.391-.017.511 0 .019.001.057-.001.075-.006.036-.006-.007-.019.054-.008.039-.023.044-.059.096.027.001.073 0 .096.003.049.007-.004-.002.028.01.025.009.202.009.237.01-.005-.049.006-.011-.02-.035-.026-.025.001.013-.015-.017l-.015-.041c-.015-.036-.011-.064-.008-.114.001-.034.006-.025.011-.049.013-.06 0-.362.018-.44.02-.085-.01-.276.017-.333.012-.025.006-.044.007-.08.001-.012.001-.027.005-.038.009-.024.015-.017.023-.026l.029-.053c-.059-.002-.121-.001-.179-.004l-.036-.007c-.039-.012-.098-.008-.14-.009-.001.021 0 .024.009.036l.007.007c.019.02.013.011.028.036.012.027.012.025.012.054zM160.766 78.793c-.042.138.063.012-.102.3l-.03.057c-.012.021-.03.039-.048.066-.027.045-.036.072-.063.12-.054.093-.102.171-.15.255l-.114.186c-.024.024-.012 0-.057.009-.021.009-.003 0-.018.012a.06.06 0 00.018.036l.048.057s.009-.003.009 0c.039.045.207.204.255.243.018.018.036.042.054.057a.401.401 0 00.255.084c.099-.003.156-.057.213-.123.039-.039.072-.039.141-.186.072-.15.045-.084.087-.252a.454.454 0 00.009-.096.687.687 0 00-.087-.375.82.82 0 00-.195-.243l-.105-.093c0-.003-.006-.009-.009-.009l-.027-.03-.018-.009-.066-.066zm.207.309c.027.009.048.045.084.084.15.183-.015.537-.123.678l-.027.045c-.012.018-.009.015-.021.027-.015.024-.018.039-.036.057l-.027.03c-.066.069-.174.12-.264.054-.096-.069-.102-.111-.075-.195.033-.102.126-.228.18-.33l.045-.075c.015-.021.021-.033.039-.063a.464.464 0 01.036-.066c.027-.048.039-.087.066-.132.006-.009.024-.021.027-.03.024-.033.033-.063.066-.072.012-.006.018-.015.03-.012zM156.218 77.209c.006.072.048.006.048.141 0 .048-.003.132-.009.177-.015.102-.018.225-.021.339 0 .06-.006.093-.009.159a3.895 3.895 0 01-.027.327.142.142 0 01-.018.057c-.033.036-.042-.003-.048.048.033.021.216.03.291.036.18.018.198.066.384-.009.207-.081.204-.393.114-.486l-.021-.021-.093-.084-.066-.057c.267-.039.279-.339.189-.438l-.057-.066-.102-.057c-.105-.051-.423-.057-.555-.066zm.291.114c.093.006.129-.003.177.045.075.072.087.198.039.3-.018.036.006.018-.018.048-.003 0-.018.018-.021.018-.054.054-.135.045-.222.039-.012-.048.006-.189.009-.246.003-.081-.003-.15.036-.204zm-.066.543c.069.006.123.009.18.036.111.06.123.135.12.255 0 .024.003.051 0 .075a.21.21 0 01-.045.102c-.069.087-.171.108-.264.048a2.96 2.96 0 01.009-.516zM158.093 77.566c.003.081.042-.006.03.159-.006.057-.021.108-.03.159l-.036.15c-.027.099-.075.411-.093.48-.012.048-.015.108-.03.159a.152.152 0 01-.027.054c-.036.042-.042.006-.057.048.012.027.117.054.15.066.078.024.096.033.168.045-.003-.06.003-.012-.018-.054-.036-.075.024-.204.027-.264l.021-.132c.003-.024.003-.018.009-.036l.018-.027h.057c.015.06.012 0 .018.111 0 .033.042.21.057.243l.009.03c.009.021.009.03.018.057a.638.638 0 00.075.15c.039.048.117.102.168.138.003-.024-.033-.117-.045-.15-.012-.03-.015-.033-.018-.066-.009-.039-.015-.054-.021-.084l-.018-.375c.036-.021.117-.018.177-.075l.021-.009c.156-.171.123-.429-.075-.591l-.057-.036c-.003 0-.006-.009-.009-.009-.105-.057-.234-.078-.348-.105-.051-.009-.027-.018-.141-.036zm.282.168c.024.003.051 0 .075.009.036.018.09.051.114.084a.407.407 0 01.036.264 1.202 1.202 0 01-.036.111.264.264 0 01-.066.075c-.066.045-.186.003-.255-.009-.006-.045.036-.225.048-.282.03-.138.012-.168.084-.252zM160.082 78.373c-.024.009-.045.045-.096.141-.024.048-.066.087-.093.138l-.3.489a.561.561 0 01-.129.15c-.063.048-.042.006-.066.057.009.021.006.018.045.036.045.021.048.012.093.048.048.033.042.03.096.045 0-.033-.009-.039-.018-.075a.108.108 0 01-.012-.084c.015-.06.039-.093.066-.15.045.003.054.012.084.03.045.024.186.096.189.129.003.036-.003.024-.009.057-.027.126.024.117-.075.225.015.036.072.051.129.084.051.03.099.054.15.075.003-.069-.015-.156-.009-.261.003-.045.015-.033.021-.066.012-.114.003-.234.027-.339l.048-.486c.006-.075.015-.027.018-.168-.09-.027-.12-.093-.159-.075zm-.084.261l.018.039-.03.243c-.009.072-.027.192-.027.27-.051 0-.027.003-.045-.009-.057-.03-.12-.072-.171-.093-.003-.039.036-.087.057-.12.024-.039.054-.069.075-.105.021-.033.036-.069.066-.111.018-.03.048-.078.057-.114zM157.04 78.561c.006.015-.004.018.065.034l.269.06c.043.008.021.012.081.022l.278.057c.019-.085.067-.089.085-.245-.041-.023-.042.005-.096.038-.146.09-.243.05-.372.005-.023-.086.023-.393.041-.475l.018-.062c.207.018.217.103.272.194.039-.027.033-.129.04-.177l.023-.189c-.061 0-.069.085-.134.085l-.191-.03c-.004-.096.04-.252.063-.349a.263.263 0 01.247.059.596.596 0 01.036.038c.064.064.035.064.108.142.021-.038.009-.237.008-.281a9.878 9.878 0 00-.576-.144l-.092-.011c.003.051.009.016.033.052.013.021.012.051.011.083l-.072.487c-.023.123-.047.389-.071.485-.03.136-.054.079-.074.122zM158.91 78.138c.033.003.017.004.04-.007.033-.019.047-.04.116-.067.053-.019.096-.041.145-.01.04.026.033.066.019.13l-.004.015-.008.018-.173.727c-.018.082-.001.021-.03.11-.023.071.007.048-.079.095 0 .049.008.031.076.06.088.037.148.066.245.093.006-.088-.071.004.003-.286.077-.305.12-.521.209-.832.057-.013.091.006.133.055.048.056.067.156.103.223.04-.016.032-.096.035-.133l.015-.149c-.071-.037-.185-.075-.27-.108-.015-.007-.033-.019-.04-.022-.016-.008-.032-.011-.048-.018l-.38-.146c-.045.064-.041.094-.08.166-.021.037-.032.04-.027.086zM154.873 77.238c.001.034.011.038.029.055.049.049.029.069.032.226.001.174.013.182.015.326 0 .06.019.557-.013.597l-.004.004-.037.042c.02.015.024.016.077.015l.602-.022c.012-.059.051-.252.041-.282l-.008-.022c-.021.003-.012-.004-.032.026l-.007.013a.669.669 0 00-.024.032c-.048.063-.113.123-.2.13-.037.003-.136.012-.159-.016l-.007-.011c-.027-.056-.035-.964-.015-1.032.013-.044.019-.038.041-.097l-.331.016zM155.704 78.471l.329-.001c-.003-.066-.044-.028-.051-.122a25.91 25.91 0 01.013-1.017c.016-.108.049-.063.049-.114l-.324-.008c.001.085.042.008.044.133.001.055-.001.112-.001.167 0 .141.003.745-.005.839-.006.082-.051.059-.054.123z\"/>\n    <path fill=\"#006300\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M159.582 83.452c-.02.031-.038.02.021.121.563 1.133.364.597.828 2.074-.089-.091-.207-.252-.297-.374a10.822 10.822 0 01-.68-1.062.472.472 0 00-.169-.202c-.04.111.158.707.207.869.207.728.761 1.559 1.166 2.217-.118-.061-.188-.154-.287-.245-.356-.293-.256-.221-.463-.584a7.036 7.036 0 01-.494-1.085 16.969 16.969 0 00-.306-.766c-.04.051-.01-.041-.04.07-.03.101.009.221.019.323.049.425.119.851.188 1.276-.287-.122-.563-.314-.84-.466-.059-.031-.138-.082-.207-.102l-.08.01c-.059.152.485.637.583.718.128.101.681.487.741.628.217.506.415.9.75 1.305l.296.383-.652-.657c-.474-.435-.661-.616-1.195-1.041.01.152.197.283.296.374l.818.919c.257.334.563.619.79.973l.515.868a5.146 5.146 0 00-.287-.393l-.79-.992c-.277-.334-.583-.566-.938-.849-.296-.243-.494-.394-.84-.546-.02.091.098.16.167.221.395.324.742.689 1.117 1.043.148.141.287.282.426.444.138.152.267.284.395.446.237.324.472.696.68 1.05l.317.558c-.247-.091-1.393-1.395-1.67-1.678-.227-.233-.325-.365-.611-.507.02.142.798 1.033.976 1.225.079.081.11.131.169.202l.346.395c.227.273.642.757.8 1.06l.238.488c-.01-.051-.465-.647-.534-.718a3.285 3.285 0 00-.296-.354c-.257-.283-.682-.76-.988-.973l-.79-.454c-.04.081.129.2.228.281l.296.284c.356.283.838.829 1.115 1.193.188.223.326.437.485.679a1.1 1.1 0 01-.247-.233c-.109-.111-.158-.142-.256-.233-.148-.152-.346-.293-.543-.434l-1.275-.628c.02.101.444.364.562.434.247.162.662.424.88.657.099.101.149.174.238.255.188.172.327.353.475.565.148.212.275.374.414.597.148.233.237.436.355.689l.435 1.608c-.138-.526-.405-1.104-.593-1.62-.148-.395-.475-1.353-.979-1.182-.188.071-.276.272-.355.434-.119.222-.277-.082-.673.728-.217.455-.364.981-.463 1.487a.5.5 0 000 .243c.099-.04.167-.313.207-.434.197-.496.396-.789.673-1.254l-.376 1.71c.128-.02.169-.245.219-.366.168-.425.315-.849.473-1.273.563.395.742 2.519.821 3.277-.059-.263-.277-.829-.395-1.082l-.574-.951c-.336.04-.375.465-.454.728-.099-.132-.199-.353-.426-.333-.207.01-.286.253-.315.485-.03.243-.03.504.009.747.01.05.069.546.099.587l.071.07.117-1.455c.217.101.633 1.042.574 1.426-.217 1.406-.347 1.849-1.098 3.013a6.326 6.326 0 01-.414.597 3.031 3.031 0 01-.216.284l-.247.274c.385-.667.551-.932.828-1.7.197-.577.366-1.183.435-1.8a1 1 0 00-.009-.294c-.079.03-.1.142-.129.233-.652 2.023-.739 2.093-1.806 3.893l.197-1.152c-.099.01-.08.061-.12.172-.03.081-.057.142-.087.223-.148.445-.297.879-.534 1.274.02-.121.088-.284.127-.405.109-.374.178-.778.238-1.162l.009-.264c-.119-.01-.127.222-.176.364-.129.415-.316.78-.503 1.164v-.112c.04-.253.108-.637.059-.89 0 0 .038.062-.031-.09-.099.031-.119.222-.139.313-.03.122-.069.243-.108.354-.247.688-.552 1.131-.908 1.759-.209-.006-.045.015.047.022a.222.222 0 01-.049-.014c.145.02.11.019.049.014.295.074 1.978.393 1.978.393.978-.04 1.629-.121 2.597-.02.148.01.751.122.84.051-.287-.162-.561-.233-.877-.335l-.929-.233 2.636-.07-.238-.131c-.435-.172-1.61-.244-2.074-.274.869-.081 1.513-.15 2.382-.16.227-.065 1 .185.661-.163-.306-.212-1.304-.243-1.63-.233l1.562-.07c.248-.064 1.853.31 1.284-.061-.444-.223-1.424-.427-1.898-.497.277-.162.524-.323.821-.444.593-.253 1.245-.434 1.877-.606.696-.108 1.22-.44.306-.293-.563.061-1.244.221-1.738.272l.444-.243c.435-.223.937-.314 1.411-.476.089-.03.06.001.089-.08l-.078-.029c-.089-.01-.17.029-.259.039.287-.172 1.077-.334 1.373-.405.356-.081.712-.18 1.068-.281.109-.03.256-.03.315-.121l-.068-.041c-.109-.04-2.024.243-2.232.284-.188.03-.545.112-.703.112.583-.243 1.156-.497 1.769-.679.108-.03.555-.11.614-.211-.119-.051-.218-.021-.386.01-.573.091-1.126.243-1.67.415-.188.061-.446.161-.623.201 1.966-.758 1.216-.536 3.034-.89.207-.04.375-.021.395-.162l-1.047-.061c-.346.01-.701.092-.988.102l.778-.657c.217-.182.118-.233.494-.243.148-.01.602.021.691-.029-.267-.273-.345-.132-.602-.274l.317-.386c.079-.101.157-.191.216-.323.03-.061.029-.049.009-.09l-.127.019-.812.667c-.138.101-.108.092-.315.102-.355.03-.702.141-1.028.201a8.554 8.554 0 011.056-.737c.188-.122.386-.224.583-.335.158-.081.553-.212.583-.313l-1.253.323c-.247.091-.929.415-1.077.536.553-.617 1.401-1.324 2.053-1.819.079-.061.278-.161.308-.252-.05-.02-.071-.032-.12-.022-.346.071-1.126.597-1.392.769-.444.293-.929.617-1.324.961.237-.253.455-.485.722-.718.059-.061.138-.131.207-.182.069-.061.119-.112.188-.172.138-.111.248-.221.386-.332.267-.223.532-.456.769-.699l.395-.344c.089-.081.355-.242.346-.383-.543.304-1.046.636-1.559.99-.257.172-.494.354-.741.526-.188.122-.574.475-.722.546.306-.496.623-1.011 1.018-1.436a16.064 16.064 0 011.649-1.548c.148-.121.287-.272.426-.374v-.051c-.128-.01-.555.305-.654.386-.593.435-1.174.918-1.668 1.424-.089.091-.158.183-.247.264a5.854 5.854 0 00-.712.859c-.277.395-.573.82-.83 1.245.168-.769.712-1.364 1.126-1.819l.948-1.043c.069-.071.1-.121.16-.192.633-.695.938-1.235 1.066-2.05-.108.157-.26.342-.501.64-.076.089-.141.155-.216.255l-1.924 2.215c.086-.31.464-.974.637-1.24.26-.398.487-.731.757-1.096.184-.255 1.027-1.352 1.233-1.54l.089-.09c.022-.135.13-.203.27-.32.158-.132.189-.202.376-.303-.178-.182-.841.231-.969.323-.84.577-1.441 1.365-2.053 2.154.079-.425.581-1.669.819-2.023.197-.263.376-.606.574-.849l.553-.871c-.129.01-.276.203-.355.284-.059.061-.098.102-.158.162-.741.789-1.177 1.668-1.691 2.639.03-.485.466-1.304.703-1.698.306-.526.651-.971.967-1.477-.178-.051-.701.577-.79.708a8.482 8.482 0 00-.651.89c-.356.597-.701 1.263-.939 1.941l-.059.143c.04-.637.671-2.156.948-2.651a6.37 6.37 0 01.543-.779c.079-.091.129-.171.198-.262.138-.172.257-.326.395-.497l.386-.514c-.247-.091-1.137.921-1.305 1.133-.217.273-.414.575-.602.868.099-.485.465-1.162.732-1.567.237-.364.483-.656.75-.98a1.89 1.89 0 00.228-.325c-.277-.04-1.412 1.286-1.639 1.579-.099.132-.179.252-.268.383l-.374.597c-.02.04-.032.061-.061.112l-.078.102c.059-.466.336-1.438.485-1.863.207-.546.492-1.041.729-1.577-.197-.03-.571.476-.68.638l-.444.849c.049-.395.66-1.77.868-2.276-.118.031-.197.212-.306.374-.277.435-.524.86-.781 1.305.04-.445.327-.911.525-1.295-.366.162-.979 1.468-1.127 1.882a4.677 4.677 0 00-.188.565l-.078.204c-.02-1.001.186-2.024.334-3.006-.089.02-.109.122-.148.214l-.108.252c-.059.182-.128.353-.197.555l-.287 1.194c-.425-.597-.531-1.698-1.371-2.943-.266-.397-.356-.438-.712-.691h0zm.447 11.937c.346.961.484 1.295.741 2.317a.242.242 0 00-.099.099c-.039.101-.079.285-.148.427l-.256-.89c-.099-.324.04-.983-.068-1.094-.099.172-.07.203-.089.517-.059-.071-.118-.272-.158-.374-.197-.546-.227-.385-.099-.699.039-.091.097-.263.176-.303h0z\"/>\n    <path fill=\"#008F4C\" fill-rule=\"nonzero\" d=\"M162.626 93.716c.127-1.335 1.775-4.491 2.258-4.559.073-.01-.541.881-.968 1.761-.427.881-.882 2.033-1.033 2.567-.142.529-.271.931-.283.908-.012-.023-.002-.33.026-.677zM166.208 92.895c-.005.026-.303.322-.676.656-1.247 1.165-2.699 3.2-3.366 4.842-.708 1.758-.529 1.313-.321.458.541-1.845 2.022-4.183 3.4-5.321.485-.41.981-.729.963-.635zM162.062 89.896c.001-1.217.116-1.642.816-3.103.447-.938.616-1.246.665-1.175.031.052-.009.221-.094.383-.414.8-1.091 3.083-1.207 4.08-.04.335-.1.616-.129.617-.033.008-.056-.352-.051-.802zM160.09 96.694c.079.948-.079 2.024-.496 3.109-.251.649-1.243 2.149-1.479 2.245-.116.045-.088-.018.174-.321 1.037-1.228 1.728-3.052 1.741-4.731-.06-.912.004-1.032.06-.302z\"/>\n    <path fill=\"#008F4C\" fill-rule=\"nonzero\" d=\"M163.108 95.548c.142.426.162 1.431.008 1.949-.373 1.253-1.265 2.17-2.536 2.614-.25.083-.464.146-.481.13-.011-.01.18-.121.436-.236 1.586-.744 2.574-2.243 2.585-3.915.002-.313-.061-.464-.079-.543-.029-.129-.057-.23-.016-.263.021-.018-.021-.048.083.264z\"/>\n    <path fill=\"#008F4C\" fill-rule=\"nonzero\" d=\"M166.577 98.215c-.018.016-.707.145-1.53.289-.823.139-1.89.34-2.359.444-.725.155-.87.176-.915.112a.295.295 0 01-.052-.101c0-.032 2.238-.434 3.507-.623.921-.139 1.419-.185 1.349-.121zM160.067 84.24c.528.638.652.913.922 2 .173.698.219.937.163.923-.038-.013-.091-.12-.118-.244-.131-.61-.769-2.117-1.142-2.693-.124-.194-.215-.368-.201-.382.014-.019.183.159.376.396z\"/>\n    <path fill=\"#008F4C\" fill-rule=\"nonzero\" d=\"M159.495 85.02c.25.798.413 1.051 1.171 1.857.486.518.659.683.677.625.009-.04-.052-.143-.14-.231-.435-.434-1.347-1.784-1.628-2.413-.095-.211-.191-.382-.211-.376-.023.002.036.244.131.538zM164.229 87.497c-.838.768-2.198 3.223-1.999 3.605.03.057.38-.507.76-1.259.379-.753.928-1.664 1.214-2.044.286-.37.492-.667.47-.663-.022.002-.225.165-.445.361zM164.606 88.122c-.937.858-2.455 3.6-2.233 4.027.034.064.424-.566.848-1.407.424-.841 1.037-1.859 1.356-2.283.32-.413.55-.744.526-.741-.026.004-.251.185-.497.404zM159.232 85.608c.148.825.277 1.097.928 1.998.417.578.568.765.593.711.015-.039-.033-.148-.11-.248-.377-.489-1.112-1.949-1.311-2.609-.068-.222-.142-.404-.162-.401-.024-.003.004.245.062.549z\"/>\n    <path fill=\"#008F4C\" fill-rule=\"nonzero\" d=\"M158.63 86.187c.587.58.846.724 1.884 1.063.666.219.894.279.884.22-.01-.04-.111-.101-.229-.135-.583-.17-2.006-.913-2.542-1.329-.18-.139-.344-.243-.359-.229-.02.013.143.197.362.41zM166.208 90.161c-1.274.884-3.554 3.962-3.352 4.519.031.083.605-.616 1.254-1.567s1.555-2.084 2.009-2.547c.454-.448.787-.812.756-.812-.029-.001-.333.182-.667.407zM166.013 92.045c-.556 1.118-2.693 3.26-3.137 3.148-.067-.017.414-.55 1.08-1.166.666-.616 1.447-1.46 1.757-1.872.3-.411.547-.716.549-.691.002.025-.109.289-.249.581zM158.502 99.762c-.228 1.103-1.593 3.473-2.002 3.483-.062.001.234-.576.67-1.27.437-.695.921-1.613 1.097-2.045.166-.428.311-.752.319-.731.008.021-.029.277-.084.563zM161.994 93.138c-.224-.706-.851-1.556-1.719-2.327-.872-.784-1.138-.909-.371-.174.707.672 1.591 1.869 1.907 2.585.135.29.266.522.295.501.036-.016-.014-.278-.112-.585zM162.649 102.104c-.98-.286-3.497-.257-3.697.04-.03.045.566.065 1.32.03.755-.035 1.709-.014 2.133.034.417.054.741.08.729.066-.013-.015-.232-.093-.485-.17zM161.572 102.537c-.991-.246-3.504-.115-3.692.19-.028.046.568.042 1.32-.024.752-.066 1.707-.083 2.133-.052.419.037.744.05.73.037-.012-.014-.235-.083-.491-.151zM160.466 103.075c-.996-.219-3.506-.022-3.686.288-.027.047.569.027 1.319-.059.751-.086 1.705-.129 2.131-.109.42.026.745.031.731.017a4.002 4.002 0 00-.495-.137z\"/>\n    <path fill=\"#008F4C\" fill-rule=\"nonzero\" d=\"M159.811 103.704c-.845-.318-3.034-.373-3.216-.082-.027.044.49.084 1.147.073.657-.011 1.487.042 1.854.105.361.067.642.105.632.09-.01-.015-.198-.1-.417-.186zM163.725 100.601c-2.066.587-4.563.945-4.706 1.44-.021.074.912-.077 1.83-.441s2.101-.733 2.641-.843c.533-.1.951-.218.94-.272-.02-.014-.366.117-.705.116zM166.419 99.273c-.021.019-.841.172-1.82.344-.979.165-2.248.405-2.806.528-.862.185-1.034.209-1.089.133a.344.344 0 01-.061-.12c0-.038 2.661-.516 4.171-.742 1.096-.164 1.688-.218 1.605-.143z\"/>\n    <path fill=\"#008F4C\" fill-rule=\"nonzero\" d=\"M165.779 98.739c-.016.018-.69.216-1.496.443-.806.221-1.848.53-2.306.681-.706.228-.849.263-.9.204a.296.296 0 01-.061-.095c-.003-.032 2.186-.658 3.431-.976.904-.231 1.396-.326 1.332-.257z\"/>\n    <path fill=\"#008F4C\" fill-rule=\"nonzero\" d=\"M165.268 96.307c-1.428.584-4.291 3.09-4.209 3.678.013.088.719-.469 1.55-1.256.83-.787 1.95-1.695 2.489-2.047.536-.338.937-.621.907-.627-.03-.005-.365.106-.737.252z\"/>\n    <path fill=\"#008F4C\" fill-rule=\"nonzero\" d=\"M166.329 96.992c-1.423.093-4.655 1.548-4.748 2.133-.013.088.766-.213 1.72-.692s2.197-.979 2.772-1.139c.568-.148 1.001-.287.976-.303-.024-.015-.351-.017-.72.001z\"/>\n    <path fill=\"#008F4C\" fill-rule=\"nonzero\" d=\"M166.284 97.151c-3.642 3.06-5.688 4.557-6.415 4.24-.109-.049 1.338-.879 2.575-1.671 1.237-.791 2.711-1.913 3.312-2.484.583-.572 1.056-.988 1.056-.947 0 .041-.237.433-.528.862zM162.385 98.106c.734-1.195 1.102-1.538 2.668-2.525 1.004-.635 1.355-.829 1.361-.728-.001.07-.142.211-.323.317-.888.521-2.926 2.329-3.641 3.235-.241.303-.468.541-.498.523-.037-.014.158-.383.433-.822zM162.784 94.666c.127-1.335 2.412-5.793 2.895-5.861.073-.009-.541.881-.968 1.761-.427.881-.882 2.033-1.033 2.567-.141.529-.976 2.471-.988 2.447-.012-.023.066-.567.094-.914zM161.821 89.524c-.384-.906-.396-1.253-.117-2.531.178-.821.26-1.096.335-1.057.049.03.06.167.022.311-.186.708-.182 2.592.01 3.366.064.26.089.485.059.494-.033.015-.171-.247-.309-.583zM162.521 94.414c-.201-.636-.766-1.401-1.548-2.095-.785-.706-1.025-.818-.335-.157.637.605 1.432 1.683 1.717 2.328.121.261.24.47.265.451.034-.015-.011-.25-.099-.527zM159.021 95.44c.719-2.589 1.289-2.141 1.289-2.141 1.574 1.483.8 6.577.8 6.577-.013-10.425-2.089-4.436-2.089-4.436z\"/>\n    <path fill=\"#008F4C\" fill-rule=\"nonzero\" d=\"M159.601 95.259c.719-2.589.909-2.477.909-2.477 1.303.266 1.221 5.975 1.221 5.975-.57-9.795-2.13-3.498-2.13-3.498zM158.916 97.271c-.029-1.859.338-1.581.338-1.581 1.053.942 1.444 4.561 1.444 4.561-1.634-7.308-1.782-2.98-1.782-2.98zM162.107 91.808c-.316-.999-1.204-2.202-2.432-3.292-1.234-1.109-1.611-1.286-.526-.247 1 .951 2.25 2.645 2.698 3.658.191.41.376.738.417.709.052-.024-.019-.394-.157-.828z\"/>\n    <path fill=\"#008F4C\" fill-rule=\"nonzero\" d=\"M162.001 90.932c-.243-.769-.927-1.695-1.872-2.534-.95-.853-1.24-.99-.405-.19.77.732 1.732 2.036 2.077 2.816.147.316.29.568.321.546.04-.019-.014-.304-.121-.638zM156.763 101.236c-.075.565-.676 1.813-.882 1.834-.031.003.097-.299.292-.667.195-.367.406-.849.478-1.073.068-.222.129-.391.134-.381.005.01-.004.14-.022.287zM156.244 101.564c-.075.565-.676 1.813-.882 1.834-.031.003.097-.299.292-.667.195-.367.406-.849.478-1.073.068-.222.129-.391.134-.381.005.01-.005.14-.022.287zM157.027 101.604c-.075.565-.676 1.813-.882 1.834-.031.003.097-.299.292-.667.195-.367.406-.849.478-1.073.068-.222.129-.391.134-.381.004.01-.005.14-.022.287z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M139.533 101.753c-1.62-1.791-2.15-5.031-2.15-5.031.53-1.355 1.23-1.667 1.23-1.667M137.383 96.706c-.529-2.087-.397-4.268-.397-4.268.187-2.679 1.036-5.047 1.036-5.047M136.971 93.185c.429-1.961 2.061-1.724 2.061-1.724\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M136.949 93.548c1.465-.595 1.29-1.886 1.553-2.412.397-.793.683-1.024.683-1.024M138.411 99.962c-.499-1.262.093-1.495.093-1.495M138.209 99.557c-.639-.825-1.449-.763-1.449-.763M137.928 95.71c.389-.717-.016-1.434-.016-1.434M138.118 99.165l-1.139-1.478M137.665 88.558c.154-.584-.308-.848-.308-.848\"/>\n    <path fill=\"red\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M137.411 87.54a.281.281 0 11-.562 0 .281.281 0 01.562 0zM138.166 94.022c0 .179-.126.325-.281.325-.155 0-.281-.146-.281-.325 0-.18.126-.325.281-.325.155 0 .281.145.281.325zM137.901 94.771a.281.281 0 11-.562 0 .281.281 0 01.562 0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M138.127 95.233a.54.54 0 00-.33-.375\"/>\n    <path fill=\"red\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M137.13 97.458a.303.303 0 11-.607 0 .303.303 0 01.607 0zM136.756 98.714a.303.303 0 11-.607 0 .303.303 0 01.607 0zM137.219 99.198a.303.303 0 11-.607 0 .303.303 0 01.607 0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M142.22 102.109c.477.349.624.129.624.129\"/>\n    <path fill=\"red\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M142.835 101.769a.22.22 0 11-.44 0 .22.22 0 01.44 0zM143.157 102.145a.22.22 0 11-.44 0 .22.22 0 01.44 0z\"/>\n    <path fill=\"#006300\" fill-rule=\"nonzero\" d=\"M142.814 103.132c-.294-1.047-.22-1.285-.22-1.285M140.31 101.246s-.175-.409.111-.642c.169-.138.901.26 1.277-1.373 0 0-.228-.027-.751.211v-.13s-.117-.364-.065-.818c0 0 .249-.383.258-.538 0 0-.472-.175-1.394 1.011 0 0-.084-.253-.759-.707 0 0-.366 1.036-.182 1.623.143.456.154.617.636.948 0 0 .39.169.441.688.182 0 .419-.031.419-.031s.022.005.009-.242zM139.622 102.454c-.149.084-.216.161-.48.195-1.189.152-1.857-1.415-1.857-1.415-.039-.312.104-.147.351-.059.325.117.421.025.785-.019.48-.059 1.02.415 1.02.415.305.266.331.799.331.799-.033.084-.15.084-.15.084zM138.21 99.625c-1.244-.528-1.983.064-1.983.064-.046.078.073.115.073.115.78.096.53.06.854.505.555.762 1.538.602 1.538.602.202.046.404.289.404.289-.083-.68-.886-1.575-.886-1.575zM136.056 94.699c-.239-.165-.185.165-.185.165-.514-.9-1.872-.969-1.872-.969a.25.25 0 01-.175-.089c-.227 0 .052.454.052.454.409 1.091.799 1.214.799 1.214-.463.265-1.206-.311-1.039.11.721.759 1.208.863 1.208.863.909.221 1.311 0 1.311 0 .208.376.344.429.344.429.824.247 1.006.721 1.006.721 0-.903-.34-2.015-.34-2.015-.257-.387-1.109-.884-1.109-.883z\"/>\n    <path fill=\"#006300\" fill-rule=\"nonzero\" d=\"M142.474 103.444c-.441.138-.478.45-.478.45-.432.588-1.983.028-1.983.028-.478-.128-.386-.257-.386-.257.432-.22.579-.395.579-.395-.826-.744-.946-1.708-.946-1.708 1.286-.257 1.68-.018 1.68-.018-.083-.496-.505-.505-.505-.505-.101-.156.12-.165.12-.165 1.129.11 1.735.817 1.735.817.422.597.294 1.184.294 1.184.102.597-.11.569-.11.569zM137.228 98.266c-.625-.184-.987.02-.987.02-.325.13-.915-.247-.915-.247-.779-.649-.928-1.052-.928-1.052 0-.117.688-.091.688-.091.907-.022 1.113.164 1.113.164.468.266.42.51.588.608.404.236.468.347.468.347.114.157.164.308-.027.251zM138.44 98.584c.429-.493 1.013-.156 1.013-.156.896.104 1.182-.909 1.182-.909.208-.415.364-.61.364-.61.052-.234-.389-.039-.389-.039-.766.195-.792.273-.792.273.13-1.208.13-1.221.13-1.221.013-.195-.208-.052-.208-.052-1.104.636-1.233 1.104-1.233 1.104l-.454-.857c-.143-.35-.247.039-.247.039-.208 1.039-.13 1.13-.13 1.13.143.558.286.714.286.714.26.338.26.468.26.468l.218.116z\"/>\n    <path fill=\"#006300\" fill-rule=\"nonzero\" d=\"M144.935 101.424c-.174.046-.633.771-.633.771-.551-1.037-1.286-1.203-1.286-1.203-.147.064.018.303.018.303.22.551-.037.982-.037.982-.083.404.009.496.009.496-.872-.45-.928-.404-.928-.404-.009.56.661 1.607.661 1.607 1.451-.386 1.561-.358 1.561-.358.542-.083.528-.092.528-.092.437-1.248.107-2.102.107-2.102zM137.826 95.714c.56.275.597.643.597.643.147.478 1.45.588 1.45.588 1.065-.11.955-.303.955-.303-.615-.542-.439-.499-.698-.753-.464-.455-1.074-.468-1.074-.468-.817.129-.992-.037-.992-.037-.293.155-.238.33-.238.33zM136.561 93.84c-.263-.96.606-2.149.606-2.149.725 1.35.588 1.726.588 1.726-.257.9-.613 1.561-.613 1.561-.133-.679-.484-.786-.581-1.138z\"/>\n    <path fill=\"#006300\" fill-rule=\"nonzero\" d=\"M136.098 94.215c-.92.026-1.796-1.015-1.796-1.015 1.371-.356 1.679-.149 1.679-.149.752.428 1.267.892 1.267.892-.639-.029-.813.263-1.15.272z\"/>\n    <path fill=\"#006300\" fill-rule=\"nonzero\" d=\"M135.389 92.923c-.584.091-1.091-.48-1.091-.48-.779-1.039-.519-1.376-.519-1.376.065-.039.156.091.156.091.247.221.688.273.688.273-1.247-.779-.428-2.506-.428-2.506.156-.169.208.247.208.247.169.455.662.727.662.727.26.351.26.494.26.494.13-.585.272-.429.272-.429.156.467.673.795.74 1.117.182.87.039.987.039.987-.104.506-.11.889-.11.889-.475-.177-.877-.034-.877-.034zM138.323 95.014c.299-.403 0-1.156 0-1.156-.117-.805 1.091-1.571 1.091-1.571.351.649.312 1.039.312 1.039.922-.221 1.13-.286 1.13-.286.039.519-.454 1.272-.454 1.272.753.221 1.013-.143 1.013-.143-.364 1.675-1.961 1.337-1.961 1.337-.663-.428-1.131-.492-1.131-.492z\"/>\n    <path fill=\"#006300\" fill-rule=\"nonzero\" d=\"M135.818 90.131c.092-1.01.276-1.047.276-1.047.109.04.162.489.307.556.633.292.629.968.629.968-.018.808-.135.735-.135.735-.884-.01-1.077-1.211-1.077-1.212zM138.739 90.33c.309-1.145.122-1.259.122-1.259-.135 0-.376.471-.563.485-.812.064-1.082.807-1.082.807-.307.894-.149.862-.149.862.973.344 1.562-.488 1.672-.895z\"/>\n    <path fill=\"#006300\" fill-rule=\"nonzero\" d=\"M135.857 88.236c.107-1.181.321-1.224.321-1.224.127.047.19.572.36.65.74.341.736 1.131.736 1.131-.021.945-.158.86-.158.86-1.033-.013-1.297-.997-1.259-1.417zM139.155 88.518c.334-1.138.15-1.257.15-1.257-.135-.003-.386.462-.573.473-.814.045-1.1.783-1.1.783-.327.887-.168.858-.168.858.965.367 1.573-.452 1.691-.857zM140.511 91.7c.939-.724.86-.928.86-.928-.108-.082-.584.146-.741.045-.685-.442-1.35-.014-1.35-.014-.786.525-.641.595-.641.595.565.864 1.538.559 1.872.302z\"/>\n    <path fill=\"#006300\" fill-rule=\"nonzero\" d=\"M140.48 92.32c.894-.41.864-.58.864-.58-.075-.08-.506.021-.618-.081-.49-.447-1.109-.221-1.109-.221-.735.281-.627.357-.627.357.32.753 1.172.67 1.49.525zM137.397 86.899c-.356-1.059.716-2.461.716-2.461.226.658.349 1.175.349 1.175.853-.866 1.608-.999 1.608-.999l-.029.669c.569-.055.808-.184.808-.184-.122.849-1.194 1.708-1.194 1.708-.404.257-.9.165-.9.165-.776.221-.957.749-.957.749-.075-.459-.129-.012-.401-.822zM138.959 90.443c.48-.636 1.247-.364 1.247-.364.688.052 1.273-.662 1.273-.662.311-.507.506-.623.506-.623-.026-.169-.195-.143-.195-.143-.415.091-.415.104-.415.104.312-1.156.143-1.208.143-1.208-.104 0-.169.078-.169.078-.182.532-.922.506-.922.506-.039-.766-.208-.662-.208-.662-.117.195-.363.311-.363.311-.727.727-.727 1.039-.727 1.039.038.858-.17 1.624-.17 1.624z\"/>\n    <path fill=\"#00873F\" fill-rule=\"nonzero\" d=\"M138.82 94.644c.097-.111.315-.277.483-.372.168-.096.114-.056.195-.239.075-.173.053-.135.173-.253l-.106.324c.169-.097.232-.151.471-.279.02.094-.156.179-.299.273a7.861 7.861 0 01-.372.239l-.65.551c.615-.143.505-.04.812-.091.658-.108.969-1.039 1.192-1.582-.451.084-.918.185-1.249.408-.425.285-.393.544-.65 1.021zM137.14 96.991c-.039-.101-.154-.267-.217-.378-.175-.314-.195-.406-.424-.764-.146-.231-.093-.11-.187-.368.087.006.207.267.305.374l-.002-.38c.105.008.075.1.081.215.02.372-.016.308.213.716l.463.762c-.028-.12-.087-.227-.12-.352-.136-.497.175-1.088-1.052-1.818l-.303-.185c.021.603.088 1.598.642 1.91.097.054.209.078.313.121.113.048.192.102.288.147zM136.856 89.439c-.045-.154-.117-.291-.164-.465-.044-.156-.019-.12-.129-.197l-.144-.175.181.092a1.162 1.162 0 00-.146-.283c-.113-.162-.062-.054-.18-.264.21-.023.431.6.478.762.144.48.138.422.421.808-.002-.066-.104-.183-.13-.282-.076-.264.21-.623-.072-1.188-.168-.34-.516-.396-.686-.681l-.149-.293c-.055.102-.14.505-.147.638-.025.414.076.959.363 1.234.105.099.362.24.504.294zM138.421 86.448c.059-.042.173-.203.276-.292l.299-.251-.045-.277c.059.02.036-.026.095.189.077-.068.256-.37.335-.49.059.082-.116.338-.17.418a1.182 1.182 0 01-.297.336l-.574.704c.12-.038.209-.08.339-.107.372-.074.516-.106.776-.523.246-.392.313-.875.412-1.327-.532.213-1.094.428-1.37.927-.101.182-.056.339-.076.693zM135.065 91.48c-.152-.392-.57-.853-.615-1.051l-.061-.466c.087.012.047-.022.073.06 0 0 .024.263.055.338l.189.34c.008-.227-.03-.115.059-.31.091.117-.049.318.087.545.071.119.168.306.256.408-.004-.324.219-.822-.148-1.295-.128-.163-.278-.219-.437-.354l-.308-.485c-.248.527-.201 1.598.296 1.954.095.069.181.093.284.149.053.03.087.048.138.08.048.031.083.061.132.087zM137.465 89.389c.214-.176.147-.246.645-.621.123-.092.213-.196.32-.314.153-.167.102-.134.305-.331.051.089-.278.431-.381.556l.2.024c-.032.119-.144.031-.306.075-.146.037-.532.476-.638.587.096-.028.183-.067.299-.089.309-.061.502.022.836-.404.281-.356.381-.804.517-1.24-.427.101-.944.318-1.182.551-.343.331-.314.614-.443.909-.052.116-.125.193-.172.297zM135.796 92.61c-.049-.072-.216-.201-.299-.261-.171-.123-.193-.125-.432-.143l-.715-.396c.088-.046.134.058.301.147l.335.145-.041-.185c.063.004.069.014.096.083l.02.118c.321.026.27.032.589.235-.035-.145-.055-.136-.146-.209-.079-.062-.097-.111-.16-.197-.101-.139.012.065-.16-.195-.278-.418-.583-.235-.78-.286l-.51-.209c.087.492.347.86.601 1.097.134.125.29.267.536.31.078.013.667-.036.765-.054zM135.509 95.28a3.005 3.005 0 00-.333-.269c-.087-.062-.13-.054-.248-.066l-.231-.078.26-.01c-.03-.02-.083-.069-.12-.099-.183-.147-.219-.145-.337-.322.051-.048.085.012.156.067.211.165.621.495.826.635l.382.211c-.018-.205-.366-.865-.654-.991l-1.277-.35c.065.215.382.81.514.989.372.507.412.338.682.297.137-.02.244-.01.38-.014zM136.122 92.403l-.483-1.6c.088.029.076.136.128.315l.128.331c.064-.139-.026-.019.112-.237.062.07-.01.221-.036.311-.049.169-.045.106.022.279l.229.591c.011-.133-.001-.205.023-.343.073-.387.134-.602-.05-1.006-.161-.354-.428-.614-.677-.891-.037.068-.113.529-.129.64-.06.41-.026.973.301 1.238.256.214.106.046.432.372zM137.076 94.475c.01-.165-.018-.927-.012-1.273 0-.074.004-.147.004-.221.002-.117-.01-.078.053-.165l.018.032.008.016.006.096-.008.525.152-.257c.096.036.014.133-.03.223-.035.07-.114.203-.126.269l.025.752c.004-.006.01-.02.012-.016.008.012.083-.195.128-.27.156-.265.337-.645.262-.985l-.42-1.208c-.088.149-.197.398-.27.561-.087.195-.158.43-.191.666-.079.563.073.677.246.969.054.091.094.188.143.286zM137.749 87.301c.006-.143.065-.881.047-.943-.006-.02-.049-.105-.061-.141l-.069-.296c.105.012.061.076.12.185l.04.056.018-.217c.012-.147-.01-.074.053-.217.059.034.026-.024.041.066.002.012-.006.096-.008.11-.051.493-.071 1.033-.094 1.528.047-.08.065-.209.116-.306.128-.251.349-.684.327-.977l-.278-1.445c-.1.153-.199.394-.284.569-.189.386-.363.973-.246 1.411l.246.571c.019.033.015.026.032.046zM133.889 95.623c.087.107.264.261.388.356.243.181.808.42 1.092.402l.648-.119-.1-.301c-.12.004-.213.054-.351.056-.136.004-.27-.01-.398-.028a5.027 5.027 0 01-.368-.064c-.219-.046-.142-.012-.309-.129l.682.1c-.178-.137-.114-.066-.244-.245.098-.01.301.185.388.245l.583-.028-.045-.344c-.292-.121-.702-.115-1.001-.01-.607.208-.392.16-.965.109zM134.658 97.135c.035.113.648.814.794.862l1.344.056a6.07 6.07 0 00-.593-.265c-.258-.105-.274-.05-.691-.006.022-.093.1-.074.325-.127-.094-.05-.502-.165-.508-.169l-.059-.064c.028-.028.008-.032.069-.026.02.002.077.024.104.032.621.203.798.284 1.387.527a1.604 1.604 0 01-.378-.38c-.54-.685-1.108-.462-1.794-.44zM139.329 89.637l.206-.376c.101-.213-.059-.219.013-.505.073.023.05.017.088.262l.249-.57c.072.192-.322.922-.406 1.1l-.133.368c.322-.358.715-.526.778-.824l.047-1.441c-.231.19-.545.499-.702.753-.234.374-.213.717-.14 1.233zM138.708 98.146c.118-.052.207-.122.343-.177.53-.146.319.107.656-.362l-.089.249c.241-.08.303-.229.481-.406.045.089-.093.237-.163.306-.297.294-.599.199-.774.267l-.349.173c.4-.062.355.01.686.06.674.103.865-.571 1.094-.969l.16-.282c-.382.04-.845.274-1.141.438a1.816 1.816 0 00-.453.336c-.061.056-.134.133-.207.185-.103.076-.179.096-.244.182z\"/>\n    <path fill=\"#00873F\" fill-rule=\"nonzero\" d=\"M138.659 94.575c.236-.225.185-.752.361-1.069a.836.836 0 01.098-.141c.065-.083.041-.066.126-.064.028.062-.1.129-.15.241l-.106.34c.022-.016.014-.01.035-.032a.255.255 0 00.035-.046c.166-.235.315-.293.554-.444l-.229-.85-.418.362c-.11.096-.266.281-.355.436-.296.524.027.771.049 1.267zM138.535 98.068l.552-.905v-.425c.084.013.054-.032.109.252.186-.273.057-.241.268-.378.015.081-.215.497-.245.54-.234.329-.347.536-.55.884.132-.054.312-.246.406-.333a1.29 1.29 0 01.209-.166c.079-.051.163-.09.238-.139l.234-1.295c-.212.09-.78.489-.946.698-.344.439-.363.573-.275 1.267zM139.774 94.893l.719-.066c-.022.094-.124.096-.327.127-.323.05-.922.044-1.269.05.1.056.201.09.304.151.104.062.179.112.286.167.226.117.5.106.743.014l.942-.877c-.495.115-.223.133-.891-.002-.102.089-.148.197-.362.342-.044.03-.106.058-.145.094zM134.662 93.153c.203.417.797.916 1.332.851.238-.03.282-.106.425-.246-.031-.036.007-.007-.04-.031a.235.235 0 00-.061-.018c-.409-.081-.459-.048-.876-.002l.189-.098c-.11-.028-.218-.052-.325-.082-.171-.048-.148-.041-.279-.135.047-.047.036-.036.12-.011.546.175.674.165 1.269.257-.057-.18-.525-.403-.777-.437-.397-.051-.534.152-.977-.048zM138.188 97.938l-.181-1.162c.095.026.067.062.112.306l.207 1.054c.018-.4.154-.686.034-1.098l-.414-.794c-.077.189-.132.724-.116.949.026.354.099.46.284.673.035.04.033.042.074.072zM139.762 86.074c.059-.036.106-.098.16-.165l.171-.133c.004.098-.138.213-.233.332-.136.173-.221.201-.288.284-.266.336-.238.279-.66.464.867.052 1.336-.862 1.708-1.486-.82.117-.67.173-.749.408-.034.103-.084.199-.109.296zM140.044 89.738l.236-.391c.142-.207.234-.063.459-.283-.06-.055-.042-.038-.289.059l.393-.536c-.216.037-.678.792-.797.965l-.268.321c.158-.489.102-.941.343-1.16l1.304-.817c-.051.315-.168.77-.318 1.051-.219.417-.547.581-1.063.791zM136.792 91.277c-.071-.215-.331-.438-.374-.557l-.187-.756c.105.012.105.213.124.301l.1.324c.063-.231-.041-.068.103-.292.071.141-.085.376.012.507.097.133.105.115.256.342.086-.348.1-.79-.11-1.029l-.605-.664c-.154.223-.14.854-.032 1.174.124.358.262.398.489.519.088.047.139.093.224.131zM137.317 91.191c.154-.203.512-.345.602-.455l.476-.735c-.115-.025-.189.188-.243.275l-.225.307c.018-.269.069-.057-.002-.347-.127.124-.047.431-.198.534-.151.106-.153.084-.398.27.035-.401.183-.877.495-1.054l.886-.483c.082.294-.164.959-.397 1.259-.263.335-.424.327-.709.372-.111.017-.183.047-.287.057zM138.91 91.283c.236-.012.881-.022 1.078-.127l.272-.127c0 .072 0 .034-.102.139.26-.012.146-.03.396.014-.03.052.051.044-.207.06-.289.02-.443.05-.703.079l-.962.096c.615.223.715.563 1.411.304.554-.207.664-.432 1.015-.854-.865.201-.957-.531-1.805.028-.103.068-.332.3-.393.388z\"/>\n    <path fill=\"#00873F\" fill-rule=\"nonzero\" d=\"M140.063 91.814c.226.028.132-.004.321.084-.089.076-.465-.018-.615.012l-.621-.012c.199.275.532.408 1.003.36.463-.05.583-.169.956-.396l-.703-.231-.341.183zM139.806 95.85a1.123 1.123 0 00-.309-.171c-.392-.149-.7-.008-.899-.012l-.447-.052c.118.131.599.31.833.348.603.098.197.257.822-.113zM139.867 96.295l.179.161c-.047.024-.112-.02-.187-.056l-.034.408.818-.103c-.258-.326-.424-.482-.731-.768-.023.126-.059.219-.045.358zM138.818 96.526l.489-.37c-.124-.096-.351-.092-.522-.145l-.471-.189c.113.157.116.121.251.352.074.129.129.266.253.352zM141.184 89.287c-.212.124-.362.318-.599.417-.32.13-.663.001-.865.207.541-.031.897.175 1.317-.211.258-.237.483-.604.693-.907-.085-.006-.365.08-.421.137-.03.03-.07.125-.101.173-.096.154-.031.039-.024.184z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M136.57 93.574c-.078-.636-.441-.818-.441-.818M137.051 91.431l-.26-.208M137.323 89.834c-.208-.299-.221-.299-.221-.299\"/>\n    <path fill=\"#006300\" fill-rule=\"nonzero\" d=\"M146.085 105.713c.225.077.686.291.871.378l.636 1.185c.245.173.205.135.479.202l-1.516.626c-.44.164-.264.549-.059.626.225.067.694-.125.861-.202a16.918 16.918 0 002.113-1.137c.108-.067.606-.414.704-.395l2.68 1.522c.195.087.587.337.802.183.088-.058.225-.193.176-.347-.039-.164-.146-.192-.274-.241-.206-.087-1.418-.636-1.458-.636l.323-.087c.098-.068-.071-.267.056-.229l.667-1.091.831-.299c-.004-.764-6.256-1.241-7.892-.058z\"/>\n    <path fill=\"#006300\" fill-rule=\"nonzero\" d=\"M150.673 105.888c.019.511.098.376.577.366l.89.038c-.225.048-.479.039-.714.067l-.665.116.01.221 1.575.453c.137-.337-.186-.578-.078-.838.039-.077.127-.135.166-.347l.039-.424c.293.193-.02.771-.02.809l-.049.867c.323-.183.108-.607.186-.886.059-.183.108-.202.078-.434-.019-.144-.059-.347-.166-.395-.264-.125-1.037.183-1.36.279-.156.041-.332.051-.469.108zM147.759 107.218c-.274-.443.01-.617-.049-.867-.098-.453-.225-.086-.02-.809.029.048.01.289.039.405.176.626.186-.067.088 1.204l1.673-.453-.039-.299c-.558-.01-.871-.058-1.428-.106l1.418-.077c.01-.087-.01-.087-.039-.164l-.059-.202c-.381-.096-1.496-.501-1.712-.328-.088.077-.117.26-.137.395-.019.231.03.25.079.433.088.329-.147.617.186.868zM149.783 105.648c-.558.096-.117.501-.098.751 0 .135-.137.366.01.424.137.058.43-.01.587-.01.215-.01.362.01.333-.26-.019-.202-.088-.27-.088-.53-.01-.183.029-.386-.176-.405a3.723 3.723 0 00-.568.03zM146.526 108.239c-.225.067-.166.501.284.356.303-.105.068-.472-.284-.356zM153.177 108.259c-.068.164-.059.241.098.308.166.077.264.077.372-.039.146-.144.029-.202-.098-.27-.137-.077-.029-.068-.137-.039-.078.03-.137.02-.235.04z\"/>\n    <path fill=\"#FF0\" fill-rule=\"nonzero\" d=\"M146.518 108.287c-.225.068-.166.501.284.357.303-.107.069-.473-.284-.357zM153.169 108.304c-.068.164-.059.241.098.308.166.077.264.077.372-.039.147-.144.029-.202-.098-.27-.137-.077-.029-.067-.137-.038-.078.03-.137.02-.235.039z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M142.679 103.989c-.642.226-1.295.432-1.896.74-.166.082-.414.257-.559.308-.342-.514-.808-1.273-1.139-1.715a2.42 2.42 0 00-.767-.657c-.507-.236-.694-.164-1.015.113l-.228-.432c-.456-.801-.933-1.171-1.44-1.818l-.456-.534c-.062-.072-.083-.123-.166-.164l.259.966.207.996c-.28-.154-.539-.308-.829-.431-.218-.082-.777-.205-1.046-.175l.331.298c.57.503.943 1.171 1.171 1.921.248.811.829 1.674 1.44 2.27.124.123.477.441.704.523.684.247.653-.01.901-.133.394.678.632 1.017 1.14 1.643l.331.37c.653.688 1.678.873 2.61.657.415-.103.674-.216.995-.4 1.212-.698.632-1.243.487-1.797.394-.123 1.935-.589 2.489-.692 1.952-.361 5.569-.409 7.883-.072.207.03 2.54.651 2.768.785 0 0-.151.374-.187.536-.039.173-.019.467-.019.467.04.393.377.599.677.773.321.185.58.298.994.401.404.092.839.113 1.254.051.87-.144 1.326-.647 1.699-1.099.114-.134.207-.247.321-.38.093-.123.197-.267.29-.401.166-.247.404-.698.518-.853 0 0 .177.164.302.205.118.039.506-.031.609-.072.3-.113.487-.339.694-.534.642-.616 1.181-1.417 1.44-2.29.311-1.027.735-1.51 1.492-2.177 0 0-.358.015-.534.046a5.96 5.96 0 00-.522.139c-.161.068-.269.123-.414.195-.114.072-.29.185-.394.226l.207-1.006c.062-.277.217-.688.248-.955l-.321.349c-.197.246-.425.472-.611.719-.093.113-.207.216-.3.339-.187.247-.394.452-.58.719-.093.144-.156.257-.249.411-.062.103-.155.339-.217.411-1.375-.764-1.993 1.097-2.921 2.239-.87-.462-1.388-.698-2.372-1.006-.186-.052-.746-.175-.86-.236-.054-.003-2.02-.401-2.02-.401-.342-.01-.86-.113-1.233-.154-2.548-.298-5.355-.287-7.893.093l-1.191.185c0-.002-2.09.504-2.082.49z\"/>\n    <path fill=\"#CE1126\" fill-rule=\"nonzero\" d=\"M140.907 107.954c.042-.062.062-.164.104-.247.124-.216.404-.39.642-.493 1.253-.575 1.875-.812 3.304-1.192.777-.205 1.699-.38 2.517-.473.301-.031.215-.056.645-.08.317-.018.391-.023.671-.043a23.29 23.29 0 012.942 0c.27.01.412.007.669.035.156.017.218.018.342.043.114.023.17.025.305.045.849.103 1.75.257 2.548.473 1.285.329 2.134.637 3.294 1.181.528.246.456.257.756.739.383-.257.663-.812.88-1.181.114-.195.28-.462.352-.688.124-.38-.114-.503-.29-.647-.642-.555-1.844-1.037-2.869-1.325-4.402-1.222-10.462-1.273-14.854-.01-1.067.308-2.154.739-2.859 1.305a2.063 2.063 0 00-.269.246c-.249.288.161.858.29 1.099.129.241.241.478.373.657.169.233.31.371.507.556z\"/>\n    <path fill=\"#CE1126\" fill-rule=\"nonzero\" d=\"M136.557 104.031c.497.093.673.236.994.668.715.986.746 1.684 1.958 3.019.28.308.487.555.911.739.446.195.912.257 1.44.185.497-.062.87-.195 1.243-.411 0 0 .446-.257.564-.414.117-.157.141-.531.141-.531-.362-.113-1.015.596-1.44.873-.777.514-1.077.329-1.626-.154-.476-.411-.652-.853-.963-1.387-.124-.216-.352-.544-.269-.883l.58-.596c-.052-.134-.269-.421-.363-.555-.124-.195-.228-.359-.362-.565-.29-.441-.456-.739-.829-1.027-.217-.175-.652-.431-.963-.246-.124.082-.145.134-.248.226-.104.093-.321.37-.425.493-.126.145-.271.35-.343.566z\"/>\n    <path fill=\"#CE1126\" fill-rule=\"nonzero\" d=\"M135.728 102.14c-.114-.041-.528-.359-.746-.452l-.912-.308c.124.154.249.247.497.555.58.739.58 1.335 1.036 2.218.155.298.425.688.652.955.156.195.681.696.819.811.224.188.246.171.474.21.136.023.325-.006.357-.127.041-.156-.376-.432-.604-.545a3.545 3.545 0 01-.725-.503c-.539-.544-.125-1.212.29-1.684l.28-.329c.052-.093-.093-.298-.145-.401a5.788 5.788 0 00-.487-.77c-.248-.298-.88-1.006-1.16-1.325.042.257.125.606.176.873.043.186.188.678.198.822zM143.777 107.122l-.217-.513c-.301.031-1.772.678-2.113.894-.104.062-.518.39-.321.596.57.616 1.429-.288 1.937-.678.175-.144.403-.309.714-.299z\"/>\n    <path fill=\"#CE1126\" fill-rule=\"nonzero\" d=\"M138.088 105.934c-.093-.031-.072-.216-.404-.462-.124-.103-.874-.493-1.003-.637 0 0-.245-.175-.216-.428.023-.193.183-.23.183-.23.674.021 1.471 1.675 1.44 1.757zM164.013 104.062c-.497.093-.673.236-.994.668-.715.986-.746 1.684-1.958 3.019-.279.308-.487.555-.911.739a2.601 2.601 0 01-1.44.185 3.116 3.116 0 01-1.243-.411s-.446-.257-.564-.414c-.117-.157-.141-.531-.141-.531.363-.113 1.015.596 1.44.873.777.513 1.077.328 1.626-.154.476-.411.652-.853.963-1.387.124-.216.352-.544.269-.883l-.58-.596c.052-.134.27-.421.363-.555.124-.195.228-.359.362-.565.29-.442.456-.739.829-1.027.217-.175.652-.431.963-.246.124.082.145.134.249.226.103.093.321.37.424.493.126.145.27.35.343.566z\"/>\n    <path fill=\"#CE1126\" fill-rule=\"nonzero\" d=\"M164.842 102.172c.114-.041.528-.359.746-.452l.911-.308c-.124.154-.249.246-.497.555-.58.739-.58 1.335-1.036 2.218a5.745 5.745 0 01-.652.955c-.156.195-.68.695-.819.811-.224.188-.246.171-.474.21-.136.023-.325-.006-.357-.127-.041-.156.376-.432.604-.545.28-.154.528-.318.725-.503.538-.544.124-1.212-.29-1.685l-.28-.328c-.052-.093.093-.298.145-.401.155-.287.321-.555.487-.77.248-.298.88-1.006 1.16-1.325-.042.257-.124.606-.176.873-.042.185-.187.678-.197.822zM156.793 107.154l.218-.513c.3.031 1.771.678 2.113.893.104.062.518.391.321.596-.57.616-1.43-.288-1.937-.678-.176-.144-.404-.309-.715-.298z\"/>\n    <path fill=\"#CE1126\" fill-rule=\"nonzero\" d=\"M162.482 105.965c.093-.031.073-.216.404-.462.124-.103.874-.493 1.003-.637 0 0 .245-.176.216-.428a.258.258 0 00-.183-.23c-.674.021-1.471 1.675-1.44 1.757z\"/>\n    <path fill=\"#EAC102\" fill-rule=\"nonzero\" d=\"M143.459 105.396c.022.001.04.027.047.029l.05.006c0-.018-.023-.028-.038-.034l-.051-.02a.04.04 0 00-.008.019zM146.216 104.041a.76.76 0 00-.15.009l-.168.027c-.081.009-.117.03-.171.039l-.045.009c-.003.063.024.009.054.075.027.051.015.087.03.141.003.012.006.015.009.045l.027.207c.006.027.009.036.012.066.006.063 0 .069.018.123.006.018.036.354.036.375a.128.128 0 01-.018.066l-.009.027c-.012.012-.009.003-.009.027.042-.006.021-.012.084-.018.009-.003.018.003.027 0l.18-.036c.087-.009.06-.003.102-.009l.057-.012c.048-.003.024-.003.045-.009.018-.006.078-.015.132-.036l.027-.009c.015-.009.009-.012.021-.021.015-.006-.003 0 .009-.009a.382.382 0 00.075-.066l.036-.045a.373.373 0 000-.273c-.015-.03-.018-.042-.045-.066l-.009-.009c-.003 0-.009.003-.009 0-.003 0 0-.006 0-.009-.003 0-.009.003-.012 0l-.018-.018-.132-.048c-.036-.015-.027-.009-.054-.036.06-.036.129-.078.159-.141l.009-.021a.224.224 0 00-.009-.204l-.009-.009c-.024-.036-.039-.066-.066-.087l-.075-.027a.62.62 0 00-.141-.018zm-.168.093a.24.24 0 01.15.018c.027.015.012.009.036.03l.009.009a.16.16 0 01.048.093.54.54 0 01-.009.141c-.003.003 0 .006 0 .009-.015.039-.006.027-.039.057-.027.027.003-.003-.036.018l-.009.009-.048.018c-.051.024-.054.03-.132.03-.012-.108.009-.084-.018-.198a1.013 1.013 0 01-.009-.141v-.045l.057-.048zm.093.507a.328.328 0 01.15.018l.057.057c.021.03.042.069.045.102.009.066.015.186-.027.234a.23.23 0 01-.093.057c-.165.063-.165-.012-.18-.057-.024-.084-.006-.054-.018-.129-.006-.042-.015-.036-.018-.087-.009-.105-.021-.099-.021-.177.072-.006.057-.015.105-.018zM142.441 104.979a.413.413 0 00-.107.015l-.016.008c-.033.01-.066.008-.095.023l-.006.004-.2.086c-.039.017-.143.048-.153.08.011.019.035.011.069.05.011.011.019.056.028.082.004.015.004.026.009.041.009.041.032.075.039.137l.015.052.006.017.004.017.006.015c.006.017.004.019.009.037.004.03.013.045.022.079.008.039.012.011.019.066.004.034.013.039.019.073.009.039.011.071.026.107l.002.006.004.009c.004.009.002.006.006.019.002.013.002.024.006.039.006.026.002-.002.011.032l.013.054c.011.035.019.073-.005.109l-.02.051c.054-.002.066-.01.11-.027l.06-.027c.049-.021.114-.027.163-.054.004-.045.008-.011-.04-.035-.023-.011-.013-.004-.023-.019-.021-.026-.03-.114-.047-.155l-.021-.062c-.004-.013-.004-.021-.006-.034l-.021-.079a.276.276 0 01-.015-.084.414.414 0 00.079-.019c.013.03.038.052.054.082.017.032.04.047.063.073.021.021.025.03.046.047l.05.043c.015.009.01.004.025.013l.004.004.004.002.002.004c.002.002.004.004.004.006.019.017.033.024.054.037l.004.004a.325.325 0 00.299.031c-.019-.024-.042-.031-.067-.054l-.054-.045a.004.004 0 01-.004-.004l-.058-.048-.069-.084c-.002 0-.002-.004-.004-.004l-.002-.006-.134-.204.027-.025c.012-.013 0 .002.014-.015l.004-.004.004-.005.016-.021c.031-.028.018-.015.037-.047a.327.327 0 00.067-.168.357.357 0 00-.047-.183c0-.002-.023-.026-.023-.026-.015-.021-.023-.034-.044-.05l-.017-.015c-.006-.004-.008-.006-.019-.011-.019-.009.004-.002-.021-.009l-.069-.02a.315.315 0 00-.096-.011zm-.098.103c.025-.001.042.009.061.016.046.015.01-.005.052.039.002 0 .006.006.011.011l.021.026c.034.05.025.051.038.09.032.094.031.182-.035.259l-.111.074c-.043.025-.058.027-.101.025-.006-.026-.002-.006-.006-.021l-.019-.066c-.008-.019-.006-.028-.013-.047l-.049-.174-.006-.023a.835.835 0 01-.018-.114.109.109 0 01.055-.061l.081-.029a.19.19 0 01.039-.005zM144.267 104.428a.301.301 0 00-.057.005l-.155.03c-.06.012-.118.035-.176.052a.093.093 0 00-.018.006l-.006.002-.019.006c-.01.002-.014.002-.025.006l-.076.025-.006.004c-.004.004-.035.008-.002.038.015.013.029.007.052.035.029.035.039.148.045.178.011.039.006.004.013.037.004.019.002.038.007.056.006.026.015.039.019.081.007.086.009.056.018.096l.026.137c.002.03.006.03.011.049.011.03.005.064.013.094a.676.676 0 01.034.294l-.033.049c.021 0 .147-.033.18-.039l.047-.013.006-.002.006-.002c.074-.027.048.005.095-.048-.021-.037-.048.01-.065-.078-.013-.058-.034-.116-.039-.176l-.039-.188c.035-.006.151-.041.178-.052a.89.89 0 00.171-.088l.066-.064.002-.004a.289.289 0 00.071-.211c0-.013 0-.038-.003-.051-.006-.043-.002-.006-.013-.037-.011-.034.002-.021-.019-.062-.002-.006-.008-.015-.011-.021a.19.19 0 00-.082-.088l-.05-.033-.01-.005-.011-.002a.546.546 0 00-.145-.016zm-.1.099h.017c.04.002.104.042.115.054a.4.4 0 01.076.198c.005.103.007.088-.013.137l-.002.004c-.022.058.01.002-.043.064l-.142.076c-.027.008-.043.006-.072.006-.002-.034-.001-.075-.011-.103-.019-.054-.011-.055-.022-.088l-.037-.187c-.008-.034-.008.002-.013-.043a.133.133 0 01.002-.049c.002-.011.014-.026.028-.038l.004-.002a.207.207 0 01.113-.029zM149.456 103.681l-.042.004c-.037.004-.074.001-.114.007l-.004.038-.038.182c-.004.019-.002.023-.008.04-.004.017-.006.013-.01.04-.01.066-.008.037-.018.071-.014.049.009.037-.02.122-.004.013-.004.023-.008.036-.004.025-.006.021-.01.032-.006.019-.004.026-.006.047-.006.028-.014.034-.018.072l-.03.147c-.008.026-.008.056-.016.079s-.004-.007-.012.03l-.071.183-.003.004-.007.009c-.016.017-.01.006-.02.043l.263-.006c-.003-.043-.007-.03-.028-.043-.01-.007-.004 0-.015-.015-.002-.002-.002-.004-.002-.006l-.013-.019-.006-.009s-.006-.013-.008-.013c-.006-.015-.002.002-.006-.021a.471.471 0 01-.001-.092c.008-.028.01 0 .016-.086l.317-.006c0 .022 0 .041.007.062l.011.019c.042.105.038.127-.008.221.164.01.116-.008.242-.015l.078-.006c.002-.004.029.002-.017-.054-.011-.013-.006-.006-.019-.026-.015-.023-.006-.009-.017-.037l-.021-.069-.006-.017-.019-.052-.083-.29c-.008-.017-.006-.004-.011-.034-.013-.064-.011-.03-.021-.069-.002-.013-.004-.03-.008-.043l-.054-.178c-.022-.111-.047-.152-.066-.272a.156.156 0 00-.05-.01zm-.117.269l.068.227c.011.026.024.097.045.15.009.024.026.09.026.118-.043.002-.089.001-.132.011l-.104.005c-.007-.111.012-.083.018-.139.006-.071.022-.107.036-.163l.004-.034c.002-.034.006-.041.01-.062.015-.068-.012-.047.029-.113z\"/>\n    <path fill=\"#EAC102\" fill-rule=\"nonzero\" d=\"M142.854 104.814c-.008.062.039.013.067.114.015.051.022.131.039.184l.028.103c.006.026.003.056.011.082.015.051.028.127.039.184.006.041.002.002.011.032.015.043.024.142.041.191l.006.032c.004.043.034.107.014.146l-.002.004c-.023.032-.021.023-.03.064l.498-.13c.074-.021.149-.045.227-.057l.002-.263c-.052.001-.039.019-.068.064-.002.002-.002.004-.004.004l-.006.009-.016.023-.043.042a.246.246 0 01-.066.047c-.086.048-.066.035-.159.067-.017.005-.006.009-.035.01-.035.002-.062-.011-.077-.037l-.03-.094c-.008-.024-.005-.052-.009-.077-.004-.026-.013-.03-.017-.06l-.041-.208c.07-.034.2-.047.236-.034l.004.002.029.011c.014.007.021.017.033.028.013.015.025.018.044.022.014-.025.004-.068-.005-.094l-.015-.073c-.019-.058-.02-.105-.055-.161-.037.012-.01-.004-.027.03l-.01.021c-.008.021-.018.055-.037.068-.002.002-.004.004-.006.004l-.101.048c-.037.01-.06.017-.105.023l-.006-.013c-.036-.118-.035-.201-.038-.326l.083-.04a.292.292 0 01.207-.006c.056.022.088.063.144.085l.018-.021c-.004-.043-.008-.019-.019-.054l-.042-.118c-.011-.022-.013-.037-.03-.056-.056.004-.083.016-.13.031l-.066.016c-.07.021-.176.041-.234.06l-.122.035c-.016.006-.029.008-.043.012l-.087.024zM145.311 104.21c.011.019.031.026.05.043l.055.082c.017.052.02.129.039.183.009.028.004.055.009.083.011.071.035.154.04.225l.002.045c.006.032.004.013.011.032.011.041.011.118.012.163a.176.176 0 01-.024.107c-.021.03-.039.059-.072.079l-.045.025a.273.273 0 01-.104.01.149.149 0 01-.115-.072l-.017-.028a.293.293 0 00-.019-.026.176.176 0 01-.023-.067.121.121 0 00-.009-.034c-.013-.028-.011-.086-.022-.114-.013-.036-.009-.077-.02-.113l-.016-.12c-.002-.039-.009-.043-.013-.071-.004-.03 0-.057-.009-.083-.011-.034-.011-.077-.02-.112-.008-.028-.025-.077-.011-.115a.412.412 0 00.039-.068c-.102.003-.172.03-.269.044a.141.141 0 00-.074.031c.002.013 0 .007.009.015.021.028-.021-.007.017.015.04.024.052.054.057.099.004.032.001.068.009.098l.039.219c.019.06.023.191.04.257l.004.017c.006.017.009.019.009.043.005.045-.001.051.019.086l.006.013.017.037.004.006.038.06c.011.009.004.006.017.015l.017.013c.002.002.002.004.004.004.033.03.065.052.115.063a.468.468 0 00.323-.031l.006-.002.06-.042c.002 0 .002-.002.004-.004.002 0 .002-.002.004-.004a.318.318 0 00.057-.07l.026-.06c.014-.03.006.007.014-.032a.499.499 0 00.005-.102c-.001-.161-.011-.116-.022-.197-.007-.069-.008-.167-.029-.229-.017-.045-.016-.12-.026-.159-.009-.03-.007-.06-.011-.092-.009-.05.009.026-.004-.013-.015-.056-.013-.116.03-.166.012-.011.016-.025.02-.042a.458.458 0 00-.139.016c-.035.008-.067-.001-.091.018-.017.013-.015.005-.023.022zM148.977 104.558l-.05.008-.09.115a.202.202 0 01-.06.042l-.058.019c-.019.006-.019.008-.043.01-.013.002-.025 0-.038-.002-.023-.005-.046-.018-.064-.028l-.065-.05s-.008-.013-.01-.013l-.021-.032-.008-.015-.002-.003-.023-.045c-.008-.015-.004 0-.013-.026l-.036-.112c-.009-.032-.007-.066-.018-.094a1.118 1.118 0 01-.011-.312l.01-.037c.002-.008.004-.008.006-.015a.596.596 0 01.049-.102.126.126 0 01.099-.061.3.3 0 01.079.003l.017.007a.152.152 0 01.056.037l.021.019c.09.086.055.142.12.185.023-.01.027-.028.033-.072l.034-.134c.002-.009.004-.013 0-.026-.002 0-.002-.002-.004-.004l-.002-.006-.016-.014c-.038-.03-.069-.04-.121-.059a.464.464 0 00-.276-.007c-.045.013-.074.036-.113.057l-.08.072-.082.129-.02.071c-.026.062-.02.073-.03.134-.012.081-.014.023-.013.154.003.041.02.15.031.185.021.062.028.103.062.165 0 .002.002.003.002.003l.157.181.004.002.031.017c.042.015.083.031.139.031a.343.343 0 00.174-.032l.045-.029.006-.004a.435.435 0 00.091-.085l.074-.123.004-.009c.021-.036-.002.011.006-.009.006-.017.006-.026.012-.043l.006-.021c.002-.01 0-.008-.001-.022zM146.717 103.935c-.004.062.013.002.05.071.006.011.011.019.013.032.011.049-.001.111.014.158.015.052.01.135.016.191.002.026.004.02.009.034.008.032.005.12.01.163.002.028.011.041.015.067.009.055-.001.111.006.165.004.041.044.122 0 .214-.014.03-.006.008-.039.055.012.007.002.004.023.007a.058.058 0 00.023.002c.047-.002-.002-.011.128-.016.137-.007.143-.016.273-.027.048-.002.039-.01.079-.014l.184-.018.006-.032c.022-.074.023-.177.029-.256-.058.001-.008-.011-.072.074-.023.03-.029.053-.055.074-.002 0-.004.002-.006.004l-.047.029-.112.033a.949.949 0 01-.126.003c-.064-.02-.047-.206-.06-.251a4.108 4.108 0 01-.035-.415c-.003-.066-.031-.182-.023-.283.004-.037.021-.038.057-.102-.048-.001-.046.001-.083.01-.029.006-.066.004-.099.006-.035.004-.041.012-.079.014-.036.003-.072.002-.099.008zM147.589 103.84c.007.052-.004.011.015.026.023.019.011-.009.036.032.027.041.011.066.02.122.004.03.013.03.013.073l.049.655c.011.056.013.009.013.118.001.081-.01.028-.053.119a2.47 2.47 0 00.273-.019l.081-.016c0-.047-.002-.021-.038-.047-.05-.037-.034-.261-.057-.364-.009-.037-.007-.122-.008-.165-.002-.032-.013-.052-.018-.144-.003-.045-.001-.118-.012-.158-.006-.028-.026-.165-.006-.206l.002-.004c.03-.055.008.007.045-.062a1.519 1.519 0 00-.355.04zM150.829 103.638l-.338.021a.02.02 0 00-.006.002c.006.075.014-.015.046.069.006.016.006.012.006.033.007.13-.011.656-.014.822-.004.232.012.158-.06.275.075.005.377.018.443-.001.026-.008.059-.001.082-.013.042-.019.069-.02.109-.052l.004-.004.004-.002.018-.016c.035-.028.011-.001.042-.038l.026-.028.004-.003.042-.061.004-.004c.017-.022.028-.05.04-.076.008-.018 0 .005.007-.014.005-.015.005-.027.009-.041.018-.064.004.004.018-.079.006-.04.009-.003.012-.081.003-.044.01-.142.001-.182-.018-.086.002-.058-.027-.134a.008.008 0 00-.002-.005l-.004-.01c-.016-.038-.026-.091-.042-.113l-.042-.061c-.001 0-.002-.003-.004-.003l-.002-.005c-.01-.014-.004-.016-.019-.035-.043-.057-.077-.074-.138-.112l-.031-.016c-.011-.005-.001-.004-.021-.007-.015-.004-.031-.003-.046-.004-.053-.008.007-.018-.121-.022zm.028.092c.04.001.078.009.114.033l.004.002.023.024c.019.021.011.014.02.035a.017.017 0 01.002.005l.039.081a.008.008 0 01.002.005c.006.017.003.033.006.05.005.028.006.001.012.039s-.003.095.011.152a.829.829 0 01-.009.26.195.195 0 00-.006.044.432.432 0 01-.031.15l-.018.042-.01.018c-.008.013-.021.042-.03.053l-.078.042c-.013.007-.011.007-.009.007a.39.39 0 01-.13.002c-.019-.035-.019-.029-.026-.04l-.004-.01-.006-.02c-.013-.043.002-.88.014-.913.011-.027.009-.016.015-.053a.515.515 0 01.095-.008zM151.89 103.676l-.071.002-.04.008-.004.002c-.04.013-.041.018-.074.039l-.04.029a.285.285 0 00-.045.052l-.086.121-.036.089a.265.265 0 00-.013.054l-.023.113-.004.137c-.001.032-.004.1 0 .13.007.044.007.002.016.045l.07.223.028.044.004.005.009.011.003.004.004.004.015.018.004.004.013.015.01.011.04.034.057.031c.011.005.016.006.024.011.02.01-.01.002.021.011.019.006.039.006.059.011.02.006.039.008.06.006a.328.328 0 00.13-.043l.041-.025a.74.74 0 00.075-.073l.032-.045a.01.01 0 01.002-.005l.002-.003.046-.069c.031-.05.042-.096.054-.146.01-.046.009.01.023-.11.004-.051.011-.058.014-.123.001-.047-.009-.067-.011-.116-.004-.101-.008-.056-.02-.11-.001-.01-.001-.013-.004-.024l-.001-.005-.019-.04c-.009-.021-.016-.05-.031-.072l-.07-.111c-.021-.024-.028-.044-.057-.065l-.008-.006-.003-.003a.294.294 0 00-.196-.07zm-.003.074c.023 0 .045.006.061.016l.034.027.004.003.009.012c.016.019.014.014.025.041.037.083.016.064.03.106.023.066.005.034.013.082.006.031.011.02.012.07l-.001.179c-.002.054.004.128-.011.176-.012.042-.004.103-.014.132-.013.044-.004-.007-.019.072l-.021.073-.025.042c-.017.028-.023.042-.049.058l-.035.014-.005.001-.004.002c-.002.001-.023.021-.052.006l-.003-.002a.005.005 0 01-.005-.003l-.023-.011a.196.196 0 01-.059-.056c-.006-.007-.002.001-.008-.014-.007-.019-.001-.018-.01-.035-.042-.08-.004-.021-.032-.083-.018-.039-.009-.277-.007-.359l.006-.185c.001-.025.003-.116.011-.135.01-.023.002.021.012-.028.006-.032-.003-.022.014-.064.027-.066.021-.068.055-.102.014-.015.009-.009.032-.021a.13.13 0 01.065-.014zM152.335 104.949c.117 0 .108.016.177.022l.034.002.029-.008c.001-.039-.021-.039-.038-.067a.246.246 0 01-.028-.073.394.394 0 01.012-.13c.005-.025.001-.047.011-.07.006-.015.011-.016.013-.051.005-.103.011-.076.019-.131.003-.021.002-.044.004-.063.008-.042.009-.011.016-.053.004-.023.002-.049.006-.073.008-.052.013-.026.02-.125.003-.045.014-.077.021-.12.02.006.013.023.019.044l.003.01c.006.016 0-.01.004.014.006.033-.004.073.007.105l.001.005c.009.019.002-.005.009.016.01.031.001.072.006.104.006.033.001-.001.008.025.008.031.001.064.011.095.01.032.008.064.017.098l.002.005c.006.023.006.127.016.147.004.013.008-.005.009.064.002.037.003.034.009.058.012.039.009.075.009.077.009.038.01.077.012.117l.108.004c.004-.058.003-.037.013-.061l.006-.022c.006-.027.014-.021.019-.054.005-.035.016-.057.02-.096.005-.035.013-.055.021-.087l.021-.097c.009-.057.009.011.019-.054.012-.067.03-.101.038-.144l.014-.058c.017-.039.019-.087.036-.131.019-.048.02-.071.045-.125.001.278.02.569.004.85-.002.047-.02.058-.052.081l.001.019c.001.001.004.001.004.004l.005.002c.05.026.125.005.181.023.032.011.089.01.128.011.001-.032-.008-.038-.028-.056l-.007-.007c-.045-.049-.029-.141-.029-.203l.001-.172c.001-.058-.009-.101-.008-.158 0-.059-.011-.529.018-.563l.027-.018c.013-.011.013-.025.012-.043l-.288-.013a.163.163 0 01-.013.058c-.022.054-.046.185-.05.197a.008.008 0 00-.002.005c-.01.026-.015.07-.025.099l-.013.045c-.009.02-.008-.01-.013.038-.001.017-.001.035-.007.052-.018.053-.01.053-.03.115-.005.013-.002.013-.005.023-.011.046-.013.029-.021.096-.029-.004-.014-.029-.018-.059l-.013-.07c-.005-.04-.006-.009-.011-.037-.005-.03 0-.077-.004-.108-.008-.052-.005.004-.014-.036-.009-.035-.001-.079-.005-.114-.004-.031-.012-.056-.013-.09l-.011-.052a2.329 2.329 0 01-.023-.202.634.634 0 01-.063-.003c-.034-.006-.029-.013-.061-.014l-.153-.006c.001.017.001.028.006.045.007.014.008.007.013.021.019.039.004.135.001.18-.001.011-.002.031-.004.04-.011.041-.011-.016-.021.118l-.068.371c-.008.025-.006.047-.009.078-.002.027-.01.04-.014.051-.012.038-.007.077-.022.116l-.014.028c-.016.028-.003.06-.035.08-.033.02-.031.005-.032.059zM158.237 105.126l-.025.051a.008.008 0 01-.002.004l-.012.028a.01.01 0 00-.002.005l-.085.152a.01.01 0 00-.002.005l-.019.049-.117.211-.003.005-.255.433c-.03.027-.07.037-.066.058.006.021.001.007.019.018.022.013.046.017.067.027l.004.003.081.04c.023.01.04.016.061.019.005-.034-.001-.041-.015-.064l-.003-.005-.002-.004-.012-.037c-.005-.039.009-.051.014-.09.001-.008.001-.011.004-.019l.002-.008a.032.032 0 00.004-.007l.034-.075.026.003.187.077.021.007.035.015c.001.047.008.166-.006.211l-.018.059-.036.004-.001.02c.003.017 0 .01.009.017.019.017.054.023.077.032l.053.023c.023.012.036.015.06.021.037.011.002.016.09.024-.004-.039-.009-.025-.017-.063l-.004-.011c-.017-.061-.006-.155-.005-.224.002-.065-.002-.186.008-.246.005-.026.01-.026.009-.069l.013-.654c-.117-.006-.059-.036-.171-.045zm-.038.247l-.008.55c-.047-.01-.024-.004-.064-.022l-.025-.01c-.018-.005-.017-.003-.032-.01l-.107-.055.107-.201c.046-.071.006-.016.043-.087l.013-.028c.017-.039.014-.025.031-.059l.023-.045.002-.004.003-.005.014-.024zM157.052 105.924c.003-.061-.006-.038-.023-.077l-.001-.006-.002-.005c-.014-.039-.009-.095-.007-.143 0-.021.001-.046.004-.067.003-.021.01-.031.014-.049.002-.011.001-.023.004-.033.005-.028.005-.011.012-.027s.006-.037.008-.056c.001-.008.001-.026.003-.033.008-.037.001-.004.008-.022.013-.032.025-.159.033-.176.007-.016.01-.02.015-.054.004-.04.007-.018.014-.055.006-.044-.003-.079.035-.101.007.016.002.016.006.033l.047.155c.005.011 0-.006.006.013l.002.018.004.018.048.182c.01.032.004-.003.01.03.002.012.002.026.005.038.011.04.004-.011.014.031.003.012.002.025.004.038l.008.025a.01.01 0 01.002.005l.01.024.002.004c.013.031.024.088.036.124l.043.169a.01.01 0 00.002.005l.002.005c.006.012.002-.002.008.016.003.012.002.026.004.039l.017.069a.186.186 0 00.054.028l.036.003c.001-.021-.002-.021.005-.037.008-.02.006.017.013-.034l.035-.166c.016-.053.01-.12.031-.169.009-.022.006.017.013-.033l.04-.24c.004-.032.032-.083.037-.135.004-.052.018-.027.021-.074l.028-.13c.005-.009.001.002.01-.016.013-.029.01-.034.039-.052.022-.014.042-.021.033-.049-.009-.021.006-.005-.019-.016l-.136-.046c-.017-.009-.02-.012-.06-.016 0 .011-.001.016.002.026.009.031.007-.001.019.037l.004.023.006.016a.424.424 0 01-.007.186c-.011.032-.004.076-.013.109-.005.02-.009.012-.016.037-.015.062-.017.092-.037.165a.164.164 0 00-.004.025l-.026.142c-.009-.004-.01-.004-.019-.019-.017-.031-.015-.084-.029-.12l-.038-.137-.002-.003-.018-.056a.01.01 0 00-.002-.005c-.006-.018-.003-.024-.006-.043-.006-.045-.015-.025-.02-.069-.003-.025-.005-.025-.01-.036-.026-.066-.031-.149-.058-.219-.01-.024-.003.013-.012-.028l-.018-.076c-.003-.021 0-.037-.014-.052a.11.11 0 00-.054-.035c-.099-.034-.085-.035-.203-.059-.001.058.036.035.034.184a.61.61 0 01-.017.155c-.011.037-.004.059-.02.095l-.056.241c-.007.025-.007.058-.01.084-.001.024-.01.038-.012.042-.006.012 0-.018-.007.018-.013.061-.02.151-.047.203l-.042.074c-.035.04-.054.03-.059.051-.008.031.001.019.026.028.022.007.018.009.041.014.027.005.037.006.062.02.032.008.069.025.105.027zM153.895 105.164l.066.006c.046.004.017.006.049.014.015.004.047.004.064.006a.164.164 0 01.059.016l-.002-.032-.001-.006-.037-.069c-.023-.056-.009-.284.007-.349.014-.058.004-.128.01-.187.003-.022.01-.03.015-.051.008-.028.009-.09.012-.123.003-.044.013-.072.021-.113.017.008.006.003.016.03l.096.247c.004.011.004.012.009.021l.143.376a.01.01 0 01.002.005l.009.024.007.013a.008.008 0 01.002.005l.076.202.002.005.007.012c.036.068.024.069.113.074l.006-.123c.005-.047.004-.012.012-.032.018-.045.003-.114.013-.164.006-.034.001.003.009-.03.008-.039.006-.083.008-.122l.011-.052c.018-.057.005-.127.017-.185.007-.035.002.004.008-.03.015-.078 0-.173.023-.228l.002-.005c.015-.046.003-.092.043-.138l.009-.011c.031-.029.034-.021.046-.064l-.088-.016c-.013-.004-.017-.004-.03-.005-.05-.004-.071-.017-.119-.021a.067.067 0 000 .02c.003.017.002.01.011.021.001.001.004.002.004.004.075.089.022.326.015.428-.003.051.001.104-.013.154-.013.044-.012.105-.016.154-.022-.004-.018-.035-.03-.062-.011-.028-.028-.054-.035-.083-.01-.037-.016-.047-.031-.085l-.051-.132c-.01-.026-.015-.023-.023-.049-.004-.011-.003-.015-.006-.027l-.008-.02a.054.054 0 00-.003-.01l-.009-.019-.002-.003c-.015-.026-.019-.058-.031-.085l-.106-.263c-.022-.005-.036-.005-.06-.008l-.093-.017c-.04-.008-.004-.009-.092-.019 0 .018-.002.038.007.051l.016.018.006.007c.006.011 0-.005.006.014a.6.6 0 01.009.25c-.019.109-.01.118-.021.206-.004.039-.012.046-.013.081-.002.038.001.134-.015.168l-.005.008c-.018.044-.004.105-.019.15-.021.07-.001.091-.049.168l-.026.023c-.03.016-.032.009-.032.057zM156.534 104.526l-.007.016-.01.016-.075.173c-.008.014-.007.016-.013.034l-.093.209-.003.006a.023.023 0 01-.004.009l-.024.05c-.006.015-.006.026-.012.042l-.006.014-.023.047c-.033.063-.05.132-.086.195l-.105.195c-.027.033-.041.028-.073.047l.001.027.033.013c.035.016.11.024.138.039.011.005.009.026.065.008-.001-.047-.004-.024-.02-.055l-.009-.017a.213.213 0 01.002-.125c.012-.028.027-.067.046-.087.016-.02.061.002.071.005.024.008.049.004.07.014.026.013-.018.003.027.013.011.003.025.002.038.006l.063.015-.001.256a.178.178 0 00-.038.047c.013.021.002.008.031.022a.411.411 0 00.107.03c.041.008.024.016.072.023.009.001.008.001.016.004l.009.004.004.003c.016.006.035.005.051.007l-.033-.089c-.016-.059-.009-.387-.018-.41-.003-.012-.006-.005-.009-.021-.008-.042 0-.362-.001-.422 0-.066-.009-.093-.01-.156-.003-.212.012-.15-.064-.176l-.107-.031zm-.024.255l.009.545c-.046-.006-.058-.003-.095-.017l-.073-.021c-.021-.009-.026-.006-.047-.01-.005-.05.043-.101.052-.13.005-.023.001-.027.013-.051a.01.01 0 01.002-.005l.002-.003.015-.033c.023-.054.004 0 .029-.061l.041-.094.006-.014c.004-.007.005-.014.008-.021.041-.085.002-.048.038-.085zM155.321 104.979l-.001.096c.001.041.01.043.013.089a.268.268 0 00.016.076l.009.024c.02.038.006.03.035.08l.004.004.04.061.006.008c.013.02.016.026.032.042l.12.078c.014.006.015.009.032.012.104.018.134.002.204-.03.019-.008.021-.003.041-.013.013-.007.013-.01.024-.022l.078-.091a.298.298 0 00.064-.114l-.026-.021c-.036.024-.062.076-.12.103a.233.233 0 01-.178.014c-.035-.012-.033-.023-.06-.046-.019-.016-.005.001-.021-.019-.015-.021-.021-.042-.032-.069-.012-.03-.025-.054-.029-.087-.006-.066-.009-.008-.016-.055a3.008 3.008 0 01.005-.301c.006-.025.013-.009.016-.047.009-.089.007-.083.02-.138.009-.037.028-.064.041-.108a.178.178 0 01.042-.067l.028-.032a.32.32 0 01.092-.028c.028 0 .035.009.04.013a.014.014 0 01.003.004l.004.003.004.003a.487.487 0 01.073.077c.021.026.03.049.037.069.015.051.015.114.021.167.061.012.052 0 .07-.046l.029-.075c.001-.001.003-.003.003-.005.024-.046.037-.079.003-.125l-.003-.004-.081-.073c-.016-.013-.038-.021-.052-.029a.01.01 0 00-.005-.002l-.026-.015c-.014-.008.001-.001-.011-.008a.347.347 0 00-.243-.017l-.118.069-.004.004-.071.071c-.016.019-.025.039-.037.06l-.005.009-.022.046c-.017.028-.022.062-.038.093-.011.022-.008.025-.02.058l-.028.126-.002.128zM154.951 104.151c.004.051-.007.006.017.035l.007.007c.017.023.014.049.013.082l-.004.083c-.004.041-.012.028-.02.143-.005.079-.015.053-.021.144a.515.515 0 01-.004.039c-.024.117-.013.193-.023.229-.022.089-.011.109-.02.145-.008.033-.001-.009-.01.03l-.022.143c-.014.064.003-.021-.024.057-.033.004-.033.003-.048.035.012.004.02.007.032.013.022.01.011.008.042.011.035.004.053.006.086.016.03.009.051.004.069.008.029.005.009.006.03.015.018.008.055.005.077.005-.001-.026.001-.026-.019-.048-.01-.012-.009-.006-.018-.024-.008-.013-.009-.027-.008-.044-.001-.06.014-.094.016-.151.007-.125.017-.039.026-.226.002-.046.01-.039.014-.074.004-.032.005-.091.011-.114.006-.025.002.01.01-.03.009-.048.002-.105.013-.154.009-.035.009-.018.012-.072.004-.115.013-.034.019-.101.003-.026.008-.092.022-.111l.041-.033c-.018-.012-.03-.006-.054-.018-.022-.011.023.003-.017-.009-.015-.004-.03-.002-.045-.006-.026-.005-.007-.006-.076-.016-.035-.005-.061-.027-.099-.021-.026.006-.01.002-.025.012zM153.495 105.077c.024.018.128.02.189.04.027.009.091.01.121.013.006-.046-.003-.032-.024-.054-.05-.051-.011-.165-.009-.213.003-.051.003-.11.009-.159.004-.038.011-.02.014-.067l.014-.246c.005-.081.015-.137.019-.24.003-.096.003-.051.012-.073.011-.026.002-.055.02-.085.011-.019.015-.018.041-.025l.001-.047c-.056-.003-.117-.006-.165-.012-.091-.013-.047-.013-.159-.017.007.034-.005.005.018.031l.007.006c.011.016 0-.005.013.026l.004.01c.018.044.009.064.006.122-.001.02.001.04-.004.058l-.007.02c-.006.024-.013.192-.016.236-.002.044-.01.064-.014.158-.001.019 0 .02-.006.037-.013.035-.003-.018-.01.025-.009.053-.004.185-.01.253-.003.031-.01.032-.013.074a.212.212 0 01-.012.072c-.006.011.001.001-.008.012-.005.005-.011.008-.012.009-.024.022-.014-.019-.019.036z\"/>\n    <path fill=\"#00873F\" fill-rule=\"nonzero\" d=\"M139.4 101.592l.394.8.544.665c.112-.052.238-.143.367-.207l.437-.155c-.244-.105-.256-.225-.394-.235-.337-.022-.14.032-.587-.044.041-.072.022-.038.254-.042l.284-.008c-.165-.153-.37-.259-.555-.394l.583.297-.018-.388c.142.016.055.235.12.45.032.098.219.223.319.273.193.097.264.074.463.125l.457.145c-.187-.265-.103.034-.42-.621-.128-.265-.248-.426-.465-.561-.528-.327-1.178-.108-1.783-.1zM140.062 100.807c.006-.322-.018-.615.008-.943.012-.153-.059-.547-.085-.772.075.022.063.056.081.151l.059.209c.075-.338.093-.328.276-.571.03.078-.181.342-.219.726l-.037.955c.037-.044.041-.06.085-.109.033-.038.059-.064.095-.102.067-.069.114-.135.179-.235.457-.712.179-1.118.187-1.329l.132-.69c-.142.058-.532.342-.621.432-.352.358-.701.987-.481 1.526.051.127.122.233.178.356.055.124.098.287.163.396z\"/>\n    <path fill=\"#00873F\" fill-rule=\"nonzero\" d=\"M139.821 103.539c.077.048.518.191.633.225.42.131 1.078.179 1.369-.211.16-.215.256-.271.457-.432-.311.006-.526.125-.798.187-.203.046-.217.189-.382.346l-.154.107c.002-.1.195-.289.286-.396l-.611-.006c.02-.098.183-.05.453-.074.528-.044.617-.185 1.19-.253a.235.235 0 00.112-.032c-.855-.004-1.042-.579-2.067.149l-.488.39zM143.732 103.011v-.428c-.187-.143-.187-.189-.301-.408.1.008.142.169.296.277-.016-.205-.1-.549-.148-.768.098.016.146.289.17.388.12.5.016.887.104 1.047l.244.33c.083-.348.442-.573.014-1.429-.26-.523-.471-.611-.908-.941.053.239.112.324.075.617-.028.205-.108.36-.132.561-.055.462.086.436.177.488.153.087.295.179.409.266zM139.499 102.199l-.13-.287c-.361.006-.467.153-.969-.185-.132-.089-.11-.078-.183-.217l.556.311c-.03-.062-.097-.127-.207-.354.018-.012-.012-.038.051-.002.026.014.035.034.047.05l.27.358.37-.04c-.008-.062-.071-.167-.098-.231-.053-.125-.028-.145-.122-.213a.94.94 0 00-.467-.197c-.233-.022-.371.058-.581.074l-.567-.119c.025.111.238.465.297.549.241.338.877.83 1.417.619.078-.03.249-.08.316-.116zM136.543 99.567l.03.016c.028.014.018.01.043.02.162.066.304.141.418.271.146.165.156.245.378.43.359.299.747.289 1.226.352a2.347 2.347 0 00-.219-.261c-.382-.408-.313-.386-.558-.352l-.4.032c.018-.083.258-.099.433-.137a1.064 1.064 0 00-.258-.082c-.201-.036-.059.016-.289-.071.104-.141.62.044.859.267.177.163.398.424.567.623l-.278-.599c-.284-.516-1.035-.701-1.586-.603-.088.016-.289.048-.366.094zM139.883 100.937c-.199-.631-.524-.898-.613-1.283-.059-.261-.038-.285.01-.523.128.175-.108.296.266.923-.022-.203-.073-.294-.038-.539.016-.099.136-.475.134-.485-.018-.103-.471-.519-.595-.649-.065.557-.209 1.053-.028 1.608.188.576.495.442.864.948zM142.899 103.776l.398-.106a2.161 2.161 0 01-.258-.318c-.173-.253-.154-.276-.085-.402.022.038.006.004.016.052.01.068-.006.088.043.175.038.064.065.102.114.165.098.131.163.207.286.302-.008-.199-.045-.296.01-.414.075.028.025-.022.053.054l.024.342.442-.117c-.298-.525-.869-.714-1.391-.921.047.203.095.414.144.617.054.236.12.37.204.571zM142.198 102.642c-.047-.119-.132-.246-.197-.382-.142-.308-.12-.448-.406-.744-.049-.05-.089-.101-.148-.147-.03-.022-.106-.068-.118-.098a.021.021 0 01-.004-.012l.004-.042c.098-.02.296.207.357.267.171.165.565.999.698 1.257-.018-.115-.077-.251-.038-.362.114-.33-.203-.839-.359-.943l-1.235-.547c.148.141.234.221.337.448.081.181.118.024.439.368.341.36.313.808.67.937z\"/>\n    <path fill=\"#00873F\" fill-rule=\"nonzero\" d=\"M144.467 102.64c.022-.058.043-.119.065-.183.039-.112.008-.066.103-.159.047.074 0 .115-.051.272-.1.299-.166.551-.25.856.274-.036.262-.042.378-.247.071-.125.126-.3.154-.461l-.034-1.162-.357.464c-.185.268-.069.124-.008.62zM140.754 100.002c.088-.05.296-.299.384-.398.051.094-.187.342-.238.394-.201.191-.075 0-.337.313.53.079.749-.621.92-.979a2.096 2.096 0 00-.524.167c-.071.04-.049.02-.069.11-.014.056-.018.083-.038.141-.027.087-.065.169-.098.252z\"/>\n    <path fill=\"#CE1126\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M154.432 106.523l-.666.346.379.748c-.277-.047-1.281-.393-1.61-.495.082-.234.113-.262.082-.551l.113-.533.81.271c.307.093.564.158.892.214h0zM145.687 106.641l.666.346-.379.748c.277-.047 1.282-.393 1.61-.495-.082-.234-.113-.262-.082-.551l-.113-.533-.81.271a7.036 7.036 0 01-.892.214h0z\"/>\n    <path fill=\"#CE1126\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M148.106 107.7c.75-.106 1.42-.503 1.42-.503.115.123.715.035.715.035a3.1 3.1 0 00.397-.097c.75.476 1.323.547 1.323.547.662-.035.679-.547.679-.547-.026-.45-.071-.468-.071-.468.353-.555-.026-.997-.026-.997-.176-.203-1.2.124-1.2.124-.688.326-.732.185-.732.185-.195-.306-.914-.252-1.226-.018-.758-.168-.865-.221-.865-.221-.767-.291-.891-.115-.891-.115-.273.326-.185.67-.185.67 0 .194.062.362.062.362-.167.99.6 1.043.6 1.043h0z\"/>\n    <path fill=\"#CE1126\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M150.635 106.866c1.649.371 1.533.606 1.533.606-.1.173-.584-.049-.584-.049-1.287-.451-.949-.557-.949-.557zM149.613 106.873c-1.65.371-1.533.606-1.533.606.1.173.584-.049.584-.049 1.287-.451.949-.557.949-.557z\"/>\n    <path fill=\"#AA241E\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M149.68 105.755c-.709.126-.149.655-.124.982 0 .176-.174.478.012.554.174.076.547-.013.746-.013.274-.013.46.013.423-.34-.025-.265-.112-.353-.112-.693-.013-.239.037-.504-.224-.529a4.704 4.704 0 00-.721.039z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.659 106.147c1.881-.009 1.743-.31 1.743-.31M150.692 106.721c1.862.25 1.611.521 1.611.521M149.524 106.667c-1.735.386-1.579.661-1.579.661M149.334 106.106c-1.772.128-1.594-.173-1.594-.173\"/>\n  </g>\n</svg>\n</li><li title=\"cif dz \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 300 200\">\n  <g fill=\"none\">\n    <path fill=\"#FFF\" d=\"M0 0h300v200H0z\"/>\n    <path fill=\"#006233\" d=\"M0 0h150v200H0z\"/>\n    <circle cx=\"150\" cy=\"100\" r=\"50\" fill=\"#D21034\"/>\n    <g fill=\"#D21034\">\n      <path d=\"M177.951 123.776v-25h-15z\"/>\n      <path d=\"M177.951 123.776l-14.694-20.225 12.135-8.817z\"/>\n      <path d=\"M195.225 100l-23.776 7.726-4.635-14.266z\"/>\n      <path d=\"M195.225 100l-23.776-7.725-4.635 14.266z\"/>\n      <path d=\"M177.951 76.223v25h-15z\"/>\n      <path d=\"M150 114.694l23.776-7.725-4.635-14.266z\"/>\n      <path d=\"M150 114.694l14.694-20.225 12.135 8.817z\"/>\n      <path d=\"M150 85.305l14.694 20.226 12.135-8.817z\"/>\n      <path d=\"M150 85.305l23.776 7.726-4.635 14.266z\"/>\n      <path d=\"M177.951 76.223l-14.694 20.226 12.135 8.817z\"/>\n    </g>\n  </g>\n</svg>\n</li><li title=\"cif ec \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 201\">\n  <defs>\n    <linearGradient id=\"a\" x1=\"50%\" x2=\"50%\" y1=\"62.755%\" y2=\"-13.448%\">\n      <stop offset=\"32.49%\" stop-color=\"#FFF\"/>\n      <stop offset=\"36.03%\" stop-color=\"#E9F8FE\"/>\n      <stop offset=\"49.75%\" stop-color=\"#97DEF8\"/>\n      <stop offset=\"61.91%\" stop-color=\"#56C9F4\"/>\n      <stop offset=\"72.08%\" stop-color=\"#28BAF1\"/>\n      <stop offset=\"79.84%\" stop-color=\"#0BB0EF\"/>\n      <stop offset=\"84.29%\" stop-color=\"#00ADEE\"/>\n    </linearGradient>\n  </defs>\n  <g fill=\"none\" fill-rule=\"evenodd\">\n    <path fill=\"#D8BFB8\" fill-rule=\"nonzero\" d=\"M149.614 74.711l-.155-.472.177-.251h.377l.155.074s.303.679.037 1.041c0 0-.111-.384-.236-.443 0-.001-.273-.038-.355.051\"/>\n    <path fill=\"#FDDB00\" fill-rule=\"nonzero\" d=\"M.5.5h300v200H.5z\"/>\n    <ellipse cx=\"150.422\" cy=\"99.428\" fill=\"url(#a)\" fill-rule=\"nonzero\" rx=\"18.205\" ry=\"25.16\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M138.468 63.955s-.878 2.03-.406 2.229c.472.199 1.683-.118 2.702-1.949s-.605-1.144-.605-1.144l-1.691.864h0z\"/>\n    <path fill=\"#05509F\" fill-rule=\"nonzero\" d=\"M.5 100.496h300V200.5H.5z\"/>\n    <path fill=\"#4F90C4\" fill-rule=\"nonzero\" d=\"M168.711 99.736c-.007 5.5-1.477 11.036-4.57 15.568-2.613 3.839-6.481 6.858-11.028 7.744-4.474.871-9.013-.524-12.534-3.381-3.89-3.159-6.43-7.825-7.655-12.682-1.432-5.647-1.144-11.782.849-17.252 1.668-4.584 4.651-8.807 8.807-11.339 3.875-2.347 8.578-2.879 12.83-1.329 4.437 1.617 7.906 5.249 10.128 9.412 2.147 4.046 3.166 8.674 3.173 13.259 0 .037.007.037.007 0-.007-5.263-1.344-10.564-4.171-15.008-2.473-3.89-6.186-7.065-10.659-8.194-4.407-1.107-9.013.015-12.66 2.709-3.949 2.916-6.614 7.389-8.009 12.099-1.513 5.108-1.58 10.697-.258 15.856 1.233 4.813 3.78 9.39 7.618 12.527 3.521 2.879 8.061 4.23 12.534 3.381 4.51-.856 8.327-3.861 10.947-7.626 2.983-4.289 4.474-9.552 4.644-14.778.007-.317.015-.642.015-.967 0-.029-.008-.029-.008.001\"/>\n    <path fill=\"#3A5055\" fill-rule=\"nonzero\" d=\"M160.643 97.905c.798-.524 1.565-.51 2.525-.82.664-.214 1.469-.258 2.111-.413.59-.14 2.377 1.056 2.975 1.233l.044 1.661s-2.96.317-4.016-.089c-1.063-.414-3.639-1.676-3.639-1.676\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M160.643 97.905c.798-.524 1.565-.51 2.525-.82.664-.214 1.469-.258 2.111-.413.59-.14 2.377 1.056 2.975 1.233l.044 1.661s-2.96.317-4.016-.089c-1.063-.414-3.639-1.676-3.639-1.676\"/>\n    <path fill=\"#036C3C\" fill-rule=\"nonzero\" d=\"M142.838 101.921c.332.273.059.391-.133.62-.111.133.635.709 1.432.96.34.103.502.31.613.48.111.17.362.34.746.62.384.288.081.369.997.399.908.03 1.27.251 1.631.339.354.081.576.14 1.462.251.886.118 4.023-.007 3.942.022-.089.029-2.2.472-2.392.59-.192.111-1.189-.133-1.381-.015-.192.111-.391.281-.613.451-.222.17-.052.222.17.281.221.059.465.111.856.31.384.199.384.229 1.24.34.863.11.531 0 1.328.17.805.17.613.111 1.521.14.916.03.192.118 1.388.03 1.188-.081.908-.059 1.38-.059.465 0 .465-.081.997-.111.524-.029.893.797.369.797s.413-.162.052-.133c-.362.022-1.307-.074-1.498.044-.199.111-.392.34-.915.731-.524.399-.111.598.052.709.17.111.421.17.642.251.222.089.443.059 1.129.31.694.258.856.288 1.299.31.443.029 1.078.199 1.078.199s.857.369 1.299.399c.443.029.281.11.834.369.554.251.524.052.967.052.443 0 .605.059.856.229s.605.31.605.31-.192.539-2.015 3.558c-1.824 3.027-4.644 4.828-6.718 6.016-2.074 1.189-4.783 1.329-8.6.93-3.817-.391-7.522-4.319-9.124-6.356-1.602-2.03-2.237-4.067-2.237-4.067s.133 0 .325-.022c.199-.029.391-.059.694-.118.302-.052.28-.03.635-.111.362-.089.473-.089.805-.229.332-.14.221-.192.746-.339.524-.14.362-.111.495-.14.14-.022.362-.052.664-.17.303-.11.664-.28.332-.45-.332-.169 0-.199 0-.199s.362.03.856.059c.502.03.31.081.635.111.332.029.31 0 .554-.052.251-.059-.052-.34-.111-.628-.052-.281-.192-.111-.302-.222-.111-.118-.222-.059-.576-.28-.362-.229-.251-.03-1.026-.288-.775-.251-.081.229-1.048-.051-.967-.281-.428.199-1.233-.059-.805-.251-1.063-.82-.317-.708.746.118.221-.03.303-.141.081-.111.221-.029.664-.052.443-.029.384 0 .804-.029.414-.03.576-.14.576-.14s.362.14.613.14c.244 0 .162-.059.162-.229s.251 0 .443.059c.192.052.664-.03.664-.03s.221-.029.635-.029c.414 0 .17-.081.554-.229.384-.14 0-.281-.14-.31-.133-.022-.162-.081-.354-.251a1.672 1.672 0 00-.605-.354c-.251-.089-1.705.103-2.067-.008-.362-.111-.347-.568.377-.598.716-.029.273 0 .635 0s.273.052.413.052c.14 0 .273 0 .856-.081.583-.089.332-.111.716-.281.391-.169.805-.118 1.137-.258.332-.14-.14-.28-.554-.48-.414-.199 0 .118-.303-.199-.303-.31-1.853-1.211-2.318-1.639-.436-.391.369-.244.775-.429 0 0 .177-.413-.273-.568-.45-.155-.399-.155-.878-.332-.48-.177-.701-.517-1.056-.591a1.952 1.952 0 01-.532-.177\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M142.838 101.95c.399.369-.332.436-.089.76.155.214.421.362.635.487.34.192.738.266 1.056.48.199.133.303.362.48.517.221.199.495.34.709.546.074.074.125.17.221.214.244.11.583.066.842.081.524.029.974.221 1.476.339.48.111.96.192 1.454.251.908.111 1.86.044 2.776.029.266-.007.539-.015.805-.015.059-.007.273-.044.325 0v-.059c-.059.037-.163.037-.229.052l-.598.133c-.428.103-.863.199-1.292.31-.104.029-.2.059-.295.103-.184.081-.48.007-.672-.015-.207-.022-.428-.066-.635-.029-.125.022-.251.155-.347.229-.14.103-.317.206-.413.355-.14.214.672.347.775.384.221.081.428.207.642.303.184.081.399.111.598.14.472.074.959.081 1.424.17.487.089.93.177 1.425.185.413.008.834.089 1.255.067.546-.022 1.093-.104 1.639-.089.244.007.48 0 .723-.051.34-.067.672-.126.938.133.118.118.251.361.103.502-.081.074-.229.059-.325.037-.015 0-.022.037.022.015.037-.007.067-.022.104-.03.052-.015.111-.022.155-.052.007-.008.007-.045 0-.052v-.007c-.155-.037-.362.007-.524 0-.273-.008-.554-.022-.834 0-.177.007-.288.081-.428.199-.266.214-.524.428-.79.642-.753.612.937.989 1.292 1.078.576.133 1.1.413 1.683.48.428.044.923.052 1.322.221.435.185.893.362 1.358.391.472.037.79.561 1.307.487.258-.044.487-.074.76-.052.31.037.539.244.812.377.096.051.199.103.303.14-.008 0 .015-.067.008-.044-.008.029-.022.052-.03.074-.236.509-.524.997-.804 1.477-.746 1.314-1.491 2.635-2.473 3.787-.915 1.07-1.986 1.978-3.13 2.79-.938.664-1.942 1.329-2.997 1.794-1.1.488-2.311.679-3.499.753-1.506.089-3.049-.008-4.555-.192-1.329-.162-2.584-.746-3.713-1.454-2.104-1.314-3.957-3.152-5.455-5.138a14.156 14.156 0 01-1.927-3.492c-.037-.096-.074-.192-.103-.288-.022-.059-.015.022.03.022.17 0 .325-.029.487-.052.568-.088 1.152-.169 1.705-.339.214-.067.384-.177.583-.288.236-.133.524-.163.775-.251.118-.03.229-.052.347-.074.273-.052.716-.148.886-.391.029-.044.007-.111-.007-.148-.015-.044-.281-.17-.229-.207a.291.291 0 01.133-.029c.281.022.561.044.834.059.207.007.377.081.576.103.162.03.76.081.709-.221-.015-.103-.081-.199-.125-.295-.044-.089-.059-.273-.126-.34-.066-.059-.14-.037-.221-.066-.074-.029-.148-.096-.229-.125-.214-.074-.391-.221-.598-.288-.148-.052-.325-.044-.48-.081-.221-.052-.465-.192-.694-.17-.074 0-.103.089-.177.104-.391.089-.827-.347-1.203-.118-.125.081-.258.052-.391.015-.303-.066-.613-.207-.827-.435-.376-.421.768-.177.775-.251 0-.044-.022-.059-.059-.089-.17-.148.295-.111.354-.111.258.007.524-.015.783-.022.273 0 .576-.015.827-.133.111-.052.819.31.819.03 0-.052-.022-.162.022-.199.059-.052.288.081.339.103.222.081.48.03.701-.007.162-.022.317-.022.472-.03.148 0 .295.022.436-.029.074-.022.148-.126.229-.163.096-.051.258-.066.251-.207 0-.125-.214-.169-.31-.192-.251-.066-.443-.347-.672-.487-.199-.118-.376-.148-.605-.148-.495.008-.982.067-1.476.052-.162-.008-.325-.022-.443-.14-.28-.295.414-.428.546-.436.266-.022.664-.044.923.029.369.104.864-.029 1.226-.103.148-.029.236-.11.362-.184.34-.192.731-.177 1.092-.258.524-.118.148-.34-.133-.465-.037-.015-.458-.221-.465-.177 0 .007 0 .074.022.059.007 0 0-.044 0-.052-.059-.192-.391-.37-.539-.465-.332-.236-.672-.45-1.011-.679a8.919 8.919 0 01-.864-.62c-.184-.155-.133-.229.066-.266.177-.03.354-.044.524-.081.184-.044.199-.11.199-.295-.015-.325-.354-.391-.605-.48-.406-.155-.805-.31-1.166-.568-.185-.133-.347-.229-.568-.28a1.544 1.544 0 01-.436-.155s-.015.052 0 .059c.177.104.391.14.591.192.303.081.546.354.819.502.236.125.509.206.76.302.266.104.716.199.568.613-.044.11-.576.118-.687.133-.081.015-.221.029-.221.14-.007.251.509.517.679.635.465.317.937.612 1.403.93.148.111.288.214.413.347l.037.037c.03.059.037.059.03 0-.022.007.007.037.022.037.177.037.354.155.517.221.081.044.406.162.199.273-.148.074-.332.089-.502.111-.303.037-.613.081-.864.273-.17.125-.384.133-.583.162a5.341 5.341 0 01-.687.074c-.221 0-.458-.059-.694-.067-.281-.015-.989-.059-1.033.354-.029.259.251.325.45.34.494.037.989-.03 1.476-.044.192-.008.34.007.524.081.295.118.472.413.753.531.096.044.192.052.281.103.185.096-.177.207-.236.236-.067.03-.103.096-.162.133-.126.074-.377.022-.517.03-.384.007-.79.148-1.159 0-.089-.03-.303-.163-.31.015 0 .044 0 .081.007.126.015.148-.325.067-.391.059-.14-.029-.317-.148-.45-.089-.251.118-.568.118-.841.125-.273 0-.539.03-.805.015-.074 0-.332-.052-.347.081-.007.029-.007.067.015.096.029.03.059.059.089.081-.052-.044-.214-.037-.303-.044-.199-.029-.62-.089-.524.236.059.207.332.332.502.413.192.096.487.221.709.162.096-.022.155-.089.258-.103.295-.022.583.133.871.177.103.015.184.015.251-.067.089-.103.34.007.436.037.229.074.45.133.679.155.192.015.34.133.502.222.14.074.31.089.421.192.059.052.125.044.192.052.111.015.148.288.192.377.03.081.177.258.081.339-.052.052-.185.059-.251.074-.17.044-.391.022-.561-.037-.391-.133-.849-.096-1.262-.126-.059-.007-.236.044-.163.14.059.081.362.162.192.325-.103.089-.258.133-.384.185-.229.089-.465.125-.701.177-.318.067-.679.155-.952.332-.384.251-.878.34-1.329.421-.45.081-.923.192-1.38.199-.007 0-.007.044 0 .052.642 2.037 1.941 3.824 3.351 5.382 1.772 1.956 3.905 3.809 6.407 4.68.657.229 1.329.34 2.015.406.79.074 1.587.125 2.384.148 1.299.037 2.62-.037 3.883-.354 1.1-.281 2.067-.834 3.026-1.432a20.593 20.593 0 003.167-2.377 14.543 14.543 0 001.986-2.274c.591-.841 1.092-1.757 1.609-2.65.295-.517.664-1.048.864-1.609.007-.007.007-.052 0-.059a3.637 3.637 0 01-.665-.347c-.258-.177-.561-.192-.871-.185-.207 0-.384.089-.591.052-.28-.052-.539-.229-.775-.391-.163-.111-.399-.081-.591-.125a4.78 4.78 0 01-.812-.258 5.078 5.078 0 00-1.115-.273c-.229-.037-.465-.037-.701-.081-.31-.059-.613-.177-.915-.288-.48-.17-.974-.244-1.454-.421-.177-.067-.605-.273-.495-.524.074-.177.317-.302.458-.421.133-.103.258-.214.391-.325.125-.111.251-.236.421-.266.251-.045.532-.015.79-.008.214.008.421.008.635 0 .037 0 .015-.044-.052-.022a1.976 1.976 0 00-.185.059c-.037.015-.044.029-.044.066.007.081.273.022.31.007.214-.081.089-.435 0-.546-.362-.472-.93-.185-1.417-.17-.258.015-.517 0-.782.015-.48.029-.997.14-1.477.074-.391-.052-.783-.059-1.181-.067-.48-.007-.938-.148-1.403-.222-.649-.096-1.343-.037-1.941-.332-.192-.096-.384-.192-.583-.273-.207-.074-.436-.103-.642-.192-.118-.052.325-.384.354-.406.096-.074.207-.163.317-.214.133-.059.34-.015.48 0 .273.022.642.133.9.015.244-.111.517-.155.768-.214.347-.081.694-.155 1.034-.236.17-.037.421-.044.569-.126.007-.007.007-.052 0-.059-.03-.022-.133 0-.163 0-.17 0-.332 0-.495.007l-1.454.022c-.967.007-1.919-.022-2.879-.207-.391-.081-.76-.221-1.144-.317-.325-.089-.664-.111-.997-.118-.192-.007-.443.007-.613-.111-.089-.067-.155-.177-.251-.251-.236-.199-.517-.347-.731-.583-.192-.206-.295-.398-.576-.517-.362-.162-.716-.28-1.048-.495a2.1 2.1 0 01-.399-.325c-.148-.155.103-.281.192-.413.096-.14-.037-.295-.133-.384.007.008-.008.044 0 .059\"/>\n    <path fill=\"#364F94\" fill-rule=\"nonzero\" d=\"M134.267 100.4c.332-.568.79-1.078 1.211-1.572\"/>\n    <path fill=\"#6FBD45\" fill-rule=\"nonzero\" d=\"M142.838 101.921c-.207.155-.207.369-.133.62.044.162.362.857 1.166 1.107.332.111.768.163.878.332.111.17.354.34.746.62.384.288.081.369.997.399.908.03 1.27.251 1.631.339.354.081.576.14 1.462.251.886.118 3.861.037 3.779.066-.081.03-2.657.561-2.849.679-.199.111-.568-.266-.76-.148-.192.111-.391.281-.613.451-.222.17-.052.222.17.281.221.059.465.111.856.31.384.199.384.229 1.24.34.863.11.531 0 1.328.17.805.17.613.111 1.521.14.916.03.184.222 1.373.14 1.188-.089.79.015 1.262.015.465 0 .605.14 1.13.111.524-.022 1.764.347 1.24.347-.332 0-.841-.155-1.417-.104-.362.022-.709-.059-.9.059-.199.111-.392.34-.915.731-.524.399-.111.598.052.709.17.111.421.17.642.251.222.089.443.059 1.129.31.694.258.856.288 1.299.31.443.029 1.078.199 1.078.199s.857.369 1.299.399c.443.029.281.11.834.369.554.251.524.052.967.052.443 0 .605.059.856.229.155.103.354.199.48.258 0 0 1.144-3.189 1.587-4.577.443-1.388.915-5.396.915-5.64 0-.244-.65-.605-.856-.546-.207.067-1.092.067-1.358.067h-3.721c-.237 0-.413.177-.856-.037-.443-.207-1.24-.325-1.506-.296-.266.03-1.358.059-1.594.059s-2.857-.125-3.3-.089c-.443.029-1.27.029-1.801 0-.532-.037-1.211-.037-1.476-.066-.266-.03-1.24-.089-1.476.096-.236.177-.886.237-1.181.296-.295.066-1.092.214-1.506.244-.413.029-1.624.273-2.008.214-.385-.06-1.691-.067-1.691-.067\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M142.838 101.891c-.244.214-.214.524-.089.805.214.473.642.819 1.122.982.273.096.613.103.849.295.074.059.125.155.199.222.133.118.273.221.421.325.148.103.273.207.399.354.103.118.273.126.421.133.347.037.687.03 1.033.089.244.044.48.125.716.207.391.133.812.199 1.218.258.982.14 1.971.126 2.953.126.303-.007.605-.007.915-.007.059 0 .318-.044.369.007v-.059c-.052.029-.133.029-.192.044-.177.037-.354.081-.524.118-.45.096-.9.192-1.351.303-.273.066-.561.125-.826.229-.177.074-.45-.17-.635-.184-.125-.015-.28.155-.376.229-.14.103-.317.206-.413.355-.14.206.672.347.775.384.221.081.421.207.642.303.184.081.399.111.598.14.472.074.952.081 1.424.17.487.089.93.177 1.425.185.251 0 .524-.007.775.052.081.015.155.074.236.096.221.059.487.015.709-.008.273-.015.546-.037.819-.029.266.015.561.044.827.089.531.089 1.063.066 1.594.192.162.037.347.081.487.17.029.015.022-.015 0-.008-.03.008-.067.008-.096.008-.162 0-.332-.03-.495-.052-.376-.059-.738-.051-1.115-.044-.31 0-.583-.059-.842.141-.214.17-.406.354-.62.517-.14.118-.413.258-.421.48-.007.369.517.517.782.606.266.089.539.14.812.214.443.118.856.317 1.307.413.384.081.775.081 1.151.155.214.044.413.096.613.177.354.14.723.281 1.092.317.362.03.598.266.923.406.354.155.694.008 1.063.022.443.015.76.303 1.152.48v-.007c.244-.672.48-1.344.716-2.023.34-.952.716-1.912.967-2.894.258-1.012.406-2.045.554-3.079.104-.723.214-1.454.266-2.192.015-.273-.28-.435-.487-.539-.192-.089-.325-.081-.517-.059-.266.03-.539.03-.812.03-.708.015-1.417.007-2.126.007h-1.358c-.258 0-.532-.037-.782.015-.288.059-.487.052-.768-.074-.295-.133-.627-.2-.945-.244-.45-.066-.916 0-1.373.015-.76.022-1.506-.015-2.266-.037-.922-.037-1.838-.015-2.753-.015-.686-.007-1.38-.037-2.067-.066-.465-.022-.93-.089-1.395-.022-.207.03-.362.148-.554.214-.281.096-.583.118-.871.17-.531.096-1.056.214-1.594.258-.657.052-1.343.295-2 .199-.547-.079-1.115-.064-1.661-.064v.059c.827 0 1.661.126 2.473.022a74.41 74.41 0 003.159-.487c.258-.037.539-.081.753-.229.184-.118.45-.111.657-.118.502-.015 1.004.044 1.499.059.701.022 1.403.059 2.104.052.384-.008.76-.03 1.151-.022.856.022 1.705.066 2.561.089.886.029 1.757-.14 2.628.059.303.074.576.236.878.28.192.037.376-.067.568-.067h3.462c.34 0 .679 0 1.019-.007.199-.007.399-.022.591-.059.214-.037.495.169.65.288.258.207.148.517.111.812-.052.48-.111.952-.177 1.432-.147 1.07-.302 2.155-.561 3.211-.244.974-.628 1.927-.96 2.879-.244.694-.487 1.395-.738 2.089 0 .008-.672-.377-.753-.406-.258-.111-.605-.103-.878-.044-.251.059-.435.015-.672-.089-.206-.096-.391-.273-.605-.339-.229-.066-.48-.066-.716-.133a6.423 6.423 0 01-.723-.258c-.376-.148-.819-.206-1.225-.236-.583-.037-1.1-.28-1.661-.443-.458-.141-.959-.177-1.373-.451a1.435 1.435 0 01-.214-.155c-.207-.207.126-.428.273-.539.236-.185.458-.384.694-.576.221-.185.473-.155.745-.148.414.015.805-.008 1.211.044.081.015.672.17.62-.037-.022-.081-.295-.126-.354-.148a4.359 4.359 0 00-.761-.148c-.266-.029-.531 0-.804-.052a6.36 6.36 0 00-.738-.074 5.019 5.019 0 00-.812-.037c-.391.022-.797.111-1.159-.052-.184-.074-.413-.059-.598-.067-.251-.007-.495 0-.746-.015-.413-.037-.812-.177-1.225-.222-.443-.051-.886-.074-1.321-.155-.384-.067-.694-.266-1.048-.413-.236-.096-.487-.118-.716-.222-.118-.052.325-.384.354-.406.111-.081.236-.207.376-.229.177-.015.377.148.539.192.089.022.192-.044.28-.066.317-.096.642-.17.96-.244.391-.089.783-.17 1.174-.258.162-.037.428-.044.576-.126.007-.007.007-.052 0-.059-.022-.022-.14-.008-.17-.008h-.509c-.495.008-.981.008-1.476.008-.96-.008-1.904-.052-2.842-.258-.421-.096-.827-.266-1.248-.339-.339-.059-.686-.052-1.026-.081-.14-.015-.273-.037-.369-.148-.133-.162-.295-.273-.458-.391-.118-.089-.236-.177-.347-.266-.089-.081-.155-.185-.244-.258-.229-.185-.62-.199-.886-.288-.295-.103-.554-.303-.768-.539-.244-.28-.539-.797-.185-1.107.015-.012 0-.048 0-.056\"/>\n    <path fill=\"#6FBD45\" fill-rule=\"nonzero\" d=\"M142.262 102.674c.295.362.03.118-.672.495-.554.303 2.392 1.838 2.694 2.148.303.31-.111 0 .303.199.413.199.886.34.554.48-.332.14-.746.081-1.137.251-.384.17-.133.199-.716.281-.583.089-.723.089-.856.089-.14 0-.111-.052-.465-.052-.362 0-.059.074-.775.096l-1.011.111c.458.052 1.528.096 2.008.118.266.015.517.14.879.266.251.081.413.192.605.362.199.17.221.229.362.258.14.029.524.169.14.31-.391.14-.14.229-.554.229-.413 0-.635.022-.635.022s-.472.089-.664.029c-.192-.052-.443-.221-.443-.052 0 .17.081.222-.17.222-.244 0-.605-.14-.605-.14s-.17.111-.583.14c-.413.03-.354 0-.797.03-.443.03-.679-.081-.664.059.022.273-.384.148-.31.347.059.022-.517.022-.472.037.805.251 1.034-.104 2 .177.967.281.303.14 1.078.399.775.251.664.052 1.019.28.362.229.473.17.583.28.111.118.251-.052.303.229.059.28.362.561.111.62-.251.059-.221.089-.554.059-.332-.029-.14-.089-.635-.118-.495-.022-.856-.052-.856-.052s-.332.029 0 .199-.029.339-.332.45c-.303.111-.524.14-.664.17-.14.029.03 0-.495.14-.524.14-.413.199-.745.34-.332.14-.443.14-.804.222-.362.089-.332.059-.635.118-.303.051-.502.081-.694.11l-.554.089s-1.27-2.104-1.905-4.717c-.635-2.613-.915-6.858-.915-7.072 0-.207.93-.214 1.248-.096.317.118 1.838.229 2.539.325.701.089 2.443.347 2.576.391.14.044.554-.236.893 0 .34.229 1.329.923 1.329.923\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M142.262 102.703c.044.052.163.14.067.177-.081.029-.177.044-.266.067-.14.037-.48.103-.539.266-.044.126.066.251.14.332.266.288.613.494.93.708.369.244.753.472 1.13.709.133.081.266.17.399.258.044.029.081.059.126.089.007.015.022.022.037.037.03.03.059.059.081.089.037.059.044.059.037 0-.044.022.17.103.184.111.162.074.332.14.495.221.229.118.059.207-.104.251-.192.059-.406.066-.612.096a1.443 1.443 0 00-.635.273c-.199.148-.554.133-.783.163-.17.022-.332.037-.494.037-.192 0-.377-.059-.576-.052-.089.007-.155.044-.236.059-.177.044-.362.029-.539.052-.303.029-.62.044-.923.104v.052c1.174.126 2.525-.081 3.492.746.103.089.185.192.31.244.089.037.192.052.28.096.177.096-.177.207-.236.236-.081.037-.118.118-.199.147-.236.074-.554.015-.805.037-.162.015-.325.044-.487.052a.816.816 0 01-.347-.066c-.081-.037-.221-.126-.303-.052-.059.052.037.192-.022.251-.133.126-.583-.059-.731-.111-.037-.015-.044 0-.088.015a1.211 1.211 0 01-.421.104c-.244.029-.487.022-.731.029-.177.007-.347.015-.517.007-.089-.007-.229-.044-.31.008-.015.015-.008.051-.015.066 0 .096-.044.14-.126.177-.088.03-.192.03-.192.148 0 .022 0 .051.015.066v-.052c-.14.052-.325 0-.472.029-.007 0 0 .044 0 .052.037.052.244.067.303.074.125.03.251.03.376.03.273-.008.531-.044.805-.022.399.03.827.162 1.189.347.376.199.79.236 1.188.317.207.052.377.214.576.288.074.022.148.044.214.089.089.059.155.052.251.089.089.037.148.347.192.435.074.148.133.258-.066.303a1.297 1.297 0 01-.672.015 3.234 3.234 0 00-.657-.096c-.207-.015-.45-.066-.657-.044-.059.007-.14.022-.14.089 0 .185.435.214.133.421-.362.236-.834.266-1.24.384-.251.074-.509.118-.731.266-.229.148-.48.236-.738.295-.568.133-1.137.222-1.705.303-.066.015-.472.125-.502.066-.052-.081-.096-.17-.148-.258a20.043 20.043 0 01-.635-1.27 18.37 18.37 0 01-1.329-4.178c-.244-1.292-.398-2.606-.532-3.92a47.725 47.725 0 01-.133-1.491c-.007-.155-.125-.606.044-.694.354-.185.893-.074 1.255.022.502.125 1.041.148 1.55.199 1.026.103 2.06.251 3.078.421.133.022.266.037.391.067.081.022.162-.008.244-.03a.99.99 0 01.509-.037c.199.044.421.258.591.376.214.155.435.31.657.457a2.7 2.7 0 00.229.163c-.007-.007.007-.052 0-.059-.332-.229-.664-.458-.989-.694-.207-.133-.391-.303-.642-.325-.214-.015-.421.133-.635.089-.893-.207-1.838-.303-2.753-.414-.583-.066-1.159-.118-1.735-.192-.421-.052-.812-.177-1.233-.177-.17 0-.613-.022-.605.236.007.222.029.451.044.672.295 3.824.775 7.773 2.783 11.11 1.026-.177 2.119-.221 3.034-.738.325-.185.76-.251 1.13-.332.207-.037.996-.177.878-.539-.015-.037-.288-.169-.229-.207a.2.2 0 01.118-.022c.281.022.561.037.849.052.435.03.797.199 1.24.037.059-.022.052-.103.044-.148-.008-.081-.059-.162-.096-.236-.052-.103-.081-.325-.162-.399-.059-.066-.133-.044-.214-.074-.067-.022-.125-.088-.192-.111-.229-.081-.413-.229-.635-.303-.103-.037-.214-.029-.317-.044a4.55 4.55 0 01-.753-.221c-.214-.081-.414-.185-.642-.251a3.152 3.152 0 00-.908-.17c-.214-.008-.435.029-.649.029-.104 0-.214-.007-.317-.022-.074-.015-.148-.029-.221-.052-.044-.008-.103.029-.015.022.125-.007.288.022.406-.022.007 0 .007-.052 0-.052-.044-.044.199-.118.214-.125.052-.022.081-.067.096-.126.008-.052 0-.103.052-.118.125-.037.295.015.421.015.251.007.509-.015.768-.015.258-.007.554-.022.79-.148.103-.052.805.34.805.037 0-.074-.037-.192.052-.207.111-.015.273.096.377.133.192.067.458.008.657-.029.177-.029.362-.022.539-.029.118 0 .258.022.369-.037.103-.066.17-.14.288-.185.376-.155.022-.325-.192-.384-.118-.029-.221-.162-.31-.236a1.766 1.766 0 00-.384-.273 3.405 3.405 0 00-1.026-.354c-.568-.089-1.174-.052-1.742-.096l-.339-.022v.052c.251-.044.509-.059.76-.081.258-.03.546 0 .79-.096.229-.089.465.007.701.022.34.015.694-.059 1.026-.118a.594.594 0 00.31-.118c.17-.133.391-.192.598-.236.155-.029.893-.029.886-.28 0-.074-.044-.103-.111-.148a3.293 3.293 0 00-.716-.325c-.081-.03-.03.074-.022.067.007 0 0-.044 0-.052-.037-.111-.192-.207-.281-.273-.185-.125-.377-.236-.561-.355-.473-.295-.952-.583-1.41-.915a3.564 3.564 0 01-.487-.399.688.688 0 01-.133-.192c-.052-.118.266-.207.318-.229.089-.037.509-.081.532-.192.022-.089-.067-.17-.118-.236.002.004-.012.041-.005.056\"/>\n    <path fill=\"#557176\" fill-rule=\"nonzero\" d=\"M132.909 101.36s.059-.45 1.151-.45c1.093 0 .768.118 2.023.281 1.262.17 2.192.17 2.628.229.443.052 1.373.163 1.698.281.332.111.878.391.878.391s-.221.162.709.162c.93 0 .657-.052 1.971-.052s.443.332 2.141 0c1.69-.34 3.004-.502 3.448-.62.435-.111-.495-.443 1.151-.222 1.639.222 2.406.059 2.679.059.273 0 1.425.052 1.971.052s1.314 0 1.639.059c.332.052.826-.059 1.535.052.709.11.879-.222 1.425.11.546.34 1.536.118 1.912.059.384-.059 1.151 0 1.373 0 .221 0 1.255.111 1.75.111.494 0 1.476-.111 1.476-.111l.938.111s.162-2.406.162-2.68c0-.28.591-.701-.458-.805-3.853-.376-2.362-.613-4.636-.768-.546-.111-3.175-.783-3.721-.893-.546-.111-3.506-1.004-4.385-1.004-.871 0-3.063.111-3.609.111-.546 0-5.307-.111-5.965-.111 0 0-1.757-.62-2.193-.783-.435-.17-.494-.111-1.919-.059-1.417.059-1.749.221-3.063.059-1.314-.17-2.407 0-3.012.111-.598.111-1.476.443-1.476.443l-.221 5.877z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M132.917 101.411c.015-.14.17-.236.273-.288.377-.199.856-.163 1.262-.148.266.008.517.059.775.125.487.111.982.17 1.476.222.819.081 1.639.096 2.451.207.406.052.82.096 1.218.207.317.096.62.258.915.406v-.111c-.052.037-.037.155.007.199.14.111.443.074.605.081.236.007.48 0 .724-.015.768-.044 1.535-.104 2.288.089.125.029.251.015.376.007.347-.037.687-.111 1.026-.177.731-.148 1.469-.266 2.207-.391.229-.037.465-.074.701-.118.133-.022.295-.03.421-.104.037-.022.052-.066.052-.111 0-.051.015-.185-.015-.096.022-.074.221-.059.281-.052.347 0 .701.067 1.055.111.598.067 1.196.096 1.802.059.849-.052 1.69.008 2.539.015.605 0 1.203.037 1.801.066.295.022.591-.015.879-.007.376.015.731.103 1.1.052.243-.037.443-.059.679.037.133.052.251.14.391.185.162.052.339.067.502.074.546.015 1.078-.148 1.616-.155.989-.007 1.978.177 2.968.133.273-.015.546-.044.812-.066.111-.015.258-.052.369-.037l.93.111v-.03c.051-.738.103-1.469.147-2.207.015-.295.015-.509.14-.783.088-.192.066-.391-.14-.487-.303-.14-.709-.118-1.041-.155-.332-.037-.664-.074-.997-.125a9.028 9.028 0 01-1.078-.207c-.436-.118-.834-.258-1.284-.31-.369-.044-.723-.066-1.085-.155-.472-.111-.945-.229-1.425-.347-.745-.184-1.506-.347-2.251-.539-.982-.258-1.949-.539-2.938-.76-.384-.081-.775-.162-1.174-.162-.524.007-1.056.03-1.587.052-.768.022-1.536.066-2.303.059-.871-.015-1.735-.037-2.606-.052-.871-.022-1.742-.037-2.613-.052-.207-.007-.369 0-.554-.066l-1.307-.465c-.472-.17-.908-.376-1.417-.369-.989.022-1.978.133-2.968.177-.546.03-1.078-.044-1.616-.096a9.334 9.334 0 00-1.816.015 9.055 9.055 0 00-2.362.576c-.007 0-.007.037-.007.044-.066 1.956-.14 3.913-.214 5.869 0 .037.007.111.007.03l.155-4.083.067-1.75v-.037c0 .059.029.022.081.007.258-.096.524-.185.79-.266.561-.17 1.137-.251 1.72-.303.79-.066 1.558.015 2.34.089.576.052 1.152 0 1.72-.052a45.373 45.373 0 012.015-.103c.281-.015.531.007.797.103.724.273 1.462.531 2.193.783.066.029.177.007.243.007.163 0 .317 0 .48.007l1.299.022c1.594.037 3.189.111 4.783.052.576-.022 1.152-.044 1.727-.059.436-.015.871-.059 1.299-.007 1.004.103 1.993.421 2.96.679 1.594.436 3.204.834 4.813 1.189.354.074.724.059 1.078.118.207.037.399.089.591.155.679.221 1.388.317 2.097.406.376.044.76.066 1.129.125.214.029.502.103.384.369-.111.236-.118.406-.133.664-.037.775-.096 1.55-.147 2.325.007-.029-.768-.103-.894-.118-.089-.008-.192.015-.288.022-.28.029-.568.059-.849.074-1.011.059-2.03-.126-3.041-.126-.546 0-1.07.155-1.616.148-.295 0-.561-.066-.827-.221-.244-.14-.48-.111-.745-.066-.34.052-.665-.022-1.004-.044-.325-.022-.65.007-.974 0-.243-.007-.487-.052-.738-.059-.354-.015-.709-.008-1.063-.008-.849 0-1.69-.074-2.539-.015-.606.037-1.204.007-1.802-.059-.339-.037-.672-.096-1.011-.111-.081-.007-.258-.029-.325.044-.015.029-.015.081-.015.111 0 .022.008.037.008.059.015.074.007 0 .007.007-.029.081-.185.089-.251.103-.192.037-.391.074-.583.103-.613.103-1.218.199-1.831.31-.613.111-1.233.281-1.853.317-.207.015-.376-.066-.576-.103-.48-.096-1.004-.052-1.491-.03-.317.015-.635.037-.952.044-.251 0-.509.007-.753-.052-.044-.007-.096-.022-.118-.059.044.081-.029.089.015.052.015-.007.015-.103 0-.111-.295-.148-.598-.303-.915-.406-.414-.125-.864-.162-1.285-.221-.856-.111-1.72-.126-2.584-.214-.76-.089-1.498-.317-2.266-.332-.31-.008-1.255-.037-1.329.458l.01.098\"/>\n    <path fill=\"#99AEC9\" fill-rule=\"nonzero\" d=\"M135.803 99.521a5.55 5.55 0 00-.354.568c-.015.029.007.096.007.103.096-.199.221-.384.347-.561.022-.028-.008-.102 0-.11M136.534 99.219c-.007.03-.022.052-.022.074-.007.03-.007.052-.007.081 0 0 .007.037.007.015.007-.022.022-.044.03-.074v-.074c-.001-.007-.008-.044-.008-.022M137.419 98.85a5.93 5.93 0 01-.207.62c-.007.03.015.089.007.111.074-.207.148-.413.199-.62.009-.037-.006-.089.001-.111M137.715 98.673c0 .126-.022.244-.044.362-.007.029-.007.052-.007.081.007 0 .007.037.007.015.037-.147.052-.303.059-.458-.001-.059-.015-.059-.015 0M138.276 98.259c-.273.45-.524.915-.76 1.395-.007.022.015.089.007.103.229-.472.487-.937.753-1.395.015-.022-.008-.088 0-.103M138.601 98.067c-.037.34-.17.65-.303.967-.007.029.015.089.007.103.133-.325.266-.642.303-.989 0-.014 0-.125-.007-.081M138.903 98.067c-.007.222-.052.443-.096.664a.427.427 0 000 .096c.052-.244.103-.487.103-.731.001-.036-.007-.11-.007-.029M139.28 98.016c.015.185-.059.362-.118.524-.015.03.007.096 0 .111.088-.236.148-.458.125-.716 0-.038-.007.066-.007.081M136.659 100.666c.126-.074.236-.17.354-.236.022-.007-.007-.103 0-.111-.118.066-.229.162-.354.229-.015.014.008.11 0 .118M137.39 100.267c-.044.074-.081.14-.125.207-.007.015 0 .052 0 .074 0 0 0 .044.007.037.044-.066.081-.14.125-.207.008-.015 0-.052 0-.066 0-.008 0-.045-.007-.045M141.406 97.204a.7.7 0 01-.126.199c-.007.015-.007.044-.007.059l.007.059a.54.54 0 00.126-.214c.007-.015.007-.044.007-.066a.144.144 0 00-.007-.037M141.605 98.06c.266-.317.435-.723.413-1.144-.007-.066-.015.037-.015.059.022.347-.185.716-.399.974-.014.022.016.096.001.111M142.432 96.857c0 .229-.044.458-.096.687 0 .022.007.103.007.096.052-.251.096-.502.104-.753 0-.038-.008-.112-.015-.03M141.76 96.945c-.089.295-.251.561-.406.827-.015.022.007.096 0 .103.162-.266.318-.524.406-.827.008-.029-.007-.088 0-.103M138.63 99.78c-.059.14-.111.281-.177.414-.015.029.007.089 0 .103.067-.133.126-.273.177-.414.015-.029-.007-.088 0-.103M138.955 99.78a2.657 2.657 0 01-.325.436c-.022.022.015.096 0 .111.125-.133.229-.288.332-.443.015-.023-.014-.097-.007-.104M139.641 99.905l-.155.31a.133.133 0 000 .074v.037l.155-.31a.094.094 0 000-.066v-.045M139.944 99.603c-.133.288-.273.576-.48.819-.022.022.015.096 0 .111.207-.244.347-.532.48-.827.015-.029-.007-.089 0-.103M146.226 97.455a.547.547 0 00-.155.184c-.007.015 0 .052 0 .066 0 .007 0 .044.007.044a.447.447 0 01.148-.185c.007 0 .007-.044.007-.052l-.007-.057M146.152 98.495c.384-.244.576-.76.583-1.211 0-.066-.007-.066-.007 0-.007.399-.236.886-.576 1.1-.022.015.008.104 0 .111M143.148 99.108a1.688 1.688 0 01-.48.436c-.022.015.007.111 0 .111.185-.111.354-.258.48-.435.015-.023-.007-.105 0-.112M142.343 100.533c.635-.177 1.152-.723 1.484-1.292.015-.022-.007-.096 0-.104-.332.561-.849 1.107-1.491 1.285-.015.007.007.111.007.111M143.347 101.256c.266-.148.487-.391.657-.65.015-.022-.008-.096 0-.103-.17.251-.391.495-.657.642-.022.008.008.104 0 .111M144.765 100.319a7.572 7.572 0 01-1.292 1.366c-.022.022.015.103 0 .111a7.574 7.574 0 001.292-1.366c.014-.023-.015-.089 0-.111M145.141 100.142c.081-.155.162-.325.281-.458.015-.022-.015-.096 0-.111a1.878 1.878 0 00-.281.465c-.015.03.007.096 0 .104M146.204 101.153c.214-.406.421-.841.753-1.159.022-.022-.015-.103 0-.111-.332.318-.539.753-.76 1.159-.015.03.014.096.007.111M147.112 100.297c-.229.251-.472.48-.686.745-.015.022.015.096 0 .111.214-.266.458-.494.686-.745.015-.03-.015-.097 0-.111M149.681 99.839c.118-.31.17-.642.155-.974 0-.081-.007-.007-.007.03.007.28-.052.568-.148.834-.007.029.007.088 0 .11M149.526 98.887c-.066.325-.096.664-.251.967-.015.029.015.096.007.111.155-.31.177-.657.251-.989.008-.016 0-.104-.007-.089M150.131 98.857c-.044.317-.029.642-.147.945-.008.037.007.096 0 .111.118-.31.111-.635.155-.96.007-.022 0-.103-.008-.096M150.463 99.145a2.463 2.463 0 01-.229.915c-.007.029.015.096.008.111.133-.318.221-.65.229-.997 0-.029-.008-.103-.008-.029M150.788 99.344c.037.635-.251 1.277-.649 1.749-.022.022.015.096 0 .111.443-.531.701-1.211.657-1.912 0-.073-.008.038-.008.052M151.12 99.499c-.104.28-.222.561-.332.849-.007.029.015.089.008.103.103-.281.221-.561.325-.849.014-.029-.008-.088-.001-.103M151.371 99.344c-.074.192-.177.362-.273.539-.015.03.007.096 0 .103.096-.177.206-.347.281-.539.007-.029-.015-.088-.008-.103M151.57 99.706c-.192.377-.354.783-.679 1.078-.022.022.015.096 0 .111.325-.295.487-.701.687-1.085.015-.03-.008-.097-.008-.104M151.8 99.529c-.029.14-.052.281-.126.406-.015.03.007.096.007.103.067-.126.096-.273.126-.413v-.074c0-.007 0-.044-.007-.022M152.154 99.448c-.214.428-.509.812-.782 1.211-.015.022.008.096.008.103.266-.399.561-.775.775-1.211.014-.03-.009-.096-.001-.103M153.615 98.326c.015.162-.066.332-.125.472-.007.029.007.096.007.111.088-.214.147-.428.125-.664-.007-.037-.007.066-.007.081M153.519 99.935a4.07 4.07 0 00.709-1.602.321.321 0 00-.007-.096 4.026 4.026 0 01-.701 1.595c-.023.022.007.095-.001.103M154.649 98.274a.947.947 0 01-.148.502c-.015.022.008.096 0 .103.111-.177.155-.369.155-.576 0-.036-.007-.11-.007-.029M152.486 99.854c-.251.281-.473.583-.708.878-.022.022.015.096 0 .111.236-.295.458-.598.708-.878.022-.023-.015-.097 0-.111M152.833 100.038c-.258.369-.532.723-.805 1.078-.022.029.015.096 0 .11.273-.354.554-.716.812-1.085.015-.022-.014-.095-.007-.103M153.01 100.526c-.111.096-.229.184-.347.28-.022.022.007.103 0 .111.111-.089.236-.185.347-.281.022-.015-.007-.103 0-.11M156.369 98.85c-.096.148-.229.266-.354.384-.022.022.015.103 0 .111.125-.126.258-.236.354-.384.022-.03-.008-.096 0-.111M156.494 99.448c.192-.133.258-.384.258-.605 0-.037-.007-.111-.007-.03-.007.192-.089.414-.251.524-.022.015.015.103 0 .111M155.025 100.26a.498.498 0 01-.074.266c-.008.015 0 .052 0 .066 0 .007 0 .044.008.044a.793.793 0 00.081-.347c0-.022 0-.052-.008-.074.001.001-.007.037-.007.045M155.461 101.153c.148-.347.317-.671.354-1.048.007-.015 0-.126-.007-.081-.037.369-.207.686-.347 1.018-.015.03.007.096 0 .111M155.409 100.038c-.074.192-.177.362-.281.539-.015.029.015.096.008.111.096-.177.207-.354.273-.546.015-.03-.007-.089 0-.104M156.037 99.979c.007.273-.229.524-.347.753-.015.03.007.096 0 .111.155-.303.369-.539.354-.893 0-.082-.007-.008-.007.029M156.221 100.917c.088-.185.221-.362.251-.568a.159.159 0 000-.081s0-.037-.007-.015c-.03.207-.162.376-.251.561-.008.022.015.088.007.103M156.952 98.901a3.816 3.816 0 00-.354.746c-.015.03.007.096 0 .111.103-.258.206-.517.354-.746.015-.029-.007-.096 0-.111M157.528 99.138c-.052.236-.14.465-.273.664-.023.03.007.103 0 .111.14-.207.221-.435.28-.679 0-.015-.007-.104-.007-.096M157.986 99.344c-.074.251-.17.494-.303.716-.015.029.007.096 0 .111.133-.229.229-.472.303-.723.007-.03-.008-.089 0-.104M158.362 100.607c.125-.184.111-.406.111-.62 0-.059-.015-.059-.015 0 0 .185.008.354-.096.517-.015.022.008.095 0 .103M158.864 100.142c-.022.443-.362.797-.628 1.115-.015.022.015.089 0 .103.288-.34.613-.701.635-1.166 0-.016-.007-.111-.007-.052M157.402 100.577c-.104.103-.2.207-.325.281-.022.015.008.11 0 .11.125-.074.221-.177.325-.28.015-.007.007-.044.007-.059l-.007-.052M158.089 100.496a4.016 4.016 0 00-.583.598c-.022.022.015.096 0 .111.177-.214.362-.421.583-.591.022-.022-.015-.103 0-.118M160.274 99.293c0 .059 0 .118-.022.177v.066c0 .007.007.044.007.044a1.28 1.28 0 00.029-.288c0-.007 0-.059-.008-.059-.006.001-.006.052-.006.06M160.577 99.012c.015.244-.081.472-.222.664-.015.022.008.096 0 .111.177-.251.251-.524.236-.834-.007-.066-.014.037-.014.059M161.086 99.241c-.155.288-.295.576-.428.871-.015.03.007.096 0 .111.133-.295.28-.591.436-.878.007-.03-.016-.097-.008-.104M161.462 99.514a1.962 1.962 0 01-.251.753c-.015.03.015.096.008.111.133-.251.221-.509.251-.79 0-.015 0-.118-.008-.074M161.994 99.706c-.177.332-.354.664-.532 1.004-.015.022.015.089.007.103.177-.332.354-.672.532-1.004.015-.029-.015-.096-.007-.103M162.297 100.216c-.147.303-.295.605-.502.878-.022.022.015.089 0 .111.207-.273.354-.576.509-.878.007-.03-.015-.097-.007-.111M162.754 100.629c-.251.295-.435.642-.731.901-.022.022.015.103 0 .111.295-.251.48-.606.731-.901.023-.023-.015-.096 0-.111M160.355 101.33c.096-.03.185-.074.236-.17.059-.089.088-.185.17-.266.022-.022-.015-.096 0-.111-.074.074-.111.155-.155.244-.052.111-.14.155-.251.192-.015.008.008.111 0 .111M161.086 100.821c-.008.214-.163.376-.273.531-.022.023.008.096 0 .111.133-.199.273-.362.281-.613-.001-.029-.008-.103-.008-.029M161.411 100.983c-.008.288-.266.502-.45.694-.015.015.015.081 0 .096.214-.229.45-.436.458-.768.007-.029-.001-.096-.008-.022M163.891 99.883c-.104.207-.207.421-.332.62-.015.022.015.096.007.103.118-.199.221-.406.325-.62.015-.022-.007-.088 0-.103\"/>\n    <path fill=\"#99AEC9\" fill-rule=\"nonzero\" d=\"M164.216 99.485c-.045.413-.399.701-.628 1.019-.022.022.015.089 0 .103.236-.325.583-.613.635-1.041 0-.015-.007-.126-.007-.081M164.341 100.511c.192-.199.332-.443.435-.701.008-.03-.015-.089-.007-.103a2.17 2.17 0 01-.428.694c-.022.021.015.095 0 .11M165.153 99.706c-.14.318-.332.591-.531.871-.015.022.007.096 0 .111.199-.28.399-.561.531-.878.015-.03-.007-.089 0-.104M165.707 99.728c-.229.281-.443.576-.708.819-.022.022.015.103 0 .118.266-.251.479-.546.708-.827.022-.029-.015-.095 0-.11M166.061 99.832a2.451 2.451 0 01-.28.62c-.015.022.007.096 0 .103.118-.192.221-.391.28-.62.008-.03-.007-.081 0-.103M165.53 100.939c-.243.317-.605.502-.959.672-.022.007.007.103 0 .111.354-.17.716-.355.959-.672.022-.03-.015-.097 0-.111M163.965 101.278c.162-.118.347-.185.531-.258.015-.007-.007-.103 0-.111-.184.074-.369.14-.531.258-.022.023.015.104 0 .111M166.061 100.939c-.147.244-.391.406-.635.539-.015.015.015.111 0 .111.244-.133.495-.296.635-.539.015-.03-.007-.097 0-.111M158.51 97.72c-.133.236-.377.354-.628.435-.015 0 .008.111 0 .111.251-.081.495-.207.635-.443.015-.022-.007-.095-.007-.103M148.345 98.695c.052.369-.17.679-.406.93-.015.022.015.096 0 .111.31-.325.48-.687.406-1.137 0-.008-.008.074 0 .096M137.346 96.842a9.488 9.488 0 01-1.011.591c-.022.007.007.103 0 .111a9.07 9.07 0 001.011-.591c.022-.015-.015-.104 0-.111M135.832 96.687c-.229.251-.48.48-.782.642-.022.007.007.103 0 .111.303-.162.554-.391.782-.642.015-.023-.014-.096 0-.111\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M143.052 97.012a25.19 25.19 0 01-1.373 1.151c-.288.222-.583.443-.886.642-.34.229-.709.369-1.056.568-.192.103-.531.288-.539.546-.007.222.354.347.502.428.413.229.842.421 1.262.642.613.332-.465.436-.517.679 0 .007-.007.052 0 .052.878.266 1.868.31 2.694.723.111.052.295.185.229.339-.052.118-.207.177-.266.288-.015.03-.022.081-.007.111.074.177.273.295.413.399.317.222.672.384 1.033.509.295.096.443.281.635.517s.473.406.716.583c.111.074.184.177.273.273.133.118.384.103.539.111.347.022.687.037 1.026.111.229.052.443.133.664.207.421.133.871.185 1.299.251.34.044.679.089 1.026.081.103-.008.258 0 .362-.052v-.052h-.022v.059c.103.015.266-.051.369-.074.266-.059.539-.118.812-.185l.819-.177c.118-.03.281-.096.399-.089v-.052c-.273.148-.679.163-.982.222-.465.089-.937.177-1.395.303-.362.103-.65.369-.945.591-.185.133-.362.273-.539.406-.089.067-.162.118-.162.236.015.133.347.162.45.192.295.074.568.207.842.347.435.221.952.244 1.424.295.458.044.9.118 1.351.207.472.089.952.044 1.425.074.258.022.487.059.76.044.472-.029.945-.089 1.41-.089.391.007.753-.052 1.137-.096.303-.03.598-.007.894.059a.713.713 0 01.251.082c-.022-.015.022-.03-.052-.015-.096.015-.199.007-.295.007a3.569 3.569 0 00-1.594.45 3.246 3.246 0 00-.48.362c-.244.207-.576.391-.753.664-.384.606 1.381.879 1.698.975.561.162 1.063.391 1.654.428.391.03.827.096 1.196.251.229.089.458.17.687.244.251.074.517.066.76.14.192.059.376.236.561.325.258.126.45.14.724.081.236-.052.435-.03.598.169.111.126.177.369.384.347.155-.022.288-.015.443.022.089.022.192.111.221.029a.057.057 0 01-.015.03c-.17.413-.406.797-.62 1.181-.716 1.255-1.425 2.547-2.325 3.676-.893 1.107-1.956 2.067-3.093 2.901-.952.701-1.971 1.366-3.027 1.89-1.055.524-2.229.76-3.396.856-1.491.133-2.997.037-4.488-.103-1.373-.133-2.628-.598-3.824-1.292-2.141-1.248-3.994-3.071-5.544-5.012a14.576 14.576 0 01-2.111-3.625l-.155-.413c-.007-.03-.022-.066-.03-.096-.007-.007-.007-.015-.007-.015.029.081.074.052.155.044.583-.044 1.181-.177 1.749-.303.258-.059.517-.133.745-.266.236-.148.465-.221.731-.295.413-.111.842-.177 1.233-.362.103-.052.221-.118.221-.251-.007-.125-.376-.236-.192-.288.133-.037.31.007.443.022.28.015.605-.015.871.089.14.059.303.059.45.059.081 0 .391-.029.421-.111.074-.192-.111-.398-.177-.561-.066-.185-.044-.236-.244-.258-.059-.007-.111-.074-.162-.096-.066-.037-.14-.051-.207-.074-.177-.067-.325-.2-.502-.259-.096-.029-.207-.029-.31-.044-.31-.044-.672-.14-.945-.303-.258-.162-.605-.221-.893-.295-.192-.051-.384-.067-.576-.111-.377-.089-.746-.221-1.122-.317v.059c.118.015.849.192.849.074 0-.052-.037-.074-.074-.103-.14-.126.406-.089.443-.089.258 0 .509-.015.768-.022.258-.007.546-.022.79-.148.096-.052.805.34.805.037-.007-.074-.037-.192.052-.199.111-.015.273.096.369.126.199.066.458.007.657-.022.177-.03.369-.03.546-.03.118-.008.258.015.369-.044.096-.059.162-.141.281-.185.384-.155.022-.325-.192-.384-.118-.03-.214-.163-.303-.236a1.733 1.733 0 00-.384-.273c-.325-.177-.716-.199-1.07-.295-1.004-.266-2.015-.494-3.027-.76 0 0-.008.052 0 .059.362.096.723.177 1.092.244.517.103 1.004.096 1.521.111.236 0 .465.066.701.066.199 0 .391-.029.591-.059.221-.03.487-.03.672-.17.222-.177.509-.229.775-.273.133-.015.687-.029.709-.221.007-.066-.015-.096-.066-.14-.222-.199-.591-.281-.856-.421-.303-.155-.406-.553-.65-.782-.221-.207-.524-.325-.775-.487a7.96 7.96 0 01-.812-.613c-.118-.096-.635-.465-.465-.628.17-.155.465-.177.664-.303.096-.066.007-.155-.059-.185-.34-.155-.746-.192-1.1-.288-.428-.111-.893-.258-1.218-.576-.325-.31.48-.354.48-.635 0-.067-.052-.103-.096-.133-.185-.148-.384-.266-.576-.391a20.607 20.607 0 00-.554-.339c-.052-.03-.103-.052-.148-.089-.185-.126.015-.436.111-.546.177-.199.495-.303.731-.413.288-.133.576-.266.856-.406.465-.229.864-.598 1.27-.923.391-.31.783-.62 1.174-.938.015-.007 0-.052 0-.059-.561.458-1.122.901-1.683 1.351-.251.192-.48.376-.76.517-.258.126-.524.251-.782.369-.273.126-.583.236-.805.443-.118.118-.288.48-.133.642.096.096.258.155.369.229.221.133.443.273.657.413.066.044.413.229.332.325-.118.14-.34.207-.502.295-.052.029-.044.133-.037.177.015.148.177.244.28.325.384.266.871.384 1.307.487.192.052.384.089.576.14.104.022.244.044.332.126.022.022-.458.221-.517.244-.111.044-.221.089-.229.222 0 .118.081.199.155.273.199.214.443.399.672.576.236.185.487.362.753.517.273.162.554.295.731.576.089.133.148.243.258.369.14.148.258.214.45.303.163.074.332.148.495.229.229.111.059.199-.103.244-.369.111-.738.081-1.085.258-.14.067-.221.155-.369.185a6.092 6.092 0 01-.893.126c-.244.015-.465-.052-.701-.052-.221-.007-.443 0-.664 0-.687 0-1.403-.192-2.074-.369v.059c.753.192 1.499.399 2.251.583.583.148 1.218.199 1.771.435.288.118.465.369.716.524.081.052.199.059.281.096.251.11-.089.214-.192.259-.059.036-.096.096-.162.133-.111.066-.31.029-.428.029-.17.008-.34.015-.502.037-.221.037-.458.067-.679 0-.089-.037-.369-.214-.377-.015 0 .037.007.081.007.126.015.125-.251.074-.31.066-.162-.022-.377-.17-.524-.096-.244.111-.539.111-.805.118-.281.008-.568.029-.849.022-.096-.007-.45-.029-.332.17.015.029.052.051.074.074.029.022.015-.015-.007-.007-.044 0-.089-.007-.126-.007-.229-.022-.458-.089-.687-.111 0 0-.007.059 0 .059.413.103.827.295 1.255.339.406.044.812.17 1.203.31.325.118.628.273.974.354.133.03.281.022.421.066.221.059.406.229.628.303a.523.523 0 01.199.111c.103.074.162-.03.244.118.067.126.096.281.162.413.103.207-.03.229-.199.273a1.097 1.097 0 01-.598-.022c-.258-.089-.539-.081-.812-.096-.066-.007-.628-.125-.62.067.007.044.007.037.029.074.044.052.14.089.199.126.148.089-.133.229-.162.244-.288.155-.62.214-.93.281-.221.044-.443.118-.657.185-.303.096-.554.303-.864.398-.325.104-.672.155-1.004.207-.384.059-.768.163-1.159.163-.007 0 0 .052 0 .059.642 2.037 1.941 3.824 3.351 5.374 1.771 1.956 3.905 3.816 6.407 4.688.657.229 1.329.332 2.015.399.79.081 1.587.133 2.384.155 1.299.029 2.621-.037 3.89-.362 1.1-.281 2.06-.827 3.026-1.425 1.122-.694 2.193-1.476 3.16-2.377a14.231 14.231 0 001.986-2.274c.591-.841 1.092-1.749 1.602-2.635.237-.413.473-.827.687-1.248.044-.089.096-.177.125-.273.008-.007.008-.052 0-.059a1.2 1.2 0 00-.664-.103c-.199.029-.288-.214-.384-.347-.148-.207-.369-.207-.598-.169a1.08 1.08 0 01-.724-.081c-.199-.081-.362-.244-.561-.325-.104-.037-.214-.037-.318-.044-.147-.015-.295-.059-.443-.096-.347-.103-.672-.266-1.026-.347-.51-.126-1.048-.111-1.55-.251-.546-.147-1.063-.354-1.609-.48a2.541 2.541 0 01-.768-.288 1.923 1.923 0 01-.206-.148c-.251-.214.074-.443.236-.568.443-.34.812-.701 1.321-.937.258-.111.524-.118.797-.185.111-.022.214-.037.325-.052.133-.007.295.022.428-.022.015-.007.008-.059.008-.074-.022-.104-.466-.133-.532-.14-.539-.074-1.048.096-1.58.089-.288 0-.576.015-.871.029-.391.03-.841.126-1.233.044-.428-.089-.886-.036-1.321-.059-.458-.029-.901-.206-1.358-.229-.502-.037-1.026-.066-1.506-.207-.214-.067-.406-.192-.605-.288a3.057 3.057 0 00-.502-.177c-.118-.029-.583-.088-.317-.288.406-.31.805-.65 1.24-.915.148-.089.34-.126.509-.17.28-.066.576-.125.864-.184.273-.052.554-.103.834-.162.14-.029.317-.044.443-.118.008 0 .008-.052 0-.052-.111-.007-.251.052-.362.074l-.805.177c-.281.059-.554.125-.827.185-.111.022-.288.096-.406.081v.059c.007-.008.015-.008.022-.008v-.059c-.089.044-.214.044-.31.044-.362.022-.723-.029-1.078-.074-.435-.059-.878-.125-1.299-.251-.199-.059-.399-.133-.605-.192-.354-.089-.716-.103-1.085-.118-.162-.007-.376-.007-.517-.103-.111-.074-.185-.207-.295-.288-.229-.177-.487-.332-.687-.546-.221-.236-.347-.436-.664-.554a4.73 4.73 0 01-.967-.465 2.188 2.188 0 01-.325-.244 1.468 1.468 0 01-.103-.11c-.089-.096.037-.17.103-.237.642-.627-1.159-.923-1.462-.989-.369-.089-.745-.17-1.115-.258-.066-.015-.133-.037-.199-.052-.044-.015.236-.133.251-.133.155-.059.443-.148.48-.34.044-.229-.472-.384-.62-.465-.436-.221-.96-.406-1.336-.731-.303-.258 1.07-.871 1.196-.938.34-.177.657-.413.96-.65a22.297 22.297 0 001.646-1.358c.019-.006-.003-.043.004-.05\"/>\n    <path fill=\"#4F90C4\" fill-rule=\"nonzero\" d=\"M144.698 118.656c-.221.089-.679.118-.864-.074-.244-.251-.502-.111-.812-.081-.007.008 0 .059 0 .059.258-.03.576-.185.782.037.199.221.635.214.893.111.016-.001.001-.052.001-.052M140.933 112.182c.45-.259.901.081 1.366-.051.007-.007 0-.059 0-.059-.465.14-.915-.207-1.366.059-.014-.001 0 .051 0 .051M137.073 113.193c.185-.074.347-.103.539-.044.177.059.34.133.524.163.465.074.938-.111 1.403-.118v-.059c-.472.015-.93.163-1.403.126-.184-.015-.354-.103-.524-.163-.185-.074-.362-.029-.539.037-.008-.001 0 .05 0 .058M137.538 113.695c.517-.207 1.063.007 1.587-.111.007-.007 0-.059 0-.059-.524.118-1.07-.096-1.587.111-.008.007 0 .059 0 .059M141.893 111.82c.45-.177.871-.066 1.336-.059.007 0 .007-.052 0-.052-.465-.007-.886-.126-1.336.052-.015.007 0 .059 0 .059M143.34 111.355c.273-.044.517-.052.797-.007 0 0 .007-.059 0-.059a2.627 2.627 0 00-.797.007c-.007 0 0 .059 0 .059M138.63 115.179c.561-.317 1.181.192 1.727-.14.007-.007-.007-.059 0-.059-.546.34-1.166-.177-1.727.141-.007.006.008.05 0 .058M139.095 115.592c.376-.074.745-.14 1.122-.192.007 0 .007-.059 0-.059-.377.059-.746.118-1.122.2-.007 0 0 .051 0 .051M140.306 114.197c.354-.199.827.037 1.122-.31.007-.008-.007-.044 0-.052-.295.339-.768.111-1.122.302-.015.008 0 .06 0 .06M142.107 116.183c.406-.31.923.007 1.343-.251.007-.007-.007-.052 0-.059-.421.266-.937-.052-1.343.251-.007.014.007.051 0 .059M141.974 115.149c.266-.037.546-.133.819-.066.258.059.458.236.738.229.007 0 .007-.051 0-.051-.244.007-.443-.118-.664-.207-.288-.118-.605 0-.893.037-.007-.001 0 .058 0 .058M142.247 118.279c.413-.199.79-.185 1.233-.081.377.089.627.244.93-.111.007-.015-.007-.052 0-.059-.288.34-.568.229-.93.111a1.625 1.625 0 00-1.233.089c-.015-.001 0 .051 0 .051M146.078 117.076c.458.089.834.037 1.27-.125.229-.081.443-.177.687-.199.221-.015.45.03.672.044 0 0 .007-.052 0-.052-.222-.015-.45-.051-.672-.044-.244.007-.465.118-.687.199-.428.162-.812.214-1.27.125 0 0-.007.052 0 .052M149.12 116.854c.354-.059.709-.162 1.07-.133.376.037.672.236 1.033.044.007 0 0-.052 0-.052-.317.162-.598.037-.93-.03-.399-.081-.79.052-1.174.111-.007.001-.007.06.001.06M152.021 116.795c.709-.266 1.233.369 1.912.421.007 0 .007-.052 0-.052-.679-.052-1.203-.687-1.912-.421-.015 0 0 .052 0 .052M154.73 116.906c.317-.104.612-.044.93.022.339.074.642.067.96-.103.007-.007-.007-.052 0-.059-.317.177-.613.177-.96.111-.318-.067-.613-.126-.93-.022-.007-.001 0 .051 0 .051M157.004 117.186c.502-.288 1.041-.192 1.587-.332.007 0 0-.059 0-.059-.546.148-1.085.052-1.587.34-.015.007 0 .051 0 .051M153.224 118.951c.244-.207.516-.199.812-.155.281.044.576.118.805-.096.007-.015-.007-.052 0-.059-.214.199-.48.155-.739.11-.317-.052-.62-.081-.878.14-.015.015.008.052 0 .06M153.578 119.541c.406-.34.923-.192 1.366-.421.015-.007 0-.059 0-.059-.443.229-.959.089-1.366.421-.007.008.008.052 0 .059M158.643 118.22c.465-.022.937.022 1.395-.052.008 0 0-.059 0-.059-.458.081-.93.037-1.395.059-.008 0 0 .052 0 .052M158.805 118.751c.17-.081.34-.148.532-.148.162-.007.317.022.48.015.007-.007.007-.059 0-.059-.162.007-.317-.015-.48-.015-.192 0-.362.066-.532.155-.008.008.007.052 0 .052M159.794 117.607c.147-.162.384-.096.575-.14.008 0 0-.052 0-.052-.192.037-.428-.022-.575.14-.015.008.008.045 0 .052M146.654 118.449c.273-.221.561-.229.893-.214.369.022.657-.037.938-.288.015-.015-.007-.052 0-.059-.28.251-.568.31-.938.295-.332-.015-.62-.008-.893.206-.015.008.008.052 0 .06M146.927 118.751c.428-.332.967-.052 1.447-.192.015 0 0-.059 0-.059-.48.14-1.019-.133-1.447.199-.014.008.008.052 0 .052M146.3 117.667c.627-.354 1.417.369 1.971-.199.007-.008-.008-.044 0-.052-.554.561-1.344-.163-1.971.192-.015.007 0 .051 0 .059M148.404 120.346c.258-.192.406-.096.687-.022.398.096.797.111 1.203.111.007 0 .007-.059 0-.059-.369 0-.738-.007-1.1-.081-.31-.067-.502-.221-.79 0-.008.007.007.051 0 .051M148.404 120.767c.495-.362 1.107.199 1.646.111.007 0 0-.052 0-.052-.539.089-1.152-.473-1.646-.111-.008.007.007.052 0 .052M145.281 111.65c.509-.369 1.048.103 1.595-.081.007-.007-.008-.059 0-.059-.546.192-1.085-.28-1.595.089-.007.007.008.051 0 .051M145.584 111.931c.347-.089.694.066 1.041-.03.007 0 0-.052 0-.052-.347.089-.694-.067-1.041.03-.007 0 0 .052 0 .052M142.764 114.647c.428-.192.842-.148 1.292-.14v-.059c-.45-.007-.864-.044-1.292.14-.007.007.007.052 0 .059M158.126 115.429c.303-.362.812-.266 1.226-.31.007 0 .007-.059 0-.059-.414.051-.923-.052-1.226.31-.015.015.007.052 0 .059M156.863 116.352c.502-.495 1.137-.074 1.727-.31.007-.007-.007-.052 0-.059-.59.244-1.225-.185-1.727.31-.007.015.008.052 0 .059M144.491 117.157c.325-.428.805-.295 1.255-.413.015-.007 0-.059 0-.059-.45.125-.93-.008-1.255.421-.007.014.008.044 0 .051M162.075 112.831c.288-.059.561-.14.864-.111.303.022.561.052.849-.081.007 0 0-.052 0-.052-.28.133-.546.111-.849.074-.295-.037-.583.052-.864.118-.007.001 0 .052 0 .052M161.839 113.355c.206-.044.391-.051.598-.059.17-.008.31-.089.45-.17.015-.007 0-.052 0-.052a1.09 1.09 0 01-.406.162c-.214.029-.421.022-.642.067-.008.001 0 .052 0 .052M161.019 112.307c.369-.17.945.222 1.211-.184.007-.015-.007-.052 0-.059-.266.406-.841.022-1.211.192-.007 0 .008.051 0 .051M162.526 113.643c.199-.074.369-.125.59-.118.185.007.347.044.524-.059.007-.007-.007-.052 0-.052-.17.096-.34.067-.524.052-.214-.015-.391.052-.59.118-.015.007 0 .059 0 .059M159.742 112.174c.362-.406.982.229 1.403-.051.015-.008 0-.052 0-.052-.421.273-1.041-.362-1.403.052-.007.007.008.044 0 .051M159.026 111.975c.125-.207.399-.14.605-.155.229-.022.399-.155.561-.31.008-.015-.007-.052 0-.059-.17.163-.332.28-.561.31-.214.029-.48-.052-.605.162-.007.008 0 .044 0 .052M148.411 107.391c.339-.162.672.029 1.019-.052.007 0 0-.059 0-.059-.347.089-.679-.111-1.019.059-.007 0 0 .052 0 .052M148.825 107.701c.177-.14.384-.007.568-.096.007 0-.007-.052 0-.052-.185.089-.391-.051-.568.096-.008.007.007.044 0 .052M156.406 117.497c.185-.022.391.081.568-.015.008 0-.007-.052 0-.052-.177.096-.384-.007-.568.015-.008 0 0 .052 0 .052M146.957 106.202c.192-.133.369-.074.583-.022.192.052.347.022.524-.059.015 0 0-.052 0-.052a.854.854 0 01-.524.059c-.214-.045-.384-.118-.583.022-.015.008 0 .052 0 .052M147.267 106.461c.052-.133.236-.096.34-.096.007 0 .007-.052 0-.052-.103-.008-.288-.037-.34.089-.007.014.007.051 0 .059M146.669 106.018c.207-.14.413-.103.65-.133.007 0 .007-.059 0-.059-.236.037-.443 0-.65.133-.015.007 0 .059 0 .059M145.377 106.682c-.465-.2-.937.133-1.403-.059 0 0-.015.052 0 .059.465.192.938-.148 1.403.052-.007 0 .008-.052 0-.052\"/>\n    <path fill=\"#4F90C4\" fill-rule=\"nonzero\" d=\"M144.41 106.763c-.273-.118-.539.096-.819.007 0 0-.015.052 0 .052.281.096.546-.126.819 0 0 0 .008-.051 0-.059M143.864 106.977c-.207-.162-.539-.015-.775-.022-.007 0-.007.052 0 .052.236.007.568-.14.775.029-.007-.007.007-.051 0-.059M143.059 108.838c-.273-.096-.561-.148-.849-.074-.192.044-.177.236-.413.17 0 0-.008.051 0 .051.214.067.243-.089.413-.17.244-.111.62 0 .849.081 0 .001.015-.051 0-.058M142.89 109.133c-.48-.221-.989-.03-1.491-.081 0 0-.007.059 0 .059.502.052 1.011-.14 1.491.081 0 0 .014-.052 0-.059\"/>\n    <path fill=\"#4F90C4\" fill-rule=\"nonzero\" d=\"M142.277 109.413c-.251-.081-.48-.207-.731-.281-.288-.089-.605-.089-.893-.162 0 0-.007.059 0 .059.258.059.532.096.797.133.288.044.554.214.827.31 0 0 .007-.051 0-.059M141.229 114.588c.332-.435.834-.133 1.285-.229.007 0 0-.059 0-.059-.45.103-.952-.199-1.285.229-.015.015.007.044 0 .059M141.243 114.839c.162-.074.31-.169.495-.169.17-.008.332.103.494.133.007 0 .007-.059 0-.059-.17-.022-.325-.111-.494-.133-.17-.022-.347.103-.495.177-.014-.001 0 .051 0 .051M141.539 115.578c.103-.104.199-.133.332-.082.111.037.199.082.31.03.015-.008 0-.059 0-.059-.111.059-.199.015-.31-.03-.133-.051-.229-.015-.332.082-.008.014.007.051 0 .059M141.768 113.902c.125-.074.236-.066.369-.015.133.051.236.089.377.015.007-.007-.008-.052 0-.052-.126.066-.229.044-.354-.007-.14-.059-.258-.074-.391.007-.016.007-.001.052-.001.052M140.453 113.739c.214-.052.384.074.598.104.162.022.347-.081.502-.111.007-.007 0-.059 0-.059-.17.037-.332.118-.502.111-.222-.007-.369-.155-.598-.096-.007-.001 0 .051 0 .051M143.613 116.729c.266-.28.65-.044.952-.199.015-.008 0-.059 0-.059-.303.155-.687-.074-.952.199-.015.015.007.051 0 .059M149.459 117.142c.354-.214.724-.067 1.107-.067.007 0 .007-.059 0-.059-.384.007-.753-.148-1.107.074-.014.001 0 .052 0 .052M151.918 117.076c.458-.162.812.266 1.262.177.007-.008 0-.059 0-.059-.45.089-.805-.339-1.262-.177-.008.007.007.059 0 .059M155.025 117.157c.362-.066.908.288 1.203-.03.015-.007 0-.044 0-.051-.295.31-.842-.044-1.203.022-.007.007 0 .059 0 .059M157.188 117.438c.133-.273.413-.155.65-.125.281.029.546 0 .782-.185.008-.007-.007-.051 0-.051-.258.207-.554.199-.864.17-.229-.022-.45-.111-.568.14-.007.006.008.043 0 .051M147.097 117.26c.244-.007.443-.103.672-.184.251-.089.517-.008.76-.111.008 0-.007-.052 0-.052-.221.089-.458.037-.687.081-.258.059-.472.199-.746.214-.006.001.001.052.001.052M148.736 119.46c.376-.443.967-.007 1.417-.28.008-.007-.007-.052 0-.059-.45.273-1.041-.163-1.417.28-.007.015.007.052 0 .059M149.26 119.608c.362-.133.945.089 1.203-.258.015-.007-.008-.044 0-.051-.258.347-.842.126-1.203.251-.007.006 0 .058 0 .058M152.67 121.077c.266-.28.569-.31.93-.244.421.081.812.17 1.24.074.007-.008 0-.059 0-.059-.391.089-.761.03-1.144-.051-.399-.082-.731-.089-1.026.229-.014.007 0 .044 0 .051\"/>\n    <path fill=\"#4F90C4\" fill-rule=\"nonzero\" d=\"M152.84 121.202a.965.965 0 01.716-.177c.007 0 .007-.052 0-.059a1.002 1.002 0 00-.716.177c-.014.008 0 .052 0 .059\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M134.363 97.979c-.126.199-.288.369-.45.539-.022.022.015.096 0 .111.162-.17.325-.347.458-.546.015-.023-.015-.097-.008-.104M134.592 98.208a3.808 3.808 0 00-.28.517c-.008.03.015.089.007.103.074-.177.17-.347.273-.517.015-.022-.007-.096 0-.103\"/>\n    <path fill=\"#4F90C4\" fill-rule=\"nonzero\" d=\"M145.577 116.537c.177-.221.509-.089.745-.199.007 0-.007-.052 0-.052-.236.103-.568-.029-.745.192-.008.015.007.052 0 .059M146.854 116.552c.052-.31.495-.148.694-.273.015-.007 0-.051 0-.059-.207.133-.642-.037-.701.288a.197.197 0 00.007.044M149.12 116.352c-.185-.015-.347-.081-.532-.067-.199.015-.399.111-.591.17-.007.007 0 .059 0 .059.199-.059.384-.14.591-.177.177-.022.354.059.532.067.007 0 .007-.052 0-.052M149.924 116.448c.244-.052.48-.052.723-.022.199.022.421.14.62.111v-.059c-.177.03-.362-.066-.539-.096a1.97 1.97 0 00-.805.015c-.006 0 .001.051.001.051M152.493 116.537c.31-.037.635.066.893-.155.015-.007-.007-.044 0-.052-.258.222-.583.118-.893.148v.059M154.176 116.47c.495-.524 1.203.03 1.801-.148.007-.007 0-.059 0-.059-.598.177-1.307-.376-1.801.155-.014.008 0 .045 0 .052M143.303 116.47c.236-.185.517-.192.79-.28.007-.007-.007-.059 0-.059-.273.096-.554.096-.79.288-.007.007.007.051 0 .051M151.755 116.493c.199-.288.539-.303.849-.391.007 0 0-.052 0-.052-.31.081-.65.096-.849.391-.015.007 0 .044 0 .052M156.229 116.323c.207-.207.487-.163.745-.221.008 0 0-.052 0-.052-.258.059-.539.007-.745.214-.008.015.007.052 0 .059M157.461 115.887c.185-.14.399-.133.62-.155v-.052c-.221.015-.435.015-.62.148-.007.008.008.052 0 .059M157.461 115.297c.207-.059.421-.089.598-.214.007-.007-.008-.052 0-.052-.178.125-.391.155-.598.214-.007 0 0 .052 0 .052M142.432 115.474c.236-.03.465-.104.701-.067 0 0 .007-.052 0-.052-.236-.037-.465.037-.701.059v.06\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M132.518 95.122s1.927-.177 1.831.162c-.089.332.096.332.613.332s1.934-.192 2.074.052c.14.236 1.506-.096 2.03-.192.517-.096.893-.096 1.174-.148.28-.044.805-.192.805 0s.14.628.14.628.613.531 1.033.531c.428 0 .568.14.664.288.089.14 0 .428.377.332.376-.096.044.096.937-.236.893-.34.517-.052.753-.244s.517-.332.945-.236c.421.096.753.288.893.236.14-.044.472-.14 1.085.148.613.288 1.27.384 1.786.428.524.052.805.148 1.085 0 .288-.14.945-.14 1.129-.14.192 0-.185-.096.901.044 1.078.148 1.174.148 1.314 0 .14-.14.524-.236.709-.288.192-.044.28-.288.473-.192.184.096.657.288 1.033.48.376.192 1.277.295 1.794.192.517-.096.185-.044 1.034.148s1.129.244 1.461.244c.332 0 1.521-.148 1.521-.148l-.436-.103c-.517-.428-.281-.044-1.27-.568-.989-.531-.569-.34-2.03-.679-1.461-.332-1.13-.62-1.602-.908-.472-.295-.517 0-1.034 0-.516 0-.332-.339-1.557-1.255-1.225-.915-1.13-.672-1.602-1.056-.472-.391-1.461-1.011-1.978-1.499-.517-.48-1.602-.362-2.074-.384-1.041-.037-1.44-1.048-2.355-.849-.413.096-1.129-.546-2.163-.782-1.041-.244-2.03.62-2.783 1.107-.753.48-2.547 1.491-3.344 2.207-.804.723-2.517 1.587-3.551 1.927-1.033.34-1.786.332-1.786.332\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M144.373 91.689c-.133.081-.273.14-.428.192-.015.007.007.111 0 .111.155-.052.295-.103.428-.192.022-.015-.007-.103 0-.111M150.825 92.745c-.502.273-.886.709-1.366 1.011-.022.015.007.103 0 .111.48-.303.864-.738 1.366-1.011.022-.008-.007-.104 0-.111M150.869 92.021c-.266.376-.569.701-.967.93-.022.015.007.104 0 .111.399-.229.701-.561.967-.93.015-.03-.007-.103 0-.111M150.485 91.667c-.185.162-.376.31-.62.369-.015.008 0 .111 0 .111.244-.059.436-.207.62-.369.023-.022-.014-.104 0-.111M150.522 91.962c-.273.281-.531.598-.893.768-.022.007.007.103 0 .111.362-.17.62-.48.893-.768.022-.022-.014-.096 0-.111M150.707 93.402c-.258.332-.421.753-.827.93-.015.007.007.111 0 .111.413-.177.568-.598.827-.93.015-.03-.015-.096 0-.111M150.485 94.199c-.148.177-.266.406-.495.487-.015.007.007.111 0 .111.229-.081.347-.31.495-.487.023-.022-.014-.096 0-.111M150.596 94.834c.214.155.31.421.532.576-.015-.007.015-.096 0-.111-.222-.155-.318-.421-.532-.576.008.008-.022.096 0 .111M151.069 95.971c.103.074.17.192.258.281v-.059c0-.007.007-.044 0-.052-.089-.089-.155-.207-.258-.28l-.007.059c-.001.007-.001.043.007.051M143.864 92.656a3.658 3.658 0 01-1.004.746c-.022.007.008.103 0 .111a3.658 3.658 0 001.004-.746c.015-.022-.015-.096 0-.111M143.384 93.49c-.458.406-1.011.635-1.587.819-.015.007.007.111 0 .111.576-.185 1.129-.413 1.587-.82.022-.014-.007-.095 0-.11M142.616 94.332c-.236.354-.59.768-1.019.878-.015 0 0 .111 0 .111.428-.111.783-.524 1.026-.878.015-.022-.014-.096-.007-.111M140.011 94.701a4.72 4.72 0 01-.819.45c-.022.007 0 .111 0 .111a4.61 4.61 0 00.819-.443c.022-.015-.008-.111 0-.118M139.464 94.517c-.066.022-.133.052-.199.074-.022.007 0 .111 0 .111.067-.022.133-.052.199-.074.015-.001 0-.111 0-.111M143.421 95.225c-.133.081-.273.17-.399.266-.022.015.007.103 0 .111.125-.096.266-.185.399-.266.022-.008-.007-.103 0-.111M148.441 95.454a6.12 6.12 0 00-.568.295c-.015.015.015.103 0 .111.185-.111.377-.207.568-.295.022-.015-.008-.111 0-.111M149.74 95.225a.945.945 0 00-.318.317c-.007.022 0 .052 0 .074 0 0 0 .044.007.037a.849.849 0 01.31-.317c.023-.008-.014-.103.001-.111\"/>\n    <path fill=\"#01773D\" fill-rule=\"nonzero\" d=\"M137.648 107.693c-.022.258-.022.539.126.76-.008-.015.015-.089 0-.111-.111-.17-.133-.369-.118-.568 0-.014 0-.118-.008-.081M137.501 108.409c-.089-.133-.236-.325-.229-.494 0-.022-.007-.126-.007-.059-.015.258.096.45.236.657-.008-.007.015-.081 0-.104M137.117 108.306c-.295-.354-.436-.819-.465-1.277 0-.074-.007.037-.007.052.03.48.162.959.473 1.336-.016-.015.014-.089-.001-.111M138.099 108.343c-.029-.037-.052-.089-.074-.133a.188.188 0 000 .103c.022.052.044.104.074.14l.007-.051c0-.015.007-.044-.007-.059M138.357 108.387c-.052-.015-.096-.037-.118-.081 0 0-.007.037-.007.044 0 .015-.007.052.007.067.022.044.066.059.118.081-.007 0 .015-.104 0-.111M136.401 108.151c-.162-.317-.177-.672-.192-1.026-.007-.066-.015.037-.007.059.015.369.022.738.192 1.07-.008-.007.022-.081.007-.103M136.681 105.198c0 .192.081.605-.17.672-.015.007 0 .11 0 .11.273-.066.185-.583.185-.782 0-.066-.015-.066-.015 0M136.261 106.003a.543.543 0 00.118-.2c.007-.022.007-.051.007-.066a.594.594 0 00-.007-.044.676.676 0 01-.118.199c-.007.007-.007.044-.007.052a.643.643 0 00.007.059M136.748 106.003c.155-.111.14-.317.14-.495 0-.059-.015-.059-.015 0 .007.155.007.288-.125.384-.022.015.007.103 0 .111M138.527 105.486c.059.148.015.325.015.48 0 .066.007.066.015 0 0-.185.044-.406-.03-.59.007.022-.015.081 0 .11M136.962 106.025c.207-.133.214-.435.177-.657-.007-.015-.015.074-.007.096.029.17-.022.354-.17.45-.022.008.007.104 0 .111M138.372 105.981a.54.54 0 00.066-.236c0-.022 0-.052-.007-.066a.144.144 0 00-.007.037.293.293 0 01-.052.155c-.007.022-.007.051-.007.074a.208.208 0 00.007.036M137.575 105.11c.096.236-.03.553-.059.797 0 .015.007.125.007.081.037-.31.177-.679.059-.982.007.015-.015.074-.007.104M138.689 105.944v-.214c0-.007 0-.059-.007-.059s-.007.052-.007.059v.214c0 .007 0 .059.007.059s.007-.052.007-.059M140.734 106.239c.133-.14.125-.347.125-.531 0-.059-.015-.059-.015 0 0 .155 0 .303-.111.421-.021.022.016.095.001.11M137.678 105.966c.192-.236.214-.531.236-.819 0-.022-.007-.125-.007-.059-.022.273-.052.546-.229.767-.022.022.015.089 0 .111M137.168 106.003c.347-.118.207-.753.162-1.011 0-.015-.007.074-.007.096.044.243.155.701-.155.804-.014.007.008.111 0 .111M138.017 105.501c-.007.148-.022.302-.148.391-.022.015.007.103 0 .111.14-.096.148-.288.162-.443.001-.022-.006-.126-.014-.059M138.719 106.025c.066-.052.081-.111.089-.185 0-.015 0-.044-.007-.066 0-.007-.008.037-.008.037 0 .037-.044.081-.074.103-.007.007 0 .044 0 .052v.059M138.121 106.025c.177-.236.236-.524.236-.812 0-.037-.007-.111-.007-.029-.007.258-.066.517-.229.731-.022.021.015.088 0 .11M136.069 105.944c.022-.022.037-.037.044-.067v-.074c0-.007-.007-.044-.007-.022a.13.13 0 01-.037.052c-.007.007-.007.044-.007.052l.007.059M136.807 108.225c-.199-.258-.273-.576-.347-.886 0 .015-.015.074-.007.103.081.31.155.635.354.893-.015-.014.015-.081 0-.11M136.128 108.151a1.821 1.821 0 01-.155-.317.188.188 0 000 .103c.037.118.096.214.155.317a.15.15 0 00.008-.037c-.001-.014-.001-.051-.008-.066M138.638 108.107c.007.066.022.14.044.206 0 .007.007-.029.007-.037 0-.022 0-.044-.007-.067a1.712 1.712 0 01-.037-.184c0-.022 0-.022-.007 0v.082M140.542 110.218c.007.133.096.222.155.333 0 .008.007-.03.007-.037 0-.015 0-.052-.007-.067-.052-.096-.14-.192-.148-.303-.007-.022-.007-.022-.007 0a.133.133 0 000 .074M140.52 110.602c-.096-.089-.133-.214-.17-.332.007.015-.015.074 0 .104.03.125.074.251.17.339-.007-.008.022-.096 0-.111M151.548 106.158c.192-.126.266-.362.347-.576.015-.029-.007-.089 0-.103-.081.207-.155.443-.347.568-.022.015.008.104 0 .111M152.028 106.04c.236-.399.17-.886.141-1.329 0-.066-.007.037-.007.059.022.391.074.812-.133 1.159-.016.03.007.096-.001.111M162.319 107.332v-.31c-.008 0-.008.052-.008.052v.258c0 .007 0 .059.008.059v-.059M163.441 107.383c.022-.081.022-.17.022-.251 0 0 0-.052-.007-.052v.052a.553.553 0 01-.022.155v.074c-.001 0-.001.037.007.022M162.511 107.524c.133-.31.177-.642.199-.974 0-.022-.008-.126-.015-.059-.015.325-.059.635-.184.93-.015.029.007.088 0 .103M163.153 107.45c0-.222.037-.45.037-.672 0-.067-.007-.067-.007 0 0 .222-.037.45-.037.672 0 .066.007.066.007 0M162.88 107.427c.118-.421.229-.834.236-1.27 0-.037-.007-.103-.015-.029-.008.413-.118.797-.229 1.188-.007.03.015.09.008.111M162.09 107.413c0-.111.015-.214.015-.317 0-.007.007-.059 0-.059-.008 0-.008.052-.008.059 0 .103-.015.207-.022.317 0 0 0 .052.008.052.007 0 .007-.052.007-.052M162.644 107.524c.118-.362.088-.738.14-1.115a1.34 1.34 0 00-.007-.096c-.052.369-.023.746-.133 1.107-.008.03.007.089 0 .104M162.392 107.538c.044-.185.081-.361.081-.546 0-.037-.007-.111-.007-.03 0 .162-.045.325-.074.48-.007.022-.007.051-.007.074 0 .008.007.045.007.022M162.828 107.427c0-.207.029-.406.037-.612 0-.037-.015-.111-.015-.03 0 .214-.037.428-.037.642 0 .067.008.067.015 0M151.8 106.099c.17-.229.266-.502.273-.79 0-.037-.007-.111-.007-.03a1.277 1.277 0 01-.266.708c-.023.031.014.097 0 .112M151.312 106.195l.177-.31c.007-.022 0-.052 0-.074v-.037a2.665 2.665 0 00-.177.317c-.008.015-.008.052-.008.066a.219.219 0 00.008.038M152.346 105.892c.015-.14.015-.295.015-.443 0 0 .007-.052 0-.052-.008 0-.008.052-.008.052 0 .118 0 .236-.015.354a.132.132 0 000 .074s0 .037.008.015M152.789 105.767c.074-.303.118-.598.177-.901a1.39 1.39 0 00-.007-.096c-.059.295-.104.591-.177.886-.008.03.007.089.007.111M153.121 105.567c0-.17.015-.339.015-.509.007-.066-.008-.066-.008 0 0 .17-.015.34-.022.509 0 .067.015.067.015 0M153.424 105.449c.096-.31.155-.62.177-.938.007-.022 0-.126-.007-.059a3.977 3.977 0 01-.17.886c-.008.03.007.089 0 .111M153.852 105.39c.111-.207.14-.428.155-.65.007-.015 0-.126-.007-.081-.015.221-.044.429-.148.62-.015.03.007.096 0 .111M154.199 105.486c.133-.199.177-.428.199-.665 0-.015-.007-.125-.007-.081-.022.229-.066.443-.192.635-.015.03.007.104 0 .111M154.782 105.272c.207-.184.339-.413.428-.679.008-.03-.007-.089-.007-.103a1.468 1.468 0 01-.421.672c-.023.014.007.095 0 .11M155.579 105.287c.177-.244.14-.568.155-.857 0-.015-.007-.125-.007-.051-.022.273.015.568-.155.805-.015.022.007.095.007.103M156.037 105.11c.244-.133.317-.391.317-.65 0-.037-.007-.111-.007-.03-.007.236-.096.458-.31.569-.015.015.007.111 0 .111M155.195 105.294c0-.089 0-.177.015-.266v-.081s0-.037-.007-.015c-.022.118-.022.236-.022.362 0 0 0 .052.007.052s.007-.052.007-.052M154.014 105.553c0-.111 0-.222.015-.332v-.074s0-.044-.007-.022c-.022.14-.022.288-.022.428 0 0 0 .052.007.052s.007-.052.007-.052M153.446 105.826c.133-.133.14-.332.155-.509 0-.015 0-.126-.007-.081-.015.17-.022.354-.148.48-.022.021.007.095 0 .11M153.173 105.863c.081-.177.081-.362.081-.546 0-.067-.007-.067-.007 0 0 .155-.007.295-.074.435-.015.029.007.096 0 .111\"/>\n    <path fill=\"#01773D\" fill-rule=\"nonzero\" d=\"M152.811 106.025v-.273c0-.007 0-.059-.008-.059-.007 0-.007.052-.007.059v.273c0 .007 0 .059.007.059.008 0 .008-.052.008-.059M152.457 106.136c.103-.295.229-.583.295-.893a1.22 1.22 0 00-.008-.096c-.059.31-.192.591-.288.886-.014.029.008.088.001.103M154.449 105.523c.096-.199.14-.421.162-.642 0-.015-.007-.126-.007-.081a2.025 2.025 0 01-.155.62c-.014.029.008.088 0 .103M154.856 105.405a.84.84 0 00.059-.14c.007-.015.007-.044.007-.067 0 0-.007-.044-.007-.037a1.194 1.194 0 01-.059.14.106.106 0 000 .066v.038M155.402 105.309c.155-.295.089-.628.059-.945 0-.044-.007.066-.007.081.022.251.074.517-.052.753-.015.03.007.096 0 .111M155.867 105.25c.155-.31.177-.657.199-.997 0-.015-.008-.125-.015-.059-.015.325-.044.649-.184.945-.015.03.007.096 0 .111M151.054 105.494c-.022.185-.111.354-.074.539.007.022.007-.015.007-.015v-.081c-.015-.059.03-.148.045-.207a.567.567 0 00.029-.162c.008-.015 0-.119-.007-.074M151.061 106.217c.037-.14.059-.288.096-.435.007-.029-.007-.089 0-.103-.037.14-.066.288-.096.435-.007.029.008.088 0 .103M152.98 105.789v-.221s.007-.052 0-.052-.007.052-.007.052v.221c0 .007 0 .052.007.052s0-.045 0-.052M153.719 105.619c0-.192-.051-.362-.096-.539 0 .022-.015.074-.008.111.037.148.089.295.096.45 0 .081.008.007.008-.022M154.59 105.464c.133-.221.192-.48.229-.738.008-.022 0-.104 0-.096-.044.258-.103.51-.236.731-.015.022.014.096.007.103M157.646 108.313a5.06 5.06 0 00.295-.649c.008-.029-.007-.089-.007-.111a5.127 5.127 0 01-.288.657c-.015.022.007.096 0 .103M158.325 108.262a1.3 1.3 0 00.31-.686c.008-.022 0-.103 0-.096-.044.258-.14.472-.31.672-.022.021.015.088 0 .11M158.886 108.158a1.2 1.2 0 00.258-.952c-.007-.007-.015.074-.007.096.044.28-.081.531-.251.746-.022.029.015.096 0 .11M159.41 108.018c.184-.34.14-.745.103-1.122-.007-.044-.015.067-.007.081.03.317.059.642-.096.937-.014.023.008.089 0 .104M158.089 107.804c.029.074.096.192.007.244-.022.015.007.111 0 .111.067-.037.067-.126.059-.199 0-.096-.037-.177-.059-.266 0 .021-.015.073-.007.11M158.554 108.203c.111-.126.103-.303.103-.458v-.051c-.007 0-.007.051-.007.051 0 .126-.007.251-.089.34-.022.029.008.095-.007.118M159.181 108.077c.059-.155.096-.31.096-.472 0-.037-.007-.111-.007-.029 0 .14-.044.266-.096.399-.007.028.015.087.007.102M157.926 108.166c0-.074 0-.14.015-.214.008-.022 0-.052 0-.074 0-.007 0-.044-.007-.022-.022.104-.022.207-.022.31 0 0 0 .052.007.052s.007-.052.007-.052M157.38 108.35c.015-.096.037-.185.074-.273.007-.015.007-.044.007-.066a.169.169 0 00-.007-.037c-.044.089-.059.185-.081.28-.008.022 0 .052 0 .074 0 .007 0 .044.007.022M159.019 107.118c-.007.221-.14.421-.074.642-.007-.015.007-.074 0-.103-.029-.096.037-.221.059-.31a.899.899 0 00.022-.199c0-.038-.007-.104-.007-.03M158.325 107.619c-.015-.096-.015-.192-.015-.288 0 0 0-.052-.007-.052v.052c0 .126 0 .258.022.384 0 .022.007-.015.007-.022a.224.224 0 00-.007-.074M158.753 107.693c.022-.133.037-.273.059-.414v-.074c0-.007 0-.044-.007-.022-.015.14-.037.28-.059.413v.081c0 .001.007.038.007.016M158.465 107.649c0-.089.007-.177.037-.266.008-.015 0-.044 0-.066 0-.008 0-.044-.007-.037-.037.118-.037.244-.037.369v.059c.007-.007.007-.059.007-.059M159.373 107.612c0-.096 0-.192-.022-.288 0-.022-.008.015-.008.022 0 .022 0 .052.008.074a.8.8 0 01.015.192s0 .052.007.052 0-.052 0-.052M158.716 108.158a.686.686 0 00.059-.295c0-.022.007-.052-.008-.066v.037a.54.54 0 01-.059.214c-.007.022 0 .052 0 .074.001-.001.001.044.008.036M158.118 107.634c0-.089-.022-.17-.022-.258 0-.007 0-.044-.007-.037-.008.022 0 .044 0 .067 0 .088.015.17.015.258a.15.15 0 00.008.037c.006-.023.006-.045.006-.067M164.467 110.033c.059-.428.406-.731.487-1.151a1.22 1.22 0 00-.008-.096c-.074.421-.421.723-.487 1.151 0 .022.008.104.008.096M164.74 109.878a.405.405 0 01.133-.295c.022-.015-.015-.096 0-.111-.111.096-.141.236-.141.376 0 .038.008.111.008.03M164.238 109.982a.711.711 0 01.207-.295c.007-.015.007-.052.007-.059l-.007-.052a.951.951 0 00-.214.295c-.007.015 0 .052 0 .066 0 .008 0 .045.007.045M164.954 109.797c.074-.244.096-.495.118-.746 0-.015-.007-.118-.007-.074-.022.244-.044.48-.118.716-.008.03.007.09.007.104M164.098 109.826c-.007-.022-.015-.029-.015-.022 0-.015-.007-.015-.007 0-.008.03 0 .052 0 .081 0 .022.007.037.022.052 0 0 .007-.044.007-.052 0-.014 0-.043-.007-.059M165.05 109.959c.244-.406.31-.878.251-1.343-.007-.037-.007.067-.007.081a1.74 1.74 0 01-.251 1.151c-.015.03.014.097.007.111M163.286 107.427a1.483 1.483 0 00-.022-.539v.022a.117.117 0 000 .074c.029.118.029.244.015.369-.001.016.007.119.007.074\"/>\n    <path fill=\"#01773D\" fill-rule=\"nonzero\" d=\"M165.22 109.819c.192-.31.155-.716.199-1.063 0-.015 0-.118-.007-.081-.044.347-.007.731-.192 1.041-.015.022.007.096 0 .103M161.285 109.923a.52.52 0 00.022.236s.008-.037.008-.044c0-.015 0-.044-.008-.067 0-.007-.015-.03-.015-.044v-.081c.001-.015-.007-.015-.007 0M150.345 105.627c.229-.148.325-.413.391-.672.007-.037-.015-.089-.007-.111-.067.259-.155.524-.384.672-.022.014.008.103 0 .111M161.078 110.159c0-.067.008-.14-.022-.207a.15.15 0 00-.008.037c0 .022 0 .052.008.067a.246.246 0 01.015.103c0 .008 0 .059.007.059v-.059M161.47 110.122v-.495c0-.059-.015-.059-.015 0v.495c0 .066.015.066.015 0M150.382 104.799c-.022.237-.029.524-.251.657-.022.015.008.103 0 .111.229-.14.236-.45.258-.687 0-.014-.007-.125-.007-.081M151.143 106.261c.133-.362.206-.708.214-1.092 0-.037-.008-.104-.008-.03a2.965 2.965 0 01-.214 1.011c-.007.03.008.089.008.111M149.961 105.567a1.9 1.9 0 00.074-.177c.007-.022.007-.052.007-.074 0 0-.007-.044-.007-.037a.625.625 0 01-.081.177c-.007.015 0 .052 0 .066 0 .008 0 .045.007.045M150.818 106.106v-.14s0-.052-.008-.052c-.007 0-.007.052-.007.052v.14s0 .052.007.052c.008 0 .008-.052.008-.052M149.799 105.545c.022 0 .029-.008.044-.015.008-.015 0-.044 0-.059v-.052c-.015.007-.022.015-.044.015-.015.008 0 .111 0 .111M160.96 103.678a.35.35 0 01.051-.207c.008-.015 0-.052 0-.066 0-.007 0-.044-.007-.037-.052.089-.052.199-.052.31 0 0 0 .052.008.052v-.052M164.179 103.751c0-.096.022-.185.044-.28.007-.022.007-.044.007-.066a.169.169 0 00-.007-.037 1.692 1.692 0 00-.052.384c0 .008-.007.059 0 .059.008 0 .008-.052.008-.06M162.57 103.803c.125-.414.148-.849.155-1.285 0-.059-.015-.059-.015 0 0 .399-.03.797-.148 1.181-.007.03.008.089.008.104M162.171 103.803v-.28c0-.008 0-.059-.007-.059s-.007.051-.007.059v.28c0 .007 0 .059.007.059s.007-.051.007-.059M163.448 103.833a.593.593 0 00-.03-.339v.037a.106.106 0 000 .066c.015.044.037.089.022.125v.074l.008.037M161.817 103.7c.007-.258.052-.524.074-.783 0-.015 0-.118-.008-.074-.029.281-.074.569-.074.856 0 .067.008.067.008.001M162.998 103.781c.126-.199.126-.428.148-.657 0-.015 0-.118-.007-.081-.022.222-.022.443-.148.628-.015.029.007.095.007.11M161.263 103.751c.022-.14.022-.28.052-.413v-.074c0-.008-.008-.044-.008-.022-.022.133-.029.273-.052.413-.007.022 0 .052 0 .074.001 0 .001.037.008.022M162.37 103.803c.022-.126.022-.258.022-.384v-.059c-.007 0-.007.052-.007.059 0 .096 0 .192-.022.288a.133.133 0 000 .074s0 .037.007.022M161.913 103.833c.103-.288.251-.553.303-.856.007-.022 0-.103-.007-.096-.052.303-.192.561-.295.842-.016.028.006.095-.001.11M161.485 103.619a.428.428 0 01-.066-.214.169.169 0 00-.007-.037c-.008.015-.008.044-.008.067 0 .103.022.207.081.295 0 .007.007-.037.007-.037 0-.023.007-.06-.007-.074M162.843 103.781c.022-.051.029-.103.051-.155a.109.109 0 000-.067v-.037c-.022.044-.029.103-.051.148-.008.022-.008.052-.008.074 0 0 .008.044.008.037M163.92 103.346c.059.118.044.236.022.362v.074s.008.044.008.022c.03-.192.059-.391-.03-.569.008.015-.014.081 0 .111M163.146 103.862a.459.459 0 00.147-.266c.008-.015.008-.044.008-.066 0 0-.008-.044-.008-.037a.457.457 0 01-.147.258c-.007 0-.007.044-.007.052l.007.059M163.721 103.929c.059-.332.163-.723-.052-1.026.007.007-.015.081 0 .111.177.244.096.539.052.819a.418.418 0 000 .096M162.644 103.737c.029-.214.074-.435.125-.65.008-.03-.007-.089 0-.111a5.738 5.738 0 00-.133.687c0 .015.008.118.008.074M161.588 103.729v-.517c0-.059-.007-.059-.007 0v.517c0 .059.007.059.007 0M161.056 103.729c.037-.044.03-.103.03-.155v-.059c-.008 0-.008.052-.008.059 0 .022-.007.029-.022.044-.008.015 0 .044 0 .059v.052M163.655 103.7c0-.177-.007-.354-.029-.531-.008-.022-.008.015-.008.015v.081c.022.14.022.288.022.435 0 .066.015.066.015 0M164.223 103.729c.029-.059.029-.118.029-.185v-.052c-.007 0-.007.052-.007.052 0 .029-.015.052-.022.074-.007.022-.007.052-.007.074 0 0 .007.045.007.037M161.661 103.737a8.601 8.601 0 01-.022-.628c0-.059-.007-.059-.007 0 0 .237 0 .473.022.709.007.044.015-.067.007-.081\"/>\n    <path fill=\"#01773D\" fill-rule=\"nonzero\" d=\"M161.994 103.855c.022-.354.022-.716.051-1.078 0-.015-.007-.126-.015-.052-.022.354-.022.716-.044 1.078-.007.015 0 .126.008.052M162.466 103.729a1.032 1.032 0 000-.598c.007.022-.015.081 0 .111a.654.654 0 010 .377c-.014.036.008.088 0 .11M162.917 103.833a1.74 1.74 0 00.081-.517c0-.066-.007-.066-.007 0-.007.14-.029.273-.074.406-.008.029.007.089 0 .111M163.418 103.397c.044.133.133.302.126.443 0 .015 0 .126.007.081.015-.229-.066-.421-.133-.635.008.023-.007.074 0 .111M161.138 103.678v-.103c0-.008 0-.059-.007-.059V103.73c.007-.001.007-.052.007-.052M164.378 103.648a.203.203 0 01-.052-.103c0-.007 0-.044-.007-.022v.081c.007.052.015.111.059.155-.008-.008 0-.052 0-.059 0-.015.008-.045 0-.052M163.197 103.803c.052-.288.074-.583.081-.872 0-.066-.015-.066-.015 0 0 .259-.022.517-.074.775l.008.097M162.142 107.502c.029-.111.052-.229.052-.347 0-.022.008-.044 0-.066-.007-.007-.007.029-.007.037a1.728 1.728 0 01-.052.273v.067a.122.122 0 00.007.036M162.946 107.427c.125-.148.125-.354.125-.546 0-.059-.007-.059-.007 0 0 .155-.015.317-.118.436-.022.022.008.096 0 .11M164.895 109.539c.007.096.022.192.03.288 0 .015.007.015.007 0v-.081l-.022-.28c-.008-.022-.008-.022-.015 0v.073M161.581 109.967v.125s0 .059.007.059 0-.059 0-.059v-.125c0-.008.007-.059 0-.059s-.007.051-.007.059M161.381 109.657v.539c0 .059.008.059.008 0v-.539c0-.067-.008-.067-.008 0M159.329 107.885c.103-.184.148-.384.148-.605.008-.029-.007-.103-.007-.029 0 .192-.059.362-.147.531-.016.022.013.096.006.103M159.403 108.506a.481.481 0 00.251-.37v-.074c0-.007 0-.044-.007-.022a.445.445 0 01-.243.354c-.023.008.006.104-.001.112M161.189 110.203c0-.118-.03-.229-.052-.347 0 0-.007.037-.007.044v.067c.022.089.044.177.052.266v.044c.007-.022.007-.052.007-.074M159.322 107.989c.029.104.022.207.022.31 0 0 0 .052.008.052.007 0 .007-.052.007-.052 0-.14.007-.281-.03-.413 0 .014-.015.073-.007.103M159.049 108.321c.029-.133.052-.266.052-.398a.109.109 0 000-.067l-.007.037c0 .111-.022.221-.044.332-.007.022-.007.052-.007.074-.002 0 .006.036.006.022M157.86 106.778c0 .281.037.568-.096.819-.015.029.015.096.007.111.147-.288.103-.613.103-.93.001-.059-.014-.059-.014 0M158.096 108.299c0-.066.007-.126.022-.185.007-.015.007-.044.007-.066 0 0-.007-.044-.007-.037-.029.096-.029.192-.029.288 0 0 0 .052.007.052v-.052M159.72 107.435c.022.236-.141.494-.295.649-.022.022.015.096 0 .111.221-.221.332-.524.303-.834 0-.044-.008.059-.008.074M158.288 107.118c-.022.192-.074.369-.074.561 0 .067.007.067.007 0 0-.155.059-.31.074-.465a.133.133 0 000-.074c.001-.007.001-.045-.007-.022M158.746 108.299c.155-.163.221-.376.258-.598v-.074c0-.008-.008-.044-.008-.022-.03.214-.104.421-.251.583-.021.022.016.096.001.111M153.866 105.383a.253.253 0 01-.096.185c-.008.015-.008.044-.008.059l.008.052c.096-.081.111-.199.103-.325v-.037c-.007.021-.007.044-.007.066M152.951 105.803v-.302c0-.007 0-.059-.008-.059s-.008.052-.008.059v.302c0 .008 0 .059.008.059.008.001.008-.051.008-.059M152.42 105.855a.475.475 0 00.044-.362s-.007.037-.007.044c0 .015 0 .044.007.066.015.044-.029.111-.052.148-.008.015 0 .051 0 .067 0 .008 0 .045.008.037M151.489 106.032c.022-.111.029-.221.029-.332 0 0 0-.052-.007-.052-.008 0-.008.052-.008.052 0 .081-.007.162-.022.236-.008.022 0 .052 0 .074.001.008.001.044.008.022M150.478 106.172a.37.37 0 00.11-.251c0-.022 0-.044-.007-.066 0-.008-.007.037-.007.037 0 .067-.052.126-.096.162-.007.015 0 .044 0 .059v.059M150.678 105.427c-.008.037-.037.044-.074.044 0-.007-.015.103 0 .111.051.007.074-.015.081-.059v-.081s0-.037-.007-.015M151.26 106.143c.074-.111.141-.222.199-.332.007-.022.007-.052.007-.074 0 0-.007-.044-.007-.037a2.536 2.536 0 01-.199.332c-.022.022.008.097 0 .111M154.597 105.058c-.008.14-.03.273-.126.384-.015.022.015.096 0 .111.104-.126.126-.281.133-.436.001-.022-.007-.125-.007-.059M155.247 104.881c.007.096.022.2-.044.281-.007.008-.007.037-.007.052l.007.059c.096-.118.059-.31.059-.443-.008-.067-.015.036-.015.051M155.705 105.221a.542.542 0 00.059-.185c0-.022 0-.052-.007-.074 0-.022-.008.015-.008.022a.258.258 0 01-.044.125.097.097 0 000 .067v.045M156.406 104.992c0-.007-.007-.015-.022-.015a.296.296 0 000 .111c.037 0 .03-.037.03-.067 0-.015.008-.044 0-.066l-.008.037M150.53 102.725c.03-.126.03-.258.03-.384 0-.007 0-.059-.007-.059v.059c0 .096 0 .192-.022.288-.007.022-.007.052-.007.074-.002 0 .006.037.006.022M152.117 102.518c.007-.177.022-.354.029-.539 0-.059-.015-.059-.015 0 0 .185-.022.361-.022.539.001.067.008.067.008 0M151.334 101.847c.015.125.081.317-.052.384-.022.015.007.111 0 .111.177-.088.081-.443.052-.59 0-.022-.007.015-.007.022 0 .021 0 .051.007.073M151.711 102.186a.715.715 0 01-.022-.177v-.059c-.007 0-.007.052-.007.059 0 .096 0 .192.03.281 0 .008.008-.029.008-.037-.002-.022-.002-.052-.009-.067M151.054 101.773c-.007.17.008.354-.074.517-.015.022.007.089.007.103.082-.17.067-.377.074-.561 0-.022-.007-.125-.007-.059M151.859 102.29c.059-.059.059-.125.059-.207 0 0 0-.052-.007-.052s0 .052 0 .052a.125.125 0 01-.052.096c-.007.015 0 .044 0 .059 0 .007.007.052 0 .052M150.685 102.666c0-.067.029-.133.052-.199v-.066s-.007-.044-.007-.037a.842.842 0 00-.052.273c0 .015-.008.044 0 .066.007 0 .007-.037.007-.037M151.113 102.341c.022-.059.044-.111.052-.177v-.081c-.007-.015-.007.022-.007.022a.459.459 0 01-.052.133c-.007.015 0 .044 0 .067 0 0 0 .044.007.036M150.759 102.459c.007-.074.022-.14.029-.206 0-.022 0-.052-.007-.067a.156.156 0 00-.007.037c0 .066-.022.133-.022.207 0 .022 0 .044.007.067v-.038M151.512 102.231c-.015-.015-.022-.029-.022-.044 0-.007 0-.059-.007-.059v.059c0 .052-.008.118.029.155 0 0 .007-.044.007-.052 0-.015 0-.045-.007-.059M151.888 102.496c.052-.059.074-.133.103-.207.007-.022 0-.044 0-.066 0-.008 0-.044-.007-.037a.491.491 0 01-.096.199c-.008.015-.008.044-.008.059l.008.052M135.559 102.57v-.974c0-.066-.007-.066-.007 0v.974c0 .067.007.067.007 0M134.504 102.696c-.303-.443-.487-.96-.354-1.506.007-.037-.008-.089 0-.111-.155.613.007 1.211.347 1.728-.008-.015.021-.082.007-.111M135.257 102.622c-.052-.096-.089-.199-.052-.303.007-.03-.007-.096 0-.111a.661.661 0 00.044.517c-.007-.007.022-.081.008-.103M135.685 102.725c.022-.111.03-.221.03-.332 0-.007 0-.059-.007-.059-.008 0-.008.052-.008.059 0 .074 0 .148-.022.229v.066c-.001.008.007.044.007.037M134.88 102.644a1.7 1.7 0 01-.229-.679c0-.044-.007.067-.007.081.037.251.103.487.229.709-.008-.015.022-.081.007-.111M135.434 102.651c-.022-.125-.052-.244-.081-.362.007.015-.008.074 0 .103.029.118.052.236.074.354.007.022.007-.015.007-.022v-.073M134.976 102.592c-.089-.251-.148-.583.03-.812.015-.03-.015-.096 0-.111-.207.266-.14.738-.03 1.033-.007-.014.015-.08 0-.11\"/>\n    <path fill=\"#01773D\" fill-rule=\"nonzero\" d=\"M134.452 102.386c-.118-.273-.052-.561.222-.687.022-.008 0-.103 0-.111-.347.155-.354.598-.229.908 0-.014.022-.081.007-.11M135.832 102.541c-.007-.022-.022-.044-.022-.074 0 0 0-.052-.007-.052v.052c0 .067 0 .126.029.185 0 .007.007-.037.007-.037a.205.205 0 00-.007-.074M135.102 101.928c-.081.103-.096.258-.125.384-.007.029.007.089 0 .111.037-.125.044-.281.125-.384.022-.03-.015-.096 0-.111M134.651 102.622a.466.466 0 01-.074-.222v-.037c-.007.022-.007.044-.007.066 0 .111.022.207.081.295 0 .007.007-.029.007-.037a.165.165 0 00-.007-.065M135.153 102.592a.347.347 0 01-.044-.155s-.007-.037-.007-.015a.133.133 0 000 .074c0 .074.022.14.052.207l.007-.037c0-.022 0-.051-.008-.074M135.773 102.548v.199c0 .008 0 .059.007.059s.007-.052.007-.059v-.199c0-.008 0-.059-.007-.059s-.007.052-.007.059M134.231 102.696c0-.258-.022-.524-.029-.79 0-.066-.007-.066-.007 0 0 .266.022.531.022.79-.001.066.014.066.014 0\"/>\n    <path fill=\"#EB2027\" fill-rule=\"nonzero\" d=\"M116.964 95.543s.436.281.509.037\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M116.964 95.543s.436.281.509.037\"/>\n    <path fill=\"#B0B9BE\" fill-rule=\"nonzero\" d=\"M115.436 133.892c-.015.022-.022.044-.03.044 0 0-.65.347-1.366.399 0 0-.642 2.052-1.403 2.68.886-.606 2.34-1.159 2.709-1.196.015-.576.118-1.255.48-1.469l.052-.007a2.247 2.247 0 00-.442-.451\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M115.436 133.892c-.015.022-.022.044-.03.044 0 0-.65.347-1.366.399 0 0-.642 2.052-1.403 2.68.886-.606 2.34-1.159 2.709-1.196.015-.576.118-1.255.48-1.469l.052-.007h0a2.247 2.247 0 00-.442-.451h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M113.008 136.675l2.613-2.547M115.348 135.782l-1.3-1.484\"/>\n    <path fill=\"#B0B9BE\" fill-rule=\"nonzero\" d=\"M115.392 133.826l.03-.392 4.901-4.665.76.923-4.842 4.643h-.303z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M115.392 133.826l.03-.392 4.901-4.665.76.923-4.842 4.643h-.303z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M115.857 133.914l4.739-4.474\"/>\n    <path fill=\"#B0B9BE\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M123.704 142.566c-.015.022-.022.037-.03.044 0 0-.65.347-1.366.391 0 0-.642 2.052-1.403 2.687.886-.606 2.34-1.167 2.702-1.203.022-.576.126-1.248.487-1.462l.052-.015h0a2.105 2.105 0 00-.442-.442h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M121.275 145.349l2.613-2.554M123.615 144.448l-1.299-1.484\"/>\n    <path fill=\"#B0B9BE\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M133.463 134.305l-8.954 8.696h-.303l-.546-.502.029-.391 9.006-8.725z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M124.125 142.58l8.4-8.054\"/>\n    <path fill=\"#B0B9BE\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M185.365 133.892c.007.022.022.044.029.044 0 0 .65.347 1.358.399 0 0 .642 2.052 1.41 2.68-.886-.606-2.34-1.159-2.709-1.196-.015-.576-.118-1.255-.48-1.469l-.052-.007h0a2.34 2.34 0 01.444-.451h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M187.786 136.675l-2.613-2.547M185.454 135.782l1.299-1.484\"/>\n    <path fill=\"#B0B9BE\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M185.409 133.826l-.029-.392-4.902-4.665-.768.923 4.85 4.643h.296z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M184.944 133.914l-4.739-4.474\"/>\n    <path fill=\"#B0B9BE\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M177.097 142.566c.015.022.022.037.029.044 0 0 .65.347 1.358.391 0 0 .65 2.052 1.41 2.687-.886-.606-2.34-1.167-2.709-1.203-.015-.576-.118-1.248-.48-1.462l-.052-.015h0c.127-.169.274-.316.444-.442h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M179.526 145.349l-2.621-2.554M177.186 144.448l1.299-1.484\"/>\n    <path fill=\"#B0B9BE\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M167.338 134.305l8.955 8.696h.302l.547-.502-.03-.391-9.006-8.725z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M176.676 142.58l-8.408-8.054\"/>\n    <path fill=\"#B0B9BE\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M121.799 70.71l2.03 1.956-.524.221-1.993-1.926zM179.105 70.614l-2.03 1.956.524.221 1.993-1.926z\"/>\n    <path fill=\"#05509F\" fill-rule=\"nonzero\" d=\"M129.203 95.129l2.65 2.672 2.163-14.897-4.717-4.791c0 .001-.036 11.302-.096 17.016\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M129.203 95.129l2.65 2.672 1.24-3.056.236-1.883c-.185-5.367-.089-10.652-.089-10.652l.775.694a1441.99 1441.99 0 00-2.968-3.034l-1.749-1.757c.001.001-.035 11.302-.095 17.016h0z\"/>\n    <path fill=\"#EB2027\" fill-rule=\"nonzero\" d=\"M133.33 92.863l.347-2.746.878-3.056.871-1.344.531-.827c-.126-.125-.399-.413-1.941-1.986l-.775-.694c0 .001-.096 5.286.089 10.653\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M133.33 92.863l2.628-7.973-2.717-2.68c0 .001-.096 5.286.089 10.653h0z\"/>\n    <path fill=\"#FDDB00\" fill-rule=\"nonzero\" d=\"M129.299 78.114c4.68 4.732-5.773-5.957-7.05-7.279-.354-.362-.435 7.781-.399 16.868l7.352 7.426c.061-5.714.097-17.015.097-17.015\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M129.299 78.114l1.749 1.757c-3.182-3.263-6.909-7.079-8.799-9.036-.354-.362-.435 7.781-.399 16.868l7.352 7.426c.061-5.714.097-17.015.097-17.015h0z\"/>\n    <path fill=\"#FDDB00\" fill-rule=\"nonzero\" d=\"M135.183 84.086l-14.129-14.521\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.183 84.086l-14.129-14.521\"/>\n    <path fill=\"#05509F\" fill-rule=\"nonzero\" d=\"M171.797 95.328l-2.813 2.68-1.277-3.263-.236-1.883c.184-5.367.088-10.652.088-10.652l-.782.694c.871-.886 1.89-1.927 2.975-3.034l1.75-1.757c0 .001.236 11.502.295 17.215\"/>\n    <path fill=\"#FDDB00\" fill-rule=\"nonzero\" d=\"M169.819 127.403c5.913-3.802 6.88-15.414 6.791-17.001-.088-1.587-.148-20.138-.148-20.138-4.68 4.739 5.773-5.957 7.057-7.271.605-.628.17 24.301.17 35.374 0 5.19-3.174 23.504-21.762 14.284-28.302-13.013 2.636-1.705 7.892-5.248\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M171.797 95.328l-2.813 2.68-1.277-3.263-.236-1.883c.184-5.367.088-10.652.088-10.652l-.782.694c.871-.886 1.89-1.927 2.975-3.034l1.75-1.757c0 .001.236 11.502.295 17.215h0z\"/>\n    <path fill=\"#EB2027\" fill-rule=\"nonzero\" d=\"M167.471 92.863l-.347-2.746-.878-3.056-.879-1.344-.524-.827c.118-.125.399-.413 1.934-1.986l.782-.694c.001.001.097 5.286-.088 10.653\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M167.471 92.863l-.347-2.746-.878-3.056-.879-1.344-.524-.827c.118-.125.399-.413 1.934-1.986l.782-.694c.001.001.097 5.286-.088 10.653h0z\"/>\n    <path fill=\"#FDDB00\" fill-rule=\"nonzero\" d=\"M171.502 78.114l-1.75 1.757c3.182-3.263 6.909-7.079 8.799-9.036.347-.362.436 7.781.391 16.868l-7.352 7.426c-.059-5.714-.088-17.015-.088-17.015\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M171.502 78.114l-1.75 1.757c3.182-3.263 6.909-7.079 8.799-9.036.347-.362.436 7.781.391 16.868l-7.352 7.426c-.059-5.714-.088-17.015-.088-17.015h0z\"/>\n    <path fill=\"#009B4E\" fill-rule=\"nonzero\" d=\"M176.189 90.634c-.184-2.79-1.44-13.841-3.905-17.399 0 0 2.392 3.447 2.65 18.735l1.255-1.336z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M176.241 90.641c-.103-1.624-.303-3.248-.531-4.857-.317-2.303-.708-4.592-1.248-6.85a32.645 32.645 0 00-.945-3.248c-.303-.849-.665-1.705-1.174-2.451l-.111-.007c.147.221.251.48.347.716.354.842.598 1.727.805 2.613.413 1.713.672 3.455.878 5.204.332 2.82.495 5.662.576 8.497.022.568.029 1.144.044 1.713 0 .015.096.015.111.008.414-.452.834-.895 1.248-1.338-.007.008-.088-.029-.11-.007l-1.248 1.336.111.008c-.052-3.034-.192-6.076-.495-9.095-.192-1.904-.458-3.809-.856-5.684-.221-1.004-.472-2.015-.841-2.975-.125-.332-.258-.672-.45-.974 0 0-.007-.007-.007-.015-.022-.022-.104.007-.111-.007.48.701.819 1.491 1.115 2.288.369 1.004.664 2.037.923 3.078.561 2.259.96 4.555 1.284 6.865.244 1.713.465 3.44.576 5.175-.002.014.109.014.109.007\"/>\n    <path fill=\"#009B4E\" fill-rule=\"nonzero\" d=\"M175.82 88.987c-1.336-8.718-5.987-16.351-5.987-16.351 1.757 3.691 4.835 13.14 5.647 18.898l.554-.546-.214-2.001z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M175.879 88.995c-.819-5.256-2.746-10.357-5.241-15.015-.236-.45-.487-.901-.753-1.336-.015-.022-.103-.007-.111-.007.93 1.956 1.653 4.016 2.347 6.068a98.463 98.463 0 012.318 7.943c.399 1.609.753 3.241.982 4.887.007.015.096.015.11.007l.524-.517c.081-.081 0-.31-.008-.413-.057-.539-.109-1.078-.168-1.617 0-.022-.111-.015-.111-.007.052.509.103 1.019.162 1.528.007.103.103.421.022.494-.177.177-.354.347-.524.517.029.007.066.007.103.015-.362-2.554-.989-5.057-1.675-7.53a102.612 102.612 0 00-2.451-7.655c-.465-1.255-.945-2.51-1.521-3.713l-.111-.007c.568.923 1.063 1.897 1.543 2.864a53 53 0 012.938 7.227 40.52 40.52 0 011.513 6.26c.001.014.112.007.112.007\"/>\n    <path fill=\"#009B4E\" fill-rule=\"nonzero\" d=\"M168.49 73.079c3.935 7.279 5.566 17.872 5.81 19.629l1.388-1.358c-1.278-8.209-7.198-18.271-7.198-18.271\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M168.438 73.072c1.336 2.48 2.332 5.138 3.167 7.832a78.863 78.863 0 011.868 7.382c.295 1.469.561 2.938.775 4.422 0 .015.096.015.103.007l1.373-1.351c.066-.066-.074-.539-.088-.642a27.112 27.112 0 00-.214-1.034 31.105 31.105 0 00-.51-2.015c-.745-2.657-1.757-5.234-2.886-7.744-1.048-2.333-2.185-4.643-3.477-6.851-.015-.021-.111.001-.111-.006 1.705 2.908 3.174 6.002 4.451 9.124.878 2.148 1.653 4.348 2.215 6.607.14.554.266 1.115.376 1.676.051.266.096.524.133.79.022.118-.059.148-.133.229-.413.398-.819.805-1.233 1.203.037.007.074.007.11.007a78.1 78.1 0 00-2.547-11.479c-.849-2.805-1.875-5.574-3.263-8.15-.013-.022-.109 0-.109-.007\"/>\n    <path fill=\"#009B4E\" fill-rule=\"nonzero\" d=\"M166.187 72.356c.672 1.159 3.676 7.22 4.894 10.719.989 2.842 2.001 8.002 2.444 10.431l1.698-1.668c-1.566-7.553-8.084-17.984-9.036-19.482\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M166.128 72.356c.945 1.624 1.727 3.366 2.525 5.071 1.019 2.192 2.037 4.429 2.731 6.762.908 3.041 1.513 6.186 2.082 9.316.007.015.103.015.111.007l1.469-1.447c.074-.074.148-.148.222-.214.059-.059-.104-.539-.125-.635-.14-.598-.31-1.189-.487-1.779-.783-2.539-1.846-4.99-3.005-7.375a94.946 94.946 0 00-5.411-9.7c-.016-.028-.105.001-.112-.006a96.625 96.625 0 015.485 9.848c1.13 2.34 2.156 4.739 2.931 7.234.177.561.332 1.13.473 1.705.022.096.206.635.147.694a6.49 6.49 0 00-.251.244l-1.447 1.417c.037.007.074.007.111.007-.458-2.488-.952-4.975-1.573-7.426a32.948 32.948 0 00-1.033-3.469 56.942 56.942 0 00-1.395-3.396 131.585 131.585 0 00-1.978-4.223c-.436-.878-.864-1.779-1.358-2.628-.016-.029-.105 0-.112-.007\"/>\n    <path fill=\"#009B4E\" fill-rule=\"nonzero\" d=\"M163.743 71.625s5.012 7.899 6.555 13.288c.487 1.705 1.949 6.836 2.503 9.257l1.964-1.602c-1.558-4.644-6.423-16.396-11.022-20.943\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M163.684 71.625c1.956 3.078 3.743 6.319 5.212 9.663.48 1.093.923 2.215 1.277 3.366.266.878.509 1.779.76 2.672.635 2.266 1.285 4.54 1.809 6.836.007.015.096.022.111.007.657-.531 1.306-1.063 1.964-1.595v-.007c-.628-1.868-1.351-3.698-2.111-5.514a96.531 96.531 0 00-3.277-7.02 55.112 55.112 0 00-2.776-4.784c-.842-1.284-1.764-2.539-2.857-3.624-.023-.015-.104.007-.112 0 1.617 1.602 2.886 3.565 4.045 5.522 1.329 2.259 2.502 4.621 3.595 7.013a99.11 99.11 0 012.665 6.407c.162.413.31.834.465 1.255.059.177.118.354.185.539.052.148.096.177-.022.273-.583.48-1.174.96-1.757 1.44l-.111.089c.029 0 .066.007.103.007-.532-2.325-1.189-4.614-1.831-6.91-.258-.908-.502-1.831-.782-2.731-.362-1.181-.827-2.325-1.329-3.447-1.447-3.27-3.204-6.437-5.116-9.449-.014-.03-.102-.001-.11-.008\"/>\n    <path fill=\"#009B4E\" fill-rule=\"nonzero\" d=\"M163.795 76.18c2.613 3.573 7.072 12.025 8.283 18.772l2.259-2.222c-1.949-5.404-8.224-13.62-10.542-16.55\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M163.743 76.172c1.366 1.875 2.51 3.912 3.573 5.972 1.336 2.598 2.517 5.293 3.455 8.068.524 1.543.96 3.123 1.248 4.732.008.015.103.022.111.007l2.259-2.215c-.834-2.303-2.082-4.444-3.366-6.503-1.373-2.207-2.864-4.341-4.407-6.437a144.966 144.966 0 00-2.761-3.617c-.015-.022-.111 0-.111 0 2.894 3.654 5.669 7.448 8.039 11.486a44.371 44.371 0 011.484 2.724c.206.421.398.842.583 1.262.089.199.17.406.251.605.03.066.207.443.17.48-.753.738-1.499 1.469-2.244 2.207.037 0 .066.007.103.007-.51-2.835-1.462-5.581-2.569-8.231a62.749 62.749 0 00-3.721-7.463c-.62-1.055-1.27-2.096-1.986-3.078-.022-.021-.103.002-.111-.006\"/>\n    <path fill=\"#009B4E\" fill-rule=\"nonzero\" d=\"M165.508 81.199c3.115 4.178 5.5 11.162 5.67 14.402l1.934-1.594c-1.965-5.374-7.604-12.808-7.604-12.808\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M165.456 81.199c1.639 2.207 2.857 4.739 3.846 7.315.834 2.163 1.595 4.466 1.801 6.792l.022.295c0 .015.096.015.111.007.642-.531 1.285-1.07 1.927-1.602-.871-2.377-2.148-4.607-3.477-6.747a86.607 86.607 0 00-3.462-5.167c-.221-.295-.436-.598-.657-.886-.023-.029-.104.001-.111-.007 2.207 2.908 4.244 6.009 5.964 9.242.362.672.701 1.358 1.012 2.052.155.325.295.657.428.989.059.155.118.303.17.458.029.081.015.066-.044.118l-1.86 1.535c.037.007.074.007.111.015-.059-.997-.258-1.971-.494-2.931a35.605 35.605 0 00-1.152-3.691c-.96-2.599-2.163-5.153-3.757-7.411-.089-.126-.177-.251-.266-.369-.024-.029-.105.001-.112-.007\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M133.965 80.373c-.945.288-1.661.76-2.68.886\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M129.528 82.107s-.096-1.978-.015-2.192c.074-.214 1.757-1.558 1.248-4.916 0 0-.332-1.129-.162-1.403 0 0-1.454 2.842-1.58 3.691-.118.849.089 2.229.17 2.569.081.332.214 1.248.214 1.248\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M129.528 82.107s-.096-1.978-.015-2.192c.074-.214 1.757-1.558 1.248-4.916 0 0-.332-1.129-.162-1.403 0 0-1.454 2.842-1.58 3.691-.118.849.089 2.229.17 2.569.081.332.214 1.248.214 1.248\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M130.48 74.482c0 .406-.14.827-.207 1.226-.066.391-.118.76-.251 1.137-.17.487-.399.989-.487 1.484-.081.443-.074.886-.089 1.329\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M130.48 74.482c0 .406-.14.827-.207 1.226-.066.391-.118.76-.251 1.137-.17.487-.399.989-.487 1.484-.081.443-.074.886-.089 1.329\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M129.373 79.937c-.03-.369.421-.856.709-1.107\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M129.373 79.937c-.03-.369.421-.856.709-1.107\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M129.513 78.431c.103-.266-.229-.812-.266-1.107\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M129.513 78.431c.103-.266-.229-.812-.266-1.107M129.491 78.867c-.015-.642.76-.819.79-1.403\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M129.779 77.464c-.066-.31-.561-.554-.413-.908\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M129.779 77.464c-.066-.31-.561-.554-.413-.908\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M130.008 76.874c.059-.199.214-.391.332-.576.111-.163.317-.281.391-.45\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M130.008 76.874c.059-.199.214-.391.332-.576.111-.163.317-.281.391-.45\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M130.171 76.18c.015-.406-.118-.731-.103-1.122\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M130.171 76.18c.015-.406-.118-.731-.103-1.122\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M131.233 79.841c.007-.723.103-1.13.672-1.58.502-.391 1.159-.576 1.373-1.211-.118.214-.067.502-.118.746a4.452 4.452 0 01-.303.856c-.192.399-.45.82-.709 1.159\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M131.233 79.841c.007-.723.103-1.13.672-1.58.502-.391 1.159-.576 1.373-1.211-.118.214-.067.502-.118.746a4.452 4.452 0 01-.303.856c-.192.399-.45.82-.709 1.159\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M128.738 82.152c.384-.915 1.019-1.654 1.927-2.067.694-.31 1.439-.421 2.185-.458.458-.022.878-.029 1.321-.177.318-.111.871-.258 1.078-.539-1.27.731-2.008 2.17-3.388 2.746-1.092.458-2.532.229-3.492.989\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M128.738 82.152c.384-.915 1.019-1.654 1.927-2.067.694-.31 1.439-.421 2.185-.458.458-.022.878-.029 1.321-.177.318-.111.871-.258 1.078-.539-1.27.731-2.008 2.17-3.388 2.746-1.092.458-2.532.229-3.492.989\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M128.827 82.24a5.425 5.425 0 012.502-1.484c.746-.214 1.587-.465 2.251-.878\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M128.827 82.24a5.425 5.425 0 012.502-1.484c.746-.214 1.587-.465 2.251-.878\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M131.359 80.838c.214.118.716.362.974.317\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M131.359 80.838c.214.118.716.362.974.317\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M132.274 80.491c.229.007.605.185.797.096\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M132.274 80.491c.229.007.605.185.797.096M131.544 80.683c-.266-.465.391-.502.546-.775\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M135.596 77.103c.236-.281.155-1.078.281-1.454.162-.502.539-.849.753-1.307-.199.45-.022 1.063-.177 1.543-.177.532-.59.989-.886 1.469\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.596 77.103c.236-.281.155-1.078.281-1.454.162-.502.539-.849.753-1.307-.199.45-.022 1.063-.177 1.543-.177.532-.59.989-.886 1.469M135.965 76.482c-.052-.45.303-.812.391-1.218\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M128.074 92.243c.531.812 1.159 2.119.443 3.027-.155-.236-.17-.687-.421-.849-.177-.118-.502-.066-.716-.155-.569-.251-.458-.878-.842-1.196l-.089-.229 1.499-.753.126.155z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M128.074 92.243c.531.812 1.159 2.119.443 3.027-.155-.236-.17-.687-.421-.849-.177-.118-.502-.066-.716-.155-.569-.251-.458-.878-.842-1.196l-.089-.229 1.499-.753.126.155h0zM127.395 92.9c.672.502 1.129 1.344 1.063 2.207\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M127.299 92.863c.192.472.03.827.074 1.27.015-.022.029-.059.052-.081\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M127.299 92.863c.192.472.03.827.074 1.27.015-.022.029-.059.052-.081M127.58 92.989c.435.332.738.576 1.033 1.033\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M125.69 89.873c.236-.295.303-.827.517-1.181.266-.443.709-.879 1.188-1.056a5.991 5.991 0 011.757-.347c.583-.022 1.255.229 1.749.184-1.011.384-2.266.428-3.204 1.019-.605.391-1.218 1.041-1.705 1.58-.406.443-.509.945-.731 1.484\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M125.69 89.873c.236-.295.303-.827.517-1.181.266-.443.709-.879 1.188-1.056a5.991 5.991 0 011.757-.347c.583-.022 1.255.229 1.749.184-1.011.384-2.266.428-3.204 1.019-.605.391-1.218 1.041-1.705 1.58-.406.443-.509.945-.731 1.484\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M125.719 90.25c.244-.62.76-1.395 1.284-1.808.532-.413 1.218-.657 1.883-.62\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M126.14 89.438c.347-.244.812-.472 1.1-.775\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M126.14 89.438c.347-.244.812-.472 1.1-.775\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M128.126 87.902c.325-.369.775-.332 1.188-.391\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M128.126 87.902c.325-.369.775-.332 1.188-.391\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M125.291 92.058c.133-.185.199-.421.31-.635.148-.281.347-.532.546-.797.391-.532.76-1.011 1.248-1.469a3.484 3.484 0 011.528-.834c.524-.125 1.454.008 1.845-.398-.288.354-.421.797-.76 1.144-.495.509-1.011 1.07-1.646 1.425-.472.266-1.1.561-1.617.686-.458.103-1.247.103-1.513.591.022.015.044.037.059.052.081-.052.17-.125.244-.199\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M125.291 92.058c.133-.185.199-.421.31-.635.148-.281.347-.532.546-.797.391-.532.76-1.011 1.248-1.469a3.484 3.484 0 011.528-.834c.524-.125 1.454.008 1.845-.398-.288.354-.421.797-.76 1.144-.495.509-1.011 1.07-1.646 1.425-.472.266-1.1.561-1.617.686-.458.103-1.247.103-1.513.591.022.015.044.037.059.052.081-.052.17-.125.244-.199\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M125.594 91.431c.273-.089.517-.48.723-.679.303-.295.62-.524.974-.753.45-.288.886-.546 1.373-.753.391-.17.775-.317 1.107-.583\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M125.594 91.431c.273-.089.517-.48.723-.679.303-.295.62-.524.974-.753.45-.288.886-.546 1.373-.753.391-.17.775-.317 1.107-.583\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M127.055 90.154c.325-.103.642-.251.982-.31.185-.029.406.007.576-.096\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M127.055 90.154c.325-.103.642-.251.982-.31.185-.029.406.007.576-.096\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M127.55 89.814c.236-.362.642-.664.79-1.063\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M127.55 89.814c.236-.362.642-.664.79-1.063\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M132.732 79.597c.413-.583.908-1.004 1.469-1.447.376-.303.664-.716 1.115-.901 1.196-.502 2.517.465 3.75.443-.532.236-1.004.576-1.58.723a6.861 6.861 0 01-1.735.244c-1.056.007-2.451.022-3.049 1.092\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M132.732 79.597c.413-.583.908-1.004 1.469-1.447.376-.303.664-.716 1.115-.901 1.196-.502 2.517.465 3.75.443-.532.236-1.004.576-1.58.723a6.861 6.861 0 01-1.735.244c-1.056.007-2.451.022-3.049 1.092\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M133.433 78.97c.694-.177 1.373-.628 2.045-.893.679-.273 1.432-.126 2.104-.354\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M133.433 78.97c.694-.177 1.373-.628 2.045-.893.679-.273 1.432-.126 2.104-.354\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M135.456 78.099c.443-.17 1.078.185 1.558.185\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.456 78.099c.443-.17 1.078.185 1.558.185\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M134.806 78.38c.214-.185.443-.391.679-.561.17-.125.421-.244.48-.465\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M134.806 78.38c.214-.185.443-.391.679-.561.17-.125.421-.244.48-.465\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M127.919 85.976c.502-.103.679-.982.812-1.373.185-.532.34-1.277.664-1.727.214-.303.627-.532.93-.753.376-.273.561-.377 1.011-.45.605-.089 1.24-.155 1.853-.155.554-.007 1.181.089 1.69-.177-.561.185-1.122.664-1.462 1.122-.531.716-.871 1.366-1.668 1.882-.709.458-1.587.672-2.392.923-.458.14-1.225.31-1.336.849\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M127.919 85.976c.502-.103.679-.982.812-1.373.185-.532.34-1.277.664-1.727.214-.303.627-.532.93-.753.376-.273.561-.377 1.011-.45.605-.089 1.24-.155 1.853-.155.554-.007 1.181.089 1.69-.177-.561.185-1.122.664-1.462 1.122-.531.716-.871 1.366-1.668 1.882-.709.458-1.587.672-2.392.923-.458.14-1.225.31-1.336.849\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M128.643 85.326c.871-.9 1.233-2.2 2.561-2.554.819-.214 2.082-.332 2.621-1.056\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M128.643 85.326c.871-.9 1.233-2.2 2.561-2.554.819-.214 2.082-.332 2.621-1.056\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M129.336 84.492a1.442 1.442 0 011.026-.436c.391 0 .805.096 1.166-.096\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M129.336 84.492a1.442 1.442 0 011.026-.436c.391 0 .805.096 1.166-.096\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M131.3 82.831c.236-.089.48.066.723.066.251 0 .443-.14.679-.185\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M131.3 82.831c.236-.089.48.066.723.066.251 0 .443-.14.679-.185\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M130.503 83.082c.111-.487.362-.686.613-1.085\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M130.503 83.082c.111-.487.362-.686.613-1.085\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M127.181 87.341c.384-.029.561-.517.679-.731.17-.288.317-.701.591-.938.177-.155.502-.258.738-.362.303-.133.45-.185.797-.192a12.89 12.89 0 011.417.03c.421.029.893.125 1.299.007-.435.074-.886.31-1.166.546-.443.369-.731.716-1.358.96-.569.214-1.24.281-1.868.369-.354.052-.945.096-1.063.391\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M127.181 87.341c.384-.029.561-.517.679-.731.17-.288.317-.701.591-.938.177-.155.502-.258.738-.362.303-.133.45-.185.797-.192a12.89 12.89 0 011.417.03c.421.029.893.125 1.299.007-.435.074-.886.31-1.166.546-.443.369-.731.716-1.358.96-.569.214-1.24.281-1.868.369-.354.052-.945.096-1.063.391\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M127.764 87.016c.701-.45 1.041-1.166 2.067-1.284.635-.066 1.602-.052 2.052-.428\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M127.764 87.016c.701-.45 1.041-1.166 2.067-1.284.635-.066 1.602-.052 2.052-.428\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M128.48 86.544c.229-.14.509-.207.805-.177.295.022.605.103.893.022\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M128.48 86.544c.229-.14.509-.207.805-.177.295.022.605.103.893.022\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M129.897 85.776c.192-.037.369.066.554.081.185.022.347-.052.524-.059\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M129.897 85.776c.192-.037.369.066.554.081.185.022.347-.052.524-.059\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M129.285 85.865c.103-.266.303-.369.517-.576\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M129.285 85.865c.103-.266.303-.369.517-.576\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M124.774 92.819s-3.211-3.492-1.477-7.818c0 0 .052 1.196.155 1.351.096.162 1.882 2.894 1.631 5.263-.258 2.377-.133 1.41-.133 1.41l-.176-.206z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M124.774 92.819s-3.211-3.492-1.477-7.818c0 0 .052 1.196.155 1.351.096.162 1.882 2.894 1.631 5.263-.258 2.377-.133 1.41-.133 1.41l-.176-.206h0z\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M124.774 92.531s-.406-2.761-.915-3.521c-.509-.753-.591-2.34-.539-2.628\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M124.774 92.531s-.406-2.761-.915-3.521c-.509-.753-.591-2.34-.539-2.628\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M123.859 88.7c.14-.177.288-.369.303-.598\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M123.859 88.7c.14-.177.288-.369.303-.598\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M124.317 89.873c.14-.199.17-.45.229-.65\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M124.317 89.873c.14-.199.17-.45.229-.65\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M124.265 90.42c-.162-.214-.783-.251-.812-.495\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M124.265 90.42c-.162-.214-.783-.251-.812-.495\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M123.756 89.113c-.125-.258-.753-.325-.768-.65\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M123.756 89.113c-.125-.258-.753-.325-.768-.65\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M123.298 87.577c-.244-.184-.295-.339-.384-.62\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M123.298 87.577c-.244-.184-.295-.339-.384-.62\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M124.523 91.438c-.243-.288-.517-.377-.79-.546\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M124.523 91.438c-.243-.288-.517-.377-.79-.546\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M124.545 90.833c.044-.244.288-.487.281-.723\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M124.545 90.833c.044-.244.288-.487.281-.723\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M130.207 78.653s.775-1.794.937-1.949c.162-.155 2.266-.546 3.263-3.75 0 0 .192-1.151.465-1.314 0 0-2.547 1.823-3.027 2.517-.48.687-.893 2.008-.967 2.348a23.107 23.107 0 01-.347 1.196\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M130.207 78.653s.775-1.794.937-1.949c.162-.155 2.266-.546 3.263-3.75 0 0 .192-1.151.465-1.314 0 0-2.547 1.823-3.027 2.517-.48.687-.893 2.008-.967 2.348a23.107 23.107 0 01-.347 1.196\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M134.378 72.363c-.177.362-.48.664-.716.989-.229.317-.443.613-.723.886-.362.347-.79.679-1.085 1.085-.258.347-.443.745-.65 1.129\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M134.378 72.363c-.177.362-.48.664-.716.989-.229.317-.443.613-.723.886-.362.347-.79.679-1.085 1.085-.258.347-.443.745-.65 1.129\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M131.012 76.659c.14-.339.753-.554 1.115-.642\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M131.012 76.659c.14-.339.753-.554 1.115-.642\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M131.795 75.397c.207-.185.148-.827.244-1.1\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M131.795 75.397c.207-.185.148-.827.244-1.1\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M131.676 75.56c.199-.576 1.329-.081 1.558-.569\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M131.676 75.56c.199-.576 1.329-.081 1.558-.569\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M132.452 74.666c.074-.303-.266-.746.022-.997\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M132.452 74.666c.074-.303-.266-.746.022-.997\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M132.909 74.253c.148-.148.369-.244.554-.347.17-.096.406-.103.554-.214\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M132.909 74.253c.148-.148.369-.244.554-.347.17-.096.406-.103.554-.214\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M133.359 73.722c.185-.354.214-.701.399-1.048\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M133.359 73.722c.185-.354.214-.701.399-1.048\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M126.096 79.834s.118-1.115.067-1.24c-.052-.118-1.262-.878-.797-2.768 0 0 .273-.635.148-.79 0 0 1.011 1.602 1.078 2.082.066.48-.118 1.255-.184 1.447-.074.184-.192.701-.192.701\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M126.096 79.834s.118-1.115.067-1.24c-.052-.118-1.262-.878-.797-2.768 0 0 .273-.635.148-.79 0 0 1.011 1.602 1.078 2.082.066.48-.118 1.255-.184 1.447-.074.184-.192.701-.192.701\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M125.594 75.567c-.015.229.081.465.118.694.044.222.074.428.162.642.111.273.266.554.318.834.052.244.03.495.03.746\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M125.594 75.567c-.015.229.081.465.118.694.044.222.074.428.162.642.111.273.266.554.318.834.052.244.03.495.03.746\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M126.273 78.638c.029-.207-.288-.48-.495-.62\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M126.273 78.638c.029-.207-.288-.48-.495-.62\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M126.206 77.796c-.066-.155.192-.458.221-.627\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M126.206 77.796c-.066-.155.192-.458.221-.627\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M126.229 77.907c.066-.34-.827-.391-.805-.701\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M126.229 77.907c.066-.34-.827-.391-.805-.701\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M126.037 77.25c.059-.177.428-.31.325-.509\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M126.037 77.25c.059-.177.428-.31.325-.509\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M125.882 76.918c-.037-.111-.148-.221-.229-.325-.081-.096-.229-.162-.281-.258\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M125.882 76.918c-.037-.111-.148-.221-.229-.325-.081-.096-.229-.162-.281-.258\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M125.778 76.527c0-.229.103-.414.103-.635\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M125.778 76.527c0-.229.103-.414.103-.635\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M125.978 84.765s.118-2.288.214-2.532c.096-.236 1.845-1.58 1.72-5.514 0 0-.199-1.336-.007-1.631 0 0-1.69 3.093-1.897 4.06-.207.96-.155 2.584-.118 2.982.044.391.074 1.454.074 1.454\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M125.978 84.765s.118-2.288.214-2.532c.096-.236 1.845-1.58 1.72-5.514 0 0-.199-1.336-.007-1.631 0 0-1.69 3.093-1.897 4.06-.207.96-.155 2.584-.118 2.982.044.391.074 1.454.074 1.454\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M127.697 76.091c-.044.472-.221.938-.325 1.388-.104.45-.2.864-.362 1.284-.214.539-.487 1.085-.627 1.646-.118.495-.162 1.011-.221 1.521\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M127.697 76.091c-.044.472-.221.938-.325 1.388-.104.45-.2.864-.362 1.284-.214.539-.487 1.085-.627 1.646-.118.495-.162 1.011-.221 1.521M126.059 82.24c.015-.428.495-.93.79-1.188\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M126.354 80.528c.125-.295-.133-.967-.133-1.307\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M126.354 80.528c.125-.295-.133-.967-.133-1.307M126.361 80.786c-.015-.709 1.152-.664 1.203-1.292\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M126.708 79.443c-.03-.362-.472-.701-.295-1.093\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M126.708 79.443c-.03-.362-.472-.701-.295-1.093M126.989 78.793c.081-.221.251-.428.384-.62.118-.177.332-.288.421-.473\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M127.218 78.01c.059-.465-.03-.856.022-1.307\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M127.218 78.01c.059-.465-.03-.856.022-1.307\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M125.852 82.351s-.635-1.093-.842-1.69c-.199-.598-.561-1.174-.686-1.277-.126-.103 1.403.805 1.506 1.07\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M125.852 82.351s-.635-1.093-.842-1.69c-.199-.598-.561-1.174-.686-1.277-.126-.103 1.403.805 1.506 1.07M125.83 81.362c-.214-.509-.502-1.196-1.019-1.462M125.653 81.288c-.052-.236-.303-.398-.458-.524\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M125.601 80.867c-.066-.207-.103-.45-.155-.65\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M125.601 80.867c-.066-.207-.103-.45-.155-.65\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M125.955 85.946s.177-2.369 1.225-2.997c0 0 1.019-.517 1.454-.937 0 0 .613-.856.229-.31s-.635 3.595-.664 3.78c-.022.177-.406 1.351-1.122 2.237-.708.886-1.041 1.432-1.196 1.75-.155.31-.281 1.144-.281 1.144\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M125.955 85.946s.177-2.369 1.225-2.997c0 0 1.019-.517 1.454-.937 0 0 .613-.856.229-.31s-.635 3.595-.664 3.78c-.022.177-.406 1.351-1.122 2.237-.708.886-1.041 1.432-1.196 1.75-.155.31-.281 1.144-.281 1.144\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M125.852 88.655c.391-.325.465-.842.642-1.307.192-.509.413-.997.487-1.535a5.87 5.87 0 01.436-1.55c.229-.532.642-.923.915-1.388\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M125.852 88.655c.391-.325.465-.842.642-1.307.192-.509.413-.997.487-1.535a5.87 5.87 0 01.436-1.55c.229-.532.642-.923.915-1.388\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M126.996 86.042c.332-.465.709-.48 1.13-.775\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M126.996 86.042c.332-.465.709-.48 1.13-.775\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M126.487 87.459c.236-.369.738-.303.915-.753\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M126.487 87.459c.236-.369.738-.303.915-.753\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M126.664 86.419c.133-.509-.295-.79-.399-1.247\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M126.664 86.419c.133-.509-.295-.79-.399-1.247\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M127.159 84.957c-.236-.583-.207-.997 0-1.521\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M127.159 84.957c-.236-.583-.207-.997 0-1.521M126.081 84.514c.03-.598.243-1.358.487-1.897.148-.332.369-.642.546-.96.118-.214.273-.532.495-.657\"/>\n    <path fill=\"#FDDD4F\" fill-rule=\"nonzero\" d=\"M127.609 80.904c-.022.118.14.184.266.118.008-.03.008-.059.015-.089.155.052.509.052.31-.185.14-.03.377-.17.177-.288.111-.118.125-.325-.007-.435-.022.015-.044.044-.059.059-.015-.148-.133-.207-.273-.177 0 .03.007.059 0 .081a.268.268 0 00-.302-.015c.007.022.037.037.044.059-.081-.015-.126.03-.199.037.015.022.015.096.029.118.022 0 .022 0 0 0a.266.266 0 00-.185.207c.037.015.074.037.111.044-.177.059-.177.214-.015.281.022 0 .022-.007 0-.007-.177.17.133.207.236.066\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M127.609 80.904c-.022.118.14.184.266.118.008-.03.008-.059.015-.089.155.052.509.052.31-.185.14-.03.377-.17.177-.288.111-.118.125-.325-.007-.435-.022.015-.044.044-.059.059-.015-.148-.133-.207-.273-.177 0 .03.007.059 0 .081a.268.268 0 00-.302-.015c.007.022.037.037.044.059-.081-.015-.126.03-.199.037.015.022.015.096.029.118.022 0 .022 0 0 0a.266.266 0 00-.185.207c.037.015.074.037.111.044-.177.059-.177.214-.015.281.022 0 .022-.007 0-.007-.177.17.133.207.236.066\"/>\n    <path fill=\"#DC2227\" fill-rule=\"nonzero\" d=\"M127.808 80.313c.103.059.044.244.244.258.044-.103.074-.14.096-.244-.059 0-.295.037-.162.074\"/>\n    <path fill=\"#FDDD4F\" fill-rule=\"nonzero\" d=\"M127.89 82.344c-.022.111.14.185.266.118.007-.029.007-.059.015-.089.155.044.509.052.31-.192.14-.022.376-.162.177-.281.111-.118.126-.325-.007-.436a.445.445 0 00-.059.052c-.015-.14-.133-.199-.273-.17 0 .03.007.059 0 .081a.27.27 0 00-.303-.015c.007.015.037.037.044.059-.081-.022-.125.03-.199.03.015.03.015.096.03.126.022 0 .022-.007 0-.007a.29.29 0 00-.185.214c.037.007.074.037.111.044-.177.052-.177.214-.015.273.022 0 .022 0 0 0-.177.162.133.207.236.066\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M127.89 82.344c-.022.111.14.185.266.118.007-.029.007-.059.015-.089.155.044.509.052.31-.192.14-.022.376-.162.177-.281.111-.118.126-.325-.007-.436a.445.445 0 00-.059.052c-.015-.14-.133-.199-.273-.17 0 .03.007.059 0 .081a.27.27 0 00-.303-.015c.007.015.037.037.044.059-.081-.022-.125.03-.199.03.015.03.015.096.03.126.022 0 .022-.007 0-.007a.29.29 0 00-.185.214c.037.007.074.037.111.044-.177.052-.177.214-.015.273.022 0 .022 0 0 0-.177.162.133.207.236.066\"/>\n    <path fill=\"#DC2227\" fill-rule=\"nonzero\" d=\"M128.096 81.738c.096.059.044.244.221.266.037-.111.066-.148.089-.258-.052 0-.266.037-.147.081\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M127.727 82.115c-1.107.657-2.037 1.831-1.764 3.211\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M130.104 79.125c.893-.443 1.13-1.484 1.964-1.986.539-.325 1.181-.413 1.786-.531.435-.089 1.011-.162 1.27-.583-.384.48-.827.849-1.262 1.262-.45.443-.834.812-1.462.997-.472.148-.967.096-1.44.258-.384.14-.613.465-.945.709l.089-.126z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M130.104 79.125c.893-.443 1.13-1.484 1.964-1.986.539-.325 1.181-.413 1.786-.531.435-.089 1.011-.162 1.27-.583-.384.48-.827.849-1.262 1.262-.45.443-.834.812-1.462.997-.472.148-.967.096-1.44.258-.384.14-.613.465-.945.709l.089-.126h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M130.99 78.475c.458-.288.746-.746 1.248-.96.546-.236 1.174-.288 1.712-.539M131.662 77.9c.406-.229.974 0 1.344-.28\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M132.304 77.479c.199-.177.45-.332.642-.502\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M132.304 77.479c.199-.177.45-.332.642-.502M130.318 81.369c-.495.251-1.535.414-1.735 1.063\"/>\n    <path fill=\"#FDDD4F\" fill-rule=\"nonzero\" d=\"M130.318 81.34c.066.185.244.251.428.214.007-.03.022-.059.03-.089.221.111.443-.059.288-.28.155-.03.17-.155.103-.28-.029.007-.074-.008-.111-.008.266-.34-.576-.598-.591-.214-.155-.015-.362.103-.185.221-.17.088-.207.354.007.406\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M130.318 81.34c.066.185.244.251.428.214.007-.03.022-.059.03-.089.221.111.443-.059.288-.28.155-.03.17-.155.103-.28-.029.007-.074-.008-.111-.008.266-.34-.576-.598-.591-.214-.155-.015-.362.103-.185.221-.17.088-.207.354.007.406\"/>\n    <path fill=\"#DC2227\" fill-rule=\"nonzero\" d=\"M130.599 81c.007.494.399-.281 0-.03.007.044.044.037.059.059\"/>\n    <path fill=\"#FDDD4F\" fill-rule=\"nonzero\" d=\"M132.149 82.831c.066.192.244.251.421.214a.416.416 0 00.037-.081c.221.103.443-.059.288-.288.155-.022.17-.148.103-.273-.037 0-.074-.007-.111-.007.266-.34-.583-.598-.591-.221-.155-.007-.362.111-.185.221-.17.089-.207.354.007.406\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M132.149 82.831c.066.192.244.251.421.214a.416.416 0 00.037-.081c.221.103.443-.059.288-.288.155-.022.17-.148.103-.273-.037 0-.074-.007-.111-.007.266-.34-.583-.598-.591-.221-.155-.007-.362.111-.185.221-.17.089-.207.354.007.406\"/>\n    <path fill=\"#DC2227\" fill-rule=\"nonzero\" d=\"M132.422 82.491c.015.495.406-.273.007-.022.007.037.044.029.059.052\"/>\n    <path fill=\"#FDDD4F\" fill-rule=\"nonzero\" d=\"M131.02 83.672c.066.192.243.251.428.214l.029-.081c.221.103.443-.059.288-.288.155-.022.177-.148.103-.273-.03 0-.074-.007-.111-.007.266-.339-.576-.598-.591-.221-.155-.007-.362.111-.185.221-.162.089-.207.354.007.406\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M131.02 83.672c.066.192.243.251.428.214l.029-.081c.221.103.443-.059.288-.288.155-.022.177-.148.103-.273-.03 0-.074-.007-.111-.007.266-.339-.576-.598-.591-.221-.155-.007-.362.111-.185.221-.162.089-.207.354.007.406\"/>\n    <path fill=\"#DC2227\" fill-rule=\"nonzero\" d=\"M131.3 83.333c.007.494.399-.273 0-.022.007.037.044.03.059.052\"/>\n    <path fill=\"#FDDD4F\" fill-rule=\"nonzero\" d=\"M129.528 83.798c.066.192.243.251.421.214.015-.029.022-.059.037-.081.221.103.435-.059.288-.288.148-.022.17-.148.103-.273-.037 0-.081-.015-.111-.015.266-.34-.583-.598-.591-.214-.155-.007-.369.111-.192.222-.162.089-.199.354.015.406\"/>\n    <path fill=\"#DC2227\" fill-rule=\"nonzero\" d=\"M129.801 83.458c.007.495.406-.273.007-.022.008.037.044.03.052.052\"/>\n    <path fill=\"#FDDD4F\" fill-rule=\"nonzero\" d=\"M128.399 85.075c.067.192.244.251.421.214a.416.416 0 00.037-.081c.221.103.443-.059.288-.288.148-.022.17-.148.103-.273-.037 0-.074-.015-.111-.015.266-.339-.583-.598-.591-.214-.155-.007-.369.111-.192.221-.162.089-.199.354.015.406\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M128.399 85.075c.067.192.244.251.421.214a.416.416 0 00.037-.081c.221.103.443-.059.288-.288.148-.022.17-.148.103-.273-.037 0-.074-.015-.111-.015.266-.339-.583-.598-.591-.214-.155-.007-.369.111-.192.221-.162.089-.199.354.015.406\"/>\n    <path fill=\"#DC2227\" fill-rule=\"nonzero\" d=\"M128.672 84.735c.015.495.406-.273.007-.022.007.037.044.029.059.052\"/>\n    <path fill=\"#FDDD4F\" fill-rule=\"nonzero\" d=\"M134.009 80.683c.066.192.244.251.421.214a.602.602 0 00.037-.081c.221.103.443-.059.288-.288.155-.022.17-.148.103-.273-.037 0-.074-.015-.111-.015.266-.34-.583-.598-.59-.214-.155-.007-.362.103-.185.221-.17.089-.207.354.007.406\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M134.009 80.683c.066.192.244.251.421.214a.602.602 0 00.037-.081c.221.103.443-.059.288-.288.155-.022.17-.148.103-.273-.037 0-.074-.015-.111-.015.266-.34-.583-.598-.59-.214-.155-.007-.362.103-.185.221-.17.089-.207.354.007.406\"/>\n    <path fill=\"#DC2227\" fill-rule=\"nonzero\" d=\"M134.282 80.343c.015.495.406-.273.007-.022.007.037.044.029.059.052\"/>\n    <path fill=\"#FDDD4F\" fill-rule=\"nonzero\" d=\"M136.054 77.634c.066.185.244.244.421.214.015-.029.022-.059.037-.089.222.111.436-.059.288-.288.148-.022.17-.148.103-.273-.037 0-.081-.007-.111-.007.266-.34-.583-.598-.59-.222-.155-.007-.369.111-.192.229-.162.081-.199.347.015.406\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M136.054 77.634c.066.185.244.244.421.214.015-.029.022-.059.037-.089.222.111.436-.059.288-.288.148-.022.17-.148.103-.273-.037 0-.081-.007-.111-.007.266-.34-.583-.598-.59-.222-.155-.007-.369.111-.192.229-.162.081-.199.347.015.406\"/>\n    <path fill=\"#DC2227\" fill-rule=\"nonzero\" d=\"M136.327 77.287c.007.502.406-.273.007-.022.007.037.044.03.052.052\"/>\n    <path fill=\"#FDDD4F\" fill-rule=\"nonzero\" d=\"M134.408 77.508c.066.185.244.251.421.214.015-.029.022-.059.037-.089.221.111.435-.059.288-.28.147-.03.17-.155.103-.281-.037.007-.081-.007-.111-.007.258-.34-.583-.598-.59-.214-.155-.015-.369.103-.192.221-.162.089-.199.347.015.406\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M134.408 77.508c.066.185.244.251.421.214.015-.029.022-.059.037-.089.221.111.435-.059.288-.28.147-.03.17-.155.103-.281-.037.007-.081-.007-.111-.007.258-.34-.583-.598-.59-.214-.155-.015-.369.103-.192.221-.162.089-.199.347.015.406\"/>\n    <path fill=\"#DC2227\" fill-rule=\"nonzero\" d=\"M134.681 77.162c.007.502.406-.273.007-.022.007.037.044.037.052.059\"/>\n    <path fill=\"#FDDD4F\" fill-rule=\"nonzero\" d=\"M130.2 86.197c.066.192.244.251.421.214.015-.03.022-.059.037-.081.221.103.435-.059.28-.288.155-.022.177-.148.111-.273-.037 0-.081-.015-.118-.015.266-.339-.576-.598-.583-.214-.155-.007-.369.103-.192.221-.162.089-.199.354.015.406\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M130.2 86.197c.066.192.244.251.421.214.015-.03.022-.059.037-.081.221.103.435-.059.28-.288.155-.022.177-.148.111-.273-.037 0-.081-.015-.118-.015.266-.339-.576-.598-.583-.214-.155-.007-.369.103-.192.221-.162.089-.199.354.015.406\"/>\n    <path fill=\"#DC2227\" fill-rule=\"nonzero\" d=\"M130.473 85.857c.007.495.406-.273.007-.022.007.037.044.03.052.052\"/>\n    <path fill=\"#FDDD4F\" fill-rule=\"nonzero\" d=\"M128.495 86.787c.059.192.236.251.421.214.007-.022.022-.059.03-.081.229.103.443-.059.288-.288.155-.022.177-.148.111-.273-.037 0-.081-.007-.118-.007.266-.34-.576-.598-.583-.221-.162-.007-.369.111-.192.221-.162.089-.207.354.007.406\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M128.495 86.787c.059.192.236.251.421.214.007-.022.022-.059.03-.081.229.103.443-.059.288-.288.155-.022.177-.148.111-.273-.037 0-.081-.007-.118-.007.266-.34-.576-.598-.583-.221-.162-.007-.369.111-.192.221-.162.089-.207.354.007.406\"/>\n    <path fill=\"#DC2227\" fill-rule=\"nonzero\" d=\"M128.768 86.448c.008.495.399-.273 0-.022.008.037.044.03.059.052\"/>\n    <path fill=\"#FDDD4F\" fill-rule=\"nonzero\" d=\"M128.399 89.408c.067.185.244.251.421.214a.48.48 0 00.037-.089c.221.111.443-.052.288-.281.148-.029.17-.148.103-.273-.037 0-.074-.015-.111-.015.266-.34-.583-.598-.591-.214-.155-.015-.369.103-.192.221-.162.089-.199.354.015.406\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M128.399 89.408c.067.185.244.251.421.214a.48.48 0 00.037-.089c.221.111.443-.052.288-.281.148-.029.17-.148.103-.273-.037 0-.074-.015-.111-.015.266-.34-.583-.598-.591-.214-.155-.015-.369.103-.192.221-.162.089-.199.354.015.406\"/>\n    <path fill=\"#DC2227\" fill-rule=\"nonzero\" d=\"M128.672 89.069c.015.495.406-.28.007-.03.007.044.044.037.059.059\"/>\n    <path fill=\"#FDDD4F\" fill-rule=\"nonzero\" d=\"M126.849 90.501c.059.185.236.244.421.214.007-.029.022-.059.029-.089.221.103.443-.059.288-.288.155-.022.177-.148.111-.273-.037 0-.081-.007-.118-.007.266-.34-.576-.598-.583-.221-.163-.007-.369.111-.192.221-.162.088-.207.354.007.406l.037.022\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M126.849 90.501c.059.185.236.244.421.214.007-.029.022-.059.029-.089.221.103.443-.059.288-.288.155-.022.177-.148.111-.273-.037 0-.081-.007-.118-.007.266-.34-.576-.598-.583-.221-.163-.007-.369.111-.192.221-.162.088-.207.354.007.406l.037.022\"/>\n    <path fill=\"#DC2227\" fill-rule=\"nonzero\" d=\"M127.122 90.154c.007.502.399-.273 0-.022.007.037.044.029.059.059\"/>\n    <path fill=\"#FDDD4F\" fill-rule=\"nonzero\" d=\"M131.632 79.435c.066.192.244.251.421.214.015-.022.022-.059.037-.081.221.103.435-.059.288-.288.148-.022.17-.148.103-.273-.037 0-.081-.007-.111-.007.266-.34-.583-.598-.59-.222-.155-.007-.369.111-.192.222-.162.089-.199.354.015.406\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M131.632 79.435c.066.192.244.251.421.214.015-.022.022-.059.037-.081.221.103.435-.059.288-.288.148-.022.17-.148.103-.273-.037 0-.081-.007-.111-.007.266-.34-.583-.598-.59-.222-.155-.007-.369.111-.192.222-.162.089-.199.354.015.406\"/>\n    <path fill=\"#DC2227\" fill-rule=\"nonzero\" d=\"M131.905 79.096c.007.495.406-.273.007-.022.007.037.044.029.052.052\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M135.84 76.881c.657-.605.62-1.624 1.528-2.052.458-.221 1.004-.354 1.388-.679a6.64 6.64 0 01-2.916 2.731\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.84 76.881c.657-.605.62-1.624 1.528-2.052.458-.221 1.004-.354 1.388-.679a6.64 6.64 0 01-2.916 2.731\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M135.685 76.947c.45-.17.783-.554 1.211-.76.472-.229.879-.066 1.38-.111.502-.044.96-.177 1.44-.339-.908 1.262-2.835.332-3.964 1.144\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.685 76.947c.45-.17.783-.554 1.211-.76.472-.229.879-.066 1.38-.111.502-.044.96-.177 1.44-.339-.908 1.262-2.835.332-3.964 1.144M136.209 76.445c.399-.074.598-.539.812-.834.258-.362.627-.443 1.019-.628M126.642 88.781c.229-.325.428-.694.701-.967\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M125.07 93.04c.155-.347.207-.731.465-1.019.288-.317.79-.65 1.166-.834 1.063-.509 2.502-.31 3.396-1.159-.376 1.1-1.735 2.067-2.739 2.547-.413.199-.864.391-1.321.465-.354.059-.812-.015-1.152.096\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M125.07 93.04c.155-.347.207-.731.465-1.019.288-.317.79-.65 1.166-.834 1.063-.509 2.502-.31 3.396-1.159-.376 1.1-1.735 2.067-2.739 2.547-.413.199-.864.391-1.321.465-.354.059-.812-.015-1.152.096\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M125.129 93.07c.347-.155.561-.487.864-.687a4.613 4.613 0 011.122-.532c.48-.155.974-.31 1.439-.517.177-.081.723-.325.753-.502\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M125.129 93.07c.347-.155.561-.487.864-.687a4.613 4.613 0 011.122-.532c.48-.155.974-.31 1.439-.517.177-.081.723-.325.753-.502\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M126.14 92.354c.332.096.642.332 1.004.126\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M126.14 92.354c.332.096.642.332 1.004.126\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M126.959 91.889c.613.007 1.092.089 1.676-.185\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M126.959 91.889c.613.007 1.092.089 1.676-.185\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M126.199 92.309c.133-.14.155-.347.266-.509.103-.155.273-.288.377-.443\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M126.199 92.309c.133-.14.155-.347.266-.509.103-.155.273-.288.377-.443\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M127.203 91.763c.125-.148.251-.303.421-.413.17-.111.435-.148.554-.332\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M127.203 91.763c.125-.148.251-.303.421-.413.17-.111.435-.148.554-.332M124.826 92.9c.066-.443.377-.76.554-1.152a3.25 3.25 0 00.236-1.011\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M125.217 92.125s.177-2.606.103-2.894c-.081-.288-1.89-2.06-1.203-6.489 0 0 .413-1.484.236-1.846 0 0 1.498 3.75 1.602 4.872.103 1.115-.177 2.938-.281 3.381-.103.443-.28 1.646-.28 1.646\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M125.217 92.125s.177-2.606.103-2.894c-.081-.288-1.89-2.06-1.203-6.489 0 0 .413-1.484.236-1.846 0 0 1.498 3.75 1.602 4.872.103 1.115-.177 2.938-.281 3.381-.103.443-.28 1.646-.28 1.646\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M124.45 82.063c-.015.539.125 1.093.185 1.617.059.524.103 1.011.236 1.506.162.642.399 1.299.48 1.956.066.576.044 1.166.044 1.749\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M124.45 82.063c-.015.539.125 1.093.185 1.617.059.524.103 1.011.236 1.506.162.642.399 1.299.48 1.956.066.576.044 1.166.044 1.749\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M125.476 89.261c.037-.487-.435-1.13-.746-1.462\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M125.476 89.261c.037-.487-.435-1.13-.746-1.462\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M125.372 87.275c-.111-.347.281-1.07.332-1.454\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M125.372 87.275c-.111-.347.281-1.07.332-1.454\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M125.394 87.54c.111-.805-1.225-.923-1.196-1.646\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M125.394 87.54c.111-.805-1.225-.923-1.196-1.646\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M125.114 85.998c.089-.406.642-.723.487-1.196\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M125.114 85.998c.089-.406.642-.723.487-1.196\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M124.885 85.215c-.059-.258-.229-.517-.347-.753-.111-.214-.34-.377-.421-.598\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M124.885 85.215c-.059-.258-.229-.517-.347-.753-.111-.214-.34-.377-.421-.598\"/>\n    <path fill=\"#3BB44A\" fill-rule=\"nonzero\" d=\"M124.73 84.307c0-.539.155-.967.155-1.484\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M124.73 84.307c0-.539.155-.967.155-1.484\"/>\n    <path fill=\"#435CA8\" fill-rule=\"nonzero\" d=\"M129.543 95.498l-3.462-3.477c1.085 1.115 2.111 2.156 2.975 3.041l.487.436z\"/>\n    <path fill=\"#FDDB00\" fill-rule=\"nonzero\" d=\"M130.975 127.403c-5.913-3.802-6.88-15.414-6.784-17.001.089-1.587.14-20.138.14-20.138 4.688 4.739-5.773-5.957-7.05-7.271-.605-.628-.17 24.301-.17 35.374 0 5.19 3.167 23.504 21.755 14.284 28.31-13.013-2.627-1.705-7.891-5.248\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M130.975 127.403c-5.913-3.802-6.88-15.414-6.784-17.001.089-1.587.14-20.138.14-20.138l1.75 1.757a2816.83 2816.83 0 01-8.799-9.028c-.605-.628-.17 24.301-.17 35.374 0 5.19 3.167 23.504 21.755 14.284 0 0 9.294-3.403 12.003-7.508-.635 0-1.255-.044-1.875-.125-.28.155-.583.303-.901.435-10.726 7.383-17.119 1.95-17.119 1.95h0z\"/>\n    <path fill=\"#EB2027\" fill-rule=\"nonzero\" d=\"M117.474 96.68c.074-.244.111-2.126.111-2.517s.089-.62.362-2.48c.273-1.868.148-2.931.037-4.068-.111-1.137.236-3.573.236-3.573l-.679-.509c-.044.177-.118.48-.236 1.011-.244 1.129-.052 4.909-.192 6.208-.133 1.292-.384 3.071-.413 3.831v.052c-.008.901.266 2.008.266 2.008\"/>\n    <path fill=\"#05509F\" fill-rule=\"nonzero\" d=\"M124.191 110.403c-.096 1.587.871 13.199 6.784 17.001 0 0 6.393 5.433 17.119-1.949-3.241 1.366-5.891 1.654-7.625 1.129-5.182-1.565-10.659-7.677-11.538-13.87l.125-17.65-4.724-4.798c-.001-.002-.052 18.549-.141 20.137\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M124.191 110.403c-.096 1.587.871 13.199 6.784 17.001 0 0 6.393 5.433 17.119-1.949-3.241 1.366-5.891 1.654-7.625 1.129-5.182-1.565-10.659-7.677-11.538-13.87-.871-6.186-.657-18.344-.657-18.344l.782.694c-.864-.886-1.89-1.927-2.975-3.041l-1.75-1.757c0-.002-.051 18.549-.14 20.137h0z\"/>\n    <path fill=\"#EB2027\" fill-rule=\"nonzero\" d=\"M131.772 102.386c-.052-.561-.126-2.591-.126-4.769-1.225-1.248.251.354-2.598-2.554l-.768-.805s-.229 12.269.65 18.455c.871 6.193 6.363 12.306 11.545 13.87 1.735.525 4.37.236 7.611-1.129.221-.148.436-.303.664-.465-9.374-1.365-15.841-10.298-16.978-22.603\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M131.78 102.386c-.052-.561-.089-2.554-.096-4.732-1.218-1.248.236.28-2.613-2.628l-.797-.834v.398c-.022 1.683-.148 12.431.657 18.123.878 6.193 6.208 12.306 11.39 13.87 1.735.525 4.533.236 7.773-1.129.222-.148.435-.303.664-.465-9.375-1.365-15.841-10.298-16.978-22.603h0z\"/>\n    <path fill=\"#FDDB00\" d=\"M157.83 132.172s4.776 6.46 4.887 7.81c.118 1.351.118 2.466-3.041 1.993 0 0-1.536-.295-2.798-.391-.841-.066-1.506.185-1.572.443 0 0-.081-.31-.111-.473-.118-.487-.384-1.668-.709-3.048-.569-2.215-1.011-4.488-1.772-6.651\"/>\n    <path fill=\"#05509F\" fill-rule=\"nonzero\" d=\"M176.61 110.403c.089 1.587-.878 13.199-6.791 17.001 0 0-6.393 5.433-17.111-1.949 3.241 1.366 5.625 1.654 7.36 1.129 5.182-1.565 10.925-7.677 11.796-13.87.879-6.186.642-18.418.642-18.418s1.122-1.159 2.207-2.274l1.749-1.757c0-.001.059 18.55.148 20.138\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M176.61 110.403c.089 1.587-.878 13.199-6.791 17.001 0 0-6.393 5.433-17.111-1.949 3.241 1.366 5.625 1.654 7.36 1.129 5.182-1.565 10.925-7.677 11.796-13.87.879-6.186.642-18.418.642-18.418s1.122-1.159 2.207-2.274l1.749-1.757c0-.001.059 18.55.148 20.138h0z\"/>\n    <path fill=\"#EB2027\" fill-rule=\"nonzero\" d=\"M169.021 102.386c.052-.561.125-2.591.125-4.769 1.218-1.248-.251.354 2.598-2.554l.768-.805s.229 12.269-.65 18.455c-.871 6.193-6.363 12.306-11.545 13.87-1.735.525-4.37.236-7.611-1.129a19.102 19.102 0 01-.664-.465c9.376-1.365 15.842-10.298 16.979-22.603\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M169.021 102.386c.052-.561.125-2.495.125-4.665 1.218-1.255-.251.251 2.598-2.658l.768-.805s.229 12.269-.65 18.455c-.871 6.193-6.363 12.306-11.545 13.87-1.735.525-4.37.236-7.611-1.129a19.102 19.102 0 01-.664-.465c9.376-1.365 15.842-10.298 16.979-22.603h0z\"/>\n    <path fill=\"#F16623\" fill-rule=\"nonzero\" d=\"M148.175 125.454c.317-.133.62-.28.901-.435-.081-.008-.162-.022-.236-.03-.23.163-.444.318-.665.465\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M148.175 125.454c.317-.133.62-.28.901-.435-.081-.008-.162-.022-.236-.03-.23.163-.444.318-.665.465h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M153.615 131.781c1.484.044 4.215.391 4.215.391s4.776 6.46 4.887 7.81c.118 1.351.118 2.466-3.041 1.993 0 0-1.536-.295-2.798-.391-1.388-.465-1.543-.125-1.683-.03-.118-.487-.384-1.668-.709-3.048-.642-2.717-1.499-6.194-1.757-6.555-.008-.03-.008-.059-.015-.096.082-.067.429-.089.901-.074h0z\"/>\n    <path fill=\"#05509F\" d=\"M152.693 130.622c.317 2.68 1.159 5.249 1.794 7.884.325 1.38.59 2.561.709 3.048.162.295.384.834.672 1.248.568.834 2 2.348 2.045 3.263.015.377-.28.598-1.115.554-1.27-.081-2.155-.318-2.79-.48-.79-.199-1.181-.281-1.403.244l-.044-.428c-.517-4.902-.96-9.803-1.277-14.72l1.409-.613z\"/>\n    <path fill=\"#EB2027\" fill-rule=\"nonzero\" d=\"M151.453 134.224c.037.738.531 5.802.856 9.153.111 1.13.199 2.06.251 2.577-.059 1.026.731 1.956.731 1.956.539.524.797.96.878 1.314.015.111.022.214.03.31a.596.596 0 01-.015.118c-.141.62-.967.849-1.521.775-.923-.111-2.65-1.24-2.65-1.24l-.17-17.835c4.422-3.72 1.41-.826 1.61 2.872z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M152.375 129.411s.067.458.17 1.211l-1.262.612s.111 1.875.17 2.99c.037.738.531 5.802.856 9.153.111 1.13.199 2.06.251 2.577-.059 1.026.731 1.956.731 1.956.539.524.797.96.878 1.314.015.111.022.214.03.31a.596.596 0 01-.015.118c-.141.62-.967.849-1.521.775-.923-.111-2.65-1.24-2.65-1.24l-.17-17.835 2.532-1.941h0z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M152.553 130.622c.044.354.103.768.162 1.233-.022.022-.022.052.007.081 0 .008.008.015.008.015.258.362 1.115 3.839 1.757 6.555.325 1.38.716 3.019.827 3.514.14.303 2.554 3.13 2.598 4.045.015.377-.28.605-1.115.554-1.27-.081-2.155-.318-2.79-.48-.79-.199-1.181-.281-1.403.244l-.044-.428c-.052-.517-.14-1.447-.251-2.577-.325-3.351-.819-8.415-.856-9.153-.052-1.115-.17-2.99-.17-2.99l1.27-.613h0z\"/>\n    <path fill=\"#FDDB00\" fill-rule=\"nonzero\" d=\"M169.184 97.728l13.199-13.539\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M169.184 97.728l13.199-13.539\"/>\n    <path fill=\"#E9C81C\" d=\"M155.343 141.429c.104-.074.03-.333 1.772.169.391 1.787.849 4.466.849 4.466-.007-.908-1.86-2.776-2.399-3.624-.274-.428-.348-.797-.222-1.011\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M155.291 141.429c.096-.074.029-.333 1.772.169.391 1.787.849 4.466.849 4.466-.007-.908-1.868-2.776-2.406-3.624-.266-.428-.341-.797-.215-1.011h0z\"/>\n    <path fill=\"#1E4383\" d=\"M152.707 146.87l-.125-.487c.229-.524.62-.443 1.425-.244.044 1.078.096 2.281.162 3.093-.081-.355-.347-.798-.886-1.321 0 0-.406-.355-.576-1.041\"/>\n    <path fill=\"#1E4383\" d=\"M152.759 146.87c-.052-.2-.118-.487-.118-.487.221-.524.612-.443 1.417-.244.044 1.078.096 2.281.162 3.093-.081-.355-.339-.798-.886-1.321.001 0-.398-.355-.575-1.041\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M152.707 146.87l-.125-.487c.229-.524.62-.443 1.425-.244.044 1.078.096 2.281.162 3.093-.081-.355-.347-.798-.886-1.321 0 0-.406-.355-.576-1.041h0z\"/>\n    <path fill=\"#FDDB00\" d=\"M142.166 132.172s-4.769 6.46-4.887 7.81c-.118 1.351-.118 2.466 3.049 1.993 0 0 1.528-.295 2.79-.391.841-.066 1.506.185 1.572.443 0 0 .081-.31.118-.473.111-.487.377-1.668.701-3.048.568-2.215 1.011-4.488 1.772-6.651\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M146.381 131.781c-1.476.044-4.215.391-4.215.391s-4.769 6.46-4.887 7.81c-.118 1.351-.118 2.466 3.049 1.993 0 0 1.528-.295 2.79-.391 1.388-.465 1.543-.125 1.69-.03.111-.487.377-1.668.701-3.048.65-2.717 1.499-6.194 1.757-6.555.008-.03.008-.059.015-.096-.08-.067-.427-.089-.9-.074h0z\"/>\n    <path fill=\"#EB2027\" fill-rule=\"nonzero\" d=\"M148.544 134.224c-.037.738-.531 5.802-.856 9.153-.111 1.13-.199 2.06-.251 2.577.067 1.026-.731 1.956-.731 1.956-.539.524-.797.96-.878 1.314-.007.111-.022.214-.03.31 0 .037.007.081.015.118.14.62.967.849 1.521.775.923-.111 2.65-1.24 2.65-1.24l.17-17.835c-4.415-3.72-1.411-.826-1.61 2.872z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M147.621 129.411s-.067.458-.17 1.211l1.262.612s-.111 1.875-.17 2.99c-.037.738-.531 5.802-.856 9.153-.111 1.13-.199 2.06-.251 2.577.067 1.026-.731 1.956-.731 1.956-.539.524-.797.96-.878 1.314-.007.111-.022.214-.03.31 0 .037.007.081.015.118.14.62.967.849 1.521.775.923-.111 2.65-1.24 2.65-1.24l.17-17.835-2.532-1.941h0z\"/>\n    <path fill=\"#05509F\" d=\"M147.304 130.622c-.31 2.68-1.159 5.249-1.794 7.884-.325 1.38-.59 2.561-.709 3.048-.162.295-.384.834-.672 1.248-.568.834-2 2.348-2.045 3.263-.015.377.28.598 1.115.554 1.27-.081 2.155-.318 2.79-.48.79-.199 1.181-.281 1.403.244l.044-.428c.517-4.902.96-9.803 1.277-14.72l-1.409-.613z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M147.451 130.622c-.052.354-.111.768-.17 1.233.022.022.022.052 0 .081-.007.008-.007.015-.015.015-.251.362-1.107 3.839-1.757 6.555-.325 1.38-.716 3.019-.827 3.514-.14.303-2.554 3.13-2.598 4.045-.015.377.28.605 1.115.554 1.27-.081 2.155-.318 2.79-.48.79-.199 1.181-.281 1.403.244l.044-.428c.052-.517.14-1.447.251-2.577.325-3.351.819-8.415.856-9.153.059-1.115.17-2.99.17-2.99l-1.262-.613h0z\"/>\n    <path fill=\"#E9C81C\" d=\"M144.706 141.429c-.096-.074-.03-.333-1.772.169-.384 1.787-.849 4.466-.849 4.466.007-.908 1.867-2.776 2.406-3.624.266-.428.34-.797.215-1.011\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M144.706 141.429c-.096-.074-.03-.333-1.772.169-.384 1.787-.849 4.466-.849 4.466.007-.908 1.867-2.776 2.406-3.624.266-.428.34-.797.215-1.011h0z\"/>\n    <path fill=\"#1E4383\" d=\"M147.289 146.87l.125-.487c-.229-.524-.62-.443-1.425-.244a88.754 88.754 0 01-.162 3.093c.089-.355.347-.798.886-1.321 0 0 .406-.355.576-1.041\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M147.289 146.87l.125-.487c-.229-.524-.62-.443-1.425-.244a88.754 88.754 0 01-.162 3.093c.089-.355.347-.798.886-1.321 0 0 .406-.355.576-1.041h0z\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" d=\"M149.201 69.942s-2.015 4.673-1.321 5.138c0 0 2.045-3.632 3.839-5.005.93-.879 1.499.007 1.616-.76.118-.775-2.451-1.883-2.451-1.883l-1.646 2.318\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M149.201 69.942s-2.015 4.673-1.321 5.138c0 0 2.045-3.632 3.839-5.005.93-.879 1.499.007 1.616-.76.118-.775-2.451-1.883-2.451-1.883l-1.646 2.318\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M141.856 73.5s-2.923 5.094-2.155 5.153c.768.059 3.89-6.496 3.89-6.496l-1.063.185-.672 1.158h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M142.742 72.083s-3.056 5.005-2.296 5.086c.768.081 4.068-6.378 4.068-6.378l-1.071.148-.701 1.144h0z\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M143.362 71.212s-3.484 4.71-2.731 4.857c.76.155 4.606-5.987 4.606-5.987l-1.078.052-.797 1.078h0z\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M144.292 70.385s-4.075 4.178-3.351 4.437c.731.251 5.359-5.293 5.359-5.293l-1.078-.096-.93.952h0z\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M144.432 68.857s-3.551 4.658-2.798 4.821c.746.162 4.695-5.913 4.695-5.913l-1.078.037-.819 1.055h0zM143.532 72.858s-3.484 4.71-2.731 4.865c.76.148 4.606-5.994 4.606-5.994l-1.085.059-.79 1.07h0z\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" d=\"M145.488 71.928s-2.037 3.831-1.808 3.994c.236.155 2.709-2.185 3.934-4.474 1.218-2.281-2.214.384-2.214.384\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M145.488 71.928s-2.037 3.831-1.808 3.994c.236.155 2.709-2.185 3.934-4.474 1.218-2.281-2.214.384-2.214.384\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" d=\"M147.511 71.072s-2.015 4.673-1.321 5.138c0 0 2.525-2.82 3.189-5.057.657-2.244 0-.155 0-.155l-.185-2.436-1.646 2.318\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M147.511 71.072s-2.015 4.673-1.321 5.138c0 0 2.525-2.82 3.189-5.057.657-2.244 0-.155 0-.155l-.185-2.436-1.646 2.318\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" d=\"M145.702 71.544s-2.008 4.673-1.314 5.138c0 0 2.525-2.82 3.182-5.057.664-2.244 0-.155 0-.155l-.185-2.436-1.646 2.318\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M145.702 71.544s-2.008 4.673-1.314 5.138c0 0 2.525-2.82 3.182-5.057.664-2.244 0-.155 0-.155l-.185-2.436-1.646 2.318\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" d=\"M144.661 71.138s-4.075 4.186-3.351 4.437c.731.258 5.359-5.293 5.359-5.293l-1.078-.096-.93.952z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M144.661 71.138s-4.075 4.186-3.351 4.437c.731.258 5.359-5.293 5.359-5.293l-1.078-.096-.93.952h0z\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M144.986 71.706s-4.075 4.186-3.351 4.437c.731.251 5.359-5.293 5.359-5.293l-1.078-.096-.93.952h0z\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" d=\"M145.311 72.363s-4.075 4.186-3.351 4.444c.731.251 5.359-5.3 5.359-5.3l-1.078-.089-.93.945z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M145.311 72.363s-4.075 4.186-3.351 4.444c.731.251 5.359-5.3 5.359-5.3l-1.078-.089-.93.945h0z\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M145.613 66.62s-3.027 3.868-2.591 4.533c.435.664 3.204-1.772 4.075-3.484.871-1.713-1.454-1.174-1.454-1.174\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" d=\"M145.517 70.732s-2.598 4.961-1.927 4.68c.672-.288 3.3-4.023 3.588-4.85.295-.819.199-1.683.199-1.683l-2.015 1.24.177.96\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M145.517 70.732s-2.598 4.961-1.927 4.68c.672-.288 3.3-4.023 3.588-4.85.295-.819.199-1.683.199-1.683l-2.015 1.24.177.96\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" d=\"M145.532 69.093s2.156-3.957-.015.746c-2.17 4.71-2.982 3.927-2.982 3.927-.162-.266 1.89-3.455 1.89-3.455s1.521-2.451 1.89-2.687\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M145.532 69.093s2.156-3.957-.015.746c-2.17 4.71-2.982 3.927-2.982 3.927-.162-.266 1.89-3.455 1.89-3.455s1.521-2.451 1.89-2.687\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" d=\"M147.843 68.569s2.392-3.935-.007.746c-2.399 4.68-3.337 3.89-3.337 3.89-.192-.273 2.096-3.433 2.096-3.433s1.705-2.436 2.119-2.657\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M147.843 68.569s2.392-3.935-.007.746c-2.399 4.68-3.337 3.89-3.337 3.89-.192-.273 2.096-3.433 2.096-3.433s1.705-2.436 2.119-2.657\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" d=\"M147.931 68.842s-2.414 5.145-1.86 5.522c0 0 2.008-2.31 2.532-4.149.524-1.838 0-.125 0-.125l.672-3.307\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M147.931 68.842s-2.414 5.145-1.86 5.522c0 0 2.008-2.31 2.532-4.149.524-1.838 0-.125 0-.125l.672-3.307\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" d=\"M150.427 67.69s-2.421 5.153-1.868 5.529c0 0 2.008-2.311 2.532-4.149.524-1.845 0-.133 0-.133l.672-3.307\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.427 67.69s-2.421 5.153-1.868 5.529c0 0 2.008-2.311 2.532-4.149.524-1.845 0-.133 0-.133l.672-3.307\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" d=\"M146.964 66.908s-3.027 3.868-2.591 4.533c.435.672 3.204-1.772 4.075-3.484.871-1.713-1.454-1.174-1.454-1.174\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M146.964 66.908s-3.027 3.868-2.591 4.533c.435.672 3.204-1.772 4.075-3.484.871-1.713-1.454-1.174-1.454-1.174\"/>\n    <path fill=\"#939598\" fill-rule=\"nonzero\" d=\"M165.05 88.094c.185.347.967 2.945.967 2.945-2.591-2.916-8.651-4.953-15.716-4.953-6.968 0-12.999 1.986-15.649 4.835-.044.044.406-1.299.93-2.591.517-1.255 1.115-2.458 1.159-2.48 3.115-1.941 8.031-3.196 13.56-3.196 5.574 0 10.52 1.27 13.635 3.233-.001 0 .959 1.558 1.114 2.207\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.05 88.094c.185.347.967 2.945.967 2.945-2.591-2.916-8.651-4.953-15.716-4.953-6.968 0-12.999 1.986-15.649 4.835-.044.044.406-1.299.93-2.591.517-1.255 1.115-2.458 1.159-2.48 3.115-1.941 8.031-3.196 13.56-3.196 5.574 0 10.52 1.27 13.635 3.233-.001 0 .959 1.558 1.114 2.207h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M158.059 76.637c6.481 3.971 10.984 12.778 10.984 23.01 0 12.18-6.378 22.345-14.875 24.737\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M157.83 77.051c6.385 3.868 10.836 12.535 10.836 22.596 0 11.951-6.267 21.925-14.609 24.25\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M146.352 124.487c1.292.384 2.628.59 4.008.59 1.41 0 2.79-.214 4.112-.62M164.747 111.967c-2.443 5.603-6.533 9.663-11.339 10.881l.044-.244c-.982.251-1.986.384-3.019.384-1.174 0-2.325-.17-3.433-.502l.029.281c-4.422-1.24-8.216-4.894-10.637-9.929l.125.258c2.421 4.902 6.164 8.453 10.512 9.671l-.029-.281c1.107.332 2.259.502 3.433.502 1.033 0 2.037-.133 3.019-.384l-.044.244c4.717-1.196 8.748-5.13 11.206-10.571\"/>\n    <path fill=\"#B0B9BE\" fill-rule=\"nonzero\" d=\"M158.2 76.468s-3.521-2.178-8.12-2.126c-3.359.037-7.198 1.971-7.198 1.971-3.853 2.303-7.013 6.378-8.984 11.398-1.403 3.565-2.2 7.574-2.2 11.892 0 12.32 6.843 22.176 15.391 24.523 0 0 1.27.561 3.012.561s3.337-.229 3.337-.229c8.725-2.163 15.605-12.239 15.605-24.722.001-16.182-12.512-24.302-10.843-23.268m-4.754 46.395s-1.757.317-3.322.317c-1.565 0-3.063-.398-3.063-.398-7.699-2.148-13.819-11.486-13.819-22.766 0-3.957.871-7.869 2.134-11.132 1.772-4.591 4.791-8.15 8.253-10.261 0 0 3.499-2.17 6.526-2.207 4.141-.052 7.264 2.355 7.264 2.355 5.802 3.684 9.833 11.782 9.833 21.179.005 11.427-5.952 20.928-13.806 22.913\"/>\n    <path fill=\"#C38F2C\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M142.749 76.763c-6.422 3.876-10.903 12.616-10.903 22.781 0 12.04 6.282 22.087 14.638 24.405l-.221.458c-8.452-2.443-14.793-12.645-14.793-24.862 0-10.239 4.437-19.068 10.859-23.091l.42.309h0zM157.941 76.792c6.437 3.876 10.925 12.623 10.925 22.796 0 12.04-6.297 22.087-14.668 24.412l.221.458c8.467-2.451 14.816-12.653 14.816-24.87 0-10.246-4.459-19.075-10.888-23.105l-.052-.03-.458.295.104.044h0z\"/>\n    <path fill=\"#C38F2C\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M143.561 78.859c-5.854 3.565-9.936 11.612-9.936 20.972 0 11.088 5.728 20.33 13.339 22.471l.14.569-.34-.148c-7.707-2.251-13.487-11.649-13.487-22.891 0-9.427 4.067-17.547 9.914-21.26l.052-.029.406.273-.088.043h0z\"/>\n    <path fill=\"#C38F2C\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M158.148 76.32c.015.015.037.029.052.044l-1.129 2.421a.124.124 0 00-.037-.022c-.915-.576-3.624-2.082-6.953-2.03-2.65.037-5.625 1.609-6.319 2 .214-.554-1.218-2.414-1.218-2.414l.317-.185s3.831-2.237 7.19-2.281c4.576-.058 8.097 2.467 8.097 2.467\"/>\n    <path fill=\"#D8BFB8\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M155.062 74.939s.517.642.458.849c0 0 .531-.531-.155-1.299l-.303.45h0z\"/>\n    <path fill=\"#C38F2C\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M157.1 78.859c5.861 3.565 9.958 11.619 9.958 20.979 0 11.088-5.743 20.337-13.369 22.478l.015.487c.037-.015.266-.089.303-.103 7.663-2.311 13.391-11.671 13.391-22.862 0-9.427-4.068-17.554-9.929-21.267h-.007l-.34-.199-.111.443.089.044h0z\"/>\n    <path fill=\"#FDDB00\" fill-rule=\"nonzero\" d=\"M131.485 97.499l-14.122-14.521\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M131.485 97.499l-14.122-14.521\"/>\n    <path fill=\"#FDDB00\" fill-rule=\"nonzero\" d=\"M150.028 86.95s.251 1.439.472 1.919c0 0 .532-1.536.532-1.897\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.028 86.95s.251 1.439.472 1.919c0 0 .532-1.536.532-1.897\"/>\n    <path fill=\"#FDDB00\" fill-rule=\"nonzero\" d=\"M149.12 86.551s-.347 1.417-.34 1.949c0 0 1.1-1.181 1.247-1.513\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M149.12 86.551s-.347 1.417-.34 1.949c0 0 1.1-1.181 1.247-1.513\"/>\n    <path fill=\"#FDDB00\" fill-rule=\"nonzero\" d=\"M148.419 85.747s-.915 1.122-1.129 1.602c0 0 1.491-.576 1.764-.805\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M148.419 85.747s-.915 1.122-1.129 1.602c0 0 1.491-.576 1.764-.805\"/>\n    <path fill=\"#FDDB00\" fill-rule=\"nonzero\" d=\"M148.145 84.868s-1.262.687-1.639 1.056c0 0 1.594.037 1.934-.074\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M148.145 84.868s-1.262.687-1.639 1.056c0 0 1.594.037 1.934-.074\"/>\n    <path fill=\"#FDDB00\" fill-rule=\"nonzero\" d=\"M148.204 83.96s-1.417.162-1.904.369c0 0 1.469.627 1.823.65\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M148.204 83.96s-1.417.162-1.904.369c0 0 1.469.627 1.823.65\"/>\n    <path fill=\"#FDDB00\" fill-rule=\"nonzero\" d=\"M148.566 83.17s-1.388-.354-1.905-.347c0 0 1.151 1.129 1.476 1.277\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M148.566 83.17s-1.388-.354-1.905-.347c0 0 1.151 1.129 1.476 1.277\"/>\n    <path fill=\"#FDDB00\" fill-rule=\"nonzero\" d=\"M149.208 82.543s-1.159-.856-1.646-1.041c0 0 .664 1.476.915 1.742\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M149.208 82.543s-1.159-.856-1.646-1.041c0 0 .664 1.476.915 1.742\"/>\n    <path fill=\"#FDDB00\" fill-rule=\"nonzero\" d=\"M150.146 82.181s-.716-1.27-1.085-1.639c0 0 .015 1.624.133 1.971\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.146 82.181s-.716-1.27-1.085-1.639c0 0 .015 1.624.133 1.971\"/>\n    <path fill=\"#FDDB00\" fill-rule=\"nonzero\" d=\"M150.965 82.203s-.243-1.439-.465-1.919c0 0-.531 1.536-.531 1.897\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.965 82.203s-.243-1.439-.465-1.919c0 0-.531 1.536-.531 1.897\"/>\n    <path fill=\"#FDDB00\" fill-rule=\"nonzero\" d=\"M151.895 82.624s.369-1.417.362-1.949c0 0-1.115 1.166-1.262 1.498\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M151.895 82.624s.369-1.417.362-1.949c0 0-1.115 1.166-1.262 1.498\"/>\n    <path fill=\"#FDDB00\" fill-rule=\"nonzero\" d=\"M152.516 83.303s.856-1.166 1.048-1.668c0 0-1.461.657-1.72.908\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M152.516 83.303s.856-1.166 1.048-1.668c0 0-1.461.657-1.72.908\"/>\n    <path fill=\"#FDDB00\" fill-rule=\"nonzero\" d=\"M152.833 84.167s1.225-.753 1.587-1.137c0 0-1.594.044-1.927.177\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M152.833 84.167s1.225-.753 1.587-1.137c0 0-1.594.044-1.927.177\"/>\n    <path fill=\"#FDDB00\" fill-rule=\"nonzero\" d=\"M152.833 84.979s1.402-.295 1.868-.539c0 0-1.521-.495-1.875-.487\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M152.833 84.979s1.402-.295 1.868-.539c0 0-1.521-.495-1.875-.487\"/>\n    <path fill=\"#FDDB00\" fill-rule=\"nonzero\" d=\"M152.56 85.776s1.417.214 1.934.148c0 0-1.262-1.004-1.602-1.115\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M152.56 85.776s1.417.214 1.934.148c0 0-1.262-1.004-1.602-1.115\"/>\n    <path fill=\"#FDDB00\" fill-rule=\"nonzero\" d=\"M152.006 86.448s1.248.709 1.757.834c0 0-.834-1.388-1.107-1.617\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M152.006 86.448s1.248.709 1.757.834c0 0-.834-1.388-1.107-1.617\"/>\n    <path fill=\"#FDDB00\" fill-rule=\"nonzero\" d=\"M151.054 86.928s.819 1.203 1.218 1.543c0 0-.147-1.624-.303-1.949\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M151.054 86.928s.819 1.203 1.218 1.543c0 0-.147-1.624-.303-1.949\"/>\n    <path fill=\"#FDDB00\" fill-rule=\"nonzero\" d=\"M152.995 84.58c0 1.358-1.129 2.458-2.517 2.458s-2.51-1.1-2.51-2.458c0-1.366 1.122-2.466 2.51-2.466 1.388.001 2.517 1.101 2.517 2.466\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M152.995 84.58c0 1.358-1.129 2.458-2.517 2.458s-2.51-1.1-2.51-2.458c0-1.366 1.122-2.466 2.51-2.466 1.388.001 2.517 1.101 2.517 2.466h0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M149.659 83.857a.217.217 0 01-.221.221.217.217 0 110-.435c.125 0 .221.096.221.214\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M148.98 83.857c.244-.376.65-.354.93 0\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M151.733 83.886a.221.221 0 01-.221.214c-.125 0-.229-.096-.229-.214s.104-.214.229-.214a.22.22 0 01.221.214\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M151.054 83.879c.243-.369.65-.354.923 0M150.08 84.787c.147.015.251.081.399.089.155.007.251-.067.384-.103M151.032 85.533c0 .044-.251.081-.561.081-.31 0-.561-.037-.561-.081 0-.044.251-.081.561-.081.31-.001.561.036.561.081h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.242 86.131c.14 0 .28.029.413-.015\"/>\n    <path fill=\"#FDDB00\" fill-rule=\"nonzero\" d=\"M140.564 85.673l-.222-.487s-.709.052-1.033.672c0 0-.45-.546-1.233-.236l-.029.724s.532-.746 1.085-.236c0 0-.251 1.085.377 1.033.627-.052.199-.952.074-1.004l-.126-.052a.967.967 0 011.107-.414m-1.033.871c.037.155.022.288-.044.303-.059.015-.14-.096-.177-.244-.037-.155-.015-.288.044-.303.059-.014.14.096.177.244\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M140.564 85.673l-.222-.487s-.709.052-1.033.672c0 0-.45-.546-1.233-.236l-.029.724s.532-.746 1.085-.236c0 0-.251 1.085.377 1.033.627-.052.199-.952.074-1.004l-.126-.052a.967.967 0 011.107-.414h0zm-1.033.871c.037.155.022.288-.044.303-.059.015-.14-.096-.177-.244-.037-.155-.015-.288.044-.303.059-.014.14.096.177.244h0z\"/>\n    <path fill=\"#FDDB00\" fill-rule=\"nonzero\" d=\"M144.735 83.857c-.052-.03-.17-.111-.347-.081 0 0 .162.155.133.221 0 0-.022.133-.17.118 0 0-.554-.059-1.011.244 0 0-.317.052-.339-.015 0 0-.052-.111-.008-.155.008-.007.008-.007.015-.007.066-.037-.34.052-.251.251.096.199.31.273.495.258h.03l-.007-.007s.14-.007.007.007c.007.03.517 1.159.842 1.048.332-.118.377-1.181.339-1.299-.007-.022-.015-.037-.015-.044 0 0-.015-.044 0 0 .006-.008.715-.273.287-.539m-.679 1.484c-.244.044-.531-.723-.502-.746.31-.251.546-.214.613-.199-.044-.052.022.007.022.007s-.015 0-.022-.007c.037.052.125.893-.111.945\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M144.735 83.857c-.052-.03-.17-.111-.347-.081 0 0 .162.155.133.221 0 0-.022.133-.17.118 0 0-.554-.059-1.011.244 0 0-.317.052-.339-.015 0 0-.052-.111-.008-.155.008-.007.008-.007.015-.007.066-.037-.34.052-.251.251.096.199.31.273.495.258h.03l-.007-.007s.14-.007.007.007c.007.03.517 1.159.842 1.048.332-.118.377-1.181.339-1.299-.007-.022-.015-.037-.015-.044h0s-.015-.044 0 0c.006-.008.715-.273.287-.539h0zm-.679 1.484c-.244.044-.531-.723-.502-.746.31-.251.546-.214.613-.199-.044-.052.022.007.022.007s-.015 0-.022-.007h0c.037.052.125.893-.111.945h0z\"/>\n    <path fill=\"#FDDB00\" fill-rule=\"nonzero\" d=\"M161.691 86.551s-.325-.17-.539.177c0 0-.805-.089-.288-1.343.007-.03-.517.229-.406 1.026 0 0 .104.672.856.982 0 0 .635.14.613-.487 0 0-.036-.303-.236-.355m-.184.547c-.081 0-.14-.066-.14-.148 0-.082.059-.14.14-.14.074 0 .133.059.133.14 0 .081-.059.148-.133.148\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M161.691 86.551s-.325-.17-.539.177c0 0-.805-.089-.288-1.343.007-.03-.517.229-.406 1.026 0 0 .104.672.856.982 0 0 .635.14.613-.487 0 0-.036-.303-.236-.355h0zm-.184.547c-.081 0-.14-.066-.14-.148 0-.082.059-.14.14-.14.074 0 .133.059.133.14 0 .081-.059.148-.133.148h0z\"/>\n    <path fill=\"#FDDB00\" fill-rule=\"nonzero\" d=\"M161.263 86.323s.347.103.495-.281c0 0 .797-.074.539 1.255-.007.037.465-.317.199-1.085 0 0-.229-.635-1.026-.79 0 0-.649-.007-.509.598-.001 0 .088.295.302.303m.074-.576c.074-.015.148.037.163.118.015.081-.03.155-.104.17-.074.015-.147-.037-.162-.118-.015-.074.029-.156.103-.17\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M161.263 86.323s.347.103.495-.281c0 0 .797-.074.539 1.255-.007.037.465-.317.199-1.085 0 0-.229-.635-1.026-.79 0 0-.649-.007-.509.598-.001 0 .088.295.302.303h0zm.074-.576c.074-.015.148.037.163.118.015.081-.03.155-.104.17-.074.015-.147-.037-.162-.118-.015-.074.029-.156.103-.17h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M156.915 84.418a.679.679 0 00-.104-.192.978.978 0 00-.214-.207c-.133-.089-.266-.022-.258.14.007.162.14.288.266.369.11.066.221.118.34.162 0-.095-.008-.183-.03-.272h0zM158.177 86.101c.059-.177.029-.45-.147-.546-.044-.022-.096-.044-.141-.066-.037.126-.081.244-.074.377.001.176.252.553.362.235h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M174.713 92.021c3.189-3.255 6.909-7.072 8.806-9.028.605-.628.17 24.301.17 35.374 0 5.19-3.174 23.504-21.762 14.284 0 0-9.286-3.403-11.996-7.508.628 0 1.255-.044 1.875-.125.28.155.583.303.9.435 10.719 7.382 17.111 1.949 17.111 1.949 5.913-3.802 6.88-15.414 6.791-17.001\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M156.236 85.215c-.045.074-.089.177-.037.258.103.17.384.015.494-.066a.586.586 0 00.177-.273.928.928 0 00-.369-.074c-.11.008-.213.052-.265.155h0zM157.461 84.861c-.17-.059-.347-.111-.517-.17l-.022.199c-.007.081-.03.162-.052.244l.052.022c.17.059.332.133.502.177.155.037.317.088.465.155.015-.052.029-.096.037-.148.022-.066.052-.199.03-.273-.015-.007-.022-.022-.037-.029a2.387 2.387 0 00-.458-.177h0zM158.893 84.846c-.14-.14-.391-.096-.561-.029-.133.059-.281.14-.391.221l.008.007c.008.007.008.015.008.022.096.059.184.126.288.17.17.059.354.066.502-.022.109-.066.272-.243.146-.369h0z\"/>\n    <path fill=\"#FDDB00\" fill-rule=\"nonzero\" d=\"M140.564 85.673l-.222-.487s-.709.052-1.033.672c0 0-.45-.546-1.233-.236l-.029.724s.532-.746 1.085-.236c0 0-.251 1.085.377 1.033.627-.052.199-.952.074-1.004l-.126-.052a.967.967 0 011.107-.414m-1.033.871c.037.155.022.288-.044.303-.059.015-.14-.096-.177-.244-.037-.155-.015-.288.044-.303.059-.014.14.096.177.244M144.735 83.857c-.052-.03-.17-.111-.347-.081 0 0 .162.155.133.221 0 0-.022.133-.17.118 0 0-.554-.059-1.011.244 0 0-.317.052-.339-.015 0 0-.052-.111-.008-.155.008-.007.008-.007.015-.007.066-.037-.34.052-.251.251.096.199.31.273.495.258h.03l-.007-.007s.14-.007.007.007c.007.03.517 1.159.842 1.048.332-.118.377-1.181.339-1.299-.007-.022-.015-.037-.015-.044 0 0-.015-.044 0 0 .006-.008.715-.273.287-.539m-.679 1.484c-.244.044-.531-.723-.502-.746.31-.251.546-.214.613-.199-.044-.052.022.007.022.007s-.015 0-.022-.007c.037.052.125.893-.111.945M161.691 86.551s-.325-.17-.539.177c0 0-.805-.089-.288-1.343.007-.03-.517.229-.406 1.026 0 0 .104.672.856.982 0 0 .635.14.613-.487 0 0-.036-.303-.236-.355m-.184.547c-.081 0-.14-.066-.14-.148 0-.082.059-.14.14-.14.074 0 .133.059.133.14 0 .081-.059.148-.133.148\"/>\n    <path fill=\"#FDDB00\" fill-rule=\"nonzero\" d=\"M161.263 86.323s.347.103.495-.281c0 0 .797-.074.539 1.255-.007.037.465-.317.199-1.085 0 0-.229-.635-1.026-.79 0 0-.649-.007-.509.598-.001 0 .088.295.302.303m.074-.576c.074-.015.148.037.163.118.015.081-.03.155-.104.17-.074.015-.147-.037-.162-.118-.015-.074.029-.156.103-.17\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M156.915 84.418a.679.679 0 00-.104-.192.978.978 0 00-.214-.207c-.133-.089-.266-.022-.258.14.007.162.14.288.266.369.11.066.221.118.34.162 0-.095-.008-.183-.03-.272h0zM158.177 86.101c.059-.177.029-.45-.147-.546-.044-.022-.096-.044-.141-.066-.037.126-.081.244-.074.377.001.176.252.553.362.235h0zM156.236 85.215c-.045.074-.089.177-.037.258.103.17.384.015.494-.066a.586.586 0 00.177-.273.928.928 0 00-.369-.074c-.11.008-.213.052-.265.155h0zM157.461 84.861c-.17-.059-.347-.111-.517-.17l-.022.199c-.007.081-.03.162-.052.244l.052.022c.17.059.332.133.502.177.155.037.317.088.465.155.015-.052.029-.096.037-.148.022-.066.052-.199.03-.273-.015-.007-.022-.022-.037-.029a2.387 2.387 0 00-.458-.177h0zM158.893 84.846c-.14-.14-.391-.096-.561-.029-.133.059-.281.14-.391.221l.008.007c.008.007.008.015.008.022.096.059.184.126.288.17.17.059.354.066.502-.022.109-.066.272-.243.146-.369h0z\"/>\n    <path fill=\"#B0B9BE\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M117.031 82.196a1.397 1.397 0 00-.731-.399c.037-.17.015-.325-.074-.421-.199-.199-.65-.074-.997.288s-.472.819-.273 1.019c.096.096.244.118.406.074.052.258.185.524.406.746.465.472 1.122.561 1.469.199.347-.362.259-1.033-.206-1.506h0zM185.712 81.665c-.354-.354-.797-.487-.996-.288-.089.096-.111.251-.074.421a1.387 1.387 0 00-.731.399c-.465.473-.561 1.144-.207 1.506.347.362 1.004.273 1.469-.199.221-.221.354-.487.406-.746.162.044.31.022.406-.074.192-.2.074-.658-.273-1.019h0zM179.474 69.861c.022-.015.044-.029.052-.037 0 0 .399-.841.443-1.757 0 0 2.429-.864 3.159-1.853-.701 1.144-1.329 3.019-1.373 3.492-.679.03-1.484.177-1.735.642l-.007.066h0a2.55 2.55 0 01-.539-.553h0z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M183.778 82.905l.037-.081s-.015.029-.037.081\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M183.778 82.905l.037-.081s-.015.029-.037.081h0z\"/>\n    <path fill=\"#EB2027\" fill-rule=\"nonzero\" d=\"M183.328 96.68c-.074-.244-.111-2.126-.111-2.517s-.089-.62-.362-2.48c-.28-1.868-.147-2.931-.037-4.068.104-1.137-.295-3.639-.295-3.639l.731-.443c.044.177.118.48.236 1.011.251 1.129.059 4.909.192 6.208.14 1.292.391 3.071.421 3.831v.052c.007.901-.266 2.008-.266 2.008\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M183.328 96.68c-.074-.244-.111-2.126-.111-2.517s-.089-.62-.362-2.48c-.28-1.868-.147-2.931-.037-4.068.104-1.137-.295-3.639-.295-3.639l.731-.443c.044.177.118.48.236 1.011.251 1.129.059 4.909.192 6.208.14 1.292.391 3.071.421 3.831v.052c.007.901-.266 2.008-.266 2.008\"/>\n    <path fill=\"#05509F\" fill-rule=\"nonzero\" d=\"M184.678 91.394c-.029-.362-.251-2.82-.221-4.592.029-1.779-.606-3.839-.606-3.839l-.664.339s.015.03.067.229c.044.177.118.48.236 1.011.251 1.129.059 4.909.192 6.208.14 1.292.391 3.071.421 3.831v.052c.044.723.465.997.465.997l.332-.48c.273-.877-.192-3.387-.222-3.756\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M184.678 91.394c-.029-.362-.251-2.82-.221-4.592.029-1.779-.606-3.839-.606-3.839l-.664.339s.015.03.067.229c.044.177.118.48.236 1.011.251 1.129.059 4.909.192 6.208.14 1.292.391 3.071.421 3.831v.052c.044.723.465.997.465.997l.332-.48c.273-.877-.192-3.387-.222-3.756h0z\"/>\n    <path fill=\"#EB2027\" fill-rule=\"nonzero\" d=\"M181.947 82.425c.347.118 1.432.317 1.772.384.059.007.096.015.096.015-1.55.037-2.17.982-2.17.982l-.524-.642c-.473-.791.413-.879.826-.739\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M181.947 82.425c.347.118 1.432.317 1.772.384.059.007.096.015.096.015-1.55.037-2.17.982-2.17.982l-.524-.642c-.473-.791.413-.879.826-.739h0z\"/>\n    <path fill=\"#EB2027\" fill-rule=\"nonzero\" d=\"M183.815 82.824l-.037.088c-.184.347-.93 1.668-1.794 1.188l-.318-.258c.001 0 .621-.982 2.149-1.018\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M183.815 82.824l-.037.088c-.184.347-.93 1.668-1.794 1.188l-.318-.258c.001 0 .621-.982 2.149-1.018h0z\"/>\n    <path fill=\"#05509F\" fill-rule=\"nonzero\" d=\"M183.719 82.809s-1.292-1.292-1.513-1.344c-.221-.059-.354.281-.473.465-.118.185-.133.45.642.65.775.207.576.059 1.344.229\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M183.719 82.809s-1.292-1.292-1.513-1.344c-.221-.059-.354.281-.473.465-.118.185-.133.45.642.65.775.207.576.059 1.344.229h0z\"/>\n    <path fill=\"#05509F\" fill-rule=\"nonzero\" d=\"M181.696 81.126c.524-.96 1.491-.421 1.491-.421.96.487.709 1.786.628 2.119-.008.052-.022.081-.022.081-1.764-2.82-2.067-.591-2.067-.591-.111-.509-.03-1.188-.03-1.188\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M181.696 81.126c.524-.96 1.491-.421 1.491-.421.96.487.709 1.786.628 2.119-.008.052-.022.081-.022.081-1.764-2.82-2.067-.591-2.067-.591-.111-.509-.03-1.188-.03-1.188h0z\"/>\n    <path fill=\"#EB2027\" fill-rule=\"nonzero\" d=\"M177.57 72.142l.62-.65c.044.148.118.399.236.834.251.93.059 4.053.192 5.123.14 1.07.391 2.539.413 3.174.007.007.007.022.007.037.007.745-.266 1.653-.266 1.653s-.436.236-.509.037c-.074-.207-.111-1.757-.111-2.082 0-.325-.089-.51-.369-2.052-.273-1.536-.14-2.414-.029-3.351.104-.937-.184-2.723-.184-2.723\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M177.57 72.142l.62-.65c.044.148.118.399.236.834.251.93.059 4.053.192 5.123.14 1.07.391 2.539.413 3.174.007.007.007.022.007.037.007.745-.266 1.653-.266 1.653s-.436.236-.509.037c-.074-.207-.111-1.757-.111-2.082 0-.325-.089-.51-.369-2.052-.273-1.536-.14-2.414-.029-3.351.104-.937-.184-2.723-.184-2.723h0z\"/>\n    <path fill=\"#05509F\" fill-rule=\"nonzero\" d=\"M179.924 80.299c-.029-.901-.288-2.089-.31-2.311-.029-.303-.251-2.333-.221-3.802.03-1.462-.605-3.477-.605-3.477l-.664.591s.015.03.066.192c.044.148.118.399.236.834.251.93.059 4.053.192 5.123.14 1.07.391 2.539.421 3.174v.037c.273.413.739.111.739.111.073-.192.154-.155.146-.472\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M179.924 80.299c-.029-.901-.288-2.089-.31-2.311-.029-.303-.251-2.333-.221-3.802.03-1.462-.605-3.477-.605-3.477l-.664.591s.015.03.066.192c.044.148.118.399.236.834.251.93.059 4.053.192 5.123.14 1.07.391 2.539.421 3.174v.037c.273.413.739.111.739.111.073-.192.154-.155.146-.472h0z\"/>\n    <path fill=\"#EB2027\" fill-rule=\"nonzero\" d=\"M176.883 70.488c.347.118 1.432.317 1.772.376.059.015.096.022.096.022-1.55.03-2.17.982-2.17.982l-.524-.65c-.473-.789.413-.877.826-.73\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M176.883 70.488c.347.118 1.432.317 1.772.376.059.015.096.022.096.022-1.55.03-2.17.982-2.17.982l-.524-.65c-.473-.789.413-.877.826-.73h0z\"/>\n    <path fill=\"#EB2027\" fill-rule=\"nonzero\" d=\"M178.751 70.887l-.037.081c-.184.34-.945 1.617-1.816 1.152l-.317-.251c-.001 0 .62-.953 2.17-.982\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M178.751 70.887l-.037.081c-.184.34-.945 1.617-1.816 1.152l-.317-.251c-.001 0 .62-.953 2.17-.982h0z\"/>\n    <path fill=\"#05509F\" fill-rule=\"nonzero\" d=\"M178.625 70.879s-1.572-.782-1.786-.76c-.214.015-.222.376-.266.591-.037.214.029.465.783.406.76-.067.531-.141 1.269-.237\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M178.625 70.879s-1.572-.782-1.786-.76c-.214.015-.222.376-.266.591-.037.214.029.465.783.406.76-.067.531-.141 1.269-.237h0z\"/>\n    <path fill=\"#05509F\" fill-rule=\"nonzero\" d=\"M176.211 69.883c.229-1.078 1.307-.849 1.307-.849 1.056.177 1.188 1.491 1.211 1.838v.081c-2.495-2.17-2.148.052-2.148.052-.251-.45-.37-1.122-.37-1.122\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M176.211 69.883c.229-1.078 1.307-.849 1.307-.849 1.056.177 1.188 1.491 1.211 1.838v.081c-2.495-2.17-2.148.052-2.148.052-.251-.45-.37-1.122-.37-1.122h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M182.729 66.694l-2.975 3.403M181.711 69.706l-1.787-1.639\"/>\n    <path fill=\"#B0B9BE\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M180.013 70.414a2.878 2.878 0 01-.878-1.145 3.654 3.654 0 01-.236-2.045.474.474 0 00-.103.111c-.546.908-.701 1.956-.317 2.813.627 1.44 2.517 1.809 4.207.827.096-.052.185-.111.273-.17.022-.015.037-.03.059-.044-1.071.443-2.193.296-3.005-.347h0z\"/>\n    <path fill=\"#E6B821\" fill-rule=\"nonzero\" d=\"M179.961 80.424a.513.513 0 00-.532-.48.505.505 0 00-.465.539.502.502 0 00.524.48.505.505 0 00.473-.539\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M179.961 80.454c0 .28-.222.509-.502.509a.503.503 0 01-.495-.509c0-.281.222-.509.495-.509a.503.503 0 01.502.509h0z\"/>\n    <path fill=\"#E6B821\" fill-rule=\"nonzero\" d=\"M178.839 83.414c.709-.022 1.1-.066 1.557-.096-.059-.997-.14-2.377-.923-2.333-.767.052-.693 1.433-.634 2.429\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M178.839 83.414c.709-.022 1.1-.066 1.557-.096-.059-.997-.14-2.377-.923-2.333-.767.052-.693 1.433-.634 2.429h0zM179.747 81.827l.14 1.506M179.356 81.842s-.015 1.085.067 1.528\"/>\n    <path fill=\"#E6B821\" fill-rule=\"nonzero\" d=\"M185.077 95.328a.503.503 0 00-.524-.48.51.51 0 00.059 1.019.504.504 0 00.465-.539\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M185.077 95.358c0 .28-.221.509-.495.509a.504.504 0 01-.502-.509c0-.28.221-.509.502-.509.274 0 .495.229.495.509h0z\"/>\n    <path fill=\"#E6B821\" fill-rule=\"nonzero\" d=\"M185.52 98.222c-.059-.996-.147-2.377-.923-2.325-.775.044-.701 1.425-.642 2.429\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M185.52 98.222c-.059-.996-.147-2.377-.923-2.325-.775.044-.701 1.425-.642 2.429\"/>\n    <path fill=\"#E6B821\" fill-rule=\"nonzero\" d=\"M183.94 98.304c.709-.029 1.1-.067 1.557-.096\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M183.94 98.304c.709-.029 1.1-.067 1.557-.096M184.76 96.716l.14 1.506M184.368 96.731s-.015 1.078.066 1.528\"/>\n    <path fill=\"#E6B821\" fill-rule=\"nonzero\" d=\"M184.036 96.724a.502.502 0 00-.495-.509.504.504 0 00-.502.509c0 .288.221.517.502.517a.505.505 0 00.495-.517\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M184.036 96.724a.504.504 0 01-.495.517.51.51 0 01-.502-.517c0-.281.229-.509.502-.509a.501.501 0 01.495.509h0z\"/>\n    <path fill=\"#E6B821\" fill-rule=\"nonzero\" d=\"M182.744 99.647c.709.015 1.1 0 1.558 0 0-.997 0-2.384-.775-2.384s-.783 1.387-.783 2.384\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M182.744 99.647c.709.015 1.1 0 1.558 0 0-.997 0-2.384-.775-2.384s-.783 1.387-.783 2.384h0zM183.8 98.171s.044 1.425.051 1.513M183.409 98.163s-.081 1.07-.022 1.528\"/>\n    <path fill=\"#B0B9BE\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M121.327 69.861c-.03-.015-.044-.029-.052-.037 0 0-.399-.841-.443-1.757 0 0-2.429-.864-3.167-1.853.709 1.144 1.336 3.019 1.38 3.492.679.03 1.484.177 1.727.642l.015.066h0c.2-.155.385-.339.54-.553h0z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M117.023 82.905l-.044-.081.044.081\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M117.023 82.905l-.044-.081.044.081h0z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M119.157 83.805l-.325.258c.111-.058.214-.14.325-.258\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M119.157 83.805l-.325.258c.111-.058.214-.14.325-.258h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M117.474 96.68c.074-.244.111-2.126.111-2.517s.089-.62.362-2.48c.273-1.868.148-2.931.037-4.068-.111-1.137.236-3.573.236-3.573l-.679-.509c-.044.177-.118.48-.236 1.011-.244 1.129-.052 4.909-.192 6.208-.133 1.292-.384 3.071-.413 3.831v.052c-.008.901.266 2.008.266 2.008\"/>\n    <path fill=\"#05509F\" fill-rule=\"nonzero\" d=\"M116.95 82.964s-.635 2.059-.605 3.839c.022 1.772-.199 4.23-.221 4.592-.03.369-.502 2.879-.222 3.757l.332.48s.421-.273.465-.997v-.052c.029-.76.28-2.539.413-3.831.14-1.299-.052-5.079.192-6.208.118-.532.192-.834.236-1.011a.979.979 0 01.074-.229l-.664-.34z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M116.95 82.964s-.635 2.059-.605 3.839c.022 1.772-.199 4.23-.221 4.592-.03.369-.502 2.879-.222 3.757l.332.48s.421-.273.465-.997v-.052c.029-.76.28-2.539.413-3.831.14-1.299-.052-5.079.192-6.208.118-.532.192-.834.236-1.011a.979.979 0 01.074-.229l-.664-.34h0z\"/>\n    <path fill=\"#EB2027\" fill-rule=\"nonzero\" d=\"M118.854 82.425c-.347.118-1.432.317-1.772.384-.066.007-.103.015-.103.015 1.558.037 2.178.982 2.178.982l.524-.642c.472-.791-.413-.879-.827-.739\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M118.854 82.425c-.347.118-1.432.317-1.772.384-.066.007-.103.015-.103.015 1.558.037 2.178.982 2.178.982l.524-.642c.472-.791-.413-.879-.827-.739h0z\"/>\n    <path fill=\"#EB2027\" fill-rule=\"nonzero\" d=\"M116.979 82.824l.044.081c.185.34.937 1.624 1.808 1.159l.325-.258c.001-.001-.619-.946-2.177-.982\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M116.979 82.824l.044.081c.185.34.937 1.624 1.808 1.159l.325-.258c.001-.001-.619-.946-2.177-.982h0z\"/>\n    <path fill=\"#05509F\" fill-rule=\"nonzero\" d=\"M117.082 82.809s1.218-1.292 1.425-1.344c.207-.059.332.281.443.465.111.185.126.45-.598.65-.731.207-.546.059-1.27.229\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M117.082 82.809s1.218-1.292 1.425-1.344c.207-.059.332.281.443.465.111.185.126.45-.598.65-.731.207-.546.059-1.27.229h0z\"/>\n    <path fill=\"#05509F\" fill-rule=\"nonzero\" d=\"M119.105 81.126c-.524-.96-1.491-.421-1.491-.421-.96.487-.716 1.786-.635 2.119l.022.081c1.772-2.82 2.074-.591 2.074-.591.111-.509.03-1.188.03-1.188\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M119.105 81.126c-.524-.96-1.491-.421-1.491-.421-.96.487-.716 1.786-.635 2.119l.022.081c1.772-2.82 2.074-.591 2.074-.591.111-.509.03-1.188.03-1.188h0z\"/>\n    <path fill=\"#EB2027\" fill-rule=\"nonzero\" d=\"M123.232 72.142l-.628-.65c-.044.148-.118.399-.229.834-.251.93-.059 4.053-.199 5.123-.133 1.07-.384 2.539-.414 3.174v.037c-.007.745.266 1.653.266 1.653s.436.236.509.037c.074-.207.111-1.757.111-2.082 0-.325.089-.51.362-2.052.273-1.536.148-2.414.037-3.351-.111-.937.185-2.723.185-2.723\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M123.232 72.142l-.628-.65c-.044.148-.118.399-.229.834-.251.93-.059 4.053-.199 5.123-.133 1.07-.384 2.539-.414 3.174v.037c-.007.745.266 1.653.266 1.653s.436.236.509.037c.074-.207.111-1.757.111-2.082 0-.325.089-.51.362-2.052.273-1.536.148-2.414.037-3.351-.111-.937.185-2.723.185-2.723h0z\"/>\n    <path fill=\"#05509F\" fill-rule=\"nonzero\" d=\"M122.065 70.813s-.687 1.912-.657 3.374c.022 1.469-.199 3.499-.221 3.802-.022.221-.288 1.41-.31 2.311-.007.317.066.281.14.472 0 0 .473.303.746-.111v-.037c.03-.635.281-2.104.414-3.174.14-1.07-.052-4.193.192-5.123.118-.435.192-.687.236-.834a.898.898 0 01.074-.192l-.614-.488z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M122.065 70.813s-.687 1.912-.657 3.374c.022 1.469-.199 3.499-.221 3.802-.022.221-.288 1.41-.31 2.311-.007.317.066.281.14.472 0 0 .473.303.746-.111v-.037c.03-.635.281-2.104.414-3.174.14-1.07-.052-4.193.192-5.123.118-.435.192-.687.236-.834a.898.898 0 01.074-.192l-.614-.488h0z\"/>\n    <path fill=\"#EB2027\" fill-rule=\"nonzero\" d=\"M123.918 70.488c-.347.118-1.432.317-1.772.376l-.103.022c1.558.03 2.178.982 2.178.982l.524-.65c.472-.789-.414-.877-.827-.73\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M123.918 70.488c-.347.118-1.432.317-1.772.376l-.103.022c1.558.03 2.178.982 2.178.982l.524-.65c.472-.789-.414-.877-.827-.73h0z\"/>\n    <path fill=\"#EB2027\" fill-rule=\"nonzero\" d=\"M122.043 70.887l.044.081c.185.34.937 1.617 1.809 1.152l.325-.251s-.62-.953-2.178-.982\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M122.043 70.887l.044.081c.185.34.937 1.617 1.809 1.152l.325-.251s-.62-.953-2.178-.982h0z\"/>\n    <path fill=\"#05509F\" fill-rule=\"nonzero\" d=\"M122.176 70.887s1.528-.871 1.742-.864c.214.007.244.369.295.576.052.214-.007.473-.76.45-.76-.022-.539-.111-1.277-.162\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M122.176 70.887s1.528-.871 1.742-.864c.214.007.244.369.295.576.052.214-.007.473-.76.45-.76-.022-.539-.111-1.277-.162h0z\"/>\n    <path fill=\"#05509F\" fill-rule=\"nonzero\" d=\"M124.582 69.883c-.221-1.078-1.299-.849-1.299-.849-1.063.177-1.196 1.491-1.211 1.838v.081c2.495-2.17 2.148.052 2.148.052.252-.45.362-1.122.362-1.122\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M124.582 69.883c-.221-1.078-1.299-.849-1.299-.849-1.063.177-1.196 1.491-1.211 1.838v.081c2.495-2.17 2.148.052 2.148.052.252-.45.362-1.122.362-1.122h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M117.798 66.413l3.285 3.743M119.039 69.706l1.808-1.639\"/>\n    <path fill=\"#B0B9BE\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M122.058 67.343a.471.471 0 00-.103-.118 3.603 3.603 0 01-.236 2.067 3.602 3.602 0 01-.34.598 2.834 2.834 0 01-.554.561c-.819.65-1.964.797-3.049.354.022.015.037.022.059.037.088.066.184.125.28.177 1.72.989 3.625.613 4.267-.834.385-.87.23-1.926-.324-2.842h0z\"/>\n    <path fill=\"#E6B821\" fill-rule=\"nonzero\" d=\"M120.84 80.424a.504.504 0 01.531-.48c.273.015.48.258.465.539a.504.504 0 01-.531.48.505.505 0 01-.465-.539\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M121.836 80.454c0 .28-.221.509-.502.509a.503.503 0 01-.495-.509c0-.281.221-.509.495-.509a.503.503 0 01.502.509h0z\"/>\n    <path fill=\"#E6B821\" fill-rule=\"nonzero\" d=\"M121.962 83.414c-.709-.022-1.1-.066-1.558-.096.059-.997.14-2.377.916-2.333.775.052.701 1.433.642 2.429\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M121.962 83.414c-.709-.022-1.1-.066-1.558-.096.059-.997.14-2.377.916-2.333.775.052.701 1.433.642 2.429h0zM121.054 81.827s-.133 1.425-.148 1.506M121.438 81.842s.022 1.085-.066 1.528\"/>\n    <path fill=\"#E6B821\" fill-rule=\"nonzero\" d=\"M115.702 95.373a.504.504 0 01.531-.48c.273.015.48.258.465.539a.502.502 0 01-.524.48.51.51 0 01-.472-.539\"/>\n    <path fill=\"#E6B821\" fill-rule=\"nonzero\" d=\"M115.281 98.222c.059-.996.14-2.377.923-2.325.768.044.694 1.425.635 2.429M116.839 98.333c-.709-.022-1.1-.066-1.558-.096\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M116.839 98.326c.059-1.004.133-2.384-.635-2.429-.782-.052-.864 1.329-.923 2.333.458.037.849.081 1.558.104v-.008zm-.14-2.924a.502.502 0 01-.495.509.504.504 0 01-.502-.509c0-.28.221-.509.502-.509.273 0 .495.229.495.509h0zM115.901 96.709s-.133 1.425-.148 1.506M116.285 96.724s.015 1.085-.066 1.528\"/>\n    <path fill=\"#E6B821\" fill-rule=\"nonzero\" d=\"M117.894 98.621c-.709.015-1.1 0-1.565 0 0-.997 0-2.384.782-2.384.776-.001.783 1.387.783 2.384\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M117.282 97.085s.081 1.078.022 1.528l-.022-1.528zm-.384.008s-.052 1.432-.059 1.513l.059-1.513zm.996 1.528c-.709.015-1.1 0-1.565 0 0-.997 0-2.384.782-2.384.776-.001.783 1.387.783 2.384h0z\"/>\n    <path fill=\"#E6B821\" fill-rule=\"nonzero\" d=\"M116.595 96.089c0-.28.229-.509.502-.509a.509.509 0 010 1.018.509.509 0 01-.502-.509\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M117.599 96.089c0 .28-.229.509-.502.509a.509.509 0 010-1.018c.273 0 .502.228.502.509h0z\"/>\n    <path fill=\"#E6B821\" fill-rule=\"nonzero\" d=\"M121.718 81.893c0-.28.221-.51.495-.51.28 0 .502.229.502.51a.503.503 0 01-.502.509.502.502 0 01-.495-.509\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M122.715 81.893a.503.503 0 01-.502.509.503.503 0 01-.495-.509c0-.28.221-.51.495-.51.28.001.502.23.502.51h0z\"/>\n    <path fill=\"#E6B821\" fill-rule=\"nonzero\" d=\"M123.01 84.809c-.708.022-1.1 0-1.557 0 0-.996 0-2.384.783-2.384.767 0 .774 1.388.774 2.384\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M123.01 84.809c-.708.022-1.1 0-1.557 0 0-.996 0-2.384.783-2.384.767 0 .774 1.388.774 2.384h0zM122.014 83.281s-.044 1.432-.052 1.513M122.405 83.274s.074 1.078.022 1.528\"/>\n    <path fill=\"#E6B821\" fill-rule=\"nonzero\" d=\"M179.083 81.893c0-.28-.221-.51-.502-.51a.503.503 0 00-.494.51c0 .281.221.509.494.509a.503.503 0 00.502-.509\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M179.083 81.893a.503.503 0 01-.502.509.502.502 0 01-.494-.509c0-.28.221-.51.494-.51.281.001.502.23.502.51h0z\"/>\n    <path fill=\"#E6B821\" fill-rule=\"nonzero\" d=\"M177.784 84.809c.709.022 1.107 0 1.565 0 0-.996 0-2.384-.782-2.384-.776 0-.783 1.388-.783 2.384\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M177.784 84.809c.709.022 1.107 0 1.565 0 0-.996 0-2.384-.782-2.384-.776 0-.783 1.388-.783 2.384h0zM178.788 83.281s.044 1.432.052 1.513M178.396 83.274s-.081 1.078-.022 1.528\"/>\n    <path fill=\"#BFC9CF\" fill-rule=\"nonzero\" d=\"M115.924 82.373c-.325.332-.738.45-.923.266-.184-.185-.066-.613.258-.945.325-.34.738-.458.923-.273.184.192.066.613-.258.952\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M115.924 82.373c-.325.332-.738.45-.923.266-.192-.185-.074-.613.251-.945.325-.332.738-.458.923-.266.184.185.073.606-.251.945h0z\"/>\n    <path fill=\"#BFC9CF\" fill-rule=\"nonzero\" d=\"M184.996 82.388c-.332-.332-.45-.753-.266-.945.184-.185.598-.074.93.258.325.332.443.753.258.945-.184.185-.597.074-.922-.258\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M184.989 82.38c-.325-.332-.443-.753-.258-.945.184-.192.598-.074.923.258.332.332.45.753.266.945-.186.186-.599.075-.931-.258h0z\"/>\n    <path fill=\"#B0B9BE\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M114.632 84.698s-.672-.391-.738-1.203c-.044-.561.347-1.07.583-1.336.118.081.214.133.258.133l.148-.089.517-.539.325-.332c.118-.155.199-.281.207-.332l-.052-.118c.421-.465 1.366-1.602.945-1.89-.362-.236-1.447.657-1.809.974l-.177-.081c-.052.007-.133.074-.243.162-.162-.34-.635-1.395-.746-2.539 0 0-3.779-1.144-4.975-2.606 1.159 1.705 2.259 4.525 2.355 5.234.974.007 2.111.155 2.598.738-.074.089-.118.17-.118.207a.521.521 0 00.066.303c-.14.14-.598.576-1.196.679-.709.133-1.366-.664-1.366-.664h-.015a2.86 2.86 0 00-.126.834c0 1.499 1.159 2.709 2.584 2.709.354 0 .694-.074 1.004-.214l-.029-.03h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M109.169 75.294l5.086 5.204M111.221 80.166l2.599-2.613\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M113.975 81.081a.814.814 0 01.819-.805c.435.015.782.399.768.856-.015.458-.384.819-.819.805-.444-.014-.783-.398-.768-.856h0z\"/>\n    <path fill=\"#B0B9BE\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M186.369 84.758s.672-.391.738-1.203c.044-.561-.347-1.07-.583-1.336-.118.089-.214.133-.258.133l-.147-.081-.51-.546-.332-.332c-.118-.148-.199-.281-.206-.332l.052-.118c-.421-.465-1.366-1.602-.945-1.882.362-.244 1.447.649 1.808.967l.177-.074c.052 0 .133.066.244.155.162-.34.635-1.395.746-2.539 0 0 3.78-1.144 4.975-2.606-1.159 1.705-2.259 4.525-2.355 5.234-.974.007-2.111.155-2.598.738.074.089.118.17.118.214a.506.506 0 01-.066.295c.14.14.598.576 1.196.687.709.126 1.366-.664 1.366-.664h.015c.081.258.126.539.126.827 0 1.499-1.159 2.709-2.584 2.709-.354 0-.694-.074-1.004-.214l.027-.032h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M191.831 75.353l-5.085 5.204M189.779 80.232l-2.598-2.613\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M186.967 81.081a.82.82 0 00-.819-.805c-.436.015-.782.399-.768.856.015.458.384.819.819.805.436-.014.782-.398.768-.856h0z\"/>\n    <path fill=\"#B0B9BE\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M170.32 129.677c0 .709-.236.842-.236.842h-35.603v-1.617h35.603c.001 0 .236.066.236.775h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M137.294 132.777h25.925M137.132 131.751h26.22-26.191-.029 0z\"/>\n    <path fill=\"#B7772A\" fill-rule=\"nonzero\" d=\"M137.05 129.758c0 .244 0 .487.007.723h26.368c.015-.236.015-.472.015-.716 0-.288-.007-.568-.015-.849h-26.361c-.014.281-.014.562-.014.842\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M137.05 129.758c0 .244 0 .487.007.723h26.368c.015-.236.015-.472.015-.716 0-.288-.007-.568-.015-.849h-26.361c-.014.281-.014.562-.014.842h0z\"/>\n    <path fill=\"#B56F29\" fill-rule=\"nonzero\" d=\"M137.065 128.909h26.361a30.2 30.2 0 00-.089-1.181h-26.183c-.044.391-.074.782-.089 1.181\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M137.065 128.909h26.361a30.2 30.2 0 00-.089-1.181h-26.183c-.044.391-.074.782-.089 1.181h0z\"/>\n    <path fill=\"#AB6327\" fill-rule=\"nonzero\" d=\"M137.154 127.728h26.183a20.305 20.305 0 00-.162-1.166h-25.859c-.066.384-.118.775-.162 1.166\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M137.154 127.728h26.183a20.305 20.305 0 00-.162-1.166h-25.859c-.066.384-.118.775-.162 1.166h0z\"/>\n    <path fill=\"#A05725\" fill-rule=\"nonzero\" d=\"M162.341 125.395h-24.19c-.487 0-.768.775-.834 1.167h25.859c-.067-.392-.377-1.167-.835-1.167\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M162.341 125.395h-24.19c-.487 0-.768.775-.834 1.167h25.859c-.067-.392-.377-1.167-.835-1.167h0z\"/>\n    <path fill=\"#B56F29\" fill-rule=\"nonzero\" d=\"M137.146 131.751h26.191c.044-.413.074-.842.089-1.263h-26.368c.022.429.044.85.088 1.263\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M137.146 131.751h26.191c.044-.413.074-.842.089-1.263h-26.368c.022.429.044.85.088 1.263h0z\"/>\n    <path fill=\"#AB6327\" fill-rule=\"nonzero\" d=\"M137.287 132.777h25.918c.052-.34.103-.679.133-1.026h-26.191c.036.347.081.686.14 1.026\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M137.287 132.777h25.918c.052-.34.103-.679.133-1.026h-26.191c.036.347.081.686.14 1.026h0z\"/>\n    <path fill=\"#A05725\" fill-rule=\"nonzero\" d=\"M138.15 133.87h24.183c.472 0 .812-.723.871-1.093h-25.918c.052.369.355 1.093.864 1.093\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M138.15 133.87h24.183c.472 0 .812-.723.871-1.093h-25.918c.052.369.355 1.093.864 1.093h0z\"/>\n    <path fill=\"#C38F2C\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M158.569 76.578l-.015.007c-.539.266-.974.901-1.152 1.69a3.688 3.688 0 00-.074.783s-.598-.325-.598-.369a2.498 2.498 0 01.066-.65c.192-.886.731-1.595 1.336-1.787.008.001.437.326.437.326h0zM141.996 76.645l.015.007c.539.266.974.901 1.152 1.69.052.244.081.561.074.783 0 0 .598-.325.598-.377a2.47 2.47 0 00-.067-.642c-.192-.886-.716-1.595-1.321-1.786-.015 0-.451.325-.451.325h0z\"/>\n    <path fill=\"#C38F2C\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M140.372 133.907c-.236-.753-.406-2.502-.436-4.355-.022-1.853.539-4.23.539-4.23h-1.307s-.561 2.377-.531 4.23c.022 1.853.192 3.602.428 4.355h1.307zM160.171 133.914c.244-.753.413-2.502.435-4.356.029-1.853-.531-4.222-.531-4.222h1.306s.561 2.369.532 4.222c-.029 1.853-.192 3.603-.435 4.356h-1.307 0z\"/>\n    <path fill=\"#C38F2C\" fill-rule=\"nonzero\" d=\"M148.175 133.907c-.192-1.13-.214-2.613-.214-4.355 0-1.749.185-3.728.317-4.23h-1.307c-.229.746-.317 2.717-.317 4.23 0 1.506.044 3.263.221 4.355h1.3z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M148.175 133.907c-.192-1.13-.214-2.613-.214-4.355 0-1.749.185-3.728.317-4.23h-1.307c-.229.746-.317 2.717-.317 4.23 0 1.506.044 3.263.221 4.355h1.3z\"/>\n    <path fill=\"#C38F2C\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M152.257 133.907c.199-1.13.221-2.613.221-4.355 0-1.749-.184-3.728-.317-4.23h1.307c.229.746.317 2.717.317 4.23 0 1.506-.044 3.263-.221 4.355h-1.307 0z\"/>\n    <path fill=\"#C38F2C\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M143.443 129.699c.768 1.388 2.348 4.252 2.348 4.252l1.107-.037s-.642-1.359-2.384-4.296c-1.735-2.938-2.901-4.341-2.901-4.341l-1.107.037c-.001 0 2.162 3.004 2.937 4.385h0zM157.107 129.699c-.768 1.388-2.348 4.252-2.348 4.252l-1.107-.037s.642-1.359 2.385-4.296c1.735-2.938 2.901-4.341 2.901-4.341l1.107.037s-2.17 3.004-2.938 4.385h0z\"/>\n    <path fill=\"#C38F2C\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M156.59 129.699c.768 1.388 2.347 4.252 2.347 4.252l1.107-.037s-.642-1.359-2.384-4.296c-1.735-2.938-2.901-4.341-2.901-4.341l-1.107.037s2.163 3.004 2.938 4.385h0z\"/>\n    <path fill=\"#C38F2C\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M154.405 124.487s-.125-.096-.28-.273c-.118-.76-.539-1.107-.539-1.107l-.088.007a2.102 2.102 0 01-.059-.923l-.045.007c-.981.236-2.111.399-3.314.384-.952-.007-1.949-.192-2.864-.443-.007 0-.17 0-.162.015.111.332.096.657.015.952h-.007s-.376.31-.517.989c-.162.2-.295.325-.295.325.081.022.162.044.244.074v.044c-.022.664.598.775 1.011.775.126.842.649.709.93.576l-.059.081c.037.561.332.606.657.886.029.022.236.155.302.251.007 0 .015-.008.015-.008.303.428.531 1.498.93 1.498h.103c.391 0 .62-1.063.923-1.491.067-.096.273-.229.303-.251.332-.281.62-.325.657-.886l-.059-.081c.28.133.805.266.93-.576.406 0 1.019-.111 1.019-.76.079-.02.168-.042.249-.065h0z\"/>\n    <path fill=\"#C38F2C\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M154.759 124.362c-.443-.259-.812-.856-.922-1.558a2.549 2.549 0 01-.015-.62l-.487-.044a2.271 2.271 0 00-.022.842c.118.782.576 1.447 1.092 1.639l.354-.259h0zM145.923 124.34c.443-.259.812-.856.915-1.558.037-.221.037-.428.015-.62l.495-.044c.059.244.066.532.022.834-.118.79-.576 1.454-1.093 1.646l-.354-.258h0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M147.474 125.351c.377-.273.509-.746.605-1.196.007-.015 0-.103-.007-.096-.096.443-.221.908-.598 1.181-.023.022.014.104 0 .111M148.36 125.978c.443-.185.672-.878.782-1.307.007-.03-.007-.089 0-.103-.111.428-.347 1.114-.782 1.299-.015.008.007.104 0 .111M149.378 127.145c.31-.428.45-.901.494-1.432 0-.015 0-.118-.008-.074-.044.517-.184.974-.487 1.395-.021.022.016.089.001.111M153.121 125.24c-.376-.273-.502-.738-.598-1.181-.007-.007-.015.074-.007.096.103.451.229.923.605 1.196-.015-.007.022-.089 0-.111M152.264 125.867c-.436-.184-.664-.871-.775-1.299 0 .015-.015.074-.007.103.111.428.339 1.122.782 1.307-.007-.007.023-.103 0-.111M151.246 127.064c-.303-.421-.443-.879-.487-1.395 0-.044-.007.066-.007.081.044.524.184.997.494 1.425-.008-.016.022-.082 0-.111\"/>\n    <path fill=\"#B0B9BE\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M132.695 131.168s.576-2.805-.339-4.378-2.104-2.03-2.377-1.919c-.273.118 2.916-4.717 6.319-.074 0 0-2.99.347-2.377 6.179\"/>\n    <path fill=\"#D2DBDF\" fill-rule=\"nonzero\" d=\"M130.436 124.879c.93-1.041 3.086-2.591 5.411.059.266-.118.45-.14.45-.14-3.403-4.643-6.592.192-6.319.074.074-.029.221-.015.421.052.015-.016.023-.031.037-.045\"/>\n    <path fill=\"#B0B9BE\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M132.149 130.142c-.266.089-1.085.399-1.749.96 0 0-2.259-1.232-3.721-1.358-.125-.007-.251-.022-.362-.022.118-.015.236-.029.354-.052 1.484-.347 3.307-1.137 3.698-1.447.531.539 1.233 1.092 1.801 1.041\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M126.686 129.707h5.522M130.385 128.2l.022 2.857\"/>\n    <path fill=\"#B0B9BE\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M133.943 131.168c-.044.871-.288 1.535-.583 1.535-.303 0-.546-.686-.591-1.572\"/>\n    <path fill=\"#B0B9BE\" d=\"M132.001 128.289h2.717v2.842h-2.717z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M132.001 128.289h2.717v2.842h-2.717z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M132.547 128.857h1.631v1.706h-1.631z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M133.035 129.367h1v1h-1zM135.832 124.945s.052-.015.059-.022c.251-.103.421-.125.421-.125-3.396-4.643-6.585.192-6.312.074.066-.029.207-.022.384.044a.13.13 0 01.044.022\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.825 124.93c-2.347-2.658-4.518-1.048-5.433-.015\"/>\n    <path fill=\"#838389\" fill-rule=\"nonzero\" d=\"M147.998 114.869a.23.23 0 01-.229.229.228.228 0 01-.221-.229v-2.835c0-.126.104-.229.221-.229a.23.23 0 01.229.229v2.835z\"/>\n    <path fill=\"#05509F\" fill-rule=\"nonzero\" d=\"M157.963 114.964c-.015.037-.022.067-.037.081 0 0-3.654.266-3.942.222v.074s-7.441.03-8.172.037c-.738.008-1.816-.052-2.126-.11-.258-.052-1.085-.199-1.388-.325l-.155.022s.332.266.554.406a.748.748 0 00.17.074c.155.015.524.17.716.17.184 0 2.458.162 2.458.162s3.617-.03 4.245-.015c.62.015 5.108-.029 5.108-.029s-.377.059.066 0c.436-.066 1.853-.177 2.052-.229.067-.015.133-.074.2-.148.147-.162.273-.391.273-.391l-.022-.001\"/>\n    <path fill=\"#FDE500\" fill-rule=\"nonzero\" d=\"M154.811 114.706l.125.163h-5.145l-3.758-.044s-1.639-.044-2.436-.126c-.805-.074-1.72-.31-1.72-.31.015.251.185.376.325.502.015.022.052.037.096.052.303.125 1.129.28 1.388.325.31.059 1.388.118 2.126.11.731-.007 8.172-.037 8.172-.037v-.074c.288.044 3.942-.222 3.942-.222.015-.015.022-.044.037-.081.037-.089.081-.221.096-.28.007-.015.007-.022.007-.022l-3.255.044z\"/>\n    <path fill=\"#FDDB00\" fill-rule=\"nonzero\" d=\"M149.777 114.928l.022-.76s3.352.148 4.968.133v.591c0-.001-4.407.072-4.99.036\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M154.811 114.226h1v1h-1z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M154.937 114.226h1v1h-1z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M155.24 114.226h1v1h-1z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M155.417 114.226h1v1h-1z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M155.675 114.226h1v1h-1z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M155.941 114.226h1v1h-1z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M156.118 114.226h1v1h-1z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M156.332 114.226h1v1h-1z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M156.546 114.226h1v1h-1z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M156.753 114.226h1v1h-1z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M157.048 114.226h1v1h-1z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M157.58 113.976v.701h-.074v-.701l-.753-3.943.044-.014.753 3.912.642-1.306.037.007zM157.801 114.182h1v1h-1z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M158 113.473h1v1.108h-1z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M157.159 113.673h1v1.033h-1zM155.084 114.581h1v1h-1z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M157.351 114.632l.007-.007c.052-.037.435-.303.539-.295.111 0 .236-.007.236-.007v.081l-.244.007-.421.214\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M157.734 114.662h.007c.052-.037.428-.31.539-.31.11 0 .236-.015.236-.015v.081l-.244.015-.421.229\"/>\n    <path fill=\"#5C5342\" fill-rule=\"nonzero\" d=\"M155.572 113.813h1.344v1h-1.344z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M156.908 113.636h1v1h-1z\"/>\n    <path fill=\"#848C8C\" fill-rule=\"nonzero\" d=\"M156.989 113.584l-.074.229h-1.343l.073-.229z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M157.247 113.363c-.044.007-.081.125-.074.273.008.148.044.259.089.259.037-.007.074-.133.066-.281.001-.148-.044-.259-.081-.251m.008.45c-.03.008-.059-.074-.059-.177s.022-.192.052-.199c.03 0 .059.081.059.185 0 .102-.023.191-.052.191M154.043 110.624v-.044l1.957-.074-.074.037z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M154.073 109.295c.007.059.842 4.828.842 4.828l-.782-2.68.007-.133.583 2.037-.657-3.743.007-.309z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M154.516 114.153l-.376-3.049-.03.118.325 2.894.066.022M154.28 114.13s-.008-1.107-.14-1.41l-.015.089s.118 1.211.126 1.307c.007.096.029.014.029.014M153.822 114.108l.052.03.28-2.34-.022-.074zM153.652 113.887l.037.059.354-3.322.008-.066z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M154.118 111.414l-2.599 1.727-.03-.044 2.613-1.728v.03\"/>\n    <path fill=\"#755339\" fill-rule=\"nonzero\" d=\"M157.845 114.086v-.022l.391-1.668.06.007-.399 1.646\"/>\n    <path fill=\"#FDDB00\" fill-rule=\"nonzero\" d=\"M159.078 113.126c-.17.059-.384-.303-.487-.48-.103-.177-.362-.111-.362-.111l-.066.221c.052-.007.258-.037.347.111.103.177.325.546.495.48l-.096.281.177-.502h-.008z\"/>\n    <path fill=\"#05509F\" fill-rule=\"nonzero\" d=\"M158.51 112.868c-.088-.148-.295-.118-.347-.111l-.03.118c.059-.015.251-.029.332.118.103.17.317.539.495.472l-.059.155.007.007.096-.281c-.17.068-.391-.301-.494-.478\"/>\n    <path fill=\"#EB2027\" fill-rule=\"nonzero\" d=\"M158.111 112.949h.015c.28.007.354.214.413.354.044.125.317.295.362.317l.059-.155c-.177.067-.391-.302-.495-.472-.081-.148-.273-.133-.332-.118l-.022.067s-.007.007 0 .007\"/>\n    <path fill=\"#A27853\" fill-rule=\"nonzero\" d=\"M154.14 111.672l2.731-1.668v-.037h-.059l-2.68 1.595v.081\"/>\n    <path fill=\"#A27853\" fill-rule=\"nonzero\" d=\"M154.036 108.055l.03.022.029 2.503.074.029.052 3.492-.103.044-.089-3.381z\"/>\n    <path fill=\"#A27853\" fill-rule=\"nonzero\" d=\"M153.889 114.175c0 .044.029.081.066.081l4.06-.059c.037 0 .066-.037.066-.081 0-.052-.029-.089-.074-.089l-4.053.059c-.036.008-.065.044-.065.089\"/>\n    <path fill=\"#FDDB00\" fill-rule=\"nonzero\" d=\"M150.463 114.212h-.118l.192.406c-.015-.148-.14-.31-.074-.406\"/>\n    <path fill=\"#442D16\" fill-rule=\"nonzero\" d=\"M149.851 114.219l.036-.554.126-.007v.155l.886-.029-.192.509-.842-.03-.022-.074\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M149.851 114.219l.036-.554.126-.007v.155l.886-.029-.192.509-.842-.03-.022-.074\"/>\n    <path fill=\"#442D16\" fill-rule=\"nonzero\" d=\"M150.308 113.887l-.11.007.051-1.365h.037z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.308 113.887l-.11.007.051-1.365h.037z\"/>\n    <path fill=\"#442D16\" fill-rule=\"nonzero\" d=\"M150.796 113.835l-.074.015.007-1.403h.044z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.796 113.835l-.074.015.007-1.403h.044z\"/>\n    <path fill=\"#442D16\" fill-rule=\"nonzero\" d=\"M151.275 112.226l-.037.007.03 1.322.059-.008z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M151.275 112.226l-.037.007.03 1.322.059-.008z\"/>\n    <path fill=\"#442D16\" fill-rule=\"nonzero\" d=\"M152.353 112.197l-.022.014-.288 1.196h.074z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M152.353 112.197l-.022.014-.288 1.196h.074z\"/>\n    <path fill=\"#616264\" fill-rule=\"nonzero\" d=\"M152.102 113.407s.169.007.509.059c0 0-.376.052-.576.118-.207.066-.598.451-.679.524a2.085 2.085 0 00-.126.111h-.635s.295-.384.421-.473c.126-.096.377-.266.502-.288.125-.015.354-.074.583-.059\"/>\n    <path fill=\"#A2A4A7\" fill-rule=\"nonzero\" d=\"M153.97 114.293a1.26 1.26 0 00-1.233-.827h-.022c-.945.044-.989.429-1.351.753h-.066c0 .007-.007.015-.007.015s1.941.059 2.679.059\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M153.97 114.293a1.26 1.26 0 00-1.233-.827h-.022c-.945.044-.989.429-1.351.753h-.066c0 .007-.007.015-.007.015s1.941.059 2.679.059h0z\"/>\n    <path fill=\"#A2A4A7\" fill-rule=\"nonzero\" d=\"M153.741 114.219a1.06 1.06 0 00-1.026-.679h-.015c-.76.03-.82.34-1.093.606\"/>\n    <path fill=\"#797A7D\" fill-rule=\"nonzero\" d=\"M153.711 114.16c-.015.007-.029 0-.029-.015-.007-.008 0-.022.007-.029.015 0 .022 0 .029.015.008.007.001.022-.007.029M153.66 114.057c-.008.008-.022.008-.03-.007-.007-.007-.007-.022.007-.029.007-.008.022 0 .03.007s0 .021-.007.029M153.601 113.961c-.015.007-.029.007-.029 0-.008-.015-.008-.022 0-.03.007-.015.022-.007.029 0a.024.024 0 010 .03M153.527 113.879a.022.022 0 01-.03 0c-.007-.015-.007-.029 0-.037.007-.008.022-.007.03 0 .007.015.007.03 0 .037M153.446 113.798c-.007.007-.022.015-.03.007-.007-.007-.015-.022-.007-.037.007-.007.022-.007.037 0 .007.008.007.023 0 .03M153.357 113.732c-.007.008-.015.008-.03 0-.007 0-.015-.015-.007-.03.007-.007.022-.015.037-.007.007.007.007.022 0 .037M153.261 113.673c0 .007-.015.015-.029.007-.007-.007-.015-.022-.007-.029.007-.015.022-.015.029-.007.015-.001.015.014.007.029M153.165 113.621c-.007.015-.015.022-.029.015-.015-.007-.015-.015-.015-.03.008-.015.022-.015.03-.015.014.008.022.023.014.03M153.062 113.584c-.007.007-.015.015-.029.015-.007 0-.015-.015-.015-.022 0-.015.015-.022.029-.022.007.007.015.014.015.029M152.951 113.562c0 .007-.015.015-.022.015-.015 0-.022-.015-.022-.03.007-.007.015-.015.029-.015.008 0 .022.015.015.03M152.84 113.547c0 .008-.007.022-.022.022-.008 0-.022-.015-.022-.03 0-.007.015-.022.022-.022.015.008.022.015.022.03M152.73 113.54c0 .015-.008.022-.022.022-.007 0-.022-.007-.022-.022 0-.007.015-.022.022-.022.014 0 .022.007.022.022M152.619 113.547c.007.015-.008.022-.015.022-.015.008-.022-.007-.029-.015 0-.015.007-.029.022-.029.014 0 .022.007.022.022M152.508 113.562c.007.007-.008.022-.015.022-.015 0-.022-.007-.029-.022 0-.015.007-.022.022-.022s.022.007.022.022M152.405 113.577c0 .007-.007.022-.022.022-.008.007-.022 0-.022-.015-.008-.015 0-.022.015-.03.014.001.021.008.029.023M152.294 113.599c0 .015-.008.022-.015.03-.015 0-.022-.007-.029-.015 0-.015.007-.029.015-.029.014-.001.029.006.029.014M152.191 113.636c0 .007 0 .022-.015.029-.007.007-.022 0-.029-.015 0-.007 0-.022.015-.029.007 0 .021 0 .029.015M152.087 113.68c.007.008 0 .022-.007.03-.007.007-.022.007-.03-.008-.008-.007-.008-.022.008-.029.007-.008.022-.008.029.007M151.991 113.739c.007.007.007.022 0 .03-.015.007-.022.007-.03 0-.015-.015-.007-.03 0-.037.008-.008.023 0 .03.007M151.91 113.813a.024.024 0 010 .03c-.015.007-.03.007-.037 0-.007-.007-.007-.022 0-.03.015-.007.03-.007.037 0M151.829 113.894c.008.007.015.022 0 .029-.007.007-.022.007-.029 0-.007-.008-.007-.022 0-.029.007-.007.022-.007.029 0M151.755 113.976c.015.007.015.022.007.037-.015.008-.022.008-.037 0-.007-.008-.007-.022 0-.029.008-.016.023-.016.03-.008M151.681 114.064c.015.007.015.022 0 .03-.007.007-.022.007-.029 0-.007-.007-.007-.022 0-.03.007-.007.022-.007.029 0\"/>\n    <path fill=\"#929497\" fill-rule=\"nonzero\" d=\"M152.493 113.459c-.974.029-1.011.429-1.373.753l.177.007h.066c.362-.325.406-.709 1.351-.753-.073-.007-.147-.015-.221-.007\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M152.493 113.459c-.974.029-1.011.429-1.373.753l.177.007h.066c.362-.325.406-.709 1.351-.753-.073-.007-.147-.015-.221-.007h0z\"/>\n    <path fill=\"#442D16\" fill-rule=\"nonzero\" d=\"M150.707 113.821l-.089-.015.561-1.58.059.007z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.707 113.821l-.089-.015.561-1.58.059.007z\"/>\n    <path fill=\"#442D16\" fill-rule=\"nonzero\" d=\"M151.497 113.451l.073-.007-.147-1.188h-.059z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M151.497 113.451l.073-.007-.147-1.188h-.059z\"/>\n    <path fill=\"#A38A58\" fill-rule=\"nonzero\" d=\"M151.113 112.211l-.864.318 1.026.029 1.056-.347z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M151.113 112.211l-.864.318 1.026.029 1.056-.347z\"/>\n    <path fill=\"#A27853\" fill-rule=\"nonzero\" d=\"M152.36 112.137l-1.247.023-.886.295-.007.103.923-.31 1.21-.022z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M152.36 112.137l-1.247.023-.886.295-.007.103.923-.31 1.21-.022z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M150.995 113.488c0-.162.111-.303.251-.303.118 0 .222.103.244.244.015 0 .029-.008.052-.008-.03-.169-.147-.295-.295-.295-.17 0-.303.162-.303.362a.4.4 0 00.037.162c.015-.007.03-.022.045-.029a.33.33 0 01-.031-.133\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.995 113.488c0-.162.111-.303.251-.303.118 0 .222.103.244.244.015 0 .029-.008.052-.008-.03-.169-.147-.295-.295-.295-.17 0-.303.162-.303.362a.4.4 0 00.037.162c.015-.007.03-.022.045-.029a.33.33 0 01-.031-.133h0z\"/>\n    <path fill=\"#929497\" fill-rule=\"nonzero\" d=\"M150.729 114.197c.399-.332.413-.746 1.388-.79-.067-.007-.148-.015-.222-.007-1.004.029-1.011.451-1.41.783-.007.007-.015.022-.022.03l.251.007c0-.008.008-.016.015-.023\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.729 114.197c.399-.332.413-.746 1.388-.79-.067-.007-.148-.015-.222-.007-1.004.029-1.011.451-1.41.783-.007.007-.015.022-.022.03l.251.007c0-.008.008-.016.015-.023h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.692 109.273s-.133-.029-.207-.096M150.618 109.332s-.111-.022-.177-.081M150.434 109.376c.007 0 .022.007.029.007M150.404 109.288c.022-.007.029.015.037.022M150.456 109.288c.008.007.022.015.03.029M150.581 109.347c-.007 0-.022 0-.029-.007M150.559 109.266c.007-.007.029-.007.037 0\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M147.828 109.303c-.007.007-.015.015-.022.015M147.71 109.221c-.007.015-.015.015-.022.022M147.666 109.229c-.007.007-.015.015-.03.022M147.621 109.236c0 .007-.015.015-.022.015M147.562 109.244c-.008 0-.015.007-.022.007M147.592 109.236c-.007 0-.015.007-.022.015M147.872 109.317c-.007.008-.015.008-.022.015M147.828 109.317c-.007.008-.015.015-.022.015\"/>\n    <path fill=\"#65482E\" fill-rule=\"nonzero\" d=\"M149.031 108.875h1v1h-1z\"/>\n    <path fill=\"#65482E\" fill-rule=\"nonzero\" d=\"M148.898 108.719c0-.089.074-.162.155-.162.089 0 .155.074.155.162a.15.15 0 01-.155.155.155.155 0 01-.155-.155\"/>\n    <path fill=\"#453719\" fill-rule=\"nonzero\" d=\"M149.887 114.352s-.147.14-.177.155c-.037.015-.214.089-.251.089-.03 0-.111.008-.192.008h-.155l-.14-.015.059.281.782.022.074-.54z\"/>\n    <path fill=\"#6A5E47\" fill-rule=\"nonzero\" d=\"M148.492 114.404l-.059.472.598-.007.008-.495h-.288l-.008.03z\"/>\n    <path fill=\"#453719\" fill-rule=\"nonzero\" d=\"M148.537 114.795c0 .008 0 .008-.008.008-.007 0-.015 0-.015-.008v-.244c0-.007.007-.015.015-.015s.008.007.008.015v.244zM148.603 114.795c0 .008-.007.008-.015.008 0 0-.007 0-.007-.008v-.244c0-.007.007-.015.007-.015.007 0 .015.007.015.015v.244zM148.677 114.795c0 .008-.007.008-.015.008s-.015 0-.015-.008v-.244c0-.007.007-.015.015-.015.007 0 .015.007.015.015v.244zM148.78 114.795c0 .008-.007.008-.015.008-.007 0-.007 0-.007-.008v-.244c0-.007 0-.015.007-.015s.015.007.015.015v.244zM148.876 114.795c0 .008 0 .008-.007.008s-.015 0-.015-.008v-.244c0-.007.007-.015.015-.015.007 0 .007.007.007.015v.244zM148.957 114.795c0 .008 0 .008-.007.008s-.015 0-.015-.008v-.244c0-.007.007-.015.015-.015.007 0 .007.007.007.015v.244z\"/>\n    <path fill=\"#2F2414\" fill-rule=\"nonzero\" d=\"M148.345 114.861v-.022l.015-.546-.06.015-.007.28-.059.022-.022-.066h-.14l-.045.022v.258M146.617 114.551l-.014.081h-.059l-.015-.111-.074.008v.044h-.089l-.007-.081h-.074v-.066l-.096-.008-.015-.229h-.051v-.31l-.059-.007.014.665-.036.007v.074h.044l-.022.221.893.044-.022-.362h-.081v.052z\"/>\n    <path fill=\"#866E47\" fill-rule=\"nonzero\" d=\"M147.112 114.61l-.185-.015.03.266.162-.022\"/>\n    <path fill=\"#ACACAC\" fill-rule=\"nonzero\" d=\"M148.02 112.986a.381.381 0 00-.251-.089.376.376 0 00-.244.089c0 .007-.007.022-.007.029 0 .008.007.022.007.03a.347.347 0 01.244-.096c.103 0 .192.037.251.096 0-.007.007-.022.007-.03 0-.007-.007-.021-.007-.029\"/>\n    <path fill=\"#866E47\" fill-rule=\"nonzero\" d=\"M147.607 114.47l-.03.015-.022.074-.044-.052.014.332.465-.007v-.303l-.14-.008-.007-.073.051-.074-.14-.022-.007.074-.074.007-.007.037z\"/>\n    <path fill=\"#2F2414\" fill-rule=\"nonzero\" d=\"M147.562 114.839l-.015-.251h-.472l-.015.273z\"/>\n    <path fill=\"#453719\" fill-rule=\"nonzero\" d=\"M145.997 114.861l.007-.369-.103.022h-.067l-.059-.037-.007.022-.258.015-.029-.081-.155.015-.007.052-.192.015-.037-.074h-.052v-.399l-.089.007-.037.48-.074.008v-.067l-.103-.008-.015.118-.118-.015.007-.111h-.111l-.015.125-.664.015.037-.568-.111-.015.007.568s-.428-.14-.502-.214l.258.31c.002.002.858.171 2.489.186\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M141.022 114.042l.14.044 1.705 1.358v.059z\"/>\n    <path fill=\"#896033\" fill-rule=\"nonzero\" d=\"M143.318 114.654s-.14-.037-1.233-.376c-1.093-.332-1.617-.568-1.713-.606-.103-.03-.251 0 .207.207.465.207 2.192.805 2.48.797.288-.007.31.015.509-.022.193-.036-.25 0-.25 0\"/>\n    <path fill=\"#FDDB00\" fill-rule=\"nonzero\" d=\"M155.431 114.861v-.052s2.621 0 2.635-.148c.015-.155-1.27-.096-3.278.008\"/>\n    <path fill=\"#565759\" fill-rule=\"nonzero\" d=\"M142.89 114.883c0-.066.052-.118.118-.118.059 0 .111.052.111.118a.115.115 0 01-.111.118.115.115 0 01-.118-.118\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M143.118 114.883a.115.115 0 01-.111.118.116.116 0 01-.118-.118c0-.066.052-.118.118-.118.06 0 .111.052.111.118h0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M143.414 114.883c0-.037.029-.066.074-.066.037 0 .066.029.066.066a.066.066 0 01-.066.067c-.045 0-.074-.03-.074-.067M144.049 115.009c0-.037.029-.066.066-.066.037 0 .067.029.067.066 0 .037-.03.067-.067.067a.067.067 0 01-.066-.067M144.668 115.031c0-.037.03-.067.067-.067.037 0 .066.03.066.067 0 .037-.03.074-.066.074-.037 0-.067-.037-.067-.074M145.377 115.023c0-.044.03-.074.067-.074.044 0 .074.029.074.074 0 .037-.03.067-.074.067a.066.066 0 01-.067-.067M146.071 115.031c0-.037.03-.067.066-.067.037 0 .066.03.066.067 0 .037-.03.074-.066.074-.036 0-.066-.037-.066-.074M146.713 115.023c0-.044.03-.074.067-.074.037 0 .066.029.066.074a.066.066 0 11-.133 0M148.537 115.09a.066.066 0 11.133 0c0 .038-.03.074-.067.074-.037 0-.066-.037-.066-.074M150.404 115.142c0-.037.029-.074.067-.074a.08.08 0 01.074.074c0 .037-.037.066-.074.066a.066.066 0 01-.067-.066M151.047 115.164c0-.037.029-.066.066-.066.044 0 .074.03.074.066 0 .037-.03.067-.074.067a.067.067 0 01-.066-.067M151.607 115.164c0-.037.029-.066.074-.066a.066.066 0 110 .133c-.044-.001-.074-.03-.074-.067M152.183 115.164c0-.037.029-.066.067-.066.037 0 .066.03.066.066a.066.066 0 01-.066.067.068.068 0 01-.067-.067M152.73 115.149c0-.037.029-.066.074-.066.037 0 .066.029.066.066 0 .044-.029.074-.066.074-.045 0-.074-.03-.074-.074M153.261 115.127c0-.037.03-.067.066-.067.037 0 .066.029.066.067a.065.065 0 01-.066.066.066.066 0 01-.066-.066M153.807 115.127a.066.066 0 11.132 0 .066.066 0 11-.132 0\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M156.051 115.023a.082.082 0 01-.081.081c-.052 0-.089-.037-.089-.081 0-.052.037-.088.089-.088.045 0 .081.037.081.088h0zM156.568 114.972a.086.086 0 01-.089.089c-.044 0-.081-.037-.081-.089 0-.044.037-.089.081-.089a.09.09 0 01.089.089h0zM157.07 114.935a.085.085 0 01-.089.088c-.044 0-.082-.037-.082-.088 0-.044.037-.089.082-.089a.09.09 0 01.089.089h0z\"/>\n    <path fill=\"#565759\" fill-rule=\"nonzero\" d=\"M143.155 115.193l.015.037c-.074.089-.14.044-.14.044v-.325a.06.06 0 00.029-.044c0-.029-.022-.052-.044-.052-.03 0-.044.022-.044.052 0 .015.007.03.022.037v.332s-.067.044-.14-.044l.015-.037-.103.007.037.096.022-.029s.103.089.185.089h.007c.081 0 .185-.089.185-.089l.015.029.044-.096-.105-.007z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M143.155 115.193l.015.037c-.074.089-.14.044-.14.044v-.325a.06.06 0 00.029-.044c0-.029-.022-.052-.044-.052-.03 0-.044.022-.044.052 0 .015.007.03.022.037v.332s-.067.044-.14-.044l.015-.037-.103.007.037.096.022-.029s.103.089.185.089h.007c.081 0 .185-.089.185-.089l.015.029.044-.096-.105-.007h0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M147.333 115.031c0-.037.03-.067.066-.067.036 0 .066.03.066.067 0 .037-.029.074-.066.074-.037 0-.066-.037-.066-.074M147.917 115.068c0-.037.029-.066.067-.066.037 0 .066.029.066.066 0 .037-.03.067-.066.067a.067.067 0 01-.067-.067\"/>\n    <path fill=\"#184890\" fill-rule=\"nonzero\" d=\"M155.55 115.311c-.008.325-2.001.251-2.001.251-1.897.089-4.318-.103-4.318-.103l-.007-.089\"/>\n    <path fill=\"#EB2027\" fill-rule=\"nonzero\" d=\"M157.513 115.503c-.199.052-1.616.163-2.052.229-.443.059-.066 0-.066 0s-4.488.044-5.108.029c-.628-.015-4.245.015-4.245.015s-2.274-.162-2.458-.162c-.192 0-.561-.155-.724-.17a.927.927 0 01-.162-.074l.103.081-.015.067c.096.192 1.129.62 1.129.62l2.325.066s11.493-.074 11.493-.133c0-.059-.096-.539-.096-.539s-.057-.043-.124-.029\"/>\n    <path fill=\"#05509F\" fill-rule=\"nonzero\" d=\"M157.963 114.964c-.015.037-.022.067-.037.081 0 0-3.654.266-3.942.222v.074s-7.441.03-8.172.037c-.738.008-1.816-.052-2.126-.11-.258-.052-1.085-.199-1.388-.325l-.155.022s.332.266.554.406a.748.748 0 00.17.074c.155.015.524.17.716.17.184 0 2.458.162 2.458.162s3.617-.03 4.245-.015c.62.015 5.108-.029 5.108-.029s-.377.059.066 0c.436-.066 1.853-.177 2.052-.229.067-.015.133-.074.2-.148.147-.162.273-.391.273-.391l-.022-.001\"/>\n    <path fill=\"#FDDB00\" fill-rule=\"nonzero\" d=\"M149.777 114.928l.022-.76s3.352.148 4.968.133v.591c0-.001-4.407.072-4.99.036\"/>\n    <path fill=\"#6A6162\" fill-rule=\"nonzero\" d=\"M148.005 111.096c-.155.015-.273-.162-.421.074 0 0-.007.007-.007.015-.103.111-.155.273-.096.399.037.074.214.14.288.148.192.03.347-.133.362-.317.096.111.354.118.487.126.229.015.295-.03.325-.273.14.192.244.207.48.163.258-.044.568-.074.76-.273.074.11.177.177.31.177.111 0 .258-.022.362-.059.089-.037.185-.155.274-.177.066.103.206.067.295.081.17.111.354.17.62.03.074-.044.325.052.414.008.066-.03.074-.089.125-.118.111.081.295-.007.413-.037.096.007.222-.008.258-.126.162-.103.118-.185.067-.236-.266-.104-.443-.104-.694.074-.081-.022-.118-.015-.177.089-.104-.162-.288-.207-.48-.096-.162-.089-.243-.022-.376-.015-.258-.199-.731-.177-1.056.015-.369-.17-.48-.074-.724.118-.14-.067-.303-.029-.457-.015-.133.008-.207.185-.325.126-.258-.126-.391.067-.591.059-.214-.196-.436.04-.436.04\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M148.005 111.096c-.155.015-.273-.162-.421.074 0 0-.007.007-.007.015-.103.111-.155.273-.096.399.037.074.214.14.288.148.192.03.347-.133.362-.317.096.111.354.118.487.126.229.015.295-.03.325-.273.14.192.244.207.48.163.258-.044.568-.074.76-.273.074.11.177.177.31.177.111 0 .258-.022.362-.059.089-.037.185-.155.274-.177.066.103.206.067.295.081.17.111.354.17.62.03.074-.044.325.052.414.008.066-.03.074-.089.125-.118.111.081.295-.007.413-.037.096.007.222-.008.258-.126.162-.103.118-.185.067-.236-.266-.104-.443-.104-.694.074-.081-.022-.118-.015-.177.089-.104-.162-.288-.207-.48-.096-.162-.089-.243-.022-.376-.015-.258-.199-.731-.177-1.056.015-.369-.17-.48-.074-.724.118-.14-.067-.303-.029-.457-.015-.133.008-.207.185-.325.126-.258-.126-.391.067-.591.059-.214-.196-.436.04-.436.04M149.828 109.583l.03.022s.022-.037.052-.037c.022 0 .089.03.089.03l.007-.044.118.029-.007-.052s.074.007.074 0c-.007 0-.007-.044-.007-.044l.088.007-.007-.037s.133.015.125 0c-.007-.008-.022-.044-.022-.044s.104.007.14.007c.044 0 .044.015.044.015v-.037h.162l-.029-.037.125-.007-.052-.059s.251.089.325.015c0 0-.111 0-.237-.037-.133-.044-.251-.052-.295-.066-.052-.015-.155-.044-.214-.074a.619.619 0 01-.14-.066c.015.007.044 0 .044 0s-.28-.103-.428-.126c0 0-.177-.037-.266.022 0 0-.037.052-.074.066a.74.74 0 00-.103.067s-.022-.015-.103.037c0 0-.015.008-.022 0 0 0-.162-.081-.354 0h-.008s-.081-.03-.14-.03a.461.461 0 01-.081-.044c-.015-.007-.008 0-.008 0s-.074-.162-.221-.147c-.14.007-.207.044-.229.052-.022.007-.162.052-.192.059-.029.007-.096.037-.096.037s-.133.059-.162.059c-.029.007-.199.052-.207.052-.015 0 .015.007.022.007 0 0-.14.037-.214.044a2.587 2.587 0 01-.332.044c-.022-.007-.007 0-.007 0s.066.037.266.015h.081a8.679 8.679 0 00-.089.044c.007-.008.207-.008.17 0-.015.007-.066.037-.066.037l.199.008-.029.03s.177.007.199 0l-.029.037s.089 0 .155-.022l-.037.052.133-.008-.044.044s.081.015.103.008h.007l-.037.029h.125l-.007.022.111-.015.022.029s.089-.037.103-.037l.052.044s.059-.052.066-.052h.007s.022.044.044.059c0 0 .044-.029.052-.029.015 0 .037.029.037.029l.029-.022.067.022s.015-.037.037-.029c.022 0 .111.162.303.17.251.015.347-.118.347-.118l.074-.044.008.044.081-.037v.022s.096-.044.096-.059l.037.052s.059-.044.066-.044c.014.007.022.029.073.036\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M149.828 109.583l.03.022s.022-.037.052-.037c.022 0 .089.03.089.03l.007-.044.118.029-.007-.052s.074.007.074 0c-.007 0-.007-.044-.007-.044l.088.007-.007-.037s.133.015.125 0c-.007-.008-.022-.044-.022-.044s.104.007.14.007c.044 0 .044.015.044.015v-.037h.162l-.029-.037.125-.007-.052-.059s.251.089.325.015c0 0-.111 0-.237-.037-.133-.044-.251-.052-.295-.066-.052-.015-.155-.044-.214-.074a.619.619 0 01-.14-.066c.015.007.044 0 .044 0s-.28-.103-.428-.126c0 0-.177-.037-.266.022 0 0-.037.052-.074.066a.74.74 0 00-.103.067s-.022-.015-.103.037c0 0-.015.008-.022 0 0 0-.162-.081-.354 0h-.008s-.081-.03-.14-.03a.461.461 0 01-.081-.044c-.015-.007-.008 0-.008 0s-.074-.162-.221-.147c-.14.007-.207.044-.229.052-.022.007-.162.052-.192.059-.029.007-.096.037-.096.037s-.133.059-.162.059c-.029.007-.199.052-.207.052-.015 0 .015.007.022.007 0 0-.14.037-.214.044a2.587 2.587 0 01-.332.044c-.022-.007-.007 0-.007 0s.066.037.266.015h.081a8.679 8.679 0 00-.089.044c.007-.008.207-.008.17 0-.015.007-.066.037-.066.037l.199.008-.029.03s.177.007.199 0l-.029.037s.089 0 .155-.022l-.037.052.133-.008-.044.044s.081.015.103.008h.007l-.037.029h.125l-.007.022.111-.015.022.029s.089-.037.103-.037l.052.044s.059-.052.066-.052h.007s.022.044.044.059c0 0 .044-.029.052-.029.015 0 .037.029.037.029l.029-.022.067.022s.015-.037.037-.029c.022 0 .111.162.303.17.251.015.347-.118.347-.118l.074-.044.008.044.081-.037v.022s.096-.044.096-.059l.037.052s.059-.044.066-.044c.014.007.022.029.073.036\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.552 109.399s-.288-.074-.384-.17c0 0 .015-.022 0-.037s-.007 0-.007 0 .052.029.096.022c0 0-.008-.03-.03-.052M150.493 109.192s-.148.007-.244-.008\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.618 109.258s-.052 0-.089.007c-.029.007-.14.015-.177-.007-.044-.029-.067-.029-.096-.037M150.36 109.406c-.007 0-.207-.066-.273-.148M150.271 109.458s-.14-.029-.303-.192M150.183 109.494c-.008-.007-.303-.103-.31-.236M150.116 109.531s-.163-.037-.31-.251M150.006 109.554s-.17-.133-.214-.236M149.91 109.568c-.007-.007-.125-.162-.14-.258M149.755 109.546s-.059-.185-.037-.273M149.659 109.539c0-.007-.015-.022 0-.074s0-.096-.007-.104M149.555 109.576c0-.007 0-.066.015-.11.022-.044.029-.089 0-.133M149.467 109.568s-.015-.037.022-.096l.007-.044s.015 0 .007-.007c0-.015-.007-.03-.007-.03M149.326 109.258c.015-.015.044-.052.037-.059 0-.007-.007-.015-.007-.015l.015.015s.008.007.03-.007c.015-.015.044-.015.052-.03a.63.63 0 01.03-.029c.015-.008.029.008.044 0 .015-.008.067-.03.074-.044.008-.007.008-.022.022-.03l.022-.022a.3.3 0 00.081.015c.037 0 .052-.007.081-.007h.14a.774.774 0 00.111.022c.007 0 .037.007.066.015a.244.244 0 00.081-.015M149.467 109.376c.015 0 .044.015.044.022-.007-.022.029-.037.044-.052.015-.022.015-.044.015-.066\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M149.541 109.244a.941.941 0 01.118.126c0-.03 0-.052.015-.074 0-.015.022-.029.022-.052\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M149.622 109.118c.007.022.022.044.03.067.015.022.022.044.037.066.007.015.03.03.052.037.015.007.029.022.044.029.015-.015.015-.037.015-.051 0-.015-.015-.037-.007-.052M149.747 109.103c.007.066.044.103.103.14.022.015.066.037.096.029.037-.007.015-.044.022-.066\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M149.814 109.125c.022.015.044.022.066.037l.044.044c.007-.007.007-.022 0-.03M149.88 109.096c0 .022.022.052.037.066.022.022.044.052.074.067a.222.222 0 00.074.022c.022.008.022-.029.015-.044.015.029.066.015.096.029\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M149.614 109.118c.052 0 .096-.015.14-.022a.26.26 0 01.111 0c.03 0 .059.015.089.015.008-.015-.007-.044-.022-.059M149.969 109.067a.293.293 0 00.081.051c.015 0 .029 0 .037.007.015.008.022.015.03.022M149.991 109.125c.029.008.059.015.066.044M149.43 109.399c-.007.022-.022.037-.037.059M149.541 109.406c0 .008.008.022 0 .03M149.541 109.494a.146.146 0 00-.015.052h.007M149.644 109.494c-.007.007-.007.022-.007.022M149.585 109.31l.022.044c.007.015.015.015.022.029M149.696 109.362c0-.007-.007-.015-.007-.022M149.688 109.317c.007.008.007.015.015.022M149.688 109.288c0 .007.007.007.007.015M149.732 109.524l.008.007M149.777 109.465c.015.015.015.029.015.044M149.843 109.539c-.007-.007 0-.022-.007-.029M150.006 109.509c.008.008.015.015.03.015M150.072 109.546c.008.008.029.008.029-.007M150.065 109.458c.007.015.022.022.037.03M150.257 109.391c.022 0 .037.015.059.015M150.264 109.303c.007.015.029.044.044.044M150.382 109.369c0 .007.037.007.052.015M149.91 108.992c.015.008.022.008.037.015.015.007.029.015.044.015M149.858 108.992c.022 0 .037.015.059.015-.008 0-.015-.008-.022-.008M149.806 108.992c.022.008.022.008.037.022h.008M149.755 108.985a.171.171 0 01.037.022M149.725 108.985c0 .007.007.015.022.015M149.666 109c-.007-.008-.015-.015-.015-.022M149.688 109.133c.037.022.052.067.059.103M150.227 109.118c.03.007.044.03.074.044 0-.007-.007-.007-.007-.007M150.131 109.103c.022.007.052.007.074.03l.022.022v-.007M149.947 109.288l.044.044c0 .007.007.022.015.029M149.452 109.177c.015.015.052.015.044.044 0 .008-.007.015-.015.029 0 .008.007.015.007.03M149.437 109.221c0 .008.015.022.007.037v-.008M149.533 109.148c.022.015.052.029.074.052.007.007.022.037.029.044M149.496 109.074c.037.007.044-.022.067-.037M149.578 109.059c.015-.015.007-.044.037-.051M149.541 109.008c.03-.022.037-.044.074-.052M149.297 109.162c.015.007.029.015.022.03M149.282 109.192c.007.007.015.015.015.022-.007-.007-.007-.007-.015-.007M149.238 109.177c.007.008.015.008.015.015.007.007 0 .015.007.007M149.326 109.288c-.007.015 0 .029 0 .044M149.253 109.546c.007.015.007.052-.007.052M149.105 109.561c.007.007.007.015.015.015M149.068 109.576c0 .008 0 .015.007.022M148.729 109.31c.007 0 .015-.007.022-.015.008-.007.022 0 .03 0M148.788 109.347c.007.007.007.015 0 .015M148.751 109.354v.008M148.729 109.347v.015M148.854 109.155c-.015.015-.022.037-.03.052h.007M148.884 109.177c-.007.008-.007.022-.007.03M148.943 109.125c-.007.008-.022.015-.037.022M148.729 109.214c-.029-.015-.037-.022-.044-.052-.022 0-.059-.037-.037-.059-.007.044-.066.03-.088.015a.203.203 0 01-.096-.096c-.007.015-.029.015-.052.015-.044 0-.089.008-.133.008-.044.007-.096-.015-.14-.015-.044.007-.074.022-.118.029h-.103M148.773 109.14c-.022 0-.044 0-.066.015.007.007 0 .007 0 .007M147.555 109.17c.052.007.111.022.17.015.029 0 .052-.008.081-.008.022-.007.052-.007.074-.022\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M147.356 109.281a.429.429 0 01.148-.044c.022-.007.037-.007.059-.022.022-.007.037-.022.052-.03M147.451 109.332c.052-.03.103-.037.162-.052.044-.015.081-.022.111-.044\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M147.577 109.369a1.631 1.631 0 00.31-.089c.022-.015.037-.03.044-.052.007-.022.022-.044.022-.067M147.739 109.406c.022-.007.044-.037.074-.052a.205.205 0 01.074-.029.379.379 0 00.148-.089M147.858 109.421c.022-.015.059-.022.081-.03.037-.022.074-.044.103-.066.037-.037.067-.067.096-.104M147.968 109.458c.052-.029.111-.059.162-.089.03-.015.052-.037.081-.059.015-.015.029-.044.044-.059M148.035 109.509l.177-.111c.044-.037.103-.066.126-.126M148.123 109.546a.42.42 0 01.126-.133c.037-.022.074-.059.081-.104M148.227 109.546c0-.015.015-.037.029-.052l.044-.066a.67.67 0 00.044-.081M148.352 109.539c.022-.052.022-.111.03-.17v-.037c0-.022.007-.037.015-.059M148.47 109.524c.007-.007 0-.022 0-.03 0-.015.007-.022.007-.037v-.066c0-.022-.007-.052 0-.074 0-.015.022-.022.037-.029M148.574 109.561c-.015-.052-.059-.103-.052-.162 0-.022 0-.059.022-.066M148.633 109.568c.007-.037.015-.103 0-.133M148.743 109.561c-.015-.037-.052-.059-.044-.096.007-.022.015-.037.022-.059M148.684 109.399a.06.06 0 01-.044.029c-.022.007-.044 0-.059.015-.007-.015 0-.059-.007-.081 0-.029 0-.059.007-.081a.153.153 0 01.118-.081\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M148.662 109.17c-.022.037-.074.015-.103.052a.114.114 0 00-.022.118c.007-.007.022-.015.029-.022M148.515 109.096c-.015.029-.037.044-.052.059-.015.022-.022.037-.022.059-.007.022-.015.044 0 .067a.146.146 0 01.015.052\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M148.433 109.052c-.007.044-.074.081-.103.111-.015.015-.03.037-.022.052 0 .015.015.029.022.044.008.007.008.015.015.022.015-.008.022-.015.037-.015.015-.007.037-.007.052-.022M147.99 109.067c-.044.037-.118.059-.148.11M148.138 109.192c-.015.015-.029.029-.044.037-.022.015-.044.007-.066.007M147.931 109.236c.022-.015.111-.015.111-.044M148.16 109.273c.037 0 .059-.007.081-.029M148.042 109.192c0 .015-.015.029-.015.044M148.138 109.192c.022.022 0 .066.022.081M148.323 109.081a.393.393 0 01-.052.059c-.008.007-.03.022-.037.037-.007.015 0 .044.007.059M148.197 109.059c.015.015.037 0 .059 0 .015 0 .029.008.052.008a.076.076 0 01.059 0c.007.007.015.022.029.022M148.293 109.221c-.015.008-.037.015-.052.022M148.05 109.155c0 .007 0 .015-.008.022M148.101 109.148c.022-.037.044-.044.074-.059M148.625 109.059c0 .008-.007.015 0 .022v-.007M148.581 109.022c0 .022.007.029.015.044l-.007-.008M148.559 109.015c0 .015-.007.03 0 .03M148.492 108.985c.008-.007.015-.022.022-.029M148.485 108.956c-.007.015-.022.022-.029.029M148.448 108.956c0 .007-.015.022-.03.029M148.404 108.963c-.008.015-.022.022-.037.029M148.337 108.97l-.022.022M148.286 108.97c-.007.007-.015.015-.022.015M148.706 109.258c.007-.015.037-.022.052-.015M148.67 109.288c.007 0 .015-.007.015-.015M148.441 109.376c0 .022 0 .037-.007.052M148.396 109.546v-.022M148.426 109.517c0 .007 0 .015-.007.015M148.389 109.502s0 .008-.007.008M148.271 109.546l.007-.007M148.323 109.517v.015M148.367 109.347c0 .022 0 .059-.022.074M148.47 109.096c-.022.029-.089.052-.089.089M148.278 109.096s-.007.007-.015.007M148.337 109.103c-.008.015-.015.022-.022.03M148.551 109.162c-.029.015-.059.022-.066.052M148.153 109.288c.007.029-.029.059-.059.066M148.293 109.288a.076.076 0 01-.044.037M148.079 109.435c0 .007-.015.015-.022.022M148.02 109.465c-.007 0-.029.022-.037.015M147.917 109.34c-.008.015-.022.022-.03.03M147.813 109.391c-.015 0-.037.007-.052.007\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M147.725 109.354h-.03M147.739 109.362c0 .008-.015.015-.03.022M147.629 109.303s-.007.007-.015.007M147.57 109.31c-.007.007-.015.015-.03.015\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M147.821 109.125c-.03.008-.059.015-.089.03\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M147.592 109.347c-.007.007-.022.015-.037.007\"/>\n    <path fill=\"#2F3B30\" fill-rule=\"nonzero\" d=\"M148.81 113.887s.052-.288.251-.34c.207-.059.421-.221.421-.428a.427.427 0 00-.244-.399s.384-.266.384-.649c0-.384-.406-.591-.406-.591s.62-.244.664-.561c.044-.317-.281-.694-.377-.797-.096-.111-.244-.126-.244-.126l.059.133-.126-.052s.066.177.236.325c.126.111.354.34.288.517-.059.177-.635.465-.635.465v.236s.413.258.399.472c-.007.221-.362.472-.362.472l-.022.222s.244.162.236.339c-.015.177-.273.266-.273.266s-.31.14-.266.458\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M148.81 113.887s.052-.288.251-.34c.207-.059.421-.221.421-.428a.427.427 0 00-.244-.399s.384-.266.384-.649c0-.384-.406-.591-.406-.591s.62-.244.664-.561c.044-.317-.281-.694-.377-.797-.096-.111-.244-.126-.244-.126l.059.133-.126-.052s.066.177.236.325c.126.111.354.34.288.517-.059.177-.635.465-.635.465v.236s.413.258.399.472c-.007.221-.362.472-.362.472l-.022.222s.244.162.236.339c-.015.177-.273.266-.273.266s-.31.14-.266.458\"/>\n    <path fill=\"#2F3B30\" fill-rule=\"nonzero\" d=\"M149.349 113.887s-.052-.288-.258-.34c-.207-.059-.421-.221-.421-.428 0-.214.118-.332.251-.399 0 0-.391-.266-.391-.649 0-.384.413-.591.413-.591s-.627-.244-.672-.561c-.044-.317.28-.694.376-.797.096-.111.251-.126.251-.126l-.067.133.125-.052s-.059.177-.236.325c-.125.111-.354.34-.288.517.067.177.635.465.635.465v.236s-.406.258-.399.472c.015.221.369.472.369.472l.022.222s-.251.162-.244.339c.015.177.273.266.273.266s.31.14.266.458\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M149.349 113.887s-.052-.288-.258-.34c-.207-.059-.421-.221-.421-.428 0-.214.118-.332.251-.399 0 0-.391-.266-.391-.649 0-.384.413-.591.413-.591s-.627-.244-.672-.561c-.044-.317.28-.694.376-.797.096-.111.251-.126.251-.126l-.067.133.125-.052s-.059.177-.236.325c-.125.111-.354.34-.288.517.067.177.635.465.635.465v.236s-.406.258-.399.472c.015.221.369.472.369.472l.022.222s-.251.162-.244.339c.015.177.273.266.273.266s.31.14.266.458\"/>\n    <path fill=\"#65482E\" fill-rule=\"nonzero\" d=\"M148.972 108.948h1v5.81h-1z\"/>\n    <path fill=\"#EB2027\" fill-rule=\"nonzero\" d=\"M157.513 115.503c-.199.052-1.616.163-2.052.229-.443.059-.066 0-.066 0s-4.488.044-5.108.029c-.628-.015-4.245.015-4.245.015s-2.274-.162-2.458-.162c-.192 0-.561-.155-.724-.17a.927.927 0 01-.162-.074l.103.081-.015.067c.096.192.878.62.878.62l2.532.066s11.199-.266 11.199-.325.244-.347.244-.347-.059-.043-.126-.029\"/>\n    <path fill=\"#9A7F38\" fill-rule=\"nonzero\" d=\"M152.589 116.109l.081.059.082-.059-.03-.583h-.111l-.022.583zM152.442 115.526l-.17.517.059.081.104-.03.125-.568h-.111M151.991 115.887l.037.096h.104l.251-.45c-.052 0-.096 0-.148.007l-.244.347zM151.777 115.666l.007.103.103.03.251-.258c-.074.007-.148.007-.214.007l-.147.118zM152.973 116.057l.096.03.059-.089-.2-.465h-.125l.17.524zM153.202 115.961h.096l.044-.096-.236-.325h-.155l.251.421zM153.438 115.769l.096-.022.015-.103-.111-.089c-.081-.007-.155-.007-.236-.007l.236.221z\"/>\n    <path fill=\"#97999C\" fill-rule=\"nonzero\" d=\"M144.831 99.13c-.089.037-.17.089-.244.14-.015.007-.007.052-.007.059l.007.052a.976.976 0 01.244-.133c.015-.007 0-.11 0-.118M143.532 98.436a2.02 2.02 0 00-.576.517c-.022.03.015.096 0 .118.155-.214.354-.391.576-.524.022-.007-.008-.103 0-.111\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" d=\"M181.63 58.441l2.871 1.624s.701.583-.834.243c-1.535-.339-4.813-1.476-11.006-5.463-2.805-1.801-3.684-1.75-3.684-1.75l3.898.103 8.755 5.243z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M181.63 58.441l2.871 1.624s.701.583-.834.243c-1.535-.339-4.813-1.476-11.006-5.463-2.805-1.801-3.684-1.75-3.684-1.75l3.898.103 8.755 5.243h0z\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" d=\"M182.582 57.732l2.872 1.631s.701.576-.842.236c-1.535-.34-4.813-1.476-11.006-5.463-2.798-1.801-.546 1.491-.546 1.491l.473-2.163 9.049 4.268z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M182.582 57.732l2.872 1.631s.701.576-.842.236c-1.535-.34-4.813-1.476-11.006-5.463-2.798-1.801-.546 1.491-.546 1.491l.473-2.163 9.049 4.268h0z\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" d=\"M187.358 59.297s-3.432-.635-4.68-1.55c0 0 .222.399-1.454-.369 0 0 .649 1.469-4.075-1.742-4.717-3.218-3.071-1.602-3.071-1.602l1.321-.34s7.249 2.894 8.039 3.196c.797.303 3.92 2.407 3.92 2.407\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M187.358 59.297s-3.432-.635-4.68-1.55c0 0 .222.399-1.454-.369 0 0 .649 1.469-4.075-1.742-4.717-3.218-3.071-1.602-3.071-1.602l1.321-.34s7.249 2.894 8.039 3.196c.797.303 3.92 2.407 3.92 2.407h0z\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" d=\"M169.435 60.582l1.144 1.639s-.376 1.535-4.363-1.454c-3.993-2.982-3.78-2.739-3.78-2.739l2.2-.303 4.835 2.739\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M169.435 60.582l1.144 1.639s-.376 1.535-4.363-1.454c-3.993-2.982-3.78-2.739-3.78-2.739l2.2-.303 4.835 2.739\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" d=\"M164.253 61.401s1.853 2.428 1.439 2.724c-.413.303-2.598.177-4.156-2.192-1.565-2.377-.037-.126-.037-.126l.147-3.831 2.65 3.315\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M164.253 61.401s1.853 2.428 1.439 2.724c-.413.303-2.598.177-4.156-2.192-1.565-2.377-.037-.126-.037-.126l.147-3.831 2.65 3.315\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" d=\"M166.157 60.286s1.779 2.303 1.587 2.65c-.192.354-2.709.133-4.71-2.141-2.001-2.266-.295-2.99-.295-2.99l3.381 2.362\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M166.157 60.286s1.779 2.303 1.587 2.65c-.192.354-2.709.133-4.71-2.141-2.001-2.266-.295-2.99-.295-2.99l3.381 2.362\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" d=\"M176.315 58.928s5.079 2.192 1.314 2.045c0 0-7.382-1.986-11.198-5.256l1.078-1.432 8.748 4.518\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M176.315 58.928s5.079 2.192 1.314 2.045c0 0-7.382-1.986-11.198-5.256l1.078-1.432 8.748 4.518\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" d=\"M178.979 58.301s2.754 1.668 2.953 2.303c.207.635-8.541-1.631-13.162-5.477l2.067-1.011 8.142 4.185z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M178.979 58.301s2.754 1.668 2.953 2.303c.207.635-8.541-1.631-13.162-5.477l2.067-1.011 8.142 4.185h0z\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" d=\"M170.992 59.814s1.993 1.631 1.764 1.823c-.229.185-4.259-.413-7.426-2.849l.384-1.462 5.322 2.407\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M170.992 59.814s1.993 1.631 1.764 1.823c-.229.185-4.259-.413-7.426-2.849l.384-1.462 5.322 2.407\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" d=\"M174.395 59.674s1.964 1.351 1.557 1.498c-.406.14-1.949 1.351-9.249-2.931l-.864-.472 1.159-1.816 7.404 3.602\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M174.395 59.674s1.964 1.351 1.557 1.498c-.406.14-1.949 1.351-9.249-2.931l-.864-.472 1.159-1.816 7.404 3.602\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" d=\"M166.903 55.665s2.37 2.126 2.067 2.436c-.303.303-3.13-.369-4.37-1.299-1.248-.923-2.156-2.111-2.156-2.111l2.65-.568 1.809 1.542z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M166.903 55.665s2.37 2.126 2.067 2.436c-.303.303-3.13-.369-4.37-1.299-1.248-.923-2.156-2.111-2.156-2.111l2.65-.568 1.809 1.542h0z\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" d=\"M164.068 52.114l4.326 2.584s3.528 2.488 3.159 2.709c-.376.229-3.159-.642-5.13-1.72-1.971-1.078-4.259-3.388-4.259-3.388\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M164.068 52.114l4.326 2.584s3.528 2.488 3.159 2.709c-.376.229-3.159-.642-5.13-1.72-1.971-1.078-4.259-3.388-4.259-3.388\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" d=\"M161.344 64.31s.805 2.059.325 2.237c-.487.185-1.676-.185-2.635-2.052-.96-1.875.509-.901.509-.901l1.801.716z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M161.344 64.31s.805 2.059.325 2.237c-.487.185-1.676-.185-2.635-2.052-.96-1.875.509-.901.509-.901l1.801.716h0z\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" d=\"M162.777 62.973s1.21 2 .945 2.229c-.266.229-1.86.915-3.595-1.661s1.786-2.037 1.786-2.037l.864 1.469z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M162.777 62.973s1.21 2 .945 2.229c-.266.229-1.86.915-3.595-1.661s1.786-2.037 1.786-2.037l.864 1.469h0z\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" d=\"M159.159 53.96s4.126 7.965 3.787 8.386c-.347.421-1.971 0-2.886-2.111-.915-2.104-1.661-4.835-1.661-4.835l.76-1.44z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M159.159 53.96s4.126 7.965 3.787 8.386c-.347.421-1.971 0-2.886-2.111-.915-2.104-1.661-4.835-1.661-4.835l.76-1.44h0z\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" d=\"M163.965 55.983s3.447 2.923 2.739 3.292c-.709.369-2.074-.162-4.09-2.155-2.015-1.993 1.321-1.255 1.321-1.255\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M163.965 55.983s3.447 2.923 2.739 3.292c-.709.369-2.074-.162-4.09-2.155-2.015-1.993 1.321-1.255 1.321-1.255\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" d=\"M162.297 56.034s2.465 4.518 2.155 4.939c-.31.428-2.155-1.122-3.063-2.274-.908-1.152-1.594-2.82-1.594-2.82\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M162.297 56.034s2.465 4.518 2.155 4.939c-.31.428-2.155-1.122-3.063-2.274-.908-1.152-1.594-2.82-1.594-2.82\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" d=\"M143.864 65.306s-.14 2.665 0 2.864c.148.199 1.499.199 1.572-1.786.074-1.986-.295-2.067-.295-2.067l-1.314.915\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M143.864 65.306s-.14 2.665 0 2.864c.148.199 1.499.199 1.572-1.786.074-1.986-.295-2.067-.295-2.067l-1.314.915\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" d=\"M144.676 62.102s-.952 2.982-.037 3.573c.908.598 1.639-2.938 1.676-3.735.037-.79-1.639.162-1.639.162\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M144.676 62.102s-.952 2.982-.037 3.573c.908.598 1.639-2.938 1.676-3.735.037-.79-1.639.162-1.639.162h0z\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" d=\"M145.326 65.904s.185 2.783.694 2.901c.509.118 1.351-.79 1.351-1.506s-.878-2.384-.878-2.384l-1.203.871\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M145.326 65.904s.185 2.783.694 2.901c.509.118 1.351-.79 1.351-1.506s-.878-2.384-.878-2.384l-1.203.871\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" d=\"M145.348 62.575s-.945 2.982-.037 3.573c.915.598 1.646-2.938 1.683-3.735.037-.791-1.646.162-1.646.162\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M145.348 62.575s-.945 2.982-.037 3.573c.915.598 1.646-2.938 1.683-3.735.037-.791-1.646.162-1.646.162h0z\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" d=\"M145.422 57.791s-1.388 1.432-1.351 2.222c.037.797 2.045-1.07 2.229-1.425.184-.361-.878-.797-.878-.797\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M145.422 57.791s-1.388 1.432-1.351 2.222c.037.797 2.045-1.07 2.229-1.425.184-.361-.878-.797-.878-.797h0z\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" d=\"M144.469 56.987s-1.093 2.03-.805 2.665c.295.635 1.351-.48 1.867-1.188.511-.717-1.062-1.477-1.062-1.477\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M144.469 56.987s-1.093 2.03-.805 2.665c.295.635 1.351-.48 1.867-1.188.511-.717-1.062-1.477-1.062-1.477h0z\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" d=\"M159.861 54.307s1.749 3.292 1.27 3.469c-.48.177-1.218-.65-1.949-1.631-.739-.982.679-1.838.679-1.838\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M159.861 54.307s1.749 3.292 1.27 3.469c-.48.177-1.218-.65-1.949-1.631-.739-.982.679-1.838.679-1.838h0z\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" d=\"M159.905 61.039s.635 2.768.074 3.027c-1.085.502-1.698-1.971-1.757-2.894-.074-1.041 1.683-.133 1.683-.133\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M159.905 61.039s.635 2.768.074 3.027c-1.085.502-1.698-1.971-1.757-2.894-.074-1.041 1.683-.133 1.683-.133h0z\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" d=\"M157.727 65.431s.14 2.074-.155 2.259c-.295.192-1.033.236-1.845-1.506-.819-1.742-.435-1.093-.435-1.093l2-.989.436 1.129\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M157.727 65.431s.14 2.074-.155 2.259c-.295.192-1.033.236-1.845-1.506-.819-1.742-.435-1.093-.435-1.093l2-.989.436 1.129\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" d=\"M159.676 64.996s.288 2.155-.155 2.222c-.435.059-1.654-.664-2.119-2-.465-1.329 2.045-1.07 2.045-1.07l.34.775\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M159.676 64.996s.288 2.155-.155 2.222c-.435.059-1.654-.664-2.119-2-.465-1.329 2.045-1.07 2.045-1.07l.34.775\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" d=\"M157.661 58.219s2.259 5.049 1.897 5.765c-.709 1.402-2.761-3.071-3.381-4.82-.687-1.956 1.484-.945 1.484-.945\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M157.661 58.219s2.259 5.049 1.897 5.765c-.709 1.402-2.761-3.071-3.381-4.82-.687-1.956 1.484-.945 1.484-.945h0z\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" d=\"M156.62 59.061s3.071 5.551 1.779 5.684c-1.299.133-3.654-4.031-4.053-4.998-.391-.959 2.274-.686 2.274-.686\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M156.62 59.061s3.071 5.551 1.779 5.684c-1.299.133-3.654-4.031-4.053-4.998-.391-.959 2.274-.686 2.274-.686h0z\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" d=\"M156.435 60.212s1.513 5.323.539 4.857c-.974-.472-2.148-4.481-2.31-5.345-.155-.87 1.771.488 1.771.488\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M156.435 60.212s1.513 5.323.539 4.857c-.974-.472-2.148-4.481-2.31-5.345-.155-.87 1.771.488 1.771.488h0z\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" d=\"M161.75 52.646s2.332 3.566 1.572 3.669c-.753.103-3.521-2.377-3.543-2.79-.029-.414 1.971-.879 1.971-.879\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M161.75 52.646s2.332 3.566 1.572 3.669c-.753.103-3.521-2.377-3.543-2.79-.029-.414 1.971-.879 1.971-.879h0z\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" d=\"M160.289 52.801s2.975 4.053 2.082 4.259c-.9.207-.967-.428-.967-.428s-2.37-2.141-2.532-2.68c-.155-.539 1.336-1.211 1.336-1.211\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M160.289 52.801s2.975 4.053 2.082 4.259c-.9.207-.967-.428-.967-.428s-2.37-2.141-2.532-2.68c-.155-.539 1.336-1.211 1.336-1.211\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" d=\"M165.914 52.528s2.798 1.462 2.207 1.72c-.598.251-3.219-1.048-3.58-1.181-.355-.133 1.373-.539 1.373-.539\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.914 52.528s2.798 1.462 2.207 1.72c-.598.251-3.219-1.048-3.58-1.181-.355-.133 1.373-.539 1.373-.539h0z\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" d=\"M163.234 52.86s2.045 2.111 1.513 2.82c-.539.716-3.381-2.665-3.765-3.1-.384-.428 2.473.199 2.473.199\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M163.234 52.86s2.045 2.111 1.513 2.82c-.539.716-3.381-2.665-3.765-3.1-.384-.428 2.473.199 2.473.199\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" d=\"M158.281 55.791s3.292 6.415 2.687 7.064c-.605.65-4.267-4.806-4.392-5.603-.126-.79 1.735-1.58 1.735-1.58\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M158.281 55.791s3.292 6.415 2.687 7.064c-.605.65-4.267-4.806-4.392-5.603-.126-.79 1.735-1.58 1.735-1.58\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" d=\"M156.384 56.374s1.322 2 1.248 3.086c-.074 1.078-1.993-1.55-2.156-2.045-.17-.495.908-1.041.908-1.041\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M156.384 56.374s1.322 2 1.248 3.086c-.074 1.078-1.993-1.55-2.156-2.045-.17-.495.908-1.041.908-1.041h0z\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" d=\"M159.093 55.333s1.026 2.067.709 2.694c-.31.62-1.705-1.262-2.193-1.993-.487-.738 1.484-.701 1.484-.701\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M159.093 55.333s1.026 2.067.709 2.694c-.31.62-1.705-1.262-2.193-1.993-.487-.738 1.484-.701 1.484-.701h0z\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" d=\"M154.346 57.363s1.602 1.786 1.528 2.739c-.074.945-2.414-1.388-2.613-1.823-.207-.443 1.085-.916 1.085-.916\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M154.346 57.363s1.602 1.786 1.528 2.739c-.074.945-2.414-1.388-2.613-1.823-.207-.443 1.085-.916 1.085-.916h0z\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" d=\"M164.732 52.225s2.429 2.178 2.052 2.525c-.377.339-3.669-2.015-4.163-2.473-.494-.458 2.111-.052 2.111-.052\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M164.732 52.225s2.429 2.178 2.052 2.525c-.377.339-3.669-2.015-4.163-2.473-.494-.458 2.111-.052 2.111-.052h0z\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" d=\"M162.673 52.063l1.905 1.602s1.764 1.181 1.462 1.491c-.303.303-3.071-.96-3.558-1.543-.495-.576-.436-1.166-.436-1.166l.627-.384z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M162.673 52.063l1.905 1.602s1.764 1.181 1.462 1.491c-.303.303-3.071-.96-3.558-1.543-.495-.576-.436-1.166-.436-1.166l.627-.384h0z\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" d=\"M168.947 52.572s7.198 2.916 6.917 3.624c-.281.701-7.552-2.34-8.689-3.145-1.144-.805 1.661-.524 1.661-.524\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M168.947 52.572s7.198 2.916 6.917 3.624c-.281.701-7.552-2.34-8.689-3.145-1.144-.805 1.661-.524 1.661-.524\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" d=\"M169.206 53.495s5.411 3.049 4.776 3.337c-.628.295-4.503-.738-6.504-2.097-1.993-1.351-2.849-2.104-2.849-2.104l2.473-.576 2.104 1.44z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M169.206 53.495s5.411 3.049 4.776 3.337c-.628.295-4.503-.738-6.504-2.097-1.993-1.351-2.849-2.104-2.849-2.104l2.473-.576 2.104 1.44h0z\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" d=\"M155.889 57.193s1.019 2.074.709 2.694c-.317.628-1.336-.531-1.816-1.262-.488-.738 1.107-1.432 1.107-1.432\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M155.889 57.193s1.019 2.074.709 2.694c-.317.628-1.336-.531-1.816-1.262-.488-.738 1.107-1.432 1.107-1.432h0z\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" d=\"M156.133 61.866s.841 3.019-.089 3.573c-.93.561-1.543-3.005-1.55-3.802-.007-.79 1.639.229 1.639.229\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M156.133 61.866s.841 3.019-.089 3.573c-.93.561-1.543-3.005-1.55-3.802-.007-.79 1.639.229 1.639.229h0z\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" d=\"M151.94 56.898s3.012-1.321 3.543-1.218c0 0 .635-.155.974-.421.339-.266 1.115-.9 1.115-.9s-.539-3.647 3.3-3.27c3.831.369 8.873.842 9.892.997 1.019.162 4.754 1.218 5.625 1.639.878.428 6.562 2.997 7.728 3.425.694.251 2.215 1.196 3.337 1.934.775.502-.022.14-.022.14s-9.213-4.887-12.475-5.544c-.812-.162.059.93.059.93s-2.119-.834-2.99-1.203c-.871-.369-1.602-.524-2.429-.472a4.883 4.883 0 01-1.934-.266c-.488-.155-3.256-.266-3.736-.318-.487-.052-.878-.155-.878-.155l.199.318-1.358-.214-.391.583s-1.307.266-1.41-.162c-.096-.421-.775 1.905-1.115 2.591-.34.687-1.602.687-1.986 1.107-.391.421-.635.687-.827.797-.192.103-1.166.687-1.506.687-.34 0-2.421.155-2.421.155l-.531-.842.237-.318z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M151.94 56.898s3.012-1.321 3.543-1.218c0 0 .635-.155.974-.421.339-.266 1.115-.9 1.115-.9s-.539-3.647 3.3-3.27c3.831.369 8.873.842 9.892.997 1.019.162 4.754 1.218 5.625 1.639.878.428 6.562 2.997 7.728 3.425.694.251 2.215 1.196 3.337 1.934.775.502-.022.14-.022.14s-9.213-4.887-12.475-5.544c-.812-.162.059.93.059.93s-2.119-.834-2.99-1.203c-.871-.369-1.602-.524-2.429-.472a4.883 4.883 0 01-1.934-.266c-.488-.155-3.256-.266-3.736-.318-.487-.052-.878-.155-.878-.155l.199.318-1.358-.214-.391.583s-1.307.266-1.41-.162c-.096-.421-.775 1.905-1.115 2.591-.34.687-1.602.687-1.986 1.107-.391.421-.635.687-.827.797-.192.103-1.166.687-1.506.687-.34 0-2.421.155-2.421.155l-.531-.842.237-.318h0z\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" d=\"M155.897 65.439s.052 2.665-.096 2.857c-.155.192-1.506.14-1.506-1.853-.007-1.986.362-2.052.362-2.052l1.277.967\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M155.897 65.439s.052 2.665-.096 2.857c-.155.192-1.506.14-1.506-1.853-.007-1.986.362-2.052.362-2.052l1.277.967\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" d=\"M155.203 62.198s.841 3.019-.089 3.573c-.93.561-1.543-3.005-1.55-3.802-.008-.797 1.639.229 1.639.229\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M155.203 62.198s.841 3.019-.089 3.573c-.93.561-1.543-3.005-1.55-3.802-.008-.797 1.639.229 1.639.229h0z\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" d=\"M154.509 62.641s.841 3.019-.089 3.573c-.93.561-1.535-3.004-1.55-3.802-.008-.79 1.639.229 1.639.229\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M154.509 62.641s.841 3.019-.089 3.573c-.93.561-1.535-3.004-1.55-3.802-.008-.79 1.639.229 1.639.229h0z\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" d=\"M153.298 61.335c.421.125.598.605.583 1.019\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M153.291 61.416s-.015.022 0-.022l.007-.037.007-.03.008-.022c-.008.007.022-.015.207.081 0 0 .089.022.162.118.081-.037.34.746.251.819.022 0-.03-.509-.081-.531.03-.007.103.48.066.509.015.007-.029-.465-.088-.487.022-.008.088.413.052.465 0 0 .007-.081 0-.103l-.008.037v-.088s0 .089-.007.096c-.007 0 .015.044-.015-.118 0 .051.022-.554-.561-.687\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M153.305 61.29s.266.052.428.266c.029-.015.244.487.207.554a.84.84 0 010 .244\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M153.866 61.8c.007-.052-.185-.325-.192-.317-.089-.118-.369-.199-.369-.192M153.837 61.822c.015 0 .088.369.066.45\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M153.748 61.748c.022 0 .118.399.096.436\"/>\n    <path fill=\"#D8BFB8\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M150.773 73.714h.31l.118.288-.044.266-.266.126s-.443-.111-.332.413c0 0-.206-.967.214-1.093h0zM152.973 75.877l.317-.354.347.185s-.14.93-.199 1.004c-.052.066-.067.081-.067.103 0 .03-.052-.177-.155-.295-.103-.119-.213-.636-.243-.643h0z\"/>\n    <path fill=\"#BC8659\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M152.663 70.023s.022 1.631.022 1.919c0 .288-.037.716-.199.974-.17.251-.332.391-.598.391-.266 0-.96-.03-1.092.221-.133.251-.236.399-.236.399s.435-.258.495 0c.066.251-.162.465-.162.465s.399.074.76-.14c.369-.221.568-.258.731-.258.17 0 .302.185.302.185s.096.539.059.864c-.03.325-.096.974.266.974 0 0 .133-.325.266-.362.133-.037.502.325.435.436 0 0 .066-.686-.066-1.085-.133-.399-.199-.827-.199-.827s1.129.399 1.225.539c.096.148.362.399.465.362.096-.037 0-.362.199-.436.199-.066.295.111.295.111s-.332-.76-.827-1.011c-.495-.251-.827-.251-1.026-.465-.199-.221-.236-.472-.266-.723-.037-.258.007-2.436.007-2.436l-.856-.097h0z\"/>\n    <path fill=\"#D8BFB8\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M149.614 74.711l-.155-.472.177-.251h.377l.155.074s.303.679.037 1.041c0 0-.111-.384-.236-.443 0-.001-.273-.038-.355.051h0zM146.138 75.53s-.524.871.155 1.307c0 0-.037-.812.495-.989l-.65-.318h0zM144.336 75.176l.48-.125.044.022s-.31.598-.229.738c.089.147-.42-.259-.295-.635h0z\"/>\n    <path fill=\"#BC8659\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M147.038 74.157s-.827.642-.923.945c-.089.295-.118.591-.118.591s.738-.096.65.317c0 0 .236.133.62-.746.384-.886.738-1.27 1.011-1.247.273.029.613.288.79.472.17.192.413.325.709.236 0 0-.31-.48-.111-.583.199-.103.502-.081.502-.081s-.251-.605-.797-.687c-.539-.089-.915-.243-.783-.48.126-.236.819-2.06.819-2.06l-.915-1.351-.369 1.174s.118.694.126.871c0 .177-.731 1.691-.834 1.779-.096.089-2.067.849-2.296.923-.236.074-.724.657-.724.657l-.059.443s.332-.273.435-.111c0 0 .229-.288.436-.185.199.111.17.155.17.155s.362-.244.428-.362.081-.103.081-.103.318-.052.583-.103\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" d=\"M156.221 63.387s-.258-1.152-.436-1.314c-.184-.155.074-.317.074-.317s-.48-1.152-.767-1.351c-.295-.199.037-.362.037-.362s-.517-.79-.878-1.033c-.362-.236 0-.28 0-.28s-.384-1.063-1.27-1.558c0 0-.591-.62-1.188-.79-.605-.17-2.097-.332-3.898-.295-1.905.037-2.709 1.351-2.709 1.351l-.118 1.528.273-.185-.406 1.897c-.059.435.347 1.196.369 2.104.008.288.022.583.052.893.089.819.281 1.683.65 2.48.029.066.059.251.096.192.089-.162.295.539.487.783 0 0 .111.952.199.598.037-.133.339.539.531.96.066.155.428 1.203.413.723-.015-.517.318 1.115.318 1.343l.435-.635.222.716.362-.037-.111.672s1.026-.834 1.063-1.151c.03-.318.066-.561.066-.561l.332-.317.509-.797s1.277.997 1.424 1.358c.148.354.295.672.295.672l.325-.317.295.716.177-.354.177.495.015-.03.118.332c.089.081.295.118.679-.517.546-.915.509-1.631.546-1.794.037-.162.258.281.258.281s.472-.879.399-1.432c-.074-.561.295-.362.295-.362s.066-1.476 0-1.831c-.074-.362.251-.281.251-.281s-.11-1.75-.221-1.949c-.102-.2.26-.244.26-.244\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M156.221 63.387s-.258-1.152-.436-1.314c-.184-.155.074-.317.074-.317s-.48-1.152-.767-1.351c-.295-.199.037-.362.037-.362s-.517-.79-.878-1.033c-.362-.236 0-.28 0-.28s-.384-1.063-1.27-1.558c0 0-.591-.62-1.188-.79-.605-.17-2.097-.332-3.898-.295-1.905.037-2.709 1.351-2.709 1.351l-.118 1.528.273-.185-.406 1.897c-.059.435.347 1.196.369 2.104.008.288.022.583.052.893.089.819.281 1.683.65 2.48.029.066.059.251.096.192.089-.162.295.539.487.783 0 0 .111.952.199.598.037-.133.339.539.531.96.066.155.428 1.203.413.723-.015-.517.318 1.115.318 1.343l.435-.635.222.716.362-.037-.111.672s1.026-.834 1.063-1.151c.03-.318.066-.561.066-.561l.332-.317.509-.797s1.277.997 1.424 1.358c.148.354.295.672.295.672l.325-.317.295.716.177-.354.177.495.015-.03.118.332c.089.081.295.118.679-.517.546-.915.509-1.631.546-1.794.037-.162.258.281.258.281s.472-.879.399-1.432c-.074-.561.295-.362.295-.362s.066-1.476 0-1.831c-.074-.362.251-.281.251-.281s-.11-1.75-.221-1.949c-.102-.2.26-.244.26-.244h0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M153.667 59.334c.251.081.376.369.487.598-.007-.015.022-.081.007-.111-.111-.221-.244-.517-.495-.598.001 0-.021.111.001.111M153.896 60.441c.48.399.517.945.487 1.55 0 .015.007.125.015.059.029-.642.022-1.284-.502-1.727.015.015-.022.096 0 .118M154.885 61.002c.266.428.288.908.288 1.403 0 .066.007.066.007 0 0-.532-.007-1.048-.295-1.513.007.014-.015.081 0 .11M155.232 63.077c-.03.31-.082.613-.148.915 0 .022.008.111.008.096.059-.31.118-.613.148-.93 0-.015 0-.118-.008-.081M154.915 64.679c.022.199.052.399.029.605-.007.015 0 .118.008.074.022-.251 0-.502-.029-.76-.008-.045-.016.066-.008.081M154.302 62.671c0 .347 0 .687.03 1.026 0 .044.007-.066.007-.081-.03-.31-.03-.628-.03-.945 0-.059-.007-.059-.007 0M154.036 64.885c.03.325.03.65.03.974 0 .059.015.059.015 0-.007-.354-.007-.701-.037-1.056-.001-.043-.008.068-.008.082M155.498 64.605c.14.148.229.325.258.524.007.022.007-.015.007-.015a.159.159 0 000-.081.982.982 0 00-.266-.539c.015.015-.022.089.001.111M155.409 62.375c.148.118.266.266.384.413-.015-.015.015-.089 0-.111a2.933 2.933 0 00-.384-.421c.015.016-.022.097 0 .119M154.213 64.044a5.124 5.124 0 01-.089.901c0 .022.008.111.008.096.059-.332.088-.664.088-.997.001-.067-.007-.067-.007 0M153.571 64.708a3.8 3.8 0 010 .812c0 .015.007.125.007.081a5.463 5.463 0 000-.974c0-.044-.007.066-.007.081\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" d=\"M142.011 57.341s-.731 2.739-.184 3.019c1.07.546 1.764-1.897 1.86-2.82.11-1.033-1.676-.199-1.676-.199\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M142.011 57.341s-.731 2.739-.184 3.019c1.07.546 1.764-1.897 1.86-2.82.11-1.033-1.676-.199-1.676-.199h0z\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" d=\"M143.591 57.319s-1.388 1.432-1.351 2.222c.037.797 2.045-1.07 2.222-1.432.184-.355-.871-.79-.871-.79\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M143.591 57.319s-1.388 1.432-1.351 2.222c.037.797 2.045-1.07 2.222-1.432.184-.355-.871-.79-.871-.79h0z\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M119.932 57.518s-2.864 1.439-3.115 2.052c-.251.62 8.644-.93 13.531-4.385l-1.986-1.174-8.43 3.507h0z\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M123.313 58.035s-5.219 1.949-1.447 2.023c0 0 7.478-1.55 11.457-4.599l-1.004-1.484-9.006 4.06h0z\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M130.982 52.831s-5.514 2.82-4.894 3.137c.62.317 4.532-.554 6.57-1.823 2.045-1.277 2.923-1.993 2.923-1.993l-2.443-.672-2.156 1.351h0zM128.901 59.017s-1.971 1.654-1.742 1.838c.229.192 4.252-.443 7.389-2.908l-.391-1.454-5.293 2.451\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M125.468 58.707s-1.882 1.498-1.469 1.624c.413.126 2.008 1.255 9.087-3.359l.834-.517-1.248-1.764-7.204 4.016h0zM124.014 53.273c-5.957 2.082-11.929 6.231-11.929 6.231.583-.199 15.325-6.134 15.325-6.134M137.08 62.567s-1.277 1.949-1.026 2.185c.258.236 1.823.996 3.654-1.513 1.823-2.503-1.72-2.104-1.72-2.104l-.908 1.432h0z\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M135.633 60.877s-1.912 2.407-1.513 2.724c.406.317 2.591.281 4.237-2.03 1.639-2.303.037-.118.037-.118l-.48-2.104-2.281 1.528h0z\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M133.795 59.747s-1.868 2.222-1.683 2.584c.185.354 2.702.236 4.783-1.949 2.082-2.185.399-2.982.399-2.982l-3.462 2.229\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M130.488 59.843l-1.188 1.654s.332 1.55 4.422-1.277c4.082-2.82 3.868-2.584 3.868-2.584l-2.192-.391-4.91 2.598h0zM117.466 57.466l-2.591 1.166s-.583.517.938.554c1.521.037 4.665-.384 10.135-3.484 2.473-1.403 4.038-2.739 4.038-2.739L128 52.225l-10.534 5.241h0z\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M113.03 59.105s3.728-.406 5.212-1.38c0 0-.303.458 1.602-.288l10.829-5.286-.362-.701s-11.796 5.049-12.69 5.33c-.886.28-4.591 2.325-4.591 2.325h0z\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M140.107 63.874s-.362 2.953.074 3.064c.435.111 1.676-.819 2.192-2.628.509-1.809-2.008-1.587-2.008-1.587l-.369 1.041\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M142.041 65.129s-.221 2.17.074 2.37c.295.192 1.019.273 1.897-1.432.878-1.713.472-1.078.472-1.078l-1.971-1.07-.472 1.21h0z\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" d=\"M142.587 61.372s-1.602 3.499-.694 3.462c.915-.044 2.156-2.665 2.34-3.263.177-.591-1.646-.199-1.646-.199\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M142.587 61.372s-1.602 3.499-.694 3.462c.915-.044 2.156-2.665 2.34-3.263.177-.591-1.646-.199-1.646-.199h0z\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" d=\"M142.447 61.342s-.605 3.853.258 3.529c.864-.325 1.351-3.226 1.366-3.853.022-.628-1.624.324-1.624.324\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M142.447 61.342s-.605 3.853.258 3.529c.864-.325 1.351-3.226 1.366-3.853.022-.628-1.624.324-1.624.324h0z\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" d=\"M143.753 61.733s-.945 2.982-.037 3.573c.915.598 1.646-2.938 1.683-3.735.037-.79-1.646.162-1.646.162\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M143.753 61.733s-.945 2.982-.037 3.573c.915.598 1.646-2.938 1.683-3.735.037-.79-1.646.162-1.646.162h0z\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" d=\"M140.018 60.751s-.731 2.739-.185 3.019c1.07.546 1.764-1.897 1.86-2.82.111-1.033-1.675-.199-1.675-.199\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M140.018 60.751s-.731 2.739-.185 3.019c1.07.546 1.764-1.897 1.86-2.82.111-1.033-1.675-.199-1.675-.199h0z\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M133.212 55.097s-2.451 2.023-2.155 2.34c.288.325 3.137-.236 4.414-1.107 1.277-.878 1.786-1.351 1.786-1.351l-2.185-1.351-1.86 1.469h0z\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" d=\"M135.36 53.03s-1.565 1.27-1.277 1.587c.295.317 3.1-.834 3.617-1.388.509-.561.472-1.151.472-1.151l-2.812.952z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.36 53.03s-1.565 1.27-1.277 1.587c.295.317 3.1-.834 3.617-1.388.509-.561.472-1.151.472-1.151l-2.812.952h0z\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M136.858 52.794s-2.008 1.787-1.498 2.421c.509.635 3.469-2.185 3.868-2.547.406-.354-2.37.126-2.37.126h0z\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M136.017 52.033l-4.267 2.03s-3.617 2.348-3.248 2.584c.362.236 3.174-.517 5.182-1.513 2.008-.989 4.23-2.658 4.23-2.658M137.206 54.344s-4.621 3.971-3.927 4.37c.694.398 3.204-.694 5.285-2.606\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M137.966 55.451s-2.783 4.614-2.495 5.049c.295.435 2.193-1.034 3.137-2.148.952-1.107 1.698-2.753 1.698-2.753\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M139.295 56.042s-2.827 5.263-2.503 5.699c.332.436 1.971.081 2.96-1.986.982-2.067.901-3.403.901-3.403l-1.358-.31h0z\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M140.941 56.293s-3.145 6.496-2.525 7.131c.62.642 4.104-4.924 4.267-5.714.28-1.381-1.779-1.536-1.779-1.536M134.304 51.996s-2.849 1.351-2.266 1.631c.583.273 3.248-.915 3.617-1.033.362-.125-1.351-.598-1.351-.598h0z\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M134.74 52.432s-1.75 1.395-1.388 1.75c.369.354 3.034-1.07 3.543-1.513.51-.436-2.155-.237-2.155-.237h0z\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M138.416 52.543s-2.392 3.219-1.661 3.344c.738.133 3.514-2.074 3.551-2.451.044-.384-1.89-.893-1.89-.893h0z\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M139.486 53.266s-2.554 3.219-1.823 3.418c.731.199.797-.317.797-.317s2.008-1.668 2.156-2.104c.148-.436-1.056-1.034-1.056-1.034\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M140.291 54.019s-1.86 3.226-1.388 3.418c.473.199 1.24-.591 2.008-1.55.768-.953-.62-1.868-.62-1.868h0z\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M140.764 55.495s-1.093 2.023-.805 2.657c.295.642 1.351-.472 1.86-1.188.517-.716-1.055-1.469-1.055-1.469h0z\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" d=\"M141.221 61.12s-.731 2.739-.177 3.019c1.07.546 1.757-1.897 1.86-2.82.104-1.033-1.683-.199-1.683-.199\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M141.221 61.12s-.731 2.739-.177 3.019c1.07.546 1.757-1.897 1.86-2.82.104-1.033-1.683-.199-1.683-.199h0z\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" d=\"M146.241 57.407s-.731-.236-1.277-.236c0 0-1.609-1.27-2.488-1.388-.871-.118-.126-.14-.126-.14s-.089-2.089-.347-2.244c0 0-.148-2.148-1.499-2.311-1.351-.155-4.378.126-4.924-.074-.546-.199-2.229-.901-5.404-.044-3.248.879-9.648 3.75-9.973 3.831-.332.081 7.345-1.683 9.501-2.635 0 0 2.155-.162 2.813-.362 0 0-2.451 1.196-.185.679 2.259-.517 1.749 0 1.749 0s-.214.517 1.063.236c1.277-.28 1.277 0 1.277 0s1.454.517 2.591-.155c0 0 .583 2.023 1.314 2.303 0 0 .864 1.86 2.687 2.215 0 0 .871.613 1.056.731l1.026.339 1.107-.864\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M146.241 57.407s-.731-.236-1.277-.236c0 0-1.609-1.27-2.488-1.388-.871-.118-.126-.14-.126-.14s-.089-2.089-.347-2.244c0 0-.148-2.148-1.499-2.311-1.351-.155-4.378.126-4.924-.074-.546-.199-2.229-.901-5.404-.044-3.248.879-9.648 3.75-9.973 3.831-.332.081 7.345-1.683 9.501-2.635 0 0 2.155-.162 2.813-.362 0 0-2.451 1.196-.185.679 2.259-.517 1.749 0 1.749 0s-.214.517 1.063.236c1.277-.28 1.277 0 1.277 0s1.454.517 2.591-.155c0 0 .583 2.023 1.314 2.303 0 0 .864 1.86 2.687 2.215 0 0 .871.613 1.056.731l1.026.339 1.107-.864\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M131.27 51.915s-7.293 2.621-7.042 3.337c.258.716 7.633-2.023 8.799-2.783 1.166-.753-1.646-.591-1.646-.591\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M147.894 57.85c.14.185.214.406.266.635 0-.015.037-.081.03-.111-.059-.229-.133-.45-.281-.635.008.008-.037.082-.015.111M147.415 58.027a.24.24 0 01.133.103c.029.074-.015.133-.059.185-.022.022-.007.103-.015.111.125-.14.185-.435-.037-.509-.008-.008-.037.103-.022.11M146.831 58.227a.16.16 0 01.111.096c.037.066 0 .125-.052.17-.022.022-.015.111-.015.111.125-.111.177-.428-.022-.487-.007-.008-.036.102-.022.11M147.127 58.131c.162.059.089.229.03.347a.278.278 0 00-.015.081s0 .037.007.022c.074-.14.207-.487 0-.568-.007 0-.044.11-.022.118M149.312 57.4c-.199.162-.221.391-.199.642 0 .015.03-.074.022-.096-.007-.089-.015-.177.015-.258a.486.486 0 01.148-.177c.021-.022.014-.111.014-.111M149.755 57.481c-.236.147-.325.458-.332.731 0 .044.022-.066.022-.081a.653.653 0 01.295-.539c.022-.015.015-.111.015-.111M150.042 57.799c-.133.111-.125.34-.074.487.007.007.015-.037.022-.037 0-.022.007-.052 0-.074-.037-.096-.052-.199.037-.266.023-.022.015-.11.015-.11M150.013 59.039a.395.395 0 01.303-.133c.022 0 .029-.118.022-.118a.437.437 0 00-.31.14c-.015.015-.015.052-.022.074 0 0 0 .044.007.037M150.139 59.26a.43.43 0 01.236 0c.007 0 .03-.111.022-.111a.46.46 0 00-.244 0c-.022.001-.014.111-.014.111M150.375 60.08c.022-.148-.022-.273-.148-.354.007 0-.037.096-.015.111.066.044.162.148.148.243 0 0-.015.052-.007.059.014 0 .022-.052.022-.059M150.19 60.574c-.015.288-.266.561-.487.701-.029.015-.015.103-.022.111.31-.192.517-.524.532-.893.007-.044-.023.067-.023.081M149.112 61.6c.03.133.089.303.037.435-.007.022-.015.111-.007.096.081-.207.037-.421-.007-.635.007.008-.03.075-.023.104M148.788 61.822c.044.162.118.369.015.524-.015.029-.007.103-.015.111.148-.221.089-.502.022-.746 0 .015-.037.081-.022.111M148.544 62.058c.044.207.059.421-.052.605-.015.029-.007.103-.015.111.148-.244.148-.546.096-.827.001.015-.036.081-.029.111M149.496 62.708c-.022.229-.125.45-.258.635-.015.022-.007.103-.007.111.155-.236.258-.517.288-.797.007-.075-.023.028-.023.051M151.482 57.57c.17.029.31.103.458.185.007 0 .066.037.081.022.007-.015-.044-.066-.052-.066a1.164 1.164 0 00-.31-.229c-.192-.104-.376-.207-.59-.244-.044 0 .118.148.125.155.081.059.185.162.288.177M145.798 63.084c.111.207.125.45.236.657-.007-.015.015-.081 0-.111-.111-.207-.125-.443-.229-.657 0 .015-.022.082-.007.111M146.787 57.459c.251-.081.509-.089.76-.118.015 0 .007-.111 0-.111-.251.03-.509.037-.76.118-.015.008.008.111 0 .111M148.249 57.341c.229-.111.472-.118.723-.118a.296.296 0 000-.111c-.251 0-.495.007-.723.118-.022.015.007.111 0 .111M145.709 58.633c-.029 0-.029.03-.029.059v.074c.007.022.007-.015.007-.022 0 .022.015 0 .022 0 .015-.008.008-.111 0-.111M145.562 62.553c0 .207 0 .413.029.613.007.022.007-.015.007-.015a.14.14 0 000-.081 4.002 4.002 0 01-.029-.517c0-.06-.007-.06-.007 0M151.541 61.283c-.295.539-.716.827-1.292.967-.029 0-.022.111-.022.111.591-.14 1.004-.436 1.299-.982.015-.022.022-.111.015-.096M150.722 59.334c.162.303.325.672.214 1.019-.007.015-.022.133-.007.081.148-.421.029-.827-.184-1.203-.001 0-.038.081-.023.103\"/>\n    <path fill=\"#7A2E26\" fill-rule=\"nonzero\" d=\"M146.064 61.682c.022-.022.03-.044.03-.089 0-.022 0-.044-.007-.066a.139.139 0 00-.008.037c-.007-.007-.015 0-.015.007-.015.015-.007.044-.007.059-.001.007.007.052.007.052M146.507 59.703c.295-.125.598-.199.908-.281.015 0 0-.111 0-.111-.31.081-.613.155-.908.281-.023.008 0 .104 0 .111\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M152.611 58.05v.709c0 .044.022-.059.022-.074v-.709c.001-.045-.022.059-.022.074\"/>\n    <path fill=\"#DBDCDD\" fill-rule=\"nonzero\" d=\"M145.732 59.91s-.111-1.1.199-1.225c0 0 .111-1.011 1.462-.871 0 0 .458-.753 1.181-.362 0 0 .694-.332 1.1-.133.399.199.893.531.93.613 0 0 .583-.118.856.104.273.214.147.93.147.93s.657.502.709.945c.059.443.059.628-.089.746 0 0 .288.236.236.576-.052.34-.325.827-.384.827-.052 0 .037.878-.251 1.181-.295.295-.568.354-.694.398-.133.037-.458.517-.768.576-.31.059-.731-.48-.768-.635-.037-.162-.458-.34-.458-.34s-.945 1.011-1.587.856c-.635-.162-.945-.701-1.004-.797-.052-.103-.236-.834-.236-.834s-.709-.421-.657-.819c.052-.391.347-.871.347-.871l-.271-.865z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M148.101 72.481c-.088.015-.148 0-.199-.037M148.419 71.677a.669.669 0 01-.273-.096M148.094 72.09a.315.315 0 00.199.037M147.415 73.345a.34.34 0 00.14.052M153.077 72.592c.14.022.258.096.398.103M153.313 72.193c-.111.022-.199.007-.266-.074M153.379 71.721a.774.774 0 01-.369-.037M152.914 73.308c.125.022.244.081.362.111M152.944 73.818c.066-.015.118-.007.17.037M153.047 75.19a.308.308 0 01.229.037M148.906 73.411a.303.303 0 00-.236.185M149.578 73.478c-.148.089-.273.199-.295.369M145.385 74.223c.111.103.28.162.377.258M154.272 73.67a.3.3 0 00-.162.221M154.737 73.818a.144.144 0 00-.096.14\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M152.789 58.684c.103.03.17.103.206.207v-.044c.008-.015.008-.044 0-.066a.308.308 0 00-.206-.207s-.015.103 0 .11M152.907 60.471c.162.17.28.362.347.59-.007-.022.015-.074 0-.111a1.48 1.48 0 00-.347-.598c.015.015-.022.097 0 .119M152.53 59.157c.155.14.288.295.436.45-.015-.015.022-.089 0-.111-.147-.155-.281-.31-.436-.45.008.015-.022.096 0 .111M152.958 62.124c.052.266-.015.495-.111.731-.015.029.007.096 0 .111.125-.303.177-.613.118-.938.001-.007-.007.074-.007.096M153.372 63.047a1.3 1.3 0 010 .413c-.007.022-.007.052-.007.074 0 .007.007.044.007.022a1.663 1.663 0 000-.605c0-.022-.007.015-.007.022a.205.205 0 00.007.074M154.944 66.295c.104.377.111.753.111 1.137 0 .067.015.067.015 0 0-.421-.007-.834-.125-1.24.007.015-.008.074-.001.103M154.678 67.055a5.994 5.994 0 01-.288.775c-.015.022.007.089 0 .103.118-.251.207-.509.295-.775.008-.029-.007-.088-.007-.103M145.886 64.546c.244.318.377.694.583 1.041-.007-.015.015-.081 0-.111-.207-.34-.34-.723-.583-1.041.015.015-.022.081 0 .111M147.429 64.583c-.221.03-.273-.288-.465-.354.007 0-.015.103 0 .111.192.066.244.384.465.354.015-.001.008-.111 0-.111M146.558 66.059c.155.28.266.591.436.864-.007-.015.015-.081 0-.111-.17-.273-.273-.576-.436-.856.008.007-.014.081 0 .103M147.577 66.421c.177.214.34.443.436.709-.007-.015.015-.074 0-.103-.089-.273-.258-.502-.436-.716.015.014-.022.08 0 .11M147.488 67.484c.088.192.17.384.258.568 0-.015.022-.081.007-.103-.088-.192-.17-.384-.266-.569.009.015-.013.082.001.104M148.448 67.698c.052.192.081.398.081.598.008.067.015.067.015 0 0-.236-.029-.472-.089-.709 0 .022-.014.074-.007.111M148.042 68.584c.059.281.14.561.288.812-.007-.015.022-.089.008-.111-.148-.244-.229-.517-.295-.797a.351.351 0 00-.001.096M148.278 64.811c.229.089.458.177.694.236 0 0 .022-.103 0-.111-.236-.059-.465-.148-.694-.236 0 .001-.022.104 0 .111M148.448 65.793c.281.155.568.273.849.413-.007 0 .015-.096 0-.111-.281-.14-.568-.258-.849-.413.007.008-.022.097 0 .111M148.714 66.893c.14.177.295.332.465.48-.015-.015.022-.096 0-.111a3.576 3.576 0 01-.465-.48c.015.015-.022.089 0 .111M149.002 68.259c.118.192.177.399.207.62 0 .022.007-.015.007-.022 0-.022 0-.044-.007-.074-.03-.221-.081-.435-.207-.627.007.007-.015.081 0 .103M149.814 64.863c.029.133.059.266.089.391 0-.015.015-.074.007-.103l-.088-.384c0-.022-.008.015-.008.022v.074M151.859 64.051a2.95 2.95 0 01-.207.413c-.015.029.007.096 0 .111.081-.14.148-.273.207-.421.014-.029-.008-.088 0-.103M152.7 64.014c0 .229-.007.465-.059.694a.293.293 0 00.007.096c.059-.258.059-.524.059-.79 0-.066-.007-.066-.007 0M152.87 65.299c.022.207 0 .399-.022.598a.418.418 0 000 .096c.037-.258.059-.509.037-.768-.008-.044-.015.059-.015.074M153.512 66.524c-.037.273-.199.495-.399.679-.022.015.007.096 0 .111.199-.184.369-.413.406-.694.008-.022 0-.103-.007-.096M151.445 65.328c-.052.118-.133.221-.2.325-.007.015-.007.052-.007.067 0 .007.007.044.007.044.074-.111.148-.214.207-.332.007-.015 0-.044 0-.066.001-.001.001-.045-.007-.038M151.681 66.96a2.031 2.031 0 01-.288.332c-.022.015.007.096 0 .111.11-.096.199-.214.288-.332.007-.007.007-.037.007-.052.001-.008-.007-.052-.007-.059M150.958 67.823c-.288-.28-.421-.642-.295-1.048.015-.029-.008-.089 0-.111-.14.458-.052.938.295 1.27-.015-.015.022-.088 0-.111M149.991 66.915c.022.17.022.332-.029.495-.008.029.007.089.007.111.066-.229.059-.465.029-.701-.007-.022-.007.015-.007.022v.073M152.205 68.008c-.059.199-.17.377-.258.561-.015.029.007.096 0 .111.096-.192.199-.369.258-.568.015-.03-.007-.089 0-.104M153.63 68.598c-.118.221-.266.421-.406.628-.015.022.007.096.007.103.14-.199.28-.406.406-.62.015-.029-.014-.096-.007-.111M154.332 69.351c-.059.376-.089.768-.118 1.152 0 .015 0 .118.007.052.03-.369.059-.738.118-1.107 0-.023-.007-.104-.007-.097M155.232 68.015c0 .126.029.258.029.384 0 .081.007.007.007-.03 0-.126-.022-.258-.029-.384.001-.081-.007-.007-.007.03M145.65 63.815c-.052.384-.007.746.118 1.115-.007-.015.015-.081.007-.111-.103-.295-.162-.583-.118-.908a.92.92 0 00-.007-.096\"/>\n    <path fill=\"#84221A\" fill-rule=\"nonzero\" d=\"M141.413 59.659c-.111-.052-.221-.111-.347-.118a.296.296 0 000 .111c.125.007.236.066.347.118-.007 0 .022-.096 0-.111\"/>\n    <path fill=\"#7A2E26\" fill-rule=\"nonzero\" d=\"M141.472 60.67c-.037.022-.081.022-.118.029-.015 0-.007.111 0 .111.037-.008.081-.008.118-.03.015-.007-.015-.102 0-.11M142.137 61.01c-.029.096-.089.192-.192.222-.015 0 0 .111 0 .111.103-.029.162-.126.192-.229.007-.022.007-.044.007-.066a.145.145 0 00-.007-.038M142.823 59.984c.022-.059.066-.066.125-.074a.296.296 0 000-.111c-.059.007-.103.022-.133.074-.007.015 0 .052 0 .066.001.008.001.045.008.045M143.554 60.412c.044-.111.118-.2.14-.318.007-.022 0-.052 0-.074 0-.007 0-.044-.007-.022-.022.111-.096.199-.133.303-.007.022-.007.052-.007.074a.204.204 0 00.007.037M142.469 60.936c.037-.022.074-.044.118-.059.015-.015-.007-.111 0-.111a.62.62 0 00-.118.059c-.022.008.007.104 0 .111\"/>\n    <path fill=\"#7A2E26\" fill-rule=\"nonzero\" d=\"M142.395 60.825c.052 0 .096-.015.14-.022.015 0 0-.111 0-.111-.044.007-.088.022-.14.022a.296.296 0 000 .111M145.451 60.471a.464.464 0 01.022.384c-.015.03.007.089 0 .103.081-.185.059-.413-.015-.591.008.015-.014.074-.007.104\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M148.95 59.076c.62-.568 1.432-1.159 2.303-.952 0 0 .015-.103 0-.111-.871-.207-1.683.384-2.303.952-.022.022.015.096 0 .111M151.91 59.747c-.62-.421-1.698-.576-2.303-.059-.022.022.015.103 0 .111.605-.517 1.683-.362 2.303.059-.015-.007.022-.096 0-.111M149.555 60.692c.251.819.576 1.654.435 2.532-.007.022 0 .103.007.096.155-.952-.17-1.838-.443-2.731.009.015-.013.074.001.103M148.566 61.194c.155.827.052 1.661 0 2.495 0 .022 0 .125.007.059.059-.886.162-1.772 0-2.65.001-.007-.007.074-.007.096M149.88 60.582c.805.192 1.594.731 2.03 1.454-.007-.007.015-.081 0-.103-.436-.731-1.218-1.27-2.03-1.462 0 0-.015.111 0 .111M149.164 61.704c.007.509.044 1.019-.103 1.513-.007.029.007.089 0 .111.162-.531.118-1.078.118-1.624 0-.059-.015-.059-.015 0M150.434 61.593c.502.413.9 1.048.982 1.72 0 .037.007-.066.007-.081-.081-.679-.473-1.321-.989-1.75.007.008-.022.089 0 .111M146.706 62.988c.17-.236.377-.509.657-.613.022-.007 0-.111 0-.111-.281.103-.487.376-.657.62-.015.023.007.097 0 .104M147.917 58.64c-.111-.458-.45-.724-.82-.975.015.007-.015.089 0 .103.369.244.709.509.812.96 0-.014.015-.066.008-.088M147.201 58.625c-.421-.199-.856-.221-1.314-.221a.296.296 0 000 .111c.458 0 .893.022 1.314.222-.008-.001.022-.097 0-.112M148.515 58.559c.059-.435-.007-.849-.384-1.122.007.007-.015.089 0 .096.318.229.436.546.384.945-.008.014 0 .088 0 .081M150.102 59.076c.399-.214.827-.17 1.262-.17.008 0 .008-.111 0-.111-.435 0-.864-.044-1.262.17-.022.007.007.103 0 .111M150.81 60.139c.613.066 1.078.377 1.484.842-.03-.037.037-.177 0-.229-.406-.458-.871-.768-1.484-.834-.007-.001-.022.221 0 .221M148.131 61.822c-.147.583-.037 1.321-.709 1.565-.037.007.008.214 0 .221.679-.244.569-.982.709-1.572.022-.067-.015-.177 0-.214\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M149.555 61.364c.229.613.561 1.24.428 1.919-.008.044.007.214.015.192.155-.834-.148-1.557-.443-2.325.015.03-.029.155 0 .214M150.434 61.253c.591.081 1.115.605 1.196 1.218.007.044.015-.037.015-.037 0-.052 0-.103-.008-.155-.074-.62-.598-1.166-1.203-1.248-.007.001-.03.222 0 .222M150.427 62.139c.096.509.236 1.019.059 1.528-.022.059.015.177 0 .214.229-.635.067-1.299-.052-1.934 0-.022-.015.148-.007.192M150.102 59.917c.657-.111 1.351-.214 1.919.221-.022-.022.045-.192 0-.221-.568-.436-1.262-.339-1.919-.229-.03.008-.008.229 0 .229M148.906 58.611c.074-.539.554-.93 1.034-1.1.037-.015-.008-.221 0-.221-.495.177-.967.576-1.048 1.129a.504.504 0 000 .155c-.001.007.006.081.014.037M148.308 58.935c-.022-.598-.28-1.085-.539-1.609.007.029-.03.14-.007.192.229.472.509.93.524 1.469.007.14.022.015.022-.052M147.754 59.26c-.118-.539-.472-.893-.937-1.137.015.007-.037.199 0 .221.45.236.812.583.923 1.107.007.023.022-.146.014-.191M146.876 59.046c-.31-.214-.627-.413-1.004-.473-.007 0-.022.17 0 .177.377.052.694.251 1.004.465-.022-.006.029-.147 0-.169M148.78 61.556c.052.568.125 1.144-.162 1.661-.022.059.022.192.007.214.34-.62.236-1.351.17-2.03-.007-.088-.015.133-.015.155\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M149.445 61.253c.185.531.413 1.1.377 1.683-.008.037.007.244.015.111.044-.709-.155-1.351-.391-2.008.013.03-.024.155-.001.214M149.88 60.471c.546.17 1.085.347 1.484.782-.029-.029.037-.17 0-.221-.399-.435-.937-.613-1.484-.783.007 0-.029.215 0 .222M148.411 59.268c.059-.472.111-.945.111-1.424.007-.126-.015-.126-.015 0a11.89 11.89 0 01-.111 1.269c0 .022.008.243.015.155M147.422 58.965c-.406-.185-.76-.443-1.1-.731.029.022-.044.192 0 .229.339.28.694.539 1.1.723-.015-.007.037-.206 0-.221M147.252 61.814a1.344 1.344 0 00-.546.679c-.015.037-.007.096-.007.133 0 .015.007.089.015.081.111-.281.288-.509.539-.672.044-.021-.016-.206-.001-.221M147.953 62.235c-.007.391-.221.709-.48.982-.044.044.03.192 0 .221.31-.325.495-.687.502-1.144.001-.073-.014-.214-.022-.059M149.792 59.172c.325-.509 1.107-.554 1.631-.694.03-.007-.007-.221 0-.221-.532.14-1.307.185-1.631.701-.037.051.014.192 0 .214M146.204 59.164a1.52 1.52 0 01-.354-.17c.007.007-.022.125 0 .14.118.066.229.126.354.162 0 .001.022-.124 0-.132M146.278 61.777c-.118.044-.229.089-.31.192-.015.022-.007.081-.007.111v.074l.007.037c.081-.104.192-.148.31-.192.015-.007.007-.096.007-.111l-.007-.111M146.75 61.896c-.236.103-.406.303-.546.509-.03.037.015.155 0 .17.148-.207.317-.406.546-.502.03-.015-.015-.17 0-.177M147.643 62.117c-.207.495-.753 1.034-.354 1.587-.015-.015.037-.17 0-.214-.273-.384.214-.812.354-1.159.03-.059-.014-.184 0-.214M148.271 62.11c.015.502-.074.997-.162 1.491-.007.044.007.207.015.192.103-.583.185-1.151.17-1.742-.008-.155-.023-.015-.023.059M149.887 61.512c.362.48.687.997.842 1.587-.008-.037.029-.148.007-.214-.155-.59-.48-1.107-.849-1.594.023.036-.044.169 0 .221M150.072 61.128c.606.458 1.277.893 1.698 1.543-.015-.022.037-.17.007-.214-.428-.657-1.1-1.092-1.705-1.55.022.014-.037.191 0 .221\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M150.427 60.338c.229-.022.436-.015.65.067.192.066.347.229.524.332.17.103.347.199.495.347.184.199.184.531.244.79a.81.81 0 00.007-.162c-.044-.214-.066-.421-.14-.62-.066-.199-.236-.317-.406-.421-.192-.133-.391-.258-.583-.384-.237-.155-.524-.162-.79-.14-.016-.001-.009.191-.001.191\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M151.903 61.571c.066.192.148.384.214.576-.007-.022.015-.096 0-.14-.067-.192-.14-.384-.207-.576.008.022-.022.103-.007.14M150.22 58.5c.421-.118.856-.192 1.27-.34.037-.007-.007-.214 0-.221-.413.148-.849.221-1.27.34-.037.007 0 .221 0 .221M148.448 58.714a1.79 1.79 0 01.288-.598c.155-.236.177-.531.369-.753.044-.044-.022-.192 0-.221-.155.177-.214.406-.303.627-.111.258-.288.45-.362.731-.014.059.015.177.008.214M147.001 62.685c-.074.362-.059.746.074 1.093-.015-.03.029-.155.007-.214a1.214 1.214 0 01-.074-.687c.015-.052.007-.103.007-.155.001-.007-.006-.081-.014-.037M147.88 63.372c-.155.207-.155.524-.074.76 0 .007.015-.066.015-.074 0-.037.007-.089-.008-.125-.044-.133-.015-.244.067-.354.015-.022.007-.074.007-.103 0-.008-.015-.097-.007-.104M148.529 63.025c0 .207-.118.406-.207.591-.015.044.015.133.007.155.111-.229.207-.45.221-.708.001-.053-.013-.156-.021-.038M148.551 61.792v.266c0 .007 0 .111.015.111.007 0 .007-.103.007-.111v-.266c0-.007 0-.111-.007-.111-.015.001-.015.104-.015.111M148.256 61.947c.015.03.029.059.044.096.007.044.007.044.007.007 0 .015-.007.037-.007.052-.007.052-.007.104-.007.155 0 .007.007.081.015.037.037-.177.044-.399-.044-.561-.007-.015-.015.066-.015.074 0 .037-.015.103.007.14M147.828 61.8c-.044.14-.074.28-.096.428a.523.523 0 000 .148c0 .007.007.081.015.037.022-.133.044-.266.089-.399.015-.037.007-.089.007-.133 0-.008-.008-.089-.015-.081M147.503 61.822c-.199.244-.465.406-.731.554-.044.03.015.214 0 .221.266-.148.532-.31.731-.554.015-.022.007-.081.007-.111.001-.007-.014-.103-.007-.11M146.935 61.918c-.118.096-.258.17-.399.221-.037.007.007.214 0 .221a1.42 1.42 0 00.399-.221c.022-.015.015-.089.015-.111l-.015-.11M146.13 61.726c-.111.052-.236.096-.354.148-.03.015.015.17 0 .177.118-.052.243-.096.354-.148.037-.015-.007-.177 0-.177M148.581 61.622c0 .148.022.288.052.428.007.044.015-.029.015-.037 0-.052 0-.103-.007-.155-.015-.096-.037-.192-.044-.295a1.37 1.37 0 00-.007-.074.264.264 0 00-.009.133M148.957 61.453c0 .17.015.332.074.495.007.007.015-.074.015-.081 0-.037.007-.096-.007-.133a.927.927 0 01-.059-.28c0-.007 0-.111-.015-.111-.015-.001-.008.102-.008.11M149.245 61.416c.052.066.111.17.111.258 0 .007.007.089.015.081.015-.044.008-.096.008-.14a.737.737 0 00-.126-.413c-.007-.015-.015.066-.015.074 0 .037-.015.11.007.14M149.6 61.276a.573.573 0 01.332.17c0-.007.015-.103.015-.111 0-.03.007-.096-.015-.111a.58.58 0 00-.332-.17s-.03.214 0 .222M149.792 60.988c.148.118.31.207.495.236.007 0 .03-.214 0-.221a1.001 1.001 0 01-.495-.244s-.008.103-.008.118-.015.088.008.111M150.19 60.021c.133 0 .258.022.376.044.007 0 .029-.214 0-.221a2.038 2.038 0 00-.376-.044c-.015-.001-.015.221 0 .221M150.006 59.556c.081-.126.192-.214.303-.31.022-.015.015-.089.015-.111l-.015-.111c-.111.096-.229.192-.31.317-.015.029-.007.103-.007.14-.001.008.006.089.014.075M149.659 59.112a.843.843 0 01.155-.398c.022-.022.015-.081.015-.111 0-.007-.015-.103-.015-.111a.934.934 0 00-.17.428.575.575 0 000 .155c0 .001.007.082.015.037M149.371 58.906c.148-.207.244-.436.376-.65.022-.03.007-.103.007-.14 0-.007-.007-.089-.015-.074-.133.214-.229.443-.377.65-.022.03-.007.103-.007.14.001.007.008.089.016.074\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M148.721 58.175c0 .251.022.502.074.746.007.037.015-.029.015-.044 0-.044.007-.103-.007-.148a2.845 2.845 0 01-.059-.613c-.008-.155-.023-.007-.023.059M147.666 58.352c.037.089.088.177.133.258.03.059.052.111.074.17l.022.066c-.015-.044.007-.03-.015.015-.029.052.015.192 0 .214.066-.111.059-.288.029-.413-.044-.192-.162-.347-.236-.524.007.03-.037.155-.007.214M147.451 58.788c-.14-.148-.303-.266-.472-.391l-.007.111c0 .022-.007.103.007.111.17.126.332.244.472.391 0-.007.015-.103.015-.111 0-.03.008-.096-.015-.111M148.145 59.017c.096-.487.081-.974-.118-1.432.007.029-.037.155-.007.214.14.332.185.657.111 1.026-.007.044 0 .103 0 .148 0 .007.007.088.014.044M149.179 58.382a.548.548 0 000-.221c-.015-.001-.015.221 0 .221\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M148.013 59.039c.022-.273.088-.546.118-.819a1.328 1.328 0 000-.236c-.007-.059-.022-.059-.029 0-.022.273-.088.546-.118.819a1.328 1.328 0 000 .236c.006.051.021.051.029 0M150.995 60.751c.236.074.473.236.583.472.007.015.022-.103.022-.111 0-.059.015-.155-.007-.207-.118-.244-.354-.406-.598-.487.007.001-.052.319 0 .333M150.19 62.405a.825.825 0 01.015.421 1.251 1.251 0 000 .229c0 .015.008.125.022.059.059-.332.066-.701-.029-1.026-.007-.015-.022.104-.022.118-.001.059-.008.14.014.199M149.518 61.955c0 .281.015.554-.044.827a.764.764 0 000 .229c0 .008.007.118.022.059.074-.369.052-.738.052-1.115 0-.007 0-.162-.015-.162-.022-.001-.015.154-.015.162M149.171 62.257c-.096.362-.184.731-.258 1.1a.765.765 0 00-.007.229c0 .007.007.126.022.059.074-.362.162-.716.251-1.07.029-.089-.022-.266-.008-.318M149.637 62.486c0 .317.037.635 0 .945a1.328 1.328 0 000 .236c.007.059.022.059.022 0 .044-.391.015-.783.007-1.181 0-.007 0-.162-.015-.162-.022 0-.014.155-.014.162M147.422 62.656c.008-.096.008-.118 0-.059l-.022.067a.228.228 0 01-.044.096c-.03.052-.015.155-.007.207 0 .015.007.133.015.118.118-.207.111-.487.074-.716-.007-.067-.022.052-.022.059-.001.073-.001.154.006.228M148.396 61.999c.059.125.059.236.059.369 0 .015-.007.17.015.17.015 0 .015-.155.015-.17 0-.229.03-.48-.081-.694-.008-.015-.022.111-.022.118 0 .059-.015.155.014.207M148.662 61.881c.029.029.066.066.088.103.008.015.015.037.022.059.007.015.015.081.015.007 0 .037 0 .066.007.103 0-.007 0 .037.007.015.022-.059.015-.14.015-.207-.007-.162-.029-.31-.155-.413-.008 0-.015.059-.015.052-.007.037-.007.081-.007.118 0 .037 0 .081.007.118.001.008.001.037.016.045M148.987 61.586c.052.111.111.214.162.317.007.015.015-.015.015-.015 0-.037.007-.066.007-.103v-.125c-.007-.022 0-.059-.015-.081-.052-.103-.111-.207-.162-.31-.007-.015-.015.015-.015.015-.007.037-.007.066-.007.103v.125c.008.022 0 .059.015.074M149.718 61.32c.125.185.258.369.406.539-.007-.007.015-.148.015-.162 0-.044.015-.133-.015-.17a9.405 9.405 0 01-.399-.524c-.015-.015-.022.103-.022.118 0 .044-.015.162.015.199M150.094 60.7c.096.17.214.332.332.487 0-.007.022-.155.022-.17 0-.037.007-.133-.022-.162a4.212 4.212 0 01-.325-.48c-.007-.015-.022.103-.022.118.001.052-.014.155.015.207M146.418 59.017a1.473 1.473 0 00-.354-.214 1.066 1.066 0 00-.015.162c0 .022-.015.162.015.17.126.052.244.126.354.214l.015-.162c0-.03.015-.148-.015-.17M147.57 58.625l.022.052c0 .015.007.03.007.044.007.029.007.029.007 0 0 .037 0 .066.007.103 0-.008 0 .037.008.015.022-.059.015-.14.015-.207a.856.856 0 00-.059-.332c-.007-.015-.015.015-.015.015 0 .037-.008.066-.008.103.001.06-.007.148.016.207M148.478 57.762c.007.214-.015.443-.133.635-.022.052-.007.155-.007.207 0 .007.007.133.022.118.17-.303.162-.716.148-1.048 0-.015-.015-.133-.015-.118-.023.058-.015.139-.015.206M148.684 58.987c.192-.126.325-.325.428-.532a.494.494 0 00.008-.207c0-.015-.008-.133-.015-.118-.103.207-.236.399-.421.524-.03.022-.015.14-.015.17.001.008.008.171.015.163M149.245 58.965c.066-.066.125-.148.192-.214.007-.015.007-.037.015-.052v-.118-.118c0 .007-.007-.052-.015-.044-.066.066-.125.148-.192.214-.007.008-.007.037-.007.052-.007.037-.007.074-.007.118 0 .037 0 .074.007.118 0-.008.007.051.007.044M150.102 59.112c-.214 0-.428 0-.642-.022-.015 0-.03.332 0 .332.214.022.428.022.642.022.022.001.022-.332 0-.332M149.91 59.88c.281.17.554.354.849.509-.022-.015.059-.303 0-.332-.295-.155-.568-.339-.849-.509.029.015-.067.295 0 .332\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M149.932 60.464c.251.155.532.281.761.48-.007 0 .015-.155.015-.17 0-.029.007-.14-.015-.162-.229-.199-.509-.325-.761-.48l-.015.162c0 .029-.015.147.015.17M148.308 59.253c.037-.125.037-.258.037-.384 0-.007 0-.162-.015-.162-.022 0-.015.155-.015.162 0 .052 0 .007 0 0-.008.022-.008.044-.015.059-.022.066-.015.14-.015.207.007.03.007.066.007.096 0 0 .007.037.015.015M146.322 58.36c.221.273.502.473.775.687.199.155.354.421.569.546-.022-.015.066-.295 0-.332-.192-.111-.325-.347-.502-.495-.288-.244-.598-.443-.842-.738.037.051-.059.258 0 .332M146.795 59.26a7.286 7.286 0 01-.377-.435c-.007 0-.015.052-.015.052v.118c0 .037-.015.133.015.162.118.148.244.295.377.436 0 0 .015-.155.015-.17-.001-.03.014-.133-.015-.163M146.529 61.46c-.089.162-.162.332-.28.48-.022.029-.015.126-.015.162 0 .015.022.163.015.17.118-.155.199-.325.288-.487.029-.052.015-.155.015-.207-.001-.015-.016-.133-.023-.118M146.78 61.792c-.008.185-.067.369-.089.554-.015.081-.007.162 0 .236 0 .059.015.059.022 0 .03-.236.089-.458.096-.701 0-.059.007-.14-.015-.207.001-.007-.014.103-.014.118M147.651 63.328c.155-.531.14-1.085.125-1.631 0-.236-.029-.015-.029.089.007.413.015.819-.111 1.218-.022.095.03.265.015.324M148.16 62.043c.059.185.074.354.044.546a.714.714 0 00-.007.221c0 .015.015.125.022.066.059-.384.066-.782-.052-1.151-.007-.015-.022.103-.022.118 0 .06-.007.141.015.2M148.662 61.859c.177.229.236.524.221.812-.007.052.015.369.022.17.03-.435.044-.96-.244-1.314 0 .007-.022.148-.022.17.001.036-.006.132.023.162\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M148.795 61.637c.118.48.207.96.251 1.454.015.125.029-.192.022-.236a10.866 10.866 0 00-.266-1.543c.015.06-.029.229-.007.325M149.267 61.519c.207.288.391.591.495.938.007.015.022-.103.022-.118 0-.067.008-.14-.015-.207a3.092 3.092 0 00-.495-.937c.023.029-.058.25-.007.324M150.242 60.715c-.096-.17-.303-.192-.472-.177-.037 0-.015.332 0 .332.162-.015.376 0 .465.162.008.015.022-.103.022-.118 0-.052.014-.155-.015-.199\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M149.747 60.582a6.39 6.39 0 01.915-.052c.03 0 .03-.332 0-.332a6.24 6.24 0 00-.915.052c-.044.007-.015.332 0 .332M150.308 58.057c-.244.288-.369.687-.458 1.056a.764.764 0 000 .229c0 .015.007.125.022.059.074-.354.207-.738.436-1.011.029-.037.022-.125.022-.17 0-.015-.022-.163-.022-.163M148.98 58.337c.044.28.162.546.244.812a1 1 0 00.008-.318c-.074-.258-.192-.509-.236-.782-.007-.059-.022.052-.022.066-.002.075-.002.149.006.222M148.729 58.825a1.178 1.178 0 01-.251-.45c-.007-.022-.015.022-.015.015-.007.037-.007.066-.007.103 0 .059-.007.14.007.199.052.177.155.325.266.465.007.007.015-.052.015-.044v-.118c-.001-.045.014-.133-.015-.17M148.278 59.046c-.369-.125-.724-.273-1.034-.509.03.022-.066.281 0 .332.31.236.664.384 1.034.509-.007-.007.052-.317 0-.332\"/>\n    <path fill=\"#D8BFB8\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M140.158 62.42s-.613-1.056 1.093-1.58c0 0 .517.28.635.48 0 0-.302.495-1.27.627 0 0-.436.126-.458.473h0z\"/>\n    <path fill=\"#5E4019\" fill-rule=\"nonzero\" d=\"M141.288 61.12c-.281.17-.723.17-.812.561l.007.022c.081-.384.524-.384.805-.554 0-.006-.008-.029 0-.029\"/>\n    <path fill=\"#D8BFB8\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M140.335 62.25s.687.14 1.152-.199c.376-.273.517-.148.613-.126 0 0 .022-.347-.214-.605 0 0-.487.399-.841.502-.355.11-.599.074-.71.428h0z\"/>\n    <path fill=\"#DBA05F\" fill-rule=\"nonzero\" d=\"M148.692 58.95s-1.469.251-1.86.339c-.384.089-1.262.177-1.572.177-.303 0-.775-.244-1.1-.31-.325-.066-1.388-.177-1.772.221-.384.399-.635.531-.753.664-.126.133-.613.568-.635.76-.022.199.126.487.369.487.244 0 .76.517.76.627-.007.184.672.377 1.299.377 1.144-.007 1.713-.591 3.425-.384.93.111 2.65-.62 2.96-1.063.303-.45.487-.915.177-1.425-.302-.507-1.217-.455-1.298-.47\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M148.692 58.95s-1.469.251-1.86.339c-.384.089-1.262.177-1.572.177-.303 0-.775-.244-1.1-.31-.325-.066-1.388-.177-1.772.221-.384.399-.635.531-.753.664-.126.133-.613.568-.635.76-.022.199.126.487.369.487.244 0 .76.517.76.627-.007.184.672.377 1.299.377 1.144-.007 1.713-.591 3.425-.384.93.111 2.65-.62 2.96-1.063.303-.45.487-.915.177-1.425-.302-.507-1.217-.455-1.298-.47h0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M142.543 60.596s-.007.03-.015-.015l-.007-.044-.007-.022v-.029c-.008-.015.029.007.148-.111l.096-.155c-.007.007.148-.192.369-.244.229-.052.436-.015.465-.007.007-.015-.509-.022-.546.037.007-.037.502-.052.531-.022 0-.007-.472-.015-.509.052 0-.03.435-.052.48-.007 0 0-.081-.015-.103-.007l.037.007-.059-.007h-.037s.096.015.104.022c0 0 .044-.015-.126-.007 0 0-.103-.015-.273.037-.224.028-.216.33-.548.522\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M142.506 60.471c.015 0 .162-.059.303-.31-.044-.074.517-.288.576-.221 0 0 .148 0 .236.015\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M143.059 59.991c-.059-.008-.339.229-.317.243-.059.148-.221.244-.236.236M143.081 60.021c0-.015.384-.052.458-.022\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M143.008 60.124c-.007-.037.399-.096.435-.066\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M143.436 60.382l-.007-.007-.015-.022-.015-.015-.007-.015s-.015.007-.118.096c0 0-.044.03-.096.081-.007 0-.103.081-.214.148-.118.015-.288.089-.288.118-.007-.044.34-.133.332-.14.029.015-.303.081-.31.148-.015-.044.303-.125.317-.125.015.022-.281.067-.288.133 0 0 .037-.037.052-.037l-.015.015c.008-.015.022-.015.037-.022l.022-.007s-.059.029-.059.037c0 .007-.037 0 .074-.03 0 .006.28-.06.598-.356\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M143.384 60.316c0-.008-.125.118-.251.207 0 .022-.258.177-.325.155-.007-.007-.111.044-.155.103\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M143 60.626c.015-.022.184-.133.184-.133.052-.066.199-.177.199-.177M143.008 60.655c.007.007-.251.044-.288.111\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M143.081 60.648c.015.03-.28.111-.288.118\"/>\n    <path fill=\"#C5262C\" fill-rule=\"nonzero\" d=\"M143.842 59.194s-.022-.465-.465-.642c-.45-.177-.96-.199-1.144-.177-.185.022-.214.103-.443.14-.229.037-.472.148-.472.148s0-.022-.126.199c-.125.221-.325.332-.221.531.096.207.029.236.155.273.126.044-.059-.066-.059-.066s-.79.258-.598.738c.192.48.384.303.443.288.059-.007.443-.207.443-.207l.635-.598s.753-.288.834-.31c.081-.022.435.007.435.007l.583-.324z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M143.842 59.194s-.022-.465-.465-.642c-.45-.177-.96-.199-1.144-.177-.185.022-.214.103-.443.14-.229.037-.472.148-.472.148s0-.022-.126.199c-.125.221-.325.332-.221.531.096.207.029.236.155.273.126.044-.059-.066-.059-.066s-.79.258-.598.738c.192.48.384.303.443.288.059-.007.443-.207.443-.207l.635-.598s.753-.288.834-.31c.081-.022.435.007.435.007l.583-.324h0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M143.273 60.294c0 .111-.118.266-.266.332-.148.066-.266.03-.266-.089 0-.111.118-.266.266-.332.148-.066.266-.029.266.089\"/>\n    <path fill=\"#7A2E26\" fill-rule=\"nonzero\" d=\"M142.247 61.903c.125 0 .258 0 .384-.03.015-.007 0-.111 0-.111-.126.03-.258.03-.384.03a.296.296 0 000 .111M142.004 60.124c-.103 0-.074.125-.133.177-.015.007-.007.044-.007.059l.007.052c.059-.052.029-.177.133-.177a.296.296 0 000-.111M142.358 60.36c.052-.096.162-.14.258-.185.015-.015-.007-.111 0-.111-.103.044-.207.089-.258.192-.007.015-.007.044-.007.066 0 .001.007.045.007.038M142.816 60.973a.228.228 0 00.207-.096c.007-.015.007-.044.007-.059l-.007-.059c-.052.074-.118.111-.207.103 0 0-.008.111 0 .111M143.185 60.847a.683.683 0 00.325-.288c.007-.015 0-.052 0-.066 0 0 0-.044-.007-.037a.606.606 0 01-.317.273c-.023.015-.001.111-.001.118M142.609 60.242c-.081.14-.229.207-.317.332-.022.022.007.096 0 .111.089-.133.243-.199.325-.332.008-.015 0-.052 0-.066-.001-.008-.001-.045-.008-.045M142.86 62.014c.288.015.568-.022.849-.096.015-.007 0-.111 0-.111a2.74 2.74 0 01-.849.096c-.007 0-.015.111 0 .111M144.204 61.962c.376-.273.701-.509.819-.989.007-.03-.007-.089 0-.111-.125.48-.443.716-.819.989-.023.015.007.104 0 .111M144.425 61.305c.273-.162.465-.413.568-.716.015-.03-.007-.089 0-.103a1.313 1.313 0 01-.568.708c-.022.015.007.104 0 .111M144.299 59.622c.207-.022.436.148.576.281-.007-.015.022-.089 0-.111-.14-.133-.369-.303-.576-.28-.014-.001-.007.11 0 .11M149.681 60.464c.236-.384.111-.856-.14-1.203.008.015-.015.089 0 .111.207.288.347.65.14.982-.015.028.007.095 0 .11M145.577 59.925c.236.17.886.613.709.967-.015.029.015.096.007.111.244-.495-.391-.952-.716-1.188.007.006-.023.095 0 .11M147.422 61.696c.037-.103.052-.207.059-.317v-.074c0-.022-.007-.022-.007 0a.927.927 0 01-.059.281c-.007.022 0 .052 0 .074 0-.001 0 .036.007.036\"/>\n    <path fill=\"#5E4019\" fill-rule=\"nonzero\" d=\"M148.131 61.519a1.07 1.07 0 00.421-.192\"/>\n    <path fill=\"#84221A\" fill-rule=\"nonzero\" d=\"M141.096 59.888c.118 0 .258.066.244.214v.074c0 .022.007.022.007 0a.516.516 0 00-.022-.28c-.037-.089-.14-.118-.229-.118-.008-.001-.008.11 0 .11M141.672 60.109a.575.575 0 00-.052-.502c.007.015-.022.089-.007.111.066.089.096.177.059.28-.015.03.007.096 0 .111M142.137 59.615c-.029-.192-.096-.406-.273-.509.007 0-.022.096 0 .111.17.096.244.303.273.495 0 .022.007-.015.007-.022 0-.024 0-.053-.007-.075M142.55 59.519c.022-.185.007-.377-.14-.502.015.015-.022.096 0 .118.081.066.148.17.133.288v.074c0-.001.007.037.007.022M141.863 58.906c.399-.199 1.218-.295 1.535.111-.015-.015.015-.081 0-.111-.317-.406-1.137-.31-1.535-.111-.022.015.008.111 0 .111\"/>\n    <path fill=\"#7A2E26\" fill-rule=\"nonzero\" d=\"M140.904 60.582c.096-.133.066-.318-.022-.443.008.015-.022.089-.007.111a.493.493 0 01.059.103c.022.044-.007.089-.03.126-.007.015-.007.052-.007.067a.122.122 0 00.007.036M145.001 61.763a.549.549 0 00.251-.362.133.133 0 000-.074c0-.007 0-.044-.007-.022a.508.508 0 01-.244.347c-.015.007.015.103 0 .111M145.621 61.711a.32.32 0 00.074-.221.106.106 0 000-.066l-.007.037c0 .052-.037.103-.066.14-.015.007-.007.044-.007.052a.433.433 0 00.006.058M149.334 59.674a.817.817 0 01.067.576c0 .022.007.103.007.096.059-.251.059-.546-.074-.782.007.014-.015.08 0 .11M148.965 60.05c.066.177.066.369.044.561 0 .015 0 .118.007.074.03-.251.044-.502-.052-.746.008.022-.014.082.001.111M148.61 60.375c0 .133.007.266-.044.399-.007.029.015.089.007.103.059-.155.052-.332.052-.502 0-.067-.015-.067-.015 0\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" d=\"M153.623 71.212l.081.221s.015.044.052.081l-.118-.332-.015.03z\"/>\n    <path fill=\"#53B748\" fill-rule=\"nonzero\" d=\"M145.429 60.685c0-.03.007-.052.007-.074 0 .022-.007.044-.007.074M145.466 60.441c0 .015-.007.029-.007.037-.001-.007.007-.022.007-.037M145.466 60.427v0\"/>\n    <path fill=\"#DBDCDD\" fill-rule=\"nonzero\" d=\"M145.2 57.872c-1.476.089-2.923-.893-2.923-.893a2.282 2.282 0 01-1.934-2.008c-.731-.281-1.358-2.156-1.358-2.156-1.129.679-2.547.007-2.547.007s0-.273-1.277 0c-1.277.281-1.063-.236-1.063-.236s.517-.517-1.75 0c-2.259.517.185-.672.185-.672-.657.199-2.813.354-2.813.354-.79.037-1.594.428-2.466.672-.546.155-1.476.339-1.941.539-1.255.539-3.772 1.69-5.846 2.502-2.731 1.07-4.894 1.89-4.754 1.853.17-.037 2.968-1.809 6.467-3.396 3.248-1.476 6.976-2.842 8.858-3.374 2.443-.805 4.444-.421 5.573-.007.546.199 3.565-.096 4.916.066 1.351.155 1.491 2.377 1.491 2.377.258.155.347 2.244.347 2.244s-.746.022.133.14c.871.118 2.48 1.388 2.48 1.388.546 0 .606-.015.606-.015s.317-.406.76-.569c.436-.17.842-.339 1.329-.376a10.627 10.627 0 011.683.015c.494.059 1.07.059 1.764.192s.768.17.989.243c.221.074.413.022.413.022.901-.376 2.576-1.041 2.96-.967 0 0 .635-.155.967-.421.34-.266 1.122-.893 1.122-.893s-.539-3.772 3.293-3.403c3.831.369 8.917.856 9.936 1.019 1.019.155 4.665 1.196 5.536 1.624.871.421 3.381 1.543 4.503 2.037.45.199 2.178.967 3.455 1.469a12.78 12.78 0 013.351 2.023c-1.203-.509-2.178-1.092-3.122-1.506-.775-.332-1.58-.487-2.207-.768-1.329-.591-2.348-1.13-3.152-1.499-2.968-1.388-2.945-1.44-4.148-1.535-.827-.067.598 1.011.598 1.011s-2.717-1.056-3.588-1.425-1.602-.532-2.429-.48c-.819.059-1.454-.103-1.941-.258-.48-.162-3.248-.266-3.735-.317-.48-.059-.871-.162-.871-.162l.192.317-1.358-.214-.384.583s-1.314.266-1.41-.155c-.096-.428-.775 1.897-1.115 2.584-.34.687-1.89.465-2.274.886-.391.421-1.218.701-1.41.812-.199.103-.782.052-1.122.052-.509 0-.074.007-.908.17 0 0-.716-.007-.989-.118-.273-.118-.871-.288-1.181-.376-.413-.118-2.717-.17-3.041-.148-.332.015-.886.185-1.248.332-.369.148-1.004.539-1.004.635\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M145.2 57.872c-1.476.089-2.923-.893-2.923-.893a2.282 2.282 0 01-1.934-2.008c-.731-.281-1.358-2.156-1.358-2.156-1.129.679-2.547.007-2.547.007s0-.273-1.277 0c-1.277.281-1.063-.236-1.063-.236s.517-.517-1.75 0c-2.259.517.185-.672.185-.672-.657.199-2.813.354-2.813.354-.79.037-1.594.428-2.466.672-.546.155-1.476.339-1.941.539-1.255.539-3.772 1.69-5.846 2.502-2.731 1.07-4.894 1.89-4.754 1.853.17-.037 2.968-1.809 6.467-3.396 3.248-1.476 6.976-2.842 8.858-3.374 2.443-.805 4.444-.421 5.573-.007.546.199 3.565-.096 4.916.066 1.351.155 1.491 2.377 1.491 2.377.258.155.347 2.244.347 2.244s-.746.022.133.14c.871.118 2.48 1.388 2.48 1.388.546 0 .606-.015.606-.015s.317-.406.76-.569c.436-.17.842-.339 1.329-.376a10.627 10.627 0 011.683.015c.494.059 1.07.059 1.764.192s.768.17.989.243c.221.074.413.022.413.022.901-.376 2.576-1.041 2.96-.967 0 0 .635-.155.967-.421.34-.266 1.122-.893 1.122-.893s-.539-3.772 3.293-3.403c3.831.369 8.917.856 9.936 1.019 1.019.155 4.665 1.196 5.536 1.624.871.421 3.381 1.543 4.503 2.037.45.199 2.178.967 3.455 1.469a12.78 12.78 0 013.351 2.023c-1.203-.509-2.178-1.092-3.122-1.506-.775-.332-1.58-.487-2.207-.768-1.329-.591-2.348-1.13-3.152-1.499-2.968-1.388-2.945-1.44-4.148-1.535-.827-.067.598 1.011.598 1.011s-2.717-1.056-3.588-1.425-1.602-.532-2.429-.48c-.819.059-1.454-.103-1.941-.258-.48-.162-3.248-.266-3.735-.317-.48-.059-.871-.162-.871-.162l.192.317-1.358-.214-.384.583s-1.314.266-1.41-.155c-.096-.428-.775 1.897-1.115 2.584-.34.687-1.89.465-2.274.886-.391.421-1.218.701-1.41.812-.199.103-.782.052-1.122.052-.509 0-.074.007-.908.17 0 0-.716-.007-.989-.118-.273-.118-.871-.288-1.181-.376-.413-.118-2.717-.17-3.041-.148-.332.015-.886.185-1.248.332-.369.148-1.004.539-1.004.635\"/>\n    <path fill=\"#452C25\" fill-rule=\"nonzero\" d=\"M145.355 57.437s-.155.118-.199.413c-.037.295-.015.177-.015.177\"/>\n    <path fill=\"#58504D\" fill-rule=\"nonzero\" d=\"M152.796 57.001c.199.14.399.295.568.465.007.007.066.059.044.015a.475.475 0 00-.089-.118 5.358 5.358 0 00-.635-.524c-.029-.022.008.037.015.044.023.045.06.089.097.118\"/>\n    <path fill=\"#C38F2C\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M143.96 129.699c-.768 1.388-2.347 4.252-2.347 4.252l-1.107-.037s.642-1.359 2.384-4.296c1.735-2.938 2.901-4.341 2.901-4.341l1.107.037s-2.163 3.004-2.938 4.385h0z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M172.085 94.768c-.627-2.945-2.097-6.105-3.536-8.851M173.333 93.454c-1.373-4.023-3.78-8.667-6.467-12.778M172.926 89.526c-1.653-4.215-5.064-12.454-7.685-15.775M174.336 91.217c-1.189-4.533-3.816-10.571-5.219-13.413M174.742 89.844c-1.248-5.012-2.842-9.419-3.846-11.723M175.554 90.516c-.377-3.994-2.436-10.637-4.001-14.114M175.119 85.533c-.155-1.949-.782-5.972-1.218-7.729\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M111.539 81.724c-.052.48.199 1.499.701 2.008.502.517 1.292.901 2.141.797M189.536 81.724c.052.48-.199 1.499-.701 2.008-.502.517-1.292.901-2.141.797\"/>\n    <path fill=\"#EB2027\" fill-rule=\"nonzero\" d=\"M.5 150.502h300V200.5H.5z\"/>\n  </g>\n</svg>\n</li><li title=\"cif ee \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 191\">\n  <g fill=\"none\">\n    <path fill=\"#4891D9\" d=\"M.5.5h300v190H.5z\"/>\n    <path fill=\"#000\" d=\"M.5 63.833h300V190.5H.5z\"/>\n    <path fill=\"#FFF\" d=\"M.5 127.166h300v63.333H.5z\"/>\n  </g>\n</svg>\n</li><li title=\"cif eg \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"   viewBox=\"0 0 301 201\">\n  <defs>\n    <path id=\"a\" d=\"M18.574 2.844a4.434 4.434 0 01-.283.009c-2.068 0-6.873-1.061-8.725-2.652C7.627 1.671 2.743 2.853.708 2.853a1.58 1.58 0 01-.283-.029c-.005.464.02.944.048 1.381.108 1.634.394 3.273.829 4.85 1.369 4.965 4.172 9.184 8.19 12.384 4.022-3.203 6.827-7.426 8.2-12.395a24.38 24.38 0 00.832-4.85c.03-.427.054-.896.05-1.35z\"/>\n    <path id=\"c\" d=\"M18.574 2.844a4.434 4.434 0 01-.283.009c-2.068 0-6.873-1.061-8.725-2.652C7.627 1.671 2.743 2.853.708 2.853a1.58 1.58 0 01-.283-.029c-.005.464.02.944.048 1.381.108 1.634.394 3.273.829 4.85 1.369 4.965 4.172 9.184 8.19 12.384 4.022-3.203 6.827-7.426 8.2-12.395a24.38 24.38 0 00.832-4.85c.03-.427.054-.896.05-1.35z\"/>\n  </defs>\n  <g fill=\"none\" fill-rule=\"evenodd\">\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M.5 100.5h300v100H.5z\"/>\n    <path fill=\"#CE1126\" fill-rule=\"nonzero\" d=\"M.5.5h300v100H.5z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M.5 67.166h300v66.667H.5z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M150.5 131.77c6.647 0 13.008-.526 16.738-1.578 1.578-.286 1.578-1.099 1.578-2.152 1.578-.526.765-2.39 1.865-2.39-1.1.287-1.339-1.865-2.677-1.577 0-1.865-1.865-2.104-3.443-1.579-3.157 1.052-8.752 1.292-14.06 1.292-5.308-.239-10.855-.239-14.06-1.292-1.578-.525-3.442-.286-3.442 1.579-1.34-.287-1.578 1.865-2.678 1.577 1.1 0 .286 1.864 1.865 2.39 0 1.052 0 1.866 1.626 2.152 3.68 1.052 10.041 1.578 16.688 1.578h0z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M150.77 101.3l22.829 21.193-1.625-38.49c-.239-5.833-5.308-4.495-8.991-2.391-3.73 2.391-7.986 2.391-12.482.813-4.495 1.578-8.751 1.578-12.481-.813-3.682-2.104-8.751-3.443-8.99 2.391l-1.626 38.49L150.77 101.3h0z\"/>\n    <path fill=\"#C09300\" fill-rule=\"nonzero\" d=\"M157.147 89.073l.766 18.552 2.151 2.104-.813-20.417c-.526 0-1.865 0-2.104-.239z\"/>\n    <path fill=\"#C09300\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"square\" stroke- d=\"M151.553 105.52l3.204 14.585-1.053 1.052-1.1-.813-1.817-13.006.765 13.006-1.052 1.339-1.052-1.339.765-13.006-1.817 13.006-1.101.813-1.051-1.052 3.204-14.585z\"/>\n    <path fill=\"#C09300\" fill-rule=\"nonzero\" d=\"M131.657 82.663l-1.578 37.44-2.678 2.389 1.626-38.49c.765-.526 2.104-1.338 2.63-1.339zM134.863 85.343l-1.339 31.318-2.677 2.74 1.626-36.163c.526.526 2.105 1.816 2.391 2.104v.001h-.001zM137.78 87.733l-1.052 26.121-2.152 2.103 1.339-29.801c.526.525 1.578 1.29 1.865 1.577zM140.937 89.073l-1.052 22.262-2.104 1.707 1.052-24.782c.526.239 1.578.813 2.104.813zM143.853 89.073l-.766 18.552-2.151 2.104.813-20.417c.526 0 1.865 0 2.104-.239zM169.343 82.663l1.578 37.44 2.678 2.389-1.626-38.49c-.764-.526-2.104-1.338-2.63-1.339zM166.137 85.343l1.339 31.318 2.677 2.74-1.626-36.163c-.526.526-2.105 1.816-2.391 2.104v.001h.001zM163.22 87.733l1.052 26.121 2.152 2.103-1.339-29.801c-.526.525-1.578 1.29-1.865 1.577zM160.063 89.073l1.052 22.262 2.104 1.707-1.052-24.782c-.525.239-1.578.813-2.104.813z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M143.327 99.113l-6.36 22.568 8.752 1.339 3.729-16.975zM157.673 99.113l6.36 22.568-8.751 1.339-3.73-16.975z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M159.777 106.813l-.765 1.864-4.135-3.949M152.4 111.287l2.906 4.414m-.906 4.405l.93-4.399.812-4.474 1.947 2.636.854-3.04 2.725 2.795-1.386 5.084-1.912-3.145-1.052 3.204-1.964-3.054M141.224 106.813l.765 1.864 4.135-3.949\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M144.087 102.14l.865 8.116 2.63-3.443M146.53 108.15l1.437 4.958M148.53 111.287l-2.906 4.414m.907 4.405l-.93-4.399-.812-4.474-1.947 2.636-.854-3.04-2.725 2.795 1.386 5.084 1.913-3.145 1.052 3.204 1.964-3.054\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M138.83 121.157l1.767-2.481 1.151 3.819 1.578-2.677 1.052 3.204M162.24 121.157l-1.767-2.481-1.151 3.819-1.578-2.677-1.052 3.204\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M141.463 121.68c2.151.287 4.543.526 6.408.287 1.051 0 1.816 1.817-.287 2.104-1.864.238-4.782 0-6.36-.288-1.339-.239-4.256-.765-6.121-1.292-1.865-.812-.525-2.389.526-2.151a35.005 35.005 0 005.834 1.34h0zM159.54 121.68c-2.152.287-4.543.526-6.36.287-1.1 0-1.865 1.817.239 2.104 1.865.238 4.782 0 6.359-.288 1.339-.239 4.256-.765 6.121-1.292 1.866-.812.527-2.389-.526-2.151a34.969 34.969 0 01-5.833 1.34h0z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M134.863 120.63c-1.626-.287-2.391 1.577-1.864 2.629.239-.526 1.339-.526 1.578-1.052.286-.812-.239-.812.286-1.577h0zM141.224 125.52c0-1.051 1.051-.922 1.051-1.974 0-.526-.286-1.339-.812-1.339s-1.053.526-1.053 1.052c-.239 1.052.814 1.21.814 2.261zM148.794 122.493c1.577 0 1.421 2.104.655 3.157 0-.765-1.339-1.052-1.339-1.577 0-.814 1.209-.814.684-1.58h0zM166.137 120.63c1.626-.287 2.392 1.577 1.865 2.629-.239-.526-1.339-.526-1.578-1.052-.287-.812.239-.812-.287-1.577h0zM159.777 125.52c0-1.051-1.051-.922-1.051-1.974 0-.526.286-1.339.813-1.339.526 0 1.052.526 1.052 1.052.239 1.052-.814 1.21-.814 2.261h0zM152.207 122.493c-1.577 0-1.421 2.104-.656 3.157 0-.765 1.339-1.052 1.339-1.577 0-.814-1.209-.814-.683-1.58z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M135.39 121.157c.527 0 1.339.239 1.578.525l-1.578-.525zM138.017 121.97c.287 0 1.339.239 1.865.525l-1.865-.525zM147.584 123.02c-.526 0-1.578 0-1.865.238l1.865-.238zM144.667 123.02c-.286-.287-1.339-.287-1.865 0h1.865z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M165.613 121.157c-.526 0-1.292.239-1.578.525l1.578-.525zM162.983 121.97c-.286 0-1.339.239-1.865.525l1.865-.525zM153.417 123.02c.526 0 1.578 0 1.865.238l-1.865-.238zM156.334 123.02c.286-.287 1.339-.287 1.865 0h-1.865z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M156.963 102.14l-.865 8.116-2.63-3.443\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M150.493 109.577c10.881-8.369 9.948-20.628 9.948-20.628a4.27 4.27 0 01-.847.086c-2.282 0-7.726-1.306-8.996-2.964-1.36 1.501-6.923 2.964-9.191 2.964-.287 0-.574-.029-.847-.086 0 0-.947 12.258 9.933 20.628h0z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M159.573 89.846a4.434 4.434 0 01-.283.009c-2.069 0-6.873-1.061-8.725-2.652-1.94 1.47-6.824 2.652-8.859 2.652a1.58 1.58 0 01-.283-.029c-.005.464.019.944.048 1.381.107 1.633.394 3.273.829 4.851 1.369 4.965 4.172 9.184 8.191 12.385 4.022-3.203 6.828-7.427 8.2-12.396a24.38 24.38 0 00.832-4.85c.03-.427.053-.896.05-1.351z\"/>\n    <g transform=\"translate(141 87)\">\n      <mask id=\"b\" fill=\"#fff\">\n        <use xlink:href=\"#a\"/>\n      </mask>\n      <path fill=\"#C09300\" fill-rule=\"nonzero\" d=\"M-1.9-2.698h7.857v27.096H-1.9z\" mask=\"url(#b)\"/>\n    </g>\n    <g transform=\"translate(141 87)\">\n      <mask id=\"d\" fill=\"#fff\">\n        <use xlink:href=\"#c\"/>\n      </mask>\n      <path fill=\"#C09300\" fill-rule=\"nonzero\" d=\"M12.829-2.698h8.275v27.096h-8.275z\" mask=\"url(#d)\"/>\n    </g>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M154.367 108.15l-1.437 4.958\"/>\n    <path fill=\"#C09300\" fill-rule=\"nonzero\" d=\"M134.947 125.36c-.178-.034-.271-.175-.227-.341.055-.203.217-.319.371-.265.098.035.276.215.277.28.001.074-.093.251-.134.251-.018 0-.045.016-.061.034-.033.039-.137.058-.226.041zm18.308 1.307c-.066-.024-.172-.173-.172-.241.001-.129.191-.339.31-.341.058 0 .218.083.278.145.108.113.085.298-.051.403-.067.052-.267.071-.365.034zm.122.827c-.14-.047-.191-.116-.203-.271-.012-.162.004-.187.175-.28l.122-.066.116.051c.16.071.231.148.237.256.006.116-.08.234-.213.294-.119.052-.126.053-.234.016zm-18.087-1.022c.086-.074.087-.149.004-.185-.052-.022-.083-.017-.187.033s-.123.069-.117.119c.007.057.051.076.207.09.014.001.056-.024.093-.057zm2.81 1.468a4.308 4.308 0 00-.414-.099c-.35-.067-.894-.19-1.041-.235a4.11 4.11 0 00-.251-.065 3.573 3.573 0 01-.439-.129 6.396 6.396 0 00-.376-.104 3.287 3.287 0 01-.358-.106.598.598 0 00-.155-.044.384.384 0 01-.131-.044.813.813 0 00-.244-.059c-.185-.017-.322-.082-.401-.189-.066-.091-.068-.162-.007-.288a.473.473 0 00.048-.139c0-.023.022-.061.05-.084.027-.023.049-.052.049-.065 0-.028.116-.197.185-.268.09-.093.277-.183.382-.184.062-.001.116-.017.143-.043.03-.029.098-.047.218-.056l.174-.014.068-.121a.532.532 0 00.069-.193.388.388 0 01.039-.144c.021-.04.053-.137.072-.217.07-.301.12-.468.15-.497.043-.043.039-.061-.036-.154-.04-.05-.088-.082-.122-.081a.483.483 0 00-.263.095c-.086.09-.199.149-.285.15a.422.422 0 01-.328-.183c-.045-.078-.045-.082.007-.188.034-.069.078-.118.122-.134.104-.039.368-.02.429.032.043.037.076.041.214.025a.506.506 0 00.175-.038c.007-.011.062-.027.123-.037.061-.009.116-.032.123-.05.007-.019.053-.041.101-.05a.247.247 0 00.116-.05c.016-.019.061-.034.1-.035.055 0 .081.017.114.076.037.068.039.095.012.234-.017.087-.05.197-.076.247a.478.478 0 00-.045.183.222.222 0 01-.048.149.203.203 0 00-.049.11c0 .03-.017.072-.038.092a.477.477 0 00-.064.188.751.751 0 01-.056.199.534.534 0 00-.046.16c-.008.062-.031.125-.051.141-.02.016-.035.064-.035.105 0 .042-.02.116-.045.164a.797.797 0 00-.062.216.544.544 0 01-.048.176.51.51 0 00-.048.168.527.527 0 01-.053.175c-.033.05-.031.062.015.122.074.098.291.168.512.166.172-.001.181-.005.243-.081a.453.453 0 00.081-.193.684.684 0 01.051-.18.534.534 0 00.034-.202c-.001-.127-.007-.141-.091-.205-.083-.064-.087-.074-.06-.133.028-.061.142-.113.249-.114a.222.222 0 00.1-.046.44.44 0 01.113-.062.56.56 0 00.148-.102c.109-.098.177-.101.232-.008.035.058.034.076-.003.18a.792.792 0 00-.041.222c.001.059-.014.123-.033.145a.429.429 0 00-.059.147c-.014.06-.041.151-.062.204a.628.628 0 00-.037.193.5.5 0 01-.049.192c-.071.137-.062.22.028.26.021.009.066.032.101.051a.406.406 0 00.163.034c.055 0 .149.021.208.046.06.025.179.052.267.06.155.014.159.012.229-.064a.515.515 0 00.102-.214l.045-.19a.31.31 0 00-.094-.284c-.137-.127-.08-.297.1-.299a.817.817 0 00.344-.138c.15-.142.244-.179.336-.133.073.036.096.136.051.216a1.029 1.029 0 00-.068.205 8.45 8.45 0 01-.083.314 5.456 5.456 0 00-.088.361 3.409 3.409 0 01-.085.333.94.94 0 00-.046.188.63.63 0 01-.052.166c-.083.195-.208.233-.469.145zm-3.225.012c-.165-.155-.139-.269.106-.451.104-.078.168-.069.287.04.184.168.192.274.029.418-.08.071-.115.086-.209.087-.098.001-.125-.011-.213-.094zm1.016.309a.287.287 0 01-.208-.363c.043-.145.068-.159.28-.161.238-.002.285.037.287.247.001.118-.008.146-.067.2a.355.355 0 01-.292.077zm29.702.026c-.076-.063-.091-.091-.092-.172-.001-.137.078-.237.249-.315.227-.103.32-.089.406.062.114.201.108.282-.028.417-.075.075-.089.079-.262.081-.169.001-.189-.003-.273-.073zm-28.353.383c-.121-.032-.184-.123-.186-.269-.001-.111.007-.129.085-.19a.454.454 0 01.193-.082c.089-.012.121-.004.193.046.184.129.223.257.116.381-.113.131-.22.162-.401.114zm7.306.327l-.093-.081.013-.201c.007-.11.029-.244.049-.297a.963.963 0 00.036-.27 1.047 1.047 0 01.034-.276c.019-.057.051-.268.071-.47.02-.202.047-.395.059-.428a.7.7 0 00.022-.198 1.233 1.233 0 01.044-.294c.029-.1.045-.24.045-.384 0-.125.011-.265.025-.311a.6.6 0 00.025-.141c-.001-.059.086-.197.123-.197.012 0 .063.058.113.128.05.071.15.183.223.25.32.296.306.27.202.367-.038.036-.081.065-.094.065-.014 0-.055.031-.092.068-.055.056-.066.09-.066.199a.743.743 0 01-.038.227c-.035.087-.07.411-.083.757a.498.498 0 01-.028.168c-.013.02-.028.193-.034.385-.006.192-.021.365-.034.384a.342.342 0 00-.025.131c-.004.195-.047.372-.105.433-.046.048-.082.06-.177.062-.103.005-.136-.008-.215-.076zm9.684-.221l.131-.038-.009-.125-.009-.125-.104-.006c-.087-.005-.115.005-.169.062-.096.101-.107.173-.034.227l.062.044.132-.039zm-.759.518c-.052-.072-.055-.089-.031-.221.014-.079.028-.214.029-.299a.617.617 0 01.032-.209.315.315 0 00.028-.133c-.001-.063.021-.102.098-.175.055-.052.099-.106.099-.121 0-.031.195-.182.236-.183.016 0 .049-.022.074-.049a.172.172 0 01.112-.049.252.252 0 00.133-.056c.062-.052.066-.068.064-.264a1.066 1.066 0 00-.043-.318.507.507 0 01-.035-.162 3.224 3.224 0 00-.017-.304c-.02-.224-.029-.259-.088-.317-.036-.036-.079-.065-.096-.065-.032 0-.149-.137-.133-.155.172-.184.479-.473.513-.484.07-.022.176.025.203.091.013.033.032.176.042.318.009.142.029.324.043.403.014.079.039.327.055.551.016.224.04.445.054.492.014.046.034.251.045.455.011.204.032.413.046.464.048.175.249.28.392.205.024-.012.131-.037.238-.054.249-.04.253-.048.231-.402-.015-.246-.023-.28-.083-.354a.304.304 0 00-.129-.096c-.068-.016-.111-.074-.112-.152 0-.055.129-.185.21-.21a.758.758 0 00.165-.109c.142-.116.235-.124.323-.03.056.061.062.092.081.413.015.248.032.368.061.419.03.052.042.138.044.315.001.166.015.271.043.332.035.079.036.098.005.165-.019.042-.043.1-.051.129-.02.067-.058.078-.288.084a1.579 1.579 0 00-.287.033 1.84 1.84 0 01-.325.033c-.528.013-1.249.074-1.288.109-.029.026-.114.035-.337.037l-.298.003-.058-.08zm-11.259-1.981c.066-.046.071-.107.01-.123-.077-.019-.14-.126-.145-.247-.01-.218-.112-.23-.302-.037a2.177 2.177 0 01-.185.167l-.086.065.062.063c.105.105.222.147.414.148.124.002.194-.01.232-.036zm.776 2.377c-.038-.013-.069-.031-.069-.041 0-.023-.237-.168-.274-.167-.015 0-.034-.029-.042-.065a3.209 3.209 0 00-.067-.224c-.05-.152-.049-.268.002-.299.037-.023.024-.097-.026-.139-.03-.025-.108-.044-.219-.051-.235-.015-.262-.022-.344-.091-.059-.049-.076-.088-.094-.217a.45.45 0 00-.066-.202c-.046-.048-.124-.06-.146-.024-.007.012-.047.028-.089.036-.051.01-.084.036-.1.078a.761.761 0 01-.088.146c-.062.079-.072.083-.225.085a.828.828 0 01-.244-.031c-.098-.038-.207-.055-.479-.074-.39-.026-.57.003-.6.097-.042.131-.356.4-.494.423a1.58 1.58 0 00-.208.052c-.059.019-.118.029-.132.021a2.261 2.261 0 00-.292-.047c-.279-.034-.381-.081-.382-.174-.001-.057.17-.143.236-.119.071.026.188.024.188-.002 0-.012.061-.035.135-.051a.432.432 0 00.165-.063c.017-.019.063-.035.102-.036.059 0 .086-.022.146-.114a.518.518 0 00.073-.147c0-.019.022-.061.049-.095a.256.256 0 00.048-.151.691.691 0 01.036-.195c.035-.099.034-.115-.02-.273a.61.61 0 00-.089-.186c-.017-.01-.045-.056-.061-.102-.044-.122.003-.232.18-.421a.286.286 0 00.051-.115c.017-.081.073-.126.158-.127.062-.001.18.129.181.199a.22.22 0 00.041.107c.024.033.05.141.064.274.024.228.065.463.095.552.026.077.162.182.235.182.035 0 .132.015.215.034.083.018.215.033.295.032.144-.001.145-.001.292-.149a.793.793 0 00.147-.175c-.004-.096-.326-.269-.585-.314-.091-.016-.154-.127-.135-.234.017-.091.138-.25.256-.335.045-.033.194-.091.332-.129l.25-.07.069-.135c.132-.257.409-.461.631-.463.111-.001.134.012.223.122l.103.127c.098.121.153.264.139.358-.014.088.023.228.061.228.034 0 .399.354.416.405.009.026.026.047.038.046.031 0 .076.16.078.276.002.172-.036.197-.303.202a1.619 1.619 0 00-.344.038l-.112.033-.006.133c-.008.18.037.23.233.259a.53.53 0 01.174.046c.014.013.055.024.091.024a.24.24 0 01.114.033c.044.031.049.065.052.341l.003.308.082.024a.344.344 0 01.112.053c.059.056.137.032.169-.051.016-.043.039-.1.051-.127.011-.026.031-.189.044-.36.012-.172.038-.355.057-.408.019-.053.046-.226.059-.383.014-.158.037-.302.053-.32.016-.019.033-.169.039-.341.009-.247.02-.318.054-.355.036-.039.043-.094.04-.345l-.004-.298-.1-.083c-.067-.055-.101-.103-.101-.143-.001-.087.023-.112.148-.158l.212-.077a.395.395 0 00.124-.065.595.595 0 01.218-.139c.019 0 .053.019.077.043.054.056.059.284.008.379a.568.568 0 00-.035.228.915.915 0 01-.036.264 2.955 2.955 0 00-.064.514c-.014.225-.039.432-.056.461a.596.596 0 00-.028.216 2.43 2.43 0 01-.035.368c-.02.112-.047.301-.059.42a1.522 1.522 0 01-.058.298 1.084 1.084 0 00-.049.254.823.823 0 01-.06.255.37.37 0 00-.045.126c.001.061-.129.283-.165.284-.017 0-.041.021-.055.046-.014.025-.059.052-.101.061a.456.456 0 00-.144.062.695.695 0 01-.414.047zm21.033-1.891c.155-.067.199-.148.138-.258-.052-.094-.128-.132-.252-.124-.144.009-.262.104-.261.209.001.068.018.092.108.152a.73.73 0 00.126.072.793.793 0 00.141-.051zm-1.995.018c.107-.049.119-.064.119-.134 0-.109-.099-.237-.245-.318-.155-.086-.211-.084-.28.008-.054.072-.054.078-.015.184a.741.741 0 01.041.146c0 .048.152.168.212.168a.57.57 0 00.168-.054zm-.889.084a.725.725 0 00-.003-.207c-.015-.105-.034-.146-.094-.198-.09-.078-.137-.07-.244.038-.069.07-.079.097-.082.223-.004.198.023.223.237.221.17-.001.17-.001.186-.077zm-1.986.372c.086-.044.107-.092.085-.198a.186.186 0 00-.331-.078.283.283 0 00-.054.094c0 .012-.016.035-.036.052-.029.023-.031.041-.008.081a.227.227 0 00.056.068c.047.03.214.019.288-.019zm3.16.285c.07-.054.076-.13.014-.184-.073-.064-.205-.063-.341.002-.081.039-.104.063-.104.11 0 .04.02.067.057.081.085.032.329.026.374-.009zm-3.876 1.157c-.029-.027-.02-.145.013-.17a.353.353 0 01.093-.043.334.334 0 00.1-.05.428.428 0 01.162-.05c.247-.036.462-.232.463-.421a.3.3 0 00-.017-.121c-.028-.043-.46-.017-.694.042-.055.014-.083.003-.15-.061l-.083-.078-.012-.353-.012-.353.108-.119a1.96 1.96 0 00.167-.215.48.48 0 01.076-.102c.009-.004.06-.046.112-.093.105-.093.277-.188.394-.216a.218.218 0 00.1-.053c.014-.02.059-.038.099-.042.061-.005.083.01.143.101.039.059.072.14.074.179.002.04.021.115.042.168.021.052.045.158.055.233.009.076.03.153.045.171.038.044.34.065.393.027.029-.021.042-.086.05-.248.006-.126.027-.251.048-.294a.735.735 0 00.054-.153c.024-.118.222-.391.34-.469.057-.038.118-.082.135-.098a.273.273 0 01.087-.046c.075-.023.092-.054.091-.16-.001-.091-.077-.197-.234-.324-.038-.031-.07-.075-.07-.098-.001-.068.073-.197.188-.331a.764.764 0 00.108-.145c0-.011.04-.045.087-.074.068-.043.1-.049.149-.032.067.023.086.057.147.262.082.272.101.351.121.505a.885.885 0 00.037.184c.009.014.12.048.246.075.126.027.252.063.282.081a.603.603 0 00.116.049c.086.024.202.107.202.145 0 .017.01.032.021.031.027 0 .153.183.269.391.13.234.122.229.331.227.167-.001.187-.007.234-.066a.237.237 0 00.05-.129c-.001-.075.063-.163.22-.302l.163-.146c.097-.088.207-.158.25-.159.023 0 .146.043.275.095.189.077.246.113.303.19.124.168.388.237.519.136a.238.238 0 01.09-.049c.015 0 .027-.017.027-.037 0-.051-.103-.328-.134-.363a.758.758 0 01-.051-.215 1.253 1.253 0 00-.077-.294.945.945 0 01-.067-.335 2.543 2.543 0 00-.065-.405 1.409 1.409 0 01-.05-.245c-.002-.177-.152-.411-.305-.474a1.439 1.439 0 01-.126-.06c-.09-.049-.209-.042-.262.015a.156.156 0 01-.097.049c-.053 0-.213.13-.213.171 0 .012-.037.023-.082.023-.067.001-.097-.018-.163-.099a.452.452 0 01-.082-.125c0-.014-.046-.063-.101-.109-.082-.068-.101-.099-.102-.169-.001-.069.011-.092.061-.114.034-.015.062-.038.062-.051 0-.013.042-.031.093-.04.051-.009.183-.039.293-.068.276-.071.773-.076.894-.007.045.025.11.052.146.06.082.018.299.217.343.317a.274.274 0 00.058.09c.013.008.032.059.042.115.01.056.034.134.052.173.028.059.066.306.104.683.007.068.057.299.097.443.015.053.043.175.063.272.02.097.055.194.077.217.021.023.04.06.04.084.001.093.259.251.41.25.131-.001.327-.09.45-.203a.668.668 0 01.187-.132c.068-.017.177.035.216.102a.594.594 0 00.231.213c.113.063.154.146.111.225-.014.026-.045.048-.069.049a.7.7 0 00-.176.062.696.696 0 01-.179.062c-.026 0-.168.039-.315.087a6.451 6.451 0 01-.581.151c-.303.063-.71.175-.76.211a.484.484 0 01-.125.035c-.17.03-.185.039-.201.126-.02.107-.249.347-.418.437-.117.063-.142.066-.434.066a3.377 3.377 0 01-.355-.013c-.025-.007-.053-.045-.062-.084a.245.245 0 00-.092-.121c-.08-.053-.171-.052-.375.006l-.091.026-.015.237c-.008.13-.03.262-.048.294a3.1 3.1 0 00-.057.105.893.893 0 01-.151.158c-.07.06-.172.15-.227.2-.113.104-.21.119-.277.045a.167.167 0 00-.116-.047c-.084.001-.278-.079-.401-.164-.075-.052-.232-.309-.233-.38 0-.014-.023-.047-.051-.073-.04-.038-.083-.047-.207-.045a1.578 1.578 0 00-.269.028 4.636 4.636 0 01-.334.051 1.6 1.6 0 00-.302.06 1.086 1.086 0 01-.186.051c-.154.026-.2.083-.199.239.001.083-.011.139-.034.158a.198.198 0 00-.05.097c-.021.097-.226.295-.371.36a4.543 4.543 0 00-.216.104c-.076.04-.142.048-.377.051a1.762 1.762 0 01-.306-.015zm-1.983.216l-.057-.039.05-.069a.34.34 0 01.143-.1c.174-.057.292-.128.434-.263.078-.074.142-.153.142-.176 0-.023.03-.077.067-.12.065-.076.068-.09.063-.332-.005-.248-.018-.3-.11-.443-.044-.068-.193-.176-.345-.25-.101-.049-.137-.149-.085-.234.022-.036.091-.168.154-.294l.144-.289c.045-.091.157-.096.233-.01.071.081.187.285.187.331 0 .018.022.052.048.076.057.05.18.262.181.31 0 .019.03.082.066.14a.411.411 0 01.068.22c.002.063.02.154.04.203.06.143.041.622-.031.757-.03.056-.063.103-.073.103a.387.387 0 00-.092.099c-.077.103-.342.289-.412.29-.023 0-.058.025-.078.055-.034.051-.057.055-.359.065-.266.007-.331.002-.378-.03zm-2.282.149c-.081-.083-.098-.118-.099-.2-.001-.082.015-.115.094-.195.146-.147.217-.151.47-.023.241.122.322.133.344.047.021-.083.159-.159.291-.16a.27.27 0 01.197.068c.084.065.088.075.09.226.002.154-.001.16-.097.245-.092.081-.107.086-.222.075-.146-.015-.233-.081-.257-.196-.017-.083-.047-.104-.069-.047-.007.018-.043.041-.079.05a.755.755 0 00-.265.167c-.031.029-.085.043-.173.044-.118 0-.134-.007-.225-.101zm-2.103-1.298c.055-.021.067-.037.055-.077a3.955 3.955 0 01-.043-.164c-.024-.098-.036-.114-.089-.113-.057 0-.163.06-.26.146-.048.043-.077.146-.051.181.056.078.223.089.388.027zm-1.931.725c.055-.042.057-.053.054-.494l-.002-.451-.067-.059c-.064-.056-.088-.06-.548-.078a4.33 4.33 0 01-.577-.049.446.446 0 00-.223-.007.855.855 0 01-.281-.001c-.374-.059-.623-.012-.713.134-.043.069-.043.076-.002.141a.187.187 0 00.106.079c.034.006.115.026.179.045.071.021.222.034.388.034.149 0 .401.007.559.017.158.01.378.021.489.023.144.004.221.017.272.049l.071.044-.015.232c-.014.222-.012.234.044.282.067.057.148.102.184.102a.207.207 0 00.082-.043zm-.211.768c0-.012-.063-.049-.139-.084a.864.864 0 01-.351-.284.95.95 0 01-.118-.378c0-.048-.016-.069-.057-.078a7.822 7.822 0 00-.92-.101c-.2-.01-.573-.039-.83-.064-.558-.055-.771-.048-.846.031a.443.443 0 00-.078.132 1.024 1.024 0 01-.121.204.634.634 0 00-.094.151.025.025 0 01-.025.025c-.014 0-.045.02-.07.043-.063.06-.192.148-.258.178a1.885 1.885 0 00-.118.06c-.09.051-.715.057-.816.008a.406.406 0 00-.148-.035.254.254 0 01-.125-.033c-.04-.027-.044-.045-.024-.101.029-.082.112-.103.435-.108.18-.003.232-.014.337-.068.125-.065.34-.222.356-.261a.255.255 0 01.056-.06.254.254 0 00.062-.124.725.725 0 01.063-.179c.056-.109.049-.175-.046-.446-.097-.279-.132-.341-.243-.434-.14-.118-.136-.174.02-.333.068-.069.164-.186.213-.258.079-.117.097-.13.167-.125.067.006.089.026.149.138.094.173.223.472.223.518 0 .02.017.07.036.112.02.042.049.115.066.163.04.119.062.132.269.149.217.019.22.015.239-.276.007-.111.024-.214.038-.227.014-.013.025-.046.024-.072a1.842 1.842 0 00-.157-.432c-.042-.041-.025-.164.038-.27.034-.058.072-.105.083-.105a.518.518 0 00.115-.063c.13-.087.326-.108.409-.044.054.041.063.07.075.258.012.191.02.216.08.266.036.03.093.055.127.055.033 0 .081.018.106.039.038.032.126.039.527.042.555.004.866.019.905.043a.911.911 0 00.215.016c.103-.001.328.007.5.017.301.017.315.021.388.09l.076.071.006.319c.007.369.028.416.189.414.141-.001.181-.045.192-.208.006-.078.024-.153.042-.167a.358.358 0 00.069-.113c.042-.1.216-.275.297-.3a.364.364 0 00.104-.059.322.322 0 01.124-.057c.18-.034.378-.1.424-.143a.278.278 0 01.167-.051c.096-.005.126.005.167.052.06.067.071.119.094.449.01.136.03.276.046.312.015.035.034.204.043.376l.015.312-.078.103-.078.103-.809.007c-.445.004-.848.014-.895.023-.094.018-.116.067-.114.252.001.057-.016.104-.047.131a.237.237 0 00-.062.099c-.015.06-.181.186-.287.218a.372.372 0 00-.1.048.967.967 0 01-.287.136c-.019 0-.035-.01-.035-.022z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M154.604 84.865c.222.013-.3-1.189-.3-1.189.588.601 2.81.745 2.81.745-1.333-.589-2.666-5.032-2.509-8.574.144-3.555-.509-4.953-1.032-5.476-.667-.667-2.81-1.255-4.221-1.333-.797-.039-.666.601-.666.601-1.477-.379-2.953-.523-3.62-.078-.627.418-.758 2.509-.301 2.143 1.111-.889 2.078-.078 2.745.889.588.85.549 3.254-.301 6.064-.889 2.953-3.32 5.907-3.32 5.907 1.32 0 3.176-1.176 3.176-1.176l-.444 1.843c1.398-.667 2.509-1.699 2.509-1.699l1.333 1.398c.444-.588 1.333-1.398 1.333-1.398s1.109 1.176 2.808 1.333h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M149.206 76.357s-.745 5.476-2.143 7.031M150.383 76.213s-.287 5.541-1.255 7.319M151.428 76.435s0 6.064.366 7.096M152.748 76.736s.301 5.097 1.555 6.94\"/>\n    <path fill=\"#C09300\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M147.86 73.704c-.065-.484-.183-.863-.353-1.111-.667-.967-1.634-1.777-2.744-.889 0 0 .379-1.176 1.189-1.216.627-.039 2.052.47 3.307 2.614 0 0-.928-.209-1.15-.013-.419.367-.249.615-.249.615h0z\"/>\n    <path fill=\"#C09300\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M144.645 70.253c.091-.3.235-.575.418-.693.667-.444 2.144-.3 3.62.078 0 0-.131-.64.667-.601 1.411.078 3.555.667 4.221 1.333.157.17.34.418.496.797h-.026c-.327-.457-1.255-.431-1.477-.405-.353.039-.575.026-1.046.144-.222.052-.562.118-.745.261-.144.118-.261.549-.484.549-.353 0-.327-.091-.418-.196-.118-.144-.183-.353-.3-.34-.366.065-.954-.222-1.699-.81-.745-.588-1.033-.732-2-.666-.954.078-1.255.614-1.255.614l.028-.065h0z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M150.108 71.116c.222 0 .392-.17.392-.392a.385.385 0 00-.392-.392.393.393 0 00-.392.392c0 .222.183.392.392.392z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M159.573 89.846a4.434 4.434 0 01-.283.009c-2.069 0-6.873-1.061-8.725-2.652-1.94 1.47-6.824 2.652-8.859 2.652a1.58 1.58 0 01-.283-.029c-.005.464.019.944.048 1.381.107 1.633.394 3.273.829 4.851 1.369 4.965 4.172 9.184 8.191 12.385 4.022-3.203 6.828-7.427 8.2-12.396a24.38 24.38 0 00.832-4.85c.03-.427.053-.896.05-1.351h0z\"/>\n  </g>\n</svg>\n</li><li title=\"cif er \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 151\">\n  <g fill=\"none\">\n    <path fill=\"#EA0437\" d=\"M.5.5h300v150H.5z\"/>\n    <path fill=\"#4189DD\" d=\"M.5 150.5h300v-75\"/>\n    <path fill=\"#12AD2B\" d=\"M.5.5h300v75\"/>\n    <path fill=\"#FFC726\" d=\"M69.575 111.248c-3.243.895-5.102 3.411-5.055 5.785l15.963-.064c.143-2.551-1.955-4.91-5.15-5.839 15.629-.323 29.207-6.177 31.674-9.934-2.442-1.06-5.265.646-7.277.253 4.778-2.208 19.094-11.474 16.767-21.408-1.809 5.517-7.29 10.083-9.624 11.308 5.348-8.12 12.65-16.574 6.315-23.121.32 3.794-2.411 7.97-3.617 8.284 3.102-8.58 6.062-19.352-.659-26.454.883 2.567.526 9.807-.689 10.133-.374-5.834-1.37-18.106-7.514-17.931 1.951 1.737 2.805 6.479 2.849 11.268-1.4-3.281-2.992-5.751-6.395-8.174-2.754-5.28-7.653-9.656-12.552-12.79.55 3.844 1.005 6.876 6.372 10.863-2.798-.174-5.595-5.478-8.586-5.625-2.379-.115-4.245 2.155-8.132.849.43 1.283 2.244 1.851 2.626 2.8-.833.575-2.809-.09-4.452-.945 2.26 3.079 5.763 4.889 8.736 4.278 3.536-.68 7.327-.32 10.943 1.737-.924.474-4.518.471-6.825.183 2.097 2.123 3.503 3.53 7.149 3.507 3.256-.021 4.964-1.737 5.8-.674 2.043 2.42 3.417 4.839 5.126 7.689-3.774.417-2.636-4.269-6.84-6.665-2.362 4.888 2.716 10.682 6.173 13.091.047 3.674.584 6.748 2.142 9.546 1.051 1.972 2.409 3.991 1.897 8.442-2.069-1.507-4.092-6.59-3.347-10.625-2.59.706-3.603 5.261-2.382 7.553.912 1.745 1.521 5.085.469 6.578-1.025 1.391-1.132 1.235-1.119 4.221.037 1.787-.961 3.899-2.587 5.372.34-1.259.727-3.424.35-4.778-1.285 2.18-4.509 4.435-5.523 6.778-.997 2.349-1.25 6.417-6.074 7.355-6.206 1.232-8.348 2.307-12.341 3.941-.443-3.033.883-9.358 3.42-8.997 2.476.441 9.984-2.587 7.298-8.912-.531 1.994-2.3 3.939-4.213 4.025 2.067-2.682 5.755-5.458 3.959-9.951-.998 1.91-2.569 4.202-4.951 5.492 2.553-4.893.297-6.357-2.735-2.327-1.145 1.555-1.837 4.67-2.564 8.627-1.191-3.218-1.112-7.454-2.523-10.894-1.474-3.72 1.956-4.702 3.571-4.404 3.953 1.056 10.559 1.055 10.069-5.476-1.707 2.209-4.702 2.892-7.935 2.096 3.631-2.652 6.498-7.639 2.452-10.243-.135 2.761-2.272 5.857-5.125 7.283-.668-2.33-.668-4.803-.095-7.514-1.593 1.677-2.757 5.166-3.682 9.132-.07-3.921.672-6.745 1.222-8.854.834-3.081 2.906-1.076 6.078-.849 3.055.173 7.262-1.515 6.458-5.658-1.043 1.639-3.185 2.277-5.372 2.104 2.634-1.596 7.223-4.431 4.706-8.792-1.057 1.652-1.4 3.065-4.46 3.572.801-1.844.934-4.45 3.309-5.483-4.237-.844-6.662 1.937-7.896 6.291-.5-3.019-1.095-4.131-1.213-6.339 2.29-2.544 2.53-7.52-2.428-8.632-.294 2.567-.207 3.178.357 5.268-2.327-1.383-5.608-2.146-7.792-.19 1.48 1.597 3.77 3.003 7.3 1.261-.834 2.728-3.003 2.261-5.983 1.221 1.821 3.421 4.12 4.029 6.657 3.635 1.328 3.502 1.387 6.163-2.495 11.262.179-3.169-.046-5.53-2.564-8.093-2.158-2.113-3.911.091-.54 4.789-2.046-1.506-4.361-4.564-5.058-7.621-.674 3.776-.067 8.227 2.024 10.723-.989 1.056-2.113-.112-3.777-2.697.63 8.273 4.159 9.869 8.902 8.025.135 4.541.135 8.745.405 14.23-2.766-3.979-6.272-6.946-8.228-7.688-.607 2.226 1.687 5.125 2.968 6.744-1.956-.405-6.205-3.642-6.205-3.642-.427 3.687 4.339 7.104 7.419 8.632-3.619-.158-5.216-1.529-7.554-3.777.045 10.228 11.082 8.452 13.151 6.879.27 5.036.654 10.857.924 15.893-3.12-.545-2.875-1.483-5.545-1.73-7.41-.289-13.288-8.895-15.235-15.226-.559 1.042-.115 2.132-.626 3.412-1.203-3.107-2.74-7.121-4.801-8.989.525 1.811.58 3.652.398 7.038-.708-2.194-1.366-2.866-1.413-5.442.045-1.977 1.908-3.436 1.804-6.217-.076-2.03-1.928-6.431-2.201-9.837-.897 3.506-1.46 7.202-2.833 9.373.682-3.744.463-6.328 1.618-8.848 1.334-2.653 2.468-5.021 1.58-7.698-.852 1.034-.558 1.973-2.698 4.486-.465-2.732 2.766-7.105 5.902-8.863 2.212-1.165 4.999-5.333 3.183-8.19-2.08 1.494-3.014 3.512-5.951 6.96 2.095-8.191 7.54-10.335 14.059-10.363 1.442-.007 4.35-.527 5.167-2.436-1.837.709-4.01.799-5.943.412 1.407-2.065 4.37-1.797 7.131-1.809 2.166-.011 5.547-.304 6.913-3.388-2.642 1.145-6.762 1.383-9.356.572 4.126-2.138 10.588-2.368 13.903-5.173-3.778-2.82-13.231.657-19.202 4.752 1.669-1.526 4.306-4.233 5.762-6.418-3.266-1.566-11.524 7.583-14.37 13.02-2.702 1.526-3.783 3.918-4.833 5.587 1.44-4.865 1.593-8.396 2.794-12.403-9.263 3.189-5.413 20.304-7.428 24.398.237-4.521.045-10.328-1.816-13.322-2.853 2.176-3.083 14.988-.405 25.653-.967-2.854-2.793-5.519-3.379-8.992-4.223 7.701 2.476 16.787 8.076 23.964-4.216-2.196-8.386-6.92-11.124-10.88.756 13.784 15.15 16.648 17.385 20.036-3.033-1.412-8.832-4.206-11.292-1.278 4.005.925 7.201 1.993 9.775 3.681 3.735 4.665 10.809 6.705 23.129 7.22z\"/>\n  </g>\n</svg>\n</li><li title=\"cif es \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 201\">\n  <g fill=\"none\" fill-rule=\"evenodd\">\n    <path fill=\"#C60B1E\" fill-rule=\"nonzero\" d=\"M.5.5h300v200H.5z\"/>\n    <path fill=\"#FFC400\" fill-rule=\"nonzero\" d=\"M.5 50.5h300v100H.5z\"/>\n    <path fill=\"#AD1519\" fill-rule=\"nonzero\" d=\"M67.696 89.396s-.204 0-.316-.064c-.112-.064-.452-.384-.452-.384l-.272-.196-.248-.34s-.292-.472-.16-.836c.136-.364.364-.492.568-.6.204-.104.632-.236.632-.236s.34-.148.452-.168c.112-.024.52-.128.52-.128s.112-.064.224-.108c.116-.044.272-.044.364-.064.088-.024.316-.096.452-.104.208-.008.544.04.656.04.112 0 .496.02.656.02.156 0 .72-.044.88-.044.156 0 .272-.02.452 0 .18.024.496.128.588.172.092.044.632.236.836.3.204.064.7.148.928.256.224.108.364.288.476.44.112.148.136.312.18.42a.763.763 0 010 .444 2.564 2.564 0 01-.204.324l-.248.408-.316.256s-.228.216-.408.192c-.18-.016-2.012-.344-3.188-.344-1.176 0-3.056.344-3.056.344\"/>\n    <path stroke=\"currentColor\" stroke-linejoin=\"round\" stroke- d=\"M67.696 89.396s-.204 0-.316-.064c-.112-.064-.452-.384-.452-.384l-.272-.196-.248-.34s-.292-.472-.16-.836c.136-.364.364-.492.568-.6.204-.104.632-.236.632-.236s.34-.148.452-.168c.112-.024.52-.128.52-.128s.112-.064.224-.108c.116-.044.272-.044.364-.064.088-.024.316-.096.452-.104.208-.008.544.04.656.04.112 0 .496.02.656.02.156 0 .72-.044.88-.044.156 0 .272-.02.452 0 .18.024.496.128.588.172.092.044.632.236.836.3.204.064.7.148.928.256.224.108.364.288.476.44.112.148.136.312.18.42a.763.763 0 010 .444 2.564 2.564 0 01-.204.324l-.248.408-.316.256s-.228.216-.408.192c-.18-.016-2.012-.344-3.188-.344-1.176 0-3.056.344-3.056.344h.004z\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M70.212 86.772c0-.552.248-.996.552-.996.304 0 .552.444.552.996s-.248 1-.552 1c-.304 0-.552-.448-.552-1\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M70.212 86.772c0-.552.248-.996.552-.996.304 0 .552.444.552.996s-.248 1-.552 1c-.304 0-.552-.448-.552-1z\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M70.52 86.772c0-.508.112-.92.252-.92.144 0 .256.412.256.92 0 .504-.112.916-.256.916-.14 0-.252-.412-.252-.916\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M70.52 86.772c0-.508.112-.92.252-.92.144 0 .256.412.256.92 0 .504-.112.916-.256.916-.14 0-.252-.412-.252-.916z\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M70.4 85.716c0-.192.164-.348.372-.348.2 0 .368.156.368.348 0 .196-.168.348-.368.348-.208 0-.372-.152-.372-.348\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M71.032 85.596v.232h-.572v-.232h.188v-.528H70.4v-.228h.248v-.228h.24v.228h.248v.228h-.248v.528h.144\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M71.032 85.596v.232h-.572v-.232h.188v-.528H70.4v-.228h.248v-.228h.24v.228h.248v.228h-.248v.528h.144\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M71.284 85.596v.232h-1.012v-.232h.376v-.528H70.4v-.228h.248v-.228h.24v.228h.248v.228h-.248v.528h.396\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M71.284 85.596v.232h-1.012v-.232h.376v-.528H70.4v-.228h.248v-.228h.24v.228h.248v.228h-.248v.528h.396\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M70.876 85.38c.152.044.264.18.264.336 0 .196-.168.348-.368.348-.208 0-.372-.152-.372-.348 0-.16.116-.296.276-.336\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M70.772 89.332h-1.924l-.044-.472-.092-.492-.092-.612c-.532-.7-1.02-1.16-1.184-1.06.04-.128.088-.224.188-.284.472-.28 1.444.392 2.176 1.496.064.1.128.2.184.3h1.588c.056-.1.12-.2.184-.3.728-1.104 1.704-1.776 2.172-1.496.104.06.148.156.188.284-.164-.096-.648.36-1.184 1.06l-.092.612-.092.492-.04.472h-1.936\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M70.772 89.332h-1.924l-.044-.472-.092-.492-.092-.612c-.532-.7-1.02-1.16-1.184-1.06.04-.128.088-.224.188-.284.472-.28 1.444.392 2.176 1.496.064.1.128.2.184.3h1.588c.056-.1.12-.2.184-.3.728-1.104 1.704-1.776 2.172-1.496.104.06.148.156.188.284-.164-.096-.648.36-1.184 1.06l-.092.612-.092.492-.04.472h-1.936 0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M67.52 86.676c.364-.212 1.208.456 1.892 1.496m4.62-1.496c-.364-.212-1.204.456-1.892 1.496\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M67.932 90.2c-.08-.228-.232-.432-.232-.432.78-.228 1.864-.372 3.068-.376 1.204.004 2.3.148 3.076.376l-.208.364a2.75 2.75 0 00-.152.324c-.7-.216-1.608-.324-2.72-.328-1.116.004-2.184.14-2.744.344.008 0-.04-.128-.092-.272h.004\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M67.932 90.2c-.08-.228-.232-.432-.232-.432.78-.228 1.864-.372 3.068-.376 1.204.004 2.3.148 3.076.376l-.208.364a2.75 2.75 0 00-.152.324c-.7-.216-1.608-.324-2.72-.328-1.116.004-2.184.14-2.744.344.008 0-.04-.128-.092-.272h.004\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M70.768 91.192c.972-.004 2.044-.152 2.44-.252.264-.08.42-.196.392-.336-.016-.064-.072-.12-.148-.152-.584-.188-1.628-.32-2.684-.32-1.052 0-2.108.132-2.688.32-.076.032-.132.088-.148.152-.028.14.128.256.392.336.396.1 1.472.248 2.444.252\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M70.768 91.192c.972-.004 2.044-.152 2.44-.252.264-.08.42-.196.392-.336-.016-.064-.072-.12-.148-.152-.584-.188-1.628-.32-2.684-.32-1.052 0-2.108.132-2.688.32-.076.032-.132.088-.148.152-.028.14.128.256.392.336.396.1 1.472.248 2.444.252z\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M73.892 89.332l-.236-.212s-.228.136-.512.096c-.28-.044-.372-.388-.372-.388s-.316.268-.576.248c-.26-.024-.428-.248-.428-.248s-.284.204-.532.184c-.248-.024-.484-.332-.484-.332s-.252.32-.5.344c-.248.02-.452-.216-.452-.216s-.112.236-.428.288c-.316.052-.588-.248-.588-.248s-.18.292-.396.368c-.216.072-.496-.108-.496-.108s-.048.108-.08.172c-.032.064-.124.076-.124.076l.072.188c.772-.224 1.824-.364 3.012-.364s2.268.14 3.044.368l.08-.216\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M73.892 89.332l-.236-.212s-.228.136-.512.096c-.28-.044-.372-.388-.372-.388s-.316.268-.576.248c-.26-.024-.428-.248-.428-.248s-.284.204-.532.184c-.248-.024-.484-.332-.484-.332s-.252.32-.5.344c-.248.02-.452-.216-.452-.216s-.112.236-.428.288c-.316.052-.588-.248-.588-.248s-.18.292-.396.368c-.216.072-.496-.108-.496-.108s-.048.108-.08.172c-.032.064-.124.076-.124.076l.072.188c.772-.224 1.824-.364 3.012-.364s2.268.14 3.044.368l.08-.216h-.004 0z\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M70.776 88.296l.112.02a.38.38 0 00-.024.152c0 .232.2.42.448.42a.45.45 0 00.424-.292c.004.004.044-.152.06-.152.012 0 .012.164.02.164.028.212.22.356.44.356a.431.431 0 00.444-.424c0-.016 0-.032-.004-.048l.14-.14.076.176a.413.413 0 00.384.588.428.428 0 00.352-.18l.092-.116v.144c0 .136.056.264.196.284 0 0 .152.012.364-.152.208-.164.32-.3.32-.3l.012.168s-.204.336-.388.44c-.1.06-.256.124-.38.1-.128-.02-.22-.124-.268-.244a.62.62 0 01-.32.088c-.252 0-.48-.14-.568-.344a.624.624 0 01-.464.2.656.656 0 01-.504-.232.65.65 0 01-.968-.104.657.657 0 01-.536.276.628.628 0 01-.436-.172.654.654 0 01-.968.032c-.088.204-.316.344-.568.344a.605.605 0 01-.316-.088c-.048.12-.14.224-.272.244-.12.024-.276-.04-.376-.1-.188-.104-.408-.44-.408-.44l.028-.168s.116.136.324.3c.208.164.364.152.364.152.136-.02.196-.148.196-.284v-.144l.088.116c.076.108.204.18.352.18a.413.413 0 00.384-.588l.076-.176.14.14c-.004.016-.004.032-.004.048 0 .236.196.424.444.424.22 0 .412-.144.444-.356.004 0 .004-.164.016-.164.02 0 .056.156.064.152a.442.442 0 00.424.292.433.433 0 00.444-.42c0-.056 0-.104-.02-.152l.116-.02\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M70.776 88.296l.112.02a.38.38 0 00-.024.152c0 .232.2.42.448.42a.45.45 0 00.424-.292c.004.004.044-.152.06-.152.012 0 .012.164.02.164.028.212.22.356.44.356a.431.431 0 00.444-.424c0-.016 0-.032-.004-.048l.14-.14.076.176a.413.413 0 00.384.588.428.428 0 00.352-.18l.092-.116v.144c0 .136.056.264.196.284 0 0 .152.012.364-.152.208-.164.32-.3.32-.3l.012.168s-.204.336-.388.44c-.1.06-.256.124-.38.1-.128-.02-.22-.124-.268-.244a.62.62 0 01-.32.088c-.252 0-.48-.14-.568-.344a.624.624 0 01-.464.2.656.656 0 01-.504-.232.65.65 0 01-.968-.104.657.657 0 01-.536.276.628.628 0 01-.436-.172.654.654 0 01-.968.032c-.088.204-.316.344-.568.344a.605.605 0 01-.316-.088c-.048.12-.14.224-.272.244-.12.024-.276-.04-.376-.1-.188-.104-.408-.44-.408-.44l.028-.168s.116.136.324.3c.208.164.364.152.364.152.136-.02.196-.148.196-.284v-.144l.088.116c.076.108.204.18.352.18a.413.413 0 00.384-.588l.076-.176.14.14c-.004.016-.004.032-.004.048 0 .236.196.424.444.424.22 0 .412-.144.444-.356.004 0 .004-.164.016-.164.02 0 .056.156.064.152a.442.442 0 00.424.292.433.433 0 00.444-.42c0-.056 0-.104-.02-.152l.116-.02h.004z\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M70.768 89.392c-1.204.004-2.288.148-3.068.376-.052.016-.116-.024-.132-.068-.016-.052.02-.112.072-.128.78-.24 1.892-.392 3.128-.392 1.236 0 2.352.152 3.132.392.052.016.088.076.072.128-.016.044-.08.084-.132.068-.78-.228-1.868-.372-3.072-.376\"/>\n    <path stroke=\"currentColor\" stroke-linejoin=\"round\" stroke- d=\"M70.768 89.392c-1.204.004-2.288.148-3.068.376-.052.016-.116-.024-.132-.068-.016-.052.02-.112.072-.128.78-.24 1.892-.392 3.128-.392 1.236 0 2.352.152 3.132.392.052.016.088.076.072.128-.016.044-.08.084-.132.068-.78-.228-1.868-.372-3.072-.376z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M69.6 89.82c0-.088.08-.164.176-.164.096 0 .176.076.176.164 0 .092-.08.164-.176.164-.096 0-.176-.072-.176-.164\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M69.6 89.82c0-.088.08-.164.176-.164.096 0 .176.076.176.164 0 .092-.08.164-.176.164-.096 0-.176-.072-.176-.164z\"/>\n    <path fill=\"#AD1519\" fill-rule=\"nonzero\" d=\"M70.78 89.892h-.384c-.072 0-.132-.056-.132-.124s.056-.124.128-.124h.784c.076 0 .132.056.132.124s-.06.124-.132.124h-.396\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M70.78 89.892h-.384c-.072 0-.132-.056-.132-.124s.056-.124.128-.124h.784c.076 0 .132.056.132.124s-.06.124-.132.124h-.396\"/>\n    <path fill=\"#058E6E\" fill-rule=\"nonzero\" d=\"M68.84 90.024l-.276.044c-.072.008-.14-.036-.152-.104a.128.128 0 01.108-.14l.28-.04.284-.044c.072-.008.136.036.148.1a.126.126 0 01-.108.14l-.284.044\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M68.84 90.024l-.276.044c-.072.008-.14-.036-.152-.104a.128.128 0 01.108-.14l.28-.04.284-.044c.072-.008.136.036.148.1a.126.126 0 01-.108.14l-.284.044\"/>\n    <path fill=\"#AD1519\" fill-rule=\"nonzero\" d=\"M67.72 90.22l.124-.2.26.052-.152.224-.232-.076\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M67.72 90.22l.124-.2.26.052-.152.224-.232-.076\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M71.588 89.82c0-.088.076-.164.176-.164a.17.17 0 01.172.164.167.167 0 01-.172.164c-.1 0-.176-.072-.176-.164\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M71.588 89.82c0-.088.076-.164.176-.164a.17.17 0 01.172.164.167.167 0 01-.172.164c-.1 0-.176-.072-.176-.164z\"/>\n    <path fill=\"#058E6E\" fill-rule=\"nonzero\" d=\"M72.7 90.024l.276.044c.072.008.14-.036.152-.104a.125.125 0 00-.108-.14l-.28-.04-.284-.044c-.072-.008-.14.036-.148.1a.12.12 0 00.108.14l.284.044\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M72.7 90.024l.276.044c.072.008.14-.036.152-.104a.125.125 0 00-.108-.14l-.28-.04-.284-.044c-.072-.008-.14.036-.148.1a.12.12 0 00.108.14l.284.044\"/>\n    <path fill=\"#AD1519\" fill-rule=\"nonzero\" d=\"M73.796 90.232l-.1-.212-.268.024.128.236.24-.048\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M73.796 90.232l-.1-.212-.268.024.128.236.24-.048\"/>\n    <path fill=\"#AD1519\" fill-rule=\"nonzero\" d=\"M70.764 90.964c-.972 0-1.852-.088-2.52-.26.668-.172 1.548-.276 2.52-.28.976 0 1.86.108 2.532.28-.672.172-1.556.26-2.532.26\"/>\n    <path stroke=\"currentColor\" stroke-linejoin=\"round\" stroke- d=\"M70.764 90.964c-.972 0-1.852-.088-2.52-.26.668-.172 1.548-.276 2.52-.28.976 0 1.86.108 2.532.28-.672.172-1.556.26-2.532.26z\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M73.836 88.852c.024-.072 0-.148-.052-.168-.056-.012-.12.036-.148.108-.024.076 0 .152.056.168.052.016.116-.032.144-.108\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M73.836 88.852c.024-.072 0-.148-.052-.168-.056-.012-.12.036-.148.108-.024.076 0 .152.056.168.052.016.116-.032.144-.108z\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M71.9 88.48c.008-.08-.032-.148-.088-.156-.056-.008-.112.052-.12.132-.008.076.028.148.084.152.056.008.112-.052.124-.128\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M71.9 88.48c.008-.08-.032-.148-.088-.156-.056-.008-.112.052-.12.132-.008.076.028.148.084.152.056.008.112-.052.124-.128z\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M69.648 88.48c-.012-.08.028-.148.084-.156.056-.008.112.052.12.132.012.076-.028.148-.084.152-.056.008-.112-.052-.12-.128\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M69.648 88.48c-.012-.08.028-.148.084-.156.056-.008.112.052.12.132.012.076-.028.148-.084.152-.056.008-.112-.052-.12-.128z\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M67.708 88.852c-.024-.072 0-.148.052-.168.056-.012.12.036.148.108.024.076 0 .152-.056.168-.052.016-.116-.032-.144-.108\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M67.708 88.852c-.024-.072 0-.148.052-.168.056-.012.12.036.148.108.024.076 0 .152-.056.168-.052.016-.116-.032-.144-.108z\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M70.764 87.36l-.344.208.256.552.088.056.088-.056.256-.552-.344-.208\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M70.764 87.36l-.344.208.256.552.088.056.088-.056.256-.552-.344-.208\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M70.012 88.196l.16.228.536-.168.056-.072-.06-.08-.532-.156-.16.248\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M70.012 88.196l.16.228.536-.168.056-.072-.06-.08-.532-.156-.16.248\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M71.52 88.196l-.156.228-.536-.168-.056-.072.056-.08.536-.156.156.248\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M71.52 88.196l-.156.228-.536-.168-.056-.072.056-.08.536-.156.156.248\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M68.532 87.604l-.268.256.344.456.092.036.068-.072.12-.548-.356-.128\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M68.532 87.604l-.268.256.344.456.092.036.068-.072.12-.548-.356-.128\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M67.968 88.516l.204.192.488-.264.036-.084-.068-.068-.56-.048-.1.272\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M67.968 88.516l.204.192.488-.264.036-.084-.068-.068-.56-.048-.1.272\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M69.444 88.22l-.104.252-.56-.052-.072-.064.04-.088.488-.256.208.208\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M69.444 88.22l-.104.252-.56-.052-.072-.064.04-.088.488-.256.208.208\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M67.428 88.588l-.044.264-.56.06-.084-.048.016-.092.424-.348.248.164\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M67.428 88.588l-.044.264-.56.06-.084-.048.016-.092.424-.348.248.164\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M68.508 88.36c0-.104.088-.188.196-.188.108 0 .196.084.196.188 0 .1-.088.184-.196.184-.108 0-.196-.084-.196-.184\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M68.508 88.36c0-.104.088-.188.196-.188.108 0 .196.084.196.188 0 .1-.088.184-.196.184-.108 0-.196-.084-.196-.184z\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M73.008 87.604l.268.256-.344.456-.092.036-.068-.072-.12-.548.356-.128\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M73.008 87.604l.268.256-.344.456-.092.036-.068-.072-.12-.548.356-.128\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M73.572 88.516l-.204.192-.488-.264-.04-.084.076-.068.56-.048.096.272\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M73.572 88.516l-.204.192-.488-.264-.04-.084.076-.068.56-.048.096.272\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M72.096 88.22l.104.252.56-.052.072-.064-.04-.088-.488-.256-.208.208\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M72.096 88.22l.104.252.56-.052.072-.064-.04-.088-.488-.256-.208.208\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M74.036 88.588l.044.264.56.06.084-.048-.02-.092-.42-.348-.248.164\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M74.036 88.588l.044.264.56.06.084-.048-.02-.092-.42-.348-.248.164\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M70.572 88.184c0-.104.088-.188.196-.188.108 0 .196.084.196.188 0 .1-.088.184-.196.184-.108 0-.196-.084-.196-.184\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M70.572 88.184c0-.104.088-.188.196-.188.108 0 .196.084.196.188 0 .1-.088.184-.196.184-.108 0-.196-.084-.196-.184z\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M72.644 88.36c0-.104.088-.188.196-.188.108 0 .196.084.196.188 0 .1-.088.184-.196.184-.108 0-.196-.084-.196-.184\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M72.644 88.36c0-.104.088-.188.196-.188.108 0 .196.084.196.188 0 .1-.088.184-.196.184-.108 0-.196-.084-.196-.184z\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M66.672 88.9c-.004.004-.152-.192-.26-.292-.08-.072-.272-.132-.272-.132 0-.032.112-.112.232-.112.072 0 .14.028.18.08l.016-.08s.096.02.14.128c.048.116.02.288.02.288s-.02.08-.056.12\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M66.672 88.9c-.004.004-.152-.192-.26-.292-.08-.072-.272-.132-.272-.132 0-.032.112-.112.232-.112.072 0 .14.028.18.08l.016-.08s.096.02.14.128c.048.116.02.288.02.288s-.02.08-.056.12h0z\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M66.68 88.8c.048-.048.144-.036.212.024.072.06.096.152.048.2-.048.052-.144.04-.212-.024-.072-.06-.096-.152-.048-.2\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M66.68 88.8c.048-.048.144-.036.212.024.072.06.096.152.048.2-.048.052-.144.04-.212-.024-.072-.06-.096-.152-.048-.2z\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M74.792 88.9c.004.004.152-.192.264-.292.076-.072.268-.132.268-.132 0-.032-.112-.112-.232-.112a.225.225 0 00-.18.08l-.016-.08s-.096.02-.144.128c-.044.116-.012.288-.012.288s.016.08.052.12\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M74.792 88.9c.004.004.152-.192.264-.292.076-.072.268-.132.268-.132 0-.032-.112-.112-.232-.112a.225.225 0 00-.18.08l-.016-.08s-.096.02-.144.128c-.044.116-.012.288-.012.288s.016.08.052.12h0z\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M74.796 88.8c-.044-.048-.14-.036-.212.024-.072.06-.096.152-.048.2.048.052.144.04.216-.024.072-.06.092-.152.044-.2\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M74.796 88.8c-.044-.048-.14-.036-.212.024-.072.06-.096.152-.048.2.048.052.144.04.216-.024.072-.06.092-.152.044-.2z\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M66.332 93.448h8.916v-2.336h-8.916z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M66.332 93.448h8.916v-2.336h-8.916z\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M67.268 95.004a.364.364 0 01.164-.028h6.676c.068 0 .128.012.184.032a.56.56 0 01-.396-.528c0-.244.18-.456.412-.532a.773.773 0 01-.196.032h-6.68a.564.564 0 01-.188-.024l.036.008c.24.072.376.284.376.516a.558.558 0 01-.388.524\"/>\n    <path stroke=\"currentColor\" stroke-linejoin=\"round\" stroke- d=\"M67.268 95.004a.364.364 0 01.164-.028h6.676c.068 0 .128.012.184.032a.56.56 0 01-.396-.528c0-.244.18-.456.412-.532a.773.773 0 01-.196.032h-6.68a.564.564 0 01-.188-.024l.036.008c.24.072.376.284.376.516a.558.558 0 01-.388.524z\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M67.432 94.976h6.676c.228 0 .408.14.408.312 0 .176-.18.316-.408.316h-6.676c-.224 0-.408-.14-.408-.316 0-.172.184-.312.408-.312\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M67.432 94.976h6.676c.228 0 .408.14.408.312 0 .176-.18.316-.408.316h-6.676c-.224 0-.408-.14-.408-.316 0-.172.184-.312.408-.312z\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M67.432 93.448h6.68c.228 0 .412.12.412.264 0 .148-.184.268-.412.268h-6.68c-.224 0-.408-.12-.408-.268 0-.144.184-.264.408-.264\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M67.432 93.448h6.68c.228 0 .412.12.412.264 0 .148-.184.268-.412.268h-6.68c-.224 0-.408-.12-.408-.268 0-.144.184-.264.408-.264z\"/>\n    <path fill=\"#005BBF\" fill-rule=\"nonzero\" d=\"M77.012 132.772c-.616 0-1.164-.132-1.572-.348-.4-.204-.944-.328-1.544-.328-.604 0-1.16.128-1.564.332-.404.212-.96.344-1.568.344-.616 0-1.168-.144-1.572-.36-.4-.196-.932-.316-1.516-.316-.608 0-1.144.116-1.544.324-.408.216-.968.352-1.58.352v.964c.612 0 1.172-.14 1.58-.352.4-.208.936-.328 1.544-.328.58 0 1.116.124 1.516.32.404.212.956.36 1.572.36.608 0 1.164-.132 1.568-.344.404-.208.96-.336 1.564-.336.6 0 1.144.128 1.544.332.408.216.948.348 1.564.348l.008-.964\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M77.012 132.772c-.616 0-1.164-.132-1.572-.348-.4-.204-.944-.328-1.544-.328-.604 0-1.16.128-1.564.332-.404.212-.96.344-1.568.344-.616 0-1.168-.144-1.572-.36-.4-.196-.932-.316-1.516-.316-.608 0-1.144.116-1.544.324-.408.216-.968.352-1.58.352v.964c.612 0 1.172-.14 1.58-.352.4-.208.936-.328 1.544-.328.58 0 1.116.124 1.516.32.404.212.956.36 1.572.36.608 0 1.164-.132 1.568-.344.404-.208.96-.336 1.564-.336.6 0 1.144.128 1.544.332.408.216.948.348 1.564.348l.008-.964h0z\"/>\n    <path fill=\"#CCC\" fill-rule=\"nonzero\" d=\"M77.012 133.736c-.616 0-1.164-.132-1.572-.348-.4-.204-.944-.332-1.544-.332-.604 0-1.16.128-1.564.336-.404.212-.96.344-1.568.344-.616 0-1.168-.148-1.572-.36-.4-.196-.932-.32-1.516-.32-.608 0-1.144.12-1.544.328-.408.212-.968.352-1.58.352v.964c.612 0 1.172-.14 1.58-.352.4-.208.936-.328 1.544-.328.58 0 1.116.124 1.516.32.404.216.956.36 1.572.36.608 0 1.164-.136 1.568-.344.404-.208.96-.336 1.564-.336.6 0 1.144.128 1.544.336.408.212.948.344 1.564.344l.008-.964\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M77.012 133.736c-.616 0-1.164-.132-1.572-.348-.4-.204-.944-.332-1.544-.332-.604 0-1.16.128-1.564.336-.404.212-.96.344-1.568.344-.616 0-1.168-.148-1.572-.36-.4-.196-.932-.32-1.516-.32-.608 0-1.144.12-1.544.328-.408.212-.968.352-1.58.352v.964c.612 0 1.172-.14 1.58-.352.4-.208.936-.328 1.544-.328.58 0 1.116.124 1.516.32.404.216.956.36 1.572.36.608 0 1.164-.136 1.568-.344.404-.208.96-.336 1.564-.336.6 0 1.144.128 1.544.336.408.212.948.344 1.564.344l.008-.964\"/>\n    <path fill=\"#005BBF\" fill-rule=\"nonzero\" d=\"M77.012 134.7c-.616 0-1.164-.132-1.572-.344-.4-.208-.944-.336-1.544-.336-.604 0-1.16.128-1.564.336-.404.208-.96.344-1.568.344-.616 0-1.168-.144-1.572-.36-.4-.196-.932-.32-1.516-.32-.608 0-1.144.12-1.544.328-.408.212-.968.352-1.58.352v.96c.612 0 1.172-.136 1.58-.352.4-.204.936-.32 1.544-.32.58 0 1.116.12 1.516.316.404.216.956.356 1.572.356.608 0 1.164-.128 1.568-.34.404-.208.96-.332 1.564-.332.6 0 1.144.124 1.544.328.408.22.948.344 1.564.344l.008-.96\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M77.012 134.7c-.616 0-1.164-.132-1.572-.344-.4-.208-.944-.336-1.544-.336-.604 0-1.16.128-1.564.336-.404.208-.96.344-1.568.344-.616 0-1.168-.144-1.572-.36-.4-.196-.932-.32-1.516-.32-.608 0-1.144.12-1.544.328-.408.212-.968.352-1.58.352v.96c.612 0 1.172-.136 1.58-.352.4-.204.936-.32 1.544-.32.58 0 1.116.12 1.516.316.404.216.956.356 1.572.356.608 0 1.164-.128 1.568-.34.404-.208.96-.332 1.564-.332.6 0 1.144.124 1.544.328.408.22.948.344 1.564.344l.008-.96\"/>\n    <path fill=\"#CCC\" fill-rule=\"nonzero\" d=\"M77.004 136.628c-.616 0-1.156-.132-1.564-.348-.4-.204-.944-.328-1.544-.328-.604 0-1.16.124-1.564.332-.404.208-.96.344-1.568.344-.616 0-1.168-.148-1.572-.36-.4-.2-.932-.316-1.516-.316-.608 0-1.144.116-1.544.324-.408.212-.968.352-1.58.352v-.96c.612 0 1.172-.144 1.58-.36.4-.204.936-.32 1.544-.32.58 0 1.116.12 1.516.316.404.216.956.356 1.572.356.608 0 1.164-.128 1.568-.34.404-.208.96-.332 1.564-.332.6 0 1.144.124 1.544.328.408.22.956.344 1.572.344l-.008.968\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M77.004 136.628c-.616 0-1.156-.132-1.564-.348-.4-.204-.944-.328-1.544-.328-.604 0-1.16.124-1.564.332-.404.208-.96.344-1.568.344-.616 0-1.168-.148-1.572-.36-.4-.2-.932-.316-1.516-.316-.608 0-1.144.116-1.544.324-.408.212-.968.352-1.58.352v-.96c.612 0 1.172-.144 1.58-.36.4-.204.936-.32 1.544-.32.58 0 1.116.12 1.516.316.404.216.956.356 1.572.356.608 0 1.164-.128 1.568-.34.404-.208.96-.332 1.564-.332.6 0 1.144.124 1.544.328.408.22.956.344 1.572.344l-.008.968\"/>\n    <path fill=\"#005BBF\" fill-rule=\"nonzero\" d=\"M77.004 137.592c-.616 0-1.156-.132-1.564-.344-.4-.208-.944-.336-1.544-.336-.604 0-1.16.128-1.564.336-.404.208-.96.344-1.568.344-.616 0-1.168-.148-1.572-.36-.4-.2-.932-.32-1.516-.32-.608 0-1.144.12-1.544.328-.408.212-.968.352-1.58.352v-.956c.612 0 1.172-.148 1.58-.36.4-.208.936-.324 1.544-.324.58 0 1.116.12 1.516.316.404.212.956.36 1.572.36.608 0 1.164-.136 1.568-.344.404-.208.96-.332 1.564-.332.6 0 1.144.124 1.544.328.408.216.952.348 1.572.348l-.008.964\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M77.004 137.592c-.616 0-1.156-.132-1.564-.344-.4-.208-.944-.336-1.544-.336-.604 0-1.16.128-1.564.336-.404.208-.96.344-1.568.344-.616 0-1.168-.148-1.572-.36-.4-.2-.932-.32-1.516-.32-.608 0-1.144.12-1.544.328-.408.212-.968.352-1.58.352v-.956c.612 0 1.172-.148 1.58-.36.4-.208.936-.324 1.544-.324.58 0 1.116.12 1.516.316.404.212.956.36 1.572.36.608 0 1.164-.136 1.568-.344.404-.208.96-.332 1.564-.332.6 0 1.144.124 1.544.328.408.216.952.348 1.572.348l-.008.964h0z\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M67.268 128.812c.02.084.052.16.052.248 0 .584-.508 1.052-1.124 1.052h9.176c-.62 0-1.124-.468-1.124-1.052 0-.084.016-.164.036-.248a.507.507 0 01-.176.024h-6.676a.561.561 0 01-.164-.024\"/>\n    <path stroke=\"currentColor\" stroke-linejoin=\"round\" stroke- d=\"M67.268 128.812c.02.084.052.16.052.248 0 .584-.508 1.052-1.124 1.052h9.176c-.62 0-1.124-.468-1.124-1.052 0-.084.016-.164.036-.248a.507.507 0 01-.176.024h-6.676a.561.561 0 01-.164-.024z\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M67.432 128.208h6.676c.228 0 .408.14.408.312s-.18.316-.408.316h-6.676c-.224 0-.408-.144-.408-.316 0-.172.184-.312.408-.312\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M67.432 128.208h6.676c.228 0 .408.14.408.312s-.18.316-.408.316h-6.676c-.224 0-.408-.144-.408-.316 0-.172.184-.312.408-.312z\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M66.208 132.444h9.148v-2.332h-9.148z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M66.208 132.444h9.148v-2.332h-9.148z\"/>\n    <path fill=\"#AD1519\" fill-rule=\"nonzero\" d=\"M65.492 119.948c-.904.52-1.52 1.056-1.42 1.324.048.244.336.428.748.7.648.452 1.04 1.256.732 1.628a2.303 2.303 0 00.876-1.796c0-.748-.36-1.424-.936-1.856\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M65.492 119.948c-.904.52-1.52 1.056-1.42 1.324.048.244.336.428.748.7.648.452 1.04 1.256.732 1.628a2.303 2.303 0 00.876-1.796c0-.748-.36-1.424-.936-1.856z\"/>\n    <path fill=\"#CCC\" fill-rule=\"nonzero\" d=\"M67.52 127.828h6.5V95.976h-6.5z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M72.152 96.02v31.784m.732-31.784v31.784M67.52 127.828h6.5V95.976h-6.5z\"/>\n    <path fill=\"#AD1519\" fill-rule=\"nonzero\" d=\"M80.66 107.888c-1.416-.584-3.828-1.02-6.596-1.112-.956.008-2.016.1-3.116.28-3.888.652-6.852 2.204-6.616 3.468l.02.104s-1.456-3.284-1.48-3.408c-.26-1.404 3.024-3.128 7.34-3.848a22.018 22.018 0 013.824-.304c2.76 0 5.16.356 6.608.892l.016 3.928\"/>\n    <path stroke=\"currentColor\" stroke-linejoin=\"round\" stroke- d=\"M80.66 107.888c-1.416-.584-3.828-1.02-6.596-1.112-.956.008-2.016.1-3.116.28-3.888.652-6.852 2.204-6.616 3.468l.02.104s-1.456-3.284-1.48-3.408c-.26-1.404 3.024-3.128 7.34-3.848a22.018 22.018 0 013.824-.304c2.76 0 5.16.356 6.608.892l.016 3.928\"/>\n    <path fill=\"#AD1519\" fill-rule=\"nonzero\" d=\"M67.508 111.888c-1.804-.128-3.032-.612-3.176-1.364-.112-.6.5-1.268 1.588-1.872.484.056 1.032.12 1.6.12l-.012 3.116\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M67.508 111.888c-1.804-.128-3.032-.612-3.176-1.364-.112-.6.5-1.268 1.588-1.872.484.056 1.032.12 1.6.12l-.012 3.116\"/>\n    <path fill=\"#AD1519\" fill-rule=\"nonzero\" d=\"M74.032 109.452c1.128.172 1.972.452 2.392.796l.04.068c.2.412-.788 1.288-2.444 2.268l.012-3.132\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M74.032 109.452c1.128.172 1.972.452 2.392.796l.04.068c.2.412-.788 1.288-2.444 2.268l.012-3.132\"/>\n    <path fill=\"#AD1519\" fill-rule=\"nonzero\" d=\"M63.468 118.032c-.172-.512 1.588-1.544 4.072-2.456 1.136-.404 2.072-.828 3.236-1.34 3.452-1.528 6-3.28 5.688-3.916l-.036-.068c.184.152.472 3.296.472 3.296.312.584-2.02 2.312-5.2 3.832-1.016.488-3.164 1.28-4.176 1.636-1.816.628-3.616 1.816-3.452 2.256l-.604-3.236\"/>\n    <path stroke=\"currentColor\" stroke-linejoin=\"round\" stroke- d=\"M63.468 118.032c-.172-.512 1.588-1.544 4.072-2.456 1.136-.404 2.072-.828 3.236-1.34 3.452-1.528 6-3.28 5.688-3.916l-.036-.068c.184.152.472 3.296.472 3.296.312.584-2.02 2.312-5.2 3.832-1.016.488-3.164 1.28-4.176 1.636-1.816.628-3.616 1.816-3.452 2.256l-.604-3.236v-.004z\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M67.068 106.36c.796-.288 1.316-.632 1.064-1.256-.164-.4-.572-.476-1.188-.252l-1.084.396.976 2.412c.108-.048.216-.096.324-.136.112-.04.228-.072.34-.104l-.432-1.056v-.004zm-.472-1.164l.276-.1c.228-.084.484.04.6.32.084.212.064.452-.2.62-.084.052-.184.092-.28.132l-.396-.972zM69.612 104.188c-.116.032-.228.064-.344.088-.116.02-.236.036-.352.048l.564 2.512 1.752-.352c-.02-.048-.048-.104-.056-.152-.012-.056-.012-.112-.016-.164-.308.088-.644.184-1.044.264l-.504-2.244M73.124 106.352c.328-.912.728-1.784 1.124-2.668-.072.012-.144.024-.216.028a1.945 1.945 0 01-.216 0 22.642 22.642 0 01-.748 1.92c-.328-.604-.692-1.196-.972-1.804-.136.016-.276.036-.412.048-.136.008-.28.004-.416.008.504.824.992 1.644 1.456 2.492.064-.012.128-.024.2-.032.064-.004.132.004.2.008M76.788 104.42c.06-.124.124-.24.192-.356-.096-.088-.384-.22-.724-.252-.716-.072-1.124.244-1.172.676-.104.904 1.324.828 1.256 1.428-.028.256-.3.36-.592.332-.324-.032-.564-.212-.604-.476l-.088-.008a3.03 3.03 0 01-.192.46c.212.136.484.212.74.236.732.076 1.288-.216 1.34-.696.092-.86-1.348-.908-1.292-1.416.024-.212.188-.352.56-.316.268.028.432.172.504.38l.072.008\"/>\n    <path fill=\"#AD1519\" fill-rule=\"nonzero\" d=\"M130.44 88.668s-.296.312-.512.356c-.212.04-.484-.196-.484-.196s-.192.204-.432.256c-.236.056-.564-.264-.564-.264s-.228.32-.428.396c-.204.072-.452-.096-.452-.096s-.092.156-.26.244c-.072.036-.192-.02-.192-.02l-.24-.152-.272-.288-.248-.096s-.112-.364-.124-.428a17.36 17.36 0 00-.032-.228c-.052-.26.348-.56.92-.688.328-.076.616-.072.824-.008.228-.192.712-.328 1.28-.328.516 0 .968.108 1.216.28.244-.172.696-.28 1.212-.28.568 0 1.048.136 1.276.328.212-.064.496-.068.828.008.568.128.972.428.92.688l-.032.228a9.61 9.61 0 01-.128.428l-.248.096-.272.288-.232.152s-.12.056-.192.02c-.172-.084-.264-.244-.264-.244s-.248.168-.452.096c-.204-.076-.428-.396-.428-.396s-.328.32-.568.264c-.236-.052-.428-.256-.428-.256s-.272.236-.484.196c-.216-.044-.508-.356-.508-.356\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M130.44 88.668s-.296.312-.512.356c-.212.04-.484-.196-.484-.196s-.192.204-.432.256c-.236.056-.564-.264-.564-.264s-.228.32-.428.396c-.204.072-.452-.096-.452-.096s-.092.156-.26.244c-.072.036-.192-.02-.192-.02l-.24-.152-.272-.288-.248-.096s-.112-.364-.124-.428a17.36 17.36 0 00-.032-.228c-.052-.26.348-.56.92-.688.328-.076.616-.072.824-.008.228-.192.712-.328 1.28-.328.516 0 .968.108 1.216.28.244-.172.696-.28 1.212-.28.568 0 1.048.136 1.276.328.212-.064.496-.068.828.008.568.128.972.428.92.688l-.032.228a9.61 9.61 0 01-.128.428l-.248.096-.272.288-.232.152s-.12.056-.192.02c-.172-.084-.264-.244-.264-.244s-.248.168-.452.096c-.204-.076-.428-.396-.428-.396s-.328.32-.568.264c-.236-.052-.428-.256-.428-.256s-.272.236-.484.196c-.216-.044-.508-.356-.508-.356h0z\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M129.88 86.98c0-.436.244-.784.548-.784.304 0 .552.348.552.784 0 .432-.248.784-.552.784-.304 0-.548-.352-.548-.784\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M129.88 86.98c0-.436.244-.784.548-.784.304 0 .552.348.552.784 0 .432-.248.784-.552.784-.304 0-.548-.352-.548-.784z\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M130.188 86.98c0-.4.112-.724.252-.724s.252.324.252.724c0 .4-.112.72-.252.72s-.252-.32-.252-.72\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M130.188 86.98c0-.4.112-.724.252-.724s.252.324.252.724c0 .4-.112.72-.252.72s-.252-.32-.252-.72z\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M127.6 90.2c-.084-.228-.236-.432-.236-.432.78-.228 1.864-.372 3.072-.376 1.204.004 2.296.148 3.076.376l-.208.364a2.75 2.75 0 00-.152.324c-.704-.216-1.608-.324-2.72-.328-1.116.004-2.188.14-2.744.344.008 0-.04-.128-.096-.272h.008\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M127.6 90.2c-.084-.228-.236-.432-.236-.432.78-.228 1.864-.372 3.072-.376 1.204.004 2.296.148 3.076.376l-.208.364a2.75 2.75 0 00-.152.324c-.704-.216-1.608-.324-2.72-.328-1.116.004-2.188.14-2.744.344.008 0-.04-.128-.096-.272h.008\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M130.436 91.192c.972-.004 2.044-.152 2.44-.252.264-.08.416-.196.388-.336-.012-.064-.068-.12-.148-.152-.58-.188-1.624-.32-2.68-.32s-2.108.132-2.688.32c-.076.032-.136.088-.148.152-.028.14.128.256.392.336.396.1 1.472.248 2.444.252\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M130.436 91.192c.972-.004 2.044-.152 2.44-.252.264-.08.416-.196.388-.336-.012-.064-.068-.12-.148-.152-.58-.188-1.624-.32-2.68-.32s-2.108.132-2.688.32c-.076.032-.136.088-.148.152-.028.14.128.256.392.336.396.1 1.472.248 2.444.252z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M132.796 87.332c0-.096.08-.176.176-.176a.18.18 0 01.184.176c0 .092-.08.168-.184.168a.173.173 0 01-.176-.168\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M132.796 87.332c0-.096.08-.176.176-.176a.18.18 0 01.184.176c0 .092-.08.168-.184.168a.173.173 0 01-.176-.168zM132.692 86.732c0-.096.08-.172.18-.172.1 0 .18.076.18.172 0 .092-.08.168-.18.168-.1 0-.18-.076-.18-.168zm-.452-.376c0-.096.08-.172.18-.172.1 0 .18.076.18.172 0 .096-.08.172-.18.172-.1 0-.18-.076-.18-.172zm-.568-.18c0-.096.084-.176.184-.176.1 0 .18.08.18.176 0 .092-.08.168-.18.168-.1 0-.184-.076-.184-.168zm-.572.02c0-.096.08-.172.176-.172.104 0 .184.076.184.172 0 .096-.08.168-.184.168a.17.17 0 01-.176-.168z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M134.584 88.496c.052-.132.084-.28.084-.432a1.14 1.14 0 00-1.128-1.152c-.2 0-.388.052-.552.148\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M132.568 87.684c.06-.104.1-.228.1-.348 0-.46-.472-.832-1.056-.832-.248 0-.476.068-.656.18\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M134.74 87.972c0-.096.08-.172.18-.172.1 0 .18.076.18.172 0 .096-.08.172-.18.172-.1 0-.18-.076-.18-.172zm-.072-.632c0-.096.084-.168.184-.168.1 0 .18.072.18.168 0 .096-.08.172-.18.172-.1 0-.184-.076-.184-.172zm-.404-.48c0-.096.08-.172.18-.172.1 0 .18.076.18.172 0 .092-.08.168-.18.168-.1 0-.18-.076-.18-.168zm-.544-.26c0-.092.084-.168.184-.168.1 0 .18.076.18.168 0 .096-.08.176-.18.176-.1 0-.184-.08-.184-.176zm-.576.024c0-.096.08-.172.18-.172.1 0 .184.076.184.172 0 .092-.084.172-.184.172-.1 0-.18-.08-.18-.172z\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M133.56 89.332l-.236-.212s-.228.136-.512.096c-.28-.044-.372-.388-.372-.388s-.316.268-.576.248c-.26-.024-.428-.248-.428-.248s-.284.204-.532.184c-.248-.024-.488-.332-.488-.332s-.248.32-.496.344c-.248.02-.452-.216-.452-.216s-.116.236-.432.288c-.316.052-.588-.248-.588-.248s-.176.292-.392.368c-.216.072-.496-.108-.496-.108s-.048.108-.08.172c-.036.064-.124.076-.124.076l.068.188c.776-.224 1.828-.364 3.016-.364s2.268.14 3.04.368l.08-.216\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M133.56 89.332l-.236-.212s-.228.136-.512.096c-.28-.044-.372-.388-.372-.388s-.316.268-.576.248c-.26-.024-.428-.248-.428-.248s-.284.204-.532.184c-.248-.024-.488-.332-.488-.332s-.248.32-.496.344c-.248.02-.452-.216-.452-.216s-.116.236-.432.288c-.316.052-.588-.248-.588-.248s-.176.292-.392.368c-.216.072-.496-.108-.496-.108s-.048.108-.08.172c-.036.064-.124.076-.124.076l.068.188c.776-.224 1.828-.364 3.016-.364s2.268.14 3.04.368l.08-.216h0z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M127.692 87.332c0-.096.08-.176.18-.176.1 0 .18.08.18.176 0 .092-.08.168-.18.168-.1 0-.18-.076-.18-.168\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M127.692 87.332c0-.096.08-.176.18-.176.1 0 .18.08.18.176 0 .092-.08.168-.18.168-.1 0-.18-.076-.18-.168zM127.792 86.732c0-.096.08-.172.18-.172.1 0 .184.076.184.172 0 .092-.084.168-.184.168-.1 0-.18-.076-.18-.168zm.452-.376c0-.096.08-.172.18-.172.1 0 .184.076.184.172 0 .096-.084.172-.184.172-.1 0-.18-.076-.18-.172zm.564-.18c0-.096.084-.176.184-.176.1 0 .18.08.18.176 0 .092-.08.168-.18.168-.1 0-.184-.076-.184-.168zm.58.02c0-.096.08-.172.18-.172.1 0 .18.076.18.172 0 .096-.08.168-.18.168-.1 0-.18-.072-.18-.168z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M126.264 88.496a1.14 1.14 0 011.044-1.584c.2 0 .384.052.548.148\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M128.292 87.672a.692.692 0 01-.116-.336c0-.46.476-.832 1.056-.832.248 0 .48.068.66.18\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M125.744 87.972c0-.096.084-.172.184-.172.096 0 .18.076.18.172 0 .096-.084.172-.18.172-.1 0-.184-.076-.184-.172zm.068-.632c0-.096.084-.168.184-.168.1 0 .18.072.18.168 0 .096-.08.172-.18.172-.1 0-.184-.076-.184-.172zm.408-.48c0-.096.08-.172.184-.172.096 0 .18.076.18.172 0 .092-.084.168-.18.168-.104 0-.184-.076-.184-.168zm.544-.26c0-.092.08-.168.18-.168.1 0 .18.076.18.168 0 .096-.08.176-.18.176-.1 0-.18-.08-.18-.176zm.576.024c0-.096.08-.172.18-.172.1 0 .18.076.18.172 0 .092-.08.172-.18.172-.1 0-.18-.08-.18-.172z\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M130.44 88.296l.112.02a.466.466 0 00-.02.152c0 .232.2.42.448.42a.441.441 0 00.42-.292c.008.004.044-.152.064-.152.016 0 .012.164.016.164.028.212.224.356.444.356a.434.434 0 00.444-.424c0-.016 0-.032-.004-.048l.14-.14.076.176a.358.358 0 00-.044.184c0 .224.192.404.428.404a.428.428 0 00.352-.18l.092-.116-.004.144c0 .136.06.264.196.284 0 0 .16.012.364-.152.212-.164.324-.3.324-.3l.012.168s-.204.336-.388.44c-.1.06-.256.124-.38.1-.132-.02-.22-.124-.272-.244a.605.605 0 01-.316.088c-.252 0-.48-.14-.568-.344a.654.654 0 01-.968-.032.651.651 0 01-.972-.104.644.644 0 01-.968.104.656.656 0 01-.504.232.624.624 0 01-.464-.2c-.088.204-.316.344-.568.344a.605.605 0 01-.316-.088c-.048.12-.14.224-.272.244-.12.024-.276-.04-.376-.1-.188-.104-.408-.44-.408-.44l.028-.168s.112.136.32.3c.208.164.368.152.368.152.136-.02.192-.148.192-.284v-.144l.092.116c.076.108.204.18.352.18.236 0 .428-.18.428-.404a.358.358 0 00-.044-.184l.076-.176.14.14c-.004.016-.004.032-.004.048 0 .236.2.424.44.424.224 0 .416-.144.444-.356.008 0 .004-.164.02-.164.02 0 .056.156.06.152.06.168.228.292.428.292a.433.433 0 00.444-.42.466.466 0 00-.02-.152l.116-.02\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M130.44 88.296l.112.02a.466.466 0 00-.02.152c0 .232.2.42.448.42a.441.441 0 00.42-.292c.008.004.044-.152.064-.152.016 0 .012.164.016.164.028.212.224.356.444.356a.434.434 0 00.444-.424c0-.016 0-.032-.004-.048l.14-.14.076.176a.358.358 0 00-.044.184c0 .224.192.404.428.404a.428.428 0 00.352-.18l.092-.116-.004.144c0 .136.06.264.196.284 0 0 .16.012.364-.152.212-.164.324-.3.324-.3l.012.168s-.204.336-.388.44c-.1.06-.256.124-.38.1-.132-.02-.22-.124-.272-.244a.605.605 0 01-.316.088c-.252 0-.48-.14-.568-.344a.654.654 0 01-.968-.032.651.651 0 01-.972-.104.644.644 0 01-.968.104.656.656 0 01-.504.232.624.624 0 01-.464-.2c-.088.204-.316.344-.568.344a.605.605 0 01-.316-.088c-.048.12-.14.224-.272.244-.12.024-.276-.04-.376-.1-.188-.104-.408-.44-.408-.44l.028-.168s.112.136.32.3c.208.164.368.152.368.152.136-.02.192-.148.192-.284v-.144l.092.116c.076.108.204.18.352.18.236 0 .428-.18.428-.404a.358.358 0 00-.044-.184l.076-.176.14.14c-.004.016-.004.032-.004.048 0 .236.2.424.44.424.224 0 .416-.144.444-.356.008 0 .004-.164.02-.164.02 0 .056.156.06.152.06.168.228.292.428.292a.433.433 0 00.444-.42.466.466 0 00-.02-.152l.116-.02z\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M130.436 89.392c-1.208.004-2.288.148-3.068.376-.052.016-.116-.024-.132-.068-.016-.052.02-.112.072-.128.78-.24 1.892-.392 3.128-.392 1.232 0 2.348.152 3.132.392.052.016.088.076.072.128-.016.044-.084.084-.132.068-.78-.228-1.868-.372-3.072-.376\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M130.436 89.392c-1.208.004-2.288.148-3.068.376-.052.016-.116-.024-.132-.068-.016-.052.02-.112.072-.128.78-.24 1.892-.392 3.128-.392 1.232 0 2.348.152 3.132.392.052.016.088.076.072.128-.016.044-.084.084-.132.068-.78-.228-1.868-.372-3.072-.376z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M129.268 89.82c0-.088.08-.164.176-.164.096 0 .176.076.176.164 0 .092-.08.164-.176.164-.096 0-.176-.072-.176-.164\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M129.268 89.82c0-.088.08-.164.176-.164.096 0 .176.076.176.164 0 .092-.08.164-.176.164-.096 0-.176-.072-.176-.164z\"/>\n    <path fill=\"#AD1519\" fill-rule=\"nonzero\" d=\"M130.452 89.892h-.392c-.072 0-.132-.056-.132-.124s.06-.124.132-.124h.784c.072 0 .128.056.128.124a.126.126 0 01-.128.124h-.392\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M130.452 89.892h-.392c-.072 0-.132-.056-.132-.124s.06-.124.132-.124h.784c.072 0 .128.056.128.124a.126.126 0 01-.128.124h-.392\"/>\n    <path fill=\"#058E6E\" fill-rule=\"nonzero\" d=\"M128.508 90.024l-.28.044c-.072.008-.136-.036-.148-.104-.012-.068.036-.128.108-.14l.276-.04.288-.044c.068-.008.136.036.148.1a.126.126 0 01-.112.14l-.28.044\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M128.508 90.024l-.28.044c-.072.008-.136-.036-.148-.104-.012-.068.036-.128.108-.14l.276-.04.288-.044c.068-.008.136.036.148.1a.126.126 0 01-.112.14l-.28.044\"/>\n    <path fill=\"#AD1519\" fill-rule=\"nonzero\" d=\"M127.388 90.22l.12-.2.264.052-.152.224-.232-.076\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M127.388 90.22l.12-.2.264.052-.152.224-.232-.076\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M131.256 89.82a.17.17 0 01.172-.164c.096 0 .176.076.176.164 0 .092-.08.164-.176.164a.167.167 0 01-.172-.164\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M131.256 89.82a.17.17 0 01.172-.164c.096 0 .176.076.176.164 0 .092-.08.164-.176.164a.167.167 0 01-.172-.164z\"/>\n    <path fill=\"#058E6E\" fill-rule=\"nonzero\" d=\"M132.364 90.024l.28.044c.072.008.136-.036.148-.104.012-.068-.036-.128-.104-.14l-.28-.04-.284-.044c-.072-.008-.14.036-.152.1a.126.126 0 00.112.14l.28.044\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M132.364 90.024l.28.044c.072.008.136-.036.148-.104.012-.068-.036-.128-.104-.14l-.28-.04-.284-.044c-.072-.008-.14.036-.152.1a.126.126 0 00.112.14l.28.044\"/>\n    <path fill=\"#AD1519\" fill-rule=\"nonzero\" d=\"M133.464 90.232l-.1-.212-.272.024.132.236.24-.048\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M133.464 90.232l-.1-.212-.272.024.132.236.24-.048\"/>\n    <path fill=\"#AD1519\" fill-rule=\"nonzero\" d=\"M130.432 90.964c-.972 0-1.852-.088-2.524-.26.672-.172 1.552-.276 2.524-.28.976 0 1.86.108 2.528.28-.668.172-1.552.26-2.528.26\"/>\n    <path stroke=\"currentColor\" stroke-linejoin=\"round\" stroke- d=\"M130.432 90.964c-.972 0-1.852-.088-2.524-.26.672-.172 1.552-.276 2.524-.28.976 0 1.86.108 2.528.28-.668.172-1.552.26-2.528.26z\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M133.504 88.852c.024-.072 0-.148-.056-.168-.052-.012-.116.036-.14.108-.028.076-.004.152.048.168.056.016.12-.032.148-.108\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M133.504 88.852c.024-.072 0-.148-.056-.168-.052-.012-.116.036-.14.108-.028.076-.004.152.048.168.056.016.12-.032.148-.108h0z\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M131.564 88.48c.012-.08-.028-.148-.084-.156-.056-.008-.112.052-.12.132-.012.076.028.148.084.152.056.008.112-.052.12-.128\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M131.564 88.48c.012-.08-.028-.148-.084-.156-.056-.008-.112.052-.12.132-.012.076.028.148.084.152.056.008.112-.052.12-.128z\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M129.316 88.48c-.012-.08.024-.148.084-.156.056-.008.108.052.12.132.008.076-.028.148-.084.152-.056.008-.112-.052-.12-.128\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M129.316 88.48c-.012-.08.024-.148.084-.156.056-.008.108.052.12.132.008.076-.028.148-.084.152-.056.008-.112-.052-.12-.128z\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M127.376 88.852c-.028-.072 0-.148.052-.168.052-.012.12.036.144.108.028.076.004.152-.048.168-.056.016-.12-.032-.148-.108\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M127.376 88.852c-.028-.072 0-.148.052-.168.052-.012.12.036.144.108.028.076.004.152-.048.168-.056.016-.12-.032-.148-.108z\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M130.432 87.36l-.34.208.252.552.088.056.088-.056.256-.552-.344-.208\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M130.432 87.36l-.34.208.252.552.088.056.088-.056.256-.552-.344-.208\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M129.68 88.196l.156.228.536-.168.056-.072-.056-.08-.536-.156-.156.248\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M129.68 88.196l.156.228.536-.168.056-.072-.056-.08-.536-.156-.156.248\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M131.188 88.196l-.156.228-.536-.168-.056-.072.056-.08.536-.156.156.248\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M131.188 88.196l-.156.228-.536-.168-.056-.072.056-.08.536-.156.156.248\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M128.2 87.604l-.268.256.344.456.092.036.068-.072.12-.548-.356-.128\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M128.2 87.604l-.268.256.344.456.092.036.068-.072.12-.548-.356-.128\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M127.636 88.516l.2.192.492-.264.036-.084-.072-.068-.556-.048-.1.272\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M127.636 88.516l.2.192.492-.264.036-.084-.072-.068-.556-.048-.1.272\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M129.112 88.22l-.104.252-.56-.052-.072-.064.036-.088.492-.256.208.208\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M129.112 88.22l-.104.252-.56-.052-.072-.064.036-.088.492-.256.208.208\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M127.096 88.588l-.044.264-.56.06-.088-.048.024-.092.42-.348.248.164\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M127.096 88.588l-.044.264-.56.06-.088-.048.024-.092.42-.348.248.164\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M128.176 88.36c0-.104.088-.188.196-.188.108 0 .196.084.196.188 0 .1-.088.184-.196.184-.108 0-.196-.084-.196-.184\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M128.176 88.36c0-.104.088-.188.196-.188.108 0 .196.084.196.188 0 .1-.088.184-.196.184-.108 0-.196-.084-.196-.184z\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M132.676 87.604l.268.256-.344.456-.092.036-.068-.072-.12-.548.356-.128\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M132.676 87.604l.268.256-.344.456-.092.036-.068-.072-.12-.548.356-.128\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M133.24 88.516l-.204.192-.488-.264-.04-.084.072-.068.56-.048.1.272\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M133.24 88.516l-.204.192-.488-.264-.04-.084.072-.068.56-.048.1.272\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M131.764 88.22l.104.252.56-.052.072-.064-.04-.088-.488-.256-.208.208\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M131.764 88.22l.104.252.56-.052.072-.064-.04-.088-.488-.256-.208.208\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M133.704 88.588l.044.264.56.06.084-.048-.02-.092-.42-.348-.248.164\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M133.704 88.588l.044.264.56.06.084-.048-.02-.092-.42-.348-.248.164\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M130.24 88.184c0-.104.088-.188.196-.188.108 0 .196.084.196.188 0 .1-.088.184-.196.184-.108 0-.196-.084-.196-.184\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M130.24 88.184c0-.104.088-.188.196-.188.108 0 .196.084.196.188 0 .1-.088.184-.196.184-.108 0-.196-.084-.196-.184z\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M132.308 88.36c0-.104.092-.188.2-.188.108 0 .196.084.196.188 0 .1-.088.184-.196.184-.108 0-.2-.084-.2-.184\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M132.308 88.36c0-.104.092-.188.2-.188.108 0 .196.084.196.188 0 .1-.088.184-.196.184-.108 0-.2-.084-.2-.184z\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M130.068 86.08c0-.192.164-.348.368-.348s.372.156.372.348a.362.362 0 01-.372.352.359.359 0 01-.368-.352\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M130.696 85.956v.232h-.568v-.232h.188v-.52h-.248v-.232h.248v-.232h.244v.232h.24v.232h-.24v.52h.136\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M130.696 85.956v.232h-.568v-.232h.188v-.52h-.248v-.232h.248v-.232h.244v.232h.24v.232h-.24v.52z\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M130.952 85.956v.232h-1.012v-.232h.376v-.52h-.248v-.232h.248v-.232h.244v.232h.244v.232h-.244v.52h.392\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M130.544 85.748a.35.35 0 01.264.332.36.36 0 01-.372.352.359.359 0 01-.368-.352c0-.16.116-.296.272-.336\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M126.34 88.9c-.004.004-.152-.192-.264-.292-.076-.072-.268-.132-.268-.132 0-.032.112-.112.232-.112.072 0 .14.028.18.08l.012-.08s.1.02.144.128c.044.116.016.288.016.288s-.02.08-.052.12\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M126.34 88.9c-.004.004-.152-.192-.264-.292-.076-.072-.268-.132-.268-.132 0-.032.112-.112.232-.112.072 0 .14.028.18.08l.012-.08s.1.02.144.128c.044.116.016.288.016.288s-.02.08-.052.12h0z\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M126.348 88.8c.044-.048.14-.036.212.024.072.06.092.152.044.2-.044.052-.14.04-.212-.024-.072-.06-.092-.152-.044-.2\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M126.348 88.8c.044-.048.14-.036.212.024.072.06.092.152.044.2-.044.052-.14.04-.212-.024-.072-.06-.092-.152-.044-.2z\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M134.46 88.9c.004.004.152-.192.26-.292.08-.072.272-.132.272-.132 0-.032-.112-.112-.236-.112a.222.222 0 00-.176.08l-.016-.08s-.1.02-.144.128c-.044.116-.016.288-.016.288s.02.08.056.12\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M134.46 88.9c.004.004.152-.192.26-.292.08-.072.272-.132.272-.132 0-.032-.112-.112-.236-.112a.222.222 0 00-.176.08l-.016-.08s-.1.02-.144.128c-.044.116-.016.288-.016.288s.02.08.056.12z\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M134.464 88.8c-.048-.048-.144-.036-.216.024-.072.06-.092.152-.044.2.044.052.14.04.212-.024.072-.06.096-.152.048-.2\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M134.464 88.8c-.048-.048-.144-.036-.216.024-.072.06-.092.152-.044.2.044.052.14.04.212-.024.072-.06.096-.152.048-.2z\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M125.984 93.448h8.916v-2.336h-8.916z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M125.984 93.448h8.916v-2.336h-8.916z\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M133.964 95.004a.364.364 0 00-.164-.028h-6.676a.538.538 0 00-.184.032.562.562 0 00.392-.528.577.577 0 00-.408-.532.744.744 0 00.196.032h6.68a.564.564 0 00.188-.024l-.04.008a.527.527 0 00-.372.516c0 .224.148.452.388.524\"/>\n    <path stroke=\"currentColor\" stroke-linejoin=\"round\" stroke- d=\"M133.964 95.004a.364.364 0 00-.164-.028h-6.676a.538.538 0 00-.184.032.562.562 0 00.392-.528.577.577 0 00-.408-.532.744.744 0 00.196.032h6.68a.564.564 0 00.188-.024l-.04.008a.527.527 0 00-.372.516c0 .224.148.452.388.524h0z\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M127.124 94.976h6.676c.224 0 .408.14.408.312 0 .176-.184.316-.408.316h-6.676c-.228 0-.408-.14-.408-.316 0-.172.18-.312.408-.312\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M127.124 94.976h6.676c.224 0 .408.14.408.312 0 .176-.184.316-.408.316h-6.676c-.228 0-.408-.14-.408-.316 0-.172.18-.312.408-.312z\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M127.12 93.448h6.68c.224 0 .408.12.408.264 0 .148-.184.268-.408.268h-6.68c-.228 0-.412-.12-.412-.268 0-.144.184-.264.412-.264\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M127.12 93.448h6.68c.224 0 .408.12.408.264 0 .148-.184.268-.408.268h-6.68c-.228 0-.412-.12-.412-.268 0-.144.184-.264.412-.264z\"/>\n    <path fill=\"#005BBF\" fill-rule=\"nonzero\" d=\"M124.22 132.772c.616 0 1.164-.132 1.568-.348.404-.204.948-.328 1.548-.328.604 0 1.16.128 1.564.332.4.212.96.344 1.568.344.616 0 1.168-.144 1.572-.36.4-.196.932-.316 1.516-.316.608 0 1.14.116 1.544.324.404.216.968.352 1.58.352v.964c-.612 0-1.176-.14-1.58-.352-.404-.208-.936-.328-1.544-.328-.584 0-1.116.124-1.516.32-.404.212-.956.36-1.572.36-.608 0-1.164-.132-1.568-.344-.404-.208-.96-.336-1.564-.336-.6 0-1.144.128-1.548.332-.404.216-.944.348-1.56.348l-.008-.964\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M124.22 132.772c.616 0 1.164-.132 1.568-.348.404-.204.948-.328 1.548-.328.604 0 1.16.128 1.564.332.4.212.96.344 1.568.344.616 0 1.168-.144 1.572-.36.4-.196.932-.316 1.516-.316.608 0 1.14.116 1.544.324.404.216.968.352 1.58.352v.964c-.612 0-1.176-.14-1.58-.352-.404-.208-.936-.328-1.544-.328-.584 0-1.116.124-1.516.32-.404.212-.956.36-1.572.36-.608 0-1.164-.132-1.568-.344-.404-.208-.96-.336-1.564-.336-.6 0-1.144.128-1.548.332-.404.216-.944.348-1.56.348l-.008-.964h0z\"/>\n    <path fill=\"#CCC\" fill-rule=\"nonzero\" d=\"M124.22 133.736c.616 0 1.164-.132 1.568-.348.404-.204.948-.332 1.548-.332.604 0 1.16.128 1.564.336.4.212.96.344 1.568.344.616 0 1.168-.148 1.572-.36.4-.196.932-.32 1.516-.32.608 0 1.14.12 1.544.328.404.212.968.352 1.58.352v.964c-.612 0-1.176-.14-1.58-.352-.404-.208-.936-.328-1.544-.328-.584 0-1.116.124-1.516.32-.404.216-.956.36-1.572.36-.608 0-1.164-.136-1.568-.344-.404-.208-.96-.336-1.564-.336-.6 0-1.144.128-1.548.336-.404.212-.944.344-1.56.344l-.008-.964\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M124.22 133.736c.616 0 1.164-.132 1.568-.348.404-.204.948-.332 1.548-.332.604 0 1.16.128 1.564.336.4.212.96.344 1.568.344.616 0 1.168-.148 1.572-.36.4-.196.932-.32 1.516-.32.608 0 1.14.12 1.544.328.404.212.968.352 1.58.352v.964c-.612 0-1.176-.14-1.58-.352-.404-.208-.936-.328-1.544-.328-.584 0-1.116.124-1.516.32-.404.216-.956.36-1.572.36-.608 0-1.164-.136-1.568-.344-.404-.208-.96-.336-1.564-.336-.6 0-1.144.128-1.548.336-.404.212-.944.344-1.56.344l-.008-.964\"/>\n    <path fill=\"#005BBF\" fill-rule=\"nonzero\" d=\"M124.22 134.7c.616 0 1.164-.132 1.568-.344.404-.208.948-.336 1.548-.336.604 0 1.16.128 1.564.336.4.208.96.344 1.568.344.616 0 1.168-.144 1.572-.36.4-.196.932-.32 1.516-.32.608 0 1.14.12 1.544.328.404.212.968.352 1.58.352v.96c-.612 0-1.176-.136-1.58-.352-.404-.204-.936-.32-1.544-.32-.584 0-1.116.12-1.516.316-.404.216-.956.356-1.572.356-.608 0-1.164-.128-1.568-.34-.404-.208-.96-.332-1.564-.332-.6 0-1.144.124-1.548.328-.404.22-.944.344-1.56.344l-.008-.96\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M124.22 134.7c.616 0 1.164-.132 1.568-.344.404-.208.948-.336 1.548-.336.604 0 1.16.128 1.564.336.4.208.96.344 1.568.344.616 0 1.168-.144 1.572-.36.4-.196.932-.32 1.516-.32.608 0 1.14.12 1.544.328.404.212.968.352 1.58.352v.96c-.612 0-1.176-.136-1.58-.352-.404-.204-.936-.32-1.544-.32-.584 0-1.116.12-1.516.316-.404.216-.956.356-1.572.356-.608 0-1.164-.128-1.568-.34-.404-.208-.96-.332-1.564-.332-.6 0-1.144.124-1.548.328-.404.22-.944.344-1.56.344l-.008-.96\"/>\n    <path fill=\"#CCC\" fill-rule=\"nonzero\" d=\"M124.228 136.628c.616 0 1.156-.132 1.56-.348.404-.204.948-.328 1.548-.328.604 0 1.16.124 1.564.332.4.208.96.344 1.568.344.616 0 1.168-.148 1.572-.36.4-.2.932-.316 1.516-.316.608 0 1.14.116 1.544.324.404.212.968.352 1.58.352v-.96c-.612 0-1.176-.144-1.58-.36-.404-.204-.936-.32-1.544-.32-.584 0-1.116.12-1.516.316-.404.216-.956.356-1.572.356-.608 0-1.164-.128-1.568-.34-.404-.208-.96-.332-1.564-.332-.6 0-1.144.124-1.548.328-.404.22-.952.344-1.568.344l.008.968\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M124.228 136.628c.616 0 1.156-.132 1.56-.348.404-.204.948-.328 1.548-.328.604 0 1.16.124 1.564.332.4.208.96.344 1.568.344.616 0 1.168-.148 1.572-.36.4-.2.932-.316 1.516-.316.608 0 1.14.116 1.544.324.404.212.968.352 1.58.352v-.96c-.612 0-1.176-.144-1.58-.36-.404-.204-.936-.32-1.544-.32-.584 0-1.116.12-1.516.316-.404.216-.956.356-1.572.356-.608 0-1.164-.128-1.568-.34-.404-.208-.96-.332-1.564-.332-.6 0-1.144.124-1.548.328-.404.22-.952.344-1.568.344l.008.968\"/>\n    <path fill=\"#005BBF\" fill-rule=\"nonzero\" d=\"M124.228 137.592c.616 0 1.156-.132 1.56-.344.404-.208.948-.336 1.548-.336.604 0 1.16.128 1.564.336.4.208.96.344 1.568.344.616 0 1.168-.148 1.572-.36.4-.2.932-.32 1.516-.32.608 0 1.14.12 1.544.328.404.212.968.352 1.58.352v-.956c-.612 0-1.176-.148-1.58-.36-.404-.208-.936-.324-1.544-.324-.584 0-1.116.12-1.516.316-.404.212-.956.36-1.572.36-.608 0-1.164-.136-1.568-.344-.404-.208-.96-.332-1.564-.332-.6 0-1.144.124-1.548.328-.404.216-.952.348-1.568.348l.008.964\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M124.228 137.592c.616 0 1.156-.132 1.56-.344.404-.208.948-.336 1.548-.336.604 0 1.16.128 1.564.336.4.208.96.344 1.568.344.616 0 1.168-.148 1.572-.36.4-.2.932-.32 1.516-.32.608 0 1.14.12 1.544.328.404.212.968.352 1.58.352v-.956c-.612 0-1.176-.148-1.58-.36-.404-.208-.936-.324-1.544-.324-.584 0-1.116.12-1.516.316-.404.212-.956.36-1.572.36-.608 0-1.164-.136-1.568-.344-.404-.208-.96-.332-1.564-.332-.6 0-1.144.124-1.548.328-.404.216-.952.348-1.568.348l.008.964h0z\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M133.964 128.812c-.024.084-.052.16-.052.248 0 .584.508 1.052 1.124 1.052h-9.176c.62 0 1.124-.468 1.124-1.052 0-.084-.016-.164-.036-.248.048.02.112.024.176.024h6.672c.056 0 .12-.008.164-.024\"/>\n    <path stroke=\"currentColor\" stroke-linejoin=\"round\" stroke- d=\"M133.964 128.812c-.024.084-.052.16-.052.248 0 .584.508 1.052 1.124 1.052h-9.176c.62 0 1.124-.468 1.124-1.052 0-.084-.016-.164-.036-.248.048.02.112.024.176.024h6.672c.056 0 .12-.008.164-.024h.004z\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M127.124 128.208h6.676c.224 0 .408.14.408.312s-.184.316-.408.316h-6.676c-.228 0-.408-.144-.408-.316 0-.172.18-.312.408-.312\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M127.124 128.208h6.676c.224 0 .408.14.408.312s-.184.316-.408.316h-6.676c-.228 0-.408-.144-.408-.316 0-.172.18-.312.408-.312z\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M125.872 132.444h9.152v-2.332h-9.152z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M125.872 132.444h9.152v-2.332h-9.152z\"/>\n    <path fill=\"#AD1519\" fill-rule=\"nonzero\" d=\"M135.74 119.948c.904.52 1.52 1.056 1.42 1.324-.048.244-.336.428-.748.7-.648.452-1.04 1.256-.732 1.628a2.3 2.3 0 01.06-3.652\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.74 119.948c.904.52 1.52 1.056 1.42 1.324-.048.244-.336.428-.748.7-.648.452-1.04 1.256-.732 1.628a2.3 2.3 0 01.06-3.652z\"/>\n    <path fill=\"#CCC\" fill-rule=\"nonzero\" d=\"M127.212 127.828h6.5V95.976h-6.5z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M131.928 95.964v31.784m.732-31.784v31.784M127.212 127.828h6.5V95.976h-6.5z\"/>\n    <path fill=\"#AD1519\" fill-rule=\"nonzero\" d=\"M120.568 107.888c1.42-.584 3.832-1.02 6.6-1.112.956.008 2.016.1 3.116.28 3.888.652 6.848 2.204 6.616 3.468-.008.024-.016.08-.02.104 0 0 1.456-3.284 1.48-3.408.26-1.404-3.024-3.128-7.34-3.848a22.048 22.048 0 00-3.824-.304c-2.764 0-5.164.356-6.608.892l-.02 3.928\"/>\n    <path stroke=\"currentColor\" stroke-linejoin=\"round\" stroke- d=\"M120.568 107.888c1.42-.584 3.832-1.02 6.6-1.112.956.008 2.016.1 3.116.28 3.888.652 6.848 2.204 6.616 3.468-.008.024-.016.08-.02.104 0 0 1.456-3.284 1.48-3.408.26-1.404-3.024-3.128-7.34-3.848a22.048 22.048 0 00-3.824-.304c-2.764 0-5.164.356-6.608.892l-.02 3.928\"/>\n    <path fill=\"#AD1519\" fill-rule=\"nonzero\" d=\"M133.724 111.888c1.804-.128 3.036-.612 3.176-1.364.112-.6-.5-1.268-1.588-1.872-.488.056-1.036.12-1.6.12l.012 3.116\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M133.724 111.888c1.804-.128 3.036-.612 3.176-1.364.112-.6-.5-1.268-1.588-1.872-.488.056-1.036.12-1.6.12l.012 3.116\"/>\n    <path fill=\"#AD1519\" fill-rule=\"nonzero\" d=\"M127.2 109.452c-1.128.172-1.972.452-2.396.796l-.036.068c-.204.412.788 1.288 2.44 2.268l-.008-3.132\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M127.2 109.452c-1.128.172-1.972.452-2.396.796l-.036.068c-.204.412.788 1.288 2.44 2.268l-.008-3.132\"/>\n    <path fill=\"#AD1519\" fill-rule=\"nonzero\" d=\"M137.76 118.032c.172-.512-1.584-1.544-4.068-2.456-1.136-.404-2.076-.828-3.236-1.34-3.452-1.528-6.004-3.28-5.688-3.916l.036-.068c-.184.152-.468 3.296-.468 3.296-.316.584 2.02 2.312 5.192 3.832 1.02.488 3.168 1.28 4.18 1.636 1.816.628 3.616 1.816 3.452 2.256l.6-3.236\"/>\n    <path stroke=\"currentColor\" stroke-linejoin=\"round\" stroke- d=\"M137.76 118.032c.172-.512-1.584-1.544-4.068-2.456-1.136-.404-2.076-.828-3.236-1.34-3.452-1.528-6.004-3.28-5.688-3.916l.036-.068c-.184.152-.468 3.296-.468 3.296-.316.584 2.02 2.312 5.192 3.832 1.02.488 3.168 1.28 4.18 1.636 1.816.628 3.616 1.816 3.452 2.256l.6-3.236v-.004h0z\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M124.62 106.492c.248-.932.564-1.832.876-2.748-.068.02-.14.036-.212.044-.068.012-.144.016-.216.02a21.942 21.942 0 01-.568 1.976c-.384-.576-.8-1.136-1.132-1.72-.136.028-.272.06-.408.08-.136.02-.276.028-.416.044a54.83 54.83 0 011.68 2.364c.064-.016.128-.04.2-.048.064-.008.132-.008.196-.012M127.092 103.764c-.116.004-.236.016-.352.012-.12 0-.24-.016-.356-.024l-.048 2.564 1.796.032a.773.773 0 01-.024-.164c0-.052.016-.108.028-.16-.324.02-.672.04-1.084.032l.04-2.292M129.908 104.184c.288.024.564.076.84.124-.004-.052-.012-.108-.008-.164.004-.052.024-.104.04-.156l-2.428-.2c.004.056.012.108.008.16-.004.056-.024.108-.04.16.248-.008.548-.008.884.02l-.212 2.308c.116 0 .236 0 .352.012.12.008.236.028.352.044l.212-2.308M130.904 106.712c.116.02.236.036.352.06.112.024.228.06.34.092l.288-1.176.032.004c.064.164.152.36.196.476l.36.888c.144.024.284.044.42.072.144.032.28.072.416.112l-.124-.268c-.192-.4-.396-.804-.564-1.208.448.016.792-.144.88-.504.06-.248-.04-.444-.272-.612-.176-.124-.512-.188-.732-.24l-.976-.212-.616 2.516m1.256-2.168c.284.064.636.108.636.428-.004.084-.012.14-.024.192-.092.376-.376.504-.852.364l.24-.984M135.528 107.484c-.02.276-.072.548-.124.84.12.056.244.108.36.176.12.064.228.136.344.208l.24-2.892a1.169 1.169 0 01-.312-.172l-2.552 1.62c.068.032.14.064.204.1.068.036.124.076.188.112.216-.18.44-.328.696-.52l.956.524v.004zm-.724-.664l.852-.548-.1.96-.752-.412z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M90.58 80.68c0-.456.388-.824.868-.824.476 0 .864.368.864.824 0 .452-.388.82-.864.82-.48 0-.868-.368-.868-.82z\"/>\n    <path fill=\"#AD1519\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M100.36 73.588c2.656 0 5.024.396 6.564 1.004.88.4 2.064.692 3.36.868.988.132 1.924.156 2.74.096 1.092-.024 2.668.296 4.248.992 1.304.58 2.396 1.284 3.12 1.964l-.628.56-.18 1.584-1.72 1.968-.86.732-2.036 1.628-1.04.084-.316.9-13.164-1.544-13.208 1.544-.316-.9-1.044-.084-2.032-1.628-.86-.732-1.72-1.968-.176-1.584-.632-.56c.728-.68 1.816-1.384 3.12-1.964 1.58-.696 3.156-1.016 4.248-.992.816.06 1.752.036 2.74-.096 1.296-.176 2.48-.468 3.36-.868 1.544-.608 3.776-1.004 6.432-1.004h0z\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M100.56 90.972c-4.904-.008-9.3-.588-12.436-1.532a.482.482 0 01-.336-.5.469.469 0 01.336-.468c3.136-.944 7.532-1.524 12.436-1.532 4.908.008 9.3.588 12.436 1.532.22.068.336.26.332.468a.483.483 0 01-.332.5c-3.136.944-7.528 1.524-12.436 1.532\"/>\n    <path fill=\"#AD1519\" fill-rule=\"nonzero\" d=\"M100.548 90.328c-4.424-.004-8.428-.516-11.472-1.304 3.044-.788 7.048-1.268 11.472-1.276 4.428.008 8.452.488 11.496 1.276-3.044.788-7.068 1.3-11.496 1.304\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M100.88 90.356v-2.628\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M100.164 90.356v-2.628\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M99.492 90.356v-2.628\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M98.824 90.356v-2.628\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M98.228 90.356v-2.628\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M97.092 90.212l-.016-2.388m.556 2.42v-2.5\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M96.044 90.104v-2.2m.532 2.264l-.016-2.344\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M94.64 89.98v-1.936m.46 1.968V87.98m.476 2.096v-2.112\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M94.148 89.964v-1.872\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M93.688 89.868v-1.744\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M93.196 89.824V88.2\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M92.188 89.68l-.016-1.288m.532 1.352v-1.448\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M91.672 89.572v-1.136\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M91.196 89.48v-.944\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M90.68 89.352v-.74\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M90.148 89.292v-.552\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M89.588 89.164v-.268\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M103.716 90.212v-2.404m-1.208 2.484l.016-2.548m-.896 2.58v-2.596\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M100.528 86.936c-4.964.012-9.42.632-12.556 1.6.26-.124.236-.448-.088-1.28-.392-1.012-1-.968-1-.968 3.464-1.024 8.292-1.664 13.664-1.672 5.376.008 10.24.648 13.708 1.672 0 0-.612-.044-1.004.968-.324.832-.348 1.156-.084 1.28-3.136-.968-7.676-1.588-12.64-1.6\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M100.548 84.62c-5.372.008-10.2.648-13.664 1.672-.232.068-.476-.02-.552-.24a.424.424 0 01.28-.54c3.484-1.068 8.432-1.74 13.936-1.752 5.508.012 10.476.684 13.96 1.752.232.068.356.32.28.54-.076.22-.32.308-.552.24-3.468-1.024-8.312-1.664-13.688-1.672\"/>\n    <path stroke=\"currentColor\" stroke-linejoin=\"round\" stroke- d=\"M100.548 90.328c-4.424-.004-8.428-.516-11.472-1.304 3.044-.788 7.048-1.268 11.472-1.276 4.428.008 8.452.488 11.496 1.276-3.044.788-7.068 1.3-11.496 1.304z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M96.716 85.84c0-.232.196-.416.44-.416.24 0 .44.184.44.416 0 .228-.2.416-.44.416a.429.429 0 01-.44-.416\"/>\n    <path fill=\"#AD1519\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M100.56 86.164h-1.316c-.24 0-.444-.184-.444-.412 0-.232.196-.416.44-.416h2.656c.244 0 .44.184.44.416 0 .228-.204.412-.444.412h-1.332\"/>\n    <path fill=\"#058E6E\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M93.956 86.528l-.944.108c-.244.028-.468-.132-.496-.36-.032-.228.14-.436.384-.46l.948-.112.968-.112c.24-.028.46.132.488.36a.425.425 0 01-.384.464l-.964.112\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M90.112 86.612c0-.232.196-.416.44-.416s.44.184.44.416a.429.429 0 01-.44.416.429.429 0 01-.44-.416\"/>\n    <path fill=\"#AD1519\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M87.188 87.364l.488-.636 1.348.172-1.076.784-.76-.32\"/>\n    <path fill=\"#058E6E\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M107.164 86.528l.944.108c.24.028.468-.132.496-.36a.419.419 0 00-.384-.46l-.948-.112-.968-.112c-.244-.028-.46.132-.488.36-.032.228.144.436.384.464l.964.112\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M103.524 85.84c0-.232.2-.416.44-.416.244 0 .44.184.44.416a.429.429 0 01-.44.416c-.24 0-.44-.188-.44-.416M110.128 86.612c0-.232.196-.416.44-.416s.44.184.44.416a.429.429 0 01-.44.416.429.429 0 01-.44-.416\"/>\n    <path fill=\"#AD1519\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M113.928 87.364l-.484-.636-1.348.172 1.076.784.756-.32\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M88.548 89.164c3.1-.872 7.316-1.408 12-1.416 4.688.008 8.924.544 12.024 1.416\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M90.636 77.068l.552.444.832-1.36c-.9-.552-1.52-1.512-1.52-2.604 0-.124.008-.244.024-.364.084-1.736 2.2-3.168 4.88-3.168 1.392 0 2.652.38 3.536.992.024-.268.048-.5.084-.744-.972-.568-2.24-.912-3.62-.912-3.084 0-5.496 1.756-5.612 3.828a3.78 3.78 0 00-.02.368c0 1.104.504 2.104 1.304 2.796l-.44.724\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M90.636 77.068l.552.444.832-1.36c-.9-.552-1.52-1.512-1.52-2.604 0-.124.008-.244.024-.364.084-1.736 2.2-3.168 4.88-3.168 1.392 0 2.652.38 3.536.992.024-.268.048-.5.084-.744-.972-.568-2.24-.912-3.62-.912-3.084 0-5.496 1.756-5.612 3.828a3.78 3.78 0 00-.02.368c0 1.104.504 2.104 1.304 2.796l-.44.724\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M90.672 77.084c-1.052-.788-1.708-1.856-1.708-3.032 0-1.352.888-2.56 2.232-3.364-.828.668-1.332 1.532-1.404 2.492a3.78 3.78 0 00-.02.368c0 1.104.504 2.104 1.304 2.796l-.404.74\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M90.672 77.084c-1.052-.788-1.708-1.856-1.708-3.032 0-1.352.888-2.56 2.232-3.364-.828.668-1.332 1.532-1.404 2.492a3.78 3.78 0 00-.02.368c0 1.104.504 2.104 1.304 2.796l-.404.74\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M81.384 78.456a3.658 3.658 0 01-.952-2.448c0-.564.132-1.1.364-1.58.852-1.752 3.528-3.028 6.704-3.028.864 0 1.692.092 2.456.268-.168.184-.3.388-.432.592a10.598 10.598 0 00-2.024-.192c-2.908 0-5.344 1.132-6.048 2.66a2.932 2.932 0 00-.292 1.28c0 .928.436 1.76 1.116 2.328l-1.052 1.72-.564-.448.724-1.152\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M81.384 78.456a3.658 3.658 0 01-.952-2.448c0-.564.132-1.1.364-1.58.852-1.752 3.528-3.028 6.704-3.028.864 0 1.692.092 2.456.268-.168.184-.3.388-.432.592a10.598 10.598 0 00-2.024-.192c-2.908 0-5.344 1.132-6.048 2.66a2.932 2.932 0 00-.292 1.28c0 .928.436 1.76 1.116 2.328l-1.052 1.72-.564-.448.724-1.152h0z\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M82.46 72.692c-.764.484-1.344 1.076-1.664 1.736a3.623 3.623 0 00-.364 1.58c0 .932.36 1.788.952 2.448l-.64 1.036c-.612-.784-.968-1.704-.968-2.68 0-1.68 1.068-3.148 2.684-4.12\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M82.46 72.692c-.764.484-1.344 1.076-1.664 1.736a3.623 3.623 0 00-.364 1.58c0 .932.36 1.788.952 2.448l-.64 1.036c-.612-.784-.968-1.704-.968-2.68 0-1.68 1.068-3.148 2.684-4.12z\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M100.516 69.008c.704 0 1.312.464 1.456 1.092.092.552.152 1.18.164 1.848.004.072-.004.14-.004.208 0 .08.016.164.02.244.024 1.408.224 2.648.508 3.408l-2.144 2.056-2.172-2.056c.288-.76.488-2 .516-3.408 0-.08.016-.164.016-.244 0-.068-.004-.136-.004-.208.012-.668.072-1.296.164-1.848.144-.628.776-1.092 1.48-1.092\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M100.516 69.008c.704 0 1.312.464 1.456 1.092.092.552.152 1.18.164 1.848.004.072-.004.14-.004.208 0 .08.016.164.02.244.024 1.408.224 2.648.508 3.408l-2.144 2.056-2.172-2.056c.288-.76.488-2 .516-3.408 0-.08.016-.164.016-.244 0-.068-.004-.136-.004-.208.012-.668.072-1.296.164-1.848.144-.628.776-1.092 1.48-1.092h0z\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M100.516 69.676c.364 0 .672.232.748.556.092.524.148 1.12.16 1.752 0 .064-.004.128-.004.192 0 .08.012.156.016.236.02 1.328.212 2.5.484 3.22l-1.416 1.34-1.416-1.34c.268-.72.46-1.892.484-3.22 0-.08.016-.156.016-.236 0-.064-.004-.128-.004-.192.012-.632.068-1.228.16-1.752.072-.324.408-.556.772-.556\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M100.516 69.676c.364 0 .672.232.748.556.092.524.148 1.12.16 1.752 0 .064-.004.128-.004.192 0 .08.012.156.016.236.02 1.328.212 2.5.484 3.22l-1.416 1.34-1.416-1.34c.268-.72.46-1.892.484-3.22 0-.08.016-.156.016-.236 0-.064-.004-.128-.004-.192.012-.632.068-1.228.16-1.752.072-.324.408-.556.772-.556z\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M110.38 77.068l-.556.444-.832-1.36c.904-.552 1.524-1.512 1.524-2.604 0-.124-.008-.244-.024-.364-.084-1.736-2.2-3.168-4.88-3.168-1.396 0-2.652.38-3.536.992a10 10 0 00-.088-.744c.976-.568 2.24-.912 3.624-.912 3.084 0 5.496 1.756 5.612 3.828.012.124.02.244.02.368 0 1.104-.508 2.104-1.308 2.796l.444.724\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M110.38 77.068l-.556.444-.832-1.36c.904-.552 1.524-1.512 1.524-2.604 0-.124-.008-.244-.024-.364-.084-1.736-2.2-3.168-4.88-3.168-1.396 0-2.652.38-3.536.992a10 10 0 00-.088-.744c.976-.568 2.24-.912 3.624-.912 3.084 0 5.496 1.756 5.612 3.828.012.124.02.244.02.368 0 1.104-.508 2.104-1.308 2.796l.444.724\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M110.344 77.084c1.052-.788 1.708-1.856 1.708-3.032 0-1.352-.888-2.56-2.232-3.364.828.668 1.332 1.532 1.404 2.492.012.124.02.244.02.368 0 1.104-.508 2.104-1.308 2.796l.408.74\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M110.344 77.084c1.052-.788 1.708-1.856 1.708-3.032 0-1.352-.888-2.56-2.232-3.364.828.668 1.332 1.532 1.404 2.492.012.124.02.244.02.368 0 1.104-.508 2.104-1.308 2.796l.408.74\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M119.632 78.456c.588-.66.952-1.516.952-2.448 0-.564-.132-1.1-.364-1.58-.856-1.752-3.528-3.028-6.704-3.028-.864 0-1.692.092-2.46.268.172.184.304.388.436.592a10.567 10.567 0 012.024-.192c2.908 0 5.34 1.132 6.044 2.66.188.388.292.824.292 1.28 0 .928-.436 1.76-1.116 2.328l1.052 1.72.568-.448-.724-1.152\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M119.632 78.456c.588-.66.952-1.516.952-2.448 0-.564-.132-1.1-.364-1.58-.856-1.752-3.528-3.028-6.704-3.028-.864 0-1.692.092-2.46.268.172.184.304.388.436.592a10.567 10.567 0 012.024-.192c2.908 0 5.34 1.132 6.044 2.66.188.388.292.824.292 1.28 0 .928-.436 1.76-1.116 2.328l1.052 1.72.568-.448-.724-1.152z\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M118.556 72.692c.764.484 1.344 1.076 1.664 1.736.232.48.364 1.016.364 1.58 0 .932-.364 1.788-.952 2.448l.64 1.036c.612-.784.964-1.704.964-2.68 0-1.68-1.068-3.148-2.68-4.12\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M118.556 72.692c.764.484 1.344 1.076 1.664 1.736.232.48.364 1.016.364 1.58 0 .932-.364 1.788-.952 2.448l.64 1.036c.612-.784.964-1.704.964-2.68 0-1.68-1.068-3.148-2.68-4.12z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M99.752 76.072c0-.396.34-.716.764-.716.42 0 .76.32.76.716 0 .4-.34.724-.76.724-.424 0-.764-.324-.764-.724\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M99.752 76.072c0-.396.34-.716.764-.716.42 0 .76.32.76.716 0 .4-.34.724-.76.724-.424 0-.764-.324-.764-.724z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M99.752 74.66c0-.396.34-.72.764-.72.42 0 .76.324.76.72 0 .4-.34.72-.76.72-.424 0-.764-.32-.764-.72M99.904 73.14c0-.32.276-.576.612-.576.332 0 .604.256.604.576 0 .32-.272.576-.604.576-.336 0-.612-.256-.612-.576M100.076 71.768c0-.228.196-.412.44-.412.24 0 .436.184.436.412 0 .232-.196.42-.436.42a.43.43 0 01-.44-.42M100.164 70.572c0-.184.156-.332.352-.332a.34.34 0 01.348.332.34.34 0 01-.348.332.341.341 0 01-.352-.332\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M100.58 80.412l.492.088c-.076.2-.096.42-.096.652 0 1.028.884 1.86 1.968 1.86.872 0 1.616-.54 1.868-1.284.032.02.188-.672.272-.664.068.008.06.72.088.708.124.936.984 1.572 1.948 1.572 1.084 0 1.964-.832 1.964-1.86 0-.076-.004-.152-.016-.228l.616-.608.332.776c-.132.244-.184.52-.184.812 0 .984.84 1.776 1.876 1.776a1.9 1.9 0 001.56-.788l.396-.5-.004.612c0 .62.264 1.172.864 1.272 0 0 .692.04 1.612-.68.916-.72 1.42-1.316 1.42-1.316l.08.72s-.76 1.18-1.588 1.66c-.456.264-1.144.54-1.692.452-.576-.096-.992-.56-1.204-1.096-.412.244-.9.388-1.42.388-1.124 0-2.132-.616-2.528-1.544-.516.56-1.236.9-2.08.9-.896 0-1.716-.404-2.228-1.024a2.88 2.88 0 01-1.952.748c-.992 0-1.876-.488-2.376-1.22-.5.732-1.384 1.22-2.376 1.22a2.87 2.87 0 01-1.948-.748c-.512.62-1.336 1.024-2.232 1.024-.844 0-1.56-.34-2.076-.9-.4.928-1.408 1.544-2.528 1.544a2.775 2.775 0 01-1.42-.388c-.216.536-.628 1-1.208 1.096-.544.088-1.232-.188-1.688-.452-.832-.48-1.592-1.66-1.592-1.66l.08-.72s.508.596 1.424 1.316c.916.724 1.608.68 1.608.68.604-.1.864-.652.864-1.272l-.004-.612.396.5c.336.476.912.788 1.56.788 1.036 0 1.876-.792 1.876-1.776 0-.292-.052-.568-.184-.812l.332-.776.616.608a2.184 2.184 0 00-.016.228c0 1.028.88 1.86 1.964 1.86.968 0 1.824-.636 1.952-1.572.024.012.02-.7.088-.708.08-.008.24.684.268.664.256.744.996 1.284 1.872 1.284 1.084 0 1.964-.832 1.964-1.86 0-.232-.012-.452-.096-.652l.516-.088\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M114.084 82.864c.112-.332.012-.66-.228-.732-.24-.076-.528.132-.644.464-.112.332-.012.66.228.736.24.072.528-.136.644-.468M105.532 81.208c.044-.348-.12-.652-.372-.68-.252-.028-.492.228-.536.576-.044.344.124.652.372.68.252.028.492-.228.536-.576M95.604 81.208c-.044-.348.124-.652.372-.68.252-.028.492.228.536.576.044.344-.12.652-.372.68-.248.028-.488-.228-.536-.576M87.056 82.864c-.112-.332-.012-.66.228-.732.24-.076.528.132.64.464.112.332.012.66-.228.736-.24.072-.524-.136-.64-.468\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M90.772 77.16c.424.268.792.716.92 1.212 0 0 .052-.1.284-.236.236-.132.436-.128.436-.128s-.068.388-.1.528c-.036.136-.036.552-.128.928-.092.372-.252.672-.252.672a.793.793 0 00-.632-.164.748.748 0 00-.528.36s-.264-.232-.484-.552c-.22-.324-.372-.712-.452-.832-.084-.12-.288-.46-.288-.46s.188-.072.456-.02c.268.048.352.128.352.128a2.03 2.03 0 01.416-1.436\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M90.948 81.244a.736.736 0 01-.268-.432.697.697 0 01.092-.492s-.352-.176-.732-.276c-.288-.076-.796-.08-.948-.08-.152-.008-.46-.012-.46-.012a2.489 2.489 0 00.312.52c-.508.116-.94.448-1.212.836.396.272.92.44 1.44.388 0 0-.048.136-.08.344-.024.172-.024.244-.024.244l.428-.156c.14-.052.616-.22.86-.384.32-.216.592-.5.592-.5M92.088 81.052a.691.691 0 00-.168-.92s.268-.284.588-.504c.24-.164.72-.328.86-.38.144-.052.428-.16.428-.16s0 .072-.024.244c-.032.208-.08.348-.08.348.52-.056 1.048.116 1.444.392a2.102 2.102 0 01-1.216.832 2.52 2.52 0 00.312.52l-.46-.012c-.152 0-.66-.004-.948-.08-.38-.1-.736-.276-.736-.276\"/>\n    <path fill=\"#AD1519\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M90.58 80.68c0-.456.388-.824.868-.824.476 0 .864.368.864.824 0 .452-.388.82-.864.82-.48 0-.868-.368-.868-.82\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M100.544 75.844c.42.38.74.944.78 1.528 0 0 .076-.108.364-.212.292-.104.512-.064.512-.064s-.156.42-.22.568c-.068.148-.156.612-.336 1.012-.176.4-.42.704-.42.704a.896.896 0 00-1.336 0s-.244-.304-.42-.704c-.18-.4-.268-.864-.336-1.012-.068-.148-.224-.568-.224-.568s.224-.04.512.064c.288.104.368.212.368.212.04-.584.344-1.148.756-1.528\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M99.9 80.432a.801.801 0 01-.212-.532c0-.2.076-.388.204-.528 0 0-.356-.268-.756-.448-.308-.14-.872-.236-1.04-.268l-.512-.096s.016.08.08.268c.08.224.16.372.16.372-.588.032-1.14.324-1.524.704.384.376.936.664 1.524.7 0 0-.08.144-.16.372-.064.184-.08.268-.08.268l.512-.096c.168-.032.732-.128 1.04-.268.4-.184.764-.444.764-.444M101.204 80.432a.782.782 0 00.008-1.06s.356-.268.76-.448c.304-.14.868-.236 1.04-.268l.504-.096s-.008.08-.076.268c-.08.224-.16.372-.16.372.588.032 1.144.324 1.524.704-.38.376-.932.664-1.524.7 0 0 .08.144.16.372.064.184.076.268.076.268l-.504-.096c-.172-.032-.736-.128-1.04-.268-.404-.184-.768-.444-.768-.444M110.368 77.16c-.424.268-.792.716-.924 1.212 0 0-.048-.1-.284-.236-.232-.132-.436-.128-.436-.128s.068.388.104.528c.036.136.036.552.124.928.092.372.256.672.256.672a.788.788 0 01.628-.164c.236.04.424.176.532.36 0 0 .264-.232.484-.552.216-.324.368-.712.448-.832.084-.12.288-.46.288-.46s-.188-.072-.456-.02c-.268.048-.352.128-.352.128a2.028 2.028 0 00-.412-1.436\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M110.188 81.244a.699.699 0 00.268-.432.676.676 0 00-.088-.492s.352-.176.732-.276c.288-.076.796-.08.944-.08.156-.008.46-.012.46-.012s-.024.068-.112.22c-.104.184-.196.3-.196.3.504.116.936.448 1.212.836-.396.272-.924.44-1.44.388 0 0 .044.136.076.344.024.172.024.244.024.244l-.424-.156c-.144-.052-.62-.22-.864-.384-.316-.216-.592-.5-.592-.5M109.052 81.052a.718.718 0 01-.1-.492.714.714 0 01.268-.428s-.268-.284-.588-.504c-.244-.164-.72-.328-.864-.38l-.424-.16s-.004.072.024.244c.032.208.076.348.076.348-.516-.056-1.044.116-1.44.392.272.388.708.716 1.212.832 0 0-.092.112-.196.296a1.67 1.67 0 00-.112.224l.456-.012c.152 0 .664-.004.948-.08.38-.1.736-.276.736-.276\"/>\n    <path fill=\"#AD1519\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M108.824 80.68c0-.456.388-.824.868-.824s.868.368.868.824c0 .452-.388.82-.868.82s-.868-.368-.868-.82M118.52 82.504c-.204-.216-.628-.172-.944.1-.316.268-.408.664-.204.876.204.216.628.168.944-.1.316-.272.408-.664.204-.876\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M117.288 83.028a.926.926 0 01.288-.424c.316-.272.74-.316.944-.1a.421.421 0 01.072.1s.44-.832.96-1.112c.52-.28 1.4-.208 1.4-.208 0-.64-.524-1.156-1.2-1.156-.396 0-.768.164-.988.444l-.092-.428s-.544.108-.792.728.02 1.52.02 1.52-.132-.384-.336-.644c-.204-.256-.724-.536-.996-.664-.272-.124-.548-.316-.548-.316s-.012.072-.024.244c-.008.204.008.332.008.332a3.25 3.25 0 00-1.532.192c.192.38.56.736 1.044.92 0 0-.172.144-.332.3a1.68 1.68 0 00-.172.196s.34.052.508.076c.172.02.736.112 1.072.088a6.17 6.17 0 00.696-.088M83.848 83.028a.896.896 0 00-.288-.424c-.316-.272-.736-.316-.944-.1a.403.403 0 00-.068.1s-.444-.832-.964-1.112c-.516-.28-1.396-.208-1.396-.208 0-.64.52-1.156 1.196-1.156.396 0 .768.164.992.444l.092-.428s.544.108.792.728-.024 1.52-.024 1.52.136-.384.34-.644c.204-.256.724-.536.996-.664.268-.124.548-.316.548-.316s.012.072.02.244c.012.204-.004.332-.004.332a3.262 3.262 0 011.532.192c-.196.38-.564.736-1.048.92 0 0 .176.144.332.3.136.136.176.196.176.196s-.34.052-.508.076c-.172.02-.736.112-1.076.088a6.294 6.294 0 01-.696-.088\"/>\n    <path fill=\"#AD1519\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M82.616 82.504c.208-.216.628-.172.944.1.32.268.408.664.204.876-.204.216-.628.168-.944-.1-.316-.272-.408-.664-.204-.876M99.688 79.9c0-.452.388-.82.868-.82.476 0 .868.368.868.82 0 .456-.388.824-.868.824s-.868-.368-.868-.824\"/>\n    <path fill=\"#005BBF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M98.748 67.42c0-.928.796-1.68 1.772-1.68.98 0 1.772.752 1.772 1.68 0 .928-.792 1.676-1.772 1.676-.976 0-1.772-.748-1.772-1.676\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M100.056 62.716v.904h-.968v.92h.968v2.644h-1.22c-.012.084-.088.148-.088.236 0 .232.048.456.14.656 0 .008.008.008.012.012h3.248c0-.004.008-.004.012-.012.088-.2.14-.424.14-.656 0-.088-.076-.152-.088-.236h-1.184V64.54h.968v-.92h-.968v-.904h-.972 0z\"/>\n    <path fill=\"#CCC\" fill-rule=\"nonzero\" d=\"M100.696 138.232c-5.232 0-10.42-1.28-14.78-3.416-3.212-1.592-5.344-4.8-5.344-8.476v-13.32h40.168v13.32c0 3.676-2.128 6.884-5.344 8.476-4.36 2.136-9.464 3.416-14.7 3.416\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M100.696 138.232c-5.232 0-10.42-1.28-14.78-3.416-3.212-1.592-5.344-4.8-5.344-8.476v-13.32h40.168v13.32c0 3.676-2.128 6.884-5.344 8.476-4.36 2.136-9.464 3.416-14.7 3.416h0z\"/>\n    <path fill=\"#CCC\" fill-rule=\"nonzero\" d=\"M100.612 113h20.128V90.712h-20.128V113z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M100.612 113h20.128V90.712h-20.128V113z\"/>\n    <path fill=\"#AD1519\" fill-rule=\"nonzero\" d=\"M100.628 126.328c0 5.264-4.464 9.528-10.02 9.528-5.556 0-10.06-4.264-10.06-9.528v-13.34h20.08v13.34\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M84.932 134.192c.628.332 1.488.888 2.412 1.108l-.06-22.784h-2.352v21.676z\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke- d=\"M80.512 126.148c.06 2.808 1.18 4.9 2.292 6.268v-19.788H80.54l-.028 13.52h0z\"/>\n    <path fill=\"#C7B500\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M89.412 135.8c.92.092 1.604.076 2.348 0v-23.284h-2.348V135.8z\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M93.828 135.3c.92-.184 1.96-.756 2.412-1.052v-21.732h-2.352l-.06 22.784h0z\"/>\n    <path fill=\"#AD1519\" fill-rule=\"nonzero\" d=\"M80.548 113h20.072V90.712H80.548z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M80.548 113h20.072V90.712H80.548z\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M98.424 132.196c.98-.872 1.9-2.848 2.236-5.104l.056-14.576h-2.348l.056 19.68z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M100.628 126.328c0 5.264-4.464 9.528-10.02 9.528-5.556 0-10.06-4.264-10.06-9.528v-13.34h20.08v13.34\"/>\n    <path fill=\"#AD1519\" fill-rule=\"nonzero\" d=\"M120.76 112.988v13.34c0 5.264-4.512 9.528-10.068 9.528-5.56 0-10.064-4.264-10.064-9.528v-13.34h20.132\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M120.76 112.988v13.34c0 5.264-4.512 9.528-10.068 9.528-5.56 0-10.064-4.264-10.064-9.528v-13.34h20.132\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M104.288 123.056a.485.485 0 01.052.208c0 .244-.208.44-.468.44s-.468-.196-.468-.44c0-.072.016-.14.048-.2l-.652-.008a1.043 1.043 0 00.74 1.196v1.604l.684.004.004-1.616c.316-.104.568-.344.676-.648h1.84v-.54h-2.456zm9.032 0v.54l-1.656.008c-.024.072-.064.136-.104.2l1.92 2.184-.516.42-1.912-2.188c-.036.012-.052.024-.088.036l-.008 3.612h-.676l-.004-3.628a.265.265 0 01-.076-.036l-1.992 2.204-.516-.42 1.988-2.208a.852.852 0 01-.08-.184h-1.712v-.54h5.436-.004zm1.104 0v.54h1.844c.108.304.356.544.676.648v1.616l.684-.004v-1.604c.444-.132.764-.524.764-.988a.897.897 0 00-.024-.208h-.652a.48.48 0 01.048.208c0 .244-.208.44-.464.44-.26 0-.468-.196-.468-.44 0-.072.016-.14.048-.2l-2.456-.008zm-2.784 9.216a6.357 6.357 0 001.524-.44l.336.572a7.332 7.332 0 01-1.8.512c-.108.468-.544.816-1.068.816s-.96-.344-1.068-.808a7.231 7.231 0 01-1.892-.52l.336-.572c.516.22 1.064.364 1.632.444.124-.264.344-.464.632-.56l.004-2.8h.68l.004 2.792c.3.088.552.296.68.564zm-4.596-.94l-.336.576a7.01 7.01 0 01-1.516-1.288 1.13 1.13 0 01-1.04-.2.99.99 0 01-.12-1.456l.056-.064a6.37 6.37 0 01-.528-2l.684.004c.056.6.204 1.172.436 1.708.196-.024.4-.004.584.064l1.712-1.892.516.416-1.7 1.892c.228.348.22.8-.044 1.14.376.42.812.792 1.296 1.1zm-2.536-1.984a.484.484 0 01.66-.052c.196.16.22.44.052.624a.484.484 0 01-.66.052.427.427 0 01-.052-.624zm-.864-1.876l-.704-.156-.1-1.78.7-.232v1.024c0 .396.036.768.104 1.144zm.584-2.208l.7.164s.036 1.148.02.888c-.016-.296.076.896.076.896l-.704.232a5.707 5.707 0 01-.096-1.116l.004-1.064zm2.308 5.7c.592.46 1.276.832 2.016 1.072l.156-.68a5.727 5.727 0 01-1.668-.836l-.504.444zm-.34.584c.6.452 1.284.812 2.016 1.064l-.52.488a7.715 7.715 0 01-1.648-.844l.152-.708zm.916-3.924l.668.284 1.224-1.36-.4-.576-1.492 1.652zm-.52-.42l-.4-.58 1.224-1.36.668.288-1.492 1.652zm7.536 4.128l.332.576a6.938 6.938 0 001.52-1.288c.348.104.74.044 1.036-.2a.997.997 0 00.124-1.456l-.06-.064c.28-.624.468-1.296.528-2l-.68.004a5.598 5.598 0 01-.44 1.708 1.27 1.27 0 00-.584.064l-1.708-1.892-.516.416 1.7 1.892a.98.98 0 00.04 1.14 6.21 6.21 0 01-1.292 1.1zm2.536-1.984a.484.484 0 00-.66-.052.427.427 0 00-.052.624.484.484 0 00.66.052c.196-.16.22-.44.052-.624zm.86-1.876l.704-.156.1-1.78-.696-.232-.004 1.024c0 .396-.032.768-.104 1.144zm-.58-2.208l-.7.164s-.04 1.148-.024.888c.02-.296-.076.896-.076.896l.708.232c.068-.36.092-.736.092-1.116v-1.064zm-2.312 5.7a6.592 6.592 0 01-2.016 1.072l-.156-.68a5.678 5.678 0 001.668-.836l.504.444zm.34.584c-.6.452-1.28.812-2.016 1.064l.524.488a7.81 7.81 0 001.648-.844l-.156-.708zm-.912-3.924l-.672.284-1.224-1.36.404-.576 1.492 1.652zm.516-.42l.404-.58-1.224-1.36-.668.288 1.488 1.652zM106.2 123.6l.204.668h1.888l.2-.668H106.2zm8.808 0l-.208.668h-1.884l-.204-.668h2.296zm-4.844 9.1c0-.248.208-.448.468-.448.256 0 .468.2.468.448 0 .244-.212.44-.468.44-.26 0-.468-.196-.468-.44zm.792-3.232l.704-.196v-1.784l-.704-.192v2.172zm-.68 0l-.704-.196v-1.784l.704-.192v2.172z\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M102.8 123.072c.08-.372.372-.676.744-.788l-.004-2.2h.68v2.212c.336.108.592.352.696.672l1.828.004v.1h-2.456a.48.48 0 00-.416-.236c-.184 0-.34.1-.42.244l-.652-.008zm5.084 0v-.1h1.7a.735.735 0 01.076-.16l-2.1-2.34.516-.416 2.072 2.3a.556.556 0 01.112-.048v-3.064h.676v3.044c.032.012.076.02.108.028l2.024-2.304.52.412-2.032 2.292c.052.08.088.164.116.256h1.648v.1h-5.436zm8.996 0a.483.483 0 01.42-.236c.18 0 .34.1.416.244l.652-.008a1.068 1.068 0 00-.744-.788l.004-2.2h-.676l-.004 2.216a1.033 1.033 0 00-.692.668l-1.832.004v.1h2.456zm-12.552-6.216l2.524 2.828.516-.42-2.536-2.816c.048-.076.084-.156.116-.248h1.844v-.644h-1.844c-.144-.416-.556-.712-1.044-.712-.604 0-1.092.464-1.092 1.036 0 .452.304.84.736.98l-.004 2.18h.676v-2.168c.028-.008.08-.008.108-.016zm13.308.012l-.008 2.172h-.676v-2.18a1 1 0 01-.152-.06l-2.508 2.828-.52-.412 2.556-2.884c-.02-.04-.044-.084-.056-.132h-1.856v-.644h1.848a1.085 1.085 0 011.04-.712c.6 0 1.092.464 1.092 1.036 0 .464-.316.856-.76.988zm-6.692-.008l-.004 1.336h-.68l.004-1.324c-.34-.1-.604-.348-.716-.672h-1.652v-.644h1.652a1.084 1.084 0 011.036-.712c.488 0 .9.296 1.04.712h1.688v.644h-1.692a1.049 1.049 0 01-.676.66zm-7.396 1.624l-.704.2v1.784l.704.196v-2.18zm.684 0l.7.2v1.784l-.7.196v-2.18zm12.712 0l-.7.2v1.784l.7.196v-2.18zm.684 0l.704.2v1.784l-.704.196v-2.18zm-10.644.352l.668-.284 1.224 1.36-.4.58-1.492-1.656zm-.52.424l-.4.58 1.224 1.36.668-.288-1.492-1.652zm7.688-.476l-.672-.28-1.212 1.372.408.576 1.476-1.668zm.52.416l.408.58-1.212 1.368-.672-.28 1.476-1.668zm-8.472 3.772l.204-.668h1.888l.2.668H106.2zm-2.764-7.092c0-.244.208-.444.468-.444.256 0 .468.2.468.444a.459.459 0 01-.468.444c-.26 0-.468-.2-.468-.444zm5.04.324l-.204.668h-1.884l-.204-.668h2.292zm0-.648l-.204-.668h-1.884l-.204.668h2.292zm6.532 7.416l-.208-.668h-1.884l-.204.668h2.296zm1.828-7.092c0-.244.208-.444.468-.444.256 0 .464.2.464.444a.455.455 0 01-.464.444c-.26 0-.468-.2-.468-.444zm-6.72 0c0-.244.212-.444.468-.444.26 0 .468.2.468.444a.456.456 0 01-.468.444.459.459 0 01-.468-.444zm2.612.324l.208.668h1.884l.204-.668h-2.296zm0-.648l.208-.668h1.884l.204.668h-2.296zm-2.46 2.088l-.704.196v1.788l.704.192v-2.176zm.676 0l.7.196v1.788l-.7.192v-2.176z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M111.64 132.272a6.357 6.357 0 001.524-.44l.336.572a7.332 7.332 0 01-1.8.512c-.108.468-.544.816-1.068.816s-.96-.344-1.068-.808a7.231 7.231 0 01-1.892-.52l.336-.572c.516.22 1.064.364 1.632.444.124-.264.344-.464.632-.56l.004-2.8h.68l.004 2.792c.3.088.552.296.68.564h0zm-1.96-8.492a.86.86 0 01-.084-.184h-1.712v-.64h1.7c.02-.056.048-.108.076-.16l-2.1-2.332.516-.42 2.072 2.296a3.14 3.14 0 01.112-.048v-3.056h.676v3.04c.032.008.076.016.108.028l2.024-2.3.52.412-2.032 2.288c.052.076.088.16.116.252h1.648v.64l-1.656.008c-.024.072-.068.136-.104.2l1.92 2.188-.516.416-1.912-2.188c-.036.012-.052.028-.092.036l-.004 3.616h-.68v-3.632a.353.353 0 01-.08-.036l-1.992 2.204-.516-.416 1.992-2.212h0zm-5.352-6.928l2.524 2.82.516-.416-2.536-2.812c.048-.076.084-.156.116-.244h1.844v-.644h-1.844c-.144-.416-.556-.712-1.044-.712-.604 0-1.092.46-1.092 1.032 0 .452.304.84.736.98l-.004 2.176h.676v-2.164c.028-.008.08-.008.108-.016h0zm2.716 14.48l-.336.576a7.01 7.01 0 01-1.516-1.288 1.13 1.13 0 01-1.04-.2.99.99 0 01-.12-1.456l.056-.064a6.37 6.37 0 01-.528-2l.684.004c.056.6.204 1.172.436 1.708.196-.024.4-.004.584.064l1.712-1.892.516.416-1.7 1.892c.228.348.22.8-.044 1.14.376.42.812.792 1.296 1.1zm-3.504-5.476v-1.604c-.44-.132-.764-.524-.764-.988 0-.46.328-.86.768-.992l-.004-2.196h.68v2.208c.336.104.592.352.696.668l1.828.004v.64h-1.84c-.108.304-.36.544-.676.648l-.004 1.616-.684-.004h0zm.968 3.492a.484.484 0 01.66-.052c.196.16.22.44.052.624a.484.484 0 01-.66.052.427.427 0 01-.052-.624zm-.864-1.876l-.704-.156-.1-1.78.7-.232v1.024c0 .396.036.768.104 1.144h0zm.584-2.208l.7.164s.036 1.148.02.888c-.016-.296.076.896.076.896l-.704.232a5.707 5.707 0 01-.096-1.116l.004-1.064h0zm2.308 5.7c.592.46 1.276.832 2.016 1.072l.156-.68a5.727 5.727 0 01-1.668-.836l-.504.444h0zm-.34.584c.6.452 1.284.812 2.016 1.064l-.52.488a7.715 7.715 0 01-1.648-.844l.152-.708h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M107.112 127.624l.668.284 1.224-1.36-.4-.576-1.492 1.652h0zm-.52-.42l-.4-.58 1.224-1.36.668.288-1.492 1.652h0zm-3.188-3.94c0-.244.208-.444.468-.444.256 0 .464.2.464.444s-.208.44-.464.44c-.26 0-.468-.196-.468-.44zm10.724 8.068l.332.576a6.938 6.938 0 001.52-1.288c.348.104.74.044 1.036-.2a.997.997 0 00.124-1.456l-.06-.064c.28-.624.468-1.296.528-2l-.68.004a5.598 5.598 0 01-.44 1.708 1.27 1.27 0 00-.584.064l-1.708-1.892-.516.416 1.7 1.892a.98.98 0 00.04 1.14 6.21 6.21 0 01-1.292 1.1h0zm3.504-5.476l-.004-1.604c.444-.132.764-.524.764-.988 0-.46-.324-.86-.768-.992l.004-2.196h-.676l-.004 2.208a1.042 1.042 0 00-.692.668l-1.832.004v.64h1.844c.108.304.356.544.676.648v1.616l.684-.004h.004zm-.968 3.492a.484.484 0 00-.66-.052.427.427 0 00-.052.624.484.484 0 00.66.052c.196-.16.22-.44.052-.624zm.86-1.876l.704-.156.1-1.78-.696-.232-.004 1.024c0 .396-.032.768-.104 1.144h0zm-.58-2.208l-.7.164s-.04 1.148-.024.888c.02-.296-.076.896-.076.896l.708.232c.068-.36.092-.736.092-1.116v-1.064h0zm.692-8.4l-.008 2.168h-.676v-2.176a1 1 0 01-.152-.06l-2.508 2.824-.52-.412 2.556-2.88c-.02-.04-.044-.084-.056-.128h-1.856v-.644h1.848a1.085 1.085 0 011.04-.712c.6 0 1.092.46 1.092 1.032 0 .464-.316.856-.76.988h0zm-6.692-.008l-.004 1.336h-.68l.004-1.324a1.07 1.07 0 01-.716-.668h-1.652v-.644h1.652a1.084 1.084 0 011.036-.712c.488 0 .9.296 1.04.712h1.688v.644h-1.692a1.052 1.052 0 01-.676.656h0zm3.688 14.108a6.592 6.592 0 01-2.016 1.072l-.156-.68a5.678 5.678 0 001.668-.836l.504.444h0zm.34.584c-.6.452-1.28.812-2.016 1.064l.524.488a7.81 7.81 0 001.648-.844l-.156-.708h0zm-11.424-13.072l-.704.2v1.784l.704.192v-2.176h0zm.684 0l.7.2v1.784l-.7.192v-2.176h0zm12.712 0l-.7.2v1.784l.7.192v-2.176h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M117.628 118.476l.704.2v1.784l-.704.192v-2.176h0zm-3.568 9.148l-.672.284-1.224-1.36.404-.576 1.492 1.652h0zm.516-.42l.404-.58-1.224-1.36-.668.288 1.488 1.652h0zm-7.592-8.376l.668-.284 1.224 1.36-.4.58-1.492-1.656h0zm-.52.42l-.4.584 1.224 1.356.668-.288-1.492-1.652h0zm7.688-.472l-.672-.276-1.212 1.368.408.572 1.476-1.664h0zm.52.416l.408.576-1.212 1.368-.672-.28 1.476-1.664h0zm-8.472 3.764l.204-.668h1.888l.2.668H106.2h0zm0 .644l.204.668h1.888l.2-.668H106.2h0zm-2.764-7.724c0-.24.208-.44.468-.44.256 0 .468.2.468.44a.456.456 0 01-.468.444.454.454 0 01-.468-.444zm5.04.324l-.204.668h-1.884l-.204-.668h2.292zm0-.644l-.204-.668h-1.884l-.204.668h2.292zm8.356 7.708c0-.244.208-.444.468-.444.256 0 .464.2.464.444s-.208.44-.464.44c-.26 0-.468-.196-.468-.44zm-1.824-.308l-.208-.668h-1.884l-.204.668h2.296zm0 .644l-.208.668h-1.884l-.204-.668h2.296zm-4.844 9.1c0-.248.208-.448.468-.448.256 0 .468.2.468.448 0 .244-.212.44-.468.44-.26 0-.468-.196-.468-.44zm.792-3.232l.704-.196v-1.784l-.704-.192v2.172h0zm-.68 0l-.704-.196v-1.784l.704-.192v2.172h0zm6.56-13.592c0-.24.208-.44.468-.44.256 0 .464.2.464.44a.453.453 0 01-.464.444.454.454 0 01-.468-.444zm-6.72 0c0-.24.212-.44.468-.44.26 0 .468.2.468.44a.454.454 0 01-.468.444.456.456 0 01-.468-.444zm2.612.324l.208.668h1.884l.204-.668h-2.296 0zm0-.644l.208-.668h1.884l.204.668h-2.296 0zM110.268 117.636l-.704.2v1.784l.704.192v-2.176m.676 0l.7.2v1.784l-.7.192v-2.176\"/>\n    <path fill=\"#058E6E\" fill-rule=\"nonzero\" d=\"M109.536 123.276c0-.576.492-1.04 1.096-1.04.604 0 1.092.464 1.092 1.04 0 .572-.488 1.032-1.092 1.032-.604 0-1.096-.46-1.096-1.032\"/>\n    <path fill=\"#DB4446\" fill-rule=\"nonzero\" d=\"M110.872 96.204l.02-.248.036-.136s-.644.052-.984-.044a2.466 2.466 0 01-.96-.5c-.316-.272-.44-.44-.668-.472-.544-.088-.96.16-.96.16s.408.148.712.524.636.564.78.612c.236.072 1.064.02 1.288.028.228.012.736.076.736.076\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M110.872 96.204l.02-.248.036-.136s-.644.052-.984-.044a2.466 2.466 0 01-.96-.5c-.316-.272-.44-.44-.668-.472-.544-.088-.96.16-.96.16s.408.148.712.524.636.564.78.612c.236.072 1.064.02 1.288.028.228.012.736.076.736.076z\"/>\n    <path fill=\"#ED72AA\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M113.884 95.3s.004.288.032.56c.024.268-.088.496-.044.644.044.148.064.264.12.372.056.104.084.376.084.376l-.296-.216c-.14-.108-.24-.176-.24-.176l.04.412c.016.124.088.356.204.496.116.132.348.356.42.532.072.18.056.576.056.576s-.184-.3-.348-.356c-.156-.056-.504-.248-.504-.248s.316.316.316.62c0 .3-.128.64-.128.64s-.144-.272-.332-.448c-.188-.18-.452-.36-.452-.36s.208.468.208.78c0 .316-.06.988-.06.988s-.156-.256-.316-.384c-.16-.124-.348-.232-.408-.312-.056-.084.192.256.216.464.028.204.128.94.768 1.876.376.548.956 1.508 2.2 1.192 1.244-.312.784-1.988.52-2.768-.26-.78-.392-1.644-.376-1.948.016-.3.232-1.188.204-1.356-.028-.164-.096-.8.056-1.312.16-.532.292-.74.38-.96.084-.22.156-.344.184-.536.028-.192.028-.548.028-.548s.232.424.292.576c.056.152.056.6.056.6s.044-.448.392-.668c.348-.22.752-.452.852-.576a.907.907 0 00.132-.204s-.032.768-.248 1.068c-.144.196-.708.836-.708.836s.292-.112.492-.12c.204-.016.348 0 .348 0s-.248.192-.564.656c-.32.464-.188.504-.42.888-.232.384-.42.4-.712.632-.432.348-.2 1.736-.144 1.944.06.204.812 1.904.828 2.316.012.412.084 1.332-.64 1.92-.464.38-1.228.384-1.404.492-.172.112-.516.452-.516 1.164 0 .716.256.824.46 1.004.204.176.464.08.52.22.06.136.088.216.176.3.084.08.144.176.116.328-.032.152-.364.492-.48.74-.116.244-.348.892-.348.988 0 .096-.028.396.072.548 0 0 .364.424.116.504-.16.056-.312-.1-.388-.08-.216.056-.332.188-.392.18-.144-.028-.144-.1-.16-.304-.012-.204-.004-.288-.068-.288-.088 0-.132.072-.148.18-.016.108-.016.356-.116.356s-.244-.18-.332-.22c-.088-.04-.332-.08-.348-.192-.012-.108.144-.34.304-.384.16-.04.304-.12.204-.204-.104-.08-.204-.08-.304 0-.1.084-.316.016-.304-.108.016-.124.044-.276.028-.344-.012-.068-.188-.204.04-.328.236-.124.336.108.568.068.232-.04.344-.124.432-.26.088-.136.072-.424-.088-.6-.156-.18-.316-.208-.376-.32-.056-.108-.144-.368-.144-.368s.044.48.016.548c-.028.068-.016.356-.016.356s-.156-.18-.288-.316c-.128-.136-.26-.548-.26-.548s-.012.384-.012.536c0 .148.172.288.116.344-.06.052-.332-.288-.408-.344-.072-.056-.304-.232-.404-.424-.1-.192-.176-.464-.204-.564-.028-.096-.076-.524-.028-.632.072-.16.188-.452.188-.452h-.564c-.304 0-.52-.092-.636.112-.116.204-.06.616.084 1.152.148.532.232.792.192.888-.044.096-.232.316-.304.356-.076.044-.276.028-.364-.012a1.057 1.057 0 00-.504-.108c-.276 0-.448.012-.548-.012-.104-.028-.352-.152-.468-.124-.116.028-.316.128-.26.288.088.244-.084.3-.204.288-.116-.016-.212-.056-.36-.096-.144-.044-.36 0-.332-.168.028-.164.088-.176.16-.296.072-.128.1-.208.016-.216-.1-.008-.204-.02-.28.044-.08.064-.204.204-.304.152-.104-.056-.184-.172-.184-.432 0-.256-.272-.48-.02-.468.248.012.564.192.62.052.056-.14.024-.204-.112-.312-.136-.108-.304-.172-.124-.308.18-.14.224-.14.296-.216.068-.072.164-.316.292-.256.248.12.008.292.26.568.248.276.404.376.824.332.416-.044.532-.096.532-.216 0-.116-.036-.328-.048-.416-.008-.084.06-.396.06-.396s-.192.12-.252.236c-.052.116-.168.32-.168.32s-.044-.24-.032-.436c.008-.116.048-.316.044-.356a3.412 3.412 0 00-.092-.376s-.064.292-.112.376c-.044.084-.064.428-.064.428s-.268-.232-.192-.62c.052-.3-.048-.696.044-.824.088-.132.3-.656.824-.676.52-.02.924.02 1.108.012.18-.012.824-.132.824-.132s-1.188-.608-1.456-.792c-.272-.18-.692-.652-.828-.864-.136-.216-.26-.632-.26-.632s-.212.008-.408.116a2.054 2.054 0 00-.496.396c-.112.128-.292.42-.292.42s.032-.376.032-.492c0-.116-.024-.344-.024-.344s-.132.512-.404.704c-.272.196-.588.46-.588.46s.032-.284.032-.352c0-.064.068-.396.068-.396s-.192.288-.484.344c-.296.052-.724.044-.76.224-.032.18.08.428.012.556a.658.658 0 01-.216.216s-.168-.14-.316-.152a.58.58 0 00-.284.064s-.124-.16-.076-.268c.044-.104.268-.264.216-.332-.06-.064-.24.024-.352.076-.112.056-.352.108-.328-.076.02-.18.08-.288.02-.416-.056-.128-.02-.212.072-.244.088-.032.448.008.484-.076.032-.084-.088-.192-.328-.244-.236-.056-.352-.196-.228-.312.128-.12.16-.152.216-.256.056-.108.08-.304.296-.204.212.096.168.332.396.404.224.076.756-.032.868-.096.112-.064.476-.332.6-.396.124-.06.644-.448.644-.448s-.304-.212-.42-.32c-.112-.108-.312-.364-.416-.42-.1-.052-.6-.244-.768-.256-.168-.008-.688-.192-.688-.192s.236-.076.316-.14c.076-.064.256-.224.348-.212.088.008.112.008.112.008s-.484-.02-.588-.052c-.1-.032-.396-.216-.508-.216-.112 0-.336.044-.336.044s.304-.192.552-.236c.248-.04.44-.032.44-.032s-.384-.108-.476-.232c-.088-.132-.18-.32-.248-.408-.068-.084-.112-.224-.236-.236-.124-.012-.34.152-.464.14-.124-.012-.216-.088-.228-.268-.008-.184 0-.12-.04-.216-.048-.096-.228-.32-.06-.372.172-.056.532.032.568-.032.032-.064-.192-.26-.34-.332-.148-.076-.384-.204-.26-.312.124-.104.248-.148.316-.244s.148-.364.296-.28c.144.084.348.504.464.472.112-.032.12-.332.1-.46-.024-.128 0-.352.112-.332.112.02.204.172.384.184.18.008.452-.044.428.084-.02.128-.124.284-.248.424-.12.144-.18.42-.1.6.08.184.284.476.464.592.18.116.52.204.736.34.212.14.712.536.88.58.168.044.34.128.34.128s.192-.084.452-.084.856.04 1.084-.056c.228-.096.52-.256.432-.46-.092-.204-.588-.384-.544-.544.044-.16.228-.172.532-.184.304-.008.72.056.8-.376.08-.424.104-.672-.324-.768-.432-.096-.748-.108-.828-.416-.08-.312-.156-.388-.068-.472.092-.084.248-.128.564-.148.32-.024.68-.024.784-.1.1-.072.12-.276.244-.364.124-.084.612-.16.612-.16s.584.284 1.12.684c.484.36.92.892.92.892\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M109.72 94.996s-.068-.192-.08-.248c-.012-.052-.048-.116-.048-.116s.352 0 .34.108c-.008.108-.112.108-.136.148a.603.603 0 01-.076.108\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M109.72 94.996s-.068-.192-.08-.248c-.012-.052-.048-.116-.048-.116s.352 0 .34.108c-.008.108-.112.108-.136.148a.603.603 0 01-.076.108z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M111.324 94.44l-.024-.172s.308 0 .452.104c.228.16.372.408.364.42-.04.036-.216-.108-.34-.148 0 0-.092.02-.18.02-.092 0-.136-.044-.148-.084-.012-.048.012-.12.012-.12l-.136-.02\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M111.324 94.44l-.024-.172s.308 0 .452.104c.228.16.372.408.364.42-.04.036-.216-.108-.34-.148 0 0-.092.02-.18.02-.092 0-.136-.044-.148-.084-.012-.048.012-.12.012-.12l-.136-.02z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M113.528 96.86s-.136-.192-.168-.26a2.173 2.173 0 01-.092-.192\"/>\n    <path fill=\"#DB4446\" fill-rule=\"nonzero\" d=\"M105.252 94.932s.192.136.34.16c.148.02.304.02.328.02.02 0 .068-.216.044-.364-.08-.48-.52-.588-.52-.588s.132.292.068.428a1.28 1.28 0 01-.26.344\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M105.252 94.932s.192.136.34.16c.148.02.304.02.328.02.02 0 .068-.216.044-.364-.08-.48-.52-.588-.52-.588s.132.292.068.428a1.28 1.28 0 01-.26.344h0z\"/>\n    <path fill=\"#DB4446\" fill-rule=\"nonzero\" d=\"M104.336 95.348s-.172-.308-.532-.268c-.36.044-.6.324-.6.324s.4-.012.5.052c.148.096.192.344.192.344s.216-.128.284-.216c.064-.084.156-.236.156-.236\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M104.336 95.348s-.172-.308-.532-.268c-.36.044-.6.324-.6.324s.4-.012.5.052c.148.096.192.344.192.344s.216-.128.284-.216c.064-.084.156-.236.156-.236h0z\"/>\n    <path fill=\"#DB4446\" fill-rule=\"nonzero\" d=\"M103.896 96.6s-.308.044-.476.236c-.172.196-.144.56-.144.56s.2-.216.38-.216c.184 0 .464.064.464.064s-.088-.224-.088-.32-.136-.324-.136-.324\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M103.896 96.6s-.308.044-.476.236c-.172.196-.144.56-.144.56s.2-.216.38-.216c.184 0 .464.064.464.064s-.088-.224-.088-.32-.136-.324-.136-.324h0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M109.732 96.556l.132-.212.136.196-.268.016\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M109.732 96.556l.132-.212.136.196-.268.016\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M110.056 96.548l.16-.212.172.192-.332.02\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M110.056 96.548l.16-.212.172.192-.332.02\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M109.912 95.232l.328.116-.296.152-.032-.268\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M109.912 95.232l.328.116-.296.152-.032-.268\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M110.308 95.34l.292.072-.236.184-.056-.256\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M110.308 95.34l.292.072-.236.184-.056-.256\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M108.1 97.856s-.32.092-.44.268c-.148.212-.136.428-.136.428s.272-.224.624-.132c.348.096.384.132.532.12.148-.012.508-.14.508-.14s-.296.344-.26.58c.032.232.076.34.068.46-.024.288-.24.644-.24.644s.124-.076.42-.14a1.84 1.84 0 00.7-.324c.156-.116.36-.408.36-.408s-.064.4 0 .568c.068.176.092.668.092.668s.188-.168.34-.248c.076-.044.28-.152.36-.28.056-.088.128-.424.128-.424s.044.36.156.536c.112.168.28.696.28.696s.116-.344.24-.484c.124-.14.272-.32.28-.428.012-.108-.032-.34-.032-.34l.156.34m-4.564.244s.192-.332.372-.44c.184-.104.432-.296.5-.32.064-.02.36-.184.36-.184m.396 2.068s.436-.22.564-.3c.272-.16.464-.448.464-.448\"/>\n    <path fill=\"#DB4446\" fill-rule=\"nonzero\" d=\"M104.924 100.648s-.168-.18-.464-.128c-.296.056-.488.388-.488.388s.252-.068.4-.032c.144.032.248.18.248.18s.136-.116.18-.18c.044-.064.124-.228.124-.228\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M104.924 100.648s-.168-.18-.464-.128c-.296.056-.488.388-.488.388s.252-.068.4-.032c.144.032.248.18.248.18s.136-.116.18-.18c.044-.064.124-.228.124-.228z\"/>\n    <path fill=\"#DB4446\" fill-rule=\"nonzero\" d=\"M104.584 101.836s-.248-.04-.464.132c-.212.172-.224.5-.224.5s.204-.172.364-.148c.156.02.348.108.348.108s.032-.204.044-.256c.036-.152-.068-.336-.068-.336\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M104.584 101.836s-.248-.04-.464.132c-.212.172-.224.5-.224.5s.204-.172.364-.148c.156.02.348.108.348.108s.032-.204.044-.256c.036-.152-.068-.336-.068-.336h0z\"/>\n    <path fill=\"#DB4446\" fill-rule=\"nonzero\" d=\"M105.164 102.932s-.02.316.132.512c.16.204.452.236.452.236s-.096-.212-.112-.32c-.024-.16.136-.3.136-.3s-.148-.152-.292-.152c-.148 0-.316.024-.316.024\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M105.164 102.932s-.02.316.132.512c.16.204.452.236.452.236s-.096-.212-.112-.32c-.024-.16.136-.3.136-.3s-.148-.152-.292-.152c-.148 0-.316.024-.316.024h0zM111.832 103.464s.816.504.792.924c-.024.416-.452.964-.452.964\"/>\n    <path fill=\"#DB4446\" fill-rule=\"nonzero\" d=\"M108.1 105.748s-.204-.256-.484-.248c-.284.012-.58.276-.58.276s.352-.028.444.088c.092.12.18.268.18.268s.16-.084.228-.14c.068-.052.212-.244.212-.244\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M108.1 105.748s-.204-.256-.484-.248c-.284.012-.58.276-.58.276s.352-.028.444.088c.092.12.18.268.18.268s.16-.084.228-.14c.068-.052.212-.244.212-.244z\"/>\n    <path fill=\"#DB4446\" fill-rule=\"nonzero\" d=\"M107.232 106.872s-.372-.056-.556.14c-.18.192-.168.544-.168.544s.224-.244.428-.224c.204.02.432.128.432.128s-.036-.212-.06-.312c-.02-.096-.076-.276-.076-.276\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M107.232 106.872s-.372-.056-.556.14c-.18.192-.168.544-.168.544s.224-.244.428-.224c.204.02.432.128.432.128s-.036-.212-.06-.312c-.02-.096-.076-.276-.076-.276h0z\"/>\n    <path fill=\"#DB4446\" fill-rule=\"nonzero\" d=\"M108.036 108.06s-.184.256-.048.46c.136.204.42.3.42.3s-.104-.148-.056-.32c.036-.136.268-.32.268-.32l-.584-.12\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M108.036 108.06s-.184.256-.048.46c.136.204.42.3.42.3s-.104-.148-.056-.32c.036-.136.268-.32.268-.32l-.584-.12z\"/>\n    <path fill=\"#DB4446\" fill-rule=\"nonzero\" d=\"M112.996 108.544s-.324-.076-.508.032c-.18.104-.328.556-.328.556s.296-.248.512-.216c.212.032.372.12.372.12s.032-.184.008-.312c-.012-.076-.056-.18-.056-.18\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M112.996 108.544s-.324-.076-.508.032c-.18.104-.328.556-.328.556s.296-.248.512-.216c.212.032.372.12.372.12s.032-.184.008-.312c-.012-.076-.056-.18-.056-.18h0z\"/>\n    <path fill=\"#DB4446\" fill-rule=\"nonzero\" d=\"M113.156 109.74s-.248.256-.16.472c.092.216.248.44.248.44s-.008-.32.092-.408c.148-.128.42-.148.42-.148s-.216-.192-.284-.216c-.068-.02-.316-.14-.316-.14\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M113.156 109.74s-.248.256-.16.472c.092.216.248.44.248.44s-.008-.32.092-.408c.148-.128.42-.148.42-.148s-.216-.192-.284-.216c-.068-.02-.316-.14-.316-.14z\"/>\n    <path fill=\"#DB4446\" fill-rule=\"nonzero\" d=\"M114.4 110.116s-.124.312.112.512c.236.208.444.228.444.228s-.184-.324-.128-.492a.634.634 0 01.216-.288s-.296-.1-.34-.088c-.044.008-.304.128-.304.128\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M114.4 110.116s-.124.312.112.512c.236.208.444.228.444.228s-.184-.324-.128-.492a.634.634 0 01.216-.288s-.296-.1-.34-.088c-.044.008-.304.128-.304.128h0z\"/>\n    <path fill=\"#FFD691\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M101.664 132.32c.836.252 1.26.876 1.26 1.604 0 .952-.92 1.672-2.12 1.672-1.196 0-2.168-.72-2.168-1.672 0-.716.4-1.52 1.232-1.576 0 0-.024-.076-.096-.2l-.256-.264s.316-.06.5.008c.184.072.308.188.308.188s.084-.172.208-.304c.12-.132.28-.212.28-.212s.184.152.244.256c.06.108.1.236.1.236s.168-.14.316-.196c.148-.06.336-.104.336-.104s-.052.184-.088.276c-.036.092-.056.288-.056.288\"/>\n    <path fill=\"#058E6E\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M100.628 136.628s-1.592-1.072-2.28-1.216c-.884-.188-1.876-.036-2.304-.06.012.012.516.372.736.592.22.22.956.66 1.372.764 1.288.324 2.476-.08 2.476-.08M101.084 136.724s1.016-1.064 2.084-1.208c1.26-.176 2.088.104 2.576.232.012 0-.404.196-.624.348-.22.148-.788.628-1.656.636-.872.012-1.832-.092-1.988-.068l-.392.06\"/>\n    <path fill=\"#AD1519\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M100.776 135.412a2.023 2.023 0 01.004-2.972 2.032 2.032 0 01-.004 2.972\"/>\n    <path fill=\"#058E6E\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M100.372 137.584s.244-.608.268-1.132c.024-.436-.06-.868-.06-.868h.32s.156.464.156.868c0 .408-.072.948-.072.948s-.22.032-.292.068c-.076.036-.32.116-.32.116\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M120.5 79.968c0-.228.2-.412.44-.412.244 0 .44.184.44.412a.426.426 0 01-.44.416c-.24 0-.44-.184-.44-.416\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M120.5 79.968c0-.228.2-.412.44-.412.244 0 .44.184.44.412a.426.426 0 01-.44.416c-.24 0-.44-.184-.44-.416z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M121.1 78.908c0-.228.196-.416.44-.416.24 0 .436.188.436.416a.425.425 0 01-.436.416.426.426 0 01-.44-.416\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M121.1 78.908c0-.228.196-.416.44-.416.24 0 .436.188.436.416a.425.425 0 01-.436.416.426.426 0 01-.44-.416z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M121.5 77.676c0-.228.196-.412.44-.412.24 0 .44.184.44.412 0 .232-.2.416-.44.416a.426.426 0 01-.44-.416\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M121.5 77.676c0-.228.196-.412.44-.412.24 0 .44.184.44.412 0 .232-.2.416-.44.416a.426.426 0 01-.44-.416z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M121.552 76.356c0-.228.196-.412.436-.412.244 0 .44.184.44.412a.426.426 0 01-.44.416.425.425 0 01-.436-.416\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M121.552 76.356c0-.228.196-.412.436-.412.244 0 .44.184.44.412a.426.426 0 01-.44.416.425.425 0 01-.436-.416z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M121.228 75.06c0-.232.196-.416.436-.416.244 0 .44.184.44.416a.429.429 0 01-.44.416.428.428 0 01-.436-.416\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M121.228 75.06c0-.232.196-.416.436-.416.244 0 .44.184.44.416a.429.429 0 01-.44.416.428.428 0 01-.436-.416z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M120.552 73.88c0-.232.196-.416.436-.416.244 0 .44.184.44.416a.429.429 0 01-.44.416.428.428 0 01-.436-.416\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M120.552 73.88c0-.232.196-.416.436-.416.244 0 .44.184.44.416a.429.429 0 01-.44.416.428.428 0 01-.436-.416z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M119.652 72.908c0-.228.196-.416.436-.416.244 0 .44.188.44.416a.426.426 0 01-.44.416.425.425 0 01-.436-.416\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M119.652 72.908c0-.228.196-.416.436-.416.244 0 .44.188.44.416a.426.426 0 01-.44.416.425.425 0 01-.436-.416z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M118.604 72.104c0-.228.2-.416.44-.416.244 0 .44.188.44.416a.429.429 0 01-.44.416c-.24 0-.44-.188-.44-.416\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M118.604 72.104c0-.228.2-.416.44-.416.244 0 .44.188.44.416a.429.429 0 01-.44.416c-.24 0-.44-.188-.44-.416z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M117.356 71.444c0-.228.196-.412.44-.412.24 0 .44.184.44.412 0 .232-.2.416-.44.416a.426.426 0 01-.44-.416\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M117.356 71.444c0-.228.196-.412.44-.412.24 0 .44.184.44.412 0 .232-.2.416-.44.416a.426.426 0 01-.44-.416z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M116.06 70.976c0-.228.196-.416.44-.416.24 0 .44.188.44.416 0 .228-.2.416-.44.416a.429.429 0 01-.44-.416\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M116.06 70.976c0-.228.196-.416.44-.416.24 0 .44.188.44.416 0 .228-.2.416-.44.416a.429.429 0 01-.44-.416z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M114.612 70.716c0-.228.196-.416.44-.416.24 0 .436.188.436.416a.428.428 0 01-.436.416.429.429 0 01-.44-.416\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M114.612 70.716c0-.228.196-.416.44-.416.24 0 .436.188.436.416a.428.428 0 01-.436.416.429.429 0 01-.44-.416z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M113.236 70.644c0-.228.196-.412.44-.412.24 0 .44.184.44.412 0 .232-.2.416-.44.416a.426.426 0 01-.44-.416\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M113.236 70.644c0-.228.196-.412.44-.412.24 0 .44.184.44.412 0 .232-.2.416-.44.416a.426.426 0 01-.44-.416z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M111.888 70.692c0-.228.196-.416.44-.416.24 0 .436.188.436.416a.428.428 0 01-.436.416.429.429 0 01-.44-.416\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M111.888 70.692c0-.228.196-.416.44-.416.24 0 .436.188.436.416a.428.428 0 01-.436.416.429.429 0 01-.44-.416z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M110.54 70.692c0-.228.196-.416.436-.416.244 0 .44.188.44.416a.429.429 0 01-.44.416.428.428 0 01-.436-.416\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M110.54 70.692c0-.228.196-.416.436-.416.244 0 .44.188.44.416a.429.429 0 01-.44.416.428.428 0 01-.436-.416z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M111.212 71.848c0-.228.2-.416.44-.416.244 0 .436.188.436.416a.425.425 0 01-.436.416c-.24 0-.44-.188-.44-.416M111.488 73.128c0-.232.196-.416.44-.416.24 0 .436.184.436.416 0 .228-.196.412-.436.412-.244 0-.44-.184-.44-.412M111.536 74.4c0-.228.2-.416.44-.416.244 0 .44.188.44.416a.429.429 0 01-.44.416c-.24 0-.44-.188-.44-.416M111.14 75.56c0-.228.196-.416.436-.416.244 0 .44.188.44.416a.426.426 0 01-.44.416.425.425 0 01-.436-.416M110.392 76.628c0-.232.196-.416.44-.416.24 0 .436.184.436.416 0 .228-.196.412-.436.412-.244 0-.44-.184-.44-.412\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M109.516 69.888c0-.228.2-.412.44-.412.244 0 .44.184.44.412a.429.429 0 01-.44.416c-.24 0-.44-.188-.44-.416\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M109.516 69.888c0-.228.2-.412.44-.412.244 0 .44.184.44.412a.429.429 0 01-.44.416c-.24 0-.44-.188-.44-.416z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M108.32 69.224c0-.228.196-.416.436-.416.244 0 .44.188.44.416a.426.426 0 01-.44.416.425.425 0 01-.436-.416\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M108.32 69.224c0-.228.196-.416.436-.416.244 0 .44.188.44.416a.426.426 0 01-.44.416.425.425 0 01-.436-.416z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M106.996 68.828c0-.232.2-.416.44-.416.244 0 .44.184.44.416a.429.429 0 01-.44.416c-.24 0-.44-.188-.44-.416\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M106.996 68.828c0-.232.2-.416.44-.416.244 0 .44.184.44.416a.429.429 0 01-.44.416c-.24 0-.44-.188-.44-.416z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M105.624 68.592c0-.228.196-.416.436-.416.244 0 .44.188.44.416 0 .228-.196.412-.44.412-.24 0-.436-.184-.436-.412\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M105.624 68.592c0-.228.196-.416.436-.416.244 0 .44.188.44.416 0 .228-.196.412-.44.412-.24 0-.436-.184-.436-.412z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M104.28 68.612c0-.228.196-.416.436-.416.244 0 .44.188.44.416a.426.426 0 01-.44.416.425.425 0 01-.436-.416\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M104.28 68.612c0-.228.196-.416.436-.416.244 0 .44.188.44.416a.426.426 0 01-.44.416.425.425 0 01-.436-.416z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M102.88 68.848c0-.228.196-.412.436-.412.244 0 .44.184.44.412a.426.426 0 01-.44.416.425.425 0 01-.436-.416\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M102.88 68.848c0-.228.196-.412.436-.412.244 0 .44.184.44.412a.426.426 0 01-.44.416.425.425 0 01-.436-.416z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M101.584 69.296c0-.228.196-.416.436-.416.244 0 .44.188.44.416a.429.429 0 01-.44.416.428.428 0 01-.436-.416\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M101.584 69.296c0-.228.196-.416.436-.416.244 0 .44.188.44.416a.429.429 0 01-.44.416.428.428 0 01-.436-.416z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M79.636 79.968c0-.228.196-.412.44-.412.24 0 .436.184.436.412a.425.425 0 01-.436.416.426.426 0 01-.44-.416\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M79.636 79.968c0-.228.196-.412.44-.412.24 0 .436.184.436.412a.425.425 0 01-.436.416.426.426 0 01-.44-.416z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M79.036 78.908c0-.228.196-.416.44-.416.24 0 .44.188.44.416 0 .232-.2.416-.44.416a.426.426 0 01-.44-.416\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M79.036 78.908c0-.228.196-.416.44-.416.24 0 .44.188.44.416 0 .232-.2.416-.44.416a.426.426 0 01-.44-.416z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M78.636 77.676c0-.228.196-.412.44-.412.24 0 .44.184.44.412 0 .232-.2.416-.44.416a.426.426 0 01-.44-.416\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M78.636 77.676c0-.228.196-.412.44-.412.24 0 .44.184.44.412 0 .232-.2.416-.44.416a.426.426 0 01-.44-.416z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M78.588 76.356c0-.228.196-.412.436-.412.244 0 .44.184.44.412a.426.426 0 01-.44.416.425.425 0 01-.436-.416\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M78.588 76.356c0-.228.196-.412.436-.412.244 0 .44.184.44.412a.426.426 0 01-.44.416.425.425 0 01-.436-.416z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M78.912 75.06c0-.232.196-.416.436-.416.244 0 .44.184.44.416a.429.429 0 01-.44.416.428.428 0 01-.436-.416\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M78.912 75.06c0-.232.196-.416.436-.416.244 0 .44.184.44.416a.429.429 0 01-.44.416.428.428 0 01-.436-.416z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M79.584 73.88c0-.232.2-.416.44-.416.244 0 .44.184.44.416a.429.429 0 01-.44.416c-.24 0-.44-.188-.44-.416\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M79.584 73.88c0-.232.2-.416.44-.416.244 0 .44.184.44.416a.429.429 0 01-.44.416c-.24 0-.44-.188-.44-.416z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M80.484 72.908c0-.228.2-.416.44-.416.244 0 .44.188.44.416a.426.426 0 01-.44.416c-.24 0-.44-.184-.44-.416\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M80.484 72.908c0-.228.2-.416.44-.416.244 0 .44.188.44.416a.426.426 0 01-.44.416c-.24 0-.44-.184-.44-.416z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M81.532 72.104c0-.228.196-.416.44-.416.24 0 .436.188.436.416a.428.428 0 01-.436.416.429.429 0 01-.44-.416\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M81.532 72.104c0-.228.196-.416.44-.416.24 0 .436.188.436.416a.428.428 0 01-.436.416.429.429 0 01-.44-.416z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M82.78 71.444c0-.228.196-.412.44-.412.24 0 .44.184.44.412 0 .232-.2.416-.44.416a.426.426 0 01-.44-.416\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M82.78 71.444c0-.228.196-.412.44-.412.24 0 .44.184.44.412 0 .232-.2.416-.44.416a.426.426 0 01-.44-.416z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M84.076 70.976c0-.228.196-.416.44-.416.24 0 .436.188.436.416a.428.428 0 01-.436.416.429.429 0 01-.44-.416\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M84.076 70.976c0-.228.196-.416.44-.416.24 0 .436.188.436.416a.428.428 0 01-.436.416.429.429 0 01-.44-.416z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M85.528 70.716c0-.228.196-.416.436-.416s.44.188.44.416c0 .228-.2.416-.44.416a.428.428 0 01-.436-.416\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M85.528 70.716c0-.228.196-.416.436-.416s.44.188.44.416c0 .228-.2.416-.44.416a.428.428 0 01-.436-.416z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M86.9 70.644c0-.228.196-.412.44-.412.24 0 .44.184.44.412 0 .232-.2.416-.44.416a.426.426 0 01-.44-.416\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M86.9 70.644c0-.228.196-.412.44-.412.24 0 .44.184.44.412 0 .232-.2.416-.44.416a.426.426 0 01-.44-.416z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M88.252 70.692c0-.228.196-.416.436-.416.244 0 .44.188.44.416a.429.429 0 01-.44.416.428.428 0 01-.436-.416\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M88.252 70.692c0-.228.196-.416.436-.416.244 0 .44.188.44.416a.429.429 0 01-.44.416.428.428 0 01-.436-.416z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M89.6 70.692c0-.228.196-.416.436-.416.244 0 .44.188.44.416a.429.429 0 01-.44.416.428.428 0 01-.436-.416\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M89.6 70.692c0-.228.196-.416.436-.416.244 0 .44.188.44.416a.429.429 0 01-.44.416.428.428 0 01-.436-.416z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M88.924 71.848c0-.228.196-.416.44-.416.24 0 .44.188.44.416 0 .228-.2.416-.44.416a.429.429 0 01-.44-.416M88.652 73.128c0-.232.192-.416.436-.416s.44.184.44.416c0 .228-.196.412-.44.412a.422.422 0 01-.436-.412M88.6 74.4c0-.228.196-.416.44-.416.24 0 .436.188.436.416a.428.428 0 01-.436.416.429.429 0 01-.44-.416M89 75.56c0-.228.196-.416.436-.416.244 0 .44.188.44.416a.426.426 0 01-.44.416.425.425 0 01-.436-.416M89.744 76.628c0-.232.2-.416.44-.416.244 0 .44.184.44.416 0 .228-.196.412-.44.412-.24 0-.44-.184-.44-.412\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M90.62 69.888c0-.228.196-.412.44-.412.24 0 .436.184.436.412a.428.428 0 01-.436.416.429.429 0 01-.44-.416\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M90.62 69.888c0-.228.196-.412.44-.412.24 0 .436.184.436.412a.428.428 0 01-.436.416.429.429 0 01-.44-.416z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M91.82 69.224c0-.228.196-.416.436-.416.244 0 .44.188.44.416a.426.426 0 01-.44.416.425.425 0 01-.436-.416\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M91.82 69.224c0-.228.196-.416.436-.416.244 0 .44.188.44.416a.426.426 0 01-.44.416.425.425 0 01-.436-.416z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M93.14 68.828c0-.232.196-.416.44-.416.24 0 .436.184.436.416a.428.428 0 01-.436.416.429.429 0 01-.44-.416\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M93.14 68.828c0-.232.196-.416.44-.416.24 0 .436.184.436.416a.428.428 0 01-.436.416.429.429 0 01-.44-.416z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M94.516 68.592c0-.228.196-.416.436-.416.244 0 .44.188.44.416 0 .228-.196.412-.44.412-.24 0-.436-.184-.436-.412\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M94.516 68.592c0-.228.196-.416.436-.416.244 0 .44.188.44.416 0 .228-.196.412-.44.412-.24 0-.436-.184-.436-.412z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M95.86 68.612c0-.228.196-.416.44-.416.24 0 .436.188.436.416a.425.425 0 01-.436.416.426.426 0 01-.44-.416\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M95.86 68.612c0-.228.196-.416.44-.416.24 0 .436.188.436.416a.425.425 0 01-.436.416.426.426 0 01-.44-.416z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M97.26 68.848c0-.228.196-.412.436-.412.244 0 .44.184.44.412a.426.426 0 01-.44.416.425.425 0 01-.436-.416\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M97.26 68.848c0-.228.196-.412.436-.412.244 0 .44.184.44.412a.426.426 0 01-.44.416.425.425 0 01-.436-.416z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M98.556 69.296c0-.228.192-.416.436-.416s.44.188.44.416a.429.429 0 01-.44.416.425.425 0 01-.436-.416\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M98.556 69.296c0-.228.192-.416.436-.416s.44.188.44.416a.429.429 0 01-.44.416.425.425 0 01-.436-.416z\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M87.436 95.864h-.368v-.368h-.648v1.476h.648v1.02H85.68v2.956h.74v5.916h-1.48v3.052h11.368v-3.052h-1.476v-5.916h.74v-2.956h-1.388v-1.02h.648v-1.476h-.648v.368h-.372v-.368h-.644v.368h-.464v-.368h-.648v1.476h.648v1.02H91.32v-3.236h.736v-1.48h-.736v.372h-.372v-.372H90.3v.372h-.368v-.372h-.74v1.48h.74v3.236h-1.388v-1.02h.648v-1.476h-.648v.368h-.368v-.368h-.74v.368h0zm-2.496 14.052h11.368H84.94zm0-.74h11.368H84.94zm0-.74h11.368H84.94zm0-.74h11.368H84.94zm0-.832h11.368H84.94zm1.48-.648h8.412-8.412zm0-.74h8.412-8.412zm0-.832h8.412-8.412zm0-.736h8.412-8.412zm0-.74h8.412-8.412zm0-.74h8.412-8.412zm0-.74h8.412-8.412zm-.74-.74h9.892-9.892zm0-.74h9.892-9.892zm0-.74h9.892-9.892zm0-.736h9.892-9.892zm1.388-.74h7.116-7.116zm2.864-.74h1.388-1.388zm0-.74h1.388-1.388zm0-.74h1.388-1.388zm0-.74h1.388-1.388zm-.74-.924h2.864-2.864zm-2.124 3.144h1.476-1.476zm-.648-.924h2.772-2.772zm0 13.588v-.74.74zm0-1.48v-.74.74zm-.74 0v.74-.74zm1.388.74v-.74.74zm.736.74v-.74.74zm0-1.48v-.74.74zm0-1.572v-.648.648zm0-1.388v-.832.832zm-.736 2.22v-.832.832zm-1.388 0v-.832.832zm2.864-.832v.832-.832zm.648 0v-.648.648zm-2.124-1.388v.74-.74zm1.476 0v.74-.74zm1.388 0v.74-.74zm-.74 0v-.832.832zm.74-1.568v.736-.736zm0-1.48v.74-.74zm-.74-.74v.74-.74zm.74-.74v.74-.74zm-1.388 0v.74-.74zm-1.476 0v.74-.74zm-.648-.74v.74-.74zm1.384 0v.74-.74zm1.388 0v.74-.74zm.74-.74v.74-.74zm-1.388 0v.74-.74zm-1.476 0v.74-.74zm-.648-.736v.736-.736zm2.772 0v.736-.736zm-1.388-1.48v.74-.74zm6.38 0h-1.48 1.48zm.648-.924h-2.776 2.776zm0 13.588v-.74.74zm0-1.48v-.74.74zm.74 0v.74-.74zm-1.388.74v-.74.74zm-.74.74v-.74.74zm0-1.48v-.74.74zm0-1.572v-.648.648zm0-1.388v-.832.832zm.74 2.22v-.832.832zm1.388 0v-.832.832zm-2.868-.832v.832-.832zm-.648 0v-.648.648zm2.128-1.388v.74-.74zm-1.48 0v.74-.74zm-1.384 0v.74-.74zm.736 0v-.832.832zm-.736-1.568v.736-.736zm0-1.48v.74-.74zm.736-.74v.74-.74zm-.736-.74v.74-.74zm1.384 0v.74-.74zm1.48 0v.74-.74zm.648-.74v.74-.74zm-1.388 0v.74-.74zm-1.388 0v.74-.74zm-.736-.74v.74-.74zm1.384 0v.74-.74zm1.48 0v.74-.74zm.648-.736v.736-.736zm-2.776 0v.736-.736zm1.388-1.48v.74-.74zm-2.864 8.224v-.832.832zm0-3.048v-.74.74zm0 1.48v-.74.74zm0-2.96v-.74.74zm0-1.48v-.736.736zm0-2.216v-.74.74zm0-1.48v-.74.74zm-3.512 1.2h1.476-1.476zm2.864-2.216h1.388-1.388zm2.772 2.216h1.48-1.48z\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M92.52 109.916v-1.944c0-.368-.184-1.48-1.94-1.48-1.664 0-1.848 1.112-1.848 1.48v1.944h3.788z\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M89.376 108.064l-.924-.092c0-.368.092-.924.372-1.108l.832.648c-.092.092-.28.368-.28.552zM91.872 108.064l.924-.092c0-.368-.092-.924-.368-1.108l-.832.648c.092.092.276.368.276.552zM90.948 107.14l.464-.832a2.219 2.219 0 00-.832-.184c-.184 0-.556.092-.74.184l.46.832h.648zM89.192 104.832v-2.036c0-.552-.368-1.016-1.016-1.016s-1.016.464-1.016 1.016v2.036h2.032zM92.056 104.832v-2.036c0-.552.372-1.016 1.02-1.016.644 0 1.016.464 1.016 1.016v2.036h-2.036zM91.32 99.84l.184-1.848h-1.756l.092 1.848zM92.704 99.84l-.184-1.848h1.848l-.184 1.848zM88.544 99.84l.092-1.848H86.88l.188 1.848z\"/>\n    <path fill=\"#0039F0\" fill-rule=\"nonzero\" d=\"M91.872 109.916v-1.664c0-.28-.184-1.112-1.292-1.112-1.016 0-1.204.832-1.204 1.112v1.664h2.496zM89.008 104.644v-1.756c0-.46-.276-.924-.832-.924-.556 0-.832.464-.832.924v1.756h1.664zM92.244 104.644v-1.756c0-.46.276-.924.832-.924.552 0 .832.464.832.924v1.756h-1.664z\"/>\n    <path fill=\"#AD1519\" fill-rule=\"nonzero\" d=\"M94.172 112.904c0-4.044 2.908-7.32 6.5-7.32s6.504 3.276 6.504 7.32c0 4.04-2.912 7.316-6.504 7.316-3.592 0-6.5-3.276-6.5-7.316\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M94.172 112.904c0-4.044 2.908-7.32 6.5-7.32s6.504 3.276 6.504 7.32c0 4.04-2.912 7.316-6.504 7.316-3.592 0-6.5-3.276-6.5-7.316h0z\"/>\n    <path fill=\"#005BBF\" fill-rule=\"nonzero\" d=\"M96.1 112.888c0-2.964 2.048-5.364 4.576-5.364 2.524 0 4.572 2.4 4.572 5.364s-2.048 5.368-4.572 5.368c-2.528 0-4.576-2.404-4.576-5.368\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M96.1 112.888c0-2.964 2.048-5.364 4.576-5.364 2.524 0 4.572 2.4 4.572 5.364s-2.048 5.368-4.572 5.368c-2.528 0-4.576-2.404-4.576-5.368z\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M98.512 109.196s-.54.592-.54 1.144c0 .556.228 1.016.228 1.016a.598.598 0 00-.564-.376c-.332 0-.6.252-.6.568 0 .088.056.232.096.308l.196.396c.064-.148.216-.228.392-.228.236 0 .432.18.432.404a.276.276 0 01-.016.1l-.488.004v.412h.436l-.324.644.428-.168.324.364.336-.364.428.168-.32-.644h.432v-.412l-.488-.004c-.008-.032-.008-.064-.008-.1 0-.224.188-.404.424-.404.176 0 .328.08.392.228l.196-.396a.839.839 0 00.096-.308.582.582 0 00-.596-.568.59.59 0 00-.564.376s.228-.46.228-1.016c0-.552-.556-1.144-.556-1.144\"/>\n    <path stroke=\"currentColor\" stroke-linejoin=\"round\" stroke- d=\"M98.512 109.196s-.54.592-.54 1.144c0 .556.228 1.016.228 1.016a.598.598 0 00-.564-.376c-.332 0-.6.252-.6.568 0 .088.056.232.096.308l.196.396c.064-.148.216-.228.392-.228.236 0 .432.18.432.404a.276.276 0 01-.016.1l-.488.004v.412h.436l-.324.644.428-.168.324.364.336-.364.428.168-.32-.644h.432v-.412l-.488-.004c-.008-.032-.008-.064-.008-.1 0-.224.188-.404.424-.404.176 0 .328.08.392.228l.196-.396a.839.839 0 00.096-.308.582.582 0 00-.596-.568.59.59 0 00-.564.376s.228-.46.228-1.016c0-.552-.556-1.144-.556-1.144h0z\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M97.648 112.944h1.744v-.412h-1.744z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M97.648 112.944h1.744v-.412h-1.744z\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M102.764 109.196s-.54.592-.54 1.144c0 .556.228 1.016.228 1.016a.598.598 0 00-.564-.376c-.332 0-.6.252-.6.568 0 .088.056.232.096.308l.196.396c.064-.148.216-.228.392-.228.24 0 .428.18.428.404a.403.403 0 01-.012.1l-.488.004v.412h.436l-.324.644.428-.168.324.364.336-.364.428.168-.324-.644h.436v-.412l-.488-.004a.403.403 0 01-.012-.1c0-.224.192-.404.428-.404.176 0 .328.08.392.228l.196-.396a.839.839 0 00.096-.308.582.582 0 00-.596-.568.603.603 0 00-.568.376s.232-.46.232-1.016c0-.552-.556-1.144-.556-1.144\"/>\n    <path stroke=\"currentColor\" stroke-linejoin=\"round\" stroke- d=\"M102.764 109.196s-.54.592-.54 1.144c0 .556.228 1.016.228 1.016a.598.598 0 00-.564-.376c-.332 0-.6.252-.6.568 0 .088.056.232.096.308l.196.396c.064-.148.216-.228.392-.228.24 0 .428.18.428.404a.403.403 0 01-.012.1l-.488.004v.412h.436l-.324.644.428-.168.324.364.336-.364.428.168-.324-.644h.436v-.412l-.488-.004a.403.403 0 01-.012-.1c0-.224.192-.404.428-.404.176 0 .328.08.392.228l.196-.396a.839.839 0 00.096-.308.582.582 0 00-.596-.568.603.603 0 00-.568.376s.232-.46.232-1.016c0-.552-.556-1.144-.556-1.144h0z\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M101.9 112.944h1.74v-.412h-1.74z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M101.9 112.944h1.74v-.412h-1.74z\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M100.64 112.852s-.544.596-.544 1.148c0 .552.228 1.012.228 1.012a.6.6 0 00-.564-.376c-.332 0-.6.252-.6.568 0 .092.056.232.1.312l.192.392c.068-.144.216-.228.396-.228.236 0 .428.18.428.408a.276.276 0 01-.016.1h-.484v.416h.436l-.324.64.428-.168.324.364.336-.364.428.168-.328-.64h.44v-.416h-.488a.414.414 0 01.416-.508c.176 0 .324.084.392.228l.196-.392c.04-.08.096-.22.096-.312 0-.316-.268-.568-.6-.568-.26 0-.48.16-.564.376 0 0 .228-.46.228-1.012s-.556-1.148-.556-1.148\"/>\n    <path stroke=\"currentColor\" stroke-linejoin=\"round\" stroke- d=\"M100.64 112.852s-.544.596-.544 1.148c0 .552.228 1.012.228 1.012a.6.6 0 00-.564-.376c-.332 0-.6.252-.6.568 0 .092.056.232.1.312l.192.392c.068-.144.216-.228.396-.228.236 0 .428.18.428.408a.276.276 0 01-.016.1h-.484v.416h.436l-.324.64.428-.168.324.364.336-.364.428.168-.328-.64h.44v-.416h-.488a.414.414 0 01.416-.508c.176 0 .324.084.392.228l.196-.392c.04-.08.096-.22.096-.312 0-.316-.268-.568-.6-.568-.26 0-.48.16-.564.376 0 0 .228-.46.228-1.012s-.556-1.148-.556-1.148h.004z\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M99.776 116.604h1.74v-.416h-1.74z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M99.776 116.604h1.74v-.416h-1.74z\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M113.652 93.584l-.116.008a.597.597 0 01-.104.14c-.104.1-.26.112-.344.028a.194.194 0 01-.056-.164.197.197 0 01-.204-.004c-.104-.06-.128-.2-.056-.316.012-.024.024-.056.044-.072l-.008-.128-.14.032-.04.076c-.088.1-.216.124-.28.068a.21.21 0 01-.052-.108.148.148 0 01-.068.044c-.216.052-.3-.42-.308-.54l-.068.1s.064.28.032.52a2.81 2.81 0 01-.116.476c.296.076.744.32 1.188.66.444.34.792.712.936.968 0 0 .232-.128.472-.204.24-.076.544-.08.544-.08l.088-.084c-.128.02-.632.04-.624-.172 0-.032.028-.072.032-.072a.279.279 0 01-.12-.024c-.072-.052-.072-.172.008-.276l.072-.052.004-.136-.136.02c-.012.016-.044.036-.06.052-.108.092-.26.1-.344.012a.167.167 0 01-.044-.184.232.232 0 01-.18-.02c-.104-.06-.124-.208-.044-.32a.534.534 0 01.124-.128l-.028-.12\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M113.652 93.584l-.116.008a.597.597 0 01-.104.14c-.104.1-.26.112-.344.028a.194.194 0 01-.056-.164.197.197 0 01-.204-.004c-.104-.06-.128-.2-.056-.316.012-.024.024-.056.044-.072l-.008-.128-.14.032-.04.076c-.088.1-.216.124-.28.068a.21.21 0 01-.052-.108.148.148 0 01-.068.044c-.216.052-.3-.42-.308-.54l-.068.1s.064.28.032.52a2.81 2.81 0 01-.116.476c.296.076.744.32 1.188.66.444.34.792.712.936.968 0 0 .232-.128.472-.204.24-.076.544-.08.544-.08l.088-.084c-.128.02-.632.04-.624-.172 0-.032.028-.072.032-.072a.279.279 0 01-.12-.024c-.072-.052-.072-.172.008-.276l.072-.052.004-.136-.136.02c-.012.016-.044.036-.06.052-.108.092-.26.1-.344.012a.167.167 0 01-.044-.184.232.232 0 01-.18-.02c-.104-.06-.124-.208-.044-.32a.534.534 0 01.124-.128l-.028-.12h-.004 0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M112.752 93.86c.02-.028.06-.024.092 0s.04.064.024.084c-.02.024-.06.024-.096-.004-.028-.02-.04-.06-.02-.08\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M112.752 93.86c.02-.028.06-.024.092 0s.04.064.024.084c-.02.024-.06.024-.096-.004-.028-.02-.04-.06-.02-.08h0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M113.132 94.176l-.132-.1c-.024-.016-.028-.048-.016-.064.016-.016.048-.016.072 0l.132.104.132.1c.02.016.032.048.016.064s-.048.016-.072 0l-.132-.104\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M113.132 94.176l-.132-.1c-.024-.016-.028-.048-.016-.064.016-.016.048-.016.072 0l.132.104.132.1c.02.016.032.048.016.064s-.048.016-.072 0l-.132-.104\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M112.436 93.7l-.104-.06c-.028-.016-.04-.048-.028-.068.012-.02.044-.024.068-.008l.104.064.104.06c.024.012.036.044.028.064-.012.02-.044.024-.068.008l-.104-.06\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M112.436 93.7l-.104-.06c-.028-.016-.04-.048-.028-.068.012-.02.044-.024.068-.008l.104.064.104.06c.024.012.036.044.028.064-.012.02-.044.024-.068.008l-.104-.06\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M112.02 93.416c.02-.024.064-.024.096 0 .032.028.04.064.02.088-.02.02-.06.02-.092-.004s-.04-.06-.024-.084\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M112.02 93.416c.02-.024.064-.024.096 0 .032.028.04.064.02.088-.02.02-.06.02-.092-.004s-.04-.06-.024-.084h0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M113.552 94.468c.02-.02.012-.056-.02-.084-.032-.024-.076-.024-.096 0-.016.02-.008.06.024.084.032.024.072.024.092 0\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M113.552 94.468c.02-.02.012-.056-.02-.084-.032-.024-.076-.024-.096 0-.016.02-.008.06.024.084.032.024.072.024.092 0h0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M113.78 94.732l.088.084c.02.02.052.028.072.012.016-.016.016-.044-.004-.064l-.084-.084-.088-.084c-.02-.02-.056-.028-.072-.012-.02.012-.016.044.004.064l.084.084\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M113.78 94.732l.088.084c.02.02.052.028.072.012.016-.016.016-.044-.004-.064l-.084-.084-.088-.084c-.02-.02-.056-.028-.072-.012-.02.012-.016.044.004.064l.084.084\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M114.16 95.056c.02-.024.012-.06-.02-.084-.032-.028-.072-.028-.092-.004-.02.024-.012.06.02.088.032.02.072.024.092 0\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M114.16 95.056c.02-.024.012-.06-.02-.084-.032-.028-.072-.028-.092-.004-.02.024-.012.06.02.088.032.02.072.024.092 0z\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M113.06 92.644l-.236.004-.044.348.024.056.06-.004.304-.204-.108-.2\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M113.06 92.644l-.236.004-.044.348.024.056.06-.004.304-.204-.108-.2\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M112.42 92.836l-.008.216.368.048.06-.028-.008-.06-.212-.284-.2.108\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M112.42 92.836l-.008.216.368.048.06-.028-.008-.06-.212-.284-.2.108\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M113.18 93.268l-.196.108-.216-.284-.004-.06.056-.024.372.044-.012.216\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M113.18 93.268l-.196.108-.216-.284-.004-.06.056-.024.372.044-.012.216\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M112.704 93a.115.115 0 01.156-.036.103.103 0 01.04.148.115.115 0 01-.156.036.104.104 0 01-.04-.148\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M112.704 93a.115.115 0 01.156-.036.103.103 0 01.04.148.115.115 0 01-.156.036.104.104 0 01-.04-.148z\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M111.844 92.64c-.008.004-.052-.184-.104-.284a.621.621 0 00-.156-.172c.012-.02.168-.076.348.036.152.124-.012.348-.012.348s-.036.056-.076.072\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M111.844 92.64c-.008.004-.052-.184-.104-.284a.621.621 0 00-.156-.172c.012-.02.168-.076.348.036.152.124-.012.348-.012.348s-.036.056-.076.072h0z\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M112.256 92.764l-.168.148-.272-.24.024-.032.012-.06.368-.028.036.212\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M112.256 92.764l-.168.148-.272-.24.024-.032.012-.06.368-.028.036.212\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M111.796 92.616c.02-.06.072-.092.112-.08.044.016.06.072.04.132-.02.06-.072.092-.116.08-.044-.016-.06-.072-.036-.132\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M111.796 92.616c.02-.06.072-.092.112-.08.044.016.06.072.04.132-.02.06-.072.092-.116.08-.044-.016-.06-.072-.036-.132z\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M113.968 93.208l-.236-.024-.1.34.02.056.06.004.332-.164-.076-.212\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M113.968 93.208l-.236-.024-.1.34.02.056.06.004.332-.164-.076-.212\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M113.304 93.312l-.04.216.36.092.06-.016.004-.056-.172-.316-.212.08\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M113.304 93.312l-.04.216.36.092.06-.016.004-.056-.172-.316-.212.08\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M113.992 93.844l-.212.08-.168-.312.004-.06.06-.012.356.092-.04.212\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M113.992 93.844l-.212.08-.168-.312.004-.06.06-.012.356.092-.04.212\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M113.56 93.516a.118.118 0 01.16-.016c.052.036.06.104.02.152-.04.048-.112.052-.164.016a.104.104 0 01-.016-.152\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M113.56 93.516a.118.118 0 01.16-.016c.052.036.06.104.02.152-.04.048-.112.052-.164.016a.104.104 0 01-.016-.152h0z\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M114.756 93.944l.044.22-.348.12-.064-.016-.004-.056.144-.324.228.056\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M114.756 93.944l.044.22-.348.12-.064-.016-.004-.056.144-.324.228.056\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M114.696 94.58l-.224.052-.124-.332.016-.06.06-.008.34.14-.068.208\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M114.696 94.58l-.224.052-.124-.332.016-.06.06-.008.34.14-.068.208\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M114.088 93.964l-.072.208.34.136.064-.008.012-.056-.12-.332-.224.052\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M114.088 93.964l-.072.208.34.136.064-.008.012-.056-.12-.332-.224.052\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M114.464 94.352a.109.109 0 00.008-.156.127.127 0 00-.164-.008c-.044.044-.048.112-.004.156.04.044.116.048.16.008\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M114.464 94.352a.109.109 0 00.008-.156.127.127 0 00-.164-.008c-.044.044-.048.112-.004.156.04.044.116.048.16.008h0z\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M115.016 95.072c0 .004.2.012.316.036.08.016.208.108.208.108.024-.016.048-.168-.112-.316-.156-.112-.352.088-.352.088s-.048.048-.06.084\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M115.016 95.072c0 .004.2.012.316.036.08.016.208.108.208.108.024-.016.048-.168-.112-.316-.156-.112-.352.088-.352.088s-.048.048-.06.084z\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M114.8 94.716l-.116.184.304.204.036-.032.052-.016-.048-.352-.228.012\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M114.8 94.716l-.116.184.304.204.036-.032.052-.016-.048-.352-.228.012\"/>\n    <path fill=\"#C8B100\" fill-rule=\"nonzero\" d=\"M115.048 95.112c.056-.028.084-.088.06-.124-.024-.036-.088-.04-.144-.008-.056.032-.08.088-.056.124.02.036.084.04.14.008\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M115.048 95.112c.056-.028.084-.088.06-.124-.024-.036-.088-.04-.144-.008-.056.032-.08.088-.056.124.02.036.084.04.14.008z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M130.952 85.956v.232h-1.012v-.232h.376v-.52h-.248v-.232h.248v-.232h.244v.232h.244v.232h-.244v.52h.392\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M70.676 90.96v-.508\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M70.536 90.96v-.508\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M70.408 90.96v-.508M70.276 90.96v-.508\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M70.164 90.96v-.508\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M69.944 90.932l-.004-.46m.108.468v-.484\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M69.74 90.912v-.424m.104.436l-.004-.452\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M69.468 90.888v-.372m.092.376V90.5m.092.408V90.5\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M69.376 90.884v-.36\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M69.288 90.868v-.34\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M69.192 90.856v-.312\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M68.996 90.828l-.004-.248m.104.264v-.28M68.896 90.808v-.22\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M68.804 90.792v-.184\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M68.704 90.768v-.144\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M68.604 90.756v-.108\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M68.496 90.732v-.052\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M71.22 90.932v-.464m-.232.48l.004-.492m-.172.5v-.504\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M130.408 90.968v-.508\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M130.268 90.968v-.508\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M130.14 90.968v-.508M130.012 90.968v-.508\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M129.896 90.968v-.508\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M129.676 90.94l-.004-.46m.108.468v-.484\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M129.476 90.92v-.424m.1.436l-.004-.452\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M129.204 90.896v-.372m.088.38v-.392m.092.404v-.408\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M129.108 90.892v-.36\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M129.02 90.876v-.336\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M128.924 90.868v-.316\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M128.732 90.84l-.004-.252m.1.264v-.28M128.628 90.816V90.6\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M128.54 90.8v-.184\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M128.44 90.776v-.144\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M128.336 90.764v-.108\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M128.228 90.74v-.052\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M130.956 90.94v-.464m-.232.48v-.492m-.172.5v-.504\"/>\n  </g>\n</svg>\n</li><li title=\"cif et \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 151\">\n  <g fill=\"none\">\n    <path fill=\"#DA121A\" d=\"M.5.5h300v150H.5z\"/>\n    <path fill=\"#FCDD09\" d=\"M.5.5h300v100H.5z\"/>\n    <path fill=\"#078930\" d=\"M.5.5h300v50H.5z\"/>\n    <circle cx=\"150.5\" cy=\"75.5\" r=\"50\" fill=\"#0F47AF\"/>\n    <path fill=\"#FCDD09\" d=\"M112.458 62.984h29.062l6.571-20.223 1.752 5.394-9.549 29.389-2.835-2.06 2.978-9.166h-23.391l-4.588-3.334zm14.531 44.721l8.98-27.639-17.203-12.499h5.671l25 18.163-2.835 2.06-7.796-5.665-7.228 22.246-4.589 3.334zm47.022 0L150.5 90.623l-17.203 12.499 1.752-5.393 25-18.163 1.083 3.333-7.796 5.664 18.923 13.749 1.752 5.393zm14.531-44.721l-23.511 17.082 6.571 20.223-4.588-3.333-9.549-29.389h3.505l2.978 9.166 18.923-13.749h5.671zM150.5 35.344l8.98 27.639h21.264l-4.588 3.333h-30.901l1.083-3.333h9.637l-7.228-22.246 1.753-5.393z\"/>\n    <path fill=\"#000\" stroke=\"currentColor\" stroke- d=\"M150.5 93.833V115.5 93.833zm-17.436-12.668l-20.606 6.695 20.606-6.695zm6.66-20.497l-12.735-17.529 12.735 17.529zm21.552 0l12.735-17.529-12.735 17.529zm6.66 20.497l20.606 6.695-20.606-6.695z\"/>\n  </g>\n</svg>\n</li><li title=\"cif fi \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 185\">\n  <g fill=\"none\">\n    <path fill=\"#FFF\" d=\"M.5.833h300v183.333H.5z\"/>\n    <path fill=\"#003580\" d=\"M.5 67.5h300v50H.5z\"/>\n    <path fill=\"#003580\" d=\"M83.834.833h50v183.333h-50z\"/>\n  </g>\n</svg>\n</li><li title=\"cif fj \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 151\">\n  <g fill=\"none\" fill-rule=\"evenodd\">\n    <path fill=\"#68BFE5\" fill-rule=\"nonzero\" d=\"M.5.5v150h300V.5z\"/>\n    <path fill=\"#002868\" fill-rule=\"nonzero\" d=\"M.5.5h150v75H.5z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M.5.5v8.385L133.73 75.5h16.77v-8.385L17.271.5z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M150.5.5v8.385L17.271 75.5H.5v-8.386L133.73.5z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M63 .5v75h25V.5z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M.5 25.5v25h150v-25z\"/>\n    <path fill=\"#CE1126\" fill-rule=\"nonzero\" d=\"M.5 30.5v15h150v-15z\"/>\n    <path fill=\"#CE1126\" fill-rule=\"nonzero\" d=\"M68 .5v75h15V.5z\"/>\n    <path fill=\"#D21034\" fill-rule=\"nonzero\" d=\"M.5 75.5l50-25h11.18l-50 25zM.5.5l50 25H39.32L.5 6.09zM89.32 25.5l50-25h11.18l-50 25zM150.5 75.5l-50-25h11.181l38.82 19.41v5.59z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M195.2 36.486v51.272c0 16.77 30.3 26.728 30.3 26.728s30.3-9.958 30.3-26.728V36.486h-60.6z\"/>\n    <path fill=\"#D21034\" fill-rule=\"nonzero\" d=\"M221.3 55.986v21.6h-26.1v8.4h26.1v26.901l4.2 1.599 4.2-1.599V85.986h26.1v-8.4h-26.1v-21.6z\"/>\n    <path fill=\"#D21034\" fill-rule=\"nonzero\" d=\"M195.2 36.486h60.6v19.8h-60.6z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M200.057 45.812c1.881 0 3.405 1.227 3.405 2.741 0 1.513-1.525 2.74-3.405 2.74-1.881 0-3.406-1.227-3.406-2.741.001-1.514 1.525-2.74 3.406-2.74z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M196.551 48.552c0 1.566 1.573 2.841 3.506 2.841 1.933 0 3.506-1.274 3.506-2.84 0-1.567-1.572-2.841-3.506-2.841-1.933 0-3.506 1.273-3.506 2.84zm.201 0c.001-1.456 1.484-2.64 3.306-2.64s3.305 1.184 3.305 2.641c0 1.454-1.482 2.639-3.305 2.639-1.824 0-3.306-1.185-3.306-2.64z\"/>\n    <ellipse cx=\"200.057\" cy=\"47.132\" fill=\"#FFF\" fill-rule=\"nonzero\" rx=\"3.028\" ry=\"1.531\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M196.928 47.131c0 .914 1.374 1.632 3.13 1.632 1.755 0 3.129-.717 3.129-1.632 0-.915-1.374-1.631-3.129-1.631-1.756.001-3.13.717-3.13 1.631zm.201 0c0-.789 1.313-1.43 2.928-1.43 1.614 0 2.927.64 2.927 1.43 0 .788-1.313 1.431-2.927 1.431-1.587 0-2.928-.656-2.928-1.431z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M200.057 48.663c1.673 0 3.028.685 3.028 1.529 0 .847-1.356 1.531-3.028 1.531-1.673 0-3.029-.684-3.029-1.531 0-.845 1.356-1.529 3.029-1.529z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M196.928 50.192c0 .915 1.374 1.631 3.13 1.631 1.755 0 3.129-.716 3.129-1.631 0-.914-1.374-1.63-3.129-1.63-1.756 0-3.13.715-3.13 1.63zm.201 0c0-.788 1.313-1.429 2.928-1.429 1.614 0 2.927.64 2.927 1.429s-1.313 1.43-2.927 1.43c-1.615 0-2.928-.642-2.928-1.43z\"/>\n    <ellipse cx=\"200.057\" cy=\"48.552\" fill=\"#FFF\" fill-rule=\"nonzero\" rx=\"3.028\" ry=\"1.531\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M196.928 48.552c0 .915 1.374 1.631 3.13 1.631 1.755 0 3.129-.716 3.129-1.631s-1.374-1.632-3.129-1.632c-1.756.001-3.13.718-3.13 1.632zm.201 0c0-.788 1.313-1.43 2.928-1.43 1.614 0 2.927.642 2.927 1.431 0 .788-1.313 1.429-2.927 1.429-1.615 0-2.928-.641-2.928-1.43z\"/>\n    <path fill=\"#FFD100\" fill-rule=\"nonzero\" d=\"M254.302 52.356l-.496-1.369s-1.358-.554-1.462-1.276c-.242-1.924-.928-2.645-1.958-2.92-1.031-.275-1.717.172-1.717.172-.31.446-1.856.446-2.715.48-.859.035-.873-.373-.873-.373-.667.005-.947-.485-.947-.485-.437-.872-.761-1.198-.977-1.308 1.114.016 1.953-.498 3.211-1.818 1.373-1.443 2.354-.885 2.354-.885-.667 1.347.222 1.228.222 1.228 1.82-.926.24-3.263-.309-3.16-.549.103-.706-.267-.706-.267.017.419-.61.586-.61.586.47-2.669-1.122-3.376-1.122-3.376-.241.24-.379.721-.379.721-.446 1.615-1.923 1.374-3.572.584-1.648-.79-6.045.825-7.418 1.374-1.375.55-3.882 1.409-6.149.137-2.266-1.272-2.818-1.031-3.71-.79-.894.24-2.472.619-3.056.309-.584-.309-1.251-.328-1.251-.328.159-.089-.089-.462-.089-.462-.687-.927.089-1.495.089-1.495s-1.279.36-.77 2.542l.233.327s.171.686.55.893l-.014.15s.323-.15.425.296c.105.447.585.035.791-.343 0 0-.344 1.992 2.13 2.473 0 0-.277-.309-.173-.516.103-.206-.309-.379-.274-.687.034-.308-.617-.446-.103-.687.514-.24.756-.721 1.855-.069 1.099.653 1.958.516 1.958.516s-.67-1.375-.301-1.375c.369.001 2.031 2.057 2.849 1.956.818-.101 2.398-1.029 3.188-.685 0 0 .068-.412 3.09-.928 3.023-.516 6.751-2.022 8.15-.702 0 0 .164 1.045.747 1.32 0 0-.105 2.164-3.846.961l-1.358-.357s-.208-.657-7.326 1.173c0 0-.419.146-.693.353-.276.205-.654-.104-2.062.411-1.407.516-6.664 2.234-9.891 1.615l-.004.009c-.711-.212-1.377-.103-1.404-.215-.035-.137.378.035.378.035-.24-.275-.343-.298-.343-.298-2.714-.298-2.234-1.523-2.234-1.523l.138.378c.447-.583-.173-1.957-.173-1.957l-.026.004a1.727 1.727 0 00-.025-.125l.224-.155c1.306-1.099 2.817-1.306 2.817-1.306-.894-1.099-2.783-.515-2.783-.515.035-1.339-.514-2.885-.514-2.885-1.856.206-2.92 1.752-2.92 1.752-.069-1.373-1.821-2.163-1.821-2.163.652.79.241 2.679.241 2.679l.069.035c-.109-.003-.172 0-.172 0l-.039.405-.064-.027s-.652.24-1.407 1.957c0 0-.077.406-.369.772-.002-.047.003-.09-.003-.14 0 0-.844 1.106-2.794 0 0 0-2.65-1.572-3.581-1.514-.931.058-1.544.495-1.484.756 0 0-2.126-.175-2.853 1.047 0 0-1.601.582-.233 1.893 0 0 .183.569.582.874 0 0-.057-1.196.233-.844 0 0 .075.118.219.2.038.168.166.634.451.871l.205-.065c.031-.298.096-.675.162-.833.031.004.056.008.068.008-.009.009-.018.014-.026.022l.378.582.436-.233c.204-.03.466.175.466.175l.495-.408c-.003-.004-.006-.005-.009-.01.488.081.621-.863.621-.863.438.115.847-.014 1.196-.225.212.783 1.948 1.624 1.948 1.624l.075-.006c-.147.094-.234.164-.234.164.79.551 2.267.413 2.267.413-.618.241-.531 1.384-.531 1.384a.649.649 0 00-.396.505c1.203.48 2.024.083 2.024.083.066.391-.031.433-.031.433-.481 1.03-.687 2.026-.687 2.026l.033.01c-.015.027-.033.053-.044.081 0 0-2.096.727-3.027 1.747 0 0-.088-.292-.35-.292s-1.077-.669-1.456-.786c-.378-.116-.931.117-1.077-.057-.132-.159-.073-1.352-.325-1.544l.005.001-.262-.727c-.175.378-.902.291-.902.291a6.78 6.78 0 00-.299.217c-.145.008-.312-.042-.312-.042-.075.015-.148.225-.203.429l-.088.067v-.204c-.145.116-.436-.058-.553-.058-.057 0-.127.167-.185.338-.296.055-.688.07-.688.07-.116.058-.03.961-.03.961-.844.466-.437 1.164-.437 1.164.466 2.271 4.337 1.252 4.629 1.543.29.291.961.349 1.31.349.349 0 .785.845 1.28.932.495.088 0-.669 2.296-1.218 2.295-.548 3.06-1.489 3.06-1.489.719-.139.919-1.012.972-1.365.007.163.026.342.052.548.103.79-.443 1.078-.443 1.078l1.989-.597c.789-.206.687-.894.687-.894.756 2.164 2.13 2.302 2.13 2.302.275-.825.241-1.065.241-1.065l.618-.034c.025-.466-.386-.807-.624-.965l.968.587.377-.069c0 .344.515.652.515.652l.07-.445c.447.584 1.271.377 1.271.377a2.718 2.718 0 00-.073-.321c1.76 1.086 4.571-.297 4.571-.297.756.172.859-.275.859-.275.859.103 1.058-.484 1.058-.484 2.021-.175 3.443-1.612 3.443-1.612.995-.069 1.027-.78 1.027-.78s.998.197 1.96-1.005c2.232-3.194 5.57-1.531 5.57-1.531l-1.93.122c-5.048-.034-2.955 3.4-2.955 3.4l.311-.033c.481.103 2.129 1.408 1.521 2.381-.01.017-.023.033-.034.048-1.03 1.409-2.936.065-3.479-1.124-.55-1.202-1.65-.927-1.65-.927s-2.85.481-1.683 2.748l.042.001c.022.553.369 1.183 1.385 1.81.571.808 2.449.892 3.827.594.642-.14 4.028-1.596 4.028-1.596.248-.737 1.09-.568 1.845-1.632.756-1.065-1.065-1.443-1.477-2.026-.413-.585.103-.481.103-.481 1.648.893 1.785-1.958 1.785-1.958.172 1.648 1.614 2.095 1.614 2.095.894-.892.242-2.713.242-2.713 2.13 3.812 3.419 3.205 3.419 3.205-1.147-.71-.569-1.66-.569-1.66 1.029 4.053 5.255.515 5.255.515-.206.583.001.926.378 1.304s.824.55.619 1.237c-.207.687-2.163.55-2.163.55s-1.925-.103-1.752 1.512c.101.377 1.372.514 1.853.412 0 0-.198.043.513.138.238.031.526.036.819.026.82-.025 1.693-.164 1.693-.164 1.098-.24.927-.619.927-.619 1.679-.311 1.852-1.445 1.852-1.445z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M211.016 37.404c.262.317.337.843.337 1.334 0 .516-.079.979-.11 1.144h-.114l-.007.129-.025.266c-.065.026-.725.323-1.475 2.025a2.725 2.725 0 01-.111.316l-.001-.036-.242.322c-.032.041-.802.988-2.61-.037-.107-.064-2.695-1.592-3.66-1.532-.775.049-1.325.341-1.526.609-.043.057-.041.097-.055.145-.364-.02-2.094-.044-2.822 1.07-.089.034-.719.292-.837.855a.874.874 0 00-.019.178c0 .331.196.685.57 1.052.026.08.216.609.623.92l.245.187-.015-.308a3.865 3.865 0 01-.005-.214c0-.213.018-.379.042-.48.051.045.098.088.145.132.051.213.185.656.485.907l.061.05.368-.117.011-.093c.021-.191.05-.369.081-.522l.309.475.553-.295c.06 0 .241.108.31.162l.091.07.583-.48-.124.02.367-.088c.238-.175.349-.55.394-.758.33.05.669-.018 1.013-.197.305.644 1.361 1.255 1.777 1.475l-.18.127.176.111c.564.392 1.431.455 1.944.454-.237.337-.275.83-.275 1.081 0 .04.002.046.003.071a.835.835 0 00-.393.563l-.011.108.1.04c.948.379 1.633.245 1.94.148l.005.137a10.07 10.07 0 00-.725 2.095c.008-.001.009.005.011.01-.322.116-1.968.745-2.88 1.634-.08-.111-.192-.212-.379-.212-.098 0-.441-.22-.667-.365l-.746-.415-.654-.016c-.119.013-.318.035-.356.003-.027-.049-.051-.313-.069-.506-.049-.548-.095-.919-.279-1.059l.054.067-.381-1.057-.148.318c-.106.23-.593.228-.755.208l-.056-.006s-.233.17-.3.217l-.255-.034h-.046c-.072.014-.13.081-.185.187l-.167.133c-.037.03-.188-.019-.26-.044l-.203-.046c-.126 0-.203.137-.282.347l-.596.06c-.1.038-.2.087-.2.547 0 .126.011.298.028.492-.256.163-.434.359-.499.598a.87.87 0 00-.031.236c0 .263.112.458.117.469.349 1.74 2.655 1.631 3.892 1.573.325-.016.694-.033.769.007.352.354 1.163.383 1.402.383.106 0 .292.193.456.362.231.241.495.514.799.568.264.047.364-.096.461-.233.159-.224.456-.643 1.894-.988 2.225-.531 3.034-1.416 3.123-1.52.401-.109.647-.407.798-.731-.001.543-.364.748-.38.756l.109.265 1.99-.598c.393-.102.591-.323.696-.549.796 1.794 2.009 1.958 2.064 1.963l.114.011.037-.109c.175-.523.229-.815.243-.974l.618-.035.006-.128.002-.049a.932.932 0 00-.066-.329l.236.144.31-.056c.11.331.487.582.539.612l.182.11.066-.43c.504.392 1.166.275 1.199.267l.136-.034-.043-.192c1.756.825 4.168-.275 4.395-.385.589.115.827-.12.916-.273.626.04.948-.27 1.068-.502 1.929-.199 3.275-1.465 3.428-1.616.757-.082.998-.519 1.064-.755.301.018 1.13-.031 1.959-1.067.024-.034.05-.05.074-.083a1.894 1.894 0 00-.076.511c0 .792.428 1.507.453 1.547l.048.078.401-.043c.231.056 1.107.668 1.405 1.371.126.301.119.567-.021.791-.323.444-.709.624-1.177.577-.866-.089-1.755-.918-2.084-1.637-.592-1.296-1.803-1.01-1.815-1.006-.048.007-1.439.252-1.917 1.206-.248.496-.201 1.083.141 1.747.055.642.544 1.291 1.481 1.867.56.812 2.455.931 3.932.611.647-.14 3.916-1.544 4.055-1.604l.058-.025.021-.062c.104-.307.331-.431.645-.602.347-.188.777-.422 1.183-.993.137-.195.207-.386.207-.569a.716.716 0 00-.015-.146c-.091-.438-.562-.72-1.015-.992-.278-.167-.54-.325-.656-.486-.114-.161-.127-.23-.129-.254a9.98 9.98 0 01.088-.003c.379.212.749.237 1.065.06.46-.26.681-.905.789-1.423.449 1.135 1.518 1.492 1.53 1.496l.083.025.061-.061c.398-.397.515-.952.515-1.467 0-.175-.015-.345-.035-.504 1.897 3.008 3.088 2.518 3.141 2.492l.199-.093c.166.126.346.228.546.293 1.333.43 3.001-.641 3.671-1.133-.002.026-.016.058-.016.084 0 .386.202.681.502.981l.233.212c.227.196.394.34.394.608a.972.972 0 01-.046.273c-.125.419-1.303.497-2.016.448-.044-.002-1.027-.048-1.571.525-.272.286-.384.671-.334 1.145.137.513 1.399.611 1.912.546.084.051.245.087.578.13l.843.028 1.709-.167c.561-.123.9-.301 1.015-.531.023-.045.025-.082.03-.119 1.647-.356 1.85-1.482 1.857-1.531l.006-.036-.531-1.463-.058-.025c-.357-.146-1.3-.639-1.375-1.162-.225-1.803-.843-2.712-2.062-3.038-1.08-.289-1.803.17-1.833.19-.275.38-1.576.422-2.353.448l-.289.011c-.547.021-.712-.148-.725-.241l-.016-.126-.128-.007c-.57.004-.812-.396-.822-.414-.276-.55-.535-.892-.781-1.126.971-.079 1.801-.577 2.994-1.83 1.025-1.076 1.785-.988 2.063-.904-.129.287-.206.535-.206.729a.59.59 0 00.103.354c.181.251.517.209.531.208.877-.437 1.171-1.215.853-2.149-.225-.661-.802-1.37-1.207-1.295-.415.078-.536-.156-.548-.184l-.275.064.001.01c0 .165-.162.277-.303.348.033-.252.067-.505.067-.723 0-1.96-1.234-2.534-1.294-2.561l-.09-.04-.07.069c-.265.264-.409.762-.416.783-.137.497-.375.815-.724.975-.567.258-1.433.101-2.649-.482-1.734-.831-6.206.839-7.533 1.37-1.575.63-3.913 1.33-6.026.146-2.215-1.242-2.836-1.072-3.697-.835l-.12.031c-1.951.525-2.682.464-2.952.322a3.245 3.245 0 00-1.126-.329c-.011-.167-.12-.353-.16-.413-.194-.262-.261-.486-.261-.673 0-.376.27-.594.316-.627l-.123-.254c-.015.004-1.406.423-.872 2.712a7.177 7.177 0 00.256.379c0 .031.168.599.519.864l-.029.321.223-.095c.001 0 .064-.026.116 0 .049.024.087.093.111.196.055.238.2.293.281.303.174.023.35-.099.502-.255.051.654.403 1.832 2.25 2.191l.415.08-.281-.317c-.076-.084-.16-.227-.16-.314 0-.016.003-.03.008-.042a.285.285 0 00.033-.131c0-.128-.089-.237-.158-.323-.069-.088-.136-.171-.136-.261l.004-.061c0-.172-.125-.294-.216-.385l-.072-.082.101-.064.297-.169c.345-.215.617-.385 1.423.094 1.131.671 2.018.539 2.055.533l.191-.031-.084-.173c-.229-.471-.4-.965-.4-1.144l.001-.007c.13.053.47.363.756.625.708.649 1.512 1.383 2.078 1.314.309-.039.71-.184 1.134-.338.715-.261 1.525-.556 1.979-.359l.11.048.077-.121c.01-.015.289-.385 2.985-.844l2.517-.552c2.214-.538 4.497-1.088 5.481-.204.031.178.213.952.722 1.284a1.21 1.21 0 01-.531.822c-.619.425-1.698.409-3.12-.049l-1.364-.36.1.095c-.159-.5-2.892-.107-7.499 1.077-.012.004-.745.377-.745.377-.067.05-.152.054-.34.057-.3.004-.802.012-1.684.335-.641.235-6.354 2.272-9.815 1.608a4.478 4.478 0 00-.96-.135c-.228-.257-.355-.321-.41-.332-1.371-.151-1.869-.53-2.05-.82-.008-.013-.004-.023-.01-.036l.047-.063c.14-.182.19-.424.19-.679 0-.649-.325-1.383-.344-1.425-.004.01-.009.001-.012-.004l.136-.094a6.071 6.071 0 012.754-1.281l.252-.035-.161-.198c-.79-.974-2.251-.728-2.754-.608-.015-1.301-.498-2.689-.52-2.75l-.038-.107-.113.012c-1.462.163-2.431 1.105-2.822 1.563-.294-1.237-1.774-1.933-1.843-1.963l-.173.227zm.623 1.349c0-.382-.076-.766-.209-1.107.494.303 1.329.94 1.374 1.838l.021.422.242-.348c.01-.015 1.009-1.421 2.703-1.668.095.287.469 1.477.469 2.599l-.001.116-.005.2.191-.058c.016-.005 1.555-.453 2.432.291a6.313 6.313 0 00-2.602 1.282l-.212.147-.077.054.042.214c.142.276.358.872.358 1.347 0 .049-.028.076-.032.122l-.118-.323-.139.353c-.003.008-.043.112-.043.266 0 .135.031.309.142.492.295.489 1.021.802 2.138.941l-.056.048.012.125c.038.154.198.161.489.174.045.002.105.009.155.011l.289.084-.057-.067c.196.02.404.049.626.115 3.556.673 9.339-1.389 9.986-1.625.836-.306 1.291-.314 1.591-.318.202-.003.362-.006.507-.113l.655-.333c6.458-1.659 7.145-1.236 7.171-1.217l.022.016.049.032 1.358.359c1.528.491 2.664.493 3.37.005.617-.428.655-1.07.656-1.098l.004-.096-.087-.041c-.507-.238-.664-1.203-.666-1.213l-.008-.048-.035-.035c-1.084-1.022-3.364-.468-5.776.116l-2.497.548c-1.77.302-2.815.624-3.091.923-.561-.188-1.379.1-2.111.366-.408.149-.794.289-1.07.323-.436.054-1.254-.695-1.85-1.241-.529-.484-.791-.716-.981-.716h-.002a.234.234 0 00-.207.112.377.377 0 00-.044.196c0 .292.179.729.339 1.076-.302-.001-.93-.065-1.672-.506-.957-.568-1.345-.325-1.721-.09l-.267.151c-.117.055-.253.136-.277.277a.206.206 0 00-.004.042c0 .121.091.211.173.292.065.063.131.129.131.183v.007a.49.49 0 00-.004.053c0 .19.115.332.199.439.034.042.094.117.094.143l-.002.004a.367.367 0 00-.038.167c0 .067.035.124.06.187-1.528-.427-1.724-1.504-1.724-1.987 0-.133.014-.221.016-.235l-.268-.093c-.152.28-.398.474-.483.462-.011-.001-.028-.03-.04-.081-.045-.196-.134-.328-.266-.392a.359.359 0 00-.141-.032l.006-.072-.083-.044c-.264-.143-.436-.628-.48-.802-.022-.049-.256-.376-.256-.376a3.857 3.857 0 01-.108-.86c0-.451.117-.734.251-.954-.004.036-.008.071-.008.108 0 .272.104.549.312.829a.74.74 0 01.113.263c-.042.022-.433.24-.433.24l.521.017c.007 0 .641.022 1.188.312.464.246 1.498.15 3.16-.297l.12-.033c.795-.218 1.371-.375 3.482.809 2.219 1.244 4.642.523 6.273-.13.926-.37 5.631-2.179 7.303-1.377 1.296.621 2.242.78 2.891.484.426-.194.723-.584.882-1.159.002-.003.108-.346.279-.572.27.164 1.028.755 1.028 2.247 0 .274-.027.579-.086.918l-.039.221.217-.058c.024-.007.454-.138.631-.448.144.11.36.19.676.131.158-.03.652.427.882 1.105.056.165.108.379.108.607 0 .41-.167.866-.768 1.175-.004-.008-.15-.003-.221-.103-.02-.028-.045-.084-.045-.187 0-.142.05-.374.233-.744l.06-.122-.118-.068c-.044-.024-1.095-.595-2.53.911-1.261 1.324-2.074 1.788-3.105 1.773l-.068.271c.147.076.461.338.915 1.245.016.029.319.517.999.553l.086.165c.174.162.468.236.87.22l.287-.01c1.215-.04 2.246-.107 2.54-.532-.034.035.611-.369 1.563-.115 1.103.294 1.639 1.106 1.852 2.798.107.748 1.294 1.279 1.49 1.363l.462 1.274c-.034.156-.289 1.026-1.732 1.292l-.087.016-.022.175-.019.066c-.041.065-.2.231-.803.362l-1.666.162-.796-.026-.5-.093-.062-.043c-.537.115-1.624-.083-1.685-.308-.037-.363.05-.671.26-.893.452-.478 1.337-.439 1.346-.438.209.015 2.076.122 2.309-.652.192-.64-.128-.915-.436-1.181l-.218-.198c-.361-.361-.522-.652-.344-1.155l.176-.495-.403.336c-.022.018-2.18 1.803-3.699 1.312-.636-.206-1.082-.795-1.325-1.751l-.084-.333-.178.292c-.003.006-.163.279-.163.648 0 .288.109.634.456.957-.494-.1-1.502-.65-2.894-3.144l-.261.118c.004.01.22.631.22 1.304 0 .425-.103.86-.385 1.186a2.302 2.302 0 01-1.412-1.934l-.286.007c-.001.015-.083 1.542-.747 1.916-.226.127-.496.102-.828-.077-.086-.024-.323-.062-.433.105a.274.274 0 00-.043.15c0 .149.1.312.187.434.15.212.437.385.742.568.383.23.815.49.882.805a.43.43 0 01.009.088c0 .123-.051.255-.156.401-.366.516-.748.724-1.085.907-.303.166-.577.341-.73.69-.182.077-3.367 1.443-3.971 1.574-1.407.305-3.167.189-3.679-.535-.892-.563-1.335-1.133-1.359-1.733l-.002-.031-.057-.029c-.296-.577-.343-1.077-.139-1.486.411-.823 1.706-1.052 1.719-1.054.05-.013 1.004-.229 1.494.845.369.809 1.337 1.703 2.316 1.802.569.058 1.056-.168 1.411-.652l.039-.057c.191-.305.205-.669.042-1.056-.325-.767-1.267-1.459-1.654-1.542-.032-.002-.166.012-.26.021-.095-.172-.367-.721-.367-1.323 0-.251.049-.508.182-.743.396-.699 1.426-1.048 3.058-1.037l2.472-.156-.478-.238c-.035-.018-3.475-1.682-5.752 1.576-.885 1.105-1.779.954-1.816.947l-.159-.03-.011.164c-.002.024-.047.586-.894.645l-.054.003-.039.039c-.014.013-1.411 1.4-3.352 1.569l-.091.008-.031.088c-.008.019-.181.475-.906.388l-.121-.016-.035.122c-.004.013-.093.306-.688.17l-.049-.011-.045.023c-.028.014-2.762 1.335-4.433.304l-.292-.18.114.502c-.229.026-.697.028-.982-.344l-.205-.268-.082.536c-.132-.11-.267-.246-.267-.388v-.172l-.494.089-.921-.558-.155.242c.192.127.466.387.523.712l-.592.032.013.164c0 .055-.019.305-.198.868-.323-.081-1.294-.461-1.894-2.181l-.277.068a.44.44 0 01.004.069c0 .158-.058.528-.585.665l-1.513.455a1.16 1.16 0 00.161-.599c0-.069-.004-.14-.015-.215l-.051-.535-.285-.016c-.05.335-.236 1.126-.858 1.247l-.05.009-.033.041c-.008.009-.775.913-2.983 1.441-1.543.369-1.879.844-2.06 1.1-.093.131-.096.13-.177.116-.211-.037-.439-.275-.642-.484-.233-.242-.435-.45-.663-.45-.416 0-.982-.081-1.209-.307-.118-.118-.369-.111-.975-.083-1.233.058-3.298.156-3.614-1.388-.014-.035-.095-.184-.095-.369 0-.051.006-.106.022-.161.052-.187.2-.349.439-.48l.082-.046-.009-.093a6.603 6.603 0 01-.031-.59.93.93 0 01.02-.224l.696-.07.026-.087.098-.226.064.017c.087.029.193.061.295.063v.312l.353-.266.018-.052.119-.316.322.043.021-.036.255-.186c.134.012.533.03.805-.163l.196.543.028.025c.097.074.145.602.168.856.033.37.054.568.133.665.126.15.349.126.606.098l.539.006.675.381c.397.255.65.411.822.411.15 0 .21.182.212.19l.075.237.168-.183c.896-.979 2.948-1.7 2.969-1.707l.051-.017.073-.134c-.016-.057.19-1.041.657-2.043l-.075.072c.134-.057.173-.255.117-.588l-.031-.188-.174.076c-.008.004-.731.32-1.782-.049a.442.442 0 01.27-.275l.097-.04-.008-.104a1.839 1.839 0 01-.004-.138c0-.349.076-.958.444-1.102l-.065-.276c-.013.001-1.208.095-1.975-.291.009-.005.457-.32.457-.32l-.545.036c-.483-.238-1.683-.934-1.84-1.514l-.05-.185-.163.1c-.376.229-.741.299-1.085.209l-.156-.041-.023.159c-.022.149-.118.567-.305.705l-.181.045-.074.033-.416.342c-.107-.07-.284-.168-.475-.141a6.858 6.858 0 00-.368.188l-.455-.701-.146.22c-.067.16-.124.491-.159.78l-.022.007c-.22-.225-.336-.612-.364-.735l-.01-.043-.059-.049-.169-.155c-.125-.152-.233-.138-.287-.117-.054.021-.195.096-.211.686a2.153 2.153 0 01-.301-.565l-.011-.035-.026-.025c-.338-.324-.508-.619-.508-.88 0-.04.004-.079.012-.117.091-.434.674-.653.679-.656l.047-.018.027-.043c.673-1.131 2.697-.979 2.717-.978l.194.016-.042-.19c-.003-.009.003-.04.039-.088.162-.215.665-.454 1.314-.495.728-.046 2.772 1.063 3.498 1.494 1.481.841 2.347.47 2.733.183l.005.169.246-.245a2.08 2.08 0 00.397-.836c.634-1.431 1.169-1.767 1.276-1.824l.179.077s.033-.351.046-.471h.038l.049-.201.026.054c.011-.043.134-.618.134-1.268zm25.637 7.782l-1.257.079c-.824-.006-1.494.089-2.033.268 1.26-.725 2.55-.563 3.29-.347zm7.675 3.891c-.518-.32-.647-.69-.647-.977 0-.033.011-.052.015-.082.171.466.401.831.69 1.095a4.867 4.867 0 00-.058-.036z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M246.124 37.516c-.256.256-.398.744-.405.765-.14.51-.384.838-.747 1.002-.579.263-1.457.107-2.684-.481-1.719-.824-6.174.841-7.5 1.371-1.583.632-3.933 1.336-6.061.143-2.2-1.234-2.816-1.065-3.666-.832l-.12.033c-1.577.424-2.58.531-2.982.318a3.217 3.217 0 00-1.146-.329l.002-.014c0-.166-.131-.37-.16-.414-.197-.266-.264-.498-.264-.693 0-.414.31-.652.33-.666l-.087-.178c-.014.003-1.366.411-.84 2.661.016.035.25.363.25.363h-.001c0 .024.169.621.528.873l-.024.272.157-.068c.001 0 .081-.035.153.001.076.038.114.143.133.226.048.212.175.26.245.27.182.025.372-.142.532-.331.018.604.286 1.89 2.221 2.267l.291.056-.196-.222c-.064-.071-.17-.231-.17-.344 0-.022.003-.042.011-.059a.24.24 0 00.028-.112c0-.112-.079-.212-.147-.297-.076-.093-.146-.182-.146-.287l.004-.061c0-.155-.111-.265-.202-.354l-.1-.121s.013-.036.141-.096l.292-.166c.357-.222.64-.399 1.468.093 1.117.664 1.989.535 2.025.529l.134-.022-.059-.122c-.237-.486-.406-.98-.406-1.166 0-.03.005-.05.014-.063.105 0 .5.362.817.653.667.61 1.497 1.37 2.044 1.303.304-.038.703-.183 1.124-.336.722-.263 1.541-.562 2.011-.357l.083.036.05-.093c.009-.016.251-.393 3.015-.864l2.513-.551c2.347-.57 4.564-1.108 5.55-.176-.001-.001-.002.002-.002.008 0 .094.182.959.711 1.278a1.235 1.235 0 01-.549.869c-.63.434-1.724.419-3.159-.042a926.02 926.02 0 00-1.339-.354c-.222-.183-1.406-.375-7.401 1.167l-.728.369c-.078.058-.169.063-.366.066-.297.005-.795.013-1.67.333-.641.235-6.365 2.276-9.838 1.61l-.037.198c3.525.676 9.297-1.382 9.945-1.619.842-.309 1.3-.316 1.604-.321.202-.003.35-.006.482-.106l.667-.338c6.576-1.69 7.189-1.232 7.212-1.211l.018.016.037.024 1.357.357c1.518.487 2.641.492 3.335.011.601-.415.637-1.038.639-1.065l.003-.067-.061-.029c-.528-.249-.688-1.235-.69-1.245-1.096-1.064-3.365-.514-5.766.07l-2.5.548c-2.357.401-2.962.746-3.117.919-.545-.179-1.354.104-2.078.368-.411.15-.797.289-1.08.325-.454.056-1.28-.7-1.883-1.251-.506-.463-.778-.705-.951-.706h-.002a.195.195 0 00-.17.092.328.328 0 00-.038.171c0 .312.222.832.356 1.12-.256.011-.919-.014-1.753-.509-.933-.555-1.312-.319-1.678-.091l-.271.155c-.107.05-.233.124-.253.244a.15.15 0 00-.004.035c0 .104.082.184.16.262.07.069.144.141.144.213l-.001.012a.387.387 0 00-.003.048c0 .173.105.304.189.411.067.083.103.133.103.17a.046.046 0 01-.006.023.34.34 0 00-.033.149c0 .089.042.171.079.248-1.625-.418-1.831-1.543-1.831-2.047 0-.138.015-.23.018-.246l-.188-.064c-.156.287-.417.5-.528.485-.034-.004-.059-.044-.077-.117-.041-.181-.123-.304-.241-.362a.34.34 0 00-.169-.034l.008-.083-.058-.031c-.335-.183-.499-.823-.5-.83-.017-.034-.25-.361-.25-.361a3.956 3.956 0 01-.111-.888c0-.627.202-.998.405-1.214a.936.936 0 00-.068.219.95.95 0 00-.011.151c0 .261.102.531.303.804a.713.713 0 01.124.296c0 .008-.001.015-.004.019l-.075.142.122.044c.007 0 .651.023 1.206.318.455.241 1.479.142 3.129-.301l.121-.033c.804-.22 1.385-.381 3.513.813 2.203 1.235 4.614.516 6.236-.132.929-.373 5.65-2.186 7.337-1.377 1.284.614 2.218.773 2.855.483.415-.188.703-.569.859-1.131.001-.004.118-.388.31-.62.25.143 1.08.738 1.08 2.303 0 .278-.026.586-.086.927l-.028.155.153-.042c.024-.006.485-.151.625-.489.128.126.334.238.684.172.197-.037.704.467.931 1.133.058.17.111.389.111.625 0 .422-.172.893-.795 1.213-.001-.006-.183.006-.27-.118a.352.352 0 01-.055-.212c0-.153.054-.392.237-.763l.042-.085-.081-.047c-.044-.024-1.066-.579-2.477.904-1.274 1.336-2.084 1.809-3.143 1.79-.035-.014-.071-.042-.105-.048-.114-.021-.153.009-.197.033-.021.012-.074.023-.078.026l-.167.152.225.021c.102.01.198.012.294.015.182.096.485.381.919 1.25.015.026.309.511.984.533l.09.172c.167.154.449.224.84.208l.287-.01c.929-.031 2.2-.072 2.506-.514-.022.023.638-.391 1.61-.133 1.108.297 1.67 1.145 1.882 2.837.105.737 1.325 1.27 1.482 1.335.026.075.481 1.33.481 1.33-.012-.006-.193 1.018-1.779 1.31l-.067.013-.009.125-.019.091c-.05.089-.226.257-.835.391-1.148.182-2.832.283-2.966-.064-.023-.062-.028-.31.912-.921l-.109-.168c-.784.511-1.1.879-.99 1.162.241.625 2.7.268 3.191.19.545-.119.873-.289.982-.507a.322.322 0 00.034-.134c1.644-.344 1.842-1.456 1.849-1.504-.004-.049-.501-1.419-.501-1.419l-.015-.042-.042-.016c-.013-.006-1.307-.541-1.401-1.196-.224-1.783-.83-2.682-2.031-3.002-1.062-.284-1.769.165-1.799.184-.275.385-1.59.428-2.375.454l-.288.01c-.586.024-.759-.172-.769-.279l-.009-.092-.093-.002c-.596.004-.849-.417-.86-.436-.282-.568-.55-.95-.798-1.175.99-.062 1.808-.561 3.018-1.831 1.127-1.184 1.931-.986 2.15-.898-.138.299-.218.555-.218.754 0 .132.031.242.093.328.165.231.477.192.491.19.842-.422 1.127-1.182.818-2.093-.244-.716-.807-1.332-1.16-1.266-.458.086-.589-.197-.595-.209l-.193.044.001.012c0 .22-.237.353-.396.419a5.72 5.72 0 00.071-.774c0-1.953-1.253-2.535-1.267-2.542l-.064-.027-.045.049z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M241.361 47.503c.004.01.223.635.223 1.317 0 .444-.105.904-.411 1.24a2.347 2.347 0 01-1.472-1.984l-.201.005c0 .016-.083 1.566-.768 1.951-.236.133-.529.108-.869-.076-.054-.016-.281-.056-.376.09a.243.243 0 00-.036.128c0 .137.096.292.179.408.144.204.428.375.728.555.41.246.833.501.902.833a.453.453 0 01.011.098c0 .132-.055.272-.163.426-.372.524-.759.735-1.1.92-.317.172-.582.336-.725.687-.14.06-3.375 1.447-3.989 1.581-1.449.314-3.247.184-3.744-.578-.262-.4-.144-.948.349-1.631l-.163-.117c-.548.755-.668 1.381-.355 1.859.565.866 2.46.989 3.955.664.644-.139 3.908-1.542 4.047-1.601l.041-.017.014-.043c.11-.323.343-.45.665-.626.342-.186.768-.417 1.168-.979.168-.238.231-.466.185-.681-.088-.42-.55-.696-.995-.964-.281-.169-.548-.328-.667-.498-.171-.244-.138-.311-.138-.311.011-.017.083-.024.141-.014.375.209.734.235 1.034.065.485-.272.702-.995.797-1.521.408 1.219 1.544 1.587 1.557 1.591l.058.018.042-.043c.388-.388.504-.93.504-1.437a3.95 3.95 0 00-.074-.723c1.944 3.185 3.152 2.698 3.205 2.672l.168-.079-.158-.098c-.535-.331-.669-.713-.669-1.011 0-.103.023-.179.044-.257.281.869.741 1.433 1.391 1.643 1.382.447 3.132-.747 3.718-1.192-.009.061-.035.131-.035.187 0 .369.192.649.49.947l.232.211c.229.197.409.352.409.64a.985.985 0 01-.048.285c-.15.5-1.538.514-2.06.479-.043-.002-1.006-.047-1.538.512-.263.276-.371.65-.322 1.11.129.484 1.499.602 1.975.5l-.042-.197c-.475.102-1.659-.058-1.736-.341-.04-.382.05-.701.269-.934.466-.492 1.371-.451 1.381-.451.206.015 2.042.121 2.265-.621.182-.613-.111-.868-.423-1.137l-.22-.2c-.374-.374-.541-.675-.355-1.2l.122-.346-.282.235c-.021.018-2.198 1.818-3.74 1.319-.651-.21-1.106-.809-1.354-1.782l-.058-.232-.125.205a1.329 1.329 0 00-.157.622c0 .306.134.68.559 1.018-.433-.019-1.518-.39-3.079-3.183l-.181.084z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M227.999 53.374c.025.692.514 1.335 1.45 1.908l.105-.171c-.876-.536-1.331-1.123-1.354-1.743-.035-.953.972-1.688.982-1.696l-.117-.163c-.045.031-1.105.803-1.066 1.865z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M232.34 48.26c-.925 1.154-1.893.984-1.903.982l-.064-.013-.004.066c-.001.028-.044.662-.974.726-.05.031-1.468 1.441-3.442 1.612-.057.06-.248.58-1.046.484l-.05-.006-.012.049c-.004.016-.105.388-.791.232-.067.019-2.947 1.418-4.649.249l-.065.095c1.759 1.207 4.608-.176 4.728-.236.633.155.823-.152.872-.268.855.08 1.071-.518 1.073-.525 1.968-.137 3.414-1.575 3.428-1.589.881-.048 1.013-.616 1.034-.76.167.023 1.059.092 1.958-1.03 1.858-2.66 4.504-1.901 5.27-1.609l-1.678.107c-1.707-.012-2.794.372-3.23 1.14-.571 1.01.197 2.293.229 2.346.056.028.367-.006.366-.005.315.07 1.202.736 1.493 1.422.139.328.13.622-.027.87-.346.476-.759.669-1.259.617-.896-.09-1.815-.945-2.153-1.685-.563-1.231-1.704-.963-1.716-.96-.052.009-1.403.246-1.86 1.161-.235.47-.188 1.032.14 1.669l.103-.053c-.31-.602-.357-1.129-.14-1.564.432-.862 1.768-1.099 1.782-1.1.047-.012 1.064-.248 1.587.894.351.769 1.31 1.657 2.245 1.752.536.054.996-.159 1.332-.619.213-.335.225-.663.07-1.028-.308-.73-1.23-1.414-1.592-1.492-.018-.001-.326.032-.328.032a.002.002 0 00.002-.002c0-.045-.369-.701-.369-1.411 0-.267.052-.54.195-.79.412-.729 1.466-1.094 3.133-1.082l2.147-.135-.191-.096c-.035-.013-3.409-1.645-5.644 1.553zM247.573 53.512c-.315.465-.209 1.027-.205 1.051l.197-.039c-.002-.006-.093-.507.176-.901.161-.237.421-.391.774-.458l-.036-.197c-.409.077-.713.26-.906.544z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M216.083 42.872c.006.009.328.736.328 1.326 0 .105-.05.179-.073.27a81.646 81.646 0 01-.125-.342l-.097.247c-.005.014-.132.346.095.72.3.495 1.047.811 2.221.94h-.001l.016.016a.21.21 0 00-.096.03l-.047.04.006.1c.03.122.17.128.446.139.047.003.123.014.176.016l.139.038-.023-.027c.268.018.569.084.895.206l-.249.063.29.115c.022.009 2.162.869 3.048 1.576-.251.218-1.325 1.02-3.184.562l-.311-.076.211.241c.013.014 1.224 1.403 1.475 2.246-.422.004-2.046-.011-2.614-.493l-.147.134c.008.012.779 1.144.951 2.026-.221.029-.75.051-1.063-.358l-.144-.188-.078.509c-.151-.114-.342-.284-.342-.467v-.12l-.458.083-.941-.57a1.986 1.986 0 00-.159-.097l-.007-.004-.098.176.144.087c.202.131.547.417.581.797l-.612.034.011.107v.017c0 .063-.02.326-.212.92-.289-.069-1.342-.436-1.964-2.219l-.194.048a.502.502 0 01.003.066c0 .162-.057.57-.616.715l-1.613.484c.108-.154.206-.365.206-.671 0-.065-.004-.135-.013-.209a5.08 5.08 0 01-.056-.655c0-.375.092-.599.351-.758l-.09-.179c-.024.009-2.405.955-3.585.563.054-.231.254-1.041.657-1.904l-.052.049c.077-.033.156-.154.091-.541l-.022-.132-.121.058c-.008.003-.763.341-1.854-.059a.482.482 0 01.309-.345l.067-.027-.006-.073c0-.003-.003-.054-.003-.133 0-.295.046-.985.47-1.15l-.045-.194c-.014.002-1.29.104-2.064-.327.203-.14.63-.398 1.126-.469l.08-.011.006-.08a.467.467 0 00.003-.065c0-.101-.039-.305-.128-.51.294.082.648.156.773.062l.042-.032-.037-.775-.201.01.031.64c-.126.007-.447-.057-.759-.156l-.308-.098.199.256c.161.207.182.465.184.583-.698.13-1.244.563-1.267.582l-.103.084.109.076c.6.418 1.538.454 2.02.444-.284.32-.332.855-.332 1.123 0 .055.002.07.003.097a.78.78 0 00-.394.545l-.008.075.071.029c1.031.411 1.735.213 1.974.124.002.032.009.076.009.098 0 .094-.017.123-.017.123-.507 1.062-.719 2.071-.722 2.081l-.016.083.078.031c.957.383 2.676-.14 3.438-.408-.1.172-.158.366-.158.607 0 .202.024.43.058.683.009.064.012.124.012.181 0 .57-.385.786-.403.795l.076.185 1.989-.597c.46-.119.633-.391.706-.622.785 1.861 2.017 2.029 2.071 2.035l.08.007.025-.076c.191-.572.235-.862.244-1.003.133-.006.616-.033.616-.033l.005-.09a.915.915 0 00-.121-.486l.344.208.329-.06c.086.332.481.593.532.624l.128.077.067-.435c.491.439 1.188.309 1.221.301l.088-.023-.013-.089c-.1-.672-.551-1.472-.816-1.899.872.397 2.462.368 2.541.365l.118-.004-.023-.116c-.141-.706-1.023-1.818-1.392-2.26 2.05.386 3.152-.678 3.199-.727l.072-.076-.079-.07c-.689-.6-2.278-1.298-2.916-1.564l.224-.057-.221-.124c-.534-.3-1.1-.337-1.482-.354l-.002-.003c-.243-.278-.366-.322-.397-.329-1.387-.153-1.895-.542-2.08-.842-.016-.025-.008-.041-.019-.065l.061-.079c.134-.174.181-.407.181-.654 0-.637-.323-1.364-.342-1.406l-.185.087z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M209.7 42.464c-.004.02-.152.78-.799 1.136-.487.268-1.13.245-1.91-.067l-.088-.035.009.094c.002.02.054.466.474.793.35.273.852.369 1.481.3-.21.25-.886 1.113-.886 1.951 0 .044.003.089.007.132.086.062 1.145.349 1.636-.279.018.269.095 1.13.431 1.467.184.183.228.451.228.665 0 .193-.037.342-.037.345l-.038.153.128-.093c.041-.03 1.014-.743 1.325-1.677-.001.002.156-.234.456-.331a.907.907 0 00-.011.141c0 .361.158 1.016 1.209 1.418l.086.033-.008-.092a1.756 1.756 0 01-.007-.181c0-.264.037-.748.288-.999a.702.702 0 00.215-.512.84.84 0 00-.057-.305c.212.054.714.216.918.598.296.556 1.334.113 1.379.095l-.036-.109c-.004.001-.437.098-.709-.089a.528.528 0 01-.217-.378l-.048-.578c-.011-.261-.047-.428-.178-.568.137-.013.413-.008.529.25.183.404.813.444.839.446l.215.011-.181-.117c-.006-.003-.549-.364-.456-.834l.079-.344c.149-.62.396-1.658.195-2.295l-.109.035c.05.159.07.347.07.549 0 .565-.16 1.236-.268 1.685l-.079.349a.693.693 0 00-.013.135c0 .304.197.536.352.676-.185-.04-.442-.128-.538-.343-.151-.331-.557-.347-.751-.307l-.135.027.115.077c.182.122.188.263.201.573l.049.589a.639.639 0 00.265.456c.129.088.279.1.416.11-.309.081-.731.131-.883-.155-.286-.533-1.073-.676-1.106-.682l-.12-.021.06.105c.006.011.089.163.089.356a.597.597 0 01-.183.434c-.279.281-.322.792-.322 1.074 0 .055.003.063.004.097-.899-.378-1.058-.937-1.058-1.254 0-.135.026-.224.03-.236l.026-.089-.091.015c-.436.072-.618.427-.626.442-.25.748-.927 1.34-1.173 1.537.008-.062.016-.135.016-.224 0-.233-.05-.531-.263-.744-.357-.357-.406-1.494-.406-1.505l-.008-.205-.1.178c-.395.708-1.55.368-1.561.365-.049-.895.967-2.04.977-2.052l.106-.118-.157.023c-.663.096-1.178.007-1.53-.265a1.156 1.156 0 01-.411-.625c.769.287 1.414.303 1.91.028.693-.383.846-1.169.852-1.202.728-1.652 1.365-1.912 1.372-1.914l-.04-.107c-.027.01-.683.268-1.44 1.988z\"/>\n    <path fill=\"#FFD100\" fill-rule=\"nonzero\" d=\"M211.367 40.117s3.366-.103 4.98 2.439l-.452.491s-1.698-1.981-4.987-2.301l.459-.629z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M211.363 40.017l-.049.002-.591.81.176.017c3.207.312 4.903 2.247 4.92 2.267l.074.086.582-.632-.043-.065c-1.627-2.561-5.034-2.487-5.069-2.485zm.055.201c.396.001 3.318.091 4.797 2.333l-.32.349c-.347-.359-1.99-1.896-4.809-2.227l.332-.455z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M210.901 41.709c-.274.374-.529.927-.529 1.186 0 .049.01.089.031.113.002.003.011.003.015.007-.334.299-.533.799-.533 1.364 0 .311.055.635.171.943l.064.173c.315.856.586 1.596 1.947 1.16 1.311-.419 1.362-.503 1.693-1.047l.086-.141c.18-.292.376-.351.586-.413.25-.075.509-.152.735-.6l.221-.331c.238-.328.536-.735.571-1.256l-.115-.008c-.033.487-.32.88-.549 1.195l-.23.347c-.205.404-.429.471-.666.542-.221.066-.447.134-.651.463l-.087.142c-.317.524-.358.591-1.628.998-1.257.402-1.487-.225-1.804-1.091l-.064-.176c-.358-.954-.079-1.917.388-2.262l.16-.119-.221.025a.1.1 0 01-.005-.033c0-.156.171-.653.509-1.116.289-.395.973-.785.98-.789l-.057-.1c-.032.019-.715.409-1.018.824z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M210.291 45.162c.225.156.541.145.923 0 .002.136.032.425.269.634.279.247.741.295 1.375.144l-.027-.111c-.594.141-1.022.102-1.272-.117-.268-.236-.23-.613-.229-.616l.011-.098-.091.039c-.384.166-.685.175-.894.031-.374-.26-.346-.939-.345-.947l-.115-.005c-.001.029-.032.749.395 1.046z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M211.018 44.247c-.164.039-.207.176-.207.282 0 .026.003.049.006.07.029.295.35.492.641.577.283.082.632.087.769-.089.055-.071.095-.197-.025-.403-.437-.744-1.145-.452-1.184-.437zm.472.818c-.255-.073-.536-.238-.558-.483-.005-.023-.033-.188.112-.222l.011-.004a.813.813 0 011.048.388c.07.12.081.211.033.273-.084.109-.363.131-.646.048zM211.414 45.745c-.074.629-.029.644.016.658l.04.013.045-.053.364-.48-.457-.216-.008.078zm.105.094l.184.087c-.05.063-.142.186-.211.278.002-.095.013-.229.027-.365zM210.465 45.241l-.024.594.499-.604-.472-.052-.003.062zm.112.067l.138.015-.146.177.008-.192z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M210.132 45.049c.004.008.371.725.436.987.042.166.254.355.507.449.252.095.489.079.665-.044l.331-.275c.11-.106.147-.136.236-.121l.019-.113c-.15-.025-.224.045-.335.151l-.318.265c-.195.137-.434.078-.56.03-.236-.088-.408-.257-.436-.37-.069-.273-.43-.98-.445-1.01l-.1.051zM210.61 42.901c-.405.187-.576.678-.583.699l.108.038c.002-.005.163-.468.523-.633.176-.08.372-.078.586.006l.043-.106c-.243-.098-.47-.099-.677-.004zM213.332 44.19c.032.024.797.604.357 1.311l.097.061c.496-.797-.378-1.458-.386-1.465l-.068.093zM211.031 44.303s-.119.432.489.585c0 0-.572-.005-.609-.153-.037-.147.005-.474.12-.432zM212.891 44.82a.069.069 0 01-.068.069.069.069 0 01-.068-.069c0-.037.031-.068.068-.068.038 0 .068.031.068.068zM212.959 45.09c0 .037-.03.069-.068.069a.067.067 0 01-.067-.069c0-.037.03-.067.067-.067.037 0 .068.031.068.067z\"/>\n    <circle cx=\"212.502\" cy=\"44.956\" r=\"1\" fill=\"#000\" fill-rule=\"nonzero\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M212.688 45.363a.068.068 0 01-.068.067.068.068 0 010-.136c.037 0 .068.031.068.069zM210.911 43.533c0 .038-.03.068-.069.068a.069.069 0 01-.068-.068.07.07 0 01.068-.068.07.07 0 01.069.068z\"/>\n    <circle cx=\"210.912\" cy=\"43.805\" r=\"1\" fill=\"#000\" fill-rule=\"nonzero\"/>\n    <circle cx=\"210.521\" cy=\"43.67\" r=\"1\" fill=\"#000\" fill-rule=\"nonzero\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M210.708 44.076a.068.068 0 11-.136 0c0-.038.031-.069.067-.069a.07.07 0 01.069.069zM211.894 41.689s.88.541.033 1.557c0 0 .416-.309.459-.841.044-.531-.302-.954-.492-.716zM215.268 43.148c-.283.145-.691-.124-.895-.379-.203-.255-.625-.32-.887.145-.262.466-.64.64-.64.64s.369-.218.749-.626c.378-.407.596-.08.967.116.371.197.43.24.691.138l.015-.034z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M215.195 43.214a.427.427 0 01-.553-.023c-.225-.182-.415-.429-.698-.284-.284.146-.823.553-.823.553s.874-.604 1.041-.473c.167.131.561.451.8.357.241-.095.233-.13.233-.13z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M214.526 43.585c-.277-.211-.553.247-.786.19-.233-.059-.422-.445-.422-.445s.219.408.524.313c.306-.094.517-.284.706-.139.189.146-.022.081-.022.081z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M214.093 43.643c-.546.057-.6-.453-.6-.458 0 0 .172.445.654.364l-.054.094z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M214.076 43.295c.035.138.028.201-.118.201-.147 0-.247-.049-.247-.191 0-.142.344-.099.365-.01zM212.115 42.537a.173.173 0 01-.175.171c-.097 0-.116-.065-.116-.159s.019-.183.116-.183.175.077.175.171z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M211.513 41.928s.935.01.472 1.18c0 0 .357-.582.133-1.001-.224-.418-.576-.313-.576-.313s-.086.079-.029.134z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M211.485 42.395c-.003.235.154.477.464.719l.071-.09c-.281-.219-.422-.43-.42-.627.002-.197.153-.313.155-.315l-.069-.093c-.008.008-.198.152-.201.406z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M211.692 42.593c.04.135.144.236.311.303l.042-.106c-.132-.052-.214-.129-.243-.228-.059-.199.101-.431.103-.433l-.093-.067c-.009.012-.195.28-.12.531zM212.976 43.242s.174.378-.08.786c-.255.408-.248.386-.248.386s.306-.56.19-.794c-.116-.232.138-.378.138-.378zM203.002 41.548c-.742.046-1.279.331-1.462.575a.349.349 0 00-.071.18c-.235-.016-2.143-.111-2.85 1.078.001-.015-.662.233-.778.778-.076.361.11.759.555 1.185l.061.058.032-.078c.001-.002.09-.212.26-.237.131-.02.29.077.457.281l.092-.069c-.004-.007-.453-.661-.274-1.124.08-.206.279-.347.589-.417l-.025-.113c-.351.081-.576.245-.671.489a.791.791 0 00-.05.284c0 .226.079.455.161.631a.429.429 0 00-.296-.076.413.413 0 00-.302.231c-.316-.318-.488-.617-.488-.886 0-.046.004-.091.014-.135.101-.482.727-.717.734-.718.73-1.202 2.807-1.047 2.828-1.045l.078.006-.016-.076c-.01-.044.009-.098.053-.158.168-.224.672-.484 1.379-.529.902-.057 3.52 1.49 3.547 1.506 1.972 1.119 2.861-.003 2.869-.015l-.091-.07c-.034.044-.841 1.052-2.721-.015-.109-.064-2.675-1.58-3.614-1.521z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M203.853 44.559c.208.803 1.908 1.632 1.981 1.668l.049-.103c-.016-.009-1.725-.842-1.92-1.593l-.11.028z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M202.729 44.722l-.062-.016-.008.064c-.002.006-.089.616-.366.782a.284.284 0 01-.257.016l-.469-.286c-.094-.082-.174-.143-.309-.103a.677.677 0 01-.129-.497c.033-.275.225-.54.572-.788l-.066-.094c-.376.269-.584.561-.621.87-.042.358.165.601.174.612l.028.032.038-.018c.104-.046.135-.019.236.071l.507.308a.4.4 0 00.356-.025c.286-.171.386-.67.41-.809 1.219.262 2.2-1.22 2.243-1.284l-.098-.063c-.009.016-1.011 1.534-2.179 1.228z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M199.807 44.495a.92.92 0 00.122.721c.135.219.267.336.405.354.169.023.304-.102.422-.211.086-.081.168-.156.236-.151l.105.072.09-.072-.187-.115c-.118-.009-.217.083-.323.182-.105.096-.213.198-.329.182-.1-.014-.208-.115-.322-.301a.812.812 0 01-.109-.633c.131-.544.782-.944.789-.948l-.059-.098c-.028.017-.696.428-.84 1.018z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M199.202 45.361c.006.009.142.23.41.293.188.045.39.002.6-.129l-.06-.098c-.553.343-.841-.107-.852-.127l-.098.061zM210.708 52.901c-.041.029-.818.954-3.062 1.49-1.511.361-1.836.82-2.011 1.066-.089.127-.124.175-.262.15-.238-.042-.478-.289-.689-.509-.22-.227-.408-.423-.601-.423-.453 0-1.024-.087-1.27-.332-.091-.092-.36-.083-.91-.057-1.261.059-3.371.159-3.703-1.457-.008-.019-.153-.276-.072-.568.058-.21.22-.39.48-.534-.051.005.255.254.517.226l.17-.092c.07.06.524.473.524.998 0 .11-.02.224-.069.339l.106.045c.333-.787-.504-1.486-.512-1.493l-.03-.024-.052.033-.149.081c-.215.023-.495-.205-.497-.207-.353.154-.533.358-.6.6a.89.89 0 00.077.638c.346 1.695 2.516 1.592 3.814 1.531.376-.018.764-.037.824.023.339.34 1.119.367 1.351.367.144 0 .325.188.518.388.223.231.476.494.753.543.209.037.279-.062.375-.198.166-.234.474-.67 1.943-1.021 2.287-.547 3.06-1.47 3.091-1.508.903-.162.999-1.49 1.003-1.547l-.115-.007c.002.011-.093 1.295-.942 1.459z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M202.012 50.251c-.251.021-.95.155-1.179.518a.465.465 0 00-.035.433l.092.244c.218.586.444 1.191.691 1.328l.056-.1c-.209-.116-.437-.728-.639-1.268l-.091-.244a.352.352 0 01.024-.332c.188-.298.816-.441 1.091-.464.16-.013.212.578.244.932.03.345.051.544.114.62.096.114.297.093.531.068l.574.009.696.391c.331.213.618.397.776.397.215 0 .292.24.295.25l.029.097.068-.075c.911-.996 2.982-1.724 3.004-1.731l-.038-.109c-.085.029-2.042.72-2.993 1.709-.04-.092-.13-.257-.365-.257-.123 0-.437-.202-.713-.379l-.725-.405-.619-.012c-.192.02-.374.04-.431-.028-.044-.051-.067-.32-.088-.556-.047-.521-.095-1.059-.369-1.036z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M200.096 50.824c-.147.131-.117.329-.115.338.001.054.066 1.517.761 1.819l.045-.105c-.628-.274-.692-1.711-.693-1.725 0-.009-.021-.154.079-.242.105-.094.315-.101.605-.021l.03-.11c-.334-.093-.574-.077-.712.046z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M199.546 50.945c-.307.214-.294.824-.294.85l.115-.002c0-.006-.011-.576.245-.753.096-.066.222-.069.375-.007l.043-.106c-.192-.079-.356-.073-.484.018z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M198.581 51.676s-.087-.902.03-.961c0 0 .349.116.495-.03 0 0 .204.728.146 1.019-.059.292-.408.177-.671-.028z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M199.065 50.647c-.098.098-.348.044-.435.016-.17.065-.146.591-.105 1.02l.003.024.019.016c.177.138.43.263.603.198.058-.021.132-.074.159-.204.059-.3-.139-1.015-.147-1.044l-.026-.095-.071.069zm-.001.109c.033.124.14.548.14.822a.597.597 0 01-.01.118c-.013.063-.041.101-.086.118-.101.037-.289-.037-.473-.173a6.812 6.812 0 01-.03-.563c0-.162.011-.283.035-.313.002.018.25.077.424-.009z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M200.823 50.745s-.029-.757.117-.845c0 0 .727.088.902-.29l.262.727c0 .001-.815-.087-1.281.408z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M201.789 49.586c-.155.336-.837.258-.844.258-.198.105-.187.718-.18.904l.005.137.094-.101c.439-.468 1.224-.391 1.232-.39l.091.009-.34-.946-.058.129zm.024.114l.208.577c-.188-.01-.731.019-1.143.373l-.001-.064c0-.303.032-.6.091-.635-.004.01.596.055.845-.251z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M200.037 50.891s.145-.786.292-.815c0 0 .378.116.495-.03l-.029.961c-.001 0 .028-.408-.758-.116z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M200.778 50.01c-.068.084-.301.051-.433.01-.188.031-.307.552-.364.86l-.018.1.095-.036c.403-.149.563-.101.621-.057a.144.144 0 01.059.115v.003l.115.006.034-1.136-.109.135zm-.015.11l-.02.675c-.121-.088-.343-.071-.628.021.072-.351.169-.659.226-.685a.72.72 0 00.422-.011z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M199.193 51.007s.175-.699.291-.699c.117 0 .408.175.553.058v.524s-.641-.145-.728.727l-.116-.61z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M200.001 50.322c-.074.059-.222.01-.341-.029l-.176-.042c-.107 0-.224.25-.347.742l-.004.012.12.623.113-.004c.028-.283.119-.483.269-.592a.522.522 0 01.388-.085l.07.015v-.715l-.092.075zm-.508.042c.001.004.131.038.131.038.113.037.243.067.356.039v.387a.578.578 0 00-.41.11c-.122.088-.198.238-.252.416a28.925 28.925 0 01-.065-.344c.072-.289.185-.612.24-.646z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M198.465 45.156s.058.64.553 1.02c0 0-.058-.7.088-.99-.001 0-.262-.291-.641-.03z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M198.432 45.109l-.027.018.003.034c.002.027.066.669.575 1.059l.103.078-.011-.129c0-.006-.055-.686.082-.959-.012-.066-.31-.388-.725-.101zm.631.115c-.093.139-.113.431-.113.656 0 .055.002.098.004.141a1.57 1.57 0 01-.424-.828c.311-.19.523.021.533.031z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M199.454 45.564s.117.581.466.844l.205-.058s.087-.729.203-.815c.117-.087-.494.261-.874.029z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M199.398 45.574c.006.025.125.607.488.88.05.01.255-.049.255-.049.081-.388.163-.781.222-.825l-.066-.069-.003-.023c-.004.002-.005.01-.008.012a.161.161 0 00-.017-.018c-.144.052-.526.19-.784.032l-.112-.07.025.13zm.821.045c-.08.203-.132.567-.15.712-.013-.021-.164.022-.164.022-.213-.181-.328-.547-.373-.712.248.089.518.035.687-.022z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M200.328 45.535l.378.582.436-.233-.087-.698c.001 0-.261-.059-.727.349z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M200.29 45.492l-.038.033.434.668.483-.258c.031-.058-.057-.756-.057-.756l-.006-.04-.04-.009c-.009-.003-.294-.061-.776.362zm.715-.249l.08.642c-.015-.02-.259.104-.36.157-.044-.069-.27-.418-.319-.491.315-.261.523-.305.599-.308z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M202.104 45.651l-.495.408s-.262-.204-.466-.175l.088-.641s.349-.261.873.408z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M201.196 45.198c-.023.037-.11.678-.11.678l-.01.076.075-.011c.146-.021.354.111.421.163l.037.028.574-.472-.034-.044c-.553-.706-.937-.43-.953-.418zm.821.45l-.413.341a.844.844 0 00-.396-.158l.079-.578c.001.02.287-.135.73.395zM211.082 37.475c.627.759.233 2.611.229 2.63l.112.025c.009-.043.132-.614.132-1.255 0-.468-.091-.949-.311-1.311.402.214 1.591.936 1.646 2.042l.008.169.097-.139c.011-.016 1.055-1.497 2.832-1.718.048.136.499 1.472.499 2.698 0 .04-.001.08-.003.119l-.002.08.078-.023c.017-.006 1.758-.519 2.642.425a6.113 6.113 0 00-2.73 1.295l.074.089a6.126 6.126 0 012.788-1.293l.1-.014-.064-.079c-.828-1.019-2.434-.646-2.769-.554v-.044c0-1.306-.514-2.769-.52-2.785l-.015-.042-.045.006c-1.589.176-2.609 1.331-2.881 1.673-.17-1.306-1.758-2.05-1.828-2.081l-.069.087zM216.613 47.189c.96.181 3.127 1.88 3.15 1.898l.124-.159c-.091-.071-2.229-1.746-3.237-1.936l-.037.197zM217.464 49.586c.064.852.992 1.382 1.032 1.403l.098-.175c-.01-.004-.873-.499-.93-1.244l-.2.016zM215.162 49.765c0 .956.896 2.113.935 2.162l.158-.124c-.009-.011-.892-1.15-.892-2.038h-.201zM212.124 49.872c.158.316.142.476.101.554-.047.088-.145.102-.148.103l.023.2a.414.414 0 00.3-.204c.096-.175.063-.425-.096-.741l-.18.088z\"/>\n    <path fill=\"#00A651\" fill-rule=\"nonzero\" d=\"M210.539 65.499s1.978 1.837 1.461 3.44c0 0 1.272-2.733-.094-3.534-1.367-.802-1.414-.188-1.367.094z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M210.602 64.982c-.142.098-.202.293-.162.533l.006.034.024.022c.019.018 1.926 1.813 1.434 3.336l.187.073c.054-.115 1.294-2.826-.134-3.663-.669-.391-1.113-.501-1.355-.335zm.027.389c0-.081.018-.175.087-.223.095-.066.369-.108 1.138.343.438.257.582.739.582 1.259 0 .507-.135 1.045-.269 1.459-.1-1.343-1.365-2.598-1.532-2.757-.002-.024-.006-.049-.006-.081z\"/>\n    <path fill=\"#964B36\" fill-rule=\"nonzero\" d=\"M208.042 67.288s-.517.708.047 1.226c0 0-.612.894-.14 1.649 0 0-.378.801-.283 1.649 0 0-.33 1.319.376 1.932 0 0 .755.377 1.085.047 0 0 .659-.989.235-2.027 0 0 .471-.848-.047-1.932 0 0 .142-.613-.282-1.318 0 0 .282-.472.046-.848-.001.001-.942-.99-1.037-.378z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M208.14 67.001c-.074.024-.169.09-.197.273l.018-.044c-.11.152-.235.417-.235.701 0 .198.077.401.245.586-.082.13-.303.528-.303 1.005 0 .204.063.419.177.629a3.603 3.603 0 00-.295 1.38c0 .097.004.194.016.292a2.817 2.817 0 00-.079.688c0 .43.095.968.49 1.31.055.031.844.42 1.221.042.031-.043.409-.62.409-1.359 0-.228-.048-.474-.141-.722.043-.081.195-.412.195-.909 0-.301-.063-.659-.242-1.048.007-.036.021-.117.021-.256 0-.246-.06-.631-.297-1.052a1.07 1.07 0 00.132-.507.73.73 0 00-.11-.396c-.125-.134-.699-.715-1.025-.613zm-.053 6.654c-.629-.55-.327-1.804-.325-1.818-.087-.844.273-1.623.276-1.631l.024-.049-.029-.047c-.43-.688.134-1.53.138-1.538l.05-.072-.064-.059c-.491-.45-.052-1.066-.034-1.092l.015-.02.004-.023c.011-.065.03-.103.058-.112.137-.042.525.249.806.542.187.304-.057.723-.06.728l-.031.052.031.051c.396.66.272 1.24.27 1.245l-.008.034.015.032c.49 1.02.055 1.831.05 1.839l-.023.042.018.044c.398.974-.22 1.924-.225 1.933-.216.212-.765.014-.956-.081z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M208.045 68.604c.053.027.529.258.849.151l.229-.196-.18-.089c-.117.233-.635.041-.808-.045l-.09.179zM207.968 70.065l-.039.197c.041.008.997.193 1.453-.212l-.134-.15c-.381.339-1.271.168-1.28.165zM207.724 71.731l-.118.163c.011.009 1.122.8 1.833-.064l-.156-.128c-.59.717-1.519.058-1.559.029z\"/>\n    <path fill=\"#00A651\" fill-rule=\"nonzero\" d=\"M208.608 64.98s-2.356-4.523-4.005-4.712c-1.649-.189-1.743-1.79-1.743-1.79s.188.754 1.508.754 3.864 1.837 4.146 3.251c.282 1.413.566 1.226.566 1.226l-.472 1.271z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M202.759 58.484c.001.018.119 1.688 1.832 1.885 1.577.181 3.904 4.613 3.927 4.659l.105.2.595-1.605-.173-.007c-.002 0-.21-.037-.432-1.152-.293-1.471-2.885-3.332-4.245-3.332-1.216 0-1.403-.651-1.411-.678l-.198.03zm1.856 1.684c-1.005-.115-1.397-.768-1.552-1.231.228.2.623.395 1.305.395 1.266 0 3.775 1.801 4.048 3.17.152.763.327 1.172.531 1.276-.054.145-.257.694-.356.957-.455-.84-2.459-4.393-3.976-4.567z\"/>\n    <path fill=\"#00A651\" fill-rule=\"nonzero\" d=\"M208.608 64.651s.848-5.701 4.571-5.796c3.721-.095 2.497.283 3.392-.33 0 0-2.496 1.32-4.052 1.508-1.554.188-2.827 3.203-2.78 3.77.047.565-.848 1.649-1.272 1.273-.424-.378.141-.425.141-.425z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M215.829 58.778c-.033-.001-.054-.001-.097-.004l-2.556-.02c-3.55.09-4.549 5.187-4.656 5.814-.098.016-.253.057-.301.198a.207.207 0 00-.011.069c0 .145.141.269.191.316.142.125.337.135.55.03.451-.227.891-.894.891-1.336l-.004-.081c0-.629 1.273-3.458 2.694-3.629 1.048-.128 2.48-.744 3.342-1.153.231.009.294-.01.447-.139l.307-.234-.103-.172c-.007.003-.288.149-.694.341zM208.534 65c-.114-.101-.128-.157-.124-.171.01-.031.113-.071.207-.078l.079-.007.012-.078c.008-.056.879-5.619 4.475-5.71l2.225.017c-.857.386-2.031.855-2.9.96-1.591.193-2.87 3.135-2.87 3.838l.003.075c0 .358-.407.968-.78 1.154-.139.069-.25.069-.327 0z\"/>\n    <path fill=\"#00A651\" fill-rule=\"nonzero\" d=\"M209.456 66.771s.848-2.262 2.309-1.507c0 0-1.131-2.169-3.157-.284 0 0 .895 1.225.848 1.791z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M208.539 64.907l-.065.06.053.073c.243.332.865 1.29.829 1.723l.194.044c.005-.012.467-1.221 1.261-1.527.291-.112.596-.088.908.073l.281.145-.146-.281c-.02-.038-.495-.93-1.395-1.086-.609-.103-1.255.157-1.92.776zm1.885-.577c.555.096.926.514 1.111.773-.27-.08-.537-.11-.796-.01-.635.244-1.053.959-1.248 1.36-.146-.562-.61-1.26-.745-1.45.591-.526 1.155-.762 1.678-.673z\"/>\n    <path fill=\"#00A651\" fill-rule=\"nonzero\" d=\"M206.628 64.508s1.225 5.043-.659 6.597c0 0 .047-2.59-1.084-4.146-1.13-1.555 1.13-3.25 1.743-2.451z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M205.302 64.542c-.717.536-1.18 1.538-.498 2.477 1.098 1.509 1.066 4.058 1.066 4.085l-.004.218.168-.14c1.912-1.576.744-6.489.693-6.698l-.006-.02-.013-.018c-.273-.355-.851-.316-1.406.096zm-.336 2.359a1.427 1.427 0 01-.292-.849c0-.538.325-1.034.748-1.348.384-.286.886-.421 1.116-.137.04.173.379 1.674.379 3.243 0 1.163-.21 2.332-.851 3.023-.021-.713-.164-2.648-1.1-3.932z\"/>\n    <path fill=\"#00A651\" fill-rule=\"nonzero\" d=\"M206.77 65.404s2.215 2.121 2.357 2.827c.142.707.659-2.12-.377-2.921-1.037-.802-2.167-.943-2.167-.943l.187 1.037z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M206.483 64.387l.194 1.067.023.023c.609.583 2.216 2.22 2.327 2.774.009.05.036.183.146.193.106.01.154-.112.17-.152.192-.49.309-2.41-.532-3.061-1.047-.808-2.17-.955-2.217-.962l-.135-.016.024.134zm.224.106c.296.055 1.156.26 1.981.897.379.293.517.877.565 1.315.02.173.028.344.028.506 0 .417-.053.717-.103.891-.286-.781-2.138-2.579-2.315-2.748l-.156-.861z\"/>\n    <path fill=\"#964B36\" fill-rule=\"nonzero\" d=\"M202.684 70.963s.201.89.747 1.062c0 0 .028.661.517.862 0 0-.259.546.173.89 0 0-.087 1.092.316 1.322 0 0 .978-.057 1.321-.345 0 0 .202-.717-.344-1.437 0 0 .085-.689-.461-1.062 0 0 .173-.921-.517-1.264 0 0-.114-.748-.546-1.121 0 0-.832 1.178-1.206 1.093z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M203.809 69.812c-.383.54-.912 1.096-1.102 1.053l-.156-.036.035.156c.009.038.212.857.75 1.093.011.124.088.618.503.85a.759.759 0 00.181.878 2.425 2.425 0 00-.009.229c0 .36.051.967.376 1.153.097.011 1.07-.05 1.436-.355.018-.037.067-.202.067-.439 0-.29-.082-.69-.375-1.094.002-.019.005-.038.005-.089 0-.217-.062-.678-.46-.989.007-.046.015-.115.015-.221 0-.311-.089-.8-.547-1.063-.02-.118-.149-.775-.571-1.142l-.083-.073-.065.089zm.086.22c.333.363.441.967.442.974l.008.05.046.024c.412.206.482.642.482.916 0 .134-.016.23-.018.24l-.012.065.054.037c.376.257.422.678.422.869a.766.766 0 01-.005.099l-.004.04.025.033c.297.391.358.785.358 1.046 0 .182-.03.3-.03.302-.229.168-.969.255-1.232.272-.16-.107-.219-.577-.219-.963 0-.09.003-.175.009-.251l.005-.052-.042-.034a.552.552 0 01-.212-.448c0-.171.063-.311.068-.321l.045-.095-.097-.041c-.422-.175-.455-.768-.455-.774l-.004-.07-.066-.021c-.405-.128-.598-.701-.654-.9.38-.091.883-.72 1.086-.997z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M203.41 71.971l.042.108c.04-.016.981-.395 1.041-1.083l-.114-.011c-.054.618-.96.982-.969.986zM203.944 72.83l.008.115c.037-.003.906-.068 1.058-.675l-.112-.029c-.132.526-.946.588-.954.589zM204.124 73.72l-.006.115c.042.002 1.015.052 1.346-.487l-.098-.061c-.296.482-1.233.434-1.242.433z\"/>\n    <path fill=\"#00A651\" fill-rule=\"nonzero\" d=\"M203.776 69.87s-2.902-1.063-4.511.46c0 0 2.47.345 2.787.833.316.488 1.838-.804 1.724-1.293z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M199.197 70.257l-.152.144.207.03c.938.13 2.504.461 2.716.788.066.101.236.246.638.075.55-.235 1.368-1.021 1.269-1.446l-.013-.052-.051-.019c-.121-.045-2.98-1.067-4.614.48zm4.48-.312c-.015.299-.643.947-1.151 1.163-.115.048-.317.113-.39.001-.283-.437-1.965-.739-2.616-.841 1.489-1.167 3.874-.421 4.157-.323z\"/>\n    <path fill=\"#00A651\" fill-rule=\"nonzero\" d=\"M202.885 71.68s-.23-.201-.517-.402c-.288-.201-2.729-.862-3.075 1.494 0 0-.891-2.327.402-2.643 1.294-.317 2.328.43 3.19 1.551\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M199.672 70.031a.916.916 0 00-.62.477c-.418.797.124 2.237.149 2.299l.137.36.057-.382c.108-.747.446-1.249 1.001-1.489.779-.336 1.754-.05 1.915.062l.508.396.066-.076.08-.062c-1.043-1.353-2.119-1.872-3.293-1.585zm-.577 1.238c0-.244.037-.48.134-.667a.712.712 0 01.49-.376c.893-.219 1.733.088 2.551.911-.343-.15-1.206-.349-1.956-.024-.536.231-.849.713-1.015 1.351-.085-.284-.204-.745-.204-1.195z\"/>\n    <path fill=\"#00A651\" fill-rule=\"nonzero\" d=\"M200.975 66.865s.894 1.931 1.225 2.027c.33.093.565-.236.565-.236s-1.178-1.743-1.79-1.791z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M200.884 66.908c.214.463.941 1.982 1.288 2.081.394.112.664-.258.674-.275l.041-.057-.039-.057c-.123-.182-1.223-1.785-1.865-1.836l-.171-.012.072.156zm1.343 1.887c-.158-.046-.631-.879-1.032-1.71.473.27 1.141 1.127 1.441 1.561-.063.071-.204.207-.409.149z\"/>\n    <path fill=\"#00A651\" fill-rule=\"nonzero\" d=\"M200.315 63.897s-.754-2.497-1.649-1.838c-.895.66-.659 2.45-.659 2.45s-1.791-1.837-.755-3.298c1.038-1.46 3.063.142 3.063 2.686z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M197.171 61.153c-1.073 1.512.745 3.408.764 3.427l.211.216-.039-.3c-.002-.016-.218-1.739.62-2.355.121-.089.239-.113.363-.072.519.173.991 1.399 1.13 1.858l.197-.03c0-1.756-.928-3-1.801-3.278-.553-.176-1.08.018-1.445.534zm-.138 1.07c0-.322.084-.648.301-.954.316-.446.749-.609 1.219-.458.662.21 1.332 1.06 1.558 2.272-.224-.498-.558-1.072-.958-1.206a.576.576 0 00-.546.101c-.623.458-.73 1.403-.73 2.004 0 .091.005.156.008.229-.301-.373-.852-1.164-.852-1.988z\"/>\n    <path fill=\"#964B36\" fill-rule=\"nonzero\" d=\"M202.341 69.033s0 .471.33.612c.33.142.942.376.942.095 0-.283-.47-1.367-.66-1.225-.188.142-.517.14-.612.518z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M202.894 68.433l-.175.091c-.176.076-.395.17-.474.483l-.003.013v.012c0 .022.005.54.391.705.683.294.885.255.988.188a.215.215 0 00.094-.187c0-.26-.368-1.183-.636-1.317-.066-.03-.133-.026-.185.012zm-.096.277l.217-.115c.109.052.499.892.499 1.146 0 .016-.004.017-.004.019-.013.008-.145.075-.797-.206-.247-.106-.266-.452-.268-.502.055-.211.192-.274.353-.342z\"/>\n    <path fill=\"#00A651\" fill-rule=\"nonzero\" d=\"M201.777 66.112s-.094-2.167 1.319-2.969c0 0 .283.049.425-.375 0 0-1.132 2.732-.802 4.098l-.047.189\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M203.424 62.736c-.11.329-.306.308-.314.307l-.033-.004-.031.016c-1.45.823-1.374 2.969-1.37 3.061l.201-.01v-.069c0-.369.066-2.102 1.251-2.793a.427.427 0 00.111-.019c-.256.706-.681 2.028-.681 3.057 0 .219.019.423.064.606 0-.044-.047.142-.047.142l.195.048.048-.188a2.55 2.55 0 01-.058-.571c0-1.431.845-3.49.854-3.514 0-.003.002-.004.003-.006l-.188-.07c-.003 0-.005.005-.005.007z\"/>\n    <path fill=\"#00A651\" fill-rule=\"nonzero\" d=\"M202.059 63.473s2.544-5.278 5.654-3.44c0 0-3.251.66-4.429 2.969l-1.179 1.742-.046-1.271z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M205.606 59.661c-2.108.638-3.577 3.64-3.638 3.768l-.011.023.059 1.604 1.35-1.997c1.148-2.248 4.334-2.919 4.366-2.927l.256-.051-.225-.134c-.697-.413-1.422-.509-2.157-.286zm.058.192c.59-.178 1.173-.111 1.74.154-.816.214-3.21.989-4.209 2.949l-.999 1.477c-.013-.343-.034-.9-.034-.938.066-.138 1.518-3.042 3.502-3.642z\"/>\n    <path fill=\"#00A651\" fill-rule=\"nonzero\" d=\"M200.692 65.404s-.754-3.534-1.225-4.004c-.471-.472-1.272-.99-2.215-.189 0 0 1.65-1.461 3.393-.235 1.743 1.225 1.366 3.157 1.366 3.157l-.188 2.45-1.178-1.084\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M197.189 61.133l-.002.001-.001.001.131.152c.681-.577 1.38-.516 2.079.183.369.369.989 2.98 1.198 3.955l.196-.043c-.078-.364-.775-3.576-1.252-4.054-.386-.387-.782-.575-1.177-.608.602-.197 1.396-.246 2.226.338 1.182.83 1.356 2.009 1.356 2.632 0 .255-.03.418-.031.423l-.174 2.255-1.025-.943-.137.148 1.331 1.223.204-2.656c.002-.009.367-1.998-1.409-3.247-1.782-1.253-3.486.217-3.513.24z\"/>\n    <path fill=\"#00A651\" fill-rule=\"nonzero\" d=\"M203.425 69.597s-3.11-5.888-5.135-1.695c0 0-.378 1.083.046 1.506 0 0-1.131-.848-.612-2.92.517-2.072 3.957-1.131 4.948.566.989 1.696 1.273 2.545 1.131 2.638-.143.094-.378-.095-.378-.095z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M199.059 65.229c-.752.107-1.261.546-1.434 1.236a4.42 4.42 0 00-.14 1.066c0 1.32.713 1.898.779 1.948v.002l.001-.001c.001.001.009.01.011.01l.132-.152c-.311-.31-.123-1.119-.023-1.403.454-.94 1.004-1.428 1.626-1.438 1.627-.03 3.308 3.116 3.325 3.148l.01.018.017.014c.03.025.298.232.495.099.324-.215-.55-1.83-1.1-2.773-.66-1.132-2.389-1.961-3.699-1.774zm-1.372 2.302c0-.297.038-.636.135-1.019.193-.775.795-1.018 1.266-1.085 1.217-.174 2.884.626 3.497 1.677 1.049 1.799 1.185 2.428 1.149 2.52-.037.018-.157-.042-.233-.1-.127-.236-1.773-3.259-3.492-3.229-.705.013-1.313.538-1.809 1.564a3.107 3.107 0 00-.164.916c0 .049.013.096.019.144-.183-.289-.368-.734-.368-1.388z\"/>\n    <path fill=\"#00A651\" fill-rule=\"nonzero\" d=\"M212.189 71.294s2.263-4.665 3.581-2.545c0 0 .376 1.036-.189 1.461 0 0-.894-1.084-1.695.236-.801 1.319-.471 1.225-.471 1.225s-.849.236-1.226-.377z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M214.914 68.098c-1.305.069-2.754 3.027-2.815 3.153l-.024.049.03.047c.412.67 1.3.432 1.337.422l.157-.044-.149-.127c-.001-.003-.002-.004-.002-.009 0-.06.042-.297.524-1.089.231-.381.488-.584.764-.604.422-.032.765.376.768.381l.062.073.076-.057c.618-.464.24-1.53.223-1.575-.268-.438-.585-.639-.951-.62zm.011.2c.291-.015.541.15.761.505h-.001c0 .004.108.316.108.653a.85.85 0 01-.22.602c-.145-.141-.461-.393-.852-.364-.345.025-.655.26-.921.7-.457.753-.555 1.061-.555 1.202l.001.004c-.229.034-.675.034-.933-.327.167-.334 1.495-2.916 2.612-2.975z\"/>\n    <path fill=\"#00A651\" fill-rule=\"nonzero\" d=\"M215.581 70.211s1.225.659.802 1.978c0 0 1.648-3.156-.613-3.439 0 0 .425.99-.189 1.461z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M215.678 68.79c.004.01.385.924-.158 1.341l-.122.094.136.074c.047.026 1.146.639.754 1.86l.184.077c.039-.076.965-1.87.422-2.907-.202-.383-.575-.613-1.112-.679l-.173-.022.069.162zm.337.666c0-.228-.044-.413-.088-.552.364.083.643.244.788.518a1.5 1.5 0 01.147.693c0 .499-.163 1.032-.314 1.432-.057-.781-.623-1.231-.826-1.364.205-.212.293-.474.293-.727z\"/>\n    <path fill=\"#00A651\" fill-rule=\"nonzero\" d=\"M215.722 67.007s2.969.848 3.063 2.121c0 0 .519-2.451-1.178-3.205.001 0-2.026.33-1.885 1.084z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M215.718 66.624a.517.517 0 00-.093.401l.011.062.059.017c.03.008 2.902.842 2.99 2.031l.199.014c.004-.026.515-2.539-1.236-3.318-.117.002-1.541.24-1.93.793zm.166.115c.34-.483 1.726-.715 1.74-.718.953.435 1.137 1.497 1.137 2.254 0 .157-.013.272-.024.394-.57-1.005-2.597-1.644-2.919-1.739 0-.065.022-.127.066-.191z\"/>\n    <path fill=\"#00A651\" fill-rule=\"nonzero\" d=\"M217.042 63.096c1.273-2.497 2.875.801 2.875.801s.565-2.591-1.036-3.063c-1.603-.471-2.639 5.513-2.639 5.513l-1.885.424s.519-5.229 3.345-5.701l.33.048\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M218.271 60.838c-.082.052-.155.154-.233.231l.008-.052-.33-.047c-2.9.478-3.439 5.575-3.46 5.791l-.014.139 2.087-.47.011-.066c.006-.029.315-1.78.84-3.291.289-.528.606-.814.951-.811.872.008 1.686 1.662 1.695 1.679l.127.261.062-.284c.023-.11.567-2.688-1.106-3.181a.766.766 0 00-.638.101zm-.554.331c.001.003.102.018.19.031-.35.424-.655 1.069-.908 1.786-.015.028-.032.036-.047.064l.023.011c-.487 1.408-.774 2.941-.821 3.201l-1.68.378c.086-.687.726-5.05 3.243-5.471zm.661-.159a.555.555 0 01.474-.079c.876.258 1.059 1.219 1.059 1.975 0 .267-.023.509-.045.684-.282-.495-.958-1.521-1.732-1.529-.237-.002-.459.105-.668.292.267-.618.57-1.132.912-1.343z\"/>\n    <path fill=\"#00A651\" fill-rule=\"nonzero\" d=\"M214.781 64.603s-1.79-3.675-3.016-4.052c-1.225-.377.661-.943 1.414-.236.753.706 2.167 1.602 2.025 3.487l-.423.801z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M211.485 60.005c-.196.094-.23.205-.224.283.011.147.165.264.474.358 1.17.36 2.937 3.964 2.955 4l.087.178.515-.976c.137-1.709-.924-2.628-1.697-3.297l-.349-.31c-.464-.435-1.354-.431-1.761-.236zm.31.451c-.266-.082-.331-.16-.332-.182 0-.009.025-.046.11-.086.349-.167 1.139-.172 1.538.202l.354.314c.739.641 1.649 1.429 1.649 2.837 0 .081-.004.166-.01.252-.006 0-.202.367-.321.591-.365-.722-1.87-3.584-2.988-3.928z\"/>\n    <path fill=\"#00A651\" fill-rule=\"nonzero\" d=\"M212.944 69.645s.518-2.496 1.931-3.251c1.413-.754 2.733-.471 2.733-.471s-1.697.376-1.979 1.225c-.283.848-.754.894-.754.894l-1.931 1.603z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M214.827 66.305c-1.438.767-1.961 3.215-1.983 3.32l-.058.281 2.153-1.785c-.032.021.486-.042.785-.94.262-.785 1.889-1.155 1.905-1.159l-.001-.196c-.055-.014-1.371-.284-2.801.479zm.095.177a4.336 4.336 0 012.144-.505c-.541.186-1.337.549-1.533 1.138-.255.766-.653.825-.669.827-.042.017-1.234 1.002-1.746 1.427.18-.662.723-2.31 1.804-2.887z\"/>\n    <path fill=\"#964B36\" fill-rule=\"nonzero\" d=\"M212.189 71.294s-.801 1.508-.613 1.743c0 0-.848 1.225-.518 1.838 0 0 .848.659 1.225.376 0 0 .988-1.366.706-2.12 0 0 .66-.894.425-1.46.001.001-.988.048-1.225-.377z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M212.101 71.247c-.214.4-.648 1.269-.648 1.683 0 .035.015.054.022.081-.074.108-.591.891-.591 1.527 0 .139.024.27.086.385.12.105.948.73 1.375.41.053-.069.795-1.104.795-1.897 0-.099-.02-.19-.045-.28.073-.103.47-.681.47-1.211a.81.81 0 00-.058-.313l-.027-.065-.07.003c-.258.012-.964-.023-1.133-.325l-.089-.163-.087.165zm-.981 3.549a.53.53 0 01-.052-.248c0-.473.403-1.18.591-1.453l.038-.054-.041-.064a.121.121 0 01-.01-.057c0-.203.241-.815.574-1.463.298.285.887.32 1.114.318a.63.63 0 01.031.175c0 .496-.451 1.114-.456 1.122l-.032.044.019.051a.795.795 0 01.045.276c0 .719-.731 1.738-.738 1.75-.237.172-.879-.238-1.083-.397z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M211.506 73.109c.018.018.437.433.928.415.24-.008.453-.119.633-.326l-.152-.132c-.142.163-.306.25-.487.257-.401.015-.776-.352-.78-.356l-.142.142z\"/>\n    <path fill=\"#964B36\" fill-rule=\"nonzero\" d=\"M240.766 76.554a.404.404 0 00-.152.101l.152-.101z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M240.645 76.704l.153-.102-.052-.102-.012.008-.001-.002-.151.102v.001l-.01.006z\"/>\n    <path fill=\"#964B36\" fill-rule=\"nonzero\" d=\"M244.23 75.688c-.034-.086-.056-.05-.1-.088-.063-.052-.1-.219-.156-.282-.033-.038-.071-.001-.107-.011-.081-.178-.176-.366-.262-.538a.143.143 0 00.023-.08c0-.007-.04-.144-.043-.15-.024-.038-.063-.016-.086-.075-.026-.059-.006-.176-.016-.245-.007-.058-.03-.09-.026-.172.004-.071.042-.154.037-.216-.002-.039-.048-.127-.062-.16a1.163 1.163 0 01-.109-.428c-.007-.15.023-.242.034-.373.014-.156-.069-.232-.069-.376.001-.11.048-.235.061-.334.018-.135.02-.332.008-.471-.01-.133-.048-.213-.027-.362.006-.037.023-.066.027-.117l-.001-.108v-.214c0-.07.007-.148.001-.216-.006-.056-.039-.115-.039-.159 0-.076.049-.113.038-.217-.006-.075-.017-.092-.035-.157-.033-.123-.01-.248-.03-.38-.01-.063-.03-.083-.036-.156-.008-.085.018-.115.026-.175a.8.8 0 00.01-.202c-.01-.076-.046-.131-.036-.214l-.028.945c-.023-.825-.057-1.589-.057-1.589l-1.255-.589s-.106 2.303-.079 2.624c.025.322.133 2.519.079 2.787-.054.268-.186 1.607-.186 1.607s-.613.429-.853.91c-.241.482-.187.643-.268.643l.596-.093-.444.297a.27.27 0 01.277.043c.01.008.076.065.085.065.023 0 .056-.06.084-.07.093-.031.171.142.258.129.047-.007.111-.056.15-.107.032-.043.044-.117.077-.146.031-.026.105.004.137.004.088 0 .176.003.264 0 .117-.003.211-.168.319-.26.1-.084.174-.114.281-.108.117.009.223.118.343.125.09.004.153.016.226-.079.05-.066.086-.164.134-.233l.296-.046c.059.024.119.051.169.049.076-.003.154-.013.229-.001.028.004.085.071.108.054.016-.012.043-.103.059-.13a.653.653 0 00-.026-.155z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M241.864 67.777c-.004.094-.106 2.311-.08 2.632.025.312.133 2.513.081 2.771l-.187 1.612c-.001-.024-.604.401-.848.891l-.204.538-.053.168.04.016.001.004c.002 0 .001-.003.003-.004l.006.003.339-.052-.228.152.052.101a.218.218 0 01.222.034c.008.008.12.078.12.078l.04.024.044-.077.023-.023c.013-.003.049.029.076.053.047.043.1.09.169.079l.186-.128.07-.138c0 .004.048.011.048.011.052.007.139.008.139.008l.178-.001.259-.176.095-.098.24-.095.146.056.196.069c.103.006.189.011.275-.101l.133-.231c.005.013.26-.027.26-.027-.02.002.163.05.163.05.059-.004.217-.002.217-.002.053.04.105.079.152.042l.055-.1.011-.017.016-.07-.009-.049-.025-.115c-.028-.067-.056-.088-.096-.099-.021-.01-.091-.14-.091-.14l-.079-.147c-.043-.049-.094-.037-.119-.03-.004-.018-.19-.404-.19-.404l-.045-.091c.008-.011.025-.061.025-.061 0-.004-.05-.179-.05-.179l-.004-.017-.063-.039-.017-.016-.009-.127-.002-.107-.014-.062-.012-.097.018-.092.019-.131-.052-.147c-.014-.03-.118-.438-.118-.438l.018-.239.016-.127-.036-.23-.032-.152.033-.191.027-.136.009-.483-.017-.126-.011-.224.028-.119-.001-.328.002-.071-.001-.15-.038-.154.016-.067.022-.156-.023-.121c-.012-.045-.032-.243-.032-.243l-.01-.176-.019-.077-.016-.074.011-.099c.015-.064.024-.282.024-.282l-.021-.088-.015-.109.001-.008-.063-.006-.023-.641c-.032-.049-1.286-.639-1.286-.639l-.077-.037-.008.089zm-1.128 8.472l.197-.516c.231-.462.829-.884.835-.889.024-.041.209-1.642.209-1.642a2.61 2.61 0 00.016-.368c0-.716-.073-2.169-.095-2.434a2.336 2.336 0 01-.004-.17c0-.541.064-1.994.08-2.362l1.174.552a.664.664 0 00-.009.176c0 .406.035 1.363.035 1.363h.077l.02.195c.013.047.032.146.032.146l-.016.107-.021.105.02.096.019.068.001.135-.002.147.001.253c0-.006-.014.056-.014.056-.013.052-.002.311-.002.311l.016.115-.009.459-.025.124-.037.217.039.19.031.182-.016.12-.018.262.113.446c.016.036.057.141.057.141l-.037.212.016.131a.843.843 0 01.011.137l.018.175.081.079c.004-.005.044.132.044.132 0-.012-.016.04-.016.04a.451.451 0 00.048.158l.23.475.087-.009.016-.004-.001.001c0 .008.054.113.054.113l.108.184.062.023.017.031.018.091c.004.003.006.008.006.016 0 .023-.017.06-.017.06l-.01.023-.013-.01-.058-.029-.183-.003c-.056.003-.19-.037-.19-.037-.043-.008-.34.039-.34.039a.63.63 0 00-.105.142l-.065.113c-.048.062-.079.061-.156.056a2.267 2.267 0 01-.171-.057l-.19-.069-.323.122-.106.108-.177.139h-.262c-.072-.015-.132-.027-.175.009l-.057.096-.028.058-.112.085c-.017.003-.052-.03-.074-.051-.052-.045-.114-.102-.194-.075l-.014.004-.06.056c-.006-.014-.03-.038-.03-.038-.048-.036-.097-.042-.146-.055l.299-.199-.041-.105s-.339.052-.486.076c.002-.015.015-.012.018-.028z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M244.053 68.319c0 .339-.232.612-.52.612-.284 0-.518-.273-.518-.612 0-.338.233-.613.518-.613.288 0 .52.275.52.613z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M242.915 68.319c0 .394.278.713.619.713.342 0 .62-.319.62-.713 0-.393-.278-.713-.62-.713-.341.001-.619.321-.619.713zm.201 0c0-.282.188-.513.417-.513.231 0 .419.231.419.513 0 .282-.188.512-.419.512-.229 0-.417-.229-.417-.512zM242.356 67.566c0 .338-.232.612-.519.612-.287 0-.519-.274-.519-.612 0-.338.233-.613.519-.613.287 0 .519.274.519.613z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M241.219 67.566c0 .393.277.713.619.713.341 0 .618-.32.618-.713 0-.393-.277-.714-.618-.714-.342 0-.619.321-.619.714zm.2 0c0-.282.188-.513.419-.513.231 0 .417.23.417.513 0 .282-.187.511-.417.511-.231 0-.419-.23-.419-.511z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M243.252 67.801c0 .339-.232.612-.519.612-.287 0-.518-.273-.518-.612 0-.339.232-.613.518-.613.286 0 .519.274.519.613z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M242.115 67.801c0 .393.277.712.619.712.342 0 .619-.319.619-.712 0-.393-.277-.714-.619-.714-.341 0-.619.321-.619.714zm.201 0c0-.282.188-.513.418-.513.231 0 .418.23.418.513 0 .282-.188.512-.418.512-.23 0-.418-.23-.418-.512z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M242.386 68.359c0 .339-.233.614-.519.614-.286 0-.518-.275-.518-.614 0-.338.232-.612.518-.612.286 0 .519.274.519.612z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M241.248 68.359c0 .394.277.713.619.713.342 0 .62-.32.62-.713 0-.393-.278-.713-.62-.713-.341 0-.619.32-.619.713zm.201 0c0-.282.188-.512.418-.512.231 0 .418.23.418.512 0 .283-.188.513-.418.513-.23 0-.418-.229-.418-.513z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M243.191 68.829c0 .338-.234.613-.519.613-.286 0-.519-.275-.519-.613 0-.338.233-.612.519-.612.285 0 .519.273.519.612z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M242.053 68.829c0 .394.277.715.619.715.342 0 .618-.32.618-.715 0-.393-.276-.713-.618-.713-.342 0-.619.32-.619.713zm.201 0c0-.282.188-.512.418-.512.231 0 .418.229.418.512 0 .283-.188.513-.418.513-.231 0-.418-.23-.418-.513z\"/>\n    <path fill=\"#964B36\" fill-rule=\"nonzero\" d=\"M241.691 76.512c.076 0 .145-.018.209.038l.03.058a.066.066 0 00.063.009c.042.029.051.045.098.056.043.009.091-.002.135-.001.055.002.081.021.133.042.089.037.149.002.226-.054.09-.066.122-.016.209.067.064.062.051.056.11.014a.42.42 0 01.029-.056.4.4 0 01.088-.025c.048-.022.096-.02.141-.037.048-.018.083-.071.133-.062.043.009.093.044.135.057a.3.3 0 01.091.046c.06-.123.192-.16.276-.22.088-.061.169.013.266.014.051 0 .072-.03.109-.042.041-.015.088.006.127-.01.042-.016.049-.056.096-.061.085-.01.18.129.265.155.048.016.269.065.236-.097-.031-.155-.17-.048-.2-.156-.016-.062.016-.15-.003-.219-.017-.063-.086-.137-.128-.15-.052-.017-.082.038-.127-.005-.037-.034-.05-.161-.082-.211-.043.031-.07.06-.126.048-.065-.016-.058-.038-.106-.098-.104-.131-.164.078-.261.045-.073-.023-.141-.207-.198-.282-.03-.04-.117-.17-.161-.141-.075.049-.007.19-.046.252-.028.044-.127-.001-.163.006-.057.012-.067.027-.108.095-.083.136-.13.245-.259.229-.061-.007-.107-.069-.166-.046-.063.024-.099.092-.168.1a.368.368 0 01-.158-.013c-.049-.022-.103-.113-.148-.138a.056.056 0 00-.06-.011 3.897 3.897 0 00-.073-.042c-.078-.023-.071-.02-.103.082-.018.064-.025.129-.048.189a.758.758 0 01-.101.147c-.054.058-.08.043-.15.064-.056.018-.131.106-.162-.007-.045-.171.125-.425-.064-.381-.05.011-.079.021-.109.094-.034.084-.007.139-.022.231-.02.117-.242.312-.198.417.03.074.129-.04.156-.022.045.031.032.105.064.155.067.103.266-.159.277-.017\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M243.469 75.185c-.053.036-.063.091-.063.144 0 .018.002.035.003.051l-.002.072c-.002-.007-.049-.012-.049-.012l-.024-.002-.054-.003-.145.122c-.099.167-.131.21-.202.202l-.049-.02-.144-.023-.086.056-.067.04-.132-.01-.058-.057-.082-.077c-.061-.012-.083-.023-.083-.023l-.062-.034-.108-.004-.059.105c-.007.021-.025.099-.025.099l-.029.105-.09.131c.001-.002-.064.033-.064.033a.586.586 0 00-.117.041c-.02.01-.023.016-.024.019a.195.195 0 01-.002-.031c0-.062.008-.176.008-.176.008-.042.016-.081.016-.116 0-.036-.008-.067-.032-.09-.044-.043-.109-.026-.131-.022-.06.014-.109.032-.149.129l-.022.155-.004.088-.088.155c-.07.1-.144.204-.107.294l.018.047.039.009.127-.031.041.117c.064.096.175.031.235-.004l.059-.03.039-.106c-.05-.026-.104.007-.156.037l-.084.039.001-.001c0-.008-.014-.051-.014-.051l-.089-.167-.09.066-.041.02c.009-.021.077-.117.117-.176l.106-.2.006-.11.014-.107c.02-.049.028-.051.069-.06.018-.003.02-.006.021-.009l-.013.103-.014.286.072.052c.05.02.097-.008.132-.028.032-.017.079-.028.079-.028l.131-.07.11-.163c.002-.001.035-.125.035-.125l.017-.069.016-.053a.687.687 0 00.079.047c.057.01.109.062.109.062l.099.088.189.018.128-.065.055-.038.049.016.09.033c.151.018.219-.094.289-.214.025-.042.095-.111.095-.111.083.016.162.031.2-.031l.02-.144a.352.352 0 01-.003-.045c0-.018.004-.031.01-.038.003.023.073.103.073.103.012.017.07.115.07.115l.168.205c.071.024.127-.023.163-.054l.046-.031.024.021a.987.987 0 00.139.118c.049.011.077-.01.106-.026.007.018.012.038.012.038l.063.138c.049.048.1.03.125.022.045.002.102.058.113.105l.003.219c.024.087.096.097.136.102.043.005.054.007.063.051.001.008.006.029-.003.035-.021.019-.104.014-.159-.005l-.093-.064-.23-.109-.055.063-.02.016-.127.01c-.046.023-.089.039-.089.039l-.083-.018c-.061-.018-.137-.042-.216.013l-.074.045-.175.156-.065-.033a5.16 5.16 0 00-.143-.059l-.129.041a.346.346 0 01-.09.035l-.091.025h.002a6.12 6.12 0 00-.096.027l-.032.06s-.01.009-.016.012l-.008-.009c-.105-.103-.175-.171-.294-.084-.078.056-.114.072-.171.047-.025-.011-.152-.046-.152-.046-.055.003-.125.003-.125.003l-.068-.036-.062-.018c-.002.001-.004.002-.009-.003-.004-.019-.011-.037-.011-.037-.014-.016-.221-.07-.221-.07l.005.114.126.025a.197.197 0 00.018.043l.006.012.074.017.026.02.092.045.103.003a.496.496 0 01.125.022c.146.061.227.014.312-.048.041-.03.041-.03.108.037.093.089.126.108.192.057a.268.268 0 00.056-.079c.001.01.056-.005.056-.005.012-.005.149-.041.149-.041l.063-.037.04-.022.127.056.11.055.051-.038.172-.148.085-.05c.031-.023.06-.015.117.002l.117.023.102-.033c.026-.012.066-.014.066-.014l.018-.001.07-.008.063-.043c.02-.015.13.054.13.054l.13.085c.019.005.186.057.271-.02.027-.023.055-.068.04-.144-.026-.125-.115-.137-.162-.143-.036-.005-.036-.006-.039-.017l.001-.081-.004-.137a.309.309 0 00-.166-.19l-.018-.005-.077.011-.014.004c.004-.001-.027-.088-.027-.088l-.071-.187-.069.069c-.036.027-.043.032-.064.027l-.041-.032c-.033-.045-.136-.11-.136-.11l-.131.059c-.02.017-.044.037-.053.033l-.103-.15-.069-.113c-.071-.096-.157-.213-.242-.158z\"/>\n    <path fill=\"#964B36\" fill-rule=\"nonzero\" d=\"M240.888 75.6c-.001-.015-.004-.029-.004-.044-.053-.01-.113-.066-.162-.067-.046-.003-.136.109-.167.163-.097.161-.07.38-.234.376-.04-.001-.134-.028-.169-.003-.062.043-.023.172-.023.26 0 .083.038 0-.007.107-.013.029-.053.039-.064.078-.033.14.083.095.135.094h.394c.079.002.127-.026.201-.055.049-.016.152-.016.193-.059a.79.79 0 00.069-.153c.01-.054-.01-.119.003-.164.021-.079.091-.049.104-.156.034-.262-.246-.066-.202-.323\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M240.506 75.622l-.076.197c-.036.122-.053.155-.106.153-.039-.004-.203.007-.203.007-.073.051-.063.149-.053.235l.005.072a.128.128 0 01-.001.084 1.35 1.35 0 00-.066.087c-.005.023-.022.091.021.138.041.044.104.036.145.031.025-.003.417-.003.417-.003l.184-.044c.037-.015.09-.026.09-.026l.162-.063.083-.177.002-.105v-.06l.026-.03.081-.134c.023-.181-.088-.21-.148-.226-.057-.015-.068-.017-.056-.095l-.113-.019a.3.3 0 00-.005.057c0 .13.092.155.144.169.047.011.067.017.067.062 0 .011-.002.022-.004.037l-.032.054-.072.095-.003.099.001.069c-.002 0-.058.127-.058.127l-.094.027-.075.016c-.042.016-.18.051-.18.051h-.395a1.513 1.513 0 01-.087.006c.006-.002.009-.03.009-.03.016-.016.059-.069.059-.069a.24.24 0 00.026-.085c0-.021-.009-.037-.032-.05.01.003.012-.024.012-.047l-.001-.032c-.002-.022-.006-.053-.006-.079 0-.024.004-.042.011-.049 0 .003.08.008.08.008.203.01.241-.117.274-.229l.065-.169.121-.136a.68.68 0 00.054.027l.093.038.022-.112-.058-.027-.112-.041c-.101-.004-.217.189-.218.191z\"/>\n    <path fill=\"#00A651\" fill-rule=\"nonzero\" d=\"M243.44 62.146s5.229-7.302 10.837.284c0 0 .047.754-.471 1.555l-.141-.612-.33.094-.094-.377-.614-.047.19-.801-.661.518.095-.566-.754.755.095-1.603-.802 1.367.094-.942-.282.423-.17-.549-.253.549-.378-.282v.377l-.659-.566-.236.754-.33-.8-.095.565-.331-.66-.046.707-1.085-.472.236.66-.517-.376.094.376-.706-.141.046.424-.754-.141.142.376-1.037-.14.376.424-.104.173s5.665-1.868 6.042 5.199l-1.037.518.283-.564-.283-.189-.847-.659.235-.896-.282.095-.048-.518-.141.094-.331-.518-.094.189-.236-.613-.236.425-.142-1.037-.376.66-.048-.377-.142.236-.471-.566-.14.377-.19-.283-.141.33-.518-.472v.378l-.33-.283-.143.189-.799-.424-.049.376-.423-.376-.142.376s5.137 2.922 3.534 7.681l-.284.612-.093-1.601-.471.848.328-1.837-.328.329-.049-.706-.422.706-.144-.8-.187.236-.284-1.226-.236.519-.376-1.367-.282.565-.189-1.177-.189.707-.566-1.037-.093.423-.33-.848-.19.284s-.942-.048-1.225-.284c-.283-.235-1.084 1.414-1.084 1.414l.095-.99-.329.659v-.659l-.613 1.978-.142-1.413-.33 1.225-.142-.376-.094.519-.189-.19-.164.556-.308-.226v.753l-.282-.377-.235 1.131-.141-.47v.517l-.235-.281-.236 1.131-.33-.471-.046.8.14.613-.376-.189.142.988s-1.461-2.732.283-5.371c1.742-2.637 4.098-3.345 4.098-3.345l-.236-.235-.047-.236-1.413.706.048-.425-.378.33-.094-.471-.236.424-.046-.189-.331.519-.189-.754-.235.896-.222-.627-.484 1.332v-.989l-.377 1.037-.141-1.131-.282 1.319V65.4l-.425 1.178-.282-1.13-.189 1.083-.282-.848-.284 1.272-.423-1.131-.236 1.697-.282-.661-.048 1.225-.329-.753.329 1.601-.424-.612.142.989-.612-1.084.047 1.274-.33-.425-.142.471s-.14-4.9 3.204-5.843c3.347-.942 5.514.283 5.514.283l-1.271-1.036.141-.33h-.471l.188-.377-.989.048.282-.377-.755.094v-.235l-.471.376.189-.423-.66.423-.04-.627-.337.534-.187-.566-1.509 1.507.424-1.554-.282.33-.047-.33-.424.66-.095-.472-.189.565-.142-.659-.329.659-.33-.611-.141.801-.236-.425-.283.613-.376-.377-.048.377-.754-.33.189.566-.566-.471-.142.754-.329-.377-.236.943-.231-.898-.235.707s2.946-7.572 10.401-2.632c0 0 .812.794 1.001 1.359.189.566.048.095.048.095l-.142-5.23.283 2.262.188-.801-.047 1.178.753-1.649s-.894 2.733-.565 3.722c0 0 .331-3.156 1.462-3.534l-1.037 2.261.33-.047-.236.472h.283l-.342.748-.177.383.188.377.284-.286z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M241.973 57.061l.13 4.79c-.298-.518-.837-1.061-.866-1.088-2.363-1.569-4.513-2.054-6.404-1.454-1.988.631-3.191 2.319-3.759 3.326l-.06-.228-.342 1.026.188.069c.003-.006.062-.14.149-.322l.231.879.283-1.137.339.388s.109-.586.149-.789l.704.587-.228-.685.67.293.038-.307.334.334.26-.564.278.5.14-.796.285.529.288-.577.159.739.184-.555.069.344.412-.642.04.282.137-.159-.406 1.489 1.661-1.66.203.612.284-.45.031.487.52-.335-.052.117.155.119.309-.246v.14l.632-.079-.27.359 1.032-.05-.184.369h.481a46.8 46.8 0 00-.111.259l.818.666c-.872-.303-2.621-.699-4.964-.04-3.381.954-3.279 5.893-3.277 5.943l.196.025.085-.283.403.517-.043-1.172.409.724.187-.063-.081-.567.181.262.181-.078-.164-.792.165-.031.031-.78.249.582.231-1.662.403 1.077.278-1.249.294.882.175-1.008.249.991.341-.947v.602l.198.021.159-.737.067.541.194.021.183-.502v.42l.195.035.388-1.07.237.669.219-.832.149.601.331-.518.051.208.227-.408.075.373.313-.274-.039.351 1.461-.731.021.107c.015.028.087.104.153.175-.541.203-2.504 1.065-4.001 3.331a5.18 5.18 0 00-.868 2.898c0 1.465.57 2.558.58 2.575l.188-.062-.114-.799.395.198-.189-.821c.003 0 .019-.263.032-.484l.297.425.242-1.155c.049.061.279.335.279.335v-.106c.03.096.058.193.058.193l.271-1.303.33.442v-.858l.263.195.156-.532.204.205.064-.35c.003.005.123.328.123.328s.178-.655.269-.997l.087.869.196.019.417-1.348.189.045.089-.178-.044.453.19.054c.363-.747.799-1.392.931-1.379.298.249 1.182.3 1.283.306l.057.002.114-.17.38.978.107-.485.557 1.022.132-.494.163 1.019.305-.61.381 1.382.227-.502.264 1.139.178-.224.151.848.396-.662.042.607.258-.259-.272 1.52.186.067.304-.545.095 1.657.452-.976a5.76 5.76 0 00.314-1.848c0-3.512-3.425-5.682-3.816-5.918l.061-.162.457.405.053-.422.748.396.129-.171.414.357v-.369l.456.413s.09-.209.122-.288l.195.291.149-.399.451.542.065-.108.05.387.378-.663.143 1.042.277-.5.241.626.116-.234.291.454.084-.056.044.476.227-.076-.205.78.9.7c.005.002.135.09.215.143l-.378.755 1.366-.682-.004-.066c-.124-2.326-.831-3.946-2.098-4.813-1.466-1.001-3.206-.697-3.829-.541l.013-.023-.245-.277.935.128-.138-.368.712.134-.047-.422.728.146-.065-.263.558.406-.268-.749c.274.12 1.003.435 1.003.435l.031-.478.302.604.088-.522.301.732.273-.874.71.608v-.394l.316.236.196-.424.156.501.176-.264-.054.541.187.061.589-1.005-.086 1.448s.499-.498.719-.72l-.085.512s.444-.347.638-.502l-.149.636.658.05.102.407.328-.093.171.741.129-.2c.53-.818.489-1.583.487-1.616-1.741-2.382-3.606-3.555-5.561-3.54-3.12.023-5.397 3.122-5.451 3.197l-.18.179-.105-.208.564-1.229h-.276l.248-.498-.337.049 1.057-2.304-.219.073c-.784.262-1.191 1.703-1.382 2.687.099-1.163.605-2.73.612-2.75l-.187-.074-.541 1.185.027-.668-.198-.027-.061.257-.214-1.707-.197.019zm1.256 5.44l.289-.289.004-.006c.023-.031 2.257-3.1 5.298-3.122 1.886-.014 3.695 1.131 5.375 3.403-.014.001-.019.564-.353 1.206l-.103-.447-.332.094-.086-.346-.569-.043.228-.967-.681.536.104-.62-.789.79.079-1.339-.187-.057-.569.97.049-.485-.184-.066-.166.249-.185-.599-.31.674c-.109-.08-.439-.328-.439-.328v.359l-.609-.522-.198.634-.358-.87-.101.609-.358-.716-.061.935-1.168-.507.204.571-.478-.348.122.492-.685-.138.047.426-.796-.15.145.386-1.14-.154s.434.487.507.572l-.207.342.259-.085c.021-.007 2.208-.706 3.9.452 1.201.822 1.871 2.37 2.002 4.592-.081.042-.432.217-.703.352l.188-.373-.357-.239c.006.003-.652-.509-.788-.614.028-.111.265-1.011.265-1.011l-.339.113-.051-.56-.195.131-.372-.582-.069.143-.231-.6-.193.349-.141-1.031-.375.655a53.144 53.144 0 01-.046-.366s-.184.307-.219.363l-.492-.59-.132.356-.183-.274-.157.369-.582-.528v.386c-.082-.069-.244-.21-.244-.21l-.156.205-.853-.451-.042.331-.39-.347-.225.594.076.043c.043.025 3.789 2.206 3.789 5.789 0 .557-.091 1.149-.301 1.772l-.111.239-.089-1.548s-.262.473-.347.623l.281-1.56-.4.4-.056-.806-.449.752-.134-.756-.197.247-.304-1.311-.244.536-.372-1.352-.26.521-.14-.869-.196-.01-.123.463c-.15-.273-.573-1.053-.573-1.053l-.08.362-.28-.718-.263.394c-.283-.018-.911-.089-1.11-.255a.202.202 0 00-.175-.041c-.247.053-.589.607-.825 1.034l.047-.482-.19-.055-.14.279v-.234l-.196-.03-.466 1.504-.091-.919-.197-.016-.248.922-.16-.425-.125.688a228.53 228.53 0 00-.173-.172l-.17.582-.352-.26v.651l-.236-.314-.2.961c-.007-.029-.028-.091-.028-.091l-.197.029v.24l-.191-.228-.23 1.106-.362-.517-.064 1.089c.001.017.054.252.096.434l-.359-.179.031.216a5.773 5.773 0 01-.23-1.577c0-.85.199-1.83.834-2.791 1.7-2.574 4.02-3.297 4.044-3.305l.161-.048-.349-.348c.002 0 .003-.004.003-.01 0-.04-.028-.181-.028-.181l-.026-.13-1.366.682.056-.498-.441.387-.115-.569-.244.44-.042-.168-.33.518-.227-.907-.253.959-.207-.583s-.244.677-.384 1.06v-.418l-.195-.035s-.123.342-.234.645c-.043-.333-.09-.716-.09-.716l-.198-.009-.084.391v-.23l-.195-.033-.312.867c-.084-.329-.202-.81-.202-.81l-.197.007-.12.69-.271-.814-.289 1.296-.444-1.187-.24 1.731-.14-.327-.193.036-.031.788a46.189 46.189 0 00-.154-.352l-.19.06s.132.648.23 1.119l-.144-.207-.182.072.067.461-.351-.619-.188.053.035.961a67.083 67.083 0 00-.231-.298c.094-1.335.582-4.383 3.103-5.093 3.263-.919 5.415.262 5.436.273l.113-.165s-1.106-.9-1.213-.989l.172-.399h-.463l.194-.385-.947.045.296-.396-.876.11v-.331l-.312.249c.005-.008.158-.354.158-.354l-.801.514-.048-.766-.389.616-.172-.519-1.356 1.355.324-1.189-.173-.092-.137.161a47.94 47.94 0 01-.055-.378l-.435.678-.119-.599-.192.576-.125-.581-.37.743-.376-.696s-.101.569-.141.807l-.195-.349-.305.661-.421-.42-.056.447-.837-.367s.11.334.148.445l-.427-.355-.134.718-.318-.366-.188.75-.088-.338c.505-.945 1.704-2.764 3.748-3.412 1.831-.58 3.922-.102 6.217 1.419-.006-.005.783.771.962 1.307.119.36.124.374.223.342.049-.015.07-.037.07-.082 0-.011-.011-.043-.014-.058l.003-.002-.011-.03c-.009-.04-.012-.069-.033-.137v-.001c0-.069-.042-1.713-.081-3.137l.027.211.155.009-.014.353.192.045.217-.473c-.151.619-.292 1.352-.292 1.93 0 .234.022.443.077.606l.195-.021c.002-.012.062-.533.199-1.163l.28-.04-.223.445h.289l-.473 1.033.271.544.094-.096zm.68-3.985a795.29 795.29 0 00-.882 1.924c.173-.737.453-1.549.882-1.924z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M242.439 62.653l-.031.181.363-.155c-.058.104-.25.437-.25.437l.542-.18-.672.88.16.124 1.069-1.4-.664.221.285-.501-.574.247.119-.718-.199-.033-.148.897z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M241.44 62.711l.231.51a74.768 74.768 0 00-.369-.148l1.087 1.924.139-.178-.219.564.188.073.469-1.206-.173-.098-.377.483-.657-1.161.302.121-.301-.663.408.255v-.717h-.201v.354l-.666-.415.139.302zM240.755 65.126l.08.184c.294-.126.537-.147.721-.059a.567.567 0 01.281.328l.194-.052a.768.768 0 00-.386-.456c-.238-.115-.538-.096-.89.055zM242.665 65.218l.149.134c.02-.021.486-.517 1.268.143l.129-.154c-.935-.791-1.542-.13-1.546-.123z\"/>\n    <path d=\"M241.697 67.141l-.166-1.052\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M241.668 66.1l.165 1.052-.988.155-.165-1.053z\"/>\n    <path d=\"M242.872 66.156l.269.805\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M242.925 66.124l.316.949-.949.316-.316-.948z\"/>\n    <path d=\"M243.475 66.76l.203.804\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M243.561 66.72l.243.97-.97.243-.243-.97z\"/>\n    <path fill=\"#00A651\" fill-rule=\"nonzero\" d=\"M203.354 91.759s-.884-.401-1.286-.108c-.402.295-.347.723-.696.696 0 0 1.339.295 1.633-.054.294-.347.349-.455.349-.455\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M202.009 91.571l-.37.455c-.097.172-.136.231-.258.221l-.03.199c.142.031 1.407.297 1.731-.088l.361-.475-.119-.06.071-.156c-.038-.017-.942-.421-1.386-.096zm-.194.552l.313-.391c.269-.196.845-.018 1.112.093l-.312.403c-.153.181-.75.149-1.237.071a1.32 1.32 0 00.124-.176z\"/>\n    <path fill=\"#00A651\" fill-rule=\"nonzero\" d=\"M203.514 92.13s-.582.777-.381 1.232c.2.456.631.495.529.829 0 0 .576-1.244.299-1.607-.276-.36-.369-.436-.369-.436\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M203.571 92.174l-.138-.103c-.025.034-.614.83-.392 1.333l.364.459c.148.131.197.182.161.3l.188.071c.062-.133.593-1.31.288-1.708l-.386-.456-.085.104zm-.032 1.538l-.314-.391a.44.44 0 01-.033-.177c0-.309.226-.692.363-.888l.327.39c.039.051.057.132.057.231 0 .266-.125.647-.255.981a1.536 1.536 0 00-.145-.146z\"/>\n    <path fill=\"#00A651\" fill-rule=\"nonzero\" d=\"M202.536 89.977s-.928.288-1.031.774c-.107.487.219.771-.058.983 0 0 1.196-.67 1.184-1.126-.011-.456-.041-.571-.041-.571\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M201.407 90.73l.024.586c.042.193.052.264-.045.337l.11.169c.128-.071 1.249-.715 1.236-1.216l-.045-.594-.13.033-.051-.164c-.04.012-.984.311-1.099.849zm.22.543l-.023-.5c.069-.326.617-.577.892-.673l.035.515c0 .236-.461.607-.873.87a1.107 1.107 0 00-.031-.212z\"/>\n    <path fill=\"#00A651\" fill-rule=\"nonzero\" d=\"M203.08 90.298s.44-.867.163-1.279c-.276-.416-.708-.38-.665-.726 0 0-.353 1.324-.018 1.634.336.307.441.367.441.367\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M202.492 90l.459.381.066-.116.152.077c.02-.037.463-.924.158-1.381l-.438-.391c-.168-.104-.226-.145-.211-.267l-.197-.038c-.038.144-.359 1.394.011 1.735zm.136-.147c-.081-.076-.112-.248-.112-.458 0-.243.045-.52.097-.778.052.046.109.088.171.126l.377.331c.052.08.074.184.074.299 0 .288-.128.621-.215.807a59.523 59.523 0 01-.392-.327z\"/>\n    <path fill=\"#00A651\" fill-rule=\"nonzero\" d=\"M202.171 89.982s.021-.969-.408-1.222c-.429-.254-.802-.035-.915-.367 0 0 .257 1.347.693 1.482.437.131.557.139.557.139\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M200.75 88.411c.027.144.281 1.412.762 1.559l.579.144.01-.134.17.004c.001-.043.018-1.032-.457-1.312l-.564-.162c-.197-.021-.267-.034-.306-.149l-.194.05zm.821 1.367c-.228-.07-.435-.635-.555-1.112.069.019.139.037.213.044l.482.135c.286.168.352.767.358 1.059l-.498-.126zM203.497 92.146c0 .023.107.854.107.854l.143-.018-.108-.83c.004.001.347-1.825.347-1.825l-.142-.026-.347 1.845z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M214.108 92.067c.759-.425.911-1.914.911-1.914-.181.548-1.578 1.094-1.578 1.094 1.032-.639 2.275-3.521 2.275-3.521-.334 1.032-3.035 1.881-4.765 2.853-1.731.971-.82 3.764-.82 3.764-.485-.334-1.426-1.821-1.608-3.127-.183-1.305-.699-1.82-1.883-1.972-1.184-.152-1.882 1.183-1.882 1.183l-1.76.912 1.79.06s1.276.426 1.276 1.428-1.123 5.009.727 7.255c1.288 1.561 6.041 2.458 6.041 2.458\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M215.579 87.683c-.215.653-1.581 1.282-2.902 1.89l-1.795.88c-.906.509-1.138 1.462-1.138 2.303 0 .417.057.804.117 1.099-.464-.579-1.056-1.663-1.195-2.659-.188-1.347-.751-1.935-2.007-2.096-1.211-.155-1.911 1.053-2.001 1.216l-2.214 1.147 2.34.078c0 .006 1.137.41 1.137 1.284l-.104.926c-.097.69-.232 1.635-.232 2.635 0 1.322.235 2.738 1.097 3.786 1.306 1.583 5.929 2.47 6.125 2.508l.053-.282c-.047-.008-4.717-.905-5.957-2.407-.809-.982-1.031-2.333-1.031-3.604 0-.981.132-1.916.229-2.595l.107-.966c0-1.093-1.318-1.544-1.374-1.564-.026-.004-.752-.03-1.282-.047l1.313-.681.021-.04c.006-.013.667-1.244 1.737-1.107 1.127.144 1.588.629 1.758 1.85.183 1.311 1.139 2.861 1.67 3.225l.349.24-.131-.403c-.003-.014-.229-.724-.229-1.533 0-.767.202-1.622.983-2.062l1.773-.869c.926-.426 1.784-.841 2.372-1.284-.447.89-1.173 2.183-1.802 2.574l.129.256c.107-.043.81-.332 1.275-.71-.108.446-.314 1.038-.731 1.271l.14.251c.815-.456.978-1.96.984-2.024l-.28-.06c-.065.198-.369.422-.713.621.853-1.061 1.638-2.854 1.679-2.948l-.004-.001.008-.011-.268-.102c.001.001-.005.014-.006.015z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M210.619 95.162s.364-1.792 1.548-1.731c1.184.061 1.518-1.335 2.216-1.548.698-.212 4.31-1.183 4.705-2.914 0 0-.334 2.854-3.642 4.281 0 0 2.67-.881 2.975-1.458 0 0-1.185 2.55-4.068 2.944 0 0 2.701-.212 3.096-.94 0 0-1.214 1.608-3.217 1.821 0 0 1.851.759 2.337.121 0 0-1.002 1.184-2.247 1.274l.335.091s-1.184 1.397-2.489.455c-1.305-.941-1.336.244-1.336.244\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M214.483 91.704l-.142.042c-.318.097-.552.385-.8.69-.356.435-.722.886-1.367.853-1.292-.067-1.68 1.767-1.696 1.845l.281.057c.003-.017.355-1.669 1.4-1.615.788.041 1.24-.514 1.603-.958.221-.27.428-.525.662-.596l.141-.042c.833-.246 2.989-.895 4.063-1.997-.4.936-1.288 2.294-3.241 3.136l.102.268c.202-.066 1.531-.515 2.381-.989-.553.764-1.68 1.944-3.538 2.199l.03.285c.183-.014 1.282-.112 2.157-.385-.539.422-1.325.876-2.304.98l-.565.059.526.216c.14.057 1.048.408 1.765.375-.395.325-.969.697-1.63.746l-.027.282.095.026c-.347.32-1.198.935-2.128.265-.502-.362-.901-.472-1.188-.33-.359.177-.375.665-.376.686l.288.008c.003-.094.048-.355.217-.436.179-.089.497.02.893.305 1.396 1.007 2.67-.463 2.683-.479l.146-.171-.042-.011c1.015-.314 1.772-1.141 1.808-1.183l-.001-.002c.001-.003.004-.003.005-.004l-.224-.18-.007.007c-.256.331-1.07.179-1.662.003 1.709-.407 2.727-1.711 2.773-1.773l-.004-.003c.004-.005.012-.01.015-.016l-.24-.155a1.252 1.252 0 00-.02.024c-.137.239-.629.434-1.218.581 1.674-.883 2.427-2.407 2.45-2.454v-.001l.004-.006-.257-.127c-.112.212-.685.51-1.341.793 1.955-1.484 2.264-3.429 2.276-3.518l.003-.015-.282-.049c-.237 1.029-1.739 1.958-4.467 2.764z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M213.313 97.864s1.525 2.551 1.677 3.916c0 0 2.914 3.218 4.007 3.399 0 0-.516.212-1.458-.576 0 0 .789.819.941.85.151.031-.638-.061-.76-.274 0 0 .335.487.547.548l-.212-.061s-.396-.061-.577-.213c-.183-.151-.061.394-.061.394s-.456-.121-.607-.273c-.152-.151.061.335.061.335l-.394-.091-.273.181s-.03.183-.214.031c-.181-.15-.515 0-.515 0s-.244.213-.364.061c-.12-.151-.581.584-.581.584l-1.911-4.614\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M213.191 97.937c.015.025 1.51 2.539 1.656 3.858l.006.046.031.035c.084.093 1.501 1.644 2.732 2.633l-.179.192c.127.132.264.269.398.398-.009.007-.237.149-.237.149.002.004.008.005.01.008l-.004.003c.017.024.058.081.11.148-.05-.022-.109-.038-.142-.067-.113-.093-.203-.055-.238-.035-.033.021-.099.062-.099.246 0 .02.01.06.011.084-.137-.049-.275-.107-.333-.165l-.084-.085-.148.04a.148.148 0 00-.068.134c0 .031.035.106.047.149l-.21-.047-.358.238s-.006.011-.008.018l-.001-.002c-.243-.202-.624-.04-.667-.021-.09.07-.167.107-.193.104l-.046-.051-.121-.023c-.123.006-.295.186-.49.458l-1.815-4.381-.265.11 2.019 4.872.148-.237c.157-.251.349-.488.423-.529.057.032.122.066.122.066l.372-.15c.047-.014.245-.067.33.004.105.086.202.113.294.079a.252.252 0 00.152-.197l-.061.096s.153-.103.222-.147l.59.136-.093-.255c.173.075.348.127.378.135l.202.054s-.036-.317-.044-.405c.21.107.459.167.494.172h-.001l.333.097.099-.121a.244.244 0 00.012-.068c0-.051-.063-.083-.17-.121l.001-.005c-.004-.002-.012-.012-.016-.014.122.022.219.03.248.022l.394-.113-.415-.169c-.004-.001-.011-.008-.014-.01.322.079.513.021.547.008l.467-.192-.498-.083c-.848-.141-3.08-2.424-3.899-3.326-.182-1.39-1.622-3.817-1.684-3.922l-.247.149z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M212.963 101.54l2.415 4.598-.885.465-2.416-4.598z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M213.335 101.067l4.133 4.627-.746.666-4.132-4.627z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M213.631 100.876l4.716 4.395-.682.732-4.716-4.395zM204.694 90.457s.169.349.171.356c-.017.001-.191.564-.191.564l.139.042.188-.613c-.004-.053-.176-.41-.176-.41l-.131.061zM206.361 90.709s-.308-.551-.576-.344c-.267.206-.421.244-.467.23 0 0 .269.015.422-.13.152-.147.413-.055.621.244z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M206.291 90.625s-.23.269-.544.191l-.313-.076s.267.015.444.023c.175.007.404-.084.413-.138z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M206.214 90.679s-.283-.299-.475-.214c0 0 .337-.108.529.182l-.054.032z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M206.168 90.625s-.322.221-.675-.023l-.022-.017.046-.015c.001.001.445.185.651.055z\"/>\n    <circle cx=\"205.892\" cy=\"90.571\" r=\"1\" fill=\"#000\" fill-rule=\"nonzero\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M206.152 99.051s-.249.458-.119.734c.132.276.723.419.801.787.079.369.276.368.552.317.277-.053.329-.066.329-.066s-1.156-.618-1.459-1.615l-.104-.157zM202.573 91.878l-.047.136c.486.171 1.165-.364 1.193-.386l-.09-.112c-.006.004-.644.509-1.056.362z\"/>\n    <path d=\"M203.889 90.714l-2.275-1.15\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M201.71 89.495l2.276 1.151-.451.892-2.276-1.15z\"/>\n    <path d=\"M202.576 90.018l-.455.455\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M202.495 90l.706.707-.708.707-.706-.708z\"/>\n    <path d=\"M203.086 90.286l-.482-1.044\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M202.7 89.223l.482 1.045-.908.419-.482-1.045z\"/>\n    <path fill=\"#00A651\" fill-rule=\"nonzero\" d=\"M203.755 91.598s1.017-.349 1.098.749c.08 1.098-.054.723-.054.723s-.535-1.178-1.124-1.366l.08-.106z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M203.722 91.504l-.029.01-.183.245.134.043c.54.172 1.059 1.3 1.064 1.311.045.127.125.126.157.119.1-.022.149-.07.088-.891-.026-.361-.151-.617-.373-.764-.362-.24-.838-.081-.858-.073zm.748.241c.166.11.26.316.282.61.015.206.02.34.023.447-.178-.335-.543-.904-.957-1.117.07-.02.401-.107.652.06z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M203.668 91.605l.013.201c.619-.042.77.359.771.363l.197-.041c-.023-.115-.271-.571-.981-.523z\"/>\n    <path fill=\"#964B36\" fill-rule=\"nonzero\" d=\"M243.522 89.712s2.105-2.775 3.971-2.046c1.866.729 3.079 1.08 3.079 1.08s.035 1.869-.957 1.869c-.99 0-1.939-1.866-2.842-1.312-.904.554-1.646 1.313-1.704 1.574-.059.263-2.391.321-1.547-1.165z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M243.477 89.677l-.004.006c-.231.404-.255.736-.072.986.307.42 1.103.453 1.461.377.158-.033.247-.086.263-.157.052-.237.781-.988 1.678-1.538.467-.286.959.134 1.481.578.428.365.87.742 1.331.742a.733.733 0 00.54-.229c.492-.501.475-1.649.475-1.697l-.001-.043-.041-.011c-.011-.004-1.232-.36-3.074-1.079-1.885-.736-3.951 1.951-4.037 2.065zm3.995-1.957c1.761.688 2.924 1.035 3.042 1.069-.001.182-.025 1.149-.442 1.574a.623.623 0 01-.458.195c-.417 0-.844-.365-1.256-.715-.53-.452-1.079-.919-1.615-.589-.895.548-1.665 1.316-1.731 1.612-.012.025-.138.081-.384.095-.437.028-.964-.083-1.155-.389a.526.526 0 01-.076-.281c0-.158.058-.342.176-.548.04-.055 2.103-2.725 3.899-2.023z\"/>\n    <path fill=\"#FFF200\" fill-rule=\"nonzero\" d=\"M237.635 92.161s.058-3.994 3.321-3.819c.618.057.323.787.323.787s.706-.495 1.028.291c0 0 1.029-.466 1.146.555 0 0 1.117-.145.97.758 0 0 .764-.175.736.467 0 0 .882-.35.793.554 0 0 .97-.642.824.524 0 0 1-.699 1.351.467.353 1.165-.999 3.644-2.322 4.285\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M238.81 89.001c-1.188 1.109-1.231 3.138-1.231 3.159l.115.002c0-.02.043-2.001 1.194-3.077.535-.5 1.231-.731 2.066-.687.136.013.232.063.286.151.126.206-.011.554-.013.558l-.071.179.157-.11c.004-.003.299-.205.573-.124.157.046.281.177.369.389l.021.056.056-.024c.004-.003.464-.206.776-.029.161.091.258.272.289.537l.006.057.057-.008c.006 0 .542-.066.791.192.111.116.15.284.116.499l-.014.085.082-.019c.004-.001.361-.079.548.078.084.071.124.181.117.33l-.004.089.083-.033c.004-.001.376-.146.581.008.112.084.156.248.134.487l-.012.12.101-.066c.111-.073.437-.239.61-.131.122.076.164.283.124.6l-.016.129.106-.074c.004-.003.426-.294.794-.166.214.075.371.277.469.602.345 1.138-.982 3.581-2.291 4.216l.05.103c1.346-.652 2.709-3.174 2.352-4.352-.11-.362-.292-.59-.543-.677-.343-.119-.664.045-.8.126a1.22 1.22 0 00.007-.117c0-.244-.064-.408-.193-.488-.216-.134-.506.006-.639.082l.001-.021c0-.216-.063-.371-.186-.464-.213-.16-.514-.08-.628-.043-.01-.144-.048-.269-.143-.347-.195-.163-.468-.129-.573-.11.004-.032.008-.063.008-.093a.595.595 0 00-.161-.433c-.263-.272-.729-.239-.838-.229-.044-.27-.15-.469-.331-.571-.328-.185-.734-.033-.833.008-.101-.215-.236-.358-.414-.41-.219-.064-.418.008-.544.07a.98.98 0 00.033-.241.538.538 0 00-.069-.281c-.073-.12-.2-.191-.376-.206-.867-.045-1.591.197-2.149.719z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M246.702 92.402c.004.031.44 3.125-1.315 4.256l.062.098c1.818-1.173 1.37-4.339 1.367-4.371l-.114.017zM244.59 95.791l.081.082c1.111-1.081 1.35-3.994 1.358-4.117l-.114-.01c-.002.031-.244 2.994-1.325 4.045zM243.554 95.098l.115.009c.143-1.799 1.549-3.856 1.564-3.877l-.095-.064c-.015.02-1.439 2.103-1.584 3.932zM242.737 94.573l.115.011c.2-2.17 1.633-3.799 1.647-3.814l-.085-.077c-.016.016-1.473 1.672-1.677 3.88zM241.601 93.848l.115.004c.114-2.562 1.795-3.82 1.812-3.832l-.068-.093c-.017.013-1.743 1.3-1.859 3.921zM240.549 93.211l.116-.003c-.084-2.332 1.709-3.728 1.727-3.742l-.07-.091c-.017.014-1.857 1.444-1.773 3.836zM238.657 92.357l.114.014c.312-2.524 2.559-3.181 2.582-3.188l-.031-.11c-.024.006-2.345.683-2.665 3.284z\"/>\n    <path fill=\"#964B36\" fill-rule=\"nonzero\" d=\"M235.535 103.092s-.582.611-.319.758c.263.145.787-.031.787-.234-.001-.205-.35-.582-.468-.524z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M235.491 103.002l-.016.007-.012.012c-.076.081-.452.489-.413.748.01.073.052.132.117.168.211.117.545.064.745-.053.123-.074.192-.169.192-.269 0-.207-.232-.482-.391-.581-.087-.051-.16-.063-.222-.032zm-.227.759c-.011-.006-.014-.011-.015-.021-.002-.004-.002-.009-.002-.014 0-.119.184-.366.331-.527.091.028.324.284.324.417 0 .013-.02.051-.093.095-.145.085-.405.128-.545.05z\"/>\n    <path fill=\"#964B36\" fill-rule=\"nonzero\" d=\"M235.069 103.675s-1.078-.614-1.924.844c-.847 1.458-1.545 3.819-2.041 4.14-.495.32 4.81-2.332 4.869-3.44 0 0 .349-1.429-.204-1.4-.554.031-.583.089-.7-.144z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M233.058 104.47c-.38.656-.733 1.498-1.045 2.241-.368.876-.716 1.704-.963 1.865l.042.21c.293-.046 4.923-2.459 4.981-3.56.023-.09.248-1.052-.028-1.384a.328.328 0 00-.282-.122l-.263.018c-.277.021-.278.021-.341-.107l-.014-.027-.027-.015c-.01-.007-1.174-.646-2.06.881zm-.86 2.318c.309-.737.66-1.573 1.034-2.218.77-1.328 1.707-.85 1.777-.813.113.195.223.202.507.18l.258-.018a.13.13 0 01.118.049c.065.078.089.234.089.417 0 .266-.052.59-.106.809-.043.813-3.302 2.633-4.432 3.207.224-.357.468-.927.755-1.613z\"/>\n    <path fill=\"#00A651\" fill-rule=\"nonzero\" d=\"M235.71 96.999s-.553-3.703 1.662-4.868c0 0 .409-.088.642.437 0 0 1.167-.495 1.196.495 0 0 .582-.466.728.175 0 0 1.254-.262 1.02.671 0 0 1.049-.291.961.611 0 0 1.05-.379.874.409 0 0 1.107-.262.846.642 0 0 1.371-.145.962.816 0 0 1.02-.262.787.525 0 0 1.341.234.728 1.079-.612.844-2.157 2.127-3.671 2.681\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M237.361 92.076c-2.241 1.175-1.712 4.895-1.707 4.932l.114-.016c-.006-.037-.522-3.676 1.631-4.809 0 .003.353-.064.563.409l.022.051.052-.022c.006-.003.579-.241.899-.036.137.088.21.25.217.481l.004.114.09-.07c.003-.003.259-.204.448-.139.09.031.154.126.19.281l.012.056.056-.012c.006-.001.635-.128.881.129.099.104.123.263.07.472l-.023.096.096-.027c.004-.001.497-.134.746.076.116.096.164.257.142.475l-.009.09.085-.03c.149-.054.572-.161.741-.012.076.067.096.186.059.354l-.02.089.089-.021c.006-.002.526-.121.733.096.092.097.108.256.045.473l-.024.081.086-.009c.007-.001.691-.069.908.225.088.12.087.292-.006.511l-.045.107.112-.029c.138-.035.53-.093.682.066.077.079.088.209.036.387l-.018.063.063.01c.007.001.671.122.814.474.06.147.019.32-.122.515-.642.888-2.182 2.126-3.645 2.661l.039.108c1.484-.544 3.047-1.799 3.699-2.701.115-.158.171-.306.171-.444a.47.47 0 00-.035-.181c-.149-.369-.705-.503-.847-.532.013-.058.027-.116.027-.167a.373.373 0 00-.1-.272c-.181-.189-.542-.145-.703-.116.028-.087.057-.174.057-.248a.467.467 0 00-.088-.281c-.227-.306-.782-.286-.94-.274.015-.066.031-.132.031-.189a.443.443 0 00-.116-.32c-.205-.215-.602-.171-.762-.143.005-.03.011-.064.011-.091a.365.365 0 00-.117-.29c-.214-.189-.626-.079-.774-.034l.001-.025c0-.205-.062-.36-.188-.465-.239-.202-.613-.149-.769-.117.007-.047.019-.097.019-.141a.488.488 0 00-.13-.352c-.272-.282-.855-.184-.957-.166-.049-.152-.115-.275-.229-.316-.194-.068-.388.045-.483.11-.025-.218-.101-.388-.25-.484-.341-.218-.853-.03-.958.012-.252-.501-.672-.425-.676-.423z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M242.191 100.094l.041.107c1.14-.439 3.12-3.141 3.204-3.256l-.093-.069c-.021.03-2.044 2.791-3.152 3.218zM241.541 99.601l.056.1c.992-.553 2.967-3.169 3.05-3.28l-.091-.069c-.02.028-2.044 2.708-3.015 3.249zM240.979 99.373l.074.088c1.047-.869 2.573-3.741 2.638-3.863l-.102-.054c-.015.029-1.58 2.974-2.61 3.829zM240.465 98.711l.114.016c.199-1.452 2.238-3.737 2.258-3.759l-.085-.077c-.085.094-2.084 2.333-2.287 3.82zM236.382 96.945l.115-.01c-.171-2.05 1.545-4.309 1.563-4.332l-.091-.069c-.019.022-1.762 2.316-1.587 4.411zM237.461 97.126l.114-.02c-.284-1.644 1.658-3.982 1.678-4.005l-.088-.075c-.082.098-1.996 2.402-1.704 4.1zM239.122 97.729l.115-.003c-.056-1.877 1.744-3.758 1.763-3.778l-.082-.08c-.02.02-1.855 1.936-1.796 3.861z\"/>\n    <path fill=\"#00A651\" fill-rule=\"nonzero\" d=\"M234.515 100.731s-.904-3.089.817-3.877c0 0 .319-.088.377.233 0 0 .38-.496.672-.058 0 0 .874-.408 1.079.233 0 0 .582-.496.875.232 0 0 .554-.232.554.35 0 0 .758-.321.758.379 0 0 .727-.291.582.495 0 0 1.108.175.788.699 0 0 .993.262.612.671 0 0 1.078-.117.495.612 0 0 .817-.262.35.642-.467.903-1.923 1.894-2.944 2.01\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M235.718 96.998l-.1-.163-.301-.038c-1.755.802-.894 3.821-.857 3.949l.11-.032c-.01-.031-.87-3.052.786-3.81-.008.004.203.029.203.029l.138.236.059-.049c.002-.003.173-.222.354-.216.082.003.157.055.224.155l.027.042.045-.022c.004-.002.462-.211.765-.078.115.05.192.141.235.277l.026.081.065-.055c.003-.002.236-.197.461-.141.133.034.244.151.323.351l.021.054.054-.022c.003-.001.226-.093.362-.003.075.051.113.151.113.299v.086l.08-.033c.004-.001.348-.144.541-.016.09.06.136.175.136.342v.084l.079-.031c.003-.001.29-.113.436.006.086.071.109.214.07.426l-.011.058.058.01c.182.028.676.151.778.374.033.072.023.15-.031.238l-.04.066.075.019c.161.044.594.196.651.391.016.059-.006.12-.066.186l-.104.112.152-.017c.128-.013.508-.02.589.129.044.082-.006.217-.144.391l-.119.149.18-.057c.08-.026.304-.07.385.026.069.082.032.272-.105.536-.456.884-1.892 1.864-2.899 1.979l.013.114c1.038-.117 2.518-1.129 2.99-2.041.164-.321.194-.537.088-.662-.108-.127-.279-.103-.393-.079.064-.104.133-.208.133-.288a.236.236 0 00-.03-.121c-.108-.198-.446-.202-.607-.192.021-.042.056-.082.056-.123a.299.299 0 00-.01-.073c-.075-.259-.528-.409-.676-.452.021-.05.046-.098.046-.144a.33.33 0 00-.03-.133c-.134-.291-.673-.405-.811-.43.006-.049.014-.098.014-.142 0-.153-.044-.267-.129-.338-.166-.135-.412-.069-.502-.038-.017-.159-.054-.3-.158-.368-.211-.141-.505-.047-.6-.012-.016-.14-.045-.265-.135-.325-.152-.101-.344-.05-.422-.024-.092-.202-.216-.333-.374-.372-.244-.061-.452.084-.518.136-.057-.127-.13-.239-.25-.292-.334-.146-.77.041-.834.07-.079-.098-.166-.172-.27-.176-.192-.007-.332.136-.395.207z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M235.161 101.13l.108-.04c-.654-1.734.481-3.955.493-3.976l-.103-.053c-.012.022-1.17 2.286-.498 4.069zM235.918 101.243l.11-.035c-.57-1.766.396-4.134.406-4.157l-.107-.044c-.009.023-.991 2.43-.409 4.236zM239.043 103.007l.039.109c1.86-.669 3.076-2.365 3.088-2.381l-.094-.067c-.01.016-1.205 1.684-3.033 2.339zM238.661 102.602l.047.105c1.484-.669 2.867-2.536 2.88-2.556l-.092-.067c-.015.019-1.379 1.861-2.835 2.518zM238.301 102.462l.067.093c1.16-.841 2.651-2.996 2.667-3.017l-.094-.064c-.016.021-1.495 2.159-2.64 2.988zM236.441 101.38l.114-.016c-.257-1.854.943-4.052.956-4.074l-.101-.056c-.013.023-1.231 2.254-.969 4.146zM237.247 101.883l.077.085c1.197-1.08 1.605-3.993 1.621-4.116l-.114-.016c-.003.03-.418 2.995-1.584 4.047z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M238.067 102.228l.067.093c1.69-1.222 2.148-3.568 2.151-3.591l-.112-.022c-.004.023-.454 2.324-2.106 3.52zM238.262 97.171c0 .11.006.219.016.33-.002-.009-1.281 4.146-1.281 4.146l.11.034 1.285-4.169c-.198-2.015 1.574-4.215 1.591-4.236l-.089-.072c-.018.019-1.632 2.022-1.632 3.967z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M239.602 98.185c-.017.058-.407 2.905-1.942 3.955l.065.095c1.579-1.08 1.962-3.886 1.978-4.004.681-.811 2.251-3.653 2.267-3.682l-.101-.055c-.016.028-1.579 2.862-2.267 3.691z\"/>\n    <path fill=\"#00A651\" fill-rule=\"nonzero\" d=\"M235.593 103.178s-1.924-1.865-1.019-2.419c0 0 .407.116.553.524 0 0 .466-.67.729.029 0 0 .7-.233.7.234 0 0 .611 0 .553.408 0 0 .642-.059.526.349 0 0 .7-.088.67.291 0 0 .613.029.555.436 0 0 1.048.175.582.701 0 0-1.837.378-3.119-.146 0 .002-.671-.232-.73-.407z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M234.279 101.121c-.084.77 1.219 2.044 1.275 2.099l-.014-.024c.063.192.647.405.764.445 1.281.524 3.074.164 3.149.148.114-.115.165-.219.165-.313a.266.266 0 00-.016-.092c-.098-.276-.585-.381-.702-.401l-.059-.229c-.146-.175-.417-.203-.49-.209a.265.265 0 00-.074-.174c-.156-.151-.458-.137-.576-.128.001-.011.005-.023.005-.033a.253.253 0 00-.06-.168c-.126-.153-.4-.152-.499-.147l-.058-.216c-.15-.175-.441-.186-.501-.187-.013-.09-.034-.173-.102-.222-.19-.135-.512-.053-.604-.025-.08-.181-.18-.291-.306-.306-.206-.026-.369.16-.44.249a.987.987 0 00-.547-.483c-.201.101-.291.239-.31.416zm2.065 2.412c-.269-.094-.662-.27-.696-.372l-.005-.014-.009-.01c-.013-.011-1.245-1.214-1.245-1.938 0-.022.002-.043.004-.065a.414.414 0 01.209-.32c.003.018.345.136.471.491l.038.105.064-.091c.056-.081.234-.284.388-.264.094.011.174.105.239.28l.02.051.053-.017c.104-.034.407-.103.546-.002.052.037.078.096.078.181v.057h.057c.003 0 .318.003.447.152l.061.239.05.018c.093-.009.354-.006.445.103.035.043.041.098.02.173l-.023.083.086-.011c.113-.014.435-.024.557.093.033.031.05.07.05.119l-.006.078.059.003c.004 0 .321.016.45.174l.059.233.038.029c.156.026.576.137.645.334.006.018.01.036.01.056 0 .065-.036.137-.105.215 0-.014-1.807.347-3.055-.163z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M235.071 101.294c.011.06.268 1.474.562 1.973l.099-.058c-.284-.481-.544-1.92-.547-1.935l-.114.02zM235.798 101.313c.012.704.016 1.859-.023 1.962l.107.042c.059-.148.037-1.696.032-2.005l-.116.001z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M235.862 103.33l.105.047c.493-1.073.645-1.812.647-1.819l-.113-.023c-.003.006-.152.736-.639 1.795z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M235.973 103.363l.058.099a2.479 2.479 0 001.134-1.494l-.112-.025c-.002.009-.21.914-1.08 1.42zM236.142 103.443l.011.114c.896-.089 1.506-1.178 1.532-1.224l-.101-.056c-.005.011-.607 1.082-1.442 1.166z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M236.232 103.501l.007.115c1.438-.088 2.086-.948 2.112-.985l-.093-.068c-.006.008-.644.853-2.026.938z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M236.335 103.53l-.023.112c.078.018 1.91.406 2.538-.549l-.096-.063c-.584.89-2.401.504-2.419.5z\"/>\n    <path fill=\"#964B36\" fill-rule=\"nonzero\" d=\"M235.215 103.85s-1.107.26-1.341 1.834c-.233 1.576-1.779 2.391-1.866 2.449\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M233.818 105.677c-.194 1.307-1.327 2.105-1.805 2.388l.058.098c.492-.29 1.659-1.112 1.86-2.469.224-1.514 1.254-1.777 1.297-1.788l-.026-.111c-.011.001-1.148.287-1.384 1.882z\"/>\n    <path fill=\"#964B36\" fill-rule=\"nonzero\" d=\"M250.572 88.746s-1.685.586-1.393 1.753\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M249.123 90.513l.112-.028c-.277-1.102 1.341-1.677 1.357-1.683l-.038-.108c-.018.004-1.732.615-1.431 1.819z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M194.675 35.961v51.797c0 4.351 1.971 8.243 4.866 11.597 2.895 3.354 6.72 6.192 10.537 8.503 7.635 4.622 15.422 7.181 15.422 7.181s7.786-2.559 15.422-7.181c3.818-2.311 7.643-5.149 10.538-8.503 2.895-3.354 4.866-7.246 4.866-11.597V35.961h-61.651zm1.05 1.05h59.55v50.747c0 4.034-1.817 7.683-4.603 10.913-2.787 3.229-6.537 6.013-10.294 8.287-7.386 4.471-14.627 6.882-14.878 6.966-.251-.083-7.492-2.494-14.878-6.966-3.757-2.274-7.507-5.058-10.294-8.287-2.787-3.229-4.603-6.878-4.603-10.913V37.011z\"/>\n  </g>\n</svg>\n</li><li title=\"cif fm \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 159\">\n  <g fill=\"none\">\n    <path fill=\"#75B2DD\" d=\"M.5.552h300v157.895H.5z\"/>\n    <path fill=\"#FFF\" d=\"M135.483 27.252l9.281 6.743-3.545 10.91 9.281-6.743 9.281 6.743-3.545-10.91 9.281-6.743h-11.472l-3.545-10.91-3.493 10.91zM87.342 79.5l10.91 3.545v11.472l6.743-9.281 10.911 3.545-6.743-9.281 6.743-9.281-10.911 3.545-6.743-9.281v11.472zM135.483 131.748h11.472l3.545 10.91 3.545-10.91h11.472l-9.281-6.743 3.545-10.911-9.281 6.743-9.281-6.743 3.545 10.911zM185.094 70.219l6.744 9.281-6.744 9.281 10.911-3.545 6.743 9.281V83.045l10.91-3.545-10.91-3.545V64.483l-6.743 9.281z\"/>\n  </g>\n</svg>\n</li><li title=\"cif fr \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 201\">\n  <g fill=\"none\">\n    <path fill=\"#ED2939\" d=\"M.5.5h300v200H.5z\"/>\n    <path fill=\"#FFF\" d=\"M.5.5h200v200H.5z\"/>\n    <path fill=\"#002395\" d=\"M.5.5h100v200H.5z\"/>\n  </g>\n</svg>\n</li><li title=\"cif ga \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 225\">\n  <g fill=\"none\">\n    <path fill=\"#3A75C4\" d=\"M.5 0h300v225H.5z\"/>\n    <path fill=\"#FCD116\" d=\"M.5 0h300v150H.5z\"/>\n    <path fill=\"#009E60\" d=\"M.5 0h300v75H.5z\"/>\n  </g>\n</svg>\n</li><li title=\"cif gb \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 151\">\n  <g fill=\"none\">\n    <path fill=\"#FFF\" d=\"M.5.5h299.843v149.983H.5z\"/>\n    <path fill=\"#CF142B\" d=\"M135.428 90.444v60.039h29.988V90.444h134.928V60.46H165.416V.5h-29.988v59.96H.5v29.984z\"/>\n    <path fill=\"#00247D\" d=\"M175.415 49.049V.5h97.08zM175.415 101.933v48.55h97.08zM125.428 101.933v48.55H28.349zM125.428 49.049V.5H28.349zM.501 14.442v36.051h72.087zM300.343 14.442v36.051h-72.087zM300.343 136.541V100.49h-72.087zM.501 136.541V100.49h72.087z\"/>\n    <path fill=\"#CF142B\" d=\"M300.343.5h-16.654L183.9 50.493h16.654L300.5.5M116.943 100.487h-16.654L.5 150.48h16.654l99.946-49.993M83.768 50.532h16.653L.5.5v8.385zM217.023 100.468h-16.654L300.29 150.5v-8.385z\"/>\n  </g>\n</svg>\n</li><li title=\"cif gd \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 181\">\n  <g fill=\"none\">\n    <path fill=\"#CE1126\" d=\"M.5.5h300v180H.5z\"/>\n    <path fill=\"#007A5E\" d=\"M25.7 25.7h249.6v129.6H25.7z\"/>\n    <path fill=\"#FCD116\" d=\"M25.7 25.7h249.6L25.7 155.3h249.6z\"/>\n    <circle cx=\"150.5\" cy=\"90.5\" r=\"21.6\" fill=\"#CE1126\"/>\n    <path fill=\"#CE1126\" d=\"M41.15 90.746c2.702 5.034 7.959 10.512 12.549 12.438.074-5.112-1.74-11.664-4.22-16.884l-8.329 4.446z\"/>\n    <path fill=\"#FCD116\" d=\"M36.567 73.478c3.918 8.166-10.16 27.648 13.294 32.214-2.894-3.948-4.759-10.464-4.053-15.696 4.921 1.872 10.098 7.35 12.19 11.538 6.138-22.29-15.744-20.934-21.431-28.056zM131.669 84.382l11.638 8.455-4.445 13.682 11.638-8.456 11.638 8.456-4.445-13.682 11.638-8.455h-14.386L150.5 70.7l-4.445 13.682zM79.373 9.485l6.877 4.996-2.627 8.084 6.877-4.996 6.877 4.996-2.627-8.084 6.878-4.996h-8.539L90.5 1.4l-2.588 8.085zM139.373 9.485l6.877 4.996-2.627 8.084 6.877-4.996 6.877 4.996-2.627-8.084 6.877-4.996h-8.539L150.5 1.4l-2.588 8.085zM199.373 9.485l6.877 4.996-2.627 8.084 6.877-4.996 6.877 4.996-2.627-8.084 6.878-4.996h-8.539L210.5 1.4l-2.588 8.085zM198.873 165.485l6.877 4.996-2.627 8.085 6.877-4.997 6.877 4.997-2.627-8.085 6.878-4.996h-8.539L210 157.4l-2.588 8.085zM138.873 165.485l6.877 4.996-2.627 8.085 6.877-4.997 6.877 4.997-2.627-8.085 6.878-4.996h-8.539L150 157.4l-2.588 8.085zM78.873 165.485l6.877 4.996-2.627 8.085L90 173.569l6.877 4.997-2.627-8.085 6.878-4.996h-8.539L90 157.4l-2.588 8.085z\"/>\n  </g>\n</svg>\n</li><li title=\"cif ge \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 300 200\">\n  <g fill=\"none\">\n    <path fill=\"#FFF\" d=\"M0 0h300v200H0z\"/>\n    <path fill=\"red\" d=\"M0 80h300v40H0z\"/>\n    <path fill=\"red\" d=\"M130 0h40v200h-40zM85 33.144s-7.257 1.025-14.843 1.409C70.676 27.473 71.856 20 71.856 20H58.145s.998 7.071 1.393 14.55C51.906 34.163 45 33.145 45 33.145v13.711s7.152-1.279 14.568-1.76C59.196 52.873 58.145 60 58.145 60h13.711s-1.315-7.348-1.78-14.87c7.187.505 14.925 1.725 14.925 1.725V33.144H85zM85 153.144s-7.257 1.025-14.843 1.409c.519-7.08 1.699-14.553 1.699-14.553H58.145s.998 7.071 1.393 14.55C51.906 154.163 45 153.145 45 153.145v13.711s7.152-1.279 14.568-1.76c-.372 7.777-1.423 14.905-1.423 14.905h13.711s-1.315-7.348-1.78-14.87c7.187.505 14.925 1.725 14.925 1.725v-13.712H85zM255 33.144s-7.257 1.025-14.843 1.409c.52-7.08 1.699-14.553 1.699-14.553h-13.711s.998 7.071 1.393 14.55C221.905 34.163 215 33.145 215 33.145v13.711s7.152-1.279 14.568-1.76c-.372 7.777-1.423 14.905-1.423 14.905h13.711s-1.315-7.348-1.78-14.87c7.187.505 14.924 1.725 14.924 1.725V33.144zM255 153.144s-7.257 1.025-14.843 1.409c.52-7.08 1.699-14.553 1.699-14.553h-13.711s.998 7.071 1.393 14.55c-7.633-.387-14.538-1.405-14.538-1.405v13.711s7.153-1.279 14.568-1.76c-.372 7.777-1.423 14.905-1.423 14.905h13.711s-1.315-7.348-1.78-14.87c7.187.505 14.924 1.726 14.924 1.726v-13.713z\"/>\n  </g>\n</svg>\n</li><li title=\"cif gh \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 201\">\n  <g fill=\"none\">\n    <path fill=\"#006B3F\" d=\"M.5.5h300v200H.5\"/>\n    <path fill=\"#FCD116\" d=\"M.5.5h300v133.333H.5\"/>\n    <path fill=\"#CE1126\" d=\"M.5.5h300v66.667H.5\"/>\n    <path fill=\"#000\" d=\"M114.5 92.5h70.667L128.5 133.833 149.834 66.5l22.666 67.333\"/>\n  </g>\n</svg>\n</li><li title=\"cif gm \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 201\">\n  <g fill=\"none\">\n    <path fill=\"#CE1126\" d=\"M.5.5h300v66.667H.5z\"/>\n    <path fill=\"#FFF\" d=\"M.5 67.167h300v66.666H.5z\"/>\n    <path fill=\"#0C1C8C\" d=\"M.5 78.278h300v44.444H.5z\"/>\n    <path fill=\"#3A7728\" d=\"M.5 133.833h300V200.5H.5z\"/>\n  </g>\n</svg>\n</li><li title=\"cif gn \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 201\">\n  <g fill=\"none\" fill-rule=\"evenodd\">\n    <path fill=\"#E32118\" fill-rule=\"nonzero\" d=\"M.5.5h300v200H.5z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M.5.5h300v133.333H.5z\"/>\n    <path fill=\"#3E9A00\" fill-rule=\"nonzero\" d=\"M.5.5h300v66.667H.5z\"/>\n    <path fill=\"#0073CE\" fill-rule=\"nonzero\" d=\"M.5.5v200l75-100z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M169.417 113.167l2.083 3h0l1.917-2.834-1.334-2.416zM156.167 121.917l.167 3s.833 0 1.583-.25c.667-.25 1.25-.75 1.25-.75l-.083-1.583-2.917-.417h0zM145 121.917l-.167 2.917s-.75 0-1.5-.167c-.667-.167-1.25-.583-1.25-.583l-.833-2 3.75-.167h0zM134.5 80.4h31.917v33.433c0 11.25-14.667 2.583-15.917 8.583-2.167-6.167-15.917 2.75-15.917-9.25 0-11.666-.083-32.766-.083-32.766h0zM131.583 113.167l-2.166 3-2.334-3.834 1.75-1.833z\"/>\n    <path fill=\"gold\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M149.417 75.717l-1.834.083-.916 1.641-1-1.566-1.834.075.834-1.65-1-1.567 1.916-.083.834-1.642 1 1.567 1.833-.075-.833 1.65zM141.583 76.325l-1.833.45-.5 1.775-1.333-1.333-1.75.433.5-1.775-1.25-1.35 1.75-.442.5-1.783L139 73.633l1.833-.433-.583 1.783zM134 77.883l-1.667.825-.083 1.85-1.583-1.016-1.667.816.167-1.85-1.584-1.025 1.667-.833.167-1.85 1.5 1.016 1.666-.816-.083 1.85zM151.833 75.717l1.834.083.833 1.641 1-1.566 1.833.075-.833-1.65 1-1.567-1.833-.083-.917-1.642-1 1.567-1.833-.075.833 1.65zM159.667 76.325l1.75.45.5 1.775 1.333-1.333 1.75.433-.5-1.775 1.333-1.35-1.833-.442-.5-1.783-1.333 1.333-1.75-.433.5 1.783zM167.167 77.883l1.666.825.084 1.85 1.583-1.016 1.667.816-.084-1.85 1.5-1.025-1.666-.833-.084-1.85-1.583 1.016-1.667-.816.167 1.85z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M142 123.917v4c0 2.833 17.167 2.833 17.167 0v-4c0 2.083-17.167 1.666-17.167 0z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M126.667 118.667c1.5 7.667 15.333 7.833 15.333 7.833v-2.583c-.333-1 .25-1.333 2.5-1.667.917-.083.5-1.417.5-1.417s-6 1.083-10.25-.583c-5.75-2.333-6.583-6.833-6.583-6.833s-.417 3.5-1.5 5.25h0zM174.417 118.667c-1.417 7.667-15.25 7.833-15.25 7.833v-2.583c.25-1-.333-1.333-2.583-1.667-.917-.083-.417-1.417-.417-1.417s6 1.083 10.25-.583c5.667-2.333 6.333-6.833 6.333-6.833s.583 3.5 1.667 5.25h0z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M127.75 115.75c-3.833-2.083-.833-4.25-.5-10.417.583 3.75 4.833 5.333 4.333 7.75-1.75.083-2.583-2.583-3.417.333l-.416 2.334h0zM173.333 115.75c3.833-2.167.667-4.25.333-10.417-.583 3.75-4.75 5.333-4.25 7.75 1.667.083 2.5-2.583 3.333.333l.583 2.25v.084h.001z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M147.25 128.917v-2.667h1.5c.167.083.333.167.417.25.083.167.167.333.167.5 0 .167-.083.333-.083.417-.083.167-.167.25-.25.333-.083 0-.167.083-.25.083-.167 0-.333.083-.583.083h-.333v1h-.585v.001zm.583-2.25v.75h.667c.083-.083.167-.083.167-.167.083-.083.083-.083.083-.167 0-.167 0-.25-.083-.25-.083-.083-.167-.167-.25-.167H147.833v.001zm4.084 2.25h-.583l-.25-.667H150l-.25.667h-.583l1.083-2.667h.583l1.084 2.667zm-1-1.084l-.417-1-.333 1h.75zm1 1.084v-.5l1.417-1.75h-1.25v-.417h2v.417l-1.5 1.75h1.5v.5h-2.167z\"/>\n    <path fill=\"#73452B\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M152.75 117.083s-.417.417-1.167.083c-.75-.334-.833-21.417-.833-21.417 1.667-1.833 3-2.417 3-2.417l1 .833c-3.75 1.917-3.417 4.667-3.083 9.417.083 1.75.083 4 .5 6.167.583 2.75 1.75 5.083 1.833 6.833.083 1.085-1.25.501-1.25.501h0z\"/>\n    <path fill=\"#73452B\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M150.167 92.833h1.5c-1.25 12.083-.167 19.25-.167 22.75 0 1.167.667 1.583.583 1.583-1.5 1.667-2.25-.083-2.25-.083l.334-24.25h0z\"/>\n    <path fill=\"#A36629\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M147.833 117.083c-1.417.667-1.583-.667-1.5-.833 3.083-6.25 4.417-20 1.583-21.5l.167-1.333c1.083.333 2.083 1.75 2.083 1.75.417 15.417 0 21.75-.25 22-1.5 1.583-2.083-.25-2.167-.417\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M147.75 116.833c-.25-1.333 2.167-4.75 2-8.333M151.833 111.417c.75 2.083 1.083 3.917.917 5.667\"/>\n    <path fill=\"#009A3B\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M155.083 87.167c.5-.583.5-.583 1.417-.583.167-1.25 2.25-1.25 2.417.333 1.667-.333 2 .667 1.333 1.667 1.583-.417 3 0 2.583 1.833 2.833.75 1.75 2.75.5 3.167-.167 1.25-1.333 1.667-2.917 1.167-2 1.417-3.167.917-4.083-.5-2.25.333-2.417-.167-3.417-1.417-1.75.75-2.083.75-3.583-.167-.083 1.167-.5.833-1.25.75.083 1.5-.5 2.167-1.833 1.667 1 2.083-1.583 3-2.833 1.25-1.167.083-1.25-.25-1.833-.667-.5 1.667-2.333 1.417-2.667.5-2.333-.333-2.083-1.583-.167-1.667.167-1.333 1.333-1.083 2.083-.917.083-.833.583-.667 1-.5-.25-.583-.083-.917.667-1.083-1.083-1.417-.417-1.917.667-2.417-.583-1.333.417-1.25 1.167-1.333-.083-1.417.333-1.667 1.833-1.833-.167-.5.083-.917.917-.917-.5-1.417.167-1.742 1.667-1.5.25-2.058 4.667-1.083 4.333 1.75 1.249.167 1.666.417 1.999 1.417h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M146.167 86.417c.333.167.75 0 .833.917.667-1.167 1.5-.5 1.5.833M153.083 85.75c-.333.5-1.583.5-1.417 1.833-.417-.583-1.25-.75-1.583-.167M155.083 87.167c0 .333-.083 1.333-.417 1.833M160.25 88.583c.083.083-1.167 0-1.75.417M163.333 93.583c-.333-.167-1-.583-1.5.083 0-.333 0-1.25-.917-1.25M160.417 94.75c0-.833-.167-1.083-.333-1.333M157.667 93.583c-.667-.5-1.333.25-1.333.667M152.833 92.833c0-.333-.25-1 .333-1.25M143.333 96.333c.167-.833.75-.833.667-1.25-.083-.667-.833-1.25-1.75-.333M144 95.083c.5-.167 1-.083 1.167.167M142.583 92c.333-.333 1.167-.25 1.667 0M144.25 90c.417 0 1.167-.167 1.417.583.917-1.417 1.583-1.25 1.75-.917M149.083 89.5c.667-.25 1.833.417 2.5 1.583.333-.917.833-.75 1.333-.833M156.083 91.083c1.083-.5 1.75.5 2.083.917.5-.667.917-.667 1.417-.667M146 93.083c.25-.417.833-.5 1.25-.25-.083-.75.417-1.083.75-.917\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M130.083 118.583l.417.333-.917 1c-.167.167-.25.333-.25.333-.083.167-.083.25-.083.333 0 .083.083.167.167.25.083.168.25.168.333.168.083 0 .167 0 .25-.083.083 0 .167-.083.25-.25l1-1.083.333.333-.833 1-.5.5c-.083.083-.167.083-.333.083h-.333c-.167-.083-.25-.167-.417-.25-.167-.167-.333-.333-.333-.5-.083-.083-.083-.25-.083-.333 0-.083 0-.25.083-.333 0-.083.167-.25.333-.5l.916-1.001zm.25 3.584L131.75 120l.417.25-.083 2 .917-1.417.417.25-1.333 2.167-.5-.25.083-2-.917 1.417-.418-.25zm2.167 1.333l1.167-2.333.417.25-1.083 2.25-.501-.167zm1.833-2l.833.333c.25.083.333.167.417.25.167.083.25.167.333.333.083.167.083.25.083.417 0 .25-.083.417-.167.667a.459.459 0 01-.25.417c-.083.167-.25.333-.417.333-.083.083-.25.083-.333.083-.167 0-.333 0-.5-.083l-.917-.333.918-2.417zm.334.583l-.583 1.583.333.167c.167 0 .25.083.333.083h.25c0-.083.083-.167.167-.25a.638.638 0 00.167-.417c.083-.167.167-.333.167-.417 0-.083 0-.25-.083-.25 0-.083-.083-.167-.167-.25-.083 0-.167-.083-.417-.167l-.167-.082zm3.5 3.084l-.583-.083-.084-.584-1-.25-.333.583-.583-.167 1.5-2.25.5.083.583 2.668zm-.75-1.167l-.167-1-.5.917.667.083zm1.083-1.333h1a.91.91 0 00.417.083c.167.083.333.167.417.25.083.167.167.25.167.417.083.167.083.417.083.667 0 .167 0 .333-.083.5-.083.167-.167.333-.333.417-.083.083-.167.167-.333.25h-.5l-.917-.083.082-2.501zm.5.416l-.083 1.75h.75c.083-.083.083-.083.167-.083.083-.083.083-.167.167-.25 0-.167.083-.333.083-.5 0-.167 0-.333-.083-.417 0-.167 0-.25-.083-.25-.083-.083-.167-.167-.25-.167h-.417l-.251-.083zM160.333 123.25l.5-.083.25 1.5v.5c-.083.167-.167.25-.25.417-.083.083-.25.167-.5.167s-.417 0-.583-.167c-.167-.083-.25-.25-.25-.583l.417-.083c.083.167.083.25.167.333 0 .083.083.083.25.083.083 0 .167-.083.167-.167.083-.083.083-.167.083-.417l-.25-1.583v.083h-.001zm.834-.167l.5-.083.25 1.333a.912.912 0 01.083.417c.083.083.167.167.25.167.083.083.167.083.333 0 .167 0 .25-.083.25-.083.083-.083.167-.167.083-.25v-.417l-.333-1.333.5-.083.25 1.25c.083.25.083.5.083.583 0 .167 0 .25-.083.333 0 .083-.083.167-.167.25-.167.083-.333.167-.5.167-.25.083-.417.083-.5.083-.167-.083-.25-.083-.333-.167l-.25-.25c0-.167-.083-.333-.167-.583l-.249-1.334zm2.583 1.167l.417-.167c.083.167.167.25.333.25.083.083.25.083.333 0 .167 0 .25-.083.333-.167.083-.083.083-.167.083-.25-.083-.083-.083-.083-.083-.167h-.667c-.25 0-.5 0-.583-.083a1.004 1.004 0 01-.417-.417v-.333c.083-.167.167-.25.25-.333.083-.083.25-.167.417-.25.333-.083.583-.083.75 0 .167.083.333.25.417.417l-.5.167c-.083-.083-.083-.167-.167-.167-.083-.083-.25-.083-.333 0-.167 0-.25.083-.333.167v.167c0 .083 0 .083.083.167h1.083c.083 0 .25.083.333.167.083.083.167.167.167.333.083.167.083.25 0 .417 0 .167-.083.25-.167.333l-.5.25c-.333.083-.583.083-.75 0a.754.754 0 01-.499-.501zm3.083-.167l-.833-1.916-.667.333-.167-.417 1.833-.75.167.333-.666.334.75 1.833-.417.25zm1.417-.666l-1.167-2.167.417-.25 1.167 2.167-.417.25zm1.667-2l.5-.167c.083.25.083.5 0 .667-.083.25-.167.417-.417.583-.333.167-.583.167-.917.083-.25-.083-.5-.25-.75-.583-.167-.333-.25-.667-.167-1 0-.25.167-.5.5-.75.25-.083.5-.167.75-.083.167 0 .333.083.5.25l-.417.333c-.083-.083-.167-.167-.333-.167-.083 0-.167 0-.333.083a.46.46 0 00-.25.417c0 .167.083.333.167.583.167.333.333.417.5.5.167.083.333 0 .5-.083l.25-.25c0-.166 0-.25-.083-.416zm1.25.25l-1.5-2 .417-.333 1.5 2-.417.333zm2.416-2.084l-.417.333-.5-.25-.75.667.25.5-.417.417-.917-2.5.417-.333 2.334 1.166zm-1.333-.166l-.833-.417.333.917.5-.5z\"/>\n  </g>\n</svg>\n</li><li title=\"cif gq \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 201\">\n  <g fill=\"none\" fill-rule=\"evenodd\">\n    <path fill=\"#E32118\" fill-rule=\"nonzero\" d=\"M.5.5h300v200H.5z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M.5.5h300v133.333H.5z\"/>\n    <path fill=\"#3E9A00\" fill-rule=\"nonzero\" d=\"M.5.5h300v66.667H.5z\"/>\n    <path fill=\"#0073CE\" fill-rule=\"nonzero\" d=\"M.5.5v200l75-100z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M169.417 113.167l2.083 3h0l1.917-2.834-1.334-2.416zM156.167 121.917l.167 3s.833 0 1.583-.25c.667-.25 1.25-.75 1.25-.75l-.083-1.583-2.917-.417h0zM145 121.917l-.167 2.917s-.75 0-1.5-.167c-.667-.167-1.25-.583-1.25-.583l-.833-2 3.75-.167h0zM134.5 80.4h31.917v33.433c0 11.25-14.667 2.583-15.917 8.583-2.167-6.167-15.917 2.75-15.917-9.25 0-11.666-.083-32.766-.083-32.766h0zM131.583 113.167l-2.166 3-2.334-3.834 1.75-1.833z\"/>\n    <path fill=\"gold\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M149.417 75.717l-1.834.083-.916 1.641-1-1.566-1.834.075.834-1.65-1-1.567 1.916-.083.834-1.642 1 1.567 1.833-.075-.833 1.65zM141.583 76.325l-1.833.45-.5 1.775-1.333-1.333-1.75.433.5-1.775-1.25-1.35 1.75-.442.5-1.783L139 73.633l1.833-.433-.583 1.783zM134 77.883l-1.667.825-.083 1.85-1.583-1.016-1.667.816.167-1.85-1.584-1.025 1.667-.833.167-1.85 1.5 1.016 1.666-.816-.083 1.85zM151.833 75.717l1.834.083.833 1.641 1-1.566 1.833.075-.833-1.65 1-1.567-1.833-.083-.917-1.642-1 1.567-1.833-.075.833 1.65zM159.667 76.325l1.75.45.5 1.775 1.333-1.333 1.75.433-.5-1.775 1.333-1.35-1.833-.442-.5-1.783-1.333 1.333-1.75-.433.5 1.783zM167.167 77.883l1.666.825.084 1.85 1.583-1.016 1.667.816-.084-1.85 1.5-1.025-1.666-.833-.084-1.85-1.583 1.016-1.667-.816.167 1.85z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M142 123.917v4c0 2.833 17.167 2.833 17.167 0v-4c0 2.083-17.167 1.666-17.167 0z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M126.667 118.667c1.5 7.667 15.333 7.833 15.333 7.833v-2.583c-.333-1 .25-1.333 2.5-1.667.917-.083.5-1.417.5-1.417s-6 1.083-10.25-.583c-5.75-2.333-6.583-6.833-6.583-6.833s-.417 3.5-1.5 5.25h0zM174.417 118.667c-1.417 7.667-15.25 7.833-15.25 7.833v-2.583c.25-1-.333-1.333-2.583-1.667-.917-.083-.417-1.417-.417-1.417s6 1.083 10.25-.583c5.667-2.333 6.333-6.833 6.333-6.833s.583 3.5 1.667 5.25h0z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M127.75 115.75c-3.833-2.083-.833-4.25-.5-10.417.583 3.75 4.833 5.333 4.333 7.75-1.75.083-2.583-2.583-3.417.333l-.416 2.334h0zM173.333 115.75c3.833-2.167.667-4.25.333-10.417-.583 3.75-4.75 5.333-4.25 7.75 1.667.083 2.5-2.583 3.333.333l.583 2.25v.084h.001z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M147.25 128.917v-2.667h1.5c.167.083.333.167.417.25.083.167.167.333.167.5 0 .167-.083.333-.083.417-.083.167-.167.25-.25.333-.083 0-.167.083-.25.083-.167 0-.333.083-.583.083h-.333v1h-.585v.001zm.583-2.25v.75h.667c.083-.083.167-.083.167-.167.083-.083.083-.083.083-.167 0-.167 0-.25-.083-.25-.083-.083-.167-.167-.25-.167H147.833v.001zm4.084 2.25h-.583l-.25-.667H150l-.25.667h-.583l1.083-2.667h.583l1.084 2.667zm-1-1.084l-.417-1-.333 1h.75zm1 1.084v-.5l1.417-1.75h-1.25v-.417h2v.417l-1.5 1.75h1.5v.5h-2.167z\"/>\n    <path fill=\"#73452B\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M152.75 117.083s-.417.417-1.167.083c-.75-.334-.833-21.417-.833-21.417 1.667-1.833 3-2.417 3-2.417l1 .833c-3.75 1.917-3.417 4.667-3.083 9.417.083 1.75.083 4 .5 6.167.583 2.75 1.75 5.083 1.833 6.833.083 1.085-1.25.501-1.25.501h0z\"/>\n    <path fill=\"#73452B\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M150.167 92.833h1.5c-1.25 12.083-.167 19.25-.167 22.75 0 1.167.667 1.583.583 1.583-1.5 1.667-2.25-.083-2.25-.083l.334-24.25h0z\"/>\n    <path fill=\"#A36629\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M147.833 117.083c-1.417.667-1.583-.667-1.5-.833 3.083-6.25 4.417-20 1.583-21.5l.167-1.333c1.083.333 2.083 1.75 2.083 1.75.417 15.417 0 21.75-.25 22-1.5 1.583-2.083-.25-2.167-.417\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M147.75 116.833c-.25-1.333 2.167-4.75 2-8.333M151.833 111.417c.75 2.083 1.083 3.917.917 5.667\"/>\n    <path fill=\"#009A3B\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M155.083 87.167c.5-.583.5-.583 1.417-.583.167-1.25 2.25-1.25 2.417.333 1.667-.333 2 .667 1.333 1.667 1.583-.417 3 0 2.583 1.833 2.833.75 1.75 2.75.5 3.167-.167 1.25-1.333 1.667-2.917 1.167-2 1.417-3.167.917-4.083-.5-2.25.333-2.417-.167-3.417-1.417-1.75.75-2.083.75-3.583-.167-.083 1.167-.5.833-1.25.75.083 1.5-.5 2.167-1.833 1.667 1 2.083-1.583 3-2.833 1.25-1.167.083-1.25-.25-1.833-.667-.5 1.667-2.333 1.417-2.667.5-2.333-.333-2.083-1.583-.167-1.667.167-1.333 1.333-1.083 2.083-.917.083-.833.583-.667 1-.5-.25-.583-.083-.917.667-1.083-1.083-1.417-.417-1.917.667-2.417-.583-1.333.417-1.25 1.167-1.333-.083-1.417.333-1.667 1.833-1.833-.167-.5.083-.917.917-.917-.5-1.417.167-1.742 1.667-1.5.25-2.058 4.667-1.083 4.333 1.75 1.249.167 1.666.417 1.999 1.417h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M146.167 86.417c.333.167.75 0 .833.917.667-1.167 1.5-.5 1.5.833M153.083 85.75c-.333.5-1.583.5-1.417 1.833-.417-.583-1.25-.75-1.583-.167M155.083 87.167c0 .333-.083 1.333-.417 1.833M160.25 88.583c.083.083-1.167 0-1.75.417M163.333 93.583c-.333-.167-1-.583-1.5.083 0-.333 0-1.25-.917-1.25M160.417 94.75c0-.833-.167-1.083-.333-1.333M157.667 93.583c-.667-.5-1.333.25-1.333.667M152.833 92.833c0-.333-.25-1 .333-1.25M143.333 96.333c.167-.833.75-.833.667-1.25-.083-.667-.833-1.25-1.75-.333M144 95.083c.5-.167 1-.083 1.167.167M142.583 92c.333-.333 1.167-.25 1.667 0M144.25 90c.417 0 1.167-.167 1.417.583.917-1.417 1.583-1.25 1.75-.917M149.083 89.5c.667-.25 1.833.417 2.5 1.583.333-.917.833-.75 1.333-.833M156.083 91.083c1.083-.5 1.75.5 2.083.917.5-.667.917-.667 1.417-.667M146 93.083c.25-.417.833-.5 1.25-.25-.083-.75.417-1.083.75-.917\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M130.083 118.583l.417.333-.917 1c-.167.167-.25.333-.25.333-.083.167-.083.25-.083.333 0 .083.083.167.167.25.083.168.25.168.333.168.083 0 .167 0 .25-.083.083 0 .167-.083.25-.25l1-1.083.333.333-.833 1-.5.5c-.083.083-.167.083-.333.083h-.333c-.167-.083-.25-.167-.417-.25-.167-.167-.333-.333-.333-.5-.083-.083-.083-.25-.083-.333 0-.083 0-.25.083-.333 0-.083.167-.25.333-.5l.916-1.001zm.25 3.584L131.75 120l.417.25-.083 2 .917-1.417.417.25-1.333 2.167-.5-.25.083-2-.917 1.417-.418-.25zm2.167 1.333l1.167-2.333.417.25-1.083 2.25-.501-.167zm1.833-2l.833.333c.25.083.333.167.417.25.167.083.25.167.333.333.083.167.083.25.083.417 0 .25-.083.417-.167.667a.459.459 0 01-.25.417c-.083.167-.25.333-.417.333-.083.083-.25.083-.333.083-.167 0-.333 0-.5-.083l-.917-.333.918-2.417zm.334.583l-.583 1.583.333.167c.167 0 .25.083.333.083h.25c0-.083.083-.167.167-.25a.638.638 0 00.167-.417c.083-.167.167-.333.167-.417 0-.083 0-.25-.083-.25 0-.083-.083-.167-.167-.25-.083 0-.167-.083-.417-.167l-.167-.082zm3.5 3.084l-.583-.083-.084-.584-1-.25-.333.583-.583-.167 1.5-2.25.5.083.583 2.668zm-.75-1.167l-.167-1-.5.917.667.083zm1.083-1.333h1a.91.91 0 00.417.083c.167.083.333.167.417.25.083.167.167.25.167.417.083.167.083.417.083.667 0 .167 0 .333-.083.5-.083.167-.167.333-.333.417-.083.083-.167.167-.333.25h-.5l-.917-.083.082-2.501zm.5.416l-.083 1.75h.75c.083-.083.083-.083.167-.083.083-.083.083-.167.167-.25 0-.167.083-.333.083-.5 0-.167 0-.333-.083-.417 0-.167 0-.25-.083-.25-.083-.083-.167-.167-.25-.167h-.417l-.251-.083zM160.333 123.25l.5-.083.25 1.5v.5c-.083.167-.167.25-.25.417-.083.083-.25.167-.5.167s-.417 0-.583-.167c-.167-.083-.25-.25-.25-.583l.417-.083c.083.167.083.25.167.333 0 .083.083.083.25.083.083 0 .167-.083.167-.167.083-.083.083-.167.083-.417l-.25-1.583v.083h-.001zm.834-.167l.5-.083.25 1.333a.912.912 0 01.083.417c.083.083.167.167.25.167.083.083.167.083.333 0 .167 0 .25-.083.25-.083.083-.083.167-.167.083-.25v-.417l-.333-1.333.5-.083.25 1.25c.083.25.083.5.083.583 0 .167 0 .25-.083.333 0 .083-.083.167-.167.25-.167.083-.333.167-.5.167-.25.083-.417.083-.5.083-.167-.083-.25-.083-.333-.167l-.25-.25c0-.167-.083-.333-.167-.583l-.249-1.334zm2.583 1.167l.417-.167c.083.167.167.25.333.25.083.083.25.083.333 0 .167 0 .25-.083.333-.167.083-.083.083-.167.083-.25-.083-.083-.083-.083-.083-.167h-.667c-.25 0-.5 0-.583-.083a1.004 1.004 0 01-.417-.417v-.333c.083-.167.167-.25.25-.333.083-.083.25-.167.417-.25.333-.083.583-.083.75 0 .167.083.333.25.417.417l-.5.167c-.083-.083-.083-.167-.167-.167-.083-.083-.25-.083-.333 0-.167 0-.25.083-.333.167v.167c0 .083 0 .083.083.167h1.083c.083 0 .25.083.333.167.083.083.167.167.167.333.083.167.083.25 0 .417 0 .167-.083.25-.167.333l-.5.25c-.333.083-.583.083-.75 0a.754.754 0 01-.499-.501zm3.083-.167l-.833-1.916-.667.333-.167-.417 1.833-.75.167.333-.666.334.75 1.833-.417.25zm1.417-.666l-1.167-2.167.417-.25 1.167 2.167-.417.25zm1.667-2l.5-.167c.083.25.083.5 0 .667-.083.25-.167.417-.417.583-.333.167-.583.167-.917.083-.25-.083-.5-.25-.75-.583-.167-.333-.25-.667-.167-1 0-.25.167-.5.5-.75.25-.083.5-.167.75-.083.167 0 .333.083.5.25l-.417.333c-.083-.083-.167-.167-.333-.167-.083 0-.167 0-.333.083a.46.46 0 00-.25.417c0 .167.083.333.167.583.167.333.333.417.5.5.167.083.333 0 .5-.083l.25-.25c0-.166 0-.25-.083-.416zm1.25.25l-1.5-2 .417-.333 1.5 2-.417.333zm2.416-2.084l-.417.333-.5-.25-.75.667.25.5-.417.417-.917-2.5.417-.333 2.334 1.166zm-1.333-.166l-.833-.417.333.917.5-.5z\"/>\n  </g>\n</svg>\n</li><li title=\"cif gr \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 201\">\n  <g fill=\"none\" fill-rule=\"evenodd\">\n    <path fill=\"#0D5EAF\" fill-rule=\"nonzero\" d=\"M.5.5h300v200H.5z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M56.056.5v122.222M.5 56.055h111.111m0-22.222H300.5M111.611 78.278H300.5M.5 122.722h300M.5 167.167h300\"/>\n  </g>\n</svg>\n</li><li title=\"cif gt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 189\">\n  <defs>\n    <radialGradient id=\"a\" cx=\"7.626%\" cy=\"42.568%\" r=\"73.824%\" fx=\"7.626%\" fy=\"42.568%\" gradientTransform=\"matrix(.81786 0 0 1 .014 0)\">\n      <stop offset=\"25.92%\" stop-color=\"#4C0505\" stop-opacity=\"0\"/>\n      <stop offset=\"100%\" stop-color=\"#4C0505\"/>\n    </radialGradient>\n    <radialGradient id=\"b\" cx=\"50.04%\" cy=\"49.94%\" r=\"10.77%\" fx=\"50.04%\" fy=\"49.94%\">\n      <stop offset=\"0%\" stop-color=\"#FFF\"/>\n      <stop offset=\"100%\" stop-color=\"#FFF\" stop-opacity=\"0\"/>\n    </radialGradient>\n  </defs>\n  <g fill=\"none\" fill-rule=\"evenodd\">\n    <path fill=\"#4997D0\" fill-rule=\"nonzero\" d=\"M.35.78h300v187.5H.35z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M100.35.78h100v187.5h-100z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M141.636 118.743c.834-.127 1.315-.356 1.886-.558M144.217 116.917c.421.447.755.922.935 1.449M142.617 116.781c.439.41.743.847.981 1.298M128.103 75.396c-.326.501-.966.852-1.494 1.071M126.503 76.406c.011-.428-.074-.946.016-1.373M125.9 76.602c.036.115.136.438.211.634M126.745 77.523c-.118.026-.475.08-.634.106M124.874 77.357c-.004.788.089 1.735.166 2.444M124.482 79.499c.147.237.296.47.483.588M123.531 82.109c.153.294.294.663.407 1.237M125.1 81.898c-.13.064-.38.291-.604.483M124.995 83.754c-.306.273-.687.47-1.071.664M122.731 97.046c.36.592.756 1.112 1.237 1.464M124.15 99.038a2.482 2.482 0 01-.92-.302M124.602 101.362l.528.302M124.995 102.75c.392.255.784.713 1.177 1.207M125.719 104.847c.433.091.779.2 1.011.332M126.398 105.933l.664.023M127.439 104.273c-.032.479-.079.929-.151 1.328M127.605 106.099l.136-.513M129.204 107.457l-.046 1.011M141.41 117.189l-.362.498M140.294 116.464l-.211-.573\"/>\n    <path fill=\"#67923D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M127.331 104.411c-.873-1.969-.427-6.753-.062-7.353 2.073 4.064 1.383 7.419.062 7.353z\"/>\n    <path fill=\"#406325\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M127.353 104.363c1.321.066 2.002-3.249-.084-7.306.379 3.85.378 6.972.084 7.306z\"/>\n    <path fill=\"#406325\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M152.26 121.071c-.249-.392-.659-.634-1.024-.83-2.414-1.268-4.814-1.826-7.536-2.264-.629-.105-1.258-.694-1.902-.996-1.551-.739-3.278-1.026-4.785-1.781-.102-.046-.483-.272-.659-.483-.6-.694-1.683-.906-2.356-1.555-2.604-2.46-5.37-4.724-6.804-7.983-1.742-3.969-3.907-8.058-3.615-12.571.19-2.852-.234-5.734.468-8.451 1.039-4.029 2.371-8.013 4.814-11.348l-.41.256c-2.458 3.336-3.79 7.319-4.829 11.349-.703 2.716-.278 5.599-.468 8.451-.293 4.512 1.873 8.602 3.615 12.586 1.434 3.245 4.214 5.508 6.804 7.983.673.633 1.756.845 2.356 1.554.176.196.571.438.658.483 1.507.755 3.234 1.041 4.785 1.766.644.317 1.273.89 1.902.996 2.722.437 5.121 1.011 7.536 2.263.38.196.776.438 1.025.83l.425-.255\"/>\n    <path fill=\"#67923D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M141.664 118.596c-2.216.114-6.441 2.905-6.833 3.561 4.714.037 7.506-2.285 6.833-3.561zM143.995 117.256c-2.139-1.703-4.434-7.394-4.385-8.282 4.721 3.386 5.917 7.588 4.385 8.282z\"/>\n    <path fill=\"#67923D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M142.417 117.274c-2.172-1.323-4.933-6.286-4.981-7.11 4.751 2.56 6.312 6.29 4.981 7.11zM137.552 115.156c.307-2.445-1.771-7.575-2.37-8.118-.922 5.146.937 8.617 2.37 8.118zM129.019 107.567c-.72-1.764-.192-6.038.147-6.562 1.725 3.655 1.02 6.63-.147 6.562z\"/>\n    <path fill=\"#406325\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M130.846 110.611c-1.398-1.71-6.057-3.54-6.785-3.482 2.777 3.776 6.213 4.718 6.785 3.482zM123.216 94.055c-.359-2.514-3.854-7.098-4.607-7.49.474 5.367 3.296 8.342 4.607 7.49zM125.837 104.771c-1.56-1.15-5.928-1.67-6.544-1.476 3.168 2.595 6.317 2.643 6.544 1.476h0zM122.912 97.011c-.902-1.778-4.629-4.213-5.279-4.281 1.725 3.871 4.55 5.293 5.279 4.281zM123.767 82.156c.283-2.367-1.729-7.327-2.295-7.862-.896 4.977.912 8.332 2.295 7.862z\"/>\n    <path fill=\"#67923D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M124.735 83.558c1.122-2.077 5.744-4.91 6.559-4.978-2.115 4.552-5.636 6.196-6.559 4.978z\"/>\n    <path fill=\"#67923D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M124.958 81.819c.671-2.276 4.648-6.02 5.425-6.261-1.165 4.9-4.274 7.244-5.425 6.261z\"/>\n    <path fill=\"#406325\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M125.163 77.494c.831-2.03.236-7.009-.163-7.63-2.001 4.221-1.196 7.702.163 7.63z\"/>\n    <path fill=\"#406325\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M126.733 75.102c.98-1.491 1.301-5.526 1.089-6.084-2.261 3.036-2.174 5.92-1.089 6.084zM128.592 73.184c1.375-1.087 2.882-4.844 2.839-5.448-3.044 2.174-3.82 4.951-2.839 5.448zM123.574 86.684c.034.271-.306-2.557-3.142-5.723.128 4.63 1.953 6.381 3.142 5.723z\"/>\n    <path fill=\"#67923D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M133.646 112.805c-1.56-1.93-2.504-7.458-2.278-8.238 3.522 3.911 3.76 7.886 2.278 8.238z\"/>\n    <path fill=\"#406325\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M133.749 113.49c-1.93-1.425-7.308-2.103-8.052-1.852 3.926 3.236 7.774 3.297 8.052 1.852z\"/>\n    <path fill=\"#67923D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M122.982 86.382c1.273-1.458 5.459-2.854 6.125-2.77-2.513 3.252-5.606 3.91-6.125 2.77z\"/>\n    <path fill=\"#406325\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M137.523 115.126c-1.419.498-3.263-2.943-2.356-8.088.878 4.361 1.931 7.832 2.356 8.088zM141.679 118.61c.661 1.276-2.094 3.574-6.808 3.536 3.735-1.528 6.637-3.082 6.808-3.536zM143.987 117.215c1.52-.703.344-4.855-4.378-8.24 2.686 4.129 4.517 7.689 4.378 8.24z\"/>\n    <path fill=\"#406325\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M142.402 117.238c1.337-.833-.215-4.514-4.966-7.075 2.939 3.495 5.029 6.553 4.966 7.075h0zM129.03 107.555c1.167.069 1.861-2.894.149-6.539.225 3.43.131 6.243-.149 6.539h0z\"/>\n    <path fill=\"#67923D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M130.816 110.626c-.565 1.225-3.968.286-6.764-3.485 3.402 2.135 6.326 3.597 6.764 3.485zM123.195 94.049c-1.311.852-4.103-2.106-4.589-7.464 2.069 4.126 4.074 7.307 4.589 7.464zM125.826 104.781c-.24 1.166-3.34 1.122-6.52-1.474 3.352 1.064 6.168 1.666 6.52 1.474zM122.874 96.984c-.729 1.012-3.528-.397-5.252-4.268 2.56 2.49 4.841 4.295 5.252 4.268zM123.736 82.124c-1.383.486-3.175-2.837-2.279-7.814.833 4.215 1.854 7.554 2.279 7.814z\"/>\n    <path fill=\"#406325\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M124.731 83.573c.922 1.218 4.392-.409 6.511-4.976-3.176 2.919-6.007 5.021-6.511 4.976h0z\"/>\n    <path fill=\"#406325\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M124.995 81.822c1.151.983 4.232-1.344 5.397-6.243-2.53 3.515-4.889 6.168-5.397 6.243z\"/>\n    <path fill=\"#67923D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M125.132 77.479c-1.345.071-2.147-3.38-.146-7.601-.257 4-.158 7.262.146 7.601zM126.706 75.083c-1.085-.164-1.161-3.017 1.1-6.053-.856 3.117-1.297 5.739-1.1 6.053zM128.576 73.184c-.98-.513-.219-3.26 2.824-5.418-1.727 2.702-2.912 5.056-2.824 5.418zM123.554 86.688c-1.189.658-2.993-1.095-3.121-5.726 1.594 3.651 2.688 5.565 3.121 5.726z\"/>\n    <path fill=\"#406325\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M133.656 112.786c1.481-.352 1.236-4.307-2.267-8.21 1.567 4.193 2.505 7.737 2.267 8.21z\"/>\n    <path fill=\"#67923D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M133.731 113.5c-.277 1.445-4.107 1.375-8.024-1.842 4.115 1.336 7.577 2.092 8.024 1.842z\"/>\n    <path fill=\"#406325\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M122.966 86.406c.505 1.132 3.578.478 6.092-2.775-3.74 2.123-5.222 3.044-6.092 2.775z\"/>\n    <path fill=\"#406325\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M123.547 91.959c.643-2.62-.532-7.063-1.344-7.987-1.474 4.821-.076 8.312 1.344 7.987z\"/>\n    <path fill=\"#67923D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M123.455 92.582c-1.842.419-2.702-3.761-1.275-8.462.335 4.233.885 8.172 1.275 8.462zM124.694 101.411c-2.159.34-6.675-1.449-7.163-1.98 4.542-.985 7.59.647 7.163 1.98z\"/>\n    <path fill=\"#406325\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M124.636 101.392c.44-1.325-2.593-2.928-7.126-1.956 3.832.686 6.889 1.576 7.126 1.956z\"/>\n    <path fill=\"#67923D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M124 98.385c.257-1.743 2.708-4.94 3.238-5.206-.347 3.737-2.328 5.813-3.238 5.206h0z\"/>\n    <path fill=\"#406325\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M124.029 98.389c.907.59 2.868-1.456 3.214-5.193-1.46 2.87-2.864 5.083-3.214 5.193z\"/>\n    <path fill=\"#67923D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M123.08 92.569c-.174-2.352 2.167-7.215 2.786-7.721.629 4.938-1.395 8.221-2.786 7.721h0z\"/>\n    <path fill=\"#406325\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M123.113 92.534c1.379.511 3.391-2.738 2.761-7.676-1.097 4.145-2.327 7.426-2.761 7.676z\"/>\n    <path fill=\"#67923D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M123.517 95.549c.001-2.378 2.647-6.947 3.301-7.381.261 5.051-1.979 8.072-3.301 7.381z\"/>\n    <path fill=\"#406325\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M123.54 95.595c1.322.691 3.533-2.301 3.272-7.352-1.378 4.018-2.828 7.156-3.272 7.352z\"/>\n    <path fill=\"#67923D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M131.178 110.538c-1.257-1.357-2.237-5.421-2.108-6.013 2.815 2.732 3.192 5.677 2.108 6.013z\"/>\n    <path fill=\"#406325\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M131.184 110.524c1.084-.334.703-3.266-2.098-5.993 1.376 3.039 2.252 5.628 2.098 5.993z\"/>\n    <path fill=\"#BA1F3E\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M124.701 79.301a.34.34 0 11-.679-.001.34.34 0 01.679.001h0zM127.315 77.365a.34.34 0 11-.679 0 .34.34 0 01.679 0zM126.179 76.313a.34.34 0 11-.679 0 .34.34 0 01.679 0h0zM123.406 98.63a.4.4 0 11-.799 0 .4.4 0 01.799 0zM124.198 93.634a.399.399 0 11-.798 0 .399.399 0 01.798 0zM128.315 105.298a.4.4 0 11-.799 0 .4.4 0 01.799 0zM126.497 105.914a.399.399 0 11-.798 0 .399.399 0 01.798 0c0-.001 0 0 0 0zM140.344 115.663a.4.4 0 01-.798 0h0a.4.4 0 01.798 0zM141.255 117.877a.4.4 0 11-.799 0 .4.4 0 01.799 0z\"/>\n    <path fill=\"#67923D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M125.902 102.726c-1.116-1.808-1.211-6.534-.912-7.174 2.582 3.69 2.267 7.058.912 7.174z\"/>\n    <path fill=\"#406325\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M125.15 102.749c-.831-1.957-4.624-4.832-5.307-4.951 1.546 4.262 4.453 5.983 5.307 4.951zM125.884 102.677c1.354-.116 1.666-3.449-.917-7.14.833 3.705 1.185 6.775.917 7.14z\"/>\n    <path fill=\"#67923D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M125.081 102.755c-.855 1.033-3.728-.675-5.272-4.948 2.541 2.847 4.835 4.941 5.272 4.948zM140.04 116.68c-2.648.136-7.697 3.471-8.165 4.256 5.634.044 8.97-2.732 8.165-4.256z\"/>\n    <path fill=\"#406325\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M140.029 116.726c.805 1.524-2.487 4.271-8.136 4.226 4.463-1.826 7.931-3.682 8.136-4.226z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M175.709 81.709c.195.194.367.252.717.592M174.355 76.381c-.011-.428-.198-1.127-.287-1.554M175.146 75.757c.017.61-.068 1.19-.332 1.72M173.515 77.311c.548.492 1.095.961 1.643 1.216M176.353 78.911a5.831 5.831 0 01-.213 1.856M176.241 81.239l.411-.707M176.068 84.352c.437.091.878.608 1.095 1.088M177.313 85.035l.512-.683M178.358 93.954a7.512 7.512 0 01-.768 1.088M176.353 95.021c.247.455.487.921.811 1.259M177.932 98.115c-.408.554-.865.989-1.387 1.259M176.587 100.782c-.342.235-.758.923-1.152 1.472M178.073 95.945l-.664.272M176.972 93.878l.392.347M174.46 105.908c-.262-.034-.455.003-.664.023M173.173 105.327l.192.512M170.954 107.439c-.082.583-.023 1.167.064 1.75M172.363 106.372l.32.704M173.877 107.012l-.79.128M163.447 115.036l-.287.543M166.879 114.352c-.466.058-.868-.014-1.28-.064M163.892 116.145a8.697 8.697 0 00-.917-.299M158.365 116.678c-.283.241-.622.761-.96 1.28M157.234 116.529c-.76.392-.994 1.159-1.387 1.814M156.722 119.239c-.485-.144-1.066-.384-1.664-.64M160.296 118.385c-.725-.377-1.484-.34-2.23-.459M161.427 117.82c-1.134-.221-2.19-.191-3.211-.043M160.648 116.966l-.437-.181M158.483 118.503l-.726-.405\"/>\n    <path fill=\"#2CA02C\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M175.864 102.724c-.392.255-.785.713-1.177 1.207\"/>\n    <path fill=\"#406325\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M173.367 105.343c.856-2.318-.003-7.762-.465-8.423-2.078 4.804-1.045 8.595.465 8.423z\"/>\n    <path fill=\"#67923D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M173.338 105.29c-1.507.172-2.528-3.574-.436-8.37-.153 4.434.075 8.008.436 8.37z\"/>\n    <path fill=\"#406325\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M148.598 121.045c.249-.392.659-.634 1.024-.83 2.414-1.268 4.814-1.826 7.536-2.264.629-.105 1.258-.694 1.902-.996 1.551-.739 3.278-1.026 4.785-1.781.103-.046.483-.272.659-.483.6-.694 1.683-.906 2.356-1.555 2.605-2.46 5.37-4.724 6.804-7.983 1.741-3.969 3.907-8.058 3.615-12.571-.19-2.852.234-5.734-.468-8.451-1.039-4.029-2.371-8.013-4.814-11.348l.41.256c2.458 3.335 3.79 7.319 4.829 11.348.702 2.716.278 5.599.468 8.451.293 4.512-1.874 8.602-3.615 12.586-1.434 3.245-4.214 5.508-6.804 7.983-.673.633-1.756.845-2.356 1.554-.176.196-.571.438-.658.483-1.508.755-3.234 1.041-4.785 1.766-.644.317-1.273.89-1.902.996-2.722.437-5.121 1.011-7.536 2.263-.38.196-.776.438-1.025.83l-.425-.254\"/>\n    <path fill=\"#67923D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M156.66 118.933c2.217.114 6.441 2.905 6.833 3.561-4.715.037-7.507-2.286-6.833-3.561zM156.661 116.451c.656-2.49 4.69-6.628 5.473-6.922-1.126 5.354-4.293 7.979-5.473 6.922zM163.306 115.131c-.308-2.444 1.77-7.575 2.37-8.118.922 5.145-.936 8.616-2.37 8.118z\"/>\n    <path fill=\"#406325\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M171.145 107.541c.72-1.764.191-6.038-.147-6.562-1.725 3.655-1.02 6.631.147 6.562z\"/>\n    <path fill=\"#67923D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M170.012 110.586c1.398-1.709 6.057-3.54 6.785-3.482-2.776 3.775-6.212 4.718-6.785 3.482zM178.073 93.942c.282-1.979 3.034-5.588 3.627-5.897-.374 4.226-2.596 6.568-3.627 5.897z\"/>\n    <path fill=\"#67923D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M174.42 105.836c1.818-1.341 6.908-1.946 7.625-1.72-3.691 3.023-7.36 3.079-7.625 1.72zM177.63 98.173c.948-1.868 4.865-4.428 5.548-4.5-1.812 4.069-4.781 5.564-5.548 4.5h0zM177.167 83.936c-.031-2.383 2.495-7.103 3.114-7.575.365 5.044-1.788 8.19-3.114 7.575z\"/>\n    <path fill=\"#406325\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M176.396 84.37c-1.029-1.906-5.271-4.505-6.019-4.568 1.942 4.177 5.173 5.686 6.019 4.568z\"/>\n    <path fill=\"#406325\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M175.9 81.864c-.56-1.896-3.873-5.017-4.521-5.217.971 4.082 3.562 6.036 4.521 5.217z\"/>\n    <path fill=\"#67923D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M175 75.837c-.726-1.65-.344-5.754-.029-6.273 1.735 3.426 1.148 6.303.029 6.273zM173.677 75.155c-1.648-1.464-3.327-6.174-3.253-6.907 3.672 2.895 4.495 6.363 3.253 6.907zM177.314 85.949c-.099.255.92-2.405 4.444-4.784-1.254 4.46-3.452 5.713-4.444 4.784z\"/>\n    <path fill=\"#406325\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M166.547 113.465c1.356-2.078 1.734-7.673 1.431-8.427-3.107 4.249-2.94 8.227-1.431 8.427z\"/>\n    <path fill=\"#67923D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M166.658 114.044c2.189-1.616 8.291-2.386 9.135-2.101-4.453 3.671-8.82 3.74-9.135 2.101z\"/>\n    <path fill=\"#406325\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M177.382 86.541c-1.105-1.266-4.739-2.478-5.316-2.405 2.182 2.824 4.866 3.395 5.316 2.405zM163.335 115.101c1.419.498 3.263-2.943 2.356-8.088-.878 4.36-1.931 7.831-2.356 8.088zM156.644 118.947c-.661 1.275 2.094 3.574 6.808 3.536-3.734-1.528-6.636-3.082-6.808-3.536zM156.694 116.429c1.183 1.043 4.315-1.546 5.44-6.901-2.539 3.882-4.913 6.812-5.44 6.901h0z\"/>\n    <path fill=\"#67923D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M171.134 107.53c-1.167.069-1.861-2.894-.149-6.539-.225 3.429-.131 6.243.149 6.539h0z\"/>\n    <path fill=\"#406325\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M170.042 110.601c.565 1.225 3.967.286 6.764-3.485-3.401 2.134-6.326 3.597-6.764 3.485zM178.089 93.937c1.032.671 3.23-1.657 3.613-5.876-1.629 3.249-3.207 5.753-3.613 5.876zM174.434 105.847c.28 1.359 3.892 1.307 7.597-1.718-3.907 1.241-7.187 1.942-7.597 1.718zM177.671 98.145c.767 1.064 3.708-.417 5.52-4.485-2.691 2.616-5.088 4.513-5.52 4.485zM177.202 83.908c1.324.63 3.458-2.485 3.093-7.529-1.274 4.103-2.643 7.315-3.093 7.529z\"/>\n    <path fill=\"#67923D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M176.4 84.384c-.846 1.118-4.03-.375-5.975-4.566 2.915 2.678 5.513 4.607 5.975 4.566zM175.869 81.866c-.959.819-3.526-1.12-4.497-5.202 2.108 2.929 4.074 5.14 4.497 5.202z\"/>\n    <path fill=\"#406325\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M175.025 75.825c1.107.029 1.692-2.823-.042-6.249.297 3.281.286 5.963.042 6.249zM173.703 75.123c1.242-.544.416-3.972-3.257-6.866 2.023 3.443 3.391 6.429 3.257 6.866zM177.333 85.958c.992.928 3.169-.331 4.424-4.791-2.437 3.152-3.965 4.741-4.424 4.791z\"/>\n    <path fill=\"#67923D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M166.535 113.448c-1.509-.199-1.666-4.16 1.422-8.397-1.132 4.329-1.707 7.95-1.422 8.397z\"/>\n    <path fill=\"#406325\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M166.678 114.056c.314 1.64 4.66 1.56 9.104-2.09-4.668 1.515-8.596 2.373-9.104 2.09z\"/>\n    <path fill=\"#67923D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M177.396 86.562c-.439.983-3.106.415-5.287-2.409 3.246 1.843 4.533 2.642 5.287 2.409zM177.523 92.096c-.295-2.427 1.242-6.295 2.072-7.039.805 4.496-.831 7.485-2.072 7.039z\"/>\n    <path fill=\"#406325\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M177.539 92.667c1.612.576 2.837-3.091 2.062-7.473-.759 3.77-1.681 7.253-2.062 7.473zM176.506 101.019c1.917.302 5.925-1.286 6.358-1.758-4.032-.874-6.738.575-6.358 1.758z\"/>\n    <path fill=\"#67923D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M176.557 101.001c-.39-1.176 2.302-2.599 6.325-1.736-3.401.609-6.114 1.399-6.325 1.736z\"/>\n    <path fill=\"#406325\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M176.459 99.254c-.014-1.762-1.998-5.267-2.486-5.604-.174 3.749 1.501 6.079 2.486 5.604z\"/>\n    <path fill=\"#67923D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M176.43 99.254c-.98.458-2.639-1.839-2.465-5.588 1.05 3.044 2.134 5.43 2.465 5.588z\"/>\n    <path fill=\"#406325\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M177.779 92.543c.174-2.352-2.167-7.215-2.786-7.721-.63 4.939 1.394 8.222 2.786 7.721z\"/>\n    <path fill=\"#67923D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M177.745 92.508c-1.379.511-3.391-2.738-2.761-7.676 1.097 4.146 2.327 7.426 2.761 7.676z\"/>\n    <path fill=\"#406325\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M176.587 94.981c-.001-2.378-2.647-6.947-3.301-7.381-.261 5.05 1.979 8.071 3.301 7.381z\"/>\n    <path fill=\"#67923D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M176.564 95.026c-1.322.69-3.533-2.301-3.272-7.352 1.378 4.018 2.828 7.156 3.272 7.352z\"/>\n    <path fill=\"#406325\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M168.832 111.638c1.022-1.542 1.336-5.711 1.114-6.274-2.341 3.15-2.238 6.116-1.114 6.274z\"/>\n    <path fill=\"#67923D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M168.823 111.624c-1.124-.156-1.219-3.11 1.107-6.252-.869 3.222-1.317 5.918-1.107 6.252z\"/>\n    <path fill=\"#BA1F3E\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M176.456 80.435a.338.338 0 10.34-.34.34.34 0 00-.34.338v.002zM177.642 84.162a.339.339 0 100-.002v.002zM177.999 95.874a.398.398 0 10.798 0h0a.399.399 0 10-.798 0zM176.404 93.684a.398.398 0 10.798 0h0a.399.399 0 10-.798 0zM171.797 106.147a.399.399 0 10.798 0 .399.399 0 00-.798 0zM173.764 106.998a.398.398 0 10.796.002.398.398 0 00-.796-.002zM160.514 117.11a.399.399 0 10.798 0 .399.399 0 00-.798 0zM158.324 118.684a.4.4 0 10.799 0 .4.4 0 00-.799 0z\"/>\n    <path fill=\"#67923D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M176.121 79.048c-.677-1.838.009-6.263.386-6.804 1.653 3.83.824 6.911-.386 6.804z\"/>\n    <path fill=\"#406325\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M176.148 79.036c1.198.105 2.023-2.948.371-6.778.103 3.577-.088 6.484-.371 6.778z\"/>\n    <path fill=\"#67923D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M157.973 116.594c.773-2.529 5.06-6.588 5.877-6.848-1.354 5.444-4.707 7.978-5.877 6.848z\"/>\n    <path fill=\"#406325\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M158.006 116.57c1.184 1.132 4.49-1.38 5.845-6.824-2.762 3.86-5.303 6.754-5.845 6.824h0zM174.956 102.7c1.116-1.808 1.211-6.533.912-7.174-2.582 3.691-2.266 7.058-.912 7.174z\"/>\n    <path fill=\"#67923D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M175.014 103.598c.831-1.957 4.624-4.832 5.307-4.95-1.546 4.261-4.453 5.983-5.307 4.95zM174.975 102.651c-1.354-.116-1.666-3.449.917-7.139-.833 3.704-1.185 6.774-.917 7.139z\"/>\n    <path fill=\"#406325\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M175.083 103.604c.855 1.033 3.728-.674 5.272-4.948-2.541 2.847-4.835 4.942-5.272 4.948zM160.06 118.502c1.399 1.72 6.142 3.479 6.902 3.408-2.751-3.823-6.271-4.704-6.902-3.408z\"/>\n    <path fill=\"#67923D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M160.097 118.486c.631-1.296 4.109-.431 6.868 3.403-3.435-2.109-6.4-3.533-6.868-3.403z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M175.258 79.051l-.673-.227\"/>\n    <path fill=\"#BA1F3E\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M174.09 78.671a.339.339 0 100-.002v.002z\"/>\n    <path fill=\"#8C959D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M136.054 105.866c-.042.333.263.731.665.647.121-.025.195-.182.041-.153-.133.034-.275-.022-.375-.117a.524.524 0 01-.124-.6l-.207.223h0z\"/>\n    <path fill=\"#8C959D\" fill-rule=\"nonzero\" d=\"M136.988 106.51c-.317.364-.802.524-1.071.261-.179-.177-.243-.377-.146-.597-.138.15-.257.28-.35.385.015.028.223.409.534.549.382.172.929-.087 1.256-.489.231-.284.488-.759.302-1.128-.114-.228-.387-.445-.615-.531l-.321.344c.159-.075.359-.042.53.098.397.323.167.78-.119 1.108z\"/>\n    <path fill=\"#485654\" fill-rule=\"nonzero\" d=\"M136.988 106.51a1.25 1.25 0 01-.363.299.768.768 0 01-.46.099.456.456 0 01-.222-.093.722.722 0 01-.159-.181.496.496 0 01-.077-.23.52.52 0 01.044-.24l.038.025-.347.387.004-.031c.086.15.195.293.326.406a.637.637 0 00.466.178c.172-.005.34-.064.492-.149.152-.085.289-.197.406-.326.116-.13.216-.277.292-.434a1.02 1.02 0 00.117-.498.573.573 0 00-.07-.242.992.992 0 00-.156-.205 1.304 1.304 0 00-.428-.292l.029-.007-.324.341-.026-.036a.465.465 0 01.235-.037.55.55 0 01.223.077c.134.08.25.203.289.358a.671.671 0 01-.065.453c-.068.14-.161.264-.264.378zm0 0c.098-.118.186-.245.248-.383a.651.651 0 00.052-.439.59.59 0 00-.281-.332.453.453 0 00-.421-.031l-.026-.036.318-.347.012-.013.017.006a1.3 1.3 0 01.452.3.994.994 0 01.167.218c.046.08.072.174.079.266.013.187-.043.368-.12.531a1.98 1.98 0 01-.3.451c-.122.135-.265.25-.425.338-.159.087-.336.15-.522.154a.684.684 0 01-.274-.048.85.85 0 01-.232-.148 1.537 1.537 0 01-.335-.426l-.009-.017.013-.014.354-.382.038.025a.475.475 0 00-.044.219.465.465 0 00.068.213c.039.065.09.126.148.174a.44.44 0 00.205.092.745.745 0 00.449-.085c.138-.071.263-.17.369-.286z\"/>\n    <path fill=\"#6C301E\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke- d=\"M161.363 78.67L148.82 91.019c-.954.947-11.864 11.369-12.845 12.308-.344.413-1.323 1.518-1.425 1.673-.665.722-1.387 1.665-2.249 2.509-.153.193-.357.123-.542.23-.567.328-1.155.897-1.579 1.366l-3.815 4.221c-.246.267-.311.431-.145.585l2.07 2.765c.384.379.827.574.999.256.983-1.702 3.426-4.3 4.349-6.354.551-1.228 1.243-3.456 1.737-3.994.606-.674 2.241-2.416 3.689-3.97l.29-.312.296-.318c7.345-7.485 15.848-16.577 22.04-22.987-.244-.244-.091-.099-.327-.327h0z\"/>\n    <path fill=\"#8C959D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M135.316 103.314c-.383.013-.632-.221-.89-.438.365.108.733.249 1.079.106l-.189.332z\"/>\n    <path fill=\"#B2B6BA\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M174.429 69.562l-9.939 8.193c-.096.117-.195.083-.29 0l-.905-.755c.001-.011.004-.023.004-.034a.46.46 0 00-.025-.145l.444-.452c.055-.069.037-.097-.038-.171-.057-.06-.107-.114-.184-.188-.071-.055-.13-.011-.201.056l-.448.461a.442.442 0 00-.422.427c-6.012 5.854-11.185 11.074-17.168 16.835l-7.054 6.734c-.252.326-1.341.909-2.061 1.379-.255.166-.476.318-.568.482l-.576 1.698c-.182.373-.76 1.251-.785 1.31.74.746.703.692 1.208 1.165.568-.632 2.09-2.222 3.474-3.704.111-.12.118-.132.26-.303a4.154 4.154 0 00-.435-.517c-.124-.118-.258-.24-.375-.341-.077-.066-.146-.122-.196-.171-.051-.049.075-.139.132-.201 8.27-7.994 17.176-16.78 24.461-23.936a.426.426 0 00.32-.03l.871 1.003c.205.204.378.2.542.124l9.954-8.919h0z\"/>\n    <path fill=\"#485654\" fill-rule=\"nonzero\" d=\"M135.023 104.026a.86.86 0 00.189.01.462.462 0 00.179-.051l-.005.006c.071-.249.147-.496.223-.744.077-.247.156-.493.237-.739l.002.008a.459.459 0 00-.229-.155.47.47 0 01.241.144l.003.003-.001.005c-.071.249-.146.496-.221.744-.077.247-.154.494-.236.739l-.001.004-.004.002a.44.44 0 01-.188.044.76.76 0 01-.189-.02z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M137.474 103.322a.194.194 0 01-.193.194.194.194 0 010-.388.195.195 0 01.193.194zM136.305 104.492a.194.194 0 01-.193.194.194.194 0 010-.387c.106 0 .193.086.193.193z\"/>\n    <path fill=\"#485654\" fill-rule=\"nonzero\" d=\"M138.153 101.522a3.645 3.645 0 01-.283-.242 3.451 3.451 0 01-.26-.267 4.095 4.095 0 01.543.509z\"/>\n    <path fill=\"#8C959D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M158.369 82.8l.202-.183-1.09-1.065-.202.183h0zM163.87 106.379c.029.339-.3.715-.696.613-.117-.033-.182-.191-.029-.156.135.043.274-.005.379-.1a.549.549 0 00.157-.594c.06.085.12.17.189.237h0z\"/>\n    <path fill=\"#8C959D\" fill-rule=\"nonzero\" d=\"M162.902 106.979c.3.379.774.567 1.06.316.19-.164.264-.361.175-.593.129.161.241.294.327.399-.02.026-.247.398-.563.519-.39.154-.923-.136-1.231-.552-.213-.293-.454-.779-.245-1.142.129-.222.413-.426.644-.497l.301.361c-.151-.08-.353-.063-.532.074-.416.307-.202.774.064 1.115z\"/>\n    <path fill=\"#485654\" fill-rule=\"nonzero\" d=\"M162.902 106.979c.101.121.221.227.357.305a.745.745 0 00.446.108.445.445 0 00.211-.082.692.692 0 00.158-.166.45.45 0 00.077-.211.486.486 0 00-.036-.222l.04-.023c.108.133.219.264.33.396l.013.015-.012.019a1.658 1.658 0 01-.358.405.848.848 0 01-.24.135.684.684 0 01-.276.034 1.14 1.14 0 01-.513-.182 1.642 1.642 0 01-.407-.359 1.963 1.963 0 01-.278-.466 1.061 1.061 0 01-.093-.537.631.631 0 01.094-.262 1.265 1.265 0 01.648-.483l.017-.005.011.014.298.364-.028.035a.449.449 0 00-.421.012.605.605 0 00-.296.32.652.652 0 00.031.441c.054.141.135.272.227.395zm0 0a1.636 1.636 0 01-.243-.39.67.67 0 01-.044-.456.538.538 0 01.119-.202.744.744 0 01.186-.143.492.492 0 01.461-.019l-.028.035-.304-.359.028.009a1.258 1.258 0 00-.612.464.576.576 0 00-.084.238c-.021.17.024.344.091.504.069.16.162.312.271.448.11.135.242.254.39.346.147.092.312.161.483.175a.609.609 0 00.251-.029.76.76 0 00.224-.125c.138-.107.25-.242.35-.39l.001.034c-.108-.133-.218-.266-.324-.402l.04-.023a.493.493 0 01-.052.471.73.73 0 01-.17.172.471.471 0 01-.228.083.767.767 0 01-.457-.123 1.276 1.276 0 01-.349-.318z\"/>\n    <path fill=\"#6C301E\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke- d=\"M139.876 77.995l11.926 12.944c.909.992 11.292 11.938 12.228 12.923.325.426 1.244 1.583 1.346 1.743.628.751 1.301 1.732 2.123 2.62.145.199.348.145.534.254.548.355 1.111.948 1.506 1.441l3.603 4.406c.232.276.288.443.117.589l-2.2 2.663c-.401.363-.855.532-1.013.206-.899-1.749-3.208-4.459-4.035-6.56-.495-1.255-1.076-3.516-1.541-4.077-.576-.703-2.119-2.519-3.488-4.145-.095-.114-.181-.219-.276-.323-.094-.114-.19-.219-.284-.333-6.972-7.834-15.019-17.334-20.889-24.039.258-.234.096-.096.343-.312h0z\"/>\n    <path fill=\"#8C959D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M164.731 103.869c.381.028.638-.188.912-.393-.369.091-.749.209-1.078.057l.166.336z\"/>\n    <path fill=\"#B2B6BA\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M127.32 68.247l9.528 8.67c.085.123.187.091.291.014l.937-.711.002-.036a.386.386 0 01.034-.144l-.423-.477c-.051-.075-.031-.102.045-.171.058-.061.115-.113.191-.182.075-.051.128-.003.197.064l.423.486c.227.02.409.22.397.448 5.715 6.141 10.633 11.605 16.326 17.654l6.717 7.074c.239.34 1.292.975 1.988 1.474.247.176.457.341.54.51l.489 1.728c.164.382.694 1.283.718 1.348-.773.709-.734.657-1.266 1.105-.533-.655-1.983-2.321-3.292-3.871-.103-.124-.112-.133-.249-.313.117-.149.309-.359.462-.497.133-.112.266-.224.389-.318.076-.06.151-.111.208-.163.057-.043-.066-.14-.127-.207-7.865-8.388-16.337-17.599-23.261-25.103a.568.568 0 01-.128.012.513.513 0 01-.198-.055l-.922.958c-.21.19-.383.182-.552.1l-9.464-9.397h0z\"/>\n    <path fill=\"#485654\" fill-rule=\"nonzero\" d=\"M164.988 104.593a.938.938 0 01-.191.009.465.465 0 01-.185-.054l-.004-.002-.001-.004c-.069-.249-.133-.5-.198-.75a39.388 39.388 0 01-.183-.754l-.001-.005.004-.003a.788.788 0 01.115-.084.308.308 0 01.134-.044c-.095.012-.171.077-.238.14l.003-.008c.069.249.135.5.199.75.063.251.126.502.185.754l-.005-.006a.499.499 0 00.176.061c.062.006.126.004.19 0z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M162.586 103.771a.194.194 0 10.387.02.194.194 0 00-.387-.02zM163.692 105a.194.194 0 10.387.02.194.194 0 00-.387-.02z\"/>\n    <path fill=\"#485654\" fill-rule=\"nonzero\" d=\"M161.982 101.939a3.85 3.85 0 01.57-.482c-.086.091-.18.173-.274.254-.095.08-.192.158-.296.228z\"/>\n    <path fill=\"#8C959D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M143.846 81.243h0l-1.134 1.011-.2-.192 1.143-1.01z\"/>\n    <path fill=\"#67923D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M135.946 114.955c-2.458-1.038-8.403-.209-9.131.291 5.089 2.504 9.231 1.43 9.131-.291z\"/>\n    <path fill=\"#406325\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M135.9 114.992c.1 1.721-3.997 2.777-9.086.282 4.78.291 8.686.118 9.086-.282z\"/>\n    <path fill=\"#67923D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M163.767 115.993c2.458-1.038 8.403-.209 9.131.291-5.089 2.495-9.231 1.43-9.131-.291z\"/>\n    <path fill=\"#406325\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M163.813 116.02c-.1 1.72 3.997 2.777 9.086.282-4.78.292-8.686.128-9.086-.282z\"/>\n    <path fill=\"#B2B6BA\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M159.253 113.277c-6.479-9.412-16.248-17.066-23.782-21.248 1.112-.052 3.581 1.213 4.584 1.859 7.481 4.821 13.844 11.189 20.52 18.694-.393.389-.651.619-1.077.954l-.245-.259z\"/>\n    <path fill=\"#8C959D\" fill-rule=\"nonzero\" d=\"M159.899 113.201l-.453.436c-7.191-9.256-17.217-18.108-23.959-21.603 9.401 4.329 17.31 13.053 24.386 21.141l.026.026z\"/>\n    <path fill=\"#485654\" fill-rule=\"nonzero\" d=\"M159.899 113.201l-.452.436-.001.001-.001-.001a94.88 94.88 0 00-5.27-6.166 104.8 104.8 0 00-5.74-5.73 88.79 88.79 0 00-6.191-5.237 60.589 60.589 0 00-3.294-2.363 37.47 37.47 0 00-3.479-2.076l.03-.061c2.466 1.139 4.794 2.561 6.992 4.15 2.2 1.591 4.274 3.348 6.259 5.197 1.985 1.85 3.882 3.792 5.727 5.78 1.844 1.989 3.634 4.028 5.42 6.07zm0 0c-1.794-2.035-3.592-4.067-5.444-6.048-1.849-1.984-3.747-3.924-5.734-5.77-1.987-1.845-4.062-3.598-6.262-5.185-2.199-1.584-4.524-3.001-6.988-4.134l.03-.061a37.566 37.566 0 013.483 2.084 61.261 61.261 0 013.294 2.37 89.168 89.168 0 016.187 5.249 105.228 105.228 0 015.734 5.74 94.302 94.302 0 015.247 6.188h-.002l.455-.433z\"/>\n    <path fill=\"#FAB81C\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M162.071 111.739a5.75 5.75 0 00-1.643.695c-.071.437-.61.924-1.121 1.035-.093-.118-.115-.153-.185-.241a.04.04 0 00-.053-.012c-.044.024-.104.056-.179.106a.479.479 0 00-.519.305c-.118.303.121.703.383.964.289.228.433.334.768.287.339-.07.525-.379.602-.477 1.162 1.407 2.037 2.167 3.509 3.325.656.005 1.008-.408.788-.876-.073-.157-.263-.261-.416-.203a.32.32 0 000-.141c.77-.708 1.098-1.59.286-3.085-.695-1.259-1.473-1.687-2.215-1.681l-.005-.001zm1.951 1.415c.137.232.216.431.32.642.463.937.061 2.063-.729 2.408-.039-.002-.027-.007-.067.007.129-.215-.259-.673-.457-.512.094-.237-.209-.631-.457-.529.13-.221-.167-.596-.444-.474.143-.24-.101-.583-.388-.521.086-.255-.131-.548-.423-.499.025-.226-.049-.35-.158-.453.348-.265.734-.672 1.074-.856.852-.368 1.377.336 1.729.787h0z\"/>\n    <path fill=\"#FAB81C\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M164.38 114.146c-.161-.079-.236-.238-.183-.345.053-.107.219-.135.38-.056.161.079.25.232.198.34-.054.107-.234.141-.395.061h0z\"/>\n    <path fill=\"#FAB81C\" fill-rule=\"nonzero\" d=\"M160.123 114.406c.213-.554.64-1.067 1.096-1.189\"/>\n    <path fill=\"#6C301E\" fill-rule=\"nonzero\" d=\"M160.123 114.406a2.21 2.21 0 01.409-.727 1.74 1.74 0 01.308-.286c.115-.081.242-.146.379-.176a1.247 1.247 0 00-.364.197c-.11.084-.209.181-.298.287-.179.209-.32.451-.434.705z\"/>\n    <path fill=\"#FAB81C\" fill-rule=\"nonzero\" d=\"M160.567 114.937c.517.119 1.028-.38 1.229-.753\"/>\n    <path fill=\"#6C301E\" fill-rule=\"nonzero\" d=\"M160.567 114.937a.797.797 0 00.376-.027c.121-.038.234-.097.336-.171a1.9 1.9 0 00.517-.554 1.488 1.488 0 01-.212.321c-.084.098-.18.186-.285.262a1.132 1.132 0 01-.348.168.715.715 0 01-.384.001z\"/>\n    <path fill=\"#FAB81C\" fill-rule=\"nonzero\" d=\"M161.031 115.432c.612.02.989-.415 1.168-.747\"/>\n    <path fill=\"#6C301E\" fill-rule=\"nonzero\" d=\"M161.031 115.432a1.211 1.211 0 00.681-.215c.1-.067.189-.149.27-.239.081-.09.152-.189.217-.292a1.426 1.426 0 01-.468.56 1.16 1.16 0 01-.335.155c-.118.031-.243.041-.365.031z\"/>\n    <path fill=\"#FAB81C\" fill-rule=\"nonzero\" d=\"M161.505 115.907c.519.003.991-.425 1.139-.758\"/>\n    <path fill=\"#6C301E\" fill-rule=\"nonzero\" d=\"M161.505 115.907c.24-.013.467-.104.66-.239.098-.066.188-.145.269-.231a1.33 1.33 0 00.21-.288 1.062 1.062 0 01-.19.305 1.34 1.34 0 01-.592.403.948.948 0 01-.357.05z\"/>\n    <path fill=\"#FAB81C\" fill-rule=\"nonzero\" d=\"M161.961 116.344c.565-.023.964-.28 1.131-.648\"/>\n    <path fill=\"#6C301E\" fill-rule=\"nonzero\" d=\"M161.961 116.344a2.24 2.24 0 00.337-.058c.11-.029.217-.068.316-.121a1.11 1.11 0 00.478-.469.895.895 0 01-.185.291c-.08.084-.175.153-.278.208a1.396 1.396 0 01-.668.149z\"/>\n    <path fill=\"#FAB81C\" fill-rule=\"nonzero\" d=\"M162.473 116.79c.519.03.938-.28 1.076-.582\"/>\n    <path fill=\"#6C301E\" fill-rule=\"nonzero\" d=\"M162.473 116.79a1.365 1.365 0 00.617-.15c.095-.048.182-.11.26-.182a.967.967 0 00.199-.25.788.788 0 01-.181.269 1.108 1.108 0 01-.895.313z\"/>\n    <path fill=\"#FAB81C\" fill-rule=\"nonzero\" d=\"M160.195 114.482c.395.082 1.034-.389 1.189-.809\"/>\n    <path fill=\"#6C301E\" fill-rule=\"nonzero\" d=\"M160.195 114.482a.73.73 0 00.369-.06 1.77 1.77 0 00.609-.436 1.15 1.15 0 00.211-.313.993.993 0 01-.191.33 1.703 1.703 0 01-.282.261 1.415 1.415 0 01-.338.182.662.662 0 01-.378.036z\"/>\n    <path fill=\"#FAB81C\" fill-rule=\"nonzero\" d=\"M163.03 117.243a.991.991 0 00.98-.593\"/>\n    <path fill=\"#6C301E\" fill-rule=\"nonzero\" d=\"M163.03 117.243c.102-.002.203-.011.3-.037a1.026 1.026 0 00.505-.308c.068-.074.125-.158.175-.247a.95.95 0 01-.387.467.91.91 0 01-.593.125z\"/>\n    <path fill=\"#FAB81C\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M164.284 113.826c-.161-.079-.236-.238-.183-.345.053-.107.219-.135.38-.056.161.079.25.233.198.34-.054.107-.234.141-.395.061h0z\"/>\n    <path fill=\"#FAB81C\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M164.09 113.473c-.161-.079-.236-.238-.184-.345.053-.107.219-.135.38-.056.161.079.251.233.198.34-.053.107-.233.14-.394.061h0z\"/>\n    <path fill=\"#FAB81C\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M163.847 113.154c-.161-.079-.236-.238-.184-.345.053-.107.219-.135.381-.056.161.079.25.233.198.34-.054.107-.234.14-.395.061h0z\"/>\n    <path fill=\"#FAB81C\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M163.526 112.844c-.161-.079-.236-.237-.183-.345.007-.015.002-.043.017-.036.065.034.201.058.186-.043-.02-.036-.046-.071-.022-.044a.676.676 0 01.199.069c.161.079.25.232.198.34-.054.107-.234.141-.395.061v-.002h0z\"/>\n    <path fill=\"#406325\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M128.239 75.786c2.253-.74 5.853-4.829 6.087-5.599-4.873 1.298-7.112 4.482-6.087 5.599z\"/>\n    <path fill=\"#67923D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M128.239 75.786c-1.039-1.117 1.185-4.271 6.043-5.569-3.424 2.626-5.999 5.056-6.043 5.569h0z\"/>\n    <path fill=\"#406325\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M173.78 77.255c-.532-2.202-4.15-5.941-4.865-6.222.864 4.737 3.724 7.112 4.865 6.222z\"/>\n    <path fill=\"#67923D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M173.78 77.255c-1.142.904-3.975-1.454-4.839-6.178 2.238 3.459 4.354 6.096 4.839 6.178z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M137.412 115.061l.287.543\"/>\n    <path fill=\"#B2B6BA\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M141.007 112.477c7.028-9.01 17.236-16.068 25.005-19.793-1.106-.118-3.647.997-4.687 1.583-7.755 4.367-14.486 10.344-21.597 17.439.369.412.613.656 1.018 1.016l.261-.245z\"/>\n    <path fill=\"#8C959D\" fill-rule=\"nonzero\" d=\"M140.367 112.363l.426.462c7.73-8.811 18.265-17.05 25.204-20.137-9.642 3.761-18.057 11.998-25.602 19.65l-.028.025z\"/>\n    <path fill=\"#485654\" fill-rule=\"nonzero\" d=\"M140.367 112.363l.427.461h-.002a94.604 94.604 0 015.606-5.864 105.072 105.072 0 016.066-5.389 88.604 88.604 0 016.489-4.871 61.081 61.081 0 013.429-2.17 37.696 37.696 0 013.601-1.874l.026.063c-2.526.984-4.932 2.26-7.221 3.711-2.29 1.452-4.466 3.079-6.559 4.802-2.093 1.724-4.104 3.547-6.068 5.418-1.966 1.868-3.882 3.789-5.794 5.713zm0 0c1.904-1.932 3.812-3.861 5.771-5.737 1.961-1.875 3.97-3.7 6.062-5.429 2.092-1.727 4.267-3.358 6.558-4.815 2.289-1.456 4.697-2.737 7.227-3.726l.026.063a37.792 37.792 0 00-3.597 1.865 60.968 60.968 0 00-3.429 2.163 89.219 89.219 0 00-6.492 4.859 104.938 104.938 0 00-6.071 5.378 94.595 94.595 0 00-5.628 5.841l-.001.001-.001-.001-.425-.462z\"/>\n    <path fill=\"#FAB81C\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M141.867 112.879a.478.478 0 00-.5-.335c-.072-.054-.13-.09-.172-.117a.04.04 0 00-.054.009c-.075.084-.099.117-.199.229-.503-.141-1.013-.659-1.057-1.1a5.716 5.716 0 00-1.599-.792h-.004c-.74-.049-1.542.331-2.311 1.547-.9 1.444-.625 2.345.101 3.097a.334.334 0 00-.008.141c-.15-.067-.346.026-.428.178-.247.454.079.888.734.921 1.539-1.069 2.457-1.775 3.701-3.11.07.103.239.423.572.513.331.067.482-.031.784-.241.278-.246.54-.631.44-.94zm-3.006-.13c-.288-.066-.522.213-.452.473-.283-.079-.547.249-.418.497-.269-.138-.587.218-.471.446-.241-.116-.566.259-.487.501-.188-.172-.602.262-.486.484-.039-.016-.027-.011-.066-.011-.769-.392-1.103-1.54-.585-2.448.117-.204.208-.399.358-.622h0c.378-.43.944-1.1 1.771-.682.329.203.69.633 1.021.918a.491.491 0 00-.185.444z\"/>\n    <path fill=\"#FAB81C\" fill-rule=\"nonzero\" d=\"M140.072 113.552c-.18-.566-.575-1.103-1.023-1.252\"/>\n    <path fill=\"#6C301E\" fill-rule=\"nonzero\" d=\"M140.072 113.552a2.886 2.886 0 00-.392-.73 1.878 1.878 0 00-.28-.304 1.224 1.224 0 00-.351-.218c.135.038.258.11.368.198.11.088.205.193.291.304a2.27 2.27 0 01.364.75z\"/>\n    <path fill=\"#FAB81C\" fill-rule=\"nonzero\" d=\"M139.597 114.056c-.524.088-1.004-.441-1.182-.825\"/>\n    <path fill=\"#6C301E\" fill-rule=\"nonzero\" d=\"M139.597 114.056a.724.724 0 01-.383-.024 1.147 1.147 0 01-.338-.189 1.646 1.646 0 01-.269-.278 1.46 1.46 0 01-.193-.333 1.958 1.958 0 00.483.585c.098.08.208.146.326.191a.804.804 0 00.374.048z\"/>\n    <path fill=\"#FAB81C\" fill-rule=\"nonzero\" d=\"M139.104 114.522c-.611-.016-.962-.473-1.122-.815\"/>\n    <path fill=\"#6C301E\" fill-rule=\"nonzero\" d=\"M139.104 114.522a1.046 1.046 0 01-.363-.054 1.148 1.148 0 01-.325-.175 1.425 1.425 0 01-.434-.587c.058.107.123.21.199.305.075.094.16.182.256.255a1.247 1.247 0 00.667.256z\"/>\n    <path fill=\"#FAB81C\" fill-rule=\"nonzero\" d=\"M138.602 114.968c-.518-.027-.964-.483-1.092-.824\"/>\n    <path fill=\"#6C301E\" fill-rule=\"nonzero\" d=\"M138.602 114.968a.948.948 0 01-.352-.07 1.303 1.303 0 01-.313-.181 1.512 1.512 0 01-.255-.257 1.068 1.068 0 01-.172-.316 1.561 1.561 0 00.447.546c.186.147.407.251.645.278z\"/>\n    <path fill=\"#FAB81C\" fill-rule=\"nonzero\" d=\"M138.121 115.378c-.563-.057-.945-.337-1.09-.715\"/>\n    <path fill=\"#6C301E\" fill-rule=\"nonzero\" d=\"M138.121 115.378a1.41 1.41 0 01-.659-.189 1.095 1.095 0 01-.265-.224.883.883 0 01-.167-.301c.048.104.11.2.187.283.076.083.165.155.262.213.096.06.201.104.309.14.108.035.22.059.333.078z\"/>\n    <path fill=\"#FAB81C\" fill-rule=\"nonzero\" d=\"M137.583 115.792c-.52-.001-.92-.335-1.039-.645\"/>\n    <path fill=\"#6C301E\" fill-rule=\"nonzero\" d=\"M137.583 115.792a1.038 1.038 0 01-.323-.031 1.121 1.121 0 01-.552-.335.782.782 0 01-.164-.279.941.941 0 00.184.261 1.268 1.268 0 00.54.328c.101.031.207.048.315.056z\"/>\n    <path fill=\"#FAB81C\" fill-rule=\"nonzero\" d=\"M139.995 113.624c-.399.058-1.009-.449-1.139-.878\"/>\n    <path fill=\"#6C301E\" fill-rule=\"nonzero\" d=\"M139.995 113.624a.657.657 0 01-.375-.058 1.427 1.427 0 01-.327-.202 1.7 1.7 0 01-.266-.277.989.989 0 01-.172-.341c.044.119.113.226.192.325a1.767 1.767 0 00.582.471.744.744 0 00.366.082z\"/>\n    <path fill=\"#FAB81C\" fill-rule=\"nonzero\" d=\"M137.001 116.212a.99.99 0 01-.943-.65\"/>\n    <path fill=\"#6C301E\" fill-rule=\"nonzero\" d=\"M137.001 116.212a.94.94 0 01-.585-.16.95.95 0 01-.358-.489c.044.092.096.179.159.257a1.04 1.04 0 00.784.392z\"/>\n    <path fill=\"#FAB81C\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M135.837 113.039c.166-.069.25-.223.204-.334-.047-.11-.211-.148-.377-.078-.166.069-.264.217-.218.328.048.11.225.154.391.084h0z\"/>\n    <path fill=\"#FAB81C\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M135.952 112.725c.166-.069.25-.223.204-.334-.047-.11-.211-.148-.377-.078-.166.069-.264.217-.218.328.048.11.225.154.391.084h0z\"/>\n    <path fill=\"#FAB81C\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M136.167 112.384c.166-.069.25-.223.203-.334-.047-.11-.211-.148-.377-.078-.166.069-.264.217-.218.328.049.11.226.154.392.084h0z\"/>\n    <path fill=\"#FAB81C\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M136.429 112.081c.166-.069.25-.223.203-.334-.046-.11-.211-.148-.377-.078-.166.069-.264.217-.218.328.049.109.226.153.392.084h0z\"/>\n    <path fill=\"#FAB81C\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M136.767 111.791c.166-.069.25-.223.204-.334-.006-.015 0-.043-.016-.036-.067.03-.204.046-.183-.054.022-.035.05-.068.024-.043a.687.687 0 00-.203.057c-.166.069-.264.217-.218.328.047.11.225.154.391.085l.001-.003z\"/>\n    <path fill=\"#F9F0AA\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M141.665 100.186s-1.925.207-2.464-2.448c-.577-2.839 1.658-3.141 1.658-3.141s2.532-.244 4.109-.284l.7 5.61-4.003.263z\"/>\n    <path fill=\"#F9F0AA\" fill-rule=\"nonzero\" d=\"M141.665 100.186s-1.925.207-2.464-2.448c-.577-2.839 1.658-3.141 1.658-3.141s2.532-.244 4.109-.284l.7 5.61-4.003.263z\"/>\n    <path fill=\"#F9F0AA\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M141.919 99.331s-1.245.238-1.502-1.735c-.182-1.398.683-1.596.683-1.596l2.886.489.016 2.575-2.083.267z\"/>\n    <path fill=\"#F9F0AA\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M141.919 99.331s-1.245.238-1.502-1.735c-.182-1.398.683-1.596.683-1.596l2.886.489.016 2.575-2.083.267z\"/>\n    <path fill=\"#F9F0AA\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M141.099 95.999s1.845-.135 2.809-.259l.4 1.785-2.219.139s-.152-1.611-.99-1.665z\"/>\n    <path fill=\"#F9F0AA\" fill-rule=\"nonzero\" d=\"M141.099 95.999s1.845-.135 2.809-.259l.4 1.785-2.219.139s-.152-1.611-.99-1.665z\"/>\n    <path fill=\"#F9F0AA\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M140.712 94.642s2.367-.58 2.661 2.028c.077.682-.294 2.24-1.455 2.661l4.336-.455-.393-4.69-1.461.122c.001 0-3.099.106-3.688.334z\"/>\n    <path fill=\"#F9F0AA\" fill-rule=\"nonzero\" d=\"M140.712 94.642s2.367-.58 2.661 2.028c.077.682-.294 2.24-1.455 2.661l4.336-.455-.393-4.69-1.461.122c.001 0-3.099.106-3.688.334z\"/>\n    <path fill=\"#F9F0AA\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M141.664 100.186c.015 0 16.22-1.091 17.88-1.023 4.92-2.699-.024-13.3-4.169-19.229.473-1.336-9.331-4.341-13.765-4.07-.557.034-1.095.071-1.611.111-2.405.255-2.43 3.342-1.449 5.288.951 1.888 9.474 17.227 3.481 18.849l-.367.074z\"/>\n    <path fill=\"#F9F0AA\" fill-rule=\"nonzero\" d=\"M159.036 86.198a46.444 46.444 0 00-3.662-6.265c.473-1.336-9.331-4.341-13.765-4.07-.557.034-1.095.071-1.611.111-2.405.255-2.43 3.342-1.449 5.288.299.593 1.344 2.512 2.452 4.917\"/>\n    <path fill=\"#999270\" fill-rule=\"nonzero\" d=\"M159.036 86.198a46.127 46.127 0 00-1.717-3.199 46.722 46.722 0 00-1.957-3.057l-.004-.007.003-.007a.298.298 0 00-.006-.206.654.654 0 00-.109-.185 1.811 1.811 0 00-.321-.297 5.54 5.54 0 00-.752-.46c-.523-.272-1.067-.5-1.617-.712a34.542 34.542 0 00-3.37-1.074 39.685 39.685 0 00-3.453-.764 27.917 27.917 0 00-1.75-.252 16.787 16.787 0 00-1.764-.109c-.295-.002-.588.014-.883.034l-.883.059-.441.032c-.145.014-.29.041-.431.08a2.019 2.019 0 00-.771.404c-.223.189-.4.43-.529.693a3.064 3.064 0 00-.262.837 4.978 4.978 0 00.042 1.755c.111.578.307 1.14.586 1.659.272.523.546 1.046.813 1.573a85.688 85.688 0 011.543 3.186 85.682 85.682 0 00-1.561-3.177l-.819-1.569a5.864 5.864 0 01-.592-1.666 5.039 5.039 0 01-.046-1.766c.049-.292.133-.58.264-.847.13-.267.31-.512.537-.705.226-.194.498-.333.784-.413.143-.04.289-.067.438-.082l.441-.033.883-.061c.294-.02.59-.037.885-.035.591 0 1.181.043 1.769.105.587.063 1.172.149 1.754.249 1.163.203 2.316.465 3.456.771 1.14.308 2.269.659 3.372 1.082.551.213 1.096.443 1.62.717.261.138.518.286.755.464.118.09.232.187.326.304a.674.674 0 01.114.194.34.34 0 01.006.227l-.002-.014a43.902 43.902 0 011.949 3.064 45.48 45.48 0 011.7 3.208z\"/>\n    <path fill=\"#F9F0AA\" fill-rule=\"nonzero\" d=\"M142.552 89.828c1.736 4.578 2.708 9.412-.513 10.283l-.368.074c.015 0 16.22-1.091 17.88-1.023 2.668-1.464 2.435-5.251 1.002-9.357\"/>\n    <path fill=\"#999270\" fill-rule=\"nonzero\" d=\"M142.552 89.828c.351.921.674 1.853.946 2.8.27.948.496 1.911.608 2.892.055.49.082.984.057 1.478a4.825 4.825 0 01-.276 1.451 2.69 2.69 0 01-.851 1.197 2.617 2.617 0 01-.644.367 3.056 3.056 0 01-.354.117l-.362.073-.004-.037 4.467-.297 4.469-.285c1.49-.09 2.98-.178 4.47-.26.745-.041 1.49-.08 2.236-.115.373-.017.746-.034 1.119-.047.373-.012.746-.028 1.121-.019l-.009.002a3.61 3.61 0 001.651-1.865c.321-.788.412-1.652.394-2.499a13.047 13.047 0 00-.33-2.526 22.424 22.424 0 00-.705-2.452c.282.803.529 1.619.718 2.449.188.83.32 1.676.343 2.528.01.426-.008.853-.068 1.276a5.23 5.23 0 01-.324 1.235 3.83 3.83 0 01-.665 1.089 3.693 3.693 0 01-.998.795l-.004.002h-.005c-.371-.009-.745.008-1.118.021-.373.014-.745.031-1.118.049-.745.036-1.49.077-2.236.119-1.49.084-2.98.175-4.47.267l-4.469.28-4.47.289-.004-.037.362-.072a3.22 3.22 0 00.348-.115 2.63 2.63 0 00.636-.361c.389-.3.671-.722.842-1.181.173-.46.251-.951.277-1.441.026-.491 0-.984-.054-1.473-.111-.979-.329-1.943-.595-2.891a35.246 35.246 0 00-.931-2.803z\"/>\n    <path fill=\"#B07E09\" fill-rule=\"nonzero\" d=\"M148.337 88.492c.019.046.04.081.064.107.024.026.05.046.081.06.03.014.066.025.107.031.041.007.087.012.139.015.019.002.035.01.049.023a.13.13 0 01.03.04.064.064 0 01.003.043c-.004.015-.016.023-.038.024-.034.002-.07.003-.11.003h-.244a1.85 1.85 0 00-.214.013l-.117.015-.116.015a1.542 1.542 0 01-.103.01.074.074 0 01-.055-.019.118.118 0 01-.033-.044.07.07 0 01-.004-.042c.003-.014.015-.023.034-.027.046-.009.086-.02.122-.03a.22.22 0 00.084-.043.109.109 0 00.036-.067.213.213 0 00-.022-.108l-.406-.973a.7.7 0 00-.035-.072.154.154 0 00-.034-.042.101.101 0 00-.046-.018.356.356 0 00-.076-.002c-.02.001-.043.004-.069.007l-.09.013a.077.077 0 01-.061-.017.132.132 0 01-.036-.048.1.1 0 01-.007-.039c0-.014.01-.024.028-.031a4.31 4.31 0 00.236-.088 9.92 9.92 0 01.237-.092.115.115 0 01.061.001c.023.006.04.022.051.047l.554 1.335zM148.572 87.083c.031-.002.072-.002.122-.001l.16.005a4.71 4.71 0 00.327.001.097.097 0 00.052-.015.095.095 0 00.029-.031.106.106 0 00.013-.039.29.29 0 00.003-.04c.002-.016.014-.025.035-.027a.12.12 0 01.075.021c.015.01.024.023.028.041l.01.064a.608.608 0 01.005.143.207.207 0 01-.019.068.127.127 0 01-.045.05.176.176 0 01-.08.025c-.042.002-.084.004-.127.004s-.088-.001-.134-.005a2.25 2.25 0 00-.143-.005l-.126.001a3.49 3.49 0 00.113.312l.018.044.008.022c-.014-.004-.013-.009.002-.015a.699.699 0 01.198-.041.91.91 0 01.684.283c.06.064.106.135.139.215.04.097.059.184.057.26a.335.335 0 01-.064.196.4.4 0 01-.172.127.853.853 0 01-.269.055 1.045 1.045 0 01-.136-.002.724.724 0 01-.145-.026.467.467 0 01-.133-.064.244.244 0 01-.091-.112.185.185 0 01-.012-.101c.009-.041.037-.063.084-.066a.216.216 0 01.055.005.219.219 0 01.108.064.173.173 0 01.035.054c.005.011.006.02.007.029l-.001.021-.001.013.002.01c.002.006.01.012.021.018.012.005.028.01.048.014a.46.46 0 00.066.007l.074-.001c.115-.007.182-.049.202-.128.02-.083.003-.191-.053-.325a.634.634 0 00-.208-.277.491.491 0 00-.5-.042c-.038.002-.067-.004-.088-.02a.165.165 0 01-.049-.069 8.61 8.61 0 01-.239-.653c-.005-.012-.004-.025.002-.04.009-.017.026-.025.053-.027zM150.713 87.403a1.242 1.242 0 00-.065-.14.427.427 0 00-.071-.097.267.267 0 00-.087-.055.37.37 0 00-.12-.02.066.066 0 01-.052-.019.11.11 0 01-.029-.042.079.079 0 01-.005-.043c.002-.015.014-.023.035-.024l.074-.002h.077a2.936 2.936 0 00.357-.018c.063-.007.126-.011.19-.014.136-.006.272.01.406.049a1.421 1.421 0 01.688.444c.092.107.163.225.215.354a.977.977 0 01.082.375.48.48 0 01-.081.274.495.495 0 01-.218.171.974.974 0 01-.329.068 2.312 2.312 0 01-.22.001 1.986 1.986 0 00-.28.005l-.076.008-.076.01-.086.013a.072.072 0 01-.057-.018.123.123 0 01-.035-.047.071.071 0 01-.003-.041c.003-.014.015-.022.035-.026a.473.473 0 00.085-.024.093.093 0 00.047-.035.089.089 0 00.01-.059.352.352 0 00-.027-.097l-.384-.951zm.635.769c.033.082.062.146.087.191.025.045.05.078.077.098a.2.2 0 00.097.037c.039.005.09.006.156.003a.323.323 0 00.171-.052.25.25 0 00.096-.138.517.517 0 00.012-.22 1.178 1.178 0 00-.083-.298 1.727 1.727 0 00-.162-.313.786.786 0 00-.473-.347 1.136 1.136 0 00-.346-.032c-.024.001-.039.005-.044.013-.005.007-.002.024.008.049l.404 1.009zM153.361 86.841a.18.18 0 01.047.004c.029.008.049.03.06.067a.195.195 0 00.012.04l.018.047.016.04c.015.039.031.076.047.11s.03.067.042.098c.007.017.004.029-.009.036a.098.098 0 01-.039.012.142.142 0 01-.043-.007c-.016-.005-.03-.018-.041-.038a2.18 2.18 0 00-.088-.139.285.285 0 00-.071-.072.186.186 0 00-.086-.027 1.258 1.258 0 00-.133-.004l-.147.005a2.466 2.466 0 00-.103.006c-.023.002-.037.007-.042.014-.006.007-.006.02-.001.039a.808.808 0 00.032.091l.17.434c.006.016.01.024.013.025l.007.002c.075-.003.13-.008.168-.016.037-.008.062-.019.074-.033.012-.014.017-.034.014-.06a.758.758 0 00-.023-.104c-.004-.017.001-.03.013-.038a.082.082 0 01.04-.013c.015 0 .031.003.047.011a.07.07 0 01.036.038 1.029 1.029 0 01.045.137l.019.062a1.446 1.446 0 00.087.209 1.585 1.585 0 01.068.151c.007.018.005.031-.007.039a.079.079 0 01-.039.013.107.107 0 01-.048-.009.075.075 0 01-.04-.035 1.218 1.218 0 00-.061-.112.165.165 0 00-.06-.058.27.27 0 00-.099-.026 1.353 1.353 0 00-.174-.002l-.005.003c-.002.002 0 .008.003.018l.128.326c.03.075.056.133.078.173.022.04.046.069.073.086a.228.228 0 00.104.032 1.41 1.41 0 00.285-.007.225.225 0 00.129-.055.118.118 0 00.037-.049c.008-.019.01-.044.008-.074a.784.784 0 00-.022-.12c-.004-.018.001-.03.014-.037a.097.097 0 01.041-.012.127.127 0 01.054.011.06.06 0 01.038.04l.055.198c.017.06.038.12.064.182l.004.018a.029.029 0 01-.006.021.042.042 0 01-.02.017.11.11 0 01-.037.007l-.889.034a2.56 2.56 0 00-.179.012l-.158.016a.074.074 0 01-.055-.02.133.133 0 01-.032-.046.068.068 0 01-.004-.04c.002-.014.013-.022.032-.026a.391.391 0 00.085-.023.09.09 0 00.047-.037.091.091 0 00.012-.059.357.357 0 00-.025-.094l-.375-.955a3.243 3.243 0 00-.044-.104.603.603 0 00-.052-.091.324.324 0 00-.06-.066.173.173 0 00-.071-.034.424.424 0 00-.059-.01c-.022-.003-.04-.004-.056-.005a.061.061 0 01-.048-.019.125.125 0 01-.028-.041.084.084 0 01-.005-.044c.002-.015.014-.023.033-.024.05-.002.101-.003.151-.002.04.001.092 0 .156-.003l.878-.034zM149.258 94.316a1.067 1.067 0 00-.043-.14.312.312 0 00-.056-.096.21.21 0 00-.078-.054.323.323 0 00-.116-.017.059.059 0 01-.049-.018.097.097 0 01-.023-.042.08.08 0 01.002-.043c.005-.015.018-.024.039-.025l.074-.004.077-.001.067-.001.088-.005c.072-.005.14-.011.204-.018.064-.007.127-.013.191-.018a1.146 1.146 0 01.745.207c.104.073.193.163.268.269.075.106.128.224.159.353a.916.916 0 01.023.376.584.584 0 01-.123.278.622.622 0 01-.244.176c-.1.042-.212.066-.338.075a2.345 2.345 0 01-.22.005 2.246 2.246 0 00-.434.031l-.088.015a.06.06 0 01-.054-.018.097.097 0 01-.028-.047.073.073 0 01.003-.041c.005-.014.018-.023.039-.027a.511.511 0 00.089-.026.115.115 0 00.052-.036.104.104 0 00.019-.059.313.313 0 00-.012-.097l-.233-.952zm.513.762c.02.082.039.146.057.191a.243.243 0 00.061.098c.023.02.053.031.091.036a.984.984 0 00.155 0 .325.325 0 00.295-.196.578.578 0 00.047-.222 1.455 1.455 0 00-.149-.61.685.685 0 00-.171-.218.647.647 0 00-.246-.123c-.096-.026-.21-.034-.34-.026-.024.002-.04.006-.046.014-.006.008-.006.024 0 .049l.246 1.007zM151.976 93.696a.17.17 0 01.046.003c.028.007.044.029.049.066 0 .012.002.025.006.04l.011.047.01.04c.009.039.019.075.03.11.01.034.02.067.027.098.004.017-.001.029-.015.037a.094.094 0 01-.041.013.107.107 0 01-.042-.006c-.015-.005-.027-.017-.035-.038a1.526 1.526 0 00-.067-.138.21.21 0 00-.06-.071.162.162 0 00-.081-.026 1.108 1.108 0 00-.132-.001l-.147.009a4.6 4.6 0 00-.104.008c-.023.003-.038.008-.044.015-.007.007-.009.02-.007.04a.816.816 0 00.018.091l.104.434c.004.016.007.024.009.025.002.001.005.002.007.001.075-.004.131-.011.17-.02.038-.009.065-.02.079-.035a.086.086 0 00.023-.061.648.648 0 00-.008-.105c-.001-.017.005-.03.019-.038a.091.091 0 01.042-.014.082.082 0 01.045.01c.016.008.026.02.03.037a.738.738 0 01.014.071l.01.066.01.062.016.077c.012.051.025.095.039.132.008.019.015.042.024.071a.798.798 0 01.021.08c.004.018 0 .031-.013.039a.087.087 0 01-.041.014.11.11 0 01-.046-.008.061.061 0 01-.035-.034.878.878 0 00-.044-.111.139.139 0 00-.051-.058.21.21 0 00-.094-.024 1.284 1.284 0 00-.173.002c-.002 0-.003.001-.005.003s-.002.008.001.018l.078.326c.018.075.035.133.051.173a.19.19 0 00.059.085.193.193 0 00.099.03 1.546 1.546 0 00.285-.013.33.33 0 00.068-.017.434.434 0 00.069-.04.149.149 0 00.044-.05.196.196 0 00.019-.075.748.748 0 00-.004-.12c-.001-.018.005-.03.019-.038a.098.098 0 01.043-.013.112.112 0 01.052.01.049.049 0 01.032.039l.025.198c.007.06.019.12.036.182.002.005.002.01.001.018a.041.041 0 01-.009.022.062.062 0 01-.022.017.114.114 0 01-.038.008l-.89.053a3.257 3.257 0 00-.18.016l-.159.019a.064.064 0 01-.052-.019.101.101 0 01-.025-.045.078.078 0 01.001-.04c.004-.014.016-.023.036-.027a.462.462 0 00.089-.025.127.127 0 00.053-.038.113.113 0 00.021-.06.288.288 0 00-.011-.094l-.229-.954a1.547 1.547 0 00-.028-.103.508.508 0 00-.038-.091.263.263 0 00-.049-.065.13.13 0 00-.066-.033.38.38 0 00-.057-.009l-.055-.004a.052.052 0 01-.045-.018.11.11 0 01-.022-.041.087.087 0 01.002-.045c.005-.015.017-.023.037-.025.05-.003.101-.005.151-.005.04 0 .092-.002.155-.006l.879-.054zM154.004 94.976c.01.046.025.082.044.107a.205.205 0 00.07.061.364.364 0 00.101.032c.04.007.085.012.136.016a.07.07 0 01.045.023.097.097 0 01.022.041.065.065 0 01-.005.043c-.006.014-.021.022-.042.023a1.32 1.32 0 01-.111.002l-.122-.001-.123-.001c-.041 0-.078 0-.112.002-.03.001-.065.005-.105.009a4.015 4.015 0 01-.12.013l-.119.014a2.647 2.647 0 01-.105.009.061.061 0 01-.052-.02.1.1 0 01-.025-.044.067.067 0 01.004-.042c.006-.014.019-.022.039-.026.047-.009.09-.019.128-.029a.253.253 0 00.092-.042.13.13 0 00.049-.067.198.198 0 00-.002-.108l-.225-.973a.664.664 0 00-.021-.072.132.132 0 00-.026-.042.081.081 0 00-.043-.018.34.34 0 00-.075-.003 4.137 4.137 0 00-.163.018c-.024.003-.044-.003-.058-.018a.106.106 0 01-.027-.048.074.074 0 01.001-.039c.003-.014.015-.024.034-.031.087-.027.171-.055.252-.085a7.51 7.51 0 01.255-.088.116.116 0 01.061.002c.022.006.036.022.042.047l.306 1.335zM155.156 93.938a.41.41 0 00-.098-.204c-.045-.045-.107-.066-.187-.062-.07.003-.121.027-.153.073-.033.046-.039.11-.021.194a.236.236 0 00.045.096c.022.028.05.053.083.077a.856.856 0 00.118.066l.149.067-.006-.001c-.001-.001-.002-.001-.001-.003a.258.258 0 00.073-.121.362.362 0 00-.002-.182zm.261.905a.295.295 0 00-.06-.126.503.503 0 00-.105-.094.773.773 0 00-.137-.073l-.169-.071c-.001-.005 0-.006.003-.004a.375.375 0 00-.112.149.296.296 0 00-.014.182.481.481 0 00.138.262c.066.06.144.088.233.084.087-.004.151-.034.192-.091a.259.259 0 00.031-.218zm.279-.066a.395.395 0 01-.005.217.383.383 0 01-.104.159.49.49 0 01-.171.099.723.723 0 01-.207.039.885.885 0 01-.213-.016.69.69 0 01-.195-.071.487.487 0 01-.249-.337.39.39 0 01.036-.292.382.382 0 01.224-.175.809.809 0 01-.242-.15.449.449 0 01-.145-.433.348.348 0 01.084-.15.402.402 0 01.148-.097.681.681 0 01.39-.019.585.585 0 01.321.209c.04.053.068.113.083.181a.31.31 0 01-.041.239.416.416 0 01-.083.097.224.224 0 01-.102.055.49.49 0 01.141.048.752.752 0 01.146.096.552.552 0 01.184.301zM156.716 94.951c.065-.002.112-.021.14-.057.029-.037.042-.104.041-.202 0-.016.005-.028.017-.036a.065.065 0 01.039-.013.107.107 0 01.055.014c.019.01.031.025.036.045a.92.92 0 01.021.175.608.608 0 01-.017.164.286.286 0 01-.067.125.18.18 0 01-.131.054 1.865 1.865 0 01-.167-.002 4.176 4.176 0 01-.166-.012l-.153-.013c-.048-.003-.09-.004-.129-.003a.313.313 0 00-.124.022 1.021 1.021 0 01-.1.036c-.036.001-.061-.008-.074-.029a.191.191 0 01-.026-.062.132.132 0 01-.001-.045.872.872 0 01.162-.377c.036-.049.073-.092.11-.13l.118-.113c.038-.036.073-.071.104-.104a.415.415 0 00.108-.4.515.515 0 00-.12-.255.324.324 0 00-.256-.097.265.265 0 00-.12.03.242.242 0 00-.076.063.202.202 0 00-.037.073.143.143 0 00-.005.059.102.102 0 00.008.025.084.084 0 00.043.047.11.11 0 00.049.007c.046-.002.081.009.107.033a.166.166 0 01.049.086.14.14 0 01-.019.105c-.017.029-.052.045-.106.047a.238.238 0 01-.125-.025.28.28 0 01-.086-.067.32.32 0 01-.052-.083.405.405 0 01-.025-.257.338.338 0 01.079-.151.415.415 0 01.149-.106.57.57 0 01.211-.045.838.838 0 01.253.026.592.592 0 01.194.093.506.506 0 01.133.148.646.646 0 01.073.189.471.471 0 01-.01.263.652.652 0 01-.118.2 1.24 1.24 0 01-.173.166c-.024.018-.051.041-.083.067a3.825 3.825 0 00-.089.077.743.743 0 00-.124.138.17.17 0 00-.025.139c-.003-.012.004-.023.021-.032a.69.69 0 01.245-.018c.033.002.063.005.091.009.028.004.054.006.078.008a.545.545 0 00.07.001zM157.946 94.82c.01.046.023.082.042.108a.196.196 0 00.069.062.351.351 0 00.101.034c.04.008.085.014.136.019a.074.074 0 01.045.024.085.085 0 01.021.041.064.064 0 01-.006.043c-.007.014-.021.022-.043.022a1.393 1.393 0 01-.111-.001l-.122-.004-.124-.004-.112-.001a2.386 2.386 0 00-.105.006l-.121.011-.12.011a1.495 1.495 0 01-.105.007.062.062 0 01-.052-.021.09.09 0 01-.024-.045.067.067 0 01.005-.042c.007-.013.02-.022.039-.025.048-.008.091-.016.129-.026a.283.283 0 00.094-.04.136.136 0 00.051-.065.195.195 0 000-.108l-.203-.974a.402.402 0 00-.02-.072.104.104 0 00-.026-.042.09.09 0 00-.043-.019.336.336 0 00-.076-.004l-.071.004-.094.01c-.024.002-.044-.004-.057-.019a.094.094 0 01-.025-.088c.003-.014.015-.024.035-.03.088-.025.173-.051.256-.079.083-.028.168-.055.257-.082a.128.128 0 01.061.003c.022.006.036.023.041.048l.278 1.338zM143.623 84.349a1.13 1.13 0 00-.061-.125.312.312 0 00-.063-.079.214.214 0 00-.079-.042.422.422 0 00-.116-.013.07.07 0 01-.052-.018.142.142 0 01-.031-.042c-.006-.015-.008-.029-.006-.045.002-.015.013-.024.034-.025.049-.004.109-.005.181-.005a2.859 2.859 0 00.285-.015l.082-.01a1.92 1.92 0 01.178-.02.067.067 0 01.051.018.144.144 0 01.028.039c.007.015.009.031.007.047-.002.016-.012.025-.03.026a.344.344 0 00-.103.026c-.022.011-.036.026-.041.046a.16.16 0 00.007.081c.01.034.026.079.05.134l.367.863c.022.052.043.095.062.129.019.033.038.06.058.079.02.019.042.034.066.045a.41.41 0 00.164.03l.089-.003a.539.539 0 00.134-.024.158.158 0 00.078-.056.208.208 0 00.03-.106.723.723 0 00-.015-.173c-.004-.017 0-.029.013-.037a.097.097 0 01.041-.012.131.131 0 01.053.009.06.06 0 01.039.038l.07.219c.024.072.05.139.078.201a.048.048 0 01.005.018.036.036 0 01-.005.022.055.055 0 01-.019.018.087.087 0 01-.036.008l-.877.063a2.865 2.865 0 00-.178.019l-.167.023a.077.077 0 01-.055-.017.114.114 0 01-.034-.043.065.065 0 01-.004-.045.034.034 0 01.029-.026c.048-.01.084-.02.109-.028.025-.009.041-.02.048-.034.007-.014.008-.035.001-.063a.876.876 0 00-.043-.12l-.413-.972-.009-.003zM145.13 84.242a1.13 1.13 0 00-.061-.125.315.315 0 00-.062-.079.212.212 0 00-.079-.041.425.425 0 00-.117-.014.068.068 0 01-.052-.019.129.129 0 01-.031-.043.074.074 0 01-.005-.044c.003-.015.014-.023.034-.024.049-.003.107-.005.176-.005.068 0 .133-.002.193-.006.037-.003.07-.005.097-.009l.081-.01.087-.011c.031-.004.061-.007.092-.009a.063.063 0 01.052.019.114.114 0 01.027.043.093.093 0 01.004.044c-.002.015-.012.023-.029.025a.362.362 0 00-.103.026.077.077 0 00-.043.046.144.144 0 00.006.08c.01.034.026.079.05.135l.411.972a.893.893 0 00.059.12.191.191 0 00.054.058.2.2 0 00.075.026c.031.005.071.008.119.01.02.002.038.009.053.023a.13.13 0 01.032.042.071.071 0 01.004.043c-.004.015-.016.023-.037.024-.067.005-.13.006-.192.003a1.483 1.483 0 00-.361.025 1.779 1.779 0 01-.175.022.072.072 0 01-.053-.018.113.113 0 01-.03-.042.093.093 0 01-.007-.043c.002-.015.01-.024.027-.028a.61.61 0 00.108-.026c.024-.009.041-.02.049-.034.008-.014.009-.035.002-.063a.828.828 0 00-.044-.121l-.411-.972zM146.525 84.465a.113.113 0 00.018.033c.005.004.015.006.03.005l.046-.003a.604.604 0 00.134-.022.175.175 0 00.086-.052.151.151 0 00.031-.096.392.392 0 00-.039-.156.57.57 0 00-.077-.135.33.33 0 00-.207-.13.545.545 0 00-.136-.008l-.083.005c-.011.001-.019.002-.021.004-.003.002-.004.006-.004.011 0 .005.002.014.006.024l.021.052.195.468zm.209.499c.038.09.069.159.095.207.025.048.05.082.073.103a.142.142 0 00.079.037c.03.004.07.004.124 0 .104-.007.166-.036.186-.086.021-.052.01-.131-.035-.236a.656.656 0 00-.109-.183.44.44 0 00-.278-.15.891.891 0 00-.164-.005l-.046.003c-.025.002-.039.006-.041.013-.003.006.004.028.019.066l.097.231zm-.636-.741a2.29 2.29 0 00-.046-.102.589.589 0 00-.055-.092.37.37 0 00-.062-.067.158.158 0 00-.072-.033.443.443 0 00-.058-.009l-.054-.004a.061.061 0 01-.049-.019.133.133 0 01-.031-.043.068.068 0 01-.005-.042c.002-.015.013-.022.033-.024a5.38 5.38 0 01.073-.003l.077-.001.067-.001.087-.005.086-.006.083-.008.095-.01.078-.007a1.27 1.27 0 01.287.013c.05.009.099.022.151.04a.647.647 0 01.268.181.53.53 0 01.127.297.248.248 0 01-.09.2.512.512 0 01-.092.062c.002-.001.002-.005 0-.01a.014.014 0 00-.011-.009c.148.028.274.077.378.144.107.07.189.172.245.306.038.09.053.166.045.227a.253.253 0 01-.069.15.35.35 0 01-.149.084.863.863 0 01-.196.033 2.662 2.662 0 01-.225.008l-.124.004-.115.005-.091.007-.075.008-.075.011-.088.014a.06.06 0 01-.054-.018.152.152 0 01-.033-.046c-.006-.013-.008-.027-.006-.042.001-.015.01-.024.028-.026a.458.458 0 00.088-.025.087.087 0 00.046-.036c.009-.015.011-.035.009-.06a.37.37 0 00-.029-.097l-.397-.949zM148.416 83.627a.18.18 0 01.047.003c.029.007.049.029.061.066.002.012.007.025.012.04l.019.047.016.04c.016.039.032.076.049.11s.031.067.044.098c.007.017.004.029-.008.037a.079.079 0 01-.039.013.117.117 0 01-.043-.006c-.016-.005-.03-.018-.042-.038a1.748 1.748 0 00-.091-.138.298.298 0 00-.072-.071.202.202 0 00-.086-.026 1.11 1.11 0 00-.132-.001l-.146.008c-.046.003-.08.005-.102.008-.022.003-.036.008-.042.015-.006.007-.006.02 0 .039.005.019.016.05.034.091l.179.434a.089.089 0 00.013.025.968.968 0 00.173-.018c.037-.009.061-.02.073-.035.012-.015.016-.035.012-.06a.832.832 0 00-.025-.105c-.004-.017 0-.03.012-.038a.08.08 0 01.04-.014.105.105 0 01.047.01c.017.008.029.02.036.038l.027.071.021.066.02.062a1.407 1.407 0 00.092.209 1.642 1.642 0 01.071.151c.008.018.005.031-.006.039a.073.073 0 01-.038.014.114.114 0 01-.047-.008.081.081 0 01-.041-.035 1.367 1.367 0 00-.063-.111.186.186 0 00-.061-.058.239.239 0 00-.099-.024 1.438 1.438 0 00-.173.001l-.005.003c-.001.002 0 .008.004.018l.135.326c.031.075.058.133.081.173.023.04.047.068.074.085a.217.217 0 00.104.03 1.344 1.344 0 00.283-.013.246.246 0 00.065-.017.317.317 0 00.062-.04.117.117 0 00.036-.05.176.176 0 00.006-.075.737.737 0 00-.025-.12c-.004-.018 0-.03.013-.038a.086.086 0 01.041-.013.141.141 0 01.054.01c.02.008.033.021.038.039l.059.198c.018.06.04.12.067.182a.034.034 0 01.004.018.031.031 0 01-.005.021.048.048 0 01-.02.017.088.088 0 01-.037.008l-.882.052c-.061.004-.12.009-.177.015l-.156.019a.071.071 0 01-.055-.02.137.137 0 01-.033-.045c-.005-.013-.007-.026-.005-.04.002-.014.012-.023.032-.027a.37.37 0 00.084-.025.102.102 0 00.047-.038.103.103 0 00.011-.06.328.328 0 00-.027-.094l-.394-.954a1.606 1.606 0 00-.046-.103.605.605 0 00-.053-.091.296.296 0 00-.061-.065.158.158 0 00-.072-.033.434.434 0 00-.059-.009l-.055-.004a.06.06 0 01-.048-.018.134.134 0 01-.029-.041c-.006-.015-.008-.029-.006-.045.002-.015.013-.023.033-.024.05-.003.1-.005.15-.005.04 0 .091-.002.154-.006l.871-.05zM149.137 84.039a2.264 2.264 0 00-.045-.102.543.543 0 00-.115-.159.16.16 0 00-.072-.034.692.692 0 00-.058-.01c-.022-.002-.04-.004-.055-.004a.063.063 0 01-.05-.019.137.137 0 01-.03-.042.079.079 0 01-.005-.043c.002-.015.014-.023.035-.024l.074-.002H148.96l.088-.003a8.55 8.55 0 00.238-.018c.07-.006.131-.011.184-.014a.956.956 0 01.211.014.743.743 0 01.397.21.648.648 0 01.176.385.25.25 0 01-.119.224.497.497 0 01-.13.057c.002-.001.002-.002.001-.005v-.003a.983.983 0 01.3.169.707.707 0 01.099.098 1.66 1.66 0 01.142.202c.019.033.04.066.062.1.023.036.044.06.063.073.02.012.036.018.047.017.013-.001.023-.007.032-.02.008-.013.011-.034.007-.064-.003-.017-.001-.03.008-.038a.054.054 0 01.033-.013.11.11 0 01.059.017.09.09 0 01.042.049c.012.042.015.08.009.114a.171.171 0 01-.114.136.335.335 0 01-.182.015.383.383 0 01-.228-.135 1.356 1.356 0 01-.067-.091l-.067-.099-.063-.095-.058-.089a.827.827 0 00-.193-.208.315.315 0 00-.2-.054c-.022.001-.038.006-.048.015-.01.009-.01.026.001.051l.136.334a.554.554 0 00.067.126c.023.03.047.053.073.068a.274.274 0 00.09.032.768.768 0 00.114.01.067.067 0 01.053.02.132.132 0 01.031.044c.006.015.007.03.004.045-.004.015-.016.023-.037.024l-.117.003-.104-.001-.095-.002a1.269 1.269 0 00-.265.02c-.057.01-.115.016-.174.019a.066.066 0 01-.052-.019.134.134 0 01-.032-.045c-.006-.014-.008-.028-.006-.041.002-.014.011-.023.029-.026a.58.58 0 00.101-.024c.023-.009.038-.021.045-.036.007-.015.008-.036.002-.065a.719.719 0 00-.037-.113l-.379-.931zm.439.279c.013.031.025.048.036.051a.443.443 0 00.104.005.45.45 0 00.143-.025.12.12 0 00.07-.06.177.177 0 00.008-.105.769.769 0 00-.05-.161.865.865 0 00-.078-.153.382.382 0 00-.088-.094.303.303 0 00-.11-.047c-.042-.009-.09-.012-.144-.009-.057.003-.089.009-.096.019-.013.015-.01.045.008.089l.197.49zM151.833 84.856a.93.93 0 00.055.121.16.16 0 00.051.059.205.205 0 00.074.027c.031.006.073.01.125.012.02.002.037.01.052.024a.126.126 0 01.031.042.064.064 0 01.002.043c-.004.015-.017.022-.037.023a1.78 1.78 0 01-.194-.002 1.522 1.522 0 00-.364.016 2.085 2.085 0 01-.179.018.065.065 0 01-.051-.02.137.137 0 01-.03-.042.072.072 0 01-.005-.043c.002-.015.011-.024.027-.027a.674.674 0 00.11-.023c.025-.008.041-.019.049-.033.009-.014.01-.035.004-.062a.783.783 0 00-.04-.12l-.438-1.103c-.02-.051-.045-.082-.073-.093a.382.382 0 00-.143-.013.595.595 0 00-.135.018.12.12 0 00-.07.048.172.172 0 00-.02.092c.001.04.008.092.021.158.005.019 0 .031-.014.037a.09.09 0 01-.042.008.103.103 0 01-.045-.013.069.069 0 01-.034-.037 2.263 2.263 0 00-.147-.371c-.013-.033-.006-.055.021-.065a.274.274 0 01.086-.017l1.308-.056a.382.382 0 01.096.008.086.086 0 01.066.058 1.038 1.038 0 00.055.168l.045.105.05.103c.006.015.004.028-.005.038a.06.06 0 01-.036.018.104.104 0 01-.048-.005.067.067 0 01-.041-.033 1.018 1.018 0 00-.101-.158.367.367 0 00-.095-.088.282.282 0 00-.107-.04.639.639 0 00-.136-.007c-.069.003-.114.011-.135.025-.021.014-.021.046-.001.096l.438 1.106zM152.997 84.57c-.016.001-.026.003-.031.007-.004.004-.006.014-.007.03l.003.292a.202.202 0 00.007.051.094.094 0 00.028.04c.012.01.027.019.045.026a.318.318 0 00.061.016.747.747 0 00.068.006.068.068 0 01.055.021.13.13 0 01.029.043.083.083 0 01.005.044c-.002.016-.015.024-.038.024-.021.001-.043 0-.067-.001l-.074-.004-.076-.004-.069-.001a.723.723 0 00-.115.013.77.77 0 01-.128.014.07.07 0 01-.054-.022.136.136 0 01-.032-.047.066.066 0 01-.004-.039c.002-.013.013-.021.031-.025l.034-.006a.293.293 0 00.053-.021.106.106 0 00.037-.033.155.155 0 00.023-.059.754.754 0 00.009-.121l.009-1.414c-.001-.025.016-.038.051-.039.03-.001.06.009.09.03l.266.34.286.364.284.36c.092.117.187.234.283.353a.905.905 0 00.095.105.34.34 0 00.071.052.23.23 0 00.061.023l.065.012a.08.08 0 01.049.025.144.144 0 01.027.041.09.09 0 01.006.043c-.002.015-.013.022-.033.023a1.094 1.094 0 01-.159-.005c-.027-.003-.053-.004-.079-.005a1.516 1.516 0 00-.272.016 1.659 1.659 0 01-.173.015.07.07 0 01-.055-.021.12.12 0 01-.033-.047.059.059 0 01-.003-.041c.003-.013.015-.021.034-.024a.27.27 0 00.103-.032c.014-.009.014-.029.001-.061a.264.264 0 00-.017-.034c-.008-.015-.021-.034-.038-.059a4.585 4.585 0 00-.189-.248c-.012-.016-.023-.025-.033-.028a.234.234 0 00-.055-.004l-.435.016zm.366-.16c.015 0 .024-.001.027-.003.002-.002 0-.005-.007-.009l-.445-.581c.001.002.004.003.007.002s.005-.002.005-.005v.591c-.002.012-.002.018-.001.018h.018l.396-.013zM154.319 83.833a1.27 1.27 0 00-.061-.14.43.43 0 00-.068-.098.249.249 0 00-.086-.057.37.37 0 00-.12-.023.07.07 0 01-.052-.02.114.114 0 01-.028-.042.078.078 0 01-.003-.043c.003-.015.015-.022.036-.023h.075c.029 0 .055.001.078.003l.068.002.089-.001c.073-.001.141-.004.205-.008s.128-.007.192-.008c.138-.002.274.018.408.061a1.422 1.422 0 01.68.459c.089.108.158.228.206.357a.935.935 0 01.07.374.476.476 0 01-.091.269.494.494 0 01-.226.162.996.996 0 01-.334.058 2.693 2.693 0 01-.222-.006 2.745 2.745 0 00-.19-.007 2.142 2.142 0 00-.093.004l-.078.005-.077.008-.087.011a.073.073 0 01-.057-.02.12.12 0 01-.034-.047.068.068 0 01-.002-.04c.003-.014.016-.022.036-.025a.557.557 0 00.087-.021.093.093 0 00.048-.033c.01-.014.014-.033.012-.058a.35.35 0 00-.024-.096l-.357-.957zm.616.78c.031.082.058.146.081.192a.283.283 0 00.074.099.192.192 0 00.097.039.99.99 0 00.157.007.326.326 0 00.174-.047.25.25 0 00.101-.133.507.507 0 00.02-.217 1.61 1.61 0 00-.227-.611.796.796 0 00-.466-.357 1.164 1.164 0 00-.349-.042c-.025 0-.04.004-.045.012-.005.007-.003.023.006.049l.377 1.009zM144.835 91.303a.289.289 0 00.067.112.388.388 0 00.098.072.76.76 0 00.119.05l.127.041c.076.026.15.054.222.082.072.028.141.063.207.106a.844.844 0 01.179.154.66.66 0 01.126.225.413.413 0 01.023.232.336.336 0 01-.091.164.444.444 0 01-.167.1.793.793 0 01-.376.033.74.74 0 01-.181-.053.115.115 0 01-.021-.006c-.008-.003-.016-.004-.022-.003-.006 0-.012.004-.018.011-.006.007-.01.022-.011.045a.043.043 0 01-.021.034.066.066 0 01-.039.009.09.09 0 01-.042-.013.064.064 0 01-.028-.036 5.874 5.874 0 00-.027-.119 2.117 2.117 0 00-.143-.382c-.008-.018-.007-.033.002-.046a.051.051 0 01.036-.023.105.105 0 01.049.006.06.06 0 01.037.031.93.93 0 00.116.18.735.735 0 00.137.127c.049.034.1.059.153.076a.424.424 0 00.162.019.335.335 0 00.11-.026.219.219 0 00.08-.057.167.167 0 00.039-.085.252.252 0 00-.014-.114.379.379 0 00-.086-.142.635.635 0 00-.125-.102.86.86 0 00-.143-.07l-.151-.055-.187-.065a.954.954 0 01-.185-.088.725.725 0 01-.156-.133.58.58 0 01-.112-.203.395.395 0 01-.022-.214.286.286 0 01.085-.149.437.437 0 01.16-.09.887.887 0 01.327-.04c.034.003.074.01.12.022l.054.011a.119.119 0 00.036.003c.008-.001.013-.005.014-.012.002-.013.009-.022.023-.028a.075.075 0 01.038-.007.151.151 0 01.041.01c.016.006.025.018.03.037.001.03.006.059.013.086a1.317 1.317 0 00.076.207c.016.033.035.074.056.125.005.014.003.026-.007.034a.071.071 0 01-.034.016.086.086 0 01-.044-.004.06.06 0 01-.037-.028 1.372 1.372 0 00-.113-.173.42.42 0 00-.102-.098.32.32 0 00-.114-.042.674.674 0 00-.144-.003.347.347 0 00-.102.023.195.195 0 00-.072.051.142.142 0 00-.033.076.159.159 0 00.008.099zM146.926 90.788a.18.18 0 01.047.003c.028.007.047.029.056.065.001.012.005.025.009.04l.016.047.014.04c.013.039.027.075.041.11.014.034.026.067.037.098.006.017.002.029-.011.037a.086.086 0 01-.04.013.107.107 0 01-.042-.006c-.016-.005-.028-.017-.039-.037a1.412 1.412 0 00-.08-.137.257.257 0 00-.067-.071.189.189 0 00-.083-.025 1.43 1.43 0 00-.132 0l-.146.01c-.046.003-.08.006-.103.009-.022.003-.037.008-.043.016-.006.007-.007.021-.004.04a.721.721 0 00.027.091l.146.433c.005.016.009.024.011.025a1.049 1.049 0 00.174-.02c.037-.009.063-.021.075-.036a.08.08 0 00.016-.061.768.768 0 00-.018-.105.038.038 0 01.015-.039.088.088 0 01.04-.014.088.088 0 01.046.01.06.06 0 01.033.037l.021.071.016.066.016.062a1.103 1.103 0 00.076.209.872.872 0 01.06.15c.006.018.003.031-.009.04a.08.08 0 01-.039.014.112.112 0 01-.047-.007.07.07 0 01-.038-.034.951.951 0 00-.055-.111.153.153 0 00-.056-.057.242.242 0 00-.097-.023 1.17 1.17 0 00-.177.007c-.002.002-.001.008.003.018l.11.326c.025.075.048.133.068.173.02.04.042.068.068.085a.205.205 0 00.102.029 1.396 1.396 0 00.283-.016.249.249 0 00.131-.059.12.12 0 00.039-.051.184.184 0 00.012-.075.766.766 0 00-.016-.12c-.003-.018.002-.03.015-.038a.09.09 0 01.042-.013.118.118 0 01.053.01.058.058 0 01.036.039l.044.198c.013.06.031.12.054.182a.048.048 0 01.003.018.038.038 0 01-.007.022.051.051 0 01-.021.017.105.105 0 01-.037.009l-.882.063c-.061.004-.12.01-.178.018l-.157.021a.067.067 0 01-.053-.019.112.112 0 01-.029-.045.09.09 0 01-.003-.04c.003-.014.014-.023.034-.027a.422.422 0 00.086-.026.11.11 0 00.049-.039.103.103 0 00.015-.06.31.31 0 00-.02-.094l-.322-.954a3.128 3.128 0 00-.038-.103.518.518 0 00-.047-.091.306.306 0 00-.056-.065.157.157 0 00-.069-.032.418.418 0 00-.113-.012.058.058 0 01-.047-.018.123.123 0 01-.026-.041.077.077 0 01-.002-.045c.003-.015.015-.024.034-.025.05-.004.1-.006.15-.007.04-.001.091-.003.154-.008l.872-.065zM148.233 92.079a.503.503 0 00.057.126c.02.03.042.052.068.067a.271.271 0 00.091.031.716.716 0 00.12.009c.022-.001.04.005.053.02.013.015.022.03.027.045a.066.066 0 010 .044c-.005.015-.018.023-.04.024a2.088 2.088 0 01-.231.005 1.555 1.555 0 00-.359.023c-.058.01-.116.018-.175.021a.061.061 0 01-.049-.018.13.13 0 01-.028-.041.074.074 0 01-.004-.044c.003-.015.013-.025.031-.029a.565.565 0 00.102-.026.087.087 0 00.047-.037.109.109 0 00.007-.065.694.694 0 00-.029-.113l-.307-.925-.038-.106a.56.56 0 00-.047-.095.296.296 0 00-.056-.067.124.124 0 00-.067-.03 3.032 3.032 0 01-.062-.009c-.019-.002-.036-.004-.053-.004a.063.063 0 01-.048-.018.1.1 0 01-.028-.042.073.073 0 01-.001-.044c.004-.015.016-.023.036-.024.054-.004.104-.004.15-.002s.106 0 .18-.005c.081-.007.153-.014.218-.023a2.19 2.19 0 01.18-.018c.066-.004.135-.001.205.009a.603.603 0 01.371.198c.05.056.089.126.116.208.032.097.04.178.024.246a.308.308 0 01-.103.167.533.533 0 01-.199.101c-.081.024-.17.04-.269.05-.011.001-.017.001-.018.003-.001.001.001.009.006.024l.122.364zm-.179-.538a.042.042 0 00.002.005l.024-.001a.782.782 0 00.185-.03.196.196 0 00.1-.064.174.174 0 00.029-.108.579.579 0 00-.036-.167c-.041-.124-.091-.209-.15-.254-.059-.046-.141-.065-.248-.058-.057.004-.091.012-.101.025-.011.013-.009.041.006.085l.189.567zM149.975 91.99c.018.053.033.094.046.121a.152.152 0 00.046.059.184.184 0 00.072.026.896.896 0 00.124.01c.02.002.036.01.05.024a.114.114 0 01.028.042.066.066 0 010 .044c-.005.015-.018.022-.039.024a1.788 1.788 0 01-.193.002 1.485 1.485 0 00-.177.001c-.06.004-.122.011-.186.021-.064.01-.124.017-.179.021a.06.06 0 01-.05-.019.107.107 0 01-.026-.042.09.09 0 01-.003-.043c.002-.014.013-.024.029-.028a.676.676 0 00.111-.025c.025-.009.042-.02.051-.034.009-.014.012-.035.009-.063a.662.662 0 00-.031-.12l-.361-1.102c-.017-.051-.039-.082-.067-.093a.366.366 0 00-.141-.01.58.58 0 00-.136.021.137.137 0 00-.073.049.183.183 0 00-.026.093.882.882 0 00.01.158c.003.019-.002.031-.016.038a.08.08 0 01-.042.009.097.097 0 01-.044-.012.061.061 0 01-.031-.036 2.135 2.135 0 00-.121-.371c-.011-.033-.003-.055.025-.065a.281.281 0 01.087-.018l1.305-.079a.37.37 0 01.095.006.077.077 0 01.062.057c.003.022.009.047.015.073a1.805 1.805 0 00.108.303c.005.015.002.028-.008.038a.066.066 0 01-.037.019.117.117 0 01-.048-.004.06.06 0 01-.038-.032 1.051 1.051 0 00-.09-.158.328.328 0 00-.088-.087.261.261 0 00-.104-.039.587.587 0 00-.135-.004.323.323 0 00-.136.027c-.022.014-.024.046-.008.097l.361 1.101zM150.63 90.961a.934.934 0 00-.049-.125.266.266 0 00-.055-.079.21.21 0 00-.075-.042.376.376 0 00-.116-.015.06.06 0 01-.05-.02.128.128 0 01-.027-.043.066.066 0 010-.044c.005-.015.017-.022.036-.024.049-.003.108-.004.177-.003a2.43 2.43 0 00.292-.012l.083-.009.089-.01.093-.008c.022-.001.038.005.051.02.012.015.02.029.023.043a.093.093 0 010 .044c-.004.015-.014.023-.032.024a.384.384 0 00-.105.025.087.087 0 00-.048.046.145.145 0 00-.002.079c.007.034.019.079.037.135l.314.973a.768.768 0 00.047.12c.015.027.03.046.048.059a.183.183 0 00.073.027c.031.005.07.009.118.011.02.002.037.01.051.024a.1.1 0 01.027.042.066.066 0 01-.001.044c-.005.014-.018.022-.04.023a1.782 1.782 0 01-.193.001 1.76 1.76 0 00-.365.02c-.064.01-.124.017-.178.02a.062.062 0 01-.051-.019.107.107 0 01-.026-.042.082.082 0 01-.002-.044c.003-.015.013-.024.03-.028a.828.828 0 00.111-.024c.025-.009.043-.02.052-.034.009-.014.012-.035.008-.062a.793.793 0 00-.031-.121l-.314-.972zM152.431 90.461a.136.136 0 01.046.004c.028.007.047.029.055.066a.173.173 0 00.009.04l.015.047.013.04c.012.039.025.076.039.11.014.034.025.067.035.098.005.017.001.029-.012.037a.084.084 0 01-.04.012.107.107 0 01-.042-.006c-.016-.005-.028-.018-.038-.038a1.415 1.415 0 00-.078-.138.242.242 0 00-.066-.071.173.173 0 00-.083-.026 1.09 1.09 0 00-.133-.002l-.147.008a1.21 1.21 0 00-.103.008c-.022.003-.037.008-.043.015-.006.007-.008.02-.004.039.003.019.012.05.025.091l.139.434c.005.016.009.024.011.025a1.155 1.155 0 00.175-.016.154.154 0 00.077-.034c.013-.014.019-.035.018-.06a.712.712 0 00-.016-.105c-.002-.017.003-.03.016-.038a.076.076 0 01.041-.013.098.098 0 01.046.01c.016.008.027.02.033.038a.874.874 0 01.02.071l.015.066.015.062a1.182 1.182 0 00.071.209.681.681 0 01.029.071l.028.08c.006.018.002.031-.01.039a.073.073 0 01-.04.013.114.114 0 01-.047-.008.072.072 0 01-.038-.035.998.998 0 00-.053-.111.156.156 0 00-.056-.058.238.238 0 00-.097-.025 1.4 1.4 0 00-.173 0l-.005.003c-.002.002-.001.008.002.018l.104.326c.024.075.046.133.065.173a.21.21 0 00.066.086.205.205 0 00.102.031 1.505 1.505 0 00.284-.011.278.278 0 00.067-.017.396.396 0 00.066-.04.129.129 0 00.04-.05.18.18 0 00.014-.075c0-.03-.005-.07-.014-.12-.002-.018.003-.03.016-.038a.079.079 0 01.042-.012.134.134 0 01.053.01c.019.008.031.021.035.039l.04.198c.012.06.029.12.05.182a.048.048 0 01.003.018.033.033 0 01-.007.021.051.051 0 01-.021.017.114.114 0 01-.038.008l-.888.046a3.332 3.332 0 00-.337.032.065.065 0 01-.053-.02.112.112 0 01-.029-.045.077.077 0 01-.002-.04c.003-.014.015-.023.034-.027a.527.527 0 00.087-.024.115.115 0 00.05-.037.1.1 0 00.016-.06.336.336 0 00-.018-.094l-.305-.955a1.558 1.558 0 00-.036-.103.514.514 0 00-.045-.091.258.258 0 00-.055-.065.14.14 0 00-.069-.033.627.627 0 00-.058-.01c-.022-.002-.04-.004-.055-.004a.058.058 0 01-.047-.018.106.106 0 01-.025-.041.077.077 0 01-.001-.045c.003-.015.015-.023.035-.024.05-.003.1-.004.151-.004.04 0 .092-.001.155-.005l.879-.049zM153.058 90.762a.59.59 0 00-.044-.109.15.15 0 00-.047-.054.152.152 0 00-.066-.024.845.845 0 00-.101-.008.064.064 0 01-.05-.02.116.116 0 01-.029-.044.06.06 0 01.002-.044c.006-.014.018-.022.038-.022a2.14 2.14 0 01.161-.006l.127-.003a2.163 2.163 0 01.211.007c.029.004.049.014.058.031l.864 1.156a.017.017 0 00-.015-.005c-.006 0-.01.003-.011.008l.12-1.203c-.001-.017.021-.029.065-.035a6.333 6.333 0 01.439-.039.06.06 0 01.051.02c.012.014.02.028.024.042a.072.072 0 010 .041c-.004.014-.014.023-.03.027a1.24 1.24 0 00-.115.031c-.024.008-.039.022-.046.04a.168.168 0 00.005.087c.009.04.027.1.052.181l.286.916a.785.785 0 00.046.12c.014.027.03.047.048.059a.183.183 0 00.073.028c.031.006.071.01.12.012.02.002.036.01.049.024a.124.124 0 01.027.042.064.064 0 01-.001.043c-.005.014-.019.022-.041.023a1.768 1.768 0 01-.193-.001 1.778 1.778 0 00-.365.016 2.126 2.126 0 01-.179.018.06.06 0 01-.05-.019.124.124 0 01-.027-.042.073.073 0 01-.001-.044c.004-.015.014-.024.03-.027a.708.708 0 00.112-.023c.025-.008.043-.019.052-.033a.09.09 0 00.009-.062.667.667 0 00-.03-.121l-.288-.921c.001.005.004.008.006.008l.004.001-.09.858a2.566 2.566 0 00-.013.192l-.005.211a.027.027 0 01-.017.026.085.085 0 01-.035.008.144.144 0 01-.039-.005.056.056 0 01-.033-.023l-.931-1.226.007-.002c.005-.001.007-.003.006-.006l.289.924c.018.057.036.1.054.13.018.029.037.05.057.063a.19.19 0 00.069.026c.026.004.059.008.098.011a.071.071 0 01.045.024.125.125 0 01.023.04.103.103 0 01.003.043c-.003.015-.015.023-.036.024a.912.912 0 01-.126-.004 1.25 1.25 0 00-.311.014.76.76 0 01-.122.015.057.057 0 01-.047-.019.124.124 0 01-.028-.042.07.07 0 01-.002-.043c.004-.014.014-.023.03-.027.042-.007.075-.014.099-.02.024-.007.041-.017.05-.031.01-.014.013-.036.01-.066a.703.703 0 00-.031-.131l-.324-1.036zM155.788 91.028c.005.017.01.028.015.033.004.004.014.006.029.006l.047-.002a.651.651 0 00.137-.018.206.206 0 00.093-.049.155.155 0 00.042-.094.52.52 0 00-.083-.292.322.322 0 00-.084-.088.325.325 0 00-.109-.047.532.532 0 00-.136-.011l-.084.003a.068.068 0 00-.022.003c-.003.002-.005.005-.006.011 0 .005 0 .013.003.024l.015.052.143.469zm.153.499c.028.09.051.159.071.208a.33.33 0 00.062.104.129.129 0 00.075.038c.029.004.07.005.124.004.106-.004.172-.031.198-.081.027-.051.025-.129-.008-.235a.578.578 0 00-.088-.183.39.39 0 00-.262-.155.883.883 0 00-.164-.009l-.047.002c-.025.001-.04.005-.042.011-.004.006 0 .028.012.066l.069.23zm-.554-.751c-.011-.034-.022-.068-.035-.102a.669.669 0 00-.044-.093.323.323 0 00-.054-.068.158.158 0 00-.068-.035.409.409 0 00-.058-.01l-.054-.005a.059.059 0 01-.048-.02.119.119 0 01-.026-.044.075.075 0 01-.001-.042c.004-.014.016-.022.036-.022l.074-.001a1.878 1.878 0 01.145.002l.089-.002.088-.004.084-.006.097-.008.08-.005c.042-.001.087-.001.138.002a1.046 1.046 0 01.296.062.569.569 0 01.25.187.475.475 0 01.093.296.26.26 0 01-.036.112.308.308 0 01-.077.084.505.505 0 01-.1.059c.002-.001.003-.004.001-.01-.001-.005-.005-.008-.01-.009a.964.964 0 01.363.153c.1.072.17.175.211.309.027.09.034.166.019.226a.272.272 0 01-.087.146.382.382 0 01-.16.079.984.984 0 01-.201.028 3.302 3.302 0 01-.106.002h-.246a2.055 2.055 0 00-.208.008 8.198 8.198 0 00-.153.015 3.457 3.457 0 01-.09.012.058.058 0 01-.053-.019.119.119 0 01-.028-.046.085.085 0 01-.001-.042c.003-.014.013-.023.031-.025a.568.568 0 00.092-.022.11.11 0 00.051-.035.103.103 0 00.016-.059.342.342 0 00-.018-.096l-.292-.952zM156.95 90.72a1.354 1.354 0 00-.034-.102.572.572 0 00-.044-.093.27.27 0 00-.054-.068.153.153 0 00-.068-.035.605.605 0 00-.113-.016.06.06 0 01-.048-.02.117.117 0 01-.025-.042.079.079 0 010-.043c.004-.015.017-.023.038-.023l.074-.001.078.002.067.001.089-.001a14.86 14.86 0 00.429-.023.888.888 0 01.21.019.73.73 0 01.204.076.573.573 0 01.305.527.277.277 0 01-.145.22.56.56 0 01-.137.054c.002-.001.002-.002.001-.005s0-.004.001-.003a.87.87 0 01.283.174.687.687 0 01.089.1c.025.034.047.068.067.103.02.034.037.068.053.1.016.033.033.066.052.1a.19.19 0 00.055.073.093.093 0 00.046.018c.013 0 .024-.007.034-.019.01-.012.014-.034.014-.063-.001-.017.003-.03.012-.038a.053.053 0 01.035-.012c.018 0 .038.005.058.018.02.013.032.029.036.05a.236.236 0 01-.004.113.182.182 0 01-.049.083.207.207 0 01-.081.049.349.349 0 01-.267-.017.369.369 0 01-.074-.046.28.28 0 01-.058-.066 1.058 1.058 0 01-.057-.092l-.056-.1-.052-.096a5.55 5.55 0 00-.048-.089.692.692 0 00-.171-.21.3.3 0 00-.195-.058.094.094 0 00-.05.013c-.011.008-.013.026-.005.051l.099.335a.539.539 0 00.053.127c.02.03.042.054.066.07a.246.246 0 00.086.034.86.86 0 00.113.013.061.061 0 01.051.021c.014.015.022.03.027.044a.07.07 0 01-.001.045c-.005.015-.019.022-.04.023a2.318 2.318 0 01-.222-.004l-.095-.004a1.77 1.77 0 00-.268.015 1.76 1.76 0 01-.177.015.062.062 0 01-.05-.02.118.118 0 01-.027-.045.082.082 0 01-.001-.041c.003-.014.014-.022.032-.025a.567.567 0 00.104-.022.09.09 0 00.049-.034c.009-.015.012-.036.009-.064a.662.662 0 00-.025-.113l-.278-.933zm.411.287c.009.031.019.048.031.051a.415.415 0 00.104.007.522.522 0 00.146-.021.13.13 0 00.077-.058.182.182 0 00.019-.104.767.767 0 00-.032-.161.702.702 0 00-.062-.153.268.268 0 00-.183-.144.53.53 0 00-.144-.012c-.058.002-.091.007-.099.016-.014.015-.015.044-.002.089l.145.49zM159.511 90.215c.017 0 .033.001.047.005.028.008.046.031.053.067.001.012.004.025.007.04l.013.047.011.04c.011.039.023.076.035.11.012.034.023.067.032.098.004.017 0 .029-.013.036a.1.1 0 01-.041.011.135.135 0 01-.042-.008c-.015-.005-.028-.019-.037-.039a1.578 1.578 0 00-.074-.139.249.249 0 00-.064-.073.186.186 0 00-.083-.029 1.408 1.408 0 00-.134-.007l-.148.003a1.823 1.823 0 00-.104.004c-.023.002-.038.006-.044.013-.007.007-.009.02-.006.039.003.019.01.049.022.091l.124.434c.004.016.008.024.01.025a.965.965 0 00.177-.011c.038-.007.065-.017.079-.031a.076.076 0 00.02-.059.75.75 0 00-.012-.104c-.001-.017.004-.03.017-.037a.079.079 0 01.042-.012c.015 0 .03.004.046.012a.06.06 0 01.032.038c.008.025.013.049.018.071l.013.066.012.062a1.429 1.429 0 00.065.209 1.4 1.4 0 01.052.151c.005.018.001.031-.011.038a.073.073 0 01-.041.012.135.135 0 01-.047-.009.076.076 0 01-.037-.036 1.155 1.155 0 00-.049-.112.148.148 0 00-.054-.059.262.262 0 00-.096-.028 1.269 1.269 0 00-.175-.005l-.005.003c-.002.002-.001.008.001.017l.094.327c.021.075.041.133.059.173a.21.21 0 00.064.087.215.215 0 00.102.034 1.507 1.507 0 00.287-.001.248.248 0 00.136-.052.12.12 0 00.042-.048.168.168 0 00.016-.073.636.636 0 00-.01-.119c-.002-.018.004-.03.018-.037a.095.095 0 01.043-.011c.017 0 .034.004.053.012.019.008.03.022.034.04l.034.198c.01.06.025.12.044.182a.09.09 0 01.002.018.037.037 0 01-.008.021.052.052 0 01-.022.016.097.097 0 01-.038.006l-.897.016a3.496 3.496 0 00-.181.008l-.16.013a.072.072 0 01-.053-.021.1.1 0 01-.027-.046.077.077 0 010-.04c.004-.014.015-.022.036-.026a.393.393 0 00.088-.021.12.12 0 00.052-.036.096.096 0 00.019-.058.315.315 0 00-.015-.094l-.273-.956a1.797 1.797 0 00-.033-.104.521.521 0 00-.042-.092.307.307 0 00-.053-.067.153.153 0 00-.068-.035c-.017-.005-.036-.008-.058-.012a.823.823 0 00-.055-.006.059.059 0 01-.047-.02.113.113 0 01-.024-.042.082.082 0 010-.044c.004-.015.016-.022.036-.023.051-.001.101 0 .152.001.04.001.093.002.157 0l.885-.012z\"/>\n    <path fill=\"#F9F0AA\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M140.163 76.882c-1.158 0-1.455 1.113-1.439 1.818.042 1.846 1.439 1.935 1.439 1.935l1.864-.104.893-3.801-2.757.152z\"/>\n    <path fill=\"#F9F0AA\" fill-rule=\"nonzero\" d=\"M140.163 76.87c-1.158 0-1.455 1.113-1.439 1.818.042 1.846 1.439 1.935 1.439 1.935l1.864-.104.893-3.801-2.757.152z\"/>\n    <path fill=\"#F9F0AA\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M140.163 76.882l2.757-.152.284 2.839-2.405.105c0 .001.778-2.272-.636-2.792z\"/>\n    <path fill=\"#F9F0AA\" fill-rule=\"nonzero\" d=\"M140.163 76.882l2.757-.152.284 2.839-2.405.105c0 .001.778-2.272-.636-2.792z\"/>\n    <path fill=\"#F9F0AA\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M155.387 79.934c2.089-.336 2.061-3.146.633-4.273-4.843-.178-11.217-.045-15.822.3.524-.015 1.98.118 2.142 2.035.076.895-.364 1.716-.957 2.183-.579.457-1.221.457-1.221.457.077.03.676.002 1.124-.027.231-.015.797-.083.955-.103 6.566-.863 13.121-.57 13.121-.57l.025.001v-.003z\"/>\n    <path fill=\"#F7ECA5\" fill-rule=\"nonzero\" d=\"M155.387 79.934c2.089-.336 2.061-3.146.633-4.273-4.843-.178-11.217-.045-15.822.3.524-.015 1.98.118 2.142 2.035.076.895-.364 1.716-.957 2.183-.579.457-1.221.457-1.221.457.077.03.676.002 1.124-.027.231-.015.797-.083.955-.103 6.566-.863 13.121-.57 13.121-.57l.025.001v-.003z\"/>\n    <path fill=\"#A50A0A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M149.037 69.345l-1.178 1.401c-.375 1.637.557 2.871 2.391 3.942 1.485.922 4.234.76 5.102.017l-4.286-3.692-2.029-1.668z\"/>\n    <path fill=\"url(#a)\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M149.037 69.345l-1.178 1.401c-.375 1.637.557 2.871 2.391 3.942 1.485.922 4.234 1.153 5.102.41l-4.286-4.085-2.029-1.668z\"/>\n    <path fill=\"#448127\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M157.719 111.488c-.21-.253-.423-.505-.636-.757-2.674 3.531-6.015 6.696-10.193 8.93 4.711-1.335 7.795-4.768 10.829-8.173zM152.894 122.648c1.661-3.366 3.666-6.733 5.688-10.099-.221-.275-.444-.55-.67-.824-2.297 3.808-4.993 8.337-5.018 10.923zM165.935 86.867c-.308-1.327-.709-2.762-1.346-4.08-.831-1.697-2.07-3.385-3.698-5.251-2.932-3.179-5.866-6.249-9.977-8.516l.021-.043.024.014h.051l-.05-.063h.147l-.08-.08h.137l-.11-.125h.144l-.103-.102h.154l-.085-.114.124.01-.116-.121.171-.034-.139-.087.15-.029-.126-.086.183-.059-.161-.095.204-.09-.197-.143.209-.071-.227-.092.191-.1-.225-.041.153-.177-.219.012.1-.187-.208.017-.014-.018.114-.141-.211.038.093-.191-.203.101.058-.221-.196.135.03-.225-.181.155.019-.215-.159.167.014-.226-.157.191-.016-.223-.126.175-.064-.211-.105.211-.053-.224-.099.224-.048-.224-.085.224-.064-.211-.067.211-.05-.186-.075.224-.07-.211-.075.241-.091-.215-.039.257-.11-.21-.013.248-.12-.188-.008.246-.128-.177.01.216-.136-.114.067.232-.164-.096.062.204-.135-.076.048.197-.123-.039.064.147-.009.02-.095-.018.054.115h0c-.12.325-.129.712-.11 1.098.004.072.186.145.214.19.086.134.07.206.07.206-.497.806-.942 1.429-.992 2.354.4-.506.814-1.125 1.394-1.125-.287.48-.424 1.929-.101 2.149l.241-.422c.009.336.056.56.122.725.101-.203.2-.397.301-.544.023.471.083.848.22 1.035a1.4 1.4 0 01.506-.491c-.066.269-.163.523-.122.845.201-.344.403-.548.604-.785-.117.496-.01.866.13 1.413.125-.649.174-.717.474-.991.033.595-.08 1.135.045 1.467.273-.523.456-.449.62-.787-.032.494-.131 1.028-.004 1.469.105-.441.389-.678.608-.834.018.687.177.574-.25 1.157.181.083.794-.118 1.127-.26-.161.368-.113.657-.274.917.337-.17.625-.444.907-.725-.131.422-.477.845-.303 1.267.079-.395.398-.72.701-.779-.047.221-.079.679-.397.901.763.079 1.064-.437 1.449-.845-.05.424-.036.764.485 1.361-.105-.76.076-.603.42-1.06.166.671.357 1.384 1.057 1.879-.29-.708-.344-1.073-.179-1.519.09.46.526 1.015.631 1.451.065-.484.138-.952.301-1.267.203.549.374 1.116.422 1.75.153-.316.276-.636.363-.964 6.167 6.445 7.543 14.637.785 23.294 2.428-1.641 3.055-4.24 4.404-6.457-1.317 2.902-1.904 6.168-4.223 8.569 2.246-1.938 2.722-3.714 4.073-5.582-1.44 3.906-3.432 8.188-6.194 12.107a201.8 201.8 0 011.475 1.622c.428-.714.857-1.427 1.28-2.14 2.923-4.825 7.701-11.72 5.28-22.235z\"/>\n    <path fill=\"#EAC102\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M148.212 68.057c-.312.071-.435.201-.66.451a3.9 3.9 0 00.788.083c.08-.007.107-.109.089-.183l-.04-.298c-.007-.068-.188-.063-.273-.027l.096-.026z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M149.626 68.355c.137 0 .242-.116.242-.258a.246.246 0 00-.242-.249.252.252 0 00-.242.249c0 .142.113.258.242.258z\"/>\n    <path fill=\"#34541F\" fill-rule=\"nonzero\" d=\"M152.907 122.56c.146-.467.306-.929.477-1.388.174-.457.361-.91.557-1.358.394-.896.832-1.772 1.292-2.636.465-.861.952-1.71 1.457-2.548.253-.419.509-.836.767-1.251l.784-1.24-.756 1.257c-.252.419-.503.839-.75 1.26a71.976 71.976 0 00-1.442 2.553c-.465.86-.901 1.735-1.304 2.625a30.148 30.148 0 00-1.082 2.726zM147.019 119.601a23.829 23.829 0 001.525-.742 22.49 22.49 0 004.198-2.85 26.548 26.548 0 002.426-2.365c.381-.418.75-.846 1.111-1.282.362-.434.715-.876 1.062-1.323a46.58 46.58 0 01-1.036 1.344c-.356.44-.721.873-1.098 1.296a25.547 25.547 0 01-2.42 2.382 21.874 21.874 0 01-2.746 1.998 21.914 21.914 0 01-3.022 1.542zM158.669 110.432c.24-.336.464-.683.688-1.03.224-.347.442-.697.656-1.051a57.06 57.06 0 001.237-2.146c.402-.721.788-1.452 1.172-2.183l1.149-2.196-.545 1.113-.557 1.107a80.453 80.453 0 01-1.159 2.192 50.84 50.84 0 01-1.252 2.14c-.44.701-.892 1.394-1.389 2.054zM160.511 102.587a18.326 18.326 0 001.466-2.006c.445-.699.842-1.428 1.191-2.179.698-1.503 1.2-3.092 1.555-4.71.045-.202.088-.405.129-.607a20.08 20.08 0 00.217-1.848c.056-.826.056-1.656-.009-2.482a15.879 15.879 0 00-.387-2.452 16.658 16.658 0 00-.751-2.368c.318.766.583 1.555.783 2.36.198.806.332 1.628.4 2.456.069.828.073 1.66.021 2.489a18.44 18.44 0 01-.21 1.858c-.04.204-.082.407-.127.61-.363 1.62-.873 3.211-1.58 4.714a18.764 18.764 0 01-1.204 2.178c-.452.695-.952 1.36-1.494 1.987z\"/>\n    <path fill=\"#34541F\" fill-rule=\"nonzero\" d=\"M159.998 100.803a11.245 11.245 0 001.531-1.828c.449-.657.838-1.354 1.186-2.07.348-.716.656-1.451.946-2.192.145-.371.286-.743.425-1.116l.104-.28c.033-.092.063-.187.092-.282.058-.19.111-.382.181-.572l-.001.005c.158-.789.243-1.592.253-2.397.01-.805-.053-1.61-.178-2.406a18.113 18.113 0 00-.541-2.354 25.262 25.262 0 00-.798-2.282c.311.744.592 1.501.83 2.273.235.772.425 1.559.554 2.356.129.797.197 1.605.191 2.414a12.907 12.907 0 01-.244 2.409v.003l-.001.003c-.069.185-.123.377-.182.567-.03.095-.06.191-.094.285l-.106.28c-.141.373-.284.745-.431 1.115a30.192 30.192 0 01-.958 2.191 16.13 16.13 0 01-1.199 2.069 11.36 11.36 0 01-1.56 1.809z\"/>\n    <path fill=\"#34541F\" fill-rule=\"nonzero\" d=\"M158.179 109.914c.375-.518.746-1.04 1.116-1.562l.555-.783c.184-.262.377-.517.542-.791.334-.545.622-1.117.906-1.691.281-.575.569-1.147.847-1.723.557-1.152 1.095-2.314 1.552-3.509.459-1.194.82-2.424 1.078-3.676.265-1.251.442-2.519.589-3.79.133-1.27.147-2.556.012-3.827a16.324 16.324 0 00-.852-3.731c-.422-1.208-.973-2.368-1.593-3.487.629 1.114 1.191 2.27 1.625 3.476.431 1.207.727 2.463.865 3.737.14 1.275.13 2.563 0 3.839-.143 1.272-.317 2.543-.579 3.798a23.597 23.597 0 01-1.092 3.683c-.461 1.196-1.004 2.357-1.564 3.508-.28.576-.569 1.147-.852 1.721a21.14 21.14 0 01-.912 1.69c-.167.274-.363.529-.55.788l-.562.778c-.376.518-.751 1.037-1.131 1.552z\"/>\n    <path fill=\"#34541F\" fill-rule=\"nonzero\" d=\"M159.04 110.857c.738-1.199 1.472-2.4 2.173-3.62.703-1.219 1.401-2.442 2.021-3.705a25.782 25.782 0 001.562-3.913c.203-.673.375-1.355.517-2.044a18.3 18.3 0 00.185-1.037c.053-.348.103-.696.147-1.045a32.15 32.15 0 00.288-4.205 22.867 22.867 0 00-.374-4.195 17.968 17.968 0 00-1.243-4.02 16.838 16.838 0 00-2.174-3.604 16.9 16.9 0 012.205 3.591 18.02 18.02 0 011.257 4.026c.264 1.384.381 2.795.387 4.203a32.103 32.103 0 01-.278 4.214c-.046.349-.096.698-.151 1.046a23.25 23.25 0 01-.712 3.087 25.66 25.66 0 01-1.575 3.917c-.624 1.263-1.324 2.485-2.032 3.702a145.604 145.604 0 01-2.203 3.602z\"/>\n    <path fill=\"url(#b)\" fill-rule=\"nonzero\" d=\"M149.681 68.161c.06 0 .105-.051.105-.112a.106.106 0 00-.105-.108.11.11 0 00-.105.108c0 .061.049.112.105.112z\"/>\n    <path d=\"M147.552 68.508l.666-.153\"/>\n    <path fill=\"#A08307\" fill-rule=\"nonzero\" d=\"M147.552 68.508c.108-.038.218-.067.329-.093.111-.025.223-.047.337-.06a3.154 3.154 0 01-.329.093 2.973 2.973 0 01-.337.06z\"/>\n    <path fill=\"#34541F\" fill-rule=\"nonzero\" d=\"M150.351 69.771c.148-.004.296.013.443.035.147.023.292.054.436.092.287.077.567.179.839.298.545.24 1.054.554 1.532.907.474.358.919.755 1.33 1.183.205.214.404.435.595.661.19.228.374.46.55.699a19.558 19.558 0 00-.575-.677 14.28 14.28 0 00-.607-.647 11.707 11.707 0 00-1.333-1.165 8.369 8.369 0 00-1.512-.914 5.983 5.983 0 00-.827-.314 3.743 3.743 0 00-.871-.158z\"/>\n    <path fill=\"#448127\" fill-rule=\"nonzero\" d=\"M155.468 73.147s.956.562 1.477 1.387c0 0-1.474-.276-2.522-1.453\"/>\n    <path fill=\"#34541F\" fill-rule=\"nonzero\" d=\"M155.468 73.147c.15.082.292.177.431.275.138.101.272.207.4.32.129.113.249.235.363.363.113.129.22.265.311.41l.042.068-.077-.017a5.017 5.017 0 01-1.378-.546 4.276 4.276 0 01-1.137-.94c.338.359.734.658 1.163.896.215.118.437.223.665.312.228.088.463.164.7.213l-.035.051a3.38 3.38 0 00-.302-.405 5.298 5.298 0 00-.737-.697 4.913 4.913 0 00-.409-.303z\"/>\n    <path fill=\"#448127\" fill-rule=\"nonzero\" d=\"M153.345 72.869s2.258 1.441 2.585 1.556c0 0-.502-1.087-1.578-1.554\"/>\n    <path fill=\"#34541F\" fill-rule=\"nonzero\" d=\"M153.345 72.869l1.294.777a47.995 47.995 0 00.972.576c.108.061.219.127.329.171l-.04.044a3.329 3.329 0 00-.289-.477 4.082 4.082 0 00-.357-.431 3.369 3.369 0 00-.421-.37 2.862 2.862 0 00-.482-.289c.175.069.342.16.499.265.157.105.302.228.438.361a3.532 3.532 0 01.672.914l.039.078-.079-.034c-.24-.103-.449-.237-.667-.365a41.463 41.463 0 01-1.908-1.22z\"/>\n    <path fill=\"#448127\" fill-rule=\"nonzero\" d=\"M154.243 72.144s1.175.5 1.441 1.368c0 0-2.11-.888-2.488-1.359\"/>\n    <path fill=\"#34541F\" fill-rule=\"nonzero\" d=\"M154.243 72.144a3.311 3.311 0 01.877.525c.132.11.252.235.356.373.103.139.19.292.24.46l.021.069-.067-.028a25.32 25.32 0 01-.651-.292c-.215-.101-.43-.203-.64-.313-.211-.11-.42-.223-.623-.347a4.941 4.941 0 01-.297-.198 1.363 1.363 0 01-.264-.239c.079.089.176.158.274.225.098.066.2.126.303.185.206.117.417.226.63.33.426.207.858.406 1.294.589l-.045.041a1.529 1.529 0 00-.226-.442 2.388 2.388 0 00-.341-.37 3.375 3.375 0 00-.402-.309 3.717 3.717 0 00-.439-.259z\"/>\n    <path fill=\"#448127\" fill-rule=\"nonzero\" d=\"M152.462 73.047s2.077 1.487 2.691 1.487c0 0-.609-1.018-1.684-1.485\"/>\n    <path fill=\"#34541F\" fill-rule=\"nonzero\" d=\"M152.462 73.047a34.282 34.282 0 001.307.828c.221.132.444.26.674.375.115.057.231.112.35.158.118.046.241.09.361.094l-.028.049a3.942 3.942 0 00-.334-.453 4.858 4.858 0 00-.39-.409 3.95 3.95 0 00-.441-.354 3.419 3.419 0 00-.49-.285c.353.141.677.353.963.604.143.126.279.261.404.405.125.145.241.295.345.458l.032.05-.06-.001a1.152 1.152 0 01-.386-.095 4.225 4.225 0 01-.354-.164 10.197 10.197 0 01-.675-.384 18.509 18.509 0 01-1.278-.876z\"/>\n    <path fill=\"#448127\" fill-rule=\"nonzero\" d=\"M152.462 73.513s1.081.912 1.696.912c0 0-.609-1.018-1.684-1.485\"/>\n    <path fill=\"#34541F\" fill-rule=\"nonzero\" d=\"M152.462 73.513c.13.097.263.192.397.283.134.092.271.179.411.26.139.083.282.159.43.221.074.031.149.058.226.079a.878.878 0 00.232.037l-.028.049a3.836 3.836 0 00-.335-.453 4.704 4.704 0 00-.39-.409 4.076 4.076 0 00-.441-.355 3.515 3.515 0 00-.49-.285c.353.141.677.353.963.604a4.174 4.174 0 01.749.863l.031.049h-.059c-.172 0-.332-.056-.483-.121a3.6 3.6 0 01-.434-.231 6.263 6.263 0 01-.779-.591z\"/>\n    <path fill=\"#448127\" fill-rule=\"nonzero\" d=\"M151.922 71.461s2.252 1.599 2.518 2.468c0 0-2.038-.936-2.416-1.407\"/>\n    <path fill=\"#34541F\" fill-rule=\"nonzero\" d=\"M151.922 71.461a15.388 15.388 0 011.409 1.091 8 8 0 01.642.621c.101.11.197.225.285.347.086.122.169.251.215.4l.022.073-.069-.032a24.564 24.564 0 01-1.254-.636 11.175 11.175 0 01-.604-.36 4.797 4.797 0 01-.288-.202 1.42 1.42 0 01-.256-.24c.077.088.172.158.267.226.095.067.194.129.294.189.2.121.405.233.611.342.414.216.833.425 1.257.62l-.046.041a1.484 1.484 0 00-.204-.382 3.776 3.776 0 00-.277-.343 9.048 9.048 0 00-.631-.623 16.206 16.206 0 00-.675-.579c-.228-.19-.462-.373-.698-.553z\"/>\n    <path fill=\"#406325\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M139.419 116.507c-1.528 1.139-5.798 1.697-6.39 1.5 3.108-2.585 6.165-2.647 6.39-1.5z\"/>\n    <path fill=\"#67923D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M139.405 116.499c-.225-1.147-3.268-1.078-6.368 1.492 3.264-1.075 6.012-1.689 6.368-1.492h0z\"/>\n    <path fill=\"#406325\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M161.219 117.897c1.642 1.49 6.595 2.517 7.336 2.332-3.295-3.366-6.907-3.707-7.336-2.332z\"/>\n    <path fill=\"#67923D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M161.253 117.877c.429-1.376 3.998-1.043 7.301 2.332-3.713-1.57-6.858-2.531-7.301-2.332z\"/>\n  </g>\n</svg>\n</li><li title=\"cif gw \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 151\">\n  <g fill=\"none\">\n    <path fill=\"#CE1126\" d=\"M.5.5h100v150H.5z\"/>\n    <path fill=\"#FCD116\" d=\"M100.5.5h200v75h-200z\"/>\n    <path fill=\"#009E49\" d=\"M100.5 75.5h200v75h-200z\"/>\n    <path fill=\"#000\" d=\"M26.724 67.774l14.694 10.677-5.612 17.274L50.5 85.049l14.695 10.676-5.613-17.274 14.695-10.677H56.113L50.5 50.5l-5.613 17.274z\"/>\n  </g>\n</svg>\n</li><li title=\"cif gy \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 181\">\n  <g fill=\"none\">\n    <path fill=\"#009E49\" d=\"M.5.5h300v180H.5z\"/>\n    <path fill=\"#FFF\" d=\"M.5.5l300 90-300 90z\"/>\n    <path fill=\"#FCD116\" d=\"M.5 8.33L274.1 90.5.5 172.67z\"/>\n    <path fill=\"#000\" d=\"M.5.5l150 90-150 90z\"/>\n    <path fill=\"#CE1126\" d=\"M.5 11l132.51 79.5L.5 170z\"/>\n  </g>\n</svg>\n</li><li title=\"cif hk \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 900 600\">\n  <g fill=\"none\">\n    <path fill=\"#DE2910\" d=\"M0 0h900v600H0z\"/>\n    <path fill=\"#FFF\" d=\"M449.964 299.913c-105.263-44.486-58.602-181.581 42.07-174.69-20.366 10.467-23.318 29.997-11.687 48.09 13.024 20.256-1.2 52.848-18.806 60.767-28.935 13.025-34.728 47.75-11.577 65.833z\"/>\n    <path fill=\"#DE2910\" d=\"M444.272 200.92l-5.92 9.294-2.144-10.815-10.679-2.759 9.625-5.39-.671-10.999 8.085 7.49 10.256-4.043-4.61 10.01 7.001 8.505-10.943-1.293zm6.288 97.839c-12.731-6.534-22.996-20.155-27.468-36.431-5.115-18.67-2.173-38.743 8.083-55.038l-2.208-1.394c-10.64 16.929-13.693 37.743-8.386 57.12 4.728 17.221 15.214 31.097 28.787 38.064l1.192-2.321z\"/>\n    <path fill=\"#FFF\" d=\"M450.072 299.939c9.78-113.858 154.584-111.846 179.14-13.971-16.248-16.135-35.734-12.908-49.348 3.745-15.24 18.646-50.632 15.19-63.604.893-21.329-23.494-56.144-18.273-66.188 9.333z\"/>\n    <path fill=\"#DE2910\" d=\"M542.46 263.935l-10.668-2.758 9.623-5.381-.676-11.01 8.1 7.489 10.254-4.037-4.625 10.004 7.014 8.504-10.944-1.29-5.926 9.286-2.151-10.807zm-91.107 36.214c2.28-14.127 12.063-28.099 26.16-37.381 16.176-10.634 36.175-14.04 54.842-9.32l.644-2.531c-19.389-4.888-40.127-1.36-56.916 9.675-14.917 9.818-24.874 24.08-27.305 39.14l2.575.417z\"/>\n    <path fill=\"#FFF\" d=\"M450.08 300.05c111.308-25.883 154.14 112.456 68.645 166.055 10.324-20.44 1.233-37.975-18.811-45.776-22.443-8.732-30.093-43.46-20.504-60.215 15.753-27.545.029-59.043-29.33-60.065z\"/>\n    <path fill=\"#DE2910\" d=\"M512.872 376.79l-.674-10.998 8.092 7.49 10.26-4.046-4.618 10.018 7.008 8.504-10.943-1.307-5.921 9.3-2.154-10.809-10.663-2.765 9.613-5.386zm-62.596-75.457c14.14-2.197 30.451 2.79 43.636 13.328 15.112 12.098 24.53 30.067 25.811 49.278l2.606-.17c-1.343-19.95-11.107-38.583-26.79-51.14-13.947-11.153-30.587-16.216-45.663-13.874l.4 2.578z\"/>\n    <path fill=\"#FFF\" d=\"M449.978 300.092c59.011 97.862-59.32 181.347-136.716 116.599 22.63 3.502 36.497-10.563 37.722-32.037 1.37-24.042 32.034-42.05 50.932-38.107 31.065 6.47 56.163-18.218 48.062-46.455z\"/>\n    <path fill=\"#DE2910\" d=\"M396.396 383.524l10.253-4.04-4.623 10.01 7.018 8.51-10.955-1.297-5.922 9.293-2.139-10.812-10.673-2.758 9.613-5.388-.665-10.996 8.093 7.478zm52.422-82.85c6.459 12.77 6.757 29.823.808 45.62-6.836 18.11-21.015 32.62-38.89 39.775l.967 2.426c18.559-7.442 33.263-22.487 40.359-41.282 6.297-16.711 5.97-34.1-.916-47.715l-2.328 1.177z\"/>\n    <path fill=\"#FFF\" d=\"M449.906 300.007c-74.837 86.364-190.803-.377-153.14-93.993 3.662 22.604 21.324 31.447 42.125 25.976 23.29-6.127 49.89 17.472 51.982 36.663 3.446 31.544 34.681 47.784 59.033 31.354z\"/>\n    <path fill=\"#DE2910\" d=\"M354 274.83l7.009 8.503-10.948-1.303-5.924 9.303-2.152-10.82-10.668-2.76 9.622-5.375-.676-11.003 8.095 7.478 10.253-4.03-4.612 10.007zm94.993 24.254c-10.149 10.089-26.275 15.642-43.136 14.866-19.337-.905-37.519-9.906-49.847-24.695l-2.008 1.669c12.813 15.35 31.665 24.686 51.733 25.626 17.84.825 34.277-4.86 45.097-15.615l-1.84-1.851z\"/>\n  </g>\n</svg>\n</li><li title=\"cif hn \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 151\">\n  <g fill=\"none\">\n    <path fill=\"#0073CF\" d=\"M.5.5h300v150H.5z\"/>\n    <path fill=\"#FFF\" d=\"M.5 50.5h300v50H.5z\"/>\n    <path fill=\"#0073CF\" d=\"M142.575 72.925l4.898 3.558-1.871 5.759 4.898-3.559 4.898 3.559-1.871-5.759 4.899-3.558h-6.055l-1.871-5.758-1.871 5.758zM184.241 59.591l4.899 3.559-1.871 5.758 4.898-3.559 4.898 3.559-1.871-5.758 4.899-3.559h-6.055l-1.871-5.758-1.871 5.758zM184.241 84.591l4.899 3.559-1.871 5.758 4.898-3.559 4.898 3.559-1.871-5.758 4.899-3.559h-6.055l-1.871-5.758-1.871 5.758zM100.908 84.591l4.898 3.559-1.871 5.758 4.899-3.559 4.898 3.559-1.871-5.758 4.898-3.559h-6.055l-1.87-5.758-1.871 5.758zM100.908 59.591l4.898 3.559-1.871 5.758 4.899-3.559 4.898 3.559-1.871-5.758 4.898-3.559h-6.055l-1.87-5.758-1.871 5.758z\"/>\n  </g>\n</svg>\n</li><li title=\"cif hr \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 151\">\n  <g fill=\"none\" fill-rule=\"evenodd\">\n    <path fill=\"red\" fill-rule=\"nonzero\" d=\"M.5.5h300v50H.5z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M.5 50.501h300v50H.5z\"/>\n    <path fill=\"#171796\" fill-rule=\"nonzero\" d=\"M.5 100.5h300v50H.5z\"/>\n    <path fill=\"red\" fill-rule=\"nonzero\" d=\"M150.509 114.297c16.038 0 29.159-13.122 29.159-29.159V50.489H121.35v34.649c0 16.038 13.121 29.159 29.159 29.159z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M150.509 113.829c15.732 0 28.603-12.872 28.603-28.603V51.05h-57.206v34.177c0 15.732 12.871 28.602 28.603 28.602z\"/>\n    <path fill=\"red\" fill-rule=\"nonzero\" d=\"M178.729 50.491l6.991-15.847-5.375-8.679-8.645 3.2-6.07-6.938-7.998 4.584-7.132-5.841-7.132 5.841-7.998-4.584-6.07 6.938-8.645-3.2-5.376 8.681 6.982 15.85a67.766 67.766 0 0128.239-6.134 67.764 67.764 0 0128.229 6.129z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M178.616 50.134l6.825-15.471-5.2-8.396-8.615 3.189-6.049-6.914-7.97 4.568-7.107-5.821-7.107 5.821-7.97-4.568-6.049 6.914-8.615-3.189-5.201 8.399 6.816 15.474a68.054 68.054 0 0128.126-6.053 68.032 68.032 0 0128.115 6.049h.001v-.002z\"/>\n    <path fill=\"#0093DD\" fill-rule=\"nonzero\" d=\"M178.292 49.399l6.481-14.689-4.781-7.719-8.526 3.157-3.946 15.525c3.72.947 7.319 2.2 10.772 3.726z\"/>\n    <path fill=\"red\" fill-rule=\"nonzero\" d=\"M180.299 44.852l1.671-3.786a77.612 77.612 0 00-12.203-4.224l-.985 3.874a73.766 73.766 0 0111.575 4.006l-.058.13z\"/>\n    <path fill=\"#171796\" fill-rule=\"nonzero\" d=\"M143.469 27.815l-.015.012-7.903-4.529-5.986 6.841 3.94 15.527a68.65 68.65 0 0111.287-1.885l-1.323-15.966zM171.468 30.147l-.019.007-5.998-6.856-7.886 4.52-1.33 15.965c3.86.32 7.63.958 11.286 1.889l3.947-15.525z\"/>\n    <path fill=\"#0093DD\" fill-rule=\"nonzero\" d=\"M129.565 30.138l-.013.015-8.543-3.164-4.781 7.719 1.831 4.164 4.639 10.531a68.68 68.68 0 0110.807-3.738l-3.94-15.527z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M150.486 112.662c15.133 0 27.514-12.381 27.514-27.514V52.125h-55.028v33.023c-.001 15.133 12.381 27.514 27.514 27.514z\"/>\n    <path fill=\"red\" fill-rule=\"nonzero\" d=\"M133.979 52.125h-11.008v12.094h11.008zM133.979 76.313h11.008V64.219h-11.008zM122.971 85.159c0 1.098.068 2.182.195 3.247h10.813V76.312h-11.008v8.847zM155.995 76.313h-11.008v12.093h11.008zM155.995 100.5h11.008V88.406h-11.008zM167.003 107.115a27.899 27.899 0 006.285-6.615h-6.285v6.615zM133.98 100.5h11.008V88.406H133.98zM127.685 100.5a27.88 27.88 0 006.295 6.623V100.5h-6.295zM152.408 112.594a27.308 27.308 0 003.586-.49V100.5h-11.008v11.606c1.167.239 2.362.403 3.576.487 1.282.079 2.564.075 3.846.001z\"/>\n    <path fill=\"red\" fill-rule=\"nonzero\" d=\"M177.804 88.406c.127-1.069.195-2.156.195-3.258v-8.835h-10.998v12.094l10.803-.001zM155.995 76.313h11.008V64.219h-11.008zM155.995 52.125h-11.007v12.094h11.007zM178 64.219V52.125h-10.997v12.094z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M129.073 37.771c.306.58.479 1.24.479 1.938 0 2.3-1.875 4.176-4.176 4.176a4.187 4.187 0 01-4.099-3.377 4.202 4.202 0 003.655 2.138 4.204 4.204 0 004.141-4.875z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M129.595 39.71h-.087l-.001-.064-.001-.064-.002-.064-.004-.064-.004-.064-.005-.064-.007-.063-.007-.063-.008-.063-.009-.062-.01-.062-.011-.062-.012-.062-.013-.061-.014-.061-.015-.06-.016-.06-.016-.059-.017-.059-.019-.058-.019-.059-.02-.059-.021-.058-.021-.058-.022-.057-.023-.056-.024-.056-.024-.056-.026-.055-.027-.055-.027-.055-.028-.054.077-.041.029.055.027.056.027.055.026.057.025.057.024.057.024.058.023.059.022.058.021.059.02.059.019.06.018.06.018.061.017.061.016.061.015.062.014.062.013.062.012.063.011.063.01.063.01.064.008.064.007.064.007.064.006.065.004.065.004.065.002.066.001.065.003.068zm-4.219 4.22v-.087l.212-.005.21-.016.207-.027.203-.036.2-.046.196-.055.192-.065.187-.074.183-.083.178-.091.173-.1.167-.107.162-.115.156-.123.15-.13.144-.137.137-.144.13-.149.123-.156.115-.162.107-.167.1-.173.092-.178.083-.183.074-.187.065-.192.056-.196.046-.2.036-.203.027-.207.015-.209.005-.213h.087l-.005.216-.016.214-.027.21-.037.207-.048.204-.057.2-.067.196-.075.191-.084.187-.093.182-.102.176-.11.171-.118.166-.125.159-.133.153-.14.146-.147.14-.153.133-.16.126-.165.118-.171.11-.177.102-.182.093-.187.084-.191.075-.195.067-.2.057-.204.047-.208.037-.21.027-.214.016-.216.005h-.001v.001zm-4.061-3.443l-.075.043.081-.03.039.177.046.174.053.171.06.167.067.164.074.161.081.157.087.153.093.149.099.145.105.14.111.135.116.131.122.126.127.12.132.115.137.109.141.104.146.098.15.092.154.085.158.078.162.073.165.065.169.059.172.051.175.044.178.036.18.028.183.021.185.013.187.004v.087l-.191-.004-.189-.013-.187-.021-.184-.029-.181-.037-.178-.044-.176-.052-.173-.059-.169-.067-.165-.074-.161-.08-.157-.087-.153-.093-.149-.099-.145-.106-.139-.112-.135-.117-.13-.123-.124-.128-.119-.133-.113-.139-.107-.143-.101-.147-.095-.152-.089-.156-.082-.161-.075-.164-.069-.167-.062-.171-.054-.175-.047-.178-.039-.181.078-.033zm-.081.029l-.051-.262.132.233-.081.029zm3.698 2.087v.087l-.147-.003-.146-.007-.145-.013-.144-.017-.142-.022-.141-.027-.139-.032-.137-.036-.135-.041-.133-.044-.132-.049-.129-.053-.127-.058-.125-.061-.123-.065-.121-.069-.118-.073-.115-.077-.113-.081-.11-.083-.107-.087-.104-.09-.101-.094-.098-.097-.095-.1-.092-.103-.088-.106-.085-.109-.081-.112-.078-.114-.074-.117-.07-.119.075-.043.069.117.073.115.076.112.079.11.083.107.087.104.09.101.093.098.095.095.099.093.102.089.104.085.107.082.11.079.113.075.115.071.118.068.12.064.122.06.125.056.126.052.129.048.13.044.133.039.134.035.136.031.138.026.139.021.141.017.142.012.144.007.145.003.003-.001zm4.152-4.152h.087l-.005.218-.016.215-.027.212-.037.209-.048.205-.057.201-.067.197-.076.192-.085.188-.094.183-.102.178-.11.172-.118.167-.126.16-.133.154-.141.147-.147.141-.154.133-.16.126-.166.118-.172.11-.178.102-.183.094-.188.085-.192.076-.197.067-.201.057-.205.047-.209.037-.212.027-.215.016-.218.005v-.087l.213-.005.21-.016.207-.027.204-.036.201-.047.197-.056.193-.065.189-.075.184-.084.179-.092.174-.1.168-.108.163-.115.157-.124.15-.131.145-.138.138-.144.131-.15.124-.157.116-.163.108-.168.1-.174.092-.179.084-.184.075-.188.065-.193.056-.197.047-.201.036-.204.027-.207.016-.21.005-.213-.002-.001zm.027-.699l-.077.041.082-.027.004.021.003.021.003.021.004.021.003.021.003.021.003.021.003.021.003.021.002.021.002.021.002.021.002.021.002.021.002.021.001.021.001.021.001.021.001.021.001.021.001.021.001.021.001.021.001.021.001.021.001.021.001.021.001.021v.084h-.086v-.084l-.001-.021v-.021l-.001-.021-.001-.021-.001-.021-.001-.021-.001-.021-.001-.021-.001-.021-.001-.021-.001-.021-.001-.021-.001-.021-.002-.021-.001-.021-.002-.021-.002-.021-.002-.021-.002-.021-.003-.021-.003-.021-.003-.021-.003-.021-.003-.021-.003-.021-.003-.021-.003-.021-.004-.021.082-.028-.004.014zm-.081.027l-.043-.264.125.236-.082.028z\"/>\n    <path fill=\"red\" fill-rule=\"nonzero\" d=\"M132.528 41.812a72.592 72.592 0 0111.936-1.993l-.335-4.036a76.623 76.623 0 00-12.598 2.104l.997 3.925zM130.547 34.008a80.544 80.544 0 0113.251-2.213l-.329-3.962a84.606 84.606 0 00-13.901 2.322l.979 3.853z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M168.781 40.716a73.766 73.766 0 0111.575 4.006l-.459 1.041a72.448 72.448 0 00-11.396-3.944l.28-1.103zm13.188.35l.429-.973a78.672 78.672 0 00-12.37-4.281l-.262 1.031a77.577 77.577 0 0112.203 4.223z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M122.529 31.462l.053.046 1.152 1.002 1.445-.493.067-.023-.014.069-.291 1.499 1.15 1.005.053.045-.067.023-1.443.498-.296 1.498-.014.069-.052-.047-1.152-1.001-1.445.493-.068.023.015-.069.291-1.498-1.15-1.005-.053-.047.067-.023 1.443-.497.295-1.498z\"/>\n    <path fill=\"#F7DB17\" fill-rule=\"nonzero\" d=\"M123.521 34.075l2.427.474-1.074-.939zM120.916 33.565l2.426.474-1.078-.939zM123.333 34.088l-2.427-.475 1.074.938zM125.938 34.598l-2.426-.476 1.078.94zM123.468 33.996l1.625-1.864-1.35.461zM121.724 35.998l1.624-1.864-1.352.464zM123.385 34.166l-1.624 1.864 1.35-.461zM125.13 32.164l-1.625 1.864 1.353-.463zM123.374 34.002l-.802-2.338-.276 1.399zM124.236 36.514l-.802-2.338-.275 1.402zM123.479 34.159l.802 2.34.277-1.4zM122.618 31.648l.802 2.339.275-1.404z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M179.125 29.559l-.053.047-1.163 1.008-1.456-.499-.068-.023.014.07.292 1.511-1.161 1.011-.053.047.067.024 1.455.502.295 1.511.014.07.054-.047 1.162-1.008 1.457.499.067.023-.013-.07-.292-1.511 1.16-1.011.054-.047-.068-.023-1.454-.503-.296-1.511z\"/>\n    <path fill=\"#F7DB17\" fill-rule=\"nonzero\" d=\"M178.122 32.192l-2.447.475 1.084-.945zM180.749 31.682l-2.446.475 1.088-.946zM178.312 32.205l2.447-.475-1.084.945zM175.684 32.716l2.447-.475-1.088.944zM178.175 32.113l-1.635-1.881 1.36.466zM179.931 34.133l-1.635-1.881 1.363.469zM178.258 32.284l1.636 1.881-1.36-.466zM176.503 30.264l1.635 1.881-1.363-.469zM178.27 32.119l.812-2.357.276 1.411zM177.399 34.651l.811-2.358.275 1.415zM178.164 32.278l-.812 2.357-.276-1.412zM179.035 29.747l-.812 2.357-.274-1.415z\"/>\n    <path fill=\"#0093DD\" fill-rule=\"nonzero\" d=\"M157.565 27.818l-.017.01-7.047-5.771-7.032 5.76 1.324 15.965a69.106 69.106 0 015.708-.239c1.931 0 3.843.084 5.734.241l1.33-15.966z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M150.486 34.997c-.013-.001-.032.008-.051.033-.138.185-.266.347-.404.533-.144.045-.179.133-.124.258-.193-.019-.216.143-.224.32-.185-.281-.387-.357-.603-.228-.008-.17-.139-.25-.325-.29a.615.615 0 01-.323-.107c-.044-.031-.082-.048-.126-.079-.093-.065-.167-.004-.127.055l.594.964c-.01.059.004.112.065.151l.104.294-.024.083c-.164-.078-.328-.087-.492-.098-.126-.006-.212-.037-.267-.102-.04-.047-.067-.019-.068.061-.002.396.12.751.444 1.105a17.75 17.75 0 00-.514.016c-.058.004-.07.029-.054.077.093.225.251.429.609.567a.483.483 0 00-.264.385c-.007.166-.055.283-.157.337-.044.024-.06.048-.018.079.188.137.418.143.663.083-.116.2-.167.41-.147.63.154.041.305.011.455-.039a.739.739 0 00-.039.229.587.587 0 01-.077.254c-.024.025-.048.062.003.076.249.067.48.039.677-.035 0 .18.001.361.056.538.013.043.052.076.093.019a1.35 1.35 0 01.39-.383c.023.067.056.125.115.159.071.041.109.126.113.254 0 .022-.001.044.026.067.11.005.38-.281.436-.442.153.09.21.182.325.341.041.056.073.021.095-.019.046-.18.05-.356.049-.536a1.1 1.1 0 00.677.035c.051-.014.027-.052.003-.076a.68.68 0 01-.083-.27c-.007-.098-.01-.167-.032-.212.15.05.3.08.455.039a1.04 1.04 0 00-.156-.63c.244.059.485.054.672-.083.042-.031.026-.055-.018-.079-.101-.054-.15-.171-.157-.337a.482.482 0 00-.264-.385c.358-.138.515-.343.609-.567.016-.049.004-.073-.054-.077-.171-.007-.355-.018-.527-.02.324-.354.449-.712.447-1.107-.001-.08-.028-.108-.068-.061-.055.064-.133.102-.258.108-.165.011-.322.018-.486.095l-.024-.084c.034-.098.078-.192.113-.291.061-.039.075-.091.065-.151.198-.322.38-.643.578-.964.04-.058-.034-.12-.127-.055-.044.031-.082.047-.126.079a.62.62 0 01-.323.107c-.186.04-.309.124-.317.294-.217-.129-.418-.054-.603.228-.008-.177-.031-.339-.224-.32.055-.124.012-.215-.132-.26-.138-.185-.339-.348-.477-.533-.019-.026-.034-.035-.047-.033z\"/>\n    <path fill=\"#F7DB17\" fill-rule=\"nonzero\" d=\"M152.359 36.028c-.038-.019-.092.013-.12.071-.028.058-.024.126.014.145.03.015.062-.004.088-.042l.016-.027.004-.007c.028-.058.036-.121-.001-.139l-.001-.001zM148.651 36.028c.039-.019.092.013.12.071.028.058.029.122-.01.141-.039.019-.076-.018-.104-.075-.029-.058-.045-.118-.006-.137zM152.012 36.698a.044.044 0 00-.044.044c0 .024.019.044.044.044a.043.043 0 00.044-.044.044.044 0 00-.044-.044zM149.026 36.698a.044.044 0 00-.044.044c0 .024.019.044.044.044a.043.043 0 00.044-.044.044.044 0 00-.044-.044zM152.206 36.473a14.014 14.014 0 00-1.674-.098c-.559 0-1.117.03-1.68.085-.019.006-.015.067.01.064.56-.054 1.116-.084 1.67-.084.55 0 1.1.03 1.65.095.03.003.041-.059.024-.062z\"/>\n    <path fill=\"#F7DB17\" fill-rule=\"nonzero\" d=\"M148.837 36.411a16.982 16.982 0 011.695-.086c.558 0 1.116.031 1.674.098l.082-.136a.086.086 0 01-.067-.004c-.056-.028-.068-.119-.027-.203.042-.084.121-.13.178-.102.029.014.046.046.05.084l.33-.547c-.151.096-.243.158-.43.187-.208.03-.303.103-.273.227.028.115-.042.098-.149.04-.233-.127-.401.052-.483.261-.054.138-.118.134-.124-.01-.003-.052 0-.097-.005-.148-.015-.165-.066-.212-.16-.166-.119.058-.13.019-.101-.043.021-.044.063-.095.049-.164-.007-.05-.049-.068-.112-.073-.135-.181-.346-.358-.481-.538-.135.181-.277.358-.412.538-.064.004-.105.022-.113.073-.015.069.039.116.059.161.028.061.017.1-.102.042-.094-.045-.138-.002-.153.163-.005.051-.007.103-.01.155-.007.144-.07.147-.125.01-.082-.209-.261-.388-.494-.261-.107.058-.15.075-.135-.04.017-.127-.079-.197-.287-.227-.187-.027-.279-.09-.43-.187l.31.505a.084.084 0 01.039-.042c.056-.028.136.018.178.102.041.084.03.176-.027.203a.061.061 0 01-.024.007l.074.121h.006zM152.087 37.086l-.018.008c-.034.014-.059.049-.099.092a1.304 1.304 0 01-.156.139c-.009.008-.019.014-.033-.004-.014-.019-.005-.026.004-.032.059-.046.11-.092.151-.135a.762.762 0 00.057-.068 7.885 7.885 0 00-.21-.022.757.757 0 00-.164.07.298.298 0 00-.102.093c-.006.01-.012.02-.032.008s-.014-.022-.008-.032a.334.334 0 01.117-.109.635.635 0 01.078-.04 17.653 17.653 0 00-.238-.019.3.3 0 00-.087.085c-.007.01-.013.019-.033.006-.019-.013-.013-.023-.006-.032a.446.446 0 01.047-.057l.007-.007-.178-.01-.006.005a.243.243 0 00-.069.094c-.004.011-.009.021-.03.013-.021-.009-.017-.019-.013-.031a.35.35 0 01.053-.084l-.255-.009c-.003.004-.007.006-.01.008a.237.237 0 00-.085.085c-.006.01-.012.021-.032.009-.021-.012-.015-.021-.009-.032a.242.242 0 01.06-.071l-.27-.003-.267.002.016.015a.31.31 0 01.044.057c.006.01.012.02-.009.032-.021.012-.026.001-.032-.009a.226.226 0 00-.085-.085c-.004-.002-.009-.005-.011-.009-.085.001-.17.004-.255.008a.27.27 0 01.054.086c.004.011.009.021-.013.031-.021.009-.026-.002-.03-.013a.24.24 0 00-.077-.101l-.18.01.01.009a.324.324 0 01.047.057c.007.01.013.019-.006.032-.019.013-.026.004-.032-.006a.347.347 0 00-.042-.05.226.226 0 00-.047-.036l-.004-.002c-.082.005-.163.01-.244.017a.581.581 0 01.09.045c.05.03.092.066.117.109.006.01.012.02-.008.032s-.026.002-.033-.008a.286.286 0 00-.101-.093.759.759 0 00-.182-.076h-.001a6.064 6.064 0 00-.198.018.654.654 0 00.064.079c.041.043.092.089.151.135.01.007.019.014.005.032-.014.019-.024.011-.033.004a1.238 1.238 0 01-.156-.139c-.027-.028-.073-.082-.1-.104a1.18 1.18 0 00-.426-.109c-.113-.01-.236-.007-.339-.059a.747.747 0 00.094.17.3.3 0 00.155.109c.006.001.015.012.016.018a.596.596 0 00.125.286.47.47 0 00.139.11.733.733 0 01-.127-.186.585.585 0 01-.057-.311c.001-.012.002-.024.025-.021.024.002.022.014.021.026a.555.555 0 00.053.287.796.796 0 00.216.256c.018.014 0 .047-.021.041a.58.58 0 01-.284-.171.628.628 0 01-.133-.294.347.347 0 01-.164-.121.684.684 0 01-.087-.152c.021.317.135.593.338.842a.558.558 0 00.189.16c.068.026.07.074-.015.075l-.078.001c.062.023.121.049.172.078.094.054.161.12.166.202.001.012.001.024-.021.025-.024.001-.024-.01-.025-.021-.005-.064-.061-.118-.142-.165a1.494 1.494 0 00-.298-.119c-.114 0-.231-.001-.34.002a.776.776 0 00.097.062.97.97 0 00.254.09.678.678 0 01.173.067.51.51 0 01.131.111c.007.009.015.019-.004.033-.019.015-.025.006-.033-.004a.4.4 0 00-.118-.1.568.568 0 00-.16-.062 1.037 1.037 0 01-.265-.095 1.001 1.001 0 01-.136-.091c.133.291.333.424.618.51l.045.014.007.002c.064.015.13.03.197.041.068.011.123.021.193.028.012.001.024.002.021.025-.002.024-.014.022-.025.021a2.335 2.335 0 01-.197-.028 2.345 2.345 0 01-.126-.024.601.601 0 01-.079.009c-.172.01-.311.167-.322.366l-.001.012c.065-.059.133-.116.202-.157.087-.051.177-.076.27-.051.011.003.023.006.016.029-.006.023-.017.02-.029.016-.078-.021-.157.002-.234.047-.08.047-.158.117-.233.188a.418.418 0 01-.152.279c.045.025.077.048.121.033.064-.029.127-.058.193-.08a.732.732 0 01.209-.042c.012-.001.024-.001.024.023s-.01.024-.023.024a.726.726 0 00-.196.039 2.09 2.09 0 00-.164.067.907.907 0 00.494-.058c.044-.016.078-.031.098-.031.038-.022.083-.039.127-.058a.524.524 0 01.135-.042c.012-.001.024-.003.026.021.003.024-.009.024-.021.026a.291.291 0 00-.164.058c0 .016-.049.042-.093.071a.55.55 0 00-.203.262.945.945 0 00-.051.166c.041-.08.09-.156.149-.224a.767.767 0 01.256-.196c.01-.005.021-.01.031.011.01.021-.001.026-.011.031a.71.71 0 00-.24.185 1.08 1.08 0 00-.162.255c-.023.048-.006.001-.031.064.082-.09.157-.166.239-.227.098-.074.209-.116.31-.098.011.002.023.004.019.027s-.015.021-.027.019c-.086-.016-.185.024-.273.09-.09.068-.181.165-.271.267a.881.881 0 00.401-.063c.067-.022.135-.1.177-.113l.042-.05a.745.745 0 01.075-.074c.009-.007.018-.015.033.003.015.018.006.025-.003.033a.778.778 0 00-.139.154c-.004.006-.01.012-.018.012-.044.052-.112.12-.127.178-.042.156-.019.274-.09.427a.45.45 0 00.129-.099.51.51 0 00.095-.17.549.549 0 01.317-.327c.011-.004.022-.008.03.014s-.003.026-.014.031a.49.49 0 00-.289.299.482.482 0 01-.219.279c.038-.002.058-.008.09-.005a.489.489 0 00.207-.088.384.384 0 00.114-.152c.004-.011.01-.021.031-.012.021.01.017.02.012.031a.422.422 0 01-.128.171.382.382 0 01-.145.069c.119-.004.23-.031.346-.074.048-.018.064-.125.094-.154a.721.721 0 01.078-.117.319.319 0 01.121-.094c.011-.005.021-.009.031.013.009.021-.002.026-.013.031a.26.26 0 00-.103.08.627.627 0 00-.073.109c.008.054-.038.169-.039.226a1.54 1.54 0 00.039.453 1.57 1.57 0 01.12-.142l.001-.011c.013-.078.024-.162.03-.246a1.4 1.4 0 00-.004-.243c-.001-.012-.003-.024.02-.026.024-.003.025.009.026.021.01.082.01.167.005.252a2.201 2.201 0 01-.022.199c.04-.038.039-.038.057-.076a.563.563 0 00.05-.176.459.459 0 00-.01-.17c-.003-.011-.005-.023.018-.028.023-.005.026.006.028.018a.528.528 0 01.01.187.67.67 0 01-.036.147c.042-.031.084-.061.132-.09a1.883 1.883 0 01-.002-.168.857.857 0 01.013-.141c.003-.015.005-.03.035-.024.03.005.028.02.024.036a.947.947 0 00-.012.131c-.001.058 0 .12.003.18.004.061.036.137.093.17a.318.318 0 01.138.203c.012-.107.013-.207.002-.296a.697.697 0 00-.084-.272c-.006-.01-.012-.02.009-.033.02-.012.026-.001.032.009a.749.749 0 01.09.291c.012.108.01.229-.01.361.076-.061.282-.191.261-.44a.241.241 0 00-.021-.055c-.005-.01-.01-.021.01-.031.021-.01.026 0 .031.01a.358.358 0 01.037.138c.01-.005.033-.032.038-.029l.059.04a.587.587 0 01-.021-.319c.003-.011.005-.023.028-.018.023.005.02.017.018.028a.507.507 0 00-.01.17.609.609 0 00.05.176c.003.006.006.012.004.019l.052.048a2.374 2.374 0 01-.021-.189 1.322 1.322 0 01.005-.252c.001-.012.003-.024.026-.021.023.003.021.015.02.026-.01.078-.01.161-.004.244a2.175 2.175 0 00.031.251c.04.044.07.089.113.145.041-.15.054-.301.049-.453-.001-.056-.051-.168-.048-.224a.701.701 0 00-.074-.112.27.27 0 00-.103-.08c-.011-.005-.021-.009-.013-.031.009-.021.02-.018.031-.013a.319.319 0 01.121.094.73.73 0 01.076.114c.042.005.058.133.106.157.114.042.221.07.335.074a.378.378 0 01-.144-.069.422.422 0 01-.128-.171c-.004-.011-.01-.021.012-.031.021-.01.026.001.031.012a.377.377 0 00.114.152.645.645 0 00.296.094.496.496 0 01-.22-.28.504.504 0 00-.289-.299c-.011-.004-.021-.008-.014-.031.008-.021.019-.018.03-.014a.532.532 0 01.317.327.51.51 0 00.095.17.43.43 0 00.131.1c-.073-.153-.049-.272-.09-.427-.026-.095-.172-.205-.143-.237.033-.038.098.065.184.094.13.044.264.082.4.063a1.992 1.992 0 00-.271-.267c-.088-.067-.176-.104-.261-.089-.012.002-.023.004-.027-.019s.007-.025.019-.027c.1-.018.199.024.297.098.082.062.149.13.23.221-.013-.035 0-.01-.022-.057a1.169 1.169 0 00-.163-.256.746.746 0 00-.24-.185c-.01-.005-.021-.01-.011-.031.01-.021.021-.016.031-.011a.78.78 0 01.256.196c.06.069.109.146.15.227a.802.802 0 00-.051-.168.543.543 0 00-.139-.212c-.046-.042-.155-.104-.154-.133-.021-.011-.024-.008-.047-.018a.592.592 0 00-.121-.039c-.012-.001-.024-.003-.021-.026.003-.024.014-.022.026-.021a.581.581 0 01.135.042c.024.01.049.032.073.044.039.003.103.035.154.055.153.058.33.093.493.058a1.964 1.964 0 00-.165-.067.71.71 0 00-.196-.039c-.012-.001-.024-.001-.023-.024.001-.023.012-.023.024-.023a.74.74 0 01.209.042c.066.022.13.051.193.08.044.02.075-.005.121-.033a.418.418 0 01-.152-.278l-.001-.001c-.076-.07-.153-.141-.233-.188-.077-.044-.156-.067-.234-.047-.011.003-.023.006-.029-.016-.006-.023.005-.026.016-.029a.355.355 0 01.27.051c.07.041.138.098.203.158l-.001-.013c-.011-.2-.15-.355-.322-.366-.058-.004-.14.015-.138-.024.003-.044.072-.033.173-.064.285-.086.485-.219.619-.511-.04.03-.082.062-.138.092a1.052 1.052 0 01-.265.095.593.593 0 00-.16.062.447.447 0 00-.118.1c-.008.009-.015.018-.033.004-.019-.015-.01-.024-.004-.033a.494.494 0 01.131-.111.617.617 0 01.172-.067c.115-.027.193-.058.254-.09a.776.776 0 00.097-.062c-.11-.003-.226-.002-.34-.002a1.556 1.556 0 00-.298.119c-.082.047-.138.101-.142.165-.001.012-.001.024-.025.021-.024-.001-.023-.013-.021-.025.006-.082.072-.148.166-.202.051-.029.11-.055.172-.078l-.077-.001c-.086-.001-.083-.049-.015-.075a.537.537 0 00.186-.16c.201-.247.305-.529.338-.837a.706.706 0 01-.085.147.352.352 0 01-.164.121.624.624 0 01-.133.294.553.553 0 01-.273.17c-.021.006-.038-.026-.021-.041a.752.752 0 00.206-.255.555.555 0 00.053-.287c-.001-.012-.002-.024.021-.026.023-.002.024.01.025.021a.586.586 0 01-.058.311.76.76 0 01-.127.186.469.469 0 00.138-.11.602.602 0 00.126-.286c.001-.006.01-.016.016-.018a.31.31 0 00.155-.109.702.702 0 00.093-.169c-.104.051-.225.047-.338.058a1.07 1.07 0 00-.416.107z\"/>\n    <path fill=\"#F7DB17\" fill-rule=\"nonzero\" d=\"M152.044 36.956a11.755 11.755 0 00-1.511-.084c-.506 0-1.014.03-1.524.083-.015.004-.011.024-.01.034.001.021.027.026.09.02.476-.044.951-.069 1.431-.069.499 0 1 .016 1.509.076.023.006.055-.063.015-.06z\"/>\n    <path fill=\"#F7DB17\" fill-rule=\"nonzero\" d=\"M149.023 36.904a14.483 14.483 0 011.509-.082c.5 0 .999.03 1.5.094l.023-.094a.091.091 0 01-.134-.08c0-.05.041-.091.091-.091.038 0 .07.023.083.056l.044-.126a13.966 13.966 0 00-1.608-.09c-.54 0-1.08.028-1.624.079l.043.121a.09.09 0 01.166.051.09.09 0 01-.118.087l.024.07.001.005zm2.271-.308a.091.091 0 00-.091.091c0 .05.041.091.091.091a.09.09 0 00.091-.091.09.09 0 00-.091-.091zm-.801-.02a.091.091 0 00-.091.091c0 .05.041.091.091.091.05 0 .091-.041.091-.091a.091.091 0 00-.091-.091zm-.788.017a.091.091 0 00-.091.091c0 .05.041.091.091.091.05 0 .091-.041.091-.091a.09.09 0 00-.091-.091z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M150.527 36.025a.254.254 0 00-.212-.194c-.024-.003-.029-.043-.005-.051a.239.239 0 00.116-.098.5.5 0 00.07-.189c.004-.025.047-.026.051-.001a.325.325 0 00.072.154.352.352 0 00.143.102c.023.009.019.047-.006.05a.163.163 0 00-.104.064.428.428 0 00-.074.164c-.006.024-.047.023-.051-.001zm.025-.087a.439.439 0 01.06-.108.241.241 0 01.073-.062.392.392 0 01-.16-.175.486.486 0 01-.055.117.331.331 0 01-.08.086.315.315 0 01.162.142zM151.143 39.726l-.381.153c-.013.005-.026.01-.036-.016-.01-.025.003-.03.016-.036l.381-.152c.012-.005.026-.01.035.015.011.025-.002.031-.015.036zm.044-.242l-.447.243c-.012.007-.024.013-.038-.011-.014-.024-.001-.031.011-.038l.447-.243c.012-.007.024-.013.038.011.013.025.001.032-.011.038zm-1.352-.048l.447.243c.012.007.024.013.011.038-.013.024-.025.018-.038.011l-.447-.243c-.012-.007-.024-.013-.011-.038.013-.024.025-.017.038-.011zm.038.239l.381.152c.013.005.026.01.016.036-.01.026-.023.021-.036.016l-.381-.153c-.013-.005-.025-.01-.016-.036.01-.026.022-.021.036-.015zm.165.321a.71.71 0 00.265.023c.065-.012.115-.044.142-.108v-.365a.85.85 0 01-.225-.031.213.213 0 01-.149-.132.423.423 0 01-.003-.244c.004-.013.007-.027.033-.02.027.007.024.02.02.033a.375.375 0 00.001.21.158.158 0 00.113.098.856.856 0 00.227.028c.079 0 .158-.01.225-.03a.283.283 0 00.142-.091.174.174 0 00.042-.13.086.086 0 00-.036-.059.176.176 0 00-.095-.027.47.47 0 00-.105.012.964.964 0 01-.057.01c-.014.001-.027.004-.031-.024s.01-.03.024-.031l.054-.009c.038-.007.078-.015.118-.013.044.001.09.013.124.038a.135.135 0 01.059.097.225.225 0 01-.054.172.338.338 0 01-.17.109.87.87 0 01-.203.031v.358a.017.017 0 01.001.012.173.173 0 00.139.104.687.687 0 00.265-.023c.013-.004.027-.007.033.02.006.027-.007.03-.021.033a.739.739 0 01-.287.024.23.23 0 01-.159-.098.233.233 0 01-.159.098.701.701 0 01-.287-.024c-.013-.003-.027-.006-.021-.033.008-.025.022-.022.035-.018zm.264.155l.298-.007c.014 0 .028-.001.028.027.001.028-.013.028-.028.028l-.298.007c-.014 0-.027.001-.028-.027-.001-.028.014-.028.028-.028zM150.741 37.869c.112-.093.217-.168.313-.22a.54.54 0 01.266-.079c.014.001.027.001.027.029-.001.027-.015.027-.029.027a.494.494 0 00-.239.072c-.093.05-.195.123-.304.214-.01.009-.021.018-.039-.004-.017-.021-.006-.03.005-.039zm-.448.042a1.5 1.5 0 00-.33-.233.548.548 0 00-.269-.074c-.014.001-.027.003-.03-.025-.003-.027.011-.029.025-.03a.604.604 0 01.299.079c.113.057.233.141.341.241.01.01.021.019.001.039-.016.02-.027.012-.037.003zm-.158.743a.644.644 0 01.101-.162.959.959 0 01.129-.126c.01-.009.021-.018.039.004.018.021.007.031-.004.039a.696.696 0 00-.214.267c-.006.012-.011.025-.036.014-.026-.011-.021-.023-.015-.036zm.275-1.284a.547.547 0 01.084.165c.019.061.03.13.029.207a.877.877 0 01-.005.184.408.408 0 01-.072.182.216.216 0 01-.122.084.217.217 0 01-.121-.005c.021.074.038.154.004.228-.006.013-.024.02-.038.013l-.095-.046a1.086 1.086 0 00-.094-.038l-.001-.001a1.068 1.068 0 01-.175-.083.406.406 0 01-.111-.092l.001.001a.292.292 0 01-.065-.126.6.6 0 01-.016-.129 1.958 1.958 0 01-.144-.086.766.766 0 01-.119-.097c-.01-.01-.019-.02.001-.039s.03-.009.039.001a.73.73 0 00.111.09c.044.03.095.06.151.09.092.01.183.038.274.081.079.037.156.085.235.142.01.005.014.012.02.015l.019.014a.18.18 0 00.113.012.15.15 0 00.09-.062.369.369 0 00.062-.158.835.835 0 00.005-.173v-.001a.622.622 0 00-.026-.191.499.499 0 00-.076-.149c-.008-.011-.016-.022.005-.039s.031-.005.039.005l-.002.001zm-.277.775a1.425 1.425 0 00-.23-.141.852.852 0 00-.232-.073.525.525 0 00.013.1c.01.039.026.073.053.102l.001.001a.382.382 0 00.096.079c.044.027.099.053.167.079l-.001-.001a1.184 1.184 0 01.167.073.406.406 0 00-.034-.219zm.574-.742a.497.497 0 00-.075.149.593.593 0 00-.026.191v.001a.833.833 0 00.004.173c.009.055.027.11.062.158a.158.158 0 00.09.062.18.18 0 00.113-.012l.019-.014c.004-.003.01-.009.02-.015.078-.057.156-.106.235-.142a.858.858 0 01.274-.081 1.47 1.47 0 00.151-.09.718.718 0 00.11-.09c.01-.01.019-.02.039-.001s.01.029 0 .039a.828.828 0 01-.119.097c-.042.028-.09.057-.144.086a.6.6 0 01-.016.129.287.287 0 01-.065.126l.001-.001a.406.406 0 01-.111.092 1.112 1.112 0 01-.175.083l-.001.001a1.086 1.086 0 00-.094.038c-.032.014-.063.03-.095.046-.013.007-.032 0-.038-.013-.033-.074-.017-.154.005-.228a.22.22 0 01-.122.005.21.21 0 01-.122-.083.412.412 0 01-.072-.182.816.816 0 01-.005-.184.668.668 0 01.029-.207.535.535 0 01.084-.165c.008-.011.016-.022.039-.005.022.016.014.028.005.039v-.002zm.696.529a.79.79 0 00-.232.073 1.357 1.357 0 00-.23.141l-.006.021a.406.406 0 00-.027.198l.069-.033c.033-.015.064-.028.099-.04l-.001.001c.067-.026.122-.052.167-.079a.368.368 0 00.097-.079l.001-.001a.256.256 0 00.053-.102.513.513 0 00.014-.1h-.004z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M151.163 37.971a.16.16 0 000 .321.16.16 0 000-.321zm0 .052a.11.11 0 000 .218.11.11 0 00.109-.109.11.11 0 00-.109-.109zm0 .044a.064.064 0 00-.064.064c0 .035.029.064.064.064a.064.064 0 00.064-.064.064.064 0 00-.064-.064zm-1.257-.092c.088 0 .161.072.161.16a.16.16 0 11-.161-.16zm0 .051a.11.11 0 010 .218.11.11 0 010-.218zm0 .045c.036 0 .064.029.064.064a.064.064 0 01-.064.064.064.064 0 01-.064-.064c0-.036.028-.064.064-.064zM147.24 27.838c-.013-.001-.032.01-.05.036-.129.192-.248.36-.377.552-.141.052-.173.142-.11.263-.194-.01-.208.153-.207.33-.199-.271-.404-.337-.613-.197-.017-.169-.151-.244-.339-.274a.615.615 0 01-.328-.091c-.045-.029-.084-.044-.129-.073-.096-.06-.167.005-.124.062l.641.933c-.007.06.01.111.073.147l.118.289-.019.084c-.167-.069-.333-.071-.496-.073-.126 0-.214-.027-.272-.088-.042-.044-.068-.015-.064.064.018.396.157.744.498 1.082-.171.011-.342.025-.512.041-.059.007-.069.032-.05.08.104.22.272.416.636.536a.482.482 0 00-.245.398c.001.166-.042.285-.139.344-.043.026-.058.051-.014.079.193.127.426.121.666.05a1.04 1.04 0 00-.115.635c.156.034.305-.004.452-.061a.759.759 0 00-.027.23.606.606 0 01-.064.258c-.022.025-.045.064.007.076.252.055.481.015.676-.069.009.18.019.36.083.535.016.042.056.073.093.015.107-.164.224-.304.371-.401.027.066.062.122.124.153.073.038.115.12.126.248.001.022 0 .044.029.065.11-.001.366-.3.413-.463.156.082.219.172.341.324.044.054.074.018.094-.023.038-.181.031-.358.023-.538.201.064.433.081.678.001.05-.016.024-.053-.001-.075a.683.683 0 01-.097-.266c-.011-.099-.018-.167-.043-.211.152.042.304.065.456.016a1.036 1.036 0 00-.188-.621c.247.047.487.03.667-.116.04-.032.024-.056-.021-.078-.104-.049-.158-.163-.173-.328a.483.483 0 00-.284-.372c.35-.156.498-.368.58-.597.014-.05.001-.073-.058-.074-.172.001-.355 0-.526.006.306-.369.413-.732.392-1.128-.004-.08-.033-.107-.071-.058-.051.067-.127.108-.252.121-.164.019-.321.033-.481.118l-.028-.082c.03-.1.069-.197.098-.296.059-.042.071-.095.058-.154.181-.331.347-.661.53-.991.037-.06-.039-.118-.13-.049-.043.033-.079.052-.122.084a.618.618 0 01-.318.123c-.184.049-.302.139-.302.31-.223-.118-.42-.033-.591.257-.016-.176-.047-.337-.239-.308.05-.127.002-.216-.145-.254-.147-.178-.356-.33-.503-.509-.024-.025-.04-.033-.053-.031l-.003.004z\"/>\n    <path fill=\"#F7DB17\" fill-rule=\"nonzero\" d=\"M149.162 28.775c-.039-.017-.091.017-.116.076-.025.059-.018.126.021.144.03.013.062-.007.086-.046l.015-.027.004-.008c.024-.06.029-.123-.01-.139zM145.458 28.959c.037-.021.093.008.124.064s.035.121-.003.142c-.037.021-.077-.014-.108-.071-.031-.056-.05-.115-.013-.135zM148.848 29.462a.044.044 0 00-.042.046.044.044 0 00.046.042.044.044 0 00.042-.045.043.043 0 00-.046-.043zM145.866 29.61a.044.044 0 00-.042.046.043.043 0 00.046.041.044.044 0 00.042-.046c0-.023-.021-.042-.046-.041zM149.031 29.227a13.995 13.995 0 00-1.676-.015c-.557.028-1.114.086-1.674.168-.019.007-.012.067.013.064a17.49 17.49 0 011.664-.167c.549-.028 1.1-.025 1.652.013.03.002.038-.061.021-.063z\"/>\n    <path fill=\"#F7DB17\" fill-rule=\"nonzero\" d=\"M145.664 29.333a17.048 17.048 0 011.688-.17 13.806 13.806 0 011.677.015l.076-.141a.089.089 0 01-.066 0c-.058-.025-.074-.115-.036-.201.037-.086.115-.136.172-.111.03.013.049.044.055.082l.303-.563c-.146.104-.235.17-.421.208-.206.041-.298.118-.261.24.034.114-.038.1-.147.048-.239-.115-.397.073-.469.285-.047.141-.111.139-.125-.004-.005-.051-.005-.097-.012-.148-.024-.164-.076-.208-.167-.158-.116.064-.129.025-.104-.038.019-.045.059-.098.041-.166-.01-.05-.052-.066-.115-.067-.144-.173-.363-.34-.507-.514-.125.187-.259.371-.384.558-.063.008-.104.028-.108.078-.011.07.044.114.067.158.031.059.022.099-.099.047-.095-.041-.138.004-.145.17-.002.051-.002.104-.002.156 0 .144-.063.151-.124.016-.093-.204-.28-.375-.506-.237-.104.064-.146.083-.137-.033.01-.128-.089-.192-.298-.212-.189-.019-.284-.076-.439-.165l.335.489a.085.085 0 01.037-.044c.055-.03.137.011.182.093.046.082.039.173-.016.205a.063.063 0 01-.023.008l.078.116zM148.943 29.844l-.018.009c-.033.016-.057.053-.094.096a1.3 1.3 0 01-.149.147c-.009.008-.018.016-.033-.002-.015-.018-.006-.025.003-.033.057-.048.106-.097.144-.142a.684.684 0 00.053-.071l-.212-.012a.828.828 0 00-.161.078.28.28 0 00-.096.098c-.006.01-.011.021-.032.01-.021-.011-.015-.021-.01-.032a.35.35 0 01.112-.115c.024-.015.05-.03.077-.044l-.239-.007a.307.307 0 00-.083.09c-.006.01-.012.02-.032.008s-.014-.022-.008-.033a.297.297 0 01.045-.059l.006-.007-.178-.001-.006.006a.241.241 0 00-.064.097c-.004.011-.008.022-.03.015-.022-.008-.018-.019-.014-.03a.321.321 0 01.049-.087c-.085.001-.17.001-.255.004-.002.004-.006.006-.01.009a.23.23 0 00-.08.088c-.005.01-.01.021-.031.01-.021-.01-.015-.021-.01-.032a.26.26 0 01.041-.059l.015-.015-.27.01c-.089.004-.178.01-.267.016l.017.014a.245.245 0 01.046.055c.007.01.013.02-.007.032-.02.013-.026.003-.033-.007a.233.233 0 00-.089-.08c-.004-.002-.009-.004-.012-.008l-.256.021.023.025a.234.234 0 01.036.058c.005.01.01.021-.011.031-.021.01-.026-.001-.031-.011a.24.24 0 00-.073-.09.027.027 0 01-.008-.007l-.179.019a.292.292 0 01.06.064c.007.01.014.019-.004.032-.019.014-.026.005-.033-.004a.346.346 0 00-.043-.048.33.33 0 00-.049-.034l-.004-.001-.244.029a.788.788 0 01.093.04.338.338 0 01.122.103c.007.01.013.019-.006.032-.019.013-.026.004-.033-.007a.284.284 0 00-.106-.088.746.746 0 00-.186-.066h-.001l-.197.028a.55.55 0 00.067.075c.043.041.096.084.158.126.01.007.019.013.006.033-.013.019-.023.012-.033.006a1.24 1.24 0 01-.163-.132c-.029-.027-.077-.078-.105-.098a1.18 1.18 0 00-.431-.087c-.114-.004-.236.005-.342-.041.03.062.062.118.101.164a.31.31 0 00.16.102c.006.001.016.011.018.018a.589.589 0 00.139.279.475.475 0 00.145.104.756.756 0 01-.137-.179.595.595 0 01-.073-.307c.001-.012.001-.024.024-.023.023.001.023.013.022.024a.546.546 0 00.067.284c.046.085.127.17.228.245.018.013.002.047-.019.042a.577.577 0 01-.291-.157.628.628 0 01-.148-.287.35.35 0 01-.17-.113.736.736 0 01-.095-.148c.036.315.165.586.379.825a.554.554 0 00.197.15c.069.022.074.07-.011.075l-.078.004c.064.02.124.043.176.069.097.049.166.112.176.194.001.012.003.024-.021.026-.024.003-.024-.009-.026-.021-.008-.063-.067-.115-.15-.158a1.476 1.476 0 00-.303-.104c-.114.005-.23.01-.34.019.03.019.062.038.1.057.062.03.142.057.258.078a.628.628 0 01.176.058.495.495 0 01.136.104c.008.009.016.018-.001.033-.018.016-.025.007-.033-.001a.436.436 0 00-.123-.094.582.582 0 00-.162-.054 1.026 1.026 0 01-.27-.082.955.955 0 01-.141-.084c.148.284.354.407.643.479a.744.744 0 01.046.012l.007.001c.064.013.13.023.198.031s.123.015.195.018c.012.001.024.001.022.025-.001.024-.012.023-.024.022-.073-.003-.13-.01-.198-.018a2.466 2.466 0 01-.128-.018.442.442 0 01-.079.012c-.171.019-.303.182-.303.382v.012c.062-.063.126-.123.194-.167a.353.353 0 01.267-.065c.011.002.023.005.019.028-.005.023-.016.021-.028.018-.08-.016-.157.01-.232.058a1.461 1.461 0 00-.224.199.416.416 0 01-.138.287c.047.023.079.044.122.027a2.18 2.18 0 01.189-.09.758.758 0 01.207-.052c.012-.001.024-.002.025.021.002.024-.01.024-.021.025a.676.676 0 00-.193.049c-.055.021-.108.048-.161.075a.908.908 0 00.49-.082c.043-.019.076-.035.097-.036.036-.024.081-.044.124-.064a.504.504 0 01.133-.048c.012-.002.023-.004.028.019.004.024-.008.025-.019.027a.29.29 0 00-.161.067c.001.016-.047.044-.09.076a.745.745 0 00-.062.052.554.554 0 00-.129.219.898.898 0 00-.042.168c.037-.081.082-.161.138-.232a.78.78 0 01.246-.209c.01-.005.021-.011.032.01.011.021.001.026-.01.032a.743.743 0 00-.23.196 1.14 1.14 0 00-.15.263c-.02.048-.005.001-.027.065.077-.095.148-.173.227-.239.094-.078.203-.126.304-.114.012.001.024.003.02.026-.003.023-.015.021-.026.02-.087-.011-.184.033-.269.104a1.968 1.968 0 00-.257.28c.137.013.27-.032.398-.082.066-.026.13-.107.171-.122.013-.019.026-.035.039-.052a.679.679 0 01.072-.078c.009-.008.017-.016.033.001s.007.025-.001.033a.977.977 0 00-.131.16c-.004.006-.009.013-.016.013-.042.054-.106.125-.118.184-.034.157-.004.274-.069.431a.434.434 0 00.212-.281.555.555 0 01.301-.342c.01-.004.021-.009.03.012.01.021-.001.026-.012.031a.493.493 0 00-.274.313.555.555 0 01-.095.19.446.446 0 01-.111.1c.039-.004.058-.01.09-.01a.474.474 0 00.201-.099.371.371 0 00.106-.158c.004-.011.008-.022.03-.014.021.008.018.019.013.03a.38.38 0 01-.261.253c.119-.01.228-.043.341-.091.048-.02.059-.127.087-.158a.656.656 0 01.072-.121.314.314 0 01.116-.1c.01-.005.021-.01.031.011.01.021-.001.026-.011.031a.283.283 0 00-.099.085.677.677 0 00-.067.112c.01.054-.029.17-.028.228.002.152.014.303.062.45.036-.054.074-.103.113-.148a1.396 1.396 0 00.003-.502c-.002-.011-.004-.023.019-.027s.025.007.027.019c.014.082.019.167.018.252a2.65 2.65 0 01-.012.2c.038-.039.037-.039.053-.078a.59.59 0 00.042-.177.478.478 0 00-.018-.17c-.004-.011-.007-.023.015-.029.023-.007.026.004.029.016a.543.543 0 01-.009.335c.04-.033.082-.065.127-.097a1.893 1.893 0 01-.01-.167c0-.051.001-.099.006-.141.001-.015.004-.03.034-.027.031.004.028.019.026.034a.905.905 0 00-.005.132c.001.058.006.12.012.179.006.061.044.135.1.166a.31.31 0 01.147.196 1.23 1.23 0 00-.013-.296.705.705 0 00-.098-.268c-.006-.01-.013-.02.007-.033.02-.012.026-.003.033.007.05.079.086.175.104.286.018.107.021.229.009.361.072-.064.272-.205.238-.452a.24.24 0 00-.024-.054c-.006-.01-.012-.021.009-.033.02-.011.026-.001.032.009a.375.375 0 01.043.135c.01-.005.032-.033.036-.031.018.011.044.025.061.037a.533.533 0 01-.037-.317c.002-.012.004-.023.027-.019s.021.016.019.027a.49.49 0 00-.001.171.63.63 0 00.058.173c.003.006.006.012.005.018l.054.045a1.917 1.917 0 01-.03-.187 1.333 1.333 0 01-.008-.252c.001-.012.001-.024.025-.021.024.001.023.013.021.025-.006.078-.002.161.008.244a2.341 2.341 0 00.043.249c.042.042.075.085.119.139.033-.152.039-.303.026-.455-.004-.056-.059-.165-.059-.221a.593.593 0 00-.079-.107.262.262 0 00-.107-.075c-.011-.004-.022-.007-.014-.03.008-.022.019-.019.03-.014a.321.321 0 01.126.088c.03.032.057.07.082.11.043.003.064.13.113.152.116.036.224.058.338.057a.391.391 0 01-.284-.227c-.005-.01-.01-.021.01-.031.021-.01.026 0 .031.01a.371.371 0 00.122.147.67.67 0 00.301.079.451.451 0 01-.121-.089.56.56 0 01-.113-.18.509.509 0 00-.122-.177.46.46 0 00-.181-.107c-.011-.004-.022-.007-.015-.03.007-.022.018-.019.03-.015a.553.553 0 01.333.31.513.513 0 00.104.165.449.449 0 00.136.093c-.08-.15-.062-.27-.112-.422-.031-.094-.182-.196-.155-.229.031-.039.102.061.188.084a.897.897 0 00.403.043 1.894 1.894 0 00-.284-.253c-.091-.062-.181-.095-.265-.075-.011.003-.023.005-.028-.018-.005-.023.006-.025.018-.028.099-.023.2.013.302.082.085.058.155.122.24.209-.015-.034-.001-.01-.025-.056a1.1 1.1 0 00-.176-.247.729.729 0 00-.249-.173c-.01-.004-.021-.009-.012-.03.009-.021.02-.017.03-.012a.765.765 0 01.265.184c.063.066.116.141.161.219a.881.881 0 00-.059-.166.543.543 0 00-.149-.205c-.048-.039-.16-.095-.161-.125-.022-.01-.025-.007-.048-.015a.46.46 0 00-.124-.033c-.012-.001-.024-.001-.021-.025.001-.024.013-.023.025-.021a.54.54 0 01.137.035c.024.01.05.03.075.041.039.001.104.03.157.047.155.05.334.077.495.034a1.765 1.765 0 00-.168-.059.723.723 0 00-.197-.03c-.012 0-.024 0-.024-.024s.011-.024.023-.024a.736.736 0 01.21.031c.067.019.133.044.197.071.045.018.075-.009.119-.039a.418.418 0 01-.165-.27v-.001a1.452 1.452 0 00-.242-.176c-.079-.041-.158-.06-.236-.036-.011.004-.023.008-.03-.015-.007-.023.004-.026.015-.03.092-.029.182-.008.272.039.072.038.142.091.21.147l-.001-.012c-.021-.199-.167-.348-.34-.35-.058-.001-.139.023-.138-.017.001-.044.07-.036.17-.072.281-.1.474-.243.593-.541a1.022 1.022 0 01-.133.099 1.045 1.045 0 01-.261.108.546.546 0 00-.156.07.426.426 0 00-.113.106c-.007.01-.014.019-.032.005-.019-.014-.012-.024-.005-.033a.505.505 0 01.125-.118.604.604 0 01.17-.076c.113-.032.19-.067.25-.103a.648.648 0 00.094-.067c-.11.003-.226.009-.34.015-.104.038-.21.081-.291.133-.079.051-.133.107-.134.172 0 .012-.001.024-.024.023-.024 0-.024-.012-.023-.024.001-.082.064-.152.156-.21.05-.032.107-.06.168-.087l-.077.003c-.085.003-.085-.045-.019-.074a.562.562 0 00.178-.169c.188-.257.278-.543.295-.853a.652.652 0 01-.078.151.354.354 0 01-.158.129.626.626 0 01-.118.3.543.543 0 01-.265.183c-.021.007-.04-.024-.024-.039a.758.758 0 00.193-.265.54.54 0 00.039-.289c-.002-.012-.004-.024.02-.027.023-.004.025.008.027.02a.589.589 0 01-.042.313.755.755 0 01-.119.192.458.458 0 00.133-.118.593.593 0 00.111-.291c.001-.007.01-.017.016-.019a.3.3 0 00.149-.117.743.743 0 00.084-.172c-.101.055-.222.058-.335.074-.157.022-.27.064-.405.133l-.002.006z\"/>\n    <path fill=\"#F7DB17\" fill-rule=\"nonzero\" d=\"M148.893 29.718a11.59 11.59 0 00-1.514-.009c-.506.025-1.011.08-1.518.159-.015.005-.01.025-.009.035.003.02.029.024.09.015a15.43 15.43 0 011.426-.14c.498-.024 1-.034 1.511 0 .025.006.055-.065.014-.06z\"/>\n    <path fill=\"#F7DB17\" fill-rule=\"nonzero\" d=\"M145.873 29.816a14.527 14.527 0 011.504-.157c.499-.024.999-.02 1.503.019l.018-.095a.09.09 0 01-.137-.074.09.09 0 01.087-.095.093.093 0 01.087.051l.038-.128a13.951 13.951 0 00-1.61-.01 17.46 17.46 0 00-1.619.16l.049.119a.09.09 0 01.168.043.092.092 0 01-.114.093l.028.068-.002.006zm2.253-.422a.092.092 0 00-.087.095c.003.05.045.089.095.087a.09.09 0 00.087-.095.09.09 0 00-.095-.087zm-.801.02a.091.091 0 00-.087.095c.002.05.045.089.095.087a.092.092 0 00.087-.095.09.09 0 00-.095-.087zm-.786.057a.092.092 0 00-.087.096.09.09 0 00.095.086.091.091 0 00.087-.095.091.091 0 00-.095-.087z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M147.332 28.863a.25.25 0 00-.222-.184c-.024-.002-.03-.042-.007-.05a.237.237 0 00.112-.104.498.498 0 00.061-.193c.003-.025.046-.028.051-.003a.342.342 0 00.227.245c.023.008.021.045-.003.051a.165.165 0 00-.101.07.434.434 0 00-.066.167c-.006.025-.046.026-.052.001zm.02-.088a.41.41 0 01.055-.111.229.229 0 01.07-.065.43.43 0 01-.11-.083.426.426 0 01-.059-.083.473.473 0 01-.05.119.336.336 0 01-.075.09.29.29 0 01.102.056c.027.02.049.047.067.077zM148.132 32.528l-.373.172c-.012.006-.025.012-.036-.013-.012-.025.001-.03.013-.036l.373-.172c.013-.006.025-.012.036.013.011.025-.001.03-.013.036zm.032-.243l-.435.265c-.012.007-.024.015-.038-.009-.014-.024-.003-.031.009-.038l.435-.265c.012-.007.024-.014.038.009.014.024.002.031-.009.038zm-1.353.019l.459.221c.012.006.025.012.013.036-.012.025-.024.019-.037.013l-.459-.221c-.013-.006-.025-.012-.013-.037.011-.024.024-.018.037-.012zm.049.237l.388.134c.013.004.026.009.017.035-.009.026-.022.021-.035.017l-.388-.133c-.013-.004-.026-.009-.017-.035.008-.027.022-.022.035-.018zm.182.313a.7.7 0 00.266.01c.064-.015.113-.05.135-.115l-.018-.364a.866.866 0 01-.226-.019.216.216 0 01-.156-.124.417.417 0 01-.015-.243c.003-.013.005-.027.032-.021.027.005.024.019.021.033a.365.365 0 00.011.209.157.157 0 00.117.093c.068.016.148.021.228.016a.825.825 0 00.224-.041.287.287 0 00.138-.098.173.173 0 00.036-.133.087.087 0 00-.039-.058.193.193 0 00-.097-.023c-.034 0-.069.009-.104.017l-.057.013c-.013.002-.028.005-.032-.022-.005-.028.009-.03.022-.032a.57.57 0 00.053-.012.461.461 0 01.117-.019c.044 0 .09.009.126.031.032.02.056.05.064.094a.23.23 0 01-.045.176.333.333 0 01-.164.117.843.843 0 01-.201.041l.018.357c.003.004.003.008.002.012.03.059.08.089.144.097a.696.696 0 00.264-.035c.013-.004.027-.008.034.018.007.027-.006.031-.019.034a.745.745 0 01-.286.038.228.228 0 01-.164-.09.227.227 0 01-.154.105.711.711 0 01-.288-.009c-.014-.003-.027-.005-.022-.033.005-.027.019-.024.032-.022l.003.002zm.271.142l.297-.021c.014-.001.027-.001.03.026.003.027-.012.029-.025.03l-.297.021c-.014.001-.028.002-.03-.025-.003-.03.011-.03.025-.031zM147.638 30.694c.107-.098.208-.178.302-.235a.531.531 0 01.262-.092c.014 0 .027 0 .028.028 0 .027-.013.028-.027.028a.494.494 0 00-.234.084c-.09.054-.188.133-.293.229-.01.01-.021.019-.039-.001s-.01-.03.001-.041zm-.446.064a1.507 1.507 0 00-.34-.216.54.54 0 00-.272-.06c-.014.001-.028.004-.031-.024-.004-.027.01-.03.024-.031a.599.599 0 01.303.064c.115.051.24.13.353.224.01.009.021.018.004.039-.019.022-.029.014-.041.004zm-.12.75a.643.643 0 01.093-.167.963.963 0 01.122-.133c.01-.01.02-.019.039.001.019.021.008.03-.001.039a.96.96 0 00-.115.124.629.629 0 00-.085.153c-.005.013-.01.026-.035.016-.026-.01-.021-.023-.016-.036h-.002v.003zm.21-1.296c.039.047.07.1.093.161.022.06.036.128.039.205.007.059.01.121.004.185a.409.409 0 01-.063.186.215.215 0 01-.118.09.236.236 0 01-.121.001c.025.073.045.152.015.228-.005.013-.024.021-.037.015a2.03 2.03 0 00-.097-.042c-.032-.012-.063-.024-.095-.033h-.002a1.13 1.13 0 01-.179-.074.42.42 0 01-.115-.086l.001.001a.28.28 0 01-.071-.122.58.58 0 01-.023-.128 1.809 1.809 0 01-.148-.079.814.814 0 01-.124-.091c-.01-.01-.02-.019-.002-.039.019-.02.029-.01.039-.001a.763.763 0 00.115.084c.046.028.098.055.155.082a.861.861 0 01.278.067c.08.033.161.077.241.13.01.004.015.011.021.014l.019.013a.177.177 0 00.113.007.153.153 0 00.087-.067.359.359 0 00.054-.161.834.834 0 00-.004-.173v-.001a.63.63 0 00-.036-.19.503.503 0 00-.083-.145c-.009-.01-.018-.021.004-.039.021-.018.03-.007.039.004l.001-.002zm-.238.789a1.318 1.318 0 00-.237-.129.83.83 0 00-.236-.061.496.496 0 00.019.099.23.23 0 00.058.099l.001.001c.024.026.056.05.1.074a.973.973 0 00.17.07h-.001a1.184 1.184 0 01.17.064.405.405 0 00-.037-.196l-.007-.021zm.537-.77a.487.487 0 00-.068.152.593.593 0 00-.016.193v.001a.759.759 0 00.013.172.371.371 0 00.07.156.158.158 0 00.094.058.173.173 0 00.112-.018l.018-.015c.005-.003.009-.01.019-.016.075-.061.151-.113.227-.154a.853.853 0 01.27-.094c.054-.033.103-.064.146-.097a.679.679 0 00.106-.095c.009-.01.019-.021.039-.002.021.019.011.029.002.039a.838.838 0 01-.114.103 1.757 1.757 0 01-.139.094.549.549 0 01-.01.129.29.29 0 01-.059.128l.001-.001a.394.394 0 01-.107.097c-.045.031-.102.06-.171.091h-.001a1.538 1.538 0 00-.185.094c-.013.007-.031.001-.038-.011-.037-.073-.024-.153-.007-.228a.22.22 0 01-.121.011.206.206 0 01-.126-.078.405.405 0 01-.081-.178.896.896 0 01-.015-.184.656.656 0 01.019-.208.54.54 0 01.076-.169c.008-.011.016-.023.039-.007.023.013.015.024.007.037zm.722.494a.837.837 0 00-.229.084c-.075.04-.149.091-.224.152l-.005.021c-.016.066-.035.138-.017.199l.067-.036c.032-.016.063-.031.096-.044h-.001a1.12 1.12 0 00.162-.087.352.352 0 00.093-.083l.001-.001a.246.246 0 00.047-.104.474.474 0 00.01-.101z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M148.063 30.775a.16.16 0 00-.152.168c.005.088.08.156.168.152a.16.16 0 10-.016-.32zm.003.051a.11.11 0 00.01.218.11.11 0 00.104-.114.11.11 0 00-.114-.104zm.002.045a.064.064 0 00-.061.068.064.064 0 00.068.061.064.064 0 00.061-.067.065.065 0 00-.068-.062zm-1.26-.029a.16.16 0 01.168.152.16.16 0 11-.168-.152zm.003.051a.11.11 0 11.01.218.11.11 0 01-.01-.218zm.002.044a.065.065 0 01.068.061.066.066 0 01-.062.068.066.066 0 01-.068-.062.065.065 0 01.062-.067zM153.797 27.838c.013-.001.033.01.05.036.129.192.248.36.377.552.141.052.172.142.11.263.194-.01.208.153.208.33.199-.271.404-.337.613-.197.017-.169.151-.244.339-.274a.615.615 0 00.328-.091c.045-.029.084-.044.129-.073.096-.06.167.005.124.062l-.641.933c.007.06-.01.111-.073.147l-.118.289.019.084c.167-.069.333-.071.496-.073.126 0 .214-.027.272-.088.042-.044.068-.015.064.064-.018.396-.157.744-.498 1.082.171.011.342.025.512.041.058.007.069.032.05.08-.104.22-.272.416-.636.536.15.09.232.223.245.398-.001.166.042.285.139.344.043.026.058.051.014.079-.193.127-.425.121-.666.05.106.206.146.418.115.635-.156.034-.305-.004-.453-.061a.753.753 0 01.028.23.606.606 0 00.064.258c.022.025.045.064-.007.076a1.09 1.09 0 01-.675-.069c-.009.18-.019.36-.083.535-.015.042-.055.073-.093.015a1.342 1.342 0 00-.371-.401c-.027.066-.062.122-.124.153-.073.038-.115.12-.126.248-.001.022 0 .044-.029.065-.11-.001-.366-.3-.413-.463-.156.082-.219.172-.342.324-.043.054-.074.018-.094-.023a2.114 2.114 0 01-.023-.538 1.088 1.088 0 01-.678.001c-.05-.016-.024-.053.001-.075a.699.699 0 00.097-.266.636.636 0 01.043-.211c-.152.042-.303.065-.456.016-.01-.221.061-.427.187-.621-.247.047-.487.03-.667-.116-.04-.032-.024-.056.021-.078.104-.049.158-.163.173-.328a.483.483 0 01.284-.372c-.35-.156-.498-.368-.58-.597-.014-.05-.001-.073.058-.074.172.001.355 0 .527.006-.306-.369-.413-.732-.392-1.128.005-.08.033-.107.071-.058.051.067.127.108.252.121.164.019.321.033.48.118l.028-.082c-.03-.1-.069-.197-.099-.296-.059-.042-.071-.095-.058-.154-.182-.331-.347-.661-.53-.991-.037-.06.039-.118.13-.049.043.033.079.052.121.084a.621.621 0 00.318.123c.185.049.302.139.302.31.223-.118.42-.033.591.257.016-.176.047-.337.239-.308-.05-.127-.002-.216.144-.254.147-.178.356-.33.503-.509.024-.025.04-.033.053-.031l.006.004z\"/>\n    <path fill=\"#F7DB17\" fill-rule=\"nonzero\" d=\"M151.875 28.775c.039-.017.091.017.116.076.025.059.018.126-.021.144-.031.013-.062-.007-.086-.046l-.015-.027-.004-.008c-.024-.06-.029-.123.01-.139zM155.579 28.959c-.037-.021-.093.008-.124.064s-.035.121.003.142c.037.021.077-.014.108-.071.031-.056.051-.115.013-.135zM152.189 29.462a.044.044 0 01.042.046.044.044 0 01-.046.042.044.044 0 01-.042-.045.043.043 0 01.046-.043zM155.17 29.61a.044.044 0 01.042.046.043.043 0 01-.045.041.044.044 0 01-.042-.046.043.043 0 01.045-.041zM152.006 29.227a13.995 13.995 0 011.676-.015c.558.028 1.115.086 1.674.168.019.007.012.067-.013.064a17.49 17.49 0 00-1.664-.167c-.549-.028-1.1-.025-1.652.013-.029.002-.037-.061-.021-.063z\"/>\n    <path fill=\"#F7DB17\" fill-rule=\"nonzero\" d=\"M155.373 29.333a17.048 17.048 0 00-1.688-.17 13.806 13.806 0 00-1.677.015l-.075-.141a.091.091 0 00.067 0c.058-.025.074-.115.036-.201-.037-.086-.115-.136-.172-.111-.03.013-.049.044-.055.082l-.303-.563c.146.104.235.17.421.208.206.041.298.118.26.24-.034.114.038.1.147.048.239-.115.397.073.469.285.047.141.111.139.125-.004.005-.051.005-.097.012-.148.024-.164.076-.208.167-.158.116.064.129.025.104-.038-.019-.045-.059-.098-.041-.166.01-.05.053-.066.116-.067.144-.173.363-.34.506-.514.126.187.259.371.384.558.063.008.104.028.108.078.011.07-.044.114-.067.158-.031.059-.022.099.099.047.096-.041.138.004.145.17.002.051.002.104.001.156 0 .144.063.151.125.016.093-.204.28-.375.506-.237.104.064.147.083.137-.033-.01-.128.089-.192.298-.212.189-.019.284-.076.439-.165l-.335.489a.085.085 0 00-.037-.044c-.055-.03-.137.011-.182.093-.046.082-.039.173.016.205a.07.07 0 00.023.008l-.079.116zM152.094 29.844l.018.009c.032.016.057.053.094.096.04.047.09.097.15.147.009.008.018.016.033-.002.016-.018.006-.025-.003-.033a1.215 1.215 0 01-.144-.142.684.684 0 01-.053-.071l.212-.012a.828.828 0 01.161.078.28.28 0 01.096.098c.006.01.011.021.032.01.021-.011.015-.021.01-.032a.34.34 0 00-.112-.115 1.113 1.113 0 00-.077-.044l.239-.007c.015.01.03.023.043.038a.262.262 0 01.039.052c.006.01.012.02.033.008.02-.012.014-.022.008-.033a.297.297 0 00-.051-.066l.178-.001.006.006a.241.241 0 01.064.097c.004.011.007.022.03.015.022-.008.019-.019.014-.03a.321.321 0 00-.049-.087c.085.001.17.001.255.004.002.004.006.006.01.009a.23.23 0 01.08.088c.005.01.01.021.031.01.021-.01.015-.021.01-.032a.26.26 0 00-.041-.059l-.015-.015.271.01c.089.004.178.01.267.016l-.017.014a.245.245 0 00-.046.055c-.007.01-.013.02.007.032.02.013.026.003.032-.007a.233.233 0 01.088-.08.025.025 0 00.012-.008l.255.021-.023.025a.234.234 0 00-.036.058c-.005.01-.01.021.011.031.021.01.026-.001.031-.011a.24.24 0 01.073-.09.027.027 0 00.008-.007l.179.019-.01.009a.292.292 0 00-.05.055c-.007.01-.014.019.004.032.019.014.026.005.033-.004a.295.295 0 01.093-.082l.004-.001.244.029a.964.964 0 00-.093.04.338.338 0 00-.122.103c-.007.01-.013.019.006.032.019.013.026.004.032-.007a.284.284 0 01.106-.088.746.746 0 01.186-.066h.001l.197.028a.55.55 0 01-.067.075 1.228 1.228 0 01-.158.126c-.01.007-.019.013-.006.033.013.019.023.012.033.006a1.31 1.31 0 00.163-.132c.029-.027.077-.078.105-.098.147-.059.266-.081.431-.087.114-.004.235.005.342-.041a.772.772 0 01-.101.164.315.315 0 01-.16.102c-.006.001-.015.011-.018.018a.589.589 0 01-.139.279.483.483 0 01-.144.104.756.756 0 00.137-.179.595.595 0 00.073-.307c-.001-.012-.001-.024-.024-.023-.023.001-.023.013-.022.024a.546.546 0 01-.067.284.794.794 0 01-.227.245c-.018.013-.003.047.019.042a.577.577 0 00.291-.157.628.628 0 00.148-.287.346.346 0 00.17-.113.736.736 0 00.095-.148 1.45 1.45 0 01-.379.825.554.554 0 01-.197.15c-.069.022-.074.07.011.075l.078.004c-.064.02-.124.043-.176.069-.097.049-.166.112-.176.194-.001.012-.003.024.021.026.024.003.024-.009.026-.021.008-.063.067-.115.15-.158.085-.044.195-.077.303-.104.114.005.23.01.34.019a.99.99 0 01-.1.057.982.982 0 01-.259.078.628.628 0 00-.176.058.495.495 0 00-.136.104c-.008.009-.015.018.001.033.018.016.025.007.033-.001a.436.436 0 01.123-.094.582.582 0 01.162-.054c.121-.021.204-.051.27-.082a.955.955 0 00.141-.084c-.148.284-.354.407-.643.479a.993.993 0 00-.046.012l-.007.001a2.41 2.41 0 01-.198.031c-.068.008-.123.015-.195.018-.012.001-.024.001-.022.025.001.024.013.023.024.022.073-.003.13-.01.198-.018.043-.005.086-.011.128-.018.019.005.047.01.079.012.171.019.303.182.303.382v.012a1.195 1.195 0 00-.194-.167.35.35 0 00-.266-.065c-.011.002-.023.005-.019.028.005.023.016.021.028.018.08-.016.157.01.232.058.077.051.152.125.224.199.012.11.05.214.138.287-.047.023-.079.044-.121.027-.062-.032-.124-.064-.189-.09a.758.758 0 00-.207-.052c-.012-.001-.024-.002-.025.021-.002.024.01.024.021.025a.676.676 0 01.193.049c.055.021.108.048.161.075a.908.908 0 01-.49-.082c-.044-.019-.076-.035-.097-.036-.036-.024-.081-.044-.125-.064a.492.492 0 00-.133-.048c-.012-.002-.023-.004-.027.019s.007.025.019.027a.29.29 0 01.161.067c-.001.016.047.044.09.076.026.019.05.041.062.052.067.067.1.139.129.219a.898.898 0 01.042.168 1.137 1.137 0 00-.138-.232.777.777 0 00-.245-.209c-.01-.005-.021-.011-.032.01-.011.021-.001.026.01.032.093.05.168.118.23.196.063.079.111.17.15.263.02.048.005.001.028.065a1.691 1.691 0 00-.227-.239c-.094-.078-.203-.126-.304-.114-.012.001-.024.003-.02.026.003.023.014.021.026.02.087-.011.184.033.269.104.087.073.172.173.257.28-.137.013-.27-.032-.398-.082-.066-.026-.13-.107-.171-.122-.013-.019-.026-.035-.039-.052a.782.782 0 00-.072-.078c-.009-.008-.017-.016-.033.001s-.007.025.001.033a.977.977 0 01.131.16c.004.006.009.013.016.013.042.054.106.125.119.184.034.157.004.274.069.431a.434.434 0 01-.212-.281.541.541 0 00-.301-.342c-.01-.004-.021-.009-.03.012-.01.021.001.026.012.031a.493.493 0 01.274.313.555.555 0 00.095.19c.03.039.067.071.111.1-.039-.004-.058-.01-.09-.01a.474.474 0 01-.201-.099.371.371 0 01-.106-.158c-.004-.011-.008-.022-.031-.014-.021.008-.018.019-.013.03a.417.417 0 00.119.177c.039.034.087.06.142.076a1.105 1.105 0 01-.342-.091c-.047-.02-.058-.127-.086-.158a.656.656 0 00-.072-.121.314.314 0 00-.116-.1c-.01-.005-.021-.01-.031.011-.01.021.001.026.011.031.038.018.07.048.099.085a.612.612 0 01.066.112c-.01.054.029.17.028.228a1.496 1.496 0 01-.062.45 1.474 1.474 0 00-.113-.148 1.396 1.396 0 01-.003-.502c.002-.011.004-.023-.019-.027s-.025.007-.027.019a1.405 1.405 0 00-.018.252c.001.067.006.134.012.2-.038-.039-.037-.039-.052-.078a.59.59 0 01-.042-.177.478.478 0 01.018-.17c.004-.011.007-.023-.016-.029-.023-.007-.026.004-.029.016a.543.543 0 00.009.335 2.194 2.194 0 00-.126-.097c.005-.055.01-.113.01-.167a1.04 1.04 0 00-.006-.141c-.001-.015-.004-.03-.034-.027-.03.004-.028.019-.026.034a.905.905 0 01.005.132 2.18 2.18 0 01-.012.179c-.006.061-.044.135-.1.166a.31.31 0 00-.147.196 1.287 1.287 0 01.012-.296.722.722 0 01.098-.268c.006-.01.012-.02-.007-.033-.02-.012-.026-.003-.033.007a.759.759 0 00-.104.286 1.422 1.422 0 00-.009.361c-.072-.064-.272-.205-.239-.452a.24.24 0 01.024-.054c.006-.01.012-.021-.009-.033-.02-.011-.026-.001-.032.009a.375.375 0 00-.033.079c-.004.018-.008.036-.01.056-.01-.005-.032-.033-.036-.031-.018.011-.044.025-.061.037a.533.533 0 00.037-.317c-.002-.012-.004-.023-.027-.019s-.021.016-.019.027a.49.49 0 01.001.171.601.601 0 01-.059.173c-.003.006-.006.012-.004.018l-.054.045c.012-.061.023-.124.03-.187.01-.084.014-.17.008-.252-.001-.012-.002-.024-.025-.021-.024.001-.023.013-.021.025a1.34 1.34 0 01-.007.244c-.01.083-.024.166-.042.244l-.001.005c-.042.042-.075.085-.119.139a1.516 1.516 0 01-.026-.455c.004-.056.059-.165.059-.221a.645.645 0 01.079-.107.256.256 0 01.107-.075c.011-.004.022-.007.014-.03-.007-.022-.019-.019-.03-.014a.321.321 0 00-.126.088.715.715 0 00-.082.11c-.043.003-.064.13-.113.152a1.091 1.091 0 01-.339.057.385.385 0 00.284-.227c.005-.01.01-.021-.01-.031-.021-.01-.026 0-.031.01a.378.378 0 01-.121.147.67.67 0 01-.301.079.451.451 0 00.121-.089.56.56 0 00.113-.18.509.509 0 01.122-.177.464.464 0 01.182-.107c.011-.004.022-.007.015-.03-.007-.022-.019-.019-.03-.015a.55.55 0 00-.332.31.437.437 0 01-.24.258c.08-.15.062-.27.112-.422.031-.094.181-.196.155-.229-.031-.039-.102.061-.188.084a.895.895 0 01-.403.043c.095-.098.19-.19.283-.253.091-.062.18-.095.265-.075.011.003.023.005.028-.018.005-.023-.006-.025-.018-.028-.099-.023-.2.013-.302.082a1.545 1.545 0 00-.24.209c.015-.034 0-.01.025-.056.048-.089.105-.174.175-.247a.729.729 0 01.249-.173c.01-.004.021-.009.012-.03-.009-.021-.02-.017-.03-.012a.756.756 0 00-.265.184 1.144 1.144 0 00-.161.219.881.881 0 01.059-.166.536.536 0 01.15-.205c.048-.039.16-.095.161-.125.022-.01.024-.007.047-.015a.46.46 0 01.124-.033c.012-.001.024-.001.021-.025-.001-.024-.013-.023-.025-.021a.54.54 0 00-.137.035c-.025.01-.051.03-.075.041-.039.001-.104.03-.157.047a.899.899 0 01-.495.034c.056-.022.111-.043.168-.059a.717.717 0 01.197-.03c.012 0 .024 0 .024-.024s-.011-.024-.023-.024a.736.736 0 00-.21.031 1.783 1.783 0 00-.197.071c-.045.018-.074-.009-.119-.039a.418.418 0 00.165-.27l.001-.001c.079-.067.161-.133.242-.176.079-.041.158-.06.236-.036.011.004.022.008.03-.015.007-.022-.004-.026-.016-.03-.092-.029-.182-.008-.272.039a1.288 1.288 0 00-.21.147l.001-.012c.021-.199.167-.348.34-.35.058-.001.139.023.138-.017-.001-.044-.07-.036-.17-.072-.281-.1-.474-.243-.593-.541.039.033.079.066.133.099.062.038.143.074.261.108.06.017.113.041.156.07.046.03.083.066.113.106.007.01.014.019.032.005.019-.014.012-.024.005-.033a.488.488 0 00-.125-.118.604.604 0 00-.17-.076 1.007 1.007 0 01-.25-.103.648.648 0 01-.094-.067c.11.003.226.009.34.015.104.038.21.081.291.133.079.051.133.107.134.172 0 .012.001.024.024.023.024 0 .024-.012.023-.024-.001-.082-.064-.152-.156-.21a1.257 1.257 0 00-.168-.087l.077.003c.085.003.085-.045.019-.074a.562.562 0 01-.178-.169 1.551 1.551 0 01-.295-.853.652.652 0 00.078.151.36.36 0 00.158.129c.017.119.056.22.119.3a.543.543 0 00.265.183c.021.007.04-.024.024-.039a.745.745 0 01-.193-.265.54.54 0 01-.039-.289c.001-.012.004-.024-.02-.027-.024-.004-.025.008-.027.02a.589.589 0 00.042.313.75.75 0 00.118.192.47.47 0 01-.133-.118.593.593 0 01-.111-.291c-.001-.007-.01-.017-.015-.019a.3.3 0 01-.149-.117.743.743 0 01-.084-.172c.101.055.223.058.335.074.157.022.27.064.404.133l-.001.006z\"/>\n    <path fill=\"#F7DB17\" fill-rule=\"nonzero\" d=\"M152.144 29.718c.507-.041 1.01-.034 1.514-.009.506.025 1.011.08 1.518.159.015.005.01.025.009.035-.003.02-.029.024-.09.015a15.443 15.443 0 00-1.425-.14c-.499-.024-1-.034-1.511 0-.026.006-.055-.065-.015-.06z\"/>\n    <path fill=\"#F7DB17\" fill-rule=\"nonzero\" d=\"M155.163 29.816a14.527 14.527 0 00-1.504-.157 11.96 11.96 0 00-1.502.019l-.019-.095a.09.09 0 00.137-.074.09.09 0 00-.086-.095.093.093 0 00-.087.051l-.038-.128a13.951 13.951 0 011.61-.01 17.46 17.46 0 011.619.16l-.049.119a.096.096 0 00-.073-.044.09.09 0 00-.095.087.091.091 0 00.086.096.118.118 0 00.027-.003l-.028.068.002.006zm-2.253-.422c.05.003.089.045.087.095a.092.092 0 01-.096.087.09.09 0 01-.086-.095.091.091 0 01.095-.087zm.801.02a.09.09 0 01.086.095.092.092 0 01-.095.087.092.092 0 01-.087-.095.092.092 0 01.096-.087zm.786.057c.05.002.089.045.087.096a.09.09 0 01-.096.086.092.092 0 01-.087-.095.092.092 0 01.096-.087z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M153.705 28.863a.251.251 0 01.222-.184c.024-.002.031-.042.008-.05a.237.237 0 01-.112-.104.482.482 0 01-.061-.193c-.003-.025-.046-.028-.051-.003a.342.342 0 01-.227.245c-.023.008-.021.045.003.051a.165.165 0 01.101.07c.034.047.055.11.066.167.005.025.045.026.051.001zm-.02-.088a.41.41 0 00-.055-.111.229.229 0 00-.07-.065.384.384 0 00.168-.166.473.473 0 00.05.119.336.336 0 00.075.09.29.29 0 00-.102.056.275.275 0 00-.066.077zM152.905 32.528l.373.172c.013.006.025.012.036-.013.012-.025-.001-.03-.013-.036l-.373-.172c-.013-.006-.025-.012-.036.013-.012.025 0 .03.013.036zm-.031-.243l.435.265c.012.007.024.015.038-.009.014-.024.003-.031-.009-.038l-.435-.265c-.012-.007-.024-.014-.038.009-.014.024-.003.031.009.038zm1.353.019l-.459.221c-.012.006-.025.012-.013.036.012.025.025.019.037.013l.459-.221c.012-.006.025-.012.013-.037-.012-.024-.025-.018-.037-.012zm-.05.237l-.388.134c-.013.004-.026.009-.017.035.009.026.022.021.035.017l.388-.133c.013-.004.026-.009.017-.035-.009-.027-.022-.022-.035-.018zm-.181.313a.7.7 0 01-.266.01c-.064-.015-.113-.05-.135-.115l.019-.364a.866.866 0 00.226-.019.214.214 0 00.156-.124.417.417 0 00.015-.243c-.003-.013-.005-.027-.033-.021-.027.005-.024.019-.021.033a.365.365 0 01-.011.209.157.157 0 01-.117.093.802.802 0 01-.228.016.825.825 0 01-.224-.041.287.287 0 01-.138-.098.172.172 0 01-.035-.133.087.087 0 01.039-.058.193.193 0 01.097-.023c.034 0 .069.009.104.017l.057.013c.013.002.027.005.032-.022.005-.028-.009-.03-.022-.032a.57.57 0 01-.053-.012.469.469 0 00-.117-.019.252.252 0 00-.127.031.135.135 0 00-.064.094.23.23 0 00.045.176c.036.05.093.093.164.117.061.021.13.035.201.041l-.018.357c-.003.004-.003.008-.002.012a.177.177 0 01-.145.097.689.689 0 01-.263-.035c-.013-.004-.027-.008-.034.018-.008.027.006.031.019.034a.745.745 0 00.286.038.23.23 0 00.164-.09c.034.057.087.09.154.105.08.019.179.012.288-.009.014-.003.027-.005.022-.033-.005-.027-.019-.024-.032-.022v.002h-.003zm-.271.142l-.297-.021c-.014-.001-.027-.001-.03.026-.002.027.012.029.025.03l.297.021c.014.001.027.002.03-.025.002-.03-.012-.03-.025-.031zM153.4 30.694a1.997 1.997 0 00-.302-.235.528.528 0 00-.261-.092c-.014 0-.027 0-.028.028 0 .027.013.028.027.028a.49.49 0 01.234.084c.09.054.188.133.293.229.01.01.02.019.039-.001.018-.021.009-.03-.002-.041zm.445.064c.109-.091.229-.167.34-.216a.54.54 0 01.272-.06c.014.001.027.004.031-.024.004-.027-.01-.03-.024-.031a.599.599 0 00-.303.064c-.115.051-.24.13-.353.224-.01.009-.021.018-.004.039.019.022.029.014.041.004zm.12.75a.673.673 0 00-.093-.167.963.963 0 00-.122-.133c-.01-.01-.02-.019-.039.001-.019.021-.008.03.001.039a.96.96 0 01.115.124.629.629 0 01.085.153c.005.013.01.026.035.016.025-.01.021-.023.016-.036h.002v.003zm-.21-1.296a.534.534 0 00-.093.161.698.698 0 00-.039.205.873.873 0 00-.004.185.42.42 0 00.063.186.214.214 0 00.24.091c-.025.073-.045.152-.016.228.005.013.024.021.037.015.032-.015.064-.029.097-.042.032-.012.063-.024.096-.033h.001a1.13 1.13 0 00.179-.074.42.42 0 00.115-.086l-.001.001a.28.28 0 00.071-.122.645.645 0 00.023-.128c.055-.026.104-.053.148-.079.049-.03.09-.06.124-.091.01-.01.02-.019.001-.039s-.029-.01-.039-.001a.715.715 0 01-.115.084 1.699 1.699 0 01-.155.082.868.868 0 00-.278.067c-.08.033-.161.077-.241.13-.01.004-.015.011-.021.014l-.019.013a.177.177 0 01-.113.007.153.153 0 01-.087-.067.371.371 0 01-.054-.161.834.834 0 01.004-.173v-.001a.63.63 0 01.036-.19.481.481 0 01.083-.145c.009-.01.018-.021-.004-.039-.021-.018-.03-.007-.038.004l-.001-.002zm.238.789c.079-.053.158-.097.237-.129a.83.83 0 01.236-.061.496.496 0 01-.019.099.239.239 0 01-.057.099l-.001.001a.381.381 0 01-.1.074.973.973 0 01-.17.07h.001a1.184 1.184 0 00-.17.064.405.405 0 01.037-.196l.006-.021zm-.536-.77a.487.487 0 01.068.152.593.593 0 01.016.193v.001a.759.759 0 01-.013.172.36.36 0 01-.07.156.156.156 0 01-.093.058.173.173 0 01-.112-.018l-.018-.015c-.004-.003-.009-.01-.019-.016a1.468 1.468 0 00-.227-.154.853.853 0 00-.27-.094 1.681 1.681 0 01-.146-.097.679.679 0 01-.106-.095c-.009-.01-.019-.021-.039-.002-.02.019-.011.029-.002.039.03.034.069.069.114.103.041.031.087.062.139.094a.549.549 0 00.01.129.29.29 0 00.059.128l-.001-.001c.024.034.06.066.107.097.045.031.102.06.171.091h.001a1.538 1.538 0 01.185.094c.013.007.032.001.039-.011.037-.073.024-.153.007-.228a.22.22 0 00.121.011.206.206 0 00.126-.078.405.405 0 00.081-.178.896.896 0 00.015-.184.656.656 0 00-.019-.208.54.54 0 00-.076-.169c-.008-.011-.015-.023-.038-.007-.026.013-.018.024-.01.037zm-.722.494a.837.837 0 01.229.084c.075.04.149.091.224.152l.005.021c.016.066.035.138.017.199l-.067-.036a1.363 1.363 0 00-.096-.044h.001a1.12 1.12 0 01-.162-.087.352.352 0 01-.093-.083l-.001-.001a.246.246 0 01-.047-.104.474.474 0 01-.01-.101z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M152.973 30.775a.16.16 0 01.152.168.16.16 0 01-.168.152.16.16 0 01-.152-.168.16.16 0 01.168-.152zm-.002.051a.11.11 0 01.104.114.11.11 0 11-.104-.114zm-.002.045a.065.065 0 01.062.068.064.064 0 01-.068.061.065.065 0 01-.062-.067.064.064 0 01.068-.062zm1.259-.029a.16.16 0 10-.016.32.16.16 0 00.016-.32zm-.002.051a.109.109 0 00-.114.104.11.11 0 10.114-.104zm-.002.044a.065.065 0 00-.068.061.066.066 0 00.062.068.066.066 0 00.068-.062.066.066 0 00-.062-.067zM159.121 31.13c.274-.066.544-.081.806.08a.548.548 0 01.255.186c.121-.094.245-.182.373-.258.18-.133.364-.251.561-.317.283-.144.565-.229.848-.255.299-.051.6-.054.899-.036.25.015.491.083.721.216l.626.312c.221.123.441.234.662.327.28.11.594.147.93.16.164.006.326.006.484-.036.128-.034.208.048.067.134-1.037.636-1.849.071-2.542-.183.254.172.478.35.667.531a3.56 3.56 0 001.08.749c.316.144.661.257 1.103.261.149.001.311-.004.486-.033.088-.014.126-.006.127.04.001.031-.007.094-.059.128-.267.179-.519.227-.8.244-.534.034-1.106-.141-1.629-.422-.418-.225-.701-.499-1.034-.745-.332-.245-.62-.381-.928-.447a1.857 1.857 0 00-.912.028.351.351 0 01.196.105c.143.084.327.121.592.152.139.016.096.112-.118.227a.55.55 0 01-.516.232c-.305.202-.414.08-.516-.052a.933.933 0 01-.073.245.19.19 0 01-.004.133c.049.075.073.149.056.229a.193.193 0 00.068.123.319.319 0 01.113.206c.001.054.03.098.073.138.062.051.125.096.188.173.184.067.27.208.3.391.139.045.197.146.224.266.079.033.152.073.193.144.284.001.562.001.822.028.244.026.442.178.62.375a.94.94 0 00.366-.004c.128-.056.263-.099.411-.112.244-.021.488-.033.72.022a.721.721 0 01.381.236c.145.165.369.143.56.062a.847.847 0 01.74.01.723.723 0 01.34-.052.4.4 0 01.306-.134c.173-.006.298.021.265.242-.009.06-.044.118-.09.139-.079.171-.23.221-.422.205a.39.39 0 01-.146.261c.088.272.004.381-.198.377-.042.079-.105.127-.213.112a.428.428 0 01-.272.161c.012.071.042.104.093.181.137.207-.069.291-.257.294a.889.889 0 01.037.411c.192.116.218.239.041.359.13.227.079.393-.164.515-.004.127-.016.254-.101.325-.058.049-.141.058-.086.149.098.163.077.369-.069.375-.031-.003-.059.001-.062.051 0 .017-.015.034-.044.051a3.01 3.01 0 00-.489.325c-.022.015-.044.025-.067.005-.11.238-.314.48-.54.724a.458.458 0 01-.304.364.127.127 0 01-.1.102c.094.104.13.205.039.304-.112.122-.259.241-.407.279-.313.08-.509.065-.635-.055-.111-.106-.067-.186.003-.219-.193.015-.232-.087-.227-.223.011-.068.034-.059.102-.057.105.003.2-.054.299-.087a.606.606 0 01.151-.169c.035-.219.173-.341.361-.413.152-.058.297-.204.438-.394l.261-.448a.384.384 0 01-.079-.238.463.463 0 01-.174-.161c-.136-.01-.193-.071-.213-.156a.317.317 0 01-.102-.013c-.067.043-.134.081-.218.077-.11.113-.224.206-.341.284-.041.113-.122.158-.22.172-.28.033-.447.382-.601.524-.062.046-.101.127-.128.225-.013.184-.045.327-.146.33-.09-.004-.104-.013-.107-.023a.36.36 0 00-.118.005c.075.083.087.188.018.279-.07.09-.169.118-.266.125a1.13 1.13 0 01-.51-.065c-.143-.059-.16-.144-.156-.227-.103-.049-.124-.098-.113-.146.014-.062.071-.094.143-.074a.76.76 0 01.187-.062c.181-.195.366-.362.571-.44a.914.914 0 01.213-.192c.024-.175.138-.313.279-.441a.634.634 0 01.069-.19c-.008-.038.002-.055.003-.091-.057-.106-.091-.233-.049-.339a.424.424 0 01-.016-.169c-.336.2-.44.132-.478-.031-.123.103-.238.151-.32.003-.119.036-.239.076-.358.028a.825.825 0 01-.246.064.918.918 0 01-.151.215.88.88 0 01-.153.453 2.866 2.866 0 01-.218.484.314.314 0 01-.033.156c.026.186-.036.276-.138.322a.768.768 0 01-.13.225l-.008.074c.041.11.048.219-.063.328a3.39 3.39 0 01-.28.162c-.112.055-.216.029-.31-.005-.165-.059-.153-.117-.131-.173a.201.201 0 01-.163-.002c-.04-.025-.065-.051-.105-.077-.035-.064-.048-.123.039-.169a.746.746 0 00.269-.172c.03-.067.067-.117.121-.13.052-.121.115-.204.202-.226.063-.15.132-.316.212-.46.028-.044.049-.089.036-.139-.001-.041.001-.079.035-.102.019-.016.053-.031.01-.054a.427.427 0 01.051-.361c.087-.132.185-.45.093-.606a.893.893 0 01-.023-.27c-.032-.001-.055.003-.087-.019-.071-.044-.13-.002-.184.077-.039.099-.079.187-.118.187-.037.256-.163.455-.294.507a.886.886 0 00-.033.353c.013.128 0 .216-.059.23-.065.016-.126.054-.164.158a.34.34 0 00-.023.105c.09.093.063.209-.024.295-.196.192-.438.164-.695.089-.186-.073-.231-.151-.213-.23-.263-.022-.211-.224.008-.285.235-.066.425-.216.581-.431.014-.255.073-.428.209-.455a1.18 1.18 0 01.128-.43.62.62 0 00.087-.415c-.146-.091-.152-.185-.018-.281.044-.026.039-.053-.016-.079-.089-.009-.078-.094-.072-.174-.004-.041-.025-.063-.064-.063-.197-.029-.148-.11-.064-.197.036-.04.059-.099.022-.123-.03-.019-.051-.087-.058-.146-.121-.091-.069-.185 0-.274a.347.347 0 01-.11-.24c-.224-.01-.308-.124-.187-.29.051-.07.117-.138.197-.202.052-.084.102-.167.077-.251-.064-.164.141-.287.318-.415a.287.287 0 01-.039-.128c-.099-.095-.074-.184.036-.269a.35.35 0 01-.041-.13c-.247.049-.245-.098-.13-.335-.143-.082-.103-.228.156-.45a.305.305 0 01.028-.118.6.6 0 00-.313.095c-.098.064-.196.056-.295.016a.467.467 0 00-.13-.128.195.195 0 01-.069-.197c-.29.016-.346-.198-.172-.325a.54.54 0 00.195-.246c.079-.199.245-.335.407-.474 0-.057.012-.114.03-.172a.49.49 0 00-.23-.09.368.368 0 00-.179-.199c-.054-.032-.072-.063-.039-.136-.152-.135-.114-.219-.075-.299z\"/>\n    <path fill=\"red\" fill-rule=\"nonzero\" d=\"M165.754 31.62a2.6 2.6 0 00.518-.024 1.412 1.412 0 01-.595.234.241.241 0 00.084-.106.13.13 0 00-.007-.104zM165.311 31.574c.121.02.246.034.37.042l.005.008c.02.027.026.054.017.08-.01.03-.039.061-.084.093-.013.009-.025.018-.007.042a1.737 1.737 0 01-.379.006c.004-.002.009-.007.012-.01a.281.281 0 00.082-.147.21.21 0 00-.016-.114zM162.033 30.632c.209-.027.421-.034.637-.029a.304.304 0 01.156.127.373.373 0 01.033.245c-.002.015-.005.03.026.034.03.004.032-.011.034-.026a.444.444 0 00-.041-.284.351.351 0 00-.08-.092c.019.001.039.001.058.003.249.013.442.084.658.192l.005.006c.046.048.062.098.054.149a.354.354 0 01-.093.172c-.01.012-.02.023.004.043.023.02.033.008.043-.004a.42.42 0 00.106-.204.224.224 0 00-.011-.109c.182.09.367.177.547.272l.011.006.003.012a.152.152 0 01-.016.133.308.308 0 01-.149.1c-.014.005-.028.01-.018.039.01.028.025.023.039.018a.365.365 0 00.178-.123.196.196 0 00.033-.142c.119.064.239.131.361.19l.001.001c.021.043.025.081.008.117-.018.038-.059.073-.125.106-.013.007-.027.013-.014.041.013.027.027.021.041.014.079-.039.13-.084.153-.135a.168.168 0 00.013-.108c.042.019.085.036.129.053.118.044.26.081.413.11l.004.004c.028.039.038.077.031.113a.235.235 0 01-.067.115c-.01.011-.021.021.001.043a.058.058 0 00.01.008c-.463-.047-.875-.269-1.306-.435l-.154-.059c-.159-.06-.32-.141-.48-.207a.046.046 0 00-.021-.01c-.011-.004-.021-.008-.032-.01l-.021-.008.003.002a2.637 2.637 0 00-.443-.104 1.917 1.917 0 00-.508-.005l-.028-.004a.33.33 0 00-.042-.241.399.399 0 00-.146-.13l.002.001z\"/>\n    <path fill=\"red\" fill-rule=\"nonzero\" d=\"M161.276 30.836c.212-.093.428-.152.648-.188.101.04.167.089.205.146a.277.277 0 01.032.201 1.338 1.338 0 00-.574.071.385.385 0 00-.192-.199.355.355 0 00-.119-.031z\"/>\n    <path fill=\"#F7DB17\" fill-rule=\"nonzero\" d=\"M164.387 38.608c-.017.001-.035.003-.055.002a2.674 2.674 0 01-.247.218c-.072-.083-.178.008-.074.058l-.053.037c-.034.09-.065.129-.166.144a.43.43 0 00-.047.009 1.02 1.02 0 01.025-.244c.001-.008.004-.016-.012-.019-.016-.004-.018.004-.019.013-.01.044-.018.09-.023.135-.004.041-.006.082-.004.124-.254.082-.401.346-.574.534a.486.486 0 00-.14.247c-.015.05-.02.277-.071.281h-.078c-.027-.042-.064-.042-.111-.003a1.876 1.876 0 00-.313.012c-.064.07.113.044.207.102.043.026.062.077.044.148-.086.207-.57.14-.731.055-.075-.039-.078-.084-.075-.149a.719.719 0 00.102-.007.467.467 0 00.171-.057c.015-.009.032-.018.014-.05-.018-.032-.034-.023-.05-.014a.382.382 0 01-.145.048.705.705 0 01-.152.005h-.013c-.028-.016-.05-.036-.038-.053.012-.016.058.001.067.004a.917.917 0 01.22-.073c.17-.182.344-.353.578-.447.07-.084.147-.151.239-.212.032-.203.131-.311.278-.446a.707.707 0 01.08-.217c-.009-.047-.002-.076 0-.124-.056-.107-.09-.199-.045-.319a.458.458 0 01-.013-.225.106.106 0 00-.001-.045 1.884 1.884 0 01.265-.179.933.933 0 00.012.251l-.001.001a.412.412 0 00-.062.082.167.167 0 00-.023.087c0 .008 0 .016.016.016s.016-.008.015-.016a.132.132 0 01.019-.07.363.363 0 01.057-.075l.006-.008c.078-.002.154-.044.23-.105.069-.056.138-.129.206-.205l-.003.333a.718.718 0 00-.168.22c-.004.007-.008.014.007.021.015.007.019 0 .021-.007a.718.718 0 01.153-.203h.003c.016 0 .016-.008.016-.016v-.001a.991.991 0 01.286-.165.882.882 0 00-.004.285.472.472 0 00.162.279l.012.003z\"/>\n    <path fill=\"red\" fill-rule=\"nonzero\" d=\"M163.606 32.015a2.78 2.78 0 00-.175-.104 2.173 2.173 0 00-.949-.269l.008-.007c.118-.12.144-.233.104-.339a.525.525 0 00-.202-.227c.111-.006.214.001.329.017.163.023.374.078.567.156a.406.406 0 01.04.272c-.021.081-.082.148-.18.204-.013.007-.027.015-.012.042.015.027.028.019.042.011.113-.064.183-.144.209-.241a.428.428 0 00-.019-.254c.13.058.248.128.33.204.107.074.213.149.317.227.001.132-.038.207-.101.246-.067.041-.164.046-.273.035-.015-.001-.03-.003-.033.027-.002-.002-.002-.002-.002 0z\"/>\n    <path fill=\"red\" fill-rule=\"nonzero\" d=\"M164.24 32.492c-.192-.15-.381-.307-.583-.443.112.009.212 0 .287-.045.073-.045.121-.124.13-.252.121.093.237.192.347.298l.168.156.001.003a.327.327 0 01.014.122.146.146 0 01-.035.082.169.169 0 01-.085.048.541.541 0 01-.211.009c-.014-.002-.029-.004-.033.022z\"/>\n    <path fill=\"red\" fill-rule=\"nonzero\" d=\"M164.904 32.929a3.848 3.848 0 01-.192-.106 4.05 4.05 0 01-.421-.292.62.62 0 00.209-.013.233.233 0 00.114-.066.202.202 0 00.05-.117.303.303 0 00-.001-.067 3.293 3.293 0 00.658.445c-.001.005 0 .01.001.016.01.061-.024.099-.087.124a1.062 1.062 0 01-.304.048c-.014.001-.027.001-.029.025l.002.003z\"/>\n    <path fill=\"red\" fill-rule=\"nonzero\" d=\"M165.614 33.208a3.674 3.674 0 01-.642-.244 1.01 1.01 0 00.287-.05c.082-.032.13-.083.127-.164.132.067.263.124.397.172.024.052.025.095.003.132a.348.348 0 01-.158.114c-.014.006-.028.012-.015.04 0-.002 0-.002.001 0z\"/>\n    <path fill=\"red\" fill-rule=\"nonzero\" d=\"M167.092 33.057c.019-.003.138-.034.076.011-.435.285-.988.284-1.508.15a.394.394 0 00.18-.135.177.177 0 00.018-.138c.166.054.334.093.507.115a.119.119 0 01-.027.079.392.392 0 01-.15.101c-.014.006-.028.012-.015.04.012.028.026.021.04.015a.456.456 0 00.174-.118.172.172 0 00.041-.11c.212.023.433.02.664-.01z\"/>\n    <path fill=\"#F7DB17\" fill-rule=\"nonzero\" d=\"M159.55 35.791c.012-.023.044-.052.055-.05l.006-.001c.035-.065.071-.126.109-.181.049-.071.101-.134.156-.187.006-.006.012-.011.023 0 .011.012.005.017 0 .023a1.274 1.274 0 00-.152.182 1.579 1.579 0 00-.106.178c.011.015.016.038.01.054.011.101.024.158.07.217a.054.054 0 01.016-.01.455.455 0 01.217-.23.55.55 0 00.154-.201c.003-.008.006-.015.021-.009.015.006.012.014.009.021a.51.51 0 01-.165.214l-.003.001a.497.497 0 00-.133.103.406.406 0 00-.066.102c.024.017.034.064.012.093-.067.097-.147.154-.021.237a.2.2 0 00.059.16c.029.03.026.136-.045.212-.067.067-.016.05.053.058l.016.005v-.001a.782.782 0 01.087-.133c.032-.04.067-.078.102-.113a.618.618 0 00.117-.156.386.386 0 00.047-.158c.001-.008.001-.016.018-.015.016.001.016.009.015.017a.46.46 0 01-.05.172.664.664 0 01-.123.164c-.035.035-.068.07-.099.11a.884.884 0 00-.084.128c.083.05.056.141.069.224.016.002.03.006.043.012l.003-.004.049-.077.077-.122c.004-.007.009-.014.022-.005.014.009.01.016.005.022l-.077.122-.049.077-.002.004c.051.042.055.117-.008.175-.124.093-.089.122.027.196a.713.713 0 01-.008.289.02.02 0 01.001.008l.007.092.007.093c.001.008.002.016-.015.018-.017.002-.017-.007-.018-.015l-.007-.093-.001-.024-.019.044c-.083.181-.169.33-.188.533-.199.047-.169.244-.181.417-.157.212-.339.381-.592.466-.047.016-.162.044-.173.104-.001.021.077.068.127.041.139-.133.209-.059.049.077-.013.026-.002.055.025.079.145.13.502.172.665.069.121-.075.184-.158.078-.273.007-.163.07-.322.242-.368.02-.037.014-.106.005-.144a1.084 1.084 0 01.041-.404c.006-.017.019-.031.047-.039.065-.013.19-.202.23-.384.01-.039.015-.08.023-.121.01-.063.035-.074.067-.037.03-.041.03-.065.048-.112.067-.097.163-.175.275-.12a.947.947 0 01-.02-.582c.004-.015.01-.03.034-.027l.097-.23.098-.232c.003-.008.006-.015.021-.009.015.006.012.014.009.021l-.098.232-.097.229c.014.01.01.024.005.037a.789.789 0 00-.032.295.848.848 0 00.074.298c.004.008.008.016.007.024.053.031.053.039.051.11a.835.835 0 00.019.177c.106.196-.005.523-.107.687a.335.335 0 00-.042.26c.064.062.022.125-.034.168-.004.015 0 .032.001.047a.261.261 0 01-.05.169c-.087.156-.153.323-.223.487-.126.035-.152.108-.202.226-.073.021-.081.042-.112.11a.846.846 0 01-.273.185c-.09.041-.003.08.06.123.057.042.132-.05.178-.119.051-.077.103-.054.07.006a.595.595 0 00-.067.21c-.019.053.184.094.218.096.124.006.279-.115.376-.176.081-.082.068-.154.033-.254l.001-.007a.608.608 0 01-.149-.015.997.997 0 01-.175-.058c-.007-.003-.015-.006-.009-.021.006-.015.014-.012.021-.009a.983.983 0 00.169.056c.047.01.095.016.146.014l.008-.078a.854.854 0 00.144-.252c.137-.064.138-.131.119-.278a.28.28 0 00.035-.161c.09-.161.164-.325.226-.499a.628.628 0 00.147-.45c.01-.067.034-.104.083-.102.036-.05.067-.101.096-.158l.018.001a.499.499 0 01.033-.115.227.227 0 01.044-.07.288.288 0 00.022-.142.335.335 0 00-.048-.139.159.159 0 01-.036-.058c-.007-.023-.002-.046.021-.069.006-.006.012-.011.023 0 .011.012.006.018 0 .023-.013.012-.016.024-.012.036a.123.123 0 00.031.047l.001.003c.029.05.048.101.053.153a.317.317 0 01-.026.161l-.003.005a.215.215 0 00-.041.063.495.495 0 00-.03.096l-.002.006a.482.482 0 00.217-.06l.004-.004a.465.465 0 00.109-.134c.027-.05.05-.11.062-.18.001-.008.003-.015.019-.013.016.003.014.011.013.018a.615.615 0 01-.066.19.503.503 0 01-.084.114c.118.036.221.001.334-.034a1.375 1.375 0 01.003-.374.496.496 0 01.097-.23c.005-.007.01-.013.023-.003.013.01.008.016.003.023a.46.46 0 00-.09.216c-.016.09-.019.206-.004.358l.006-.001c.048.081.073.139.17.076.036-.024.073-.047.102-.078.011-.012.008-.019.016-.028.093-.099.186-.19.279-.272.093-.082.187-.153.28-.21.007-.004.014-.009.022.005.008.014.001.018-.005.022a1.989 1.989 0 00-.275.206c-.079.07-.158.146-.238.229a.395.395 0 01.009.075c.008.11.028.176.185.115a.8.8 0 00.177-.085.409.409 0 01.095-.049 2.207 2.207 0 01.302-.202.83.83 0 01.041-.172 1.293 1.293 0 01.235-.402.706.706 0 00.336-.367c.003-.007.006-.015.021-.009.015.006.012.014.009.021a.745.745 0 01-.348.381 1.259 1.259 0 00-.223.386.82.82 0 00-.036.148c.003.001.006.004.009.01.008.015 0 .019-.007.021l-.007.004a.859.859 0 00.007.252c.069-.002.138-.041.209-.098a2.14 2.14 0 00.227-.229c.001-.002.001-.004.003-.005a.518.518 0 01.073-.157.291.291 0 01.124-.102c.008-.003.015-.007.021.009.006.015-.001.018-.009.021a.272.272 0 00-.111.091.509.509 0 00-.07.152l-.003.347a1.037 1.037 0 01.301-.163c.011-.005.024.006.021.018a.935.935 0 00-.008.302.427.427 0 00.136.246.85.85 0 01.145-.192l.004-.004c.03-.03.061-.059.094-.085.024-.021.047-.044.07-.066l.071-.066c.006-.006.012-.011.023.001s.005.018-.001.023l-.071.066-.071.066-.001.001a.816.816 0 00-.087.079l.004.09a.785.785 0 01.001.049.537.537 0 00.178.018c.023.137.035.158.154.161a1.128 1.128 0 01.004-.143.617.617 0 01.036-.154c.003-.007.006-.015.021-.01.015.006.012.013.01.021a.587.587 0 00-.034.146c-.005.045-.006.092-.005.14h.01a.357.357 0 00.204.19.53.53 0 00.062-.133.423.423 0 00.018-.149c-.001-.008-.001-.016.015-.017.016-.001.017.007.018.015a.44.44 0 01-.019.16.566.566 0 01-.078.158c-.003.004-.006.009-.011.009a.38.38 0 00.034.142.904.904 0 01.048-.093.47.47 0 01.087-.115c.006-.006.011-.011.023 0 .011.011.006.017 0 .023a.528.528 0 00-.082.109 1.326 1.326 0 00-.057.113.726.726 0 00.041.061c-.189.325-.392.775-.766.923-.193.076-.278.175-.316.382a.645.645 0 00-.172.192c-.126.042-.238.105-.375.099 0 .088.029.126.117.127.168-.084.206-.1.221-.088.021.018-.024.138-.163.236-.021.013-.021.021-.008.044.118.184.427.118.592.075.119-.031.333-.172.392-.29.023-.055-.029-.125-.081-.183-.237.036-.192-.191.012-.096.069-.021.078-.021.097-.098.181-.07.257-.146.299-.341.183-.197.366-.4.498-.636.036-.044.058-.123.047-.164a.327.327 0 00.062-.132.525.525 0 00.018-.141c0-.008-.001-.016.015-.017.016-.001.016.008.017.016.001.05-.006.1-.019.15-.01.038-.024.077-.038.115.012.03.018.05.044.042.158-.127.318-.217.489-.323.012-.073.059-.108.13-.111.029.001.039-.008.05-.035.04-.1-.01-.169-.058-.252-.044-.124.035-.153.114-.213.083-.062.077-.224.08-.318h.001a.841.841 0 00-.038-.148c-.003-.007-.005-.015.01-.021.016-.005.018.002.021.01a.92.92 0 01.03.104l.008.039c.079-.041.162-.088.193-.176.027-.098-.026-.19-.073-.273l-.062.028c-.038.017-.08.035-.124.052-.007.003-.015.006-.021-.009-.006-.015.001-.019.009-.021a2.797 2.797 0 00.215-.095.411.411 0 00.098-.082c.057-.082-.096-.156-.149-.189l.001-.007-.23-.212c-.006-.005-.012-.011-.001-.023s.017-.007.023-.001l.213.196a.876.876 0 00-.024-.356c-.012-.039-.026-.076-.039-.114a.349.349 0 01-.15-.125.334.334 0 01-.05-.155c-.001-.008-.001-.016.016-.018.016-.001.016.007.018.015.004.05.016.098.044.139a.325.325 0 00.129.11c.064.033.2.016.279-.021.109-.061-.033-.186-.067-.259-.024-.053-.03-.107-.04-.163l.03-.005a.324.324 0 00-.044-.046.176.176 0 00-.058-.035c-.007-.003-.016-.005-.01-.021.005-.016.013-.013.021-.01a.229.229 0 01.069.042c.021.018.04.039.059.064l.032-.006c.107-.021.167-.082.232-.158a1.214 1.214 0 00-.117-.121 4.675 4.675 0 00-.133-.113c-.006-.005-.013-.01-.002-.023.01-.012.016-.007.023-.002.046.037.092.075.135.114.044.04.085.082.123.128.004.004.007.009.004.015.099.009.115-.011.165-.099a.494.494 0 00-.059-.128.838.838 0 00-.098-.121c-.006-.006-.011-.012 0-.023.012-.011.018-.005.023 0 .038.04.074.082.102.126.028.043.05.087.063.135.046.001.095.003.135-.021.086-.051.013-.235-.009-.306l.004-.003-.034-.021c-.02-.013-.041-.025-.061-.039-.007-.004-.013-.009-.005-.022.009-.014.016-.01.022-.005l.061.039.044.028a.28.28 0 00.02-.016c.063-.05.085-.117.104-.187.03-.107.035-.059.16-.078.134-.021.207-.036.286-.193.042-.021.063-.039.071-.09.013-.093.006-.14-.1-.148-.148-.012-.239.018-.338.115l.04.061c.004.007.009.013-.004.023-.013.009-.018.002-.022-.004l-.038-.058a.765.765 0 00-.369.056l-.038-.016c.027.036.047.07.063.103a.378.378 0 01.034.135c0 .008.001.016-.016.017-.016.001-.016-.008-.017-.016a.319.319 0 00-.031-.124.549.549 0 00-.093-.138l-.001-.001a.817.817 0 00-.3-.055l.05.048.064.062c.006.006.012.011 0 .023-.011.012-.017.006-.023 0a3.685 3.685 0 00-.128-.124.043.043 0 01-.006-.007.873.873 0 00-.266.069.912.912 0 01-.181.055.616.616 0 01.112.146.683.683 0 01.07.187c.001.008.004.016-.012.019-.015.004-.018-.004-.019-.012a.613.613 0 00-.177-.321c-.005-.004-.008-.008-.007-.014a.564.564 0 01-.164.001l.066.109c.004.007.007.015-.008.021-.015.007-.018 0-.021-.007l-.061-.127a.457.457 0 01-.148-.058c.016.058.027.121.036.188.012.088.019.182.021.281 0 .008.001.016-.016.016s-.016-.008-.016-.016a2.365 2.365 0 00-.021-.278 1.424 1.424 0 00-.047-.222.64.64 0 01-.067-.062.629.629 0 00-.178-.138.304.304 0 01-.065.228c-.005.007-.01.012-.023.003-.013-.01-.008-.016-.003-.023a.264.264 0 00.055-.225.956.956 0 00-.329-.079 1.64 1.64 0 01.171.273c.046.038.07.084.084.134.013.05.016.103.018.157 0 .008.001.016-.015.017-.016.001-.016-.007-.017-.016a.597.597 0 00-.017-.149.221.221 0 00-.075-.119l-.004-.005a1.707 1.707 0 00-.187-.291l-.001-.001a1.54 1.54 0 00-.118-.002l.019.027a.182.182 0 01.027.077c.001.008.001.016-.015.018-.016.001-.017-.007-.018-.015a.157.157 0 00-.022-.064.206.206 0 00-.035-.043 3.67 3.67 0 00-.24.016 1.546 1.546 0 01.312.706c.001.008.003.016-.013.019-.016.003-.017-.005-.019-.013a1.514 1.514 0 00-.32-.709l-.012.001a1.065 1.065 0 00-.187.036.573.573 0 01.142.12c.005.007.01.012-.002.023-.013.01-.018.004-.023-.002a.498.498 0 00-.065-.065.783.783 0 00-.093-.064c-.033.01-.064.022-.096.035a.646.646 0 01-.052.018 1.24 1.24 0 01.327.331c.004.007.009.013-.005.022-.013.009-.018.002-.023-.004a1.217 1.217 0 00-.34-.339.759.759 0 01-.201.016c.042.082.078.165.105.249.03.09.05.181.057.274.001.008.001.016-.015.018-.016.001-.017-.007-.018-.015a1.196 1.196 0 00-.055-.267 1.905 1.905 0 00-.112-.26c-.041-.003-.082-.008-.124-.013a2.816 2.816 0 01.112.518c.001.008.001.016-.014.019-.016.002-.017-.006-.018-.014a2.882 2.882 0 00-.119-.536c-.117-.126-.247-.25-.405-.316a.535.535 0 01.117.351c0 .008-.001.016-.016.016-.016 0-.016-.009-.016-.016a.51.51 0 00-.148-.374.57.57 0 00-.112-.022 5.42 5.42 0 00-.313-.021c.08.073.143.139.137.22 0 .008-.001.016-.018.015-.016-.001-.016-.01-.015-.018.005-.075-.069-.142-.156-.219l-.187-.004c.034.035.064.07.087.104a.457.457 0 01.067.142v.002a.437.437 0 00.057.191.314.314 0 00.141.122c.008.004.015.007.008.021-.007.014-.014.012-.021.008a.343.343 0 01-.155-.135.475.475 0 01-.062-.203.376.376 0 00-.062-.13.835.835 0 00-.107-.124l-.208-.001c.029.082.049.167.063.252.016.105.024.213.026.322 0 .008 0 .016-.016.016s-.016-.008-.016-.015a2.21 2.21 0 00-.025-.317 1.434 1.434 0 00-.065-.258h-.019a.309.309 0 00-.153-.137c-.001.007-.001.015-.004.021a.188.188 0 01-.03.067c-.005.007-.01.013-.023.004s-.009-.016-.005-.022a.157.157 0 00.025-.055c.002-.01.004-.019.004-.03l-.033-.014c-.033-.139-.064-.197-.176-.244a.83.83 0 01-.01.119.405.405 0 01-.056.15c-.004.007-.009.014-.022.005-.014-.009-.01-.016-.005-.022a.38.38 0 00.051-.138.68.68 0 00.01-.127l-.019-.007c-.03-.195-.065-.304-.267-.381a.493.493 0 01-.027.211c-.003.008-.006.016-.021.01-.015-.006-.012-.013-.01-.021a.405.405 0 00.026-.125.634.634 0 00-.006-.115c-.043-.049-.104-.095-.157-.147a.756.756 0 01-.028.215.926.926 0 01-.121.261c-.004.007-.009.014-.022.005-.014-.009-.01-.016-.005-.022a.95.95 0 00.117-.252.684.684 0 00.025-.241.322.322 0 01-.056-.082.051.051 0 01-.004.01l-.024.053c-.004.007-.007.015-.021.009-.015-.007-.012-.014-.009-.021.008-.018.015-.036.024-.053l.019-.043-.004-.027a.239.239 0 00-.085-.151l-.001-.001a.491.491 0 01-.078.149c-.005.007-.01.012-.023.003-.012-.01-.007-.016-.003-.023a.426.426 0 00.077-.156.3.3 0 01-.048-.077.243.243 0 01-.031.053.393.393 0 01-.061.062c-.006.005-.012.01-.023-.002-.01-.013-.004-.018.002-.023a.32.32 0 00.055-.056.187.187 0 00.03-.055c.01-.029.014-.01.004-.057.017-.092-.017-.146-.066-.223l.003-.006a.28.28 0 00-.099.026.835.835 0 00-.142.083c-.007.004-.013.009-.022-.004-.01-.013-.003-.018.004-.022a.927.927 0 01.147-.085.284.284 0 01.124-.029.114.114 0 00.004-.071 1.288 1.288 0 01-.359.087.522.522 0 01-.237-.036c-.008-.004-.015-.007-.008-.021.006-.015.014-.012.021-.009.059.025.129.04.222.034a1.24 1.24 0 00.353-.086l-.001-.004c.027-.059.048-.117.063-.175-.053.014-.104.013-.156.012h-.01c-.008 0-.016-.001-.016-.016 0-.016.009-.016.016-.016h.01c.055.001.11.002.164-.016a1 1 0 00.01-.058c.008-.064.084-.08.137-.022.044.047.085.098.129.118.089.042.189.004.261-.053l-.066-.021c-.008-.002-.016-.005-.01-.02.005-.016.012-.013.02-.01l.084.028a.35.35 0 00.019-.02c.184.015.303-.023.421-.142a2.193 2.193 0 01-.279-.01.658.658 0 01-.216-.055c-.008-.004-.015-.007-.008-.021.008-.015.015-.011.021-.007a.655.655 0 00.206.052c.087.01.189.013.305.009h.001l.032-.038a.372.372 0 00.138-.085 1.667 1.667 0 01-.609-.165.413.413 0 00-.212-.108.704.704 0 00-.42.085l-.092-.09c-.049-.006-.095-.032-.144-.038-.065-.007-.133.005-.198-.002-.008-.001-.016-.001-.014-.018.001-.016.01-.015.018-.014.065.007.133-.005.198.002.063.007.123.035.186.042.21-.079.385-.123.535-.116.176-.051.358-.073.54-.068l-.007-.006c-.021-.021-.011-.032 0-.043.098-.1.122-.192.09-.275-.032-.086-.121-.167-.245-.241-.132.015-.258-.021-.398-.005-.087.01-.173.029-.258.057.07.025.132.067.182.126a.63.63 0 01.13.299c.003.015.005.03-.024.035-.03.006-.033-.01-.036-.024a.58.58 0 00-.117-.271c-.059-.084-.193-.116-.235-.133a2.69 2.69 0 00-.397.061.623.623 0 00-.23.102.41.41 0 01.266.025.38.38 0 01.185.229c.005.014.01.029-.019.038-.029.01-.034-.004-.039-.019a.32.32 0 00-.154-.194c-.128-.064-.393-.008-.504.075-.065.049-.13.112-.195.185-.012.014-.024.028-.052.004-.027-.025-.015-.038-.003-.051.067-.076.135-.144.206-.195a.57.57 0 01.211-.104.61.61 0 01.31-.164c.124-.032.265-.048.409-.062a.328.328 0 00-.158-.164.443.443 0 00-.226-.026 1.866 1.866 0 00-.473.256l.039.001c.043.003.083-.004.119.01.014.005.029.01.019.039-.013.035-.108.013-.142.011a.433.433 0 00-.125.012c-.007.001-.014.004-.021.001-.18.111-.309.224-.458.35l-.025.009c-.133-.005-.225.013-.28.055-.05.038-.053.097-.044.177-.023.075-.052.157-.059.244-.156.134-.33.268-.411.464a.454.454 0 01-.086.153.172.172 0 01.078.03.121.121 0 01.02.019.77.77 0 01.017-.098.395.395 0 01.049-.122c.004-.007.009-.013.022-.004.014.009.01.016.005.022a.361.361 0 00-.045.113.855.855 0 00-.021.159c-.001.016-.031.018-.033.001a.093.093 0 00-.035-.063.16.16 0 00-.084-.027.928.928 0 01-.109.099c-.031.025-.061.052-.067.093-.004.071.083.084.166.089.189.011.039.118.142.212.05.035.097.076.132.125.072.026.116.02.165-.002.01-.128-.001-.193.055-.193h.006a.324.324 0 01.013-.049.304.304 0 01.043-.072c.005-.006.01-.013.023-.002.013.01.007.016.002.023a.24.24 0 00-.038.064.205.205 0 00-.013.053c.01.019.007.057.007.125a.74.74 0 01.315-.071c.205-.24.292-.179.113-.004l-.029.055a.443.443 0 00-.058.188c-.052.046-.31.258-.214.336.067-.01.11-.007.084.044-.032.067-.128.207-.096.284.012.028.053.025.094.016l.009-.008c.067-.055.138-.118.205-.191.066-.072.127-.154.177-.248.007-.013.013-.026.032-.021a3.339 3.339 0 01.163-.451c.005-.011.021-.013.028-.003.028.041.056.07.083.09a.12.12 0 00.073.026.135.135 0 00.073-.024.37.37 0 00.081-.085c.004-.007.01-.013.023-.004.013.01.009.016.004.023a.38.38 0 01-.089.093.156.156 0 01-.091.031.154.154 0 01-.091-.033.351.351 0 01-.074-.075 3.385 3.385 0 00-.152.427c.017.014.01.027.003.041-.053.1-.118.187-.188.263a1.815 1.815 0 01-.175.167.552.552 0 00.047.16c.112-.096.216-.194.308-.295.092-.101.172-.206.235-.315.004-.007.008-.014.022-.006.014.008.01.016.006.022a1.69 1.69 0 01-.11.165c.008.011.001.016-.004.021-.012.01-.019.048-.021.098-.004.067 0 .151.008.211.001.008.002.016-.014.019-.016.003-.017-.006-.019-.014-.008-.063-.012-.149-.008-.217a.621.621 0 01.005-.049l-.075.087c-.093.103-.2.202-.314.3l-.003.002.01.018c-.099.072-.18.097-.069.193l.111-.08.118-.085c.007-.005.013-.01.023.004.01.013.003.018-.004.023l-.119.085-.115.082a.194.194 0 00.028.113l.024-.002.249-.181c.007-.005.013-.01.023.004.01.013.003.018-.004.023l-.241.176c-.005.01-.016.022-.029.037-.082.059-.366.234-.335.355v.001a1.09 1.09 0 00.201-.076.753.753 0 00.195-.145c.006-.006.011-.011.023 0 .011.011.006.017 0 .023a.794.794 0 01-.203.15v.003l-.002.033-.001.033c-.001.008-.001.016-.017.016-.016-.001-.016-.009-.016-.017l.001-.033.001-.019a1.058 1.058 0 01-.176.063c.024.115-.035.213-.097.312-.035.028-.319.259-.201.327a.302.302 0 00.103.027l.006-.005z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M164.537 38.547a.373.373 0 01-.137.059.017.017 0 00.006-.006.853.853 0 01.11-.16l.016-.019.002.059.003.067zM165.149 39.858a.746.746 0 01-.118.134c-.044.04-.095.078-.149.113-.007.004-.014.009-.023-.004s-.002-.018.004-.022c.052-.034.101-.071.145-.11a.678.678 0 00.113-.128c.004-.007.009-.013.023-.004.014.008.01.014.005.021zM165.554 39.375l-.062.094c-.004.007-.009.013-.023.005-.013-.009-.009-.016-.004-.022l.062-.094c.004-.007.009-.013.023-.004.013.008.009.015.004.021zM165.333 39.344a.336.336 0 01-.057.132.337.337 0 01-.136.106c-.008.004-.015.007-.021-.008-.007-.015.001-.019.008-.021a.315.315 0 00.124-.095.314.314 0 00.052-.12c.001-.008.004-.015.019-.012.015.003.014.01.011.018zM165.73 38.86a.307.307 0 00-.074.124c-.003.007-.005.015-.021.01-.016-.005-.013-.013-.01-.021a.357.357 0 01.081-.136c.006-.006.011-.011.023 0 .012.012.007.018.001.023zM166.055 38.892c-.014.046-.027.093-.044.138a.976.976 0 01-.064.141c-.005.007-.008.014-.022.006-.014-.008-.01-.015-.006-.022a.9.9 0 00.062-.135c.016-.045.03-.091.044-.137.002-.008.004-.016.02-.011.014.004.012.012.01.02zM165.907 36.994a.79.79 0 01.126.454c.011-.056.024-.112.039-.167l.002-.005a.453.453 0 00.085-.353c-.001-.008-.003-.015.013-.018.016-.003.018.005.019.013a.486.486 0 01-.088.377c-.027.103-.047.207-.067.31l-.004.019c-.003.015-.033.013-.033-.003l.001-.035c.002-.193.004-.387-.121-.571-.004-.007-.01-.013.004-.023.013-.009.019-.002.023.004l.001-.002zM165.661 37.312l-.004.037-.003.038c-.001.008-.002.016-.018.015-.016-.001-.016-.01-.015-.018l.003-.037.004-.038c.001-.008.001-.016.018-.015.017.001.016.01.015.018zM165.592 37.743a1.92 1.92 0 01.077.43.391.391 0 01.126-.119c.007-.004.014-.008.022.006.008.014.001.019-.006.022a.342.342 0 00-.095.079.222.222 0 00-.046.101c-.003.016-.032.013-.032-.003a1.703 1.703 0 00-.077-.507c-.002-.008-.005-.016.01-.02.017-.004.019.003.021.011zM165.936 37.897a1.076 1.076 0 01.02.372c-.001.008-.002.016-.019.014s-.015-.01-.014-.019a1.145 1.145 0 00-.019-.361c-.001-.008-.004-.015.012-.019s.018.005.02.013zM166.23 37.842c.011.061.017.12.014.177a.452.452 0 01-.038.166.376.376 0 00-.011.182.76.76 0 00.062.187c.004.008.007.015-.008.021-.015.007-.019-.001-.021-.008a.771.771 0 01-.065-.195.396.396 0 01.013-.199l.001-.001a.455.455 0 00.035-.155.698.698 0 00-.014-.169c-.001-.008-.003-.016.013-.019.016-.003.017.005.019.013zM166.373 37.353l-.023.093-.023.093c-.001.008-.004.016-.019.012-.016-.004-.014-.012-.012-.02l.023-.093.023-.093c.002-.008.004-.015.02-.012.015.004.013.012.011.02zM166.227 36.541l.026.084c.002.008.005.016-.011.02-.016.005-.018-.003-.02-.01l-.026-.084c-.003-.008-.005-.016.01-.02s.018.003.021.01zM166.302 35.925l-.002.242a.236.236 0 00-.073.119.427.427 0 00-.002.183c.001.008.003.016-.013.019-.016.003-.018-.005-.019-.013a.443.443 0 01.003-.197.272.272 0 01.083-.135l-.007-.103-.001-.115c0-.008 0-.016.016-.016s.015.008.015.016zM165.689 35.71a.829.829 0 01.233.213.467.467 0 01.086.287.017.017 0 01-.023.014l-.161-.069c.036.23.027.414-.024.555a.501.501 0 01-.292.308c-.013.005-.026-.007-.021-.02a1.153 1.153 0 00.038-.523c-.001-.008-.003-.016.013-.018.016-.003.018.005.019.013a1.112 1.112 0 01-.03.506.469.469 0 00.242-.275c.05-.141.058-.329.018-.568-.002-.012.011-.023.022-.018l.165.071a.423.423 0 00-.08-.243.793.793 0 00-.224-.204c-.007-.004-.013-.009-.004-.023.009-.015.016-.011.023-.006zM167.292 35.394l-.013.032-.012.032c-.003.007-.006.015-.021.009-.015-.006-.012-.013-.009-.021l.013-.032.012-.032c.003-.008.006-.015.021-.009.015.007.012.014.009.021zM166.915 35.386a.233.233 0 01.127.12c.004.007.007.015-.007.021-.015.007-.019 0-.021-.007a.249.249 0 00-.044-.062.189.189 0 00-.067-.043c-.007-.003-.015-.006-.009-.021.006-.013.014-.01.021-.008zM166.355 35.547a.358.358 0 01.082.158.584.584 0 01.009.193c-.001.008-.001.016-.018.015-.017-.001-.016-.01-.014-.018a.548.548 0 00-.008-.183.322.322 0 00-.074-.143c-.005-.006-.011-.012.001-.023s.018-.004.022.001zM164.463 35.729l-.007.064-.006.064c-.001.008-.001.016-.018.015-.016-.001-.016-.01-.014-.018l.006-.064.007-.064c.001-.008.001-.016.018-.015.017.002.016.01.014.018zM164.814 35.544l.027.091.008.027c.002.008.004.016-.011.02s-.018-.003-.02-.011l-.008-.028-.027-.091c-.002-.007-.005-.015.011-.02.016-.004.018.004.02.012zM165.534 36.027a.254.254 0 01.007.078c-.001.008-.001.016-.018.015-.016-.001-.016-.01-.015-.018a.193.193 0 00-.006-.068c-.002-.008-.004-.016.011-.02.016-.003.018.005.021.013zM165.782 35.48a.104.104 0 01.03.049.073.073 0 01-.008.052c-.004.008-.008.015-.022.007-.014-.008-.01-.015-.007-.022a.042.042 0 00.004-.031.08.08 0 00-.021-.034c-.006-.006-.011-.011 0-.023.011-.011.017-.006.023 0v.002h.001zM164.064 35.566a.302.302 0 00.08.208.284.284 0 01.067.128c.01.042.011.084.013.124 0 .008.001.016-.016.017-.017.001-.016-.007-.017-.016a.576.576 0 00-.012-.118.278.278 0 00-.06-.115.335.335 0 01-.088-.229c0-.008 0-.016.016-.016s.016.008.016.016v.001h.001zM164.76 36.034c.038.072.06.142.068.213a.76.76 0 01-.008.217.36.36 0 00.052.25.745.745 0 00.201.21.872.872 0 01-.04-.281.523.523 0 01.112-.307.442.442 0 00.068-.128.706.706 0 00.03-.131c.001-.008.002-.016.018-.014.016.001.015.01.014.018a.685.685 0 01-.031.138.48.48 0 01-.073.137.495.495 0 00-.105.288.937.937 0 00.052.315c.004.014-.013.026-.025.019a.807.807 0 01-.25-.247.39.39 0 01-.055-.272.697.697 0 00.007-.208.567.567 0 00-.064-.201c-.004-.007-.008-.014.007-.021.013-.009.018-.002.022.005zM164.48 36.462a.51.51 0 01-.06.231.998.998 0 01-.118.181c.024-.01.05-.019.074-.031a.724.724 0 00.219-.155.89.89 0 00.092-.11c.005-.007.01-.013.023-.004.013.01.008.016.004.023a1.042 1.042 0 01-.179.189c.005.02.008.035.01.051l.011.056c.001.008.004.016-.012.019-.016.004-.018-.004-.019-.013l-.012-.057a.465.465 0 00-.008-.036.86.86 0 01-.115.066c-.044.021-.088.036-.132.053-.014.005-.027-.014-.018-.026.062-.074.115-.147.151-.22a.49.49 0 00.057-.216c0-.008 0-.016.016-.016.016-.002.016.006.016.015zM164.141 36.434v.073c0 .008 0 .016-.016.016s-.016-.008-.016-.016v-.073c0-.008 0-.016.016-.016s.016.008.016.016z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M163.927 36.018c.044.109.056.21.039.305a.579.579 0 01-.129.266l-.002.002a.582.582 0 00-.148.197.776.776 0 00-.057.162.745.745 0 01.057-.069.353.353 0 01.159-.095 1.413 1.413 0 00.361-.284c.005-.006.011-.012.023-.001.012.01.007.016.001.023a1.25 1.25 0 01-.173.161 1.572 1.572 0 01-.198.13l-.004.001a.308.308 0 00-.146.087.71.71 0 00-.101.138c-.008.013-.032.004-.03-.011.016-.092.041-.178.078-.257a.603.603 0 01.156-.207.556.556 0 00.122-.25.52.52 0 00-.038-.287c-.003-.008-.006-.015.009-.021.015-.006.019.001.021.009v.001zM164.618 37.126c-.01.03.011.057.055.113l.03.038c.059.078.08.166.082.259.001.09-.016.184-.033.275-.003.016-.03.015-.032-.001a.563.563 0 00-.121-.269 1.07 1.07 0 00-.247-.216c-.007-.004-.013-.009-.004-.023.009-.013.016-.009.022-.004.101.067.188.141.254.224a.588.588 0 01.11.206c.011-.064.019-.129.019-.191a.392.392 0 00-.075-.239l-.029-.038c-.051-.066-.076-.098-.06-.144.003-.007.005-.016.021-.01.015.005.012.013.01.021l-.002-.001zM164.913 37.107l.036.038.036.039c.006.006.011.012-.001.023s-.018.005-.023-.001c-.012-.012-.025-.025-.036-.039a1.328 1.328 0 01-.036-.038c-.005-.006-.011-.012.001-.023s.018-.006.023.001zM165.274 37.223l-.067.217-.068.217c-.002.008-.005.016-.02.01-.016-.004-.013-.013-.01-.02l.067-.217.068-.217c.002-.008.004-.015.02-.011.016.005.013.013.01.021zM165.479 38.435a.072.072 0 000 .054c.003.007.006.015-.01.021-.015.006-.018-.001-.021-.01a.105.105 0 010-.078c.003-.008.006-.016.021-.01.016.006.013.013.01.021v.002zM165.264 38.079l-.03.114-.03.115c-.002.008-.004.016-.02.012s-.014-.012-.012-.02l.03-.115.03-.114c.002-.008.004-.016.02-.012.016.003.014.012.012.02zM164.954 38.077l.028.028c.006.006.011.011 0 .023-.012.011-.018.006-.023 0l-.028-.028c-.006-.006-.011-.011 0-.023.012-.011.018-.006.023 0zM164.591 37.903a1.638 1.638 0 01-.023.064 1.638 1.638 0 01-.023.064c-.003.007-.005.016-.021.01-.015-.005-.013-.013-.01-.021l.023-.064.023-.064c.003-.008.005-.016.021-.01.016.005.013.013.01.021zM164.07 38.453a.214.214 0 00-.043.07.338.338 0 00-.019.079c-.001.008-.003.016-.019.013-.016-.003-.015-.01-.013-.019a.47.47 0 01.021-.084.234.234 0 01.049-.08c.005-.006.011-.012.023-.001s.007.017.001.022zM162.58 39.913a.22.22 0 01-.032.05.33.33 0 01-.05.048c-.006.005-.012.01-.023-.003-.01-.012-.004-.018.002-.023a.27.27 0 00.072-.085c.004-.008.007-.015.021-.009.016.006.013.014.01.022zM162.814 39.789a.118.118 0 01-.032.042.183.183 0 01-.05.029c-.008.003-.016.006-.021-.01-.006-.015.002-.018.01-.021a.133.133 0 00.041-.023.093.093 0 00.023-.03c.003-.007.007-.015.021-.008.014.007.011.015.008.021zM163.123 39.6a.148.148 0 01-.052.054c-.007.004-.014.009-.022-.005-.008-.014-.001-.018.006-.022a.127.127 0 00.027-.021l.016-.021c.004-.007.008-.014.022-.005.014.008.01.015.006.022l-.003-.002zM163.589 38.389a.457.457 0 00-.022.258c.001.008.004.015-.012.019s-.018-.004-.019-.012a.43.43 0 01-.008-.138.603.603 0 01.031-.137c.003-.008.005-.016.021-.01s.012.012.009.02zM163.906 35.166a.262.262 0 01-.028.107.475.475 0 01-.073.105c-.005.006-.011.012-.023.001s-.007-.017-.001-.023a.41.41 0 00.068-.097.226.226 0 00.024-.095c0-.008.001-.016.017-.016.016.001.016.01.016.018zM163.582 34.88a.495.495 0 01.064.295c0 .008-.001.016-.017.016s-.016-.009-.016-.017a.539.539 0 00-.008-.139.446.446 0 00-.051-.138c-.004-.007-.008-.014.006-.022.014-.008.019-.002.022.005zM163.154 35.411a.481.481 0 01-.127-.13.205.205 0 01-.03-.136c.001-.008.003-.016.019-.013.016.003.015.01.013.019a.174.174 0 00.025.115c.024.04.063.08.118.121.007.004.013.01.004.023-.01.012-.017.007-.022.001zM163.628 36.218V36.289c0 .008 0 .016-.016.016s-.016-.008-.016-.016v-.035-.036c0-.008 0-.016.016-.016s.016.008.016.016zM163.022 35.607c.095.09.153.199.183.32.019.075.027.154.029.237l.004-.001c.043-.015.076-.053.099-.115a.854.854 0 00.041-.278.604.604 0 00.069-.167c.014-.055.021-.113.026-.169.001-.014.021-.02.03-.008.056.078.104.16.142.247.038.087.063.18.073.281.001.008.001.016-.015.018-.016.001-.017-.007-.018-.015a.895.895 0 00-.07-.27 1.208 1.208 0 00-.113-.205.84.84 0 01-.022.13.6.6 0 01-.07.173.866.866 0 01-.041.277c-.027.072-.067.116-.119.134-.005.001-.01.003-.014.001l-.006.122c-.001.008-.001.016-.018.015-.016-.001-.015-.01-.015-.018a1.17 1.17 0 00-.021-.378.62.62 0 00-.174-.304c-.006-.005-.012-.011-.001-.023s.017-.006.023-.001l-.002-.003zM163.377 37.127l-.02.128-.02.127c-.001.008-.002.016-.019.013-.016-.002-.015-.01-.013-.019l.02-.127.02-.128c.001-.008.002-.015.019-.013.015.004.015.011.013.019zM162.694 37.417l.018.097c.001.008.003.016-.013.019-.015.003-.018-.005-.019-.013l-.018-.097c-.001-.008-.003-.016.013-.019.016-.003.018.005.019.013zM163.285 36.633a.704.704 0 01-.158.361l-.001.001a.35.35 0 00-.096.198.565.565 0 00.02.214c.002.008.004.016-.012.02s-.018-.004-.02-.012a.584.584 0 01-.021-.226.389.389 0 01.104-.216.66.66 0 00.15-.343c.001-.008.002-.016.018-.014.017.002.016.01.016.017zM163.131 36.404a.335.335 0 01-.024.186.681.681 0 01-.121.181l-.001.001a.595.595 0 00-.126.15 1.299 1.299 0 00-.077.165c-.003.007-.006.015-.021.009-.015-.006-.012-.013-.009-.021a1.29 1.29 0 01.079-.169.6.6 0 01.132-.158.653.653 0 00.114-.171.279.279 0 00.022-.167c-.001-.008-.003-.016.013-.019.015-.003.017.005.019.013zM162.377 36.761a.53.53 0 01-.048.324.742.742 0 01-.209.245c-.006.005-.013.01-.023-.003-.01-.013-.004-.018.003-.023a.721.721 0 00.2-.234.504.504 0 00.045-.306c-.001-.008-.002-.016.014-.018.017-.001.018.007.018.015zM161.416 37.294a3.49 3.49 0 00.057.119c.004.008.007.015-.008.021-.015.007-.019 0-.021-.007l-.03-.062-.027-.057c-.004-.008-.007-.015.007-.021.015-.007.019 0 .022.007zM161.034 37.301a.822.822 0 00.023.216c.019.07.048.137.097.201l.001.003a.57.57 0 01.048.15.84.84 0 01.013.111c.047-.05.082-.1.108-.153a.455.455 0 00.047-.189c0-.008 0-.016.016-.016s.016.008.015.016a.467.467 0 01-.05.202.677.677 0 01-.14.187.016.016 0 01-.027-.011.977.977 0 00-.015-.143.58.58 0 00-.044-.14.599.599 0 01-.101-.212.841.841 0 01-.024-.224c0-.008 0-.016.016-.016.017.001.017.009.017.018zM161.086 38.604a.73.73 0 01.057-.239c.003-.007.006-.015.021-.009.015.006.012.013.01.021a.76.76 0 00-.054.229c-.001.008-.001.016-.018.015-.018-.002-.017-.01-.016-.017zM161.042 38.967l.02-.145c.001-.008.002-.016.019-.014s.015.01.014.019l-.02.144c-.001.008-.002.016-.019.014s-.015-.01-.014-.018zM160.792 39.575a.569.569 0 00.068-.083c.022-.032.043-.067.064-.103.004-.008.008-.014.022-.007.014.008.01.015.006.022a1.487 1.487 0 01-.065.106.579.579 0 01-.073.087c-.006.006-.012.011-.023 0-.011-.01-.005-.017.001-.022zM160.431 37.535v.06c0 .008 0 .016-.016.016s-.016-.008-.016-.016v-.06c0-.008 0-.016.016-.016.016-.001.016.007.016.016zM159.821 38.94c-.001-.015-.001-.03-.003-.044l-.003-.045c0-.008-.001-.016.016-.017.017-.001.017.007.017.016l.003.044c.001.015.001.03.003.044 0 .008.001.016-.016.017-.016 0-.017-.007-.017-.015zM161.353 36.44a1.111 1.111 0 00-.053.315c.001.093.027.17.094.212a.41.41 0 01.144.199l.006.013a.609.609 0 00.02-.248c-.001-.008-.003-.016.013-.019.016-.003.018.005.019.013a.574.574 0 01.002.144.805.805 0 01-.035.161c-.005.013-.024.015-.03.002l-.024-.053c-.03-.069-.062-.14-.133-.185-.077-.05-.107-.136-.11-.239a1.177 1.177 0 01.055-.324c.002-.008.004-.015.02-.011.017.004.014.011.012.02zM161.246 36.031a.755.755 0 01-.007.238 1.212 1.212 0 01-.073.238.762.762 0 00.029.624c.004.007.008.015-.007.021-.015.007-.019 0-.021-.008a.804.804 0 01-.031-.649c.032-.081.057-.157.07-.232a.722.722 0 00.007-.228c-.001-.008-.002-.016.014-.019.016-.002.017.006.019.015zM160.534 37.044a.25.25 0 00-.019.146c.009.05.03.1.061.15.005.007.008.014-.005.022-.014.008-.019.001-.022-.006a.464.464 0 01-.064-.161.272.272 0 01.021-.165c.004-.007.007-.015.021-.008.015.007.011.014.007.022zM160.224 36.932a.384.384 0 01.004.097.254.254 0 01-.022.084v.001a.125.125 0 00-.012.082.245.245 0 00.041.087c.004.007.009.013-.004.023s-.018.003-.023-.005a.268.268 0 01-.046-.099.148.148 0 01.015-.104.245.245 0 00.019-.073.319.319 0 00-.003-.088c-.001-.008-.003-.016.013-.019.016-.001.017.007.018.014zM162.038 34.245a.713.713 0 00.098.458c.004.007.008.014-.006.022-.014.008-.018.001-.022-.006a.815.815 0 01-.09-.226.726.726 0 01-.012-.252c.001-.008.002-.016.018-.014.017.003.016.011.014.018zM161.811 34.465a1.223 1.223 0 01.159.536c.001.008.001.016-.016.017-.017.001-.016-.007-.017-.015a1.167 1.167 0 00-.154-.521c-.004-.007-.008-.014.006-.022.014-.009.018-.002.022.005zM160.684 34.5c-.109.155-.156.281-.165.39a.507.507 0 00.063.282l.001.002a.72.72 0 01.041.257.776.776 0 01-.05.256c-.003.008-.005.016-.021.01-.015-.005-.012-.013-.01-.021a.767.767 0 00.048-.246.689.689 0 00-.039-.244.544.544 0 01-.066-.299.838.838 0 01.171-.406c.004-.007.01-.013.023-.004.014.01.01.016.004.023zM161.735 34.054a.23.23 0 01-.016.143.33.33 0 01-.102.124.251.251 0 00-.093.152.561.561 0 00.004.219c.001.008.003.016-.013.019-.015.003-.018-.005-.019-.013a.584.584 0 01-.004-.231.284.284 0 01.105-.17.314.314 0 00.093-.112.196.196 0 00.014-.123c-.001-.008-.004-.016.012-.019.015-.004.017.004.019.011zM160.622 34.15a.346.346 0 01.002.204.48.48 0 01-.12.197l-.001.001a.38.38 0 00-.116.18.93.93 0 00-.036.23c-.001.008-.001.016-.017.016-.016-.001-.016-.009-.016-.017a.92.92 0 01.037-.239.41.41 0 01.125-.194.476.476 0 00.113-.184.315.315 0 00-.002-.185c-.002-.008-.005-.016.01-.02s.018.003.021.011zM161.259 34.183a.224.224 0 000 .073.182.182 0 00.027.067c.004.007.009.013-.004.023-.013.009-.018.003-.023-.004a.226.226 0 01-.032-.161c.001-.008.002-.016.018-.014.016 0 .014.009.014.016zM161.228 34.016a.264.264 0 00-.135.125.564.564 0 00-.056.227.404.404 0 01.072.16c.015.062.02.131.018.207 0 .008-.001.016-.017.015-.016-.001-.015-.009-.015-.016a.766.766 0 00-.017-.198.38.38 0 00-.056-.131.521.521 0 00-.184.373c-.004.141.051.295.158.46.004.007.009.014-.004.023s-.018.001-.022-.005c-.11-.17-.167-.33-.163-.479a.551.551 0 01.199-.399v-.001a.586.586 0 01.06-.25.298.298 0 01.151-.14c.007-.003.015-.006.021.009.006.014-.002.017-.01.02zM161.048 33.782l-.004.035c-.008.077-.016.164-.075.216a.27.27 0 00-.068.099.474.474 0 00-.027.121c-.001.008-.001.016-.018.014-.016-.001-.015-.01-.014-.019a.513.513 0 01.03-.13.287.287 0 01.076-.112c.049-.044.058-.124.064-.195l.004-.035c.001-.008.002-.016.019-.014s.014.012.013.02zM162.817 35.669c.019.04.035.082.045.124.01.042.015.086.013.131 0 .008-.001.016-.017.016-.016-.001-.016-.009-.016-.017a.452.452 0 00-.056-.239c-.004-.007-.007-.015.008-.021.016-.008.019-.001.023.006zM162.822 36.25a.533.533 0 01.003.203.713.713 0 01-.074.208l-.075.176c-.004.007-.007.015-.021.009-.015-.006-.012-.014-.009-.021l.075-.176.001-.001a.68.68 0 00.072-.198.51.51 0 00-.003-.191c-.001-.008-.003-.016.013-.019.014-.006.016.002.018.01zM162.453 35.709a.792.792 0 01.198.785c-.002.008-.004.016-.02.011-.015-.004-.013-.012-.011-.02a.753.753 0 00.01-.396.846.846 0 00-.201-.36c-.005-.006-.01-.012.001-.023.012-.01.018-.003.023.003zM162.42 36.361a1.58 1.58 0 01-.271.414.749.749 0 00-.168.293c-.004.015-.032.01-.031-.006a.461.461 0 00-.016-.147.556.556 0 00-.065-.147v.001a.428.428 0 01-.08-.263.502.502 0 01.102-.261.804.804 0 00.108-.367c0-.008.001-.016.017-.016s.016.009.016.017a.793.793 0 01-.113.382v.001a.462.462 0 00-.096.244.395.395 0 00.075.244l.001.001a.665.665 0 01.084.229.882.882 0 01.147-.227 1.566 1.566 0 00.266-.406c.004-.008.007-.015.021-.008.015.007.011.014.008.021l-.005.001zM161.454 36.05a.935.935 0 00.021.228c.016.07.043.136.08.197.004.007.008.014-.005.022-.014.009-.018.001-.022-.005a.699.699 0 01-.084-.206.951.951 0 01-.022-.236c0-.008.001-.016.016-.015.017 0 .017.008.016.015zM160.904 36.345v.094c0 .008 0 .016-.016.016s-.016-.008-.016-.016v-.047-.047c0-.008 0-.016.016-.016.016-.001.016.007.016.016zM161.086 35.842a.444.444 0 01-.108.309c-.005.006-.01.013-.023.001-.012-.01-.007-.016-.001-.023a.42.42 0 00.1-.288c0-.008-.001-.016.016-.016.015 0 .015.009.016.017zM160.591 36.818c-.089-.221-.11-.397-.088-.54a.615.615 0 01.176-.344.663.663 0 00.143-.193.54.54 0 00.037-.283c-.001-.008-.001-.016.015-.018.016-.002.016.007.018.015a.579.579 0 01-.04.299.687.687 0 01-.149.203.581.581 0 00-.167.326c-.021.138 0 .308.087.523.003.008.006.015-.009.021-.015.006-.02-.001-.023-.009zM160.305 36.454a.233.233 0 00.025.215c.005.007.009.014-.005.022-.014.009-.018.001-.022-.005a.311.311 0 01-.044-.122.271.271 0 01.016-.122c.003-.007.006-.015.021-.01.016.007.012.015.009.022zM161.71 35.456a.493.493 0 01.099.256.494.494 0 01-.064.276c-.004.007-.008.014-.021.007-.015-.007-.01-.015-.007-.021a.47.47 0 00.06-.259.479.479 0 00-.093-.24c-.005-.007-.01-.013.004-.023.013-.009.018-.003.022.004zM162.149 35.112a.77.77 0 01.023.522c-.004.015-.031.012-.032-.004a.56.56 0 00-.05-.219.466.466 0 00-.134-.167c-.006-.005-.012-.01-.002-.023.01-.012.016-.007.023-.002a.517.517 0 01.187.315.701.701 0 00-.043-.409c-.003-.007-.006-.015.009-.021.014-.007.017 0 .019.008zM162.41 34.756a.487.487 0 01.124.226c.024.092.033.2.029.323v.001a.64.64 0 00-.002.151c.005.047.019.09.043.128.004.007.009.014-.004.023-.014.009-.019.001-.023-.005a.338.338 0 01-.048-.142.699.699 0 01.002-.158v.001a1.113 1.113 0 00-.027-.314.468.468 0 00-.115-.211c-.006-.006-.012-.011 0-.023.01-.012.016-.007.021 0zM161.719 34.687a.344.344 0 00-.072.16.61.61 0 00.001.2c.002.008.003.015-.013.018-.016.003-.017-.005-.019-.013a.623.623 0 01-.001-.211.397.397 0 01.078-.175c.005-.006.01-.013.023-.002s.008.017.003.023zM160.363 35.6a.62.62 0 01-.108.335.773.773 0 01-.25.22c-.007.004-.014.008-.022-.006-.008-.014-.001-.018.006-.022a.745.745 0 00.24-.211.583.583 0 00.103-.317c0-.008.001-.016.017-.015.015 0 .014.008.014.016zM160.328 35.134a.37.37 0 01-.007.148.656.656 0 01-.055.146c-.004.007-.008.014-.021.007-.015-.007-.011-.015-.008-.021a.64.64 0 00.053-.138.389.389 0 00.007-.136c-.001-.008-.002-.016.014-.019.016-.002.018.006.018.014l-.001-.001zM161.246 35.066v.046l.016.238.001.021c.001.008.001.016-.015.018h-.005c-.002.003-.006.004-.013.004-.016 0-.016-.008-.016-.016v-.263l-.004-.064c-.001-.008-.001-.016.015-.018.016-.001.017.007.018.015v.005c.002.003.002.008.003.014zM161.467 34.657a.371.371 0 00-.093.23.512.512 0 00.056.224.606.606 0 01.094.37 1.07 1.07 0 01-.102.367c-.004.008-.007.015-.021.008-.015-.007-.011-.014-.008-.021.053-.118.092-.238.099-.356a.57.57 0 00-.09-.353l-.001-.001a.544.544 0 01-.059-.239.393.393 0 01.1-.25c.005-.006.01-.012.023-.002s.008.016.002.023z\"/>\n    <path fill=\"#F7DB17\" fill-rule=\"nonzero\" d=\"M159.679 31.785a.696.696 0 00-.209-.094.454.454 0 00-.158-.176c-.055-.036-.055-.033-.034-.072.062-.007.088-.024.089-.041a.285.285 0 01.084.013c.027.01.048.024.063.044.005.007.01.013.023.003.013-.01.008-.016.003-.023a.173.173 0 00-.078-.055.334.334 0 00-.115-.015l-.01.001a.227.227 0 00-.104-.017c-.042-.04-.078-.087-.061-.145.002.002.006.003.01.004.033.01.064.019.091.032a.17.17 0 01.062.042c.005.006.011.012.023.001s.007-.017.001-.023a.235.235 0 00-.073-.05.442.442 0 00-.07-.026c.244-.05.463-.046.681.084a.48.48 0 01.231.187l-.062.053c-.143-.004-.248.016-.314.067-.059.044-.071.124-.073.204v.002z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M160.043 32.118a.64.64 0 01.323-.141.65.65 0 01.346.071l.122-.002.125-.001c.008 0 .016 0 .016.016s-.008.016-.016.016l-.125.001-.113.001-.002.002c-.132.116-.244.18-.344.201a.333.333 0 01-.273-.059c-.008-.006-.016-.012-.005-.028s.02-.011.028-.005c.073.05.151.071.241.052a.736.736 0 00.303-.171.592.592 0 00-.299-.056.596.596 0 00-.303.133c-.008.006-.016.012-.028-.004-.01-.015-.003-.021.004-.026z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M160.362 32.056a.082.082 0 110 .163.082.082 0 01-.082-.081c0-.046.037-.082.082-.082zM160.922 32.548a.652.652 0 00.233-.198c.005-.007.01-.013.023-.004.013.01.008.016.004.023a.724.724 0 01-.096.107.718.718 0 01-.148.1c-.008.004-.015.008-.021-.007-.008-.013-.001-.017.005-.021zM162.078 32.069a.162.162 0 01.09.001.23.23 0 01.087.048c.006.005.012.01.002.023-.01.012-.016.007-.023.002a.207.207 0 00-.076-.042.14.14 0 00-.073-.001c-.008.002-.016.004-.02-.012-.003-.014.005-.016.013-.019zM161.417 32.096a.267.267 0 01.119-.133.365.365 0 01.203-.033c.008.001.016.001.015.018-.001.017-.01.016-.018.015a.328.328 0 00-.185.029.22.22 0 00-.104.118c-.003.008-.007.015-.021.008-.016-.007-.013-.014-.009-.022zM161.492 32.204a.136.136 0 01.036-.075.178.178 0 01.084-.046c.008-.002.016-.004.02.011s-.004.018-.011.02a.142.142 0 00-.068.037.104.104 0 00-.027.058c-.001.008-.003.015-.019.013s-.015-.01-.013-.018h-.002zM160.392 32.57a.491.491 0 00-.046.088.262.262 0 00-.015.104c.001.008.001.016-.015.017-.016.001-.017-.007-.018-.015a.292.292 0 01.016-.117.474.474 0 01.049-.095c.004-.007.009-.014.022-.005.015.009.011.016.007.023zM160.708 32.712v.049c0 .008 0 .016-.016.016s-.016-.008-.016-.016v-.049c0-.008 0-.016.016-.016.016-.001.016.007.016.016zM160.502 32.359a.304.304 0 00.195.007c.008-.001.016-.004.019.012.004.016-.004.018-.012.02a.48.48 0 01-.106.013.319.319 0 01-.108-.021c-.008-.003-.016-.006-.01-.021.007-.016.014-.012.022-.01zM160.705 31.767a.095.095 0 00-.065.02.12.12 0 00-.041.059c-.002.008-.005.015-.02.011-.016-.004-.013-.013-.011-.02a.15.15 0 01.052-.075.141.141 0 01.085-.027c.008 0 .016.001.016.016.001.017-.007.017-.016.016zM160.377 31.801a.23.23 0 00-.059.034.084.084 0 00-.026.036c-.003.008-.005.015-.021.01-.016-.005-.013-.013-.01-.021a.114.114 0 01.036-.05.275.275 0 01.067-.039c.007-.003.015-.006.021.009.008.014 0 .018-.008.021zM160.175 31.807a.253.253 0 00-.051.046.202.202 0 00-.033.057c-.003.008-.005.016-.021.01-.015-.005-.013-.013-.01-.021a.226.226 0 01.039-.067.288.288 0 01.058-.052c.007-.005.013-.009.023.004.009.013.003.018-.005.023zM159.915 32.015a.52.52 0 00-.118.123c-.005.007-.01.013-.023.004-.013-.01-.008-.016-.004-.023a.596.596 0 01.125-.129c.007-.005.013-.01.023.003.01.012.003.017-.003.022zM159.941 32.301l-.047.05-.047.05c-.005.006-.011.012-.023.001s-.007-.017-.001-.023l.047-.05.047-.05c.005-.006.011-.012.023-.001s.007.018.001.023zM159.678 32.378v.101c0 .008 0 .016-.016.016s-.016-.008-.016-.016v-.101c0-.008 0-.016.016-.016.016-.001.016.008.016.016zM160.015 32.82l-.015.165-.001.016c-.001.008-.001.016-.018.015-.017-.001-.016-.01-.015-.018l.001-.016.016-.165c.001-.008.001-.016.018-.015.017.001.015.01.014.018zM159.818 32.674l-.004.107c0 .008-.001.016-.017.016-.016-.001-.016-.009-.016-.016l.004-.108c0-.008.001-.016.017-.015.016.001.016.008.016.016zM159.634 31.271a.232.232 0 01.146.146c.003.008.005.016-.01.021-.015.005-.018-.003-.021-.01a.19.19 0 00-.049-.079.204.204 0 00-.078-.047c-.008-.003-.015-.006-.01-.021.006-.016.014-.013.022-.01zM161.247 33.374a.54.54 0 01.049.21.53.53 0 01-.042.211c-.003.007-.006.015-.021.009-.015-.006-.012-.014-.009-.021a.493.493 0 00-.007-.396c-.004-.007-.007-.015.008-.021.015-.007.019.001.022.008zM160.721 33.982a.847.847 0 01.095-.211 1.92 1.92 0 01.126-.176.547.547 0 00.107-.446c-.001-.008-.003-.016.013-.019.016-.003.018.005.019.013a.574.574 0 01-.113.471 2 2 0 00-.124.173.799.799 0 00-.091.203c-.002.008-.004.016-.02.011-.016-.002-.014-.01-.012-.019zM160.045 33.804a.209.209 0 01.05-.078.31.31 0 01.082-.058c.007-.004.015-.007.021.007.007.015 0 .019-.008.021a.237.237 0 00-.073.051.18.18 0 00-.042.067c-.003.007-.006.015-.021.01-.015-.005-.013-.013-.009-.02zM159.914 33.756a.688.688 0 01.079-.09.35.35 0 01.102-.066c.007-.003.015-.006.021.009.006.016-.001.019-.01.021a.31.31 0 00-.091.059.625.625 0 00-.075.086c-.005.007-.01.013-.023.003-.014-.009-.009-.016-.003-.022zM160.614 33.062a.207.207 0 00.081.019.266.266 0 00.075-.01c.008-.002.016-.004.02.011s-.004.018-.011.02a.256.256 0 01-.178-.011c-.008-.004-.015-.007-.008-.021.007-.015.015-.011.021-.008zM160.266 33.017l.024-.028.003-.004c.005-.006.011-.012.023-.001s.007.017.001.023l-.003.004-.025.028c-.005.006-.01.012-.023.001-.012-.011-.006-.017 0-.023zM167.807 35.192a.305.305 0 01.068.115c.003.008.005.016-.01.02-.015.005-.018-.003-.021-.01a.261.261 0 00-.06-.102c-.005-.006-.011-.012.001-.023.011-.011.017-.006.022 0zM170.969 39.792c.112-.07.231-.053.351-.034a.85.85 0 01.33-.044.625.625 0 01.18-.061c.036-.028.038-.059.005-.091a.202.202 0 01-.05-.11c-.193-.112-.264-.282-.337-.451-.11-.029-.161-.066-.173-.107a7.673 7.673 0 01-.158-.016c-.25.027-.314-.053-.403-.119a.298.298 0 01-.18-.143l-.082-.104c-.068-.087-.047-.201.056-.195a.408.408 0 00.211-.021.633.633 0 01.282-.027c.104-.006.17-.073.272-.168l-.001-.121c-.016-.044.004-.063.062-.057a.307.307 0 01.271.158.514.514 0 01.366.236c.209.001.351.08.368.158.013.057-.049.122-.144.192l.001.043a.41.41 0 01.113.146c.118.045.23.106.335.195.3-.035.806.183 1.489.619.443.079.874.202 1.287.381l.261.008c.741-.11 1.459-.025 2.126.484.252.031.478.11.696.2.162.067.327.093.494.108.27.026.543.093.814.219.304.068.589.164.765.377.125.151.095.29-.064.348-.096.203-.288.212-.575.112-.198.036-.415-.122-.613-.271-.275-.088-.527-.247-.777-.415a1.007 1.007 0 00-.388-.186c-.1-.021-.19-.035-.25 0-.03.018-.026.028 0 .05.07.059.118.146.134.251.014.093 0 .199.005.313.006.119.078.206.198.28.082.05.18.104.321.124.067.013.087.052.084.104.038.181.073.363.138.527.019.047.054.069.107.108.183.132.088.279-.079.311-.146.129-.272.215-.421.25-.119.04-.168-.009-.208-.067a.15.15 0 01-.138-.077c-.146-.107-.021-.294.327-.214.007-.041.037-.053.066-.053a.464.464 0 01.007-.285c-.031-.02-.058-.045-.103-.06a.878.878 0 01-.339-.186c-.178-.168-.458-.309-.726-.45-.222-.011-.387-.114-.562-.2l-.235-.003c-.069-.023-.125.001-.167.051-.07.084-.15.07-.246.059-.109-.012-.22-.004-.33-.006-.054.013-.107.03-.166.031-.124-.007-.244-.008-.326.061-.068.072-.136.067-.204.04a.326.326 0 01-.11-.075c-.086-.018-.142-.039-.16-.065-.144-.041-.185-.082-.178-.122-.192-.046-.101-.197.024-.202.146-.006.281.022.424.042a.4.4 0 00.368-.075c.064-.058.087-.107.165-.15-.248-.016-.431-.06-.566-.145-.363-.229-.653-.284-.884-.091-.061.035-.109.049-.175.024a.342.342 0 00-.182-.009.687.687 0 01-.392-.034 1.285 1.285 0 01-.575.019c-.162.085-.281.095-.356.03a2.656 2.656 0 01-.202-.125c-.103-.015-.147-.042-.152-.075-.132-.015-.148-.063-.147-.115-.055-.063-.034-.111.021-.152a.346.346 0 01.312.002.841.841 0 01.158.095.413.413 0 01.196.021c.042-.065.159-.068.288-.061a.5.5 0 01.24-.082l-.008-.046c-.13-.034-.196-.128-.261-.223-.199-.004-.342-.087-.484-.175a.484.484 0 01-.302-.084.714.714 0 01-.234-.011.804.804 0 01-.438 0c-.097.009-.175-.001-.255-.008-.091.104-.193.123-.305.07a.471.471 0 00-.259-.158c-.083-.027-.109-.063-.124-.103-.102-.063-.082-.125.017-.173.074-.035.167-.042.307.027a.552.552 0 00.155.033l-.003-.006z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M175.852 41.281c-.01-.017-.03-.06-.105-.017-.232-.013-.491-.01-.686-.125-.203-.119-.412-.244-.636-.235a.564.564 0 01.246-.132 1.1 1.1 0 01.45-.009c.237.039.446.084.607.145.156.058.265.131.313.224a.174.174 0 00.013.015c.062.04.116.081.161.124a.644.644 0 01.089.101.763.763 0 01-.223-.013.89.89 0 01-.231-.08l.002.002z\"/>\n    <path fill=\"red\" fill-rule=\"nonzero\" d=\"M164.081 40.558a.702.702 0 00-.087.116c-.126.042-.238.105-.375.099 0 .088.029.126.117.127.168-.084.206-.1.221-.088.021.018-.024.139-.163.236-.021.013-.021.021-.008.044.118.184.427.118.592.075.119-.031.333-.172.392-.29.023-.054-.029-.125-.081-.183-.131.02-.176-.041-.156-.083a1.217 1.217 0 00-.452-.053z\"/>\n    <path d=\"M160.226 40.024l.214.048\"/>\n    <path fill=\"red\" fill-rule=\"nonzero\" d=\"M159.346 39.066a1.005 1.005 0 01-.329.182c-.047.016-.162.044-.173.104-.001.021.077.068.127.041.139-.133.209-.059.049.077-.013.026-.002.055.025.079.145.13.502.172.665.069.121-.075.184-.158.078-.273a.67.67 0 01.008-.077l-.199-.02-.122-.071-.129-.111zM162.463 40.15a.445.445 0 00-.036.005c-.064.07.113.044.207.102.043.026.062.077.044.148-.086.207-.57.14-.731.055-.075-.039-.078-.084-.075-.149a.719.719 0 00.102-.007.467.467 0 00.171-.057c.015-.009.032-.019.014-.05-.018-.032-.034-.023-.05-.014a.382.382 0 01-.145.048.705.705 0 01-.152.005h-.013c-.028-.016-.05-.036-.038-.053.012-.016.058.001.067.004a.917.917 0 01.22-.073l.033-.034c.148.014.289.036.382.07zM160.227 40.023c-.03.018-.04.043-.062.09a.846.846 0 01-.273.185c-.09.041-.003.08.06.123.057.042.132-.05.178-.119.051-.077.103-.054.07.006a.595.595 0 00-.067.21c-.019.053.184.094.218.095.124.006.279-.115.376-.176.081-.082.068-.154.033-.254l.001-.007a.608.608 0 01-.149-.015.997.997 0 01-.175-.058c-.007-.003-.015-.006-.009-.021.004-.01.008-.012.013-.011l-.213-.049-.001.001z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M159.435 39.121a.556.556 0 00.113.083c.04.02.084.033.135.033.008 0 .016 0 .016.016s-.008.016-.016.016a.339.339 0 01-.15-.036.538.538 0 01-.121-.087c-.006-.005-.012-.011-.001-.023.012-.012.018-.007.024-.002z\"/>\n    <path fill=\"red\" fill-rule=\"nonzero\" d=\"M161.093 31.782c.034-.001.068-.003.101.001.063.007.123.035.186.042.21-.079.385-.123.535-.116.176-.051.358-.073.54-.068l-.007-.006c-.021-.021-.011-.032 0-.043.099-.1.122-.192.09-.275-.032-.086-.121-.167-.245-.241-.132.015-.258-.021-.398-.005-.087.01-.173.029-.258.057.07.025.132.067.182.126a.63.63 0 01.13.299c.003.015.005.03-.024.036-.03.006-.033-.01-.036-.024a.58.58 0 00-.117-.271c-.059-.084-.193-.116-.235-.133a2.69 2.69 0 00-.397.061.623.623 0 00-.23.102.404.404 0 01.266.025.38.38 0 01.185.229c.005.014.01.029-.019.039-.029.01-.034-.004-.039-.019a.32.32 0 00-.154-.194c-.128-.064-.392-.008-.504.075-.065.049-.13.112-.195.185-.007.008-.014.016-.023.016.24.016.481.029.668.104h-.002v-.002zm-.712-.136c-.005-.013.004-.023.012-.033a1.34 1.34 0 01.206-.196.585.585 0 01.211-.104.618.618 0 01.311-.165 2.75 2.75 0 01.408-.062.328.328 0 00-.158-.164.444.444 0 00-.226-.026 1.866 1.866 0 00-.473.256l.039.001c.043.003.083-.004.119.01.015.005.029.01.019.039-.013.035-.108.013-.142.011a.433.433 0 00-.125.012c-.008.001-.014.004-.021.001a3.16 3.16 0 00-.397.298.667.667 0 01.217.122z\"/>\n  </g>\n</svg>\n</li><li title=\"cif ht \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 181\">\n  <g fill=\"none\" fill-rule=\"evenodd\">\n    <path fill=\"#00209F\" fill-rule=\"nonzero\" d=\"M.5.5h300v180H.5z\"/>\n    <path fill=\"#D21034\" fill-rule=\"nonzero\" d=\"M.5 90.5h300v90H.5z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M122.107 67.87h56.785v45.205h-56.785z\"/>\n    <path fill=\"#016A16\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M161.928 100.559l-11.589.336-11.536.131s-5.927 2.193-8.35 2.684c-2.415.49-2.101 1.284-3.971 1.702-1.497.334-1.67.439-2.548.497-.531.035-1.187.444-1.827.895v6.27h56.785v-5.964a11.187 11.187 0 00-1.802-.77c-.834-.284-1.396-.594-2.893-.928-1.87-.418-1.556-1.212-3.971-1.702-2.423-.49-8.298-3.151-8.298-3.151zM149.754 75.862l-.279 5.442h1.74l-.254-5.395 1.813-.255-.201-2.149-4.506.174.025 1.952z\"/>\n    <path fill=\"#F1B517\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M145.643 90.828l-1.512-3.254.654-.138 2.76 5.404z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M142.148 83.767l1.676 4.576h.859z\"/>\n    <path fill=\"#F1B517\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M147.218 86.607l.838-.02 1.533 6.449-.327 2.031z\"/>\n    <path fill=\"#F1B517\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M147.933 93.254l-2.576-6.923.961-.059 3.005 8.461z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M144.151 82.386l1.063 4.812h.858zM146.339 82.307l.572 4.97.613-.04z\"/>\n    <path fill=\"#0A328C\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M145.849 91.319l-6.861-7.491c-2.143 1.697-1.745 4.813-1.745 4.813l7.774 6.1.832-3.422z\"/>\n    <path fill=\"#D20014\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M149.816 95.441l-5.09-5.156c-2.152.075-.444 3.287-.336 3.691l5.426 4.641v-3.176z\"/>\n    <path fill=\"#F1B517\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M149.383 94.555l-10.524-11.269-.41.29 11.136 12.373zM138.252 82.563l-.231-.267.023-.535-2.172-1.382.97 2.184.739.134.231.267z\"/>\n    <path fill=\"#F1B517\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M137.143 83.366c.37-.446.809-.892 1.594-1.315l.601.869-1.294 1.092-.901-.646z\"/>\n    <path fill=\"#0A328C\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M142.851 93.303l-8.62-6.847c-1.475 1.502-.248 6.139-.248 6.139l8.425 4.564.443-3.856z\"/>\n    <path fill=\"#D20014\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M150 98.851l-7.091-5.681c-2.422.34-.518 3.904-.374 4.297l7.489 4.061-.024-2.677z\"/>\n    <path fill=\"#F1B517\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M149.719 97.702l-15.333-11.509-.352.354 16.102 12.573zM133.657 85.584l-.275-.225-.074-.531-2.387-.997 1.349 1.988.752.008.276.224z\"/>\n    <path fill=\"#F1B517\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M132.709 86.56a4.96 4.96 0 011.333-1.562l.748.756-1.078 1.292-1.003-.486z\"/>\n    <path fill=\"#0A328C\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M142.234 97.49c-.114-.028-11.11-6.265-11.11-6.265-.8 1.351-.076 3.312.275 3.617.02.9-.362 1.384.424 3.263.232 1.222.797 2.348 1.62 3.017 1.003 3.85 4.934 4.109 6.448.974l2.343-4.606z\"/>\n    <path fill=\"#D20014\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M149.511 101.607l-7.529-4.413c-2.422.34.052 4.833.196 5.226l7.27 2.582.063-3.395z\"/>\n    <path fill=\"#F1B517\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M148.246 100.007l-17.01-9.053-.29.403 17.943 9.988zM130.417 90.462l-.309-.18-.159-.513-2.52-.624 1.655 1.76.744-.106.309.18z\"/>\n    <path fill=\"#F1B517\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M129.64 91.569a4.885 4.885 0 011.063-1.744l.861.633-.854 1.438-1.07-.327z\"/>\n    <path fill=\"#0A328C\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M135.987 85.267l.353.616c.219-.081 2.419-2.074 2.419-2.074l1.579-.049.454-.502c-1.159-1.248-2.251.178-2.251.178l-2.554 1.831z\"/>\n    <path fill=\"#D20014\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M137.246 86.304c.084-.551 1.126-1.928 1.277-1.977.782.235 1.509.685 2.301-1.102-.688.875-2.082-.016-2.082-.016l-.605.502.016.243-1.83 1.702.923.648z\"/>\n    <path fill=\"#0A328C\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M131.855 88.485l.096.636c.202-.113 2.136-2.235 2.136-2.235l1.552-.286.316-.5c-1.078-1.268-2.228.418-2.228.418l-1.872 1.967z\"/>\n    <path fill=\"#D20014\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M133.083 89.627c-.074-.589.732-2.318.873-2.389.928.276 1.736.692 2.078-1.241-.539.968-2.077.217-2.077.217l-.516.587.073.318-1.566 2.022 1.135.486z\"/>\n    <path fill=\"#0A328C\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M128.96 93.609l.356.7c.184-.139 1.802-2.747 1.802-2.747l1.495-.492.281-.608c-1.201-1.109-2.098.806-2.098.806l-1.836 2.341z\"/>\n    <path fill=\"#D20014\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M130.563 94.602c-.12-.599.29-2.518.42-2.607.936.28 1.718.359 1.934-1.573-.544.918-1.996.572-1.996.572l-.427.651.09.228-1.236 2.371 1.215.358z\"/>\n    <path fill=\"#F1B517\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M148.121 104.172l-4.236-1.314-1.846-3.153-6.535-.321.227 2.365 5.568 1.065.529.949 6.4 1.781z\"/>\n    <path fill=\"#503200\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M143.697 105.052l-6.689-9.839-.328.247 6.636 9.88z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M137.63 95.6l-.714-1.195c-.134-.22-.337-.294-.635-.137-.291.154-.262.456-.144.674l.66 1.112.833-.454z\"/>\n    <path fill=\"#F1B517\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M144.491 98.976l-13.498-1.372-.328 1.963 13.432 1.351z\"/>\n    <path fill=\"#F1B517\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M130.753 97.098l-.35 2.723h.569l.394-2.491zM133.007 97.541l-.153 2.449.35.042.284-2.174zM142.151 98.596l-.328 2.3.656-.021.263-2.279zM144.162 98.659l-.468 2.661.743.108.213-1.399c.06.281.318.495.628.495a.632.632 0 00.641-.619.63.63 0 00-.641-.616.592.592 0 00-.565.412l.139-.997-.69-.045zM139.291 99.091l-1.856 2.089.216.254 2.382-1.627zM134.975 104.3l1.856-2.089-.217-.254-2.382 1.627zM139.832 103.777l-2.259-1.746-.232.164 1.779 2.253zM134.263 99.748l2.29 1.687.278-.21-1.795-2.254zM136.754 98.356l.219 2.744.308-.013.724-2.671zM137.504 105.014l-.219-2.744-.339-.032-.415 2.776h.973zM140.54 101.315l-2.876.306-.044.274 2.91.38zM133.696 102.266l2.808-.444.059-.218-2.905-.325z\"/>\n    <path fill=\"#F1B517\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M137.878 101.629a.749.749 0 01-.762.735.749.749 0 01-.762-.735c0-.407.342-.735.762-.735.421 0 .762.329.762.735z\"/>\n    <path fill=\"#F1B517\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M141.163 101.629c0 2.155-1.813 3.904-4.047 3.904s-4.047-1.749-4.047-3.904 1.813-3.905 4.047-3.905c2.234.001 4.047 1.75 4.047 3.905zm-.808 0c0 1.724-1.451 3.124-3.238 3.124s-3.239-1.4-3.239-3.124c0-1.725 1.451-3.124 3.239-3.124 1.788 0 3.238 1.399 3.238 3.124z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M134.588 99.658l-.635-.477M139.12 99.195l.541-.552M140.28 104.121l-.665-.523M134.588 104.717l.572-.612\"/>\n    <path fill=\"#F1B517\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M148.217 97.773l.693 3.531-.565.298-.608-3.779z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M147.855 97.319c-.322-.134-.739.093-1.424-.775-1.127 1.034-.064 1.188.107 2.211.319.131.515-.793 1.382-.888l1.379-.122-.319-.435c-.001-.001-.886.022-1.125.009z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M148.315 98.011l-.128-1.054c-.139-.372-.599-.052-.599.165l.118.971.609-.082z\"/>\n    <path fill=\"#F1B517\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M140.464 106.733a.423.423 0 01-.221.371.458.458 0 01-.445 0 .428.428 0 01-.222-.371c0-.152.084-.295.222-.371a.458.458 0 01.445 0 .425.425 0 01.221.371zM139.329 105.93a.425.425 0 01-.222.371.46.46 0 01-.444 0 .426.426 0 01-.222-.371c0-.154.084-.295.222-.371a.456.456 0 01.444 0 .426.426 0 01.222.371zM137.799 106.456a.426.426 0 01-.222.371.456.456 0 01-.444 0 .422.422 0 010-.742.456.456 0 01.444 0 .426.426 0 01.222.371zM135.436 106.967a.424.424 0 01-.222.372.46.46 0 01-.444 0 .426.426 0 01-.222-.372c0-.153.084-.295.222-.371a.46.46 0 01.444 0 .424.424 0 01.222.371zM134.436 107.084a.426.426 0 01-.222.372.46.46 0 01-.444 0 .427.427 0 01-.222-.372c0-.153.084-.295.222-.371a.456.456 0 01.444 0 .422.422 0 01.222.371zM133.452 107.084a.427.427 0 01-.221.372.46.46 0 01-.444 0 .427.427 0 01-.222-.372c0-.153.084-.295.222-.371a.456.456 0 01.444 0 .427.427 0 01.221.371zM132.452 107.055a.424.424 0 01-.221.371.46.46 0 01-.444 0 .426.426 0 01-.222-.371c0-.154.084-.295.222-.371a.456.456 0 01.444 0 .423.423 0 01.221.371zM132.937 106.295a.423.423 0 01-.221.371.456.456 0 01-.444 0 .424.424 0 01-.222-.371c0-.153.084-.295.222-.371a.456.456 0 01.444 0 .427.427 0 01.221.371zM133.907 106.339a.427.427 0 01-.222.372.46.46 0 01-.444 0 .424.424 0 010-.743.456.456 0 01.444 0 .426.426 0 01.222.371zM134.831 106.222a.426.426 0 01-.222.372.456.456 0 01-.444 0 .424.424 0 01-.222-.372c0-.153.084-.294.222-.371a.46.46 0 01.444 0 .427.427 0 01.222.371zM134.361 105.477a.424.424 0 01-.222.372.456.456 0 01-.444 0 .424.424 0 01-.222-.372c0-.153.084-.294.222-.371a.46.46 0 01.444 0 .426.426 0 01.222.371zM133.452 105.463a.424.424 0 01-.221.371.46.46 0 01-.444 0 .426.426 0 01-.222-.371c0-.154.084-.295.222-.371a.456.456 0 01.444 0 .425.425 0 01.221.371z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M141.065 103.897c-.381-.154-.378.703-.378.703l.602.006c.263.12.475.506.307.695-.139.156-1.307-.264-1.385-.022.206 1.165 1.75 1.613 2.309 1.103.546-.498.684-1.828-1.091-2.177l-.364-.308z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M141.422 104.213l-.176.383M129.466 104.333l-.578-2.429M130.168 104.193l-.888-1.891M131.695 103.695l-2.002-1.075M132.562 103.476l-3.715-1.612\"/>\n    <path fill=\"#D20014\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M126.629 100.108s-1.352-.022-1.593.073c-.097.038.34.495.249.669-.338.649-2.636.56-2.818.418-.311-.243 2.141-.452 2.157-.617.018-.19-.363-.688-.303-.993.077-.397 1.073-.544 1.073-.544l1.235.994z\"/>\n    <path fill=\"#503200\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M128.44 101.331l-3.062-2.534s-.135-.143-.248-.02c-.11.121.042.259.042.259l3.158 2.609.11-.314z\"/>\n    <path fill=\"#F1B517\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M131.388 103.83c-.054-.052-2.493-2.164-2.493-2.164l-.163-.617s-.377.255-.514.387c-.138.131-.353.491-.353.491l.683.032 2.157 1.976.683-.105zM144.959 100.923l.012.982c-.322.11-.272.351-.262.701l.012 2.863c-.114.19-.467.198-.633.347-.166.149-.145.438.612.628l.585.021c.892-.195 1.076-.49.629-.657-.238-.088-.551-.194-.67-.335l.02-.682.579.021c.155 0 .452-.391.462-.711l.003-1.482c-.021-.84-.652-.935-.827-.925l.012-.773-.534.002zm.979 1.638c.011-.24-.333-.454-.472-.459-.138-.006-.441.28-.451.52v.601c.021.22.196.966.55 1.02.167.026.384-.24.384-.46l-.011-1.222z\"/>\n    <path fill=\"#016A16\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M150.391 73.639c-4.658-4.663-8.327-2.387-9.2-1.741.577.113 1.096-.247 1.364-.288-.168.212-.52.738-.52.738s1.44-.68 1.601-.618c-.207.166-.437.562-.437.562.107.042.917-.634 1.077-.646-.247.279-.323.917-.323.917l.702-.327c.182.129-.05.378.108.365 1.167-.096 2.807 1.066 3.032 1.424\"/>\n    <path fill=\"#016A16\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M149.237 74.492c-.485-1.112-9.353-3.003-11.136.146.698.176 1.366-.585 1.366-.585l-.061.703 1.184-.908-.425.937.94-.761-.03.761 1.153-1.259-.152.732 1.032-.439-.121.615\"/>\n    <path fill=\"#016A16\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M148.843 74.668c-2.276-1.522-5.796-.498-5.796-.498-2.245 1.259-3.442 1.032-3.732 3.366.212-.088.819-.82.819-.82l.455.908.152-1.288.364.995.546-1.639.121 1.112.85-1.112.394.322.365-.849.333.556s.577-.351.911-.146l.637-.732.152.527.547-.644.212.468.546-.497-.03.351 1.881.029\"/>\n    <path fill=\"#016A16\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M148.328 74.932c-1.586-.03-6.136 1.687-7.313 3.484.469-.262.758-.381.758-.381l.232.722.284-.722.06.556c.174-.434.37-.483.698-.029l.121-.673.182.644.303-.703s.191.761.304.732c0 0 .503-1.317.728-1.376l.06.82.303-.82.273.615.061-.878.303.673s.159-.662.395-.79l.455.41 2.027-1.456\"/>\n    <path fill=\"#016A16\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M148.633 75.307c-2.113.81-4.003 3.707-3.858 4.936.939-1.165.736-1.005 1.156.335 0 0 .159-1.172.318-1.312l.275.868.103-1.135.282.013-.073-.712.42.321c-.098-.407-.203-.544.231-.893 0 0-.55.07-.116-.921l.405.391s-.073-.433.072-.6l1.491-.516\"/>\n    <path fill=\"#016A16\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M148.837 75.524l-.798 1.52.409.118-.921.691.778-.079s-1.187.434-1.33 1.599l1.207-.533s-1.023 1.046-1.166 1.678l.695-.612s-.676.73-.573 1.836l.512-.572c-.122 1.342-.081 1.461.532 2.488 0 0-.163-1.579.021-1.777l1.351 1.402-.757-1.994s.839 1.264 1.351 1.145l-1.064-1.619 1.044.849-1.187-1.777 1.104.335s-.798-1.007-.736-1.639l.757.829s-.286-.947-.204-1.224l.389.079-.757-.869.512-.099-.062-.573.369-.118-.021-.632\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M149.635 75.978c-1.31 1.777-.635 4.521-1.412 5.923\"/>\n    <path fill=\"#F1B517\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M142.382 107.294c0-.19-.461-.108-.461-.33 0-.247.704-.065.8.152.396-.357.567-.096.809.012.345-.513.772-.495 1.189-.118.241-.266.846-.178 1.054.118.398-.396.753-.298 1.029-.012.111-.208.274-.163.392-.012.213-.377.745-.264.969-.015.2-.219.404-.048.669.114.179-.167.467-.136.467.03 0 .173-.377.112-.377.285 0 .153.275.076.275.269 0 .154-.408.21-.471-.033-.138.264-.637.162-.686-.083a.47.47 0 01-.748-.035c-.172.14-.377.159-.472.019-.31.333-.833.265-1.013-.103l-.176.008a.547.547 0 01-.912-.006c-.511.369-.817.253-1.103.012-.328.4-.829.373-.943 0-.221.162-.682.199-.682.011 0-.182.391-.116.391-.283zm.993.09c0 .086-.117.156-.261.156-.144 0-.261-.07-.261-.156s.117-.156.261-.156c.144.001.261.071.261.156zm1.092-.131c0 .104-.141.188-.315.188-.174 0-.314-.083-.314-.188 0-.103.141-.187.314-.187.173 0 .315.084.315.187zm2.145.118c0 .105-.127.19-.284.19-.157 0-.284-.084-.284-.19 0-.104.127-.189.284-.189.157 0 .284.085.284.189zm-1.142-.049c0 .132-.124.239-.278.239-.153 0-.278-.107-.278-.239s.125-.24.278-.24c.154 0 .278.108.278.24zm2.436.006c0 .118-.111.214-.248.214s-.248-.096-.248-.214.111-.214.248-.214.248.096.248.214zm-.746.051c0 .076-.072.138-.161.138-.089 0-.161-.062-.161-.138 0-.077.072-.139.161-.139.089 0 .161.062.161.139zm1.453.055c0 .11-.081.199-.181.199-.1 0-.181-.089-.181-.199 0-.11.081-.199.181-.199.1.001.181.09.181.199zM155.271 90.828l1.513-3.254-.654-.138-2.76 5.404z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M158.767 83.767l-1.676 4.576h-.858z\"/>\n    <path fill=\"#F1B517\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M153.697 86.607l-.838-.02-1.533 6.449.327 2.031z\"/>\n    <path fill=\"#F1B517\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M152.982 93.254l2.576-6.923-.96-.059-3.005 8.461z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M156.764 82.386l-1.063 4.812h-.859zM154.577 82.307l-.572 4.97-.613-.04z\"/>\n    <path fill=\"#0A328C\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M155.066 91.319l6.861-7.491c2.143 1.697 1.745 4.813 1.745 4.813l-7.774 6.1-.832-3.422z\"/>\n    <path fill=\"#D20014\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M151.099 95.441l5.09-5.156c2.152.075.445 3.287.336 3.691l-5.426 4.641v-3.176z\"/>\n    <path fill=\"#F1B517\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M151.532 94.555l10.523-11.269.411.29-11.137 12.373zM162.664 82.563l.231-.267-.023-.535 2.172-1.382-.97 2.184-.739.134-.231.267z\"/>\n    <path fill=\"#F1B517\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M163.772 83.366a5.042 5.042 0 00-1.594-1.315l-.601.869 1.293 1.092.902-.646z\"/>\n    <path fill=\"#0A328C\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M158.064 93.303l8.62-6.847c1.476 1.502.249 6.139.249 6.139l-8.426 4.564-.443-3.856z\"/>\n    <path fill=\"#D20014\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M150.916 98.851l7.09-5.681c2.422.34.518 3.904.374 4.297l-7.489 4.061.025-2.677z\"/>\n    <path fill=\"#F1B517\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M151.197 97.702l15.332-11.509.352.354-16.102 12.573zM167.258 85.584l.275-.225.074-.531 2.387-.997-1.349 1.988-.752.008-.276.224z\"/>\n    <path fill=\"#F1B517\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M168.206 86.56a4.96 4.96 0 00-1.333-1.562l-.748.756 1.078 1.292 1.003-.486z\"/>\n    <path fill=\"#0A328C\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M158.681 97.49c.114-.028 11.111-6.265 11.111-6.265.8 1.351.077 3.312-.274 3.617-.02.9.362 1.384-.424 3.263-.231 1.222-.797 2.348-1.62 3.017-1.003 3.85-4.933 4.109-6.447.974l-2.346-4.606z\"/>\n    <path fill=\"#D20014\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M151.404 101.607l7.529-4.413c2.422.34-.051 4.833-.196 5.226l-7.27 2.582-.063-3.395z\"/>\n    <path fill=\"#F1B517\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M152.669 100.007l17.01-9.053.291.403-17.943 9.988zM170.498 90.462l.309-.18.159-.513 2.52-.624-1.655 1.76-.744-.106-.309.18z\"/>\n    <path fill=\"#F1B517\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M171.276 91.569a4.885 4.885 0 00-1.063-1.744l-.861.633.855 1.438 1.069-.327z\"/>\n    <path fill=\"#0A328C\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M164.928 85.267l-.353.616c-.219-.081-2.419-2.074-2.419-2.074l-1.579-.049-.454-.502c1.159-1.248 2.251.178 2.251.178l2.554 1.831z\"/>\n    <path fill=\"#D20014\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M163.669 86.304c-.084-.551-1.126-1.928-1.277-1.977-.782.235-1.509.685-2.301-1.102.688.875 2.083-.016 2.083-.016l.605.502-.017.243 1.831 1.702-.924.648z\"/>\n    <path fill=\"#0A328C\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M169.06 88.485l-.096.636c-.202-.113-2.136-2.235-2.136-2.235l-1.552-.286-.316-.5c1.079-1.268 2.228.418 2.228.418l1.872 1.967z\"/>\n    <path fill=\"#D20014\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M167.832 89.627c.074-.589-.731-2.318-.873-2.389-.928.276-1.736.692-2.077-1.241.538.968 2.077.217 2.077.217l.516.587-.073.318 1.566 2.022-1.136.486z\"/>\n    <path fill=\"#0A328C\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M171.955 93.609l-.356.7c-.185-.139-1.802-2.747-1.802-2.747l-1.495-.492-.281-.608c1.201-1.109 2.098.806 2.098.806l1.836 2.341z\"/>\n    <path fill=\"#D20014\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M170.352 94.602c.121-.599-.29-2.518-.42-2.607-.937.28-1.718.359-1.934-1.573.544.918 1.997.572 1.997.572l.426.651-.09.228 1.235 2.371-1.214.358z\"/>\n    <path fill=\"#F1B517\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M152.794 104.172l4.236-1.314 1.846-3.153 6.536-.321-.227 2.365-5.567 1.065-.53.949-6.4 1.781z\"/>\n    <path fill=\"#503200\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M157.218 105.052l6.689-9.839.328.247-6.636 9.88z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M163.285 95.6l.714-1.195c.134-.22.336-.294.635-.137.291.154.262.456.144.674l-.66 1.112-.833-.454z\"/>\n    <path fill=\"#F1B517\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M156.424 98.976l13.498-1.372.328 1.963-13.432 1.351z\"/>\n    <path fill=\"#F1B517\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M170.162 97.098l.35 2.723h-.568l-.394-2.491zM167.908 97.541l.153 2.449-.35.042-.284-2.174zM158.764 98.596l.328 2.3-.656-.021-.263-2.279zM156.753 98.659l.467 2.661-.742.108-.213-1.399a.639.639 0 01-.628.495.633.633 0 01-.642-.619.63.63 0 01.642-.616c.246 0 .468.144.565.412l-.139-.997.69-.045zM161.625 99.091l1.856 2.089-.217.254-2.382-1.627zM165.94 104.3l-1.856-2.089.217-.254 2.382 1.627zM161.083 103.777l2.258-1.746.232.164-1.779 2.253zM166.652 99.748l-2.289 1.687-.279-.21 1.795-2.254zM164.161 98.356l-.219 2.744-.308-.013-.724-2.671zM163.411 105.014l.219-2.744.339-.032.415 2.776h-.973zM160.374 101.315l2.877.306.043.274-2.909.38zM167.219 102.266l-2.809-.444-.059-.218 2.905-.325z\"/>\n    <path fill=\"#F1B517\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M163.037 101.629c0 .406.341.735.762.735a.749.749 0 00.762-.735.748.748 0 00-.762-.735.749.749 0 00-.762.735z\"/>\n    <path fill=\"#F1B517\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M159.752 101.629c0 2.155 1.813 3.904 4.047 3.904s4.047-1.749 4.047-3.904-1.813-3.905-4.047-3.905c-2.234.001-4.047 1.75-4.047 3.905zm.809 0c0 1.724 1.451 3.124 3.238 3.124 1.788 0 3.238-1.4 3.238-3.124 0-1.725-1.451-3.124-3.238-3.124s-3.238 1.399-3.238 3.124z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M166.327 99.658l.635-.477M161.795 99.195l-.541-.552M160.635 104.121l.665-.523M166.327 104.717l-.572-.612\"/>\n    <path fill=\"#F1B517\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M152.698 97.773l-.693 3.531.565.298.608-3.779z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M153.06 97.319c.321-.134.739.093 1.424-.775 1.127 1.034.064 1.188-.107 2.211-.319.131-.515-.793-1.382-.888l-1.379-.122.319-.435c.001-.001.886.022 1.125.009z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M152.6 98.011l.128-1.054c.139-.372.6-.052.6.165l-.118.971-.61-.082z\"/>\n    <path fill=\"#F1B517\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M160.451 106.733c0 .153.084.295.222.371a.456.456 0 00.444 0 .428.428 0 00.222-.371.422.422 0 00-.222-.371.456.456 0 00-.444 0 .426.426 0 00-.222.371zM161.587 105.93a.423.423 0 00.222.371.46.46 0 00.444 0 .426.426 0 00.222-.371.423.423 0 00-.222-.371.456.456 0 00-.444 0 .422.422 0 00-.222.371zM163.116 106.456c0 .152.084.294.222.371a.456.456 0 00.444 0 .426.426 0 00.222-.371.423.423 0 00-.222-.371.456.456 0 00-.444 0 .424.424 0 00-.222.371zM165.479 106.967a.424.424 0 00.222.372.463.463 0 00.445 0 .427.427 0 00.221-.372.425.425 0 00-.221-.371.463.463 0 00-.445 0 .426.426 0 00-.222.371zM166.479 107.084a.427.427 0 00.221.372.463.463 0 00.445 0 .429.429 0 00.222-.372.424.424 0 00-.222-.371.458.458 0 00-.445 0 .423.423 0 00-.221.371zM167.463 107.084c0 .153.084.294.222.372a.46.46 0 00.444 0 .422.422 0 000-.743.456.456 0 00-.444 0 .426.426 0 00-.222.371zM168.463 107.055c0 .153.084.294.222.371a.46.46 0 00.444 0 .422.422 0 000-.742.456.456 0 00-.444 0 .424.424 0 00-.222.371zM167.978 106.295c0 .153.084.295.221.371a.458.458 0 00.445 0 .426.426 0 00.222-.371.424.424 0 00-.222-.371.458.458 0 00-.445 0 .427.427 0 00-.221.371zM167.009 106.339a.425.425 0 00.222.372.46.46 0 00.444 0 .423.423 0 000-.743.456.456 0 00-.444 0 .422.422 0 00-.222.371zM166.085 106.222a.424.424 0 00.222.372.456.456 0 00.444 0 .424.424 0 00.222-.372.425.425 0 00-.222-.371.46.46 0 00-.444 0 .423.423 0 00-.222.371zM166.554 105.477c0 .154.084.295.222.372a.456.456 0 00.444 0 .423.423 0 000-.743.46.46 0 00-.444 0 .426.426 0 00-.222.371z\"/>\n    <path fill=\"#F1B517\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M167.463 105.463c0 .153.084.294.222.371a.46.46 0 00.444 0 .42.42 0 000-.742.456.456 0 00-.444 0 .424.424 0 00-.222.371z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M159.85 103.897c.382-.154.378.703.378.703l-.601.006c-.264.12-.475.506-.308.695.139.156 1.307-.264 1.385-.022-.206 1.165-1.75 1.613-2.309 1.103-.547-.498-.685-1.828 1.09-2.177l.365-.308z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M159.493 104.213l.175.383M171.449 104.333l.578-2.429M170.747 104.193l.888-1.891M169.22 103.695l2.002-1.075M168.353 103.476l3.715-1.612\"/>\n    <path fill=\"#D20014\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M174.286 100.108s1.352-.022 1.593.073c.098.038-.34.495-.249.669.338.649 2.637.56 2.818.418.311-.243-2.141-.452-2.157-.617-.018-.19.363-.688.303-.993-.076-.397-1.073-.544-1.073-.544l-1.235.994z\"/>\n    <path fill=\"#503200\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M172.475 101.331l3.062-2.534s.135-.143.248-.02c.11.121-.042.259-.042.259l-3.158 2.609-.11-.314z\"/>\n    <path fill=\"#F1B517\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M169.527 103.83a938.08 938.08 0 012.493-2.164l.162-.617s.377.255.515.387c.138.131.352.491.352.491l-.683.032-2.157 1.976-.682-.105zM155.956 100.923l-.011.982c.321.11.272.351.262.701l-.011 2.863c.114.19.466.198.632.347.166.149.145.438-.612.628l-.585.021c-.892-.195-1.076-.49-.629-.657.238-.088.551-.194.67-.335l-.02-.682-.579.021c-.155 0-.451-.391-.462-.711l-.003-1.482c.021-.84.652-.935.828-.925l-.012-.773.532.002zm-.979 1.638c-.01-.24.333-.454.472-.459.138-.006.441.28.451.52v.601c-.021.22-.196.966-.55 1.02-.167.026-.383-.24-.383-.46l.01-1.222z\"/>\n    <path fill=\"#016A16\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M150.525 73.639c4.658-4.663 8.327-2.387 9.2-1.741-.577.113-1.096-.247-1.363-.288.168.212.519.738.519.738s-1.44-.68-1.601-.618c.208.166.437.562.437.562-.107.042-.918-.634-1.078-.646.247.279.323.917.323.917l-.702-.327c-.182.129.051.378-.108.365-1.167-.096-2.807 1.066-3.032 1.424\"/>\n    <path fill=\"#016A16\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M151.678 74.492c.486-1.112 9.353-3.003 11.136.146-.698.176-1.365-.585-1.365-.585l.06.703-1.183-.908.425.937-.941-.761.03.761-1.153-1.259.152.732-1.031-.439.121.615\"/>\n    <path fill=\"#016A16\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M152.072 74.668c2.276-1.522 5.796-.498 5.796-.498 2.245 1.259 3.442 1.032 3.732 3.366-.213-.088-.82-.82-.82-.82l-.455.908-.152-1.288-.364.995-.546-1.639-.121 1.112-.85-1.112-.394.322-.364-.849-.333.556s-.577-.351-.911-.146l-.637-.732-.152.527-.546-.644-.213.468-.546-.497.03.351-1.881.029\"/>\n    <path fill=\"#016A16\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M152.587 74.932c1.586-.03 6.136 1.687 7.313 3.484-.469-.262-.758-.381-.758-.381l-.232.722-.284-.722-.061.556c-.174-.434-.37-.483-.698-.029l-.121-.673-.182.644-.303-.703s-.19.761-.303.732c0 0-.503-1.317-.728-1.376l-.061.82-.304-.82-.273.615-.06-.878-.303.673s-.159-.662-.394-.79l-.455.41-2.027-1.456\"/>\n    <path fill=\"#016A16\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M152.283 75.307c2.112.81 4.002 3.707 3.857 4.936-.939-1.165-.736-1.005-1.156.335 0 0-.159-1.172-.318-1.312l-.275.868-.103-1.135-.282.013.073-.712-.42.321c.098-.407.202-.544-.231-.893 0 0 .55.07.115-.921l-.405.391s.072-.433-.073-.6l-1.491-.516\"/>\n    <path fill=\"#016A16\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M152.078 75.524l.799 1.52-.41.118.921.691-.778-.079s1.187.434 1.331 1.599l-1.208-.533s1.023 1.046 1.167 1.678l-.696-.612s.676.73.573 1.836l-.512-.572c.123 1.342.082 1.461-.532 2.488 0 0 .163-1.579-.021-1.777l-1.351 1.402.757-1.994s-.839 1.264-1.351 1.145l1.064-1.619-1.044.849 1.187-1.777-1.105.335s.798-1.007.737-1.639l-.757.829s.286-.947.204-1.224l-.388.079.757-.869-.512-.099.061-.573-.368-.118.021-.632\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M151.28 75.978c1.31 1.777.635 4.521 1.412 5.923\"/>\n    <path fill=\"#F1B517\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M158.533 107.294c0-.19.461-.108.461-.33 0-.247-.703-.065-.8.152-.396-.357-.567-.096-.809.012-.345-.513-.772-.495-1.188-.118-.241-.266-.846-.178-1.054.118-.399-.396-.753-.298-1.029-.012-.111-.208-.275-.163-.393-.012-.212-.377-.745-.264-.969-.015-.199-.219-.404-.048-.669.114-.179-.167-.467-.136-.467.03 0 .173.377.112.377.285 0 .153-.275.076-.275.269 0 .154.408.21.471-.033.138.264.637.162.686-.083a.47.47 0 00.748-.035c.172.14.378.159.472.019.31.333.833.265 1.013-.103l.176.008a.547.547 0 00.912-.006c.511.369.817.253 1.103.012.328.4.828.373.944 0 .221.162.681.199.681.011 0-.182-.391-.116-.391-.283zm-.993.09c0 .086.117.156.261.156.144 0 .261-.07.261-.156s-.117-.156-.261-.156c-.144.001-.261.071-.261.156zm-1.092-.131c0 .104.141.188.314.188.173 0 .314-.083.314-.188 0-.103-.141-.187-.314-.187-.173 0-.314.084-.314.187zm-2.145.118c0 .105.127.19.284.19.157 0 .284-.084.284-.19 0-.104-.127-.189-.284-.189-.157 0-.284.085-.284.189zm1.142-.049c0 .132.125.239.278.239.153 0 .278-.107.278-.239s-.124-.24-.278-.24c-.153 0-.278.108-.278.24zm-2.436.006c0 .118.111.214.248.214.138 0 .249-.096.249-.214s-.111-.214-.249-.214c-.136 0-.248.096-.248.214zm.747.051c0 .076.071.138.161.138.088 0 .16-.062.16-.138 0-.077-.072-.139-.16-.139-.09 0-.161.062-.161.139zm-1.453.055c0 .11.081.199.181.199.1 0 .181-.089.181-.199 0-.11-.081-.199-.181-.199-.101.001-.181.09-.181.199zM151.067 100.421s.713-5.967.711-8.535c-.001-2.021-.488-6.501-.488-6.501h-2.05s-.312 4.458-.265 6.473c.06 2.569.711 8.563.711 8.563h1.381z\"/>\n    <path fill=\"#F1B517\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M149.105 85.672h2.375l-.279-1.599h-1.722z\"/>\n    <path fill=\"#F1B517\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M149.256 84.39h2.123l-.4-1.6h-1.308z\"/>\n    <path fill=\"#F1B517\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M149.393 83.093h1.77l-.299-1.6h-1.126z\"/>\n    <path fill=\"#F1B517\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M150.926 81.304h-1.238l-.125.578h1.464z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M151.179 99.12h-1.573M151.265 97.952h-1.764M151.499 96.766h-2.237M151.614 95.475h-2.34M151.63 94.183h-2.461M151.726 93.003h-2.67M151.732 91.929h-2.791M151.715 90.631h-2.79M151.622 89.35h-2.697M151.499 88.048h-2.439M151.38 86.873h-2.203\"/>\n    <path fill=\"#0A328C\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M150.402 99.931c-1.507 0-2.73.567-2.73 1.262a.65.65 0 00.101.343c.326.378 1.384.652 2.639.652 1.174 0 2.174-.241 2.566-.581a.678.678 0 00.153-.414c.001-.696-1.222-1.262-2.729-1.262z\"/>\n    <path fill=\"#F1B517\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M153.156 101.288v4.235c0 .497-1.229.899-2.743.899-1.514 0-2.743-.403-2.743-.899v-4.235c0 .497 1.229.9 2.743.9 1.515 0 2.743-.403 2.743-.9z\"/>\n    <path fill=\"#D20014\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M147.669 101.289v.649l1.332 4.107 1.063-3.159 1.168 3.28.855-3.096 1.07 2.081V104l-.994-2.018c-.111.03-.23.056-.356.081l-.617 2.287-.868-2.163a8.554 8.554 0 01-.429-.013l-.871 2.176-.997-2.62c-.225-.131-.356-.28-.356-.441z\"/>\n    <path fill=\"#0A328C\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M153.156 104.732v.791c0 .497-1.229.899-2.743.899-1.514 0-2.743-.403-2.743-.899v-.791c0 .497 1.229.9 2.743.9 1.515 0 2.743-.403 2.743-.9z\"/>\n    <path fill=\"#F1B517\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M151.543 105.551a7.535 7.535 0 01-.711.071l.007.79c.25-.013.488-.037.711-.07l-.007-.791zM148.621 105.413l-.007.787c.212.06.45.111.711.148v-.791a5.191 5.191 0 01-.704-.144zM147.669 104.734v.79c0 .147.111.284.303.407l.014-.78c-.201-.126-.317-.266-.317-.417zM153.157 104.818l-.014.003c-.048.161-.227.309-.499.434l.004.787c.318-.147.509-.324.509-.518v-.706z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M153.156 101.316v4.207c0 .497-1.229.899-2.743.899-1.514 0-2.743-.403-2.743-.899v-4.207\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M152.535 101.012c0 .301-.95.545-2.122.545s-2.122-.244-2.122-.545c0-.3.95-.544 2.122-.544s2.122.244 2.122.544z\"/>\n    <path fill=\"#F1B517\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M149.719 101.414l.094.75c.184.014.376.023.571.023l.139-.773h-.804zM152.181 101.232l-.548.148.035.706c.186-.032.361-.07.52-.114l-.007-.74zM148.938 100.087c-.155.046-.301.1-.432.158l.077.567.349-.111.006-.614zM150.402 99.864c-.073 0-.145.004-.216.006l.119.71.362-.006.143-.693a5.429 5.429 0 00-.408-.017zM152.006 100.114l-.073.62.415.147.046-.609a3.232 3.232 0 00-.388-.158z\"/>\n    <path fill=\"#F1B517\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M148.096 101.78l.11-.773-.561-.304.016.879zM153.138 101.614l.025-.773-.526.157z\"/>\n    <path fill=\"#016A16\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M143.621 96.651c-.159-.296-.636-.511-1.199-.511-.563 0-1.037.215-1.196.511a.45.45 0 01-.059-.216c0-.401.562-.726 1.255-.726.693 0 1.255.325 1.255.726a.435.435 0 01-.056.216zM143.515 97.55c0 .779-.489 1.412-1.091 1.412s-1.091-.633-1.091-1.412v-.765h2.182v.765h0z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M143.507 96.538c.001.298-.485.539-1.083.539-.599 0-1.084-.241-1.083-.539-.001-.298.485-.539 1.083-.539s1.084.241 1.083.539z\"/>\n    <path fill=\"#016A16\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M142.176 97.145l-.186-1.979h.829l-.135 1.979z\"/>\n    <path fill=\"#016A16\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M143.623 96.57c-.159.296-.636.512-1.199.512-.563 0-1.037-.215-1.196-.512a.467.467 0 00-.059.216c0 .401.563.727 1.255.727s1.255-.326 1.255-.727a.463.463 0 00-.056-.216z\"/>\n    <path fill=\"#F1B517\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M141.579 100.664l2.193.222.342-1.947-2.573-.263\"/>\n    <path fill=\"#F1B517\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M142.151 98.596l-.328 2.3.656-.021.263-2.279zM158.712 96.517c.499-.068 1.238.615 1.282 1.46.035.671-1.015.636-1.015.636-.053.274-.632.528-1.104.55-.457.02.125-.859.125-.859-.285-.756.089-1.649.089-1.649l.623-.138z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M158 98.27l.48-.018s.037.248.125.258c.094.011.196-.24.196-.24l.73-.018\"/>\n    <path fill=\"#D20014\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M158.979 97.016c.408-.295.05-.888-.231-.894l-.659.017c-.311.007-.836.343-.766.636.061.255.232.371.499.326.121-.02.376-.338.499-.343.164-.008.526.353.658.258z\"/>\n    <path fill=\"#0A328C\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M150.446 71.926c-.413-.195-1.348-.788-1.071-1.142l.428-.729c.606-1.366-.011-.837-.076-1.263-.062-.409 2.319-.09 2.354.838.009.255-.177.105-.151 1.566l-.453.875c-.338.033-.739-.007-1.031-.145z\"/>\n    <path fill=\"#F1B517\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M150.735 75.46l-.592-.498.163-4.263.58.17z\"/>\n    <path fill=\"#D20014\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M151.503 72.048c.371-.217.615-.866.391-1.251-.61-.772-1.004-.453-2.027-.802-.204.217-.633.635-.541.947 1.345.633.823.094 1.268.173.239.043.394.327.909.933z\"/>\n    <path fill=\"#F1B517\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M129.046 105.413c-.37.047-.439.473-.3.864-1.612.453-3.052 1.044-4.473 1.443-.057-.285.704-1.107.704-1.107.202.097.352.558.352.558.05-.947.983-1.577.983-1.577-.554-.073-2.239.58-2.44.847 0 0 .652-.073.753 0 0 0-1.284 1.388-1.342 1.799.2.451 2.416.787 2.416.787-.035.117-.652.559-.652.559.881.193 2.211-.431 2.608-.811 0 0-1.037-.086-1.845-.74 0 0 .166.407.066.602 0 0-1.26-.363-1.391-.572.004-.018 2.979-.789 4.421-1.2.053.257.339.744.683.629.224-.075.153-.52.07-.834.081.069.186.11.303.11a.45.45 0 00.461-.441.454.454 0 00-.461-.444.454.454 0 00-.432.303c-.057-.27-.207-.81-.484-.775zm1.133.917a.21.21 0 01-.215.207.21.21 0 01-.214-.207.21.21 0 01.214-.207.21.21 0 01.215.207zM176.341 107.231c.11-.22-.097-1.328-.097-1.328-.224.025-.53.409-.53.409.289-.907-.519-2.422-.519-2.422.547.114 2.367 1.877 2.462 2.194 0 0-.797-.284-.918-.249.13.904.755 1.323.99 1.793 0 0-1.035.227-.931 1.093l-.677.012c-.234-.288.091-.765.091-.765l-4.644-1.945c-.299-.125-.972-.431-.871-.79.102-.363 1.21.151 1.483.238l4.161 1.76z\"/>\n    <path fill=\"#F1B517\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M171.881 106.425l.546-1.004c.195-.263-.208-.552-.494-.213l-.611.916c-.273.502.299.639.559.301z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M139.32 108.72l-.037-1.095-1.324.073-.076 1.192z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M129.643 110.254l-1.771-.993c7.301.669 8.792-1.877 10.556-2.014 1.085-.085 1.254 1.201-.847.589l.543 1.345s-5.183 2.916-10.277 1.712l1.796-.639zM161.449 108.72l.038-1.095 1.62.038.076 1.192z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M171.463 109.986l1.666-.909c-8.364.25-6.459-1.373-10.644-1.829-1.082-.117-1.894 1.272.847.589l-.543 1.345 1.315.001c2.849 1.876 6.693 2.044 9.241 1.441l-1.882-.638z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M137.551 107.845v1.893s4.637 1.72 12.911 1.72c8.31 0 12.912-1.72 12.912-1.72v-1.893s-3.51 1.617-12.912 1.617c-9.366 0-12.911-1.617-12.911-1.617z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M138.244 109.748l.409-1.386.19.053-.361 1.222.707.195-.048.163-.897-.247zm1.341-.609l.023-.272.061-.234.203.049-.061.234-.116.249-.11-.026zm1.996-.094l.194.038-.172.816a.96.96 0 01-.121.328.431.431 0 01-.223.168.685.685 0 01-.359.012.72.72 0 01-.322-.135.4.4 0 01-.145-.234.923.923 0 01.019-.365l.172-.816.194.038-.172.814a.79.79 0 00-.022.278.266.266 0 00.094.158.433.433 0 00.201.088c.142.028.251.017.324-.033.074-.05.13-.164.167-.342l.171-.813zm.218 1.506l.241-1.422.2.032.585 1.239.189-1.117.187.029-.241 1.422-.2-.032-.584-1.239-.19 1.117-.187-.029zm1.524.23l.205-1.427.196.026-.205 1.427-.196-.026zm.563-.629c.028-.237.117-.417.264-.536a.696.696 0 01.536-.145.72.72 0 01.359.136.614.614 0 01.22.292c.045.119.058.25.041.394a.834.834 0 01-.137.38.619.619 0 01-.289.232.778.778 0 01-.734-.09.632.632 0 01-.219-.294.814.814 0 01-.041-.369zm.202.025a.562.562 0 00.096.424.48.48 0 00.344.189.494.494 0 00.383-.11c.107-.09.172-.227.194-.411a.719.719 0 00-.025-.312.457.457 0 00-.155-.222.495.495 0 00-.256-.101.52.52 0 00-.375.099c-.112.081-.18.228-.206.444zm1.385.85l.122-1.435.202.015.686 1.19.096-1.127.189.015-.122 1.435-.202-.016-.686-1.19-.096 1.128-.189-.015zm2.093.145l.065-1.439 1.007.042-.008.17-.809-.034-.021.446.7.03-.008.17-.7-.03-.029.654-.197-.009zm1.1.047l.602-1.43.213.005.582 1.452-.225-.005-.165-.439-.625-.012-.173.434-.209-.005zm.443-.583l.506.01-.148-.402a4.16 4.16 0 01-.1-.301c-.021.093-.05.183-.086.274l-.172.419zm1.148.606l.003-1.44h.198l-.003 1.44h-.198zm.926-.003l-.019-1.271-.492.006-.002-.17 1.183-.016.003.17-.494.007.019 1.27-.198.004zm1.465-.035l-.07-1.439.197-.009.061 1.269.735-.033.008.17-.931.042zm1.005-.044l.466-1.477.213-.015.715 1.395-.224.015-.206-.423-.623.043-.132.447-.209.015zm.386-.62l.505-.035-.185-.387a4.26 4.26 0 01-.128-.291 1.773 1.773 0 01-.06.28l-.132.433zm1.753.455l-.163-1.432 1.001-.107.019.169-.805.086.051.443.696-.074.019.169-.696.074.074.65-.196.022zm1.095-.822c-.035-.237.004-.431.115-.583a.68.68 0 01.48-.271.735.735 0 01.383.044.626.626 0 01.289.229.842.842 0 01.143.37.833.833 0 01-.033.401.602.602 0 01-.219.295.75.75 0 01-.346.137.727.727 0 01-.387-.046.643.643 0 01-.288-.231.814.814 0 01-.137-.345zm.202-.025a.573.573 0 00.204.387c.11.086.238.118.383.098a.48.48 0 00.341-.199c.08-.114.107-.261.08-.445a.723.723 0 00-.105-.295.47.47 0 00-.209-.177.499.499 0 00-.274-.035.508.508 0 00-.337.187c-.088.104-.115.264-.083.479zm1.569.484l-.267-1.418.652-.114a.899.899 0 01.306-.014.33.33 0 01.189.107.392.392 0 01.101.203.353.353 0 01-.053.272c-.054.081-.151.143-.288.186.056.015.1.032.131.05.066.04.132.094.197.16l.328.341-.245.043-.25-.261a2.768 2.768 0 00-.177-.171.443.443 0 00-.117-.077.284.284 0 00-.096-.022.665.665 0 00-.11.012l-.226.04.118.629-.193.034zm.045-.827l.418-.073a.685.685 0 00.204-.063.222.222 0 00.113-.24.211.211 0 00-.107-.152c-.059-.034-.142-.042-.251-.023l-.465.081.088.47zm2.359-.157l.203.005a.63.63 0 01-.136.397.62.62 0 01-.357.204.73.73 0 01-.405-.009.608.608 0 01-.287-.219.964.964 0 01-.165-.36.816.816 0 01-.002-.402.582.582 0 01.189-.302.753.753 0 01.333-.162.631.631 0 01.393.028c.116.05.209.136.278.257l-.179.084a.456.456 0 00-.199-.191.416.416 0 00-.259-.018.486.486 0 00-.262.138.413.413 0 00-.11.243.819.819 0 00.018.279c.028.12.07.22.127.302a.413.413 0 00.215.163.5.5 0 00.263.012.428.428 0 00.254-.149.466.466 0 00.088-.3zm.549.392l-.402-1.388 1.04-.28.047.164-.85.229.123.425.796-.214.047.163-.796.214.137.472.884-.238.047.164-1.073.289z\"/>\n    <path d=\"M137.551 109.522s4.637 1.72 12.911 1.72c8.31 0 12.912-1.72 12.912-1.72\"/>\n  </g>\n</svg>\n</li><li title=\"cif hu \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 151\">\n  <g fill=\"none\">\n    <path fill=\"#CE1126\" d=\"M.5.5h300v50H.5z\"/>\n    <path fill=\"#FFF\" d=\"M.5 50.5h300v50H.5z\"/>\n    <path fill=\"#008751\" d=\"M.5 100.5h300v50H.5z\"/>\n  </g>\n</svg>\n</li><li title=\"cif id \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 201\">\n  <g fill=\"none\">\n    <path fill=\"#CE1126\" d=\"M.5.5h300v200H.5z\"/>\n    <path fill=\"#FFF\" d=\"M.5 100.5h300v100H.5z\"/>\n  </g>\n</svg>\n</li><li title=\"cif ie \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 151\">\n  <g fill=\"none\">\n    <path fill=\"#009B48\" d=\"M.5.5h100v150H.5z\"/>\n    <path fill=\"#FFF\" d=\"M100.5.5h100v150h-100z\"/>\n    <path fill=\"#FF7900\" d=\"M200.5.5h100v150h-100z\"/>\n  </g>\n</svg>\n</li><li title=\"cif il \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 219\">\n  <g fill=\"none\">\n    <path fill=\"#FFF\" d=\"M.5.409h300v218.182H.5z\"/>\n    <path fill=\"#0038B8\" d=\"M.5 20.863h300v34.091H.5zM.5 164.045h300v34.091H.5z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.5 149.237l34.414-59.606h-68.828z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.5 69.762l-34.414 59.607h68.828z\"/>\n  </g>\n</svg>\n</li><li title=\"cif in \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 201\">\n  <g fill=\"none\">\n    <path fill=\"#F93\" d=\"M.5.5h300v200H.5z\"/>\n    <path fill=\"#FFF\" d=\"M.5 67.166h300v66.667H.5z\"/>\n    <path fill=\"#128807\" d=\"M.5 133.833h300V200.5H.5z\"/>\n    <circle cx=\"150.5\" cy=\"100.5\" r=\"26.667\" fill=\"#008\"/>\n    <circle cx=\"150.5\" cy=\"100.5\" r=\"23.333\" fill=\"#FFF\"/>\n    <circle cx=\"150.5\" cy=\"100.5\" r=\"4.667\" fill=\"#008\"/>\n    <circle cx=\"173.634\" cy=\"103.546\" r=\"1.167\" fill=\"#008\"/>\n    <path fill=\"#008\" d=\"M150.5 123.833l.8-14-.8-6.667-.8 6.667z\"/>\n    <circle cx=\"172.057\" cy=\"109.429\" r=\"1.167\" fill=\"#008\"/>\n    <path fill=\"#008\" d=\"M144.461 123.038l4.396-13.316.953-6.647-2.498 6.232z\"/>\n    <circle cx=\"169.012\" cy=\"114.704\" r=\"1.167\" fill=\"#008\"/>\n    <path fill=\"#008\" d=\"M138.834 120.707l7.693-11.724 2.641-6.174-4.026 5.373z\"/>\n    <circle cx=\"164.705\" cy=\"119.011\" r=\"1.167\" fill=\"#008\"/>\n    <path fill=\"#008\" d=\"M134.001 116.999l10.465-9.334 4.148-5.28-5.28 4.148z\"/>\n    <circle cx=\"159.429\" cy=\"122.057\" r=\"1.167\" fill=\"#008\"/>\n    <path fill=\"#008\" d=\"M130.293 112.166l12.525-6.307 5.373-4.026-6.174 2.641z\"/>\n    <circle cx=\"153.546\" cy=\"123.634\" r=\"1.167\" fill=\"#008\"/>\n    <path fill=\"#008\" d=\"M127.962 106.539l13.73-2.851 6.232-2.498-6.647.953z\"/>\n    <circle cx=\"147.454\" cy=\"123.634\" r=\"1.167\" fill=\"#008\"/>\n    <path fill=\"#008\" d=\"M127.167 100.5l14 .8 6.667-.8-6.667-.8z\"/>\n    <circle cx=\"141.571\" cy=\"122.057\" r=\"1.167\" fill=\"#008\"/>\n    <path fill=\"#008\" d=\"M127.962 94.461l13.316 4.396 6.647.953-6.232-2.498z\"/>\n    <circle cx=\"136.296\" cy=\"119.011\" r=\"1.167\" fill=\"#008\"/>\n    <path fill=\"#008\" d=\"M130.293 88.833l11.724 7.693 6.174 2.64-5.373-4.026z\"/>\n    <circle cx=\"131.989\" cy=\"114.704\" r=\"1.167\" fill=\"#008\"/>\n    <path fill=\"#008\" d=\"M134.001 84.001l9.334 10.465 5.28 4.148-4.148-5.28z\"/>\n    <circle cx=\"128.943\" cy=\"109.429\" r=\"1.167\" fill=\"#008\"/>\n    <path fill=\"#008\" d=\"M138.834 80.293l6.307 12.524 4.026 5.374-2.641-6.174z\"/>\n    <circle cx=\"127.366\" cy=\"103.546\" r=\"1.167\" fill=\"#008\"/>\n    <path fill=\"#008\" d=\"M144.461 77.962l2.851 13.73 2.498 6.232-.953-6.646z\"/>\n    <circle cx=\"127.366\" cy=\"97.454\" r=\"1.167\" fill=\"#008\"/>\n    <path fill=\"#008\" d=\"M150.5 77.166l-.8 14 .8 6.667.8-6.667z\"/>\n    <circle cx=\"128.943\" cy=\"91.57\" r=\"1.167\" fill=\"#008\"/>\n    <path fill=\"#008\" d=\"M156.539 77.962l-4.396 13.316-.953 6.646 2.498-6.232z\"/>\n    <circle cx=\"131.989\" cy=\"86.295\" r=\"1.167\" fill=\"#008\"/>\n    <path fill=\"#008\" d=\"M162.167 80.293l-7.693 11.724-2.64 6.174 4.026-5.374z\"/>\n    <circle cx=\"136.296\" cy=\"81.988\" r=\"1.167\" fill=\"#008\"/>\n    <path fill=\"#008\" d=\"M166.999 84.001l-10.465 9.334-4.148 5.28 5.28-4.148z\"/>\n    <circle cx=\"141.571\" cy=\"78.943\" r=\"1.167\" fill=\"#008\"/>\n    <path fill=\"#008\" d=\"M170.707 88.833l-12.524 6.307-5.373 4.026 6.174-2.64z\"/>\n    <circle cx=\"147.454\" cy=\"77.366\" r=\"1.167\" fill=\"#008\"/>\n    <path fill=\"#008\" d=\"M173.038 94.461l-13.73 2.851-6.232 2.498 6.646-.953z\"/>\n    <circle cx=\"153.546\" cy=\"77.366\" r=\"1.167\" fill=\"#008\"/>\n    <path fill=\"#008\" d=\"M173.834 100.5l-14-.8-6.667.8 6.667.8z\"/>\n    <circle cx=\"159.429\" cy=\"78.943\" r=\"1.167\" fill=\"#008\"/>\n    <path fill=\"#008\" d=\"M173.038 106.539l-13.316-4.396-6.646-.953 6.232 2.498z\"/>\n    <circle cx=\"164.705\" cy=\"81.988\" r=\"1.167\" fill=\"#008\"/>\n    <path fill=\"#008\" d=\"M170.707 112.166l-11.724-7.693-6.174-2.641 5.373 4.026z\"/>\n    <circle cx=\"169.012\" cy=\"86.295\" r=\"1.167\" fill=\"#008\"/>\n    <path fill=\"#008\" d=\"M166.999 116.999l-9.334-10.465-5.28-4.148 4.148 5.28z\"/>\n    <circle cx=\"172.057\" cy=\"91.57\" r=\"1.167\" fill=\"#008\"/>\n    <path fill=\"#008\" d=\"M162.167 120.707l-6.307-12.525-4.026-5.373 2.64 6.174z\"/>\n    <circle cx=\"173.634\" cy=\"97.454\" r=\"1.167\" fill=\"#008\"/>\n    <path fill=\"#008\" d=\"M156.539 123.038l-2.851-13.73-2.498-6.232.953 6.647z\"/>\n  </g>\n</svg>\n</li><li title=\"cif iq \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 201\">\n  <g fill=\"none\">\n    <path fill=\"#CE1126\" d=\"M.5.5h300v66.667H.5z\"/>\n    <path fill=\"#FFF\" d=\"M.5 67.166h300v66.667H.5z\"/>\n    <path fill=\"#000\" d=\"M.5 133.833h300V200.5H.5z\"/>\n    <path fill=\"#007A3D\" d=\"M91.716 125.266l-1.724-1.892 1.74-1.875 1.74-1.875 1.724 1.892 1.724 1.892-1.74 1.875-1.74 1.875-1.722-1.896-.002.004zm-11.836-.953c-.62-.246-1.626-1.058-2.286-1.842-1.243-1.479-1.526-2.169-.691-1.683 1.245.725 3.712 1.196 4.589.879 3.238-1.176 3.973-5.876 1.388-8.858-.507-.585-.923-1.264-.923-1.511 0-.247.539-.707 1.198-1.024.923-.444 1.374-.927 1.965-2.107.599-1.198.845-1.459 1.133-1.199.411.371 1.8 3.976 1.8 4.673 0 .367.502.448 2.774.448h2.774l-.433-1.131c-.238-.621-.63-1.457-.871-1.858-.39-.649-.393-.764-.018-1.054.231-.179.999-.768 1.708-1.307.708-.539 1.369-1.217 1.468-1.506.245-.717 1.78-2.786 2.064-2.786.126 0 .231 2.169.231 4.82v4.821h34.632V98.277l-.964-.648-.963-.648-.976.81-.976.809v9.872H113.96c-8.001 0-14.547-.055-14.547-.12 0-.105 7.238-10.737 8.123-11.932.184-.248.639-.926 1.01-1.506.372-.58.75-1.122.84-1.205.092-.083.466-.625.836-1.205.368-.58.799-1.213.956-1.406.158-.194 2.78-4.016 5.827-8.494 3.048-4.478 5.632-8.15 5.745-8.16.112-.01.271.355.353.81.457 2.522.808 3.934 1.17 4.711.464.993.192 1.364-1.032 1.405-.579.019-1.914 1.801-8.174 10.914-4.114 5.99-7.522 10.997-7.573 11.129-.051.132 3.658.24 8.243.24h8.335l.004-3.24c.002-1.781.096-3.379.208-3.55.523-.801 6.034-4.989 6.418-4.877.239.069 1.713 1.184 3.275 2.477l2.84 2.352v20.097H88.691l-.483 1.943c-.58 2.329-1.529 4.009-2.803 4.958-1.211.885-3.935 1.135-5.532.499l.007.001zm59.983-23.054c0-10.938.091-15.717.301-15.859.165-.111.882.461 1.593 1.271a47.958 47.958 0 002.817 2.892c1.323 1.233 1.461 1.46 1.053 1.73-1.364.901-1.33.617-1.33 11.016v9.771h2.652c2.355 0 2.79-.087 3.879-.782 1.352-.862 1.441-.748.772.971-.251.641-.53 1.913-.624 2.824l-.169 1.657-5.472.082-5.471.082V101.25v.009h-.001zM168.514 112.848c.145-4.405.563-5.9 2.05-7.319 1.144-1.092 2.781-1.61 4.675-1.477l1.419.1.085-1.802c.108-2.284-.082-3.099-.781-3.341-.838-.289-.667-1.236.349-1.925.497-.337 1.714-1.505 2.703-2.596.989-1.091 1.897-1.983 2.016-1.983s.217 4.355.217 9.679v9.68h3.893v-9.96c0-8.652-.058-10.023-.438-10.436-.24-.261-.553-.476-.695-.476-.624 0-.183-1.211.645-1.773.498-.337 1.708-1.498 2.691-2.581.982-1.083 1.89-1.899 2.017-1.814.126.085.23 6.203.23 13.597v13.443h3.893V84.335l-.695-.657c-.382-.361-.695-.822-.695-1.023 0-.201.865-1.125 1.923-2.054 1.057-.93 2.192-2.101 2.522-2.605 1.419-2.169 1.396-2.493 1.396 18.895v19.811h-29.548l.177-3.859-.049.005zm8.277-2.951v-1.966H175.7c-1.464 0-2.802 1.383-2.802 2.897v1.035h3.893v-1.966zm24.204-8.899c0-10.98.091-15.779.302-15.921.166-.111.886.463 1.599 1.277.714.814 1.985 2.12 2.827 2.904 1.328 1.237 1.467 1.465 1.057 1.737-1.369.905-1.335.621-1.335 11.059v9.809h2.717c2.464 0 2.815-.073 3.776-.783.584-.43 1.128-.708 1.212-.617.084.091-.067.749-.335 1.463-.268.714-.566 2.047-.661 2.961l-.173 1.664-5.493.082-5.493.082v-15.721.004zM179.097 84.54c-.491-.195-1.054-.542-1.251-.769-.303-.347-.153-.382.948-.21 1.977.306 3.188-.058 4.291-1.294l.97-1.085 1.347.52c.741.286 1.516.45 1.722.363.534-.224 1.503-1.893 1.406-2.424-.118-.648.429-.549.767.137.664 1.349.11 3.059-1.159 3.58-.621.255-1.221.262-2.227.028-1.236-.288-1.438-.258-1.98.294-1.211 1.237-3.058 1.566-4.833.863l-.001-.003zm3.371-4.995c-.67-.497-2.084-3.045-2.137-3.856-.047-.695.067-.907.521-.979.795-.124 1.163.452 1.774 2.78.501 1.907.449 2.508-.157 2.054h-.001v.001z\"/>\n  </g>\n</svg>\n</li><li title=\"cif ir \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 300 173\">\n  <g fill=\"none\" fill-rule=\"evenodd\">\n    <path fill=\"#239F40\" fill-rule=\"nonzero\" d=\"M0 .5h300v172H0z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M0 57.833h300v57.333H0z\"/>\n    <path fill=\"#DA0000\" fill-rule=\"nonzero\" d=\"M0 115.166h300v57.333H0z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"square\" stroke- d=\"M138 49.138h16m-16 5.351v-2.676h5.333v2.676h5.333v-2.676H146m8 2.676h-2.667v-2.676h5.333v-2.676m.001 2.676v2.676H162v-5.351m-2.666 0v5.351M138 57.451h10.667m2.667 0H162M138 118.511h16m-16 5.351v-2.676h5.333v2.676h5.333v-2.676H146m8 2.676h-2.667v-2.676h5.333v-2.676m.001 2.676v2.676H162v-5.351m-2.666 0v5.351M138 115.549h10.667m2.667 0H162M164.667 49.138h16m-16 5.351v-2.676H170v2.676h5.333v-2.676h-2.667m8.001 2.676H178v-2.676h5.333v-2.676m.001 2.676v2.676h5.333v-5.351m-2.667 0v5.351M164.667 57.451h10.667m2.666 0h10.667M164.667 118.511h16m-16 5.351v-2.676H170v2.676h5.333v-2.676h-2.667m8.001 2.676H178v-2.676h5.333v-2.676m.001 2.676v2.676h5.333v-5.351m-2.667 0v5.351M164.667 115.549h10.667m2.666 0h10.667M84.667 49.138h16m-16 5.351v-2.676H90v2.676h5.333v-2.676h-2.667m8.001 2.676H98v-2.676h5.333v-2.676m.001 2.676v2.676h5.333v-5.351m-2.667 0v5.351M84.667 57.451h10.667m2.666 0h10.667M84.667 118.511h16m-16 5.351v-2.676H90v2.676h5.333v-2.676h-2.667m8.001 2.676H98v-2.676h5.333v-2.676m.001 2.676v2.676h5.333v-5.351m-2.667 0v5.351M84.667 115.549h10.667m2.666 0h10.667M111.334 49.138h16m-16 5.351v-2.676h5.333v2.676H122v-2.676h-2.667m8.001 2.676h-2.667v-2.676H130v-2.676m0 2.676v2.676h5.333v-5.351m-2.666 0v5.351M111.334 57.451H122m2.667 0h10.667M111.334 118.511h16m-16 5.351v-2.676h5.333v2.676H122v-2.676h-2.667m8.001 2.676h-2.667v-2.676H130v-2.676m0 2.676v2.676h5.333v-5.351m-2.666 0v5.351M111.334 115.549H122m2.667 0h10.667M244.667 49.138h16m-16 5.351v-2.676H250v2.676h5.333v-2.676h-2.667m8.001 2.676H258v-2.676h5.333v-2.676m.001 2.676v2.676h5.333v-5.351m-2.667 0v5.351M244.667 57.451h10.667m2.666 0h10.667M244.667 118.511h16m-16 5.351v-2.676H250v2.676h5.333v-2.676h-2.667m8.001 2.676H258v-2.676h5.333v-2.676m.001 2.676v2.676h5.333v-5.351m-2.667 0v5.351M244.667 115.549h10.667m2.666 0h10.667M271.334 49.138h16m-16 5.351v-2.676h5.333v2.676H282v-2.676h-2.667m8.001 2.676h-2.667v-2.676H290v-2.676m0 2.676v2.676h5.333v-5.351m-2.666 0v5.351M271.334 57.451H282m2.667 0h10.667M271.334 118.511h16m-16 5.351v-2.676h5.333v2.676H282v-2.676h-2.667m8.001 2.676h-2.667v-2.676H290v-2.676m0 2.676v2.676h5.333v-5.351m-2.666 0v5.351M271.334 115.549H282m2.667 0h10.667M191.334 49.138h16m-16 5.351v-2.676h5.333v2.676H202v-2.676h-2.667m8.001 2.676h-2.667v-2.676H210v-2.676m0 2.676v2.676h5.333v-5.351m-2.666 0v5.351M191.334 57.451H202m2.667 0h10.667M191.334 118.511h16m-16 5.351v-2.676h5.333v2.676H202v-2.676h-2.667m8.001 2.676h-2.667v-2.676H210v-2.676m0 2.676v2.676h5.333v-5.351m-2.666 0v5.351M191.334 115.549H202m2.667 0h10.667M218 49.138h16m-16 5.351v-2.676h5.333v2.676h5.333v-2.676H226m8 2.676h-2.667v-2.676h5.333v-2.676m.001 2.676v2.676H242v-5.351m-2.666 0v5.351M218 57.451h10.667m2.667 0H242M218 118.511h16m-16 5.351v-2.676h5.333v2.676h5.333v-2.676H226m8 2.676h-2.667v-2.676h5.333v-2.676m.001 2.676v2.676H242v-5.351m-2.666 0v5.351M218 115.549h10.667m2.667 0H242M58 49.138h16m-16 5.351v-2.676h5.333v2.676h5.333v-2.676H66m8 2.676h-2.667v-2.676h5.333v-2.676m.001 2.676v2.676H82v-5.351m-2.666 0v5.351M58 57.451h10.667m2.667 0H82M58 118.511h16m-16 5.351v-2.676h5.333v2.676h5.333v-2.676H66m8 2.676h-2.667v-2.676h5.333v-2.676m.001 2.676v2.676H82v-5.351m-2.666 0v5.351M58 115.549h10.667m2.667 0H82M4.667 49.138h16m-16 5.351v-2.676H10v2.676h5.333v-2.676h-2.667m8.001 2.676H18v-2.676h5.333v-2.676m.001 2.676v2.676h5.333v-5.351m-2.667 0v5.351M4.667 57.451h10.667m2.666 0h10.667M4.667 118.511h16m-16 5.351v-2.676H10v2.676h5.333v-2.676h-2.667m8.001 2.676H18v-2.676h5.333v-2.676m.001 2.676v2.676h5.333v-5.351m-2.667 0v5.351M4.667 115.549h10.667m2.666 0h10.667M31.334 49.138h16m-16 5.351v-2.676h5.333v2.676H42v-2.676h-2.667m8.001 2.676h-2.667v-2.676H50v-2.676m0 2.676v2.676h5.333v-5.351m-2.666 0v5.351M31.334 57.451H42m2.667 0h10.667M31.334 118.511h16m-16 5.351v-2.676h5.333v2.676H42v-2.676h-2.667m8.001 2.676h-2.667v-2.676H50v-2.676m0 2.676v2.676h5.333v-5.351m-2.666 0v5.351M31.334 115.549H42m2.667 0h10.667\"/>\n    <path fill=\"#DA0000\" fill-rule=\"nonzero\" d=\"M158.73 71.13s15.505 12.166 4.108 29.65c10.734-6.581 11.661-24.681-4.108-29.65zM150 69.402c-2.468 2.792-6.709.017-5.251-3.025 2.551 4.587 5.251.881 5.251.881s2.7 3.706 5.251-.881c1.458 3.042-2.782 5.817-5.251 3.025z\"/>\n    <path fill=\"#DA0000\" fill-rule=\"nonzero\" d=\"M150 107.297l-1.772-2.327s-4.174 1.396-9.674-.532c4.506 0 7.024-.798 7.951-1.263 0 0-10.204-5.518-10.006-16.753.596-11.368 6.626-14.826 6.626-14.826s-10.734 15.689 5.036 28.802l-.696-16.221V72.26c.895-.216 2.534-2.111 2.534-2.111s1.64 1.895 2.534 2.111v11.917l-.696 16.221c15.769-13.113 5.035-28.803 5.035-28.803s6.03 3.457 6.626 14.825c.199 11.235-10.005 16.753-10.005 16.753.927.465 3.446 1.263 7.951 1.263-5.5 1.928-9.674.532-9.674.532l-1.772 2.327.002.002z\"/>\n    <path fill=\"#DA0000\" fill-rule=\"nonzero\" d=\"M141.271 71.13s-15.505 12.166-4.108 29.65c-10.734-6.581-11.662-24.681 4.108-29.65z\"/>\n  </g>\n</svg>\n</li><li title=\"cif is \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 217\">\n  <g fill=\"none\">\n    <path fill=\"#003897\" d=\"M.5.5h300v216H.5\"/>\n    <path fill=\"#FFF\" d=\"M84.5.5h48v216h-48m-84-132h300v48H.5\"/>\n    <path fill=\"#D72828\" d=\"M96.5.5h24v216h-24m-96-120h300v24H.5\"/>\n  </g>\n</svg>\n</li><li title=\"cif it \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 201\">\n  <g fill=\"none\">\n    <path fill=\"#009246\" d=\"M.5.5h100v200H.5z\"/>\n    <path fill=\"#FFF\" d=\"M100.5.5h100v200h-100z\"/>\n    <path fill=\"#CE2B37\" d=\"M200.5.5h100v200h-100z\"/>\n  </g>\n</svg>\n</li><li title=\"cif jm \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"   viewBox=\"0 0 301 151\">\n  <defs>\n    <path id=\"a\" d=\"M.5.5h300v150H.5z\"/>\n  </defs>\n  <g fill=\"none\" fill-rule=\"evenodd\">\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" d=\"M.5.5h300v150H.5z\"/>\n    <mask id=\"b\" fill=\"#fff\">\n      <use xlink:href=\"#a\"/>\n    </mask>\n    <path fill=\"#000\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M300.5.5l-150 75 150 75M.5.5l150 75-150 75\" mask=\"url(#b)\"/>\n  </g>\n</svg>\n</li><li title=\"cif jo \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 151\">\n  <g fill=\"none\">\n    <path fill=\"#000\" d=\"M.5.5h300v150H.5z\"/>\n    <path fill=\"#FFF\" d=\"M.5 50.5h300v50H.5z\"/>\n    <path fill=\"#007A3D\" d=\"M.5 100.5h300v50H.5z\"/>\n    <path fill=\"#CE1126\" d=\"M150.5 75.5l-150 75V.5z\"/>\n    <path fill=\"#FFF\" d=\"M56.853 78.091l-6.392.596.842 6.385-4.45-4.641-4.451 4.641.843-6.385-6.392-.596 5.501-3.32-3.521-5.386 6.018 2.244 2.002-6.119 2.002 6.119 6.017-2.244-3.52 5.386z\"/>\n  </g>\n</svg>\n</li><li title=\"cif jp \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 201\">\n  <g fill=\"none\">\n    <path fill=\"#FFF\" d=\"M.5.5h300v200H.5z\"/>\n    <circle cx=\"150.5\" cy=\"100.5\" r=\"60\" fill=\"#BC002D\"/>\n  </g>\n</svg>\n</li><li title=\"cif ke \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 201\">\n  <g fill=\"none\">\n    <path fill=\"#FFF\" d=\"M.5.5h300v200H.5z\"/>\n    <path fill=\"#000\" d=\"M.5.5h300v60H.5z\"/>\n    <path fill=\"#060\" d=\"M.5 140.5h300v60H.5z\"/>\n    <path fill=\"#000\" stroke=\"currentColor\" stroke- d=\"M114.777 159.875l2.165 1.25 58.391-101.136c3.415-.915 5.29-4.163 7.165-7.41 1.25-2.165 6.25-10.826 8.417-22.079-8.662 7.503-13.662 16.163-14.912 18.329-1.875 3.247-3.75 6.495-2.835 9.91l-58.391 101.136z\"/>\n    <path fill=\"#FFF\" d=\"M114.777 159.875l2.165 1.25 58.391-101.136c3.415-.915 5.29-4.163 7.165-7.41 1.25-2.165 6.25-10.826 8.417-22.079-8.662 7.503-13.662 16.163-14.912 18.329-1.875 3.247-3.75 6.495-2.835 9.91l-58.391 101.136z\"/>\n    <path fill=\"#000\" stroke=\"currentColor\" stroke- d=\"M186.224 159.875l-2.165 1.25-58.391-101.136c-3.415-.915-5.29-4.163-7.165-7.41-1.25-2.165-6.25-10.826-8.417-22.079 8.662 7.503 13.662 16.163 14.912 18.329 1.875 3.247 3.75 6.495 2.835 9.91l58.391 101.136z\"/>\n    <path fill=\"#FFF\" d=\"M186.224 159.875l-2.165 1.25-58.391-101.136c-3.415-.915-5.29-4.163-7.165-7.41-1.25-2.165-6.25-10.826-8.417-22.079 8.662 7.503 13.662 16.163 14.912 18.329 1.875 3.247 3.75 6.495 2.835 9.91l58.391 101.136z\"/>\n    <path fill=\"#B00\" d=\"M.5 70.5v60h126.25c3.75 10 16.25 30 23.75 30s20-20 23.75-30H300.5v-60H174.25c-3.75-10-16.25-30-23.75-30s-20 20-23.75 30H.5z\"/>\n    <path fill=\"#000\" d=\"M174.25 130.5c3.75-10 6.25-20 6.25-30s-2.5-20-6.25-30c-3.75 10-6.25 20-6.25 30s2.5 20 6.25 30M126.75 130.5c-3.75-10-6.25-20-6.25-30s2.5-20 6.25-30c3.75 10 6.25 20 6.25 30s-2.5 20-6.25 30\"/>\n    <ellipse cx=\"150.5\" cy=\"100.5\" fill=\"#FFF\" rx=\"5\" ry=\"7.5\"/>\n    <path fill=\"#FFF\" d=\"M151.75 107.812s5 10 5 26.25-5 26.25-5 26.25v-52.5zM149.25 93.187s-5-10-5-26.25 5-26.25 5-26.25v52.5zM149.25 107.812s-5 10-5 26.25 5 26.25 5 26.25v-52.5zM151.75 93.187s5-10 5-26.25-5-26.25-5-26.25v52.5z\"/>\n  </g>\n</svg>\n</li><li title=\"cif kg \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"   viewBox=\"0 0 301 181\">\n  <defs>\n    <ellipse id=\"a\" cx=\"24.704\" cy=\"24.912\" rx=\"24.563\" ry=\"24.833\"/>\n    <ellipse id=\"c\" cx=\"24.704\" cy=\"24.912\" rx=\"24.563\" ry=\"24.833\"/>\n    <ellipse id=\"e\" cx=\"24.704\" cy=\"24.912\" rx=\"24.563\" ry=\"24.833\"/>\n    <ellipse id=\"g\" cx=\"24.704\" cy=\"24.912\" rx=\"24.563\" ry=\"24.833\"/>\n    <ellipse id=\"i\" cx=\"24.704\" cy=\"24.912\" rx=\"24.563\" ry=\"24.833\"/>\n    <ellipse id=\"k\" cx=\"24.704\" cy=\"24.912\" rx=\"24.563\" ry=\"24.833\"/>\n  </defs>\n  <g fill=\"none\" fill-rule=\"evenodd\">\n    <path fill=\"#E8112D\" fill-rule=\"nonzero\" d=\"M.5.5h300v180H.5z\"/>\n    <path fill=\"#FFEF00\" fill-rule=\"nonzero\" d=\"M153.224 58.281c-2.52-6.6 2.88-16.8-2.52-21.6 1.8 7.2-4.2 15-2.52 21.6 1.68 6.6 7.56 6.6 5.04 0z\"/>\n    <path fill=\"#FFEF00\" fill-rule=\"nonzero\" d=\"M158.262 59.074c-1.457-6.913 5.473-16.143.89-21.728.652 7.393-6.495 14.158-5.868 20.94.626 6.782 6.434 7.701 4.978.788z\"/>\n    <path fill=\"#FFEF00\" fill-rule=\"nonzero\" d=\"M163.113 60.646c-.357-7.056 7.931-15.088 4.278-21.322-.513 7.404-8.63 12.968-9.071 19.764-.442 6.797 5.15 8.614 4.793 1.558z\"/>\n    <path fill=\"#FFEF00\" fill-rule=\"nonzero\" d=\"M167.659 62.957c.751-7.025 10.193-13.661 7.561-20.39-1.665 7.232-10.552 11.458-12.052 18.102-1.5 6.643 3.74 9.313 4.491 2.288z\"/>\n    <path fill=\"#FFEF00\" fill-rule=\"nonzero\" d=\"M171.787 65.95c1.841-6.821 12.205-11.899 10.657-18.956-2.776 6.883-12.214 9.667-14.735 15.993-2.52 6.328 2.237 9.784 4.078 2.963z\"/>\n    <path fill=\"#FFEF00\" fill-rule=\"nonzero\" d=\"M175.396 69.553c2.885-6.449 13.916-9.843 13.492-17.055-3.819 6.364-13.576 7.637-17.055 13.492-3.48 5.854.678 10.012 3.563 3.563z\"/>\n    <path fill=\"#FFEF00\" fill-rule=\"nonzero\" d=\"M178.397 73.676c3.858-5.918 15.284-7.545 15.994-14.735-4.767 5.688-14.604 5.419-18.956 10.658-4.352 5.238-.896 9.995 2.962 4.077z\"/>\n    <path fill=\"#FFEF00\" fill-rule=\"nonzero\" d=\"M180.717 78.217c4.737-5.242 16.276-5.061 18.102-12.051-5.598 4.872-15.272 3.067-20.39 7.561-5.118 4.493-2.449 9.732 2.288 4.49z\"/>\n    <path fill=\"#FFEF00\" fill-rule=\"nonzero\" d=\"M182.297 83.066c5.498-4.436 16.868-2.452 19.764-9.071-6.291 3.937-15.564.641-21.321 4.278-5.758 3.637-3.941 9.229 1.557 4.793z\"/>\n    <path fill=\"#FFEF00\" fill-rule=\"nonzero\" d=\"M183.099 88.102c6.125-3.521 17.044.216 20.94-5.868-6.83 2.904-15.472-1.802-21.728.89-6.256 2.692-5.336 8.499.788 4.978z\"/>\n    <path fill=\"#FFEF00\" fill-rule=\"nonzero\" d=\"M183.104 93.202c6.6-2.52 16.8 2.88 21.6-2.52-7.2 1.8-15-4.2-21.6-2.52-6.6 1.679-6.6 7.559 0 5.04z\"/>\n    <path fill=\"#FFEF00\" fill-rule=\"nonzero\" d=\"M182.311 98.239c6.913-1.456 16.143 5.473 21.728.89-7.393.652-14.158-6.495-20.94-5.868-6.781.627-7.701 6.434-.788 4.978z\"/>\n    <path fill=\"#FFEF00\" fill-rule=\"nonzero\" d=\"M180.74 103.09c7.056-.357 15.088 7.931 21.321 4.278-7.404-.513-12.968-8.63-19.764-9.071-6.796-.442-8.613 5.151-1.557 4.793z\"/>\n    <path fill=\"#FFEF00\" fill-rule=\"nonzero\" d=\"M178.429 107.636c7.025.751 13.661 10.193 20.39 7.561-7.233-1.665-11.458-10.552-18.102-12.052-6.644-1.499-9.313 3.74-2.288 4.491z\"/>\n    <path fill=\"#FFEF00\" fill-rule=\"nonzero\" d=\"M175.435 111.764c6.821 1.841 11.899 12.205 18.956 10.658-6.883-2.776-9.666-12.215-15.994-14.735-6.327-2.52-9.783 2.237-2.962 4.077z\"/>\n    <path fill=\"#FFEF00\" fill-rule=\"nonzero\" d=\"M171.832 115.374c6.449 2.885 9.843 13.916 17.055 13.491-6.364-3.818-7.637-13.576-13.492-17.055-5.854-3.479-10.011.679-3.563 3.564z\"/>\n    <path fill=\"#FFEF00\" fill-rule=\"nonzero\" d=\"M167.71 118.375c5.918 3.858 7.545 15.284 14.735 15.993-5.688-4.767-5.419-14.604-10.657-18.956-5.24-4.352-9.996-.896-4.078 2.963z\"/>\n    <path fill=\"#FFEF00\" fill-rule=\"nonzero\" d=\"M163.168 120.694c5.242 4.737 5.061 16.276 12.052 18.102-4.872-5.598-3.068-15.272-7.561-20.39s-9.733-2.448-4.491 2.288z\"/>\n    <path fill=\"#FFEF00\" fill-rule=\"nonzero\" d=\"M158.32 122.274c4.436 5.498 2.452 16.868 9.071 19.764-3.937-6.292-.641-15.564-4.278-21.322-3.637-5.757-9.23-3.94-4.793 1.558z\"/>\n    <path fill=\"#FFEF00\" fill-rule=\"nonzero\" d=\"M153.283 123.077c3.522 6.125-.216 17.044 5.868 20.94-2.904-6.83 1.802-15.472-.89-21.728-2.692-6.256-8.499-5.337-4.978.788z\"/>\n    <path fill=\"#FFEF00\" fill-rule=\"nonzero\" d=\"M148.184 123.081c2.52 6.6-2.88 16.8 2.52 21.6-1.8-7.2 4.2-15 2.52-21.6-1.68-6.6-7.56-6.6-5.04 0z\"/>\n    <path fill=\"#FFEF00\" fill-rule=\"nonzero\" d=\"M143.147 122.288c1.456 6.913-5.473 16.143-.89 21.728-.652-7.393 6.495-14.158 5.868-20.94-.627-6.781-6.435-7.701-4.978-.788z\"/>\n    <path fill=\"#FFEF00\" fill-rule=\"nonzero\" d=\"M138.295 120.717c.357 7.056-7.93 15.088-4.278 21.322.513-7.404 8.63-12.968 9.072-19.764.441-6.797-5.151-8.614-4.794-1.558z\"/>\n    <path fill=\"#FFEF00\" fill-rule=\"nonzero\" d=\"M133.749 118.406c-.751 7.025-10.193 13.661-7.561 20.39 1.665-7.233 10.552-11.459 12.052-18.102 1.5-6.643-3.74-9.313-4.491-2.288z\"/>\n    <path fill=\"#FFEF00\" fill-rule=\"nonzero\" d=\"M129.621 115.412c-1.841 6.821-12.205 11.899-10.658 18.956 2.776-6.883 12.215-9.667 14.735-15.993 2.521-6.327-2.236-9.783-4.077-2.963z\"/>\n    <path fill=\"#FFEF00\" fill-rule=\"nonzero\" d=\"M126.012 111.81c-2.885 6.449-13.916 9.843-13.492 17.055 3.818-6.364 13.576-7.637 17.055-13.491 3.48-5.855-.678-10.013-3.563-3.564z\"/>\n    <path fill=\"#FFEF00\" fill-rule=\"nonzero\" d=\"M123.011 107.687c-3.858 5.918-15.284 7.545-15.993 14.735 4.767-5.688 14.604-5.419 18.956-10.658 4.351-5.238.895-9.995-2.963-4.077z\"/>\n    <path fill=\"#FFEF00\" fill-rule=\"nonzero\" d=\"M120.691 103.145c-4.736 5.242-16.276 5.061-18.102 12.052 5.598-4.873 15.272-3.068 20.39-7.561 5.119-4.493 2.449-9.732-2.288-4.491z\"/>\n    <path fill=\"#FFEF00\" fill-rule=\"nonzero\" d=\"M119.111 98.297c-5.498 4.436-16.868 2.452-19.764 9.071 6.291-3.937 15.564-.641 21.322-4.278 5.757-3.637 3.94-9.229-1.558-4.793z\"/>\n    <path fill=\"#FFEF00\" fill-rule=\"nonzero\" d=\"M118.309 93.261c-6.125 3.521-17.044-.216-20.94 5.868 6.83-2.904 15.472 1.802 21.728-.89 6.256-2.692 5.336-8.499-.788-4.978z\"/>\n    <path fill=\"#FFEF00\" fill-rule=\"nonzero\" d=\"M118.304 88.161c-6.6 2.52-16.8-2.88-21.6 2.52 7.2-1.8 15 4.2 21.6 2.52 6.6-1.68 6.6-7.56 0-5.04z\"/>\n    <path fill=\"#FFEF00\" fill-rule=\"nonzero\" d=\"M119.097 83.124c-6.913 1.456-16.143-5.473-21.728-.89 7.393-.652 14.158 6.495 20.94 5.868 6.781-.627 7.701-6.435.788-4.978z\"/>\n    <path fill=\"#FFEF00\" fill-rule=\"nonzero\" d=\"M120.669 78.273c-7.056.357-15.088-7.931-21.322-4.278 7.404.513 12.968 8.63 19.764 9.071 6.796.442 8.613-5.15 1.558-4.793z\"/>\n    <path fill=\"#FFEF00\" fill-rule=\"nonzero\" d=\"M122.98 73.727c-7.025-.751-13.661-10.193-20.39-7.561 7.233 1.665 11.459 10.552 18.102 12.051 6.643 1.5 9.312-3.739 2.288-4.49z\"/>\n    <path fill=\"#FFEF00\" fill-rule=\"nonzero\" d=\"M125.973 69.599c-6.821-1.841-11.899-12.205-18.956-10.658 6.883 2.776 9.667 12.215 15.993 14.735 6.328 2.52 9.784-2.237 2.963-4.077z\"/>\n    <path fill=\"#FFEF00\" fill-rule=\"nonzero\" d=\"M129.576 65.989c-6.449-2.885-9.843-13.916-17.055-13.492 6.364 3.819 7.637 13.576 13.492 17.055 5.854 3.48 10.012-.678 3.563-3.563z\"/>\n    <path fill=\"#FFEF00\" fill-rule=\"nonzero\" d=\"M133.698 62.988c-5.918-3.858-7.545-15.284-14.735-15.993 5.688 4.767 5.419 14.604 10.658 18.956 5.239 4.351 9.996.895 4.077-2.963z\"/>\n    <path fill=\"#FFEF00\" fill-rule=\"nonzero\" d=\"M138.24 60.669c-5.242-4.737-5.061-16.276-12.052-18.102 4.873 5.598 3.068 15.272 7.561 20.39 4.494 5.118 9.733 2.448 4.491-2.288z\"/>\n    <path fill=\"#FFEF00\" fill-rule=\"nonzero\" d=\"M143.089 59.089c-4.436-5.498-2.452-16.868-9.072-19.764 3.937 6.292.641 15.564 4.278 21.322 3.638 5.757 9.23 3.94 4.794-1.558z\"/>\n    <path fill=\"#FFEF00\" fill-rule=\"nonzero\" d=\"M148.125 58.286c-3.521-6.125.216-17.044-5.868-20.94 2.904 6.83-1.802 15.473.89 21.728 2.692 6.257 8.499 5.337 4.978-.788z\"/>\n    <circle cx=\"150.704\" cy=\"90.681\" r=\"32.4\" fill=\"#E8112D\" fill-rule=\"nonzero\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M182.599 90.195c.003 17.596-14.26 31.863-31.856 31.865-17.596.003-31.862-14.26-31.865-31.856v-.009c-.003-17.596 14.26-31.862 31.856-31.865 17.596-.003 31.862 14.26 31.865 31.856v.009z\"/>\n    <ellipse cx=\"150.704\" cy=\"88.911\" fill=\"#FFEF00\" fill-rule=\"nonzero\" rx=\"24.029\" ry=\"24.293\"/>\n    <g transform=\"translate(126 64)\">\n      <mask id=\"b\" fill=\"#fff\">\n        <use xlink:href=\"#a\"/>\n      </mask>\n      <path fill=\"#E8112D\" fill-rule=\"nonzero\" d=\"M48.733 11.61c-18.768 0-33.982 15.381-33.982 34.355 0 18.974 15.214 34.355 33.982 34.355l-1.922 1.331c-19.494 0-35.298-15.977-35.298-35.686s15.804-35.686 35.298-35.686l1.922 1.331z\" mask=\"url(#b)\"/>\n    </g>\n    <g transform=\"translate(126 64)\">\n      <mask id=\"d\" fill=\"#fff\">\n        <use xlink:href=\"#c\"/>\n      </mask>\n      <path fill=\"#E8112D\" fill-rule=\"nonzero\" d=\"M45.529 9.338C25.52 9.338 9.3 25.737 9.3 45.966s16.22 36.628 36.229 36.628l-1.922 1.486c-20.821 0-37.7-17.064-37.7-38.114 0-21.05 16.879-38.114 37.7-38.114l1.922 1.486z\" mask=\"url(#d)\"/>\n    </g>\n    <g transform=\"translate(126 64)\">\n      <mask id=\"f\" fill=\"#fff\">\n        <use xlink:href=\"#e\"/>\n      </mask>\n      <path fill=\"#E8112D\" fill-rule=\"nonzero\" d=\"M42.325 6.815c-21.387 0-38.724 17.528-38.724 39.15s17.337 39.15 38.724 39.15l-1.922 1.614c-22.268 0-40.32-18.25-40.32-40.764 0-22.513 18.052-40.763 40.32-40.763l1.922 1.613z\" mask=\"url(#f)\"/>\n    </g>\n    <g transform=\"translate(126 64)\">\n      <mask id=\"h\" fill=\"#fff\">\n        <use xlink:href=\"#g\"/>\n      </mask>\n      <path fill=\"#E8112D\" fill-rule=\"nonzero\" d=\"M.675 11.61c18.768 0 33.982 15.381 33.982 34.355 0 18.974-15.214 34.355-33.982 34.355l1.922 1.331c19.495 0 35.298-15.977 35.298-35.686S22.092 10.279 2.597 10.279L.675 11.61z\" mask=\"url(#h)\"/>\n    </g>\n    <g transform=\"translate(126 64)\">\n      <mask id=\"j\" fill=\"#fff\">\n        <use xlink:href=\"#i\"/>\n      </mask>\n      <path fill=\"#E8112D\" fill-rule=\"nonzero\" d=\"M3.879 9.338c20.009 0 36.23 16.399 36.23 36.628s-16.22 36.628-36.23 36.628l1.922 1.486c20.821 0 37.699-17.064 37.699-38.114 0-21.05-16.879-38.114-37.699-38.114L3.879 9.338z\" mask=\"url(#j)\"/>\n    </g>\n    <g transform=\"translate(126 64)\">\n      <mask id=\"l\" fill=\"#fff\">\n        <use xlink:href=\"#k\"/>\n      </mask>\n      <path fill=\"#E8112D\" fill-rule=\"nonzero\" d=\"M7.083 6.815c21.387 0 38.724 17.528 38.724 39.15s-17.338 39.15-38.724 39.15l1.922 1.614c22.268 0 40.32-18.25 40.32-40.764 0-22.513-18.052-40.763-40.32-40.763L7.083 6.815z\" mask=\"url(#l)\"/>\n    </g>\n  </g>\n</svg>\n</li><li title=\"cif kh \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 193\">\n  <g fill=\"none\" fill-rule=\"evenodd\">\n    <path fill=\"#E00025\" fill-rule=\"nonzero\" d=\"M.5 48.5h300v96H.5z\"/>\n    <path fill=\"#032EA1\" fill-rule=\"nonzero\" d=\"M.5.5h300v48H.5zM.5 144.5h300v48H.5z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M149.37 58.994s-.07-1.974 1.08-1.995c1.15.021 1.08 1.995 1.08 1.995h-2.16zM196.875 110.6v-9.849c.322-1.249 1.382-2.354 2.179-2.576v-9.237c-1.206 0-1.796 1.571-1.796 1.571l-2.05 9.03v10.985l1.667.076z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"square\" stroke-linejoin=\"bevel\" stroke- d=\"M178.98 90.993h-2.957v6.266h2.957z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linejoin=\"bevel\" stroke- d=\"M123.46 90.993h54.625v21.018H123.46V90.993z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M104.218 110.561v-9.81c-.322-1.25-1.382-2.355-2.18-2.577v-8.637l1.796.971 2.05 9.03v11.022h-1.666v.001z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M104.218 110.6v-9.849c-.322-1.249-1.382-2.354-2.18-2.576v-9.237c1.206 0 1.796 1.571 1.796 1.571l2.05 9.03v10.985l-1.666.076z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M102.094 113.115c.845-.43 1.809-1.432 2.124-2.553h92.676c.315 1.121 1.279 2.123 2.124 2.553h-96.924z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"square\" stroke-linejoin=\"bevel\" stroke- d=\"M175.262 102.596h1.722v7.918h-1.722z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linejoin=\"bevel\" stroke- d=\"M123.461 98.686h54.624v2.443h-54.624zM123.461 95.374h54.624v2.155h-54.624z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linejoin=\"bevel\" stroke- d=\"M123.461 92.066h54.624v2.09h-54.624z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"square\" stroke-linejoin=\"bevel\" stroke- d=\"M178.98 90.993h-2.957v6.266h2.957z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M198.072 113.115c-.831-.375-2.04-1.4-2.04-2.433V98.42l.57-1.012H175.71l.815 1.012v12.263c0 1.032-.83 2.058-1.661 2.433h23.207z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"square\" stroke-linejoin=\"bevel\" stroke- d=\"M137.838 102.596h1.722v7.918h-1.722zM161.355 102.596h1.721v7.918h-1.721z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M164.234 113.115c-.973-.375-2.39-1.4-2.39-2.433V99.02l1.267-1.612h-25.332l1.214 1.612v11.663c0 1.032-.973 2.058-1.945 2.433h27.186z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"square\" stroke-linejoin=\"bevel\" stroke- d=\"M142.284 102.596h1.722v7.918h-1.722zM156.835 102.596h1.721v7.918h-1.721z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M137.326 84.134V97.408h25.93V94.55l.038-10.415c-1.061.417-1.247 1.378-1.247 1.378v5.653h-23.4v-5.653s-.261-.96-1.321-1.378z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M159.738 113.115c-.848-.375-2.694-1.4-2.694-2.433V97.63c.18-.729 1.169-1.159 1.805-1.612h-17.195c.818.433 1.73.793 2.057 1.612v13.052c0 1.032-1.46 2.058-2.307 2.433h18.334z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M162.045 96.157v-9.402h-2.357v-.916h-18.643v.916h-2.357v9.402z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"square\" stroke-linejoin=\"bevel\" stroke- d=\"M123.892 102.596h1.722v7.918h-1.722z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M102.94 113.115c.832-.375 2.04-1.4 2.04-2.433V98.42l-.57-1.012h20.89l-.814 1.012v12.263c0 1.032.83 2.058 1.66 2.433h-23.205z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"square\" stroke-linejoin=\"bevel\" stroke- d=\"M105.179 89.246h1.928v7.152h-1.928zM105.167 87.716h1.928v1.507h-1.928z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M121.93 113.115c-.831-.375-2.04-1.4-2.04-2.433V99.02l1.738-1.612h-14.202l1.737 1.612v11.663c0 1.032-1.21 2.058-2.04 2.433h14.807z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M119.94 113.115c-.83-.375-2.038-1.4-2.038-2.433V100.14l1.137-1.612h-9.023l1.137 1.612v10.543c0 1.032-1.21 2.058-2.04 2.433h10.828zM193.823 113.115c-.83-.375-2.04-1.4-2.04-2.433V99.02l1.738-1.612h-14.202l1.737 1.612v11.663c0 1.032-1.21 2.058-2.04 2.433h14.807z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M191.834 113.115c-.83-.375-2.04-1.4-2.04-2.433V100.14l1.138-1.612h-9.023l1.137 1.612v10.543c0 1.032-1.21 2.058-2.04 2.433h10.828zM112.37 98.526h4.312v14.59h-4.311v-14.59zM156.023 113.115c-.83-.375-2.04-1.4-2.04-2.433V99.54l.683-1.012h-8.491l.682 1.012v11.143c0 1.032-1.21 2.058-2.04 2.433h11.206z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M148.268 98.53h4.303v14.581h-4.303z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M184.265 98.526h4.31v14.59h-4.31z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linejoin=\"bevel\" stroke- d=\"M146.101 92.985h8.637v3.182h-8.637z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linejoin=\"bevel\" stroke- d=\"M154.832 95.321c.01-.96 2.802-1.004 4.239-1.822h-17.257c1.437.818 4.164.885 4.164 1.822l.584 1.863 7.144.287 1.126-2.15z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M158.206 85.175c0-2.35.098-3.257.82-3.257v7.48c-1.771.642-3.035 2.903-3.035 2.903h-11.142s-1.264-2.26-3.036-2.903V81.92c.89 0 .896.947.896 3.257h15.497z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M145.015 86.567c1.435 1.723 1.302 4.646 1.286 6.37h8.325c-.016-1.723-.15-4.646 1.285-6.37h-10.896z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"square\" stroke-linejoin=\"bevel\" stroke- d=\"M106.506 102.596h1.722v7.918h-1.722zM193.962 89.246h1.929v7.152h-1.929z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M102.094 113.115c.845-.43 1.809-1.432 2.124-2.553h92.676c.315 1.121 1.279 2.123 2.124 2.553h-96.924z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"square\" stroke-linejoin=\"bevel\" stroke- d=\"M121.265 102.596h1.722v7.918h-1.722z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M103.829 86.808v10.598h1.205V86.781c-.434-.219-.842-.252-1.205.027z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M103.866 93.666c1.494.764 2.974 1.648 3.348 3.74h-3.348v-3.74z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"square\" stroke-linejoin=\"bevel\" stroke- d=\"M122.09 90.993h2.956v6.266h-2.956z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M124.587 90.491v6.915h.977v-6.932c-.305-.143-.722-.166-.977.017zM143.374 85.174v-2.657c-.038-1.329-1.324-1.425-1.362-2.394 0 0-.166-1.453.217-2.116.52 1.943 1.467 1.586 1.467.787 0-.697-.536-1.346-1.636-3.039-.352-.54-.134-2.236.359-2.843.19 1.474.409 2.18 1.043 2.18.386 0 .7-.253.7-.99 0-.94-.635-1.414-.948-2.269-.365-.997-.114-2.014.493-2.582.26 1.454.183 2.034.828 2.034 1.302-.412 0-2.298-.278-2.773-.32-.555.43-1.66.43-1.66.414 1.29.547 1.395.994 1.276.564-.15.49-.987-.197-1.663-.434-.426-.388-1.06.078-1.57.468.914 1.067.858 1.125.315l-.376-2.109h8.282l-.411 2.04c-.118.583.67.71 1.16-.248.466.51.512 1.145.078 1.571-.687.676-.76 1.512-.197 1.663.447.12.58.014.994-1.277 0 0 .673.754.43 1.661-.277.475-1.58 2.361-.277 2.773.646 0 .568-.58.828-2.034.606.568.857 1.585.493 2.582-.313.855-.95 1.33-.95 2.268 0 .738.316.99.702.99.633 0 .85-.705 1.042-2.179.493.606.71 2.302.359 2.843-1.1 1.693-1.636 2.342-1.636 3.04 0 .798.947 1.154 1.467-.788.383.663.217 2.116.217 2.116-.038.97-1.324 1.065-1.362 2.394v2.657h-14.156v.001z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M146.41 65.631h8.222\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M149.694 66.826l-1.141-.587V64.56c.467.14.99.197 1.04.94.163-1.06.456-1.009.916-1.422.46.413.753.362.915 1.422.05-.743.575-.8 1.04-.94v1.68l-1.14.586h-1.63z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M145.436 68.197h10.042\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M149.619 69.581l-1.894-1.302v-1.547c.664.153 1.41.216 1.482 1.031.23-1.163.648-1.764 1.303-2.217.655.453 1.072 1.054 1.303 2.217.073-.815.818-.878 1.482-1.03v1.546l-1.894 1.302h-1.782z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M144.464 71.312h11.953\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M149.485 73.874l-2.178-1.913v-2.273c.764.226 1.62.318 1.705 1.515.266-1.709.745-2.592 1.499-3.258.753.666 1.232 1.55 1.499 3.258.083-1.197.94-1.289 1.704-1.515v2.273l-2.178 1.913h-2.051zM153.5 76.415l-1.97 2.725h-2.23l-1.97-2.725zM146.197 80.988c.985.54 1.349 1.611 1.454 3.625h5.544c.105-2.014.469-3.087 1.454-3.625h-8.452z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M143.443 75.12h14.177M143.118 79.456h14.604\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linejoin=\"bevel\" stroke- d=\"M154.732 76.415v-2.737c-.936.257-1.542.812-1.812 1.564 0-.909-1.196-3.004-2.5-4.046-1.307 1.167-2.523 3.062-2.498 4.046-.223-.716-.877-1.306-1.812-1.564v2.737h8.622z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linejoin=\"bevel\" stroke- d=\"M155.146 80.988v-2.737c-1.026.258-1.69.812-1.987 1.564 0-.909-1.31-3.004-2.74-4.046-1.433 1.167-2.766 3.063-2.74 4.046-.244-.716-.961-1.306-1.987-1.564v2.737h9.454z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linejoin=\"bevel\" stroke- d=\"M156.3 86.604v-3.157c-1.277.33-2.07 1.273-2.472 1.824 0-1.709-1.93-4.315-3.41-5.169-1.516.876-3.407 3.57-3.407 5.17-.412-.548-1.195-1.495-2.472-1.825v3.157h11.76z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linejoin=\"bevel\" stroke- d=\"M155.609 93.612v-3.246c-1.126.441-1.463 1.527-1.817 2.264.139-3.292-1.854-6.83-3.372-7.728-1.518.898-3.548 4.512-3.371 7.728-.364-.733-.691-1.823-1.818-2.264v3.246h10.378z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"square\" stroke-linejoin=\"bevel\" stroke- d=\"M193.974 87.716h1.928v1.507h-1.928zM178.052 102.596h1.721v7.918h-1.721zM192.81 102.596h1.722v7.918h-1.722z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M138.688 93.612h23.357M146.102 93.615h8.657v3.182h-8.657z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M154.819 98.526V95.28c-1.18.281-1.253.716-1.628 1.443.139-1.966-1.254-4.209-2.771-5.107-1.518.898-2.911 3.141-2.772 5.107-.375-.727-.421-1.162-1.628-1.443v3.246h8.799zM125.564 93.666c-1.494.764-2.974 1.648-3.348 3.74h3.348v-3.74z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"square\" stroke-linejoin=\"bevel\" stroke- d=\"M105.034 89.246h2.073v8.116h-2.073zM105.034 87.716h2.06v1.507h-2.06v-1.507z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"square\" stroke-linejoin=\"bevel\" stroke- d=\"M122.09 90.993h2.956v6.266h-2.956z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M107.078 97.3V83.406c.59 0 .683 2.036 2.039 2.036.706 0 .63-.843.235-1.53-.351-.608-.786-1.448-.196-3.014.405 1.198 1.494 1.578 1.293.827-.346-1.29-1.341-1.502-.594-3.505.259 1.671 1.33 1.597 1.07.626-.292-1.094-.898-1.543-.151-3.085.419 1.752.985 1.65.985.562 0-1.607-.062-3.339 2.017-3.982 0 0 .12-1.473.87-1.473s.87 1.473.87 1.473c2.079.643 2.017 2.376 2.017 3.982 0 1.087.567 1.19.985-.562.747 1.542.14 1.991-.152 3.085-.26.972.81 1.045 1.07-.626.748 2.003-.248 2.214-.593 3.505-.201.751.888.371 1.292-.827.59 1.565.156 2.405-.195 3.014-.397.687-.472 1.53.234 1.53 1.357 0 1.448-2.036 2.04-2.036V97.3h-15.136z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M115.687 77.46l.87-.732v-.937c-.318.031-.492.14-.727.45-.2-.622-.64-1.108-1.23-1.409-.59.301-1.03.764-1.23 1.385-.235-.308-.41-.396-.728-.427v.937l.87.732h2.175v.001z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M116.153 79.81l.405-.876v-1.218c-.32.031-.493.142-.728.455-.2-.63-.64-1.122-1.23-1.427-.59.305-1.03.775-1.23 1.405-.235-.313-.41-.4-.728-.433v1.218l.405.876h3.106z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M116.214 82.988l1.293-1.578v-1.556c-.473.053-.731.241-1.081.771-.297-1.067-.951-1.3-1.827-1.818-.876.517-1.53.713-1.827 1.78-.35-.53-.608-.68-1.081-.734v1.556l1.293 1.578h3.23v.001z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M116.593 86.115s1.507-1.315 1.597-2.037v-1.664c-.584.068-1.137.22-1.568.904-.367-1.378-.94-1.762-2.022-2.43-1.081.668-1.655 1.052-2.021 2.43-.431-.684-.984-.835-1.568-.904v1.664c.19.722 1.597 2.037 1.597 2.037h3.985z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M117.236 91.885s2.065-2.285 2.112-3.176v-2.595c-.773.107-1.503.638-2.074 1.704-.485-2.148-1.243-3.645-2.674-4.687-1.43 1.042-2.188 2.54-2.673 4.687-.571-1.066-1.302-1.597-2.074-1.704v2.595c.148.891 2.112 3.176 2.112 3.176h5.27z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M117.236 95.296S119 93.5 119.348 92.72v-2.595c-.773.107-1.503.638-2.074 1.705-.485-2.148-1.243-3.378-2.674-4.419-1.43 1.042-2.188 2.271-2.673 4.42-.571-1.067-1.302-1.599-2.074-1.706v2.595c.448.78 2.112 2.576 2.112 2.576h5.27z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M117.948 97.282c-.515-2.24-.958-3.902-3.438-5.588-2.48 1.685-2.923 3.347-3.438 5.588h6.876z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M119.225 98.526V95.28c-1.126.441-2.144 1.095-2.52 1.822-.42-1.802-1.227-2.596-2.234-3.686-1.006 1.09-1.68 1.884-2.1 3.686-.375-.727-1.393-1.38-2.52-1.822v3.246h9.374zM103.829 86.808v10.598h1.205V86.781c-.434-.219-.842-.252-1.205.027z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M103.866 93.666c1.494.764 2.974 1.648 3.348 3.74h-3.348v-3.74zM124.587 90.491v6.915h.977v-6.932c-.305-.143-.722-.166-.977.017z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M125.564 93.612c-1.494.764-2.974 1.648-3.348 3.74h3.348v-3.74zM197.24 86.808v10.598h-1.204V86.781c.434-.219.842-.252 1.205.027zM178.926 97.3V83.406c.59 0 .683 2.036 2.039 2.036.706 0 .63-.843.235-1.53-.351-.608-.786-1.448-.196-3.014.405 1.198 1.494 1.578 1.293.827-.346-1.29-1.341-1.502-.594-3.505.259 1.671 1.33 1.597 1.07.626-.292-1.094-.898-1.543-.151-3.085.419 1.752.985 1.65.985.562 0-1.607-.062-3.339 2.017-3.982 0 0 .12-1.473.87-1.473s.87 1.473.87 1.473c2.079.643 2.017 2.376 2.017 3.982 0 1.087.567 1.19.985-.562.747 1.542.142 1.991-.152 3.085-.26.972.81 1.045 1.07-.626.748 2.003-.248 2.214-.593 3.505-.201.751.888.371 1.292-.827.59 1.565.156 2.405-.195 3.014-.397.687-.472 1.53.235 1.53 1.357 0 1.448-2.036 2.039-2.036V97.3h-15.136z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M187.535 77.46l.87-.732v-.937c-.318.031-.491.14-.727.45-.2-.622-.64-1.108-1.23-1.409-.59.301-1.03.764-1.23 1.385-.235-.308-.41-.396-.728-.427v.937l.87.732h2.175v.001z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M188 79.81l.406-.876v-1.218c-.32.031-.492.142-.728.455-.2-.63-.64-1.122-1.23-1.427-.59.305-1.03.775-1.23 1.405-.235-.313-.41-.4-.728-.433v1.218l.405.876H188z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M188.063 82.988l1.293-1.578v-1.556c-.473.053-.731.241-1.081.771-.297-1.067-.951-1.3-1.827-1.818-.876.517-1.53.713-1.827 1.78-.35-.53-.608-.68-1.081-.734v1.556l1.293 1.578h3.23v.001z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M188.44 86.115s1.508-1.315 1.598-2.037v-1.664c-.584.068-1.137.22-1.568.904-.367-1.378-.94-1.762-2.022-2.43-1.082.668-1.655 1.052-2.022 2.43-.431-.684-.984-.835-1.568-.904v1.664c.19.722 1.597 2.037 1.597 2.037h3.986z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M189.084 91.885s2.065-2.285 2.112-3.176v-2.595c-.773.107-1.503.638-2.074 1.704-.486-2.148-1.244-3.645-2.674-4.687-1.43 1.042-2.188 2.54-2.674 4.687-.571-1.066-1.302-1.597-2.074-1.704v2.595c.148.891 2.112 3.176 2.112 3.176h5.272z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M189.084 95.296s1.765-1.796 2.112-2.576v-2.595c-.773.107-1.503.638-2.074 1.705-.486-2.148-1.244-3.378-2.674-4.419-1.43 1.042-2.188 2.271-2.674 4.42-.571-1.067-1.302-1.599-2.074-1.706v2.595c.448.78 2.112 2.576 2.112 2.576h5.272z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M189.796 97.282c-.515-2.24-.958-3.902-3.438-5.588-2.48 1.685-2.923 3.347-3.438 5.588h6.876zM197.203 93.666c-1.494.764-2.813 1.648-3.188 3.74h3.188v-3.74zM176.483 90.491v6.915h-.977v-6.932c.305-.143.72-.166.977.017z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M175.506 93.666c1.494.764 2.974 1.648 3.348 3.74h-3.348v-3.74z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M176.483 90.491v6.915h-.977v-6.932c.305-.143.72-.166.977.017z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M175.506 93.666c1.494.764 2.974 1.648 3.348 3.74h-3.348v-3.74zM159.027 84.211c0-2.697 2.328-3 2.328-3v2.4c-.886-.038-1.314.757-1.314 1.941 0 1.184.714 1.203.714 1.203v6.812h-1.73v-9.356h.002zM141.823 84.211c0-2.697-2.33-3-2.33-3v2.4c.887-.038 1.315.757 1.315 1.941 0 1.184-.714 1.203-.714 1.203v6.812h1.729v-9.356h0zM191.11 98.488v-3.246c-1.125.441-2.143 1.095-2.518 1.822-.42-1.802-1.228-2.596-2.234-3.686-1.006 1.09-1.68 1.884-2.1 3.686-.375-.727-1.393-1.38-2.52-1.822v3.246h9.373zM91.622 124.973h117.757v6.015H91.622z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M88.518 130.978h123.964v6.006H88.518zM97.806 115.976h105.389v3.892H97.805z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M94.724 119.842h111.552v5.098H94.724zM99.647 112.984h101.707v2.963H99.647z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M110.686 113h7.682v23.968h-7.682z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M112.387 113h4.28v23.968h-4.28z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M112.309 115.957h4.437M112.309 118.957h4.437M112.309 121.957h4.437M112.309 124.957h4.437M112.309 127.957h4.437M112.309 130.957h4.437M112.309 133.957h4.437\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M146.525 113h7.683v23.968h-7.682z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M148.28 113h4.28v23.968h-4.28z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M148.3 115.952h4.133M148.3 118.953h4.133M148.3 121.955h4.133M148.3 124.957h4.133M148.3 127.958h4.133M148.3 130.96h4.133M148.3 133.961h4.133\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M182.579 113h7.683v23.968h-7.683z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M184.28 113h4.28v23.968h-4.28z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M184.202 115.957h4.437M184.202 118.957h4.437M184.202 121.957h4.437M184.202 124.957h4.437M184.202 127.957h4.437M184.202 130.957h4.437M184.202 133.957h4.437\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"square\" stroke-linejoin=\"bevel\" stroke- d=\"M127.265 102.596h1.722v7.918h-1.722zM130.865 102.596h1.722v7.918h-1.722zM134.465 102.596h1.722v7.918h-1.722zM164.616 102.596h1.722v7.918h-1.722zM168.216 102.596h1.722v7.918h-1.722zM171.816 102.596h1.722v7.918h-1.722z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M146.84 63.084l-.191-1.5h7.602l-.19 1.5zM147.349 61.554l-.164-1.233h6.53l-.164 1.233zM148.386 60.275l-.11-1.233h4.349l-.11 1.233z\"/>\n  </g>\n</svg>\n</li><li title=\"cif ki \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 151\">\n  <g fill=\"none\" fill-rule=\"evenodd\">\n    <path fill=\"#CE1126\" fill-rule=\"nonzero\" d=\"M.5.5h300v150H.5z\"/>\n    <path fill=\"#FCD116\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M175.195 71.146c4.379 1.173 11.006.882 13.982 4.354-4.379-1.173-9.776 5.905-13.982 4.354 3.714 2.601-54.021 0-49.39 0-4.379-1.174-11.006-.882-13.982-4.354 4.379 1.173 9.776-5.905 13.982-4.354-3.714-2.6-10.157-4.614-11.649-8.874 3.714 2.6 11.269-2.224 14.628.69-2.6-3.714-8.035-7.789-7.912-12.323 2.601 3.714 11.353 1.725 13.51 5.652-1.173-4.379-4.708-10.026-3.22-14.286 1.173 4.379 9.988 5.467 10.762 9.931.395-4.516-1.199-11.052 1.86-14.525-.395 4.516 7.566 8.548 6.716 13.013 1.916-4.109 2.975-10.746 6.716-13.013-1.916 4.109 4.335 10.599 1.86 14.525 3.206-3.206 6.299-9.144 10.762-9.931-3.206 3.206.213 11.372-3.22 14.286 4.109-1.916 8.958-6.439 13.51-5.652-4.109 1.916-3.702 10.772-7.912 12.323 4.516-.395 10.585-2.957 14.628-.69-4.516.395-7.018 8.874-11.649 8.874z\"/>\n    <path fill=\"#FCD116\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke- d=\"M129.679 75.501l-15.793-6.456 17.049-.665-12.633-11.468 16.248 5.206-7.949-15.097 13.488 10.449-2.306-16.905 9.101 14.432 3.615-16.675 3.615 16.675 9.1-14.432-2.306 16.905 13.487-10.449-7.949 15.097 16.249-5.206-12.633 11.468 17.049.665-15.793 6.456 15.793 6.456h-73.226z\"/>\n    <path fill=\"#FCD116\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M171.179 75.5c0 11.421-9.258 20.679-20.679 20.679-11.42 0-20.678-9.258-20.678-20.679s9.258-20.679 20.678-20.679c11.421 0 20.679 9.258 20.679 20.679z\"/>\n    <path fill=\"#003F87\" fill-rule=\"nonzero\" d=\"M.5 83h300v67.5H.5z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M.5 129.071c10 0 20 6.429 30 6.429s20-6.429 30-6.429 20 6.429 30 6.429 20-6.429 30-6.429 20 6.429 29.999 6.429c10 0 20-6.429 30-6.429s20 6.429 30 6.429 20-6.429 30-6.429 20 6.429 30 6.429 20-6.429 30-6.429v-10.714c-10 0-20 6.428-30 6.428s-20-6.428-30-6.428-20 6.428-30 6.428-20-6.428-30-6.428-20 6.428-30 6.428c-9.999 0-19.999-6.428-29.999-6.428s-20 6.428-30 6.428-20-6.428-30-6.428-20 6.428-30 6.428-20-6.428-30-6.428v10.714z\"/>\n    <path fill=\"#FCD116\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M157.3 25.431l11.089.073c.071-.469-.951-1.403-1.822-1.539-2.808-.441-4.913.468-8.32.503l-.947.963z\"/>\n    <path fill=\"#FCD116\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M135.216 22.822c2.604 3.29 7.652 5.576 12.476 5.606 6.5.04 13.707-5.22 22.425-6.831l-28.458-.586c-3.682-2.522-6.476-2.202-8.381-.639l-5.441.165c-.77.419.636 2.171 1.776 2.236l5.603.049z\"/>\n    <path fill=\"#FCD116\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M148.08 20.934c-1.035-4.759-4.854-6.81-9.446-7.418-5.303-.703-17.511-1.423-25.62-3.752 3.508 3.45 10.855 5.173 15.958 5.952 5.405.825 10.667 2.027 14.837 5.176l4.271.042z\"/>\n    <path fill=\"#FCD116\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M144.634 24.111c1.697 2.177 4.328 2.054 7.157.155 2.819-1.893 5.882-7.224 7.362-7.311 10.347-.601 22.862-4.968 28.833-8.341-7.568 1.072-15.072 2.286-22.706 2.317-13.025.052-14.566 5.984-19.874 10.143\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M146.655 21.552c2.776-1.768 5.032-4.075 7.631-6.003 4.304-3.191 9.275-3.285 14.612-3.35 4.73-.058 13.023-2.035 17.521-3.09\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M143.767 20.718c-.82-4.256-4.802-5.533-9.834-6.297-5.475-.832-11.059-1.294-16.519-2.803-1.354-.374-2.617-1.035-3.925-1.553\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M145.511 26.991c5.136.377 8.954-1.168 13.336-3.353M127.816 21.416h6.48\"/>\n    <path fill=\"#BD9C08\" fill-rule=\"nonzero\" d=\"M137.185 20.719a.81.81 0 11-1.62 0 .81.81 0 111.62 0z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M.5 86.214c10 0 20 6.429 30 6.429s20-6.429 30-6.429 20 6.429 30 6.429 20-6.429 30-6.429 20 6.429 29.999 6.429c10 0 20-6.429 30-6.429s20 6.429 30 6.429 20-6.429 30-6.429 20 6.429 30 6.429 20-6.429 30-6.429V75.5c-10 0-20 6.429-30 6.429s-20-6.429-30-6.429-20 6.429-30 6.429-20-6.429-30-6.429-20 6.429-30 6.429c-9.999 0-19.999-6.429-29.999-6.429s-20 6.429-30 6.429-20-6.429-30-6.429-20 6.429-30 6.429S10.5 75.5.5 75.5v10.714zM.5 107.643c10 0 20 6.429 30 6.429s20-6.429 30-6.429 20 6.429 30 6.429 20-6.429 30-6.429 20 6.429 29.999 6.429c10 0 20-6.429 30-6.429s20 6.429 30 6.429 20-6.429 30-6.429 20 6.429 30 6.429 20-6.429 30-6.429V96.929c-10 0-20 6.429-30 6.429s-20-6.429-30-6.429-20 6.429-30 6.429-20-6.429-30-6.429-20 6.429-30 6.429c-9.999 0-19.999-6.429-29.999-6.429s-20 6.429-30 6.429-20-6.429-30-6.429-20 6.429-30 6.429-20-6.429-30-6.429v10.714z\"/>\n  </g>\n</svg>\n</li><li title=\"cif km \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 181\">\n  <g fill=\"none\">\n    <path fill=\"#FFC61E\" d=\"M.5.5h300v180H.5z\"/>\n    <path fill=\"#FFF\" d=\"M.5 45.5h300v135H.5z\"/>\n    <path fill=\"#CE1126\" d=\"M.5 90.5h300v90H.5z\"/>\n    <path fill=\"#3A75C4\" d=\"M.5 135.5h300v45H.5z\"/>\n    <path fill=\"#3D8E33\" d=\"M.5 180.5l150-90L.5.5z\"/>\n    <circle cx=\"51.5\" cy=\"90.5\" r=\"40.5\" fill=\"#FFF\"/>\n    <circle cx=\"69.5\" cy=\"90.5\" r=\"40.5\" fill=\"#3D8E33\"/>\n    <path fill=\"#FFF\" d=\"M53.368 59.195h5.449l1.683-5.183 1.683 5.183h5.449l-4.408 3.202 1.683 5.182-4.407-3.202-4.408 3.202 1.683-5.182zM53.368 78.52h5.449l1.683-5.182 1.683 5.182h5.449l-4.408 3.202 1.683 5.183-4.407-3.202-4.408 3.202 1.683-5.183zM53.368 97.845h5.449l1.683-5.183 1.683 5.183h5.449l-4.408 3.202 1.683 5.183-4.407-3.203-4.408 3.203 1.683-5.183zM53.368 117.17h5.449l1.683-5.183 1.683 5.183h5.449l-4.408 3.202 1.683 5.183-4.407-3.202-4.408 3.202 1.683-5.183z\"/>\n  </g>\n</svg>\n</li><li title=\"cif kn \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"   viewBox=\"0 0 301 201\">\n  <defs>\n    <path id=\"a\" d=\"M.5.5h300v200H.5z\"/>\n    <path id=\"c\" d=\"M.5.5h300v200H.5z\"/>\n  </defs>\n  <g fill=\"none\" fill-rule=\"evenodd\">\n    <path fill=\"#009E49\" fill-rule=\"nonzero\" d=\"M300.5.5H.5v200\"/>\n    <path fill=\"#CE1126\" fill-rule=\"nonzero\" d=\"M.5 200.5h300V.5\"/>\n    <mask id=\"b\" fill=\"#fff\">\n      <use xlink:href=\"#a\"/>\n    </mask>\n    <path fill=\"#000\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M.5 200.5l300-200\" mask=\"url(#b)\"/>\n    <mask id=\"d\" fill=\"#fff\">\n      <use xlink:href=\"#c\"/>\n    </mask>\n    <path fill=\"#000\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M.5 200.5l300-200\" mask=\"url(#d)\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M180.544 70.072l20.326.82 5.501 19.585 7.062-19.078 20.326.82-15.962-12.611 7.061-19.079-16.927 11.284-15.963-12.61 5.502 19.585zM66.544 146.072l20.326.82 5.501 19.585 7.062-19.078 20.326.82-15.962-12.611 7.061-19.079-16.927 11.284-15.963-12.61 5.502 19.585z\"/>\n  </g>\n</svg>\n</li><li title=\"cif kp \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 151\">\n  <g fill=\"none\">\n    <path fill=\"#024FA2\" d=\"M.5.5h300v150H.5z\"/>\n    <path fill=\"#FFF\" d=\"M.5 25.5h300v100H.5z\"/>\n    <path fill=\"#ED1C27\" d=\"M.5 29.666h300v91.667H.5z\"/>\n    <circle cx=\"100.5\" cy=\"75.5\" r=\"33.333\" fill=\"#FFF\"/>\n    <path fill=\"#ED1C27\" d=\"M69.789 65.521l18.98 13.79-7.249 22.313 18.98-13.79 18.981 13.79-7.25-22.313 18.98-13.79H107.75l-7.25-22.313-7.25 22.313z\"/>\n  </g>\n</svg>\n</li><li title=\"cif kr \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 201\">\n  <g fill=\"none\">\n    <path fill=\"#FFF\" d=\"M.5.5h300v200H.5z\"/>\n    <path fill=\"#000\" d=\"M101.927 38.106L74.192 79.711 46.456 61.22l27.735-41.605z\"/>\n    <path fill=\"#FFF\" d=\"M86.904 23.082L54.547 71.621l-3.468-2.312 32.357-48.538zM97.379 29.998L65.021 78.532l-3.467-2.311 32.358-48.534z\"/>\n    <path fill=\"#000\" d=\"M254.465 139.808l-27.735 41.605-27.736-18.49 27.735-41.605z\"/>\n    <path fill=\"#FFF\" d=\"M239.526 124.755l-32.358 48.534-3.467-2.312 32.357-48.533zM249.842 131.717l-32.357 48.538-3.468-2.311 32.357-48.539z\"/>\n    <path fill=\"#FFF\" d=\"M245.221 161.183l-2.311 3.467-34.672-23.113 2.312-3.467z\"/>\n    <circle cx=\"150.5\" cy=\"100.5\" r=\"50\" fill=\"#C60C30\"/>\n    <path fill=\"#003478\" d=\"M108.898 72.765c-7.659 11.488-4.555 27.01 6.934 34.669 11.488 7.659 27.01 4.554 34.669-6.934 7.659-11.488 23.18-14.592 34.669-6.934 11.488 7.659 14.592 23.18 6.934 34.669-15.317 22.977-46.361 29.185-69.337 13.867-22.978-15.317-29.187-46.361-13.869-69.337\"/>\n    <path fill=\"#000\" d=\"M74.188 121.311l27.735 41.605-27.736 18.49L46.452 139.8z\"/>\n    <path fill=\"#FFF\" d=\"M54.543 129.401L86.9 177.94l-3.468 2.311-32.357-48.538zM65.025 122.446l32.358 48.534-3.467 2.311-32.358-48.534z\"/>\n    <path fill=\"#000\" d=\"M226.735 19.623l27.735 41.605-27.736 18.49-27.735-41.605z\"/>\n    <path fill=\"#FFF\" d=\"M207.162 27.678l32.358 48.534-3.467 2.312-32.358-48.535zM217.49 20.779l32.357 48.538-3.467 2.312-32.357-48.539z\"/>\n    <path fill=\"#FFF\" d=\"M242.948 36.4l2.311 3.468-34.67 23.112-2.312-3.467z\"/>\n    <path fill=\"#000\" d=\"M227.94 43.842l4.623 6.933-6.934 4.623-4.623-6.933z\"/>\n    <path fill=\"#FFF\" d=\"M79.992 145.026l2.312 3.467-13.87 9.246-2.31-3.468z\"/>\n  </g>\n</svg>\n</li><li title=\"cif kw \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 151\">\n  <g fill=\"none\">\n    <path fill=\"#007A3D\" d=\"M.5.5h300v50H.5z\"/>\n    <path fill=\"#FFF\" d=\"M.5 50.5h300v50H.5z\"/>\n    <path fill=\"#CE1126\" d=\"M.5 100.5h300v50H.5z\"/>\n    <path fill=\"#000\" d=\"M.5.5l75 50v50l-75 50z\"/>\n  </g>\n</svg>\n</li><li title=\"cif kz \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 151\">\n  <g fill=\"none\">\n    <path fill=\"#00AFCA\" d=\"M.5.5h300v150H.5z\"/>\n    <path fill=\"#FEC50C\" d=\"M18.197 44.32c0 3.041 2.729 4.603 4.875 4.603 2.89 0 4.429-1.728 4.429-3.99 0-1.282-.235-2.087-.826-3.314 0 0-4.767-9.914-6.623-13.748-.231-.478-.306-1.023-.306-1.821 0-1.233 1.195-2.24 2.449-2.271 1.143-.029 2.388 1.065 2.388 2.312 0 1.514-.786 2.189-1.592 2.189-.993 0-1.388-.408-1.388-1.105 0-.485.235-.696.572-.696.851 0 .612 1.146.612 1.146.422-.093.77-.524.571-1.064.309-.069.599-.231.827-.491-.229-.221-.49-.392-.827-.45.199-.658-.067-.98-.643-1.115.116.253.121.486.082.706-.907-.258-2.296.152-2.296 1.719 0 1.555 1.079 2.864 3.103 2.537-.481.23-.726.701-.775 1.228.367-.143.775-.164.775-.164-.237.417-.565.777-.551 1.596.375-.171.724-.486 1.204-.286-.754 1.484.172 3.527 2.531 4.01-.863-1.012-1.286-2.104-1.286-3.192 0-3.524.979-4.117.979-6.567 0-1.025-.527-2.132-1.571-2.885v.041c.69-.185 1.132-.525 1.387-.987-1.577-.447-3.87-.439-5.101.045-1.415.164-2.403 1.25-2.694 1.801-.291.551-.856 2.543 0 4.337.937 1.963 5.356 11.334 6.734 14.28.292.625.47 1.287.47 2.005 0 1.804-1.653 2.434-2.592 2.434-1.122 0-2.265-.855-2.265-1.923 0-.677.367-1.084.898-1.084 1.269 0 1.192 1.079.939 1.76.79-.355 1.249-.989 1.123-1.657.447-.061.873-.273 1.265-.716-.309-.39-.686-.685-1.265-.696.253-1.037-.441-1.475-1.123-1.718.215.761.357 1.636-.939 1.636-.945 0-1.688.164-2.123.778-.025-.818-.102-4.051-.102-4.051-.054-1.215 1.626-1.18 2.694-.818-.403-1.399-1.229-2.156-3.143-1.964.464-.194.959-.631.959-1.473 0-1.139-.924-2.401-1.531-2.774l-.304 11.857zM167.043 41.016c1.179.219 1.767-.428 1.942-1.311.234-1.176-.269-7.101-.269-7.101s-2.732 5.281-2.966 6.457c-.176.884.116 1.721 1.293 1.955zM171.343 42.321c1.114.445 1.816-.075 2.161-.906.459-1.108 1.121-7.017 1.121-7.017s-3.709 4.646-4.168 5.755c-.344.83-.222 1.709.886 2.168zM175.307 44.439c1.005.654 1.796.281 2.296-.467.666-.997 2.468-6.663 2.468-6.663s-4.545 3.833-5.211 4.831c-.5.747-.551 1.633.447 2.299zM178.78 47.29c.859.837 1.707.625 2.343-.011.848-.848 3.721-6.053 3.721-6.053s-5.205 2.873-6.053 3.721c-.636.636-.859 1.495-.011 2.343zM181.632 50.764c.679.989 1.552.946 2.3.447.997-.666 4.831-5.211 4.831-5.211s-5.666 1.802-6.663 2.469c-.749.499-1.135 1.298-.468 2.295zM183.75 54.727c.473 1.103 1.337 1.231 2.169.887 1.108-.459 5.754-4.168 5.754-4.168s-5.909.662-7.017 1.121c-.831.344-1.365 1.052-.906 2.16zM185.054 59.028c.249 1.173 1.072 1.468 1.954 1.293 1.176-.234 6.457-2.966 6.457-2.966s-5.924-.503-7.101-.269c-.881.175-1.543.765-1.31 1.942zM185.495 63.5c.015 1.199.765 1.649 1.664 1.649 1.2 0 6.912-1.649 6.912-1.649s-5.712-1.649-6.912-1.649c-.899 0-1.664.45-1.664 1.649zM185.054 67.972c-.219 1.179.428 1.767 1.311 1.942 1.176.234 7.101-.269 7.101-.269s-5.281-2.732-6.457-2.966c-.883-.175-1.721.117-1.955 1.293zM183.75 72.273c-.445 1.114.075 1.816.906 2.16 1.108.459 7.017 1.121 7.017 1.121s-4.646-3.709-5.754-4.168c-.832-.344-1.71-.221-2.169.887zM181.632 76.236c-.654 1.005-.281 1.796.467 2.296.997.667 6.663 2.469 6.663 2.469s-3.833-4.545-4.831-5.211c-.748-.5-1.633-.551-2.299.446zM178.78 79.71c-.837.858-.625 1.707.011 2.343.848.848 6.053 3.721 6.053 3.721s-2.873-5.206-3.721-6.053c-.635-.637-1.494-.86-2.343-.011zM175.307 82.561c-.989.679-.947 1.552-.447 2.3.666.998 5.211 4.831 5.211 4.831s-1.802-5.666-2.468-6.663c-.5-.749-1.299-1.134-2.296-.468zM171.343 84.679c-1.103.473-1.231 1.338-.887 2.169.459 1.108 4.168 5.755 4.168 5.755s-.662-5.909-1.121-7.017c-.343-.832-1.052-1.366-2.16-.907zM149.835 82.561c-1.005-.654-1.796-.28-2.296.468-.666.997-2.468 6.663-2.468 6.663s4.544-3.833 5.211-4.831c.499-.748.55-1.634-.447-2.3zM146.361 79.71c-.859-.838-1.707-.626-2.343.011-.848.848-3.721 6.053-3.721 6.053s5.205-2.873 6.053-3.721c.637-.636.859-1.495.011-2.343zM143.51 76.236c-.679-.989-1.552-.946-2.3-.447-.997.667-4.831 5.211-4.831 5.211s5.665-1.802 6.663-2.469c.749-.499 1.134-1.298.468-2.295zM141.392 72.273c-.473-1.103-1.337-1.231-2.169-.887-1.108.459-5.754 4.168-5.754 4.168s5.909-.662 7.017-1.121c.831-.344 1.365-1.052.906-2.16zM140.087 67.972c-.249-1.173-1.072-1.468-1.954-1.293-1.176.234-6.457 2.966-6.457 2.966s5.924.503 7.101.269c.882-.175 1.544-.765 1.31-1.942zM139.647 63.5c-.015-1.199-.765-1.649-1.664-1.649-1.2 0-6.912 1.649-6.912 1.649s5.712 1.649 6.912 1.649c.899 0 1.664-.45 1.664-1.649zM140.087 59.028c.219-1.179-.428-1.767-1.311-1.942-1.176-.234-7.101.269-7.101.269s5.281 2.732 6.457 2.966c.883.175 1.721-.117 1.955-1.293zM141.392 54.727c.445-1.114-.075-1.816-.906-2.16-1.108-.459-7.017-1.121-7.017-1.121s4.646 3.709 5.754 4.168c.831.344 1.71.221 2.169-.887zM143.51 50.764c.654-1.006.281-1.796-.467-2.296-.998-.667-6.663-2.469-6.663-2.469s3.833 4.545 4.831 5.211c.747.5 1.633.551 2.299-.446zM146.361 47.29c.837-.859.626-1.707-.011-2.343-.848-.848-6.053-3.721-6.053-3.721s2.873 5.205 3.721 6.053c.636.637 1.495.859 2.343.011z\"/>\n    <circle cx=\"162.545\" cy=\"63.526\" r=\"20.182\" fill=\"#FEC50C\"/>\n    <path fill=\"#FEC50C\" d=\"M162.571 40.576c1.2-.015 1.649-.765 1.649-1.664 0-1.199-1.649-6.912-1.649-6.912s-1.649 5.712-1.649 6.912c0 .899.449 1.664 1.649 1.664zM167.043 85.983c-1.174.249-1.469 1.072-1.293 1.954.234 1.177 2.966 6.457 2.966 6.457s.503-5.924.269-7.101c-.175-.881-.766-1.543-1.942-1.31zM162.571 86.424c-1.199.016-1.649.765-1.649 1.665 0 1.2 1.649 6.912 1.649 6.912s1.649-5.712 1.649-6.912c0-.901-.45-1.665-1.649-1.665zM158.098 85.983c-1.179-.219-1.767.429-1.942 1.311-.234 1.177.269 7.101.269 7.101s2.732-5.28 2.966-6.457c.176-.882-.116-1.72-1.293-1.955zM153.798 84.679c-1.114-.445-1.816.076-2.161.907-.459 1.108-1.121 7.017-1.121 7.017s3.71-4.646 4.168-5.755c.345-.831.222-1.71-.886-2.169zM149.835 44.439c.989-.679.947-1.552.447-2.3-.667-.997-5.211-4.831-5.211-4.831s1.802 5.666 2.468 6.663c.5.749 1.299 1.135 2.296.468zM153.798 42.321c1.103-.473 1.231-1.338.887-2.169-.459-1.108-4.168-5.755-4.168-5.755s.662 5.909 1.121 7.017c.344.832 1.052 1.366 2.16.907zM158.098 41.016c1.173-.249 1.468-1.072 1.293-1.954-.234-1.177-2.966-6.457-2.966-6.457s-.503 5.924-.269 7.101c.176.882.766 1.544 1.942 1.31z\"/>\n    <path fill=\"#FEC50C\" d=\"M161.87 98.742l-.348.697-.387.89-.232.426-.193.387-.155.31-.193.193-.464-.387-.503-.349-.542-.271-.58-.232-.619-.155-.619-.155-.619-.116-.658-.077-1.355-.116-1.354-.039-1.316-.078-1.238-.154-.696-.116-.658-.155-.348-.116-.348-.116-.31-.155-.271-.154-.426-.271-.425-.31-.464-.348-.426-.387-.89-.851-.89-.852-.89-.813-.813-.735-.387-.271-.387-.271-.348-.155-.348-.116-.658-.154-.58-.193-.581-.194-.581-.271-.503-.232-.503-.31-.464-.31-.426-.31-.464-.348-.387-.349-.387-.387-.387-.387-.735-.813-.697-.852-1.393-1.818-1.47-1.857-.851-.89-.89-.89-.503-.464-.503-.426-.542-.387-.58-.426-.116.039-.116.116-.116.155-.077.193-.116.348-.039.155-.271-.116-.232-.116-.271-.116-.232-.078h-.503l-.271.078-.271.116.271.349.348.464.348.542.31.581.31.619.232.581.078.31.077.232.039.271v.232h-2.09l.31.464.348.464.387.464.426.426.426.426.425.425.426.348.387.271-.425.039-.581.039-.581.077-.425.039.348.31.426.31.464.348.503.349.503.31.503.271.464.155.426.116.193.039.155.039.116.038.077.078.039.039v.155l-.039.077-.077.232-.039.231-.039.155v.116l.039.193.039.154.077.078.116.078.155.077.193.039.193.077.193.077.194.078.155.116.039.039v.077l-.039.039-.155.116-.155.116-.155.155-.155.193v.155l-.039.155.039.193.039.232.658.232.697.231.31.078.309.116.232.116.193.116-1.277 1.006.348.31.426.232.542.271.542.194.619.193.58.116.503.116h.464l-.426.31-.542.348-.58.31-.426.31.387.271.541.271.619.31.735.348 1.702.735 1.857.735 1.935.696 1.896.619.852.271.774.193.696.194.619.116-1.238-.116-1.161-.155-1.161-.193-1.083-.232-1.083-.31-1.045-.31-1.006-.348-.967-.387-1.896-.774-1.78-.773-.851-.349-.851-.348-.813-.31-.813-.31.194-.116.232-.078.31-.116.348-.078.735-.232.658-.232-1.161-.193-1.586-.31-.774-.232-.658-.193-.271-.116-.232-.116-.193-.116-.116-.116v-.038l.039-.039.116-.039.116-.078.31-.116.426-.116.929-.271.774-.271-1.896-.349-1.471-.232-.542-.116-.426-.155-.155-.077-.155-.116-.116-.077-.078-.116.116-.077.348-.078.503-.078.581-.116.619-.077.541-.155.271-.078.232-.077.155-.116.155-.116-.31-.116-.31-.116-.387-.078-.387-.077-.89-.116-.89-.116-.464-.116-.425-.078-.426-.154-.426-.155-.387-.193-.348-.271-.31-.271-.232-.348.078-.039.155-.038h.193l.31.038.696.039.774.039.851.078h1.083l.31-.039.232-.077.155-.077-.929-.387-1.238-.542-.696-.349-.735-.348-.735-.387-.735-.387-.697-.426-.658-.464-.619-.465-.541-.464-.232-.271-.232-.232-.155-.232-.155-.271-.155-.232-.078-.271-.039-.232-.039-.271h.271l.31.039.31.116.31.116.619.387.696.387.31.193.348.194.348.155.31.116.348.077.31.039h.349l.31-.116-.929-.696-1.045-.891-1.199-1.044-1.2-1.161-1.2-1.238-1.122-1.238-.503-.658-.503-.619-.426-.619-.387-.581-.078-.154v-.271l.039-.116.039-.116.116-.078.116-.116.116-.078.155-.038.155-.039h.31l.193.039.155.038.155.116.116.116.696.696.813.813.852.89.929.89.928.813.929.773.464.31.426.271.464.232.426.155-.31-.193-.349-.349-.464-.464-.503-.581-1.122-1.354-1.238-1.587-.619-.851-.58-.851-.542-.852-.541-.813-.464-.774-.387-.697-.271-.658-.232-.542-.039-.193v-.31l.039-.116.078-.116.077-.116.078-.077.116-.078.271-.077.232-.078h.542l.155.039.116.039.155.077.116.116.31.271.31.387.696.89.735 1.122.851 1.199.89 1.238.464.58.464.581.503.503.541.464-.658-1.277-.735-1.47-.387-.813-.348-.813-.349-.851-.31-.851-.271-.89-.271-.851-.193-.851-.155-.851-.078-.813-.039-.774.039-.387.039-.348.039-.348.077-.348.078-.116.039-.116.116-.116.077-.077.271-.116.271-.077h.271l.232.039.116.039.077.039.039.078.039.116.387 1.238.348 1.315.348 1.354.349 1.316.348 1.316.464 1.238.232.581.271.58.31.542.348.542-.232-1.122-.155-1.006-.155-.929-.078-.851-.077-.735-.039-.658.039-.542.039-.464.077-.387.116-.31.078-.116.077-.116.078-.077.116-.077.116-.039h.348l.31.116.31.155.271 1.238.271 1.199.31 1.122.348 1.083.387 1.083.426 1.083.464 1.122.541 1.122.387.735.387.735.426.735.426.735.464.697.464.696.503.696.503.696.929 1.161.967 1.083 1.006 1.084 1.045 1.006 1.083 1.006 1.122.929 1.161.89 1.2.852.813.542.851.503.89.503.851.464 1.354.658 1.315.619 1.393.542 1.393.503 1.316.425 1.354.348 1.393.31 1.354.271 1.432.193 1.393.155 1.432.116 1.431.081M165.395 110.506l.658.077.31.116.077.038v.039h-.077l-.078.039-.619.116h-.503l-1.625-.116-1.974-.039-2.128-.039-2.206.039-1.045.039-1.045.078-.928.077-.89.077-.735.116-.658.155-.232.077-.232.077-.193.078-.155.116.078-.387.154-.387-.271.077-.271.077-.232.116-.232.116-.193.116-.155.155-.116.193-.039.194-.116-.271-.077-.232-.039-.271-.039-.232.039-.194.039-.231.039-.194.116-.194.077-.154.155-.193.155-.155.155-.154.426-.271.464-.271c.251.152.533.263.813.349.243.032.532-.008.813-.078.472.416 1.104.365 1.509-.078a.891.891 0 00.194-.31c.064-.223.052-.516 0-.773l.464-.039.541-.077.581-.155.619-.155.619-.116.58-.155.542-.078.464-.038-.194.154-.464.349-.542.426-.387.271.503.116.425.077-.31.349-.309.348-.31.349-.232.31.31.116.31.077.348.077h.697l.348-.077.348-.077.271-.155.31.155.31.116.31.077.31.077.696.077.735.078h2.939\"/>\n    <path fill=\"#FEC50C\" d=\"M153.515 108.301l.116.038.116.039.039.116.039.116-.039.116-.039.116-.116.078h-.271l-.077-.078-.078-.116-.039-.116.039-.116.078-.116.077-.039.155-.038\"/>\n    <path fill=\"#FEC50C\" d=\"M153.47 108.455l.078.039.039.078-.039.077-.078.039-.077-.039-.039-.077.039-.078.077-.039\"/>\n    <path fill=\"#FEC50C\" d=\"M153.5 108.987a.354.354 0 11-.002-.708.354.354 0 01.002.708z\"/>\n    <path fill=\"#FEC50C\" d=\"M182.33 112.401l-.27.116-.271.039-.232.038-.193-.038-.193-.039-.193-.077-.155-.078-.193-.116-.31-.232-.31-.232-.155-.116-.194-.077-.155-.039h-.193l-.348.735-.464.929-.155.232-.155.193-.155.116-.155.116-.193.077h-.193l-.193-.077-.232-.116-.077-.116-.078-.116-.077-.154-.078-.194-.077-.348-.039-.232-.232.193-.232.271-.193.31-.232.348-.271.349-.271.271-.155.155-.193.116-.193.077-.232.077h-.116l-.194.039-.193-.039-.155-.077-.464-.542-.503-.542-.348.542-.387.465-.193.193-.193.193-.193.154-.193.116-.155.078-.194.039h-.193l-.155-.039-.155-.078-.116-.116-.155-.193-.077-.232-.078-.232-.155-.387-.039-.193-.077-.155-.078-.077h-.081l-1.045 1.702-.155.155-.271.116-.31.078-.309.077h-.349l-.27-.077-.078-.039-.116-.116-.039-.077v-.155l.155-1.703-.116.039-.155.077-.155.077-.155.155-.31.348-.348.387-.348.425-.426.349-.193.154-.193.155-.232.116-.193.038-.271.04-.193-.039-.077-.038-.078-.078-.039-.116v-.116l.039-.503.078-.503.039-.271-.039-.232-.039-.232-.155-.271-.232.348-.387.503-.464.503-.503.503-.271.193-.271.194-.232.078-.194.077-.077-.039h-.116l-.077-.077-.039-.039-.077-.116-.039-.116v-.155l-.039-.193.039-1.47-.967.658-1.161.735-.27.116-.31.154-.271.078-.31.078-.271.077h-.27l-.271-.039-.232-.078.116-.31.116-.271.116-.271.155-.232.155-.232.155-.232.193-.193.193-.193.426-.31.503-.31.503-.232.581-.193.58-.154.658-.116.658-.116.658-.077 1.432-.078 1.47-.039h2.941l.735-.039.696-.038.696-.039.658-.077.658-.116.58-.116.581-.155.542-.232.503-.232.425-.31.426-.31.348-.426-.387-.773.31-.039.31-.077.31-.155.27-.194.116-.077.116-.116.077-.154.078-.116.039-.155v-.271l-.077-.155.658-.116.696-.078.735-.039h.774l1.586.077 1.625.116 1.664.193 1.625.155 1.586.155 1.471.077v.542l-.039.232-.077.232-.078.232-.077.193-.116.155-.155.193-.27.271-.349.232-.348.155-.387.078-.426.077-.426-.039-.387-.038-.426-.116-.387-.193-.387-.193-.31-.271-.31-.31v.658l-.116.851-.078.426-.116.387-.077.154-.116.116-.077.116-.116.078m-31.11-3.637l.89.387.232-.193.31-.232.348-.193.31-.193 1.161-.465 1.006-.464.503-.193.425-.232.426-.232.348-.232.89-.581.89-.58.851-.542.774-.542.581-.464.464-.426.503-.464.542-.503.193-.193.232-.155.27-.155.31-.155.658-.31.658-.232.89-.232.967-.232 1.006-.193 1.122-.194 1.354-.155 1.354-.193 1.393-.155 1.354-.232.464-.078.426-.116.464-.116.464-.116.464-.581.735-.813.503-.503.58-.464.658-.503.773-.503 1.161-.697 1.238-.619 1.277-.658 1.238-.58 1.161-.581 1.083-.541.89-.465.697-.464.193-.581.271-.58.348-.58.426-.581.464-.619.581-.619.619-.697.774-.735.696-.619.735-.619.387-.271.387-.271.426-.232.425-.232.426-.193.426-.154.464-.116.425-.116.464-.039.426-.038.464.038.426.078-.039.464-.116.464-.155.464-.194.503-.27.503-.349.503-.425.542-.503.542.387-.039.348-.077.271-.078.271-.116.232-.078.271-.078.348-.038.387-.039.039.271v.271l-.039.271-.077.232-.116.232-.155.232-.155.194-.193.193-.813.774-.813.735.464.039.503.155.503.154.387.078-.464.348-.542.349-.542.348-.619.348-.619.348-.619.387-.619.426-.581.464.271.039.348.154.155.039.155.077.116.039.116-.039-.774.426-.967.464-.464.232-.387.232-.193.116-.116.116-.077.116-.078.116.039.155.077.116.155.116.116.116-.039.155-.078.116-.155.116-.155.116-.348.194-.464.193-.464.154-.426.155-.31.154-.232.116.774.774-.271.271-.271.193-.232.116-.271.116-.542.077h-.735l.078.348.116.348.078.387.077.388-.658.503-.813.58-.89.58-1.006.581-.581.31-.58.271-.619.232-.658.232-.697.232-.735.155-.774.154-.813.116 1.432.039h1.238l1.161-.116 1.044-.116.967-.193.852-.232.851-.31.813-.31 1.083-.503 1.045-.58 1.006-.619 1.045-.619-.619-.31-.619-.193-.31-.116-.31-.155-.348-.154-.348-.193.31-.232.348-.155.425-.155.464-.116.929-.193.967-.116.852-.116.774-.077.31-.077.271-.077.155-.078.116-.116-.039-.039-.078-.077-.116-.039-.155-.077-.426-.078-.542-.078-.541-.038-.542-.078-.464-.116-.31-.116 1.044-.232 1.045-.232.929-.193.774-.193.658-.193.581-.232.271-.116.193-.116.194-.116.155-.155-.039-.039-.077-.078-.155-.039-.193-.039-.503-.039h-.581l-.619-.038-.581-.039-.503-.077-.31-.078.271-.116.271-.116.928-.271.813-.232.735-.193.697-.232.735-.232.735-.31.348-.193.31-.193.116-.116.116-.154.116-.116.039-.116-.039-.116-.116-.077-.116-.039h-1.083l-.503.039h-.697l-.193-.039-.155-.077-.155-.077 1.548-1.006 1.432-.929 1.277-.813 1.122-.774.464-.387.426-.387.348-.387.31-.387.232-.426.194-.425.116-.464v-.503h-.27l-.271.039-.31.116-.31.116-.619.387-.658.387-.348.193-.31.193-.348.155-.349.116-.309.078-.31.039h-.349l-.31-.116.929-.696 1.045-.89 1.199-1.045 1.2-1.161 1.2-1.238 1.122-1.238.503-.658.503-.619.426-.619.387-.58.078-.155.039-.116-.039-.154-.039-.116-.039-.116-.116-.077-.116-.116-.116-.039-.155-.077-.155-.039h-.31l-.155.039-.193.039-.116.116-.155.116-.696.697-.813.813-.852.89-.929.89-.929.813-.928.774-.464.31-.426.271-.464.232-.387.193.271-.232.348-.348.464-.465.503-.58 1.122-1.354 1.238-1.586.619-.852.581-.852.581-.813.503-.851.464-.774.387-.697.31-.658.193-.542.039-.193v-.31l-.039-.116-.077-.116-.078-.116-.077-.077-.116-.039-.232-.116-.271-.078h-.541l-.155.039-.116.039-.155.077-.116.116-.31.271-.31.387-.696.89-.735 1.122-.813 1.199-.89 1.238-.503.581-.464.58-.503.503-.542.464.696-1.277.696-1.47.387-.813.348-.812.348-.851.31-.851.271-.89.271-.851.193-.851.155-.851.077-.813.039-.774-.039-.387-.039-.348-.039-.348-.078-.348-.039-.116-.077-.116-.116-.116-.078-.077-.27-.116-.271-.077h-.271l-.232.039-.078.039-.116.039-.039.078-.039.116-.387 1.277-.349 1.277-.348 1.354-.348 1.316-.348 1.316-.464 1.238-.232.619-.271.542-.31.58-.348.503.232-1.122.155-1.006.155-.929.077-.851.078-.735.039-.658-.039-.542-.039-.464-.078-.387-.116-.31-.077-.116-.077-.116-.078-.077-.116-.039-.116-.039-.116-.039h-.116l-.116.039-.31.077-.31.155-.271 1.238-.271 1.2-.31 1.122-.348 1.083-.387 1.083-.425 1.083-.464 1.122-.542 1.122-.387.735-.387.735-.425.735-.426.735-.464.696-.464.696-.503.697-.503.697-.929 1.16-.967 1.084-1.006 1.083-1.044 1.006-1.084 1.006-1.122.929-1.161.89-1.2.851-.813.542-.852.542-.851.503-.851.503-1.354.619-1.354.619-1.393.503-1.393.503-1.161.349-1.161.348-1.199.271-1.2.271-1.199.193-1.238.155-1.2.154-1.238.077-.116.039-.116.039-.232.116-.271.193-.387.348-.503.465-.619.619-.735.813-.696.813-.813.89-.426.426-.425.426-.503.387-.503.387-.387.271-.387.232-.425.194-.426.193-.929.387-.929.348-.929.349-.813.31-.348.155-.348.193-.31.155-.232.155-.232.232-.193.193-.116.194-.078.193-.039.271.012.147\"/>\n    <path fill=\"#FEC50C\" stroke=\"currentColor\" stroke- d=\"M153.47 108.721a.145.145 0 110-.29.145.145 0 010 .29z\"/>\n    <path fill=\"#FEC50C\" d=\"M18.5 139.562s-1.442 1.212-1.931.604c-.788-.977 2.421-5.845 2.421-7.56 0-2.814-1.877-3.579-4.196-3.981-1.556-.27-4.089.113-4.089.113.477.641.787.829 1.591.881-.895.464-1.806 1.473-1.806 3.042 0 2.421.997 3.419.997 6.147 0 1.514-1.241 3.441-1.241 3.441 2.194-.22 3.282-2.251 2.663-3.875.349-.05.667.028.939.286.161-.45-.093-.972-.432-1.422.273-.146.474-.059.91.031-.042-.464-.319-.957-.999-1.42 1.973.512 3.186-.863 3.186-2.303 0-1.087-.762-1.866-1.506-1.866-.241 0-.594.1-.794.248-.141-.299-.068-.699.077-.999-.545.145-.892.469-.646 1.144-.419.038-.752.18-.98.45.23.294.579.464.98.45-.305.63.035.983.531 1.269 0 0-.315-1.269.49-1.269.362 0 .692.118.692.651 0 .464-.406 1.108-1.345 1.067-.939-.041-1.7-.647-1.7-2.146 0-1.383 1.115-2.07 2.585-2.114 1.325-.041 2.325.677 2.325 2.044 0 1.819-2.627 5.966-2.627 7.587 0 1.216 1.094 1.896 2.164 1.896 1.388 0 2.559-1.375 2.559-1.375l-.815-1.022-.003.001zM18.197 106.68c0-3.041 2.729-4.604 4.875-4.604 2.89 0 4.429 1.728 4.429 3.99 0 1.282-.235 2.086-.826 3.313 0 0-4.767 9.914-6.623 13.748-.231.478-.306 1.022-.306 1.82 0 1.233 1.195 2.24 2.449 2.271 1.143.028 2.388-1.065 2.388-2.312 0-1.514-.786-2.189-1.592-2.189-.993 0-1.388.408-1.388 1.104 0 .485.235.696.572.696.851 0 .612-1.146.612-1.146.422.093.77.524.571 1.064.309.068.599.23.827.491-.229.221-.49.392-.827.45.199.658-.067.98-.643 1.115.116-.253.121-.486.082-.706-.907.258-2.296-.152-2.296-1.718 0-1.555 1.079-2.864 3.103-2.537-.481-.23-.726-.701-.775-1.228.367.143.775.164.775.164-.237-.417-.565-.777-.551-1.596.375.17.724.486 1.204.287-.754-1.484.172-3.527 2.531-4.01-.863 1.012-1.286 2.104-1.286 3.191 0 3.524.979 4.117.979 6.567 0 1.025-.527 2.132-1.571 2.884v-.041c.69.185 1.132.525 1.387.987-1.577.447-3.87.439-5.101-.045-1.415-.164-2.403-1.25-2.694-1.8-.291-.55-.856-2.543 0-4.337.937-1.963 5.356-11.334 6.734-14.28.292-.625.47-1.287.47-2.005 0-1.804-1.653-2.434-2.592-2.434-1.122 0-2.265.855-2.265 1.923 0 .677.367 1.084.898 1.084 1.269 0 1.192-1.079.939-1.76.79.355 1.249.989 1.123 1.657.447.062.873.273 1.265.716-.309.391-.686.686-1.265.696.253 1.036-.441 1.475-1.123 1.718.215-.761.357-1.636-.939-1.636-.945 0-1.688-.164-2.123-.778-.025.818-.102 4.051-.102 4.051-.054 1.215 1.626 1.18 2.694.818-.403 1.399-1.229 2.156-3.143 1.964.464.194.959.632.959 1.474 0 1.139-.924 2.4-1.531 2.773l-.304-11.854z\"/>\n    <path fill=\"#FEC50C\" d=\"M18.803 106.68c0-3.041-2.73-4.604-4.874-4.604-2.89 0-4.429 1.728-4.429 3.99 0 1.282.235 2.086.826 3.313 0 0 4.767 9.914 6.623 13.748.231.478.306 1.022.306 1.82 0 1.233-1.195 2.24-2.449 2.271-1.143.028-2.388-1.065-2.388-2.312 0-1.514.785-2.189 1.592-2.189.992 0 1.388.408 1.388 1.104 0 .485-.234.696-.571.696-.851 0-.612-1.146-.612-1.146-.423.093-.77.524-.571 1.064-.31.068-.599.23-.827.491.228.221.49.392.827.45-.2.658.067.98.643 1.115a1.154 1.154 0 01-.082-.706c.907.258 2.296-.152 2.296-1.718 0-1.555-1.079-2.864-3.102-2.537.481-.23.726-.701.775-1.228-.367.143-.775.164-.775.164.236-.417.565-.777.551-1.596-.375.17-.723.486-1.204.287.754-1.484-.172-3.527-2.53-4.01.863 1.012 1.286 2.104 1.286 3.191 0 3.524-.98 4.117-.98 6.567 0 1.025.527 2.132 1.572 2.884v-.041c-.69.185-1.133.525-1.387.987 1.577.447 3.87.439 5.101-.045 1.415-.164 2.402-1.25 2.694-1.8.291-.551.856-2.543 0-4.337a3879.236 3879.236 0 01-6.735-14.28c-.292-.625-.469-1.287-.469-2.005 0-1.804 1.653-2.434 2.592-2.434 1.123 0 2.265.855 2.265 1.923 0 .677-.367 1.084-.898 1.084-1.269 0-1.191-1.079-.939-1.76-.79.355-1.249.989-1.123 1.657-.447.062-.873.273-1.265.716.309.391.686.686 1.265.696-.253 1.036.441 1.475 1.123 1.718-.216-.761-.357-1.636.939-1.636.945 0 1.689-.164 2.123-.778.025.818.102 4.051.102 4.051.055 1.215-1.626 1.18-2.694.818.403 1.399 1.229 2.156 3.143 1.964-.464.194-.959.632-.959 1.474.001 1.139.924 2.4 1.531 2.773l.3-11.854zM18.5 139.562s1.441 1.212 1.931.604c.787-.977-2.421-5.845-2.421-7.56 0-2.814 1.877-3.579 4.196-3.981 1.556-.27 4.089.113 4.089.113-.477.641-.787.829-1.591.881.895.464 1.806 1.473 1.806 3.042 0 2.421-.997 3.419-.997 6.147 0 1.514 1.242 3.441 1.242 3.441-2.194-.22-3.282-2.251-2.663-3.875-.35-.05-.667.028-.939.286-.161-.45.093-.972.433-1.422-.273-.146-.475-.059-.91.031.042-.464.319-.957.999-1.42-1.973.512-3.186-.863-3.186-2.303 0-1.087.762-1.866 1.507-1.866.241 0 .594.1.793.248.141-.299.068-.699-.077-.999.546.145.892.469.646 1.144.419.038.753.18.98.45a1.17 1.17 0 01-.98.45c.305.63-.035.983-.53 1.269 0 0 .315-1.269-.49-1.269-.362 0-.692.118-.692.651 0 .464.406 1.108 1.345 1.067.939-.041 1.7-.647 1.7-2.146 0-1.383-1.115-2.07-2.584-2.114-1.325-.041-2.325.677-2.325 2.044 0 1.819 2.626 5.966 2.626 7.587 0 1.216-1.094 1.896-2.164 1.896-1.388 0-2.559-1.375-2.559-1.375l.815-1.022v.001zM18.197 53.442c0-3.041 2.729-4.603 4.875-4.603 2.89 0 4.429 1.728 4.429 3.99 0 1.282-.235 2.087-.826 3.314 0 0-4.767 9.914-6.623 13.748-.231.478-.306 1.022-.306 1.821 0 1.233 1.195 2.24 2.449 2.271 1.143.029 2.388-1.065 2.388-2.312 0-1.514-.786-2.189-1.592-2.189-.993 0-1.388.408-1.388 1.105 0 .485.235.696.572.696.851 0 .612-1.146.612-1.146.422.093.77.525.571 1.064.309.069.599.231.827.491-.229.221-.49.392-.827.45.199.658-.067.98-.643 1.115.116-.253.121-.486.082-.706-.907.258-2.296-.152-2.296-1.719 0-1.555 1.079-2.864 3.103-2.537-.481-.23-.726-.701-.775-1.228.367.143.775.164.775.164-.237-.417-.565-.777-.551-1.596.375.171.724.486 1.204.286-.754-1.484.172-3.527 2.531-4.01-.863 1.011-1.286 2.104-1.286 3.191 0 3.524.979 4.117.979 6.567 0 1.025-.527 2.132-1.571 2.885v-.041c.69.185 1.132.525 1.387.987-1.577.447-3.87.439-5.101-.045-1.415-.164-2.403-1.25-2.694-1.801-.291-.551-.856-2.543 0-4.337.937-1.963 5.356-11.334 6.734-14.28.292-.625.47-1.288.47-2.005 0-1.805-1.653-2.435-2.592-2.435-1.122 0-2.265.855-2.265 1.923 0 .677.367 1.084.898 1.084 1.269 0 1.192-1.079.939-1.76.79.355 1.249.989 1.123 1.657.447.061.873.273 1.265.716-.309.39-.686.685-1.265.696.253 1.037-.441 1.475-1.123 1.718.215-.761.357-1.636-.939-1.636-.945 0-1.688-.164-2.123-.777-.025.818-.102 4.051-.102 4.051-.054 1.215 1.626 1.18 2.694.818-.403 1.399-1.229 2.156-3.143 1.964.464.194.959.631.959 1.473 0 1.139-.924 2.401-1.531 2.774l-.304-11.856z\"/>\n    <path fill=\"#FEC50C\" d=\"M18.803 53.442c0-3.041-2.73-4.603-4.874-4.603-2.89 0-4.429 1.728-4.429 3.99 0 1.282.235 2.087.826 3.314 0 0 4.767 9.914 6.623 13.748.231.478.306 1.022.306 1.821 0 1.233-1.195 2.24-2.449 2.271-1.143.029-2.388-1.065-2.388-2.312 0-1.514.785-2.189 1.592-2.189.992 0 1.388.408 1.388 1.105 0 .485-.234.696-.571.696-.851 0-.612-1.146-.612-1.146-.423.093-.77.525-.571 1.064-.31.069-.599.231-.827.491.228.221.49.392.827.45-.2.658.067.98.643 1.115a1.154 1.154 0 01-.082-.706c.907.258 2.296-.152 2.296-1.719 0-1.555-1.079-2.864-3.102-2.537.481-.23.726-.701.775-1.228-.367.143-.775.164-.775.164.236-.417.565-.777.551-1.596-.375.171-.723.486-1.204.286.754-1.484-.172-3.527-2.53-4.01.863 1.011 1.286 2.104 1.286 3.191 0 3.524-.98 4.117-.98 6.567 0 1.025.527 2.132 1.572 2.885v-.041c-.69.185-1.133.525-1.387.987 1.577.447 3.87.439 5.101-.045 1.415-.164 2.402-1.25 2.694-1.801.291-.551.856-2.543 0-4.337a3879.236 3879.236 0 01-6.735-14.28c-.292-.625-.469-1.288-.469-2.005 0-1.805 1.653-2.435 2.592-2.435 1.123 0 2.265.855 2.265 1.923 0 .677-.367 1.084-.898 1.084-1.269 0-1.191-1.079-.939-1.76-.79.355-1.249.989-1.123 1.657-.447.061-.873.273-1.265.716.309.39.686.685 1.265.696-.253 1.037.441 1.475 1.123 1.718-.216-.761-.357-1.636.939-1.636.945 0 1.689-.164 2.123-.777.025.818.102 4.051.102 4.051.055 1.215-1.626 1.18-2.694.818.403 1.399 1.229 2.156 3.143 1.964-.464.194-.959.631-.959 1.473.001 1.139.924 2.401 1.531 2.774l.3-11.856z\"/>\n    <path fill=\"#FEC50C\" d=\"M18.803 44.32c0 3.041-2.73 4.603-4.874 4.603-2.89 0-4.429-1.728-4.429-3.99 0-1.282.235-2.087.826-3.314 0 0 4.767-9.914 6.623-13.748.231-.478.306-1.023.306-1.821 0-1.233-1.195-2.24-2.449-2.271-1.143-.029-2.388 1.065-2.388 2.312 0 1.514.785 2.189 1.592 2.189.992 0 1.388-.408 1.388-1.105 0-.485-.234-.696-.571-.696-.851 0-.612 1.146-.612 1.146-.423-.093-.77-.524-.571-1.064a1.534 1.534 0 01-.827-.491c.228-.221.49-.392.827-.45-.2-.658.067-.98.643-1.115-.116.253-.12.486-.082.706.907-.258 2.296.152 2.296 1.719 0 1.555-1.079 2.864-3.102 2.537.481.23.726.701.775 1.228-.367-.143-.775-.164-.775-.164.236.417.565.777.551 1.596-.375-.171-.723-.486-1.204-.286.754 1.484-.172 3.527-2.53 4.01.863-1.012 1.286-2.104 1.286-3.192 0-3.524-.98-4.117-.98-6.567 0-1.025.527-2.132 1.572-2.885v.041c-.69-.185-1.133-.525-1.387-.987 1.577-.447 3.87-.439 5.101.045 1.415.164 2.402 1.25 2.694 1.801.291.551.856 2.543 0 4.337a3879.236 3879.236 0 00-6.735 14.28c-.292.625-.469 1.287-.469 2.005 0 1.804 1.653 2.434 2.592 2.434 1.123 0 2.265-.855 2.265-1.923 0-.677-.367-1.084-.898-1.084-1.269 0-1.191 1.079-.939 1.76-.79-.355-1.249-.989-1.123-1.657-.447-.061-.873-.273-1.265-.716.309-.39.686-.685 1.265-.696-.253-1.037.441-1.475 1.123-1.718-.216.761-.357 1.636.939 1.636.945 0 1.689.164 2.123.778.025-.818.102-4.051.102-4.051.055-1.215-1.626-1.18-2.694-.818.403-1.399 1.229-2.156 3.143-1.964-.464-.194-.959-.631-.959-1.473.001-1.139.924-2.401 1.531-2.774l.3 11.857zM18.803 97.559c0 3.04-2.73 4.603-4.874 4.603-2.89 0-4.429-1.728-4.429-3.99 0-1.282.235-2.087.826-3.313 0 0 4.767-9.914 6.623-13.748.231-.479.306-1.022.306-1.821 0-1.233-1.195-2.24-2.449-2.271-1.143-.028-2.388 1.065-2.388 2.312 0 1.515.785 2.189 1.592 2.189.992 0 1.388-.408 1.388-1.105 0-.485-.234-.696-.571-.696-.851 0-.612 1.146-.612 1.146-.423-.092-.77-.525-.571-1.064a1.534 1.534 0 01-.827-.491c.228-.221.49-.392.827-.45-.2-.658.067-.98.643-1.115-.116.253-.12.485-.082.706.907-.258 2.296.152 2.296 1.718 0 1.555-1.079 2.864-3.102 2.537.481.23.726.701.775 1.228-.367-.144-.775-.164-.775-.164.236.417.565.777.551 1.596-.375-.17-.723-.486-1.204-.286.754 1.484-.172 3.526-2.53 4.01.863-1.012 1.286-2.104 1.286-3.191 0-3.524-.98-4.117-.98-6.567 0-1.025.527-2.132 1.572-2.885v.041c-.69-.185-1.133-.524-1.387-.987 1.577-.447 3.87-.439 5.101.045 1.415.164 2.402 1.25 2.694 1.801.291.551.856 2.543 0 4.337a3952.347 3952.347 0 00-6.735 14.279c-.292.625-.469 1.288-.469 2.005 0 1.805 1.653 2.435 2.592 2.435 1.123 0 2.265-.854 2.265-1.923 0-.677-.367-1.084-.898-1.084-1.269 0-1.191 1.079-.939 1.759-.79-.355-1.249-.989-1.123-1.657-.447-.061-.873-.273-1.265-.716.309-.39.686-.685 1.265-.695-.253-1.037.441-1.475 1.123-1.718-.216.761-.357 1.636.939 1.636.945 0 1.689.164 2.123.777.025-.818.102-4.05.102-4.05.055-1.215-1.626-1.18-2.694-.818.403-1.399 1.229-2.156 3.143-1.964-.464-.194-.959-.631-.959-1.473.001-1.139.924-2.4 1.531-2.773l.3 11.855z\"/>\n    <path fill=\"#FEC50C\" d=\"M18.197 97.559c0 3.04 2.729 4.603 4.875 4.603 2.89 0 4.429-1.728 4.429-3.99 0-1.282-.235-2.087-.826-3.313 0 0-4.767-9.914-6.623-13.748-.231-.479-.306-1.022-.306-1.821 0-1.233 1.195-2.24 2.449-2.271 1.143-.028 2.388 1.065 2.388 2.312 0 1.515-.786 2.189-1.592 2.189-.993 0-1.388-.408-1.388-1.105 0-.485.235-.696.572-.696.851 0 .612 1.146.612 1.146.422-.092.77-.525.571-1.064.309-.069.599-.231.827-.491-.229-.221-.49-.392-.827-.45.199-.658-.067-.98-.643-1.115.116.253.121.485.082.706-.907-.258-2.296.152-2.296 1.718 0 1.555 1.079 2.864 3.103 2.537-.481.23-.726.701-.775 1.228.367-.144.775-.164.775-.164-.237.417-.565.777-.551 1.596.375-.17.724-.486 1.204-.286-.754 1.484.172 3.526 2.531 4.01-.863-1.012-1.286-2.104-1.286-3.191 0-3.524.979-4.117.979-6.567 0-1.025-.527-2.132-1.571-2.885v.041c.69-.185 1.132-.524 1.387-.987-1.577-.447-3.87-.439-5.101.045-1.415.164-2.403 1.25-2.694 1.801-.291.551-.856 2.543 0 4.337.937 1.963 5.356 11.334 6.734 14.279.292.625.47 1.288.47 2.005 0 1.805-1.653 2.435-2.592 2.435-1.122 0-2.265-.854-2.265-1.923 0-.677.367-1.084.898-1.084 1.269 0 1.192 1.079.939 1.759.79-.355 1.249-.989 1.123-1.657.447-.061.873-.273 1.265-.716-.309-.39-.686-.685-1.265-.695.253-1.037-.441-1.475-1.123-1.718.215.761.357 1.636-.939 1.636-.945 0-1.688.164-2.123.777-.025-.818-.102-4.05-.102-4.05-.054-1.215 1.626-1.18 2.694-.818-.403-1.399-1.229-2.156-3.143-1.964.464-.194.959-.631.959-1.473 0-1.139-.924-2.4-1.531-2.773l-.304 11.855zM18.5 11.438s1.441-1.211 1.931-.604c.787.977-2.421 5.845-2.421 7.56 0 2.814 1.877 3.579 4.196 3.981 1.556.27 4.089-.113 4.089-.113-.477-.641-.787-.83-1.591-.881.895-.465 1.806-1.473 1.806-3.042 0-2.421-.997-3.418-.997-6.147 0-1.514 1.242-3.441 1.242-3.441-2.194.22-3.282 2.251-2.663 3.875-.35.05-.667-.028-.939-.286-.161.45.093.972.433 1.422-.273.146-.475.059-.91-.031.042.464.319.956.999 1.42-1.973-.512-3.186.863-3.186 2.302 0 1.087.762 1.866 1.507 1.866.241 0 .594-.099.793-.248.141.299.068.7-.077.999.546-.144.892-.468.646-1.143.419-.039.753-.18.98-.45a1.17 1.17 0 00-.98-.45c.305-.63-.035-.983-.53-1.269 0 0 .315 1.269-.49 1.269-.362 0-.692-.118-.692-.651 0-.465.406-1.108 1.345-1.067.939.041 1.7.647 1.7 2.146 0 1.383-1.115 2.07-2.584 2.115-1.325.041-2.325-.677-2.325-2.044 0-1.819 2.626-5.966 2.626-7.587 0-1.216-1.094-1.896-2.164-1.896-1.388 0-2.559 1.374-2.559 1.374l.815 1.022v-.001z\"/>\n    <path fill=\"#FEC50C\" d=\"M18.5 11.438s-1.442-1.211-1.931-.604c-.788.977 2.421 5.845 2.421 7.56 0 2.814-1.877 3.579-4.196 3.981-1.556.27-4.089-.113-4.089-.113.477-.641.787-.83 1.591-.881-.895-.465-1.806-1.473-1.806-3.042 0-2.421.997-3.418.997-6.147 0-1.514-1.241-3.441-1.241-3.441 2.194.22 3.282 2.251 2.663 3.875.349.05.667-.028.939-.286.161.45-.093.972-.432 1.422.273.146.474.059.91-.031-.042.464-.319.956-.999 1.42 1.973-.512 3.186.863 3.186 2.302 0 1.087-.762 1.866-1.506 1.866-.241 0-.594-.099-.794-.248-.141.299-.068.7.077.999-.545-.144-.892-.468-.646-1.143-.419-.039-.752-.18-.98-.45a1.17 1.17 0 01.98-.45c-.305-.63.035-.983.531-1.269 0 0-.315 1.269.49 1.269.362 0 .692-.118.692-.651 0-.465-.406-1.108-1.345-1.067-.939.041-1.7.647-1.7 2.146 0 1.383 1.115 2.07 2.585 2.115 1.325.041 2.325-.677 2.325-2.044 0-1.819-2.627-5.966-2.627-7.587 0-1.216 1.094-1.896 2.164-1.896 1.388 0 2.559 1.374 2.559 1.374l-.815 1.022-.003-.001z\"/>\n  </g>\n</svg>\n</li><li title=\"cif la \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 201\">\n  <g fill=\"none\">\n    <path fill=\"#CE1126\" d=\"M.5.5h300v200H.5z\"/>\n    <path fill=\"#002868\" d=\"M.5 50.5h300v100H.5z\"/>\n    <circle cx=\"150.5\" cy=\"100.5\" r=\"40\" fill=\"#FFF\"/>\n  </g>\n</svg>\n</li><li title=\"cif lb \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 201\">\n  <g fill=\"none\">\n    <path fill=\"#ED1C24\" d=\"M.5.5h300v200H.5z\"/>\n    <path fill=\"#FFF\" d=\"M.5 50.5h300v100H.5z\"/>\n    <path fill=\"#00A651\" d=\"M149.136 50.5l-1.64 2.732c-.902 1.503-3.087 3.759-4.849 5.009-1.762 1.25-3.886 3.111-4.731 4.137l-1.546 1.86 1.64-.429c.898-.237 2.069-.618 2.608-.845.539-.228.979-.101.979.286v.039a.738.738 0 01-.012.078c-.238.964-3.052 3.172-5.286 4.098-2.137.886-5.307 3.2-5.722 4.124-.01.023-.018.057-.024.078-.003.01-.01.029-.012.039-.002.01.001.03 0 .039v.052c.002.01.008.03.012.039.003.007.008.02.012.026a.142.142 0 01.012.013l.012.013.012.013.036.026c.25.175.939.202 1.734.026 1.395-.308 1.97-.117 2.43.832.705 1.452.301 2.107-1.321 2.107-1.962 0-4.755 1.971-5.132 3.63-.254 1.112-1.324 2.02-3.622 3.07-3.753 1.715-8.596 4.989-8.932 5.997a.438.438 0 00-.012.091c0 1.429 3.161 1.329 7.74-.247 1.027-.353 1.479.007 2.254 1.77.959 2.182.943 2.236-1.286 5.112-1.557 2.009-2.926 3.045-4.413 3.356-2.963.62-3.884 1.221-7.729 5.061-1.84 1.837-3.687 3.357-4.106 3.369-.164.005-.273.03-.33.078l-.012.013a.142.142 0 00-.012.013l-.012.013v.013l-.012.013v.078a.29.29 0 00.024.065l.012.026c.309.569 2.339 1.691 3.48 1.691.836 0 2.872-.956 4.519-2.12 2.89-2.045 3.033-2.076 4.2-.911.665.664 1.215 1.95 1.215 2.849 0 1.37-.736 1.995-4.531 3.929-2.807 1.43-6.105 3.889-8.684 6.466-3.466 3.463-4.45 4.102-5.923 3.864-.93-.151-1.451-.214-1.616-.117-.005.003-.019.009-.024.013l-.012.013-.012.013a.18.18 0 00-.012.052c0 .177.312.539.873 1.158.531.586 1.764 1.067 2.738 1.067 2.654 0 11.043-3.127 13.628-5.073 2.4-1.807 4.732-2.156 6.666-1.015 2.992 1.766-2.011 5.321-11.433 8.13-3.466 1.034-6.47 2.04-6.855 2.29-.006.004-.02.009-.024.013l-.012.013-.012.013v.013c-.135.223.064.811.472 1.353.984 1.307 5.934 1.37 10.159.117 1.691-.501 5.901-2.205 9.357-3.773 6.267-2.843 6.291-2.838 8.484-1.691 5.095 2.666 4.624 7.33-1.498 14.999-2.667 3.34-5.032 4.829-9.333 5.88-1.591.389-4.861 3.47-4.861 4.579 0 .109.021.196.047.273h1.097a3.67 3.67 0 00.732-.754c1.356-1.801 4.09-3.003 6.855-3.018 3.005-.017 6.686-1.667 9.451-4.241 2.429-2.261 4.87-2.936 6.714-1.847 1.022.603 1.951.663 3.186.195 2.195-.832 3.28-.43 3.28 1.21 0 .737.773 1.727 1.829 2.329 1.01.576 2.812 1.985 4 3.135.905.876 1.564 1.276 1.912 1.275.013 0 .035.002.047 0 .009-.001.027.002.036 0l.023-.013.024-.013c.014-.007.035-.016.047-.026l.012-.013.012-.013.012-.013.012-.013c.004-.007.007-.018.012-.026a.558.558 0 01.012-.026l.012-.026c.003-.009.01-.029.012-.039.003-.013-.002-.037 0-.052.036-.385-.263-1.16-.955-2.25-.407-.641-.614-1.28-.555-1.6.003-.015.007-.038.012-.052l.012-.026v-.013a.142.142 0 00.012-.013c.007-.011.015-.03.023-.039l.012-.013c.005-.005.018-.009.024-.013.002-.001.009-.012.012-.013l.023-.013c.384-.148 2.415-.073 4.637.182 3.909.448 4.383.683 6.69 3.356 1.139 1.32 2.074 2.15 2.832 2.498h1.569c.335-.15.571-.369.625-.585.002-.006.011-.02.012-.026.002-.009-.001-.03 0-.039v-.026-.026-.013-.013c-.134-.449-2.449-2.651-5.227-4.969-6.313-5.269-7.281-7.194-7.304-14.492-.013-4.364.194-5.482 1.215-6.609 1.591-1.754 2.466-1.712 6.371.325 2.95 1.538 3.866 1.667 10.572 1.522 7.202-.155 7.412-.111 11.032 2.016 2.029 1.192 4.507 2.789 5.522 3.552 2.239 1.684 4.513 1.802 5.05.26.634-1.821-3.623-5.352-11.622-9.614-7.954-4.237-8.787-5.423-5.121-7.35 2.086-1.096 2.23-1.076 5.534.768 2.648 1.477 3.86 1.795 5.557 1.444l2.171-.455-4.779-3.916c-2.627-2.153-5.169-4.438-5.652-5.087-1.396-1.877-4.095-3.122-6.749-3.122-1.244 0-2.406-.238-2.725-.533-.011-.01-.027-.029-.036-.039l-.012-.013c-.004-.005-.009-.021-.012-.026-.746-1.332 1.502-1.964 7.776-2.211 8.452-.333 9.615-1.318 3.787-3.2-2.327-.752-5.814-1.703-7.752-2.12-2.364-.509-3.674-1.064-4-1.704a.818.818 0 01-.071-.234.791.791 0 010-.182c.029-.217.158-.447.378-.689.397-.438 2.293-.389 5.522.156 3.619.611 5.6.748 5.959.325.373-.486-1.295-1.695-4.979-3.733-3.357-1.857-7.593-4.862-9.522-6.765-1.912-1.885-4.752-4.029-6.301-4.761-2.045-.966-2.706-1.622-2.442-2.38.461-1.324 3.677-1.337 5.758-.026.845.533 3.061.963 4.92.95l3.386-.026-2.242-.911c-2.239-.908-8.33-5.24-8.802-6.218a.318.318 0 01-.023-.065v-.026-.013-.013l.012-.013.012-.013.012-.013c.249-.184 1.654-.263 3.339-.169l3.386.195-4.873-3.759c-3.575-2.755-5.779-3.941-8.295-4.475a326.718 326.718 0 01-4.802-1.054c-2.021-.474-5.415-4.012-6.796-7.09l-1.206-2.7zm-11.103 18.967c.073-.003.154 0 .236 0 .628 0 1.085.153 1.274.39.004.005.02.02.023.026.004.005.008.02.012.026a.47.47 0 01.047.117c.002.01.011.029.012.039v.091a.816.816 0 01-.024.104c-.131.434-.839 1.226-1.581 1.769-.568.415-.906.641-1.098.611-.013-.003-.035-.008-.047-.013l-.024-.013c-.011-.008-.026-.029-.035-.039-.129-.157-.153-.579-.153-1.327.001-1.367.252-1.741 1.358-1.781zm16.436 1.691h.036c.959 0 1.604.449 1.734 1.197.162.927-.223 1.184-1.734 1.184-.85 0-1.343-.089-1.581-.325-.177-.184-.211-.46-.141-.859.127-.736.752-1.183 1.686-1.197zm-4.814.403c.834-.065 1.168.428 1.168 1.483 0 1.27-.486 1.666-2.773 2.251-1.443.369-2.766.539-3.044.403a.126.126 0 01-.023-.013l-.012-.013c-.792-.873-.098-1.993 1.876-3.031 1.27-.667 2.18-1.031 2.808-1.08zm11.079.013c1.221-.04 1.375.537.779 2.251-.205.589-1.055 1.066-1.888 1.066-1.218 0-1.48-.294-1.321-1.522.141-1.092.677-1.59 1.888-1.743.2-.025.38-.046.542-.052zm-18.69 3.318c.042-.003.09 0 .13 0 1.481 0 .557 2.793-1.345 4.072-1.694 1.139-3.495 1.628-4 1.184l-.012-.013a.418.418 0 01-.082-.117l-.012-.026-.012-.039c-.002-.006-.011-.02-.012-.026-.002-.01.002-.029 0-.039-.002-.017-.011-.047-.012-.065v-.013c.042-1.526 3.607-4.768 5.357-4.918zm13.912 6.465c.705-.085 1.153.689.909 2.107-.136.79-.841 1.335-1.9 1.47-.809.103-1.307.067-1.498-.156l-.012-.013c-.008-.011-.016-.027-.023-.039l-.012-.026c-.001-.003-.011-.011-.012-.013-.005-.013-.008-.038-.012-.052-.094-.379.294-1.083 1.156-2.224.499-.661.994-1.005 1.404-1.054zm-5.534.312c.034-.003.066 0 .095 0 1.417 0 1.647 1.248.366 2.004-.591.349-1.165.609-1.357.638-.006.001-.018.013-.024.013-.005 0-.02-.012-.023-.013-.107-.037-.889-.289-1.734-.573l-1.534-.52 1.734-.78c.892-.4 1.963-.729 2.477-.769zm11.929 1.562a4.807 4.807 0 012.1.39c1.28.537 1.53 1.002 1.286 2.407-.33 1.907-1.372 2.121-4.932.989-1.749-.557-1.929-.824-1.368-1.977.534-1.102 1.635-1.742 2.914-1.809zm-26.407.468h.118c2.591 0 2.948.45 1.687 2.108a13.797 13.797 0 01-1.794 1.873c-.868.721-1.134.645-1.687-.494-.658-1.356-.863-2.247-.543-2.784.297-.48 1.025-.691 2.219-.703zm-6.82 1.145c1.105-.03 1.786.492 2.667 2.004l1.239 2.133-1.852.716c-1.691.65-1.975.527-3.375-1.444-.882-1.243-1.219-2.067-.979-2.589a.819.819 0 01.083-.143l.035-.039.036-.039c.316-.316.953-.488 1.923-.572.077-.008.15-.026.223-.027zm40.802 6.387c1.228-.099 2.481.765 2.301 2.159-.228 1.771-2.162 2.283-3.752 1.002-.949-.766-.984-1.049-.248-2.16a2.222 2.222 0 011.699-1.001zm-23.162 3.317c.045-.003.094 0 .141 0a.834.834 0 01.437.13.883.883 0 01.047.039l.023.026.023.026.024.026c.187.241.253.655.177 1.223-.244 1.825-1.452 2.361-1.97.872-.462-1.33-.013-2.271 1.098-2.342zm-7.74 1.405c.52-.071 1.374.275 2.23.989.581.485.822.955.814 1.301a.704.704 0 01-.012.104c-.004.018-.007.047-.012.065-.004.014-.018.039-.023.052a.677.677 0 01-.036.065c-.004.006-.008.02-.012.026l-.023.026a.746.746 0 01-.071.078c-.005.005-.018.021-.024.026-.355.275-1.109.21-1.97-.455-.712-.55-1.304-1.269-1.357-1.639v-.026-.026c0-.353.184-.544.496-.586zm12.306.26c.24-.021.489.214.909.677.526.58 1.144 1.691 1.369 2.471.54 1.877-.313 2.661-1.982 1.808-1.792-.915-2.227-2.363-1.191-3.994.394-.621.64-.939.895-.962zm4.295 2.55c.455-.062 1.074.62 1.227 1.769.089.67-.004 1.242-.213 1.418l-.012.013-.024.013c-.008.005-.027.01-.035.013-.002.001-.01.013-.012.013h-.059c-.878 0-1.38-.792-1.38-2.198.001-.673.226-1.002.508-1.041zm-26.972 2.706c.903-.001 1.696.048 2.218.156.861.178 1.435.424 1.711.716a.797.797 0 01.141.208.688.688 0 01.036.117.68.68 0 010 .234c-.103.528-.861 1.172-2.266 1.912-1.165.614-3.136 1.323-4.389 1.561-2.08.396-2.366.249-3.233-1.6-.514-1.096-.931-2.139-.944-2.341v-.013c.001-.005-.002-.021 0-.026.001-.002.011-.01.012-.013.003-.005.008-.021.012-.026l.012-.013c.435-.45 4.038-.869 6.69-.872zm41.839 6.088c2.423-.107 3.73 1.532 1.097 3.564-1.693 1.308-4.18 1.361-5.722.117-1.11-.895-1.053-1.023.967-2.381 1.278-.858 2.577-1.252 3.658-1.3zm8.826 1.913c.043-.005.091 0 .13 0 .358-.002 1.184.42 1.841.95 1.169.943 1.165 1.005-.295 2.719-.755.887-1.526 1.582-1.793 1.639h-.048c-.195-.059-1.261-.227-2.36-.377-1.223-.168-1.994-.66-1.994-1.262 0-.027.007-.062.012-.091.194-1.014 3.219-3.42 4.507-3.578zm-44.376 2.706c.112-.006.246 0 .389 0 1.666 0 2.584 1.371 2.584 3.864 0 3.349-2.042 3.081-2.986-.39-.821-3.023-.903-3.423.013-3.474zm12.684.949c1.004-.032 3.435.529 3.752.911a.142.142 0 01.012.013l.012.013v.013c0 .002.011.011.012.013v.039c-.032.259-.682 1.314-1.463 2.368l-1.439 1.938-.755-2.498c-.373-1.245-.602-2.368-.555-2.654v-.013c.001-.004.011-.009.012-.013v-.013c.001-.003.01-.011.012-.013l.012-.013.012-.013c.002-.002.01.001.012 0l.012-.013.023-.013c.073-.029.189-.048.329-.052zm-6.171 1.106c.182-.018.467.029.861.091.791.124 1.519.781 1.64 1.483.147.852.066 1.447-.142 1.756a.614.614 0 01-.166.169.545.545 0 01-.141.065.81.81 0 01-.071.013.664.664 0 01-.118 0c-.411-.052-.941-.561-1.404-1.548-.534-1.138-.779-1.677-.684-1.899a.24.24 0 01.036-.052.304.304 0 01.189-.078z\"/>\n  </g>\n</svg>\n</li><li title=\"cif lc \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 151\">\n  <g fill=\"none\">\n    <path fill=\"#6CF\" d=\"M.5.5h300v150H.5z\"/>\n    <path fill=\"#FFF\" d=\"M100.5 137.5l50-7 50 7-50-123.5z\"/>\n    <path fill=\"#000\" d=\"M107.25 137.5l43.25-7 43.25 7-43.25-107z\"/>\n    <path fill=\"#FCD116\" d=\"M100.5 137.5h100l-50-62z\"/>\n  </g>\n</svg>\n</li><li title=\"cif li \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 181\">\n  <g fill=\"none\" fill-rule=\"evenodd\">\n    <path fill=\"#002B7F\" fill-rule=\"nonzero\" d=\"M.5.5h300v180H.5z\"/>\n    <path fill=\"#CE1126\" fill-rule=\"nonzero\" d=\"M.5 90.5h300v90H.5z\"/>\n    <path fill=\"#FFD83D\" fill-rule=\"nonzero\" d=\"M65.413 37.186l-.552 18.75H45.835c-2.34-4.551-4.274-8.416-4.274-13.649 0-4.38 3.445-7.859 8.41-7.859 5.257.001 11.032 1.772 15.442 2.758z\"/>\n    <path fill=\"#FFD83D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M43.837 38.048v10.823M45.365 36.944v14.41M46.893 36.185v17.167M48.421 35.831v13.464M49.949 35.764v13.598M51.477 35.289v14.065M53.005 35.289v14.065M54.533 35.427v14.065M56.061 35.565v14.066M57.589 36.461v14.065M59.117 36.599v15.858M60.645 36.599v14.065M62.173 36.599v14.065\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M53.419 35.877c3.229.533 10.322 3.851 9.513 8.341-1.146 6.363-4.862 3.809-9.789 2.895l-3.722 1.241c-1.332 1.36-3.294 2.605-4.619.965h-2.206v8.616h24.403V37.117l-13.58-1.24z\"/>\n    <circle cx=\"64.345\" cy=\"34.395\" r=\"1.482\" fill=\"#FFD83D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-/>\n    <circle cx=\"61.014\" cy=\"33.593\" r=\"1.482\" fill=\"#FFD83D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-/>\n    <circle cx=\"57.635\" cy=\"32.744\" r=\"1.482\" fill=\"#FFD83D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-/>\n    <circle cx=\"54.243\" cy=\"32.179\" r=\"1.482\" fill=\"#FFD83D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-/>\n    <circle cx=\"50.851\" cy=\"31.844\" r=\"1.482\" fill=\"#FFD83D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-/>\n    <circle cx=\"47.525\" cy=\"32.034\" r=\"1.482\" fill=\"#FFD83D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-/>\n    <circle cx=\"44.354\" cy=\"33.119\" r=\"1.482\" fill=\"#FFD83D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-/>\n    <circle cx=\"41.683\" cy=\"35.084\" r=\"1.482\" fill=\"#FFD83D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-/>\n    <circle cx=\"39.787\" cy=\"37.824\" r=\"1.482\" fill=\"#FFD83D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-/>\n    <circle cx=\"38.874\" cy=\"41.047\" r=\"1.482\" fill=\"#FFD83D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-/>\n    <circle cx=\"38.908\" cy=\"44.39\" r=\"1.482\" fill=\"#FFD83D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-/>\n    <circle cx=\"39.546\" cy=\"47.664\" r=\"1.482\" fill=\"#FFD83D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-/>\n    <path fill=\"#FFD83D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M65 36.359l-.138 1.93c-3.687-.565-8.914-2.62-13.787-2.62-4.502 0-7.996 1.801-7.996 6.342 0 4.476 1.895 8.546 4.412 12.684l-2.619 1.241c-2.341-4.551-4.274-8.416-4.274-13.649 0-4.38 3.445-8.686 9.375-8.686 5.255.001 10.616 1.772 15.027 2.758z\"/>\n    <path fill=\"#FFD83D\" fill-rule=\"nonzero\" d=\"M68.768 37.186l.551 18.75h19.026c2.341-4.551 4.274-8.416 4.274-13.649 0-4.38-3.445-7.859-8.41-7.859-5.256.001-11.03 1.772-15.441 2.758z\"/>\n    <path fill=\"#FFD83D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M90.344 38.048v10.823M88.817 36.944v14.41M87.288 36.185v17.167M85.761 35.831v13.464M84.232 35.764v13.598M82.704 35.289v14.065M81.177 35.289v14.065M79.648 35.427v14.065M78.12 35.565v14.066M76.592 36.461v14.065M75.064 36.599v15.858M73.536 36.599v14.065M72.008 36.599v14.065\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M80.763 35.877c-3.229.533-10.322 3.851-9.513 8.341 1.146 6.363 4.862 3.809 9.789 2.895l3.722 1.241c1.332 1.36 3.293 2.605 4.619.965h2.206v8.616H67.183V37.117l13.58-1.24z\"/>\n    <circle cx=\"69.837\" cy=\"34.395\" r=\"1.482\" fill=\"#FFD83D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-/>\n    <circle cx=\"73.168\" cy=\"33.593\" r=\"1.482\" fill=\"#FFD83D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-/>\n    <circle cx=\"76.546\" cy=\"32.744\" r=\"1.482\" fill=\"#FFD83D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-/>\n    <circle cx=\"79.938\" cy=\"32.179\" r=\"1.482\" fill=\"#FFD83D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-/>\n    <circle cx=\"83.33\" cy=\"31.844\" r=\"1.482\" fill=\"#FFD83D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-/>\n    <circle cx=\"86.656\" cy=\"32.034\" r=\"1.482\" fill=\"#FFD83D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-/>\n    <circle cx=\"89.828\" cy=\"33.119\" r=\"1.482\" fill=\"#FFD83D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-/>\n    <circle cx=\"92.499\" cy=\"35.084\" r=\"1.482\" fill=\"#FFD83D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-/>\n    <circle cx=\"94.394\" cy=\"37.824\" r=\"1.482\" fill=\"#FFD83D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-/>\n    <circle cx=\"95.308\" cy=\"41.047\" r=\"1.482\" fill=\"#FFD83D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-/>\n    <circle cx=\"95.273\" cy=\"44.39\" r=\"1.482\" fill=\"#FFD83D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-/>\n    <circle cx=\"94.636\" cy=\"47.664\" r=\"1.482\" fill=\"#FFD83D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-/>\n    <path fill=\"#FFD83D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M69.182 36.359l.138 1.93c3.687-.565 8.914-2.62 13.787-2.62 4.502 0 7.996 1.801 7.996 6.342 0 4.476-1.895 8.546-4.412 12.684l2.619 1.241c2.341-4.551 4.274-8.416 4.274-13.649 0-4.38-3.445-8.686-9.375-8.686-5.256.001-10.617 1.772-15.027 2.758zM67.091 16.437l-1.547 2.897 1.547 2.888 1.547-2.888-1.547-2.897zm0 7.313l-1.547 2.888 1.547 2.897 1.547-2.897-1.547-2.888zM61.576 22.986l2.44 1.547 2.432-1.547-2.432-1.547-2.44 1.547zm6.158 0l2.432 1.547 2.439-1.547-2.439-1.547-2.432 1.547z\"/>\n    <circle cx=\"67.091\" cy=\"23.021\" r=\"1.172\" fill=\"#FFD83D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-/>\n    <circle cx=\"67.091\" cy=\"30.5\" r=\"3.137\" fill=\"#FFD83D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M66.303 27.462c0 .934-.007 1.477-.009 1.987a18.79 18.79 0 00-2.231.234m6.056.001a18.584 18.584 0 00-2.231-.234v-1.987m-3.835 3.805a18.424 18.424 0 016.076 0\"/>\n    <path fill=\"#FFD83D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M64.025 35.806c-.298 5.125-.903 10.344-2.897 14.137l3.244-1.313c1.133-4.298 1.371-9.853 1.716-12.478l-2.063-.346zm6.131 0l-2.063.347c.345 2.625.583 8.18 1.716 12.478l3.244 1.313c-1.994-3.794-2.599-9.013-2.897-14.138z\"/>\n    <path fill=\"#FFD83D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M67.086 46.906c-3.874 0-6.72 1.826-6.891 6.478-.947-1.666-4.953-6.908-8.691-6.206-2.223.417-4.187 3.5-3.853 7.031-1.84-5.289-7.232-6.156-11.166-3.028 3.492 2.872 5.046 11.35 7.988 15.028H89.698c2.941-3.678 4.504-12.156 7.997-15.028-3.934-3.127-9.325-2.261-11.166 3.028.334-3.531-1.64-6.614-3.863-7.031-3.738-.701-7.734 4.54-8.681 6.206-.17-4.652-3.025-6.478-6.899-6.478z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M89.632 66.208c0 1.674-10.099 3.516-22.541 3.516-12.443 0-22.541-1.842-22.541-3.516s10.098-2.551 22.541-2.551 22.541.876 22.541 2.551z\"/>\n    <circle cx=\"67.091\" cy=\"34.833\" r=\"1.051\" fill=\"#FFD83D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-/>\n    <circle cx=\"67.091\" cy=\"37.108\" r=\"1.12\" fill=\"#FFD83D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-/>\n    <circle cx=\"67.091\" cy=\"39.555\" r=\"1.224\" fill=\"#FFD83D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-/>\n    <circle cx=\"67.091\" cy=\"42.278\" r=\"1.396\" fill=\"#FFD83D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-/>\n    <circle cx=\"67.091\" cy=\"45.311\" r=\"1.534\" fill=\"#FFD83D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M66.482 48.262c-.166-.002-.323.138-.281.403.049.313.11.899.169 1.294.066.448.327.339.394-.009.066-.348.04-.572.056-1.219.007-.324-.173-.467-.338-.469zm1.218 0c-.166.002-.346.145-.338.469.017.647-.01.87.056 1.219.066.348.328.457.394.009.059-.395.12-.981.169-1.294.042-.266-.115-.405-.281-.403zm-2.306.168c-.152.021-.309.174-.3.337.016.299.099.657.131 1.106.033.464.36.284.394.019.033-.265.071-.658.038-1.172-.013-.193-.097-.278-.197-.291a.365.365 0 00-.066.001zm3.328 0c-.1.013-.185.098-.197.291-.033.514.004.906.038 1.172.034.266.361.446.394-.019.032-.449.115-.808.131-1.106.009-.163-.148-.316-.3-.337a.244.244 0 00-.066-.001zm-4.631.525a.336.336 0 00-.225.394c.083.382.159.803.159 1.191 0 .332.283.214.3-.019.016-.232.047-.724.047-1.172 0-.334-.142-.429-.281-.394zm5.906 0c-.099.027-.188.143-.188.394 0 .448.03.94.047 1.172.017.232.3.351.3.019 0-.387.076-.809.159-1.191a.337.337 0 00-.225-.394.164.164 0 00-.093 0zm-17.728.052c-.166-.006-.283.22-.169.469.182.398.376.65.563 1.078.166.382.42.144.337-.122-.083-.265-.173-.561-.422-1.125-.093-.212-.209-.297-.309-.3zm29.644 0c-.1.003-.216.089-.309.3-.249.564-.339.86-.422 1.125-.083.266.171.504.337.122.186-.429.38-.68.563-1.078.113-.249-.003-.475-.169-.469zm-28.444.018c-.122.038-.197.193-.122.375.149.365.365.739.516 1.134.133.348.428.25.328-.066-.1-.315-.129-.5-.328-1.097-.1-.297-.272-.383-.394-.346zm27.15 0c-.105.022-.225.123-.3.347-.199.597-.229.782-.328 1.097-.1.315.195.414.328.066.151-.395.366-.769.516-1.134.075-.182 0-.337-.122-.375a.176.176 0 00-.094-.001zm-25.65.291c-.154.029-.274.265-.169.553.133.365.321.71.488 1.125.166.415.441.331.375.066-.067-.265-.148-.705-.347-1.369-.087-.29-.227-.398-.347-.375zm24.244 0c-.12-.023-.26.085-.347.375-.199.664-.281 1.103-.347 1.369-.066.265.209.349.375-.066s.355-.76.488-1.125c.104-.288-.015-.524-.169-.553zm-27.956.206c-.167.017-.319.29-.216.497.166.332.271.445.431.797.166.365.347.082.281-.15-.066-.232-.151-.503-.234-.834-.061-.243-.162-.32-.262-.31zm31.668 0c-.1-.01-.202.067-.262.309-.083.332-.168.602-.234.834-.066.232.115.515.281.15.16-.352.265-.465.431-.797.103-.206-.049-.479-.216-.496zm-20.109.84c-.175 0-.362.232-.3.45.099.348.253.657.366 1.106.099.398.382.2.366-.066a8.517 8.517 0 00-.178-1.191c-.045-.211-.149-.299-.254-.299zm8.55 0c-.105 0-.21.089-.253.3a8.652 8.652 0 00-.178 1.191c-.017.266.266.464.366.066.112-.449.266-.758.366-1.106.061-.219-.126-.451-.301-.451zm-4.275.356c-.216 0-.246.29-.253.525-.025.771-.345 1.52-.619 1.894-.274.373-.677.274-1.05.075a6.68 6.68 0 01-.994-.647c-.398-.299-.7-.124-.225.553 1.385 1.974 2.887 3.661 2.887 6.881 0 .416.073.544.253.544s.263-.128.263-.544c0-3.22 1.493-4.907 2.878-6.881.475-.677.173-.852-.225-.553a6.68 6.68 0 01-.994.647c-.373.199-.776.298-1.05-.075s-.594-1.122-.619-1.894c-.007-.235-.037-.525-.252-.525zm-10.584-.483a.169.169 0 00-.056.009c-.081.026-.134.123-.103.291.056.301.264.89.347 1.172.083.282.43.222.347-.159-.083-.381-.079-.497-.178-.928-.056-.237-.225-.381-.357-.385zm21.168 0c-.132.004-.302.148-.356.384-.1.431-.095.547-.178.928-.083.381.264.441.347.159.083-.282.291-.871.347-1.172.031-.168-.023-.265-.103-.291-.017-.004-.038-.009-.057-.008zm-27.459.122c-.174.014-.298.232-.122.553.19.347.516.783.666 1.031.149.249.408.081.225-.234-.182-.315-.244-.677-.459-1.125-.082-.168-.206-.234-.31-.225zm33.75 0c-.104-.008-.229.057-.309.225-.216.448-.277.81-.459 1.125-.183.315.076.483.225.234.149-.249.475-.684.666-1.031.175-.322.05-.54-.123-.553zm-43.256.998c-.2-.011-.263.351-.075.591.274.348.464.533.778.816.249.224.321-.067.197-.291-.124-.224-.304-.452-.553-.825-.137-.205-.256-.286-.347-.291zm52.762 0c-.091.005-.211.086-.347.291-.249.373-.429.601-.553.825-.125.224-.052.514.197.291.314-.282.504-.467.778-.816.188-.24.125-.601-.075-.591zm-51.253.3c-.16.002-.265.12-.141.394.178.392.413.836.563 1.134.149.299.604.399.422-.066-.183-.464-.219-.703-.384-1.134a.52.52 0 00-.46-.328zm49.744 0a.516.516 0 00-.459.328c-.166.431-.202.67-.384 1.134-.183.464.272.364.422.066.149-.299.384-.742.563-1.134.123-.274.017-.392-.142-.394zm-52.669.103c-.232.002-.252.235-.047.384.274.199.6.42.919.675.373.299.518.024.319-.225s-.393-.501-.891-.75a.7.7 0 00-.3-.084zm55.594 0a.665.665 0 00-.3.084c-.498.249-.692.501-.891.75-.199.249-.055.524.319.225.318-.255.645-.476.919-.675.205-.148.185-.381-.047-.384zm-32.897.216c-.13.018-.242.166-.188.356.099.348.212.717.281 1.078.066.348.469.353.403.037-.066-.315-.1-.71-.216-1.191-.044-.18-.134-.267-.225-.281a.203.203 0 00-.055.001zm10.144 0c-.091.014-.182.101-.225.281-.116.481-.149.875-.216 1.191-.067.315.337.311.403-.037.069-.361.182-.73.281-1.078.054-.19-.058-.338-.188-.356a.145.145 0 00-.055-.001zm-19.172-.596c-.102.028-.161.223-.084.497.423 1.518.553 2.317.478 2.691-.075.373-.279.424-.553.3a5.628 5.628 0 01-.844-.478c-.249-.174-.508.034-.15.328 1.816 1.493 3.076 3.199 3.563 5.269.099.423.365.473.291 0-.412-2.607-.491-4.75.131-6.094.234-.505-.002-.99-.375-.169-.249.548-.652.763-.975.291-.323-.473-.992-1.734-1.191-2.306-.075-.214-.167-.314-.244-.328a.107.107 0 00-.047-.001zm28.209 0c-.077.014-.169.114-.244.328-.199.572-.867 1.834-1.191 2.306-.324.473-.726.257-.975-.291-.374-.821-.609-.336-.375.169.622 1.344.543 3.487.131 6.094-.075.473.191.423.291 0 .487-2.07 1.746-3.776 3.563-5.269.357-.294.099-.502-.15-.328s-.57.354-.844.478c-.274.125-.479.073-.553-.3-.075-.373.055-1.173.478-2.691.076-.274.018-.469-.084-.497a.149.149 0 00-.047.001zm-37.341.727c-.164.002-.3.117-.225.366.12.399.367.829.45 1.078.083.249.35.133.3-.216-.05-.348-.074-.556-.141-.938-.033-.19-.22-.292-.384-.29zm46.519 0c-.164-.002-.351.1-.384.291-.066.382-.091.589-.141.938-.05.348.217.464.3.216.083-.249.33-.679.45-1.078.075-.25-.061-.365-.225-.367zm-40.884-.52c-.191-.034-.218.457-.056.656.216.266.515.587.816.947.249.299.403.033.253-.216-.149-.249-.371-.513-.769-1.144-.1-.157-.181-.232-.244-.243zm35.25 0c-.064.011-.144.086-.244.244-.398.63-.62.895-.769 1.144-.149.249.004.514.253.216.3-.36.6-.681.816-.947.162-.2.134-.692-.056-.657zm-39.6 1.186c-.118-.008-.219.088-.169.328.069.335.17.613.253.928.083.315.3.261.3-.038s-.053-.632-.103-.947a.327.327 0 00-.281-.271zm43.95 0a.327.327 0 00-.281.272c-.05.315-.103.648-.103.947 0 .299.217.353.3.038.083-.315.184-.593.253-.928.049-.241-.051-.337-.169-.329zm-40.022.426c-.186.028-.349.208-.131.487.348.448.73.762.862.928.132.166.469.105.253-.244-.221-.356-.554-.785-.703-1.05-.056-.099-.17-.138-.281-.121zm36.019 0a.26.26 0 00-.206.122c-.149.265-.483.694-.703 1.05-.216.348.12.41.253.244.133-.166.514-.48.862-.928.218-.28.054-.459-.131-.487a.236.236 0 00-.075-.001zm-42.216 1.252c-.146-.013-.197.105 0 .375.448.614.942 1.542.975 1.941.033.398-.164.394-.347.394-.548 0-.815-.4-1.313-.516-.498-.116-.57.146-.216.403 1.825 1.327 3.654 2.808 4.388 4.153.299.548.702.748.478.225-.686-1.601-.853-2.957-.703-3.778.149-.821.353-1.374.328-1.847-.025-.473-.293-.44-.403 0-.075.299-.219.694-.319.844-.1.149-.5.233-.881-.281-.382-.514-1.344-1.504-1.659-1.753a.692.692 0 00-.328-.16zm48.488 0a.699.699 0 00-.328.159c-.315.249-1.278 1.239-1.659 1.753-.382.514-.782.431-.881.281-.1-.149-.244-.545-.319-.844-.11-.44-.378-.473-.403 0-.025.473.179 1.026.328 1.847.149.821-.017 2.177-.703 3.778-.224.523.18.323.478-.225.734-1.345 2.563-2.826 4.387-4.153.354-.258.282-.519-.216-.403-.498.116-.765.516-1.313.516-.183 0-.38.004-.347-.394.033-.398.527-1.327.975-1.941.197-.269.147-.387.001-.374z\"/>\n    <path fill=\"#FFD83D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M45.538 64.295l.585 1.852m.618-2.203l.519 1.872m.781-2.086l.356 1.91m.85-2.151l.381 1.905m1.166-2.058l.31 1.918m1.335-1.916l.334 1.914m1.272-2.457l.241 1.927m1.27-1.829l.241 1.927m1.222-2.122l.241 1.927m1.226-2.079l.133 1.938m1.436-1.938l.115 1.939m1.307-2.037l.098 1.94m1.47-2.038l.081 1.941m1.723-1.99l.081 1.941m23.713.053l-.585 1.852m-.618-2.203l-.518 1.872m-.781-2.086l-.356 1.91m-.851-2.151l-.381 1.905m-1.165-2.058l-.31 1.918m-1.335-1.916l-.334 1.914m-1.273-2.457l-.241 1.927m-1.27-1.829l-.241 1.927m-1.221-2.122l-.241 1.927m-1.227-2.079l-.132 1.938m-1.436-1.938l-.115 1.939m-1.308-2.037l-.098 1.94m-1.47-2.038l-.081 1.941m-1.722-1.99l-.081 1.941m-2.161-2.067v2.137\"/>\n  </g>\n</svg>\n</li><li title=\"cif lk \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 151\">\n  <g fill=\"none\">\n    <path fill=\"#FFB700\" d=\"M.5.5h300v150H.5z\"/>\n    <path fill=\"#FF5B00\" d=\"M54.25 13H95.5v125H54.25z\"/>\n    <path fill=\"#005641\" d=\"M13 13h41.25v125H13z\"/>\n    <path fill=\"#8D2029\" d=\"M108 13h181.25v125H108z\"/>\n    <path fill=\"#FFB700\" stroke=\"currentColor\" stroke- d=\"M272.016 117.016s1.699 3.46 3.577 4.87c2.782 2.089 8.486 1.938 10.907 4.375 2.901 2.874-.225 6.671-.199 7l.159 2.005s-1.956.024-2.78.152c-1.239.193-1.722 1.201-4.027 1.051-5.797-.376-5.564-5.599-5.891-10.063-.291-1.699-.965-3.916-1.348-5.615-.328-1.456-.398-3.775-.398-3.775zM125.234 33.984s-1.699-3.46-3.577-4.87c-2.782-2.089-8.486-1.938-10.907-4.375-2.901-2.874.225-6.671.199-7l-.159-2.005s1.956-.023 2.78-.152c1.239-.193 1.722-1.201 4.027-1.051 5.797.376 5.564 5.599 5.891 10.063.291 1.699.965 3.916 1.348 5.615.328 1.456.398 3.775.398 3.775zM272.016 33.984s1.699-3.46 3.577-4.87c2.782-2.089 8.486-1.938 10.907-4.375 2.901-2.874-.225-6.671-.199-7l.159-2.005s-1.956-.023-2.78-.152c-1.239-.193-1.722-1.201-4.027-1.051-5.797.376-5.564 5.599-5.891 10.063-.291 1.699-.965 3.916-1.348 5.615-.328 1.456-.398 3.775-.398 3.775zM125.234 117.016s-1.699 3.46-3.577 4.87c-2.782 2.089-8.486 1.938-10.907 4.375-2.901 2.874.225 6.671.199 7l-.159 2.005s1.956.024 2.78.152c1.239.193 1.722 1.201 4.027 1.051 5.797-.376 5.564-5.599 5.891-10.063.291-1.699.965-3.916 1.348-5.615.328-1.456.398-3.775.398-3.775z\"/>\n    <path fill=\"#000\" stroke=\"currentColor\" stroke- d=\"M170.884 120.389l1.09-.629.466.63c.621.84 2.34.83 3.48-.02l.872-.65.73.65c.96.854 2.753.855 3.898.003.802-.597.913-.609 1.443-.155.316.271 1.243.579 2.059.685 1.471.191 1.493.18 2.354-1.111.721-1.081.833-1.519.661-2.567a27.802 27.802 0 01-.273-2.486c-.065-1.217-.058-1.225 1.715-1.842.979-.341 2.113-.798 2.519-1.016.708-.38 2.661-2.675 2.661-3.127 0-.12-.763-.303-1.695-.408-3.708-.416-4.336-2.407-1.926-6.106 3.931-6.032 6.304-11.906 6.32-15.648.007-1.673.102-2.234.317-1.871.878 1.487-.695 7.719-3.079 12.195l-.96 1.802.916-.211c.504-.116 3.465-1.365 6.581-2.777 8.529-3.863 11.458-4.62 16.978-4.387 4.624.195 6.594 1.098 9.858 4.523 1.729 1.814 3.396 3.112 6.444 5.02 6.494 4.065 6.764 4.417 7.073 9.197.313 4.843.157 5.106-3.506 5.916-3.131.692-5.094 2.151-5.62 4.179-.281 1.083.31 1.114 1.889.1l1.157-.743.514.743c.676.978 2.114.981 3.307.009l.902-.735.922.735c1.432 1.141 3.337.865 3.874-.563.103-.274.379-.187.938.299 1.046.909 3.729 1.299 4.018.584.111-.273-.099-.947-.467-1.497-1.561-2.34-2.049-3.456-2.069-4.729-.028-1.771.5-2.626 2.515-4.067 2.448-1.75 3.204-4.008 1.343-4.008-1.149 0-2.308-1.016-3.047-2.671-1.502-3.365-1.208-7.138 1.047-13.414 2.29-6.375 2.544-7.551 2.553-11.814.007-3.448-.08-4.043-.864-5.934-.479-1.156-1.453-2.876-2.162-3.823l-1.29-1.723 1.657-1.373c5.059-4.191 4.024-11.05-2.066-13.692-1.863-.808-2.328-.88-5.593-.858-1.958.013-4.945.271-6.636.573-1.725.308-4.644.555-6.646.563-3.181.013-3.721-.066-4.947-.718-1.278-.68-1.498-1.003-1.748-2.576-.052-.323-.278-.646-.502-.717-.435-.137-2.443 1.605-2.74 2.377-.146.381-.266.354-.695-.153-.285-.337-.683-1.112-.885-1.722-.507-1.534.115-2.684 1.918-3.545l1.399-.668-.825-.512c-1.702-1.056-4.596-.333-5.643 1.409-.296.493-.619.897-.718.898-.099.001-.661-.469-1.25-1.045-2.198-2.147-1.442-5.324 1.498-6.294 1.567-.517 2.955-.123 3.243.923.441 1.596 1.81-.502 1.565-2.396-.163-1.259-.139-1.303.732-1.303 1.212 0 3.791 1.59 4.589 2.83.927 1.439.859 3.706-.161 5.395l-.801 1.326 1.047-.21c1.536-.308 3.028-1.261 3.783-2.418.798-1.223.884-3.604.176-4.889-.686-1.245-.607-1.443.407-1.022 1.724.716 2.646 1.505 3.337 2.858.623 1.218.657 1.521.321 2.789-.208.782-.671 1.812-1.029 2.287-.557.741-.576.865-.132.865.826 0 2.552-.782 3.164-1.434.31-.33.761-1.141 1.003-1.803l.44-1.204.506.918c.715 1.298 2.106 2.466 3.801 3.192 1.823.781 2.583.826 1.629.094-.643-.493-1.828-3.969-1.469-4.31.211-.2 2.687 1.705 5.513 4.242 2.674 2.4 4.354 3.187 6.809 3.187 3.137 0 4.963-2.731 3.554-5.313-.822-1.505-2.653-1.715-3.724-.425-.492.593-.628 1.064-.483 1.686.177.762.108.863-.586.863-.912 0-2.709-1.167-5.902-3.83-4.868-4.062-10.782-7.505-15.053-8.762-2.741-.807-8.596-1.122-11.382-.612-3.015.552-6.582 2.278-8.525 4.125-3.443 3.273-3.498 7.63-.145 11.596l.96 1.136-.65 1.01c-.946 1.469-.865 3.446.201 4.903.469.641.943 1.166 1.052 1.166.109 0 .229-.413.266-.917.094-1.274.641-2.128 1.58-2.466.845-.304 1.392-.16 5.263 1.385 4.072 1.625 10.769 1.737 17.89.298 3.491-.705 7.608-.664 9.419.095 3.32 1.391 4.089 5.009 1.649 7.756-1.056 1.189-2.075 1.673-5.496 2.612-2.603.714-3.219.762-9.136.703-5.055-.05-6.871.047-8.934.478-2.24.468-3.618.515-10.198.349l-7.608-.192.844.698c.464.384 1.12.857 1.457 1.051.574.329.555.374-.298.69-.501.186-1.614.338-2.472.338h-1.561l-.21 1.326c-.115.729-.107 1.581.019 1.893.186.459.117.525-.367.349-.328-.119-1.242-.354-2.031-.521-.789-.167-1.851-.509-2.361-.758-.856-.419-.951-.408-1.267.15-.282.499-2.926 2.466-3.314 2.466-.063 0-.143-.38-.179-.843-.036-.463-.418-1.671-.848-2.683-.43-1.012-.879-2.115-.998-2.453-.179-.509-.26-.535-.476-.153-.143.253-.353.943-.465 1.533-.112.59-.511 1.549-.885 2.131l-.681 1.057-.434-.904c-.466-.971-1.24-1.977-1.521-1.977-.095 0-.256.311-.358.69-.214.792-2.049 2.989-2.498 2.989-.165 0-.3-.621-.3-1.38 0-.759-.146-1.38-.324-1.38-.178 0-.324.196-.324.436 0 .583-1.568 2.323-2.094 2.323-.229 0-.598.207-.82.46-.578.659-1.051.567-.808-.158.114-.34.04-1.133-.165-1.763l-.483-1.489c-.077-.239-.639-.175-1.828.206-1.921.616-2.565.507-1.577-.267.361-.283.911-1.263 1.221-2.178.31-.915.768-1.726 1.018-1.804.349-.108.33.026-.081.582-.294.397-.535.933-.536 1.191 0 .258-.222.868-.491 1.357s-.438.937-.376.996c.062.059.793-.219 1.625-.617l1.511-.725.006.648c.004.356.186 1.297.405 2.09l.398 1.442 1.029-.473c1.051-.483 2.047-2.206 2.047-3.541 0-.66.378-.559.533.143.045.206.283.979.527 1.717l.445 1.343.704-.848c.387-.467.873-1.381 1.079-2.033.358-1.131.92-1.618.92-.796 0 .592 1.616 2.715 1.927 2.533.151-.088.451-.885.667-1.771.449-1.842 1.174-3.095 1.634-2.825.173.101.241.298.15.437s.281 1.337.827 2.662c.545 1.325 1.093 2.658 1.217 2.964.199.491.379.42 1.549-.613.728-.643 1.388-1.362 1.468-1.599.12-.358.282-.345.963.078.952.591 4.151 1.542 4.398 1.308.093-.088.188-.928.211-1.867l.042-1.708.92.191c.506.105 1.57.098 2.365-.014l1.445-.205-1.287-.883c-.708-.486-1.424-1.114-1.591-1.397-.178-.301-.808-.557-1.522-.617-1.929-.164-5.347-2.081-5.347-2.999 0-.172.474.121 1.052.651 1.284 1.177 3.067 1.915 4.625 1.915h1.166l-.721-.959c-.414-.551-.786-1.596-.873-2.455-.139-1.37-.283-1.588-1.714-2.583-.859-.598-1.924-1.493-2.365-1.99l-.803-.904-.41 1.073c-.225.59-.501 1.073-.612 1.073-.111 0-.544-.345-.963-.767-.418-.421-.844-.765-.947-.763-.103.002-.473.57-.823 1.262l-.637 1.258-.492-.725c-.271-.399-.91-1.105-1.421-1.568-.51-.464-.779-.843-.597-.843.182 0 .813.483 1.401 1.073l1.069 1.073.435-.786c.258-.467.355-1.184.238-1.763-.17-.845-.146-.894.177-.364.206.337.832.984 1.39 1.437l1.015.824.701-1.284c.698-1.277.702-1.28 1.02-.517.424 1.02 3.495 3.537 6.109 5.008.403.227.233-.553-.511-2.345-.197-.475-.358-1.331-.358-1.902 0-.847-.244-1.225-1.328-2.05-1.565-1.191-2.071-2.038-2.366-3.958-.119-.778-.393-1.644-.609-1.924-.319-.415-.372-.183-.287 1.262.058.974-.069 2.184-.281 2.69l-.386.92-.298-.767c-.164-.421-.89-1.155-1.614-1.629-.723-.474-1.231-.942-1.128-1.04.103-.098.847.335 1.653.961 1.229.953 1.5 1.057 1.67.637.2-.493 0-2.64-.387-4.141-.193-.749-.176-.745.748.179.682.681 1.059 1.494 1.351 2.913.371 1.802.558 2.102 2.224 3.564 1 .878 1.871 1.548 1.935 1.488.064-.06.19-2.333.281-5.05.174-5.21-.023-6.45-1.277-8.06l-.645-.827 1.013-1.093c1.322-1.426 1.929-2.569 2.193-4.129l.214-1.269-1.144 1.083c-.937.887-1.384 1.083-2.469 1.083-1.074 0-1.494-.18-2.218-.951-.868-.925-2.407-1.816-3.887-2.249-.547-.16-.729-.09-.729.28 0 .271-.302 1.053-.671 1.739l-.671 1.246-1.406-1.39c-.862-.852-1.886-1.516-2.647-1.716-1.945-.511-2.051-.461-2.051.989 0 2.198-.938 2.608-2.628 1.147-1.288-1.114-2.356-1.356-4.798-1.088l-1.886.207.339.851c.283.711.22 1.011-.388 1.818-.985 1.31-2.266 1.877-4.237 1.877-.908 0-2.044.188-2.525.417-.481.23-1.675.494-2.655.588-.979.094-2.023.261-2.32.372-.464.173-.515.031-.365-1.025.229-1.615-.899-2.805-2.657-2.805-2.281 0-3.332 2.04-2.439 4.73.172.518.397 1.334.5 1.815.107.498 1.134 1.821 2.392 3.079 1.213 1.214 2.359 2.476 2.547 2.806.188.33.81.859 1.382 1.176l1.04.576-.137-1.113c-.151-1.223.116-1.415.767-.552.233.308.824.807 1.313 1.108.771.474.89.484.89.072 0-.261.157-.864.349-1.338l.349-.863.606 1.174c.333.646 1.418 2.114 2.41 3.262 1.925 2.228 3.097 4.718 2.492 5.291-.245.232-.909.215-2.284-.062-1.066-.214-2.385-.328-2.93-.252-1.114.155-1.202.011-.517-.847.723-.906.608-1.055-.813-1.055-1.644 0-5.725-.788-7.292-1.408-1.523-.603-1.875-.453-2.323.992-.202.65-.571 1.828-.821 2.618l-.454 1.436 1.648-.159c.906-.087 2.072-.286 2.591-.441.519-.155.99-.238 1.047-.183.057.054-.174.615-.514 1.247l-.618 1.148 1.028-.209a9.67 9.67 0 001.889-.626c.825-.399.891-.37 1.542.674.8 1.284 1.44 1.232 1.582-.13.147-1.408.61-1.2 1.481.666.838 1.794 1.709 2.428 1.877 1.364.056-.353.507-.928 1.003-1.278 1.003-.707 1.76-.495 2.193.615.449 1.149-.552 2.333-3.463 4.098-5.832 3.535-9.222 8.37-10.189 14.532-.873 5.558 1.854 11.302 7.323 15.427 2.617 1.974 6.775 4.058 6.511 3.263-1.122-3.376-1.085-9.818.063-10.905.172-.163.113.509-.132 1.494-.911 3.668-.515 6.591 1.82 13.441 2.113 6.196 1.82 8.844-1.17 10.594-.96.562-1.579.655-4.161.624-2.802-.034-3.107.022-4.006.739-.872.695-2.003 2.977-2.003 4.041.006.571.646.495 1.905-.232h0zm22.705-53.731c0-.45-1.321-1.669-2.659-2.454-1.051-.617-1.225-.635-1.227-.133-.004.764-.683 2.683-.949 2.683-.151 0-.373-.375-.494-.833-.122-.458-.631-1.361-1.132-2.007l-.912-1.174-.71 1.088c-.662 1.014-1.808 2.007-2.317 2.007-.121 0-.145-.534-.053-1.187.1-.709.023-1.272-.193-1.398-.198-.116-.361-.076-.361.09 0 .382-1.592 2.188-1.928 2.188-.139 0-.333-.517-.432-1.15a114.11 114.11 0 00-.373-2.223c-.106-.59.12-.19.504.889l.697 1.962.764-1.196c.421-.658.765-1.376.766-1.597 0-.221.143-.318.316-.217.173.101.413.892.535 1.757l.22 1.573.841-.922c.463-.507 1.005-1.186 1.205-1.509.357-.576.377-.575 1.087.026.398.337 1.009 1.144 1.359 1.793.35.649.682 1.132.74 1.073.058-.059.185-.727.285-1.486.1-.759.188-1.408.197-1.442.049-.188 2.534 1.427 3.453 2.244.591.526 1.152.882 1.247.792.095-.09.173-.865.173-1.723 0-1.329-.141-1.686-.954-2.412-.935-.836-.961-.84-1.306-.229-.448.793-.977.805-.977.021 0-.572-1.766-2.77-2.226-2.77-.119 0-.491.483-.827 1.073-.336.59-.697 1.073-.802 1.072-.453-.003-2.944-2.779-2.942-3.28 0-.399.168-.297.604.369.332.506.994 1.261 1.472 1.678.968.845 1.32.639 1.694-.988.106-.464.292-.843.411-.843.414 0 2.582 2.302 2.886 3.066l.306.767.232-.843c.283-1.031.596-1.069 1.049-.128.189.393 1.123 1.21 2.075 1.816l1.731 1.101.347-1.108c.191-.609.444-.959.563-.778.177.27-.274 2.106-.613 2.5-.051.059-.612-.268-1.247-.726l-1.154-.834-.005 1.493c-.003.821-.092 1.803-.199 2.183-.21.74-.768.949-.767.286h0zm-8.634-11.901c-2.058-1.718-2.37-2.111-2.325-2.926l.048-.867.134.837c.078.489.626 1.221 1.317 1.76l1.183.923.727-.841c.4-.462.732-1.013.739-1.224.017-.55.115-.503 1.509.705 1.238 1.074 1.257 1.079 1.441.383.103-.388.066-1.118-.081-1.623-.405-1.387-.325-1.597.288-.76.305.417.796 1.006 1.091 1.31.513.528.544.522.735-.153.11-.388.201-1.097.204-1.577l.004-.872 1.116 1.265c1.042 1.182 1.139 1.226 1.457.662.188-.332.343-1.129.346-1.773.003-.831.091-1.041.302-.724.353.529.108 1.968-.544 3.194l-.468.88-.614-.957c-.786-1.223-1.047-1.204-1.551.116-.476 1.248-.786 1.343-1.25.383-.301-.621-.358-.545-.571.759l-.237 1.449-1.42-1.102-1.42-1.102-.638.726c-.351.399-.643.898-.649 1.109-.011.46-.352.474-.873.04h0zm18.306-6.399c-.749-.675-1.265-1.319-1.147-1.431.118-.112.252-.144.296-.071.045.073.657.717 1.361 1.431 1.62 1.643 1.287 1.69-.51.071zm-24.384-2.521c-.681-.921-.634-1.532.195-2.53.599-.722.873-.82 1.92-.687.671.085 2.116.678 3.21 1.318 1.264.739 2.571 1.234 3.584 1.357.877.106 1.594.147 1.594.089 0-.058-.364-.651-.809-1.319-1.057-1.586-1.021-1.756.171-.806 1.224.975 2.688 1.26 5.959 1.161l1.598-.049-.927-.917c-1.297-1.282-.897-1.397.534-.154 1.343 1.166 1.259 1.248-1.568 1.53-1.201.12-2.493.033-3.567-.24-1.606-.409-1.669-.402-1.365.136.176.31.459.564.631.564s.312.157.312.349c0 .591-3.47.071-5.128-.768-3.788-1.918-4.264-2.084-5.166-1.8-.502.158-1.004.621-1.177 1.084-.577 1.547 1.616 2.749 2.521 1.382.262-.396.201-.667-.26-1.15-.631-.661-.572-.755.28-.445.605.22.686 1.672.124 2.205-.641.614-2.111.441-2.666-.31zm14.922-3.82c-.474-.449-.102-.559 2.021-.598 2.627-.049 4.223-.487 6.105-1.675 1.508-.952 1.917-.765.486.222-1.306.901-3.343 1.593-5.31 1.805-.952.103-2.038.245-2.412.316-.374.07-.775.039-.89-.07zm22.565 78.248l1.175-.755.797.755c1.045.99 2.269.968 3.274-.059.438-.448.832-.758.875-.69.043.068.238.401.435.738.248.427.759.642 1.68.707 1.111.078 1.409-.029 1.85-.667l.526-.76 1.157.743c3.167 2.036 4.855-.1 3.439-4.353-.72-2.162-.324-3.378 1.996-6.13.978-1.161 1.779-2.399 1.78-2.753 0-.563-.181-.639-1.483-.613-1.246.025-1.61-.109-2.266-.831-1.066-1.174-1.003-2.519.189-4.011l.952-1.192-1.69-1.147c-.929-.631-2.605-2.123-3.725-3.316-2.513-2.68-4.985-3.95-8.244-4.239l-2.185-.193.003 1.654c.004 2.129 1.003 4.177 3.731 7.647 3.101 3.945 3.318 4.555 3.443 9.712l.106 4.361-.897.851c-.811.77-1.177.868-3.793 1.019-2.491.144-3.014.272-3.745.92-.971.86-1.261 1.328-1.561 2.516-.175.692-.104.843.396.843.335-.001 1.138-.342 1.785-.757h0zm-66.659-11.27c.277-.375.504-.98.504-1.345 0-.551.247-.698 1.458-.871l1.458-.207-.972-.775c-1.155-.921-1.262-1.64-.244-1.641 1.014 0 2.731-1.053 2.992-1.832.121-.362.045-.846-.173-1.094-.569-.649-1.637-.551-1.836.168-.213.773-.571.775-1.381.008-1.218-1.154-1.246-3.542-.056-4.933.56-.655.555-.698-.159-1.375-.769-.728-1.317-2.169-.956-2.511.115-.109.722-.022 1.349.193.891.305 1.243.31 1.611.021 1.112-.875-.093-1.999-1.877-1.751-.718.1-1.015 0-1.118-.372-.078-.282-.706-.651-1.414-.83-1.264-.32-1.273-.316-1.273.555 0 .955-.545 1.135-1.58.522-.841-.498-1.657-.111-1.657.785 0 .836.841 1.248 2.347 1.151 1.156-.074 1.198.785.101 2.02l-.789.888.625.898c.926 1.33.848 3.54-.164 4.637l-.793.86-.52-.69c-.723-.958-1.712-.894-1.983.129-.177.67-.031.976.808 1.686.564.477 1.387.868 1.829.868 1.095 0 1.052.861-.086 1.73l-.89.68 1.376.213c.757.117 1.376.338 1.376.491 0 .585.954 2.404 1.26 2.404.178.001.55-.305.827-.68h0zm17.915-7.764c1.25-.493 3.955-2.783 3.955-3.349 0-.178-.747-.999-1.659-1.825-1.921-1.738-4.01-4.664-4.551-6.375-.282-.892-1.646-2.419-5.488-6.145l-5.112-4.958-1.473.373c-.81.205-1.799.378-2.197.384-.686.01-.674.05.239.756l.962.745 1.349-.749c1.308-.726 1.354-.73 1.515-.146.094.342-.109.935-.471 1.37-.351.422-.55.901-.444 1.064.106.163-.23.504-.748.758-.96.47-1.626 2.018-.869 2.018.682 0 2.184-1.854 2.011-2.481-.089-.321-.046-.652.095-.734.585-.343.549 1.113-.046 1.829-.351.422-.55.901-.444 1.064.106.163-.23.504-.748.758-.954.467-1.627 2.018-.876 2.018.736 0 2.214-1.772 2.031-2.435-.096-.347-.059-.698.082-.781.394-.231.607.918.274 1.482-.178.302-.177.713.004 1.04.327.592-.005 1.728-.608 2.081-.259.151-.083.448.544.922.908.686.925.758.925 3.782 0 2.528.102 3.18.566 3.62.521.494.567.496.567.022 0-.517.908-1.15 1.651-1.15.219 0 1.588 1.16 3.042 2.578 1.463 1.427 2.993 2.64 3.427 2.718.431.077.897.158 1.036.181.141.021.797-.174 1.459-.435h0zm-15.631-12.232c0-.815-1.681-1.685-3.692-1.91-1.623-.182-1.65-.172-1.65.639 0 .671.255.935 1.376 1.423 1.801.784 3.966.701 3.966-.152zm1.844-.075c.82-.744 1.208-1.629.715-1.629-.567 0-2.073 1.351-2.073 1.86 0 .795.28.748 1.358-.231zm-1.749-2.409c.07-.46-.215-.767-1.067-1.152-1.839-.83-4.038-1.215-4.567-.799-.975.766-.325 1.796 1.251 1.981.635.075 1.495.268 1.912.43 1.211.471 2.363.256 2.471-.46zm0-2.463c.099-.656-.32-.891-3.744-2.096-2.556-.9-3.688-.476-2.871 1.076.285.541.762.788 1.833.948.797.119 1.886.353 2.42.518 1.427.445 2.251.289 2.362-.446zm1.717-2.308c.517-.524.939-1.142.939-1.374 0-.751-2.04.578-2.3 1.499-.313 1.106.193 1.059 1.361-.125h0zm-1.716-.155c.113-.747-1.13-1.422-3.573-1.94-1.793-.381-2.583-.165-2.449.668.073.455.67.787 2.364 1.316 2.711.846 3.526.836 3.658-.044zm2.39-3.478c3.131-1.394 3.402-4.909.449-5.832-1.226-.383-2.009-.177-2.478.654-.359.636-.119 1.792.373 1.792.166 0 .302.214.302.476 0 1.22-4.781 1.773-6.741.78-.689-.349-.989-1.255-.415-1.255.428 0 .725-.923.506-1.576-.298-.89-1.195-1.198-2.496-.858-2.935.768-2.853 4.216.136 5.68 2.449 1.198 7.821 1.271 10.364.139zm-1.948-2.701c.181-.172.103-.436-.201-.675-.666-.523-.63-1.301.1-2.192.548-.669.617-1.67.805-11.768.325-17.403 1.619-30.493 3.325-33.633.679-1.25.584-1.255-1.171-.061-2.26 1.538-3.981 3.541-5.506 6.408-2.879 5.413-3.88 12.695-3.88 28.239 0 8.826.06 9.981.563 10.811.478.788.503 1.079.167 1.921-.218.546-.316 1.067-.219 1.159.643.608 5.326.446 6.017-.209h0zm26.309-16.594c.098-.15-.119-.909-.481-1.686-.566-1.212-.794-1.413-1.6-1.413-2.525 0-6.585-1.129-10.771-2.994-2.417-1.077-3.252-1.325-3.542-1.05-.74.7.49 2.363 2.393 3.237 1.688.775 6.409 1.728 8.562 1.728 1.249 0 1.279.056.568 1.084l-.523.756 1.413.036c.777.02 1.85.142 2.384.27 1.387.333 1.4.333 1.597.032h0z\"/>\n    <path fill=\"#FFB700\" d=\"M170.884 120.389l1.09-.629.466.63c.621.84 2.34.83 3.48-.02l.872-.65.73.65c.96.854 2.753.855 3.898.003.802-.597.913-.609 1.443-.155.316.271 1.243.579 2.059.685 1.471.191 1.493.18 2.354-1.111.721-1.081.833-1.519.661-2.567a27.802 27.802 0 01-.273-2.486c-.065-1.217-.058-1.225 1.715-1.842.979-.341 2.113-.798 2.519-1.016.708-.38 2.661-2.675 2.661-3.127 0-.12-.763-.303-1.695-.408-3.708-.416-4.336-2.407-1.926-6.106 3.931-6.032 6.304-11.906 6.32-15.648.007-1.673.102-2.234.317-1.871.878 1.487-.695 7.719-3.079 12.195l-.96 1.802.916-.211c.504-.116 3.465-1.365 6.581-2.777 8.529-3.863 11.458-4.62 16.978-4.387 4.624.195 6.594 1.098 9.858 4.523 1.729 1.814 3.396 3.112 6.444 5.02 6.494 4.065 6.764 4.417 7.073 9.197.313 4.843.157 5.106-3.506 5.916-3.131.692-5.094 2.151-5.62 4.179-.281 1.083.31 1.114 1.889.1l1.157-.743.514.743c.676.978 2.114.981 3.307.009l.902-.735.922.735c1.432 1.141 3.337.865 3.874-.563.103-.274.379-.187.938.299 1.046.909 3.729 1.299 4.018.584.111-.273-.099-.947-.467-1.497-1.561-2.34-2.049-3.456-2.069-4.729-.028-1.771.5-2.626 2.515-4.067 2.448-1.75 3.204-4.008 1.343-4.008-1.149 0-2.308-1.016-3.047-2.671-1.502-3.365-1.208-7.138 1.047-13.414 2.29-6.375 2.544-7.551 2.553-11.814.007-3.448-.08-4.043-.864-5.934-.479-1.156-1.453-2.876-2.162-3.823l-1.29-1.723 1.657-1.373c5.059-4.191 4.024-11.05-2.066-13.692-1.863-.808-2.328-.88-5.593-.858-1.958.013-4.945.271-6.636.573-1.725.308-4.644.555-6.646.563-3.181.013-3.721-.066-4.947-.718-1.278-.68-1.498-1.003-1.748-2.576-.052-.323-.278-.646-.502-.717-.435-.137-2.443 1.605-2.74 2.377-.146.381-.266.354-.695-.153-.285-.337-.683-1.112-.885-1.722-.507-1.534.115-2.684 1.918-3.545l1.399-.668-.825-.512c-1.702-1.056-4.596-.333-5.643 1.409-.296.493-.619.897-.718.898-.099.001-.661-.469-1.25-1.045-2.198-2.147-1.442-5.324 1.498-6.294 1.567-.517 2.955-.123 3.243.923.441 1.596 1.81-.502 1.565-2.396-.163-1.259-.139-1.303.732-1.303 1.212 0 3.791 1.59 4.589 2.83.927 1.439.859 3.706-.161 5.395l-.801 1.326 1.047-.21c1.536-.308 3.028-1.261 3.783-2.418.798-1.223.884-3.604.176-4.889-.686-1.245-.607-1.443.407-1.022 1.724.716 2.646 1.505 3.337 2.858.623 1.218.657 1.521.321 2.789-.208.782-.671 1.812-1.029 2.287-.557.741-.576.865-.132.865.826 0 2.552-.782 3.164-1.434.31-.33.761-1.141 1.003-1.803l.44-1.204.506.918c.715 1.298 2.106 2.466 3.801 3.192 1.823.781 2.583.826 1.629.094-.643-.493-1.828-3.969-1.469-4.31.211-.2 2.687 1.705 5.513 4.242 2.674 2.4 4.354 3.187 6.809 3.187 3.137 0 4.963-2.731 3.554-5.313-.822-1.505-2.653-1.715-3.724-.425-.492.593-.628 1.064-.483 1.686.177.762.108.863-.586.863-.912 0-2.709-1.167-5.902-3.83-4.868-4.062-10.782-7.505-15.053-8.762-2.741-.807-8.596-1.122-11.382-.612-3.015.552-6.582 2.278-8.525 4.125-3.443 3.273-3.498 7.63-.145 11.596l.96 1.136-.65 1.01c-.946 1.469-.865 3.446.201 4.903.469.641.943 1.166 1.052 1.166.109 0 .229-.413.266-.917.094-1.274.641-2.128 1.58-2.466.845-.304 1.392-.16 5.263 1.385 4.072 1.625 10.769 1.737 17.89.298 3.491-.705 7.608-.664 9.419.095 3.32 1.391 4.089 5.009 1.649 7.756-1.056 1.189-2.075 1.673-5.496 2.612-2.603.714-3.219.762-9.136.703-5.055-.05-6.871.047-8.934.478-2.24.468-3.618.515-10.198.349l-7.608-.192.844.698c.464.384 1.12.857 1.457 1.051.574.329.555.374-.298.69-.501.186-1.614.338-2.472.338h-1.561l-.21 1.326c-.115.729-.107 1.581.019 1.893.186.459.117.525-.367.349-.328-.119-1.242-.354-2.031-.521-.789-.167-1.851-.509-2.361-.758-.856-.419-.951-.408-1.267.15-.282.499-2.926 2.466-3.314 2.466-.063 0-.143-.38-.179-.843-.036-.463-.418-1.671-.848-2.683-.43-1.012-.879-2.115-.998-2.453-.179-.509-.26-.535-.476-.153-.143.253-.353.943-.465 1.533-.112.59-.511 1.549-.885 2.131l-.681 1.057-.434-.904c-.466-.971-1.24-1.977-1.521-1.977-.095 0-.256.311-.358.69-.214.792-2.049 2.989-2.498 2.989-.165 0-.3-.621-.3-1.38 0-.759-.146-1.38-.324-1.38-.178 0-.324.196-.324.436 0 .583-1.568 2.323-2.094 2.323-.229 0-.598.207-.82.46-.578.659-1.051.567-.808-.158.114-.34.04-1.133-.165-1.763l-.483-1.489c-.077-.239-.639-.175-1.828.206-1.921.616-2.565.507-1.577-.267.361-.283.911-1.263 1.221-2.178.31-.915.768-1.726 1.018-1.804.349-.108.33.026-.081.582-.294.397-.535.933-.536 1.191 0 .258-.222.868-.491 1.357s-.438.937-.376.996c.062.059.793-.219 1.625-.617l1.511-.725.006.648c.004.356.186 1.297.405 2.09l.398 1.442 1.029-.473c1.051-.483 2.047-2.206 2.047-3.541 0-.66.378-.559.533.143.045.206.283.979.527 1.717l.445 1.343.704-.848c.387-.467.873-1.381 1.079-2.033.358-1.131.92-1.618.92-.796 0 .592 1.616 2.715 1.927 2.533.151-.088.451-.885.667-1.771.449-1.842 1.174-3.095 1.634-2.825.173.101.241.298.15.437s.281 1.337.827 2.662c.545 1.325 1.093 2.658 1.217 2.964.199.491.379.42 1.549-.613.728-.643 1.388-1.362 1.468-1.599.12-.358.282-.345.963.078.952.591 4.151 1.542 4.398 1.308.093-.088.188-.928.211-1.867l.042-1.708.92.191c.506.105 1.57.098 2.365-.014l1.445-.205-1.287-.883c-.708-.486-1.424-1.114-1.591-1.397-.178-.301-.808-.557-1.522-.617-1.929-.164-5.347-2.081-5.347-2.999 0-.172.474.121 1.052.651 1.284 1.177 3.067 1.915 4.625 1.915h1.166l-.721-.959c-.414-.551-.786-1.596-.873-2.455-.139-1.37-.283-1.588-1.714-2.583-.859-.598-1.924-1.493-2.365-1.99l-.803-.904-.41 1.073c-.225.59-.501 1.073-.612 1.073-.111 0-.544-.345-.963-.767-.418-.421-.844-.765-.947-.763-.103.002-.473.57-.823 1.262l-.637 1.258-.492-.725c-.271-.399-.91-1.105-1.421-1.568-.51-.464-.779-.843-.597-.843.182 0 .813.483 1.401 1.073l1.069 1.073.435-.786c.258-.467.355-1.184.238-1.763-.17-.845-.146-.894.177-.364.206.337.832.984 1.39 1.437l1.015.824.701-1.284c.698-1.277.702-1.28 1.02-.517.424 1.02 3.495 3.537 6.109 5.008.403.227.233-.553-.511-2.345-.197-.475-.358-1.331-.358-1.902 0-.847-.244-1.225-1.328-2.05-1.565-1.191-2.071-2.038-2.366-3.958-.119-.778-.393-1.644-.609-1.924-.319-.415-.372-.183-.287 1.262.058.974-.069 2.184-.281 2.69l-.386.92-.298-.767c-.164-.421-.89-1.155-1.614-1.629-.723-.474-1.231-.942-1.128-1.04.103-.098.847.335 1.653.961 1.229.953 1.5 1.057 1.67.637.2-.493 0-2.64-.387-4.141-.193-.749-.176-.745.748.179.682.681 1.059 1.494 1.351 2.913.371 1.802.558 2.102 2.224 3.564 1 .878 1.871 1.548 1.935 1.488.064-.06.19-2.333.281-5.05.174-5.21-.023-6.45-1.277-8.06l-.645-.827 1.013-1.093c1.322-1.426 1.929-2.569 2.193-4.129l.214-1.269-1.144 1.083c-.937.887-1.384 1.083-2.469 1.083-1.074 0-1.494-.18-2.218-.951-.868-.925-2.407-1.816-3.887-2.249-.547-.16-.729-.09-.729.28 0 .271-.302 1.053-.671 1.739l-.671 1.246-1.406-1.39c-.862-.852-1.886-1.516-2.647-1.716-1.945-.511-2.051-.461-2.051.989 0 2.198-.938 2.608-2.628 1.147-1.288-1.114-2.356-1.356-4.798-1.088l-1.886.207.339.851c.283.711.22 1.011-.388 1.818-.985 1.31-2.266 1.877-4.237 1.877-.908 0-2.044.188-2.525.417-.481.23-1.675.494-2.655.588-.979.094-2.023.261-2.32.372-.464.173-.515.031-.365-1.025.229-1.615-.899-2.805-2.657-2.805-2.281 0-3.332 2.04-2.439 4.73.172.518.397 1.334.5 1.815.107.498 1.134 1.821 2.392 3.079 1.213 1.214 2.359 2.476 2.547 2.806.188.33.81.859 1.382 1.176l1.04.576-.137-1.113c-.151-1.223.116-1.415.767-.552.233.308.824.807 1.313 1.108.771.474.89.484.89.072 0-.261.157-.864.349-1.338l.349-.863.606 1.174c.333.646 1.418 2.114 2.41 3.262 1.925 2.228 3.097 4.718 2.492 5.291-.245.232-.909.215-2.284-.062-1.066-.214-2.385-.328-2.93-.252-1.114.155-1.202.011-.517-.847.723-.906.608-1.055-.813-1.055-1.644 0-5.725-.788-7.292-1.408-1.523-.603-1.875-.453-2.323.992-.202.65-.571 1.828-.821 2.618l-.454 1.436 1.648-.159c.906-.087 2.072-.286 2.591-.441.519-.155.99-.238 1.047-.183.057.054-.174.615-.514 1.247l-.618 1.148 1.028-.209a9.67 9.67 0 001.889-.626c.825-.399.891-.37 1.542.674.8 1.284 1.44 1.232 1.582-.13.147-1.408.61-1.2 1.481.666.838 1.794 1.709 2.428 1.877 1.364.056-.353.507-.928 1.003-1.278 1.003-.707 1.76-.495 2.193.615.449 1.149-.552 2.333-3.463 4.098-5.832 3.535-9.222 8.37-10.189 14.532-.873 5.558 1.854 11.302 7.323 15.427 2.617 1.974 6.775 4.058 6.511 3.263-1.122-3.376-1.085-9.818.063-10.905.172-.163.113.509-.132 1.494-.911 3.668-.515 6.591 1.82 13.441 2.113 6.196 1.82 8.844-1.17 10.594-.96.562-1.579.655-4.161.624-2.802-.034-3.107.022-4.006.739-.872.695-2.003 2.977-2.003 4.041.006.571.646.495 1.905-.232zm22.705-53.731c0-.45-1.321-1.669-2.659-2.454-1.051-.617-1.225-.635-1.227-.133-.004.764-.683 2.683-.949 2.683-.151 0-.373-.375-.494-.833-.122-.458-.631-1.361-1.132-2.007l-.912-1.174-.71 1.088c-.662 1.014-1.808 2.007-2.317 2.007-.121 0-.145-.534-.053-1.187.1-.709.023-1.272-.193-1.398-.198-.116-.361-.076-.361.09 0 .382-1.592 2.188-1.928 2.188-.139 0-.333-.517-.432-1.15a114.11 114.11 0 00-.373-2.223c-.106-.59.12-.19.504.889l.697 1.962.764-1.196c.421-.658.765-1.376.766-1.597 0-.221.143-.318.316-.217.173.101.413.892.535 1.757l.22 1.573.841-.922c.463-.507 1.005-1.186 1.205-1.509.357-.576.377-.575 1.087.026.398.337 1.009 1.144 1.359 1.793.35.649.682 1.132.74 1.073.058-.059.185-.727.285-1.486.1-.759.188-1.408.197-1.442.049-.188 2.534 1.427 3.453 2.244.591.526 1.152.882 1.247.792.095-.09.173-.865.173-1.723 0-1.329-.141-1.686-.954-2.412-.935-.836-.961-.84-1.306-.229-.448.793-.977.805-.977.021 0-.572-1.766-2.77-2.226-2.77-.119 0-.491.483-.827 1.073-.336.59-.697 1.073-.802 1.072-.453-.003-2.944-2.779-2.942-3.28 0-.399.168-.297.604.369.332.506.994 1.261 1.472 1.678.968.845 1.32.639 1.694-.988.106-.464.292-.843.411-.843.414 0 2.582 2.302 2.886 3.066l.306.767.232-.843c.283-1.031.596-1.069 1.049-.128.189.393 1.123 1.21 2.075 1.816l1.731 1.101.347-1.108c.191-.609.444-.959.563-.778.177.27-.274 2.106-.613 2.5-.051.059-.612-.268-1.247-.726l-1.154-.834-.005 1.493c-.003.821-.092 1.803-.199 2.183-.21.74-.768.949-.767.286zm-8.634-11.901c-2.058-1.718-2.37-2.111-2.325-2.926l.048-.867.134.837c.078.489.626 1.221 1.317 1.76l1.183.923.727-.841c.4-.462.732-1.013.739-1.224.017-.55.115-.503 1.509.705 1.238 1.074 1.257 1.079 1.441.383.103-.388.066-1.118-.081-1.623-.405-1.387-.325-1.597.288-.76.305.417.796 1.006 1.091 1.31.513.528.544.522.735-.153.11-.388.201-1.097.204-1.577l.004-.872 1.116 1.265c1.042 1.182 1.139 1.226 1.457.662.188-.332.343-1.129.346-1.773.003-.831.091-1.041.302-.724.353.529.108 1.968-.544 3.194l-.468.88-.614-.957c-.786-1.223-1.047-1.204-1.551.116-.476 1.248-.786 1.343-1.25.383-.301-.621-.358-.545-.571.759l-.237 1.449-1.42-1.102-1.42-1.102-.638.726c-.351.399-.643.898-.649 1.109-.011.46-.352.474-.873.04zm18.306-6.399c-.749-.675-1.265-1.319-1.147-1.431.118-.112.252-.144.296-.071.045.073.657.717 1.361 1.431 1.62 1.643 1.287 1.69-.51.071zm-24.384-2.521c-.681-.921-.634-1.532.195-2.53.599-.722.873-.82 1.92-.687.671.085 2.116.678 3.21 1.318 1.264.739 2.571 1.234 3.584 1.357.877.106 1.594.147 1.594.089 0-.058-.364-.651-.809-1.319-1.057-1.586-1.021-1.756.171-.806 1.224.975 2.688 1.26 5.959 1.161l1.598-.049-.927-.917c-1.297-1.282-.897-1.397.534-.154 1.343 1.166 1.259 1.248-1.568 1.53-1.201.12-2.493.033-3.567-.24-1.606-.409-1.669-.402-1.365.136.176.31.459.564.631.564s.312.157.312.349c0 .591-3.47.071-5.128-.768-3.788-1.918-4.264-2.084-5.166-1.8-.502.158-1.004.621-1.177 1.084-.577 1.547 1.616 2.749 2.521 1.382.262-.396.201-.667-.26-1.15-.631-.661-.572-.755.28-.445.605.22.686 1.672.124 2.205-.641.614-2.111.441-2.666-.31zm14.922-3.82c-.474-.449-.102-.559 2.021-.598 2.627-.049 4.223-.487 6.105-1.675 1.508-.952 1.917-.765.486.222-1.306.901-3.343 1.593-5.31 1.805-.952.103-2.038.245-2.412.316-.374.07-.775.039-.89-.07zm22.565 78.248l1.175-.755.797.755c1.045.99 2.269.968 3.274-.059.438-.448.832-.758.875-.69.043.068.238.401.435.738.248.427.759.642 1.68.707 1.111.078 1.409-.029 1.85-.667l.526-.76 1.157.743c3.167 2.036 4.855-.1 3.439-4.353-.72-2.162-.324-3.378 1.996-6.13.978-1.161 1.779-2.399 1.78-2.753 0-.563-.181-.639-1.483-.613-1.246.025-1.61-.109-2.266-.831-1.066-1.174-1.003-2.519.189-4.011l.952-1.192-1.69-1.147c-.929-.631-2.605-2.123-3.725-3.316-2.513-2.68-4.985-3.95-8.244-4.239l-2.185-.193.003 1.654c.004 2.129 1.003 4.177 3.731 7.647 3.101 3.945 3.318 4.555 3.443 9.712l.106 4.361-.897.851c-.811.77-1.177.868-3.793 1.019-2.491.144-3.014.272-3.745.92-.971.86-1.261 1.328-1.561 2.516-.175.692-.104.843.396.843.335-.001 1.138-.342 1.785-.757zm-66.659-11.27c.277-.375.504-.98.504-1.345 0-.551.247-.698 1.458-.871l1.458-.207-.972-.775c-1.155-.921-1.262-1.64-.244-1.641 1.014 0 2.731-1.053 2.992-1.832.121-.362.045-.846-.173-1.094-.569-.649-1.637-.551-1.836.168-.213.773-.571.775-1.381.008-1.218-1.154-1.246-3.542-.056-4.933.56-.655.555-.698-.159-1.375-.769-.728-1.317-2.169-.956-2.511.115-.109.722-.022 1.349.193.891.305 1.243.31 1.611.021 1.112-.875-.093-1.999-1.877-1.751-.718.1-1.015 0-1.118-.372-.078-.282-.706-.651-1.414-.83-1.264-.32-1.273-.316-1.273.555 0 .955-.545 1.135-1.58.522-.841-.498-1.657-.111-1.657.785 0 .836.841 1.248 2.347 1.151 1.156-.074 1.198.785.101 2.02l-.789.888.625.898c.926 1.33.848 3.54-.164 4.637l-.793.86-.52-.69c-.723-.958-1.712-.894-1.983.129-.177.67-.031.976.808 1.686.564.477 1.387.868 1.829.868 1.095 0 1.052.861-.086 1.73l-.89.68 1.376.213c.757.117 1.376.338 1.376.491 0 .585.954 2.404 1.26 2.404.178.001.55-.305.827-.68zm17.915-7.764c1.25-.493 3.955-2.783 3.955-3.349 0-.178-.747-.999-1.659-1.825-1.921-1.738-4.01-4.664-4.551-6.375-.282-.892-1.646-2.419-5.488-6.145l-5.112-4.958-1.473.373c-.81.205-1.799.378-2.197.384-.686.01-.674.05.239.756l.962.745 1.349-.749c1.308-.726 1.354-.73 1.515-.146.094.342-.109.935-.471 1.37-.351.422-.55.901-.444 1.064.106.163-.23.504-.748.758-.96.47-1.626 2.018-.869 2.018.682 0 2.184-1.854 2.011-2.481-.089-.321-.046-.652.095-.734.585-.343.549 1.113-.046 1.829-.351.422-.55.901-.444 1.064.106.163-.23.504-.748.758-.954.467-1.627 2.018-.876 2.018.736 0 2.214-1.772 2.031-2.435-.096-.347-.059-.698.082-.781.394-.231.607.918.274 1.482-.178.302-.177.713.004 1.04.327.592-.005 1.728-.608 2.081-.259.151-.083.448.544.922.908.686.925.758.925 3.782 0 2.528.102 3.18.566 3.62.521.494.567.496.567.022 0-.517.908-1.15 1.651-1.15.219 0 1.588 1.16 3.042 2.578 1.463 1.427 2.993 2.64 3.427 2.718.431.077.897.158 1.036.181.141.021.797-.174 1.459-.435zm-15.631-12.232c0-.815-1.681-1.685-3.692-1.91-1.623-.182-1.65-.172-1.65.639 0 .671.255.935 1.376 1.423 1.801.784 3.966.701 3.966-.152zm1.844-.075c.82-.744 1.208-1.629.715-1.629-.567 0-2.073 1.351-2.073 1.86 0 .795.28.748 1.358-.231zm-1.749-2.409c.07-.46-.215-.767-1.067-1.152-1.839-.83-4.038-1.215-4.567-.799-.975.766-.325 1.796 1.251 1.981.635.075 1.495.268 1.912.43 1.211.471 2.363.256 2.471-.46zm0-2.463c.099-.656-.32-.891-3.744-2.096-2.556-.9-3.688-.476-2.871 1.076.285.541.762.788 1.833.948.797.119 1.886.353 2.42.518 1.427.445 2.251.289 2.362-.446zm1.717-2.308c.517-.524.939-1.142.939-1.374 0-.751-2.04.578-2.3 1.499-.313 1.106.193 1.059 1.361-.125zm-1.716-.155c.113-.747-1.13-1.422-3.573-1.94-1.793-.381-2.583-.165-2.449.668.073.455.67.787 2.364 1.316 2.711.846 3.526.836 3.658-.044zm2.39-3.478c3.131-1.394 3.402-4.909.449-5.832-1.226-.383-2.009-.177-2.478.654-.359.636-.119 1.792.373 1.792.166 0 .302.214.302.476 0 1.22-4.781 1.773-6.741.78-.689-.349-.989-1.255-.415-1.255.428 0 .725-.923.506-1.576-.298-.89-1.195-1.198-2.496-.858-2.935.768-2.853 4.216.136 5.68 2.449 1.198 7.821 1.271 10.364.139zm-1.948-2.701c.181-.172.103-.436-.201-.675-.666-.523-.63-1.301.1-2.192.548-.669.617-1.67.805-11.768.325-17.403 1.619-30.493 3.325-33.633.679-1.25.584-1.255-1.171-.061-2.26 1.538-3.981 3.541-5.506 6.408-2.879 5.413-3.88 12.695-3.88 28.239 0 8.826.06 9.981.563 10.811.478.788.503 1.079.167 1.921-.218.546-.316 1.067-.219 1.159.643.608 5.326.446 6.017-.209zm26.309-16.594c.098-.15-.119-.909-.481-1.686-.566-1.212-.794-1.413-1.6-1.413-2.525 0-6.585-1.129-10.771-2.994-2.417-1.077-3.252-1.325-3.542-1.05-.74.7.49 2.363 2.393 3.237 1.688.775 6.409 1.728 8.562 1.728 1.249 0 1.279.056.568 1.084l-.523.756 1.413.036c.777.02 1.85.142 2.384.27 1.387.333 1.4.333 1.597.032z\"/>\n  </g>\n</svg>\n</li><li title=\"cif lr \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 159\">\n  <defs>\n    <linearGradient id=\"a\" x1=\"0%\" x2=\"100%\" y1=\"50%\" y2=\"50%\">\n      <stop offset=\"0%\" stop-color=\"#FFF\"/>\n      <stop offset=\"100%\"/>\n    </linearGradient>\n  </defs>\n  <g fill=\"none\">\n    <path fill=\"#BF0A30\" d=\"M.5.552h300v157.895H.5z\"/>\n    <path fill=\"url(#a)\" stroke=\"currentColor\" stroke- d=\"M.5 22.084h300M.5 50.792h300M.5 79.5h300M.5 108.208h300M.5 136.916h300\"/>\n    <path fill=\"#002868\" d=\"M.5.552h71.77v71.77H.5z\"/>\n    <path fill=\"#FFF\" d=\"M15.908 29.784l12.656 9.195-4.834 14.878 12.655-9.195 12.656 9.195-4.834-14.878 12.656-9.195H41.219l-4.834-14.877-4.834 14.877z\"/>\n  </g>\n</svg>\n</li><li title=\"cif ls \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 300 200\">\n  <g fill=\"none\" fill-rule=\"evenodd\">\n    <path fill=\"#00209F\" d=\"M300 59.865H0V0h300v59.865z\"/>\n    <path fill=\"#009543\" d=\"M0 139.985h300V200H0v-60.015z\"/>\n    <path fill=\"#FFF\" d=\"M0 59.865h300v80.12H0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M136.801 79.97c.116-6.208 2.364-11.586 6.9-13.954 1.126-.587 2.002-.478 3.3-1.05.923-.407 1.563-1.473 2.85-1.5 1.359-.029 1.938.885 2.851 1.5 6.635 1.014 9.314 5.988 10.2 12.754.095.505-.193 1.393.15 1.65v.45c-.343.257-.055 1.145-.15 1.65-.668 5.883-2.42 10.683-4.5 15.154 5.037 7.214 10.462 14.041 15.75 21.005.98-.269 1.72-.781 2.7-1.05 1.971 3.731 3.673 7.73 5.7 11.404-7.299 4.802-16.725 7.477-27.899 8.402-.456.094-1.293-.193-1.5.15h-6c-11.879-.521-21.166-3.635-29.25-7.952 1.606-4.144 3.651-7.851 5.4-11.853.891.408 1.919.682 2.85 1.05 5.415-6.587 10.318-13.686 15.45-20.556-2.034-4.766-3.975-9.626-4.649-15.753-.098-.457.188-1.292-.153-1.501zm15.9-11.703c.018-.039-.024-.113 0-.15-1.205 1.949.158 7.49-.151 10.053 1.39 1.76 3.188 3.113 4.801 4.651-1.014.808-2.71-.593-3.6.15-.993.828.347 6.787 0 7.502.61 1.289 1.504 2.296 2.399 3.301 1.559-3.693 3.024-7.48 3.45-12.303.25-.853.25-2.748 0-3.601-.577-4.925-2.196-8.807-6.899-9.603zm-5.401 4.351v-4.352c-4.504.997-6.545 4.456-7.05 9.453-.25.902-.25 2.848 0 3.751.53 4.971 1.891 9.111 3.75 12.753.34-1.367 2.166-2.153 2.55-3.75.524-2.18-.381-4.554 0-7.203h-3.75c.72-.98 1.79-1.61 2.399-2.701a8.451 8.451 0 001.5-1.5c.258-.193.59-.31.601-.75.25-1.551.25-4.149 0-5.701zm23.101 49.514c.569 1.23 1.611 1.989 2.249 3.15 1.174-.876 1.823-2.277 2.549-3.6-.749-2.332-3.17.128-4.798.45zm-44.101 2.549c-.543-.857-.595-2.205-1.2-3-.568 1.282-1.322 2.379-1.8 3.75 1.017-.232 2.217-.282 3-.75zm1.95-2.85a95.302 95.302 0 001.5 4.501c1.363-.337 2.813-.587 3.9-1.2-.49-2.411-2.994-2.807-5.4-3.301zm34.8 2.551c.483 1.267 1.407 2.093 2.25 3 1.144-1.383 5.408-2.879 2.25-4.2-1.617.283-2.843.957-4.5 1.2zm11.4 3.151c1.21-.089 1.89-.709 2.999-.901-.332-1.118-1.019-1.881-1.349-3-.853.955-2.19 2.03-1.65 3.901zm-38.25-3.451c.422 1.529 1.141 2.76 1.65 4.201 1.519-.232 2.542-.958 3.9-1.351-.482-2.318-3.194-2.406-5.55-2.85zm18.3 1.5c.712.989 1.198 2.203 1.95 3.151 1.287-.813 2.867-1.333 4.2-2.101-.25-2.779-4.097-1.443-6.15-1.05zm-8.1-.151c-.404-.345-1.447-.053-2.101-.15.024.177-.026.427.151.45.683 1.166 1.188 2.512 2.099 3.451 1.643-.907 3.891-1.21 5.4-2.251-.339-.31-.469-.831-.601-1.35h-1.65c-.355-.345-1.346-.053-1.949-.151l-1.349.001zm-19.35.751c-.969-.239-1.997.682-3.151.75.808.942 2.435 1.067 3.6 1.65-.002-.947-.446-1.453-.449-2.4zm44.7 3.001c-.201-1.016-1.375-2.313-2.25-3.151-1.128.923-2.43 1.67-3.45 2.701.416.385.621.979.899 1.5 1.802-.149 3.023-.877 4.801-1.05zm-37.8-2.4c-1.027.423-2.201.698-3.3 1.05.064.836.317 1.485.6 2.101 1.8.2 3.102.9 4.95 1.05-.76-1.391-1.113-3.188-2.25-4.201zm27.751 1.049c-1.552.6-2.884 1.418-4.351 2.101.29 3.236 4.69 1.288 6.9.9-.881-.969-1.708-1.993-2.549-3.001zm-18.901.601c-1.562.288-2.713.987-4.2 1.35.122.678.434 1.167.6 1.8 2.059.143 3.823.577 5.85.75-.557-1.492-1.674-2.426-2.25-3.9zm9.3 3.901h3.15c-.561-1.54-1.64-2.561-2.4-3.901-1.879.571-3.569 1.331-5.4 1.95.138.912.703 1.396 1.05 2.1h1.05c.803-.097 1.997.197 2.55-.149z\"/>\n  </g>\n</svg>\n</li><li title=\"cif lt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 181\">\n  <g fill=\"none\">\n    <path fill=\"#FDB913\" d=\"M.5.5h300v180H.5z\"/>\n    <path fill=\"#C1272D\" d=\"M.5 90.5h300v90H.5z\"/>\n    <path fill=\"#006A44\" d=\"M.5 60.5h300v60H.5z\"/>\n  </g>\n</svg>\n</li><li title=\"cif lu \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 181\">\n  <g fill=\"none\">\n    <path fill=\"#00A1DE\" d=\"M.5 90.5h300v90H.5z\"/>\n    <path fill=\"#ED2939\" d=\"M.5.5h300v90H.5z\"/>\n    <path fill=\"#FFF\" d=\"M.5 60.5h300v60H.5z\"/>\n  </g>\n</svg>\n</li><li title=\"cif lv \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 151\">\n  <g fill=\"none\">\n    <path fill=\"#9E3039\" d=\"M.5.5h300v150H.5z\"/>\n    <path fill=\"#FFF\" d=\"M.5 60.5h300v30H.5z\"/>\n  </g>\n</svg>\n</li><li title=\"cif ly \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 151\">\n  <g fill=\"none\">\n    <path fill=\"#239E46\" d=\"M.5.5h300v150H.5z\"/>\n    <path fill=\"#000\" d=\"M.5.5h300V113H.5z\"/>\n    <path fill=\"#E70013\" d=\"M.5.5h300V38H.5z\"/>\n    <path fill=\"#FFF\" d=\"M163.76 62.24c-7.323-5.226-17.496-3.526-22.722 3.798-5.226 7.323-3.526 17.496 3.798 22.722a16.29 16.29 0 0018.925 0c-7.323 7.321-19.195 7.32-26.516-.004-7.322-7.323-7.32-19.195.004-26.516 7.32-7.32 19.189-7.32 26.511 0zm-4.14 13.26l25.23-8.19-15.6 21.45V62.24l15.6 21.45-25.23-8.19z\"/>\n  </g>\n</svg>\n</li><li title=\"cif ma \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 201\">\n  <g fill=\"none\">\n    <path fill=\"#C1272D\" d=\"M.5.5h300v200H.5z\"/>\n    <path fill=\"#006233\" d=\"M150.49 67.166l-7.479 23.094-24.26.021 19.615 14.271-7.479 23.115a5499.298 5499.298 0 0119.615-14.271l19.635 14.26-7.5-23.094 19.615-14.292h-24.24l-7.522-23.104zm0 15.813l2.385 7.281-4.75.01 2.365-7.291zm-9.073 12.167l-1.458 4.531-6.198-4.51 7.656-.021zm5.125 0h7.917l2.448 7.542-6.406 4.667-6.406-4.667 2.447-7.542zm13.042 0h7.646l-6.177 4.531-1.469-4.531zm-17.073 12.437l3.854 2.781-6.198 4.51 2.344-7.291zm16 0l2.344 7.292-6.188-4.5v-.01l3.844-2.782z\"/>\n  </g>\n</svg>\n</li><li title=\"cif mc \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 241\">\n  <g fill=\"none\">\n    <path fill=\"#CE1126\" d=\"M.5.5h300v120H.5z\"/>\n    <path fill=\"#FFF\" d=\"M.5 120.5h300v120H.5z\"/>\n  </g>\n</svg>\n</li><li title=\"cif md \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 151\">\n  <g fill=\"none\">\n    <path fill=\"#CC092F\" d=\"M.5.5h300v150H.5z\"/>\n    <path fill=\"#FFD200\" d=\"M.5.5h200v150H.5z\"/>\n    <path fill=\"#0046AE\" d=\"M.5.5h100v150H.5z\"/>\n    <path fill=\"#B07F55\" d=\"M136.584 89.16l1.393-.103.122 1.188 1.281-.542.347 1.637 2.825-2.863 3.928 1.936-7.455 13.285-2.656 1.964 4.788 1.796 4.911-5.725-.71 3.76-1.46 3.649 5.979 3.443 6.493-3.835-3.192-6.698 1.039-.477 4.21 6.098 4.585-2.273-5.96-6.968-3.92-8.384 4.135-1.365 2.817 2.703.419-1.758 1.489.72-.189-1.468 1.497.326-1.823-2.89 4.63-3.883 2.926 9.15 4.317 4.93.917-.113 3.133 3.873-.033-53.668-5.783-6.09-5.627 4.583.235 4.94-2.527.093-3.76 1.927-2.105.692-.991.197-1.292-1.404-1.73-3.462-.114-3.413 1.067-2.227-.196-2.105.956.019-.61-1.422.843-.337-1.263-1.113.44-.515-4.772-2.048-3.64-.243-.981.43-.477.89.963 2.721-1.029 1.029 1.02 1.993.038 4.368-.815 3.687-1.637 2.786-.86.329-2.05-.469-4.293-2.263-2.713-.15-.187-5.258-5.202-4.18-5.303 5.725-.759 1.683.244 52.088 3.433-4.153.72.179 3.545-3.837 3.014-7.595.888-3.154 4.06 4.799z\"/>\n    <path fill=\"#000\" d=\"M141.782 31.04c-.537 0-1.006.137-1.28.35.435.127.751.528.751 1.016v1.237h-1.237c-.485 0-.886-.312-1.016-.742-.213.274-.35.743-.35 1.28s.137 1.007.35 1.28a1.048 1.048 0 011.016-.751h1.237v5.946c0 .467-.292.855-.7.998.59.08 1.098.872 1.237 1.305.139-.432.647-1.225 1.237-1.305a1.046 1.046 0 01-.708-.998v-5.948h1.237c.484 0 .886.312 1.015.743.213-.274.35-.743.35-1.28s-.137-1.006-.35-1.28a1.048 1.048 0 01-1.015.751h-1.237v-1.237c0-.485.312-.886.742-1.016-.273-.212-.742-.349-1.279-.349z\"/>\n    <path fill=\"#F5D402\" d=\"M141.782 31.296c-.28 0-.526.052-.734.119.277.241.461.591.461.99v1.237c0 .018-.005.034-.009.051v.196h-.196c-.017.003-.034.008-.051.009h-1.237c-.395 0-.74-.18-.981-.452-.069.21-.128.449-.128.734 0 .28.052.526.119.734.241-.277.59-.46.99-.46h1.493c-.002.026-.009.05-.009.076v.128c.004.017.009.034.009.051v5.946c0 .386-.199.69-.461.93.187.115.348.261.486.427.123.147.172.292.256.443.084-.151.133-.296.256-.443.136-.163.295-.303.478-.418-.264-.239-.461-.551-.461-.938v-6.195h.205c.017-.003.034-.008.051-.008h1.237c.394 0 .74.18.981.452.069-.21.128-.449.128-.734 0-.279-.052-.526-.12-.734-.241.277-.59.461-.99.461h-1.237c-.018 0-.035-.005-.051-.009h-.196v-.196a.286.286 0 01-.009-.051v-1.237c0-.395.181-.74.452-.981a2.282 2.282 0 00-.732-.128z\"/>\n    <path fill=\"#D10429\" d=\"M133.607 94.752l-1.747-.054-1.798.847-.584 1.958.266.9 1.958 2.117 1.588-.9 1.27-1.375.317-1.219 4.551-5.926-.211-1.482-1.007.635-.37-1.216-.635.211zM165.518 98.666l2.116 1.907.633-.16 2.333-2.698-.533-1.852-2.167-1.323-1.641.158-3.652-5.45-.635-.265-.263 1.058-1.061-.316-.423 1.163 4.815 6.51z\"/>\n    <path fill=\"#000\" d=\"M134.063 99.158l2.7 1.474-.655 3.004-2.7-1.473z\"/>\n    <path fill=\"#000\" d=\"M121.483 70.288l-.973.444 10.989 24.07h1.169l-11.185-24.514zm12.961 28.387l-.793.819.495 1.092.964-.444-.666-1.467z\"/>\n    <path fill=\"#F5D402\" d=\"M134.452 100.01l1.675.914-.407 1.864-1.675-.914z\"/>\n    <path fill=\"#0B45BB\" d=\"M149.747 92.37l6.67-3.652 7.83-3.703 1.483-2.277V69.985l-31.753-.052.053 12.965.953 1.535 6.032 3.334 7.727 3.544z\"/>\n    <path fill=\"#D10429\" d=\"M133.608 54.325l.401 1.169-.094 14.889.555.614 4.582.546 4.957-.725 4.864.751.06.299.947-.145.938.145.06-.299 4.864-.751 4.957.725 4.582-.546.555-.614-.094-14.889.401-1.169-5.486.042s-6.27.062-10.776.111c-4.505-.049-10.785-.111-10.785-.111l-5.488-.042z\"/>\n    <path fill=\"#000\" d=\"M144.009 70.818s-3.398-.831-4.667-2.508c-2.219 1.996-4.872 2.688-4.872 2.688s2.768 1.25 4.872 2.841c.969-1.39 4.667-3.021 4.667-3.021zM155.74 70.818s3.698 1.631 4.667 3.021c2.104-1.592 4.872-2.841 4.872-2.841s-2.653-.692-4.872-2.688c-1.269 1.677-4.667 2.508-4.667 2.508zM149.87 55.57l-.956 2.714-2.602-1.237 1.237 2.603-2.713.964 2.713.964-1.237 2.594 2.602-1.237.956 2.713.964-2.713 2.602 1.237-1.237-2.594 2.713-.964-2.713-.964 1.237-2.603-2.602 1.237z\"/>\n    <path fill=\"#F5D402\" d=\"M144.44 75.783l.937-1.011 1.046 1.048-.971.973zM155.405 75.783l-1.01-1.123-1.048 1.085.936 1.01zM153.272 77.878l-.485 1.085-.039 2.993.787 1.684 1.047.45-.148-3.93.709-2.732zM145.302 80.796v3.219l.935-.673.636-1.461.112-2.543-.487-1.535-1.87-.336zM158.248 84.763l-.036-1.947 1.646-2.243 1.945-.45-2.169-1.048-2.095.45-1.085 1.271-.114 2.059 1.535 1.796zM140.325 84.877l.562-1.049.896.599 1.086-.225.711-1.086-.486-1.009-.524-.412.748-.412.301-1.235-1.012-1.16-.972.15-.487.374-.225-.897-1.16-.675-.973.375-.487 1.01.264.898-1.012-.112-.823.785-.112 1.049.562.673.785.262.45-.037-.375.935.3.935.935.523z\"/>\n    <path fill=\"#FFD200\" d=\"M149.88 57.396l.614 1.732 1.655-.793-.785 1.664 1.724.615-1.724.614.785 1.655-1.655-.785-.623 1.724-.614-1.724-1.655.785.785-1.655-1.724-.614 1.724-.615-.785-1.664 1.655.793z\"/>\n    <path fill=\"#000\" d=\"M144.41 55.162c-.157 1.096-5.674 3.375-5.674 7.969 0 5.882 5.503 7.27 5.503 7.27l-.231.418-1.339 2.44s2.274.114 3.481 1.143c1.456 1.241 1.314 3.872 1.314 5.785 0 1.507-.19 3.098-.964 3.754-1.039.881-1.741.946-1.741 1.98 0 .862.663 1.035 1.741 1.604 1.381.729 1.317 1.706 3.37 1.706 2.054 0 1.997-.977 3.379-1.706 1.078-.569 1.741-.742 1.741-1.604 0-1.034-.702-1.099-1.741-1.98-.774-.656-.964-2.247-.964-3.754 0-1.913-.142-4.543 1.314-5.785 1.207-1.029 3.481-1.143 3.481-1.143l-1.34-2.44-.23-.418s5.503-1.388 5.503-7.27c0-4.594-5.517-6.873-5.674-7.969-.539 1.897 1.843 4.517 1.843 7.619 0 4.014-2.961 4.206-2.961 4.206-.693 0-.974.495-1.246.495-.583-.061-.857-.802-1.433-.802-.541 0-.957.836-1.672.836s-1.123-.836-1.664-.836c-.576 0-.85.741-1.433.802-.272 0-.553-.495-1.246-.495 0 0-2.961-.192-2.961-4.206.001-3.103 2.383-5.723 1.844-7.619z\"/>\n    <path fill=\"#FFD200\" d=\"M139.29 69.146c1.122 1.284 2.901 1.775 2.901 1.775l-2.85 2.116-.034.042-.06-.051-3.157-1.979c.001 0 2.015-.695 3.2-1.903z\"/>\n    <path fill=\"#FFD200\" d=\"M143.608 56.825c.226.487-1.843 3.492-1.843 5.956 0 3.021 1.611 4.803 3.763 4.803.41 0 .859.555 1.246.555.63 0 1.05-.7 1.433-.7.488 0 .817.768 1.664.768s1.184-.768 1.672-.768c.384 0 .803.7 1.433.7.387 0 .835-.555 1.246-.555 2.151 0 3.763-1.782 3.763-4.803 0-2.464-2.069-5.468-1.843-5.956 0 0 4.036 2.895 4.036 6.305 0 5.494-5.571 6.852-5.571 6.852l1.254 2.824s-1.727.259-2.781 1.109c-1.407 1.134-1.425 4.199-1.425 6.271 0 2.441.091 3.476.973 4.138.93.699 1.629.849 1.629 1.562 0 .621-.724.874-1.664 1.288-1.069.471-1.175 1.288-2.722 1.288s-1.645-.817-2.713-1.288c-.939-.414-1.664-.668-1.664-1.288 0-.712.699-.863 1.629-1.562.882-.662.973-1.697.973-4.138 0-2.072-.018-5.137-1.425-6.271-1.055-.851-2.781-1.109-2.781-1.109l1.254-2.824s-5.571-1.358-5.571-6.852c0-3.41 4.035-6.305 4.035-6.305z\"/>\n    <path fill=\"#FFD200\" d=\"M160.459 69.146c1.185 1.208 3.2 1.903 3.2 1.903s-2.101 1.047-3.157 1.979c.04.192-.052.045-.06.051-.049.063-.019-.023-.034-.042-.998-1.145-2.85-2.116-2.85-2.116s1.779-.491 2.901-1.775z\"/>\n    <path fill=\"#000\" d=\"M145.4 74.435l-1.322 1.322 1.322 1.322 1.323-1.322zM154.35 74.435l-1.322 1.322 1.322 1.322 1.322-1.322z\"/>\n    <path fill=\"#FFD200\" d=\"M145.4 75.066l.691.691-.691.7-.7-.7zM154.35 75.066l.7.691-.7.7-.691-.7z\"/>\n    <path fill=\"#000\" d=\"M144.18 77.08c.263.65.887 2.663.887 5.077 0 1.671-.162 2.551-.162 2.551s1.864-.549 2.236-2.44c.174-.887.368-4.153-.529-4.71l-2.432-.478zM155.57 77.08l-2.432.478c-.897.557-.703 3.823-.529 4.71.371 1.891 2.235 2.44 2.235 2.44s-.162-.88-.162-2.551c.001-2.414.625-4.427.888-5.077zM139.65 77.61a1.641 1.641 0 00-.316.042 1.567 1.567 0 00-1.135 1.903c.032.128.085.247.145.358a1.522 1.522 0 00-.384-.077 1.46 1.46 0 00-.162 0 1.568 1.568 0 00-1.51 1.459 1.564 1.564 0 001.459 1.664c.129.009.254.004.375-.017a1.592 1.592 0 00-.188.333 1.579 1.579 0 00.87 2.048 1.574 1.574 0 002.039-.879c.049-.122.077-.242.094-.367a1.571 1.571 0 002.474.085 1.56 1.56 0 00-.196-2.201 1.59 1.59 0 00-.324-.205 1.58 1.58 0 00.35-.162 1.576 1.576 0 00.495-2.167 1.555 1.555 0 00-1.425-.725 1.577 1.577 0 00-.734.239c-.112.07-.211.148-.298.239 0-.126-.011-.255-.043-.384a1.568 1.568 0 00-1.586-1.186z\"/>\n    <path fill=\"#FFD200\" d=\"M145.033 77.813l1.305.273c.483.666.401 1.744.401 3.242 0 1.511-1.135 2.09-1.135 2.09.001-3.631-.373-4.505-.571-5.605zM154.717 77.813c-.198 1.1-.572 1.973-.572 5.606 0 0-1.135-.579-1.135-2.09 0-1.499-.082-2.576.401-3.242l1.306-.274zM139.744 78.267a1.217 1.217 0 011.229.921 1.163 1.163 0 01-.052.708 1.761 1.761 0 00-.606-.103c-.527 0-.998.232-1.323.598a1.239 1.239 0 01-.222-.256 1.2 1.2 0 01-.162-.358 1.217 1.217 0 011.136-1.51z\"/>\n    <path fill=\"#000\" d=\"M159.239 78.77c-2.003 0-3.469 1.544-3.268 3.438.17 1.598 1.468 2.937 3.072 3.319a3.543 3.543 0 01-.512-1.476c-.201-1.895 1.265-3.43 3.268-3.43.316 0 .622.039.921.111-.707-1.158-2.036-1.962-3.481-1.962z\"/>\n    <path fill=\"#FFD200\" d=\"M142.184 79.205a1.22 1.22 0 01.229 2.407 1.179 1.179 0 01-.324.017v-.051c0-.725-.436-1.352-1.058-1.63.044-.106.096-.208.17-.299a1.214 1.214 0 01.983-.444zM159.239 79.478c.627 0 1.229.192 1.749.512-1.955.378-3.362 2.105-3.157 4.121-.623-.516-1.079-1.211-1.16-1.98-.159-1.496.928-2.653 2.568-2.653zM138.25 80.211a1.286 1.286 0 01.665.264 1.784 1.784 0 00-.136 1.988 1.178 1.178 0 01-.7.179 1.22 1.22 0 01-1.135-1.297 1.23 1.23 0 011.306-1.134zM140.315 80.392c.651 0 1.177.535 1.177 1.186 0 .651-.526 1.177-1.177 1.177a1.176 1.176 0 01-1.178-1.177c0-.652.527-1.186 1.178-1.186zM142.08 81.747c.117.013.229.041.341.085.116.046.232.103.333.188.516.431.577 1.199.145 1.715a1.218 1.218 0 01-1.715.154 1.167 1.167 0 01-.256-.316 1.283 1.283 0 01-.119-.29 1.78 1.78 0 001.271-1.536zM138.838 82.566c.319.472.863.785 1.476.785.129 0 .254-.016.375-.043a1.184 1.184 0 01-.043.716 1.224 1.224 0 01-2.27-.913c.051-.126.121-.236.205-.333a1.24 1.24 0 01.257-.212z\"/>\n    <path fill=\"#000\" d=\"M147.763 85.468c-1.094 0-1.792.231-1.792.563 0 .332.697.555 1.792.555.292 0 .623-.17.623-.555s-.331-.563-.623-.563zM151.987 85.468c-.292 0-.623.179-.623.563 0 .385.331.555.623.555 1.095 0 1.792-.222 1.792-.555 0-.332-.698-.563-1.792-.563zM183.85 66.108l-1.894 1.382.214.452s-.347.119-.504.426c-.157.308.103.742.103.742s-1.801-.157-2.082.026c-.255.165.108 1.412-.06 2.466-.234 1.468-.813 1.345-.836 1.63-.023.277.222.708.222.708s-.338.106-.41.248c-.116.227.081.646-.06.921l-2.705 5.307c-.107.21-.394.29-.538.572-.133.26-.026.64-.026.64s-.507.03-.683.375c-.187.367-.077.862-.077.862s-.32.041-.478.35c-.168.33.117.503.043.649l-2.978 5.845c-.272.533-1.223.64-1.775 1.724-.536 1.051.23 1.826.23 1.826s-.795.072-1.007.486c-.215.422-.045 1.064.529 1.356.574.292 1.201.056 1.417-.367.211-.415-.214-1.101-.214-1.101s1.077.155 1.613-.896c.552-1.083.087-1.907.358-2.44l2.978-5.845c.074-.145.378-.02.546-.35.157-.309 0-.589 0-.589s.47-.205.657-.572c.176-.345-.094-.776-.094-.776s.37-.132.503-.392c.144-.282.038-.558.145-.768l2.705-5.307c.141-.276.592-.37.708-.597.072-.141-.042-.478-.042-.478s.498-.049.708-.23c.216-.186-.223-.586.828-1.638.754-.755 1.969-1.199 1.954-1.502-.017-.335-1.203-1.698-1.203-1.698s.5-.042.657-.35c.157-.308.051-.666.051-.666l.495-.085.002-2.346zm-17.806 33.797a.56.56 0 00-.443.265.583.583 0 000 .52s-.597-.187-.802-.085c-.193.096 0 2.91 0 2.91s2.383-1.503 2.346-1.715c-.038-.225-.537-.606-.537-.606a.57.57 0 00.418-.299c.078-.154.089-.595-.452-.87a.962.962 0 00-.53-.12z\"/>\n    <path fill=\"#000\" d=\"M147.619 34.393c-.596 0-1.474.016-1.988.359-.471.313-.432.719-.597.862-.388.336-1.053.324-1.374.324-2.073 0-2.15 2.219-2.15 2.219s.53-.802 1.467-.802c1.559 0 2.739.849 2.739 1.169 0 .129-.161.154-.171.154-1.018 0-2.554-.586-3.37-.614v.324c.011.007.018.017.034.026-.012-.002-.023-.006-.034-.009v.06c1.822.634 3.669 1.531 3.669 5.486 0 2.491-.298 5.032-1.544 7.03-.441.708-1.07 1.313-1.826 1.852-.337-.102-1.919-.593-3.029-1.212-1.954-1.089-2.968-2.172-5.29-2.278v-1.766c0-.944.341-1.794.341-2.696-.979-.263-3.696-3.585-6.203-5.06-3.688 2.389-6.544 6.311-6.544 8.114 0 0 .111 38.752 0 52.252 0 .778-.469 1.877-.469 1.877 1.346-.57 3.815-3.947 4.334-5.23v.615c2.034-.927 3.522-3.364 4.189-4.625l.043.64c1.817-1.592 4.129-11.006 4.129-11.006l-.119-1.979s-1.6 7.686-3.421 9.266V56.648l1.442 1.339 2.184-2.039v-1.553l-1.937 1.809V51.52c.292-.442.485-.771.631-1.032.313.547 1.327 2.221 2.517 3.251.196-.796 1.485-1.553 1.485-1.553s.462 1.251 1.169 1.561c.249-.438 1.732-1.408 1.732-1.408s-1.269.193-1.783.674c-.441-.099-.555-1.843-.555-1.843s-1.868.91-2.193 1.561c-.356-.096-.911-1.498-1.126-2.073a12.57 12.57 0 011.391-.077c.533 0 1.214.252 1.928.589.784.369 1.605.837 2.338 1.169.939.425 2.359.511 2.773.529-.474.333-.996.638-1.561.922 0 0 2.235-.021 3.805-.802.56-.36 1.141-.719 1.638-1.143-.216.599-.551 1.307-1.075 1.911 2.306-.195 3.454-1.512 3.78-1.954.153.396.425 1.031.853 1.578.428-.547.709-1.183.862-1.578.326.442 1.474 1.759 3.78 1.954-.524-.605-.86-1.312-1.075-1.911.497.424 1.078.783 1.638 1.143 1.57.782 3.805.802 3.805.802a12.448 12.448 0 01-1.57-.922c.399-.015 1.835-.101 2.782-.529.733-.332 1.553-.8 2.338-1.169.714-.336 1.396-.589 1.929-.589.605 0 1.065.041 1.391.077-.216.576-.77 1.977-1.126 2.073-.325-.652-2.193-1.561-2.193-1.561s-.113 1.744-.554 1.843c-.514-.481-1.783-.674-1.783-.674s1.483.97 1.732 1.408c.707-.31 1.16-1.561 1.16-1.561s1.297.757 1.493 1.553c1.19-1.029 2.203-2.704 2.517-3.251.151.27.354.612.631 1.032v4.684l-1.937-1.809v1.553l2.184 2.039 1.442-1.339v33.097c-1.822-1.58-3.421-9.266-3.421-9.266l-.12 1.979s2.313 9.414 4.13 11.006l.043-.64c.667 1.26 2.156 3.697 4.189 4.625v-.615c.52 1.284 2.988 4.661 4.334 5.23 0 0-.469-1.099-.469-1.877-.111-13.5 0-52.252 0-52.252 0-1.804-2.856-5.725-6.544-8.114-2.506 1.475-5.224 4.797-6.203 5.06 0 .902.341 1.752.341 2.696v1.758c-2.317.109-3.337 1.199-5.29 2.287-1.117.623-2.717 1.116-3.037 1.212-.756-.537-1.376-1.144-1.817-1.852-1.062-1.704-1.51-3.795-1.51-5.921 0-.899 1.007-1.91 1.007-2.637 0-1.098-.102-1.757-.102-1.757.357.049.981.682.981.682s-.021-1.823-.597-2.141c0 0 .233-.24 1.075-.264-.237-.599-1.408-1.331-1.408-1.331a.763.763 0 01.307-.273c.294-.163.708-.27 1.024-.333a11.09 11.09 0 01-1.152-.316 27.086 27.086 0 01-3.191-1.297c-1.958-.941-3.447-1.001-4.268-1.001zm.042.538c.181.002.349.009.495.009 1.91 0 3.253.871 5.06 1.672.473.21.908.38 1.296.512-.243.216-.432.432-.486.615 0 0 .81.15 1.177.828 0 0-.77.087-.896.537.431.033.86.576.862 1.101l-1.092-.342s.264 1.226.264 2.56c0 .681-.981 1.482-.981 2.637 0 3.622.913 5.015 1.562 6.134.254.438.46.942.887 1.323-1.87-.996-3.259-2.24-3.259-3.396v-4.377h-.486v4.377c0 .838.205 1.229.205 1.229.293.927.887 2.359 1.254 2.935-1.72-.93-2.594-2.094-2.594-2.526v-6.015h-.486v6.101l.094.418c-.208.313-.479.684-.666.811-.186-.126-.448-.498-.657-.811l.094-.418v-6.101h-.486v6.015c0 .432-.874 1.596-2.594 2.526.367-.576.961-2.008 1.254-2.935 0 0 .205-.391.205-1.229v-4.377h-.487v4.377c0 1.154-1.384 2.401-3.251 3.396.423-.381.626-.887.879-1.323.71-1.225 1.587-2.78 1.587-7.21 0-1.662-.246-2.792-.674-3.583-.13-.261-.306-.956.691-.956.516 0 1.698.913 1.698.913s-.049-.729-.648-1.143c-.1-.069-.264-.285-.264-.487 0-.151.258-.522.46-.614.139-.063-2.03-.441-2.03-1.425 0-.205.129-.341.58-.341.591 0 1.552.708 2.406.708.632 0 .88-.154 1.527-.154.79 0 2.439 1.497 3.003 1.442-.631-.396-1.649-1.894-3.191-1.894-.535 0-1.019.119-1.519.119-.64 0-1.271-.589-1.962-.589-.464 0-.981.026-1.058-.094-.134-.209-.013-.331.111-.503.235-.326.894-.421 1.544-.443.195-.007.39-.01.572-.009zM128.293 41.5v.008s3.427 3.14 4.582 3.541l.043 1.058v3.114c-.837-.288-1.888-1.662-2.397-2.389v-.427c0-.401.236-.695.409-.853l-.503-.179c-.192.219-.401.544-.401.964v.248l-.162.171-.085.094-1.254 1.348-1.476-2.235v-.546c0-.368.283-.778.521-1.058l-.495-.179c-.25.324-.512.76-.512 1.169v.443c-.347.359-1.698 1.749-1.698 1.749l-.862-1.851c1.033-1.433 2.709-3.037 4.29-4.19zm43.163 0c1.578 1.15 3.255 2.76 4.292 4.189l-.862 1.851s-1.351-1.39-1.698-1.749v-.444c0-.409-.262-.845-.512-1.169l-.495.179c.237.279.521.69.521 1.058v.546l-1.476 2.236-1.254-1.348-.085-.094-.162-.171v-.248c0-.42-.209-.745-.401-.964l-.504.179c.174.159.41.452.41.853v.427c-.51.727-1.561 2.101-2.397 2.389v-3.114l.043-1.058c1.154-.4 4.582-3.541 4.582-3.541l-.002-.007zm-48.053 5.145l.785 1.425v2.569l-1.195 1.109v-3.814c0-.366.154-.806.41-1.289zm52.941 0c.257.483.409.923.409 1.289v3.814l-1.194-1.109V48.07l.785-1.425zm-49.81.324l1.374 2.09v1.587l-1.374 1.289v-4.966zm46.68 0v4.966l-1.374-1.288V49.06l1.374-2.091zm-47.166.376v4.582l-1.374-1.28v-1.86l1.374-1.442zm47.651 0l1.374 1.442v1.86l-1.374 1.28v-4.582zm-43.436.332c.207.344 1.156 1.879 2.056 2.321-.319.451-1.154 1.554-2.056 2.039v-4.36zm39.221 0v4.36c-.901-.486-1.737-1.589-2.056-2.039.901-.441 1.85-1.977 2.056-2.321zm-39.708.222v4.027l-1.374-1.28v-1.425l1.374-1.322zm40.195 0l1.374 1.322v1.425l-1.374 1.28v-4.027zm-45.783 4.292v4.019l-1.195-1.118v-1.783l1.195-1.118zm51.372 0l1.194 1.118v1.783l-1.194 1.118v-4.019zm-50.887.009l.785.734.589.546v1.442l-.589.546-.785.734V52.2zm3.233 0v4.002l-.785-.734-.589-.555v-1.425l.589-.555.785-.733zm.495 0l1.374 1.288v1.425l-.598.563-.776.725V52.2zm3.234 0v4.01l-.785-.734-.589-.555v-1.339c.474-.289.95-.821 1.374-1.382zm36.475 0c.424.561.9 1.093 1.374 1.382v1.34l-.589.555-.785.734V52.2zm3.234 0v4.002l-.776-.725-.597-.563v-1.425l1.373-1.289zm.495 0l.785.734.589.555v1.425l-.589.555-.785.734V52.2zm3.233 0v4.002l-.785-.734-.589-.546V53.48l.589-.546.785-.734zm-48.368 4.428l1.45 1.356 1.45-1.348v33.105s.101 1.643.171 2.713l-3.071 3.106V56.627v.001zm46.338 0V95.56s-2.426-2.454-3.072-3.105c.069-1.071.171-2.713.171-2.713V56.637l1.451 1.348 1.45-1.357zm-47.166.008v37.687c0 1.064-1.943 3.546-2.884 4.112v-41.79l1.433 1.339 1.451-1.348zm47.993 0l1.45 1.348 1.434-1.339v41.79c-.94-.567-2.884-3.048-2.884-4.112V56.636zm-36.04 29.607s-1.394 2.829-1.937 3.336c0 0 .364.046.776.043-.254.365-2.191 3.154-2.799 4.206-.568.984-.969.546-1.843.546-.724 0-2.367 1.154-2.636 1.621-.284.491-.495 1.087-.495 1.578 0 .54.572 1.28.572 1.28.062-.258.17-.35.17-.35s1.502 1.871 1.723 2.116c.172.19.941.314 1.212.069.678-.616 1.334-1.047 1.937-1.937.311-.458.334-.984.691-1.476 1.194-1.647 3.569-4.8 4.113-5.52.036.201.067.367.102.572.616-1.243 3.575-3.618 3.575-3.618l-.819-.538s-1.784 2.08-2.363 2.466c0 0-.248-1.034-.393-1.399 0 0-.683.517-1.058.529 0 0-.112-.702-.196-1.161-.471.314-1.254.248-1.254.248.688-.326 1.502-2.321 1.502-2.321l-.58-.29zm24.087 0l-.58.29s.814 1.995 1.502 2.321c0 0-.784.067-1.254-.247-.084.458-.196 1.16-.196 1.16-.374-.012-1.058-.529-1.058-.529-.145.365-.393 1.399-.393 1.399-.579-.386-2.363-2.466-2.363-2.466l-.819.538s2.959 2.375 3.575 3.618c.035-.204.066-.371.102-.572.543.72 2.919 3.874 4.113 5.52.357.492.38 1.018.691 1.476.603.89 1.259 1.321 1.937 1.937.271.246 1.039.122 1.211-.068.221-.245 1.724-2.116 1.724-2.116s.109.091.171.35c0 0 .572-.74.572-1.28 0-.491-.212-1.087-.495-1.578-.27-.467-1.912-1.621-2.636-1.621-.874 0-1.275.438-1.843-.546-.607-1.052-2.545-3.842-2.799-4.206a6.32 6.32 0 00.776-.043c-.544-.508-1.938-3.337-1.938-3.337zm-24.284 3.191s-.011.959.29 1.297l1.058-.725s.07.35.162.828c-.453.619-3.055 4.171-4.343 5.904-.32.431-.589 1.527-.589 1.527s-.469-.222-.469-.623c0-.394.051-.862.051-.862s-.35.401-.956.401c0-.484.936-1.009.973-1.698-.714.529-1.333.257-2.159.512-.899.277-1.149.654-1.425.64-.162-.009-.309-.289-.247-.461.107-.298 1.219-1.122 1.996-1.271.186-.036 1.65.319 1.945-.137l3.379-5.213c.127-.029.242-.06.334-.119zm24.479 0c.092.058.208.09.333.12l3.379 5.213c.295.455 1.759.101 1.945.137.778.149 1.889.974 1.997 1.271.062.172-.085.452-.247.461-.276.014-.526-.363-1.425-.64-.826-.255-1.445.017-2.159-.512.037.689.973 1.214.973 1.698-.605 0-.956-.401-.956-.401s.051.468.051.862c0 .401-.469.623-.469.623s-.269-1.097-.589-1.528c-1.288-1.733-3.89-5.285-4.343-5.904.092-.477.162-.828.162-.828l1.058.725c.301-.339.29-1.298.29-1.297zm-16.024.7s-5.781 13.289-10.913 15.333c0 0 2.232.948 4.974 2.372.4.208.812.431 1.229.657.345-.416.708-.878 1.066-1.357 1.639-2.193 3.242-4.735 3.242-4.735.112.66-.754 2.699-2.218 5.213-.288.494-.588 1.011-.922 1.536.372.212.74.426 1.109.649 2.716 1.634 5.266 3.513 6.211 5.239.945-1.726 3.496-3.604 6.212-5.239.369-.222.737-.437 1.109-.649-.333-.525-.633-1.041-.921-1.536-1.465-2.514-2.33-4.553-2.218-5.213 0 0 1.603 2.542 3.242 4.735.358.479.721.941 1.066 1.357.417-.226.829-.449 1.229-.657 2.742-1.424 4.974-2.372 4.974-2.372-5.131-2.043-10.913-15.333-10.913-15.333l-.853.247s4.611 11.483 9.121 14.957a34.371 34.371 0 00-3.464 1.28c-1.505-1.763-3.061-4.14-4.326-6.254-1.365-2.283-2.483-6.288-2.483-6.288-.633 1.538.716 9.26 3.438 14.147-2.251 1.172-4.255 2.442-5.213 3.481-.958-1.039-2.961-2.309-5.213-3.481 2.722-4.886 4.071-12.609 3.438-14.147 0 0-1.117 4.005-2.483 6.288-1.264 2.114-2.821 4.492-4.326 6.254a34.371 34.371 0 00-3.464-1.28c4.51-3.474 9.121-14.957 9.121-14.957l-.851-.247zm-15.078 6.382c.04.004.081.025.111.06.059.068.054.168-.009.222l-.478.418c-.063.054-.163.043-.222-.026-.059-.068-.054-.168.009-.222l.478-.418a.135.135 0 01.111-.034zm37.772 0c.04-.005.08.007.111.034l.478.418a.157.157 0 01.008.222c-.059.068-.159.08-.222.026l-.478-.418c-.063-.054-.068-.154-.008-.222a.172.172 0 01.111-.06zm-37.269.418a.403.403 0 01.333.145c.143.165.134.398-.017.529l-1.16 1.015c-.151.131-.395.105-.538-.059-.143-.165-.134-.407.017-.538l1.16-1.007a.373.373 0 01.205-.085zm36.672 0c.03-.005.064-.002.094 0a.37.37 0 01.205.085l1.16 1.007c.151.131.16.373.017.538-.143.164-.387.191-.538.059l-1.16-1.015c-.151-.131-.16-.364-.017-.529a.406.406 0 01.239-.145zm-36.015.785a.418.418 0 01.341.145c.143.165.134.398-.017.529l-1.169 1.015c-.151.131-.386.105-.529-.06-.143-.165-.134-.406.017-.537l1.16-1.007a.35.35 0 01.197-.085zm35.357 0c.031-.005.064-.002.094 0 .071.006.14.036.196.085l1.16 1.007c.151.131.16.373.017.537-.143.165-.378.191-.529.06l-1.169-1.016c-.151-.131-.16-.364-.017-.529a.426.426 0 01.248-.144zm-34.615.767a.394.394 0 01.333.136c.143.165.134.407-.017.538l-1.16 1.007c-.151.131-.386.105-.529-.06-.143-.165-.142-.398.008-.529l1.169-1.015a.33.33 0 01.196-.077zm33.873 0c.03-.005.064-.002.094 0 .071.006.14.028.196.077l1.169 1.015c.151.131.151.364.008.529-.143.165-.378.191-.529.06l-1.161-1.007c-.151-.131-.16-.373-.017-.538a.401.401 0 01.24-.136z\"/>\n    <path fill=\"#F5D402\" d=\"M183.5 66.8l-1.109.785.563.29.563.282-.017-1.357zm-1.075 1.305a.558.558 0 00-.469.299c-.145.284-.004.648.316.811.32.163.691.062.836-.222.145-.284.004-.647-.316-.81a.696.696 0 00-.367-.078zm-2.09 1.306c-.167.002-.288.008-.316.026-.118.077.043 1.091.008 1.954-.032.814-.293 1.043-.435 1.322-.132.258-.606.563-.606.563l.392.393s.255-.398.657-1.186c.474-.93.458-2.615.597-2.705.121-.078 1.109-.324 1.109-.324.001-.001-.905-.05-1.406-.043zm1.723.23s-1.039.199-1.186.341c-.142.137-.079 1.544-.631 2.628-.457.898-.682 1.229-.682 1.229l.281.145.282.137s.131-.365.589-1.263c.552-1.083 1.73-1.869 1.757-2.065.028-.202-.41-1.152-.41-1.152zm.333.137s.376.949.384 1.092c.009.165-1.361 1.143-1.834 2.073-.402.789-.572 1.229-.572 1.229l.546.085s-.038-.561.094-.819c.142-.28.18-.622.819-1.126.678-.535 1.594-1.002 1.587-1.143-.007-.131-1.024-1.391-1.024-1.391zm-3.089 4.471a.47.47 0 00-.367.264c-.104.204-.048.476-.87 2.091l-.896 1.758c-.396.778-.973 1.902-.973 1.902s-.196.359.171.546c.367.187.529-.188.529-.188l.973-1.903c.39-.765.535-1.058.896-1.766.823-1.615 1.074-1.725 1.178-1.928.112-.219.085-.513-.282-.7a.63.63 0 00-.359-.076zm-3.541 6.732c-.138.012-.248.071-.299.17-.102.2.073.494.392.657.32.163.666.132.768-.068.102-.2-.081-.494-.401-.657a.852.852 0 00-.46-.102zm-.478.981c-.229-.011-.43.069-.512.23-.132.259.074.631.461.828.387.197.807.148.938-.111.132-.259-.074-.63-.461-.828a1.031 1.031 0 00-.426-.119zm-.648 1.22c-.138.012-.248.071-.299.171-.102.2.073.494.392.657.32.163.666.132.768-.068.102-.2-.073-.494-.392-.657a.895.895 0 00-.469-.103zm-.282 1.05c-.202.026-.299.23-.299.23s-2.075 4.083-2.807 5.52c-.234.459-1.219.745-1.604 1.502-.388.761-.114 1.474.392 1.732.507.258 1.25.07 1.638-.691.385-.757.039-1.725.273-2.184l2.807-5.52s.204-.359-.162-.546a.38.38 0 00-.238-.043zm-5.008 9.402c-.233.007-.44.117-.537.307-.156.305.022.711.401.904.379.193.817.1.973-.205.155-.305-.031-.712-.409-.905a.904.904 0 00-.428-.101zm-3.302 6.544c-.118.004-.216.042-.256.119-.08.156.085.402.367.546.282.144.577.13.657-.026.08-.156-.085-.402-.367-.546a.838.838 0 00-.401-.093zm-.973.768v2.014l1.638-1.178s-.222-.392-.708-.64-.93-.196-.93-.196z\"/>\n    <path fill=\"#000\" d=\"M124.898 89.267s.926 1.912 1.629 2.174c-.364-.099-1.545.334-1.545.334s2.083 1.861 3.85 1.983c1.498.103 2.226-.645 2.226-.645l-.3-1.587s-.917-1.107-2.384-1.618c-1.482-.516-3.476-.641-3.476-.641zM131.877 85.842s-1.278 1.094-1.628 2.362c-.35 1.267.228 2.708.228 2.708l1.074 2.003s1.488-.792 2.122-1.977c.633-1.185.401-2.783.401-2.783s-1.179.439-1.329.633c.248-1.314-.868-2.946-.868-2.946zM127.768 85.33s-1.454.491-2.865.406c-1.345-.081-2.463-1.21-2.463-1.21s1.115-.754 1.665-.654c-.605-.221-1.483-1.737-1.483-1.737s1.247-.377 2.353.04 2.07 1.628 2.07 1.628l.723 1.527zM128.268 78.23s.727 1.505.555 2.028c.226-.348 1.079-.891 1.079-.891s.516 2.437.023 3.943c-.493 1.505-1.996 2.078-1.996 2.078l-1.657-3.223s-.247-1.194.27-2.139c.517-.945 1.726-1.796 1.726-1.796zM118.81 74.245s1.571-.165 3.008.43c1.202.499 1.57 1.405 1.57 1.405l.592 1.587s-1.71.641-3.061.151c-1.351-.491-2.344-2.113-2.344-2.113s.944-.358 1.304-.224c-.524-.231-1.069-1.236-1.069-1.236zM123.752 71.3s.689.885.71 1.904c.184-.542 1.045-1.14 1.045-1.14s.885 2.142.691 3.664c-.194 1.521-1.468 2.421-1.468 2.421l-1.588-3.015s-.518-1.236-.365-2.194c.151-.959.975-1.64.975-1.64zM118.31 65.533s-.285 1.642.2 2.588c.433.844.709 1.029.709 1.029-.826-.545-2.074-.592-2.074-.592s.444 1.787 1.506 2.602 2.699.625 2.699.625 1.077-1.433 1.002-2.978c-.075-1.544-1.301-3.2-1.301-3.2s-.484 1.003-.526 1.752c-.314-.77-2.215-1.826-2.215-1.826z\"/>\n    <path fill=\"#097754\" d=\"M118.794 66.531s-.042 1.2.354 1.881c.397.681 1.284.952 1.284.952s.042-1.2-.355-1.88c-.397-.681-1.283-.953-1.283-.953zM117.963 69.247s1.042.061 1.645.523c.602.461.835 1.423.835 1.423s-.691.07-1.293-.391c-.602-.463-1.187-1.555-1.187-1.555zM121.235 66.823s-.347.795-.307 1.652c.04.857.54 1.823.54 1.823s.452-1.029.412-1.886c-.039-.858-.524-1.346-.645-1.589zM119.48 74.55s.512.715 1.3 1.104c.788.389 1.962.404 1.962.404s-.586-.76-1.374-1.15c-.788-.389-1.888-.358-1.888-.358zM119.733 76.21s.376.737 1.064 1.053c.688.316 2.096.29 2.096.29s-.54-.688-1.228-1.005c-.688-.316-1.932-.338-1.932-.338zM123.695 72.28s-.416.687-.375 1.444c.041.758.538 1.585.538 1.585s.349-.949.309-1.706c-.041-.757-.472-1.323-.472-1.323zM125.227 73.252s-.711.955-.814 1.937c-.102.982.405 1.99.405 1.99s.859-.863.962-1.845c.102-.982-.553-2.082-.553-2.082zM123.265 82.318s.085.353.383.728c.297.375.806.772.806.772s.492-.158 1.103-.026c.611.133 1.423.677 1.423.677s-.875-1.305-1.783-1.813c-.908-.507-1.931-.338-1.932-.338zM123.175 84.561s1.132-.484 2.064-.359c.932.125 1.773.862 1.773.862s-1.26.436-2.192.311c-.932-.124-1.645-.814-1.645-.814zM127.96 79.298s-1.001 1.061-1.085 1.981c-.084.92.812 1.778.812 1.778s-.044-.59.11-.979.482-.804.482-.804.14-.474.086-.854c-.076-.53-.405-1.122-.405-1.122zM129.397 80.526s-.944.955-1.193 1.977c-.25 1.022.195 2.113.195 2.113s.858-.677 1.108-1.699c.249-1.022-.11-2.391-.11-2.391zM131.76 86.69s.428.892.536 1.639c.109.746.008 1.004.008 1.004s-.442.435-.64.69c-.255.328-.292.929-.292.929s-.888-1.319-.751-2.284c.137-.964 1.139-1.978 1.139-1.978zM133.63 88.755s-1.136.75-1.587 1.521c-.451.77-.217 1.558-.217 1.558s.81-.071 1.261-.841c.451-.77.543-2.238.543-2.238zM126.164 91.925s1.638-.045 2.639.202c1.001.246 1.365.782 1.365.782s-1.126.527-2.127.281-1.878-1.265-1.877-1.265zM125.887 89.982s.739 1.146 1.694 1.561c1.316.572 2.841.295 2.841.295s-.828-1.015-1.967-1.463c-1.141-.448-2.568-.393-2.568-.393z\"/>\n    <path fill=\"#000\" d=\"M131.143 93.045l.044.589c.979.009 1.125-.088 1.376.22a.829.829 0 00.965.202.807.807 0 00.397-1.063c-.183-.4-.554-.487-.913-.416-.22.043-.364.219-.551.315-.354.185-1.318.153-1.318.153z\"/>\n    <path fill=\"#000\" d=\"M131.059 92.595l.477.349c-.511.836-.671.908-.542 1.284a.83.83 0 01-.339.926.808.808 0 01-1.112-.226c-.242-.367-.119-.728.13-.994.154-.164.378-.193.559-.3.343-.205.826-1.039.827-1.039zM127.742 85.595l.044.59c.979.009 1.125-.088 1.376.22a.83.83 0 00.965.202.806.806 0 00.396-1.063c-.182-.4-.554-.487-.912-.416-.22.043-.364.219-.551.315-.355.184-1.319.152-1.318.152z\"/>\n    <path fill=\"#000\" d=\"M127.94 85.803l.417.42c-.635.746-.804.792-.735 1.184a.83.83 0 01-.479.862.807.807 0 01-1.063-.396c-.182-.4-.005-.737.284-.962.177-.138.404-.132.599-.21.371-.149.977-.898.977-.898zM124.445 78.62l.044.59c.979.009 1.125-.088 1.376.22a.83.83 0 00.965.202.806.806 0 00.396-1.063c-.183-.4-.554-.487-.913-.416-.22.043-.365.219-.551.315-.354.184-1.317.152-1.317.152z\"/>\n    <path fill=\"#000\" d=\"M124.717 78.497l.417.419c-.635.746-.804.792-.735 1.184a.828.828 0 01-.479.861.808.808 0 01-1.063-.396c-.182-.4-.005-.738.284-.962.177-.138.404-.132.599-.21.37-.148.977-.896.977-.896zM120.934 71.256l.044.589c.979.009 1.125-.088 1.376.22a.83.83 0 00.965.203.807.807 0 00.397-1.063c-.182-.4-.554-.487-.913-.416-.22.044-.364.219-.551.315-.355.185-1.319.152-1.318.152z\"/>\n    <path fill=\"#000\" d=\"M121.205 71.133l.416.419c-.635.746-.804.792-.735 1.184a.83.83 0 01-.479.862.808.808 0 01-1.063-.396c-.183-.4-.005-.738.283-.962.177-.138.404-.132.599-.21.372-.148.979-.897.979-.897z\"/>\n    <path fill=\"#F5D402\" d=\"M127.12 83.848c-.351.146-.872-1.382-1.254-2.22-.392-.859-1.188-2.183-.962-2.287.248-.113.575.582.976 1.461.402.88 1.569 2.909 1.24 3.046zM123.515 75.8c-.351.146-.735-.854-1.117-1.692-.392-.859-.774-1.466-.548-1.569.248-.113.615.639.936 1.342.311.682 1.058 1.782.729 1.919zM131.855 94.048c-.276.074-1.478-2.444-2.451-4.574-.972-2.13-1.696-3.853-1.47-3.956.248-.113 1.036 1.899 2.008 4.029.973 2.13 2.12 4.446 1.913 4.501z\"/>\n    <path fill=\"#CC092F\" d=\"M141.955 37.281s.403-.763 1.422-.763c.426 0 1.832-.029 1.832-.029.187.487 1.042 1.3 1.042 2.146 0 0-.867-1.563-3.287-1.563-.608 0-1.009.209-1.009.209z\"/>\n    <path fill=\"#000\" d=\"M145.073 37.495s-.595-.191-.595-.39c0-.254.289-.254.462-.056.119.136.133.446.133.446z\"/>\n    <path fill=\"#D10429\" d=\"M145.89 38.933s-.516.543-.628.833c-.51-.193-1.4-1.11-1.4-1.11s.755.44 2.028.277z\"/>\n    <path fill=\"#000\" d=\"M148.485 37.51c0 .372-.381.674-.852.674s-.852-.301-.852-.674c0-.372.381-.674.852-.674.47 0 .852.301.852.674 0-.001 0 0 0 0z\"/>\n    <path fill=\"#F5D402\" d=\"M148.227 37.51a.593.593 0 11-1.186 0 .593.593 0 011.186 0z\"/>\n    <path fill=\"#000\" d=\"M147.885 37.51a.25.25 0 01-.245.258.25.25 0 01-.258-.245v-.013a.25.25 0 01.245-.258.25.25 0 01.258.245v.013z\"/>\n    <path fill=\"#F5D402\" d=\"M132.184 53.906s1.451 1.088 1.451 2.193V82.43c0 .694.214 1.145.555 1.587.34.475 1.065 1.133 1.817 1.621 2.323 1.509 6.208 3.1 9.147 4.437 2.449 1.114 3.445 1.563 4.718 3.14 1.273-1.576 2.278-2.026 4.727-3.14 2.938-1.337 6.823-2.928 9.146-4.437.752-.489 1.477-1.146 1.817-1.621.34-.442.546-.893.546-1.587V56.099c0-1.104 1.451-2.193 1.451-2.193h-35.375zm1.859.837h31.655s-.427.513-.427 1.357v26.331c0 .575-.596 1.921-4.036 3.635-5.685 2.833-10.055 4.156-11.365 5.768-1.31-1.612-5.68-2.935-11.365-5.768-3.439-1.714-4.036-3.06-4.036-3.635V56.1c.001-.844-.425-1.357-.426-1.357z\"/>\n  </g>\n</svg>\n</li><li title=\"cif me \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 300 150\">\n  <g fill=\"none\">\n    <path fill=\"#D3AE39\" d=\"M0 0h300v150H0z\"/>\n    <path fill=\"#C32026\" d=\"M7.5 7.5h285v135H7.5z\"/>\n    <path fill=\"#B96C29\" d=\"M182.644 73.781c.879-.248 3.933-1.141 6.085-2.886 2.152-1.747 2.572-3.146 2.746-3.902.173-.755.247-1.35-.309-.916-.556.433-2.226 1.746-3.364 2.378-1.139.631-2.19.929-2.809 1.103-.618.172-1.113.284-.519.049.593-.235 2.536-.917 4.033-2.415 1.496-1.499 2.678-3.744 2.704-5.123.025-1.378-.074-1.28-.517-.936s-2.019 2.29-2.905 3.029c-.887.739-2.316 1.724-3.029 2.142-.714.419-1.724.887-.32-.073 1.403-.959 4.062-3.225 5.146-6.156 1.083-2.93.886-4.653.862-4.949-.024-.295-.271-.887-.517-.344-.246.541-2.02 4.087-3.448 5.613-1.428 1.527-1.084 1.231-1.403 1.478-.32.246-.863.689-.172-.173.689-.861 2.117-2.856 2.857-4.825.738-1.97.935-3.94.959-5.073.025-1.133-.467-2.708-.689-3.175-.221-.469-.443-.813-.518-.272-.073.542-1.206 4.038-1.822 5.737-.615 1.699-1.846 3.62-2.093 3.99-.245.369-.886 1.133-.197-.148.689-1.281 2.019-5.048 2.192-8.618.172-3.571-.32-5.54-.813-6.525-.492-.985-.918-1.335-.918-1.335s.084 2.437-.643 5.939c-.728 3.502-1.79 5.351-1.79 5.351s-.447.504-.141-.336c.208-.565.635-1.81.83-3.918.206-2.212.23-4.729-.415-6.871-.703-2.333-1.924-3.526-1.924-3.526-.34 3.348-.273 7.661-1.499 11.158-.23-.205-.534-.585-.655.188-.224 1.149-.672 3.306-2.182 6.052-1.511 2.745-2.126 3.11-2.126 3.11s-.279-.673-.476-1.036c-.195-.364-.308-.561-.559-.056-.251.504-1.091 2.438-2.937 4.567-1.846 2.129-2.881 3.165-2.825 4.762.057 1.597.895 2.41 2.014 3.138 1.119.729 1.315 1.12 1.147 1.989-.168.869-1.175 1.177-2.042 1.205-.868.028-1.959-.056-2.35.168-.392.224-.42.784-.811 1.176-.391.393-.559.616-.924.673a8.258 8.258 0 01-.312.04c-.08-4.212 1.551-6.09 1.551-6.09l-4.561-5.359c-.235.116-.47.224-.707.326a1.303 1.303 0 00-.134-.203c-.607-.775-.806-1.432-.806-2.426.227.022.682.187 1.095.103.414-.082.103-.497-.02-.891-.125-.395-.249-1.762-.167-2.281.084-.519.124-.726.124-.726s.662.726 1.075.726c.415 0 .372-.415.435-.871.093-.688.417-1.556.95-2.032 0 0 .723.498 1.551.498.827 0 1.943-.228 2.832-1.078.889-.85.869-1.057.869-1.057s1.653.58 2.914.643c1.261.062 2.605-.146 3.246-1.472.641-1.327-.186-2.55-.331-2.758-.145-.208-.558-.374-.558 0s.021 1.368-.745 1.866c-.764.497-1.363.476-2.087.248-.723-.228-1.736-.519-2.894-.352-1.038.149-1.179.231-1.197.246.054-.055.996-1.022 1.92-1.304.951-.29 1.51.104 1.82.477.31.373.578.975.827.104.248-.87.104-1.866-.31-2.509-.414-.643-1.302-1.058-2.232-.954-.931.104-1.26.249-1.26.249s-.476-1.347-1.675-1.596c-1.462-.304-3.076.246-4.34.953 0 0-.992.229-2.005-.062-.663-.19-1.327-.594-1.706-.849.116-.388.342-1.103.342-1.103s.29-.088.593-.202c.302-.114.24-.215.277-.467.038-.252-.569-.691-.569-.691s-.088-.758.909-1.278c.996-.52.888-.433.888-.433s.585.108.823-.065c.238-.174.238-.282.238-.282s.442-.145.604-.411c.161-.266.191-.65.073-.961-.117-.311-.266-.37-.103-.518.161-.148.309-.503.324-.754.015-.252.015-.31.015-.31s.339-.119.323-.636c-.015-.518-.295-.725-.458-.77-.161-.044-.264-.044-.264-.044s-.03-.311-.295-.724a3.92 3.92 0 00-.443-.592s.191-.147.088-.487c-.103-.34-.339-.547-.575-.622-.235-.074-.486 0-.486 0s-.781-.473-1.15-.665c-.369-.192-.457-.236-.457-.236s-.015-.325-.148-.503-.443-.252-.605-.252a.893.893 0 00-.339.089s-1.327-.341-1.872-.429c-.546-.089-.576-.133-.576-.133s-1.179-.562-1.635-.651a5.845 5.845 0 01-.59-.133s.477-.577.506-1.243c.03-.666-.412-1.293-.884-1.574-.266-.158-.409-.184-.496-.239l-.01-.458.886.089.073-1.426-.862.109.132-.858-1.808-.021.132.858-.869-.06.073 1.405.915-.118-.089.532s-.335.057-.618.266c-.472.281-.871.829-.841 1.494.029.665.427 1.257.427 1.257s-.118.029-.575.118c-.457.089-1.637.651-1.637.651s-.03.044-.575.133c-.545.089-1.872.429-1.872.429s-.177-.089-.339-.089c-.162 0-.472.074-.604.252-.132.177-.147.503-.147.503l-.457.236c-.369.192-1.15.665-1.15.665s-.251-.074-.487 0-.472.282-.575.622c-.103.34.088.487.088.487s-.177.177-.442.592c-.265.413-.294.724-.294.724s-.104 0-.266.044c-.162.045-.442.252-.457.77-.015.517.324.636.324.636s0 .058.014.31c.015.252.163.606.325.754.162.148.015.207-.103.518-.118.31-.089.695.074.961.162.266.603.411.603.411s0 .108.238.282c.238.173.823.065.823.065s-.108-.087.888.433.909 1.278.909 1.278-.607.439-.568.691c.038.252-.025.354.277.467.303.114.593.202.593.202s.226.715.342 1.103c-.379.255-1.042.659-1.705.849-1.013.291-2.006.062-2.006.062-1.264-.707-2.878-1.257-4.341-.953-1.199.249-1.675 1.596-1.675 1.596s-.331-.145-1.261-.248c-.93-.104-1.819.311-2.233.953-.413.643-.558 1.638-.31 2.509.248.871.517.27.827-.104.31-.373.869-.767 1.819-.477.924.282 1.866 1.248 1.92 1.304-.018-.015-.158-.097-1.197-.246-1.158-.166-2.171.125-2.894.353-.723.228-1.323.249-2.088-.249-.765-.498-.744-1.493-.744-1.866s-.413-.208-.558 0c-.144.208-.972 1.431-.331 2.758s1.984 1.534 3.245 1.472c1.261-.063 2.915-.643 2.915-.643s-.02.208.869 1.058c.889.85 2.005 1.078 2.832 1.078.828 0 1.55-.498 1.55-.498.534.477.858 1.345.951 2.032.062.457.021.871.435.871.413 0 1.075-.726 1.075-.726s.041.208.124.726c.083.519-.041 1.886-.165 2.281-.124.394-.434.809-.02.891.414.083.868-.081 1.095-.104 0 .994-.199 1.651-.806 2.426a1.235 1.235 0 00-.127.191 17.12 17.12 0 01-.678-.315l-4.561 5.359s1.64 1.887 1.551 6.121v-.029a6.13 6.13 0 01-.332-.042c-.364-.057-.532-.281-.923-.673s-.419-.952-.811-1.176c-.391-.225-1.482-.14-2.35-.168-.868-.029-1.874-.336-2.042-1.205-.167-.869.029-1.26 1.147-1.989 1.119-.728 1.958-1.541 2.014-3.138.056-1.597-.979-2.633-2.825-4.762-1.846-2.129-2.685-4.062-2.937-4.567-.252-.504-.364-.308-.56.056-.196.364-.475 1.036-.475 1.036s-.616-.364-2.126-3.11c-1.511-2.745-1.958-4.902-2.182-6.052-.121-.773-.425-.393-.654-.188-1.228-3.496-1.16-7.81-1.5-11.158 0 0-1.221 1.193-1.924 3.526-.645 2.142-.621 4.659-.415 6.871.195 2.108.622 3.353.829 3.918.308.841-.14.336-.14.336s-1.063-1.849-1.79-5.351c-.727-3.502-.644-5.939-.644-5.939s-.426.349-.919 1.335c-.492.985-.984 2.954-.812 6.525.173 3.57 1.502 7.337 2.192 8.618.689 1.28.049.517-.198.148-.246-.369-1.477-2.29-2.093-3.99-.615-1.699-1.748-5.195-1.822-5.737-.074-.541-.295-.197-.517.272-.222.468-.714 2.043-.69 3.175.025 1.133.222 3.103.96 5.073.739 1.97 2.167 3.964 2.856 4.825.69.862.148.419-.172.173-.32-.246.025.049-1.404-1.478-1.428-1.526-3.201-5.072-3.447-5.613-.246-.542-.493.049-.517.344-.024.296-.222 2.019.862 4.949 1.083 2.93 3.742 5.196 5.146 6.156 1.403.96.394.493-.32.074-.714-.418-2.142-1.403-3.029-2.142-.887-.738-2.462-2.684-2.905-3.029-.444-.345-.541-.443-.517.936.025 1.379 1.207 3.624 2.704 5.123 1.496 1.498 3.438 2.18 4.032 2.415.594.235.099.124-.52-.049-.618-.173-1.669-.472-2.807-1.103-1.138-.632-2.807-1.945-3.364-2.378-.557-.433-.482.161-.309.916.173.756.594 2.155 2.745 3.902 2.152 1.746 5.207 2.638 6.085 2.886.879.247.26.247.26.247s-.346-.049-2.127-.446c-1.781-.396-4.477-1.807-5.207-2.266-.73-.459-.84-.632-.742.334.099.966 1.126 3.035 2.771 4.001 1.645.966 4.613 1.462 5.38 1.498.767.038.569.149.223.173-.346.025-1.2.025-2.597-.136-1.146-.132-2.847-.689-3.424-.886a10.635 10.635 0 01-.152-.633c-.068-.368-.258-.314-.381-.231-.123.081-.191.149-.598.353-.409.206-.422-.04-.436-.163-.014-.124-.095-.656-.109-.928-.014-.274-.164-.287-.354-.205-.191.083-1.102.464-1.442.615-.34.15-.027.423.15.75.177.329.449.806.449.806s-.857.232-1.13.3c-.272.069-.19.26-.122.451.069.191.49 1.146.599 1.419.109.273.354.109.354.109l.857-.505.299 1.146c-.014.018-.396.091-.83.395-.433.303-.325.695.195.847.52.152 1.127.413 1.798 1.63.671 1.217.845 3.41 1.256 6.865.412 3.453 2.621 5.214 2.924 5.431.303.218.13.391.13.391s-.303.436-.173 1.109.714 1.065 1.018 1.173c.303.108.217.413.217.413s-.152.738 0 2.086c.151 1.347 1.256 2.867 1.559 3.128.303.26.325.391.282.5-.043.108-.239.022-.607.304-.369.283-.78.674-1.039 1.151-.26.479-.173.761-.087 1.413.087.652 1.04 1.238 1.04 1.238s-.174.044-.216.522c-.043.478.303 1.021.736 1.368.433.348 1.256.522 1.256.522l.108.695c.043.283.585.564.931.76.347.195 1.018.087 1.3-.044.281-.13.476.022.649.303.174.283.109 1.369.109 1.804 0 .434-.26.89-.109 1.108.152.217.564.064.975-.174.412-.24.52-.065.888.174.369.238.953.456 1.105.434.151-.022.087-.413.087-.739 0-.325.059-1.063.21-1.172.072-.052.709-.099 1.198-.305.227-.096.52-.195.541-.413.022-.217-.303-.217-1.018-.587-.715-.368-.845-.587-1.299-.891-.455-.303-.238-.412-.238-.542 0-.129.216-.282.303-.456.087-.174.043-.564.043-.564s.369-.37.541-.566c.173-.195.39-.5.628-.695.238-.195.606-1.13.845-1.434.238-.304.78-.63 1.105-1.043.325-.413 1.191-1.086 1.69-1.412.498-.326 1.841-.956 1.841-.956s-.022.804.325 1.195c.346.392.801-.304 2.339-1.39 1.538-1.086 2.707-1.477 2.707-1.477s.325.499.736 1.021c.412.521.78-.022 2.664-2.629 1.486-2.057 3.445-3.937 4.205-4.64.14.062.279.125.417.189-.036.1-.075.214-.114.338-.173.54-.453.886-.82 1.641-.367.755-.928.928-1.575 1.943-.647 1.015-.734 1.704-.799 2.741-.065 1.036.518 1.252.518 1.252s-.95.928-1.231 1.619c-.28.691-.432 2.094-.432 2.094s-.152.064-.496.776c-.346.713-.972.82-1.878 1.727-.907.907-1.921 1.296-2.396 1.575-.475.282-.345.562-.216.928.129.367.777.734 1.532 1.014s1.014.173 1.533.151c.518-.021.108.389-.108.604-.216.217-.496.972-.453 1.813.043.842.669.647 1.447.518.777-.129 1.683-.518 1.683-.518l-.086.238c-.086.237-.129.409-.129 1.079 0 .669.108.992.302 1.164.195.173.583-.193.863-.28.281-.087.756-.367 1.446-.517.691-.152.949-.454.949-.454s-.173.215-.216.691c-.044.475-.022 1.187.087 1.597.107.409.41.906.885 1.338.475.432.583.237.928-.302.345-.54 1.058-1.231 1.058-1.231s.043.173.518 1.705c.475 1.533 2.029 2.806 2.029 2.806s1.554-1.273 2.029-2.806c.475-1.532.518-1.705.518-1.705s.713.691 1.057 1.231c.346.539.454.734.928.302.475-.432.777-.928.885-1.338.108-.411.129-1.123.087-1.597-.044-.476-.216-.691-.216-.691s.259.302.95.454c.69.15 1.165.43 1.446.517.28.086.669.453.863.28.194-.172.302-.496.302-1.164 0-.67-.043-.842-.129-1.079l-.087-.238s.907.389 1.684.518c.776.129 1.402.324 1.447-.518.042-.842-.239-1.597-.454-1.813-.216-.215-.626-.625-.108-.604.518.022.777.129 1.533-.151.755-.28 1.403-.647 1.533-1.014.129-.367.259-.647-.215-.928-.475-.279-1.49-.668-2.396-1.575-.906-.907-1.533-1.013-1.878-1.727-.345-.713-.496-.776-.496-.776s-.152-1.403-.432-2.094c-.281-.692-1.231-1.619-1.231-1.619s.583-.216.518-1.252c-.065-1.036-.151-1.726-.798-2.741-.648-1.015-1.21-1.187-1.577-1.943-.366-.754-.647-1.1-.82-1.641a11.37 11.37 0 00-.11-.326c.186-.082.372-.165.557-.244.755.696 2.721 2.583 4.213 4.646 1.885 2.608 2.253 3.151 2.665 2.629.411-.521.736-1.021.736-1.021s1.17.391 2.708 1.477c1.537 1.087 1.992 1.782 2.338 1.391.183-.206.224-.547.246-.809 0 0 .883.258 1.895.612.607.213 1.281.481 1.782.692 1.332.564 1.476.854 2.536 1.691 1.06.837 2.569.757 3.998.322 1.428-.434 5.234-1.69 6.759-2.351 1.525-.662 2.618-1.24 2.778-1.547.16-.306.336-1.16.336-1.465 0-.306-.336-.756-.45-.838-.112-.081-.063-.322-.032-.515.032-.194-.063-.773-.304-1.031-.241-.258-.209-.353-.177-1.095.068-1.571-1.053-3.551-2.642-4.182 0 0-.042-.183-.171-.291-.127-.108-.342-.204-.342-.204s.032-.904.021-1.098c-.01-.193.075-.171.183-.118.107.053.278.269.535.334.257.064.418-.12.473-.409.053-.29.267-.871.364-1.161.097-.29-.022-.333-.14-.365-.118-.033-.504-.075-.686-.119-.182-.043-.182-.054-.14-.15.044-.096.108-.247.343-.614.237-.365.023-.376-.204-.451-.225-.076-1.243-.387-1.522-.431-.279-.043-.343.194-.343.312 0 .119.01.635.021.828.011.194-.171.14-.278.086a3.905 3.905 0 01-.546-.355c-.193-.15-.332-.01-.408.205-.075.215-.31 1.097-.385 1.355-.075.258-.054.462.053.505.108.044.611 0 .911 0 .3 0 .128.173.128.173s-.321.527-.428.731c-.107.205-.289.237-.536.237-.247 0-.66-.003-.66-.003s-1.647.061-2.86.964c-1.212.901-1.554 1.647-1.74 2.081-.187.436-.404.342-.592.498-.186.156-.714.715-.714 1.058 0 .341.125.528-.404.87-.529.342-.964 1.834-.249 2.611.715.776.995 1.553 1.213 1.927.216.373 0 .528-.187.528-.186 0-.575-.317-.901-.56-.325-.242-1.968-1.525-2.673-2.051-.706-.527-.187-.466-.187-.466s.179.016.592-.157c.411-.174.476-.39.064-.521-.411-.13-1.213-.587-1.429-.804-.217-.217-.325-.456.087-.674.411-.217 1.321-.804.606-.999-.715-.196-1.56-.347-2.253-.543-.693-.195-.759-.391-.759-.391l.456-.652s.368-.521-.065-.587c-.433-.065-1.472-.195-2.426-.609-1.904-.824-3.096-2.223-3.538-3.929l.031-.041c.356.703 1.184 2.019 2.432 2.059 1.706.057 1.902-.477 1.51-1.036-.391-.56-.839-1.065-.95-1.232-.113-.168-.141-.393.307.028.448.421 1.3 1.849 3.874 1.681 2.573-.168 2.56-.672 2.56-.813 0-.494-.524-.572-.833-.882-.161-.161-.259-.396.26-.198.52.198 1.793.433 3.525.061.683-.146 2.495-.937 2.671-1.857 0 0-1.151-.063-1.954-.409-.805-.347-1.287-.631-.433-.458.853.173 2.511.52 3.97.025.853-.29 1.955-.98 1.955-2.242 0 0-1.583-.334-2.164-.545-.582-.211-.767-.371-.767-.371s2.262.718 4.317-.323c2.053-1.04 2.139-2.464 2.139-2.799 0-.335-.049-.434-.049-.434s-1.868.459-3.265.446c-1.398-.012-1.831-.136-1.831-.136s3.909-.112 5.875-1.313c1.966-1.201 2.078-3.567 2.078-3.567s-2.227.792-3.624.955c-1.398.16-2.252.16-2.597.135-.347-.025-.544-.135.222-.173.768-.037 3.735-.533 5.381-1.499 1.645-.966 2.671-3.035 2.77-4.001.099-.966-.012-.793-.742-.334s-3.426 1.87-5.207 2.266c-1.781.397-2.127.446-2.127.446s-.685-.033.197-.276l.062.031zm-70.36 4.491l-.789.45s-.313-.641-.395-.832c-.082-.191-.041-.273.068-.273.109 0 .436-.095.694-.122.037-.005.071-.01.101-.017.086.246.2.513.349.781-.009.009-.019.014-.028.019v-.006zm23.991 14.048c-.477.892-1.776 1.826-2.729 2.238-.953.412-1.993.543-2.426.608-.433.065-.065.587-.065.587l.455.652s-.065.195-.758.391c-.693.195-1.537.347-2.253.543-.715.195.195.782.606 1 .412.216.303.456.087.673-.216.217-1.018.673-1.429.804-.412.13-.347.348.065.522.412.173 1.538.39 1.538.39s-.021.044-.714.565c-.693.521-1.906.869-2.708.912-.802.043-2.069.096-3.676.022-1.606-.073-1.791-.11-1.791-.11s-.055-.536-.167-1.33c-.111-.794-.591-1.92-.96-2.437-.37-.517-1.145-1.551-1.145-1.551s.018-.222.074-.48c.055-.258.018-.536-.169-1.024-.188-.488-1.126-1.201-1.126-1.201s-.038-.525-.038-1.014c0-.488-.337-2.402-.638-3.303-.3-.901-1.764-3.267-2.44-4.393-.676-1.126-1.077-2.796-1.281-4.092-.204-1.297-.122-1.719-.054-2.06.03-.15.094-.286.154-.406.277.358.633.698 1.086.976 1.967 1.201 5.875 1.313 5.875 1.313s-.433.125-1.831.136c-1.397.012-3.265-.446-3.265-.446s-.05.099-.05.434c0 .334.087 1.759 2.14 2.799 2.053 1.041 4.316.322 4.316.322s-.186.161-.767.371c-.581.211-2.164.545-2.164.545 0 1.263 1.102 1.952 1.954 2.242 1.46.495 3.117.148 3.971-.025.853-.174.371.11-.433.458-.804.346-1.954.409-1.954.409.176.92 1.989 1.711 2.672 1.857 1.731.372 3.005.137 3.525-.061s.421.037.26.198c-.309.31-.833.388-.833.882 0 .14-.013.645 2.56.812 2.574.168 3.426-1.26 3.873-1.681.448-.42.419-.196.307-.028-.112.168-.559.672-.951 1.232-.392.56-.196 1.093 1.51 1.037 1.257-.041 2.088-1.375 2.439-2.074l.024.032.069.092a16.066 16.066 0 01-.741 1.659l-.004.003zm20.756-55.669c-.232-.443-.355-.652-.355-.652s.969.455 1.546 1.107c.576.653.564.997.65 1.318.086.32 0 .91-.086 1.464-.086.554-.086.886.025 1.083.111.197.209.295.209.295s-.43.111-.835.271c-.405.16-.932.307-1.227.061-.295-.246-.367-.419-.183-.578.183-.16.87-.357.957-1.538.084-1.182-.464-2.388-.698-2.831h-.003zm-5.287 3.215c.221-.561.312-1.097.143-2.246-.142-.966-.33-1.793-.377-2.834 0 0 .716.157 1.745 1.097 1.028.94 1.263 1.907 1.263 2.378 0 .47-.248 1.045-.287 1.502-.039.457.13.862.13.862s-.378.156-.716.391c-.338.235-.573.379-1.094.353-.521-.026-.834-.261-1.133-.418-.299-.157-.494-.183-.494-.183s.595-.339.815-.902h.005zm-5.016-3.984c1.029-.94 1.745-1.097 1.745-1.097-.047 1.041-.235 1.868-.378 2.834-.169 1.15-.078 1.685.143 2.246.222.562.82.901.82.901s-.195.026-.495.183c-.299.156-.612.392-1.133.418-.521.026-.755-.118-1.094-.353-.339-.235-.716-.391-.716-.391s.169-.405.13-.862c-.039-.457-.286-1.032-.286-1.502.005-.471.239-1.437 1.265-2.378h-.001v.001zM143.02 41.6c-.295.246-.822.099-1.227-.061-.405-.16-.834-.271-.834-.271s.098-.098.209-.295c.111-.197.111-.529.024-1.083-.086-.554-.172-1.144-.086-1.464.086-.321.074-.665.65-1.318.577-.652 1.546-1.107 1.546-1.107s-.123.209-.356.652c-.234.443-.786 1.65-.699 2.832.086 1.181.773 1.378.957 1.539.183.159.108.332-.188.578h.004V41.6zm13.707 9.88c-1.014.56-1.592.435-1.551.85.041.415.95.726.95.726s-.93.995-1.654 1.452a8.57 8.57 0 01-1.571.746s-.289.042-.124.498c.166.456.456.767.682.892.228.124.352.166.352.166s-1.261 1.348-1.819 1.783c-.559.435-.869.58-1.323.767-.455.187-.227.933-.125 1.265.104.331.496.788.724.85.226.062.31.228.02.684-.216.34-.937 1.245-1.282 1.745l-.021.011c-.342-.496-1.073-1.413-1.291-1.755-.289-.457-.207-.622.021-.684.228-.062.621-.519.724-.85.103-.332.33-1.078-.125-1.265a4.778 4.778 0 01-1.323-.767c-.558-.435-1.819-1.783-1.819-1.783s.124-.042.351-.166c.228-.125.517-.435.683-.892.165-.456-.124-.498-.124-.498s-.848-.29-1.571-.746c-.723-.457-1.654-1.452-1.654-1.452s.909-.311.951-.726c.041-.415-.538-.29-1.551-.85s-1.344-1.265-1.344-1.265 1.178-.394 1.757-1.576a2.18 2.18 0 00.232-1.121l.044.015c1.882.612 4.081.858 6.047.858 1.962 0 4.161-.246 6.039-.858l.044-.015c-.022.32.028.702.232 1.121.579 1.182 1.758 1.576 1.758 1.576s-.329.708-1.341 1.27l.002-.006z\"/>\n    <path fill=\"#D4AF38\" d=\"M162.877 74.297c0-3.18 1.463-5.192 1.463-5.192l-3.981-4.561c-3.792 1.466-7.266 1.555-10.359-.019-3.093 1.574-6.567 1.485-10.358.019l-3.982 4.561s1.464 2.011 1.464 5.192-.615 5.54-.975 7.079c-.359 1.539-.667 4.412.154 6.465.82 2.051 1.693 3.847 5.232 5.335 3.54 1.488 5.387 2.256 6.617 3.283 1.232 1.025 1.847 1.846 1.847 1.846s.616-.821 1.847-1.846c1.23-1.026 3.077-1.795 6.617-3.283 3.539-1.488 4.411-3.284 5.232-5.335.82-2.053.513-4.925.154-6.465-.356-1.537-.971-3.895-.971-7.078l-.001-.001z\"/>\n    <path fill=\"#B96C29\" d=\"M161.625 75.609c-.499-3.038 1.252-5.713 1.252-5.713l-3.408-3.985c-2.626 1.475-6.281 1.277-9.457-.184-3.175 1.461-6.831 1.659-9.456.184l-3.408 3.985s1.751 2.676 1.251 5.713c-.5 3.038-1.576 7.845-1.307 9.806.269 1.961 1.654 4.23 3.076 5.422 1.423 1.192 3.538 2.192 5.037 2.73 1.5.538 2.962 1.577 3.654 2.115.692.538 1.153 1 1.153 1s.461-.461 1.154-1c.693-.539 2.154-1.577 3.652-2.115 1.5-.538 3.616-1.538 5.038-2.73 1.423-1.192 2.808-3.462 3.077-5.422.267-1.969-.811-6.774-1.313-9.811l.005.005z\"/>\n    <path fill=\"#1F5F92\" d=\"M161.297 75.97c-.494-3.28.987-5.922.987-5.922l-3.077-3.426c-2.6 1.335-5.761.991-9.204-.204-3.442 1.194-6.602 1.539-9.203.204l-3.077 3.426s1.481 2.642.987 5.922c-.494 3.281-1.248 6.996-1.103 9.174.01.15.026.302.047.456h2.802s.162-.189.474-.322c.311-.135.4-.224.4-.224s.059-.566.401-.685c.341-.119.49-.119.623-.119.134 0 .238-.03.401-.194.164-.163.608-.565.801-1.131.193-.566.312-.789.312-1.162 0-.372.134-.967.134-.967s-.075-.179-.356-.074c-.282.104-.327-.179-.356-.461-.03-.283-.015-.863.148-1.131.163-.268.223-.358.223-.358l-.119-.445s-1.781.356-2.092-1.028c-.312-1.384-.371-2.054-.416-2.202-.045-.15-.089-.225-.327-.209-.238.015-.742-.149-1.098-.864-.356-.714-.386-1.012-.282-1.295.104-.283.297-.179.356-.089.059.089.534.774.727.58.193-.194.089-.194-.178-.73s-.178-.714-.149-.983c.03-.267-.089-.625-.089-.774 0-.148.163-.268.326-.194.164.075.312.194.386.283.074.089.104.224.253.135.148-.09.059-.581.059-.744 0-.164.193-.283.431-.149a.699.699 0 01.356.565c0 .179.015.343.104.343s.193-.268.208-.447c.015-.178.119-.446.282-.223.164.223.223.551.164.893-.06.342.059.164-.06.759-.118.596-.178.863-.163 1.31.015.446.03.699.252 1.251.223.551.4 1.19.816 1.205.416.014.535.014.535.014s.46-.893.817-1.101c.356-.208.861-.239 1.217-.283.357-.045.505-.149.505-.239 0-.089-.119-.119-.549-.179-.43-.059-.786-.164-.801-.491-.015-.327.073-.61-.208-.625-.282-.015-.979-.239-1.231-.7-.252-.462-.193-.566-.163-.818.03-.253.356-.76.564-.283.208.477.342.536.52.64.178.105.415.134.297-.194-.119-.327-.193-.535-.164-.773.03-.239.193-.342.386-.387.193-.045.772-.224 1.068-.283.296-.059.312-.089.312-.089s.03-.209.415-.328c.386-.119.638-.133.92-.133.282 0 .489.044.861-.135a1.77 1.77 0 01.905-.193c.237.015.416.105.594.223.178.12.118.283.118.447 0 .164.03.253.282.253.253 0 .476 0 .713.089.238.09.564.223.356.476-.207.254-.222.536-.356.521-.133-.015-.119.134-.179.224-.059.089-.103.163.046.253.147.089.162.178.371.372.207.193.518.402.207.715-.311.312-.86.566-.86.566s-.312.148.044.358c.357.208.52.64.653.714.134.074.267.193.357.238.088.045.074.342.074.342s-.192.135-.46.238c-.267.105-.549.224-.801.224-.253 0-.386 0-.282.239.103.237.282.492.326.624.045.134.104.373.104.373s.415.089.786.089c.371 0 .535.015 1.351-.074s1.054-.119 1.841-.03c.786.089.904.061 1.112.135.208.074.415.179.415.179s1.114-.016 1.722-.149c.608-.134.758-.522.669-.73-.089-.208-.075-.521-1.144-.67-1.068-.149-1.498-.089-2.345-.254-.846-.164-2.167-.595-2.404-1.652-.238-1.057.624-1.503 1.054-1.712.43-.209 1.365-.536 1.796-.714.429-.179 1.217-.357 2.048-.239.831.12 1.306.342 1.632.149.327-.193.594-.045.535.253-.058.298-.385.908-1.321 1.191-.935.283-2.062.313-2.67.149-.609-.165-1.069-.402-1.44-.268s-.787.596-.387 1.146c.402.552 2.449.715 2.998.774.55.06 2.583-.089 3.161.923.578 1.013.118 2.144-.564 2.397-.682.253-1.261.417-1.781.491l-.519.074s.237.536.237.76c0 .223-.03.64.223.803.252.165.609.283 1.039.238.43-.044.949.253.98.64.029.387.148.923.192 1.697.045.774 0 1.414 0 1.414s-.03.298-.133.58c-.104.283-.639 1.38-.639 1.38h2.989c.022-.154.038-.306.047-.456.122-2.207-.633-5.92-1.125-9.202l.021.029z\"/>\n    <path fill=\"#6D8C3D\" d=\"M138.009 87.056a8.564 8.564 0 003.632 4.476c2.555 1.538 3.658 1.336 6.067 2.903 2.41 1.567 2.265 1.829 2.294 1.829.029 0-.116-.262 2.294-1.829 2.409-1.568 3.512-1.365 6.067-2.903a8.559 8.559 0 003.632-4.476h-23.986z\"/>\n    <path fill=\"#D4AF38\" d=\"M140.1 74.123c.274.288.477.376.895.333.419-.044.52.26.592.592.072.332.072 1.112.375 1.834s1.314.765 1.314.765c.028-.348.149-.816.303-1.198.027-.069.158-.39-.203-.39s-.347-.144-.563-.491c-.216-.347-.635-1.27-.736-1.863-.101-.592.087-1.473.187-1.79.101-.318.116-.534 0-.592-.116-.058-.346 0-.346 0s.086.274-.015.317c-.101.044-.187-.144-.259-.346-.072-.202-.159-.173-.303-.159-.144.015-.144.145-.043.289.101.144.043.403.043.403s-.318-.231-.447-.289c-.13-.057-.433.058-.462.231-.029.173.116.62.39.851.274.232.274.708.188.925-.086.216-.491.187-.577.087a.246.246 0 00-.375 0c-.117.131-.234.206.042.492v-.001zM139.941 73.359s-.159-.129-.216-.202c-.058-.073-.173-.232-.173-.232s-.029.072-.029.245.188.362.188.362l.23-.174v.001zM140.545 71.353c.13-.058.231-.087.13-.231-.101-.144-.188-.303-.289-.332-.101-.029-.188-.014-.188-.014s.115.26.144.419c.028.16.075.216.202.16l.001-.002zM141.3 70.744c-.014.13.015.188.13.13.116-.058.159-.216.101-.332a.629.629 0 00-.187-.201l-.087-.059c-.009 0 .051.333.037.459l.006.003zM142.378 70.917c.014-.145-.044-.303-.044-.303s0 .173-.072.275c-.072.101-.058.072.014.159.07.089.084.014.098-.131h.004zM144.075 78.258c.212.492.752-.279 1.242-.903.49-.623.474-.146.408.361-.065.509.131 1.05.327 1.395.196.343.359.146.441-.1.082-.244.147-.753.311-.999.163-.246.327-.033.343.18.017.213.278.689.523.967.245.279.36-.098.441-.442.082-.344.18-.869.245-1.083.065-.213.294-.032.294-.032s.164.164.491.476c.326.312.359-.18.392-.425.032-.247-.049-.788.049-.87.098-.082.376.115.801.329.425.212.409-.197.36-.427-.049-.229-.294-.754-.637-1.048-.343-.296-.392-.639-.278-.788.114-.146.523-.016.784-.049.262-.033.393-.065.589-.097.196-.033.196-.23.196-.23s-.146-.246-.425-.491c-.278-.247-.44-.443-.784-.525-.344-.082-.817 0-.817 0l-.049-.098c-.049-.098-.147-.098-.212 0-.066.098-.229.23-.36.344-.13.115-.212.181-.294.131-.082-.049.065-.164.065-.164s.18-.13.344-.459c.163-.328.212-.64.081-.787-.131-.148-.49 0-.686 0-.196 0-.311.032-.327-.066-.017-.098.196-.049.441-.082.246-.032.393-.328.474-.574.081-.246.147-.213.294-.066.147.148.278.115.31.016.032-.098.164-.344.327-.59.164-.246.262-.59.082-.819-.18-.23-.621-.198-.801-.049-.18.147-.294.294-.343.655-.049.361-.147.164-.147.049s-.148-.295-.082-.443c.066-.146 0-.311 0-.311s-.032-.311-.376-.377-.735.016-1.079.098c-.343.082-.278.378-.278.378s-.262.015-.54.049c-.278.032-.604.147-.866.212-.261.066-.359.098-.359.229 0 .132.049.345.049.345s.212 0 .327.065c.114.066.049.181-.082.23-.13.05-.18.066-.18.229 0 .165.066.197.196.197s.409 0 .735.147c.327.147.409.442.376.606-.033.165-.491.377-.72.377-.229 0-.294.05-.294.197 0 .148.278.132.278.132s.278.016.817.081c.54.066.621.181.867.394.245.213.065.263-.049.328-.114.066-.295.213-.474.279-.18.065-.294.197-.458.229-.164.033-.572.017-1.324.312-.752.295-1.014 1.279-1.014 1.279s.098-.033.441-.214c.343-.18.768-.377 1.161-.623.392-.245.392.115.196.459-.196.344.18.279.294.181.114-.099.261-.197.637-.394.377-.196.245.115.245.115s-.114.229-.147.771c-.033.541.539.033.801-.311.261-.344.376 0 .179.394-.196.394-.572.705-.784.705-.213 0-.376-.229-.393-.36-.016-.132.066-.526-.065-.624-.131-.098-.507.017-.785.18-.278.164-.344.033-.409-.114-.065-.148.098-.197.033-.295-.066-.099-.212 0-.327.049-.114.049-.376.197-.882.459-.507.262-.474.409-.474.787 0 .377.094.464.305.956l.009-.023z\"/>\n    <path fill=\"#D4AF38\" d=\"M148.978 70.05c.106-.068.3-.145.3-.145s.241-.058.463-.087c.222-.029.183-.155.134-.26-.048-.107-.134-.145-.423-.145-.29 0-.474.145-.637.212-.164.068-.357.116-.357.116s.039.048.145.203c.103.164.267.183.37.113l.005-.007zM150.159 71.222c.116 0 .241-.068.241-.068s.212-.106.406-.173c.192-.068.27-.097.385-.329.116-.232-.126-.232-.463-.318-.338-.088-.502.028-.54.154-.039.126-.029.27-.164.512-.136.239.019.22.136.22l-.001.002zM150.052 71.517c-.327 0-.694.492-.83.579-.136.087-.058.173-.058.173s.097.203.135.396c.039.194.049.522.049.522s.048.02.241.02c.194 0 .309-.097.493-.232s.329-.184.589-.232c.261-.048.386-.096.675-.25.29-.154-.155-.425-.464-.675-.309-.239-.501-.291-.829-.291l-.001-.01zM145.687 72.652c.26-.029.376-.159.376-.303s-.131-.303-.462-.274c-.813.072-1.602-.219-1.747-1.025 0 0-.274.504.231 1.068.511.562 1.345.562 1.608.535l-.006-.001zM142.917 85.458a.355.355 0 00.143.143h1.246c.212-.06.214-.255.224-.39.012-.161.136-.618.308-1.446.172-.827.468-1.419.591-1.753.123-.334-.123-.445-.209-.655a5.616 5.616 0 01-.259-.765c-.037-.186-.332-.161-.493-.149-.16.013-.185.272-.21.519-.024.246-.136.976-.258 1.606-.123.63-.838 1.47-1.035 1.654-.197.186-.357.26-.493.26-.135 0-.431 0-.579.086a.733.733 0 00-.307.506c-.012.186.284.285.284.285s.234-.136.32-.247c.086-.111.283-.136.48-.173.197-.037.222.037.148.135-.075.093-.052.117.098.379v.005h.001zM141.009 85.392c-.094.033-.163.127-.206.205h.814a.445.445 0 00-.079-.205c-.097-.122-.36-.061-.529 0z\"/>\n    <path fill=\"#D4AF38\" d=\"M142.116 85.369a.867.867 0 00-.28.229h.877c.031-.082.041-.191-.066-.278-.197-.164-.394-.028-.53.047v.002h-.001zM149.719 85.008c-.096 0-.18.085-.318.18-.137.095-.18.244-.201.361a.084.084 0 00.005.051h.372a.07.07 0 00.025-.051c0-.107.042-.202.202-.34.164-.141.014-.201-.08-.201h-.005zM150.45 85.411c0-.116-.043-.222-.127-.212-.084.011-.222.16-.338.244-.065.048-.113.111-.149.158h.55a.489.489 0 00.066-.192l-.002.002z\"/>\n    <path fill=\"#D4AF38\" d=\"M153.834 81.366c.264-.191.222-.244.232-.446.01-.202.01-.265-.095-.339a1.84 1.84 0 00-.867-.244c-.371 0-1.069.085-1.334.265-.264.181-.392.828-.392 1.167 0 .339.053.393.148.393s.254-.244.254-.244.349.456.561.775c.212.318.116.445.022.689-.096.244-.445.892-.72 1.03-.276.138-.488.01-.815-.042-.328-.054-.508.042-.698.233-.19.191-.01.34.106.34.117 0 .276-.011.402.148.088.11.029.362-.016.507h1.621c.277-.123.468-.503.542-.71.085-.233.434-.541.604-.699.169-.16.19-.266.19-.616s-.095-.552-.223-.796c-.127-.244-.222-.595-.18-.795.029-.216.38-.436.642-.628l.016.012z\"/>\n    <path fill=\"#D4AF38\" d=\"M151.167 77.32c.162.264.081.314-.151.363a2.658 2.658 0 01-.849.061c-.363-.031-.354.02-.363.202-.01.182-.041.566-.253.849-.212.283-.476.172-.637.061-.162-.111-.253-.081-.313.121-.061.202-.172.344-.344.647-.172.304-.283.314-.404.283-.121-.031-.233-.212-.354-.223-.121-.011-.314-.252-.496-.546-.182-.292-.273.03-.394.284-.122.252-.242.435-.476.403-.232-.03-.495-.465-.626-.727-.132-.264-.212-.515-.414-.506-.202.011-.536.435-.758.546-.223.111-.283.071-.384-.07-.101-.141-.232.051-.364.384-.131.334.01.616.192.707.182.091.546-.172.789-.334.242-.161.353-.121.607-.121.253 0 .233.415.344 1.02.111.607.465.687.465.687s.121.102.394-.363c.273-.465.303-.921.566-.921.263 0 .283.061.546.425.263.363.485.636.637.363.151-.273.283-.678.455-.819.171-.142.333-.182.151.081-.183.263-.263.546.111.435.374-.11 1.799-.688 2.375-.798 0 0 .676-.111 1.456-.151.778-.041.969-.092 1.273-.092.303 0 .313-.03.333-.232.02-.202-.141-.162-.708-.162-.566 0-.96.071-1.354.132-.394.06-.576.05-.506-.051.072-.101.182-.172.638-.242.454-.071 1.385-.122 1.87-.132.484-.01.333.141.292.465-.04.323.041.799.071 1.102.029.303.04.395.303.818.263.424 1.172.687 1.435.829.263.141.223 0 .212-.254-.01-.252.202-.242.434-.111.232.132.617.244.889.314.273.07.313.121.313.263 0 .141.031.455.061.748s.02.383-.102.566c-.121.182-.636.707-.636.707s-.233 0-.728.122-.647.354-.698.556c-.05.202.092.263.112.344.011.044.007.153 0 .243h.114c.042-.071.101-.164.178-.264.173-.222.607-.273.889-.141.186.086.188.281.168.405h1.132c.153-.295.515-1 .61-1.214.121-.273.192-.444.202-.818.01-.374.05-1.819-.02-1.901-.071-.081.02-.323 0-.728-.021-.404 0-.708-.748-.778-.749-.07-.981-.384-1.234-.637-.253-.252-.192-.838-.394-1.545-.203-.708-.697-.819-1.577-.991-.88-.171-1.527-.192-2.183-.131-.657.061-1.475.152-1.93.111-.445-.056-.375.075-.211.337l-.008.019z\"/>\n    <path fill=\"#D4AF38\" d=\"M155.414 85.439a.56.56 0 00-.162.16h.764a.303.303 0 00-.075-.222c-.112-.141-.337-.061-.525.061h-.002v.001zM156.783 85.387a.688.688 0 00-.253.212h.774a.34.34 0 00-.003-.09c-.024-.122-.258-.253-.516-.122h-.002zM137.695 85.87a7.4 7.4 0 00.169.728h24.274c.07-.244.126-.488.168-.728h-24.611zM154.055 74.273c.767.51 3.202.538 4.345.767 1.143.228 1.063 1.103.713 1.56-.35.458-1.958.513-2.246.551.156.108.39.444.39.444s.175-.013.659-.054c.483-.04 1.331-.161 1.91-.645s.538-1.264.027-1.789c-.512-.525-1.359-.578-2.22-.672-.861-.094-1.533-.162-2.501-.323s-1.439-.551-1.439-1.117c0-.565.525-.861.901-.968.377-.107.982-.268 1.52-.068.538.202 1.171.228 2.234.095 1.063-.135 1.305-.875 1.305-.875s-.135.067-.673.081c-.538.013-.928-.228-1.91-.243-.983-.013-1.332.338-1.789.498-.457.162-1.681.283-2.044 1.076-.361.797.056 1.172.825 1.683l-.007-.001z\"/>\n    <circle cx=\"147.675\" cy=\"70.612\" r=\"1\" fill=\"#B96C29\"/>\n    <path fill=\"#B96C29\" d=\"M157.509 71.381c-.606-.053-1.399.107-1.399.107s.147.121.349.108c.202-.014.565-.027 1.157.08.593.108 1.023-.175 1.023-.175s-.525-.066-1.13-.122v.002z\"/>\n    <path fill=\"#1F5F92\" d=\"M151.753 82.678c-.148-.233-.19-.212-.361-.063-.169.148-.34-.362-.361-.679-.022-.317.127-1.293.127-1.293s-.827.17-1.272.318c-.445.149-.869.191-1.23.277-.36.085-.551.168-.742.127-.191-.042-.594-.064-.912-.064-.318 0-.296.064-.615.381-.318.317-.403.487-.657 1.082-.255.593-.339 1.144-.424 1.865a4.912 4.912 0 01-.204.968h3.801c.045-.122.104-.276.156-.389.099-.219.308-.358.458-.429.149-.07.279-.07.348-.238.069-.169.259-.309.458-.399.2-.089.548-.04.867.05.318.089.427-.13.517-.249.089-.12.129-.289.3-.507.169-.22.042-.419.042-.419s-.155-.103-.305-.337l.009-.002zM157.852 82.781c-.049-.22-.03-.249-.159-.28-.129-.03-.348-.069-.537-.149-.189-.08-.169.428-.169.428s-.449.049-.955-.01c-.508-.06-1.105-.517-1.315-.667-.209-.149-.439-.488-.439-.488s-.159.149-.318.239-.249.408-.278.727c-.03.319.368.706.398 1.025.03.32-.349.957-.538 1.216-.129.177-.296.556-.389.777h1.835a.944.944 0 01.197-.308c.189-.189.508-.229.508-.229s0-.08.07-.249c.069-.169.259-.368.716-.547.459-.18 1.006-.21 1.006-.21s.218-.178.378-.427c.159-.249.042-.624-.009-.844l-.002-.004z\"/>\n    <path fill=\"#D4AF38\" d=\"M142.57 103.017c.342.114.98-.136 1.299-.525.319-.387.433-.98.661-1.322.228-.342.393-.596.393-.596s-.049.564-.351 1.319c-.288.72-.338 1.705-.27 2.127.137.843.684.98 1.003.866.242-.086.609-.46.946-1.02.107-.178.181-.423.285-.621.216-.41.41-1.082.506-1.063.211.041.076.516-.004.835-.16.638-.479 1.573-.501 2.143-.023.57.046 1.596.615 1.642.57.046.866-.457 1.185-1.619.319-1.162.388-1.528.525-1.528s.137.798.137 1.14c0 .118.005.442.051.768.089.623.271 1.371.45 1.536.273.251.501.205.501.205s.228.046.502-.205c.273-.251.501-1.961.501-2.303 0-.341 0-1.14.136-1.14.138 0 .206.365.524 1.528.32 1.162.616 1.664 1.185 1.619.57-.046.639-1.071.616-1.642-.023-.57-.342-1.505-.502-2.143-.16-.638.068-.593.502.228.135.256.275.57.412.79.303.483.599.773.818.851.319.114.866-.022 1.003-.866.137-.844-.501-3.261-.501-3.261l.273.411c.228.341.342.935.662 1.322.319.388.958.638 1.299.525.342-.114.388-.753.136-1.893-.251-1.14-1.276-1.778-2.006-2.69-.672-.838-1.188-2.313-1.266-2.545-.918.455-1.724.971-2.452 1.731-1.509 1.574-1.836 1.968-1.836 1.968s-.328-.393-1.837-1.968c-.733-.765-1.543-1.281-2.468-1.739-.085.195-.712 1.604-1.39 2.451-.337.422-.802.74-1.132 1.145-.383.47-.617 1.034-.752 1.647-.244 1.134-.197 1.771.145 1.889l-.003.003z\"/>\n    <path fill=\"#D4AF38\" d=\"M142.528 106.88c.442-.389.669-.603.669-.603s.321-.267.241.242c-.081.508-.255 1.552-.147 2.006.107.456.16.843.722.508.562-.334.695-.535.963-.816.267-.281.548-.401.481.041-.067.441-.268 1.11-.174 2.007.094.895.535 1.029 1.11.267.576-.762.923-1.457 1.097-1.833.174-.374.522-.695.522 0 0 1.496.343 3.673 1.993 4.254 1.651-.58 1.994-2.757 1.994-4.254 0-.695.346-.374.52 0 .174.376.521 1.07 1.097 1.833.576.762 1.017.628 1.11-.267.094-.896-.108-1.566-.174-2.007-.067-.441.214-.322.482-.041.267.281.401.482.963.816.562.335.615-.053.722-.508.107-.454-.067-1.498-.147-2.006-.081-.509.24-.242.24-.242s.228.214.669.603c.441.388 1.047.411 1.047.411s.283-1.571-.37-2.509c-.655-.938-.895-1.243-.895-1.243s-.37-.022-.654-.13c-.283-.109-.558-.314-.558-.314v.869s.802.762.989.989c.186.227.562.615.013.241-.548-.375-1.003-.749-1.003-.749s-.107.789-.335.99c-.227.201-.548.227-.682.173l-.134-.053-.04.308s.494.923.561 1.298c.068.374-.04.333-.267-.148-.227-.48-.669-1.096-.869-1.431-.2-.334-.495-.562-.468-.134.027.428-.147 1.203-.294 1.484-.147.281-.241.374-.241.374s.308 1.084.348 1.284c.04.2.013.428-.16.173-.174-.253-.669-1.323-.669-1.323s-.655-.027-.843-.214c-.187-.187-.481-.909-.481-.909s-.268.921-.49 1.217c-.221.295-.738.59-.738.59s-.037 1.601-.073 1.884c-.038.283-.049.406-.169.406-.12 0-.132-.123-.169-.406-.036-.283-.073-1.884-.073-1.884s-.517-.295-.739-.59c-.221-.296-.49-1.217-.49-1.217s-.294.722-.481.909c-.187.187-.842.214-.842.214s-.495 1.07-.669 1.323c-.174.255-.201.028-.16-.173.041-.2.348-1.284.348-1.284s-.094-.093-.241-.374-.321-1.056-.294-1.484c.026-.428-.268-.2-.469.134-.2.334-.642.95-.869 1.431-.227.481-.334.522-.267.148s.561-1.298.561-1.298l-.04-.308-.133.053c-.134.053-.455.027-.682-.173-.228-.201-.334-.99-.334-.99s-.455.374-1.003.749c-.549.374-.174-.014.014-.241.187-.227.989-.989.989-.989v-.869s-.275.205-.558.314a2.56 2.56 0 01-.654.13s-.24.305-.894 1.243c-.654.938-.371 2.509-.371 2.509s.609-.019 1.05-.404l-.008-.007zM150.576 117.337c-.423-.494-.564-.74-.564-.74s-.141.246-.563.74c-.424.494-1.411 1.27-1.411 1.27s.088 1.305.564 2.01c.401.595.785 1.139 1.41 1.552.625-.413 1.009-.957 1.411-1.552.476-.705.564-2.01.564-2.01s-.989-.778-1.411-1.271v.001z\"/>\n    <path fill=\"#B96C29\" d=\"M149.798 118.936c.039.303.013 1.068.198 1.068.184 0 .157-.766.197-1.068.039-.303.052-1.029.052-1.029h-.5c.005-.005.019.722.056 1.027l-.003.002z\"/>\n    <path fill=\"#D4AF38\" d=\"M149.991 47.283c-1.765.03-3.836-.214-4.976-.638l-1.215.268c1.878.707 3.448.982 6.191 1.009 2.744-.028 4.313-.302 6.19-1.009l-1.215-.268c-1.139.423-3.211.666-4.978.638h.003zM156.413 45.809c-.141-.117-.943-.69-1.153-.794-.21-.105-.047-.385-.011-.502.035-.117.943-.374 1.444-.503.5-.128.419-.234.419-.234s-.292-.339-2.108-.537c-1.817-.199-5.006-.152-5.006-.152s-3.191-.047-5.008.152c-1.816.198-2.108.537-2.108.537s-.081.105.419.234c.501.128 1.409.385 1.444.503.035.117.198.397-.011.502-.21.104-1.014.677-1.153.794-.14.117-.152.304.07.315.221.011.225.008.85-.117 1.869-.372 3.629-.476 5.497-.501 1.867.026 3.626.13 5.496.501.624.125.628.128.85.117.22-.012.211-.198.07-.315h-.001z\"/>\n    <path fill=\"#D4AF38\" d=\"M154.345 46.581c-1.246-.148-2.037-.309-4.345-.288-2.307.02-3.098.141-4.345.288.785.315 2.055.473 4.345.473 2.292 0 3.563-.159 4.345-.472v-.001zM149.616 29.479l.951-.077-.089-.831 1.022.142.042-.821-1.073.099.187-.886-1.181-.012.206.898-1.04-.099v.821l1.031-.12zM151.692 30.825h-1.277v-1.09a1.878 1.878 0 00-.712-.007v1.098h-1.322a1.444 1.444 0 00-.056.623h3.422c.008-.061.012-.123.012-.185a1.71 1.71 0 00-.075-.439h.008z\"/>\n    <path fill=\"#1F5F92\" d=\"M150.038 32.827c.759 0 1.405-.447 1.634-1.067h-3.268c.23.62.877 1.067 1.636 1.067h-.002zM150.74 29.835v.749h.848a1.638 1.638 0 00-.848-.749zM149.33 29.835a1.665 1.665 0 00-.848.749h.848v-.749z\"/>\n    <path fill=\"#B96C29\" d=\"M151.017 43.74c-.322-.152-1.026-.453-1.026-.453s-.668.329-1.031.512c-.364.182-.317.129-.428.394-.112.265.011.359.17.429.158.071 1.308.659 1.308.659s1.137-.529 1.412-.659c.276-.129.224-.258.147-.459-.075-.199-.23-.27-.548-.423h-.004z\"/>\n    <path fill=\"#D4AF38\" d=\"M148.894 44.075l1.125.573 1.11-.573-1.138-.533zM149.991 39.679s-.095.397-.222.565c-.127.169-.223.319-.187.525.037.205.271.342.408.342.137 0 .372-.137.408-.342.037-.205-.059-.356-.186-.525-.122-.168-.22-.565-.22-.565h-.001z\"/>\n    <circle cx=\"150\" cy=\"41.512\" r=\"1\" fill=\"#D4AF38\"/>\n    <path fill=\"#D4AF38\" d=\"M149.245 40.425s.366-.406.501-.663c.136-.257.246-.487.246-.487s.11.23.246.487c.135.257.501.663.501.663s.514-.271.811-1.258c.298-.988-.069-2.029-.203-3.152-.135-1.123-.244-3.057-.244-3.057a2.28 2.28 0 01-1.111.324 2.28 2.28 0 01-1.111-.324s-.108 1.934-.243 3.057c-.136 1.123-.501 2.164-.203 3.152.3.987.811 1.258.811 1.258h-.001z\"/>\n    <circle cx=\"149.991\" cy=\"38.206\" r=\"1\" fill=\"#B96C29\"/>\n    <circle cx=\"149.991\" cy=\"36.197\" r=\"1\" fill=\"#B96C29\"/>\n    <circle cx=\"149.991\" cy=\"34.275\" r=\"1\" fill=\"#B96C29\"/>\n    <circle cx=\"149.991\" cy=\"38.052\" r=\"1\" fill=\"#D4AF38\"/>\n    <circle cx=\"149.991\" cy=\"36.049\" r=\"1\" fill=\"#D4AF38\"/>\n    <circle cx=\"149.991\" cy=\"34.134\" r=\"1\" fill=\"#D4AF38\"/>\n    <path fill=\"#B96C29\" d=\"M149.967 105.019c.055.011.065-.13.076-.391.011-.26.044-.89.109-1.26s-.098-.348-.196-.326c-.097.022-.151.304-.151.468 0 .163.043 1.097.043 1.293 0 .194.065.205.119.216z\"/>\n    <path fill=\"#D4AF38\" d=\"M140.756 112.223c.394-.25.737-.528 1.63-1.121.894-.594 1.223-1.253 1.223-1.253h-.316c-.171 0-.315-.238-.329-.475-.014-.238 0-.725.066-1.292.066-.567-.092-1.029-.092-1.029s-.381.356-.959.659c-.579.303-.816.158-.816.158l-.145-.579s-.249.528-.605 1.147c-.355.62-1.315 1.306-1.998 1.82-.684.515-1.433 1.056-1.999 1.253-.565.198-.236.462-.236.462s.565.567 2.024.83c1.461.264 2.158-.329 2.552-.58z\"/>\n    <path fill=\"#D4AF38\" d=\"M145.861 111.656c-.521-.055-.833-.252-.933-.818-.066-.369.026-1.78.026-1.78s-.171.144-.368.382c-.197.237-.645.29-.645.29s-.066.198-.263.514c-.197.317-.447.699-.947 1.015-.499.317-1.078.687-1.459 1.003-.382.317-.828.686-1.328.963-.5.277-.947.726-1.118 1.463-.171.738-.039.976.539.937.578-.04.644.013 1.578-.225.934-.237 2.261-1.279 3.234-1.898.974-.62 1.684-1.846 1.684-1.846z\"/>\n    <path fill=\"#D4AF38\" d=\"M148.448 112.509s-.395-.5-.539-1.068c-.145-.567-.421-1.687-.421-1.687s-.132.356-.447 1.027c-.316.673-.855.831-.855.831s-.027.29-.473.857c-.447.567-1.104 1.094-1.775 1.491-.671.395-1.538.936-2.012 1.608-.473.673-.513 1.371-.289 1.675.224.303.539-.04.986-.264.447-.224 1.723-.421 3.484-1.371 1.763-.95 2.341-3.099 2.341-3.099z\"/>\n    <path fill=\"#D4AF38\" d=\"M149.213 116.456c.486-.725.566-2.492.566-2.492s-.171-.119-.408-.317c-.236-.198-.697-.896-.697-.896s-.289.606-.605 1.173c-.315.568-.474.765-1.131 1.371-.657.607-1.551 1.201-1.933 1.846-.381.646-.171 1.939.079 2.373.25.436.605.29.973-.065.368-.356.486-.448 1.131-1.003.644-.552 1.539-1.264 2.025-1.99z\"/>\n    <path fill=\"#B96C29\" d=\"M143.428 101.667c.259-.528.551-1.17.788-1.495.236-.327.404-.698.404-.698s-.63.574-.877.979a4.407 4.407 0 00-.517 1.237c-.112.438-.056.505.202-.023zM145.927 102.117c.101-.35.158-.581.158-.581s.102-.338.046-.36c-.056-.023-.316.21-.496.783-.181.574-.45 1.405-.394 1.439.056.034.584-.932.686-1.281zM147.895 103.701c.113-.247.113-.258.113-.258s.203-.652.203-.787-.068-.292-.236.045c-.169.338-.18.663-.214.81-.033.146-.224.652-.169.698.056.044.191-.259.303-.508zM141.783 109.702l-.263-.158s-.158.212-.381.449c-.224.236-.474.33-.645.554a2.49 2.49 0 01-.841.712c-.407.211-.566.276-.486.343.079.066.355-.093.355-.093s.118-.013.605-.303c.487-.289.605-.447.92-.725a9.39 9.39 0 00.736-.779zM143.916 112.223c.184-.198.381-.33.276-.436-.106-.105-.237-.092-.408.053-.171.145-.657.606-.881.805-.224.198-.407.317-.631.488-.224.171-.71.435-.947.567-.237.132-.013.146-.013.146s.184-.093.381-.159c.197-.065.762-.316.762-.316s.224-.106.526-.317c.303-.211.75-.633.935-.831zM146.372 113.925c.158-.316-.013-.224-.276-.118-.263.105-.854.752-1.196.989-.342.236-.632.33-.92.475-.289.145-.289.223-.276.29.013.066.131.066.25.014.119-.053.526-.29.526-.29s.171-.052.329-.066c.158-.013.381-.185.737-.488.352-.305.668-.489.826-.806zM147.516 116.18c-.434.263-1.183.857-1.381 1.252-.198.396-.329.673-.263.739.066.066.276-.066.369-.225.092-.158.289-.396.289-.396s.749-.737 1.025-.909c.276-.172.723-.659.829-.95.105-.29.026-.447.026-.447s-.461.672-.894.936z\"/>\n    <path fill=\"#C52328\" d=\"M135.933 53.1c-.398-.233-1.466-.69-2.604-.787-1.137-.096-2.017.075-2.961.33-.677.183-1.225.211-1.766.066-.814-.217-1.446-.952-1.66-1.852 0 0-.751.963.017 2.008.369.502.85.817 1.339.915 1.593.321 3.156-.652 4.483-.736 1.275-.083 2.275.725 2.275.725s.301.25.726.003c.425-.249.548-.439.151-.672z\"/>\n    <path fill=\"#D4AF38\" d=\"M131.344 99.216s-.157-.015-.376-.047a4.761 4.761 0 01-.83-.252c-.141-.062-.361-.079-.502.079-.141.157-1.285.833-1.285.833h1.897c.657-.001 1.096-.613 1.096-.613z\"/>\n    <path fill=\"#D4AF38\" d=\"M136.683 98.892v-.189l-.253-.544s-.295.185-.582.482c-.37.383-.768.923-.945 1.151-.316.405-.758.785-.379.139s.505-.925.808-1.356c.303-.43.531-.62.493-.646-.038-.026-.278-.063-1.074-.164-.795-.102-1.288-.406-1.654-.621a43.782 43.782 0 00-1.023-.57s-1.351.57-1.856.697c-.505.126-.808.202-.316.443.493.241.909.316 1.149.468.239.153.985.393 1.439.393.454 0 1.224.012.921.329-.303.317-.644.925-.972 1.849-.328.925-.341 1.748-.341 2.153s.05.81.05.81.556-.619 2.046-1.557c1.49-.937 2.045-1.253 2.323-1.381.278-.126.417-.126.366-.481-.049-.353-.2-1.227-.2-1.405z\"/>\n    <path fill=\"#D4AF38\" d=\"M142.373 94.364l-.276-.125a.32.32 0 00-.068.024c-.175.088-1.084.699-1.451 1.294-.367.594-.734.647-.332 0 .402-.647.699-1.014 1.014-1.294.121-.108.23-.198.317-.267a16.694 16.694 0 01-2.293-1.314c-.1.198-.29.549-.506.777-.315.332-1.014.612-1.014.612s.559-.577.752-1.014c.122-.279.203-.58.244-.76a9.929 9.929 0 01-1.505-1.437c-.093.379-.396 1.299-1.291 2.302-1.171 1.312-3.514 1.975-3.514 1.975s-.821.088-.157.263c.664.175 1.136.472 2.43.244 1.293-.227 1.38-.28 1.555-.331.175-.053.647-.018 0 .227-.646.244-2.15.471-2.727.419-.577-.052-1.364-.175-.542.263.822.437 1.172.612 1.678.612.507 0 .717.157 1.207.157.489 0 .628-.088.979-.157.35-.07.577.052.577.192s-.472.524-.454 1.486c.017.961.087 1.591.175 1.869.088.281.298.734.437.997.14.262.193.524.332-.035.14-.56.454-1.364.577-1.905.123-.542.192-.559.245-.839.052-.28.35-.49.21.017-.14.507-.297 1.154-.402 1.608-.105.455-.35 1.294.07.629.42-.664 1.993-2.429 2.254-2.744.262-.315.472-.612.664-.873.192-.263.734-.612.997-.997.237-.348.932-1.025 1.23-1.267a64.29 64.29 0 01-1.412-.608zM120.642 54.014c.042.963 1.108 2.806 1.715 3.791.607.985.773 1.382.67 1.445-.105.063-.356-.44-.691-.879-.335-.44-.982-1.466-1.526-2.241-.544-.775-1.338-2.617-1.443-2.785-.105-.167-.147-.272-.418-.063-.272.21-.794 2.241-.167 3.623.627 1.382 1.568 2.386 1.965 2.868.398.482.92 1.236.836 1.299-.083.062-.23-.126-.711-.629a44.27 44.27 0 01-1.798-1.989c-.425-.51-1.001-1.546-1.203-1.916-.076-.14-.174-.102-.247-.029-.172.173-.448.575-.328 1.673.167 1.529.962 2.408 1.672 3.183.711.775 1.422 1.424 1.318 1.529-.104.105-.836-.545-1.338-1.026-.501-.481-1.736-1.675-2.007-2.011-.272-.335-.669-.168-.648 1.152.021 1.32 1.485 2.66 2.091 3.393.607.732 1.359 1.172 1.297 1.319-.063.147-.669-.23-1.066-.503-.397-.272-1.882-1.236-2.174-1.445-.293-.209-.439.189-.063 1.445.377 1.256 1.464 2.261 2.112 2.722.649.461 1.694 1.026 1.631 1.173-.062.146-.501-.042-1.108-.335a12.393 12.393 0 00-1.861-.712c-.523-.147-.522.23-.522.23s-.105 1.068.669 1.927 1.652 1.194 2.488 1.34c.836.147.962.189.941.315-.021.126-.104.146-.292.146s-.962.084-1.673.084c-.711 0-1.087.167-1.087.481 0 .314-.021.733 1.045 1.445 1.066.713 2.258.817 2.76.922.502.105.522.147.418.293-.104.146-.334.126-1.129.21-.795.083-1.276.398-1.38.607-.104.209.063.838.711 1.277.648.44 1.484.587 2.739.502 1.255-.084 1.568-.105 1.61.105.042.209-.376.272-1.004.377-.627.104-1.109.104-1.464.397-.356.294-.084.901.522 1.34.606.44 2.112.44 2.74.398.627-.042 1.589-.272 1.652-.105.063.168-.46.42-1.107.649-.649.232-.837.377-.962.65-.126.272-.021.523.752.816.773.294 1.903.294 2.488.021.586-.271.899-.377 1.004-.271.104.105 0 .209-.126.356-.125.147-.627.544-1.276.712-.648.168-.711.168-.941.691-.23.524.355.943 1.526.985 1.171.041 2.74-.419 3.242-.713.502-.294.69-.356.773-.251.084.104.063.167-.188.355-.251.189-1.046.754-1.443.859-.397.104-.439.397-.439.67 0 .272-.104.816.941 1.068 1.046.251 2.279.064 3.408-.733.364-.256.575-.468.694-.651-.092-1.069-.043-1.804.085-2.482a4.102 4.102 0 01-1.072-.26c-.627-.251-.878-.837-1.025-1.152-.147-.314-.355-.314-.607-.231-.251.085-.502.189-.857.168a2.467 2.467 0 01-1.652-.86c-.544-.649-.44-1.276-.46-1.592-.021-.314-.523-.083-.773-.083-.251 0-.983-.105-1.651-.565-.669-.46-.669-1.089-.732-1.34-.063-.251-.335-.418-.544-.503-.209-.083-.544-.167-1.004-.544-.46-.377-.627-1.11-.648-1.361-.021-.251-.293-.272-1.234-.754-.941-.481-.857-1.487-.815-1.884.042-.399.48-.733.48-.88 0-.147-.314-.188-.627-.377-.314-.188-1.108-.502-1.129-1.675-.021-1.173.753-1.299.753-1.299s-.147-.063-.46-.251c-.314-.189-1.17-.775-1.17-1.466s.313-1.005.543-1.173c.23-.167.857-.335.857-.335s-.397-.252-.565-.796c-.168-.545-.23-1.214.167-1.696s1.066-.482 1.422-.482c.356 0 .669.188.795.084.126-.105.146-.189.021-.461-.125-.272-.146-.943-.042-1.173.105-.231.125-.691 1.025-.984.899-.293 1.839.314 2.132.482.293.168.167-.231.167-.524 0-.293-.606-1.026-1.297-2.073-.69-1.047-1.003-1.592-1.778-3.183-.774-1.591-1.276-3.644-1.38-4.167-.105-.524-.314-.273-.314-.273s-.209.084-.69 1.298c-.479 1.219-.562 2.329-.521 3.291z\"/>\n    <path fill=\"#D4AF38\" d=\"M136.416 75.431c-.539-.027-1.239-.323-1.777-1.105-.538-.782-1.347-.972-2.747-.945-1.401.027-2.047-.647-2.397-1.618-.35-.972.054-2.078 1.481-2.779 1.427-.701 2.074-1.484 2.128-2.697.054-1.214-1.427-2.725-2.909-4.424-1.482-1.699-2.639-4.101-2.639-4.101s-.431.567-.431 1.133c0 .566.215 1.16 0 1.321-.216.162-.296-.242-1.158-.62-.862-.378-1.562-.432-2.101.189-.539.62 0 1.699.485 2.212.485.513.889.891.754 1.08-.134.189-.862-.297-1.104-.459-.242-.162-.808-.782-1.643-.701-.835.081-1.132.323-1.212 1.025-.081.701.754 1.321 1.293 1.592.538.269.754.512.619.62-.134.108-.27 0-.512-.08-.242-.081-.916-.162-1.346 0-.431.162-1.131.755-.485 1.484s1.993.998 2.263 1.051c.269.054.404-.027.431.188.027.216-.566.216-1.293.244-.727.027-.943.728-.835 1.268.108.539 1.319 1.132 1.993 1.241.674.108.916 0 .97.188.055.189-.081.27-.458.378-.377.107-1.104.189-1.239.782-.134.594-.161.863.405 1.376.566.512 1.482.431 1.751.377.27-.054.593-.351.862-.081.269.269-.243.485-.701.809-.458.324-.431.944.35 1.376.781.432 1.562.269 1.885.162.323-.108.754-.62.969-.297.216.324-.673.432-1.051.891-.377.458-.242 1.213.512 1.671.754.459 1.993.135 2.209-.054.215-.189.484-.269.646-.107.161.161-.081.592-.242.971-.161.377-.458 1.483.674 1.915 1.132.431 2.155-.54 2.343-.729.188-.188.377-.216.538-.134.161.082.081.243-.054.432-.134.189-.431.998.377 1.565.552.387 1.154.358 1.48.302.168-.632.387-1.307.61-2.252h-.169c-.108 0-.129.161-.129.226s.032.119-.065.119-.108.054-.248.152c-.14.097-.27.215-.345.161-.076-.054.291-.248.388-.367.098-.119.292-.303.302-.431.011-.13.076-.206.27-.367.06-.05.108-.11.145-.169.13-.629.257-1.366.373-2.257.078-.605.123-1.176.14-1.708l-.356-.019zM113.395 58.617c1.203 2.434 2.903 3.805 2.903 3.805s-.223-.605-.322-1.02c-.098-.416-.022-.887-.022-.887s-.427-.547-1.215-1.762c-.788-1.214-1.204-3.009-1.204-3.009s.733 1.794 1.302 2.747c.57.952 1.226 1.728 1.226 1.728s.229-.842.394-.886c.164-.044.284.088.427.273.143.186.263.169.263.169s-.195-.402-.494-.883c-.136-.219-.334-.455-.474-.677-.449-.709-1.416-2.055-1.912-3.402-.496-1.348-1.581-4.727-1.77-5.72-.188-.992-.378-.449-.566.284-.188.733-.448 1.772-.283 3.332.166 1.56.543 3.474 1.747 5.908zM114.952 65.189c.448.331 1.109.78 1.109.78s-.105-.244-.171-.537c-.066-.293-.094-.896-.094-.896l-.895-.784c-.368-.321-.83-.736-1.744-1.869s-.179-.453.565.359 2.168 1.991 2.168 1.991l.009-.264a.973.973 0 01.217-.594c.132-.17.062-.194-.74-.808-.802-.615-2.879-2.954-3.728-4.349-.85-1.395-1.77-3.285-1.77-3.285s-.448 2.789 1.251 5.861c1.699 3.071 3.375 4.064 3.823 4.395zM123.867 82.781c.931-.361.676-1.279.676-1.295 0-.015-.571.181-1.096.376-.526.196-1.817.571-2.328.586-.51.015-.51-.06-.525-.135-.015-.075.39 0 1.126-.136.736-.136 2.028-.812 2.253-.962.225-.151.195-.181-.135-.212a1.404 1.404 0 01-.736-.285c-.12-.105-.465.045-1.306.242-.841.195-2.583.495-3.92.495a15.52 15.52 0 01-2.793-.271c-.21-.045-.435.076.211 1.159.646 1.082 2.913 1.669 4.49 1.654 1.575-.013 3.152-.855 4.083-1.216zM119.677 80.545c1.627.013 2.233-.47 2.233-.47s0-.083-.22-.414c-.221-.33-.179-.897-.179-.897s-.386.069-1.062.166c-.675.097-1.461.193-2.33.042-.869-.152-.496-.249.193-.166.69.083 2.012-.166 2.44-.317.427-.152.248-.29-.041-.387-.289-.096-1.075-.593-1.075-.593s-1.971.248-3.804.042c-1.833-.208-2.991-.677-3.364-.732-.372-.055-.359.097-.359.097s-.097.165.537 1.158c.634.995 1.875 1.644 2.923 1.947 1.048.303 2.481.51 4.108.524zM119.259 76.734s-.069-.097-.165-.428c-.097-.331.179-.58.179-.58s-.372-.11-1.585-.262c-1.213-.152-1.281-.248-2.026-.414-.744-.165-1.24-.386-1.227-.469.013-.083.248.042.689.207.441.166 2.302.359 3.088.47.785.11 1.226.193 1.365.11.138-.083.62-.207.62-.207s-.331-.096-.744-.165a2.626 2.626 0 01-1.006-.4c-.221-.152-.29-.194-1.282-.303-.993-.11-1.792-.428-3.571-1.077-1.778-.649-3.115-1.422-3.473-1.711-.358-.29-.331-.083-.234.29s.082.842.979 1.891c.896 1.049 1.337 1.505 3.598 2.334 2.259.824 4.795.714 4.795.714zM112.575 71.227c1.999 1.408 4.341 1.925 4.838 1.987.112-.13-.121-.598-.014-.884.129-.342.345-.345.827-.373.482-.029.165-.125.056-.125-.11 0-.138-.014-.938-.221-.8-.206-1.613-.331-2.715-.746-1.103-.414-1.434-.718-1.406-.801.028-.083.51.263 1.53.649s2.206.538 2.853.677c.648.137.082-.139-.221-.318-.303-.18-.731-.842-.731-.842s-.717-.124-1.888-.483c-1.172-.359-2.15-.76-3.129-1.312-.336-.19-.661-.436-1.012-.687-.671-.481-1.345-.973-1.607-1.162-.4-.29-.276-.055-.234.124.041.18.317 1.008.951 1.919.635.913.841 1.189 2.84 2.598zM112.247 67.266c1.971 1.561 3.666 2.042 3.956 2.167.289.125.262-.041.207-.207-.055-.166-.097-.704-.097-.704s-.703-.401-1.489-.856c-.786-.456-1.654-1.077-2.233-1.477-.579-.4-.234-.373-.055-.222.179.152.979.622 1.778 1.118.8.497 2.012 1.215 2.012 1.215s.028-.262.193-.428c.165-.166.578-.124.578-.124s-.207-.207-.331-.401c-.124-.194-.772-.4-1.502-.746-.731-.345-2.04-1.311-3.005-2.125-.964-.814-2.839-2.857-2.963-3.023-.124-.166-.207-.138-.221.069-.014.207-.082.345.124 1.284.208.939 1.076 2.9 3.048 4.46zM119.222 52.514c.224.464.468.815.644 1.117.266.457.416.752.416.752s.053-.161.011-.435a3.451 3.451 0 01-.01-1.108c.039-.243.091-.485.078-.7-.016-.245-.097-.457-.131-.597-.064-.264-.347-1.414-.485-2.226-.137-.812-.284-1.973-.274-2.996.01-1.023.158-.507.158-.01 0 .496.053 1.256.211 2.426.158 1.171.653 2.954.653 2.954s.031-.274.179-.665c.148-.39.39-.833.579-1.319.19-.485.123-.566.123-.566s-.692-3.312-.874-4.878c-.182-1.565-.473-5.679-.473-5.679-1.013 1.018-1.765 3.699-1.9 6.235-.1 1.91.208 3.678.298 4.395.179 1.42.425 2.528.797 3.3zM116.977 57.741c.032-.75.204-1.318.688-1.484 0 0-.428-.751-.802-1.82a14.328 14.328 0 01-.574-2.393c-.264-1.775-.476-3.604.053-.609.529 2.994 1.164 4.054 1.164 4.054l.767 1.246c-.114-.547-.131-.932-.102-1.529.029-.597.105-1.407.287-2.048 0 0-.926-1.854-1.508-4.081-.582-2.227-.915-4.251-.926-5.458-.054-1.168-.08-1.619-.08-1.619s-.952.715-1.269 4.345c-.318 3.631.635 7.102 1.111 8.427a59.01 59.01 0 001.191 2.969zM127.364 85.425s-.15-.105-.6-.391c-.451-.285-.315-1.143-.315-1.143s-.12.09-.451.316c-.33.226-.705.481-1.156.662-.45.181-.676.301-.961.391-.286.09-.21-.03.03-.166.24-.135.316-.211.916-.451.6-.241 1.802-1.294 1.802-1.294s-.286-.03-.781-.045c-.496-.015-1.127-.27-1.127-.27s-.495.45-2.492 1.307c-1.997.858-3.694 1.083-3.694 1.083s.21 1.023 1.171 1.369c.796.346 1.892.556 4.04.045 2.147-.51 3.618-1.413 3.618-1.413zM129.994 87.474c.165-.843-.315-1.43-.315-1.43s-.105.06-.405.331c-.3.271-.737.782-1.577 1.203-.841.421-1.142.391-.331-.045.811-.437 1.997-1.669 1.997-1.669l-.315-.12c-.316-.12-.856.09-3.109 1.443-2.252 1.354-3.574 1.399-3.574 1.399s1.006 1.218 3.739 1.128c2.734-.091 3.725-1.399 3.89-2.24zM135.159 86.494s-.3.42-.706.691c-.406.271-1.486.436-1.486.436s-.045.12-.255.391c-.211.271-.676.918-1.157 1.264-.48.346-1.231.571-1.276.481-.045-.091.435-.271.901-.557.465-.285.886-.812 1.201-1.173.315-.362-.135-.301-.135-.301s-.57.015-1.096-.03c-.526-.046-.421 0-.571.256-.15.256-.361.481-.751.932-.476.55-.928 1.049-1.381 1.593-.3.361-.075.466-.075.466s.136.226 1.352.361a3.827 3.827 0 002.42-.504c.53-.307 1.077-.794 1.635-1.405 1.455-1.593 1.38-2.901 1.38-2.901zM135.806 89.784c-.301.391-.466.557-.466.557s.21-.646.39-.948c.096-.16.2-.313.277-.419a8.08 8.08 0 01-.488-1.461c-.133.433-.549 1.703-1.066 2.528-.63 1.007-1.186 1.368-.826 1.638.361.271 1.066.331 1.862-.06.769-.377.991-1.036 1.1-1.568a7.863 7.863 0 01-.379-.654 1.592 1.592 0 00-.404.387z\"/>\n    <circle cx=\"135.628\" cy=\"49.57\" r=\"1\" fill=\"#D4AF38\"/>\n    <path fill=\"#D4AF38\" d=\"M134.452 48.605c.51-.012.784-.254 1.347-.199.664.065 1.564.452 2.657 1.032.855.386 1.983.579 3.069.268.304-.088.605-.254.896-.418 1.329-.753 1.007-2.236 1.007-2.236-.981.707-2.193 1.087-3.322 1.011 0 0 .086.065.278.258.193.194.546.419.429.517-.117.097-.6-.366-1.007-.667a6.055 6.055 0 00-2.036-1.01c-1.029-.302-2.186-.323-2.958.106-.772.431-.836.968-.729 1.183.061.12.203.159.369.155zM148.894 59.437c-.236-.065-.643-.129-1.179-.623s-1.822-1.913-1.972-2.171c-.15-.258-.086-.494.279-.646.364-.15.621-.623.621-.623s-.793-.301-1.328-.688c-.536-.386-1.779-1.505-1.951-1.784-.171-.279-.086-.322.172-.408.258-.086.322-.258.322-.258s-.579-.365-1.114-.795c-.536-.43-1.265-1.14-1.265-1.14-.803.323-2.063.187-2.744.065a7.316 7.316 0 01-2.079-.709s-.043.193-.193.559c-.15.365-.707.581-1.265.215-.557-.365-.429-1.161-.429-1.161s-.45-.279-1.371-.623c-.922-.344-1.672-.387-2.422-.043-.75.343-1.115 1.376-1.115 2.15 0 .773.408.451.493.343.086-.107.257-.667 1.2-.817.943-.151 1.801.301 2.872 1.182 1.072.882 1.307.946 1.843 1.505.536.559.107.86-.814 1.161-.922.301-2.1-.301-2.144-.279-.177.089.398.908 1.193 1.218.795.309 1.811.109 2.602-.208.536-.215.636.007.793.172.87.915 1.097 1.772 1.243 2.817.445-.137.753-.581.815-.946.03-.175.086-.559.386-.28.3.28.536 1.827.536 2.537s-.215 1.656-.215 1.656l.215-.022c.129-.021.386-.172.729-.365.343-.194.364.022.364.408 0 .387.128 1.118.643 2.429.515 1.312 1.265 1.741 1.265 1.741s.151-.258.3-.773c.149-.516.257-1.526.257-2.408 0-.882-.236-2.774-.236-2.774s1.072 1.312 2.186 1.635c1.115.322 2.23.129 2.701-.409.471-.538.042-.774-.194-.84z\"/>\n    <path fill=\"#D4AF38\" d=\"M141.562 62.831s-.338.749-.523 1.015c-.184.267-.267.308-.267.308s.338.287.831.441c.493.154.934.246.934.246s-.555-.76-.749-1.293c-.195-.533-.226-.717-.226-.717zM148.256 62.391c-.164-.421-.267-.657-.267-.657-.684.137-1.981-.184-2.545-.523 0 0 .513 1.046 1.026 1.405s.585.38.585.38-.513.082-1.2-.595c-.687-.678-.995-1.457-.995-1.457s.154 1.806-.123 2.914-.338 1.252-.338 1.252 1.457.256 3.078-.195c1.621-.452 1.744-.595 1.744-.595s.195-.051-.061-.39c-.258-.339-.74-1.119-.904-1.539z\"/>\n    <path fill=\"#B96C29\" d=\"M145.313 58.425c-.499-.573-.548-.711-.548-.711s-.175.174-.025.424c.15.249.86.872 1.346 1.146.487.274.972.361.972.361l-.025-.1c-.001.002-1.222-.547-1.72-1.12zM143.334 62.189s-.124-2.269-.124-2.605c0-.336-.212-.249-.212-.249l-.249.112.487 3.317c.053.357.229.327.319.311-.178-.093-.213-.782-.221-.886zM140.274 52.369c-.185-.185-.602-.323-.2.124.401.447.926 1.003 1.079 1.466.155.463.247 1.033-.015.91-.262-.124-.448-.124-.725-.355-.278-.232-.802-.618-1.018-.679-.216-.062-.602 0-.293.339.309.34.648.664 1.234 1.096.586.432.926.617 1.234.833.308.217.617.401.617.401s-.278-1.851-.787-2.669c-.509-.817-.941-1.281-1.126-1.466zM130.27 83.377c-.376.285-.869.402-.869.402s-.233-.012-.233.078c0 .091.272 0 .557-.051.285-.052.674-.338.817-.441.142-.104.35-.234.285-.416-.065-.183-.181.142-.557.428zM133.5 85.106c-.078.09-.7.558-.7.558s-.195.13-.402.207c-.207.078-.259.195-.259.195s.039.051.259-.012c.22-.066.869-.52 1.076-.702.207-.182.299-.234.221-.311-.078-.078-.117-.026-.195.065zM120.408 61.842c.116.141.258.335.323.27.065-.064-.013-.129-.168-.31s-.245-.271-.245-.271-.219-.349-.348-.478c-.129-.129-.322-.193-.077.103.244.299.399.544.515.686zM119.414 64.022c.141.13.27.245.425.413.155.168.271.348.361.258.091-.091-.232-.283-.374-.465a2.34 2.34 0 00-.439-.439c-.181-.142-.4-.258-.4-.258s.285.362.427.491zM119.784 67.542c.246.259.609.337.661.234.052-.104-.026-.187-.232-.291a7.15 7.15 0 01-.709-.439 3.666 3.666 0 01-.451-.361c-.116-.116-.253-.221-.296-.181-.043.04.342.454.458.519.115.064.323.259.569.519zM120.497 70.359c0-.104.025-.155-.182-.169-.207-.013-.493-.051-.493-.051s-.402-.156-.428-.078c-.026.078.337.234.493.26.156.026.35.078.44.129.092.052.17.012.17-.091zM120.806 73.42c-.44 0-.817-.104-.842-.039-.026.065.207.169.428.247.221.078.636.104.921.117.285.013.337-.051.324-.194-.014-.144-.39-.131-.831-.131zM124.256 76.772c-.065-.065-.22-.013-.467.038-.246.053-.648.131-.881.118a38.67 38.67 0 00-.739-.027l-.285.065c0 .065.376.052.92.116.544.065.907-.051 1.166-.091.261-.037.351-.154.286-.219zM125.681 79.158a1.745 1.745 0 01-.674.129c-.207 0-.7.091-.7.091s-.234.026-.195.117c.039.091.117 0 .323-.026.208-.026.363 0 .726-.013s.57-.104.791-.143c.22-.039.466-.156.35-.299-.115-.142-.348.039-.621.144zM128.456 80.962c-.156.156-.752.559-.752.559s-.117.091-.35.208c-.233.116-.22.169-.181.234.039.065.181-.091.311-.143.13-.052.557-.338.778-.519.22-.183.505-.325.453-.454-.052-.131-.103-.039-.259.115zM123.839 57.595s.051.118.53.718c.479.599.223.034.103-.119-.12-.155-.821-1.146-1.06-1.42-.239-.274-.273-.137-.154.034.12.171.581.787.581.787zM122.831 60.67c.069-.068-.086-.137-.359-.479-.274-.342-.821-1.043-.821-1.043s-.154-.325-.205-.291c-.051.034.188.547.41.77.223.222.513.65.667.838.154.188.24.274.308.205zM124.158 66.436c0-.167-.542-.142-.786-.194l-.683-.142s-.516-.091-.529-.026c-.013.064.103.128.387.181.283.051.709.18 1.031.232.322.052.58.117.58-.051zM122.831 63.323c.359.291.598.428.786.53.188.102.342.257.445.137.103-.121-.086-.205-.393-.342-.308-.137-.462-.256-.462-.256s-.171-.085-.325-.171c-.154-.086-.41-.188-.051.102zM125.925 61.27a2.865 2.865 0 00-.411-.292s-.273-.256-.325-.171c-.051.086.308.342.479.496.171.154.479.599.633.513.154-.085-.154-.358-.376-.546zM123.905 69.305s-.299.077-.493.129c-.194.052-.207.144.143.144s.493-.091.842-.157c.35-.065.467-.104.415-.22-.051-.117-.233-.078-.376-.039l-.531.143zM124.449 72.216c-.026.066.246 0 .427-.065s.557-.259.778-.324c.221-.065.221-.104.221-.234 0-.129-.234-.026-.519.065-.285.091-.648.377-.648.377s-.234.116-.259.181zM128.194 73.978c.26-.157.312-.273.22-.351-.091-.077-.168-.065-.376.104a16.01 16.01 0 01-.609.454s-.207.078-.363.156-.35.208-.298.285c.051.078.376 0 .544-.143.169-.142.623-.35.882-.505zM129.961 76.317c.104-.091.414-.194.557-.299.143-.104.234-.415.117-.454-.117-.039-.181.129-.428.311a45.66 45.66 0 01-1.089.74l-.221.091c-.233.091-.129.157.065.13.195-.026.324-.026.557-.207.234-.182.338-.221.442-.312zM132.577 78.534c.221-.091.545-.376.7-.518.155-.144.35-.325.233-.416-.117-.09-.246.026-.428.194-.181.169-.662.675-.662.675s-.065.013-.324.221c-.259.207.013.168.103.078.093-.09.158-.143.378-.234z\"/>\n    <path fill=\"#D4AF38\" d=\"M143.241 45.275l1.054-.748-1.242-.319-.797.636z\"/>\n    <ellipse cx=\"146.616\" cy=\"44.398\" fill=\"#B96C29\" rx=\"1.006\" ry=\"1\"/>\n    <circle cx=\"146.616\" cy=\"44.193\" r=\"1\" fill=\"#D4AF38\"/>\n    <path fill=\"#D4AF38\" d=\"M144.516 41.066c.259.096.595.054.595.054s.102-.446-.144-.664c-.246-.217-.469-.373-.613-.518a2.24 2.24 0 01-.18-.194s0 .386-.019.627c-.018.243.102.598.361.695z\"/>\n    <circle cx=\"145.05\" cy=\"41.555\" r=\"1\" fill=\"#D4AF38\"/>\n    <path fill=\"#D4AF38\" d=\"M143.677 41.367c-.078.109-.246.283-.246.283s.204.006.373.126c.168.121.385.223.583.199a.275.275 0 00.241-.344c-.042-.133-.138-.271-.463-.392-.326-.119-.41.019-.488.128z\"/>\n    <path fill=\"#D4AF38\" d=\"M144.38 42.542c-.632.057-1.467-.642-1.467-.642-.078.561-.425.852-.956.959l.049.025s.494.253 1.078.341c.264.04.499-.005.782-.062.342-.069.727-.167.935-.295.381-.235.267-.845.267-.845s-.056.462-.688.519zM141.919 41.908c-.259-.097-.648-.284-.81-.293-.162-.008-.397-.049-.357.252.04.301.348.447.648.455.3.009.454-.105.632-.195.178-.089.146-.122-.113-.219zM139.941 40.835c-.283-.203-.535-.26-.535-.26s-.186.488-.081.789c.106.301.324.382.592.373.268-.007.665-.146.551-.349-.114-.203-.244-.35-.527-.553z\"/>\n    <circle cx=\"140.198\" cy=\"42.207\" r=\"1\" fill=\"#D4AF38\"/>\n    <path fill=\"#D4AF38\" d=\"M140.803 39.78c-.175-.832-.146-1.736.642-2.889.788-1.153 2.159-1.62 2.159-1.62s.044-.088.481-.554c.438-.467 1.328-1.05 1.328-1.05s-1.033.255-1.621.443l.001.031a.715.715 0 01-.708.722.705.705 0 01-.403-.128c-.319.062-1.38.696-1.651.922a.726.726 0 01.107.381.716.716 0 01-.708.722.69.69 0 01-.325-.081c-.032.05-.062.102-.09.154a7.288 7.288 0 00-.508 1.161.758.758 0 01.303.626c0 .396-.269.719-.601.722a2.431 2.431 0 00-.012.466c.029.234.117.38.525.496.409.117.963.831.963.831.041.002.332-.522.118-1.355z\"/>\n    <path fill=\"#D4AF38\" d=\"M143.316 34.456c.149-.121.175-.306.057-.412-.117-.106-.333-.094-.482.028-.149.122-.175.307-.057.413.117.106.333.094.482-.029zM140.672 36.242c.167-.153.197-.384.064-.517s-.376-.117-.545.036c-.168.152-.197.383-.064.517.133.132.377.117.545-.036z\"/>\n    <circle cx=\"139.097\" cy=\"38.488\" r=\"1\" fill=\"#D4AF38\"/>\n    <path fill=\"#D4AF38\" d=\"M147.909 32.82c-.212.046-.604.174-1.19.481h.011c.408 0 .725.261.725.598 0 .338-.371.705-.778.705-.408 0-.685-.354-.685-.692a.53.53 0 01.052-.226c-.174.107-.36.226-.557.359-1.299.876-1.605 1.299-2.247 2.496-.642 1.196-.876 2.509-.599 3.283.278.773 1.299.934 1.313.934.014 0-.117-.117-.132-.262-.014-.147.03-.219.073-.512.044-.291.014-.641.014-.641s.233-.03.365.131c.132.16.322.35.452.51.131.16.481.467.481.467s.205-.292.205-.643c0-.35-.233-.729-.277-1.342-.044-.613.277-1.708.875-2.51.599-.802 1.722-1.532 2.057-1.693.336-.16.394-.409.409-.555.015-.146.044-.247.073-.613.031-.362-.304-.347-.64-.275z\"/>\n    <path fill=\"#D4AF38\" d=\"M146.62 34.206c.23 0 .439-.207.439-.396 0-.19-.179-.336-.409-.336-.23 0-.416.154-.416.343 0 .189.156.389.386.389zM148.552 41.835c.313.128.667.056.833-.055.166-.112.223-.395.025-.557a.627.627 0 00-.671-.055c-.182.101-.591.389-.591.389s.09.152.404.278z\"/>\n    <path fill=\"#D4AF38\" d=\"M149.555 42.187c-.113.174-.196.28-.544.295-.348.015-.725-.008-.952-.235-.227-.227-.385-.546-.385-.546l-.393-.007s-.128.546-.302.697c-.174.152-.778.175-1.043-.023-.264-.197-.506-.439-.551-.409-.045.03 0 .227.272.462.272.234.46.379.899.379h2.493s.506.03.65-.273c.144-.303.15-.493.083-.568-.069-.075-.114.053-.227.228z\"/>\n    <path fill=\"#D4AF38\" d=\"M145.763 41.765c.374.208.581.081.717-.086a.933.933 0 00.162-.243s-.354-.127-.525-.228c-.172-.101-.288-.198-.459-.177-.172.021-.197.046-.197.046s-.072.479.302.688z\"/>\n    <circle cx=\"143.958\" cy=\"38.081\" r=\"1\" fill=\"#B96C29\"/>\n    <path fill=\"#B96C29\" d=\"M145.401 35.224c-.333-.224-.822-.135-1.093.2-.27.335-.219.789.115 1.012.333.225.822.135 1.093-.2.271-.334.219-.787-.115-1.012z\"/>\n    <circle cx=\"143.925\" cy=\"37.974\" r=\"1\" fill=\"#D4AF38\"/>\n    <path fill=\"#D4AF38\" d=\"M145.055 35.315a.555.555 0 00-.591.235c-.111.189.007.39.292.448.526.107.776-.553.299-.683zM132.347 99.689s-1.285.614-1.693.723c-.407.111-.501.111-.501.111s-.878.801-1.521 1.178c-.675.398-1.45.686-2.226.771-1.004.109-3.762.078-5 .031s-2.006.251-2.539.849c-.533.598-.658 1.462.016 2.123.674.66 1.426.33 1.677-.079.25-.409.125-.928.016-1.163-.109-.237.22-.315.564-.33.345-.016.925.032 1.458.11.533.078 1.474.393 1.881.613.408.22.172.252-.11.205-.282-.048-.595-.157-1.097-.345-.501-.189-.925-.283-1.238-.299-.313-.016-.204.157-.141.267.062.11.235.378.282.504.048.126-.094.596-.094.596l.157.299s.188-.299.251-.456c.062-.158-.016-.456.047-.598.063-.141.329-.141.533.095.204.235.439.519.548 1.115.11.598-.094 1.022-.094 1.022s.251.206.298.346c.048.142-.063.708-.063.708s.173.11.33-.221c.157-.329.345-.911.391-1.116.047-.204.188-.581.439-.298s.423.629.471.802c.046.173.046.315.046.315s.564-.551.752-.865c.188-.315.58-.786 1.113-1.226.533-.44 1.457-1.321 1.912-1.62.454-.299 1.615-.928 1.975-1.148.361-.22.423-.235.486-.849.063-.613.361-1.162.502-1.588.136-.427.169-.581.169-.581l.003-.001zM111.792 76.65c-.01-.105-.22-.472-.271-.66-.053-.188-.241-.074-.241-.074s-.408.231-.711.314c-.303.084-.345-.031-.376-.188a38.95 38.95 0 01-.157-.996c-.053-.345-.126-.324-.251-.273-.125.053-.501.189-.763.305-.261.115-.178.241-.094.387.084.147.387.765.522.985.136.22.01.314-.147.388-.156.073-.386.105-.7.209-.314.104-.293.178-.262.283.032.106.241.535.355.733.115.199.219.063.219.063s.335-.303.616-.44c.282-.136.303-.094.376.116.073.21.398 1.31.46 1.52.063.208.167.188.314.126.146-.063.345-.095.512-.147.168-.052.23-.388.23-.388s-.616-1.11-.784-1.394c-.167-.283 0-.346.126-.367.125-.021.491-.073.804-.146.31-.08.225-.258.216-.366l.007.01zM118.758 106.828c-.047-.267 0-.535-.204-.739a2.532 2.532 0 01-.548-.943c-.094-.331.078-.488.047-.677-.031-.189-.282-.189-.533.017-.251.204-.58.393-.58.99s.22 1.305 1.05 1.556c.83.253.816.065.769-.202l-.001-.002zM119.602 106.542s-.172-.11-.251.048c-.079.157-.063.236.156.581.219.346.361.425.611.581.251.158.078-.157.047-.251-.031-.095 0-.22-.062-.299-.063-.079-.095-.173-.095-.424 0-.248-.408-.234-.408-.234l.002-.002z\"/>\n    <path fill=\"#D4AF38\" d=\"M120.619 109.373c.157-.237.298-.299.674-.472.376-.173 1.066-.267 1.3-.283.235-.016.768-.472.689-.944-.078-.472-.423-.66-.721-.723-.298-.063-.564-.063-.658.078a1.107 1.107 0 01-.596.441c-.329.109-.377.22-.58.283-.204.063-.048.189-.22.331-.173.141-.407 0-.674-.079-.266-.079-.282-.125-.58-.142-.298-.015-1.081-.062-1.081-.062s-.032-.017-.204-.017c-.173 0-.188.032-.266.221-.078.189.015.66.204.896.188.235.799.345 1.206.472.408.125.612.173.957.235.356.061.403-.005.558-.239l-.008.004zM124.43 109.748c.329-.22.141-.598.063-.833-.078-.236-.533-.283-.768-.283s-.361 0-.486.11c-.126.11-.298.267-.643.378-.344.11-.611.236-1.081.425-.47.188-.612.502-.815.63-.204.125-.595 0-.595 0s-.283-.079-.377 0c-.094.077 0 .235.188.439.189.206.549.189.956.315.408.126.486.031.643-.079.157-.11.282-.345.564-.519.282-.173.893-.205 1.191-.235.305-.033.839-.127 1.167-.347l-.007-.001zM124.43 108.319c.141.127.298.3.423.094.126-.204.329-.628.188-.88-.141-.251-.313-.472-.313-.472s-.235.723-.345.912c-.103.192-.089.221.051.347l-.004-.001zM123.16 106.149c0-.409-.282-.912-.282-.912s-.094.378-.266.708c-.172.329-.345.503-.345.503s.408.11.564.11c.157 0 .333.005.333-.403l-.004-.006zM120.811 107.015c.439-.094.674-.267.862-.424.188-.157.298-.582.173-.802-.125-.221-.439-.456-.564-.456h-.235s-.126.409-.298.613c-.173.205-.376.345-.361.613.014.262-.019.544.422.45l.001.006zM121.702 105.019a.747.747 0 00-.204-.566l-.235-.235s-.031.314-.062.487a1.027 1.027 0 01-.047.204s.126.127.235.173c.108.043.295.141.309-.065l.004.002zM116.283 93.867l.296-1.853c-.223-1.852-1.186-3.605-1.951-4.816-.766-1.21-1.556-3.112-1.902-4.125-.345-1.014-.577-2.4-.577-3.126s.31-1.1.31-1.1.134-.197.01-.322c-.124-.124-.32-.01-.517.187-.197.196-.403.56-.486.819-.083.26-.083.353-.083.353s-.393-.092-1.024-.041-.931.104-.952.238c-.021.135.083.239.538.436s.745.28.972.549c.228.27.809 1.625.987 2.279.178.654.558 2.428.712 3.82.154 1.392.624 3.078 1.281 4.487.216.464 1.392 2.658 2.386 2.217v-.002zM117.431 97.13c-.429.24-.413 1.992-.223 2.901.191.909 1.08 2.041 1.35 2.344.271.303.334.303.477.223.144-.079.206-.079.206-.079s.382-.127.668-.351c.285-.223.174-.781.126-1.275-.048-.495-.429-1.483-1.128-2.63-.694-1.149-1.045-1.374-1.472-1.134l-.004.001zM117.905 95.71c0-.572-.496-1.004-1.066-1.004-.269 0-.507.068-.654.2-.578.522-.23 1.824.606 1.824.303 0 .657-.05.876-.26.197-.183.239-.487.239-.759l-.001-.001zM126.192 112.181c-.228-.04-.363-.133-.699-.362-.336-.228-.874-.699-.968-.928-.095-.229-.095-.243-.417-.134-.323.107-.78.094-1.13.107-.35.014.04.403.282.768.242.363.161 1.587.161 1.587s0 .108-.054.283c-.054.174-.013.295.081.336.094.04.148-.04.39-.323.242-.282.686-1.022.686-1.022s.067.013.444.108c.376.095.982.04 1.291-.053.319-.094.169-.324-.061-.366l-.006-.001z\"/>\n    <path fill=\"#D4AF38\" d=\"M124.753 113.128c-.161-.027-.228-.041-.309.066-.08.108-.148.31-.188.418-.04.108-.027.202.068.283.094.081.229.175.229.175s.134.149.27.215c.135.067.161-.134.161-.283 0-.148.081-.417.081-.592s-.141-.258-.305-.282h-.007z\"/>\n    <path fill=\"#1F5F92\" d=\"M185.916 101.302c-.394-.093-.56-.243-.56-.243s-.168-.019-.3.225c-.13.242-.635.56-.635.56s-.71.187-.805.674c-.093.486.244.654.58.598.338-.057 1.16-.225 1.514-.654.355-.43.412-.673.486-.842.066-.164.108-.22-.286-.314l.006-.004zM187.017 97.43c-.255-1.081-.953-2.417-2.299-3.085 0 0-.505 1.776-.654 2.337-.15.56-.15.542.28.655.429.112 1.813.41 2.093.485.28.075.75.314.581-.398l-.001.006zM180.605 96.422c.317.056.28-.075.392-.505l.673-2.561s-1.42-.056-2.654.541c-1.234.598-1.776 1.701-1.776 1.701s.319.131 1.16.318c.843.183 1.889.445 2.207.501l-.002.005zM177.314 99.356a7.77 7.77 0 01-.692-.149s.318 1.214.841 1.888c.524.673 1.103 1.01 2.187 1.028 1.084.019 1.907-.579 2.038-1.046.131-.468.355-.822.355-.822s-1.963-.263-2.767-.45c-.816-.188-1.468-.356-1.974-.45l.012.001z\"/>\n    <path fill=\"#D4AF38\" d=\"M176.977 98.587c.486.113 4.487.879 4.823.954.337.074.617.149.711.055.094-.093.15-.149.505-.281.355-.129.337-.486.337-.486s.093-.337.13-.673c.038-.336.225-.449.617-.037.393.411.468 1.008.542 1.589.075.58.991.729 1.346.786.356.056.523-.057.729-.393.206-.336.318-1.01.374-1.44.056-.429.019-.392-.429-.504-.449-.111-2.524-.579-2.899-.673-.373-.093-.298-.336-.243-.597.056-.262.878-2.899.878-2.899-.585-.362-1.408-.578-2.392-.691 0 0-.598 2.692-.711 3.104-.111.41-.374.41-.803.335-.43-.074-3.534-.802-3.534-.802l-.243.579c-.243.579-.355 1.272-.355 1.626 0 .355.126.347.61.455l.007-.007z\"/>\n    <path fill=\"#D4AF38\" d=\"M187.594 101.02c-.413-.27-.716-.341-.931.161-.215.502-.232 1.237-.769 1.757-.537.52-1.289 1.057-2.041 1.004-.751-.054-1.182-.233-1.003-1.094.18-.86 1.326-1.129 1.594-1.577.268-.448.197-.968-.197-1.308-.394-.342-.967-.413-1.127-.305a2.48 2.48 0 00-.859 1.147c-.233.646-.376 1.165-.878 1.578-.5.412-1.789.824-2.792.591-1.002-.233-1.359-.537-1.736-1.523-.376-.986-.823-2.616-1.021-2.796-.196-.179-.447-.323-.876-.018-.43.304-.466.753-.519 1.112-.054.358 0 .772.429 1.291.43.52.878 1.039 1.039 1.577.161.537.644 1.362-.036 1.398-.68.036-.984.054-1.503-.448-.519-.502-2.542-1.882-3.096-2.331-.555-.448-.787-.591-.787-.591-.937-.017-1.874-.401-2.81-1.039 0 0 .537 1.379.643 1.899.108.52.09.807.09.807s2.04 1.039 2.845 1.434c.806.395 2.434 1.327 3.221 1.81.789.485 1.451 1.238 2.847.951 1.396-.287 4.223-1.147 5.136-1.416.913-.269 3.437-.896 4.368-1.542.931-.645 1.02-.609 1.18-1.254.159-.633 0-.989-.412-1.261l.001-.014zM182.208 91.369c.155-.021.217-.042.693-.104.477-.063.3.394.217.57-.082.176-.227.528-.423.86-.198.333.061.385.196.436.135.053.331.073.714.177.383.104.31-.177.321-.321.01-.145.031-.903.073-1.171.042-.269.289-.197.383-.145.093.051.331.185.528.289.196.104.289-.01.331-.124.041-.114.134-.321.218-.622.083-.3-.104-.238-.291-.238-.186 0-.455 0-.765-.01s-.114-.311-.114-.311.228-.373.403-.653c.177-.28.114-.321-.062-.374-.175-.052-.724-.176-.879-.217-.156-.041-.228-.021-.228.083 0 .104-.022.642-.022.85 0 .207-.02.331-.289.342-.269.01-.435-.146-.652-.384-.218-.237-.31-.145-.331-.051-.021.093-.197.777-.238.964-.052.183.051.174.206.15l.011.004zM183.708 98.161s-.02.542-.075.729c-.056.188-.187.468.038.542.225.075.43.168.56.131.132-.037.075-.299 0-.523-.074-.225-.187-.505-.355-.692l-.164-.183-.004-.004zM186.998 100.327c.075.168.225.205.337.243.112.037.262.037.262-.168 0-.205.037-.468-.13-.692-.168-.224-.258-.388-.356-.056-.098.337-.187.511-.112.675l-.001-.002zM175.537 98.142c.094.019.449.131.449.131s0-.524.074-.879c.074-.354.225-.598.094-.598s-.206.112-.3.262c-.093.149-.355.187-.448.617-.094.427.037.445.131.464v.003z\"/>\n    <circle cx=\"177.783\" cy=\"97.242\" r=\"1\" fill=\"#B96C29\"/>\n    <circle cx=\"179.836\" cy=\"97.748\" r=\"1\" fill=\"#B96C29\"/>\n    <circle cx=\"185.822\" cy=\"99.019\" r=\"1\" fill=\"#B96C29\"/>\n    <circle cx=\"181.894\" cy=\"98.236\" r=\"1\" fill=\"#B96C29\"/>\n    <circle cx=\"182.438\" cy=\"96.44\" r=\"1\" fill=\"#B96C29\"/>\n    <circle cx=\"182.962\" cy=\"94.645\" r=\"1\" fill=\"#B96C29\"/>\n    <circle cx=\"177.834\" cy=\"97.172\" r=\"1\" fill=\"#D4AF38\"/>\n    <circle cx=\"179.892\" cy=\"97.673\" r=\"1\" fill=\"#D4AF38\"/>\n    <circle cx=\"185.879\" cy=\"98.944\" r=\"1\" fill=\"#D4AF38\"/>\n    <circle cx=\"181.95\" cy=\"98.161\" r=\"1\" fill=\"#D4AF38\"/>\n    <circle cx=\"182.494\" cy=\"96.366\" r=\"1\" fill=\"#D4AF38\"/>\n    <circle cx=\"183.019\" cy=\"94.57\" r=\"1\" fill=\"#D4AF38\"/>\n    <path fill=\"#D4AF38\" d=\"M159.227 112.223c-.394-.25-.736-.528-1.63-1.121-.894-.594-1.223-1.253-1.223-1.253h.316c.171 0 .315-.238.329-.475a8.66 8.66 0 00-.066-1.292c-.066-.567.092-1.029.092-1.029s.381.356.959.659c.578.303.815.158.815.158l.145-.579s.25.528.605 1.147c.355.62 1.315 1.306 1.999 1.82.684.515 1.433 1.056 1.999 1.253.565.198.236.462.236.462s-.565.567-2.025.83c-1.459.264-2.156-.329-2.551-.58z\"/>\n    <path fill=\"#D4AF38\" d=\"M154.123 111.656c.522-.055.833-.252.934-.818.066-.369-.027-1.78-.027-1.78s.171.144.369.382c.197.237.645.29.645.29s.065.198.263.514c.197.317.447.699.947 1.015.499.317 1.078.687 1.459 1.003.382.317.829.686 1.328.963.5.277.947.726 1.118 1.463.171.738.039.976-.539.937-.579-.04-.644.013-1.578-.225-.933-.237-2.261-1.279-3.234-1.898-.975-.62-1.684-1.846-1.685-1.846z\"/>\n    <path fill=\"#D4AF38\" d=\"M151.535 112.509s.395-.5.539-1.068c.144-.567.42-1.687.42-1.687s.132.356.447 1.027c.316.673.854.831.854.831s.027.29.474.857c.447.567 1.103 1.094 1.775 1.491.671.395 1.539.936 2.012 1.608.473.673.513 1.371.288 1.675-.223.303-.538-.04-.986-.264-.447-.224-1.723-.421-3.484-1.371-1.759-.95-2.339-3.099-2.339-3.099z\"/>\n    <path fill=\"#D4AF38\" d=\"M150.772 116.456c-.487-.725-.566-2.492-.566-2.492s.171-.119.408-.317c.236-.198.697-.896.697-.896s.289.606.604 1.173c.316.568.474.765 1.131 1.371.657.607 1.552 1.201 1.933 1.846.381.646.171 1.939-.079 2.373-.25.436-.605.29-.973-.065-.368-.356-.486-.448-1.13-1.003-.645-.552-1.539-1.264-2.025-1.99z\"/>\n    <path fill=\"#B96C29\" d=\"M156.556 101.667c-.259-.528-.551-1.17-.788-1.495-.236-.327-.405-.698-.405-.698s.63.574.877.979.405.798.518 1.237c.113.438.057.505-.202-.023zM154.057 102.117c-.102-.35-.158-.581-.158-.581s-.102-.338-.045-.36c.056-.023.315.21.495.783.181.574.45 1.405.394 1.439-.056.034-.584-.932-.686-1.281zM152.088 103.701c-.112-.247-.112-.258-.112-.258s-.203-.652-.203-.787.067-.292.236.045c.169.338.18.663.214.81.033.146.224.652.168.698-.055.044-.19-.259-.303-.508zM158.201 109.702l.263-.158s.158.212.381.449c.223.236.474.33.644.554.171.224.434.501.841.712.407.211.565.276.486.343-.079.066-.355-.093-.355-.093s-.118-.013-.605-.303c-.487-.289-.604-.447-.92-.725-.314-.278-.735-.779-.735-.779zM156.068 112.223c-.184-.198-.381-.33-.276-.436.105-.105.237-.092.407.053.171.145.657.606.881.805.224.198.407.317.631.488.224.171.71.435.946.567.237.132.014.146.014.146s-.185-.093-.381-.159a14.191 14.191 0 01-.762-.316s-.224-.106-.526-.317c-.302-.211-.749-.633-.934-.831zM153.612 113.925c-.157-.316.013-.224.276-.118.263.105.855.752 1.197.989.341.236.631.33.92.475.289.145.289.223.276.29-.013.066-.131.066-.25.014-.119-.053-.526-.29-.526-.29s-.171-.052-.329-.066c-.158-.013-.381-.185-.737-.488-.353-.305-.669-.489-.827-.806zM152.468 116.18c.434.263 1.183.857 1.38 1.252.198.396.329.673.264.739-.066.066-.277-.066-.369-.225-.092-.158-.289-.396-.289-.396s-.75-.737-1.025-.909c-.276-.172-.723-.659-.829-.95-.105-.29-.026-.447-.026-.447s.461.672.894.936z\"/>\n    <path fill=\"#C52328\" d=\"M164.051 53.1c.397-.233 1.466-.69 2.604-.787 1.137-.096 2.016.075 2.96.33.676.183 1.225.211 1.766.066.814-.217 1.446-.952 1.66-1.852 0 0 .751.963-.017 2.008-.369.502-.849.817-1.339.915-1.593.321-3.156-.652-4.483-.736-1.275-.083-2.276.725-2.276.725s-.301.25-.726.003c-.423-.249-.546-.439-.149-.672z\"/>\n    <path fill=\"#D4AF38\" d=\"M168.64 99.216s.157-.015.376-.047c.22-.032.69-.189.831-.252.141-.062.361-.079.501.079.141.157 1.285.833 1.285.833h-1.897c-.657-.001-1.096-.613-1.096-.613z\"/>\n    <path fill=\"#D4AF38\" d=\"M163.301 98.892v-.189l.253-.544s.295.185.582.482c.37.383.768.923.945 1.151.316.405.758.785.379.139s-.505-.925-.807-1.356c-.304-.43-.531-.62-.494-.646.038-.026.278-.063 1.074-.164.795-.102 1.288-.406 1.654-.621.366-.215 1.023-.57 1.023-.57s1.351.57 1.856.697c.505.126.808.202.316.443-.493.241-.909.316-1.149.468-.239.153-.985.393-1.439.393-.454 0-1.225.012-.922.329.303.317.644.925.972 1.849.329.925.341 1.748.341 2.153s-.05.81-.05.81-.556-.619-2.046-1.557c-1.49-.937-2.045-1.253-2.323-1.381-.277-.126-.418-.126-.366-.481.05-.353.201-1.227.201-1.405z\"/>\n    <path fill=\"#D4AF38\" d=\"M157.611 94.364l.276-.125a.35.35 0 01.069.024c.175.088 1.083.699 1.45 1.294.367.594.734.647.332 0-.402-.647-.699-1.014-1.014-1.294a7.164 7.164 0 00-.317-.267 16.761 16.761 0 002.294-1.314c.1.198.29.549.506.777.315.332 1.014.612 1.014.612s-.56-.577-.752-1.014a4.502 4.502 0 01-.245-.76 9.929 9.929 0 001.505-1.437c.093.379.396 1.299 1.291 2.302 1.171 1.312 3.514 1.975 3.514 1.975s.821.088.157.263c-.664.175-1.137.472-2.43.244-1.293-.227-1.38-.28-1.555-.331-.175-.053-.647-.018 0 .227.646.244 2.15.471 2.727.419.577-.052 1.363-.175.542.263-.822.437-1.172.612-1.678.612-.507 0-.717.157-1.207.157-.49 0-.629-.088-.979-.157-.35-.07-.577.052-.577.192s.472.524.454 1.486c-.017.961-.087 1.591-.174 1.869a7.333 7.333 0 01-.437.997c-.14.262-.193.524-.332-.035-.14-.56-.454-1.364-.577-1.905-.122-.542-.192-.559-.244-.839-.052-.28-.35-.49-.21.017.14.507.298 1.154.402 1.608.105.455.35 1.294-.07.629-.419-.664-1.993-2.429-2.255-2.744-.262-.315-.471-.612-.664-.873-.192-.263-.734-.612-.997-.997-.237-.348-.932-1.025-1.229-1.267.445-.188.914-.386 1.41-.608zM179.342 54.014c-.041.963-1.108 2.806-1.715 3.791-.606.985-.773 1.382-.669 1.445.105.063.356-.44.69-.879.335-.44.983-1.466 1.527-2.241.543-.775 1.338-2.617 1.442-2.785.105-.167.147-.272.418-.063.272.21.795 2.241.167 3.623-.627 1.382-1.567 2.386-1.965 2.868-.397.482-.92 1.236-.836 1.299.083.062.229-.126.71-.629a44.27 44.27 0 001.798-1.989c.425-.51 1-1.546 1.203-1.916.076-.14.173-.102.247-.029.172.173.447.575.327 1.673-.167 1.529-.961 2.408-1.672 3.183-.711.775-1.422 1.424-1.318 1.529.105.105.837-.545 1.338-1.026.502-.481 1.736-1.675 2.007-2.011.272-.335.669-.168.648 1.152-.021 1.32-1.485 2.66-2.091 3.393-.607.732-1.36 1.172-1.297 1.319.063.147.67-.23 1.067-.503.397-.272 1.882-1.236 2.175-1.445.293-.209.44.189.063 1.445-.376 1.256-1.464 2.261-2.112 2.722-.648.461-1.693 1.026-1.631 1.173.062.146.502-.042 1.108-.335a12.393 12.393 0 011.861-.712c.523-.147.523.23.523.23s.105 1.068-.669 1.927-1.652 1.194-2.487 1.34c-.837.147-.962.189-.941.315.021.126.104.146.293.146.188 0 .962.084 1.673.084.711 0 1.087.167 1.087.481 0 .314.021.733-1.045 1.445-1.066.713-2.258.817-2.76.922-.502.105-.522.147-.419.293.104.146.334.126 1.13.21.794.083 1.276.398 1.38.607.104.209-.063.838-.712 1.277-.648.44-1.483.587-2.739.502-1.256-.085-1.568-.105-1.61.105-.042.209.376.272 1.004.377.627.104 1.108.104 1.464.397.356.294.083.901-.523 1.34-.606.44-2.112.44-2.739.398-.627-.042-1.589-.272-1.652-.105-.063.168.46.42 1.108.649.649.232.837.377.962.65.125.272.021.523-.753.816-.774.294-1.902.294-2.488.021-.586-.271-.899-.377-1.004-.271-.104.105 0 .209.126.356.125.147.627.544 1.275.712.648.168.711.168.941.691.23.524-.355.943-1.526.985-1.172.041-2.739-.419-3.242-.713-.502-.294-.689-.356-.773-.251-.083.104-.063.167.188.355.251.189 1.045.754 1.443.859.397.104.439.397.439.67 0 .272.105.816-.941 1.068-1.045.251-2.279.064-3.408-.733-.364-.256-.575-.468-.694-.651.092-1.069.043-1.804-.085-2.482a4.111 4.111 0 001.072-.26c.627-.251.878-.837 1.025-1.152.147-.314.355-.314.607-.231.251.085.502.189.857.168a2.467 2.467 0 001.652-.86c.544-.649.44-1.276.46-1.592.021-.314.523-.083.773-.083.252 0 .983-.105 1.652-.565.669-.46.669-1.089.733-1.34.063-.251.334-.418.544-.503.208-.083.544-.167 1.004-.544.46-.377.627-1.11.648-1.361.021-.251.293-.272 1.234-.754.94-.481.857-1.487.815-1.884-.042-.399-.481-.733-.481-.88 0-.147.314-.188.627-.377.314-.188 1.109-.502 1.129-1.675.021-1.173-.753-1.299-.753-1.299s.147-.063.46-.251c.313-.189 1.17-.775 1.17-1.466s-.313-1.005-.543-1.173c-.231-.167-.858-.335-.858-.335s.398-.252.565-.796c.167-.545.231-1.214-.167-1.696-.397-.482-1.067-.482-1.422-.482-.356 0-.669.188-.794.084-.126-.105-.146-.189-.021-.461.125-.272.147-.943.042-1.173-.105-.231-.126-.691-1.026-.984-.899-.293-1.839.314-2.132.482-.293.168-.168-.231-.168-.524 0-.293.606-1.026 1.297-2.073.69-1.047 1.004-1.592 1.778-3.183.774-1.591 1.276-3.644 1.38-4.167.104-.524.314-.273.314-.273s.209.084.689 1.298c.48 1.219.564 2.329.522 3.291z\"/>\n    <path fill=\"#D4AF38\" d=\"M163.568 75.431c.539-.027 1.239-.323 1.778-1.105.538-.782 1.347-.972 2.748-.945 1.4.027 2.047-.647 2.397-1.618.35-.972-.054-2.078-1.481-2.779-1.427-.701-2.074-1.484-2.128-2.697-.054-1.214 1.427-2.725 2.909-4.424 1.482-1.699 2.639-4.101 2.639-4.101s.431.567.431 1.133c0 .566-.215 1.16 0 1.321.215.162.295-.242 1.157-.62.862-.378 1.562-.432 2.101.189.539.62 0 1.699-.484 2.212-.485.513-.889.891-.754 1.08.135.189.862-.297 1.104-.459.243-.162.808-.782 1.644-.701.835.081 1.132.323 1.212 1.025.081.701-.754 1.321-1.293 1.592-.539.269-.754.512-.619.62.134.108.27 0 .512-.08.242-.081.916-.162 1.346 0 .431.162 1.132.755.485 1.484-.646.729-1.993.998-2.263 1.051-.269.054-.404-.027-.431.188-.026.216.566.216 1.293.244.727.027.943.728.835 1.268-.108.539-1.319 1.132-1.993 1.241-.674.108-.916 0-.97.188-.054.189.08.27.458.378.377.107 1.105.189 1.24.782.135.594.161.863-.404 1.376-.566.512-1.481.431-1.751.377-.27-.054-.593-.351-.862-.081-.269.269.243.485.701.809.458.324.43.944-.35 1.376-.781.432-1.562.269-1.885.162-.323-.108-.754-.62-.97-.297-.215.324.673.432 1.051.891.377.458.242 1.213-.512 1.671-.754.459-1.993.135-2.209-.054-.215-.189-.484-.269-.646-.107-.162.161.08.592.242.971.161.377.458 1.483-.674 1.915-1.132.431-2.154-.54-2.343-.729-.189-.188-.377-.216-.539-.134-.161.082-.081.243.054.432.134.189.43.998-.377 1.565-.552.387-1.154.358-1.48.302-.168-.632-.387-1.307-.61-2.252h.168c.108 0 .129.161.129.226s-.032.119.065.119.108.054.248.152c.14.097.269.215.346.161.075-.054-.292-.248-.389-.367-.097-.119-.291-.303-.302-.431-.011-.13-.075-.206-.269-.367a.69.69 0 01-.145-.169 30.65 30.65 0 01-.373-2.257 17.843 17.843 0 01-.14-1.708l.353-.019zM186.589 58.617c-1.203 2.434-2.903 3.805-2.903 3.805s.223-.605.322-1.02c.098-.416.022-.887.022-.887s.427-.547 1.214-1.762c.789-1.214 1.204-3.009 1.204-3.009s-.733 1.794-1.302 2.747c-.57.952-1.226 1.728-1.226 1.728s-.229-.842-.394-.886c-.164-.044-.284.088-.426.273-.142.186-.263.169-.263.169s.194-.402.493-.883c.135-.219.334-.455.474-.677.449-.709 1.415-2.055 1.912-3.402.496-1.348 1.581-4.727 1.77-5.72.189-.992.377-.449.567.284.188.733.448 1.772.283 3.332-.166 1.56-.544 3.474-1.747 5.908zM185.032 65.189c-.448.331-1.109.78-1.109.78s.105-.244.171-.537c.066-.293.094-.896.094-.896s.527-.463.895-.784c.367-.321.829-.736 1.743-1.869.915-1.133.18-.453-.565.359-.744.812-2.168 1.991-2.168 1.991l-.009-.264a.98.98 0 00-.217-.594c-.133-.17-.062-.194.74-.808.802-.615 2.879-2.954 3.728-4.349.85-1.395 1.77-3.285 1.77-3.285s.448 2.789-1.251 5.861c-1.698 3.071-3.374 4.064-3.822 4.395zM176.117 82.781c-.931-.361-.676-1.279-.676-1.295 0-.015.571.181 1.096.376.526.196 1.817.571 2.328.586.51.015.51-.06.525-.135.015-.075-.39 0-1.126-.136-.736-.136-2.027-.812-2.252-.962-.225-.151-.195-.181.135-.212.331-.029.616-.18.736-.285.12-.105.465.045 1.306.242.841.195 2.583.495 3.919.495 1.337 0 2.583-.225 2.793-.271.211-.045.435.076-.21 1.159-.646 1.082-2.914 1.669-4.49 1.654-1.576-.013-3.153-.855-4.084-1.216zM180.307 80.545c-1.627.013-2.233-.47-2.233-.47s0-.083.22-.414c.221-.33.179-.897.179-.897s.386.069 1.062.166c.675.097 1.46.193 2.329.042.869-.152.496-.249-.193-.166-.689.083-2.012-.166-2.439-.317-.427-.152-.248-.29.041-.387.289-.096 1.075-.593 1.075-.593s1.971.248 3.804.042c1.833-.208 2.992-.677 3.364-.732.372-.055.359.097.359.097s.096.165-.538 1.158c-.634.995-1.875 1.644-2.923 1.947-1.047.303-2.48.51-4.107.524zM180.725 76.734s.069-.097.165-.428c.097-.331-.179-.58-.179-.58s.372-.11 1.585-.262c1.213-.152 1.282-.248 2.027-.414.744-.165 1.24-.386 1.227-.469-.014-.083-.248.042-.689.207-.441.166-2.302.359-3.088.47-.786.11-1.227.193-1.364.11-.138-.083-.62-.207-.62-.207s.33-.096.744-.165a2.632 2.632 0 001.006-.4c.221-.152.29-.194 1.282-.303.992-.11 1.792-.428 3.571-1.077 1.777-.649 3.115-1.422 3.473-1.711.358-.29.331-.083.235.29-.097.373-.082.842-.979 1.891-.896 1.049-1.337 1.505-3.597 2.334-2.263.824-4.799.714-4.799.714zM187.409 71.227c-1.999 1.408-4.341 1.925-4.838 1.987-.111-.13.121-.598.015-.884-.129-.342-.345-.345-.828-.373-.483-.029-.166-.125-.055-.125.11 0 .137-.014.938-.221.799-.206 1.612-.331 2.715-.746 1.103-.414 1.434-.718 1.406-.801-.027-.083-.51.263-1.53.649s-2.206.538-2.853.677c-.648.137-.082-.139.221-.318.303-.18.73-.842.73-.842s.717-.124 1.889-.483c1.172-.359 2.15-.76 3.128-1.312.336-.19.662-.436 1.013-.687.67-.481 1.344-.973 1.607-1.162.4-.29.276-.055.234.124-.041.18-.317 1.008-.951 1.919-.635.913-.842 1.189-2.841 2.598zM187.737 67.266c-1.971 1.561-3.666 2.042-3.956 2.167-.289.125-.262-.041-.206-.207.055-.166.097-.704.097-.704s.703-.401 1.489-.856c.785-.456 1.653-1.077 2.232-1.477.579-.4.234-.373.056-.222-.18.152-.979.622-1.778 1.118-.8.497-2.012 1.215-2.012 1.215s-.028-.262-.193-.428c-.166-.166-.578-.124-.578-.124s.207-.207.331-.401c.124-.194.772-.4 1.502-.746.731-.345 2.04-1.311 3.005-2.125.965-.814 2.84-2.857 2.963-3.023.124-.166.207-.138.221.069.014.207.082.345-.125 1.284-.208.939-1.076 2.9-3.048 4.46zM180.762 52.514c-.224.464-.468.815-.645 1.117-.266.457-.416.752-.416.752s-.054-.161-.011-.435c.042-.274.084-.654.01-1.108-.039-.243-.092-.485-.078-.7.015-.245.097-.457.131-.597.063-.264.348-1.414.485-2.226.136-.812.284-1.973.274-2.996-.01-1.023-.158-.507-.158-.01 0 .496-.052 1.256-.211 2.426-.158 1.171-.653 2.954-.653 2.954s-.031-.274-.179-.665c-.148-.39-.39-.833-.58-1.319-.189-.485-.122-.566-.122-.566s.691-3.312.874-4.878c.182-1.565.473-5.679.473-5.679 1.013 1.018 1.765 3.699 1.899 6.235.1 1.91-.208 3.678-.298 4.395-.177 1.42-.423 2.528-.795 3.3zM183.007 57.741c-.031-.75-.204-1.318-.688-1.484 0 0 .428-.751.802-1.82.255-.733.467-1.672.574-2.393.265-1.775.476-3.604-.053-.609-.528 2.994-1.164 4.054-1.164 4.054l-.767 1.246c.113-.547.131-.932.102-1.529-.029-.597-.106-1.407-.287-2.048 0 0 .926-1.854 1.508-4.081.581-2.227.915-4.251.926-5.458.053-1.168.08-1.619.08-1.619s.952.715 1.269 4.345c.318 3.631-.635 7.102-1.111 8.427-.476 1.325-1.191 2.969-1.191 2.969zM172.62 85.425s.15-.105.601-.391c.45-.285.315-1.143.315-1.143s.12.09.451.316c.33.226.705.481 1.155.662.45.181.676.301.961.391.286.09.21-.03-.03-.166-.24-.135-.315-.211-.916-.451-.6-.241-1.801-1.294-1.801-1.294s.285-.03.781-.045c.496-.015 1.126-.27 1.126-.27s.495.45 2.492 1.307c1.998.858 3.694 1.083 3.694 1.083s-.211 1.023-1.171 1.369c-.797.346-1.892.556-4.04.045-2.147-.51-3.618-1.413-3.618-1.413zM169.99 87.474c-.166-.843.315-1.43.315-1.43s.105.06.405.331c.3.271.736.782 1.577 1.203.84.421 1.141.391.33-.045-.811-.437-1.997-1.669-1.997-1.669l.315-.12c.316-.12.856.09 3.109 1.443 2.252 1.354 3.574 1.399 3.574 1.399s-1.006 1.218-3.739 1.128c-2.733-.091-3.724-1.399-3.889-2.24zM164.825 86.494s.301.42.706.691c.405.271 1.486.436 1.486.436s.045.12.255.391c.211.271.675.918 1.156 1.264.48.346 1.232.571 1.276.481.045-.091-.436-.271-.901-.557-.466-.285-.886-.812-1.201-1.173-.316-.362.135-.301.135-.301s.57.015 1.097-.03c.525-.046.42 0 .57.256.15.256.36.481.751.932.476.55.928 1.049 1.382 1.593.3.361.075.466.075.466s-.135.226-1.351.361a3.83 3.83 0 01-2.421-.504c-.53-.307-1.077-.794-1.635-1.405-1.455-1.593-1.38-2.901-1.38-2.901zM164.178 89.784c.3.391.466.557.466.557s-.211-.646-.39-.948c-.096-.16-.2-.313-.278-.419a8.08 8.08 0 00.488-1.461c.134.433.549 1.703 1.066 2.528.63 1.007 1.186 1.368.826 1.638-.361.271-1.066.331-1.863-.06-.768-.377-.991-1.036-1.1-1.568.135-.209.262-.426.379-.654.099.061.243.176.406.387z\"/>\n    <circle cx=\"164.356\" cy=\"49.57\" r=\"1\" fill=\"#D4AF38\"/>\n    <path fill=\"#D4AF38\" d=\"M165.533 48.605c-.51-.012-.785-.254-1.348-.199-.664.065-1.564.452-2.657 1.032-.855.386-1.983.579-3.07.268-.304-.088-.605-.254-.896-.418-1.328-.753-1.007-2.236-1.007-2.236.981.707 2.193 1.087 3.322 1.011 0 0-.086.065-.279.258-.193.194-.546.419-.428.517.116.097.6-.366 1.007-.667a6.065 6.065 0 012.036-1.01c1.029-.302 2.186-.323 2.958.106.772.431.836.968.728 1.183-.059.12-.201.159-.366.155zM151.09 59.437c.236-.065.643-.129 1.178-.623.537-.494 1.822-1.913 1.973-2.171.15-.258.085-.494-.279-.646-.364-.15-.622-.623-.622-.623s.793-.301 1.329-.688c.536-.386 1.78-1.505 1.951-1.784.172-.279.086-.322-.171-.408-.258-.086-.322-.258-.322-.258s.579-.365 1.114-.795c.536-.43 1.264-1.14 1.264-1.14.803.323 2.064.187 2.744.065a7.316 7.316 0 002.079-.709s.043.193.193.559c.15.365.707.581 1.264.215.557-.365.429-1.161.429-1.161s.45-.279 1.372-.623c.921-.344 1.671-.387 2.422-.043.751.343 1.115 1.376 1.115 2.15 0 .773-.408.451-.493.343-.086-.107-.257-.667-1.2-.817-.943-.151-1.801.301-2.872 1.182-1.072.882-1.307.946-1.843 1.505-.536.559-.108.86.814 1.161.921.301 2.1-.301 2.143-.279.177.089-.397.908-1.192 1.218-.795.309-1.811.109-2.602-.208-.536-.215-.635.007-.792.172-.87.915-1.097 1.772-1.243 2.817-.444-.137-.753-.581-.814-.946-.03-.175-.086-.559-.386-.28-.299.28-.536 1.827-.536 2.537s.215 1.656.215 1.656l-.215-.022c-.129-.021-.386-.172-.729-.365-.342-.194-.364.022-.364.408 0 .387-.128 1.118-.643 2.429-.515 1.312-1.265 1.741-1.265 1.741s-.15-.258-.3-.773c-.149-.516-.257-1.526-.257-2.408 0-.882.236-2.774.236-2.774s-1.071 1.312-2.186 1.635c-1.115.322-2.229.129-2.701-.409-.473-.538-.043-.774.192-.84z\"/>\n    <path fill=\"#D4AF38\" d=\"M158.422 62.831s.338.749.523 1.015c.185.267.266.308.266.308s-.338.287-.831.441c-.492.154-.933.246-.933.246s.554-.76.749-1.293c.195-.533.226-.717.226-.717zM151.727 62.391c.165-.421.268-.657.268-.657.684.137 1.981-.184 2.544-.523 0 0-.513 1.046-1.026 1.405s-.585.38-.585.38.513.082 1.201-.595a4.748 4.748 0 00.995-1.457s-.154 1.806.123 2.914.338 1.252.338 1.252-1.457.256-3.078-.195c-1.621-.452-1.744-.595-1.744-.595s-.195-.051.062-.39.738-1.119.902-1.539z\"/>\n    <path fill=\"#B96C29\" d=\"M154.672 58.425c.499-.573.548-.711.548-.711s.174.174.025.424c-.149.249-.86.872-1.346 1.146a3.462 3.462 0 01-.972.361l.025-.1c-.001.002 1.221-.547 1.72-1.12zM156.649 62.189s.125-2.269.125-2.605c0-.336.212-.249.212-.249l.249.112-.488 3.317c-.053.357-.229.327-.319.311.179-.093.214-.782.221-.886zM159.711 52.369c.185-.185.601-.323.199.124-.401.447-.925 1.003-1.079 1.466-.155.463-.247 1.033.015.91.262-.124.448-.124.725-.355.278-.232.802-.618 1.019-.679.216-.062.601 0 .293.339a7.79 7.79 0 01-1.234 1.096c-.586.432-.926.617-1.234.833-.308.217-.617.401-.617.401s.278-1.851.786-2.669c.509-.817.941-1.281 1.127-1.466zM169.714 83.377c.375.285.869.402.869.402s.233-.012.233.078c0 .091-.272 0-.557-.051-.286-.052-.674-.338-.817-.441-.143-.104-.351-.234-.285-.416.064-.183.181.142.557.428zM166.484 85.106c.078.09.7.558.7.558s.195.13.402.207c.207.078.259.195.259.195s-.039.051-.259-.012c-.221-.066-.869-.52-1.076-.702-.207-.182-.299-.234-.221-.311.078-.078.116-.026.195.065zM179.576 61.842c-.116.141-.257.335-.322.27-.065-.064.013-.129.168-.31s.245-.271.245-.271.22-.349.349-.478c.129-.129.322-.193.077.103-.246.299-.401.544-.517.686zM180.57 64.022c-.142.13-.271.245-.426.413-.155.168-.271.348-.361.258-.091-.091.232-.283.373-.465.142-.181.258-.297.438-.439.181-.142.4-.258.4-.258s-.282.362-.424.491zM180.199 67.542c-.246.259-.609.337-.661.234-.051-.104.026-.187.233-.291.206-.103.541-.322.71-.439.167-.117.335-.246.451-.361.116-.116.253-.221.296-.181.043.04-.342.454-.458.519-.116.064-.324.259-.571.519zM179.487 70.359c0-.104-.026-.155.182-.169.207-.013.493-.051.493-.051s.402-.156.428-.078c.025.078-.337.234-.493.26a1.64 1.64 0 00-.44.129c-.092.052-.17.012-.17-.091zM179.178 73.42c.44 0 .817-.104.842-.039.026.065-.207.169-.427.247-.221.078-.636.104-.921.117-.285.013-.337-.051-.324-.194.013-.144.388-.131.83-.131zM175.728 76.772c.064-.065.22-.013.467.038.245.053.647.131.881.118.233-.013.739-.027.739-.027l.285.065c0 .065-.376.052-.92.116-.544.065-.907-.051-1.166-.091-.261-.037-.351-.154-.286-.219zM174.302 79.158c.273.104.467.129.674.129.207 0 .7.091.7.091s.234.026.194.117c-.038.091-.116 0-.323-.026-.208-.026-.363 0-.726-.013s-.57-.104-.791-.143c-.22-.039-.466-.156-.35-.299.117-.142.351.039.622.144zM171.527 80.962c.156.156.752.559.752.559s.117.091.35.208c.233.116.22.169.181.234-.039.065-.181-.091-.311-.143-.129-.052-.557-.338-.778-.519-.22-.183-.505-.325-.453-.454.052-.131.104-.039.259.115zM176.145 57.595s-.052.118-.53.718c-.479.599-.222.034-.102-.119.12-.155.821-1.146 1.06-1.42.239-.274.274-.137.154.034a70.91 70.91 0 01-.582.787zM177.152 60.67c-.068-.068.086-.137.359-.479.274-.342.821-1.043.821-1.043s.154-.325.205-.291c.051.034-.188.547-.41.77-.222.222-.513.65-.667.838-.154.188-.239.274-.308.205zM175.826 66.436c0-.167.542-.142.786-.194l.683-.142s.516-.091.529-.026c.013.064-.103.128-.387.181-.283.051-.709.18-1.032.232-.322.052-.579.117-.579-.051zM177.152 63.323a4.727 4.727 0 01-.786.53c-.188.102-.341.257-.445.137-.103-.121.086-.205.394-.342.308-.137.461-.256.461-.256s.171-.085.325-.171c.155-.086.411-.188.051.102zM174.059 61.27c.223-.188.411-.292.411-.292s.274-.256.325-.171c.051.086-.307.342-.479.496-.171.154-.479.599-.633.513-.154-.085.154-.358.376-.546zM176.08 69.305s.299.077.492.129c.194.052.207.144-.143.144-.351 0-.493-.091-.843-.157-.35-.065-.467-.104-.415-.22.052-.117.234-.078.376-.039l.533.143zM175.536 72.216c.026.066-.246 0-.427-.065s-.558-.259-.778-.324c-.221-.065-.221-.104-.221-.234 0-.129.235-.026.519.065.285.091.649.377.649.377s.232.116.258.181zM171.79 73.978c-.26-.157-.312-.273-.221-.351.091-.077.168-.065.375.104.208.169.61.454.61.454s.207.078.363.156.35.208.298.285c-.051.078-.376 0-.544-.143-.168-.142-.622-.35-.881-.505zM170.023 76.317c-.104-.091-.414-.194-.557-.299-.143-.104-.234-.415-.117-.454.117-.039.181.129.427.311.247.182 1.09.74 1.09.74l.221.091c.234.091.129.157-.065.13-.195-.026-.324-.026-.557-.207-.234-.182-.338-.221-.442-.312zM167.408 78.534c-.221-.091-.545-.376-.701-.518-.156-.144-.35-.325-.234-.416.117-.09.246.026.428.194.182.169.662.675.662.675s.064.013.324.221c.26.207-.013.168-.104.078-.091-.09-.156-.143-.375-.234z\"/>\n    <path fill=\"#D4AF38\" d=\"M156.744 45.275l-1.055-.748 1.242-.319.797.636z\"/>\n    <ellipse cx=\"153.368\" cy=\"44.398\" fill=\"#B96C29\" rx=\"1.006\" ry=\"1\"/>\n    <circle cx=\"153.368\" cy=\"44.193\" r=\"1\" fill=\"#D4AF38\"/>\n    <path fill=\"#D4AF38\" d=\"M155.468 41.066c-.259.096-.595.054-.595.054s-.102-.446.144-.664c.246-.217.469-.373.613-.518.145-.145.18-.194.18-.194s0 .386.018.627c.018.243-.102.598-.36.695z\"/>\n    <circle cx=\"154.934\" cy=\"41.555\" r=\"1\" fill=\"#D4AF38\"/>\n    <path fill=\"#D4AF38\" d=\"M156.307 41.367c.078.109.246.283.246.283s-.204.006-.373.126c-.168.121-.385.223-.583.199a.274.274 0 01-.24-.344c.041-.133.137-.271.462-.392.326-.119.41.019.488.128z\"/>\n    <path fill=\"#D4AF38\" d=\"M155.604 42.542c.632.057 1.467-.642 1.467-.642.078.561.425.852.956.959l-.049.025s-.494.253-1.077.341c-.264.04-.499-.005-.783-.062-.342-.069-.727-.167-.935-.295-.381-.235-.267-.845-.267-.845s.056.462.688.519zM158.065 41.908c.26-.097.649-.284.811-.293.162-.008.397-.049.356.252-.041.301-.348.447-.648.455-.3.009-.454-.105-.633-.195-.177-.089-.145-.122.114-.219zM160.043 40.835c.283-.203.536-.26.536-.26s.186.488.081.789c-.106.301-.325.382-.592.373-.267-.007-.665-.146-.551-.349.113-.203.243-.35.526-.553z\"/>\n    <circle cx=\"159.785\" cy=\"42.207\" r=\"1\" fill=\"#D4AF38\"/>\n    <path fill=\"#D4AF38\" d=\"M159.181 39.78c.175-.832.145-1.736-.642-2.889-.789-1.153-2.16-1.62-2.16-1.62s-.044-.088-.482-.554c-.437-.467-1.328-1.05-1.328-1.05s1.033.255 1.621.443l-.001.031c0 .399.317.722.708.722a.705.705 0 00.403-.128c.318.062 1.38.696 1.652.922a.726.726 0 00-.107.381c0 .398.318.722.709.722a.69.69 0 00.325-.081c.032.05.062.102.09.154.223.409.387.802.508 1.161a.755.755 0 00-.303.626c0 .396.268.719.6.722.023.234.021.397.012.466-.029.234-.116.38-.525.496-.409.117-.964.831-.964.831-.039.002-.331-.522-.116-1.355z\"/>\n    <path fill=\"#D4AF38\" d=\"M156.668 34.456c-.149-.121-.176-.306-.057-.412.117-.106.333-.094.483.028.148.122.175.307.057.413-.118.106-.334.094-.483-.029zM159.312 36.242c-.167-.153-.197-.384-.064-.517s.377-.117.545.036c.167.152.196.383.064.517-.133.132-.377.117-.545-.036z\"/>\n    <circle cx=\"160.887\" cy=\"38.488\" r=\"1\" fill=\"#D4AF38\"/>\n    <path fill=\"#D4AF38\" d=\"M152.075 32.82c.212.046.604.174 1.19.481h-.011c-.408 0-.724.261-.724.598 0 .338.371.705.778.705.407 0 .685-.354.685-.692a.53.53 0 00-.052-.226c.174.107.36.226.558.359 1.298.876 1.605 1.299 2.247 2.496.642 1.196.875 2.509.598 3.283-.277.773-1.299.934-1.313.934-.015 0 .117-.117.132-.262.015-.147-.03-.219-.073-.512-.044-.291-.015-.641-.015-.641s-.234-.03-.364.131c-.132.16-.322.35-.452.51-.132.16-.482.467-.482.467s-.205-.292-.205-.643c0-.35.234-.729.278-1.342.044-.613-.278-1.708-.876-2.51-.598-.802-1.721-1.532-2.057-1.693-.335-.16-.394-.409-.409-.555-.014-.146-.044-.247-.073-.613-.031-.362.304-.347.64-.275z\"/>\n    <path fill=\"#D4AF38\" d=\"M153.364 34.206c-.23 0-.438-.207-.438-.396 0-.19.179-.336.409-.336.229 0 .416.154.416.343a.394.394 0 01-.387.389zM151.432 41.835c-.313.128-.666.056-.833-.055-.167-.112-.222-.395-.026-.557a.629.629 0 01.672-.055c.182.101.591.389.591.389s-.09.152-.404.278z\"/>\n    <path fill=\"#D4AF38\" d=\"M150.429 42.187c.113.174.196.28.544.295.348.015.725-.008.952-.235.227-.227.385-.546.385-.546l.393-.007s.128.546.302.697c.174.152.779.175 1.043-.023.264-.197.506-.439.551-.409.045.03 0 .227-.271.462-.272.234-.461.379-.9.379h-2.493s-.506.03-.65-.273c-.144-.303-.15-.493-.083-.568.068-.075.114.053.227.228z\"/>\n    <path fill=\"#D4AF38\" d=\"M154.221 41.765c-.374.208-.58.081-.717-.086-.136-.167-.161-.243-.161-.243s.354-.127.524-.228c.172-.101.288-.198.46-.177.172.021.197.046.197.046s.071.479-.303.688z\"/>\n    <circle cx=\"156.026\" cy=\"38.081\" r=\"1\" fill=\"#B96C29\"/>\n    <path fill=\"#B96C29\" d=\"M154.582 35.224c.333-.224.822-.135 1.093.2.27.335.219.789-.115 1.012-.333.225-.823.135-1.093-.2-.27-.334-.218-.787.115-1.012z\"/>\n    <circle cx=\"156.059\" cy=\"37.974\" r=\"1\" fill=\"#D4AF38\"/>\n    <path fill=\"#D4AF38\" d=\"M154.929 35.315a.555.555 0 01.591.235c.112.189-.007.39-.292.448-.525.107-.776-.553-.299-.683z\"/>\n  </g>\n</svg>\n</li><li title=\"cif mg \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 201\">\n  <g fill=\"none\">\n    <path fill=\"#FFF\" d=\"M.5.5h300v200H.5z\"/>\n    <path fill=\"#FC3D32\" d=\"M100.5.5h200v100h-200z\"/>\n    <path fill=\"#007E3A\" d=\"M100.5 100.5h200v100h-200z\"/>\n  </g>\n</svg>\n</li><li title=\"cif mh \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 302 160\">\n  <g fill=\"none\">\n    <path fill=\"#00285E\" stroke=\"currentColor\" stroke- d=\"M1 1h300v157.907H1z\"/>\n    <path fill=\"#F8991D\" stroke=\"currentColor\" stroke-linejoin=\"bevel\" stroke- d=\"M301 40.032L1 146.578v-5.512L301 7.895z\"/>\n    <path fill=\"#FFF\" stroke=\"currentColor\" stroke-linejoin=\"bevel\" stroke- d=\"M1 152.058l300-79.811V40.032L1 146.578z\"/>\n    <path fill=\"#FFF\" d=\"M59.289 108.882l2.397-31.225 7.707 18.799-2.913-20.131 12.475 16.162-8.081-18.825 16.019 12.69-12.69-16.019 18.825 7.9-16.162-12.162 20.131 2.78-18.932-7.706 31.317-2.397-31.317-2.397 18.932-7.707-20.131 2.78 16.162-12.162-18.825 7.901 12.69-16.02-16.019 12.691 8.081-18.825L66.48 41.17l2.913-20.13-7.707 18.799-2.397-31.226-2.397 31.226-7.707-18.799 2.913 20.13-12.474-16.161 8.08 18.825-16.019-12.691 12.69 16.02-18.824-7.901 16.161 12.162-20.131-2.78 18.933 7.707-31.318 2.397 31.318 2.397-18.933 7.706 20.131-2.78-16.161 12.162 18.824-7.9-12.69 16.019 16.019-12.69-8.08 18.825 12.474-16.162-2.913 20.131 7.707-18.799z\"/>\n  </g>\n</svg>\n</li><li title=\"cif mk \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 151\">\n  <g fill=\"none\">\n    <path fill=\"#D20000\" d=\"M.5.5h300v150H.5z\"/>\n    <path fill=\"#FFE600\" d=\"M.5.5h45l105 72.321L255.5.5h45l-300 150h45l105-72.321 105 72.321h45L.5.5zm300 60v30l-300-30v30l300-30zm-165-60l15 64.286L165.5.5h-30zm0 150l15-64.286 15 64.286h-30z\"/>\n    <circle cx=\"150.5\" cy=\"75.5\" r=\"24.107\" fill=\"#FFE600\" stroke=\"currentColor\" stroke-/>\n  </g>\n</svg>\n</li><li title=\"cif ml \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 201\">\n  <g fill=\"none\">\n    <path fill=\"#14B53A\" d=\"M.5.5h100v200H.5z\"/>\n    <path fill=\"#FCD116\" d=\"M100.5.5h100v200h-100z\"/>\n    <path fill=\"#CE1126\" d=\"M200.5.5h100v200h-100z\"/>\n  </g>\n</svg>\n</li><li title=\"cif mm \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 201\">\n  <g fill=\"none\">\n    <path fill=\"#FECB00\" d=\"M.5.5h300v100H.5z\"/>\n    <path fill=\"#EA2839\" d=\"M.5 100.5h300v100H.5z\"/>\n    <path fill=\"#34B233\" d=\"M.5 67.166h300v66.667H.5z\"/>\n    <path fill=\"#FFF\" d=\"M80.407 84.759l43.32 31.473-16.547 50.926 43.32-31.474 43.32 31.474-16.547-50.926 43.32-31.473h-53.546L150.5 33.833l-16.546 50.926z\"/>\n  </g>\n</svg>\n</li><li title=\"cif mn \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 151\">\n  <g fill=\"none\" fill-rule=\"evenodd\">\n    <path fill=\"#C4272F\" fill-rule=\"nonzero\" d=\"M.5.5h300v150H.5z\"/>\n    <path fill=\"#015197\" fill-rule=\"nonzero\" d=\"M100.5.5h100v150h-100z\"/>\n    <circle cx=\"50.5\" cy=\"51.75\" r=\"13.75\" fill=\"#F9CF02\" fill-rule=\"nonzero\"/>\n    <circle cx=\"50.5\" cy=\"45.5\" r=\"15\" fill=\"#C4272F\" fill-rule=\"nonzero\"/>\n    <circle cx=\"50.5\" cy=\"48\" r=\"10\" fill=\"#F9CF02\" fill-rule=\"nonzero\"/>\n    <path fill=\"#F9CF02\" fill-rule=\"nonzero\" d=\"M44.25 29.25a6.251 6.251 0 0012.5 0c0-2.5-1.563-2.813-1.563-3.75 0-.937.938-2.188-.938-3.75.938 1.563-.625 1.875-.625 3.438 0 1.563.625 1.563.625 2.813a1.25 1.25 0 01-2.5 0c0-1.25 1.25-2.5 1.25-4.375s-.313-2.5-1.25-4.063c-.937-1.563-2.5-2.813-1.25-4.063-1.875.625-.938 3.125-.938 4.688 0 1.563-1.25 2.5-1.25 4.375s.938 2.188.938 3.438a1.25 1.25 0 01-2.5 0c0-1.25.625-1.25.625-2.813 0-1.563-1.563-1.875-.625-3.438-1.875 1.563-.938 2.813-.938 3.75 0 .937-1.561 1.25-1.561 3.75zM23 68h12.5v60H23zM65.5 68H78v60H65.5zM38 78h25v5H38zM38 113h25v5H38zM38 68l12.5 7.5L63 68zM38 120.5l12.5 7.5 12.5-7.5z\"/>\n    <circle cx=\"50.5\" cy=\"98\" r=\"13.25\" fill=\"#F9CF02\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-/>\n    <path stroke=\"currentColor\" stroke- d=\"M50.5 84.75a6.625 6.625 0 110 13.25 6.625 6.625 0 100 13.25\"/>\n    <circle cx=\"50.5\" cy=\"91.375\" r=\"2.5\" fill=\"#C4272F\" fill-rule=\"nonzero\"/>\n    <circle cx=\"50.5\" cy=\"104.625\" r=\"2.5\" fill=\"#C4272F\" fill-rule=\"nonzero\"/>\n  </g>\n</svg>\n</li><li title=\"cif mr \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"   viewBox=\"0 0 301 201\">\n  <defs>\n    <path id=\"a\" d=\"M.724.5h299.777v200H.724z\"/>\n  </defs>\n  <g fill=\"none\" fill-rule=\"evenodd\">\n    <path fill=\"#006233\" fill-rule=\"nonzero\" d=\"M.5.5h299.777v200H.5z\"/>\n    <ellipse cx=\"150.389\" cy=\"75.5\" fill=\"#FFC400\" fill-rule=\"nonzero\" rx=\"64.535\" ry=\"64.583\"/>\n    <mask id=\"b\" fill=\"#fff\">\n      <use xlink:href=\"#a\"/>\n    </mask>\n    <ellipse cx=\"150.389\" cy=\"58.833\" fill=\"#006233\" fill-rule=\"nonzero\" mask=\"url(#b)\" rx=\"62.453\" ry=\"62.5\"/>\n    <path fill=\"#FFC400\" fill-rule=\"nonzero\" d=\"M126.63 51.108l14.683 10.676-5.608 17.275 14.684-10.676 14.683 10.676-5.609-17.275 14.684-10.676h-18.15l-5.608-17.275-5.609 17.275z\"/>\n  </g>\n</svg>\n</li><li title=\"cif mt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 201\">\n  <g fill=\"none\" fill-rule=\"evenodd\">\n    <path fill=\"#CF142B\" fill-rule=\"nonzero\" d=\"M150.5.5h150v200h-150z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M.5.5h150v200H.5z\"/>\n    <path fill=\"#F1EEEE\" fill-rule=\"nonzero\" d=\"M34.006 30.996c0 .33-.373.597-.834.597-.461 0-.834-.267-.834-.597 0-.33.373-.597.834-.597.461-.001.834.266.834.597z\"/>\n    <path fill=\"#E60D2E\" fill-rule=\"nonzero\" d=\"M7.907 28.109v15.152h15.152c0 2.524 2.525 5.05 5.051 5.05v15.151h15.151V48.311c2.525 0 5.051-2.525 5.051-5.05h15.152V28.109H48.312c0-2.525-2.525-5.05-5.051-5.05V7.907H28.11v15.152c-2.525 0-5.051 2.525-5.051 5.05H7.907z\"/>\n    <path fill=\"#96877D\" fill-rule=\"nonzero\" d=\"M8.918 29.119v13.132h15.151c0 2.524 2.525 5.05 5.051 5.05v15.151h13.131V47.301c2.525 0 5.051-2.526 5.051-5.05h15.151V29.119H47.302c0-2.524-2.525-5.05-5.051-5.05V8.918H29.12v15.151c-2.526 0-5.051 2.526-5.051 5.05H8.918z\"/>\n    <path fill=\"#CCC\" fill-rule=\"nonzero\" d=\"M9.423 29.624v12.121h15.151c0 2.525 2.525 5.051 5.051 5.051v15.151h12.121V46.796c2.525 0 5.051-2.526 5.051-5.051h15.151V29.624H46.797c0-2.525-2.525-5.05-5.051-5.05V9.423H29.625v15.151c-2.525 0-5.051 2.525-5.051 5.05H9.423z\"/>\n    <path fill=\"#96877D\" fill-rule=\"nonzero\" d=\"M28.679 24.393c.888.888.648 2.566-.536 3.75-1.184 1.183-2.862 1.423-3.75.536-.887-.888-.647-2.567.536-3.75 1.183-1.183 2.862-1.423 3.75-.536z\"/>\n    <path fill=\"#D0D0D0\" fill-rule=\"nonzero\" d=\"M24.215 27.072l.357-.357 1.428.714L25.286 26l.357-.357 1.428 2.857zM28.864 26.719l-.707.707-2.144-2.143.707-.707z\"/>\n    <path fill=\"#96877D\" fill-rule=\"nonzero\" d=\"M46.977 28.679c-.888.888-2.566.648-3.75-.536-1.183-1.183-1.423-2.862-.535-3.75.887-.888 2.566-.648 3.75.535 1.183 1.184 1.423 2.863.535 3.751z\"/>\n    <path fill=\"#D0D0D0\" fill-rule=\"nonzero\" d=\"M44.299 24.215l.357.357-.714 1.429 1.429-.714.357.357-2.857 1.429zM44.65 28.862l-.707-.707 2.142-2.143.707.707z\"/>\n    <path fill=\"#96877D\" fill-rule=\"nonzero\" d=\"M42.692 46.978c-.887-.888-.648-2.566.536-3.75 1.183-1.183 2.862-1.423 3.75-.536.888.887.648 2.566-.535 3.75-1.185 1.183-2.864 1.423-3.751.536z\"/>\n    <path fill=\"#D0D0D0\" fill-rule=\"nonzero\" d=\"M47.156 44.3l-.357.357-1.428-.714.714 1.428-.357.357-1.428-2.857zM42.507 44.652l.707-.707 2.144 2.143-.708.707z\"/>\n    <path fill=\"#96877D\" fill-rule=\"nonzero\" d=\"M24.393 42.692c.888-.887 2.566-.648 3.75.536 1.184 1.183 1.424 2.862.536 3.75-.888.888-2.566.648-3.75-.536-1.184-1.183-1.424-2.862-.536-3.75z\"/>\n    <path fill=\"#D0D0D0\" fill-rule=\"nonzero\" d=\"M27.072 47.157l-.357-.357.714-1.429-1.429.714-.357-.357 2.857-1.429zM26.713 42.505l.707.707-2.142 2.142-.707-.707z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M46.291 35.685c.001 5.859-4.747 10.609-10.606 10.609-5.858 0-10.607-4.75-10.606-10.609-.001-5.858 4.747-10.608 10.606-10.608s10.608 4.75 10.606 10.608h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M43.766 35.686a8.08 8.08 0 11-16.162 0 8.08 8.08 0 1116.162 0h0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M32.15 44.272a.503.503 0 11-1.01 0 .505.505 0 111.01 0zM40.231 44.272a.506.506 0 01-.758.438.505.505 0 11.758-.438zM35.349 44.272v.526h-.673c-.673 0-.673.527 0 .527h.673v.527c.002.546.588.612.631.046l.043-.569h.673c.673 0 .673-.527 0-.527h-.673v-.527c0-.527-.674-.527-.674 0v-.003z\"/>\n    <path fill=\"#96877D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M41.45 37.229c.177-.045.47-.008.47-.008s.026.122-.051.162c.085.049.393.034.393.034s-.12.092-.179.128c.111.011.248.154.248.154s-.256.043-.367-.017c.068.136.06.256.06.256s-.414-.103-.563-.376M40.758 36.998c-.1.248-.837-.214-.837-.214s.325.515.811.572M31.56 41.721h8.626l.666-.529-1.11-.598-1.708-.581-.683-.376-1.264.068-1.059.563-1.452.171-.341.393-1.076.085-1.691-.034 2.818.444-2.323-.119z\"/>\n    <path fill=\"#96877D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M36.207 39.244c-1.08-.581-1.396.85-1.862 1.196.628.107 1.102-.483 1.64-.769.408 1.111 1.05.376 1.05.376s.671 1.063 1.563.581c.243.184.512.017.512.017s.325.06.393-.085c.171.06.359-.154.359-.154s.371.004.444-.188c.551.098 1.281-1.127 1.281-1.127l.222-.427.325-.068s.021-.214-.154-.205c-.004-.128-.115-.196-.273-.171.03-.077-.085-.136-.085-.136-.307.077-.325.854-.325.854s-.538.41-.734.512c-.008-.444-.752-1.046-.598-1.332.154-.286.636.44 1.059.307.423-.133.63-.682.649-1.11-.12-.29-.41-.769-.41-.769l-.273-.017-.239-.581s-.504.329-.495.615c.009.286.53.529.53.529s-.3.188-.581.102c-.026.29.341.235.478.239.068.209.273.325.273.325s.128.32-.205.29c-.333-.03-.726-.798-1.196-.444-.5.376.222 1.059.222 1.059s-.44.23-.7.82c-1.064-.896-1.688-.478-2.87-.239z\"/>\n    <path fill=\"#96877D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M34.652 37.724c.444.418.134 1.114.307 1.247.184.141.444-.068.444-.068.465.124 1.298-.136 1.298-.136.367.205.222-.098.444-.086.196.504.854.41.854.41s-.602-.615-.974-.786c-.286.171-1.119.196-1.264.171-.162-.029-.06-.227-.136-.342.306-.298.064-1.038-.103-1.315-.677-.452-1.488.322-.87.905h0zM31.7 36.472c-.559.151-1.528-.722-1.981-.386-.453.335-.242 1.159.06 1.57.295.401-.432.547-.628.785-.185.224.06.483.06.483l.205.133-.036.302.109.362s.1.088.133-.024c.093.094.01.365.242.399-.083-.174.06-.652.06-.652s.405.03.507-.145c.103-.175-.097-.556-.097-.556h.121c-.136-.093-.181-.374-.181-.374s.562-.178.556-.604c-.006-.426-.912-.879-.58-1.099.368-.245 1.008.634 1.558.23.544-.4.193-.012.193-.012s.249-.561-.301-.412zM34.584 30.49c-.747-.312-2.274-.331-3.126-.752-.373.023-.54.318-.555.436-.391-.019-.655.596-.598.717-.711-.288-1.042.837-.811 1.068-.606.025-.532.8-.589 1.016-.194.472.043.631.427.461.058.205-.023.32-.197.359 1.053 1.204 1.647-.741 2.571-.734 1.153-.338 1.606-.905 1.606-.905l.452.06.82-1.726z\"/>\n    <path fill=\"#96877D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M36.651 29.628a1.102 1.102 0 11-2.204 0 1.102 1.102 0 012.204 0h0z\"/>\n    <path fill=\"#96877D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M33.61 38.305c-.683-.124-1.815-.833-1.93-1.759.636-2.498 3.918-1.193 4.202-3.072-.072-1.24.15-2.467.837-3.504.32-.406.734-.512.734-.512s.074.264-.034.444c.542-.06 1.286.244 1.794.273.149.303.136.414.102.598-.034.184-.239.137-.239.137-.132.126-.292.254-.649.188-.269.205-.837.256-.837.256s1.187 1.251.991 1.64c.248.115.615.666.615.666s.812-.427 1.076-.82c.47 0 1.238.491 1.623.547.47.38.939.769.939.769s-.56.367-.803-.119c-.295.026-.931-.679-1.811-.461-.025.782-.888 1.332-.888 1.332s.805-.113 1.247.154c.457.384 1.127.905 1.127.905l.598 1.025s-.547.094-.752-.615c-.205.572-.214-.354-1.025-.786-.248.03-.371.047-.581-.12-.585.158-1.277.499-2.101.41-.585.184-1.012.67-1.605.939-.594.269-.769.137-.769.137l-.478.017c-.069.288-.03.726-.29.803.167.179-.119.944-.41 1.076.137.491.537.641.956.888 0 0 .371-.171.615.051.243.222.495.854.495.854s-.507.034-.666-.034c-.16-.068-.175-.235-.358-.188-1.157-1.029-1.768-.62-1.879-.854-.114-.241.274-.868.154-1.265h0z\"/>\n    <path fill=\"#96877D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M30.83 33.718c.061-.076.483.084.483.084l.773.483 1.57 1.015.556.809-1.002-.326-1.389-1.196-.749-.483c0 .001-.302-.311-.242-.386zM40.118 36.289c-.542-.137-1.879 1.486-1.879 1.486l1.008 1.093s.03-1.861.871-2.579z\"/>\n    <path fill=\"#96877D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M33.508 31.763c-.296.379-.322 1.143.063 1.451.036.464.431 1.399.74 1.487.339.096 1.691.41 2.221.325-.102.858.572 1.547 1.196 1.998a.366.366 0 00.066.266c.07.092.397.109.412.058.145.204.849.294.9.203.049-.089-1.035-.844-1.276-1.074-.204-.381-.591-1.231-.683-1.913-.533-.633-1.447-.621-1.447-.621l.029-1.241.051-1.401-.495-.256s.1-.045.154-.102c.12.051.346-.19.376-.258.114.04.217.04.237-.021.018-.054.038-.293.079-.417.374-.329-.054-1.027-.626-1.038-.565-.011-.692.674-.681.727.053.215.042.324 0 .376-.042.053-.239.171-.239.171s-.316-.149-.701 0c-.384.149-.815.35-.837.598-.175.026-.461.252-.512.444-.154-.03-.354.098-.683.632-.589.26-.623 1.52-.623 1.52s-.159.232-.166.354c-.007.123.055.235.132.214.008.081.115.154.162.128.017.081.134.127.205.115.007.056.234.042.252-.008.02-.055-.022-.332.004-.354.025-.02.214.124.265.086.051-.038-.01-.161-.038-.209-.026-.043-.188-.09-.227-.29-.038-.201.103-.478.103-.478s.641-.504.713-.935c.481.044.736-.378.874-.537h0z\"/>\n    <path fill=\"#96877D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M32.393 29.956c.146-.357.675-.325.675-.325s.189-.497.901-.201c.268-.207.974.09.974.09s.264-.352.611-.312c.642.075.748.663.709.764-.351.089-.96-.286-1.422-.179-.27.153-.708.314-.871.534-.429.046-.886-.393-1.577-.371h0zM33.73 30.55c.16-.098.553-.271.82-.06.28.301.709.581.709.581l.487.205.222.137-.145 2.229c-.451-.461-.873-.542-1.196-1.085-.173-.233-.041-.792-.341-1.161-.302-.37-.622-.62-.556-.846z\"/>\n    <path fill=\"#96877D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M34.9 31.194s.255-.048.326.012c.089.03.175.056.199.133.097.029.163.078.163.151.09.024.127.187.127.187l-.084.127s-.097-.091-.109-.187c-.061-.03-.196-.062-.23-.151-.106-.011-.174-.065-.193-.157-.097.022-.199-.115-.199-.115z\"/>\n    <path fill=\"#96877D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M37.06 29.739c-.145-.162-.401-.043-.401-.043l-.683 1.179-.299.248-.026.922.248.863-.085.666s.344-.323.384-.504c.038-.173-.128-.734-.128-.734s-.205-.35.043-.999c.247-.65.811-1.188.947-1.598h0z\"/>\n    <path fill=\"#96877D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M38.746 30.789s-1.067 1.524-2.813 2.067c-.482.116-.307-1.127-.307-1.127l-.12.034s-.269 1.217.376 1.23c1.755-.346 3.072-2.193 3.072-2.193l-.208-.011zM39.469 39.552s-.162.12-.376 0c-.111-.256-.41-.273-.41-.273s-.192-.553-.495-.393c-.047-.286-.376-.137-.376-.137s-.008-.414-.393-.359c.128-.474-.53-.444-.53-.444s-.021-.534-.991-.427c2.088-.935 3.741 1.469 3.741 1.469M40.46 39.757s.482.542.734.547c.252.004.273-.53.273-.53s.081.231.205.171c-.013.162.154.205.154.205s-.436 1.012-1.674.051M36.685 39.962l-.171.7s-.218.196-.154.239c.064.043.41-.068.41-.068s.538-.064.701-.222a.46.46 0 00.358.273s.017-.107-.017-.171c.119.021.222-.017.222-.017s.068-.197-.085-.273c.017-.145.09-.273-.171-.256-.192.205-.666.44-.786.359-.119-.081.47-.341.308-.683\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M25.818 38.3l.695-.165-.077-.322c-.018-.074-.047-.124-.088-.151-.041-.026-.111-.034-.21-.022l-.012-.048.598-.143.011.048a.353.353 0 00-.145.063.165.165 0 00-.055.088.286.286 0 00.008.139l.077.322.555-.132a.634.634 0 00.173-.059.117.117 0 00.043-.068.26.26 0 00.003-.127l-.015-.064.048-.012.181.758-.048.012-.015-.063c-.018-.073-.051-.121-.102-.144-.033-.014-.102-.009-.208.017l-1.142.272a.589.589 0 00-.173.059.117.117 0 00-.043.067.253.253 0 00-.003.128l.015.063-.048.011-.313-1.315.384-.109.011.046a.543.543 0 00-.163.122.263.263 0 00-.058.131.626.626 0 00.022.21l.094.388zm-.447-3.134a.824.824 0 01.303-.597.928.928 0 01.684-.221.965.965 0 01.672.299c.172.184.251.4.237.647a.84.84 0 01-.301.614c-.187.16-.422.232-.703.216a.914.914 0 01-.688-.334.857.857 0 01-.204-.624zm.096.031a.48.48 0 00.159.401c.143.13.359.204.647.22.296.017.528-.034.694-.151a.465.465 0 00.203-.375.526.526 0 00-.175-.433c-.127-.118-.333-.186-.619-.202-.31-.017-.545.031-.704.144a.494.494 0 00-.205.396zm2.631-3.317l-.173.453-1.012.272-.037.105-.014.035a1.145 1.145 0 01-.017.038l.493.188c.107.041.178.054.212.041.049-.018.085-.058.11-.122l.025-.066.046.018-.277.728-.046-.018.024-.064c.027-.072.023-.132-.011-.181-.019-.027-.077-.06-.174-.096l-1.097-.418c-.107-.041-.177-.054-.212-.041-.049.019-.086.06-.11.124l-.024.064-.046-.018.235-.618a1.64 1.64 0 01.191-.384.48.48 0 01.228-.162.403.403 0 01.286.006c.105.04.182.108.233.205a.62.62 0 01.043.378l.62-.165a.904.904 0 00.301-.122.553.553 0 00.156-.199l.047.019zm-1.331.874a.658.658 0 01.017-.041l.011-.029c.062-.162.073-.297.034-.406a.358.358 0 00-.221-.225.378.378 0 00-.297.001.386.386 0 00-.2.226 1.18 1.18 0 00-.051.206l.707.268zm3.865-6.018l.351.456-.039.025a.784.784 0 00-.329-.171.577.577 0 00-.435.095.594.594 0 00-.294.517.985.985 0 00.173.546c.094.146.208.26.342.343a.705.705 0 00.392.121.633.633 0 00.335-.098.73.73 0 00.26-.288l-.285-.441a.482.482 0 00-.115-.139.144.144 0 00-.089-.019.37.37 0 00-.141.065l-.028-.043.59-.382.028.043-.028.018c-.059.038-.086.083-.083.136a.476.476 0 00.084.179l.302.467a1.39 1.39 0 01-.189.268c-.07.076-.156.147-.259.214-.295.191-.58.241-.855.151a.904.904 0 01-.49-.379.974.974 0 01-.153-.448.988.988 0 01.096-.541.908.908 0 01.332-.354.963.963 0 01.16-.085c.051-.02.129-.042.231-.065a.407.407 0 00.1-.031c.014-.009.022-.023.024-.043.002-.02-.009-.049-.031-.089l.043-.028zm2.958.205l-.68.181-.045.309a.484.484 0 00-.004.164c.007.027.026.047.057.06.031.014.09.012.176-.004l.013.048-.553.147-.013-.048c.07-.033.113-.062.129-.089a.824.824 0 00.079-.291l.233-1.609.045-.012.999 1.298c.08.104.145.169.195.193a.282.282 0 00.183.014l.013.048-.692.184-.013-.048c.069-.022.113-.046.132-.073a.096.096 0 00.018-.082.544.544 0 00-.1-.166l-.172-.224zm-.062-.086l-.487-.63-.117.791.604-.161zm3.207-.01l.044.011-.174.486-1.406-.055.002-.049.068.003c.077.003.133-.02.168-.068.02-.028.032-.094.036-.197l.046-1.171c.005-.113-.005-.185-.029-.214-.033-.041-.084-.062-.153-.065l-.068-.003.002-.049.822.032-.002.05a.502.502 0 00-.204.019.163.163 0 00-.082.068.593.593 0 00-.029.204l-.044 1.14a.372.372 0 00.015.153c.01.019.026.034.048.044.022.01.091.017.208.022l.133.005a.956.956 0 00.295-.02.38.38 0 00.158-.103.991.991 0 00.146-.243zm2.419.648l.039.023-.302.419-1.335-.442.016-.047.065.021c.073.024.133.018.18-.02.027-.021.056-.081.089-.179l.368-1.113c.035-.108.046-.179.031-.214-.021-.049-.064-.083-.129-.105l-.065-.021.016-.047.781.258-.016.047a.494.494 0 00-.201-.038.162.162 0 00-.098.042.586.586 0 00-.085.188l-.358 1.084a.376.376 0 00-.028.152.104.104 0 00.034.055.853.853 0 00.194.078l.126.042a.951.951 0 00.288.063.38.38 0 00.18-.055.905.905 0 00.21-.191zm1.95 1.032l-.574-.407-.266.163a.453.453 0 00-.129.103c-.016.023-.019.05-.01.082.009.033.048.077.116.132l-.029.04-.467-.33.029-.04c.07.033.12.047.15.042a.782.782 0 00.274-.126l1.385-.851.038.027-.357 1.599a.679.679 0 00-.023.273.282.282 0 00.106.15l-.029.041-.585-.414.029-.041c.061.039.108.057.141.055a.095.095 0 00.075-.039.574.574 0 00.064-.183l.062-.276zm.026-.102l.173-.777-.682.417.509.36zm2.155.396l.294.396-.433 1.703.841-.624c.09-.066.138-.118.146-.154.01-.049-.006-.102-.048-.16l-.037-.051.04-.029.376.508-.04.03-.038-.052c-.046-.061-.097-.091-.153-.09-.035.001-.093.032-.174.093l-1.23.912-.029-.039.462-1.833-.898.666c-.09.066-.139.118-.146.153-.01.05.006.103.048.16l.038.052-.04.029-.376-.508.04-.03.037.051c.046.062.098.093.154.091.035-.001.093-.032.175-.093l1.015-.752a.784.784 0 00.026-.169.418.418 0 00-.027-.129.4.4 0 00-.061-.102l.038-.029zm2.29 4.221l-.395.161-.017-.048a.54.54 0 00.138-.091.27.27 0 00.071-.143.382.382 0 00-.026-.183l-.085-.241-1.308.463c-.105.037-.167.072-.185.104-.024.044-.024.1-.001.166l.021.06-.047.016-.257-.726.047-.017.021.061c.025.072.065.116.12.131.033.009.098-.004.194-.037l1.309-.463-.073-.206a.596.596 0 00-.078-.164.249.249 0 00-.132-.08.391.391 0 00-.204.01l-.017-.048.409-.122.495 1.397zm-1.438 3.222l-.025-.484.816-.658a2.301 2.301 0 01-.008-.111l-.001-.037v-.042l-.527.027c-.114.006-.184.022-.211.049-.038.036-.055.088-.051.155l.004.071-.049.003-.04-.777.049-.003.004.068c.004.077.032.13.084.161.029.017.094.023.198.018l1.172-.061c.114-.006.185-.022.211-.049.037-.037.054-.09.051-.158l-.004-.068.049-.003.035.661c.01.192.003.335-.02.428a.487.487 0 01-.143.241.406.406 0 01-.265.11.42.42 0 01-.296-.094.616.616 0 01-.192-.328l-.501.401a.967.967 0 00-.227.233.551.551 0 00-.062.245l-.051.002zm.866-1.336l.002.044.001.031c.009.173.053.301.132.385a.36.36 0 00.293.117.379.379 0 00.271-.12.384.384 0 00.092-.287 1.285 1.285 0 00-.036-.209l-.755.039zm.498 3.736l-.161.613-.048-.013.009-.034a.261.261 0 00-.004-.106.38.38 0 00-.055-.14 1.193 1.193 0 00-.147-.178l-.556-.599-.44-.116c-.108-.028-.179-.034-.212-.017-.045.023-.077.07-.095.141l-.015.057-.048-.013.196-.746.048.013-.017.062c-.02.074-.011.133.026.176.023.026.083.052.182.078l.416.109.862-.289c.102-.034.166-.059.192-.074a.477.477 0 00.111-.106.186.186 0 00.033-.072l.048.013-.197.751-.048-.012.01-.039a.229.229 0 00.001-.119.097.097 0 00-.072-.074c-.031-.008-.094.004-.189.035l-.662.218.451.487c.068.073.121.115.161.125a.111.111 0 00.07-.002.132.132 0 00.059-.042.267.267 0 00.044-.101l.047.014z\"/>\n  </g>\n</svg>\n</li><li title=\"cif mu \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 201\">\n  <g fill=\"none\">\n    <path fill=\"#EA2839\" d=\"M.5.5h300v50H.5z\"/>\n    <path fill=\"#1A206D\" d=\"M.5 50.5h300v50H.5z\"/>\n    <path fill=\"#FFD500\" d=\"M.5 100.5h300v50H.5z\"/>\n    <path fill=\"#00A551\" d=\"M.5 150.5h300v50H.5z\"/>\n  </g>\n</svg>\n</li><li title=\"cif mv \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 201\">\n  <g fill=\"none\">\n    <path fill=\"#D21034\" d=\"M.5.5h300v200H.5z\"/>\n    <path fill=\"#007E3A\" d=\"M50.5 50.5h200v100h-200z\"/>\n    <circle cx=\"163\" cy=\"100.5\" r=\"33.333\" fill=\"#FFF\"/>\n    <circle cx=\"175.5\" cy=\"100.5\" r=\"33.333\" fill=\"#007E3A\"/>\n  </g>\n</svg>\n</li><li title=\"cif mw \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 201\">\n  <g fill=\"none\">\n    <path fill=\"#000\" d=\"M.5.5h300v200H.5z\"/>\n    <circle cx=\"150.5\" cy=\"76.5\" r=\"43\" fill=\"#CE1126\"/>\n    <path fill=\"#CE1126\" d=\"M.5 67.166h300v66.667H.5zM150.5 8.5c-1.467 0-2 2.2-2 4.333 0 5.333.667 8 2 15.667 1.36-7.667 2-10.4 2-15.667 0-2.2-.666-4.333-2-4.333M156.427 8.759c-1.461-.128-2.184 2.017-2.37 4.143-.465 5.313-.033 8.028.627 15.781 2.023-7.519 2.899-10.186 3.358-15.433.191-2.192-.287-4.375-1.615-4.491M162.308 9.533c-1.444-.255-2.352 1.819-2.722 3.92-.926 5.252-.733 7.994-.751 15.776 2.671-7.314 3.776-9.895 4.69-15.081.382-2.167.096-4.384-1.217-4.615M168.1 10.817c-1.417-.38-2.501 1.607-3.053 3.668-1.381 5.152-1.427 7.9-2.123 15.651 3.298-7.053 4.624-9.528 5.987-14.615.568-2.126.477-4.359-.811-4.704M173.757 12.601c-1.378-.502-2.632 1.383-3.361 3.388-1.824 5.012-2.11 7.745-3.479 15.406 3.9-6.739 5.436-9.089 7.238-14.038.752-2.068.855-4.3-.398-4.756M179.238 14.871c-1.329-.62-2.743 1.149-3.644 3.082-2.254 4.834-2.776 7.532-4.808 15.044 4.473-6.374 6.208-8.58 8.434-13.354.929-1.994 1.227-4.209.018-4.772M184.5 17.61c-1.27-.733-2.832.905-3.899 2.753-2.667 4.619-3.423 7.261-6.101 14.568 5.011-5.96 6.932-8.007 9.565-12.568 1.101-1.905 1.59-4.086.435-4.753M189.503 20.798c-1.201-.841-2.9.655-4.124 2.402-3.059 4.369-4.043 6.936-7.348 13.98 5.511-5.5 7.604-7.372 10.624-11.686 1.263-1.802 1.941-3.932.848-4.696M194.21 24.409c-1.123-.943-2.946.4-4.317 2.034-3.428 4.086-4.632 6.557-8.538 13.287 5.97-4.999 8.217-6.681 11.603-10.716 1.412-1.685 2.273-3.748 1.252-4.605M198.583 28.417c-1.037-1.037-2.97.141-4.478 1.65-3.771 3.771-5.186 6.128-9.664 12.492 6.383-4.459 8.768-5.94 12.492-9.664 1.556-1.556 2.593-3.536 1.65-4.478M202.591 32.79c-.943-1.124-2.971-.118-4.605 1.253-4.086 3.428-5.7 5.653-10.716 11.602 6.747-3.886 9.253-5.153 13.287-8.538 1.685-1.413 2.891-3.295 2.034-4.317M206.202 37.497c-.841-1.201-2.949-.376-4.697.847-4.368 3.059-6.171 5.135-11.686 10.624 7.06-3.284 9.666-4.327 13.981-7.348 1.802-1.261 3.167-3.031 2.402-4.123M209.39 42.5c-.733-1.27-2.905-.632-4.753.435-4.619 2.667-6.595 4.577-12.568 9.565 7.32-2.656 10.007-3.468 14.568-6.101 1.905-1.1 3.42-2.744 2.753-3.899M212.129 47.762c-.62-1.329-2.839-.883-4.773.019-4.834 2.254-6.969 3.985-13.354 8.434 7.523-2.008 10.271-2.583 15.044-4.809 1.995-.93 3.647-2.436 3.083-3.644M214.399 53.243c-.502-1.378-2.752-1.127-4.756-.397-5.012 1.824-7.289 3.363-14.038 7.238 7.669-1.344 10.457-1.677 15.406-3.479 2.068-.753 3.844-2.109 3.388-3.362M216.183 58.9c-.38-1.417-2.643-1.362-4.703-.81-5.152 1.38-7.555 2.715-14.615 5.987 7.757-.671 10.563-.76 15.65-2.123 2.125-.57 4.013-1.766 3.668-3.054\"/>\n    <path fill=\"#CE1126\" d=\"M83.533 64.692c-.255 1.444 1.819 2.352 3.92 2.722 5.252.926 7.994.733 15.776.751-7.314-2.671-9.895-3.776-15.081-4.69-2.167-.382-4.383-.096-4.615 1.217M84.817 58.9c-.38 1.417 1.607 2.501 3.668 3.053 5.152 1.38 7.9 1.427 15.65 2.123-7.053-3.298-9.528-4.624-14.615-5.987-2.125-.568-4.358-.477-4.703.811M86.601 53.243c-.502 1.378 1.383 2.632 3.388 3.361 5.011 1.824 7.745 2.11 15.406 3.479-6.739-3.9-9.089-5.436-14.038-7.238-2.067-.752-4.3-.855-4.756.398M88.871 47.762c-.62 1.329 1.148 2.743 3.082 3.644 4.834 2.254 7.532 2.777 15.044 4.809-6.373-4.473-8.58-6.208-13.354-8.434-1.993-.93-4.208-1.228-4.772-.019M91.611 42.5c-.733 1.27.905 2.832 2.753 3.899 4.619 2.667 7.261 3.423 14.568 6.101-5.96-5.011-8.007-6.932-12.568-9.565-1.906-1.101-4.087-1.59-4.753-.435M94.798 37.497c-.841 1.201.655 2.9 2.403 4.124 4.369 3.059 6.936 4.042 13.98 7.348-5.5-5.511-7.372-7.604-11.686-10.624-1.802-1.263-3.932-1.941-4.697-.848M98.409 32.79c-.943 1.123.4 2.946 2.034 4.317 4.086 3.428 6.557 4.631 13.287 8.538-4.999-5.97-6.681-8.217-10.716-11.602-1.685-1.413-3.748-2.274-4.605-1.253M102.417 28.417c-1.037 1.037.141 2.97 1.65 4.478 3.771 3.771 6.128 5.186 12.492 9.664-4.46-6.383-5.94-8.768-9.664-12.492-1.555-1.556-3.535-2.593-4.478-1.65M106.791 24.409c-1.124.943-.118 2.971 1.253 4.605 3.428 4.085 5.653 5.7 11.603 10.716-3.886-6.747-5.153-9.252-8.538-13.287-1.415-1.685-3.297-2.891-4.318-2.034M111.497 20.798c-1.202.841-.376 2.949.847 4.697 3.059 4.369 5.134 6.171 10.624 11.686-3.283-7.06-4.327-9.666-7.348-13.98-1.261-1.803-3.031-3.168-4.123-2.403M116.5 17.61c-1.27.733-.632 2.905.435 4.753 2.667 4.619 4.577 6.595 9.565 12.568-2.656-7.32-3.468-10.007-6.101-14.568-1.1-1.905-2.744-3.42-3.899-2.753M121.762 14.871c-1.329.62-.883 2.839.019 4.773 2.254 4.833 3.985 6.968 8.434 13.354-2.008-7.523-2.583-10.271-4.808-15.044-.931-1.995-2.436-3.647-3.645-3.083M127.243 12.601c-1.378.502-1.127 2.751-.397 4.756 1.824 5.012 3.363 7.289 7.238 14.038-1.344-7.67-1.678-10.457-3.479-15.406-.753-2.068-2.109-3.844-3.362-3.388M132.9 10.817c-1.417.38-1.362 2.643-.81 4.703 1.381 5.152 2.715 7.555 5.987 14.615-.671-7.757-.76-10.563-2.123-15.651-.57-2.124-1.766-4.012-3.054-3.667M138.692 9.533c-1.444.255-1.588 2.514-1.217 4.615.926 5.252 2.046 7.763 4.69 15.081.008-7.786.164-10.589-.751-15.776-.382-2.166-1.409-4.151-2.722-3.92M144.573 8.759c-1.461.128-1.8 2.366-1.615 4.491.465 5.313 1.361 7.911 3.358 15.433.687-7.756 1.086-10.534.627-15.781-.191-2.193-1.041-4.26-2.37-4.143\"/>\n    <path fill=\"#000\" d=\"M.5 62.166h300v5H.5z\"/>\n    <path fill=\"#339E35\" d=\"M.5 133.833h300V200.5H.5z\"/>\n  </g>\n</svg>\n</li><li title=\"cif mx \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 173\">\n  <defs>\n    <radialGradient id=\"a\" cx=\"50.012%\" cy=\"49.987%\" r=\"64.817%\" fx=\"50.012%\" fy=\"49.987%\" gradientTransform=\"matrix(.92105 .26596 -.38946 .62898 .234 .052)\">\n      <stop offset=\"0%\" stop-color=\"#FFF\"/>\n      <stop offset=\"100%\" stop-color=\"#F15770\"/>\n    </radialGradient>\n    <radialGradient id=\"b\" cx=\"49.991%\" cy=\"50.002%\" r=\"53.874%\" fx=\"49.991%\" fy=\"50.002%\" gradientTransform=\"matrix(-.09187 -.79575 .99577 -.07342 .048 .935)\">\n      <stop offset=\"0%\" stop-color=\"#FFF\"/>\n      <stop offset=\"100%\" stop-color=\"#F15770\"/>\n    </radialGradient>\n    <radialGradient id=\"c\" cx=\"50.024%\" cy=\"49.99%\" r=\"28.462%\" fx=\"50.024%\" fy=\"49.99%\" gradientTransform=\"matrix(.60536 .76623 -.72187 .64257 .558 -.205)\">\n      <stop offset=\"0%\" stop-color=\"#FFF\"/>\n      <stop offset=\"100%\" stop-color=\"#F15770\"/>\n    </radialGradient>\n  </defs>\n  <g fill=\"none\">\n    <path fill=\"#FFF\" d=\"M.51.788h299.994v171.427H.51z\"/>\n    <path fill=\"#006847\" d=\"M.51.788h99.997v171.427H.51z\"/>\n    <path fill=\"#CE1126\" d=\"M200.513.788h99.997v171.427h-99.997z\"/>\n    <path fill=\"#A8AC71\" d=\"M134.48 66.937s-1.795.154-3.042-.062c-1.247-.216-.974-3.395-1.004-3.488-.03-.092-.76-.864-.639-1.574.122-.71 2.426-2.583 2.738-2.685.213-.069.669.124.669.124s.583-.567.755-.567c.178 0 .424.327.356.466-.069.138-.86.601-.921.956-.061.355.008.71-.221 1.057-.228.347-.669.818-.722 1.111-.053.293-.182.548.038.656.221.108.974.015 1.62-.277.646-.294.912-.687 1.004-.648.091.038-.373.809-1.088 1.111-.715.301-1.187.648-1.544.594 0 0-.395.949.829 1.003 1.224.054 1.901-.27 1.901-.27l-.729 2.493zM127.467 74.421s.943.37.943 1.421c0 1.049-1.034 1.928-1.004 3.78.031 1.852.318 1.871 2.769 3.859.076.062.593.587.73 1.189.138.601.578 4.151 2.937 4.134 2.357-.015 2.677-1.511 2.677-1.511l-1.004-1.482s-.822.246-1.263.139c-.441-.109-.836-.402-1.095-.972-.258-.571-.329-1.932-.73-2.531-.989-1.482-2.754-1.729-2.769-3.288-.015-1.559 1.08-1.728.776-3.581-.304-1.852-2.51-2.747-2.51-2.747l-.897-.363-.312 1.86.752.093z\"/>\n    <path fill=\"#F1A720\" d=\"M133.963 61.462c.791-.185.335-2.247.335-2.247l-.547.456s.339.44.339.914c-.001.474-.127.877-.127.877z\"/>\n    <path fill=\"#A8AC71\" d=\"M135.405 82.024s-.367-.302-.403-.326c-.283-.188-1.52-1.188-1.322-4.163.223-3.365 5.116-5.134 5.435-6.472.354-1.482 1.462-2.129-2.434-5.175l-.913 1.07 1.597 1.199s.353-.199.374.255c.02.452-.426.841-.536 1.195-.101.324-2.531 2.012-2.713 2.177-.182.165-1.395 1.107-1.395 1.107s-.632.622-1.221 1.929c-.588 1.307-.285 2.984-.285 2.984s.021 3.572 3.816 4.22z\"/>\n    <path fill=\"#78732E\" d=\"M133.02 83.907l.274 1.266-.776.285-.335-.015-.243.107-.601.58-.153-.048s-.091.032-.122-.339c-.031-.37-.084-.694-.084-.694l.731.3.258.016.183-.062.32-.694.548-.702zM130.753 84.138s-.244-.293-.365-.471c-.104-.151-.156-.186-.426-.402l.532-.3.571.007-.084.687-.228.479zM132.047 82.107s.357.177.472.447c.114.271.281.602.281.602l-.905-.068-.692-.218.449-.625.395-.138zM131.696 87.702s-.183-.115-.289-.407a5.737 5.737 0 01-.19-.765l.601-.115.707.284.198.017s-.168.354-.19.37c-.023.015-.685.593-.685.593l-.152.023zM134.092 85.766s-.531-.167-.616-.417c-.091-.269-.16-.215-.16-.215l-.167.717-.213.672s.046.116.069.116c.022 0 .509-.124.54-.139a5.61 5.61 0 00.41-.424c.009-.025.137-.31.137-.31zM131.856 88.019s.266.146.639.363c.373.216.594.216.594.216l.281-.3.289-.571.038-.069-1.438.13-.403.231zM133.932 87.464l1.225-.734.083-.662-.243-.186s.046.023-.289.023h-.419l-.221.811-.136.748zM133.058 88.62s.859.37 2.342-.17c.672-.244.799-.571.799-.571l-.593-.231-.562.502-1.986.47zM131.886 79.11s-.087-.277-.171-.639c-.083-.363-.076-.517-.076-.517l.437.227.631.47-.449.356-.372.103zM132.919 80.858s-.214-.216-.396-.493c-.182-.279-.309-.536-.309-.536l.464.096.54.261-.239.698-.06-.026z\"/>\n    <path fill=\"#C6C7A6\" d=\"M130.16 61.207c-.082.298-.193.844.223.947.225.055 1.117-.018 2.13-1.173.487-.556.497-1.102.497-1.102l.193-.626s-.396-.289-1.035.112c-.575.36-2.008 1.842-2.008 1.842z\"/>\n    <circle cx=\"132.927\" cy=\"59.586\" r=\"1\" fill=\"#1C242F\"/>\n    <path fill=\"#A8AC71\" d=\"M131.637 59.775c-.433.338-.837.772-.837.772s.684-.194 1.228-.688c.309-.28.911-.389 1.228-.316.165.038.107-.175.031-.235-.177-.141-.672-.212-.78-.13-.015.013-.435.258-.87.597z\"/>\n    <path fill=\"#78732E\" d=\"M133.695 78.751s-.03-.142-.049-.498c-.019-.355.021-.533.021-.533l-.405.352-.388.54.601.216.22-.077zM131.595 77.551s-.056-.552-.025-1.076c.03-.524.243-1.477.243-1.477l.257.652.737 1.149.236.17-.624.456-.638.208-.186-.082zM133.709 77.259s.037-.262.103-.505c.063-.237.248-.617.248-.617s.01.039-.02.045c-.03.008-.647.518-.662.541a6.565 6.565 0 01-.289.262l.387.294.25-.015M132.005 74.53s.094-.344.421-.761c.327-.416.649-.844.649-.844l.279 1.119.167.956.03.202s-.227.101-.319.092c-.092-.008-.776-.047-.86-.163-.083-.115-.367-.601-.367-.601zM134.222 75.831s.208-.221.39-.39c.182-.171.473-.498.473-.498l-1.503.275.213.508.427.105zM133.314 72.725s.139-.049.543-.457c.402-.41.608-.36.608-.36l.168 1.613-.791-.232-.528-.564z\"/>\n    <path fill=\"#78732E\" d=\"M135.186 74.843l.906-.918-1.506-.431.275 1.057zM135.819 72.416l.091-1.559s-.307.144-.695.467c-.387.324-.568.427-.568.427l.182.279.533.347.457.039zM137.157 70.904l.002-1.227-.053.023s-.216.332-.466.54c-.251.208-.365.355-.365.355l.403.263.479.046zM137.72 72.547s.424-.353.734-.598c.464-.367.695-.768.695-.768l-1.947-.147.076.779.442.734zM133.395 65.617l-.204.483-.061.855 1.624-.01-.396-.545-.496-.31zM136.325 73.709c.086-.064.508-.381.707-.583.221-.224.567-.448.567-.448l-1.544-.17.031 1.019.239.182zM139.266 70.927s.166-.621.15-1.216c-.015-.594-.112-.86-.112-.86l-1.156.787.167.587.442.479.509.223z\"/>\n    <path fill=\"#78732E\" d=\"M137.289 69.5s.342-.414.365-.653c.023-.239.021-.165.021-.165l.913.015.547.046.068.055-.41.486-.563.324-.722.085-.219-.193zM139.136 68.589s-.357-.613-.559-.953c-.201-.339-.399-.501-.399-.501l-.445 1.326-.045.128h1.448z\"/>\n    <path fill=\"#FFF\" d=\"M127.839 77.671l-.174.369s.608-.316 1.08-.3c.471.015.997.602.997.602l.114-.426s-.624-.609-1.035-.638c-.412-.032-.982.393-.982.393zm.304-2.724s.13.154.16.2c.03.047.046-.455.661-.717.616-.263.951-.054.951-.054s-.122-.355-.395-.432c-.274-.078-.541-.023-.876.216-.333.239-.501.787-.501.787zm2.092 2.051s-.289-.615-.791-.739c-.503-.124-1.141.261-1.141.261l-.106.325s.684-.387 1.186-.185c.502.2.7.772.7.772l.152-.434zm-2.35-2.391a.83.83 0 00.152.246s-.069-.662.236-1.002c.305-.34.532-.463.532-.463l-.282-.147s-.403.27-.541.564c-.135.293-.127.694-.097.802zm-.271-1.085c.141-.329.56-.473.56-.473s-.042-.073-.137-.124c-.095-.051-.194.004-.194.004s-.27.14-.433.511c-.162.37-.141.905-.141.905l.251.14c0-.001-.049-.634.094-.963zm3.691-8.952c.386-.206.67-.165.67-.165s-.569.6-.295 1.346a4.907 4.907 0 00-.425 1.101h.304s.103-.487.223-.87c.329.638.883.996.883.996l.466-.021s0-.621.24-1.162l.045.051c.506.535.933.66.933.66l.005-.16s-.533-.314-.837-.726l-.03-.044.009-.018c.366-.576.853-.761.853-.761l.324.268.081-.103-.243-.309-.281.008s-.504.42-.83.787c-.234-.365-.37-.734-.37-.734l-.208-.077s-.505.058-.957.789c-.056-.536.562-1.121.562-1.121l-.03-.224s-.624.118-1.111.262c-.487.144-.783.602-.783.602l-.02.329c-.002.001.437-.498.822-.704zm.67.988c.284-.412.913-.679.913-.679s.016.333.362.776c-.236.415-.342 1.055-.342 1.055s-.487-.308-.913-.926a.776.776 0 01-.075-.138 1.21 1.21 0 01.055-.088zm-3.55 9.913l.023.362s.373-.407.936-.423c.563-.016 1.042.423 1.042.423s.007-.485-.069-.531c-.076-.047-.533-.31-.959-.31-.425.001-.973.479-.973.479zm10.041-5.263a4.59 4.59 0 01-.218-.482c.085-.032.169-.075.249-.134.472-.356.806-.741.806-.741l-.167-.263h-.76c-.149 0-.466-.038-.645-.061.033-.117.127-.444.237-.785.137-.424.261-.652.261-.652l-.259-.262s.061.242-.396.303c-.456.062-1.298-.37-1.298-.37v.185s.741.237 1.166.298a.825.825 0 00.568-.125 4.071 4.071 0 00-.251.634c-.055.202-.135.334-.129.422.004.057.086.108.086.108l-.041.396s.457.061.669.061c.213 0 .791.047.791.047s-.411.479-.806.664a1.106 1.106 0 01-.164.061 21.046 21.046 0 00-.472-.744l-.045.254s.323.443.355.537c-.292.039-.712-.061-.712-.061l-.182.201s-.013.571.004 1.162c-.394-.107-.836-.267-.836-.267l-.163.124.008-.029-.21.168s-.183.694-.137 1.482l.003.04c-.75-.186-1.129-.627-1.129-.627l-.182.155s-.123.68.046 1.501c-.641-.127-1.198-.683-1.198-.683l-.238.2s.142 1.328.294 2.053c.013.062.03.115.046.17a2.268 2.268 0 01-.351.015c-.654-.031-1.059-.633-1.059-.633l-.193.468s.249 1.277.964 1.848l.161.128a2.836 2.836 0 01-1.343.577l.045.403s.437.342.863.637c.042.027.086.055.133.079-.34.303-.755.426-.755.426l.112.267s.565-.394.827-.607c.379.153.877.213.877.213v-.217s-.367-.033-.706-.141l.05-.046c.213-.206.629-.843.629-.843l.04-.463s-.262-.037-.545-.263c.863-.59.896-.859.896-.859l.163-.305s-.291-.125-.506-.549c.592-.115 1.358-.306 1.369-.339.015-.046.103-.096.103-.096s-.332-.543-.473-1.209c.682.177 1.378.29 1.378.29l.218-.186s-.168-.552-.222-1.152c.809.051 1.495.112 1.495.112l.137-.155s-.456-.872-.441-1.366l.001-.045c.155.03.311.048.455.045.67-.016 1.415 0 1.415 0l.114-.255c-.003-.001-.651-.441-.802-.719zm-4.924 7.26s-.217.442-.659.951c-.036.04-.07.075-.105.111a2.182 2.182 0 01-.229-.111c-.517-.294-.65-.628-.65-.628s.286-.14 1.156-.724c.459.365.487.402.487.401zm.405-1.472s-.272.323-.905.889a1.885 1.885 0 01-.195-.214c-.406-.526-.913-.978-.862-1.77 0 0 .315.567 1.015.493.143-.013.307-.039.477-.068.186.469.47.67.47.67zm.943-1.188s-.648.213-1.25.31a2.427 2.427 0 01-.074-.202c-.228-.741-.228-1.867-.228-1.867s.506.349 1.215.546c.206.84.337 1.213.337 1.213zm-.214-1.37c-.105-.691.033-1.377.033-1.377s.377.376 1.08.494c.048.639.122.956.122.956s-.535.03-1.235-.073zm2.725-1.053s-.453.175-1.324.054a6.825 6.825 0 01-.014-.254c-.031-.787.039-1.424.039-1.424l.003-.009c.124.055.588.244 1.02.35l.004.05c.059.708.272 1.233.272 1.233zm-.062-1.466l-.047-.011c.03-.505.028-1.239.028-1.239s.424.113.75.069c.086.214.031.27.243.594.214.324.533.587.533.587s-1.08.092-1.507 0zm-3.528 8.729l-.061-.252s-.425.316-.546.641a.752.752 0 01-.134-.034c-.284-.103-.953-.364-.953-.364l.096.19s.695.319.877.36l.059.011c-.091.277-.23.658-.23.658l.112.155s.063-.469.243-.797c.238.024.568.036.568.036s-.041.184-.102.391c-.06.206-.182.69-.182.69l.208.129.969.02-.163-.193s-.03-.048-.345-.058a1.877 1.877 0 00-.507.041s.04-.196.162-.588c.122-.392.127-.369.127-.369l-.122-.339s-.31.085-.515.078c.18-.266.439-.406.439-.406zm-5.295-.611c.593 0 1.095.4 1.095.4l-.023-.284s-.464-.626-.996-.626c-.533 0-1.164.548-1.164.548v.586c.001 0 .495-.625 1.088-.624zm6.253 9.106c-.608.262-1.293.262-1.293.262s.185-.265.367-.723c1.19-.334 1.428-1.128 1.428-1.128l-.076-.293s-.288.726-1.247 1.126c.177-.563.357-1.512.357-1.512l-.327-.085s-.469.587-.912.736c.3-.585.341-1.254.341-1.254l-.145-.255s-.32.286-.822.378a.833.833 0 01-.245.003l.002-.003c.274-.385.799-1.497.799-1.497l-.092-.209s-.403.982-.814 1.474a4.991 4.991 0 01-.156.181c-.42-.121-1.023-.481-1.023-.481l.068.185s.342.261.839.419c-.303.318-.634.614-.634.614l.03.448s.771.147 1.404.211c-.51.721-.924.962-.924.962l.205.309s.626-.004 1.751-.28c-.32.604-.564.867-.564.867s1.026.071 1.726-.286c.7-.355.913-.725.913-.725l-.198-.217c.002-.001-.149.51-.758.773zm-3.24-1.932s.302-.332.562-.673l.032.009c.715.154.912-.062.912-.062s.136.387-.3 1.083c-.515-.02-1.206-.357-1.206-.357zm.638 1.436l.639-.742c.045-.052.085-.104.122-.156.701-.025 1.095-.6 1.095-.6s.082.58-.231 1.295c-.89.325-1.625.203-1.625.203zm-.867-4.6c.67.046 1.537.362 1.537.362l-.106-.354s-.824-.202-1.337-.268c.229-.513.736-.758.736-.758l-.228-.124s-.281.046-.662.695a2.485 2.485 0 00-.086.161c-.049-.003-.096-.006-.143-.006-.608-.017-1.118.338-1.118.338l.092.185s.53-.229 1.052-.238c-.189.527-.33 1.126-.33 1.126l.137.317.451-1.436h.005zm-1.407-2.87l-.145-.372s-.714-.253-1.262.008c-.548.263-.959.896-.959.896l.229.432s.38-.702.882-.871c.502-.171 1.255-.093 1.255-.093zm1.392 1.087l-.471-.247s-.776.224-1.05.502c-.274.279-.495.988-.419 1.188.076.2.32.332.32.332s.129-.749.509-1.103c.381-.355 1.111-.672 1.111-.672zm-1.809-.223c.319-.308.897-.425.897-.425l-.29-.262s-.7.085-1.065.409c-.365.325-.837.996-.837.996l.411.401c.001 0 .564-.811.884-1.119zm2.408-20.969l.025-.032c.369-.475.727-.475.867-.436.059.017.137.01.207-.002l-.003.002.011-.004.049-.01c.018 0 .034.006.044.024-.117.185-.283.692-.37 1.118-.107.525-.334.587-.502.91-.167.325-.517.865-.532 1.327-.015.463.106.71.228.772.122.062.345-.201.335-.308-.016-.154-.137 0-.228 0s-.076-.154-.122-.432.334-1.049.472-1.297c.136-.247.425-.54.486-.957.055-.372.325-1.185.325-1.188 0-.023-.207-.08-.61-.108-.3-.022-.705.241-.896.536-.19.293-.789.528-.789.528s.658.004 1.003-.443z\"/>\n    <path fill=\"#78732E\" d=\"M134.198 64.681l-1.169.031.336.874zM132.822 64.638s-.17-.108-.251-.201a.692.692 0 00-.144-.131l-.421.265-.244.865.121.123.939-.921zM132.665 66.979l-.852-1.255-.487 1.047.233.082s.233.023.588.074c.356.052.518.052.518.052zM136.13 87.949l-.043.03c-.202.135-1.096.68-2.193.68-.51 0-1.064-.117-1.619-.446-.327-.195-.551-.486-.715-.838-.247-.527-.356-1.191-.468-1.836-.115-.644-.232-1.268-.516-1.727-.383-.61-1.103-.991-1.749-1.535-.648-.544-1.223-1.232-1.343-2.456a3.799 3.799 0 01-.018-.366c-.001-.808.259-1.511.522-2.126.262-.617.532-1.141.534-1.615a.997.997 0 00-.026-.233c-.087-.366-.403-.673-.693-.9-.291-.224-.56-.363-.563-.365l-.006-.003-.454-.125-.038.142.446.124.019-.071-.033.066.043.023c.1.055.356.206.601.411s.475.468.534.73a.882.882 0 01.022.2c.002.415-.256.936-.522 1.556-.265.621-.534 1.344-.535 2.184 0 .126.006.252.019.381.123 1.268.734 2.003 1.396 2.556.662.553 1.371.938 1.719 1.501.351.561.444 1.457.613 2.321.085.43.19.854.363 1.225.172.371.416.69.773.902a3.279 3.279 0 001.693.466c1.309-.001 2.314-.734 2.321-.738l-.084-.118z\"/>\n    <path fill=\"#78732E\" d=\"M135.119 85.642l-.009.007c-.05.029-.284.16-.586.16-.242-.001-.527-.08-.816-.364-.352-.348-.456-.67-.544-1.08-.087-.41-.155-.903-.433-1.55-.287-.667-.994-1.199-1.652-1.722-.66-.52-1.267-1.031-1.375-1.587a1.517 1.517 0 01-.031-.313c-.001-.469.202-.945.411-1.483.209-.538.422-1.14.422-1.863 0-.122-.006-.248-.019-.377-.097-.932-.807-1.624-1.483-2.086a6.606 6.606 0 00-1.33-.697l-.048.14s.038.013.108.042a6.5 6.5 0 011.435.817c.573.443 1.096 1.047 1.172 1.799.012.124.018.245.018.362 0 .693-.204 1.272-.411 1.808-.207.535-.421 1.026-.422 1.538 0 .114.011.228.034.343.134.638.771 1.149 1.429 1.674.661.522 1.349 1.053 1.609 1.664.27.629.334 1.103.424 1.521.089.418.208.785.586 1.157.313.31.643.406.917.405.392 0 .67-.186.675-.19l-.081-.125z\"/>\n    <path fill=\"#A8AC71\" d=\"M139.428 82.069s.818.193.788.856c-.031.664-.396 1.589-.396 1.589l-1.126-1.019.634-.561.233-.333-.133-.532z\"/>\n    <path fill=\"#F8C83C\" d=\"M125.368 74.083s-.806.277-.973-.077c-.168-.355-.091-.633-.106-.71-.016-.077-.488-.108-.442-.571.045-.463.639-.432.761-.432s.152-.711.563-.678c.411.03.608.508.608.508l-.411 1.96z\"/>\n    <path fill=\"#977C2E\" d=\"M125.368 74.083l-.019-.059s-.018.007-.049.016a1.948 1.948 0 01-.504.085.6.6 0 01-.219-.034.218.218 0 01-.127-.112 1.071 1.071 0 01-.105-.473c0-.076.006-.134.006-.18l-.003-.041c-.009-.04-.032-.054-.05-.067-.032-.021-.069-.035-.113-.056a.58.58 0 01-.188-.126.347.347 0 01-.092-.25l.003-.055c.019-.179.121-.264.254-.318.133-.052.292-.059.385-.059h.061c.046-.001.073-.031.09-.056.032-.044.052-.102.077-.17a1.44 1.44 0 01.139-.31c.061-.089.13-.144.231-.144h.021c.182.014.321.127.417.244.047.059.083.117.107.159l.026.051.008.018.056-.024-.059-.012-.411 1.96.058.013-.019-.059.019.059.06.013.415-1.979-.008-.018a1.116 1.116 0 00-.16-.258c-.106-.13-.272-.27-.5-.289l-.031-.001a.36.36 0 00-.274.126c-.102.11-.156.26-.2.38-.021.06-.04.113-.057.146l-.019.032h.001-.001.001l.012.024v-.027l-.012.003.012.024v-.027l-.061-.001a1.22 1.22 0 00-.428.068.486.486 0 00-.332.42c-.002.024-.004.046-.004.068 0 .227.128.36.246.432.059.036.117.061.158.08l.044.023.004.002.001.001.022-.022-.03.006.008.016.022-.022-.03.006.001.018c0 .034-.007.098-.007.18 0 .135.019.32.117.528.04.085.112.141.193.173a.74.74 0 00.263.043c.286-.001.588-.107.592-.107l.033-.012.007-.034-.058-.015z\"/>\n    <path fill=\"#F8C83C\" d=\"M126.265 74.299s-.684.356-.898.015c-.213-.34 0-.772-.076-.849-.076-.077-.486-.216-.411-.617.076-.402.502-.279.655-.356.151-.076.258-.679.684-.571.426.109.502.448.502.448s-.335 1.605-.456 1.93z\"/>\n    <path fill=\"#977C2E\" d=\"M126.265 74.299l-.028-.055s-.018.01-.05.024c-.097.045-.32.132-.504.132-.119-.001-.21-.033-.265-.119a.637.637 0 01-.088-.345c0-.158.038-.303.04-.406-.001-.035-.002-.073-.035-.108-.029-.028-.063-.047-.107-.075a.834.834 0 01-.196-.154.363.363 0 01-.099-.25c.001-.026.002-.054.009-.084a.292.292 0 01.093-.178c.062-.056.156-.077.254-.087.099-.011.194-.008.275-.046.058-.031.089-.085.126-.144.054-.091.109-.203.179-.289.071-.087.148-.144.254-.144a.654.654 0 01.46.252.588.588 0 01.066.116l.012.034.002.009.001.001.059-.014-.059-.012c-.001.001-.084.4-.183.842-.098.44-.213.925-.271 1.078l.055.022-.028-.055.028.055.057.023c.064-.173.176-.651.276-1.095.099-.442.182-.844.182-.844l.003-.013-.003-.013a.574.574 0 00-.101-.207.764.764 0 00-.558-.302.388.388 0 00-.255.095 1.023 1.023 0 00-.228.305c-.028.05-.054.097-.077.132a.21.21 0 01-.053.06.399.399 0 01-.134.025c-.093.008-.209.013-.317.06a.4.4 0 00-.236.313.516.516 0 00.195.513c.052.043.105.077.148.104a.654.654 0 01.084.056l.012-.011-.015.007.003.004.012-.011-.015.007.001.006.001.02c.001.071-.039.23-.039.406a.76.76 0 00.107.411c.084.134.229.177.367.176.291-.001.606-.168.609-.169l.021-.01.008-.022-.055-.026z\"/>\n    <path fill=\"#F8C83C\" d=\"M127.421 74.454s-.198.433-.685.339c-.487-.091-.335-.802-.411-.926-.076-.122-.425-.215-.365-.663.061-.447.502-.386.669-.447.168-.062.35-.757.67-.649.32.108.623.509.563.695 0 0-.684.216-.776.679-.091.462.335.972.335.972z\"/>\n    <path fill=\"#977C2E\" d=\"M127.421 74.454l-.055-.026-.002.002a.598.598 0 01-.131.171.516.516 0 01-.364.144.592.592 0 01-.122-.012.323.323 0 01-.22-.141c-.071-.104-.096-.262-.106-.406-.005-.072-.007-.141-.011-.2-.006-.059-.008-.106-.034-.152-.054-.081-.144-.124-.222-.2a.43.43 0 01-.141-.331c0-.028.002-.058.007-.091a.387.387 0 01.091-.217.459.459 0 01.26-.128c.101-.021.2-.025.278-.053.066-.027.105-.084.15-.151.065-.101.133-.233.208-.337a.637.637 0 01.115-.124.18.18 0 01.109-.044l.048.008a.9.9 0 01.368.265c.101.115.163.246.161.318l-.005.034.058.019-.018-.059c-.003.001-.177.056-.367.172-.188.116-.398.294-.45.553a.74.74 0 00-.015.147c.003.455.36.872.362.877l.048-.038-.055-.026.055.026.046-.04-.013-.017c-.064-.08-.322-.44-.32-.78a.57.57 0 01.012-.123c.038-.203.217-.365.394-.472.088-.054.174-.094.237-.12.032-.014.058-.023.076-.03l.028-.009.03-.01.01-.03a.25.25 0 00.01-.072c-.001-.128-.08-.268-.191-.399a1 1 0 00-.421-.301.292.292 0 00-.086-.014.332.332 0 00-.233.112c-.095.095-.17.23-.236.343-.034.057-.065.109-.092.146-.027.038-.054.06-.062.061-.031.012-.089.02-.154.03a.877.877 0 00-.331.101.477.477 0 00-.224.366 1.064 1.064 0 00-.007.109c-.001.2.087.333.178.42.092.086.186.143.204.176 0 0 .007.02.011.047.013.1.004.299.047.485a.64.64 0 00.12.264.449.449 0 00.272.158.833.833 0 00.144.014.645.645 0 00.464-.194c.097-.096.14-.19.143-.193l.016-.036-.025-.031-.047.039z\"/>\n    <path fill=\"#AF7029\" d=\"M138.191 81.907s-.608-.669-1.034-1.254c-.426-.588-1.085-1.257-1.085-1.257l-1.044-.524-.659-1.101-.082-1.296.285-.751.395-.577s-2.163.774-1.065 4.918c.467 1.759 1.664 2.016 1.664 2.016l1.988-.122.637-.052z\"/>\n    <path fill=\"#816C2A\" d=\"M137.19 68.069c.206.006.307.075.369.161a.533.533 0 01.081.304.962.962 0 01-.011.138l-.007.04-.003.012.071.019-.067-.03c-.715 1.585-2.234 2.325-3.596 3.312-.68.494-1.319 1.052-1.788 1.814-.47.763-.766 1.728-.766 3.024l.003.2c.052 2.383.953 3.665 1.946 4.336.991.673 2.063.741 2.468.742.106 0 .166-.005.168-.005l.002-.001h.002c.001 0 .277-.035.676-.072.398-.035.917-.071 1.395-.071.305 0 .595.015.822.053.228.035.393.102.443.171.064.08.088.159.089.242.001.18-.13.388-.292.554a1.792 1.792 0 01-.41.325l.061.134c.095-.044.281-.175.454-.356.171-.18.33-.407.332-.657a.525.525 0 00-.122-.335c-.104-.124-.292-.182-.533-.224a5.52 5.52 0 00-.846-.054c-.969 0-2.088.143-2.09.143l.009.074-.006-.074-.039.002a3.206 3.206 0 01-.117.002c-.39 0-1.434-.069-2.387-.715-.953-.649-1.826-1.869-1.881-4.217a13.071 13.071 0 01-.002-.197c.001-1.275.29-2.208.743-2.946.68-1.107 1.743-1.78 2.781-2.48s2.054-1.43 2.612-2.663l.003-.006.001-.006c.001-.004.026-.1.026-.228a.677.677 0 00-.108-.391c-.087-.127-.247-.218-.484-.222l-.002.148z\"/>\n    <path fill=\"#FFF\" d=\"M140.109 82.586s-.513.94-.643.949c0 0 .444.148.574.37l-.122.23s-.568-.404-.924-.421l-.032-.347s.29-.098.531-.318c.198-.181.405-.687.408-.803l.208.34z\"/>\n    <path fill=\"#FCCA3D\" d=\"M142.107 83.203l-1.278.35-.651-.407s.053-.532-.236-.76c-.298-.236-.475-.305-.734-.413-.259-.108-1.171-.127-1.171-.127l-2.309-2.5.862.091 1.364-.169 1.268-.108.67.098.715.221.376.318.39.345.391.643.249.726.101.781-.007.911z\"/>\n    <path fill=\"#AF7029\" d=\"M142.159 83.121s-.457.135-1.035.123c-.579-.008-.946-.098-.946-.098s.033.037-.089.418a5.484 5.484 0 01-.234.617l.021 1.501 1.217.239.639-.248.325-1.636.102-.916z\"/>\n    <path fill=\"#FCCA3D\" d=\"M141.818 82.486l.055.582.238.07-.006-.524zM140.672 68.454l-.142-1.023-.401-.679-.507-.695-.543-.597-.304-.271-.127-.201-1.334.062-.699.833s1.821 1.285 2.507 2.69c.59.177 1.049.55 1.31.805l.062-.111.178-.813z\"/>\n    <path fill=\"#AF7029\" d=\"M139.378 69.582c-.019 1.043-.198 1.539-.336 1.77l.808-.926.582-1.047c-.262-.256-.721-.628-1.31-.805.162.334.262.675.256 1.008z\"/>\n    <path fill=\"#816C2A\" d=\"M141.262 85.025c-.001-.001-.376-.469-.655-.742-.285-.277-.615-.429-.619-.432l-.061.135.052.026c.1.053.329.185.527.378.134.131.295.314.423.462.127.15.22.266.22.266l.113-.093z\"/>\n    <path fill=\"#6F5B24\" d=\"M142.046 83.905s-.122.452-.578.863c-.457.412-1.035.69-1.035.69l1.308.484.872-.812-.567-1.225z\"/>\n    <path fill=\"#404118\" d=\"M142.159 85.144l-.246.238-.193.205.326-1.357.233.4.03.217-.07.143z\"/>\n    <path fill=\"#FCCA3E\" d=\"M167.279 109.188l.105 2.099.793-.524-.608-1.728z\"/>\n    <path fill=\"#AA8C30\" d=\"M167.601 108.948l-.383.205v.041l.061-.006.029.056.226-.122.568 1.616-.661.441-.101-1.993-.061.002.029.056-.029-.056-.061.006.113 2.203.92-.609z\"/>\n    <path fill=\"#FCCA3E\" d=\"M167.878 108.619c0 .365-.309.661-.692.661-.381 0-.691-.296-.691-.661 0-.364.309-.659.691-.659.383 0 .692.295.692.659z\"/>\n    <path fill=\"#AA8C30\" d=\"M167.878 108.619h-.054c-.001.332-.284.605-.637.605a.621.621 0 01-.636-.605c.001-.33.282-.603.636-.604.353.001.636.274.637.604h.109c0-.397-.337-.714-.746-.714s-.745.318-.745.714c0 .399.335.715.745.718.41-.002.746-.319.746-.718h-.055z\"/>\n    <path fill=\"#AA8C30\" d=\"M167.66 109.348s-.129.085-.199.224c-.067.138-.144.416-.144.416l.008-.678.229-.132.106.17z\"/>\n    <path fill=\"#AA8C30\" d=\"M167.761 108.92s-.158.268-.533.247c-.374-.02-.557-.194-.602-.386a.667.667 0 01.075-.551c.122-.221-.177.211-.177.211v.422l.274.325.232.072.23.015.294-.097.197-.149.01-.109z\"/>\n    <path fill=\"#FCCA3E\" d=\"M169.794 112.46l-1.535-1.471-.69.555 2.086 1.216z\"/>\n    <path fill=\"#AA8C30\" d=\"M169.682 112.847l.187-.4-.033-.031-.042.044-.055-.025-.108.238-1.954-1.139.578-.464 1.499 1.437.04-.047-.055-.025.055.025.042-.044-1.574-1.51-.802.646z\"/>\n    <path fill=\"#FCCA3E\" d=\"M169.66 113.29c-.217-.291-.144-.715.159-.949.305-.234.728-.187.945.103.215.291.144.717-.16.95-.305.234-.728.186-.944-.104z\"/>\n    <path fill=\"#AA8C30\" d=\"M169.66 113.29l.044-.034a.576.576 0 01-.114-.351.663.663 0 01.659-.66.576.576 0 01.583.58.665.665 0 01-.661.66.579.579 0 01-.468-.23l-.043.035-.043.033a.685.685 0 00.555.275.777.777 0 00.771-.771.689.689 0 00-.693-.691.756.756 0 00-.463.16.771.771 0 00-.307.61c0 .147.045.293.138.417l.042-.033z\"/>\n    <path fill=\"#AA8C30\" d=\"M169.736 112.372s-.189.098-.334.046a7.76 7.76 0 01-1.629-.833l1.779 1.105.184-.318zM170.845 112.874s-.02.311-.365.466c-.344.155-.585.084-.71-.065a.667.667 0 01-.18-.525c.011-.253-.063.269-.063.269l.189.377.389.162.241-.042.21-.093.218-.222.11-.224-.039-.103z\"/>\n    <path fill=\"#FCCA3E\" d=\"M181.595 90.507l1.574 1.565.183-.792-1.438-.965z\"/>\n    <path fill=\"#AA8C30\" d=\"M181.915 90.242l-.419.253.056.056.043-.044.031.054.288-.172 1.37.918-.151.646-1.496-1.489-.042.043.031.054-.031-.054-.043.044 1.652 1.643.217-.943z\"/>\n    <path fill=\"#FCCA3E\" d=\"M182.035 90.103a.658.658 0 01-.653.663.66.66 0 01-.655-.663.66.66 0 01.655-.664c.361 0 .653.297.653.664z\"/>\n    <path fill=\"#AA8C30\" d=\"M182.035 90.103h-.054a.605.605 0 01-.599.608.605.605 0 01-.6-.608c0-.336.269-.608.6-.608.33 0 .599.272.599.608h.11a.715.715 0 00-.709-.72.715.715 0 00-.709.72c0 .397.317.719.709.719a.715.715 0 00.709-.719h-.056z\"/>\n    <path fill=\"#AA8C30\" d=\"M182.218 90.573s-.045.07-.045.185c0 .116-.007.325-.007.325l-.388-.432.196-.255.244.177zM182.012 90.01c.023.308-.425.748-.76.609-.334-.138-.578-.486-.395-.833.182-.347-.092.132-.092.132l.046.509.318.293.396.023.312-.177.19-.348-.015-.208z\"/>\n    <path fill=\"#FCCA3E\" d=\"M185.742 91.435l-2.405.686.198-.795 2.068-.201z\"/>\n    <path fill=\"#AA8C30\" d=\"M185.566 91.191l.118.267.058-.023-.019-.06.019.06.053-.028-.154-.347-2.156.208-.234.94 2.573-.735-.029-.066-.053.028-.019-.06-2.302.657.162-.648z\"/>\n    <path fill=\"#FCCA3E\" d=\"M186.768 91.105a.645.645 0 01-.638.649.644.644 0 01-.64-.649c0-.358.286-.648.64-.648.351 0 .638.289.638.648z\"/>\n    <path fill=\"#AA8C30\" d=\"M186.768 91.105h-.054a.59.59 0 01-.584.593.588.588 0 01-.584-.593c0-.326.262-.592.584-.592a.59.59 0 01.584.592h.108a.7.7 0 00-.693-.704.7.7 0 00-.694.704c0 .389.31.704.694.704a.699.699 0 00.693-.704h-.054z\"/>\n    <path fill=\"#AA8C30\" d=\"M186.714 90.851s-.076-.211-.037.027c.037.24-.27.753-.629.706-.356-.046-.52-.358-.49-.649.03-.289-.06.1-.06.1l.057.387.191.181.273.162.32-.055.289-.185.129-.272v-.194l-.043-.208z\"/>\n    <path fill=\"#AA8C30\" d=\"M185.103 91.206s.012.162-.201.278a26.92 26.92 0 00-.616.355l1.323-.386-.109-.321-.397.074z\"/>\n    <path fill=\"#FCCA3E\" d=\"M177.662 103.284l-1.467-2.285.236-.118 1.66 1.96z\"/>\n    <path fill=\"#AA8C30\" d=\"M178.007 102.84l-.387.4.042.044.054-.035-.054.035.046.045.465-.484-1.726-2.041-.342.17 1.55 2.409.053-.054-.046-.045.054-.035-1.433-2.225.133-.065z\"/>\n    <circle cx=\"176.05\" cy=\"100.47\" r=\"1\" fill=\"#FCCA3E\"/>\n    <path fill=\"#AA8C30\" d=\"M176.728 100.474h-.055a.627.627 0 01-.622.631.627.627 0 01-.623-.631c0-.349.279-.631.623-.631s.621.281.622.631h.109a.737.737 0 00-.731-.743.738.738 0 00-.733.743c0 .41.328.743.733.743a.736.736 0 00.731-.743h-.054z\"/>\n    <path fill=\"#AA8C30\" d=\"M177.091 101.705s-.072.078-.076.243c-.005.167.034.364.034.364l-.742-1.173.221-.139.563.705zM176.684 100.6c-.132.309-.672.506-.931.355-.259-.15-.479-.71-.163-.957l-.165.144-.084.32.118.335.259.293.239.074.381-.076.278-.217c.001-.001.202-.579.068-.271z\"/>\n    <path fill=\"#FCCA3E\" d=\"M177.754 103.348l1.863.34.069-.255-1.561-.619z\"/>\n    <path fill=\"#AA8C30\" d=\"M178.102 102.741l-.455.651.095.018.012-.062.049.037.345-.495 1.464.58-.04.147-1.807-.331-.011.062.049.037-.049-.037-.012.062 1.919.348.097-.362z\"/>\n    <path fill=\"#FCCA3E\" d=\"M180.858 103.707c0 .375-.3.68-.671.68a.674.674 0 01-.668-.68c0-.375.299-.68.668-.68.37 0 .671.305.671.68z\"/>\n    <path fill=\"#AA8C30\" d=\"M180.858 103.707h-.055a.62.62 0 01-.616.623.62.62 0 01-.614-.623c0-.344.276-.622.614-.624.341.002.615.28.616.624h.108a.728.728 0 00-.724-.734.73.73 0 00-.724.734c0 .405.325.736.724.736a.73.73 0 00.724-.736h-.053z\"/>\n    <path fill=\"#AA8C30\" d=\"M179.299 103.291s.007.139-.236.139-.752.008-.752.008l1.232.238.061-.246-.305-.139z\"/>\n    <path fill=\"#AA8C30\" d=\"M180.81 103.577c.11.411-.255.808-.727.669-.471-.14-.598-.608-.45-.86l-.117.294.086.391.289.252.296.064.302-.075.305-.293.076-.35-.06-.092z\"/>\n    <path fill=\"#9CA168\" d=\"M187.939 86.09c-.144 1.797-1.917 2.715-2.844 3.387a5.048 5.048 0 00-1.378 1.506l-.312 1.048-.153.67-.03.233c.061.187.14.511.152.996.024.817-.052 1.982-.052 1.982l1.248-.895.904-.34.273-.044s-1.004.998-1.4 2.079c-.395 1.081-1.126 3.375-2.495 4.115-1.368.741-2.222.433-2.678.835-.456.4-.472.508-.472.508l-.583.798-.461.597-.431.299-.273.221a3.505 3.505 0 01-.11.776c-.15.528-.328 1.115-.328 1.115s.273-.166.605-.208c.33-.043.638-.039.638-.039s-.258.316-.349.625c-.091.309.061 2.161-1.704 3.272-1.765 1.111-6.259.936-6.259.936l-.851.339-.801.598-.731.802-.055.216s-.552.674-.949.937l-1.307.863s.775-.029 1.035.062c.258.094 1.642.711 1.642.711s-1.014-.021-1.704.246c-.691.267-3.834 2.048-5.355 1.996-1.52-.051-3.692-2.274-3.692-2.274l-.984-.689-1.633-.318-2.019-.114.029-.265.038-.326s.685-.078 1.787.052c.942.112 1.256.425 2.047.518.792.093 1.376-.023 1.666-.153.289-.133 2.73-2.2 2.73-2.2l2.746-.963 1.049.153.465.124.427.124s-.144.224-.449.509c-.304.285-.685.479-.685.479l.336.268 1.733-.277.566.146s.044.012.163.087c.027-.125.096-.384.252-.588.213-.278 1.187-1.072 1.604-1.35.42-.277.511-.316.648-.463.136-.147.7-1.598.7-1.598l.076-.739 1.917-1.845 1.293-1.374.564-1.567-.062-.316s.464.478.381 1.45c-.084.972-.297 1.312-.297 1.312s1.308-.903 2.009-1.212c.562-.247.976-.231 1.12-.215.185-.105.688-.416.994-.864.381-.555.48-.718.48-.941 0-.224.061-1.304.061-1.304l-.122-3.311 1.126-2.492 1.634-1.466.313-.186s-.13.347-.153.587c-.023.238-.023.662-.023.662s.828-1.133 1.255-1.342c.098-.048.184-.088.262-.124.089-.158.244-.475.337-.916.132-.627.153-1.47.153-1.47l.025-1.371-.266-1.066-.761-2.045-.03-2.692-.57-.769s.54-.042 1.208.923c.669.965.868 2.323.868 2.323l1.554-4.769s.417.563.712 1.505c.298.942.389 1.582.389 1.582l.612-1.324c-.005.014-.019.092.073.467.106.439 1.056.988.912 2.785zm-31.545 30.48s-.29-.73-1.786-1.471c-1.496-.74-2.611-.884-2.611-.884l-.016.55 2.348 1.024 1.171.957.894-.176z\"/>\n    <path fill=\"#717732\" d=\"M167.088 112.088c.144-.193 1.409-1.319 2.054-1.651.647-.332 1.505-.393 1.505-.393.89-.163 1.035-.031 3.089-1.165 2.054-1.134 2.511-2.439 2.906-2.755.395-.317 1.117-.393 1.117-.393s-.86 1.01-1.612 1.836c-.753.827-1.56 1.35-2.716 2.13-1.156.779-3.558.818-3.558.818-1.013.232-1.355.478-1.918.971-.563.495-.945 1.032-.945 1.032s-.066-.237.078-.43zm5.667-5.949c-1.901 1.737-2.525 3.35-2.525 3.35s1.689-1.45 2.556-2.284c.867-.834 2.083-1.236 2.632-1.745.548-.51.578-.941.928-1.266.349-.323.609-.478.609-.478s-.838-.648-4.2 2.423zm-4.01 4.019s.813-.357 1.12-1.086c.229-.541.107-.678.457-1.297 0 0 1.978-1.909 2.676-2.731 1.248-1.466.685-2.669.685-2.669s.136.617-.38 1.265c-.517.648-3.068 2.392-3.378 3.396-.31 1.003-.136 1.04-.274 1.573-.315 1.228-.906 1.549-.906 1.549zm-1.314 4.932s-.995-.667-2.109-.596c-2.272.144-4.194 1.543-5.694 1.584-1.502.041-2.092-.712-3.252-1.502-1.236-.843-4.299-.721-4.299-.721l-.019.073-.021.089s2.106.021 3.004.27c1.715.473 2.64 2.259 4.588 2.145 2.527-.149 4.6-1.688 5.633-1.683 1.773.012 2.169.342 2.169.341zm-11.27-1.15s1.762.317 3.131-.687c1.369-1.003 2.996-2.361 3.895-2.423.898-.062 1.841.17 1.841.17s-1.142-.509-2.054-.495c-.914.016-1.841.14-2.694.649-.852.51-1.263 1.435-2.19 2.021a5.976 5.976 0 01-1.929.765zm-.315 2.37c-.235 0-.51.153-.601.138-.091-.015-.63-.571-1.384-.972-.754-.401-1.876-.643-1.876-.643s-.14.035.112.119c.25.085 1.178.4 1.771.678.594.279 1.194.91 1.248 1.011a.753.753 0 00.708.37c.441-.015.616-.268.569-.439-.044-.169-.311-.262-.547-.262zm1.24-1.713s.698.398 1.855.37c2.466-.062 4.017-1.749 5.632-2.366 1.611-.618 2.438-.083 2.438-.083s.042-.087-.009-.125c-.227-.17-.976-.577-1.802-.564-2.708.041-5.243 1.749-6.348 2.211-1.068.447-1.766.557-1.766.557zm26.212-18.668c-.831.858-2.07 3.597-2.617 4.345-.547.749-1.233.972-1.529 1.274-.26.265-1.255 1.605-1.484 1.93-.227.323-.297.231-.456.37-.159.139-.243.147.023.077.266-.068.35-.231.761-.694.41-.463.388-.672 1.041-1.258.654-.588 1.839-1.255 2.428-1.976.587-.72 1.788-3.508 2.415-4.187.68-.736 1.867-1.174 1.867-1.174s-.936-.273-2.449 1.293zm-4.214 5.194s-.031-.494.578-1.22c.608-.726.822-.632 1.308-1.698.486-1.065.701-2.098 1.096-3.225.395-1.128 1.08-2.239 1.08-2.239s-.639.062-1.293.943c-.655.88-1.689 2.485-2.222 4.059-.534 1.574-.547 3.38-.547 3.38zm-.776 1.033s.228-.122.258-1.496c.031-1.374-.076-3.302.32-4.26.395-.956 2.495-3.257 2.495-3.257s-.868.216-2.084 1.188c-1.216.972-1.734 2.192-1.673 3.117.062.928.579 1.976.625 2.887.042.911.059 1.821.059 1.821zm4.943-9.454s.518-1.863.73-2.316c.215-.454.224-.72 1.278-1.903.604-.678 1.198-1.113 1.45-2.058.254-.948.245-3.591.245-3.591s-.274.245-.497.709c-.224.464-.061 2.181-.457 2.973-.396.793-1.288 2.656-1.735 3.057 0 0-.09-1.337.071-2.686.163-1.347.619-1.758.822-2.644.203-.884.081-3.169.081-3.169s-.72.742-1.076 1.595c-.353.854-.567 2.387-.577 3.539-.011 1.153.264 2.089.305 2.748.039.658.09.967-.174 1.687-.263.72-.131.227-.294.926-.163.699-.334 1.225-.334 1.225l.162-.092zm-1.642-10.104s.628.792.526 1.698c-.102.905-.446 2.099-.091 3.045.355.946.883 1.039 1.025 1.584.142.545.151 1.609.151 1.609s.294-2.021.091-2.577c-.202-.555-.294-.299-.587-.884-.295-.586.009-2.191-.214-3.127-.221-.937-.901-1.348-.901-1.348z\"/>\n    <path fill=\"#FCCA3E\" d=\"M133.932 108.544c0 .325-.255.556-.497.556-.24 0-.435-.263-.435-.586 0-.325.195-.587.435-.587.242 0 .497.294.497.617z\"/>\n    <path fill=\"#AA8C30\" d=\"M133.932 108.544h-.055a.519.519 0 01-.143.361.426.426 0 01-.3.139c-.1 0-.193-.054-.264-.149a.639.639 0 01-.116-.381c0-.151.045-.286.116-.382.072-.095.164-.148.264-.148.098-.001.21.061.298.167a.635.635 0 01.145.394l.055-.001h.055a.736.736 0 00-.171-.465.515.515 0 00-.381-.208.445.445 0 00-.352.195.755.755 0 00-.139.448c0 .173.052.331.139.447a.444.444 0 00.352.194c.275-.001.551-.257.552-.611h-.055z\"/>\n    <path fill=\"#FCCA3E\" d=\"M133.921 109.59l.427 2.345-.568-.225-.204-2.037z\"/>\n    <path fill=\"#AA8C30\" d=\"M133.643 109.721l.294-.069-.016-.062-.059.011.059-.011-.013-.06-.396.095.211 2.13.705.28-.457-2.519-.063.014.013.06-.059.011.406 2.239-.431-.174z\"/>\n    <path fill=\"#FCCA3E\" d=\"M134.44 108.794c.274.355-.19.897-.682 1.032-.492.134-1.106-.093-1.1-.544.006-.511.718-.245.909-.305.294-.092.578-.565.873-.183z\"/>\n    <path fill=\"#AA8C30\" d=\"M134.44 108.794l-.043.035a.329.329 0 01.069.204c.001.14-.083.3-.218.439-.136.137-.32.251-.504.301-.09.025-.184.036-.279.036a.983.983 0 01-.528-.144c-.14-.093-.225-.217-.225-.375v-.005c.003-.121.041-.177.102-.215a.501.501 0 01.257-.052c.143 0 .297.025.412.027.037 0 .07-.003.1-.013.12-.038.227-.124.33-.197.103-.074.199-.132.281-.13.063 0 .126.027.203.125l.043-.036.043-.034c-.088-.116-.188-.169-.289-.168-.128.001-.238.075-.344.15-.105.076-.208.154-.299.183a.222.222 0 01-.068.007c-.099 0-.258-.026-.412-.027a.6.6 0 00-.313.069c-.093.056-.154.162-.154.308v.007a.56.56 0 00.275.469c.162.105.373.161.588.161.103 0 .208-.012.308-.04.206-.057.403-.179.552-.33.148-.152.25-.334.251-.517a.437.437 0 00-.093-.272l-.045.034z\"/>\n    <path fill=\"#AA8C30\" d=\"M134.409 108.808c.127.144-.071.679-.603.895-.533.215-.797.01-.938-.17-.142-.18-.132-.37-.132-.37l-.076.097.072.278.269.231.471.102.351-.066.345-.185.177-.186.153-.226.02-.277-.086-.14h-.021l-.008.011.006.006z\"/>\n    <path fill=\"#AA8C30\" d=\"M133.932 109.976s-.091.03-.172.165c-.081.133-.112.369-.112.369l-.041-.627.274-.145.051.238z\"/>\n    <path fill=\"#FCCA3E\" d=\"M131.083 112.389c0 .292-.327.529-.73.529-.404 0-.73-.237-.73-.529 0-.293.327-.53.73-.53.403 0 .73.237.73.53z\"/>\n    <path fill=\"#AA8C30\" d=\"M131.083 112.389h-.055c0 .124-.069.24-.19.33a.843.843 0 01-.484.144.85.85 0 01-.485-.144c-.122-.089-.191-.205-.191-.33 0-.125.069-.24.191-.329a.828.828 0 01.485-.146c.19 0 .363.057.484.146s.19.204.19.329h.11a.523.523 0 00-.237-.42.931.931 0 00-.547-.165.935.935 0 00-.549.165.522.522 0 00-.236.42c0 .168.094.316.236.419a.943.943 0 00.549.166.939.939 0 00.547-.166.523.523 0 00.237-.419h-.055z\"/>\n    <path fill=\"#FCCA3E\" d=\"M131.589 112.265l2.252-.112-.381-.449-1.85.202z\"/>\n    <path fill=\"#AA8C30\" d=\"M131.551 111.849l-.027.482.069-.004-.004-.062.061.004.017-.309 1.768-.192.279.331-2.129.104.004.062.061.004-.061-.004.004.062 2.376-.12-.484-.566z\"/>\n    <path fill=\"#FCCA3E\" d=\"M131.782 112.002c.188.57.203 1.348-.435 1.266-.64-.083-.519-.655-.568-.875-.092-.4-.467-.761-.081-1.151.384-.392.895.189 1.084.76z\"/>\n    <path fill=\"#AA8C30\" d=\"M131.782 112.002l-.053.018c.067.201.111.43.111.633 0 .164-.029.31-.094.408-.064.098-.156.156-.31.156a.82.82 0 01-.083-.004.596.596 0 01-.323-.129.544.544 0 01-.165-.348c-.019-.131-.013-.261-.034-.355-.068-.286-.253-.538-.25-.764a.465.465 0 01.154-.337.33.33 0 01.239-.112c.136 0 .291.099.428.262.138.16.257.377.326.591l.054-.019.052-.018a1.925 1.925 0 00-.348-.628c-.149-.173-.324-.297-.511-.297a.433.433 0 00-.316.143.576.576 0 00-.186.416c.003.281.198.533.253.788.022.093.005.299.064.494.03.096.081.193.17.27a.689.689 0 00.38.153.661.661 0 00.097.007.45.45 0 00.403-.208.875.875 0 00.11-.468c0-.218-.046-.457-.116-.669l-.052.017z\"/>\n    <path fill=\"#AA8C30\" d=\"M132.157 111.859s-.05.134.091.206c.142.073.477.154.477.154l-.872.031-.091-.339.395-.052zM131.864 112.405s.01.031.008.089a.67.67 0 01-.069.251c-.102.215-.142.463-.456.401a.578.578 0 01-.477-.503c-.031-.205-.101-.288-.101-.288v.277l.193.464.314.144h.274l.213-.083.101-.278.051-.227-.051-.247zM129.662 112.342s.102.402.548.412c.446.011.558-.124.558-.124l.05.155-.162.082-.388.044-.341-.068-.159-.117-.121-.211.015-.173z\"/>\n    <circle cx=\"124.44\" cy=\"99.698\" r=\"1\" fill=\"#FCCA3E\"/>\n    <path fill=\"#AA8C30\" d=\"M124.881 99.701h-.054a.821.821 0 01-.12.444c-.074.111-.168.171-.267.171s-.193-.06-.266-.171a.821.821 0 01-.12-.444c0-.175.048-.333.12-.443.073-.112.168-.172.266-.172.099 0 .193.06.267.172.073.11.12.268.12.443h.109a.931.931 0 00-.138-.505c-.087-.132-.212-.222-.358-.222-.145 0-.271.09-.357.222a.925.925 0 00-.138.505.94.94 0 00.138.506c.086.132.212.221.357.221.146 0 .271-.089.358-.221a.937.937 0 00.138-.506h-.055z\"/>\n    <path fill=\"#FCCA3E\" d=\"M124.449 101.185l.051 2.182-.567-.516.04-1.738z\"/>\n    <path fill=\"#AA8C30\" d=\"M124.032 101.185l.408.06.009-.06-.061.002.061-.002.01-.062-.546-.081-.041 1.836.691.628-.053-2.375-.051-.008-.01.062-.061.002.048 2.037-.442-.4z\"/>\n    <path fill=\"#FCCA3E\" d=\"M125.292 100.52c.115.503-.623.787-1.126.694-.502-.092-.882-.354-.806-.818.076-.464.7-.36.913-.231.212.127.859-.352 1.019.355z\"/>\n    <path fill=\"#AA8C30\" d=\"M125.292 100.52l-.053.011c.007.032.01.062.01.092.001.163-.107.297-.277.398a1.24 1.24 0 01-.796.138 1.284 1.284 0 01-.556-.224.525.525 0 01-.206-.528.31.31 0 01.144-.229.521.521 0 01.273-.065c.161 0 .332.051.413.101.041.023.086.03.132.03.145-.001.325-.066.484-.064.087 0 .162.017.225.067.063.049.119.135.154.286l.053-.013.054-.014c-.038-.167-.105-.279-.193-.349a.459.459 0 00-.293-.091c-.183.001-.371.067-.484.065a.153.153 0 01-.076-.015.995.995 0 00-.469-.117.63.63 0 00-.33.082.42.42 0 00-.196.305.635.635 0 00.247.634c.157.124.369.204.604.247a1.356 1.356 0 00.87-.151c.189-.11.333-.279.333-.495a.538.538 0 00-.013-.117l-.054.016z\"/>\n    <path fill=\"#AA8C30\" d=\"M125.238 100.436s.015.046-.016.193c-.031.146-.303.494-.814.501-.509.008-.722-.163-.859-.332s-.16-.409-.16-.409l-.015.255.198.316.502.236.479.003.487-.143.213-.236.05-.259-.065-.125zM124.431 101.518s-.182.016-.273.097c-.091.082-.172.181-.172.181l-.007-.605.452.034v.293z\"/>\n    <path fill=\"#FCCA3E\" d=\"M121.351 103.106c0 .193-.341.347-.761.347s-.76-.154-.76-.347c0-.192.341-.348.76-.348.42 0 .761.156.761.348z\"/>\n    <path fill=\"#AA8C30\" d=\"M121.351 103.106h-.055a.15.15 0 01-.045.097c-.095.106-.356.196-.661.195-.203 0-.387-.038-.515-.097a.467.467 0 01-.145-.098c-.033-.036-.045-.067-.045-.097 0-.031.013-.062.045-.097.094-.105.356-.196.66-.195.204 0 .387.037.516.097a.468.468 0 01.146.098.15.15 0 01.045.097h.108a.255.255 0 00-.075-.174c-.136-.143-.415-.227-.74-.229-.217 0-.413.04-.56.107a.555.555 0 00-.18.123.254.254 0 00-.075.174c0 .065.03.125.075.173.136.145.415.228.74.23.217 0 .414-.04.56-.107a.55.55 0 00.18-.123.254.254 0 00.075-.173l-.054-.001z\"/>\n    <path fill=\"#FCCA3E\" d=\"M121.96 103.108l1.713-.116.73.565-2.469-.093z\"/>\n    <path fill=\"#AA8C30\" d=\"M121.998 103.404l.021-.292-.059-.004.004.062-.004-.062-.061-.006-.03.42 2.725.102-.902-.697-1.789.123-.004.052.061.006.004.062 1.69-.118.561.437z\"/>\n    <path fill=\"#FCCA3E\" d=\"M121.33 102.188c.462.015.781.524.715 1.065-.066.541-.482.977-.908.911-.426-.068-.396-.428-.385-.535.01-.109.249-.304.274-.479.025-.173-.122-.561-.067-.74.057-.181.163-.228.371-.222z\"/>\n    <path fill=\"#AA8C30\" d=\"M121.33 102.188l-.002.055a.627.627 0 01.479.264c.12.157.192.375.192.605 0 .045-.003.088-.007.134-.058.483-.413.872-.767.869a.525.525 0 01-.079-.006c-.159-.026-.239-.091-.286-.163a.42.42 0 01-.057-.23c0-.034.002-.063.004-.083 0-.008.012-.037.034-.069.034-.051.087-.115.135-.183a.565.565 0 00.105-.223l.004-.054c-.002-.171-.083-.427-.082-.592 0-.034.003-.064.01-.085.024-.077.054-.118.094-.144a.345.345 0 01.187-.039h.035l.001-.056.002-.056-.039-.001a.447.447 0 00-.246.057.347.347 0 00-.14.204.387.387 0 00-.016.12c.001.192.083.452.082.592l-.003.038c-.008.065-.068.156-.132.238-.032.042-.064.082-.089.121a.27.27 0 00-.053.122.672.672 0 00-.006.093.537.537 0 00.076.289c.063.1.177.184.361.213a.77.77 0 00.095.006c.434-.003.81-.442.875-.966a1.116 1.116 0 00-.206-.819.734.734 0 00-.561-.308v.057z\"/>\n    <path fill=\"#AA8C30\" d=\"M122.238 103.119s-.035.035.229.154 1.466.246 1.466.246l-1.928-.052.071-.329.162-.019zM122.021 103.154s-.005.073-.101.268c-.096.196-.339.715-.745.643-.406-.072-.355-.356-.355-.401 0-.047-.005-.145-.005-.145l-.071.294.096.205.167.104.33.041.223-.098.244-.232.127-.247.101-.263-.011-.169zM120.981 103.205s-.011.092-.33.104c-.32.008-.776-.13-.776-.13l.152.19.264.068.33.005.258-.025.102-.212z\"/>\n    <path fill=\"#FCCA3E\" d=\"M119.947 88.908c-.191.304-.555.535-.74.417-.185-.119-.119-.543.072-.848.19-.304.495-.455.679-.336.185.12.179.463-.011.767z\"/>\n    <path fill=\"#AA8C30\" d=\"M119.947 88.908l-.046-.029a1.12 1.12 0 01-.283.302.553.553 0 01-.294.122.169.169 0 01-.088-.024c-.052-.032-.084-.112-.084-.227 0-.16.065-.375.172-.544.138-.223.343-.354.488-.352a.21.21 0 01.115.032c.068.044.109.134.109.257a.845.845 0 01-.138.433l.049.03.046.03a.949.949 0 00.155-.492c.001-.147-.049-.279-.16-.352a.327.327 0 00-.174-.049c-.205.002-.427.158-.581.402a1.215 1.215 0 00-.189.605c0 .132.035.254.134.32a.27.27 0 00.146.04.647.647 0 00.357-.141 1.24 1.24 0 00.311-.333l-.045-.03z\"/>\n    <path fill=\"#FCCA3E\" d=\"M118.037 92.339l.956-2.254-.142-.123-1.085 1.583z\"/>\n    <path fill=\"#AA8C30\" d=\"M117.698 91.535l.333.976.063-.147-.057-.025.057-.021-.261-.764 1.029-1.502.057.049-.937 2.213.055.025.057-.021-.057.021.057.025.972-2.298-.227-.197z\"/>\n    <path fill=\"#FCCA3E\" d=\"M118.821 90.088c-.474-.346-.578-.701-.426-1.051.151-.349.507-.122.507-.122s.233.258.406.349c.173.094.447-.03.65.257.203.288.081.576-.081.648-.164.071-.66.206-1.056-.081z\"/>\n    <path fill=\"#AA8C30\" d=\"M118.821 90.088l.032-.046c-.334-.244-.468-.481-.468-.709 0-.091.021-.181.06-.273.062-.135.137-.159.219-.163.052 0 .106.016.146.032l.048.023.012.007.004.002.029-.047-.04.038c.002.003.232.259.42.362.107.055.224.044.331.06a.41.41 0 01.299.179c.069.1.096.196.096.279 0 .143-.077.254-.155.287a1.23 1.23 0 01-.458.09.905.905 0 01-.542-.167l-.033.046-.032.044c.195.143.414.187.606.187.221 0 .408-.057.502-.099.126-.057.22-.206.22-.388a.59.59 0 00-.117-.343.51.51 0 00-.372-.225c-.123-.016-.23-.012-.295-.048a1.43 1.43 0 01-.256-.201 3.476 3.476 0 01-.135-.137l-.005-.005-.006-.005c-.005-.002-.122-.08-.267-.08-.113-.003-.247.057-.319.228a.78.78 0 00-.07.317c0 .276.165.547.514.8l.032-.045z\"/>\n    <path fill=\"#AA8C30\" d=\"M119.998 89.664s.071.206-.112.34c-.182.133-.579.215-.832.071-.253-.144-.711-.607-.711-.607l.214.381.334.278.466.133.446-.071.204-.176.061-.143-.07-.206z\"/>\n    <path fill=\"#AA8C30\" d=\"M118.638 90.282s.01.053 0 .258c-.01.206-.091.546-.091.546l.406-.907-.162-.144-.153.247z\"/>\n    <path fill=\"#FCCA3E\" d=\"M114.846 89.792c.34.194.52.521.403.734-.117.21-.488.226-.828.032-.339-.193-.519-.52-.402-.733.117-.212.487-.227.827-.033z\"/>\n    <path fill=\"#AA8C30\" d=\"M114.846 89.792l-.027.049c.258.145.414.376.411.541 0 .044-.01.083-.028.117-.048.088-.159.14-.31.14a.93.93 0 01-.443-.128c-.258-.145-.413-.376-.411-.541a.23.23 0 01.029-.117c.048-.088.159-.141.309-.141.132 0 .29.042.443.129l.027-.049.026-.049a1.035 1.035 0 00-.496-.142c-.173 0-.329.062-.405.197a.352.352 0 00-.042.171c.002.229.186.476.466.637.167.096.342.144.497.144.174 0 .329-.062.405-.198a.34.34 0 00.043-.171c-.003-.23-.186-.477-.467-.639l-.027.05z\"/>\n    <path fill=\"#FCCA3E\" d=\"M115.838 90.783l1.766 1.059-.051.834-1.917-1.647z\"/>\n    <path fill=\"#AA8C30\" d=\"M115.722 91.023l.164-.199-.048-.041-.031.054.031-.054-.046-.04-.242.295 2.056 1.765.061-.993-1.842-1.106-.033.039.046.04-.031.054 1.734 1.04-.041.673z\"/>\n    <path fill=\"#FCCA3E\" d=\"M115.823 90.981c-.392.438-.751.503-1.076.31-.326-.194-.063-.526-.063-.526s.279-.205.389-.368c.111-.164.021-.454.327-.625.305-.171.573-.015.626.157.051.171.124.686-.203 1.052z\"/>\n    <path fill=\"#AA8C30\" d=\"M115.823 90.981l-.04-.037c-.25.28-.479.395-.684.395a.627.627 0 01-.324-.096c-.111-.067-.134-.137-.136-.208 0-.059.021-.118.044-.163a.774.774 0 01.031-.053l.01-.015.003-.004-.043-.036.032.045c.002-.003.28-.204.402-.382.066-.101.069-.22.098-.326a.402.402 0 01.209-.28.508.508 0 01.239-.069c.162 0 .281.101.308.193.019.064.043.186.043.33a.989.989 0 01-.233.669l.041.037.04.037c.207-.23.262-.515.262-.743a1.31 1.31 0 00-.048-.363c-.046-.149-.207-.27-.413-.27a.599.599 0 00-.291.08.521.521 0 00-.262.351c-.031.123-.039.231-.083.293a1.405 1.405 0 01-.226.234c-.082.071-.15.121-.15.121l-.006.005-.005.005c-.002.005-.11.134-.112.303-.001.105.052.224.19.304.12.071.247.11.379.11.249 0 .504-.137.765-.43l-.04-.037z\"/>\n    <path fill=\"#AA8C30\" d=\"M116.123 90.992s-.061-.062.06.206c.122.268 1.116 1.225 1.116 1.225l-1.582-1.337.182-.259.224.165zM115.596 91.147s-.203.125-.385.134c-.183.011-.487-.01-.527-.227-.041-.215.061-.307.061-.307l-.132.298.051.164.234.134.325.031.294-.144.079-.083zM114.957 90.467s.02.062-.274.021c-.294-.041-.648-.38-.648-.38l.233.37.497.206.192-.217z\"/>\n    <path fill=\"#9CA168\" d=\"M144.275 116.412s.19-.532 1.468-1.156c1.278-.625 3.202-1.467 3.385-1.359.183.109-.099.804-.099.804l-1.239.378-.989.579-1.156.748-1.37.006z\"/>\n    <path fill=\"#9CA168\" d=\"M147.534 113.052c-1.633.062-2.523.463-2.837.525-.108.021-.343.188-.544.089-.383-.19-.716-.716-.716-.716l-.345-.288-.081 1.172-2.383-2.067-.254 1.367-.304.629-2.363-2.234.112 1.728s-.618.081-.649.062l-1.684-1.173-.497.165.548 1.018-2.131.165s-.172.094-.461.359c-.289.267-.449.517-.449.517s-.064.109.011.158c.076.05.659.039.841-.031.182-.069.3-.324.354-.219.053.105.121.572.403.525.282-.046 1.272-.797 1.978-.467.787.366-1.019.899-.833 1.459.185.556 1.487.32 1.818.142.331-.177 1.319-1.409 1.723-.941.563.653-1.182 1.158-.859 1.809.312.629 1.286.487 1.757.217.472-.27 1.568-1.957 1.811-1.594.422.632-.925 1.235-.587 1.724.339.49 1.084-.018 1.579-.366.494-.347.692-1.174 1.376-1.559.685-.386.638-.225.826-.231.189-.009.718-.532.718-.532l1.609-.683.788.057.407.193.807.113.095-.68c-.002 0-.935-.437-1.584-.412zm-12.876.013l.341-.605-.193-.293s-.568-.318-1.085-.842c-.517-.526-.706-.646-.943-.764-.237-.119-1.034-.638-1.034-.638l-.359-1.326-.212-.383-.615.241-.809-2.852-.158-.511-.334-.019-.664 1.729-.742-1.08-.189-2.364-.463.519-.596.605-1.059-2.143s-.086-.055-.14.124c-.053.173-.145.85-.079 1.251-.283-.177-.769-.51-1.421-1.072-1.075-.926-1.334-1.402-1.334-1.402l-.502-1.133.471-.996.236-1.188-1.034.423-.182-2.686-.16-.848-1.247 1.783s-.486-.687-.486-.764l.022-1.697-.335-.101-.51.957s-.49-.987-.707-1.198c.034-.379.091-1.348-.139-2.096-.292-.952-.633-1.459-.511-2.236.123-.777.438-.852.402-1.198-.037-.345-.548.224-.378-.234.171-.456 1.801-1.493 1.461-2.037-.341-.544-1.911.852-1.546-.085.365-.939 1.874-.952 1.959-2.26.053-.815-1.424.506-1.558.098-.134-.407.912-1.246.901-1.777-.012-.53.195-.592-.098-.876-.292-.284-1.192 1.111-1.192 1.111l-.986-.371-.341 1.409-.303 1.196-1.217-.715.328 1.457.293 1.42-1.266-.321.67 1.21.872.886.539.731.39.21.523.52.182.777s.305.852.305.89c0 .036.049.839.049.839l.012.555-.027.431-.019.162-.027.186-.011.508c-.238.023-.624-.365-.766-.123-.152.263.731.941.563 1.111-.167.171-1.46-.262-1.536.154-.077.417.122 1.003.867 1.188.745.185 2.479.586 2.191.926-.289.34-2.176-1.034-2.099-.03.076 1.002.73 1.419 1.217 1.605.487.186 2.388-.03 2.282.417-.106.448-1.551-.139-1.688.509-.137.649 1.004.741 1.248.741.243 0 1.034-.03 1.338.201.305.231 1.369 1.358 2.039 1.929.568.484 1.795 1.334 2.154 1.581l-.017-.002c-.361-.034-1.108-.113-1.226.156-.151.347 2.861 1.421 1.996 1.754-.864.332-1.795-.92-2.045-.155-.25.766.572 1.412 1.041 1.691.468.278 3.14.056 2.616.66-.523.606-2.459-.407-2.477.31-.018.716 1.29 1.852 1.96 1.82.67-.03 1.405-1.105 1.71-.524.305.58-.518.815.128.969.645.154 1.101-.661 1.85-.513.748.148 1.923.622 2.581 1.221.652.595 1.328 1.287 1.328 1.287z\"/>\n    <path fill=\"#717732\" d=\"M145.057 116.08c.457.008.518.255.579.247.061-.008.829-.664 1.559-1.065.73-.402 1.84-.641 1.84-.641l.069.1s-1.323.33-1.962.779c-.792.556-1.415.904-1.453 1.003-.038.1-.326.293-.776.302-.448.006-.639-.262-.639-.394 0-.13.327-.338.783-.331zm3.986-2.019s-.395.041-.619-.155c-.223-.195-.72-.37-1.197-.37-.476 0-1.24.263-1.845.843-.049.047-.17.27-.691.618.181.035.531-.205.913-.514.548-.446 1.237-.566 1.724-.637.486-.074.791.205 1.015.358.223.155.679.113.679.113l.021-.256zm-23.66-9.669c.049-.021.042-.128.009-.315-.073-.028-.368-.152-1.03-.547-.776-.463-2.388-1.745-2.388-1.745s.67.649 1.339 1.251c.669.601 1.872 1.342 1.872 1.342l.006.005c.103.01.176.016.192.009zm16.703 11.832s.244-.319.677-1.016c.434-.697.829-.92.89-1.005.061-.085-.167-.424-.297-.687-.129-.262-.106-.54-.106-.562 0-.023.159.408.479.648.32.238.512.439.512.439s.636-.085.652-.208c.015-.124-.016-.208-.122-.254-.106-.047-.228.095-.517-.032-.601-.261-.845-1.172-1.202-1.203-.357-.031-.102.965-.259.98-.555.054-.989-2.021-2.32-2.106-.937-.061-1.103.116-1.149.324-.045.208 1.134 1.452.738 1.628-.395.179-1.651-1.952-2.563-1.976-.913-.023-.989.325-.921.525.068.201 1.012.378.791 1.042-.214.644-1.133-.995-1.977-.903-.844.093-.936.154-.974.393-.037.24.297.587.175.672-.122.084-.655.061-1.08.354-.426.294-1.02 1.097-1.02 1.097s.556-.787 1.293-.872c.738-.084 2.602.008 2.602.008s-.251-.155-.525-.402c-.274-.247-.51-.749-.51-.749s.411.386.807.71c.395.325.89.572.89.572s.791.077.845.17c.053.092-.023.277-.35.631a13.61 13.61 0 01-.799.773s.791-.602.943-.734c.152-.131.7-.548.7-.548s.579.077.639.062c.06-.015.033-.216-.355-.787-.388-.571-.755-1.189-.755-1.189s.476.438.958 1.073.411.928.609.959c.198.031.517.074.661.067.194-.01.145.277-.19.787-.334.51-.532 1.165-.532 1.165s.341-.548.707-.926c.365-.378.556-.827.7-.849.145-.023.634.038.703.009.068-.032-.117-.233-.375-.758-.259-.524-.343-1.25-.343-1.25s.251.68.647 1.174c.395.493.548.891.634.896.086.004.392-.035.614-.032.112.002.124-.025.137.046.038.218-.054.348-.32.85a8.131 8.131 0 00-.442.994zm-10.101-5.858c.571.194.791.194.791.194s-.783-.464-.989-1.12c-.206-.655-.023-2.038-.357-2.021-.335.016-.525 1.019-.86.818-.335-.2.114-2.045-.251-2.831-.365-.788-1.224-1.336-1.423-1.051-.198.287-.151 1.983-.684 1.614-.533-.37.046-1.821-.115-2.485-.159-.664-.562-1.143-.867-.98-.304.163.121 1.405-.358 1.42-.479.016-.411-.872-.616-.957-.205-.085-.274.179-.388.009-.114-.171-.053-.804-.304-.742-.251.062-.205.548-.137.818.068.27.22.656.327.834.106.177.487.4.457.548-.031.147-.229.27-.487.277-.259.008-.845-.016-.845-.016s.624.194.859.217c.236.023.693-.1.806.108.114.209.662.949.662.949s.129-.386.198-1.066c.068-.678.038-1.273.038-1.273s.182.788.16 1.259c-.022.469-.198 1.388-.198 1.388s.517.432.366.548c-.152.116-.692.101-1.324.093-.631-.008-1.529-.224-1.529-.224s.806.386 1.369.478c.563.094 1.787.124 1.787.124l.836.948s.401-.688.457-1.372c.056-.685-.015-1.479-.015-1.479s.175.714.206 1.324c.03.611-.199 1.69-.274 1.783-.076.093-.504.358-.88.453-.553.139-1.661.28-1.661.28s1.022.136 1.757-.039c.736-.173.822-.378 1.027-.254.206.125.388.348.388.348s.44.342.639.432c.031.069-.34.222-.528.34-.187.118-.682.347-.682.347s.723-.262 1.042-.347c.16-.044.548-.186.548-.186l.213.116s.015-.154-.046-.586c-.061-.432-.153-.85-.153-.85s.251.394.328.764c.076.37.076.748.076.748s.063.106.634.3zm-14.574-16.698s.162-.783.162-1.687c0-.907-.629-2.306-.731-2.45-.101-.145-.162-.268-.162-.268l.425-.657-.547.431s-.304-.062-.568-.226c-.264-.164-.396-.411-.396-.411s.28.207.548.318c.267.111.334.072.334.072l-.211-.913s-.279-.111-.901-.457c-.621-.345-1.181-.888-1.181-.888s.84.506 1.314.703c.475.198.743.211.743.211s.499-.149.755-.298c.255-.147.779-.543.779-.543s-.499.285-.828.359c-.328.075-.742.122-.742.122l-.146-1.11s-.109 0-.523-.543c-.414-.544-.731-1.321-.731-1.321s.426.542.768.801c.341.261.657.679.657.679s.389-.21.766-.469 1.314-.939 1.314-.939-.535.283-1.277.629c-.743.345-.767.309-.767.309s-.061-.481.049-.692c.11-.209.341-.555.304-.764-.037-.211-.195-.137-.256-.309-.061-.174.195-1.234.195-1.234s.061.382.073.579c.012.197-.097.469.171.469s1.521-1.259 1.679-1.494c.158-.234.39-.876-.268-.616-.656.258-.5.82-1.046.777-.159-.013-.34-.715-.547-.543-.207.174-.67.605-.755 1.099-.085.494.11 1.247-.17 1.469-.281.223-.524-.851-1.071-.704-.548.148-.669.901-.584 1.197.085.296 1.278 1.679.901 1.852-.378.173-1.303-1.174-1.802-.259-.5.913 1.57 1.852 1.825 2.074.256.223.025.285.39.741.366.456.853.568 1.108.877.255.309 1.01 1.776 1.01 2.727 0 .953-.06 1.3-.06 1.3zm5.495 8.013s-.506-.591-.339-1.562c.167-.972.837-2.686.609-2.902-.228-.215-.943 1.049-1.126.757-.183-.293.411-2.007.107-2.717-.305-.709-.335-1.157-.944-1.095-.609.062-.867 2.068-1.156 1.714-.29-.355.167-1.25-.031-1.728-.198-.479-.305-.649-.609-.572-.304.077-.441 1.003-.654.989-.213-.016-.563-1.113-1.004-.956-.441.154 1.049 2.098 1.049 2.098s.266-.231.404-.564c.137-.332.273-.695.273-.695s.122.633.015.881c-.106.246-.19.826-.19.826s-.365.115-.966.022c-.601-.091-1.095-.339-1.095-.339s.403.27 1.019.432c.616.163 1.271.363 1.271.363s.16.2.433.562c.274.363.51.671.51.671s.175-.37.35-.98c.175-.609.593-1.612.593-1.612s-.129 1.211-.274 1.805a31.537 31.537 0 00-.297 1.436s-.533-.054-1.247-.185c-.715-.132-1.689-.378-1.689-.378s.852.34 1.682.563c.828.222 1.346.363 1.346.363l.652.861s.178-.313.437-.675c.258-.365.457-.858.457-.858s-.114.672-.312 1.073c-.198.402-.335.641-.335.641s-.419.101-.806.092c-.388-.007-1.179-.015-1.179-.015s.662.223 1.187.31c.525.084.905.138.905.138s.038.239.319.641c.281.399.635.595.635.595z\"/>\n    <path fill=\"#FFF\" d=\"M147.902 119.221s-.297-.319-.692-.528c-.396-.208-.528-.146-.528-.146l-.183-.065.346-.903 2.605-2.488.403-2.501.096-.003 1.509-.016-.016 3.414.479.217 2.907 1.744-.009.759s-.144.051-.425.162c-.282.112-.349.195-.349.195l-1.097.103-1.917-1.39-.792-.832-1.445 1.851-.892.427z\"/>\n    <path fill=\"#016848\" d=\"M149.95 112.586s-.043.132-.062.516c-.02.384.026 2.401-.073 2.677-.098.276-1.5.854-2.302 1.553-.801.701-.831 1.215-.831 1.215s-.264.02-.761.206c-.497.184-.72.462-.72.462s.294-1.244 1.592-2.396c1.3-1.154 1.927-1.251 2.071-1.445.145-.192 0-2.399.032-2.577.029-.177.185-.193.292-.208.107-.016.762-.003.762-.003zM153.263 119.956s.204-.4.336-.535c.131-.133.447-.36.447-.36s.049-.051-.661-.36c-.71-.308-1.075-.206-1.582-.565-.507-.36-1.014-.978-1.014-.978l-.68.607s.407.577.791.947c.384.37 1.257.493 1.643.709a4.2 4.2 0 01.72.535z\"/>\n    <path fill=\"#CD202A\" d=\"M151.223 112.571s.768-.046.875.073c.106.119.091.251.095.29.003.037.04 1.864-.095 2.465-.143.628-.467 1.254-.65 1.44-.183.185-1.338 1.194-1.886 1.728-.547.535-1.104 1.297-1.104 1.297s-.203-.227-.376-.443c-.172-.216-.346-.288-.305-.431.04-.144.619-1.009 1.542-1.616.922-.607 1.694-1.296 1.866-2.284.174-.988.038-2.519.038-2.519z\"/>\n    <path fill=\"#CD202A\" d=\"M156.36 118.813s-.185-.186-.835-.197c-.653-.011-.706.087-.706.087s-.358-.452-.933-.826c-.575-.375-1.009-.319-1.627-.726-.619-.408-.943-1.002-.943-1.002l.477-.968s.533.749 1.085 1.156c.553.406 1.779.802 2.17 1.145.39.342 1.312 1.331 1.312 1.331z\"/>\n    <path fill=\"#30C2DC\" d=\"M162.199 107.743s-1.673-.649-1.552-1.237c.122-.586 3.866-1.573 3.866-1.573l.06-.987s-.547-.031-1.491.278c-.943.308-2.434.709-4.046.709-.979 0-1.509-.102-1.775-.182-.173-.052-13.196-.817-13.621-.813a8.967 8.967 0 01-.711-.022c-1.734-.124-2.85-2.778-2.85-2.778l-.821.144s.252 1.304-.183 1.42c-.851.227-6.51-2.799-6.51-2.799l-.312 1.227s3.46 1.851 3.355 2.539c-.104.688-1.13.636-1.13.636l.44.825c.155.014 5.696.281 5.791 1.945.039.672-1.359 1.07-1.359 1.07l.466.569v.283s3.077.018 3.929.494c.852.477 1.285 1.164 2.329 1.763 1.043.6 8.126.453 9.232.143 1.251-.353 2.019-1.77 4.054-2.387 2.034-.616 2.691-.647 2.691-.647l.148-.62z\"/>\n    <path fill=\"#0872A7\" d=\"M162.199 107.743l.042-.117-.063-.025a6.03 6.03 0 01-.841-.424 2.154 2.154 0 01-.418-.323c-.107-.109-.159-.213-.158-.285l.004-.036a.186.186 0 01.037-.059c.047-.056.146-.13.279-.206.467-.272 1.338-.58 2.086-.815.374-.117.717-.217.968-.289l.406-.112.086-.022.074-1.201-.123-.007-.051-.001c-.162 0-.686.023-1.485.284-.936.308-2.415.705-4.007.705-.97 0-1.49-.102-1.74-.179l-.036-.006a24.621 24.621 0 00-.731-.056c-1.391-.095-4.497-.283-7.314-.448-1.407-.083-2.742-.159-3.754-.216-.506-.028-.931-.05-1.242-.066-.314-.016-.51-.024-.573-.024h-.01l.005.123-.001-.123h-.085c-.166 0-.369-.005-.615-.024-.404-.029-.777-.205-1.112-.462-.503-.383-.916-.946-1.198-1.411a8.426 8.426 0 01-.409-.767l-.028-.064-.037-.089-1.04.182.024.126.012.06c.019.119.06.395.059.657.001.151-.013.297-.046.399a.347.347 0 01-.056.116.113.113 0 01-.062.042.297.297 0 01-.08.009c-.119 0-.321-.039-.569-.116-.869-.264-2.319-.935-3.544-1.539-.613-.302-1.171-.589-1.576-.797a90.559 90.559 0 01-.655-.345l-.137-.073-.375 1.472.084.045.144.078c.319.176 1.121.626 1.838 1.109.359.241.696.489.94.711.121.111.219.216.282.306.065.088.09.161.089.194l-.001.013a.487.487 0 01-.141.281.917.917 0 01-.436.209c-.16.036-.311.042-.382.042h-.034l-.01-.001-.216-.011.574 1.078.067.005c.025.002.124.007.291.019.579.04 1.93.158 3.137.446.603.142 1.171.327 1.582.561.206.117.372.245.485.378a.714.714 0 01.184.425l.001.019c0 .118-.062.236-.177.352-.17.174-.447.322-.679.421-.115.049-.22.087-.296.113l-.089.029-.031.009-.18.052.557.681v.361h.121a24.03 24.03 0 012.3.128c.33.036.651.083.927.141.275.059.505.131.644.21.412.23.726.513 1.072.821.346.307.723.637 1.257.943.155.089.386.151.687.204.898.16 2.416.223 3.945.223 1.026 0 2.052-.028 2.895-.077.421-.023.797-.054 1.103-.086.307-.034.541-.07.694-.112.661-.189 1.176-.644 1.775-1.116.6-.473 1.286-.968 2.281-1.272a24.175 24.175 0 012.098-.552 7.224 7.224 0 01.536-.088l.022-.001.005-.001.092-.004.195-.815-.101-.039-.042.12-.119-.03-.149.619.118.029-.006-.123c-.016 0-.68.033-2.72.652-1.038.315-1.756.836-2.361 1.313-.605.479-1.101.907-1.691 1.072a4.8 4.8 0 01-.655.104c-.901.097-2.44.162-3.971.162-1.015 0-2.025-.028-2.845-.094a11.037 11.037 0 01-1.059-.127c-.287-.051-.506-.114-.609-.176-.511-.293-.872-.606-1.216-.914-.345-.304-.675-.604-1.115-.85-.239-.132-.597-.221-1.012-.292-1.24-.208-2.972-.217-2.975-.217v.124h.121V108.668l-.493-.603-.094.078.034.12c.004-.001.349-.1.702-.286.177-.092.356-.207.497-.351.14-.141.248-.316.248-.526v-.033a.993.993 0 00-.304-.641c-.308-.317-.8-.55-1.368-.738-.853-.279-1.884-.447-2.717-.546a25.843 25.843 0 00-1.514-.137l-.01.122.107-.058-.44-.825-.107.058-.006.122c.002 0 .022.003.056.003.111-.001.369-.01.624-.101.128-.047.256-.115.362-.219a.719.719 0 00.214-.422l.004-.05c-.002-.139-.073-.26-.171-.388-.175-.222-.461-.463-.797-.713-1.005-.741-2.452-1.515-2.454-1.516l-.057.11.118.03.312-1.227-.117-.031-.057.109c.001 0 1.316.704 2.776 1.409.73.352 1.496.702 2.154.969.329.132.631.243.889.322.259.078.472.125.638.126a.58.58 0 00.141-.016.365.365 0 00.188-.126.716.716 0 00.128-.309 1.94 1.94 0 00.03-.363c0-.381-.074-.761-.075-.766l-.119.024.021.121.821-.144-.02-.121-.112.047c.002.006.283.677.788 1.368.253.346.562.698.924.975.361.275.778.477 1.241.51.252.018.461.025.632.025l.088-.001h.003l-.002-.045v.045h.002l-.002-.045v.045h.002c.056 0 .319.013.72.033 1.411.073 4.597.257 7.447.428 1.424.086 2.766.167 3.761.231.497.032.908.06 1.198.08l.342.026c.041.004.073.006.093.009l.024.002.005.001.013-.075-.022.072.009.003.013-.075-.022.072c.282.086.823.188 1.81.188 1.631-.001 3.135-.404 4.083-.716.773-.253 1.272-.273 1.409-.273H164.563l.008-.123-.122-.008-.06.988.122.008-.031-.12c-.002.001-.939.249-1.893.571-.479.161-.962.34-1.337.519a3.042 3.042 0 00-.474.268.883.883 0 00-.159.141.37.37 0 00-.099.257c0 .101.035.194.085.278.091.147.23.276.391.395.482.354 1.156.612 1.16.615l.045-.111-.119-.03.119.03z\"/>\n    <path fill=\"#FFF\" d=\"M134.844 105.088a.98.98 0 01-.973.988.98.98 0 01-.974-.988.98.98 0 01.974-.986.98.98 0 01.973.986z\"/>\n    <path fill=\"#0872A7\" d=\"M134.844 105.088h-.243a.737.737 0 01-.73.742.738.738 0 01-.731-.742.735.735 0 01.731-.739c.403 0 .729.33.73.739h.487c0-.683-.545-1.234-1.217-1.234-.673 0-1.217.551-1.217 1.234a1.228 1.228 0 001.217 1.235 1.228 1.228 0 001.217-1.235h-.244z\"/>\n    <path fill=\"#FFF\" d=\"M140.443 100.52a.981.981 0 01-.973.987.98.98 0 01-.974-.987.98.98 0 01.974-.988.98.98 0 01.973.988z\"/>\n    <path fill=\"#0872A7\" d=\"M140.443 100.52h-.243a.738.738 0 01-.73.741.738.738 0 01-.731-.741.738.738 0 01.731-.742.737.737 0 01.73.742h.487c0-.682-.545-1.235-1.217-1.235-.673 0-1.217.553-1.218 1.235a1.226 1.226 0 001.218 1.234c.672 0 1.217-.552 1.217-1.234h-.244z\"/>\n    <path fill=\"#FFF\" d=\"M163.943 107.836c0 .56-.447 1.014-.999 1.014-.551 0-.998-.455-.998-1.014 0-.559.447-1.013.998-1.013.552.001.999.454.999 1.013z\"/>\n    <path fill=\"#0872A7\" d=\"M163.943 107.836h-.243a.763.763 0 01-.756.767.764.764 0 01-.756-.767.763.763 0 01.756-.766.761.761 0 01.756.766h.487a1.253 1.253 0 00-1.243-1.261 1.251 1.251 0 00-1.241 1.261c0 .696.555 1.26 1.241 1.26s1.242-.565 1.243-1.26h-.244z\"/>\n    <path fill=\"#F8C83C\" d=\"M129.476 99.055c-.32.74.942 2.145 1.825 2.299.883.154 1.369-.061 1.522-.494a1.315 1.315 0 00-.167-1.172c-.563-.757-2.861-1.374-3.18-.633z\"/>\n    <path fill=\"#FFF\" d=\"M132.259 100.18c-.024-.447-.76-.881-1.232-.881-.471 0-.944-.015-.867.233.076.246 1.293.572 1.323.71.03.139-.365.308-.167.493.198.186.441.047.639-.092.197-.139.319-.185.304-.463z\"/>\n    <path fill=\"#F8C83C\" d=\"M140.048 108.64c.202.652-.304.971-.959 1.265-.654.293-1.992.123-2.297-.401-.305-.525.487-1.374 1.293-1.575.807-.2 1.78.124 1.963.711z\"/>\n    <path fill=\"#FFF\" d=\"M138.693 109.023c.256-.044.259.387.487.354.228-.03.426-.4.365-.648-.06-.247-.487-.587-.852-.555-.365.031-1.445.941-1.324 1.188.122.246.365.216.564.124.198-.092.487-.416.76-.463z\"/>\n    <path fill=\"#F8C83C\" d=\"M164.206 105.262c.593.789 1.663.062 1.946-.246.284-.309 1.156-.813.801-1.328-.356-.514-.963-.473-1.369-.453-.406.021-1.237.618-1.378.895-.142.279-.264.783 0 1.132z\"/>\n    <path fill=\"#FFF\" d=\"M164.399 104.739s.052-.86.853-.895c.456-.021.476.124.822.32.344.195.476-.257.476-.257s.021.607-.536.627c-.558.02-.357-.247-.903-.329-.483-.073-.712.534-.712.534z\"/>\n    <path fill=\"#F9AA51\" d=\"M151.377 103.071l-.396-.257s-.791-.041-1.328-.031c-.538.01-1.602.062-1.602.062l1.591 4.619 1.907 2.747.731.263 1.481-.098.252-.72-.557-4.455-2.079-2.13z\"/>\n    <path fill=\"#953220\" d=\"M151.377 103.071l.065-.103-.395-.258-.06-.019s-.628-.032-1.149-.032c-.066 0-.129 0-.189.002-.54.009-1.605.061-1.605.061a.124.124 0 00-.095.053.123.123 0 00-.014.11l1.592 4.62.015.031 1.907 2.746a.132.132 0 00.059.046l.73.262.048.008 1.48-.099a.121.121 0 00.107-.081l.254-.721.006-.056-.559-4.456a.117.117 0 00-.035-.072l-2.078-2.131-.021-.016-.063.105-.088.087 2.051 2.101.549 4.384-.217.617-1.377.09-.67-.241-1.874-2.7-1.588-4.603-.114.04.004.124.6-.028c.333-.014.733-.028 1.001-.034l.183-.001a26.26 26.26 0 011.136.032l.007-.124-.067.104.397.258.067-.106-.088.087.088-.087z\"/>\n    <path fill=\"#F9AA51\" d=\"M146.118 103.36l.076-.525s.36-.046.862-.061c.502-.016.941.033.995.072.052.039 1.111 1.333 1.475 2.18.365.85.791 2.269 1.263 3.135.472.863 1.492 2.314 1.492 2.314s-.51.03-.959.03c-.449 0-.948.016-.948.016l-.855-.332-2.685-4.174-.716-2.655z\"/>\n    <path fill=\"#953220\" d=\"M146.118 103.36l.12.018.076-.524-.12-.019.015.123s.021-.004.062-.008c.122-.012.416-.042.788-.053.064-.003.126-.003.188-.003.204 0 .39.01.528.024.068.006.126.015.166.022l.044.011.007.002.022-.059-.036.051.014.008.022-.059-.036.051.05-.07-.057.064.007.007.05-.07-.057.064.009-.01-.009.01.009-.01-.009.01c.003.004.032.035.068.078.258.306 1.076 1.362 1.374 2.059.18.417.377.985.589 1.555.212.569.437 1.144.679 1.589.479.875 1.496 2.323 1.499 2.325l.099-.071-.007-.124-.309.016c-.183.008-.421.014-.643.014-.452 0-.951.016-.951.016l.003.124.043-.114-.817-.319-2.653-4.125-.71-2.635-.117.032.12.019-.12-.019-.117.033.715 2.654.016.034 2.685 4.175c.013.022.035.04.059.048l.854.332.048.008.304-.008c.18-.003.417-.008.64-.008.454 0 .965-.029.967-.029a.124.124 0 00.101-.071.124.124 0 00-.01-.125l-.166-.239c-.306-.447-.969-1.425-1.318-2.065-.23-.421-.453-.987-.663-1.556-.21-.568-.408-1.135-.593-1.565-.191-.442-.548-.98-.869-1.42a16.937 16.937 0 00-.422-.554c-.056-.071-.105-.128-.141-.17l-.044-.052-.018-.017-.022-.021c-.029-.02-.046-.024-.068-.031a1.889 1.889 0 00-.31-.047 5.505 5.505 0 00-.495-.019c-.063 0-.129 0-.195.002-.507.017-.871.062-.873.063a.122.122 0 00-.105.104l-.077.524.004.052.113-.032z\"/>\n    <path fill=\"#F9AA51\" d=\"M144.998 102.793s1.095-.02 1.197.041c.102.062 1.319 1.143 1.805 2.479.488 1.337.244 1.523.873 2.902.627 1.379 1.501 2.304 1.501 2.304s-1.826.103-2.86-.082c-1.035-.185-1.4-.164-1.643-.452-.243-.289-.812-.638-.812-.638h-1.034l.243-1.441-.284-3.23.061-1.668.953-.215z\"/>\n    <path fill=\"#953220\" d=\"M144.998 102.793l.002.124s.173-.004.388-.004c.162 0 .347.001.497.008a2.004 2.004 0 01.245.02l.012.003.015-.047-.026.042.01.005.015-.047-.026.042.001-.001-.001.001.001-.001-.001.001c.008.005.041.032.084.071.313.272 1.265 1.229 1.67 2.346.239.661.298 1.029.377 1.418.079.389.181.796.499 1.492a9.457 9.457 0 001.523 2.338l.088-.085-.007-.124s-.126.007-.33.015c-.205.007-.488.014-.804.014-.562.001-1.225-.025-1.699-.109-.52-.093-.873-.135-1.114-.187a1.232 1.232 0 01-.283-.089.507.507 0 01-.174-.137 3.026 3.026 0 00-.519-.446 5.623 5.623 0 00-.321-.215.106.106 0 00-.064-.018h-.89l.219-1.296.001-.032-.284-3.223.057-1.564.863-.196-.024-.119.002.124-.002-.124-.027-.12-.953.216a.125.125 0 00-.096.115l-.061 1.668.001.015.282 3.214-.241 1.426a.122.122 0 00.028.1.121.121 0 00.093.045h1.034v-.124l-.063.105.091.057c.167.108.53.362.692.556a.76.76 0 00.254.197c.295.141.689.157 1.46.297.503.09 1.173.112 1.742.113.636 0 1.144-.029 1.147-.029a.126.126 0 00.106-.078.128.128 0 00-.025-.131l-.037-.041a9.441 9.441 0 01-1.441-2.23c-.312-.684-.404-1.058-.481-1.44-.079-.382-.142-.776-.388-1.453-.252-.69-.686-1.304-1.07-1.756a6.223 6.223 0 00-.684-.706l-.059-.048-.044-.032a.188.188 0 00-.077-.027 2.277 2.277 0 00-.344-.029 13.385 13.385 0 00-.448-.006c-.216 0-.392.003-.392.003l-.025.004.026.119z\"/>\n    <path fill=\"#F9AA51\" d=\"M155.951 103.648l-1.744-.72-3.245-.165s.12.865.242 1.668c.122.802.691 2.695 1.218 3.621.527.926 1.055 2.058 1.34 2.325.285.268 2.151-.504 2.151-.504l1.216-.185-.162-1.328-.173-.411.285-3.776-.265-.586-.863.061z\"/>\n    <path fill=\"#953220\" d=\"M155.951 103.648l.046-.114-1.745-.72-.041-.008-3.245-.165a.118.118 0 00-.096.039.135.135 0 00-.031.101s.122.866.244 1.669c.127.826.691 2.711 1.233 3.665.261.461.524.974.758 1.407.117.217.227.414.327.576.101.163.188.287.275.371a.32.32 0 00.142.072c.05.013.102.018.16.018.162-.002.361-.038.574-.092.637-.161 1.401-.478 1.403-.478l-.045-.115.017.121 1.218-.185a.12.12 0 00.101-.136l-.162-1.327-.008-.034-.161-.383.281-3.747-.009-.059-.265-.588a.123.123 0 00-.118-.072l-.862.062.009.122.046-.114-.046.114.008.124.779-.056.216.479-.282 3.745.009.057.166.396.146 1.19-1.1.167-.028.008s-.082.034-.218.087c-.202.078-.52.195-.839.294-.317.095-.64.171-.829.171a.644.644 0 01-.103-.009c-.023-.007-.034-.013-.034-.013a1.803 1.803 0 01-.234-.322c-.286-.465-.684-1.277-1.081-1.976-.514-.898-1.086-2.799-1.203-3.578-.06-.401-.122-.818-.167-1.135l-.076-.531-.12.017-.006.124 3.226.164 1.724.712.054.01-.008-.125z\"/>\n    <path fill=\"#F9AA51\" d=\"M144.469 103.669c0 .412.437.433.548.412.111-.021.487-.165.487-.721 0-.555-.344-.987-1.025-1.028-.68-.041-1.196.813-1.196 1.388 0 .576.578.875.578 1.091 0 0-.578.535-.548 1.47.03.937.791 1.657.791 1.657s-.812.648-.812 1.297c0 .649.619 1.08 1.197 1.08.578 0 1.319-.37 1.319-.863 0-.495-.436-.792-.801-.792-.365 0-.517.215-.517.38\"/>\n    <path fill=\"#953220\" d=\"M144.349 103.669a.55.55 0 00.068.274.517.517 0 00.265.218.755.755 0 00.357.041.71.71 0 00.35-.194c.13-.13.239-.343.238-.649a1.134 1.134 0 00-.29-.792c-.196-.208-.485-.337-.848-.36l-.054-.002c-.382.002-.699.238-.918.533-.22.3-.352.664-.353.981 0 .333.168.58.318.76.076.091.148.167.198.228a.551.551 0 01.052.075l.009.022.001.006h.121l-.082-.092c-.006.007-.152.142-.297.394a2.2 2.2 0 00-.291 1.098l.001.075c.017.502.226.936.427 1.244.202.308.398.494.403.499l.083-.091-.075-.096a3.116 3.116 0 00-.423.421c-.21.254-.432.594-.435.971-.001.366.176.672.426.878.25.209.574.325.892.325.314 0 .66-.097.937-.263a1.22 1.22 0 00.353-.306.69.69 0 00.15-.417.891.891 0 00-.306-.676.955.955 0 00-.617-.24.702.702 0 00-.476.159.47.47 0 00-.163.345c0 .068.055.124.122.124a.122.122 0 00.121-.124.22.22 0 01.081-.159c.059-.051.156-.097.316-.097a.714.714 0 01.458.18c.132.118.221.28.221.489 0 .091-.033.18-.099.267-.098.134-.272.254-.473.339-.2.084-.426.133-.624.133a1.182 1.182 0 01-.738-.268.89.89 0 01-.337-.688c-.003-.271.181-.579.377-.811a3.09 3.09 0 01.268-.283c.037-.035.068-.061.089-.079l.024-.02.008-.006a.125.125 0 00.008-.187l-.007-.007c-.077-.073-.724-.749-.746-1.564l-.001-.068a1.937 1.937 0 01.434-1.227l.056-.063.014-.016.003-.002h.001a.127.127 0 00.04-.091.303.303 0 00-.04-.144c-.077-.138-.212-.255-.329-.41-.117-.153-.209-.323-.209-.537-.002-.246.113-.575.304-.832.191-.259.448-.436.723-.435l.04.002c.317.018.539.126.687.283.147.156.224.37.224.622-.002.25-.081.387-.166.473a.481.481 0 01-.221.127l-.048.002a.48.48 0 01-.237-.059.247.247 0 01-.084-.083.3.3 0 01-.034-.151.123.123 0 00-.122-.124.125.125 0 00-.125.125z\"/>\n    <path fill=\"#F9AA51\" d=\"M156.508 103.93c0 .402-.259.418-.488.418-.229 0-.532-.124-.532-.634 0-.509.67-.787 1.096-.787.425 0 1.156.586 1.156 1.297 0 .709-.518 1.188-.518 1.188s.319.154.319 1.048c0 .896-.578 1.543-.578 1.543s.754.294.754 1.221c0 .924-.64 1.227-1.082 1.227-.442 0-1.21-.263-1.21-.896 0-.634.396-.856.7-.856.304 0 .601.355.601.702\"/>\n    <path fill=\"#953220\" d=\"M156.388 103.93a.423.423 0 01-.032.18c-.027.053-.058.073-.114.092a.79.79 0 01-.22.022.398.398 0 01-.271-.095c-.074-.068-.138-.184-.139-.415 0-.099.031-.184.088-.266a.95.95 0 01.398-.292c.165-.07.347-.107.488-.107.078 0 .189.03.305.091.174.089.36.244.499.433.139.193.23.417.23.65 0 .323-.12.599-.24.794-.06.096-.121.174-.166.227a.845.845 0 01-.054.057l-.013.015-.005.003a.13.13 0 00-.039.109.127.127 0 00.068.093l.029-.06-.031.058.003.002.029-.06-.031.058.008.006c.041.034.244.222.245.934 0 .421-.136.788-.274 1.05-.07.131-.139.235-.19.306a1.252 1.252 0 01-.062.079l-.016.021-.004.005a.123.123 0 00-.028.112.122.122 0 00.075.086l.001.001c.012.005.186.078.351.25.164.174.322.439.324.854-.002.433-.146.7-.333.867a.968.968 0 01-.625.236c-.197 0-.486-.062-.709-.195a.832.832 0 01-.274-.243.556.556 0 01-.105-.334c.002-.29.088-.467.198-.577a.555.555 0 01.38-.157c.104-.001.228.065.322.177a.648.648 0 01.157.402.122.122 0 10.244 0 .888.888 0 00-.216-.562c-.129-.151-.306-.264-.507-.264a.787.787 0 00-.549.227c-.162.158-.273.412-.273.754 0 .183.058.346.149.477.139.198.347.33.562.416.215.085.438.125.62.125.247 0 .544-.083.786-.296.243-.214.417-.562.416-1.053 0-.499-.207-.84-.411-1.045-.208-.208-.41-.285-.42-.29l-.042.114.09.084c.007-.011.607-.675.609-1.627 0-.462-.082-.744-.174-.917a.556.556 0 00-.214-.243l-.053.112.082.091c.005-.006.142-.132.28-.354a1.78 1.78 0 00.277-.925c-.002-.4-.203-.75-.456-1.003a1.65 1.65 0 00-.408-.302.951.951 0 00-.415-.116 1.575 1.575 0 00-.771.22 1.073 1.073 0 00-.312.28.697.697 0 00-.135.41c-.002.279.087.479.221.6a.641.641 0 00.434.156c.118-.001.257.001.389-.074a.4.4 0 00.163-.176.676.676 0 00.057-.29.124.124 0 00-.123-.123.126.126 0 00-.123.125z\"/>\n    <path fill=\"#953220\" d=\"M145.586 108.823s.113.074.198.255c.087.183.149.476.35.654.396.355 3.407.464 4.321.464.912 0 3.651.124 4.168-.185.518-.308.578-.819.898-1.05.319-.231.411-.215.411-.215l-.396.339-.029.648.234.355s-.052.186-.373.387c-.319.201-.608.262-1.049.309-.441.047-6.206.031-7.136-.123-.927-.155-.866-.14-1.14-.34-.274-.2-.426-.417-.426-.417l.122-.416-.153-.665zM154.942 103.289l.517.227s-.442.137-.775 1.049c-.336.912-.062 1.204-.289 1.296-.229.094-2.724.016-2.724.016l-.427-1.035 3.698-1.553z\"/>\n    <path fill=\"#231F20\" d=\"M162.899 102.928s-.426-.154-.623-.51c-.199-.355-.366-.803-.214-.896.154-.093.472.216.443.495-.032.278.394.911.394.911zM167.771 101.581s.304.555.41.616c.107.062.593.28.593.28s-.684 0-.896-.186c-.214-.186-.518-.695-.518-.695l.411-.015z\"/>\n    <path fill=\"#231F20\" d=\"M169.242 102.033s-.411.246-.76.108c-.35-.139-.623-.34-.488-.493.138-.155.228-.093.411.107.183.202.837.278.837.278zM171.721 99.932s-.335.295-.578.295c-.243 0-.731-.094-.731-.202 0-.108.638-.169.745-.154.108.016.564.061.564.061zM168.01 95.011s-.549.169-.73.448c-.182.277-.137.586.092.57.227-.015.289-.323.289-.416-.001-.091.349-.602.349-.602zM165.561 96.355s-.411.261-.517.493c-.107.231-.198.724.045.741.244.015.321-.371.335-.571.016-.201.137-.663.137-.663z\"/>\n    <path fill=\"#8CBEBF\" d=\"M161.184 99.314l-1.343 1.422s3.088 1.729 5.461 1.652c2.374-.076 5.083-1.929 5.263-2.315.184-.385.031-2.037-.274-2.562-.304-.524-1.947-1.805-2.57-1.744-.623.062-1.72.895-2.739 1.883-1.02.988-.914 1.82-2.328 1.745l-1.47-.081z\"/>\n    <path fill=\"#04534E\" d=\"M161.184 99.314l-.088-.085-1.453 1.537.139.078c.003.002.745.417 1.785.833 1.04.415 2.376.834 3.579.836.055 0 .106-.002.16-.003 1.217-.04 2.498-.53 3.505-1.057.503-.262.938-.536 1.259-.768.161-.117.294-.223.396-.315a.946.946 0 00.209-.246.982.982 0 00.071-.285c.014-.112.021-.243.021-.384 0-.334-.036-.734-.099-1.1-.063-.367-.15-.698-.272-.909-.086-.149-.244-.326-.45-.517a7.577 7.577 0 00-1.108-.855 4.294 4.294 0 00-.573-.309 1.345 1.345 0 00-.499-.127l-.058.003c-.355.038-.79.271-1.278.617-.486.344-1.017.803-1.532 1.3-.5.485-.738.936-.989 1.238-.126.153-.25.268-.414.348-.163.08-.37.128-.665.128-.054 0-.111-.002-.169-.004-1.415-.077-1.47-.079-1.474-.081l-.054-.001-.037.04.088.088-.004.123h.004c.029.003.228.012 1.465.079.064.004.124.007.182.007.321 0 .568-.053.772-.154.306-.151.495-.398.694-.678.2-.283.415-.607.771-.952a13.18 13.18 0 011.503-1.277c.469-.334.895-.548 1.162-.572l.033-.001c.128-.001.341.067.575.188.355.179.768.466 1.118.753.174.143.331.287.46.418.127.128.222.246.269.326.093.157.182.475.242.826.059.351.093.741.093 1.058 0 .134-.005.256-.017.353a.749.749 0 01-.049.21.76.76 0 01-.153.169c-.32.294-1.067.801-1.985 1.239-.917.437-2.007.804-3.021.836-.049.001-.1.004-.151.004-1.149 0-2.465-.407-3.489-.819-.513-.206-.954-.41-1.265-.565-.156-.076-.279-.141-.365-.185l-.129-.069-.058.107.087.086 1.343-1.422-.087-.088-.004.123.004-.123z\"/>\n    <path fill=\"#0C8489\" d=\"M160.84 99.883s3.306.495 4.258-.349c.955-.843 1.989-2.49 2.658-2.861.669-.371.972-.371.972-.371s.493.314.72.511c.229.194.842.698.842.698l.265 1.57.02.863-1.033.845-1.898.874-1.815.565-1.542-.041-3.123-.906-.792-.561-.203-.18.671-.657z\"/>\n    <path fill=\"#04534E\" d=\"M165.88 97.978c0-.282.185-.268.437-.268s.527.048.527.33c0 .281-.275.689-.527.689-.253 0-.437-.469-.437-.751zM167.208 98.812c0-.253.194-.391.496-.391.303 0 .578.339.578.591 0 .253-.245.458-.546.458-.302.001-.528-.405-.528-.658zM166.752 100.789c0-.316.194-.382.497-.382.302 0 .488.142.488.458a.561.561 0 01-.548.571c-.304.001-.437-.332-.437-.647zM165.008 100.18c0-.338.321-.443.593-.443.272 0 .492.274.492.614 0 .338-.22.611-.492.611-.273 0-.593-.444-.593-.782zM162.248 100.516a.675.675 0 111.35 0 .675.675 0 01-1.35 0z\"/>\n    <path fill=\"#8CBEBF\" d=\"M167.208 98.812c0-.228.312-.391.496-.391.186 0 .335.184.335.412 0 .226-.15.411-.335.411-.184 0-.496-.205-.496-.432zM166.762 100.707c0-.262.241-.371.518-.371s.486.109.486.371c0 .261-.225.472-.501.472-.278.001-.503-.211-.503-.472zM165.017 100.129c0-.289.475-.42.671-.42.196 0 .162.193.162.483 0 .291-.16.525-.356.525-.196-.001-.477-.297-.477-.588zM165.84 97.948c0-.265.206-.278.376-.278.169 0 .294.079.294.344 0 .264-.138.478-.309.478-.172.001-.361-.28-.361-.544zM162.239 100.314c0-.307.267-.597.659-.597s.79.135.79.442-.479.834-.872.834c-.392 0-.577-.372-.577-.679z\"/>\n    <path fill=\"#231F20\" d=\"M163.506 99.78s-.456.078-.7.309c-.242.231-.274.495-.136.571.136.077.305-.17.35-.278.044-.108.486-.602.486-.602zM165.697 99.301s-.441.309-.486.619c-.046.31 0 .463.122.479.122.015.197-.402.152-.556-.046-.155.212-.542.212-.542z\"/>\n    <path fill=\"#231F20\" d=\"M166.061 99.764s-.289.015-.487.2c-.197.186-.38.417-.242.433.136.015.351-.092.364-.217.016-.122.365-.416.365-.416zM166.534 97.217s-.229.186-.35.293c-.123.109-.273.417-.123.495.153.078.259-.063.366-.277.107-.218.107-.511.107-.511zM168.193 98.284s-.427.06-.563.246c-.136.186-.229.402-.046.402.182 0 .227-.093.304-.262.077-.17.305-.386.305-.386zM167.933 100.242s-.091.293-.349.432c-.259.14-.334.263-.441.077-.107-.185.03-.278.167-.325.137-.045.623-.184.623-.184z\"/>\n    <path fill=\"#04534E\" d=\"M170.58 98.915s.184.91-.607 1.357c-.791.448-3.013 2.022-5.112 1.837-2.1-.185-4.488-1.388-4.488-1.388l-.334.154.532.231 1.628.678 1.854.541 1.157.077 1.004-.124 1.855-.616 1.572-.803.816-.648.219-.268-.02-.38v-.525l-.076-.123z\"/>\n    <path fill=\"#231F20\" d=\"M129.358 87.052s.487.417.441.771c-.046.355-.168.495-.304.433-.137-.062-.137-.433-.107-.586.031-.156-.03-.618-.03-.618zM132.959 90.397s-.137.616-.381.678c-.243.062-.425-.2-.38-.309.046-.108.244-.015.35-.108.106-.091.411-.261.411-.261zM125.124 90.874s.167.355.487.417c.319.061.472-.155.426-.263-.046-.107-.183-.078-.35-.078a4.368 4.368 0 01-.563-.076zM126.524 93.622s.289.34.685.386a.595.595 0 00.623-.355c.031-.093-.456-.077-.609.046-.151.124-.699-.077-.699-.077zM129.003 95.736s.638-.124.745-.293c.107-.17.274-.463.138-.633-.138-.169-.244.263-.32.432-.076.17-.563.494-.563.494z\"/>\n    <path fill=\"#8CBEBF\" d=\"M132.989 94.059s.427-2.861-1.886-4.878c-2.313-2.016-3.813-1.523-4.605-.781-.791.74-1.48 3.169.974 5.289 2.455 2.119 5.477 1.461 5.477 1.461l.04-1.091z\"/>\n    <path fill=\"#04534E\" d=\"M132.989 94.059l.12.018c0-.004.032-.218.032-.569 0-.946-.233-2.912-1.96-4.421-1.231-1.074-2.251-1.456-3.073-1.456a2.44 2.44 0 00-1.694.677c-.409.386-.77 1.151-.772 2.091-.001 1.027.443 2.257 1.749 3.383 1.544 1.333 3.306 1.587 4.427 1.587.697 0 1.149-.098 1.155-.1l.092-.019.044-1.187-.12-.004.12.018-.12-.018-.121-.004-.041 1.091.122.005-.026-.121-.019.004a5.926 5.926 0 01-1.086.089c-1.086 0-2.785-.246-4.268-1.528-1.258-1.089-1.662-2.24-1.663-3.195-.002-.874.347-1.588.693-1.908.357-.336.86-.612 1.528-.614.744 0 1.709.348 2.914 1.398 1.652 1.44 1.874 3.322 1.875 4.233 0 .168-.008.302-.015.393l-.01.105-.005.034-.001.007v.008l.123.003z\"/>\n    <path fill=\"#0C8489\" d=\"M125.939 91.029s-.044-1.572.698-2.039c.742-.47 3.188-.877 4.393 1.445 1.205 2.32 1.229 3.481.925 4.654l-1.29-.013-1.996-.814-1.655-1.223-1.075-2.01z\"/>\n    <path fill=\"#04534E\" d=\"M132.684 94.469s-.405.453-1.237.412c-.831-.042-4.706-1.05-5.68-4.527l.061.761.04.247.255.701.815 1.183 1.023.877 1.29.667.925.271 1.205.21h.694l.609-.802z\"/>\n    <path fill=\"#04534E\" d=\"M130.667 93.463c0-.31.159-.32.406-.32.246 0 .436-.109.436.2 0 .31-.169.756-.416.756-.246.002-.426-.327-.426-.636zM130.829 91.626c0-.214.195-.387.437-.387.241 0 .435.173.435.387 0 .213-.194.384-.435.384-.242 0-.437-.171-.437-.384zM129.074 93.652c0-.167.22-.303.492-.303s.492.136.492.303c0 .167-.489.396-.761.396-.271 0-.223-.228-.223-.396zM128.912 91.487c0-.272.132-.186.371-.186.238 0 .532.078.532.351 0 .273-.294.638-.532.638-.239-.001-.371-.531-.371-.803zM127.28 91.851c0-.23.155-.551.446-.551.291 0 .608.321.608.551 0 .23-.236.417-.528.417-.29 0-.526-.187-.526-.417zM127.574 89.931c0-.238.162-.226.461-.226.3 0 .543.121.543.361 0 .238-.35.534-.65.534-.299.001-.354-.429-.354-.669zM129.339 89.748c0-.231.196-.155.477-.155.281 0 .508.187.508.417 0 .23-.359.488-.639.488-.281 0-.346-.52-.346-.75z\"/>\n    <path fill=\"#8CBEBF\" d=\"M127.574 89.882c.04-.165.155-.279.365-.279s.395.039.395.279c0 .238-.17.433-.38.433s-.437-.202-.38-.433zM127.249 91.763c0-.232.117-.452.355-.452s.426.023.426.257-.208.504-.446.504c-.238 0-.335-.075-.335-.309zM129.328 89.779c0-.185.158-.206.385-.206.226 0 .375.047.375.231 0 .186-.184.335-.411.335-.227 0-.349-.175-.349-.36zM128.923 91.584c0 .253.186.459.416.459.23 0 .477-.201.477-.453 0-.254-.257-.495-.487-.495-.231 0-.406.236-.406.489zM130.9 91.317c0 .229.199.417.446.417s.446-.188.446-.417c0-.231-.2-.416-.446-.416-.247-.001-.446.185-.446.416zM128.994 93.631c0-.201.209-.396.416-.396s.406.128.406.329c0 .202-.36.473-.568.473-.208 0-.254-.204-.254-.406zM130.677 93.338c0-.247.188-.267.446-.267s.385.025.385.272a.458.458 0 01-.466.449c-.258 0-.365-.207-.365-.454z\"/>\n    <path fill=\"#231F20\" d=\"M131.135 90.443s.258.323.304.57c.045.247.045.525-.046.557-.091.031-.243-.155-.289-.386-.046-.233.031-.741.031-.741zM129.658 88.867s.167.263.167.495c0 .231-.031.478-.152.478s-.121-.231-.121-.402c-.001-.169.106-.571.106-.571zM127.923 89.099s.168.263.168.495c0 .231-.031.478-.152.478-.122 0-.122-.231-.122-.401s.106-.572.106-.572z\"/>\n    <path fill=\"#231F20\" d=\"M127.314 89.424s.228.062.426.216c.198.154.274.339.198.432-.076.093-.258-.045-.304-.154-.046-.109-.32-.494-.32-.494zM128.639 91.244s.335.015.517.185c.182.17.334.309.228.433-.106.123-.365-.093-.472-.216a3.976 3.976 0 01-.273-.402zM127.026 91.183s.304.076.456.185c.153.109.198.325.122.371-.076.045-.182-.031-.319-.169-.137-.141-.259-.387-.259-.387zM130.921 92.402s.107.37.107.631c0 .263.031.495-.091.495s-.182-.324-.182-.525c-.001-.2.166-.601.166-.601z\"/>\n    <path fill=\"#231F20\" d=\"M130.478 93.004s.274.108.396.216c.122.109.152.278.061.309-.091.031-.152-.169-.228-.247a4.234 4.234 0 01-.229-.278zM128.746 93.112s.293.035.42.122.14.487.127.539c-.013.051-.203.016-.281-.174-.075-.191-.266-.487-.266-.487z\"/>\n    <path fill=\"#04534E\" d=\"M128.072 87.817s-1.532.332-1.812 1.32-.293 2.086-.293 2.086l-.219-1.258.305-.815.446-.749.674-.424.608-.21.291.05zM132.856 93.679s.159-.383-.291-1.592c-.451-1.21-1.376-2.791-1.376-2.791l.719.815.571.926.28.851.207.778-.012.764-.098.249z\"/>\n    <path fill=\"#231F20\" d=\"M134.403 91.721s.532.348.586.541c.054.194.076.255-.06.309-.137.055-.358-.162-.419-.309s-.107-.541-.107-.541zM132.159 97.757s.251-.47.586-.648c.334-.177.585-.155.677-.046.091.108-.221.354-.448.44-.229.085-.815.254-.815.254zM135.934 99.202s.373-.177.616-.44c.244-.261.274-.446.182-.539-.091-.093-.395.062-.533.27-.136.206-.265.709-.265.709zM135.522 98.845s.129-.486.259-.641c.129-.154.311-.239.449-.154.138.085.053.302-.046.416-.099.117-.662.379-.662.379z\"/>\n    <path fill=\"#8CBEBF\" d=\"M141.832 95.973s-2.351-3.401-6.004-3.581c-2.921-.144-3.844 2.464-3.737 3.251.104.774 1.202 2.474 5.097 2.762 3.895.288 4.523-1.835 4.686-1.939.161-.104-.042-.493-.042-.493z\"/>\n    <path fill=\"#04534E\" d=\"M141.832 95.973l.1-.071c-.004-.005-.598-.865-1.654-1.747-1.057-.882-2.581-1.794-4.443-1.886a4.746 4.746 0 00-.237-.006c-1.334-.001-2.252.581-2.824 1.275a3.805 3.805 0 00-.62 1.067 2.678 2.678 0 00-.192.906c0 .053.003.103.009.149.119.858 1.283 2.579 5.208 2.869.25.019.486.028.711.028 1.658 0 2.649-.476 3.239-.975.295-.249.49-.503.619-.698.065-.098.114-.181.149-.24a1 1 0 01.042-.067l.01-.014-.011-.009.01.011.001-.002-.011-.009.01.011-.045-.051.036.058.01-.007-.045-.051.036.058a.25.25 0 00.097-.118.34.34 0 00.023-.13.813.813 0 00-.06-.277c-.028-.076-.057-.13-.058-.132l-.003-.008-.005-.006-.102.072-.108.057.003.006c.008.018.031.065.05.123a.536.536 0 01.036.165l-.005.035-.001.003h.001l-.001-.001v.001h.001l-.001-.001c-.038.027-.05.047-.068.071-.031.045-.062.099-.106.172a3.05 3.05 0 01-.995 1.031c-.567.364-1.427.673-2.75.673-.219 0-.449-.009-.693-.026-3.864-.287-4.895-1.966-4.985-2.657a.915.915 0 01-.007-.114c0-.201.054-.497.176-.817a3.476 3.476 0 011.04-1.456c.522-.424 1.229-.728 2.177-.728.073 0 .149.003.224.006 1.79.088 3.269.967 4.301 1.83a10.269 10.269 0 011.505 1.556c.035.046.062.081.079.107a.363.363 0 01.026.035l.101-.071-.108.057.108-.057z\"/>\n    <path fill=\"#0C8489\" d=\"M139.06 93.637s.974.742 1.385 1.328c.41.586.502 1.019.259 1.096-.244.075-2.358-1.884-4.092-2.3-1.735-.417-3.24-.031-3.575.803-.334.834-.213 2.083.579 2.592.791.511 4.503 1.112 4.503 1.112s1.689-.231 1.749-.262c.061-.031 1.08-.602 1.08-.602l.228-.587.274-.772.122-.309-.898-.987-1.614-1.112z\"/>\n    <path fill=\"#04534E\" d=\"M136.077 94.114c0 .218-.229.326-.456.326s-.419-.115-.419-.332c0-.218.184-.394.411-.394.227 0 .464.183.464.4zM133.932 94.885c0-.218.245-.215.491-.215s.445.179.445.397c0 .218-.387.519-.609.414-.273-.132-.327-.376-.327-.596zM136.237 96.147c0-.278.235-.503.525-.503.29 0 .524.225.524.503 0 .276-.395.577-.684.577-.289-.001-.365-.302-.365-.577z\"/>\n    <path fill=\"#8CBEBF\" d=\"M134.495 96.662c0-.243.25-.293.464-.293.214 0 .487.228.487.471 0 .243-.273.409-.487.409-.214-.001-.464-.344-.464-.587z\"/>\n    <path fill=\"#04534E\" d=\"M137.613 97.507c0-.198.118-.374.32-.374.201 0 .448.118.448.316 0 .199-.201.417-.403.417a.362.362 0 01-.365-.359zM139.014 96.438c0-.252.143-.225.388-.225.246 0 .494.142.494.394s-.309.386-.555.386c-.246 0-.327-.304-.327-.555z\"/>\n    <path fill=\"#8CBEBF\" d=\"M135.942 93.916c0 .195-.081.3-.274.3s-.426-.105-.426-.3c0-.197.089-.256.282-.256.192-.001.418.059.418.256zM134.823 94.824c0 .214-.323.348-.525.348s-.335-.133-.335-.348c0-.213.156-.277.358-.277.202 0 .502.064.502.277zM135.318 96.623c0 .187-.071.331-.289.331-.219 0-.502-.144-.502-.331 0-.187.079-.317.297-.317.218.001.494.13.494.317zM137.18 96.013c0 .196-.384.417-.586.417-.202 0-.289-.36-.289-.555 0-.197.163-.354.365-.354.202-.001.51.296.51.492zM139.88 96.593c0 .204-.325.193-.51.193-.184 0-.35-.228-.35-.431 0-.206.061-.394.517-.341.184.022.343.376.343.579zM138.283 97.417c0 .204-.156.37-.349.37a.36.36 0 01-.35-.37c0-.205.157-.286.35-.286.193.001.349.082.349.286z\"/>\n    <path fill=\"#231F20\" d=\"M138.527 96.292s.38-.124.669-.094c.289.032.305.14.305.186 0 .047-.229.14-.335.108-.107-.031-.639-.2-.639-.2zM136.945 97.633s.304-.185.533-.231c.227-.046.41.03.395.169-.015.14-.09.171-.319.171-.228 0-.609-.109-.609-.109zM135.926 95.288s.654.278.791.54c.136.263.197.325.061.402-.137.077-.289-.094-.38-.216-.092-.124-.472-.726-.472-.726z\"/>\n    <path fill=\"#231F20\" d=\"M135.758 96.122s.502-.138.73-.138c.229 0 .289.016.32.124.031.107-.051.154-.239.144-.187-.012-.811-.13-.811-.13zM134.155 96.152s.548.073.685.216c.137.144.137.274.081.354-.056.083-.315.031-.396-.051-.081-.082-.37-.519-.37-.519z\"/>\n    <path fill=\"#231F20\" d=\"M134.075 96.944c.025-.025.212-.309.411-.375.197-.067.426-.056.466.045.041.103-.172.258-.313.289a5 5 0 01-.564.041zM133.663 94.547s.345 0 .543.149c.198.149.243.268.198.325-.046.056-.238.087-.401-.021-.239-.16-.34-.453-.34-.453zM134.85 93.164s.553.154.736.406c.182.253.157.402.065.453-.091.051-.304-.077-.426-.189-.121-.115-.375-.67-.375-.67z\"/>\n    <path fill=\"#04534E\" d=\"M141.174 97.141s-1.125.957-3.665.865c-2.541-.093-4.838-1.174-5.416-2.362l.228.586.563.756 1.78.911 1.993.446 1.582.094 1.491-.263 1.156-.555c.06-.031.182-.293.182-.293l.106-.185zM141.508 95.937s-.426-.525-1.02-1.081c-.594-.556-2.906-2.054-2.906-2.054l1.871.85 1.233 1.035.882.971-.06.279z\"/>\n    <path fill=\"#231F20\" d=\"M141.615 93.683s.639.247.746.402c.107.154.243.293.243.293s-.167.416-.319.247c-.153-.171-.183-.171-.35-.402-.168-.233-.32-.54-.32-.54zM143.517 92.664s.594.247.806.541c.213.293.168.54.076.571-.092.031-.487-.309-.548-.447-.06-.139-.334-.665-.334-.665z\"/>\n    <path fill=\"#231F20\" d=\"M144.111 92.542s.562.417.654.602c.092.186.274.432.092.493-.183.062-.441-.215-.517-.384-.078-.172-.229-.711-.229-.711zM147.32 93.297s.441.153.487.525c.045.371-.046.633-.046.633s-.305-.262-.305-.34c0-.076.046-.138 0-.307a50.839 50.839 0 00-.136-.511zM148.172 93.591s.35.355.396.586c.045.231.09.387-.106.417-.198.032-.304-.201-.304-.4-.001-.202.014-.603.014-.603zM142.422 100.598s.273.123.532.031c.259-.093.473-.324.426-.478-.045-.156-.182-.294-.38-.093-.198.2-.09.294-.243.369l-.335.171zM145.586 101.461s.426-.062.715-.371c.289-.307.411-.524.213-.601-.197-.077-.456 0-.502.247-.046.246-.426.725-.426.725zM148.187 101.555s.32-.186.564-.416c.242-.232.379-.37.212-.54-.167-.171-.289-.048-.364.031-.077.078 0 .078-.091.324a4.262 4.262 0 01-.321.601z\"/>\n    <path fill=\"#231F20\" d=\"M148.979 101.539s.343-.417.422-.65c.077-.231.122-.493-.034-.478-.155.015-.344.232-.354.402-.012.17-.034.726-.034.726z\"/>\n    <path fill=\"#8CBEBF\" d=\"M141.067 97.326c.022-1.143 1.643-3.781 3.513-3.751.779.013 2.306.419 3.545.973 1.034.463 1.37.973 2.055 1.142.685.169 1.719.046 1.719.046l2.328-.262-1.825 2.67-.653.586s-.579 1.126-2.237 1.774c-1.659.648-4.458.17-5.721-.138-1.263-.308-2.754-1.511-2.724-3.04z\"/>\n    <path fill=\"#04534E\" d=\"M141.067 97.326l.122.003c.004-.257.103-.622.281-1.016a5.708 5.708 0 011.249-1.759c.542-.506 1.177-.854 1.829-.854h.03c.371.007.943.109 1.571.279.628.171 1.315.409 1.927.682.507.227.839.464 1.138.672.299.206.569.388.936.478.295.074.64.094.947.094.446 0 .813-.044.815-.045l2.061-.233-1.665 2.435-.661.592-.01.02-.001.003c-.027.05-.601 1.1-2.171 1.715-.581.227-1.323.313-2.09.313-1.343 0-2.762-.263-3.558-.457a3.94 3.94 0 01-1.774-1.015c-.508-.506-.857-1.148-.857-1.859l.001-.044-.12-.004-.122-.003v.049c0 .796.389 1.497.929 2.035.542.539 1.239.92 1.888 1.079.81.197 2.241.465 3.615.465.785 0 1.552-.087 2.177-.331 1.695-.663 2.292-1.817 2.301-1.833l-.107-.057.08.092.664-.595 1.988-2.906-2.594.292-.061.006a7.696 7.696 0 01-.727.036c-.296 0-.627-.02-.889-.085-.318-.079-.557-.237-.855-.443-.298-.205-.65-.456-1.178-.691a13.63 13.63 0 00-1.962-.696c-.64-.174-1.221-.28-1.629-.289h-.034c-.493 0-.963.175-1.389.447-.639.408-1.183 1.038-1.574 1.677-.39.64-.629 1.284-.64 1.748l.119.003z\"/>\n    <path fill=\"#0C8489\" d=\"M152.37 97.681c-.197.154-.41.154-.654.154-.245 0-5.431-3.164-7.044-3.026-1.612.139-3.148.834-3.194 2.486-.046 1.65.365 1.667.7 2.129.335.463 3.499 1.158 3.499 1.158l1.932-.032 1.553-.169 1.368-.741.746-.601.501-.618.593-.74z\"/>\n    <path fill=\"#04534E\" d=\"M144.174 96.841c0 .324-.125.551-.44.551s-.55-.143-.55-.467c0-.323.179-.444.494-.444.314 0 .496.036.496.36zM144.716 95.397c0-.269.26-.387.559-.387.298 0 .527.108.527.378 0 .267-.236.473-.534.473-.299-.001-.552-.197-.552-.464zM147.822 96.238c0-.234.201-.423.449-.423.247 0 .448.19.448.423a.437.437 0 01-.448.424.437.437 0 01-.449-.424zM148.446 98.144c0-.299.218-.54.487-.54.268 0 .519.126.519.424 0 .297-.097.588-.366.588-.268 0-.64-.173-.64-.472zM146.941 99.362c0-.256.227-.463.51-.463.281 0 .509.207.509.463s-.201.422-.481.422c-.283 0-.538-.166-.538-.422zM144.096 98.869a.448.448 0 11.898.002.448.448 0 01-.898-.002z\"/>\n    <path fill=\"#8CBEBF\" d=\"M144.156 96.771a.477.477 0 01-.487.463.476.476 0 01-.487-.463c0-.256.216-.357.485-.357.269-.001.489.1.489.357zM145.662 95.303c0 .247-.077.407-.338.407-.26 0-.605-.16-.605-.407a.46.46 0 01.471-.447.46.46 0 01.472.447zM148.673 96.106c0 .213-.197.384-.441.384s-.441-.172-.441-.384c0-.213.197-.387.441-.387s.441.174.441.387z\"/>\n    <path fill=\"#04534E\" d=\"M147.078 97.379c0 .326-.126.552-.441.552s-.55-.144-.55-.468c0-.324.179-.443.494-.443.315.001.497.037.497.359z\"/>\n    <path fill=\"#8CBEBF\" d=\"M144.901 98.761a.475.475 0 01-.487.463.476.476 0 01-.487-.463c0-.254.309-.385.579-.385.268 0 .395.131.395.385zM146.985 97.326a.467.467 0 01-.472.462.467.467 0 01-.471-.462c0-.255.211-.464.471-.464.261 0 .472.209.472.464zM149.444 97.961c0 .281-.172.506-.466.506a.52.52 0 01-.532-.508c0-.281.085-.378.379-.378s.619.099.619.38zM147.868 99.255c0 .265-.178.416-.447.416s-.527-.151-.527-.416c0-.264.23-.373.499-.373.267 0 .475.109.475.373z\"/>\n    <path fill=\"#231F20\" d=\"M148.051 97.711s.774-.078.911.062c.138.139.122.339.061.401s-.366.077-.441-.03c-.075-.109-.531-.433-.531-.433zM147.29 95.211s.593.153.836.401c.244.247.198.495.153.541-.046.045-.26.093-.426-.092-.167-.186-.563-.85-.563-.85zM145.525 96.416s.692.378.844.593c.153.216.19.387.122.478-.069.093-.412-.023-.464-.138a42.683 42.683 0 00-.502-.933z\"/>\n    <path fill=\"#231F20\" d=\"M145.221 96.948s.776.101.966.247c.19.147.327.155.312.27-.015.116-.098.202-.22.186-.122-.016-.457-.163-.532-.231-.077-.071-.526-.472-.526-.472zM144.328 94.675s.792.124.954.247c.162.124.203.474.02.578-.182.101-.385-.103-.446-.247-.061-.144-.528-.578-.528-.578zM142.624 95.87s.728.346.954.668c.122.174.229.323 0 .402-.209.069-.426-.309-.426-.402 0-.092-.528-.668-.528-.668z\"/>\n    <path fill=\"#231F20\" d=\"M142.462 96.816s.466-.103.69-.103c.223 0 .544-.077.548.103.003.181-.273.215-.438.163-.163-.055-.8-.163-.8-.163zM146.49 99.417s.51-.317.76-.263c.251.055.335.032.335.185 0 .154-.297.124-.388.124-.091 0-.707-.046-.707-.046zM143.67 99.007s.197-.293.41-.323c.213-.032.304-.016.335.076.031.094-.182.263-.274.263-.091 0-.471-.016-.471-.016z\"/>\n    <path fill=\"#04534E\" d=\"M151.732 98.492s-.776.933-1.856 1.397c-1.08.464-1.901.616-3.408.524-1.506-.093-2.236-.324-3.255-.848-1.019-.525-1.826-1.281-1.978-1.605-.152-.325.168.541.168.541l.928 1.218 1.11.495 1.628.4 1.537.186 1.171-.03 1.4-.218.897-.322.609-.371.472-.387.577-.98zM150.282 95.736s-.422.14-1.349-.433c-.928-.57-2.039-1.312-4.139-1.327-2.099-.015-2.768 1.421-2.905 1.527-.137.108.943-1.249.943-1.249l.959-.51.746-.124.715.031.928.248.837.262.974.324.851.466 1.029.537.411.248zM153.102 96.355s-1.232-.016-1.582.015c-.351.031-.366.093-.412.185-.046.092-.136.216-.136.216l-.38-.819 1.673-.232.911.341-.074.294z\"/>\n    <path fill=\"#0C8489\" d=\"M150.833 104.964c.085.225.28.428.525.434.245.007.761-.009.761-.009l1.666-.1.586-.672.357-1.505s.45-.547.45-.57c0-.023 1.551-.857 1.551-.857l1.34-.386.859-.092 1.185-.393.876-.456.38-.564.372-.856-.372-1.158-.929-1.242-1.573-.64h-1.303l-1.46.532-2.571.609s-1.415.617-2.001 1.721c-.584 1.103-.577 1.39-.676 2.848-.098 1.459-.023 3.356-.023 3.356z\"/>\n    <path fill=\"#04534E\" d=\"M150.833 104.964l-.113.044c.049.13.129.254.235.348a.615.615 0 00.399.166l.151.001c.263 0 .616-.009.616-.009h.002l1.718-.104.64-.733.365-1.534-.119-.03.094.08.225-.279a4.78 4.78 0 00.208-.269l.019-.028.011-.016.006-.016c.002-.01.007-.018.009-.044h-.122l.1.069c.006-.011.02-.025.022-.069h-.122l.1.069-.092-.063.072.085.02-.022-.092-.063.072.085-.034-.041.031.044.003-.003-.034-.041.031.044a46.723 46.723 0 01.938-.521l.594-.32-.058-.109.032.118 1.329-.383.862-.092 1.207-.401.912-.474.404-.599.396-.909-.394-1.222-.961-1.287-1.627-.662h-1.346l-1.473.537-2.576.61-.01.005a5.357 5.357 0 00-.801.457c-.435.3-.951.738-1.259 1.319-.295.554-.447.916-.532 1.322-.088.406-.109.847-.159 1.575a27.7 27.7 0 00-.051 1.793c0 .877.027 1.576.027 1.576l.002.021.007.018.116-.043.123-.004s-.007-.173-.014-.456a45.535 45.535 0 01-.014-1.111c0-.566.012-1.206.05-1.776.05-.73.073-1.163.153-1.54.081-.376.219-.71.51-1.258.278-.524.763-.945 1.18-1.231a5.764 5.764 0 01.704-.409l.044-.02.013-.007-.048-.114.028.121 2.577-.612 1.449-.526h1.254l1.522.618.895 1.199.352 1.094-.35.803-.357.527-.838.438-1.166.387-.856.092-1.362.392-.012.006s-.388.208-.775.42c-.194.107-.388.212-.535.294l-.179.101-.052.034-.022.014-.014.014-.017.018c-.005.011-.018.026-.021.071h.118l-.112-.04c-.002.006-.006.015-.006.04h.118l-.112-.04.086.031-.079-.046-.007.015.086.031-.079-.046.009.005-.009-.006v.001l.009.005-.009-.006a1.348 1.348 0 01-.082.109c-.129.166-.351.439-.351.439l-.02.022-.357 1.502-.531.609-1.616.099.007.122-.004-.122s-.353.009-.609.009l-.145-.001a.385.385 0 01-.245-.104.623.623 0 01-.167-.249l-.115.042.123-.004-.123.004z\"/>\n    <path fill=\"#8CBEBF\" d=\"M151.528 104.39c.492 0 .112-.814.67-1.781.558-.966 1.237-2.14 1.409-2.14.172 0 .202.176.404.115.203-.062.549-.371.569-.454.02-.082.02-.627.445-.977.427-.351 1.025-.844 1.308-.906.285-.06.417-.113.467.021.051.134-.163.319.031.381.193.062.639.042.75-.247.112-.288.081-.442.081-.442s.294-.288.852-.165c.558.124.628.092.679.31.051.215-.254.246-.193.401.06.153-.042.137.015.254.057.117.146.446.521.435.377-.01.539-.227.539-.227l.11-.198s.103-.234-.04-.326c-.143-.093-.091-.206.051-.144s.71.854.903.524c.193-.329.214-.792.112-.904-.102-.114-.903-1.318-.903-1.318l-1.43-.483-1.896.155-1.837 1.049-1.683.895s-.092 1.378-.396 1.132c-.304-.247-.741-.926-.871-.7-.133.227-.426 1.234-.599 1.738-.173.505-.669 2.058-.619 2.635.054.574.369 1.367.551 1.367z\"/>\n    <path fill=\"#8CBEBF\" d=\"M153.223 102.161c-.133.01-.325.144-.385.221a.477.477 0 00-.092.422c.056.18.319.355.34.376l.211-.006.457-.133s.146-.165.154-.38c.009-.217-.123-.274-.188-.294-.067-.02-.497-.206-.497-.206zM156.121 99.764c-.259-.092-.374.084-.418.162-.046.078-.026.266-.026.266s.057.359.193.426c.136.065.495.189.607.065.116-.122.231-.208.224-.439-.006-.232-.329-.346-.329-.346l-.251-.134zM158.457 100.326c-.011-.088-.239-.15-.391-.123-.152.026-.356.22-.283.514.07.293.349.319.568.263.218-.057.176-.366.176-.412 0-.046-.07-.242-.07-.242zM151.711 100.797c0 .134.243.412.569.391a.602.602 0 00.558-.463c.029-.196-.173.164-.417.226-.243.061-.385.124-.497-.011-.111-.132-.213-.143-.213-.143z\"/>\n    <path fill=\"#04534E\" d=\"M153.908 102.661s.035.298-.18.452c-.215.154-.352.138-.476.138s-.258-.025-.348-.149a1.505 1.505 0 01-.158-.299s.237.39.609.287a.97.97 0 00.553-.429zM160.19 98.768s-.003.3-.237.425c-.232.124-.338.16-.461.144-.123-.017-.293-.067-.375-.196-.276-.43-.113-.712-.113-.712s.198.747.582.695c.383-.053.604-.356.604-.356zM154.591 100.108s-.191.586-.578.586c-.384 0-.353-.112-.325-.186.032-.07.174.074.345.021.174-.05.558-.421.558-.421zM155.675 100.003s-.039.425.103.568a.657.657 0 00.467.218.447.447 0 00.405-.206c.122-.165.05-.34.05-.34s.003.089-.119.212a.423.423 0 01-.344.144c-.121 0-.329-.015-.391-.159-.061-.145-.171-.437-.171-.437zM157.665 97.959s.122.318-.122.576c-.243.257-.709.113-.709.113s.375.092.558-.113c.183-.206.273-.576.273-.576z\"/>\n    <path fill=\"#04534E\" d=\"M151.316 105.283s2.469-.042 2.667-.381c.197-.339-.214-1.667 1.278-2.715 1.49-1.049 2.647-1.035 3.438-1.097.791-.061 2.5-.594 2.799-2.113.182-.927-1.065-.989-1.536-1.868-.472-.88-1.688-.524-1.749-.524-.06 0-1.412-.039-2.054.586-.381.371-.335.834-.518 1.05-.183.216-1.811 0-1.993.262-.183.262.045.817-.077.941-.12.123-.516-.356-.516-.356l.136-1.311 2.085-1.219 2.372-1.312s1.553.077 1.614.047c.062-.032 1.597.802 1.643.818.045.016.806.926.806.926s.15.372.214 1.095c.031.344.002.64-.073.91-.384 1.366-1.722 2.285-3.131 2.354-1.408.07-2.677.707-3.321 1.173-.644.467-.965 2.523-.974 2.77-.009.247-3.068.08-3.068.08l-.042-.116z\"/>\n    <path fill=\"#231F20\" d=\"M152.356 100.474c-.126.101-.311.095-.351-.047-.113-.404.127-1.002.127-1.002s-.006.627.041.73c.046.103.172.08.228.165.02.03.055.073-.045.154zM153.908 100.158c-.119-.037-.099-.417-.008-.579.092-.161.785-.672.785-.672s-.221.511-.306.696c-.084.184-.32.601-.471.555zM153.297 102.665c-.097.021-.129-.194-.129-.464s.472-.763.472-.763-.145.433-.161.57c-.015.14.077.263.061.426-.014.161-.135.208-.243.231z\"/>\n    <path fill=\"#231F20\" d=\"M154.448 101.97s-.221.255-.472.394c-.25.138-.523.346-.677.301-.151-.047.097-.376.183-.41.426-.169.966-.285.966-.285zM156.56 98.954s-.281.232-.417.563c-.137.332-.198.603-.061.664.138.062.342-.379.358-.525.014-.146.12-.702.12-.702z\"/>\n    <path fill=\"#231F20\" d=\"M157.337 100.011s-.197-.184-.548-.269c-.349-.086-.509-.008-.547.092-.038.1-.297.259-.168.336.13.077.281-.135.388-.159.107-.023.229-.1.418-.069.19.031.457.069.457.069zM156.884 97.938c.124.108.313-.093.488-.288.172-.196.304-.556.304-.556s-.356.186-.507.309c-.153.123-.355.474-.285.535zM160.109 97.866s-.415.196-.557.381c-.142.185-.325.391-.183.493.142.103.272-.092.386-.246.11-.154.354-.628.354-.628zM159.186 100.026s-.141.289-.404.463c-.263.176-.579.257-.628.164-.052-.092.041-.288.14-.338.103-.052.163-.042.396-.103.233-.062.496-.186.496-.186z\"/>\n    <path fill=\"#FCCA3E\" d=\"M138.958 89.26l-.801 2 .654-.09.377-1.761z\"/>\n    <path fill=\"url(#a)\" d=\"M136.877 92.655c-.171 1.097.285 2.083 1.019 2.201.734.118 1.468-.676 1.639-1.773.171-1.097-.285-2.083-1.019-2.201-.733-.119-1.468.675-1.639 1.773z\"/>\n    <path fill=\"#AA8C30\" d=\"M139.257 89.38l-.328-.213-.029.068.058.025-.033.052.196.126-.36 1.676-.508.069.762-1.9-.057-.023-.033.052.033-.052-.058-.025-.838 2.099.8-.108z\"/>\n    <path fill=\"#FCCA3E\" d=\"M139.33 88.412c-.285-.036-.546.181-.583.486-.037.303.164.578.449.615.285.035.546-.182.584-.485.036-.304-.164-.578-.45-.616z\"/>\n    <path fill=\"#AA8C30\" d=\"M139.33 88.412l.007-.055c-.023-.002-.045-.004-.068-.004a.595.595 0 00-.58.617.592.592 0 00.57.603.597.597 0 00.582-.618.59.59 0 00-.502-.597l-.009.054-.007.055a.479.479 0 01.405.487l-.004.066a.487.487 0 01-.468.441l-.055-.004a.479.479 0 01-.405-.488l.004-.065a.486.486 0 01.467-.44l.055.004.008-.056z\"/>\n    <path fill=\"#AA8C30\" d=\"M139.527 88.485s.161.087-.025.03c-.187-.057-.628.158-.629.469 0 .312.231.485.465.488.234.002-.086.042-.086.042l-.301-.088-.125-.181-.1-.251.077-.27.177-.23.232-.084.154.018.161.057z\"/>\n    <path fill=\"#AA8C30\" d=\"M139.075 89.834s-.127-.026-.243.146c-.114.171-.347.495-.347.495l.447-1.101.243.127-.1.333z\"/>\n    <path fill=\"#FCCA3E\" d=\"M173.8 93.412l-1.972 1.85.813.207 1.353-1.783z\"/>\n    <path fill=\"#AA8C30\" d=\"M174.072 93.689l-.263-.37-.049.049.04.044-.048.037.168.236-1.304 1.716-.665-.17 1.893-1.773-.044-.046-.048.037.048-.037-.04-.044-2.056 1.927.958.243z\"/>\n    <path fill=\"#FCCA3E\" d=\"M174.679 92.645c-.316-.174-.734-.055-.934.266-.202.32-.108.721.207.894.316.174.734.055.936-.265.199-.32.107-.721-.209-.895z\"/>\n    <path fill=\"#AA8C30\" d=\"M174.679 92.645l.026-.048a.696.696 0 00-.341-.088.79.79 0 00-.666.371.75.75 0 00-.115.391.66.66 0 00.342.582.71.71 0 00.343.087.787.787 0 00.78-.761.654.654 0 00-.342-.583l-.027.049-.026.048a.549.549 0 01.285.487c0 .11-.031.225-.099.33a.68.68 0 01-.571.32.603.603 0 01-.29-.073.548.548 0 01-.284-.485c0-.111.032-.227.098-.332a.683.683 0 01.573-.319c.1 0 .2.024.29.072l.024-.048z\"/>\n    <path fill=\"#AA8C30\" d=\"M174.873 92.818s.144.173-.045.022-.817-.122-.98.226c-.164.348.02.649.291.761.273.113-.122.007-.122.007l-.308-.24-.051-.261.011-.329.23-.263.329-.172.314.015.17.095.161.139z\"/>\n    <path fill=\"#AA8C30\" d=\"M173.645 94.107s-.136-.091-.361.047c-.223.137-.663.387-.663.387l1.093-1.014.22.257-.289.323z\"/>\n    <path fill=\"#FCCA3E\" d=\"M123.679 82.732l1.04 2.293.448-.638-1.177-1.736z\"/>\n    <path fill=\"#AA8C30\" d=\"M124.016 82.579l-.423.11.031.068.055-.025.015.058.271-.068 1.128 1.665-.362.516-.997-2.198-.055.027.015.058-.015-.058-.055.025 1.084 2.391.534-.761z\"/>\n    <path fill=\"#FCCA3E\" d=\"M123.263 81.732c-.258.219-.285.618-.059.893.225.277.617.323.876.105.258-.217.285-.618.06-.893-.226-.276-.618-.323-.877-.105z\"/>\n    <path fill=\"#F15770\" d=\"M127.317 86.381c.555 1.059.431 2.227-.277 2.609-.708.382-1.732-.167-2.287-1.225-.555-1.059-.431-2.227.277-2.609.708-.382 1.732.167 2.287 1.225z\"/>\n    <path fill=\"url(#b)\" d=\"M127.317 86.381c.555 1.059.431 2.227-.277 2.609-.708.382-1.732-.167-2.287-1.225-.555-1.059-.431-2.227.277-2.609.708-.382 1.732.167 2.287 1.225z\"/>\n    <path fill=\"#AA8C30\" d=\"M123.263 81.732l-.035-.041a.66.66 0 00-.233.511c0 .16.055.324.166.46a.7.7 0 00.541.262.634.634 0 00.413-.15.66.66 0 00.232-.51.723.723 0 00-.166-.46.699.699 0 00-.541-.263.638.638 0 00-.413.152l.036.039.035.044c.1-.084.22-.124.343-.124.167 0 .337.074.457.22.094.117.14.254.14.391a.556.556 0 01-.193.426.528.528 0 01-.343.123.592.592 0 01-.457-.221.616.616 0 01-.14-.389.55.55 0 01.193-.426l-.035-.044z\"/>\n    <path fill=\"#AA8C30\" d=\"M123.483 81.619s.202-.071.004.046c-.196.116-.371.669-.109.919a.535.535 0 00.782-.011c.19-.2-.034.109-.034.109l-.315.19-.252-.039-.292-.114-.165-.281-.051-.339.115-.268.139-.117.178-.095z\"/>\n    <path fill=\"#AA8C30\" d=\"M124.253 83.09s-.124.09-.073.326c.054.237.138.697.138.697l-.568-1.266.302-.11.201.353z\"/>\n    <path fill=\"#E92736\" d=\"M123.599 86.584s.446.103.689-.021c.244-.124.285-.309.345-.369.061-.062.122-.288.102-.433-.021-.144-.345-.638-.447-.678-.101-.042-.446 0-.506-.062-.061-.062.05-.196-.082-.227-.131-.031-.811.742-.69.865.122.122.193-.061.233.042.041.101.011.39.011.513s.345.37.345.37z\"/>\n    <path fill=\"#E92736\" d=\"M124.259 85.143c.053.107.304.442.406.483.102.042.406.053.507.012.102-.041.426-.35.436-.485a.687.687 0 00-.061-.371c-.06-.134-.026-.493-.147-.513-.122-.021-.175-.037-.236-.108-.061-.073.038-.201-.054-.334-.09-.135-1.176.504-1.095.627.081.124.193-.009.233.073.042.081-.05.493.011.616z\"/>\n    <path fill=\"#E92736\" d=\"M126.713 84.867c.06-.164.04-.7-.071-.813-.112-.113-.295-.123-.305-.195-.009-.071.132-.103.132-.227 0-.122-1.207.041-1.126.177.081.132.285.061.274.142-.01.082-.203.185-.223.289-.02.103.062.443.112.524.051.084-.02.185.122.237.143.052.122.052.254.093.131.041.608.02.67-.032.06-.051.1-.031.161-.195z\"/>\n    <path fill=\"#F7E204\" d=\"M124.338 85.59c.099.149-.032.508-.113.609-.081.101-.622-.046-.629-.146-.009-.101-.048-.271.023-.366.071-.095.253-.312.391-.284a.651.651 0 01.328.187zM124.483 84.918c-.064.136.028.289.097.363.07.074.458.171.564.107.106-.065.268-.667.193-.76-.074-.093-.283-.108-.353-.098-.071.012-.457.294-.501.388zM125.778 84.304c-.052.123-.035.293.009.346.044.053.297.23.446.223.149-.009.219-.427.219-.506 0-.08-.044-.114-.149-.16-.104-.045-.525.097-.525.097z\"/>\n    <path fill=\"#E92736\" d=\"M136.972 90.895s.198.343.417.425c.218.081.356-.001.43.001.073.003.248-.091.324-.188.077-.098.19-.592.156-.68-.034-.089-.261-.283-.259-.356.002-.076.15-.082.091-.184s-.93-.079-.934.07c-.004.15.151.087.111.172-.039.086-.234.236-.31.307-.076.071-.026.433-.026.433z\"/>\n    <path fill=\"#E92736\" d=\"M138.243 90.47c-.036.096-.094.451-.06.54.034.087.206.286.29.325.085.041.464.065.552-.006a.559.559 0 00.192-.255c.047-.117.288-.306.23-.395-.059-.088-.08-.131-.071-.211.008-.083.145-.094.174-.23.028-.136-.998-.449-1.026-.325-.028.124.119.115.092.189-.027.073-.334.257-.373.368z\"/>\n    <path fill=\"#E92736\" d=\"M139.85 91.857c.137-.058.454-.383.458-.52.004-.137-.096-.259-.058-.306.038-.049.14.022.217-.05.075-.071-.732-.738-.767-.608-.035.13.128.216.072.257-.057.041-.233-.021-.307.028-.076.046-.236.297-.257.378-.021.08-.126.096-.074.216.051.12.039.107.091.215s.343.397.411.405c.066.006.077.044.214-.015z\"/>\n    <path fill=\"#F7E204\" d=\"M138.014 90.781c-.033.149-.331.277-.44.284-.11.008-.336-.42-.279-.484.057-.064.138-.189.238-.198.099-.011.34-.024.404.079a.58.58 0 01.077.319zM138.514 90.477c-.122.039-.162.186-.167.275-.005.087.163.389.264.417.102.03.567-.221.58-.323.013-.101-.099-.243-.148-.28-.046-.037-.446-.116-.529-.089zM139.649 90.939c-.107.038-.2.149-.208.208-.007.058.033.321.125.41.092.088.389-.11.439-.158.048-.047.045-.095.011-.187s-.367-.273-.367-.273z\"/>\n    <path fill=\"#E92736\" d=\"M170.83 94.448s.017.382.165.554c.149.171.299.167.361.204.061.037.249.04.355-.006.106-.046.417-.409.427-.5.009-.089-.096-.36-.061-.422.034-.061.16.001.156-.11-.005-.114-.746-.506-.814-.382-.069.124.088.143.018.197-.07.054-.3.086-.394.111-.097.025-.213.354-.213.354z\"/>\n    <path fill=\"#E92736\" d=\"M172.028 94.696c-.077.056-.301.294-.318.375a.758.758 0 00.066.376c.046.068.334.258.44.246a.565.565 0 00.281-.104c.096-.067.382-.097.38-.19-.002-.092.004-.135.051-.19.047-.056.163-.004.253-.092.091-.088-.565-.789-.649-.708-.085.08.034.14-.023.182-.058.042-.392.041-.481.105z\"/>\n    <path fill=\"#E92736\" d=\"M172.28 96.44c.13.05.556.048.65-.033.093-.081.106-.218.163-.222.057-.006.078.101.177.105.099.002 0-.908-.108-.851-.109.058-.059.213-.123.203-.065-.009-.143-.157-.224-.175-.081-.018-.353.035-.421.07-.066.037-.146-.019-.19.086-.045.105-.045.09-.081.188-.036.098-.034.456.006.504.039.045.022.076.151.125z\"/>\n    <path fill=\"#F7E204\" d=\"M171.784 94.784c-.093.111-.398.078-.495.032-.095-.044-.098-.511-.022-.538.076-.027.198-.092.287-.055.087.037.295.142.304.257a.569.569 0 01-.074.304zM172.238 94.826c-.116-.026-.222.066-.27.128-.048.064-.066.366-.001.432.064.069.561.094.622.023.06-.07.043-.226.024-.276-.018-.049-.295-.29-.375-.307zM172.755 95.751c-.096-.041-.232-.032-.276-.002-.042.032-.191.219-.188.33.003.112.333.175.396.177.064.003.094-.029.132-.107.038-.077-.064-.398-.064-.398z\"/>\n    <path fill=\"#904720\" d=\"M143.689 64.778l-.263-.694-1.061-.396-.309-.064.223-.516.863-.315.861-.035.907-.037.418.288.465 1.075-1.719 1.024-.278.093z\"/>\n    <path fill=\"#AB6D29\" d=\"M149.879 53.488s-3.288-.62-3.234 2.117c.017.864.209 1.163.904 1.358.695.194 2.088.265 3.269 1.323 1.18 1.058 1.269 1.834 1.269 2.469 0 .635-.295 1.217-.295 1.217l.746 3.616.749 2.681 2.225-1.288 1.304-3.968-1.669-7.144-5.268-2.381z\"/>\n    <path fill=\"#4D2A15\" d=\"M149.879 53.488l.017-.091a4.55 4.55 0 00-.775-.062c-.487 0-1.12.071-1.643.384-.525.311-.927.881-.925 1.818l.001.069c.01.438.059.746.213.98.155.233.403.367.759.466.359.1.874.164 1.45.337.575.172 1.204.449 1.783.966.583.523.891.971 1.053 1.361.163.39.183.726.185 1.039 0 .303-.072.599-.144.817a2.78 2.78 0 01-.131.334l-.012.023-.016.029.756 3.651.78 2.798 2.357-1.364 1.324-4.027-1.684-7.214-5.319-2.404-.012-.002-.017.092-.037.084 5.226 2.363 1.652 7.073-1.284 3.91-2.094 1.212-.714-2.565-.747-3.613-.089.019.08.042c.003-.007.305-.597.305-1.26a2.754 2.754 0 00-.197-1.112c-.177-.422-.504-.892-1.102-1.427-.603-.541-1.26-.828-1.85-1.005-.59-.176-1.117-.244-1.454-.337-.34-.096-.535-.209-.654-.391-.121-.181-.175-.454-.182-.88v-.065c.003-.885.359-1.371.834-1.659.476-.286 1.081-.359 1.55-.358a4.781 4.781 0 01.687.05l.054.009.016-.09-.037.084.037-.084z\"/>\n    <path fill=\"#4D2A15\" d=\"M153.143 67.246s1.145-.433 1.44-1.359c.081-.254-1.157-1.368-1.187-1.368-.029 0 .629.318.933.596.304.279.537.392.628.35.092-.041.62-1.266.417-1.533-.203-.267-.518-.895-.995-1.214-.476-.319-1.105-.278-1.105-.278s.873-.278 1.309-.031c.435.247.476.535.526.432.051-.103-.092-1.328-.289-1.74-.197-.411-.4-.607-.928-.71-.526-.104-1.094-.062-1.094-.062s.761-.422 1.338-.277c.578.144.569.432.618.37.052-.062-.284-1.121-.42-1.389-.138-.267-.827-.803-1.02-.865-.192-.062-.822-.081-.822-.081l-.304.004s.438-.303.996-.252c.557.052.587.237.668.206.081-.031-.061-.102-.399-.34-.341-.236-1.983-.936-1.983-.936l-1.501-.021s-.016-.38.421-.452c.436-.073.563.056.532-.057-.03-.113-1.267-.385-1.267-.385l-1.016.031c-.304.011-1.41.138-1.41.138s.096-.243.313-.432c.165-.145.42-.235.631-.293.486-.134-.274-.515-.274-.515l.406-.617 1.826.154 3.854 2.253 1.806 1.554 1.145 2.922-.345 5.021-2.577 2.13s-1.135.176-1.135.124c-.001-.049.263-1.078.264-1.078z\"/>\n    <path fill=\"#D2A567\" d=\"M149.784 54.776s-.122-.355-.122-.803c0-.448.077-.432.077-.432s-1.232-.17-2.13.54c-.897.71-.38 1.944-.38 1.944s.392-.386.893-.571c.502-.184 1.405-.154 1.405-.154.076-.078-.198-.433-.533-.509-.335-.077-.989-.077-.989-.077s.38-.263 1.035-.2c.653.061.744.262.744.262z\"/>\n    <path fill=\"#8F4620\" d=\"M153.638 67.677l-.832.289.507 3.498 3.326 5.7 1.745-.307.589-1.05s.264 0 .467.206c.201.206.852 1.317 1.4 1.543.547.227.83.144 1.318.537.488.39 2.267 3.039 2.359 3.141.09.103-.102-1.136-.102-1.136l-.543-1.585-.673-1.106-.102-.298.923.01.572.35.877.734.456.541.239.556.101.488.235.757.486 1.05.585.998.187-.407-.284-1.172-.892-2.845-.547-.957s.72.519.912.586c.193.068.847 1.045.847 1.045l.416 1.007.299.936.206.819.3.873.517-.297-.09-.632-.447-1.951-.192-2.114s.249-.006.551.329c.306.334.579 1.092.579 1.092l.224 1.913.303 1.754.568 1.791.593 1.126.386.632s.02-.895.014-.936c-.005-.04-.725-7.489-.725-7.489l.097-.314s.086-.047.334.308c.248.354.497.91.497.91l.218 1.168.106.808.152 1.523.203 1.65.762 1.771.411.956.229-1.136-.362-8.01.169-.231s.425.35.567.598c.143.246.407.487.407.487l.248 1.765.223 5.052.177 1.301 1.486-13.232.918-.2.106-.253-.67-.515-1.505-2.335-1.015-2.259-1.78-3.279-3.088-3.766s-1.916-1.636-2.404-2.007c-.487-.37-.89-.602-.89-.602l.152-.47.51-.826-.083-.038-.397.024-1.033.146-1.043-.309-2.045-1.427-2.191-1.042-1.286-.455-3.103-.787-3.087-.417-1.385-.019-1.262.235s-.642.265-.843.661c-.2.396-.215.674-.154 1.252.06.579.411.88 1.278 1.235.868.354 2.906 1.713 2.906 1.713l.982.987.365.471.053.363.661 5.208-1.308 2.832-.941.486z\"/>\n    <path fill=\"#AB6D29\" d=\"M156.976 75.795s.557.947 1.348.217c.792-.731-.345-2.81-.334-2.933.01-.124.365-.164.365-.164l.579 1.07s.344.576.212 1.492c-.131.916-1.014 1.708-1.014 1.708l-1.004-.227-.152-1.163z\"/>\n    <path fill=\"#4D2A15\" d=\"M176.406 88.004l-.715-2.115s-.212-1.358-.212-1.636c0-.279-.138-3.72-.199-4.367-.06-.648-.029-1.39-.098-1.481-.069-.094-.776-1.027-.776-1.027l-.303-.317.215-.154s.263.289.335.133c.07-.153-.011-.904-.304-2.078-.295-1.173-1.797-3.92-1.797-3.92l.162.134.417.422.882.709 1.908.7 1.034.165.669 1.338s.476 2.305.446 3.466c-.031 1.164-.102 2.11-.548 3.273-.445 1.163-.557 4.846-.618 5.432a5.235 5.235 0 01-.284 1.163l-.214.16z\"/>\n    <path fill=\"#8F4620\" d=\"M176.411 81.886s.399-.476.575-1.129c.174-.652.242-5.784-.365-6.42-.609-.635-1.852-1.135-1.913-1.094-.061.042.497 1.673.497 1.673s.186.239.377.664c.105.236.25.664.274.82.069.442.433 1.482.487 2.823.052 1.34.068 2.663.068 2.663z\"/>\n    <path fill=\"#4D2A15\" d=\"M173.608 85.107s.261-2.428.139-4.206c-.121-1.778-.268-2-.437-2.321a15.12 15.12 0 01-1.194-2.964c-.414-1.481-.682-2.617-.949-2.913-.268-.297-.804-.938-.925-.765-.122.173-.122.543-.122.543l-.731-.198-.17-.469.234-.756-.047-.325-.086-.535.944.751 1.937 1.327.974 4.018.902 2.5.127 4.235-.091 3.729-.505-1.651zM174.745 73.522s.507.478.803.644c.297.166.857.51.745.548-.109.038-.635-.167-.962-.352-.328-.185-.55-.412-.55-.412l-.036-.428z\"/>\n    <path fill=\"#4D2A15\" d=\"M170.971 84.149s.386-.852.325-1.933c-.062-1.081-.578-3.684-.74-4.014-.163-.33-.932-.822-1.623-2.284-.69-1.461-.619-1.759-1.074-2.294a42.044 42.044 0 01-.934-1.142l.141-1.564 1.684.854.72.36.853 4.094.761 1.142.323 1.637.407 3.816.222 3.036-.121.267-.944-1.975zM169.03 82.417s.045-1.204-.26-2.283c-.305-1.081-.516-1.884-.852-2.223a16.375 16.375 0 01-1.946-2.361c-.761-1.142-1.812-2.346-1.812-2.346l.028-1.532s.505.475.936.685c.431.209 1.076.57 1.076.57l.45 1.757.581 1.264.851 1.13.544.502.347 1.891.187 1.064.448 1.519-.148.76-.43-.397zM167.63 82.432l-.465-.447s.251-.302.129-.904c-.122-.601-.282-1.181-.556-1.751-.273-.571-.356-.919-.524-1.088-.168-.169-1.591-1.513-2.085-1.921-.493-.41-1.254-1.189-1.726-1.49-.471-.3-.814-.378-.814-.378l-.266-1.883s.624.833.997.972c.373.14.982.332.982.332l1.322 2.338.449.594 1.225.98.501 1.01.373 1.166.464 1.606.083.972-.089-.108zM165.029 81.907s-.781-.895-.903-1.472c-.121-.576.082-.576-.163-1.234-.244-.658-1.054-1.625-1.724-2.161-.67-.535-1.622-1.316-1.562-1.749.061-.432.182-.452.182-.452l.406.349 2.088 2.223.641 1.163.486 1.45.324.68.314.865-.089.338zM172.564 71.002s1.439 1.785 1.805.144c.162-.731-.499-2.121-.499-2.121s-1.338-2.344-1.794-2.91a656.329 656.329 0 01-2.688-3.427l-1.632-.761.557.958s1.217 1.214 2.77 3.898c1.55 2.685 1.246 4.167 1.246 4.167l.235.052zM164.206 60.239s2.859 2.438 4.701 5.077c1.84 2.639 2.57 4.399 2.159 4.753-.411.355-1.567-.2-2.037-.941-.472-.741-.87-2.037-2.603-4.013-1.735-1.975-2.57-2.269-2.57-2.269l-1.248-2.021 1.598-.586z\"/>\n    <path fill=\"#4D2A15\" d=\"M162.716 66.088s1.688 1.405 2.753 2.546c1.066 1.143 1.614 1.96 1.614 1.96l.683.679s-.411-.725-.182-.972c.227-.247.503-.123.503-.123l-5.371-5.634v1.544zM162.365 66.242s.548 1.049 1.445 1.929c.898.879 1.886 1.821 1.886 1.821l.381 1.373s-2.449-1.882-2.465-1.42c-.016.463.594 1.42.594 1.42l-.746-.401-1.035-1.497-.624-1.296-.699-1.791 1.263-.138z\"/>\n    <path fill=\"#4D2A15\" d=\"M154.957 72.045s1.278 1.142 1.978.031.152-2.392.152-2.392 1.804 2.66 2.313.169c.091-.447-1.096-2.176-1.096-2.176l.426-.4.911 1.543s.854-.386.854-1.451-.882-2.439-.882-2.439l.841.936s1.667.036 1.699-.983c.029-1.018-1.4-2.083-1.4-2.083s1.141.077 1.125-.587c-.014-.663-1.55-1.127-1.581-1.543-.03-.417.456-1.127 1.156-.741s1.673.695 2.069-.061c.396-.757-.03-.91-.03-.91s-.899-.185-.988-.216c-.093-.031-1.599-.849-1.599-.849l-1.264-.478-1.306-.17.485.972.337 2.67.014 1.235.243 2.686-.639 2.238-.331.403-.235.301-.557 1.182-.781.846-1 1.279-.914.988z\"/>\n    <path fill=\"#AB6D29\" d=\"M164.014 77.062s-.323-.801-1.012-1.337c-.691-.536-1.786-.576-1.786-.576l1.876 1.987.922-.074zM166.639 77.514s-.608-1.213-1.318-1.955c-.71-.741-1.177-1.698-1.37-1.698-.191 0-.334.041-.334.041l.182 1.533 1.298 1.256c.001.001 1.219.906 1.542.823zM168.8 77.421s-.303-1.409-1.024-2.767c-.719-1.359-1.48-1.914-1.48-1.914l.172 1.451.59 1.399.952 1.379.79.452zM170.565 76.629s.507-2.901.051-3.705c-.456-.803-1.318-.956-1.318-.956l-.276.421.276 2.068.688 1.584.579.588zM172.301 71.793s.425.216.943 1.193c.516.978 1.248 3.869 1.236 4.023-.009.153-.273.118-.344.083-.071-.038-1.826-2.779-1.826-2.779l-.279-2.562.27.042z\"/>\n    <path fill=\"#D2A567\" d=\"M160.052 75.163s.928-.201.928-.525-1.109-.973-1.018-1.497c.044-.262.943.047 1.004-.139.06-.185-.927-1.728-.624-2.083.304-.355 1.141 1.667 1.141 1.667s.502.951.319 1.497c-.563 1.682-1.75 1.08-1.75 1.08zM162.228 73.064c.045-.135 1.461.185 1.476.093.055-.332-1.277-1.358-1.277-1.358s-.305-.586-.212-.678c.09-.093.942.092.989-.031.044-.124-.976-1.466-.976-1.713 0-.247.276-.031.276-.031s.806.834 1.232 1.513c.424.679.825 1.235.683 2.315-.151 1.156-2.312.261-2.191-.11zM168.62 70.935s-.23-.957-.092-1.081c.137-.123.503-.231.503-.231s-.755-.471-1.112-.479c-.357-.008-.41-.112-.501.039-.092.15.647 1.08.647 1.08l.555.672z\"/>\n    <path fill=\"#D2A567\" d=\"M164.313 71.675s2.176.541 2.267.386c.091-.154-1.735-1.853-1.735-1.853s-.121-.307-.091-.416c.03-.108.791-.123 1.019.062.227.185 0 .539.077.679.076.139.761 1.188.883 1.018.122-.17-.138-1.451-.077-1.543.06-.093.837.725 1.048.864.214.139 1.431 1.096 1.553.648.122-.447.198-.525.151-.787-.045-.262.407 1.235-.162 1.42-.567.186-1.221-.199-1.221-.199l-.503-.386-.294-.308s.325 1.158-.056 1.28c-.379.124-.821.063-.821.063l-.912-.093-1.126-.835z\"/>\n    <path fill=\"#78732E\" d=\"M134.476 66.882c-.018.001-1.803.151-3.029-.061-.682-.118-1.005-1.206-.959-3.231.004-.168.004-.2-.002-.22a.647.647 0 00-.095-.142c-.19-.257-.636-.857-.542-1.405.119-.694 2.408-2.547 2.701-2.642.159-.052.511.07.632.123l.034.014.025-.026c.236-.228.614-.551.718-.551.075 0 .188.092.26.208.045.074.063.143.047.177-.018.036-.143.136-.253.223-.266.208-.629.496-.672.75-.019.11-.026.221-.033.328-.015.247-.029.479-.18.707-.072.109-.164.23-.262.358-.211.276-.43.561-.469.775-.011.06-.026.12-.04.178-.052.213-.106.433.108.538.239.117 1.002.023 1.666-.278.392-.177.652-.395.807-.526a.764.764 0 01.162-.12l-.008-.001-.023-.028c.005.1-.411.761-1.065 1.036-.235.099-.446.204-.632.296-.368.183-.66.329-.883.294l-.042-.006-.017.04c-.007.016-.163.4.032.711.14.226.426.35.845.369 1.224.054 1.899-.262 1.928-.276l-.077-.066-.73 2.493.048-.039zm.711-2.488c-.007.003-.682.318-1.876.264-.381-.016-.636-.123-.757-.316-.164-.262-.025-.606-.024-.61l-.058.034c.257.038.562-.113.948-.305.184-.091.393-.195.625-.293.674-.284 1.132-.973 1.133-1.137 0-.037-.017-.065-.046-.077-.067-.028-.134.028-.266.138-.161.135-.404.339-.782.51-.668.303-1.39.368-1.574.28-.127-.063-.104-.184-.049-.411.014-.06.029-.121.041-.185.034-.187.253-.474.448-.727.099-.129.192-.252.267-.365.166-.254.182-.512.198-.761.006-.104.012-.212.031-.317.036-.211.394-.494.631-.681.167-.132.256-.204.284-.26.048-.097-.011-.22-.051-.286-.077-.125-.22-.26-.353-.26-.185 0-.693.484-.793.58l.059-.011c-.02-.008-.478-.2-.708-.125-.306.099-2.647 1.981-2.776 2.729-.102.595.364 1.222.563 1.49.035.049.073.099.078.113l-.001-.006c.002.016 0 .099-.002.187-.018.779-.071 3.149 1.05 3.343 1.24.216 3.038.064 3.056.063l.037-.002.01-.037.731-2.493.034-.119-.108.053z\"/>\n    <path fill=\"#D2A567\" d=\"M169.307 70.189s2.322 1.393 2.551 1.147c.229-.247-.607-3.517-.472-3.858.108-.273 1.885 3.715 1.019 4.26-.662.416-.989.123-.989.123l-1.14-.602-.969-1.07zM175.768 76.058s.21.155.506.239c.094.027.373.112.296.12a11.43 11.43 0 00-.658.088c-.037.016-.144-.447-.144-.447zM173.517 68.381s.221.127.359.165c.137.039.312.124.312.147 0 .023-.172.096-.294.081-.122-.016-.198-.05-.198-.05l-.179-.343zM172.847 67.24s.238.109.542-.108c.305-.216.325-.36.301-.474-.026-.113-.503-.113-.664-.221-.163-.107-.153-.303-.153-.303l-.522-.01-.193.072.689 1.044zM174.898 73.975s.711.417.909.456c.197.039.532.225.486.286-.045.062-.569.108-.836-.046-.266-.155-.354-.059-.354-.059l-.205-.637zM171.074 63.401l.012.004c.04.011.171.045.284.032.135-.015.248-.098.295-.045.095.106.018.601-.174.741-.191.141-.426.255-.46.247-.036-.008-.749-1.032-.749-1.032l.792.053zM167.744 60.42s.465-.028.697-.026c.232 0 .502.168.71.3.209.132.418 1.535.304 1.8-.113.265-1.677-.909-1.719-1.014-.045-.107-.723-1.156-.723-1.156l.731.096zM166.275 59.785s1.139.07 1.034-.652c-.103-.724-.625-1.041-.625-1.041l-1.364.97.955.723zM163.222 58.453s.305.168.644.035c.339-.132 1.234-1.296 1.886-1.438.652-.141.782-.131.905.018.121.149.06.811-.088.996-.147.186-2.043.988-2.043.988s-.395-.024-.701-.095c-.308-.072-.62-.204-.62-.204l.017-.3zM162.869 56.358c-.288-.673-.8-.947-.992-.902-.191.044.652.714.774 1.641.122.926.113 1.547.096 1.6-.017.052.391.058.391.058l.078-.353.049-.253-.005-.228-.056-.479-.1-.378-.083-.29s-.005-.069-.152-.416zM160.174 55.4c-.873-1.019-2.454-1.744-2.562-1.744-.108 0 1.84 1.174 2.282 1.929.441.757.457 1.775.654 1.914.197.14.381-.069.396-.092.015-.024.159-.232.136-.294-.023-.061-.122-.486-.122-.486l-.303-.509-.184-.317-.297-.401zM157.589 54.337c-1.104-.973-3.104-1.435-4.725-1.458-1.621-.024-2.449.122-2.214 1.01.237.888.967 1.274 2.335 1.274 1.37 0 1.698-.146 2.435.084.738.232 1.414.649 1.681.926.267.278-.509-.679-1.209-1.204-.7-.525-1.16-.8-1.16-.8s-.135-.289.81-.157c.941.131 2.204.741 2.547 1.528.342.787.289 1.22.282 1.389-.009.17.327-.092.327-.092l.137-.386s.054-.308-.129-.655c-.182-.347-.214-.464-.639-.964-.425-.503-.478-.495-.478-.495zM153.091 67.698c.69-.021 2.232-1.337 2.456-3.168.223-1.832-.914-5.557-1.177-5.947-.264-.392.425-.185.801.206.376.391 1.146 3.045 1.146 4.98 0 1.935-.386 2.49-1.42 3.478-1.034.987-1.867.885-1.867.885l.061-.434zM155.486 73.131s.344.432.729.288c.71-.266 1.805-.79 1.805-1.811 0-.659-.851-1.234-.892-1.482-.041-.247 0-.453 0-.453l.749.165.214 1.049s.294.309.598.186c.306-.124 1.176-.761 1.054-1.379-.121-.618-.952-1.378-1.033-1.687-.081-.309.02-.576.02-.576l.711.123.217.903s.187.312.594.23c.406-.082 1.116-.823.954-1.173-.163-.35-.69-1.174-.73-1.255-.041-.082-.02-.391-.02-.391l.284.16s.273.108.821-.054c.548-.163 1.081-.533 1.072-.911-.007-.378-.41-.741-.442-.949-.03-.208-.007-.294-.007-.294l.358.054.441.548.106.656-.159.563-.669.726-.663.278-.182-.016.404.703-.131.934-.585.539-.785.471-.06.872-.433.942-1.004.594h-.295l-.116.571-.63.896-1.088.725-.792.146-.456-.664.041-.227z\"/>\n    <path fill=\"#D2A567\" d=\"M161.487 63.245s1.821.514 1.764-.638c-.031-.648-1.784-2.14-1.896-2.387-.111-.247-.081-.587-.081-.587l.907.831s1.158.276 1.488-.393c.329-.668.064-1.088.006-1.103-.057-.015.266-.058.266-.058l.536.109-.064 1.031-.594 2.592s.158 1.018-.644 1.09c-.801.073-1.688-.487-1.688-.487zM163.212 77.053s.032-.525-.374-.891c-.406-.365-1.187-.71-1.313-.787-.127-.077 1.303 1.625 1.303 1.625l.384.053zM165.849 77.138s-.914-1.126-1.11-1.513c-.199-.384-.67-1.234-1.051-1.273-.38-.038.358 1.404.358 1.404l1.482 1.352.321.03zM168.351 77.116s-.783-1.481-.974-1.914c-.189-.433-.601-1.614-1.065-1.938-.463-.324.061.54.061.54l.495 1.536.868 1.336.615.44zM170.193 76.041s-.053-1.264-.207-2.145c-.151-.88-.836-1.613-.881-1.582-.046.031.052 1.566.052 1.566l1.036 2.161zM173.996 76.991s-.639-1.52-.898-2.238-.897-1.921-.966-1.937c-.068-.015.19 1.381.19 1.381l.775 2.223.899.571zM177.297 73.011s-.586-.602-1.849-1.097a8.88 8.88 0 00-2.525-.548l.152.162.574.487 1.32.678 1.723.417.605-.099z\"/>\n    <path fill=\"#202020\" d=\"M163.741 73.759s.01 1.101.578 1.77c.569.669 1.907 1.893 2.172 2.141.264.246.487 1.605.882 2.737.394 1.131.488 2.058.659 2.377.172.318.526.832.264.781-.264-.051-.508-.36-.67-.772-.163-.411-.112-.411-.09-.978.02-.566-.863-3.467-1.269-3.786-.406-.32-2.272-1.873-2.993-2.943-.719-1.07-.567-1.317-.567-1.317l1.034-.01z\"/>\n    <path fill=\"#202020\" d=\"M166.752 81.012c-.396-.813-.467-1.533-.589-2.017-.122-.483-1.694-1.799-2.07-1.976-.284-.133-.877.036-1.115-.144s-1.725-1.867-1.725-1.867-.223.211-.152.272c.072.062 1.613 1.729 2.169 2.263.56.535.862 1.729 1.269 2.655.407.924.244.74.285 1.192.041.453.325.711.608.711.284 0 .355-.134.249-.212-.108-.077-.686-.755-1.02-1.636-.305-.803-.7-2.284-1.187-2.84l-.11-.124c.115-.014.309-.05.606-.067.376-.02 1.927 1.41 2.061 1.832.131.422-.011.586.638 1.996.649 1.41.953 1.739.953 1.739h.113c.002.004-.588-.964-.983-1.777zM164.313 71.675s1.126.71 1.46.802c.334.093.578.124.578.124s.168 2.053.989 3.21c.82 1.158 1.49 1.575 1.49 1.575s.031 2.236.64 3.781c.609 1.543.73 3.41.593 3.703-.137.293-.655-.91-.988-1.975-.336-1.065-.655-2.221-.883-2.932-.228-.71-.852-1.776-1.201-2.069-.351-.293-.069-.262.136-.077.206.185.799.918 1.179 2.1.38 1.18.532 2.376.737 2.384.206.007.365-.193.358-.433-.008-.238-.266-.856-.456-1.96-.192-1.103-.382-1.859-.564-2.168-.183-.309-.449-.363-1.156-1.598-.708-1.234-1.02-1.921-1.142-2.493-.122-.571.022-.516-.1-.602-.121-.085-.212.008-.751-.293-.539-.299-.919-1.079-.919-1.079z\"/>\n    <path fill=\"#202020\" d=\"M167.229 71.259s.69.535 1.075.7c.386.164.943.195.943.195s-.14 1.945.62 3.211c.761 1.265 1.551 2.006 1.551 2.006s.122.474.366 3.189c.244 2.718.253 2.768.324 3.859.071 1.091.105 4.955-.051 4.836-.587-.453-.101-2.552-.395-3.415-.294-.866-.76-1.01-1.329-3.457-.568-2.45-.204-3.006-.608-3.921-.406-.916-.943-.998-.943-.998s.75.145 1.065.916c.315.772.363 2.822.62 3.838.578 2.294 1.369 3.457 1.369 3.457s-.173-2.88-.396-4.516c-.224-1.637-.212-3.004-.517-3.632-.305-.629-.965-1.133-1.359-1.966-.396-.833-.538-2.469-.731-2.891-.192-.422-.302-.291-.577-.401-.894-.362-1.027-1.01-1.027-1.01z\"/>\n    <path fill=\"#202020\" d=\"M169.307 70.189s.609.678 1.459 1.183c.853.504 1.279.35 1.411.453.132.103-.173 1.831.72 3.426.893 1.595 1.217 1.626 1.238 1.843.02.214.182 4.917.294 6.511.111 1.595.232 6.945-.427 6.945s-.061-3.952-.385-4.877c-.326-.927-.314-.659-.628-1.398-.316-.743-.311-3.672-.812-5.404-.374-1.296-.761-1.502-.761-1.502s.63.339.923 1.41c.294 1.069.386 4.661.73 5.236.344.577.842 1.287.954 1.823.112.534-.071-6.823-.223-7.264-.152-.443-1.633-3.108-1.745-4.579-.11-1.471-.163-1.616-.292-1.728-.134-.114-.557-.021-1.257-.68-.702-.658-1.199-1.398-1.199-1.398z\"/>\n    <path fill=\"#202020\" d=\"M172.656 71.038c.042-.141.464.791 1.788 1.316s2.587.432 2.754.571c.167.139 1.004 2.131 1.034 4.784.032 2.656-.456 2.408-.867 4.693-.41 2.284-.426 6.928-.684 7.639-.122.262-.259.37-.397.818-.136.446.106 1.296-.305 1.311-.41.015-.456-.648-.456-1.003 0-.355.427-1.62.427-2.886s-.275-1.42-.457-2.933c-.182-1.512-.198-6.327-.365-6.79-.167-.462-.994-1.464-.994-1.464s.887.569 1.1 1.217c.212.65.233 5.997.471 7.07.244 1.095.167-.247.259-.866.091-.617.411-3.241.365-4.645-.046-1.403-.64-4.444-1.126-4.954 0 0 .253.295.532.963.007.019.179.195.378.31.211.121.452.183.459.205.007.016-.267-.023-.483-.117-.159-.069-.276-.199-.271-.186.3.794.602 2.023.631 3.779.042 2.392-.349 7.656.032 7.717.381.062.305-2.87.7-5.247.395-2.377.927-2.717.76-4.661-.167-1.945-.684-4.044-1.094-4.307-.41-.262-1.583-.169-2.618-.834-1.032-.663-1.616-1.359-1.573-1.5zM155.885 73.713s.381.169.822-.046c.442-.217 1.613-1.142 1.613-1.529 0-.386.016-.771.016-.771s.015.17.35.216c.333.048 1.292-.678 1.367-1.141.077-.463.077-1.281-.029-1.451-.107-.17.289.17.486-.016.198-.185 1.126-.787 1.112-1.405-.016-.618-.518-1.189-.518-1.189s.457.062.73 0c.275-.06 1.187-.601 1.157-1.157-.031-.556-.349-1.404-1.065-1.466 0 0 .533.124 1.05-.061s.7-.479.7-1.066c0-.586-1.05-1.852-1.233-1.959-.182-.108 1.125.37 1.46-.155.333-.525.38-.895.289-1.188-.091-.294-.365-.37-.365-.37s.564.154 1.325-.232c.76-.386 1.43-.895 1.78-.88.349.016-1.111.787-1.188 1.22-.031.179.398.485 1.059.969.042.029.061.057.128.093.299.162 1.436.208 1.513.266.095.07-1.098.044-.996.122.803.614 1.78 1.437 2.674 2.522.034.04.223.204.441.267.266.076.57.052.609.103.029.039-.771-.02-.742.018.572.745 1.089 1.5 1.534 2.2.031.05.218.267.431.359.233.1.495.076.527.129.06.092-.651.004-.597.094a38.502 38.502 0 011.549 2.816s-1.433-2.519-3.183-4.48c-1.749-1.96-2.16-2.222-2.251-2.036-.091.185 1.308 1.913 2.054 3.132.745 1.22 1.422 2.736 1.422 2.736s-1.757-3.647-4.221-5.884c-2.466-2.238-2.723-2.608-2.997-2.516-.274.093-.486 1.744-.319 2.083.167.34 1.962 1.698 3.498 3.504 1.537 1.805 3.485 4.908 3.485 4.908s-1.384-2.238-3.727-4.723-3.24-3.056-3.422-3.04c-.183.015-.199.464-.471.834-.275.37-.838.324-.854.494-.014.169 1.98 2.006 2.374 2.222.395.216.608.108.913.278.304.17.634.453.634.453s-.42-.16-.724-.252c-.305-.093-.609-.108-.609-.016s1.614 2.068 1.886 2.191c.275.124.427.062.792.201.365.139.884.509.884.509s-.565-.325-.96-.402c-.395-.077-.562 0-.548.108.016.108 1.233 1.667 1.172 1.698-.06.031-1.886-2.161-3.439-3.534-1.552-1.374-2.251-1.667-2.328-1.62-.075.046-.03.448-.411.587-.38.139-.73.185-.73.324s1.4 1.451 2.388 2.547a69.372 69.372 0 011.841 2.13s-1.004-1.004-2.099-2.038c-1.096-1.034-1.658-1.435-1.765-1.373-.107.061-.121.586-.016.725.106.139 2.131 2.531 2.07 2.593-.061.062-2.388-2.87-2.541-2.87-.153 0-.244.37-.396.54-.153.17-.807.17-.807.401 0 .232 3.286 3.457 3.195 3.534 0 0-2.722-2.346-2.814-2.207-.092.139 1.14 2.392 1.064 2.439-.076.047-1.597-2.361-1.735-2.345-.135.015-.121.277-.516.632s-.897.201-.913.355c-.015.154 2.267 2.686 2.206 2.732-.061.046-2.311-2.408-2.373-2.269-.015.037-.136.142-.076.355.167.592.675 1.668.608 1.759 0 0-.73-1.497-.929-1.435-.198.062-.198.356-.533.571-.333.216-.607.17-.639.324-.029.154.396.417.579.773.181.355.334 1.127.334 1.127s-.229-.65-.548-1.066c-.319-.417-.609-.695-.852-.695s-.411.232-.411.232l-.231-.542z\"/>\n    <path fill=\"#202020\" d=\"M177.2 72.925s.745-.046.836-.2c.092-.155-.274-.047-.943-.771-.669-.726-2.378-5.675-4.244-8.165-3.055-4.076-5.917-5.942-5.917-5.942s3.404 1.97 6.04 5.818c2.676 3.91 3.326 6.976 4.075 7.778.751.803 1.482.946 1.441 1.173-.041.227-.163.391-.447.432-.283.041-.974.103-.974.103l.133-.226zM154.713 71.845s.02.06.158.076c.14.018 1.065-.905 1.014-1.171 0 0-.411-.154-.744-.493-.334-.34-.412-.88-.412-.88s.305.602.563.771c.259.17.669.262.822.139.153-.124 1.514-1.132 1.43-1.528 0 0-.425.015-.822-.278-.395-.293-.467-.896-.467-.896s.255.484.66.68c.404.195.801.113.913-.031.112-.144 1.004-1.369.902-1.728 0 0-.456.051-.862-.237-.406-.289-.618-1.009-.618-1.009s.294.607.81.71c.518.103.944-.206 1.024-.575.081-.37.365-1.75-.069-2.099 0 0-.671.216-1.147-.031-.475-.247-.648-.854-.648-.854s.405.556.941.627c.539.072.773-.216.863-.432.093-.216.113-.998-.05-1.43-.162-.432-.497-.402-.577-1.049 0 0-.174.257-.864.257s-1.055-.782-1.055-.782.549.505 1.096.463c.547-.041.75-.494.762-.844.008-.35-.276-.659-.426-1.019-.152-.36-.163-.793-.264-.741-.102.051-.233.38-.944.267-.709-.112-.862-.597-.862-.597s.517.36.913.329c.397-.031.649-.216.649-.483 0-.268-.151-.762-1.044-1.523-.892-.761-1.622-1.285-1.622-1.285s1.156.638 1.906 1.265a7.13 7.13 0 011.176 1.235s.823.267.913-.011c.091-.278.077-.625-.182-1.119-.253-.483-.958-1.203-.958-1.203s.737.609 1.086 1.242c.349.633.192 1.073.221 1.227.031.154 1.567.749 1.909.541.342-.209.183-.656-.106-1.112-.289-.455-.526-.833-.526-.833s.359.394.617.841c.259.448.472.803.374 1.011-.098.208-.312.301-.289.386.023.084.531.354 1.049.625.518.27 1.118.51 1.195.363.076-.147.129-.502.085-1.003-.047-.501-.335-1.265-.335-1.265s.341.741.403 1.265c.06.525-.068.919.053 1.103.122.185.501.232.501.232s-.304.216-.981.015-3.583-1.667-3.72-1.528c-.136.139 1.354 1.042 2.039 1.69.685.648 1.019 1.327 1.019 1.327s-.533-.448-1.049-.733c-.517-.285-2.07-1.08-2.169-.973-.097.108.587.247.639.371.053.124-.486.609-.486.81 0 .2 2.213 1.736 2.144 1.906-.068.17-.562.571-.653.548-.091-.024-1.186-.864-1.186-.733s.629.664.623.779c-.007.116-.418.394-.344.656.077.263 1.234 1.212 1.226 1.536-.008.324-.662.602-.54.81.121.209.715.941.715.941s-.639-.424-.845-.647c-.206-.224-.617-.71-.69-.633-.077.078-.488.981-.45 1.181.039.2.556.509.654 1.056.099.548-.076 1.119-.115 1.119-.038 0-.767-.941-.913-.956-.144-.015-.326.047-.448.286s-.548.987-.494 1.126c.052.138.767.301.783.872.015.571-.449 1.103-.495 1.103-.046 0-.89-1.134-.973-1.134-.084 0-1.042 1.065-1.065 1.196-.023.131.654.61.533.796-.123.185-.579-.07-.838.077-.258.147-.714.331-.806.331-.092-.001-.23-.309-.23-.309z\"/>\n    <path fill=\"#202020\" d=\"M166.907 57.894s.077-.301.222-.455c.144-.155.731-.803.51-.934-.221-.131-.966.108-1.437.069-.472-.038-.784.078-2.153-1.057 0 0-4.342-3.036-11.067-3.426-2.13-.123-3.084.638-3.186 1.039-.009.092.559-.865 2.698-.833.944.01 7.716.557 11.227 3.313.184.144 1.347 1.258 2.435 1.134 1.088-.124 1.316-.247 1.293-.093-.022.154-.365.556-.441.74-.075.185-.151.525-.151.525l.05-.022zM155.171 58.789l-.018-.055c-.061-.185-.493-.789-1.229-1.472-.882-.819-3.622-1.96-3.759-2.007-.137-.046 2.813 1.359 3.637 2.145 1.322 1.265 1.369 1.389 1.369 1.389z\"/>\n    <path fill=\"#D2A567\" d=\"M155.167 63.622s-.18-.297-.757-.668c-.579-.37-1.157-.525-1.157-.525s.944 0 1.338.34c.396.34.576.853.576.853zM154.82 61.104s-.182-.262-1.004-.525c-.822-.263-1.019-.247-1.019-.247s.76-.324 1.338-.03c.578.292.685.802.685.802zM154.333 59.035s-.168-.37-.898-.632c-.73-.263-1.248-.309-1.248-.309s.76-.216 1.492.077c.73.293.654.864.654.864zM153.452 57.707s-.214-.293-1.582-.616c-1.37-.325-1.903-.34-1.903-.34s1.948-.154 2.465.063c.516.214 1.02.893 1.02.893zM150.94 56.272s-.836-.231-1.642-.293c-.806-.062-2.07.046-2.07.046s2.344-.37 2.967-.231c.624.138.745.478.745.478z\"/>\n    <path fill=\"#F8C83C\" d=\"M143.233 85.271s.416.731 1.237.761c.822.031 1.46 1.204 1.46 1.204l-.903.885-2.17.102-.699-1.121 1.075-1.831z\"/>\n    <path fill=\"#977C2E\" d=\"M143.233 85.271l-.053.031c.003.004.109.191.323.385.214.192.537.392.965.407.381.012.738.3.995.593a3.687 3.687 0 01.415.579l.053-.03-.042-.045-.887.869-2.112.099-.661-1.059 1.056-1.799-.052-.03-.053.031.053-.031-.052-.031-1.094 1.863.739 1.184 2.229-.105.953-.935-.022-.041a3.668 3.668 0 00-.43-.603c-.267-.302-.641-.615-1.081-.633a1.4 1.4 0 01-.889-.376 1.77 1.77 0 01-.281-.326l-.017-.028-.052-.091-.053.091.05.031z\"/>\n    <path fill=\"#F8C83C\" d=\"M143.284 84.521c.071-.143-.639-1.544-1.146-1.78-.507-.235.172.454.061.741-.111.289-.186.644-.146.695.041.051.419.644.217.911-.203.267 1.014-.567 1.014-.567z\"/>\n    <path fill=\"#977C2E\" d=\"M143.284 84.521l.054.028.012-.056c-.002-.085-.047-.208-.118-.37a5.215 5.215 0 00-.468-.828c-.192-.275-.399-.514-.601-.61a.434.434 0 00-.175-.053.101.101 0 00-.073.027.1.1 0 00-.028.071c.002.052.022.095.047.15.038.081.094.177.139.273.045.094.078.19.077.254l-.008.053c-.093.24-.16.516-.162.656.002.034 0 .062.025.098.01.012.08.119.143.25.063.131.119.293.119.42a.268.268 0 01-.046.164l-.023.035-.013.047.028.057.046.014c.037-.002.064-.016.104-.032.134-.063.37-.211.575-.345.206-.133.379-.252.38-.252l.013-.009.006-.015-.053-.027-.034-.052s-.225.155-.466.31a7.538 7.538 0 01-.343.21c-.05.029-.094.053-.128.068l-.041.018-.012.005h-.002l.002.012v-.012h-.002l.002.012v-.012.046l.026-.037-.026-.008v.045l.026-.037-.03.043h.052l-.022-.043-.03.043h.052-.037l.035.011.002-.011h-.037l.035.011-.006-.001.006.002v-.001l-.006-.001.006.002.012-.018a.395.395 0 00.072-.24 1.204 1.204 0 00-.132-.475 1.912 1.912 0 00-.157-.272l-.021.017.025-.011-.004-.006-.021.017.025-.011-.001-.005-.001-.022c-.001-.105.064-.386.152-.612a.248.248 0 00.017-.097c-.001-.134-.073-.277-.139-.407-.033-.064-.066-.125-.09-.174a.307.307 0 01-.035-.097h-.013l.011.005.001-.005h-.013l.011.005-.031-.012.016.029.014-.017-.03-.012.016.029-.011-.019.005.023.006-.004-.011-.019.005.023-.001-.005.001.005-.001-.005.001.005h.002c.011-.003.056.009.124.042.217.097.508.471.73.844.113.189.21.377.279.532.069.153.108.282.107.319l-.001.006.017.003-.015-.008-.002.005.017.003-.015-.008.057.026-.034-.052.034.052z\"/>\n    <path fill=\"#F8C83C\" d=\"M142.893 86.659s.386.193.69.104c.305-.09.575-.399.575-.399\"/>\n    <path fill=\"#977C2E\" d=\"M142.868 86.712c.005.001.262.133.54.133.065 0 .13-.007.195-.025.329-.1.599-.415.602-.417l-.09-.082-.011.011c-.053.059-.291.297-.536.369a.6.6 0 01-.16.02c-.12 0-.243-.03-.334-.06a2.734 2.734 0 01-.111-.042l-.041-.018-.054.111z\"/>\n    <path fill=\"#F8C83C\" d=\"M142.502 86.115s1.218-.885 1.116-1.357c-.102-.474-.345-.453-.508-.412-.162.041-.912.658-.953.802-.04.144.345.967.345.967z\"/>\n    <path fill=\"#977C2E\" d=\"M142.502 86.115l.036.05c.001-.001.283-.205.567-.473.142-.133.285-.281.393-.431.108-.15.186-.298.187-.444a.351.351 0 00-.007-.072c-.04-.184-.1-.304-.178-.379a.35.35 0 00-.252-.101.572.572 0 00-.151.022.882.882 0 00-.231.131 5.08 5.08 0 00-.662.564.431.431 0 00-.103.149l-.006.043c.001.067.024.15.058.251.1.299.295.715.295.715l.032.068.059-.044-.037-.049.055-.026s-.086-.185-.173-.394a4.931 4.931 0 01-.118-.31.812.812 0 01-.052-.211l.001-.009a.24.24 0 01.035-.053c.079-.099.27-.273.456-.421.092-.074.185-.144.26-.195a.824.824 0 01.158-.091.552.552 0 01.121-.017.23.23 0 01.168.066c.054.052.107.148.144.316l.005.046c0 .097-.061.231-.164.369a3.799 3.799 0 01-.582.6c-.098.082-.185.153-.249.203-.063.049-.102.077-.102.077l.037.05.055-.026-.055.026z\"/>\n    <path fill=\"#F8C83C\" d=\"M141.642 86.722s.223.587.618.587c.396 0 .964-.319.974-.555.01-.238-.396-.67-.659-.792-.263-.123-.872.195-.872.195l-.061.565z\"/>\n    <path fill=\"#977C2E\" d=\"M141.642 86.722l-.057.023c.001.002.058.153.169.307.109.154.276.318.506.318.213 0 .46-.082.662-.197.099-.056.188-.121.255-.19.065-.068.114-.143.118-.227l.001-.011c-.003-.153-.112-.319-.248-.477a1.544 1.544 0 00-.448-.364.412.412 0 00-.176-.033 1.475 1.475 0 00-.492.116c-.147.057-.255.114-.257.114l-.029.017-.065.614.004.014.057-.024.059.007.061-.565-.06-.007.028.054.069-.033c.13-.062.424-.185.624-.183.051 0 .094.009.126.023.117.055.28.188.407.333.128.144.22.307.216.395v.005c-.001.035-.028.089-.083.146-.165.176-.556.353-.829.352-.165.001-.308-.128-.409-.268a1.516 1.516 0 01-.115-.194l-.029-.062-.01-.024-.055.021.06.007-.06-.007z\"/>\n    <path fill=\"#F8C83C\" d=\"M142.746 85.922c-.06.184-.832.544-1.085.565-.253.021-.771-.628-.558-.721.213-.093.478-.083.67-.185.193-.104.244-.36.355-.371.112-.01.426.072.507.267.081.197.172.259.111.445z\"/>\n    <path fill=\"#977C2E\" d=\"M142.746 85.922l-.058-.021c-.003.018-.055.078-.137.133a2.697 2.697 0 01-.476.256c-.171.076-.34.13-.419.136h-.007a.309.309 0 01-.15-.061 1.132 1.132 0 01-.265-.262c-.076-.098-.123-.205-.119-.25.002-.025.001-.022.013-.029.195-.087.459-.076.674-.187a.657.657 0 00.231-.241c.025-.039.047-.073.066-.096.02-.022.031-.028.035-.027l.015-.001c.05 0 .148.02.236.059.089.042.166.102.194.172.032.08.067.137.091.185a.26.26 0 01.036.123.273.273 0 01-.017.091l.057.02.058.018a.414.414 0 00.023-.129.396.396 0 00-.048-.178c-.027-.054-.058-.107-.088-.178a.48.48 0 00-.257-.235.758.758 0 00-.286-.071l-.027.002c-.052.004-.088.036-.115.068-.08.097-.141.245-.262.307-.171.094-.434.086-.665.184a.145.145 0 00-.087.142c.001.07.03.138.072.213.063.11.159.227.263.319.104.091.212.162.323.164h.017c.146-.014.4-.11.637-.228.118-.058.23-.123.319-.187.088-.064.154-.119.182-.195l-.059-.016z\"/>\n    <path fill=\"#F8C83C\" d=\"M141.954 86.434s-1.196 1.617-1.693 1.534c-.497-.082.203-2.295.203-2.295s.193.124.588.248c.396.123.791.267.902.513z\"/>\n    <path fill=\"#977C2E\" d=\"M141.954 86.434l-.048-.036s-.07.095-.185.238a9.14 9.14 0 01-.713.806 3.066 3.066 0 01-.398.337c-.124.084-.237.133-.312.131l-.028-.002c-.039-.008-.065-.031-.091-.094a.784.784 0 01-.036-.271c0-.32.094-.786.189-1.167.047-.192.095-.362.13-.485l.059-.198-.058-.019-.032.052c.004.004.201.13.602.254.197.06.392.127.549.207.157.079.272.173.317.274l.055-.027-.048-.036.048.036.056-.025c-.066-.144-.205-.247-.373-.331a3.546 3.546 0 00-.568-.215 3.21 3.21 0 01-.54-.22l-.025-.015-.007-.005-.067-.042-.024.076c0 .004-.383 1.204-.384 1.887 0 .124.012.229.045.316.031.084.093.155.185.172l.047.002c.159-.002.331-.107.515-.252.549-.442 1.187-1.307 1.189-1.309l.022-.028-.015-.035-.056.024z\"/>\n    <path fill=\"#F8C83C\" d=\"M139.825 85.283s1.542.267 1.613.515c.071.247-.741.576-1.177.576-.436-.001-.436-1.091-.436-1.091z\"/>\n    <path fill=\"#977C2E\" d=\"M139.825 85.283l-.01.062a9.49 9.49 0 011.065.24c.139.042.265.087.358.13a.623.623 0 01.108.062c.025.018.035.035.035.037l.002.013c.002.028-.029.082-.103.14-.216.174-.724.345-1.017.344-.081-.001-.143-.048-.2-.141-.084-.137-.131-.363-.153-.551a3.018 3.018 0 01-.019-.239c-.003-.062-.003-.098-.003-.098h-.063l-.01.062.01-.061h-.06c0 .002-.001.277.055.557.028.141.07.283.137.396.067.112.168.2.305.198.222 0 .521-.078.771-.185.125-.055.237-.116.322-.184.082-.067.146-.141.149-.237l-.007-.048c-.019-.058-.062-.093-.116-.128-.188-.117-.567-.22-.909-.3-.34-.078-.635-.129-.635-.129l-.072-.012v.073l.06-.001z\"/>\n    <path fill=\"#202220\" d=\"M135.991 87.619s.204.741.873.783c.669.041 1.298-.7 1.298-.7l-1.582-.617-.589.534z\"/>\n    <path fill=\"#4B4139\" d=\"M135.991 87.619l-.035.01c0 .004.052.191.191.388.138.195.366.401.715.421l.056.003c.674-.004 1.267-.714 1.271-.715l.034-.041-1.651-.643-.622.565.007.022.034-.01.026.027.571-.52 1.561.61.013-.034-.027-.024s-.036.042-.102.108c-.195.195-.649.582-1.115.58l-.052-.001c-.321-.019-.529-.206-.659-.391a1.264 1.264 0 01-.17-.334l-.009-.03-.037.009.026.027-.026-.027z\"/>\n    <path fill=\"#202220\" d=\"M136.438 87.411s.263.557 1.136.578c.872.02 1.562-.7 1.562-.7l-1.379-1.091-1.319 1.213z\"/>\n    <path fill=\"#4B4139\" d=\"M136.438 87.411l-.032.017c.001.006.278.577 1.167.598h.038c.875-.001 1.548-.709 1.551-.71l.028-.029-1.436-1.135-1.361 1.253.012.024.033-.018.024.028 1.296-1.192 1.356 1.071.022-.029-.026-.027-.029.031c-.137.13-.74.66-1.469.659h-.036c-.428-.011-.703-.151-.873-.289a1.058 1.058 0 01-.219-.246l-.011-.021-.035.015.024.028-.024-.028z\"/>\n    <path fill=\"#4B4139\" d=\"M136.554 87.54s.385.319.842.344c.457.025 1.025-.118 1.025-.118l-.523.189-.375.042-.355-.057-.319-.119-.249-.185-.046-.096z\"/>\n    <path fill=\"#202220\" d=\"M137.573 86.773s.385.948 1.197.844c.811-.104.831-.576.831-.576l-.913-1.318-1.115 1.05z\"/>\n    <path fill=\"#4B4139\" d=\"M137.573 86.773l-.034.015c.001.003.088.218.27.435.181.218.459.44.838.44a.926.926 0 00.127-.009c.412-.052.631-.2.743-.339a.5.5 0 00.121-.272v-.012l-.944-1.362-1.164 1.095.009.024.034-.015.025.028 1.085-1.02.889 1.282.029-.022-.036-.001-.002.016c-.016.08-.1.433-.798.524a.807.807 0 01-.118.008c-.349 0-.607-.205-.782-.413a1.852 1.852 0 01-.195-.287l-.048-.094-.015-.036-.034.015.025.028-.025-.028z\"/>\n    <path fill=\"#4B4139\" d=\"M137.686 86.958s.487.592.913.582c.425-.011.695-.171.695-.171l.02.068-.224.113-.386.078-.395-.052-.324-.195-.299-.423zM136.148 87.907s.375.385.72.401c.346.015.873-.278.873-.278l.066-.021-.091.083-.356.195-.431.124-.34-.062-.259-.159-.157-.2-.025-.083z\"/>\n    <path fill=\"#F8C83C\" d=\"M139.733 85.199c.365-.051 1.125.988 1.125 1.502 0 .515-.223 1.286-.598 1.266-.376-.021-1.228-.783-1.42-1.172-.193-.392-.385-.66-.243-.866.142-.206 1.136-.73 1.136-.73z\"/>\n    <path fill=\"#977C2E\" d=\"M139.733 85.199l.008.062.019-.002c.067-.001.176.052.29.151.174.145.363.382.507.627.144.243.241.498.24.665a2.32 2.32 0 01-.15.801.995.995 0 01-.172.298c-.065.071-.131.105-.201.105h-.012c-.075-.003-.194-.051-.326-.128-.396-.233-.911-.738-1.043-1.011-.149-.299-.29-.528-.287-.677a.218.218 0 01.038-.123.997.997 0 01.222-.185c.167-.116.39-.248.572-.351.181-.103.32-.177.32-.177l-.025-.055.008.062-.008-.062-.028-.055c-.001 0-.25.133-.517.289a7.305 7.305 0 00-.388.244c-.115.08-.205.151-.253.218a.334.334 0 00-.06.194c.003.215.155.438.298.733.105.21.368.498.657.744.144.124.294.234.433.317.141.082.269.139.381.145h.018a.395.395 0 00.291-.147c.234-.261.351-.786.354-1.18-.002-.279-.19-.656-.421-.977a2.412 2.412 0 00-.371-.41c-.126-.105-.248-.177-.368-.179l-.035.004-.011.001-.009.005.029.054z\"/>\n    <path fill=\"#F8C83C\" d=\"M135.951 85.292s-.609-.472-.852-.226c-.244.246-.163 1.069 0 1.234.162.165.892-.392.892-.392l-.04-.616z\"/>\n    <path fill=\"#977C2E\" d=\"M135.951 85.292l.037-.049a2.137 2.137 0 00-.234-.154c-.135-.076-.305-.155-.465-.157a.313.313 0 00-.233.09c-.131.137-.169.376-.172.617 0 .146.017.294.045.417.03.125.067.226.127.288a.177.177 0 00.131.048c.079 0 .165-.03.256-.071.271-.124.582-.361.584-.361l.027-.021-.045-.678-.022-.017-.036.048-.061.004.041.618.06-.005-.037-.05s-.033.027-.088.065a3.732 3.732 0 01-.344.218c-.129.073-.265.128-.335.125-.028 0-.039-.006-.045-.011a.55.55 0 01-.094-.229 1.814 1.814 0 01-.041-.389c-.002-.226.046-.444.135-.529.036-.037.083-.054.147-.054.119-.001.279.068.406.141a2.157 2.157 0 01.218.145l.038-.049-.061.004.061-.004z\"/>\n    <path fill=\"#F8C83C\" d=\"M135.869 85.869s-.812.083-.812.453c0 .371.386.761.467.843.081.083.811-.329.811-.329l-.466-.967z\"/>\n    <path fill=\"#977C2E\" d=\"M135.869 85.869l-.006-.06c-.002 0-.208.02-.419.09a1.008 1.008 0 00-.297.148.35.35 0 00-.15.276c0 .207.104.405.214.565.11.159.23.279.27.322a.108.108 0 00.08.028.657.657 0 00.215-.057 5.55 5.55 0 00.588-.291l.051-.028-.511-1.059-.042.005.007.061-.055.028.467.967.055-.027-.03-.054s-.149.084-.32.169a3.874 3.874 0 01-.254.114.532.532 0 01-.171.048h-.006l-.007.027.019-.02-.012-.008-.007.027.019-.02a2.287 2.287 0 01-.257-.305c-.103-.149-.193-.332-.191-.495 0-.069.035-.124.103-.179a1.1 1.1 0 01.405-.169c.068-.017.132-.028.177-.035l.072-.009-.007-.059-.055.028.055-.028z\"/>\n    <path fill=\"#F8C83C\" d=\"M136.195 86.548s-.832.247-.832.535c0 .287.365.823.628.823.264 0 .467-.516.568-.618.103-.103-.364-.74-.364-.74z\"/>\n    <path fill=\"#977C2E\" d=\"M136.195 86.548l-.017-.059c-.002 0-.212.061-.424.162a1.51 1.51 0 00-.298.179c-.083.068-.151.149-.152.253.001.168.098.379.227.557.065.087.139.168.216.228.077.059.16.101.246.101a.356.356 0 00.226-.096c.096-.085.173-.203.239-.309.064-.108.121-.206.146-.231a.124.124 0 00.032-.087.53.53 0 00-.065-.211 4.17 4.17 0 00-.326-.522l-.025-.035-.041.012.016.058-.05.036.059.082c.053.076.132.194.197.309.032.058.062.115.082.163a.291.291 0 01.03.106v.006l.014.004-.011-.01-.003.005.014.004-.011-.01c-.034.036-.065.088-.103.151-.057.094-.124.211-.199.301-.076.092-.155.149-.223.146-.045.001-.107-.025-.172-.076a1.136 1.136 0 01-.273-.33.796.796 0 01-.122-.355c-.002-.04.034-.099.107-.157a1.74 1.74 0 01.423-.227c.072-.029.136-.052.183-.069l.075-.022-.017-.057-.05.036.05-.036z\"/>\n    <path fill=\"#F8C83C\" d=\"M136.6 84.14s-.162-.226-.507-.083c-.345.145-.73.494-.669 1.05.061.555.264.926.264.926l1.258-.433-.346-1.46z\"/>\n    <path fill=\"#977C2E\" d=\"M136.6 84.14l.049-.035a.423.423 0 00-.338-.157.636.636 0 00-.242.053 1.276 1.276 0 00-.481.353.978.978 0 00-.225.76c.062.568.268.945.271.949l.025.045 1.358-.467-.36-1.527-.008-.01-.049.036-.059.015.332 1.407-1.205.413.019.059.054-.03-.008-.016a2.685 2.685 0 01-.249-.887.86.86 0 01.197-.669c.121-.147.283-.253.435-.317a.49.49 0 01.195-.044c.084 0 .144.027.184.055l.044.037.01.011.002.002.004-.002-.004.002.004-.002-.004.002.049-.036-.059.015.059-.015z\"/>\n    <path fill=\"#F8C83C\" d=\"M136.701 85.107s-1.074.35-1.115.761c-.041.412.244.824.527.905.284.083 1.197-.802 1.197-.802l-.609-.864z\"/>\n    <path fill=\"#977C2E\" d=\"M136.701 85.107l-.018-.059a4.46 4.46 0 00-.551.229 1.999 1.999 0 00-.393.252c-.112.095-.199.203-.213.333a1.022 1.022 0 00.173.649.76.76 0 00.399.321l.058.008c.105-.002.22-.058.348-.135.38-.235.848-.69.849-.691l.038-.036-.665-.945-.043.013.018.061-.049.035.609.865.049-.036-.042-.044s-.051.049-.133.124a6.522 6.522 0 01-.508.422c-.095.07-.189.131-.273.176a.458.458 0 01-.198.068l-.025-.002a.66.66 0 01-.331-.274.894.894 0 01-.152-.566c.006-.076.068-.166.169-.252.151-.128.379-.245.568-.327a4.218 4.218 0 01.336-.131l-.02-.058-.049.035.049-.035z\"/>\n    <path fill=\"#F8C83C\" d=\"M137.634 86.817s-1.055.698-1.197.698c-.142 0-.527-.555-.447-.925.082-.37.792-.638 1.076-.741.284-.104.568.968.568.968z\"/>\n    <path fill=\"#977C2E\" d=\"M137.634 86.817l-.033-.052c-.001 0-.263.175-.544.349-.14.087-.285.174-.402.24a2.138 2.138 0 01-.151.076l-.049.02-.015.005h-.003v.002-.002.002-.002l-.006-.001a.325.325 0 01-.103-.085c-.132-.144-.29-.442-.288-.669a.42.42 0 01.01-.095c.03-.15.213-.308.432-.429a3.99 3.99 0 01.604-.267l.018-.003c.016 0 .036.006.063.028.095.075.207.304.282.509a4.011 4.011 0 01.126.39l.059-.016-.033-.052.033.052.059-.016a4.41 4.41 0 00-.166-.496 1.91 1.91 0 00-.176-.347.598.598 0 00-.108-.124.222.222 0 00-.139-.055l-.059.011a4.122 4.122 0 00-.623.273c-.228.131-.439.292-.492.512a.54.54 0 00-.012.121c.001.199.088.41.19.577.052.084.107.156.16.208.055.051.102.092.169.094.04-.002.07-.015.117-.035.156-.071.431-.238.671-.389.24-.15.442-.286.442-.286l.037-.024-.012-.042-.058.018z\"/>\n    <path fill=\"#F8C83C\" d=\"M138.558 82.989s-.335-.279-.974-.231c-.639.046-1.11.879-1.186 1.296-.076.416-.016 1.204.228 1.327.243.123 1.567-.942 1.567-.942l.365-1.45z\"/>\n    <path fill=\"#977C2E\" d=\"M138.558 82.989l.039-.048c-.007-.005-.306-.251-.871-.251-.047 0-.095.001-.147.005-.345.025-.634.259-.847.532-.213.275-.353.592-.395.814a2.333 2.333 0 00-.031.403c0 .203.021.418.064.598.045.178.108.327.228.393a.175.175 0 00.077.016c.109-.002.245-.066.408-.155.482-.272 1.146-.808 1.147-.809l.017-.013.38-1.509-.03-.025-.039.049-.059-.016-.365 1.451.059.015-.038-.048-.188.148c-.174.133-.441.333-.696.499a3.749 3.749 0 01-.357.21.613.613 0 01-.237.081l-.023-.002c-.057-.027-.125-.146-.165-.314a2.545 2.545 0 01-.06-.568c0-.141.01-.274.03-.38.035-.195.168-.503.37-.76.202-.258.468-.466.761-.486a1.65 1.65 0 01.138-.005c.265 0 .464.057.597.113.066.029.116.056.149.077l.036.024.008.007.001.002.039-.048-.059-.017.059.017z\"/>\n    <path fill=\"#F8C83C\" d=\"M137.264 86.151c-.441-.047-.837-.68-.761-1.065.076-.386.944-1.051 1.4-.973.456.076.365 1.22.365 1.22s-.563.864-1.004.818z\"/>\n    <path fill=\"#977C2E\" d=\"M137.264 86.151l.006-.062c-.178-.018-.36-.149-.495-.33-.135-.177-.222-.398-.221-.573a.6.6 0 01.008-.089.704.704 0 01.158-.279c.13-.157.326-.321.53-.445.204-.124.417-.205.575-.205a.25.25 0 01.224.111c.135.18.167.575.165.825 0 .132-.007.222-.007.222l.06.005-.051-.034s-.032.048-.088.124a2.94 2.94 0 01-.373.423c-.153.142-.324.246-.458.244l-.028-.001-.005.064-.006.061.041.003c.256-.005.499-.222.692-.43.191-.209.327-.417.328-.417l.009-.013.001-.015c0-.002.008-.096.008-.233 0-.172-.012-.41-.067-.618a.872.872 0 00-.122-.279.365.365 0 00-.234-.155.512.512 0 00-.087-.008c-.261.002-.577.163-.847.366a2.187 2.187 0 00-.351.329.815.815 0 00-.184.335.609.609 0 00-.01.113c0 .213.098.451.246.648.149.195.352.353.579.376l.004-.063z\"/>\n    <path fill=\"#F8C83C\" d=\"M138.668 86.054s-.223.515-.67.742c-.446.225-.71.04-.974-.33-.263-.371.122-.536.325-.721.203-.184.791-.329.791-.329l.528.638z\"/>\n    <path fill=\"#977C2E\" d=\"M138.668 86.054l-.056-.026-.009.021c-.046.097-.263.505-.632.69a.736.736 0 01-.33.093.486.486 0 01-.296-.105 1.377 1.377 0 01-.272-.297.349.349 0 01-.077-.199c-.001-.081.049-.152.129-.225.079-.072.182-.14.265-.214.086-.08.281-.165.451-.222a3.246 3.246 0 01.314-.094l-.014-.059-.047.04.528.638.046-.041-.056-.026.056.026.046-.039-.552-.668-.037.009c-.001 0-.149.037-.324.097-.176.06-.376.141-.493.246-.072.067-.176.134-.265.215-.089.08-.169.181-.169.317 0 .086.033.176.101.27.095.133.19.244.298.325.108.081.23.13.368.13a.86.86 0 00.384-.105c.471-.242.695-.767.698-.771l.016-.035-.025-.029-.046.038z\"/>\n    <path fill=\"#F8C83C\" d=\"M137.959 84.697s-.497.4-.213.864c.284.463.507.627.862.688.356.063.588-.082.873-.422.284-.339.7-.493.659-.916-.041-.422-.203-.751-.457-.874-.253-.122-1.024.012-1.724.66z\"/>\n    <path fill=\"#977C2E\" d=\"M137.959 84.697l-.038-.048c-.002.005-.32.251-.324.616a.62.62 0 00.097.329c.144.234.275.398.419.511.144.113.3.174.484.206.056.009.111.014.163.014.298.001.522-.165.766-.456.129-.156.292-.273.429-.405.135-.129.248-.281.248-.495l-.004-.062c-.042-.433-.207-.785-.491-.924a.606.606 0 00-.258-.048c-.373.001-.973.2-1.534.717l.043.045-.038-.048.038.048.041.045c.536-.499 1.119-.684 1.451-.684.092 0 .163.015.205.035.224.107.384.415.422.826l.003.05c-.001.166-.082.282-.21.406-.127.124-.296.244-.437.414-.24.284-.425.412-.673.413a.811.811 0 01-.143-.012.901.901 0 01-.43-.183c-.127-.099-.25-.25-.39-.479a.487.487 0 01-.079-.263.632.632 0 01.138-.369.962.962 0 01.097-.113l.032-.029.011-.009.002-.002.002-.001-.042-.045z\"/>\n    <path fill=\"#202220\" d=\"M139.373 82.711s-.513-.197-.909.035a1.441 1.441 0 00-.684 1.134c-.016.433.077 1.038.077 1.038s.543-.155.893-.448c.35-.293.465-.373.416-.523-.029-.092-.173-.194-.173-.556-.001-.634.38-.68.38-.68z\"/>\n    <path fill=\"#4B4139\" d=\"M139.373 82.711s-.593-.1-.889.093a1.508 1.508 0 00-.655.864c-.107.386-.031.486-.031.486s-.056-.336.049-.657c.122-.368.424-.735.719-.822.361-.105.807.036.807.036z\"/>\n    <path fill=\"#202020\" d=\"M158.441 88.587l-.106-2.579-6.954 2.146 2.754 2.577z\"/>\n    <path fill=\"#D2A567\" d=\"M145.565 84.098l-.585-.459s-.42-.296-.653-.368c-.233-.072-.532-.015-.532-.015l-.096.137.091.239.634.74s1.034.535 1.06.546c.025.01.375.36.375.36l.244.103-.538-1.283zM144.754 85.289l.459-.069.189-.029.396.052.397.454.245.485.324.642.103.373-.775-.17-2.253-.698.195-.535.394-.362z\"/>\n    <path fill=\"#D2A567\" d=\"M147.509 83.254l-1.829-2.163-.373 1.247.537 2.186.396 1.31.627 1.209.372-.031.251-.215-.118-.843z\"/>\n    <path fill=\"#AB6D29\" d=\"M145.555 82.104s-.121.226.031.935c.153.71.416 2.296 1.045 3.376.629 1.078-.608-.854-.608-.854s-.974-2.192-.822-3.849c.152-1.657.354.392.354.392z\"/>\n    <path fill=\"#AB6D29\" d=\"M146.883 83.47s-.395.515-.456.896c-.061.38.031 1.029.031 1.029s-.061-.493.345-.608c.406-.112.355 1.113.375 1.225.02.114.234-2.191.234-2.191l-.529-.351zM147.088 87.998s-.994 0-2.06-.473c-1.064-.474-1.628-.845-1.607-1.101.02-.257 1.892.062 2.165.124.273.062 1.111.483 1.111.483h.481l.873-.386.121.931-1.084.422zM143.649 87.609s.507.36.264.514c-.244.154-.893.175-1.096.124-.203-.052 1.988.483 1.988.483s.426-.36.396-.381c-.031-.021-1.552-.74-1.552-.74z\"/>\n    <path fill=\"#D2A567\" d=\"M143.105 87.063c.076-.124.137.289.847.381.711.092 1.035-.124 1.035-.124l.314.206.375.082-.345.514-1.298-.381-.699-.39-.229-.288z\"/>\n    <path fill=\"#AB6D29\" d=\"M148.308 84.327l-.745-.493.168 2.298.365.524.227-1.14z\"/>\n    <path fill=\"#4D2A15\" d=\"M145.677 84.207l-.609-1.019-.791-1.45.487-.834.594.863s-.168.587-.061 1.142c.107.557.38 1.298.38 1.298z\"/>\n    <path fill=\"#D2A567\" d=\"M141.508 87.91s.264-.438.883-.488a3.53 3.53 0 011.115.083l1.257.656.254.413-2.373-.318-1.136-.346z\"/>\n    <path fill=\"#8F4620\" d=\"M147.685 83.714s.045 1.419.09 1.867c.046.447.321.879.275 1.065-.046.186-.138.278-.442.386-.304.108-.912 0-.912 0s.593-.078.623-.2c.03-.124-.182-.664-.214-1.158-.03-.494.031-1.034-.136-1.034s-.35.216-.381.278c-.03.062.167-1.759.365-1.96.199-.201.732.756.732.756z\"/>\n    <path fill=\"#AB6D29\" d=\"M143.344 87.443s-.243-.227-.238-.381c.005-.155.285.745 1.587.695 1.303-.052 1.227-.074 1.227-.074h.609s-.137.568-.243.618c-.106.051-1.014.664-1.029.68l-.325.179.026-.092-.061.005-.106-1.003-1.125-.432-.322-.195z\"/>\n    <path fill=\"#8F4620\" d=\"M145.677 84.207s-1.506-1.559-2.008-2.593c-.502-1.035-.198-2.454-.198-2.454l1.415 1.852s-.183.355-.122.941c.061.587.913 2.254.913 2.254z\"/>\n    <path fill=\"#AB6D29\" d=\"M144.714 89.885c-.05-.108-.107-.451.182-.813.895-1.116 3.159-1.919 3.159-1.919l.003 1.365-2.906 1.397-.438-.03z\"/>\n    <path fill=\"#8F4620\" d=\"M144.884 88.853c.126-.091.633-.466.651-.628.021-.184-.344-.216-1.003-.349-.66-.134-1.197-.432-1.197-.432s.811.627 1.125.751c.314.124.285.247.244.33-.041.082.161.341.18.328zM148.773 89.17s-.419-.625-.553-1.008c-.133-.383-.14-.999-.165-1.006-.024-.007-.28.204-.467.291-.189.085-.858.302-.895.328-.037.024.924-.02.919.313-.007.334-1.382.476-1.388.501-.006.024 1.107-.246 1.04.024-.067.272-.56.297-1.156.544-.596.247-.858.372-1.079.501-.221.127-.327.224-.327.224s.266.15.689.135c.421-.016 1.357-.247 1.357-.247l1.796-.683.229.083z\"/>\n    <path fill=\"#AB6D29\" d=\"M148.773 89.17s-.501-.175-.858-2.267c-.357-2.09-.253-2.653-.253-2.653l.846.591.758 1.379-.493 2.95z\"/>\n    <path fill=\"#8F4620\" d=\"M149.044 85.693s-.395 1.172-.395 1.852c0 .678-.07 1.14.124 1.623.194.481.86 1.08.86 1.08l.303-.317.137-.948.077-1.575-1.106-1.715z\"/>\n    <path fill=\"#202020\" d=\"M150.234 87.286s.192 2.952-.555 3.033c-.357.039-.898-1.112-.905-1.149-.008-.039.651 1.071.897.971.472-.193.327-3.07.327-3.07l.236.215zM148.773 89.17s-.126-.055-.332-.39c0 0-.027.296-1.6.853-1.575.555-2.137.247-2.137.247s.525.409 2.114-.055c1.59-.462 1.445-.563 1.658-.609.213-.046.297-.046.297-.046z\"/>\n    <path fill=\"#AB6D29\" d=\"M145.845 85.411s.248.212.532.787c.284.575.487.978.487.978l.071-.073s-.193-.555-.456-.987c-.263-.433-1.025-1.482-1.025-1.482l.391.777z\"/>\n    <path fill=\"#8F4620\" d=\"M144.887 89.076s.162-.552 0-.655c-.163-.103-.315.009-1.389-.124-1.075-.136-1.988-.386-1.988-.386s.73.448 1.429.633c.701.185 1.613.391 1.613.391l.244.041.091.1z\"/>\n    <path fill=\"#202020\" d=\"M144.887 89.076s.022-.13-.099-.263c-.121-.131-.342.063-1.643-.301-1.3-.361-1.635-.601-1.635-.601s.464.409 1.612.702c1.149.294 1.765.463 1.765.463z\"/>\n    <path fill=\"#AB6D29\" d=\"M145.471 85.187s-.985.054-1.301.307c-.315.255-.75.93-.75.93l.64.074s-.079-.594.225-.892c.304-.295.765-.323 1.186-.419z\"/>\n    <path fill=\"#8F4620\" d=\"M143.609 83.313s.396.524.806.71c.411.185.822.34 1.02.54.197.2.411.848.411.848s-1.415-.632-1.689-.941c-.274-.309-.548-1.157-.548-1.157z\"/>\n    <path fill=\"#8F4620\" d=\"M144.981 83.64s-.129-.212-.517-.389c-.388-.177-.673-.149-.783-.069-.111.081-.072.132-.072.132l.517.78.289-.07s-.769-.485-.589-.637c.375-.322 1.155.253 1.155.253z\"/>\n    <path fill=\"#202020\" d=\"M148.232 83.849l.564-1.991 7.919-4.09 3.748 5.217-6.844 1.835-3.623.309z\"/>\n    <path fill=\"#F8C83C\" d=\"M154.642 93.956s.428-.18.724-.343c.298-.163.936-.579.936-.579l.206 1.066-.822.633-.716.007-.432-.316.104-.468z\"/>\n    <path fill=\"#977C2E\" d=\"M154.642 93.956l.022.057c.002-.001.431-.18.731-.344.3-.165.939-.581.939-.581l-.032-.053-.061.012.198 1.027-.775.597-.676.007-.383-.281.095-.428-.058-.013.022.057-.022-.057-.06-.013-.104.467a.062.062 0 00.023.064l.434.316.036.011.716-.007.036-.013.821-.632a.064.064 0 00.023-.063l-.205-1.065-.037-.044-.057.005s-.159.104-.355.227c-.197.125-.43.271-.578.349a6.993 6.993 0 01-.469.23l-.249.11-.036.044.061.014z\"/>\n    <path fill=\"#F8C83C\" d=\"M153.497 94.063s.011.013.511.025c.498.013.547-.174.635-.131.088.043.229.575.229.575l-.182.334-.719.407-.607-.334-.05-.839.183-.037z\"/>\n    <path fill=\"#977C2E\" d=\"M153.497 94.063l-.043.043.028.018a.794.794 0 00.107.011c.072.005.199.01.418.015h.047c.21.001.341-.036.43-.074.044-.019.076-.038.098-.051l.028-.011.006-.003.006-.014-.008.012.002.002.006-.013-.008.012a.43.43 0 01.053.095c.034.081.073.193.1.283.027.09.045.159.045.159l.06-.016-.053-.03-.174.318-.675.383-.548-.301-.046-.752.131-.025-.01-.061-.043.043.043-.043-.011-.06-.184.037a.066.066 0 00-.05.064l.05.84.031.05.608.334H154l.719-.407.022-.024.184-.334.004-.045s-.034-.134-.081-.274a1.876 1.876 0 00-.078-.203.574.574 0 00-.042-.079.162.162 0 00-.06-.059l-.053-.012c-.039 0-.064.015-.09.027-.038.021-.081.047-.152.069-.071.022-.172.04-.32.042l-.045-.002a9.114 9.114 0 01-.44-.015.97.97 0 01-.054-.006h-.003l-.007.032.011-.031-.004-.002-.007.032.011-.031-.019.057.042-.042-.023-.015-.019.057.042-.042-.054-.017.013.059z\"/>\n    <path fill=\"#F8C83C\" d=\"M159.193 93.721s-.143-.239-.428-.485l-1.015-.885-.005 2.309 1.066-.026.508-.714-.126-.199z\"/>\n    <path fill=\"#977C2E\" d=\"M159.193 93.721l.052-.032c-.003-.004-.151-.247-.441-.5-.143-.122-.395-.345-.613-.535l-.401-.351-.066-.009a.062.062 0 00-.036.056l-.004 2.309.018.045.045.018 1.064-.027.049-.025.507-.715.001-.069-.124-.198-.051.033-.051.034.102.163-.465.656-.972.023.004-2.247h-.06l-.039.046s.729.64 1.013.885c.139.121.243.239.314.327a2.797 2.797 0 01.103.144l.051-.031z\"/>\n    <path fill=\"#F8C83C\" d=\"M153.497 94.063s-.158-.234-.61-.184c-.448.049-.924.416-.972.727-.05.31 0 1.211.243 1.384.243.173.547.26 1.034.136.488-.124 2.97-1.655 2.97-1.655s-.292.062-.633.137c-.34.074-.657-.076-.657-.076s-.341.383-.73.445c-.391.062-.499-.186-.573-.37-.072-.184-.072-.544-.072-.544z\"/>\n    <path fill=\"#977C2E\" d=\"M153.497 94.063l.049-.034c-.006-.011-.156-.22-.537-.219-.041 0-.082.003-.13.008a1.386 1.386 0 00-.665.277c-.188.141-.33.318-.361.5a2.435 2.435 0 00-.019.294c.001.201.019.445.062.659.045.216.104.401.226.492.172.121.379.206.648.204.13 0 .274-.018.435-.059.136-.035.381-.154.684-.316.907-.485 2.303-1.346 2.303-1.346.025-.016.037-.048.025-.077a.058.058 0 00-.069-.036l-.633.135a.865.865 0 01-.188.02c-.119 0-.229-.022-.306-.046-.039-.012-.072-.022-.093-.031l-.024-.011-.007-.002a.061.061 0 00-.072.014l-.013.016c-.066.071-.367.362-.681.41a.7.7 0 01-.106.009.352.352 0 01-.272-.11.714.714 0 01-.128-.231 1.216 1.216 0 01-.059-.324c-.009-.11-.009-.198-.009-.198l-.012-.034-.048.036h-.061c0 .003 0 .092.009.208.009.116.027.254.067.359.034.082.076.186.153.27a.477.477 0 00.361.149c.039 0 .08-.005.125-.012.421-.069.76-.461.766-.465l-.045-.041-.026.058c.004.001.213.099.482.1.068 0 .141-.007.213-.022.341-.074.632-.135.633-.135l-.013-.062-.032-.052-.394.241a53.93 53.93 0 01-1.42.834c-.253.144-.496.276-.697.378a2.717 2.717 0 01-.441.194c-.156.04-.289.057-.407.057a.965.965 0 01-.579-.183c-.067-.042-.138-.211-.177-.413a3.433 3.433 0 01-.059-.637c0-.113.006-.211.017-.275.019-.128.138-.291.313-.421.173-.131.396-.231.607-.254.041-.005.079-.005.116-.005.166 0 .277.044.345.087a.426.426 0 01.073.056l.016.019.002.003.053-.036h-.061.061z\"/>\n    <path fill=\"#202220\" d=\"M151.062 96.847s-.384-.65.072-.885c.456-.237.7.011.973.021.274.011.185-.702.124-.846-.062-.144-.205-.45-.316-.532-.112-.083-1.621.068-1.609 1.081.011.972.756 1.161.756 1.161z\"/>\n    <path fill=\"#F8C83C\" d=\"M155.156 94.864s-.366.14-.503.24c-.136.1-.627.273-.627.273l.188.753 1.056.27.662-.547.008-.758-.784-.231z\"/>\n    <path fill=\"#977C2E\" d=\"M155.156 94.864l-.023-.057s-.092.034-.2.083a1.858 1.858 0 00-.316.165 2.11 2.11 0 01-.351.166c-.139.056-.261.097-.261.097a.065.065 0 00-.04.074l.188.754.043.045 1.059.27.052-.011.662-.549.023-.047.007-.757a.062.062 0 00-.044-.06l-.784-.232-.039.003.024.056-.019.059.741.219-.007.681-.616.51-.993-.253-.178-.719-.059.016.02.057c.001 0 .123-.043.265-.098.142-.057.298-.124.379-.182.06-.044.185-.104.291-.149.107-.047.197-.081.197-.081l-.021-.06-.019.059.019-.059z\"/>\n    <path fill=\"#F8C83C\" d=\"M160.067 94.332s-.167-.155-.366-.378c-.196-.223-.44-.27-.509-.232-.069.039-.569.687-.569.687l-.038.488.585.316.411.077.54-.355-.054-.603z\"/>\n    <path fill=\"#977C2E\" d=\"M160.067 94.332l.041-.045-.106-.104a7.45 7.45 0 01-.254-.27c-.171-.191-.367-.263-.493-.265a.175.175 0 00-.091.021c-.023.014-.036.028-.059.052-.147.154-.529.649-.53.651l-.013.032-.038.487a.06.06 0 00.032.059l.586.316.017.006.41.078.044-.009.541-.354a.06.06 0 00.027-.057l-.052-.602-.021-.039-.041.043-.061.005.051.566-.489.32-.378-.071-.542-.293.035-.445-.06-.005.047.039s.124-.163.258-.327a10.309 10.309 0 01.265-.314l.024-.024.007-.005-.003-.002.001.002h.001l-.002-.002.001.002.032-.005c.081-.001.258.057.402.223.201.226.369.382.37.382l.041-.046-.061.005.061-.005z\"/>\n    <path fill=\"#F8C83C\" d=\"M156.44 93.961s-.472.215-.701.409c-.229.193-.585.409-.585.494 0 .084.533.637.533.637l.54.044 1.171-.819-.077-.749-.881-.016z\"/>\n    <path fill=\"#977C2E\" d=\"M156.44 93.961l-.026-.057c-.002.003-.471.215-.713.419-.112.094-.258.195-.376.285-.06.045-.113.086-.152.125l-.052.057a.12.12 0 00-.027.074l.011.046c.02.046.061.1.115.165.161.194.422.466.423.467l.038.018.54.044.038-.01 1.172-.818a.064.064 0 00.027-.058l-.076-.748a.062.062 0 00-.059-.057l-.883-.015-.027.004.027.059-.002.061.828.015.068.658-1.123.785-.519-.041-.005.062.042-.044s-.133-.138-.265-.285a3.125 3.125 0 01-.237-.291l-.012-.023-.002-.002-.028.007h.03l-.002-.007-.028.007h.03-.018l.016.007.002-.007h-.018l.016.007a.267.267 0 01.063-.067c.113-.099.339-.247.502-.386a2.6 2.6 0 01.425-.269c.145-.078.259-.131.261-.131l-.024-.056-.002.061.002-.061z\"/>\n    <path fill=\"#F8C83C\" d=\"M160.89 94.933s-.09-.185-.273-.355c-.183-.17-.41-.262-.549-.247-.136.015-.593.695-.593.695l-.057.192.423.49.749.182.517-.521-.217-.436z\"/>\n    <path fill=\"#977C2E\" d=\"M160.89 94.933l.054-.027c-.003-.004-.095-.194-.287-.373-.18-.166-.395-.263-.557-.265l-.039.003a.185.185 0 00-.094.046c-.102.08-.232.244-.343.395a8.4 8.4 0 00-.199.28l-.008.016-.058.194.012.058.423.489.031.02.749.182.057-.017.517-.521a.06.06 0 00.012-.071l-.217-.437-.053.028-.054.028.196.395-.46.466-.699-.169-.387-.449.047-.161-.058-.018.051.034s.114-.168.242-.339c.065-.085.134-.17.194-.233a.511.511 0 01.079-.074l.027-.019.007-.004h.025c.113-.002.316.082.475.231.087.082.153.167.198.231l.047.078.016.028.054-.025z\"/>\n    <path fill=\"#F8C83C\" d=\"M158.959 95.751l.532.092s-.016.14.138.263c.151.123.167.029.167.029s.076.511.639.942c0 0 .655.217.989.031.336-.186.289.057.289.057l.944-1.167s0-.233-.228-.247c0 0 .167-.726-.442-.881-.607-.154-1.095.062-1.095.062s-.467.856-.745.741a1.11 1.11 0 01-.335-.231c-.257-.279-.335-.417-.335-.417s-.197.062-.425-.093c-.229-.154-.425-.525-.425-.525s-.35-.062-.471-.184c-.122-.124-.249-.367-.249-.367l-.87.626s-.027.276-.535.647c-.507.372-.81.372-.81.372s-.141.76-.71.636c-.568-.122-.953-.76-.953-.76s-.406-.062-.67.287c-.264.351-.387.475-.387.824 0 .35.224.843.407 1.008.184.164.752.616 1.42.267.67-.349.447-.925.447-.925s-.02.041.385-.226c.405-.268.851-.679 1.156-.802\"/>\n    <path fill=\"#977C2E\" d=\"M158.947 95.813l.533.093.01-.062-.061-.007v.018a.394.394 0 00.16.3c.065.053.113.077.163.078a.1.1 0 00.084-.042l.018-.042-.058-.012-.061.011c.002.008.083.535.664.981l.019.009c.001.001.324.109.645.11.138 0 .276-.02.39-.082a.384.384 0 01.171-.063c.025.001.022.005.025.008l.006.03v.016a.06.06 0 00.034.067.06.06 0 00.072-.016l.943-1.168.014-.039c0-.005 0-.071-.034-.145a.286.286 0 00-.25-.164l-.004.062.059.013a.997.997 0 00.023-.23.888.888 0 00-.091-.409.619.619 0 00-.418-.315 1.877 1.877 0 00-1.135.066l-.028.026-.067.114a2.742 2.742 0 01-.274.388.981.981 0 01-.165.16.248.248 0 01-.132.058l-.031-.007a1.041 1.041 0 01-.314-.217 4.49 4.49 0 01-.259-.307.774.774 0 01-.052-.075l-.011-.018-.003-.005a.063.063 0 00-.072-.028h-.002a.306.306 0 01-.082.008.513.513 0 01-.289-.094 1.235 1.235 0 01-.284-.304 3.118 3.118 0 01-.123-.198l-.044-.031-.053-.012a1.595 1.595 0 01-.205-.059.515.515 0 01-.179-.097 1.407 1.407 0 01-.161-.219c-.046-.074-.076-.133-.076-.133l-.04-.032-.049.009-.871.625-.026.045.001.001-.001-.001.001.001-.001-.001c-.003.015-.044.262-.51.603a2.159 2.159 0 01-.579.316 1.254 1.254 0 01-.151.038l-.037.004-.009.002c-.03 0-.055.02-.061.05l-.005.025a1.142 1.142 0 01-.142.339c-.086.131-.204.236-.382.236a.476.476 0 01-.108-.012c-.266-.057-.496-.239-.658-.409a1.974 1.974 0 01-.19-.227c-.023-.029-.039-.055-.05-.071l-.016-.025-.043-.029c-.003 0-.034-.005-.083-.005a.796.796 0 00-.643.316c-.131.174-.23.293-.298.42a.863.863 0 00-.1.441c0 .187.058.403.139.597.081.195.182.363.286.458.139.124.49.409.952.412.171 0 .351-.039.538-.137.42-.217.517-.539.514-.755a.69.69 0 00-.04-.247.06.06 0 00-.111-.005l-.006.028.024.05.039.014c.023-.002.029-.007.045-.013.045-.019.138-.072.371-.225.409-.272.861-.684 1.145-.798a.063.063 0 00.034-.081.06.06 0 00-.079-.034c-.322.134-.765.544-1.166.809a4.197 4.197 0 01-.3.188c-.025.015-.042.023-.051.028l-.009.004.012.035v-.037l-.012.001.012.035v-.037.058l.036-.045-.036-.013v.058l.036-.045-.037.046h.06l-.023-.046-.037.046h.06-.059l.052.028.007-.028h-.059l.052.028-.054-.028-.057.023v.002a.6.6 0 01.032.2c-.002.183-.068.444-.449.647a1.03 1.03 0 01-.482.122c-.41 0-.741-.263-.871-.383-.079-.07-.18-.23-.254-.412a1.521 1.521 0 01-.131-.549.744.744 0 01.088-.383c.058-.109.153-.227.285-.403a.675.675 0 01.547-.268l.05.003h.015l.009-.06-.052.032c0 .003.099.165.271.344.172.18.418.379.721.445a.7.7 0 00.133.014c.265 0 .431-.186.522-.357.094-.173.125-.341.125-.343l-.058-.011v.061c.011 0 .33-.004.846-.382.519-.378.559-.673.56-.691l-.06-.006.035.049.871-.624-.036-.051-.055.029c.003.003.127.245.26.381.077.077.2.122.306.155.107.032.195.048.196.048l.012-.062-.055.03c.004.003.198.376.447.547a.628.628 0 00.357.114c.071 0 .116-.013.121-.013l-.019-.06-.051.029c.002.006.083.146.343.429.121.13.284.217.355.246.026.01.052.016.077.016.098-.003.185-.059.266-.134.246-.222.476-.647.479-.65l-.054-.03.026.056.009-.004a1.752 1.752 0 011.047-.053.5.5 0 01.34.253.75.75 0 01.076.35c.001.058-.005.109-.009.145l-.007.044-.002.012.009.051.045.026c.092.007.127.047.149.094a.207.207 0 01.021.064l.001.02V96h.062l-.047-.04-.942 1.169.046.039.061.012.002-.04a.179.179 0 00-.024-.097.148.148 0 00-.128-.064.53.53 0 00-.229.077.687.687 0 01-.331.068c-.146 0-.3-.024-.415-.052a1.6 1.6 0 01-.141-.035l-.053-.015-.018.058.036-.049a1.725 1.725 0 01-.512-.612 1.359 1.359 0 01-.084-.213c-.008-.026-.014-.045-.016-.058l-.002-.019a.063.063 0 00-.06-.052.062.062 0 00-.061.052l.023.004-.019-.015-.004.011.023.004-.019-.015.014.011v-.019l-.014.008.014.011v-.019c-.001 0-.031-.004-.087-.05-.109-.091-.114-.181-.114-.204v-.004h-.011l.011.001v-.001h-.011l.011.001a.06.06 0 00-.051-.068l-.533-.094a.062.062 0 00-.069.051c-.013.032.011.064.043.071z\"/>\n    <path fill=\"#F8C83C\" d=\"M157.919 91.095l.005 1.493s.182 1.327-.108 1.744c-.288.417-1.339.324-1.49-.031-.152-.354-.076-1.512-.076-1.512l1.669-1.694z\"/>\n    <path fill=\"#977C2E\" d=\"M157.919 91.095h-.062l.006 1.497v.003s.013.103.028.259c.014.157.029.368.029.585.001.34-.042.698-.153.857-.111.165-.388.25-.671.249-.166 0-.332-.028-.464-.077-.131-.049-.223-.122-.25-.193a1.345 1.345 0 01-.072-.367 6.158 6.158 0 01-.018-.497c0-.331.018-.619.018-.619l-.061-.004.043.043 1.668-1.693-.041-.043h-.062.062l-.045-.044-1.683 1.709-.003.025s-.018.29-.018.626c0 .167.004.347.018.509.016.161.039.304.081.405.054.121.175.202.322.258.148.055.325.085.505.085.303-.001.615-.082.771-.302.143-.21.172-.577.175-.927 0-.444-.058-.858-.058-.861l-.06.009h.06l-.006-1.641-.104.105.045.044z\"/>\n    <path fill=\"#202220\" d=\"M153.425 99.265s-.487-.689-.223-1.101c.265-.412.465-.165.599-.176.13-.009.192-.308-.032-.76-.224-.453-.497-.68-.659-.701-.163-.021-1.072.648-.892 1.502.216 1.033 1.207 1.236 1.207 1.236zM161.936 98.431s1.64.689 1.754-.967c.061-.885-.73-1.497-.983-1.491-.173.003-.304.102-.598.452-.295.351-.518.607-.397.742.122.133.608-.144.822.38.365.895-.598.884-.598.884z\"/>\n    <path fill=\"#F8C83C\" d=\"M156.741 95.622s-.223.395.467.452a.464.464 0 00.415-.154c.178-.206.139-.377.139-.377s-.061.552.56.572c.691.025.63-.638.63-.638\"/>\n    <path fill=\"#977C2E\" d=\"M156.69 95.591c-.002.006-.043.074-.043.17a.3.3 0 00.115.237c.088.07.226.119.443.137l.06.004a.516.516 0 00.404-.177.583.583 0 00.159-.375c0-.035-.005-.054-.006-.058a.062.062 0 00-.064-.048c-.029.001-.052.025-.056.054 0 .002-.002.019-.002.046 0 .071.011.211.097.343.085.132.25.246.523.253h.04c.292.003.469-.127.555-.276a.767.767 0 00.1-.384l-.001-.046a.062.062 0 00-.068-.055.06.06 0 00-.055.066v.035a.622.622 0 01-.08.32c-.071.114-.193.216-.451.218l-.036-.002c-.244-.011-.361-.1-.426-.199a.518.518 0 01-.077-.274l.001-.025v-.007l-.06-.006-.06.013.003-.001-.003.001.003-.001-.003.001.003.03a.47.47 0 01-.129.294.39.39 0 01-.313.135l-.052-.003c-.203-.017-.316-.064-.375-.112-.058-.048-.07-.095-.07-.14 0-.031.007-.058.014-.078l.009-.023.002-.006.001-.001a.064.064 0 00-.022-.085.06.06 0 00-.08.025z\"/>\n    <path fill=\"#4B4139\" d=\"M153.425 99.265s-1.278-.282-1.267-1.531c.006-.833.934-1.204.934-1.204s-.858.456-.873 1.188c-.027 1.271 1.206 1.547 1.206 1.547zM151.081 96.847s-.737-.162-.818-1.224c-.081-1.06 1.669-1.019 1.669-1.019s-1.677.08-1.589 1.096c.091 1.05.738 1.147.738 1.147zM161.936 98.431s.329.159.706.144c.375-.015.827-.114.983-.741.157-.627.092-.924-.322-1.478-.29-.385-.556-.378-.556-.378s.283.056.506.404c.223.351.548.742.325 1.446-.224.705-.902.72-1.151.699-.248-.02-.491-.096-.491-.096z\"/>\n    <path fill=\"#4D2A15\" d=\"M159.291 86.194l.122-2.099 9.873 8.55-1.094.752-2.313-.66-4.808-4.751z\"/>\n    <path fill=\"#4D2A15\" d=\"M172.055 90.95s-2.452-1.934-5.639-4.299c-3.186-2.367-7.125-5.35-7.125-5.35l.182 2.552 8.149 7.49 2.688 1.296 1.36-.411.69-.72-.305-.558z\"/>\n    <path fill=\"#803F1D\" d=\"M159.384 84.903s2.844 3.209 5.006 4.846c2.159 1.635 4.229 3.426 4.654 3.178.426-.247.274-.523.274-.523l-9.994-8.149.06.648z\"/>\n    <path fill=\"#4D2A15\" d=\"M159.291 86.194l7.076 6.915-1.005.78-1.155-.471-6.071-6.205.305-1.143z\"/>\n    <path fill=\"#202020\" d=\"M172.055 90.95s-.744 1.755-2.327 1.345c-1.582-.412-10.295-8.69-10.295-8.69l-.02.864s8.829 8.087 10.533 8.417c1.704.33 3.1-1.149 2.921-1.317-.119-.112-.812-.619-.812-.619z\"/>\n    <path fill=\"#803F1D\" d=\"M158.409 86.199s2.815 3.611 4.306 4.938c1.492 1.328 2.769 2.376 3.378 2.254.608-.124-.365-.802-.365-.802l-4.26-4.199-2.175-2.191c-.001 0-.852-.34-.884 0z\"/>\n    <path fill=\"#202020\" d=\"M159.11 86.199s7.147 7.284 7.713 7.45c1.198.35 2.902-.886 2.902-.886l-.629-.37-.081.226s-.305.741-1.846.412c-1.542-.328-7.814-7.078-7.814-7.078l-.245.246z\"/>\n    <path fill=\"#4D2A15\" d=\"M159.202 90.176l-.578-.988-.154-1.266 5.189 5.217-.73.494-.64-.215-.486-.248z\"/>\n    <path fill=\"#202020\" d=\"M166.5 93.277s-.629.926-1.482.741c-.851-.184-1.338-.802-1.338-.802l-4.974-4.877-.122-.741s5.458 5.775 6.434 6.03c.711.186 1.24-.68 1.24-.68l.242.329z\"/>\n    <path fill=\"#202020\" d=\"M163.741 93.112s-.244.72-.973.618c-.732-.103-.954-.392-.954-.392l-3.047-3.621-.06-.966s3.168 4.382 3.899 4.63c.73.247.913-.495.913-.495l.222.226z\"/>\n    <path fill=\"#B07229\" d=\"M160.483 83.615s2.952 2.531 3.195 2.655c.243.124 1.277.155 1.337.308.061.155-.667 0-.729.155-.06.154 1.491 1.42 1.734 1.45.243.031 1.491.031 1.461.185-.03.156-.852 0-.882.186-.03.185 1.34 1.266 1.582 1.297.245.031 1.826.031 1.826.184 0 .156-1.279-.03-1.247.247.029.278 2.16 1.605 2.068 1.791-.092.185-2.556-1.667-2.616-1.575-.062.092-.152.679-.306.772-.151.093 0-.772-.122-1.142-.121-.371-1.551-1.451-1.703-1.327-.151.123-.03.771-.182.771s.031-.802-.122-1.081c-.152-.277-1.491-1.389-1.673-1.389-.183 0-.061.588-.183.68-.123.092-.091-.68-.274-.926-.18-.246-3.285-3.055-3.164-3.241z\"/>\n    <path fill=\"#4D2A15\" d=\"M155.421 91.807s.023 1.118-.479 1.281c-.502.163-1.452-2.054-1.452-2.054l-.221-2.067 1.476 1.373.676 1.467zM159.378 91.239s.021-.328-.018-.597c-.037-.27-.123-.678-.123-.678l-.096-1.151-.273-.771-.221-.486-.32.023-.776.55-.266.747.41 1.398.38 1.273.577.185.726-.493z\"/>\n    <path fill=\"#4D2A15\" d=\"M158.363 93.195c.174-.053-.162-1.584-.162-1.584l-.912-2.264-.244-.802-.74-.279-.487.557.112.895s.709 1.491 1.055 2.017c.345.523 1.075 1.553 1.378 1.46z\"/>\n    <path fill=\"#202020\" d=\"M157.543 88.389c.265.184.568.792.639 1.203 0 0 .609 1.666.528 1.831-.081.165-.447.186-.447.186s.813.843 1.057.741c.243-.103.141-.926.059-1.112-.081-.186-.345-.061-.445-.247-.102-.186-.407-1.296-.427-1.956-.02-.657-.041-1.111.041-1.276.081-.164.69 1.379.69 2.203l.263.308s-.163-1.133-.263-1.482c-.102-.349-.325-.947-.325-1.07 0-.124.122-.412.122-.7s-.02-.473-.02-.473.323.225.446.206c.121-.021.304-.185.384-.906.082-.719-.081-2.814-.081-2.814l-3.164 4.173.943 1.185z\"/>\n    <path fill=\"#202020\" d=\"M157.543 88.029s-.122 1.122.294 2.274c.416 1.153.526 1.195.608 1.359.081.164.073 1.379-.082 1.532 0 0-.81-2.067-1.083-3.086-.275-1.019-.345-1.41-.487-1.493-.142-.082-.377-.103-.377-.103l1.127-.483z\"/>\n    <path fill=\"#4D2A15\" d=\"M157.245 94.002c.091-.019.035-.476.035-.476l-.131-1.08-1.111-2.281-1.218-1.095-.639-.987-.091 1.883s.882 1.882 1.46 2.422c.578.539 1.534 1.654 1.695 1.614z\"/>\n    <path fill=\"#202020\" d=\"M152.698 88.861s.191.505.191.836v.638s.445.905.852 1.627c.406.718.791 1.461 1.135 1.296.345-.165.468-.7.488-.763.02-.06-.385.618-.589.515-.202-.102-1.114-3.044-1.094-3.107.02-.062-.244-.185-.447-.391-.204-.207-.536-.651-.536-.651zM156.012 91.425s-.63-1.027-.833-1.481c-.203-.453-.547-.804-.649-.804-.102 0-.234-.921-.234-.921s.335.613.76.818c.427.206.689.371.894.288 0 0 .121.474.121.947.002.475-.059 1.154-.059 1.153z\"/>\n    <path fill=\"#5C3A1D\" d=\"M153.984 89.912s.212.647.628 1.265c.416.618 1.098 1.359 1.098 1.359s-.753-.742-1.148-1.318c-.396-.576-.66-1.328-.66-1.328l.082.022z\"/>\n    <path fill=\"#202020\" d=\"M156.15 89.143s.201-.56.375-.587c.174-.026.54-.136.54-.136s-.313-.078-.565-.371c-.263-.311-.325-.289-.611-.622 0 0 .162.622.212.915.049.294.049.801.049.801zM155.951 89.324s.902 1.934 1.135 2.582c.232.649.193 1.617.193 1.617s-.112-.69-.314-1.256c-.204-.566-1.025-2.14-1.095-2.325-.073-.185.081-.618.081-.618z\"/>\n    <path fill=\"#4D2A15\" d=\"M157.178 88.067l.213-2.841-.213-1.003-1.279-2.839s-.061.417-.38.401c-.32-.016-1.171-.462-1.462-.849 0 0 .169.664.108 1.297-.062.634-.167.972-.167.972l2.464 4.63.716.232z\"/>\n    <path fill=\"#8B441F\" d=\"M152.28 89.931s.385.464.608.402c.222-.061.141-.947-.142-1.44-.284-.493-3.287-4.507-3.733-4.754-.446-.246 3.267 5.792 3.267 5.792z\"/>\n    <path fill=\"#8B441F\" d=\"M154.329 88.277c.06.185.276 1.465-.243 1.584-.716.165-4.015-4.392-4.525-5.017 0 0-2.071-1.295-2.111-1.625-.041-.33 2.233.448 2.233.448l4.422 4.229s.163.195.224.381z\"/>\n    <path fill=\"#5C3A1D\" d=\"M154.329 88.277l-.013.003c.029.089.097.439.097.787 0 .366-.075.725-.33.783l-.037.004c-.189.001-.539-.272-.955-.695-1.255-1.267-3.144-3.86-3.521-4.322l-.002-.002h-.001s-.13-.081-.324-.209a22.468 22.468 0 01-1.102-.757c-.368-.273-.668-.538-.68-.65v-.007c0-.019.01-.032.037-.044a.306.306 0 01.118-.016c.256 0 .774.131 1.226.263.451.133.837.264.838.264l.003-.011-.008.009 4.422 4.229c-.001-.002.04.046.086.118.049.072.102.167.132.257l.014-.004.012-.005c-.063-.187-.225-.384-.225-.384l-4.426-4.23-.002-.001c-.001-.002-1.548-.53-2.071-.53a.368.368 0 00-.127.018c-.031.011-.052.035-.052.067l.001.01c.013.093.151.232.352.4.601.505 1.765 1.233 1.765 1.233l.007-.01-.01.008c.25.307 1.174 1.563 2.133 2.741.48.59.97 1.159 1.388 1.583.419.422.765.7.973.7l.042-.004c.278-.065.348-.438.349-.806a3.457 3.457 0 00-.096-.795l-.013.005z\"/>\n    <path fill=\"#202020\" d=\"M152.28 89.931s-.365-.648-.398-1.11c-.029-.463-.181-.71-.211-.865-.031-.154-2.434-3.641-2.678-3.859-.243-.215-1.064-.678-1.064-.678s.095.556.095.803.027.316.027.316.761 1.445 1.855 2.71a213.97 213.97 0 002.374 2.683z\"/>\n    <path fill=\"#4D2A15\" d=\"M155.951 89.324c.324-.185.181-1.296.061-1.646-.123-.35-2.089-4.443-2.089-4.443l-.59.225-1.115-.874-.628-.679s.221.978.201 1.452c-.021.473-.041.76-.041.76l1.561 2.737 2.64 2.468zM158.161 86.857l.468-.617-.244-2.038-1.298-4.443s-.325.082-.65-.124c-.324-.207-.659-.598-.659-.598l.315 2.655 1.34 3.724.081 1.112.647.329z\"/>\n    <path fill=\"#202020\" d=\"M154.104 87.895s-1.307-1.42-1.735-2.13c-.426-.71-.791-1.389-.791-1.389s-.365.155-.822-.03c-.457-.186-1.064-.834-1.064-.834s-.365.709 1.521 2.623c2.161 2.191 2.891 1.76 2.891 1.76z\"/>\n    <path fill=\"#8B441F\" d=\"M157.255 88.374c.55-.221.533-2.532.016-4.09-.519-1.559-1.37-2.901-1.37-2.901s1.066 2.5 1.293 3.519c.228 1.019 0 1.743-.183 1.681-.182-.062-.182-.601-.608-1.59-.425-.986-.714-1.234-.714-1.234s1.505 4.12 1.078 4.043c-.425-.077-2.525-4.646-2.616-4.769-.093-.124-.152.17-.152.17s1.871 5.726 3.256 5.171z\"/>\n    <path fill=\"#4D2A15\" d=\"M158.476 77.247l.924 1.963.292 2.075.073 1.749s.06 3.452-.365 3.535c-.426.083-.629-.33-.649-.412-.021-.082-.792-3.889-.792-3.889l-.81-3.971.287-.278.097-.586.628-.042.315-.144z\"/>\n    <path fill=\"#8B441F\" d=\"M155.951 89.324c.367-.051 0-.987 0-.987s-.305.452-.549.144c-.244-.308-.63-1.451-.63-1.451l-.243-.689s-.264.761-.607.761c-.346 0-2.13-3.025-2.13-3.025l-.214.298c.001.001 2.516 5.207 4.373 4.949z\"/>\n    <path fill=\"#202020\" d=\"M154.774 87.031s.305-.741.183-1.419c-.122-.68-1.033-2.376-1.033-2.376s-.275.062-.639-.063c-.365-.124-1.065-.587-1.065-.587s.486 1.266 1.033 2.192c.549.926 1.521 2.253 1.521 2.253zM156.234 85.983s-.228-1.607-.957-3.088c-.731-1.482-1.219-1.96-1.219-1.96s.062.325.047.927c-.015.601 0 .725 0 .725s.669.247 1.172 1.142c.501.895.957 2.254.957 2.254zM158.222 83.235s-.102-1.729-.375-2.718c-.274-.986-.563-2.298-.563-2.298s.034-.133.151-.201c.068-.042.168-.062.306-.015.365.123.516 1.034.516 1.034s-.045-1.404-.076-1.465a6.907 6.907 0 00-.122-.232s-.121.062-.289.047c-.167-.016-.365-.047-.365-.047s.114.432-.068.633c-.133.146-.26-.131-.334-.169-.029-.015-.069.2-.069.2s.136.494.167.926c.03.433-.045.787-.045.787s.268 1.033.557 1.667c.291.631.609 1.851.609 1.851zM159.764 83.035s.304-2.485-.258-4.074c-.564-1.591-1.036-2.007-1.036-2.007l-.258.309s.847 1.35 1.095 2.608c.261 1.312.457 3.164.457 3.164zM157.27 84.285s-.276-1.944-.626-3.194c-.349-1.251-.448-1.698-.448-1.698l-.532-.493s.312 1.327.281 1.713c-.03.384-.061.648-.061.648s.259.664.609 1.218c.35.556.777 1.806.777 1.806z\"/>\n    <path fill=\"#904720\" d=\"M158.568 87.37c.496.015.061-2.797-.142-3.517-.203-.72-1.361-4.101-1.361-4.101s1.392 4.808 1.279 5.048c-.164.357-.708-1.461-.81-1.44-.101.019 1.034 3.251.627 3.292-.404.041-.607-.68-.607-.68l.04.701c-.001 0 .264.679.974.697z\"/>\n    <path fill=\"#904720\" d=\"M159.176 85.951c.338 0-.095-2.653-.337-3.827-.243-1.174-.921-3.519-.921-3.519s.688 1.626 1.075 3.498c.384 1.872.647 4.28.283 4.321-.365.041-.548-.351-.548-.351l-.06-.433c0 .001.163.311.508.311z\"/>\n    <path fill=\"#312317\" d=\"M154.608 89.069c.052.189.042 1.1-.441 1.034-.483-.066-1.366-.881-1.547-1.416 0 0 1.049 1.161 1.41 1.153.361-.008.36-1.198.3-1.507-.062-.307.278.736.278.736z\"/>\n    <path fill=\"#D2A567\" d=\"M157.132 76.429s.624.4 1.126.107c.502-.293.837-1.003.822-1.389-.016-.385-.031-.725-.335-1.126-.304-.401.487.339.472 1.081-.015.741.045 2.021-1.141 2.299-1.187.278-.669-.062-.669-.062l-.275-.91z\"/>\n    <path fill=\"#8F4620\" d=\"M156.194 74.16s.749 1.227 1.037 2.331c.289 1.103.236 1.527.053 1.55-.183.024-.251-.13-.297-.408-.045-.279-.793-3.473-.793-3.473z\"/>\n    <path fill=\"#1E2121\" d=\"M143.06 75.669l4.958 7.192 6.208-7.007-3.925-4.044z\"/>\n    <path fill=\"#4D2A15\" d=\"M151.883 76.162l.274-.895.29-1.048.303-.108.76.293.503-.724.806-1.452-.168-.563-.192-.4-1.256-2.188-.423.827-.394.24-.732-.416-.882 1.156-1.079-.5-.366.871-.287 1.128.607 1.913 1.035 1.065z\"/>\n    <path fill=\"#5C3818\" d=\"M151.883 76.165s.215-.153.306-.724c.092-.571.107-2.315-.045-3.01-.152-.693-.609-2.067-.7-1.96-.091.108.716 1.513.594 3.226-.121 1.713-.061 2.192-.427 2.361-.366.169.272.107.272.107z\"/>\n    <path fill=\"#5C3818\" d=\"M152.173 73.28s.822 1.172 1.218.755c.395-.416.197-1.914-.06-2.5-.26-.587-.533-1.436-.533-1.436l.244-.247s.273.987.425 1.605c.152.617.608 2.438.06 2.763-.547.324-1.338-.664-1.338-.664l-.016-.276z\"/>\n    <path fill=\"#8F4620\" d=\"M149.521 74.087s.274-.401.649-.442c.375-.041.447.123.447.123l.334.967.558.999.496.493-.294.278-.395.073s-1.179-.617-1.197-.659c-.02-.041-.325-.432-.325-.432l-.273-1.4z\"/>\n    <path fill=\"#D2A567\" d=\"M151.471 84.3c-.386.201-1.277-.243-1.778-.686-.502-.442-3.149-3.143-3.149-3.143l-.37-1.497 1.024.278 1.795-.771.335-.633 2.159-1.127 1.203-.648 2.615-.046.624-1.281s.877 1.518 1.024 2.141c.148.622.117 2.537-.111 2.659-.227.124-1.08-.572-1.202-.617-.122-.046.639 2.686 0 2.793-.64.108-1.704-1.018-1.704-1.018s.426 2.438-.075 2.454c-.503.016-1.8-.611-2.353-1.209 0-.001.618 2.011-.037 2.351z\"/>\n    <path fill=\"#8F4620\" d=\"M150.956 81.136l.553.813c.132.195-.023 1.351-.102 1.564-.163.443-.76-.524-1.086-1.379 0 0-.952-1.585-1.013-1.79-.062-.206 1.648.792 1.648.792zM156.052 75.097s.923 3.807.477 3.94c-.447.133-1.715-1.204-1.856-1.399-.143-.195-1.907-3.004-1.907-3.004l-.375-.381.112-.195.75.287 2.799.752z\"/>\n    <path fill=\"#8F4620\" d=\"M149.521 82.411c-.206.132-.598-.493-.781-.658-.183-.164-.801-.926-1.41-1.544-.608-.616-1.054-1.07-1.054-1.194 0-.124-.365-.514-.365-.514l.325-.41.426-.062s2.516 2.006 2.688 2.324c.171.32.283 1.986.171 2.058zM153.305 82.443c-.119.094-1.785-1.112-2.486-2.11-.7-.998-1.43-1.872-1.603-2.336-.172-.463-.315-.884-.315-.884l.508.112s4.088 5.063 3.896 5.218zM153.902 80.682c-.093.114-.821-.432-1.268-1.019-.447-.586-.212-1.316-.212-1.316s1.57 2.223 1.48 2.335zM154.835 80.457c-.226.108-1.182-1.045-1.977-2.345-.589-.962-.735-1.106-.862-1.183-.218-.133-.63-.195-.63-.195l-.082-.124.426-.104.315-.369.496-.639 1.979 3.993c.002 0 .487.895.335.966z\"/>\n    <path fill=\"#AB6D29\" d=\"M149.692 83.615c.016.145-.008.292-.547.237-.539-.054-3.362-1.559-4.633-3.634-1.27-2.076-1.437-2.354-1.437-2.354l.563-.641 4.48 5.108 1.574 1.284z\"/>\n    <path fill=\"#8F4620\" d=\"M149.692 83.615c.061.237-.222.299-.507.227-.284-.072-1.41-.474-3.206-2.47-1.794-1.996-2.494-3.425-2.494-3.457 0-.03-.091-.854-.091-.854l.527-.226 3.084 4.701 2.687 2.079z\"/>\n    <path fill=\"#4D2A15\" d=\"M152.692 81.598s-.929-.664-1.523-1.374c-.592-.71-1.795-2.361-1.765-2.686.031-.324.533-.324.533-.324l-.03-.832.152-.28.868.355 1.095 1.344.402.545s.709 1.708.572 1.862c-.136.155-1.14-.957-1.262-.818-.124.141 1.141 2.084.958 2.208zM150.956 81.136s.305.463.166.787c-.135.323-.257.494-.714-.185-.457-.68-1.008-1.44-1.059-1.385-.05.057.055 1.045-.172 1.045-.229 0-.944-.848-1.4-1.528a77.549 77.549 0 01-1.155-1.805s.061-.232.031-1.003c-.031-.772-.091-1.172-.091-1.172s.066.241.147.422c.08.18.202.308.202.308l1.673 1.972.47-.327.991 1.932.911.939zM144.611 78.264s1.293 2.269 2.495 3.535c1.202 1.264 2.586 1.815 2.586 1.815l-3.909-4.624-1.172-.726zM154.53 79.608c-.068.047-.867-.818-1.369-1.59-.503-.771-.897-1.853-.867-2.331.031-.479.167-1.635.167-1.635s1.34 1.389 1.596 2.037c.26.649.81 1.532.69 1.64-.121.108-1.023-.607-1.13-.436-.107.17 1.05 2.222.913 2.315zM156.052 78.157c-.163.082-.836-.71-1.019-1.204-.183-.495-.244-1.466-.244-1.466l-.593-1.405.061-1.558.593-.094.897 1.236s.351.725.336 1.775c-.017 1.049.151 2.623-.031 2.716zM145.51 81.97c-1.202-1.482-1.932-2.871-1.932-2.871l-.396-1.327.213.17s.35 1.528 2.205 3.348c1.856 1.822 2.268 1.976 2.268 1.976s.365 1.005.183 1.359c-.001 0-1.34-1.174-2.541-2.655z\"/>\n    <path fill=\"#202020\" d=\"M147.513 84.098s-1.583-1.398-2.841-2.983a21.797 21.797 0 01-2.049-3.107l.548-.515s1.044 2.438 1.795 3.406c.752.968 2.547 3.199 2.547 3.199zM149.692 83.615s-1.835-1.821-2.768-2.849c-.933-1.028-1.45-2.068-1.45-2.068l.77.298s.304.802.974 1.637c.67.833 2.474 2.982 2.474 2.982zM149.349 80.352s-1.004-1.224-1.481-1.995c-.477-.771-.964-1.759-.964-1.759s1.35 1.543 1.745 1.646c.395.104.385-.01.385-.01s-.162.555-.03 1.018c.132.463.345 1.1.345 1.1zM149.753 75.385s.163.863.051 1.368c-.111.503-.379.5-.379.5s.522.735.826 1.043c.303.309 1.065.844 1.065.844s-.609-.844-.854-1.275c-.243-.432-.598-.916-.445-1.338.151-.423.974.289 1.206.484.234.195 1.198 1.337 1.198 1.337s-.356-1.184-.832-1.615c-.477-.432-1.836-1.348-1.836-1.348z\"/>\n    <path fill=\"#202020\" d=\"M153.801 77.976s-.518-1.244-.813-2.005c-.294-.763-.755-2.413-.755-2.413s.035.756-.006 1.312-.238 1.405-.48 1.527c-.244.124-.298.148-.747.024-.448-.124.312.209.312.209s.457-.015.655-.239c.197-.225.242-.703.457-.634.212.07.44.795.616 1.112.174.316.761 1.107.761 1.107z\"/>\n    <path fill=\"#202020\" d=\"M152.226 73.541s.965 1.081 1.383.594c.419-.486.175-1.86.175-1.86s.586.224.768.078c.183-.146.098-.687.098-.687s1.041 1.52 1.542 2.492c.503.972.76 2.727.76 2.727s-.861-1.4-1.298-2.727c-.398-1.208-.981-1.759-1.088-1.643-.105.115-.266.964-.136 1.405.13.439.487 1.011.73 1.636.244.625.517 1.605.517 1.605s-.494-.749-.782-1.158c-.289-.409-.594-.571-.792-.763-.198-.194-.495-.549-.782-.664-.29-.115-.86-.402-.86-.177 0 .223-.114-.44-.114-.44l-.121-.418z\"/>\n    <path fill=\"#171717\" d=\"M148.994 78.173s.532 1.066.958 1.621a98.955 98.955 0 011.005 1.343s-.913-.833-1.278-1.358c-.366-.526-.685-1.606-.685-1.606z\"/>\n    <path fill=\"#8F4620\" d=\"M155.278 78.449c-.137.054-.579-.107-.625.054-.045.161.252.795.579 1.128.326.331.464.346.541.308.075-.039-.035-.332-.088-.672-.053-.339-.011-.702-.049-.811-.039-.107-.358-.007-.358-.007z\"/>\n    <path fill=\"#D2A567\" d=\"M143.908 71.656l-.554.363-.669 1.359.182 2.49s.619.875.999 1.425c.38.551 1.638 1.97 1.963 1.888.324-.083.67-1.069.71-1.605.041-.536.081-1.523.081-1.523s.305.535.831 1.11c.528.577.974 1.112 1.218 1.071.244-.042.972-1.502.993-1.688.02-.184-1.826-4.713-1.826-4.713l-.821-.426-3.107.249z\"/>\n    <path fill=\"#AB6D29\" d=\"M148.051 75.427s.318 1.157.517 1.729c.198.57-.006 1.065.102 1.08.106.014 1.069-1.281 1.084-1.867.016-.586.016-1.188-.242-2.979-.26-1.79.083-2.311.083-2.311l-.555-.452-.959 1.93-.03 2.87zM144.809 74.408s.213 1.744.335 2.315c.122.571.456 1.543.639 1.527.182-.014.76-1.543.776-2.067 0 0-.396-.74-.38-2.608.015-1.867-.183-2.053-.183-2.053l-1.187 2.886z\"/>\n    <path fill=\"#45392D\" d=\"M142.309 70.805s-1.46 2.119-1.431 3.282c.031 1.162.223.905.559 1.954.334 1.052.518 2.605.537 2.738.021.133.233-.073.264-.227.03-.154.071-7.747.071-7.747z\"/>\n    <path fill=\"#AB6D29\" d=\"M142.3 71.053s-1.278 1.975-1.186 3.066c.091 1.089.263 1.06.628 2.038.365.977.396 2.571.396 2.571s.406-.123.862-.447c.456-.325.867-.988.867-.988s-.156-.355-.451-.992c-.294-.639-.325-.886-.325-.886l-.375-.535.112-1.893.334-1.369v-.515l-.862-.05z\"/>\n    <path fill=\"#DBAD6C\" d=\"M149.206 74.454s-.638-.139-.898-.293c-.257-.154-.365-.525-.365-.525l.153-.37 1.11 1.188z\"/>\n    <path fill=\"#D2A567\" d=\"M142.563 71.269s-.922 1.986-.811 3.354c.112 1.369.862 3.118.933 3.139.071.021.04-.134.06-.443.021-.308-.04-4.084-.04-4.084l.446-1.327.02-.69-.608.051z\"/>\n    <path fill=\"#8F4620\" d=\"M144.794 71.711s.122.597.041.844c-.081.247-.568.555-.771.946-.203.391-.487 1.296-.487 1.296s.222-.514.527-.843c.304-.329.426-.555.487-.371.06.185.162.968.101 1.112-.06.143-.304.379-.466.925-.173.581.02 1.112.02 1.112s.107-.664.203-1.009c.085-.304.344-.453.344-.453l.507 1.092s0-.515.082-.907c.081-.391.506-.941.643-.941s.35-.077-.168-.34c-.167-.108-.06-2.006.076-2.083.137-.077.852-.104.777-.366-.076-.262-.696-.969-.757-1.031-.06-.06-1.159 1.017-1.159 1.017z\"/>\n    <path fill=\"#DBAD6C\" d=\"M149.101 75.749s-.443-.077-.686-.124c-.243-.046-.273-.277-.273-.277l.077-.293.562.309.32.385z\"/>\n    <path fill=\"#8F4620\" d=\"M143.22 75.974c-.012.204-.163.412-.261.697a5.573 5.573 0 00-.187.754s-.137-.912-.182-1.552c-.046-.64-.091-1.057-.167-1.095-.076-.038-.297.3-.297.3s0-.718.137-1.065.251-.841.13-.918c-.122-.078-.38.139-.494.324-.115.185-.328.587-.328.587s.136-.61.281-.856c.145-.247.837-1.042.966-1.351.129-.308.129-.641.129-.641l.48-.023s.5.391.505.729c.003.191-.479.406-.49.428-.031.062-.403-.031-.495 1.559-.093 1.591.314 1.46.273 2.123zM147.593 71.906s.106.864.015 1.126c-.091.263-.35.478-.532.818-.183.34-.168 1.158-.168 1.158s.092-.402.244-.65c.152-.246.273-.463.335-.463.06 0 .243.309.365.757.122.447.366 1.203.366 1.203s-.106-.587.045-.587.212-.046.411.109c.199.154.427.37.427.37s-.016-.216-.305-.525c-.289-.309-.456-.293-.548-.71-.09-.417-.135-.833-.09-1.003.045-.169.244.108.411.308.167.201.7.664.7.664s-.228-.355-.289-.463c-.06-.108-.015-.926 0-1.389.015-.463-.015-.895.152-1.018.168-.124.199-.727.122-.834-.079-.106-1.661 1.129-1.661 1.129z\"/>\n    <path fill=\"#1E2121\" d=\"M152.684 70.128s.041.977.173 1.544c.131.566.507 1.8.507 1.8s-.507-.916-.731-1.708c-.223-.792-.427-1.646-.629-1.707-.202-.062-.436.38-.436.709 0 .329.213 1.564.488 1.996 0 0-.437-.566-.609-1.101-.171-.535-.345-1.008-.345-1.008s-.172.452-.101.957c.071.504.498 1.224.498 1.224s-.275-.237-.447-.443a2.59 2.59 0 00-.325-.329s.03.69.213.987c.181.298.537.771.537.771s-.425-.319-.588-.504a1.177 1.177 0 01-.212-.318s.091.987.304 1.512c.213.524.679 1.389.679 1.389s-.559-.443-.933-1.306c-.375-.865-.558-3.441-.467-3.833 0 0 .286-.487.55-.868.264-.381.598-2.199.598-2.199s.414 1.682.698 2.001c.285.32.578.434.578.434zM148.658 69.622s.215.451.351.652c.137.201.274.459.274.459s-.503.541-1.065.973c-.564.432-1.309.911-1.476.664-.167-.247-.159-.459-.159-.459s.619-.37 1.106-.864c.486-.494.654-.753.761-1.015.107-.264.208-.41.208-.41zM143.536 71.29s.087 1.05.529 1.034c.441-.015 1.749-1.343 1.84-1.404.091-.062.179-.386.179-.495 0-.108-.08-.355-.08-.355s-1.408 1.443-1.909 1.49c-.366.034-.559-.27-.559-.27zM143.578 69.91s-.168.738-.144.947c.022.208.089.37.089.37s-1.009.354-1.176.046c-.168-.308-.057-.748-.057-.748s.468.002.726-.059c.258-.062.562-.556.562-.556zM153.104 68.427s.411 1.082.676 1.515c.265.432.679 1.327.679 1.327s-.679-.792-.892-.967c-.213-.175-.558-.466-.558-.466s.099-.292.099-.517c0-.227-.004-.892-.004-.892z\"/>\n    <path fill=\"#DBAD6C\" d=\"M142.132 70.534s.375.046.605.034c.232-.012.384-.105.384-.105l.384-.573s-.195.678-.061 1.16c.134.482.413.556.523.556.109 0 .645-.111 1.059-.543.414-.432.986-.882.986-.882s-.134.623.085 1.24c.22.618.572.605 1.047.222.474-.383.962-1.038 1.223-1.328.143-.159.324-.49.324-.49l.522-.416.45-2.543-.244-.334-.659.314-.789-.314-.231-.321-.45.765-.475.309-.24.04-.551.108-.243-.494-.146-.383-.268-.123-1.134 1.144-.642-.033-.645 1.012-.463.641-.475 1.125.124.212z\"/>\n    <path fill=\"#8F4620\" d=\"M147.639 67.956s.092.633-.228 1.698c-.319 1.065-.76 1.821-.76 1.821s1.141-.695 1.689-1.945c.546-1.251.42-2.686.42-2.686l-1.121 1.112zM149.024 66.798s.138.185.016 1.142a19.272 19.272 0 01-.349 1.883s.135.232.288.541c.151.309.533.849.806.757.274-.093.699-.417.988-1.05.289-.633.548-1.25.654-1.343.106-.093.153.062.199.109.045.046.133.586.406.818.274.231.632.594.799.486.167-.108.331-.424.301-.579-.03-.154-.609-1.883-.609-1.883l-.73-1.867-.468-.725-1.328.124-.973 1.587z\"/>\n    <path fill=\"#AB6D29\" d=\"M151.326 65.084s.375.803.397 1.667c.02.864-.173 1.769-.173 1.769s.081-1.08-.041-1.728c-.122-.648-.315-1.071-.294-1.256a2.7 2.7 0 01.111-.452z\"/>\n    <path fill=\"#4D2A15\" d=\"M153.131 68.46s.075.746 0 1.1c-.076.356-.594-.231-.912-1.404-.321-1.173-.26-1.435-.503-2.006-.245-.572-.391-1.065-.391-1.065l.665-.092 1.141 3.467zM149.875 70.641s1.269-.719 1.429-2.887c.077-1.018-.578-2.67-.578-2.67s0 1.759-.471 2.894c-.471 1.135-.86 1.891-.86 1.891s.304-.132.457-.317c.152-.185.365-.502.365-.502s.068.325-.045.749a6.79 6.79 0 01-.297.842zM148.759 66.844s-.041.479-.573.911c-.533.432-1.49.911-1.49.911s.699-.648.957-1.22c.26-.571.061-.941.061-.941s-.09.308-.395.54c-.304.232-.745.277-.745.277s.036-.293.31-.601c.056-.063.046-.208.084-.328.15-.463.548-1.108.548-1.108s.304.68.608.972c.305.294.635.587.635.587z\"/>\n    <path fill=\"#1E2121\" d=\"M152.727 64.283s.303.782.425 1.852c.122 1.071-.02 2.326-.02 2.326s-.649-1.009-.811-1.42c-.163-.412-.163-1.029-.305-1.338-.085-.185-.318-.371-.49-.489-.113-.078-.474-.061-.474-.061s.374-.18.406-.509c.029-.329 0-.504 0-.504s.243.123.639.175c.396.05.63-.032.63-.032zM149.883 68.851s.693-.968.874-2.161c.183-1.193-.03-1.605-.03-1.605s-.284-.041-.517-.267c-.234-.226-.598-.813-.598-.813s.101.618-.032 1.369c-.131.751-.821 1.47-.821 1.47s.366.127.69-.061c.688-.402.638-1.162.638-1.162s.151.093.131 1.039c-.019.946-.335 2.191-.335 2.191z\"/>\n    <path fill=\"#8F4620\" d=\"M141.691 70.502c-.147-.021.457-.958.867-1.605l.989-1.559s.107.108.35.093c.243-.016.867-.293 1.126-.772.259-.478.456-1.003.472-1.158.015-.154-.046.834.425 1.374.472.54.457.494.655.447 0 0-.015.68-.198 1.312-.182.633-.365 1.544-.365 1.544s.076-1.188-.122-1.529c-.197-.339-.304.031-.471.463-.167.432-.532.741-.532.741s.273-.525.456-1.08c.182-.555.092-.571.045-.586-.045-.015-.136-.031-.334.201a.967.967 0 01-.396.293s.243-.201.32-.479c.076-.277.304-.679.441-.833.137-.154.228-.34.228-.448 0-.108-.031-.34-.122-.34s-.213.14-.653.556c-.442.416-.518.447-.594.602-.076.154-.137.354-.411 1.22-.273.864-.456 1.22-.501 1.297-.046.077-.244.206-.244.206s.152-.483.38-1.116c.228-.632.533-1.466.457-1.605-.076-.138-.274-.123-.335 0-.061.124-.502.664-.943 1.311-.441.649-.441 1.452-.548 1.482 0-.002-.294-.012-.442-.032z\"/>\n    <path fill=\"#874F20\" d=\"M153.162 63.582c-.009.075.041.538-.436.7-.477.163-1.055-.03-1.116-.084-.06-.054-.06-.664-.06-.664l1.612.048z\"/>\n    <path fill=\"#B27129\" d=\"M143.935 65.094s-.087.441-.347.987c-.261.547-.694 1.002-.64 1.071a.876.876 0 00.677.317c.381-.008.517-2.277.517-2.277l-.067-.081-.14-.017z\"/>\n    <path fill=\"#DBAD6C\" d=\"M149.776 63.842s-.172 3.007-1.016 3.002c-.844-.004-1.226-1.52-1.226-1.52s-.07 2.028-1.148 2.028c-.487 0-1-1.566-.891-1.85 0 0-.2 1.08-.708 1.48-1.009.794-1.652.406-1.686.282-.035-.123.852-.969.973-2.152 0 0 .156.053.4-.3.243-.353.383-.74.626-.67.244.07 1.461-.494 1.461-.494l.638-.808s.075.262.544-.056c.469-.318.626-.794.626-.794l1.251 1.058.156.794z\"/>\n    <path fill=\"#B27129\" d=\"M146.483 60.987s.757 1.146 1.263 1.783c.029.037.278-.24.278-.24.167.229.26.428.209.548-.198.463-.608 1.096-.274 1.759 0 0-.106-.37.077-.849s.319-.649.426-.633c.106.015.289 2.747.472 2.732.182-.016.425-1.235.425-2.099 0-.865.173-.155.254.015.081.169.826 1.389 1.465 1.204.639-.185.548-1.312.532-1.558-.014-.248-.456-1.744-.456-1.744l-2.861-1.801s-.084.226-.236.735c-.153.511-1.574.148-1.574.148z\"/>\n    <path fill=\"#8F4620\" d=\"M150.545 60.718s.167.154.442.864c.273.71.303 3.01-.061 2.994-.366-.015-1.096-.432-1.217-.741-.122-.309.045-1.45-.198-1.76-.244-.308-.533-1.08-.548-1.296-.016-.216.046-.91.046-.91l.638-.232.898 1.081z\"/>\n    <path fill=\"#4D2A15\" d=\"M150.341 60.002l1.217 1.811 1.076 1.554s.542.18.528.216c-.015.036-.624.7-1.468.229-.42-.234-.206-.965-.737-2.138-.533-1.173-1.491-1.682-1.491-1.682l.335-.324.54.334z\"/>\n    <path fill=\"#1E2121\" d=\"M149.669 59.016s1.088.718 1.473 1.5.61 1.256 1.076 2.017c.465.761.964.998.943 1.049-.02.052-.334.124-.568-.051-.234-.175-.476-.38-.669-.731-.193-.35-.872-1.625-1.126-1.955-.253-.329-1.064-.946-1.085-.884-.02.062.253.247.721.998.466.751.578 1.43.547 1.44-.031.011-.132-.278-.538-.957-.406-.68-1.288-1.554-1.338-1.43-.051.124.436.926.679 1.389.243.463.65 1.543.609 1.543-.04 0-.325-.607-.812-1.359-.486-.751-.578-.658-.781-.904-.202-.248-.636-.817-.636-.817s.434.138.859-.14c.426-.278.646-.708.646-.708z\"/>\n    <path fill=\"#8F4620\" d=\"M146.902 61.02s.7.161 1.079.115c.381-.046.511-.031.511-.031s.227.309.227.664c0 .355-.244 1.019-.35 1.034-.106.015-.091-.602-.257-.818-.168-.217-1.21-.964-1.21-.964z\"/>\n    <path fill=\"#B27129\" d=\"M147.273 62.853s.226.759.053 1.817c-.174 1.059-.783 2.152-.939 2.152-.156 0-.104-1.2-.174-1.834l-.022-.194c-.01-.088-.239.8-.248.723-.009-.081.202-1.124.195-1.191l-.049-.399.785-.933.399-.141z\"/>\n    <path fill=\"#8F4620\" d=\"M145.939 63.641c-.213.263-.539.191-.841.286-.283.088-.385.52-.385.52s.229-.17.335-.124c.106.047.233.037.02.561-.213.525-1.044 1.415-1.004 1.426.041.011.929-.751 1.217-1.184.289-.432.263-.689.324-.844.061-.154.406-.339.482-.354.076-.016.244.015.32.324.076.308.198 1.188.259 1.219.061.031.274-.803.365-1.219.091-.417.087-1.335.087-1.335s-.057-.023-.27-.07c-.213-.046-.723-.412-.723-.412s.1.854-.186 1.206z\"/>\n    <path fill=\"#DBAD6C\" d=\"M149.694 58.264s.289.718-.305 1.22a.992.992 0 01-.659.263c-.315.015-.817-.255-.817-.255l-1.818-.757-.958-.3-.472-.131.068-.525 1.423.062 1.408.539.616.201.524.092h.396l.327-.092s.151-.062.196-.146c.048-.086.071-.171.071-.171z\"/>\n    <path fill=\"#AB6D29\" d=\"M149.694 58.264c.06.124-.107.525-.244.587-.138.062-.382.169-.929.046-.547-.123-1.11-.478-1.719-.648-.608-.17-1.065-.324-1.536-.309-.472.016-.244-.201-.244-.201s1.08-.123 2.024.232 1.35.596 1.826.586c.715-.015.822-.293.822-.293z\"/>\n    <path fill=\"#4D2A15\" d=\"M144.717 57.692s.213.046.396.015a.787.787 0 00.32-.139s.03.247-.092.324c-.122.077-.487.046-.548.046-.06 0-.076-.246-.076-.246z\"/>\n    <path fill=\"#DBAD6C\" d=\"M148.294 59.941s.637.623.466 1.162l-1.227-.564-2.001-.833-1.084-.324-.133-.17s.205-.193.304-.378.068-.363.068-.363l1.323.177 1.385.425.899.868z\"/>\n    <path fill=\"#DBAD6C\" d=\"M146.933 60.833s1.141 1.474.875 1.96l-2.663-1.682-.938 1.546-2.19-1.08s1.767-1.361 1.972-1.616c.205-.255.221-.347.221-.347l.989.193 1.558.495.176.531z\"/>\n    <path fill=\"#AB6D29\" d=\"M146.317 58.655s.933.227 1.532.535c.598.309 1.435.378 1.435.378s-.336.355-.99.373c-.193.005-.659-.37-.964-.586-.304-.217-1.181-.473-1.181-.473l.168-.227z\"/>\n    <path fill=\"#4D2A15\" d=\"M144.672 58.155s.67.139 1.081.324c.411.185.441.139.548.093.106-.047.121-.093.121-.093s.084.402-.236.402-.449-.109-.859-.294c-.411-.185-.685 0-.685 0l.03-.432z\"/>\n    <path fill=\"#AB6D29\" d=\"M148.374 60.743s.478.299.385.36c-.09.062-.33.175-.745.201-.415.026-.614-.025-.909-.16-.293-.133-.476-.648-1.186-.926s-.832-.319-1.318-.443c-.487-.123-.599-.113-.599-.113l.447-.185 1.531.309 1.309.38.791.381.294.196zM145.8 61.643l.304 1.204-.168.726-.411.262-.38-.154-.107-.216s.167-.277 0-.525c-.167-.247-.943-.555-.943-.555s.305-.587.654-.726c.35-.139.182-.587.182-.587l.869.571z\"/>\n    <path fill=\"#4D2A15\" d=\"M144.307 59.189s.243.206.741.258c.211.022.606.093 1.012.221.137.043.47-.143.498-.134l-.289.173c.442.127.996.32 1.192.409.528.239.943.618.913.628-.017.005-.301-.165-.913-.422a8.14 8.14 0 00-1.42-.443c-.913-.179-1.826-.122-2.018-.185-.194-.061.081-.072.182-.175.102-.103.102-.33.102-.33z\"/>\n    <path fill=\"#AB6D29\" d=\"M147.715 62.493s.29.309-.015.416c-.304.108-1.134.089-1.529-.328 0 0-.099-.397-.251-.582-.152-.185-.76-.571-1.111-.787-.35-.216.121-.247.121-.247s1.248.479 1.705.725c.457.248 1.08.803 1.08.803z\"/>\n    <path fill=\"#4D2A15\" d=\"M147.734 62.523s-.615-.849-2.322-1.522c-.047-.018.581-.108.532-.125-.073-.028-.823.015-.901-.012a11.22 11.22 0 00-.402-.131c-.898-.273-.963-.247-1.024-.37-.062-.123-.173.021-.264.175a6.136 6.136 0 01-.325.458c.02-.031.66-.18 1.166-.057.507.122.486.308.446.504-.04.195-.659.947-.588.968.071.02.426-.711.892-.607.467.103.619.36.619.36s-.011-.267-.101-.381c-.092-.113-.609-.596-.467-.596.142 0 .72.134 1.552.555.812.411.944.535 1.187.781z\"/>\n    <path fill=\"#DBAD6C\" d=\"M144.947 61.186s1.309.37 1.248 1.759c-.061 1.389-1.075 1.132-1.167.628-.09-.505.122.241.487.174.399-.072.482-.472.457-1.008-.024-.514-.131-.772-.447-1.071-.314-.297-.578-.482-.578-.482z\"/>\n    <path fill=\"#6C3F18\" d=\"M139.287 57.84s.137.105-.236 1.086c-.373.98-.575 1.329-1.14 1.953-1.058 1.165-1.522 1.172-1.408 1.667.114.495.525.362.616.378.092.015 1.993-2.786 1.993-2.786l.418-1.682-.099-.47-.144-.146z\"/>\n    <path fill=\"#DBAD6C\" d=\"M144.004 55.835s.548.822.375 2.376c-.172 1.554-2.22 2.912-2.22 2.912l-2.992 2.068-1.25-.075s-.194.028-.375-.019c-.197-.051-.381-.255-.423-.255-.081 0-.234-.525-.234-.525l.396-.483 1.085-1.081.679-.977s.305-.566.345-1.111c.041-.545-.102-.823-.102-.823l.254.391.141.823-.112.916.781-.525 1.034-.462s.284-.042.487-.618c.202-.576.373-1.423.376-1.801.004-.379-.042-.833-.042-.833s.065-.004.13.035c.064.038.338.517.338.79 0 .274.175 1.282.175 1.282l.48-.487s.353-.443.448-.674c.097-.234.23-.599.226-.844z\"/>\n    <path fill=\"#904720\" d=\"M144.338 63.611s.205.169.129.733c-.076.564-.54.872-.768.88l.022-.787-.661-.525-.708-.215s.046-.039.129-.124c.084-.085.814-.386.814-.386l1.043.424z\"/>\n    <path fill=\"#AB6D29\" d=\"M143.821 63.619s.206.2.533.115c.327-.084.465-.61.289-.818-.175-.208-.099.502-.311.579-.213.077-.441-.532-.731-.594-.289-.062-.746.139-.859.331-.114.194.464.039.464.039l.311.085.229.054.075.209z\"/>\n    <path fill=\"#904720\" d=\"M139.497 61.46s.389.117.81.06c.421-.057 1.456-.489 1.456-.489s.476-.268.827-.607c.349-.339 1.455-1.029 1.577-2.407.121-1.379-.163-2.181-.163-2.181s1.634 1.786.203 3.838c-.932 1.337-1.744 1.728-1.744 1.728s1.582-.463 1.725-.082c.141.38-.074.973-.115 1.065 0 0 .898.208 1.027.664.078.273-1.019-.317-1.848-.116-.829.201-1.194.694-1.194.694s-.152-.239-.89-.246c-.739-.008-1.073.339-1.491.324-.418-.016-1.733-.297-1.987-.656 0 0 .314-.392.871-1.027.378-.732.936-.562.936-.562z\"/>\n    <path fill=\"#AB6D29\" d=\"M142.897 57.76s.639-.628.852-1.091c.214-.463.254-.833.254-.833s.071.503-.304 1.069c-.376.567-.791.958-.791.958l-.011-.103z\"/>\n    <path fill=\"#904720\" d=\"M142.722 56.36s.523 2.027-.035 2.86c-.558.833-2.986 1.913-2.986 1.913s1.84-.997 2.418-2.144c.578-1.148.537-2.104.537-2.104l.066-.525z\"/>\n    <path fill=\"#1E2121\" d=\"M140.307 61.52s.776-.016 1.217-.278c.442-.262 1.065-.818 1.065-.818s-.578.509-.746.509c-.168 0-.304-.262-.228-.463 0 0-.137.386-.486.648s-.822.402-.822.402zM142.117 58.989s.654-.679.639-2.099c-.015-1.42-.548-1.157-.548-1.157s.441.324.35 1.405a6.22 6.22 0 01-.441 1.851zM142.908 59.129s.737-.178.996-.61c.258-.432.251-1.257.251-1.257s-.077.756-.29 1.033c-.211.278-.957.834-.957.834zM142.481 63.573s.366-.71.853-.525c.486.184.486.571.486.571s-.198-.308-.562-.325c-.366-.015-.777.279-.777.279zM141.098 62.292s1.08-.263 1.719-.464c.638-.2 1.37-.509 1.37-.509s-.533.664-1.324 1.111c-.791.448-1.445.478-1.445.478s1.491-.648 1.612-.91c-.001.001-1.43.387-1.932.294z\"/>\n    <path fill=\"#FFF\" d=\"M139.369 60.625c.516.452.559 1.235.094 1.751a1.277 1.277 0 01-1.514.291\"/>\n    <path fill=\"#F16E16\" d=\"M139.305 60.764c.442.412.457 1.103.034 1.545-.34.355-.874.449-1.31.231\"/>\n    <path fill=\"#000\" d=\"M138.823 61.363a.438.438 0 11-.427.663\"/>\n    <path fill=\"#D5D3CA\" d=\"M138.882 61.92a.14.14 0 11-.276-.048.138.138 0 01.161-.115.14.14 0 01.115.163z\"/>\n    <path fill=\"#AB6D29\" d=\"M139.643 59.857s.72-.709.882-1.646c.163-.936.064-1.469.064-1.469l.393.409.151.711-.254 1.183s.528 0 .792-.36c.263-.36.679-1.965.537-2.952 0 0 .214.432-.071 1.78-.284 1.348-.515 1.508-1.529 2.063-.523.286-1.182.836-1.776 1.979-.264.508-.979 1.312-1.094 1.429-.018.019.508-.72.765-1.271.385-.825.805-1.289.805-1.289l.335-.567z\"/>\n    <path fill=\"#904720\" d=\"M139.308 60.424s.314-.947.314-1.461c0-.514-.334-1.122-.334-1.122s.456-.062.497 1.059c.04 1.123-.204 1.185-.477 1.524z\"/>\n    <path fill=\"#4D2A15\" d=\"M140.756 59.22s.334-.833.312-1.389c-.023-.556-.479-1.088-.479-1.088s.563.108.609 1.12c.045 1.01-.13 1.018-.442 1.357z\"/>\n    <path fill=\"#AB6D29\" d=\"M137.432 63.017s-.26-.334-.23-.597c.031-.262.01-.321.656-1.001.646-.679 1.004-1.095 1.164-1.458.16-.363.684-1.353.266-2.12 0 0 .289 1.117-.358 2.005-.647.887-1.019 1.35-1.551 1.744-.532.393-.585.578-.57.803.015.224.068.448.16.502.162.095.463.122.463.122z\"/>\n    <path fill=\"#6C4119\" d=\"M143.7 65.224s.144.015.236-.154c.091-.169.091-.455-.137-.741a1.55 1.55 0 00-.807-.548c-.32-.092-.935-.154-.935-.154s.209.361.623.594c.203.115.548-.031.769.185.221.216.251.818.251.818z\"/>\n    <path fill=\"#6C4119\" d=\"M143.7 65.224s.719-.233.768-.926c.03-.429-.061-.579-.061-.579s.106.224.396.308l.259-.1s-.426 1.343-1.362 1.297z\"/>\n    <path fill=\"#BF802D\" d=\"M138.687 65.088s.14.058.407.367c.266.308.392.409.392.409l1.742-.447.564-.556-.472-.748h-1.247l-1.386.975z\"/>\n    <path fill=\"#F9C83A\" d=\"M142.908 64.498l-.335-.452s-.071-.175-.325-.309c-.253-.133-1.308-.124-1.308-.124l-.761.154s-.213.195-.599.113c-.385-.082-1.237-.432-1.237-.432l-.852-.37s-.638-.267-.781-.216c-.143.051-.669.628-.669.628s-.091.309.111.318c.203.011-.305.103-.305.103s-1.324.726-1.536 2.023c-.213 1.295 2.175 3.209 3.057 2.237 0 0-1.293-.957-1.034-1.76.258-.802.852-1.297 1.871-1.357 1.019-.062 1.08-.186 1.521-.495.441-.308 1.262-.493 1.871.139.608.632-2.313 1.235-2.313 1.235l.319.462c.004.002 3.609-1.233 3.305-1.897z\"/>\n    <path fill=\"#8F4620\" d=\"M142.908 64.498l.068-.052-.334-.453-.069.053.079-.033c-.005-.013-.089-.207-.364-.353a.98.98 0 00-.285-.077 8.21 8.21 0 00-1.01-.057l-.053.001h-.008l-.791.161-.017.016.006.007-.006-.007.006.007-.006-.007c-.008.005-.132.111-.357.111a.892.892 0 01-.168-.018 6.51 6.51 0 01-.75-.244c-.26-.097-.471-.184-.472-.184l-.032.08.034-.08-.852-.37c-.002 0-.136-.056-.297-.114-.162-.056-.343-.114-.47-.116a.216.216 0 00-.077.012c-.062.025-.117.073-.191.136-.214.19-.51.513-.511.514l-.014.015-.005.019c-.001.004-.024.078-.024.168 0 .05.006.107.038.162a.205.205 0 00.175.1l.016.001.005.001.009-.048-.022.042.013.006.009-.048-.022.042.037-.068-.059.049.023.019.037-.068-.059.049.063-.052h-.082l.019.052.063-.052h-.082.081l-.065-.048a.081.081 0 00-.016.048h.081l-.065-.048.051.037-.031-.056-.02.019.052.037-.031-.056.002.004-.002-.004.002.004-.002-.004a.603.603 0 01-.066.02c-.049.012-.111.037-.163.037-.039 0-.049-.001-.102.019l-.012.007c-.004.002-.34.187-.706.538-.365.351-.762.871-.873 1.546a1.09 1.09 0 00-.015.182c.003.556.375 1.151.867 1.617.495.465 1.112.803 1.65.805a.915.915 0 00.702-.293l.065-.071-.077-.058-.044-.034a4.133 4.133 0 01-.575-.554c-.225-.266-.417-.59-.414-.879a.59.59 0 01.031-.195c.125-.387.327-.695.619-.914.293-.22.678-.354 1.175-.384.513-.031.791-.077 1.003-.16.213-.084.345-.198.561-.349a1.53 1.53 0 01.85-.269c.31.001.631.105.913.396.047.05.059.087.059.118.001.038-.021.088-.079.147-.098.103-.292.213-.524.312a8.48 8.48 0 01-1.124.37 13.578 13.578 0 01-.601.143l-.127.025.43.625.06-.021c.001 0 .832-.285 1.667-.656a8.872 8.872 0 001.153-.598c.159-.104.293-.206.391-.31.097-.104.165-.21.167-.333a.298.298 0 00-.026-.12l-.005-.008-.005-.008-.073.052-.078.037.011.046c.002.048-.035.125-.119.213-.145.155-.42.335-.743.508-.486.261-1.087.515-1.565.703a21.867 21.867 0 01-.835.31l.027.082.07-.05-.319-.463-.07.05.017.084c.002-.001.603-.124 1.207-.32.302-.097.606-.213.839-.343.116-.065.216-.135.29-.211a.388.388 0 00.127-.268.338.338 0 00-.108-.238 1.405 1.405 0 00-1.034-.449 1.694 1.694 0 00-.946.299c-.225.158-.343.259-.526.33-.184.071-.445.118-.952.149-.522.031-.943.174-1.266.417-.325.243-.548.585-.681.999a.797.797 0 00-.038.249c.003.416.285.809.557 1.107.273.298.544.499.547.501l.049-.07-.063-.058a.743.743 0 01-.577.237c-.465.002-1.064-.313-1.534-.758-.473-.444-.815-1.017-.813-1.491 0-.053.004-.104.013-.154.101-.621.473-1.113.822-1.449a3.944 3.944 0 01.617-.479l.04-.025.014-.008-.041-.076.016.085s.089-.016.179-.036c.045-.009.09-.021.126-.032l.051-.018.028-.016.02-.021a.085.085 0 00.018-.053l-.017-.053c-.017-.022-.031-.027-.041-.032-.029-.011-.044-.011-.071-.012-.031-.004-.029-.007-.037-.018a.135.135 0 01-.014-.072c0-.029.005-.06.009-.082l.006-.028.002-.008-.081-.026.062.059c.001 0 .131-.143.279-.292.074-.074.153-.15.219-.209a.778.778 0 01.137-.104l.004-.001h.015c.075-.002.261.051.414.106a8.112 8.112 0 01.285.11l.852.37h.001c.003.001.849.35 1.251.437.073.015.141.022.203.022.298 0 .462-.147.471-.155l-.057-.064.017.085.761-.154-.018-.085.002.087h.051c.107 0 .365.001.622.018.128.008.255.02.363.036a.79.79 0 01.232.06.75.75 0 01.23.182.473.473 0 01.044.063l.008.017.001.003.016-.008-.015.007v.001l.016-.008-.016.007.004.01.341.462.072-.051-.078.037.078-.037z\"/>\n    <path fill=\"#FCF3D8\" d=\"M136.169 67.571s-1.46-.355-1.339-1.698c.122-1.342 1.339-1.836 1.552-1.898.213-.062.168-.742.411-.818.243-.078.711 0 .924.2.213.201.665.39.665.39s-2.586 1.151-2.608 2.635c-.016.988.395 1.189.395 1.189z\"/>\n    <path fill=\"#FDEAAF\" d=\"M142.901 64.355s-.177.108-.225.019c-.273-.509-.913-.644-1.43-.636-.659.01-1.106.255-1.553.255-.446 0-.324-.071-.852-.093-.528-.02-1.653-.853-1.907-.771-.253.082-.355.396-.324.55.031.154-.458.164-.529.05-.071-.113.388-.841.845-.841 1.227 0 2.138.827 2.727.827s.791-.34 1.582-.34c.792.001 1.646.352 1.666.98z\"/>\n    <path fill=\"#513625\" d=\"M138.884 65.309s.586-.116 1.026-.308a8.397 8.397 0 011.03-.347s-.539.357-.912.535c-.373.177-.976.274-.976.274l-.168-.154z\"/>\n    <path fill=\"#F9C83A\" d=\"M136.817 68.341c-.106.042-.619.021-1.435-.525-.817-.545-1.029-1.471-1.029-1.471s-.188-.886.659-1.785c.847-.901.986-.641 1.031-.6.039.037-.043.08-.043.08l-.746.607-.37.623-.328.56.026.663.378.666 1.168.73.689.452z\"/>\n    <path fill=\"#8B5122\" d=\"M136.369 63.262l-.047-.111v.121c.038-.003.042-.01.047-.01l-.047-.111v.121-.123l-.084.088a.12.12 0 00.084.035v-.123l-.084.088.084-.088h-.121a.123.123 0 00.036.088l.084-.088h-.121.12l-.11-.051c-.003.009-.01.018-.01.051h.12l-.11-.051.095.044-.085-.062-.01.018.095.044-.085-.062.021.016-.02-.016-.001.001.021.015-.02-.017c-.005.007-.033.037-.065.076-.05.058-.116.138-.172.225a.583.583 0 00-.111.294l.003.042a.333.333 0 00.183.252c.088.045.18.054.268.055.195 0 .375-.057.381-.058a.123.123 0 00.081-.154.12.12 0 00-.151-.082l-.005.002c-.03.009-.176.047-.306.046a.368.368 0 01-.159-.028c-.034-.019-.043-.028-.052-.069v-.003a.235.235 0 01.037-.101 1.972 1.972 0 01.23-.305l.024-.029.011-.014.01-.015.008-.018c.002-.008.007-.019.008-.044a.127.127 0 00-.037-.09.12.12 0 00-.085-.035c-.037.002-.044.009-.048.01a.122.122 0 00-.064.161.12.12 0 00.159.065z\"/>\n    <path fill=\"#F9C83A\" d=\"M138.85 64.515s-1.746.489-1.791.521c-.128.092.56-.015 1.099-.031.355-.01.628.08.628.08s.21-.006.422-.088c.67-.262 2.079-.785 2.21-.168.109.515-1.946.967-1.946.967l-.018.203 1.653-.412.852-.447.274-.44-.822-.586h-1.202l-.555.154-.804.247z\"/>\n    <path fill=\"#8F4620\" d=\"M136.296 67.04c.129.363.421.891.75 1.059 0 0 .056.006.036.041-.021.036-.264.186-.822.041-.558-.144-1.41-.37-1.927-1.934l.016.344.304.612.547.566.858.54.588.144.497-.128.223-.169-.512-.463-.628-1.071c-.001.001-.025.15.07.418z\"/>\n    <path fill=\"#FCCA3D\" d=\"M142.117 82.568l-.027.566-.312-.031.055-.709zM139.926 66.421l-.578-.65-.375.056.571.814z\"/>\n    <path fill=\"#816C2A\" d=\"M142.086 83.894c-.001 0-.349-.229-.8-.438-.461-.212-1.109-.308-1.112-.309l-.022.146.106.019c.2.037.645.13.968.279a6.786 6.786 0 01.722.389l.059.038.079-.124zM142.036 82.445c-.001 0-.319-.023-.659-.023-.235 0-.479.011-.646.05a1.88 1.88 0 00-.65.298l.088.118.01-.007c.048-.036.272-.187.588-.265.14-.034.381-.048.611-.046.167 0 .329.005.45.011.121.006.199.012.199.012l.009-.148zM141.869 81.203c-.002.001-.806.38-1.18.627-.369.245-.757.563-.758.564l.092.116s.095-.079.237-.188a8.4 8.4 0 01.508-.368c.177-.117.47-.273.715-.397.247-.125.447-.219.447-.219l-.061-.135zM141.096 79.926v.002c0 .028-.007.325-.151.554a3.932 3.932 0 01-.294.358c-.218.246-.511.562-.751.817-.238.253-.422.444-.422.444l.105.104a49.142 49.142 0 001.176-1.265c.148-.167.26-.301.309-.378.171-.275.173-.593.174-.634v-.002h-.146zM140.084 79.354l.006.026a1.979 1.979 0 01-.075 1.021 9.564 9.564 0 01-.458 1.015 27.531 27.531 0 01-.309.59l.127.074c.001-.002.571-1.04.778-1.629a2.134 2.134 0 00.072-1.135l-.141.038zM139.103 79.236s.006.058.012.154c.007.098.013.231.013.379.001.274-.023.599-.103.822-.088.249-.208.576-.307.84l-.173.465.136.052s.304-.807.482-1.307c.09-.255.111-.589.112-.872 0-.305-.026-.548-.026-.55l-.146.017zM138.352 79.232s-.001.249-.017.558c-.015.309-.045.678-.098.907-.113.483-.231 1.179-.231 1.179l.144.025s.03-.174.073-.407c.044-.232.102-.525.157-.763.114-.495.118-1.495.118-1.497l-.146-.002zM137.537 79.363s.01.091.02.232c.01.141.02.329.02.519 0 .218-.015.44-.054.591-.119.452-.189 1.161-.19 1.163l.146.016c0-.001.017-.176.049-.408.032-.231.079-.518.136-.733.046-.174.058-.404.058-.629 0-.392-.04-.766-.041-.767l-.144.016zM136.898 79.451s.002.029.002.084c0 .174-.015.596-.136 1.03-.081.29-.177.632-.254.901l-.131.466.14.041s.223-.787.385-1.369c.126-.453.141-.887.141-1.069l-.001-.09-.146.006zM136.182 79.457a2.884 2.884 0 00.018.32c.001.273-.038.669-.207.978-.143.261-.412.516-.646.7a5.069 5.069 0 01-.395.282l-.034.02.074.128c.004-.004.806-.476 1.129-1.06.189-.346.225-.763.225-1.049 0-.202-.018-.338-.018-.34l-.146.021zM135.743 79.32l-.032.099c-.063.187-.222.6-.447.879-.149.184-.394.379-.599.523a6.286 6.286 0 01-.264.174l-.109.066.071.128c.004-.002.684-.389 1.014-.799.328-.407.504-1.023.506-1.028l-.14-.042zM135.049 78.969l-.041.08c-.04.075-.104.193-.176.304a1.42 1.42 0 01-.222.282 3.577 3.577 0 01-.446.297c-.161.096-.297.169-.298.17l.069.131c0-.001.139-.074.303-.173.165-.098.354-.217.466-.314.117-.102.231-.277.321-.431.09-.152.153-.281.153-.281l-.129-.065zM134.709 78.531l-.114.133a8.075 8.075 0 01-.439.464 3.124 3.124 0 01-.239.209.675.675 0 01-.179.108l.041.142a.973.973 0 00.307-.197c.333-.283.733-.761.734-.763l-.111-.096zM134.541 78.24s-.04.033-.106.084a4.544 4.544 0 01-.407.281c-.153.094-.313.165-.391.162h-.004v.148h.004a.748.748 0 00.303-.092c.321-.16.691-.467.694-.467l-.093-.116zM134.413 77.925c-.001 0-.162.094-.349.19a5.048 5.048 0 01-.281.135.826.826 0 01-.201.066l.014.147a.913.913 0 00.243-.077c.278-.118.644-.333.646-.333l-.072-.128zM134.258 77.274l-.015.016a1.532 1.532 0 01-.251.218c-.121.087-.271.161-.406.161l.002.149c.21-.005.401-.119.543-.226.142-.11.235-.218.237-.22l-.11-.098zM134.314 76.253a4.25 4.25 0 00-.277.241c-.144.138-.301.303-.359.453a.252.252 0 01-.043.058l-.032.027-.01.006h-.001l.002.009v-.009h-.002l.002.009v-.009.147c.07-.003.111-.042.145-.077a.346.346 0 00.073-.109c.035-.099.185-.267.324-.397.069-.067.136-.126.186-.167.049-.042.081-.067.081-.067l-.089-.115zM139.325 70.259l.537.002.119-.001h.034l.011-.001h.006l.007-.001.011-.003.018-.008.018-.017.015-.044-.013-.043-.027-.023-.021-.008-.011-.001-.006.148.003-.058-.006.058h.004l.003-.058-.006.058.008-.071-.015.069.007.001.008-.071-.015.069.015-.072-.029.07.011.003.016-.072-.027.069.027-.069-.043.059.016.01.027-.069-.043.059-.017-.017.06-.042h-.073l.013.042.06-.042h-.073l.015-.045.029-.023.028.067-.008-.072-.02.006.028.067-.008-.072.005.049-.002-.049h-.004l.005.049-.002-.049h-.16l-.536-.001.001.147zM139.346 69.817l.047.003a.7.7 0 00.313-.098c.158-.084.32-.207.468-.307.073-.05.143-.095.204-.126a.36.36 0 01.144-.047l-.002-.149a.614.614 0 00-.278.103c-.145.085-.303.206-.456.305-.151.101-.298.173-.393.17l-.027-.001-.02.147zM139.285 69.114a1.02 1.02 0 00.346-.137c.182-.103.38-.244.561-.358.18-.115.349-.2.44-.198l-.002-.148a.791.791 0 00-.333.112c-.176.096-.373.236-.558.354-.184.119-.361.216-.473.228l.019.147zM139.021 68.462c.176-.094.441-.298.718-.512.275-.213.56-.434.75-.551l-.076-.127c-.204.124-.488.347-.763.56-.274.213-.544.417-.696.499l.067.131zM138.531 67.716c.35-.247 1.205-.86 1.526-1.063l-.077-.125c-.329.208-1.182.82-1.532 1.067l.083.121zM137.875 66.998c.231-.196.557-.416.859-.609.302-.193.577-.361.715-.463l-.086-.119c-.126.094-.404.264-.707.457a8.857 8.857 0 00-.874.62l.093.114zM137.363 66.553s.344-.251.719-.516c.188-.132.383-.268.546-.378a3.89 3.89 0 01.346-.217l-.061-.134a3.593 3.593 0 00-.366.228c-.493.331-1.269.898-1.27.898l.086.119z\"/>\n    <path fill=\"#78732E\" d=\"M138.537 65.105l.089.071c.2.163.702.596 1.153 1.161.451.565.845 1.261.844 1.94 0 .065-.003.131-.011.195-.101.885-.545 1.663-1.16 2.384-.923 1.08-2.23 2.021-3.311 2.975-.541.476-1.025.957-1.377 1.465-.351.508-.57 1.047-.57 1.628l.002.079c.018.535.191 1.119.525 1.591.334.471.832.832 1.488.897.108.011.219.016.33.016.844-.001 1.763-.27 2.64-.269.738.001 1.438.183 2.061.865.595.65.778 1.696.777 2.703 0 .721-.092 1.42-.184 1.94-.046.26-.092.473-.126.622-.034.149-.057.232-.057.232l.14.04c.001-.004.373-1.368.373-2.834-.001-1.024-.18-2.104-.817-2.804-.651-.715-1.407-.914-2.167-.911-.904 0-1.825.269-2.64.268-.107 0-.212-.005-.315-.015-.61-.062-1.069-.39-1.384-.834a2.858 2.858 0 01-.498-1.512l-.001-.073c0-.724.362-1.385.925-2.028.846-.965 2.135-1.878 3.255-2.889 1.12-1.012 2.077-2.128 2.237-3.517a1.87 1.87 0 00.012-.212c-.002-.843-.543-1.66-1.076-2.272a7.935 7.935 0 00-1.068-1.017l-.089.115z\"/>\n    <path fill=\"#F9C83A\" d=\"M138.611 64.918l.16.162s-.149-.039-.213-.046c-.065-.008.053-.116.053-.116z\"/>\n    <path fill=\"#8F4620\" d=\"M138.769 65.082l-.304.042c-.08.011.091-.089.091-.089l.213.047z\"/>\n    <path fill=\"#977C2E\" d=\"M141.569 85.594s.191-.02.276-.137c.085-.117-.054.183-.054.183l-.122.046-.1-.092z\"/>\n    <path fill=\"#A8AC71\" d=\"M137.431 66.541l-.175-.151-.151.054.284.232zM137.902 66.985l-.132-.135-.068.039.108.143z\"/>\n    <path fill=\"#78732E\" d=\"M138.559 67.71l-.112-.143-.069.089.115.132zM139.051 68.447l-.082-.147-.132.023.172.186zM139.329 69.139l-.065-.201-.019.035-.011.152zM139.363 69.837l.008-.192-.088-.054.012.263zM139.333 70.283l.019-.216-.057-.039.004.282zM133.64 77.201s.015-.178.065-.332c.048-.155-.141.073-.141.073l-.023.213.099.046z\"/>\n    <path fill=\"#FFF\" d=\"M133.594 77.644l-.084.038.031.208.046-.065s.007-.117.007-.181z\"/>\n    <path fill=\"#78732E\" d=\"M133.609 78.469l-.012-.202-.061-.024v.331z\"/>\n    <path fill=\"#FFF\" d=\"M133.662 78.93l-.019-.184-.065.01-.003.174zM133.788 79.593l-.038-.178-.042.042.034.178zM133.963 80.277l-.072-.24-.054.023.073.23z\"/>\n    <path fill=\"#A8AC71\" d=\"M134.403 81.189l-.099-.149-.093-.015.12.182zM135.081 81.858s-.092-.054-.225-.162c-.133-.108-.053.101-.053.101l.19.101.088-.04zM139.661 82.201s-.107-.073-.183-.108c0 0 .041.007.106.158.065.152.077-.05.077-.05z\"/>\n    <path fill=\"#FFF\" d=\"M140.056 82.518s-.088-.111-.145-.15c-.057-.038-.037.115-.037.115l.118.051.064-.016z\"/>\n    <path fill=\"#A8AC71\" d=\"M140.132 82.701c-.049-.065-.102.097-.102.097l.14.131s.012-.161-.038-.228zM140.155 83.333s.031-.135.023-.221c-.008-.085-.076.03-.076.03l.007.19h.046v.001z\"/>\n    <path fill=\"#FFF\" d=\"M139.933 84l.054-.166-.069.002-.042.172zM132.959 59.59s.262-.054.064.243.133-.266.133-.266l-.106-.031-.091.054z\"/>\n    <path fill=\"url(#c)\" d=\"M170.109 95.877c-.871.76-1.287 1.747-.929 2.204.358.457 1.354.212 2.224-.548.871-.76 1.286-1.747.929-2.204-.357-.457-1.353-.212-2.224.548z\"/>\n  </g>\n</svg>\n</li><li title=\"cif my \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 151\">\n  <g fill=\"none\">\n    <path fill=\"#CC0001\" d=\"M.5.5h300v150H.5z\"/>\n    <path fill=\"#FFF\" d=\"M.5 139.786h300V150.5H.5zM.5 118.357h300v10.714H.5zM.5 96.928h300v10.714H.5zM.5 75.5h300v10.714H.5zM.5 54.071h300v10.714H.5zM.5 32.643h300v10.714H.5zM.5 11.214h300v10.714H.5z\"/>\n    <path fill=\"#010066\" d=\"M.5.5h150v85.714H.5z\"/>\n    <path fill=\"#FC0\" d=\"M62.214 11.214c-17.801 0-32.25 14.401-32.25 32.143S44.413 75.5 62.214 75.5a32.162 32.162 0 0017.457-5.12 28.623 28.623 0 01-9.351 1.565c-15.785 0-28.596-12.768-28.596-28.501S54.535 14.943 70.32 14.943c3.488 0 6.83.623 9.922 1.764a32.166 32.166 0 00-18.028-5.493z\"/>\n    <path fill=\"#FC0\" d=\"M115.697 60.09l-13.585-7.088 4.016 14.506-9.086-12.134-2.835 14.769-2.788-14.777-9.124 12.107 4.063-14.494-13.607 7.047 10.108-11.339-15.395.591 14.152-5.939-14.133-5.982 15.393.637-10.072-11.37 13.585 7.088-4.016-14.506 9.086 12.134 2.835-14.769 2.788 14.777 9.124-12.107-4.063 14.494 13.607-7.047-10.108 11.339 15.395-.591-14.152 5.939 14.133 5.982-15.393-.638z\"/>\n  </g>\n</svg>\n</li><li title=\"cif mz \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 201\">\n  <g fill=\"none\" fill-rule=\"evenodd\">\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M.5.5h300v200H.5z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M.5.5h300v68.75H.5z\"/>\n    <path fill=\"#007168\" fill-rule=\"nonzero\" d=\"M.5.5h300V63H.5z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M.5 131.666h300v68.833H.5z\"/>\n    <path fill=\"#FCE100\" fill-rule=\"nonzero\" d=\"M.5 138h300v62.5H.5z\"/>\n    <path fill=\"#D21034\" fill-rule=\"nonzero\" d=\"M.5.5v200l131.25-100z\"/>\n    <path fill=\"#FCE100\" fill-rule=\"nonzero\" d=\"M68.623 137.995l-24.385-17.854L19.887 138l9.444-28.708L4.822 91.651l30.221.111L44.247 63l9.234 28.777 30.198-.134-24.515 17.674z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M23.075 117.976h17.566c1.413 1.586 4.567 2.232 7.57-.019 5.506-3.015 16.158.019 16.158.019l2.098-2.229-5.113-16.78-1.835-1.966s-3.933-2.36-11.405-1.573c-7.472.786-10.094-.262-10.094-.262s-6.554.786-8.39 1.704c-.202.163-2.098 2.097-2.098 2.097l-4.457 19.009z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M26.615 113.65s16.78-2.097 21.63 4.326c-2.739 1.874-5.151 2.029-7.735.132.411-.686 6.03-6.555 20.319-4.589\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M44.574 96.87l-.131 18.484m15.075-18.222l3.146 14.682M29.802 96.901l-1.746 7.572M11.666 119.988l4.131 4.843c.485.289.916.271 1.347 0l6.122-7.347 2.572-3.184c.398-.472.525-.998.49-1.469l4.916-4.368c.402.028.642.073 1.044.1-.475-.123-.824-.354-.45-.875l1.102-.857.857 1.102s-1.224 1.592-1.347 1.592h-1.347l-2.572 2.327 1.124.994 1.692 4.639 2.082-1.47-1.347-4.775 2.939-3.184-1.102-1.715.735-.98s10.171 6.404 14.09 4.69c.106.038.237-4.567.237-4.567s-10.53-1.102-10.776-3.184c-.245-2.082 2.327-2.326 2.327-2.326l-1.102-1.592.245-.857 1.837 2.327 4.163-3.551 24.49 27.919c1.337-.542 1.622-.87 1.715-2.204-.035-.034-24-27.551-24-27.551l1.837-1.959c.362-.408.489-.582.49-1.225l2.816-2.449c.847.291 1.387.798 1.837 1.469l7.743-6.562c.204.204.824.408 1.244.179l12.801-12.287-13.951 9.854-.49-.367c0-.408.506-.509 0-1.225-.542-.65-1.347.612-1.469.612-.122 0-2.019-.67-2.435-1.52l-.136 2.254-3.551 3.306-2.694-.122-3.919 3.796-.49 1.469.612 1.225s-2.082 1.837-2.082 1.714c0-.122-.421-.541-.439-.595l1.786-1.609.245-1.102-.596-.931c-.181.132-2.465 2.522-2.588 2.277l-6.612-7.469.367-1.347-4.163-4.531c-1.518-.524-3.919-.612-4.408 2.694-.382.777-3.551.122-3.551.122l-1.714.368-9.673 13.714 5.388 6.49 11.02-13.959.327-3.954 2.312 2.586c.771.099 1.506.108 2.204-.245l6.529 7.288-1.087 1.061c.368.408.62.669.988 1.077.368-.245.718-.539 1.085-.784.123.164.327.474.45.637-.547.298-.931.694-1.478.992-.876-.571-1.721-1.281-1.657-2.412l-3.673 3.061-.123.612-10.898 9.061-.98.123-.245 2.816 7.102-5.877v-.857l.735.612 5.51-4.408s.367.49.245.49c-.123 0-4.898 4.408-4.898 4.408l-.122.49-.857.735-.49-.367-6.612 5.877h-.979l-3.674 3.674c-.948.082-1.769.183-2.571.734l-6.582 5.809z\"/>\n  </g>\n</svg>\n</li><li title=\"cif na \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"   viewBox=\"0 0 301 201\">\n  <defs>\n    <path id=\"a\" d=\"M.5.5h300v200H.5z\"/>\n    <path id=\"c\" d=\"M.5.5h300v200H.5z\"/>\n  </defs>\n  <g fill=\"none\" fill-rule=\"evenodd\">\n    <path fill=\"#003580\" fill-rule=\"nonzero\" d=\"M300.5.5H.5v200z\"/>\n    <path fill=\"#009543\" fill-rule=\"nonzero\" d=\"M.5 200.5h300V.5z\"/>\n    <mask id=\"b\" fill=\"#fff\">\n      <use xlink:href=\"#a\"/>\n    </mask>\n    <path fill=\"#000\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M.5 200.5l300-200\" mask=\"url(#b)\"/>\n    <mask id=\"d\" fill=\"#fff\">\n      <use xlink:href=\"#c\"/>\n    </mask>\n    <path fill=\"#000\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M.5 200.5l300-200\" mask=\"url(#d)\"/>\n    <path fill=\"#FFCE00\" fill-rule=\"nonzero\" d=\"M60.5 22.166l5.176 14.015 11.49-9.549-2.525 14.726 14.726-2.525-9.549 11.49 14.015 5.176-14.015 5.176 9.549 11.49-14.726-2.524 2.525 14.725-11.49-9.549L60.5 88.832l-5.176-14.015-11.49 9.549 2.524-14.725-14.725 2.524 9.549-11.49-14.015-5.176 14.015-5.176-9.549-11.49 14.725 2.525-2.524-14.726 11.49 9.549z\"/>\n    <circle cx=\"60.5\" cy=\"55.5\" r=\"18.333\" fill=\"#FFCE00\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-/>\n  </g>\n</svg>\n</li><li title=\"cif ne \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 259\">\n  <g fill=\"none\">\n    <path fill=\"#0DB02B\" d=\"M.5.928h300v257.143H.5z\"/>\n    <path fill=\"#FFF\" d=\"M.5.928h300v171.429H.5z\"/>\n    <path fill=\"#E05206\" d=\"M.5.928h300v85.714H.5z\"/>\n    <circle cx=\"150.5\" cy=\"129.5\" r=\"36.429\" fill=\"#E05206\"/>\n  </g>\n</svg>\n</li><li title=\"cif ng \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 151\">\n  <g fill=\"none\">\n    <path fill=\"#008751\" d=\"M.5.5h300v150H.5z\"/>\n    <path fill=\"#FFF\" d=\"M100.5.5h100v150h-100z\"/>\n  </g>\n</svg>\n</li><li title=\"cif ni \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 300 180\">\n  <g fill=\"none\" fill-rule=\"evenodd\">\n    <path fill=\"#003976\" fill-rule=\"nonzero\" d=\"M0 0h300v179.999H0z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M0 59.999h300v59.999H0z\"/>\n    <path fill=\"#003976\" fill-rule=\"nonzero\" d=\"M168.751 100.562L150 68.589l-18.752 31.973z\"/>\n    <path fill=\"#FFCF46\" fill-rule=\"nonzero\" d=\"M131.852 100.18L150 69.352l18.148 30.828z\"/>\n    <path fill=\"#003976\" fill-rule=\"nonzero\" d=\"M132.456 99.799L150 70.114l17.544 29.685z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M166.941 99.418L150 70.876l-16.941 28.542z\"/>\n    <path fill=\"#EF3E42\" fill-rule=\"nonzero\" d=\"M148.949 86.588c-.077 0-.143-.011-.231-.011-.088 0-.055-.033-.055-.209 0-.671.033-1.254.275-1.485.242-.231.538-.264.748-.264.209 0 .297-.209.044-.286-.253-.077-.407-.121-.715-.088-.011-.407.132-.825.615-.825.253 0 .407.022.803.022.396 0 .858.582.858 1.209 0 .77-.022 1.511-.022 1.748 0 .236-.132.297-.346.297-.215 0-.391-.006-.523-.006s-.22-.016-.22.225c0 .242-.033.484-.033.715 0 .231-.187.363-.506.198-.318-.163-.472-.416-.692-1.24z\"/>\n    <path fill=\"#FFCF46\" fill-rule=\"nonzero\" d=\"M124.448 85.224l-.257 1.718.774.116.232-1.546.639.096-.232 1.545.918.138.258-1.717.564.085-.362 2.42-3.479-.521.363-2.421zM125.417 83.214l.602.19.2-.642c.097-.31-.09-.596-.414-.697-.323-.101-.559.094-.644.367l-.2.642c-.001-.003.217.066.456.14l-.161.626-1.054-.329.438-1.404c.176-.563.75-.825 1.351-.638.537.167.983.717.799 1.309l-.247.789 1.209.378-.192.614-2.305-.719.162-.626zM128.694 79.824c.214-.434-.014-.687-.282-.819l-2.082-1.029.3-.607 2.074 1.025c.508.251.95.799.511 1.687-.437.885-1.142.872-1.651.62l-2.074-1.025.3-.607 2.082 1.029c.269.132.61.155.822-.274zM129.823 76.716l.4.288.539-.751c.133-.184.076-.415-.159-.585-.232-.167-.459-.145-.595.044l-.538.751.353.253-.41.563-1.165-.836.41-.563.327.234.502-.699c.186-.259 0-.483-.079-.539-.129-.092-.4-.121-.55.088l-.502.699.302.217-.41.563-.785-.563.788-1.096c.386-.538.972-.85 1.458-.501.218.156.371.427.404.719.294-.07.562-.074.912.178.35.251.707.787.196 1.498l-.9 1.254-.908-.652.41-.564zM130.615 71.864l2.054 2.013 1.093-1.116.459.45-1.584 1.617-2.513-2.464zM133.302 69.358l2.22 2.73-.776.63-2.22-2.729zM137.086 68.194c-.114-.183-.461-.418-.924-.128s-.436.808-.067 1.397c.364.581.894.81 1.292.56.397-.248.41-.693.268-.92l.516-.323c.388.619.176 1.348-.509 1.776-.689.431-1.537.132-2.097-.763-.565-.902-.458-1.789.272-2.246.733-.459 1.472-.143 1.764.322l-.515.325zM146.174 65.402l.137 1.196.553-.063c.216-.025.82-.192.694-1.297-.116-1.014-.717-1.029-.933-1.004l-.577.066.126 1.102-.646.088c-.098-.857-.192-1.697-.19-1.697l1.303-.15c.428-.049 1.394-.035 1.568 1.485.107.944-.245 1.905-1.048 1.997l-1.428.163s-.104-.908-.204-1.799l.645-.087zM152.322 64.09l-1.735-.083-.037.782 1.56.075-.031.646-1.56-.075-.044.928 1.734.083-.027.571-2.444-.117.167-3.515 2.445.116zM157.421 64.432l.544 2.402.649-2.018.663.213-1.076 3.349-.636-.204-.609-2.546-.685 2.131-.668-.215 1.076-3.35zM161.436 65.953l-1.492 3.183-.905-.424 1.492-3.184zM164.135 68.851c.115-.183.176-.596-.286-.888-.462-.292-.916-.043-1.287.545-.366.58-.341 1.157.056 1.408.397.25.802.069.946-.157l.515.325c-.389.618-1.138.744-1.821.313-.687-.433-.786-1.328-.223-2.221.568-.9 1.413-1.189 2.141-.73.732.462.769 1.265.476 1.73l-.517-.325zM174.418 82.294c.283-.245.398-.562.284-.896-.172-.499-.726-.666-1.392-.438-.662.227-1.015.716-.834 1.217.149.42.507.609.951.493l-.223-.65.519-.178.411 1.199-1.693.581-.132-.384c.112-.039.264-.111.355-.184-.346-.086-.607-.334-.755-.697-.306-.755.212-1.659 1.198-1.997.987-.338 1.828-.014 2.126.856.236.686-.021 1.403-.632 1.614l-.183-.536zM173.454 85.975c.078.477.411.55.706.502l2.292-.375.109.668-2.283.374c-.56.092-1.237-.096-1.397-1.076-.159-.974.421-1.373.981-1.465l2.283-.374.109.669-2.292.375c-.294.048-.585.229-.508.702zM128.278 103.206l.25.407.983-1.127-1.45.374c.002-.001.107.168.217.346l-.515.284-.296-.478-.727.188-.347-.559 3.58-.902.41.662-2.403 2.802-.347-.56.495-.562-.366-.591.516-.284zM129.727 107.438l1.565-2.268-1.988 1.802-.439-.484 2.607-2.363.683.753-1.595 2.255 2.403-1.362.683.752-2.607 2.363-.438-.484 1.988-1.801-2.411 1.335zM136.173 109.419l-1.368-1.069-.482.617 1.231.962-.398.509-1.231-.962-.571.731 1.368 1.07-.352.45-1.929-1.507 2.166-2.772 1.929 1.507zM137.464 111.362l.601.337c.19.106.443.031.585-.222.139-.25.046-.499-.178-.624l-.777-.435-.457.817.226.127-.252.581-.281-.158-.666 1.19-.612-.343 1.718-3.071 1.676.938c.422.236.431.816.186 1.253-.247.441-.746.54-.911.449.211.118.308.469.096.85l-.481.86-.591-.331.404-.722c.208-.372.089-.565-.215-.735l-.322-.18.251-.581zM141.275 111.558l-1.336 3.254-.925-.38 1.336-3.254zM144.12 113.754c.057-.208-.006-.621-.532-.766-.527-.145-.889.226-1.073.896-.182.662.01 1.207.462 1.331.452.125.788-.167.86-.425l.588.161c-.193.704-.873 1.042-1.652.828-.784-.215-1.139-1.042-.86-2.06.281-1.026 1.007-1.548 1.837-1.32.835.229 1.104.987.958 1.517l-.588-.162zM154.438 114.083c-.033-.213-.26-.565-.8-.48-.54.085-.719.571-.61 1.258.106.678.505 1.096.968 1.023.464-.073.65-.476.609-.741l.602-.095c.114.721-.368 1.308-1.165 1.434-.803.126-1.466-.482-1.63-1.525-.165-1.051.281-1.825 1.132-1.958.855-.134 1.411.446 1.497.989l-.603.095zM158.25 112.42l-1.653.529.239.746 1.488-.477.197.616-1.488.477.284.883 1.653-.53.175.544-2.33.748-1.075-3.35 2.33-.748zM159.734 111.166l2.075 1.326-.957-1.892.622-.314 1.588 3.14-.596.301-2.224-1.384 1.011 1.998-.626.316-1.589-3.139zM165.312 111.999l-1.723-2.368-.825.6-.347-.477 2.172-1.579.347.476-.83.603 1.723 2.37zM170.475 101.098l2.564 1.303.708-1.393.572.291-1.026 2.018-3.136-1.594zM147.132 115.315l.475.05-.294-1.466-.587 1.377c0-.002.198.018.406.039l-.089.581-.56-.057-.294.691-.654-.067 1.469-3.387.775.079.755 3.613-.655-.067-.143-.735-.692-.071.088-.58zM170.557 105.079l.28-.386-1.417-.477.9 1.196c-.001-.002.115-.163.237-.333l.46.366-.328.457.452.599-.385.534-2.203-2.962.455-.632 3.508 1.148-.384.534-.709-.242-.405.565-.461-.367zM167.115 107.973l.487-.488c.154-.154.15-.417-.056-.623-.203-.202-.468-.18-.648.002l-.629.63.663.662.183-.183.49.399-.228.228.965.964-.496.496-2.49-2.486 1.357-1.359c.342-.342.902-.194 1.257.161.358.357.317.864.184.998.171-.172.536-.17.844.138l.697.697-.479.479-.585-.584c-.302-.302-.52-.239-.766.007l-.261.261-.489-.399zM174.537 89.941l-.004.477 1.431-.435-1.428-.45c.003.001.002.199.001.408l-.587-.031.002-.563-.715-.225.002-.658 3.514 1.131-.003.779-3.522 1.104.002-.657.718-.215.002-.695.587.03zM171.361 78.029l.23.419 1.036-1.079-1.466.305c.002-.002.099.172.2.355l-.527.259-.273-.492-.735.153-.319-.575 3.619-.73.378.681-2.535 2.684-.319-.575.521-.538a120.26 120.26 0 00-.338-.608l.528-.259zM166.204 71.701l.355.32.625-1.358-1.285.768c.001-.002.149.131.305.27l-.413.418-.419-.375-.644.386-.49-.438 3.179-1.877.58.519-1.513 3.366-.491-.438.316-.679-.518-.463.413-.419zM140.553 67.568l.442-.181-.952-1.154.133 1.491a19 19 0 01.377-.156l.197.553-.52.215.067.747-.608.251-.307-3.679.72-.297 2.374 2.827-.609.25-.474-.579-.642.264-.198-.552zM124.958 90.855l-.003-.689c-.001-.218-.192-.4-.482-.399-.286.002-.457.206-.455.462l.004.89.937-.005a7.528 7.528 0 00-.001-.259l.629-.067.002.323 1.363-.007.004.701-3.519.018-.01-1.92c-.002-.483.498-.777.999-.779.505-.003.838.383.838.571-.001-.242.257-.5.693-.502l.985-.005.004.677-.827.004c-.427.002-.536.201-.534.549l.002.369-.629.068zM169.367 73.947l.43.538c.136.17.399.196.625.015.224-.179.231-.444.071-.645l-.556-.695-.731.584.161.203-.451.443-.202-.252-1.065.851-.438-.548 2.749-2.196 1.199 1.5c.302.379.092.918-.3 1.231-.396.316-.895.22-1.013.072.151.189.109.551-.231.823l-.77.615-.423-.529.646-.516c.333-.266.295-.49.078-.762l-.23-.288.451-.444z\"/>\n    <circle cx=\"126.103\" cy=\"96.647\" r=\"1\" fill=\"#FFCF46\" fill-rule=\"nonzero\"/>\n    <circle cx=\"173.896\" cy=\"96.647\" r=\"1\" fill=\"#FFCF46\" fill-rule=\"nonzero\"/>\n    <path fill=\"#B3D2EF\" fill-rule=\"nonzero\" d=\"M142.402 83.677l-.684 1.151 5.453 1.072a5.29 5.29 0 01-.019-.359l-4.75-1.864zM144.161 80.711l-.574.971 4.001 1.841c.043-.089.089-.174.138-.257l-3.565-2.555zM143.345 82.088l-.563.948 4.425 1.707a4.47 4.47 0 01.07-.352l-3.932-2.303zM152.287 87.642l6.239 4.392c.585-.024 2.209-.095 2.54-.109l-8.605-4.619a3.936 3.936 0 01-.174.336zM149.741 89.101l-.292 3.014c.169-.003.499-.006.557-.008v-2.99h-.005c-.089 0-.175-.005-.26-.016zM150.166 81.821l.735-9.427-.901-1.518-.386.649.322 10.291.063-.003c.056.001.112.004.167.008zM161.72 90.623l-1.424-2.403-7.588-1.618c-.042.161-.09.316-.147.466l9.159 3.555zM159.251 86.461l-.827-1.391-5.594.813a4.528 4.528 0 01-.064.457l6.485.121zM157.984 84.328l-.621-1.048-4.542 1.678c.016.142.024.285.027.432l5.136-1.062zM156.786 82.311l-.432-.728-3.701 2.555c.036.118.068.239.094.362l4.039-2.189zM155.967 80.928l-.547-.921-3.086 3.366c.062.112.118.228.17.349l3.463-2.794zM155.202 79.642l-.366-.616-2.889 3.776c.068.082.134.17.197.261l3.058-3.421zM154.521 78.493l-.366-.616-2.735 4.424c.078.057.153.119.225.185l2.876-3.993zM153.693 77.099l-.516-.871-2.148 5.833c.085.042.167.089.248.141l2.416-5.103zM152.522 75.129l-.706-1.19-1.383 7.918c.075.015.149.034.222.057l1.867-6.785zM148.675 73.108l-.745 1.254 1.519 7.521c.073-.018.147-.033.223-.044l-.997-8.731zM147.289 75.442l-.549.926 2.222 5.697c.055-.028.111-.054.168-.077l-1.841-6.546zM146.22 77.242l-.432.728 2.8 4.323c.049-.035.098-.07.148-.101l-2.516-4.95zM145.327 78.749l-.726 1.223 3.486 2.787c.054-.063.111-.123.169-.18l-2.929-3.83zM140.616 86.533l-.924 1.671 7.637-1.464a4.847 4.847 0 01-.065-.251l-6.648.044zM138.461 90.32l-1.042 1.756 10.091-4.835a4.458 4.458 0 01-.094-.236l-8.955 3.315zM142.65 90.815l.432.687 4.671-3.793a3.792 3.792 0 01-.096-.166l-5.007 3.272zM143.474 92.123l.013.019c.394.003.968.012 1.065.012l3.553-3.961a3.27 3.27 0 01-.138-.169l-4.493 4.099zM146.839 90.614c.283-.031.72-.088.844-.101l.907-1.874a2.893 2.893 0 01-.236-.194l-1.515 2.169zM148.158 90.892c.115.247.377.76.415.821l.685-2.721a2.397 2.397 0 01-.272-.113l-.828 2.013zM150.701 92.096c.25-.006.65-.008.796-.011l-.884-3.053a2.235 2.235 0 01-.27.058l.358 3.006zM152.312 92.073c.18-.003.717.001 1.007.004l-2.228-3.238c-.09.048-.184.09-.279.127l1.5 3.107zM153.939 92.08c.359.002 1.145-.006 1.378-.003l-3.712-3.595a2.372 2.372 0 01-.148.121l2.482 3.477zM155.882 92.078c.422-.004 1.257-.01 1.494-.015l-5.285-4.119a3.29 3.29 0 01-.25.308l4.041 3.826z\"/>\n    <path fill=\"#4E2F91\" fill-rule=\"nonzero\" d=\"M160.439 88.465a10.724 10.724 0 01.151 3.592l.217-.006a11.114 11.114 0 00-.052-3.054l-.316-.532zM156.648 82.078a10.841 10.841 0 00-6.649-2.265c-2.503 0-4.808.844-6.647 2.264l-.32.539a10.633 10.633 0 016.967-2.587c2.663 0 5.098.976 6.969 2.589l-.32-.54zM139.559 88.467l-.316.532a10.996 10.996 0 00-.023 3.259l.218.003a10.667 10.667 0 01-.113-1.557c-.001-.767.08-1.516.234-2.237z\"/>\n    <path fill=\"#003976\" fill-rule=\"nonzero\" d=\"M160.756 88.998a11.032 11.032 0 01.052 3.053h.217a11.29 11.29 0 00.013-2.578l-.282-.475zM156.368 81.605A11.05 11.05 0 00150 79.598c-2.369 0-4.564.742-6.367 2.006l-.28.472A10.843 10.843 0 01150 79.812c2.504 0 4.809.845 6.649 2.265l-.281-.472zM139.243 88.999l-.281.475a11.085 11.085 0 00.04 2.786l.217-.002a10.926 10.926 0 01.024-3.259z\"/>\n    <path fill=\"#009CDC\" fill-rule=\"nonzero\" d=\"M161.038 89.473a11.12 11.12 0 01-.013 2.579l.217.001a11.347 11.347 0 00.049-2.153l-.253-.427zM156.111 81.173a11.276 11.276 0 00-6.112-1.79c-2.251 0-4.348.657-6.111 1.789l-.256.432a11.052 11.052 0 016.367-2.006c2.369 0 4.565.742 6.368 2.007l-.256-.432zM138.961 89.474l-.253.426a11.456 11.456 0 00.077 2.362l.217-.002a11.268 11.268 0 01-.041-2.786z\"/>\n    <path fill=\"#00AD8E\" fill-rule=\"nonzero\" d=\"M161.291 89.899a11.285 11.285 0 01-.049 2.153l.217-.001a11.759 11.759 0 00.071-1.753l-.239-.399zM155.876 80.777a11.485 11.485 0 00-5.877-1.61 11.48 11.48 0 00-5.876 1.609l-.235.396a11.27 11.27 0 016.111-1.789c2.251 0 4.349.657 6.112 1.79l-.235-.396zM138.708 89.9l-.237.399a11.753 11.753 0 00.097 1.972l.216-.009a11.467 11.467 0 01-.076-2.362z\"/>\n    <path fill=\"#FFF200\" fill-rule=\"nonzero\" d=\"M161.529 90.301a11.61 11.61 0 01-.072 1.756l.217-.005c.051-.443.077-.893.077-1.348l-.001-.031-.221-.372zM155.654 80.402A11.693 11.693 0 00150 78.953a11.69 11.69 0 00-5.653 1.449l-.223.375A11.478 11.478 0 01150 79.168c2.147 0 4.155.589 5.877 1.61l-.223-.376zM138.472 90.299l-.223.375-.001.029c0 .527.035 1.048.102 1.557l.219.011a11.589 11.589 0 01-.097-1.972z\"/>\n    <path fill=\"#FAAB54\" fill-rule=\"nonzero\" d=\"M161.75 90.673l.001.031c0 .455-.026.905-.076 1.347l.216.001c.038-.337.062-.679.071-1.024l-.212-.355zM155.442 80.046a11.91 11.91 0 00-5.443-1.309c-1.96 0-3.809.473-5.442 1.308l-.211.356a11.7 11.7 0 015.653-1.449c2.05 0 3.977.526 5.654 1.449l-.211-.355zM138.249 90.675l-.211.354c.011.417.043.828.095 1.233l.217-.001a11.93 11.93 0 01-.102-1.557l.001-.029z\"/>\n    <path fill=\"#ED1C2E\" fill-rule=\"nonzero\" d=\"M161.961 91.029c-.009.345-.033.686-.071 1.023l.217-.001c.025-.226.043-.454.056-.682l-.202-.34zM155.241 79.706A12.134 12.134 0 00150 78.522c-1.877 0-3.653.426-5.24 1.183l-.202.34A11.919 11.919 0 01150 78.737c1.96 0 3.81.473 5.443 1.309l-.202-.34zM137.837 91.368c.016.3.042.599.08.893l.217.001a11.919 11.919 0 01-.095-1.233l-.202.339z\"/>\n    <path fill=\"#003976\" fill-rule=\"nonzero\" d=\"M143.883 92.8c.269.011 1.03.022 1.198.022.168 0 .358.187-.011.187s-.952.022-1.041.022l-.146-.231zM144.287 93.371c.179 0 .515-.033.627-.022.112.011.168.099 0 .121-.168.022-.381.066-.537.077l-.09-.176zM149.091 92.733c.168.033 1.131-.011 1.299-.011v.177c-.403.011-1.03.077-1.198.066l-.101-.232zM153.895 92.546c.269 0 .75.022.907.022l-.011.143c-.291-.011-.717.043-.806.043l-.09-.208zM157.065 92.59c.291-.022.907.011 1.075.011l-.012.165c-.347.011-.772.022-.941.022l-.122-.198zM163.576 93.749c-.397.016-.962.067-1.102.094-.168.033-.235.22.056.176.231-.035.834-.062 1.163-.073l-.117-.197zM136.336 93.897c.373.009 1.228.082 1.668.156l.448-.242a25.74 25.74 0 00-1.98-.143l-.136.229zM136.715 93.259l-.118.2c.591-.136 1.676-.087 2.259.056l.202-.187c-.436-.215-1.781-.165-2.343-.069zM137.055 92.684l-.214.361c.739-.164 2.063-.303 2.719-.146l.19-.177c-.721-.249-2.117-.1-2.695-.038zM140.459 98.725c-.14-.035.048-.139.233-.219.806-.352 1.837-.154 2.33-.055.484.097.427.205.287.25a59.74 59.74 0 001.601-.038c-.366-.012-.79-.095-1.552-.344-1.075-.352-2.508-.154-3.001 0-.403.126-.881.207-1.384.125.472.133.992.243 1.486.281zM162.472 91.889c-.803-.006-3.042.101-3.795.14-.851.044-4.658.066-5.599.044-.941-.022-5.533.088-6.876.088-1.282 0-7.497-.06-8.786-.085l-.192.324c.74-.01 4.246.046 5.416.025 1.254-.022 4.502.022 5.622 0s3.785-.11 4.301-.088c.515.022 4.255 0 4.95-.044.667-.042 3.15-.105 5.111-.148l-.152-.256zM162.774 92.397a44.14 44.14 0 00-1.834.083c-.18.022-.369.187.056.154.344-.026 1.415-.024 1.905-.023l-.127-.214zM163.038 92.842c-.516.003-1.537.049-1.684.078-.168.033-.28.253.034.187.256-.054 1.289-.072 1.762-.076l-.112-.189zM163.334 93.34c-.471.019-1.266.109-1.42.118-.18.011-.347.187 0 .176.282-.008 1.148-.083 1.529-.111l-.109-.183zM165.532 97.045c-.448.027-1.049-.083-1.301-.178-.291-.11-.537-.154-.156.066.336.194 1.159.353 1.594.343l-.137-.231zM165.852 97.585c-.498.012-1.54-.15-2.27-.498-.829-.396-1.902-.25-2.823-.132-1.724.22-2.598.11-4.009-.22-1.411-.33-3.315-.286-3.964-.022-.649.264-.515.352.179.22.695-.132 2.307-.33 3.696.044 1.389.374 2.71.44 3.561.374s1.546-.154 1.904-.132c.358.022.314.136 0 .176-2.576.33-3.651.418-5.129 0-1.479-.418-2.845-.264-3.831-.132-.985.132-1.971.066-2.889-.286-.919-.352-1.638-.468-2.195-.286-.201.066-.269.176.067.132.336-.044 1.276-.044 2.083.33.806.374 2.038.462 3.136.308 1.097-.154 2.441-.33 3.606.154 1.165.483 2.508.374 3.696.198 1.187-.176 1.993-.396 2.934-.154.83.213 1.955.272 2.424.223l-.176-.297z\"/>\n    <path fill=\"#003976\" fill-rule=\"nonzero\" d=\"M166.167 98.115c-.53.092-1.89-.01-2.473-.149-.649-.154-1.703-.022-3.203.264-1.501.286-3.135-.198-3.987-.396-.851-.198-1.903-.22-2.665-.132-.761.088-1.971.242-3.696-.264-2.138-.627-3.27-.352-3.807-.198-.537.154-1.68.154-2.889-.176-1.209-.33-2.307-.242-3.046-.044-.739.198-1.859.352-2.889.044-.952-.285-2.172-.287-2.917-.234l-.148.251c.647-.111 2.143-.147 3.043.203 1.076.418 2.532.245 3.024.088 1.097-.352 1.814-.286 2.889.044.758.232 2.185.275 3.113.044 1.501-.374 2.352-.154 3.584.242 1.232.396 2.934.44 3.853.374.918-.066 1.702-.286 2.822.066s2.62.594 3.919.286 2.464-.352 3.069-.242c.573.104 1.608.248 2.515.113l-.111-.184z\"/>\n    <path fill=\"#003976\" fill-rule=\"nonzero\" d=\"M166.418 98.537c-.394.053-1.304.075-2.163-.042-1.397-.192-2.424-.085-3.337.132-1.389.33-2.173.22-3.292-.044-1.12-.264-2.15-.33-3.404-.198s-3.113-.088-4.547-.462c-1.433-.374-2.598-.22-3.651.044-1.052.264-2.687-.022-3.203-.264-.515-.242-1.277-.264-2.307-.044-1.03.22-1.949.154-3.002-.132-.982-.267-2.277-.38-3.191-.233l-.103.173c.673-.076 2.356-.122 3.317.236 1.12.418 2.374.286 3.024.154.649-.132 1.772-.18 2.262.066 1.052.528 2.713.407 3.315.242 1.366-.374 2.374-.374 3.539-.022s3.292.572 4.614.396c.892-.119 2.24-.066 3.337.242a6.165 6.165 0 003.405.022c1.232-.33 2.575-.242 3.315-.132.704.104 1.267.189 2.191.063l-.119-.197z\"/>\n    <path fill=\"#003976\" fill-rule=\"nonzero\" d=\"M166.724 99.053c-.431.038-1.823.052-2.425-.009-.65-.066-1.703-.22-2.867.11-1.165.33-2.822.286-3.74-.022-.918-.308-2.105-.418-3.203-.264-1.098.154-2.486.264-4.144-.22-1.657-.484-2.307-.572-4.053-.11-.74.195-4.301.154-5.309.198-1.008.044-2.262-.33-3.024-.638-.72-.291-2.599-.424-3.956-.271l-.157.264c1.273-.264 2.933-.03 3.576.337-.814-.196-2.77-.108-3.822.078l-.233.393c1.663-.364 4.138-.271 5.04-.075 1.008.22 2.665.396 3.74.132 1.037-.255 2.697.064 3.718.462h4.657c-.73-.446-1.589-.194-2.215-.132-.672.065-1.322-.089-1.635-.286-.313-.198 0-.176.538-.33 1.557-.446 2.776.081 3.68.748h3.663c.99-.669 1.867-.342 2.378-.154.129.047.411.103.776.154h3.861c.941-.374 2.173-.242 2.777-.154a7.74 7.74 0 002.499-.01l-.12-.201z\"/>\n    <path fill=\"#00AD8E\" fill-rule=\"nonzero\" d=\"M164.055 94.557c-2.374-.038-3.381-1.438-4.258-2.901-.448.022-1.098.089-1.523.066-.067.22-.358.968-.538 1.54-.515-.33-1.052-1.43-1.366-2.045-.246 0-.761.022-1.165-.022-.157.33-.627 1.407-.828 1.847-.381-.396-1.299-1.737-1.635-2.265-.426-.022-1.052.066-1.545.066-.269.791-.806 1.957-1.479 2.638-.493-.483-1.433-2.243-1.747-2.991-.313 0-.941.132-1.299.132-.313.615-1.209 2.463-1.747 3.43-.896-.924-2.016-2.815-2.778-4.09l-1.075.088c-1.352 3.767-3.68 4.284-5.084 4.431l-1.062 1.789c.544.004 1.463.097 2.136.311.762.242 2.173.417 3.27.022 1.098-.396 2.262-.33 3.404-.11 1.142.22 3.069.352 4.748-.461 2.15 1.077 3.517.483 4.569.264 1.053-.22 2.508-.374 3.629-.022 1.477.464 3.378.464 4.771.088 1.684-.455 2.693.427 3.958.482l-1.356-2.287z\"/>\n    <path fill=\"#FFE01B\" fill-rule=\"nonzero\" d=\"M141.073 90.051c.089 2.001 1.232 4.096 4.099 6.602.18.011.458.006.643 0-.761-.748-2.48-2.622-3.062-3.535a3.567 3.567 0 01-.045-.429c1.579 1.792 2.743 3.177 4.244 3.837.271-.049.642-.14.887-.231-2.493-1.286-3.854-3.177-5.691-6.333-.359.034-.818.056-1.075.089zM151.706 90.82c-.426 1.297-.935 2.529-1.674 3.167.123.143.313.297.448.428.313-.242.717-.715.817-.825.19.088.258.462-.247 1.319.65.44 1.747 1.048 2.531 1.289-.655.099-1.438.327-1.792.382-1.433-1.034-2.564-1.737-3.662-3.606-.157.703-.05 1.041.448 1.605.448.506 1.154 1.295 2.497 2.075-.802.023-1.643-.145-2.587-.623-.537-.902-1.612-2.925-1.814-5.409.384-.008.939-.124 1.299-.132.404.899 1.193 2.392 1.747 2.991.474-.478 1.112-1.534 1.479-2.638.134-.004.438-.017.51-.023zM155.595 91.219c-.135.648-.58 1.646-.893 2.185-.09-.099-.244-.253-.325-.363l.828-1.847c.102.009.317.031.39.025zM154.814 93.865c.123.067.347.231.437.275.258-.396.313-.715.246-1.308-.303.242-.336.792-.683 1.033zM157.736 93.261c.123.11.269.209.381.286.224-.615.482-1.407.549-1.825a3.008 3.008 0 01-.392 0c-.227.64-.47 1.319-.538 1.539z\"/>\n    <path d=\"M166.941 99.418L150 70.876l-16.941 28.542z\"/>\n  </g>\n</svg>\n</li><li title=\"cif nl \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 201\">\n  <g fill=\"none\">\n    <path fill=\"#21468B\" d=\"M.5.5h300v200H.5z\"/>\n    <path fill=\"#FFF\" d=\"M.5.5h300v133.333H.5z\"/>\n    <path fill=\"#AE1C28\" d=\"M.5.5h300v66.667H.5z\"/>\n  </g>\n</svg>\n</li><li title=\"cif no \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 219\">\n  <g fill=\"none\">\n    <path fill=\"#EF2B2D\" d=\"M.5.409h300v218.182H.5z\"/>\n    <path fill=\"#FFF\" d=\"M82.318.409h54.545v218.182H82.318z\"/>\n    <path fill=\"#FFF\" d=\"M.5 82.227h300v54.545H.5z\"/>\n    <path fill=\"#002868\" d=\"M95.955.409h27.273v218.182H95.955z\"/>\n    <path fill=\"#002868\" d=\"M.5 95.863h300v27.273H.5z\"/>\n  </g>\n</svg>\n</li><li title=\"cif np \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 380\">\n  <g fill=\"none\">\n    <path fill=\"#003893\" d=\"M.5 380V0l300 188.402H102.37L293.418 380z\"/>\n    <path fill=\"#DC143C\" d=\"M7.174 181.741h270.184L7.174 12.06v361.276h270.184L7.174 102.38z\"/>\n    <path fill=\"#FFF\" d=\"M20.907 118.111c11.681 29.805 45.242 44.471 74.962 32.757a57.903 57.903 0 0032.663-32.757c0 29.805-24.093 53.967-53.813 53.967-29.719 0-53.812-24.162-53.812-53.967\"/>\n    <ellipse cx=\"74.72\" cy=\"143.224\" fill=\"#FFF\" rx=\"25.041\" ry=\"25.114\"/>\n    <path fill=\"#FFF\" d=\"M84.303 120.022l-2.798-11.005-6.785 9.093M92.427 125.466l1.614-11.241-9.738 5.797M97.855 133.614l5.781-9.766-11.209 1.619M99.762 143.224l9.068-6.804-10.974-2.806M97.855 152.835l10.974-2.806-9.068-6.804M92.427 160.982l11.209 1.619-5.781-9.766M65.137 120.022l2.798-11.005 6.785 9.093\"/>\n    <path fill=\"#FFF\" d=\"M57.013 125.466l-1.614-11.241 9.739 5.797M51.584 133.614l-5.781-9.766 11.21 1.619\"/>\n    <path fill=\"#FFF\" d=\"M49.678 143.224l-9.068-6.804 10.974-2.806M51.584 152.835l-10.974-2.806 9.068-6.804M45.81 227.322l2.98 24.213-24.143-2.989 14.652 19.475-22.399 9.518 22.399 9.518-14.652 19.475 24.143-2.989-2.98 24.212 19.419-14.694 9.491 22.463 9.491-22.463 19.419 14.694-2.98-24.212 24.144 2.989-14.654-19.475 22.4-9.518-22.4-9.518 14.654-19.475-24.144 2.989 2.98-24.213-19.419 14.695-9.491-22.463-9.491 22.463z\"/>\n  </g>\n</svg>\n</li><li title=\"cif nr \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 151\">\n  <g fill=\"none\">\n    <path fill=\"#002B7F\" d=\"M.5.5h300v150H.5z\"/>\n    <path fill=\"#FFC61E\" d=\"M.5 69.25h300v12.5H.5z\"/>\n    <path fill=\"#FFF\" d=\"M75.5 131.75l-3.235-12.926L63 128.4l3.661-12.812-12.812 3.661 9.577-9.265L50.5 106.75l12.926-3.235-9.577-9.265 12.812 3.661L63 85.1l9.265 9.576L75.5 81.75l3.235 12.926L88 85.1l-3.661 12.812 12.812-3.661-9.577 9.265 12.926 3.234-12.926 3.235 9.577 9.265-12.812-3.661L88 128.4l-9.265-9.576z\"/>\n  </g>\n</svg>\n</li><li title=\"cif nu \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 151\">\n  <g fill=\"none\" transform=\"translate(1 1)\">\n    <path fill=\"#FFF200\" d=\"M0 0h300v150H0z\"/>\n    <path fill=\"#005A9B\" stroke=\"currentColor\" stroke- d=\"M0 0h149.898v74.995H0z\"/>\n    <path fill=\"#FFF\" stroke=\"currentColor\" stroke- d=\"M0 24.99h31.637L0 9.114V0h18.101l44.255 22.061V0h24.921v22.061L131.533 0h18.365v9.114L117.997 24.99h31.901v25.009h-31.901l31.901 15.876v9.117h-18.365L87.277 52.928v22.064H62.356V52.928L18.101 74.992H0v-9.117l31.637-15.876H0z\"/>\n    <path fill=\"#ED1C2E\" stroke=\"currentColor\" stroke-linejoin=\"bevel\" stroke- d=\"M138.015 0L88.018 25.007h11.969L149.898 0zM149.898 74.995L99.934 49.999h12.021l37.943 19.035zM50.093 25.007L0 0v5.973l38.02 19.034zM49.99 49.999L0 74.995h11.962l49.997-24.996z\"/>\n    <path fill=\"#ED1C2E\" stroke=\"currentColor\" stroke- d=\"M0 30.179h67.665V0h14.643v30.179h67.59v14.644h-67.59v30.172H67.665V44.823H0z\"/>\n    <circle cx=\"74.975\" cy=\"37.443\" r=\"12.588\" fill=\"#005A9B\" stroke=\"currentColor\" stroke-/>\n    <path fill=\"#FFF200\" stroke=\"currentColor\" stroke- d=\"M31.232 32.506l-1.22 3.794h-4.015l3.26 2.361-1.252 3.79 3.227-2.355 3.228 2.355-1.236-3.822 3.244-2.313h-3.999zM74.99 7.25l1.221 3.794h4.014l-3.26 2.361 1.253 3.79-3.228-2.355-3.228 2.355 1.236-3.822-3.243-2.313h3.998zM74.99 57.318l1.221 3.794h4.014l-3.26 2.36 1.253 3.791-3.228-2.356-3.228 2.356 1.236-3.823-3.243-2.312h3.998zM74.975 26.12l-2.519 7.828h-8.284l6.728 4.871-2.585 7.822 6.66-4.86 6.66 4.86-2.55-7.888 6.693-4.772h-8.251zM118.727 32.506l1.22 3.794h4.015l-3.26 2.361 1.252 3.79-3.227-2.355-3.228 2.355 1.236-3.822-3.244-2.313h3.999z\"/>\n  </g>\n</svg>\n</li><li title=\"cif nz \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"   viewBox=\"0 0 301 151\">\n  <defs>\n    <path id=\"a\" d=\"M.5.5h150v75H.5z\"/>\n    <path id=\"c\" d=\"M.5.5l75 37.5H.5V.5zm75 0h75L75.5 38V.5zm0 37.5h75v37.5L75.5 38zm0 0v37.5H.5l75-37.5z\"/>\n  </defs>\n  <g fill=\"none\" fill-rule=\"evenodd\">\n    <path fill=\"#00247D\" fill-rule=\"nonzero\" d=\"M.5.5h300v150H.5z\"/>\n    <mask id=\"b\" fill=\"#fff\">\n      <use xlink:href=\"#a\"/>\n    </mask>\n    <path fill=\"#000\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M.5.5l150 75m-150 0l150-75\" mask=\"url(#b)\"/>\n    <mask id=\"d\" fill=\"#fff\">\n      <use xlink:href=\"#c\"/>\n    </mask>\n    <path fill=\"#000\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M.5.5l150 75m-150 0l150-75\" mask=\"url(#d)\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M75.5.5v75M.5 38h150\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M75.5.5v75M.5 38h150\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M245.108 53.043l6.242 4.535-2.384 7.338 6.242-4.535 6.242 4.535-2.384-7.338 6.242-4.535h-7.716l-2.384-7.338-2.384 7.338z\"/>\n    <path fill=\"#CC142B\" fill-rule=\"nonzero\" d=\"M248.958 54.294l3.863 2.806-1.476 4.541 3.863-2.806 3.863 2.806-1.475-4.541 3.862-2.806h-4.774l-1.476-4.541-1.475 4.541z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M214.15 26.812l7.015 5.096-2.68 8.247 7.015-5.097 7.015 5.097-2.679-8.247 7.014-5.096h-8.671l-2.679-8.246-2.679 8.246z\"/>\n    <path fill=\"#CC142B\" fill-rule=\"nonzero\" d=\"M218 28.063l4.635 3.367-1.77 5.45 4.635-3.368 4.635 3.368-1.77-5.45L233 28.063h-5.729l-1.771-5.449-1.771 5.449z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M179.491 61.683l7.014 5.096-2.679 8.247 7.015-5.097 7.015 5.097-2.68-8.247 7.015-5.096h-8.671l-2.679-8.246-2.68 8.246z\"/>\n    <path fill=\"#CC142B\" fill-rule=\"nonzero\" d=\"M183.341 62.934l4.635 3.367-1.771 5.45 4.636-3.368 4.635 3.368-1.77-5.45 4.635-3.367h-5.73l-1.77-5.449-1.771 5.449z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M212.9 116.406l7.787 5.658-2.974 9.154 7.787-5.658 7.787 5.658-2.974-9.154 7.787-5.658h-9.625l-2.975-9.155-2.974 9.155z\"/>\n    <path fill=\"#CC142B\" fill-rule=\"nonzero\" d=\"M216.75 117.657l5.408 3.929-2.066 6.357 5.408-3.929 5.408 3.929-2.066-6.357 5.408-3.929h-6.684L225.5 111.3l-2.066 6.357z\"/>\n  </g>\n</svg>\n</li><li title=\"cif om \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 151\">\n  <g fill=\"none\" fill-rule=\"evenodd\">\n    <path fill=\"#DB161B\" fill-rule=\"nonzero\" d=\"M.5.5h300v150H.5z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M75.5.5h225v50h-225z\"/>\n    <path fill=\"green\" fill-rule=\"nonzero\" d=\"M75.5 100.5h225v50h-225z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M17.767 26.16h8.06c.444 0 .804.338.804.754v3.797c0 .416-.36.754-.804.754h-8.06c-.444 0-.804-.337-.804-.754v-3.797c.001-.416.36-.754.804-.754z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M17.974 26.38h7.646c.421 0 .763.309.763.691v3.48c0 .382-.341.691-.763.691h-7.646c-.421 0-.763-.309-.763-.691v-3.48c.001-.382.342-.691.763-.691z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M21.476 27.708l.463.015.021.21.379.193.295-.24.357.192-.336.21.084.29.421-.015v.387l-.336-.018-.168.243.379.275-.295.225-.316-.243-.463.098.021.355-.505.032-.063-.34-.421-.177-.232.243-.358-.177.211-.275-.253-.177h-.358l-.021-.5.358.032.252-.29-.295-.225.379-.26.273.21.463-.063z\"/>\n    <circle cx=\"21.616\" cy=\"28.755\" r=\"1\" fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M18.451 26.603l-.744.662M18.947 26.603l-.744.662M19.442 26.603l-.743.662M19.938 26.603l-.744.662M20.434 26.603l-.744.662M20.929 26.603l-.743.662M21.426 26.603l-.744.662M21.921 26.603l-.744.662M22.417 26.603l-.744.662M22.913 26.603l-.744.662M23.408 26.603l-.744.662M23.905 26.603l-.744.662M21.921 26.603l-.744.662M24.4 26.603l-.744.662M24.896 26.603l-.744.662M25.392 26.603l-.744.662M25.887 26.603l-.744.662M25.144 26.603l.744.662M24.648 26.603l.744.662M24.152 26.603l.744.662M23.656 26.603l.744.662M23.16 26.603l.744.662M22.665 26.603l.744.662M22.169 26.603l.744.662M21.674 26.603l.744.662M21.177 26.603l.744.662M20.682 26.603l.744.662M20.186 26.603l.744.662M19.69 26.603l.744.662M21.674 26.603l.744.662M19.195 26.603l.744.662M18.699 26.603l.743.662M18.203 26.603l.744.662M17.707 26.603l.744.662M18.451 30.357l-.744.665M18.947 30.357l-.744.665M19.442 30.357l-.743.665M19.938 30.357l-.744.665M20.434 30.357l-.744.665M20.929 30.357l-.743.665M21.426 30.357l-.744.665M21.921 30.357l-.744.665M22.417 30.357l-.744.665M22.913 30.357l-.744.665M23.408 30.357l-.744.665M23.905 30.357l-.744.665M21.921 30.357l-.744.665M24.4 30.357l-.744.665M24.896 30.357l-.744.665M25.392 30.357l-.744.665M25.887 30.357l-.744.665M25.144 30.357l.744.665M24.648 30.357l.744.665M24.152 30.357l.744.665M23.656 30.357l.744.665M23.16 30.357l.744.665M22.665 30.357l.744.665M22.169 30.357l.744.665M21.674 30.357l.744.665M21.177 30.357l.744.665M20.682 30.357l.744.665M20.186 30.357l.744.665M19.69 30.357l.744.665M21.674 30.357l.744.665M19.195 30.357l.744.665M18.699 30.357l.743.665M18.203 30.357l.744.665M17.707 30.357l.744.665\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M58.233 26.16h-8.06c-.444 0-.804.338-.804.754v3.797c0 .416.36.754.804.754h8.06c.444 0 .804-.337.804-.754v-3.797c-.001-.416-.361-.754-.804-.754z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M58.026 26.38H50.38c-.421 0-.763.309-.763.691v3.48c0 .382.342.691.763.691h7.646c.421 0 .763-.309.763-.691v-3.48c0-.382-.342-.691-.763-.691z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M54.524 27.708l-.463.015-.021.21-.379.193-.295-.24-.358.192.337.21-.084.29-.421-.015v.387l.337-.018.168.243-.379.275.294.225.316-.243.463.098-.021.355.505.032.063-.34.421-.177.231.243.358-.177-.21-.275.252-.177h.358l.021-.5-.358.032-.252-.29.295-.225-.379-.26-.274.21-.463-.063z\"/>\n    <circle cx=\"54.384\" cy=\"28.755\" r=\"1\" fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M57.55 26.603l.743.662M57.053 26.603l.744.662M56.558 26.603l.744.662M56.062 26.603l.743.662M55.566 26.603l.744.662M55.071 26.603l.744.662M54.574 26.603l.744.662M54.079 26.603l.744.662M53.583 26.603l.744.662M53.087 26.603l.744.662M52.592 26.603l.744.662M52.096 26.603l.744.662M54.079 26.603l.744.662M51.6 26.603l.744.662M51.104 26.603l.744.662M50.609 26.603l.744.662M50.113 26.603l.744.662M50.857 26.603l-.744.662M51.352 26.603l-.744.662M51.848 26.603l-.744.662M52.344 26.603l-.744.662M52.84 26.603l-.744.662M53.335 26.603l-.744.662M53.831 26.603l-.744.662M54.327 26.603l-.744.662M54.822 26.603l-.744.662M55.319 26.603l-.744.662M55.814 26.603l-.744.662M56.31 26.603l-.744.662M54.327 26.603l-.744.662M56.805 26.603l-.743.662M57.301 26.603l-.744.662M57.797 26.603l-.744.662M58.293 26.603l-.743.662M57.55 30.357l.743.665M57.053 30.357l.744.665M56.558 30.357l.744.665M56.062 30.357l.743.665M55.566 30.357l.744.665M55.071 30.357l.744.665M54.574 30.357l.744.665M54.079 30.357l.744.665M53.583 30.357l.744.665M53.087 30.357l.744.665M52.592 30.357l.744.665M52.096 30.357l.744.665M54.079 30.357l.744.665M51.6 30.357l.744.665M51.104 30.357l.744.665M50.609 30.357l.744.665M50.113 30.357l.744.665M50.857 30.357l-.744.665M51.352 30.357l-.744.665M51.848 30.357l-.744.665M52.344 30.357l-.744.665M52.84 30.357l-.744.665M53.335 30.357l-.744.665M53.831 30.357l-.744.665M54.327 30.357l-.744.665M54.822 30.357l-.744.665M55.319 30.357l-.744.665M55.814 30.357l-.744.665M56.31 30.357l-.744.665M54.327 30.357l-.744.665M56.805 30.357l-.743.665M57.301 30.357l-.744.665M57.797 30.357l-.744.665M58.293 30.357l-.743.665\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M32.128 37.28C20.1 49.042 14.968 50.53 17.377 51.478c2.408.948 10.154-5.123 18.214-13.188 8.06-8.063 12.995-15.239 10.587-16.187-2.408-.948-1.258 2.666-14.05 15.177z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M22.002 45.827l4.213 1.105c-3.965 3.758-8.427 5.305-9.666 4.643-1.24-.662 2.231-2.21 5.453-5.748h0z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M22.002 46.27l3.47.885c-3.863 3.613-7.684 4.64-8.673 4.2-.994-.442 2.064-1.685 5.203-5.085z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M34.947 36.765c-.01.058-.038.31-.063.41 0 .14-.015.245-.03.355-.04.095-.033.182-.155.218a.468.468 0 01-.245.192 1.37 1.37 0 01-.31.163.648.648 0 01-.368.028c-.11-.068-.188-.135-.277-.19-.022-.087-.04-.215-.063-.3.032.088.058.228.063.353-.013.138-.063.198-.123.3M33.808 38.593a.384.384 0 01-.03-.028c.073.065.042.035-.125-.052a1.485 1.485 0 00-.4-.11h-.43c-.167 0-.28.022-.4.055-.087.077-.217.12-.308.19a.49.49 0 00-.185.218c-.085.075-.14.19-.217.248-.033.125-.105.12-.152.218.145.01.262.027.337.107.13.06-.107-.057-.153-.107-.102-.028-.127-.055-.277-.055-.14-.04-.225.032-.37.055-.083.042-.107.055-.215.055M32.145 39.958c-.063.002-.35.05-.462 0a.456.456 0 01-.278-.193c-.038-.072 0 .133 0 .22-.012.16-.067.162-.152.272-.09.05-.185.123-.277.162a.988.988 0 01-.278.137c-.092.038-.202.078-.277.135-.103.065-.093.145-.152.245.01.135.035.21.122.275.035.09.118.183.185.245.075.125.16.182-.032.218-.105.04-.163.007-.275 0M30.205 41.865a6.446 6.446 0 01-.463-.135h-.43c-.167.01-.2.055-.34.107a.86.86 0 01-.277.193c-.065.075-.195.202-.245.3a.985.985 0 00-.063.355c.002.157.05.185.063.327.035.115.09.223.185.325.013.035.022.045.06.055M28.738 43.75c-.012 0-.043.07-.087.13-.098.1-.11.107-.263.107-.135-.005-.123-.052-.217-.088-.045-.067-.103-.122-.152-.215-.035-.055-.068-.143-.11-.193-.04-.065-.09-.112-.132-.172-.04-.018-.055-.035-.107-.042.125.02.135.063.217.127.038.063.078.125.11.195.012.093.042.165.042.28 0 .117 0 .202-.042.3-.053.055-.09.11-.153.153a1.184 1.184 0 00-.155.17c-.067.042-.118.078-.195.13-.067.037-.137.077-.24.087-.13-.01-.168-.045-.263-.087-.083-.06-.147-.098-.22-.15a.714.714 0 01-.153-.172c-.117-.03-.192-.018-.262.042a.59.59 0 00-.153.15c-.037.018-.095.07-.132.088M26.33 44.64c.035.015.16.103.217.135.035.113.09.175.107.295.03.117.028.245.028.377-.03.137-.088.238-.135.347-.087.06-.13.1-.245.163a2.395 2.395 0 01-.353.028c-.085.027-.245.04-.327 0-.12-.018-.211-.065-.299-.108-.101-.057-.162-.11-.272-.162-.053-.078-.136-.147-.217-.243-.067-.09-.117-.14-.163-.24.04.115.101.215.136.323.062.113.098.155.108.295.038.113.027.248.027.375-.012.088-.018.253-.055.323v.083M22.311 47.057v.04c0-.105-.003-.052.043.155.083.093.276.117.438.078.142-.103.137-.183.394-.233.248.015.342.08.481.155.165.073.24.11.35.272.054.133.084.223-.087.273a1.14 1.14 0 01-.481.157c-.202 0-.348-.023-.438.077-.139.127-.131.205-.131.427-.047.07-.056.275-.087.353a.835.835 0 01-.394.077c-.047-.12-.1-.337-.131-.467-.034-.14-.045-.335-.131-.43a1.129 1.129 0 00-.306-.272.553.553 0 00-.263-.155c.172.078.196.163.219.35-.151.067-.191.115-.438.117-.242-.018-.3-.073-.393-.195-.017.195-.087.26-.131.43-.09.117-.128.238-.219.387.039.19.122.198.131.43.057.153.051.298.175.39.056.06.097.073.219.077-.253 0-.401-.025-.568-.117-.13-.07-.228-.16-.35-.233a1.801 1.801 0 00-.524-.235c-.202 0-.348-.02-.438.077-.123.08-.207.215-.262.39-.04.202-.056.337.044.468.074.152.091.21 0 .39-.102.127-.253.143-.481.195a1.672 1.672 0 01-.438-.078\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M45.853 26.665c5.337-9.215 8.88-17.055 7.905-17.504-.973-.448-6.092 6.667-11.43 15.88l3.525 1.624z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M45.5 26.502c5.147-8.889 8.695-16.393 7.917-16.752-.778-.358-5.587 6.564-10.738 15.453\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M44.615 21.865c-.627 1.039-1.29 2.227-1.935 3.338l2.82 1.299c.643-1.112 1.345-2.282 1.933-3.339l-2.818-1.298z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M44.853 22.224c-.625 1.039-1.063 1.834-1.705 2.945l2.112.973c.645-1.111 1.12-1.889 1.708-2.945l-2.115-.973z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M46.386 23.427l-1.409-.649-1.251 2.16 1.409.649z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M46.387 23.428l-2.66 1.511M45.135 25.587l-.157-2.809M52.758 12.432l-1.41-.649\"/>\n    <circle cx=\"52.685\" cy=\"11.038\" r=\"1\" fill=\"#DB161B\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- transform=\"rotate(-104.406 52.685 11.038)\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M43.873 37.28c12.028 11.762 17.159 13.25 14.751 14.198-2.408.948-10.154-5.123-18.214-13.188-8.06-8.063-12.995-15.239-10.587-16.187 2.407-.948 1.257 2.666 14.05 15.177z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M53.998 45.827l-4.213 1.105c3.965 3.758 8.427 5.305 9.667 4.643 1.239-.662-2.232-2.21-5.454-5.748h0z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M53.998 46.27l-3.47.885c3.863 3.613 7.684 4.64 8.673 4.2.994-.442-2.064-1.685-5.203-5.085z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M41.052 36.765c.01.058.038.31.063.41 0 .14.015.245.03.355.04.095.032.182.155.218a.472.472 0 00.245.192c.075.058.19.115.31.163a.645.645 0 00.367.028c.11-.068.188-.135.278-.19.022-.087.04-.215.063-.3a1.26 1.26 0 00-.063.353c.012.138.063.198.123.3M42.193 38.593a.384.384 0 00.03-.028c-.072.065-.042.035.125-.052.118-.055.245-.085.4-.11h.43c.167 0 .28.022.4.055.088.077.218.12.308.19a.49.49 0 01.185.218c.085.075.14.19.218.248.032.125.105.12.152.218-.145.01-.263.027-.337.107-.13.06.107-.057.152-.107.102-.028.127-.055.277-.055.14-.04.225.032.37.055.083.042.107.055.215.055M43.855 39.958c.063.002.35.05.462 0 .125-.03.2-.09.277-.193.038-.072 0 .133 0 .22.013.16.068.162.153.272.09.05.185.123.277.162.078.06.172.1.277.137.093.038.203.078.278.135.102.065.092.145.152.245-.01.135-.035.21-.123.275a.749.749 0 01-.185.245c-.075.125-.16.182.033.218.105.04.163.007.275 0M45.795 41.865a6.29 6.29 0 00.462-.135h.43c.167.01.2.055.34.107a.86.86 0 00.277.193c.065.075.195.202.245.3a.964.964 0 01.063.355c-.002.157-.05.185-.063.327a.806.806 0 01-.185.325c-.012.035-.022.045-.06.055M47.262 43.75c.013 0 .042.07.088.13.097.1.11.107.262.107.135-.005.123-.052.218-.088.045-.067.103-.122.152-.215.035-.055.067-.143.11-.193.04-.065.09-.112.133-.172.04-.018.055-.035.107-.042-.125.02-.135.063-.218.127-.038.063-.077.125-.11.195-.013.093-.042.165-.042.28a.7.7 0 00.042.3c.053.055.09.11.152.153.053.048.115.113.155.17.067.042.117.078.195.13.067.037.138.077.24.087.13-.01.168-.045.262-.087.083-.06.147-.098.22-.15a.689.689 0 00.152-.172c.118-.03.192-.018.263.042.06.04.112.093.152.15.038.018.095.07.132.088M49.67 44.64c-.035.015-.16.103-.218.135-.035.113-.09.175-.107.295-.03.117-.027.245-.027.377.03.137.087.238.135.347.088.06.13.1.245.163.107.015.215.028.353.028.085.027.245.04.328 0 .12-.018.21-.065.298-.108.101-.057.162-.11.272-.162.053-.078.136-.147.217-.243.068-.09.118-.14.164-.24-.041.115-.102.215-.136.323-.062.113-.098.155-.109.295-.038.113-.027.248-.027.375.012.088.019.253.055.323v.083M53.69 47.057v.04c0-.105.002-.052-.044.155-.083.093-.276.117-.437.078-.142-.103-.137-.183-.394-.233-.248.015-.342.08-.481.155-.165.073-.241.11-.35.272-.054.133-.084.223.088.273.137.087.299.135.481.157.202 0 .347-.023.437.077.139.127.131.205.131.427.046.07.056.275.087.353.122.05.193.077.394.077.047-.12.099-.337.131-.467.035-.14.045-.335.131-.43.082-.105.186-.2.306-.272a.544.544 0 01.262-.155c-.171.078-.196.163-.218.35.15.067.191.115.437.117.242-.018.3-.073.394-.195.017.195.087.26.131.43.09.117.128.238.219.387-.039.19-.122.198-.131.43-.057.153-.05.298-.174.39-.056.06-.097.073-.219.077.253 0 .4-.025.568-.117.13-.07.228-.16.35-.233.155-.1.346-.192.525-.235.202 0 .347-.02.437.077.124.08.207.215.262.39.041.202.056.337-.043.468-.074.152-.091.21 0 .39.102.127.253.143.481.195.167-.008.327-.04.437-.078\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M30.148 26.665c-5.337-9.215-8.88-17.055-7.905-17.504.973-.448 6.093 6.667 11.43 15.88l-3.525 1.624z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M30.5 26.502c-5.147-8.889-8.695-16.393-7.917-16.752.777-.358 5.587 6.564 10.737 15.453\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M31.385 21.865c.627 1.039 1.29 2.227 1.935 3.338l-2.82 1.299c-.643-1.112-1.345-2.282-1.933-3.339l2.818-1.298z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M31.148 22.224c.625 1.039 1.063 1.834 1.705 2.945l-2.113.973c-.645-1.111-1.12-1.889-1.708-2.945l2.116-.973z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M29.614 23.427l1.409-.649 1.252 2.16-1.41.649z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M29.613 23.428l2.66 1.511M30.865 25.587l.158-2.809M23.242 12.432l1.41-.649\"/>\n    <circle cx=\"23.331\" cy=\"11.063\" r=\"1\" fill=\"#DB161B\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- transform=\"rotate(-75.558 23.33 11.063)\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M34.315 21.74c0 7.736.045 10.65-.525 11.051-.54.427-15.587 0-15.587 2.21s12.395 4.42 16.112 4.42c4.957 0 7.437-2.21 7.437-6.63V21.74h-7.437z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M34.315 23.949v1.105a25.12 25.12 0 007.437 0v-1.105a25.12 25.12 0 01-7.437 0zM34.315 21.74v1.105c2.48.368 4.957.368 7.437 0V21.74a25.187 25.187 0 01-7.437 0z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M34.315 22.844v1.105a25.12 25.12 0 007.437 0v-1.105a25.12 25.12 0 01-7.437 0zM34.315 25.054v1.105c2.48.368 4.957.368 7.437 0v-1.105a25.12 25.12 0 01-7.437 0z\"/>\n    <circle cx=\"34.653\" cy=\"23.473\" r=\"1\" fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-/>\n    <circle cx=\"36.005\" cy=\"23.592\" r=\"1\" fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-/>\n    <circle cx=\"37.358\" cy=\"23.711\" r=\"1\" fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-/>\n    <circle cx=\"38.71\" cy=\"23.711\" r=\"1\" fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-/>\n    <circle cx=\"40.061\" cy=\"23.592\" r=\"1\" fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-/>\n    <circle cx=\"41.414\" cy=\"23.473\" r=\"1\" fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M34.315 27.265l7.437 5.968M35.058 27.265l6.695 5.303M36.05 27.485l5.703 4.42M36.795 27.485l4.958 3.757M37.538 27.485l4.215 3.095M38.28 27.485l3.473 2.432M39.025 27.485l2.728 1.767M39.768 27.485l1.985 1.327M40.512 27.485l1.24.885M41.255 27.485l.498.442M34.315 27.927l7.437 5.968M41.753 27.265l-8.18 6.63M41.008 27.265L33.82 33.01M40.018 27.485l-5.703 4.42M39.273 27.485l-4.957 3.757M38.53 27.485l-4.215 3.095M37.785 27.485l-3.47 2.432M37.043 27.485l-2.728 1.767M36.298 27.485l-1.982 1.327M35.555 27.485l-1.24.885M34.81 27.485l-.495.442M41.753 27.927l-8.18 6.63M41.753 28.59l-8.18 6.63M41.753 29.252l-8.18 6.633M41.753 29.917l-8.18 6.63M41.753 30.58l-8.18 6.63M41.753 31.242l-8.18 6.63M41.753 31.905l-8.18 6.63M41.753 32.57l-8.18 6.63M41.753 33.232l-7.685 6.188M41.753 33.895l-6.942 5.525M41.503 34.78L36.05 39.2M41.255 35.663l-4.46 3.537M40.76 36.768l-2.23 1.767M34.315 28.59l7.187 5.747M34.315 29.252L41.503 35M34.315 29.917l6.94 5.525M34.315 30.58l6.94 5.525M34.315 31.242l6.692 5.305M34.068 31.685l6.692 5.305M34.068 32.347l6.197 4.863M33.82 32.79l6.198 4.863M33.572 33.232l5.948 4.64M33.572 33.895l5.7 4.42M33.572 34.557l4.958 3.978M34.315 26.16v1.105c2.48.368 4.957.368 7.437 0V26.16a25.187 25.187 0 01-7.437 0zM33.572 35.22l4.46 3.538M33.572 35.885l3.965 3.093M33.572 36.548l3.47 2.652M33.572 37.21l2.478 1.99M33.572 37.873l1.982 1.547M33.572 38.535l1.238.885\"/>\n    <circle cx=\"34.653\" cy=\"26.788\" r=\"1\" fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-/>\n    <circle cx=\"36.005\" cy=\"26.907\" r=\"1\" fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-/>\n    <circle cx=\"37.358\" cy=\"27.026\" r=\"1\" fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-/>\n    <circle cx=\"38.71\" cy=\"27.026\" r=\"1\" fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-/>\n    <circle cx=\"40.061\" cy=\"26.907\" r=\"1\" fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-/>\n    <circle cx=\"41.414\" cy=\"26.788\" r=\"1\" fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M23.656 37.653l8.924-4.643M23.16 37.43l8.427-4.42M22.913 36.99l7.685-3.98M22.665 36.548l6.693-3.538M22.169 36.105l6.196-3.095M22.417 35.443l4.213-2.21M22.169 35l3.223-1.768M22.169 34.337l2.231-1.105M24.4 37.873l8.427-4.42M25.144 38.095l7.931-4.2M25.887 38.315l7.435-3.978M26.63 38.535l6.197-3.315M27.623 38.535l5.452-2.872M28.365 38.758l4.71-2.433M29.11 38.978l3.717-1.988M30.1 38.978l2.975-1.548M31.093 39.2l1.982-1.105M32.085 39.2l1.237-.665M33.82 32.79h-1.24a17.894 17.894 0 000 6.63h1.24a17.809 17.809 0 010-6.63zM19.195 35.885l2.975-2.21M19.195 34.337l2.975 2.653\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M23.656 33.232l-1.487.22c-.331 1.4-.331 2.578 0 3.978l1.487.443c-.33-1.401-.33-3.24 0-4.641h0z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M41.742 22.181v-1.114c-1.112.009-1.857-.654-1.857-1.326l-3.712.009c0 .663-.743 1.326-1.857 1.326v1.105h7.426z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M36.438 18.424h3.184v1.326h-3.184zM36.702 17.098h2.653v1.326h-2.653zM36.702 15.772h2.653v1.326h-2.653zM36.968 14.004h2.123v1.768h-2.123z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M36.878 12.457h2.305v1.547h-2.305z\"/>\n    <ellipse cx=\"38.157\" cy=\"11.021\" fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- rx=\"3.073\" ry=\"2.099\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M39.695 10.91c0 .58.768 1.547.768 1.547-.558.38-1.457.663-2.305.663-.847 0-1.905-.158-2.305-.663 0 0 .768-.968.768-1.547s-.768-1.326-.768-1.326c.555-.38 1.457-.663 2.305-.663.848 0 1.748.283 2.305.663 0 0-.768.747-.768 1.326z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M39.183 10.91c0 .58.767 1.768.767 1.768-.555.38-.945.442-1.792.442-.847 0-1.393.063-1.792-.442 0 0 .768-1.188.768-1.768 0-.579-.768-1.547-.768-1.547.555-.38.945-.442 1.792-.442.848 0 1.238.062 1.792.442 0 0-.767.968-.767 1.547z\"/>\n    <circle cx=\"35.084\" cy=\"11.131\" r=\"1\" fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-/>\n    <circle cx=\"41.231\" cy=\"11.131\" r=\"1\" fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-/>\n    <circle cx=\"38.157\" cy=\"11.131\" r=\"1\" fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-/>\n    <circle cx=\"38.157\" cy=\"8.921\" r=\"1\" fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-/>\n    <circle cx=\"35.907\" cy=\"21.519\" r=\"1\" fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-/>\n    <circle cx=\"40.152\" cy=\"21.519\" r=\"1\" fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M36.173 19.75h3.712l-1.855 1.989z\"/>\n    <ellipse cx=\"38.029\" cy=\"21.298\" fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- rx=\"1.061\" ry=\"1\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M34.252 27.93h5.082c.171 0 .31.105.31.235v.857c0 .13-.139.235-.31.235h-5.082c-.171 0-.31-.105-.31-.235v-.857c.001-.13.139-.235.31-.235zM41.38 26.825c-.688 0-1.24.515-1.24 1.155v1.005c0 .64.553 1.155 1.24 1.155.687 0 1.24-.515 1.24-1.155V27.98c0-.64-.552-1.155-1.24-1.155zm0 .443c-.413 0-.745.412-.745.925v.582c0 .513.333.923.745.923.413 0 .743-.41.743-.923v-.582c0-.513-.33-.925-.743-.925z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M34.935 27.048c-.413 0-.743.41-.743.922v1.025c0 .513.33.925.743.925.412 0 .742-.412.742-.925V27.97c0-.512-.33-.922-.742-.922zm0-.443c-.688 0-1.24.515-1.24 1.155v1.448c0 .64.553 1.155 1.24 1.155.687 0 1.24-.515 1.24-1.155V27.76c0-.64-.552-1.155-1.24-1.155z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M32.952 27.488c-.412 0-.745.412-.745.925v.24c0 .512.333.925.745.925.413 0 .743-.412.743-.925v-.24c0-.513-.33-.925-.743-.925zm0-.44c-.688 0-1.24.515-1.24 1.155v.663c0 .64.552 1.155 1.24 1.155.685 0 1.24-.515 1.24-1.155v-.663c.001-.64-.555-1.155-1.24-1.155z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M29.978 26.877c-.743 0-1.338.46-1.338 1.032v1.145c0 .573.595 1.032 1.338 1.032.742 0 1.337-.46 1.337-1.032v-1.145c0-.572-.595-1.032-1.337-1.032zm0-.494c-1.235 0-2.23.577-2.23 1.292v1.617c0 .715.995 1.29 2.23 1.29 1.235 0 2.23-.575 2.23-1.29v-1.617c0-.715-.995-1.292-2.23-1.292zM46.09 27.097c-.743 0-1.34.463-1.34 1.035v1.145c0 .573.597 1.032 1.34 1.032.74 0 1.337-.46 1.337-1.032v-1.145c0-.572-.597-1.035-1.337-1.035zm0-.492c-1.237 0-2.232.575-2.232 1.29v1.617c0 .715.995 1.29 2.232 1.29 1.235 0 2.23-.575 2.23-1.29v-1.617c0-.715-.995-1.29-2.23-1.29z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M42.036 27.93h2.652c.089 0 .162.105.162.235v.857c0 .13-.073.235-.162.235h-2.652c-.089 0-.161-.105-.161-.235v-.857c0-.13.072-.235.161-.235zM39.244 27.71h1.547c.052 0 .094.14.094.313v1.143c0 .173-.042.313-.094.313h-1.547c-.052 0-.094-.14-.094-.313v-1.143c0-.173.042-.313.094-.313zM31.064 27.71h1.547c.052 0 .094.14.094.313v1.143c0 .173-.042.313-.094.313h-1.547c-.052 0-.094-.14-.094-.313v-1.143c0-.173.042-.313.094-.313zM25.703 27.488h3.094c.104 0 .188.175.188.391v1.428c0 .216-.084.391-.188.391h-3.094c-.104 0-.188-.175-.188-.391v-1.428c0-.216.084-.391.188-.391zM47.255 27.71h2.873c.097 0 .175.175.175.391v1.428c0 .216-.078.391-.175.391h-2.873c-.097 0-.175-.175-.175-.391v-1.428c0-.216.078-.391.175-.391z\"/>\n  </g>\n</svg>\n</li><li title=\"cif pa \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 201\">\n  <g fill=\"none\">\n    <path fill=\"#FFF\" d=\"M.5.5h300v200H.5z\"/>\n    <path fill=\"#005293\" d=\"M.5 100.5h150v100H.5z\"/>\n    <path fill=\"#D21034\" d=\"M150.5.5h150v100h-150z\"/>\n    <path fill=\"#005293\" d=\"M51.724 42.774l14.694 10.677-5.612 17.275L75.5 60.049l14.695 10.677-5.613-17.275 14.694-10.677H81.113L75.5 25.5l-5.613 17.274z\"/>\n    <path fill=\"#D21034\" d=\"M201.724 142.775l14.694 10.676-5.612 17.274L225.5 160.05l14.694 10.675-5.613-17.274 14.695-10.676h-18.163L225.5 125.5l-5.613 17.275z\"/>\n  </g>\n</svg>\n</li><li title=\"cif pe \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 201\">\n  <g fill=\"none\">\n    <path fill=\"#D91023\" d=\"M.5.5h300v200H.5z\"/>\n    <path fill=\"#FFF\" d=\"M100.5.5h100v200h-100z\"/>\n  </g>\n</svg>\n</li><li title=\"cif pg \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 225\">\n  <g fill=\"none\">\n    <path fill=\"#000\" d=\"M.5 0h300v225H.5z\"/>\n    <path fill=\"#CE1126\" d=\"M.5 0h300v225z\"/>\n    <path fill=\"#FCD116\" d=\"M186.236 65.372c-2.216 2.862-7.459-2.879-13.74-3.01-6.281-.131-10.73 6.02-12.563 8.113-1.832 2.094-7.72 13.086-7.589 14.264.13 1.178 3.664-3.271 4.973-4.057.131 1.57-1.439 3.402-1.047 3.926.393.523 4.58-3.141 6.019-3.271.393 1.047-.785 2.094-.393 3.664.524.523 2.879-2.617 4.45-3.271.261 1.178-1.439 3.403-.524 4.842.655.131 4.58-4.449 5.889-4.973 1.309-.524-.654 4.318 0 4.711 1.178-.785 4.842-4.973 6.02-5.496 1.178-.523-.131 5.365.393 5.365 1.439-1.047 5.104-6.02 5.496-6.805.393-.785-.393 7.59 3.664 12.04 4.056 4.449 10.207 9.552 10.861 9.552.785-1.439-.262-4.449.393-4.318 1.832 1.963 5.234 4.842 6.02 4.842.785 0-.524-3.141.523-3.141 2.094 1.963 8.114 9.684 19.891 13.217-.785-2.225-2.487-4.188-2.618-5.234.785.13 3.534 1.439 4.057 1.308.523-.131-5.758-7.852-5.366-8.898 1.44-.131 2.094.785 2.618.131-.654-1.047-6.15-7.197-6.15-8.637 0-1.44 1.701.262 2.225 0 .523-.262-2.094-5.758-1.57-6.412.523-.654 6.281 3.533 7.72 3.533 1.44 0 .393-5.104 1.047-5.365.654-.262 5.496 2.748 6.543 2.748 1.046 0 .916-2.225 1.309-1.963.393.262 11.777 11.646 7.852 24.994-3.926 9.553-11.777 14.657-23.293 10.469.654 1.047 6.804 6.151 13.479 4.318 6.674-1.832 14.787-7.066 13.871-20.152-.916-13.086-5.234-14.918-5.889-16.881-.654-1.963 1.047.523 2.487 1.047 1.439.523-.262-2.749-.654-4.188-.393-1.439 4.318 3.01 5.496 3.402 1.178.393-2.748-10.73-3.926-11.516-1.178-.785 1.178.262 1.962.523.786.262-7.197-12.17-8.898-12.17-1.701 0 1.439-.654 2.355-.654.916 0-9.16-8.113-10.861-8.113-1.702 0 3.664-2.094 4.187-2.225.917.131-11.646-6.674-22.9.131-.655-.523 5.3-4.645 5.496-6.412.065-.458-1.963-1.439-2.094-1.963-.131-.523 3.141-2.094 3.271-3.271-.785-1.047-2.225-.654-3.01-.916-.196-.981 2.749-3.403 2.487-4.449-.196-.589-2.356-.785-2.879-.393-.523.393 1.374-2.748 1.047-3.664-.262-.393-1.309-.131-2.355.131-.655-.131 3.402-5.758 2.617-6.543-.785-.785-11.778 5.757-15.834 13.085-4.056 7.329-.916 13.217-1.439 15.703-.524 2.486-1.178 4.973-2.879 4.973s-5.626-2.618-6.935-3.926c-1.309-1.309-1.57-2.225-3.402-2.748-1.833-.523-6.02 1.047-7.59 1.178-1.57.13-7.721-1.178-8.113-.785-.393.393 6.019 2.748 7.459 3.533 1.439.785 1.57 1.832 2.617 2.486 1.043.656 10.858 3.535 7.717 7.591zm38.342 18.451c3.141 3.141 24.34 17.273 24.34 34.547 0 17.274-15.442 16.75-19.891 16.227 4.973 4.187 23.817 3.402 23.817-16.227 0-17.273-24.34-34.547-27.48-36.117-3.141-1.57-3.927-1.57-.786 1.57z\"/>\n    <path fill=\"#FFF\" d=\"M109.875 110.547l3.281 11.265h11.335l-8.949 6.886 3.282 10.952-8.949-6.885-8.949 6.572 3.282-10.639-8.949-6.886h11.037zM75.663 173.047l3.282 11.265H90.28l-8.949 6.886 3.281 10.952-8.949-6.885-8.948 6.572 3.281-10.639-8.949-6.886h11.037zM91.011 149.12l1.641 5.633h5.668l-4.475 3.443 1.641 5.476-4.475-3.443-4.474 3.286 1.64-5.319-4.474-3.443h5.518zM75.663 69.725l3.282 11.265H90.28l-8.949 6.886 3.281 10.952-8.949-6.885-8.948 6.572 3.281-10.639-8.949-6.886h11.037zM41.288 113.672l3.282 11.265h11.335l-8.949 6.886 3.281 10.952-8.949-6.885-8.948 6.572 3.281-10.639-8.949-6.886h11.037z\"/>\n  </g>\n</svg>\n</li><li title=\"cif ph \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 151\">\n  <g fill=\"none\">\n    <path fill=\"#0038A8\" d=\"M.5.5h300v150H.5z\"/>\n    <path fill=\"#CE1126\" d=\"M.5 75.5h300v75H.5z\"/>\n    <path fill=\"#FFF\" d=\"M130.404 75.5L.5 150.5V.5\"/>\n    <circle cx=\"47.167\" cy=\"75.5\" r=\"15\" fill=\"#FCD116\"/>\n    <path fill=\"#FCD116\" d=\"M15.5 75.5l1.948 1.948L47.167 75.5l-29.719-1.948z\"/>\n    <path fill=\"#FCD116\" d=\"M18.834 79.23l1.59 1.589 26.744-5.32z\"/>\n    <path fill=\"#FCD116\" d=\"M18.834 71.77l1.59-1.59 26.744 5.32z\"/>\n    <path fill=\"#FCD116\" d=\"M24.775 53.108v2.755L47.167 75.5 27.53 53.108zM24.494 58.103v2.248L47.167 75.5zM29.77 52.828h2.248L47.167 75.5zM47.167 43.833l-1.948 1.948L47.167 75.5l1.948-29.719z\"/>\n    <path fill=\"#FCD116\" d=\"M43.437 47.166l-1.59 1.59 5.32 26.744zM50.897 47.166l1.59 1.59-5.32 26.744zM69.559 53.108h-2.755L47.167 75.5l22.392-19.637zM64.564 52.828h-2.248L47.167 75.5zM69.839 58.103v2.248L47.167 75.5zM78.834 75.5l-1.948-1.948L47.167 75.5l29.719 1.948z\"/>\n    <path fill=\"#FCD116\" d=\"M75.5 71.77l-1.59-1.59-26.744 5.32z\"/>\n    <path fill=\"#FCD116\" d=\"M75.5 79.23l-1.59 1.589-26.744-5.32zM69.559 97.892v-2.755L47.167 75.5l19.637 22.392zM69.839 92.897v-2.248L47.167 75.5zM64.564 98.172h-2.248L47.167 75.5z\"/>\n    <path fill=\"#FCD116\" d=\"M47.167 107.166l1.948-1.948-1.948-29.719-1.948 29.719zM50.897 103.833l1.59-1.59-5.32-26.744zM43.437 103.833l-1.59-1.59 5.32-26.744z\"/>\n    <path fill=\"#FCD116\" d=\"M24.775 97.892h2.755L47.167 75.5 24.775 95.137z\"/>\n    <path fill=\"#FCD116\" d=\"M29.77 98.172h2.248l15.149-22.673z\"/>\n    <path fill=\"#FCD116\" d=\"M24.494 92.897v-2.248L47.167 75.5zM4.016 22.44l5.92.744 1.36 5.811 2.538-5.401 5.946.502-4.353-4.082 2.316-5.5-5.228 2.878L8 13.49l1.122 5.861zM4.016 128.56l5.106 3.088L8 137.51l4.515-3.903 5.228 2.878-2.316-5.499 4.353-4.083-5.946.503-2.538-5.401-1.36 5.811zM100.329 70.602l3.408 4.898-3.408 4.898 5.712-1.728 3.605 4.755.121-5.966 5.637-1.959-5.637-1.96-.121-5.966-3.605 4.756z\"/>\n  </g>\n</svg>\n</li><li title=\"cif pk \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 201\">\n  <g fill=\"none\">\n    <path fill=\"#FFF\" d=\"M.5.5h300v200H.5z\"/>\n    <path fill=\"#01411C\" d=\"M75.5.5h225v200h-225z\"/>\n    <circle cx=\"188\" cy=\"100.5\" r=\"60\" fill=\"#FFF\"/>\n    <circle cx=\"203.337\" cy=\"86.868\" r=\"55\" fill=\"#01411C\"/>\n    <path fill=\"#FFF\" d=\"M209.879 55.603l25.274 28.433-37.16-8.147 34.852-15.251-19.232 32.824z\"/>\n  </g>\n</svg>\n</li><li title=\"cif pl \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 189\">\n  <g fill=\"none\">\n    <path fill=\"#FFF\" d=\"M.5.75h300v187.5H.5z\"/>\n    <path fill=\"#DC143C\" d=\"M.5 94.5h300v93.75H.5z\"/>\n  </g>\n</svg>\n</li><li title=\"cif pt \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"   viewBox=\"0 0 301 201\">\n  <defs>\n    <path id=\"a\" d=\"M.5.5h300v200H.5z\"/>\n  </defs>\n  <g fill=\"none\" fill-rule=\"evenodd\">\n    <mask id=\"b\" fill=\"#fff\">\n      <use xlink:href=\"#a\"/>\n    </mask>\n    <path fill=\"red\" fill-rule=\"nonzero\" d=\"M120.5.5h180v200h-180z\" mask=\"url(#b)\"/>\n    <path fill=\"#060\" fill-rule=\"nonzero\" d=\"M.5.5h120v200H.5z\"/>\n    <path fill=\"#FF0\" d=\"M159.621 131.521c-15.105-.457-84.37-43.691-84.846-50.576l3.826-6.377c6.87 9.982 77.678 52.029 84.634 50.539l-3.616 6.411\"/>\n    <path fill=\"#FF0\" d=\"M77.795 73.701c-1.355 3.645 18.076 15.659 41.452 29.876 23.376 14.219 43.531 23.003 45.024 21.743.093-.161.735-1.269.676-1.26-.281.422-.962.554-2.024.247-6.316-1.821-22.788-9.38-43.189-21.753-20.397-12.371-38.147-23.769-40.906-28.616-.191-.334-.327-.948-.3-1.423h-.069l-.586 1.025-.078.161zm82.18 58.015c-.256.464-.735.481-1.641.381-5.652-.628-22.795-8.962-43.081-21.109C91.647 96.857 72.15 83.984 74.269 80.617l.576-1.018.112.036c-1.902 5.701 38.474 28.787 40.852 30.261 23.362 14.473 43.057 22.925 44.8 20.728l-.634 1.092z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M77.795 73.701c-1.355 3.645 18.074 15.659 41.452 29.876 23.374 14.219 43.531 23.003 45.024 21.743.093-.161.735-1.269.676-1.26-.278.42-.962.554-2.024.247-6.316-1.821-22.788-9.383-43.189-21.753-20.397-12.371-38.147-23.772-40.906-28.616-.191-.334-.327-.948-.3-1.423l-.066-.003-.588 1.028-.079.161zm82.18 58.02c-.256.464-.735.479-1.641.381-5.649-.628-22.795-8.963-43.081-21.109-23.606-14.128-43.1-27.004-40.986-30.369l.576-1.018.115.037c-1.902 5.701 38.474 28.789 40.849 30.259 23.362 14.475 43.057 22.927 44.8 20.73l-.633 1.091v-.002h.001z\"/>\n    <path fill=\"#FF0\" d=\"M120.586 85.114c15.117-.12 33.774-2.066 44.511-6.346l-2.314-3.757c-6.345 3.513-25.105 5.823-42.326 6.167-20.366-.188-34.744-2.082-41.948-6.916l-2.183 4.001c13.242 5.604 26.811 6.795 44.26 6.851\"/>\n    <path fill=\"#FF0\" d=\"M165.72 78.854c-.369.591-7.371 3.006-17.686 4.787-6.995 1.067-16.118 1.978-27.502 1.988-10.818.012-19.654-.759-26.343-1.665-10.827-1.699-16.416-4.06-18.484-4.895.198-.393.325-.669.515-1.035 5.947 2.368 11.562 3.796 18.14 4.809 6.646.898 15.376 1.679 26.138 1.67 11.333-.013 20.356-.991 27.309-2.026 10.576-1.707 16.355-3.904 17.166-4.922l.747 1.289zm-2.031-3.81c-1.145.92-6.858 2.946-16.909 4.551-6.707.962-15.237 1.824-26.133 1.833-10.351.01-18.808-.688-25.241-1.626-10.207-1.331-15.64-3.736-17.6-4.439.195-.337.393-.671.598-1.006 1.523.766 6.768 2.896 17.114 4.36 6.36.901 14.829 1.575 25.129 1.562 10.845-.009 19.277-.886 25.943-1.843 10.103-1.389 15.538-3.972 16.365-4.621l.734 1.229z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M165.72 78.854c-.369.591-7.371 3.006-17.686 4.787-6.995 1.067-16.118 1.978-27.502 1.99-10.818.01-19.654-.759-26.343-1.667-10.827-1.697-16.416-4.06-18.481-4.895.197-.393.325-.666.515-1.035 5.947 2.368 11.563 3.796 18.14 4.809 6.646.899 15.373 1.68 26.138 1.67 11.331-.013 20.354-.991 27.307-2.026 10.579-1.707 16.355-3.901 17.168-4.922l.747 1.289h-.003zm-2.029-3.81c-1.147.92-6.86 2.946-16.911 4.551-6.707.962-15.234 1.824-26.131 1.833-10.354.01-18.811-.688-25.244-1.623-10.207-1.333-15.64-3.738-17.598-4.441.196-.337.393-.669.598-1.006 1.524.766 6.766 2.896 17.112 4.36 6.36.904 14.832 1.575 25.132 1.565 10.845-.012 19.275-.889 25.94-1.846 10.103-1.389 15.539-3.972 16.365-4.619l.737 1.226z\"/>\n    <path fill=\"#FF0\" d=\"M70.94 103.329c9.299 5.003 29.954 7.522 49.497 7.696 17.796.029 40.979-2.749 49.649-7.344l-.237-5.007c-2.712 4.238-27.559 8.306-49.604 8.14-22.046-.166-42.519-3.572-49.343-7.981l.038 4.496\"/>\n    <path fill=\"#FF0\" d=\"M170.561 102.609v1.196c-1.304 1.555-9.473 3.911-19.719 5.569-7.798 1.196-17.964 2.097-30.63 2.097-12.036 0-21.631-.857-29.074-2-11.763-1.714-19.29-4.714-20.801-5.607l.008-1.392c4.539 3.015 16.831 5.223 20.959 5.896 7.392 1.137 16.934 1.987 28.909 1.987 12.607 0 22.717-.896 30.464-2.083 7.351-1.062 17.822-3.823 19.886-5.661v-.002h-.002zm.005-4.245v1.194c-1.303 1.557-9.473 3.914-19.719 5.571-7.798 1.196-17.964 2.098-30.63 2.098-12.034 0-21.631-.857-29.075-2.002-11.762-1.712-19.289-4.712-20.801-5.608l.008-1.392c4.539 3.018 16.831 5.225 20.959 5.899 7.393 1.135 16.934 1.987 28.909 1.987 12.607 0 22.715-.896 30.464-2.085 7.351-1.063 17.822-3.824 19.885-5.662z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M170.561 102.609v1.194c-1.304 1.557-9.473 3.914-19.719 5.571-7.798 1.196-17.964 2.097-30.63 2.097-12.036 0-21.633-.857-29.074-2-11.766-1.714-19.29-4.714-20.801-5.61l.008-1.392c4.536 3.018 16.831 5.225 20.959 5.899 7.392 1.135 16.934 1.987 28.906 1.987 12.61 0 22.717-.896 30.466-2.083 7.351-1.062 17.822-3.824 19.883-5.662h.002v-.001h0zm.005-4.245v1.194c-1.303 1.557-9.473 3.911-19.719 5.569-7.798 1.196-17.964 2.098-30.63 2.098-12.036 0-21.633-.857-29.075-1.999-11.765-1.712-19.289-4.712-20.801-5.608l.008-1.392c4.536 3.016 16.831 5.222 20.959 5.896 7.393 1.138 16.934 1.99 28.906 1.99 12.61 0 22.717-.896 30.466-2.085 7.351-1.062 17.822-3.824 19.883-5.662h.003v-.001z\"/>\n    <path fill=\"#FF0\" d=\"M120.395 130.661c-21.387-.129-39.709-5.83-43.579-6.773l2.82 4.416c6.836 2.876 24.712 7.161 40.964 6.685 16.253-.474 30.454-1.731 40.464-6.604l2.893-4.578c-6.821 3.214-30.034 6.82-43.562 6.854\"/>\n    <path fill=\"#FF0\" d=\"M162.151 127.361a68.898 68.898 0 01-1.299 1.914c-4.722 1.665-12.161 3.411-15.298 3.921-6.411 1.324-16.333 2.297-25.137 2.302-18.945-.276-34.453-3.987-41.748-7.151l-.588-1.011.095-.151.999.386c12.974 4.641 27.546 6.492 41.348 6.826 8.769.032 17.549-1.006 24.646-2.275 10.886-2.181 15.288-3.823 16.638-4.571l.344-.193v.003zm2.507-4.139l.034.039c-.32.534-.647 1.081-.981 1.631-2.52.901-9.353 2.901-19.331 4.294-6.574.896-10.659 1.763-23.737 2.017-24.509-.622-40.376-5.415-44.146-6.597l-.559-1.072c14.204 3.709 28.711 6.297 44.705 6.561 11.965-.254 17.056-1.136 23.574-2.024 11.636-1.809 17.497-3.726 19.258-4.277-.022-.032-.049-.066-.076-.101l1.259-.471z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M162.151 127.361a66.033 66.033 0 01-1.299 1.914c-4.722 1.665-12.159 3.413-15.298 3.923-6.414 1.321-16.333 2.295-25.137 2.3-18.945-.276-34.453-3.984-41.748-7.148l-.588-1.013.095-.152.999.388c12.974 4.641 27.546 6.492 41.348 6.824 8.769.032 17.549-1.003 24.646-2.272 10.886-2.183 15.288-3.826 16.638-4.571l.344-.193zm2.507-4.139l.034.039c-.317.537-.647 1.081-.981 1.631-2.517.901-9.351 2.901-19.329 4.294-6.575.896-10.662 1.763-23.74 2.017-24.507-.622-40.376-5.415-44.146-6.597l-.559-1.072c14.204 3.709 28.711 6.297 44.705 6.561 11.965-.254 17.056-1.136 23.576-2.024 11.636-1.809 17.498-3.726 19.258-4.277a1.463 1.463 0 00-.078-.101l1.262-.471h-.002z\"/>\n    <path fill=\"#FF0\" d=\"M164.916 99.379c.07 14.07-7.13 26.694-12.928 32.263-8.206 7.879-19.082 12.947-31.785 13.181-14.184.261-27.561-8.987-31.147-13.049-7.014-7.942-12.725-18.027-12.908-31.621.869-15.354 6.897-26.049 15.632-33.384 8.737-7.336 20.374-10.908 30.061-10.652 11.179.296 24.238 5.779 33.261 16.665 5.911 7.134 8.472 14.876 9.814 26.597zm-44.594-48.171c27.244 0 49.648 22.17 49.648 49.353s-22.404 49.351-49.648 49.351c-27.241 0-49.463-22.168-49.463-49.351s22.222-49.353 49.463-49.353z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M120.456 51.039c27.266 0 49.504 22.241 49.504 49.512 0 27.268-22.239 49.509-49.504 49.509-27.268 0-49.507-22.241-49.507-49.509.001-27.27 22.239-49.512 49.507-49.512h0zm0 1.089c26.548 0 48.416 21.792 48.416 48.423s-21.868 48.421-48.416 48.421-48.418-21.79-48.418-48.421c0-26.63 21.87-48.423 48.418-48.423h0zm.039 3.028c24.866 0 45.347 20.41 45.347 45.352 0 24.941-20.481 45.351-45.347 45.351s-45.346-20.41-45.346-45.351c0-24.942 20.481-45.352 45.346-45.352h0zm0 1.088c24.268 0 44.258 19.92 44.258 44.263 0 24.341-19.991 44.26-44.258 44.26-24.267 0-44.258-19.919-44.258-44.26.001-24.343 19.991-44.263 44.258-44.263h0z\"/>\n    <path fill=\"#FF0\" d=\"M122.06 50.266v.546h-3.125v-.532h-1.079v100.611h1.079v-.469h3.14v.485h1.079l-.014-100.641z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M119.011 50.839h3.008m-3.003 99.48h3.023M122.065 50.273h1.079l.01 100.625h-1.081l-.008-100.625zm-4.211 0h1.089l.002 100.625h-1.089V50.273h-.002z\"/>\n    <path fill=\"#FF0\" d=\"M70.771 98.439c6.206-5.715 29.111-9.421 49.436-9.324 20.322.095 44.39 4.27 49.624 9.202l.054 4.263c-4.385-4.124-23.084-9.043-49.639-9.097-26.556-.056-45.835 4.998-49.478 9.209l.003-4.253\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M70.759 98.639v3.679m99.236-3.527v3.676\"/>\n    <path fill=\"#FF0\" d=\"M120.476 92.885c11.692-.022 23.034 1.109 32.031 2.859 9.284 1.857 15.82 4.179 18.052 6.787l-.003 1.289c-2.693-3.242-11.487-5.622-18.259-6.982-8.928-1.739-20.195-2.859-31.821-2.837-12.271.022-23.694 1.186-32.492 2.9-7.061 1.401-16.478 4.187-17.652 6.931v-1.345c.645-1.899 7.656-4.741 17.493-6.709 8.861-1.728 20.31-2.869 32.651-2.893zm.005-4.246c11.692-.022 23.034 1.109 32.031 2.859 9.284 1.858 15.82 4.179 18.052 6.787l-.003 1.289c-2.693-3.245-11.484-5.623-18.257-6.983-8.931-1.739-20.198-2.859-31.824-2.837-12.271.022-23.64 1.184-32.439 2.9-6.811 1.292-16.614 4.185-17.705 6.929v-1.342c.645-1.88 7.798-4.822 17.493-6.709 8.865-1.728 20.311-2.87 32.652-2.893z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M120.476 92.885c11.692-.022 23.034 1.109 32.031 2.859 9.284 1.855 15.82 4.177 18.054 6.787l-.002 1.289c-2.696-3.245-11.487-5.623-18.259-6.982-8.931-1.739-20.197-2.859-31.824-2.837-12.271.022-23.694 1.184-32.492 2.9-7.061 1.401-16.475 4.185-17.652 6.929v-1.343c.647-1.902 7.656-4.741 17.493-6.709 8.864-1.728 20.31-2.871 32.651-2.893h0zm.005-4.246c11.692-.022 23.034 1.109 32.031 2.859 9.284 1.858 15.82 4.177 18.054 6.784l-.002 1.292c-2.696-3.245-11.487-5.623-18.259-6.982-8.931-1.739-20.198-2.859-31.824-2.837-12.271.022-23.638 1.184-32.439 2.9-6.811 1.292-16.611 4.185-17.705 6.931v-1.345c.645-1.88 7.798-4.822 17.493-6.709 8.864-1.728 20.31-2.87 32.651-2.893h0z\"/>\n    <path fill=\"#FF0\" d=\"M120.241 66.979c18.423-.093 34.494 2.576 41.846 6.343l2.683 4.638c-6.392-3.442-23.728-7.024-44.502-6.489-16.929.105-35.015 1.865-44.089 6.706l3.203-5.354c7.446-3.862 25.01-5.823 40.859-5.842\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M162.556 74.074l1.824 2.932\"/>\n    <path fill=\"#FF0\" d=\"M120.486 70.81c10.508-.029 20.661.564 28.738 2.021 7.522 1.399 14.692 3.501 15.717 4.632l.796 1.404c-2.495-1.629-8.701-3.44-16.67-4.951-8.006-1.504-18.152-2.002-28.601-1.975-11.86-.042-21.076.583-28.984 1.963-8.364 1.565-14.168 3.801-15.598 4.864l.779-1.484c2.781-1.419 7.195-3.13 14.612-4.466 8.178-1.495 17.49-1.944 29.211-2.008zm-.005-4.241c10.056-.027 19.985.532 27.727 1.924 6.104 1.189 12.141 3.044 14.351 4.695l1.162 1.848c-1.975-2.198-9.416-4.28-15.986-5.447-7.681-1.323-17.197-1.848-27.253-1.931-10.554.027-20.308.674-27.876 2.053-7.221 1.374-11.88 3.001-13.853 4.27l1.023-1.543c2.719-1.433 7.117-2.747 12.651-3.824 7.624-1.385 17.438-2.018 28.054-2.045z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M120.486 70.81c10.508-.027 20.661.564 28.738 2.021 7.519 1.399 14.692 3.501 15.717 4.632l.796 1.404c-2.495-1.629-8.701-3.443-16.67-4.954-8.003-1.504-18.149-2.002-28.601-1.975-11.86-.039-21.074.586-28.984 1.965-8.364 1.565-14.168 3.801-15.598 4.864l.779-1.484c2.784-1.421 7.195-3.13 14.612-4.466 8.178-1.494 17.492-1.943 29.211-2.007h0zm-.005-4.243c10.056-.024 19.985.535 27.727 1.926 6.104 1.189 12.141 3.044 14.351 4.695l1.162 1.848c-1.975-2.198-9.416-4.28-15.986-5.447-7.681-1.326-17.197-1.848-27.253-1.934-10.554.029-20.308.676-27.876 2.056-7.221 1.375-11.88 3.001-13.853 4.27l1.023-1.542c2.722-1.433 7.117-2.747 12.651-3.824 7.624-1.389 17.438-2.019 28.054-2.048h0z\"/>\n    <path fill=\"#FF0\" d=\"M145.075 121.13c-9.109-1.699-18.234-1.948-24.609-1.873-30.703.361-40.62 6.304-41.831 8.105l-2.295-3.74c7.817-5.666 24.536-8.845 44.292-8.521 10.259.169 19.114.85 26.56 2.292l-2.117 3.737\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M76.85 124.14l1.506 2.593\"/>\n    <path fill=\"#FF0\" d=\"M120.29 118.73c8.54.127 16.924.481 25.017 1.99l-.586 1.035c-7.517-1.389-15.528-1.919-24.402-1.878-11.331-.088-22.793.972-32.771 3.836-3.149.874-8.359 2.9-8.891 4.572l-.584-.962c.169-.989 3.318-3.039 9.207-4.695 11.428-3.273 22.119-3.825 33.01-3.898zm.388-4.299c8.847.166 17.986.576 26.87 2.336l-.61 1.077c-8.02-1.592-15.686-2.124-26.209-2.285-11.367.019-23.425.83-34.387 4.018-3.54 1.031-9.649 3.259-9.854 5.024l-.584-1.033c.134-1.604 5.423-3.694 10.181-5.078 11.048-3.212 23.138-4.037 34.593-4.059z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M120.29 118.73c8.54.127 16.924.481 25.017 1.99l-.586 1.035c-7.517-1.389-15.528-1.919-24.402-1.875-11.333-.091-22.793.969-32.771 3.833-3.149.876-8.359 2.9-8.891 4.572l-.584-.962c.169-.989 3.318-3.039 9.207-4.695 11.431-3.273 22.119-3.825 33.01-3.898h0zm.388-4.299c8.847.166 17.986.576 26.87 2.336l-.61 1.077c-8.022-1.594-15.686-2.124-26.209-2.285-11.367.019-23.425.83-34.389 4.018-3.537 1.031-9.649 3.259-9.851 5.025l-.584-1.033c.134-1.604 5.423-3.694 10.181-5.078 11.047-3.213 23.137-4.038 34.592-4.06h0z\"/>\n    <path fill=\"#FF0\" d=\"M78.95 72.761c15.209-.198 85.454 42.925 85.659 50.864l-4.351 6.67c-1.965-9.219-73.239-51.184-85-50.391l3.689-7.144\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M164.29 124.189l-3.689 5.726M78.835 73.134l-3.43 6.36\"/>\n    <path fill=\"#FF0\" d=\"M74.826 79.651c2.823-1.914 23.569 7.326 45.276 20.415 21.651 13.128 42.339 27.961 40.471 30.737l-.613.967-.283.222c.061-.044.371-.422-.029-1.453-.923-3.034-15.598-14.746-39.949-29.448-23.738-14.155-43.521-22.686-45.498-20.246l.625-1.194h-.003.003zm90.22 44.462c1.785-3.525-17.458-18.022-41.316-32.136-24.407-13.833-41.997-21.975-45.21-19.548l-.715 1.299c-.005.073.026-.088.176-.205.586-.51 1.553-.476 1.989-.484 5.535.083 21.336 7.354 43.504 20.064 9.714 5.659 41.035 25.747 40.916 31.394.009.486.041.586-.142.825l.796-1.211.002.002z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M74.826 79.646c2.823-1.914 23.569 7.326 45.276 20.417 21.651 13.125 42.339 27.959 40.471 30.735l-.613.966-.283.223c.061-.044.371-.425-.029-1.453-.923-3.035-15.598-14.746-39.949-29.448C95.961 86.933 76.178 78.4 74.201 80.839l.625-1.193h-.003.003zm90.22 44.462c1.785-3.525-17.458-18.022-41.316-32.136-24.407-13.833-41.997-21.975-45.21-19.548l-.715 1.301c-.005.071.026-.09.178-.205.583-.51 1.553-.476 1.989-.483 5.532.083 21.333 7.353 43.501 20.063 9.714 5.657 41.038 25.745 40.918 31.394.007.486.039.586-.144.827l.799-1.213z\"/>\n    <path fill=\"#FFF\" d=\"M90.8 106.006c0 8.134 3.331 15.493 8.728 20.871 5.408 5.388 12.756 8.789 20.906 8.789 8.191 0 15.622-3.328 21.008-8.694 5.383-5.368 8.721-12.776 8.723-20.939h-.003V66.438l-59.37-.071.008 39.639\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M90.8 106.006c0 8.134 3.331 15.493 8.728 20.871 5.408 5.388 12.756 8.789 20.906 8.789 8.188 0 15.622-3.328 21.006-8.694 5.386-5.368 8.723-12.778 8.723-20.942V66.438l-59.37-.071.007 39.639z\"/>\n    <path fill=\"red\" d=\"M91.911 106.059v.024c0 7.778 3.22 14.861 8.386 20.002 5.178 5.154 12.307 8.357 20.107 8.357 7.839 0 14.956-3.181 20.109-8.313 5.156-5.132 8.35-12.217 8.35-20.022V67.694l-56.921-.01-.034 38.374m45.511-26.872l.002 24.444-.019 2.587c0 .681-.041 1.456-.119 2.117-.464 3.865-2.241 7.231-4.873 9.854a17 17 0 01-12.024 4.971c-4.663 0-8.818-1.97-11.914-5.051-3.174-3.159-5.015-7.491-5.015-11.972l-.007-27.012 33.972.061\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M91.911 106.059v.024c0 7.778 3.22 14.861 8.386 20.003 5.178 5.154 12.307 8.357 20.107 8.357 7.839 0 14.956-3.181 20.109-8.313 5.154-5.132 8.35-12.217 8.35-20.022V67.695l-56.921-.01-.034 38.374h.003zm45.508-26.873l.002 24.446-.019 2.585c0 .681-.041 1.456-.119 2.117-.464 3.865-2.241 7.234-4.873 9.854a17 17 0 01-12.024 4.971c-4.663 0-8.818-1.968-11.914-5.049-3.176-3.162-5.015-7.495-5.015-11.975l-.007-27.012 33.969.061.002.002h-.002z\"/>\n    <path fill=\"#039\" fill-rule=\"nonzero\" d=\"M116.818 101.704v.003c0 1.106.425 2.114 1.106 2.844.681.732 1.621 1.189 2.651 1.189 1.032 0 1.97-.452 2.651-1.182a4.175 4.175 0 001.101-2.847v-5.386l-7.497-.005-.012 5.384M116.782 114.594v.003c0 1.106.424 2.114 1.106 2.846.681.733 1.621 1.187 2.652 1.187 1.033 0 1.97-.452 2.651-1.182a4.172 4.172 0 001.101-2.847v-5.383l-7.497-.008-.013 5.384M106.418 101.728v.003c0 1.106.424 2.114 1.106 2.844.684.734 1.624 1.189 2.651 1.189 1.033 0 1.973-.452 2.652-1.182a4.17 4.17 0 001.101-2.846v-5.384l-7.495-.007-.015 5.383M127.19 101.723v.002c0 1.106.425 2.114 1.106 2.844.683.734 1.623 1.189 2.651 1.189 1.035 0 1.973-.452 2.651-1.182a4.17 4.17 0 001.101-2.846v-5.384l-7.495-.007-.014 5.384M116.816 88.696v.003c0 1.106.425 2.112 1.106 2.844.681.732 1.621 1.189 2.649 1.189 1.036 0 1.973-.451 2.651-1.184a4.157 4.157 0 001.101-2.847v-5.383l-7.495-.005-.012 5.383\"/>\n    <path fill=\"#FF0\" d=\"M101.274 71.279l.066 1.74h-2.063l.059-1.738h1.938M95.595 77.714c.069-2.759 2.027-3.413 2.041-3.423.013-.009 2.114.703 2.107 3.45l-4.148-.027\"/>\n    <path fill=\"#FF0\" d=\"M93.906 74.341l-.342 3.174 2.071.003c.019-2.625 1.988-3.059 2.036-3.049.044-.003 1.994.578 2.046 3.049h2.075l-.376-3.196-7.51.019\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M93.906 74.345l-.342 3.172 2.071.004c.019-2.624 1.988-3.061 2.034-3.051.046-.003 1.994.581 2.048 3.051h2.075l-.376-3.196-7.51.02z\"/>\n    <path fill=\"#FF0\" d=\"M93.425 77.529h8.474c.178 0 .322.178.322.393 0 .215-.144.391-.322.391h-8.474c-.178 0-.325-.176-.325-.391 0-.215.147-.393.325-.393\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M93.425 77.529h8.474c.178 0 .325.178.325.393 0 .215-.147.391-.325.391h-8.474c-.178 0-.325-.176-.325-.391 0-.215.147-.393.325-.393h0z\"/>\n    <path fill=\"#FF0\" d=\"M96.506 77.514c.007-1.656 1.131-2.124 1.136-2.124 0 0 1.172.484 1.181 2.124h-2.317\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M96.506 77.514c.007-1.656 1.131-2.124 1.136-2.124 0 0 1.172.484 1.181 2.124h-2.317\"/>\n    <path fill=\"#FF0\" d=\"M93.606 73.029h8.122c.171 0 .31.159.31.354 0 .193-.139.352-.31.352h-8.122c-.171 0-.312-.159-.312-.352-.001-.195.141-.354.312-.354\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M93.606 73.024h8.122c.171 0 .31.159.31.354 0 .193-.139.352-.31.352h-8.122c-.171 0-.312-.159-.312-.352-.001-.195.141-.354.312-.354h0z\"/>\n    <path fill=\"#FF0\" d=\"M93.774 73.735h7.771c.164 0 .298.159.298.351 0 .196-.134.354-.298.354h-7.771c-.163 0-.295-.159-.295-.354 0-.192.132-.351.295-.351\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M93.774 73.735h7.771c.164 0 .298.159.298.351 0 .196-.134.354-.298.354h-7.771c-.163 0-.295-.159-.295-.354 0-.192.132-.351.295-.351h0z\"/>\n    <path fill=\"#FF0\" d=\"M96.316 68.439h.598v.437h.439v-.447l.615.003v.444h.439v-.447l.616.003-.003 1.006a.257.257 0 01-.266.259h-2.161c-.144 0-.278-.117-.278-.264v-.994\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M96.286 68.439l.613.003v.434h.447v-.444h.627v.444h.449v-.444h.63l-.003 1.006c0 .156-.127.259-.274.259h-2.204c-.149 0-.286-.118-.286-.264l-.003-.994h.004z\"/>\n    <path fill=\"#FF0\" d=\"M98.596 69.784l.137 3.229-2.152-.01.145-3.226 1.87.007\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M98.596 69.784l.137 3.226-2.152-.007.145-3.226 1.87.007\"/>\n    <path fill=\"#FF0\" d=\"M98.955 70.019l.601.003v.435h.437v-.444l.615.003v.442h.439v-.444h.615v1.006c0 .159-.124.261-.268.261h-2.158c-.147 0-.281-.119-.281-.264v-.994\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M101.274 71.279l.066 1.74h-2.063l.059-1.738h1.938z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M98.955 70.014l.601.003v.434h.437v-.444l.615.003v.444h.439v-.447h.615v1.006c0 .156-.124.259-.268.259h-2.158c-.144 0-.281-.117-.281-.261v-.997h0z\"/>\n    <path fill=\"#FF0\" d=\"M93.65 70.019l.601.003v.435h.439v-.444l.613.003v.442h.439v-.444h.615v1.006c0 .159-.124.261-.269.261H93.93c-.144 0-.278-.119-.278-.264l-.002-.994\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M93.65 70.019l.601.003v.438h.439v-.447l.613.003v.444h.439v-.447h.615v1.006c0 .159-.124.261-.269.261H93.93c-.144 0-.278-.119-.278-.264l-.002-.994v-.003z\"/>\n    <path fill=\"#FF0\" d=\"M95.971 71.279l.064 1.74h-2.063l.058-1.738h1.941\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M95.971 71.279l.064 1.74h-2.06l.055-1.738h1.941-.002z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M97.451 70.805c-.014-.312.437-.318.433 0v.769h-.433v-.769M100.105 71.921c0-.302.42-.31.415 0v.594h-.415v-.594M94.785 71.921c0-.302.42-.31.413 0v.594h-.413v-.594\"/>\n    <path fill=\"#FF0\" d=\"M124.131 71.279l.065 1.74h-2.063l.059-1.738h1.939M118.452 77.714c.068-2.759 2.026-3.413 2.041-3.423.015-.009 2.114.703 2.109 3.45l-4.15-.027\"/>\n    <path fill=\"#FF0\" d=\"M116.763 74.341l-.342 3.174 2.07.003c.019-2.625 1.988-3.059 2.036-3.049.044-.003 1.994.578 2.046 3.049h2.076l-.376-3.196-7.51.019\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M116.763 74.345l-.342 3.172 2.07.004c.019-2.624 1.988-3.061 2.036-3.051.044-.003 1.994.581 2.046 3.051h2.076l-.376-3.196-7.51.02z\"/>\n    <path fill=\"#FF0\" d=\"M116.281 77.529h8.474c.178 0 .324.178.324.393 0 .215-.146.391-.324.391h-8.474c-.178 0-.325-.176-.325-.391 0-.215.147-.393.325-.393\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M116.281 77.529h8.474c.178 0 .324.178.324.393 0 .215-.146.391-.324.391h-8.474c-.178 0-.325-.176-.325-.391 0-.215.147-.393.325-.393h0z\"/>\n    <path fill=\"#FF0\" d=\"M119.363 77.514c.009-1.656 1.13-2.124 1.138-2.124 0 0 1.169.484 1.179 2.124h-2.317\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M119.363 77.514c.009-1.656 1.13-2.124 1.138-2.124 0 0 1.169.484 1.179 2.124h-2.317\"/>\n    <path fill=\"#FF0\" d=\"M116.462 73.029h8.122c.171 0 .313.159.313.354 0 .193-.141.352-.313.352h-8.122c-.171 0-.31-.159-.31-.352 0-.195.139-.354.31-.354\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M116.462 73.024h8.122c.171 0 .313.159.313.354 0 .193-.141.352-.313.352h-8.122c-.171 0-.31-.159-.31-.352 0-.195.139-.354.31-.354h0z\"/>\n    <path fill=\"#FF0\" d=\"M116.633 73.735h7.768c.164 0 .298.159.298.351 0 .196-.134.354-.298.354h-7.768c-.164 0-.298-.159-.298-.354 0-.192.135-.351.298-.351\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M116.633 73.735h7.768c.164 0 .298.159.298.351 0 .196-.134.354-.298.354h-7.768c-.164 0-.298-.159-.298-.354 0-.192.135-.351.298-.351h0z\"/>\n    <path fill=\"#FF0\" d=\"M119.172 68.439h.601v.437h.437v-.447l.616.003v.444h.439v-.447l.615.003v1.006c0 .156-.124.259-.269.259h-2.158c-.146 0-.281-.117-.281-.264v-.994\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M119.143 68.439l.613.003v.434h.446v-.444h.63v.444h.449v-.444h.627v1.006c0 .156-.127.259-.276.259h-2.205c-.149 0-.286-.118-.286-.264l-.003-.994h.005z\"/>\n    <path fill=\"#FF0\" d=\"M121.452 69.784l.139 3.229-2.153-.01.144-3.226 1.87.007\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M121.452 69.784l.139 3.226-2.153-.007.144-3.226 1.87.007\"/>\n    <path fill=\"#FF0\" d=\"M121.811 70.019l.601.003v.435h.437v-.444l.615.003v.442h.439v-.444h.616v1.006c0 .159-.125.261-.269.261h-2.158c-.146 0-.281-.119-.281-.264v-.994\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M124.131 71.279l.065 1.74h-2.063l.059-1.738h1.941-.002z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M121.811 70.014l.601.003v.434h.439v-.444l.613.003v.444h.439v-.447h.616v1.006c0 .156-.125.259-.269.259h-2.158c-.144 0-.278-.117-.278-.261l-.003-.997z\"/>\n    <path fill=\"#FF0\" d=\"M116.506 70.019l.601.003v.435h.439v-.444l.616.003v.442h.439v-.444h.615l-.003 1.006c0 .159-.124.261-.268.261h-2.158c-.144 0-.279-.119-.279-.264v-.994\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M116.506 70.019l.601.003v.438h.439v-.447l.616.003v.444h.439v-.447h.615l-.003 1.006c0 .159-.124.261-.268.261h-2.158c-.144 0-.279-.119-.279-.264l-.003-.994v-.003h.001z\"/>\n    <path fill=\"#FF0\" d=\"M118.828 71.279l.066 1.74h-2.063l.056-1.738h1.941\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M118.828 71.279l.066 1.74h-2.063l.059-1.738h1.938z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M120.307 70.805c-.012-.312.438-.318.433 0v.769h-.433v-.769M122.963 71.921c-.002-.302.418-.31.413 0v.594h-.413v-.594M117.641 71.921c0-.302.42-.31.415 0v.594h-.415v-.594\"/>\n    <path fill=\"#FF0\" d=\"M146.733 71.279l.066 1.74h-2.063l.059-1.738h1.938M141.055 77.714c.068-2.759 2.026-3.413 2.041-3.423.015-.009 2.114.703 2.109 3.45l-4.15-.027\"/>\n    <path fill=\"#FF0\" d=\"M139.365 74.341l-.342 3.174 2.07.003c.019-2.625 1.988-3.059 2.036-3.049.044-.003 1.994.578 2.046 3.049h2.076l-.376-3.196-7.51.019\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M139.365 74.345l-.342 3.172 2.07.004c.019-2.624 1.988-3.061 2.036-3.051.044-.003 1.994.581 2.046 3.051h2.076l-.376-3.196-7.51.02z\"/>\n    <path fill=\"#FF0\" d=\"M138.884 77.529h8.474c.178 0 .324.178.324.393 0 .215-.146.391-.324.391h-8.474c-.178 0-.324-.176-.324-.391 0-.215.146-.393.324-.393\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M138.884 77.529h8.474c.178 0 .324.178.324.393 0 .215-.146.391-.324.391h-8.474c-.178 0-.324-.176-.324-.391 0-.215.146-.393.324-.393h0z\"/>\n    <path fill=\"#FF0\" d=\"M141.965 77.514c.009-1.656 1.13-2.124 1.135-2.124.003 0 1.172.484 1.182 2.124h-2.317\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M141.965 77.514c.009-1.656 1.13-2.124 1.135-2.124.003 0 1.172.484 1.182 2.124h-2.317\"/>\n    <path fill=\"#FF0\" d=\"M139.065 73.029h8.123c.171 0 .312.159.312.354 0 .193-.141.352-.312.352h-8.123c-.171 0-.31-.159-.31-.352 0-.195.139-.354.31-.354\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M139.065 73.024h8.123c.171 0 .312.159.312.354 0 .193-.141.352-.312.352h-8.123c-.171 0-.31-.159-.31-.352 0-.195.139-.354.31-.354h0z\"/>\n    <path fill=\"#FF0\" d=\"M139.236 73.735h7.768c.164 0 .298.159.298.351 0 .196-.134.354-.298.354h-7.768c-.164 0-.298-.159-.298-.354 0-.192.134-.351.298-.351\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M139.236 73.735h7.768c.164 0 .298.159.298.351 0 .196-.134.354-.298.354h-7.768c-.164 0-.298-.159-.298-.354 0-.192.134-.351.298-.351h0z\"/>\n    <path fill=\"#FF0\" d=\"M141.775 68.439h.601v.437h.437v-.447l.616.003v.444h.439v-.447l.615.003v1.006c0 .156-.124.259-.269.259h-2.158c-.146 0-.281-.117-.281-.264v-.994\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M141.745 68.439l.613.003v.434h.447v-.444h.629v.444h.449v-.444h.627v1.006c0 .156-.127.259-.276.259h-2.205c-.149 0-.286-.118-.286-.264l-.003-.994h.005z\"/>\n    <path fill=\"#FF0\" d=\"M144.055 69.784l.139 3.229-2.153-.01.144-3.226 1.87.007\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M144.055 69.784l.139 3.226-2.153-.007.144-3.226 1.87.007\"/>\n    <path fill=\"#FF0\" d=\"M144.414 70.019l.601.003v.435h.437v-.444l.615.003v.442h.439v-.444h.616v1.006c0 .159-.124.261-.269.261h-2.158c-.146 0-.281-.119-.281-.264v-.994\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M146.733 71.279l.066 1.74h-2.063l.059-1.738h1.941-.003z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M144.414 70.014l.601.003v.434h.439v-.444l.613.003v.444h.439v-.447h.616v1.006c0 .156-.124.259-.269.259h-2.158c-.144 0-.278-.117-.281-.261v-.997z\"/>\n    <path fill=\"#FF0\" d=\"M139.108 70.019l.601.003v.435h.44v-.444l.615.003v.442h.439v-.444h.615l-.003 1.006c0 .159-.124.261-.268.261h-2.158c-.144 0-.279-.119-.279-.264v-.994\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M139.108 70.019l.601.003v.438h.44v-.447l.615.003v.444h.439v-.447h.615l-.003 1.006c0 .159-.124.261-.268.261h-2.158c-.144 0-.279-.119-.279-.264l-.003-.994v-.003h.001z\"/>\n    <path fill=\"#FF0\" d=\"M141.43 71.279l.066 1.74h-2.063l.057-1.738h1.94\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M141.43 71.279l.066 1.74h-2.063l.059-1.738h1.938z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M142.91 70.805c-.012-.312.438-.318.432 0v.769h-.432v-.769M145.566 71.921c-.002-.302.417-.31.413 0v.594h-.413v-.594M140.244 71.921c0-.302.42-.31.415 0v.594h-.415v-.594\"/>\n    <path fill=\"#FF0\" d=\"M101.274 94.441l.066 1.738h-2.063l.059-1.738h1.938M95.595 100.876c.069-2.761 2.027-3.416 2.041-3.426.013-.01 2.114.706 2.107 3.45l-4.148-.024\"/>\n    <path fill=\"#FF0\" d=\"M93.906 97.499l-.342 3.174 2.071.005c.019-2.624 1.988-3.061 2.036-3.052.044-.003 1.994.579 2.046 3.052h2.075l-.376-3.198-7.51.019\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M93.906 97.504l-.342 3.174 2.071.003c.019-2.624 1.988-3.059 2.034-3.049.046-.002 1.994.579 2.048 3.049h2.075l-.376-3.196-7.51.019z\"/>\n    <path fill=\"#FF0\" d=\"M93.425 100.691h8.474c.178 0 .322.176.322.391 0 .214-.144.391-.322.391h-8.474c-.178 0-.325-.174-.325-.391 0-.216.147-.391.325-.391\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M93.425 100.691h8.474c.178 0 .325.176.325.391 0 .217-.147.391-.325.391h-8.474c-.178 0-.325-.174-.325-.391 0-.216.147-.391.325-.391h0z\"/>\n    <path fill=\"#FF0\" d=\"M96.506 100.676c.007-1.657 1.131-2.126 1.136-2.124 0 0 1.172.483 1.181 2.124h-2.317\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M96.506 100.676c.007-1.658 1.131-2.126 1.136-2.124 0 0 1.172.483 1.181 2.124h-2.317\"/>\n    <path fill=\"#FF0\" d=\"M93.606 96.191h8.122c.171 0 .31.156.31.352 0 .193-.139.351-.31.351h-8.122c-.171 0-.312-.158-.312-.351-.001-.196.141-.352.312-.352\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M93.606 96.186h8.122c.171 0 .31.159.31.351 0 .193-.139.352-.31.352h-8.122c-.171 0-.312-.156-.312-.352-.001-.192.141-.351.312-.351h0z\"/>\n    <path fill=\"#FF0\" d=\"M93.774 96.894h7.771c.164 0 .298.159.298.354 0 .193-.134.351-.298.351h-7.771c-.163 0-.295-.159-.295-.351 0-.196.132-.354.295-.354\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M93.774 96.894h7.771c.164 0 .298.159.298.354 0 .193-.134.351-.298.351h-7.771c-.163 0-.295-.159-.295-.351 0-.196.132-.354.295-.354h0z\"/>\n    <path fill=\"#FF0\" d=\"M96.316 91.599h.598v.437h.439v-.447l.615.003v.444h.439v-.444h.616l-.003 1.006a.257.257 0 01-.266.259h-2.161c-.144 0-.278-.117-.278-.264v-.994\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M96.286 91.601h.613v.434h.447v-.444l.627.003v.444h.449v-.447h.63l-.003 1.006c0 .159-.127.261-.274.261h-2.204c-.149 0-.286-.119-.286-.263l-.003-.994h.004z\"/>\n    <path fill=\"#FF0\" d=\"M98.596 92.944l.137 3.227-2.152-.007.145-3.225 1.87.007\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M98.596 92.944l.137 3.227-2.152-.009.145-3.226 1.87.008\"/>\n    <path fill=\"#FF0\" d=\"M98.955 93.181h.601v.437h.437v-.447l.615.003v.444h.439v-.447l.615.003v1.006c0 .156-.124.259-.268.259h-2.158c-.147 0-.281-.117-.281-.264v-.994\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M101.274 94.441l.066 1.738h-2.063l.059-1.738z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M98.955 93.176h.601v.437h.437v-.446l.615.003v.444h.439v-.446l.615.003v1.006c0 .156-.124.259-.268.259h-2.158c-.144 0-.281-.117-.281-.264v-.996h0z\"/>\n    <path fill=\"#FF0\" d=\"M93.65 93.181h.601v.437h.439v-.447l.613.003v.444h.439v-.447l.615.003v1.006c0 .156-.124.259-.269.259H93.93c-.144 0-.278-.117-.278-.264l-.002-.994\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M93.65 93.181h.601v.437h.439v-.447l.613.003v.444h.439v-.447l.615.003v1.006c0 .156-.124.259-.269.259H93.93c-.144 0-.278-.117-.278-.264l-.002-.994z\"/>\n    <path fill=\"#FF0\" d=\"M95.971 94.441l.064 1.738h-2.063l.058-1.738h1.941\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M95.971 94.441l.064 1.738h-2.06l.055-1.738h1.941-.002z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M97.451 93.964c-.014-.312.437-.318.433 0v.769h-.433v-.769M100.105 95.08c0-.303.42-.31.415 0v.593h-.415v-.593M94.785 95.08c0-.303.42-.31.413 0v.593h-.413v-.593\"/>\n    <path fill=\"#FF0\" d=\"M141.928 121.559l-1.181 1.277-1.46-1.46 1.272-1.188 1.369 1.371M133.364 122.094c1.999-1.904 3.845-.982 3.863-.979.017.005.998 1.995-.947 3.931l-2.916-2.952\"/>\n    <path fill=\"#FF0\" d=\"M134.555 118.513l-2.485 2.002 1.46 1.468c1.87-1.841 3.572-.759 3.598-.718.032.029.999 1.819-.712 3.606l1.469 1.468 1.995-2.527-5.325-5.299\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M134.55 118.518l-2.482 2.003 1.459 1.467c1.871-1.843 3.569-.762 3.597-.721.034.03 1.001 1.822-.711 3.607l1.467 1.467 1.997-2.527-5.325-5.297-.002.001z\"/>\n    <path fill=\"#FF0\" d=\"M131.96 120.429l5.991 5.991c.124.127.105.354-.049.505-.151.154-.379.174-.506.049l-5.991-5.991c-.127-.127-.105-.354.046-.505.155-.154.382-.176.509-.049\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M131.96 120.429l5.991 5.991c.127.127.104.354-.049.508-.151.151-.378.171-.505.046l-5.991-5.991c-.127-.127-.105-.354.046-.505.154-.154.381-.176.508-.049h0z\"/>\n    <path fill=\"#FF0\" d=\"M134.148 122.597c1.179-1.164 2.303-.703 2.307-.698 0 0 .486 1.169-.669 2.337l-1.638-1.639\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M134.148 122.597c1.179-1.165 2.302-.704 2.307-.699 0 0 .486 1.169-.669 2.337l-1.638-1.638\"/>\n    <path fill=\"#FF0\" d=\"M135.268 117.375l5.744 5.742c.12.122.107.332-.029.471-.136.134-.349.149-.469.027l-5.744-5.742c-.119-.122-.107-.332.029-.469.137-.139.35-.151.469-.029\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.273 117.37l5.743 5.745c.122.119.107.331-.029.468-.137.137-.347.152-.469.03l-5.742-5.745c-.122-.119-.109-.329.03-.469.133-.136.345-.148.467-.029h0z\"/>\n    <path fill=\"#FF0\" d=\"M134.89 117.992l5.496 5.496c.115.115.098.323-.039.459s-.344.154-.459.036l-5.496-5.493c-.115-.114-.098-.322.039-.459.137-.136.344-.153.459-.039\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M134.89 117.992l5.493 5.493c.117.117.1.323-.037.462-.137.137-.344.153-.459.036l-5.496-5.493c-.115-.115-.098-.322.039-.459.138-.136.345-.153.46-.039h0z\"/>\n    <path fill=\"#FF0\" d=\"M140.432 116.044l.422.425-.307.307.31.31.315-.315.435.437-.315.312.31.31.315-.314.434.437-.711.71c-.112.11-.271.096-.373-.007l-1.526-1.526c-.102-.102-.114-.281-.012-.383l.703-.703\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M140.41 116.025l.432.434-.308.308.318.315.315-.315.442.447-.312.312.318.318.315-.315.444.447-.713.711c-.112.11-.274.093-.379-.01l-1.557-1.56c-.105-.105-.119-.286-.017-.388l.703-.706v.002h-.001z\"/>\n    <path fill=\"#FF0\" d=\"M141.091 118.608l-2.183 2.38-1.516-1.528 2.383-2.177 1.316 1.328\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M141.091 118.608l-2.183 2.38-1.515-1.528 2.382-2.18 1.316 1.328\"/>\n    <path fill=\"#FF0\" d=\"M141.179 119.028l.425.424-.308.31.311.307.314-.314.433.437-.312.315.31.31.315-.315.434.434-.712.711c-.11.113-.271.095-.374-.005l-1.526-1.526c-.103-.103-.112-.281-.009-.386l.699-.702\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M141.928 121.559l-1.182 1.277-1.46-1.457 1.273-1.189 1.372 1.369z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M141.184 119.025l.423.425-.308.308.31.31.315-.315.434.437-.315.312.31.312.317-.315.433.435-.71.71c-.112.112-.271.095-.374-.008l-1.526-1.526c-.103-.102-.115-.281-.012-.384l.703-.701z\"/>\n    <path fill=\"#FF0\" d=\"M137.429 115.278l.425.424-.31.307.31.31.315-.314.434.437-.315.312.312.312.315-.315.434.434-.712.711c-.113.113-.271.095-.374-.005l-1.526-1.528c-.103-.103-.114-.279-.009-.383l.701-.702\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M137.429 115.278l.423.425-.307.307.31.312.314-.317.435.436-.315.315.31.31.317-.314.435.435-.713.71c-.112.113-.271.095-.374-.005l-1.526-1.526c-.102-.103-.115-.281-.012-.386l.703-.702z\"/>\n    <path fill=\"#FF0\" d=\"M138.178 117.809l-1.181 1.277-1.46-1.46 1.269-1.188 1.372 1.371\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M138.178 117.809l-1.182 1.277-1.46-1.46 1.273-1.188z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M139.56 118.52c.212-.232.535.086.307.305l-.544.544-.305-.307.542-.542M140.651 121.186a.208.208 0 01.291.293l-.42.42-.291-.292.42-.421M136.89 117.424a.208.208 0 01.291.293l-.42.42-.291-.293.42-.42\"/>\n    <path fill=\"#FF0\" d=\"M146.699 94.441l.066 1.738-2.063.002.058-1.74h1.939M141.02 100.876c.068-2.761 2.026-3.416 2.041-3.426.012-.008 2.114.706 2.107 3.45l-4.148-.024\"/>\n    <path fill=\"#FF0\" d=\"M139.331 97.499l-.342 3.174 2.071.005c.019-2.624 1.987-3.061 2.036-3.052.044-.003 1.995.579 2.046 3.052h2.075l-.376-3.196-7.51.017\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M139.331 97.504l-.342 3.174 2.071.005c.019-2.624 1.987-3.061 2.033-3.052.047-.002 1.995.579 2.049 3.052h2.075l-.376-3.198-7.51.019v.002-.002z\"/>\n    <path fill=\"#FF0\" d=\"M138.85 100.691h8.474c.178 0 .322.176.322.393 0 .212-.144.391-.322.391h-8.474c-.178 0-.324-.176-.324-.391-.001-.218.145-.393.324-.393\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M138.85 100.691h8.474c.178 0 .325.176.325.393 0 .214-.147.391-.325.391h-8.474c-.178 0-.324-.176-.324-.391-.001-.218.145-.393.324-.393h0z\"/>\n    <path fill=\"#FF0\" d=\"M141.931 100.676c.01-1.657 1.131-2.126 1.135-2.124.003 0 1.172.483 1.182 2.124h-2.317\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M141.931 100.676c.01-1.658 1.131-2.126 1.135-2.124.003 0 1.172.483 1.182 2.124h-2.317\"/>\n    <path fill=\"#FF0\" d=\"M139.03 96.191h8.123c.171 0 .31.159.31.352 0 .193-.139.351-.31.351h-8.123c-.171 0-.312-.158-.312-.351 0-.193.142-.352.312-.352\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M139.03 96.186h8.123c.171 0 .31.159.31.351 0 .193-.139.352-.31.352h-8.123c-.171 0-.312-.156-.312-.352 0-.192.142-.351.312-.351h0z\"/>\n    <path fill=\"#FF0\" d=\"M139.201 96.896h7.769c.163 0 .297.156.297.352 0 .193-.134.351-.297.351h-7.769c-.164 0-.298-.159-.298-.351 0-.196.135-.352.298-.352\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M139.201 96.896h7.769c.163 0 .297.156.297.352 0 .193-.134.351-.297.351h-7.769c-.164 0-.298-.159-.298-.351 0-.196.135-.352.298-.352h0z\"/>\n    <path fill=\"#FF0\" d=\"M141.74 91.599l.601.003v.434h.437v-.444h.615v.444h.439v-.444h.615l-.002 1.006a.258.258 0 01-.266.259h-2.158c-.147 0-.281-.117-.281-.264v-.994\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M141.711 91.601h.613v.437h.447v-.447l.63.003v.444h.446v-.447h.63v1.006c0 .159-.127.261-.276.261h-2.204c-.149 0-.286-.119-.286-.263l-.003-.994h.003z\"/>\n    <path fill=\"#FF0\" d=\"M144.021 92.946l.139 3.225-2.153-.007.144-3.225 1.87.007\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M144.021 92.946l.139 3.225-2.153-.007.144-3.228 1.87.01\"/>\n    <path fill=\"#FF0\" d=\"M144.38 93.181h.601v.437h.437v-.447l.616.003v.444h.439v-.447l.615.003v1.006c0 .156-.124.259-.269.259h-2.158c-.146 0-.281-.117-.281-.264v-.994\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M146.699 94.441l.066 1.738-2.063.002.058-1.74z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M144.38 93.176h.601v.437h.437v-.446l.616.003v.444h.439v-.446l.615.003v1.006c0 .156-.124.259-.269.259h-2.158c-.144 0-.278-.117-.281-.264v-.996h0z\"/>\n    <path fill=\"#FF0\" d=\"M139.075 93.181h.601v.437h.439v-.447l.612.003v.444h.442v-.447l.613.003v1.006c0 .156-.124.259-.269.259h-2.158c-.144 0-.278-.117-.278-.264l-.002-.994\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M139.075 93.181l.601.003v.434h.439v-.447l.612.003v.444h.442v-.447l.613.003v1.006c0 .156-.124.259-.269.259h-2.158c-.144 0-.278-.117-.278-.264l-.002-.994z\"/>\n    <path fill=\"#FF0\" d=\"M141.396 94.441l.066 1.738-2.066.002.059-1.74h1.941\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M141.396 94.441l.066 1.738-2.063.002.056-1.74z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M142.876 93.964c-.015-.312.437-.315.432 0v.769h-.432v-.769M145.53 95.08c0-.303.42-.308.415 0v.593h-.415v-.593M140.21 95.08c0-.303.42-.308.413 0v.593h-.413v-.593\"/>\n    <path fill=\"#FF0\" d=\"M104.075 116.421l1.276 1.183-1.46 1.46-1.189-1.272 1.373-1.371M104.609 124.99c-1.904-2-.981-3.848-.976-3.862.003-.017 1.992-.999 3.931.948l-2.955 2.914\"/>\n    <path fill=\"#FF0\" d=\"M101.03 123.796l2.002 2.483 1.467-1.46c-1.841-1.87-.759-3.569-.717-3.596.029-.034 1.819-1.001 3.604.711l1.469-1.467-2.527-1.994-5.298 5.323\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M101.03 123.801l2.002 2.483 1.467-1.46c-1.841-1.87-.759-3.569-.717-3.596.029-.034 1.819-1.001 3.604.711l1.467-1.467-2.524-1.997-5.297 5.324v.002h-.002z\"/>\n    <path fill=\"#FF0\" d=\"M102.944 126.391l5.991-5.994c.127-.124.354-.103.508.049.151.151.173.379.046.506l-5.991 5.991c-.127.127-.354.105-.506-.047-.151-.151-.172-.38-.048-.505\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M102.944 126.391l5.994-5.994c.124-.124.354-.103.506.049.151.151.173.379.046.506l-5.991 5.991c-.127.127-.354.105-.506-.047-.152-.151-.173-.38-.049-.505h0z\"/>\n    <path fill=\"#FF0\" d=\"M105.11 124.201c-1.164-1.179-.703-2.305-.698-2.307 0 0 1.169-.486 2.336.669l-1.638 1.638\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M105.11 124.201c-1.164-1.179-.703-2.305-.698-2.307 0 0 1.169-.486 2.336.667l-1.638 1.638\"/>\n    <path fill=\"#FF0\" d=\"M99.885 123.081l5.744-5.745c.119-.119.332-.107.469.029.137.137.149.349.029.469l-5.744 5.745c-.12.119-.333.107-.469-.029-.136-.138-.149-.35-.029-.469\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M99.885 123.081l5.744-5.744c.119-.12.332-.107.469.029.137.137.149.349.029.469l-5.744 5.745c-.12.119-.333.108-.469-.029-.136-.139-.149-.351-.029-.47h0z\"/>\n    <path fill=\"#FF0\" d=\"M100.505 123.454l5.493-5.494c.117-.114.324-.098.461.039s.154.342.037.459l-5.493 5.493c-.115.118-.322.101-.459-.036-.136-.139-.154-.344-.039-.461\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M100.505 123.454l5.493-5.493c.117-.115.323-.098.459.039.139.137.156.344.039.459l-5.493 5.493c-.115.118-.322.101-.459-.039-.136-.137-.154-.342-.039-.459h0z\"/>\n    <path fill=\"#FF0\" d=\"M98.56 117.919l.424-.422.307.307.311-.31-.315-.315.437-.432.312.312.31-.31-.315-.315.437-.434.711.713c.11.11.095.271-.007.371l-1.526 1.526c-.102.105-.281.114-.383.012l-.703-.701\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M98.54 117.939l.435-.432.307.307.318-.315-.315-.315.444-.444.315.315.317-.318-.315-.314.444-.447.711.713c.112.112.095.274-.01.379l-1.56 1.56c-.105.105-.286.117-.388.014l-.703-.701v-.002h0z\"/>\n    <path fill=\"#FF0\" d=\"M101.125 117.256l2.381 2.182-1.529 1.516-2.18-2.38 1.328-1.318\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M101.125 117.26l2.378 2.183-1.526 1.516-2.18-2.383 1.328-1.316\"/>\n    <path fill=\"#FF0\" d=\"M101.543 117.17l.425-.422.31.307.308-.31-.315-.315.437-.432.315.312.31-.31-.315-.315.435-.434.71.713c.113.11.096.271-.004.371l-1.526 1.528c-.103.103-.281.113-.386.01l-.703-.701\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M104.075 116.421l1.276 1.183-1.458 1.46-1.188-1.272z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M101.54 117.165l.425-.422.307.307.31-.31-.315-.315.437-.432.312.312.312-.31-.315-.315.434-.434.711.712c.11.11.095.271-.007.371l-1.526 1.526c-.103.102-.281.114-.383.012l-.703-.701v-.001h.001z\"/>\n    <path fill=\"#FF0\" d=\"M97.795 120.92l.425-.425.307.31.31-.31-.315-.315.437-.434.313.315.312-.312-.315-.315.435-.434.71.712c.113.11.096.271-.005.374l-1.528 1.526c-.103.103-.281.115-.383.01l-.703-.702\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M97.795 120.92l.425-.422.307.307.31-.31-.315-.315.437-.434.315.315.31-.31-.315-.318.435-.434.71.712c.113.11.096.271-.005.374l-1.528 1.526c-.103.103-.281.115-.383.013l-.703-.704z\"/>\n    <path fill=\"#FF0\" d=\"M100.325 120.171l1.276 1.181-1.457 1.46-1.189-1.27 1.37-1.371\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M100.325 120.171l1.276 1.181-1.457 1.46-1.189-1.272z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M101.035 118.791c-.232-.213.086-.535.308-.308l.542.545-.305.305-.545-.542M103.701 117.702c-.215-.212.078-.515.293-.292l.42.42-.293.293-.42-.421M99.941 121.464c-.217-.212.076-.513.291-.291l.42.42-.291.291-.42-.42\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M122.656 114.601a.744.744 0 000 1.486.743.743 0 000-1.486M118.537 114.606a.743.743 0 10.002 1.486.743.743 0 00-.002-1.486M120.578 112.517a.745.745 0 00-.744.744c0 .408.334.742.744.742a.744.744 0 000-1.486M122.661 110.519a.745.745 0 00-.744.745c0 .407.334.742.744.742a.745.745 0 00.743-.742.748.748 0 00-.743-.745M133.066 101.731a.743.743 0 00-.744.742.745.745 0 001.487 0 .744.744 0 00-.743-.742M129.008 101.736a.745.745 0 00-.742.744.742.742 0 10.742-.744M130.986 99.646a.745.745 0 00-.742.742c0 .411.334.745.742.745a.746.746 0 00.745-.745.746.746 0 00-.745-.742M133.068 97.648a.743.743 0 10.002 1.482.743.743 0 00-.002-1.482M129.001 97.646a.744.744 0 00-.745.742c0 .407.334.742.745.742a.746.746 0 00.742-.742.743.743 0 00-.742-.742M122.693 101.711a.744.744 0 00-.745.742c0 .407.335.742.745.742a.745.745 0 00.742-.742.744.744 0 00-.742-.742M118.537 101.716a.742.742 0 100 1.483.742.742 0 000-1.483M120.613 99.626a.743.743 0 000 1.484.742.742 0 100-1.484M122.698 97.629a.744.744 0 00-.745.742.743.743 0 10.745-.742M118.537 97.624a.744.744 0 000 1.486.744.744 0 000-1.486M112.292 101.736a.744.744 0 00-.742.742c0 .41.334.744.742.744a.743.743 0 000-1.486M108.237 101.74a.745.745 0 000 1.487.744.744 0 000-1.487M110.215 99.651a.745.745 0 00-.744.744c0 .407.334.742.744.742a.745.745 0 00.742-.742.746.746 0 00-.742-.744M112.297 97.653a.745.745 0 00-.742.745.743.743 0 10.742-.745M118.537 110.517a.743.743 0 10.002 1.486.743.743 0 00-.002-1.486\"/>\n    <path fill=\"#FF0\" fill-rule=\"nonzero\" d=\"M108.225 97.651a.743.743 0 10.002 1.486.743.743 0 00-.002-1.486\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M118.537 84.616a.743.743 0 10.002 1.486.743.743 0 00-.002-1.486M122.607 84.616a.745.745 0 000 1.487.744.744 0 000-1.487M120.522 86.618a.744.744 0 00-.742.742.744.744 0 001.487 0 .744.744 0 00-.745-.742M122.602 88.703a.743.743 0 10.002 1.486.743.743 0 00-.002-1.486M118.537 88.708a.742.742 0 100 1.483.742.742 0 000-1.483M108.227 97.651a.745.745 0 00-.742.742.744.744 0 001.487 0 .746.746 0 00-.745-.742\"/>\n  </g>\n</svg>\n</li><li title=\"cif pw \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 189\">\n  <g fill=\"none\">\n    <path fill=\"#4AADD6\" d=\"M.5.75h300v187.5H.5z\"/>\n    <circle cx=\"131.75\" cy=\"94.5\" r=\"56.25\" fill=\"#FFDE00\"/>\n  </g>\n</svg>\n</li><li title=\"cif py \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 181\">\n  <g fill=\"none\" fill-rule=\"evenodd\">\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M.5.5h300v180H.5z\"/>\n    <path fill=\"#0038A8\" fill-rule=\"nonzero\" d=\"M.5 120.5h300v60H.5z\"/>\n    <path fill=\"#D52B1E\" fill-rule=\"nonzero\" d=\"M.5.5h300v60H.5z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M173.517 90.5c.001 12.712-10.303 23.018-23.014 23.019-12.712.001-23.017-10.303-23.019-23.014V90.5c-.001-12.712 10.303-23.018 23.014-23.019 12.712-.001 23.017 10.303 23.019 23.014v.005z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M153.542 79.752s8.756 3.772 7.227 11.567-6.403 7.743-8.315 8.605c-1.911.861-3.23 2.094-3.984 1.922-.754-.173-1.751-.754-1.751-.754s-.08 1.28 1.455 1.513c1.535.233 3.553-2.021 4.523-2.271.969-.25 6.921-.896 8.369-8.828 1.689-8.467-7.47-11.506-7.524-11.754z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M157.965 81.412c.164.643.167 1.174.008 1.186-.159.012-.421-.499-.585-1.142h0c-.164-.643-.168-1.174-.008-1.186.159-.012.42.499.585 1.142z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M157.66 81.492c.304.613.433 1.153.289 1.206-.144.053-.507-.4-.81-1.013l-.001-.002c-.304-.613-.433-1.153-.289-1.206.144-.053.507.4.81 1.013l.001.002z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M156.786 82.071c.621.182 1.112.462 1.097.625-.015.164-.531.149-1.151-.033h0c-.621-.182-1.112-.462-1.097-.625.014-.163.53-.148 1.151.033h0z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M156.914 81.753c.565.379.968.799.899.937-.069.139-.583-.057-1.148-.435l-.003-.002c-.565-.379-.968-.798-.899-.937.069-.138.583.057 1.148.436.001-.001.002 0 .003.001z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M157.284 81.6c.48.499.784.991.679 1.099-.105.108-.58-.209-1.06-.708-.48-.499-.784-.991-.679-1.099.105-.109.58.209 1.06.708z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M157.895 82.698c.005.005-.338.19-.415.218-.078.028-.183-.103-.406.011a.965.965 0 00-.425.446c-.049.122.063.174.333.043s.341-.339.471-.42c.13-.081.348-.201.473-.245.054-.117.228-.369.319-.514.09-.144.444-.383.573-.66.113-.23.07-.425-.08-.343-.151.082-.345.312-.436.478-.091.166-.013.376-.113.532-.081.112-.273.454-.294.454h0zM160.605 83.597c.015.994-.156 1.757-.38 1.705-.225-.052-.418-.9-.433-1.894v-.006c-.014-.994.156-1.757.381-1.705.225.052.418.9.433 1.894l-.001.006z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M160.157 83.577c.217 1.013.217 1.844 0 1.855-.217.011-.569-.802-.786-1.815h0c-.217-1.014-.217-1.844 0-1.855.217-.012.569.801.786 1.815h0z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M158.755 84.015c.8.538 1.389 1.159 1.315 1.388-.074.229-.782-.022-1.581-.56l-.006-.004c-.8-.538-1.388-1.159-1.315-1.388.073-.229.782.022 1.581.56a.02.02 0 01.006.004z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M159.038 83.616c.658.796 1.077 1.577.936 1.745-.141.168-.788-.342-1.446-1.138l-.004-.004c-.657-.796-1.074-1.576-.931-1.741.142-.166.789.344 1.445 1.138z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M159.601 83.562c.5.929.76 1.772.58 1.882-.18.11-.732-.554-1.232-1.484l-.005-.009c-.5-.929-.76-1.772-.579-1.882.18-.11.732.554 1.232 1.483a.03.03 0 00.004.01z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M160.084 85.409c.005.01-.531.121-.647.126-.117.005-.219-.23-.566-.166a1.253 1.253 0 00-.737.449c-.109.154.03.277.447.21.417-.067.584-.333.791-.391.207-.058.549-.132.735-.14.113-.144.439-.426.611-.593.173-.166.742-.349 1.013-.689.232-.278.238-.577.003-.528-.236.049-.582.293-.762.49-.18.197-.142.534-.333.711-.148.126-.527.53-.555.521h0zM162.033 87.225c-.166.984-.47 1.704-.68 1.607-.21-.096-.246-.972-.08-1.956.165-.984.47-1.704.679-1.608.21.097.246.973.081 1.957h0z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M161.598 87.119c.03 1.043-.12 1.864-.334 1.833-.214-.03-.412-.9-.441-1.942v-.003c-.03-1.043.12-1.864.334-1.833.214.03.412.9.442 1.942l-.001.003z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M160.149 87.282c.685.685 1.148 1.411 1.034 1.622-.114.211-.761-.173-1.446-.858l-.003-.003c-.685-.685-1.148-1.411-1.034-1.622.114-.211.761.173 1.445.858l.004.003z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M160.497 86.942c.499.912.768 1.764.6 1.903-.168.139-.709-.489-1.208-1.401l-.003-.006c-.499-.912-.768-1.764-.6-1.903.168-.139.709.489 1.208 1.401l.003.006z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M161.057 86.998c.321 1.014.423 1.896.227 1.97-.196.074-.615-.688-.937-1.702l-.003-.01c-.321-1.014-.423-1.896-.227-1.969.196-.074.615.688.937 1.702a.046.046 0 01.003.009z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M161.196 88.914c.003.011-.541.018-.656 0-.115-.018-.173-.269-.523-.272a1.224 1.224 0 00-.801.302c-.133.131-.021.28.399.294.42.014.631-.216.844-.234.213-.018.56-.025.744.003.137-.12.506-.337.705-.468.199-.131.789-.202 1.114-.486.277-.23.337-.524.098-.521-.239.003-.621.177-.833.337-.212.16-.236.5-.454.638-.167.095-.611.421-.637.407h0zM162.138 91.277c-.532.844-1.087 1.386-1.24 1.211-.153-.176.154-1.003.686-1.847l.001-.001c.532-.844 1.087-1.386 1.24-1.211.153.175-.155 1.002-.686 1.847l-.001.001z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M161.786 90.998c-.378.979-.832 1.679-1.015 1.564-.183-.116-.024-1.003.354-1.982l.002-.006c.379-.979.832-1.676 1.013-1.557.182.118.023 1.004-.354 1.981z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M160.411 90.55c.354.919.49 1.782.305 1.93-.185.148-.622-.477-.976-1.395s-.49-1.782-.305-1.93c.185-.147.622.477.976 1.395h0z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M160.858 90.38c.098 1.053.01 1.952-.196 2.01-.206.057-.452-.75-.55-1.802h0c-.098-1.053-.009-1.952.197-2.009.206-.059.452.748.549 1.801h0z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M161.344 90.662c-.103 1.073-.354 1.931-.56 1.915-.206-.015-.289-.897-.186-1.971.103-1.073.354-1.93.56-1.915.206.016.289.898.186 1.971z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M160.725 92.497a4.918 4.918 0 01-.594-.271c-.097-.064-.052-.321-.368-.469a1.17 1.17 0 00-.842-.051c-.172.066-.127.251.247.437s.655.06.855.132c.2.071.517.208.673.311.171-.055.589-.103.82-.143.231-.039.792.138 1.197.01.34-.099.509-.347.291-.443-.218-.096-.632-.092-.885-.032-.254.06-.407.366-.659.404-.189.02-.717.139-.735.115h0zM161.047 95.384c-.863.74-1.652 1.137-1.763.888-.11-.249.5-1.051 1.363-1.79l.001-.001c.863-.74 1.652-1.137 1.763-.888.11.249-.5 1.051-1.363 1.79l-.001.001z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M160.751 94.949c-.738.944-1.468 1.553-1.631 1.36-.163-.193.303-1.116 1.04-2.06a.018.018 0 00.005-.007c.738-.944 1.468-1.553 1.631-1.359.163.193-.303 1.115-1.04 2.06a.027.027 0 00-.005.006z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M159.384 93.958c.088 1.141-.045 2.146-.297 2.244-.253.098-.529-.747-.616-1.889l-.001-.008c-.088-1.141.045-2.146.297-2.244.253-.098.529.747.616 1.889l.001.008z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M159.932 93.931c-.239 1.197-.631 2.158-.877 2.147-.246-.011-.251-.991-.013-2.188h0c.239-1.197.631-2.158.877-2.147.246.012.252.991.013 2.188z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M160.374 94.419c-.466 1.147-1.024 2.003-1.246 1.911-.221-.091-.023-1.095.444-2.242.466-1.147 1.024-2.003 1.246-1.911.221.091.022 1.095-.444 2.242z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M159.09 96.22a5.829 5.829 0 01-.565-.514c-.086-.106.048-.373-.251-.651s-.699-.373-.91-.362c-.211.011-.223.231.128.572.351.341.702.304.898.455.196.151.501.417.638.586.206.001.682.099.949.139.267.04.827.439 1.315.444.407.014.674-.199.465-.383-.209-.184-.665-.331-.964-.356-.299-.025-.568.257-.858.207-.213-.044-.833-.104-.845-.137zM158.231 98.978c-1.237.205-2.217.126-2.188-.174.028-.301 1.054-.71 2.291-.914l.006-.001c1.237-.204 2.216-.127 2.188.174-.029.301-1.054.71-2.291.914l-.006.001z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M158.183 98.393c-1.228.471-2.264.626-2.314.347-.05-.279.905-.887 2.133-1.358l.002-.001c1.228-.471 2.264-.626 2.314-.347.05.279-.905.887-2.133 1.358l-.002.001z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M157.406 96.66c-.539 1.136-1.216 2.013-1.512 1.958-.296-.055-.099-1.02.44-2.157.539-1.136 1.216-2.013 1.512-1.958.295.055.099 1.02-.44 2.157z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M157.95 96.952c-.884 1-1.788 1.687-2.018 1.533-.23-.153.299-1.087 1.182-2.087.884-1 1.788-1.688 2.02-1.536.232.152-.297 1.086-1.181 2.087l-.003.003z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M158.109 97.671c-1.076.821-2.083 1.314-2.248 1.1-.165-.214.573-1.053 1.65-1.875l.005-.004c1.077-.821 2.082-1.311 2.244-1.095.162.216-.576 1.054-1.651 1.874z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M155.886 98.641c-.011.008-.239-.665-.265-.815-.025-.15.25-.327.113-.764s-.472-.759-.681-.87c-.21-.111-.341.091-.189.618.152.528.512.694.618.952.107.257.255.686.296.927.198.12.604.488.84.681.236.193.558.896 1.027 1.183.385.248.759.2.658-.096-.101-.296-.461-.699-.736-.896-.275-.197-.689-.085-.941-.299-.18-.167-.746-.582-.74-.621zM154.535 100.992c-1.271.018-2.299-.263-2.295-.629.003-.364 1.031-.674 2.299-.694 1.271-.018 2.299.263 2.295.629-.003.365-1.031.675-2.299.694z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M154.23 98.925c-.805 1.04-1.678 1.699-1.949 1.472-.271-.226.162-1.253.968-2.293h0c.805-1.04 1.678-1.699 1.948-1.472.272.227-.161 1.253-.967 2.293z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M154.555 99.981c-1.182.509-2.243.648-2.372.311-.128-.337.724-1.023 1.904-1.532 1.182-.509 2.243-.648 2.372-.311s-.723 1.023-1.904 1.532zM155.182 79.951c.585.527.938 1.02.787 1.101-.15.081-.745-.279-1.33-.805-.585-.527-.939-1.02-.789-1.102.149-.082.745.278 1.33.805l.002.001z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M154.475 80.543c.791.103 1.457.319 1.488.483.03.164-.586.214-1.378.111h0c-.791-.103-1.458-.319-1.488-.483-.03-.164.586-.214 1.378-.111z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M154.759 80.17c.745.379 1.286.792 1.207.922-.079.13-.746-.072-1.492-.451l-.003-.001c-.745-.379-1.284-.792-1.204-.921.08-.13.748.072 1.492.451zM144.386 98.751s1.929.414 3.605 1.023c1.677.609 4.224 2.701 4.909 2.82.768.035 1.833-.227 2.237-1.336-1.183.315-1.892.795-3.021.174-.399-.151-1.705-1.341-3.138-1.977-1.432-.637-4.32-1.363-4.32-1.363l-.272.659zM146.442 81.316c-.007-.016 2.22-1.171 2.22-1.171l-2.448.626-.284.431.512.114z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M148.548 81.856c-.86-.156-2.181-.445-3.023-.513.582-.644 1.383-1.734 1.877-2.403-.326.638-.838 1.479-1.04 2.09.593.32 1.524.571 2.186.826z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M146.041 81.452c-.01-.015 1.973-1.527 1.973-1.527l-2.291 1.025-.204.474.522.028z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M148.15 81.833c-.865-.165-2.197-.468-3.043-.541.571-.664 1.355-1.787 1.838-2.476-.315.658-.813 1.526-1.004 2.156.6.333 1.539.595 2.209.861z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M145.714 81.575c-.005-.017 2.323-.973 2.323-.973l-2.502.412-.323.403.502.158z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M147.89 81.852c-.875-.073-2.229-.236-3.074-.218.487-.737 1.13-1.964 1.527-2.717-.234.703-.625 1.639-.74 2.301.633.272 1.593.436 2.287.634z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M145.479 81.585c-.013-.013 1.574-1.918 1.574-1.918l-1.994 1.491-.093.509.513-.082z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M147.875 81.979c-.938-.018-2.393-.101-3.289-.021.444-.838 1.004-2.223 1.35-3.073-.178.784-.499 1.833-.555 2.563.7.253 1.737.364 2.494.531z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M145.16 82.04c-.012-.017 1.911-1.834 1.911-1.834l-2.313 1.279-.159.548.561.007z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M147.457 82.041c-1.008.004-2.56-.051-3.544.059.652-.935 1.544-2.474 2.093-3.42-.355.868-.918 2.032-1.13 2.838.704.261 1.799.358 2.581.523z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M144.516 82.176c-.01-.018 2.441-2.068 2.441-2.068l-2.759 1.467-.284.608.602-.007z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M147.092 82.102c-.998.144-2.544.306-3.503.551.512-1.002 1.175-2.627 1.583-3.625-.227.896-.619 2.109-.713 2.923.735.157 1.834.099 2.633.151z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M144.191 82.584c-.014-.015 1.881-2.606 1.881-2.606l-2.348 2.123-.126.65.593-.167z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M146.54 82.411c-1.005.094-2.558.178-3.529.374.568-.975 1.321-2.563 1.786-3.539-.277.883-.737 2.074-.876 2.883.724.192 1.825.19 2.619.282z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M143.851 82.859c-.01-.018 2.395-2.072 2.395-2.072l-2.717 1.464-.275.611.597-.003h0z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M146.246 82.517c-1.002.211-2.557.479-3.514.787.468-1.024 1.056-2.671 1.42-3.683-.185.898-.52 2.121-.575 2.931.751.103 1.859-.031 2.669-.035z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M143.451 82.966c-.016-.012 1.53-2.84 1.53-2.84l-2.07 2.456-.034.649.574-.265h0z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M146.246 82.676c-1.075.28-2.75.647-3.764 1.032.389-1.164.835-3.029 1.111-4.175-.093 1.012-.313 2.392-.274 3.299.837.082 2.038-.116 2.927-.156z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M143.151 83.623c-.016-.017 1.927-2.846 1.927-2.846l-2.464 2.301-.104.718.641-.173z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M145.82 83.002c-1.057.334-2.707.787-3.698 1.222.333-1.171.689-3.038.91-4.185-.046 1.005-.199 2.38-.118 3.274.837.036 2.023-.224 2.906-.311z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M142.764 84.041c-.019-.013 1.465-3.142 1.465-3.142l-2.083 2.706.009.722.609-.286z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M145.417 83.429c-1.083.247-2.766.563-3.793.916.438-1.14.962-2.972 1.286-4.098-.137.998-.415 2.357-.415 3.254.83.105 2.035-.057 2.922-.072z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M142.417 84.344c-.013-.019 2.394-2.459 2.394-2.459l-2.822 1.821-.23.691.658-.053z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M144.934 83.856c-1.072.144-2.736.299-3.761.556.498-1.117 1.123-2.93 1.509-4.043-.195 1.002-.55 2.358-.606 3.271.804.189 1.991.143 2.858.216z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M141.943 84.098c-.018-.015 1.629-3.077 1.629-3.077l-2.209 2.589-.035.733.615-.245h0z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M145.069 83.491c-1.166.478-2.988 1.143-4.081 1.732.358-1.385.736-3.578.97-4.926-.042 1.168-.2 2.774-.102 3.803.927-.03 2.237-.433 3.213-.609z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M141.719 85.027c-.019-.017 1.949-3.531 1.949-3.531l-2.573 2.988-.071.834.695-.291z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M144.619 83.925c-1.143.537-2.931 1.297-3.996 1.939.296-1.384.575-3.567.749-4.908.01 1.153-.076 2.744.067 3.752.924-.081 2.214-.553 3.18-.783z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M141.318 85.561c-.021-.012 1.422-3.8 1.422-3.8l-2.129 3.394.054.823.653-.417z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M144.121 84.242c-1.14.546-2.925 1.32-3.986 1.971.287-1.386.553-3.569.718-4.911.018 1.152-.059 2.743.091 3.749.923-.09 2.211-.572 3.177-.809z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M141 86.014c-.017-.018 2.201-3.351 2.201-3.351l-2.775 2.742-.135.831.709-.222z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M144.013 84.068c-1.017.812-2.625 2.005-3.541 2.896-.001-1.399-.189-3.555-.302-4.881.255 1.098.508 2.64.864 3.564.896-.319 2.072-1.106 2.979-1.579z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M141.106 86.177c-.024-.003.255-4.015.255-4.015l-1.06 3.904.296.735.509-.624z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M143.725 84.439c-1.02.806-2.632 1.991-3.552 2.878.004-1.4-.174-3.558-.282-4.884.251 1.1.497 2.643.849 3.57.897-.315 2.076-1.097 2.985-1.564z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M140.851 86.856c-.023-.01 1.025-3.923 1.025-3.923l-1.775 3.608.14.806.61-.491z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M143.612 84.534c-.963.949-2.497 2.357-3.349 3.377-.151-1.436-.575-3.627-.833-4.974.381 1.097.807 2.651 1.274 3.558.89-.43 2.021-1.372 2.908-1.961z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M140.857 87.357c-.025-.003.192-4.173.192-4.173l-1.025 4.054.318.765.515-.646z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M143.306 85.226c-1.031.853-2.664 2.106-3.59 3.041-.032-1.454-.273-3.693-.419-5.069.287 1.139.582 2.738.97 3.696.917-.34 2.113-1.169 3.039-1.668z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M140.549 87.835c-.022-.013 1.453-3.925 1.453-3.925l-2.178 3.477.057.861.668-.413z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M143.289 85.242c-.913.965-2.365 2.398-3.172 3.434-.144-1.455-.548-3.676-.794-5.041.362 1.112.767 2.685 1.21 3.604.844-.438 1.916-1.397 2.756-1.997z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M140.606 88.034c-.026 0-.172-4.149-.172-4.149l-.672 4.133.385.718.459-.702z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M142.841 85.551c-.883.974-2.292 2.42-3.067 3.464-.187-1.456-.655-3.675-.941-5.04.394 1.11.845 2.682 1.314 3.598.831-.446 1.873-1.415 2.694-2.022z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M140.372 88.446c-.023-.007.463-4.215.463-4.215l-1.236 3.987.246.819.527-.591z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M142.652 85.715c-.807 1.055-2.104 2.63-2.798 3.745-.297-1.43-.933-3.592-1.322-4.922.477 1.065 1.047 2.585 1.585 3.451.795-.524 1.761-1.59 2.535-2.274z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M140.355 88.841c-.024-.001-.267-4.22-.267-4.22l-.531 4.187.383.738.415-.705z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M142.568 85.958c-.758 1.105-1.98 2.759-2.621 3.917-.371-1.424-1.119-3.568-1.577-4.886.534 1.048 1.182 2.548 1.767 3.392.772-.57 1.688-1.694 2.431-2.423z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M140.619 89.236c-.023-.008.429-4.239.429-4.239l-1.208 3.985.255.834.524-.58z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M142.415 86.35c-.653 1.203-1.719 3.018-2.251 4.259-.496-1.364-1.432-3.391-2.006-4.639.624.968 1.404 2.369 2.06 3.126.715-.673 1.524-1.917 2.197-2.746z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M140.471 89.585c-.024.007-1.185-4.02-1.185-4.02l.401 4.237.534.598.25-.815z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M142.391 86.82c-.681 1.2-1.789 3.009-2.346 4.246-.499-1.36-1.445-3.381-2.025-4.625.634.964 1.424 2.362 2.092 3.117.741-.672 1.582-1.912 2.279-2.738z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M140.525 90.342c-.025 0-.435-4.227-.435-4.227l-.392 4.228.423.724.404-.725z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M142.459 87.189c-.7 1.184-1.838 2.967-2.414 4.191-.477-1.371-1.39-3.415-1.95-4.672.618.979 1.385 2.395 2.041 3.166.752-.655 1.613-1.875 2.323-2.685z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M140.483 90.681c-.025.003-.784-4.151-.784-4.151l-.038 4.251.481.669.341-.769z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M142.159 87.787c-.755 1.133-1.975 2.835-2.609 4.018-.411-1.403-1.225-3.507-1.723-4.801.57 1.021 1.269 2.488 1.887 3.303.78-.601 1.697-1.76 2.445-2.52z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M140.12 91.142c-.025-.006.351-4.243.351-4.243l-1.156 4.023.28.82.525-.6z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M142.205 87.895c-.645 1.228-1.701 3.082-2.222 4.342-.539-1.338-1.543-3.317-2.159-4.535.662.937 1.492 2.3 2.182 3.026.721-.703 1.526-1.978 2.199-2.833z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M139.976 91.496c-.024.008-1.302-3.954-1.302-3.954l.501 4.205.561.572.24-.823z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M142.028 88.211c-.451 1.347-1.211 3.4-1.534 4.752-.731-1.197-2.018-2.922-2.807-3.984.792.776 1.815 1.933 2.603 2.496.603-.849 1.204-2.278 1.738-3.264z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M141.136 91.819c-.024.009-1.41-3.9-1.41-3.9l.616 4.182.577.55.217-.832z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M142.017 88.621c-.441 1.351-1.186 3.413-1.499 4.767-.74-1.189-2.039-2.901-2.836-3.954.798.768 1.828 1.914 2.621 2.469.598-.855 1.188-2.29 1.714-3.282z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M141.147 92.484c-.023.012-1.814-3.647-1.814-3.647l1.056 4.05.63.456.128-.859z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M141.88 88.963c-.282 1.403-.784 3.553-.939 4.942-.871-1.073-2.356-2.583-3.268-3.514.88.647 2.034 1.636 2.884 2.072.494-.934.915-2.441 1.323-3.5z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M141.266 93.056c-.025.005-.978-4.09-.978-4.09l.161 4.246.512.635.305-.791z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M141.885 89.398c-.149 1.435-.447 3.642-.472 5.045-.964-.95-2.578-2.254-3.569-3.057.933.525 2.17 1.354 3.054 1.673.404-.995.681-2.552.987-3.661z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M141.313 93.357c-.019.019-2.586-2.953-2.586-2.953l1.949 3.576.712.243-.075-.866z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M141.94 89.9c-.155 1.434-.462 3.64-.492 5.042-.96-.956-2.569-2.268-3.557-3.078.931.53 2.165 1.366 3.048 1.691.407-.992.69-2.547 1.001-3.655z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M141.603 94.041c-.022.013-1.986-3.559-1.986-3.559l1.248 3.995.652.426.086-.862z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M142.056 90.49c-.094 1.442-.309 3.666-.279 5.069-.998-.897-2.659-2.111-3.679-2.86.951.474 2.218 1.234 3.112 1.505.365-1.017.582-2.589.846-3.714z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M141.854 94.692c-.02.018-2.454-3.111-2.454-3.111l1.789 3.693.701.288-.036-.87z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M142.083 91.153c-.086 1.443-.287 3.669-.249 5.072-1.003-.888-2.672-2.089-3.696-2.828.954.465 2.225 1.215 3.121 1.478.359-1.02.567-2.593.824-3.722z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M142.076 95.221c-.023.011-1.721-3.751-1.721-3.751l.952 4.107.619.493.15-.849z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M142.148 91.583c.049 1.448.057 3.69.224 5.082-1.078-.749-2.844-1.719-3.929-2.318.99.335 2.32.91 3.233 1.051.262-1.064.322-2.658.472-3.815z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M142.377 95.077c-.015.024-3.143-2.152-3.143-2.152l2.664 2.936.74.038-.261-.822z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M142.247 91.74c.125 1.442.25 3.676.49 5.057-1.119-.706-2.938-1.606-4.056-2.162 1.009.296 2.371.819 3.293.925.207-1.069.183-2.66.273-3.82z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M142.715 95.877c-.019.018-2.618-3.01-2.618-3.01l1.983 3.614.717.261-.082-.865z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M142.474 92.289c.185 1.436.405 3.665.703 5.033-1.145-.639-2.996-1.431-4.133-1.92 1.018.236 2.397.677 3.32.728.16-1.083.07-2.674.11-3.841z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M143.239 96.383c-.015.023-3.119-2.204-3.119-2.204l2.631 2.979.74.051-.252-.826z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M142.572 92.899c.28 1.419.645 3.628 1.032 4.968-1.179-.531-3.07-1.148-4.232-1.529 1.026.139 2.426.45 3.346.414.087-1.099-.109-2.682-.146-3.853z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M143.584 96.821c-.019.018-2.58-3.058-2.58-3.058l1.936 3.649.714.275-.07-.866z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M142.742 93.292c.409 1.38.978 3.538 1.486 4.825-1.216-.373-3.143-.736-4.327-.961 1.028.002 2.44.126 3.347-.034-.018-1.11-.36-2.666-.506-3.83z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M143.722 96.828c-.006.028-3.604-.772-3.604-.772l3.427 1.704.692-.26-.515-.672z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M142.979 93.721c.404 1.382.964 3.543 1.467 4.832-1.214-.38-3.141-.753-4.324-.986 1.028.008 2.441.139 3.347-.015-.012-1.109-.348-2.667-.49-3.831h0z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M144.311 97.208c-.011.025-3.448-1.665-3.448-1.665l3.092 2.507.741-.069-.385-.773z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M142.801 93.965c.685 1.259 1.686 3.244 2.448 4.391-1.263-.096-3.219-.026-4.421.015 1.003-.225 2.407-.416 3.258-.772-.246-1.082-.902-2.528-1.285-3.634h0z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M144.853 97.586c-.007.028-3.583-.99-3.583-.99l3.362 1.904.707-.216-.486-.698z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M143.171 94.498c.692 1.254 1.705 3.233 2.474 4.373-1.263-.086-3.217.001-4.418.052 1.001-.233 2.403-.437 3.251-.8-.253-1.079-.917-2.521-1.307-3.625z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M145.308 97.88c-.013.024-3.338-1.997-3.338-1.997l2.917 2.791.75.008-.329-.802h0z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M143.449 94.813c.802 1.17 1.988 3.027 2.854 4.074-1.249.078-3.159.42-4.334.628.961-.365 2.318-.752 3.116-1.228-.354-1.053-1.146-2.415-1.636-3.474z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M145.552 98.172c-.001.029-3.604-.085-3.604-.085l3.565 1.054.634-.394-.595-.575zM147.641 80.713c0-.011 2.592-.433 2.592-.433l-2.579.06-.45.231.437.142z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M149.065 81.268c-.752-.227-1.889-.608-2.661-.776.821-.326 2.035-.904 2.782-1.259-.575.36-1.411.822-1.857 1.183.431.292 1.213.59 1.736.852z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M147.529 80.802c-.003-.011 2.508-.689 2.508-.689l-2.599.331-.392.269.483.089z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M149.185 81.448c-.879-.083-2.227-.251-3.094-.26.653-.579 1.569-1.547 2.134-2.141-.388.558-.984 1.3-1.242 1.828.589.237 1.535.395 2.202.573z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M146.597 80.979a214.29 214.29 0 012.607-.294l-2.54-.081-.475.209.408.166z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M148.527 81.548c-.799-.153-2.014-.419-2.822-.514.768-.377 1.888-1.026 2.577-1.424-.514.388-1.274.896-1.658 1.275.487.241 1.328.459 1.903.663z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M146.37 80.953c-.007-.01 2.295-.988 2.295-.988l-2.513.664-.301.306.519.018z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M148.452 81.84c-.665-.275-1.684-.74-2.342-.934.51-.474 1.228-1.305 1.67-1.814-.308.509-.778 1.167-.985 1.673.44.376 1.155.745 1.657 1.075z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M146.5 81.126c-.005-.015 1.785-.774 1.785-.774l-1.944.267-.239.346.398.161zM145.006 97.842c.001.029-3.7.028-3.7.028l3.746.916.615-.403-.661-.541z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M145.671 98.083c-.005.027-3.758-.874-3.758-.874l3.608 1.769.707-.228-.557-.667z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M146.289 98.333c0 .028-3.731-.188-3.731-.188l3.731 1.124.64-.363-.64-.573z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M143.921 95.696c.971 1.07 2.425 2.774 3.443 3.717-1.253.189-3.14.696-4.301 1.005.923-.443 2.244-.943 2.987-1.48-.501-.996-1.489-2.254-2.129-3.242z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M146.802 98.522c-.007.026-3.729-1.22-3.729-1.22l3.504 2.084.734-.155-.509-.709z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M144.266 95.941c1.058.965 2.653 2.513 3.744 3.344-1.201.346-2.986 1.091-4.084 1.547.852-.562 2.086-1.232 2.754-1.867-.592-.947-1.686-2.1-2.414-3.024z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M147.109 98.753c.006.029-3.539.696-3.539.696l3.729.254.526-.52-.716-.43z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M146.369 98.531c.004.028-3.691.283-3.691.283l3.808.654.583-.444-.7-.493z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M147.051 98.725c-.003.027-3.816-.612-3.816-.612l3.735 1.514.689-.275-.608-.627z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M147.686 98.932c.002.028-3.738.07-3.738.07l3.808.863.611-.406-.681-.527z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M145.125 96.466c1.049.999 2.629 2.598 3.716 3.468-1.237.275-3.082.91-4.218 1.298.887-.505 2.168-1.095 2.87-1.681-.575-.958-1.655-2.143-2.368-3.085z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M148.212 99.084c-.005.026-3.814-.959-3.814-.959l3.654 1.835.721-.205-.561-.671z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M145.487 96.687c1.128.889 2.837 2.322 3.988 3.075-1.172.428-2.898 1.294-3.96 1.824.808-.619 1.99-1.372 2.608-2.051-.662-.904-1.84-1.978-2.636-2.848z\"/>\n    <path fill=\"#009B3A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M148.536 99.294c.008.028-3.48.938-3.48.938l3.741-.004.486-.554-.747-.38h0z\"/>\n    <path fill=\"#FEDF00\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M153.343 94.058l-2.842-1.964-2.843 1.964 1.066-3.143-2.487-1.965h3.198l1.066-3.143 1.066 3.143h3.198l-2.487 1.965z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M138.243 99.38l-2.669 1.585-.816-1.374c-.151-.255-.245-.463-.282-.623a.72.72 0 01.05-.47.856.856 0 01.359-.381.865.865 0 01.439-.133.865.865 0 01.416.105c.084.045.177.121.277.226a.978.978 0 01-.029-.273c.004-.043.025-.115.062-.215.038-.1.07-.171.097-.214l.537-.858.553.932-.554.925c-.073.119-.112.209-.117.272a.401.401 0 00.058.239l.043.073 1.083-.643.493.827zm-2.079.115l-.207-.348a1.446 1.446 0 00-.166-.197.254.254 0 00-.163-.084.283.283 0 00-.185.04.287.287 0 00-.15.2c-.013.082.024.198.114.349l.215.362.542-.322zM133.651 97.43l-.811-2.439.629-.209.508 1.527.468-.156-.471-1.416.601-.2.471 1.416.58-.193-.522-1.571.667-.222.826 2.483zM132.586 93.807l-.181-1.584c-.04-.345.013-.613.157-.803.144-.19.368-.303.671-.338.311-.036.565.03.762.197.197.167.317.443.361.827l.06.522 1.144-.131.11.957-3.084.353zm1.205-1.107l-.027-.233c-.021-.184-.068-.309-.14-.376a.308.308 0 00-.258-.083.345.345 0 00-.235.125c-.06.072-.08.197-.059.376l.031.271.688-.08zM132.488 87.982l.103-.952 1.84.198c.183.02.352.067.508.141.156.074.288.179.396.313.108.134.18.271.214.41.049.192.059.419.031.678-.016.15-.045.313-.085.488-.04.175-.098.319-.173.432a1.131 1.131 0 01-.302.299.99.99 0 01-.378.165 1.82 1.82 0 01-.531.032l-1.84-.198.103-.952 1.884.203c.168.018.305-.014.41-.098a.522.522 0 00.184-.373.524.524 0 00-.098-.401c-.083-.103-.21-.164-.382-.183l-1.884-.202zM132.903 85.706l.592-1.695c.099-.282.244-.475.437-.577a.722.722 0 01.599-.045.694.694 0 01.389.318.774.774 0 01.086.384c.124-.193.265-.317.423-.374a.763.763 0 01.517.013.824.824 0 01.56.64c.017.091.009.217-.024.377a4.324 4.324 0 01-.102.419l-.546 1.563-2.931-1.023zm1.468-.512l.138-.394c.049-.141.06-.248.03-.32-.029-.072-.09-.125-.182-.157a.267.267 0 00-.229.013c-.067.038-.125.126-.173.264l-.139.4.555.194zm1.151.402l.161-.461c.055-.156.065-.276.033-.359a.298.298 0 00-.19-.174.274.274 0 00-.242.022c-.075.045-.14.147-.195.305l-.161.46.594.207zM134.372 81.974l.495-.821 2.003 1.209.773-1.281.654.395-1.269 2.103zM136.246 79.133l.615-.738 2.384 1.987-.615.739zM140.417 77.531l.803-.355c.111.215.172.423.183.622.011.199-.026.388-.11.566a1.687 1.687 0 01-.442.539c-.256.22-.497.362-.723.427-.226.065-.479.055-.757-.032-.279-.086-.544-.275-.795-.568-.335-.39-.489-.778-.461-1.165.028-.387.231-.744.609-1.069.297-.255.581-.395.854-.421.273-.026.557.05.853.227l-.519.695a.74.74 0 00-.206-.097.544.544 0 00-.496.125.564.564 0 00-.208.525c.018.156.118.339.299.55.224.261.418.406.58.435a.534.534 0 00.459-.142c.139-.12.211-.249.215-.388a.953.953 0 00-.138-.474zM143.727 76.341l-.964.514.108.523-.865.461-.431-3.288.923-.492 2.489 2.19-.885.472-.375-.38zm-.493-.498l-.827-.823.224 1.145.603-.322zM146.165 72.663l1.404-.243c.277-.048.507-.049.69-.003.183.046.343.129.478.25.135.121.244.271.327.449.082.178.141.371.177.579.057.327.063.587.02.78a1.27 1.27 0 01-.232.506 1.03 1.03 0 01-.383.317 2.251 2.251 0 01-.549.181l-1.404.242-.528-3.058zm1.065.53l.289 1.671.231-.04c.197-.034.334-.08.41-.138a.448.448 0 00.156-.263c.028-.117.021-.299-.021-.543-.056-.324-.147-.537-.273-.638-.127-.101-.312-.131-.557-.088l-.235.039zM150.15 72.129l2.568.11-.028.662-1.608-.069-.021.493 1.491.064-.027.633-1.491-.064-.026.611 1.654.071-.03.702-2.614-.112zM153.888 72.424l.932.228-.556 2.272 1.454.356-.182.742-2.385-.584zM158.867 74.075l1.372.811c.299.177.481.38.546.61.065.23.02.476-.136.739-.159.27-.365.433-.617.489-.252.056-.544-.015-.877-.211l-.452-.267-.586.991-.829-.49 1.579-2.672zm.156 1.629l.202.12c.159.094.287.133.384.115a.31.31 0 00.222-.155.345.345 0 00.042-.263c-.021-.091-.109-.183-.264-.274l-.235-.139-.351.596zM161.713 79.321l-.8-.744-.459.273-.718-.668 2.968-1.478.766.713-1.259 3.067-.735-.684.237-.479zm.309-.628l.509-1.051-1.01.585.501.466zM162.396 80.759l2.559-1.756.904 1.318c.168.244.275.446.322.604a.722.722 0 01-.019.472.851.851 0 01-.333.403.856.856 0 01-.43.161.863.863 0 01-.422-.078 1.187 1.187 0 01-.292-.208.96.96 0 01.047.271.951.951 0 01-.048.219c-.03.103-.058.176-.083.22l-.48.891-.613-.894.492-.959a.74.74 0 00.099-.279.401.401 0 00-.074-.234l-.048-.07-1.039.713-.542-.794zm2.067-.251l.229.333a1.4 1.4 0 00.179.185c.047.045.103.07.168.073a.288.288 0 00.183-.052c.083-.057.128-.126.136-.209.008-.083-.037-.196-.136-.341l-.238-.347-.521.358zM165.425 85.155l-.405-1.015-.532.05-.363-.91 3.315-.067.388.971-2.45 2.234-.372-.932.419-.331zm.549-.435l.909-.732-1.163.097.254.635zM166.78 88.109l.639-.096.219 1.466-1.308.196a3.019 3.019 0 01-.502-.686 2.555 2.555 0 01-.218-.752c-.054-.364-.037-.671.053-.919a1.29 1.29 0 01.475-.617 1.85 1.85 0 01.818-.316c.335-.05.637-.025.905.076s.487.275.655.523c.13.193.221.465.274.817.051.339.058.598.022.775a.994.994 0 01-.223.462c-.112.13-.264.238-.454.323l-.3-.89a.502.502 0 00.237-.231.603.603 0 00.041-.358.628.628 0 00-.291-.465c-.163-.102-.401-.13-.713-.083-.332.05-.56.148-.684.294s-.169.331-.136.555c.016.106.047.205.092.297s.114.194.207.307l.289-.043-.097-.635zM168.809 92.616l-.085.953-1.843-.164a1.534 1.534 0 01-.51-.132 1.108 1.108 0 01-.402-.306 1.063 1.063 0 01-.222-.406 1.947 1.947 0 01-.044-.678c.013-.151.038-.314.075-.49a1.3 1.3 0 01.165-.435 1.12 1.12 0 01.296-.304.988.988 0 01.374-.172c.202-.042.379-.056.531-.042l1.843.164-.085.953-1.887-.168a.541.541 0 00-.408.105.526.526 0 00-.177.376.523.523 0 00.106.399c.085.102.214.161.385.176l1.888.171zM165.378 95.902l.341-1.038-.44-.303.306-.931 2.584 2.078-.327.994-3.313.139.313-.953.536.014zm.701.018l1.167.023-.954-.672-.213.649zM167.19 98.44l-.548.913-1.221-.001.577 1.076-.544.908-.927-1.963-1.115-.668.494-.824 1.115.668z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M169.411 90.5c.001 10.444-8.465 18.912-18.909 18.913-10.444.001-18.912-8.465-18.913-18.909V90.5c-.001-10.444 8.465-18.912 18.909-18.913 10.444-.001 18.912 8.465 18.913 18.909v.004z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M164.986 90.5c.001 8-6.484 14.487-14.485 14.488-8 .001-14.486-6.484-14.487-14.485V90.5c-.001-8 6.484-14.486 14.485-14.487 8-.001 14.486 6.484 14.487 14.484v.003z\"/>\n  </g>\n</svg>\n</li><li title=\"cif qa \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 119\">\n  <g fill=\"none\">\n    <path fill=\"#8D1B3D\" d=\"M.5.445h300v118.11H.5z\"/>\n    <path fill=\"#FFF\" d=\"M.5.445v118.11h94.488l24.003-6.558-24.003-6.57 24.003-6.558-24.003-6.558 24.003-6.57-24.003-6.558 24.003-6.558-24.003-6.57 24.003-6.558-24.003-6.558 24.003-6.57-24.003-6.558 24.003-6.558-24.003-6.57 24.003-6.558-24.003-6.558 24.003-6.57L94.988.439H.5z\"/>\n  </g>\n</svg>\n</li><li title=\"cif ro \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 201\">\n  <g fill=\"none\">\n    <path fill=\"#002B7F\" d=\"M.5.5h100v200H.5z\"/>\n    <path fill=\"#FCD116\" d=\"M100.5.5h100v200h-100z\"/>\n    <path fill=\"#CE1126\" d=\"M200.5.5h100v200h-100z\"/>\n  </g>\n</svg>\n</li><li title=\"cif rs \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 201\">\n  <g fill=\"none\">\n    <path fill=\"#FFF\" d=\"M.5 100.5h300v100H.5z\"/>\n    <path fill=\"#C6363C\" d=\"M.5.5h300v100H.5z\"/>\n    <path fill=\"#0C4076\" d=\"M.5 67.166v66.667h300V67.166z\"/>\n    <path fill=\"#EDB92E\" d=\"M105.809 58.276l-.001.039c-3.886.174-10.773.563-20.694 1.198l1.452 6.93c6.589-.187 14.279-.477 21.077-.684 6.798.206 14.488.497 21.077.684l1.452-6.93c-9.921-.635-16.808-1.023-20.694-1.197l-.001-.039c.393-.077-.217-.091-1.834-.035-1.617-.058-2.226-.044-1.834.034z\"/>\n    <path fill=\"#21231E\" d=\"M105.696 58.311l.001-.039.224.008-.002.039-.107.11-.116-.118zm.224.008l-.003.105-.104.005.107-.11zm-20.696 1.17l-.22.047.103-.137.921-.059.904-.057.886-.056.868-.054.85-.053.832-.052.815-.05.797-.049.779-.047.761-.046.744-.044.726-.043.708-.042.691-.041.673-.039.655-.038.638-.036.62-.035.602-.034.585-.033.567-.031.549-.03.532-.029.514-.027.496-.026.479-.025.461-.023.443-.022.426-.021.409-.02.391-.018.373-.017.01.227-.373.017-.39.018-.409.02-.425.021-.444.022-.461.023-.479.025-.496.026-.514.027-.531.029-.549.03-.567.031-.585.033-.602.034-.62.035-.637.036-.655.038-.673.039-.691.041-.708.042-.726.043-.744.045-.761.046-.779.047-.797.049-.814.051-.832.051-.85.053-.868.054-.886.056-.903.057-.921.059.102-.138zm-.22.047l-.027-.129.13-.008-.103.137zm1.452 6.931l-1.452-6.93.22-.047 1.452 6.93-.107.137-.113-.09zm.113.09l-.094.003-.019-.093.113.09zm21.078-.911l-.007.227h.007l-.64.02-.645.02-.649.02-.653.021-.657.021-.66.021-.664.022-.666.022-.668.022-.671.022-.672.023-.673.023-.674.023-.674.023-.674.023-.675.023-.674.023-.673.023-.671.023-.67.022-.668.022-.665.022-.663.022-.66.021-.656.021-.652.021-.648.02-.643.02-.638.02-.633.019-.627.018-.621.018-.006-.227.621-.018.627-.018.632-.019.638-.02.643-.02.648-.02.652-.021.656-.021.659-.021.663-.022.665-.022.668-.022.67-.022.671-.023.673-.023.674-.023.674-.023.675-.023.674-.023.674-.023.673-.023.672-.023.671-.022.668-.022.666-.022.664-.022.66-.021.658-.021.653-.021.649-.02.645-.02.64-.02h.007zm20.963.773l.22.047-.113.09-.621-.018-.627-.019-.633-.019-.638-.02-.643-.02-.648-.02-.652-.021-.656-.021-.66-.021-.662-.022-.665-.022-.668-.022-.67-.022-.672-.023-.673-.023-.674-.023-.674-.023-.675-.023-.674-.023-.674-.023-.673-.023-.672-.023-.67-.022-.669-.022-.666-.022-.663-.022-.66-.021-.657-.021-.653-.021-.649-.02-.645-.02-.64-.02.007-.227.64.02.645.02.649.02.653.021.658.021.661.021.663.022.666.022.669.022.67.022.672.023.673.023.674.023.674.023.675.023.674.023.674.023.673.023.672.023.67.022.668.022.665.022.662.022.659.021.656.021.652.021.648.02.643.02.638.02.633.019.627.018.621.018-.115.091zm.22.048l-.019.093-.094-.003.113-.09zm1.452-6.931l-1.452 6.93-.22-.047 1.452-6.93.117-.09.103.137zm-.103-.137l.13.008-.027.129-.103-.137zm-20.813-1.08l.224-.007-.107-.11.373.017.391.018.408.02.426.021.444.022.461.023.479.025.496.026.514.027.532.029.549.03.567.031.585.032.602.034.62.035.637.037.655.038.673.039.691.04.708.042.726.044.744.044.761.046.779.047.797.049.814.051.832.052.85.053.868.055.886.056.903.057.921.059-.014.227-.921-.059-.903-.057-.886-.056-.868-.054-.85-.053-.832-.051-.815-.051-.797-.049-.779-.047-.761-.046-.744-.044-.726-.043-.708-.042-.691-.041-.673-.039-.655-.038-.637-.036-.62-.035-.602-.034-.585-.033-.567-.031-.549-.03-.531-.028-.514-.027-.496-.026-.479-.025-.461-.023-.443-.022-.426-.021-.409-.02-.39-.018-.373-.017-.104-.113zm.107.11l-.104-.005-.003-.105.107.11zm.116-.157l.001.039-.224.007-.001-.039.091-.115.133.108zm-.224.007l-.003-.097.094-.018-.091.115zm-1.726.076l.008-.227h-.008l.149-.005.143-.005.137-.004.131-.004.125-.003.119-.003.113-.003.108-.003.102-.002.096-.002.09-.001.084-.001h.151l.067.001.061.001.056.002.05.002.044.002.039.003.034.003.03.004.028.005.031.01.046.031.026.118-.046.063-.031.018-.026.01-.028.008-.032.008-.036.008-.043-.223.031-.007.024-.006.017-.005.006-.002-.011.006-.037.052.024.109.031.022.005.002-.011-.002-.02-.003-.028-.003-.034-.002-.041-.002-.047-.002-.053-.001-.059-.001H108.957l-.089.001-.095.002-.101.002-.107.002-.113.003-.119.003-.125.003-.13.004-.137.004-.143.005-.148.005h-.011zm-1.83.035v-.228l-.021.225-.037-.008-.032-.008-.028-.008-.027-.01-.031-.017-.046-.063.025-.117.047-.033.03-.01.028-.005.03-.004.034-.003.039-.003.044-.002.05-.002.055-.002.061-.001H106.332l.09.001.096.001.102.002.107.002.114.003.119.003.125.003.131.004.137.004.143.005.149.005-.008.227-.148-.005-.143-.005-.137-.004-.131-.004-.125-.003-.119-.003-.113-.003-.107-.002-.101-.002-.095-.001-.089-.001-.083-.001h-.213l-.059.001-.054.001-.047.002-.041.002-.034.002-.027.003-.02.002-.01.002.004-.002.033-.024.023-.107-.037-.053-.011-.006.006.002.016.005.024.006.031.007-.021.23zm0-.228v.228l-.112-.118.112-.11zm-.112.11l.004-.11h.109l-.113.11z\"/>\n    <path fill=\"#EDB92E\" d=\"M134.112 47.772c.421-.925.081-2.216-.056-2.508-.07-.148.137-.473.226-.6 2.868-4.08 2.918-4.442.94-5.971-1.784-1.379-5.813-2.721-8.696-3.623-.6-.46-.982-1.086-1.528-1.602 5.539.4 11.544 2.66 14.572 5.302 1.6 1.396-.345 4.216-2.729 8.505-1.473 1.067-2.165 1.564-2.729.497z\"/>\n    <path fill=\"#21231E\" d=\"M133.955 45.314l.203-.098.016.035.016.039.016.044.017.049.017.053.017.058.018.062.017.066.017.07.017.074.016.077.015.08.014.083.013.086.012.088.01.09.009.092.007.094.005.096.003.097v.098l-.003.099-.005.099-.009.1-.011.099-.015.099-.019.099-.022.098-.026.097-.03.096-.035.095-.04.093-.204-.095.035-.083.031-.084.027-.086.024-.088.02-.089.017-.091.013-.091.011-.092.008-.092.005-.093.002-.092v-.092l-.002-.091-.005-.09-.006-.089-.008-.088-.01-.086-.011-.084-.012-.082-.014-.079-.014-.077-.015-.073-.016-.07-.016-.066-.016-.062-.016-.058-.016-.054-.016-.049-.015-.044-.015-.039-.013-.033-.013-.025zm.236-.715l.183.132-.008.012-.009.013-.009.014-.01.016-.01.015-.01.017-.011.017-.011.017-.011.019-.011.019-.011.019-.011.019-.01.02-.011.02-.01.019-.009.02-.009.02-.008.019-.008.018-.007.019-.007.018-.005.017-.005.016-.003.016-.003.014-.001.013-.001.012v.009l.001.008.001.005.001.003.001.002-.203.098-.011-.027-.008-.028-.005-.027-.002-.026v-.026l.002-.026.003-.026.004-.025.006-.024.007-.025.008-.025.008-.025.009-.024.01-.025.011-.024.011-.023.011-.024.012-.024.012-.022.012-.023.013-.022.012-.021.012-.02.012-.02.012-.02.012-.018.012-.018.011-.018.011-.015.01-.016.01-.014.008-.014zm.963-5.815l.136-.181.18.141.169.135.157.131.145.127.133.124.122.123.109.123.097.123.084.125.071.128.057.131.043.136.028.14.013.145-.002.15-.018.155-.032.162-.047.168-.061.176-.076.185-.091.195-.105.207-.12.219-.135.232-.15.246-.165.262-.181.277-.197.294-.213.313-.228.332-.245.351-.261.372-.183-.132.261-.372.244-.35.228-.331.212-.311.195-.292.179-.275.164-.259.148-.242.132-.227.117-.213.102-.2.087-.187.072-.175.057-.164.042-.153.029-.143.015-.135.002-.127-.011-.12-.023-.115-.035-.112-.048-.11-.061-.11-.074-.11-.087-.111-.101-.113-.114-.115-.127-.119-.141-.123-.153-.128-.166-.133-.179-.14zm-8.696-3.623l.136-.181-.035-.018.274.086.28.088.285.091.29.093.294.096.298.098.301.1.303.102.305.104.307.106.307.108.307.11.306.111.305.113.303.115.301.116.298.117.293.119.289.12.285.121.278.122.273.124.265.125.258.126.25.126.242.127.232.128.222.129.212.13.201.13.189.131.177.132-.136.181-.171-.127-.183-.127-.196-.127-.207-.127-.218-.126-.228-.126-.238-.125-.247-.125-.255-.124-.263-.123-.27-.122-.276-.122-.282-.12-.288-.119-.292-.118-.295-.117-.299-.115-.302-.114-.303-.112-.305-.111-.306-.109-.306-.107-.306-.106-.304-.103-.303-.102-.3-.1-.298-.098-.294-.095-.29-.093-.285-.091-.279-.088-.273-.086-.033-.021zm-1.452-1.806l-.016.227.085-.197.052.05.051.051.05.051.049.051.048.051.048.052.047.052.046.052.046.053.045.052.045.053.045.052.045.052.044.053.045.053.044.052.045.052.045.051.045.051.045.051.045.05.046.05.046.049.047.049.048.048.048.047.049.047.05.046.051.044.052.044.052.043.054.042-.136.181-.057-.045-.056-.046-.055-.047-.054-.048-.053-.048-.051-.049-.051-.05-.05-.05-.049-.051-.048-.051-.048-.051-.047-.052-.046-.052-.046-.052-.046-.052-.045-.053-.045-.053-.044-.052-.045-.052-.045-.052-.044-.053-.045-.052-.045-.052-.045-.052-.045-.051-.046-.051-.046-.05-.047-.05-.047-.049-.048-.048-.049-.048-.049-.047.086-.196zm-.085.196l-.233-.22.317.023-.084.197zm14.722 5.133l-.147.172-.29-.244-.306-.242-.323-.239-.339-.236-.353-.233-.368-.23-.382-.226-.395-.222-.407-.217-.419-.213-.431-.208-.441-.203-.451-.198-.46-.192-.469-.186-.477-.18-.484-.173-.491-.166-.497-.159-.502-.152-.507-.144-.512-.137-.515-.128-.518-.12-.52-.111-.522-.102-.523-.093-.523-.084-.523-.074-.522-.064-.521-.053-.518-.043.016-.227.523.043.525.054.526.064.527.074.527.084.527.094.525.103.524.112.522.121.519.129.515.137.511.145.506.153.5.161.494.168.488.174.48.181.472.188.464.193.454.199.445.205.434.21.423.215.411.22.399.224.386.229.373.233.358.236.344.24.328.243.312.246.298.249zm-2.737 8.683l-.131-.185-.032.037.222-.398.219-.389.215-.381.211-.372.206-.364.201-.355.194-.346.188-.337.181-.329.173-.32.165-.311.156-.302.146-.294.136-.285.125-.276.114-.267.103-.258.09-.249.077-.24.064-.231.05-.222.035-.212.021-.203.006-.193-.01-.184-.025-.174-.041-.165-.058-.156-.074-.148-.093-.141-.111-.134-.132-.127.147-.172.148.143.128.153.107.163.087.171.067.181.047.188.029.196.011.204-.006.211-.023.219-.038.225-.052.233-.067.241-.08.249-.093.256-.105.264-.116.272-.128.28-.138.288-.148.297-.157.305-.166.313-.174.321-.182.33-.188.339-.195.347-.201.355-.206.364-.211.372-.215.38-.219.389-.222.398-.032.036zm-2.794.519v-.228l.099.06.051.091.051.081.051.072.051.063.051.054.051.046.051.038.052.03.052.024.054.017.056.011.058.006h.061l.064-.006.068-.012.071-.018.075-.025.079-.03.083-.036.086-.042.09-.048.094-.054.098-.059.102-.064.106-.069.11-.074.114-.078.118-.083.122-.087.127-.091.131-.095.135-.098.131.185-.136.099-.132.095-.127.092-.124.087-.119.084-.116.08-.112.075-.109.071-.105.066-.102.061-.099.056-.097.051-.094.046-.092.04-.09.035-.087.028-.086.022-.085.015-.083.008h-.082l-.081-.008-.079-.016-.077-.025-.075-.034-.072-.043-.069-.051-.067-.06-.063-.067-.061-.075-.059-.084-.057-.092-.056-.1.1.063zm0-.228v.228l-.102-.161.102-.067zm0 .228h-.176l.074-.161.102.161z\"/>\n    <path fill=\"#EDB92E\" d=\"M134.984 48.096c.125-.367.215-.721.276-1.053a3.51 3.51 0 00-.131-1.819c.661-.939 1.403-1.96 1.938-2.975.382-.724.678-1.53.453-2.356-.24-.881-.999-1.481-1.685-2.011-.821-.635-1.916-1.191-3.025-1.666-2.483-1.034-4.457-1.541-5.903-1.586l.918.856c2.691.874 5.868 2.028 7.396 3.209 1.977 1.529 1.928 1.891-.94 5.971-.089.127-.296.452-.226.6.138.292.391 1.638-.03 2.563.248.467.607.222.959.267z\"/>\n    <path fill=\"#21231E\" d=\"M135.151 47.02l.22.045v-.002l-.006.032-.006.032-.006.032-.006.033-.007.032-.007.032-.007.033-.008.033-.007.033-.007.033-.008.033-.008.033-.008.033-.008.033-.009.034-.008.033-.009.034-.009.033-.009.034-.01.034-.01.034-.01.034-.01.034-.01.034-.01.034-.011.034-.011.035-.011.034-.011.034-.012.035-.011.035-.012.035-.213-.074.012-.034.011-.034.011-.033.011-.034.011-.034.01-.033.01-.033.01-.033.01-.034.01-.033.01-.033.01-.033.009-.033.009-.033.009-.032.008-.032.008-.033.008-.032.008-.032.008-.033.008-.032.007-.031.007-.032.007-.031.007-.032.007-.031.007-.031.006-.031.007-.031.006-.031.006-.031.006-.031.001-.004zm-.113-1.863l.183.132.015-.103.019.057.018.057.017.058.016.057.015.058.014.058.013.058.013.059.012.058.01.059.01.059.009.059.008.059.007.059.006.059.005.06.004.059.003.059.002.059.002.059v.06l-.002.059-.002.059-.003.059-.004.059-.005.059-.006.059-.007.059-.008.059-.009.059-.01.059-.011.059-.22-.045.01-.055.01-.055.008-.055.007-.055.007-.055.005-.055.005-.056.004-.055.003-.055.002-.056.001-.056v-.055l-.001-.056-.002-.056-.003-.056-.003-.055-.005-.055-.005-.056-.006-.056-.007-.055-.008-.055-.009-.055-.01-.055-.011-.055-.011-.055-.013-.054-.013-.055-.014-.054-.015-.054-.016-.054-.017-.054-.018-.054.011-.101zm-.015.103l-.019-.056.033-.048-.014.104zm1.946-3.065l.198.107-.051.096-.053.096-.054.096-.055.096-.055.096-.057.096-.057.096-.058.096-.059.095-.06.095-.06.095-.061.095-.061.095-.062.095-.062.094-.063.094-.063.094-.064.094-.064.093-.064.093-.064.092-.064.092-.064.092-.064.091-.064.092-.064.091-.064.091-.064.09-.063.09-.063.089-.063.089-.062.088-.183-.132.063-.088.063-.089.063-.089.063-.09.064-.09.064-.091.064-.091.064-.091.064-.091.064-.092.064-.092.064-.092.064-.092.063-.093.063-.093.063-.093.063-.093.062-.094.061-.093.061-.094.061-.094.059-.094.059-.094.058-.094.057-.095.056-.094.056-.094.054-.094.054-.095.053-.094.051-.094.049-.095zm.444-2.273l.216-.06.021.081.017.081.014.081.012.081.008.081.006.081.003.08.001.08-.002.08-.004.079-.007.079-.009.079-.011.078-.013.078-.015.077-.017.077-.02.077-.021.076-.022.076-.024.075-.025.075-.027.074-.028.074-.03.074-.03.072-.032.072-.032.072-.033.071-.034.071-.035.07-.036.069-.036.069-.199-.107.035-.067.034-.068.034-.068.033-.068.032-.069.031-.069.03-.069.03-.07.028-.07.027-.07.026-.07.024-.07.022-.071.021-.071.02-.072.018-.071.016-.071.014-.072.012-.072.01-.072.008-.072.006-.073.004-.072.002-.072v-.072l-.003-.073-.005-.073-.007-.073-.01-.073-.013-.073-.015-.073-.02-.074zm-1.645-1.951l.137-.181.065.05.065.05.066.051.065.052.066.052.066.053.065.054.065.055.065.056.064.056.064.057.063.058.062.059.061.06.061.061.059.062.058.063.057.065.055.066.054.067.052.068.05.07.048.071.046.073.044.074.042.076.039.077.037.079.034.081.031.082.029.084.025.086-.216.06-.023-.077-.026-.076-.028-.075-.031-.073-.033-.072-.036-.071-.038-.069-.04-.068-.043-.067-.045-.066-.046-.065-.049-.064-.05-.063-.052-.062-.053-.061-.055-.06-.056-.059-.057-.058-.059-.058-.06-.057-.061-.056-.062-.055-.063-.054-.063-.054-.064-.053-.064-.053-.064-.052-.065-.052-.065-.051-.064-.05-.065-.051-.064-.045zm-3-1.651l.086-.211h.001l.105.045.104.045.104.046.104.046.104.047.103.047.103.048.102.048.102.049.102.049.101.05.1.05.1.051.099.051.098.052.098.052.097.053.096.053.095.054.094.054.093.054.092.055.091.056.09.056.089.057.087.057.086.058.085.058.084.059.082.059.081.06.079.06-.137.181-.077-.059-.078-.058-.08-.058-.081-.057-.083-.057-.084-.057-.085-.056-.087-.056-.088-.055-.089-.055-.09-.054-.092-.054-.093-.053-.094-.053-.094-.052-.095-.052-.096-.051-.097-.051-.098-.051-.099-.05-.099-.05-.1-.049-.1-.049-.101-.048-.101-.048-.102-.047-.102-.047-.102-.046-.103-.046-.103-.046-.103-.045-.104-.039zm-5.784-1.776l-.152.167.08-.197.139.006.142.008.145.012.148.014.151.017.154.02.157.022.16.025.163.028.166.031.169.034.172.036.175.039.178.042.181.045.184.048.187.051.19.054.193.057.196.06.199.062.202.065.205.068.208.071.211.075.214.077.217.081.22.083.223.086.226.09.229.092.232.096-.086.21-.231-.095-.227-.092-.225-.089-.222-.086-.218-.083-.216-.08-.213-.077-.209-.074-.206-.071-.203-.068-.2-.065-.197-.062-.194-.059-.191-.056-.188-.053-.185-.05-.182-.047-.179-.045-.176-.041-.173-.039-.169-.036-.167-.033-.163-.03-.161-.027-.157-.025-.154-.022-.151-.019-.148-.017-.145-.013-.141-.011-.138-.008-.135-.006.086-.196zm-.152.168l-.222-.207.301.01-.079.197zm.918.856l-.918-.856.152-.167.918.856-.11.192-.042-.025zm7.541 3.035l-.136.181-.145-.109-.155-.109-.164-.109-.172-.108-.181-.109-.189-.108-.196-.108-.203-.108-.21-.107-.216-.107-.222-.106-.227-.105-.232-.105-.237-.104-.242-.103-.245-.103-.249-.101-.252-.101-.255-.1-.257-.099-.259-.098-.26-.096-.261-.095-.262-.094-.262-.093-.262-.091-.262-.091-.26-.089-.26-.087-.258-.086-.256-.085-.253-.082.069-.216.254.083.257.084.258.086.26.087.262.089.262.09.263.092.263.093.263.094.262.095.261.097.26.098.258.099.256.1.253.102.25.102.247.103.243.104.239.105.234.106.23.106.225.107.219.108.212.109.206.109.199.11.193.11.185.111.177.111.169.112.16.112.151.117zm-.917 6.127l-.183-.131.261-.372.244-.35.228-.331.212-.311.195-.292.179-.275.164-.259.148-.242.132-.227.117-.213.102-.2.087-.187.072-.175.057-.163.042-.153.029-.143.015-.134.002-.127-.011-.12-.023-.115-.035-.112-.048-.11-.061-.11-.074-.11-.087-.111-.101-.113-.114-.115-.128-.119-.14-.123-.154-.127-.166-.133-.178-.139.136-.181.18.141.169.135.157.131.145.127.133.124.122.123.11.123.097.123.084.125.071.128.057.132.043.135.028.14.013.144-.002.15-.018.155-.032.161-.047.168-.061.176-.076.185-.091.195-.105.207-.12.219-.135.232-.15.246-.166.261-.181.277-.197.294-.213.313-.228.331-.245.351-.261.371zm-.217.485l-.203.098-.011-.027-.007-.027-.005-.026-.002-.027v-.026l.002-.026.003-.025.004-.025.006-.025.006-.024.008-.025.008-.025.009-.024.01-.025.01-.024.011-.023.011-.024.012-.023.011-.022.012-.023.013-.022.012-.021.012-.02.012-.02.013-.02.012-.019.012-.018.012-.017.011-.016.01-.016.01-.014.009-.013.183.131-.008.012-.009.013-.009.014-.01.016-.01.015-.01.016-.011.017-.011.017-.011.018-.011.019-.011.019-.011.019-.01.02-.011.02-.01.019-.009.02-.009.02-.008.019-.008.018-.007.019-.006.018-.005.017-.005.017-.003.015-.003.014-.002.014-.001.011v.016l.001.006.001.004.001.001zm-.032 2.558l-.198.107-.003-.101.036-.083.032-.085.028-.088.025-.089.022-.091.019-.092.016-.094.013-.094.011-.095.008-.095.006-.095.003-.095.001-.094v-.093l-.002-.092-.005-.09-.006-.088-.008-.086-.008-.084-.01-.081-.011-.079-.012-.075-.013-.072-.013-.068-.013-.064-.014-.06-.013-.055-.014-.05-.013-.044-.013-.038-.012-.031-.011-.025.203-.098.016.036.016.041.015.045.015.05.015.055.015.059.015.064.015.069.014.072.013.076.012.079.011.082.01.086.009.088.008.091.006.092.004.095.003.097v.098l-.001.099-.003.1-.007.101-.009.101-.012.101-.014.101-.017.1-.021.1-.024.099-.028.098-.032.096-.035.095-.04.092v-.101zm-.199.108l-.026-.05.023-.051.003.101zm.952.178l.213.074-.12.076-.028-.003-.028-.002h-.059l-.03.002-.031.002-.031.003-.031.003-.032.003-.032.004-.033.003-.034.003-.034.003-.034.002-.035.001h-.035l-.035-.001-.036-.003-.036-.005-.036-.007-.037-.01-.037-.013-.036-.016-.036-.019-.035-.023-.034-.026-.032-.03-.032-.033-.03-.037-.029-.04-.028-.043-.027-.047.198-.107.02.036.021.033.02.028.02.024.02.021.021.018.019.015.02.013.02.011.021.009.02.007.022.006.023.005.024.003.025.002.026.001h.027l.028-.001.029-.002.03-.002.031-.003.031-.003.033-.004.033-.003.034-.004.035-.003.035-.002.035-.002.036-.001.038.001.038.002.038.004-.121.077zm.213.074l-.03.087-.091-.011.121-.076zm-.106-.037l-.106-.037.106.037zm.106.037l-.03.087-.091-.011.121-.076z\"/>\n    <path fill=\"#EDB92E\" d=\"M110.754 29.934c-.025-.517.01-.429.087.368.083-.16.192-.233.323-.23.233.004.373.36.396 1.165l-.042.616c7.347-.164 11.702.956 12.826 3.107.924 1.77-.647 4.701-3.019 8.047-.287.405-.277.37 0 .704.401.483.833 1.3.508 2.017 1.437.796 3.147.989 4.639.332.248-.661.785-.975 1.219-1.275.088-.061.408-.219.44-.322.784-2.533 1.571-4.875 2.246-7.056 2.119-6.849-16.721-7.478-19.623-7.473z\"/>\n    <path fill=\"#21231E\" d=\"M110.741 30.248l.199.106-.212-.042-.007-.072-.006-.068-.007-.064-.007-.06-.006-.056-.006-.052-.005-.048-.005-.044-.005-.039-.005-.035-.004-.031-.004-.028-.003-.023-.003-.018-.003-.013-.002-.006v.001l.012.023.126.038.067-.067.003-.014v.096l.001.031.001.035.001.039.002.043.002.046-.224.011-.002-.047-.002-.043-.001-.041-.001-.037-.001-.033-.001-.03v-.05l.001-.02.001-.018.002-.019.007-.026.07-.072.13.041.017.032.006.018.005.019.004.02.004.023.004.026.004.029.005.033.005.038.005.041.005.045.005.048.006.053.006.056.007.061.007.065.007.069.007.073-.212-.043zm.199.106l-.175.337-.037-.379.212.042zm.226-.397l-.004.228h-.022l-.009.001-.008.001-.007.002-.006.001-.006.002-.007.002-.008.003-.008.003-.005.002-.007.003-.007.004-.007.004-.006.004-.006.005-.007.006-.007.006-.006.006-.007.007-.007.007-.007.008-.007.008-.006.008-.007.009-.007.01-.007.01-.007.011-.006.011-.007.013-.007.012-.199-.106.009-.017.009-.016.01-.016.01-.016.01-.015.011-.015.011-.014.011-.014.011-.013.012-.013.012-.013.013-.012.013-.011.013-.011.013-.01.014-.01.014-.01.014-.009.014-.008.015-.008.016-.007.015-.006.014-.005.015-.005.016-.005.016-.004.017-.003.016-.002.015-.002.017-.002h.017l.011.001zm.506 1.286l-.224-.015v.011l-.002-.073-.003-.07-.004-.068-.004-.065-.005-.062-.006-.059-.007-.057-.007-.054-.007-.051-.008-.049-.008-.046-.009-.044-.01-.041-.01-.038-.011-.036-.011-.033-.011-.03-.012-.028-.012-.025-.012-.022-.012-.02-.012-.017-.012-.015-.012-.013-.01-.009-.01-.008-.011-.007-.01-.005-.009-.004-.009-.002-.01-.002h-.011l.004-.228.032.002.032.005.031.009.031.012.029.015.027.017.027.02.025.024.023.025.021.027.02.029.019.031.018.033.016.034.015.036.015.038.014.041.013.043.012.045.011.047.01.049.01.051.009.053.008.056.007.058.007.061.006.063.005.065.005.067.004.07.003.073.002.075v.011zm-.157.495l.005.227-.115-.121.001-.019.001-.019.001-.019.001-.018.001-.019.001-.02.001-.019.001-.019.001-.019.001-.019.002-.019.001-.019.001-.019.001-.02.001-.018.001-.019.001-.02.002-.019.001-.019.001-.019.001-.019.001-.019.001-.019.002-.019.001-.019.001-.019.001-.018.001-.02.001-.02.001-.019.001-.02.001-.019.224.015-.001.02-.001.02-.002.019-.001.019-.001.02-.001.02-.001.019-.001.019-.001.019-.002.019-.001.019-.001.019-.001.019-.001.02-.001.019-.002.018-.001.02-.001.02-.001.019-.001.02-.001.019-.002.019-.001.019-.001.019-.001.02-.001.019-.001.018-.001.019-.001.02-.001.019-.001.019-.001.019-.113-.126zm.005.227l-.123.003.008-.124.115.121zm12.923 2.941l-.199.106-.11-.19-.129-.185-.147-.18-.166-.174-.184-.169-.203-.163-.222-.158-.241-.152-.26-.146-.279-.14-.298-.134-.317-.128-.335-.121-.353-.114-.372-.108-.391-.102-.409-.095-.427-.088-.446-.081-.464-.075-.482-.068-.501-.06-.518-.054-.536-.047-.554-.039-.572-.033-.59-.025-.608-.018-.626-.01-.644-.003-.661.004-.679.011-.005-.227.681-.012.664-.004.646.003.628.011.611.018.593.026.576.032.558.04.54.047.522.054.504.061.486.068.469.076.451.082.433.089.414.097.397.103.378.11.36.117.342.124.324.131.306.138.288.145.269.151.251.158.233.165.214.172.196.179.177.186.158.193.139.2.12.206zm-3.027 8.167l-.183-.133.219-.312.214-.309.209-.306.203-.304.197-.301.192-.297.184-.294.178-.291.171-.287.163-.283.155-.279.147-.275.138-.271.13-.266.121-.262.111-.257.102-.252.091-.247.082-.242.071-.237.06-.231.049-.225.037-.219.026-.213.014-.207.002-.201-.011-.193-.023-.187-.036-.181-.048-.174-.062-.167-.075-.16.199-.106.083.178.069.185.054.191.039.197.025.203.011.209-.002.214-.015.22-.027.225-.039.23-.051.234-.062.239-.073.245-.084.249-.094.253-.104.258-.113.262-.123.266-.132.27-.14.275-.149.279-.157.282-.165.286-.172.289-.179.293-.186.296-.192.299-.198.302-.205.305-.21.308-.215.311-.221.316zm-.006.564l-.172.146-.025-.03-.023-.028-.022-.027-.021-.025-.019-.023-.019-.023-.017-.023-.016-.022-.015-.021-.014-.023-.012-.023-.011-.023-.009-.025-.007-.026-.005-.028-.002-.028.001-.027.004-.026.006-.027.008-.026.01-.024.011-.024.013-.025.014-.025.015-.025.017-.026.018-.027.019-.028.021-.031.023-.033.024-.034.026-.037.183.133-.026.037-.024.034-.022.031-.02.03-.019.027-.017.025-.014.022-.013.021-.011.018-.008.015-.006.014-.005.012-.003.009-.002.007v.016l.002.005.003.007.005.009.005.011.008.012.01.015.012.017.014.018.016.02.019.023.02.024.022.026.024.028.026.031zm.477 1.991l-.108.2-.048-.147.026-.062.022-.062.018-.062.015-.063.011-.063.008-.063.005-.064.001-.064-.001-.064-.005-.064-.007-.064-.01-.064-.013-.064-.015-.064-.018-.063-.02-.063-.022-.063-.024-.062-.025-.061-.027-.061-.029-.06-.03-.059-.032-.058-.032-.057-.034-.056-.034-.054-.035-.053-.036-.051-.036-.05-.036-.048-.036-.046-.036-.044.172-.146.039.048.039.05.039.051.039.054.038.056.038.056.037.059.036.06.035.061.034.062.033.064.031.065.03.067.028.067.026.069.024.069.023.07.02.071.017.072.015.072.012.074.009.074.006.074.002.075-.001.075-.005.075-.009.075-.013.075-.017.075-.021.075-.026.074-.031.074-.056-.149zm-.108.2l-.092-.051.043-.096.049.147zm4.588.191l.21.081-.06.064-.144.061-.145.056-.146.05-.147.046-.148.041-.149.036-.15.031-.15.026-.151.021-.151.017-.152.012-.152.007-.152.003-.152-.002-.152-.006-.152-.01-.152-.015-.151-.019-.151-.023-.15-.028-.15-.031-.15-.036-.149-.04-.148-.044-.147-.048-.146-.052-.145-.056-.144-.059-.142-.063-.141-.067-.139-.071-.138-.074.108-.2.133.072.135.068.136.064.137.061.139.057.139.053.141.05.141.046.142.042.143.038.144.034.144.03.145.026.145.022.145.018.146.014.146.01.145.006.146.001.146-.003.145-.007.145-.011.145-.016.144-.021.144-.025.143-.03.142-.034.141-.039.14-.043.139-.048.138-.053.137-.058-.063.068zm1.261-1.329l.127.188-.042.028-.042.028-.042.028-.042.029-.043.029-.042.029-.043.029-.043.03-.042.03-.042.031-.042.032-.042.032-.041.033-.041.034-.04.034-.04.035-.039.036-.038.037-.038.038-.037.039-.036.04-.035.042-.034.043-.033.044-.032.046-.031.047-.03.049-.028.05-.027.052-.025.053-.025.056-.023.057-.21-.081.026-.065.027-.063.029-.061.031-.059.032-.057.034-.055.035-.053.036-.052.037-.049.038-.048.039-.046.04-.045.041-.044.042-.042.042-.041.043-.04.043-.038.044-.037.043-.036.044-.035.044-.034.044-.033.044-.033.044-.031.044-.031.044-.03.043-.03.043-.029.042-.029.042-.028.041-.028.042-.025zm.396-.261l.214.068-.009.024-.011.021-.012.018-.013.017-.014.016-.014.015-.015.014-.016.014-.016.013-.017.013-.017.013-.017.012-.018.013-.019.013-.018.012-.018.012-.019.012-.019.012-.018.011-.018.011-.018.011-.017.01-.018.01-.016.009-.016.009-.015.009-.014.008-.012.008-.012.007-.009.006-.008.006-.007.005-.127-.188.011-.007.012-.007.014-.008.013-.008.014-.008.015-.009.015-.009.016-.01.016-.01.016-.01.017-.01.017-.01.017-.01.018-.011.017-.01.017-.011.017-.011.016-.011.016-.011.015-.01.015-.011.014-.01.012-.01.012-.009.01-.009.009-.008.008-.008.005-.006.003-.004.002-.003-.006.005zm2.246-7.056l.214.068-.064.205-.064.206-.065.207-.065.208-.066.209-.067.21-.067.211-.068.212-.068.212-.069.214-.069.215-.07.216-.07.217-.07.218-.071.219-.071.22-.071.221-.072.222-.072.223-.072.224-.073.225-.072.226-.073.227-.073.228-.073.229-.073.23-.074.231-.073.232-.073.234-.074.235-.073.235-.074.237-.214-.068.074-.237.074-.236.073-.235.074-.234.073-.232.074-.231.073-.231.073-.229.073-.228.073-.227.072-.226.072-.225.072-.224.072-.223.072-.222.071-.221.071-.22.07-.219.07-.218.07-.217.069-.216.069-.215.069-.214.068-.212.067-.212.067-.211.066-.21.066-.209.065-.208.065-.207.064-.206.068-.203zm-19.628-7.434l.224-.011-.113-.108.319.002.405.007.485.012.558.019.625.027.684.035.737.045.783.057.823.068.855.081.882.095.9.11.913.126.919.143.918.161.91.18.896.201.875.222.847.244.813.268.771.292.724.318.67.346.609.374.541.404.467.436.385.47.295.505.197.541.09.576-.023.61-.143.643-.214-.068.134-.605.021-.567-.084-.532-.182-.501-.275-.472-.364-.444-.447-.417-.523-.391-.593-.365-.656-.339-.712-.313-.762-.289-.804-.265-.839-.242-.868-.22-.89-.199-.905-.179-.913-.161-.915-.143-.91-.126-.897-.11-.878-.095-.853-.081-.82-.068-.781-.056-.735-.045-.682-.036-.623-.027-.556-.019-.483-.012-.403-.006-.316-.002-.113-.104zm.112.108h-.107l-.005-.108.112.108zm0-.114l-.112.006.112-.006zm0 .114h-.107l-.005-.108.112.108z\"/>\n    <path fill=\"#EDB92E\" d=\"M130.156 59.397c.727-1.473 1.491-2.918 2.511-4.17-2.61 1.951-3.984 1.657-4.175-.884-.155-.055-.364-.055-.573-.055-1.992 3.12-3.93 2.688-5.813-1.298-2.565 4.096-4.766 4.022-6.495-.248-2.959 3.733-5.451 3.743-7.477.079v-.465c.113.05.036.066-.23.03l-.043-.085-.218.042a8.883 8.883 0 01-.218-.042l-.043.085c-.266.037-.343.021-.23-.03v.466c-2.026 3.664-4.519 3.654-7.477-.079-1.728 4.271-3.93 4.344-6.495.248-1.883 3.986-3.82 4.418-5.812 1.298-.209 0-.418 0-.573.055-.191 2.54-1.564 2.835-4.175.884 1.02 1.252 1.783 2.697 2.511 4.17 7.522-.315 15.017-.71 22.513-1.106 7.494.395 14.99.79 22.512 1.105z\"/>\n    <path fill=\"#21231E\" d=\"M132.733 55.319l-.134-.183.154.164-.094.117-.093.117-.091.119-.09.12-.088.121-.087.122-.086.123-.085.124-.084.125-.082.126-.082.127-.08.127-.08.128-.078.13-.078.13-.077.13-.076.132-.075.132-.074.132-.074.133-.073.134-.072.134-.072.135-.071.135-.071.136-.07.136-.07.136-.069.137-.069.137-.069.137-.068.138-.068.138-.201-.101.068-.138.069-.138.069-.138.069-.138.07-.138.07-.137.07-.137.071-.137.072-.136.072-.136.073-.135.073-.135.074-.134.075-.134.076-.133.077-.133.078-.132.078-.131.079-.13.081-.13.081-.129.083-.129.084-.127.085-.127.086-.126.087-.125.089-.124.09-.123.091-.122.093-.121.094-.12.096-.119.154.164zm-4.279-.868l.075-.214.074.099.021.228.028.214.035.2.041.186.048.173.054.159.06.146.066.131.072.118.078.104.083.091.089.079.095.066.101.054.107.042.115.031.122.019.13.007.138-.005.146-.018.154-.03.163-.043.17-.056.178-.069.186-.082.194-.095.202-.109.209-.122.217-.135.224-.149.232-.162.239-.175.134.183-.243.178-.236.165-.229.151-.222.139-.215.125-.209.112-.202.1-.195.086-.188.073-.183.06-.176.046-.17.033-.163.019-.158.006-.151-.009-.145-.023-.138-.038-.131-.052-.124-.067-.115-.081-.108-.095-.099-.109-.09-.122-.082-.135-.074-.147-.066-.16-.059-.173-.051-.185-.043-.198-.036-.21-.029-.223-.022-.236.072.104zm-.442-.101l-.189-.123.094-.052H128.113l.021.001.02.001.019.001.019.001.02.001.019.001.019.002.019.002.019.001.019.002.02.002.018.003.019.003.019.003.018.003.019.004.018.004.017.004.019.005.017.005.018.005.018.006-.075.214-.012-.004-.013-.004-.013-.004-.012-.003-.015-.003-.014-.003-.013-.002-.016-.003-.015-.002-.015-.002-.016-.002-.015-.002-.016-.002-.017-.002-.017-.002-.017-.001-.018-.001-.017-.001-.018-.001-.019-.001-.018-.001h-.037l-.019-.001h-.154l.096-.052zm-5.811-1.299l-.19-.122.196.012.176.361.176.34.176.319.176.298.176.277.176.255.176.235.175.213.175.192.175.171.174.15.173.129.173.108.172.088.171.068.17.047.169.028.17.009.17-.011.171-.03.172-.05.173-.07.175-.09.176-.111.178-.132.179-.152.18-.174.181-.194.182-.216.183-.237.184-.258.184-.279.189.123-.189.285-.189.265-.189.244-.189.224-.189.203-.189.182-.19.162-.191.141-.192.121-.193.099-.193.078-.194.056-.195.034-.195.012-.195-.01-.194-.032-.193-.054-.192-.076-.19-.097-.189-.118-.187-.139-.186-.16-.184-.181-.184-.201-.182-.222-.182-.242-.181-.263-.18-.283-.179-.304-.179-.324-.178-.345-.178-.365.198.013zm-.19-.121l.109-.174.087.185-.196-.011zm-6.312-.117l-.175-.142.192.028.162.385.164.36.168.335.169.311.172.285.174.26.176.236.178.211.179.186.181.161.182.136.183.112.184.088.186.065.187.041.189.019.192-.005.195-.028.199-.051.202-.074.206-.099.209-.123.213-.147.216-.172.219-.196.222-.221.225-.246.228-.271.23-.296.233-.32.235-.345.238-.369.19.122-.241.374-.239.35-.237.326-.235.301-.234.278-.232.253-.23.229-.228.205-.227.18-.226.156-.225.132-.224.107-.222.082-.222.057-.22.031-.218.005-.216-.021-.213-.047-.209-.073-.206-.099-.202-.123-.198-.148-.194-.173-.191-.197-.187-.221-.183-.246-.18-.27-.177-.294-.174-.318-.171-.343-.168-.367-.165-.391.191.029zm-.176-.142l.119-.15.072.178-.191-.028zm-7.501.15h.225l-.014-.056.189.33.192.307.194.286.196.264.199.242.201.221.203.199.205.177.207.155.208.134.211.112.212.092.214.071.217.05.219.029.222.008.225-.012.228-.033.232-.055.235-.075.239-.097.242-.118.245-.14.249-.161.252-.183.256-.205.259-.227.262-.249.265-.271.268-.293.271-.315.274-.337.175.142-.278.341-.276.32-.273.298-.27.276-.268.255-.266.234-.264.212-.261.19-.259.168-.258.146-.255.125-.254.103-.251.081-.25.058-.247.036-.245.013-.243-.01-.24-.031-.237-.055-.234-.076-.23-.1-.227-.121-.223-.143-.22-.165-.216-.187-.212-.208-.209-.23-.206-.251-.203-.272-.199-.294-.196-.315-.193-.336-.014-.054zm.225-.466v.465h-.225v-.465l.158-.104.067.104zm-.225 0v-.174l.158.07-.158.104zm-.218.082l.2-.104-.085-.061.024.003.023.003.021.003.02.002.019.002.019.002.016.002.016.001.015.001.012.001H108.146h-.001l-.004.001-.008.003-.018.011-.022.023-.017.04v.042l.011.032.011.016.007.006.004.003.001.001-.005-.002-.006-.003-.007-.003.091-.208.013.006.011.006.011.006.013.008.012.008.013.011.013.013.016.022.014.038v.047l-.02.045-.026.028-.025.015-.016.006-.016.004-.014.003-.013.002-.013.001h-.057l-.017-.001-.016-.001-.018-.001-.02-.002-.019-.002-.021-.002-.022-.002-.023-.003-.024-.003-.025-.003-.09-.066zm.157-.189l.043.085-.2.104-.043-.085.078-.163.122.059zm-.121-.059l.083-.017.039.076-.122-.059zm-.217.265l.04-.224h-.04l.005-.001.006-.002.007-.001.007-.001.007-.001.007-.001.006-.001.007-.002.007-.001.005-.001.009-.002.007-.001.005-.001.007-.002.007-.001.007-.001.009-.001.007-.001h.003l.007-.002.009-.002.007-.001.007-.001.008-.002.005-.001.007-.002.009-.002.006-.001.007-.002.009-.002.006-.001.007-.002.043.223-.007.002-.009.002-.005.001-.007.002-.009.002-.005.001-.007.002-.009.002-.007.001-.007.001-.007.001-.005.001-.007.002-.011.002-.007.001-.005.001-.007.001-.007.002-.007.001-.008.002-.007.001-.005.001-.008.002-.007.001-.007.001-.006.001-.007.001-.006.001-.006.001-.006.001-.006.001-.008.001-.04.001zm-.098-.102l-.2-.104.122-.06.008.002.005.001.009.002.007.002.005.001.01.002.007.001.006.001.007.002.007.001.007.001.009.002.007.002h.003l.007.001.01.002.007.001.007.001.007.001.005.001.007.001.009.002.005.001.007.001.007.001.007.001.007.001.007.001.006.001.007.001.006.001.005.001-.04.224-.007-.001-.006-.002-.006-.001-.006-.001-.006-.001-.007-.001-.006-.001-.007-.001-.006-.001-.008-.002-.005-.001-.006-.001-.009-.002-.007-.001-.007-.001-.007-.001-.004-.001-.007-.001-.011-.002-.006-.002-.005-.001-.007-.001-.007-.001-.007-.001-.009-.002-.007-.002-.005-.001-.009-.002-.007-.002-.006-.001-.009-.002-.008-.002.118-.057zm-.2-.104l.039-.076.083.017-.122.059zm-.043.085l.043-.085.2.104-.043.085-.085.061-.115-.165zm-.018.022h-.225l.158.104-.007.003-.006.003-.005.002.001-.001.004-.003.007-.007.011-.016.011-.032v-.042l-.017-.04-.025-.025-.016-.009-.007-.003-.005-.001h-.001.042l.012-.001.015-.001.015-.001.016-.002.019-.002.019-.002.02-.003.021-.002.023-.003.024-.003.031.225-.025.003-.024.003-.023.003-.023.002-.021.002-.019.002-.02.002-.018.001-.016.001-.017.001H107.137l-.013-.001-.014-.002-.014-.002-.016-.005-.015-.006-.023-.013-.029-.029-.019-.044v-.047l.014-.038.016-.022.013-.013.013-.011.012-.008.013-.008.011-.006.011-.006.013-.006.154.109zm-.158-.104l.158-.07v.174l-.158-.104zm-.067.57v-.466h.225v.466l-.014.056-.211-.056zm-7.26-.036l-.208-.086.191-.028.274.337.271.315.268.293.265.271.262.249.259.227.255.205.253.183.249.161.245.14.242.118.238.097.235.075.232.055.228.033.225.012.222-.008.219-.029.217-.05.214-.071.212-.091.21-.113.209-.134.207-.155.205-.177.203-.199.201-.22.199-.242.196-.264.194-.286.192-.307.189-.33.196.111-.193.336-.196.315-.199.293-.203.272-.206.251-.209.229-.212.208-.216.187-.22.165-.223.143-.227.121-.23.099-.234.077-.237.054-.24.032-.242.009-.245-.013-.247-.036-.25-.058-.252-.081-.253-.103-.255-.125-.257-.147-.259-.168-.262-.19-.264-.211-.266-.233-.268-.255-.271-.276-.273-.298-.275-.32-.278-.341.193-.028zm-.208-.086l.072-.178.119.15-.191.028zm-6.29.341l-.203-.098.196-.012.238.369.235.345.233.32.23.296.228.271.225.246.222.221.219.196.216.172.212.147.209.123.206.099.202.074.199.051.195.028.192.005.189-.019.187-.041.186-.065.184-.088.183-.112.182-.136.181-.161.179-.186.178-.211.176-.236.174-.26.172-.285.169-.311.167-.335.164-.36.162-.385.208.086-.165.391-.168.367-.171.343-.174.318-.177.294-.18.27-.183.246-.187.221-.19.198-.194.173-.198.148-.202.123-.206.099-.21.073-.213.047-.216.021-.218-.005-.22-.031-.221-.057-.223-.082-.224-.107-.225-.132-.226-.156-.227-.181-.229-.205-.23-.229-.232-.253-.234-.278-.235-.301-.237-.326-.239-.35-.241-.374.2-.013zm-.202-.099l.088-.185.109.174-.197.011zm-5.711 1.461v-.228l.094.052.184.279.184.258.183.237.182.216.181.194.18.174.179.152.178.132.176.111.175.09.173.07.172.05.171.03.17.011.17-.008.169-.028.17-.047.171-.068.172-.088.172-.108.174-.129.174-.15.175-.171.175-.192.176-.213.176-.235.176-.255.176-.277.176-.298.176-.319.176-.34.176-.361.203.098-.178.366-.178.345-.179.324-.179.304-.18.283-.181.263-.181.242-.182.222-.183.201-.184.181-.186.16-.187.139-.188.118-.19.097-.192.076-.193.054-.194.032-.195.01-.195-.012-.195-.035-.194-.056-.193-.078-.192-.099-.192-.12-.191-.141-.19-.162-.189-.182-.189-.203-.189-.224-.189-.244-.189-.265-.189-.285.091.05zm-.462-.05l-.224-.017.074-.099.018-.006.018-.005.017-.005.019-.005.017-.004.018-.004.019-.004.018-.003.019-.003.019-.003.019-.002.019-.002.019-.002.02-.002.019-.002.019-.001.02-.001.019-.001.02-.001.02-.001h.039l.02-.001h.178l-.001.228H87.159l-.018.001-.017.001-.018.001-.019.001-.016.001-.018.002-.017.001-.016.002-.016.002-.016.002-.017.002-.015.002-.015.003-.015.003-.013.003-.014.003-.015.003-.012.003-.013.004-.013.004-.012.004.072-.102zm-4.199.803l-.173.144.153-.164.239.175.232.162.224.149.217.135.209.122.202.109.194.095.186.082.178.069.17.056.163.043.155.03.146.018.138.005.13-.007.122-.019.115-.031.107-.043.101-.054.095-.066.089-.078.083-.092.078-.104.072-.118.066-.132.06-.145.054-.159.048-.173.041-.187.035-.201.028-.214.021-.228.224.017-.021.235-.029.223-.036.21-.044.198-.051.185-.059.173-.066.16-.074.147-.082.135-.091.122-.099.109-.108.095-.116.081-.124.067-.131.052-.138.038-.145.023-.151.009-.158-.006-.163-.019-.17-.033-.176-.046-.182-.06-.188-.073-.195-.086-.202-.1-.208-.112-.216-.125-.222-.139-.229-.151-.236-.165-.243-.178.151-.165zm2.419 4.128l.01.227-.105-.063-.068-.138-.068-.138-.069-.137-.069-.137-.069-.137-.07-.136-.07-.136-.071-.136-.071-.135-.072-.135-.072-.134-.073-.134-.074-.133-.074-.133-.075-.132-.076-.132-.077-.13-.078-.13-.079-.129-.079-.128-.081-.127-.081-.127-.083-.126-.083-.125-.085-.124-.086-.123-.087-.122-.088-.121-.09-.12-.091-.12-.093-.118-.094-.117.173-.144.095.119.094.12.093.121.092.122.09.123.089.124.087.125.086.126.085.127.084.127.082.129.082.129.08.13.08.13.078.131.078.132.077.133.076.133.075.134.074.134.074.135.073.135.072.136.072.136.071.137.071.137.07.137.07.138.069.138.069.138.069.138.068.138-.107-.062zm.009.228l-.073.003-.033-.066.106.063zm22.514-1.334l-.012.227h.012l-.703.037-.703.037-.703.037-.703.037-.703.037-.703.037-.703.037-.703.036-.703.037-.703.036-.703.036-.703.036-.703.036-.703.036-.703.035-.703.035-.703.035-.703.035-.704.034-.704.034-.704.034-.704.034-.704.033-.704.033-.705.033-.704.032-.704.032-.704.031-.705.031-.705.031-.705.03-.705.03-.01-.227.705-.03.705-.03.705-.031.704-.031.705-.031.704-.032.704-.032.704-.033.704-.033.704-.033.704-.034.704-.034.703-.034.704-.034.703-.035.704-.035.703-.035.703-.035.703-.036.703-.036.703-.036.703-.036.703-.036.703-.037.703-.036.703-.037.703-.037.703-.037.703-.037.703-.037.703-.037.703-.037h.011zm22.506 1.106v.228h-.005l-.705-.03-.705-.03-.705-.031-.705-.031-.705-.031-.704-.032-.704-.032-.704-.033-.704-.033-.704-.033-.704-.034-.704-.034-.704-.034-.704-.035-.703-.035-.703-.035-.703-.035-.703-.036-.703-.036-.703-.036-.704-.036-.703-.036-.703-.036-.703-.037-.703-.037-.703-.037-.703-.037-.703-.037-.703-.037-.703-.037-.703-.037-.703-.037.012-.227.703.037.703.037.703.037.703.037.703.037.703.037.703.037.703.036.703.037.703.036.703.036.703.036.703.036.703.036.703.035.704.035.703.035.704.035.703.034.704.034.704.034.704.034.703.035.704.033.704.033.704.032.704.032.704.031.704.031.705.031.705.03.705.03h-.004zm.001.228v-.228l.101.164-.101.064zm.1-.063l-.031.063h-.07l.101-.063z\"/>\n    <path fill=\"#EDB92E\" d=\"M133.239 53.267l-.819-.138c-1.572 3.881-2.982 3.976-3.247.283.352-.127.213-.744.611-.497.209.129.474-.239.301-.441-.446-.331-.842-.28-1.231.089-.183-.589-.633-.864-1.194-.616-.242.107-.159.549.084.523.393-.041.235.372.357.648-2.788 3.679-4.214 3.241-3.867-1.59-.664-.138-1.437-.276-2.128-.525-2.566 5.211-4.392 5.435-5.871.759.317-.238.227-.837.689-.645.261.109.48-.357.247-.556-.54-.46-1.127-.305-1.52.287-.315-.637-.877-.867-1.471-.48-.256.167-.097.657.175.583.523-.142.288.552.684.79-1.133 4.396-6.859 4.691-5.922-1.815l-1.473.053c-.473-.018-.948-.036-1.474-.053.937 6.506-4.789 6.211-5.922 1.815.395-.238.16-.932.683-.79.272.074.431-.416.175-.583-.594-.387-1.155-.157-1.471.48-.393-.591-.98-.747-1.52-.287-.233.199-.014.664.247.556.463-.192.372.406.689.645-1.478 4.676-3.304 4.452-5.87-.759-.691.249-1.464.387-2.128.525.347 4.831-1.078 5.269-3.867 1.59.122-.276-.035-.689.357-.648.243.025.326-.416.084-.523-.561-.248-1.011.027-1.194.616-.39-.368-.786-.419-1.232-.089-.173.202.092.57.301.441.398-.247.259.37.611.497-.265 3.692-1.675 3.598-3.247-.283l-.819.138c-.025.912.29 1.882.846 2.596 2.357 3.025 4.111 2.339 4.175-1.049 3.087 3.659 5.421 3.196 5.84-.663 2.597 4.867 6.763 2.538 6.849-.414 1.143 4.291 7.481 4.261 7.886-.671.405 4.932 6.742 4.962 7.886.671.086 2.952 4.253 5.282 6.849.414.419 3.859 2.753 4.322 5.84.663.064 3.388 1.817 4.074 4.175 1.049a4.156 4.156 0 00.846-2.596z\"/>\n    <path fill=\"#21231E\" d=\"M132.439 53.016l.819.138-.037.224-.819-.138-.085-.155.122-.069zm-.123.069l.034-.084.089.015-.123.069zm-3.18.22l.075.214.074-.115.028.332.034.31.041.287.047.264.052.242.057.219.063.196.067.173.071.149.075.126.077.102.078.079.079.057.079.037.08.019.084.002.091-.017.098-.036.105-.057.112-.079.117-.102.122-.125.126-.148.129-.17.132-.194.135-.216.138-.239.14-.261.142-.283.143-.306.145-.328.146-.351.208.087-.148.355-.147.333-.146.311-.144.289-.143.267-.141.245-.14.223-.138.202-.137.18-.135.158-.133.137-.132.115-.131.094-.131.071-.131.048-.132.024-.13-.003-.126-.03-.119-.056-.111-.081-.102-.103-.094-.124-.086-.145-.079-.166-.073-.187-.067-.209-.061-.229-.054-.251-.048-.272-.041-.294-.035-.316-.028-.338.073-.116zm-.075.115l-.006-.086.081-.029-.075.115zm.782-.602l-.117.194-.03-.017-.025-.012-.02-.008-.015-.004-.008-.001h-.007l-.002.001-.005.004-.006.007-.007.01-.008.014-.009.017-.01.021-.01.023-.01.025-.011.028-.012.028-.012.029-.013.031-.015.031-.016.032-.018.032-.02.032-.023.031-.026.031-.029.029-.032.027-.036.025-.039.021-.043.018-.075-.214.021-.009.019-.01.017-.012.016-.014.015-.015.014-.017.014-.02.014-.021.012-.022.012-.025.012-.025.011-.026.012-.028.011-.028.011-.028.012-.028.013-.028.013-.028.015-.028.017-.028.02-.027.024-.026.027-.023.033-.021.038-.015.039-.008.041-.002.041.005.041.01.04.015.041.02.043.027zm.176-.253l.133-.184.019.017.022.029.019.03.015.032.012.032.008.032.005.033.002.034-.001.032-.003.031-.005.031-.008.03-.009.029-.012.029-.014.028-.015.027-.017.025-.018.024-.02.023-.021.022-.023.02-.024.018-.026.017-.027.015-.028.012-.03.01-.032.007-.033.003h-.032l-.034-.004-.033-.009-.032-.013-.031-.017.117-.194.008.004.008.003.006.002h.015l.008-.001.007-.002.01-.003.01-.005.01-.005.01-.007.011-.009.011-.009.01-.01.01-.012.01-.013.009-.013.008-.014.007-.015.005-.014.005-.015.004-.014.003-.014.001-.014V52.61l-.002-.012-.003-.012-.004-.011-.005-.01-.007-.01-.008-.01.019.02zm-1.272.031l.214-.068-.184-.049.039-.036.039-.034.039-.032.04-.03.04-.028.04-.026.041-.025.041-.023.042-.02.042-.018.042-.016.043-.015.043-.012.043-.009.044-.008.044-.005.044-.003h.044l.044.002.044.005.045.007.045.01.044.012.045.014.045.016.045.019.045.021.044.023.044.025.044.028.045.029.045.032-.133.184-.038-.028-.038-.026-.038-.023-.037-.021-.036-.019-.036-.017-.035-.015-.035-.013-.035-.011-.034-.009-.034-.007-.033-.005-.033-.003-.032-.001h-.033l-.032.002-.032.004-.032.005-.032.007-.032.008-.032.011-.033.013-.032.014-.033.016-.033.018-.033.019-.033.022-.033.024-.033.026-.034.028-.034.03-.034.031-.187-.05zm.184.049l-.13.123-.054-.172.184.049zm-1.227-.595l-.09-.208.057-.023.057-.021.056-.017.056-.014.055-.011.055-.008.054-.005.053-.002.053.002.052.005.051.008.05.011.049.014.048.017.047.02.045.023.044.026.043.029.041.031.039.033.038.036.036.038.035.041.033.042.031.045.03.047.028.049.026.051.024.053.023.055.021.057.019.058-.214.068-.017-.05-.018-.049-.019-.046-.021-.044-.022-.043-.023-.04-.024-.038-.025-.036-.026-.034-.027-.032-.028-.029-.029-.027-.03-.026-.031-.023-.031-.021-.032-.018-.033-.017-.033-.015-.035-.012-.036-.01-.036-.008-.037-.006-.039-.003-.039-.001-.041.001-.041.003-.043.006-.044.008-.045.01-.046.014-.047.017-.047.019zm.028.307l.023.226-.035.002-.035-.003-.033-.007-.032-.01-.03-.014-.028-.016-.026-.019-.023-.021-.021-.023-.018-.025-.016-.026-.014-.026-.012-.028-.01-.029-.008-.029-.006-.03-.004-.031-.002-.03v-.03l.001-.031.004-.031.006-.031.008-.03.01-.03.014-.03.016-.028.018-.027.022-.027.024-.024.027-.021.03-.019.032-.016.09.208-.011.006-.01.007-.009.007-.008.008-.007.008-.007.011-.007.011-.005.012-.004.013-.004.014-.003.014-.002.015v.032l.001.015.002.015.003.016.004.015.005.013.006.013.006.012.007.011.007.009.007.008.007.006.007.005.007.004.007.003.007.002.007.001h.015zm.458.83l-.178-.138-.013.116-.013-.033-.011-.033-.009-.033-.007-.032-.007-.033-.006-.032-.004-.031-.004-.031-.003-.03-.003-.029-.003-.029-.002-.027-.003-.026-.003-.025-.003-.023-.004-.022-.004-.02-.005-.017-.005-.015-.005-.013-.005-.01-.005-.008-.005-.007-.005-.005-.006-.005-.006-.003-.009-.004-.012-.003-.015-.003-.019-.002h-.024l-.028.002-.023-.226.043-.003h.04l.039.003.038.007.035.011.034.014.032.019.028.022.025.024.021.027.018.028.014.029.012.029.009.029.008.029.006.029.005.029.004.029.003.029.003.029.003.029.003.028.003.028.003.027.003.027.004.026.004.025.005.025.006.024.006.022.007.021.008.02-.015.115zm.013-.116l.027.062-.041.054.014-.116zm-3.992-1.432l.045-.223.089.12-.027.438-.017.412-.007.386.003.36.013.334.023.308.033.281.043.255.051.229.06.202.069.176.076.149.083.122.089.097.094.073.1.05.107.029.118.009.129-.013.141-.036.153-.059.164-.084.175-.109.185-.134.195-.159.204-.184.213-.208.222-.233.231-.258.24-.282.248-.307.256-.331.178.138-.259.334-.251.311-.243.286-.235.263-.227.239-.22.215-.212.19-.204.166-.197.142-.189.118-.182.094-.176.069-.17.043-.164.017-.158-.012-.15-.041-.139-.07-.127-.097-.113-.123-.1-.148-.088-.171-.076-.195-.066-.219-.055-.243-.044-.267-.034-.292-.024-.317-.013-.341-.003-.366.007-.392.017-.417.028-.442.088.118zm.046-.223l.097.02-.007.1-.09-.12zm-2.051-.363l-.201-.101.138-.056.064.023.064.022.065.021.065.021.066.02.066.02.066.02.066.019.067.018.067.018.067.018.067.017.067.016.068.016.068.016.067.016.067.015.067.015.068.015.067.014.067.014.067.014.066.014.066.013.066.014.065.013.065.013.065.013.064.013.064.013.063.013.063.013-.045.223-.063-.013-.063-.013-.064-.013-.064-.013-.065-.013-.065-.013-.066-.013-.066-.014-.066-.013-.068-.014-.067-.014-.067-.014-.068-.015-.068-.015-.068-.015-.069-.016-.069-.016-.068-.016-.069-.016-.068-.017-.069-.017-.069-.018-.068-.018-.068-.019-.068-.019-.068-.02-.068-.02-.068-.021-.067-.022-.067-.022-.067-.022-.066-.024.142-.058zm-.201-.101l.044-.09.094.034-.138.056zm-5.837.718l.134.182.04-.126.139.421.141.392.143.363.145.334.146.304.148.275.15.246.152.216.152.187.154.157.154.128.155.1.154.071.156.044.158.018.161-.008.166-.035.171-.061.177-.09.183-.119.188-.148.193-.177.198-.207.202-.236.207-.266.211-.296.216-.325.22-.354.225-.384.228-.413.233-.443.238-.472.201.101-.239.476-.235.447-.231.418-.227.389-.224.36-.22.331-.217.302-.213.274-.211.245-.207.217-.205.188-.203.159-.201.13-.2.101-.199.071-.198.041-.197.009-.194-.022-.19-.054-.185-.085-.179-.115-.174-.144-.169-.173-.164-.201-.16-.229-.157-.257-.153-.285-.151-.314-.148-.341-.145-.37-.143-.398-.14-.427.04-.122zm-.04.126l-.025-.077.064-.048-.039.125zm.839-.785l-.086.211-.035-.013-.03-.008-.025-.005-.022-.002h-.017l-.013.002-.012.004-.011.005-.01.006-.01.008-.011.011-.012.014-.012.017-.012.019-.012.023-.013.025-.013.027-.013.029-.013.031-.013.032-.014.033-.015.034-.016.035-.018.035-.018.035-.02.036-.022.036-.024.034-.026.034-.03.033-.033.031-.036.029-.134-.182.022-.018.02-.019.019-.021.019-.023.017-.024.016-.026.015-.028.015-.03.014-.03.014-.031.014-.032.013-.031.014-.033.014-.033.014-.033.015-.032.016-.032.017-.031.019-.031.021-.03.024-.029.027-.027.031-.025.035-.021.037-.017.041-.012.043-.007.044-.001.045.004.046.009.048.014.052.021zm.132-.363l.145-.174.029.027.025.029.022.031.019.033.015.033.012.035.008.035.006.035.002.035v.034l-.002.035-.005.034-.006.034-.009.033-.011.032-.013.032-.015.03-.017.029-.019.028-.021.027-.022.025-.025.023-.026.021-.029.019-.031.016-.032.013-.035.01-.036.005-.037.001-.037-.003-.037-.008-.037-.013.086-.211.012.004.011.002.01.001h.01l.01-.001.01-.003.01-.004.011-.006.011-.007.011-.009.011-.011.011-.012.01-.013.01-.015.01-.016.008-.017.007-.017.006-.018.005-.019.004-.018.003-.019.001-.018v-.018l-.001-.018-.003-.017-.004-.016-.005-.015-.006-.015-.007-.013-.009-.013-.011-.013-.013-.011zm-1.548.25l.201-.102-.194-.012.04-.058.041-.055.042-.052.044-.05.044-.047.046-.044.047-.042.048-.039.049-.036.05-.033.051-.03.053-.027.053-.023.054-.02.055-.017.056-.013.056-.01.057-.007.057-.003.057.001.058.004.058.008.058.012.058.015.058.019.057.023.057.027.057.03.056.034.056.037.056.041.055.044-.145.174-.047-.038-.047-.035-.047-.031-.046-.028-.046-.024-.046-.021-.045-.018-.045-.015-.045-.012-.044-.009-.044-.006-.044-.003h-.044l-.043.002-.043.005-.043.008-.043.01-.042.013-.042.016-.042.018-.041.021-.041.024-.041.026-.041.029-.04.032-.039.035-.039.037-.038.04-.037.043-.037.046-.036.048-.035.051-.193-.013zm.194.013l-.108.162-.086-.174.194.012zm-1.504-.448l-.121-.191.06-.037.06-.034.06-.03.06-.026.06-.023.06-.019.06-.015.06-.011.059-.008.059-.004.058-.001.058.003.057.007.057.01.055.014.054.017.054.021.052.024.051.027.05.03.049.033.047.036.046.039.045.042.043.045.041.047.04.05.038.052.037.055.035.057.034.059.032.062-.201.102-.028-.055-.03-.053-.03-.05-.032-.047-.033-.045-.034-.042-.034-.039-.036-.037-.036-.034-.037-.031-.038-.029-.038-.026-.039-.024-.04-.021-.04-.019-.041-.015-.042-.013-.042-.01-.043-.008-.043-.005-.044-.002h-.045l-.045.003-.046.006-.046.009-.048.012-.049.015-.049.018-.049.022-.05.025-.051.029-.051.033zm.085.378l.058.219-.038.008-.038.003-.038-.001-.036-.006-.034-.01-.033-.014-.03-.017-.029-.02-.026-.023-.023-.024-.021-.026-.019-.027-.018-.029-.015-.03-.013-.03-.011-.032-.009-.033-.007-.033-.005-.034-.003-.034v-.035l.002-.034.005-.034.007-.035.01-.034.013-.033.016-.033.02-.032.022-.03.026-.028.029-.026.032-.023.122.191-.013.01-.012.011-.01.012-.01.013-.008.013-.007.014-.006.016-.005.016-.003.017-.002.018-.001.019v.018l.002.019.003.019.004.019.005.019.006.017.007.018.008.016.008.014.01.014.01.012.01.01.009.008.01.007.01.005.009.004.009.002.01.002h.01l.011-.001.01-.002zm.822.928l-.217-.057.051.127-.044-.03-.04-.033-.036-.035-.032-.038-.028-.039-.025-.04-.021-.041-.019-.041-.017-.041-.015-.041-.013-.04-.012-.039-.011-.038-.011-.038-.01-.035-.01-.034-.01-.032-.01-.029-.01-.026-.011-.024-.01-.02-.01-.016-.01-.013-.01-.01-.01-.007-.011-.006-.013-.005-.017-.003-.021-.001-.027.001-.032.005-.039.009-.058-.219.055-.013.053-.008.05-.002.049.003.046.009.044.015.04.022.035.026.031.03.026.032.023.034.019.035.016.035.014.036.013.037.011.036.011.037.011.037.01.036.01.036.011.036.011.034.012.034.013.031.015.031.015.029.016.026.018.025.02.023.021.021.024.019.026.018.05.129zm-.051-.126l.073.044-.021.083-.052-.127zm-5.977-1.604l-.007-.227.115.13-.068.584-.031.544.003.504.036.465.066.427.093.389.119.351.142.314.163.278.182.243.199.209.214.175.227.143.239.111.248.08.256.049.263.019.268-.011.27-.041.27-.07.269-.099.266-.128.26-.156.252-.184.243-.212.231-.238.217-.265.201-.291.183-.317.163-.342.141-.367.117-.392.217.057-.122.408-.148.384-.171.359-.192.332-.212.307-.229.28-.244.253-.257.224-.269.196-.277.167-.285.137-.289.107-.293.076-.293.044-.292.012-.288-.021-.283-.054-.275-.089-.264-.123-.251-.158-.236-.193-.218-.229-.198-.264-.176-.3-.151-.336-.126-.371-.098-.408-.068-.445-.037-.482-.003-.52.032-.558.069-.596.117.129zm-.007-.227l.134-.005-.019.135-.115-.13zm-1.474.281l.008-.227h-.008l.045-.002.044-.002.045-.002.044-.002.045-.002.044-.002.044-.002.044-.002.045-.001.045-.002.045-.002.045-.002.045-.002.045-.002.045-.002.046-.002.046-.002.046-.002.046-.002.046-.001.046-.002.047-.002.047-.002.046-.002.048-.002.048-.002.048-.002.048-.002.048-.002.048-.002.049-.002.049-.002.007.227-.049.002-.049.002-.049.002-.048.002-.048.002-.048.002-.048.001-.047.002-.047.002-.047.001-.046.002-.046.002-.046.002-.046.002-.046.002-.045.002-.046.002-.046.002-.045.001-.045.002-.045.002-.046.002-.045.002-.044.002-.045.002-.045.001-.045.002-.044.002-.044.002-.044.002-.045.002-.044.002-.006.002zm-1.358-.184l-.222.033.115-.13.049.002.049.002.049.002.048.002.048.002.048.001.048.002.047.002.047.002.047.002.047.002.047.002.046.002.046.002.046.002.046.002.046.002.045.002.045.002.046.002.045.002.045.002.045.002.045.002.044.002.045.002.044.002.044.002.045.001.044.002.044.002.044.002-.008.227-.044-.002-.045-.001-.044-.002-.044-.002-.044-.002-.044-.002-.045-.002-.044-.002-.045-.002-.045-.002-.045-.001-.045-.002-.045-.002-.045-.001-.046-.002-.046-.002-.045-.002-.046-.002-.046-.002-.046-.002-.047-.002-.046-.002-.047-.001-.048-.002-.047-.002-.047-.002-.048-.002-.048-.002-.049-.002-.049-.002-.049-.002-.049-.002.114-.132zm-.223.033l-.019-.135.134.005-.115.13zm-5.868 1.701l.115.195.051-.127.117.392.141.367.163.342.183.317.201.291.217.265.231.238.243.212.252.184.261.156.265.128.269.099.27.07.27.041.267.011.263-.019.257-.049.249-.08.238-.111.227-.143.214-.175.199-.209.182-.243.163-.278.142-.314.119-.351.093-.389.066-.427.036-.465.003-.504-.031-.544-.068-.584.222-.033.069.596.032.558-.003.52-.037.482-.068.445-.098.408-.126.371-.152.336-.176.3-.198.264-.218.229-.236.193-.251.158-.264.123-.275.089-.283.054-.288.021-.292-.012-.293-.044-.293-.076-.289-.107-.285-.137-.278-.167-.269-.196-.257-.224-.244-.253-.229-.28-.212-.307-.192-.332-.171-.359-.148-.384-.122-.408.056-.124zm-.051.126l-.021-.083.072-.044-.051.127zm.821-.929l-.058.22-.039-.009-.032-.005-.027-.001-.022.001-.017.003-.013.005-.011.006-.01.008-.01.01-.01.012-.01.016-.011.02-.011.023-.01.026-.01.029-.01.031-.01.034-.01.036-.01.037-.012.038-.012.039-.013.04-.015.041-.017.041-.019.041-.022.041-.025.04-.028.039-.032.038-.036.036-.04.033-.044.03-.115-.196.026-.018.024-.02.021-.021.019-.023.018-.025.017-.027.015-.028.014-.03.013-.032.012-.033.011-.034.011-.036.01-.036.01-.037.01-.037.011-.037.011-.037.013-.036.014-.036.016-.036.018-.034.023-.034.027-.033.031-.029.035-.026.04-.021.044-.016.047-.009.048-.003.051.002.053.008.058.011zm.085-.377l.122-.191.032.023.029.026.026.028.023.03.019.031.016.033.013.034.01.034.007.035.005.035.002.034-.001.034-.003.034-.005.033-.007.033-.009.033-.011.032-.013.031-.015.03-.017.028-.019.027-.022.026-.023.024-.026.023-.029.02-.03.016-.033.014-.034.01-.036.006-.038.001-.038-.003-.038-.008.058-.22.013.003.011.001h.01l.01-.002.009-.002.009-.004.01-.005.01-.007.009-.008.01-.011.01-.011.009-.013.009-.015.008-.016.007-.016.006-.018.005-.018.004-.019.003-.019.002-.019v-.019l-.001-.019-.002-.018-.003-.018-.005-.016-.006-.015-.007-.015-.008-.014-.009-.012-.01-.011-.012-.011-.016-.009zm-1.503.448l.186-.127-.194.012.032-.062.034-.059.035-.057.037-.055.038-.052.04-.05.042-.047.043-.045.045-.042.046-.039.048-.036.049-.033.05-.03.051-.027.053-.024.054-.021.054-.017.056-.014.056-.01.057-.007.058-.003.058.001.059.004.059.008.06.011.06.015.06.019.06.023.06.026.06.03.06.033.059.037-.122.191-.051-.032-.051-.029-.05-.025-.05-.022-.049-.018-.048-.015-.048-.012-.046-.009-.046-.006-.045-.003h-.045l-.044.002-.043.005-.043.008-.042.01-.042.013-.041.015-.04.019-.039.021-.039.024-.038.026-.038.029-.037.031-.036.034-.036.037-.035.039-.034.042-.033.045-.032.047-.031.05-.03.053-.028.055-.193.013zm.193-.013l-.086.174-.107-.162.193-.012zm-1.547-.25l-.145-.174.055-.045.055-.041.055-.037.057-.034.057-.03.057-.026.058-.023.058-.019.057-.016.058-.012.058-.008.058-.004.057-.001.057.003.057.006.057.01.056.013.055.017.054.02.053.023.052.027.051.03.051.033.049.036.048.039.047.042.046.044.045.047.044.05.042.052.041.055.039.058-.186.127-.035-.051-.036-.048-.037-.046-.038-.043-.038-.04-.039-.038-.039-.035-.04-.032-.04-.03-.041-.026-.041-.024-.041-.021-.042-.018-.042-.016-.042-.013-.043-.01-.043-.008-.043-.005-.044-.002h-.043l-.044.003-.044.006-.044.009-.045.012-.045.015-.045.018-.046.021-.046.025-.046.028-.046.031-.047.035-.048.041zm.131.363l.086.211-.037.013-.037.008-.037.003-.037-.001-.036-.005-.035-.01-.032-.013-.03-.016-.028-.019-.026-.021-.025-.023-.023-.025-.021-.026-.019-.028-.017-.029-.015-.03-.013-.031-.011-.031-.009-.033-.007-.034-.005-.034-.002-.035v-.034l.003-.036.006-.035.009-.036.012-.034.015-.034.019-.033.022-.031.025-.029.029-.027.145.174-.012.011-.01.012-.01.013-.007.013-.007.015-.005.015-.004.016-.002.017-.002.018v.018l.001.018.003.019.004.018.005.018.007.019.007.018.008.017.009.016.01.015.01.013.011.011.011.01.011.009.011.007.01.005.01.004.01.003.01.002h.01l.01-.002.011-.002.011-.002zm.839.785l-.214-.069.04.126-.036-.029-.033-.031-.029-.033-.026-.034-.025-.034-.022-.036-.02-.036-.018-.035-.017-.035-.016-.036-.015-.034-.014-.033-.013-.032-.013-.031-.013-.029-.013-.027-.012-.025-.013-.023-.012-.02-.012-.017-.012-.014-.011-.011-.011-.009-.01-.006-.011-.005-.012-.004-.013-.002h-.017l-.021.002-.026.005-.03.009-.035.013-.086-.211.049-.018.047-.014.046-.009.044-.004.045.001.043.006.04.012.038.017.035.021.031.024.027.027.024.029.021.03.019.031.017.031.016.032.015.032.014.033.014.033.013.032.014.032.014.032.014.031.014.03.015.029.015.028.016.026.017.024.019.023.019.021.02.019.022.018.044.127zm-.04-.126l.064.048-.025.077-.039-.125zm-5.899-.56l-.075-.214.138.056.238.472.233.443.229.413.225.384.22.354.216.325.211.296.207.266.202.236.198.207.193.177.188.148.183.119.177.09.171.061.166.035.161.008.158-.018.156-.044.155-.071.154-.1.154-.128.154-.157.153-.187.152-.216.15-.246.148-.275.146-.304.145-.334.142-.363.141-.392.139-.421.214.069-.14.427-.143.398-.145.37-.148.341-.151.314-.154.285-.157.257-.16.229-.164.201-.169.173-.174.144-.179.115-.185.085-.19.054-.194.022-.197-.009-.198-.041-.2-.071-.2-.101-.201-.13-.203-.159-.205-.188-.207-.217-.21-.245-.213-.274-.216-.302-.22-.331-.224-.36-.227-.389-.231-.418-.235-.447-.239-.476.137.054zm-.076-.215l.094-.034.044.09-.138-.056zm-1.979.624l-.224.017.089-.12.063-.013.063-.013.064-.013.064-.013.065-.013.065-.013.065-.013.066-.014.066-.013.066-.014.067-.014.067-.014.067-.014.068-.015.068-.015.067-.015.067-.016.068-.016.067-.016.068-.016.067-.017.067-.018.067-.018.067-.018.066-.019.066-.02.066-.02.066-.02.065-.021.065-.021.064-.022.064-.023.075.214-.066.024-.067.023-.067.022-.068.022-.067.021-.068.02-.068.02-.069.019-.068.019-.068.018-.069.018-.069.017-.069.017-.068.016-.069.016-.069.016-.068.016-.068.015-.068.015-.068.015-.067.014-.067.014-.067.014-.067.013-.066.014-.066.013-.065.013-.064.013-.065.013-.063.013-.063.013-.063.013.093-.12zm-.224.017l-.007-.1.097-.02-.09.12zm-3.857 1.535l.205.093-.013-.116.256.331.248.307.239.282.231.258.222.233.213.209.204.183.195.159.185.134.175.109.164.084.153.059.141.036.13.013.117-.009.107-.029.1-.05.094-.073.089-.097.083-.122.076-.149.069-.176.06-.202.051-.229.042-.255.033-.281.023-.308.013-.334.003-.36-.007-.386-.017-.412-.027-.438.224-.017.028.443.017.417.007.392-.003.366-.013.341-.024.316-.034.292-.044.267-.055.243-.065.219-.076.195-.088.171-.1.148-.113.123-.126.097-.139.07-.15.041-.158.012-.164-.017-.171-.043-.176-.069-.183-.094-.189-.118-.197-.142-.204-.166-.212-.19-.219-.214-.228-.239-.235-.263-.243-.286-.251-.311-.259-.335-.014-.113zm.014.116l-.041-.054.027-.062.014.116zm.457-.83l-.023.226-.028-.002h-.024l-.019.002-.015.003-.012.003-.009.004-.007.004-.006.004-.005.005-.005.007-.005.008-.005.01-.005.013-.005.015-.005.018-.004.02-.004.021-.003.023-.003.024-.002.026-.003.028-.003.029-.003.029-.003.03-.004.031-.004.031-.005.032-.007.033-.008.032-.009.032-.011.033-.013.032-.205-.093.008-.02.007-.021.007-.023.006-.024.005-.024.004-.026.004-.026.003-.027.003-.028.003-.028.003-.028.003-.028.003-.029.003-.029.004-.029.005-.029.006-.029.007-.029.01-.03.012-.029.014-.029.018-.028.021-.026.025-.025.028-.022.032-.018.033-.014.036-.011.038-.007.039-.003h.04l.042.006zm.028-.307l.09-.208.032.016.03.019.027.021.025.024.021.026.018.026.017.029.013.029.01.029.008.031.006.031.003.03.002.03v.031l-.002.03-.004.03-.006.03-.008.029-.01.029-.012.027-.014.027-.016.026-.018.024-.021.023-.023.021-.026.019-.028.017-.03.014-.032.01-.033.007-.035.003-.035-.002.023-.226H87.572l.007-.001.007-.002.006-.003.007-.004.007-.005.007-.006.007-.008.007-.009.006-.01.006-.012.006-.013.005-.014.004-.015.003-.015.002-.016.001-.016v-.015l-.001-.016-.002-.016-.002-.014-.004-.013-.005-.014-.005-.012-.006-.01-.007-.01-.008-.009-.008-.008-.009-.008-.01-.006-.011-.002zm-1.226.595l.153-.166-.184.049.02-.058.021-.057.023-.055.024-.053.026-.051.028-.049.029-.047.031-.044.033-.043.034-.04.036-.038.038-.036.039-.033.041-.031.043-.029.044-.026.045-.023.046-.02.048-.017.049-.014.05-.011.051-.008.052-.005.053-.002.054.002.054.005.054.008.055.011.056.014.056.018.056.021.057.023-.09.208-.048-.02-.047-.017-.046-.014-.044-.011-.044-.008-.043-.006-.041-.004-.04-.001-.039.001-.038.003-.037.006-.036.008-.036.01-.034.012-.034.015-.033.017-.032.018-.031.02-.03.023-.03.025-.029.027-.028.029-.027.031-.026.034-.025.036-.024.038-.023.04-.022.043-.021.044-.019.046-.018.049-.017.05-.183.053zm.184-.049l-.054.172-.13-.123.184-.049zm-1.254-.048l-.17-.149.019-.017.045-.032.044-.03.044-.028.044-.025.044-.023.045-.021.044-.019.045-.016.045-.014.045-.011.044-.009.045-.007.044-.005.045-.002h.044l.044.002.044.005.043.007.043.01.043.012.043.014.043.016.042.018.042.02.041.023.041.024.04.027.04.028.04.03.039.033.039.034.039.036-.153.166-.034-.031-.034-.03-.034-.028-.033-.026-.033-.024-.033-.022-.033-.019-.033-.018-.033-.016-.032-.014-.032-.012-.033-.011-.032-.009-.032-.007-.032-.005-.031-.004-.033-.002h-.032l-.033.001-.033.003-.033.005-.034.007-.034.009-.034.01-.035.013-.036.015-.036.017-.036.019-.038.021-.038.023-.038.026-.039.028.017-.016zm.157.27l.117.194-.031.017-.032.013-.034.009-.034.004h-.032l-.032-.003-.032-.007-.03-.01-.028-.012-.027-.015-.026-.017-.025-.018-.022-.02-.021-.021-.02-.023-.018-.024-.017-.025-.015-.027-.013-.027-.012-.029-.01-.03-.008-.03-.005-.031-.003-.031v-.033l.002-.033.005-.032.008-.033.011-.032.015-.032.019-.03.022-.029.17.149-.008.01-.006.01-.005.01-.004.011-.003.012-.002.012-.001.013v.013l.001.014.003.014.004.015.005.015.006.014.007.015.007.013.009.013.01.013.01.012.011.011.011.009.011.008.01.007.01.005.01.005.009.003.007.002.008.001h.015l.006-.002.008-.003.009-.007zm.782.602l-.224-.016.074.115-.042-.018-.039-.021-.036-.025-.032-.027-.028-.029-.026-.031-.023-.032-.02-.032-.018-.032-.016-.032-.015-.031-.013-.031-.012-.029-.012-.028-.011-.028-.01-.025-.01-.023-.009-.02-.009-.017-.009-.014-.008-.01-.006-.007-.004-.003-.002-.002h-.008l-.008.001-.015.004-.02.007-.025.012-.03.017-.117-.194.042-.025.041-.02.04-.015.041-.01.041-.005.041.002.039.009.037.015.033.021.028.024.023.026.02.027.017.027.015.028.013.028.012.028.012.028.011.028.011.028.011.028.012.026.012.025.012.025.012.023.013.021.014.019.015.017.015.016.016.013.017.012.019.01.021.009.077.113zm-.074-.115l.08.029-.006.086-.074-.115zm-3.266-.064l-.037-.224.123.069.146.351.145.328.143.306.141.283.14.261.137.238.135.216.133.193.129.171.126.148.122.125.117.102.112.079.105.057.098.036.09.017.084-.002.081-.019.079-.037.079-.058.078-.079.077-.102.075-.126.071-.149.067-.172.063-.196.057-.219.052-.242.047-.264.041-.287.034-.31.028-.332.224.017-.028.338-.035.316-.042.294-.048.272-.054.251-.061.229-.066.208-.073.187-.079.166-.086.145-.093.124-.102.103-.111.081-.119.056-.126.03-.13.003-.131-.024-.132-.048-.131-.071-.132-.094-.132-.115-.133-.136-.135-.158-.137-.18-.138-.202-.14-.223-.141-.245-.143-.267-.145-.289-.145-.311-.147-.333-.148-.355.121.069zm-.037-.225l.089-.015.034.084-.123-.069zm-.819.139l.819-.138.037.224-.819.138-.131-.115.094-.109zm-.093.109l.003-.094.091-.015-.094.109zm1.046 2.528l-.177.141-.053-.07-.051-.071-.05-.073-.049-.074-.047-.075-.045-.077-.044-.078-.042-.079-.041-.08-.039-.081-.037-.082-.036-.083-.034-.084-.032-.084-.031-.085-.029-.086-.027-.086-.025-.086-.024-.087-.022-.087-.02-.088-.018-.088-.016-.089-.014-.089-.013-.089-.01-.089-.009-.089-.007-.089-.005-.089-.003-.089v-.089l.002-.088.224.006-.001.083v.083l.002.084.005.084.006.084.008.084.01.084.012.084.013.084.016.084.017.084.019.083.021.083.022.082.024.082.025.082.027.081.029.081.031.08.032.079.034.078.036.077.037.077.038.075.04.074.041.073.043.072.044.071.045.069.047.069.048.067.053.069zm4.172-1.052l-.171.148.198-.072-.011.313-.021.298-.031.282-.04.266-.049.25-.059.234-.068.217-.078.201-.087.184-.096.167-.105.15-.115.132-.124.114-.133.096-.142.076-.15.055-.157.034-.163.014-.169-.008-.174-.028-.178-.049-.182-.069-.187-.089-.191-.11-.194-.13-.199-.15-.203-.171-.207-.191-.211-.212-.214-.233-.218-.254-.221-.275.177-.141.217.27.213.248.209.227.204.205.199.184.194.163.189.142.183.122.177.102.17.082.163.062.157.043.149.025.142.006.135-.011.128-.028.121-.045.115-.062.11-.079.105-.096.099-.114.092-.132.087-.15.079-.168.072-.187.064-.204.056-.222.048-.239.038-.256.03-.273.02-.289.011-.306.197-.069zm-.198.071l.005-.3.193.228-.198.072zm6.051-.715l-.198.108.211-.042-.045.356-.056.337-.068.317-.079.297-.089.277-.1.257-.111.237-.122.217-.132.196-.143.175-.154.154-.164.132-.174.109-.184.087-.192.064-.201.04-.208.016-.215-.007-.221-.031-.227-.054-.234-.077-.239-.1-.244-.123-.25-.146-.255-.169-.261-.192-.266-.215-.27-.239-.276-.262-.28-.286-.285-.309-.289-.333.171-.148.285.329.28.305.275.281.27.256.264.233.258.209.252.186.245.162.238.139.232.116.224.094.216.071.208.049.199.028.191.006.183-.014.174-.035.166-.055.159-.075.152-.095.144-.117.137-.137.129-.158.122-.179.113-.201.104-.222.095-.243.086-.265.076-.286.066-.306.055-.327.044-.347.208-.045zm-.211.042l.039-.363.171.321-.21.042zm7.07-.431l-.217.059.221-.026-.02.284-.044.279-.067.273-.088.265-.109.256-.128.246-.146.235-.163.222-.179.209-.195.194-.209.178-.222.16-.234.142-.245.122-.255.101-.264.078-.271.055-.279.03-.284.003-.288-.024-.292-.053-.293-.083-.294-.114-.293-.146-.291-.179-.289-.213-.285-.249-.28-.285-.274-.322-.268-.36-.26-.4-.251-.441.198-.108.245.43.253.389.258.349.264.31.268.273.271.237.274.202.275.169.275.137.274.106.273.077.27.049.267.023.263-.003.258-.027.252-.051.245-.073.237-.094.228-.113.219-.132.207-.15.195-.166.182-.181.168-.196.153-.208.136-.22.12-.231.102-.24.082-.248.062-.254.041-.26.019-.265.222-.027zm7.89-.651l-.224.019h.224l-.056.457-.09.429-.122.4-.151.372-.179.344-.204.315-.228.286-.249.258-.268.229-.285.2-.3.171-.312.144-.322.115-.331.087-.337.058-.341.031-.343.003-.343-.024-.341-.052-.337-.079-.331-.107-.323-.134-.312-.161-.3-.188-.286-.215-.269-.242-.251-.269-.229-.295-.207-.322-.181-.348-.155-.374-.125-.399.217-.059.119.38.147.355.172.33.196.304.217.279.237.254.254.229.27.203.284.178.296.153.306.127.314.102.32.075.324.05.325.023.325-.003.323-.029.319-.055.312-.082.304-.109.294-.135.282-.162.268-.188.252-.215.234-.242.214-.269.193-.297.169-.325.143-.352.116-.381.086-.41.054-.439h.222v.001zm7.886.677l-.224.007.221.026-.125.399-.155.374-.181.348-.207.322-.229.295-.251.269-.269.242-.286.215-.3.188-.313.161-.323.134-.331.107-.337.079-.341.052-.343.025-.343-.003-.341-.031-.337-.059-.331-.087-.322-.115-.312-.143-.3-.172-.285-.201-.268-.229-.249-.258-.227-.287-.204-.315-.179-.344-.151-.372-.122-.401-.09-.429-.056-.457.224-.019.054.439.086.41.116.381.143.352.169.324.192.297.214.27.234.242.251.215.268.188.282.162.294.135.304.109.312.082.319.056.323.029.325.003.325-.024.323-.049.32-.075.314-.102.306-.127.296-.153.284-.178.271-.204.254-.229.237-.254.217-.279.196-.304.172-.33.147-.355.119-.38.22.028zm6.849.405l-.224.025.211.042-.251.441-.26.4-.268.36-.274.322-.28.285-.285.249-.289.213-.291.179-.293.146-.294.114-.293.083-.292.053-.288.024-.284-.003-.278-.029-.272-.055-.264-.078-.255-.101-.245-.122-.234-.142-.222-.16-.209-.178-.195-.194-.179-.209-.164-.223-.146-.235-.128-.246-.109-.256-.088-.265-.067-.273-.044-.279-.02-.284.224-.007.019.265.041.26.062.254.082.248.102.24.12.23.137.22.153.208.168.196.182.182.195.166.207.15.218.132.228.114.237.094.245.073.252.051.258.027.263.003.267-.022.27-.049.273-.077.274-.106.275-.137.275-.169.274-.202.272-.237.268-.273.264-.31.259-.349.253-.389.245-.43.212.04zm-.211-.042l.171-.321.039.363-.21-.042zm6.051.715l-.225.004.198.072-.289.333-.285.309-.28.286-.276.262-.271.239-.266.215-.26.192-.255.169-.25.146-.244.123-.239.1-.233.077-.227.054-.221.031-.215.007-.208-.016-.201-.04-.193-.064-.184-.087-.174-.109-.164-.132-.154-.154-.143-.175-.132-.196-.122-.217-.111-.237-.1-.257-.089-.277-.079-.297-.068-.317-.057-.337-.045-.356.224-.025.044.348.055.327.066.306.076.286.086.265.095.243.104.222.113.201.122.179.129.158.137.137.144.117.152.095.159.075.167.055.174.035.183.014.191-.006.199-.028.208-.049.216-.071.224-.094.232-.116.238-.139.245-.162.252-.186.258-.209.264-.233.269-.256.275-.281.28-.305.285-.328.196.074zm-.198-.071l.192-.228.006.3-.198-.072zm4.172 1.052l.177.141-.221.275-.218.254-.214.233-.211.212-.207.191-.203.171-.199.15-.194.13-.191.11-.187.089-.182.069-.178.049-.174.028-.169.008-.163-.014-.157-.034-.15-.055-.142-.076-.133-.096-.124-.114-.115-.132-.105-.15-.096-.167-.087-.184-.077-.201-.068-.217-.059-.234-.049-.25-.04-.266-.031-.282-.021-.298-.011-.313.225-.004.011.306.02.289.029.273.039.256.048.239.056.222.065.204.072.187.079.168.086.151.093.132.099.114.104.096.11.079.115.062.121.045.128.028.135.011.142-.006.149-.025.156-.043.164-.062.17-.082.177-.102.183-.122.189-.142.194-.163.2-.184.204-.205.209-.227.213-.248.214-.274zm.934-2.411v-.228l.112.111.002.088v.089l-.003.089-.005.089-.007.089-.009.089-.01.089-.013.089-.014.089-.016.089-.018.088-.02.088-.022.087-.023.087-.025.087-.027.086-.029.086-.031.085-.032.084-.034.083-.035.083-.038.082-.039.081-.041.08-.042.079-.043.077-.045.076-.047.075-.048.074-.05.072-.051.071-.053.07-.177-.141.05-.066.048-.067.047-.068.045-.07.044-.071.043-.072.041-.073.04-.074.039-.076.037-.076.035-.077.034-.078.032-.079.031-.08.029-.08.027-.081.026-.082.024-.082.022-.082.021-.083.019-.083.017-.084.016-.084.013-.084.012-.084.01-.084.008-.084.006-.084.005-.084.002-.083v-.083l-.001-.083.111.109zm0-.228h.109l.003.111-.112-.111zm0 0v.228l-.018-.002.018-.226z\"/>\n    <path fill=\"#EDB92E\" d=\"M112.92 48.315c-.348-.22-.416-.162-.528-.306-.144-.186-.145-.491-.1-.783.182-1.179-.519-1.015-1.307-.493-.394.261-.791.867-1.129 1.183-.339.316-.62.343-.704.468-.01.453-.013.844-.01 1.02v.001c-.003.177-.001.567.01 1.02.085.125.366.152.704.468.339.316.735.922 1.129 1.182.788.522 1.489.686 1.307-.493-.045-.292-.043-.597.1-.783.112-.145.18-.086.528-.306a1.55 1.55 0 00.508-.501c.113-.187.051-.387.051-.588 0-.201.061-.402-.051-.588a1.56 1.56 0 00-.508-.501z\"/>\n    <path fill=\"#21231E\" d=\"M109.114 49.583l.029.198a3.863 3.863 0 012.123.972c-.397-.595-1.25-1.038-2.152-1.17zM109.114 49.225l.029-.198a3.863 3.863 0 002.123-.972c-.397.595-1.25 1.038-2.152 1.17z\"/>\n    <path fill=\"#EDB92E\" d=\"M112.305 46.69c-.253.105-.53.217-.764.445-.355.346-.125.922.334 1.478.145.176.215.486.214.795-.001.309-.073.617-.214.786-.459.557-.69 1.132-.334 1.479.234.228.51.34.764.445a1.67 1.67 0 00-.013-.536c-.045-.292-.043-.597.1-.783.112-.144.18-.086.528-.306a1.55 1.55 0 00.508-.501c.113-.186.051-.387.051-.588 0-.201.062-.402-.051-.588a1.56 1.56 0 00-.508-.501c-.348-.22-.416-.161-.528-.306-.144-.186-.145-.491-.1-.783a1.7 1.7 0 00.013-.536zM81.174 47.772c-.421-.925-.081-2.216.056-2.508.07-.148-.137-.473-.227-.6-2.868-4.08-2.917-4.442-.94-5.971 1.784-1.379 5.814-2.721 8.696-3.623.6-.46.982-1.086 1.528-1.602-5.539.4-11.544 2.66-14.572 5.302-1.6 1.396.346 4.216 2.729 8.505 1.475 1.067 2.166 1.564 2.73.497z\"/>\n    <path fill=\"#21231E\" d=\"M81.129 45.215l.203.098-.012.026-.013.032-.015.039-.015.044-.016.049-.016.054-.017.058-.016.062-.016.066-.016.07-.015.073-.014.076-.014.079-.012.082-.012.084-.01.086-.008.087-.006.089-.005.09-.002.091v.092l.002.092.005.092.008.092.01.092.014.091.017.09.02.089.024.088.027.086.031.084.035.083-.204.095-.039-.093-.035-.095-.031-.096-.026-.097-.022-.098-.018-.099-.015-.099-.011-.1-.008-.099-.005-.099-.003-.099v-.098l.003-.097.005-.095.007-.094.008-.092.01-.09.012-.088.013-.086.014-.083.015-.08.016-.077.017-.073.017-.07.018-.066.017-.062.017-.058.017-.053.017-.049.016-.044.016-.039.016-.033zm-.217-.485l.183-.132.009.013.01.014.01.015.011.016.011.017.011.018.013.02.012.02.012.02.012.021.013.022.012.022.012.022.012.023.012.023.011.023.011.024.011.025.01.025.009.024.008.024.008.025.007.025.006.025.005.025.003.026.001.025v.026l-.002.028-.004.026-.007.026-.011.027-.203-.098v-.001l.001-.004.002-.006v-.016l-.001-.012-.002-.013-.003-.014-.003-.016-.004-.016-.005-.017-.007-.018-.007-.019-.008-.019-.008-.019-.009-.019-.01-.021-.01-.02-.01-.019-.011-.02-.011-.02-.011-.019-.011-.018-.012-.019-.011-.018-.01-.016-.011-.017-.01-.015-.01-.015-.01-.015-.009-.013-.007-.011zm-.917-6.127l.136.181-.178.139-.166.133-.153.128-.14.123-.128.119-.114.115-.101.113-.087.111-.074.11-.061.11-.048.11-.035.113-.023.115-.011.12.002.126.015.135.029.143.043.153.057.163.072.175.087.187.102.2.117.213.132.227.148.242.164.259.179.275.196.292.212.311.228.331.244.35.26.372-.183.132-.261-.372-.245-.351-.228-.332-.213-.313-.197-.294-.181-.277-.166-.262-.15-.246-.135-.232-.12-.219-.105-.207-.09-.195-.076-.185-.062-.176-.047-.168-.032-.162-.018-.155-.002-.15.013-.145.028-.14.043-.136.057-.132.071-.128.084-.125.097-.123.11-.123.122-.123.133-.124.145-.127.157-.131.169-.135.178-.138zm8.697-3.624l.136.181-.035.018-.273.086-.279.088-.285.091-.29.093-.294.095-.297.098-.3.1-.303.102-.304.103-.306.106-.306.107-.306.109-.305.111-.303.112-.302.114-.299.115-.296.117-.292.118-.287.119-.282.12-.276.122-.27.122-.263.123-.255.124-.247.125-.238.125-.228.126-.218.126-.207.127-.196.127-.183.127-.171.127-.136-.181.177-.132.189-.131.201-.13.212-.13.222-.129.232-.128.241-.127.25-.126.258-.126.265-.125.273-.124.278-.122.284-.121.289-.12.294-.119.298-.118.3-.116.303-.115.305-.113.306-.111.307-.11.307-.108.307-.106.305-.104.304-.102.301-.1.298-.098.294-.096.29-.093.285-.091.28-.088.274-.086-.033.022zm1.604-1.397l-.016-.227.085.197-.049.047-.049.048-.048.048-.048.049-.047.05-.046.05-.046.051-.045.051-.045.052-.045.052-.044.052-.044.053-.045.052-.044.052-.045.053-.045.052-.045.053-.046.052-.046.052-.046.052-.047.052-.047.051-.048.051-.049.051-.05.05-.051.05-.052.049-.053.048-.054.048-.055.047-.056.046-.058.045-.136-.181.054-.042.052-.043.052-.044.051-.044.05-.046.049-.047.048-.047.048-.048.047-.049.046-.049.046-.05.046-.05.045-.051.045-.051.044-.051.044-.052.045-.052.044-.052.044-.052.045-.053.045-.052.045-.053.046-.052.046-.053.047-.053.047-.052.047-.052.049-.052.049-.051.05-.051.051-.051.052-.05.086.197zm-.016-.227l.317-.023-.233.22-.084-.197zm-14.49 5.501l-.147-.172.296-.249.312-.246.328-.243.343-.24.359-.236.373-.233.386-.229.399-.224.411-.22.423-.215.434-.21.444-.205.454-.199.464-.193.472-.188.48-.181.488-.174.494-.168.5-.161.506-.153.511-.145.515-.137.519-.129.521-.121.524-.112.526-.103.526-.094.527-.084.527-.074.526-.064.525-.054.523-.043.016.227-.518.043-.52.053-.522.064-.523.074-.523.083-.523.093-.522.102-.52.111-.518.12-.515.128-.512.137-.507.144-.502.152-.497.159-.491.166-.484.173-.477.18-.469.186-.46.192-.451.198-.441.203-.43.208-.419.213-.407.217-.395.222-.382.226-.368.23-.354.233-.338.236-.323.239-.306.242-.288.245zm2.72 8.326l-.131.185-.032-.036-.222-.398-.219-.389-.215-.38-.211-.372-.206-.364-.201-.355-.195-.347-.189-.339-.181-.33-.174-.321-.165-.313-.157-.305-.148-.297-.138-.288-.128-.28-.116-.272-.105-.264-.093-.256-.08-.249-.067-.241-.052-.233-.038-.225-.023-.219-.007-.211.011-.204.029-.196.047-.188.067-.181.087-.171.107-.163.128-.153.148-.143.147.172-.132.127-.111.134-.093.141-.074.148-.058.156-.041.165-.025.174-.01.184.006.193.021.203.035.212.05.222.064.231.077.24.09.249.102.258.114.267.125.276.136.285.146.294.156.302.164.311.173.32.181.329.188.337.194.346.201.355.206.364.211.372.215.381.219.39.222.398-.03-.038zm2.664.476v.228l.099-.06-.056.1-.058.092-.059.084-.061.075-.063.067-.066.059-.069.051-.072.042-.075.034-.077.025-.079.016-.081.008h-.082l-.084-.008-.084-.015-.086-.022-.088-.028-.09-.035-.092-.04-.094-.046-.097-.051-.099-.056-.102-.061-.105-.066-.108-.071-.112-.075-.116-.08-.119-.084-.123-.088-.127-.091-.132-.095-.136-.099.131-.185.136.098.131.095.127.091.122.087.118.083.114.078.11.074.106.069.102.064.098.059.094.054.09.048.087.042.082.037.079.03.075.025.072.018.068.012.064.006h.061l.058-.006.056-.011.054-.017.052-.024.052-.03.052-.038.051-.046.051-.054.051-.063.051-.072.051-.081.051-.091.096-.062zm0 .228v-.228l.102.066-.102.162zm.102-.161l.074.161h-.176l.102-.161z\"/>\n    <path fill=\"#EDB92E\" d=\"M80.302 48.096a7.597 7.597 0 01-.277-1.053 3.51 3.51 0 01.131-1.819c-.661-.939-1.403-1.96-1.938-2.975-.382-.724-.677-1.53-.453-2.356.24-.881.999-1.481 1.684-2.011.821-.635 1.917-1.191 3.025-1.666 2.483-1.034 4.456-1.541 5.903-1.586l-.918.856c-2.692.874-5.868 2.028-7.396 3.209-1.977 1.529-1.928 1.891.94 5.971.089.127.296.452.227.6-.138.292-.392 1.638.03 2.563-.247.467-.606.222-.958.267z\"/>\n    <path fill=\"#21231E\" d=\"M79.915 47.065l.22-.045v.002l.006.031.006.031.006.031.006.031.006.031.007.031.007.031.007.032.007.031.007.032.008.032.008.032.008.032.008.032.008.033.008.032.008.033.009.033.009.033.009.033.009.033.01.033.01.033.01.033.01.034.01.033.01.033.011.034.011.034.011.033.011.034.012.034-.213.074-.012-.035-.012-.035-.011-.035-.011-.035-.011-.034-.011-.034-.011-.034-.01-.034-.01-.035-.01-.034-.01-.034-.01-.034-.009-.033-.009-.034-.009-.034-.009-.033-.008-.034-.008-.033-.008-.033-.008-.033-.008-.033-.008-.033-.008-.033-.007-.033-.007-.032-.007-.033-.007-.032-.007-.032-.007-.033-.006-.032-.006-.032-.006-.032.001.001zm.15-1.776l.183-.132.015.103-.017.054-.017.054-.016.054-.015.054-.014.054-.013.054-.013.055-.012.055-.011.055-.01.055-.009.055-.008.055-.007.055-.006.055-.005.056-.005.056-.004.055-.003.056-.002.056v.167l.002.055.003.055.004.055.005.056.005.055.007.055.007.055.008.055.01.055.01.055-.22.045-.011-.059-.01-.059-.009-.059-.008-.059-.007-.059-.006-.059-.005-.059-.004-.059-.003-.059-.002-.06-.001-.059v-.059l.001-.059.002-.059.003-.059.004-.059.005-.059.006-.059.007-.06.008-.059.009-.058.01-.059.011-.059.012-.058.013-.059.013-.058.015-.058.015-.058.016-.057.017-.058.018-.057.019-.057.01.101zm.183-.132l.033.048-.019.056-.014-.104zm-2.129-2.855l.198-.107.05.094.051.094.052.094.054.094.055.094.056.094.057.094.057.094.058.094.059.094.06.094.06.094.061.094.062.094.062.094.062.093.063.093.063.093.063.093.063.093.064.092.064.092.064.092.064.092.064.091.064.09.064.091.063.09.063.09.063.089.063.089.062.088-.183.132-.062-.088-.063-.089-.063-.089-.063-.09-.063-.09-.064-.091-.064-.091-.064-.091-.064-.092-.064-.092-.064-.093-.064-.092-.064-.093-.064-.093-.063-.094-.063-.094-.063-.095-.062-.094-.062-.094-.062-.095-.061-.095-.06-.095-.06-.095-.059-.096-.058-.095-.057-.096-.056-.095-.056-.096-.054-.096-.054-.096-.053-.096-.052-.095zm-.462-2.44l.216.06-.018.073-.015.073-.013.073-.01.073-.008.073-.005.073-.003.073v.072l.002.073.004.072.006.073.008.072.01.072.012.072.014.072.016.071.018.071.02.072.021.071.022.07.024.071.025.07.026.07.028.069.029.07.03.069.031.069.032.068.033.069.034.068.034.067.035.067-.198.107-.036-.069-.036-.069-.035-.07-.034-.071-.033-.071-.032-.072-.032-.072-.03-.073-.03-.074-.028-.074-.026-.074-.026-.075-.024-.076-.022-.075-.021-.076-.02-.077-.017-.077-.015-.077-.013-.078-.011-.078-.009-.079-.007-.079-.005-.079-.002-.08v-.08l.003-.08.006-.081.009-.081.012-.081.014-.081.017-.081.023-.078zm1.725-2.072l.137.181-.064.05-.064.05-.065.051-.065.051-.064.051-.065.052-.064.053-.064.053-.063.054-.063.054-.062.055-.061.056-.06.057-.059.058-.057.058-.056.059-.056.06-.053.061-.052.062-.05.063-.049.064-.046.065-.045.066-.043.067-.04.069-.038.069-.036.071-.033.072-.031.073-.028.075-.026.076-.023.077-.216-.06.025-.087.029-.084.031-.082.034-.081.037-.079.039-.077.042-.076.044-.074.046-.073.049-.071.05-.071.052-.068.054-.067.055-.066.057-.065.058-.063.059-.062.061-.061.061-.06.062-.059.063-.058.064-.057.064-.056.065-.056.065-.054.066-.054.065-.053.066-.052.066-.052.065-.051.065-.051.065-.053zm3.05-1.681l.086.21h.001l-.104.045-.103.045-.103.046-.103.046-.102.046-.102.047-.102.047-.102.048-.101.048-.1.049-.1.049-.099.049-.099.05-.098.051-.097.051-.096.052-.095.052-.094.052-.093.053-.093.053-.091.054-.09.054-.089.055-.088.055-.086.056-.085.056-.084.056-.083.057-.081.057-.08.057-.078.058-.077.058-.137-.181.079-.06.081-.06.082-.06.084-.058.084-.058.086-.058.087-.057.089-.057.09-.056.091-.056.092-.055.093-.054.094-.054.095-.054.096-.053.097-.053.098-.052.098-.052.1-.051.1-.051.1-.05.101-.05.102-.049.102-.049.103-.048.103-.048.104-.047.103-.047.104-.046.104-.046.104-.045.102-.047zm6.022-1.397l-.152-.168.079.197-.135.006-.138.008-.141.011-.145.013-.148.017-.151.019-.154.022-.157.025-.161.027-.163.03-.167.033-.17.036-.173.039-.176.042-.179.044-.182.047-.185.05-.188.053-.191.056-.194.059-.197.062-.2.065-.203.068-.206.071-.21.074-.212.077-.215.08-.218.083-.222.086-.225.089-.227.092-.231.095-.086-.211.232-.095.229-.093.226-.09.223-.086.22-.083.217-.081.214-.077.211-.075.208-.071.205-.069.202-.065.199-.062.196-.06.193-.057.191-.054.187-.051.184-.048.181-.045.178-.042.175-.039.173-.036.169-.034.166-.031.163-.028.16-.025.157-.022.155-.02.151-.016.148-.014.145-.011.142-.008.139-.006.084.197zm-.079-.198l.301-.01-.222.207-.079-.197zm-.991.886l.918-.856.152.168-.918.856-.042.025-.11-.193zm-7.252 3.384l-.136-.181.151-.112.16-.113.168-.112.177-.111.185-.111.193-.11.199-.11.206-.109.212-.108.219-.108.224-.107.23-.106.234-.106.239-.105.243-.104.247-.103.25-.102.253-.102.256-.1.258-.099.26-.098.261-.097.262-.096.263-.094.263-.093.263-.092.262-.091.262-.089.26-.087.258-.086.257-.085.254-.083.069.216-.253.083-.256.084-.258.086-.26.087-.261.089-.262.091-.262.091-.262.093-.262.094-.261.095-.26.096-.259.098-.257.099-.255.099-.251.1-.249.102-.245.102-.241.103-.237.104-.232.105-.227.105-.222.106-.216.107-.21.107-.203.108-.196.108-.189.108-.181.109-.173.109-.164.109-.155.109-.143.108zm.963 5.814l-.183.132-.261-.372-.245-.351-.228-.331-.213-.312-.197-.294-.181-.277-.165-.261-.151-.246-.135-.232-.12-.219-.105-.207-.09-.195-.076-.185-.061-.176-.047-.168-.032-.161-.018-.155-.002-.15.013-.144.028-.14.043-.135.057-.132.071-.128.084-.125.097-.123.109-.123.122-.123.133-.124.145-.127.157-.131.169-.135.18-.141.136.181-.178.139-.166.133-.154.127-.14.123-.128.119-.114.115-.101.113-.087.112-.074.11-.061.11-.048.11-.035.112-.023.115-.011.12.002.127.015.134.029.143.043.153.057.163.072.175.087.187.102.2.117.213.132.227.148.242.164.259.179.275.196.292.212.311.227.331.244.35.26.37zm.237.715l-.203-.098v-.002l.001-.004.001-.006v-.016l-.001-.011-.002-.014-.003-.014-.003-.015-.005-.017-.005-.017-.006-.018-.007-.019-.008-.019-.008-.019-.009-.02-.009-.02-.01-.019-.011-.02-.01-.02-.01-.019-.011-.019-.011-.019-.011-.019-.011-.017-.011-.017-.01-.016-.01-.015-.01-.016-.009-.014-.009-.013-.008-.012.183-.131.009.013.01.014.01.016.011.016.011.017.012.018.012.019.012.02.012.02.012.02.012.021.013.022.012.023.012.022.012.024.011.024.011.023.011.024.01.025.009.024.008.024.008.025.007.024.006.025.004.025.003.025.002.026v.026l-.002.028-.005.026-.007.026-.012.03zm.028 2.568l-.198-.107-.003.102-.04-.093-.035-.095-.031-.096-.028-.098-.025-.101-.021-.1-.018-.1-.015-.101-.012-.101-.009-.101-.006-.1-.004-.1-.001-.099.001-.098.003-.096.004-.095.006-.093.007-.091.009-.088.01-.085.011-.082.012-.079.013-.076.014-.072.015-.069.015-.064.015-.06.015-.055.015-.05.015-.045.016-.041.016-.036.203.098-.011.025-.012.032-.013.038-.013.044-.014.05-.013.055-.014.06-.013.064-.013.068-.013.072-.011.075-.011.079-.01.082-.009.084-.007.086-.006.088-.004.091-.002.092-.001.093.001.094.004.095.006.095.008.095.011.095.013.095.016.093.019.092.022.091.026.089.028.088.032.086.035.083v.098zm.003-.102l.024.051-.026.05.002-.101zm-1.062.203v.227l-.014-.227.038-.004.038-.002.038-.001.037.001.035.002.035.002.035.003.034.004.033.003.033.004.031.003.031.003.03.002.029.002.028.001h.027l.026-.001.025-.002.024-.003.023-.005.022-.006.021-.007.021-.009.02-.011.02-.013.019-.015.021-.018.02-.021.02-.024.02-.029.021-.032.02-.036.198.107-.027.047-.028.043-.029.04-.03.037-.032.033-.032.03-.034.026-.035.023-.036.019-.036.016-.037.013-.036.01-.036.008-.036.005-.036.003-.036.002h-.035l-.035-.002-.034-.002-.034-.003-.034-.003-.033-.003-.032-.004-.032-.003-.032-.003-.03-.003-.031-.002-.03-.002h-.059l-.028.002-.028.003-.016-.228zm.001.227v-.227l.106.077-.106.15zm.106-.15l.051.151h-.158l.107-.151z\"/>\n    <path fill=\"#EDB92E\" d=\"M104.532 29.934c.025-.517-.01-.429-.087.368-.083-.16-.192-.233-.323-.23-.233.004-.373.36-.396 1.165l.042.616c-7.346-.164-11.702.956-12.826 3.107-.924 1.77.647 4.701 3.019 8.047.287.405.278.37 0 .704-.401.483-.833 1.3-.508 2.017-1.437.796-3.147.989-4.639.332-.248-.661-.785-.975-1.219-1.275-.088-.061-.408-.219-.44-.322-.784-2.533-1.571-4.875-2.246-7.056-2.119-6.849 16.721-7.478 19.623-7.473z\"/>\n    <path fill=\"#21231E\" d=\"M104.346 30.354l.199-.106-.211.042.007-.073.007-.069.007-.065.007-.061.006-.056.006-.052.005-.048.005-.044.005-.041.005-.038.005-.033.004-.029.004-.026.004-.022.004-.019.004-.02.007-.02.016-.03.13-.041.07.072.007.027.002.02.001.018.001.02v.049l-.001.03-.001.033-.001.037-.002.04-.002.043-.002.047-.225-.011.002-.046.002-.043.002-.039.001-.035.001-.031v-.096l.003.014.067.067.126-.038.011-.021.001-.003-.001.005-.003.015-.003.018-.003.023-.004.028-.004.031-.005.035-.005.039-.005.044-.006.048-.006.052-.006.056-.006.06-.007.064-.006.068-.007.073-.212.038zm.212-.042l-.037.379-.175-.337.212-.042zm-.433-.127l-.004-.228h.033l.017.002.015.002.016.002.016.003.016.004.016.005.015.005.014.005.015.006.016.007.015.008.014.008.014.009.014.01.014.01.013.01.013.011.013.011.013.012.012.013.012.013.011.013.011.014.011.014.011.015.01.015.01.016.01.016.009.016.009.017-.199.106-.007-.012-.007-.013-.006-.011-.007-.011-.007-.01-.007-.01-.007-.009-.006-.008-.007-.008-.007-.008-.007-.007-.007-.007-.006-.006-.007-.006-.007-.006-.007-.005-.006-.004-.007-.004-.008-.004-.007-.004-.005-.002-.008-.003-.008-.003-.007-.002-.006-.002-.007-.001-.007-.002-.008-.001-.009-.001h-.023zm-.286 1.044l-.224.015v-.011l.002-.075.003-.073.004-.07.005-.068.005-.065.006-.063.007-.061.007-.058.008-.056.009-.053.01-.051.01-.049.011-.047.012-.045.013-.042.013-.041.015-.038.015-.036.016-.034.018-.033.019-.031.02-.029.021-.026.023-.025.025-.024.026-.02.027-.017.029-.015.031-.012.032-.009.032-.005.032-.002.004.228h-.011l-.01.002-.009.002-.009.004-.01.005-.011.007-.01.008-.01.009-.012.013-.012.015-.012.017-.012.02-.012.022-.012.025-.012.028-.012.03-.011.033-.011.036-.01.038-.01.041-.009.044-.008.046-.008.049-.007.052-.007.054-.007.057-.005.059-.005.062-.004.065-.004.068-.003.07-.002.073.001-.013zm-.073.736l.005-.227-.115.121-.001-.019-.001-.019-.001-.019-.001-.02-.001-.019-.001-.018-.001-.019-.001-.019-.001-.019-.001-.019-.002-.019-.001-.019-.001-.02-.001-.019-.001-.019-.001-.02-.001-.019-.002-.018-.001-.02-.001-.019-.001-.019-.001-.019-.001-.019-.001-.019-.001-.019-.001-.019-.001-.02-.001-.02-.001-.018-.001-.019-.002-.02-.001-.019.224-.015.001.019.002.02.001.02.001.02.001.02.001.018.001.019.001.019.001.019.001.019.001.019.001.019.001.019.002.019.001.02.001.02.001.018.001.019.001.02.001.019.002.019.001.02.001.019.001.019.001.019.001.019.001.02.001.019.001.019.001.019.001.019.001.019-.114.118zm.114-.121l.008.124-.123-.003.115-.121zm-12.838 3.168l-.199-.106.12-.207.139-.2.158-.193.177-.186.196-.18.214-.172.233-.165.251-.158.269-.151.288-.145.306-.138.324-.131.342-.124.36-.117.379-.11.397-.103.414-.096.433-.089.451-.082.469-.076.487-.068.504-.061.522-.054.54-.047.558-.04.575-.032.594-.026.611-.018.628-.011.646-.003.664.004.681.012-.005.227-.679-.011-.661-.004-.643.003-.626.01-.608.018-.59.025-.572.033-.555.039-.536.047-.519.054-.5.061-.482.068-.464.075-.446.081-.427.088-.409.095-.391.102-.372.108-.354.115-.335.121-.317.128-.297.134-.279.14-.26.146-.241.152-.222.158-.203.163-.184.169-.166.174-.147.18-.129.185-.112.189zm3.011 7.928l-.182.133-.22-.313-.216-.311-.21-.308-.205-.305-.198-.302-.193-.299-.186-.296-.179-.293-.172-.289-.165-.286-.157-.282-.149-.279-.14-.275-.132-.271-.123-.266-.113-.262-.104-.258-.094-.253-.084-.249-.073-.244-.062-.24-.051-.234-.039-.23-.027-.225-.015-.219-.002-.214.011-.209.025-.203.039-.197.054-.191.068-.185.083-.178.199.106-.076.161-.062.167-.048.174-.036.181-.023.187-.01.194.002.201.014.207.025.213.037.219.049.225.06.231.071.237.081.242.091.247.102.252.111.257.121.262.13.266.138.271.147.275.155.279.163.283.171.287.178.291.184.294.192.297.197.301.204.304.209.306.214.309.221.307zm-.005.844l-.172-.147.025-.03.024-.029.022-.026.02-.024.019-.023.017-.02.014-.018.012-.016.01-.015.008-.012.005-.011.005-.009.003-.007.002-.005v-.016l-.002-.007-.003-.009-.005-.012-.006-.014-.008-.015-.011-.018-.013-.021-.014-.022-.017-.025-.019-.027-.02-.03-.022-.031-.024-.034-.026-.037.183-.133.026.037.024.034.023.033.021.031.02.028.018.027.017.026.015.025.014.025.013.025.011.024.01.024.008.026.006.027.004.026.001.027-.002.028-.005.028-.007.026-.009.025-.011.023-.012.023-.014.023-.015.021-.016.022-.017.023-.019.023-.019.023-.021.025-.022.027-.023.028-.026.03zm-.541 2.044l-.108-.2-.048.147-.031-.074-.026-.074-.021-.075-.017-.075-.013-.075-.009-.075-.005-.075-.001-.075.002-.074.005-.074.009-.074.012-.074.015-.073.017-.072.02-.071.022-.071.024-.069.026-.068.028-.068.03-.066.031-.065.033-.064.034-.062.035-.062.036-.06.037-.059.038-.056.038-.056.039-.053.039-.051.039-.05.039-.048.172.147-.036.044-.036.046-.036.048-.036.05-.036.051-.035.053-.035.054-.034.056-.033.057-.032.058-.03.059-.029.06-.027.061-.025.061-.024.062-.022.063-.02.063-.018.064-.015.064-.013.064-.01.064-.007.064-.005.064-.002.064.001.064.005.064.007.063.011.063.015.063.018.062.022.062.026.062-.05.147zm.048-.147l.043.096-.092.051.049-.147zm-4.846.419l.21-.081-.06-.064.137.058.138.053.139.048.141.044.141.039.142.034.143.03.143.025.144.021.145.016.145.011.145.007.146.003.146-.001.145-.006.146-.01.146-.014.145-.018.145-.022.145-.027.144-.03.144-.034.143-.038.143-.042.141-.046.141-.049.139-.054.138-.057.137-.061.136-.064.134-.068.133-.072.108.2-.138.074-.139.071-.141.067-.143.063-.144.059-.145.056-.146.052-.147.048-.148.044-.149.04-.15.036-.15.031-.15.028-.151.023-.151.019-.152.015-.152.01-.152.006-.152.002-.152-.003-.152-.007-.152-.012-.151-.017-.151-.021-.15-.026-.15-.031-.149-.036-.148-.041-.147-.046-.146-.05-.145-.056-.144-.061-.061-.068zm-1.177-1.221l.127-.188.041.028.041.028.042.028.042.029.043.029.044.03.043.03.044.031.044.031.044.032.044.034.044.034.044.035.044.036.044.037.043.038.042.039.042.041.041.042.041.043.04.045.039.046.038.048.037.05.036.051.035.053.033.055.032.057.03.059.029.06.027.063.025.064-.21.081-.023-.057-.024-.055-.026-.053-.027-.052-.029-.05-.029-.049-.031-.047-.032-.046-.033-.044-.034-.043-.035-.042-.036-.04-.037-.039-.037-.038-.038-.037-.039-.036-.039-.035-.04-.034-.041-.033-.042-.033-.041-.032-.042-.031-.042-.031-.042-.03-.043-.03-.042-.029-.043-.029-.043-.029-.042-.029-.042-.029-.042-.028-.039-.029zm-.484-.382l.214-.068-.002-.005.001.003.003.004.005.006.007.008.009.008.01.008.012.01.012.01.014.01.015.011.015.01.016.01.016.011.017.011.017.011.017.01.018.011.017.011.017.01.017.01.016.01.016.009.016.01.015.008.015.009.014.008.013.008.014.008.012.007.011.007-.127.188-.007-.005-.008-.006-.009-.006-.012-.007-.012-.008-.014-.008-.015-.009-.016-.009-.016-.009-.018-.01-.017-.01-.018-.01-.018-.011-.018-.011-.019-.012-.019-.012-.018-.012-.019-.012-.019-.013-.018-.013-.017-.012-.017-.013-.017-.013-.016-.013-.016-.014-.015-.014-.014-.014-.014-.016-.013-.017-.012-.018-.011-.021-.01-.024zm-2.246-7.056l.214-.068.064.205.064.206.065.206.065.208.066.209.067.21.067.211.068.212.068.212.069.214.069.215.069.216.07.217.07.218.071.219.071.219.071.221.071.222.072.223.072.224.072.225.073.226.073.227.073.228.073.229.073.231.074.231.073.232.074.234.074.235.073.236.074.237-.214.068-.073-.237-.074-.235-.074-.235-.073-.233-.073-.232-.074-.231-.073-.23-.073-.229-.073-.228-.073-.227-.073-.226-.072-.225-.072-.224-.072-.223-.071-.222-.071-.221-.071-.22-.071-.219-.07-.218-.07-.217-.069-.216-.069-.215-.069-.214-.068-.213-.068-.212-.067-.211-.067-.21-.066-.209-.066-.208-.065-.207-.064-.206-.064-.205zm19.618-7.513l.224.011-.112.108-.316.002-.403.006-.483.012-.556.019-.623.027-.682.035-.735.046-.781.056-.82.068-.853.081-.878.095-.897.11-.91.126-.914.143-.914.161-.905.179-.89.199-.868.22-.839.242-.804.265-.762.289-.712.313-.656.339-.593.365-.523.391-.446.417-.364.444-.276.472-.182.501-.084.532.021.567.134.605-.214.068-.143-.643-.023-.61.09-.576.197-.541.295-.505.385-.47.467-.436.541-.404.609-.374.669-.346.724-.318.771-.293.813-.268.847-.244.875-.222.896-.201.91-.18.918-.161.919-.143.913-.126.901-.11.881-.095.855-.081.823-.068.783-.057.737-.045.684-.035.625-.027.558-.019.485-.012.405-.006.319-.002-.113.104zm.224.011l-.005.109h-.107l.112-.109zm-.112-.005l-.112-.006.112.006zm.112.005l-.005.109h-.107l.112-.109z\"/>\n    <path fill=\"#EDB92E\" d=\"M107.643 59.097l-.801.001-.267.001h-.137l-.248.001-.149.001h-.096l-.17.001-.266.003-.234.002h-.05l-.196.002-.583.007-.064.001h-.037l-.248.004-.076.001-.105.002-.255.004h-.01l-.265.005-.086.002-.179.003-.059.001-.206.004-.264.006h-.012l-.252.006-.107.003h-.008l-.941.025-.128.004-.358.011-.041.001-.317.01-.209.007-.149.005-.041.002-.316.011h-.019l-.262.01-.012.001-.251.01-.169.009-.354.014h-.002c-.466.019-.931.039-1.395.061l-.066.003c-.683.032-1.364.068-2.043.106l-.039.002-.101.007c-1.359.078-2.711.169-4.055.271l-.051.004-.017.002c-1.969.15-3.919.327-5.851.529-1.099.104-1.309-1.207 0-1.329a208.4 208.4 0 015.851-.528l.017-.001c2.701-.207 5.435-.364 8.199-.471l.228-.009.035-.002.075-.003.262-.01.02-.001c1.131-.04 2.267-.072 3.407-.095l.179-.004h.009l.303-.006.038-.001h.01l.256-.004.105-.002.16-.002.201-.003.064-.001.094-.001.703-.009.223-.002h.043l.266-.002.778-.005h.022l.267-.001.801-.002.801.002.267.001h.021l.778.005.266.002h.043l.223.002c.235.003.469.005.703.009l.095.001.064.001.201.003.16.002.105.002.255.004h.01l.038.001.303.006h.009l.179.004c1.141.023 2.276.055 3.407.095l.019.001.262.01.075.003.035.002.228.009c2.764.107 5.498.264 8.199.471l.017.001c1.968.151 3.919.327 5.85.528 1.309.122 1.099 1.433 0 1.329a216.475 216.475 0 00-5.85-.529l-.017-.002-.051-.004a220.104 220.104 0 00-4.055-.271l-.101-.006-.039-.002c-.679-.038-1.36-.074-2.043-.106l-.067-.003c-.464-.022-.929-.042-1.395-.061h-.002l-.354-.014-.17-.007-.251-.01-.012-.001-.262-.01h-.019l-.316-.011-.041-.002-.149-.005-.209-.007-.317-.01-.04-.001-.358-.011-.128-.004-.94-.025h-.008l-.107-.003-.252-.006h-.012l-.265-.006-.206-.004-.058-.001-.179-.003-.086-.002-.265-.005h-.01l-.255-.004-.105-.002-.076-.001-.248-.004h-.037l-.064-.001-.583-.007-.196-.002h-.049l-.234-.002-.267-.003-.17-.001h-.097l-.149-.001-.248-.001h-.137l-.267-.001a69.586 69.586 0 00-.796-.004z\"/>\n    <path fill=\"#21231E\" d=\"M106.842 59.212l-.001-.228H107.643v.228H106.842zm-.268-.226l.267-.001.001.228-.267.001-.001-.228zm-.136.001h.137l.001.228h-.137l-.001-.228zm-.248.001l.248-.002.001.228-.248.002-.001-.228zm-.149.001l.149-.001.002.228-.149.001-.002-.228zm-.096.001h.096l.001.228h-.096l-.001-.228zm-.17.001l.17-.001.002.228-.17.001-.002-.228zm-.267.003l.266-.003.002.228-.266.003-.002-.228zm-.234.002l.234-.002.002.228-.234.002-.002-.228zm-.05 0h.05l.003.228h-.05l-.003-.228zm-.196.002l.196-.002.003.228-.196.002-.003-.228zm-.58.235l-.004-.228H105.022l.003.228H104.448zm-.068-.226l.064-.001.004.228-.064.001-.004-.228zm-.037 0h.037l.003.227-.037.001-.003-.228zm-.248.004l.248-.004.004.228-.248.004h-.001l-.003-.228zm-.075.001l.076-.001.002.228-.076.001-.002-.228zm-.106.002l.105-.002.004.228-.105.002-.004-.228zm-.256.004l.255-.004.004.228-.255.004-.005-.227.001-.001zm-.011.001h.01l.006.227h-.011l-.005-.227zm-.264.004l.265-.005.004.228-.265.005-.004-.228zm-.086.002l.086-.002.004.228-.086.001-.004-.227zm-.178.004l.179-.004.004.228-.179.003-.004-.227zm-.06.001l.059-.001.005.227-.059.001-.005-.227zm.006.227l-.128.003.128-.003zm-.211-.223l.206-.004.005.227-.206.004-.005-.227zm-.265.006l.264-.006.005.228-.264.006-.007-.227.002-.001zm-.014.001l.012-.001.01.227h-.014l-.008-.226zm-.25.005l.252-.006.005.227-.253.006-.004-.227zm-.107.003l.107-.002.005.227-.107.002-.006-.227h.001zm-.009 0h.008l.007.227H102.215l-.006-.227zm-.934.252l-.007-.227.03-.001.029-.001.029-.001.03-.001.03-.001.029-.001.03-.001.03-.001.029-.001.029-.001.03-.001.029-.001.03-.001.029-.001.029-.001.03-.001.029-.001.03-.001.03-.001.03-.001h.029l.029-.001.03-.001.03-.001.03-.001h.029l.029-.001.029-.001.03-.001.03-.001h.03l.029-.001.005.227-.03.001h-.03l-.029.001-.03.001-.029.001-.03.001h-.03l-.029.001-.03.001-.03.001-.03.001h-.029l-.029.001-.029.001-.03.001-.03.001-.029.001-.029.001-.029.001-.03.001-.03.001-.029.001-.029.001-.03.001-.029.001-.03.001-.029.001-.03.001-.03.001-.029.001-.029.001-.028.001zm-.134-.223l.128-.004.007.227-.128.004-.007-.227zm-.358.011l.358-.011.007.227-.358.011-.007-.227zm-.04.001l.041-.001.006.227-.041.001-.006-.227zm-.318.01l.317-.01.007.227-.317.01-.007-.227zm-.209.007l.209-.007.007.227-.209.007-.007-.227zm-.149.005l.148-.005.008.227-.149.005-.007-.227zm-.042.001l.041-.002.008.227-.041.002-.008-.227zm-.315.011l.316-.011.008.227-.316.011h-.001l-.007-.227zm-.019.001h.019l.006.227h-.019l-.006-.227zm-.263.009l.262-.01.008.227-.262.01-.009-.227h.001zm-.013.001h.012l.01.227H99.424l-.009-.227zm-.249.01l.251-.01.008.227-.251.01-.008-.227zm-.17.006l.169-.006.008.227-.169.006-.008-.227zm-.354.014l.354-.014.009.227-.354.014h-.004l-.005-.227zm.002 0h.002v.228h-.002l-.005-.227.005-.001zm-1.39.288l-.01-.227.044-.002.043-.002.044-.002.043-.002.044-.002.044-.002.043-.002.043-.002.044-.002.044-.002.043-.002.044-.002.043-.002.044-.002.043-.002.044-.002.044-.002.044-.002.043-.002.044-.002.044-.002.044-.002.044-.002.044-.002.044-.002.044-.002.043-.002.044-.002.043-.002.044-.002.044-.002.044-.002.009.227-.044.002-.043.002-.044.002-.043.002-.044.002-.044.002-.043.002-.044.002-.044.002-.044.002-.044.002-.044.002-.044.002-.043.002-.044.002-.044.002-.043.002-.044.002-.044.002-.043.002-.043.002-.043.002-.044.002-.043.002-.044.002-.044.002-.043.002-.044.002-.044.002-.043.002-.044.002-.044.002zm-.076-.224l.066-.003.01.227-.066.003-.01-.227zm-2.032.334l-.012-.227.064-.003.064-.004.064-.003.064-.003.064-.003.064-.003.064-.003.064-.003.064-.003.064-.004.064-.003.064-.003.064-.003.064-.003.064-.003.064-.003.064-.003.064-.003.064-.003.064-.003.064-.003.064-.003.064-.003.064-.003.064-.003.064-.003.064-.003.064-.003.064-.003.064-.003.064-.003.064-.003.011.227-.064.003-.064.003-.064.003-.064.003-.064.003-.064.003-.064.003-.064.003-.064.003-.064.003-.064.003-.064.003-.064.003-.064.003-.064.003-.064.003-.064.003-.064.003-.064.003-.064.003-.064.003-.064.003-.064.003-.064.003-.064.003-.064.003-.064.004-.064.003-.064.003-.063.003-.064.004-.064.003zm-.051-.225l.039-.002.012.227-.039.002-.012-.227zm-.102.006l.101-.006.013.227-.101.006-.013-.227zm-4.04.497l-.016-.227.126-.01.126-.009.126-.01.126-.009.126-.009.126-.009.127-.009.126-.009.126-.009.127-.009.126-.009.127-.009.126-.008.127-.009.127-.009.127-.008.127-.009.127-.008.127-.008.127-.008.127-.008.127-.008.127-.008.127-.008.127-.008.127-.008.127-.008.127-.008.127-.007.127-.008.128-.007.127-.007.013.227-.127.007-.127.008-.127.007-.127.008-.127.008-.127.008-.127.008-.127.008-.127.008-.127.008-.127.008-.127.008-.127.008-.127.008-.126.008-.127.008-.127.008-.126.008-.127.009-.127.009-.126.009-.127.009-.126.009-.126.009-.127.009-.126.009-.126.009-.126.009-.126.009-.126.009-.126.01-.126.01zm-.067-.223l.05-.004.016.227-.05.004-.019-.227h.003zm-.019.002l.017-.002.021.227-.017.002h-.002l-.019-.227zm-5.829.755l-.021-.227h-.001l.181-.019.181-.019.182-.018.181-.018.181-.018.182-.018.182-.018.182-.018.183-.018.182-.017.182-.018.183-.017.182-.017.183-.017.182-.017.183-.017.183-.016.183-.016.183-.016.184-.016.183-.016.184-.016.184-.015.184-.015.184-.015.184-.015.184-.015.184-.015.184-.015.184-.014.185-.014.185-.014.017.227-.185.014-.184.014-.184.014-.184.015-.184.015-.184.015-.184.015-.184.015-.184.015-.183.015-.183.016-.183.016-.183.016-.183.016-.183.016-.183.017-.183.016-.183.017-.182.017-.182.017-.182.017-.182.018-.182.017-.182.018-.182.018-.182.018-.181.018-.181.018-.181.018-.181.019-.181.019-.184.018zm-.022-1.555l.023.226h-.001l-.111.014-.102.02-.093.025-.084.03-.075.034-.067.038-.058.041-.051.043-.043.045-.036.046-.029.047-.023.049-.016.049-.01.049-.005.049.001.049.007.048.012.048.017.046.023.045.029.044.035.041.04.039.046.036.051.033.057.029.063.024.069.02.074.015.08.008.086.002.092-.005.021.227-.109.006-.104-.002-.099-.01-.094-.018-.088-.026-.082-.032-.076-.039-.07-.045-.064-.051-.057-.055-.05-.06-.043-.065-.035-.068-.026-.071-.018-.073-.01-.074-.002-.076.007-.075.016-.075.025-.074.034-.072.042-.069.051-.066.059-.062.067-.058.076-.053.084-.047.092-.042.101-.036.109-.03.117-.023.126-.016-.001.003zm5.853-.529l.018.227-.185.014-.184.014-.184.015-.184.015-.184.015-.184.015-.184.015-.183.015-.184.015-.184.016-.183.016-.183.016-.183.016-.183.016-.183.016-.183.016-.183.017-.183.016-.182.017-.182.017-.182.017-.182.018-.182.017-.182.018-.182.018-.182.018-.181.018-.181.018-.181.018-.181.019-.181.019-.181.019-.023-.226.181-.019.181-.019.182-.018.181-.018.181-.018.182-.018.182-.018.182-.018.182-.018.182-.017.182-.018.183-.017.182-.017.183-.017.183-.017.183-.016.183-.016.183-.016.183-.016.183-.016.183-.016.184-.015.184-.016.184-.015.184-.015.184-.015.184-.015.184-.015.184-.015.184-.015.185-.014.183-.017zm.035.225l-.017.001-.018-.227.017-.001.018.227zm8.186-.697l.008.227-.259.01-.258.01-.259.011-.258.011-.258.011-.258.011-.258.012-.258.012-.257.013-.257.013-.257.013-.257.013-.257.014-.257.014-.257.014-.256.014-.256.015-.256.015-.255.016-.255.016-.255.016-.255.016-.255.017-.255.017-.255.017-.254.018-.254.018-.254.018-.254.018-.253.019-.254.019-.253.019-.017-.227.254-.019.254-.019.254-.019.254-.018.254-.018.254-.018.255-.018.255-.017.255-.017.255-.016.255-.016.255-.016.255-.016.256-.015.256-.015.257-.015.257-.015.257-.014.257-.014.257-.014.257-.013.258-.013.257-.013.258-.013.258-.012.258-.012.258-.011.258-.011.258-.011.259-.011.259-.011.259-.01zm.236.218l-.228.009-.008-.227.228-.008.008.226zm.036-.001l-.035.002-.01-.227.035-.002h.001l.009.227zm.074-.003l-.075.003-.008-.227.075-.003.008.227zm.263-.01l-.262.01-.008-.227.262-.01.008.227zm.019-.001l-.019.001-.009-.227.02-.001.008.227zm3.4-.322l.005.228-.107.002-.107.002-.107.002-.107.002-.107.002-.107.002-.107.002-.107.003-.107.002-.106.003-.107.003-.107.003-.107.003-.107.003-.106.003-.106.003-.106.003-.106.003-.106.003-.107.003-.106.003-.107.003-.106.003-.106.003-.106.003-.104.005-.106.004-.106.003-.107.004-.106.003-.106.004-.106.004-.008-.227.106-.004.106-.004.106-.003.106-.004.106-.003.106-.003.106-.003.107-.003.106-.003.107-.003.106-.003.107-.003.106-.003.106-.003.107-.003.106-.003.107-.003.107-.003.107-.003.107-.003.107-.003.107-.003.107-.003.107-.002.107-.003.107-.002.107-.002.107-.002.107-.003.107-.002.107-.002.104-.005zm.184.224l-.179.004-.005-.228.179-.004.006.227-.001.001zm.01-.001h-.009l-.007-.227H103.306l.006.227zm.302-.005l-.303.006-.004-.228.303-.006.004.228zm.039-.001l-.038.001-.005-.228.038-.001.005.228zm.01-.001h-.01l-.006-.227h.011l.005.227zm.255-.004l-.255.004-.004-.228.255-.004.004.228zm.105-.001l-.105.002-.004-.228.105-.002.004.228zm.16-.003l-.16.002-.003-.228.16-.002.003.228zm.2-.003l-.201.003-.003-.228.201-.003.003.228zm.065-.001l-.064.001-.004-.228.064-.001.004.228zm.094-.001l-.094.001-.003-.228.094-.001.003.228zm.7-.237l.003.228H104.542l-.003-.227H105.221l.021-.001zm.225.226l-.223.002-.003-.228.223-.002.003.228zm.044-.001h-.043l-.003-.228h.043l.003.228zm.266-.002l-.266.002-.002-.228.266-.002.002.228zm.777-.233v.227H105.777l-.002-.228H106.554v.001zm.021.228h-.022v-.227h.022v.227zm.268-.001l-.267.001-.001-.227.267-.001.001.227zm.8-.23v.228H106.842v-.228H107.643zm.802.002l-.001.228H107.644v-.228H108.445zm.266.229l-.267-.001.001-.228.267.001-.001.228zm.022 0h-.021v-.228h.021v.228zm.779-.223l-.002.228H108.733l.001-.228H109.512zm.265.23l-.266-.002.002-.228.266.002-.002.228zm.042.001h-.043l.003-.228h.043l-.003.228zm.223.002l-.223-.002.003-.228.223.002-.003.228zm.705-.219l-.003.228H110.04l.003-.228H110.747zm.092.229l-.095-.001.003-.228.095.001-.003.228zm.064.001l-.064-.001.004-.228.064.001-.004.228zm.201.003l-.201-.003.003-.228.201.003-.003.228zm.16.003l-.16-.002.003-.228.16.002-.003.228zm.105.001l-.105-.002.004-.228.105.002-.004.228zm.255.005l-.255-.004.004-.228.255.004h.001l-.005.228zm.009 0h-.01l.006-.227h.01l-.006.227zm.039.001l-.038-.001.005-.228.038.001-.005.228zm.303.005l-.303-.006.004-.228.303.006h.001l-.005.228zm.008 0h-.009l.006-.227h.009l-.006.227zm.18.004l-.179-.004.005-.228.179.004-.005.228zm3.414-.132l-.01.227h.001l-.106-.004-.106-.004-.106-.003-.106-.004-.106-.003-.106-.003-.106-.004-.106-.003-.106-.003-.106-.003-.106-.003-.106-.003-.106-.003-.106-.003-.107-.003-.106-.003-.106-.003-.107-.003-.107-.003-.106-.003-.107-.003-.107-.003-.106-.003-.107-.002-.107-.003-.106-.002-.107-.002-.107-.002-.107-.002-.107-.002-.107-.002-.107-.002.004-.228.107.002.107.002.107.002.107.003.107.002.107.002.107.002.107.003.107.003.107.003.107.003.107.003.106.003.107.003.107.003.107.003.107.003.107.003.106.003.106.003.107.003.106.003.106.003.106.003.106.004.106.003.106.003.106.003.106.004.106.003.106.004.106.003zm.01.228l-.019-.001.01-.227.019.001-.01.227zm.263.01l-.262-.01.008-.227.262.01-.008.227zm.075.003l-.075-.003.008-.227.075.003h.001l-.009.227zm.034.001l-.035-.002.01-.227.035.002-.01.227zm.229.009l-.228-.008.009-.227.228.009-.009.226zm8.213.244l-.018.227-.253-.019-.254-.019-.253-.019-.254-.018-.254-.018-.254-.018-.254-.018-.255-.017-.255-.017-.255-.017-.255-.016-.255-.016-.255-.016-.256-.016-.256-.015-.256-.015-.256-.015-.257-.014-.257-.014-.257-.014-.257-.013-.257-.013-.258-.013-.257-.013-.258-.012-.258-.012-.258-.012-.258-.011-.259-.011-.258-.011-.259-.01-.258-.01.008-.227.259.01.259.01.259.011.259.011.258.011.258.011.258.012.258.012.258.013.258.013.257.013.257.013.257.014.257.014.257.014.257.015.257.015.256.015.256.015.255.016.255.016.255.016.255.016.255.017.255.017.254.018.254.018.254.018.254.018.254.019.254.019.257.022zm-.001.228l-.017-.002.018-.227.017.002-.018.227zm5.869.302l-.021.227h-.001l-.181-.019-.181-.019-.181-.019-.181-.018-.181-.018-.181-.018-.182-.018-.182-.018-.182-.018-.182-.017-.182-.018-.182-.017-.182-.017-.182-.017-.183-.016-.183-.017-.183-.016-.183-.016-.183-.016-.183-.016-.183-.016-.183-.016-.184-.016-.184-.015-.184-.015-.184-.015-.184-.015-.184-.015-.184-.015-.184-.015-.184-.014-.184-.014.017-.227.184.014.185.014.184.015.184.015.184.015.184.015.184.015.184.015.184.015.184.016.183.016.183.016.183.016.183.016.183.017.183.016.183.017.183.016.183.017.182.017.183.017.182.017.182.018.182.017.182.018.182.018.182.018.181.018.181.018.182.019.181.019.181.019zm-.021 1.555l.023-.226h-.001l.092.005.086-.002.081-.008.074-.014.069-.02.063-.025.057-.029.051-.033.045-.036.04-.039.034-.042.029-.044.023-.045.018-.047.012-.047.007-.049.001-.049-.005-.049-.01-.049-.017-.049-.022-.048-.029-.047-.036-.047-.043-.044-.051-.043-.059-.041-.067-.037-.075-.034-.084-.03-.093-.025-.102-.02-.111-.014.021-.227.125.016.117.023.109.029.1.036.093.042.084.047.076.053.068.057.059.062.051.066.043.069.033.072.024.073.016.075.007.076-.002.075-.01.074-.019.073-.027.071-.035.068-.043.064-.049.06-.057.056-.063.051-.07.045-.077.039-.082.033-.088.025-.094.018-.099.01-.104.002-.109-.006h.002zm-5.85-.528l.021-.227h-.002l.184.014.185.014.184.015.184.015.184.015.184.015.184.015.184.015.184.015.184.015.183.016.183.016.184.016.183.016.183.016.183.016.183.017.182.017.183.017.182.017.183.017.182.018.182.017.183.018.183.018.182.018.182.018.181.018.181.019.182.018.181.019.181.019-.023.226-.181-.019-.181-.019-.181-.019-.181-.018-.181-.018-.181-.018-.182-.018-.182-.018-.182-.018-.182-.017-.182-.018-.182-.017-.182-.017-.182-.017-.183-.017-.183-.017-.183-.016-.183-.016-.183-.016-.183-.016-.183-.016-.183-.016-.183-.015-.184-.015-.184-.015-.184-.015-.184-.015-.184-.015-.184-.015-.184-.015-.184-.014-.184-.014h-.004v.001zm.004-.229l.017.002-.021.227-.017-.002.019-.227h.002zm-.052-.003l.05.004-.016.227-.05-.004.016-.227zm-4.07-.044l.013-.227.127.007.128.007.127.008.127.008.127.007.128.008.127.008.127.008.127.008.127.008.127.008.127.008.127.008.127.008.127.008.127.008.127.009.127.008.127.009.127.009.127.009.127.009.126.009.126.009.127.009.127.009.126.009.126.009.126.009.126.01.126.009.126.01-.017.227-.126-.01-.126-.009-.126-.009-.126-.01-.126-.009-.126-.009-.126-.009-.127-.009-.126-.009-.126-.009-.127-.009-.127-.009-.126-.009-.126-.008-.127-.009-.127-.009-.126-.008-.127-.008-.127-.008-.127-.008-.127-.008-.127-.008-.127-.008-.127-.008-.127-.008-.127-.008-.127-.008-.127-.008-.127-.008-.127-.007-.127-.008-.129-.006zm-.088-.233l.101.006-.013.227-.101-.006.013-.227zm-.039-.002l.039.002-.012.227-.039-.002.012-.227zm-2.054.12l.01-.227.064.003.064.003.064.003.064.003.064.003.064.003.064.003.064.003.064.003.064.003.064.003.064.003.064.003.064.003.064.003.064.003.064.003.064.003.064.003.064.003.064.003.064.003.064.003.064.003.064.003.064.003.064.003.064.003.064.003.064.003.064.004.064.003-.013.227-.064-.003-.064-.004-.063-.004-.064-.003-.064-.003-.064-.003-.064-.003-.064-.003-.064-.004-.064-.003-.063-.003-.064-.003-.064-.003-.064-.003-.064-.003-.064-.003-.064-.003-.064-.003-.064-.003-.064-.003-.064-.003-.064-.003-.064-.003-.064-.003-.064-.003-.064-.003-.064-.003-.064-.003-.064-.003-.064-.003-.064-.003-.063-.001zm-.057-.23l.067.003-.01.227-.067-.003.01-.227zm-1.4.167v-.228h.004l.044.002.044.002.044.002.043.002.043.002.044.001.044.002.044.002.044.002.044.002.043.002.043.002.044.002.044.002.044.002.044.002.044.002.044.002.043.002.044.002.044.002.043.002.043.002.044.002.044.002.043.002.044.002.043.002.044.002.043.002.043.002.044.002-.011.227-.043-.002-.043-.002-.044-.002-.043-.002-.044-.002-.043-.002-.044-.002-.044-.002-.043-.002-.044-.002-.044-.002-.043-.002-.044-.002-.044-.002-.044-.002-.043-.002-.044-.002-.044-.002-.043-.002-.044-.002-.043-.002-.044-.002-.044-.002-.044-.002-.044-.002-.043-.002-.044-.002-.044-.002-.044-.002-.043-.002-.044-.002-.044-.002.007.002zm-.002-.228h.002v.228h-.006l.004-.228zm-.349-.014l.354.014-.009.227-.354-.014.009-.227zm-.17-.006l.17.006-.009.227-.17-.006.009-.227zm-.251-.01l.251.01-.008.227-.251-.01h-.001l.009-.227zm-.01-.001h.011l-.011.227h-.011l.009-.227h.002zm-.264-.009l.262.01-.008.227-.262-.01.008-.227zm-.02-.001h.019l-.007.227h-.02l.008-.227zm-.315-.011l.316.011-.008.227-.316-.011.008-.227zm-.041-.001l.041.002-.009.227-.041-.002.009-.227zm-.149-.005l.149.005-.008.227-.148-.005.007-.227zm-.209-.007l.209.007-.007.227-.209-.007.007-.227zm-.318-.01l.317.01-.007.227-.317-.01.007-.227zm-.041-.001l.04.001-.006.227-.04-.001.006-.227zm-.357-.011l.359.011-.007.227-.358-.011.006-.227zm-.128-.004l.128.004-.006.227-.128-.004.006-.227zm-.948.202l.008-.227h-.001l.03.001h.03l.03.001.029.001.029.001.029.001h.03l.03.001.029.001.03.001.029.001h.029l.03.001.03.001.029.001.03.001.029.001.03.001.03.001.03.001.029.001.03.001.029.001.03.001.029.001.03.001.03.001.029.001.03.001.03.001.029.001.03.001-.006.227-.029-.001-.029-.001-.03-.001-.03-.001-.029-.001-.03-.001-.03-.001-.029-.001-.03-.001-.029-.001-.03-.001-.029-.001-.03-.001-.03-.001-.029-.001-.029-.001-.03-.001-.029-.001-.03-.001-.029-.001h-.029l-.03-.001-.029-.001-.03-.001-.029-.001h-.029l-.03-.001-.029-.001-.029-.001-.029-.001h-.029l-.03-.001h-.006zm0-.227h.008l-.007.227h-.008l.006-.227h.001zm-.108-.003l.107.002-.005.227-.107-.002.005-.227zm-.253-.006l.253.006-.005.227-.252-.006h-.002l.006-.227zm-.009 0h.012l-.01.227h-.012l.008-.227h.002zm-.267-.006l.265.006-.005.228-.265-.006.005-.228zm-.206-.004l.206.004-.005.228-.206-.004.005-.228zm-.005.227l.121.002-.121-.002zm-.053-.228l.058.001-.005.227-.058-.001.005-.227zm-.18-.004l.179.003-.004.228-.179-.003.004-.228zm-.086-.002l.085.002-.004.228-.086-.001.005-.229zm-.265-.005l.265.005-.004.228-.265-.005h-.001l.005-.228zm-.008 0h.01l-.006.227h-.01l.005-.227h.001zm-.257-.004l.255.004-.004.228-.255-.004.004-.228zm-.105-.002l.105.002-.004.228-.105-.002.004-.228zm-.077-.001l.076.001-.002.228-.076-.001h-.001l.003-.228zm-.247-.004l.248.004-.004.228-.248-.004.004-.228zm-.038-.001h.037l-.003.228h-.037l.003-.228zm-.063-.001l.064.001-.004.228-.064-.001.004-.228zm-.586.22l.003-.227H110.838l-.003.227H110.257zm-.194-.229l.196.002-.003.228-.196-.002.003-.228zm-.05-.001h.049l-.003.228-.049-.001.003-.227zm-.234-.002l.234.002-.002.227-.234-.002.002-.227zm-.267-.002l.266.003-.002.228-.266-.003.002-.228zm-.17-.002l.17.001-.002.228-.17-.001.002-.228zm-.097 0h.097l-.001.228h-.097l.001-.228zm-.148-.001l.149.001-.002.228-.148-.001.001-.228zm-.248-.001l.248.001-.001.228-.248-.001.001-.228zm-.137-.001h.136l-.001.227h-.137l.002-.227zm-.267-.001l.267.002-.001.227-.267-.001.001-.228zm-.801.226v-.228H108.445v.228H107.644z\"/>\n    <path fill=\"#FFF\" d=\"M90.499 42.869c.781 0 1.415.641 1.415 1.432 0 .791-.633 1.432-1.415 1.432a1.424 1.424 0 01-1.415-1.432c0-.791.633-1.432 1.415-1.432z\"/>\n    <path fill=\"#21231E\" d=\"M92.026 44.301h-.225l-.002-.068-.005-.067-.008-.066-.011-.065-.015-.064-.018-.063-.021-.061-.023-.06-.026-.058-.029-.057-.031-.055-.034-.053-.036-.052-.039-.05-.041-.048-.043-.046-.045-.044-.047-.041-.049-.039-.051-.037-.053-.034-.054-.032-.056-.029-.058-.027-.059-.023-.061-.021-.062-.018-.063-.015-.064-.012-.065-.008-.067-.005-.067-.002v-.228l.079.002.077.006.076.009.076.014.074.018.073.021.071.024.069.028.068.031.066.034.064.037.062.04.059.043.058.046.056.049.053.051.05.054.048.056.045.059.043.06.04.063.037.065.034.067.031.069.027.07.024.072.021.073.017.075.014.076.009.078.006.078.001.08zm-1.527 1.545v-.227l.067-.002.067-.005.065-.008.064-.012.063-.015.062-.018.061-.021.059-.023.058-.027.056-.029.054-.032.053-.034.051-.037.049-.039.047-.041.045-.043.043-.046.041-.048.039-.049.036-.052.034-.053.031-.055.029-.057.026-.058.023-.059.02-.062.018-.063.015-.064.011-.064.008-.066.005-.068.002-.068h.225l-.002.08-.006.078-.009.077-.013.076-.017.075-.02.074-.024.072-.027.07-.031.069-.034.067-.037.065-.04.063-.043.06-.045.059-.048.056-.05.054-.053.051-.056.049-.058.046-.059.043-.062.04-.064.037-.066.034-.068.031-.069.028-.071.024-.073.021-.074.017-.076.014-.076.009-.077.006h-.079zm-1.528-1.545h.225l.002.068.005.068.008.066.012.064.015.064.018.063.02.061.023.06.026.058.029.057.031.055.034.053.036.052.039.05.041.048.043.046.045.043.047.042.049.039.052.037.052.034.054.032.056.029.058.026.059.023.061.021.062.018.063.015.064.011.065.008.067.005.067.002v.228l-.079-.002-.077-.006-.076-.009-.076-.014-.074-.017-.072-.021-.071-.024-.07-.028-.068-.031-.066-.034-.064-.037-.062-.04-.059-.043-.058-.046-.056-.049-.053-.051-.05-.054-.048-.056-.045-.059-.043-.06-.04-.063-.037-.065-.034-.067-.031-.068-.027-.07-.024-.072-.02-.074-.017-.075-.013-.076-.009-.077-.006-.078-.003-.08zm1.528-1.546v.228l-.067.002-.067.005-.065.008-.064.012-.063.015-.062.018-.061.021-.059.023-.058.026-.056.029-.054.032-.052.034-.051.037-.049.039-.047.041-.045.044-.043.046-.041.048-.039.05-.036.052-.034.054-.031.055-.029.057-.026.058-.023.06-.021.061-.018.063-.015.064-.012.065-.008.066-.005.067-.002.068h-.225l.002-.079.006-.078.009-.078.013-.076.017-.075.021-.073.024-.072.027-.07.031-.069.034-.066.037-.065.04-.063.043-.06.045-.059.048-.056.05-.053.053-.051.056-.049.058-.046.059-.043.062-.04.064-.037.066-.035.068-.031.07-.028.071-.024.072-.021.074-.018.076-.014.076-.009.077-.006.079-.004z\"/>\n    <path fill=\"#FFF\" d=\"M78.445 45.871c.725 0 1.314.595 1.314 1.329s-.588 1.329-1.314 1.329a1.321 1.321 0 01-1.314-1.329c0-.734.588-1.329 1.314-1.329z\"/>\n    <path fill=\"#21231E\" d=\"M79.872 47.2h-.225l-.001-.063-.005-.062-.008-.061-.011-.06-.013-.059-.016-.057-.019-.057-.021-.055-.024-.054-.027-.053-.029-.051-.031-.049-.033-.048-.036-.046-.038-.044-.04-.043-.041-.04-.044-.038-.045-.036-.047-.034-.049-.032-.05-.029-.052-.027-.053-.024-.054-.022-.056-.019-.057-.016-.058-.013-.059-.011-.06-.008-.061-.005-.062-.001v-.228l.073.002.072.006.071.009.07.013.069.016.068.019.066.023.064.027.063.029.062.032.06.035.058.037.056.04.054.043.051.045.05.047.047.051.045.052.043.055.04.057.037.059.034.061.031.062.029.064.025.065.022.067.02.069.016.07.013.071.009.072.006.073.001.074zm-1.427 1.444v-.228l.062-.001.061-.005.06-.008.059-.011.058-.013.057-.017.056-.019.054-.022.053-.024.052-.027.05-.029.049-.032.047-.034.045-.036.044-.038.042-.041.04-.042.038-.044.036-.046.033-.048.031-.049.029-.051.027-.052.024-.054.021-.055.019-.057.016-.057.013-.059.011-.06.008-.061.005-.062.001-.063h.225l-.002.074-.006.073-.009.072-.013.071-.016.07-.019.069-.022.067-.025.065-.029.064-.032.062-.034.061-.037.058-.04.057-.042.054-.045.052-.047.05-.05.048-.052.046-.054.043-.056.04-.058.038-.06.035-.061.032-.063.029-.065.026-.066.023-.068.019-.069.016-.07.013-.071.009-.072.006-.073.003zM77.019 47.2h.225l.001.063.005.062.008.061.011.06.013.059.016.057.019.057.021.055.024.054.026.053.029.051.031.049.033.048.036.046.038.044.04.042.042.041.044.038.045.036.047.034.049.032.05.029.052.027.053.024.054.022.056.019.057.016.058.013.059.011.06.008.061.005.062.001v.228l-.074-.002-.072-.006-.071-.009-.07-.013-.069-.016-.068-.02-.066-.023-.065-.026-.064-.029-.061-.032-.06-.035-.058-.038-.056-.04-.054-.043-.052-.046-.05-.048-.047-.05-.045-.052-.042-.054-.04-.057-.037-.059-.034-.06-.031-.062-.029-.064-.025-.066-.022-.067-.019-.069-.016-.07-.013-.071-.009-.072-.006-.073V47.2zm1.426-1.443v.228l-.062.001-.061.005-.06.008-.059.011-.058.013-.057.016-.056.019-.054.022-.053.024-.052.027-.05.029-.049.032-.047.034-.045.036-.044.038-.041.04-.04.043-.038.044-.035.046-.034.048-.031.049-.029.051-.026.052-.024.054-.021.055-.019.057-.016.057-.013.059-.011.06-.008.061-.005.062-.001.063h-.225l.002-.074.006-.073.009-.072.013-.071.016-.07.019-.069.022-.067.026-.066.029-.064.031-.062.034-.061.037-.058.04-.057.043-.054.045-.052.047-.051.05-.048.051-.045.054-.043.056-.04.058-.038.06-.035.061-.032.063-.029.065-.026.066-.023.068-.019.069-.016.07-.013.071-.009.072-.006.071-.001z\"/>\n    <path fill=\"#FFF\" d=\"M77.19 43.44c.726 0 1.314.596 1.314 1.33 0 .734-.588 1.329-1.314 1.329a1.321 1.321 0 01-1.314-1.329c0-.734.588-1.33 1.314-1.33z\"/>\n    <path fill=\"#21231E\" d=\"M78.616 44.77h-.225l-.001-.063-.005-.062-.008-.061-.011-.06-.013-.059-.016-.057-.019-.057-.021-.055-.024-.054-.027-.052-.029-.051-.031-.049-.033-.048-.036-.046-.038-.044-.04-.042-.042-.041-.044-.038-.045-.036-.047-.034-.049-.032-.05-.029-.052-.027-.053-.024-.054-.021-.056-.019-.057-.016-.058-.013-.059-.011-.06-.008-.061-.005-.062-.001v-.228l.073.002.072.006.071.009.07.013.069.016.068.02.066.023.065.026.063.029.062.032.06.035.058.038.056.04.054.043.052.046.05.047.047.05.045.052.042.054.04.057.037.059.034.061.031.062.029.064.025.066.022.067.019.069.016.07.013.071.009.072.006.073.002.071zm-1.426 1.444v-.228l.062-.001.061-.005.06-.008.059-.011.058-.013.057-.016.056-.019.055-.021.053-.024.052-.027.05-.029.049-.032.047-.034.045-.036.044-.038.042-.041.04-.042.038-.044.036-.046.033-.047.031-.049.029-.051.027-.052.024-.053.021-.055.019-.057.016-.057.013-.059.011-.06.008-.061.005-.062.001-.063h.225l-.002.074-.006.073-.009.072-.013.071-.016.07-.019.069-.022.067-.025.066-.029.064-.032.062-.034.06-.037.059-.04.057-.042.055-.045.052-.047.05-.05.048-.052.046-.054.043-.056.04-.058.038-.06.035-.061.032-.064.029-.065.026-.066.023-.068.02-.069.016-.07.013-.071.009-.072.006-.073-.004zm-1.426-1.444h.225l.001.063.005.062.008.061.011.06.013.059.017.058.019.056.022.055.024.054.027.052.029.051.031.049.033.047.036.046.038.044.039.042.042.041.043.038.045.036.047.034.049.032.05.029.052.027.053.024.054.022.056.019.057.016.058.013.059.011.06.008.061.005.062.001v.228l-.074-.002-.072-.006-.071-.009-.07-.013-.069-.016-.068-.02-.066-.022-.065-.026-.064-.029-.061-.032-.06-.035-.058-.038-.056-.04-.054-.043-.051-.045-.05-.048-.047-.051-.045-.052-.042-.055-.04-.057-.037-.058-.034-.061-.032-.062-.029-.064-.026-.066-.022-.067-.019-.069-.016-.07-.013-.071-.009-.072-.006-.073v-.071zm1.426-1.443v.228l-.062.001-.061.005-.06.008-.059.011-.058.013-.057.016-.056.019-.054.021-.053.024-.052.027-.051.029-.049.032-.047.034-.045.036-.043.038-.042.041-.04.042-.038.044-.036.046-.033.048-.031.049-.029.051-.027.052-.024.054-.022.055-.019.056-.017.057-.013.059-.011.06-.008.061-.005.062-.002.063h-.225l.002-.074.006-.073.009-.072.013-.071.016-.07.019-.069.022-.067.026-.066.029-.064.031-.062.034-.061.037-.058.04-.057.042-.055.045-.052.047-.05.05-.047.051-.045.054-.043.056-.04.058-.038.06-.034.061-.032.063-.029.065-.026.066-.023.068-.02.069-.016.07-.013.071-.009.072-.006h.077z\"/>\n    <path fill=\"#FFF\" d=\"M76.009 40.983c.726 0 1.314.595 1.314 1.329s-.588 1.329-1.314 1.329a1.322 1.322 0 01-1.314-1.329c0-.734.588-1.329 1.314-1.329z\"/>\n    <path fill=\"#21231E\" d=\"M77.435 42.313h-.225l-.001-.063-.005-.062-.008-.061-.01-.06-.013-.059-.016-.057-.019-.056-.021-.055-.024-.054-.027-.052-.029-.051-.031-.049-.033-.048-.036-.046-.038-.044-.04-.042-.042-.04-.043-.038-.045-.036-.047-.034-.049-.032-.05-.029-.052-.027-.053-.024-.054-.022-.056-.019-.057-.016-.058-.013-.059-.011-.06-.008-.061-.005-.062-.001v-.228l.074.002.072.006.071.009.07.013.069.016.067.019.066.023.065.026.063.029.061.032.06.034.058.038.056.04.054.043.051.045.049.047.047.051.045.052.043.055.04.057.037.059.034.061.031.062.029.064.026.066.022.067.019.068.016.07.013.071.009.072.006.073.001.072zm-1.426 1.443v-.228l.062-.001.061-.005.06-.008.059-.011.058-.013.057-.016.056-.019.055-.022.053-.024.052-.027.05-.029.049-.032.047-.034.045-.036.043-.038.042-.04.04-.042.038-.044.036-.046.033-.047.031-.049.029-.051.027-.053.024-.054.021-.055.019-.056.016-.058.013-.059.011-.06.008-.061.005-.062.001-.063h.225l-.002.074-.006.073-.009.072-.013.071-.016.07-.019.068-.022.067-.026.066-.029.064-.03.062-.034.06-.037.059-.04.057-.042.055-.045.052-.047.05-.05.048-.051.045-.054.043-.056.04-.058.038-.06.035-.061.032-.064.029-.065.025-.066.023-.068.02-.069.016-.07.013-.071.009-.072.006-.074.001zm-1.427-1.443h.225l.001.063.005.062.008.061.011.06.013.059.016.057.019.057.021.055.024.053.027.053.029.051.031.049.033.047.036.046.038.044.04.042.042.041.044.038.045.036.047.034.049.032.05.029.052.027.053.024.055.021.056.019.057.016.058.013.059.011.06.008.061.005.062.001v.228l-.074-.002-.072-.006-.071-.009-.07-.013-.069-.016-.068-.02-.066-.023-.065-.026-.063-.029-.062-.032-.06-.034-.058-.038-.056-.04-.054-.043-.052-.046-.049-.045-.047-.05-.045-.052-.042-.055-.04-.056-.037-.059-.034-.06-.031-.062-.029-.064-.026-.066-.022-.067-.02-.069-.016-.07-.013-.071-.009-.072-.006-.073-.001-.074zm1.427-1.444v.228l-.062.001-.061.005-.06.008-.059.011-.058.013-.057.016-.056.019-.054.022-.053.024-.052.027-.05.029-.049.032-.047.034-.045.036-.044.038-.041.04-.04.042-.038.044-.036.046-.033.048-.031.049-.029.051-.027.052-.024.054-.021.055-.019.057-.016.057-.013.059-.011.06-.008.061-.005.062-.001.063h-.225l.002-.074.006-.073.009-.072.013-.071.016-.07.019-.069.022-.067.025-.066.029-.064.031-.062.034-.061.037-.058.04-.057.042-.054.045-.052.047-.051.05-.047.051-.045.054-.043.056-.04.058-.038.06-.035.061-.032.063-.029.065-.026.066-.022.068-.019.069-.016.07-.013.071-.009.072-.006.074-.002z\"/>\n    <path fill=\"#EDB92E\" d=\"M107.643 47.665c.949 0 1.718.778 1.718 1.739 0 .96-.769 1.738-1.718 1.738a1.728 1.728 0 01-1.718-1.738c0-.961.769-1.739 1.718-1.739zM99.226 45.545c.759-.052.571 1.315.421 1.62-.196.398-.377.41-.624.042-.189-.281-.556-1.61.203-1.662z\"/>\n    <path fill=\"#21231E\" d=\"M99.748 47.216l-.201-.101.011-.025.012-.032.013-.038.012-.044.013-.049.012-.053.011-.057.01-.06.009-.062.008-.065.006-.065.004-.067.003-.068v-.068l-.002-.067-.004-.067-.006-.065-.009-.063-.011-.06-.014-.057-.017-.053-.02-.049-.022-.044-.025-.04-.027-.035-.029-.03-.031-.025-.034-.02-.038-.015-.043-.011-.049-.006-.056.001-.015-.227.082-.001.077.009.072.018.068.027.062.036.055.043.049.05.042.055.036.059.031.063.026.066.021.068.017.07.014.072.01.073.007.075.004.075.002.075-.001.075-.003.074-.005.073-.007.072-.008.07-.01.068-.012.065-.012.062-.013.059-.014.055-.015.051-.016.047-.016.043-.014.04zm-.817.056l.186-.128.021.031.021.029.02.026.02.023.019.021.018.019.017.016.016.014.015.011.014.009.012.006.011.005.009.003.008.002.007.001h.005l.007-.001.006-.001.007-.003.008-.004.01-.007.011-.008.012-.011.013-.013.014-.015.015-.018.015-.021.016-.024.016-.026.017-.029.017-.031.017-.034.201.102-.02.039-.02.036-.02.035-.021.033-.02.031-.021.028-.021.027-.023.025-.023.023-.025.021-.025.019-.027.017-.028.014-.03.011-.031.008-.031.004h-.032l-.032-.003-.031-.007-.03-.01-.029-.013-.028-.016-.026-.018-.026-.02-.026-.022-.025-.024-.025-.026-.024-.027-.024-.03-.024-.032-.025-.033-.028-.034zm.288-1.84l.015.227-.055.007-.048.012-.041.017-.036.021-.032.025-.028.028-.025.033-.022.038-.019.043-.016.047-.013.052-.01.055-.006.058-.004.061v.063l.002.065.005.066.007.067.01.067.012.067.013.066.015.064.016.063.017.06.018.058.019.054.018.051.019.047.018.042.017.036.016.03.014.023-.186.128-.023-.036-.021-.04-.022-.044-.021-.049-.021-.053-.021-.057-.02-.06-.02-.063-.019-.066-.017-.068-.016-.07-.014-.072-.013-.073-.011-.074-.008-.075-.005-.074-.003-.074.001-.074.004-.073.008-.072.012-.07.017-.068.022-.067.029-.063.034-.06.042-.056.049-.051.056-.043.063-.036.07-.028.075-.019.083-.013z\"/>\n    <path fill=\"#FFF\" d=\"M99.275 46.285c1.785-.122 1.343 3.09.991 3.806-.46.935-.887.963-1.467.1-.444-.661-1.308-3.784.476-3.906z\"/>\n    <path fill=\"#21231E\" d=\"M100.367 50.142l-.201-.101.03-.068.031-.082.031-.096.031-.108.03-.119.029-.128.027-.137.025-.144.022-.15.019-.155.015-.159.011-.162.006-.163.001-.164-.004-.163-.01-.161-.016-.159-.022-.154-.028-.149-.036-.143-.043-.135-.051-.126-.058-.117-.066-.107-.073-.095-.082-.083-.09-.071-.099-.058-.11-.044-.122-.03-.134-.015-.148.002-.015-.227.174-.002.163.018.151.038.139.056.127.074.114.089.101.103.089.115.077.126.067.135.057.143.048.15.039.156.031.161.023.165.017.168.01.17.004.171-.002.171-.006.17-.011.168-.015.165-.019.161-.023.156-.025.15-.028.142-.03.135-.032.126-.033.115-.034.105-.036.094-.037.077zm-1.66.113l.186-.128.053.076.051.071.05.065.049.06.048.054.047.048.045.043.044.038.042.032.041.026.039.021.037.017.035.012.034.008.032.003h.031l.031-.004.032-.008.033-.012.033-.017.035-.021.036-.026.036-.032.038-.038.038-.043.039-.049.04-.055.04-.06.041-.066.041-.071.041-.077.042-.082.201.102-.044.087-.044.082-.044.078-.045.072-.045.068-.046.063-.046.057-.047.052-.048.048-.049.043-.05.037-.052.032-.054.027-.055.02-.056.014-.058.007h-.057l-.058-.006-.057-.013-.056-.019-.055-.025-.055-.03-.054-.036-.054-.041-.053-.046-.054-.051-.053-.056-.054-.061-.054-.065-.054-.071-.055-.075-.055-.079zm.569-3.856v-.228l.008.227-.147.019-.131.033-.116.046-.103.059-.09.071-.081.082-.07.093-.06.104-.051.115-.042.124-.033.132-.025.14-.017.146-.009.152-.001.156.005.159.012.161.018.162.023.162.028.161.032.158.036.156.039.151.042.146.043.14.045.132.046.123.046.113.045.103.044.09.042.078.038.063-.186.128-.047-.075-.048-.088-.048-.099-.049-.11-.048-.12-.048-.129-.046-.138-.045-.145-.043-.151-.04-.157-.038-.161-.033-.165-.029-.168-.024-.169-.019-.17-.013-.17-.006-.168.001-.167.009-.163.018-.16.027-.155.038-.15.049-.143.06-.135.073-.126.087-.116.101-.104.115-.09.131-.075.144-.058.158-.04.172-.022.011.23zm-.001-.228v.228l-.008-.227.008-.001z\"/>\n    <path fill=\"#EDB92E\" d=\"M84.887 47.478c.725-.233.865 1.14.791 1.472-.096.433-.27.489-.596.192-.25-.228-.921-1.43-.195-1.664z\"/>\n    <path fill=\"#21231E\" d=\"M85.787 48.975l-.219-.05.005-.026.004-.034.003-.04.002-.045v-.05l-.001-.054-.003-.058-.004-.061-.006-.062-.008-.064-.01-.066-.011-.066-.013-.066-.015-.066-.017-.065-.019-.064-.021-.061-.023-.059-.025-.056-.027-.052-.03-.048-.031-.043-.032-.038-.033-.033-.034-.027-.035-.022-.037-.016-.038-.011-.041-.006h-.044l-.049.006-.054.014-.068-.217.079-.02.077-.01h.075l.072.01.068.02.064.029.059.036.054.043.049.048.045.053.041.057.037.061.034.064.031.066.027.068.025.07.022.072.02.072.017.073.015.073.012.072.011.071.008.07.007.069.005.066.003.063.001.061-.001.057-.002.053-.004.049-.005.045-.012.045zm-.781.251l.151-.169.028.025.027.023.026.021.025.018.023.016.022.014.021.012.019.01.016.007.015.005.015.004.011.002.008.001h.008l.007-.001.006-.001.005-.002.006-.003.006-.004.007-.006.008-.008.008-.01.009-.013.01-.016.01-.018.01-.021.01-.025.01-.026.009-.029.009-.032.009-.035.009-.037.219.05-.01.042-.011.04-.011.038-.012.037-.013.034-.013.033-.015.031-.016.03-.017.028-.018.027-.021.025-.022.023-.025.021-.026.018-.028.015-.03.012-.031.008-.031.004-.032.001-.032-.002-.031-.006-.03-.008-.031-.011-.03-.013-.03-.015-.03-.017-.03-.019-.031-.021-.03-.023-.031-.025-.031-.026-.033-.033zm-.153-1.856l.068.217-.052.02-.043.023-.036.026-.03.028-.025.032-.021.034-.016.038-.013.042-.008.046-.005.05v.053l.004.056.007.058.011.06.015.062.017.063.02.063.023.063.025.063.027.062.028.061.03.059.031.057.031.055.031.051.031.048.03.045.029.041.028.036.026.031.023.025.019.019-.151.169-.03-.03-.031-.034-.031-.038-.032-.042-.033-.046-.034-.05-.034-.053-.034-.057-.033-.06-.033-.062-.032-.064-.031-.067-.03-.068-.028-.069-.026-.07-.023-.071-.02-.072-.017-.072-.013-.072-.009-.072-.004-.071v-.071l.006-.069.012-.069.02-.067.027-.064.036-.06.044-.056.053-.051.061-.044.068-.037.077-.028z\"/>\n    <path fill=\"#FFF\" d=\"M85.109 48.184c1.704-.549 2.032 2.677 1.859 3.458-.227 1.019-.635 1.15-1.401.451-.588-.535-2.163-3.36-.458-3.909z\"/>\n    <path fill=\"#21231E\" d=\"M87.077 51.667l-.219-.05.013-.073.011-.087.008-.101.005-.112.001-.123-.002-.131-.006-.14-.01-.145-.014-.151-.019-.155-.023-.158-.028-.16-.033-.16-.037-.159-.042-.158-.047-.154-.053-.15-.058-.145-.063-.138-.068-.13-.074-.121-.079-.111-.084-.1-.089-.087-.094-.075-.098-.061-.105-.047-.11-.032-.117-.016h-.125l-.134.018-.143.037-.068-.217.168-.044.162-.021h.155l.148.021.14.041.132.059.123.075.113.09.105.103.097.115.089.125.082.134.074.142.068.149.061.154.056.159.05.163.044.165.039.166.033.166.029.166.024.164.019.161.015.157.01.151.006.145.003.138-.002.13-.005.12-.009.11-.012.099-.013.089zm-1.586.51l.151-.169.069.061.066.056.064.051.061.046.059.041.057.036.054.031.051.026.049.021.046.016.043.012.039.007.037.003.035-.001.033-.005.03-.008.029-.011.029-.016.029-.019.028-.024.028-.03.028-.034.028-.04.028-.045.027-.051.027-.057.026-.062.025-.068.024-.074.023-.079.022-.085.021-.09.219.05-.022.096-.024.091-.025.086-.026.081-.028.077-.03.071-.031.067-.033.063-.035.058-.037.053-.04.049-.043.043-.046.039-.048.033-.051.027-.054.021-.056.014-.057.008-.058.002-.059-.005-.06-.011-.06-.016-.061-.021-.062-.027-.063-.031-.064-.036-.065-.041-.066-.046-.068-.051-.069-.055-.071-.06-.073-.068zm-.416-4.101l.068.217-.138.053-.12.064-.102.073-.086.082-.072.09-.058.099-.046.108-.034.115-.023.124-.012.13-.001.137.009.142.018.146.028.15.035.152.043.153.05.153.055.153.061.151.065.15.069.146.072.142.073.137.075.132.075.125.074.117.074.109.071.099.068.089.064.077.059.065.052.051-.151.169-.063-.062-.067-.074-.07-.085-.072-.095-.076-.105-.077-.114-.078-.122-.078-.13-.077-.136-.076-.142-.074-.148-.071-.152-.067-.155-.064-.159-.058-.16-.052-.162-.045-.162-.038-.162-.029-.161-.021-.16-.01-.157.001-.154.014-.15.027-.146.041-.14.057-.133.073-.125.091-.115.109-.104.127-.091.144-.077.164-.062zm.034.108l-.034-.108.034.108z\"/>\n    <path fill=\"#EDB92E\" d=\"M103.656 31.177c-3.83-.35-7.745.044-11.622 1.601-3.267 1.313-2.947 5.145 1.037 10.465-.36.674-.566 1.512-.598 2.479.421-.023.717-.012 1.089-.022-.289-.645.034-1.434.399-1.99.238-.363.286-.299 0-.704-2.372-3.347-3.943-6.278-3.019-8.047 1.124-2.151 5.479-3.271 12.826-3.107l-.04-.594-.072-.081z\"/>\n    <path fill=\"#21231E\" d=\"M92.076 32.883l-.083-.212.365-.143.366-.137.366-.13.366-.123.366-.117.366-.11.366-.104.366-.097.366-.092.367-.085.366-.079.366-.073.366-.067.366-.061.366-.055.366-.05.366-.044.366-.039.365-.033.365-.028.365-.022.365-.017.364-.012.364-.007.364-.002.363.003.363.008.362.012.362.017.362.021.361.027.36.031-.02.227-.358-.031-.359-.026-.359-.021-.359-.017-.36-.012-.36-.008-.36-.003-.361.002-.361.007-.361.012-.362.017-.362.022-.362.027-.362.033-.362.038-.363.044-.362.049-.362.055-.363.061-.363.067-.363.073-.363.078-.363.084-.363.091-.363.097-.363.103-.363.109-.362.116-.362.122-.362.129-.362.135-.36.14zm1.094 10.414l-.198-.108.009.123-.364-.496-.342-.487-.321-.479-.3-.469-.279-.46-.257-.451-.235-.441-.215-.431-.193-.421-.172-.411-.15-.401-.129-.39-.108-.38-.086-.369-.065-.358-.043-.348-.021-.336v-.325l.022-.313.044-.302.066-.289.088-.277.11-.265.132-.251.154-.237.176-.223.197-.209.219-.194.24-.179.261-.164.282-.149.303-.134.083.212-.289.127-.267.141-.247.155-.225.168-.204.181-.184.194-.163.207-.143.219-.122.233-.102.245-.082.258-.062.271-.041.284-.021.297v.309l.021.323.042.334.063.347.084.359.105.37.126.382.147.393.169.403.19.415.211.425.233.435.254.445.276.455.297.465.319.474.34.484.362.492.005.122zm-.009-.123l.044.059-.035.064-.009-.123zm-.694 2.435l.012.227-.118-.117.003-.092.005-.091.006-.09.007-.09.008-.089.009-.088.01-.087.011-.086.012-.086.013-.085.014-.084.015-.083.016-.082.016-.082.018-.081.019-.08.02-.079.021-.078.021-.078.023-.076.024-.075.025-.075.025-.074.027-.073.027-.072.029-.071.03-.07.03-.069.031-.068.033-.067.033-.067.034-.065.198.108-.033.062-.032.063-.03.064-.03.065-.029.066-.028.067-.027.068-.026.069-.025.07-.024.07-.024.071-.023.072-.022.073-.021.074-.02.075-.019.076-.018.077-.017.077-.016.078-.015.079-.014.08-.013.081-.012.082-.011.082-.01.083-.01.084-.008.085-.008.086-.007.086-.005.087-.005.088-.003.089-.122-.114zm.013.227l-.122.007.004-.124.118.117zm.98-.088l.205-.094-.1.16-.035.001-.035.001-.034.001H92.873l-.034.001h-.034l-.034.001-.035.001-.035.001-.036.001-.036.001-.037.002-.037.002-.038.002-.039.002-.012-.227.04-.002.039-.002.038-.002.037-.002.037-.002.036-.001.036-.001.035-.001.035-.001.035-.001.034-.001H93.522l.035-.001-.097.161zm.205-.094l.07.156-.169.004.099-.16zm.203-2.006l.187.126-.033.052-.033.052-.032.054-.032.055-.031.056-.03.057-.03.057-.028.059-.027.059-.026.059-.025.061-.023.061-.022.061-.021.062-.019.061-.017.062-.015.062-.014.062-.011.062-.009.062-.007.062-.005.061-.002.061v.061l.003.06.005.059.008.059.011.058.014.058.017.056.02.056.023.055-.205.094-.028-.066-.024-.067-.02-.068-.017-.069-.013-.069-.01-.069-.007-.069-.003-.07-.001-.07.003-.07.005-.07.008-.07.01-.069.012-.069.015-.069.017-.068.018-.068.021-.068.022-.067.024-.067.025-.065.027-.065.028-.064.029-.063.031-.062.031-.062.032-.06.033-.059.033-.058.035-.057.034-.056.039-.059zm.002-.575l.182-.133.026.037.024.035.022.032.021.03.019.029.017.026.017.026.015.025.013.024.012.025.01.024.008.024.007.026.005.026.002.027-.001.027-.003.026-.005.025-.008.024-.01.023-.01.022-.012.021-.013.021-.013.02-.014.021-.015.023-.016.023-.017.024-.018.026-.019.027-.02.03-.021.032-.187-.126.022-.034.021-.031.02-.029.019-.026.017-.025.015-.022.013-.02.013-.019.011-.017.008-.014.007-.012.005-.01.003-.008.002-.006.001-.005v-.011l-.001-.005-.002-.007-.004-.01-.005-.012-.007-.014-.009-.017-.011-.019-.013-.021-.016-.024-.018-.026-.02-.028-.022-.031-.024-.033-.023-.036zm-3.027-8.167l.199.106-.075.161-.062.167-.048.174-.036.181-.023.187-.011.194.002.201.014.207.025.213.038.219.049.225.06.231.071.236.081.242.091.247.102.252.111.257.121.262.13.266.138.271.147.275.155.279.163.283.171.287.178.291.184.294.192.297.197.301.204.304.209.306.214.31.219.312-.182.133-.22-.313-.215-.311-.21-.308-.204-.305-.198-.302-.193-.299-.186-.296-.179-.293-.172-.289-.165-.286-.157-.282-.148-.279-.141-.275-.132-.271-.123-.266-.113-.262-.104-.258-.094-.253-.084-.249-.073-.245-.062-.239-.051-.234-.039-.23-.027-.225-.015-.22-.002-.214.011-.209.025-.203.039-.198.054-.191.068-.185.082-.181zm12.813-3.046l.224-.016-.115.121-.679-.011-.661-.004-.644.003-.626.01-.608.018-.59.026-.572.033-.554.039-.536.047-.518.054-.501.061-.482.068-.464.075-.446.081-.427.089-.409.095-.391.102-.372.108-.354.115-.335.121-.316.128-.297.134-.279.14-.26.146-.241.152-.222.158-.203.163-.184.169-.166.174-.147.18-.129.185-.11.19-.199-.106.12-.207.139-.2.158-.193.177-.186.196-.179.214-.172.233-.165.251-.158.269-.151.288-.145.306-.137.324-.131.342-.124.36-.117.379-.11.396-.104.415-.096.432-.09.451-.082.469-.076.486-.068.504-.061.522-.054.54-.047.558-.04.576-.033.593-.025.611-.018.628-.011.646-.003.664.004.681.012-.115.119zm.224-.016l.008.124-.123-.003.115-.121zm-.237-.511l.169-.15.028.068.001.019.001.019.001.018.001.019.001.02.001.018.001.018.001.018.001.02.001.018.002.018.001.018.001.02.001.018.001.018.001.019.002.019.001.02.001.018.001.018.001.018.002.019.001.018.001.018.002.018.001.019.001.018.001.018.001.018.001.019.001.018.002.018-.224.015-.001-.019-.001-.018-.001-.018-.001-.018-.001-.019-.001-.018-.001-.018-.001-.019-.002-.019-.001-.019-.001-.018-.001-.019-.001-.019-.001-.019-.002-.018-.001-.018-.001-.019-.002-.019-.001-.019-.001-.018-.001-.019-.001-.02-.001-.018-.001-.018-.001-.018-.001-.02-.001-.018-.001-.018-.002-.019-.001-.019-.001-.019-.001-.018.026.07zm-.067-.236l.159.161.003-.158.002.002.005.005.002.002.005.005.002.003-.002-.002.007.007.002.003.002.002.002.003.004.005.002.003.005.005.002.003.007.007.006.007.006.007.002.002.004.005.002.002.002.003.003.003-.169.15-.002-.002-.002-.003-.002-.003-.004-.005-.002-.002-.004-.005.002.002-.005-.005-.004-.005.002.003-.005-.005-.004-.005.002.002-.005-.005-.002-.003-.004-.005-.002-.003-.005-.005-.002-.003-.002-.002-.002-.003.002.002-.007-.007-.002-.003-.005-.005-.002-.002-.003-.003.004-.155zm-.002.158l-.074-.081.077-.078-.003.159zm.162.003l-.159-.161.09-.033.069.194zm-.07-.194l.239.022-.17.172-.069-.194z\"/>\n    <path fill=\"#FFF\" d=\"M85.076 32.268c.753 0 1.364.618 1.364 1.38 0 .763-.611 1.381-1.364 1.381a1.373 1.373 0 01-1.365-1.381 1.373 1.373 0 011.365-1.38z\"/>\n    <path fill=\"#21231E\" d=\"M86.553 33.648h-.225l-.002-.065-.005-.065-.008-.063-.011-.063-.014-.061-.017-.06-.02-.059-.022-.057-.025-.056-.028-.054-.03-.053-.033-.051-.035-.049-.038-.048-.039-.046-.042-.044-.043-.042-.045-.04-.048-.038-.049-.035-.051-.033-.052-.03-.054-.028-.055-.025-.057-.023-.058-.02-.059-.017-.061-.014-.062-.011-.063-.008-.064-.005-.064-.002v-.228l.076.002.075.006.074.009.073.013.072.017.07.02.069.024.067.027.066.03.064.033.062.036.06.039.058.042.056.044.054.047.051.049.049.052.046.054.044.056.041.058.038.061.036.062.033.065.03.066.026.068.023.069.02.071.017.072.013.074.009.075.006.076.001.076zm-1.477 1.495v-.228l.064-.002.064-.005.062-.008.062-.011.061-.014.059-.017.058-.02.057-.023.055-.026.054-.028.053-.031.051-.033.049-.035.048-.038.045-.039.043-.042.042-.044.039-.046.037-.048.035-.05.033-.051.03-.053.028-.054.025-.056.022-.057.02-.059.017-.06.014-.061.011-.063.008-.063.005-.065.002-.065h.225l-.002.077-.006.076-.009.075-.013.074-.017.072-.02.071-.023.069-.026.068-.03.066-.033.065-.036.062-.038.061-.041.059-.044.056-.046.054-.049.052-.051.049-.054.047-.056.044-.058.042-.06.039-.061.036-.064.033-.066.03-.067.027-.069.024-.07.02-.071.016-.073.013-.074.009-.075.006-.076.003zm-1.477-1.495h.225l.002.065.005.065.008.063.011.062.014.062.017.06.02.059.022.057.025.056.028.054.03.053.033.051.035.05.037.048.039.046.042.044.043.043.045.039.048.038.049.035.051.033.053.031.054.028.056.025.057.023.058.02.059.017.061.014.062.011.062.008.064.005.064.002v.228L85 35.14l-.074-.006-.074-.009-.073-.013-.071-.017-.07-.02-.069-.024-.067-.027-.066-.03-.064-.033-.062-.036-.06-.039-.058-.042-.055-.044-.054-.047-.051-.049-.049-.052-.046-.054-.044-.056-.041-.059-.039-.061-.035-.062-.033-.065-.03-.066-.026-.067-.023-.07-.02-.071-.016-.072-.013-.074-.009-.075-.006-.076-.003-.076zm1.477-1.494v.228l-.064.002-.064.005-.063.008-.061.011-.061.014-.059.017-.058.02-.057.023-.056.026-.054.028-.052.03-.051.033-.049.036-.048.038-.045.04-.043.042-.042.044-.039.046-.037.048-.035.049-.033.052-.03.053-.028.054-.025.056-.022.057-.02.059-.017.06-.014.061-.011.063-.008.063-.005.065-.002.065h-.225l.002-.077.006-.076.009-.075.013-.074.016-.072.02-.071.023-.069.026-.068.03-.066.033-.065.036-.062.038-.061.041-.059.044-.056.046-.054.049-.052.051-.049.054-.047.056-.044.058-.042.06-.039.062-.036.064-.033.066-.03.067-.027.069-.024.07-.02.072-.017.073-.013.074-.009.075-.006.075-.003z\"/>\n    <path fill=\"#FFF\" d=\"M87.75 31.384c.754 0 1.365.618 1.365 1.381s-.611 1.381-1.365 1.381a1.373 1.373 0 01-1.364-1.381c0-.763.611-1.381 1.364-1.381z\"/>\n    <path fill=\"#21231E\" d=\"M89.227 32.764h-.225l-.001-.065-.005-.065-.008-.063-.011-.063-.014-.062-.017-.06-.02-.059-.022-.057-.025-.056-.028-.055-.03-.053-.033-.052-.035-.049-.037-.048-.039-.046-.042-.044-.043-.042-.045-.04-.048-.037-.049-.035-.051-.033-.052-.03-.054-.028-.055-.025-.057-.023-.058-.02-.059-.017-.06-.014-.062-.011-.063-.008-.064-.005-.064-.002v-.228l.076.002.074.006.074.009.073.013.072.017.07.02.069.023.067.027.066.03.064.033.062.036.06.039.058.042.055.044.054.047.051.049.049.052.046.054.044.056.041.059.039.06.035.062.033.065.03.066.026.068.023.07.02.071.016.072.013.074.009.075.006.075.001.079zm-1.477 1.495v-.228l.064-.002.064-.005.063-.008.062-.011.06-.014.059-.017.058-.02.057-.023.056-.025.054-.028.052-.03.051-.033.049-.035.048-.038.045-.04.043-.042.042-.044.039-.046.037-.048.035-.049.033-.052.03-.053.028-.054.025-.056.022-.058.02-.059.017-.06.014-.061.011-.062.008-.063.005-.065.001-.065h.225l-.002.077-.006.075-.009.075-.013.074-.016.072-.02.071-.023.069-.026.068-.03.066-.033.064-.036.063-.038.061-.041.059-.044.056-.046.054-.049.052-.051.049-.054.047-.056.044-.058.042-.06.039-.062.036-.064.033-.066.03-.067.027-.069.023-.07.02-.072.017-.073.013-.074.009-.075.006-.074.003zm-1.477-1.495h.225l.002.065.005.065.008.063.011.062.014.061.017.06.02.059.022.058.025.056.028.054.03.054.032.051.035.049.037.048.039.046.041.044.043.042.045.04.048.038.049.036.051.033.052.03.054.028.055.025.057.023.058.02.059.017.06.014.061.011.063.008.064.005.064.002v.228l-.076-.002-.075-.006-.074-.009-.073-.013-.072-.017-.07-.02-.069-.024-.067-.027-.066-.03-.063-.033-.062-.036-.06-.039-.058-.042-.055-.044-.054-.047-.051-.049-.049-.052-.046-.054-.044-.056-.041-.059-.038-.061-.035-.062-.033-.064-.03-.066-.026-.068-.023-.069-.02-.071-.017-.072-.013-.074-.009-.075-.006-.076.001-.078zm1.477-1.494v.228l-.064.002-.064.005-.062.008-.062.011-.061.014-.059.017-.058.02-.057.023-.056.025-.054.028-.052.031-.051.033-.049.035-.048.038-.045.04-.043.042-.041.044-.04.046-.037.048-.035.05-.033.051-.03.053-.028.054-.025.056-.022.058-.02.059-.017.06-.014.061-.011.062-.008.063-.005.065-.002.065h-.225l.002-.077.006-.076.009-.075.013-.074.017-.073.02-.071.023-.07.026-.068.03-.066.033-.064.035-.063.038-.061.041-.058.043-.056.046-.055.049-.052.051-.049.054-.047.056-.044.058-.042.06-.039.061-.036.064-.033.066-.03.067-.027.069-.024.07-.02.071-.017.073-.013.074-.009.075-.006h.078z\"/>\n    <path fill=\"#EDB92E\" d=\"M88.106 32.561c.134.183.27.365.408.548-2.156 1.197-3.048 2.459-2.838 3.728.036.218.691 2.54 2.156 7.041 1.001.699 1.747 1.325 2.238 1.878-.055.063.158.259.094.313.15.688-.617.548-1.131.378-.248-.661-1.003-1.362-1.438-1.662-.089-.061-.408-.219-.44-.321-.784-2.533-1.571-4.875-2.246-7.056-.678-2.193.792-3.746 3.197-4.847z\"/>\n    <path fill=\"#21231E\" d=\"M88.568 33.209l-.108-.199-.035.169-.013-.018-.013-.017-.012-.016-.013-.018-.013-.017-.013-.017-.013-.017-.013-.017-.013-.017-.013-.017-.013-.017-.013-.018-.012-.016-.013-.017-.013-.018-.013-.017-.013-.017-.013-.017-.013-.017-.013-.017-.013-.017-.013-.017-.012-.017-.013-.017-.013-.018-.012-.017-.013-.017-.013-.017-.012-.017-.013-.018-.012-.017-.013-.017.18-.136.013.017.012.017.013.016.012.017.013.017.013.017.013.018.012.017.012.017.013.017.013.017.013.017.013.017.013.017.013.018.013.017.013.017.012.016.013.017.013.018.013.017.013.017.013.018.013.016.013.018.013.017.013.017.013.017.012.016.014.018.013.017.013.017-.038.168zm.036-.169l.079.105-.115.064.036-.169zm-2.817 3.778l-.222.037-.017-.125-.011-.125-.004-.125.003-.125.01-.125.017-.125.024-.125.031-.124.038-.124.045-.123.052-.123.059-.123.066-.122.073-.122.079-.121.087-.121.094-.12.101-.12.107-.119.115-.119.121-.118.128-.118.136-.117.142-.117.15-.117.157-.116.164-.115.171-.115.178-.115.186-.114.193-.114.2-.113.108.199-.197.112-.189.112-.182.111-.174.112-.167.113-.16.113-.153.113-.145.113-.138.113-.131.114-.124.113-.117.114-.109.113-.102.114-.095.113-.088.114-.081.113-.074.113-.068.113-.061.113-.055.113-.047.113-.041.113-.034.113-.028.112-.022.112-.015.112-.009.113-.003.113.003.112.01.112.015.112zm2.109 6.967l-.128.187-.043-.058-.135-.416-.13-.403-.126-.39-.121-.378-.117-.365-.112-.352-.107-.339-.103-.327-.099-.314-.094-.301-.09-.289-.085-.276-.081-.264-.076-.251-.072-.238-.068-.226-.064-.214-.06-.201-.055-.188-.052-.176-.048-.164-.043-.151-.04-.138-.036-.126-.032-.114-.028-.101-.024-.089-.02-.076-.017-.065-.013-.053-.009-.041-.006-.032.222-.037.004.021.008.037.012.05.016.063.02.075.024.088.028.1.031.113.036.126.04.138.043.15.047.163.051.175.056.188.059.2.064.213.068.225.072.238.076.251.081.263.085.276.09.288.094.301.098.314.103.326.107.339.112.352.116.365.121.377.126.39.13.403.135.416-.041-.058zm2.258 2.047l-.168-.151v.151l-.046-.051-.048-.051-.049-.052-.051-.053-.052-.053-.053-.053-.055-.054-.057-.054-.058-.055-.06-.056-.061-.055-.063-.056-.064-.057-.066-.057-.067-.058-.068-.058-.07-.059-.072-.059-.073-.059-.075-.06-.076-.06-.078-.061-.079-.061-.081-.061-.082-.062-.084-.062-.085-.063-.087-.063-.088-.064-.09-.064-.091-.064-.093-.065.128-.187.094.066.092.065.091.065.089.064.088.064.086.064.085.063.083.063.082.062.08.062.079.062.077.061.076.061.074.06.073.06.071.059.07.059.068.059.067.058.065.058.064.058.062.057.061.057.059.056.058.056.056.055.055.055.053.054.052.054.05.054.049.054.048.053.005.149zm-.001-.152l.067.076-.067.076v-.152zm.121.364l-.22.049.038-.112-.012.013-.01.016-.005.015-.002.013v.006l.001.005-.001-.003-.001-.004-.003-.006-.004-.008-.005-.009-.005-.01-.006-.011-.006-.01-.007-.012-.008-.014-.007-.011-.008-.013-.008-.014-.008-.014-.007-.014-.006-.013-.007-.016-.006-.018-.005-.018-.004-.019-.002-.022.001-.027.006-.028.013-.03.018-.025.168.151.009-.013.007-.016.003-.013v-.014.002l.001.003.002.006.005.009.004.008.005.009.005.01.007.011.007.012.006.011.008.012.008.014.008.013.007.013.007.013.007.013.007.015.007.017.005.016.005.018.003.023v.023l-.003.028-.01.029-.017.029-.023.023.038-.111zm-.22.049l-.015-.068.053-.044-.038.112zm-1.126.394l.21-.081-.07-.068.047.015.049.015.05.015.05.014.051.013.051.012.051.011.051.01.05.009.049.007.049.006.047.004.046.002h.044l.041-.002.039-.004.036-.006.033-.008.031-.01.026-.011.022-.012.02-.014.016-.015.014-.017.012-.019.01-.022.008-.027.006-.031.002-.037-.001-.042-.005-.049-.01-.054.22-.049.013.07.007.066.002.063-.005.06-.01.057-.016.053-.023.05-.029.045-.033.04-.038.035-.041.029-.044.025-.047.019-.048.015-.049.011-.051.008-.052.005-.053.002h-.053l-.054-.002-.055-.004-.055-.007-.056-.008-.056-.01-.056-.011-.056-.012-.055-.013-.055-.014-.054-.015-.053-.016-.052-.015-.05-.016-.068-.065zm-1.396-1.608l.126-.188.043.031.045.033.046.034.048.037.048.039.05.041.051.042.052.045.052.046.053.047.053.049.053.051.054.052.054.054.053.054.053.056.052.057.052.058.051.059.05.061.049.061.048.062.046.063.044.063.043.064.041.064.039.065.037.065.034.065.032.066.03.066.026.066-.21.081-.023-.058-.026-.058-.029-.059-.031-.059-.033-.059-.036-.059-.038-.059-.04-.059-.042-.059-.043-.059-.045-.058-.046-.058-.047-.057-.049-.056-.049-.056-.05-.054-.05-.054-.051-.053-.051-.051-.052-.05-.051-.049-.051-.047-.051-.046-.05-.044-.049-.042-.049-.041-.048-.039-.046-.037-.045-.035-.044-.033-.042-.031-.041-.03zm-.484-.381l.214-.068-.002-.005v-.001l.002.003.004.005.005.005.007.007.009.008.011.01.011.009.012.01.014.011.015.01.015.01.016.011.016.011.016.01.018.011.018.011.017.01.017.01.018.01.016.01.017.009.017.01.016.009.015.009.015.008.014.008.013.008.014.008.012.008.011.007-.126.188-.007-.005-.008-.006-.009-.006-.012-.007-.013-.008-.014-.008-.015-.009-.016-.009-.016-.01-.017-.01-.018-.011-.017-.01-.018-.011-.019-.012-.018-.011-.018-.011-.02-.013-.018-.012-.018-.012-.018-.013-.018-.013-.017-.012-.017-.013-.017-.014-.015-.013-.015-.014-.015-.015-.014-.016-.013-.017-.012-.017-.012-.021-.013-.021zm-2.246-7.057l.214-.068.064.205.064.206.065.207.065.208.066.209.067.21.067.211.068.212.068.213.068.214.069.215.069.215.07.217.07.218.071.219.071.22.071.221.072.222.072.223.072.224.072.225.072.226.073.227.073.228.073.229.073.23.073.231.073.233.074.234.074.235.073.236.074.237-.214.068-.073-.237-.074-.235-.074-.235-.073-.234-.073-.233-.073-.231-.073-.23-.073-.229-.073-.228-.073-.227-.073-.226-.072-.225-.072-.224-.072-.223-.072-.222-.071-.22-.071-.22-.071-.219-.07-.218-.07-.217-.069-.215-.069-.215-.068-.214-.068-.213-.068-.212-.067-.211-.067-.21-.066-.209-.065-.208-.065-.207-.064-.206-.064-.207zm3.394-4.948l-.181.136.137.036-.221.103-.215.107-.209.109-.203.112-.196.114-.19.117-.182.119-.176.122-.168.125-.16.128-.153.13-.145.133-.137.136-.128.138-.12.142-.11.144-.102.147-.092.15-.083.153-.074.155-.064.158-.054.162-.044.164-.034.168-.024.171-.013.174-.002.178.009.182.021.186.031.189.044.194.056.198-.214.068-.059-.21-.046-.206-.034-.203-.021-.199-.01-.196.003-.193.014-.189.026-.186.036-.182.048-.179.058-.175.069-.171.079-.167.089-.164.099-.16.108-.156.117-.153.126-.149.135-.146.143-.142.151-.139.158-.135.166-.132.174-.129.181-.126.188-.123.194-.12.201-.117.207-.114.213-.111.219-.108.225-.105.139.037zm-.137-.036l.082-.038.054.074-.136-.036z\"/>\n    <path fill=\"#EDB92E\" d=\"M79.599 48.831l-.082.442c-.628.147-1.164.184-1.61.11.746-.736 1.301-.893 1.692-.552z\"/>\n    <path fill=\"#21231E\" d=\"M79.407 49.252l.082-.442.221.042-.082.442-.085.09-.136-.132zm-1.578.05l.157.163-.061-.194.041.006.04.006.042.005.042.005.042.004.043.003.044.003.044.002.045.001h.138l.047-.001.048-.002.048-.002.049-.003.049-.003.05-.004.05-.005.051-.006.051-.006.052-.007.053-.008.054-.008.054-.009.054-.009.055-.01.055-.01.056-.011.056-.012.057-.013.057-.013.051.222-.06.013-.059.013-.058.013-.058.012-.057.011-.057.01-.057.01-.056.009-.055.008-.055.008-.054.007-.054.007-.054.006-.053.005-.053.004-.051.004-.051.003-.051.002-.05.002-.05.002h-.099l-.048-.001-.048-.001-.047-.002-.047-.003-.046-.003-.046-.004-.045-.005-.045-.005-.045-.006-.044-.007-.061-.196zm.061.193l-.22-.036.159-.157.061.193zm1.82-.643l-.221-.042.037.107-.032-.026-.033-.023-.033-.021-.033-.018-.034-.016-.035-.013-.036-.011-.036-.008-.038-.005-.038-.003h-.04l-.041.002-.042.005-.044.008-.046.011-.047.013-.048.017-.05.019-.051.023-.052.026-.054.029-.055.032-.056.035-.058.039-.059.042-.061.046-.062.049-.063.053-.064.056-.066.059-.067.062-.068.066-.157-.163.071-.069.07-.065.069-.062.068-.059.066-.056.066-.052.065-.049.064-.046.063-.043.062-.039.062-.036.061-.033.06-.029.059-.026.059-.023.058-.02.058-.017.057-.013.056-.01.056-.007.055-.003h.055l.053.004.052.007.052.011.05.015.049.018.048.022.047.025.045.029.044.031.043.035.04.11zm-.037-.107l.049.043-.012.064-.037-.107zm-.074.086l.11.021-.11-.021zm.074-.086l.049.043-.012.064-.037-.107z\"/>\n    <path fill=\"#EDB92E\" d=\"M79.531 47.819c.393.088.43.155.601.185.22.038.524.023.733-.163.853-.517.871.415.54 1.113-.24.506-.117 1.077.112 1.51.271.512.214.745.022.884-.133.088-.259.17-.373.243-.23.274-.404.227-.437-.132-.851-.355-1.133-1.181-1.388-1.909-.372-1.062-1.726-1.314.19-1.731z\"/>\n    <path fill=\"#21231E\" d=\"M80.152 47.892l-.038.224-.018-.003-.017-.004-.016-.004-.017-.004-.017-.005-.016-.005-.014-.005-.014-.005-.014-.005-.014-.005-.013-.005-.015-.006-.013-.005-.013-.005-.015-.006-.014-.006-.015-.006-.016-.006-.016-.006-.017-.006-.017-.006-.018-.006-.021-.007-.021-.007-.022-.007-.024-.007-.026-.008-.027-.007-.029-.008-.031-.007-.033-.008-.035-.008.048-.222.037.008.035.008.033.008.032.008.03.008.027.007.026.008.026.008.023.008.022.007.022.007.02.007.019.007.018.007.016.006.016.006.015.006.013.005.014.006.013.005.011.005.012.005.012.005.011.004.011.004.012.004.01.003.011.003.011.003.012.003.013.003.015.004zm.656-.148l.116.195.016-.012-.024.02-.024.018-.025.018-.025.017-.025.015-.026.015-.027.013-.026.012-.026.011-.027.01-.028.01-.027.008-.027.008-.028.007-.027.006-.028.005-.027.004-.027.004-.028.003-.026.002-.026.002-.027.001h-.052l-.026-.001-.025-.001-.025-.002-.025-.002-.024-.003-.024-.003-.023-.003-.023-.004.038-.224.018.003.02.003.019.003.02.002.02.002.02.001.022.001h.064l.021-.001.022-.002.022-.002.021-.002.022-.003.022-.003.021-.004.021-.004.021-.005.021-.006.021-.007.02-.007.02-.008.02-.008.019-.009.018-.009.018-.01.018-.011.018-.011.017-.012.017-.013.016-.014.019-.013zm.699 1.26l-.203-.099.028-.063.026-.064.025-.064.022-.065.02-.065.017-.064.015-.064.012-.063.01-.062.007-.06.005-.058.001-.055-.001-.052-.004-.049-.007-.045-.009-.041-.011-.036-.014-.031-.015-.026-.016-.021-.018-.017-.019-.014-.02-.01-.025-.008-.03-.004h-.035l-.042.005-.048.011-.055.018-.061.025-.066.033-.072.041-.116-.195.083-.047.079-.039.076-.031.072-.023.07-.016.067-.008h.064l.062.009.058.017.054.027.048.034.042.04.035.046.029.05.024.054.018.056.014.058.009.061.005.063.002.065-.002.067-.005.068-.008.069-.011.07-.014.071-.017.071-.02.072-.022.072-.025.072-.027.071-.029.07-.032.073zm.11 1.407l-.198.107-.022-.043-.021-.043-.021-.045-.02-.045-.019-.046-.018-.047-.017-.048-.016-.048-.015-.049-.014-.049-.013-.049-.012-.051-.011-.051-.009-.051-.008-.051-.007-.052-.005-.052-.004-.052-.002-.053v-.052l.001-.053.003-.053.005-.053.007-.054.008-.053.011-.053.012-.053.015-.053.017-.052.019-.053.021-.052.023-.052.203.099-.02.043-.018.044-.016.044-.014.044-.012.044-.01.045-.009.045-.007.045-.006.045-.004.046-.003.046-.001.046v.046l.002.046.003.046.005.046.005.045.007.045.008.046.009.045.011.044.012.045.012.044.014.043.015.043.016.042.017.042.018.042.018.041.019.04.019.04.017.037zm-.016 1.032l-.123-.191-.004.003.013-.01.012-.01.013-.011.011-.011.009-.01.009-.012.009-.012.007-.012.006-.012.006-.013.005-.014.005-.015.004-.016.003-.017.002-.017.001-.02V51l-.002-.024-.003-.025-.005-.027-.006-.029-.008-.03-.009-.031-.011-.034-.012-.035-.014-.036-.016-.038-.018-.04-.02-.042-.022-.043-.023-.045.198-.107.025.049.023.047.022.046.02.045.018.044.017.042.015.041.013.04.012.039.01.038.008.037.007.036.005.036.003.034.002.034v.032l-.002.032-.004.032-.005.03-.007.029-.009.029-.01.027-.012.027-.014.026-.015.024-.016.023-.017.021-.019.021-.02.019-.019.018-.021.018-.021.016-.006-.003zm-.349.222l-.171-.147.025-.022.01-.007.011-.007.011-.007.011-.007.011-.006.011-.007.011-.007.011-.007.012-.008.011-.007.011-.007.011-.007.012-.008.012-.008.011-.007.012-.008.012-.008.012-.008.012-.007.012-.008.011-.007.012-.008.013-.008.012-.008.012-.008.012-.008.012-.008.012-.008.012-.008.013-.008.012-.008.013-.009.123.191-.012.008-.013.009-.012.008-.012.008-.013.009-.012.008-.013.008-.012.008-.012.008-.011.008-.012.008-.013.008-.012.008-.012.008-.012.008-.012.008-.012.007-.011.008-.012.007-.011.007-.011.008-.012.008-.012.007-.011.007-.011.007-.011.007-.012.008-.011.007-.011.007-.011.007-.01.007-.011.007.025-.026zm-.565-.1l.086-.211.069.095.003.029.004.027.005.025.005.023.005.02.005.017.006.016.006.014.006.011.005.008.004.006.004.004.003.003.001.001h.004l.005-.001.006-.001.008-.003.01-.004.011-.006.013-.008.014-.01.015-.012.016-.014.017-.016.018-.018.019-.02.019-.022.171.147-.024.027-.023.026-.024.024-.023.022-.024.02-.024.019-.025.017-.024.015-.025.014-.026.011-.026.009-.028.007-.027.004-.03.001-.029-.003-.028-.006-.028-.01-.027-.014-.024-.016-.021-.019-.02-.021-.017-.023-.015-.024-.013-.025-.012-.026-.01-.028-.009-.029-.008-.031-.007-.032-.005-.033-.005-.035-.004-.036.072.095zm-1.451-1.976l.212-.076.024.069.024.069.025.069.025.069.025.069.026.069.026.069.028.068.028.068.029.067.03.067.032.066.033.066.034.064.035.063.037.062.038.061.04.059.042.058.044.057.045.055.047.053.05.052.052.05.054.048.056.046.059.044.062.042.065.04.067.037.07.035.074.032-.086.211-.083-.037-.079-.039-.076-.042-.073-.045-.07-.047-.067-.05-.064-.052-.061-.054-.058-.056-.057-.061-.053-.06-.051-.061-.048-.063-.046-.064-.044-.065-.042-.066-.04-.067-.038-.068-.036-.069-.035-.069-.033-.07-.032-.07-.03-.071-.03-.071-.028-.071-.028-.071-.026-.071-.026-.071-.025-.07-.025-.069-.024-.069-.024-.069zm.295-1.884v.227l.023-.003-.168.038-.149.037-.131.036-.113.035-.096.035-.08.034-.063.032-.047.03-.033.027-.019.022-.009.016-.003.013v.015l.004.021.011.028.018.034.026.04.033.045.039.049.045.053.049.056.052.06.055.063.057.067.058.071.057.075.058.08.055.084.053.089.05.094.045.099.04.104-.212.076-.035-.091-.04-.086-.044-.083-.048-.079-.05-.076-.052-.073-.054-.07-.055-.067-.054-.064-.054-.062-.052-.059-.05-.058-.048-.056-.044-.055-.04-.054-.035-.055-.03-.057-.022-.06-.012-.064.002-.068.018-.067.034-.062.046-.054.057-.048.069-.044.08-.041.092-.039.106-.038.121-.038.137-.038.154-.038.173-.039.025.001zm0 .227v-.227l.024.003-.024.224z\"/>\n    <path fill=\"#EDB92E\" d=\"M79.867 47.856c.741.267.824-.149 1.324-.127-.197 1.147-.397 1.741-1.58 1.125-.653-.34-1.489.158-1.648.527-.058.135-.438-.145-.577-.452-.581-1.285 1.486-1.431 2.481-1.073z\"/>\n    <path fill=\"#21231E\" d=\"M81.302 47.748l-.221-.039.106.133h-.04l-.038.001-.035.003-.034.005-.033.006-.032.008-.03.009-.031.01-.03.011-.031.012-.03.013-.031.013-.032.014-.033.015-.034.014-.035.014-.036.013-.038.013-.039.011-.042.01-.044.008-.045.007-.048.004-.05.002-.052-.001-.054-.004-.056-.007-.059-.01-.062-.013-.065-.017-.068-.02-.071-.025.075-.214.064.022.06.018.056.014.053.011.049.008.046.005.043.003h.04l.038-.001.036-.003.035-.005.032-.006.031-.008.031-.009.031-.01.03-.011.031-.012.03-.013.031-.013.032-.014.033-.014.034-.014.034-.014.036-.013.038-.013.04-.011.042-.011.043-.008.045-.007.048-.004.049-.002.051.001.106.135zm-.106-.133l.128.005-.022.128-.106-.133zm-1.636 1.34l.103-.202.105.053.099.045.093.039.087.032.081.025.076.019.07.013.064.007.059.001.054-.003.049-.008.044-.012.041-.017.038-.021.036-.026.035-.03.033-.035.032-.04.03-.046.029-.051.028-.057.026-.062.025-.067.024-.072.023-.077.022-.081.021-.085.02-.09.019-.094.019-.098.018-.102.018-.105.221.039-.019.107-.019.104-.019.1-.02.097-.021.094-.022.091-.023.087-.024.083-.026.08-.028.076-.031.072-.033.068-.036.064-.04.06-.043.055-.048.051-.052.045-.056.039-.06.033-.065.026-.068.019-.072.012-.075.005-.078-.002-.081-.009-.084-.016-.089-.022-.093-.029-.097-.035-.101-.042-.106-.049-.113-.056zm-1.494.471l-.206-.091.021-.043.025-.043.029-.042.032-.041.035-.041.038-.04.041-.039.044-.038.047-.038.049-.036.051-.035.054-.034.056-.033.058-.03.059-.029.062-.027.063-.024.064-.022.066-.02.067-.017.069-.014.069-.011.07-.007.071-.004h.071l.071.004.071.008.071.013.071.018.07.022.07.028.069.033-.103.202-.055-.026-.055-.022-.056-.018-.057-.014-.058-.01-.058-.007-.059-.003h-.059l-.059.003-.059.006-.059.009-.058.012-.058.015-.057.017-.056.019-.055.022-.053.023-.052.025-.051.027-.048.028-.047.029-.044.03-.042.031-.039.031-.036.033-.034.033-.03.032-.027.032-.024.031-.02.029-.016.028-.014.026zm-.782-.45l.204-.094.012.024.013.025.014.024.015.024.017.025.017.024.018.023.019.023.019.023.02.022.02.021.02.02.02.02.02.018.02.017.02.015.02.015.019.013.018.011.017.01.015.008.013.006.012.005.01.003.006.002h.002-.002l-.007.002-.011.005-.01.007-.009.01-.006.01.206.091-.018.033-.026.028-.03.021-.034.014-.033.006h-.03l-.029-.003-.027-.006-.025-.008-.026-.01-.026-.011-.025-.013-.025-.014-.025-.016-.025-.017-.025-.018-.026-.02-.025-.021-.025-.022-.025-.023-.025-.024-.024-.026-.024-.026-.023-.027-.023-.028-.022-.029-.021-.03-.02-.03-.02-.031-.018-.032-.017-.032-.014-.037zm2.62-1.227l-.075.214-.092-.031-.097-.028-.103-.025-.107-.022-.111-.018-.114-.015-.116-.012-.118-.008-.118-.004h-.118l-.118.004-.116.008-.114.012-.112.016-.108.02-.103.025-.098.03-.092.034-.086.038-.078.042-.07.046-.061.049-.053.053-.044.056-.035.06-.026.064-.017.069-.007.076.004.083.016.091.029.099.043.107-.204.094-.051-.127-.035-.122-.02-.118-.005-.113.01-.107.025-.102.038-.095.051-.087.062-.079.071-.072.08-.064.088-.057.094-.051.1-.044.105-.038.11-.033.114-.027.118-.023.12-.017.123-.013.125-.008.125-.004h.126l.126.005.125.008.123.012.121.016.118.02.115.023.11.027.107.03.1.033zm-.037.107l.038-.107-.038.107z\"/>\n    <path fill=\"#FFF\" d=\"M102.464 28.211c.75 0 1.358.615 1.358 1.375 0 .759-.608 1.375-1.358 1.375-.75 0-1.359-.615-1.359-1.375a1.368 1.368 0 011.359-1.375z\"/>\n    <path fill=\"#21231E\" d=\"M103.935 29.586h-.225l-.001-.065-.005-.064-.008-.063-.011-.062-.014-.061-.017-.059-.02-.059-.022-.057-.025-.056-.027-.054-.03-.053-.032-.051-.035-.049-.037-.048-.039-.046-.042-.044-.043-.042-.045-.039-.047-.038-.049-.035-.051-.033-.052-.03-.054-.028-.055-.025-.057-.022-.058-.02-.059-.017-.06-.014-.061-.011-.062-.008-.063-.005-.064-.002v-.228l.076.002.075.006.074.009.072.013.071.017.07.02.068.023.067.026.065.03.063.033.061.036.06.039.058.041.056.044.053.047.051.049.048.051.046.054.044.056.041.059.038.06.035.062.033.064.03.066.026.068.023.069.02.071.017.072.013.073.009.075.006.076.001.077zm-1.471 1.488v-.228l.064-.002.063-.005.062-.008.061-.011.06-.014.059-.017.058-.02.056-.022.055-.025.054-.028.052-.03.051-.033.049-.035.047-.038.045-.039.043-.042.042-.044.039-.046.037-.047.035-.049.032-.051.03-.053.027-.054.025-.056.022-.057.02-.059.017-.06.014-.061.011-.062.008-.063.005-.064.001-.065h.225l-.002.076-.005.076-.009.075-.013.073-.017.072-.02.071-.023.069-.026.067-.029.066-.033.064-.035.062-.038.06-.041.059-.043.056-.046.054-.049.052-.051.049-.053.047-.056.044-.058.041-.06.039-.062.036-.063.033-.065.03-.066.027-.069.023-.07.02-.071.017-.073.013-.074.01-.074.006-.075.001zm-1.471-1.488h.225l.002.065.005.064.008.063.011.062.014.061.017.059.02.059.022.057.025.056.027.054.03.052.033.051.034.049.037.047.039.046.042.044.043.042.045.039.047.038.049.035.051.033.052.03.054.028.055.025.057.022.058.02.059.017.06.014.061.011.062.008.063.005.064.002v.228l-.076-.002-.074-.006-.074-.009-.072-.013-.071-.017-.07-.02-.068-.023-.067-.027-.065-.03-.063-.033-.061-.036-.06-.039-.058-.041-.056-.044-.053-.047-.051-.049-.049-.052-.046-.054-.043-.056-.041-.058-.039-.06-.035-.062-.033-.064-.03-.066-.026-.067-.023-.069-.02-.071-.016-.072-.013-.073-.009-.075-.005-.076-.004-.075zm1.471-1.489v.228l-.064.002-.063.005-.062.008-.061.011-.06.014-.059.017-.058.02-.056.022-.055.025-.054.028-.052.03-.051.033-.049.035-.047.038-.045.039-.043.042-.042.044-.039.046-.037.047-.034.05-.033.051-.03.053-.027.054-.025.056-.022.057-.02.058-.017.06-.014.061-.011.062-.008.063-.005.064-.002.065h-.225l.002-.076.005-.076.009-.075.013-.073.016-.072.02-.071.023-.069.026-.067.029-.066.033-.064.035-.062.038-.06.041-.058.043-.056.046-.054.049-.052.051-.049.053-.047.056-.044.058-.041.06-.039.062-.036.063-.033.065-.03.067-.027.068-.023.07-.02.071-.017.072-.013.074-.009.074-.006.078-.003z\"/>\n    <path fill=\"#FFF\" d=\"M99.681 28.211c.75 0 1.358.615 1.358 1.375 0 .759-.608 1.375-1.358 1.375-.75 0-1.358-.615-1.358-1.375 0-.759.608-1.375 1.358-1.375z\"/>\n    <path fill=\"#21231E\" d=\"M101.152 29.586h-.225l-.001-.065-.005-.064-.008-.063-.011-.062-.014-.061-.017-.059-.02-.059-.022-.057-.025-.056-.027-.054-.03-.053-.033-.051-.035-.049-.037-.047-.039-.046-.042-.044-.043-.042-.045-.039-.047-.038-.049-.035-.051-.033-.052-.03-.054-.028-.055-.025-.057-.022-.058-.02-.059-.017-.06-.014-.061-.011-.062-.008-.063-.005-.064-.002v-.228l.076.002.075.006.074.009.072.013.071.017.07.02.068.023.067.026.065.03.063.033.061.036.06.039.058.041.056.044.053.047.051.049.049.052.046.054.044.056.041.058.038.06.035.062.033.064.03.066.026.068.023.069.02.071.017.072.013.073.009.075.005.076.002.076zm-1.471 1.488v-.228l.064-.002.063-.005.062-.008.061-.011.06-.014.059-.017.058-.02.056-.022.055-.025.054-.028.052-.03.051-.033.049-.035.047-.038.045-.039.043-.042.042-.044.039-.046.037-.047.035-.05.033-.051.03-.053.027-.054.025-.056.022-.057.02-.059.017-.06.014-.061.011-.062.008-.063.005-.064.001-.065h.225l-.002.076-.006.076-.009.075-.013.073-.016.072-.02.071-.023.069-.026.067-.029.066-.033.064-.035.062-.038.06-.041.058-.043.056-.046.054-.049.052-.051.049-.053.047-.056.044-.058.041-.06.039-.062.036-.063.033-.065.03-.066.027-.069.023-.07.02-.071.017-.073.013-.074.01-.074.006-.076.003zm-1.471-1.488h.225l.002.065.005.064.008.063.011.062.014.061.017.059.02.059.022.057.025.056.027.054.03.052.033.051.034.049.037.047.039.046.042.044.043.042.045.039.047.038.049.035.051.033.052.03.054.028.055.025.057.022.058.02.059.017.06.014.061.011.062.008.063.005.064.002v.228l-.076-.002-.074-.006-.074-.009-.072-.013-.071-.017-.07-.02-.068-.023-.067-.027-.065-.03-.063-.033-.061-.036-.06-.039-.058-.041-.056-.044-.053-.047-.051-.049-.049-.052-.046-.054-.043-.056-.041-.058-.039-.06-.035-.062-.033-.064-.03-.066-.026-.067-.023-.069-.02-.071-.016-.072-.013-.073-.009-.075-.005-.076-.004-.075zm1.471-1.489v.228l-.064.002-.063.005-.062.008-.061.011-.061.014-.059.017-.058.02-.056.022-.055.025-.054.028-.052.03-.051.033-.049.035-.047.038-.045.039-.043.042-.042.044-.039.046-.037.047-.034.05-.033.051-.03.053-.027.054-.025.056-.022.057-.02.058-.017.06-.014.061-.011.062-.008.063-.005.064-.002.065h-.225l.002-.076.005-.076.009-.075.013-.073.016-.072.02-.071.023-.069.026-.067.029-.066.033-.064.035-.062.039-.06.041-.058.043-.056.046-.054.049-.052.051-.049.053-.047.056-.044.057-.041.06-.039.062-.036.063-.033.065-.03.067-.027.068-.023.07-.02.071-.017.072-.013.074-.009.074-.006.079-.003z\"/>\n    <path fill=\"#FFF\" d=\"M96.898 28.432c.75 0 1.358.615 1.358 1.375 0 .759-.608 1.375-1.358 1.375-.75 0-1.358-.615-1.358-1.375s.608-1.375 1.358-1.375z\"/>\n    <path fill=\"#21231E\" d=\"M98.368 29.807h-.225l-.001-.065-.005-.064-.008-.063-.011-.062-.014-.061-.017-.059-.02-.059-.022-.057-.025-.056-.028-.054-.03-.053-.033-.051-.035-.049-.037-.048-.039-.046-.041-.043-.043-.042-.045-.039-.047-.038-.049-.035-.051-.033-.052-.03-.054-.028-.055-.025-.056-.022-.058-.02-.059-.017-.061-.014-.061-.011-.062-.008-.063-.005-.064-.002v-.228l.076.002.074.006.074.01.072.013.071.017.07.02.069.023.066.027.065.03.063.033.062.036.06.039.058.042.056.044.053.047.051.049.049.052.046.054.043.056.041.058.038.06.036.063.032.064.03.066.026.068.023.069.02.071.016.072.013.073.009.075.006.076.003.072zm-1.47 1.488v-.228l.064-.002.063-.005.062-.008.061-.011.061-.014.059-.017.058-.02.057-.022.055-.025.054-.028.052-.03.051-.033.049-.035.047-.038.045-.039.043-.042.042-.044.039-.046.037-.047.034-.05.033-.051.03-.053.027-.054.025-.056.022-.057.02-.058.017-.06.014-.061.011-.062.008-.063.005-.064.001-.065h.225l-.002.076-.006.076-.009.075-.013.073-.016.072-.02.071-.023.069-.026.067-.03.066-.033.064-.035.062-.038.06-.041.058-.044.056-.046.054-.048.052-.051.049-.053.047-.057.046-.057.041-.06.039-.062.036-.063.033-.065.03-.067.027-.069.023-.07.02-.071.017-.072.013-.074.01-.075.006h-.075zm-1.471-1.488h.225l.002.065.005.064.008.063.011.062.014.061.017.059.02.059.022.057.025.056.027.054.03.052.032.051.035.049.037.048.039.046.041.044.043.042.045.039.047.038.049.035.051.033.052.03.054.028.055.026.056.022.058.02.059.017.061.014.061.011.062.008.063.005.064.002v.228l-.076-.002-.075-.006-.074-.01-.072-.013-.071-.017-.07-.02-.069-.023-.066-.027-.065-.03-.063-.033-.062-.036-.06-.039-.056-.039-.056-.044-.053-.047-.051-.049-.049-.051-.046-.054-.043-.056-.041-.059-.038-.06-.035-.062-.033-.064-.029-.066-.026-.067-.023-.069-.02-.071-.016-.072-.013-.073-.009-.075-.005-.076-.005-.078zm1.471-1.488v.228l-.064.002-.063.005-.062.008-.061.011-.061.014-.059.017-.058.02-.056.022-.055.025-.054.028-.052.03-.051.033-.049.035-.047.038-.045.039-.043.042-.041.044-.039.046-.037.048-.035.049-.032.051-.03.053-.028.054-.025.056-.022.057-.02.059-.017.06-.014.061-.011.062-.008.063-.005.064-.002.065h-.225l.002-.076.006-.076.009-.075.013-.073.016-.072.02-.071.023-.069.026-.068.03-.066.032-.064.036-.062.038-.061.041-.058.044-.056.046-.054.048-.052.051-.049.053-.047.055-.044.058-.042.06-.039.062-.036.063-.033.065-.03.067-.027.068-.023.07-.02.071-.017.072-.013.074-.01.074-.006h.078z\"/>\n    <path fill=\"#FFF\" d=\"M94.333 28.929c.75 0 1.358.615 1.358 1.374 0 .759-.608 1.375-1.358 1.375-.75 0-1.359-.615-1.359-1.375 0-.759.609-1.374 1.359-1.374z\"/>\n    <path fill=\"#21231E\" d=\"M95.803 30.304h-.225l-.002-.065-.005-.064-.008-.063-.011-.062-.014-.061-.017-.059-.02-.059-.022-.057-.025-.056-.027-.054-.03-.053-.032-.051-.035-.049-.037-.047-.039-.046-.042-.044-.043-.042-.045-.039-.047-.038-.049-.035-.051-.033-.052-.03-.054-.028-.055-.026-.056-.022-.058-.02-.059-.017-.06-.014-.061-.011-.062-.008-.063-.005-.064-.002v-.228l.076.002.075.006.074.009.072.013.071.016.07.02.068.023.067.026.065.03.063.033.061.036.06.039.058.042.055.044.053.047.051.049.048.052.046.054.044.056.041.059.038.06.035.062.033.064.03.066.026.068.023.069.02.071.016.072.013.073.009.075.006.076.003.076zm-1.47 1.489v-.228l.064-.002.063-.005.062-.008.061-.011.061-.014.059-.017.058-.02.056-.022.055-.026.054-.028.052-.03.05-.033.049-.035.047-.037.045-.04.043-.042.042-.044.039-.046.037-.048.035-.049.032-.051.03-.052.027-.055.025-.056.022-.057.02-.059.017-.06.014-.061.011-.062.008-.063.005-.064.002-.065h.225l-.002.077-.006.075-.009.075-.013.073-.016.072-.02.071-.023.069-.026.068-.03.066-.033.064-.035.062-.038.061-.041.058-.044.056-.046.054-.048.052-.051.049-.053.047-.055.044-.058.041-.06.039-.061.036-.063.033-.065.03-.067.026-.068.023-.07.02-.071.017-.072.013-.074.009-.074.006-.078.004zm-1.471-1.489h.225l.002.065.004.064.008.063.011.062.014.061.017.06.02.059.022.057.025.056.027.054.03.053.033.051.034.05.037.047.039.046.041.044.043.041.046.04.047.038.049.035.05.033.052.03.054.028.055.026.057.022.058.02.059.017.061.014.061.011.062.008.063.005.064.002v.228l-.076-.002-.074-.006-.074-.009-.072-.013-.071-.017-.07-.02-.068-.023-.067-.026-.065-.03-.063-.033-.062-.036-.06-.039-.058-.041-.055-.044-.053-.047-.051-.049-.049-.052-.046-.054-.043-.056-.041-.058-.039-.061-.035-.062-.033-.064-.029-.066-.026-.068-.023-.069-.02-.071-.016-.072-.013-.073-.009-.075-.005-.076-.004-.078zm1.471-1.489v.228l-.064.002-.063.005-.062.008-.061.011-.061.014-.059.017-.058.02-.057.022-.055.026-.054.028-.052.03-.051.033-.049.035-.047.038-.045.04-.044.042-.041.044-.039.046-.037.047-.034.05-.033.051-.03.053-.027.054-.025.056-.022.057-.02.058-.017.06-.014.061-.011.062-.008.063-.004.064-.002.065h-.225l.002-.076.006-.076.009-.075.013-.073.017-.072.02-.071.023-.069.026-.068.03-.066.033-.064.035-.062.038-.06.041-.058.044-.056.046-.054.049-.052.051-.049.053-.047.055-.044.058-.042.06-.039.062-.036.063-.033.065-.03.067-.026.069-.023.07-.02.071-.016.072-.013.074-.009.075-.006.074-.005z\"/>\n    <path fill=\"#FFF\" d=\"M77.455 36.011c.753 0 1.364.618 1.364 1.381s-.611 1.38-1.364 1.38a1.373 1.373 0 01-1.365-1.38c0-.763.611-1.381 1.365-1.381z\"/>\n    <path fill=\"#21231E\" d=\"M78.932 37.392h-.225l-.002-.065-.005-.065-.008-.063-.011-.062-.014-.062-.017-.06-.02-.059-.022-.058-.025-.056-.028-.054-.03-.053-.033-.051-.035-.049-.037-.048-.039-.046-.042-.044-.043-.042-.045-.04-.048-.038-.049-.035-.051-.033-.052-.03-.054-.028-.055-.025-.057-.023-.058-.02-.059-.017-.061-.014-.062-.011-.063-.008-.064-.005-.064-.001v-.228l.076.002.075.006.074.009.073.013.072.017.07.02.069.024.067.027.066.03.064.033.062.036.06.039.058.042.056.044.054.047.051.049.049.052.046.055.044.056.041.058.038.061.036.062.033.065.03.066.026.068.023.07.02.071.017.072.013.074.009.075.006.076v.074zm-1.477 1.494v-.228l.064-.002.064-.005.063-.008.062-.011.061-.014.059-.017.058-.02.057-.023.055-.026.054-.028.052-.03.051-.033.049-.036.048-.038.045-.04.043-.042.042-.044.039-.046.037-.048.035-.049.033-.052.03-.053.028-.054.025-.056.022-.057.02-.059.017-.06.014-.061.011-.063.008-.063.005-.065.002-.065h.225l-.002.077-.006.076-.009.075-.013.074-.016.072-.02.071-.023.069-.027.068-.029.066-.033.065-.036.062-.038.061-.041.059-.044.056-.046.054-.049.052-.051.049-.054.047-.055.044-.058.042-.06.039-.062.036-.064.033-.065.03-.067.027-.069.024-.07.02-.072.017-.073.013-.074.009-.074.006-.078.003zm-1.477-1.494h.225l.002.065.005.065.008.063.011.063.014.061.017.06.02.059.022.057.025.056.028.054.03.053.033.051.035.049.037.048.039.046.042.044.044.042.045.04.048.038.049.035.051.033.052.03.054.028.056.025.057.023.058.02.059.017.061.014.061.011.063.008.064.005.064.002v.228l-.076-.002-.074-.006-.074-.009-.073-.013-.072-.017-.07-.02-.069-.024-.067-.027-.066-.03-.064-.033-.062-.036-.06-.039-.058-.042-.056-.044-.054-.047-.051-.049-.049-.052-.046-.054-.044-.057-.041-.058-.038-.061-.036-.062-.033-.065-.029-.066-.027-.068-.023-.069-.02-.071-.016-.072-.013-.074-.009-.075-.006-.076-.003-.075zm1.477-1.495v.228l-.064.001-.064.005-.063.008-.061.011-.061.014-.059.017-.058.02-.057.023-.056.026-.054.028-.052.03-.051.033-.049.036-.047.038-.045.04-.043.042-.042.044-.039.046-.037.048-.035.049-.033.052-.03.053-.028.054-.025.056-.022.058-.02.059-.017.06-.014.061-.011.062-.008.063-.005.065-.002.065h-.225l.002-.077.006-.076.009-.075.013-.074.016-.072.02-.071.023-.069.026-.068.03-.066.033-.065.036-.062.039-.061.041-.059.044-.056.046-.055.049-.052.051-.049.054-.047.055-.044.058-.042.06-.039.062-.036.064-.033.066-.03.067-.027.069-.024.07-.02.072-.017.073-.013.074-.009.074-.006.075-.001z\"/>\n    <path fill=\"#FFF\" d=\"M79.794 34.52c.753 0 1.364.618 1.364 1.381s-.611 1.38-1.364 1.38a1.372 1.372 0 01-1.364-1.38 1.371 1.371 0 011.364-1.381z\"/>\n    <path fill=\"#21231E\" d=\"M81.271 35.901h-.225l-.002-.065-.005-.065-.008-.063-.011-.062-.014-.062-.017-.06-.02-.059-.022-.058-.025-.056-.028-.054-.03-.054-.032-.051-.035-.049-.037-.048-.039-.046-.042-.044-.043-.042-.045-.04-.048-.038-.049-.035-.051-.033-.053-.03-.054-.028-.055-.025-.057-.023-.058-.02-.059-.017-.06-.014-.061-.011-.063-.008-.064-.005-.064-.002v-.228l.076.002.075.006.074.009.073.013.072.017.07.02.069.024.067.027.066.03.063.033.062.036.06.039.058.042.055.044.054.047.051.049.049.052.046.054.044.056.041.059.038.061.035.062.033.064.03.066.026.068.023.07.02.071.016.072.013.074.009.075.006.075.002.078zm-1.477 1.494v-.228l.064-.002.064-.005.063-.008.062-.011.061-.014.059-.017.058-.02.057-.023.055-.026.054-.028.052-.03.051-.033.049-.036.048-.037.045-.04.043-.042.042-.044.039-.046.037-.048.035-.05.033-.051.03-.053.028-.055.025-.056.022-.057.02-.059.017-.06.014-.061.011-.062.008-.063.005-.065.002-.065h.225l-.002.077-.006.075-.009.075-.013.074-.017.072-.02.071-.023.069-.026.068-.03.066-.033.064-.035.063-.038.061-.041.058-.043.056-.047.054-.049.052-.051.049-.054.047-.056.044-.058.042-.06.039-.062.036-.064.033-.066.03-.067.027-.069.024-.07.02-.072.017-.073.013-.074.009-.075.006-.075.004zm-1.477-1.494h.225l.002.065.005.065.008.063.011.063.014.061.017.06.02.059.022.057.025.056.028.054.03.053.033.051.035.049.037.048.039.046.042.044.043.042.045.04.048.037.049.035.051.033.052.03.054.028.056.025.057.023.058.02.059.017.06.014.062.011.063.008.064.005.064.002v.228l-.076-.002-.074-.006-.074-.009-.073-.013-.072-.017-.07-.02-.069-.024-.067-.027-.066-.03-.064-.033-.062-.036-.06-.039-.058-.042-.055-.044-.054-.047-.051-.049-.049-.052-.046-.054-.044-.056-.041-.058-.038-.061-.036-.062-.033-.065-.029-.066-.027-.068-.023-.069-.02-.071-.016-.072-.013-.074-.009-.075-.006-.076-.003-.075zm1.477-1.495v.228l-.064.002-.064.005-.062.008-.062.011-.061.014-.059.017-.058.02-.057.022-.056.026-.054.028-.053.031-.051.033-.049.035-.048.038-.045.039-.043.042-.042.044-.039.046-.037.048-.035.05-.033.051-.03.053-.028.055-.025.056-.022.057-.02.059-.017.06-.014.061-.011.063-.008.063-.005.065-.002.065h-.225l.002-.077.006-.076.009-.075.013-.074.017-.072.02-.071.023-.07.026-.068.03-.066.033-.065.036-.062.038-.061.041-.059.044-.056.046-.054.049-.052.051-.049.054-.047.056-.044.058-.042.06-.039.061-.036.064-.033.066-.03.067-.027.069-.024.07-.02.071-.017.073-.013.074-.009.075-.006.077-.001z\"/>\n    <path fill=\"#FFF\" d=\"M82.453 33.258c.753 0 1.364.618 1.364 1.381s-.61 1.381-1.364 1.381a1.373 1.373 0 01-1.364-1.381 1.37 1.37 0 011.364-1.381z\"/>\n    <path fill=\"#21231E\" d=\"M83.93 34.638h-.225l-.002-.065-.005-.065-.008-.063-.011-.062-.014-.061-.017-.06-.02-.059-.022-.058-.025-.056-.028-.054-.03-.053-.033-.052-.035-.049-.038-.048-.039-.046-.041-.044-.043-.042-.045-.04-.048-.038-.049-.035-.051-.033-.052-.03-.054-.028-.055-.026-.057-.023-.058-.02-.059-.017-.061-.014-.061-.011-.063-.008-.064-.005-.064-.002v-.228l.076.002.075.006.074.009.073.013.072.017.07.02.069.023.067.027.066.03.064.033.062.036.06.039.058.042.056.044.054.047.051.049.049.052.046.055.044.056.041.059.038.061.036.062.033.065.03.066.026.068.023.069.02.071.016.072.013.074.009.075.006.075v.078zm-1.477 1.495v-.228l.064-.002.064-.005.063-.008.061-.011.061-.014.059-.017.058-.02.057-.023.055-.025.054-.028.053-.03.05-.033.049-.035.048-.038.045-.04.043-.042.042-.044.039-.046.037-.048.035-.05.033-.051.03-.053.028-.055.025-.056.022-.058.02-.059.017-.06.014-.061.011-.062.008-.063.005-.065.002-.065h.225l-.002.077-.006.076-.009.074-.013.074-.017.072-.02.071-.023.07-.026.067-.03.066-.033.064-.035.063-.038.061-.041.058-.043.056-.047.054-.049.052-.051.049-.054.047-.056.044-.057.042-.061.039-.062.036-.064.033-.065.03-.067.027-.069.024-.07.02-.072.017-.073.013-.074.009-.075.006-.075.004zm-1.477-1.495h.225l.001.065.005.065.008.063.011.063.014.061.017.06.02.059.022.058.025.056.028.055.03.053.032.052.035.049.037.048.039.046.041.044.044.042.045.04.047.038.049.035.05.033.053.03.054.028.056.025.057.023.058.02.059.017.061.014.061.011.063.008.064.005.064.002v.228l-.076-.002-.074-.006-.074-.009-.073-.013-.072-.017-.07-.02-.069-.023-.067-.027-.066-.03-.063-.033-.062-.036-.06-.039-.058-.042-.055-.044-.054-.047-.051-.049-.049-.052-.046-.054-.044-.056-.041-.059-.038-.06-.036-.062-.033-.065-.029-.066-.027-.068-.023-.069-.02-.071-.016-.072-.013-.074-.009-.075-.006-.075-.001-.081zm1.477-1.494v.228l-.064.002-.064.005-.063.008-.061.011-.061.014-.059.017-.058.02-.057.023-.056.025-.054.028-.052.03-.051.033-.049.035-.048.038-.045.04-.044.042-.041.044-.04.046-.037.048-.035.05-.033.051-.03.053-.028.054-.025.056-.022.058-.02.059-.017.06-.014.061-.011.062-.008.064-.005.065-.001.065h-.225l.002-.077.006-.075.009-.075.013-.074.017-.072.02-.071.023-.069.026-.068.03-.066.033-.064.035-.063.039-.061.041-.058.044-.056.046-.055.049-.052.052-.049.054-.047.056-.044.058-.042.06-.039.062-.036.064-.033.066-.03.067-.027.069-.023.07-.02.072-.017.073-.013.074-.009.074-.006.074-.004z\"/>\n    <path fill=\"#FFF\" d=\"M75.646 38.256c.754 0 1.365.618 1.365 1.381 0 .762-.611 1.381-1.365 1.381a1.373 1.373 0 01-1.364-1.381c0-.763.61-1.381 1.364-1.381z\"/>\n    <path fill=\"#21231E\" d=\"M77.123 39.637h-.225l-.002-.065-.005-.065-.008-.063-.011-.062-.014-.061-.017-.06-.02-.059-.022-.058-.025-.056-.028-.054-.03-.053-.033-.052-.035-.049-.037-.048-.039-.046-.042-.044-.043-.042-.045-.04-.048-.038-.049-.036-.051-.033-.052-.03-.054-.028-.055-.026-.057-.023-.058-.02-.059-.017-.061-.014-.062-.011-.063-.008-.064-.005-.064-.002v-.228l.076.002.075.006.074.009.073.013.072.017.07.02.069.024.067.027.066.03.064.033.062.036.06.039.058.042.056.044.054.047.051.049.049.052.046.055.044.056.041.059.038.061.036.063.033.064.03.066.026.068.023.069.02.071.016.072.013.074.009.075.006.076.001.077zm-1.477 1.494v-.228l.064-.002.064-.005.062-.008.062-.011.061-.014.059-.017.058-.02.057-.023.056-.025.054-.028.053-.031.051-.033.049-.035.048-.038.045-.039.043-.043.042-.044.039-.046.037-.048.035-.05.033-.051.03-.053.028-.054.025-.056.022-.058.02-.059.017-.06.014-.062.011-.062.008-.063.005-.065.002-.065h.225l-.002.077-.006.076-.009.075-.013.074-.016.072-.02.071-.023.07-.026.068-.03.066-.033.064-.036.063-.038.06-.041.059-.044.056-.046.054-.049.052-.051.049-.054.047-.056.044-.058.042-.06.039-.061.036-.064.033-.066.03-.067.027-.069.024-.07.02-.071.017-.073.013-.074.009-.075.006-.078.003zm-1.477-1.494h.225l.001.065.005.065.008.063.011.063.014.062.017.06.02.059.022.057.025.056.028.055.03.053.032.052.035.049.037.048.039.046.041.044.043.042.046.04.047.038.049.035.05.033.053.03.054.028.056.025.057.023.058.02.059.017.061.014.061.011.062.008.064.005.064.001v.228l-.076-.002-.074-.006-.074-.009-.073-.013-.072-.017-.07-.02-.069-.023-.067-.027-.066-.03-.063-.033-.062-.036-.06-.039-.058-.042-.055-.044-.054-.047-.051-.049-.049-.052-.046-.054-.044-.056-.041-.059-.038-.061-.036-.062-.033-.065-.029-.066-.027-.068-.023-.07-.02-.071-.016-.072-.013-.074-.009-.075-.006-.075v-.078zm1.477-1.495v.228l-.064.002-.064.005-.062.008-.062.011-.06.014-.059.017-.058.02-.057.023-.056.025-.054.028-.052.03-.051.033-.049.035-.048.038-.045.04-.044.042-.041.044-.039.046-.037.048-.035.05-.033.051-.03.053-.028.055-.025.056-.022.058-.02.059-.017.06-.014.061-.011.062-.008.064-.005.065-.001.065h-.225l.002-.077.006-.075.009-.075.013-.074.017-.073.02-.071.023-.069.026-.068.03-.066.033-.064.035-.063.038-.061.041-.058.043-.056.046-.055.049-.052.051-.049.054-.047.056-.044.058-.042.06-.039.062-.036.064-.033.066-.03.067-.027.069-.023.07-.02.072-.017.073-.013.074-.009.075-.006.074-.004z\"/>\n    <path fill=\"#EDB92E\" d=\"M112.696 62.068l-5.053 2.557-5.054-2.557 5.054-2.557z\"/>\n    <path fill=\"#21231E\" d=\"M107.693 59.613l-5.053 2.557-.1-.203 5.053-2.557h.1v.203zm-.1-.204l.05-.025.05.025h-.1zm5.053 2.76l-5.053-2.557.1-.204 5.053 2.557v.203h-.1v.001zm.1-.203l.201.102-.201.102v-.204zm-5.153 2.557l5.053-2.557.1.203-5.053 2.557h-.1v-.203zm.1.203l-.05.025-.05-.025h.1zm-5.053-2.76l5.053 2.557-.1.204-5.053-2.557v-.203h.1v-.001zm-.101.203l-.201-.102.201-.102v.204z\"/>\n    <path fill=\"#0C4076\" d=\"M107.643 60.5c1.256 0 2.274.687 2.274 1.534s-1.018 1.534-2.274 1.534-2.274-.687-2.274-1.534 1.018-1.534 2.274-1.534z\"/>\n    <path fill=\"#21231E\" d=\"M110.03 62.034h-.225l-.002-.07-.008-.069-.013-.068-.018-.068-.023-.067-.028-.066-.032-.065-.038-.063-.041-.063-.046-.061-.051-.059-.055-.058-.059-.056-.064-.054-.067-.053-.071-.05-.075-.048-.078-.046-.082-.043-.085-.041-.088-.038-.091-.035-.094-.032-.097-.03-.099-.026-.102-.023-.104-.02-.106-.016-.109-.013-.11-.009-.111-.006-.113-.001v-.228l.121.002.119.006.117.01.116.014.114.018.112.021.109.025.107.028.105.032.102.035.099.038.096.042.093.044.09.048.087.051.083.053.08.056.075.059.072.061.068.064.063.067.059.069.054.071.05.074.044.076.039.078.033.08.028.082.022.084.016.085.01.086.002.086zm-2.387 1.648v-.228l.113-.002.111-.006.11-.009.109-.013.106-.016.104-.02.102-.023.099-.026.097-.029.094-.033.091-.036.088-.038.085-.041.082-.044.078-.046.075-.048.071-.05.067-.052.064-.054.059-.056.055-.058.051-.059.046-.061.041-.062.038-.064.032-.064.028-.066.023-.067.018-.068.013-.068.008-.069.002-.07h.225l-.003.087-.01.086-.015.084-.022.084-.028.082-.033.08-.039.078-.044.076-.05.074-.054.071-.059.069-.063.067-.068.064-.072.062-.076.059-.079.056-.083.054-.087.05-.09.048-.093.045-.096.042-.099.038-.102.036-.105.032-.107.028-.109.025-.112.021-.114.018-.116.011-.117.011-.119.006-.121.002zm-2.386-1.648h.225l.002.07.008.069.013.069.018.068.023.066.028.066.032.064.037.064.041.062.046.061.051.06.055.058.059.056.063.054.067.052.071.05.075.048.078.046.082.043.085.041.088.038.091.035.094.033.097.029.1.026.102.023.104.02.106.016.108.013.11.009.112.006.113.002v.228l-.121-.002-.12-.006-.117-.01-.116-.014-.114-.018-.112-.021-.109-.025-.107-.028-.104-.032-.102-.036-.099-.038-.096-.042-.093-.045-.09-.048-.087-.05-.083-.054-.079-.056-.076-.059-.072-.062-.068-.064-.063-.067-.059-.069-.054-.071-.049-.074-.044-.076-.039-.078-.033-.08-.028-.082-.022-.084-.016-.085-.01-.086-.002-.083zm2.386-1.648v.228l-.113.001-.112.006-.11.009-.108.013-.106.016-.104.02-.102.023-.1.026-.097.03-.094.033-.091.035-.088.038-.085.041-.082.043-.078.046-.075.048-.071.05-.067.052-.063.054-.059.056-.055.058-.051.059-.046.061-.041.063-.037.063-.032.065-.028.066-.023.066-.018.068-.013.069-.008.069-.002.07h-.225l.003-.087.01-.087.016-.085.022-.083.028-.082.033-.08.039-.078.044-.076.049-.074.054-.071.059-.069.063-.067.068-.064.072-.061.076-.059.079-.056.083-.053.087-.051.09-.048.093-.044.096-.042.099-.038.102-.035.104-.032.107-.028.109-.025.112-.021.114-.018.116-.014.118-.01.119-.006.12-.001z\"/>\n    <path fill=\"#EDB92E\" d=\"M101.444 62.087l-4.89 2.864-5.198-2.24 4.889-2.864z\"/>\n    <path fill=\"#21231E\" d=\"M96.302 59.946l-4.89 2.864-.112-.197 4.89-2.864.1-.006.012.203zm-.113-.197l.048-.028.052.022-.1.006zm5.211 2.443l-5.198-2.24.088-.209 5.198 2.24.012.203-.1.006zm.088-.21l.207.089-.195.114-.012-.203zm-4.99 2.871l4.89-2.864.112.197-4.89 2.864-.1.006-.012-.203zm.112.197l-.048.028-.052-.022.1-.006zm-5.21-2.443l5.198 2.24-.088.209-5.198-2.24-.012-.203.1-.006zm-.088.209l-.207-.089.195-.114.012.203z\"/>\n    <path fill=\"#C6363C\" d=\"M96.306 60.834c1.254-.078 2.311.545 2.363 1.391.051.846-.924 1.594-2.177 1.672-1.253.078-2.311-.545-2.362-1.391-.052-.846.923-1.594 2.176-1.672z\"/>\n    <path fill=\"#21231E\" d=\"M98.78 62.218l-.224.014-.007-.07-.012-.069-.017-.068-.022-.066-.027-.065-.031-.064-.036-.062-.041-.061-.046-.059-.049-.058-.054-.056-.059-.054-.062-.052-.066-.051-.071-.048-.074-.046-.078-.043-.081-.041-.084-.038-.087-.035-.09-.033-.093-.03-.096-.026-.099-.024-.101-.02-.103-.017-.105-.013-.107-.01-.109-.006-.11-.002-.112.001-.113.005-.014-.227.121-.005.12-.001.118.003.117.007.115.011.113.015.111.018.109.022.106.025.104.029.101.032.098.036.095.039.093.042.089.045.086.048.082.051.079.054.075.057.071.06.067.063.063.065.059.068.054.071.049.073.043.075.038.078.033.08.027.082.021.084.015.085.008.082zm-2.282 1.792l-.014-.227.113-.009.111-.013.109-.016.107-.02.105-.023.103-.026.1-.03.097-.032.095-.036.092-.038.089-.041.086-.044.083-.046.079-.048.075-.051.072-.053.068-.054.064-.057.06-.059.056-.06.052-.061.047-.062.042-.064.038-.065.033-.066.029-.067.024-.067.018-.068.014-.068.009-.069.004-.07-.001-.07.224-.014.002.088-.005.087-.011.086-.017.085-.023.084-.029.082-.034.08-.04.078-.045.077-.05.074-.054.072-.059.07-.064.068-.068.065-.072.064-.076.061-.08.058-.083.056-.087.053-.09.05-.093.048-.097.044-.099.042-.102.038-.105.035-.108.032-.11.028-.112.025-.115.021-.117.017-.119.014-.121.012zm-2.481-1.497l.224-.014.007.07.012.069.017.068.022.066.027.065.032.064.036.062.041.061.046.059.05.058.054.056.059.055.062.052.066.05.071.048.074.046.078.044.081.041.084.038.088.036.09.032.094.03.096.026.098.024.101.02.103.017.105.013.107.01.108.006.11.002.112-.001.113-.005.014.227-.121.005-.12.001-.118-.003-.117-.007-.115-.011-.113-.015-.111-.018-.109-.022-.106-.025-.104-.029-.101-.032-.098-.036-.095-.039-.093-.042-.089-.045-.086-.048-.082-.051-.079-.054-.076-.057-.071-.06-.067-.063-.063-.065-.059-.068-.053-.071-.049-.073-.044-.075-.038-.078-.033-.08-.027-.082-.021-.084-.015-.085-.009-.083zm2.282-1.792l.014.227-.113.009-.111.013-.109.016-.107.02-.105.023-.103.027-.101.029-.097.033-.095.035-.092.038-.089.041-.086.044-.083.046-.079.048-.075.051-.072.053-.068.054-.064.057-.06.058-.056.06-.051.061-.047.062-.042.064-.038.064-.033.066-.028.067-.023.067-.019.068-.014.069-.009.069-.003.07.001.07-.224.014-.002-.087.005-.087.011-.086.017-.085.023-.083.029-.082.034-.08.039-.079.045-.077.05-.075.055-.073.059-.07.064-.068.068-.066.072-.064.076-.061.08-.058.083-.056.087-.053.09-.05.093-.047.097-.045.099-.042.102-.038.105-.035.108-.032.11-.028.112-.025.115-.021.117-.017.119-.014.119-.009z\"/>\n    <path fill=\"#EDB92E\" d=\"M85.475 60.656l5.283 2.025-4.362 2.952c-1.13-.38-2.027-4.267-.921-4.977z\"/>\n    <path fill=\"#21231E\" d=\"M90.718 62.788l-5.284-2.025.08-.212 5.284 2.025.022.201-.102.011zm.08-.213l.204.078-.181.123-.023-.201zm-4.464 2.964l4.362-2.952.125.189-4.362 2.952-.098.013-.027-.202zm-.82-4.989l-.08.212.1-.01-.083.064-.074.08-.067.097-.059.112-.05.128-.041.141-.033.154-.024.165-.015.174-.007.183.001.189.01.195.017.2.025.202.032.204.039.204.045.204.051.201.057.198.062.194.068.187.072.18.077.171.081.162.084.15.087.138.089.124.091.109.092.092.092.075.09.057.089.038-.071.216-.122-.053-.116-.073-.112-.091-.107-.108-.102-.122-.098-.136-.094-.149-.089-.16-.085-.171-.08-.18-.075-.188-.07-.194-.065-.201-.059-.205-.053-.208-.046-.211-.04-.212-.033-.211-.026-.21-.018-.208-.01-.204-.002-.2.007-.194.016-.187.026-.179.036-.169.047-.16.058-.148.071-.135.084-.122.098-.106.113-.087.099-.008zm-.1.01l.047-.03.053.02-.1.01zm.061.096l.04-.106-.04.106zm-.061-.096l.047-.03.053.02-.1.01z\"/>\n    <path fill=\"#0C4076\" d=\"M85.574 61.64c1.249-.129 2.331.45 2.416 1.293.085.843-.859 1.631-2.109 1.76-.812.084-1.317-.635-1.405-1.397-.088-.762.241-1.567 1.098-1.656z\"/>\n    <path fill=\"#21231E\" d=\"M88.102 62.922l-.223.023-.01-.07-.015-.068-.02-.067-.024-.065-.03-.064-.034-.063-.039-.061-.043-.059-.048-.058-.052-.056-.056-.054-.061-.052-.064-.05-.068-.047-.073-.045-.076-.043-.08-.04-.082-.038-.086-.035-.089-.032-.091-.029-.094-.026-.097-.023-.099-.019-.102-.016-.103-.013-.106-.009-.107-.006-.109-.002-.11.002-.112.006-.113.01-.023-.226.12-.01.119-.006.118-.002.117.002.115.006.113.01.112.013.109.018.107.021.105.024.102.028.1.031.097.035.094.038.091.041.088.045.085.048.081.051.077.054.074.057.07.06.065.062.061.066.056.068.052.071.047.073.041.076.036.079.03.081.025.083.018.085.014.087zm-2.209 1.884l-.023-.226.113-.014.11-.017.108-.021.107-.024.104-.027.101-.031.099-.033.096-.037.093-.039.09-.042.087-.045.084-.047.081-.049.077-.051.074-.054.07-.056.066-.057.062-.059.057-.061.054-.062.049-.063.044-.065.04-.065.035-.066.031-.067.026-.068.021-.068.016-.069.011-.069.006-.069.001-.07-.005-.07.223-.023.006.087-.001.087-.008.086-.014.086-.02.084-.025.083-.031.082-.037.08-.041.078-.047.076-.052.075-.056.073-.061.071-.065.069-.069.066-.074.064-.077.062-.081.059-.085.057-.088.054-.092.051-.095.048-.098.046-.101.042-.104.039-.106.036-.109.033-.112.029-.113.026-.116.022-.118.018-.118.015zm-1.528-1.497l.223-.026.009.068.011.067.014.066.016.066.018.065.02.064.023.063.024.062.027.06.028.058.031.057.033.055.034.053.037.051.038.049.04.046.042.044.044.042.045.039.047.036.049.034.051.03.052.028.054.024.056.021.057.018.059.014.061.011.063.007.065.003h.066l.069-.005.023.226-.082.006-.08.001-.078-.004-.077-.009-.075-.013-.073-.018-.071-.022-.069-.026-.066-.03-.064-.034-.062-.037-.059-.04-.057-.044-.054-.047-.052-.049-.05-.052-.047-.055-.045-.057-.043-.06-.04-.061-.038-.063-.035-.065-.033-.067-.03-.068-.028-.069-.025-.071-.023-.072-.02-.072-.018-.074-.015-.074-.012-.075-.008-.075zm1.198-1.782l.023.226-.073.01-.069.013-.066.017-.063.02-.061.023-.057.026-.055.029-.052.032-.049.035-.046.038-.044.04-.042.043-.039.045-.036.048-.034.049-.032.051-.03.054-.027.056-.024.057-.022.059-.02.061-.017.062-.015.063-.013.064-.01.065-.007.066-.005.067-.003.067v.067l.002.068.004.068.007.067-.224.026-.007-.075-.005-.076-.002-.076.001-.076.003-.076.006-.075.009-.074.011-.074.014-.073.017-.072.02-.071.023-.07.025-.069.029-.067.032-.065.035-.064.038-.062.041-.06.044-.057.047-.055.051-.052.054-.049.057-.046.061-.043.063-.039.067-.036.07-.032.073-.028.076-.024.079-.02.082-.015.085-.011z\"/>\n    <path fill=\"#FFF\" d=\"M102.158 63.014c.392 0 .71.321.71.718a.714.714 0 01-.71.718.713.713 0 01-.709-.718c0-.396.317-.718.709-.718z\"/>\n    <path fill=\"#21231E\" d=\"M102.98 63.732h-.225v-.031l-.002-.031-.004-.031-.005-.03-.007-.029-.008-.028-.009-.028-.011-.027-.012-.027-.013-.026-.014-.025-.016-.025-.017-.024-.018-.023-.019-.022-.02-.021-.021-.02-.022-.019-.023-.018-.023-.017-.024-.016-.025-.015-.026-.013-.027-.012-.027-.011-.028-.009-.029-.008-.028-.007-.03-.005-.03-.004-.03-.002h-.031V62.9l.042.001.042.003.041.005.041.007.04.009.039.011.039.013.037.015.036.017.035.018.035.02.033.022.032.023.031.025.03.026.029.027.027.029.026.03.024.031.023.032.022.034.02.035.018.035.017.037.015.038.013.039.011.04.009.04.007.041.005.041.003.042.002.046zm-.822.832v-.228h.031l.03-.002.031-.004.029-.005.028-.007.029-.008.028-.009.027-.011.027-.012.026-.013.025-.015.024-.016.023-.017.023-.018.022-.019.021-.02.02-.021.018-.022.018-.023.017-.024.015-.024.014-.025.013-.026.012-.027.011-.027.009-.028.008-.029.007-.029.005-.03.004-.031.002-.03v-.031h.225l-.001.043-.003.042-.005.041-.007.041-.009.041-.011.039-.013.039-.015.038-.017.036-.018.036-.02.035-.022.034-.023.033-.024.031-.026.03-.027.029-.029.027-.03.026-.031.025-.032.023-.033.022-.035.02-.035.018-.036.017-.037.015-.039.013-.039.011-.04.01-.041.007-.041.005-.042.003-.041.001zm-.822-.832h.225v.031l.002.03.004.031.005.03.007.029.008.029.009.028.011.028.012.027.014.027.014.025.016.024.017.024.018.023.019.022.02.021.021.02.022.019.023.018.023.017.024.016.025.014.026.014.027.012.027.011.028.009.028.008.028.007.03.005.03.004.03.002h.031v.228l-.042-.001-.042-.003-.041-.005-.041-.007-.04-.009-.039-.011-.038-.013-.038-.015-.036-.017-.035-.018-.035-.02-.033-.022-.032-.023-.031-.025-.03-.026-.029-.027-.027-.029-.025-.03-.025-.031-.023-.033-.021-.034-.02-.035-.018-.036-.017-.036-.015-.038-.013-.039-.011-.039-.009-.041-.007-.041-.005-.041-.004-.042-.002-.046zm.822-.831v.228h-.031l-.03.002-.03.004-.03.005-.028.007-.028.008-.028.01-.027.011-.027.012-.026.014-.025.014-.024.016-.023.017-.023.018-.022.019-.021.02-.02.021-.019.022-.018.023-.016.023-.016.025-.014.025-.013.026-.012.027-.011.027-.009.028-.008.029-.007.029-.005.03-.004.031-.002.031v.031h-.225l.001-.043.003-.042.005-.041.007-.041.009-.041.011-.04.013-.039.015-.038.017-.037.018-.036.02-.035.021-.033.023-.033.025-.031.025-.03.027-.029.029-.027.03-.026.031-.025.032-.023.033-.022.035-.02.035-.018.036-.017.038-.015.038-.013.039-.011.04-.009.041-.007.041-.005.041-.003.043-.003z\"/>\n    <path fill=\"#FFF\" d=\"M91.325 63.622c.392 0 .71.321.71.718a.714.714 0 01-.71.718.713.713 0 01-.709-.718c0-.397.317-.718.709-.718z\"/>\n    <path fill=\"#21231E\" d=\"M92.147 64.34h-.225v-.031l-.002-.031-.004-.031-.005-.03-.007-.029-.008-.028-.009-.028-.011-.027-.012-.026-.013-.026-.014-.025-.016-.024-.017-.024-.018-.023-.019-.022-.02-.021-.021-.02-.022-.019-.023-.018-.023-.017-.024-.016-.025-.014-.026-.013-.027-.012-.027-.011-.028-.01-.029-.008-.028-.007-.03-.005-.03-.004-.03-.002h-.031v-.228l.042.001.042.003.041.005.041.007.04.009.039.011.039.013.037.015.036.017.035.018.035.02.033.022.032.023.031.025.03.026.029.027.027.029.026.03.024.031.023.032.021.034.02.035.018.036.017.037.015.038.013.039.011.04.009.041.007.041.005.041.003.042.003.042zm-.822.831v-.227l.031-.001.03-.002.03-.004.03-.005.028-.007.029-.008.028-.009.027-.011.027-.012.026-.013.025-.015.024-.016.023-.017.023-.018.022-.02.021-.02.02-.021.018-.022.018-.023.017-.024.015-.024.014-.025.013-.027.012-.027.011-.027.009-.028.008-.029.007-.029.005-.03.004-.031.002-.03v-.031h.225l-.001.043-.003.042-.005.041-.007.041-.009.04-.011.039-.013.039-.015.038-.017.036-.018.036-.02.035-.022.034-.023.032-.024.031-.026.03-.027.029-.029.027-.03.026-.031.025-.032.023-.033.022-.034.02-.035.018-.036.017-.037.015-.039.013-.039.011-.04.009-.041.007-.041.005-.041.003-.043.006zm-.822-.831h.225v.031l.002.03.004.031.005.03.007.029.008.029.009.028.011.027.012.027.013.026.014.025.016.025.016.023.018.023.019.022.02.021.02.02.022.019.023.018.023.016.024.016.025.014.026.014.026.012.027.011.028.009.028.008.028.007.029.005.031.004.03.002h.031v.228l-.043-.001-.042-.004-.041-.005-.041-.007-.04-.01-.039-.011-.038-.013-.038-.015-.036-.017-.035-.018-.035-.02-.033-.022-.032-.023-.031-.025-.03-.026-.029-.027-.027-.029-.025-.03-.025-.031-.023-.033-.021-.034-.02-.035-.018-.036-.017-.036-.015-.038-.013-.039-.011-.039-.009-.041-.007-.041-.005-.041-.003-.042.002-.041zm.822-.832v.228h-.031l-.03.002-.031.004-.029.005-.028.007-.028.008-.028.009-.027.011-.026.012-.026.014-.025.014-.024.016-.023.017-.023.018-.022.019-.02.02-.02.021-.019.022-.018.023-.016.023-.016.025-.014.025-.013.026-.012.027-.011.027-.009.028-.008.028-.007.029-.005.029-.004.031-.002.031v.031h-.225l.001-.043.003-.043.005-.041.007-.041.009-.041.011-.04.013-.039.015-.038.017-.037.018-.035.02-.035.021-.034.023-.033.025-.031.025-.03.027-.029.029-.027.03-.026.031-.025.032-.023.033-.022.035-.02.035-.018.036-.017.038-.015.038-.013.039-.011.04-.009.041-.007.041-.005.042-.003.04.001z\"/>\n    <path fill=\"#FFF\" d=\"M90.943 60.308c.392 0 .709.322.709.718a.714.714 0 01-.709.718.714.714 0 01-.709-.718c0-.396.317-.718.709-.718z\"/>\n    <path fill=\"#21231E\" d=\"M91.765 61.026h-.225v-.031l-.002-.03-.004-.031-.005-.03-.007-.029-.008-.029-.009-.028-.01-.027-.012-.027-.013-.026-.014-.025-.015-.024-.017-.024-.018-.023-.018-.022-.02-.021-.021-.02-.022-.019-.023-.018-.023-.017-.024-.015-.025-.015-.026-.013-.027-.012-.027-.011-.028-.009-.029-.008-.028-.007-.029-.005-.031-.004-.03-.002h-.031v-.228l.043.001.042.003.041.005.041.007.04.01.039.011.039.013.037.015.036.017.035.018.035.02.033.022.032.023.031.025.03.026.029.027.027.029.026.03.024.031.023.033.022.034.02.035.018.036.017.037.015.038.013.039.011.039.009.041.007.041.005.041.003.042-.002.041zm-.822.832v-.228h.031l.03-.002.031-.004.03-.005.028-.007.029-.008.028-.009.027-.011.027-.012.026-.013.025-.015.024-.016.024-.017.023-.018.021-.019.021-.02.02-.021.019-.022.018-.023.017-.024.015-.024.014-.025.013-.026.012-.027.011-.027.009-.028.008-.029.007-.029.005-.03.004-.031.002-.03v-.031h.225l-.001.043-.003.042-.005.041-.007.041-.009.041-.011.039-.013.039-.015.038-.017.037-.018.036-.02.035-.022.034-.023.033-.024.031-.026.03-.027.029-.029.027-.03.026-.031.024-.032.023-.033.022-.035.02-.035.018-.036.017-.037.015-.039.013-.039.011-.04.01-.041.007-.041.005-.042.003-.043.001zm-.822-.832h.225v.031l.002.03.004.031.005.03.007.029.008.029.009.028.011.027.012.027.013.026.014.025.016.025.016.024.018.023.019.022.02.021.021.02.021.019.023.018.024.017.024.016.025.014.026.014.026.012.027.011.028.009.028.008.028.007.03.005.031.004.03.002h.031v.228l-.042-.001-.042-.003-.041-.005-.041-.007-.04-.009-.039-.011-.038-.013-.038-.015-.036-.017-.035-.018-.035-.02-.033-.022-.032-.023-.031-.025-.03-.026-.029-.028-.027-.029-.026-.03-.025-.031-.023-.033-.022-.034-.02-.035-.018-.036-.017-.037-.015-.038-.013-.039-.011-.039-.009-.041-.007-.041-.005-.041-.003-.042.001-.043zm.822-.832v.227l-.031.001-.03.002-.031.004-.03.005-.028.007-.028.008-.028.009-.027.011-.026.012-.026.014-.025.014-.024.015-.024.017-.023.018-.021.019-.021.02-.02.021-.019.022-.018.023-.016.024-.016.025-.015.025-.013.026-.012.027-.01.027-.009.028-.008.029-.007.029-.005.03-.004.031-.002.03v.031h-.225l.001-.043.004-.042.005-.041.007-.041.009-.04.011-.039.013-.039.015-.038.017-.037.018-.036.02-.035.021-.033.023-.033.025-.031.026-.03.027-.029.029-.028.03-.026.031-.025.032-.023.033-.022.035-.02.035-.018.036-.017.038-.015.038-.013.039-.011.04-.009.041-.007.041-.005.042-.003.04-.002z\"/>\n    <path fill=\"#FFF\" d=\"M102.131 59.839c.392 0 .709.321.709.718a.714.714 0 01-.709.718.714.714 0 01-.71-.718c0-.397.318-.718.71-.718z\"/>\n    <path fill=\"#21231E\" d=\"M102.953 60.557h-.225v-.031l-.002-.03-.004-.031-.005-.03-.007-.029-.008-.029-.009-.028-.011-.027-.012-.027-.013-.026-.014-.025-.016-.025-.017-.024-.018-.023-.019-.022-.02-.021-.02-.02-.022-.019-.023-.018-.023-.017-.024-.016-.025-.014-.026-.014-.026-.011-.027-.011-.028-.009-.028-.008-.028-.007-.029-.005-.031-.004-.03-.002h-.031v-.228l.043.001.042.003.041.005.041.007.04.009.039.011.038.013.038.015.036.017.035.018.035.02.033.022.032.023.031.025.03.026.029.027.027.029.025.03.025.031.023.033.021.034.02.035.018.036.017.036.015.038.013.039.011.04.009.041.007.041.005.041.003.042-.001.043zm-.822.831v-.228h.031l.03-.002.031-.004.029-.005.028-.007.028-.008.028-.009.027-.011.026-.012.026-.014.025-.014.024-.016.023-.017.023-.018.022-.019.02-.02.02-.021.019-.022.018-.023.016-.023.016-.025.014-.025.013-.026.012-.027.011-.027.009-.028.008-.028.007-.029.005-.03.004-.031.002-.031v-.031h.225l-.001.043-.003.042-.005.041-.007.041-.009.04-.011.04-.013.039-.015.038-.017.037-.018.036-.02.035-.021.033-.023.033-.025.031-.025.03-.027.029-.029.027-.03.026-.031.025-.032.023-.033.022-.035.02-.035.018-.036.017-.038.015-.038.013-.039.011-.04.009-.041.007-.041.005-.041.003-.041.002zm-.822-.831h.225v.031l.002.031.004.031.005.03.007.029.008.028.009.028.011.027.012.027.013.026.014.025.016.025.016.023.018.023.019.022.02.021.02.02.022.019.023.018.023.016.025.016.025.015.026.013.026.012.027.011.028.009.028.008.029.007.029.005.031.004.03.002h.031v.228l-.042-.001-.042-.003-.041-.005-.04-.007-.04-.009-.039-.011-.038-.013-.038-.015-.036-.017-.035-.018-.034-.02-.033-.022-.033-.023-.031-.025-.03-.026-.029-.027-.027-.029-.025-.03-.025-.031-.023-.033-.021-.033-.02-.035-.018-.036-.017-.037-.015-.038-.013-.039-.011-.04-.009-.04-.007-.041-.005-.041-.003-.042-.002-.043zm.822-.832v.228h-.031l-.03.002-.031.004-.029.005-.029.007-.028.008-.028.01-.026.011-.026.012-.026.013-.025.015-.025.016-.023.016-.023.018-.022.019-.02.02-.02.021-.019.022-.018.023-.016.024-.016.024-.014.025-.013.026-.012.027-.011.027-.009.028-.008.029-.007.029-.005.03-.004.031-.002.03v.031h-.225l.001-.043.003-.042.005-.041.007-.041.009-.041.011-.039.013-.039.015-.038.017-.036.018-.036.02-.035.021-.034.023-.033.025-.031.025-.03.027-.029.029-.027.03-.026.031-.025.033-.023.033-.022.034-.02.035-.018.036-.017.038-.015.038-.013.039-.011.04-.01.04-.007.041-.005.042-.003.042-.001z\"/>\n    <path fill=\"#EDB92E\" d=\"M82.93 53.411c.537-.166 1.377 1.035 1.576 1.014.264-.687-.275-2.329-1.229-3.629-.649-.214-.707-.635-.841-1.614-.04-.293-.595-.091-.605.407-.011.534-.052.829.066 1.285.046.18.021.352-.178.516 1.012.405 1.26.902 1.211 2.021z\"/>\n    <path fill=\"#21231E\" d=\"M84.402 54.384l.209.083-.093.072-.056-.003-.044-.015-.04-.021-.038-.025-.038-.029-.04-.033-.041-.036-.044-.039-.045-.043-.047-.045-.048-.047-.05-.049-.052-.05-.053-.051-.054-.051-.055-.051-.056-.05-.056-.049-.061-.052-.057-.046-.057-.043-.057-.04-.056-.037-.054-.033-.053-.028-.051-.023-.049-.018-.047-.013-.044-.008-.04-.002-.037.003-.035.008-.066-.217.067-.015.068-.006.069.004.067.012.066.018.066.024.065.029.064.034.064.038.063.041.063.045.062.047.061.049.06.051.059.052.058.053.057.053.056.053.054.051.053.051.05.049.049.047.046.044.043.04.041.037.037.033.033.028.029.021.024.016.015.008.004.002h-.015l-.093.072zm-1.16-3.479l.069-.216.056.04.09.125.087.127.085.128.081.129.079.13.076.131.073.132.07.132.067.132.064.132.061.132.058.131.054.13.051.129.048.128.044.127.04.125.037.123.033.121.029.119.026.116.021.113.017.111.013.107.009.104.005.101v.097l-.005.093-.009.089-.014.085-.02.081-.026.076-.21-.083.019-.058.016-.064.012-.07.008-.076.004-.081v-.086l-.005-.091-.008-.095-.012-.1-.016-.103-.02-.107-.024-.11-.028-.113-.032-.115-.035-.118-.039-.12-.042-.122-.046-.124-.05-.125-.053-.126-.056-.127-.059-.128-.062-.128-.065-.128-.068-.128-.071-.128-.074-.128-.077-.127-.079-.125-.082-.124-.084-.123-.087-.121.056.042zm-.917-1.707l.223-.031.012.09.012.087.012.083.012.081.011.076.012.074.012.07.012.068.013.064.014.061.014.058.015.055.016.053.016.05.018.047.019.044.019.042.021.039.022.037.023.035.025.033.027.031.029.03.031.028.033.026.036.026.038.025.041.023.045.023.048.021.051.02.055.019-.07.216-.063-.022-.06-.024-.057-.025-.054-.027-.052-.029-.049-.031-.046-.033-.044-.035-.041-.038-.038-.039-.035-.041-.033-.044-.031-.045-.028-.047-.026-.05-.024-.051-.022-.053-.02-.055-.019-.057-.017-.059-.016-.061-.015-.064-.014-.066-.014-.068-.013-.071-.013-.073-.012-.076-.012-.079-.012-.081-.012-.084-.012-.087-.013-.089zm-.382.394l-.225-.005.003-.054.007-.053.01-.05.013-.047.016-.046.019-.044.021-.041.024-.039.025-.037.027-.034.029-.032.03-.029.031-.027.032-.024.033-.021.034-.019.034-.017.035-.014.035-.011.036-.008.035-.005.036-.002.036.002.036.007.036.011.034.017.032.022.028.027.025.032.019.036.013.038.008.04-.223.031-.002-.012-.003-.008-.002-.004-.002-.003-.002-.002-.003-.002-.004-.002-.006-.002-.01-.002-.012-.001h-.013l-.016.002-.017.004-.018.006-.019.008-.021.01-.02.012-.021.014-.021.015-.02.018-.02.019-.019.021-.018.022-.017.024-.016.026-.014.028-.012.029-.011.031-.009.033-.007.034-.005.036-.004.042zm.062 1.254l-.217.057-.011-.044-.01-.044-.009-.042-.008-.041-.007-.041-.007-.041-.006-.04-.005-.039-.005-.04-.004-.039-.003-.038-.003-.038-.002-.038-.002-.038-.001-.038-.001-.038v-.154l.001-.04.001-.04.001-.041.001-.041.001-.041.002-.043.001-.043.001-.045.002-.046.001-.046.001-.047.001-.049.225.005-.001.05-.001.049-.001.047-.002.046-.001.044-.001.044-.001.042-.001.042-.001.041-.001.039-.001.039v.22l.001.035.002.035.002.035.002.035.003.035.003.036.004.035.005.036.005.037.006.036.007.038.007.038.008.039.009.04.01.04zm-.244.438l-.083.211-.03-.194.016-.013.014-.013.013-.013.013-.013.012-.013.011-.013.01-.012.009-.012.008-.012.008-.012.007-.012.006-.012.005-.011.005-.011.004-.011.004-.012.003-.012.002-.011.002-.012.002-.013.001-.012.001-.012v-.037l-.001-.013-.001-.013-.002-.013-.002-.015-.003-.013-.003-.013-.004-.015.218-.057.005.019.005.02.004.02.003.019.003.02.002.02.002.02v.04l-.001.021-.001.021-.002.021-.003.02-.004.021-.005.021-.005.02-.007.02-.008.021-.008.021-.01.02-.01.02-.011.02-.012.019-.013.019-.014.02-.015.019-.016.019-.017.018-.017.018-.018.018-.02.018-.02.018-.032-.192zm-.083.212l-.178-.071.148-.123.03.194zm1.14 1.915h.225l-.225-.005.004-.101.002-.097v-.094l-.002-.09-.004-.087-.006-.083-.008-.08-.01-.076-.013-.073-.015-.07-.018-.067-.019-.064-.022-.061-.025-.059-.027-.057-.03-.055-.032-.052-.035-.051-.038-.049-.042-.048-.045-.046-.048-.045-.052-.044-.056-.043-.06-.042-.064-.041-.068-.041-.072-.039-.077-.039-.081-.038-.086-.038-.09-.037.083-.211.095.039.09.04.087.041.083.042.079.043.075.044.071.046.068.047.064.049.06.051.057.053.053.055.049.057.046.059.043.061.039.063.036.066.032.068.029.07.026.072.023.075.02.077.017.079.014.082.012.084.009.087.007.089.004.093.002.095v.099l-.002.102-.004.105-.228-.01zm.224 0h-.225l.08-.109.145.109zm-.224 0v-.084l.08-.025-.08.109z\"/>\n    <path fill=\"#EDB92E\" d=\"M82.45 49.196c-.092.225-.121.409-.143.752-.017.261.078.505.243.721.166.217.402.408.668.563.165.096.354.363.503.666.149.301.258.641.264.883.021.799.175 1.497.537 1.635.237.09.331.076.515.033-.052-.144-.032-.346-.16-.546-.164-.258-.308-.555-.321-.814-.012-.202-.106-.337-.028-.734.05-.258.216-.355.187-.593-.057-.46-.416-1.344-.944-1.344-.52 0-.763-.057-1.033-.752-.09-.238-.21-.352-.288-.47z\"/>\n    <path fill=\"#21231E\" d=\"M82.42 49.955l-.225-.015.002-.032.002-.031.002-.031.002-.03.002-.028.002-.028.003-.028.003-.026.003-.026.003-.026.003-.025.003-.026.003-.024.004-.024.004-.024.004-.024.004-.023.004-.022.005-.023.005-.023.005-.023.006-.022.006-.022.007-.023.007-.021.007-.021.007-.022.008-.022.008-.021.008-.022.009-.023.009-.022.207.087-.008.02-.008.019-.007.02-.007.019-.007.019-.006.018-.006.02-.006.019-.005.018-.005.02-.005.019-.005.019-.005.019-.004.02-.004.021-.004.021-.004.02-.003.021-.003.022-.003.023-.003.022-.003.023-.003.024-.003.025-.003.026-.002.026-.002.027-.002.028-.002.028-.002.029-.002.03v.031zm.219.644l-.178.139-.017-.022-.016-.022-.016-.022-.015-.023-.015-.023-.014-.023-.014-.023-.013-.024-.013-.023-.012-.024-.012-.024-.012-.025-.01-.024-.01-.024-.01-.025-.009-.025-.009-.026-.008-.025-.007-.025-.007-.026-.006-.026-.005-.025-.005-.026-.004-.027-.003-.026-.003-.027-.002-.027-.001-.027-.001-.028v-.027l.001-.027.001-.028.224.015-.001.021v.063l.001.021.002.021.002.021.002.021.003.02.004.021.005.021.005.02.005.02.006.021.006.021.007.02.008.02.008.02.008.021.009.02.009.019.01.02.01.02.011.02.011.019.012.019.012.02.012.019.013.019.013.019.014.019.014.019zm.636.534l-.112.197-.026-.015-.026-.015-.025-.015-.026-.016-.025-.016-.025-.016-.025-.017-.024-.017-.024-.017-.024-.017-.024-.018-.024-.018-.023-.018-.023-.018-.023-.019-.022-.018-.022-.018-.022-.019-.021-.019-.021-.019-.021-.02-.02-.02-.02-.02-.02-.02-.02-.02-.02-.021-.018-.02-.018-.02-.018-.021-.018-.021-.018-.022-.016-.022.178-.139.015.019.015.019.015.018.015.018.017.019.017.019.017.018.018.018.018.018.018.018.018.018.019.017.019.017.02.018.019.017.02.017.02.017.02.016.021.017.021.016.021.016.022.016.022.016.023.016.022.015.022.015.024.015.023.015.023.015.023.015.024.014.025.012zm.548.714l-.201.101-.013-.027-.014-.027-.014-.026-.014-.027-.014-.026-.015-.026-.015-.026-.015-.025-.015-.025-.015-.024-.015-.024-.015-.023-.015-.023-.015-.022-.015-.021-.015-.021-.015-.02-.015-.019-.015-.018-.015-.019-.015-.017-.015-.016-.015-.016-.015-.015-.014-.014-.014-.013-.014-.012-.014-.011-.012-.009-.013-.009-.013-.009-.011-.006.113-.197.02.012.019.013.019.013.02.015.018.015.018.016.019.017.018.018.018.018.018.019.018.02.018.021.017.021.018.022.018.022.017.023.017.023.017.024.017.025.017.025.017.025.017.026.016.026.016.027.016.027.016.028.016.028.015.028.015.028.015.029.015.029.012.029zm.275.93l-.225.006-.001-.02-.001-.021-.002-.022-.002-.023-.003-.022-.003-.023-.004-.024-.004-.025-.005-.025-.005-.025-.006-.026-.007-.026-.007-.026-.007-.026-.008-.027-.008-.028-.008-.027-.009-.027-.01-.028-.01-.028-.01-.028-.01-.028-.011-.028-.011-.029-.012-.028-.012-.028-.012-.028-.012-.028-.012-.028-.013-.028-.013-.028-.013-.027.201-.102.014.03.014.029.014.03.013.03.013.03.013.03.013.03.012.03.012.03.012.03.012.031.011.031.01.03.01.03.01.03.009.031.009.029.008.03.008.03.008.03.007.029.007.028.006.029.006.028.005.028.005.028.004.027.003.028.003.027.002.026.002.026v.026zm.465 1.532l-.079.212-.043-.018-.041-.023-.039-.026-.036-.029-.035-.032-.033-.035-.031-.038-.029-.041-.027-.042-.025-.045-.024-.048-.023-.049-.021-.051-.02-.053-.019-.055-.018-.057-.017-.058-.015-.06-.014-.062-.013-.063-.012-.065-.012-.066-.01-.068-.01-.069-.008-.07-.007-.071-.007-.072-.006-.073-.005-.074-.004-.075-.003-.075-.002-.076.224-.006.002.073.003.072.004.072.005.071.006.07.007.069.007.068.008.066.009.066.01.063.011.062.011.061.012.059.013.057.014.055.015.053.016.051.017.048.017.046.018.044.019.041.02.038.021.036.021.033.021.03.021.026.022.024.023.021.023.018.023.016.023.013.022.011zm.369.178l.211-.078-.08.15-.017.004-.017.004-.017.004-.016.003-.016.003-.016.003-.017.003-.016.002-.015.002-.017.002-.016.002-.016.001-.017.001-.017.001h-.05l-.018-.002-.018-.002-.018-.002-.018-.003-.018-.003-.019-.004-.019-.005-.019-.005-.02-.005-.02-.006-.02-.006-.021-.007-.023-.008-.022-.008-.023-.009.079-.212.021.007.02.008.018.006.018.006.018.006.016.005.016.004.015.004.014.003.013.003.013.003.013.002.013.002.012.001.011.001H84.853l.012-.001.012-.001.011-.001.013-.002.013-.002.012-.002.013-.003.015-.003.015-.003.015-.003.016-.003.017-.004-.085.147zm.211-.078l.043.121-.124.029.081-.15zm-.359-.445l.189-.123.013.022.013.022.012.022.011.021.01.022.009.021.008.021.008.023.007.022.006.02.006.021.005.02.005.02.005.021.004.019.003.018.003.018.003.019.003.018.003.017.003.017.003.016.003.016.002.015.003.015.003.014.003.013.003.013.003.013.003.012.003.01.004.01-.211.078-.006-.017-.005-.019-.005-.016-.004-.016-.004-.017-.004-.017-.003-.017-.003-.017-.003-.017-.003-.017-.003-.017-.003-.016-.003-.017-.002-.016-.003-.016-.003-.017-.003-.017-.003-.017-.003-.015-.004-.017-.004-.016-.005-.016-.005-.017-.005-.015-.005-.015-.007-.016-.007-.016-.007-.015-.008-.016-.008-.016-.009-.016-.011-.017zm-.339-.87l.224-.013v.001l.001.021.002.022.003.021.003.022.004.023.005.023.005.023.006.024.006.023.007.023.008.024.008.024.008.024.009.025.009.024.01.024.011.025.011.025.011.024.012.025.012.025.012.025.013.024.013.025.013.025.014.024.014.025.014.024.014.024.015.024.015.024.015.024-.189.123-.016-.025-.016-.025-.015-.025-.016-.026-.015-.026-.015-.026-.015-.027-.014-.026-.014-.026-.014-.027-.013-.027-.013-.027-.013-.027-.013-.028-.012-.028-.012-.027-.012-.028-.011-.028-.01-.028-.01-.028-.009-.028-.009-.028-.008-.028-.008-.028-.007-.028-.006-.028-.006-.028-.005-.027-.005-.029-.003-.028-.003-.028v-.03zm-.026-.763l.221.044-.007.035-.005.033-.005.031-.004.03-.003.029-.002.026-.002.026-.001.025v.068l.001.021.001.02.002.02.002.02.002.018.003.018.003.019.003.017.003.018.003.018.004.018.004.018.003.018.003.018.003.018.003.019.003.02.003.019.003.021.002.021.001.021-.224.013-.001-.016-.001-.015-.002-.015-.002-.017-.002-.015-.003-.016-.003-.016-.003-.017-.003-.018-.003-.017-.004-.019-.004-.018-.004-.02-.003-.021-.003-.02-.003-.022-.003-.023-.002-.023-.002-.024-.002-.026-.001-.026-.001-.027v-.028l.001-.029.001-.029.001-.031.003-.033.004-.033.004-.034.005-.036.007-.038.006-.038zm.185-.556l.223-.028.003.028.001.026v.026l-.001.025-.002.025-.004.025-.004.023-.005.022-.006.022-.007.022-.007.02-.008.02-.008.018-.008.019-.009.018-.009.017-.008.016-.009.017-.009.017-.008.016-.008.016-.008.016-.008.016-.008.016-.007.015-.007.017-.007.017-.006.017-.006.018-.005.018-.005.019-.004.02-.221-.044.006-.027.007-.027.007-.026.008-.024.008-.024.009-.022.008-.021.01-.022.009-.02.009-.019.01-.019.009-.018.009-.017.008-.016.008-.016.008-.016.008-.016.007-.014.006-.014.006-.014.005-.013.005-.013.004-.012.003-.013.003-.013.003-.014.002-.013.001-.013.001-.014v-.015l-.001-.016-.001-.014zm-.832-1.244v-.227l.061.003.059.009.057.015.055.02.054.024.051.029.049.033.047.037.045.04.043.043.042.045.039.048.038.049.036.051.035.053.033.055.031.056.03.057.028.057.027.058.025.058.024.059.022.058.02.058.019.058.017.057.015.056.014.055.012.053.01.051.009.05.007.048-.223.029-.006-.041-.008-.044-.009-.046-.011-.048-.012-.049-.014-.051-.015-.052-.017-.052-.019-.053-.02-.054-.021-.054-.023-.053-.024-.053-.026-.052-.027-.051-.028-.05-.029-.048-.031-.047-.032-.044-.032-.043-.033-.04-.034-.037-.035-.034-.035-.031-.035-.028-.036-.024-.036-.02-.036-.017-.037-.013-.036-.01-.036-.006h-.038zm-1.137-.825l.209-.083.025.061.024.058.024.054.024.05.024.047.023.043.024.039.023.037.023.033.023.03.023.028.023.025.023.022.024.02.023.018.024.016.025.015.025.013.026.011.027.01.029.009.03.008.031.007.033.006.034.005.036.004.038.003.039.002.042.002.044.001h.092v.228h-.097l-.046-.002-.045-.002-.044-.003-.043-.003-.043-.005-.042-.006-.041-.007-.04-.009-.04-.011-.039-.013-.038-.014-.038-.017-.037-.019-.036-.021-.035-.023-.034-.026L83 50.32l-.033-.031-.031-.034-.03-.036-.029-.039-.028-.041-.028-.044-.027-.046-.027-.05-.027-.052-.026-.055-.026-.059-.026-.062-.027-.065zm-.081-.466l-.207-.087.197-.019.006.009.007.011.007.01.007.01.008.01.009.011.008.012.008.011.009.011.01.012.009.012.009.012.01.013.01.014.01.013.01.015.01.015.01.014.011.016.01.016.01.016.011.018.011.019.01.018.01.019.01.02.01.02.01.021.01.021.01.022.01.023.009.024-.209.083-.008-.02-.008-.02-.008-.018-.008-.018-.008-.017-.009-.017-.008-.017-.009-.015-.009-.016-.008-.014-.009-.014-.009-.015-.009-.014-.009-.013-.009-.013-.009-.013-.009-.012-.009-.013-.008-.012-.009-.012-.01-.013-.009-.012-.008-.011-.009-.012-.009-.012-.008-.011-.008-.011-.009-.012-.009-.013-.009-.012-.008-.012-.008-.013.196-.018zm-.207-.088l.081-.196.117.177-.198.019zm.103.044l.104.044-.104-.044zm-.103-.044l.081-.196.117.177-.198.019z\"/>\n    <path fill=\"#EDB92E\" d=\"M80.491 51.11c.141-.109.312-.19.473-.253.273-.107.565-.124.847-.038 1.247.379 1.793 2.604.427 3.139-.269.033-.518-.211-.759-.748-.285-.711-.588-1.204-.913-1.506-.199-.253-.205-.467-.075-.594z\"/>\n    <path fill=\"#21231E\" d=\"M80.924 50.75l.081.212-.014.006-.014.006-.016.006-.015.006-.014.006-.015.006-.014.006-.014.007-.015.007-.015.007-.014.006-.013.007-.015.007-.015.007-.015.007-.013.007-.015.008-.015.008-.014.007-.013.007-.014.008-.015.009-.013.008-.013.008-.013.008-.014.009-.013.008-.012.008-.013.009-.012.009-.012.009-.012.009-.137-.18.015-.011.015-.011.015-.011.015-.01.016-.011.015-.01.015-.01.016-.01.016-.01.016-.009.015-.009.015-.009.016-.009.016-.009.016-.008.016-.008.017-.009.016-.008.016-.008.016-.008.017-.008.016-.008.015-.007.016-.007.016-.007.016-.007.016-.007.016-.006.016-.007.015-.006.016-.006.012-.004zm.92-.041l-.065.218-.024-.007-.025-.006-.024-.006-.024-.005-.025-.005-.024-.004-.024-.004-.025-.003-.024-.002-.025-.002-.024-.001-.024-.001H81.413l-.025.001-.024.002-.024.002-.024.002-.025.003-.024.003-.024.004-.025.005-.024.005-.024.006-.025.006-.023.006-.024.007-.024.007-.024.008-.024.008-.024.009-.081-.212.028-.011.028-.01.028-.009.028-.009.028-.008.029-.008.028-.007.029-.007.029-.006.028-.005.028-.005.03-.004.029-.003.029-.003.029-.002.03-.002.029-.001.029-.001h.029l.029.001.03.002.029.002.029.002.03.003.029.004.029.004.03.005.029.006.029.007.029.007.028.007.028.007zm.408 3.361l-.027-.226-.027.007.113-.05.102-.059.091-.066.081-.073.072-.079.063-.086.054-.092.046-.097.038-.102.029-.106.021-.11.013-.113.005-.115-.003-.117-.011-.118-.018-.119-.025-.119-.032-.118-.039-.116-.046-.114-.053-.111-.058-.108-.064-.103-.07-.098-.075-.092-.08-.087-.085-.079-.09-.072-.094-.064-.098-.056-.102-.047-.105-.037.065-.218.124.044.12.055.114.065.109.075.103.083.097.091.09.098.085.104.078.11.072.115.065.12.058.123.051.126.043.129.035.131.028.132.02.133.012.133.003.132-.006.131-.015.13-.024.127-.034.124-.044.12-.055.115-.066.11-.077.104-.087.097-.099.089-.11.08-.122.07-.132.06-.027.004zm-.877-.819l.209-.085-.002-.005.022.048.022.046.022.044.022.043.022.041.022.039.022.037.022.036.021.034.021.032.022.03.021.029.021.026.021.025.021.023.021.021.02.019.021.018.02.016.02.015.02.013.019.011.018.009.019.008.018.007.018.005.018.004.017.003.018.002.019.001h.017l.018-.002.027.226-.032.003-.033.001-.031-.001-.032-.003-.032-.006-.031-.008-.031-.01-.03-.012-.03-.013-.03-.015-.03-.017-.028-.019-.028-.02-.028-.022-.027-.024-.027-.026-.027-.027-.026-.028-.026-.03-.026-.032-.025-.033-.025-.035-.025-.036-.025-.038-.024-.039-.024-.041-.024-.043-.024-.044-.024-.046-.023-.048-.024-.049-.023-.051-.004-.007zm-.896-1.477l.176-.142-.012-.013.032.03.032.032.031.033.031.034.032.035.031.036.031.037.03.038.031.04.03.04.03.042.03.043.03.044.03.045.03.047.029.047.029.049.029.05.029.051.029.052.029.053.029.055.028.056.028.057.028.059.028.059.028.061.028.062.027.063.028.064.027.066.027.067-.209.085-.026-.065-.027-.064-.026-.063-.027-.061-.027-.06-.027-.059-.027-.057-.027-.056-.027-.055-.027-.054-.027-.052-.028-.051-.028-.05-.027-.048-.028-.048-.028-.046-.028-.045-.028-.043-.028-.043-.028-.041-.028-.04-.028-.039-.028-.038-.028-.036-.028-.035-.028-.034-.029-.033-.028-.032-.029-.031-.028-.029-.028-.028-.029-.027-.011-.014zm.012-.778v.228l.078-.032-.008.008-.006.008-.007.009-.006.008-.004.007-.004.009-.005.01-.003.008-.003.01-.003.01-.002.01-.002.01-.001.012v.024l.001.013.002.015.002.013.003.015.004.016.005.016.006.016.007.018.008.017.009.018.01.018.011.019.012.02.013.02.014.02.015.021.017.021-.176.142-.02-.026-.019-.025-.018-.026-.017-.026-.015-.025-.015-.025-.013-.025-.013-.025-.011-.025-.01-.025-.009-.025-.008-.025-.007-.025-.005-.025-.004-.025-.003-.024-.002-.024-.001-.025.001-.023.002-.024.003-.024.005-.023.006-.023.007-.022.008-.022.009-.02.011-.021.012-.021.013-.019.013-.017.015-.018.016-.017.082-.032zm0 .228v-.228l.068.204-.068.024z\"/>\n    <path fill=\"#EDB92E\" d=\"M81.119 51.257c1.198-.47 2.08 1.836.961 2.274-.601.235-.658-.52-.775-.94-.158-.567-1.336-.883-.186-1.334z\"/>\n    <path fill=\"#21231E\" d=\"M82.12 53.637l-.081-.212.086-.04.075-.048.065-.056.056-.063.047-.07.039-.076.031-.083.023-.088.015-.093.007-.097-.001-.1-.009-.102-.017-.104-.024-.104-.03-.103-.037-.102-.044-.1-.049-.095-.056-.092-.061-.086-.065-.08-.07-.073-.074-.066-.077-.057-.08-.048-.083-.039-.085-.028-.087-.018-.09-.007-.092.005-.095.018-.098.032-.081-.212.124-.04.123-.023.122-.007.118.009.114.023.11.037.105.049.099.06.094.069.088.079.082.086.076.093.07.099.063.104.057.109.049.113.043.115.035.118.027.119.019.119.01.119.001.118-.008.116-.018.114-.028.11-.04.106-.051.1-.064.094-.076.086-.088.076-.101.065-.113.052zm-.923-1.015l.216-.062.012.043.01.043.011.044.01.045.011.046.011.046.011.046.012.046.012.046.012.045.013.044.013.043.014.042.015.04.016.038.017.036.018.034.018.031.019.027.02.024.02.022.021.018.021.015.022.012.023.01.025.007.028.004.031.001.034-.002.039-.007.043-.011.047-.016.081.212-.063.022-.06.016-.059.01-.057.004-.056-.002-.053-.008-.051-.014-.048-.02-.044-.025-.041-.029-.037-.033-.034-.036-.031-.038-.028-.041-.025-.042-.023-.044-.021-.045-.019-.047-.018-.047-.016-.048-.015-.048-.014-.049-.013-.049-.012-.048-.012-.048-.011-.048-.01-.046-.01-.046-.01-.044-.01-.043-.01-.041-.015-.035zm-.118-1.471l.081.212-.097.04-.084.039-.07.037-.057.036-.044.033-.032.03-.022.026-.013.022-.007.018-.002.015.001.016.004.019.009.023.015.028.02.03.025.033.03.035.035.036.038.038.041.039.043.041.044.042.044.043.045.045.045.047.043.048.042.05.039.052.036.054.033.058.027.061.021.063-.217.062-.014-.041-.018-.041-.023-.041-.028-.042-.032-.042-.035-.042-.038-.042-.04-.042-.042-.042-.043-.041-.043-.042-.044-.041-.043-.041-.041-.041-.04-.042-.037-.043-.034-.044-.031-.046-.026-.049-.02-.052-.013-.056-.002-.06.01-.061.021-.058.033-.055.042-.051.052-.048.061-.046.071-.044.082-.044.093-.044.106-.047z\"/>\n    <path fill=\"#0C4076\" d=\"M81.245 51.599c.584-.229 1.386 1.146.655 1.459-.494.211-.884-.067-1.042-.481-.159-.415-.023-.817.387-.978z\"/>\n    <path fill=\"#0C4076\" d=\"M81.944 53.163l-.088-.209.051-.026.043-.029.035-.033.029-.036.023-.039.018-.042.013-.046.008-.05.003-.053-.002-.056-.007-.058-.012-.061-.017-.061-.021-.062-.025-.062-.03-.062-.033-.06-.036-.058-.039-.056-.041-.053-.044-.049-.045-.045-.047-.041-.048-.036-.048-.03-.047-.025-.046-.018-.045-.012-.043-.007h-.041l-.039.005-.039.012-.081-.212.072-.022.073-.01.073.001.072.01.07.019.068.027.066.034.063.04.061.046.058.051.055.055.053.059.05.063.046.066.043.069.039.071.035.073.031.074.026.076.021.077.015.076.009.077.003.077-.005.076-.012.075-.021.073-.03.07-.04.066-.049.06-.059.055-.069.047-.076.039zm-1.19-.545l.209-.082.014.034.015.034.016.033.017.032.018.03.02.03.02.028.021.027.022.026.023.024.024.023.025.022.026.02.026.019.027.017.028.016.028.014.03.012.03.011.03.009.032.007.032.005.033.004.034.002h.034l.036-.002.036-.004.037-.006.038-.009.039-.011.04-.014.041-.016.088.209-.051.02-.051.017-.05.015-.05.012-.049.009-.049.006-.048.003h-.048l-.047-.003-.046-.005-.045-.008-.044-.01-.043-.013-.042-.015-.041-.017-.04-.02-.038-.022-.037-.024-.036-.025-.034-.027-.033-.029-.031-.03-.031-.032-.029-.034-.028-.035-.026-.036-.024-.037-.023-.038-.021-.04-.02-.041-.018-.041-.016-.044zm.451-1.125l.081.212-.033.014-.031.015-.029.016-.028.017-.026.018-.025.018-.023.02-.021.02-.02.021-.019.022-.018.023-.016.023-.015.024-.013.025-.012.026-.011.026-.01.028-.008.027-.007.029-.006.029-.004.03-.003.031-.001.031v.031l.002.032.003.033.005.033.006.034.007.034.01.034.011.035.012.035-.21.082-.016-.043-.013-.043-.012-.043-.01-.043-.008-.043-.006-.043-.004-.043-.002-.043-.001-.042.002-.042.004-.041.005-.041.008-.041.009-.039.012-.039.013-.038.015-.038.018-.037.019-.036.021-.035.023-.034.025-.032.026-.031.029-.03.031-.029.032-.027.034-.026.036-.024.038-.023.039-.021.041-.019.044-.019zm.04.106l-.041-.106.041.106z\"/>\n    <path fill=\"#EDB92E\" d=\"M113.842 62.087l4.89 2.864 5.198-2.24-4.889-2.864z\"/>\n    <path fill=\"#21231E\" d=\"M119.097 59.749l4.889 2.864-.112.197-4.889-2.864.012-.203.1.006zm-.1-.006l.052-.022.049.028-.101-.006zm-5.199 2.239l5.198-2.24.088.209-5.199 2.24-.1-.006.013-.203zm-.012.203l-.195-.114.207-.089-.012.203zm4.89 2.865l-4.89-2.864.113-.197 4.89 2.864-.012.203-.101-.006zm.101.006l-.052.022-.049-.028.101.006zm5.197-2.24l-5.198 2.24-.088-.209 5.197-2.24.1.006-.011.203zm.012-.203l.195.114-.207.089.012-.203z\"/>\n    <path fill=\"#EDB92E\" d=\"M129.812 60.656l-5.284 2.025 4.362 2.952c1.13-.38 2.027-4.267.922-4.977z\"/>\n    <path fill=\"#21231E\" d=\"M124.488 62.575l5.284-2.025.079.213-5.283 2.025-.102-.012.022-.201zm-.022.201l-.181-.123.204-.078-.023.201zm4.362 2.952l-4.362-2.952.125-.189 4.362 2.952-.027.203-.098-.014zm1.023-4.965l-.08-.213.1.01.113.087.098.106.084.122.071.136.058.148.047.159.036.169.026.179.016.187.007.193-.002.199-.01.204-.018.208-.026.21-.033.212-.04.212-.046.211-.053.208-.059.205-.065.201-.07.195-.075.188-.08.179-.085.171-.089.16-.094.149-.098.136-.102.122-.107.108-.112.091-.117.073-.122.053-.071-.216.089-.038.09-.057.092-.075.092-.092.09-.109.089-.124.087-.138.084-.15.081-.162.076-.171.072-.18.067-.187.062-.194.057-.198.051-.201.045-.204.039-.205.032-.204.025-.202.017-.199.01-.195.001-.19-.007-.183-.015-.174-.024-.165-.033-.154-.041-.141-.05-.127-.059-.112-.067-.097-.074-.08-.083-.064.103.01zm-.079-.213l.053-.02.047.03-.1-.01zm.039.106l.04.106-.04-.106zm-.039-.106l.053-.02.047.03-.1-.01z\"/>\n    <path fill=\"#C6363C\" d=\"M118.98 60.834c-1.253-.078-2.311.545-2.362 1.391-.051.846.924 1.594 2.177 1.672 1.253.078 2.311-.545 2.362-1.391.052-.846-.923-1.594-2.177-1.672z\"/>\n    <path fill=\"#21231E\" d=\"M116.73 62.232l-.224-.014.008-.087.015-.085.021-.084.027-.082.033-.08.038-.077.043-.075.049-.073.054-.071.059-.068.063-.065.067-.063.071-.06.075-.057.079-.054.083-.051.086-.048.089-.045.093-.042.095-.039.098-.036.101-.032.104-.029.106-.025.109-.022.111-.018.113-.015.115-.011.116-.007.118-.003.12.001.121.005-.014.227-.113-.005-.112-.001-.11.002-.108.006-.107.01-.105.013-.103.017-.101.02-.098.024-.096.026-.093.03-.09.033-.087.035-.084.038-.081.041-.078.044-.074.046-.071.048-.066.05-.063.052-.059.054-.054.056-.05.058-.046.06-.041.061-.036.062-.031.064-.027.065-.022.066-.017.068-.012.069-.007.073zm2.072 1.551l-.014.227-.12-.009-.118-.014-.117-.017-.115-.021-.112-.025-.11-.028-.108-.032-.105-.035-.102-.038-.099-.041-.097-.045-.093-.048-.09-.05-.087-.053-.083-.056-.08-.058-.076-.061-.072-.064-.068-.066-.064-.068-.059-.07-.055-.072-.05-.075-.045-.077-.039-.079-.034-.08-.029-.082-.023-.083-.017-.085-.011-.086-.005-.087.002-.087.225.014-.002.07.003.07.009.069.014.069.019.068.024.068.028.067.033.066.038.065.043.064.047.062.051.061.056.06.06.058.064.057.068.054.072.053.075.051.079.048.083.046.086.044.089.041.092.038.095.035.097.033.1.03.103.027.105.023.107.02.109.016.111.013.112.005zm2.243-1.284l.224.014-.008.087-.015.085-.021.084-.027.082-.033.08-.038.077-.044.075-.049.073-.053.071-.059.068-.063.065-.067.063-.071.06-.076.057-.079.054-.082.051-.086.048-.089.045-.093.042-.095.039-.098.036-.101.032-.104.029-.106.025-.109.022-.111.018-.112.015-.115.011-.117.007-.118.003-.12-.002-.121-.005.014-.227.113.005.112.001.11-.002.109-.006.107-.01.105-.013.103-.017.101-.02.099-.023.096-.026.094-.03.09-.033.088-.035.084-.038.081-.041.078-.043.074-.046.071-.048.066-.051.062-.052.059-.055.054-.056.05-.058.046-.059.041-.061.036-.062.032-.064.027-.065.022-.066.017-.068.012-.069.003-.073zm-2.072-1.551l.014-.227.12.009.118.014.117.017.115.021.113.025.11.028.108.032.105.035.102.038.1.042.097.044.093.048.09.05.087.053.083.056.08.058.076.061.072.064.068.066.064.068.059.07.055.072.05.075.045.077.039.079.034.08.029.082.023.083.017.085.011.086.005.087-.002.087-.225-.014.002-.07-.003-.07-.009-.069-.014-.068-.019-.068-.024-.068-.028-.066-.033-.066-.038-.064-.043-.064-.047-.062-.051-.061-.056-.06-.06-.059-.064-.057-.068-.054-.072-.053-.076-.051-.079-.048-.082-.046-.086-.044-.089-.041-.092-.038-.095-.035-.097-.033-.1-.03-.103-.026-.105-.023-.107-.02-.109-.016-.111-.013-.114-.008z\"/>\n    <path fill=\"#0C4076\" d=\"M129.712 61.64c-1.249-.129-2.331.45-2.416 1.293-.085.843.859 1.631 2.109 1.76.812.084 1.317-.635 1.405-1.397.088-.762-.241-1.567-1.098-1.656z\"/>\n    <path fill=\"#21231E\" d=\"M127.408 62.944l-.223-.023.012-.086.018-.085.025-.083.03-.081.036-.079.042-.076.047-.074.052-.071.056-.068.061-.066.066-.063.07-.06.073-.057.077-.054.081-.051.085-.048.088-.045.091-.041.094-.038.097-.035.1-.031.102-.028.105-.024.107-.021.109-.018.112-.013.113-.01.115-.006.117-.002.118.002.119.006.12.01-.023.226-.113-.009-.112-.006-.11-.002-.109.002-.107.006-.106.009-.103.013-.102.016-.099.019-.097.023-.094.026-.092.029-.089.032-.086.035-.083.038-.079.04-.076.043-.072.045-.069.048-.064.05-.061.052-.056.054-.052.056-.048.058-.043.059-.039.061-.034.063-.029.064-.025.066-.02.067-.015.068-.008.068zm2.008 1.635l-.023.226-.12-.014-.118-.018-.116-.022-.113-.026-.111-.029-.109-.033-.106-.036-.103-.039-.101-.043-.098-.046-.095-.049-.091-.051-.088-.054-.085-.057-.081-.059-.077-.062-.073-.064-.069-.066-.065-.069-.061-.07-.056-.073-.052-.075-.047-.076-.042-.078-.037-.08-.031-.082-.025-.083-.02-.084-.014-.086-.007-.086-.001-.087.005-.087.224.023-.005.07.001.07.006.07.011.069.017.069.021.068.026.068.031.067.035.066.04.065.044.064.049.063.053.062.057.06.062.059.066.057.07.056.073.054.077.052.081.049.084.047.087.045.09.042.093.039.097.036.099.034.101.031.104.027.107.024.108.021.111.017.11.014zm1.282-1.297l.223.026-.01.075-.013.075-.015.074-.018.074-.02.073-.023.072-.025.071-.028.069-.03.068-.033.067-.035.065-.037.063-.04.061-.043.06-.045.057-.047.055-.05.052-.052.049-.054.047-.057.044-.059.041-.061.037-.064.034-.067.03-.068.026-.071.022-.073.018-.075.013-.077.009-.078.004-.08-.001-.082-.006.023-.226.069.005h.066l.065-.003.063-.007.061-.011.059-.014.057-.018.056-.021.054-.025.052-.027.05-.03.049-.033.047-.036.045-.039.044-.042.042-.044.04-.046.039-.049.036-.051.035-.054.033-.055.031-.057.028-.059.026-.06.025-.062.023-.063.02-.064.018-.065.016-.066.013-.066.011-.067.011-.069zm-.997-1.529l.023-.226.085.011.082.015.079.02.076.024.073.028.07.032.067.036.063.039.061.043.057.046.054.049.051.052.048.055.044.057.041.06.038.062.035.064.032.065.029.067.025.069.023.069.02.071.017.072.014.073.011.074.009.074.005.075.003.075v.076l-.002.076-.005.076-.007.075-.224-.026.007-.068.005-.068.002-.068v-.067l-.003-.067-.005-.067-.008-.066-.01-.065-.012-.064-.015-.063-.017-.062-.02-.06-.022-.059-.024-.057-.027-.056-.03-.054-.032-.052-.034-.049-.036-.048-.039-.045-.042-.043-.044-.04-.046-.038-.049-.035-.052-.032-.054-.029-.057-.026-.061-.023-.063-.02-.066-.017-.069-.013-.074-.007z\"/>\n    <path fill=\"#FFF\" d=\"M113.128 63.014a.713.713 0 00-.709.718c0 .396.317.718.709.718.392 0 .71-.321.71-.718a.715.715 0 00-.71-.718z\"/>\n    <path fill=\"#21231E\" d=\"M112.531 63.732h-.225l.001-.043.003-.042.005-.041.007-.041.009-.041.011-.04.013-.039.015-.038.017-.037.018-.036.02-.035.022-.034.023-.033.025-.031.026-.03.027-.029.029-.027.029-.026.031-.025.032-.023.033-.022.035-.02.035-.018.036-.017.038-.015.038-.013.039-.011.04-.009.041-.007.041-.005.042-.003.042-.001v.228h-.031l-.03.002-.03.004-.03.005-.028.007-.028.008-.028.009-.027.011-.026.012-.026.014-.025.014-.024.016-.023.017-.023.018-.022.019-.02.02-.02.021-.019.022-.018.023-.017.023-.016.025-.014.025-.013.026-.012.027-.011.027-.009.028-.008.028-.007.029-.005.03-.004.031-.002.031-.002.032zm.597.604v.228l-.042-.001-.042-.003-.041-.005-.041-.007-.04-.009-.039-.011-.038-.013-.038-.015-.036-.017-.035-.018-.035-.02-.033-.022-.032-.023-.031-.025-.03-.026-.029-.027-.027-.029-.026-.03-.025-.031-.023-.033-.022-.034-.02-.035-.018-.036-.017-.036-.015-.038-.013-.039-.011-.039-.009-.041-.007-.041-.005-.041-.003-.042-.001-.043h.225v.031l.002.03.004.031.005.03.007.029.008.029.009.028.011.028.012.027.014.027.014.025.016.024.016.024.018.023.019.022.02.021.021.02.022.019.023.018.023.017.024.016.025.014.026.014.026.012.027.011.028.009.028.008.028.007.03.005.03.004.03.002.033-.003zm.597-.604h.225l-.001.043-.003.042-.005.041-.007.041-.009.041-.011.039-.013.039-.015.038-.017.036-.018.036-.02.035-.021.034-.023.033-.025.031-.025.03-.027.029-.029.027-.03.026-.031.025-.033.023-.033.022-.035.02-.035.018-.036.017-.037.015-.038.013-.039.011-.04.009-.04.007-.041.005-.042.003-.043.001v-.228h.031l.03-.002.031-.004.029-.005.029-.007.028-.008.028-.009.027-.011.027-.012.026-.013.025-.015.025-.016.023-.017.023-.018.022-.019.02-.02.02-.021.019-.022.018-.023.017-.024.016-.024.014-.025.013-.027.012-.027.011-.028.009-.028.008-.029.007-.029.005-.03.004-.031.002-.03-.002-.028zm-.597-.604V62.9l.043.001.042.003.041.005.04.007.04.009.039.011.038.013.038.015.036.017.035.018.035.02.033.022.033.023.031.025.03.026.029.027.027.029.026.03.025.031.023.033.021.034.02.035.018.036.017.037.015.038.013.039.011.04.009.041.007.041.005.041.003.042.001.043h-.225v-.031l-.002-.031-.004-.031-.005-.029-.007-.029-.008-.029-.009-.028-.011-.027-.012-.027-.013-.026-.014-.025-.016-.025-.016-.023-.018-.023-.019-.022-.02-.021-.02-.02-.022-.019-.023-.018-.023-.017-.025-.016-.025-.015-.026-.013-.027-.012-.027-.011-.028-.009-.028-.008-.029-.007-.029-.005-.03-.004-.03-.002-.033-.001z\"/>\n    <path fill=\"#FFF\" d=\"M123.961 63.622a.713.713 0 00-.709.718c0 .396.318.718.709.718.392 0 .71-.321.71-.718a.714.714 0 00-.71-.718z\"/>\n    <path fill=\"#21231E\" d=\"M123.364 64.34h-.225l.001-.043.003-.043.005-.041.007-.041.009-.041.011-.04.013-.039.015-.038.017-.037.018-.035.02-.035.021-.034.023-.033.025-.031.025-.03.027-.029.029-.027.03-.026.031-.025.032-.023.033-.022.035-.02.035-.018.036-.017.038-.015.038-.013.039-.011.04-.01.041-.007.041-.005.042-.004.043-.001v.228h-.031l-.03.002-.031.004-.029.005-.028.007-.028.008-.028.009-.027.011-.026.012-.026.014-.025.014-.024.016-.023.016-.023.018-.022.019-.02.02-.02.021-.019.022-.018.023-.016.023-.016.025-.014.025-.013.026-.012.026-.011.027-.009.028-.008.028-.007.029-.005.029-.004.031-.002.031-.003.037zm.597.604v.227l-.043-.001-.042-.003-.041-.005-.041-.007-.04-.009-.039-.011-.038-.013-.038-.015-.036-.017-.035-.018-.035-.02-.033-.022-.033-.023-.031-.025-.029-.026-.029-.028-.027-.029-.025-.03-.025-.031-.023-.033-.021-.034-.02-.035-.018-.036-.017-.037-.015-.038-.013-.039-.011-.039-.009-.041-.007-.041-.005-.041-.003-.042-.001-.043h.225v.031l.002.03.004.031.005.03.007.029.008.029.009.028.011.028.012.027.013.027.014.025.016.024.017.024.018.023.019.022.02.021.02.02.022.019.022.018.023.017.024.016.025.014.026.014.026.012.027.011.028.009.028.008.028.007.029.005.031.004.03.002h.034zm.597-.604h.225l-.001.043-.004.042-.005.041-.007.041-.009.041-.011.039-.013.039-.015.038-.017.037-.018.036-.02.035-.021.034-.023.033-.025.031-.025.03-.027.029-.029.027-.03.026-.031.025-.033.023-.033.022-.035.02-.035.018-.036.017-.037.015-.038.013-.039.011-.04.009-.04.007-.041.005-.042.003-.042.001v-.228h.031l.03-.002.03-.004.029-.005.029-.007.028-.008.028-.009.027-.011.027-.012.026-.013.025-.015.025-.016.023-.017.023-.018.022-.019.021-.02.02-.021.019-.022.018-.023.016-.024.016-.024.014-.025.014-.027.012-.027.01-.027.009-.028.008-.029.007-.029.005-.03.004-.031.002-.03-.001-.03zm-.597-.604v-.228l.042.001.042.003.041.005.04.007.04.009.039.011.038.013.037.015.036.017.035.018.035.02.033.022.033.023.031.025.03.026.029.027.027.029.025.03.025.031.023.033.021.034.02.035.018.035.017.037.015.038.013.039.011.04.009.041.007.041.005.041.004.043.001.043h-.225v-.031l-.002-.031-.004-.031-.005-.03-.007-.029-.008-.028-.009-.028-.011-.027-.012-.026-.013-.026-.014-.025-.016-.025-.017-.023-.018-.023-.019-.022-.02-.021-.02-.02-.022-.019-.023-.018-.023-.017-.025-.016-.025-.014-.026-.013-.027-.012-.027-.011-.028-.009-.028-.008-.029-.007-.029-.005-.03-.004-.03-.002-.03-.003z\"/>\n    <path fill=\"#FFF\" d=\"M124.343 60.308a.714.714 0 00-.709.718c0 .396.318.718.709.718a.714.714 0 00.709-.718.714.714 0 00-.709-.718z\"/>\n    <path fill=\"#21231E\" d=\"M123.746 61.026h-.225l.001-.043.003-.042.005-.041.007-.041.009-.041.011-.039.013-.039.015-.038.017-.037.018-.036.02-.035.021-.034.023-.033.025-.031.025-.03.027-.029.029-.028.03-.026.031-.024.032-.023.033-.022.035-.02.035-.018.036-.017.038-.015.038-.013.039-.011.04-.009.041-.007.041-.005.041-.003.043-.001v.227l-.031.001-.03.002-.03.004-.03.005-.028.006-.028.008-.028.009-.027.011-.026.012-.026.014-.025.014-.024.015-.024.017-.023.018-.021.019-.021.02-.02.021-.019.022-.018.023-.016.024-.016.024-.014.025-.013.026-.012.027-.011.027-.009.028-.008.029-.007.029-.005.03-.004.031-.002.03-.001.033zm.597.604v.228l-.043-.001-.042-.003-.04-.005-.041-.007-.04-.009-.039-.011-.038-.013-.038-.015-.036-.017-.035-.018-.035-.02-.033-.022-.032-.023-.031-.025-.03-.026-.029-.028-.027-.029-.025-.03-.025-.031-.023-.033-.021-.034-.02-.035-.018-.036-.017-.037-.015-.038-.013-.039-.011-.039-.009-.041-.007-.041-.005-.041-.003-.042-.001-.043h.225v.031l.002.03.004.031.005.03.007.029.008.029.009.028.011.027.012.027.013.026.014.025.016.025.017.024.018.023.019.022.02.021.021.02.021.019.023.018.023.017.024.016.025.014.026.014.026.012.027.011.028.009.028.008.028.007.029.005.031.004.03.002h.032zm.597-.604h.225l-.001.043-.003.042-.005.041-.007.041-.009.041-.011.039-.013.039-.015.038-.017.037-.018.036-.02.035-.021.034-.023.033-.025.031-.025.03-.027.029-.029.028-.03.026-.031.025-.032.023-.034.022-.034.02-.035.018-.036.017-.037.015-.038.013-.039.011-.04.009-.04.007-.041.005-.042.003-.042.001v-.228h.031l.03-.002.031-.004.029-.005.029-.007.028-.008.028-.009.027-.011.027-.012.026-.013.025-.014.024-.016.023-.017.023-.018.021-.019.021-.02.02-.021.019-.022.018-.023.016-.024.016-.024.014-.025.013-.026.012-.027.011-.027.009-.028.008-.029.007-.029.005-.03.004-.031.002-.03-.002-.033zm-.597-.604v-.228l.043.001.042.003.041.005.04.007.04.009.039.011.038.013.037.015.036.017.035.018.034.02.034.022.032.023.031.024.03.026.029.028.027.029.025.03.025.031.023.033.021.034.02.035.018.036.017.037.015.038.013.039.011.039.009.041.007.041.005.041.003.042.001.043h-.225l-.001-.031-.002-.03-.004-.031-.005-.03-.007-.029-.008-.029-.009-.028-.011-.027-.012-.027-.013-.026-.014-.025-.016-.024-.017-.024-.018-.023-.019-.022-.02-.021-.021-.02-.022-.019-.023-.018-.024-.017-.024-.016-.025-.014-.026-.013-.027-.012-.027-.011-.028-.01-.028-.008-.029-.007-.029-.005-.031-.004-.03-.002h-.026z\"/>\n    <path fill=\"#FFF\" d=\"M113.155 59.839a.714.714 0 00-.71.718c0 .397.318.718.71.718a.713.713 0 00.709-.718.712.712 0 00-.709-.718z\"/>\n    <path fill=\"#21231E\" d=\"M112.558 60.557h-.225l.001-.043.003-.042.005-.041.007-.041.009-.041.011-.039.013-.039.015-.038.017-.036.018-.036.02-.035.022-.034.023-.033.024-.031.026-.03.027-.029.029-.027.03-.026.031-.025.032-.023.033-.022.035-.02.035-.018.036-.017.037-.015.039-.013.039-.011.04-.009.041-.007.041-.005.041-.003.043-.001v.228h-.031l-.03.002-.03.004-.03.005-.028.007-.029.008-.028.01-.027.009-.027.012-.026.013-.025.015-.024.016-.023.016-.023.018-.022.019-.021.02-.02.021-.018.022-.018.023-.017.024-.015.024-.014.025-.013.026-.012.027-.011.027-.009.028-.008.029-.007.029-.005.03-.004.031-.002.03-.001.032zm.597.604v.228l-.043-.001-.042-.003-.041-.005-.041-.007-.04-.009-.039-.011-.039-.013-.038-.015-.036-.017-.035-.018-.034-.02-.033-.022-.032-.023-.031-.025-.029-.026-.029-.027-.027-.029-.026-.03-.024-.031-.023-.032-.021-.034-.02-.035-.018-.036-.017-.037-.015-.038-.013-.039-.011-.04-.009-.04-.007-.041-.005-.041-.003-.042-.001-.043h.225v.031l.002.031.004.031.005.03.007.029.008.028.009.028.011.027.012.027.013.026.014.025.016.025.017.024.018.023.018.022.02.021.021.02.022.019.023.018.023.017.024.016.025.015.026.013.027.012.027.011.028.009.029.008.028.007.03.005.03.004.03.002.03-.002zm.597-.604h.225l-.001.043-.003.042-.005.041-.007.041-.009.041-.011.04-.013.039-.015.038-.017.037-.018.036-.02.035-.021.033-.023.033-.025.031-.026.03-.027.029-.029.028-.03.026-.031.025-.032.023-.033.022-.035.02-.035.018-.036.017-.038.015-.038.013-.039.011-.04.009-.041.007-.041.005-.042.003-.042.001v-.228h.031l.03-.003.03-.004.03-.005.028-.007.028-.008.028-.009.027-.011.026-.012.026-.014.025-.014.024-.016.023-.016.023-.018.022-.019.02-.02.02-.021.019-.022.018-.023.016-.023.016-.025.014-.025.013-.026.012-.027.011-.027.009-.028.008-.028.007-.029.005-.03.004-.031.002-.031.003-.032zm-.597-.604v-.228l.042.001.042.003.041.005.041.007.04.01.039.011.038.013.038.015.036.017.035.018.035.02.033.022.032.023.031.025.03.026.029.027.027.029.025.03.025.031.023.033.021.033.02.035.018.036.017.036.015.038.013.039.011.039.009.041.007.041.005.041.003.042.001.043h-.225v-.031l-.002-.03-.004-.031-.005-.03-.007-.029-.008-.029-.009-.028-.011-.027-.012-.027-.014-.026-.014-.025-.016-.025-.016-.024-.018-.023-.019-.022-.02-.021-.021-.02-.022-.019-.023-.018-.023-.017-.024-.016-.025-.014-.026-.014-.026-.009-.027-.011-.028-.01-.028-.008-.028-.007-.03-.005-.03-.004-.03-.002h-.031z\"/>\n    <path fill=\"#FFF\" d=\"M89.407 40.526c.781 0 1.415.641 1.415 1.432 0 .791-.633 1.432-1.415 1.432a1.423 1.423 0 01-1.415-1.432c0-.791.634-1.432 1.415-1.432z\"/>\n    <path fill=\"#21231E\" d=\"M90.934 41.957h-.225l-.001-.068-.005-.067-.008-.066-.012-.065-.015-.064-.018-.063-.021-.061-.023-.06-.026-.058-.029-.057-.031-.055-.034-.053-.036-.052-.039-.05-.041-.048-.043-.046-.045-.044-.047-.041-.049-.039-.051-.037-.053-.034-.054-.032-.056-.029-.058-.027-.059-.023-.061-.021-.062-.018-.063-.015-.064-.011-.065-.008-.067-.005-.067-.002v-.228l.079.002.077.006.076.009.076.014.074.018.072.021.071.024.07.028.068.031.066.034.064.037.062.04.059.043.058.046.056.049.053.051.05.054.048.056.045.059.043.06.04.063.037.065.034.066.031.069.027.07.024.072.021.073.017.075.013.077.009.077.006.078.002.08zm-1.527 1.546v-.228l.067-.001.067-.005.065-.008.064-.011.063-.015.062-.018.061-.021.059-.023.058-.026.056-.029.054-.032.053-.034.051-.037.049-.039.047-.041.045-.044.043-.046.041-.048.039-.05.036-.052.034-.054.031-.055.029-.057.026-.058.023-.059.021-.062.018-.063.015-.064.012-.065.008-.066.005-.068.002-.068h.225l-.002.08-.006.078-.009.077-.013.076-.017.075-.021.073-.024.072-.027.07-.031.069-.034.067-.037.065-.04.063-.043.06-.045.059-.048.056-.05.054-.053.051-.056.049-.058.046-.059.043-.062.04-.064.037-.066.034-.068.031-.07.028-.071.024-.072.021-.074.018-.076.014-.076.009-.077.006-.08.002zm-1.527-1.546h.225l.002.068.005.067.008.066.012.065.015.064.018.063.021.061.023.06.026.058.029.057.031.055.034.053.036.052.039.05.041.048.043.046.045.043.047.042.049.039.051.037.052.034.054.032.056.029.058.026.059.023.061.021.062.018.063.015.064.011.065.008.067.005.067.001v.228l-.079-.002-.077-.006-.076-.009-.076-.014-.074-.018-.073-.021-.071-.024-.069-.028-.068-.031-.066-.034-.064-.037-.062-.04-.059-.043-.058-.046-.056-.049-.053-.051-.05-.054-.048-.056-.045-.059-.043-.06-.04-.063-.037-.065-.034-.067-.03-.066-.027-.07-.024-.072-.021-.073-.017-.075-.013-.076-.009-.077-.006-.078-.003-.081zm1.527-1.545v.228l-.067.002-.067.005-.065.008-.064.011-.063.015-.062.018-.061.021-.059.023-.058.026-.056.029-.054.032-.052.034-.051.037-.049.039-.047.042-.045.043-.043.046-.041.048-.039.05-.036.052-.034.053-.031.055-.029.057-.026.059-.023.06-.021.061-.017.063-.015.064-.012.065-.008.066-.005.067-.002.068h-.225l.002-.079.006-.078.009-.077.013-.076.017-.075.021-.073.024-.072.027-.07.031-.069.034-.067.037-.065.04-.063.043-.06.045-.059.048-.056.05-.054.053-.051.056-.049.058-.046.059-.043.062-.04.064-.037.066-.034.068-.031.069-.028.071-.024.073-.021.074-.018.076-.014.076-.009.077-.006.078-.003z\"/>\n    <path fill=\"#FFF\" d=\"M88.374 38.147c.781 0 1.415.641 1.415 1.432 0 .791-.633 1.432-1.415 1.432a1.423 1.423 0 01-1.415-1.432c0-.791.633-1.432 1.415-1.432z\"/>\n    <path fill=\"#21231E\" d=\"M89.902 39.579h-.225l-.002-.068-.005-.068-.008-.066-.011-.064-.015-.064-.018-.063-.02-.062-.023-.059-.026-.058-.029-.057-.031-.055-.034-.053-.036-.052-.039-.049-.041-.048-.043-.046-.045-.043-.047-.042-.049-.039-.051-.037-.053-.035-.054-.031-.056-.029-.058-.027-.059-.023-.061-.021-.062-.018-.063-.015-.064-.011-.065-.008-.067-.005-.067-.002v-.228l.079.002.077.006.076.009.076.014.074.017.072.021.071.024.069.028.068.031.066.034.064.037.062.04.059.043.058.046.056.049.053.051.05.054.048.056.045.059.043.06.04.063.036.065.034.067.031.068.027.07.024.072.021.073.017.075.013.076.009.077.006.078.003.081zm-1.528 1.546v-.228l.067-.002.066-.005.065-.008.064-.011.063-.015.062-.018.061-.021.059-.023.058-.026.056-.029.054-.032.053-.034.051-.037.049-.039.047-.042.045-.043.043-.046.041-.048.039-.05.036-.052.034-.053.031-.055.029-.057.026-.058.023-.06.021-.061.018-.063.015-.064.012-.065.008-.066.005-.067.002-.068h.225l-.002.079-.006.078-.009.077-.014.077-.017.075-.021.073-.024.072-.027.07-.03.069-.034.066-.036.065-.04.063-.043.06-.045.059-.048.056-.05.054-.053.051-.056.049-.058.046-.059.043-.062.04-.064.037-.066.035-.068.031-.069.028-.071.024-.072.021-.074.018-.076.014-.076.009-.077.006-.081.001zm-1.527-1.546h.225l.001.068.005.068.008.066.012.065.015.064.018.063.021.061.023.06.026.059.029.057.031.055.034.053.036.052.039.05.041.048.043.046.045.044.047.041.049.039.051.037.053.034.054.032.056.029.058.027.059.023.061.021.062.018.063.015.064.012.065.008.066.005.067.002v.228l-.078-.002-.077-.006-.076-.01-.076-.014-.074-.017-.072-.021-.071-.024-.069-.028-.068-.031-.066-.035-.064-.037-.062-.04-.059-.043-.058-.046-.056-.049-.053-.051-.05-.054-.048-.056-.045-.059-.043-.06-.04-.063-.037-.065-.034-.066-.03-.069-.027-.07-.024-.072-.021-.073-.017-.075-.013-.077-.009-.077-.006-.078-.004-.082zm1.527-1.546v.228l-.067.002-.066.005-.065.008-.064.012-.063.015-.062.018-.061.021-.059.023-.058.027-.056.029-.054.032-.053.035-.051.037-.049.039-.047.041-.045.043-.043.046-.041.048-.039.05-.036.052-.034.053-.031.055-.029.057-.026.058-.023.059-.02.061-.018.063-.015.064-.012.064-.008.066-.005.068-.001.068h-.225l.002-.08.006-.078.009-.077.014-.076.017-.075.02-.074.024-.072.027-.07.031-.068.034-.067.036-.065.04-.063.043-.06.045-.059.048-.056.051-.054.053-.051.056-.049.058-.046.059-.043.062-.04.064-.037.066-.034.068-.031.069-.028.071-.024.072-.021.074-.017.076-.014.077-.009.077-.006.077-.003z\"/>\n    <path fill=\"#FFF\" d=\"M91.762 29.768c.754 0 1.365.618 1.365 1.381s-.611 1.381-1.365 1.381a1.373 1.373 0 01-1.365-1.381c0-.763.611-1.381 1.365-1.381z\"/>\n    <path fill=\"#21231E\" d=\"M93.239 31.148h-.225l-.002-.065-.005-.065-.008-.063-.011-.063-.014-.061-.017-.06-.02-.059-.022-.058-.025-.056-.028-.054-.03-.053-.033-.052-.035-.049-.037-.048-.039-.046-.042-.044-.043-.042-.046-.04-.047-.038-.049-.035-.051-.033-.052-.03-.054-.028-.056-.026-.057-.023-.058-.02-.059-.017-.061-.014-.061-.011-.063-.008-.064-.005-.064-.002v-.228l.076.002.074.006.074.009.073.013.072.017.07.02.069.023.067.027.065.03.064.033.062.036.06.039.058.042.055.044.054.047.051.049.049.052.046.054.044.056.041.059.038.061.036.062.033.065.029.066.027.068.023.07.02.071.016.072.013.074.009.075.006.075.004.079zm-1.477 1.495v-.227l.064-.002.064-.005.062-.008.062-.011.061-.014.059-.017.058-.02.057-.023.055-.025.054-.028.052-.031.051-.033.049-.035.048-.038.045-.039.043-.043.042-.044.039-.046.038-.048.035-.05.033-.052.03-.053.028-.054.025-.056.022-.058.02-.059.017-.06.014-.061.011-.063.008-.063.005-.065.002-.065h.225l-.002.077-.006.075-.009.075-.013.074-.016.072-.02.071-.023.069-.027.068-.029.066-.033.065-.036.062-.038.061-.041.059-.044.056-.046.054-.049.052-.051.049-.054.047-.055.044-.058.042-.06.039-.062.036-.064.033-.066.03-.067.027-.069.023-.07.02-.071.017-.073.013-.074.009-.074.006-.078.005zm-1.477-1.495h.225l.002.065.005.065.008.063.011.063.014.061.017.06.02.059.022.058.025.056.028.054.03.053.033.052.035.049.037.048.039.046.042.044.044.042.045.04.048.038.049.035.051.033.053.031.054.028.056.026.057.023.058.02.059.017.061.014.061.011.063.008.064.005.064.002v.228l-.076-.002-.074-.006-.074-.009-.073-.013-.071-.017-.07-.02-.069-.024-.067-.027-.066-.03-.064-.033-.062-.036-.06-.039-.058-.042-.056-.044-.054-.047-.051-.049-.049-.052-.046-.054-.044-.056-.041-.059-.038-.061-.036-.062-.033-.065-.029-.066-.026-.068-.023-.069-.02-.071-.017-.072-.013-.074-.009-.075-.006-.075-.005-.08zm1.477-1.494v.227l-.064.002-.064.005-.063.008-.062.011-.061.014-.059.017-.058.02-.057.023-.055.025-.054.028-.052.03-.051.033-.049.035-.048.038-.045.04-.043.042-.042.044-.039.046-.037.048-.035.049-.033.051-.03.053-.028.055-.025.056-.022.058-.02.059-.017.06-.014.062-.011.063-.008.063-.005.065-.002.065h-.225l.002-.077.006-.075.009-.075.013-.074.016-.072.02-.071.023-.07.027-.068.029-.066.033-.065.036-.062.038-.061.041-.059.044-.056.046-.054.049-.052.051-.049.054-.047.055-.044.058-.042.06-.039.062-.036.064-.033.065-.03.067-.027.069-.024.07-.02.072-.017.073-.013.074-.009.074-.006.078-.002z\"/>\n    <path fill=\"#FFF\" d=\"M89.469 30.821c.781 0 1.415.641 1.415 1.432 0 .791-.633 1.432-1.415 1.432a1.423 1.423 0 01-1.415-1.432c0-.791.634-1.432 1.415-1.432z\"/>\n    <path fill=\"#21231E\" d=\"M90.997 32.253h-.225l-.002-.068-.005-.067-.008-.066-.011-.065-.015-.064-.018-.063-.021-.061-.023-.06-.026-.058-.029-.057-.031-.055-.034-.053-.036-.052-.039-.05-.041-.048-.043-.046-.045-.043-.047-.042-.049-.039-.051-.037-.053-.034-.054-.032-.056-.029-.058-.026-.059-.023-.061-.021-.062-.018-.063-.015-.064-.011-.065-.008-.067-.005-.067-.001v-.228l.079.002.077.006.076.009.076.014.074.018.072.021.071.024.069.028.068.031.066.034.064.037.062.04.059.043.058.046.056.049.053.051.051.054.048.056.045.059.043.06.04.063.037.065.034.067.031.069.027.07.024.072.021.073.017.075.014.076.009.077.006.078.001.078zm-1.528 1.546v-.228l.067-.002.067-.005.065-.008.064-.011.063-.015.062-.018.061-.021.059-.023.058-.027.056-.029.054-.031.053-.034.051-.037.049-.039.047-.042.045-.043.043-.046.041-.048.039-.049.036-.052.034-.053.031-.055.029-.057.026-.058.023-.059.021-.062.018-.063.015-.064.011-.064.008-.066.005-.068.002-.068h.225l-.002.08-.006.078-.009.077-.013.076-.017.075-.02.074-.024.072-.027.07-.031.069-.034.067-.037.065-.04.063-.043.06-.045.059-.048.056-.05.054-.053.051-.056.049-.058.046-.059.043-.062.04-.064.037-.066.034-.068.031-.07.028-.071.024-.072.021-.074.018-.076.014-.076.009-.077.006-.08-.001zm-1.527-1.546h.225l.002.068.005.067.008.066.012.064.015.064.018.063.02.061.023.06.026.058.029.057.031.055.034.053.036.052.039.05.041.048.043.046.045.043.047.042.049.039.051.037.052.034.054.032.056.029.058.026.059.023.061.021.062.018.063.015.064.011.065.008.067.005.067.002v.228l-.079-.002-.077-.006-.076-.009-.076-.014-.074-.017-.072-.021-.071-.024-.07-.028-.068-.031-.066-.034-.064-.037-.062-.04-.059-.043-.058-.046-.056-.049-.053-.051-.05-.054-.048-.056-.045-.059-.043-.06-.04-.063-.037-.065-.034-.067-.031-.069-.027-.07-.024-.072-.02-.074-.017-.075-.013-.076-.009-.077-.006-.078-.002-.078zm1.527-1.546v.228l-.067.001-.067.005-.065.008-.064.011-.063.015-.062.018-.061.021-.059.023-.058.026-.056.029-.054.032-.053.034-.051.037-.049.039-.047.042-.045.043-.043.046-.041.048-.039.05-.036.052-.034.053-.031.055-.029.057-.026.059-.023.059-.021.062-.018.063-.015.064-.011.065-.008.066-.005.068-.002.068h-.225l.002-.08.006-.078.009-.077.013-.076.017-.075.021-.073.024-.072.027-.07.031-.069.034-.067.037-.065.04-.063.043-.06.045-.059.048-.056.05-.054.053-.051.056-.049.058-.046.059-.043.062-.04.064-.037.066-.034.068-.031.07-.028.071-.024.072-.021.074-.018.076-.014.076-.009.077-.006.079-.002z\"/>\n    <path fill=\"#FFF\" d=\"M87.781 32.845c.781 0 1.415.641 1.415 1.432 0 .791-.633 1.432-1.415 1.432a1.424 1.424 0 01-1.415-1.432c0-.791.634-1.432 1.415-1.432z\"/>\n    <path fill=\"#21231E\" d=\"M89.309 34.277h-.225l-.002-.068-.005-.068-.008-.066-.012-.064-.015-.064-.018-.063-.02-.062-.023-.059-.026-.058-.029-.057-.031-.055-.034-.053-.036-.052-.039-.049-.041-.048-.043-.046-.045-.043-.047-.042-.049-.039-.051-.037-.052-.035-.054-.031-.056-.029-.058-.027-.059-.023-.061-.021-.063-.018-.063-.015-.064-.011-.065-.008-.067-.005-.067-.002v-.228l.079.002.077.006.076.009.076.014.074.017.072.021.071.024.069.028.068.031.066.034.064.037.062.04.059.043.058.046.056.049.053.051.05.054.048.056.045.059.043.06.04.063.036.065.034.067.031.068.027.07.024.072.021.074.017.075.013.076.009.077.006.078.004.08zm-1.528 1.546v-.228l.067-.002.067-.005.065-.008.064-.011.063-.015.062-.018.061-.021.059-.023.058-.026.056-.029.054-.032.053-.034.052-.037.049-.039.047-.042.045-.043.043-.046.041-.048.039-.05.036-.052.034-.053.031-.055.029-.057.026-.058.023-.06.021-.061.018-.063.015-.064.012-.065.008-.066.005-.067.002-.068h.225l-.002.079-.006.078-.009.077-.013.077-.017.075-.021.073-.024.072-.027.07-.031.069-.034.066-.037.065-.04.063-.043.06-.045.059-.048.056-.05.054-.053.051-.056.049-.058.046-.059.043-.062.04-.064.037-.066.034-.068.031-.07.028-.071.024-.072.021-.074.017-.076.014-.076.01-.077.006-.081.002zm-1.527-1.546h.225l.002.068.005.068.008.066.011.065.015.064.018.063.021.061.023.059.026.059.029.057.031.055.034.053.036.052.039.05.041.048.043.046.045.044.047.041.049.039.051.037.053.035.054.032.056.029.058.027.059.023.061.021.062.018.063.015.064.012.065.008.067.005.067.002v.228l-.079-.002-.077-.006-.076-.01-.076-.014-.074-.017-.072-.021-.071-.024-.069-.028-.068-.031-.066-.034-.064-.037-.062-.04-.059-.043-.058-.046-.056-.049-.053-.051-.05-.054-.048-.056-.045-.059-.043-.06-.04-.063-.037-.065-.034-.066-.031-.069-.027-.07-.024-.072-.021-.073-.017-.075-.013-.077-.009-.077-.006-.078-.003-.083zm1.527-1.546v.228l-.067.001-.066.005-.065.008-.064.011-.063.016-.062.018-.061.021-.059.023-.058.027-.056.029-.054.032-.053.035-.051.037-.049.039-.047.041-.045.043-.043.046-.041.048-.039.05-.036.052-.034.053-.031.055-.029.057-.026.058-.023.059-.02.061-.018.063-.015.064-.012.064-.008.066-.005.068-.002.068h-.225l.002-.08.006-.078.009-.077.014-.076.017-.075.02-.074.024-.072.027-.07.031-.068.034-.067.037-.065.04-.063.043-.06.045-.059.048-.056.051-.054.053-.051.056-.049.058-.046.059-.043.062-.04.064-.037.066-.034.068-.031.069-.028.071-.024.072-.021.074-.017.076-.014.076-.009.077-.006.078-.002z\"/>\n    <path fill=\"#FFF\" d=\"M87.508 35.394c.782 0 1.415.641 1.415 1.432 0 .791-.633 1.432-1.415 1.432a1.424 1.424 0 01-1.415-1.432c0-.792.634-1.432 1.415-1.432z\"/>\n    <path fill=\"#21231E\" d=\"M89.036 36.825h-.225l-.002-.068-.005-.067-.008-.066-.011-.065-.015-.064-.018-.063-.021-.061-.023-.059-.026-.059-.029-.057-.031-.055-.034-.053-.036-.052-.039-.05-.041-.048-.043-.046-.045-.044-.048-.041-.049-.039-.051-.037-.053-.035-.054-.032-.056-.029-.058-.026-.059-.023-.061-.021-.062-.018-.063-.015-.064-.012-.065-.008-.067-.005-.067-.002v-.227l.079.002.077.006.076.01.075.014.074.017.073.021.071.024.07.028.067.031.066.034.064.037.062.04.06.043.058.046.055.049.053.051.051.054.048.056.045.059.043.06.04.063.037.065.034.066.031.069.027.07.024.072.021.073.017.075.014.077.009.077.006.078.002.08zm-1.528 1.546v-.227l.067-.002.067-.005.065-.008.064-.012.063-.015.062-.018.06-.021.059-.023.057-.026.056-.029.054-.032.053-.034.051-.037.049-.039.048-.041.045-.044.043-.046.041-.048.039-.05.036-.052.034-.053.031-.055.029-.057.026-.059.023-.059.021-.061.017-.063.015-.064.011-.065.008-.066.005-.067.002-.068h.225l-.002.079-.006.078-.009.077-.014.076-.017.075-.021.073-.024.072-.027.07-.031.069-.034.067-.037.065-.04.063-.043.061-.045.058-.048.056-.051.054-.053.051-.056.049-.058.046-.06.043-.062.04-.064.037-.066.034-.067.031-.07.028-.071.024-.073.021-.074.017-.075.014-.076.009-.077.006-.075.003zm-1.527-1.546h.225l.002.068.005.067.008.066.012.065.015.064.018.063.021.061.023.06.026.059.029.057.031.055.034.053.036.052.039.05.041.048.043.046.045.043.047.042.049.039.051.037.052.034.054.032.056.029.058.026.059.023.061.021.062.018.063.015.064.011.065.008.067.005.067.002v.228l-.079-.002-.077-.006-.076-.009-.076-.014-.074-.017-.072-.021-.071-.024-.07-.028-.068-.031-.066-.034-.064-.037-.062-.04-.059-.043-.058-.046-.056-.048-.053-.051-.05-.054-.048-.056-.045-.058-.043-.06-.04-.063-.037-.065-.034-.067-.03-.069-.027-.07-.024-.072-.021-.073-.017-.075-.013-.077-.009-.077-.006-.078-.003-.082zm1.527-1.545v.228l-.067.001-.067.005-.065.008-.064.011-.063.015-.062.018-.061.021-.059.023-.058.027-.056.029-.054.032-.053.034-.051.037-.049.039-.047.042-.045.044-.043.046-.041.048-.039.05-.036.052-.034.053-.031.055-.029.057-.026.058-.023.06-.021.061-.018.063-.015.064-.011.065-.008.066-.005.067-.002.068h-.225l.002-.079.006-.078.009-.077.013-.077.017-.075.021-.073.024-.072.027-.07.031-.069.034-.067.037-.065.04-.063.043-.06.045-.058.048-.056.05-.054.053-.051.056-.048.058-.046.059-.043.062-.04.064-.037.066-.034.068-.031.07-.028.071-.024.072-.021.074-.017.076-.014.076-.009.077-.006.079-.005z\"/>\n    <path fill=\"#EDB92E\" d=\"M108.335 19.375a.695.695 0 00.672-.699c0-.38-.3-.69-.673-.699a.695.695 0 00-.691-.696.695.695 0 00-.691.696.697.697 0 00-.674.699c0 .38.3.689.673.699v1.434h-1.22a.695.695 0 00-.691-.696.695.695 0 00-.691.682.696.696 0 00-.688.699c0 .385.308.698.688.699.01.378.315.682.691.682.37 0 .673-.295.691-.666h1.221v4.77h1.385v-4.77h1.221c.017.37.32.666.691.666a.695.695 0 00.691-.682.696.696 0 00.688-.699.696.696 0 00-.688-.699.696.696 0 00-.691-.682.695.695 0 00-.691.696h-1.22v-1.434h-.003z\"/>\n    <path fill=\"#21231E\" d=\"M108.895 18.676h.225l-.001.041-.003.041-.005.04-.007.04-.008.039-.011.038-.012.037-.014.036-.016.036-.018.034-.019.033-.02.033-.022.032-.023.03-.025.03-.026.028-.027.027-.028.025-.03.024-.03.023-.032.021-.032.02-.034.018-.035.017-.035.015-.036.013-.037.012-.038.01-.039.008-.039.006-.04.004-.04.002-.006-.227.029-.002.029-.003.028-.004.028-.006.028-.007.026-.008.026-.01.026-.011.025-.012.024-.013.024-.014.023-.015.022-.017.021-.017.02-.018.02-.019.018-.02.018-.021.017-.023.016-.022.015-.024.014-.024.012-.025.012-.026.01-.026.009-.027.008-.027.006-.028.005-.028.004-.029.002-.029-.002-.031zm-.673-.699l.225-.001-.11-.113.04.002.04.004.039.006.038.008.038.01.038.012.036.013.036.015.035.016.034.018.033.02.032.021.03.023.03.024.028.026.027.027.026.028.025.029.023.03.022.031.021.033.019.033.017.035.015.035.014.037.012.038.01.038.009.039.007.04.005.04.003.041.001.041h-.225v-.03l-.002-.029-.004-.029-.005-.028-.006-.028-.008-.028-.009-.026-.01-.026-.011-.026-.013-.025-.013-.024-.015-.023-.016-.023-.017-.022-.017-.021-.019-.02-.02-.019-.02-.019-.021-.017-.023-.017-.023-.015-.023-.014-.025-.013-.025-.012-.026-.011-.026-.01-.027-.008-.027-.007-.028-.006-.028-.004-.029-.003-.029-.002-.108-.114zm.109.113l-.109-.003v-.11l.109.113zm-.688-.696v-.228l.041.001.041.003.04.005.039.007.038.009.038.011.038.013.036.014.036.016.034.018.034.019.033.021.031.023.03.024.03.026.028.027.026.028.025.029.024.031.022.032.021.033.02.034.018.035.016.036.014.036.013.038.011.038.009.039.007.04.005.04.003.041.001.042-.225.001-.001-.03-.002-.03-.004-.029-.005-.029-.007-.028-.008-.028-.009-.027-.011-.027-.012-.026-.013-.025-.014-.024-.015-.023-.016-.023-.017-.022-.018-.021-.019-.02-.02-.02-.021-.018-.022-.017-.023-.017-.023-.015-.025-.014-.025-.013-.025-.012-.026-.01-.026-.009-.028-.008-.028-.007-.029-.005-.029-.004-.029-.002-.027.001zm-.688.696l-.006-.227-.11.113.001-.042.003-.041.005-.04.007-.04.01-.039.011-.038.012-.038.015-.037.016-.036.018-.035.019-.034.021-.033.022-.032.024-.031.025-.03.026-.028.028-.027.029-.025.03-.024.031-.022.033-.021.034-.02.034-.018.035-.016.037-.015.038-.013.038-.011.038-.009.039-.007.04-.005.041-.003.041-.001v.228l-.03.001-.029.002-.029.004-.029.005-.028.007-.027.008-.026.009-.026.01-.026.012-.025.013-.024.014-.023.015-.023.016-.022.017-.021.018-.02.02-.019.02-.018.021-.017.022-.016.023-.015.024-.014.025-.013.025-.011.026-.01.026-.009.027-.008.028-.006.028-.005.028-.004.03-.002.029-.001.03-.109.114zm.109-.113v.11l-.109.003.109-.113zm-.673.699h-.225l.001-.041.003-.041.005-.04.007-.04.009-.039.01-.038.012-.037.014-.036.016-.036.017-.034.019-.034.02-.033.022-.032.023-.03.025-.029.026-.028.027-.027.028-.025.03-.024.031-.023.032-.021.033-.02.033-.018.035-.017.035-.015.037-.013.037-.012.038-.01.038-.008.04-.006.039-.004.04-.002.006.227-.029.002-.029.003-.028.004-.028.006-.027.007-.027.008-.026.01-.026.011-.025.012-.024.013-.024.014-.023.015-.022.016-.021.018-.021.018-.02.019-.019.02-.018.021-.017.022-.016.023-.015.023-.013.024-.012.025-.011.026-.01.026-.009.027-.008.028-.006.028-.005.028-.004.029-.002.029.002.031zm.672.699h-.225l.11.113-.04-.002-.04-.004-.039-.006-.039-.008-.038-.01-.037-.012-.036-.013-.035-.015-.035-.017-.034-.018-.032-.02-.031-.021-.031-.023-.03-.024-.028-.025-.027-.027-.026-.028-.025-.029-.023-.031-.022-.031-.02-.032-.019-.033-.018-.035-.015-.036-.014-.036-.012-.038-.01-.038-.009-.039-.007-.04-.005-.04-.003-.041-.001-.041h.225v.03l.002.029.004.029.005.028.006.028.008.028.009.026.01.026.011.026.012.025.013.024.015.024.015.023.017.022.017.021.019.02.02.019.02.018.021.017.022.016.023.016.024.015.024.013.025.012.026.011.026.01.026.008.028.007.028.006.028.004.029.003.029.002.109.114zm-.109-.114l.11.003v.11l-.11-.113zm-.115 1.548v-1.434h.225v1.434l-.112.114-.113-.114zm.224 0v.114h-.112l.112-.114zm-1.332-.114h1.22v.228h-1.22l-.112-.113.112-.115zm0 .227h-.112v-.113l.112.113zm-.691-.695V20l.041.001.041.003.04.005.039.007.038.009.038.011.038.013.036.015.036.016.034.018.033.019.033.021.032.023.03.025.029.025.028.026.027.028.025.029.024.031.022.032.021.033.02.034.018.035.016.036.014.037.013.037.011.038.01.04.007.04.005.04.003.041.001.041-.225.001-.001-.03-.002-.03-.004-.029-.005-.028-.006-.028-.008-.028-.009-.027-.011-.026-.012-.026-.013-.025-.014-.024-.015-.024-.016-.023-.017-.022-.018-.021-.019-.02-.02-.019-.021-.019-.021-.017-.022-.016-.023-.015-.025-.014-.025-.013-.025-.012-.026-.01-.026-.009-.027-.007-.028-.007-.029-.005-.029-.004-.029-.002-.032-.003zm-.691.682l-.001-.228-.112.111.002-.041.004-.04.006-.04.008-.039.01-.039.012-.038.013-.036.015-.037.017-.035.018-.034.02-.033.021-.032.023-.031.024-.03.025-.028.027-.028.028-.026.029-.025.03-.024.032-.022.032-.02.033-.019.034-.018.035-.016.036-.014.037-.012.037-.01.038-.009.04-.007.039-.005.04-.003.041-.001v.227l-.03.001-.029.002-.029.004-.027.005-.028.007-.027.008-.027.009-.026.01-.025.012-.025.013-.024.014-.023.015-.022.016-.021.017-.021.018-.02.019-.019.019-.018.021-.017.022-.016.022-.015.023-.014.023-.013.025-.012.025-.011.025-.009.027-.008.027-.007.027-.006.028-.004.028-.003.03-.002.029-.115.111zm.111-.111l-.003.11h-.109l.112-.11zm-.687.696h-.225l.001-.042.003-.041.005-.041.007-.04.009-.039.011-.038.013-.038.015-.037.016-.035.018-.035.019-.034.021-.033.022-.032.024-.031.025-.029.026-.028.028-.027.029-.026.03-.024.031-.023.032-.021.034-.02.034-.018.035-.016.037-.015.037-.013.038-.011.038-.01.04-.007.04-.005.041-.004.041-.001.001.228-.029.001-.03.002-.029.004-.028.005-.028.007-.028.008-.026.009-.026.01-.026.012-.025.013-.024.014-.023.015-.023.017-.022.017-.021.018-.02.019-.019.02-.018.021-.017.022-.016.023-.015.024-.013.024-.013.025-.012.026-.01.026-.009.026-.007.028-.007.029-.005.029-.004.029-.002.029-.001.034zm.688.697l-.224.006.112.111-.041-.002-.04-.003-.04-.005-.04-.007-.038-.009-.038-.011-.037-.013-.037-.015-.035-.016-.034-.018-.034-.02-.032-.021-.031-.023-.03-.024-.03-.026-.027-.027-.026-.028-.025-.03-.024-.031-.022-.031-.021-.033-.019-.034-.018-.035-.016-.035-.015-.037-.013-.038-.011-.039-.009-.039-.007-.04-.005-.041-.003-.041-.001-.042h.225v.03l.002.029.004.029.005.029.007.028.007.028.009.026.01.026.012.026.013.025.013.024.015.024.016.023.017.022.018.021.019.02.02.02.02.018.022.017.023.017.023.015.024.014.025.013.026.012.026.01.027.009.028.008.028.007.028.005.029.004.029.002.03.001.111.115zm-.112-.111h.109l.003.11-.112-.11zm.691.682v.228l-.041-.001-.04-.003-.04-.005-.039-.007-.039-.009-.038-.011-.037-.012-.036-.014-.035-.016-.034-.017-.033-.019-.032-.02-.032-.022-.03-.024-.029-.025-.028-.026-.026-.027-.025-.029-.024-.03-.023-.031-.021-.032-.019-.033-.018-.034-.016-.035-.015-.036-.013-.037-.012-.038-.01-.039-.008-.039-.006-.04-.004-.04-.002-.041.224-.006.002.03.003.029.004.029.006.028.007.028.008.026.01.027.01.026.012.025.013.025.014.024.015.023.016.022.017.021.018.021.019.02.02.019.021.018.021.016.022.016.023.015.024.014.025.013.025.012.026.01.026.009.027.008.028.006.028.005.029.004.029.002.033-.001zm.69-.666v.228l.112-.108-.003.04-.005.039-.006.039-.009.039-.01.037-.012.037-.014.036-.015.036-.017.034-.018.033-.02.033-.021.031-.022.03-.024.029-.026.028-.026.026-.027.026-.029.024-.03.023-.031.021-.032.02-.033.019-.034.017-.035.016-.036.014-.036.012-.037.011-.038.008-.039.007-.039.005-.04.003-.04.001v-.228h.029l.029-.002.028-.003.028-.005.027-.006.026-.008.026-.009.025-.01.025-.011.024-.012.024-.013.023-.015.022-.015.022-.017.021-.017.02-.019.019-.019.018-.02.017-.021.016-.022.015-.022.014-.023.013-.025.012-.025.011-.025.01-.026.008-.026.007-.027.006-.028.005-.028.003-.028.002-.029.117-.11zm-.112.109l.005-.109h.107l-.112.109zm1.333.119h-1.221v-.228h1.221l.112.114-.112.114zm0-.228h.112v.114l-.112-.114zm-.113 4.884v-4.77h.225v4.77l-.112.114-.113-.114zm.113.114h-.112v-.114l.112.114zm1.384 0h-1.385v-.228h1.385l.113.114-.113.114zm.113-.114v.114h-.113l.113-.114zm0-4.77v4.77h-.225v-4.77l.112-.114.113.114zm-.225 0v-.114h.112l-.112.114zm1.333.114h-1.221v-.228h1.221l.112.109-.112.119zm0-.228h.107l.005.109-.112-.109zm.691.666v.228l-.04-.001-.039-.003-.039-.005-.038-.007-.038-.008-.037-.011-.036-.012-.036-.014-.035-.016-.034-.017-.033-.019-.032-.02-.031-.021-.03-.023-.029-.024-.027-.025-.026-.026-.026-.029-.023-.029-.022-.03-.021-.031-.02-.033-.018-.033-.017-.035-.015-.036-.014-.036-.012-.037-.01-.037-.009-.039-.006-.039-.005-.039-.003-.04.224-.011.002.029.003.028.005.028.006.027.008.027.008.026.01.026.011.025.012.025.013.025.014.023.015.022.016.022.017.021.018.02.019.019.02.018.021.017.022.016.022.016.023.014.023.013.025.012.025.011.025.01.026.009.027.008.027.006.028.005.028.003.029.002.029.005zm.69-.682l.001.228.112-.111-.002.041-.004.04-.006.04-.008.039-.01.039-.011.038-.013.037-.015.036-.016.035-.018.035-.02.033-.021.032-.023.031-.024.03-.025.029-.026.027-.028.026-.029.025-.03.023-.031.022-.032.02-.033.019-.034.017-.035.016-.036.014-.037.012-.038.01-.039.009-.039.007-.039.005-.04.003-.041.001v-.228h.03l.029-.002.029-.004.028-.005.028-.007.027-.008.026-.009.026-.01.025-.011.025-.013.025-.014.023-.015.022-.016.022-.017.021-.018.02-.019.019-.02.018-.021.017-.021.016-.023.015-.023.014-.023.013-.025.012-.026.011-.026.009-.026.008-.027.007-.028.006-.028.004-.028.003-.029.002-.03.11-.108zm-.111.111l.003-.11h.109l-.112.11zm.687-.697h.225l-.001.042-.003.041-.005.041-.007.04-.009.039-.011.039-.013.038-.015.037-.016.035-.018.035-.019.034-.021.033-.022.031-.024.031-.025.03-.026.028-.027.027-.03.026-.03.024-.031.023-.032.021-.034.02-.034.018-.035.016-.037.015-.037.013-.038.011-.038.009-.04.007-.04.005-.04.003-.041.002-.001-.228.03-.001.029-.002.029-.004.028-.005.028-.007.028-.008.027-.01.026-.01.026-.012.025-.013.024-.014.023-.015.023-.016.022-.017.02-.018.02-.02.019-.02.018-.021.017-.022.016-.023.015-.023.013-.024.013-.025.012-.026.01-.026.009-.027.007-.028.007-.028.005-.029.004-.029.002-.03v-.033zm-.687-.696l.224-.006-.112-.111.041.001.041.003.04.005.04.007.039.01.038.011.038.013.036.015.035.016.035.018.034.02.032.021.031.023.03.024.029.026.028.027.026.028.025.029.024.031.022.032.021.033.019.034.018.035.016.035.015.037.013.038.011.038.009.039.007.04.005.041.003.041.001.042h-.225v-.03l-.002-.029-.004-.029-.005-.029-.007-.029-.007-.028-.009-.026-.01-.026-.012-.026-.013-.025-.014-.024-.015-.024-.016-.023-.017-.022-.018-.021-.019-.02-.02-.019-.021-.018-.022-.017-.023-.017-.023-.015-.024-.014-.025-.013-.026-.012-.026-.01-.026-.009-.028-.008-.028-.007-.028-.005-.029-.004-.03-.002-.029-.001-.113-.114zm.111.111h-.109l-.003-.11.112.11zm-.69-.682V20l.041.001.04.003.039.005.039.007.038.009.038.01.037.012.036.014.035.016.035.018.033.019.032.02.032.022.03.024.029.025.027.026.027.028.025.029.024.03.023.031.021.032.02.033.018.034.017.035.015.037.013.036.012.038.01.039.008.039.006.04.004.04.002.041-.224.006-.002-.029-.003-.03-.004-.028-.005-.028-.007-.027-.008-.027-.009-.027-.011-.025-.012-.025-.013-.025-.014-.024-.015-.023-.016-.022-.017-.022-.018-.021-.019-.02-.021-.019-.021-.018-.021-.017-.022-.016-.023-.015-.025-.014-.024-.013-.026-.012-.026-.01-.027-.009-.027-.008-.028-.007-.027-.005-.029-.004-.029-.002h-.033zm-.692.695v-.228l-.112.113.001-.041.003-.041.005-.041.007-.039.009-.039.011-.039.013-.037.015-.037.016-.036.018-.034.019-.034.021-.033.023-.032.024-.03.025-.029.027-.028.027-.026.029-.025.031-.024.031-.023.032-.021.033-.019.034-.018.036-.016.036-.015.038-.013.038-.011.038-.009.039-.007.04-.005.041-.003.041-.001v.227l-.03.001-.029.002-.029.004-.029.005-.028.007-.027.007-.027.009-.026.01-.025.012-.025.013-.024.014-.023.015-.023.016-.022.017-.021.019-.02.019-.019.02-.018.021-.018.022-.016.023-.015.023-.014.025-.013.026-.012.025-.01.026-.009.027-.008.027-.006.029-.006.029-.004.029-.002.03-.001.03-.11.112zm.113-.113l-.001.113h-.112l.113-.113zm-1.333-.114h1.22v.228h-1.22l-.112-.114.112-.114zm0 .227h-.112v-.114l.112.114zm.113-1.547v1.434h-.225v-1.434l.11-.113.115.113zm-.225 0v-.11l.11-.003-.11.113zm.112 0l-.003-.113.003.113zm-.112 0v-.11l.11-.003-.11.113z\"/>\n    <path fill=\"#0C4076\" d=\"M107.643 23.878c2.107 0 3.815 1.728 3.815 3.861 0 2.132-1.708 3.861-3.815 3.861s-3.815-1.729-3.815-3.861c0-2.133 1.708-3.861 3.815-3.861z\"/>\n    <path fill=\"#21231E\" d=\"M111.571 27.738h-.225l-.005-.193-.014-.19-.024-.187-.032-.185-.041-.181-.05-.178-.058-.174-.066-.17-.074-.166-.082-.162-.089-.157-.096-.152-.103-.147-.11-.142-.116-.136-.123-.13-.128-.124-.134-.117-.14-.112-.145-.104-.15-.097-.155-.09-.16-.083-.164-.075-.168-.067-.173-.059-.176-.051-.179-.042-.182-.033-.185-.024-.188-.014-.191-.005v-.228l.202.005.2.015.197.025.193.035.19.044.186.053.183.063.179.071.174.08.169.088.164.096.159.103.154.111.148.118.142.125.136.131.13.138.124.144.117.15.109.156.102.161.094.166.087.171.079.176.07.181.062.185.053.189.044.193.035.195.025.199.015.202.004.206zm-3.928 3.975v-.228l.191-.005.188-.014.185-.024.182-.033.179-.042.176-.051.172-.059.168-.067.164-.075.16-.083.155-.09.15-.098.145-.105.14-.111.134-.118.129-.124.123-.13.116-.136.11-.142.103-.147.096-.152.089-.157.082-.162.074-.166.066-.17.058-.174.05-.178.041-.181.032-.185.024-.188.014-.19.005-.193h.225l-.005.204-.015.202-.025.199-.035.196-.044.192-.053.189-.062.184-.07.181-.079.176-.087.172-.094.166-.102.161-.11.156-.117.15-.123.144-.13.138-.136.131-.142.125-.148.118-.154.111-.159.104-.164.096-.169.088-.174.08-.178.071-.182.063-.186.053-.19.044-.193.035-.197.025-.2.015-.203.009zm-3.927-3.975h.225l.005.193.014.19.024.188.032.185.041.181.05.178.058.174.066.17.074.166.082.162.089.157.096.152.103.147.11.141.116.136.123.13.129.125.135.117.14.112.145.104.15.097.155.09.16.083.164.075.168.067.172.059.176.051.179.042.182.033.185.024.188.014.191.005v.228l-.202-.005-.199-.015-.197-.025-.193-.035-.19-.044-.186-.053-.182-.063-.179-.071-.174-.079-.169-.088-.165-.096-.159-.103-.154-.111-.148-.118-.142-.125-.137-.131-.13-.138-.124-.144-.116-.15-.11-.156-.102-.161-.094-.166-.087-.171-.079-.176-.07-.181-.062-.185-.053-.189-.044-.192-.034-.196-.025-.199-.015-.202-.006-.208zm3.927-3.974v.228l-.191.005-.188.014-.185.024-.182.033-.179.042-.176.051-.172.059-.168.067-.164.075-.16.083-.155.09-.15.097-.145.104-.14.112-.135.118-.129.124-.123.13-.116.136-.11.142-.103.147-.096.152-.089.157-.082.162-.074.166-.066.17-.058.174-.05.178-.041.181-.032.185-.024.187-.014.19-.005.193h-.225l.005-.204.015-.202.025-.199.034-.195.044-.193.053-.189.062-.185.07-.181.079-.176.087-.171.094-.166.102-.161.11-.156.116-.15.124-.144.13-.138.137-.132.142-.125.148-.118.154-.111.159-.103.165-.096.169-.088.174-.08.179-.071.182-.063.187-.054.19-.044.193-.035.197-.025.199-.015.202-.006z\"/>\n    <path fill=\"#EDB92E\" d=\"M107.643 23.878c.237 0 .468.021.692.063v3.039h-1.384v-3.039c.224-.042.456-.063.692-.063z\"/>\n    <path fill=\"#21231E\" d=\"M108.448 23.941h-.225l.092.112-.02-.004-.021-.004-.02-.004-.021-.003-.02-.003-.02-.003-.021-.003-.021-.003-.02-.003-.021-.003-.021-.002-.021-.002-.022-.002-.021-.002-.021-.002-.021-.002-.02-.002-.022-.002-.021-.002-.021-.001-.022-.002-.02-.001-.021-.001-.022-.001-.022-.001-.02-.001h-.128v-.228h.069l.023.001h.045l.023.001.023.001.022.001.022.001.023.002.022.002.023.001.022.002.021.002.023.002.022.002.023.002.022.002.021.002.022.002.022.003.022.003.023.003.021.003.021.003.023.003.022.004.022.003.022.004.021.004.022.004.092.112zm-.092-.112l.092.017v.095l-.092-.112zm-.133 3.151v-3.039h.225v3.039l-.112.114-.113-.114zm.225 0v.114h-.112l.112-.114zm-1.497-.114h1.384v.228h-1.384l-.113-.114.113-.114zm0 .228h-.113v-.114l.113.114zm.112-3.153v3.039h-.225v-3.039l.092-.112.133.112zm-.225 0v-.095l.092-.017-.092.112zm.805-.177v.228h-.128l-.021.001-.021.001-.022.001-.021.001-.02.001-.023.003-.021.001-.021.002-.021.002-.02.002-.021.002-.021.002-.021.002-.021.002-.021.003-.021.002-.021.003-.02.003-.021.003-.021.003-.02.003-.021.003-.02.003-.021.003-.021.004-.02.004-.041-.224.022-.004.021-.004.022-.004.022-.003.022-.004.023-.003.021-.003.021-.003.023-.003.022-.003.022-.003.022-.002.022-.002.022-.002.022-.002.022-.002.023-.002.022-.002.022-.002.023-.002.022-.002.023-.001.022-.001.022-.001.023-.001.023-.001h.045l.023-.001h.046l.022-.001z\"/>\n    <path fill=\"#EDB92E\" d=\"M111.38 26.954a3.97 3.97 0 01.041 1.331 107.617 107.617 0 00-3.777-.074c-1.265 0-2.522.03-3.777.074a3.946 3.946 0 01.04-1.331c1.241-.043 2.485-.072 3.736-.072 1.252 0 2.496.029 3.737.072z\"/>\n    <path fill=\"#21231E\" d=\"M111.571 27.738h-.225v-.123l-.001-.024-.001-.025-.001-.024-.001-.024-.002-.024-.002-.024-.002-.024-.002-.024-.002-.024-.002-.024-.002-.025-.002-.023-.003-.024-.003-.024-.003-.023-.003-.024-.003-.024-.003-.023-.004-.024-.003-.024-.004-.023-.004-.023-.004-.023-.004-.023-.004-.023-.007-.021-.004-.023.22-.046.005.025.005.024.005.025.004.025.004.024.004.025.004.025.004.025.004.025.004.025.003.025.003.024.003.026.003.025.003.025.003.026.002.024.002.025.002.026.002.025.002.025.002.025.002.026.001.026.001.026.001.025.001.026.001.026v.077l.001.026zm-.155.661l.008-.227-.115.097.002-.016.002-.017.002-.017.002-.015.002-.017.002-.017.002-.016.002-.016.002-.017.002-.017.001-.016.002-.016.001-.016.001-.017.001-.017.001-.017.001-.017.001-.016.001-.016.001-.016.001-.018.001-.017v-.016l.001-.017v-.133h.225V27.881l-.001.017v.018l-.001.018-.001.016-.001.018-.001.018-.001.018-.001.018-.001.017-.001.017-.001.017-.001.018-.002.018-.002.018-.002.017-.001.017-.002.018-.002.018-.002.017-.002.017-.002.018-.002.017-.002.017-.003.017-.117.099zm.115-.098l-.014.101-.101-.003.115-.098zm-3.888.024v-.228h.474l.118.001.118.001.119.001.118.001.118.001.118.002.118.002.119.002.118.002.118.002.118.002.118.002.118.002.118.003.118.003.118.003.118.003.118.003.118.003.118.003.118.003.118.003.118.003.118.004.118.004.117.004.118.004.118.004-.008.227-.117-.004-.118-.004-.118-.004-.117-.004-.118-.004-.117-.003-.118-.003-.118-.004-.117-.003-.118-.003-.118-.003-.118-.003-.118-.003-.118-.003-.117-.002-.118-.002-.118-.002-.118-.002-.118-.002-.118-.002-.118-.002-.118-.001-.118-.002-.118-.002-.118-.001-.118-.001-.118-.001-.118-.001h-.354l-.118.001zm-3.888-.024l.222-.032-.115-.097.118-.004.118-.004.118-.004.118-.004.118-.004.118-.004.118-.003.118-.003.118-.003.118-.003.118-.003.118-.003.118-.003.118-.003.118-.003.118-.002.118-.002.118-.002.118-.002.118-.002.118-.002.118-.002.118-.002.118-.001.119-.002.118-.001.119-.001.118-.001h.475v.228h-.473l-.118.001-.119.001-.118.001-.118.001-.118.001-.118.002-.118.001-.118.002-.118.002-.118.002-.118.002-.118.002-.118.002-.118.002-.118.003-.118.003-.118.003-.118.003-.118.003-.117.004-.118.003-.118.003-.117.003-.118.004-.117.004-.118.004-.118.004-.117.004-.114-.096zm.115.098l-.101.003-.014-.101.115.098zm-.154-.661h.225v.133l.001.017v.016l.001.016.001.018.001.017.001.016.001.016.001.016.001.017.002.017.001.017.001.016.002.016.001.016.002.017.002.017.002.016.002.016.002.017.002.017.002.015.002.017.002.017.002.016-.222.032-.003-.017-.002-.017-.002-.017-.002-.019-.002-.017-.002-.017-.002-.018-.002-.018-.002-.017-.002-.017-.002-.018-.002-.018-.001-.018-.002-.017-.001-.017-.001-.017-.001-.018-.001-.018-.001-.018-.001-.018-.001-.016-.001-.018v-.018l-.001-.017V27.738h-.001zm.187-.898l.007.227.106-.091-.003.024-.005.023-.005.024-.004.024-.004.023-.004.023-.004.023-.003.023-.003.024-.004.023-.003.023-.003.023-.003.024-.003.024-.003.024-.003.024-.002.024-.002.024-.002.024-.002.024-.002.024-.002.024-.001.024-.001.024-.001.024-.001.025-.001.024-.001.024v.098h-.225v-.078l.001-.026.001-.026.001-.026.001-.025.001-.026.002-.026.002-.026.001-.025.002-.025.002-.025.002-.026.002-.025.003-.025.003-.025.003-.025.003-.025.003-.025.003-.025.003-.025.004-.025.003-.024.004-.025.004-.025.004-.025.004-.025.005-.025.005-.024.004-.024.005-.025.106-.092zm-.106.091l.018-.087.089-.003-.107.09zm3.846-.163v.228h-.468l-.117.001-.117.001-.117.002-.117.001-.117.001-.117.001-.117.002-.117.001-.117.002-.117.002-.117.002-.116.002-.117.002-.117.003-.117.003-.117.003-.117.003-.116.003-.117.003-.116.003-.117.003-.116.004-.117.003-.116.004-.117.004-.117.004-.116.004-.117.004-.007-.227.117-.004.116-.004.117-.004.116-.004.117-.004.117-.003.117-.003.117-.003.117-.003.117-.003.116-.003.117-.003.117-.003.117-.003.117-.003.117-.003.117-.002.117-.002.117-.002.117-.002.117-.002.117-.002.117-.002.117-.001.117-.001.117-.001.117-.001.117-.001H107.643zm3.847.163l-.22.046.106.091-.116-.004-.116-.004-.116-.004-.117-.004-.116-.004-.117-.003-.116-.003-.117-.003-.116-.003-.117-.003-.117-.003-.116-.003-.117-.003-.117-.003-.116-.003-.117-.002-.117-.002-.117-.002-.117-.002-.117-.002-.117-.002-.117-.002-.117-.001-.117-.001-.114-.002-.117-.001-.117-.001-.117-.001h-.468v-.228h.469l.117.001.117.001.117.001.117.001.117.001.117.001.117.002.117.002.117.002.117.002.117.002.117.002.117.003.117.003.117.003.116.003.117.003.117.003.117.003.117.003.116.003.117.003.117.003.117.004.116.004.117.004.116.004.117.004.106.091zm-.107-.091l.089.003.018.088-.107-.091z\"/>\n    <path fill=\"#EDB92E\" d=\"M104.683 30.151c-.808-.504-.949.276-.928 1.06.077 2.954.637 5.764-.15 9.381-.315 1.447-.821 2.262-.327 2.54 1.26.711 1.837 1.362 1.637 1.712.372.718 1.301.579 2.729.349 1.427.23 2.356.369 2.729-.349-.2-.35.377-1.001 1.637-1.712.494-.279-.013-1.093-.328-2.54-.786-3.617-.227-6.427-.15-9.381.02-.784-.12-1.564-.928-1.06-1.591.992-4.312 1.004-5.921 0z\"/>\n    <path fill=\"#21231E\" d=\"M103.867 31.208l-.224.006-.001-.075v-.075l.001-.075.002-.074.003-.073.005-.072.007-.071.008-.07.01-.069.012-.066.014-.065.017-.062.019-.061.022-.058.025-.055.028-.053.032-.049.035-.046.04-.041.044-.037.049-.031.053-.025.057-.018.06-.011.062-.003.064.004.066.011.068.018.071.025.073.032.076.039.079.046-.118.194-.069-.041-.064-.033-.059-.026-.054-.019-.05-.013-.045-.007-.04-.003-.036.002-.032.006-.029.009-.027.013-.025.016-.024.02-.023.024-.022.029-.021.033-.02.038-.018.042-.017.045-.015.049-.014.053-.013.056-.01.059-.009.061-.007.063-.006.066-.004.067-.003.069-.002.07-.001.071V31.208zm-.153 9.409l-.22-.049.07-.334.062-.33.055-.326.048-.322.041-.318.035-.314.029-.31.024-.307.019-.303.014-.3.01-.297.005-.295.001-.292-.002-.29-.005-.288-.008-.286-.011-.284-.013-.282-.015-.281-.016-.28-.018-.278-.018-.278-.019-.276-.019-.276-.019-.276-.018-.275-.018-.275-.017-.276-.015-.276-.013-.276-.011-.277-.008-.278.224-.006.008.275.011.275.013.275.015.274.017.275.018.275.018.275.019.275.019.276.019.277.018.278.018.279.016.28.015.283.013.284.011.286.008.288.006.29.002.292-.001.295-.005.298-.01.301-.014.304-.019.307-.024.311-.03.314-.036.318-.042.321-.048.326-.055.33-.063.334-.071.34zm-.382 2.416l-.109.199-.054-.034-.048-.04-.042-.044-.036-.049-.029-.053-.023-.057-.016-.059-.01-.06-.005-.062v-.065l.004-.066.007-.069.01-.071.014-.074.016-.076.019-.08.021-.082.023-.085.025-.088.027-.092.028-.095.029-.098.03-.101.031-.105.032-.107.032-.112.032-.115.032-.118.032-.122.031-.126.031-.128.03-.132.22.049-.03.136-.031.131-.032.128-.033.124-.033.12-.033.117-.032.112-.032.109-.031.105-.031.101-.029.098-.028.094-.026.09-.024.086-.023.082-.02.079-.018.074-.015.071-.012.066-.009.063-.006.058-.003.054v.048l.004.045.007.04.009.035.012.031.015.028.019.025.022.024.027.022.032.021zm1.682 1.759l-.199.106.002-.11.01-.021.007-.021.005-.023.002-.025-.001-.028-.005-.031-.008-.033-.012-.036-.016-.039-.021-.041-.025-.043-.029-.046-.034-.047-.038-.049-.043-.051-.047-.052-.052-.054-.056-.055-.06-.056-.065-.057-.069-.058-.074-.059-.078-.06-.082-.061-.086-.062-.09-.062-.095-.063-.098-.064-.103-.064-.107-.065-.111-.065-.115-.066.109-.199.117.068.113.066.109.067.105.066.102.066.097.065.094.064.089.064.085.063.081.063.077.062.073.062.069.06.065.06.061.06.056.058.052.057.049.057.044.056.04.056.035.055.031.054.027.054.023.054.018.054.013.053.008.053.002.053-.004.052-.01.051-.017.049-.023.047.003-.109zm-.199.106l-.029-.056.031-.054-.002.11zm2.846.184l-.036.224h.036l-.133.021-.129.021-.127.02-.124.019-.121.018-.119.017-.115.015-.113.014-.11.012-.107.01-.104.009-.102.006-.099.004-.096.001-.094-.001-.091-.003-.088-.007-.086-.01-.083-.013-.081-.017-.077-.02-.075-.025-.072-.028-.069-.033-.067-.038-.063-.042-.059-.047-.056-.052-.052-.057-.049-.062-.044-.067-.041-.072.199-.106.033.058.035.053.037.048.04.044.043.04.046.036.049.033.052.029.055.027.059.023.062.02.066.017.069.015.073.011.077.009.08.006.084.003h.087l.09-.001.094-.004.097-.006.101-.008.104-.01.107-.012.11-.013.113-.015.117-.016.12-.018.123-.019.126-.02.13-.021.132-.021.036.001zm2.614-.18l.195-.114.002.11-.041.072-.044.067-.049.062-.053.057-.056.052-.06.048-.063.043-.066.038-.069.033-.072.028-.075.025-.077.02-.08.017-.083.013-.086.01-.088.007-.091.003-.093.001-.096-.001-.099-.004-.102-.006-.105-.009-.107-.01-.11-.012-.113-.014-.116-.015-.118-.017-.121-.018-.124-.019-.127-.02-.13-.021-.133-.021.036-.224.132.021.13.021.126.02.123.019.12.018.117.016.113.015.111.013.107.012.104.01.101.008.097.006.094.004.091.001h.088l.084-.003.08-.006.077-.009.073-.012.069-.015.066-.017.063-.02.059-.023.055-.026.052-.029.048-.033.046-.036.043-.04.04-.044.037-.048.035-.053.033-.058v.107zm.194-.114l.031.054-.029.056-.002-.11zm1.486-1.755l.109.199-.115.066-.111.065-.107.065-.102.064-.098.064-.095.063-.09.062-.086.062-.082.061-.077.06-.073.059-.069.058-.065.057-.06.056-.056.055-.052.053-.047.052-.043.05-.038.049-.034.047-.029.046-.025.043-.021.041-.016.039-.012.036-.008.033-.004.031-.001.028.002.025.005.023.007.021.01.021-.195.114-.023-.047-.017-.049-.01-.052-.004-.052.002-.053.007-.053.013-.053.018-.053.023-.054.027-.054.031-.055.036-.055.039-.056.044-.056.048-.057.053-.058.056-.058.061-.059.064-.06.069-.061.073-.062.077-.062.081-.063.085-.063.089-.064.093-.064.097-.065.101-.066.105-.066.109-.067.113-.067.118-.064zm-.383-2.416l.22-.049.029.132.031.128.031.126.032.122.032.118.032.115.032.111.032.108.031.105.03.101.029.098.028.095.027.092.025.088.023.085.021.082.019.079.017.076.014.074.01.071.007.069.003.067v.064l-.005.062-.01.061-.016.059-.023.056-.029.053-.036.049-.042.044-.048.04-.054.034-.109-.199.033-.021.027-.022.023-.024.019-.025.015-.028.013-.031.009-.035.007-.04.003-.044v-.049l-.003-.054-.006-.058-.009-.063-.012-.066-.015-.071-.018-.075-.02-.078-.023-.082-.024-.086-.026-.09-.028-.094-.029-.098-.031-.101-.031-.105-.032-.109-.033-.113-.033-.117-.033-.12-.033-.124-.032-.128-.031-.131-.03-.134zm-.152-9.409l.224.006-.008.278-.011.277-.013.276-.015.276-.017.276-.018.275-.018.275-.019.276-.019.276-.019.276-.018.278-.018.278-.017.28-.015.281-.013.282-.011.284-.008.286-.005.288-.002.29.001.292.005.295.009.297.014.3.019.303.024.307.029.31.035.314.041.318.048.322.055.326.062.33.07.334-.22.049-.07-.339-.063-.334-.055-.33-.048-.326-.042-.321-.036-.318-.03-.314-.024-.311-.019-.307-.014-.304-.009-.301-.005-.298-.001-.295.002-.292.006-.29.008-.288.01-.286.013-.284.015-.283.017-.28.018-.279.018-.278.019-.277.019-.276.019-.275.018-.275.018-.275.017-.275.015-.274.013-.275.011-.275.008-.276zm-.757-.96l-.118-.194.078-.046.076-.039.073-.032.071-.025.068-.018.067-.011.064-.004.062.003.06.011.057.018.053.025.049.031.044.037.04.042.036.046.031.049.028.053.025.055.021.058.019.061.016.063.014.065.012.066.01.068.008.07.007.071.005.072.003.073.002.074.001.075v.075l-.002.075-.224-.006.001-.072v-.071l-.001-.071-.002-.07-.003-.069-.004-.067-.006-.066-.008-.063-.009-.061-.01-.059-.012-.056-.014-.053-.015-.049-.017-.046-.018-.042-.02-.038-.021-.033-.022-.028-.023-.024-.024-.02-.025-.016-.027-.013-.029-.009-.031-.006-.036-.002-.04.003-.045.007-.05.013-.054.019-.059.026-.064.033-.068.042zm-6.039 0l.118-.194.15.089.156.083.161.077.167.072.172.066.177.06.181.054.184.049.188.043.191.037.193.031.195.025.197.02.198.014.199.009.199.002.199-.003.199-.009.198-.015.197-.02.195-.026.193-.031.19-.037.187-.043.184-.049.18-.055.176-.06.171-.066.166-.071.16-.077.155-.082.148-.088.118.194-.157.093-.163.087-.169.081-.177.075-.178.069-.183.063-.188.057-.191.05-.194.045-.197.039-.199.033-.202.027-.203.021-.204.015-.205.009-.206.003-.206-.003-.205-.008-.204-.015-.204-.021-.202-.027-.2-.032-.198-.038-.195-.045-.192-.051-.188-.057-.184-.063-.18-.069-.175-.075-.17-.081-.164-.088-.159-.093z\"/>\n    <path fill=\"#FFF\" d=\"M107.643 41.267c.837 0 1.516.687 1.516 1.534s-.679 1.534-1.516 1.534a1.525 1.525 0 01-1.516-1.534c0-.847.679-1.534 1.516-1.534z\"/>\n    <path fill=\"#21231E\" d=\"M109.271 42.801h-.225l-.002-.073-.005-.072-.009-.071-.012-.07-.016-.069-.019-.068-.022-.066-.025-.065-.028-.063-.031-.061-.034-.06-.037-.057-.039-.056-.042-.054-.044-.051-.047-.049-.048-.048-.051-.044-.053-.042-.055-.039-.057-.037-.059-.034-.06-.032-.062-.028-.064-.025-.065-.023-.067-.019-.068-.016-.069-.012-.07-.01-.071-.005-.072-.001v-.228l.084.002.083.007.081.01.081.015.079.018.077.022.075.026.074.03.073.033.07.037.069.039.066.043.064.046.061.049.059.052.056.054.054.057.051.06.048.062.045.065.043.067.039.069.036.071.033.073.029.075.025.076.022.078.018.08.014.081.01.082.007.084.002.085zm-1.628 1.648v-.228l.072-.002.071-.005.07-.009.069-.012.067-.016.067-.019.065-.023.064-.025.062-.028.061-.032.059-.034.057-.037.055-.039.053-.042.051-.044.049-.047.047-.049.044-.052.042-.054.039-.056.037-.058.034-.06.031-.061.028-.063.025-.065.022-.066.019-.068.016-.068.012-.07.009-.071.005-.072.001-.073h.225l-.002.084-.007.084-.01.082-.014.081-.018.08-.022.078-.025.076-.029.075-.033.073-.036.071-.039.069-.043.067-.045.065-.048.062-.051.06-.054.057-.057.054-.059.052-.062.049-.064.046-.066.043-.068.04-.07.037-.072.033-.074.03-.075.026-.077.022-.079.018-.081.015-.081.011-.083.006-.084.002zm-1.629-1.648h.225l.001.073.006.072.009.071.012.07.016.069.019.067.022.066.025.064.028.063.031.061.033.06.036.057.039.056.042.054.044.051.047.049.049.047.051.044.053.042.055.039.057.037.059.034.06.031.062.029.064.025.066.023.067.019.068.016.069.012.07.01.071.005.072.002v.227l-.084-.002-.083-.006-.082-.011-.08-.015-.079-.018-.077-.022-.076-.026-.074-.03-.073-.033-.07-.037-.068-.04-.066-.043-.064-.046-.061-.049-.059-.052-.056-.055-.054-.057-.051-.06-.049-.062-.045-.065-.042-.067-.039-.069-.036-.071-.033-.073-.029-.075-.025-.076-.022-.078-.018-.08-.014-.082-.01-.082-.007-.083-.002-.08zm1.629-1.648v.228l-.072.002-.071.006-.071.009-.069.012-.068.016-.066.019-.066.023-.064.025-.062.029-.06.031-.059.034-.057.037-.055.039-.053.042-.051.044-.048.047-.047.049-.044.052-.042.054-.039.056-.037.058-.034.059-.031.061-.028.063-.025.064-.022.066-.019.067-.016.068-.012.07-.009.071-.006.072-.001.073h-.225l.002-.085.007-.083.01-.082.014-.082.018-.08.022-.078.025-.077.029-.075.033-.073.036-.071.039-.069.042-.067.045-.065.048-.062.051-.06.054-.057.056-.054.059-.052.061-.049.064-.046.066-.043.068-.039.07-.037.072-.033.074-.03.076-.026.077-.022.079-.018.081-.015.081-.01.082-.007.088.001z\"/>\n    <path fill=\"#FFF\" d=\"M107.643 38.608c.837 0 1.516.687 1.516 1.534s-.679 1.534-1.516 1.534a1.525 1.525 0 01-1.516-1.534c0-.847.679-1.534 1.516-1.534z\"/>\n    <path fill=\"#21231E\" d=\"M109.271 40.142h-.225l-.002-.073-.005-.072-.009-.071-.012-.07-.016-.068-.019-.068-.022-.066-.025-.065-.028-.063-.031-.061-.034-.06-.037-.058-.039-.056-.042-.054-.044-.051-.047-.049-.049-.047-.051-.045-.053-.042-.055-.04-.057-.037-.059-.034-.06-.032-.062-.028-.064-.025-.065-.022-.067-.019-.068-.016-.069-.012-.071-.009-.071-.006-.072-.001v-.228l.084.002.082.007.081.01.081.015.079.018.077.022.075.026.074.03.072.033.07.036.069.04.066.043.064.046.061.049.059.052.056.054.054.057.051.06.048.062.045.065.043.067.039.069.036.071.032.074.029.074.025.077.022.078.018.08.014.081.01.082.007.084.007.084zm-1.628 1.648v-.228l.072-.002.071-.005.07-.009.069-.012.067-.016.067-.019.065-.022.064-.025.062-.028.061-.032.059-.034.057-.037.055-.04.053-.043.051-.044.049-.047.047-.049.044-.051.042-.054.039-.056.037-.058.034-.06.031-.061.028-.063.025-.065.022-.066.019-.068.016-.068.012-.07.009-.071.005-.072.001-.073h.225l-.002.085-.007.084-.01.082-.014.081-.018.08-.022.078-.025.076-.029.075-.033.073-.036.071-.039.069-.043.067-.045.065-.048.062-.051.059-.054.057-.057.055-.059.052-.062.049-.064.046-.066.043-.068.039-.07.036-.072.033-.074.029-.075.026-.077.022-.079.019-.081.015-.081.01-.083.007-.084.003zm-1.629-1.648h.225l.001.073.006.072.009.071.012.07.016.068.019.068.022.066.025.065.028.063.031.061.033.06.036.058.039.056.042.054.044.052.047.049.049.047.051.044.053.042.055.039.057.037.059.034.06.031.062.028.064.025.066.023.067.019.068.016.069.012.07.009.071.005.072.002v.228l-.084-.002-.083-.007-.082-.01-.08-.015-.079-.018-.077-.022-.076-.026-.074-.029-.073-.033-.07-.037-.068-.039-.066-.043-.064-.046-.061-.049-.059-.052-.056-.055-.054-.057-.051-.059-.049-.062-.045-.065-.042-.067-.039-.069-.036-.071-.033-.073-.029-.075-.025-.076-.022-.078-.018-.08-.014-.082-.01-.082-.007-.084-.002-.084zm1.629-1.647v.227l-.072.002-.071.006-.071.009-.069.012-.068.016-.066.019-.066.023-.064.025-.062.029-.06.031-.059.034-.057.037-.055.04-.053.042-.051.045-.048.047-.047.049-.044.052-.042.054-.039.056-.037.058-.034.059-.031.061-.028.063-.025.064-.022.066-.019.067-.016.069-.012.07-.009.071-.006.072-.001.073h-.225l.002-.085.007-.084.01-.082.014-.082.018-.08.022-.078.025-.076.029-.075.033-.073.036-.071.039-.069.042-.067.045-.065.048-.062.051-.06.054-.057.056-.054.059-.052.061-.049.064-.046.066-.043.068-.039.07-.036.072-.033.074-.03.076-.026.077-.022.079-.018.081-.015.081-.01.082-.007.088-.002z\"/>\n    <path fill=\"#FFF\" d=\"M107.643 36.051c.837 0 1.516.687 1.516 1.534s-.679 1.534-1.516 1.534a1.525 1.525 0 01-1.516-1.534c0-.847.679-1.534 1.516-1.534z\"/>\n    <path fill=\"#21231E\" d=\"M109.271 37.585h-.225l-.002-.073-.005-.072-.009-.071-.012-.07-.016-.069-.019-.067-.022-.066-.025-.064-.028-.063-.031-.061-.034-.059-.037-.058-.039-.056-.042-.054-.044-.052-.047-.049-.049-.047-.051-.045-.053-.042-.055-.04-.057-.037-.059-.034-.06-.032-.062-.028-.064-.025-.065-.023-.067-.019-.068-.016-.069-.012-.071-.009-.071-.006-.072-.002v-.228l.084.002.082.007.081.01.081.015.079.019.077.022.075.026.074.03.072.033.07.036.069.04.066.043.064.046.061.049.059.052.056.054.054.057.051.06.048.062.045.065.043.067.039.069.036.071.032.074.029.075.025.076.022.078.018.08.014.081.01.082.007.084.007.084zm-1.628 1.649v-.228l.072-.001.071-.006.071-.009.069-.012.067-.016.067-.019.065-.023.064-.025.062-.028.061-.032.059-.034.057-.037.055-.039.053-.042.051-.045.049-.047.047-.049.044-.052.042-.054.039-.056.037-.058.034-.059.031-.061.028-.063.025-.064.022-.066.019-.067.016-.069.012-.07.009-.071.005-.072.001-.073h.225l-.002.084-.007.084-.01.082-.015.081-.018.08-.022.078-.025.077-.029.074-.032.074-.036.071-.039.069-.043.067-.045.065-.048.062-.051.06-.054.057-.056.054-.059.052-.062.049-.064.046-.066.043-.068.04-.07.036-.072.033-.074.029-.075.026-.077.022-.079.018-.081.015-.081.01-.082.007-.087.002zm-1.629-1.649h.225l.001.073.006.072.009.071.012.07.016.069.019.067.022.066.025.064.028.063.031.061.034.059.036.058.039.056.042.054.044.052.047.049.049.047.051.045.053.042.055.039.057.037.059.034.061.031.062.029.063.025.066.023.067.019.068.016.069.012.071.009.071.006.072.002v.227l-.084-.002-.082-.007-.081-.01-.081-.015-.079-.018-.077-.022-.076-.026-.074-.029-.072-.033-.07-.037-.068-.039-.066-.043-.064-.046-.062-.049-.059-.052-.056-.054-.054-.057-.051-.06-.048-.062-.045-.065-.042-.067-.039-.069-.036-.071-.033-.073-.029-.075-.025-.077-.022-.078-.018-.08-.014-.082-.01-.082-.007-.083-.006-.084zm1.629-1.647v.228l-.072.002-.071.006-.071.009-.069.012-.068.016-.066.019-.066.023-.064.025-.062.029-.06.031-.059.034-.057.037-.055.039-.053.043-.051.044-.048.047-.047.049-.044.052-.042.054-.039.056-.037.058-.034.059-.031.061-.028.063-.025.064-.022.066-.019.067-.016.068-.012.07-.009.071-.006.072-.001.073h-.225l.002-.085.007-.083.01-.082.014-.082.018-.08.022-.078.025-.077.029-.075.033-.073.036-.071.039-.069.042-.067.045-.065.048-.062.051-.06.054-.057.056-.054.059-.052.061-.049.064-.046.066-.043.068-.039.07-.037.072-.033.074-.03.076-.026.077-.022.079-.018.081-.015.081-.01.082-.007h.088z\"/>\n    <path fill=\"#FFF\" d=\"M107.643 28.79c.837 0 1.516.687 1.516 1.534s-.679 1.534-1.516 1.534a1.525 1.525 0 01-1.516-1.534c0-.847.679-1.534 1.516-1.534z\"/>\n    <path fill=\"#21231E\" d=\"M109.271 30.324h-.225l-.002-.073-.005-.072-.009-.071-.012-.07-.016-.068-.019-.068-.022-.066-.025-.064-.028-.063-.031-.061-.034-.06-.037-.058-.039-.056-.042-.054-.044-.052-.047-.049-.049-.047-.051-.045-.053-.042-.055-.039-.057-.037-.059-.034-.06-.032-.062-.028-.064-.025-.065-.023-.067-.019-.068-.016-.069-.012-.071-.009-.071-.006-.072-.001v-.228l.084.002.082.007.081.01.081.015.079.018.077.022.075.026.074.03.072.033.07.036.069.04.066.043.064.046.061.049.059.052.056.054.054.057.051.06.048.062.045.065.043.067.039.069.036.071.032.074.029.075.025.076.022.078.018.08.014.081.01.082.007.084.007.084zm-1.628 1.648v-.228l.072-.002.071-.006.071-.009.069-.012.067-.016.067-.019.065-.023.064-.025.062-.029.061-.032.059-.034.057-.037.055-.04.053-.042.051-.045.049-.047.047-.049.044-.051.042-.054.039-.056.037-.058.034-.059.031-.061.028-.063.025-.065.022-.066.019-.067.016-.069.012-.07.009-.071.005-.072.001-.073h.225l-.002.085-.007.084-.01.083-.014.081-.018.08-.022.078-.025.076-.029.075-.032.073-.036.071-.039.069-.043.067-.045.065-.048.062-.051.06-.054.057-.057.054-.059.052-.062.048-.064.046-.066.043-.068.04-.07.036-.072.033-.074.03-.075.026-.077.022-.079.018-.081.015-.081.01-.082.007-.087.004zm-1.629-1.648h.225l.001.073.006.072.009.072.012.07.016.069.019.068.022.066.025.064.028.063.031.062.033.059.036.058.039.056.042.054.044.052.047.05.049.047.051.044.053.042.055.04.057.037.059.034.061.031.062.029.063.025.066.022.067.019.068.016.069.012.071.009.071.006.072.002v.228l-.084-.002-.082-.007-.081-.01-.081-.015-.079-.018-.077-.022-.076-.026-.074-.029-.072-.033-.07-.036-.068-.039-.066-.043-.064-.046-.061-.049-.059-.052-.056-.055-.054-.057-.051-.06-.049-.062-.045-.065-.042-.067-.039-.069-.036-.071-.033-.073-.029-.075-.025-.076-.022-.078-.018-.08-.014-.081-.01-.082-.007-.084-.005-.089zm1.629-1.648v.228l-.072.001-.071.006-.071.009-.069.012-.068.016-.066.019-.066.022-.064.025-.062.029-.06.031-.059.034-.057.037-.055.039-.053.042-.051.045-.048.047-.047.049-.044.052-.042.054-.039.056-.037.058-.034.059-.031.061-.028.063-.025.064-.022.066-.019.068-.016.068-.012.07-.009.071-.006.072-.001.073h-.225l.002-.085.007-.084.01-.082.014-.082.018-.08.022-.078.025-.076.029-.075.033-.073.036-.071.039-.069.042-.067.045-.065.048-.062.051-.06.054-.057.056-.054.059-.052.061-.049.064-.046.066-.043.068-.039.07-.036.072-.033.074-.03.076-.026.077-.022.079-.019.081-.015.081-.01.082-.007.088.001z\"/>\n    <path fill=\"#FFF\" d=\"M107.643 31.04c.837 0 1.516.687 1.516 1.534s-.679 1.535-1.516 1.535a1.526 1.526 0 01-1.516-1.535c0-.847.679-1.534 1.516-1.534z\"/>\n    <path fill=\"#21231E\" d=\"M109.271 32.574h-.225l-.002-.073-.005-.072-.009-.071-.012-.07-.016-.069-.019-.067-.022-.066-.025-.064-.028-.063-.031-.061-.034-.059-.037-.058-.039-.056-.042-.054-.044-.052-.047-.049-.048-.047-.051-.044-.053-.043-.055-.039-.057-.037-.059-.034-.06-.032-.062-.028-.064-.025-.065-.023-.067-.019-.068-.016-.069-.012-.07-.009-.071-.005-.072-.002v-.228l.084.002.083.007.081.01.081.015.079.018.077.022.075.026.074.03.073.033.07.036.069.039.066.043.064.046.061.049.059.052.056.055.054.057.051.059.048.062.045.065.043.067.039.069.036.071.032.073.029.075.025.077.022.078.018.08.014.081.01.082.007.084.003.084zm-1.628 1.648v-.228l.072-.002.071-.006.071-.009.069-.012.067-.016.067-.019.065-.023.064-.025.062-.028.061-.032.059-.034.057-.037.055-.04.053-.042.051-.044.049-.047.047-.049.044-.052.042-.054.039-.056.037-.058.034-.059.031-.061.028-.063.025-.065.022-.066.019-.068.016-.069.012-.07.009-.071.005-.072.001-.073h.225l-.002.084-.007.084-.01.083-.014.081-.018.08-.022.078-.025.076-.029.075-.032.073-.036.071-.039.069-.043.067-.045.065-.048.062-.051.06-.054.057-.057.054-.059.052-.062.049-.064.046-.066.043-.068.04-.07.036-.072.033-.074.03-.075.026-.077.022-.079.019-.081.014-.081.01-.082.007-.087.004zm-1.629-1.648h.225l.001.073.006.072.009.072.012.069.016.069.019.067.022.066.025.064.028.063.031.061.033.059.036.058.039.056.042.054.044.052.047.049.049.047.051.044.053.042.055.04.057.037.059.034.061.031.062.029.063.025.066.023.067.019.068.016.069.012.071.009.071.006.072.002v.228l-.084-.002-.082-.007-.081-.01-.081-.015-.079-.018-.077-.022-.076-.026-.074-.03-.072-.033-.07-.036-.068-.039-.066-.043-.064-.046-.061-.049-.059-.052-.056-.054-.054-.057-.051-.06-.049-.062-.045-.065-.042-.067-.039-.069-.036-.071-.033-.073-.029-.075-.025-.076-.022-.078-.018-.08-.014-.081-.01-.082-.007-.084-.005-.086zm1.629-1.648v.227l-.072.002-.071.005-.07.01-.069.012-.068.016-.066.019-.066.023-.064.025-.062.029-.06.031-.059.034-.057.037-.055.039-.053.042-.051.045-.048.047-.047.05-.044.051-.042.054-.039.056-.037.057-.033.06-.031.061-.028.063-.025.064-.022.066-.019.067-.016.069-.012.07-.009.071-.006.072-.001.073h-.225l.002-.085.007-.083.01-.082.014-.082.018-.08.022-.078.025-.077.029-.075.033-.073.036-.071.039-.069.042-.067.045-.065.049-.062.051-.059.054-.057.057-.055.059-.052.061-.049.064-.046.066-.043.068-.039.07-.037.073-.033.074-.03.076-.026.077-.022.079-.018.08-.015.082-.01.083-.007h.082z\"/>\n    <path fill=\"#FFF\" d=\"M107.643 33.495c.837 0 1.516.687 1.516 1.534s-.679 1.534-1.516 1.534a1.525 1.525 0 01-1.516-1.534c0-.847.679-1.534 1.516-1.534z\"/>\n    <path fill=\"#21231E\" d=\"M109.271 35.029h-.225l-.002-.073-.005-.072-.009-.071-.012-.07-.016-.068-.019-.067-.022-.066-.025-.064-.028-.063-.031-.061-.034-.06-.037-.058-.039-.056-.042-.054-.044-.052-.047-.049-.049-.047-.051-.045-.053-.042-.055-.039-.057-.037-.059-.034-.06-.032-.062-.028-.064-.025-.065-.023-.067-.019-.068-.016-.069-.012-.071-.009-.071-.006-.072-.002v-.228l.084.002.082.007.081.01.081.015.079.018.077.022.075.026.074.03.072.033.07.036.069.04.066.043.064.046.061.049.059.052.056.054.054.057.051.06.048.062.045.065.043.067.039.069.036.071.032.074.029.075.025.076.022.078.018.08.014.081.01.082.007.084.007.084zm-1.628 1.648v-.227l.072-.002.071-.006.071-.009.069-.012.067-.016.067-.019.065-.023.064-.025.062-.029.061-.032.059-.034.057-.037.055-.04.053-.042.051-.045.049-.047.047-.049.044-.051.042-.054.039-.056.037-.058.034-.059.031-.061.028-.063.025-.065.022-.066.019-.067.016-.069.012-.07.009-.071.005-.072.001-.073h.225l-.002.085-.007.084-.01.083-.014.081-.018.08-.022.078-.025.076-.029.075-.032.073-.036.071-.039.069-.043.067-.045.065-.048.062-.051.059-.054.057-.057.054-.059.052-.062.049-.064.046-.066.043-.068.04-.07.036-.072.033-.074.029-.075.026-.077.022-.079.018-.081.015-.081.01-.082.007-.087.004zm-1.629-1.648h.225l.001.073.006.072.009.072.012.07.016.069.019.068.022.066.025.064.028.063.031.062.033.059.036.058.039.056.042.054.044.052.047.05.049.047.051.044.053.042.055.04.057.037.059.034.061.031.062.029.063.025.066.022.067.019.068.016.069.012.071.009.071.006.072.002v.228l-.084-.002-.082-.007-.081-.01-.081-.015-.079-.018-.077-.022-.076-.026-.074-.03-.072-.033-.07-.036-.068-.039-.066-.043-.064-.046-.061-.049-.059-.052-.056-.054-.054-.057-.051-.059-.049-.062-.045-.065-.042-.067-.039-.069-.036-.071-.033-.073-.029-.075-.025-.076-.022-.078-.018-.08-.014-.081-.01-.082-.007-.084-.005-.09zm1.629-1.648v.227l-.072.002-.071.006-.071.009-.069.012-.068.016-.066.019-.066.023-.064.025-.062.029-.06.031-.059.034-.057.037-.055.039-.053.042-.051.045-.048.047-.047.049-.044.052-.042.054-.039.056-.037.058-.034.059-.031.061-.028.063-.025.064-.022.066-.019.067-.016.068-.012.07-.009.071-.006.072-.001.073h-.225l.002-.085.007-.084.01-.082.014-.082.018-.08.022-.078.025-.076.029-.075.033-.073.036-.071.039-.069.042-.067.045-.065.048-.062.051-.06.054-.057.056-.054.059-.052.061-.049.064-.046.066-.043.068-.039.07-.036.072-.033.074-.03.076-.026.077-.022.079-.018.081-.015.081-.01.082-.007h.088z\"/>\n    <path fill=\"#EDB92E\" d=\"M105.924 44.624c-.6-1.123-1.237-1.841-1.91-2.154.928-2.936 1.146-6.728.6-11.404-.055-.699-.227-1-.492-.995-.232.004-.373.361-.396 1.165.169 2.572.376 4.822.26 6.733-.104 1.706-.503 3.124-.942 4.722-.061.222.096.396.86.829.564.322.919.718 1.037 1.132a.473.473 0 01.327-.029c.567.164.806.119.656.001z\"/>\n    <path fill=\"#21231E\" d=\"M103.907 42.435l.214.069-.06-.138.066.032.066.034.066.037.065.039.065.042.064.044.064.046.064.049.064.051.063.054.063.056.063.059.063.061.062.063.061.065.061.068.061.07.061.073.06.075.06.077.06.08.059.082.059.084.059.087.059.089.059.091.058.094.058.096.057.098.058.1.057.103.057.105-.198.109-.056-.103-.056-.101-.056-.098-.057-.096-.056-.094-.057-.091-.057-.089-.057-.086-.057-.084-.057-.081-.057-.079-.058-.077-.058-.074-.058-.072-.058-.069-.058-.067-.059-.065-.058-.062-.059-.06-.059-.057-.059-.055-.059-.052-.059-.05-.059-.048-.059-.045-.059-.043-.059-.04-.06-.038-.06-.036-.06-.034-.059-.031-.06-.029-.058-.138zm.06.138l-.09-.042.03-.096.06.138zm.535-11.498l.224-.018v-.004l.049.437.044.432.04.426.036.421.031.416.027.411.022.406.018.401.014.396.009.39.005.386v.38l-.004.376-.009.37-.013.365-.017.36-.021.355-.026.35-.03.345-.035.34-.039.335-.043.33-.047.325-.051.32-.056.315-.06.31-.064.305-.069.3-.073.295-.077.29-.081.285-.086.28-.214-.069.084-.276.08-.281.076-.286.072-.291.068-.296.063-.301.059-.306.055-.311.051-.316.047-.321.043-.326.038-.332.034-.337.03-.342.025-.347.021-.352.017-.358.013-.362.008-.367.004-.373v-.378l-.005-.383-.009-.388-.013-.393-.018-.399-.022-.403-.027-.409-.031-.414-.036-.419-.04-.424-.044-.43-.049-.435.002-.006zm-.377-.89l-.004-.228.033.001.032.003.033.006.032.008.031.011.03.013.029.016.028.018.026.02.025.022.025.025.023.027.021.028.02.03.02.032.018.034.017.036.016.037.015.039.015.041.014.043.013.045.012.047.011.048.011.051.01.052.009.055.008.057.008.059.007.061.006.064.006.066-.224.018-.005-.063-.006-.06-.007-.058-.007-.056-.008-.053-.009-.051-.009-.049-.01-.046-.01-.044-.011-.041-.012-.039-.011-.037-.012-.034-.013-.032-.013-.03-.013-.027-.013-.025-.013-.023-.014-.02-.014-.018-.014-.016-.013-.014-.014-.012-.014-.011-.013-.008-.013-.007-.013-.006-.014-.005-.014-.004-.015-.002-.016-.001-.013.007zm-.286 1.044l-.224.015v-.011l.002-.075.003-.073.004-.07.005-.067.005-.066.007-.063.006-.06.007-.058.008-.056.009-.053.01-.051.01-.049.011-.047.012-.045.012-.042.014-.04.014-.039.016-.037.016-.035.018-.033.018-.031.02-.029.021-.027.023-.025.025-.023.026-.02.028-.018.029-.015.031-.012.031-.009.032-.005.032-.002.004.228h-.011l-.01.002-.009.002-.009.004-.01.005-.01.006-.01.008-.011.01-.011.012-.012.015-.012.017-.012.02-.012.023-.012.025-.011.028-.012.03-.011.033-.011.036-.01.038-.01.041-.009.044-.008.046-.008.049-.007.052-.007.054-.006.057-.006.06-.005.062-.004.065-.004.068-.003.07-.002.073v-.012zm.26 6.747l-.224-.014.01-.179.008-.181.006-.183.005-.185.003-.187.002-.189v-.191l-.002-.193-.003-.195-.004-.197-.005-.199-.007-.201-.008-.203-.008-.205-.01-.207-.01-.209-.012-.211-.012-.213-.013-.215-.014-.219-.014-.219-.015-.221-.015-.223-.015-.225-.016-.227-.016-.229-.016-.231-.016-.233-.016-.235-.016-.236-.016-.238-.016-.241.224-.015.016.24.016.238.016.236.016.234.016.233.016.23.016.229.016.227.015.225.015.223.015.221.014.219.013.217.013.216.012.214.011.212.01.21.01.208.008.206.008.204.007.202.005.201.004.198.003.197.002.195v.193l-.002.191-.003.189-.005.187-.006.185-.008.183-.008.186zm-.946 4.745l-.216-.06.041-.149.041-.148.041-.147.04-.146.039-.146.039-.145.038-.145.038-.144.037-.143.037-.143.036-.143.035-.143.034-.143.034-.143.032-.143.032-.143.031-.143.03-.144.028-.144.028-.145.026-.145.025-.146.024-.147.023-.148.021-.148.02-.15.018-.151.017-.152.015-.153.014-.155.012-.156.01-.158.224.014-.011.161-.012.159-.014.157-.016.156-.017.155-.019.153-.02.152-.021.151-.023.15-.024.149-.025.148-.027.148-.028.146-.029.146-.03.145-.031.145-.032.145-.033.144-.034.144-.035.144-.035.144-.036.144-.037.144-.038.145-.038.145-.038.145-.039.146-.04.146-.04.147-.041.147-.041.148-.04.146zm.807.699l-.11.198-.07-.04-.067-.039-.064-.037-.061-.036-.057-.035-.054-.034-.051-.033-.049-.032-.045-.03-.042-.03-.04-.03-.037-.028-.035-.028-.032-.027-.03-.027-.028-.026-.026-.026-.024-.027-.021-.026-.02-.027-.017-.027-.016-.028-.013-.028-.011-.028-.008-.029-.006-.029-.003-.03-.001-.029.001-.029.003-.028.005-.027.007-.027.217.061-.003.014-.002.013-.002.013v.022l.001.01.002.011.003.012.005.013.006.013.008.014.01.015.012.016.015.018.017.019.019.02.022.021.025.022.028.023.031.024.033.026.036.026.04.027.043.029.045.03.049.031.052.032.055.034.059.035.062.037.066.038.068.04zm.94 1.126l.083.211-.15-.074-.011-.035-.012-.035-.013-.035-.015-.035-.016-.035-.017-.035-.019-.035-.019-.035-.021-.035-.022-.034-.024-.035-.025-.034-.026-.035-.028-.034-.029-.034-.03-.034-.031-.034-.033-.033-.035-.034-.035-.033-.037-.033-.038-.033-.039-.033-.04-.032-.042-.032-.043-.032-.044-.031-.045-.031-.047-.03-.049-.03-.049-.03-.051-.029.11-.198.054.031.053.032.051.033.05.032.049.033.048.034.046.034.045.034.044.035.043.035.041.036.04.036.039.037.037.036.037.037.035.038.034.038.032.038.031.039.03.039.028.039.027.04.025.04.025.04.023.04.021.041.02.041.019.042.017.041.016.042.015.042.013.042-.146-.071zm.083.211l-.115.046-.035-.12.15.074zm.317-.244l-.062.219-.004-.001-.005-.001-.005-.002h-.003l-.006-.001-.006-.001-.004-.001-.006-.001-.005-.001-.006-.001h-.007l-.007-.001h-.044l-.007.001-.009.001-.009.001-.009.001-.01.002-.01.002-.01.002-.011.003-.012.003-.012.003-.011.003-.012.004-.013.005-.013.005-.083-.211.018-.007.017-.006.017-.006.017-.006.016-.005.016-.004.015-.004.016-.004.015-.003.014-.002.015-.002.013-.002.014-.002.015-.001h.024l.013-.001.013.001h.011l.013.001.011.001.011.001.011.001.01.001.01.002.011.002.008.002.008.001.01.003.007.002.007.002.005.002zm.736.111h-.225l.182-.09.019.016.018.017.015.019.015.023.012.029.007.035-.003.041-.015.039-.023.031-.023.02-.024.014-.024.01-.024.007-.024.005-.024.003-.025.002-.026.001h-.028l-.03-.001-.031-.003-.033-.003-.035-.004-.036-.005-.038-.006-.04-.008-.042-.008-.044-.009-.046-.011-.048-.012-.049-.013-.052-.014-.053-.015.062-.219.051.015.049.013.047.012.044.011.043.01.041.008.039.008.036.007.034.006.032.005.03.004.028.003.025.002.022.001h.038l.015-.001.012-.001.007-.001.003-.001h-.002l-.006.003-.009.008-.013.018-.01.025-.002.026.003.018.005.011.002.004-.001-.001-.003-.003-.007-.006.182-.095zm-.225 0v-.234l.182.144-.182.09zm0 0h.225l-.211.054-.014-.054z\"/>\n    <path fill=\"#EDB92E\" d=\"M109.362 44.624c.6-1.123 1.237-1.841 1.91-2.154-.928-2.936-1.146-6.728-.601-11.404.055-.699.227-1 .492-.995.232.004.373.361.396 1.165-.169 2.572-.376 4.822-.26 6.733.104 1.706.503 3.124.942 4.722.061.222-.096.396-.86.829-.564.322-.919.718-1.037 1.132a.473.473 0 00-.327-.029c-.566.164-.805.119-.655.001z\"/>\n    <path fill=\"#21231E\" d=\"M111.166 42.505l.214-.069-.06.138-.06.029-.059.031-.06.034-.06.036-.06.038-.059.041-.059.043-.059.045-.059.048-.059.05-.059.052-.059.055-.059.057-.059.06-.058.062-.059.065-.058.067-.058.069-.058.072-.057.074-.058.076-.057.079-.057.081-.057.084-.057.086-.057.089-.057.091-.056.093-.056.096-.056.098-.056.101-.056.103-.198-.109.057-.105.057-.103.057-.1.058-.098.058-.096.058-.094.059-.091.059-.089.059-.087.059-.084.059-.082.06-.08.06-.077.06-.075.061-.073.061-.07.061-.068.062-.065.062-.063.063-.061.063-.059.063-.056.063-.054.064-.051.064-.049.064-.046.064-.044.065-.042.065-.039.066-.037.066-.034.066-.032-.061.139zm.213-.07l.03.096-.09.042.06-.138zm-.819-11.378l.224.018v.004l-.049.435-.044.43-.04.424-.036.419-.031.414-.027.409-.022.403-.018.399-.014.393-.009.388-.005.383v.378l.004.373.008.367.013.362.017.357.021.352.025.347.03.342.034.337.038.332.043.326.047.322.051.316.055.311.059.306.063.301.068.296.072.29.076.286.08.281.084.276-.214.069-.086-.28-.081-.284-.077-.29-.073-.295-.068-.3-.064-.305-.06-.31-.056-.315-.051-.32-.047-.325-.043-.33-.039-.335-.034-.34-.03-.345-.026-.35-.021-.355-.017-.36-.013-.365-.009-.37-.004-.375v-.38l.005-.386.009-.391.013-.396.018-.401.022-.406.027-.411.031-.417.035-.421.04-.427.045-.432.049-.437.002.008zm.606-1.1l-.004.228h-.016l-.016.001-.015.002-.014.004-.014.005-.013.006-.013.007-.013.008-.014.011-.014.012-.013.014-.014.016-.014.018-.014.02-.013.023-.014.025-.013.027-.013.03-.013.032-.012.034-.012.037-.011.039-.011.041-.01.044-.01.046-.009.049-.009.05-.008.053-.007.056-.007.058-.006.06-.005.063-.224-.018.006-.066.006-.064.007-.061.008-.059.008-.057.009-.055.01-.053.011-.051.011-.049.012-.047.013-.045.014-.043.015-.042.015-.039.016-.037.017-.036.018-.034.02-.032.02-.03.021-.028.023-.027.025-.025.025-.022.026-.02.028-.018.029-.016.03-.013.031-.011.032-.008.033-.006.032-.003.037-.004zm.506 1.287l-.224-.015v.011l-.002-.073-.003-.07-.004-.068-.004-.065-.005-.062-.006-.06-.006-.057-.007-.054-.007-.052-.008-.049-.008-.046-.009-.043-.01-.041-.01-.038-.011-.036-.011-.033-.011-.03-.012-.028-.012-.025-.012-.023-.012-.02-.012-.017-.012-.015-.011-.012-.011-.01-.01-.008-.01-.006-.01-.005-.009-.004-.009-.002-.01-.002h-.011l.004-.228.032.002.032.005.032.009.031.012.029.015.028.018.026.02.024.023.023.025.021.027.02.029.018.031.017.033.017.035.016.037.014.039.013.04.013.043.012.045.011.047.01.049.01.051.009.053.008.056.008.058.006.06.006.063.005.066.005.067.004.07.003.073.002.075v.01zm-.26 6.718l-.224.014-.01-.181-.008-.183-.006-.185-.005-.187-.003-.189-.001-.191v-.193l.001-.195.003-.197.004-.199.005-.201.007-.202.008-.204.008-.206.01-.208.01-.21.012-.212.012-.214.013-.216.013-.217.014-.22.015-.221.015-.223.015-.225.016-.227.016-.229.016-.231.016-.233.016-.234.016-.236.016-.238.016-.24.224.015-.016.24-.016.238-.016.236-.016.235-.016.233-.016.231-.016.229-.016.227-.015.225-.015.223-.015.221-.014.219-.014.217-.013.215-.012.213-.011.211-.01.209-.01.207-.008.205-.008.203-.007.201-.005.199-.004.197-.003.195-.002.193v.191l.002.189.003.187.005.185.006.183.008.181.01.18zm.937 4.698l-.216.061-.041-.149-.041-.148-.041-.147-.04-.147-.04-.146-.039-.145-.038-.145-.038-.145-.038-.144-.037-.144-.036-.144-.035-.144-.035-.144-.034-.144-.033-.144-.032-.145-.031-.145-.03-.145-.029-.146-.028-.146-.027-.148-.025-.148-.024-.149-.023-.15-.021-.151-.02-.152-.019-.153-.017-.155-.016-.156-.014-.157-.012-.159-.011-.161.224-.014.01.158.012.156.014.155.015.153.017.152.018.151.02.15.021.148.023.148.024.147.025.146.026.145.028.145.028.144.03.144.031.143.032.143.032.143.034.143.034.143.035.143.036.143.037.143.037.143.038.144.038.144.039.145.039.146.04.146.041.147.041.148.042.15zm-.912.958l-.11-.198.069-.039.066-.038.062-.037.059-.035.056-.034.052-.032.049-.031.045-.03.043-.029.04-.027.036-.026.033-.026.031-.024.028-.023.025-.022.022-.021.02-.02.017-.019.015-.018.012-.016.01-.015.008-.014.006-.013.005-.013.003-.011.002-.011.001-.01v-.022l-.002-.013-.002-.013-.003-.014.216-.061.007.027.005.028.003.028.002.029-.002.029-.003.03-.006.029-.008.029-.011.028-.013.029-.016.028-.017.027-.02.027-.021.026-.024.027-.026.026-.028.026-.03.027-.032.027-.035.028-.037.028-.04.029-.043.03-.045.03-.048.032-.051.033-.054.034-.057.035-.061.036-.064.037-.067.039-.072.037zm-1.134 1.139l.083-.211-.15.074.013-.042.015-.042.016-.042.017-.042.019-.042.02-.041.021-.041.023-.041.024-.04.026-.04.027-.04.028-.039.03-.039.031-.039.032-.038.034-.038.035-.038.036-.037.037-.036.039-.037.04-.036.041-.036.043-.035.044-.035.045-.034.046-.034.048-.034.049-.033.05-.033.051-.033.053-.032.054-.031.11.198-.051.029-.049.03-.049.03-.047.03-.045.031-.044.031-.043.032-.042.032-.04.032-.039.033-.038.033-.037.033-.035.033-.035.034-.033.033-.031.033-.031.034-.029.034-.028.034-.026.035-.025.034-.024.035-.022.034-.021.035-.019.035-.019.035-.017.035-.016.035-.015.035-.013.035-.012.035-.011.035-.144.075zm.15-.074l-.035.12-.115-.046.15-.074zm-.405.049l-.062-.219.007-.002.007-.002.007-.002.01-.003.008-.001.008-.002.011-.002.01-.002.01-.002.011-.001.011-.001.011-.001.013-.001h.062l.015.001.014.002.013.002.015.003.014.002.015.003.016.004.015.004.016.004.016.005.017.006.016.006.017.006.018.007-.083.211-.013-.005-.013-.005-.012-.004-.011-.003-.012-.003-.011-.003-.011-.003-.01-.002-.01-.002-.01-.002-.009-.001-.009-.001-.009-.001H110.116l-.007.001h-.006l-.006.001-.005.001-.006.001-.004.001-.006.001-.006.001h-.003l-.005.001-.005.001-.009.001zm-.573-.108h-.225l.182.09-.007.006-.003.003-.001.002.002-.004.005-.011.003-.018-.002-.025-.01-.025-.013-.018-.009-.008-.005-.003h-.002l.003.001.008.001.011.002.015.001h.038l.022-.001.025-.002.028-.003.03-.004.032-.005.034-.006.037-.006.039-.008.041-.008.043-.01.045-.011.047-.012.049-.013.051-.015.062.219-.053.015-.051.014-.049.013-.048.011-.046.011-.044.009-.042.008-.04.008-.038.006-.036.005-.035.004-.033.003-.031.002-.03.001h-.028l-.026-.001-.025-.002-.024-.003-.024-.005-.024-.007-.025-.01-.024-.014-.024-.02-.023-.031-.015-.039-.003-.041.007-.034.012-.029.015-.023.015-.018.018-.017.019-.016.18.091zm-.182-.09l.182-.144v.234l-.182-.09zm-.043.09h.225l-.013.054-.212-.054z\"/>\n    <path fill=\"#EDB92E\" d=\"M108.719 44.064c.217.352.16.421.302.534.184.146.485.147.774.102 1.166-.184 1.003.525.488 1.323-.258.399-.856.8-1.169 1.143-.312.343-.339.627-.462.713-.447.011-.834.013-1.008.01h-.001c-.175.003-.561.001-1.008-.01-.123-.086-.15-.37-.462-.713-.312-.343-.911-.744-1.169-1.143-.515-.798-.678-1.507.488-1.323.289.045.591.044.774-.102.143-.113.085-.182.302-.534.141-.228.311-.399.495-.514.184-.114.383-.052.581-.052.198 0 .397-.062.581.052.183.115.353.286.494.514z\"/>\n    <path fill=\"#21231E\" d=\"M109.091 44.509l-.138.179-.015-.013-.014-.013-.015-.014-.014-.014-.012-.014-.011-.014-.01-.014-.01-.014-.009-.015-.008-.015-.008-.015-.007-.014-.006-.014-.007-.015-.006-.014-.006-.014-.006-.016-.006-.015-.006-.016-.007-.016-.007-.017-.008-.018-.008-.019-.009-.02-.01-.021-.011-.022-.012-.023-.013-.025-.014-.026-.016-.027-.017-.029-.019-.031.191-.12.02.033.019.032.017.031.016.029.015.027.013.026.012.025.012.024.01.023.01.021.009.02.008.019.007.018.007.016.006.016.005.013.006.014.005.013.004.01.005.011.005.009.004.008.004.007.005.007.004.006.005.007.006.007.005.006.006.007.007.007.009.008.008.008zm.687.079l.035.225-.028.004-.028.004-.029.004-.028.003-.028.003-.029.002-.029.002-.029.002-.028.001-.028.001-.029.001h-.028l-.028-.001-.028-.001-.028-.002-.028-.002-.028-.003-.028-.004-.027-.004-.027-.005-.028-.006-.026-.007-.026-.007-.026-.008-.026-.009-.025-.01-.025-.011-.024-.012-.024-.013-.023-.015-.022-.015-.022-.017.138-.179.013.01.014.01.015.009.014.008.016.008.017.008.017.007.018.006.018.006.02.006.02.005.02.004.021.004.022.004.021.003.023.002.023.002.023.001.023.001H109.521l.025-.001.025-.001.025-.002.026-.002.025-.002.026-.003.026-.003.025-.003.026-.004.028-.004zm.599 1.497l-.188-.125.046-.073.044-.072.041-.071.039-.07.036-.069.033-.067.03-.065.026-.063.023-.061.019-.058.015-.056.011-.052.007-.049.004-.045v-.041l-.004-.038-.007-.033-.01-.029-.013-.026-.016-.023-.02-.021-.025-.02-.031-.018-.038-.017-.045-.015-.053-.012-.061-.008-.069-.005h-.077l-.085.005-.093.009-.101.014-.034-.225.109-.015.102-.01.096-.005h.089l.083.005.078.01.072.016.067.021.061.027.056.033.05.039.043.045.036.049.028.055.02.057.013.059.007.061v.062l-.005.064-.01.064-.014.066-.018.067-.022.069-.026.069-.029.071-.033.071-.035.073-.039.074-.041.074-.044.075-.046.076-.052.077zm-1.18 1.158l-.165-.154.032-.034.033-.034.035-.034.036-.035.036-.034.038-.035.038-.034.039-.035.04-.035.04-.035.041-.035.041-.035.042-.036.041-.035.041-.036.041-.036.041-.036.041-.036.04-.036.039-.036.039-.036.038-.036.037-.036.036-.036.035-.036.033-.036.032-.035.03-.035.029-.035.026-.035.025-.035.023-.034.188.125-.028.04-.029.041-.031.04-.032.039-.034.04-.035.039-.036.039-.037.039-.038.038-.039.038-.039.038-.04.038-.041.037-.041.038-.042.037-.041.036-.042.036-.042.036-.042.036-.041.035-.041.036-.041.035-.04.035-.039.034-.038.034-.037.034-.036.033-.035.032-.033.032-.032.032-.03.031-.029.028zm-.542.749l-.005-.227-.061.02.004-.003.003-.003.006-.006.006-.007.006-.008.007-.01.007-.011.008-.014.008-.015.008-.016.009-.017.009-.019.01-.02.01-.021.011-.023.012-.023.012-.025.013-.026.014-.026.014-.027.015-.028.017-.029.017-.029.019-.03.02-.031.021-.031.022-.031.024-.032.026-.033.027-.033.028-.033.03-.034.165.154-.026.03-.025.03-.024.029-.022.028-.021.028-.02.028-.019.027-.017.027-.016.026-.016.026-.015.026-.014.025-.013.025-.012.024-.012.023-.012.023-.011.022-.01.022-.011.022-.01.02-.01.02-.01.02-.01.02-.011.019-.011.019-.012.019-.012.018-.013.018-.014.017-.015.016-.018.016-.019.014-.061.02zm-1.012.01v-.228H108.367l.038-.001.04-.001h.04l.04-.001.042-.001h.041l.041-.001.005.227-.042.001-.042.001h-.041l-.041.001h-.04l-.039.001-.04.001h-.039l-.036-.001H107.641h.002v.002zm-.001-.228l.001.228h-.001l-.002-.228h.002zm-1.071.198l.127-.187-.061-.02.041.001.042.001.041.001h.04l.04.001.039.001h.039l.038.001H107.64l.004.228H106.955l-.038-.001h-.039l-.04-.001-.04-.001-.041-.001-.041-.001-.041-.001-.042-.001-.062-.02zm-.482-.729l.165-.154.03.034.029.034.027.033.025.033.024.032.023.032.022.032.02.031.018.03.018.029.017.029.015.028.015.027.014.026.013.026.012.025.011.023.011.022.011.022.01.02.01.019.008.017.008.016.008.015.008.014.007.011.007.01.006.008.006.007.005.005.004.003.004.003-.127.188-.019-.014-.018-.016-.016-.017-.015-.017-.013-.018-.012-.017-.012-.019-.011-.018-.01-.019-.011-.02-.01-.02-.01-.02-.01-.021-.01-.021-.011-.022-.011-.023-.011-.023-.012-.023-.012-.024-.013-.024-.014-.025-.015-.025-.016-.026-.017-.027-.017-.027-.018-.027-.02-.028-.021-.028-.023-.029-.023-.029-.026-.03-.027-.033zm-1.18-1.158l.188-.125.023.034.025.035.027.035.029.035.03.035.032.035.033.036.034.036.036.036.037.036.038.036.039.036.039.036.04.036.04.036.041.036.041.036.041.036.041.035.042.036.041.035.041.035.04.035.04.035.039.035.039.034.038.035.037.034.035.035.034.034.033.034.031.034-.165.154-.028-.03-.031-.031-.032-.032-.033-.032-.035-.032-.036-.033-.037-.034-.038-.034-.039-.034-.04-.035-.041-.035-.041-.035-.041-.035-.042-.036-.042-.036-.042-.036-.042-.037-.041-.036-.042-.037-.041-.037-.04-.038-.039-.038-.039-.038-.038-.038-.037-.039-.036-.039-.035-.039-.034-.04-.032-.039-.031-.04-.029-.041-.025-.04zm.599-1.497l-.034.225-.101-.014-.093-.009-.085-.005h-.077l-.069.005-.06.008-.053.012-.045.015-.038.017-.031.018-.025.02-.02.021-.016.024-.013.026-.01.029-.007.033-.004.037v.041l.003.045.007.049.011.052.015.056.019.058.023.061.026.063.03.065.033.067.036.068.039.07.041.071.044.072.046.073-.188.125-.048-.076-.046-.076-.044-.075-.041-.074-.038-.074-.036-.072-.033-.072-.029-.07-.026-.069-.022-.068-.018-.067-.014-.066-.01-.065-.005-.063v-.062l.007-.061.013-.059.02-.057.028-.054.036-.05.043-.045.049-.039.056-.033.061-.027.066-.021.072-.016.077-.01.083-.005h.089l.096.005.102.01.108.013zm.688-.079l.138.179-.022.017-.022.015-.023.015-.024.013-.024.012-.024.011-.026.01-.026.01-.026.008-.026.007-.027.007-.027.006-.027.005-.027.004-.028.004-.027.003-.028.002-.028.002-.028.001-.028.001h-.028l-.029-.001-.028-.001-.028-.001-.029-.002-.029-.003-.029-.002-.028-.003-.028-.003-.029-.004-.028-.004-.028-.004.034-.225.026.004.026.004.025.003.026.003.026.003.026.002.025.002.025.002.025.001.025.001H105.837l.023-.001.023-.001.023-.002.023-.002.022-.003.022-.004.021-.004.019-.004.02-.005.02-.006.019-.006.018-.006.017-.007.017-.007.016-.008.014-.008.015-.009.014-.01.013-.011zm.276-.505l.191.121-.019.031-.017.029-.016.028-.014.026-.013.025-.012.023-.011.022-.01.021-.009.02-.008.019-.008.018-.007.017-.007.016-.006.016-.006.015-.006.016-.006.014-.006.014-.007.015-.006.014-.007.014-.008.015-.008.014-.01.015-.01.014-.01.013-.012.015-.012.014-.013.013-.015.014-.014.013-.016.013-.138-.179.01-.008.009-.008.007-.007.007-.007.006-.006.004-.006.005-.007.005-.007.004-.006.004-.007.004-.008.005-.009.005-.01.004-.01.005-.013.006-.014.005-.013.007-.016.007-.016.007-.018.008-.019.009-.02.01-.021.01-.023.012-.024.012-.024.014-.027.015-.027.016-.029.018-.031.019-.032.017-.035zm0 0l.063-.102-.063.102zm.531-.55l.117.194-.016.01-.016.01-.015.01-.016.011-.016.011-.016.012-.015.012-.015.012-.016.013-.015.013-.014.013-.015.014-.015.014-.015.014-.015.015-.015.015-.014.015-.014.015-.015.016-.014.016-.014.016-.014.016-.014.018-.013.017-.013.018-.013.018-.013.018-.013.018-.013.019-.013.019-.013.02-.012.02-.191-.121.014-.022.014-.022.014-.021.015-.022.015-.021.015-.021.015-.02.015-.02.016-.02.016-.019.015-.019.016-.019.016-.018.016-.018.017-.018.017-.017.016-.017.017-.017.017-.016.017-.016.017-.016.018-.016.018-.015.017-.015.018-.014.018-.014.018-.014.018-.013.018-.013.019-.013.019-.012.023-.013zm.64-.069v.228h-.021l-.019-.001h-.021l-.021-.001-.019-.002-.019-.001-.019-.001-.019-.002-.018-.001-.018-.001-.018-.001-.018-.001-.018-.001-.017-.001h-.066l-.015.001-.015.001-.015.002-.015.002-.014.002-.014.003-.014.003-.013.003-.013.004-.013.005-.013.005-.013.006-.013.006-.013.008-.117-.194.022-.013.022-.012.022-.011.022-.009.021-.008.022-.007.023-.006.021-.005.021-.004.022-.004.021-.002.021-.002.021-.002.021-.001h.042l.02.001h.02l.02.001.019.001.019.001.019.001.018.002.019.001.018.002.018.001.019.001.018.001.016.001h.035l.019.001zm.64.069l-.118.194-.013-.008-.013-.007-.013-.006-.013-.005-.014-.005-.013-.004-.012-.003-.014-.003-.015-.003-.014-.003-.015-.002-.015-.001-.015-.001-.015-.001h-.066l-.016.001-.018.001-.018.001-.018.001-.018.002-.019.001-.019.002-.019.002-.018.001-.02.002-.021.001h-.02l-.019.001h-.021v-.228H107.692l.016-.001.018-.001.019-.002.018-.001.019-.002.018-.001.019-.002.019-.002.019-.002.019-.001.02-.001h.02l.02-.001h.042l.021.001.021.001.021.002.021.003.022.003.021.004.022.005.023.006.022.008.021.008.022.009.022.01.022.011.024.016zm.436.724v-.228l-.095.174-.013-.02-.013-.02-.013-.019-.013-.019-.013-.018-.013-.018-.013-.018-.014-.018-.013-.017-.014-.017-.014-.017-.014-.017-.014-.016-.014-.016-.015-.015-.014-.015-.014-.015-.015-.015-.015-.014-.015-.014-.015-.014-.015-.013-.015-.013-.015-.012-.015-.012-.016-.012-.015-.012-.015-.011-.015-.011-.015-.01-.016-.011-.016-.01.118-.194.019.012.018.012.019.013.018.013.018.013.018.014.018.013.019.015.018.015.017.015.018.016.017.016.017.015.017.016.017.017.017.017.017.017.016.018.016.018.017.019.016.019.015.018.016.02.016.02.015.02.015.02.015.021.015.021.015.022.014.021.014.022.014.022-.095.177zm.096-.174l.108.174h-.203l.095-.174zm-.096-.054v.228l-.095-.054.095-.174zm-.095.174l-.107-.174h.203l-.096.174z\"/>\n    <path fill=\"#21231E\" d=\"M107.467 47.916l-.196-.03a3.95 3.95 0 00-.961-2.149c.588.403 1.026 1.266 1.157 2.179zM107.82 47.916l.196-.03a3.95 3.95 0 01.961-2.149c-.589.403-1.027 1.266-1.157 2.179z\"/>\n    <path fill=\"#EDB92E\" d=\"M110.325 44.686c-.104.256-.214.536-.44.773-.343.36-.911.127-1.461-.338-.174-.146-.48-.217-.785-.216-.305.001-.609.074-.777.216-.55.465-1.118.698-1.461.338-.225-.236-.336-.516-.439-.773.132-.025.307-.022.53.013.289.045.59.044.774-.101.143-.113.085-.182.302-.534.141-.228.311-.4.495-.514.184-.114.383-.052.581-.052.199 0 .397-.062.581.052.184.114.354.286.495.514.217.352.16.421.302.534.184.145.485.147.774.101.222-.034.397-.037.529-.013z\"/>\n    <path fill=\"#21231E\" d=\"M109.966 45.538l-.162-.158.019-.02.018-.021.018-.021.017-.021.017-.022.016-.022.016-.022.015-.022.015-.022.015-.023.014-.022.016-.022.013-.023.013-.023.013-.023.012-.023.012-.023.012-.023.011-.024.012-.024.011-.023.011-.024.011-.025.01-.023.01-.024.01-.024.01-.024.01-.025.01-.024.01-.024.01-.025.01-.024.208.086-.01.024-.01.024-.01.025-.01.025-.01.024-.01.025-.011.025-.011.025-.012.026-.011.025-.011.025-.012.026-.012.025-.012.026-.013.026-.013.026-.014.026-.014.026-.015.026-.015.026-.016.026-.017.026-.016.024-.017.026-.018.026-.019.025-.019.025-.019.024-.02.025-.021.025-.022.024-.023.025zm-1.613-.33l.144-.174.05.042.05.04.05.039.05.037.05.035.05.034.049.032.049.03.049.028.048.026.047.024.047.022.046.02.045.018.044.016.043.013.043.011.041.009.04.006.039.004.038.002h.036l.035-.003.034-.006.033-.008.031-.01.03-.012.03-.015.029-.017.028-.02.027-.023.027-.026.162.158-.039.038-.041.034-.043.031-.044.026-.045.023-.047.019-.048.015-.049.011-.049.008-.051.005-.051.001-.051-.002-.051-.005-.052-.008-.052-.011-.052-.013-.052-.016-.053-.018-.053-.021-.053-.023-.053-.025-.054-.027-.053-.029-.053-.031-.054-.033-.054-.035-.053-.036-.054-.038-.054-.04-.053-.041-.053-.042-.05-.049zm.143-.175l.125.106-.125-.106zm-.857-.015v-.228h.03l.031.001.03.001.03.001.03.002.03.002.03.003.03.003.03.004.029.004.03.005.03.005.029.006.028.006.029.007.028.007.028.007.028.008.027.008.026.009.026.009.026.011.025.01.024.011.024.011.024.012.024.013.022.014.021.014.022.015.02.016.02.016-.144.174-.013-.011-.014-.011-.015-.01-.016-.01-.016-.01-.016-.009-.018-.009-.019-.009-.02-.009-.02-.009-.02-.008-.021-.008-.022-.008-.022-.007-.022-.007-.023-.006-.024-.006-.024-.005-.025-.005-.025-.005-.025-.004-.025-.004-.026-.003-.026-.004-.026-.003-.026-.003-.027-.002-.027-.002-.027-.001-.027-.001h-.026l-.034.002zm-.705.19l-.144-.174.02-.016.02-.015.02-.014.022-.014.022-.014.023-.013.023-.012.023-.011.025-.011.024-.01.026-.01.026-.01.026-.009.026-.008.027-.008.028-.008.027-.007.028-.006.028-.006.029-.006.029-.005.029-.005.029-.004.03-.004.03-.003.03-.003.029-.002.03-.002.03-.002.03-.001.03-.001h.03v.228h-.054l-.027.001-.026.002-.027.002-.027.002-.026.002-.026.003-.026.004-.026.004-.025.004-.025.005-.024.005-.025.006-.024.006-.024.006-.023.006-.023.007-.023.007-.021.007-.021.008-.02.008-.02.008-.019.009-.018.009-.018.009-.017.009-.016.01-.015.01-.015.01-.014.01-.01.007zm-1.614.33l.162-.158.027.026.027.023.028.02.029.017.03.015.031.012.031.01.033.008.034.006.035.003.036.001.038-.002.039-.004.04-.006.041-.009.043-.011.043-.013.044-.016.045-.018.046-.02.047-.022.047-.024.048-.026.049-.028.048-.03.049-.032.05-.034.05-.035.05-.037.05-.039.05-.04.05-.042.144.174-.053.044-.053.042-.053.041-.054.04-.054.038-.053.036-.054.035-.054.033-.053.031-.053.029-.054.027-.053.025-.053.023-.053.021-.053.018-.052.016-.052.013-.052.011-.052.008-.051.005-.051.002-.051-.001-.051-.005-.049-.008-.049-.011-.048-.015-.047-.019-.045-.023-.044-.026-.043-.031-.041-.034-.036-.034zm-.379-.964l.041.224.084-.155.01.024.01.024.01.025.01.024.01.024.01.025.01.024.011.024.01.024.011.024.011.024.011.024.012.024.012.024.012.024.011.023.013.023.013.023.013.023.013.023.014.023.014.023.015.023.015.022.015.022.016.022.017.022.017.022.017.021.018.021.018.021.019.02-.162.158-.022-.024-.022-.024-.021-.024-.021-.025-.02-.025-.019-.025-.018-.025-.018-.025-.017-.026-.017-.026-.016-.025-.016-.026-.015-.026-.015-.026-.014-.026-.014-.026-.013-.026-.013-.026-.012-.026-.013-.026-.012-.026-.011-.025-.012-.026-.011-.026-.011-.025-.011-.025-.01-.025-.011-.025-.01-.025-.01-.024-.01-.024-.01-.025.084-.157zm-.084.155l-.052-.13.136-.025-.084.155zm.651-.142l-.034.225-.02-.003-.02-.003-.02-.003-.019-.003-.018-.002-.018-.002-.019-.002-.017-.002-.018-.002-.018-.002-.017-.001-.016-.001-.016-.001-.018-.001-.016-.001h-.102l-.013.001-.013.001-.014.001-.012.001-.012.001-.011.002-.012.002-.012.002-.011.002-.011.002-.041-.224.014-.002.014-.002.015-.002.015-.002.016-.002.016-.002.015-.001.015-.001.016-.001.017-.001H105.211l.018.001.017.001.019.001.02.002.018.001.019.002.019.002.02.002.02.002.02.002.021.003.021.003.021.003.021.003.023.001zm.688-.078l.138.179-.022.016-.023.015-.023.014-.024.013-.025.013-.025.011-.025.01-.025.009-.026.009-.026.007-.026.007-.027.006-.027.005-.028.004-.027.004-.028.003-.028.002-.028.002-.028.001-.028.001h-.028l-.029-.001-.028-.001-.028-.001-.029-.002-.029-.002-.029-.003-.028-.003-.028-.003-.029-.004-.028-.004-.028-.004.034-.225.026.004.026.004.025.003.026.003.026.003.025.003.026.002.025.002.025.001.025.001H105.835l.023-.001.023-.001.023-.002.023-.002.022-.003.021-.003.02-.004.02-.005.02-.005.019-.005.018-.006.018-.007.018-.007.017-.007.016-.008.015-.008.015-.009.014-.009.016-.012zm.138.179l-.102.081.102-.081zm.138-.684l.191.12-.019.031-.017.029-.016.027-.014.026-.013.025-.012.023-.011.023-.01.021-.009.019-.008.018-.008.018-.007.017-.007.016-.007.016-.006.015-.006.015-.006.014-.006.014-.007.015-.006.014-.007.014-.008.015-.008.015-.009.015-.009.013-.01.014-.012.015-.012.014-.013.013-.015.014-.014.013-.016.013-.138-.179.01-.008.009-.008.007-.007.007-.007.006-.006.004-.006.005-.007.005-.007.004-.007.004-.006.004-.008.005-.009.005-.011.004-.01.005-.012.006-.014.006-.014.006-.015.007-.016.007-.018.008-.019.008-.02.01-.021.011-.023.012-.023.012-.025.013-.026.015-.027.016-.029.018-.031.019-.032.017-.033zm.531-.551l.117.194-.016.01-.016.01-.015.01-.016.012-.016.011-.015.011-.015.012-.015.012-.015.013-.015.013-.015.013-.015.014-.015.013-.015.014-.015.015-.014.014-.014.015-.014.015-.014.016-.014.016-.014.016-.014.017-.013.017-.014.018-.013.018-.013.018-.013.018-.014.019-.012.019-.013.019-.013.02-.012.02-.191-.12.014-.023.014-.022.014-.022.015-.022.015-.021.015-.021.015-.02.015-.02.016-.02.016-.019.016-.019.016-.019.016-.018.016-.018.016-.017.016-.018.017-.017.017-.017.017-.016.017-.016.017-.015.017-.015.018-.015.018-.015.018-.014.018-.014.018-.014.018-.013.018-.013.019-.013.019-.012.02-.014zm.64-.068v.228h-.021l-.019-.001-.02-.001-.021-.001-.019-.001-.019-.001-.019-.002-.019-.002-.018-.002-.019-.002-.018-.001-.018-.001-.018-.001-.016-.001h-.066l-.015.001-.015.001-.015.001-.015.002-.014.002-.014.003-.014.003-.013.003-.013.004-.013.005-.013.005-.013.006-.013.007-.013.008-.117-.194.022-.013.022-.011.022-.01.022-.009.021-.008.022-.008.023-.006.021-.005.021-.004.022-.004.021-.002.021-.002.021-.001.021-.001h.042l.02.001h.02l.02.001.019.001.019.001.019.002.019.002.019.001.018.002.018.001.019.001.018.002.016.001H107.643zm.64.068l-.118.194-.013-.007-.013-.007-.013-.006-.013-.005-.013-.005-.013-.004-.012-.003-.014-.003-.015-.003-.014-.002-.015-.002-.015-.002-.015-.001-.015-.001h-.066l-.017.001-.018.001-.018.001-.018.001-.018.002-.018.002-.019.001-.019.002-.019.001-.019.001-.021.001h-.02l-.02.001h-.021v-.228H107.692l.016-.001.018-.001.019-.001.018-.001.018-.001.019-.001.018-.002.019-.002.019-.001.02-.001.02-.001h.02l.02-.001h.042l.021.001.021.001.021.002.021.003.022.003.021.004.022.005.023.006.022.008.021.008.022.009.022.01.022.011.024.013zm.532.551l-.19.12-.013-.02-.013-.02-.013-.019-.013-.018-.013-.019-.013-.018-.013-.018-.013-.018-.013-.017-.014-.016-.015-.018-.014-.016-.013-.015-.014-.016-.015-.016-.014-.015-.014-.014-.015-.014-.015-.014-.015-.013-.015-.014-.015-.013-.015-.013-.015-.012-.015-.012-.016-.012-.015-.011-.015-.011-.015-.011-.015-.01-.016-.01-.016-.01.118-.194.019.012.018.011.019.013.019.013.018.013.018.014.018.013.018.014.018.015.017.015.017.015.018.015.017.016.017.016.017.017.017.017.016.018.016.017.017.018.017.019.016.019.015.018.016.019.016.021.015.02.015.02.015.021.015.021.015.022.014.022.014.022.013.021zm.276.505l-.138.179-.015-.013-.014-.013-.015-.014-.013-.014-.012-.014-.011-.014-.011-.014-.009-.014-.009-.014-.008-.015-.008-.015-.007-.014-.006-.014-.007-.015-.005-.014-.006-.014-.006-.015-.006-.015-.007-.016-.007-.016-.007-.017-.008-.018-.008-.018-.009-.019-.01-.021-.011-.023-.012-.023-.013-.025-.015-.026-.016-.027-.017-.029-.019-.031.19-.12.02.033.019.032.018.031.016.029.015.027.013.027.012.025.012.023.011.023.01.021.008.02.008.019.007.018.007.016.007.016.005.014.006.014.005.012.004.01.005.01.005.009.004.008.004.007.005.007.004.007.004.006.006.007.006.006.006.006.007.007.009.008.007.007zm.687.078l.034.225-.028.004-.028.004-.029.003-.029.003-.029.003-.028.002-.029.002-.029.002-.028.002-.028.001-.028.001h-.029l-.028-.001-.028-.001-.029-.002-.028-.002-.028-.003-.027-.004-.027-.004-.027-.005-.026-.006-.026-.006-.027-.008-.026-.008-.025-.009-.025-.01-.025-.011-.024-.012-.025-.013-.023-.015-.022-.015-.022-.017.138-.179.013.01.014.01.015.009.014.008.016.008.016.008.017.007.019.007.018.006.019.005.02.005.021.005.02.004.022.003.022.003.022.002.023.002.023.001.024.001H109.521l.025-.001.025-.001.026-.002.025-.002.026-.002.025-.002.026-.003.025-.003.026-.004.028-.005zm.651.143l-.208-.086.084.155-.011-.002-.011-.002-.012-.002-.012-.002-.011-.002-.012-.001-.013-.001-.014-.001-.014-.001-.013-.001h-.102l-.016.001-.017.001-.016.001-.016.001-.015.002-.018.002-.018.001-.018.002-.019.002-.018.002-.018.002-.019.003-.02.003-.02.003-.02.003-.035-.225.022-.003.021-.003.021-.003.021-.003.021-.003.02-.002.02-.002.02-.002.019-.002.019-.002.018-.001.02-.002.019-.001.017-.001.018-.001H110.175l.017.001.017.001.016.001.014.001.015.001.016.002.016.002.015.002.015.002.014.002.014.002.085.156zm-.083-.156l.136.025-.053.13-.083-.155zm-.021.112l.104.043-.104-.043zm.021-.112l.136.025-.053.13-.083-.155z\"/>\n    <path fill=\"#EDB92E\" d=\"M102.366 48.315c.348-.22.416-.162.528-.306.144-.186.146-.491.1-.783-.182-1.179.519-1.015 1.307-.493.394.261.791.867 1.13 1.183.339.316.62.343.704.468.011.453.013.844.01 1.02v.001c.003.177.001.567-.01 1.02-.085.125-.366.152-.704.468-.339.316-.735.922-1.13 1.182-.788.522-1.489.686-1.307-.493.045-.292.043-.597-.1-.783-.112-.145-.18-.086-.528-.306a1.55 1.55 0 01-.508-.501c-.113-.187-.051-.387-.051-.588 0-.201-.061-.402.051-.588a1.56 1.56 0 01.508-.501z\"/>\n    <path fill=\"#21231E\" d=\"M102.805 47.939l.177.14-.013.016-.012.015-.013.015-.013.013-.014.012-.014.012-.013.01-.015.01-.014.009-.014.008-.015.008-.014.007-.014.006-.014.006-.014.006-.015.006-.013.005-.015.007-.016.006-.016.007-.016.007-.018.008-.018.008-.02.009-.021.01-.021.011-.023.012-.025.014-.026.015-.027.016-.029.017-.03.019-.119-.193.033-.021.032-.019.03-.018.029-.016.026-.015.026-.014.025-.013.023-.011.022-.01.021-.01.02-.009.019-.008.018-.008.016-.007.015-.006.015-.006.013-.005.012-.005.011-.005.01-.005.009-.004.007-.003.008-.005.007-.004.006-.004.006-.005.006-.005.006-.006.007-.007.007-.007.008-.009.004-.007zm.078-.695l.222-.035.004.028.004.029.003.029.003.029.003.028.003.029.002.029.002.029.001.029.001.029v.057l-.001.029-.001.028-.002.029-.003.028-.003.027-.004.028-.004.028-.005.028-.006.027-.007.027-.007.026-.008.026-.009.026-.01.026-.011.025-.012.024-.013.025-.014.023-.015.022-.016.022-.177-.14.01-.013.01-.015.009-.015.008-.015.008-.016.008-.017.007-.017.006-.018.006-.018.006-.02.005-.02.005-.021.004-.021.003-.021.003-.022.003-.024.002-.023.001-.023.001-.024V47.502l-.001-.025-.001-.026-.002-.026-.002-.026-.003-.026-.002-.026-.003-.026-.003-.026-.004-.026-.004-.025zm1.48-.606l-.123.19-.072-.047-.071-.045-.07-.042-.069-.039-.068-.036-.066-.033-.064-.03-.062-.027-.061-.023-.057-.019-.055-.015-.052-.011-.049-.008-.045-.004h-.041l-.037.004-.033.007-.029.01-.026.013-.023.016-.021.021-.02.026-.018.031-.016.039-.014.046-.011.053-.008.061-.005.07v.077l.005.086.009.094.014.102-.222.035-.015-.111-.01-.104-.005-.097v-.091l.005-.084.01-.079.016-.073.021-.067.027-.062.033-.057.039-.05.044-.043.049-.036.053-.028.056-.02.059-.013.06-.007h.062l.063.005.064.01.065.015.066.018.067.023.069.026.069.029.071.033.071.036.073.039.073.042.074.044.075.047.076.053zm1.144 1.194l-.152.167-.034-.032-.034-.033-.034-.035-.034-.036-.034-.037-.034-.038-.034-.039-.034-.04-.035-.04-.035-.041-.035-.041-.035-.041-.035-.042-.035-.041-.035-.042-.035-.042-.036-.042-.035-.041-.036-.04-.036-.04-.036-.039-.036-.039-.035-.037-.035-.036-.036-.035-.035-.033-.035-.033-.035-.031-.035-.029-.034-.027-.034-.025-.034-.023.123-.19.04.028.04.029.039.031.039.033.039.034.038.035.039.036.038.038.038.039.038.04.037.04.037.041.037.041.037.042.036.042.036.042.036.042.036.042.036.042.035.041.035.041.035.041.034.04.034.039.033.039.033.038.033.036.032.035.032.034.031.032.031.031.03.029zm.74.549l-.224.005.019.061-.003-.004-.003-.003-.006-.006-.007-.007-.007-.006-.01-.007-.012-.007-.013-.008-.015-.008-.016-.009-.018-.009-.018-.009-.02-.01-.021-.011-.023-.011-.023-.012-.024-.012-.026-.013-.026-.014-.026-.014-.028-.016-.028-.017-.029-.018-.03-.019-.03-.02-.031-.022-.031-.023-.032-.024-.033-.026-.033-.027-.033-.029-.034-.031.152-.167.03.027.03.025.029.024.028.022.028.021.028.02.026.018.027.018.026.017.025.016.025.015.025.014.024.013.024.013.023.012.024.012.022.011.021.01.021.01.02.01.021.011.02.01.019.01.019.011.018.011.018.011.019.013.018.014.016.014.016.015.016.018.014.019.022.068zm.01 1.023h-.225V48.86l-.001-.036v-.152l-.001-.039-.001-.04v-.04l-.001-.04-.001-.042v-.041l-.001-.042.224-.005.001.042.001.042v.041l.001.041v.041l.001.039.001.04v.077l.001.038V49.407v-.003h.001zm-.225.001v-.001h.225v.001l-.225.002v-.002zm.196 1.084l-.185-.129-.02.062.001-.042.001-.042.001-.041v-.04l.001-.041.001-.04v-.039l.001-.039V49.408l.225-.004V49.882l-.001.035v.187l-.001.039v.039l-.001.04-.001.041-.001.041-.001.042-.001.042-.001.042-.018.059zm-.721.487l-.152-.167.033-.031.033-.029.033-.027.032-.026.032-.025.032-.023.031-.021.03-.02.03-.019.029-.018.028-.016.028-.016.027-.015.025-.014.025-.013.025-.012.023-.011.022-.011.021-.01.02-.01.019-.009.017-.009.016-.009.014-.008.013-.008.011-.007.01-.007.008-.006.007-.006.006-.006.003-.003.003-.004.185.129-.014.019-.016.018-.016.015-.017.015-.018.013-.018.013-.018.012-.018.011-.019.011-.019.01-.02.01-.02.01-.02.01-.022.011-.022.011-.022.011-.023.011-.023.012-.024.013-.024.013-.024.014-.026.015-.026.015-.026.017-.027.018-.028.019-.027.02-.028.021-.029.023-.029.024-.029.026-.027.026zm-1.144 1.194l-.123-.19.034-.023.034-.025.034-.027.035-.029.035-.03.035-.032.035-.034.036-.035.035-.036.036-.037.035-.038.036-.039.036-.04.036-.04.035-.041.036-.042.035-.041.035-.042.035-.042.035-.042.035-.042.035-.041.035-.041.035-.04.035-.04.034-.039.034-.038.034-.037.034-.036.034-.035.034-.033.034-.032.152.167-.03.029-.031.031-.031.032-.032.034-.032.035-.033.036-.033.038-.033.039-.034.039-.034.04-.035.041-.035.041-.035.042-.036.042-.036.043-.036.042-.036.042-.036.042-.037.042-.036.041-.038.041-.037.04-.038.039-.038.039-.038.038-.038.036-.039.036-.039.034-.039.032-.039.031-.04.03-.041.025zm-1.48-.606l.222.035-.014.102-.009.094-.005.086v.078l.005.07.008.061.011.053.014.046.017.039.018.031.02.026.021.021.023.017.026.013.029.01.032.007.037.004h.041l.044-.004.049-.008.052-.011.055-.015.057-.019.06-.023.062-.027.064-.03.066-.033.068-.036.069-.039.07-.042.071-.045.072-.046.123.19-.075.049-.075.046-.074.045-.073.041-.073.039-.072.036-.071.033-.069.03-.069.026-.067.023-.066.018-.065.015-.064.01-.062.005h-.062l-.06-.007-.059-.013-.056-.021-.053-.028-.05-.036-.044-.043-.039-.05-.033-.057-.026-.062-.021-.068-.016-.073-.01-.079-.005-.084v-.09l.005-.097.01-.104.016-.109zm-.078-.695l.177-.14.016.022.015.023.014.023.013.025.012.025.011.024.01.026.009.026.008.026.007.026.007.027.006.028.005.027.004.027.004.028.003.028.002.028.002.028.001.029.001.028v.029l-.001.029-.001.029-.001.029-.002.029-.002.029-.002.029-.003.028-.003.029-.004.029-.004.029-.004.028-.222-.035.004-.026.004-.026.003-.025.003-.027.003-.026.002-.026.002-.026.001-.026.002-.026.001-.025V51.231l-.001-.024-.001-.024-.002-.023-.002-.023-.003-.022-.004-.022-.004-.021-.004-.02-.005-.02-.006-.02-.006-.018-.006-.018-.007-.017-.008-.017-.008-.016-.008-.015-.009-.015-.01-.015-.009-.012zm-.498-.28l.119-.193.03.019.029.017.027.016.026.015.025.014.023.012.021.011.021.01.02.01.018.008.018.008.016.007.016.007.016.007.015.007.013.005.015.006.014.006.014.006.014.006.014.007.015.008.014.008.014.008.015.011.014.01.014.012.014.012.013.013.013.015.013.015.013.016-.177.14-.008-.01-.008-.009-.007-.007-.007-.007-.006-.006-.006-.005-.006-.005-.006-.004-.007-.004-.008-.005-.007-.004-.009-.004-.01-.005-.01-.005-.012-.005-.013-.005-.015-.006-.015-.007-.016-.006-.018-.007-.019-.008-.02-.009-.021-.01-.022-.01-.023-.011-.025-.013-.026-.014-.026-.015-.029-.016-.03-.018-.031-.019-.033-.02zm.119-.193l.11.069-.11-.069zm-.663-.345l.192-.118.009.016.01.015.011.016.01.015.011.015.012.017.012.016.012.015.012.015.012.015.013.016.014.015.013.015.014.015.014.015.014.014.015.015.015.015.015.014.015.014.016.014.017.014.017.014.017.014.017.013.018.013.018.013.018.014.018.013.019.013.02.013.02.013-.119.193-.022-.014-.022-.014-.022-.014-.021-.015-.021-.015-.021-.015-.02-.016-.02-.016-.02-.015-.019-.016-.019-.016-.019-.016-.019-.017-.018-.017-.017-.016-.017-.017-.017-.017-.016-.017-.016-.017-.016-.017-.015-.018-.015-.017-.015-.018-.015-.018-.015-.019-.013-.018-.013-.017-.013-.019-.013-.019-.012-.019-.012-.019-.008-.021zm-.069-.647h.225v.04l-.001.021-.001.02-.001.02-.001.019-.001.019-.002.02-.001.02-.002.018-.001.018-.001.018-.001.017-.001.018-.001.017v.065l.001.015.001.015.002.015.002.015.002.013.003.014.004.014.004.013.005.013.006.014.006.013.007.013.007.013-.192.119-.013-.022-.012-.022-.01-.022-.009-.022-.008-.022-.007-.023-.006-.022-.005-.022-.005-.023-.003-.021-.003-.022-.002-.021-.002-.022v-.021l-.001-.021v-.041l.001-.02.001-.019.001-.02.001-.02.002-.019.002-.02.002-.018.001-.018.001-.019.001-.019.001-.018.001-.017.001-.016v-.017l.002-.02zm.069-.647l.192.118-.008.013-.007.013-.006.013-.006.014-.005.013-.004.013-.004.014-.003.014-.002.013-.002.015-.002.015-.001.015-.001.015v.065l.001.017.001.018.001.017.001.018.001.018.002.018.002.02.001.02.001.019.001.019.001.02.001.02.001.021v.04h-.225v-.034l-.001-.017-.001-.017-.001-.018-.001-.019-.001-.019-.001-.018-.002-.018-.002-.019-.001-.02-.001-.019-.001-.02-.001-.019-.001-.02v-.041l.001-.021.001-.021.002-.021.002-.021.003-.022.003-.021.005-.023.005-.022.006-.022.007-.023.008-.022.009-.022.01-.022.011-.022.011-.025zm.543-.538l.119.193-.02.013-.02.013-.019.013-.018.013-.019.014-.018.013-.018.013-.017.013-.017.014-.017.014-.016.014-.016.014-.016.015-.015.014-.015.015-.015.015-.014.014-.014.015-.014.015-.013.015-.013.015-.013.015-.013.015-.012.016-.012.015-.011.015-.012.016-.011.016-.011.016-.01.016-.01.015-.01.016-.192-.119.011-.019.012-.019.013-.018.012-.019.013-.019.013-.018.014-.019.015-.018.014-.017.015-.018.015-.018.015-.018.016-.018.016-.017.017-.017.017-.018.017-.016.017-.017.018-.016.018-.016.019-.016.019-.016.019-.015.019-.016.02-.016.02-.015.02-.015.021-.015.021-.015.022-.015.022-.014.022-.016zm.12.192l.11-.069-.11.069z\"/>\n    <path fill=\"#21231E\" d=\"M106.172 49.583l-.029.198a3.863 3.863 0 00-2.123.972c.397-.595 1.25-1.038 2.152-1.17zM106.172 49.225l-.029-.198a3.863 3.863 0 01-2.123-.972c.397.595 1.25 1.038 2.152 1.17z\"/>\n    <path fill=\"#EDB92E\" d=\"M102.981 46.69c.254.105.53.217.764.445.355.346.125.922-.334 1.478-.145.176-.215.486-.214.795.001.309.074.617.214.786.459.557.69 1.132.334 1.479-.233.228-.51.34-.763.445a1.642 1.642 0 01.013-.536c.045-.292.044-.597-.1-.783-.112-.144-.18-.086-.528-.306a1.56 1.56 0 01-.508-.501c-.113-.186-.051-.387-.051-.588 0-.201-.061-.402.051-.588a1.56 1.56 0 01.508-.501c.348-.22.416-.161.528-.306.144-.186.145-.491.1-.783a1.676 1.676 0 01-.014-.536z\"/>\n    <path fill=\"#21231E\" d=\"M103.823 47.053l-.156.164-.02-.019-.021-.019-.021-.018-.021-.017-.021-.018-.021-.017-.021-.016-.022-.016-.022-.015-.022-.015-.023-.014-.022-.014-.023-.014-.023-.013-.023-.013-.023-.012-.023-.012-.024-.012-.023-.011-.023-.011-.024-.011-.023-.011-.024-.011-.024-.011-.023-.011-.024-.01-.024-.01-.023-.01-.024-.01-.024-.01-.024-.01-.024-.01.085-.21.024.01.024.01.024.01.025.01.025.011.025.01.025.011.026.011.025.011.026.011.025.012.025.012.026.012.026.013.025.013.026.013.026.015.025.014.025.015.026.015.025.016.025.016.026.017.025.017.025.018.025.019.025.019.024.02.025.021.024.021.024.022.021.022zm-.326 1.633l-.173-.146.041-.051.04-.05.038-.051.037-.051.035-.05.034-.051.031-.049.03-.049.028-.049.026-.048.024-.048.022-.048.02-.046.017-.046.015-.044.013-.044.011-.043.008-.042.006-.041.004-.039.002-.038-.001-.037-.003-.036-.005-.034-.008-.034-.01-.032-.012-.031-.015-.03-.017-.029-.02-.028-.023-.028-.026-.027.156-.164.037.039.034.041.03.043.026.044.023.046.019.048.015.048.012.049.008.051.004.051.001.051-.002.052-.005.052-.008.052-.011.052-.013.052-.016.053-.018.053-.021.054-.023.054-.025.053-.027.054-.029.054-.031.054-.033.054-.035.054-.036.054-.038.054-.039.054-.041.054-.042.054-.041.056zm-.188.722h-.225v-.03l.001-.031.001-.03.002-.031.002-.03.002-.03.003-.03.003-.03.004-.03.004-.029.005-.03.005-.03.005-.029.006-.028.006-.029.007-.028.007-.027.008-.027.009-.028.009-.026.009-.026.01-.026.01-.025.011-.025.011-.025.013-.024.012-.023.014-.023.014-.022.015-.022.015-.021.016-.02.173.145-.011.014-.011.014-.01.015-.01.016-.009.016-.01.018-.009.018-.009.019-.009.02-.009.02-.008.02-.008.021-.007.022-.007.022-.007.023-.006.024-.006.024-.005.024-.005.026-.005.025-.004.025-.004.026-.003.026-.003.027-.003.026-.003.027-.002.027-.002.027-.002.027-.001.027v.027l.001.027zm.188.714l-.173.145-.016-.02-.015-.02-.014-.021-.014-.022-.013-.023-.013-.023-.012-.023-.012-.024-.011-.025-.01-.025-.01-.026-.009-.026-.009-.026-.008-.027-.008-.027-.008-.028-.007-.028-.006-.028-.006-.029-.005-.028-.005-.028-.005-.03-.004-.03-.004-.03-.003-.03-.003-.03-.002-.03-.002-.03-.002-.031-.001-.03-.001-.031v-.031h.225v.054l.001.027.002.027.002.027.002.028.002.027.003.026.004.027.004.026.004.025.005.026.005.025.005.024.006.025.005.023.007.023.007.023.007.022.007.021.008.021.008.02.008.02.009.019.009.018.009.018.009.017.009.016.01.015.01.015.01.014.009.016zm.326 1.633l-.156-.164.026-.027.023-.028.02-.029.017-.029.015-.03.012-.031.01-.032.008-.033.005-.034.003-.036.001-.037-.002-.038-.004-.039-.006-.041-.008-.041-.011-.043-.013-.044-.015-.045-.017-.046-.02-.046-.022-.047-.024-.048-.026-.049-.028-.049-.03-.049-.032-.05-.033-.05-.035-.05-.037-.051-.038-.051-.04-.051-.041-.051.173-.145.044.054.042.054.041.054.039.054.038.054.036.054.034.054.033.054.031.054.029.053.027.054.025.053.023.054.02.054.018.053.016.053.013.053.011.052.008.052.005.052.002.052-.002.051-.004.05-.008.05-.011.049-.015.049-.019.047-.022.046-.026.044-.03.043-.034.041-.039.043zm-.952.384l.221-.041-.153-.085.024-.01.024-.01.024-.01.024-.01.025-.01.024-.01.023-.01.023-.011.024-.011.024-.011.023-.011.024-.011.023-.011.023-.012.023-.012.023-.012.023-.013.022-.013.023-.013.023-.013.023-.014.022-.014.022-.015.022-.015.021-.016.022-.016.021-.017.022-.017.02-.017.021-.018.021-.019.02-.019.156.164-.024.023-.024.022-.024.021-.025.021-.025.02-.025.019-.025.019-.025.018-.025.017-.025.016-.026.016-.026.016-.026.015-.025.015-.026.014-.026.014-.026.014-.026.013-.025.013-.026.012-.025.012-.025.012-.025.011-.025.011-.025.011-.025.011-.025.01-.024.01-.025.01-.024.01-.024.01-.024.01-.149-.083zm.153.084l-.128.053-.025-.137.153.084zm-.141-.659l.222.035-.003.02-.003.02-.003.019-.002.02-.003.019-.002.018-.002.019-.002.018-.002.018-.001.018-.001.017-.001.018-.001.017-.001.016v.121l.001.014.001.014.001.012.001.013.001.013.001.011.001.012.002.012.002.012.002.011-.221.041-.002-.014-.002-.015-.002-.015-.002-.015-.002-.016-.001-.015-.002-.015-.001-.017-.001-.016-.001-.016v-.139l.001-.019.001-.018.001-.018.002-.02.002-.019.001-.019.002-.02.002-.02.002-.021.003-.021.002-.021.003-.021.003-.021.004-.027zm-.077-.695l.177-.14.016.022.015.023.014.023.013.025.012.025.011.025.01.026.009.026.008.026.007.026.007.027.006.028.005.027.004.027.004.028.003.028.002.028.002.028.001.028.001.029v.056l-.001.029-.001.029-.002.029-.002.029-.003.029-.003.028-.003.029-.003.029-.004.029-.004.028-.222-.035.004-.026.004-.026.003-.026.003-.026.002-.026.003-.026.002-.025.002-.026.001-.026v-.099l-.001-.024-.001-.024-.002-.023-.002-.023-.003-.022-.004-.022-.004-.021-.004-.02-.005-.02-.006-.02-.006-.018-.006-.018-.007-.017-.008-.017-.008-.016-.008-.015-.009-.015-.01-.014-.009-.013zm-.499-.28l.119-.193.031.019.029.017.027.016.026.015.024.013.023.012.022.011.021.01.02.009.018.009.017.008.017.007.017.007.015.006.015.006.015.006.014.006.013.006.014.006.015.007.014.007.015.008.013.008.014.008.014.011.013.01.015.012.013.012.013.013.013.015.013.015.012.016-.177.14-.008-.01-.008-.009-.007-.007-.007-.007-.006-.006-.006-.004-.007-.005-.006-.004-.007-.004-.008-.005-.007-.004-.009-.005-.009-.004-.011-.005-.012-.005-.013-.005-.014-.006-.016-.007-.017-.007-.017-.007-.019-.008-.02-.009-.021-.01-.023-.01-.023-.012-.024-.012-.026-.014-.028-.015-.028-.016-.03-.017-.032-.019-.028-.02zm0 0l-.101-.064.101.064zm-.544-.537l.192-.119.01.016.01.016.01.015.011.016.011.015.011.016.012.016.012.015.012.015.013.015.013.015.013.015.014.015.014.015.014.015.014.015.015.014.015.015.016.014.015.014.016.014.017.015.017.014.016.013.018.014.018.014.018.013.018.013.019.013.019.013.019.013.02.013-.119.193-.022-.014-.022-.015-.021-.014-.021-.015-.021-.015-.021-.015-.02-.015-.02-.015-.02-.016-.02-.016-.018-.016-.018-.016-.019-.017-.018-.017-.017-.017-.017-.017-.017-.017-.017-.017-.016-.017-.015-.017-.016-.018-.015-.018-.015-.018-.015-.018-.014-.019-.013-.018-.014-.018-.013-.018-.013-.019-.013-.02-.011-.018-.011-.018zm0 0l.069.114-.069-.114zm-.068-.648h.225v.04l-.001.021-.001.02-.001.02-.001.019-.001.019-.001.02-.002.02-.002.018-.001.018-.001.018-.001.017-.001.018-.001.017v.064l.001.015.001.015.002.015.002.015.002.013.003.014.004.014.004.013.005.013.006.014.006.013.007.013.008.013-.192.119-.013-.022-.011-.022-.01-.022-.009-.022-.008-.022-.007-.023-.006-.022-.005-.022-.004-.023-.003-.021-.003-.022-.002-.021-.002-.021v-.021l-.001-.021v-.041l.001-.02.001-.019.001-.02.001-.02.002-.02.002-.019.002-.018.001-.018.002-.019.001-.019.001-.018.001-.017.001-.017v-.017l-.002-.019zm.068-.647l.192.118-.007.013-.007.013-.006.014-.006.013-.005.013-.004.013-.004.014-.003.014-.003.014-.002.014-.002.015-.002.015-.001.015-.001.015v.066l.001.017.001.018.001.018.001.018.002.018.001.019.002.019.002.02.001.019.002.02.001.021v.021l.001.02v.021h-.225V49.354l-.001-.016-.001-.018-.001-.019-.001-.018-.002-.019-.001-.019-.002-.019-.001-.02-.001-.019-.001-.02-.001-.02v-.02l-.001-.02v-.042l.001-.021.001-.021.002-.021.002-.022.004-.022.004-.022.005-.022.006-.022.007-.023.008-.023.009-.023.01-.021.011-.022.014-.023zm.544-.538l.119.193-.02.013-.019.013-.019.013-.019.013-.018.013-.018.013-.018.014-.018.014-.017.014-.017.014-.016.014-.016.014-.016.015-.016.014-.015.014-.015.014-.014.015-.014.015-.014.015-.014.015-.014.015-.012.015-.013.015-.013.016-.012.015-.012.015-.011.015-.011.016-.011.016-.01.015-.01.016-.01.016-.192-.119.012-.019.012-.019.013-.02.013-.018.013-.018.014-.019.014-.018.014-.018.014-.017.015-.018.016-.018.016-.018.015-.017.016-.017.017-.017.017-.017.017-.017.018-.017.018-.016.018-.016.019-.016.019-.016.019-.016.02-.016.02-.015.02-.015.021-.015.021-.015.021-.015.021-.014.022-.015.02-.016zm.499-.28l.177.14-.013.016-.012.014-.014.015-.013.013-.013.012-.015.012-.013.01-.014.011-.015.008-.013.008-.015.008-.014.007-.015.007-.014.006-.014.006-.014.006-.014.006-.015.007-.016.006-.016.007-.017.007-.017.008-.019.009-.02.01-.02.01-.021.011-.023.012-.025.014-.026.015-.027.016-.029.018-.031.019-.119-.193.033-.021.031-.019.03-.018.029-.016.027-.015.026-.014.025-.013.023-.012.022-.01.02-.009.02-.01.019-.008.018-.007.016-.007.015-.006.015-.006.013-.005.012-.005.011-.005.009-.004.009-.005.007-.003.008-.005.007-.004.006-.004.007-.005.006-.004.006-.006.007-.007.007-.007.008-.009.007-.012zm.077-.696l.222-.035.004.029.004.029.003.029.003.029.003.028.003.029.002.03.002.029.001.029.001.029v.056l-.001.029-.001.028-.002.028-.002.028-.003.028-.004.028-.004.027-.005.027-.006.028-.007.027-.007.026-.008.026-.009.026-.01.026-.011.025-.012.025-.013.025-.014.023-.015.023-.016.022-.177-.14.01-.013.01-.014.009-.015.008-.014.008-.016.008-.017.007-.017.006-.018.006-.018.005-.02.005-.02.004-.02.004-.021.004-.022.003-.022.002-.023.002-.023.001-.023.001-.024v-.099l-.001-.025-.002-.026-.002-.025-.003-.026-.002-.026-.003-.026-.003-.026-.004-.027-.004-.03zm.099-.439v-.228l.111.135-.002.011-.002.011-.002.012-.002.012-.001.011-.001.013-.002.013-.001.012-.001.014-.001.014v.119l.001.015.001.017.001.017.001.017.002.018.001.018.002.018.002.019.002.018.003.019.002.02.003.019.003.02.003.02-.222.035-.003-.022-.003-.021-.003-.021-.002-.021-.003-.021-.002-.021-.002-.02-.002-.02-.002-.019-.001-.019-.002-.02-.001-.019-.001-.018-.001-.019v-.139l.001-.016.001-.016.001-.017.001-.015.001-.015.002-.016.002-.015.002-.015.002-.015.002-.014.112.135zm0-.228h.135l-.024.135-.111-.135zm-.001 0v.228l-.043-.009.043-.219z\"/>\n    <path fill=\"#EDB92E\" d=\"M112.92 50.493c-.348.22-.416.162-.528.306-.144.186-.145.491-.1.783.182 1.18-.519 1.015-1.307.493-.394-.261-.791-.867-1.129-1.182-.339-.316-.62-.343-.704-.468-.01-.452-.013-.844-.01-1.021v-.001a29.43 29.43 0 01.01-1.02c.085-.125.366-.152.704-.468.339-.316.735-.922 1.129-1.182.788-.522 1.489-.686 1.307.494-.045.292-.043.597.1.783.112.144.18.086.528.306.226.143.395.314.508.501.113.186.051.387.051.588 0 .201.061.402-.051.588a1.557 1.557 0 01-.508.5z\"/>\n    <path fill=\"#21231E\" d=\"M112.48 50.869l-.177-.14.013-.016.012-.015.014-.015.013-.013.013-.012.014-.012.013-.01.014-.01.015-.01.015-.008.014-.008.014-.007.013-.006.015-.007.014-.006.014-.006.015-.007.014-.006.016-.007.016-.007.016-.007.018-.008.018-.008.019-.009.021-.01.022-.011.023-.012.025-.013.026-.015.027-.016.029-.017.031-.019.119.193-.033.021-.031.019-.03.018-.029.016-.027.015-.026.014-.025.012-.023.011-.022.011-.021.01-.02.008-.019.008-.018.007-.016.007-.016.007-.014.005-.013.006-.012.005-.01.005-.011.005-.009.004-.008.004-.007.004-.006.004-.007.005-.006.005-.006.005-.006.006-.007.007-.007.007-.008.009-.005.01zm.001 0l.113-.146-.113.146zm-.078.695l-.222.035-.004-.028-.004-.029-.004-.03-.003-.029-.003-.028-.002-.029-.002-.029-.002-.029-.001-.029-.001-.029-.001-.029v-.029l.001-.028.001-.029.002-.028.002-.028.003-.028.004-.028.004-.027.005-.027.006-.028.007-.027.007-.026.008-.026.009-.026.01-.026.011-.025.012-.024.013-.025.014-.023.015-.023.016-.022.177.14-.01.013-.01.015-.009.015-.008.015-.008.016-.007.017-.007.017-.006.018-.006.019-.005.02-.005.02-.004.02-.004.022-.004.022-.003.022-.002.023-.002.023-.001.023-.001.024V51.305l.001.026.001.025.002.026.002.026.002.026.003.026.003.026.003.025.004.027.003.026zm-1.48.606l.123-.19.072.047.071.045.07.042.069.039.068.036.066.033.064.03.062.027.061.023.057.019.055.015.052.011.049.008.045.004h.041l.037-.004.033-.007.029-.01.026-.013.023-.017.021-.021.02-.026.018-.031.016-.039.014-.046.012-.053.008-.061.004-.07v-.077l-.004-.086-.009-.094-.014-.102.222-.035.015.111.01.104.005.097v.09l-.005.084-.01.079-.016.073-.021.068-.026.062-.033.057-.039.05-.044.043-.049.036-.053.028-.056.02-.059.013-.06.007h-.062l-.063-.005-.064-.01-.065-.015-.066-.018-.067-.023-.069-.026-.069-.029-.071-.033-.071-.036-.073-.039-.073-.042-.074-.044-.075-.047-.078-.052zm-1.144-1.194l.152-.167.034.032.034.034.034.035.034.036.034.037.034.038.034.039.034.039.034.041.035.04.035.041.035.041.035.042.035.042.035.041.036.042.036.042.035.041.036.04.036.04.036.04.035.039.036.037.035.036.036.035.035.033.035.033.035.031.035.029.034.027.034.025.034.023-.123.19-.04-.028-.04-.03-.039-.031-.039-.033-.039-.034-.038-.035-.039-.036-.038-.038-.038-.039-.038-.04-.037-.04-.037-.041-.037-.041-.037-.042-.036-.042-.036-.042-.036-.042-.036-.042-.036-.043-.035-.041-.035-.042-.034-.041-.034-.04-.034-.039-.033-.038-.033-.038-.033-.036-.032-.035-.032-.034-.032-.032-.031-.031-.03-.028zm-.74-.548l.224-.005-.02-.061.003.003.003.004.005.005.007.006.008.006.01.007.012.007.013.008.015.008.016.009.017.009.019.01.02.01.022.011.022.011.023.011.024.012.025.013.026.014.027.015.028.015.029.017.029.018.029.018.03.02.031.022.031.023.032.024.032.025.033.027.033.029.033.031-.152.167-.03-.027-.03-.026-.029-.024-.029-.023-.028-.021-.028-.02-.026-.018-.027-.018-.027-.017-.026-.016-.025-.015-.025-.014-.024-.013-.024-.013-.023-.012-.023-.011-.022-.011-.022-.011-.021-.01-.02-.01-.02-.01-.02-.01-.02-.011-.019-.01-.018-.011-.018-.011-.018-.012-.018-.014-.017-.014-.016-.016-.016-.018-.014-.019-.016-.063zm-.01-1.024h.225V49.912l.001.035v.188l.001.039.001.041v.04l.001.04.001.042v.042l.001.042-.225.005-.001-.042-.001-.042v-.041l-.001-.041v-.041l-.001-.039-.001-.04v-.077l-.001-.038V49.404zm.225-.001l-.225.001v-.001l.225-.002v.002zm-.196-1.084l.185.129.02-.062-.001.042-.001.042-.001.042v.04l-.001.04-.001.04-.001.04-.001.039V49.402l-.225.004V48.706l.001-.039v-.039l.001-.04.001-.041.001-.041.001-.041.001-.042.001-.042.02-.062zm.721-.487l.152.167-.033.031-.033.029-.033.027-.032.026-.032.025-.032.023-.031.021-.03.02-.03.019-.029.018-.028.016-.028.016-.027.015-.025.014-.025.013-.025.012-.023.012-.022.011-.021.01-.02.01-.019.009-.017.009-.016.009-.014.008-.013.008-.011.007-.01.007-.008.007-.007.006-.006.006-.003.003-.003.004-.185-.129.014-.019.016-.018.016-.015.016-.014.018-.013.018-.013.018-.012.018-.011.019-.011.019-.01.02-.01.02-.01.021-.01.022-.011.022-.011.022-.011.023-.011.023-.012.024-.013.024-.013.024-.014.026-.015.026-.016.026-.017.027-.018.028-.019.027-.02.028-.021.029-.023.029-.024.029-.026.027-.028zm1.144-1.194l.123.19-.034.023-.034.025-.034.027-.035.029-.035.03-.035.032-.035.034-.036.035-.035.036-.036.037-.035.038-.036.039-.036.04-.036.04-.035.041-.036.042-.035.042-.035.042-.035.042-.035.042-.035.041-.035.041-.035.041-.034.04-.034.04-.034.039-.034.038-.034.037-.034.036-.034.035-.034.033-.034.032-.152-.167.03-.029.031-.031.031-.032.032-.034.032-.035.033-.036.033-.038.033-.039.034-.039.034-.04.034-.041.035-.041.035-.041.036-.042.036-.043.036-.042.036-.042.036-.042.037-.042.036-.041.038-.041.037-.04.038-.039.038-.039.038-.038.038-.036.039-.035.039-.034.039-.033.039-.031.04-.029.04-.027zm1.48.606l-.222-.035.014-.102.009-.094.005-.086v-.078l-.005-.07-.008-.061-.011-.053-.014-.046-.017-.039-.018-.031-.02-.026-.021-.021-.023-.016-.026-.013-.029-.011-.032-.007-.037-.004h-.041l-.044.004-.049.007-.052.011-.055.015-.058.019-.06.023-.062.027-.064.03-.066.033-.068.037-.069.039-.07.042-.071.045-.072.046-.123-.19.075-.049.075-.046.074-.044.073-.042.073-.039.072-.036.071-.033.069-.03.069-.026.067-.023.066-.019.065-.014.064-.01.063-.005h.062l.06.007.059.013.056.021.053.028.05.036.044.043.039.05.033.057.026.062.021.068.016.073.01.079.005.084v.091l-.005.097-.01.104-.016.108zm.078.695l-.177.14-.016-.022-.015-.023-.014-.023-.013-.025-.012-.025-.011-.025-.01-.026-.009-.026-.008-.026-.007-.026-.007-.027-.006-.028-.005-.027-.004-.027-.004-.028-.003-.028-.002-.028-.002-.028-.001-.028-.001-.028v-.029l.001-.029.001-.029.001-.029.002-.029.002-.029.002-.029.003-.029.003-.029.004-.029.004-.029.004-.028.222.035-.004.026-.004.026-.003.025-.003.027-.003.026-.002.026-.002.026-.001.026-.001.026-.001.025V47.576l.001.024.001.024.002.023.002.023.003.022.004.022.004.021.004.02.005.02.006.02.006.018.006.018.007.017.008.017.008.017.008.015.009.015.01.015.008.012zm.498.28l-.119.193-.031-.019-.029-.017-.027-.016-.027-.015-.024-.013-.023-.012-.022-.011-.021-.01-.019-.009-.018-.008-.018-.008-.017-.007-.017-.007-.015-.007-.014-.006-.014-.006-.015-.006-.014-.006-.014-.006-.014-.006-.014-.007-.015-.008-.014-.008-.014-.008-.015-.011-.014-.01-.014-.012-.014-.012-.013-.013-.013-.015-.013-.015-.013-.016.177-.14.008.01.008.009.007.007.007.007.006.006.006.005.006.005.006.004.007.004.008.005.007.004.009.004.01.005.011.005.012.005.013.005.014.006.016.007.017.007.017.007.018.008.02.009.021.01.022.011.023.012.025.012.026.014.027.015.028.016.03.017.032.019.034.017zm.544.537l-.191.119-.01-.016-.01-.016-.01-.016-.011-.015-.011-.016-.012-.017-.011-.015-.012-.015-.013-.016-.012-.015-.013-.015-.014-.015-.013-.015-.014-.015-.014-.015-.015-.015-.015-.015-.015-.014-.015-.014-.016-.015-.016-.014-.017-.014-.018-.015-.017-.014-.017-.013-.018-.013-.018-.013-.018-.014-.018-.013-.019-.013-.02-.013-.02-.013.119-.193.022.014.022.014.022.015.021.015.021.015.021.015.02.016.02.016.02.016.019.015.019.016.019.017.018.016.018.016.017.017.017.017.017.017.016.017.016.018.016.017.015.018.015.017.015.018.014.017.015.018.014.019.013.018.013.018.013.019.012.018.012.019.012.023zm.068.648h-.225v-.04l.001-.021.001-.02.001-.02.001-.019.001-.019.002-.02.002-.02.001-.018.001-.018.001-.018.001-.017.001-.018.001-.017v-.049l-.001-.015-.001-.015-.001-.015-.002-.015-.002-.015-.002-.013-.003-.014-.004-.014-.004-.013-.005-.013-.006-.014-.006-.013-.007-.013-.008-.013.192-.119.013.022.012.022.01.022.009.022.008.022.007.023.006.022.005.022.005.023.003.021.003.022.002.021.002.022v.021l.001.021v.041l-.001.02-.001.019-.001.02-.001.02-.002.019-.001.02-.002.018-.001.018-.001.019-.001.019-.001.018-.001.017-.001.017v.017l-.001.018zm-.068.647l-.191-.119.007-.013.007-.013.006-.013.006-.014.005-.013.004-.013.004-.014.003-.014.002-.013.002-.015.002-.015.001-.015.001-.015v-.065l-.001-.017-.001-.018-.001-.017-.001-.018-.001-.018-.002-.018-.002-.02-.001-.02-.001-.019-.001-.019-.001-.02-.001-.02-.001-.021v-.04h.225v.034l.001.017.001.017.001.018.001.019.001.019.001.018.002.018.002.019.001.02.001.019.001.02.001.019.001.02v.041l-.001.021v.021l-.002.022-.002.021-.003.022-.003.021-.005.023-.005.022-.006.022-.007.023-.008.022-.009.022-.01.022-.011.022-.012.025zm-.544.538l-.119-.193.02-.013.02-.013.019-.013.018-.013.019-.014.018-.013.018-.013.017-.013.017-.014.017-.014.016-.014.016-.014.016-.015.015-.014.015-.014.015-.015.014-.014.014-.015.014-.015.013-.015.013-.015.013-.015.012-.015.013-.016.012-.015.011-.015.012-.016.011-.015.011-.016.01-.016.01-.016.01-.016.191.119-.011.019-.012.019-.013.018-.012.019-.014.019-.013.018-.014.019-.015.018-.014.018-.015.018-.015.017-.015.018-.016.017-.016.017-.017.018-.017.017-.017.017-.018.017-.018.016-.018.016-.019.017-.019.016-.019.016-.019.015-.02.016-.02.016-.02.015-.021.015-.021.015-.022.014-.022.014-.019.014z\"/>\n    <path fill=\"#21231E\" d=\"M109.114 49.225l.029-.198a3.863 3.863 0 002.123-.972c-.397.595-1.25 1.038-2.152 1.17zM109.114 49.583l.029.198a3.863 3.863 0 012.123.972c-.397-.595-1.25-1.038-2.152-1.17z\"/>\n    <path fill=\"#EDB92E\" d=\"M112.305 52.118c-.253-.105-.53-.217-.764-.445-.355-.347-.125-.922.334-1.478.145-.176.215-.486.214-.795-.001-.309-.073-.617-.214-.786-.459-.557-.69-1.132-.334-1.479.234-.228.51-.34.764-.444.024.134.022.31-.013.536-.045.292-.043.597.1.783.112.145.18.086.528.306.226.142.395.314.508.501.113.186.051.387.051.588 0 .201.062.402-.051.589a1.56 1.56 0 01-.508.501c-.348.22-.416.161-.528.306-.144.186-.145.491-.1.783.034.223.037.4.013.534z\"/>\n    <path fill=\"#21231E\" d=\"M111.463 51.755l.156-.164.02.019.021.019.021.018.021.017.021.018.021.017.021.016.022.015.022.015.023.015.022.015.023.014.023.014.023.013.023.013.023.012.023.013.023.012.024.011.024.012.023.011.024.011.024.011.023.01.024.01.024.011.024.01.024.01.024.01.024.01.024.01.024.01-.085.211-.024-.01-.024-.01-.024-.01-.025-.01-.024-.01-.025-.01-.025-.011-.025-.011-.026-.011-.025-.011-.025-.011-.026-.012-.025-.012-.026-.013-.026-.013-.026-.013-.026-.014-.026-.015-.025-.015-.025-.015-.026-.016-.026-.017-.024-.017-.025-.017-.025-.018-.025-.019-.025-.019-.024-.02-.025-.021-.025-.021-.024-.022-.024-.025zm.327-1.633l.172.146-.041.051-.04.05-.038.051-.036.05-.035.051-.034.05-.031.049-.03.049-.028.049-.026.048-.024.048-.022.048-.02.046-.018.045-.015.045-.013.044-.01.043-.009.042-.006.041-.004.039-.002.038v.037l.003.035.006.034.007.033.01.032.012.031.015.03.017.029.02.028.023.028.026.027-.156.164-.037-.039-.034-.041-.03-.043-.026-.044-.022-.046-.018-.048-.015-.049-.011-.049-.008-.05-.005-.051-.001-.051.002-.052.005-.052.008-.052.011-.053.013-.052.016-.053.018-.054.021-.053.023-.053.025-.053.027-.054.029-.054.03-.054.033-.055.035-.054.036-.054.038-.054.039-.054.041-.054.042-.054.042-.052zm.172.146l-.104.126.104-.126zm.015-.868h.225v.03l-.001.031-.001.03-.001.031-.002.03-.002.03-.003.03-.003.031-.004.03-.004.029-.005.03-.005.03-.006.029-.006.028-.006.029-.007.028-.007.028-.008.028-.008.027-.009.027-.009.026-.01.026-.01.025-.011.025-.012.025-.012.024-.013.024-.014.023-.013.022-.015.022-.015.021-.016.02-.173-.145.011-.014.011-.014.01-.015.01-.016.01-.016.009-.017.009-.018.009-.019.008-.02.009-.02.008-.02.008-.021.007-.022.007-.023.007-.023.006-.024.006-.024.005-.024.005-.025.005-.025.004-.025.004-.026.003-.026.003-.027.003-.026.003-.027.002-.027.002-.027.001-.027.001-.027V49.4zm-.187-.714l.172-.145.016.02.015.02.014.021.014.022.014.023.012.023.012.023.011.024.011.025.01.025.01.026.01.026.009.026.008.026.008.027.008.028.007.028.006.028.006.028.006.029.005.029.005.03.004.03.004.03.003.03.003.03.002.03.002.03.002.031.001.03.001.031v.031h-.225v-.054l-.001-.027-.002-.027-.002-.027-.002-.028-.002-.026-.003-.026-.004-.027-.004-.026-.004-.026-.005-.025-.005-.024-.005-.025-.006-.025-.006-.024-.006-.023-.007-.023-.007-.023-.007-.021-.008-.021-.008-.02-.008-.02-.009-.019-.009-.018-.009-.018-.009-.017-.009-.016-.01-.015-.01-.015-.01-.014-.009-.015zm-.327-1.633l.156.164-.026.027-.023.028-.019.028-.018.03-.015.03-.012.031-.01.032-.007.033-.006.035-.003.035v.037l.002.038.004.039.006.041.009.042.01.042.013.044.015.045.017.046.02.046.022.047.024.048.026.049.028.049.03.049.031.05.033.05.035.051.036.05.038.051.04.051.041.051-.172.145-.044-.054-.042-.054-.041-.054-.039-.054-.038-.054-.036-.054-.034-.054-.033-.054-.031-.054-.029-.054-.027-.054-.025-.054-.023-.054-.021-.054-.018-.053-.016-.053-.013-.053-.011-.052-.008-.052-.005-.052-.002-.052.001-.051.005-.051.008-.05.011-.049.015-.049.019-.048.023-.046.026-.044.03-.043.034-.041.039-.039zm.952-.384l-.221.041.153.084-.024.01-.024.01-.024.01-.024.01-.023.01-.024.01-.024.01-.024.011-.024.01-.023.011-.024.011-.023.011-.023.011-.024.011-.024.012-.023.011-.023.013-.023.013-.023.013-.023.013-.022.014-.023.015-.022.015-.022.015-.021.015-.022.016-.021.017-.021.017-.02.017-.021.018-.021.019-.02.019-.156-.164.024-.022.024-.022.024-.021.025-.021.025-.02.025-.019.025-.019.025-.018.026-.017.025-.017.025-.016.025-.016.026-.015.025-.015.026-.014.025-.014.026-.014.025-.013.025-.013.026-.013.026-.012.025-.011.026-.012.026-.011.025-.011.025-.011.025-.011.025-.011.025-.01.024-.01.024-.01.024-.01.149.09zm-.153-.084l.128-.053.025.137-.153-.084zm.141.658l-.222-.035.003-.02.003-.02.003-.02.002-.02.003-.019.002-.018.002-.019.002-.018.002-.018.002-.018.001-.016.001-.017.001-.017.001-.016v-.119l-.001-.014-.001-.014-.001-.012-.001-.013-.001-.013-.001-.011-.002-.012-.002-.012-.002-.011-.002-.011.221-.041.002.015.002.015.002.015.002.015.002.016.002.015.001.015.001.017.001.016.001.016V46.926l-.001.018v.018l-.001.019-.001.018-.001.019-.002.02-.002.019-.001.02-.002.02-.002.02-.002.021-.003.021-.002.021-.003.021-.003.021-.003.021zm.077.696l-.177.14-.016-.022-.015-.023-.014-.023-.013-.024-.013-.025-.011-.025-.01-.025-.009-.026-.008-.026-.007-.026-.007-.027-.006-.027-.005-.028-.004-.028-.004-.028-.003-.028-.002-.028-.002-.028-.001-.028-.001-.029v-.056l.001-.029.001-.029.002-.029.002-.03.003-.028.003-.028.004-.029.003-.029.004-.029.004-.028.222.035-.004.026-.004.027-.003.026-.003.026-.002.026-.003.026-.002.025-.002.026-.001.025v.099l.001.023.001.024.002.023.002.023.003.022.003.021.004.021.004.021.005.02.006.02.006.019.006.018.007.018.007.017.008.016.008.015.009.015.009.014.012.011zm-.177.14l-.08-.103.08.103zm.676.14l-.119.193-.031-.019-.029-.018-.027-.016-.026-.015-.025-.013-.023-.012-.022-.011-.021-.01-.019-.009-.018-.008-.018-.008-.017-.007-.016-.007-.016-.007-.014-.006-.015-.006-.014-.006-.014-.006-.015-.007-.014-.007-.014-.007-.015-.008-.015-.009-.014-.009-.013-.009-.014-.01-.015-.012-.013-.012-.013-.013-.014-.015-.012-.014-.013-.016.177-.14.008.01.008.009.007.007.007.007.006.006.006.004.006.005.007.005.007.004.006.004.008.004.009.005.01.005.01.004.012.005.014.006.014.006.015.007.016.007.017.007.019.008.02.009.021.01.022.011.023.011.024.012.026.014.027.015.029.016.03.018.031.019.036.019zm.544.537l-.192.119-.01-.016-.01-.016-.01-.015-.011-.016-.011-.016-.011-.015-.012-.016-.012-.015-.012-.015-.013-.015-.013-.015-.013-.015-.013-.015-.014-.015-.014-.015-.014-.014-.015-.015-.015-.014-.015-.014-.016-.015-.016-.014-.017-.014-.016-.014-.017-.014-.018-.014-.018-.013-.018-.013-.019-.014-.018-.013-.019-.013-.02-.013-.02-.013.119-.193.022.014.022.014.022.015.021.015.021.015.02.015.02.016.02.015.02.016.019.016.019.016.019.017.018.016.018.016.017.017.017.017.017.017.017.017.016.017.016.018.015.018.015.017.015.018.015.018.014.018.013.018.014.018.013.019.012.018.013.02.012.019.011.018zm.068.648h-.225v-.021l.001-.02v-.02l.001-.021.001-.02.001-.019.002-.02.001-.019.001-.019.002-.019.001-.018.001-.018.001-.018.001-.016v-.066l-.001-.015-.001-.015-.002-.015-.002-.015-.002-.014-.003-.014-.003-.014-.003-.013-.004-.013-.005-.014-.005-.013-.006-.013-.007-.013-.007-.013.191-.119.013.022.011.022.01.022.009.022.008.022.007.022.006.023.005.022.004.021.004.022.002.022.002.021.001.021.001.021v.042l-.001.02v.02l-.001.02-.001.019-.001.02-.002.019-.002.019-.001.019-.002.019-.001.018-.001.019-.001.018-.001.016v.035l.003.019zm-.068.648l-.192-.119.008-.013.007-.013.006-.013.005-.013.005-.014.004-.013.003-.013.003-.014.003-.015.002-.014.002-.015.001-.015.001-.015.001-.016v-.066l-.001-.017-.001-.018-.001-.018-.001-.018-.001-.019-.001-.019-.002-.019-.001-.02-.002-.019-.001-.019-.001-.021v-.021l-.001-.02v-.021h.225v.034l.001.018.001.016.001.018.001.019.001.018.002.019.001.019.002.018.002.02.001.019.001.02.001.02v.02l.001.02v.042l-.001.021-.001.022-.002.022-.003.021-.003.022-.004.021-.005.022-.006.023-.007.023-.008.022-.009.022-.01.022-.012.022-.015.025zm-.544.537l-.119-.193.02-.013.02-.013.019-.013.018-.013.019-.014.018-.013.018-.013.018-.014.017-.013.016-.014.018-.015.016-.014.015-.014.015-.014.015-.015.015-.014.014-.014.014-.015.014-.015.013-.015.014-.015.013-.015.013-.015.012-.015.012-.015.012-.016.012-.016.011-.016.011-.015.01-.015.01-.016.01-.016.191.119-.012.019-.011.018-.013.02-.013.019-.013.018-.013.018-.013.018-.014.019-.015.019-.015.017-.015.017-.015.018-.016.017-.016.017-.017.017-.017.017-.017.017-.017.016-.018.017-.019.017-.019.016-.018.015-.019.016-.02.016-.02.015-.02.015-.021.015-.021.015-.021.015-.022.015-.022.014-.022.015zm-.499.28l-.177-.14.013-.016.012-.015.013-.015.013-.013.013-.012.015-.012.014-.01.014-.01.013-.008.014-.008.015-.008.014-.007.015-.007.014-.006.014-.006.015-.006.014-.006.014-.006.015-.006.017-.007.017-.007.017-.008.018-.008.019-.009.021-.01.022-.011.023-.012.024-.013.026-.015.027-.016.029-.017.031-.019.119.193-.033.021-.032.019-.03.017-.028.016-.027.015-.026.014-.025.012-.023.011-.022.011-.021.01-.021.009-.018.008-.017.007-.017.007-.015.006-.015.006-.013.005-.012.005-.011.005-.009.004-.009.005-.007.003-.007.005-.007.005-.007.005-.006.005-.005.004-.006.006-.007.006-.007.007-.008.009-.006.008zm-.177-.14l-.091.118.091-.118zm.1.835l-.222.035-.004-.028-.004-.029-.003-.029-.004-.029-.003-.028-.003-.028-.002-.029-.001-.029-.001-.029-.001-.029-.001-.029v-.029l.001-.028.001-.029.001-.028.002-.029.003-.028.003-.027.004-.028.005-.028.005-.026.007-.027.007-.027.008-.026.009-.025.01-.026.011-.026.012-.024.013-.025.015-.024.015-.022.016-.022.177.14-.01.013-.01.015-.009.015-.008.015-.008.016-.007.016-.007.017-.007.019-.006.019-.005.019-.005.02-.005.021-.004.021-.003.021-.003.023-.002.022-.002.023-.002.024-.001.024V51.306l.001.025.001.026.002.026.002.025.003.026.002.026.003.026.003.026.004.026.007.026zm.014.554h-.225l.002-.021.002-.011.002-.011.002-.012.002-.012.001-.011.001-.013.002-.013.001-.012.001-.014.001-.014v-.12l-.001-.016-.001-.017-.001-.017-.001-.016-.002-.018-.002-.018-.002-.018-.002-.019-.002-.018-.003-.019-.002-.02-.003-.019-.003-.02-.003-.02.222-.035.003.022.003.021.003.021.002.021.003.021.002.021.002.02.002.02.002.02.001.019.002.02.001.019.001.018.001.019V51.986l-.001.016-.001.016-.001.017-.001.015-.002.015-.002.016-.002.015-.002.015-.002.014-.002.015.002-.022zm-.225 0h.225l-.155.105-.07-.105zm.225 0v.169l-.155-.064.155-.105z\"/>\n    <path fill=\"#EDB92E\" d=\"M107.643 47.665c.949 0 1.718.778 1.718 1.739 0 .96-.769 1.738-1.718 1.738a1.728 1.728 0 01-1.718-1.738c0-.961.769-1.739 1.718-1.739z\"/>\n    <path fill=\"#21231E\" d=\"M109.474 49.404h-.225l-.002-.084-.006-.082-.011-.081-.014-.08-.018-.079-.022-.077-.025-.075-.029-.074-.032-.072-.035-.07-.039-.068-.042-.066-.045-.064-.048-.061-.05-.059-.053-.056-.056-.054-.058-.051-.061-.048-.063-.045-.065-.042-.067-.039-.069-.036-.071-.033-.073-.029-.074-.026-.076-.022-.078-.018-.079-.014-.081-.011-.081-.006-.083-.002v-.227l.094.002.093.007.092.012.09.016.089.021.087.025.085.029.083.033.081.037.079.041.077.044.074.048.072.052.069.055.066.059.064.061.06.064.058.067.054.07.051.073.047.075.044.077.041.08.036.082.033.084.029.086.024.088.021.09.016.091.012.092.007.094.003.096zm-1.831 1.852v-.228l.083-.002.081-.006.08-.011.079-.014.078-.018.076-.022.074-.026.073-.029.071-.033.069-.036.067-.039.065-.042.063-.046.061-.048.058-.051.056-.054.053-.056.05-.059.048-.061.045-.064.042-.066.039-.068.035-.07.033-.072.029-.074.025-.075.022-.077.018-.079.014-.08.01-.081.006-.082.002-.084h.225l-.002.095-.007.094-.011.093-.016.091-.02.09-.025.088-.029.086-.033.084-.037.082-.041.08-.044.078-.048.075-.051.073-.054.07-.058.067-.06.064-.064.061-.066.059-.069.055-.072.052-.074.048-.077.045-.079.041-.081.037-.083.033-.085.029-.087.025-.089.021-.09.016-.091.012-.093.007-.094.002zm-1.83-1.852h.225l.002.084.006.082.011.081.014.08.018.079.022.077.025.076.029.074.032.072.035.07.038.068.042.066.044.064.048.061.05.059.053.056.056.054.058.051.061.048.063.045.065.042.067.039.069.036.071.033.073.029.075.025.076.022.078.018.079.014.08.011.081.006.083.002v.228l-.094-.002-.093-.007-.092-.012-.09-.016-.089-.021-.087-.025-.085-.029-.083-.033-.081-.037-.079-.041-.077-.045-.074-.048-.072-.052-.069-.055-.066-.058-.063-.061-.061-.064-.057-.067-.054-.07-.051-.073-.048-.075-.044-.077-.041-.08-.037-.082-.033-.084-.029-.086-.025-.088-.02-.09-.016-.091-.012-.092-.007-.094v-.097zm1.83-1.853v.228l-.083.002-.081.006-.081.011-.079.014-.078.018-.076.022-.074.025-.073.029-.071.033-.069.036-.067.039-.065.042-.063.045-.061.048-.058.051-.056.054-.053.056-.05.059-.048.062-.045.064-.042.066-.038.068-.035.07-.032.072-.029.074-.025.076-.022.077-.018.079-.014.08-.011.081-.006.082-.002.084h-.225l.002-.095.007-.094.012-.092.016-.091.02-.09.024-.088.029-.086.033-.084.037-.082.041-.08.044-.077.048-.075.051-.073.054-.07.057-.067.061-.064.063-.061.066-.058.069-.055.072-.052.074-.048.077-.044.079-.041.081-.037.083-.033.085-.029.087-.025.089-.021.09-.016.092-.012.093-.007.094-.006z\"/>\n    <path fill=\"#EDB92E\" d=\"M107.643 48.125a1.27 1.27 0 011.263 1.278c0 .706-.566 1.279-1.263 1.279a1.271 1.271 0 01-1.263-1.279 1.27 1.27 0 011.263-1.278z\"/>\n    <path fill=\"#21231E\" d=\"M109.019 49.404h-.225l-.001-.06-.005-.059-.007-.058-.01-.057-.013-.056-.015-.055-.018-.054-.02-.053-.023-.052-.025-.05-.028-.049-.03-.047-.032-.046-.034-.044-.036-.042-.038-.04-.04-.039-.042-.036-.043-.035-.045-.033-.047-.03-.048-.028-.05-.026-.051-.023-.052-.021-.054-.019-.054-.015-.056-.013-.057-.01-.058-.008-.059-.005-.059-.001v-.228l.071.002.07.006.069.008.068.012.066.016.066.019.064.022.063.025.061.028.059.031.058.033.056.036.054.039.052.041.05.044.048.046.045.048.044.051.041.053.038.055.036.056.033.058.03.06.028.062.025.064.022.064.018.066.015.067.012.069.008.069.005.07v.072zm-1.376 1.392v-.228l.059-.001.059-.005.057-.008.057-.01.056-.013.054-.015.054-.019.052-.021.051-.023.05-.026.048-.028.047-.03.045-.032.044-.035.042-.036.04-.039.038-.04.036-.042.034-.044.032-.046.03-.047.027-.048.025-.051.023-.051.02-.053.018-.054.015-.055.013-.057.01-.057.008-.058.004-.059.001-.06h.225l-.002.072-.006.071-.008.07-.012.069-.015.067-.018.066-.021.065-.025.063-.028.062-.03.06-.033.059-.036.056-.039.054-.041.053-.043.051-.045.048-.048.046-.05.044-.052.041-.054.039-.056.036-.057.033-.059.031-.061.028-.063.025-.064.022-.066.019-.066.015-.068.012-.069.009-.07.006-.069-.001zm-1.376-1.392h.225l.002.06.004.059.008.058.01.057.013.057.015.055.018.054.02.053.023.051.025.051.027.048.03.047.032.046.034.044.036.042.038.04.04.039.041.036.044.035.048.034.047.03.048.028.05.026.051.023.052.021.054.019.054.015.056.013.057.01.058.007.059.005.059.001v.228l-.071-.002-.07-.006-.069-.008-.068-.012-.066-.016-.066-.019-.064-.022-.063-.025-.061-.028-.059-.031-.057-.033-.056-.036-.054-.039-.052-.041-.05-.044-.048-.046-.045-.048-.044-.051-.041-.053-.038-.054-.036-.056-.033-.059-.03-.06-.028-.062-.025-.063-.021-.065-.019-.066-.015-.067-.012-.069-.008-.069-.005-.07-.004-.072zm1.376-1.393v.228l-.059.001-.059.005-.058.008-.057.01-.056.013-.054.015-.054.019-.052.021-.051.023-.05.026-.048.028-.047.03-.045.032-.044.035-.042.036-.04.039-.038.04-.036.042-.034.044-.032.046-.03.047-.028.049-.026.05-.023.052-.02.053-.018.054-.015.055-.013.056-.01.057-.008.058-.005.059-.001.06h-.225l.002-.072.005-.071.009-.069.012-.069.015-.067.018-.066.021-.065.025-.064.028-.062.03-.06.033-.058.036-.056.038-.055.041-.052.043-.051.045-.048.048-.046.05-.044.052-.041.054-.039.056-.036.058-.033.059-.031.061-.028.063-.025.064-.022.066-.019.066-.016.068-.012.069-.009.07-.006.073.001z\"/>\n    <path fill=\"#0C4076\" d=\"M107.643 48.599a.8.8 0 01.795.805.8.8 0 01-.795.805.8.8 0 01-.795-.805.8.8 0 01.795-.805z\"/>\n    <path fill=\"#21231E\" d=\"M108.551 49.404h-.225l-.001-.036-.002-.035-.005-.034-.006-.034-.008-.033-.009-.033-.011-.032-.012-.031-.014-.031-.015-.03-.016-.029-.018-.028-.019-.027-.02-.026-.021-.025-.023-.024-.023-.023-.025-.022-.026-.021-.027-.019-.027-.018-.029-.016-.03-.015-.03-.014-.031-.012-.032-.011-.032-.009-.033-.008-.034-.006-.034-.005-.035-.002-.035-.001v-.228l.046.001.046.003.046.006.044.008.044.01.043.013.042.014.041.017.04.018.039.02.038.022.037.024.036.026.034.027.033.029.032.03.03.032.028.033.027.034.026.036.024.037.022.039.02.039.018.041.016.042.014.043.013.044.01.045.008.044.006.046.003.047.002.048zm-.908.918v-.228l.035-.001.035-.003.034-.005.034-.006.033-.008.032-.009.031-.011.031-.012.03-.014.029-.015.029-.017.027-.018.027-.019.026-.021.025-.022.023-.023.023-.024.021-.025.02-.026.019-.027.018-.028.016-.029.015-.03.014-.031.012-.031.011-.032.009-.033.007-.033.006-.034.005-.034.002-.035.001-.036h.225l-.001.047-.003.047-.006.046-.008.045-.01.044-.013.044-.014.043-.016.042-.018.041-.02.039-.022.039-.023.037-.026.036-.027.034-.028.033-.03.032-.032.03-.033.029-.034.027-.036.026-.037.024-.038.022-.039.02-.04.018-.041.017-.042.014-.043.013-.044.01-.044.008-.046.006-.046.003-.045.004zm-.908-.918h.225l.001.036.002.035.005.034.006.035.007.033.009.033.011.032.012.031.014.031.015.03.016.029.018.028.019.027.02.026.022.025.023.024.024.023.025.022.026.021.027.019.028.018.028.017.03.015.03.014.031.012.032.011.032.009.033.008.034.006.034.005.035.002.035.001v.228l-.046-.002-.046-.003-.046-.006-.044-.008-.044-.01-.043-.013-.043-.014-.041-.016-.04-.018-.039-.02-.038-.022-.037-.024-.035-.026-.034-.027-.033-.029-.032-.03-.03-.033-.028-.033-.027-.035-.025-.036-.024-.038-.022-.038-.02-.04-.018-.04-.016-.042-.014-.043-.013-.044-.01-.045-.008-.045-.006-.046-.003-.047-.004-.047zm.908-.919v.228l-.035.001-.035.002-.034.005-.034.006-.033.008-.032.009-.032.011-.031.012-.03.014-.03.015-.028.016-.028.018-.027.019-.026.021-.025.022-.024.023-.022.024-.022.025-.02.026-.019.027-.018.028-.016.029-.015.03-.014.031-.012.031-.011.032-.009.033-.007.033-.006.034-.005.034-.002.035-.001.036h-.225l.001-.047.003-.047.006-.046.008-.044.01-.044.013-.044.014-.043.016-.042.018-.041.02-.039.022-.039.023-.037.026-.036.027-.034.028-.033.03-.032.032-.03.033-.029.034-.027.035-.026.037-.024.038-.022.039-.02.04-.018.041-.016.043-.014.043-.013.044-.01.044-.008.046-.006.046-.003.048-.004zM80.722 50.926l.15-.065c-.342-.48-.416-.939-.285-1.398-.292.364-.221.939.135 1.463z\"/>\n    <path fill=\"#EDB92E\" d=\"M91.777 45.046c.295.376.26.467.42.574.209.139.493.091.756-.01 1.08-.415 1.08.447.766 1.435-.152.479-.612.998-.818 1.405-.202.399-.158.698-.249.8-.392.065-.728.113-.881.131h-.001c-.15.024-.483.067-.868.109-.126-.072-.223-.356-.581-.667-.358-.313-.978-.651-1.312-1.033-.676-.775-1.036-1.52.028-1.494.265.007.53-.042.648-.233.094-.149.023-.217.115-.654a1.58 1.58 0 01.298-.679c.137-.167.335-.13.519-.165.185-.035.353-.144.557-.041.204.104.41.276.603.522z\"/>\n    <path fill=\"#21231E\" d=\"M92.258 45.526l-.123.19-.018-.012-.016-.012-.016-.013-.015-.013-.015-.014-.013-.013-.012-.013-.012-.015-.011-.014-.011-.014-.01-.015-.01-.014-.01-.015-.009-.015-.008-.014-.01-.016-.009-.016-.009-.016-.011-.018-.01-.018-.012-.019-.012-.02-.013-.021-.014-.022-.015-.023-.016-.025-.018-.026-.019-.027-.021-.029-.023-.03-.024-.032-.026-.034.176-.141.028.035.026.034.024.032.022.031.021.029.02.028.018.026.017.025.015.024.015.023.013.021.012.02.012.02.01.017.01.018.009.016.008.014.008.014.008.013.007.011.007.011.006.009.006.009.007.008.006.008.007.008.007.007.007.007.008.007.009.007.01.008.012.009zm.655-.022l.079.212-.026.01-.027.009-.026.009-.026.009-.027.008-.027.008-.026.007-.027.007-.028.007-.028.006-.027.005-.027.005-.028.004-.028.003-.027.003-.028.002-.027.001-.027.001-.028-.001-.027-.001-.027-.002-.028-.003-.027-.004-.027-.006-.027-.007-.026-.008-.026-.009-.027-.01-.026-.012-.025-.013-.025-.014-.025-.016.123-.19.015.01.015.008.016.008.016.007.016.006.017.006.018.005.018.005.018.003.019.003.019.002.019.001.021.002h.041l.021-.001.021-.002.022-.002.022-.003.022-.003.023-.004.023-.004.023-.005.022-.005.023-.006.023-.006.023-.007.023-.007.023-.008.024-.008.023-.008.027-.007zm.913 1.576l-.214-.07.028-.09.026-.089.023-.088.022-.086.019-.085.016-.082.014-.08.011-.077.008-.075.005-.072.002-.068-.001-.064-.004-.06-.007-.056-.01-.051-.014-.047-.016-.041-.018-.037-.021-.032-.023-.027-.026-.023-.029-.019-.034-.016-.039-.012-.045-.009-.052-.005-.058.001-.065.007-.072.013-.079.019-.086.026-.093.034-.08-.213.103-.037.097-.03.093-.023.087-.015.083-.008.079-.001.074.006.07.014.066.021.061.029.056.036.049.043.043.049.036.054.03.059.024.062.019.066.014.068.009.071.005.074.001.076-.003.078-.006.081-.009.083-.012.085-.015.086-.017.088-.02.09-.023.091-.025.092-.027.093-.03.093zm-.825 1.422l-.2-.104.021-.04.023-.041.024-.042.025-.042.026-.042.027-.043.027-.042.028-.043.028-.043.029-.044.03-.044.03-.044.03-.044.03-.045.03-.044.03-.044.03-.045.029-.045.029-.044.028-.045.027-.045.027-.045.026-.044.025-.045.024-.044.023-.043.021-.044.021-.043.018-.043.017-.043.016-.042.014-.041.214.07-.016.049-.018.048-.019.048-.021.049-.023.048-.024.048-.025.048-.026.048-.026.047-.028.047-.028.047-.029.047-.029.047-.03.046-.03.046-.03.046-.031.045-.03.045-.03.045-.03.044-.03.044-.029.044-.029.043-.028.042-.027.042-.026.041-.025.041-.024.039-.023.039-.021.038-.021.037-.021.034zm-.331.86l-.037-.224-.065.036.001-.001.002-.003.003-.005.003-.006.003-.009.004-.011.003-.013.004-.015.004-.016.003-.018.004-.02.004-.02.004-.022.004-.024.005-.024.005-.026.005-.028.005-.028.006-.029.007-.03.007-.031.008-.032.009-.033.01-.034.011-.035.012-.036.013-.036.014-.037.015-.038.017-.038.018-.039.02-.04.2.104-.017.034-.016.034-.015.034-.013.033-.012.032-.012.032-.01.031-.009.03-.009.03-.008.03-.007.028-.006.028-.006.027-.006.027-.005.026-.005.025-.004.025-.005.024-.004.023-.004.023-.004.023-.005.022-.005.021-.005.022-.005.02-.006.021-.007.02-.008.02-.01.021-.011.019-.012.019-.016.02-.064.037zm-.899.133v-.228l-.013.001.014-.002.017-.002.016-.002.017-.002.019-.002.02-.003.021-.003.022-.003.022-.003.023-.003.024-.003.025-.003.026-.003.026-.004.027-.004.028-.004.029-.004.03-.004.029-.005.032-.005.031-.005.032-.005.033-.005.033-.005.034-.005.034-.005.034-.006.035-.006.035-.006.035-.006.036-.006.037-.006.037.224-.037.006-.036.006-.036.006-.036.006-.035.006-.035.006-.035.006-.033.005-.033.005-.033.005-.032.005-.032.005-.03.005-.031.005-.03.004-.029.004-.028.004-.027.004-.027.004-.026.004-.025.003-.024.003-.024.003-.023.003-.022.003-.021.003-.02.003-.019.002-.019.003-.018.002-.015.002-.016.002h-.013zm.017-.002l-.036-.224.018.112v-.114.228-.114l.018.112zm-.942.096l.111-.198-.068-.014.036-.004.036-.004.035-.004.035-.004.035-.004.034-.004.034-.004.033-.004.032-.004.032-.004.032-.004.031-.004.031-.004.03-.003.029-.004.028-.003.027-.004.028-.004.026-.003.025-.003.025-.003.024-.003.023-.003.022-.003.021-.003.02-.003.019-.003.019-.003.017-.003.017-.002.015-.002.014-.002.036.224-.015.002-.017.003-.017.002-.018.003-.019.003-.02.003-.02.003-.021.003-.023.003-.023.003-.025.003-.025.003-.026.004-.027.003-.026.004-.028.004-.029.003-.03.004-.03.004-.03.004-.031.004-.031.004-.032.004-.033.004-.033.004-.034.004-.034.004-.034.004-.035.004-.035.004-.036.004-.036.004-.071-.015zm-.598-.68l.147-.172.035.031.033.03.031.03.03.03.029.03.027.029.026.028.025.028.024.028.022.028.021.026.021.026.02.026.018.024.017.024.017.024.016.022.015.021.015.021.014.02.013.018.012.017.012.016.012.015.01.013.01.011.009.011.008.008.007.007.006.005.006.004.005.003-.111.198-.019-.012-.018-.013-.018-.015-.015-.014-.015-.016-.014-.016-.014-.017-.014-.018-.013-.017-.014-.018-.014-.019-.014-.019-.014-.02-.014-.02-.015-.021-.015-.021-.016-.022-.017-.022-.017-.024-.017-.023-.019-.023-.02-.025-.02-.025-.021-.025-.023-.026-.024-.026-.025-.027-.025-.026-.027-.026-.029-.028-.03-.028-.032-.028zm-1.323-1.045l.169-.15.03.033.032.033.033.033.035.034.036.033.037.033.039.033.04.033.041.033.042.033.042.033.043.032.043.032.044.032.045.032.045.032.045.032.045.032.045.032.045.031.045.031.044.031.044.031.044.031.043.031.042.031.041.031.04.031.04.031.038.03.037.031.036.031-.147.172-.033-.028-.034-.028-.036-.029-.037-.029-.039-.029-.039-.03-.041-.03-.042-.03-.043-.03-.043-.031-.044-.031-.044-.031-.045-.031-.045-.032-.046-.032-.046-.033-.045-.032-.046-.033-.045-.033-.045-.033-.045-.034-.044-.034-.044-.034-.043-.035-.042-.035-.041-.036-.041-.036-.039-.036-.038-.036-.037-.037-.036-.038-.035-.038zm.115-1.682l-.006.227h-.091l-.081.004-.073.008-.064.011-.055.014-.046.017-.038.018-.031.02-.024.02-.018.021-.014.022-.01.025-.008.028-.004.031v.036l.004.04.008.044.013.048.018.051.022.054.027.057.03.059.035.061.039.064.042.065.045.066.049.068.052.069.054.069.057.07.059.071.061.071-.169.15-.063-.074-.061-.074-.059-.073-.057-.073-.054-.073-.051-.072-.049-.071-.046-.07-.042-.069-.039-.068-.035-.068-.031-.066-.026-.065-.022-.065-.017-.064-.012-.063-.007-.062v-.062l.008-.061.015-.059.024-.056.033-.053.041-.048.048-.041.055-.036.061-.03.067-.024.074-.019.079-.014.086-.009.094-.005.103.008zm.551-.181l.189.122v-.001l-.015.023-.016.021-.017.021-.018.02-.019.018-.02.017-.02.016-.021.015-.022.014-.022.013-.022.012-.023.011-.024.011-.024.01-.025.009-.024.007-.025.007-.025.007-.025.006-.025.005-.026.005-.026.004-.025.003-.026.003-.026.002-.026.002-.026.002-.026.001-.026.001h-.052l-.026-.001.006-.227h.092l.023-.001.023-.001.022-.002.022-.002.021-.002.022-.003.021-.003.02-.004.02-.004.02-.005.019-.005.018-.006.018-.006.017-.006.016-.007.016-.007.015-.008.015-.008.014-.008.013-.008.013-.009.012-.01.011-.01.011-.01.009-.01.009-.011.009-.012.007-.011zm.099-.616l.22.047-.008.039-.007.036-.006.034-.005.033-.005.03-.004.029-.004.028-.003.025-.002.024-.002.023-.002.023-.002.02-.001.019-.001.019-.001.019-.001.018-.001.017-.001.017-.001.016-.002.017-.002.016-.002.017-.003.018-.004.017-.004.016-.005.018-.006.017-.007.017-.008.018-.009.017-.009.017-.011.018-.189-.123.006-.01.005-.01.005-.009.004-.008.003-.008.003-.008.002-.007.002-.009.002-.009.001-.008.001-.011.002-.012.001-.012.001-.014.001-.014.001-.016.001-.017.001-.018.001-.02.002-.022.002-.023.002-.023.002-.025.003-.027.003-.029.004-.03.004-.031.005-.034.006-.035.007-.038.007-.039.008-.04zm.322-.728l.174.145-.011.014-.011.015-.01.014-.011.016-.011.015-.01.015-.011.017-.01.016-.01.017-.01.018-.01.017-.009.018-.01.018-.01.019-.009.019-.009.019-.008.019-.009.021-.009.021-.008.02-.008.021-.008.022-.008.022-.007.023-.007.023-.007.023-.007.024-.006.024-.006.025-.006.024-.005.025-.006.025-.22-.047.006-.028.006-.028.007-.027.007-.027.008-.027.007-.026.008-.027.008-.026.008-.025.008-.025.009-.024.009-.024.01-.025.01-.023.009-.023.01-.024.01-.022.011-.022.011-.021.011-.022.012-.021.012-.021.011-.02.012-.021.013-.02.012-.019.013-.02.013-.019.013-.018.013-.018.014-.018.012-.016zm.173.145l.125-.153-.125.153zm.411-.349l.041.223-.02.003-.019.003-.019.003-.019.002-.019.002-.019.002-.018.002-.018.001-.016.002-.018.002-.017.002-.016.002-.015.002-.016.002-.015.002-.014.002-.013.003-.014.003-.012.003-.013.004-.012.004-.011.004-.012.005-.01.005-.01.006-.01.006-.01.007-.009.007-.009.008-.01.009-.009.01-.009.011-.173-.145.017-.019.017-.018.018-.017.018-.016.019-.015.02-.013.019-.012.02-.011.021-.01.02-.009.021-.008.02-.006.02-.006.02-.005.019-.005.02-.004.02-.003.019-.003.018-.002.019-.002.019-.002.018-.002.017-.001.018-.002.017-.001.017-.002.017-.002.016-.002.015-.002.016-.002.015-.002.013-.003zm.042.223l-.169.032.169-.032zm.587-.253l-.101.203-.015-.007-.014-.006-.013-.005-.013-.004-.013-.003-.013-.003-.012-.002-.013-.001-.013-.001h-.025l-.013.001-.013.001-.015.002-.014.002-.014.003-.014.003-.015.004-.016.004-.015.004-.016.005-.016.005-.016.005-.017.005-.017.005-.018.005-.019.005-.018.005-.018.005-.02.005-.02.004-.019.004-.041-.223.015-.003.015-.003.015-.004.016-.004.016-.005.015-.004.016-.005.017-.005.017-.005.017-.005.018-.005.018-.005.018-.005.018-.005.019-.005.02-.004.02-.004.021-.003.02-.003.021-.002.022-.001.022-.001h.023l.023.001.023.002.024.003.023.005.023.006.024.007.024.009.024.01.022.013zm.664.623h-.225l.024.07-.017-.021-.018-.021-.017-.021-.017-.02-.017-.02-.018-.019-.018-.019-.018-.019-.018-.018-.017-.018-.018-.017-.018-.017-.018-.017-.018-.016-.018-.016-.018-.015-.018-.015-.018-.015-.018-.014-.018-.014-.018-.014-.018-.013-.018-.013-.017-.012-.018-.012-.018-.012-.018-.011-.017-.01-.018-.01-.018-.01-.018-.009-.017-.009.101-.203.021.011.021.012.02.011.021.012.021.013.02.013.02.013.02.014.021.014.02.015.021.015.02.015.02.016.02.016.02.016.02.017.02.017.02.018.02.019.02.019.019.019.02.02.02.02.019.02.019.021.019.021.02.022.019.022.019.023.019.023.019.023.019.024.031.066zm-.225 0h.225l-.201.071-.024-.071z\"/>\n    <path fill=\"#21231E\" d=\"M91.622 49.403l-.176-.007a5.258 5.258 0 00-1.401-2.128c.625.35 1.235 1.208 1.577 2.135zM91.928 49.36l.164-.054a4.498 4.498 0 01.341-2.428c-.435.53-.612 1.518-.505 2.482z\"/>\n    <path fill=\"#EDB92E\" d=\"M93.456 45.506c-.04.317-.081.659-.238.964-.236.459-.819.282-1.441-.156-.196-.138-.496-.17-.773-.121-.276.049-.529.177-.64.36-.355.589-.78.919-1.18.583-.265-.223-.444-.512-.611-.776.107-.047.259-.07.464-.065.265.007.53-.042.648-.233.094-.149.024-.217.115-.653.06-.287.164-.515.298-.68.137-.167.336-.129.519-.164.185-.035.353-.145.557-.041.204.104.41.276.603.522.295.376.258.466.42.575.209.139.493.089.756-.011.203-.077.369-.109.503-.104z\"/>\n    <path fill=\"#21231E\" d=\"M93.317 46.523l-.199-.105.013-.026.013-.026.012-.027.012-.028.011-.027.01-.027.01-.028.01-.028.009-.028.009-.029.008-.028.008-.029.008-.029.007-.029.007-.029.007-.029.006-.03.006-.03.006-.03.005-.029.005-.029.005-.031.005-.03.005-.03.005-.03.004-.029.004-.03.004-.03.004-.03.004-.03.004-.03.004-.03.223.029-.004.03-.004.03-.004.03-.004.03-.004.03-.004.031-.005.032-.005.031-.005.031-.005.031-.005.031-.005.032-.006.032-.006.031-.007.032-.007.031-.007.032-.007.032-.008.032-.008.032-.009.032-.009.032-.01.032-.01.032-.011.031-.011.032-.012.032-.013.031-.013.031-.014.031-.015.031-.017.031zm-1.605-.116l.128-.187.057.039.056.038.056.036.055.034.055.033.054.031.053.028.053.026.051.024.051.022.049.02.049.018.047.015.046.013.044.011.043.008.041.006.039.003.038.001.035-.001.034-.004.032-.006.03-.008.028-.011.027-.013.025-.015.024-.017.023-.02.022-.023.021-.026.02-.03.019-.033.199.105-.027.049-.031.045-.033.041-.036.038-.038.034-.041.03-.043.026-.045.021-.046.017-.048.013-.049.009-.049.006-.051.002-.051-.001-.052-.004-.053-.007-.053-.01-.054-.013-.054-.015-.055-.018-.055-.02-.056-.023-.057-.024-.057-.027-.058-.029-.058-.031-.058-.033-.059-.035-.059-.036-.059-.038-.06-.04-.059-.044zm-.689-.102l-.039-.224.028-.005.029-.005.028-.003.028-.003.029-.003.028-.002.029-.002.028-.001.029-.001h.028l.028.001.029.001.028.002.027.002.029.003.028.004.027.004.028.005.027.006.027.006.027.007.026.008.026.008.025.009.026.009.025.011.024.011.024.012.023.012.023.013.023.015.022.015-.128.187-.015-.011-.016-.01-.016-.009-.017-.009-.018-.009-.018-.008-.019-.008-.019-.007-.02-.007-.02-.007-.021-.006-.021-.005-.022-.005-.022-.005-.021-.004-.023-.003-.023-.003-.022-.002-.024-.002-.023-.002-.023-.001H91.217l-.024.001-.024.002-.025.002-.024.002-.025.003-.024.003-.024.003-.024.005zm-.563.307l-.192-.118.014-.021.014-.021.016-.021.016-.019.017-.019.017-.018.018-.018.019-.017.019-.016.02-.016.021-.016.02-.015.022-.015.023-.014.023-.013.023-.013.023-.012.025-.012.024-.011.025-.011.025-.011.026-.01.025-.01.026-.009.026-.008.026-.008.027-.008.027-.007.028-.007.027-.006.028-.006.028-.005.039.224-.025.005-.024.005-.024.005-.023.006-.024.006-.023.007-.023.007-.022.007-.021.008-.022.008-.021.008-.02.009-.021.009-.02.009-.019.01-.019.01-.019.01-.018.011-.017.01-.016.011-.017.012-.015.011-.014.012-.014.012-.013.012-.013.012-.012.012-.011.013-.01.013-.009.012-.009.013-.007.012zm-1.348.612l.144-.174.031.025.031.021.031.018.03.015.03.012.028.008.029.006.028.003h.029l.029-.002.029-.004.03-.006.03-.009.031-.012.031-.014.032-.017.033-.02.033-.022.033-.025.033-.028.034-.03.034-.032.034-.035.034-.037.034-.039.033-.041.034-.044.033-.045.033-.048.033-.049.033-.051.032-.052.192.118-.034.056-.035.055-.035.053-.036.051-.037.05-.037.048-.038.046-.038.044-.038.042-.039.04-.039.038-.04.035-.041.034-.041.031-.042.028-.043.026-.043.023-.044.02-.045.017-.046.014-.047.01-.047.006-.047.003-.048-.001-.048-.006-.047-.009-.047-.014-.046-.018-.046-.022-.045-.026-.044-.03-.045-.034zm-.584-.968l.089.209.05-.166.016.025.016.024.016.025.016.025.016.025.016.025.016.025.016.025.017.024.017.025.016.025.017.025.017.024.018.025.017.024.018.024.018.024.018.024.018.024.019.023.019.023.019.023.02.023.02.023.02.022.021.021.021.022.021.021.022.021.022.021.023.02.023.02-.144.174-.026-.023-.025-.023-.025-.023-.025-.024-.024-.024-.023-.024-.023-.025-.023-.024-.022-.025-.022-.025-.021-.025-.021-.025-.02-.025-.02-.026-.019-.025-.019-.026-.019-.026-.019-.026-.019-.026-.018-.026-.018-.026-.017-.026-.017-.026-.017-.026-.017-.026-.017-.025-.017-.026-.016-.026-.016-.025-.016-.025-.016-.025-.016-.025.049-.164zm-.05.166l-.071-.113.122-.053-.051.166zm.562-.24l-.006.227H88.93l-.016.001h-.016l-.015.001-.016.001-.015.001-.014.001-.014.001-.014.002-.012.001-.013.002-.014.002-.013.002-.011.002-.012.002-.012.002-.01.002-.011.003-.012.003-.01.003-.01.003-.008.003-.01.003-.01.003-.008.003-.008.004-.008.003-.089-.209.012-.005.013-.005.013-.005.012-.004.013-.005.014-.004.014-.004.014-.004.013-.003.014-.004.016-.003.015-.003.015-.003.016-.003.015-.002.015-.002.016-.002.017-.002.016-.002.016-.002.018-.001.017-.001.017-.001.018-.001h.018l.018-.001.019-.001h.077l.02.001zm.551-.181l.189.122v-.001l-.015.023-.016.021-.017.021-.018.02-.019.018-.02.017-.02.016-.021.015-.022.014-.022.013-.022.012-.023.011-.024.011-.024.01-.024.009-.025.007-.024.007-.025.007-.025.006-.025.005-.026.005-.026.004-.026.003-.026.003-.026.002-.026.002-.026.002-.027.001-.026.001h-.052l-.026-.001.006-.227h.092l.023-.001.023-.001.022-.002.022-.002.021-.002.022-.003.021-.003.02-.004.02-.004.02-.005.019-.005.019-.006.018-.006.017-.006.017-.007.016-.007.015-.008.015-.008.014-.008.013-.008.013-.009.012-.01.011-.01.011-.01.009-.01.009-.011.009-.012.006-.011zm.099-.615l.22.047-.007.038-.007.037-.006.035-.006.032-.005.03-.004.029-.004.028-.003.025-.002.024-.002.023-.002.022-.002.021-.001.02-.001.018-.001.018-.001.018-.001.018-.001.016-.001.017-.002.017-.002.016-.003.018-.003.016-.004.018-.005.017-.005.017-.006.017-.007.017-.008.018-.009.017-.009.017-.01.017-.189-.122.006-.01.005-.01.005-.009.004-.008.003-.008.003-.008.002-.008.002-.008.002-.008.002-.01.001-.01.001-.012.001-.012.001-.013.001-.015.001-.015.001-.017.001-.018.001-.02.002-.021.002-.022.002-.024.002-.026.003-.027.003-.028.004-.03.005-.031.005-.033.006-.036.007-.037.007-.039.008-.043zm.322-.729l.173.145-.011.014-.011.014-.01.014-.011.016-.011.015-.01.015-.011.017-.01.017-.01.017-.01.017-.01.018-.01.018-.01.018-.009.018-.009.02-.009.019-.008.019-.009.021-.008.021-.008.021-.008.022-.008.021-.008.022-.007.022-.007.023-.007.023-.007.023-.006.024-.006.024-.006.025-.005.025-.006.026-.22-.047.006-.028.006-.028.007-.027.007-.027.007-.027.007-.026.008-.026.008-.026.008-.025.008-.025.009-.025.009-.024.009-.024.01-.023.009-.023.01-.024.01-.023.011-.022.011-.022.011-.022.011-.021.011-.02.012-.021.012-.02.012-.02.012-.019.013-.02.013-.019.012-.018.014-.018.014-.018.016-.016zm.585-.203l.041.224-.02.004-.019.003-.019.003-.019.002-.019.002-.019.002-.018.002-.018.001-.017.001-.017.001-.016.002-.016.001-.016.002-.016.002-.015.002-.014.002-.014.003-.013.003-.013.003-.014.004-.012.004-.011.004-.011.005-.011.005-.01.005-.01.006-.01.007-.009.007-.009.008-.01.009-.009.01-.009.011-.173-.145.017-.019.017-.018.018-.017.019-.016.019-.015.019-.013.02-.012.02-.011.02-.009.02-.008.021-.008.02-.007.019-.005.02-.005.02-.004.02-.004.019-.003.019-.003.019-.002.018-.002.018-.002.02-.002.017-.002.018-.001.018-.001.017-.002.016-.001.016-.002.015-.002.016-.002.015-.002.015-.005zm0 0l.135-.025-.135.025zm.628-.031l-.101.203-.014-.007-.014-.006-.013-.005-.013-.004-.013-.003-.013-.003-.013-.002-.013-.001-.012-.001h-.026l-.012.001-.015.002-.014.002-.013.002-.015.003-.015.003-.015.004-.014.003-.015.005-.017.005-.016.005-.016.005-.017.005-.017.005-.017.005-.019.005-.018.005-.018.005-.02.005-.02.004-.02.004-.041-.224.015-.003.015-.003.015-.004.016-.004.016-.005.015-.004.016-.005.017-.005.017-.005.018-.005.017-.005.017-.005.018-.005.02-.005.019-.004.019-.004.019-.004.021-.004.021-.003.02-.002.023-.002h.044l.024.002.023.002.024.003.023.005.023.006.024.008.024.008.024.01.022.012zm.64.552l-.176.141-.017-.021-.018-.021-.017-.021-.018-.02-.018-.021-.017-.02-.018-.019-.018-.019-.017-.018-.018-.018-.018-.018-.018-.017-.018-.017-.018-.016-.018-.016-.018-.016-.018-.015-.018-.015-.018-.014-.018-.014-.018-.013-.018-.013-.018-.013-.018-.012-.018-.012-.017-.011-.018-.011-.018-.011-.018-.01-.017-.01-.018-.009-.018-.009.101-.203.021.011.021.011.021.011.021.012.02.012.021.013.021.013.02.014.02.014.02.015.02.015.021.015.02.016.02.016.021.017.02.017.02.018.02.018.02.018.02.019.02.019.019.019.02.02.02.02.019.021.02.021.019.022.019.022.019.022.019.023.019.023.024.025zm.393.551l-.123.19h-.001l-.017-.012-.017-.013-.017-.013-.014-.013-.014-.013-.014-.014-.013-.014-.012-.014-.011-.014-.01-.014-.01-.015-.01-.015-.009-.015-.009-.015-.01-.016-.008-.015-.01-.016-.01-.017-.01-.017-.011-.019-.011-.018-.012-.02-.013-.021-.014-.021-.015-.023-.016-.025-.018-.026-.019-.027-.021-.029-.023-.03-.024-.032-.026-.033.176-.141.028.035.025.034.024.032.022.031.021.029.02.029.018.026.017.025.015.025.014.023.013.021.012.021.011.019.01.018.01.017.009.016.009.015.007.013.008.013.008.012.007.01.007.009.006.009.007.008.007.008.007.007.007.007.008.007.009.008.008.007.01.007.012.009zm.655-.022l.079.213-.026.01-.026.01-.027.009-.026.008-.026.008-.027.008-.027.007-.026.007-.027.006-.027.006-.028.005-.027.005-.028.004-.027.003-.027.003-.028.002-.028.001h-.055l-.027-.001-.028-.002-.027-.003-.027-.004-.028-.006-.026-.006-.026-.008-.027-.009-.026-.01-.025-.011-.026-.013-.025-.014-.024-.015.123-.19.015.009.015.009.016.008.017.008.016.006.016.006.018.005.019.005.017.003.019.003.019.003.02.001.02.001h.041l.021-.001.022-.002.022-.002.022-.003.022-.003.023-.004.022-.004.023-.005.024-.006.023-.006.023-.006.023-.007.024-.007.023-.008.023-.008.023-.008.022-.01zm.654.017l-.223-.029.107.128H93.384l-.012.001-.012.001-.012.002-.014.002-.013.002-.014.002-.013.002-.013.003-.015.003-.014.003-.014.003-.016.003-.015.003-.015.004-.015.004-.016.004-.016.004-.016.005-.017.005-.016.005-.017.005-.018.006-.017.006-.018.006-.018.007-.018.007-.079-.213.02-.008.02-.007.02-.007.019-.007.019-.006.02-.006.019-.006.018-.006.018-.005.018-.005.018-.005.017-.005.018-.004.018-.004.017-.003.017-.004.017-.003.016-.003.018-.003.016-.002.015-.002.016-.002.015-.002.016-.002.016-.001.016-.001h.075l.015.001.109.124zm-.107-.128l.122.005-.015.123-.107-.128z\"/>\n    <path fill=\"#EDB92E\" d=\"M87.558 49.794c.172-.21.241-.163.272-.296.04-.171-.06-.438-.19-.693-.518-1.02.033-.934.78-.532.189.102.409.283.628.47.22.188.439.385.622.517.37.268.599.276.707.384a31.757 31.757 0 01.358.937c.063.161.196.52.342.932-.024.115-.237.147-.396.442-.156.29-.28.816-.471 1.07-.281.372-.538.593-.738.557-.199-.036-.342-.33-.395-.978a1.136 1.136 0 00-.329-.676c-.129-.123-.158-.071-.477-.252a2.057 2.057 0 01-.521-.416c-.139-.156-.161-.33-.225-.502-.065-.173-.173-.342-.156-.506a.852.852 0 01.189-.458z\"/>\n    <path fill=\"#21231E\" d=\"M87.721 49.472l.219.052v.001l-.004.016-.004.015-.006.017-.006.015-.006.013-.008.015-.008.013-.008.012-.01.011-.01.011-.01.01-.009.008-.01.008-.009.007-.009.007-.008.006-.009.007-.009.006-.008.006-.008.006-.008.006-.01.008-.01.008-.009.008-.011.01-.011.01-.011.011-.012.013-.013.013-.013.014-.013.016-.015.017-.173-.145.017-.021.017-.019.016-.018.016-.017.015-.015.015-.014.014-.013.013-.012.014-.012.013-.01.011-.008.012-.009.011-.008.01-.007.009-.006.007-.006.008-.005.006-.005.005-.003.004-.004.004-.003.001-.001.001-.001.001-.002.001-.002.001-.002.002-.004.002-.004.001-.003.002-.007v-.01zm-.18-.615l.2-.104.012.025.012.024.012.025.012.025.012.025.011.025.011.025.011.025.01.025.01.025.01.025.009.025.009.024.009.025.008.024.008.024.007.025.007.023.006.025.005.024.005.024.004.024.004.024.003.023.002.023.002.024v.046l-.001.023-.002.023-.003.023-.005.022-.219-.052.002-.01.002-.011.001-.012V49.398l-.001-.015-.002-.017-.002-.017-.003-.017-.003-.018-.004-.019-.004-.019-.005-.019-.006-.021-.006-.02-.007-.021-.007-.021-.007-.021-.008-.022-.008-.022-.009-.022-.009-.023-.009-.023-.01-.022-.01-.023-.01-.023-.011-.023-.011-.023-.011-.023-.012-.023-.011-.024zm.933-.684l-.106.201-.068-.036-.067-.034-.065-.032-.063-.029-.061-.027-.059-.024-.056-.022-.053-.018-.05-.016-.047-.012-.044-.009-.039-.006-.035-.003h-.029l-.024.003-.018.004-.011.005-.008.005-.005.005-.005.008-.005.012-.004.019-.003.026.001.033.005.042.01.049.015.055.02.063.026.069.032.076.038.083.044.09-.2.104-.047-.095-.041-.089-.035-.084-.029-.079-.024-.073-.018-.069-.013-.064-.007-.06-.002-.058.005-.055.012-.053.021-.049.03-.044.038-.037.043-.029.047-.02.049-.012.05-.006h.05l.052.004.054.008.054.011.057.015.058.018.061.021.062.024.064.026.066.029.067.031.068.033.07.036.072.036zm.647.483l-.145.174-.02-.017-.02-.017-.02-.017-.02-.017-.021-.017-.02-.017-.02-.017-.02-.016-.02-.016-.02-.016-.02-.017-.019-.016-.02-.015-.02-.016-.02-.016-.019-.015-.019-.014-.02-.015-.019-.014-.019-.013-.019-.014-.019-.013-.018-.013-.018-.012-.018-.012-.018-.012-.018-.011-.018-.011-.017-.01-.017-.01-.017-.01-.016-.009.105-.201.02.011.019.011.019.011.02.012.019.012.02.013.02.013.019.013.02.014.02.014.02.014.02.014.021.015.02.015.02.015.021.016.021.016.02.015.02.016.021.017.021.017.02.016.021.017.021.017.02.017.021.017.021.018.02.017.02.017.021.018.021.018.022.016zm.615.512l-.13.185-.018-.013-.019-.014-.017-.014-.018-.013-.019-.015-.018-.015-.019-.015-.019-.015-.019-.016-.019-.016-.019-.015-.02-.016-.02-.016-.02-.017-.019-.016-.02-.017-.02-.018-.02-.017-.02-.017-.02-.017-.02-.018-.02-.017-.02-.017-.02-.018-.021-.018-.02-.018-.02-.018-.02-.018-.021-.018-.02-.018-.02-.018-.021-.017.145-.174.021.018.021.018.02.018.021.018.021.018.02.018.02.018.02.017.02.018.02.017.021.018.02.017.02.017.02.017.02.017.019.016.02.016.02.017.019.016.019.016.018.015.019.015.019.016.018.014.018.014.018.015.018.014.017.013.018.013.017.013.017.012.012.015zm.746.434l-.209.085.025.038-.005-.005-.006-.005-.008-.005-.009-.006-.009-.006-.01-.006-.012-.006-.013-.006-.015-.007-.016-.007-.017-.007-.017-.007-.02-.008-.02-.009-.02-.008-.022-.009-.023-.01-.024-.01-.025-.011-.025-.012-.027-.012-.027-.013-.029-.014-.03-.016-.029-.016-.031-.017-.032-.019-.033-.02-.033-.021-.034-.022-.036-.024-.036-.026.131-.185.033.023.032.021.031.021.03.019.03.018.028.016.028.015.028.015.026.014.025.013.025.012.024.011.024.011.023.011.022.009.021.009.021.009.021.008.019.008.019.008.02.009.019.008.018.008.018.008.018.009.018.009.018.01.017.011.016.011.016.012.017.014.015.014.026.038zm.359.941l-.213.072.001.002-.005-.015-.006-.017-.007-.018-.007-.018-.008-.02-.008-.021-.008-.022-.008-.024-.009-.024-.009-.024-.01-.026-.01-.027-.01-.028-.011-.028-.011-.029-.011-.03-.012-.031-.012-.031-.012-.032-.013-.032-.013-.033-.013-.034-.013-.034-.014-.035-.014-.036-.014-.036-.014-.036-.015-.037-.015-.038-.015-.038-.015-.038-.015-.039.208-.085.015.039.015.039.015.038.015.038.015.038.014.036.014.036.014.036.014.035.013.034.013.034.013.033.013.033.012.032.012.031.012.031.012.03.011.029.011.029.01.027.01.026.01.026.01.026.009.025.008.022.008.022.008.021.007.02.007.02.006.018.006.017.006.016.003.005zm-.001-.005l-.209.084.037.049-.012-.011.08.033-.112-.114.112.114-.112-.114.112.114-.112-.114.033.081-.033-.081.006.036.213-.072.006.036-.033-.081.033.081-.112-.114.112.114-.112-.114.112.114-.112-.114.08.033-.012-.01.035.05zm.348.998l-.22-.046.004.061-.014-.038-.014-.038-.013-.038-.013-.037-.013-.037-.013-.036-.013-.036-.013-.035-.013-.035-.012-.034-.013-.034-.012-.033-.012-.032-.012-.032-.012-.031-.011-.031-.011-.03-.011-.029-.011-.028-.01-.028-.01-.026-.01-.026-.009-.025-.009-.024-.008-.023-.008-.022-.008-.021-.008-.02-.007-.019-.007-.017-.007-.017-.006-.016.209-.084.006.016.007.017.007.019.007.019.007.02.008.021.009.023.008.023.009.024.01.026.009.025.01.027.01.028.011.029.011.029.011.03.011.031.012.031.012.032.012.033.012.033.012.034.013.035.013.035.013.035.013.036.013.036.013.037.013.037.014.038.014.038.014.039.006.061zm-.407.473l-.197-.109.017-.03.017-.028.018-.027.018-.025.018-.024.018-.023.018-.021.019-.021.018-.019.018-.018.018-.017.018-.016.017-.015.017-.014.016-.013.016-.012.014-.011.014-.011.013-.01.012-.009.011-.008.01-.008.009-.008.007-.007.005-.005.004-.004.004-.005.003-.004v.002l.22.046-.006.023-.008.021-.01.019-.012.019-.011.015-.011.014-.013.014-.013.013-.013.011-.013.011-.013.01-.013.01-.013.01-.013.01-.014.01-.014.011-.013.01-.013.011-.013.012-.014.012-.013.012-.014.013-.014.014-.014.014-.013.015-.014.016-.014.017-.014.019-.014.02-.013.02-.014.023-.016.025zm-.481 1.085l-.179-.138.015-.021.015-.023.015-.024.015-.026.015-.028.015-.029.015-.03.015-.032.015-.032.014-.034.015-.034.014-.035.014-.036.014-.036.014-.036.014-.037.014-.037.014-.037.014-.037.014-.038.014-.037.014-.037.014-.036.014-.036.014-.036.014-.035.015-.035.015-.034.015-.033.015-.032.015-.031.016-.031.197.109-.013.025-.013.027-.013.029-.013.029-.013.031-.013.032-.013.033-.014.034-.013.035-.013.035-.013.036-.014.036-.013.037-.014.038-.014.038-.014.037-.014.038-.014.038-.015.037-.015.037-.015.037-.015.036-.016.036-.016.036-.016.035-.017.034-.017.033-.018.033-.018.032-.019.031-.019.029-.026.03zm-.847.599l.04-.224.01.001h.023l.012-.001.013-.002.013-.003.015-.005.016-.005.016-.007.017-.008.018-.009.019-.011.018-.012.02-.013.02-.015.02-.016.022-.017.022-.018.021-.019.022-.02.023-.022.023-.023.023-.024.024-.026.024-.026.025-.028.024-.028.025-.03.025-.031.025-.031.025-.032.026-.034.179.138-.027.035-.027.035-.027.034-.026.032-.027.032-.027.031-.026.029-.026.029-.026.028-.026.027-.026.025-.025.025-.026.024-.026.023-.026.021-.025.02-.026.02-.026.018-.025.018-.026.016-.026.015-.025.013-.026.012-.027.011-.026.009-.026.008-.028.006-.028.005-.028.002h-.027l-.028-.002h-.031zm-.487-1.08l.224-.019.005.058.006.056.006.054.007.052.007.05.008.048.008.046.008.044.008.041.009.039.01.037.01.035.01.034.01.031.011.029.011.027.012.026.011.023.011.021.011.019.012.017.011.015.011.014.011.012.01.01.011.009.01.007.009.006.01.005.01.004.01.003.009.002-.04.224-.028-.006-.026-.008-.026-.01-.026-.013-.025-.015-.023-.017-.022-.018-.022-.021-.02-.022-.019-.023-.018-.025-.018-.027-.017-.028-.016-.029-.015-.031-.014-.033-.014-.034-.013-.036-.012-.037-.012-.039-.012-.041-.011-.042-.01-.044-.01-.046-.009-.048-.008-.05-.008-.051-.007-.053-.007-.055-.006-.057-.006-.059-.007-.061zm-.294-.603l.155-.165.017.017.018.018.017.018.017.019.016.019.016.02.016.021.015.021.015.021.015.022.014.022.014.023.014.023.013.023.013.023.012.024.012.025.011.025.011.025.011.026.01.025.009.025.009.026.008.026.008.027.007.026.007.026.006.028.005.026.004.027.003.026.003.027-.224.019-.002-.02-.002-.021-.003-.021-.004-.021-.004-.02-.005-.021-.005-.021-.006-.02-.007-.021-.007-.021-.008-.021-.008-.021-.008-.02-.009-.021-.01-.021-.01-.02-.01-.02-.011-.02-.011-.02-.011-.019-.012-.018-.012-.018-.012-.018-.012-.017-.013-.018-.013-.016-.012-.016-.014-.016-.013-.015-.013-.014-.013-.014-.017-.014zm-.454-.235l.11-.199.028.016.026.014.025.013.023.012.023.011.02.01.019.009.018.008.017.007.016.007.015.006.014.006.013.005.014.006.013.005.012.005.012.005.013.005.012.005.012.005.012.006.014.007.013.007.011.006.014.008.013.009.011.008.014.01.014.011.013.011.013.012.014.013-.155.165-.01-.009-.009-.008-.009-.007-.007-.006-.007-.005-.008-.006-.007-.004-.005-.003-.008-.004-.007-.004-.006-.003-.008-.003-.009-.004-.009-.004-.01-.004-.011-.005-.013-.005-.012-.005-.013-.005-.015-.006-.016-.006-.017-.007-.018-.008-.019-.008-.021-.01-.022-.01-.023-.011-.024-.012-.026-.013-.027-.014-.029-.015-.031-.02zm-.55-.44l.166-.153.013.014.012.013.013.013.013.014.013.013.013.014.013.013.014.013.013.013.014.013.015.013.014.013.015.013.015.013.015.013.015.013.016.012.015.012.016.012.016.012.016.012.016.012.016.012.017.011.018.012.017.011.017.011.017.011.018.01.019.011.018.011.018.01-.11.199-.021-.012-.02-.012-.019-.011-.02-.012-.02-.013-.019-.012-.019-.013-.018-.012-.019-.013-.019-.013-.018-.013-.018-.013-.018-.013-.018-.014-.018-.014-.017-.014-.017-.014-.017-.014-.017-.014-.017-.014-.017-.015-.015-.014-.016-.015-.016-.015-.015-.015-.016-.015-.015-.015-.015-.015-.014-.015-.015-.015-.014-.016-.009-.014zm-.247-.537l.21-.081.006.017.006.017.006.018.006.017.005.017.005.017.005.016.005.016.005.016.005.017.005.015.005.015.005.016.005.015.005.014.006.015.005.015.005.014.005.013.006.014.006.013.006.012.007.014.007.013.007.013.008.013.008.012.008.012.009.012.01.012.01.013.01.012-.167.153-.015-.018-.014-.017-.013-.017-.013-.018-.012-.018-.012-.018-.011-.018-.01-.018-.01-.018-.009-.018-.009-.018-.008-.018-.008-.017-.007-.018-.007-.018-.006-.016-.006-.017-.006-.018-.006-.018-.005-.016-.005-.017-.005-.017-.005-.015-.005-.016-.005-.016-.005-.016-.005-.015-.005-.015-.005-.015-.005-.014-.005-.015-.003-.014zm-.163-.558l.223.023-.001.01v.022l.001.011.001.01.002.01.002.013.002.013.003.012.003.012.004.013.004.013.005.014.005.014.005.014.006.014.006.015.006.015.006.015.007.015.007.016.007.016.007.015.007.016.007.017.007.016.007.016.008.018.007.017.007.016.007.017.007.018-.21.081-.005-.015-.006-.015-.007-.016-.006-.015-.006-.015-.007-.016-.007-.016-.007-.015-.007-.016-.007-.017-.007-.016-.007-.016-.007-.017-.007-.017-.007-.017-.007-.017-.007-.018-.007-.018-.006-.017-.006-.018-.006-.018-.005-.018-.005-.019-.004-.02-.003-.018-.003-.018-.003-.02-.002-.021-.001-.02V50.24zm.3-.332v-.228l.086.186-.009.011-.008.01-.009.012-.008.011-.007.011-.008.012-.007.011-.007.012-.007.012-.007.012-.007.012-.006.012-.006.011-.005.012-.006.013-.005.011-.005.013-.005.012-.005.013-.004.013-.004.013-.004.013-.003.013-.003.013-.003.013-.003.013-.002.012-.003.014-.002.013-.002.013-.002.013-.001.013-.223-.023.002-.018.002-.017.002-.018.003-.017.003-.016.004-.018.004-.017.004-.017.005-.017.005-.017.005-.017.005-.017.006-.016.005-.017.007-.017.006-.016.007-.017.007-.015.007-.016.008-.016.008-.016.008-.016.009-.016.009-.015.01-.016.01-.015.01-.015.01-.016.011-.015.01-.014.012-.016.012-.014.084.193zm0-.228h.239l-.153.186-.086-.186zm0 0v.228l-.087-.186.087-.042zm0 .228h-.239l.153-.186.086.186z\"/>\n    <path fill=\"#21231E\" d=\"M90.836 50.897c.015.072.033.142.049.211a1.966 1.966 0 00-.809.391 2.102 2.102 0 00-.539.698c.049-.311.203-.59.43-.814.226-.224.525-.394.869-.486zM90.704 50.522l-.096-.208a3.28 3.28 0 01-1.041-.269 4.767 4.767 0 01-.988-.596c.257.29.592.536.96.721.37.186.775.309 1.165.352z\"/>\n    <path fill=\"#EDB92E\" d=\"M87.47 48.145c.221.082.369.183.623.394.193.161.299.393.336.658.038.266.009.568-.065.867-.046.186.01.502.119.813.108.31.27.616.435.781.543.547.924 1.125.773 1.483a.735.735 0 01-.33.401c-.065-.134-.219-.253-.271-.48-.067-.293-.176-.596-.348-.778-.133-.143-.163-.302-.493-.509-.214-.134-.396-.077-.542-.256-.282-.348-.652-1.2-.29-1.589.356-.384.484-.6.183-1.261-.104-.224-.101-.388-.13-.524z\"/>\n    <path fill=\"#21231E\" d=\"M88.164 48.452l-.143.176-.023-.019-.023-.018-.022-.018-.021-.017-.021-.017-.021-.016-.02-.016-.019-.015-.019-.015-.019-.014-.018-.013-.018-.013-.018-.013-.017-.012-.017-.011-.017-.011-.017-.011-.017-.01-.017-.01-.016-.01-.016-.009-.017-.009-.017-.009-.017-.008-.017-.008-.017-.008-.018-.008-.018-.008-.018-.008-.018-.008-.019-.007-.019-.007.077-.214.022.008.021.008.021.009.02.009.021.009.021.01.02.009.02.01.02.01.019.01.019.01.02.011.019.011.019.011.02.012.019.012.019.012.019.013.02.013.019.014.02.014.02.015.02.015.02.016.021.016.021.017.021.016.022.018.022.018.023.019.023.019.026.02zm.376.729l-.222.032-.003-.023-.004-.022-.004-.023-.004-.022-.005-.022-.005-.022-.006-.021-.006-.022-.007-.021-.006-.02-.007-.02-.007-.02-.008-.019-.008-.019-.009-.019-.009-.019-.01-.019-.01-.018-.01-.018-.01-.017-.011-.017-.011-.016-.011-.016-.012-.016-.012-.016-.013-.015-.013-.015-.014-.015-.015-.015-.014-.013-.015-.014-.016-.013.143-.176.02.017.02.018.019.019.018.019.018.019.018.02.017.02.016.02.015.021.016.021.014.021.014.022.014.022.013.023.012.023.012.023.011.023.011.023.011.024.01.025.009.024.008.025.008.025.007.025.007.024.007.026.006.025.006.026.005.027.005.025.005.027.002.029zm-.068.911l-.218-.055.007-.027.006-.027.007-.027.005-.026.006-.027.005-.027.005-.026.005-.027.005-.027.004-.027.004-.027.004-.027.003-.026.003-.026.002-.026.002-.026.002-.026.002-.026.001-.026.001-.025v-.126l-.001-.025-.001-.024-.002-.024-.002-.024-.002-.023-.003-.024-.003-.023.222-.032.004.027.003.027.003.027.002.028.002.028.001.028.001.027.001.028v.084l-.001.028-.001.029-.002.028-.002.028-.002.029-.002.028-.003.029-.003.029-.004.029-.004.029-.004.029-.005.029-.005.029-.005.029-.005.03-.006.029-.006.029-.007.03-.007.029-.006.029-.006.027zm.116.748l-.212.076-.011-.031-.01-.03-.01-.03-.01-.03-.009-.031-.008-.03-.008-.03-.008-.03-.008-.03-.007-.03-.007-.029-.006-.03-.006-.029-.005-.029-.005-.028-.005-.028-.004-.028-.003-.027-.003-.027-.003-.027-.002-.027-.002-.026-.001-.026-.001-.025v-.025l.001-.026.001-.024.002-.024.003-.023.003-.023.004-.023.005-.022.218.055-.003.013-.003.014-.002.016-.002.016-.001.017-.001.018v.059l.001.021.002.022.002.022.002.023.003.024.003.025.003.024.004.025.005.026.005.025.005.026.006.026.006.027.006.027.007.027.007.027.008.028.008.028.009.028.008.028.009.028.009.028.011.029zm.409.739l-.159.161-.017-.018-.017-.018-.017-.02-.017-.02-.017-.021-.016-.021-.016-.022-.017-.023-.016-.023-.016-.023-.016-.024-.015-.025-.015-.026-.015-.025-.015-.026-.015-.027-.014-.027-.014-.027-.014-.028-.014-.028-.014-.028-.014-.029-.013-.029-.013-.029-.013-.029-.012-.029-.012-.03-.012-.03-.011-.03-.012-.03-.011-.03-.011-.03.212-.076.01.028.01.028.01.028.011.028.011.027.011.027.012.028.012.027.012.027.012.027.012.026.013.026.013.026.013.025.013.025.013.025.013.024.014.024.014.023.014.022.014.022.014.021.014.021.014.02.014.019.014.019.014.018.014.018.013.016.013.015.014.015.013.015zm.796 1.607l-.206-.09.009-.024.007-.026.005-.027.003-.028v-.031l-.001-.032-.004-.034-.006-.036-.009-.036-.011-.038-.013-.04-.016-.041-.018-.042-.02-.043-.023-.044-.024-.045-.027-.046-.028-.047-.031-.048-.032-.048-.034-.049-.036-.049-.038-.049-.039-.049-.041-.05-.042-.05-.044-.05-.045-.051-.046-.05-.048-.051-.048-.051-.05-.05.159-.161.051.052.05.052.049.052.048.053.047.053.046.053.044.053.043.053.041.052.04.053.038.052.037.052.035.052.033.052.032.051.03.051.028.051.025.051.024.05.021.05.019.049.016.049.014.049.011.049.008.048.005.048.002.048-.001.047-.005.047-.008.046-.012.045-.014.043zm-.534.407l.202-.1-.164-.044.014-.01.013-.009.013-.009.013-.009.012-.008.011-.008.011-.009.01-.008.01-.008.01-.008.008-.007.009-.009.008-.007.008-.008.008-.008.007-.008.008-.009.008-.009.007-.01.008-.01.007-.01.007-.011.008-.012.008-.014.008-.013.007-.014.008-.015.008-.016.008-.017.009-.018.008-.019.009-.02.206.09-.01.023-.01.022-.01.021-.01.02-.01.019-.01.018-.01.019-.01.018-.01.016-.01.016-.011.016-.011.015-.01.014-.012.015-.011.013-.011.013-.012.013-.011.012-.012.012-.013.012-.011.011-.013.012-.013.01-.012.01-.013.011-.013.01-.014.01-.014.01-.013.009-.014.01-.014.01-.015.01-.162-.046zm.164.044l-.107.073-.057-.117.164.044zm-.444-.549l.219-.052.004.018.005.017.005.016.006.016.006.016.006.015.007.015.007.015.007.014.007.013.008.013.008.014.009.014.009.014.008.012.009.013.01.014.01.013.01.013.01.013.01.013.01.013.01.013.01.014.01.013.01.014.01.015.009.014.009.015.008.015.009.015.008.017-.202.1-.005-.009-.005-.01-.006-.01-.006-.01-.007-.011-.007-.01-.008-.011-.008-.012-.008-.012-.01-.012-.01-.013-.01-.013-.01-.013-.011-.015-.01-.014-.01-.014-.011-.015-.011-.017-.011-.016-.01-.016-.011-.017-.011-.018-.011-.019-.01-.019-.01-.02-.009-.02-.009-.022-.008-.021-.007-.025-.008-.024-.006-.024-.007-.025zm-.32-.726l.163-.156v-.001l.018.02.018.021.017.021.017.022.016.023.016.023.015.023.015.023.015.024.014.025.014.026.013.025.013.025.013.026.012.027.012.026.011.027.011.028.011.028.01.028.01.028.01.028.009.028.009.028.008.028.008.028.008.029.008.028.007.028.007.028.007.029.007.028-.219.051-.006-.027-.007-.026-.007-.026-.007-.027-.007-.026-.007-.026-.008-.026-.008-.026-.008-.026-.008-.026-.009-.025-.009-.026-.009-.025-.009-.024-.01-.024-.01-.024-.01-.024-.011-.023-.01-.022-.011-.023-.011-.022-.011-.021-.011-.021-.012-.02-.012-.02-.013-.019-.012-.018-.013-.018-.013-.017-.013-.016-.014-.015-.017-.014zm-.471-.49l.118-.193.032.02.03.02.029.02.027.02.026.02.025.02.023.019.021.019.021.019.02.019.018.019.017.018.017.019.016.018.014.017.013.017.014.017.013.018.011.015.012.016.011.016.01.015.01.014.01.013.01.014.01.013.01.013.009.012.009.012.01.011.01.011.01.011-.163.156-.014-.015-.014-.016-.013-.016-.012-.016-.012-.016-.011-.015-.011-.015-.01-.014-.011-.015-.01-.015-.01-.014-.01-.014-.01-.014-.011-.015-.01-.014-.011-.014-.012-.014-.012-.015-.012-.014-.013-.014-.014-.015-.015-.015-.015-.014-.017-.016-.018-.016-.019-.016-.02-.016-.022-.017-.023-.017-.025-.017-.026-.018-.03-.016zm-.569-.281l.174-.144.01.012.01.011.01.01.01.009.01.008.01.007.011.007.011.006.01.005.012.005.012.005.014.005.013.004.014.005.015.005.016.004.017.005.017.004.017.005.018.005.019.005.02.006.019.006.02.006.022.007.021.008.023.009.022.01.022.01.023.012.024.013.023.014-.118.193-.017-.01-.016-.009-.016-.008-.017-.008-.016-.007-.016-.006-.017-.006-.015-.005-.017-.005-.017-.005-.016-.005-.016-.005-.018-.005-.017-.005-.018-.005-.018-.005-.018-.005-.019-.006-.018-.006-.02-.007-.018-.007-.02-.008-.02-.009-.02-.01-.019-.011-.019-.012-.02-.014-.019-.015-.019-.016-.018-.017-.018-.019-.019-.021zm-.286-1.739l.164.156-.025.029-.021.031-.018.033-.016.036-.013.038-.01.041-.008.043-.005.044-.002.046v.049l.002.049.005.051.008.052.009.052.012.053.014.054.015.053.017.054.019.053.02.053.021.052.023.051.023.05.024.049.025.047.025.046.026.044.026.042.026.039.026.037.025.034.025.031-.174.144-.029-.037-.029-.039-.029-.042-.029-.044-.029-.047-.028-.048-.028-.05-.027-.052-.027-.054-.025-.055-.025-.056-.024-.058-.022-.058-.021-.059-.019-.06-.018-.061-.015-.061-.013-.061-.011-.061-.008-.061-.006-.061-.003-.061v-.06l.003-.06.007-.059.011-.058.015-.057.02-.056.024-.054.029-.052.034-.049.034-.045zm.163-1.135l.204-.095.028.063.025.061.023.058.021.056.018.054.016.053.014.052.011.05.009.048.007.047.005.047.002.046v.044l-.003.044-.005.042-.008.042-.01.041-.012.04-.014.039-.016.038-.018.037-.02.036-.022.036-.023.035-.025.035-.026.035-.027.034-.029.035-.03.034-.031.035-.032.036-.033.036-.164-.156.032-.035.031-.033.029-.033.028-.032.025-.031.024-.03.022-.029.02-.029.019-.028.017-.028.015-.028.013-.027.011-.026.01-.027.008-.027.007-.028.005-.028.003-.029.002-.031v-.032l-.001-.033-.003-.035-.005-.037-.008-.039-.009-.042-.012-.043-.014-.046-.016-.048-.019-.051-.021-.053-.023-.056-.025-.064zm-.027-.686v.227l.11-.138.003.014.003.015.002.015.003.014.002.015.002.014.002.014.002.015.002.015.002.013.002.015.002.015.002.014.003.015.003.016.002.015.003.015.003.015.003.015.004.016.004.016.004.015.005.016.005.018.005.017.005.016.006.018.006.018.007.018.007.018.008.019.008.019-.204.095-.01-.023-.009-.022-.009-.023-.008-.021-.008-.021-.007-.021-.007-.021-.006-.02-.006-.019-.006-.02-.005-.02-.004-.018-.004-.018-.004-.019-.003-.018-.003-.018-.003-.017-.003-.016-.003-.016-.003-.017-.002-.015-.002-.015-.002-.016-.002-.014-.002-.013-.002-.014-.002-.013-.002-.013-.002-.013-.002-.012-.002-.01-.002-.012.109-.139zm-.11.138l-.03-.138h.14l-.11.138zm.111.09v-.227l.038.007-.038.22z\"/>\n    <path fill=\"#EDB92E\" d=\"M96.961 50.918c-.284.246-.355.197-.435.346-.1.189-.054.475.033.744.342 1.061-.303.968-1.076.562-.385-.202-.834-.718-1.183-.977-.351-.259-.597-.257-.693-.364a28.297 28.297 0 01-.209-.955l-.001-.001a32.35 32.35 0 01-.198-.984c.048-.132.29-.192.527-.549.241-.361.481-1.035.793-1.363.639-.672 1.281-.961 1.317.33.009.313.064.629.23.8.131.135.185.065.549.246.237.118.427.271.563.447.137.176.109.386.139.587.03.2.118.394.039.59a1.396 1.396 0 01-.395.541z\"/>\n    <path fill=\"#21231E\" d=\"M96.625 51.317l-.198-.108.009-.016.01-.016.01-.015.011-.015.012-.014.011-.012.012-.012.012-.012.012-.01.012-.01.012-.009.012-.009.012-.007.012-.008.012-.007.012-.007.013-.008.012-.007.013-.008.014-.008.014-.008.015-.01.016-.01.016-.011.017-.012.018-.013.019-.014.02-.015.021-.016.023-.018.023-.019.025-.021.146.173-.027.023-.026.022-.025.02-.024.019-.023.017-.022.016-.021.015-.02.013-.019.013-.018.012-.017.01-.016.01-.015.009-.014.008-.014.008-.011.006-.011.007-.01.006-.008.005-.008.005-.007.005-.007.005-.005.004-.005.004-.004.004-.004.004-.005.006-.004.005-.004.006-.005.008-.005.008-.006.009zm.041.655l-.214.07-.008-.027-.008-.026-.008-.026-.007-.027-.007-.026-.007-.027-.007-.027-.006-.026-.006-.027-.005-.027-.005-.028-.004-.026-.004-.027-.004-.027-.003-.027-.002-.026-.002-.027-.001-.026-.001-.027v-.026l.001-.025.002-.026.002-.027.003-.025.004-.025.005-.026.006-.024.007-.025.009-.024.009-.024.011-.024.011-.023.198.108-.007.013-.006.013-.005.014-.005.015-.004.015-.004.017-.003.016-.003.018-.002.018-.002.018-.001.019-.001.02v.04l.001.021.001.022.002.022.002.022.003.023.004.023.004.023.004.023.005.023.005.024.006.024.006.024.006.024.007.025.007.024.007.024.007.024.007.022zm-1.234.698l.103-.202.071.036.069.034.069.032.066.029.065.027.063.025.061.021.059.019.056.016.053.012.05.009.047.006.043.003.039-.001.034-.003.029-.007.026-.008.021-.01.018-.013.015-.014.013-.018.012-.023.011-.028.008-.034.006-.042.001-.049-.002-.056-.007-.064-.012-.071-.017-.078-.022-.085-.028-.092.214-.07.03.1.025.094.019.088.013.083.008.077.003.073-.003.068-.008.065-.015.06-.021.056-.028.051-.035.046-.041.039-.045.032-.05.025-.051.018-.054.012-.056.006-.057.001-.059-.003-.06-.008-.062-.011-.063-.015-.065-.018-.066-.021-.068-.024-.069-.027-.07-.029-.071-.032-.072-.034-.073-.036-.07-.037zm-1.198-.986l.133-.184.035.026.035.027.036.029.036.03.036.031.036.031.037.033.037.033.037.034.038.034.038.035.037.035.038.035.038.035.038.035.038.035.038.034.038.034.038.034.038.033.038.033.037.032.037.031.037.03.037.029.036.027.036.026.036.025.035.023.034.022.034.02.033.018-.103.202-.04-.022-.04-.023-.039-.025-.039-.026-.039-.027-.04-.029-.039-.03-.039-.031-.039-.032-.04-.033-.039-.033-.039-.034-.039-.034-.039-.034-.039-.035-.038-.035-.039-.035-.038-.035-.038-.035-.038-.035-.037-.034-.037-.034-.037-.034-.036-.033-.036-.033-.035-.031-.035-.03-.034-.03-.033-.028-.033-.026-.032-.026-.037-.025zm-.736-.43l.219-.052-.026-.05.003.003.005.004.005.004.008.005.008.005.009.005.012.006.012.006.014.006.015.006.017.007.018.007.018.007.02.007.021.008.022.009.023.009.024.01.025.011.025.011.027.012.028.013.029.013.029.015.03.015.031.017.031.018.032.019.033.021.033.022.034.023.035.025-.133.184-.031-.022-.03-.021-.03-.019-.029-.018-.028-.017-.028-.016-.026-.015-.026-.014-.025-.013-.025-.012-.025-.011-.024-.01-.024-.01-.022-.01-.022-.008-.022-.009-.021-.008-.02-.008-.021-.007-.02-.008-.019-.007-.018-.007-.019-.008-.019-.008-.018-.009-.018-.008-.019-.011-.017-.011-.016-.011-.017-.014-.016-.014-.016-.016-.025-.051zm-.099-.867v-.228l.11.092.003.016.003.017.003.018.004.02.004.02.004.021.005.023.005.024.005.024.006.026.006.027.005.027.006.027.006.029.007.03.007.03.007.031.007.032.007.032.008.033.008.034.008.035.007.035.008.035.008.037.008.036.008.037.008.038.009.038.009.039.009.039.009.039-.219.052-.009-.039-.009-.039-.009-.039-.009-.038-.009-.038-.008-.037-.008-.037-.008-.036-.008-.036-.008-.036-.007-.034-.008-.034-.007-.034-.007-.033-.007-.032-.007-.031-.007-.031-.007-.03-.006-.029-.006-.029-.006-.028-.005-.026-.006-.026-.005-.026-.005-.023-.005-.023-.005-.023-.004-.021-.004-.02-.004-.019-.003-.018-.003-.016.111.096zm0-.228h.093l.018.092-.111-.092zm-.111.138l.219-.051.003.025-.033-.081-.079-.033v.228l-.08-.033-.033-.081.003.026zm-.194-1.048l.211.079.005-.061.008.041.008.041.008.041.007.04.008.039.008.039.007.038.007.038.007.037.007.036.007.036.007.035.007.034.007.034.007.033.007.032.006.031.007.03.006.03.006.029.006.028.005.027.006.026.005.025.005.023.005.023.005.022.004.021.004.02.004.018.004.017.004.017-.219.051-.004-.016-.004-.018-.004-.019-.004-.02-.005-.021-.005-.022-.005-.023-.005-.025-.005-.025-.006-.026-.006-.027-.006-.028-.006-.029-.006-.029-.006-.031-.006-.032-.007-.032-.007-.034-.007-.034-.007-.034-.007-.035-.007-.036-.007-.037-.007-.037-.007-.038-.008-.039-.007-.039-.008-.04-.008-.04-.008-.04-.008-.041-.008-.041.005-.062zm.54-.573l.186.127-.024.034-.024.033-.024.032-.024.03-.024.028-.023.027-.024.026-.023.024-.022.023-.023.022-.022.02-.022.019-.021.018-.02.017-.02.017-.02.015-.018.014-.017.013-.016.013-.016.012-.015.012-.013.011-.011.009-.012.01-.01.009-.007.007-.006.007-.005.007-.004.006-.003.004-.001.003-.001.003-.211-.079.009-.021.011-.021.012-.019.012-.017.013-.016.014-.015.015-.015.015-.013.014-.012.016-.014.016-.013.016-.012.016-.013.017-.013.017-.013.018-.014.017-.014.018-.014.018-.016.019-.016.018-.017.019-.017.019-.018.02-.02.02-.021.02-.021.02-.023.02-.024.02-.026.021-.027.02-.029.02-.029zm.805-1.379l.162.158-.026.029-.026.031-.026.033-.026.034-.026.037-.026.038-.025.039-.025.041-.025.042-.025.043-.025.044-.025.045-.025.046-.024.046-.024.047-.024.047-.024.047-.024.048-.024.047-.024.047-.023.047-.023.047-.023.046-.023.045-.023.045-.023.044-.024.043-.023.042-.023.041-.024.04-.024.038-.024.037-.186-.127.021-.032.021-.035.022-.036.022-.038.022-.04.022-.041.022-.042.022-.043.023-.045.023-.045.023-.046.023-.047.024-.048.024-.048.024-.048.024-.048.025-.048.025-.048.025-.048.026-.048.026-.047.026-.046.026-.046.027-.045.027-.044.028-.044.028-.042.029-.041.03-.04.031-.038.031-.037.031-.033zm1.51.406l-.224.007-.005-.113-.008-.103-.012-.094-.014-.085-.016-.075-.019-.066-.021-.057-.023-.048-.023-.04-.024-.033-.024-.025-.025-.019-.024-.014-.026-.01-.028-.006-.031-.003-.033.002-.037.006-.04.01-.043.015-.046.02-.048.024-.05.029-.052.033-.053.037-.054.042-.056.045-.056.049-.058.052-.058.055-.058.057-.059.061-.162-.158.061-.063.062-.061.062-.058.061-.056.061-.053.061-.049.061-.046.061-.043.06-.039.06-.034.06-.03.059-.026.06-.021.06-.015.06-.01.06-.002.06.005.058.013.057.022.054.031.049.039.045.047.04.054.035.06.031.067.027.073.023.081.02.088.016.095.013.104.009.112.004.12zm.199.724l-.16.16-.019-.02-.018-.021-.017-.021-.017-.023-.015-.024-.014-.024-.013-.024-.013-.025-.012-.026-.012-.026-.011-.026-.01-.027-.009-.027-.009-.028-.008-.028-.007-.029-.007-.028-.007-.029-.006-.03-.005-.029-.005-.029-.005-.03-.004-.03-.004-.03-.003-.031-.003-.03-.003-.03-.002-.031-.002-.03-.002-.031-.001-.031-.001-.03.224-.007.001.028.001.028.002.028.002.028.002.027.003.028.002.028.003.027.004.028.003.026.004.026.004.026.005.026.005.025.005.025.006.024.007.023.007.023.007.023.007.022.008.021.008.02.009.02.009.019.009.018.01.018.01.017.01.015.011.015.012.015.011.013.013.015zm.518.224l-.099.204-.032-.015-.03-.014-.028-.013-.027-.012-.025-.011-.024-.01-.022-.008-.021-.008-.019-.007-.019-.006-.018-.006-.017-.005-.016-.005-.015-.004-.016-.005-.014-.004-.014-.004-.015-.004-.014-.005-.015-.005-.015-.006-.015-.006-.015-.007-.015-.007-.016-.009-.015-.009-.015-.01-.015-.011-.015-.012-.014-.012-.015-.014-.014-.015.16-.16.01.01.008.008.009.008.008.006.007.005.007.005.007.004.005.003.008.004.008.003.008.003.009.003.009.003.011.003.012.004.013.004.015.005.014.004.017.005.018.006.018.005.021.007.021.007.023.008.024.009.025.01.027.011.028.012.029.013.032.014.033.016.035.017zm.602.479l-.177.141-.012-.015-.012-.015-.012-.015-.013-.015-.012-.014-.014-.015-.014-.015-.013-.013-.014-.014-.014-.014-.015-.014-.015-.014-.016-.014-.016-.013-.015-.013-.016-.013-.017-.013-.017-.012-.018-.013-.017-.013-.018-.012-.018-.012-.018-.012-.019-.012-.019-.012-.019-.011-.02-.012-.019-.011-.02-.011-.021-.011-.02-.011-.021-.01.099-.204.023.012.024.012.022.012.023.012.023.013.021.013.022.013.021.013.021.014.021.014.02.014.021.015.02.014.019.014.02.015.019.015.019.015.019.016.018.016.018.016.017.016.017.016.017.016.016.016.017.017.016.017.015.016.016.018.015.017.015.018.014.017.013.015zm-.177.141l.088.113-.088-.113zm.339.499l-.222.034-.003-.021-.003-.021-.002-.02-.002-.02-.002-.021-.001-.02-.002-.019-.001-.019-.002-.019-.001-.019-.001-.018-.002-.019-.002-.017-.002-.017-.002-.018-.002-.016-.003-.017-.003-.016-.003-.015-.003-.015-.004-.016-.004-.015-.004-.014-.005-.015-.005-.014-.006-.013-.006-.014-.007-.013-.007-.013-.008-.013-.009-.013-.009-.013.177-.141.015.021.014.02.013.021.012.021.011.021.01.021.009.022.008.021.007.021.007.022.006.021.005.021.005.021.004.022.003.02.003.02.003.021.002.02.002.02.002.021.002.019.002.02.001.019.002.019.001.019.001.019.001.018.002.017.002.018.002.017.002.017.002.02zm.032.65l-.208-.086.005-.014.005-.013.004-.013.003-.014.002-.014.002-.013.001-.014.001-.014v-.045l-.001-.014-.001-.016-.002-.016-.002-.016-.002-.017-.003-.016-.003-.016-.003-.017-.004-.018-.004-.019-.004-.018-.004-.018-.004-.018-.004-.019-.004-.019-.004-.019-.004-.019-.004-.02-.003-.019-.004-.02-.003-.021.222-.034.003.016.003.017.004.018.003.017.004.018.004.018.004.018.004.019.004.018.004.019.004.019.004.018.004.019.004.02.004.02.003.021.003.019.003.021.002.021.002.021.002.022.001.022v.021l-.001.022-.002.022-.002.023-.003.023-.005.023-.005.023-.007.024-.008.023-.01.024zm-.428.584l-.146-.173.016-.014.016-.015.015-.014.015-.014.015-.015.015-.015.014-.015.014-.015.014-.015.013-.015.013-.015.013-.015.013-.015.012-.015.012-.016.012-.016.011-.015.011-.016.011-.015.01-.016.011-.017.01-.016.009-.016.01-.017.009-.016.008-.016.008-.016.008-.017.008-.016.007-.017.007-.016.007-.016.208.086-.008.02-.008.02-.009.019-.009.02-.009.019-.01.02-.01.02-.011.019-.011.019-.011.019-.012.019-.011.018-.012.019-.013.019-.013.019-.013.018-.013.018-.014.018-.015.018-.015.018-.015.018-.015.018-.016.018-.016.017-.016.017-.016.017-.017.017-.017.017-.017.017-.018.017-.018.016-.021.016z\"/>\n    <path fill=\"#21231E\" d=\"M93.366 50.108c-.005-.064-.011-.128-.015-.194.712-.196 1.265-.608 1.716-1.213-.254.646-.935 1.18-1.701 1.407zM93.438 50.447l.065.184c.746.014 1.416.263 2.042.702-.458-.523-1.294-.856-2.107-.886z\"/>\n    <path fill=\"#EDB92E\" d=\"M96.652 52.499c-.241-.075-.505-.153-.747-.342-.37-.287-.262-.844.055-1.418.102-.184.114-.493.061-.796-.053-.304-.172-.603-.331-.756-.521-.505-.84-1.062-.576-1.47.177-.273.418-.431.639-.581.047.14.078.328.084.57.008.313.063.629.229.8.131.135.185.065.549.246.237.118.427.271.563.447.137.176.109.386.139.587.03.2.119.394.04.59-.078.194-.21.379-.397.54-.284.246-.355.197-.435.346-.1.189-.053.475.033.744.067.206.097.368.094.493z\"/>\n    <path fill=\"#21231E\" d=\"M95.837 52.248l.137-.18.021.016.021.015.021.015.021.014.021.014.022.014.021.013.021.012.022.012.022.012.022.011.023.011.022.01.022.01.023.01.022.01.022.009.023.009.022.009.023.008.023.008.023.008.023.008.023.008.023.008.023.007.023.007.023.007.022.007.023.007.023.007.022.007-.066.217-.023-.007-.022-.007-.023-.007-.024-.007-.023-.008-.023-.008-.024-.008-.024-.008-.024-.008-.025-.008-.024-.009-.024-.008-.025-.009-.025-.01-.024-.01-.026-.011-.025-.01-.025-.011-.026-.012-.026-.012-.024-.012-.026-.013-.025-.013-.025-.014-.025-.014-.025-.015-.025-.015-.025-.016-.025-.017-.025-.018-.025-.018-.022-.017zm.025-1.564l.196.111-.028.052-.027.052-.026.051-.024.051-.023.051-.021.05-.02.05-.019.049-.016.048-.015.048-.013.047-.012.046-.01.045-.008.044-.006.043-.004.042-.002.041-.001.04.001.038.003.037.005.036.007.034.008.033.01.031.012.031.014.029.016.028.018.027.021.026.022.025.025.024.027.023-.137.18-.039-.033-.037-.035-.033-.037-.03-.038-.028-.041-.024-.042-.021-.043-.018-.044-.015-.046-.012-.047-.009-.048-.006-.048-.004-.049-.002-.05.001-.05.003-.051.005-.052.007-.051.01-.053.011-.052.013-.053.015-.053.017-.053.018-.055.02-.054.022-.054.023-.055.025-.055.026-.056.027-.056.029-.056.033-.053zm.049-.72l.221-.04.005.03.005.03.004.029.004.03.003.03.003.03.002.03.002.03.001.029.001.03.001.029v.057l-.001.029-.001.028-.001.028-.002.028-.003.026-.003.027-.004.027-.004.026-.005.026-.006.026-.006.026-.007.024-.007.024-.008.025-.009.024-.009.023-.01.023-.011.022-.011.022-.196-.111.007-.014.007-.014.007-.015.007-.016.006-.017.005-.017.005-.019.005-.02.005-.019.004-.02.004-.021.003-.022.003-.022.002-.023.002-.024.002-.023.002-.024.001-.025v-.101l-.001-.026-.002-.026-.002-.027-.002-.026-.003-.027-.003-.027-.004-.027-.004-.027-.004-.027v-.021zm-.299-.694l.155-.164.018.017.017.019.017.019.017.02.016.021.015.021.015.021.014.022.014.023.014.023.013.024.013.025.013.025.013.025.012.026.011.026.012.027.01.027.01.027.01.028.01.028.009.028.009.029.008.029.008.029.008.029.008.03.007.03.006.029.006.03.006.03.005.03-.221.04-.005-.027-.005-.026-.006-.027-.006-.027-.006-.026-.007-.026-.007-.027-.007-.026-.008-.026-.008-.025-.008-.025-.008-.025-.009-.024-.01-.025-.009-.023-.01-.023-.01-.023-.01-.022-.01-.021-.011-.021-.011-.02-.011-.02-.011-.02-.011-.018-.012-.017-.012-.017-.012-.016-.012-.015-.012-.015-.012-.013-.012-.013-.01-.014zm-.591-1.615l.188.125-.019.032-.016.032-.013.032-.011.033-.008.034-.006.034-.003.035-.001.036.001.037.004.038.006.039.009.04.011.041.013.041.016.043.018.043.02.044.023.045.025.044.027.045.029.046.031.046.033.046.035.046.036.046.039.047.039.047.041.047.043.047.044.047.046.046.047.046-.155.164-.049-.049-.048-.049-.047-.049-.045-.049-.045-.05-.043-.05-.041-.05-.039-.051-.038-.051-.036-.051-.035-.051-.032-.051-.03-.051-.028-.052-.026-.051-.024-.051-.021-.052-.019-.052-.017-.052-.014-.051-.012-.052-.008-.052-.005-.052-.002-.051.001-.051.005-.051.008-.051.012-.05.016-.049.02-.049.024-.047.026-.046zm.839-.555l-.213.073.169.058-.021.014-.021.014-.02.014-.021.014-.021.015-.021.015-.02.014-.02.015-.021.015-.021.015-.02.015-.02.016-.02.016-.02.015-.02.016-.02.017-.019.016-.02.017-.019.017-.018.018-.019.018-.018.018-.018.018-.018.02-.018.02-.017.02-.017.021-.017.02-.016.021-.017.023-.016.023-.015.023-.188-.125.018-.027.019-.026.018-.026.02-.025.019-.025.02-.024.02-.023.02-.023.02-.022.021-.022.022-.021.021-.02.021-.02.022-.02.021-.019.022-.019.022-.018.022-.018.022-.018.022-.016.022-.017.022-.016.022-.016.021-.015.022-.016.022-.015.021-.015.021-.015.021-.015.021-.015.021-.014.021-.014.172.056zm-.169-.058l.122-.083.047.141-.169-.058zm.259.662l-.225.006-.001-.021-.001-.022-.001-.021-.001-.02-.001-.02-.001-.02-.001-.02-.002-.019-.002-.019-.002-.02-.002-.018-.002-.018-.002-.018-.002-.017-.002-.017-.003-.018-.002-.016-.003-.016-.003-.016-.003-.015-.003-.015-.003-.015-.003-.015-.003-.014-.003-.014-.003-.014-.003-.013-.004-.014-.003-.012-.004-.012-.004-.013-.004-.012.213-.073.005.015.005.014.005.016.005.015.004.015.005.016.004.017.004.016.004.017.003.016.004.017.003.018.003.018.003.018.003.018.003.019.003.018.003.019.002.02.003.02.002.021.002.02.002.02.002.021.001.022.002.021.001.022.001.022.001.023.001.023.001.022-.001.022zm.197.723l-.16.159-.019-.02-.018-.021-.017-.021-.016-.023-.015-.023-.014-.024-.014-.025-.013-.025-.012-.026-.011-.026-.011-.027-.01-.027-.009-.027-.009-.027-.008-.028-.007-.029-.007-.029-.006-.029-.006-.029-.006-.03-.005-.03-.005-.029-.004-.03-.004-.03-.003-.03-.003-.03-.002-.031-.002-.031-.001-.03-.002-.03-.001-.031-.001-.03.224-.006.001.028.002.028.001.029.002.028.002.028.002.028.003.027.003.028.003.027.004.026.004.027.004.026.005.025.005.026.006.025.005.024.007.023.007.023.007.023.007.023.008.02.008.021.008.02.009.019.009.018.009.017.01.017.011.016.011.015.011.015.011.013.012.012zm.519.224l-.099.204-.032-.015-.03-.014-.028-.013-.027-.012-.025-.011-.024-.01-.022-.008-.021-.008-.019-.007-.019-.006-.018-.006-.017-.005-.016-.005-.015-.004-.016-.005-.014-.004-.014-.004-.015-.004-.014-.005-.015-.005-.015-.006-.015-.006-.015-.007-.015-.007-.016-.009-.015-.009-.015-.01-.015-.011-.015-.012-.014-.012-.015-.014-.014-.015.16-.159.01.01.008.008.009.008.008.006.007.005.007.005.007.004.006.003.008.004.008.003.008.003.009.003.009.003.011.003.012.004.013.004.015.005.014.004.017.005.018.006.018.005.021.007.021.007.023.008.024.009.025.01.027.011.028.012.029.013.031.014.033.016.035.016zm.602.479l-.177.141-.012-.015-.012-.015-.013-.015-.013-.015-.012-.014-.014-.015-.013-.015-.013-.013-.014-.014-.014-.014-.015-.014-.015-.014-.016-.014-.016-.013-.015-.013-.017-.013-.016-.013-.017-.012-.018-.013-.017-.013-.018-.012-.018-.012-.018-.012-.019-.011-.019-.012-.019-.012-.02-.011-.019-.011-.02-.011-.021-.011-.02-.011-.021-.01.099-.204.023.011.024.012.022.012.023.012.023.013.021.013.022.013.021.013.021.014.021.014.02.014.021.015.02.014.019.014.02.015.019.015.018.015.019.016.018.015.018.016.017.016.017.016.017.016.016.017.017.017.016.017.015.016.016.018.015.017.015.018.014.017.014.015zm-.177.141l.088.114-.088-.114zm.338.5l-.222.034-.003-.021-.003-.021-.002-.02-.002-.02-.002-.021-.001-.02-.001-.019-.001-.019-.002-.019-.001-.019-.002-.018-.002-.019-.002-.017-.002-.017-.002-.018-.002-.016-.003-.017-.003-.017-.003-.015-.003-.015-.004-.016-.004-.015-.004-.014-.005-.015-.005-.014-.006-.013-.006-.014-.007-.013-.007-.013-.008-.013-.009-.013-.009-.013.177-.141.015.021.014.02.013.021.012.021.011.021.01.021.009.022.008.021.007.021.007.022.006.021.005.021.005.021.004.022.003.02.003.02.003.021.002.02.002.02.002.021.001.019.002.02.001.019.002.019.001.019.001.019.001.018.002.017.001.018.002.017.002.018.004.02zm.033.649l-.208-.086.005-.014.004-.013.004-.013.003-.014.002-.014.002-.013.001-.014.001-.014v-.045l-.001-.014-.002-.016-.001-.016-.002-.016-.002-.017-.003-.016-.003-.017-.003-.017-.004-.018-.004-.019-.004-.018-.004-.018-.004-.018-.004-.019-.004-.019-.004-.019-.004-.019-.004-.02-.003-.019-.004-.02-.003-.021.222-.034.003.016.003.017.003.018.003.017.004.018.004.018.004.018.004.019.004.018.004.019.004.019.004.018.004.019.004.02.004.02.003.021.003.02.003.021.002.021.002.021.001.022.001.022v.022l-.001.022-.001.022-.002.023-.003.023-.005.023-.005.023-.007.024-.008.023-.008.023zm-.428.584l-.146-.173.016-.014.016-.015.015-.014.015-.014.015-.015.014-.014.014-.015.015-.015.014-.015.013-.015.013-.015.013-.015.013-.016.012-.015.012-.016.012-.016.011-.015.011-.017.011-.015.01-.015.01-.017.01-.016.009-.016.01-.017.008-.016.008-.016.008-.017.008-.016.008-.016.007-.017.007-.016.007-.017.208.086-.008.02-.008.02-.009.019-.009.02-.01.02-.01.019-.01.02-.011.02-.011.018-.011.019-.012.019-.012.018-.012.019-.013.019-.013.018-.013.019-.013.018-.014.018-.015.018-.014.018-.015.018-.015.018-.016.018-.016.017-.016.017-.016.017-.017.017-.017.017-.017.017-.018.017-.018.016-.018.017zm-.409.313l-.198-.108.009-.017.01-.016.01-.015.011-.015.011-.014.011-.012.012-.012.012-.012.012-.01.013-.01.012-.009.012-.008.012-.008.013-.008.012-.007.012-.007.014-.008.012-.007.012-.008.014-.008.014-.008.015-.009.016-.01.016-.011.017-.012.018-.013.019-.014.02-.015.021-.017.023-.018.023-.019.025-.021.146.173-.027.023-.026.021-.025.02-.023.019-.023.017-.022.016-.021.015-.02.013-.019.013-.018.011-.017.01-.016.01-.015.009-.014.008-.014.008-.011.007-.011.006-.01.006-.008.005-.008.005-.007.005-.007.005-.005.004-.005.004-.004.004-.004.004-.005.006-.004.005-.004.006-.005.008-.005.008-.008.012zm.041.655l-.214.07-.008-.027-.008-.026-.008-.026-.007-.027-.007-.026-.007-.027-.006-.027-.007-.027-.005-.027-.005-.027-.005-.027-.005-.027-.004-.027-.004-.027-.003-.027-.002-.027-.002-.026-.001-.026-.001-.027v-.026l.001-.026.002-.026.002-.026.003-.025.004-.025.005-.026.006-.025.007-.025.008-.024.009-.024.011-.024.011-.023.198.108-.007.013-.006.013-.005.014-.005.015-.004.015-.004.016-.003.016-.003.018-.002.018-.002.018-.001.019-.001.02v.04l.001.021.001.021.002.022.002.022.003.023.003.023.004.023.004.023.005.024.005.024.005.023.006.024.006.024.007.024.007.025.007.024.007.025.01.025zm-.046.636l.066-.217-.145.107v-.042l-.001-.01v-.012l-.001-.012-.001-.011-.001-.012-.002-.014-.001-.012-.002-.012-.002-.014-.002-.013-.002-.013-.003-.014-.003-.015-.003-.014-.003-.015-.003-.015-.004-.015-.004-.017-.004-.015-.004-.016-.004-.016-.005-.016-.005-.018-.005-.017-.005-.017-.006-.018-.006-.018-.006-.018.214-.07.006.02.006.02.006.019.006.019.005.019.005.018.005.019.005.018.005.018.004.018.004.016.004.018.004.017.003.016.004.018.003.016.003.016.003.017.003.016.002.015.002.016.002.016.001.014.002.016.001.015.001.014.001.014.001.015V52.505l-.144.103zm.145-.107l-.003.151-.142-.044.145-.107zm-.113-.002l-.033.109.033-.109zm.113.002l-.003.151-.142-.044.145-.107z\"/>\n    <path fill=\"#EDB92E\" d=\"M91.734 48.737c.895-.044 1.759.742 1.886 1.704s-.499 1.709-1.356 1.719c-.857.01-1.654-.695-1.818-1.623-.165-.929.393-1.756 1.288-1.8z\"/>\n    <path fill=\"#21231E\" d=\"M93.731 50.426l-.223.03-.013-.084-.017-.084-.021-.082-.025-.081-.028-.079-.032-.078-.035-.076-.038-.075-.041-.073-.045-.071-.047-.069-.05-.066-.053-.064-.055-.062-.058-.06-.06-.057-.062-.054-.064-.051-.066-.048-.068-.044-.069-.041-.07-.038-.071-.034-.073-.031-.074-.027-.074-.023-.076-.019-.076-.016-.076-.011-.077-.007-.077-.003-.077.001-.011-.227.09-.002.089.003.089.008.089.013.087.018.087.022.085.027.084.031.082.035.081.039.079.043.077.046.076.05.074.054.072.057.069.06.066.063.064.066.062.069.059.072.056.074.053.077.05.079.046.081.043.084.039.085.036.088.032.089.028.091.023.093.02.094.015.095zm-1.466 1.848l-.003-.228.073-.003.072-.007.071-.01.069-.015.067-.018.066-.021.064-.025.062-.028.06-.031.058-.034.056-.038.054-.041.051-.043.049-.046.046-.049.044-.051.041-.054.039-.057.036-.059.033-.062.03-.064.027-.066.024-.068.02-.07.017-.072.014-.074.01-.076.006-.078.003-.08-.001-.081-.005-.083-.009-.084.223-.03.01.095.005.094.001.092-.003.091-.008.089-.012.087-.016.086-.02.083-.024.082-.028.08-.032.077-.035.075-.039.073-.042.07-.045.067-.049.064-.052.061-.055.057-.058.055-.061.051-.064.048-.066.044-.069.041-.071.037-.073.033-.076.029-.077.025-.079.021-.081.016-.083.012-.084.008-.081.003zm-1.931-1.717l.221-.04.016.082.02.08.023.079.026.077.029.075.032.074.035.072.038.071.041.068.043.067.046.065.048.062.051.06.053.058.055.055.057.053.059.05.061.047.062.044.063.042.066.039.066.036.068.032.069.03.07.026.071.023.072.02.072.016.073.012.073.009.074.005.074.001.003.228-.086-.001-.086-.006-.085-.01-.084-.014-.083-.018-.082-.022-.081-.026-.08-.03-.078-.033-.077-.037-.075-.04-.073-.044-.072-.047-.07-.051-.068-.053-.066-.056-.064-.059-.061-.062-.059-.065-.056-.067-.054-.07-.051-.072-.048-.074-.046-.077-.042-.079-.039-.081-.036-.083-.033-.085-.029-.087-.026-.088-.022-.09-.018-.091zm1.395-1.934l.011.227-.077.006-.075.01-.072.014-.071.018-.068.021-.066.026-.064.028-.061.032-.059.035-.057.038-.054.041-.051.045-.049.047-.047.05-.043.053-.041.055-.038.058-.036.06-.033.062-.03.064-.026.066-.023.069-.02.07-.017.072-.013.074-.01.075-.006.076-.003.078.001.079.005.08.008.081.012.081-.221.04-.014-.092-.01-.091-.005-.091-.001-.089.003-.089.007-.087.012-.086.015-.085.02-.083.023-.081.027-.079.03-.077.035-.075.038-.073.042-.07.045-.068.048-.065.052-.062.055-.059.058-.056.061-.053.065-.049.067-.046.07-.042.073-.038.075-.034.078-.03.081-.026.083-.021.086-.016.087-.011.088-.007z\"/>\n    <path fill=\"#EDB92E\" d=\"M91.808 49.21c.655-.029 1.282.541 1.378 1.244.096.704-.353 1.26-.991 1.271-.63.011-1.227-.522-1.342-1.2-.118-.693.301-1.286.955-1.315z\"/>\n    <path fill=\"#21231E\" d=\"M93.298 50.439l-.223.031-.01-.06-.012-.059-.015-.059-.018-.057-.021-.057-.023-.056-.025-.054-.027-.053-.03-.052-.032-.051-.034-.049-.036-.048-.038-.046-.039-.044-.041-.042-.043-.04-.044-.038-.045-.036-.047-.034-.048-.032-.049-.029-.05-.027-.052-.025-.051-.022-.053-.019-.054-.017-.053-.014-.054-.011-.054-.008-.055-.005-.055-.003-.055.001-.01-.227.068-.001.067.003.067.006.066.01.065.013.065.017.064.02.063.023.062.027.06.029.059.032.058.035.056.037.055.04.053.042.051.044.05.047.048.049.046.051.044.053.042.055.039.057.037.059.035.06.032.062.03.064.026.065.024.066.021.068.018.069.015.07.01.07zm-1.1 1.4l-.004-.228.053-.002.052-.005.051-.008.049-.01.048-.013.047-.016.046-.018.044-.02.043-.023.041-.025.039-.027.038-.029.036-.031.034-.033.033-.035.031-.037.029-.039.027-.041.025-.043.023-.044.021-.046.019-.048.016-.049.014-.051.012-.052.009-.053.007-.055.004-.056.001-.056-.001-.058-.004-.059-.007-.06.223-.031.008.071.005.07.002.069-.002.068-.005.067-.008.066-.012.065-.015.063-.017.061-.02.06-.023.058-.026.057-.029.055-.031.053-.034.051-.036.049-.038.046-.041.044-.044.042-.045.039-.047.037-.05.034-.052.031-.053.029-.056.025-.057.023-.059.019-.06.017-.061.013-.063.01-.064.007-.066.002zm-1.455-1.294l.221-.039.011.058.014.057.017.056.018.056.021.054.023.053.025.052.028.051.029.049.031.048.033.047.035.045.037.044.038.043.04.04.041.038.043.036.044.035.045.033.046.03.047.028.048.026.049.023.05.021.05.019.051.017.052.014.052.011.052.009.053.006.053.003h.053l.004.228-.065-.001-.064-.004-.064-.007-.064-.011-.063-.014-.062-.017-.062-.02-.06-.023-.059-.025-.058-.028-.057-.031-.056-.033-.054-.036-.053-.038-.051-.04-.049-.042-.048-.045-.046-.047-.044-.049-.043-.051-.041-.053-.038-.054-.036-.056-.034-.058-.032-.06-.03-.06-.027-.063-.024-.064-.022-.064-.019-.066-.016-.067-.013-.064zm1.06-1.448l.01.227-.055.004-.053.007-.051.01-.05.012-.048.015-.047.017-.045.02-.043.022-.042.025-.04.026-.039.029-.037.031-.035.033-.033.035-.032.037-.029.038-.028.041-.026.042-.023.044-.021.046-.019.047-.017.049-.015.05-.012.051-.01.053-.007.054-.005.055-.002.056v.057l.003.058.006.059.009.059-.221.039-.01-.07-.007-.07-.004-.068-.001-.068.003-.067.006-.066.009-.065.012-.064.015-.063.018-.061.021-.059.024-.058.026-.056.029-.055.032-.053.034-.051.037-.049.039-.046.042-.044.044-.042.047-.039.049-.036.051-.034.053-.031.055-.028.057-.025.059-.022.061-.019.062-.015.064-.012.065-.008.065-.004z\"/>\n    <path fill=\"#0C4076\" d=\"M91.882 49.689c.409-.015.801.338.864.779.063.441-.219.796-.62.805-.401.008-.778-.327-.849-.76-.072-.434.195-.808.605-.824z\"/>\n    <path fill=\"#21231E\" d=\"M92.857 50.452l-.222.033-.006-.036-.008-.035-.009-.035-.011-.034-.012-.034-.014-.033-.015-.033-.016-.032-.018-.031-.019-.03-.02-.029-.021-.028-.022-.027-.024-.026-.025-.025-.026-.025-.026-.022-.027-.021-.028-.02-.028-.018-.029-.018-.03-.016-.03-.015-.03-.013-.031-.011-.031-.01-.032-.008-.032-.007-.032-.005-.031-.003-.032-.001h-.032l-.008-.227h.044l.044.002.044.005.043.007.043.009.042.011.041.013.041.015.041.018.039.019.038.021.038.023.037.024.035.026.035.027.034.029.032.03.031.032.03.033.029.035.027.036.025.037.024.038.023.039.021.04.019.041.018.043.016.043.014.044.012.045.01.046.007.044zm-.729.935l-.005-.228.031-.001.031-.003.029-.005.029-.007.028-.008.027-.009.026-.01.026-.012.024-.013.024-.015.023-.016.022-.017.021-.018.02-.02.019-.021.018-.022.017-.023.016-.024.015-.025.013-.026.012-.027.011-.028.01-.029.008-.03.007-.031.005-.031.004-.032.002-.033.001-.034-.001-.034-.003-.035-.004-.036.222-.033.006.046.003.046.001.046-.001.045-.003.044-.005.044-.007.043-.01.042-.011.041-.013.04-.015.039-.017.038-.019.035-.021.035-.022.034-.024.033-.026.031-.028.03-.028.028-.03.026-.032.025-.033.023-.034.021-.035.02-.037.017-.038.015-.039.013-.04.011-.041.009-.042.007-.043.004-.044.005zm-.962-.856l.222-.038.007.035.008.035.01.034.011.034.012.033.014.032.015.032.016.031.018.03.019.03.02.028.021.027.022.026.023.025.024.024.025.023.026.022.026.021.027.019.028.018.028.017.029.015.03.015.029.013.03.011.03.01.03.008.032.006.031.005.031.003.032.002h.031l.005.228h-.043l-.043-.002-.043-.005-.042-.007-.041-.009-.042-.011-.041-.013-.04-.015-.039-.017-.038-.018-.038-.02-.037-.022-.036-.023-.035-.025-.034-.027-.033-.028-.031-.029-.03-.031-.03-.033-.028-.033-.027-.035-.025-.036-.024-.037-.023-.038-.021-.039-.019-.04-.018-.041-.016-.042-.014-.043-.012-.044-.01-.044-.009-.047zm.603-.842h.225l-.108.113-.032.002-.031.004-.03.006-.029.007-.028.008-.027.01-.026.012-.025.013-.024.014-.024.016-.023.016-.021.018-.021.019-.019.02-.019.021-.017.022-.016.023-.015.025-.014.025-.013.027-.012.028-.01.028-.009.03-.008.031-.006.031-.005.031-.003.032-.002.034v.033l.002.034.003.035.005.035-.222.038-.007-.046-.004-.045-.002-.045v-.044l.002-.044.004-.043.007-.043.008-.042.01-.041.012-.04.014-.04.016-.038.018-.037.02-.036.021-.034.023-.034.025-.033.026-.031.028-.029.03-.027.031-.026.033-.025.034-.022.035-.021.037-.018.038-.016.039-.014.041-.012.041-.01.042-.008.044-.005.044-.003-.106.111zm.225 0v.11l-.108.004.108-.114zm0 0h-.225l.108-.113.117.113zm-.225 0v-.11l.108-.004-.108.114z\"/>\n    <path fill=\"#FFF\" d=\"M124.788 42.869c-.781 0-1.415.641-1.415 1.432 0 .791.633 1.432 1.415 1.432s1.415-.641 1.415-1.432c0-.791-.634-1.432-1.415-1.432z\"/>\n    <path fill=\"#21231E\" d=\"M123.485 44.301h-.225l.002-.079.006-.078.009-.077.013-.077.017-.075.021-.073.024-.072.027-.07.03-.069.034-.067.036-.065.04-.063.043-.06.045-.058.048-.056.05-.054.053-.051.056-.048.058-.046.059-.043.062-.04.064-.037.066-.034.068-.031.069-.028.071-.024.072-.021.074-.017.076-.014.076-.009.077-.006.079-.002v.228l-.067.002-.067.005-.065.008-.064.012-.063.015-.062.018-.061.021-.059.023-.058.026-.056.029-.054.031-.053.034-.051.037-.049.039-.047.042-.045.043-.043.046-.041.048-.039.05-.036.052-.034.053-.031.055-.029.057-.026.059-.023.06-.021.062-.018.063-.015.064-.008.061-.008.066-.005.067-.002.068zm1.302 1.318v.227l-.079-.002-.077-.006-.076-.01-.076-.014-.074-.017-.072-.021-.071-.024-.069-.028-.068-.031-.066-.035-.064-.037-.062-.04-.059-.043-.058-.046-.056-.049-.053-.051-.05-.054-.048-.056-.045-.059-.043-.06-.04-.063-.037-.065-.034-.067-.031-.068-.027-.07-.024-.072-.02-.074-.017-.075-.013-.076-.009-.077-.006-.078-.002-.08h.225l.002.068.005.067.008.066.011.064.015.064.018.063.02.061.023.06.026.058.029.057.031.055.034.053.036.052.039.05.041.048.043.046.045.043.047.042.049.039.052.037.053.034.054.032.056.029.058.026.059.023.061.021.062.018.063.015.064.012.065.008.067.005.065.005zm1.303-1.318h.225l-.002.08-.006.078-.009.077-.013.076-.017.075-.02.074-.024.072-.027.07-.031.069-.034.066-.037.065-.04.063-.043.06-.045.059-.048.056-.05.054-.053.051-.055.049-.058.046-.059.043-.062.04-.064.037-.066.034-.067.031-.07.028-.071.024-.073.021-.074.018-.075.014-.076.009-.077.006-.079.002v-.228l.067-.002.067-.005.065-.008.064-.011.063-.015.062-.018.061-.021.059-.023.058-.026.056-.029.054-.032.053-.034.052-.037.049-.039.047-.042.045-.043.043-.046.041-.048.039-.05.036-.052.034-.053.031-.055.029-.057.026-.058.023-.06.02-.061.018-.063.015-.064.012-.064.008-.066.005-.067-.002-.07zm-1.303-1.318v-.228l.079.002.077.006.076.009.075.014.074.018.073.021.071.024.069.028.068.031.066.034.064.037.062.04.059.043.058.046.055.049.053.051.05.054.048.056.045.059.043.061.04.063.037.065.034.067.031.068.027.071.024.072.021.073.017.075.014.076.009.077.006.078.002.079h-.225l-.002-.067-.005-.068-.008-.066-.011-.065-.015-.064-.017-.063-.021-.061-.023-.059-.026-.058-.029-.057-.031-.055-.034-.054-.036-.052-.039-.049-.041-.048-.043-.046-.045-.044-.047-.041-.049-.039-.051-.037-.053-.035-.055-.032-.056-.029-.058-.026-.059-.023-.061-.021-.062-.018-.063-.015-.064-.012-.065-.008-.067-.005-.066-.002z\"/>\n    <path fill=\"#FFF\" d=\"M136.841 45.871c-.726 0-1.314.595-1.314 1.329s.589 1.329 1.314 1.329c.726 0 1.314-.595 1.314-1.329s-.588-1.329-1.314-1.329z\"/>\n    <path fill=\"#21231E\" d=\"M135.639 47.2h-.225l.002-.074.006-.073.009-.072.013-.071.016-.07.019-.069.022-.067.025-.065.029-.064.031-.062.034-.061.037-.058.04-.057.042-.055.045-.052.047-.051.05-.048.051-.045.054-.043.056-.04.058-.038.06-.035.061-.032.063-.029.065-.026.066-.023.068-.019.069-.016.07-.013.071-.009.072-.006.073-.002v.228l-.062.001-.061.005-.06.008-.059.011-.058.013-.057.017-.056.019-.054.022-.053.024-.052.027-.05.029-.049.032-.047.034-.045.036-.044.038-.041.04-.04.042-.038.044-.036.046-.033.047-.031.049-.029.051-.027.052-.023.054-.021.055-.019.057-.016.057-.013.059-.011.06-.008.061-.005.062-.001.065zm1.202 1.216v.228l-.074-.002-.072-.006-.071-.009-.07-.013-.069-.016-.068-.019-.066-.023-.065-.026-.063-.029-.061-.032-.06-.035-.058-.038-.056-.04-.054-.043-.052-.046-.05-.048-.047-.05-.045-.052-.042-.055-.04-.057-.037-.059-.034-.061-.032-.062-.029-.064-.025-.065-.022-.067-.019-.069-.016-.07-.013-.071-.009-.072-.006-.073-.002-.074h.225l.001.063.005.062.008.061.011.06.013.059.016.057.019.057.021.055.024.054.027.052.029.051.031.049.033.048.036.046.038.044.04.042.042.041.044.038.045.036.047.034.049.032.05.029.052.027.053.024.054.022.056.019.057.017.058.013.059.011.06.008.061.005.063.002zm1.201-1.216h.225l-.002.074-.006.073-.009.072-.013.071-.016.07-.019.069-.022.067-.025.066-.029.064-.031.062-.034.06-.037.059-.04.057-.042.054-.045.052-.047.05-.05.047-.052.046-.054.043-.056.04-.058.038-.06.035-.061.032-.064.029-.065.025-.066.023-.068.02-.069.016-.07.013-.071.009-.072.006-.073.002v-.228l.062-.001.061-.005.06-.008.059-.011.058-.013.057-.016.056-.019.055-.022.053-.024.052-.027.05-.029.049-.032.047-.034.045-.036.044-.038.042-.041.04-.042.038-.044.036-.046.033-.047.031-.049.029-.051.026-.053.024-.054.021-.055.019-.057.016-.057.013-.059.011-.06.008-.061.005-.062.001-.063zm-1.201-1.215v-.228l.073.002.072.006.071.009.07.013.069.016.068.019.066.023.065.026.063.029.061.032.06.035.058.037.056.04.054.043.052.045.05.047.047.051.045.052.043.055.04.057.037.059.034.061.031.062.029.064.026.066.022.067.02.069.016.07.013.071.009.072.006.073.002.074h-.225l-.002-.063-.005-.062-.008-.061-.011-.06-.013-.059-.016-.057-.019-.057-.021-.055-.024-.054-.026-.052-.029-.051-.031-.049-.033-.047-.035-.046-.038-.044-.04-.042-.041-.04-.044-.038-.045-.036-.047-.034-.049-.032-.05-.029-.052-.027-.053-.024-.054-.022-.056-.019-.057-.017-.058-.013-.059-.011-.06-.008-.061-.005-.066-.003z\"/>\n    <path fill=\"#FFF\" d=\"M138.096 43.44c-.725 0-1.314.596-1.314 1.33 0 .734.588 1.329 1.314 1.329.726 0 1.314-.595 1.314-1.329s-.588-1.33-1.314-1.33z\"/>\n    <path fill=\"#21231E\" d=\"M136.895 44.77h-.225l.002-.074.006-.073.009-.072.013-.071.016-.07.019-.069.022-.067.025-.066.029-.064.032-.062.034-.061.037-.059.04-.057.042-.054.045-.052.047-.05.05-.047.052-.046.054-.043.056-.04.058-.038.06-.034.061-.032.063-.029.065-.026.066-.023.068-.02.069-.016.07-.013.071-.009.072-.006.074-.002v.228l-.062.001-.061.005-.06.008-.059.011-.058.013-.057.016-.056.019-.054.021-.053.025-.052.027-.05.029-.049.032-.047.034-.046.036-.044.038-.042.04-.04.042-.038.044-.036.046-.033.048-.031.049-.029.051-.027.052-.024.054-.021.055-.019.057-.016.057-.013.059-.011.06-.008.061-.005.062-.001.065zm1.201 1.216v.228l-.074-.002-.072-.006-.071-.009-.07-.013-.069-.016-.068-.02-.066-.022-.065-.026-.063-.029-.062-.032-.06-.035-.058-.038-.056-.04-.054-.043-.052-.046-.049-.048-.047-.05-.045-.052-.042-.055-.04-.057-.037-.058-.034-.061-.032-.062-.029-.064-.025-.066-.022-.067-.019-.069-.016-.07-.013-.071-.009-.072-.006-.073-.002-.074h.225l.001.063.005.062.008.061.011.06.013.059.016.057.019.057.021.055.024.053.027.053.029.051.031.049.033.047.036.046.038.044.04.042.042.04.044.038.045.036.047.034.049.032.05.029.052.027.053.024.055.021.056.019.057.016.058.013.059.011.06.008.061.005.062.006zm1.201-1.216h.225l-.002.074-.006.073-.009.072-.013.071-.016.07-.019.068-.022.067-.026.066-.029.064-.032.062-.034.06-.037.059-.04.057-.042.055-.045.052-.047.05-.05.048-.051.045-.054.043-.056.04-.058.038-.06.035-.061.032-.064.029-.065.025-.066.023-.068.02-.069.016-.07.013-.071.009-.073.006-.074.002v-.228l.062-.001.061-.005.06-.008.059-.011.058-.013.057-.016.056-.019.054-.022.053-.024.052-.027.05-.029.049-.032.047-.034.045-.036.043-.038.042-.041.04-.042.038-.044.036-.046.033-.048.031-.049.029-.051.027-.053.024-.054.021-.055.019-.056.016-.058.013-.059.011-.06.008-.061.005-.062.005-.062zm-1.201-1.216v-.228l.074.002.072.006.071.009.07.013.069.016.068.02.066.023.065.026.064.029.061.032.06.035.058.038.056.04.054.043.051.045.049.048.047.05.045.052.042.054.04.057.037.059.034.061.032.062.029.064.026.066.022.067.019.068.016.07.013.071.009.072.006.073.002.074h-.225l-.001-.063-.005-.062-.008-.061-.011-.06-.013-.059-.017-.058-.018-.056-.021-.055-.024-.054-.027-.052-.029-.051-.031-.049-.033-.048-.036-.046-.038-.044-.04-.042-.042-.041-.044-.038-.045-.036-.047-.034-.049-.032-.05-.029-.052-.027-.053-.025-.055-.021-.056-.019-.057-.016-.058-.013-.059-.011-.06-.008-.061-.005-.062-.002z\"/>\n    <path fill=\"#FFF\" d=\"M139.277 40.983c-.725 0-1.314.595-1.314 1.329s.588 1.329 1.314 1.329c.726 0 1.314-.595 1.314-1.329s-.588-1.329-1.314-1.329z\"/>\n    <path fill=\"#21231E\" d=\"M138.076 42.313h-.225l.002-.074.006-.073.009-.072.013-.071.016-.07.019-.069.022-.067.025-.066.029-.064.031-.062.034-.061.037-.058.04-.057.043-.055.045-.052.047-.051.05-.047.051-.045.054-.043.056-.04.058-.038.06-.035.062-.032.063-.029.065-.026.066-.022.068-.019.069-.016.07-.013.071-.009.072-.006.073-.002v.228l-.062.001-.061.005-.06.008-.059.011-.058.013-.057.017-.056.019-.054.022-.053.024-.052.027-.05.029-.049.032-.047.034-.045.036-.044.038-.041.04-.04.042-.038.044-.036.046-.033.047-.031.049-.029.051-.027.052-.023.054-.021.055-.019.057-.016.057-.013.059-.011.06-.008.061-.005.062-.003.064zm1.201 1.215v.228l-.074-.002-.072-.006-.071-.009-.07-.013-.069-.016-.068-.02-.066-.023-.065-.026-.063-.029-.061-.032-.06-.034-.058-.038-.056-.04-.054-.043-.052-.046-.05-.048-.047-.05-.045-.052-.042-.055-.04-.057-.037-.058-.034-.059-.031-.062-.029-.064-.025-.066-.022-.067-.019-.069-.016-.07-.013-.071-.009-.072-.006-.073-.002-.074h.225l.001.063.005.062.008.061.011.06.013.059.016.057.019.057.021.055.024.053.027.053.029.051.031.049.033.047.036.046.038.044.04.042.042.041.044.038.045.036.047.034.049.032.05.029.052.027.053.024.054.021.056.019.057.016.058.013.059.011.06.008.061.005.062.003zm1.202-1.215h.225l-.002.074-.006.073-.009.072-.013.071-.016.07-.019.068-.022.067-.026.066-.029.064-.031.062-.034.06-.037.059-.04.057-.042.055-.045.052-.047.05-.049.048-.051.045-.054.043-.056.04-.058.038-.06.035-.061.032-.064.029-.065.025-.066.023-.068.02-.069.016-.07.013-.071.009-.072.006-.073.002v-.228l.062-.001.061-.005.06-.008.059-.011.058-.013.057-.016.056-.019.055-.022.053-.024.052-.027.05-.029.049-.032.047-.034.045-.036.043-.038.042-.041.04-.042.038-.044.036-.046.033-.048.031-.049.029-.051.027-.053.024-.054.021-.055.019-.056.016-.058.013-.059.011-.06.008-.061.005-.062v-.062zm-1.202-1.216v-.228l.073.002.072.006.071.009.07.013.069.016.068.019.066.023.065.026.063.029.061.032.06.034.058.038.056.04.054.043.051.045.05.047.047.051.045.052.042.055.04.057.037.059.034.061.031.062.029.064.026.066.022.067.019.068.016.07.013.071.009.072.006.073.002.074h-.225l-.001-.063-.005-.062-.008-.061-.01-.06-.013-.059-.017-.058-.019-.056-.021-.055-.024-.054-.027-.052-.029-.051-.031-.049-.033-.048-.036-.046-.038-.044-.04-.042-.042-.04-.043-.038-.045-.036-.047-.034-.049-.032-.05-.029-.052-.027-.053-.024-.054-.022-.056-.019-.057-.017-.058-.013-.059-.011-.06-.008-.061-.005-.062-.001z\"/>\n    <path fill=\"#EDB92E\" d=\"M116.06 45.545c-.759-.052-.571 1.315-.422 1.62.196.398.377.41.624.042.189-.281.557-1.61-.202-1.662z\"/>\n    <path fill=\"#21231E\" d=\"M115.739 47.115l-.201.102-.017-.039-.016-.043-.016-.048-.015-.051-.014-.055-.013-.059-.012-.062-.012-.065-.01-.068-.008-.07-.007-.072-.005-.073-.003-.074-.001-.075.002-.075.004-.075.007-.075.01-.073.014-.072.017-.07.021-.068.026-.066.031-.063.036-.059.042-.054.049-.05.056-.044.062-.036.068-.027.072-.018.077-.009.082.001-.015.227-.056-.001-.049.006-.043.011-.038.015-.034.02-.032.025-.029.03-.027.035-.025.04-.022.044-.019.049-.017.053-.015.057-.011.06-.009.063-.006.064-.004.066-.002.067v.068l.003.068.004.067.006.065.008.065.009.062.01.059.011.057.012.053.012.049.013.044.012.038.012.032.015.027zm.431.029l.186.128-.024.036-.025.033-.024.032-.024.03-.024.027-.025.026-.025.024-.025.022-.026.02-.027.018-.028.016-.029.013-.03.01-.031.006-.032.003h-.032l-.031-.004-.031-.008-.03-.011-.028-.014-.027-.017-.025-.019-.025-.021-.023-.023-.023-.025-.021-.027-.021-.028-.02-.031-.02-.033-.02-.035-.02-.036-.02-.039.201-.102.017.034.017.031.016.029.016.026.016.024.015.021.015.018.014.015.013.013.012.011.011.008.01.007.008.004.007.003.006.001.007.001h.005l.006-.001.008-.002.009-.003.01-.005.011-.006.014-.009.015-.011.016-.014.017-.016.018-.019.019-.021.02-.023.02-.026.021-.029.02-.032zm-.118-1.485l.015-.227.081.01.075.019.07.028.063.036.056.044.049.05.042.056.035.06.029.063.022.067.017.068.012.07.008.072.004.073.001.074-.003.074-.005.075-.008.075-.011.074-.013.073-.014.072-.017.07-.017.069-.019.066-.02.063-.02.061-.021.057-.021.053-.021.049-.022.045-.021.04-.023.036-.186-.128.014-.023.016-.03.017-.036.018-.042.019-.047.019-.05.019-.054.018-.058.017-.06.016-.063.015-.064.013-.066.012-.067.01-.067.007-.067.005-.066.002-.065v-.063l-.004-.061-.006-.059-.01-.055-.013-.052-.016-.047-.019-.042-.022-.038-.025-.033-.028-.028-.032-.025-.036-.021-.041-.017-.048-.012-.054-.009z\"/>\n    <path fill=\"#FFF\" d=\"M116.01 46.285c-1.785-.122-1.343 3.09-.991 3.806.46.935.887.963 1.467.1.445-.661 1.309-3.784-.476-3.906z\"/>\n    <path fill=\"#21231E\" d=\"M115.12 50.041l-.201.102-.036-.081-.036-.093-.034-.105-.033-.115-.032-.126-.03-.134-.028-.143-.026-.15-.023-.156-.019-.161-.015-.165-.011-.168-.006-.17-.002-.171.004-.171.01-.17.016-.168.024-.165.031-.161.039-.156.048-.15.057-.143.067-.135.078-.126.089-.115.101-.103.113-.089.127-.074.139-.056.151-.038.163-.018.174.002-.015.227-.148-.002-.134.015-.122.03-.11.044-.099.058-.09.071-.082.083-.074.095-.066.107-.058.117-.05.127-.043.135-.036.143-.029.149-.022.154-.016.158-.01.161-.004.163.001.164.007.163.011.162.015.159.019.155.021.15.025.144.027.137.029.129.03.119.031.108.031.096.031.082.031.069zm1.274.087l.186.128-.055.081-.055.075-.054.071-.054.065-.054.061-.053.056-.053.051-.053.046-.054.041-.054.036-.055.03-.055.025-.056.019-.057.013-.058.006h-.058l-.057-.008-.056-.014-.055-.02-.054-.027-.051-.032-.05-.037-.049-.043-.048-.048-.047-.052-.046-.057-.046-.063-.045-.068-.045-.072-.044-.077-.044-.082-.044-.087.201-.101.042.082.041.077.041.071.041.066.04.06.04.054.039.049.038.043.038.038.037.032.036.027.035.021.033.016.032.012.032.008.031.004h.032l.032-.003.034-.008.035-.012.037-.017.039-.021.041-.026.042-.032.044-.038.045-.043.047-.048.048-.054.049-.06.05-.065.051-.071.05-.078zm-.391-3.73l.015-.227.172.022.158.04.145.058.13.075.116.09.101.104.087.116.073.126.061.135.049.143.037.15.027.155.018.16.009.164.001.167-.006.168-.013.17-.019.17-.024.169-.029.168-.033.165-.037.161-.041.157-.043.151-.045.145-.046.138-.048.129-.048.12-.049.11-.048.099-.048.088-.047.076-.186-.128.038-.063.042-.078.044-.09.045-.103.046-.113.046-.123.045-.132.043-.139.042-.146.039-.151.036-.156.032-.158.028-.161.023-.162.018-.162.012-.161.006-.159-.001-.156-.009-.152-.016-.146-.025-.14-.033-.132-.042-.124-.051-.115-.061-.104-.07-.093-.08-.082-.091-.071-.103-.059-.116-.046-.131-.033-.145-.024zm.008-.113l-.008.113.008-.113z\"/>\n    <path fill=\"#EDB92E\" d=\"M130.399 47.478c-.725-.233-.865 1.14-.791 1.472.096.433.27.489.596.192.25-.228.92-1.43.195-1.664z\"/>\n    <path fill=\"#21231E\" d=\"M129.718 48.925l-.219.05-.008-.042-.005-.045-.004-.049-.002-.053-.001-.057.001-.061.003-.063.005-.066.007-.069.008-.07.011-.071.012-.072.015-.073.017-.073.019-.072.022-.072.025-.07.027-.068.03-.066.034-.064.037-.061.041-.057.045-.054.049-.048.054-.043.059-.036.064-.029.068-.02.072-.01h.075l.077.01.079.02-.068.217-.054-.014-.049-.006h-.044l-.041.006-.038.011-.037.016-.035.022-.034.027-.035.031-.032.038-.03.043-.03.048-.027.052-.025.056-.023.059-.021.061-.019.064-.017.065-.015.066-.014.066-.011.066-.01.065-.008.064-.006.062-.004.061-.003.057-.001.054v.05l.002.045.003.04.004.034.005.028zm.411.132l.151.169-.032.029-.031.026-.031.025-.031.023-.03.021-.03.019-.029.017-.03.015-.031.013-.031.011-.029.008-.031.006-.032.002-.032-.001-.031-.004-.032-.008-.03-.012-.028-.015-.026-.018-.024-.021-.022-.023-.021-.025-.018-.027-.017-.028-.016-.03-.015-.031-.013-.033-.013-.035-.012-.037-.011-.038-.011-.04-.01-.042.219-.05.009.037.009.035.009.032.009.029.01.026.01.025.01.021.01.018.01.016.009.013.008.01.008.008.007.006.006.004.006.003.005.002.006.001.007.001h.008l.008-.001.011-.002.015-.004.015-.005.016-.007.019-.01.021-.011.022-.014.023-.016.025-.019.026-.021.027-.023.026-.02zm.236-1.471l.068-.217.076.029.068.037.061.044.053.05.044.056.036.06.027.064.02.067.013.068.006.07v.071l-.004.071-.009.072-.013.072-.017.072-.02.072-.023.071-.026.07-.028.07-.03.068-.031.066-.032.064-.033.062-.033.06-.034.057-.034.053-.034.05-.033.046-.032.042-.031.038-.031.034-.03.03-.151-.169.019-.019.023-.025.026-.031.028-.036.029-.041.03-.045.031-.048.031-.051.031-.055.03-.057.03-.059.028-.061.027-.062.025-.063.023-.063.02-.063.017-.063.015-.062.011-.06.007-.058.004-.056v-.053l-.005-.05-.008-.046-.012-.042-.016-.038-.02-.035-.025-.032-.03-.028-.036-.026-.043-.023-.053-.019z\"/>\n    <path fill=\"#FFF\" d=\"M130.177 48.184c-1.704-.549-2.032 2.677-1.859 3.458.227 1.019.635 1.15 1.401.451.588-.535 2.163-3.36.458-3.909z\"/>\n    <path fill=\"#21231E\" d=\"M128.428 51.617l-.219.05-.017-.088-.012-.099-.009-.11-.005-.12-.002-.13.003-.138.006-.145.01-.151.015-.157.019-.161.024-.164.029-.166.033-.166.039-.166.044-.165.05-.163.056-.159.062-.154.068-.149.074-.142.082-.134.089-.125.097-.115.105-.103.113-.09.123-.076.132-.059.14-.041.148-.021h.155l.162.021.168.044-.068.217-.142-.037-.134-.018h-.125l-.117.016-.11.032-.105.047-.099.061-.094.074-.089.088-.084.1-.079.111-.074.121-.068.13-.063.138-.058.145-.053.15-.047.154-.042.158-.037.159-.032.16-.028.16-.023.158-.019.155-.014.151-.01.145-.006.14-.002.131.002.123.005.113.008.101.011.087.014.072zm1.216.391l.15.169-.073.065-.071.06-.069.055-.068.051-.066.046-.065.041-.064.036-.063.031-.062.027-.061.021-.06.016-.06.011-.059.005-.058-.001-.057-.008-.056-.014-.054-.021-.051-.027-.048-.033-.046-.039-.043-.043-.04-.049-.037-.053-.035-.058-.033-.063-.031-.067-.029-.071-.028-.076-.026-.081-.025-.086-.023-.091-.022-.096.219-.05.021.09.022.085.023.079.024.074.025.068.026.062.027.057.027.051.028.045.028.04.028.034.028.03.028.024.029.019.029.016.029.011.03.008.032.005.035.001.037-.003.04-.007.043-.012.046-.016.049-.021.051-.026.054-.031.057-.036.059-.041.062-.046.064-.051.066-.056.067-.06zm.499-3.715l.068-.217.163.063.144.077.127.091.109.104.091.115.074.125.057.133.041.14.027.146.013.15.001.154-.01.157-.02.16-.029.161-.038.162-.046.162-.052.162-.058.16-.063.159-.068.155-.071.152-.074.148-.076.142-.077.137-.078.13-.078.122-.076.114-.075.105-.073.095-.07.085-.067.074-.063.062-.15-.169.052-.051.059-.065.064-.078.068-.089.071-.099.073-.109.075-.117.075-.125.074-.132.074-.138.071-.142.069-.146.065-.15.06-.152.056-.153.049-.154.043-.153.035-.152.028-.15.018-.146.009-.142-.001-.137-.012-.131-.023-.123-.034-.115-.046-.108-.058-.099-.071-.091-.086-.082-.102-.073-.119-.064-.139-.05zm.034-.109l-.034.109.034-.109z\"/>\n    <path fill=\"#EDB92E\" d=\"M111.63 31.177c3.83-.35 7.745.044 11.622 1.601 3.268 1.313 2.947 5.145-1.037 10.465.361.674.566 1.512.598 2.479-.422-.023-.717-.012-1.089-.022.288-.645-.035-1.434-.399-1.99-.238-.363-.286-.299 0-.704 2.372-3.347 3.943-6.278 3.019-8.047-1.123-2.151-5.479-3.271-12.826-3.107l.04-.594.072-.081z\"/>\n    <path fill=\"#21231E\" d=\"M123.293 32.672l-.083.212-.362-.142-.362-.135-.362-.129-.362-.122-.362-.116-.363-.109-.363-.103-.363-.097-.363-.091-.363-.084-.363-.078-.363-.072-.363-.067-.363-.061-.363-.055-.362-.049-.363-.044-.362-.038-.362-.033-.362-.027-.362-.022-.361-.017-.361-.012-.361-.007-.361-.002-.36.003-.36.007-.36.012-.359.017-.359.021-.358.026-.358.031-.02-.226.36-.031.361-.027.362-.021.362-.017.363-.012.363-.008.363-.003.364.002.364.007.365.012.364.017.365.022.365.028.365.033.365.039.366.044.366.05.366.055.366.061.366.067.367.073.366.079.367.087.367.092.366.097.366.104.366.11.366.117.365.123.366.13.365.137.366.142zm-.979 10.517l-.198.109.009-.123.361-.493.34-.483.319-.474.297-.465.275-.455.254-.445.233-.435.212-.425.19-.415.168-.403.147-.393.126-.382.105-.37.084-.359.063-.347.041-.334.021-.322v-.309l-.021-.297-.041-.284-.062-.271-.082-.258-.102-.246-.122-.232-.143-.22-.163-.207-.183-.194-.204-.181-.225-.168-.247-.155-.268-.141-.289-.127.083-.212.303.134.282.149.261.164.24.179.219.194.197.209.176.223.154.237.132.251.11.265.088.277.065.289.044.301.022.314v.325l-.021.337-.043.347-.065.358-.086.369-.108.38-.129.39-.15.401-.172.411-.193.421-.215.431-.235.441-.257.451-.278.46-.3.469-.321.479-.343.487-.364.496.009-.123zm-.198.109l-.035-.064.044-.059-.009.123zm.691 2.538l.012-.227-.118.117-.004-.089-.005-.088-.006-.087-.006-.086-.008-.086-.008-.085-.01-.084-.01-.083-.011-.082-.012-.082-.013-.081-.014-.08-.015-.079-.016-.078-.017-.077-.018-.076-.019-.076-.02-.075-.021-.074-.022-.073-.023-.072-.024-.071-.025-.07-.025-.07-.026-.069-.027-.068-.028-.067-.029-.066-.03-.065-.031-.064-.031-.063-.033-.062.198-.109.034.066.033.067.033.067.031.068.03.069.029.07.029.071.027.072.027.073.025.074.025.075.024.076.023.076.021.078.021.078.02.079.019.08.018.081.017.082.016.082.015.083.014.084.013.085.012.086.011.086.01.087.009.088.008.089.007.09.006.09.005.091.003.092-.12.112zm.118-.117l.004.124-.122-.007.118-.117zm-1.304-.065l.205.094-.099-.16.034.001H122.381l.034.001.034.001.035.001.035.001.035.001.036.001.036.001.037.001.037.002.038.002.039.002.039.002-.012.227-.039-.002-.038-.002-.037-.002-.037-.002-.036-.001-.036-.001-.035-.001-.035-.001-.034-.001h-.034l-.034-.001H121.787l-.035-.001-.035-.001-.096-.162zm.1.161l-.169-.004.07-.156.099.16zm-.49-2.041l.187-.126.035.054.035.056.034.057.033.058.033.059.032.06.031.062.031.062.029.063.028.064.027.065.025.065.024.067.022.067.02.067.019.068.017.069.014.069.013.069.01.07.008.069.005.07.002.07v.07l-.003.07-.006.069-.01.069-.013.069-.016.069-.02.068-.024.067-.028.067-.205-.094.023-.055.02-.056.017-.056.014-.057.011-.058.008-.059.005-.059.003-.06v-.061l-.002-.06-.005-.061-.007-.062-.009-.061-.011-.062-.013-.062-.015-.062-.017-.062-.019-.062-.02-.062-.022-.061-.024-.061-.025-.061-.026-.06-.027-.059-.028-.059-.03-.057-.03-.057-.031-.056-.032-.055-.032-.054-.033-.053-.032-.048zm.003-.833l.183.133-.026.036-.024.033-.022.031-.02.028-.018.026-.016.024-.013.021-.011.019-.009.017-.007.014-.005.013-.004.01-.002.007-.001.005v.011l.001.004.002.006.003.009.005.01.007.013.008.014.01.016.012.018.014.02.016.023.017.025.018.026.02.029.021.031.022.034-.187.126-.021-.032-.02-.03-.019-.027-.018-.026-.017-.024-.016-.023-.015-.022-.014-.022-.013-.021-.012-.021-.012-.021-.01-.022-.009-.023-.008-.024-.006-.026-.003-.027v-.027l.002-.026.005-.026.007-.026.008-.024.01-.024.012-.025.013-.024.014-.025.016-.026.017-.026.019-.029.021-.03.022-.032.024-.035.029-.036zm3.01-7.928l.199-.106.083.178.068.185.054.191.039.197.025.203.011.209-.002.214-.015.22-.027.225-.039.23-.051.234-.062.239-.073.245-.084.249-.094.253-.104.258-.113.262-.123.266-.132.27-.14.275-.149.279-.157.282-.165.286-.171.289-.179.293-.186.296-.193.299-.198.302-.205.305-.21.308-.215.311-.22.313-.182-.133.219-.312.214-.31.209-.306.203-.304.197-.301.191-.297.184-.294.178-.291.171-.287.163-.283.155-.279.147-.275.138-.271.13-.266.121-.262.111-.257.102-.252.091-.247.082-.242.07-.236.06-.231.049-.225.037-.219.026-.213.014-.207.002-.201-.011-.193-.023-.187-.036-.181-.048-.174-.062-.167-.074-.157zm-12.838-3.168l.225.015-.115-.121.681-.012.664-.004.646.003.628.011.611.018.593.026.575.032.558.04.54.047.522.054.504.061.486.068.469.076.451.082.433.09.414.096.396.103.379.11.36.117.342.124.324.131.306.137.288.145.269.151.251.158.233.165.214.172.196.179.177.186.158.193.139.2.12.207-.199.106-.11-.19-.129-.185-.147-.18-.166-.174-.184-.169-.203-.163-.222-.158-.241-.152-.26-.146-.279-.14-.298-.134-.316-.128-.335-.121-.353-.115-.372-.108-.391-.102-.409-.095-.427-.089-.446-.081-.464-.075-.482-.068-.5-.061-.519-.054-.536-.047-.555-.039-.572-.033-.59-.025-.608-.018-.626-.01-.643-.003-.661.004-.679.011-.115-.118zm.114.121l-.123.003.008-.124.115.121zm-.046-.783l.169.15.028-.067-.001.018-.001.019-.001.019-.001.019-.001.018-.001.018-.001.02-.001.018-.001.018-.001.018-.001.02-.001.018-.002.018-.001.019-.002.019-.001.019-.001.018-.001.018-.001.019-.002.019-.001.019-.001.018-.001.018-.001.019-.001.018-.001.018-.001.018-.002.019-.001.018-.001.018-.001.018-.001.019-.224-.016.001-.018.001-.018.002-.019.001-.018.001-.018.001-.019.002-.019.001-.018.001-.018.001-.018.001-.019.001-.018.001-.018.001-.018.001-.02.002-.019.001-.018.001-.018.001-.018.001-.02.002-.018.001-.018.001-.018.001-.02.001-.019.001-.018.001-.018.002-.02.001-.019.001-.018.001-.019.001-.019.026-.066zm.076.075l.159-.161.003.158-.003.003-.002.002-.005.005-.002.003-.004.005-.005.005-.002.003-.005.005.002-.002-.004.005-.004.005-.002.003-.002.002-.002.003-.002.003-.002.002-.002.003-.002.003-.002.002-.004.005-.002.002-.004.005-.002.003-.002.003-.001.002-.169-.15.003-.003.002-.003.002-.002.004-.005.002-.002.004-.005.002-.003.002-.003.002-.002.002-.003.002-.003.002-.002.002-.003.002-.003.004-.005.006-.007.002-.003.005-.005.004-.005.002-.003.005-.005.002-.003.005-.005.002-.002.002.158zm.159-.161l.077.077-.074.081-.003-.158zm0 0l-.159.161.069-.194.09.033zm-.159.161l-.17-.172.239-.022-.069.194z\"/>\n    <path fill=\"#FFF\" d=\"M130.21 32.268c-.753 0-1.364.618-1.364 1.38 0 .763.611 1.381 1.364 1.381.754 0 1.364-.618 1.364-1.381s-.61-1.38-1.364-1.38z\"/>\n    <path fill=\"#21231E\" d=\"M128.958 33.648h-.225l.002-.077.006-.076.009-.075.013-.074.016-.072.02-.071.023-.07.026-.067.03-.066.033-.065.035-.062.038-.061.041-.058.044-.056.046-.054.049-.052.051-.049.054-.047.055-.044.058-.042.06-.039.062-.036.063-.033.066-.03.067-.027.069-.024.07-.02.072-.017.073-.013.074-.009.074-.006.076-.002v.228l-.064.002-.064.005-.062.008-.061.011-.06.014-.059.017-.058.02-.057.023-.055.025-.054.028-.053.03-.051.033-.049.035-.048.038-.045.04-.043.042-.041.044-.039.046-.037.048-.035.049-.032.051-.03.053-.028.054-.025.056-.022.057-.02.059-.017.06-.014.062-.011.063-.008.063-.005.065-.003.065zm1.252 1.267v.228l-.076-.002-.075-.006-.074-.009-.073-.013-.071-.016-.07-.02-.069-.024-.067-.027-.065-.03-.064-.033-.062-.036-.06-.039-.058-.042-.056-.044-.054-.047-.051-.049-.049-.052-.047-.054-.043-.056-.041-.059-.038-.061-.035-.063-.033-.064-.03-.066-.026-.068-.023-.069-.02-.071-.017-.072-.013-.074-.009-.075-.006-.076-.002-.077h.225l.002.065.005.065.008.063.011.062.014.061.017.06.02.059.022.057.025.056.028.055.03.053.033.052.035.049.037.048.039.046.042.044.044.042.045.039.048.038.049.035.051.033.053.031.054.028.056.026.057.023.058.02.059.017.061.014.062.011.062.008.064.005.061.001zm1.252-1.267h.225l-.002.077-.006.075-.009.075-.013.074-.016.072-.02.071-.023.07-.026.067-.03.066-.033.065-.036.062-.038.061-.041.059-.044.056-.046.054-.049.052-.051.049-.054.047-.055.044-.058.041-.06.039-.062.036-.064.033-.066.03-.067.027-.069.024-.07.02-.071.017-.073.013-.074.009-.074.006-.076.002v-.227l.064-.002.064-.005.063-.008.062-.011.061-.014.059-.017.058-.02.057-.023.056-.025.054-.028.052-.031.051-.033.049-.035.047-.038.045-.039.043-.043.042-.044.039-.046.038-.048.035-.05.033-.052.03-.053.028-.055.025-.056.022-.057.02-.059.017-.06.014-.062.011-.062.008-.063.005-.065-.001-.062zm-1.252-1.267v-.228l.076.002.075.006.074.009.073.013.072.017.07.02.069.024.067.027.066.03.064.033.062.036.06.039.058.042.056.044.054.047.051.049.049.052.046.054.044.056.041.059.038.061.036.062.033.065.03.066.026.068.023.069.02.071.016.072.013.074.009.075.006.075.002.077h-.225l-.002-.065-.005-.065-.008-.063-.011-.063-.014-.061-.017-.06-.02-.059-.022-.057-.025-.056-.028-.054-.03-.053-.033-.052-.035-.049-.037-.048-.039-.046-.042-.044-.043-.042-.045-.04-.048-.038-.049-.035-.051-.033-.052-.03-.054-.028-.056-.026-.057-.023-.058-.02-.059-.017-.06-.014-.062-.011-.063-.008-.064-.005-.065-.001z\"/>\n    <path fill=\"#FFF\" d=\"M127.536 31.384c-.754 0-1.364.618-1.364 1.381s.611 1.381 1.364 1.381c.754 0 1.365-.618 1.365-1.381a1.373 1.373 0 00-1.365-1.381z\"/>\n    <path fill=\"#21231E\" d=\"M126.284 32.764h-.225l.002-.077.006-.075.009-.075.013-.074.016-.072.02-.071.023-.069.027-.068.029-.066.033-.065.036-.062.038-.06.041-.059.044-.056.046-.054.049-.052.051-.049.054-.047.055-.044.058-.042.06-.039.062-.036.063-.033.066-.03.067-.027.069-.023.07-.02.072-.017.073-.013.074-.009.074-.006.076-.002v.228l-.064.002-.064.005-.063.008-.061.011-.061.014-.059.017-.058.02-.057.023-.056.025-.054.028-.053.03-.05.033-.049.035-.047.038-.045.04-.044.042-.041.044-.039.046-.037.048-.035.049-.032.052-.03.053-.028.055-.025.056-.022.057-.02.059-.017.06-.014.061-.011.063-.008.063-.005.065-.002.062zm1.252 1.267v.228l-.076-.002-.075-.006-.074-.009-.073-.013-.072-.017-.07-.02-.069-.023-.067-.027-.066-.03-.064-.033-.062-.036-.06-.039-.057-.042-.056-.044-.054-.047-.051-.049-.049-.052-.046-.055-.043-.056-.041-.058-.038-.061-.035-.063-.033-.064-.03-.066-.026-.068-.023-.069-.02-.071-.017-.073-.013-.074-.009-.075-.006-.075-.002-.077h.225l.002.065.005.065.008.064.011.062.014.061.017.06.02.059.022.058.025.056.028.054.03.053.033.051.035.05.037.048.039.046.041.044.043.042.045.04.048.038.049.035.051.033.052.03.054.028.055.025.057.023.058.02.059.017.06.014.062.011.062.008.064.005.066.001zm1.252-1.267h.225l-.002.077-.006.076-.009.075-.013.074-.016.072-.02.071-.023.069-.026.068-.03.066-.033.064-.036.063-.039.061-.041.059-.044.056-.046.054-.049.052-.051.049-.054.047-.055.044-.058.042-.06.039-.062.036-.064.033-.066.03-.067.027-.069.024-.07.02-.072.017-.073.013-.074.009-.074.006-.076.002v-.228l.064-.002.064-.005.063-.008.062-.011.06-.014.059-.017.058-.02.057-.022.055-.026.054-.028.052-.03.051-.033.049-.036.048-.038.045-.04.043-.042.042-.044.039-.046.037-.048.035-.049.033-.052.03-.053.028-.054.025-.056.022-.058.02-.059.017-.06.014-.061.011-.062.008-.063.005-.065.003-.065zm-1.252-1.266v-.228l.076.002.075.006.074.009.073.013.071.017.07.02.069.024.067.027.066.03.064.033.061.036.06.039.058.042.056.044.054.047.051.049.049.052.046.055.044.056.041.059.038.06.036.063.033.064.03.066.026.068.023.07.02.071.017.072.013.074.009.075.006.076.002.077h-.225l-.002-.065-.005-.065-.008-.063-.011-.062-.014-.061-.017-.06-.02-.059-.022-.058-.025-.056-.028-.054-.03-.053-.033-.051-.035-.05-.037-.048-.039-.046-.042-.044-.043-.042-.045-.04-.048-.038-.049-.036-.051-.033-.053-.031-.054-.028-.055-.026-.057-.023-.058-.02-.059-.017-.061-.014-.062-.011-.062-.008-.064-.005-.064-.001z\"/>\n    <path fill=\"#EDB92E\" d=\"M127.18 32.561c-.135.183-.271.365-.409.548 2.156 1.197 3.048 2.459 2.838 3.728-.036.218-.691 2.54-2.156 7.041-1.001.699-1.747 1.325-2.238 1.878.055.063-.158.259-.094.313-.15.688.617.548 1.131.378.248-.661 1.003-1.362 1.438-1.662.089-.061.408-.219.44-.321.783-2.533 1.571-4.875 2.246-7.056.679-2.193-.79-3.746-3.196-4.847z\"/>\n    <path fill=\"#21231E\" d=\"M126.826 33.009l-.108.199-.035-.169.013-.017.013-.017.014-.018.013-.016.012-.017.013-.017.013-.017.013-.017.012-.016.013-.017.013-.017.012-.017.013-.018.013-.017.012-.016.013-.017.013-.017.013-.017.013-.017.013-.017.013-.017.013-.017.013-.018.012-.016.012-.017.013-.018.013-.017.013-.017.012-.017.013-.017.012-.017.013-.017.18.136-.013.017-.012.017-.013.018-.012.017-.013.017-.013.017-.012.017-.013.018-.013.017-.012.017-.013.017-.013.017-.013.018-.013.017-.013.017-.013.017-.013.017-.013.018-.013.017-.012.016-.013.018-.013.017-.013.017-.013.018-.013.017-.013.017-.013.017-.013.018-.013.017-.012.016-.013.017-.013.017-.036-.171zm-.108.2l-.115-.064.079-.105.036.169zm3.003 3.646l-.222-.037.016-.113.01-.112.003-.113-.003-.112-.009-.113-.015-.112-.022-.112-.028-.113-.034-.112-.041-.113-.047-.113-.055-.113-.06-.113-.068-.113-.074-.113-.081-.113-.088-.114-.095-.113-.102-.114-.109-.113-.117-.114-.123-.113-.131-.114-.138-.113-.145-.113-.153-.113-.16-.113-.167-.112-.174-.112-.182-.112-.189-.112-.197-.112.108-.199.2.113.193.114.186.114.178.115.171.115.164.115.157.116.15.117.142.117.135.117.129.118.121.118.115.119.107.119.1.12.094.12.087.121.08.121.073.122.066.122.059.123.052.123.045.123.038.124.031.124.025.125.017.125.01.125.003.125-.004.125-.011.125-.021.126zm-2.203 7.117l-.128-.187-.043.058.135-.415.13-.403.125-.39.121-.377.116-.365.112-.352.107-.339.103-.326.098-.314.094-.301.089-.289.085-.276.081-.263.076-.251.072-.238.068-.225.063-.213.06-.201.055-.188.051-.175.048-.163.043-.15.039-.138.036-.126.031-.113.028-.1.024-.088.02-.075.016-.063.012-.05.008-.037.004-.021.222.037-.006.032-.009.041-.013.053-.016.065-.02.077-.024.089-.028.102-.032.114-.035.126-.039.139-.044.151-.048.163-.051.176-.055.189-.06.201-.064.214-.068.226-.072.238-.076.251-.081.264-.085.276-.089.289-.094.301-.098.314-.103.327-.108.339-.112.352-.116.365-.121.378-.125.39-.13.403-.135.416-.044.056zm-2.218 1.709l-.168.151v-.151l.048-.053.049-.053.051-.054.052-.054.054-.054.055-.055.057-.055.058-.056.059-.056.061-.057.063-.057.064-.057.066-.058.067-.058.068-.059.07-.059.071-.06.073-.06.074-.06.076-.061.077-.061.079-.061.08-.062.082-.062.083-.063.085-.063.086-.064.087-.064.089-.064.09-.065.092-.066.093-.066.128.187-.093.065-.091.064-.09.064-.088.064-.086.063-.086.063-.084.062-.082.062-.081.061-.079.061-.078.061-.076.06-.074.06-.073.059-.071.059-.07.059-.069.058-.067.058-.066.057-.064.057-.063.056-.061.055-.059.056-.058.055-.056.054-.055.054-.054.053-.052.053-.051.053-.049.052-.047.051-.046.051v-.15zm-.168.15l-.067-.076.067-.075v.151zm.1.262l-.22-.049.038.112-.023-.023-.017-.029-.01-.03-.003-.028v-.023l.003-.022.005-.019.005-.016.007-.017.007-.015.007-.013.007-.013.008-.013.007-.013.007-.013.008-.013.007-.011.007-.012.007-.011.005-.01.005-.009.004-.009.005-.009.002-.006.001-.003v-.002.014l.003.013.007.016.009.013.168-.151.018.025.013.03.006.028.001.027-.002.022-.004.019-.005.018-.007.018-.007.016-.006.013-.007.014-.008.014-.008.014-.008.013-.007.012-.008.013-.007.011-.006.011-.006.011-.005.01-.005.009-.004.009-.003.006-.001.004-.001.004.001-.005v-.006l-.002-.013-.005-.016-.01-.016-.012-.013.039.112zm-.038-.112l.053.044-.015.067-.038-.111zm.954.425l.21.081-.07.068-.051.016-.052.016-.053.016-.054.015-.055.014-.055.013-.056.012-.056.011-.056.01-.056.008-.055.007-.055.004-.054.002h-.054l-.053-.002-.052-.005-.05-.008-.05-.011-.048-.015-.047-.019-.044-.025-.041-.029-.038-.035-.033-.04-.029-.045-.023-.05-.016-.054-.01-.057-.005-.06.002-.063.007-.066.013-.07.22.049-.01.054-.005.048-.001.042.002.037.006.031.008.026.01.022.012.019.015.017.016.015.02.014.023.012.026.011.03.01.033.008.036.006.039.004.041.002h.044l.046-.002.047-.004.049-.006.05-.007.05-.008.051-.01.051-.011.051-.012.051-.013.051-.014.05-.015.049-.015.047-.015-.069.066zm1.48-1.715l.126.188-.04.028-.042.031-.044.033-.045.035-.046.037-.048.039-.049.041-.049.042-.05.044-.051.046-.051.047-.051.049-.051.05-.051.051-.051.053-.05.053-.05.054-.049.056-.049.056-.047.057-.046.058-.045.058-.043.058-.042.059-.04.059-.038.059-.036.059-.033.06-.031.059-.029.059-.026.059-.023.058-.21-.081.026-.066.03-.066.032-.066.034-.065.036-.065.039-.065.041-.064.043-.064.044-.063.046-.063.048-.062.049-.061.05-.06.051-.059.052-.058.052-.057.053-.056.053-.055.054-.054.054-.052.053-.051.053-.049.053-.047.052-.046.052-.045.051-.043.05-.04.049-.039.048-.037.046-.035.044-.032.042-.029zm.396-.262l.214.068-.009.024-.012.021-.012.018-.013.017-.014.016-.015.015-.015.014-.015.013-.017.014-.017.013-.017.012-.018.013-.018.013-.018.012-.018.012-.02.013-.019.011-.018.011-.019.012-.018.011-.017.011-.018.011-.017.01-.016.009-.016.009-.015.009-.014.008-.013.008-.012.007-.009.006-.009.006-.007.005-.126-.188.011-.007.012-.008.013-.008.013-.008.014-.008.015-.009.015-.009.016-.009.017-.01.017-.009.016-.01.018-.011.017-.01.017-.01.018-.011.017-.011.016-.01.016-.011.016-.01.015-.01.015-.011.014-.011.013-.009.011-.009.011-.01.009-.008.007-.007.005-.005.004-.005.002-.003v.001l-.003.002zm2.246-7.056l.214.068-.064.205-.064.206-.065.207-.065.208-.066.209-.067.21-.067.211-.068.212-.068.213-.068.214-.069.215-.069.216-.07.217-.07.218-.071.219-.071.22-.071.221-.072.222-.072.223-.072.224-.072.225-.072.226-.073.227-.073.228-.073.229-.073.23-.073.232-.073.232-.074.234-.073.235-.074.235-.073.237-.214-.068.074-.237.073-.236.074-.235.073-.234.073-.232.073-.232.073-.23.073-.229.073-.228.073-.227.072-.226.072-.225.072-.224.072-.223.072-.222.071-.221.071-.22.071-.218.07-.218.07-.217.07-.216.069-.215.068-.214.068-.213.068-.212.067-.211.067-.21.066-.209.065-.208.065-.207.064-.206.063-.205zm-3-4.744l-.18-.136.137-.036.225.105.219.108.213.111.207.114.201.117.194.12.188.123.181.126.174.129.167.132.158.135.151.139.143.142.135.146.126.149.117.153.108.156.099.16.089.164.079.167.069.171.058.175.048.178.037.182.026.186.014.189.003.193-.01.196-.021.199-.034.203-.046.206-.059.21-.214-.068.056-.198.044-.194.031-.19.02-.186.009-.182-.002-.178-.013-.174-.024-.171-.034-.168-.044-.165-.054-.162-.064-.158-.074-.155-.083-.153-.092-.15-.102-.147-.11-.144-.12-.141-.128-.138-.137-.136-.145-.133-.153-.13-.16-.128-.168-.125-.176-.122-.182-.119-.19-.117-.196-.114-.203-.112-.209-.109-.215-.107-.221-.103.137-.035zm-.18-.136l.054-.073.082.038-.136.035z\"/>\n    <path fill=\"#EDB92E\" d=\"M135.687 48.831l.082.442c.628.147 1.165.184 1.61.11-.746-.736-1.301-.893-1.692-.552z\"/>\n    <path fill=\"#21231E\" d=\"M135.658 49.294l-.082-.442.221-.042.082.442-.136.132-.085-.09zm1.642.17l.157-.163-.061.194-.044.007-.045.006-.045.005-.045.005-.046.004-.046.003-.047.003-.047.002-.048.001-.048.001h-.099l-.05-.002-.05-.002-.051-.002-.051-.003-.051-.004-.053-.004-.053-.005-.054-.006-.054-.007-.054-.007-.055-.008-.055-.008-.056-.009-.057-.01-.057-.01-.058-.011-.058-.012-.058-.013-.059-.013-.06-.013.051-.222.058.013.057.013.056.012.056.011.055.011.055.01.054.009.054.009.054.008.052.008.052.007.051.006.051.006.05.005.05.004.049.004.049.003.048.003.048.002.047.001h.138l.045-.001.044-.002.044-.003.043-.003.042-.004.042-.005.042-.005.04-.006.041-.006-.06.193zm.157-.162l.159.157-.22.036.061-.193zm-1.66-.492l-.221.042.037-.107.043-.035.044-.031.045-.029.047-.025.048-.022.049-.018.05-.015.052-.011.052-.008.053-.004h.055l.055.003.056.006.056.01.057.013.058.017.058.02.059.023.059.027.06.029.061.033.062.036.062.039.063.043.064.046.065.049.066.052.066.056.068.058.069.062.07.065.071.069-.157.163-.068-.066-.067-.062-.066-.059-.064-.056-.063-.052-.062-.049-.061-.046-.059-.043-.058-.039-.056-.035-.055-.033-.054-.029-.053-.026-.051-.023-.05-.019-.048-.017-.047-.013-.046-.01-.044-.008-.042-.005-.041-.002h-.04l-.038.003-.038.005-.036.008-.036.011-.035.013-.034.016-.033.018-.033.021-.033.023-.032.026.041-.108zm-.221.042l-.012-.064.049-.043-.037.107zm.111-.021l.11-.021-.11.021zm-.111.021l-.012-.064.049-.043-.037.107z\"/>\n    <path fill=\"#EDB92E\" d=\"M135.755 47.819c-.393.088-.43.155-.601.185-.22.038-.524.023-.733-.163-.853-.517-.871.415-.54 1.113.24.506.117 1.077-.113 1.51-.271.512-.213.745-.021.884.133.088.259.17.373.243.23.274.404.227.436-.132.851-.355 1.134-1.181 1.389-1.909.373-1.062 1.727-1.314-.19-1.731z\"/>\n    <path fill=\"#21231E\" d=\"M135.173 48.116l-.038-.224.013-.003.013-.003.013-.003.011-.003.011-.003.01-.003.011-.004.012-.004.011-.003.012-.005.012-.005.012-.005.013-.005.014-.005.014-.006.015-.006.016-.006.016-.006.018-.007.019-.007.02-.007.021-.007.022-.007.023-.007.026-.008.026-.008.027-.008.03-.008.032-.008.033-.008.034-.008.037-.009.048.222-.035.008-.033.008-.031.008-.029.007-.027.008-.026.007-.024.007-.022.007-.021.007-.021.007-.018.007-.018.006-.017.006-.016.006-.016.006-.015.006-.015.006-.014.006-.013.005-.014.005-.014.006-.013.005-.013.005-.015.006-.014.005-.014.005-.016.005-.017.005-.016.004-.016.004-.017.004h-.017zm-.81-.177l.116-.195.016.012.016.014.017.013.017.012.018.011.018.011.018.01.018.009.019.009.02.008.02.008.02.007.021.007.021.006.021.005.021.004.021.004.022.003.022.003.021.002.022.002.022.002.021.001h.064l.022-.001.02-.001.02-.002.02-.002.019-.003.02-.003.018-.003.038.224-.023.004-.023.003-.024.003-.024.002-.025.002-.025.001-.025.001-.026.001h-.052l-.027-.001-.026-.002-.026-.002-.028-.003-.027-.004-.027-.004-.028-.005-.027-.006-.028-.007-.027-.008-.027-.008-.028-.01-.027-.01-.026-.011-.026-.012-.027-.013-.026-.014-.023-.013-.025-.016-.024-.018-.024-.018-.024-.02.016.011zm-.381.966l-.203.099-.031-.07-.029-.07-.027-.071-.025-.072-.022-.072-.02-.072-.017-.072-.014-.071-.012-.07-.008-.069-.005-.068-.002-.066.002-.065.005-.063.009-.061.014-.059.018-.056.023-.054.029-.05.035-.046.042-.041.048-.034.054-.027.058-.017.062-.009h.064l.067.008.07.016.072.023.076.031.079.039.083.047-.116.195-.072-.042-.066-.033-.061-.025-.055-.018-.048-.011-.042-.005h-.035l-.03.004-.025.008-.021.01-.019.014-.017.017-.016.021-.015.026-.013.031-.012.036-.009.041-.007.045-.004.049-.001.052.001.055.005.058.007.059.01.062.012.063.015.064.018.065.02.065.022.065.024.065.027.064.028.062zm-.115 1.613l-.198-.107.02-.039.019-.04.019-.04.018-.041.018-.042.016-.042.016-.042.015-.043.014-.044.013-.044.011-.045.011-.045.009-.045.008-.045.007-.045.006-.046.005-.046.003-.045.002-.046v-.046l-.001-.045-.003-.046-.004-.045-.006-.045-.007-.045-.009-.045-.01-.045-.012-.044-.014-.044-.016-.044-.018-.044-.02-.043.203-.099.023.052.021.052.019.052.017.052.015.053.013.053.011.053.008.053.007.054.005.053.003.053.001.053-.001.052-.002.053-.004.052-.005.053-.007.052-.008.051-.009.051-.011.051-.012.05-.013.049-.014.05-.015.048-.016.048-.017.048-.018.047-.019.046-.02.045-.021.045-.021.043-.025.045zm-.058.735l-.123.191-.004-.003-.021-.016-.021-.017-.019-.018-.02-.019-.019-.021-.017-.021-.016-.022-.015-.025-.014-.026-.012-.027-.01-.027-.008-.028-.007-.03-.005-.031-.004-.031-.002-.033v-.033l.001-.033.003-.034.005-.035.007-.036.008-.037.01-.038.012-.039.013-.04.015-.041.017-.043.018-.043.02-.045.022-.046.023-.047.026-.049.198.107-.023.045-.022.044-.02.042-.018.04-.016.039-.014.036-.012.035-.011.034-.009.032-.008.03-.006.028-.005.027-.003.026-.005.025-.001.023v.02l.001.019.002.018.003.017.004.015.005.016.005.014.006.013.006.012.007.012.009.012.009.012.009.01.011.011.012.011.013.01.013.01-.003-.002zm.396.265l-.171.147.025.022-.011-.007-.01-.006-.011-.007-.011-.007-.011-.007-.011-.007-.011-.007-.01-.007-.011-.007-.012-.008-.012-.008-.011-.007-.012-.008-.011-.007-.011-.007-.012-.008-.012-.008-.011-.007-.012-.008-.012-.008-.013-.008-.012-.008-.012-.008-.012-.007-.012-.008-.013-.008-.011-.008-.013-.008-.012-.008-.012-.007-.013-.009-.012-.008.123-.191.012.009.012.007.013.009.012.008.012.008.013.008.011.008.012.007.013.008.012.008.012.008.011.007.012.008.012.008.012.008.012.008.011.007.012.008.012.008.012.007.012.008.011.007.01.007.012.007.012.008.011.007.011.007.011.007.011.007.011.007.012.008.01.007.021.019zm.308-.163l.086.21.069-.095-.004.036-.005.035-.005.033-.007.032-.008.031-.009.029-.01.028-.012.026-.013.025-.015.024-.018.023-.02.021-.021.018-.024.017-.027.014-.028.01-.028.006-.029.003-.03-.001-.027-.004-.028-.007-.026-.009-.026-.011-.025-.014-.024-.015-.025-.017-.024-.019-.023-.02-.024-.022-.024-.024-.023-.026-.023-.027.171-.147.019.022.019.02.018.018.017.016.016.014.015.012.014.01.013.008.011.006.01.004.008.003.006.001.005.001h.003l.002-.001.003-.003.004-.004.004-.006.005-.008.006-.012.006-.013.006-.015.006-.018.005-.02.005-.023.004-.025.004-.027.003-.029.072-.094zm1.326-1.842l.212.076-.024.068-.025.069-.025.07-.025.07-.026.071-.027.071-.028.071-.028.071-.03.071-.031.071-.032.07-.033.07-.035.07-.037.069-.038.068-.04.067-.042.067-.044.065-.046.064-.048.063-.051.061-.053.059-.055.058-.059.056-.061.054-.064.052-.067.049-.07.047-.073.045-.076.042-.079.039-.083.037-.086-.21.074-.033.07-.035.068-.037.064-.04.062-.042.059-.044.056-.046.054-.048.052-.049.05-.052.048-.053.045-.055.044-.057.042-.058.04-.059.039-.061.036-.062.035-.063.034-.064.033-.065.031-.066.031-.067.029-.067.028-.068.028-.068.027-.069.026-.069.025-.069.025-.069.024-.069.024-.069.026-.068zm-.059-1.583l-.048-.222h.048l.173.039.154.038.137.038.121.038.106.038.092.039.08.041.069.044.057.048.047.054.034.062.018.066.002.068-.012.064-.022.06-.03.057-.035.054-.04.054-.044.055-.048.056-.05.058-.052.059-.054.062-.054.064-.055.067-.054.07-.052.073-.05.076-.048.079-.044.083-.04.087-.035.091-.212-.076.04-.104.045-.099.05-.094.053-.089.055-.084.058-.08.057-.075.058-.071.057-.067.055-.063.052-.06.049-.056.045-.053.039-.049.033-.045.026-.04.018-.035.011-.028.004-.021v-.014l-.004-.013-.009-.016-.019-.022-.033-.027-.047-.03-.063-.032-.08-.034-.096-.035-.113-.035-.131-.036-.15-.037-.168-.038h.049v-.002zm-.025-.111l.024.111-.024-.111z\"/>\n    <path fill=\"#EDB92E\" d=\"M135.419 47.856c-.742.267-.824-.149-1.325-.127.197 1.147.397 1.741 1.58 1.125.653-.34 1.489.158 1.648.527.058.135.438-.145.577-.452.582-1.285-1.486-1.431-2.48-1.073z\"/>\n    <path fill=\"#21231E\" d=\"M134.206 47.709l-.221.039.106-.133.051-.001.049.002.048.004.045.007.043.008.041.01.04.011.038.013.036.013.035.014.034.014.033.015.031.014.031.013.03.013.031.012.03.011.031.01.031.009.031.008.033.006.034.005.036.003.038.001h.04l.043-.003.046-.005.049-.008.053-.011.056-.015.06-.018.064-.022.075.214-.071.024-.068.02-.065.017-.062.013-.059.01-.056.007-.054.004-.052.001-.05-.002-.048-.004-.045-.006-.044-.008-.042-.01-.039-.011-.038-.013-.036-.013-.035-.014-.034-.015-.033-.015-.032-.014-.031-.013-.03-.013-.031-.012-.03-.011-.031-.01-.03-.009-.032-.008-.033-.006-.034-.005-.035-.003-.038-.001h-.04l.107-.133zm-.221.039l-.022-.128.128-.005-.106.133zm1.639 1.005l.103.203-.111.056-.106.049-.101.042-.097.035-.092.029-.089.022-.085.016-.081.009-.078.002-.075-.005-.071-.012-.069-.019-.065-.026-.061-.033-.056-.039-.052-.045-.048-.051-.043-.055-.04-.06-.036-.064-.033-.068-.031-.072-.028-.076-.026-.08-.025-.083-.023-.087-.022-.091-.021-.094-.02-.097-.019-.1-.019-.104-.018-.107.221-.039.019.105.018.102.019.098.019.094.02.09.021.086.022.081.023.077.024.072.025.067.026.062.028.057.029.051.031.046.031.041.033.035.035.03.036.026.038.021.041.017.045.012.049.008.054.003.059-.001.064-.007.07-.013.075-.019.081-.025.087-.032.093-.039.099-.045.103-.056zm1.802.582l-.206.091-.013-.026-.017-.028-.02-.029-.024-.031-.027-.032-.03-.032-.034-.033-.036-.032-.039-.031-.042-.031-.044-.03-.047-.029-.048-.028-.051-.026-.052-.025-.053-.023-.055-.022-.056-.019-.057-.017-.058-.015-.058-.012-.059-.009-.059-.006-.059-.003h-.059l-.059.003-.058.007-.057.01-.057.014-.056.018-.055.022-.055.026-.103-.202.069-.033.07-.028.07-.022.071-.018.071-.013.071-.008.071-.004h.071l.07.004.07.007.069.011.069.014.067.017.066.02.064.022.063.024.062.027.059.029.058.03.056.032.054.034.051.035.049.036.047.038.044.038.041.039.038.04.035.041.031.041.029.042.025.043.022.042zm.372-.454l.204.095-.016.033-.017.032-.018.033-.02.031-.02.03-.021.03-.022.029-.023.028-.023.027-.024.026-.024.026-.025.024-.025.023-.025.022-.025.021-.026.02-.025.018-.025.017-.025.016-.025.014-.025.013-.026.012-.025.01-.025.008-.027.006-.029.003h-.03l-.033-.007-.034-.014-.03-.021-.026-.028-.018-.033.206-.091-.005-.01-.009-.011-.011-.007-.011-.005-.007-.002h-.002.002l.006-.002.01-.003.012-.005.014-.006.015-.008.017-.01.018-.011.019-.013.02-.015.019-.015.02-.017.021-.018.02-.02.02-.02.02-.021.02-.022.019-.023.019-.023.018-.023.017-.024.017-.025.015-.024.014-.024.013-.025.012-.021zm-2.341-.918l-.075-.214.101-.034.107-.03.111-.027.115-.023.118-.02.121-.016.123-.012.125-.008.125-.005h.126l.125.004.125.008.123.013.12.017.118.023.114.027.11.033.105.038.1.044.094.05.088.057.08.064.071.072.062.079.051.087.038.095.025.102.01.107-.005.113-.02.118-.035.122-.051.127-.204-.094.043-.107.029-.099.016-.091.004-.083-.007-.076-.016-.069-.026-.064-.035-.06-.044-.056-.053-.053-.062-.049-.07-.046-.078-.042-.086-.038-.092-.034-.098-.03-.103-.025-.108-.02-.112-.016-.114-.012-.116-.008-.118-.003h-.118l-.118.004-.118.008-.116.012-.114.015-.111.019-.107.022-.103.025-.097.028-.093.031zm-.038-.107l.038.107-.038-.107z\"/>\n    <path fill=\"#FFF\" d=\"M112.822 28.211c-.75 0-1.358.615-1.358 1.375 0 .759.608 1.375 1.358 1.375.75 0 1.358-.615 1.358-1.375 0-.759-.608-1.375-1.358-1.375z\"/>\n    <path fill=\"#21231E\" d=\"M111.576 29.586h-.225l.002-.077.006-.076.009-.074.013-.073.016-.072.02-.071.023-.069.026-.068.03-.066.033-.064.035-.062.038-.06.041-.058.044-.056.046-.054.049-.052.051-.049.053-.047.056-.044.058-.041.06-.039.062-.036.063-.033.065-.03.067-.026.069-.023.07-.02.071-.016.072-.013.074-.009.075-.006.076-.002v.227l-.064.002-.063.005-.062.008-.061.011-.061.014-.059.017-.058.02-.056.022-.055.026-.054.028-.052.03-.051.033-.049.035-.047.038-.045.039-.043.042-.042.044-.039.046-.037.047-.034.05-.033.051-.03.053-.027.054-.025.056-.022.057-.02.059-.017.059-.014.061-.011.062-.008.063-.005.064-.004.063zm1.246 1.261v.228l-.076-.002-.075-.006-.074-.009-.072-.013-.071-.017-.07-.02-.068-.023-.067-.026-.065-.03-.063-.033-.061-.036-.06-.04-.058-.041-.056-.044-.053-.047-.051-.049-.048-.052-.046-.054-.044-.056-.041-.058-.038-.061-.035-.062-.033-.064-.03-.066-.026-.068-.023-.069-.02-.071-.016-.072-.013-.073-.009-.075-.006-.075-.002-.077h.225l.002.065.005.064.008.063.011.062.014.061.017.06.02.059.022.057.025.056.027.055.03.052.033.051.034.05.037.047.039.046.042.044.043.042.045.039.047.038.049.035.051.033.052.03.054.028.055.026.056.022.058.02.059.017.061.014.061.011.062.008.064.005.062.001zm1.246-1.261h.225l-.002.076-.005.076-.009.074-.013.073-.017.072-.02.071-.023.069-.026.067-.029.066-.033.064-.035.062-.038.06-.043.061-.043.056-.046.054-.049.051-.051.049-.053.047-.056.044-.058.041-.06.039-.062.036-.063.033-.065.03-.066.026-.069.023-.07.02-.071.017-.073.013-.074.009-.074.006-.076.002v-.227l.064-.002.063-.005.062-.008.061-.011.061-.014.059-.017.058-.02.056-.022.055-.026.054-.028.052-.03.051-.033.049-.035.047-.038.045-.039.043-.042.042-.044.039-.046.037-.048.035-.049.032-.051.03-.052.027-.055.025-.056.022-.057.02-.059.017-.059.014-.061.011-.062.008-.063.005-.064.003-.064zm-1.246-1.261v-.228l.076.002.075.006.074.009.072.013.071.017.07.02.068.023.067.027.065.03.064.033.061.036.06.039.057.041.056.044.053.047.051.049.048.052.046.054.044.056.041.058.038.061.035.062.033.064.03.066.026.067.023.069.02.071.016.072.013.073.009.075.006.075.002.077h-.225l-.002-.065-.005-.064-.008-.063-.011-.062-.014-.061-.017-.059-.02-.059-.022-.057-.025-.056-.027-.055-.03-.052-.033-.051-.035-.049-.037-.048-.039-.046-.042-.044-.043-.042-.045-.039-.047-.038-.049-.035-.051-.033-.052-.03-.054-.028-.055-.026-.056-.022-.058-.02-.059-.017-.061-.014-.061-.011-.062-.008-.064-.005-.061-.001z\"/>\n    <path fill=\"#FFF\" d=\"M115.605 28.211c-.75 0-1.359.615-1.359 1.375 0 .759.608 1.375 1.359 1.375.75 0 1.358-.615 1.358-1.375 0-.759-.608-1.375-1.358-1.375z\"/>\n    <path fill=\"#21231E\" d=\"M114.359 29.586h-.225l.002-.077.006-.076.009-.074.013-.073.016-.072.02-.071.023-.069.026-.068.03-.066.033-.064.035-.062.038-.06.041-.058.044-.056.046-.054.049-.052.051-.049.053-.047.056-.044.058-.041.06-.039.061-.036.063-.033.065-.03.067-.026.068-.023.07-.02.071-.016.072-.013.074-.009.075-.006.076-.002v.227l-.064.002-.063.005-.062.008-.061.011-.06.014-.059.017-.058.02-.057.022-.055.026-.054.028-.052.03-.051.033-.049.035-.047.038-.045.039-.043.042-.041.044-.039.046-.037.047-.034.05-.033.051-.03.053-.027.054-.025.056-.022.057-.02.059-.017.059-.014.061-.011.062-.008.063-.005.064-.003.063zm1.246 1.261v.228l-.076-.002-.074-.006-.074-.009-.072-.013-.071-.017-.07-.02-.068-.023-.067-.026-.065-.03-.063-.033-.062-.036-.06-.039-.057-.041-.056-.044-.053-.047-.051-.049-.049-.052-.046-.054-.043-.056-.041-.058-.039-.061-.035-.062-.033-.064-.029-.066-.026-.068-.023-.069-.02-.071-.016-.072-.013-.073-.009-.075-.005-.075-.002-.077h.225l.002.065.005.064.008.063.011.062.014.061.016.06.02.059.022.057.025.056.027.055.03.052.033.051.034.05.037.047.039.046.042.044.043.042.045.039.047.038.049.035.051.033.052.03.054.028.055.026.056.022.058.02.059.017.061.014.061.011.062.008.063.005h.062zm1.246-1.261h.225l-.002.076-.005.076-.009.074-.013.073-.016.072-.02.071-.023.069-.026.067-.029.066-.033.064-.035.062-.038.06-.041.058-.043.056-.046.054-.049.052-.051.049-.053.047-.056.044-.057.041-.06.039-.062.036-.063.033-.065.03-.066.026-.069.023-.07.02-.071.017-.073.013-.074.009-.075.006-.076.002v-.227l.064-.002.063-.005.062-.008.061-.011.061-.014.059-.017.058-.02.056-.022.055-.026.054-.028.052-.03.051-.033.049-.035.047-.038.045-.039.043-.042.042-.044.039-.046.037-.047.035-.05.033-.051.03-.052.027-.055.025-.056.022-.057.02-.059.017-.059.014-.061.011-.062.008-.063.005-.064-.001-.062zm-1.246-1.261v-.228l.076.002.075.006.074.009.072.013.071.017.07.02.069.023.067.027.065.03.063.033.062.036.06.039.057.041.056.044.053.047.051.049.048.052.046.054.044.056.041.058.038.061.035.062.033.064.03.066.026.067.023.069.02.071.017.072.013.073.009.075.006.075.002.077h-.225l-.001-.065-.005-.064-.008-.063-.011-.062-.014-.061-.017-.059-.02-.059-.022-.057-.025-.056-.027-.055-.03-.052-.033-.051-.034-.05-.037-.047-.039-.046-.041-.044-.043-.042-.045-.039-.047-.038-.049-.035-.051-.033-.052-.03-.054-.028-.055-.026-.057-.022-.058-.02-.059-.017-.06-.014-.061-.011-.062-.008-.063-.005-.067-.001z\"/>\n    <path fill=\"#FFF\" d=\"M118.388 28.432c-.75 0-1.359.615-1.359 1.375 0 .759.608 1.375 1.359 1.375s1.358-.615 1.358-1.375a1.365 1.365 0 00-1.358-1.375z\"/>\n    <path fill=\"#21231E\" d=\"M117.142 29.807h-.225l.002-.076.005-.076.009-.074.013-.073.016-.072.02-.071.023-.069.026-.068.03-.066.032-.064.035-.063.038-.06.041-.058.043-.056.046-.054.049-.051.051-.049.053-.047.056-.044.058-.042.06-.039.062-.036.063-.033.065-.03.066-.026.069-.023.07-.02.071-.016.072-.013.074-.009.074-.006.076-.002v.228l-.065.002-.063.005-.062.008-.061.011-.061.014-.059.017-.058.02-.056.022-.055.026-.054.028-.052.03-.051.033-.049.035-.047.038-.045.039-.043.042-.041.043-.039.046-.037.048-.034.049-.033.051-.03.053-.028.054-.025.056-.022.057-.02.059-.017.059-.014.061-.011.062-.008.063-.005.064.002.063zm1.246 1.261v.228l-.076-.002-.075-.006-.074-.009-.072-.013-.071-.017-.07-.02-.069-.023-.067-.027-.065-.03-.063-.033-.062-.036-.06-.039-.056-.041-.056-.044-.053-.047-.051-.049-.049-.052-.046-.054-.043-.056-.041-.058-.038-.06-.035-.062-.033-.064-.03-.066-.026-.067-.023-.069-.02-.071-.016-.072-.013-.073-.009-.075-.006-.075-.002-.077h.225l.002.065.005.064.008.063.011.062.014.061.017.06.02.059.022.057.025.056.027.054.03.053.033.051.034.05.037.047.039.046.042.044.043.042.045.039.047.038.049.035.051.033.052.03.054.028.055.026.057.022.058.02.059.017.06.014.061.011.062.008.063.005.063-.001zm1.246-1.261h.225l-.002.077-.006.076-.009.074-.013.073-.017.072-.02.071-.023.069-.026.068-.03.066-.033.064-.035.062-.038.06-.041.059-.044.056-.046.054-.048.051-.051.049-.053.047-.056.045-.058.041-.06.039-.061.036-.063.033-.065.03-.067.026-.068.023-.07.02-.071.016-.072.013-.074.009-.074.006-.076.002v-.227l.064-.002.063-.005.062-.008.061-.011.061-.014.059-.017.058-.02.057-.022.055-.026.054-.028.052-.03.051-.033.049-.035.047-.038.045-.039.043-.042.042-.044.039-.046.037-.048.035-.049.032-.051.03-.052.027-.055.025-.056.022-.057.02-.059.017-.06.014-.061.011-.062.008-.063.005-.064v-.063zm-1.246-1.261v-.228l.076.002.074.006.074.009.073.013.071.017.07.02.068.023.067.026.065.03.063.033.062.036.06.039.058.041.056.044.053.047.051.049.049.051.046.054.043.056.041.058.038.061.036.062.032.064.03.066.026.068.023.069.02.071.016.072.013.073.009.075.006.075.002.077h-.225l-.002-.065-.004-.064-.008-.063-.011-.062-.014-.061-.017-.059-.02-.059-.022-.057-.025-.056-.028-.055-.03-.053-.032-.051-.035-.049-.037-.048-.039-.046-.042-.043-.043-.042-.045-.039-.047-.038-.049-.035-.051-.033-.052-.03-.054-.028-.055-.026-.056-.022-.058-.02-.059-.017-.061-.014-.061-.011-.062-.008-.063-.005h-.064z\"/>\n    <path fill=\"#FFF\" d=\"M120.954 28.929c-.75 0-1.358.615-1.358 1.374 0 .759.608 1.375 1.358 1.375.75 0 1.358-.615 1.358-1.375 0-.759-.608-1.374-1.358-1.374z\"/>\n    <path fill=\"#21231E\" d=\"M119.707 30.304h-.225l.002-.077.006-.075.009-.075.013-.073.016-.072.02-.071.023-.069.026-.067.03-.066.033-.064.035-.062.038-.061.041-.058.043-.056.046-.054.049-.052.051-.049.053-.047.056-.044.058-.042.06-.039.062-.036.063-.033.065-.03.067-.027.069-.023.07-.02.071-.017.073-.013.074-.009.075-.006.076-.002v.228l-.064.002-.063.005-.062.008-.061.011-.061.014-.059.017-.058.02-.056.022-.055.025-.054.028-.052.03-.051.033-.049.035-.047.038-.045.04-.043.042-.041.044-.039.046-.037.047-.034.05-.033.051-.03.053-.027.055-.025.056-.022.057-.02.059-.016.06-.014.061-.011.062-.008.063-.005.064-.006.063zm1.246 1.261v.228l-.076-.002-.075-.006-.074-.009-.072-.013-.071-.017-.07-.02-.069-.023-.067-.026-.065-.03-.063-.033-.062-.036-.06-.039-.058-.042-.055-.044-.053-.047-.051-.049-.049-.052-.046-.054-.044-.056-.041-.058-.038-.06-.035-.062-.033-.064-.03-.066-.026-.068-.023-.069-.02-.071-.017-.072-.013-.073-.009-.075-.006-.075-.002-.077h.225l.002.065.005.064.008.063.011.062.014.061.017.06.02.059.022.057.025.056.027.055.03.052.033.051.035.049.037.047.039.046.041.044.044.042.045.04.047.037.049.035.05.033.052.03.054.028.055.025.057.022.058.02.059.017.06.014.061.011.062.008.063.005.066.002zm1.246-1.261h.225l-.002.076-.006.076-.009.075-.013.073-.016.072-.02.071-.023.069-.026.068-.03.066-.033.064-.035.062-.038.06-.041.059-.044.056-.046.054-.048.052-.051.049-.053.047-.055.044-.058.042-.06.039-.061.036-.063.033-.065.03-.067.027-.068.023-.07.02-.071.017-.072.013-.074.01-.075.006-.076.002v-.228l.064-.002.063-.005.062-.008.061-.011.06-.014.059-.017.058-.02.057-.022.055-.025.054-.028.052-.03.05-.033.049-.035.047-.038.045-.039.043-.042.042-.044.039-.046.037-.047.035-.049.032-.051.03-.053.027-.054.025-.056.022-.057.02-.059.017-.059.014-.061.011-.062.008-.063.005-.064.001-.069zm-1.246-1.261v-.228l.076.002.074.006.074.009.072.013.071.016.07.02.068.023.067.026.065.03.063.033.061.036.06.039.058.042.055.044.053.047.051.049.048.052.046.054.044.056.041.059.038.06.035.062.033.064.03.066.026.067.023.069.02.071.017.072.013.073.009.075.006.076.002.076h-.225l-.002-.065-.005-.064-.008-.063-.011-.062-.014-.061-.017-.06-.02-.058-.022-.057-.025-.056-.027-.054-.03-.053-.033-.051-.035-.049-.037-.047-.039-.046-.042-.044-.043-.042-.045-.039-.047-.038-.049-.035-.051-.033-.052-.03-.054-.028-.055-.025-.056-.022-.058-.02-.059-.017-.061-.014-.061-.011-.062-.008-.064-.005-.06-.002z\"/>\n    <path fill=\"#FFF\" d=\"M137.831 36.011c-.753 0-1.364.618-1.364 1.381s.611 1.38 1.364 1.38c.754 0 1.364-.618 1.364-1.38a1.371 1.371 0 00-1.364-1.381z\"/>\n    <path fill=\"#21231E\" d=\"M136.579 37.392h-.225l.002-.077.006-.075.009-.075.013-.074.016-.072.02-.071.023-.07.026-.068.03-.066.033-.065.036-.062.038-.061.041-.059.044-.056.046-.054.049-.052.051-.049.054-.047.055-.044.058-.042.06-.039.062-.036.063-.033.066-.03.067-.027.069-.024.07-.02.072-.017.073-.013.074-.009.075-.006.076-.002v.227l-.064.002-.064.005-.062.008-.061.011-.06.014-.059.017-.058.02-.057.023-.055.025-.054.028-.053.03-.051.033-.049.035-.048.038-.045.04-.043.042-.041.044-.039.046-.037.048-.035.049-.032.051-.03.054-.028.054-.025.056-.022.058-.02.059-.017.06-.014.061-.011.062-.008.063-.005.065-.005.067zm1.252 1.267v.228l-.076-.002-.074-.006-.074-.009-.073-.013-.072-.017-.07-.02-.069-.024-.067-.027-.065-.03-.064-.033-.062-.036-.06-.039-.058-.042-.056-.044-.054-.047-.051-.049-.049-.052-.047-.054-.043-.056-.041-.058-.038-.061-.035-.063-.033-.064-.03-.066-.026-.068-.023-.069-.02-.071-.017-.073-.013-.074-.009-.075-.006-.075-.002-.077h.225l.002.065.005.065.008.063.011.062.014.061.017.06.02.059.022.057.025.056.028.055.03.053.033.051.035.049.037.048.039.046.042.044.043.042.045.04.048.038.049.035.051.033.052.03.054.028.055.026.057.023.058.02.059.017.061.014.062.011.063.008.064.005.063.002zm1.252-1.267h.225l-.002.077-.006.076-.009.075-.013.074-.016.072-.02.071-.023.07-.027.068-.029.066-.033.065-.036.062-.038.061-.041.058-.044.056-.046.054-.049.052-.051.049-.054.047-.055.044-.058.042-.06.039-.062.036-.064.033-.066.03-.067.027-.069.024-.07.02-.072.017-.073.013-.074.009-.074.006-.076.002v-.228l.064-.002.064-.005.063-.008.062-.011.06-.014.059-.017.058-.02.057-.023.056-.025.054-.028.052-.03.051-.033.049-.035.047-.038.046-.04.043-.042.042-.044.039-.046.037-.048.035-.049.033-.051.03-.053.028-.054.025-.056.022-.057.02-.059.017-.06.014-.062.011-.063.008-.063.005-.065.001-.066zm-1.252-1.267v-.228l.076.002.075.006.074.009.073.013.072.017.07.02.069.024.067.027.066.03.063.033.062.036.061.039.058.042.056.044.054.047.051.049.049.052.046.055.043.056.041.058.038.061.035.063.033.064.03.066.026.068.023.069.02.071.017.073.013.074.009.075.006.076.002.077h-.225l-.001-.065-.005-.065-.008-.064-.011-.062-.014-.061-.017-.06-.02-.059-.022-.058-.025-.056-.028-.054-.03-.054-.033-.051-.035-.049-.037-.048-.039-.046-.041-.044-.044-.042-.045-.04-.047-.038-.049-.035-.05-.033-.053-.03-.054-.028-.056-.025-.057-.023-.058-.02-.059-.017-.061-.014-.061-.011-.063-.008-.064-.005-.066-.003z\"/>\n    <path fill=\"#FFF\" d=\"M135.492 34.52c-.754 0-1.365.618-1.365 1.381s.611 1.38 1.365 1.38c.753 0 1.364-.618 1.364-1.38a1.371 1.371 0 00-1.364-1.381z\"/>\n    <path fill=\"#21231E\" d=\"M134.24 35.901h-.225l.002-.077.006-.075.009-.075.013-.074.016-.072.02-.071.023-.069.027-.068.03-.066.033-.064.036-.063.038-.061.041-.058.044-.056.046-.054.049-.052.051-.049.054-.047.055-.044.058-.042.06-.039.062-.036.064-.033.065-.03.067-.027.069-.024.07-.02.072-.017.073-.013.074-.009.074-.006.076-.002v.227l-.064.002-.064.005-.063.008-.061.011-.061.014-.059.017-.058.02-.057.023-.056.025-.054.028-.052.03-.051.033-.049.035-.047.038-.045.04-.043.042-.042.044-.039.046-.038.048-.035.049-.033.051-.03.054-.028.054-.025.056-.022.058-.02.059-.017.06-.014.061-.011.062-.008.063-.005.065-.001.065zm1.252 1.267v.228l-.076-.002-.075-.006-.074-.009-.073-.013-.072-.017-.07-.02-.069-.024-.067-.027-.066-.03-.064-.033-.062-.036-.06-.039-.058-.042-.056-.044-.054-.047-.051-.049-.049-.052-.046-.054-.044-.056-.041-.059-.038-.061-.036-.062-.033-.065-.03-.066-.026-.068-.023-.069-.02-.071-.016-.072-.013-.074-.009-.075-.006-.075-.002-.077h.225l.002.065.005.065.008.063.011.063.014.061.017.06.02.059.022.057.025.056.028.054.03.053.033.052.035.049.037.048.039.046.042.044.043.042.045.04.047.038.049.035.051.033.052.03.054.028.056.026.057.023.058.02.059.017.061.014.061.011.063.008.064.005.066.001zm1.252-1.267h.225l-.002.077-.006.076-.009.075-.013.074-.017.072-.02.071-.023.07-.026.068-.03.066-.033.065-.035.062-.038.061-.041.058-.044.056-.046.054-.049.052-.051.049-.054.047-.055.044-.058.042-.06.039-.062.036-.063.033-.066.03-.068.026-.069.024-.07.02-.072.017-.073.013-.074.009-.075.006-.076.002v-.228l.064-.002.064-.005.063-.008.061-.011.061-.014.059-.017.058-.02.057-.023.055-.025.054-.028.053-.03.051-.033.049-.035.048-.037.045-.04.043-.042.042-.044.039-.046.037-.048.035-.049.032-.051.03-.053.028-.054.025-.056.022-.057.02-.059.017-.06.014-.062.011-.063.008-.063.005-.065.003-.066zm-1.252-1.267v-.228l.076.002.074.006.074.009.073.013.071.016.07.02.069.024.067.027.065.03.064.033.062.036.06.039.058.042.056.044.054.047.051.049.049.052.047.054.043.056.041.059.038.061.035.063.033.064.029.066.026.068.023.069.02.071.017.073.013.074.009.075.006.076.002.077h-.225l-.002-.065-.005-.065-.008-.063-.011-.062-.014-.061-.017-.06-.02-.059-.022-.057-.025-.056-.028-.055-.03-.053-.033-.052-.035-.049-.037-.048-.039-.046-.042-.044-.043-.042-.045-.039-.048-.038-.049-.035-.051-.033-.053-.031-.054-.028-.055-.026-.057-.023-.058-.02-.059-.017-.061-.014-.062-.011-.062-.008-.064-.005-.061-.002z\"/>\n    <path fill=\"#FFF\" d=\"M132.834 33.258c-.754 0-1.365.618-1.365 1.381s.611 1.381 1.365 1.381c.753 0 1.364-.618 1.364-1.381 0-.764-.611-1.381-1.364-1.381z\"/>\n    <path fill=\"#21231E\" d=\"M131.581 34.638h-.225l.002-.077.006-.076.009-.075.013-.074.016-.072.02-.071.023-.069.026-.068.03-.066.033-.064.036-.063.038-.061.041-.059.044-.056.046-.054.049-.052.051-.049.054-.047.056-.044.058-.042.06-.039.062-.036.064-.033.066-.03.067-.027.069-.024.07-.02.072-.017.073-.013.074-.009.075-.006.076-.002v.228l-.064.002-.064.005-.063.008-.062.011-.061.014-.059.017-.058.02-.057.022-.055.026-.054.028-.052.03-.051.033-.049.036-.048.038-.045.04-.043.042-.042.044-.039.046-.037.048-.035.049-.033.051-.03.053-.028.054-.025.056-.022.057-.02.059-.017.06-.014.061-.011.062-.008.063-.005.065-.003.067zm1.252 1.267v.227l-.076-.002-.075-.006-.074-.009-.073-.013-.072-.017-.07-.02-.069-.024-.067-.027-.065-.03-.064-.033-.062-.036-.06-.039-.058-.042-.056-.044-.054-.047-.051-.049-.049-.052-.047-.054-.043-.056-.041-.058-.038-.061-.035-.063-.033-.064-.029-.066-.026-.068-.023-.07-.02-.071-.017-.072-.013-.074-.009-.075-.006-.076-.002-.077h.225l.001.065.005.065.008.063.011.062.014.061.017.06.02.059.022.057.025.056.028.055.03.053.033.051.035.05.037.048.039.046.042.044.043.042.045.04.048.038.049.035.051.033.053.03.054.028.055.025.057.023.058.02.059.017.06.014.061.011.063.008.064.005.065.004zm1.252-1.267h.225l-.002.077-.006.075-.009.075-.013.074-.016.072-.02.071-.023.069-.027.068-.029.066-.033.065-.036.062-.038.06-.041.059-.044.056-.046.054-.049.052-.051.049-.054.047-.055.044-.058.042-.06.039-.062.036-.063.033-.066.03-.067.027-.069.024-.07.02-.072.017-.073.013-.074.009-.074.006-.076.002v-.228l.064-.002.064-.005.063-.008.061-.011.061-.014.059-.017.058-.02.057-.023.055-.025.054-.028.053-.03.05-.033.049-.035.048-.038.045-.04.043-.042.042-.044.039-.046.037-.048.035-.049.033-.052.03-.053.028-.055.025-.056.022-.058.02-.059.017-.06.014-.061.011-.063.008-.063.005-.065.001-.062zm-1.252-1.267v-.228l.076.002.075.006.074.009.073.013.072.017.07.02.069.024.067.027.066.03.064.033.062.036.06.039.057.042.056.044.054.047.051.049.049.052.046.055.043.056.041.058.038.061.035.063.033.064.03.066.026.068.023.069.02.071.017.073.013.074.009.075.006.075.002.077h-.225l-.001-.065-.005-.065-.008-.064-.011-.062-.014-.061-.017-.06-.02-.059-.022-.058-.025-.056-.028-.054-.03-.053-.033-.051-.035-.05-.037-.048-.039-.046-.041-.044-.043-.042-.045-.04-.048-.038-.049-.035-.051-.033-.052-.03-.054-.028-.055-.025-.057-.023-.058-.02-.059-.017-.061-.014-.062-.011-.063-.008-.064-.005-.065-.002z\"/>\n    <path fill=\"#FFF\" d=\"M139.64 38.256c-.754 0-1.365.618-1.365 1.381 0 .762.611 1.381 1.365 1.381.753 0 1.364-.618 1.364-1.381s-.61-1.381-1.364-1.381z\"/>\n    <path fill=\"#21231E\" d=\"M138.388 39.637h-.225l.002-.077.006-.076.009-.075.013-.074.016-.072.02-.071.023-.069.027-.068.03-.066.033-.064.036-.063.038-.061.041-.059.044-.056.046-.055.049-.052.051-.049.054-.047.055-.044.058-.042.06-.039.062-.036.064-.032.066-.03.067-.027.069-.024.07-.02.072-.017.073-.013.074-.009.074-.006.076-.002v.228l-.064.002-.064.005-.063.008-.062.011-.06.014-.059.017-.058.02-.057.022-.056.026-.054.028-.052.03-.051.033-.049.035-.048.038-.045.04-.043.042-.042.044-.039.046-.037.048-.035.049-.033.051-.03.053-.028.054-.025.056-.022.057-.02.059-.017.06-.014.061-.011.062-.008.063-.005.065-.002.068zm1.252 1.267v.228l-.076-.002-.075-.006-.074-.009-.073-.013-.071-.017-.07-.02-.069-.024-.067-.027-.066-.03-.064-.033-.061-.036-.06-.039-.058-.042-.056-.044-.054-.047-.051-.049-.049-.052-.046-.054-.044-.056-.041-.059-.038-.06-.036-.063-.033-.064-.03-.066-.026-.068-.023-.07-.02-.071-.017-.072-.013-.074-.009-.075-.006-.076-.002-.077h.225l.001.065.005.065.008.063.011.062.014.061.017.06.02.059.022.058.025.056.028.054.03.053.033.051.035.05.037.048.039.046.042.044.043.042.045.039.048.038.049.035.051.033.053.031.054.028.056.026.057.022.058.02.059.017.061.014.062.011.062.008.064.005.064.003zm1.252-1.267h.225l-.002.077-.006.075-.009.075-.013.074-.016.072-.02.071-.023.069-.026.068-.03.066-.033.065-.035.062-.038.061-.041.059-.044.056-.046.054-.049.052-.051.049-.054.047-.055.044-.058.042-.06.039-.062.036-.063.033-.066.03-.067.027-.069.023-.07.02-.072.017-.073.013-.074.009-.075.006-.076.002v-.228l.064-.001.064-.005.063-.008.061-.011.06-.014.059-.017.058-.02.057-.023.055-.025.054-.028.053-.03.05-.033.049-.035.048-.038.045-.04.043-.042.042-.044.039-.046.037-.048.035-.049.033-.052.03-.053.028-.054.025-.056.022-.057.02-.059.017-.06.014-.061.011-.063.008-.063.005-.065.002-.065zm-1.252-1.267v-.228l.076.002.075.006.074.009.073.013.072.017.07.02.069.024.067.027.066.03.064.033.062.036.06.039.057.042.056.044.054.047.051.049.049.052.046.054.043.056.041.058.038.061.035.063.033.064.03.066.026.068.023.069.02.071.017.072.013.074.009.075.006.075.002.077h-.225l-.001-.065-.005-.065-.008-.064-.011-.062-.014-.061-.017-.06-.02-.059-.022-.058-.025-.056-.028-.055-.03-.053-.033-.051-.035-.05-.037-.048-.039-.046-.041-.044-.043-.042-.045-.04-.048-.038-.049-.035-.051-.033-.052-.03-.054-.028-.055-.025-.057-.023-.058-.02-.059-.017-.061-.014-.062-.011-.063-.008-.064-.005-.065.001z\"/>\n    <path fill=\"#EDB92E\" d=\"M132.356 53.411c-.537-.166-1.377 1.035-1.576 1.014-.264-.687.275-2.329 1.23-3.629.648-.214.707-.635.841-1.614.04-.293.595-.091.606.407.011.534.052.829-.066 1.285-.046.18-.021.352.178.516-1.013.405-1.262.902-1.213 2.021z\"/>\n    <path fill=\"#21231E\" d=\"M130.675 54.466l.21-.083-.094-.072h-.015l.004-.002.015-.008.024-.016.029-.022.033-.027.037-.033.041-.037.043-.041.046-.044.049-.047.05-.049.053-.051.054-.052.055-.052.057-.053.059-.053.059-.052.06-.051.061-.049.062-.047.062-.044.063-.042.064-.038.064-.034.065-.029.066-.025.066-.018.067-.012.068-.004.068.006.068.015-.066.217-.035-.008-.037-.003-.04.002-.044.008-.047.013-.049.019-.051.023-.053.028-.054.033-.056.037-.057.04-.057.043-.057.046-.057.048-.057.049-.056.051-.055.051-.054.051-.053.051-.052.051-.051.049-.048.047-.047.046-.046.043-.043.039-.041.036-.04.033-.039.029-.038.025-.04.021-.044.015-.056.003-.093-.07zm1.299-3.778l.069.216.056-.04-.087.121-.084.123-.082.124-.079.125-.077.127-.074.128-.071.128-.068.128-.065.128-.062.128-.059.128-.056.127-.053.126-.05.125-.046.124-.042.122-.039.12-.035.118-.032.115-.028.113-.024.11-.02.107-.016.103-.012.1-.008.095-.005.091v.086l.004.081.008.076.012.07.016.064.019.058-.209.083-.026-.076-.02-.081-.014-.085-.009-.089-.005-.093v-.097l.005-.101.009-.104.013-.107.017-.111.021-.113.026-.116.029-.119.033-.121.037-.123.04-.125.044-.127.048-.128.051-.129.054-.13.058-.131.061-.132.064-.132.067-.132.07-.132.073-.132.076-.131.079-.13.081-.129.085-.128.087-.126.09-.125.055-.043zm.764-1.521l.223.031-.012.09-.012.087-.012.084-.012.081-.012.079-.012.076-.013.073-.013.071-.014.068-.014.066-.015.064-.017.061-.017.059-.019.057-.02.055-.022.053-.024.051-.026.05-.028.047-.031.045-.033.044-.035.041-.038.039-.041.038-.044.035-.046.033-.049.031-.052.029-.054.027-.057.025-.06.024-.063.022-.07-.216.055-.019.051-.02.048-.021.045-.023.041-.023.038-.025.036-.026.033-.026.031-.028.029-.03.027-.031.025-.033.023-.035.022-.037.021-.039.019-.042.019-.044.018-.047.016-.05.016-.053.015-.055.014-.058.014-.061.013-.064.012-.068.012-.07.012-.074.011-.076.012-.081.012-.083.012-.087.012-.091zm.83.42l-.225.005-.002-.038-.005-.036-.007-.034-.009-.033-.011-.031-.012-.029-.014-.028-.016-.026-.017-.024-.018-.023-.019-.021-.02-.019-.02-.018-.021-.015-.021-.014-.021-.012-.02-.01-.019-.008-.019-.006-.017-.004-.016-.002h-.013l-.011.001-.01.001-.006.002-.004.002-.003.002-.002.002-.002.003-.002.004-.003.008-.002.012-.223-.031.008-.041.013-.038.019-.037.025-.032.028-.027.032-.022.034-.017.036-.011.035-.007.036-.002.036.002.035.005.036.008.035.011.035.014.034.017.034.019.033.022.032.025.031.027.03.029.029.032.027.034.025.037.024.039.021.041.019.044.016.046.013.047.01.05.007.052.002.053zm-.07 1.316l-.217-.057.01-.041.009-.04.008-.039.008-.038.007-.038.006-.036.005-.037.005-.036.004-.035.003-.036.003-.035.002-.035.002-.035.002-.035.001-.035v-.22l-.001-.039-.001-.039-.002-.041-.001-.042-.001-.042-.001-.044-.001-.044-.002-.046-.001-.047-.001-.049-.002-.05.225-.005.001.049.001.047.001.046.002.046.001.045.002.043.001.043.001.041.001.041.001.041.001.04.001.04v.154l-.001.038-.001.038-.002.038-.002.038-.003.038-.003.038-.004.039-.005.04-.006.039-.006.04-.007.041-.007.041-.008.041-.009.042-.01.044-.009.045zm.11.593l-.083-.211-.03.194-.02-.018-.02-.018-.018-.018-.017-.018-.017-.018-.016-.018-.015-.019-.014-.02-.013-.019-.012-.019-.011-.02-.01-.02-.01-.02-.008-.021-.008-.021-.007-.02-.005-.02-.005-.021-.004-.021-.003-.02-.002-.021-.001-.021-.001-.021v-.04l.001-.02.002-.02.003-.02.003-.019.004-.02.005-.02.005-.019.217.057-.004.015-.003.013-.003.013-.002.014-.002.013-.001.013-.001.013v.038l.001.012.001.012.002.013.002.012.002.011.003.012.004.012.004.012.005.011.005.011.006.012.007.012.008.012.008.012.009.012.01.012.011.013.012.013.013.013.013.013.014.013.016.013-.03.19zm.03-.194l.148.123-.178.071.03-.194zm-1.395 2.109h.225l-.225.005-.004-.105-.002-.102v-.099l.002-.095.004-.093.007-.089.009-.087.011-.084.014-.082.017-.079.02-.077.023-.075.026-.072.029-.07.032-.067.036-.066.039-.063.043-.061.046-.059.05-.057.053-.055.057-.053.06-.051.064-.049.068-.047.071-.046.075-.044.079-.043.082-.042.087-.041.09-.04.095-.039.083.211-.09.037-.086.038-.081.038-.077.039-.072.039-.068.041-.064.041-.06.042-.056.043-.052.044-.048.045-.045.046-.042.048-.038.049-.035.051-.033.052-.03.055-.027.057-.024.059-.022.061-.02.064-.017.067-.015.07-.013.073-.01.076-.008.08-.006.083-.004.087-.002.09v.094l.002.097.004.101-.227.009zm.225 0h-.225l.145-.109.08.109zm-.079-.109l.079.025v.084l-.079-.109z\"/>\n    <path fill=\"#EDB92E\" d=\"M132.836 49.196c.092.225.121.409.143.752.017.261-.078.505-.243.721a2.293 2.293 0 01-.668.563c-.165.096-.354.363-.504.666-.149.301-.258.641-.264.883-.021.799-.175 1.497-.537 1.635a.703.703 0 01-.514.033c.051-.144.032-.346.16-.546.164-.258.308-.555.321-.814.011-.202.105-.337.028-.734-.05-.258-.217-.355-.187-.593.057-.46.416-1.344.944-1.344.52 0 .763-.057 1.033-.752.09-.238.21-.352.288-.47z\"/>\n    <path fill=\"#21231E\" d=\"M133.091 49.94l-.225.015-.002-.031-.002-.03-.002-.029-.002-.029-.002-.028-.002-.027-.002-.026-.003-.026-.003-.025-.003-.024-.003-.023-.003-.022-.003-.023-.003-.022-.003-.021-.004-.02-.004-.021-.004-.021-.004-.02-.005-.019-.005-.019-.005-.019-.005-.019-.005-.018-.006-.019-.006-.02-.006-.018-.007-.019-.007-.019-.007-.019-.008-.019-.008-.02.207-.088.009.022.009.023.008.022.008.021.008.022.007.022.007.021.007.021.007.023.006.022.006.022.005.023.005.023.005.023.004.022.005.023.004.024.004.024.004.024.003.024.003.026.003.025.003.026.003.026.003.026.003.028.002.028.002.028.002.03.002.031.002.031.003.032zm-.266.798l-.178-.139.014-.019.014-.019.013-.018.013-.019.013-.02.012-.019.011-.019.011-.02.01-.019.01-.02.01-.02.009-.02.009-.021.008-.02.008-.019.007-.02.007-.021.006-.02.006-.02.005-.021.005-.02.004-.02.004-.021.003-.021.003-.021.002-.021.001-.021.001-.021v-.063l-.001-.021.224-.015.001.028.001.027v.027l-.001.028-.001.027-.002.027-.003.027-.003.026-.004.026-.005.026-.006.027-.006.026-.007.025-.008.026-.008.025-.008.025-.009.025-.01.025-.01.024-.011.024-.011.025-.012.024-.012.024-.013.024-.013.023-.014.023-.015.023-.015.022-.015.023-.016.023-.016.021-.012.022zm-.701.592l-.112-.197.024-.014.024-.014.023-.014.023-.015.023-.015.023-.015.023-.015.022-.015.023-.016.022-.016.021-.015.022-.017.021-.016.02-.016.02-.016.02-.017.02-.017.02-.017.019-.017.019-.017.019-.018.019-.018.018-.017.017-.018.018-.018.017-.018.017-.018.017-.019.015-.018.015-.018.015-.019.015-.019.178.139-.016.022-.018.022-.018.021-.018.021-.018.02-.019.021-.02.021-.019.02-.02.02-.02.02-.02.019-.02.019-.021.019-.021.019-.022.019-.022.018-.023.018-.022.018-.024.018-.023.018-.023.017-.024.018-.024.017-.024.017-.025.017-.024.016-.025.016-.025.016-.025.016-.026.016-.025.015-.026.016zm-.459.618l-.201-.101.015-.029.015-.029.015-.029.015-.028.015-.028.016-.028.016-.028.016-.027.016-.027.016-.026.017-.026.016-.025.017-.025.017-.025.017-.024.017-.023.017-.023.018-.023.018-.022.017-.02.018-.021.018-.02.017-.018.018-.019.018-.018.019-.017.018-.016.018-.015.019-.015.018-.013.02-.013.02-.012.112.197-.012.007-.012.008-.013.009-.013.01-.014.012-.014.012-.013.013-.014.014-.014.015-.015.016-.015.016-.015.017-.016.019-.015.018-.015.019-.015.02-.015.021-.015.021-.015.022-.015.023-.015.023-.015.024-.015.024-.015.025-.015.025-.015.025-.015.026-.014.026-.015.027-.014.026-.014.027-.011.026zm-.253.835l-.224-.006.001-.026.002-.026.002-.026.003-.027.003-.028.004-.027.004-.028.005-.028.006-.028.006-.029.007-.028.007-.029.008-.03.008-.03.009-.03.009-.03.01-.03.01-.03.01-.03.01-.031.011-.031.011-.03.012-.03.012-.03.012-.03.013-.031.013-.03.013-.03.014-.03.013-.029.014-.029.014-.03.201.101-.013.028-.013.027-.013.028-.013.028-.012.028-.012.028-.012.028-.011.028-.012.028-.011.028-.01.028-.01.028-.01.028-.009.028-.009.027-.009.027-.008.028-.008.027-.007.027-.007.026-.006.026-.006.026-.006.025-.005.025-.005.025-.004.024-.003.023-.003.022-.002.023-.002.022-.001.021-.001.021zm-.61 1.738l-.079-.212.024-.011.023-.013.023-.015.023-.018.023-.021.022-.024.021-.026.021-.03.021-.033.021-.036.02-.038.019-.041.018-.044.017-.046.017-.048.016-.051.015-.053.014-.055.013-.057.012-.059.011-.061.011-.062.01-.063.009-.066.008-.066.007-.068.007-.069.006-.07.005-.071.004-.072.003-.073.002-.073.224.006-.002.076-.003.075-.004.074-.005.074-.006.073-.007.072-.008.071-.008.07-.01.069-.01.068-.012.066-.012.065-.013.063-.014.062-.015.06-.017.058-.018.057-.019.055-.02.053-.021.051-.023.049-.025.047-.025.045-.027.042-.029.041-.031.038-.033.035-.035.032-.037.03-.039.026-.041.023-.042.019zm-.659-.112l.211.077-.08-.15.017.004.016.003.015.003.015.003.015.003.013.003.012.002.013.002.013.002.011.001.012.001.012.001H130.494l.011-.001.012-.001.013-.002.013-.002.014-.002.013-.003.014-.003.015-.004.015-.004.016-.005.018-.006.018-.006.018-.006.02-.007.021-.008.079.213-.023.008-.022.008-.023.008-.021.007-.02.006-.02.006-.02.005-.02.005-.019.005-.019.004-.018.003-.018.003-.018.002-.018.002-.019.001H130.455l-.017-.001-.017-.001-.016-.001-.016-.001-.017-.003-.015-.002-.016-.002-.017-.003-.016-.003-.016-.003-.016-.003-.017-.004-.017-.004-.017-.004-.082-.146zm.08.15l-.123-.029.043-.12.08.149zm.09-.718l.189.123-.01.016-.009.016-.008.016-.008.016-.007.015-.006.016-.006.016-.006.016-.005.016-.005.016-.005.016-.004.016-.004.016-.004.017-.003.016-.003.016-.003.016-.003.017-.003.016-.003.016-.003.017-.003.017-.003.017-.003.016-.003.017-.003.017-.003.016-.004.018-.004.017-.005.017-.005.016-.006.018-.211-.077.003-.01.003-.012.003-.012.003-.012.003-.012.003-.014.003-.014.002-.015.003-.015.002-.015.003-.016.003-.016.003-.018.003-.018.003-.018.003-.019.004-.019.004-.019.004-.019.005-.02.005-.02.005-.02.007-.021.007-.021.008-.021.008-.021.009-.022.01-.022.011-.021.012-.022.013-.022.014-.024zm.304-.76l.224.013v-.001l-.002.028-.003.028-.003.028-.005.028-.005.027-.006.028-.006.028-.007.028-.008.028-.008.028-.009.028-.009.027-.01.028-.011.028-.011.028-.011.027-.012.027-.012.027-.013.028-.013.027-.013.027-.013.027-.014.027-.015.027-.014.026-.015.026-.015.027-.015.025-.016.026-.015.026-.016.025-.016.025-.189-.123.015-.023.015-.024.015-.024.014-.024.014-.024.014-.024.014-.025.014-.025.013-.024.013-.024.012-.025.012-.025.012-.024.011-.024.011-.025.011-.025.01-.025.01-.025.009-.024.008-.024.008-.024.007-.024.007-.023.006-.023.006-.024.005-.023.004-.023.004-.023.003-.022.003-.021.002-.022.004-.018zm.03-.706l.221-.044.007.039.006.037.005.036.004.035.003.034.002.032.002.031.001.03v.056l-.001.027-.001.026-.002.025-.002.024-.002.023-.003.023-.003.023-.004.021-.003.02-.004.021-.004.018-.003.019-.004.018-.003.017-.003.017-.003.016-.003.016-.002.017-.002.016-.002.015-.001.016-.001.016-.225-.013.002-.021.002-.021.002-.022.003-.02.003-.019.003-.02.003-.019.003-.018.004-.019.004-.018.003-.018.003-.018.003-.017.003-.019.003-.018.002-.017.002-.019.002-.02.002-.02.001-.02.001-.021v-.069l-.001-.024-.002-.026-.002-.028-.003-.029-.004-.029-.005-.032-.005-.033-.002-.033zm-.188-.628l.223.028-.002.017-.001.016V51.837l.001.013.002.013.002.013.003.012.004.013.005.013.005.013.005.014.006.013.007.014.007.014.007.014.008.016.009.016.008.016.009.017.01.019.009.018.009.018.01.021.009.021.008.021.009.023.008.024.007.024.008.025.007.027.006.027-.221.044-.004-.02-.005-.019-.005-.018-.006-.018-.006-.017-.006-.016-.007-.018-.007-.016-.007-.015-.008-.017-.008-.016-.008-.015-.008-.016-.009-.017-.008-.016-.009-.016-.009-.018-.008-.018-.009-.019-.008-.019-.008-.019-.007-.02-.007-.021-.006-.022-.005-.023-.005-.024-.003-.024-.002-.025-.001-.025V51.8l.002-.027v-.026zm1.055-1.444v.228l-.038.002-.036.006-.037.01-.037.013-.036.017-.036.02-.036.024-.035.027-.035.031-.035.034-.034.037-.033.04-.032.042-.031.044-.03.046-.029.049-.028.05-.027.051-.026.052-.024.053-.023.053-.021.054-.02.053-.018.053-.017.053-.015.052-.014.051-.012.049-.011.048-.009.046-.008.043-.006.041-.223-.028.007-.048.009-.05.01-.051.012-.053.014-.055.015-.056.017-.057.019-.057.02-.058.022-.058.024-.058.025-.058.027-.058.028-.057.03-.057.031-.056.033-.054.035-.053.036-.052.038-.049.039-.048.042-.045.043-.043.045-.04.047-.037.049-.033.051-.03.054-.025.055-.02.057-.015.059-.009.059-.004zm.928-.68l.209.083-.026.065-.026.062-.026.059-.026.055-.026.053-.027.05-.027.046-.028.044-.029.041-.029.039-.03.036-.031.034-.032.031-.033.028-.034.026-.036.024-.036.021-.037.019-.038.017-.038.014-.039.013-.04.011-.04.009-.041.007-.042.006-.043.005-.043.003-.044.003-.045.002-.046.002h-.097v-.228h.092l.044-.001.042-.002.039-.003.038-.003.036-.004.034-.005.033-.006.031-.007.03-.008.028-.009.028-.01.026-.011.025-.013.025-.015.024-.016.023-.018.024-.02.023-.022.023-.025.023-.027.023-.031.023-.033.023-.037.024-.039.023-.043.024-.047.023-.05.024-.054.024-.058.024-.063zm.21.083l.049-.128-.049.128zm.184-.624v.228l.094-.051-.008.013-.008.012-.008.011-.01.014-.009.011-.008.011-.009.012-.008.011-.009.012-.01.013-.009.012-.009.011-.009.012-.009.012-.009.013-.01.013-.008.012-.009.013-.009.014-.009.014-.009.013-.008.014-.009.015-.009.016-.008.015-.008.016-.009.017-.008.018-.008.018-.008.018-.008.02-.008.02-.21-.083.01-.024.009-.022.01-.023.01-.022.01-.02.01-.02.01-.02.011-.019.01-.017.01-.018.011-.018.011-.017.01-.016.01-.016.01-.015.011-.016.01-.014.01-.013.01-.014.01-.013.01-.013.01-.013.008-.011.009-.012.009-.012.008-.011.008-.011.008-.011.006-.009.007-.01.007-.01.007-.009.093-.051zm0 .228v-.228l.104.07-.104.158zm0-.228h.075l.029.07-.104-.07z\"/>\n    <path fill=\"#EDB92E\" d=\"M134.795 51.11a1.928 1.928 0 00-.473-.253 1.276 1.276 0 00-.847-.038c-1.247.379-1.793 2.604-.427 3.139.269.033.518-.211.759-.748.285-.711.588-1.204.913-1.506.199-.253.206-.467.075-.594z\"/>\n    <path fill=\"#21231E\" d=\"M134.281 50.962l.081-.212.016.006.016.007.015.006.016.007.016.007.016.007.016.007.016.007.016.007.015.007.016.008.017.008.016.008.016.008.016.008.017.008.016.008.016.008.016.008.016.009.015.009.015.009.016.009.016.01.016.01.015.01.015.01.015.01.015.01.015.011.015.011.015.011-.137.18-.012-.009-.012-.009-.012-.009-.013-.009-.012-.009-.013-.008-.014-.009-.013-.008-.013-.008-.013-.008-.015-.009-.014-.008-.013-.007-.014-.007-.015-.008-.015-.008-.013-.007-.015-.007-.015-.007-.015-.007-.014-.006-.014-.007-.015-.007-.015-.007-.014-.006-.014-.006-.015-.006-.014-.006-.015-.006-.016-.006-.014-.006-.016-.007zm-.774-.035l-.065-.218.029-.008.028-.007.029-.007.029-.007.029-.006.03-.005.029-.004.029-.004.03-.003.029-.002.029-.002.029-.002.029-.001h.029l.029.001.029.001.03.002.029.002.029.003.029.004.029.004.028.005.028.005.029.006.029.007.028.007.029.008.028.008.028.009.028.009.028.01.028.011-.081.212-.024-.009-.024-.008-.024-.008-.024-.007-.024-.007-.024-.006-.024-.006-.024-.006-.023-.005-.025-.005-.024-.004-.024-.003-.025-.003-.024-.002-.024-.002-.024-.002-.025-.001H133.799l-.024.001-.025.001-.024.002-.024.002-.025.004-.024.004-.024.004-.025.005-.024.005-.024.006-.025.007-.024.005zm-.445 2.917l-.027.226-.027-.007-.132-.06-.122-.07-.11-.08-.099-.089-.088-.097-.077-.104-.066-.11-.055-.115-.044-.12-.034-.124-.024-.127-.015-.13-.006-.131.003-.132.012-.133.02-.133.028-.132.036-.131.043-.129.051-.126.058-.123.065-.12.072-.115.078-.11.085-.104.09-.098.097-.091.103-.083.108-.075.114-.065.12-.055.125-.044.065.218-.105.037-.102.047-.098.056-.094.064-.09.072-.085.079-.08.087-.076.092-.07.098-.064.103-.058.108-.053.111-.046.114-.039.116-.032.118-.025.119-.018.119-.011.118-.003.117.005.115.013.113.021.11.029.106.038.102.046.097.054.092.063.086.072.08.081.073.091.066.102.059.113.05-.026-.005zm.641-.678l.209.085-.002.005-.023.051-.024.049-.024.048-.023.046-.024.044-.024.043-.024.041-.024.04-.025.038-.025.036-.025.035-.025.033-.026.032-.025.03-.026.029-.027.027-.027.026-.027.024-.028.022-.028.02-.028.019-.03.017-.03.015-.029.013-.031.012-.031.01-.031.008-.032.006-.032.003-.031.001-.033-.001-.032-.003.027-.226.018.002h.017l.019-.001.018-.002.017-.003.018-.004.017-.005.018-.007.019-.008.018-.009.018-.011.02-.013.02-.015.02-.016.02-.018.021-.02.02-.021.021-.023.021-.025.021-.027.021-.028.022-.03.021-.032.021-.034.022-.035.021-.037.022-.039.022-.041.022-.043.022-.044.022-.046.022-.048-.001.005zm.929-1.534l.176.142-.012.013-.029.027-.028.028-.028.029-.029.031-.028.032-.029.033-.028.034-.028.035-.028.037-.028.038-.028.039-.028.04-.028.041-.028.043-.028.043-.028.045-.028.046-.028.048-.027.048-.028.05-.028.051-.027.052-.027.054-.027.055-.027.056-.027.057-.027.059-.026.06-.027.061-.026.063-.026.064-.026.065-.209-.085.027-.067.027-.066.028-.064.027-.063.028-.062.028-.061.028-.059.028-.059.028-.057.028-.056.029-.055.029-.053.029-.052.029-.051.029-.05.029-.049.029-.047.03-.047.03-.045.03-.044.03-.043.03-.042.03-.041.031-.04.03-.038.031-.037.031-.036.031-.035.031-.034.032-.033.032-.032.032-.03-.013.014zm.095-.432l.137-.181.01.008.016.017.015.018.014.018.013.019.012.02.011.021.009.02.008.021.007.024.006.023.004.022.003.024.002.024.001.024-.001.024-.002.024-.003.025-.005.025-.005.025-.007.025-.007.024-.009.025-.01.026-.011.025-.012.025-.013.025-.014.025-.015.025-.016.025-.018.026-.019.025-.02.026-.176-.142.016-.021.015-.021.014-.02.013-.021.012-.02.011-.019.01-.018.009-.019.008-.018.007-.017.006-.016.005-.017.004-.015.003-.015.002-.014.001-.013.001-.013v-.025l-.001-.011-.002-.011-.002-.011-.002-.01-.003-.009-.004-.009-.004-.01-.004-.008-.005-.008-.006-.008-.007-.008-.007-.008-.007-.008.012.011z\"/>\n    <path fill=\"#EDB92E\" d=\"M134.167 51.257c-1.198-.47-2.08 1.836-.96 2.274.601.235.658-.52.775-.94.157-.567 1.335-.883.185-1.334z\"/>\n    <path fill=\"#21231E\" d=\"M133.247 53.425l-.081.212-.112-.052-.101-.065-.088-.076-.076-.086-.064-.094-.051-.1-.04-.106-.028-.11-.018-.114-.008-.116.001-.118.01-.119.019-.119.027-.119.035-.118.043-.115.049-.113.057-.109.063-.104.07-.099.076-.093.082-.086.088-.079.094-.069.099-.06.105-.049.11-.037.114-.023.118-.009.122.007.123.023.124.04-.081.212-.098-.032-.095-.018-.092-.005-.09.007-.087.018-.085.028-.083.039-.08.048-.077.057-.074.066-.07.073-.065.08-.06.086-.056.092-.049.096-.044.099-.037.102-.03.103-.024.104-.016.104-.009.102-.001.1.007.097.015.093.023.088.031.083.039.076.047.07.056.063.065.056.075.048.083.04zm.626-.865l.216.062-.01.038-.01.041-.01.043-.01.044-.01.046-.011.047-.011.048-.012.048-.013.048-.013.049-.014.049-.015.049-.016.048-.018.047-.019.047-.021.045-.023.044-.025.042-.028.041-.031.038-.034.036-.038.033-.041.029-.044.025-.048.02-.051.014-.053.008-.056.002-.057-.004-.059-.01-.06-.016-.063-.022.081-.212.047.016.043.011.038.006.035.002.031-.001.028-.004.025-.007.023-.01.022-.013.022-.015.02-.018.021-.022.02-.024.019-.027.018-.031.018-.033.017-.036.016-.038.015-.04.015-.042.013-.043.012-.044.012-.046.012-.046.011-.046.011-.046.011-.046.01-.046.011-.045.011-.044.011-.043.009-.046zm.253-1.197l.081-.212.105.043.093.044.082.044.071.044.061.046.052.048.042.051.033.055.021.059.01.061-.002.06-.013.056-.02.052-.026.049-.031.046-.034.044-.037.043-.04.042-.041.041-.043.041-.044.041-.043.042-.043.041-.042.042-.04.042-.038.042-.035.042-.032.042-.028.042-.023.041-.019.042-.014.041-.216-.062.021-.063.027-.061.033-.058.036-.055.039-.052.042-.05.043-.048.045-.047.045-.045.044-.043.044-.041.043-.041.041-.039.038-.038.034-.036.03-.035.025-.033.02-.03.015-.027.009-.023.004-.019.001-.016-.002-.015-.007-.018-.013-.022-.022-.026-.033-.03-.044-.033-.057-.036-.069-.037-.084-.039-.095-.039z\"/>\n    <path fill=\"#0C4076\" d=\"M134.041 51.599c-.584-.229-1.386 1.146-.655 1.459.494.211.884-.067 1.043-.481.159-.414.022-.817-.388-.978z\"/>\n    <path fill=\"#21231E\" d=\"M133.429 52.953l-.087.209-.077-.039-.068-.047-.059-.055-.049-.061-.039-.066-.03-.07-.021-.073-.012-.075-.005-.076.003-.076.009-.077.015-.077.021-.076.026-.076.031-.074.035-.073.039-.071.043-.069.046-.066.05-.063.053-.059.056-.055.058-.051.061-.046.063-.04.065-.034.068-.027.07-.019.072-.01.073-.001.073.01.072.022-.081.212-.039-.012-.039-.005h-.041l-.043.006-.044.012-.046.018-.047.025-.048.03-.047.036-.047.041-.046.045-.043.049-.042.053-.039.056-.036.058-.033.06-.03.062-.025.062-.021.062-.017.062-.012.06-.007.059-.002.056.003.054.008.049.013.046.018.042.023.039.029.036.035.032.042.029.049.027zm.895-.417l.209.082-.017.042-.019.041-.02.041-.021.04-.023.038-.024.037-.026.036-.028.035-.029.034-.031.032-.031.03-.033.029-.034.027-.036.026-.037.024-.038.022-.04.02-.041.017-.042.015-.043.013-.044.01-.045.008-.046.005-.047.003h-.048l-.048-.003-.049-.006-.049-.008-.05-.011-.05-.015-.051-.017-.051-.02.087-.209.041.016.04.014.039.011.038.009.037.007.036.004.036.002h.035l.034-.002.033-.004.032-.005.031-.008.03-.009.031-.011.029-.012.028-.014.028-.016.027-.017.026-.019.026-.02.025-.022.024-.023.023-.024.022-.026.021-.028.02-.028.02-.03.018-.03.017-.032.016-.033.015-.034.017-.034zm-.323-.831l.081-.212.043.018.041.019.039.021.037.023.036.024.034.026.032.027.031.029.029.03.027.031.025.033.023.033.022.035.019.036.017.037.015.038.013.038.011.039.01.04.008.041.005.041.003.041.001.042v.042l-.002.042-.004.042-.006.043-.008.043-.01.043-.012.043-.013.043-.016.043-.21-.082.012-.034.011-.035.01-.034.007-.033.006-.033.005-.033.004-.033.002-.032v-.031l-.001-.031-.002-.03-.004-.03-.005-.029-.007-.028-.008-.028-.01-.027-.011-.026-.012-.026-.013-.025-.015-.024-.016-.024-.018-.023-.019-.022-.021-.021-.021-.02-.024-.02-.025-.018-.026-.018-.028-.017-.03-.016-.031-.014-.031-.017zm.04-.106l-.041.106.041-.106z\"/>\n    <path fill=\"#FFF\" d=\"M125.879 40.526c-.781 0-1.415.641-1.415 1.432 0 .791.633 1.432 1.415 1.432s1.415-.641 1.415-1.432c0-.791-.634-1.432-1.415-1.432z\"/>\n    <path fill=\"#21231E\" d=\"M124.577 41.957h-.225l.002-.079.006-.078.009-.077.014-.077.017-.075.021-.073.024-.072.027-.07.031-.069.034-.067.037-.065.04-.063.043-.06.045-.058.048-.056.051-.054.053-.051.056-.048.058-.046.059-.043.062-.04.064-.037.066-.034.068-.031.069-.028.071-.024.072-.021.074-.017.076-.014.076-.009.077-.006.079-.002v.228l-.067.002-.067.005-.065.008-.064.011-.063.015-.062.018-.061.021-.059.023-.058.026-.056.029-.054.032-.053.034-.051.037-.049.039-.047.042-.045.043-.043.046-.041.048-.039.05-.036.052-.034.053-.031.055-.029.057-.026.059-.023.059-.021.062-.017.063-.015.064-.011.065-.008.066-.005.068-.004.064zm1.302 1.318v.228l-.079-.002-.077-.006-.076-.009-.076-.014-.074-.017-.072-.021-.071-.024-.069-.028-.068-.031-.066-.034-.064-.037-.062-.04-.059-.043-.058-.046-.056-.049-.053-.051-.05-.053-.048-.056-.045-.059-.043-.061-.04-.063-.037-.065-.034-.067-.031-.068-.027-.07-.024-.072-.021-.073-.017-.075-.013-.077-.009-.077-.006-.078-.002-.079h.225l.002.068.005.067.008.066.011.065.015.064.018.063.021.061.023.06.026.058.029.057.031.055.034.054.036.052.039.05.041.048.043.046.045.044.047.041.049.039.051.037.053.034.054.032.056.029.058.027.059.023.061.021.062.018.063.015.064.012.065.008.067.005.066-.002zm1.302-1.318h.225l-.002.079-.006.078-.009.077-.014.077-.017.075-.021.073-.024.072-.027.07-.031.069-.034.066-.037.065-.04.063-.043.06-.045.059-.048.056-.051.054-.053.051-.056.049-.058.046-.059.043-.062.04-.064.037-.066.034-.068.031-.069.028-.071.024-.072.021-.074.017-.076.014-.076.01-.077.006-.079.002v-.228l.067-.002.067-.005.065-.008.064-.012.063-.015.062-.018.061-.021.059-.023.058-.026.056-.029.054-.032.053-.034.051-.037.049-.039.047-.042.045-.043.043-.046.041-.048.039-.05.036-.052.034-.053.031-.055.029-.057.026-.059.023-.06.021-.062.017-.063.015-.064.011-.065.008-.066.005-.067.004-.065zm-1.302-1.317v-.228l.078.002.077.006.076.009.076.014.074.017.072.021.071.024.069.028.068.031.066.034.064.037.062.04.059.043.058.046.056.049.053.051.05.054.048.056.045.059.043.06.04.063.037.065.034.067.03.069.027.07.024.072.021.073.017.075.013.076.009.077.006.078.002.079h-.225l-.002-.068-.005-.067-.008-.066-.011-.065-.015-.064-.018-.063-.021-.062-.023-.06-.026-.059-.029-.057-.031-.055-.034-.053-.036-.052-.039-.05-.041-.048-.043-.046-.045-.043-.047-.042-.049-.039-.051-.037-.053-.034-.054-.032-.056-.029-.058-.027-.059-.023-.061-.021-.062-.018-.063-.015-.064-.011-.065-.008-.066-.005-.065.002z\"/>\n    <path fill=\"#FFF\" d=\"M126.912 38.147c-.781 0-1.415.641-1.415 1.432 0 .791.633 1.432 1.415 1.432.781 0 1.415-.641 1.415-1.432 0-.791-.634-1.432-1.415-1.432z\"/>\n    <path fill=\"#21231E\" d=\"M125.609 39.579h-.225l.002-.08.006-.078.009-.077.013-.076.017-.075.02-.074.024-.072.027-.07.031-.069.034-.067.037-.065.04-.063.043-.06.045-.059.048-.056.05-.054.053-.051.056-.049.058-.046.059-.043.062-.04.064-.037.066-.034.068-.031.069-.028.071-.024.073-.021.074-.018.076-.014.076-.009.077-.006.079-.002v.228l-.067.002-.067.005-.065.008-.064.011-.063.015-.062.018-.061.021-.059.023-.058.026-.056.029-.054.032-.053.034-.051.037-.049.039-.047.042-.045.043-.043.046-.041.048-.039.05-.036.052-.034.053-.031.055-.029.057-.026.058-.023.06-.02.061-.018.063-.015.064-.011.064-.008.066-.005.067-.002.071zm1.303 1.318v.228l-.079-.002-.077-.006-.076-.009-.076-.014-.074-.018-.073-.021-.071-.024-.069-.028-.068-.031-.066-.034-.064-.037-.062-.04-.059-.043-.058-.046-.056-.049-.053-.051-.05-.054-.048-.056-.045-.059-.043-.06-.04-.063-.036-.065-.034-.067-.03-.069-.027-.07-.024-.072-.021-.073-.017-.075-.014-.076-.009-.078-.006-.078-.002-.08h.225l.002.068.005.068.008.066.012.065.015.064.017.063.021.062.023.059.026.059.029.057.031.055.034.053.036.052.039.05.041.048.043.046.045.043.047.042.049.039.051.037.053.034.054.032.056.029.058.026.059.023.061.021.062.018.063.015.064.011.065.008.067.005.066.002zm1.302-1.318h.225l-.002.079-.006.078-.009.077-.013.077-.017.075-.021.073-.024.072-.027.07-.03.069-.034.067-.037.065-.04.063-.043.06-.045.058-.048.056-.05.054-.053.051-.056.049-.058.046-.059.043-.062.04-.064.037-.066.034-.068.031-.069.028-.071.024-.072.021-.074.017-.076.014-.076.009-.077.006-.079.002v-.228l.067-.002.066-.005.065-.008.064-.012.063-.015.062-.018.061-.021.059-.023.058-.026.056-.029.054-.032.052-.034.051-.037.049-.039.047-.042.045-.043.043-.046.041-.048.039-.05.036-.052.034-.053.031-.055.029-.057.026-.059.023-.06.021-.061.018-.062.015-.064.012-.065.008-.066.005-.068.001-.065zm-1.302-1.318v-.228l.079.002.077.006.076.009.076.014.074.018.072.021.071.024.069.028.068.031.066.034.064.037.062.04.059.043.058.046.056.049.053.051.05.054.048.056.045.059.043.06.04.063.037.065.034.066.031.069.027.07.024.072.02.074.017.075.014.076.009.077.006.078.002.08h-.225l-.002-.068-.005-.067-.008-.066-.011-.064-.015-.064-.018-.063-.021-.061-.023-.06-.026-.058-.029-.057-.031-.055-.034-.053-.036-.052-.039-.05-.041-.048-.043-.046-.045-.043-.047-.042-.049-.039-.051-.037-.052-.034-.054-.032-.056-.029-.058-.026-.059-.023-.061-.021-.062-.018-.063-.015-.064-.012-.065-.008-.067-.005-.067-.003z\"/>\n    <path fill=\"#FFF\" d=\"M123.524 29.768c-.753 0-1.364.618-1.364 1.381s.611 1.381 1.364 1.381c.754 0 1.365-.618 1.365-1.381s-.611-1.381-1.365-1.381z\"/>\n    <path fill=\"#21231E\" d=\"M122.273 31.148h-.225l.002-.077.006-.075.009-.075.013-.074.016-.072.02-.071.023-.069.026-.068.03-.066.033-.065.036-.062.038-.061.041-.059.044-.056.046-.054.049-.052.051-.049.054-.047.056-.044.058-.042.06-.039.062-.036.063-.033.066-.03.067-.027.069-.024.07-.02.072-.017.073-.013.074-.009.075-.006.076-.002v.228l-.064.002-.064.005-.063.008-.061.011-.061.014-.059.017-.058.02-.057.023-.056.025-.054.028-.053.03-.05.033-.049.036-.048.038-.045.04-.044.042-.041.044-.039.046-.037.048-.035.049-.032.052-.03.053-.028.054-.025.056-.022.058-.02.059-.017.06-.014.061-.011.063-.008.063-.005.065-.003.063zm1.252 1.268v.227l-.076-.002-.074-.006-.074-.009-.073-.013-.071-.017-.07-.02-.069-.024-.067-.027-.066-.03-.064-.033-.062-.036-.06-.039-.058-.041-.056-.044-.054-.047-.051-.049-.049-.052-.047-.054-.044-.056-.041-.059-.039-.061-.035-.063-.033-.064-.029-.066-.027-.068-.023-.069-.02-.071-.017-.073-.013-.074-.009-.075-.006-.075-.002-.077h.225l.002.065.005.065.008.063.011.062.014.061.017.06.02.059.022.058.025.056.028.055.03.053.033.051.035.05.037.048.039.046.042.044.043.043.045.039.048.038.049.035.051.033.053.031.054.028.055.025.057.023.058.02.059.017.061.014.062.011.062.008.064.005.065.001zm1.252-1.268h.225l-.002.077-.006.076-.009.075-.013.074-.016.072-.02.071-.023.069-.026.068-.03.066-.033.065-.036.062-.038.061-.041.059-.044.056-.046.054-.049.052-.051.049-.054.047-.056.044-.058.042-.06.039-.061.036-.064.033-.066.03-.067.027-.069.024-.07.02-.071.016-.073.013-.074.009-.075.006-.076.002v-.228l.064-.002.064-.005.062-.008.062-.011.061-.014.059-.017.058-.02.057-.023.055-.026.054-.028.053-.031.051-.033.049-.035.048-.038.045-.04.043-.042.042-.044.039-.046.038-.048.035-.05.033-.051.03-.053.028-.054.025-.056.022-.057.02-.059.017-.06.014-.061.011-.063.008-.063.005-.065v-.063zm-1.252-1.266v-.227l.076.002.074.006.074.009.073.013.072.017.07.02.069.024.067.027.066.03.063.033.062.036.061.039.058.042.055.044.054.047.052.049.048.052.047.054.044.056.041.058.038.061.035.063.033.064.03.066.026.068.023.069.02.071.017.073.013.074.009.075.006.076.002.077h-.225l-.002-.065-.005-.065-.008-.063-.011-.062-.014-.061-.017-.06-.02-.059-.022-.057-.025-.056-.028-.055-.03-.053-.033-.051-.035-.05-.037-.048-.039-.046-.042-.044-.044-.042-.045-.04-.048-.038-.049-.035-.05-.033-.053-.03-.054-.028-.056-.025-.057-.023-.058-.02-.059-.017-.061-.014-.061-.011-.063-.008-.064-.005-.063-.004z\"/>\n    <path fill=\"#FFF\" d=\"M125.817 30.821c-.781 0-1.415.641-1.415 1.432 0 .791.633 1.432 1.415 1.432s1.415-.641 1.415-1.432c0-.791-.634-1.432-1.415-1.432z\"/>\n    <path fill=\"#21231E\" d=\"M124.514 32.253h-.225l.002-.079.006-.078.009-.077.013-.077.017-.075.021-.073.024-.072.027-.07.03-.069.034-.066.036-.065.04-.063.043-.06.045-.059.048-.056.05-.054.053-.051.056-.049.058-.046.059-.043.062-.04.064-.037.066-.034.068-.031.069-.028.071-.024.072-.021.074-.017.076-.014.076-.01.077-.006.079-.002v.228l-.067.002-.067.005-.065.008-.064.012-.063.015-.062.018-.061.021-.059.023-.058.026-.056.029-.054.032-.053.034-.051.037-.049.039-.047.042-.045.043-.043.046-.041.048-.039.05-.036.052-.034.053-.031.055-.029.057-.026.059-.023.06-.021.062-.018.063-.015.064-.012.065-.008.066-.005.067.002.065zm1.303 1.318v.228l-.079-.002-.077-.006-.076-.009-.076-.014-.074-.017-.072-.021-.071-.024-.069-.028-.068-.031-.066-.034-.064-.037-.062-.04-.059-.043-.058-.046-.056-.048-.053-.051-.05-.054-.048-.056-.045-.059-.043-.06-.04-.063-.037-.065-.034-.067-.031-.068-.027-.07-.024-.072-.02-.073-.017-.075-.013-.076-.009-.077-.006-.078-.002-.08h.225l.002.068.005.067.008.066.011.064.015.064.018.063.02.061.023.06.026.058.029.057.031.055.034.053.036.052.039.05.041.048.043.046.045.043.047.041.049.039.051.037.053.034.054.032.056.029.058.027.059.023.061.021.062.018.063.015.064.011.065.008.067.005.066.001zm1.302-1.318h.225l-.002.08-.006.078-.009.077-.013.076-.017.075-.02.074-.024.072-.027.07-.031.068-.034.067-.037.065-.04.063-.043.06-.045.059-.048.056-.05.054-.053.051-.055.049-.058.046-.059.043-.062.04-.064.037-.066.034-.067.031-.07.028-.071.025-.073.021-.074.017-.075.014-.076.01-.077.006-.079.002v-.227l.067-.002.067-.005.065-.008.064-.012.063-.015.062-.018.061-.021.059-.023.058-.026.056-.029.055-.032.053-.034.051-.037.049-.039.047-.041.045-.044.043-.046.041-.048.039-.05.036-.052.034-.053.031-.055.029-.057.026-.058.023-.059.02-.061.018-.063.015-.064.011-.064.008-.066.005-.067-.001-.072zm-1.302-1.318v-.228l.079.002.077.006.076.009.076.014.074.017.073.021.071.024.069.028.068.031.066.034.064.037.062.04.059.043.058.046.055.049.053.051.051.054.048.056.045.058.043.06.04.063.036.065.034.067.031.069.027.07.024.072.021.073.017.075.013.076.009.077.006.078.002.079h-.225l-.002-.068-.005-.068-.008-.066-.012-.065-.015-.064-.018-.063-.021-.061-.023-.059-.026-.059-.029-.057-.031-.055-.034-.053-.036-.052-.039-.05-.041-.048-.043-.046-.046-.044-.047-.041-.049-.039-.051-.037-.053-.034-.055-.032-.056-.029-.058-.026-.059-.023-.061-.021-.062-.018-.063-.015-.064-.012-.065-.008-.066-.005-.064.002z\"/>\n    <path fill=\"#FFF\" d=\"M127.505 32.845c-.781 0-1.415.641-1.415 1.432 0 .791.633 1.432 1.415 1.432s1.415-.641 1.415-1.432c0-.791-.634-1.432-1.415-1.432z\"/>\n    <path fill=\"#21231E\" d=\"M126.203 34.277h-.225l.002-.08.006-.078.009-.077.014-.076.017-.075.02-.074.024-.072.027-.07.031-.069.034-.067.037-.065.04-.063.043-.06.045-.059.048-.056.051-.054.053-.051.056-.049.058-.046.059-.043.062-.04.064-.037.066-.034.068-.031.069-.028.071-.024.072-.021.074-.018.076-.014.076-.009.077-.006.079-.002v.228l-.067.002-.067.005-.065.008-.064.011-.064.017-.062.018-.061.021-.059.023-.058.027-.056.029-.054.032-.052.034-.051.037-.049.039-.047.042-.045.043-.043.046-.041.048-.039.05-.036.052-.034.053-.031.055-.029.057-.026.058-.023.06-.02.061-.018.063-.015.064-.011.064-.008.066-.005.067-.003.068zm1.302 1.318v.228l-.078-.002-.077-.006-.076-.009-.076-.014-.074-.018-.072-.021-.071-.024-.069-.028-.068-.031-.066-.034-.064-.037-.062-.04-.059-.043-.058-.046-.056-.049-.053-.051-.05-.054-.048-.056-.045-.059-.043-.06-.04-.063-.036-.065-.034-.067-.03-.069-.027-.07-.024-.072-.021-.073-.017-.075-.013-.076-.009-.077-.006-.078-.002-.08h.225l.001.068.005.068.008.066.012.065.015.064.018.063.021.062.023.059.026.059.029.057.031.055.034.053.036.052.039.05.041.048.043.046.045.043.047.042.049.039.051.037.052.034.055.032.056.029.058.026.059.023.061.021.062.018.063.015.064.011.065.008.066.005.064.001zm1.302-1.318h.225l-.002.079-.006.078-.009.077-.014.077-.017.075-.021.073-.024.072-.027.07-.03.069-.034.067-.036.065-.04.063-.043.06-.045.058-.048.056-.05.054-.053.051-.056.049-.058.046-.059.043-.062.04-.064.037-.066.034-.068.031-.069.028-.071.024-.072.021-.074.017-.076.014-.076.009-.077.006-.079.002v-.228l.067-.002.067-.005.065-.008.064-.012.063-.015.062-.018.061-.021.059-.023.058-.026.056-.029.054-.032.053-.034.051-.037.049-.039.047-.042.045-.043.043-.046.041-.048.039-.05.036-.052.034-.053.031-.055.029-.057.026-.059.023-.06.021-.061.018-.062.015-.064.011-.065.008-.066.005-.068v-.065zm-1.302-1.318v-.228l.079.002.077.006.076.009.076.014.074.018.072.021.071.024.07.028.068.031.066.034.064.037.062.04.059.043.058.046.056.049.053.051.05.054.048.056.045.059.043.06.04.063.037.065.034.066.031.069.027.07.024.072.02.074.017.075.013.076.009.077.006.078.002.08h-.225l-.002-.068-.005-.067-.008-.066-.011-.064-.015-.064-.018-.063-.02-.061-.023-.06-.026-.058-.029-.057-.031-.055-.034-.053-.036-.052-.039-.05-.041-.048-.043-.046-.045-.043-.047-.042-.049-.039-.051-.037-.053-.034-.054-.032-.056-.029-.058-.026-.059-.023-.061-.021-.063-.02-.063-.015-.064-.011-.065-.008-.066-.005-.067-.002z\"/>\n    <path fill=\"#FFF\" d=\"M127.778 35.394c-.781 0-1.415.641-1.415 1.432 0 .791.633 1.432 1.415 1.432s1.415-.641 1.415-1.432c0-.792-.634-1.432-1.415-1.432z\"/>\n    <path fill=\"#21231E\" d=\"M126.475 36.825h-.225l.002-.079.006-.078.009-.077.013-.076.017-.075.021-.073.024-.072.027-.071.03-.069.034-.067.036-.065.04-.063.043-.06.045-.058.048-.056.05-.054.053-.051.056-.049.058-.046.059-.043.062-.04.064-.037.066-.034.068-.031.069-.028.071-.024.072-.021.074-.018.076-.014.076-.009.077-.006.078-.002v.228l-.067.002-.066.005-.065.008-.064.012-.063.015-.062.018-.061.021-.059.023-.058.026-.056.029-.054.032-.052.034-.051.037-.049.039-.047.042-.045.043-.043.046-.041.048-.039.05-.036.052-.034.053-.031.055-.029.057-.026.059-.023.06-.021.061-.018.063-.015.064-.012.065-.008.066-.005.067.001.066zm1.303 1.318v.227l-.079-.002-.077-.006-.076-.01-.076-.014-.074-.017-.072-.021-.071-.024-.069-.028-.068-.031-.066-.035-.064-.037-.062-.04-.059-.043-.058-.046-.056-.049-.053-.051-.05-.054-.048-.056-.045-.059-.043-.06-.04-.063-.037-.065-.034-.066-.031-.069-.027-.07-.024-.072-.021-.073-.017-.075-.014-.077-.009-.077-.006-.078-.002-.079h.225l.001.068.005.067.008.066.011.065.015.064.017.063.021.061.023.06.026.058.029.057.031.055.034.053.036.052.039.05.041.048.043.046.045.043.047.042.049.039.051.037.053.034.054.032.056.029.058.026.059.023.061.021.062.018.063.015.064.012.065.008.067.005.069.003zm1.302-1.318h.225l-.002.079-.006.078-.009.077-.013.076-.017.075-.021.073-.024.072-.027.07-.031.069-.034.067-.037.065-.04.063-.043.06-.045.059-.048.056-.05.054-.053.051-.056.049-.058.046-.059.043-.062.04-.064.037-.066.034-.068.031-.07.028-.071.024-.072.021-.074.018-.076.014-.076.009-.077.006-.079.002v-.228l.067-.002.067-.005.065-.008.064-.011.063-.015.062-.018.061-.021.059-.023.058-.027.056-.029.054-.032.053-.034.052-.037.049-.039.047-.041.045-.044.043-.046.041-.048.039-.05.036-.052.034-.053.031-.055.029-.057.026-.058.023-.06.021-.061.018-.063.015-.064.011-.065.008-.066.005-.067.001-.067zm-1.302-1.318v-.228l.079.002.077.006.076.009.076.014.074.018.072.021.071.024.069.028.068.031.066.034.064.037.062.04.059.043.058.046.056.049.053.051.05.054.048.056.045.059.043.06.04.063.036.065.034.067.03.069.027.07.024.072.021.073.017.075.013.076.009.077.006.078.002.08h-.225l-.002-.068-.005-.068-.008-.066-.012-.065-.015-.064-.018-.063-.021-.062-.023-.059-.026-.059-.029-.057-.031-.055-.034-.053-.036-.052-.039-.05-.041-.048-.043-.046-.045-.043-.047-.042-.049-.039-.051-.037-.053-.034-.054-.032-.056-.029-.058-.026-.059-.023-.061-.021-.062-.018-.063-.015-.064-.011-.065-.008-.066-.005-.064-.001zM134.565 50.926l-.15-.065c.342-.48.416-.939.285-1.398.291.364.22.939-.135 1.463z\"/>\n    <path fill=\"#EDB92E\" d=\"M123.509 45.046c-.295.376-.26.467-.42.574-.209.139-.493.091-.756-.01-1.08-.415-1.081.447-.767 1.435.152.479.613.998.818 1.405.202.399.158.698.249.8.391.065.728.113.881.131h.001c.15.024.484.067.868.109.126-.072.223-.356.58-.667.359-.313.978-.651 1.312-1.033.676-.775 1.036-1.52-.028-1.494-.265.007-.529-.042-.648-.233-.094-.149-.024-.217-.115-.654a1.58 1.58 0 00-.298-.679c-.137-.167-.335-.13-.519-.165-.185-.035-.353-.144-.557-.041a1.877 1.877 0 00-.601.522z\"/>\n    <path fill=\"#21231E\" d=\"M123.152 45.715l-.124-.19.012-.008.01-.008.009-.007.008-.007.007-.007.007-.008.007-.007.007-.008.007-.008.007-.009.006-.009.007-.011.007-.011.008-.013.008-.013.008-.015.01-.017.01-.017.01-.017.011-.019.013-.021.013-.021.014-.023.015-.024.016-.025.018-.026.019-.028.021-.029.022-.031.024-.032.026-.034.028-.035.176.141-.026.033-.024.032-.023.03-.02.029-.02.027-.017.026-.017.025-.015.023-.014.022-.013.021-.013.02-.011.018-.011.018-.011.018-.01.016-.009.016-.009.016-.009.015-.009.015-.01.015-.01.015-.01.015-.011.014-.011.014-.012.014-.012.013-.013.013-.015.014-.015.013-.016.013-.016.012-.015.012zm-.858.002l.08-.212.023.009.023.008.024.008.023.008.023.007.023.007.024.006.023.006.023.005.023.005.023.004.023.004.022.003.022.003.022.002.021.002.021.001h.041l.021-.001.019-.002.019-.002.019-.003.018-.003.018-.005.018-.005.017-.006.016-.006.016-.007.016-.008.015-.009.015-.01.123.19-.025.016-.025.014-.025.013-.026.012-.027.01-.026.009-.026.007-.027.007-.027.006-.027.004-.028.003-.027.002-.027.001-.028.001-.027-.001-.027-.001-.028-.002-.027-.003-.027-.003-.028-.004-.027-.005-.027-.005-.027-.006-.028-.007-.027-.007-.027-.007-.027-.008-.026-.008-.027-.009-.026-.009-.027-.01-.026-.009zm-.62 1.293l-.214.07-.029-.094-.027-.093-.025-.092-.022-.091-.021-.09-.017-.088-.015-.086-.012-.085-.009-.083-.006-.081-.003-.079.001-.076.005-.073.009-.071.014-.068.019-.066.024-.062.03-.058.036-.055.043-.049.049-.043.055-.036.061-.029.066-.021.07-.014.074-.006.079.001.083.008.087.015.092.023.097.03.103.037-.079.213-.094-.034-.086-.026-.079-.019-.072-.013-.065-.007-.058-.001-.052.005-.045.009-.039.012-.034.016-.03.019-.026.023-.023.027-.021.031-.019.037-.016.041-.013.046-.01.051-.007.056-.004.06-.001.064.002.068.005.072.008.075.011.077.014.08.016.082.019.085.021.086.024.088.026.089.03.093zm.811 1.388l-.2.104-.019-.036-.02-.037-.022-.038-.023-.039-.025-.039-.025-.041-.026-.041-.027-.041-.028-.043-.028-.043-.029-.043-.03-.043-.03-.044-.03-.045-.03-.045-.03-.045-.031-.046-.03-.046-.03-.046-.029-.047-.029-.047-.028-.047-.027-.047-.027-.047-.026-.048-.025-.048-.024-.048-.022-.048-.021-.048-.02-.048-.018-.048-.016-.049.214-.07.014.041.016.042.017.042.019.043.02.043.021.044.023.043.024.044.025.044.026.045.026.044.028.045.028.045.028.044.03.045.029.045.03.044.03.044.03.044.03.044.03.044.029.044.029.043.029.043.028.043.028.043.026.043.026.042.024.042.024.041.023.041.021.043zm.167.74l-.036.224-.066-.037-.015-.019-.012-.019-.011-.02-.01-.021-.008-.02-.007-.02-.006-.021-.005-.021-.005-.021-.005-.021-.004-.023-.004-.022-.004-.023-.004-.024-.004-.024-.005-.025-.005-.025-.005-.026-.006-.026-.006-.027-.007-.028-.007-.029-.008-.028-.009-.03-.01-.031-.01-.031-.012-.031-.012-.032-.013-.033-.015-.034-.016-.034-.017-.034.2-.104.02.04.018.039.017.038.015.038.014.037.013.036.012.036.011.034.01.033.009.034.008.032.007.031.007.031.006.029.006.028.005.026.005.026.004.025.004.023.004.022.004.021.004.019.004.018.004.017.004.015.003.013.004.011.003.009.003.006.003.005.003.004.001.001-.066-.037zm.863.129v.227l-.013-.001-.016-.002-.015-.002-.018-.002-.019-.003-.019-.002-.02-.003-.021-.003-.022-.003-.023-.003-.024-.003-.025-.003-.025-.003-.026-.004-.027-.004-.028-.004-.028-.004-.029-.004-.03-.004-.031-.005-.03-.005-.032-.005-.032-.005-.033-.005-.033-.005-.033-.005-.035-.006-.035-.006-.035-.006-.036-.006-.036-.006-.036-.006-.037-.006.037-.224.036.006.036.006.036.006.035.006.035.006.034.006.034.005.034.005.033.005.033.005.032.005.031.005.031.005.029.005.03.004.029.004.028.004.028.004.026.004.026.003.025.003.025.003.023.003.023.003.022.003.021.003.02.003.019.002.017.002.016.002.017.002.014.002-.013.001zm.019.001l-.035.224.018-.112v.114-.227.114l.017-.113zm.795.123l.111.198-.067.014-.036-.004-.036-.004-.035-.004-.035-.004-.035-.004-.034-.004-.034-.004-.033-.004-.033-.004-.032-.004-.031-.004-.031-.004-.03-.004-.03-.004-.03-.004-.029-.003-.028-.004-.026-.003-.027-.003-.026-.003-.025-.003-.025-.003-.023-.003-.023-.003-.021-.003-.02-.003-.02-.003-.019-.003-.018-.003-.017-.002-.017-.003-.015-.002.035-.224.015.002.015.002.017.003.018.003.018.003.019.003.02.003.021.003.022.003.024.003.023.003.025.003.025.003.026.003.028.004.027.004.028.003.029.004.029.003.031.004.031.004.032.004.032.004.032.004.033.004.034.004.034.004.034.004.034.004.035.004.036.004.036.004-.068.012zm.562-.654l.147.172-.031.027-.03.027-.028.028-.027.027-.025.026-.025.026-.024.026-.022.026-.021.025-.02.025-.02.025-.019.024-.018.023-.018.023-.016.022-.016.022-.015.022-.015.021-.014.02-.014.02-.014.019-.014.019-.014.018-.013.017-.014.018-.014.017-.014.016-.015.016-.015.015-.017.015-.018.013-.019.012-.111-.198.005-.003.006-.004.006-.005.008-.007.008-.008.009-.011.01-.011.01-.013.011-.015.012-.016.012-.017.013-.018.014-.02.015-.021.015-.021.015-.022.017-.024.018-.024.018-.024.02-.026.02-.026.021-.026.023-.028.024-.028.025-.028.026-.029.027-.029.029-.03.03-.029.031-.03.033-.031.032-.03zm1.301-1.023l.169.15-.034.038-.036.038-.037.037-.038.036-.04.036-.04.036-.041.036-.042.035-.043.035-.044.034-.044.034-.045.034-.045.033-.045.033-.046.033-.045.032-.046.033-.046.032-.045.032-.045.031-.044.031-.044.031-.044.031-.042.03-.041.03-.041.03-.04.03-.038.029-.037.029-.036.028-.034.028-.033.028-.147-.172.036-.031.037-.031.038-.031.04-.031.041-.031.041-.031.042-.031.043-.031.043-.031.044-.031.044-.031.045-.031.045-.031.045-.032.045-.031.045-.032.045-.032.044-.032.044-.032.044-.032.043-.032.043-.033.042-.033.041-.033.039-.033.039-.033.037-.033.036-.033.035-.034.033-.033.031-.033.029-.032zm.06-1.305l-.006-.227h.1l.094.005.086.009.08.014.074.019.067.024.061.03.055.036.048.041.041.048.033.053.024.056.015.059.007.061v.062l-.006.062-.012.063-.017.064-.022.065-.026.065-.031.066-.035.068-.039.068-.042.069-.046.07-.049.071-.051.072-.054.073-.057.073-.059.073-.061.074-.063.073-.169-.15.061-.071.059-.071.057-.07.054-.069.052-.069.049-.067.045-.066.042-.065.039-.064.035-.061.03-.059.027-.057.022-.054.018-.051.013-.048.008-.044.004-.04v-.036l-.004-.032-.008-.028-.01-.025-.014-.022-.018-.021-.024-.02-.031-.02-.038-.018-.046-.017-.055-.014-.064-.011-.073-.008-.081-.004-.089-.007zm-.746-.285l.189-.122v.001l.008.012.009.012.009.011.009.01.011.01.011.01.012.009.013.01.012.008.013.008.015.008.016.008.015.007.017.006.017.007.018.006.019.005.019.005.019.005.02.004.02.004.021.003.022.003.021.002.022.002.023.002.023.001.023.001h.092l.006.227-.026.001h-.052l-.026-.001-.027-.001-.026-.001-.026-.002-.026-.002-.026-.003-.026-.003-.026-.004-.026-.005-.026-.005-.025-.006-.025-.006-.025-.008-.024-.008-.024-.008-.024-.01-.024-.011-.022-.011-.023-.012-.023-.013-.022-.014-.02-.015-.02-.016-.02-.017-.019-.018-.018-.02-.017-.021-.016-.021-.014-.024zm-.129-.692l.22-.047.008.041.007.039.007.037.006.036.005.034.005.031.004.03.003.029.003.026.003.025.002.024.002.022.001.021.001.02.001.019.001.017.001.016.001.014.002.014.001.012.002.012.001.011.002.009.002.008.002.008.002.008.003.008.003.008.004.008.005.009.005.01.006.01-.189.122-.011-.018-.009-.017-.009-.017-.008-.017-.007-.017-.006-.017-.005-.017-.005-.017-.004-.018-.003-.017-.002-.016-.002-.016-.002-.017-.001-.016-.002-.017-.001-.017-.001-.018-.001-.018-.001-.018-.001-.02-.001-.021-.002-.021-.002-.023-.003-.025-.003-.026-.003-.027-.004-.029-.004-.03-.006-.032-.006-.035-.007-.036-.01-.041zm-.276-.63l.173-.145.014.017.014.018.013.018.013.018.013.019.013.02.012.019.012.02.012.02.012.02.012.021.012.021.011.022.01.021.011.023.01.022.01.023.01.024.009.023.009.024.009.024.009.025.008.025.008.026.008.025.008.026.007.027.007.026.007.027.007.027.007.028.006.028-.22.047-.006-.026-.005-.025-.006-.024-.006-.025-.006-.024-.007-.023-.007-.023-.007-.023-.007-.023-.007-.022-.008-.022-.008-.021-.008-.021-.008-.021-.008-.02-.009-.02-.009-.02-.009-.019-.01-.019-.01-.018-.009-.018-.01-.017-.01-.017-.01-.017-.01-.016-.011-.017-.01-.015-.011-.015-.011-.016-.01-.014-.011-.015-.012-.013zm-.453-.125l.041-.224.015.003.015.002.016.002.015.002.016.002.016.002.017.002.018.001.018.002.017.002.018.002.019.002.019.002.018.002.019.003.02.003.02.004.02.004.02.005.02.006.02.006.021.008.02.008.02.01.02.011.019.012.02.013.019.015.018.015.018.018.017.018.017.019-.173.145-.009-.011-.009-.01-.009-.008-.01-.008-.009-.007-.01-.006-.011-.006-.01-.006-.01-.005-.012-.005-.01-.004-.012-.004-.013-.004-.013-.003-.014-.003-.013-.003-.015-.002-.015-.002-.016-.002-.015-.002-.016-.001-.017-.002-.018-.002-.016-.002-.017-.001-.018-.002-.018-.002-.019-.002-.019-.002-.019-.003-.019-.003-.022-.004zm.001 0l.169.032-.169-.032zm-.487-.051l-.101-.203.023-.012.024-.01.025-.008.024-.008.023-.006.023-.005.024-.003.022-.003.023-.001h.023l.022.001.022.002.021.002.02.003.02.003.019.004.02.004.02.005.018.005.018.005.018.005.017.005.018.005.017.005.017.005.016.005.015.004.016.005.016.004.015.004.015.003.015.003-.041.223-.019-.004-.02-.004-.02-.005-.018-.005-.018-.005-.019-.005-.017-.005-.017-.005-.017-.005-.016-.005-.016-.005-.016-.005-.015-.004-.016-.004-.015-.004-.014-.003-.015-.003-.013-.002-.015-.002-.013-.001-.013-.001h-.026l-.013.001-.013.001-.013.002-.013.003-.013.003-.013.004-.013.005-.014.006-.014.006zm-.54.42h-.225l.024-.071.019-.024.019-.023.019-.023.019-.023.019-.022.019-.022.02-.021.019-.021.02-.02.02-.02.02-.02.02-.019.02-.018.02-.019.02-.018.02-.017.02-.017.021-.017.02-.016.02-.016.02-.015.02-.015.02-.014.021-.014.02-.014.02-.013.02-.013.021-.013.021-.012.02-.011.021-.012.021-.011.101.203-.017.009-.017.009-.018.01-.018.01-.017.01-.018.011-.018.012-.018.011-.017.012-.018.013-.018.013-.018.014-.018.014-.018.014-.018.015-.018.015-.018.016-.017.016-.018.016-.018.017-.018.017-.018.018-.018.018-.018.018-.018.019-.018.019-.017.019-.018.021-.018.02-.017.021-.018.021-.017.021.029-.068zm-.225 0h.225l-.024.071-.201-.071z\"/>\n    <path fill=\"#21231E\" d=\"M123.664 49.403l.176-.007a5.258 5.258 0 011.401-2.128c-.625.35-1.235 1.208-1.577 2.135zM123.358 49.36l-.164-.054a4.49 4.49 0 00-.342-2.428c.436.53.614 1.518.506 2.482z\"/>\n    <path fill=\"#EDB92E\" d=\"M121.831 45.506c.04.317.081.659.238.964.236.459.819.282 1.441-.156.196-.138.496-.17.773-.121.276.049.529.177.64.36.355.589.78.919 1.18.583.265-.223.444-.512.611-.776-.107-.047-.259-.07-.464-.065-.265.007-.53-.042-.648-.233-.094-.149-.024-.217-.115-.653a1.585 1.585 0 00-.298-.68c-.136-.167-.336-.129-.519-.164-.185-.035-.353-.145-.557-.041a1.86 1.86 0 00-.603.522c-.295.376-.258.466-.42.575-.209.139-.493.089-.756-.011a1.326 1.326 0 00-.503-.104z\"/>\n    <path fill=\"#21231E\" d=\"M122.169 46.417l-.2.105-.015-.031-.015-.031-.014-.031-.013-.031-.013-.031-.013-.032-.011-.032-.011-.032-.01-.031-.01-.032-.009-.032-.009-.032-.008-.032-.008-.032-.008-.032-.007-.032-.007-.031-.006-.032-.006-.032-.005-.032-.006-.031-.005-.032-.005-.031-.005-.031-.004-.031-.004-.031-.005-.031-.004-.031-.004-.03-.004-.03-.004-.03-.004-.03.223-.028.004.03.004.03.004.03.004.03.004.029.004.03.004.031.004.03.004.029.005.03.005.03.005.03.005.03.006.029.006.03.006.03.006.029.007.029.007.029.008.029.008.029.008.028.009.029.009.028.01.029.01.028.01.027.011.027.012.028.012.027.013.026.015.025zm1.276-.197l.128.187-.06.041-.06.04-.059.038-.059.036-.059.034-.058.033-.058.031-.058.029-.057.027-.057.024-.056.023-.055.02-.055.018-.055.015-.054.013-.053.01-.053.007-.052.004-.051.001-.051-.002-.05-.006-.049-.009-.048-.013-.046-.017-.045-.021-.043-.026-.041-.029-.038-.034-.036-.038-.033-.041-.031-.045-.027-.049.2-.105.019.034.02.03.021.026.022.023.023.02.024.017.025.015.027.013.028.011.03.008.032.006.034.004.035.001.038-.001.039-.003.041-.006.043-.008.045-.011.046-.013.047-.015.049-.018.049-.02.051-.022.051-.024.053-.026.053-.028.054-.031.055-.032.055-.034.056-.036.057-.038.057-.038zm.856-.139l-.039.224-.024-.004-.024-.003-.024-.003-.025-.003-.024-.002-.025-.001-.024-.002-.024-.001H123.996l-.023.001-.023.001-.024.002-.022.002-.023.003-.023.003-.022.004-.022.005-.021.005-.021.005-.021.006-.02.006-.02.007-.019.007-.019.008-.018.008-.018.009-.017.009-.016.009-.016.01-.015.01-.128-.187.022-.015.023-.015.023-.013.023-.012.024-.012.024-.011.026-.011.025-.009.025-.009.026-.008.026-.008.027-.007.027-.006.027-.006.028-.005.027-.004.028-.004.029-.003.027-.002.028-.002.029-.001.028-.001h.028l.029.001.028.001.029.002.028.002.029.003.028.003.028.003.029.005.028.006zm.717.413l-.192.118-.008-.013-.009-.013-.009-.012-.01-.013-.011-.013-.012-.012-.013-.012-.013-.012-.014-.012-.014-.012-.015-.011-.017-.012-.016-.011-.017-.011-.018-.011-.019-.01-.019-.01-.019-.01-.02-.009-.021-.009-.02-.009-.021-.008-.022-.008-.021-.008-.022-.007-.023-.007-.023-.006-.024-.006-.023-.006-.024-.005-.024-.005-.024-.005.039-.224.028.005.028.006.027.006.028.007.027.007.027.008.026.008.026.009.026.009.025.01.026.01.025.011.024.011.024.011.025.012.023.012.023.013.023.013.023.014.022.015.02.014.021.016.02.016.019.016.019.017.018.018.017.018.017.019.016.019.016.021.014.021.015.022zm1.012.555l.144.174-.043.034-.044.03-.045.026-.046.022-.046.018-.047.014-.047.009-.048.006-.048.001-.047-.003-.047-.006-.047-.01-.046-.014-.045-.017-.044-.02-.043-.023-.043-.026-.042-.028-.041-.031-.041-.034-.04-.035-.04-.038-.039-.04-.039-.042-.038-.044-.038-.046-.037-.048-.037-.05-.036-.051-.035-.053-.035-.055-.034-.056.192-.118.032.052.033.051.033.049.033.048.033.045.034.044.033.041.034.039.034.037.034.035.034.032.034.03.033.028.033.025.033.022.033.02.032.017.031.014.031.012.03.009.03.006.029.004.029.002h.029l.028-.003.029-.006.028-.008.03-.012.03-.015.031-.018.031-.021.031-.025zm.639-.584l.089-.209.05.166-.016.025-.016.025-.016.025-.016.025-.016.025-.017.026-.016.025-.017.026-.017.026-.017.026-.017.026-.018.026-.018.026-.018.026-.019.025-.019.026-.019.026-.019.026-.02.026-.02.026-.021.025-.021.025-.022.025-.022.025-.023.025-.023.025-.023.024-.024.024-.025.024-.025.023-.025.023-.026.023-.144-.174.023-.02.023-.02.022-.021.022-.021.021-.021.021-.022.021-.021.02-.022.021-.023.02-.023.019-.023.019-.023.019-.023.018-.024.018-.024.018-.024.018-.024.018-.025.018-.024.017-.025.017-.025.017-.025.017-.025.017-.024.016-.025.017-.025.016-.025.016-.025.016-.025.016-.025.016-.024.016-.025.043.164zm.089-.209l.122.053-.071.113-.051-.166zm-.506.153l-.006-.227h.116l.018.001h.018l.018.001.017.001.017.001.018.001.017.002.017.002.017.002.016.002.015.002.015.002.016.003.015.003.015.003.016.003.014.004.013.003.013.004.014.004.014.004.013.005.012.004.013.005.013.005.012.005-.089.209-.008-.003-.008-.003-.008-.003-.009-.004-.01-.003-.008-.003-.01-.003-.01-.003-.012-.003-.011-.003-.01-.002-.011-.002-.012-.002-.011-.002-.013-.002-.014-.002-.013-.002-.012-.002-.014-.002-.014-.001-.014-.001-.015-.001-.016-.001-.015-.001-.016-.001-.016-.001H126.252v.002zm-.746-.286l.189-.122v.001l.008.012.009.012.009.011.009.01.011.01.011.01.012.009.013.009.013.008.014.008.015.008.015.008.016.007.017.007.017.006.018.006.018.006.019.005.02.005.02.004.02.004.021.003.022.003.021.002.022.002.022.002.023.001.023.001h.092l.006.227-.026.001h-.052l-.026-.001-.026-.001-.026-.001-.026-.002-.026-.002-.026-.003-.026-.004-.026-.004-.026-.005-.025-.005-.025-.006-.025-.007-.024-.007-.025-.008-.024-.009-.024-.009-.024-.011-.023-.011-.022-.012-.022-.013-.022-.014-.021-.015-.02-.016-.02-.017-.019-.018-.018-.02-.017-.021-.016-.021-.017-.023zm-.13-.69l.22-.047.008.041.007.039.007.037.006.036.005.033.005.031.004.03.003.028.003.027.002.026.002.024.001.022.002.021.001.02.001.018.001.017.001.015.001.015.001.013.001.012.001.012.002.01.002.01.001.008.002.008.002.008.003.008.003.008.004.008.005.009.006.01.006.01-.189.122-.011-.018-.009-.017-.009-.017-.008-.018-.007-.017-.006-.017-.005-.017-.005-.017-.004-.018-.003-.016-.003-.018-.002-.016-.002-.017-.001-.017-.001-.016-.001-.018-.001-.018-.001-.019-.001-.018-.001-.02-.001-.021-.002-.022-.002-.023-.002-.024-.003-.025-.004-.028-.004-.029-.005-.03-.006-.032-.006-.035-.007-.037-.007-.034zm-.275-.631l.174-.145.013.017.014.018.013.018.013.018.013.019.013.019.012.019.012.02.012.02.012.02.012.021.011.021.011.021.011.022.011.023.01.022.01.023.01.024.01.023.009.025.009.024.009.025.008.025.008.025.008.026.008.027.007.026.007.026.007.027.007.028.006.028.006.028-.22.047-.006-.026-.005-.025-.006-.025-.006-.024-.006-.024-.007-.024-.007-.023-.007-.023-.007-.023-.008-.022-.008-.022-.008-.021-.008-.021-.008-.021-.009-.02-.008-.02-.009-.02-.008-.019-.009-.018-.01-.019-.009-.018-.01-.018-.01-.018-.01-.017-.01-.016-.01-.016-.011-.016-.01-.015-.011-.016-.011-.015-.011-.014-.013-.011zm-.453-.125l.041-.224.015.002.015.002.016.002.015.002.016.002.017.001.017.002.017.002.018.002.017.001.02.002.018.002.018.002.019.002.019.003.019.003.02.004.02.004.02.005.019.005.02.007.021.008.02.008.02.009.02.011.02.012.019.013.019.015.019.016.018.017.017.018.017.019-.174.145-.009-.011-.009-.01-.01-.009-.009-.008-.009-.007-.01-.007-.01-.006-.01-.005-.011-.005-.011-.005-.011-.004-.012-.004-.013-.004-.013-.003-.013-.003-.014-.003-.014-.002-.015-.002-.016-.002-.016-.002-.016-.001-.016-.002-.017-.001-.018-.001-.018-.002-.018-.001-.018-.002-.019-.002-.019-.002-.019-.003-.019-.003-.02-.002zm.041-.223l-.134-.025.134.025zm-.527.172l-.101-.203.024-.011.024-.01.025-.009.024-.008.023-.006.023-.005.024-.003.023-.002.024-.001h.044l.023.002.02.002.021.003.021.004.019.004.019.004.019.004.02.005.018.005.017.005.017.005.018.005.017.005.017.005.016.005.015.004.016.005.016.004.015.003.015.003.015.003-.041.224-.02-.004-.02-.004-.02-.005-.018-.005-.018-.005-.019-.005-.018-.005-.017-.005-.017-.005-.016-.005-.016-.005-.017-.005-.015-.005-.014-.003-.015-.004-.015-.004-.015-.003-.013-.002-.014-.002-.015-.002-.012-.001h-.026l-.012.001-.013.001-.013.002-.013.003-.013.003-.013.004-.013.005-.014.006-.016.008zm-.565.491l-.176-.141.019-.024.019-.023.019-.023.019-.023.019-.022.019-.022.02-.021.02-.021.02-.02.02-.02.019-.019.02-.019.02-.019.02-.018.02-.018.02-.018.02-.017.021-.017.02-.016.02-.016.021-.015.02-.015.02-.015.021-.014.02-.014.021-.013.021-.013.02-.012.021-.012.021-.012.021-.011.021-.011.101.204-.017.009-.018.009-.017.01-.018.01-.018.011-.017.011-.017.011-.018.012-.018.012-.018.013-.018.013-.017.013-.018.014-.018.014-.018.015-.018.015-.018.016-.018.016-.018.016-.018.017-.018.017-.018.018-.018.018-.018.018-.018.019-.017.019-.017.019-.018.021-.018.02-.017.021-.018.022-.017.021zm-.446.599l-.123-.19h-.001l.012-.008.01-.007.008-.007.009-.008.008-.007.007-.007.006-.007.007-.008.007-.008.007-.009.006-.009.007-.01.008-.012.008-.013.007-.013.009-.015.009-.016.01-.017.011-.018.011-.019.013-.021.013-.021.014-.023.015-.025.017-.025.018-.026.02-.029.021-.029.022-.031.024-.032.026-.034.028-.035.176.141-.026.033-.024.032-.023.03-.021.029-.019.027-.017.026-.016.025-.015.023-.014.021-.013.021-.013.02-.011.018-.011.018-.01.017-.01.017-.01.016-.008.015-.01.016-.009.015-.009.015-.01.015-.01.015-.011.014-.011.014-.012.014-.013.014-.014.014-.014.013-.014.013-.016.013-.017.013-.019.012zm-.857.001l.079-.213.024.008.024.009.023.008.023.007.024.008.023.007.023.006.023.006.023.006.023.005.022.004.023.004.022.003.022.003.022.002.021.002.021.001h.041l.02-.001.02-.001.019-.003.019-.003.018-.003.018-.005.018-.005.016-.006.016-.006.016-.007.016-.008.015-.009.015-.009.123.19-.025.015-.025.014-.025.013-.025.011-.026.011-.027.009-.026.007-.026.006-.028.006-.027.004-.027.003-.028.002-.027.001h-.055l-.028-.001-.028-.002-.027-.003-.027-.003-.028-.004-.027-.005-.028-.005-.027-.006-.027-.006-.027-.007-.027-.007-.027-.008-.026-.008-.026-.009-.027-.009-.026-.01-.025-.009zm-.352-.225l-.223.028.107-.128.015-.001h.059l.016.001.016.001.016.001.016.002.015.002.016.002.015.002.017.002.018.003.016.003.017.003.018.004.016.004.018.004.018.004.018.005.018.005.018.005.018.005.018.006.018.006.02.006.018.006.019.007.02.007.02.007.02.008-.079.213-.018-.007-.018-.007-.018-.006-.018-.006-.017-.006-.016-.005-.017-.005-.017-.005-.016-.005-.016-.005-.015-.004-.015-.004-.015-.004-.015-.003-.015-.003-.015-.003-.014-.003-.015-.003-.012-.002-.013-.002-.014-.002-.012-.001-.014-.002-.012-.001-.012-.001-.012-.001h-.066l.105-.127zm-.223.028l-.015-.123.122-.005-.107.128z\"/>\n    <path fill=\"#EDB92E\" d=\"M127.728 49.794c-.172-.21-.241-.163-.272-.296-.04-.171.06-.438.189-.693.518-1.02-.033-.934-.78-.532-.189.102-.41.283-.628.47-.22.188-.439.385-.622.517-.37.268-.599.276-.707.384-.164.414-.299.773-.357.935l-.001.002c-.063.161-.196.52-.342.932.024.115.237.147.395.442.157.29.28.816.471 1.07.281.372.538.593.738.557.2-.036.342-.33.395-.978.021-.252.164-.518.329-.676.129-.123.158-.071.477-.252a2.04 2.04 0 00.521-.416c.139-.156.161-.33.225-.502.065-.173.173-.342.156-.506a.834.834 0 00-.187-.458z\"/>\n    <path fill=\"#21231E\" d=\"M127.347 49.524l.219-.052.002.008.002.006.002.005.001.003.001.003.002.003.002.003.001.001.002.002.003.003.002.002.006.004.006.005.007.005.009.007.008.006.009.007.011.008.012.009.012.009.013.01.013.012.013.012.014.013.015.014.016.016.016.017.016.018.017.019.017.021-.173.145-.015-.018-.013-.015-.013-.015-.013-.013-.011-.012-.012-.011-.011-.01-.011-.01-.009-.008-.009-.007-.009-.008-.008-.006-.008-.007-.009-.006-.009-.007-.008-.006-.009-.007-.008-.007-.009-.006-.011-.009-.009-.008-.01-.01-.01-.011-.008-.01-.01-.013-.009-.014-.007-.013-.007-.015-.006-.016-.005-.015-.005-.016-.005-.015zm.198-.771l.2.104-.012.023-.012.023-.011.023-.011.023-.011.023-.01.023-.01.023-.01.023-.01.023-.009.022-.008.022-.009.023-.008.022-.007.021-.007.021-.007.021-.005.02-.006.021-.005.019-.004.019-.004.019-.003.018-.003.017-.002.017-.002.016-.001.015V49.439l.001.012.002.011.002.011-.219.052-.005-.022-.003-.023-.002-.023-.001-.023v-.046l.002-.024.002-.023.003-.023.004-.024.004-.024.005-.024.005-.024.006-.024.006-.024.007-.025.008-.024.008-.025.009-.025.009-.024.009-.024.01-.025.01-.025.011-.025.011-.025.011-.025.012-.025.011-.025.012-.025.012-.025.012-.025.013-.024zm-.627-.379l-.105-.201.071-.038.07-.036.068-.033.067-.031.066-.029.064-.026.062-.024.061-.021.058-.018.057-.015.054-.011.054-.008.052-.004h.05l.05.006.049.012.047.02.043.029.038.037.03.045.021.049.012.053.005.055-.001.058-.007.061-.013.065-.018.069-.024.073-.029.078-.035.084-.041.089-.047.095-.2-.104.044-.09.038-.083.032-.076.026-.069.02-.063.015-.056.01-.049.005-.041.001-.034-.002-.026-.004-.018-.005-.012-.005-.008-.005-.005-.008-.005-.011-.005-.018-.004-.024-.003h-.029l-.035.003-.039.006-.043.009-.047.012-.051.015-.053.018-.056.022-.059.024-.061.027-.063.029-.065.032-.067.034-.07.037zm-.608.456l-.145-.174.02-.017.021-.018.021-.018.02-.017.02-.017.021-.017.021-.017.02-.017.021-.017.021-.017.02-.017.021-.017.021-.017.02-.016.02-.015.021-.016.021-.016.02-.015.02-.015.021-.015.02-.014.02-.014.021-.014.02-.013.019-.013.02-.013.02-.013.019-.012.02-.012.019-.011.019-.011.02-.011.105.201-.016.009-.017.01-.017.01-.016.01-.018.011-.018.011-.018.012-.018.012-.018.012-.018.013-.018.013-.019.014-.018.013-.019.015-.02.015-.019.014-.019.015-.02.016-.02.016-.02.015-.019.016-.02.017-.02.016-.02.016-.021.017-.02.017-.02.017-.02.017-.021.017-.02.017-.02.017-.021.015zm-.629.523l-.13-.185.016-.012.016-.012.018-.013.018-.013.017-.013.017-.014.018-.014.018-.015.018-.014.018-.015.019-.016.019-.015.019-.016.019-.016.019-.016.02-.017.02-.017.019-.016.02-.017.02-.017.02-.018.021-.018.02-.017.02-.017.02-.018.02-.018.02-.018.021-.018.021-.018.02-.018.021-.018.021-.018.145.174-.02.018-.02.017-.02.018-.021.018-.02.018-.021.018-.02.018-.021.018-.021.017-.02.017-.02.017-.02.017-.02.018-.02.017-.02.017-.02.017-.02.017-.019.016-.02.017-.02.017-.02.016-.019.016-.019.015-.019.016-.019.015-.019.015-.019.015-.019.015-.018.013-.018.014-.018.014-.018.012zm-.668.334l-.208-.085.025-.038.015-.015.017-.014.016-.012.016-.011.017-.011.018-.01.018-.01.018-.008.018-.008.018-.008.019-.008.02-.008.019-.008.019-.008.021-.009.021-.009.021-.009.022-.01.023-.01.024-.011.024-.011.025-.012.026-.013.026-.014.028-.015.028-.015.028-.017.03-.018.03-.019.031-.021.032-.021.033-.023.13.185-.036.026-.036.024-.034.022-.033.021-.032.02-.032.019-.031.018-.03.016-.03.016-.029.014-.027.013-.027.012-.026.012-.025.011-.024.011-.023.01-.022.009-.02.009-.02.008-.019.008-.017.007-.017.007-.016.007-.015.007-.013.007-.012.006-.01.006-.009.006-.009.006-.007.005-.006.005-.005.005.024-.039zm-.368.955l-.187-.126-.013.025.006-.016.006-.017.006-.018.007-.02.007-.02.008-.021.008-.023.009-.023.009-.024.01-.026.01-.026.01-.026.01-.027.01-.029.011-.029.011-.03.012-.031.012-.031.012-.032.013-.033.013-.033.013-.034.013-.034.013-.035.014-.036.014-.036.014-.036.014-.037.015-.038.015-.038.015-.039.015-.039.209.085-.015.039-.015.038-.015.038-.015.037-.015.037-.014.037-.014.036-.013.035-.014.035-.013.035-.013.034-.013.033-.013.032-.012.032-.012.032-.012.03-.011.03-.011.029-.011.028-.01.028-.01.027-.01.025-.009.024-.009.025-.009.023-.008.021-.008.021-.008.02-.007.018-.006.018-.006.017-.005.015-.008.024zm.01-.02l-.209-.084.025-.039-.033.081.112-.114-.112.114.112-.114-.079.033-.033.08.019-.063.187.126.019-.063-.033.081-.08.033.112-.114-.112.114.112-.114-.033.081.026-.038zm-.337.868l-.22.046.004-.061.014-.039.013-.038.014-.038.013-.037.013-.037.013-.036.013-.036.013-.035.013-.035.012-.034.012-.034.012-.033.012-.033.012-.032.012-.032.011-.031.011-.03.011-.03.01-.028.01-.027.01-.028.01-.026.009-.024.009-.025.009-.023.008-.023.008-.022.007-.019.008-.019.007-.019.007-.017.006-.016.209.084-.006.016-.007.017-.007.017-.007.019-.008.021-.008.02-.008.022-.009.023-.009.023-.009.026-.01.025-.01.026-.01.028-.011.028-.011.029-.011.03-.012.031-.011.031-.012.032-.012.033-.012.033-.012.034-.012.034-.013.035-.013.035-.013.036-.013.036-.013.037-.013.037-.013.038-.014.038-.014.038.008-.061zm.385.41l-.197.109-.014-.024-.013-.022-.013-.02-.014-.02-.014-.018-.013-.017-.015-.017-.014-.015-.013-.014-.014-.014-.014-.013-.014-.013-.014-.012-.013-.011-.013-.011-.013-.01-.014-.011-.013-.01-.013-.01-.013-.011-.013-.01-.013-.01-.013-.011-.013-.011-.013-.013-.013-.015-.011-.014-.011-.015-.012-.019-.01-.019-.008-.021-.006-.023.22-.046v-.002l.003.003.004.005.004.004.005.005.007.006.009.008.01.008.011.009.012.009.013.01.014.011.014.011.016.012.016.013.017.014.017.015.017.015.018.017.018.018.018.019.018.021.018.021.018.023.018.024.018.025.018.027.017.029.016.031zm.461 1.056l-.178.138-.021-.029-.019-.029-.019-.031-.018-.032-.017-.033-.017-.033-.017-.034-.016-.035-.016-.035-.016-.036-.015-.037-.015-.036-.015-.037-.014-.038-.014-.037-.014-.038-.014-.038-.014-.038-.014-.037-.014-.037-.013-.036-.014-.036-.013-.035-.013-.035-.013-.034-.013-.033-.013-.032-.013-.031-.013-.029-.013-.029-.013-.027-.013-.025.197-.109.016.031.015.031.015.032.015.033.015.034.014.034.015.036.014.036.014.036.014.036.014.037.013.037.014.037.014.037.014.038.014.037.014.037.014.037.014.036.014.035.014.035.014.034.014.034.015.033.015.031.015.03.015.029.015.028.015.026.015.024.015.023.009.019zm.629.513l.04.224-.028.004-.028.002-.027-.001-.028-.002-.028-.005-.028-.006-.026-.008-.026-.009-.027-.011-.026-.012-.025-.013-.026-.015-.026-.016-.026-.017-.025-.018-.026-.02-.025-.02-.026-.022-.026-.023-.026-.024-.026-.025-.026-.026-.026-.027-.026-.028-.026-.029-.026-.03-.026-.031-.027-.032-.026-.033-.027-.033-.027-.035-.027-.035.178-.138.026.033.025.033.025.031.025.031.025.029.024.028.024.028.024.026.024.026.023.024.023.023.023.022.023.021.022.02.021.018.021.017.021.016.02.014.02.013.018.012.018.011.018.009.017.008.016.006.016.005.015.005.013.003.013.002.012.001h.023l.009-.001zm.303-.875l.224.019-.005.061-.006.059-.006.057-.007.055-.008.054-.008.051-.008.05-.009.048-.01.046-.01.044-.011.042-.011.041-.012.039-.012.037-.013.036-.014.034-.014.033-.015.031-.016.029-.017.028-.018.027-.018.025-.019.023-.02.022-.022.021-.022.018-.023.017-.025.015-.025.013-.027.011-.026.008-.028.007-.04-.224.009-.002.01-.003.01-.004.01-.005.009-.006.01-.007.011-.009.01-.01.011-.011.011-.014.012-.016.011-.017.012-.019.011-.021.011-.023.012-.026.011-.027.011-.029.01-.031.01-.033.01-.036.01-.037.009-.04.009-.041.008-.044.008-.046.007-.048.007-.05.006-.052.007-.054.005-.056.003-.06zm.364-.75l.155.165-.014.013-.013.013-.013.014-.013.015-.013.016-.013.016-.012.016-.013.017-.013.018-.012.018-.012.018-.012.019-.012.019-.011.02-.011.019-.01.019-.01.02-.01.021-.009.02-.009.021-.008.021-.008.021-.007.021-.007.02-.006.021-.006.021-.005.021-.004.021-.004.021-.003.021-.002.021-.002.02-.224-.019.003-.027.003-.027.004-.027.005-.026.006-.027.006-.026.007-.026.008-.026.008-.026.009-.025.009-.026.01-.026.01-.025.011-.025.011-.024.012-.024.013-.025.013-.024.013-.023.014-.023.014-.022.014-.022.015-.022.015-.021.015-.021.017-.021.016-.019.016-.019.017-.018.016-.018.018-.018.018-.019zm.499-.268l.11.199-.03.017-.029.015-.027.014-.025.013-.024.012-.023.011-.022.01-.021.01-.019.008-.018.008-.017.007-.016.006-.015.006-.014.005-.013.005-.013.005-.011.004-.01.004-.01.004-.009.004-.008.003-.005.003-.007.004-.008.005-.005.003-.007.005-.009.006-.007.005-.008.006-.008.007-.006.01-.01.009-.155-.165.014-.013.013-.012.013-.011.013-.011.014-.01.011-.008.013-.008.015-.009.011-.006.012-.007.014-.007.012-.006.011-.005.012-.005.012-.005.013-.005.012-.005.013-.005.014-.005.013-.005.014-.006.015-.006.016-.007.017-.007.018-.008.019-.009.02-.01.022-.011.024-.012.025-.013.026-.014.028-.017zm.493-.393l.166.153-.014.015-.014.016-.015.015-.014.015-.015.015-.015.015-.015.015-.016.015-.016.015-.016.015-.016.014-.017.015-.016.014-.016.014-.017.014-.017.014-.017.014-.018.013-.018.013-.018.013-.018.013-.018.013-.018.013-.018.013-.018.012-.02.013-.019.012-.019.013-.02.012-.019.011-.02.012-.02.012-.11-.199.018-.01.018-.011.018-.011.017-.01.017-.011.018-.011.017-.011.017-.012.017-.011.017-.012.017-.011.016-.012.016-.012.016-.012.016-.012.015-.012.015-.013.015-.012.015-.013.015-.013.014-.013.015-.013.014-.013.014-.013.013-.013.013-.013.014-.014.013-.013.013-.014.013-.013.012-.013.013-.015zm.203-.466l.21.081-.005.015-.006.015-.005.015-.005.015-.005.015-.005.015-.005.016-.005.016-.005.016-.005.015-.005.017-.005.017-.005.016-.006.018-.006.018-.006.017-.006.017-.007.018-.007.018-.008.017-.008.018-.009.018-.009.017-.01.018-.01.018-.011.017-.011.018-.012.018-.013.018-.013.017-.014.017-.015.018-.167-.152.01-.012.01-.013.01-.012.009-.012.008-.012.008-.012.008-.013.008-.013.007-.013.007-.014.006-.012.006-.013.006-.014.005-.013.005-.014.005-.015.006-.015.005-.014.005-.014.005-.016.005-.015.005-.015.005-.017.005-.016.005-.016.005-.016.005-.017.006-.017.005-.017.006-.018.006-.017.007-.02zm.15-.454l.223-.023.001.021.001.02v.02l-.001.021-.002.02-.002.019-.003.019-.004.019-.005.019-.005.018-.005.019-.006.018-.005.018-.006.018-.006.017-.006.017-.007.018-.007.016-.007.017-.007.017-.007.016-.007.017-.007.016-.007.016-.007.015-.007.016-.007.016-.006.015-.006.015-.007.016-.006.015-.005.014-.21-.081.007-.018.007-.017.007-.017.007-.017.008-.018.007-.016.007-.016.007-.017.007-.016.007-.015.007-.015.007-.016.007-.015.006-.015.007-.015.005-.014.005-.014.006-.015.005-.013.005-.014.004-.013.003-.012.004-.014.003-.012.002-.012.002-.012.002-.011.001-.012v-.032l-.004-.011zm-.163-.397l.173-.145.011.014.012.015.011.015.01.014.01.015.01.015.01.016.01.015.009.015.009.015.009.017.008.016.008.015.008.016.008.017.007.017.006.015.007.018.006.017.006.016.005.017.005.017.005.017.005.017.004.017.004.017.004.018.003.016.003.017.002.018.002.017.002.018-.223.023-.001-.013-.002-.013-.002-.013-.002-.013-.003-.014-.002-.012-.003-.013-.003-.013-.003-.013-.003-.013-.004-.013-.004-.013-.004-.013-.005-.013-.005-.012-.005-.013-.005-.012-.005-.012-.006-.012-.006-.013-.006-.012-.006-.011-.007-.012-.007-.012-.007-.012-.007-.011-.007-.011-.008-.012-.008-.012-.008-.011-.008-.011-.017-.014z\"/>\n    <path fill=\"#21231E\" d=\"M124.451 50.897c-.015.072-.033.142-.049.211.321.076.587.209.809.391.221.182.399.417.539.698a1.464 1.464 0 00-.43-.814 1.949 1.949 0 00-.869-.486zM124.582 50.522c.031-.069.063-.139.096-.208a3.28 3.28 0 001.041-.269c.335-.146.663-.347.988-.596-.257.29-.592.536-.96.721-.37.186-.775.309-1.165.352z\"/>\n    <path fill=\"#EDB92E\" d=\"M127.817 48.145c-.22.082-.368.183-.622.394-.194.161-.299.393-.337.658-.038.266-.008.568.065.867.046.186-.01.502-.119.813-.108.31-.27.616-.435.781-.543.547-.924 1.125-.772 1.483a.738.738 0 00.329.401c.065-.134.219-.253.272-.48.067-.293.176-.596.348-.778.133-.143.162-.302.493-.509.214-.134.396-.077.542-.256.282-.348.652-1.2.29-1.589-.356-.384-.484-.6-.183-1.261.102-.224.099-.388.129-.524z\"/>\n    <path fill=\"#21231E\" d=\"M127.265 48.627l-.143-.175.024-.02.023-.019.023-.019.022-.018.022-.018.021-.017.021-.016.021-.016.02-.016.02-.015.02-.015.02-.014.019-.014.02-.013.019-.013.019-.012.019-.012.019-.012.019-.011.02-.012.019-.01.019-.011.02-.01.02-.01.02-.01.02-.009.02-.01.021-.009.02-.008.021-.009.021-.008.021-.008.077.214-.019.007-.019.007-.018.008-.018.008-.017.008-.017.008-.018.008-.017.008-.016.009-.017.009-.016.009-.017.01-.016.009-.017.01-.017.01-.017.011-.017.011-.017.011-.017.012-.018.013-.018.013-.018.013-.019.014-.019.015-.019.015-.02.016-.021.016-.021.017-.021.017-.022.018-.022.018-.022.017zm-.296.586l-.222-.032.004-.026.005-.027.005-.026.005-.026.006-.026.007-.025.007-.026.007-.025.008-.026.008-.025.008-.025.01-.025.01-.024.01-.024.01-.024.012-.024.012-.023.012-.022.012-.022.014-.023.014-.022.015-.022.015-.021.015-.021.016-.02.017-.02.017-.02.018-.019.018-.019.02-.019.02-.017.02-.017.143.176-.016.013-.015.014-.014.013-.014.014-.014.015-.013.015-.013.015-.012.016-.012.016-.012.017-.012.016-.011.017-.01.017-.01.018-.01.018-.009.018-.008.018-.009.019-.008.019-.008.02-.007.019-.007.02-.007.02-.006.02-.01.026-.005.021-.005.022-.005.022-.005.022-.004.022-.004.023-.003.022zm.063.823l-.218.055-.007-.029-.007-.029-.007-.029-.006-.029-.006-.029-.006-.029-.005-.029-.005-.03-.005-.029-.005-.029-.004-.029-.004-.029-.003-.029-.003-.029-.003-.029-.002-.028-.002-.029-.002-.029-.001-.028-.001-.028-.001-.029v-.085l.001-.028.001-.027.001-.028.002-.028.002-.028.003-.027.003-.027.004-.027.222.032-.003.023-.003.024-.002.023-.002.024-.001.024-.001.025-.001.025v.126l.001.026.001.026.001.025.002.026.002.026.002.026.003.027.003.026.004.026.004.027.004.027.005.027.005.026.005.027.005.027.006.027.006.027.006.027.006.027.006.028zm-.122.879l-.212-.076.01-.028.01-.028.009-.028.009-.028.008-.028.008-.028.008-.028.007-.027.007-.027.007-.027.006-.027.006-.027.006-.026.004-.025.005-.026.004-.025.004-.024.003-.024.003-.023.002-.023.002-.022.001-.022.001-.022v-.06l-.001-.017-.002-.018-.001-.016-.002-.015-.003-.015-.003-.013.218-.055.005.022.004.023.003.024.003.023.002.024.001.025.001.024v.025l-.001.026-.001.025-.001.026-.002.027-.003.026-.003.028-.004.028-.004.028-.004.028-.005.029-.006.029-.006.029-.007.029-.007.03-.007.03-.007.03-.008.03-.008.03-.009.03-.009.03-.009.03-.01.031-.01.031-.012.028zm-.462.824l-.159-.161.013-.014.013-.015.014-.015.013-.016.014-.017.014-.018.013-.018.014-.019.014-.021.014-.021.014-.021.013-.021.014-.023.014-.023.013-.023.013-.024.013-.025.013-.025.013-.025.013-.026.013-.026.012-.026.013-.027.012-.028.012-.027.011-.027.012-.027.011-.028.011-.028.01-.028.01-.028.01-.028.212.076-.011.03-.011.03-.011.03-.012.03-.012.03-.012.029-.013.03-.013.03-.013.028-.013.029-.013.029-.014.028-.013.028-.014.028-.015.027-.015.027-.015.026-.015.026-.015.025-.015.025-.016.025-.016.024-.016.023-.016.023-.016.023-.017.023-.016.021-.016.021-.017.02-.017.02-.017.018-.014.017zm-.749 1.358l-.206.09-.016-.044-.012-.046-.008-.046-.005-.046-.002-.048.003-.048.005-.048.008-.049.011-.048.014-.049.017-.05.018-.049.021-.05.024-.05.025-.051.028-.051.03-.051.031-.051.033-.052.035-.052.037-.052.038-.053.04-.052.041-.052.043-.053.044-.053.046-.053.047-.053.048-.053.05-.053.05-.052.051-.052.159.161-.05.051-.049.051-.048.05-.046.05-.045.051-.043.051-.042.05-.041.05-.039.05-.038.049-.036.049-.034.048-.032.048-.031.048-.028.047-.027.046-.024.045-.023.044-.02.043-.018.043-.016.041-.013.039-.011.039-.009.037-.006.035-.004.034-.002.032.001.03.003.029.005.027.007.025.011.027zm.126.395l.202.1-.164.044-.015-.01-.014-.01-.014-.01-.013-.009-.014-.01-.014-.01-.013-.01-.013-.01-.012-.01-.012-.01-.013-.011-.012-.012-.012-.011-.012-.012-.011-.012-.012-.013-.011-.013-.012-.014-.011-.015-.01-.014-.011-.015-.011-.016-.01-.016-.01-.016-.01-.018-.01-.019-.01-.018-.01-.019-.01-.02-.01-.021-.01-.022-.01-.022.206-.09.009.02.009.019.008.018.008.018.008.016.008.015.008.014.007.013.008.013.008.013.007.011.007.011.008.011.007.01.007.008.007.009.008.009.008.008.008.008.008.008.008.008.009.007.01.008.01.008.01.008.011.009.011.008.012.008.013.009.013.009.013.009.014.01-.162.041zm.202.101l-.057.117-.107-.073.164-.044zm.061-.557l.219.051-.007.024-.006.024-.008.024-.008.022-.008.021-.009.022-.009.02-.01.02-.01.018-.01.019-.011.019-.011.017-.01.017-.011.016-.011.017-.011.015-.01.014-.01.014-.011.015-.01.013-.01.014-.01.013-.009.012-.009.012-.008.012-.008.011-.008.011-.007.011-.006.009-.006.01-.005.01-.005.009-.202-.1.008-.016.008-.015.008-.015.01-.015.009-.014.01-.014.01-.014.01-.013.01-.013.01-.013.01-.013.01-.013.01-.013.01-.013.01-.013.01-.014.009-.013.009-.012.009-.014.009-.014.008-.014.008-.013.008-.014.008-.015.007-.015.007-.015.006-.015.006-.016.006-.016.005-.016.005-.017.002-.016zm.376-.83l.163.156-.013.015-.014.015-.013.016-.013.017-.013.017-.013.019-.012.019-.013.02-.012.02-.012.021-.011.021-.011.022-.011.023-.01.022-.011.023-.01.024-.01.024-.01.024-.009.024-.009.025-.009.025-.008.025-.008.026-.008.026-.008.026-.008.026-.007.026-.007.027-.007.027-.007.026-.006.026-.006.027-.219-.052.007-.028.007-.029.007-.028.007-.028.008-.028.008-.029.008-.028.008-.028.009-.028.009-.028.01-.028.01-.028.01-.027.011-.028.011-.028.011-.027.012-.026.012-.027.013-.026.013-.025.013-.026.014-.025.014-.025.015-.024.015-.023.015-.023.016-.023.016-.023.017-.022.017-.021.018-.021.014-.02zm.515-.527l.118.193-.028.018-.027.018-.025.017-.023.017-.022.017-.02.016-.019.016-.018.016-.017.016-.016.015-.015.015-.014.015-.013.014-.013.015-.012.014-.011.014-.011.014-.011.015-.011.014-.01.013-.01.015-.01.014-.01.015-.011.016-.01.014-.011.015-.011.015-.012.015-.012.016-.013.016-.014.016-.014.015-.163-.156.01-.011.01-.011.01-.012.009-.012.009-.012.01-.013.01-.013.01-.014.009-.013.01-.015.011-.015.01-.015.012-.017.012-.016.012-.016.013-.017.014-.017.015-.018.015-.018.016-.018.017-.018.018-.019.02-.019.02-.018.022-.019.023-.019.025-.02.026-.02.027-.02.029-.02.03-.02.035-.023zm.514-.232l.174.144-.017.02-.018.02-.019.018-.018.016-.019.015-.019.013-.019.012-.02.011-.02.01-.02.009-.019.008-.019.007-.02.007-.019.006-.019.006-.018.005-.017.005-.019.005-.018.005-.017.005-.017.005-.016.005-.017.005-.017.005-.015.005-.017.006-.016.006-.016.007-.017.008-.016.008-.016.009-.017.01-.118-.193.023-.014.024-.013.023-.012.022-.011.023-.01.022-.009.021-.008.022-.008.02-.006.019-.006.02-.006.019-.005.018-.005.018-.005.016-.004.017-.005.016-.004.015-.004.014-.005.013-.004.014-.005.012-.005.012-.005.011-.006.011-.006.01-.007.011-.008.01-.007.01-.009.01-.01.01-.01.009-.011zm0 0l.106-.131-.106.131zm.296-1.439l.164-.156.039.046.034.049.029.052.024.054.019.056.015.057.011.058.007.059.003.06v.06l-.003.061-.005.061-.009.061-.011.061-.013.061-.016.061-.017.06-.019.06-.021.06-.022.058-.023.057-.025.056-.026.056-.027.053-.027.052-.028.05-.028.049-.029.047-.029.044-.029.042-.029.039-.029.037-.174-.144.025-.031.025-.034.026-.037.025-.039.026-.042.026-.044.025-.046.025-.048.024-.049.024-.05.022-.051.022-.053.02-.053.019-.053.017-.054.016-.054.014-.054.012-.053.01-.053.007-.051.005-.051.003-.049v-.048l-.003-.047-.005-.044-.008-.042-.01-.041-.013-.038-.016-.036-.019-.034-.021-.031-.029-.027zm-.203-1.386l.204.095-.026.059-.023.056-.021.053-.019.051-.016.048-.014.046-.011.043-.009.041-.007.04-.006.037-.003.035-.001.033v.032l.002.031.003.029.005.028.007.028.008.027.01.027.011.026.013.027.015.028.016.028.019.028.02.029.022.029.024.03.025.031.028.032.029.033.031.034.032.035-.164.156-.033-.036-.032-.036-.031-.035-.03-.035-.029-.035-.027-.034-.026-.035-.025-.035-.023-.035-.022-.036-.02-.036-.018-.037-.017-.038-.014-.039-.012-.04-.01-.041-.008-.041-.005-.043-.003-.043-.001-.044.002-.046.005-.047.007-.047.009-.049.011-.05.014-.051.016-.053.018-.054.021-.056.023-.058.025-.06.031-.06zm.231-.363v-.228l.11.138-.002.012-.002.01-.002.012-.002.013-.002.013-.002.013-.002.014-.002.013-.002.014-.002.016-.002.015-.002.015-.002.016-.003.016-.003.018-.003.017-.003.017-.004.018-.004.018-.004.019-.005.019-.005.019-.005.02-.006.021-.006.02-.006.02-.007.021-.008.023-.008.021-.009.022-.01.023-.01.022-.204-.095.008-.019.008-.018.007-.019.007-.018.006-.017.006-.017.006-.018.005-.017.004-.016.004-.016.004-.017.004-.015.003-.016.003-.016.003-.015.003-.016.003-.014.002-.014.002-.015.002-.015.002-.015.002-.015.002-.013.002-.015.002-.015.002-.014.002-.014.002-.015.003-.014.002-.014.003-.015.003-.014.112.136zm0-.228h.14l-.03.138-.11-.138zm-.001 0v.228l-.039-.221.039-.007z\"/>\n    <path fill=\"#EDB92E\" d=\"M118.325 50.918c.284.246.355.197.435.346.1.189.053.475-.033.744-.342 1.061.302.968 1.076.562.385-.202.834-.718 1.183-.977.351-.259.597-.257.693-.364.099-.419.177-.787.209-.955l.001-.001c.038-.167.115-.543.198-.984-.048-.132-.29-.192-.527-.549-.241-.361-.481-1.035-.793-1.363-.639-.672-1.281-.961-1.317.33-.009.313-.064.629-.23.8-.131.135-.185.065-.549.246a1.609 1.609 0 00-.563.447c-.137.176-.109.386-.139.587-.03.2-.119.394-.04.59.077.194.21.379.396.541z\"/>\n    <path fill=\"#21231E\" d=\"M118.859 51.209l-.198.108-.006-.01-.005-.008-.005-.007-.004-.006-.005-.006-.005-.006-.003-.004-.004-.004-.004-.004-.006-.005-.007-.005-.006-.005-.008-.005-.009-.006-.01-.006-.011-.006-.012-.007-.013-.008-.014-.008-.015-.009-.016-.01-.016-.01-.018-.011-.019-.012-.02-.014-.021-.015-.022-.016-.023-.017-.024-.019-.024-.02-.026-.022-.027-.023.146-.173.025.021.024.019.023.018.021.017.02.015.019.014.018.013.017.012.016.011.016.01.015.009.014.008.013.008.013.008.012.007.013.007.012.008.012.007.012.008.013.008.013.009.011.008.012.009.013.011.013.012.012.013.01.012.01.013.011.015.01.016.01.016.007.017zm-.025.834l-.214-.07.008-.024.008-.025.007-.024.007-.024.007-.024.006-.024.006-.024.005-.023.005-.024.005-.024.004-.024.004-.023.003-.023.003-.023.002-.022.002-.022.001-.022.001-.02v-.06l-.001-.019-.002-.019-.002-.018-.003-.017-.003-.016-.004-.017-.005-.015-.005-.014-.005-.015-.006-.014-.007-.012.198-.108.012.024.01.023.009.023.008.025.007.025.006.024.005.026.004.026.003.025.002.025.002.026.001.027v.052l-.001.027-.002.026-.002.027-.003.027-.004.027-.004.027-.005.027-.005.027-.005.027-.006.027-.006.028-.007.026-.007.027-.007.027-.008.027-.008.026-.008.026-.006.026zm.917.425l.104.202-.074.038-.073.036-.072.034-.071.032-.07.029-.069.027-.068.024-.066.021-.064.018-.063.015-.062.011-.06.008-.059.003-.057-.001-.056-.006-.054-.012-.051-.018-.05-.025-.046-.032-.041-.039-.035-.046-.028-.051-.021-.056-.015-.06-.008-.065-.003-.068.003-.073.008-.078.014-.083.019-.088.025-.094.03-.1.214.07-.028.092-.022.085-.017.078-.012.071-.007.064-.002.056.001.049.006.042.008.035.011.028.012.023.014.018.015.015.018.012.021.01.026.008.03.007.034.003.039.001.043-.003.047-.006.05-.009.053-.012.056-.016.059-.019.061-.021.063-.025.065-.027.067-.03.068-.032.069-.035.071-.035zm1.169-.968l.133.184-.031.023-.032.025-.033.027-.033.028-.034.029-.034.03-.036.031-.036.032-.036.033-.036.034-.038.034-.037.034-.038.035-.038.035-.038.035-.039.036-.038.035-.039.035-.039.034-.039.034-.039.034-.04.033-.039.033-.039.032-.04.031-.039.03-.039.029-.039.027-.039.026-.039.025-.04.023-.039.021-.104-.202.033-.018.033-.02.034-.022.035-.023.035-.025.036-.026.036-.028.037-.029.037-.03.037-.031.038-.032.037-.033.038-.034.038-.034.038-.034.038-.035.038-.035.038-.035.038-.035.038-.035.038-.035.037-.035.037-.034.037-.034.037-.033.037-.032.036-.031.036-.031.036-.03.036-.029.035-.028.032-.019zm.65-.298l.219.053-.026.05-.016.016-.016.014-.018.014-.017.011-.017.011-.019.01-.018.009-.018.009-.019.008-.019.008-.019.007-.019.007-.02.008-.021.008-.021.008-.021.008-.021.008-.022.009-.023.009-.024.01-.024.01-.024.011-.025.012-.026.013-.027.014-.026.014-.028.016-.028.017-.029.018-.029.019-.03.021-.031.022-.133-.184.034-.025.034-.023.033-.022.033-.021.032-.019.031-.018.031-.017.03-.015.029-.015.029-.013.028-.013.027-.012.025-.011.025-.01.024-.009.023-.009.023-.009.021-.008.019-.007.019-.007.018-.007.017-.007.015-.006.014-.006.013-.006.012-.006.009-.005.008-.005.007-.005.005-.004.005-.004.003-.003-.021.049zm.318-1.043v.228l.11-.093-.003.016-.003.018-.004.019-.004.02-.004.021-.005.023-.005.023-.005.023-.005.026-.006.026-.005.026-.006.028-.006.029-.006.029-.007.03-.007.031-.007.031-.007.032-.007.033-.007.034-.008.034-.008.034-.008.036-.008.036-.008.037-.008.037-.008.037-.009.038-.008.038-.009.039-.009.039-.009.039-.219-.053.009-.039.009-.038.009-.039.009-.038.008-.038.008-.037.008-.037.008-.036.008-.036.008-.035.008-.035.008-.034.007-.033.007-.033.007-.032.007-.031.007-.03.006-.03.007-.03.006-.027.005-.027.006-.027.006-.025.005-.024.005-.024.005-.023.004-.021.004-.02.004-.02.003-.018.003-.017.003-.016.111-.094zm-.11.093l.017-.092h.093l-.11.092zm.001-.005l.219.051.003-.026-.112.114.079-.033.033-.08-.113.114v-.228l-.112.114.033-.081.08-.033-.113.114.003-.026zm.202-.919l.211-.079.005.06-.008.041-.008.041-.008.04-.007.04-.008.04-.008.039-.007.038-.007.038-.007.037-.007.037-.007.036-.007.035-.007.035-.007.034-.007.033-.006.032-.006.032-.007.031-.006.029-.006.029-.006.028-.006.028-.005.026-.005.025-.005.024-.005.023-.005.022-.005.021-.004.02-.004.019-.004.018-.004.016-.219-.051.004-.016.004-.017.004-.018.004-.02.005-.021.005-.022.005-.023.005-.023.005-.025.006-.026.005-.027.006-.028.006-.029.006-.03.007-.03.006-.031.007-.032.007-.033.007-.034.007-.034.007-.035.007-.036.007-.036.007-.037.008-.038.007-.038.008-.039.007-.039.008-.04.008-.041.008-.041.008-.041.001.063zm-.515-.525l.186-.127.021.03.02.029.021.027.02.026.02.024.02.023.02.022.02.02.02.02.019.018.019.017.019.017.018.016.018.015.018.015.017.014.018.014.016.013.017.013.016.013.016.012.016.013.015.013.015.013.015.014.014.014.014.015.013.016.012.017.012.019.011.021.009.021-.211.079-.001-.003-.002-.003-.003-.004-.004-.006-.005-.006-.006-.007-.008-.008-.009-.008-.012-.01-.012-.01-.013-.01-.015-.012-.015-.012-.017-.013-.017-.014-.018-.014-.02-.015-.02-.016-.02-.017-.021-.018-.021-.019-.022-.02-.023-.022-.022-.022-.023-.024-.023-.026-.024-.027-.024-.028-.024-.03-.024-.032-.024-.033-.022-.037zm-.781-1.347l.162-.158.032.035.031.037.031.038.03.04.029.041.028.042.028.044.027.044.027.045.027.046.026.046.026.047.025.047.025.048.025.048.025.048.025.048.024.048.024.048.023.047.024.047.023.046.023.045.022.044.023.044.023.042.022.041.022.04.022.038.022.036.021.035.021.032-.186.127-.024-.037-.024-.038-.024-.04-.023-.041-.023-.042-.023-.043-.023-.044-.023-.045-.024-.046-.023-.046-.023-.047-.024-.047-.024-.048-.024-.047-.024-.047-.024-.047-.024-.047-.024-.047-.024-.046-.025-.046-.025-.045-.025-.044-.025-.043-.025-.042-.025-.041-.025-.039-.026-.038-.026-.037-.026-.034-.026-.033-.026-.031-.028-.028zm-1.124.254l-.224-.006.005-.12.009-.112.012-.104.016-.096.02-.088.023-.081.027-.074.031-.067.036-.06.04-.054.045-.047.049-.039.054-.031.057-.022.058-.013.06-.005.06.002.06.009.06.015.06.021.059.025.06.03.06.035.06.038.061.043.061.046.061.049.061.053.061.056.061.058.062.061.061.063-.162.158-.059-.061-.058-.057-.058-.055-.058-.052-.056-.049-.056-.045-.054-.041-.053-.037-.052-.034-.05-.029-.048-.025-.046-.02-.043-.015-.04-.01-.037-.006-.033-.002-.03.003-.028.007-.025.01-.025.014-.024.019-.024.025-.024.032-.023.04-.023.048-.021.057-.019.066-.017.075-.014.084-.011.094-.008.103-.007.118zm-.262.877l-.16-.159.012-.013.011-.013.011-.015.011-.014.01-.016.01-.017.01-.018.009-.018.009-.019.009-.02.008-.02.008-.021.008-.022.007-.023.007-.023.007-.023.006-.024.006-.025.005-.025.005-.025.005-.026.004-.026.003-.026.003-.028.003-.027.002-.028.003-.028.002-.027.002-.028.002-.028.001-.029.001-.028.224.006-.001.03-.001.031-.002.031-.002.03-.002.031-.003.03-.003.03-.003.031-.004.03-.004.03-.005.03-.005.029-.005.029-.006.029-.007.029-.007.028-.007.029-.008.028-.009.028-.009.027-.01.027-.011.026-.012.026-.012.026-.013.025-.013.024-.014.023-.015.023-.016.023-.017.021-.018.021-.02.021zm-.58.268l-.099-.204.034-.017.033-.016.032-.014.029-.013.028-.012.027-.011.025-.01.024-.009.023-.008.021-.007.021-.007.018-.005.018-.006.017-.005.014-.004.015-.005.013-.004.012-.004.011-.004.009-.003.008-.003.009-.003.008-.003.007-.003.006-.003.007-.004.007-.005.007-.005.007-.006.008-.007.01-.009.009-.009.16.159-.015.015-.014.013-.014.012-.015.012-.015.011-.015.01-.015.01-.016.008-.015.007-.015.007-.014.006-.015.006-.016.005-.014.004-.015.004-.014.004-.014.004-.016.005-.015.004-.016.005-.018.005-.018.006-.018.006-.02.007-.021.008-.022.008-.024.01-.025.011-.027.012-.028.013-.03.015-.029.016zm-.524.416l-.177-.141.014-.017.014-.018.015-.018.015-.017.015-.017.015-.017.016-.017.017-.017.016-.016.017-.016.017-.016.018-.016.018-.015.018-.016.019-.016.018-.015.019-.015.02-.015.02-.015.02-.014.02-.015.021-.014.02-.013.021-.014.021-.013.022-.013.021-.013.023-.013.023-.012.022-.012.023-.012.023-.012.099.204-.021.011-.02.011-.021.011-.02.011-.019.011-.02.012-.019.012-.019.012-.018.011-.019.013-.018.012-.017.012-.018.013-.017.013-.016.013-.017.013-.017.013-.016.013-.016.013-.015.014-.015.014-.015.014-.015.014-.014.014-.014.014-.013.014-.013.014-.013.015-.013.015-.012.014-.012.015-.011.015zm-.116.533l-.222-.034.002-.017.002-.018.002-.017.001-.018.002-.018.001-.018.002-.019.001-.019.001-.019.001-.019.002-.02.002-.019.002-.021.002-.02.002-.02.003-.021.003-.02.003-.02.004-.022.005-.021.005-.021.005-.021.007-.022.007-.021.008-.021.009-.022.01-.021.011-.021.012-.021.013-.021.014-.02.015-.021.177.141-.009.013-.009.013-.008.013-.008.013-.007.013-.006.014-.006.013-.005.014-.005.015-.004.014-.004.015-.004.016-.003.015-.003.015-.003.017-.003.017-.002.016-.002.018-.002.017-.002.018-.002.019-.002.018-.001.019-.001.019-.001.019-.002.019-.001.02-.002.021-.002.02-.002.02-.003.021v.018zm-.047.53l-.208.086-.009-.023-.008-.023-.006-.023-.005-.023-.005-.024-.003-.022-.003-.023-.001-.023-.001-.022v-.022l.001-.023.001-.021.002-.021.002-.021.003-.021.003-.02.003-.02.004-.02.004-.019.004-.02.005-.019.004-.018.004-.019.004-.018.004-.019.004-.018.004-.018.004-.018.003-.017.003-.018.003-.017.003-.016.222.034-.003.021-.004.02-.003.019-.004.02-.004.019-.004.019-.004.019-.004.019-.004.018-.004.018-.004.018-.004.018-.003.017-.003.018-.003.017-.003.017-.003.016-.002.016-.002.016-.001.016-.001.015v.044l.001.013.002.015.002.014.002.013.003.014.004.013.005.013.003.014zm.366.497l-.146.173-.019-.016-.017-.016-.018-.016-.018-.017-.018-.017-.017-.017-.017-.017-.016-.017-.016-.018-.015-.017-.015-.017-.015-.018-.015-.018-.014-.018-.014-.018-.013-.018-.014-.018-.013-.019-.012-.018-.013-.019-.012-.019-.011-.018-.011-.019-.011-.019-.011-.019-.01-.02-.01-.02-.009-.019-.009-.02-.009-.019-.008-.02-.008-.02.208-.086.007.016.007.016.007.017.008.016.008.017.008.016.008.016.009.016.009.016.01.016.01.016.01.016.01.016.011.016.01.015.012.015.012.016.012.016.012.016.012.015.012.015.014.015.014.016.014.015.014.015.014.015.015.015.015.014.015.014.016.015.017.015.014.011z\"/>\n    <path fill=\"#21231E\" d=\"M121.92 50.108c.005-.064.011-.128.015-.194-.713-.196-1.265-.608-1.716-1.213.254.646.935 1.18 1.701 1.407zM121.849 50.447l-.065.184c-.746.014-1.416.263-2.042.702.457-.523 1.293-.856 2.107-.886z\"/>\n    <path fill=\"#EDB92E\" d=\"M118.633 52.499c.241-.075.505-.153.747-.342.37-.287.262-.844-.055-1.418-.102-.184-.114-.493-.061-.796.053-.304.172-.603.331-.756.521-.505.84-1.062.575-1.47-.177-.273-.418-.431-.639-.581-.047.14-.078.328-.084.57-.008.313-.063.629-.23.8-.131.135-.185.065-.549.246a1.609 1.609 0 00-.563.447c-.136.176-.108.386-.139.587-.03.2-.118.394-.039.59.078.194.21.379.397.54.284.246.355.197.435.346.1.189.054.475-.033.744a1.63 1.63 0 00-.093.493z\"/>\n    <path fill=\"#21231E\" d=\"M119.313 52.068l.137.18-.024.019-.025.018-.025.018-.025.017-.025.016-.025.015-.026.015-.025.014-.025.013-.025.014-.025.013-.025.012-.025.012-.026.012-.024.011-.025.01-.025.011-.025.01-.025.01-.025.009-.024.008-.024.009-.024.009-.024.008-.024.008-.024.007-.023.008-.024.008-.024.007-.023.007-.023.007-.023.007-.066-.217.022-.007.023-.007.023-.007.022-.007.023-.007.023-.007.023-.007.023-.008.023-.008.023-.008.023-.008.023-.008.023-.008.022-.009.023-.009.022-.009.023-.01.023-.01.022-.01.022-.01.023-.011.022-.011.022-.011.022-.012.022-.012.021-.013.022-.014.021-.014.022-.014.021-.015.021-.015.02-.019zm-.085-1.273l.196-.111.03.055.029.056.027.056.026.056.025.055.023.055.022.054.02.054.019.055.017.054.015.053.013.053.012.052.01.052.007.052.006.051.003.051.001.05-.002.05-.004.049-.007.048-.009.048-.012.047-.015.046-.018.044-.021.043-.024.042-.028.04-.03.038-.033.037-.036.035-.039.033-.137-.18.027-.023.025-.024.022-.025.021-.026.018-.027.016-.028.014-.029.012-.031.01-.032.008-.033.007-.034.005-.036.003-.037.001-.038v-.04l-.002-.041-.005-.042-.006-.043-.008-.044-.01-.045-.011-.046-.014-.047-.015-.048-.016-.048-.018-.049-.02-.05-.021-.05-.023-.051-.024-.051-.026-.051-.027-.052-.029-.052zm-.074-.871l.221.04-.005.026-.004.027-.004.027-.004.027-.003.027-.003.027-.002.026-.002.026-.002.026-.001.026v.101l.001.025.001.024.002.023.002.024.002.023.003.022.003.022.004.021.004.02.005.019.005.02.005.019.006.017.006.017.006.016.007.015.007.014.007.014-.196.111-.011-.022-.011-.022-.01-.023-.009-.023-.009-.024-.008-.025-.007-.024-.007-.025-.006-.026-.006-.026-.005-.026-.004-.026-.004-.027-.003-.028-.003-.026-.002-.028-.001-.028-.001-.028-.001-.029v-.057l.001-.029.001-.03.002-.029.002-.03.002-.03.003-.03.003-.03.004-.03.004-.029.005-.03.01-.032zm.364-.818l.155.164-.012.012-.012.013-.012.013-.011.015-.012.016-.012.016-.012.017-.012.018-.011.018-.011.02-.011.02-.011.02-.011.021-.01.021-.01.022-.01.022-.01.023-.01.024-.009.024-.009.024-.009.025-.008.025-.008.025-.007.025-.008.027-.007.026-.007.026-.006.026-.006.027-.006.027-.005.026-.005.027-.221-.04.005-.03.006-.03.007-.03.006-.029.007-.03.008-.03.008-.029.008-.029.008-.029.009-.029.009-.028.01-.028.01-.028.01-.027.011-.027.011-.026.011-.027.012-.026.012-.025.013-.025.013-.025.013-.024.014-.023.014-.023.014-.022.015-.022.016-.021.015-.02.016-.02.017-.019.017-.018.021-.016zm.559-1.325l.188-.125.027.046.024.047.02.049.016.049.012.05.008.051.005.051.001.051-.002.051-.005.052-.008.052-.012.052-.014.052-.016.051-.019.052-.021.051-.024.051-.026.051-.028.051-.03.051-.032.051-.035.051-.036.051-.038.051-.04.051-.041.05-.043.051-.044.05-.046.049-.047.049-.048.049-.05.049-.155-.164.047-.046.046-.046.044-.047.043-.047.041-.047.04-.047.038-.047.036-.046.034-.046.033-.046.031-.046.029-.046.027-.045.025-.044.023-.045.02-.044.018-.043.016-.043.013-.041.011-.041.009-.04.006-.039.004-.038.001-.037-.001-.036-.003-.035-.006-.034-.008-.034-.011-.033-.013-.032-.016-.032-.018-.031zm-.438-.608l-.213-.073.169-.058.02.014.021.014.021.015.021.015.021.015.021.015.022.015.022.016.021.015.022.016.022.016.022.017.022.016.022.018.022.018.022.018.022.018.021.019.022.02.021.02.021.02.022.021.021.022.02.022.02.023.02.023.02.024.019.025.02.025.019.026.019.026.018.027-.188.125-.015-.023-.016-.022-.017-.023-.016-.021-.017-.02-.017-.021-.017-.02-.018-.02-.018-.019-.018-.018-.018-.018-.019-.018-.019-.017-.019-.017-.02-.017-.019-.016-.02-.016-.02-.016-.02-.015-.02-.016-.02-.016-.02-.015-.021-.015-.021-.015-.02-.015-.02-.014-.021-.015-.021-.015-.021-.014-.02-.014-.021-.014-.021-.014.173-.059zm-.213-.073l.047-.141.122.083-.169.058zm.134.61l-.224-.006.001-.024.001-.022.001-.023.001-.023.002-.022.001-.022.002-.021.002-.021.002-.021.002-.02.002-.02.002-.021.003-.02.002-.02.003-.019.003-.018.003-.019.003-.018.003-.018.003-.018.003-.018.004-.017.003-.016.004-.017.004-.017.004-.016.005-.016.004-.015.005-.016.005-.016.005-.014.005-.015.213.073-.004.012-.004.013-.004.012-.003.012-.004.014-.004.013-.003.014-.003.014-.003.014-.003.015-.003.015-.003.015-.003.015-.003.016-.003.016-.002.016-.003.018-.002.017-.002.017-.002.018-.002.018-.002.018-.002.02-.002.019-.002.019-.001.02-.001.02-.001.02-.001.02-.001.021-.001.022-.005.023zm-.261.877l-.16-.159.012-.013.011-.013.011-.014.011-.015.011-.016.01-.017.009-.017.009-.018.009-.019.008-.02.008-.021.008-.02.007-.023.007-.023.007-.023.006-.023.006-.024.006-.025.005-.026.005-.025.004-.026.004-.027.004-.026.003-.027.003-.028.003-.027.002-.028.002-.027.002-.028.002-.029.001-.028.001-.028.224.006-.001.03-.001.031-.002.03-.002.03-.002.031-.002.031-.003.03-.003.03-.004.03-.004.03-.005.029-.005.03-.006.03-.006.029-.006.029-.007.029-.007.029-.008.028-.009.027-.009.027-.01.027-.011.027-.011.026-.012.026-.012.025-.014.025-.014.024-.015.023-.016.023-.017.021-.018.021-.019.019zm-.58.268l-.099-.204.034-.017.033-.016.031-.014.029-.013.028-.012.027-.011.025-.01.024-.009.023-.008.021-.007.021-.007.018-.005.018-.006.017-.005.014-.004.015-.005.013-.004.012-.004.011-.003.009-.003.009-.003.008-.003.008-.003.008-.004.005-.003.007-.004.007-.005.006-.005.008-.007.009-.008.008-.008.01-.01.16.159-.014.015-.015.014-.014.012-.015.012-.015.012-.015.01-.015.009-.016.009-.015.007-.015.007-.015.006-.015.006-.015.005-.014.005-.015.004-.014.004-.014.004-.016.005-.015.004-.016.005-.018.005-.018.006-.019.006-.019.007-.021.008-.022.008-.024.01-.025.011-.027.012-.028.013-.03.015-.028.015zm-.524.416l-.177-.141.014-.018.014-.017.015-.017.015-.017.016-.018.015-.016.016-.017.017-.017.017-.016.017-.016.017-.016.017-.016.018-.015.018-.016.019-.016.018-.015.019-.015.02-.015.019-.014.02-.014.021-.014.02-.014.021-.014.021-.014.021-.013.022-.013.021-.013.023-.013.023-.012.022-.012.023-.012.023-.012.099.204-.021.01-.02.011-.021.011-.02.011-.019.011-.02.012-.019.011-.019.012-.018.012-.018.012-.018.012-.017.012-.017.013-.018.013-.017.012-.017.013-.016.013-.015.013-.016.013-.016.014-.015.014-.015.014-.014.014-.014.014-.013.013-.013.015-.014.015-.012.014-.013.015-.013.015-.012.015-.014.015zm0 0l-.088.114.088-.114zm-.116.534l-.222-.034.002-.017.002-.018.002-.017.002-.018.002-.017.001-.018.002-.019.001-.019.002-.019.001-.019.001-.02.002-.019.001-.021.002-.02.002-.02.003-.021.003-.02.003-.02.004-.022.005-.021.005-.021.006-.021.007-.022.007-.021.008-.021.009-.022.01-.021.011-.021.012-.021.013-.021.014-.02.015-.021.177.141-.009.013-.009.013-.008.013-.007.013-.007.013-.006.014-.006.013-.005.014-.005.015-.004.014-.004.015-.004.016-.003.015-.003.015-.003.017-.003.017-.002.016-.002.018-.002.017-.002.018-.001.019-.002.018-.001.019-.002.019-.001.019-.001.019-.001.02-.002.021-.002.02-.002.02-.003.021-.003.017zm-.047.53l-.208.086-.009-.023-.008-.023-.006-.023-.005-.023-.005-.023-.003-.023-.002-.023-.001-.022-.001-.022v-.021l.001-.023.002-.022.002-.021.002-.021.003-.021.003-.02.004-.02.004-.019.004-.02.004-.02.004-.019.004-.019.004-.018.004-.018.004-.018.004-.019.004-.018.004-.018.004-.018.003-.017.003-.016.003-.017.222.034-.003.02-.004.021-.004.02-.004.02-.004.019-.004.019-.004.019-.004.018-.004.019-.004.018-.004.018-.004.018-.004.017-.003.017-.003.017-.003.017-.003.016-.002.016-.002.016-.001.016-.001.015v.044l.001.014.001.014.002.013.002.014.003.014.004.013.005.013.003.013zm.366.497l-.146.173-.019-.016-.018-.016-.018-.016-.018-.017-.018-.017-.017-.017-.016-.017-.016-.017-.016-.017-.015-.018-.015-.017-.015-.018-.015-.018-.014-.018-.014-.018-.013-.018-.014-.019-.013-.018-.012-.018-.013-.019-.012-.019-.011-.019-.011-.019-.011-.019-.011-.02-.01-.02-.01-.019-.01-.02-.009-.02-.009-.019-.008-.02-.008-.02.208-.086.007.016.007.016.007.017.008.016.008.016.008.017.009.016.008.016.009.016.01.017.01.016.01.016.01.015.012.017.011.016.011.015.012.016.012.016.012.015.013.015.012.015.013.015.013.015.014.015.015.015.014.015.014.014.015.015.015.014.016.014.016.015.016.014zm.461.378l-.198.108-.006-.01-.005-.009-.005-.007-.004-.006-.004-.005-.005-.006-.004-.004-.004-.004-.005-.004-.005-.004-.007-.005-.007-.005-.008-.005-.008-.005-.01-.006-.011-.007-.011-.006-.014-.008-.014-.008-.015-.009-.016-.01-.017-.01-.018-.012-.019-.013-.02-.013-.021-.015-.022-.016-.023-.017-.024-.019-.025-.02-.026-.021-.027-.023.146-.173.025.021.023.019.023.018.021.017.02.015.019.014.018.013.017.012.016.011.016.01.015.01.014.008.014.008.012.008.012.007.013.008.012.007.012.007.013.008.012.007.012.009.012.008.012.01.012.01.013.012.012.012.011.012.011.014.011.015.01.015.01.016.009.016zm-.025.833l-.214-.07.008-.024.007-.024.007-.024.007-.025.007-.024.006-.024.006-.024.005-.024.005-.024.005-.023.004-.023.003-.023.004-.023.003-.023.002-.022.002-.022.001-.021.001-.021v-.04l-.001-.02-.001-.019-.002-.018-.002-.018-.003-.018-.003-.016-.004-.017-.004-.015-.005-.015-.005-.014-.006-.013-.007-.013.198-.108.012.023.011.024.009.024.008.024.007.025.006.025.005.025.004.025.003.025.002.026.002.026.001.026v.026l-.001.026-.001.027-.002.026-.002.027-.003.027-.004.027-.004.026-.005.027-.005.027-.006.027-.006.027-.006.026-.006.027-.007.027-.007.027-.008.026-.008.026-.008.027-.005.028zm-.233.348l.066.217-.145-.107v-.055l.001-.015.001-.014.001-.014.001-.016.002-.016.002-.014.002-.016.002-.016.002-.015.003-.016.003-.017.003-.016.003-.016.004-.017.003-.017.004-.017.004-.018.004-.016.004-.018.005-.018.005-.018.005-.018.005-.018.006-.019.006-.019.005-.019.006-.02.007-.02.214.07-.006.018-.006.018-.005.018-.005.017-.005.017-.005.018-.005.016-.004.016-.004.016-.004.015-.004.017-.004.015-.003.015-.003.015-.003.014-.003.015-.003.014-.002.013-.002.013-.002.014-.002.012-.001.012-.001.014-.001.012-.001.011-.001.012v.012l-.001.01v.042l-.148-.103zm.065.217l-.143.044-.003-.151.146.107zm-.033-.108l-.033-.109.033.109zm.033.108l-.143.044-.003-.151.146.107z\"/>\n    <path fill=\"#EDB92E\" d=\"M123.552 48.737c-.895-.044-1.759.742-1.886 1.704s.498 1.709 1.356 1.719c.858.01 1.655-.695 1.818-1.623.165-.929-.393-1.756-1.288-1.8z\"/>\n    <path fill=\"#21231E\" d=\"M121.778 50.456l-.223-.03.015-.095.02-.094.023-.092.028-.091.032-.089.036-.087.039-.086.043-.084.046-.081.049-.079.053-.077.056-.074.059-.072.062-.069.064-.066.067-.063.069-.06.072-.057.074-.053.076-.05.078-.046.079-.043.081-.039.082-.035.084-.031.085-.027.086-.022.088-.018.089-.013.089-.008.089-.003.09.002-.011.227-.077-.001-.077.003-.077.007-.076.011-.076.016-.076.019-.074.023-.074.027-.072.031-.072.034-.071.038-.069.041-.067.044-.066.048-.064.051-.062.054-.06.056-.057.059-.056.062-.053.064-.05.067-.047.068-.044.071-.042.073-.038.075-.035.076-.032.078-.028.079-.024.081-.021.082-.017.083-.015.085zm1.246 1.59l-.003.228-.086-.003-.084-.008-.083-.012-.081-.017-.079-.021-.078-.026-.075-.029-.073-.033-.071-.037-.069-.041-.066-.045-.063-.048-.061-.051-.058-.055-.055-.058-.052-.061-.049-.064-.045-.067-.042-.07-.038-.072-.035-.074-.031-.078-.028-.08-.024-.082-.02-.084-.016-.086-.012-.087-.007-.089-.003-.091.002-.092.006-.093.01-.095.223.03-.009.084-.005.083-.001.081.003.08.006.078.01.076.013.074.017.072.02.07.024.068.027.066.03.064.033.062.036.059.039.057.041.054.044.051.047.049.049.046.051.044.053.04.056.038.058.034.06.031.062.028.064.025.066.021.067.018.069.014.071.01.072.006.073.008zm1.707-1.53l.221.04-.018.091-.022.09-.026.088-.029.087-.033.085-.036.083-.039.081-.042.079-.046.077-.048.074-.051.072-.054.07-.056.067-.059.065-.061.062-.064.059-.066.056-.068.053-.07.051-.072.047-.074.044-.075.04-.077.037-.078.033-.08.03-.081.026-.082.022-.083.018-.084.014-.085.01-.086.006-.086.002.003-.228.074-.001.074-.005.073-.009.073-.012.072-.016.072-.02.071-.023.07-.026.069-.03.067-.032.066-.036.066-.039.063-.042.062-.044.061-.047.059-.05.057-.053.055-.055.053-.057.051-.06.048-.062.046-.065.043-.067.041-.068.038-.071.035-.072.032-.074.029-.075.026-.077.023-.079.02-.08.018-.084zm-1.184-1.666l.011-.227.089.007.087.012.085.016.083.021.081.025.078.03.075.034.073.038.07.042.067.046.065.049.061.053.058.056.055.059.052.062.049.065.045.068.041.07.038.073.035.075.031.078.027.08.023.081.019.082.016.085.012.086.007.087.003.089-.001.089-.005.091-.01.092-.014.092-.221-.04.012-.082.008-.081.005-.08.001-.079-.003-.078-.006-.076-.01-.075-.014-.074-.017-.072-.02-.07-.023-.068-.026-.066-.03-.065-.033-.063-.036-.06-.038-.058-.041-.055-.044-.052-.046-.05-.049-.047-.052-.045-.054-.041-.057-.038-.059-.036-.061-.032-.064-.028-.066-.025-.068-.021-.071-.018-.072-.014-.075-.01-.076-.007z\"/>\n    <path fill=\"#EDB92E\" d=\"M123.478 49.21c-.654-.029-1.282.541-1.378 1.244-.096.704.353 1.26.991 1.271.63.011 1.227-.522 1.342-1.2.118-.693-.301-1.286-.955-1.315z\"/>\n    <path fill=\"#21231E\" d=\"M122.211 50.47l-.223-.031.012-.071.015-.07.018-.069.021-.067.024-.066.026-.065.03-.064.032-.062.035-.06.037-.059.039-.057.041-.055.044-.053.046-.051.048-.049.05-.047.052-.044.053-.042.054-.039.057-.038.058-.035.059-.032.06-.029.062-.026.063-.023.063-.02.065-.017.065-.013.066-.01.067-.006.067-.003.068.001-.01.227-.055-.001-.055.002-.055.005-.054.008-.054.011-.053.014-.053.017-.053.019-.052.022-.051.025-.05.027-.049.029-.048.032-.047.034-.046.036-.044.038-.042.04-.041.042-.039.044-.037.046-.036.048-.034.049-.032.051-.03.052-.028.053-.025.055-.023.056-.02.057-.018.058-.015.058-.013.059-.012.059zm.882 1.142l-.004.228-.065-.003-.064-.006-.063-.01-.062-.013-.06-.016-.059-.019-.057-.023-.055-.025-.053-.029-.052-.031-.05-.034-.048-.037-.045-.039-.044-.042-.041-.044-.038-.046-.037-.049-.034-.051-.031-.053-.029-.055-.026-.057-.023-.058-.02-.06-.018-.062-.014-.063-.012-.064-.008-.066-.005-.067-.002-.068.001-.069.005-.07.008-.071.223.031-.007.06-.004.059-.001.058.002.057.004.056.007.055.009.053.012.052.014.05.017.049.019.048.021.046.023.044.025.043.027.041.029.039.031.037.033.035.034.033.036.031.038.029.039.027.041.025.043.023.044.02.046.018.047.016.048.013.049.01.051.008.052.005.053.001zm1.229-1.106l.221.039-.013.068-.016.067-.019.066-.022.065-.025.064-.027.063-.03.06-.032.06-.034.058-.036.056-.038.055-.041.053-.043.051-.045.049-.046.047-.048.045-.049.042-.051.04-.053.038-.054.036-.056.033-.057.031-.058.028-.059.025-.06.023-.061.02-.062.017-.063.014-.064.011-.064.007-.064.004-.065.001.004-.228h.053l.053-.004.053-.006.052-.008.052-.012.051-.014.051-.017.051-.019.05-.021.049-.024.048-.026.047-.028.046-.03.045-.032.044-.035.043-.037.041-.038.04-.04.038-.042.037-.044.035-.045.033-.047.032-.048.029-.049.027-.051.025-.052.023-.054.021-.054.019-.055.016-.056.014-.057.012-.063zm0 0l-.026.157.026-.157zm-.849-1.182l.01-.227.067.005.066.008.064.012.062.015.061.019.059.022.057.025.055.028.053.031.051.034.049.036.047.039.044.042.042.044.039.046.037.049.034.051.032.053.029.055.026.056.024.058.021.059.018.061.015.063.012.064.009.065.006.066.003.067-.001.068-.004.068-.007.069-.01.07-.221-.039.009-.059.006-.059.003-.058v-.057l-.002-.056-.005-.055-.007-.054-.01-.053-.012-.051-.015-.05-.017-.049-.019-.047-.022-.046-.023-.044-.026-.042-.028-.041-.029-.038-.032-.037-.033-.035-.035-.033-.037-.031-.039-.029-.04-.026-.042-.025-.043-.022-.045-.02-.047-.017-.048-.015-.05-.012-.051-.01-.053-.007-.057-.004z\"/>\n    <path fill=\"#0C4076\" d=\"M123.405 49.689c-.409-.015-.801.338-.864.779-.063.441.219.796.62.805.401.008.778-.327.849-.76.071-.434-.196-.808-.605-.824z\"/>\n    <path fill=\"#21231E\" d=\"M122.652 50.484l-.222-.033.008-.046.01-.046.012-.045.014-.044.016-.043.018-.043.019-.041.021-.04.023-.039.024-.038.025-.037.027-.036.029-.035.03-.033.031-.031.032-.031.034-.029.035-.027.036-.026.037-.024.038-.022.038-.021.039-.019.041-.018.041-.015.041-.013.042-.011.043-.009.044-.007.044-.005.044-.002h.044l-.008.227h-.032l-.032.001-.032.003-.032.005-.032.007-.031.008-.032.01-.031.011-.03.013-.03.015-.03.016-.029.018-.029.019-.028.02-.027.021-.026.023-.025.024-.025.025-.023.026-.022.027-.022.028-.02.029-.019.03-.018.031-.016.032-.015.033-.014.033-.012.034-.011.034-.009.035-.008.036-.008.035zm.511.675l-.005.228-.043-.002-.043-.004-.042-.007-.041-.009-.04-.011-.039-.013-.038-.015-.037-.017-.036-.019-.035-.021-.033-.023-.032-.024-.03-.027-.029-.028-.027-.03-.026-.031-.024-.032-.022-.034-.021-.035-.019-.037-.017-.038-.015-.039-.013-.04-.011-.041-.009-.042-.007-.043-.005-.043-.003-.044-.001-.045.001-.045.003-.046.006-.046.222.033-.004.036-.003.035v.068l.003.033.004.032.006.032.007.031.008.029.01.029.011.028.012.027.013.026.015.025.016.025.017.023.018.022.019.021.02.02.021.018.022.017.023.016.024.015.025.013.026.012.026.01.027.009.028.008.029.007.029.005.031.003.028-.005zm.736-.665l.222.037-.009.045-.01.044-.012.044-.014.044-.016.042-.018.041-.019.041-.021.039-.023.038-.024.037-.025.036-.027.035-.028.033-.029.033-.031.031-.032.029-.032.028-.034.027-.036.026-.036.023-.037.022-.038.02-.038.018-.04.017-.04.015-.041.013-.042.011-.041.009-.043.007-.043.005-.043.002-.043.001.005-.228h.031l.032-.002.031-.003.031-.005.031-.007.031-.008.03-.01.031-.011.029-.013.03-.014.029-.015.028-.017.028-.018.026-.019.026-.021.026-.022.025-.023.024-.024.023-.026.023-.026.021-.027.02-.028.019-.03.018-.03.016-.031.015-.031.014-.033.012-.033.011-.033.01-.034.008-.035.009-.036zm-.607-.805h.225l-.108-.114.044.003.044.005.042.008.041.01.041.012.039.014.038.016.037.019.036.021.034.022.033.024.031.026.03.027.028.029.026.031.025.032.023.034.021.034.02.037.018.038.016.038.014.039.012.041.01.041.008.042.006.043.004.044.002.044v.044l-.002.045-.004.045-.006.046-.222-.037.005-.035.003-.035.002-.034v-.034l-.001-.033-.003-.032-.005-.032-.006-.031-.007-.03-.009-.029-.01-.028-.012-.028-.013-.027-.014-.025-.015-.025-.016-.024-.017-.022-.019-.021-.02-.02-.021-.019-.021-.018-.023-.016-.023-.016-.025-.014-.025-.013-.026-.012-.027-.01-.028-.009-.029-.007-.03-.006-.031-.004-.032-.002-.108-.112zm.108.114l-.108-.004v-.11l.108.114zm.117-.114h-.225l.117-.113.108.113zm-.108-.113l.108.004v.11l-.108-.114z\"/>\n    <path fill=\"#EDB92E\" stroke=\"currentColor\" stroke- d=\"M128.707 65.951c.445.068.68.35.665.639.015.289-.22.571-.666.639a1.888 1.888 0 01-.34.059c-13.508 1.169-27.939 1.169-41.447 0a2.015 2.015 0 01-.34-.059c-.445-.068-.681-.35-.666-.639-.015-.289.22-.571.664-.639a1.9 1.9 0 01.341-.059c13.509-1.169 27.939-1.168 41.447 0 .128.011.241.031.342.059h0z\"/>\n    <path fill=\"#21231E\" d=\"M92.085 67.03h-.007l-.007-.001-.007-.002-.007-.001-.006-.002-.006-.002-.006-.003-.006-.003-.006-.003-.005-.003-.005-.004-.005-.004-.005-.004-.005-.004-.005-.005-.005-.005-.004-.005-.004-.005-.004-.005-.003-.006-.003-.006-.003-.006-.003-.006-.002-.006-.002-.006-.002-.006-.001-.007-.001-.006-.001-.007v-.02l.001-.007v-.01l-.001-.007v-.021l.001-.007.001-.007.001-.007.002-.006.002-.006.002-.006.003-.006.003-.006.003-.006.003-.006.004-.005.004-.005.004-.005.005-.005.005-.005.005-.004.005-.004.005-.004.005-.004.005-.003.006-.003.006-.003.006-.003.006-.002.006-.002.007-.001.007-.001.007-.001.007-.001.002.04h-.001l-.002-.04.162-.01.162-.01.162-.01.162-.01.162-.01.162-.01.162-.009.162-.01.162-.009.162-.009.162-.009.162-.009.162-.009.162-.009.162-.008.162-.009.162-.008.162-.008.162-.008.162-.008.162-.008.162-.008.162-.008.162-.007.162-.008.162-.008.162-.007.162-.007.162-.007.162-.007.162-.007.162-.007.011.27-.162.007-.162.007-.162.007-.162.007-.162.007-.162.008-.162.008-.162.007-.162.008-.162.008-.162.008-.162.008-.162.008-.162.008-.162.008-.162.008-.162.008-.162.009-.161.009-.162.009.162.009.162.009.162.008.162.009.162.008.162.009.162.008.162.008.162.008.162.008.162.008.162.007.162.008.162.008.162.007.162.007.162.007.162.007.162.007.162.007-.011.27-.162-.007-.162-.007-.162-.007-.162-.007-.162-.007-.162-.008-.162-.007-.162-.008-.162-.008-.162-.008-.162-.008-.162-.008-.162-.008-.162-.008-.162-.008-.162-.008-.162-.009-.162-.008-.162-.009-.162-.009-.162-.009-.162-.009-.162-.009-.162-.009-.162-.01-.162-.01-.162-.01-.162-.01-.162-.01-.162-.01-.162-.01-.162-.008.002-.04-.002.04zm10.369-.742l.005.27-.162.004-.162.003-.162.004-.162.003-.162.004-.162.004-.162.004-.162.004-.162.004-.162.004-.162.004-.162.005-.162.005-.162.005-.162.005-.162.005-.162.005-.162.005-.162.005-.162.006-.162.005-.162.005-.162.006-.162.006-.162.006-.162.006-.162.006-.162.006-.162.007-.162.006-.162.006-.162.007-.011-.27.162-.007.162-.007.162-.007.162-.006.162-.006.162-.006.162-.006.162-.006.162-.006.162-.006.162-.005.162-.005.162-.006.162-.005.162-.005.162-.005.162-.005.162-.005.162-.005.162-.005.162-.005.162-.004.162-.004.162-.004.162-.004.162-.004.162-.004.162-.004.162-.003.162-.004.162-.003.168-.003zm5.188-.051v.271H106.67l-.162.001-.162.001-.162.001-.162.001-.162.001-.162.001-.162.001-.162.001-.162.002-.162.002-.162.002-.162.002-.162.002-.162.002-.162.002-.162.002-.162.002-.162.002-.162.002-.162.002-.162.003-.162.003-.162.003-.162.003-.162.003-.162.003-.005-.271.162-.003.162-.003.162-.003.162-.003.162-.003.162-.003.162-.003.162-.002.162-.002.162-.002.162-.002.162-.002.162-.002.162-.002.162-.001.162-.002.162-.002.162-.001.162-.001.162-.001.162-.001.162-.001.162-.001h.162l.162-.001H107.475l.167-.003zm5.188.059l-.006.27-.162-.003-.162-.003-.162-.003-.162-.003-.162-.003-.162-.003-.162-.003-.162-.003-.162-.002-.162-.003-.162-.002-.162-.002-.162-.002-.162-.002-.162-.002-.162-.002-.162-.001-.162-.002-.162-.002-.162-.002-.162-.001-.162-.001-.162-.001-.162-.001-.162-.001-.162-.001H107.64v-.271h.649l.162.001h.162l.162.001.162.001.162.001.162.001.162.001.162.001.162.002.162.002.162.002.162.002.162.002.162.002.162.002.162.002.162.002.162.002.162.002.162.003.162.003.162.003.162.003.162.003.162.003.162.003.162.003.167.002zm5.187.164l-.011.27-.162-.007-.162-.007-.162-.007-.162-.006-.162-.006-.162-.006-.162-.006-.162-.006-.162-.006-.162-.006-.162-.006-.162-.006-.162-.005-.162-.005-.162-.005-.162-.005-.162-.005-.162-.005-.162-.005-.162-.005-.162-.005-.162-.004-.162-.005-.162-.004-.162-.004-.162-.004-.162-.004-.162-.004-.162-.004-.162-.004-.162-.003-.162-.004.006-.271.162.004.162.003.162.004.162.004.162.004.162.004.162.004.162.004.162.004.162.005.162.005.162.005.162.005.162.005.162.005.162.005.162.005.162.005.162.005.162.005.162.006.162.006.162.006.162.006.162.006.162.006.162.006.162.006.162.007.162.006.162.007.167.007zm5.183.27l-.001.019.001-.019.007.001.007.001.007.002.006.001.007.002.006.002.006.002.006.003.006.003.006.003.005.003.005.004.005.004.005.004.005.005.004.005.004.005.004.005.004.005.003.006.003.006.003.006.002.006.002.006.002.006.002.007.001.007.001.006.001.007V66.896l-.001.006-.001.007-.001.007-.002.007-.002.006-.002.006-.002.006-.003.006-.003.006-.003.006-.004.005-.004.005-.004.005-.004.005-.005.005-.005.004-.005.004-.005.004-.005.003-.006.003-.006.003-.006.003-.006.002-.006.002-.007.002-.006.002-.007.001-.007.001-.007.001-.001-.019.001.019-.162.01-.162.01-.162.01-.162.01-.162.01-.162.009-.162.01-.162.009-.162.009-.162.009-.162.009-.162.009-.162.009-.162.009-.162.008-.162.009-.162.008-.162.008-.162.008-.162.008-.162.008-.162.008-.162.008-.162.008-.162.008-.162.007-.162.008-.162.007-.162.007-.162.007-.162.007-.162.007-.011-.27.162-.007.162-.007.162-.007.162-.007.162-.007.162-.007.162-.008.162-.008.162-.008.162-.008.162-.008.162-.008.162-.008.162-.008.162-.008.162-.008.162-.008.162-.009.099-.005-.099-.005-.162-.009-.162-.008-.162-.008-.162-.008-.162-.008-.162-.008-.162-.008-.162-.008-.162-.008-.162-.008-.162-.007-.162-.008-.162-.007-.162-.007-.162-.007-.162-.007-.162-.007-.162-.006.011-.271.162.007.162.007.162.007.162.007.162.007.162.007.162.008.162.008.162.008.162.008.162.008.162.008.162.008.162.008.162.008.162.008.162.008.162.009.162.009.162.009.162.009.162.009.162.009.162.009.162.009.162.009.162.01.162.01.162.01.162.01.162.01.162.006zm-25.922.301h.007l.007.001.007.001.007.002.006.001.007.002.006.002.006.003.006.003.006.003.005.004.005.004.005.004.005.004.005.005.005.005.004.005.004.005.004.005.004.005.003.006.003.006.003.006.002.006.002.006.002.006.002.007.001.006.001.007.001.007v.021l-.001.007-.001.007-.001.007-.002.006-.002.006-.002.006-.003.006-.003.006-.003.006-.003.006-.004.005-.004.005-.004.005-.004.005-.005.005-.005.004-.005.004-.005.004-.006.003-.005.003-.006.003-.006.003-.006.002-.006.002-.007.002-.006.002-.006.001-.007.001h-.021l.008-.27zm20.739.258h-.014l-.007-.001-.007-.001-.007-.001-.006-.002-.007-.002-.006-.002-.006-.002-.006-.003-.006-.003-.006-.003-.005-.004-.005-.004-.005-.004-.005-.004-.005-.005-.004-.005-.004-.005-.004-.005-.004-.005-.003-.006-.003-.006-.003-.006-.003-.006-.002-.006-.002-.006-.002-.006-.002-.007-.001-.007-.001-.007v-.028l.001-.007.001-.006.001-.006.002-.007.002-.006.002-.006.003-.006.003-.006.003-.006.003-.006.004-.005.004-.005.004-.005.005-.005.005-.005.005-.004.005-.004.005-.004.005-.003.005-.003.006-.003.006-.003.006-.002.006-.002.006-.002.007-.001.007-.001.007-.001h.007l.015.272z\"/>\n    <path fill=\"#C6363C\" d=\"M70.406 67.426v60.293c0 10.79 4.182 20.586 10.928 27.684 6.745 7.099 16.055 11.5 26.31 11.5h.001c10.254 0 19.564-4.401 26.309-11.499 6.746-7.099 10.928-16.895 10.928-27.685V67.427c-24.825-.003-49.65.003-74.476-.001z\"/>\n    <path fill=\"#EDB92E\" stroke=\"currentColor\" stroke- d=\"M122.814 156.314c1.769 1.419 3.389-1.826 1.819-6.114-1.161-3.173-6.837-1.941-3.676 2.327.15.202.361.109.331-.122-.18-.875.378-1.384 1.239-1.222 2.35.44 2.424 4.904-.132 3.889-.465-.031-.048.868.419 1.242h0zM128.622 156.314c-1.769 1.419-3.389-1.826-1.819-6.114 1.161-3.173 6.837-1.941 3.676 2.327-.15.202-.361.109-.331-.122.18-.875-.378-1.384-1.239-1.222-2.35.44-2.424 4.904.132 3.889.465-.031.048.868-.419 1.242h0z\"/>\n    <path fill=\"#FFF\" d=\"M70.143 67.166v60.556l.014 1.015.035 1.009.062 1.001.083.995.11.988.131.981.152.974.179.967.2.953.221.946.241.939.262.932.283.919.31.912.324.898.345.891.365.877.386.87.407.857.428.843.441.829.462.822.476.808.497.794.517.781.531.767.552.753.566.732.579.725.6.711.614.691.628.677.379-.359-.621-.67-.6-.684-.593-.698-.572-.712-.559-.732-.545-.739-.524-.76-.503-.767-.497-.788-.469-.794-.455-.808-.441-.822-.414-.836-.4-.843-.386-.857-.358-.863-.345-.884-.317-.884-.304-.898-.283-.912-.262-.919-.234-.926-.221-.933-.193-.946-.179-.953-.152-.96-.124-.967-.11-.981-.083-.981-.062-.988-.035-.995-.014-1.002V67.687h73.952v60.031l-.014 1.002-.034.995-.062.988-.083.981-.104.981-.131.967-.152.96-.172.953-.2.946-.214.933-.242.926-.262.919-.283.912-.296.898-.324.884-.345.884-.359.863-.379.857-.4.843-.421.836-.441.822-.455.808-.469.794-.49.788-.51.767-.524.76-.545.739-.559.732-.572.712-.586.698-.607.684-.621.67-.635.649-.655.642-.662.622-.676.601-.696.587-.704.567-.717.553-.731.539-.745.518-.758.497-.765.477-.779.456-.793.442-.8.421-.814.401-.827.38-.834.359-.841.339-.855.318-.862.297-.869.276-.883.249-.89.228-.896.207-.903.187-.91.159-.924.131-.924.117-.931.083-.945.062-.945.041-.952.014v.525l.965-.014.966-.041.952-.062.945-.09.945-.11.931-.138.924-.166.917-.186.91-.207.903-.235.896-.255.883-.276.876-.297.862-.325.862-.345.841-.359.834-.387.827-.408.814-.428.8-.449.793-.463.779-.484.765-.504.759-.525.738-.546.731-.56.717-.573.703-.601.683-.608.676-.629.662-.649.642-.663.627-.677.614-.691.6-.712.579-.718.566-.739.552-.753.531-.767.517-.781.497-.794.476-.808.462-.822.448-.829.421-.843.407-.857.386-.87.365-.877.345-.891.331-.898.303-.912.283-.919.262-.932.248-.939.221-.946.2-.96.172-.96.152-.974.131-.981.11-.988.083-.995.062-1.002.034-1.015.014-1.008V67.167h-75z\"/>\n    <path fill=\"#FFF\" d=\"M81.524 155.223l-.381.362.644.662.659.646.674.629.688.613.702.595.715.578.729.56.742.542.754.524.767.505.779.486.791.467.803.447.814.426.825.407.836.386.846.365.856.344.866.322.875.3.885.278.893.255.902.233.91.21.918.186.926.162.933.138.941.114.947.089.954.064.96.038.965.013h.001v-.525h-.001l-.951-.013-.946-.038-.94-.063-.933-.088-.927-.112-.919-.136-.912-.16-.905-.183-.897-.206-.889-.229-.88-.252-.872-.274-.862-.296-.853-.317-.844-.339-.834-.359-.824-.38-.813-.401-.802-.42-.791-.441-.78-.46-.768-.479-.757-.498-.744-.516-.731-.534-.719-.552-.706-.57-.692-.587-.678-.604-.664-.621-.65-.637-.635-.656z\"/>\n    <path fill=\"#FFF\" stroke=\"currentColor\" stroke- d=\"M107.982 163.786c.323-.053.869.015 1.282-.31.549-.432.331-2.175.282-3.278-.252-5.634-.483-15.119-.77-28.438a3.692 3.692 0 00-1.132.018 3.692 3.692 0 00-1.132-.018c-.287 13.32-.517 22.804-.77 28.438-.049 1.103-.267 2.846.282 3.278.413.324.959.256 1.282.31h.676z\"/>\n    <path fill=\"#FFF\" stroke=\"currentColor\" stroke- d=\"M111.511 163.625c-.327-.023-.865.094-1.305-.192-.586-.38-.634-2.163-.684-3.266-.258-5.634-.78-15.073-1.699-28.365a3.723 3.723 0 011.129-.085c.051-.013.102-.024.154-.036 2.117 13.148 2.916 22.476 4.366 28.102.2.777.63 2.723-.039 3.355-.382.361-.931.342-1.249.425l-.673.062h0z\"/>\n    <path fill=\"#FFF\" stroke=\"currentColor\" stroke- d=\"M115.656 163.03c-.328.006-.852.172-1.317-.073-.618-.326-.593-2.105-.868-3.173-1.45-5.627-2.249-14.957-4.368-28.11.45-.148.792-.177 1.117-.188l.046-.015c3.367 12.786 4.376 21.799 6.989 27.366.242.771.9 2.82.271 3.534-.348.394-.897.425-1.206.536l-.664.123h0z\"/>\n    <path fill=\"#FFF\" stroke=\"currentColor\" stroke- d=\"M119.83 161.851c-.326.039-.874.342-1.361.145-.647-.262-.748-2.166-1.214-3.158-2.625-5.593-3.632-14.663-7.036-27.542a3.685 3.685 0 011.093-.297c.295-.135.239-.205.708-.274 3.955 12.72 5.239 21.568 8.97 27.058.602.886 1.043 2.661.635 3.228-.307.426-.85.512-1.146.653l-.649.187h0zM103.778 163.625c.327-.023.864.094 1.305-.192.586-.38.634-2.163.684-3.266.258-5.634.78-15.073 1.699-28.365a3.725 3.725 0 00-1.129-.085c-.051-.013-.102-.024-.154-.036-2.117 13.148-2.916 22.476-4.366 28.102-.2.777-.63 2.723.039 3.355.382.361.931.342 1.249.425l.673.062h0z\"/>\n    <path fill=\"#FFF\" stroke=\"currentColor\" stroke- d=\"M99.632 163.03c.328.006.853.172 1.317-.073.617-.326.592-2.105.868-3.173 1.45-5.627 2.249-14.957 4.368-28.11a3.727 3.727 0 00-1.117-.188l-.046-.015c-3.367 12.786-4.376 21.799-6.989 27.366-.242.771-.901 2.82-.271 3.534.347.394.897.425 1.206.536l.664.123h0z\"/>\n    <path fill=\"#FFF\" stroke=\"currentColor\" stroke- d=\"M95.458 161.851c.326.039.874.342 1.361.145.647-.262.748-2.166 1.214-3.158 2.625-5.593 3.632-14.663 7.035-27.542a3.693 3.693 0 00-1.093-.297c-.295-.135-.239-.205-.708-.274-3.955 12.72-5.24 21.568-8.97 27.058-.602.886-1.043 2.661-.635 3.228.307.426.85.512 1.146.653l.65.187h0zM117.624 152.241c-.298.018-.747.2-1.214-.023-.622-.297-1.028-2.015-1.361-3.083-2.648-5.231-5.064-14.521-9.029-27.432.384-.162.691-.203.985-.225.261-.115.545-.22.973-.258 4.27 12.777 6.188 22.016 10.361 27.104.689.84 1.202 2.672.874 3.203-.246.399-.742.45-1.003.57l-.586.144h0z\"/>\n    <path fill=\"#FFF\" stroke=\"currentColor\" stroke- d=\"M114.246 152.905c-.299-.006-.767.139-1.206-.12-.585-.345-.792-2.088-1-3.177-1.067-5.567-3.035-14.911-5.832-28.027.401-.13.711-.147 1.006-.146.273-.093.568-.175.998-.179 3.304 13.035 4.069 22.796 7.195 27.807.569.913.888 2.756.502 3.258-.291.378-.79.389-1.064.488l-.599.096h0z\"/>\n    <path fill=\"#FFF\" stroke=\"currentColor\" stroke- d=\"M110.807 153.296c-.296-.03-.779.078-1.187-.216-.542-.39-.548-2.141-.63-3.243-.422-5.627-1.306-15.084-2.581-28.364.414-.098.725-.09 1.018-.064a3.011 3.011 0 011.014-.099c1.79 13.239 2.83 22.824 3.963 28.253.226 1.083.567 2.814.124 3.284-.333.353-.831.324-1.115.4l-.606.049h0z\"/>\n    <path fill=\"#FFF\" stroke=\"currentColor\" stroke- d=\"M97.665 152.241c.298.018.747.2 1.214-.023.622-.297 1.028-2.015 1.361-3.083 2.648-5.231 5.065-14.521 9.03-27.432a2.922 2.922 0 00-.985-.225 2.872 2.872 0 00-.973-.258c-4.27 12.777-6.188 22.016-10.361 27.104-.689.84-1.202 2.672-.874 3.203.246.399.742.45 1.003.57l.585.144h0z\"/>\n    <path fill=\"#FFF\" stroke=\"currentColor\" stroke- d=\"M101.043 152.905c.298-.006.766.139 1.206-.12.585-.345.791-2.088 1-3.177 1.067-5.567 3.035-14.911 5.832-28.027a3.01 3.01 0 00-1.007-.146 2.962 2.962 0 00-.998-.179c-3.304 13.035-4.069 22.796-7.195 27.807-.569.913-.888 2.756-.501 3.258.291.378.79.389 1.064.488l.599.096h0z\"/>\n    <path fill=\"#FFF\" stroke=\"currentColor\" stroke- d=\"M104.481 153.296c.297-.03.779.078 1.187-.216.542-.39.548-2.141.63-3.243.422-5.627 1.306-15.084 2.581-28.364a2.981 2.981 0 00-1.018-.064 3.012 3.012 0 00-1.015-.099c-1.79 13.239-2.83 22.824-3.963 28.253-.226 1.083-.567 2.814-.124 3.284.333.353.831.324 1.116.4l.606.049h0z\"/>\n    <path fill=\"#FFF\" stroke=\"currentColor\" stroke- d=\"M107.949 153.41c.292-.053.784.015 1.156-.309.495-.432.299-2.175.254-3.278-.228-5.635-.436-15.119-.694-28.44a3.036 3.036 0 00-1.021.017 3.035 3.035 0 00-1.021-.017c-.259 13.32-.467 22.805-.694 28.44-.044 1.103-.241 2.847.254 3.278.372.324.865.256 1.156.309h.61z\"/>\n    <path fill=\"#FFF\" stroke=\"currentColor\" stroke- d=\"M115.288 144.493c-.228.018-.572.2-.93-.023-.476-.297-.787-2.015-1.043-3.083-2.028-5.231-3.879-14.521-6.916-27.433.294-.162.529-.203.754-.225.2-.115.418-.219.745-.258 3.271 12.777 4.739 22.016 7.936 27.104.528.84.92 2.672.669 3.203-.189.399-.568.451-.768.57l-.447.145h0z\"/>\n    <path fill=\"#FFF\" stroke=\"currentColor\" stroke- d=\"M112.701 145.157c-.229-.006-.587.139-.924-.12-.448-.345-.606-2.088-.766-3.177-.817-5.568-2.325-14.911-4.467-28.027.307-.13.545-.147.771-.145.209-.094.435-.175.765-.18 2.531 13.035 3.117 22.796 5.511 27.807.436.913.68 2.756.384 3.258-.223.378-.605.389-.815.488l-.459.096h0z\"/>\n    <path fill=\"#FFF\" stroke=\"currentColor\" stroke- d=\"M110.067 145.548c-.227-.03-.596.078-.909-.216-.415-.39-.419-2.141-.483-3.243-.323-5.627-1-15.084-1.977-28.364.317-.097.555-.089.78-.064.217-.071.449-.129.777-.099 1.371 13.238 2.168 22.824 3.035 28.253.173 1.083.434 2.814.095 3.283-.255.353-.637.324-.854.4l-.464.05h0z\"/>\n    <path fill=\"#FFF\" stroke=\"currentColor\" stroke- d=\"M100.001 144.493c.228.018.572.2.93-.023.476-.297.787-2.015 1.043-3.083 2.028-5.231 3.879-14.521 6.916-27.433a1.807 1.807 0 00-.754-.225 1.834 1.834 0 00-.745-.258c-3.271 12.777-4.739 22.016-7.936 27.104-.528.84-.92 2.672-.669 3.203.189.399.568.451.768.57l.447.145h0z\"/>\n    <path fill=\"#FFF\" stroke=\"currentColor\" stroke- d=\"M102.588 145.157c.229-.006.587.139.924-.12.448-.345.606-2.088.766-3.177.817-5.568 2.325-14.911 4.467-28.027a1.79 1.79 0 00-.771-.145 1.806 1.806 0 00-.764-.18c-2.531 13.035-3.117 22.796-5.511 27.807-.436.913-.681 2.756-.384 3.258.223.378.605.389.815.488l.458.096h0z\"/>\n    <path fill=\"#FFF\" stroke=\"currentColor\" stroke- d=\"M105.222 145.548c.227-.03.597.078.909-.216.416-.39.419-2.141.483-3.243.323-5.627 1-15.084 1.977-28.364a1.795 1.795 0 00-.78-.064 1.794 1.794 0 00-.777-.099c-1.371 13.238-2.168 22.824-3.036 28.253-.173 1.083-.434 2.814-.095 3.283.255.353.637.324.854.4l.465.05h0z\"/>\n    <path fill=\"#FFF\" stroke=\"currentColor\" stroke- d=\"M107.878 145.662c.224-.053.601.015.886-.31.379-.432.229-2.175.195-3.278-.174-5.635-.334-15.119-.532-28.44a1.775 1.775 0 00-.782.018 1.775 1.775 0 00-.782-.018c-.198 13.32-.358 22.805-.532 28.44-.034 1.103-.184 2.846.195 3.278.285.325.662.256.886.31h.466z\"/>\n    <path fill=\"#EDB92E\" stroke=\"currentColor\" stroke- d=\"M92.084 130.394c-.712.031-1.584.438-4.135 2.653-1.113 2.276-2.235 4.564-3.782 6.537-.528.349-.942.592-1.361.731-.436.144-3.652.038-3.731-.097-1-.909-2.53-.261-2.019.697-.396.376.476 1.753 1.178 1.182.644-.524 2.885-.029 3.632-.301-.283.674-2.308 1.112-3.724 1.215-1.294.055-1.208 1.347-.674 2.339.606.387.109-.102.329.181.579.86 1.818.748 1.86-.092.043-.87 3.064-2.002 3.517-2.67-.554 1.321-1.831 2.553-2.465 3.847-.681.685-1.095.822-.215 2.202.977-.112 1.035-.372 1.636.198 1.336-.146 1.552-.543 1.336-1.602-.229-1.118.706-3.142 1.017-3.713.287-.527.357-1.075.636-1.405.485-.574 2.793-1.722 3.385-1.407 1.088.581 1.919.229 2.056-.826-.351-.272-.088-1.771-.84-1.834-.616-.052-.981.138-1.546.6-.891.729-1.349 1.117-1.642 1.036-.695-.191 1.259-1.151 3.036-3.485 2.462-3.236 2.63-4.879 2.516-5.986h0zM92.474 156.314c-1.769 1.419-3.389-1.826-1.819-6.114 1.161-3.173 6.837-1.941 3.676 2.327-.15.202-.361.109-.331-.122.18-.875-.378-1.384-1.239-1.222-2.35.44-2.424 4.904.132 3.889.466-.031.048.868-.419 1.242h0z\"/>\n    <path fill=\"#EDB92E\" stroke=\"currentColor\" stroke- d=\"M77.206 141.508c-.892-.523-1.404-.502-1.75-.113-.19.214-.433.103-.291-.233.593-1.403 1.538-1.578 2.387-.92.238.22.429.409.62.598-.142.211-.851.507-.966.668h0zM89.975 140.253c.946-.645 1.833-.771 2.319-.409.267.199.531.056.296-.274-.982-1.382-2.132-1.453-3-.673-.235.255-.423.473-.61.691.297.326.954.693.995.665h0zM82.52 148.178c.029-.057-.217-1.209-.603-1.569-.3.24-.636.452-.952.783-.947.989-.942 2.447.536 3.717.365.314.532-.017.384-.378-.252-.617.055-1.404.635-2.553h0zM78.827 145.151c-.879.365-1.182.828-1.15 1.436.017.334-.202.459-.326.07-1.075-2.498.04-2.966 1.651-2.875.092.435-.137 1.353-.175 1.369h0z\"/>\n    <path fill=\"#21231E\" d=\"M85.823 138.557l.225.136-.011.019-.01.018-.008.019-.008.02-.007.02-.005.02-.004.02-.003.021-.002.021v.043l.002.022.003.022.005.023.006.023.008.024.01.024.012.025.014.026.016.026.018.027.021.027.023.028.026.028.028.028.031.029.034.029.037.03.04.029.043.03.046.029.049.03-.132.228-.056-.034-.053-.034-.05-.034-.047-.035-.044-.035-.041-.036-.039-.036-.036-.036-.033-.037-.031-.037-.028-.037-.026-.038-.023-.038-.021-.038-.018-.038-.016-.038-.013-.039-.01-.038-.008-.038-.006-.038-.004-.038-.001-.038.001-.037.003-.036.005-.036.007-.035.009-.034.011-.033.012-.032.014-.031.016-.03.019-.03zm1.446.181l-.165.204-.056-.045-.054-.044-.052-.042-.051-.04-.049-.038-.048-.036-.046-.034-.044-.031-.043-.029-.04-.027-.039-.024-.037-.021-.036-.019-.033-.016-.031-.013-.029-.01-.027-.007-.025-.005-.023-.002h-.022l-.02.002-.02.004-.02.006-.02.009-.021.012-.022.015-.023.019-.024.023-.025.028-.025.033-.027.038-.027.043-.225-.136.033-.053.034-.049.035-.044.036-.041.038-.037.039-.033.041-.029.043-.025.044-.02.046-.015.047-.01.047-.005h.047l.047.004.046.008.046.012.045.015.045.018.045.021.045.023.045.026.046.028.046.03.047.032.048.034.049.036.05.038.051.039.052.041.053.043.055.044.058.052z\"/>\n    <path fill=\"#21231E\" d=\"M86.574 137.74l.225.136-.011.018-.01.019-.008.019-.008.02-.006.02-.005.02-.004.02-.003.021-.002.021-.001.021.001.022.002.022.003.022.005.023.007.023.008.024.01.024.012.025.014.026.016.026.018.026.02.028.023.028.026.028.028.028.031.029.034.029.037.029.04.029.043.03.046.03.049.03-.132.227-.056-.034-.053-.034-.05-.034-.047-.035-.044-.035-.041-.035-.039-.036-.036-.036-.034-.037-.031-.037-.028-.037-.026-.038-.023-.038-.02-.038-.018-.038-.016-.038-.013-.039-.01-.038-.008-.038-.006-.038-.003-.038-.001-.037.001-.037.003-.036.005-.036.007-.035.009-.034.011-.033.012-.032.014-.031.015-.031.018-.03zm1.445.182l-.165.205-.056-.046-.054-.044-.052-.042-.051-.04-.049-.038-.048-.036-.046-.034-.044-.032-.042-.029-.04-.026-.039-.024-.037-.021-.035-.019-.033-.015-.032-.013-.029-.01-.027-.007-.025-.005-.023-.002h-.022l-.02.002-.02.004-.02.006-.02.008-.021.012-.021.015-.023.019-.024.024-.025.028-.026.033-.027.038-.027.043-.225-.136.033-.052.034-.049.035-.045.036-.041.038-.037.039-.033.041-.029.042-.024.045-.02.046-.015.047-.01.047-.005h.047l.047.004.046.008.046.012.045.015.045.018.045.021.045.023.045.026.046.028.046.03.047.032.048.034.049.036.05.038.051.04.052.041.053.043.055.044.057.049z\"/>\n    <path fill=\"#21231E\" d=\"M87.363 136.684l.235.122-.012.026-.012.027-.01.027-.009.028-.008.028-.007.029-.005.029-.004.03-.003.031v.062l.003.032.004.033.006.033.008.034.01.034.012.034.014.035.016.035.019.036.021.036.024.037.026.038.029.038.032.038.035.038.038.039.041.039.044.039.048.039.051.039.054.039-.149.219-.061-.044-.058-.044-.055-.044-.051-.045-.048-.046-.045-.046-.042-.046-.039-.046-.036-.047-.033-.047-.03-.047-.028-.047-.024-.047-.022-.048-.019-.047-.016-.047-.013-.047-.011-.047-.008-.047-.006-.046-.004-.046-.001-.045.001-.045.003-.044.005-.043.008-.042.009-.041.011-.041.013-.04.015-.038.016-.038.018-.035zm1.588.245l-.183.193-.062-.059-.06-.057-.058-.055-.056-.052-.054-.05-.052-.047-.05-.044-.049-.041-.047-.038-.045-.035-.043-.031-.041-.028-.039-.024-.037-.021-.035-.016-.032-.013-.03-.009-.028-.006-.025-.003h-.022l-.021.003-.021.005-.021.008-.022.011-.023.016-.025.021-.026.026-.028.032-.029.038-.029.044-.03.051-.031.057-.235-.121.036-.067.036-.061.038-.056.039-.051.04-.046.042-.041.044-.037.046-.031.049-.026.051-.019.052-.013.053-.007h.053l.052.006.052.011.051.016.05.02.049.024.049.027.049.03.049.034.05.036.051.039.051.042.052.044.054.047.054.049.056.052.057.053.059.055.061.057.064.058z\"/>\n    <path fill=\"#21231E\" d=\"M88.237 135.549l.239.116-.014.03-.013.031-.011.032-.01.033-.009.033-.007.034-.006.035-.004.035-.002.036-.001.036.001.037.003.038.005.038.006.039.008.039.011.039.013.04.015.04.018.041.02.042.023.042.026.042.028.043.031.043.034.044.038.044.041.044.044.044.047.044.051.044.054.044.058.044-.156.216-.065-.049-.062-.05-.058-.05-.054-.05-.051-.051-.048-.051-.044-.052-.041-.052-.038-.052-.035-.053-.031-.052-.029-.053-.025-.052-.023-.052-.02-.053-.017-.052-.014-.052-.011-.052-.009-.051-.006-.051-.004-.051-.001-.05.001-.049.004-.048.006-.047.007-.046.01-.046.012-.045.013-.044.015-.043.017-.042.02-.041zm1.678.282l-.189.188-.065-.067-.064-.064-.062-.062-.059-.059-.057-.056-.056-.054-.054-.05-.052-.047-.05-.043-.048-.039-.046-.036-.044-.031-.042-.028-.039-.023-.037-.019-.034-.015-.032-.01-.029-.007-.026-.003h-.024l-.023.003-.022.006-.023.009-.024.013-.025.019-.027.024-.029.03-.03.037-.031.044-.032.051-.032.058-.033.065-.239-.116.038-.075.038-.069.039-.063.041-.057.042-.052.044-.046.046-.041.049-.035.051-.029.054-.022.055-.015.056-.007h.056l.056.007.055.013.054.018.053.022.053.026.052.031.052.034.053.038.053.041.054.044.055.047.056.05.056.053.058.056.059.058.061.061.062.063.064.065.064.066z\"/>\n    <path fill=\"#21231E\" d=\"M89.199 134.413l.223.141-.022.037-.02.037-.017.037-.015.037-.012.037-.01.037-.007.037-.005.038-.003.038v.038l.002.038.004.039.007.039.009.04.011.041.014.041.016.042.019.042.021.043.024.043.026.044.029.044.032.045.035.045.037.046.04.046.042.046.045.047.048.047.051.047.053.047.056.048-.168.203-.06-.051-.058-.051-.055-.052-.053-.051-.05-.052-.048-.052-.045-.052-.043-.052-.04-.052-.037-.052-.035-.052-.032-.053-.029-.053-.027-.053-.024-.053-.021-.053-.018-.054-.015-.053-.012-.054-.009-.054-.006-.054-.003-.054v-.054l.004-.054.007-.053.01-.053.013-.052.017-.052.02-.051.023-.051.026-.05.035-.05zm1.673.318l-.193.18-.065-.07-.063-.067-.06-.064-.058-.061-.056-.057-.054-.054-.052-.05-.049-.046-.047-.043-.045-.038-.043-.034-.041-.03-.039-.026-.036-.021-.035-.017-.032-.013-.03-.009-.027-.005-.025-.002-.024.001-.023.004-.024.006-.025.01-.027.014-.029.019-.031.024-.032.03-.034.036-.035.042-.037.048-.038.054-.039.061-.223-.141.044-.068.044-.063.044-.057.044-.053.045-.048.046-.042.047-.038.048-.032.051-.027.052-.021.054-.015.055-.008.055-.001.055.004.054.011.053.016.052.021.051.025.051.029.05.033.051.037.051.04.052.043.053.047.054.05.055.053.056.056.058.059.06.062.062.065.063.069.061.072z\"/>\n    <path fill=\"#EDB92E\" d=\"M98.406 79.783c-.452.396-1.946.402-3.99.533-3.293.115-5.199-.879-5.622-2.988 1.235 1.473 2.709 2.202 4.383 1.787 2.259-.559 3.551-.961 4.066-.861.347.122.854.751 1.163 1.529z\"/>\n    <path fill=\"#21231E\" d=\"M94.42 80.426l-.008-.221h-.003l.19-.012.187-.011.183-.011.18-.01.176-.01.173-.01.169-.01.165-.009.161-.01.157-.01.152-.01.148-.01.144-.01.139-.011.134-.012.13-.012.125-.013.12-.014.115-.015.11-.016.104-.017.1-.018.093-.019.088-.02.082-.022.076-.023.07-.024.064-.026.057-.027.051-.028.044-.029.037-.029.146.167-.054.043-.059.039-.064.036-.069.032-.074.03-.08.028-.084.026-.089.023-.094.022-.099.02-.104.019-.109.018-.113.016-.118.015-.123.014-.128.013-.132.012-.136.011-.141.011-.145.011-.149.01-.153.01-.157.01-.161.01-.165.009-.169.01-.172.01-.176.01-.18.01-.183.011-.187.011-.19.012h-.002zm-5.542-3.17l-.169.143.193-.093.043.189.051.182.059.176.068.169.076.163.084.156.092.15.101.143.109.137.117.131.125.125.134.118.142.113.151.106.159.1.168.094.176.088.184.082.193.075.201.069.21.063.219.056.227.05.236.044.244.037.253.031.261.025.269.018.278.012.286.005.294-.001.302-.007.008.221-.307.008-.299.001-.291-.006-.283-.012-.275-.019-.267-.025-.259-.032-.25-.038-.242-.045-.235-.052-.226-.058-.218-.065-.21-.072-.202-.079-.194-.086-.185-.092-.177-.1-.169-.106-.16-.113-.152-.12-.143-.127-.134-.134-.126-.141-.117-.147-.108-.154-.099-.161-.09-.168-.081-.174-.072-.18-.063-.187-.054-.193-.045-.2.189-.093zm4.272 1.751l.053.215-.161.036-.16.03-.158.023-.157.017-.156.01-.155.003-.154-.003-.152-.01-.151-.016-.15-.022-.149-.029-.147-.034-.146-.041-.145-.046-.143-.052-.142-.058-.14-.063-.139-.069-.137-.074-.136-.08-.135-.085-.133-.09-.131-.095-.13-.1-.129-.105-.127-.11-.125-.115-.124-.12-.122-.124-.121-.129-.12-.133-.118-.138.169-.143.115.134.117.13.117.125.119.121.12.116.121.111.123.106.123.101.125.097.126.091.127.087.128.081.129.076.131.071.132.065.133.06.134.054.135.049.136.043.138.038.138.033.14.026.141.021.142.015.143.009.145.003.146-.003.147-.009.148-.015.15-.022.151-.028.151-.036zm4.13-.858l-.074.208.016.005-.043-.006-.049-.005-.054-.002h-.06l-.066.003-.07.005-.076.008-.081.01-.086.013-.092.015-.097.018-.102.02-.107.022-.112.025-.117.026-.123.028-.127.031-.133.032-.138.034-.143.036-.148.038-.154.039-.16.041-.165.042-.17.044-.176.045-.181.046-.187.048-.192.049-.198.05-.204.051-.209.052-.053-.215.209-.052.203-.051.197-.05.192-.049.186-.047.181-.046.176-.045.17-.044.165-.042.159-.041.155-.039.149-.038.144-.036.139-.034.134-.033.128-.03.124-.029.119-.027.114-.024.109-.023.104-.021.1-.018.095-.016.09-.014.086-.011.082-.008.077-.006.073-.003.069-.001.065.003.062.005.058.009.017.005zm1.199 1.717l-.145-.167-.03.124-.029-.071-.03-.07-.031-.069-.032-.068-.033-.066-.034-.066-.034-.064-.035-.063-.036-.062-.036-.06-.036-.059-.037-.057-.037-.055-.037-.053-.038-.052-.038-.05-.038-.048-.038-.046-.038-.044-.037-.041-.037-.039-.036-.037-.037-.035-.036-.032-.035-.03-.034-.027-.033-.024-.032-.022-.031-.018-.03-.016-.028-.013-.026-.01.074-.208.04.016.04.019.04.021.04.024.04.027.04.029.04.032.041.034.04.037.041.039.041.041.041.043.041.046.041.048.041.049.041.051.04.053.04.055.04.057.039.058.039.06.038.062.038.063.037.065.037.066.036.068.035.069.034.07.033.072.033.072.032.073.03.074-.029.125zm.03-.124l.029.073-.059.051.03-.124z\"/>\n    <path fill=\"#FFF\" stroke=\"currentColor\" stroke- d=\"M106.03 124.751c-.018.944-.029 2.003-.036 3.092l-.01.003-2.353.489c-.005 1.074 2.648 12.318 4.014 12.318 1.367 0 4.019-11.251 4.014-12.325l-2.353-.482-.011-.003a250.907 250.907 0 00-.036-3.092c-.495.41-1.04 1.127-1.615 1.774-.574-.648-1.119-1.364-1.614-1.774h0z\"/>\n    <path fill=\"#FFF\" stroke=\"currentColor\" stroke- d=\"M103.305 129.523l-2.109-1.194c-.887.637-1.543 3.003-.027 4.937 1.89 2.41 2.655 4.156 3.117 6.107 1.375-1.762 1.848-3.616.975-5.424-1.179-2.44-1.945-3.815-1.956-4.426h0z\"/>\n    <path fill=\"#FFF\" stroke=\"currentColor\" stroke- d=\"M105.027 127.835l-2.109-1.194c-.887.637-2.741 2.929-1.225 4.861 1.89 2.41 3.853 4.232 4.314 6.182 1.376-1.762 1.961-3.616 1.088-5.424-1.178-2.439-2.057-3.814-2.068-4.425h0zM111.984 129.523l2.109-1.194c.887.637 1.544 3.003.028 4.937-1.89 2.41-2.655 4.156-3.117 6.107-1.375-1.762-1.849-3.616-.975-5.424 1.178-2.44 1.944-3.815 1.955-4.426h0z\"/>\n    <path fill=\"#FFF\" stroke=\"currentColor\" stroke- d=\"M110.262 127.835l2.109-1.194c.887.637 2.741 2.929 1.225 4.861-1.89 2.41-3.853 4.232-4.315 6.182-1.375-1.762-1.961-3.616-1.087-5.424 1.178-2.439 2.057-3.814 2.068-4.425h0zM100.373 126.98l-2.109-1.194c-.887.637-1.544 3.003-.028 4.936 1.89 2.41 2.655 4.157 3.117 6.107 1.376-1.762 1.849-3.616.975-5.424-1.178-2.438-1.944-3.814-1.955-4.425h0z\"/>\n    <path fill=\"#FFF\" stroke=\"currentColor\" stroke- d=\"M114.915 126.98l2.109-1.194c.887.637 1.543 3.003.027 4.936-1.89 2.41-2.655 4.157-3.117 6.107-1.376-1.762-1.849-3.616-.975-5.424 1.179-2.438 1.946-3.814 1.956-4.425h0z\"/>\n    <path fill=\"#FFF\" d=\"M90.608 104.719c.041 1.928-.301 14.791-.409 16.609-.107 1.81-.909 3.043-1.764 3.75-.784-1.077-1.252-2.531-1.363-4.257-.056-.88.105-13.052.173-15.554 1.44-3.812 2.509-3.957 3.363-.548z\"/>\n    <path fill=\"#21231E\" d=\"M90.309 121.334l-.22-.013.011-.201.012-.262.013-.319.014-.372.015-.42.016-.465.017-.506.017-.542.018-.575.018-.603.018-.628.018-.648.018-.665.018-.677.018-.685.018-.69.017-.69.017-.686.016-.679.015-.667.014-.651.013-.631.012-.607.011-.58.01-.548.008-.512.007-.472.005-.428.003-.38.001-.328v-.271l-.003-.211.221-.005.002.214.001.273-.001.329-.003.381-.005.429-.007.472-.008.512-.01.548-.011.58-.012.608-.014.631-.014.652-.015.667-.016.679-.017.687-.017.69-.018.69-.018.685-.018.678-.018.665-.018.648-.018.628-.018.604-.018.575-.017.543-.017.506-.016.466-.015.421-.014.372-.013.32-.012.263-.011.201zm-1.963 3.809l.178-.13-.16-.02.078-.066.077-.069.077-.072.076-.075.076-.078.075-.081.074-.084.073-.088.071-.09.07-.094.069-.097.067-.1.066-.103.064-.106.062-.11.06-.112.058-.116.055-.119.053-.122.051-.125.048-.129.046-.132.043-.135.04-.138.036-.142.033-.145.03-.149.026-.152.023-.155.02-.159.016-.162.012-.165.22.013-.012.171-.016.168-.02.164-.024.161-.028.157-.031.154-.035.15-.038.148-.041.144-.044.141-.047.137-.05.134-.053.131-.056.128-.058.124-.061.121-.063.118-.065.114-.067.112-.069.108-.071.105-.072.102-.074.099-.075.095-.076.092-.077.089-.079.086-.079.082-.08.079-.081.076-.082.073-.082.07-.157-.026zm.159.021l-.09.075-.069-.095.159.02zm-1.543-4.335l.22-.014.011.159.013.158.015.156.018.154.02.153.021.151.023.149.026.148.028.146.029.144.032.143.033.14.035.139.038.137.039.135.041.133.043.131.045.129.048.127.049.125.051.123.053.121.054.119.056.117.058.115.06.113.062.111.064.109.066.106.067.105.069.102.071.1-.178.13-.074-.104-.072-.106-.07-.108-.068-.111-.066-.113-.064-.115-.063-.117-.06-.119-.058-.121-.057-.123-.054-.125-.052-.127-.051-.129-.049-.131-.046-.133-.044-.135-.042-.136-.041-.138-.038-.141-.036-.142-.035-.144-.032-.146-.03-.147-.028-.149-.026-.151-.024-.153-.022-.154-.02-.156-.018-.158-.016-.159-.014-.161-.01-.162zm.18-15.6l.206.078.007-.036-.007.262-.007.315-.007.364-.008.409-.008.451-.009.488-.009.522-.009.551-.009.577-.009.599-.009.618-.009.632-.009.643-.008.65-.008.652-.008.652-.008.647-.007.638-.007.625-.006.609-.006.59-.005.565-.004.538-.003.506-.003.47-.002.431-.001.388v.341l.001.29.002.235.003.176.005.111-.22.014-.005-.119-.003-.179-.002-.237-.001-.291v-.342l.001-.388.002-.431.003-.471.003-.506.004-.538.005-.565.005-.589.006-.609.007-.626.007-.638.008-.647.008-.652.008-.653.009-.65.009-.643.009-.632.009-.618.009-.6.009-.577.009-.551.009-.522.008-.488.008-.451.008-.409.008-.364.007-.315.007-.262.007-.038zm3.576-.512l-.221.005.003.025-.08-.307-.081-.286-.083-.265-.083-.243-.085-.222-.086-.201-.086-.179-.087-.157-.087-.135-.087-.113-.086-.091-.084-.069-.082-.048-.08-.03-.079-.012-.08.005-.085.022-.09.041-.096.061-.101.083-.105.105-.109.127-.112.149-.115.171-.117.193-.12.215-.122.237-.124.258-.127.28-.129.302-.131.324-.133.345-.206-.078.134-.348.133-.327.13-.306.129-.284.127-.264.125-.243.123-.222.122-.201.12-.18.119-.159.119-.139.118-.118.119-.098.121-.077.122-.055.124-.032.126-.007.123.019.119.044.114.067.109.088.103.109.1.129.096.149.093.169.092.189.089.209.087.23.086.25.084.271.083.291.081.311.006.023z\"/>\n    <path fill=\"#FFF\" d=\"M82.248 101.574l-.546 17.685c-.172 1.569 1.871 10.905 2.987 12.747 2.763-1.182 3.347-7.516 2.827-13.688-.52-6.172.087-11.502.508-12.612.037-1.396-.198-2.852-.212-4.306-1.758.106-3.804.068-5.564.174z\"/>\n    <path fill=\"#21231E\" d=\"M81.592 119.255l.546-17.685.22.007-.546 17.685v.009l-.22-.016zm3.054 12.649l.087.204-.138-.044-.111-.201-.114-.24-.118-.277-.122-.312-.124-.344-.127-.373-.128-.401-.13-.425-.13-.446-.131-.465-.13-.481-.129-.493-.128-.504-.126-.511-.123-.516-.12-.518-.116-.517-.112-.514-.107-.508-.101-.498-.095-.486-.089-.472-.081-.454-.074-.434-.065-.411-.056-.385-.046-.357-.037-.326-.025-.295-.015-.256-.003-.218.01-.18.219.024-.009.159.002.206.014.248.026.286.036.321.046.353.056.382.065.409.073.432.081.452.088.47.095.485.101.497.106.506.112.512.116.516.119.516.123.515.125.51.127.502.129.492.129.479.13.463.13.444.129.422.127.397.125.37.122.34.119.306.115.27.11.23.104.187-.136-.043zm.087.204l-.088.038-.05-.082.138.044zm2.673-13.781l.22-.019.046.58.039.58.032.579.025.577.018.575.011.57.003.566-.006.56-.013.553-.021.546-.03.537-.039.527-.048.517-.057.505-.066.492-.075.479-.085.465-.095.449-.105.433-.116.416-.127.398-.137.379-.149.358-.16.337-.172.316-.184.293-.197.269-.209.244-.223.218-.236.19-.25.161-.264.132-.087-.204.242-.12.23-.149.219-.176.208-.204.197-.23.187-.255.176-.28.166-.304.155-.327.145-.349.134-.37.124-.39.114-.408.104-.426.094-.443.084-.459.075-.474.066-.488.056-.5.047-.513.038-.523.03-.533.021-.542.013-.55.005-.557-.003-.563-.01-.568-.018-.572-.025-.575-.032-.576-.039-.578-.046-.576zm.509-12.623l.22.006-.007.036-.038.11-.039.136-.041.16-.041.184-.041.207-.041.229-.041.25-.041.27-.039.291-.039.31-.038.329-.036.346-.034.364-.032.38-.03.397-.027.412-.025.427-.021.441-.019.455-.015.468-.011.48-.007.492-.003.503.001.513.006.523.011.532.016.541.021.549.027.557.033.563.039.57.046.575-.22.019-.046-.577-.039-.572-.033-.565-.027-.559-.022-.551-.016-.543-.011-.534-.006-.525-.001-.515.003-.505.007-.494.012-.482.015-.469.019-.457.021-.443.025-.428.027-.414.031-.399.032-.382.034-.366.036-.349.038-.331.039-.312.04-.293.041-.274.042-.253.042-.232.043-.211.043-.189.042-.167.042-.145.042-.122-.009.033zm-.095-4.193l-.013-.221.117.109.002.135.003.135.005.135.005.135.006.136.007.136.008.136.008.136.009.135.01.136.01.136.01.135.01.135.011.136.01.135.011.135.011.135.01.135.01.135.009.135.009.135.008.134.008.134.007.134.006.134.005.134.004.133.003.133.002.133v.133l-.001.132-.003.132-.22-.006.002-.13.001-.13v-.13l-.002-.131-.003-.131-.004-.132-.005-.132-.006-.133-.007-.133-.008-.133-.008-.133-.009-.134-.009-.134-.01-.134-.01-.135-.01-.135-.011-.135-.01-.135-.011-.135-.01-.136-.01-.136-.01-.136-.009-.136-.009-.136-.008-.137-.008-.136-.007-.137-.006-.137-.005-.137-.005-.137-.003-.137-.002-.137.115.11zm-.013-.221l.116-.007.001.116-.117-.109zm-5.448.287l-.22-.007.104-.107.166-.009.168-.009.169-.008.171-.007.172-.007.173-.006.174-.005.175-.005.176-.005.176-.004.177-.004.178-.004.178-.003.178-.004.178-.003.178-.003.178-.003.178-.003.178-.003.178-.004.178-.004.176-.003.176-.004.175-.005.174-.005.173-.006.172-.006.171-.006.17-.007.168-.008.167-.009.165-.009.013.221-.166.01-.168.008-.169.008-.171.007-.172.007-.173.006-.174.005-.175.005-.176.005-.176.004-.177.004-.178.003-.178.004-.178.003-.178.003-.178.003-.178.003-.178.003-.178.003-.178.003-.177.004-.176.003-.176.005-.175.005-.174.005-.173.006-.172.006-.171.007-.17.007-.168.008-.167.009-.165.009.102-.107zm-.221-.007l.003-.101.101-.006-.104.107zm.11.004l.11.003-.11-.003zm-.11-.004l.003-.101.101-.006-.104.107z\"/>\n    <path fill=\"#FFF\" d=\"M78.974 104.467l.375 17.69c-.09 1.576 2.436 10.787 3.646 12.565 2.803-2.175 2.239-11.068 1.809-13.759-.856-5.362-.711-11.573-.415-12.582-.036-1.396-.071-3.068-.161-4.519l-5.254.605z\"/>\n    <path fill=\"#21231E\" d=\"M79.239 122.159l-.375-17.69.221-.005.375 17.69v.009l-.221-.004zm3.689 12.475l.135.175-.159-.025-.122-.195-.127-.234-.132-.27-.137-.305-.142-.337-.146-.367-.149-.393-.152-.417-.154-.438-.154-.457-.155-.472-.155-.486-.154-.496-.152-.504-.15-.509-.146-.511-.143-.51-.138-.507-.133-.501-.127-.492-.12-.48-.113-.466-.105-.449-.096-.43-.086-.406-.076-.382-.066-.354-.054-.323-.041-.29-.028-.255-.014-.218.001-.18.22.013-.001.16.013.206.027.247.04.284.053.319.065.35.076.379.086.404.095.427.105.448.113.464.12.479.127.491.132.499.138.506.142.509.146.51.149.507.152.502.153.495.154.484.155.471.154.455.153.436.151.414.148.39.144.362.14.333.135.299.128.263.122.224.113.181-.158-.027zm.135.175l-.093.072-.066-.097.159.025zm1.633-13.829l.218-.035.041.272.041.306.041.337.039.366.038.393.035.418.032.44.028.459.024.477.019.492.013.505.007.515v.523l-.008.529-.016.532-.025.533-.034.532-.044.528-.055.522-.067.514-.079.503-.092.49-.105.475-.12.457-.134.437-.15.415-.167.391-.184.364-.202.335-.222.303-.242.269-.263.232-.135-.175.243-.214.226-.251.209-.286.193-.319.177-.35.161-.378.146-.404.132-.428.117-.449.104-.467.09-.483.078-.497.066-.509.055-.517.044-.523.034-.528.025-.529.016-.529.007-.526v-.52l-.007-.512-.013-.502-.019-.489-.024-.474-.028-.457-.031-.437-.035-.415-.037-.39-.039-.364-.04-.334-.041-.302-.041-.271zm-.416-12.597l.22-.006-.004.034-.025.102-.025.134-.025.164-.023.192-.022.219-.02.244-.018.268-.017.291-.015.313-.012.333-.01.352-.007.371-.004.388-.002.404.001.419.005.433.008.446.012.457.015.468.019.477.023.486.027.493.031.499.036.504.041.508.045.51.05.513.055.513.061.512.066.51.071.508.077.504-.218.035-.078-.506-.072-.51-.066-.513-.061-.514-.055-.515-.051-.514-.045-.513-.041-.51-.036-.506-.031-.501-.027-.495-.023-.487-.019-.479-.015-.47-.012-.459-.008-.448-.005-.435-.001-.421.002-.406.005-.39.008-.373.01-.354.012-.335.015-.315.017-.293.019-.271.02-.247.023-.223.024-.197.026-.171.027-.144.029-.118-.007.035zm-.038-4.412l-.025-.22.123.103.008.137.008.138.008.14.007.14.007.141.007.142.007.143.006.144.006.144.006.144.006.145.005.145.005.145.005.146.005.145.005.146.005.145.004.145.004.145.004.144.004.144.004.143.004.142.004.141.004.14.003.14.003.139.003.137.003.136.003.135.003.133.003.132-.22.006-.003-.131-.003-.133-.003-.135-.003-.136-.003-.137-.003-.138-.004-.139-.003-.141-.004-.141-.004-.142-.004-.143-.004-.144-.004-.144-.004-.144-.004-.145-.005-.145-.006-.148-.005-.145-.005-.145-.005-.145-.005-.145-.006-.144-.006-.144-.006-.143-.006-.143-.007-.142-.007-.142-.007-.141-.007-.14-.008-.139-.008-.138-.008-.136.123.103zm-.025-.22l.116-.013.007.116-.123-.103zm-5.243.827v-.221l-.013.001.164-.019.164-.019.164-.019.164-.019.164-.019.164-.019.165-.019.164-.019.164-.019.164-.019.164-.019.164-.019.164-.019.164-.019.164-.019.164-.019.164-.019.164-.019.164-.019.164-.019.164-.019.164-.019.164-.019.164-.019.164-.019.164-.019.164-.019.164-.019.164-.019.164-.019.164-.019.164-.019.025.22-.164.019-.164.019-.164.019-.164.019-.164.019-.164.019-.165.019-.164.019-.164.019-.164.019-.164.019-.164.019-.164.019-.164.019-.164.019-.165.019-.164.019-.164.019-.164.019-.164.019-.164.019-.164.019-.164.019-.164.019-.164.019-.164.019-.164.019-.164.019-.164.019-.164.019-.164.019-.164.019h-.011zm0-.221v.221l-.11-.109.11-.112zm-.11.112l-.002-.113h.113l-.111.113z\"/>\n    <path fill=\"#FFF\" d=\"M76.543 108.656l4.647-.118c-.395 1.93-.079 7.923.723 12.492.752 4.284 1.801 15.394-2.658 18.061-2.765-5.862-.66-11.559-2.053-16.649-1.088-5.41-1.302-9.929-.659-13.786z\"/>\n    <path fill=\"#21231E\" d=\"M81.193 108.648l-4.647.119-.006-.221 4.647-.119.111.133-.105.088zm-.006-.221l.139-.003-.028.136-.111-.133zm.835 12.583l-.217.038-.074-.434-.071-.44-.068-.447-.065-.452-.062-.456-.059-.46-.056-.462-.053-.463-.05-.464-.046-.463-.043-.461-.04-.459-.036-.455-.033-.45-.03-.444-.026-.438-.023-.43-.019-.421-.015-.412-.012-.401-.008-.389-.005-.377v-.363l.003-.348.007-.333.011-.316.015-.298.019-.28.023-.26.027-.24.031-.219.036-.197.216.044-.034.188-.03.212-.027.234-.022.256-.019.276-.015.295-.011.313-.007.329-.003.346v.361l.005.374.008.387.012.399.015.41.019.42.023.428.026.436.03.443.033.449.036.453.04.457.043.459.046.462.049.462.053.462.056.461.059.458.062.455.065.451.068.445.071.439.072.43zm-2.867 18.128l.2-.094-.156-.048.391-.267.361-.313.333-.357.306-.398.279-.436.253-.473.228-.506.204-.536.181-.564.158-.589.137-.611.116-.63.097-.646.079-.66.061-.671.045-.678.03-.683.016-.686.003-.685-.009-.681-.02-.674-.03-.666-.039-.654-.047-.639-.053-.622-.059-.601-.064-.578-.067-.552-.07-.523-.071-.492-.072-.457-.071-.42.217-.038.071.422.072.459.072.494.07.525.068.555.064.58.06.604.054.624.047.642.039.657.03.669.02.678.009.685-.003.689-.016.69-.03.688-.046.684-.062.676-.079.666-.098.653-.118.638-.139.62-.161.599-.184.575-.208.548-.234.519-.26.487-.289.452-.318.414-.348.373-.38.329-.413.282-.157-.048zm.157.048l-.104.062-.052-.11.156.048zm-2.219-16.722l.216-.044-.002-.007.122.483.102.486.085.49.069.493.054.495.041.498.03.501.02.504.012.506.005.509v.511l-.004.513-.006.516-.007.518-.006.52-.003.522.001.524.007.526.014.527.022.529.033.531.044.532.057.534.072.536.088.536.105.538.125.539.145.54.167.542.191.543.217.544.243.545-.2.094-.247-.553-.22-.552-.194-.551-.17-.55-.148-.548-.126-.546-.107-.546-.089-.543-.073-.541-.058-.54-.044-.538-.033-.535-.022-.533-.014-.531-.007-.528-.001-.526.003-.523.005-.521.007-.518.006-.515.003-.512v-.509l-.005-.506-.011-.503-.02-.5-.03-.496-.041-.493-.054-.489-.068-.486-.084-.482-.101-.478-.12-.475.004-.007zm-.553-13.919l.006.221.106-.092-.058.362-.052.366-.048.37-.042.374-.038.378-.033.382-.027.386-.023.391-.018.394-.012.399-.007.403-.002.408.003.412.007.416.013.421.018.425.023.43.028.435.033.439.038.444.043.449.048.454.053.459.058.463.063.468.069.473.074.478.079.483.084.488.089.493.094.498.099.503-.216.044-.1-.506-.095-.5-.089-.495-.085-.49-.079-.485-.074-.48-.069-.475-.064-.47-.059-.465-.053-.461-.048-.456-.044-.451-.038-.446-.033-.442-.028-.437-.023-.433-.018-.428-.013-.424-.008-.419-.003-.415.002-.41.008-.406.012-.402.018-.398.023-.393.028-.389.033-.385.038-.381.043-.377.048-.373.053-.369.058-.365.107-.091zm-.106.092l.015-.09.091-.002-.106.092zm.109.019l-.003-.11.003.11zm-.109-.019l.015-.09.091-.002-.106.092z\"/>\n    <path fill=\"#FFF\" d=\"M94.31 101.473c-.018 1.929-.749 14.774-.912 16.587-.162 1.806-1.001 3.013-1.877 3.692-.751-1.102-1.174-2.57-1.233-4.298-.03-.881.5-13.042.643-15.541 1.556-3.765 2.629-3.875 3.379-.44z\"/>\n    <path fill=\"#21231E\" d=\"M93.508 118.07l-.22-.02.017-.201.02-.262.023-.318.026-.371.028-.42.03-.464.032-.505.034-.541.035-.574.036-.602.037-.627.038-.647.039-.664.039-.676.039-.685.038-.689.038-.689.038-.686.037-.678.036-.666.034-.651.033-.631.031-.607.029-.579.026-.547.024-.512.021-.471.018-.428.015-.38.011-.327.008-.271.003-.211.221.002-.004.214-.008.273-.011.329-.015.38-.018.428-.021.472-.024.512-.026.547-.029.579-.031.607-.033.631-.034.651-.036.666-.037.678-.038.686-.038.69-.038.689-.039.685-.039.676-.039.664-.038.647-.037.627-.036.603-.035.574-.034.542-.032.505-.03.465-.028.42-.026.372-.023.319-.02.263-.017.204zm-2.077 3.745l.182-.125-.159-.025.08-.063.08-.067.079-.07.079-.073.078-.076.077-.079.076-.082.075-.085.074-.089.073-.091.072-.094.07-.098.069-.101.067-.104.065-.107.063-.11.061-.114.059-.117.057-.12.054-.124.052-.127.049-.131.047-.134.044-.137.041-.14.038-.144.034-.147.031-.151.028-.154.024-.158.02-.161.017-.165.22.02-.017.17-.021.167-.025.164-.029.16-.032.156-.036.153-.039.15-.042.146-.045.142-.049.14-.051.136-.054.133-.057.129-.059.126-.061.122-.064.119-.066.116-.068.112-.07.109-.072.106-.074.102-.075.099-.077.096-.078.093-.079.089-.08.086-.081.083-.082.08-.083.076-.083.073-.084.07-.084.067-.159-.027zm.158.025l-.093.072-.066-.097.159.025zm-1.411-4.382l.22-.008.007.16.009.158.01.157.013.155.015.154.017.152.019.15.021.149.023.147.025.145.027.143.03.141.031.14.033.138.035.136.037.134.039.133.041.13.043.128.045.127.047.125.049.123.051.121.053.119.055.117.057.115.059.113.061.111.063.109.064.107.066.104.068.102-.183.125-.071-.107-.069-.109-.067-.111-.065-.113-.063-.115-.061-.117-.059-.119-.057-.121-.055-.123-.053-.125-.051-.127-.049-.129-.046-.131-.044-.132-.043-.135-.04-.136-.038-.138-.036-.14-.034-.141-.032-.143-.03-.145-.028-.147-.026-.149-.023-.15-.022-.152-.02-.154-.017-.155-.015-.157-.013-.158-.011-.16-.009-.161-.003-.16zm.652-15.586l.204.085.008-.036-.015.262-.016.314-.019.363-.02.409-.022.45-.023.487-.025.521-.025.551-.026.577-.027.599-.028.617-.028.632-.028.642-.028.649-.028.652-.028.651-.027.646-.027.638-.026.625-.025.609-.023.589-.022.565-.02.537-.019.506-.017.47-.015.431-.013.388-.01.341-.008.29-.004.235-.002.176.001.111-.22.008-.002-.119.002-.179.005-.237.008-.291.01-.341.013-.388.015-.431.017-.471.019-.506.021-.537.022-.565.023-.589.025-.609.026-.625.026-.638.027-.646.028-.651.028-.652.028-.649.028-.642.028-.632.028-.617.027-.599.026-.577.026-.551.024-.521.024-.488.022-.45.02-.409.019-.364.016-.315.015-.262.007-.039zm3.591-.398l-.221-.002.003.025-.071-.31-.072-.288-.074-.267-.076-.246-.078-.225-.079-.203-.081-.181-.082-.159-.083-.137-.084-.116-.084-.093-.082-.072-.081-.051-.079-.032-.079-.015-.081.002-.086.019-.092.038-.098.059-.104.08-.108.101-.112.123-.116.145-.12.168-.123.189-.126.211-.129.232-.132.255-.135.276-.138.298-.141.319-.144.341-.204-.085.145-.344.142-.323.14-.302.137-.28.134-.259.132-.239.13-.217.128-.197.126-.176.125-.156.123-.135.122-.114.122-.094.123-.073.124-.051.126-.028.125-.003.123.023.118.047.112.071.105.092.1.112.096.132.092.152.088.171.086.192.083.212.081.232.078.253.076.273.074.293.072.314.004.023zm-.111-.001l.11.001-.11-.001z\"/>\n    <path fill=\"#FFF\" d=\"M86.053 90.995c-.124 4.143-.194 13.135-.169 13.899.059 1.728.74 3.927 1.491 5.029.876-.679 1.715-1.886 1.877-3.692.133-1.484.18-8.774.202-12.427-.937-.604-1.904-1.358-2.685-2.16.001-.001-.687-.613-.716-.649z\"/>\n    <path fill=\"#21231E\" d=\"M85.994 104.89l-.22.007-.002-.097-.002-.142-.001-.185V103.682l.001-.334.002-.366.002-.395.003-.422.003-.446.004-.467.004-.488.005-.504.005-.519.005-.531.006-.542.006-.548.007-.554.007-.557.008-.557.008-.555.008-.55.009-.543.009-.534.009-.523.01-.508.01-.492.011-.473.011-.452.011-.428.011-.403.22.007-.011.402-.011.428-.011.452-.01.473-.01.492-.01.508-.009.522-.009.534-.009.543-.008.55-.008.555-.007.557-.007.556-.007.554-.006.548-.006.541-.005.531-.005.519-.005.504-.004.487-.006.467-.003.446-.003.421-.002.395-.002.366-.001.334v.789l.001.184.002.14.002.094zm1.314 4.946l.135.175-.159-.025-.072-.109-.071-.115-.07-.121-.07-.126-.069-.131-.068-.136-.067-.141-.065-.145-.064-.149-.062-.153-.061-.156-.059-.16-.058-.163-.056-.165-.054-.168-.052-.17-.05-.171-.048-.173-.046-.175-.044-.176-.041-.176-.038-.177-.036-.177-.033-.177-.03-.176-.027-.176-.024-.175-.021-.173-.018-.172-.015-.17-.011-.168-.007-.166.22-.007.007.161.011.163.014.166.018.168.021.169.024.171.027.172.03.173.033.174.035.174.038.174.041.173.043.173.045.172.047.17.05.169.051.167.053.165.055.162.057.159.058.157.06.153.061.15.063.146.064.142.064.137.066.133.066.127.067.122.068.116.068.11.068.104-.162-.029zm.135.175l-.093.072-.066-.097.159.025zm1.699-3.79l.22.02-.017.17-.021.167-.025.164-.029.16-.032.156-.036.153-.039.15-.043.146-.045.143-.049.139-.051.136-.054.133-.057.129-.059.126-.062.122-.064.119-.066.116-.068.112-.07.109-.072.106-.074.102-.075.099-.077.096-.078.093-.079.089-.08.086-.081.083-.082.08-.083.076-.083.073-.084.07-.084.067-.135-.175.08-.064.079-.066.079-.07.079-.073.078-.076.077-.079.076-.082.075-.085.075-.089.073-.091.071-.095.07-.098.069-.101.067-.104.065-.108.063-.111.061-.114.059-.117.057-.12.054-.124.052-.127.049-.131.047-.134.044-.137.041-.14.038-.144.035-.148.031-.151.028-.154.025-.158.02-.161.017-.163zm.253-12.325l.12-.186.051.094-.002.353-.002.372-.003.39-.003.406-.003.421-.003.434-.003.444-.004.454-.004.461-.004.467-.004.471-.005.473-.005.474-.005.473-.005.469-.006.465-.006.459-.007.451-.007.441-.007.429-.008.416-.008.401-.008.384-.009.366-.009.346-.009.324-.01.301-.01.275-.011.249-.011.22-.012.189-.012.158-.22-.02.012-.154.012-.187.011-.217.011-.247.01-.274.01-.3.009-.323.009-.345.009-.365.008-.384.008-.401.008-.416.007-.429.007-.44.007-.451.006-.458.006-.465.005-.469.005-.472.005-.474.004-.473.005-.471.004-.467.004-.461.003-.454.003-.444.003-.434.003-.421.003-.406.003-.39.002-.372.002-.353.05.093zm-2.625-2.363v.221l.079-.188.073.075.074.074.075.074.076.074.077.073.078.072.079.073.08.072.081.072.081.071.082.071.082.07.083.07.084.069.084.069.085.068.085.067.086.067.086.067.086.066.087.065.087.065.087.063.087.063.087.062.088.062.087.061.088.06.087.059.088.058.087.058.087.057-.119.186-.088-.057-.089-.059-.089-.059-.089-.06-.089-.061-.089-.062-.088-.062-.089-.063-.088-.064-.089-.065-.088-.065-.088-.066-.088-.067-.087-.067-.087-.068-.086-.068-.086-.069-.086-.069-.085-.07-.084-.071-.084-.071-.083-.072-.082-.072-.082-.073-.081-.073-.08-.074-.079-.074-.079-.074-.077-.075-.077-.075-.076-.075-.074-.076.082-.19zm-.079.187l-.183-.188h.262l-.079.188zm-.528-.722l-.22-.007.197-.065-.003-.003.007.007.01.009.014.013.017.016.02.018.022.021.025.022.026.024.028.025.03.027.031.028.031.028.033.029.033.029.033.029.033.03.032.029.032.028.031.028.03.027.029.026.027.024.025.022.023.021.021.019.018.016.016.014.013.012.008.007.005.004-.07.196v-.222l-.074.193-.007-.005-.01-.009-.012-.011-.016-.014-.019-.017-.021-.019-.023-.021-.026-.023-.027-.024-.029-.025-.03-.027-.031-.028-.032-.028-.033-.029-.033-.029-.033-.03-.033-.03-.033-.029-.032-.029-.031-.028-.03-.027-.028-.026-.027-.024-.025-.023-.023-.021-.02-.019-.018-.017-.016-.015-.013-.013-.009-.01-.012-.013.199-.061zm-.22-.007l.009-.305.188.24-.197.065z\"/>\n    <path fill=\"#FFF\" d=\"M89.374 93.666c-.082 4.464-.034 11.497-.015 12.069.059 1.728.483 3.196 1.233 4.299.876-.68 1.801-1.93 1.963-3.735.099-1.111.408-5.878.437-9.536-1.178-.373-2.664-2.305-3.618-3.097z\"/>\n    <path fill=\"#21231E\" d=\"M89.47 105.731l-.221.007-.002-.074-.002-.109-.002-.143-.002-.176-.002-.207-.002-.237-.002-.265-.002-.291-.002-.316-.002-.338-.002-.36-.002-.379-.002-.398-.001-.414-.001-.428-.001-.442V99.295l.001-.482.001-.485.002-.487.002-.487.003-.485.003-.481.004-.477.005-.47.005-.461.006-.451.007-.439.007-.426.221.004-.007.426-.007.439-.006.451-.005.461-.005.469-.004.476-.003.481-.003.485-.002.487-.002.487-.001.485-.001.482v1.864l.001.442.001.429.001.414.001.397.002.379.002.36.002.338.002.316.002.291.002.264.002.237.002.207.002.176.002.143.002.108.003.069zm1.055 4.215l.135.175-.159-.025-.071-.107-.069-.109-.067-.111-.065-.112-.063-.115-.061-.117-.058-.119-.057-.121-.055-.123-.053-.125-.051-.127-.049-.129-.046-.13-.045-.132-.042-.135-.04-.136-.038-.138-.036-.14-.034-.142-.032-.143-.03-.145-.028-.146-.026-.148-.024-.15-.022-.152-.02-.153-.017-.155-.015-.157-.013-.158-.011-.16-.009-.161-.007-.163.22-.007.007.16.009.158.01.157.013.155.015.153.017.152.019.15.021.149.023.146.025.145.027.143.03.141.031.14.033.138.035.136.037.134.039.132.041.13.043.129.045.127.047.125.049.123.051.121.053.119.055.117.057.115.059.112.061.111.062.109.064.107.066.104.068.102-.154-.024zm.135.175l-.093.072-.066-.097.159.025zm1.785-3.833l.22.02-.018.171-.022.167-.026.164-.031.161-.035.158-.038.155-.042.151-.046.148-.049.144-.052.141-.055.138-.058.134-.061.131-.063.128-.066.124-.068.121-.07.118-.072.114-.074.111-.076.107-.077.104-.079.101-.08.097-.081.094-.082.091-.083.087-.083.084-.084.081-.084.077-.084.074-.084.07-.084.067-.135-.175.08-.064.081-.067.081-.07.08-.074.08-.077.079-.081.079-.084.078-.087.077-.09.076-.093.075-.096.074-.1.073-.103.071-.106.069-.11.067-.112.065-.116.063-.119.061-.123.058-.126.056-.129.053-.132.05-.135.047-.139.044-.142.04-.145.037-.148.033-.152.029-.154.025-.158.021-.161.02-.165zm.514-9.421l.066-.211.077.106-.003.347-.005.352-.007.357-.008.361-.009.363-.01.366-.012.367-.013.367-.013.367-.014.365-.015.363-.016.36-.016.356-.017.351-.017.345-.017.339-.018.332-.018.323-.018.314-.017.304-.018.293-.017.281-.017.268-.016.255-.016.241-.015.225-.015.209-.014.192-.013.174-.012.155-.011.136-.01.115-.22-.02.01-.114.011-.135.012-.154.013-.174.014-.191.015-.209.015-.225.016-.24.016-.254.017-.268.017-.281.018-.292.018-.303.018-.314.018-.323.018-.331.017-.339.017-.346.017-.351.016-.356.016-.36.015-.363.014-.365.014-.366.012-.367.012-.367.01-.365.009-.363.008-.36.007-.356.005-.351.003-.346.076.111zm.067-.211l.078.025v.082l-.078-.107zm-3.542-2.988l-.221-.004.181-.083.093.079.096.085.098.091.1.096.103.1.105.104.107.107.109.111.111.113.112.116.114.117.115.118.116.119.117.119.118.118.119.118.119.116.12.115.12.112.12.11.12.106.119.103.119.098.118.093.118.088.116.082.115.075.113.069.111.061.11.054.107.045.105.037-.066.211-.118-.042-.119-.05-.119-.059-.12-.066-.121-.073-.121-.08-.122-.086-.122-.091-.122-.096-.123-.101-.122-.105-.122-.108-.122-.112-.122-.114-.121-.116-.121-.118-.12-.119-.119-.12-.118-.12-.117-.119-.115-.118-.114-.117-.112-.115-.11-.113-.108-.11-.106-.106-.104-.103-.101-.098-.098-.094-.095-.088-.092-.082-.089-.076.178-.084zm-.221-.004l.004-.23.177.146-.181.084z\"/>\n    <path fill=\"#FFF\" d=\"M86.517 90.623l-3.164-4.562c-.64 2.25-1.419 18.393-.504 19.717.059 1.728.682 3.19 1.433 4.292.876-.68 2.183-1.901 1.805-3.729-.376-1.828.047-13.835.43-15.718z\"/>\n    <path fill=\"#21231E\" d=\"M83.444 85.998l3.163 4.562-.181.127-3.163-4.562-.015-.094.196-.033zm-.197.033l.064-.224.133.192-.197.032zm-.287 19.743l-.22.007.02.059-.094-.191-.075-.262-.063-.332-.054-.4-.045-.465-.036-.525-.028-.579-.021-.629-.013-.673-.007-.713v-.747l.006-.776.012-.799.018-.818.023-.831.028-.839.032-.842.037-.839.04-.831.044-.818.047-.8.05-.776.053-.747.055-.714.056-.674.058-.63.06-.58.061-.525.061-.465.061-.401.062-.331.062-.258.212.061-.058.243-.06.322-.061.395-.06.462-.06.522-.059.577-.058.628-.057.673-.055.712-.052.746-.05.775-.047.799-.044.817-.04.83-.037.837-.032.841-.028.838-.023.829-.018.817-.012.798-.006.774v.745l.007.711.013.671.021.625.028.575.036.519.044.458.053.391.061.317.068.235.068.142.016.059zm1.255 4.208l.135.175-.159-.025-.071-.106-.07-.108-.069-.11-.068-.112-.067-.114-.066-.116-.065-.118-.063-.12-.062-.122-.06-.124-.059-.126-.057-.128-.056-.13-.054-.132-.052-.134-.05-.136-.048-.138-.046-.14-.043-.141-.041-.143-.039-.145-.036-.147-.034-.149-.031-.15-.028-.152-.026-.153-.023-.155-.02-.157-.017-.158-.014-.16-.011-.162-.007-.163.22-.007.007.159.01.158.014.156.016.154.019.152.022.151.025.149.028.148.03.146.033.144.036.143.038.141.04.139.042.138.044.135.047.134.048.132.051.13.052.129.054.127.056.125.057.123.059.121.06.119.062.117.063.115.064.113.065.111.067.109.067.107.068.105.069.103-.156-.027zm.135.175l-.093.072-.066-.097.159.025zm1.63-3.794l.216-.045.031.175.022.172.012.169.003.165-.005.161-.013.158-.021.154-.029.151-.036.147-.043.143-.048.14-.054.136-.06.132-.065.128-.069.125-.073.121-.077.118-.08.114-.083.11-.085.107-.087.103-.089.1-.091.097-.091.093-.092.09-.092.086-.092.083-.09.079-.09.076-.088.073-.086.069-.085.066-.135-.175.082-.064.084-.068.086-.071.087-.074.088-.077.089-.08.089-.083.088-.086.088-.089.087-.092.086-.096.084-.099.081-.102.079-.105.076-.108.072-.111.069-.114.065-.117.061-.12.056-.124.051-.127.045-.13.039-.133.033-.136.026-.14.02-.143.012-.146.005-.149-.003-.153-.012-.156-.021-.16-.027-.168zm.537-15.629v-.222l.108.133-.035.2-.036.258-.036.311-.036.36-.035.405-.035.446-.034.483-.033.516-.032.546-.031.572-.03.594-.028.612-.027.627-.025.638-.023.646-.021.649-.019.649-.017.645-.014.637-.011.626-.008.611-.005.592-.002.569.001.543.004.513.008.479.012.442.016.4.02.355.024.306.028.252.032.193-.216.045-.035-.208-.029-.261-.025-.312-.02-.359-.016-.403-.012-.444-.008-.482-.005-.515-.001-.544.002-.571.005-.593.008-.612.011-.626.014-.638.017-.646.019-.649.021-.65.023-.646.025-.639.027-.628.028-.613.03-.594.031-.573.032-.547.033-.518.035-.484.035-.447.035-.407.036-.363.036-.315.036-.265.037-.211.111.132zm0-.222h.135l-.027.133-.108-.133zm0 0v.222l-.091-.048.091-.174z\"/>\n    <path fill=\"#FFF\" d=\"M80.029 100.775c-.143 2.498-.245 4.189-.215 5.07.059 1.728.483 3.196 1.233 4.299.876-.68 1.991-1.883 1.877-3.693-.442-6.991.322-13.576 1.212-19.906-.751-.551-2.016-1.145-2.767-1.696-1.501 8.523-2.002 13.814-1.34 15.926z\"/>\n    <path fill=\"#21231E\" d=\"M79.924 105.841l-.22.008-.002-.086-.002-.091-.001-.096V105.372l.001-.109.002-.114.003-.119.003-.123.004-.128.004-.133.005-.137.005-.142.006-.147.007-.151.007-.156.008-.161.008-.166.008-.171.009-.175.01-.18.01-.185.01-.189.011-.194.011-.199.012-.203.012-.208.012-.213.012-.218.013-.222.013-.227.013-.232.22.013-.013.232-.013.227-.013.222-.012.218-.012.213-.012.208-.012.203-.011.199-.011.194-.01.189-.01.184-.01.18-.009.175-.008.17-.008.165-.007.161-.007.156-.007.151-.006.146-.005.142-.005.137-.004.132-.004.127-.003.123-.002.118-.002.112-.001.108v.202l.001.094.002.089v.081zm1.056 4.215l.135.175-.159-.025-.071-.107-.069-.109-.067-.111-.064-.113-.063-.115-.061-.117-.059-.119-.057-.121-.055-.123-.053-.125-.051-.127-.049-.129-.046-.13-.044-.132-.043-.134-.04-.136-.038-.138-.036-.14-.034-.141-.032-.143-.03-.145-.028-.147-.026-.148-.024-.15-.022-.152-.02-.154-.017-.155-.015-.156-.013-.158-.011-.16-.009-.161-.007-.163.22-.008.007.16.009.158.011.157.013.155.015.153.017.152.019.15.021.148.023.146.025.145.027.143.029.142.031.14.033.138.035.136.037.134.039.132.041.131.043.129.045.127.047.125.049.123.051.121.053.119.055.117.057.115.059.113.061.111.063.109.064.107.066.105.068.102-.155-.026zm.135.175l-.093.072-.066-.097.159.025zm1.699-3.773l.22-.014.007.173v.169l-.007.165-.013.162-.019.158-.026.155-.031.151-.037.148-.042.144-.047.141-.051.137-.056.134-.06.13-.064.127-.067.123-.071.119-.073.116-.076.113-.078.109-.08.105-.082.102-.084.099-.085.096-.086.092-.087.089-.087.086-.088.082-.087.079-.087.076-.086.072-.085.07-.084.066-.135-.175.081-.064.083-.067.083-.07.084-.073.084-.076.084-.079.084-.083.084-.085.082-.088.082-.092.08-.094.079-.098.077-.101.075-.104.072-.107.069-.11.067-.114.064-.116.061-.12.056-.123.053-.126.049-.13.044-.133.039-.136.035-.139.03-.143.024-.146.018-.149.013-.153.006-.156v-.16l-.008-.164zm1.257-19.824l.13-.179.044.105-.083.594-.082.595-.081.597-.08.599-.078.6-.076.602-.074.603-.072.605-.07.607-.068.608-.065.61-.062.612-.059.614-.055.616-.052.617-.048.619-.044.621-.04.623-.036.625-.031.627-.027.629-.022.631-.017.633-.011.635-.006.637v.64l.006.641.011.644.018.646.025.649.031.651.038.653-.22.014-.038-.656-.031-.653-.025-.651-.018-.648-.012-.646-.006-.644v-.642l.006-.639.012-.637.017-.635.022-.633.027-.631.031-.628.036-.627.04-.625.044-.623.049-.62.052-.619.055-.617.059-.615.062-.613.065-.611.067-.609.07-.607.072-.606.074-.604.076-.602.078-.601.08-.599.081-.598.082-.596.084-.595.045.107zm.13-.178l.053.039-.009.066-.044-.105zm-2.723-1.588l-.217-.039.174-.07.071.051.073.051.076.051.078.052.081.052.083.053.085.052.087.053.089.053.09.053.091.054.092.053.093.053.094.053.094.054.094.053.095.054.095.054.094.053.094.054.093.054.092.054.091.054.09.054.089.054.087.053.085.054.083.053.081.053.079.053.076.053.073.053-.13.179-.073-.052-.073-.051-.076-.051-.078-.052-.081-.052-.083-.053-.085-.052-.087-.053-.089-.053-.09-.053-.091-.053-.092-.053-.093-.053-.094-.054-.094-.054-.095-.053-.094-.054-.095-.054-.094-.054-.094-.054-.093-.054-.092-.054-.091-.054-.09-.054-.088-.053-.087-.053-.085-.053-.083-.053-.081-.053-.079-.053-.076-.053-.073-.053.174-.07zm-.218-.039l.031-.175.143.105-.174.07zm-1.31 15.868l.156.157-.184-.045-.06-.213-.053-.231-.046-.249-.039-.267-.032-.285-.025-.304-.018-.322-.012-.34-.005-.359.001-.377.008-.396.014-.414.021-.433.027-.452.034-.471.04-.489.046-.507.053-.526.059-.545.065-.564.072-.583.078-.602.084-.62.09-.639.096-.658.102-.676.109-.696.114-.715.12-.733.126-.752.132-.771.138-.79.217.039-.138.789-.132.77-.126.751-.12.733-.114.714-.108.695-.102.675-.096.657-.089.638-.084.619-.078.6-.071.581-.065.562-.059.544-.053.524-.046.506-.04.487-.033.468-.027.449-.021.43-.014.411-.008.392-.001.374.005.354.012.335.018.317.025.298.031.279.038.259.044.24.051.221.057.201-.184-.045zm.157.157l-.129.129-.054-.174.183.045zm0-.001l-.157-.156.188.085-.031.071zm-.156-.156l.205-.206-.017.29-.188-.084z\"/>\n    <path fill=\"#FFF\" d=\"M76.865 105.349l.858 3.252c.059 1.728 1.126 3.155 1.877 4.257.876-.68 1.671-1.797 1.448-3.595-1.284-10.325-.825-17.156 1.341-25.571-4.898 3.342-7.168 10.397-5.524 21.657z\"/>\n    <path fill=\"#21231E\" d=\"M77.616 108.629l-.858-3.252.214-.056.858 3.251.003.024-.217.033zm1.916 4.141l.135.175-.159-.025-.071-.104-.073-.106-.074-.108-.075-.11-.077-.112-.077-.114-.077-.116-.078-.118-.078-.12-.078-.122-.077-.124-.076-.126-.075-.128-.074-.13-.072-.132-.071-.134-.069-.136-.066-.138-.064-.14-.061-.142-.058-.144-.055-.146-.051-.148-.048-.149-.044-.152-.04-.154-.035-.156-.03-.157-.025-.159-.02-.161-.015-.163-.008-.165.22-.008.008.157.014.155.019.154.024.152.029.15.034.149.038.147.042.146.046.144.049.142.053.141.057.139.059.137.062.135.065.134.067.132.069.131.071.129.072.128.074.125.075.124.076.122.077.12.077.119.077.117.077.115.076.113.076.111.075.11.074.108.073.106.071.105-.16-.025zm.136.175l-.093.072-.066-.097.159.025zm1.27-3.67l.219-.027.019.17.012.166.007.163.001.158-.005.155-.009.151-.015.148-.02.144-.024.14-.029.136-.033.133-.037.13-.042.126-.045.122-.049.119-.053.116-.056.112-.059.109-.062.106-.065.102-.067.099-.069.096-.072.093-.074.09-.076.086-.078.084-.079.081-.08.077-.081.075-.082.072-.084.069-.084.067-.135-.175.08-.063.079-.066.078-.069.077-.071.076-.074.075-.076.073-.079.072-.082.069-.085.068-.087.066-.09.063-.093.061-.096.058-.099.055-.102.053-.105.049-.108.046-.112.043-.115.039-.118.035-.122.031-.125.028-.129.023-.132.018-.136.014-.14.009-.143.004-.147-.001-.151-.007-.155-.012-.159-.016-.164zm1.513-25.492l-.125-.183.169.119-.198.783-.188.775-.178.768-.168.761-.158.755-.148.751-.138.747-.127.744-.118.742-.108.741-.097.741-.088.742-.077.744-.068.747-.057.751-.047.755-.037.761-.027.767-.017.775-.007.783.003.793.013.803.024.814.034.826.044.84.054.853.064.868.075.884.085.901.095.919.105.937.115.957-.219.027-.115-.959-.105-.939-.095-.921-.085-.903-.075-.886-.064-.871-.054-.856-.044-.842-.034-.829-.024-.817-.014-.806-.003-.795.007-.786.017-.778.027-.771.037-.764.047-.758.057-.754.068-.75.078-.747.088-.745.097-.744.108-.744.118-.745.128-.747.138-.75.148-.753.158-.758.168-.763.178-.769.188-.777.198-.785.174.121zm-.125-.183l.242-.166-.073.284-.169-.118zm-5.354 21.721l-.214.056-.002-.012-.143-1.045-.12-1.021-.098-.997-.076-.972-.053-.948-.031-.924-.01-.9.012-.876.032-.852.053-.829.074-.805.094-.781.115-.758.135-.734.155-.711.174-.688.194-.665.212-.642.231-.619.25-.596.268-.574.287-.551.304-.528.323-.506.34-.483.358-.461.374-.438.391-.416.407-.394.424-.371.44-.35.456-.327.125.183-.447.321-.432.343-.416.365-.4.386-.384.408-.367.43-.351.452-.334.475-.317.497-.3.52-.282.543-.265.566-.246.588-.228.611-.21.635-.191.657-.172.681-.153.704-.133.728-.114.752-.094.775-.073.799-.053.823-.032.847-.011.87.01.895.031.919.053.943.075.968.097.992.12 1.017.142 1.041-.004-.016zm-.107.028l.107-.028-.107.028z\"/>\n    <path fill=\"#FFF\" d=\"M77.116 108.548l-4.494-1.493c-.573 4.493.308 10.138 1.518 17.581 1.039 6.391.493 11.449-.301 14.694 4.794-.657 6.821-6.838 4.418-18.465-.63-3.044-1.262-6.934-1.141-12.317z\"/>\n    <path fill=\"#21231E\" d=\"M72.657 106.95l4.494 1.493-.069.21-4.494-1.493-.075-.119.144-.091zm-.144.091l.017-.133.127.042-.144.091zm1.736 17.577l-.218.036-.112-.693-.11-.682-.108-.672-.105-.662-.103-.652-.1-.642-.096-.632-.093-.622-.089-.613-.086-.603-.082-.594-.077-.585-.073-.576-.069-.567-.064-.558-.059-.549-.054-.541-.048-.533-.043-.524-.037-.516-.031-.508-.024-.5-.018-.492-.011-.484-.005-.477.003-.469.01-.462.018-.454.025-.448.033-.441.041-.434.05-.427.219.028-.049.423-.041.429-.033.437-.025.444-.018.451-.01.458-.003.466.004.474.011.481.018.489.024.497.031.505.036.514.043.522.048.53.053.539.059.548.064.557.068.566.073.575.077.584.082.593.086.602.089.612.093.622.097.631.1.641.103.652.105.661.108.672.11.682.113.691zm-.425 14.602l.03.219-.122-.136.073-.308.072-.319.07-.329.067-.34.065-.35.063-.36.06-.37.057-.38.053-.39.049-.4.046-.409.041-.419.037-.429.032-.438.028-.447.023-.457.017-.466.012-.475.005-.484v-.493l-.007-.502-.013-.511-.02-.52-.027-.528-.035-.537-.042-.545-.05-.553-.058-.562-.066-.57-.075-.578-.084-.586-.092-.594.218-.036.093.597.084.589.075.581.067.573.058.564.05.556.042.548.035.539.027.531.02.522.014.514.007.505v.496l-.006.487-.012.478-.017.469-.023.459-.028.451-.033.441-.037.431-.042.422-.046.412-.05.403-.054.393-.056.382-.06.373-.063.363-.066.352-.068.342-.07.332-.072.321-.074.311-.122-.135zm.029.219l-.161.022.039-.158.122.136zm4.295-18.552l.216-.045.213 1.076.187 1.044.161 1.012.137.981.112.949.087.917.063.885.039.853.016.821-.008.789-.03.758-.054.726-.076.694-.098.662-.12.63-.141.599-.163.567-.184.535-.205.503-.226.471-.247.439-.266.407-.287.375-.306.343-.326.31-.345.277-.363.245-.382.212-.4.179-.416.145-.433.112-.45.079-.03-.219.433-.076.416-.107.399-.14.382-.171.365-.203.348-.234.331-.266.313-.298.295-.33.277-.362.258-.394.239-.426.22-.459.2-.491.18-.524.16-.556.139-.589.118-.621.097-.653.075-.686.053-.719.03-.751.007-.783-.016-.815-.039-.847-.063-.88-.087-.912-.111-.944-.136-.976-.161-1.008-.186-1.04-.211-1.07zm-1.066-12.234l.069-.21.076.108-.009.499-.005.491-.001.482.003.474.007.466.01.457.015.45.018.441.021.434.024.426.027.419.03.411.033.404.036.396.038.389.04.383.043.375.044.369.047.362.048.356.05.349.052.343.053.337.054.331.055.325.056.319.057.314.058.308.058.303.058.298.059.293.059.287-.216.045-.059-.288-.059-.293-.059-.299-.058-.304-.058-.309-.057-.315-.056-.321-.055-.326-.054-.333-.053-.338-.052-.345-.05-.351-.048-.357-.047-.364-.045-.37-.043-.377-.041-.384-.038-.391-.036-.398-.033-.406-.031-.413-.027-.42-.024-.428-.021-.435-.018-.444-.015-.451-.011-.459-.007-.467-.003-.476.001-.484.005-.493.009-.501.076.106zm.069-.211l.077.026-.002.082-.075-.108z\"/>\n    <path fill=\"#21231E\" d=\"M76.847 130.288l.262.01v.007l-.001.007-.001.007-.001.006-.002.006-.002.006-.002.006-.003.006-.003.006-.003.005-.003.005-.004.005-.004.005-.004.005-.004.005-.005.004-.005.004-.005.004-.005.004-.005.003-.005.003-.005.003-.006.003-.006.003-.006.002-.006.002-.006.002H77l-.007.001h-.028l-.007-.001-.007-.001-.007-.001-.006-.002-.006-.002-.006-.002-.006-.003-.006-.003-.005-.003-.005-.003-.005-.003-.005-.004-.005-.004-.004-.004-.004-.005-.005-.005-.004-.005-.004-.005-.003-.005-.003-.006-.003-.005-.003-.006-.003-.006-.002-.006-.002-.006-.002-.006-.001-.006-.001-.006v-.014l.002-.007zm-.956-8.933l.257-.053.053.258.052.262.052.264.051.267.05.269.049.271.048.274.048.276.046.278.045.279.044.281.042.282.04.284.039.285.037.286.035.287.033.288.031.288.029.289.027.289.024.289.022.289.02.289.017.289.014.288.011.288.008.287.005.286.002.285-.002.284-.005.283-.008.281-.262-.009.008-.278.004-.28.001-.281-.002-.282-.005-.283-.008-.284-.011-.285-.014-.286-.017-.286-.019-.287-.022-.287-.024-.287-.026-.287-.029-.287-.031-.286-.033-.286-.035-.285-.037-.284-.039-.283-.04-.282-.042-.281-.043-.279-.044-.278-.046-.276-.047-.274-.048-.273-.049-.27-.05-.268-.051-.266-.052-.263-.053-.26-.05-.259zm-1.203-11.159l.263-.002.003.353.006.352.008.351.01.35.012.35.014.349.016.348.019.347.021.347.023.346.025.346.028.345.03.345.032.345.034.345.036.345.039.344.041.344.043.344.045.345.047.345.049.345.052.345.054.346.056.346.058.347.061.347.063.348.065.348.067.349.069.35.072.351-.257.053-.072-.352-.07-.352-.068-.35-.065-.35-.063-.349-.061-.349-.058-.348-.056-.348-.054-.347-.052-.347-.05-.347-.048-.347-.045-.346-.043-.346-.041-.346-.039-.346-.036-.346-.034-.346-.032-.347-.03-.347-.028-.347-.025-.347-.023-.348-.021-.348-.019-.349-.017-.35-.014-.35-.012-.351-.01-.352-.008-.353-.006-.354-.004-.354zm.262-.002l-.263.002v-.014l.001-.007.001-.006.001-.006.002-.006.002-.006.002-.006.003-.006.003-.006.003-.006.003-.005.003-.005.004-.005.004-.005.004-.005.005-.004.005-.004.005-.004.005-.004.005-.003.005-.003.006-.003.006-.003.006-.003.006-.002.006-.002.007-.002.006-.001.007-.001.007-.001h.021l.007.001.007.001.006.001.006.002.006.002.006.002.006.002.006.003.005.003.005.003.005.004.005.004.005.004.004.004.004.005.004.005.004.005.003.005.004.005.003.005.003.006.003.006.002.006.002.006.002.006.001.006.001.007.001.006.001.007.002.01z\"/>\n    <path fill=\"#FFF\" d=\"M76.936 82.112l2.949.496c-.144.633-.893 4.514-1.029 5.177-1.103 5.394-1.83 11.75-.997 18.722.309 2.587.858 4.703 1.662 6.337-3.235-.367-5.309-3.527-5.041-9.038-.562-6.436-.315-11.553.727-15.403.307-1.128 1.288-5.38 1.729-6.291z\"/>\n    <path fill=\"#21231E\" d=\"M79.867 82.717l-2.949-.496.036-.218 2.949.496.089.134-.125.084zm.037-.218l.115.019-.026.114-.089-.133zm-.939 5.308l-.216-.044.015-.071.018-.089.021-.105.024-.121.026-.135.029-.148.031-.16.033-.17.035-.18.037-.188.038-.194.039-.201.04-.205.041-.209.041-.211.041-.212.042-.212.041-.211.041-.209.04-.205.04-.2.039-.194.037-.186.036-.178.034-.169.032-.158.03-.146.028-.133.024-.119.022-.104.019-.087.016-.069.215.049-.015.068-.018.086-.021.103-.025.119-.027.133-.03.146-.032.158-.034.169-.036.178-.037.186-.039.194-.039.2-.04.205-.041.208-.041.211-.042.212-.041.212-.041.211-.041.209-.04.205-.039.201-.038.195-.037.188-.035.179-.033.17-.031.16-.029.148-.027.135-.024.121-.021.106-.018.089-.017.069zm-.995 18.686l-.219.026-.074-.653-.065-.649-.056-.646-.048-.642-.039-.638-.031-.634-.023-.63-.016-.626-.008-.622-.001-.618.006-.613.013-.609.019-.605.025-.6.032-.596.038-.591.043-.586.048-.582.054-.577.059-.572.064-.567.069-.563.073-.557.077-.552.081-.547.085-.542.088-.536.091-.532.095-.526.097-.52.1-.515.102-.509.216.044-.102.508-.1.513-.097.519-.095.524-.091.529-.088.535-.084.54-.081.545-.076.55-.073.555-.068.56-.064.566-.059.57-.054.575-.048.58-.043.584-.038.589-.032.594-.025.598-.019.602-.013.606-.006.611.001.615.008.619.015.623.023.628.031.631.039.635.047.639.056.643.065.647.076.652zm1.54 6.461l.025-.22-.112.159-.075-.156-.074-.159-.072-.162-.071-.164-.069-.167-.068-.17-.066-.173-.065-.176-.063-.178-.062-.181-.06-.184-.059-.187-.057-.189-.056-.192-.055-.195-.053-.198-.051-.201-.05-.204-.048-.206-.047-.209-.046-.212-.044-.214-.043-.217-.041-.22-.04-.223-.038-.225-.037-.228-.036-.231-.034-.234-.033-.237-.031-.239-.03-.242.219-.026.03.24.031.238.032.234.034.232.035.229.037.227.038.223.04.221.041.218.042.215.044.212.045.21.046.207.048.204.049.201.051.198.052.195.054.193.055.19.057.187.058.185.059.181.061.179.062.176.064.173.065.17.067.167.068.165.069.162.071.159.073.156.074.153-.11.16zm.112-.159l.089.181-.201-.023.112-.158zm-5.25-8.98l.22-.019v.015l-.018.507-.005.493.008.479.021.464.034.451.047.436.059.422.071.407.083.393.094.378.106.363.117.349.128.334.139.319.148.304.159.289.169.274.179.258.188.243.197.228.206.212.215.197.224.182.232.167.24.151.249.136.257.12.264.105.272.089.279.073.286.058.294.042-.025.22-.306-.043-.299-.06-.292-.077-.284-.094-.277-.109-.268-.126-.261-.143-.252-.158-.243-.175-.234-.19-.225-.206-.215-.222-.206-.237-.196-.253-.185-.268-.175-.283-.164-.298-.153-.313-.142-.328-.131-.342-.12-.357-.108-.372-.096-.386-.084-.401-.072-.414-.06-.429-.048-.443-.035-.457-.021-.471-.009-.485.005-.499.018-.513.001.013zm.73-15.441l.213.058-.095.363-.09.37-.086.378-.081.385-.076.393-.072.4-.067.408-.063.415-.058.423-.053.43-.048.438-.044.446-.039.453-.035.461-.03.468-.025.476-.021.484-.016.491-.011.499-.006.507-.002.514.003.522.007.529.012.537.017.545.022.553.027.56.031.568.036.576.041.583.046.591.05.599-.22.019-.05-.6-.046-.593-.041-.585-.036-.577-.031-.57-.027-.562-.022-.554-.017-.546-.013-.539-.008-.531-.003-.523.001-.516.006-.508.011-.501.016-.494.02-.486.025-.479.03-.471.035-.464.039-.456.044-.448.048-.441.054-.433.058-.426.063-.419.068-.411.072-.403.077-.396.082-.388.087-.381.091-.374.1-.367zm1.853-6.371l-.036.218.118-.061-.041.09-.045.11-.047.128-.051.145-.053.16-.055.174-.057.187-.059.198-.06.208-.061.217-.062.225-.063.232-.064.237-.064.241-.064.245-.064.246-.063.247-.063.247-.062.245-.061.242-.059.238-.058.232-.056.226-.054.219-.052.21-.049.2-.047.188-.044.177-.041.163-.038.148-.034.132-.031.115-.213-.058.03-.114.034-.131.038-.147.041-.162.044-.176.047-.188.05-.199.052-.21.054-.219.056-.226.058-.233.059-.238.061-.242.062-.245.063-.247.063-.247.064-.247.064-.245.064-.242.064-.238.063-.233.062-.226.061-.219.06-.21.059-.199.058-.189.056-.176.054-.163.052-.149.049-.133.047-.117.045-.1.119-.061zm-.118.06l.036-.074.082.014-.118.06zm.099.049l.018-.109-.018.109zm-.099-.049l.036-.074.082.014-.118.06z\"/>\n    <path fill=\"#FFF\" d=\"M75.149 82.81l1.448 1.653c-.411.294.286 1.561-.089 4.023-.242 1.398-1.074 3.045-1.245 4.829-.57 5.91-.572 13.311 1.204 18.041-3.235-.367-4.346-3.301-4.451-8.817-.087-4.561-.102-9.938 1.043-16.147.231-1.451.928-2.608 2.09-3.582z\"/>\n    <path fill=\"#21231E\" d=\"M76.514 84.536l-1.448-1.654.166-.146 1.448 1.653-.019.163-.147-.016zm.166-.146l.081.092-.099.071.018-.163zm-.063 4.115l-.217-.038v.002l.032-.225.026-.218.02-.211.015-.204.011-.197.007-.19.003-.184-.001-.178-.003-.17-.007-.165-.009-.158-.01-.151-.012-.145-.013-.139-.014-.133-.014-.127-.014-.12-.013-.115-.013-.109-.012-.103-.01-.097-.008-.092-.005-.087-.002-.082.002-.077.005-.073.01-.069.017-.065.023-.061.032-.057.041-.051.051-.043.128.18-.02.017-.017.021-.015.026-.013.034-.01.042-.008.05-.004.058-.001.066.002.073.005.081.008.088.009.094.012.101.013.108.014.115.014.121.014.128.014.135.014.141.012.148.011.155.009.161.007.168.004.175.001.181-.003.189-.007.195-.011.202-.016.209-.021.216-.026.222-.032.23-.005.002zm-1.245 4.82l-.22-.021.018-.169.022-.168.025-.168.029-.166.031-.165.035-.164.036-.163.039-.162.041-.161.043-.16.044-.159.046-.158.047-.156.048-.155.048-.154.049-.153.049-.151.049-.15.049-.149.048-.148.047-.146.046-.145.045-.144.044-.142.042-.14.04-.139.038-.137.035-.136.033-.134.03-.133.027-.131.024-.129.217.038-.025.135-.028.135-.031.136-.034.138-.036.139-.038.14-.041.141-.042.143-.044.143-.045.145-.047.146-.047.147-.048.148-.049.149-.049.15-.049.151-.048.152-.048.153-.048.154-.046.155-.045.156-.044.156-.042.158-.041.158-.038.159-.036.16-.034.161-.031.162-.028.162-.025.163-.021.163-.016.16zm1.081 18.141l.025-.22-.116.149-.163-.454-.152-.469-.142-.483-.132-.496-.122-.508-.113-.52-.104-.531-.095-.541-.086-.551-.078-.559-.07-.568-.061-.574-.054-.581-.046-.586-.039-.592-.032-.596-.025-.599-.018-.602-.012-.604-.005-.605v-.605l.006-.605.012-.604.017-.602.023-.599.027-.595.032-.592.036-.587.041-.581.044-.574.048-.567.052-.559.22.021-.052.557-.048.565-.044.573-.04.579-.036.585-.032.589-.027.594-.023.597-.017.6-.012.602-.006.603-.001.603.006.603.011.602.018.599.025.597.032.593.038.589.046.584.053.578.062.571.069.564.077.556.086.547.094.537.103.527.112.516.121.504.131.491.14.477.15.463.16.448-.114.146zm.116-.149l.064.169-.179-.02.115-.149zm-4.664-8.776l.221-.004.013.508.019.493.025.477.031.463.038.447.045.432.053.416.059.401.067.386.074.37.082.355.09.34.098.324.107.309.115.294.124.278.132.263.141.247.15.232.16.217.169.202.178.187.189.172.199.158.209.143.22.128.231.113.242.1.254.085.266.07.279.056.291.041-.025.22-.303-.043-.291-.058-.28-.074-.268-.089-.257-.105-.245-.12-.234-.136-.222-.152-.211-.167-.2-.182-.189-.198-.178-.213-.168-.228-.158-.244-.147-.258-.138-.273-.128-.288-.118-.302-.11-.317-.1-.332-.092-.347-.084-.362-.076-.377-.068-.391-.06-.406-.053-.421-.046-.436-.038-.451-.032-.466-.025-.481-.019-.496-.008-.51zm1.044-16.167l.218.035v.003l-.104.579-.097.574-.091.569-.085.564-.079.559-.073.554-.067.55-.062.544-.057.54-.051.535-.047.53-.043.525-.038.521-.034.516-.03.511-.026.506-.022.501-.019.497-.016.492-.012.487-.01.482-.007.477-.005.473-.003.468-.001.463.001.458.003.454.004.449.005.444.007.439.007.435.008.43-.221.004-.008-.43-.007-.435-.007-.44-.005-.445-.005-.45-.002-.454-.002-.459.001-.464.003-.469.005-.474.007-.479.01-.483.012-.488.016-.493.019-.498.022-.503.026-.508.03-.513.034-.517.038-.522.042-.527.047-.532.052-.537.057-.542.062-.547.067-.551.073-.556.079-.561.085-.566.091-.571.097-.576.104-.581.004.003zm2.283-3.637l-.166.146.154.012-.106.09-.103.092-.101.092-.098.093-.095.095-.092.096-.09.097-.087.098-.084.099-.081.1-.079.102-.076.103-.074.104-.071.106-.068.107-.065.108-.063.11-.06.111-.058.112-.054.114-.052.115-.049.117-.047.118-.044.12-.041.121-.039.123-.036.124-.033.126-.031.128-.028.129-.025.131-.023.133-.218-.035.023-.138.026-.136.029-.134.032-.132.035-.131.038-.13.04-.128.043-.126.046-.125.049-.123.051-.122.054-.12.057-.118.06-.117.062-.115.065-.114.068-.112.071-.111.073-.11.077-.108.079-.107.082-.106.084-.104.087-.103.09-.102.093-.1.095-.099.098-.098.101-.097.104-.095.106-.094.109-.093.156.011zm-.154-.012l.083-.069.071.081-.154-.012z\"/>\n    <path fill=\"#FFF\" d=\"M83.23 87.161l-2.985-.348c-.549 2.823-.968 4.819-1.07 5.825-.2 1.973.398 3.781 1.082 5.128 1.101-.664 1.612-2.113 2.075-4.146.465-2.043.581-4.268.898-6.459z\"/>\n    <path fill=\"#21231E\" d=\"M80.258 86.702l2.986.348-.026.22-2.985-.348-.096-.131.121-.089zm-.121.089l.02-.1.102.012-.122.088zm-.852 5.858l-.219-.023.01-.098.012-.104.014-.11.016-.115.017-.121.019-.126.021-.132.023-.137.024-.143.026-.148.027-.154.029-.16.03-.165.032-.17.033-.176.034-.181.036-.186.037-.191.038-.197.04-.202.04-.207.042-.212.043-.217.043-.222.045-.227.046-.233.047-.238.048-.243.049-.247.049-.252.05-.257.051-.262.217.042-.051.262-.05.257-.049.253-.049.247-.048.243-.047.238-.046.233-.045.227-.044.222-.043.217-.042.212-.04.207-.04.202-.038.196-.037.191-.036.186-.034.181-.033.175-.031.169-.03.164-.029.158-.027.154-.026.148-.024.142-.023.136-.02.131-.019.125-.018.119-.016.113-.014.107-.012.102-.008.097zm.915 5.021l.113.19-.155-.045-.064-.129-.064-.132-.063-.134-.062-.137-.061-.139-.06-.142-.059-.144-.057-.146-.056-.149-.054-.151-.052-.153-.05-.155-.048-.158-.046-.16-.044-.161-.041-.164-.038-.165-.036-.167-.033-.169-.03-.171-.027-.172-.023-.174-.02-.176-.016-.177-.013-.179-.009-.18-.005-.181-.001-.182.003-.184.008-.185.012-.186.017-.187.22.023-.016.181-.011.181-.008.18-.003.179.001.178.005.177.009.175.012.174.016.172.02.171.023.169.026.168.029.167.032.165.035.163.038.162.04.16.043.158.045.156.047.154.049.152.051.15.053.148.055.146.056.144.057.141.059.139.06.136.061.134.062.132.063.129.063.126-.158-.046zm.113.19l-.102.061-.054-.106.156.045zm1.911-4.266l.215.049-.044.19-.044.186-.044.183-.045.179-.046.176-.047.172-.047.169-.049.165-.049.161-.051.158-.052.154-.054.151-.055.147-.057.143-.059.139-.061.135-.063.131-.065.128-.067.124-.069.12-.072.116-.074.112-.077.107-.08.103-.083.099-.086.095-.089.09-.092.086-.095.081-.099.077-.103.072-.106.067-.113-.19.097-.062.094-.066.091-.071.088-.075.085-.079.082-.083.08-.088.077-.093.075-.097.073-.101.07-.105.068-.11.066-.114.064-.118.062-.122.061-.127.059-.131.057-.135.055-.139.054-.143.053-.147.051-.151.05-.155.049-.159.048-.163.047-.166.046-.17.045-.174.045-.177.044-.181.044-.185.042-.188zm1.007-6.323v-.222l.109.127-.029.205-.028.205-.027.205-.026.205-.026.205-.025.206-.024.206-.024.206-.023.206-.023.206-.023.205-.023.205-.023.205-.023.204-.023.204-.023.204-.024.204-.025.203-.025.203-.026.202-.027.202-.028.201-.029.201-.03.2-.031.199-.032.198-.034.198-.036.197-.037.196-.039.195-.041.194-.043.193-.215-.049.042-.191.04-.192.039-.193.037-.194.035-.195.034-.196.032-.197.031-.197.03-.199.029-.199.027-.2.027-.201.026-.201.025-.202.024-.202.024-.203.024-.203.023-.204.023-.204.023-.204.023-.205.023-.205.023-.206.023-.206.024-.206.024-.206.025-.206.026-.206.026-.207.028-.206.028-.206.03-.206.108.124zm0-.221h.128l-.019.127-.109-.127zm-.001 0v.222l-.013-.001.013-.221z\"/>\n    <path fill=\"#FFF\" d=\"M90.979 93.517l-2.65.028c-.091 2.436-.156 4.084-.113 4.943.085 1.683.505 3.11 1.224 4.177.805-.671 1.566-1.855 1.686-3.616.121-1.77-.131-3.652-.147-5.532z\"/>\n    <path fill=\"#21231E\" d=\"M88.328 93.434l2.65-.028.002.221-2.65.028-.111-.115.109-.106zm-.109.106l.004-.105.105-.001-.109.106zm.107 4.942l-.22.011-.004-.084-.003-.088-.003-.093-.002-.097-.001-.102-.001-.107v-.227l.001-.12.001-.125.002-.129.002-.134.003-.139.004-.143.004-.148.004-.152.004-.157.005-.162.005-.166.005-.171.006-.175.006-.18.006-.184.007-.189.007-.194.007-.198.008-.203.008-.208.008-.212.008-.217.008-.221.008-.226.22.008-.008.226-.008.221-.008.217-.008.212-.008.207-.007.203-.007.198-.007.194-.007.189-.006.184-.006.179-.006.176-.005.17-.005.166-.005.161-.005.157-.004.152-.004.147-.003.143-.003.138-.002.133-.002.128-.001.124-.001.119v.225l.001.105.001.1.002.096.002.091.003.087.004.084zm1.043 4.097l.141.17-.162-.023-.068-.103-.066-.105-.064-.107-.062-.109-.06-.111-.059-.113-.057-.115-.055-.118-.053-.119-.051-.121-.049-.123-.048-.125-.046-.127-.044-.129-.042-.13-.04-.132-.038-.134-.036-.136-.035-.138-.032-.139-.031-.141-.028-.143-.027-.144-.025-.146-.023-.148-.021-.149-.019-.151-.017-.152-.015-.154-.013-.156-.011-.157-.009-.159.22-.011.009.156.011.154.013.152.015.151.017.149.018.148.02.146.022.144.024.143.026.141.028.139.03.138.032.136.033.134.035.132.037.13.039.129.041.126.043.125.044.123.046.121.048.119.049.117.052.115.053.113.055.111.057.109.058.107.06.105.062.103.064.101.065.099-.161-.018zm.141.17l-.094.078-.068-.101.162.023zm1.506-3.709l.22.015-.013.166-.017.163-.021.159-.024.156-.028.153-.031.15-.034.146-.037.143-.04.139-.043.137-.046.133-.048.13-.051.126-.053.123-.056.12-.058.117-.06.113-.062.11-.064.107-.065.104-.067.101-.068.097-.07.094-.071.091-.072.088-.073.084-.074.082-.075.079-.076.076-.076.072-.077.069-.077.066-.141-.17.073-.063.073-.066.073-.069.072-.071.071-.075.07-.078.07-.08.069-.084.068-.086.066-.09.066-.093.064-.096.062-.099.061-.102.059-.105.057-.109.055-.112.053-.115.051-.118.048-.121.046-.124.044-.128.041-.131.039-.134.036-.137.033-.141.03-.144.026-.148.023-.151.02-.154.016-.157.013-.158zm-.036-5.412l-.002-.221.112.11.002.176.003.175.005.176.005.175.007.176.007.175.008.176.009.175.009.176.01.175.01.175.01.175.01.175.01.174.01.175.01.174.009.174.009.174.008.173.007.173.007.172.005.172.004.172.003.171.002.171v.171l-.001.17-.003.17-.005.169-.006.169-.008.168-.01.167-.22-.015.01-.165.008-.165.006-.166.004-.167.003-.168.001-.168-.001-.169-.002-.169-.003-.17-.004-.17-.006-.171-.007-.171-.007-.172-.008-.173-.009-.173-.009-.173-.01-.174-.01-.174-.01-.174-.01-.175-.01-.175-.01-.175-.01-.176-.009-.176-.009-.176-.008-.176-.007-.176-.007-.177-.005-.177-.005-.177-.004-.177-.002-.177.114.109zm-.002-.222l.11-.001.001.111-.111-.11z\"/>\n    <path fill=\"#FFF\" d=\"M93.831 94.775l-2.647.12c-.006 2.438-.014 4.087.059 4.944.143 1.679.613 3.09 1.368 4.131.781-.699 1.501-1.909 1.56-3.673.059-1.772-.258-3.644-.34-5.522z\"/>\n    <path fill=\"#21231E\" d=\"M91.179 94.785l2.647-.12.01.221-2.647.12-.115-.111.105-.11zm-.105.11v-.105l.105-.005-.105.11zm.279 4.934l-.22.019-.007-.084-.007-.089-.006-.093-.005-.097-.005-.102-.004-.107-.004-.111-.004-.116-.003-.12-.003-.125-.003-.13-.002-.134-.002-.138-.002-.143-.002-.148-.001-.152-.001-.157-.001-.161-.001-.166V94.895h.221l-.001.226V97.475l.001.166.001.161.001.157.001.152.002.147.002.143.002.138.002.133.002.129.003.124.003.119.004.115.004.11.004.105.005.101.005.095.006.091.006.087.009.081zm1.184 4.058l.147.165-.163-.018-.071-.101-.069-.103-.068-.105-.066-.107-.065-.109-.062-.112-.061-.113-.059-.113-.057-.117-.056-.119-.053-.121-.052-.123-.05-.125-.048-.127-.046-.129-.044-.131-.043-.133-.041-.135-.039-.136-.037-.138-.035-.14-.034-.142-.031-.143-.03-.145-.028-.147-.026-.148-.024-.15-.022-.152-.02-.153-.018-.155-.017-.156-.014-.158.22-.019.014.155.016.154.018.152.02.15.021.148.023.147.026.145.027.143.029.142.031.14.033.138.035.137.036.135.038.133.04.131.042.129.044.128.045.125.047.123.049.121.05.12.052.118.054.115.056.114.057.111.059.11.06.107.062.105.064.103.065.101.067.099.069.097-.167-.018zm.147.165l-.091.081-.072-.099.163.018zm1.376-3.759l.22.007-.008.167-.012.163-.015.16-.018.157-.023.154-.025.15-.029.147-.032.144-.035.141-.038.138-.041.135-.044.131-.046.128-.049.125-.051.122-.053.118-.056.116-.058.112-.06.109-.061.106-.063.103-.065.1-.066.097-.068.093-.069.091-.07.087-.071.084-.072.081-.073.078-.074.075-.074.072-.075.069-.147-.165.071-.065.071-.068.07-.071.069-.074.068-.077.068-.08.067-.083.066-.086.064-.089.063-.092.062-.095.061-.098.058-.101.057-.105.055-.107.053-.11.051-.114.049-.117.047-.12.044-.123.042-.126.039-.129.036-.132.034-.135.031-.138.028-.142.025-.145.022-.148.018-.151.015-.155.011-.158.006-.161zm-.229-5.629v.221l.11-.115.008.175.01.175.011.175.012.175.013.175.013.175.015.176.015.175.015.175.016.175.016.174.016.174.016.174.016.174.016.174.015.173.015.173.015.173.014.173.013.172.013.172.012.172.01.171.009.171.008.171.007.17.005.17.003.169.002.169v.169l-.002.168-.005.168-.22-.007.004-.165.002-.166v-.166l-.002-.167-.003-.167-.005-.168-.007-.168-.008-.169-.009-.17-.01-.17-.012-.171-.012-.171-.013-.172-.014-.172-.015-.173-.015-.173-.015-.173-.016-.174-.016-.174-.016-.174-.016-.175-.016-.175-.016-.175-.015-.176-.015-.175-.014-.176-.014-.176-.013-.176-.012-.176-.011-.177-.01-.176-.008-.177.11-.111zm-.11.115l-.005-.115h.115l-.11.115zm.11.107v-.221l.005.221h-.005z\"/>\n    <path fill=\"#FFF\" d=\"M88.279 92.149l-2.643-.188c-.288 2.421-.487 4.058-.513 4.917-.052 1.685.251 3.141.881 4.262.857-.603 1.712-1.722 1.974-3.467.263-1.753.165-3.649.301-5.524z\"/>\n    <path fill=\"#21231E\" d=\"M85.643 91.851l2.643.188-.016.221-2.643-.188-.102-.123.118-.098zm-.117.097l.012-.105.105.008-.117.097zm-.293 4.934l-.22-.007.003-.084.004-.089.005-.092.006-.097.007-.102.008-.106.009-.111.01-.115.01-.12.011-.124.012-.129.013-.133.014-.138.015-.142.016-.147.016-.151.017-.156.018-.16.019-.165.019-.17.02-.174.021-.179.021-.184.022-.188.023-.193.023-.197.024-.202.025-.206.025-.211.026-.215.026-.22.027-.224.219.026-.027.225-.026.22-.026.216-.025.211-.025.206-.024.202-.023.197-.023.192-.022.188-.021.184-.021.179-.02.174-.019.17-.019.165-.018.161-.017.156-.016.151-.016.147-.015.142-.014.137-.013.133-.012.128-.012.123-.01.119-.01.114-.008.11-.008.105-.007.1-.006.095-.005.091-.004.086-.002.078zm.707 4.168l.127.181-.16-.036-.059-.108-.058-.11-.055-.112-.053-.114-.051-.116-.049-.118-.047-.119-.045-.122-.043-.123-.041-.125-.039-.127-.037-.128-.035-.13-.033-.132-.031-.133-.029-.135-.027-.136-.025-.138-.023-.14-.021-.141-.019-.143-.017-.145-.015-.146-.013-.148-.011-.149-.009-.15-.007-.152-.004-.153-.003-.154v-.156l.002-.157.004-.159.22.007-.004.156-.001.155v.153l.002.152.005.15.007.149.009.147.01.146.013.144.014.142.016.141.018.14.021.138.022.136.025.135.027.133.028.132.03.13.032.128.034.126.036.125.038.123.04.121.042.119.044.117.046.116.048.114.049.112.052.11.053.108.055.106.057.104-.162-.041zm.128.181l-.1.07-.06-.107.16.037zm1.8-3.574l.218.033-.027.164-.03.161-.033.157-.036.154-.04.15-.043.146-.046.143-.048.139-.051.136-.054.132-.056.129-.059.125-.061.122-.063.119-.065.115-.067.112-.069.108-.07.105-.072.101-.073.098-.075.095-.076.092-.077.088-.078.085-.079.082-.08.079-.081.075-.081.072-.082.069-.082.066-.083.063-.082.06-.127-.181.078-.056.078-.06.078-.062.078-.066.077-.068.076-.071.076-.075.075-.077.074-.081.074-.084.073-.087.071-.09.07-.094.068-.097.068-.1.066-.103.064-.107.062-.11.06-.113.058-.117.056-.12.054-.123.052-.127.049-.131.046-.134.044-.138.041-.141.038-.144.035-.148.032-.152.029-.155.028-.163zm.403-5.398l.016-.221.102.118-.012.175-.011.175-.01.175-.009.175-.008.176-.007.176-.006.176-.005.175-.005.176-.005.175-.005.175-.004.175-.004.175-.004.175-.004.175-.005.174-.005.174-.005.174-.006.173-.007.173-.008.173-.008.172-.01.172-.011.171-.012.171-.013.17-.015.169-.016.169-.018.168-.02.168-.021.167-.024.166-.218-.033.023-.163.021-.164.02-.165.018-.166.016-.167.015-.167.013-.168.012-.169.011-.169.01-.17.008-.171.008-.171.007-.172.006-.172.005-.173.005-.173.005-.174.004-.174.004-.175.004-.175.004-.175.005-.176.005-.176.005-.176.005-.176.006-.176.007-.176.008-.176.009-.177.01-.177.011-.177.012-.176.101.115zm.015-.221l.11.008-.008.111-.102-.119z\"/>\n    <path fill=\"#FFF\" d=\"M85.802 89.294l-2.899-1.204c-.494 1.961-1.163 8.415.025 11.141.966-.656 1.939-1.887 2.264-3.828.326-1.949.424-4.022.61-6.109z\"/>\n    <path fill=\"#21231E\" d=\"M82.946 87.988l2.899 1.204-.084.204-2.899-1.204-.065-.129.149-.075zm-.15.075l.031-.124.118.049-.149.075zm.07 11.076l.124.183-.163-.048-.108-.273-.097-.292-.087-.311-.077-.327-.067-.343-.058-.356-.049-.369-.041-.379-.032-.389-.025-.397-.017-.404-.011-.409-.005-.413.002-.414.008-.416.012-.414.018-.413.022-.408.026-.403.03-.396.034-.388.037-.378.04-.367.042-.354.043-.34.045-.324.047-.307.047-.288.048-.268.048-.247.048-.224.047-.2.214.054-.046.194-.047.219-.048.243-.047.265-.047.286-.046.305-.045.322-.043.338-.041.352-.039.365-.036.376-.034.386-.03.394-.026.401-.022.406-.018.409-.012.412-.007.413-.002.411.004.409.011.405.017.4.025.393.032.385.04.374.048.363.057.35.065.335.074.318.084.301.094.281.103.26-.163-.049zm.124.184l-.11.075-.053-.122.163.047zm2.093-3.938l.218.037-.033.182-.036.178-.04.174-.044.171-.047.166-.05.162-.054.158-.056.154-.059.15-.062.146-.065.142-.068.138-.07.134-.072.131-.074.127-.076.123-.078.119-.08.115-.082.112-.084.108-.084.104-.086.1-.088.097-.089.093-.089.09-.09.086-.091.082-.092.079-.092.075-.092.072-.093.068-.092.065-.124-.183.088-.062.089-.065.088-.068.088-.072.088-.075.087-.079.087-.082.085-.085.085-.089.084-.092.082-.096.081-.1.08-.103.079-.107.077-.11.075-.114.073-.118.072-.122.069-.126.067-.129.065-.133.062-.137.06-.141.057-.145.055-.149.052-.153.049-.157.046-.161.042-.165.039-.169.036-.173.027-.178zm.677-5.989l.084-.204.068.112-.017.195-.017.195-.016.195-.016.195-.016.195-.015.195-.015.194-.015.194-.015.194-.015.194-.015.194-.015.194-.016.193-.016.193-.016.193-.017.192-.017.192-.017.192-.018.191-.018.19-.019.19-.02.19-.02.189-.021.189-.022.188-.023.188-.024.187-.025.186-.026.186-.028.185-.029.185-.03.184-.218-.037.03-.182.028-.183.027-.183.026-.184.025-.185.024-.186.023-.186.022-.187.021-.188.02-.188.02-.189.019-.189.018-.19.018-.19.017-.191.017-.191.016-.192.016-.192.016-.193.016-.193.015-.193.015-.194.015-.194.015-.194.015-.194.015-.195.015-.195.016-.195.016-.196.016-.196.017-.196.017-.196.069.112zm.084-.204l.075.031-.007.081-.068-.112zm-.042.102l-.042.102.042-.102zm.042-.102l.075.031-.007.081-.068-.112z\"/>\n    <path fill=\"#FFF\" d=\"M81.969 86.094l-4.633.412c-1.067 2.659-1.766 5.016-2.106 7.154 2.149-.381 3.707-1.436 4.265-3.364.754-2.6 2.08-3.742 2.474-4.202z\"/>\n    <path fill=\"#21231E\" d=\"M77.324 86.373l4.633-.412.023.266-4.633.412-.134-.183.111-.083zm0 0l.023.266h-.028l-.007-.001-.007-.001-.006-.002-.006-.002-.006-.002-.006-.003-.006-.003-.006-.003-.006-.003-.005-.003-.005-.004-.005-.004-.005-.004-.005-.004-.004-.005-.004-.005-.004-.005-.004-.005-.003-.005-.003-.006-.003-.006-.003-.006-.002-.006-.002-.006-.002-.007-.002-.006-.001-.007-.001-.007v-.028l.001-.006.001-.007.002-.006.002-.006.002-.006.003-.006.003-.006.003-.006.003-.006.003-.005.004-.005.004-.005.004-.005.004-.004.005-.005.005-.004.005-.004.005-.004.006-.004.005-.003.006-.003.006-.003.006-.002.006-.002.006-.002.007-.001.007-.001h.01zm-2.117 7.155l.046.263-.154-.152.033-.202.035-.204.037-.205.039-.206.041-.207.044-.209.046-.21.048-.212.05-.213.052-.214.054-.216.056-.217.059-.219.061-.22.063-.222.065-.223.067-.224.069-.226.071-.228.074-.229.076-.231.078-.232.08-.234.082-.236.084-.237.086-.239.088-.24.091-.242.093-.244.095-.246.097-.247.099-.249.246.1-.099.248-.097.246-.095.244-.092.243-.09.241-.088.239-.086.237-.084.236-.082.234-.079.232-.077.231-.075.229-.073.227-.071.226-.069.224-.067.223-.064.221-.062.22-.06.218-.058.217-.056.215-.054.214-.051.212-.05.211-.047.209-.045.208-.043.207-.041.205-.039.204-.037.203-.035.201-.033.2-.152-.153zm-.108.111l.262.042-.001.007-.001.006-.002.007-.002.006-.002.006-.003.006-.003.006-.003.005-.004.005-.003.005-.004.005-.005.005-.004.005-.005.004-.005.004-.005.004-.005.003-.005.003-.006.003-.006.003-.006.003-.006.002-.006.002-.006.002-.006.001-.007.001-.007.001h-.028l-.007-.001-.007-.001-.007-.002-.007-.002-.006-.002-.006-.003-.006-.003-.006-.003-.005-.003-.006-.004-.005-.004-.005-.004-.005-.004-.004-.005-.005-.005-.004-.005-.004-.005-.004-.005-.003-.006-.003-.005-.003-.006-.003-.006-.002-.006-.002-.006-.002-.006-.002-.006-.001-.007-.001-.006v-.028l.005-.003zm4.269-3.38l.255.074-.057.183-.063.178-.069.173-.075.168-.08.163-.086.158-.092.153-.097.148-.103.143-.108.138-.114.133-.118.128-.124.123-.128.119-.133.114-.138.109-.143.104-.147.099-.152.095-.156.09-.161.086-.165.081-.169.077-.173.072-.177.068-.181.064-.185.059-.188.055-.192.051-.196.046-.199.042-.202.038-.046-.263.197-.037.193-.041.189-.045.186-.049.182-.053.178-.057.174-.061.17-.065.166-.069.162-.073.157-.078.153-.082.148-.086.144-.09.14-.094.135-.098.13-.103.125-.107.121-.112.116-.116.111-.12.106-.125.101-.13.096-.134.091-.139.086-.143.081-.149.076-.153.07-.158.065-.163.059-.168.054-.171zm2.613-4.032l-.023-.266.112.22-.041.047-.046.051-.051.054-.054.058-.059.063-.063.067-.066.072-.069.076-.072.081-.075.086-.078.091-.08.097-.083.103-.084.108-.086.114-.087.12-.088.127-.089.133-.089.139-.089.146-.09.152-.089.159-.089.167-.088.174-.087.181-.085.189-.084.196-.082.204-.08.212-.077.22-.074.228-.071.237-.255-.074.073-.242.076-.234.079-.225.082-.218.084-.209.086-.202.088-.194.089-.186.091-.179.091-.172.092-.164.092-.157.093-.15.092-.143.092-.137.091-.13.09-.124.089-.118.087-.112.085-.106.083-.1.08-.094.077-.088.074-.083.071-.078.067-.073.063-.068.059-.063.054-.058.049-.053.043-.048.038-.043.111.219zm.088-.046l-.201-.174.005-.005.005-.005.005-.005.005-.004.005-.004.005-.004.006-.003.006-.003.006-.003.006-.002.006-.002.006-.002.006-.001.006-.001.006-.001h.032l.006.001.006.001.006.002.006.002.006.002.006.003.006.003.006.003.006.003.005.004.005.004.005.004.005.005.005.005.005.005.004.005.004.005.004.006.003.006.003.006.003.006.003.006.002.006.001.006.002.006.001.006.001.006.001.007v.025l-.001.006-.001.007-.001.006-.002.006-.002.006-.002.006-.003.006-.003.006-.003.006-.004.006-.004.005-.005.004z\"/>\n    <path fill=\"#EDB92E\" stroke=\"currentColor\" stroke- d=\"M86.667 156.314c1.769 1.419 3.389-1.826 1.819-6.114-1.161-3.173-6.837-1.941-3.676 2.327.15.202.361.109.331-.122-.179-.875.378-1.384 1.239-1.222 2.35.44 2.424 4.904-.132 3.889-.466-.031-.048.868.419 1.242h0z\"/>\n    <path fill=\"#EDB92E\" stroke=\"currentColor\" stroke- d=\"M89.399 142.534l-.001.029c-.231.744-1.09 1.675-1.76 2.373-1.037 1.082-.792 2.721-.074 3.592.783.95 1.132 2.02 1.29 2.852.117.513.327 1.66.174 3.446-.075.879-.607 1.332-1.104 1.726-.253.201.107.678.943 1.306.092.069.343.241.463.676.046.105.434.105.48 0 .12-.436.372-.608.463-.676.836-.628 1.196-1.106.943-1.306-.498-.394-1.029-.847-1.104-1.726-.153-1.786.057-2.934.175-3.446.157-.832.507-1.901 1.29-2.852.718-.871.963-2.51-.074-3.592-.669-.698-1.529-1.629-1.76-2.373l-.001-.029c-.011-.145-.091-.217-.171-.217-.08 0-.16.073-.172.217h0z\"/>\n    <path fill=\"#EDB92E\" d=\"M88.292 152.826h2.558c.44 0 .8.354.8.786 0 .432-.36.786-.8.786h-2.558a.796.796 0 01-.801-.786c0-.432.36-.786.801-.786z\"/>\n    <path fill=\"#21231E\" d=\"M90.85 152.937h-2.558v-.222h2.558v.222zm.91.675h-.221l-.001-.034-.003-.034-.005-.033-.006-.033-.008-.032-.009-.032-.011-.031-.012-.03-.014-.03-.015-.029-.017-.028-.018-.027-.019-.026-.021-.026-.022-.025-.023-.023-.024-.023-.025-.021-.026-.02-.027-.019-.028-.017-.029-.017-.03-.015-.031-.013-.031-.013-.031-.01-.033-.009-.033-.008-.034-.006-.035-.004-.035-.003-.035-.001v-.222l.047.001.046.004.045.006.045.008.044.01.043.012.042.014.041.016.04.018.039.02.038.021.037.023.036.025.035.027.033.028.031.029.031.031.028.033.027.033.026.036.024.036.022.038.02.038.018.04.017.041.014.042.013.043.01.044.008.044.006.045.004.046.002.042zm-.22 0h.221-.221zm-.69.897v-.222l.035-.001.035-.003.035-.004.034-.006.033-.008.033-.009.031-.01.032-.013.031-.013.03-.015.029-.017.028-.017.027-.019.026-.02.025-.022.024-.022.023-.023.022-.025.021-.025.019-.026.018-.027.017-.028.015-.029.014-.03.012-.03.011-.031.009-.032.008-.032.006-.033.004-.033.003-.034.001-.034h.221l-.001.046-.004.046-.006.045-.008.044-.01.044-.013.043-.014.042-.017.041-.018.04-.02.038-.022.038-.024.036-.026.036-.027.033-.028.033-.031.031-.031.029-.033.028-.035.027-.036.025-.037.023-.038.021-.04.02-.04.018-.041.016-.043.014-.043.012-.044.01-.045.008-.045.005-.046.004-.046-.003zm-2.558-.221h2.558v.222h-2.558v-.222zm-.911-.676h.221l.001.035.003.034.005.033.006.033.008.032.01.032.011.031.012.03.014.03.015.029.017.028.018.028.019.026.021.026.022.025.022.023.024.022.025.021.026.02.027.019.028.018.029.017.03.015.031.014.031.012.031.011.033.009.033.008.034.006.035.005.035.003.035.001v.221l-.047-.001-.046-.004-.045-.005-.045-.008-.044-.01-.043-.012-.042-.014-.041-.016-.04-.018-.039-.02-.038-.021-.037-.023-.036-.025-.035-.026-.033-.028-.031-.029-.031-.031-.028-.033-.027-.033-.026-.036-.024-.036-.022-.038-.02-.038-.018-.04-.017-.041-.014-.042-.013-.043-.01-.044-.008-.044-.006-.045-.004-.046-.002-.047zm.221 0h-.221.221zm.69-.897v.222l-.035.001-.035.003-.035.004-.034.006-.033.008-.033.009-.031.01-.031.013-.031.013-.03.015-.029.017-.028.017-.027.019-.026.02-.025.021-.024.023-.023.023-.021.025-.021.026-.019.026-.018.027-.017.028-.015.029-.014.03-.012.03-.011.031-.009.032-.008.032-.006.033-.004.033-.003.034-.001.034h-.221l.001-.046.003-.046.006-.045.008-.044.01-.044.013-.043.014-.042.017-.041.018-.04.02-.038.022-.038.024-.036.026-.036.027-.033.028-.033.031-.031.031-.029.033-.028.035-.027.036-.025.037-.023.038-.021.04-.02.04-.018.041-.016.043-.014.043-.012.044-.01.045-.008.045-.006.046-.004.045.003z\"/>\n    <path fill=\"#EDB92E\" stroke=\"currentColor\" stroke- d=\"M125.546 142.534l-.001.029c-.231.744-1.09 1.675-1.76 2.373-1.037 1.082-.792 2.721-.074 3.592.783.95 1.133 2.02 1.29 2.852.117.513.327 1.66.174 3.446-.075.879-.606 1.332-1.104 1.726-.253.201.107.678.943 1.306.092.069.343.241.463.676.046.105.434.105.48 0 .12-.436.371-.608.463-.676.836-.628 1.196-1.106.943-1.306-.498-.394-1.029-.847-1.104-1.726-.153-1.786.057-2.934.174-3.446.157-.832.507-1.901 1.29-2.852.718-.871.963-2.51-.074-3.592-.669-.698-1.529-1.629-1.76-2.373l-.001-.029c-.012-.145-.092-.217-.172-.217-.078 0-.158.073-.17.217h0z\"/>\n    <path fill=\"#EDB92E\" d=\"M124.439 152.826h2.557c.44 0 .801.354.801.786 0 .432-.36.786-.801.786h-2.557a.796.796 0 01-.801-.786c0-.432.361-.786.801-.786z\"/>\n    <path fill=\"#21231E\" d=\"M126.997 152.937h-2.557v-.222h2.557v.222zm.911.675h-.221l-.001-.034-.003-.034-.004-.033-.006-.033-.008-.032-.009-.032-.011-.031-.012-.03-.014-.03-.015-.029-.017-.028-.018-.027-.019-.026-.021-.026-.021-.025-.023-.023-.024-.023-.025-.021-.026-.02-.027-.019-.028-.017-.029-.017-.03-.015-.031-.013-.032-.013-.031-.01-.033-.009-.033-.008-.034-.006-.035-.004-.035-.003-.035-.001v-.222l.047.001.046.004.045.006.045.008.044.01.043.012.042.014.041.016.04.018.04.02.038.021.037.023.036.025.035.027.033.028.031.029.031.031.028.033.027.033.026.036.024.036.022.038.02.038.018.04.017.041.014.042.013.043.01.044.008.044.006.045.004.046v.042zm-.221 0h.221-.221zm-.69.897v-.222l.035-.001.036-.003.035-.004.034-.006.033-.008.033-.009.032-.01.031-.013.031-.013.03-.015.029-.017.028-.017.027-.019.026-.02.025-.022.024-.022.022-.023.022-.025.021-.025.019-.026.018-.027.017-.028.015-.029.014-.03.012-.03.011-.031.009-.032.008-.032.006-.033.004-.033.003-.034.001-.034h.221l-.001.046-.004.046-.006.045-.008.044-.01.044-.012.043-.014.042-.017.041-.018.04-.02.038-.022.038-.024.036-.026.036-.027.033-.028.033-.031.031-.032.029-.033.028-.035.027-.036.025-.037.023-.038.021-.039.02-.04.018-.041.016-.043.014-.043.012-.044.01-.045.008-.045.005-.046.004-.047-.003zm-2.558-.221h2.557v.222h-2.557v-.222zm-.911-.676h.221l.001.035.003.034.004.033.006.033.008.032.009.032.011.031.012.03.014.03.015.029.017.028.018.028.019.026.021.026.022.025.023.023.024.022.026.022.026.02.027.019.028.018.03.017.029.015.031.014.031.012.032.01.033.01.033.008.034.006.035.005.035.003.035.001v.221l-.047-.001-.046-.004-.045-.005-.045-.008-.045-.01-.043-.012-.043-.014-.041-.016-.04-.018-.039-.02-.038-.021-.037-.023-.036-.025-.034-.026-.033-.028-.032-.029-.031-.032-.028-.032-.027-.033-.026-.036-.024-.036-.022-.038-.02-.038-.018-.04-.017-.041-.014-.042-.013-.043-.01-.044-.008-.044-.006-.045-.004-.046-.001-.048zm.221 0h-.221.221zm.69-.897v.222l-.036.001-.035.003-.034.004-.034.006-.033.008-.033.009-.032.01-.031.013-.031.013-.03.015-.029.017-.028.017-.027.019-.026.02-.025.021-.024.023-.023.023-.022.025-.021.026-.019.026-.018.027-.016.028-.015.029-.014.03-.012.03-.011.031-.01.032-.008.032-.006.033-.005.033-.003.034-.001.034h-.221l.001-.046.003-.046.006-.045.008-.044.01-.044.013-.043.014-.042.017-.041.018-.04.02-.038.022-.038.024-.036.026-.036.027-.033.028-.033.031-.031.031-.029.033-.028.035-.027.036-.025.037-.023.038-.021.039-.02.04-.018.041-.016.042-.014.043-.012.045-.01.045-.008.045-.006.046-.004.049.003z\"/>\n    <path fill=\"#FFF\" stroke=\"currentColor\" stroke- d=\"M124.68 104.719c-.04 1.928.301 14.791.409 16.609.107 1.81.909 3.043 1.764 3.75.784-1.077 1.251-2.531 1.363-4.257.057-.88-.105-13.052-.173-15.554-1.44-3.812-2.508-3.957-3.363-.548h0z\"/>\n    <path fill=\"#FFF\" stroke=\"currentColor\" stroke- d=\"M133.04 101.574l.546 17.685c.172 1.569-1.871 10.905-2.987 12.747-2.763-1.182-3.347-7.516-2.827-13.688.52-6.172-.087-11.502-.508-12.612-.037-1.396.198-2.852.212-4.306 1.759.106 3.805.068 5.564.174h0z\"/>\n    <path fill=\"#FFF\" stroke=\"currentColor\" stroke- d=\"M136.314 104.467l-.375 17.69c.09 1.576-2.436 10.787-3.647 12.565-2.803-2.175-2.239-11.068-1.809-13.759.856-5.362.71-11.573.415-12.582.036-1.396.071-3.068.161-4.519l5.255.605h0z\"/>\n    <path fill=\"#FFF\" stroke=\"currentColor\" stroke- d=\"M138.745 108.656l-4.647-.118c.395 1.93.079 7.923-.723 12.492-.752 4.284-1.801 15.394 2.658 18.061 2.765-5.862.66-11.559 2.054-16.649 1.087-5.41 1.302-9.929.658-13.786h0zM120.979 101.473c.018 1.929.749 14.774.912 16.587.162 1.806 1.001 3.013 1.876 3.692.751-1.102 1.174-2.57 1.233-4.298.03-.881-.5-13.042-.643-15.541-1.556-3.765-2.628-3.875-3.378-.44h0zM129.236 90.995c.124 4.143.195 13.135.169 13.899-.059 1.728-.74 3.927-1.491 5.029-.876-.679-1.715-1.886-1.877-3.692-.133-1.484-.18-8.774-.202-12.427.937-.604 1.904-1.358 2.685-2.16-.001-.001.687-.613.716-.649h0z\"/>\n    <path fill=\"#FFF\" stroke=\"currentColor\" stroke- d=\"M125.915 93.666c.082 4.464.034 11.497.015 12.069-.059 1.728-.483 3.196-1.233 4.299-.876-.68-1.801-1.93-1.963-3.735-.1-1.111-.409-5.878-.437-9.536 1.177-.373 2.664-2.305 3.618-3.097h0zM128.772 90.623l3.164-4.562c.639 2.25 1.419 18.393.504 19.717-.059 1.728-.683 3.19-1.433 4.292-.876-.68-2.183-1.901-1.806-3.729.377-1.828-.046-13.835-.429-15.718h0z\"/>\n    <path fill=\"#FFF\" stroke=\"currentColor\" stroke- d=\"M135.26 100.775c.143 2.498.244 4.189.214 5.07-.059 1.728-.483 3.196-1.233 4.299-.876-.68-1.991-1.883-1.877-3.693.442-6.991-.322-13.576-1.212-19.906.751-.551 2.016-1.145 2.767-1.696 1.502 8.523 2.002 13.814 1.341 15.926h0z\"/>\n    <path fill=\"#FFF\" stroke=\"currentColor\" stroke- d=\"M138.424 105.349l-.858 3.252c-.059 1.728-1.126 3.155-1.877 4.257-.876-.68-1.671-1.797-1.448-3.595 1.284-10.325.825-17.156-1.341-25.571 4.898 3.342 7.168 10.397 5.524 21.657h0zM138.172 108.548l4.494-1.493c.573 4.493-.307 10.138-1.518 17.581-1.039 6.391-.493 11.449.301 14.694-4.794-.657-6.821-6.838-4.418-18.465.63-3.044 1.263-6.934 1.141-12.317h0z\"/>\n    <path fill=\"#21231E\" d=\"M138.442 130.288v.02l-.001.007-.001.006-.002.006-.002.006-.002.006-.003.006-.003.006-.003.005-.003.005-.003.006-.003.005-.004.005-.005.005-.004.004-.005.004-.005.004-.005.004-.005.003-.006.003-.005.003-.006.003-.006.003-.006.002-.006.002-.006.002-.007.002-.007.001-.007.001h-.028l-.007-.001-.006-.002-.006-.002-.006-.002-.006-.002-.006-.003-.006-.003-.005-.003-.005-.003-.005-.003-.005-.004-.005-.004-.005-.004-.005-.005-.004-.004-.004-.005-.004-.005-.004-.005-.003-.005-.003-.005-.003-.006-.003-.006-.002-.006-.002-.006-.002-.006-.001-.007-.001-.006-.001-.007v-.007l.264-.008zm.956-8.933l-.053.258-.052.26-.052.263-.051.266-.05.268-.049.271-.048.272-.047.274-.046.276-.045.278-.043.28-.042.281-.04.282-.039.283-.037.284-.035.285-.033.286-.031.286-.029.287-.026.287-.024.287-.022.287-.019.287-.017.286-.014.286-.011.285-.008.284-.005.284-.002.282.001.281.005.28.008.278-.262.009-.008-.281-.004-.283-.001-.284.002-.285.005-.286.008-.287.011-.288.014-.288.017-.289.02-.289.022-.289.024-.289.027-.289.029-.288.031-.288.033-.287.036-.287.037-.286.039-.285.04-.284.042-.283.043-.281.045-.279.046-.278.047-.276.049-.274.049-.271.05-.27.051-.267.052-.264.053-.262.053-.259.256.053zm1.203-11.159l-.003.355-.006.354-.008.353-.01.352-.012.351-.015.35-.016.35-.019.349-.021.348-.023.348-.026.347-.028.347-.03.347-.032.346-.034.347-.036.346-.039.346-.041.346-.043.346-.045.346-.047.347-.05.346-.052.347-.054.347-.056.348-.059.348-.061.349-.063.349-.065.35-.067.351-.07.352-.072.352-.257-.053.072-.351.069-.35.067-.349.065-.349.063-.348.061-.347.058-.347.056-.346.054-.346.052-.345.05-.345.047-.345.045-.345.043-.344.041-.344.038-.344.036-.344.034-.345.032-.345.03-.345.028-.345.025-.346.023-.346.021-.347.019-.347.016-.348.015-.349.012-.349.01-.35.008-.351.006-.352.003-.353h.261zm-.263-.002v-.014l.001-.006.001-.007.001-.006.002-.006.002-.006.002-.006.003-.006.003-.005.003-.005.003-.005.004-.005.004-.005.004-.005.005-.005.005-.004.005-.004.005-.004.005-.004.005-.003.005-.003.006-.003.006-.003.006-.002.006-.002.006-.002.007-.002.007-.001.006-.001h.028l.007.001.007.001.006.002.006.002.006.002.006.002.006.003.006.003.005.003.005.003.005.003.005.004.005.004.005.004.004.005.004.005.004.005.004.005.003.005.003.005.003.006.003.006.002.006.002.006.002.006.001.006.001.007.001.006v.014h-.263z\"/>\n    <path fill=\"#FFF\" stroke=\"currentColor\" stroke- d=\"M138.352 82.112l-2.949.496c.145.633.893 4.514 1.029 5.177 1.103 5.394 1.831 11.75.997 18.722-.309 2.587-.858 4.703-1.662 6.337 3.235-.367 5.309-3.527 5.041-9.038.562-6.436.315-11.553-.727-15.403-.306-1.128-1.288-5.38-1.729-6.291h0z\"/>\n    <path fill=\"#FFF\" stroke=\"currentColor\" stroke- d=\"M140.139 82.81l-1.448 1.653c.411.294-.286 1.561.089 4.023.242 1.398 1.074 3.045 1.246 4.829.57 5.91.572 13.311-1.204 18.041 3.235-.367 4.346-3.301 4.451-8.817.087-4.561.101-9.938-1.043-16.147-.232-1.451-.929-2.608-2.091-3.582h0z\"/>\n    <path fill=\"#FFF\" d=\"M132.058 87.161l2.986-.348c.549 2.823.968 4.819 1.07 5.825.2 1.973-.398 3.781-1.082 5.128-1.101-.664-1.612-2.113-2.076-4.146-.464-2.043-.58-4.268-.898-6.459z\"/>\n    <path fill=\"#21231E\" d=\"M135.056 86.922l-2.985.348-.026-.22 2.986-.348.121.089-.096.131zm-.025-.22l.102-.012.02.1-.122-.088zm1.192 5.924l-.219.022-.01-.096-.012-.102-.014-.107-.016-.114-.018-.119-.019-.125-.021-.131-.023-.136-.024-.142-.026-.148-.027-.153-.029-.159-.03-.164-.031-.169-.033-.176-.034-.18-.036-.186-.037-.191-.038-.196-.039-.202-.04-.207-.042-.212-.043-.217-.044-.222-.045-.227-.046-.232-.047-.238-.048-.243-.049-.248-.049-.253-.05-.257-.051-.262.217-.042.051.262.05.257.049.252.049.248.048.242.046.238.046.233.045.227.044.222.043.217.042.212.04.207.04.202.038.197.037.191.036.186.034.181.033.175.032.17.03.165.029.16.027.154.026.148.024.143.023.137.021.132.019.126.017.121.016.115.014.11.013.104.011.1zm-1.248 5.234l.113-.189-.155.045.063-.127.063-.129.062-.132.061-.134.06-.136.059-.139.058-.141.056-.144.055-.146.053-.148.051-.15.049-.152.047-.154.045-.156.043-.158.04-.16.038-.162.035-.163.032-.165.029-.167.026-.168.023-.169.02-.171.016-.172.013-.174.009-.175.005-.176.001-.178-.003-.179-.007-.18-.012-.181-.016-.181.22-.022.016.187.012.186.007.185.003.184-.001.182-.005.181-.009.18-.013.179-.016.177-.02.175-.023.174-.027.172-.03.171-.033.169-.036.167-.038.165-.041.164-.044.161-.046.16-.048.157-.05.155-.052.153-.054.151-.056.149-.057.146-.059.144-.06.142-.061.139-.062.137-.063.134-.064.131-.064.129-.158.047zm.155-.045l-.054.106-.102-.061.156-.045zm-2.281-4.172l.215-.049.043.188.044.185.044.181.045.177.045.174.046.17.047.166.048.163.049.159.05.155.051.151.052.147.054.143.055.139.057.135.059.131.061.127.062.122.064.118.066.114.068.11.07.105.073.101.075.097.077.093.08.088.082.083.085.079.088.075.091.071.094.066.097.062-.113.189-.106-.067-.103-.072-.099-.077-.095-.081-.092-.086-.089-.09-.086-.095-.083-.099-.08-.103-.077-.108-.075-.111-.072-.116-.069-.12-.067-.124-.065-.128-.063-.132-.061-.135-.059-.139-.057-.143-.055-.146-.054-.151-.052-.154-.051-.158-.049-.161-.049-.165-.048-.169-.047-.172-.046-.176-.045-.18-.045-.182-.044-.186-.041-.189zm-.791-6.593v.221l.109-.127.029.206.029.206.027.206.026.207.026.206.025.206.024.206.024.206.023.207.023.206.023.205.023.205.023.205.023.204.023.204.024.204.024.203.024.202.025.202.026.201.027.201.027.2.029.199.03.199.031.197.032.197.034.196.035.195.037.194.038.193.041.192.042.191-.215.049-.043-.193-.041-.194-.039-.195-.037-.196-.036-.197-.034-.198-.032-.199-.031-.199-.03-.2-.029-.201-.028-.201-.026-.202-.026-.202-.025-.203-.025-.203-.024-.204-.024-.204-.023-.204-.023-.205-.023-.205-.023-.205-.023-.205-.023-.205-.023-.206-.024-.206-.024-.206-.025-.206-.026-.205-.026-.206-.027-.205-.028-.205-.029-.205.109-.124zm-.109.127l-.019-.127h.128l-.109.127zm.109.094v-.221l.013.221h-.013z\"/>\n    <path fill=\"#FFF\" d=\"M124.31 93.517l2.65.028c.09 2.436.156 4.084.113 4.943-.085 1.683-.505 3.11-1.224 4.177-.805-.671-1.566-1.855-1.686-3.616-.121-1.77.13-3.652.147-5.532z\"/>\n    <path fill=\"#21231E\" d=\"M126.958 93.655l-2.65-.028.002-.221 2.65.028.109.107-.111.114zm.002-.221l.105.001.004.105-.109-.106zm.223 5.059l-.22-.011.004-.082.003-.087.003-.091.002-.096.001-.1.001-.105v-.225l-.001-.119-.001-.124-.002-.128-.002-.133-.003-.138-.003-.143-.004-.147-.004-.152-.004-.157-.005-.161-.005-.166-.005-.17-.006-.175-.006-.18-.006-.184-.007-.189-.007-.194-.007-.199-.008-.202-.008-.208-.008-.212-.008-.217-.008-.221-.008-.226.22-.008.008.226.008.221.008.217.008.212.008.207.008.203.007.199.007.194.007.189.006.184.006.18.006.175.006.171.005.166.005.162.005.157.004.152.004.148.003.143.003.139.002.134.002.13.001.125.001.12v.227l-.001.107-.001.102-.002.097-.003.093-.003.088-.006.082zm-1.405 4.256l.141-.17-.162.023.065-.099.064-.101.061-.103.06-.105.058-.108.057-.109.055-.111.053-.114.052-.115.049-.117.048-.119.046-.121.044-.123.043-.125.041-.127.039-.129.037-.13.035-.132.033-.134.032-.136.029-.138.028-.14.026-.141.024-.142.022-.145.02-.146.019-.148.017-.15.015-.151.013-.153.011-.154.009-.156.22.011-.009.159-.011.156-.013.156-.015.154-.017.153-.019.151-.021.149-.023.147-.025.146-.027.144-.029.143-.03.141-.032.139-.035.138-.036.136-.038.134-.04.132-.042.13-.044.129-.046.127-.048.125-.049.123-.051.121-.053.119-.055.117-.057.116-.059.113-.06.111-.062.11-.064.107-.066.105-.068.103-.16.024zm.162-.023l-.068.101-.094-.078.162-.023zm-1.888-3.671l.22-.015.013.161.017.157.02.154.023.151.026.148.03.144.033.141.036.137.038.134.041.131.044.128.046.124.048.121.051.118.053.115.055.112.057.109.059.105.061.102.062.099.064.096.065.093.066.09.068.086.068.084.07.081.071.077.071.075.072.071.073.069.073.066.073.063-.141.17-.078-.066-.077-.069-.076-.073-.076-.075-.075-.079-.074-.082-.074-.085-.072-.088-.071-.091-.07-.094-.068-.097-.067-.101-.065-.104-.064-.107-.062-.11-.06-.113-.058-.117-.055-.12-.053-.123-.051-.126-.048-.13-.046-.133-.043-.136-.04-.14-.037-.143-.034-.146-.031-.15-.028-.153-.024-.156-.021-.159-.017-.163-.011-.168zm.259-5.649l-.002.221.112-.11-.002.177-.004.177-.005.177-.006.177-.007.177-.007.177-.008.176-.009.176-.009.176-.01.176-.01.175-.01.175-.01.174-.01.174-.01.174-.01.174-.009.173-.009.173-.008.173-.007.172-.007.171-.006.171-.004.171-.003.17-.002.169v.169l.001.168.003.168.004.167.006.166.008.165.01.165-.22.015-.01-.168-.008-.168-.006-.169-.005-.169-.003-.17-.001-.17v-.171l.002-.171.003-.171.004-.172.006-.172.007-.172.007-.173.008-.173.009-.174.009-.174.01-.174.01-.175.01-.174.01-.175.01-.175.01-.175.01-.175.009-.175.009-.175.008-.175.007-.176.007-.176.006-.175.005-.176.003-.176.002-.175.112-.11zm-.112.11l.001-.111.11.001-.111.11z\"/>\n    <path fill=\"#FFF\" d=\"M121.457 94.775l2.648.12c.006 2.438.014 4.087-.059 4.944-.143 1.679-.613 3.09-1.368 4.131-.781-.699-1.501-1.909-1.56-3.673-.059-1.772.258-3.644.339-5.522z\"/>\n    <path fill=\"#21231E\" d=\"M124.1 95.006l-2.648-.12.01-.221 2.648.12.105.11-.115.111zm.01-.221l.105.005v.105l-.105-.11zm.046 5.063l-.22-.019.007-.081.006-.086.006-.091.005-.096.005-.101.005-.105.004-.11.004-.115.003-.119.003-.124.002-.129.002-.133.002-.138.002-.143.001-.147.001-.152.001-.157.001-.161v-2.746h.221v.448l.001.217v2.081l-.001.162-.001.157-.001.153-.001.148-.002.143-.002.138-.002.134-.003.13-.003.125-.003.12-.004.116-.004.111-.005.107-.005.102-.005.097-.006.093-.007.089-.007.082zm-1.552 4.204l.147-.165-.163.018.069-.097.067-.099.065-.101.064-.103.062-.105.06-.107.059-.109.057-.111.056-.114.054-.115.052-.118.05-.12.049-.121.047-.123.045-.125.043-.127.042-.129.04-.131.038-.133.036-.135.035-.137.033-.138.031-.14.029-.142.027-.143.026-.145.023-.147.022-.148.02-.15.018-.152.016-.154.015-.155.22.019-.014.158-.017.156-.018.155-.02.153-.022.152-.024.15-.026.148-.028.147-.03.145-.031.143-.034.142-.035.14-.037.138-.039.136-.041.134-.043.133-.044.13-.046.129-.048.127-.05.125-.052.123-.054.121-.056.119-.057.117-.059.115-.061.113-.062.112-.065.109-.066.107-.068.105-.07.103-.071.101-.166.016zm.163-.017l-.072.099-.091-.082.163-.017zm-1.759-3.734l.22-.007.008.161.011.158.015.155.018.151.021.148.025.145.028.141.031.139.034.135.037.132.039.129.042.126.044.123.047.12.049.116.051.114.053.11.055.107.057.104.059.101.061.098.062.095.063.092.064.089.066.086.067.083.068.08.069.077.069.074.07.071.071.068.071.065-.147.165-.075-.069-.075-.072-.074-.075-.073-.078-.072-.081-.071-.084-.07-.087-.069-.09-.068-.093-.066-.097-.065-.1-.063-.103-.062-.106-.06-.109-.058-.112-.056-.116-.053-.118-.051-.122-.048-.125-.046-.128-.044-.131-.041-.134-.038-.138-.035-.141-.032-.144-.029-.147-.025-.15-.022-.154-.018-.157-.015-.16-.011-.163-.013-.167zm.449-5.415v-.222l.11.115-.008.177-.01.176-.011.177-.012.176-.013.176-.013.176-.014.176-.015.175-.015.176-.016.175-.016.175-.016.175-.016.174-.016.174-.016.174-.015.173-.015.173-.015.172-.014.172-.013.172-.012.171-.011.171-.01.17-.009.17-.008.169-.007.168-.005.168-.003.167-.002.167.001.166.002.166.004.165-.221.007-.005-.168-.002-.168v-.169l.001-.169.004-.169.005-.17.007-.17.008-.171.009-.171.01-.171.011-.172.013-.172.013-.172.014-.173.015-.173.015-.173.015-.173.016-.174.016-.174.016-.174.016-.175.016-.174.016-.175.015-.175.015-.175.014-.176.014-.175.012-.175.012-.175.011-.175.01-.175.008-.175.11.114zm0-.222h.115l-.005.115-.11-.115zm0 0v.222h-.005l.005-.222z\"/>\n    <path fill=\"#FFF\" d=\"M127.01 92.149l2.644-.188c.287 2.421.486 4.058.513 4.917.052 1.685-.251 3.141-.882 4.262-.856-.603-1.711-1.722-1.974-3.467-.264-1.753-.165-3.649-.301-5.524z\"/>\n    <path fill=\"#21231E\" d=\"M129.661 92.071l-2.644.188-.016-.221 2.643-.188.118.097-.101.124zm-.016-.22l.105-.008.013.105-.118-.097zm.631 5.024l-.22.007-.003-.081-.004-.086-.005-.091-.006-.096-.007-.1-.008-.105-.009-.11-.01-.114-.01-.119-.012-.123-.012-.128-.013-.133-.013-.137-.015-.142-.015-.147-.016-.151-.017-.156-.018-.161-.018-.165-.019-.17-.02-.174-.021-.179-.021-.184-.022-.188-.022-.192-.023-.197-.024-.202-.025-.206-.025-.211-.025-.215-.026-.22-.026-.224.219-.026.026.225.026.22.025.215.025.211.025.206.024.202.023.197.022.193.022.188.021.184.021.179.02.174.019.17.018.165.018.161.017.156.016.151.015.147.015.142.014.138.013.133.012.129.011.124.01.12.01.115.009.111.008.106.007.102.006.097.005.092.004.089.004.084zm-1.055 4.356l.127-.181-.16.036.057-.104.055-.106.053-.108.052-.11.049-.112.048-.114.046-.116.044-.117.042-.119.04-.12.038-.123.036-.125.034-.126.032-.128.031-.129.028-.132.026-.133.025-.135.022-.136.021-.138.019-.14.016-.141.014-.142.013-.144.01-.146.009-.147.007-.149.004-.15.002-.152v-.153l-.002-.155-.004-.156.22-.007.004.159.002.157v.156l-.003.155-.005.153-.007.152-.008.15-.011.149-.013.148-.015.146-.017.145-.019.143-.021.141-.023.14-.025.138-.027.136-.029.135-.031.133-.033.132-.035.13-.037.128-.039.127-.041.125-.043.123-.045.122-.048.119-.049.118-.051.116-.053.114-.055.112-.057.11-.059.108-.161.038zm.16-.036l-.06.107-.1-.07.16-.037zm-2.179-3.505l.218-.033.026.159.029.155.032.152.036.148.039.144.041.141.044.137.047.134.049.131.052.127.054.124.056.12.058.117.06.113.062.11.064.107.066.103.067.1.069.097.07.094.071.09.072.087.073.084.075.081.075.077.076.075.077.071.077.068.078.066.078.063.078.06.078.056-.127.181-.082-.06-.083-.063-.082-.066-.082-.069-.081-.072-.081-.075-.08-.079-.079-.082-.078-.085-.077-.088-.076-.092-.075-.095-.073-.098-.072-.101-.07-.105-.069-.109-.067-.111-.065-.115-.063-.119-.061-.122-.059-.125-.056-.129-.054-.133-.051-.135-.049-.139-.046-.143-.043-.146-.04-.15-.036-.154-.033-.157-.03-.161-.027-.161zm-.2-5.652l.016.221.102-.119.012.177.011.177.01.177.009.177.008.176.007.177.006.176.006.176.005.176.005.176.004.176.004.175.004.175.004.175.005.174.004.174.005.173.005.173.006.172.007.172.008.172.008.171.01.17.01.169.012.169.013.168.015.167.016.167.018.166.02.165.021.164.023.163-.218.033-.024-.166-.021-.167-.02-.168-.018-.168-.017-.169-.015-.169-.013-.17-.012-.171-.01-.171-.01-.172-.008-.172-.008-.173-.007-.173-.006-.173-.005-.174-.005-.174-.004-.174-.005-.175-.004-.175-.004-.175-.004-.175-.004-.175-.005-.175-.005-.176-.006-.175-.006-.176-.007-.175-.008-.176-.008-.176-.01-.175-.011-.175-.012-.175.101-.117zm-.102.119l-.008-.111.11-.008-.102.119z\"/>\n    <path fill=\"#FFF\" d=\"M129.487 89.294l2.899-1.204c.494 1.961 1.162 8.415-.025 11.141-.966-.656-1.939-1.887-2.264-3.828-.327-1.949-.424-4.022-.61-6.109z\"/>\n    <path fill=\"#21231E\" d=\"M132.428 88.192l-2.899 1.204-.084-.204 2.899-1.204.149.075-.065.129zm-.084-.204l.118-.049.031.124-.149-.075zm-.045 11.334l.124-.183-.163.047.104-.26.094-.281.084-.301.074-.319.065-.335.057-.35.048-.363.04-.374.032-.385.025-.393.018-.4.01-.406.005-.409-.002-.411-.007-.413-.013-.412-.018-.41-.022-.406-.026-.401-.03-.394-.033-.386-.036-.376-.039-.365-.041-.352-.043-.338-.045-.322-.046-.304-.047-.286-.047-.265-.047-.243-.047-.219-.046-.194.214-.054.047.2.048.223.048.247.048.268.048.289.047.307.045.324.043.34.042.355.039.367.037.378.033.389.03.396.026.403.022.408.017.412.013.415.007.415.002.415-.005.413-.011.409-.018.404-.025.397-.032.389-.041.379-.049.369-.057.356-.067.342-.077.327-.086.31-.097.292-.109.273-.164.052zm.163-.047l-.053.122-.11-.075.163-.047zm-2.474-3.854l.218-.036.032.177.036.173.039.169.042.165.046.161.049.157.052.153.055.149.057.145.06.141.063.137.065.133.067.13.069.126.071.121.074.118.075.114.077.11.079.107.08.103.082.1.082.096.084.092.085.089.086.086.086.082.087.079.087.075.088.072.088.069.088.065.088.061-.124.183-.093-.065-.092-.068-.093-.072-.092-.075-.091-.079-.091-.082-.09-.086-.09-.09-.088-.093-.087-.097-.086-.1-.085-.104-.084-.108-.082-.112-.081-.115-.078-.119-.076-.123-.075-.127-.072-.131-.07-.134-.067-.138-.065-.142-.062-.146-.06-.15-.056-.154-.054-.158-.05-.162-.047-.166-.044-.17-.04-.174-.036-.178-.036-.184zm-.544-6.229l.084.204.068-.112.017.196.016.196.017.196.016.195.016.195.015.195.015.194.015.194.015.194.015.194.015.194.015.193.015.193.016.193.016.192.017.192.017.191.017.191.018.19.018.19.019.189.02.189.02.188.021.188.022.187.023.186.024.186.025.186.026.184.027.184.028.183.03.182-.218.036-.03-.184-.029-.184-.027-.185-.026-.186-.025-.186-.024-.187-.023-.187-.022-.188-.022-.189-.02-.189-.02-.19-.019-.19-.018-.19-.018-.191-.018-.191-.017-.192-.016-.192-.016-.193-.016-.193-.015-.193-.015-.194-.015-.194-.015-.194-.015-.194-.015-.195-.015-.194-.015-.195-.016-.195-.016-.195-.017-.195-.017-.195-.017-.195.069-.113zm-.067.112l-.007-.081.075-.031-.068.112zm.11-.01l-.042-.102.042.102zm-.11.01l-.007-.081.075-.031-.068.112z\"/>\n    <path fill=\"#FFF\" d=\"M133.319 86.094l4.633.412c1.067 2.659 1.766 5.016 2.106 7.154-2.149-.381-3.707-1.436-4.265-3.364-.753-2.6-2.08-3.742-2.474-4.202z\"/>\n    <path fill=\"#21231E\" d=\"M137.964 86.373l.111.083-.135.183-4.633-.412.023-.266 4.634.412zm0 0l.007.001.007.001.007.002.007.001.006.002.006.002.006.003.006.003.006.003.006.004.005.003.005.004.005.004.005.004.004.005.005.005.004.005.003.005.004.005.003.005.003.006.003.006.003.006.002.006.002.006.002.006.001.007.001.006v.028l-.001.007-.001.007-.002.007-.002.006-.002.006-.002.006-.003.006-.003.006-.003.006-.004.005-.004.005-.004.005-.004.005-.004.005-.005.004-.005.004-.005.004-.005.004-.006.003-.005.003-.005.003-.006.003-.006.003-.006.002-.006.002-.006.002-.006.001-.007.001h-.028l.022-.265zm2.118 7.155l-.154.152-.033-.2-.035-.201-.037-.202-.039-.204-.041-.205-.043-.207-.045-.208-.048-.209-.049-.211-.052-.212-.054-.214-.056-.215-.058-.217-.06-.218-.062-.22-.064-.222-.067-.223-.069-.224-.071-.226-.073-.227-.075-.229-.077-.231-.079-.233-.081-.234-.084-.236-.086-.237-.088-.239-.09-.241-.092-.242-.094-.244-.097-.246-.099-.248.246-.1.099.249.097.247.095.246.093.244.09.242.089.24.086.239.084.237.082.236.08.234.078.232.076.231.073.229.071.228.069.226.067.225.065.223.063.222.061.22.058.219.057.217.054.216.053.214.05.213.048.211.046.21.044.209.041.207.04.206.037.205.036.204.033.202-.154.152.045-.262zm.107.111l.001.007V93.673l-.001.007-.001.006-.001.007-.002.006-.002.006-.002.006-.003.006-.003.006-.003.006-.003.005-.003.005-.004.005-.004.005-.005.005-.004.005-.005.004-.005.004-.005.004-.005.004-.005.003-.006.003-.006.003-.006.002-.006.002-.006.002-.007.002-.007.001-.007.001h-.028l-.007-.001-.006-.001-.007-.001-.006-.002-.006-.002-.006-.002-.006-.003-.006-.003-.006-.003-.005-.003-.005-.003-.005-.004-.005-.004-.005-.004-.005-.005-.004-.005-.004-.005-.004-.005-.004-.005-.003-.005-.003-.006-.003-.006-.003-.006-.002-.006-.002-.007-.001-.006-.001-.007.264-.045zm-4.269-3.38l.054.173.059.168.065.163.07.158.076.153.081.148.086.143.091.139.096.134.101.129.106.125.111.12.116.116.121.112.125.107.13.103.135.098.14.094.144.09.148.085.153.082.157.077.162.073.165.069.17.065.174.061.178.057.182.053.186.049.189.045.193.041.197.037-.046.263-.203-.038-.199-.042-.196-.046-.192-.051-.188-.055-.185-.059-.181-.064-.177-.067-.173-.072-.169-.077-.165-.081-.161-.085-.156-.09-.152-.095-.148-.1-.143-.104-.138-.109-.133-.114-.128-.118-.123-.124-.118-.128-.113-.133-.108-.138-.103-.143-.097-.148-.092-.153-.086-.158-.08-.163-.075-.168-.069-.173-.063-.178-.057-.183.256-.073zm-2.612-4.032l.112-.22.038.043.043.048.049.053.054.058.059.063.063.068.067.073.071.078.074.083.077.089.08.094.083.1.085.106.087.112.089.118.09.124.091.131.092.137.092.144.093.15.092.157.092.164.091.171.09.179.089.186.088.194.086.202.084.21.082.217.079.226.076.234.073.242-.255.075-.071-.237-.074-.228-.077-.22-.08-.212-.082-.204-.084-.196-.085-.189-.087-.181-.088-.174-.089-.166-.089-.159-.09-.152-.089-.146-.089-.139-.089-.133-.088-.127-.087-.12-.086-.114-.085-.109-.082-.102-.08-.097-.078-.092-.075-.086-.073-.081-.069-.077-.066-.071-.063-.067-.059-.063-.055-.058-.05-.054-.046-.051-.041-.047.112-.22-.022.263zm-.089-.046l-.005-.005-.004-.006-.004-.006-.003-.006-.003-.006-.003-.006-.002-.006-.002-.006-.002-.006-.002-.006-.001-.007-.001-.006-.001-.007v-.025l.001-.006.001-.006.002-.006.002-.006.002-.006.003-.006.003-.006.003-.006.003-.005.004-.006.004-.005.004-.005.004-.005.005-.005.005-.005.005-.005.005-.004.005-.004.006-.003.006-.003.006-.003.006-.003.006-.002.006-.002.006-.002.006-.001.006-.001h.032l.006.001.006.001.006.001.006.002.006.002.006.002.006.003.006.003.006.003.006.004.005.004.005.005.005.004.005.005.005.005-.199.176z\"/>\n    <path fill=\"#FFF\" stroke=\"currentColor\" stroke- d=\"M119.695 92.695a8.322 8.322 0 001.079-.304c-1.696-1.064-3.102-2.35-4.774-4.916-1.712-2.628.751-7.323 1.761-9.813 2.11-1.565 4.1-3.862 4.731-6.891.25-1.63-4.242-1.041-7.333.419-3.777 1.784-4.291 1.29-5.638 1.592-.479 2.316.524 2.512 1.488 2.398-2.081 3.34-2.95 6.664-3.365 11.444-.415-4.781-1.284-8.104-3.365-11.444.964.114 1.967-.082 1.487-2.398-1.346-.302-1.86.193-5.637-1.592-3.09-1.46-7.583-2.049-7.333-.419.632 3.029 2.621 5.327 4.731 6.891 1.01 2.49 3.473 7.184 1.761 9.813-1.672 2.566-3.078 3.852-4.774 4.916.366.129.727.231 1.079.304-.257.35-2.455 1.036-2.713.854-1.683-1.192-3.324-3.99-4.755-5.614-4.055-4.603-6.077-8.156-5.362-11.022 1.019-3.086 4.651-6.55-.161-5.952-4.812.599-8.8 7.206-10.081 15.155-.475 2.95-.751 5.419-1.072 7.44 2.627-.938 3.79-1.874 4.489-3.027a26.534 26.534 0 00-.708 3.131c2.149-.381 3.707-1.437 4.266-3.364.226-.78.504-1.429.793-1.968.66.235 1.516.222 2.557-.034.395.944 3.355 4.245 4.946 6.67 1.796 2.738 4.495 4.832 5.385 4.946.445.057.582-.931.483-2.294 4.695.033 9.386.061 13.986-.095 4.6.156 9.291.129 13.986.095-.099 1.363.037 2.351.482 2.294.889-.114 3.589-2.207 5.384-4.946 1.591-2.425 4.551-5.725 4.946-6.67 1.041.255 1.898.269 2.557.034.289.539.567 1.187.793 1.968.558 1.927 2.117 2.983 4.265 3.364a26.522 26.522 0 00-.707-3.131c.698 1.153 1.862 2.089 4.488 3.027-.322-2.021-.597-4.49-1.072-7.44-1.281-7.949-5.27-14.556-10.081-15.155-4.812-.598-1.18 2.866-.161 5.952.715 2.866-1.307 6.419-5.362 11.022-1.431 1.624-3.071 4.423-4.754 5.614-.259.183-2.459-.503-2.715-.854h0z\"/>\n    <path fill=\"#EDB92E\" stroke=\"currentColor\" stroke- d=\"M116.882 79.783c.452.396 1.946.402 3.99.533 3.293.115 5.199-.879 5.622-2.988-1.236 1.473-2.709 2.202-4.383 1.787-2.259-.559-3.551-.961-4.066-.861-.346.122-.853.751-1.163 1.529h0z\"/>\n    <path fill=\"#EDB92E\" stroke=\"currentColor\" stroke- d=\"M124.587 71.116c3.693.399 3.517 2.815.064 6.232-.661.653-.888.633-1.028-.047-.247-1.187-1.56-1.889-2.25-.984-.469.616-.364.968-1.928.75-1.975 1.657-3.583 2.823-.999 2.726 1.137-.043 2.013.62 3.495.563-.439.851-.517.95-.754 1.021-1.436.285-2.949-.614-4.398-.346-3.174.586 5.086-8.585 4.984-8.947-.261-.925 1.985-2.579 2.814-.968h0z\"/>\n    <path fill=\"#21231E\" d=\"M124.375 70.994l.002-.006.003-.006.003-.006.003-.006.003-.006.004-.005.004-.005.004-.005.004-.005.005-.005.005-.004.005-.004.005-.004.006-.003.005-.003.006-.003.006-.003.006-.002.006-.002.006-.002.006-.002.006-.001.006-.001h.033l.007.001.007.001.007.002.007.002.006.002.006.003.006.003.006.003.006.003.005.004.005.004.005.004.005.004.004.005.004.005.004.005.004.005.003.005.003.005.003.006.003.006.002.006.002.006.002.006.002.006.001.006.001.007v.026l-.001.006-.001.006-.001.007-.002.007-.002.006-.251-.084zm-1.712 2.342l.079-.068.077-.068.076-.068.074-.068.072-.069.07-.069.069-.069.067-.07.065-.07.064-.071.062-.071.061-.071.059-.072.057-.072.056-.072.054-.073.052-.073.051-.074.049-.074.048-.075.046-.075.044-.076.043-.075.041-.076.04-.076.038-.077.036-.077.035-.077.033-.078.032-.078.03-.079.029-.079.25.087-.03.084-.032.084-.034.083-.035.082-.037.082-.039.082-.04.081-.042.081-.044.08-.045.08-.047.079-.049.079-.05.078-.052.078-.053.078-.055.077-.057.077-.058.076-.06.076-.062.075-.063.075-.065.074-.067.074-.069.073-.07.073-.072.072-.073.072-.075.071-.077.071-.078.071-.079.07-.081.07-.169-.205zm.171.202l-.005.004-.005.004-.005.003-.006.003-.006.003-.006.003-.006.003-.006.002-.006.002-.006.002-.006.001-.006.001h-.032l-.006-.001-.006-.001-.006-.002-.006-.002-.006-.002-.006-.003-.006-.003-.006-.003-.005-.003-.005-.004-.005-.004-.005-.004-.005-.005-.005-.005-.005-.005-.004-.005-.004-.005-.003-.005-.003-.006-.003-.006-.003-.006-.002-.006-.002-.006-.002-.006-.001-.006-.001-.006-.001-.006v-.025l.001-.006.001-.006.001-.006.002-.006.002-.006.002-.006.003-.006.003-.006.003-.006.003-.005.004-.005.004-.005.004-.005.004-.005.005-.005.005-.004.166.198zM125.287 72.811a.322.322 0 00-.351-.27.294.294 0 00-.265.334.322.322 0 00.351.27.293.293 0 00.265-.334zM93.729 71.867l.019.35h-.018l-.009-.001-.009-.001-.008-.002-.009-.002-.008-.002-.008-.003-.008-.003-.008-.003-.007-.004-.007-.004-.007-.004-.007-.005-.007-.005-.006-.005-.006-.006-.006-.006-.005-.007-.005-.007-.005-.007-.005-.007-.004-.007-.004-.008-.004-.008-.003-.008-.003-.008-.003-.008-.002-.009-.002-.009-.001-.008-.001-.009v-.018l.001-.009.001-.009.002-.008.002-.009.002-.008.003-.008.003-.008.003-.008.004-.008.004-.007.004-.007.005-.007.005-.007.005-.007.006-.006.006-.006.007-.005.007-.005.007-.005.007-.005.008-.004.007-.004.008-.004.008-.003.008-.003.008-.002.008-.002.009-.001.009-.001h.009zm3.393.87l-.119.33-.123-.045-.121-.044-.12-.044-.118-.043-.116-.043-.114-.042-.113-.041-.111-.04-.11-.039-.108-.039-.107-.037-.105-.036-.104-.035-.103-.034-.102-.032-.1-.031-.099-.029-.098-.027-.097-.026-.096-.024-.095-.022-.094-.02-.093-.018-.092-.016-.092-.014-.091-.011-.09-.009-.09-.007-.089-.004-.088-.002-.088.001-.088.003-.019-.35.098-.004.099-.001.098.002.099.005.099.007.099.01.099.013.099.015.1.017.1.019.101.021.1.023.102.025.102.027.103.028.104.03.104.031.105.033.106.034.107.036.107.037.109.038.11.039.111.04.112.041.113.042.115.042.116.043.118.044.119.044.121.044.118.045zm1.97.575l.053.347-.056.006-.057.001-.058-.003-.061-.006-.063-.008-.066-.011-.068-.013-.07-.015-.073-.017-.074-.019-.076-.02-.077-.022-.078-.023-.079-.024-.079-.025-.08-.026-.08-.026-.079-.027-.078-.027-.077-.027-.076-.026-.074-.027-.071-.026-.069-.025-.066-.025-.063-.023-.06-.022-.056-.021-.052-.019-.047-.018-.042-.015-.037-.013.119-.33.038.014.043.016.047.018.052.019.056.021.059.022.063.023.066.024.068.025.071.026.072.026.074.026.075.026.076.026.077.026.077.026.077.025.077.024.076.023.075.022.073.021.072.019.069.017.067.016.063.014.06.012.056.009.051.007.046.004.039.002h.032l.023-.004zm.052.347l-.053-.347.009-.002H99.135l.009.002.008.002.009.002.008.002.008.003.008.003.008.003.008.004.007.004.007.005.007.005.007.005.007.005.006.006.006.006.005.006.006.007.005.007.005.007.004.007.004.007.004.008.003.008.003.008.002.009.002.009.002.009.001.009.001.009v.018l-.001.009-.001.008-.002.009-.002.008-.002.008-.003.008-.003.008-.003.008-.004.008-.004.007-.004.007-.005.007-.005.007-.005.006-.006.006-.006.006-.007.006-.007.005-.007.005-.007.005-.007.004-.008.004-.008.004-.008.003-.008.003-.009.003-.008.002h-.011zM104.316 75.323l.043-.259.007.001.007.002.006.002.006.002.006.003.006.003.006.003.005.003.005.004.005.004.005.004.005.004.004.005.004.004.004.005.004.005.004.005.003.005.003.006.003.006.003.006.002.006.002.006.002.006.001.006.001.007.001.007V75.21l-.001.006-.001.007-.002.006-.002.006-.002.006-.003.006-.003.006-.003.006-.003.005-.003.005-.004.005-.004.005-.005.005-.004.004-.005.004-.005.004-.005.004-.005.004-.005.003-.005.003-.006.003-.006.003-.006.002-.006.002-.006.002-.006.001-.006.001-.007.001h-.021l-.007-.001-.006-.001zm-2.191-.46l.071-.254.047.013.048.013.048.013.049.013.05.013.051.013.052.013.053.013.054.013.055.013.056.013.057.013.059.014.061.014.062.013.064.014.066.014.067.014.069.014.071.014.073.014.075.015.077.015.079.015.082.015.084.015.086.015.089.015.091.016.094.016.097.016.099.016-.043.26-.1-.016-.097-.016-.095-.016-.092-.016-.089-.016-.087-.016-.084-.015-.082-.015-.08-.015-.078-.015-.076-.015-.074-.014-.072-.015-.07-.014-.068-.014-.066-.014-.065-.014-.063-.014-.061-.014-.06-.013-.059-.014-.057-.014-.056-.013-.055-.014-.054-.013-.053-.013-.052-.014-.051-.013-.05-.014-.049-.013-.048-.013-.05-.011zm.07-.254l-.071.254-.007-.002-.006-.002-.006-.003-.006-.003-.006-.003-.005-.003-.005-.003-.005-.004-.005-.004-.005-.004-.005-.005-.004-.005-.004-.005-.004-.005-.004-.005-.003-.005-.003-.005-.003-.006-.002-.006-.002-.006-.002-.006-.002-.006-.001-.006-.001-.006-.001-.006V74.723l.001-.007.001-.007.002-.006.002-.007.002-.006.003-.006.003-.006.003-.006.003-.006.004-.005.004-.005.004-.005.004-.005.005-.005.005-.004.005-.004.005-.004.005-.004.005-.003.006-.003.006-.003.006-.002.006-.002.006-.002.006-.002.006-.001.006-.001h.034l.007.001.007.001.006.001z\"/>\n    <path fill=\"#21231E\" d=\"M96.397 74.252l-.171.306-.087-.051-.085-.055-.082-.057-.08-.06-.077-.063-.075-.065-.073-.067-.071-.069-.067-.071-.066-.073-.065-.074-.063-.076-.061-.077-.059-.078-.057-.079-.056-.08-.054-.081-.053-.081-.051-.082-.05-.081-.049-.082-.048-.081-.047-.081-.046-.081-.044-.08-.044-.08-.043-.079-.042-.077-.041-.077-.04-.075-.04-.073-.039-.072.307-.168.04.073.04.074.04.075.041.076.042.077.042.078.043.078.044.079.044.079.045.079.046.079.047.079.048.078.049.078.05.077.051.076.052.075.054.074.055.073.056.071.058.07.059.068.06.066.062.064.063.062.065.06.066.057.068.055.07.052.071.05.073.047.075.041zm1.691-1.147l.309.166-.053.096-.054.093-.055.091-.056.088-.057.086-.058.083-.059.08-.061.077-.061.074-.063.071-.064.067-.065.063-.066.06-.067.056-.068.053-.069.049-.07.045-.071.041-.072.036-.073.032-.074.027-.075.022-.076.017-.076.011-.077.006-.077-.001-.077-.006-.077-.013-.077-.019-.076-.025-.075-.032-.074-.038.171-.306.051.026.05.021.05.017.049.012.05.008.05.004h.05l.051-.004.051-.008.052-.011.053-.015.053-.02.054-.023.054-.028.055-.032.056-.036.056-.04.056-.044.056-.048.056-.051.056-.055.056-.059.056-.062.055-.066.054-.069.054-.072.053-.075.052-.078.052-.082.051-.084.05-.087.051-.089z\"/>\n    <path fill=\"#21231E\" d=\"M95.964 74.036l-.487-.487c-.237-.3-.1-.7.412-1.2.374.163.674.288.973.413-.199.674-.498 1.1-.898 1.274zM118.891 74.252l.075-.044.073-.047.071-.05.069-.053.068-.055.066-.058.065-.06.063-.062.062-.064.06-.066.059-.068.058-.07.056-.071.055-.073.054-.074.053-.075.051-.076.05-.077.049-.078.048-.078.047-.078.046-.079.045-.079.044-.079.044-.079.043-.078.042-.077.041-.077.041-.076.04-.076.04-.074.039-.073.307.168-.039.072-.04.074-.04.075-.041.076-.042.077-.042.079-.044.079-.044.08-.045.081-.047.081-.048.082-.049.082-.05.082-.052.082-.053.081-.055.081-.056.08-.057.079-.059.078-.061.077-.063.076-.064.075-.064.075-.068.071-.071.069-.073.067-.075.065-.077.063-.08.06-.082.057-.085.054-.087.051-.171-.305zm-1.69-1.147l.049.09.05.087.051.084.052.082.053.078.053.075.054.073.054.069.055.066.056.062.056.059.056.055.056.051.056.047.056.044.056.04.055.036.055.032.054.028.054.023.053.019.053.015.052.011.051.007.051.004h.05l.049-.005.05-.008.049-.013.05-.017.05-.021.051-.026.171.306-.073.038-.075.032-.076.026-.077.019-.077.013-.077.007h-.077l-.077-.005-.076-.011-.076-.016-.075-.022-.074-.027-.073-.032-.072-.036-.071-.04-.07-.045-.069-.049-.067-.053-.067-.057-.066-.06-.065-.064-.064-.067-.063-.07-.061-.074-.061-.077-.059-.08-.058-.082-.057-.086-.056-.088-.055-.091-.054-.094-.053-.096.31-.166z\"/>\n    <path fill=\"#21231E\" d=\"M119.324 74.036l.487-.487c.237-.3.1-.7-.412-1.2-.374.163-.674.288-.974.413.2.674.5 1.1.899 1.274z\"/>\n    <path fill=\"#21231E\" d=\"M121.56 71.867l.009.001.009.001.008.002.009.002.008.003.008.003.008.003.008.004.008.004.007.004.007.005.007.005.007.005.006.006.006.006.006.006.005.006.005.007.005.007.005.007.004.008.004.007.003.008.003.008.003.008.002.008.002.008.002.009.001.008v.036l-.001.009-.001.009-.002.008-.002.009-.003.008-.003.008-.003.008-.004.008-.004.007-.005.007-.005.007-.005.007-.005.006-.006.006-.006.006-.007.005-.007.005-.007.005-.007.005-.007.004-.008.004-.008.004-.008.003-.008.003-.008.002-.009.002-.009.001-.008.001H121.542l.018-.352zm-3.394.87l.122-.045.121-.044.119-.044.118-.043.116-.043.115-.043.114-.041.112-.041.111-.04.11-.039.109-.038.108-.037.107-.036.106-.034.105-.033.104-.031.103-.03.103-.028.102-.027.101-.025.101-.023.1-.021.1-.019.1-.017.099-.015.099-.012.099-.01.099-.007.098-.005.099-.002.098.001.098.004-.019.35-.088-.003-.088-.001-.088.002-.089.004-.089.006-.09.009-.091.011-.092.013-.093.016-.093.018-.094.02-.095.022-.096.024-.097.026-.098.027-.099.029-.1.031-.102.032-.103.033-.104.035-.105.036-.107.037-.108.038-.11.039-.111.041-.113.041-.115.042-.116.043-.118.043-.119.044-.121.045-.123.045-.122-.33zm-1.969.575l.023.002h.032l.039-.002.046-.004.051-.007.056-.009.06-.012.063-.014.067-.016.069-.017.071-.019.073-.021.075-.022.076-.023.077-.024.077-.025.077-.026.077-.026.076-.026.076-.026.074-.026.073-.026.07-.026.068-.025.066-.024.063-.023.059-.022.056-.021.052-.019.047-.018.043-.016.038-.014.119.33-.037.013-.042.015-.047.018-.052.019-.056.021-.06.022-.063.023-.066.024-.069.025-.071.026-.074.026-.076.026-.077.027-.078.027-.079.026-.08.026-.079.026-.079.025-.079.024-.078.023-.077.022-.076.02-.074.019-.073.017-.07.015-.068.013-.066.011-.063.008-.061.006-.058.003-.057-.001-.056-.006.052-.342zm-.053.347l-.009-.002-.009-.002-.009-.003-.008-.003-.008-.003-.008-.004-.008-.003-.007-.005-.007-.005-.007-.005-.007-.005-.006-.006-.006-.006-.006-.006-.005-.006-.005-.006-.005-.007-.004-.007-.004-.008-.004-.007-.003-.008-.003-.008-.003-.008-.002-.008-.002-.008-.001-.009-.002-.008v-.036l.002-.009.001-.009.002-.009.002-.009.003-.008.003-.008.004-.008.004-.007.004-.008.005-.007.005-.007.005-.007.006-.006.006-.006.006-.006.006-.006.007-.005.007-.005.007-.005.008-.004.008-.004.008-.004.008-.003.008-.003.008-.002.008-.002.008-.002.008-.001h.035l.009.001-.053.351zM110.972 75.323l-.007.001h-.028l-.007-.001-.007-.001-.006-.001-.006-.002-.006-.002-.006-.002-.006-.003-.006-.003-.005-.003-.005-.003-.005-.004-.005-.004-.005-.004-.004-.005-.005-.004-.004-.005-.004-.005-.004-.005-.004-.005-.003-.005-.003-.006-.003-.006-.003-.006-.002-.006-.002-.007-.002-.007-.001-.006-.001-.007V75.18l.001-.007.001-.006.001-.006.002-.006.002-.006.002-.006.003-.006.003-.006.003-.005.003-.006.004-.005.004-.005.004-.005.004-.005.004-.005.005-.004.005-.004.005-.004.005-.003.005-.003.006-.003.006-.003.006-.002.006-.002.006-.002.007-.002.007-.001.045.261zm2.192-.46l-.048.013-.049.013-.049.013-.05.014-.051.013-.052.014-.053.013-.054.013-.055.014-.056.013-.057.014-.059.014-.06.013-.062.014-.063.014-.065.014-.066.014-.068.014-.07.014-.072.015-.073.014-.076.015-.078.015-.08.015-.082.015-.084.015-.087.016-.089.016-.092.016-.095.016-.097.016-.1.016-.043-.26.1-.016.097-.016.094-.016.091-.016.089-.015.086-.015.084-.015.082-.015.079-.015.077-.015.075-.015.073-.014.071-.015.069-.014.067-.014.065-.014.064-.014.062-.014.061-.013.059-.014.058-.013.056-.013.055-.013.054-.013.053-.013.052-.013.051-.013.05-.013.049-.013.049-.013.048-.013.047-.013.068.253zm-.07-.254l.007-.001.007-.002.007-.001h.034l.006.001.006.002.006.002.006.002.006.002.006.003.006.003.005.003.005.003.005.003.005.004.005.004.005.004.004.005.004.005.004.005.004.005.004.005.003.006.003.006.003.006.003.006.002.006.002.007.002.006.001.007.001.007v.032l-.001.006-.002.006-.002.006-.002.006-.002.006-.003.006-.003.006-.003.005-.003.005-.003.005-.004.005-.004.005-.004.005-.004.005-.005.004-.005.004-.005.004-.005.004-.006.003-.006.003-.006.003-.006.003-.006.002-.007.002-.07-.255zM94.557 92.267l-.087.248-.006-.002-.006-.003-.006-.003-.006-.003-.005-.004-.005-.004-.005-.004-.005-.004-.005-.005-.005-.005-.004-.005-.004-.005-.003-.005-.003-.005-.003-.005-.003-.006-.003-.006-.002-.006-.002-.006-.002-.006-.002-.006-.001-.006-.001-.006v-.033l.001-.006.002-.007.001-.007.002-.006.002-.006.003-.006.003-.006.003-.006.004-.006.003-.005.004-.005.004-.005.004-.005.005-.004.005-.004.005-.004.005-.004.005-.003.005-.003.005-.003.006-.003.006-.002.006-.002.006-.002.006-.001.006-.001.006-.001H94.522l.007.001.007.001.007.001.007.002.007.003zm5.305-.784l.184.188-.139.132-.142.124-.145.117-.148.11-.15.102-.153.095-.156.088-.159.081-.16.074-.164.067-.165.06-.168.053-.17.046-.172.039-.174.033-.176.026-.178.02-.18.013-.182.007-.183.001-.185-.005-.187-.011-.188-.018-.189-.023-.191-.029-.192-.035-.194-.041-.195-.046-.196-.052-.197-.057-.198-.062-.2-.068.087-.248.194.066.193.061.191.055.19.05.188.045.187.039.185.033.183.028.182.022.18.016.178.011.176.005.174-.001.173-.007.171-.013.168-.019.166-.025.164-.031.162-.037.16-.044.158-.05.155-.056.153-.063.151-.069.149-.076.146-.082.144-.09.141-.096.139-.103.136-.111.135-.117.133-.122zm.642-.637l.186.186-.019.019-.019.019-.019.019-.019.019-.02.02-.019.019-.019.019-.02.02-.02.019-.02.02-.02.02-.02.02-.02.02-.02.02-.02.02-.02.02-.02.02-.02.02-.02.02-.02.02-.021.02-.021.02-.021.02-.021.021-.021.02-.021.021-.021.021-.021.021-.021.021-.021.021-.021.021-.021.021-.184-.188.021-.021.021-.021.021-.021.021-.021.021-.021.021-.021.021-.02.021-.02.021-.02.021-.02.02-.02.02-.02.02-.02.02-.02.02-.02.02-.02.02-.02.02-.02.02-.02.02-.02.02-.02.02-.02.02-.02.02-.019.019-.02.02-.019.019-.019.019-.019.019-.019.019-.019.019-.019.02-.02zm.186.187l-.186-.186.005-.005.005-.005.005-.004.005-.004.005-.003.006-.003.006-.003.006-.003.006-.002.006-.002.006-.002.006-.001.006-.001.006-.001h.024l.006.001.006.001.006.001.006.002.006.002.006.002.006.003.006.003.006.003.005.004.005.004.005.004.005.004.005.005.005.005.005.005.004.005.003.005.004.006.003.006.003.006.003.006.002.006.002.006.002.006.001.006.001.006.001.006v.025l-.001.006-.001.006-.001.006-.002.006-.002.006-.002.006-.003.006-.003.006-.003.006-.004.006-.004.005-.004.005-.005.005v.006z\"/>\n    <path fill=\"#21231E\" d=\"M100.983 89.674l-.26-.036.001-.007.001-.006.002-.007.002-.006.002-.006.003-.006.003-.006.003-.006.003-.005.003-.005.004-.005.004-.005.004-.005.004-.005.005-.004.005-.004.005-.004.005-.003.005-.003.005-.003.006-.003.006-.003.006-.002.006-.002.006-.002.006-.001.006-.001h.028l.007.001.007.001.007.002.007.002.006.002.006.002.006.003.006.003.006.003.005.003.006.003.005.004.005.004.005.004.004.005.004.005.004.005.004.005.003.005.003.005.003.006.003.006.002.006.002.006.002.006.001.006.001.006.001.007v.035zm-1.223 3.54l.066.255-.153-.181.046-.105.046-.105.045-.105.044-.105.043-.105.042-.106.041-.106.04-.107.04-.107.038-.107.038-.108.037-.109.036-.109.035-.11.034-.111.033-.111.033-.112.031-.113.031-.114.03-.115.029-.116.028-.117.027-.118.026-.12.025-.121.025-.122.023-.124.023-.125.021-.126.021-.128.02-.13.019-.131.26.036-.019.134-.02.132-.021.13-.022.129-.023.127-.024.126-.025.125-.026.123-.027.122-.028.121-.029.12-.03.118-.031.118-.031.116-.032.116-.033.115-.034.114-.035.113-.036.112-.037.111-.038.111-.039.11-.039.11-.04.109-.041.109-.042.108-.043.108-.044.107-.045.107-.045.107-.046.107-.047.107-.151-.184zm-.087.073l.24.107-.003.006-.003.006-.003.006-.003.006-.004.005-.004.005-.004.005-.005.005-.005.004-.005.004-.005.004-.005.003-.005.003-.005.003-.006.003-.006.002-.006.002-.006.002-.006.002-.006.001-.006.001h-.032l-.006-.001-.007-.001-.006-.002-.007-.002-.006-.002-.006-.003-.006-.003-.006-.003-.006-.003-.006-.004-.005-.004-.005-.004-.005-.005-.005-.005-.004-.005-.004-.005-.004-.005-.003-.005-.003-.005-.003-.005-.003-.006-.002-.006-.002-.006-.002-.006-.002-.006-.001-.006-.001-.006v-.032l.001-.006.001-.006.002-.006.002-.007.002-.006.001-.008zm3.388-2.119l.216.151-.071.099-.074.096-.076.094-.079.092-.082.09-.084.088-.086.086-.089.084-.092.081-.094.08-.097.077-.099.076-.101.074-.104.072-.106.07-.108.068-.11.066-.112.064-.115.062-.117.06-.119.058-.121.056-.123.054-.125.052-.127.05-.129.049-.131.047-.133.045-.135.043-.137.041-.138.039-.14.038-.066-.255.137-.037.134-.038.133-.04.131-.042.128-.043.127-.045.125-.047.122-.049.121-.05.118-.052.116-.054.114-.056.112-.057.11-.059.107-.061.105-.063.103-.065.1-.066.098-.068.096-.07.094-.072.091-.073.089-.076.087-.077.084-.079.082-.081.079-.083.076-.084.074-.087.072-.089.069-.09.07-.094zm.216.151l-.216-.151.004-.005.004-.005.005-.005.005-.005.005-.004.005-.004.005-.004.005-.003.005-.003.006-.003.006-.003.006-.003.006-.002.006-.002.006-.002.006-.001.006-.001.006-.001h.025l.006.001.006.001.006.002.006.002.006.002.006.003.006.003.006.003.006.004.005.004.005.004.005.005.005.004.005.005.004.005.004.005.004.005.003.006.003.005.003.005.003.006.003.006.002.006.002.006.001.006.001.006.001.006v.03l-.001.006-.001.006-.002.006-.002.006-.002.006-.002.006-.003.006-.003.006-.003.006v.007zM105.636 89.023l-.007.007h-.014l-.007.007h-.007l-.007.007h-.007l-.007.007v.007h-.007l-.007.007v.007h-.007v.007l-.007.007v.007h-.007v.007l-.007.007v.028l-.007.007v.021l.014.173.014.172.014.166.021.173.028.166.028.173.028.166.035.166.041.166.041.159.048.166.048.159.048.159.055.159.062.152.062.159.062.152.069.152.069.152.076.152.076.145.083.152.083.145.09.145.09.145.09.138.097.145.097.138.104.138.103.138.104.138.11.131v.007l.007.007h.007v.007h.007l.007.007h.007l.007.007.007.007h.021l.007.007H107.703v-.007h.021l.007-.006h.007l.007-.007.007-.007h.007l.007-.007.007-.007.007-.007.104-.131.11-.138.104-.138.096-.138.104-.138.09-.145.097-.138.09-.145.083-.145.083-.145.083-.152.076-.145.076-.152.069-.152.069-.152.069-.152.062-.159.055-.152.055-.159.055-.159.048-.166.041-.159.041-.159.041-.166.034-.166.035-.166.028-.173.021-.166.021-.173.021-.166.014-.173.007-.173v-.035l-.007-.007v-.014l-.007-.007v-.007l-.007-.007v-.007l-.007-.007-.007-.007-.007-.007-.007-.007-.007-.007-.007-.007h-.014l-.007-.007h-.007l-.007-.007h-.07l-.007.007h-.007l-.007.007h-.014l-.007.007v.007h-.007l-.007.007h-.007v.007l-.007.007-.007.007v.007l-.007.007v.007h-.007v.021l-.007.007v.021l-.007.166-.014.166-.021.166-.014.166-.028.166-.028.159-.028.159-.035.159-.034.159-.041.159-.048.159-.041.152-.055.152-.055.159-.055.145-.055.152-.069.152-.062.145-.069.152-.076.145-.076.138-.076.145-.083.145-.083.138-.083.138-.09.138-.097.138-.097.138-.097.131-.097.138-.104.131-.035.041-.028-.041-.103-.131-.104-.138-.097-.131-.097-.138-.09-.138-.09-.138-.09-.138-.083-.138-.083-.145-.076-.145-.076-.138-.069-.145-.069-.152-.069-.145-.062-.152-.062-.145-.055-.152-.055-.159-.048-.152-.048-.152-.041-.159-.041-.159-.041-.159-.028-.159-.034-.159-.028-.159-.021-.166-.021-.166-.014-.166-.014-.166-.014-.166v-.035l-.007-.007V89.1l-.007-.007v-.007l-.007-.007v-.007h-.007l-.007-.007v-.007h-.007l-.007-.007v-.007h-.007l-.007-.007h-.007l-.007-.007h-.014l-.007-.007h-.056z\"/>\n    <path fill=\"#21231E\" d=\"M103.009 89.432l-.262.024v-.027l.001-.007.001-.006.002-.006.002-.006.002-.006.002-.006.003-.006.003-.005.003-.006.004-.005.004-.005.004-.005.004-.005.005-.005.004-.004.005-.004.005-.004.005-.004.005-.003.005-.003.006-.003.006-.003.006-.002.006-.002.006-.002.007-.001.007-.001.007-.001h.021l.006.001.006.001.007.001.006.001.006.002.006.002.006.002.006.003.006.003.005.003.005.003.005.004.005.004.005.004.005.004.004.005.004.005.004.005.003.005.003.006.003.005.003.006.003.006.002.006.002.006.002.006.001.006.001.007.001.007zm.985 3.493l.158.21-.187-.029-.062-.092-.061-.093-.059-.095-.058-.096-.056-.098-.055-.1-.053-.1-.052-.102-.05-.104-.048-.105-.047-.107-.045-.108-.044-.11-.042-.111-.04-.112-.039-.114-.038-.115-.036-.117-.034-.118-.033-.119-.031-.12-.03-.122-.028-.123-.026-.125-.025-.126-.023-.127-.021-.128-.02-.13-.018-.131-.016-.132-.015-.133-.013-.134.261-.024.013.131.015.13.016.129.018.127.019.126.021.125.022.124.024.122.026.121.027.12.029.118.03.117.031.115.033.114.035.113.036.111.038.11.039.109.04.107.042.106.044.104.045.102.047.101.048.099.049.098.051.097.053.095.054.093.055.092.057.09.058.089.06.087-.189-.032zm-.028.181l.215-.151.004.006.003.006.003.006.003.006.003.006.002.006.002.006.002.006.001.006.001.006v.031l-.001.006-.001.006-.002.006-.002.006-.002.006-.003.006-.003.006-.003.005-.003.006-.004.005-.004.005-.004.005-.004.005-.005.005-.005.004-.005.004-.006.004-.005.004-.006.004-.006.003-.006.003-.006.003-.006.002-.006.002-.006.002-.006.001-.006.001h-.025l-.006-.001-.006-.001-.006-.001-.006-.002-.006-.002-.006-.002-.006-.003-.006-.003-.006-.003-.005-.003-.005-.003-.005-.004-.005-.004-.005-.004-.005-.005-.004-.005-.004-.005-.006-.004zm1.704-2.802l.255.064-.031.12-.034.118-.036.116-.038.114-.04.111-.042.11-.044.107-.046.105-.047.103-.049.1-.051.098-.052.096-.054.094-.055.092-.056.089-.058.087-.059.085-.06.083-.061.081-.062.079-.063.077-.064.074-.065.072-.065.07-.066.068-.067.066-.067.064-.068.062-.068.06-.069.057-.069.055-.069.054-.158-.21.065-.05.065-.052.065-.054.064-.056.064-.058.063-.06.063-.062.062-.064.062-.066.061-.068.06-.07.06-.072.059-.074.058-.076.057-.079.056-.08.055-.083.053-.084.052-.087.051-.089.049-.091.048-.093.046-.095.045-.097.043-.099.041-.102.04-.104.038-.106.036-.108.034-.11.032-.113.031-.119zm.255.064l-.255-.064.002-.006.002-.006.003-.006.003-.006.003-.006.003-.005.003-.005.004-.005.004-.005.004-.005.004-.005.005-.004.005-.004.005-.004.005-.004.005-.003.005-.003.006-.003.006-.002.006-.003.006-.002.006-.002.006-.001.006-.001.006-.001h.028l.007.001.007.001.007.002.007.001.007.002.006.002.006.003.006.003.006.003.005.004.005.004.005.004.005.004.005.004.004.005.004.005.004.005.003.005.003.005.003.006.003.006.003.006.002.006.002.006.002.006.002.006.001.006.001.006v.027l-.001.006-.001.007-.005.004zM120.731 92.267l.006-.002.007-.002.007-.002.007-.001.007-.001h.027l.006.001.006.002.006.001.006.002.006.002.006.002.006.003.006.003.006.003.005.003.005.004.005.004.005.004.005.004.004.005.004.005.004.005.004.005.004.005.003.006.003.006.003.006.002.006.002.006.002.007.001.007.001.006.001.007v.025l-.001.006-.001.006-.001.006-.002.006-.002.006-.002.006-.003.006-.003.006-.003.006-.003.005-.003.005-.004.005-.004.005-.004.005-.005.004-.005.004-.005.004-.005.004-.005.004-.006.003-.006.003-.006.003-.006.002-.093-.247zm-5.305-.784l.132.125.134.118.137.111.139.103.142.096.144.09.146.082.149.076.151.069.153.063.155.056.158.05.16.044.162.037.164.031.166.025.168.019.171.013.173.007.174.001.176-.005.178-.011.18-.017.182-.023.183-.028.185-.033.187-.039.188-.045.19-.05.191-.055.193-.061.194-.066.087.249-.2.068-.198.062-.197.057-.196.052-.195.046-.194.041-.192.035-.191.029-.19.023-.188.017-.187.011-.185.005-.183-.001-.182-.007-.18-.013-.178-.02-.176-.026-.174-.033-.172-.039-.17-.046-.168-.053-.166-.06-.163-.067-.161-.074-.158-.081-.156-.088-.153-.095-.15-.102-.148-.11-.145-.117-.142-.124-.139-.132.185-.19zm-.642-.637l.019.019.019.019.019.019.019.019.019.019.019.019.02.019.019.02.02.019.02.02.02.02.02.02.02.02.02.02.02.02.02.02.02.02.02.02.02.02.02.02.02.02.02.02.021.02.021.02.021.02.021.02.02.021.021.021.021.021.021.021.021.021.021.021-.184.188-.021-.021-.021-.021-.021-.021-.021-.021-.021-.021-.021-.021-.021-.02-.021-.021-.021-.021-.02-.02-.02-.02-.02-.02-.02-.02-.02-.02-.02-.02-.02-.02-.02-.02-.02-.02-.02-.02-.02-.02-.02-.02-.02-.02-.02-.02-.02-.019-.02-.02-.019-.019-.019-.019-.02-.02-.019-.019-.019-.019-.019-.019-.019-.019.185-.185zm-.185.187l-.005-.005-.005-.005-.004-.005-.004-.005-.003-.006-.003-.006-.003-.006-.003-.006-.002-.006-.002-.006-.002-.006-.001-.006-.001-.006-.001-.006v-.024l.001-.006.001-.006.001-.006.002-.006.002-.006.002-.006.003-.006.003-.006.003-.006.003-.005.004-.005.004-.005.005-.005.004-.005.005-.005.005-.004.005-.004.005-.004.005-.004.006-.003.006-.003.006-.003.006-.002.006-.002.006-.002.006-.002.006-.001.006-.001h.025l.006.001.006.001.006.001.006.002.006.002.006.002.006.002.006.003.006.003.006.003.005.004.005.004.005.005.005.004-.183.186z\"/>\n    <path fill=\"#21231E\" d=\"M114.305 89.674l-.001-.007V89.641l.001-.006.001-.006.001-.006.002-.006.002-.006.002-.006.003-.006.003-.005.003-.006.003-.005.004-.005.004-.005.004-.005.005-.005.005-.004.005-.004.005-.004.005-.003.005-.003.006-.003.006-.003.006-.003.006-.002.006-.002.006-.002.007-.002.007-.001.007-.001h.028l.007.001.006.001.006.002.006.002.006.002.006.002.006.003.005.003.006.003.005.004.005.004.005.004.005.004.005.004.004.005.004.005.004.005.004.005.004.005.003.006.003.006.003.006.002.006.002.006.002.006.001.006.001.007-.263.035zm1.224 3.54l-.153.181-.047-.107-.046-.107-.045-.107-.044-.107-.044-.107-.043-.108-.042-.108-.041-.109-.04-.109-.039-.11-.039-.11-.038-.111-.037-.111-.036-.112-.035-.113-.034-.114-.033-.115-.032-.116-.031-.116-.03-.118-.03-.118-.029-.12-.028-.121-.027-.122-.026-.123-.025-.125-.024-.126-.023-.127-.022-.129-.021-.13-.02-.132-.019-.134.26-.036.019.131.02.13.021.128.022.126.022.125.023.124.025.122.025.121.026.12.027.118.028.117.029.116.03.115.031.114.032.113.032.112.034.111.034.111.035.11.036.109.037.108.038.108.039.107.04.107.04.107.041.106.042.106.043.105.044.105.044.105.045.105.046.105-.153.181.066-.251zm.087.073l.003.006.002.006.002.006.002.007.001.006.001.007v.025l-.001.006-.001.006-.001.006-.001.006-.002.006-.002.006-.002.006-.003.006-.003.005-.004.006-.003.005-.004.005-.004.005-.004.005-.005.005-.005.004-.005.004-.005.004-.005.004-.006.004-.006.003-.006.003-.006.003-.006.002-.007.002-.006.002-.007.001-.006.001-.006.001h-.02l-.006-.001-.006-.001-.006-.001-.006-.002-.006-.002-.006-.002-.006-.002-.006-.003-.005-.003-.005-.003-.005-.004-.005-.004-.005-.004-.005-.004-.005-.005-.005-.005-.004-.005-.004-.006-.004-.005-.003-.006-.003-.006-.003-.006.24-.105zm-3.389-2.119l.066.092.069.09.072.089.074.086.076.085.079.083.082.081.084.079.086.077.089.076.091.073.094.072.096.07.098.068.1.066.103.064.105.063.107.061.11.059.112.057.114.056.116.054.118.052.121.05.122.049.125.047.127.045.129.044.131.042.133.04.135.038.137.037-.066.255-.14-.038-.138-.039-.136-.041-.135-.043-.133-.045-.131-.047-.129-.049-.127-.05-.125-.052-.123-.054-.121-.056-.119-.058-.117-.06-.115-.062-.112-.064-.11-.066-.108-.067-.106-.07-.104-.072-.101-.074-.099-.076-.096-.078-.094-.08-.091-.082-.089-.084-.087-.086-.084-.088-.082-.09-.079-.092-.076-.094-.074-.096-.071-.099.217-.148zm-.215.151l-.004-.005-.004-.006-.003-.006-.003-.006-.003-.006-.002-.006-.002-.006-.002-.006-.001-.006-.001-.006v-.024l.001-.006.001-.006.001-.006.001-.006.002-.006.002-.006.003-.006.003-.006.003-.006.003-.005.003-.005.004-.005.004-.005.004-.005.005-.005.005-.004.005-.004.005-.004.006-.004.006-.003.006-.003.006-.003.006-.003.006-.002.006-.002.006-.002.006-.001.006-.001.006-.001H112.121l.006.001h.006l.006.001.006.001.006.002.006.002.006.002.006.003.006.003.006.003.005.003.005.004.005.004.005.004.005.005.005.005.004.005.005.005.004.006-.212.145z\"/>\n    <path fill=\"#21231E\" d=\"M112.28 89.432v-.007l.001-.007.001-.007.002-.006.002-.006.003-.006.003-.006.003-.006.003-.005.003-.005.004-.005.003-.005.004-.005.004-.005.005-.005.005-.004.005-.004.005-.004.005-.004.005-.003.006-.003.006-.003.006-.002.006-.002.006-.002.006-.001.006-.001.007-.001h.028l.007.001.007.001.007.001.006.002.006.002.006.002.006.003.006.003.005.003.005.003.005.003.005.004.005.004.004.004.004.005.004.005.004.005.003.005.004.006.003.005.003.006.003.006.002.006.002.006.002.006.002.006.001.007.001.006v.021l-.001.007-.26-.024zm-.985 3.493l-.187.03.059-.087.058-.089.057-.09.055-.092.054-.094.053-.095.051-.096.049-.098.048-.1.047-.101.045-.103.044-.104.042-.105.041-.107.039-.108.038-.11.036-.111.034-.113.033-.114.031-.115.03-.117.029-.118.027-.12.026-.121.024-.122.022-.124.021-.125.019-.126.017-.127.016-.129.015-.13.013-.132.261.024-.013.135-.015.133-.016.132-.018.131-.02.13-.021.128-.023.127-.025.126-.026.125-.028.123-.029.122-.031.121-.033.12-.035.118-.036.117-.038.115-.039.114-.041.112-.042.111-.044.11-.045.108-.047.107-.048.105-.05.104-.052.102-.053.101-.055.099-.056.098-.058.096-.059.095-.061.093-.063.091-.187.029.16-.209zm.028.181l-.004.005-.005.005-.004.005-.005.005-.005.005-.005.004-.005.004-.005.004-.006.003-.005.003-.006.003-.006.003-.006.002-.006.002-.006.002-.006.001-.006.001-.006.001h-.025l-.006-.001-.006-.001-.006-.002-.006-.002-.006-.002-.006-.003-.006-.003-.006-.003-.006-.003-.006-.004-.005-.004-.005-.004-.005-.004-.005-.005-.004-.005-.004-.005-.004-.005-.003-.005-.003-.005-.003-.006-.003-.006-.002-.006-.002-.006-.002-.006-.002-.006-.001-.006-.001-.006-.001-.006v-.025l.001-.006.001-.006.001-.006.002-.006.002-.006.003-.006.003-.006.003-.006.004-.006.004-.005.213.146zm-1.705-2.802l.03.115.032.113.034.11.036.109.038.106.04.104.041.102.043.099.045.097.046.095.048.093.049.091.051.089.052.087.053.085.054.082.056.081.057.078.058.076.059.074.06.072.06.07.061.068.062.066.062.064.063.062.063.06.064.058.064.056.065.055.065.052.065.05-.158.21-.069-.054-.069-.055-.069-.057-.068-.059-.068-.062-.067-.064-.067-.066-.066-.068-.065-.07-.065-.072-.064-.074-.063-.076-.062-.079-.061-.081-.06-.083-.059-.085-.058-.087-.056-.089-.055-.092-.054-.094-.052-.096-.051-.099-.049-.1-.047-.103-.046-.105-.044-.107-.042-.109-.04-.112-.038-.114-.036-.116-.034-.118-.031-.12.257-.063zm-.255.064l-.001-.007-.001-.007-.001-.007V90.321l.001-.006.001-.006.001-.006.002-.006.002-.006.002-.006.003-.006.003-.006.003-.005.003-.005.004-.005.004-.005.004-.005.004-.005.005-.004.005-.004.005-.004.005-.004.005-.004.006-.003.006-.003.006-.003.006-.003.006-.002.007-.002.007-.002.006-.002h.034l.007.001.006.001.006.001.006.002.006.002.006.003.006.003.006.003.005.003.005.003.005.004.005.004.005.004.005.004.005.005.004.005.004.005.004.005.003.006.003.005.003.006.003.006.002.006.002.006.002.007-.257.065zM80.148 81.068l.006-.003.006-.004.006-.003.006-.003.006-.003.006-.002.006-.002.006-.002.006-.001.006-.001.006-.001h.025l.006.001.006.001.006.002.006.002.006.002.006.002.006.003.006.003.005.003.005.003.005.004.005.004.005.004.005.005.005.005.004.005.004.005.004.006.003.006.003.006.003.006.003.006.002.006.002.006.002.006.001.006.001.006v.024l-.001.006-.001.006-.001.006-.002.006-.002.006-.002.006-.002.006-.003.006-.003.005-.003.006-.003.005-.004.005-.004.005-.004.005-.005.005-.005.005-.005.004-.005.004-.151-.21zm-5.04 12.476l.031-.261.047-.293.062-.323.076-.351.09-.376.102-.399.114-.42.126-.438.136-.454.146-.467.155-.478.163-.487.17-.493.176-.496.182-.497.187-.495.191-.492.195-.485.198-.477.199-.465.201-.452.201-.435.201-.417.2-.396.198-.372.196-.346.192-.318.189-.288.185-.255.181-.22.177-.184.174-.144.153.213-.147.122-.16.166-.169.207-.177.244-.183.279-.188.311-.192.34-.195.367-.198.391-.199.413-.199.432-.199.445-.198.462-.196.474-.194.483-.191.489-.186.493-.181.495-.176.493-.169.49-.162.484-.154.475-.145.465-.135.451-.125.435-.113.416-.101.395-.089.372-.075.345-.061.316-.045.284-.03.249-.262-.022zm1.234 17.858l-.16-.449-.15-.463-.141-.477-.131-.49-.122-.501-.112-.513-.103-.523-.095-.533-.086-.543-.078-.551-.07-.559-.062-.566-.054-.572-.047-.578-.04-.583-.033-.587-.026-.591-.02-.594-.013-.595-.007-.597-.001-.597.005-.597.01-.596.015-.594.02-.592.025-.589.03-.585.034-.581.038-.575.043-.569.046-.563.05-.555.261.024-.049.553-.046.561-.042.568-.038.573-.034.578-.03.583-.025.587-.02.59-.015.592-.01.594-.005.595.001.595.007.594.013.592.019.591.026.587.033.584.04.58.046.575.054.569.062.562.069.555.077.547.085.538.094.529.102.518.111.508.12.495.129.483.139.47.148.456.158.441-.245.091zm.247-.092l.002.006.002.006.002.006.001.006.001.007V111.367l-.001.006-.001.006-.001.006-.002.006-.002.006-.002.006-.002.006-.003.006-.003.005-.003.005-.004.005-.004.005-.004.005-.004.005-.005.004-.005.005-.005.004-.005.004-.005.003-.006.003-.006.003-.006.003-.006.002-.006.002-.007.002-.006.001-.007.001-.007.001H76.453l-.006-.001-.006-.001-.006-.001-.006-.002-.006-.002-.006-.002-.006-.002-.006-.003-.005-.003-.005-.003-.005-.003-.005-.004-.005-.004-.005-.004-.005-.004-.004-.005-.004-.005-.004-.005-.003-.006-.003-.005-.003-.006-.003-.006-.003-.006.246-.09zM135.14 81.068l-.153.213-.005-.004-.005-.004-.005-.005-.005-.005-.004-.005-.004-.005-.004-.005-.003-.006-.003-.005-.003-.006-.003-.006-.002-.006-.002-.006-.002-.006-.002-.006-.001-.006-.001-.006v-.024l.001-.006.001-.006.001-.006.002-.006.002-.006.002-.006.003-.006.003-.006.003-.006.004-.006.003-.006.004-.005.004-.005.005-.005.005-.005.005-.004.005-.004.005-.004.005-.004.005-.003.006-.003.006-.003.006-.002.006-.002.006-.002.006-.002.006-.001.006-.001h.031l.006.001.006.001.006.002.006.002.006.002.006.003.006.003.006.003.006.003.006.004zm5.04 12.476l-.262.024-.03-.249-.045-.284-.061-.316-.075-.345-.089-.372-.101-.395-.113-.416-.125-.435-.135-.451-.144-.465-.153-.475-.162-.484-.169-.49-.175-.493-.181-.495-.186-.493-.191-.489-.194-.483-.196-.474-.198-.462-.199-.448-.199-.432-.199-.413-.198-.391-.195-.367-.192-.34-.188-.311-.183-.279-.177-.244-.169-.206-.159-.166-.147-.123.153-.213.174.144.177.184.181.22.185.255.189.288.192.318.196.347.198.372.2.396.201.417.201.435.201.452.199.465.198.477.195.485.191.492.187.496.182.497.176.496.17.492.163.487.155.478.146.467.136.454.125.438.115.42.102.399.09.376.076.35.062.323.047.293.027.262zm-1.234 17.858l-.246-.092.158-.441.148-.456.138-.47.129-.483.12-.495.111-.507.102-.518.094-.528.086-.538.077-.547.069-.555.062-.562.054-.569.047-.575.04-.58.032-.584.026-.588.019-.59.013-.593.007-.594.001-.594-.005-.595-.01-.594-.015-.592-.02-.59-.025-.587-.03-.583-.034-.579-.038-.573-.042-.567-.046-.561-.049-.553.262-.024.05.555.046.563.043.569.038.575.034.581.03.585.025.589.02.592.015.594.01.596.005.597-.001.597-.007.596-.013.596-.02.593-.026.591-.033.587-.04.583-.047.578-.054.572-.062.566-.07.559-.078.551-.086.543-.095.533-.104.523-.112.513-.122.501-.131.49-.141.477-.15.463-.159.449zm-.246-.092l.246.092-.003.006-.003.006-.003.006-.003.006-.003.005-.004.005-.004.005-.004.005-.005.004-.005.005-.005.004-.005.004-.006.004-.005.003-.005.003-.006.003-.006.003-.006.002-.006.002-.006.002-.006.001-.006.001-.006.001h-.02l-.006-.001-.007-.001-.007-.001-.006-.002-.007-.002-.006-.002-.006-.003-.006-.003-.006-.003-.006-.003-.005-.004-.005-.004-.005-.004-.005-.004-.005-.004-.004-.005-.004-.005-.004-.005-.004-.005-.003-.005-.003-.005-.003-.006-.002-.006-.002-.006-.002-.006-.001-.006-.001-.006-.001-.006-.001-.006V111.35l.001-.006.001-.006.001-.006.001-.006.002-.007.002-.009z\"/>\n    <path fill=\"#EDB92E\" d=\"M90.702 71.116c-3.693.399-3.517 2.815-.064 6.232.661.653.887.633 1.028-.047.246-1.187 1.56-1.889 2.25-.984.469.616.364.968 1.928.75 1.975 1.657 3.583 2.823.999 2.726-1.137-.043-2.013.62-3.495.563.438.851.517.95.753 1.021 1.436.285 2.95-.614 4.398-.346 3.174.586-5.086-8.585-4.984-8.947.262-.925-1.985-2.579-2.813-.968z\"/>\n    <path fill=\"#21231E\" d=\"M90.716 77.269l-.155.157-.316-.319-.296-.313-.277-.307-.258-.301-.238-.294-.219-.288-.199-.281-.179-.275-.159-.268-.139-.261-.119-.254-.098-.247-.077-.24-.057-.233-.036-.226-.014-.218.008-.21.031-.202.054-.193.077-.184.1-.173.122-.162.144-.151.167-.138.188-.127.209-.115.231-.103.253-.092.274-.079.296-.068.318-.056.34-.044.023.22-.33.043-.307.054-.284.065-.261.076-.238.086-.215.096-.193.106-.17.115-.149.124-.127.132-.106.141-.086.149-.066.158-.046.167-.027.177-.007.186.012.196.032.206.053.216.073.225.094.234.113.243.134.252.154.26.174.267.194.275.214.283.234.289.254.296.273.303.293.31.312.315zm.842.009l.216.045-.014.064-.015.06-.015.057-.016.054-.018.05-.019.048-.02.044-.022.042-.025.038-.027.035-.031.032-.034.028-.037.023-.04.018-.043.012-.044.005-.044-.001-.044-.006-.044-.011-.044-.015-.044-.019-.045-.023-.045-.027-.047-.03-.048-.034-.049-.037-.051-.042-.053-.045-.055-.049-.057-.053-.059-.056-.062-.06.155-.157.06.058.057.054.054.05.052.046.049.042.047.038.044.034.041.029.039.025.036.021.032.017.03.013.026.009.022.005.02.003h.016l.013-.002.012-.003.011-.005.012-.007.012-.01.014-.014.014-.018.015-.023.015-.028.015-.033.015-.038.015-.042.014-.046.014-.051.013-.055.011-.059zm2.445-1.029l-.176.134-.061-.073-.063-.064-.065-.055-.067-.047-.069-.039-.071-.032-.072-.025-.074-.018-.075-.011-.076-.004-.077.002-.077.009-.078.015-.078.021-.078.027-.077.033-.077.039-.075.045-.074.05-.072.056-.07.061-.067.066-.064.071-.061.075-.058.079-.054.083-.05.087-.045.091-.041.094-.035.098-.031.101-.025.104-.216-.045.028-.116.034-.113.04-.109.046-.106.051-.102.056-.098.061-.094.065-.089.069-.084.073-.08.076-.074.079-.069.082-.064.085-.058.087-.052.089-.046.091-.039.092-.033.093-.026.094-.019.095-.01.095-.003.095.005.094.014.093.023.092.031.089.041.087.049.084.059.081.069.076.078.077.087zm1.912.732l-.142.17.086.025-.143.019-.134.016-.125.013-.117.009-.109.006-.102.003h-.095l-.089-.003-.083-.006-.077-.01-.072-.012-.068-.016-.063-.019-.059-.022-.055-.025-.052-.029-.048-.031-.045-.034-.041-.036-.038-.039-.036-.04-.034-.042-.033-.044-.032-.045-.031-.046-.032-.048-.032-.049-.033-.049-.034-.051-.036-.053-.038-.053-.041-.055.176-.134.044.059.041.057.038.055.035.053.033.051.031.048.03.045.03.043.029.04.028.037.029.035.028.032.03.029.03.027.032.025.034.023.038.021.041.019.045.017.049.015.055.013.061.011.067.008.074.006.081.003h.089l.096-.003.104-.006.113-.009.122-.012.131-.015.14-.019.079.022zm.924 2.922l.008-.221.227.005.202-.002.178-.009.154-.015.131-.022.108-.027.084-.031.062-.034.041-.033.023-.031.012-.032.004-.039-.007-.05-.02-.062-.035-.072-.049-.08-.064-.088-.077-.094-.089-.1-.101-.106-.112-.111-.122-.116-.132-.12-.14-.125-.149-.129-.156-.133-.162-.137-.168-.141-.173-.144-.178-.148-.181-.151-.184-.154.142-.17.184.154.181.15.178.148.173.145.169.141.163.138.157.134.15.131.143.127.135.123.125.119.116.115.106.111.095.107.084.103.072.1.059.097.046.095.031.095.013.095-.009.094-.034.089-.058.078-.077.064-.094.051-.11.041-.128.032-.147.024-.167.017-.188.009-.21.002-.235-.007zm-3.393.401l-.196.101.102-.161.134.003h.131l.127-.004.125-.008.122-.011.119-.013.117-.016.114-.018.112-.021.11-.022.108-.024.107-.026.106-.026.104-.028.104-.028.102-.029.102-.029.102-.028.1-.028.101-.028.101-.026.1-.025.101-.024.102-.022.102-.02.102-.018.104-.015.104-.012.106-.009.107-.005.108-.002.11.002-.008.221-.102-.002-.1.002-.1.005-.099.008-.098.011-.097.015-.097.017-.097.02-.098.019-.098.023-.098.024-.098.026-.099.027-.1.028-.101.029-.102.029-.104.029-.105.028-.106.028-.109.028-.11.026-.112.025-.114.023-.117.021-.119.019-.122.017-.125.014-.127.011-.13.008-.134.005h-.137l-.141-.004.104-.16zm-.196.101l-.087-.168.189.007-.102.161zm.873.862l-.043.217-.011-.003-.023-.007-.024-.008-.024-.009-.023-.01-.023-.011-.023-.012-.023-.013-.023-.015-.022-.016-.022-.018-.021-.019-.022-.021-.021-.022-.021-.024-.021-.026-.021-.028-.021-.029-.022-.032-.023-.034-.023-.037-.024-.039-.025-.042-.026-.045-.027-.048-.029-.051-.03-.055-.031-.058-.033-.061-.034-.066-.036-.07-.038-.073-.04-.078.196-.101.04.077.038.073.036.069.034.065.032.061.031.057.029.053.028.05.026.046.025.043.024.039.022.037.021.033.02.031.019.028.018.026.017.023.016.02.016.018.015.016.014.013.014.013.013.011.013.01.013.008.013.008.014.008.015.007.016.006.016.006.018.006.02.006-.009-.003zm4.397-.346l-.04.218-.131-.021-.131-.015-.132-.009-.132-.004-.133.001-.134.006-.135.01-.135.014-.136.017-.136.02-.136.023-.137.025-.137.027-.138.028-.138.029-.138.029-.139.029-.139.028-.139.028-.14.027-.14.025-.14.023-.14.02-.14.017-.14.013-.14.01-.141.005h-.14l-.141-.005-.141-.011-.14-.017-.14-.024.043-.217.13.022.13.016.131.01.131.005h.132l.133-.004.134-.009.134-.013.135-.016.136-.02.136-.022.137-.024.137-.026.138-.027.138-.028.138-.029.139-.029.139-.029.139-.028.14-.027.14-.025.14-.024.14-.021.141-.018.141-.015.141-.01.141-.006.141-.001.141.004.141.01.141.016.141.019zm-5.11-8.869l.213.06.009-.016.053.094.098.148.138.191.173.23.204.265.232.297.256.325.276.35.293.371.305.388.314.403.32.414.322.421.32.426.315.426.306.424.294.418.278.409.258.396.235.38.208.361.178.339.143.314.106.288.065.26.017.231-.041.205-.114.165-.183.1-.233.032-.285-.029.04-.218.245.025.169-.022.1-.054.056-.083.025-.131-.015-.184-.057-.23-.1-.269-.138-.302-.173-.33-.204-.355-.231-.375-.255-.392-.275-.406-.292-.415-.305-.422-.313-.424-.319-.424-.321-.42-.319-.413-.314-.402-.305-.388-.292-.37-.276-.35-.256-.325-.233-.298-.205-.267-.175-.233-.141-.196-.105-.157-.067-.121-.022-.135zm-2.696-.827l-.023-.22-.086.059.087-.151.096-.133.105-.115.112-.097.119-.08.125-.063.129-.046.132-.031.134-.016.135-.002.136.01.135.022.133.033.132.043.129.052.126.061.122.068.118.075.113.081.108.087.102.092.095.096.087.1.079.102.07.104.06.107.049.108.038.109.025.109.012.11-.004.109-.021.106-.213-.06.014-.071.003-.076-.009-.08-.02-.085-.031-.088-.041-.09-.052-.091-.061-.092-.07-.091-.078-.089-.086-.086-.092-.083-.099-.079-.103-.074-.108-.068-.111-.062-.114-.054-.116-.047-.117-.038-.117-.029-.117-.019-.115-.009-.113.002-.111.013-.107.025-.104.038-.101.051-.096.064-.092.08-.088.096-.082.114-.076.132-.086.057zm-.012-.109l.012.11-.012-.11z\"/>\n    <path fill=\"#21231E\" d=\"M90.914 70.994l-.25.088-.002-.007-.002-.007-.001-.006-.001-.007-.001-.007V71.022l.001-.006.001-.006.002-.006.002-.006.002-.006.002-.006.003-.006.003-.006.003-.005.003-.005.004-.005.004-.005.004-.005.004-.005.005-.004.005-.004.005-.004.005-.004.006-.003.006-.003.006-.003.006-.003.006-.002.007-.002.007-.002.007-.001.007-.001.007-.001h.02l.007.001.006.001.006.001.006.002.006.002.006.002.006.002.006.003.006.003.005.003.005.003.005.004.005.004.005.004.005.005.005.005.004.005.004.005.004.006.003.005.003.006.003.006.003.006v.003zm1.712 2.342l-.171.202-.081-.07-.079-.07-.078-.07-.076-.071-.075-.071-.073-.072-.072-.073-.07-.073-.068-.073-.067-.074-.065-.074-.064-.075-.062-.075-.06-.076-.059-.076-.057-.077-.055-.077-.053-.078-.052-.078-.05-.078-.048-.079-.047-.079-.045-.08-.044-.08-.042-.081-.041-.081-.038-.082-.037-.082-.035-.082-.034-.083-.032-.084-.03-.084.25-.088.029.079.03.079.032.078.033.078.035.077.036.077.038.077.039.076.041.076.043.076.044.075.046.075.048.075.049.074.051.074.052.074.054.073.056.072.058.072.059.072.061.072.062.071.064.071.066.07.067.07.069.07.07.069.072.069.074.069.075.068.077.068.08.068zm-.172.202l.171-.202.005.004.005.005.005.005.004.005.004.005.004.005.003.005.003.006.003.006.002.006.002.006.002.006.002.006.001.006.001.006v.03l-.001.006-.001.006-.001.006-.002.006-.002.006-.002.006-.003.006-.003.006-.003.006-.004.006-.004.005-.004.005-.005.005-.005.005-.005.005-.005.004-.005.004-.005.004-.006.003-.006.003-.006.003-.006.002-.006.002-.006.002-.006.002-.006.001-.006.001-.006.001H92.525l-.006-.001-.006-.001-.006-.002-.006-.002-.006-.002-.006-.002-.006-.003-.006-.003-.006-.004-.006-.004-.005-.004-.006.001zM90.002 72.811a.322.322 0 01.351-.27c.17.018.289.168.265.334a.322.322 0 01-.351.27.293.293 0 01-.265-.334z\"/>\n    <path fill=\"#FFF\" d=\"M93.196 129.21l.085-2.425c-.974-.495-3.372.013-4.385 2.252-1.263 2.791-2.457 4.277-3.972 5.587 2.195.41 4.055-.025 5.254-1.635 1.617-2.172 2.482-3.488 3.018-3.779z\"/>\n    <path fill=\"#21231E\" d=\"M93.392 126.788l-.085 2.425-.22-.008.085-2.425.16-.095.06.103zm-.061-.103l.063.032-.003.071-.06-.103zm-4.334 2.397l-.201-.091.101-.21.109-.2.117-.19.123-.18.13-.17.135-.16.141-.151.145-.141.149-.132.153-.123.156-.114.158-.105.161-.096.162-.087.163-.079.163-.071.163-.063.163-.054.161-.046.16-.039.158-.031.155-.024.153-.016.149-.009.145-.002.14.005.135.013.13.02.124.026.118.033.111.04.104.047-.1.198-.087-.04-.095-.035-.103-.029-.11-.023-.117-.018-.124-.011-.129-.005-.134.001-.138.008-.142.015-.146.022-.148.029-.151.036-.153.044-.153.051-.154.059-.155.067-.154.075-.153.083-.152.091-.15.099-.148.108-.145.116-.142.125-.137.134-.133.143-.128.152-.123.161-.117.17-.111.18-.103.19-.099.204zm-4.052 5.433l-.041.217-.052-.192.14-.122.138-.124.136-.125.135-.127.133-.129.132-.131.13-.133.128-.135.128-.138.127-.141.125-.143.124-.147.123-.15.122-.154.121-.158.12-.162.12-.167.119-.171.118-.176.118-.181.118-.186.117-.192.117-.197.117-.203.117-.209.117-.216.117-.221.117-.228.117-.235.117-.242.118-.249.118-.257.201.091-.119.259-.118.251-.118.244-.118.237-.118.23-.118.224-.118.217-.118.212-.118.206-.118.199-.119.194-.119.188-.12.184-.12.179-.121.174-.122.169-.122.165-.123.161-.124.157-.125.153-.126.15-.127.146-.128.143-.13.14-.131.138-.132.135-.134.133-.136.131-.137.129-.138.127-.141.126-.142.124-.054-.192zm-.041.217l-.226-.042.174-.15.052.192zm5.185-1.809l.177.132-.117.151-.121.144-.125.137-.129.13-.132.124-.136.117-.14.11-.143.104-.147.097-.15.091-.154.084-.157.078-.16.071-.163.065-.166.059-.169.053-.172.046-.175.04-.177.035-.18.029-.183.023-.186.017-.188.012-.19.006h-.193l-.195-.005-.197-.01-.199-.016-.201-.021-.203-.026-.205-.031-.207-.036.041-.217.202.035.201.031.198.025.196.021.194.015.191.01.188.005h.186l.184-.005.181-.011.178-.017.176-.022.173-.028.17-.033.167-.039.164-.044.161-.05.158-.056.155-.062.152-.068.149-.074.146-.08.143-.086.139-.092.136-.098.133-.105.13-.111.126-.117.122-.124.119-.13.116-.137.108-.146zm2.997-3.717l.22.008-.058.093-.045.026-.048.033-.051.039-.054.045-.057.051-.06.057-.062.063-.066.07-.068.076-.071.082-.074.087-.077.094-.08.099-.082.105-.086.111-.089.116-.092.122-.096.127-.099.133-.102.138-.106.144-.11.149-.113.154-.117.16-.121.165-.125.17-.129.176-.133.181-.136.186-.141.191-.146.196-.149.201-.177-.132.149-.201.145-.196.141-.191.136-.186.133-.181.128-.175.125-.17.121-.165.117-.16.113-.155.11-.149.106-.144.103-.139.099-.133.096-.128.093-.122.09-.117.087-.112.084-.106.081-.101.078-.095.076-.09.073-.084.071-.079.069-.073.066-.068.064-.062.063-.057.061-.051.059-.046.059-.04.058-.034-.054.094z\"/>\n    <path fill=\"#FFF\" d=\"M94.98 129.528l-2.62-1.103c-1.074 2.189-1.805 3.669-2.11 4.473-.597 1.576-.76 3.06-.484 4.341 1.064-.271 2.292-1.029 3.122-2.589.834-1.567 1.348-3.396 2.092-5.122z\"/>\n    <path fill=\"#21231E\" d=\"M92.402 128.323l2.62 1.103-.086.204-2.62-1.104-.056-.151.142-.052zm-.141.053l.046-.094.096.041-.142.053zm-1.908 4.561l-.206-.078.03-.079.033-.082.035-.086.038-.09.04-.094.043-.098.044-.102.047-.106.049-.109.052-.114.054-.118.056-.121.059-.126.061-.13.064-.134.066-.138.068-.142.07-.146.072-.15.074-.154.077-.158.079-.162.081-.166.083-.17.085-.174.087-.179.089-.182.092-.186.094-.191.096-.195.098-.199.1-.203.198.098-.1.203-.098.199-.096.195-.094.191-.092.186-.089.183-.087.178-.085.174-.083.17-.081.166-.079.162-.077.158-.074.154-.072.15-.07.145-.068.141-.065.138-.063.133-.061.129-.058.125-.056.121-.054.117-.051.113-.049.109-.047.104-.044.101-.042.097-.039.092-.037.089-.035.084-.032.081-.03.076zm-.614 4.194l.054.215-.135-.084-.025-.123-.023-.124-.02-.126-.017-.127-.014-.127-.012-.129-.009-.13-.007-.131-.004-.132-.001-.133.001-.134.004-.134.006-.136.009-.136.012-.137.014-.138.017-.139.019-.14.022-.14.024-.141.027-.142.03-.143.032-.143.035-.144.038-.145.039-.145.043-.146.045-.147.048-.147.05-.148.053-.148.055-.149.206.078-.054.146-.052.145-.049.145-.047.145-.044.143-.041.143-.039.142-.036.141-.034.14-.031.14-.029.139-.026.138-.024.138-.021.137-.019.136-.016.135-.013.134-.012.133-.009.132-.006.131-.003.13-.001.13.001.128.004.127.007.126.009.125.012.124.014.123.017.121.019.121.022.12.024.118-.139-.081zm.054.215l-.111.028-.024-.112.135.084zm2.998-2.749l.195.104-.081.146-.082.142-.085.137-.087.133-.089.128-.091.124-.092.119-.095.115-.096.11-.097.106-.099.103-.1.098-.101.094-.102.09-.103.086-.104.082-.105.078-.105.074-.106.071-.106.067-.107.063-.107.06-.107.056-.107.053-.107.05-.106.046-.106.043-.105.04-.105.037-.103.036-.103.03-.103.028-.054-.215.097-.026.099-.029.099-.032.1-.035.101-.038.101-.041.101-.044.102-.048.101-.05.102-.054.102-.057.101-.06.101-.064.101-.068.101-.071.1-.075.099-.079.099-.082.098-.086.097-.09.095-.094.095-.098.093-.102.092-.106.091-.11.089-.114.087-.119.086-.123.084-.128.082-.132.08-.136.075-.143zm2.146-4.967l.086-.204.059.146-.069.161-.067.162-.066.162-.066.163-.064.163-.064.163-.063.164-.063.164-.062.164-.061.164-.061.164-.061.164-.061.164-.061.164-.061.163-.061.163-.061.163-.062.162-.062.162-.063.161-.064.161-.064.16-.065.159-.066.158-.067.158-.069.156-.07.155-.071.154-.073.153-.074.152-.076.15-.078.149-.195-.104.077-.146.075-.148.073-.149.072-.151.071-.152.069-.153.068-.155.067-.155.066-.157.064-.157.064-.159.063-.159.062-.16.062-.161.062-.162.061-.162.061-.163.061-.163.061-.164.061-.164.061-.164.061-.164.062-.165.062-.165.062-.165.063-.165.064-.164.065-.164.066-.164.067-.164.068-.163.069-.163.056.147zm.085-.204l.103.043-.044.102-.059-.145z\"/>\n    <path fill=\"#FFF\" d=\"M95.733 129.527l-2.81-.429c-.508 2.386-.856 4-.956 4.853-.195 1.674.008 3.153.589 4.328.965-.523 1.972-1.559 2.397-3.275.427-1.722.479-3.621.78-5.477z\"/>\n    <path fill=\"#21231E\" d=\"M92.939 128.988l2.81.429-.033.219-2.809-.429-.091-.132.123-.087zm-.124.087l.022-.102.103.016-.125.086zm-.738 4.889l-.219-.026.01-.084.012-.087.013-.092.014-.097.016-.1.017-.105.019-.11.02-.114.021-.119.023-.123.024-.127.025-.132.026-.136.028-.141.029-.145.03-.149.031-.154.032-.158.033-.163.035-.168.036-.172.037-.177.038-.181.039-.185.04-.19.041-.194.042-.199.043-.203.044-.208.045-.212.046-.217.047-.221.216.046-.047.221-.046.217-.045.212-.044.208-.043.203-.042.199-.041.194-.04.19-.039.186-.038.18-.037.176-.036.172-.035.167-.033.163-.032.158-.031.154-.03.149-.028.145-.028.14-.026.136-.025.131-.024.127-.022.122-.021.117-.02.113-.018.108-.017.104-.016.1-.014.095-.012.09-.012.086-.011.08zm.426 4.218l.105.195-.151-.048-.054-.113-.052-.115-.049-.117-.048-.118-.045-.12-.043-.122-.041-.123-.038-.125-.036-.127-.034-.128-.031-.13-.029-.131-.027-.133-.025-.134-.023-.136-.02-.137-.018-.139-.015-.14-.013-.142-.011-.143-.008-.144-.006-.146-.004-.147-.001-.148.001-.15.003-.151.005-.152.008-.153.01-.154.013-.156.015-.157.017-.158.219.026-.017.155-.014.153-.013.153-.01.151-.008.15-.005.148-.003.148-.001.146.002.145.003.144.006.142.008.14.01.139.013.138.015.136.017.135.019.133.021.132.024.13.026.129.029.127.03.126.033.124.035.123.037.121.039.119.041.118.044.116.046.114.048.112.05.111.052.109-.151-.051zm.105.195l-.101.054-.051-.103.152.049zm2.238-3.399l.214.053-.042.161-.046.158-.049.154-.052.15-.055.146-.058.142-.061.138-.063.134-.066.131-.069.127-.071.123-.073.12-.075.116-.077.113-.079.109-.081.105-.082.101-.084.098-.086.095-.087.091-.088.088-.089.084-.09.081-.091.078-.091.074-.092.071-.092.068-.093.064-.093.061-.093.058-.093.055-.093.052-.105-.195.088-.049.088-.053.089-.055.088-.058.088-.061.087-.064.088-.068.087-.071.086-.074.086-.077.084-.081.084-.084.083-.087.081-.091.08-.093.079-.097.077-.1.076-.104.074-.107.072-.111.07-.115.068-.118.066-.121.063-.126.061-.129.058-.133.056-.137.053-.14.05-.145.048-.148.044-.152.043-.155zm.886-5.562v.221l.109-.093-.027.173-.026.173-.025.174-.024.174-.023.174-.022.174-.021.174-.02.174-.02.174-.02.174-.019.174-.019.174-.019.174-.019.174-.019.174-.02.173-.02.173-.02.172-.021.172-.022.172-.022.171-.024.171-.024.17-.026.17-.027.169-.029.168-.03.167-.031.167-.033.166-.035.165-.038.164-.039.164-.214-.053.039-.161.036-.161.035-.163.033-.163.031-.164.03-.166.028-.166.026-.167.026-.168.024-.169.023-.169.022-.17.022-.171.02-.171.02-.172.02-.173.02-.173.019-.173.019-.174.019-.174.019-.174.019-.175.02-.175.02-.175.02-.175.021-.175.022-.175.023-.175.024-.175.025-.175.026-.175.028-.175.11-.09zm-.109.093l.015-.093h.094l-.109.093zm.109.129v-.221l.017.001-.017.22z\"/>\n    <path fill=\"#FFF\" d=\"M96.151 125.703l1.675-.014c.978.486 2.005 2.716.818 4.868-1.479 2.682-1.954 4.53-2.097 6.529-1.64-1.518-2.404-3.272-1.832-5.196.773-2.597 1.524-5.582 1.436-6.187z\"/>\n    <path fill=\"#21231E\" d=\"M97.828 125.799l-1.676.014-.002-.221 1.675-.014.05.012-.047.209zm.914 4.811l-.193-.107.102-.197.09-.197.078-.197.067-.196.055-.195.045-.194.035-.193.025-.19.015-.188.007-.186-.002-.183-.01-.18-.018-.177-.026-.172-.032-.169-.039-.164-.045-.16-.051-.154-.056-.149-.061-.143-.065-.137-.07-.13-.073-.123-.076-.116-.079-.108-.081-.1-.083-.092-.084-.083-.085-.075-.085-.065-.085-.056-.084-.046.098-.198.1.055.099.065.097.075.095.084.094.093.091.101.089.109.085.117.082.125.078.132.074.138.069.146.065.152.059.158.054.163.047.168.041.173.034.178.027.183.019.186.011.19.002.193-.007.196-.016.199-.027.201-.036.203-.048.204-.059.206-.07.207-.082.207-.094.207-.107.206zm-2.269 6.557l.15-.162-.185.073.015-.188.017-.188.019-.187.021-.187.024-.186.026-.187.029-.187.032-.187.035-.188.038-.189.041-.19.044-.191.048-.192.051-.193.055-.195.059-.197.063-.199.067-.201.071-.204.075-.206.08-.208.084-.212.089-.214.094-.218.099-.221.104-.225.109-.229.114-.233.119-.237.125-.241.13-.245.136-.25.193.107-.135.248-.129.243-.124.239-.118.234-.113.23-.108.226-.102.222-.097.219-.093.215-.088.212-.083.209-.079.206-.074.203-.07.201-.066.198-.062.196-.058.194-.054.192-.051.19-.047.189-.044.188-.04.186-.037.186-.035.185-.031.184-.028.184-.026.184-.023.184-.021.184-.018.185-.016.185-.014.186-.187.07zm.185-.073l-.017.23-.169-.156.186-.074zm-2.048-5.236l.212.063-.049.176-.041.175-.034.173-.026.172-.019.171-.012.17-.004.169.002.168.01.167.017.166.023.164.03.164.036.163.043.161.05.161.056.159.063.159.069.157.075.157.081.155.087.154.094.153.099.152.105.151.111.15.117.149.122.147.128.146.133.145.139.144.144.143.149.142-.15.162-.153-.145-.148-.146-.143-.148-.137-.149-.132-.151-.126-.152-.121-.153-.115-.155-.109-.156-.103-.158-.097-.159-.091-.161-.085-.162-.079-.163-.072-.165-.066-.166-.059-.167-.052-.169-.045-.17-.039-.171-.032-.173-.025-.174-.017-.175-.01-.176-.003-.177.005-.178.012-.179.02-.181.028-.181.035-.182.043-.183.056-.183zm1.54-6.266l.002.221.108-.127.007.074.001.084-.004.095-.008.106-.013.117-.017.128-.021.138-.025.148-.028.158-.032.168-.035.176-.039.184-.041.192-.045.2-.047.206-.05.212-.053.218-.055.224-.057.229-.059.233-.061.236-.063.24-.065.243-.066.245-.068.247-.068.248-.069.249-.071.249-.071.249-.071.248-.073.247-.072.245-.212-.063.072-.244.072-.246.071-.247.071-.248.07-.248.069-.248.068-.247.067-.246.066-.244.064-.242.063-.239.061-.236.059-.232.057-.228.054-.222.052-.217.05-.212.047-.205.044-.198.041-.191.038-.183.035-.174.032-.165.028-.156.024-.145.02-.135.016-.124.012-.112.008-.099.003-.085-.001-.07-.005-.053.113-.126zm-.108.127l-.018-.126.126-.001-.108.127zm.109-.016l-.001-.111.001.111zm-.109.016l-.018-.126.126-.001-.108.127z\"/>\n    <path fill=\"#FFF\" d=\"M96.897 124.534l-2.679-.951c-.947 2.248-1.592 3.767-1.85 4.587-.506 1.607-.584 3.098-.235 4.362 1.046-.332 2.372-1.017 3.112-2.621.744-1.612 1.008-3.61 1.652-5.377z\"/>\n    <path fill=\"#21231E\" d=\"M94.255 123.479l2.679.951-.074.208-2.679-.951-.065-.147.139-.061zm-.138.061l.04-.096.098.035-.138.061zm-1.643 4.663l-.211-.066.026-.08.028-.084.03-.088.032-.092.035-.096.036-.1.039-.104.041-.108.043-.113.045-.116.047-.121.049-.125.051-.129.054-.133.056-.137.058-.141.059-.145.062-.15.064-.153.066-.158.067-.162.069-.166.071-.17.073-.175.076-.179.077-.183.079-.187.081-.192.082-.196.084-.2.086-.204.088-.209.203.086-.088.209-.086.204-.084.2-.082.196-.081.192-.079.187-.077.183-.075.179-.073.175-.071.171-.069.166-.067.162-.065.157-.064.154-.061.149-.059.145-.058.141-.055.137-.053.132-.051.128-.049.124-.047.12-.045.116-.043.112-.041.107-.038.103-.036.099-.034.095-.032.09-.03.086-.027.082-.026.075zm-.373 4.223l.067.211-.14-.076-.032-.122-.03-.123-.027-.124-.025-.125-.021-.127-.019-.128-.017-.129-.014-.13-.012-.131-.009-.132-.007-.133-.004-.134-.002-.136.001-.137.004-.138.006-.139.009-.14.012-.141.014-.142.016-.142.018-.143.022-.144.024-.145.026-.146.029-.147.031-.148.034-.148.036-.149.039-.15.042-.15.044-.151.047-.152.211.066-.046.149-.043.148-.041.147-.038.147-.036.146-.033.145-.031.144-.028.144-.026.142-.023.142-.021.14-.018.14-.016.139-.013.138-.011.137-.009.136-.006.135-.003.134-.001.132.001.131.004.13.007.129.009.128.011.127.014.126.016.124.019.123.021.122.023.12.026.119.028.118.031.117-.14-.074zm.066.211l-.109.035-.03-.11.139.075zm2.978-2.773l.201.093-.073.151-.076.146-.079.14-.082.135-.085.13-.088.125-.09.12-.093.116-.095.111-.097.107-.099.102-.1.098-.102.093-.104.089-.105.085-.106.082-.107.077-.108.074-.108.07-.109.067-.109.063-.109.06-.109.056-.108.053-.108.05-.107.048-.107.044-.106.042-.104.039-.103.037-.102.035-.1.033-.067-.211.097-.032.099-.034.1-.036.101-.038.102-.041.103-.043.103-.046.104-.049.104-.051.104-.054.105-.057.104-.06.104-.064.104-.067.103-.071.102-.074.102-.078.1-.081.099-.085.098-.089.096-.093.094-.097.092-.101.091-.105.088-.11.087-.115.084-.12.081-.124.078-.129.076-.134.073-.139.066-.143zm1.715-5.225l.074-.208.067.142-.059.165-.057.166-.055.167-.053.169-.052.169-.05.17-.049.171-.048.172-.047.173-.046.173-.046.173-.045.173-.045.174-.045.174-.044.173-.045.173-.045.173-.046.172-.046.172-.047.171-.048.171-.049.169-.05.168-.052.168-.054.166-.055.164-.057.163-.059.162-.061.16-.064.158-.067.156-.069.154-.201-.093.068-.15.065-.152.062-.154.06-.157.058-.159.056-.16.054-.162.053-.164.051-.165.05-.166.049-.168.047-.169.047-.17.046-.171.045-.171.045-.172.045-.173.045-.173.045-.174.045-.174.045-.174.046-.174.046-.174.047-.174.048-.173.05-.173.051-.172.052-.171.054-.171.056-.17.058-.169.06-.168.066.144zm.074-.209l.105.037-.038.105-.067-.142zm-.037.104l-.037.104.037-.104zm.037-.104l.105.037-.038.105-.067-.142z\"/>\n    <path fill=\"#FFF\" d=\"M95.077 122.664l-.588-3.646c-.615-.167-1.433 1.273-2.233 2.113-.184.194-.396.376-.557.615a5.193 5.193 0 00-.759 1.768c-.669 2.99-1.645 4.545-2.861 6.136 2.232-.046 3.965-.851 4.811-2.672 1.142-2.456 1.721-3.92 2.187-4.314z\"/>\n    <path fill=\"#21231E\" d=\"M94.598 119l.588 3.646-.218.036-.588-3.646.138-.125.08.089zm-2.262 2.208l-.16-.153.074-.079.074-.082.074-.085.074-.088.074-.089.075-.092.074-.092.074-.093.074-.094.074-.094.074-.094.074-.093.073-.091.073-.09.073-.088.072-.085.072-.083.072-.08.072-.076.071-.072.071-.069.071-.064.071-.059.07-.053.071-.047.072-.041.072-.034.073-.027.074-.017.075-.008.076.003.075.014-.058.214-.042-.008-.043-.002-.046.005-.049.012-.052.019-.055.026-.057.033-.06.04-.062.046-.064.052-.065.058-.066.063-.068.069-.068.073-.069.077-.07.081-.071.084-.072.086-.072.089-.072.091-.073.092-.074.093-.074.094-.075.094-.074.094-.075.094-.076.093-.076.091-.076.089-.076.088-.076.085-.072.08zm-.545.6l-.183-.124.016-.024.017-.023.017-.023.017-.022.017-.022.018-.022.018-.022.018-.021.018-.021.018-.02.018-.02.019-.021.018-.02.018-.019.019-.02.018-.019.018-.019.019-.019.018-.018.018-.019.019-.019.018-.018.018-.018.019-.018.018-.018.018-.018.017-.017.017-.017.018-.018.017-.018.017-.018.017-.017.16.152-.018.019-.018.018-.018.019-.018.018-.018.019-.019.018-.018.018-.018.018-.018.018-.018.018-.019.018-.018.018-.018.018-.018.018-.018.018-.018.018-.018.018-.017.018-.017.019-.017.019-.017.018-.017.019-.017.019-.016.019-.016.019-.016.019-.015.02-.016.02-.015.02-.015.021-.015.02-.013.021zm-.743 1.73l-.215-.049.015-.064.015-.064.016-.063.017-.063.018-.063.018-.062.019-.062.02-.061.02-.06.021-.06.021-.059.022-.059.023-.058.023-.058.024-.057.024-.057.025-.057.026-.056.026-.055.026-.055.027-.054.028-.053.028-.053.029-.052.029-.052.03-.051.03-.051.031-.05.031-.05.031-.049.031-.049.032-.048.183.124-.031.046-.03.047-.03.047-.03.047-.029.048-.029.049-.028.049-.028.05-.028.05-.027.051-.026.051-.026.052-.026.052-.025.053-.025.054-.024.053-.023.055-.023.055-.022.055-.022.056-.021.057-.021.057-.02.058-.02.058-.019.058-.018.059-.017.06-.017.06-.016.06-.016.061-.015.062-.012.06zm-2.971 6.002l.005.221-.09-.178.113-.148.111-.149.11-.149.108-.149.107-.15.105-.151.104-.152.102-.154.101-.156.099-.158.098-.161.096-.163.094-.166.093-.169.092-.173.09-.176.088-.181.086-.185.085-.19.084-.194.082-.2.08-.205.079-.211.077-.217.075-.223.073-.23.072-.237.07-.244.069-.251.067-.259.065-.267.063-.275.215.048-.064.278-.066.269-.068.262-.069.254-.071.247-.073.24-.075.233-.076.227-.078.22-.08.214-.082.209-.083.203-.085.198-.087.193-.088.188-.09.184-.092.18-.093.176-.095.172-.096.169-.098.166-.099.163-.101.161-.102.159-.104.156-.105.154-.107.153-.108.152-.11.151-.111.15-.112.15-.114.15-.086-.179zm.004.221l-.23.005.14-.183.09.178zm4.709-2.829l.2.093-.084.171-.089.166-.095.16-.099.154-.105.148-.109.142-.115.136-.119.131-.124.125-.129.119-.133.113-.138.108-.142.103-.147.097-.151.091-.155.086-.159.081-.163.075-.167.07-.17.065-.174.06-.178.055-.182.049-.185.044-.188.04-.192.035-.195.03-.198.025-.201.02-.204.016-.207.011-.21.007-.005-.221.205-.006.202-.011.199-.015.196-.02.193-.025.189-.029.186-.034.182-.038.179-.043.175-.048.171-.052.168-.057.164-.062.16-.067.156-.072.152-.077.148-.082.144-.087.14-.092.135-.097.131-.103.127-.108.122-.113.118-.118.113-.124.109-.129.104-.135.1-.141.095-.146.09-.152.085-.158.074-.164zm2.178-4.251l.218-.036-.038.102-.038.035-.041.042-.042.048-.043.055-.045.062-.047.068-.048.075-.049.081-.051.088-.053.094-.054.101-.056.107-.058.113-.059.12-.062.126-.064.131-.066.138-.068.144-.07.15-.072.156-.075.162-.077.168-.079.175-.082.18-.084.186-.088.192-.09.198-.093.204-.096.21-.099.216-.102.222-.105.228-.2-.093.105-.227.102-.221.099-.216.096-.21.093-.204.09-.198.087-.192.085-.186.082-.181.079-.174.077-.169.074-.162.072-.157.07-.151.068-.145.066-.139.064-.133.062-.127.061-.121.059-.115.057-.109.056-.104.054-.097.053-.092.052-.086.051-.08.051-.074.05-.068.049-.062.049-.057.049-.051.05-.046-.036.106zm.218-.035l.01.062-.048.041.038-.103z\"/>\n    <path fill=\"#EDB92E\" stroke=\"currentColor\" stroke- d=\"M123.204 130.394c.711.031 1.584.438 4.135 2.653 1.113 2.276 2.235 4.564 3.782 6.537.528.349.942.592 1.36.731.437.144 3.652.038 3.731-.097 1.001-.909 2.53-.261 2.02.697.396.376-.477 1.753-1.178 1.182-.644-.524-2.885-.029-3.632-.301.283.674 2.308 1.112 3.723 1.215 1.294.055 1.208 1.347.674 2.339-.606.387-.108-.102-.328.181-.579.86-1.818.748-1.86-.092-.043-.87-3.064-2.002-3.517-2.67.554 1.321 1.831 2.553 2.465 3.847.681.685 1.095.822.215 2.202-.977-.112-1.035-.372-1.636.198-1.336-.146-1.552-.543-1.336-1.602.229-1.118-.706-3.142-1.017-3.713-.287-.527-.357-1.075-.636-1.405-.485-.574-2.793-1.722-3.385-1.407-1.088.581-1.919.229-2.056-.826.35-.272.088-1.771.84-1.834.616-.052.98.138 1.546.6.891.729 1.349 1.117 1.642 1.036.695-.191-1.259-1.151-3.036-3.485-2.461-3.236-2.63-4.879-2.516-5.986h0z\"/>\n    <path fill=\"#EDB92E\" stroke=\"currentColor\" stroke- d=\"M138.082 141.508c.892-.523 1.404-.502 1.75-.113.19.214.433.103.291-.233-.593-1.403-1.539-1.578-2.387-.92-.238.22-.428.409-.62.598.143.211.851.507.966.668h0zM125.332 140.253c-.946-.645-1.833-.771-2.319-.409-.267.199-.531.056-.296-.274.982-1.382 2.132-1.453 3-.673.235.255.423.473.61.691-.297.326-.953.693-.995.665h0zM132.768 148.178c-.029-.057.217-1.209.602-1.569.3.24.636.452.953.783.947.989.943 2.447-.536 3.717-.365.314-.532-.017-.384-.378.252-.617-.054-1.404-.635-2.553h0zM136.462 145.151c.879.365 1.183.828 1.15 1.436-.018.334.202.459.326.07 1.075-2.498-.04-2.966-1.651-2.875-.092.435.137 1.353.175 1.369h0z\"/>\n    <path fill=\"#21231E\" d=\"M129.466 138.557l.017.03.015.031.014.031.012.032.011.033.009.034.007.035.005.036.003.036.001.037-.001.037-.003.038-.006.038-.008.038-.011.038-.013.038-.015.038-.018.038-.021.038-.023.038-.025.038-.028.037-.031.037-.034.037-.036.036-.039.036-.041.035-.044.035-.047.035-.05.034-.053.034-.056.034-.132-.227.049-.03.046-.03.043-.03.04-.029.037-.029.034-.029.031-.029.028-.028.026-.028.023-.028.021-.027.018-.027.016-.026.014-.026.012-.025.01-.025.008-.024.007-.024.005-.023.003-.022.002-.022.001-.022-.001-.021-.002-.021-.003-.021-.004-.02-.005-.02-.007-.02-.007-.02-.009-.019-.009-.019-.011-.019.225-.132zm-1.446.181l.056-.046.055-.044.053-.042.052-.041.051-.04.05-.038.049-.036.048-.034.047-.032.046-.031.046-.028.045-.026.045-.023.045-.021.045-.018.045-.015.046-.012.046-.008.047-.004h.047l.047.005.047.01.046.015.044.02.043.024.041.029.039.033.038.037.036.041.035.045.034.048.033.052-.225.136-.027-.043-.027-.038-.026-.033-.025-.028-.024-.023-.023-.019-.022-.015-.021-.012-.02-.009-.02-.006-.019-.004-.02-.002h-.022l-.023.002-.025.005-.027.007-.029.01-.031.013-.033.015-.035.018-.037.021-.039.024-.04.026-.043.029-.044.031-.046.034-.047.036-.049.038-.051.04-.052.042-.054.044-.056.045-.165-.204z\"/>\n    <path fill=\"#21231E\" d=\"M128.715 137.74l.017.03.015.031.014.032.013.032.011.033.009.034.007.035.005.036.003.036.001.037-.001.037-.003.038-.006.038-.008.038-.011.038-.013.038-.016.038-.018.038-.021.038-.023.038-.026.038-.028.037-.031.037-.033.037-.036.036-.039.036-.041.036-.044.035-.047.035-.05.035-.053.034-.056.034-.132-.228.049-.03.046-.03.043-.029.04-.03.037-.029.034-.029.031-.029.028-.028.026-.028.023-.028.021-.027.018-.027.016-.026.014-.026.012-.025.01-.025.008-.024.007-.024.005-.023.003-.022.002-.022.001-.022-.001-.021-.002-.021-.003-.021-.005-.02-.005-.02-.007-.02-.007-.02-.009-.019-.009-.018-.011-.019.226-.135zm-1.446.182l.056-.046.055-.044.053-.043.052-.041.051-.039.05-.038.049-.036.048-.034.047-.032.046-.03.046-.028.045-.026.045-.024.045-.021.045-.018.045-.015.046-.012.046-.008.047-.004h.047l.047.005.047.01.046.015.044.02.043.025.041.029.04.033.038.037.036.041.035.044.034.049.033.052-.225.136-.027-.043-.026-.038-.025-.033-.025-.028-.024-.024-.023-.019-.022-.015-.021-.012-.02-.009-.019-.006-.02-.004-.02-.002h-.021l-.023.002-.025.005-.027.007-.03.01-.031.013-.034.016-.035.018-.037.021-.039.024-.041.027-.042.029-.044.032-.046.034-.047.036-.049.038-.051.04-.052.042-.054.044-.056.045-.167-.207z\"/>\n    <path fill=\"#21231E\" d=\"M127.926 136.684l.017.037.016.038.015.038.013.04.011.041.009.041.008.042.005.043.003.044.001.045-.001.045-.003.046-.006.046-.008.046-.011.047-.013.047-.016.047-.019.047-.022.048-.024.047-.028.047-.03.047-.033.047-.036.047-.039.046-.042.046-.045.046-.048.045-.051.045-.054.044-.058.044-.062.044-.149-.219.055-.039.051-.039.048-.039.044-.039.041-.039.038-.039.035-.038.032-.038.029-.038.026-.037.024-.037.021-.036.018-.036.016-.035.014-.035.012-.034.01-.034.008-.034.006-.033.004-.033.003-.032.001-.031-.001-.031-.002-.031-.003-.03-.006-.03-.007-.029-.008-.028-.009-.028-.01-.027-.011-.027-.013-.026.234-.122zm-1.588.245l.062-.059.06-.058.059-.055.057-.053.056-.052.054-.049.054-.047.052-.044.051-.042.051-.039.05-.036.049-.034.05-.03.049-.027.049-.024.05-.02.051-.016.051-.011.053-.006h.053l.053.006.052.013.051.019.049.026.046.031.044.037.042.041.04.046.038.051.038.056.036.062.036.067-.235.121-.031-.057-.03-.051-.029-.044-.029-.038-.028-.032-.026-.026-.025-.021-.023-.016-.022-.012-.021-.008-.021-.005-.021-.003h-.022l-.025.003-.027.006-.03.009-.032.013-.035.016-.037.021-.039.024-.041.028-.043.031-.045.035-.047.038-.049.041-.05.044-.052.047-.054.05-.056.052-.058.055-.06.057-.062.059-.181-.19z\"/>\n    <path fill=\"#21231E\" d=\"M127.051 135.549l.019.04.017.042.015.043.013.044.012.045.01.046.008.047.006.048.003.048.001.049-.001.05-.004.051-.006.051-.009.051-.011.052-.014.052-.017.052-.02.053-.023.053-.026.052-.029.052-.031.053-.035.052-.038.052-.041.052-.044.052-.048.051-.051.051-.054.051-.058.05-.061.049-.065.049-.156-.216.058-.044.054-.044.051-.044.047-.044.044-.044.041-.044.037-.044.035-.043.031-.043.028-.043.026-.043.023-.042.02-.042.018-.041.015-.041.013-.04.011-.04.009-.039.007-.039.005-.038.003-.038.001-.036-.001-.037-.002-.036-.005-.035-.006-.035-.007-.034-.009-.033-.01-.033-.011-.032-.012-.031-.014-.03.238-.115zm-1.677.282l.066-.067.064-.065.062-.063.061-.061.059-.058.058-.056.057-.053.056-.05.054-.047.054-.044.053-.041.052-.038.052-.034.052-.03.052-.027.053-.022.054-.018.055-.013.056-.006h.056l.056.007.055.015.054.022.051.029.049.035.046.041.044.046.042.052.04.057.039.063.038.069.038.075-.239.116-.033-.066-.032-.058-.032-.051-.031-.044-.03-.037-.029-.03-.027-.024-.026-.018-.024-.013-.023-.009-.022-.006-.023-.003h-.024l-.026.003-.029.007-.031.01-.035.014-.037.019-.04.023-.042.027-.044.032-.046.036-.048.039-.05.043-.052.047-.054.05-.056.054-.057.056-.059.059-.061.062-.063.064-.066.067-.187-.187z\"/>\n    <path fill=\"#21231E\" d=\"M126.089 134.413l.029.049.026.05.023.051.02.051.017.052.014.052.01.053.007.053.004.054v.054l-.003.054-.006.054-.009.054-.012.054-.015.053-.018.054-.021.053-.024.053-.026.053-.029.053-.032.053-.035.052-.037.052-.04.052-.042.052-.045.052-.048.052-.05.052-.053.051-.055.052-.057.051-.06.051-.168-.203.056-.048.053-.047.051-.047.048-.047.045-.047.043-.046.04-.046.037-.046.035-.045.032-.045.03-.044.027-.044.024-.043.022-.043.019-.042.016-.042.014-.041.012-.041.009-.04.007-.039.004-.039.002-.038v-.038l-.003-.038-.005-.038-.007-.037-.009-.037-.012-.037-.014-.037-.017-.037-.019-.037-.022-.037.217-.14zm-1.672.318l.066-.071.063-.068.061-.065.06-.062.058-.059.056-.056.055-.053.053-.05.052-.047.052-.044.051-.04.051-.037.05-.033.051-.029.051-.025.052-.021.053-.016.054-.011.055-.005.055.002.055.008.054.015.052.021.051.027.049.032.047.038.046.043.045.048.044.052.044.057.044.063.044.068-.223.141-.039-.061-.038-.054-.037-.048-.036-.042-.034-.036-.032-.03-.031-.024-.029-.019-.027-.014-.025-.01-.024-.006-.023-.004-.024-.001-.025.002-.027.005-.03.009-.032.013-.035.017-.036.021-.039.026-.041.03-.043.034-.045.038-.048.042-.049.046-.052.05-.054.054-.056.057-.058.061-.06.064-.063.068-.065.07-.194-.181z\"/>\n    <path fill=\"#FFF\" stroke=\"currentColor\" stroke- d=\"M122.092 129.21l-.085-2.425c.974-.495 3.372.013 4.385 2.252 1.263 2.791 2.457 4.277 3.972 5.587-2.195.41-4.055-.025-5.254-1.635-1.617-2.172-2.481-3.488-3.018-3.779h0z\"/>\n    <path fill=\"#FFF\" stroke=\"currentColor\" stroke- d=\"M120.309 129.528l2.62-1.103c1.074 2.189 1.805 3.669 2.11 4.473.597 1.576.76 3.06.484 4.341-1.064-.271-2.292-1.029-3.122-2.589-.835-1.567-1.348-3.396-2.092-5.122h0z\"/>\n    <path fill=\"#FFF\" stroke=\"currentColor\" stroke- d=\"M119.556 129.527l2.81-.429c.508 2.386.856 4 .956 4.853.195 1.674-.008 3.153-.589 4.328-.965-.523-1.972-1.559-2.397-3.275-.427-1.722-.479-3.621-.78-5.477h0z\"/>\n    <path fill=\"#FFF\" stroke=\"currentColor\" stroke- d=\"M119.137 125.703l-1.675-.014c-.978.486-2.005 2.716-.818 4.868 1.479 2.682 1.954 4.53 2.097 6.529 1.64-1.518 2.404-3.272 1.832-5.196-.772-2.597-1.523-5.582-1.436-6.187h0z\"/>\n    <path fill=\"#FFF\" stroke=\"currentColor\" stroke- d=\"M118.391 124.534l2.679-.951c.947 2.248 1.592 3.767 1.85 4.587.506 1.607.584 3.098.235 4.362-1.046-.332-2.372-1.017-3.112-2.621-.743-1.612-1.008-3.61-1.652-5.377h0z\"/>\n    <path fill=\"#FFF\" stroke=\"currentColor\" stroke- d=\"M120.211 122.664l.588-3.646c.615-.167 1.433 1.273 2.233 2.113.185.194.396.376.558.615.337.499.608 1.093.759 1.768.669 2.99 1.645 4.545 2.861 6.136-2.232-.046-3.965-.851-4.811-2.672-1.142-2.456-1.721-3.92-2.188-4.314h0z\"/>\n    <path fill=\"#C6363C\" d=\"M122.54 94.285v24.125c0 4.314-1.673 8.23-4.371 11.069-2.698 2.838-6.422 4.598-10.524 4.598h-.001c-4.102 0-7.825-1.76-10.523-4.598-2.698-2.838-4.371-6.755-4.371-11.069V94.287l29.79-.002z\"/>\n    <path fill=\"#FFF\" stroke=\"currentColor\" stroke- d=\"M112.758 106.551v-8.74c1.902-.512 6.534-2.36 6.775 1.692.112 1.873-2.32 3.108-2.975 1.454-.311-.783.028-1.337.485-1.516.494-.193.983.207.853.802 1.969-1.031-1.759-3.219-3.442-.371-.49.829.827 1.694.829 2.309.002.615-1.294 1.536-.829 2.31 1.704 2.834 5.411.66 3.442-.371.131.596-.359.996-.853.802-.457-.179-.795-.734-.485-1.516.656-1.654 3.087-.419 2.975 1.454-.241 4.051-4.873 2.203-6.775 1.691h0z\"/>\n    <path fill=\"#FFF\" stroke=\"currentColor\" stroke- d=\"M122.54 109.082v6.217h-11.792v18.433a14.14 14.14 0 01-3.103.344h0-.001a14.13 14.13 0 01-3.102-.344V115.3H92.75v-6.217h11.792V94.286h6.207v14.797h11.791v-.001z\"/>\n    <path fill=\"#FFF\" stroke=\"currentColor\" stroke- d=\"M102.531 106.551v-8.74c-1.902-.512-6.534-2.36-6.775 1.692-.112 1.873 2.32 3.108 2.976 1.454.31-.783-.028-1.337-.485-1.516-.494-.193-.984.207-.853.802-1.969-1.031 1.759-3.219 3.442-.371.49.829-.827 1.694-.829 2.309-.001.615 1.295 1.536.829 2.31-1.704 2.834-5.411.66-3.442-.371-.131.596.359.996.853.802.457-.179.795-.734.485-1.516-.656-1.654-3.087-.419-2.976 1.454.241 4.051 4.872 2.203 6.775 1.691h0zM102.531 126.571v-8.74c-1.902-.512-6.534-2.36-6.775 1.692-.112 1.873 2.32 3.108 2.976 1.454.31-.783-.028-1.337-.485-1.516-.494-.193-.984.207-.853.802-1.969-1.031 1.759-3.218 3.442-.371.49.829-.827 1.694-.829 2.309-.001.615 1.295 1.536.829 2.31-1.704 2.834-5.411.66-3.442-.371-.131.596.359.995.853.802.457-.179.795-.734.485-1.516-.656-1.654-3.087-.419-2.976 1.454.241 4.051 4.872 2.202 6.775 1.691h0zM112.758 126.571v-8.74c1.902-.512 6.534-2.36 6.775 1.692.112 1.873-2.32 3.108-2.975 1.454-.311-.783.028-1.337.485-1.516.494-.193.983.207.853.802 1.969-1.031-1.759-3.218-3.442-.371-.49.829.827 1.694.829 2.309.002.615-1.294 1.536-.829 2.31 1.704 2.834 5.411.66 3.442-.371.131.596-.359.995-.853.802-.457-.179-.795-.734-.485-1.516.656-1.654 3.087-.419 2.975 1.454-.241 4.051-4.873 2.202-6.775 1.691h0z\"/>\n    <path fill=\"#21231E\" d=\"M92.5 94.025v24.385l.007.408.014.408.021.408.035.401.048.401.048.394.062.394.076.387.076.394.09.38.104.38.104.373.117.373.124.366.131.366.138.359.152.352.152.352.166.345.172.346.179.332.186.332.193.325.2.325.207.311.214.311.221.304.234.297.235.297.241.283.248.283.255.263-.007.007.262.27.269.263.269.249.283.249.283.242.29.235.29.221.303.221.303.214.31.2.31.2.324.187.324.179.324.173.338.166.338.152.338.145.345.145.352.124.352.124.359.111.359.104.365.097.365.083.372.076.372.062.379.055.379.048.386.035.379.028.393.014.386.007.393-.007.386-.014.386-.028.379-.035.379-.048.379-.055.372-.062.372-.076.365-.083.365-.097.358-.104.359-.111.352-.124.352-.131.345-.138.345-.145.338-.152.331-.166.331-.173.324-.179.317-.194.317-.193.31-.2.303-.214.297-.221.296-.221.29-.235.283-.242.276-.249.276-.248.262-.263.262-.27.255-.269.248-.283.241-.283.235-.297.227-.297.221-.304.214-.311.214-.311.2-.325.193-.325.186-.332.179-.332.172-.346.159-.345.159-.352.145-.352.145-.359.131-.366.124-.366.11-.373.11-.373.097-.38.09-.38.083-.387.069-.394.062-.394.055-.394.041-.401.035-.401.028-.408.014-.408.007-.408h-.007V94.026L92.5 94.025zm.503.525h29.287v23.86l-.007.394-.014.394-.021.394-.035.387-.041.387-.055.387-.055.38-.069.373-.083.373-.083.373-.097.366-.104.366-.11.359-.117.352-.131.352-.131.345-.145.345-.152.339-.159.332-.166.332-.172.325-.179.318-.186.318-.2.311-.2.304-.207.297-.214.297-.22.29-.228.283-.234.276-.242.269-.241.263-.255.262-.255.249-.262.249-.269.235-.276.235-.283.228-.283.214-.289.214-.297.2-.296.2-.303.193-.31.18-.31.173-.317.166-.324.159-.331.152-.324.145-.338.131-.338.124-.338.118-.345.11-.352.097-.352.09-.359.083-.359.076-.359.062-.366.055-.365.041-.372.035-.372.028-.372.014-.379.007-.379-.007-.372-.014-.372-.028-.372-.035-.365-.041-.365-.055-.358-.062-.359-.076-.352-.083-.359-.09-.345-.097-.345-.11-.345-.118-.338-.124-.331-.131-.331-.145-.324-.152-.324-.159-.317-.166-.317-.173-.303-.186-.31-.187-.297-.193-.296-.207-.29-.214-.283-.214-.283-.228-.269-.235-.269-.235-.262-.249-.262-.249-.248-.262-.248-.263-.241-.269-.228-.276-.227-.283-.221-.29-.221-.297-.207-.297-.2-.304-.193-.311-.186-.311-.179-.325-.179-.325-.165-.332-.159-.332-.145-.339-.145-.345-.138-.345-.124-.352-.124-.352-.11-.359-.103-.366-.09-.366-.09-.373-.076-.373-.069-.373-.062-.38-.048-.387-.041-.387-.035-.387-.028-.394-.014-.394v-.394l-.001-23.86z\"/>\n  </g>\n</svg>\n</li><li title=\"cif ru \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 201\">\n  <g fill=\"none\">\n    <path fill=\"#FFF\" d=\"M.5.5h300v100H.5z\"/>\n    <path fill=\"#D52B1E\" d=\"M.5 100.5h300v100H.5z\"/>\n    <path fill=\"#0039A6\" d=\"M.5 67.166h300v66.667H.5z\"/>\n  </g>\n</svg>\n</li><li title=\"cif rw \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 201\">\n  <g fill=\"none\">\n    <path fill=\"#00A1DE\" d=\"M.5.5h300v100H.5z\"/>\n    <path fill=\"#FAD201\" d=\"M.5 100.5h300v50H.5z\"/>\n    <path fill=\"#20603D\" d=\"M.5 150.5h300v50H.5z\"/>\n    <path fill=\"#E5BE01\" d=\"M279 52.75l-22.336 1.305 21.237 7.042-21.912-4.52 18.691 12.298-19.996-10.037 14.871 16.717-16.717-14.871 10.037 19.996-12.298-18.69 4.52 21.912-7.042-21.237L246.75 85l-.278-32.528z\"/>\n    <path fill=\"#E5BE01\" d=\"M279 52.75l-22.336-1.305 21.237-7.042-21.912 4.52 18.691-12.298-19.996 10.037 14.871-16.717-16.717 14.871 10.037-19.996-12.298 18.691 4.52-21.912-7.042 21.237L246.75 20.5l-.278 32.528z\"/>\n    <path fill=\"#E5BE01\" d=\"M214.5 52.75l22.336 1.305-21.237 7.042 21.912-4.52-18.691 12.298 19.996-10.037-14.871 16.717 16.717-14.871-10.037 19.996 12.298-18.69-4.52 21.912 7.042-21.237L246.75 85l.278-32.528z\"/>\n    <path fill=\"#E5BE01\" d=\"M214.5 52.75l22.336-1.305-21.237-7.042 21.912 4.52-18.691-12.298 19.996 10.037-14.871-16.717 16.717 14.871-10.037-19.996 12.298 18.691-4.52-21.912 7.042 21.237L246.75 20.5l.278 32.528z\"/>\n    <circle cx=\"246.75\" cy=\"52.75\" r=\"9.528\" fill=\"#E5BE01\" stroke=\"currentColor\" stroke-/>\n  </g>\n</svg>\n</li><li title=\"cif sa \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 201\">\n  <g fill=\"none\">\n    <path fill=\"#006C35\" d=\"M.5.5h300v200H.5z\"/>\n    <path fill=\"#FFF\" d=\"M129.812 47.736c-.155-.004-.387.082-.713.275-.731.49-2.18 2-2.225 3.738-.044.98-.229.977.413 1.6.464.669.927.603 1.862.112.538-.396.719-.648.9-1.312.223-1.114-1.172.527-1.35-.713-.312-1.151.579-1.624 1.425-2.737.02-.525.029-.953-.312-.963zm13.625.075c-.261.036-.581.37-1.025 1.175-.318.843-1.69 2.119-.7 4.75.81 1.668 1.143 4.38.775 7.4-.561.859-.689 1.154-1.425 2.013-1.034 1.112-2.154.827-3.013.412-.803-.541-1.434-.819-1.8-2.537.066-2.739.226-7.223-.275-8.175-.738-1.474-1.955-.945-2.475-.5-2.499 2.285-3.733 6.143-4.487 9.212-.693 2.237-1.432 1.59-1.95.688-1.263-1.183-1.351-10.433-2.875-8.913-2.441 6.976 1.4 14.618 4.062 13.875 1.92.795 3.139-2.86 3.925-6.862.538-1.123.949-1.252 1.225-.675-.071 5.322.382 6.509 1.75 8.125 3.053 2.355 5.577.298 5.775.1l2.375-2.375c.529-.556 1.228-.59 1.975-.1.726.66.633 1.797 2.188 2.587 1.308.523 4.102.127 4.75-1 .872-1.495 1.084-2.008 1.487-2.575.622-.828 1.688-.462 1.688-.2-.099.462-.725.918-.3 1.75.74.555.912.198 1.35.075 1.548-.74 2.712-4.1 2.712-4.1.068-1.253-.645-1.158-1.1-.9-.594.363-.631.487-1.225.85-.757.112-2.224.612-2.95-.513-.741-1.352-.746-3.236-1.312-4.6 0-.099-.991-2.144-.075-2.275.462.086 1.455.343 1.612-.487.485-.809-1.046-3.105-2.087-4.263-.904-.993-2.153-1.113-3.363-.1-.847.779-.721 1.65-.887 2.475-.216.948-.175 2.122.787 3.375.845 1.667 2.381 3.806 1.875 6.825 0 0-.893 1.437-2.462 1.25-.654-.143-1.721-.426-2.288-4.613-.429-3.169.107-7.609-1.237-9.687-.304-.784-.564-1.546-1-1.487zm-4.312.336c-.407.036-.857.509-1.225 1.425-.315.696-.7 4.338-.637 4.338-.252 1.084 1.132 1.543 1.762.15.945-2.554.949-3.642 1.013-4.725-.148-.825-.507-1.223-.913-1.188zm15.924.288c-.418.038-.75.282-.875.9-.166 1.452-.081 2.241.163 3.45.187.806 1.36 2.155 1.938 2.938 2.758 3.708 5.412 7.433 7.975 11.287.403 2.862.698 5.662.888 8.45.415 6.114.541 13.724.162 20.163 1.145.045 2.981-1.85 3.625-4.625.419-3.839-.149-11.672-.187-13.938-.027-.941-.085-2.063-.15-3.237a210.703 210.703 0 018.712 15.7c1.035-.492.805-6.319.2-7.138-2.272-4.891-5.412-9.719-6.412-11.575-.361-.67-1.592-2.542-3.05-4.7-.268-3.079-.56-5.688-.75-6.475-.469-3.255 1.338.367 1.087-1.525-.586-3.251-2.38-5.46-4.5-8.438-.683-.968-.67-1.166-1.725.237-.63 1.431-.622 2.621-.437 3.737a19.864 19.864 0 00-1.113-1.475c-1.83-1.57-1.943-1.656-3.462-2.938-.48-.339-1.392-.862-2.089-.798zm47.2.487c-.203-.032-.425.068-.675.437-.477.418-.991 1.176-.975 2.15.116 1.715.422 3.472.538 5.188l.125.688a6.313 6.313 0 00-.438-.512c-3.344-3.513 1.537-.574-.637-3.288-1.838-2.019-2.376-2.661-3.95-3.875-.789-.51-1.266-1.484-1.525.175-.103 1.458-.21 3.146-.113 4.375-.005.683.702 1.968 1.313 2.725a292.945 292.945 0 016.8 8.7c.482 6.206.611 11.895 1.1 18.112-.069 2.659-.887 6.191-1.663 6.525 0 0-1.184.68-1.975-.075-.575-.231-2.875-3.838-2.875-3.838-1.177-1.079-1.962-.771-2.8 0-2.31 2.23-3.355 6.409-4.925 9.287-.405.642-1.545 1.189-2.812-.05-3.22-4.398-1.337-10.659-1.738-9.05-2.868 3.231-1.598 8.586-.95 9.737.945 1.891 1.71 3.102 3.55 4.038 1.675 1.234 2.98.464 3.7-.4 1.686-1.747 1.709-6.216 2.5-7.1.555-1.624 1.947-1.345 2.625-.625.657.946 1.434 1.56 2.4 2.075 1.573 1.388 3.45 1.639 5.3.375 1.264-.709 2.085-1.631 2.825-3.45.794-2.124.402-13.257.225-19.45a253.388 253.388 0 013.525 5.112c.511 5.436.743 10.791.575 15.925-.121 1.021 3.563-3.048 3.538-4.975-.017-1.686.003-3.214 0-4.638a195.907 195.907 0 015.15 8.688c1.013-.537.666-6.271.025-7.063-1.711-2.871-3.903-5.974-5.6-8.375-.336-3.03-.792-6.605-1-7.7-.324-1.708-.648-4.273-1.138-6.3-.134-.791-.539-3.32-.412-3.563.2-.566.954.018 1.325-.637.556-.606-1.927-7.039-3.188-8.875-.453-.823-1.273-.538-2.287.8-.941.881-.597 2.889-.238 4.8.933 4.87 1.766 9.829 2.425 14.775a551.267 551.267 0 00-4.175-6.125c-.039-.204-.187-.952-.187-.963 0-.088-.202-3.984-.375-4.912-.03-.377-.12-.486.275-.438.419.352.476.371.737.487.423.077.793-.638.538-1.3-1.308-2.413-2.616-4.837-3.925-7.25-.157-.152-.334-.315-.538-.347zm-121.811.125c-.725-.021-1.525.429-1.213 1.3-.182.475 1.419 2.08 1.7 2.962.252.628-.25 2.651.275 2.838.483.209 1.147-1.4 1.4-2.888.14-.815.034-3.604-1.862-4.175a1.568 1.568 0 00-.3-.037zm138.764.016c-.165.016-.367.283-.675.938-.742 1.215-.997 3.391-.7 5.312 1.786 12.081 3.113 23.78 3.388 34.488-.154 1.016-.198 1.557-.675 2.838-1.054 1.351-2.217 3.046-3.313 3.862-1.095.816-3.426 1.595-4.188 2.2-2.418 1.397-2.43 3.004-.475 3.063 3.368-.391 7.354-.668 10.1-4.813.734-1.162 1.599-4.311 1.637-6.238.257-11.299-.145-22.346-1.837-30.512-.109-.796-.46-2.624-.325-2.863.218-.559 1.32.056 1.712-.587.576-.588-2.85-4.975-4.05-6.85-.239-.472-.387-.859-.599-.838zm-35.325.188c-.139.024-.345.236-.725.737-.941 3.077-1.271 5.589-.912 7.5 2.417 12.613 4.894 24.105 4.5 36.112 1.146.008 2.471-2.622 3.037-5.225.31-3.586-.207-5.768-.3-7.875s-2.386-19.206-2.85-20.8c-.56-3.015 2.23-.396 1.925-2.15-.964-2.211-3.371-5.429-4.125-7.35-.283-.514-.318-.99-.55-.949zm-86.012.237c-.297.051-.584.296-.687.7-.066.264.114.704-.125.838-.138.139-.659.045-.638-.688 0-.234-.171-.477-.275-.625-.104-.068-.174-.087-.362-.087-.23.009-.224.07-.35.263-.056.196-.128.388-.128.612-.028.261-.133.349-.325.388-.214 0-.164.023-.337-.088-.103-.113-.225-.157-.225-.35 0-.2-.052-.518-.113-.65-.091-.12-.235-.182-.4-.225-.899.004-.964 1.036-.912 1.425-.067.073-.101 1.904 1.125 2.412 1.645.785 4.731.453 4.6-2.2 0-.234-.052-1.023-.075-1.237-.168-.391-.478-.539-.775-.487l.002-.001zm22.075.025a3.681 3.681 0 00-1.5.412c-1.091 1.044-1.346 2.718-.487 3.763.836.395 1.67 1.236 1.112 1.7-2.363 2.524-8.515 6.743-8.825 7.512l-.013.025v.038c.002.006.008.02.013.025a.142.142 0 01.012.013h.012c.003.001.01.012.013.012h.012l.013.013c.312.21 4.162.205 4.587.013.004-.002.01-.011.013-.013h.012v-.013c1.323-.487 7.6-7.662 7.6-7.662-.325-.279-.625-.484-.95-.763-.348-.302-.313-.598 0-.9 1.555-.905 1.062-2.895.25-3.8a4.04 4.04 0 00-1.874-.375zm57.7.025c-.165.016-.366.271-.675.925-.742 1.215-1.246 3.331-1.187 5.312 1.607 11.126 2.1 20.862 3.15 31.988.086 1.076-.072 2.639-.788 3.263-2.646 2.762-6.461 6.169-10.612 7.737-.447.502 1.111 2.639 3.125 2.638 3.368-.391 6.329-2.282 9.075-7.263.734-1.161 2.025-3.648 2.062-5.575.257-11.299-.57-20.084-2.262-28.25-.109-.796-.035-1.736.1-1.975.218-.261.957.006 1.35-.637.575-.588-1.538-5.462-2.738-7.338-.239-.471-.387-.846-.6-.825zm-89.388.34c-.465.054-.902.433-1.113.938-.078 1.784-.088 3.568.113 5.212.812 2.884 1.069 5.421 1.462 8.375.109 3.957-2.285 1.712-2.175-.25.553-2.548.404-6.558-.087-7.575-.389-1.016-.841-1.268-1.788-1.1-.752-.046-2.695 2.071-3.237 5.575 0 0-.452 1.799-.65 3.4-.266 1.81-1.465 3.092-2.3-.25-.722-2.429-1.166-8.412-2.375-7.012-.346 4.672-.758 12.894 3.212 13.738 4.802.462 2.149-8.118 3.888-9.675.329-.77.937-.783.987.188v7.288c-.044 2.369 1.515 3.073 2.725 3.563 1.259-.097 2.094-.063 2.588 1.162.197 4.201.403 8.412.6 12.613 0 0 2.911.837 3.05-7.088.139-4.653-.927-8.557-.3-9.463.022-.889 1.162-.933 1.95-.5 1.255.886 1.812 1.975 3.762 1.537 2.968-.818 4.756-2.258 4.8-4.537-.173-2.166-.424-4.334-1.362-6.5.131-.394-.568-1.419-.438-1.813.533.836 1.34.766 1.525 0-.505-1.665-1.292-3.26-2.562-3.95-1.05-.925-2.587-.73-3.15 1.2-.261 2.223.806 4.859 2.425 7.013.344.841.825 2.241.612 3.5-.862.491-1.716.287-2.437-.475 0 0-2.363-1.769-2.363-2.163.627-4.014.135-4.474-.212-5.587-.243-1.538-.971-2.025-1.563-3.075-.591-.627-1.393-.627-1.775 0-1.044 1.81-.554 5.696.2 7.438.545 1.601 1.381 2.6.988 2.6-.324.905-1 .694-1.488-.35-.696-2.158-.837-5.375-.837-6.825-.209-1.798-.442-5.638-1.625-6.612-.315-.432-.688-.582-1.05-.54zm16.863.025c-.238.03-.502.166-.812.237-1.021.325-1.977 1.207-1.675 2.925 1.207 7.333 1.993 12.929 3.2 20.262.185.859-.534 1.991-1.463 1.875-1.578-1.068-1.97-3.23-4.662-3.137-1.949.023-4.172 2.144-4.45 4.187-.325 1.623-.441 3.384 0 4.8 1.37 1.647 3.011 1.472 4.45 1.1 1.183-.487 2.157-1.653 2.575-1.375.001.001.011-.002.012 0v.013c.258.451-.024 4.265-5.575 7.212-3.411 1.532-6.126 1.898-7.588-.887-.905-1.741.066-8.37-2.162-6.838-6.59 16.987 15.439 19.358 17.9.7.159-.526.645-1.054.987-.925.15.064.288.268.338.65-.511 16.894-17.042 18.052-19.85 12.738-.696-1.253-.905-4.042-.975-5.713-.127-1.011-.381-1.594-.675-1.825-.67-.504-1.57.809-1.763 3.088-.279 1.833-.2 2.336-.2 4.1.882 13.344 22.155 7.611 25.613-3.413 1.711-5.698-.035-9.997.537-10.525.005-.004.02-.009.025-.012a.192.192 0 01.025-.012l.025-.013a.356.356 0 01.075-.013c2.112 2.275 5.075.289 5.725-.5.279-.395.975-.648 1.463-.138 1.647 1.184 4.534.626 5.137-1.462.348-2.042.643-4.145.713-6.325-1.073.333-1.939.583-2.288.95a.601.601 0 00-.162.3c-.093.604-.182 1.209-.275 1.813a.455.455 0 01-.05.138.58.58 0 01-.2.187c-.379.207-1.041.089-1.075-.462-.511-2.321-2.611-2.622-3.888.975-.859.696-2.425.832-2.587-.213.209-2.413-.764-2.737-2.713-1.6-.627-4.78-1.248-9.344-1.875-14.125.812-.023 1.557.566 2.3-.362-.804-2.5-2.504-7.585-3.462-8.063-.008-.003-.018-.01-.025-.012a1.38 1.38 0 00-.2-.188.758.758 0 00-.188-.087.666.666 0 00-.262-.025zm65.736.037c-.843-.025-1.776.506-1.413 1.562-.212.576 1.811 2.531 2.138 3.6.587 1.643-.448 3.211.162 3.438.562.254 1.344-1.696 1.638-3.5.339-1.458-.701-4.446-2.175-5.063a1.838 1.838 0 00-.35-.037zm-51.212 1.8c.384-.039.848.314 1.075.812.242.532.121 1.041-.275 1.138-.396.097-.908-.255-1.15-.788-.242-.532-.121-1.053.275-1.15a.84.84 0 01.075-.012zm95 2.463c-.769-.027-1.606.557-1.275 1.7-.193.624 1.64 2.742 1.938 3.9.267.824-.407 3.48.15 3.725.512.275 1.233-1.835 1.5-3.787.148-1.069-.644-4.82-1.988-5.488a1.367 1.367 0 00-.325-.05zm-52.525 1.3c.07.313.141.629.187.95.158.693.293 1.381.438 2.063-.607-.836-1.109-1.511-1.325-1.75-1.372-1.632.032-1.072.7-1.263zm12.1 5.95c-.297.052-.584.309-.688.713-.065.264.127.692-.112.825-.138.139-.672.058-.65-.675 0-.234-.171-.49-.275-.638-.104-.068-.174-.087-.363-.087-.229.009-.224.07-.35.263-.053.196-.125.39-.125.612-.029.261-.12.349-.312.388-.214 0-.176.023-.35-.088-.103-.113-.225-.157-.225-.35 0-.2-.052-.518-.113-.65-.091-.12-.235-.17-.4-.213-.898.003-.952 1.023-.9 1.413-.067.073-.113 1.916 1.113 2.425 1.645.784 4.743.44 4.612-2.213 0-.235-.064-1.023-.087-1.237-.168-.392-.478-.54-.775-.488zm-55.247.55c-.203-.021-.469.054-.775.238-1.455.787-2.018 3.121-1.112 4.487.846 1.203 2.184.763 2.362.763 1.425.178 2.275-2.675 2.275-2.675s.043-.802-1.65.712c-.712.134-.809-.124-.987-.525-.148-.742-.117-1.495.225-2.237.157-.446 0-.729-.338-.763zm78.1.362c-.808-.039-1.668.484-1.888 1.587.004.651.294 1.009.237 1.6-.084.338-.432.56-1.262.163.13-.12-.538-1.063-.538-1.063-.647-.394-1.512.021-2.075.388a3.159 3.159 0 00-.187 2.512c.929 1.717 4.117 4.647 5.638 4.675.028-1.548.179-3.607.263-4.888.036-.483.149-1.016.612-1.138.463-.121 1.266.466 1.275-.037-.084-.985-.281-2.438-.837-3.125a1.577 1.577 0 00-1.238-.674zm-64.648 5.388c-.021.008-.043.026-.063.038a.479.479 0 00-.037.025c-.161.121-.351.4-.775.7-.716.814-.844 1.381-.8 3.013.041.173 1.359 3.837 2.475 6.413.753 2.677 1.449 5.742.937 8.637-1.762 3.827-5.305 7.26-8.725 9.125-1.742.558-3.247.368-3.65-.012l-.012-.013c-1-.673-1.023-1.87-.963-2.075v-.013l.013-.013c2.886-2.01 6.182-3.637 8.762-9.063.762-2.073.995-3.319.238-6.525-.295-1.195-.66-2.178-1.475-3.025l.012-.012c.491-.235 1.766.703 1.963.112-.302-1.531-1.338-3.586-2.513-4.638-1.028-.934-2.146-1.042-3.087-.187-1.06.59-1.286 2.709-.775 4.562.567 1.396 2.097 1.641 3.187 4.45v.013c.023.176.374 2.097-.175 2.875-.446 1.39-6.17 5.904-6.575 6.175-.004.004-.033.021-.037.025a.154.154 0 00-.025.025.074.074 0 01-.013.012h-.025l-.012-.012v-.013l-.013-.025c-.017-.112.013-.4 0-.862-.037-.846.313-2.759.288-3.088v-.012a.08.08 0 00-.013-.013v-.013h-.012c-1.892 1.221-2.517 4.966-2.863 6.075-4.79 3.31-10.229 5.772-13.362 9.125-1.632 2.548 11.241-2.926 12.737-3.587.013.009.026.025.038.037.284.313.309 1.404 1.162 2.388 1.338 1.812 4.182 2.929 6.95 2.237 4.641-1.678 7.315-4.841 10.038-8.35.389-.566.999-1.012 1.562-.575 1.871 4.188 7.264 7.168 14.238 7.475 1.614-1.962.842-2.927.187-3.337-.202-.134-3.468-1.407-3.975-2.675-.319-1.18.457-2.226 2.013-3.013 4.477-.541 8.879-1.143 13.137-2.512.043-1.431.886-3.571 1.45-4.5.392-.645.643-.709.738-.8.003-.003.01-.009.012-.013l.013-.012.012-.013v-.025a.432.432 0 00-.012-.125l-.725-.425-14.288-.063a1.499 1.499 0 01-.387-.2l-.025-.025-.013-.013c-.002-.002-.011-.01-.012-.013l-.013-.025-.012-.013v-.012l-.013-.013v-.013-.013-.013-.013-.012-.013-.013-.013l.013-.012a.284.284 0 01.012-.025c.07-.094.239-.182.45-.263 3.412-.465 9.473-1.459 9.875-7.287-.063-3.036-1.3-5.025-5.025-5.575-2.737.212-4.69 2.86-4.375 5.775-.131.785.266 2.325-.538 2.5-5.251.48-10.982 3.77-11.175 6.125h-.013l-.012.013a.672.672 0 00-.025.013h-.025a.422.422 0 01-.038.012H138.155a3.776 3.776 0 01-.05-.012c-.341-.095-.781-.659-.712-1.45-.2-4.071-1.525-8.677-3.6-12.225-.74-.741-1.063-1.041-1.275-1.075h-.087c-.001.006-.01.005-.012.005zm13.675 2.15c-.297.052-.584.296-.688.7-.065.264.127.705-.112.838-.138.139-.672.058-.65-.675 0-.233-.171-.489-.275-.638-.104-.068-.162-.087-.35-.087-.229.009-.237.07-.363.262-.053.196-.125.39-.125.613-.028.261-.121.349-.312.387-.214 0-.164.023-.338-.087-.103-.113-.237-.157-.237-.35 0-.2-.04-.518-.1-.65-.091-.12-.248-.17-.413-.213-.899.003-.952 1.023-.9 1.413-.067.073-.113 1.916 1.113 2.425 1.645.785 5.566.323 4.612-2.213 0-.235-.064-1.023-.087-1.237-.168-.392-.479-.54-.775-.488zm55.187 2.262a.274.274 0 00-.137.012s-7.623 5.423-7.812 5.613c-.756.672-.378 3.036 0 2.762.546.21 8.221-4.991 8.075-5.6.335.02.495-2.675-.126-2.787zm-47.983.804c.311-.033.72.073 1.112.3.569.329.92.827.875 1.188-.002.01.002.028 0 .037-.002.01-.022.029-.025.038l-.012.037a.15.15 0 01-.013.025l-.012.025a.528.528 0 01-.075.088c-.274.255-.905.219-1.5-.125-.564-.326-.912-.827-.875-1.188.001-.01.011-.028.012-.037a.425.425 0 01.05-.125c.008-.014.016-.037.025-.05l.013-.013a.605.605 0 01.062-.062.721.721 0 01.363-.138zm-66.764 1.375c-3.95.072-9.735 5.178-9.888 8.013 4.168-2.002 8.263-3.929 12.5-6-.684-1.021-.041-1.941-2.612-2.013zm12.8 1.775c.387.005.796.196 1.012.738a1.282 1.282 0 01-.225 1.275v.013c-.004.006-.009.02-.012.025-.166.214-.748.125-1.163.125-.502-.022-.749-.104-1.05-.512-.144-.453.294-.899.488-1.238.002-.003.011-.009.012-.012a.657.657 0 01.088-.1c.15-.137.409-.266.687-.3.054-.008.107-.014.163-.014zm100.464 1.573c-.702.086-1.37.751-1.063 1.812-.193.623.953 2.804 1.25 3.963.268.824-.344 3.155.213 3.4.512.274 1.86-1.384 1.813-3.463.148-1.069-.381-5.007-1.725-5.675a1.253 1.253 0 00-.488-.037zm-85.324 3.85c-.621.043-1.175.375-.925 1.25-.038.634 1.754 1.406 1.862 2.875.256.605-.383 2.544.15 2.725.489.202 1.169-1.341 1.425-2.775.142-.786-.614-3.534-1.9-4.025a2.155 2.155 0 00-.612-.05zm25.537 3.487c.047-.003.089 0 .138 0h.025c1.592.432 3.938.477 5.975.688 1.659.105 2.479 1.404.925 1.95-1.533.525-3.006.935-3.013 3.15.202 1.097.159 1.673-.012 1.938a.815.815 0 01-.05.063l-.013.013-.012.013-.013.013-.012.013-.025.012a.44.44 0 01-.075.038c-.021.007-.052.009-.075.012-.364.054-.894-.294-1.288-.5-.945-.678-3.597-2.322-3.975-5.85-.053-.799.543-1.486 1.5-1.553zm-62.376 2.713c-.1.003-.298.3-.563.637-2.35 3.744-2.559 9.332-1.262 11 .689.788 1.825 1.134 2.662.888 1.477-.64 2.125-3.631 1.775-4.725-.493-.771-.883-.893-1.375-.238-1.039 2.109-1.471.666-1.562-.512-.159-2.236.057-4.294.3-5.925.13-.836.125-1.128.025-1.125zm80.064 4.916a1.077 1.077 0 00-.55.113c-.037 0-1.682 1.112-2.212 1.887-.323.246-.287.46-.188.888.252.579.696.397 1.2.125.669-.091.992.347.938 1.15-.309 1.001.137 1.375.137 1.438 0 .063.644.616 1.4.175 1.596-.609 2.59-1.202 4.825-1.688.587-.012.553-1.582-.375-1.638-1.21.061-2.327.123-3.538 1.075-.745.172-.872-.281-1.037-.688-.189-1.009.426-1.719.3-2.475.034.033-.376-.334-.9-.362zm51.264 1.912c-.297.009-.609.05-1.063.087-.49.104-.661.318-.75.913.035.9.586.856 1.15 1.212.327.416.539.792-.025 1.475-.534.49-.915.76-1.45 1.25-.252.431-.409 1.092.362 1.3 1.426.401 4.725-1.743 4.725-1.788.534-.401.357-1.162.313-1.162-.312-.356-1.015-.142-1.488-.2-.225 0-.964-.109-.612-.762.293-.407.401-.65.6-1.15.223-.49.027-.82-.775-1.088a4.465 4.465 0 00-.987-.087zm-21.416 43.36c-.003.002-.009.011-.013.013-2.371.609-2.297 3.07-.775 4.15-25.037 0-63.46-.425-71.7-.425-4.61 0-19.195-.55-19.475-.55 3.128 4.575 7.659 5.506 13.588 5.6 11.121 0 62.648-.138 77.312-.138-1.043 1.851.095 4.83.912 5.375a.576.576 0 00.163.074c.01.003.028-.001.037 0 .971.229 1.398-.474 1.725-.988 1.575.139 10.439.267 11.25-.012.003-.001.01-.011.013-.012.548.807 1.093 1.57 2.137 1.438 1.827-.392 3.267-.591 3.313-4.3 0 0-.187-6.321-4.338-5.925-.982.148-3.737.425-3.737.425-3.189-.379-5.527-.418-9.112-.55.331-.42.915-2.121.2-2.737-.187-.155-.465-.241-.85-.213H188.16c-.003-.001-.01-.012-.013-.013-.011-.003-.028-.006-.037-.012a.341.341 0 01-.063-.063c-.004-.005-.021-.019-.025-.025-.181-.264-.28-.911-.4-1.075l-.012-.012-.013-.013-.025-.013h-.012c-.002.002-.012.001-.013.001zm1.7 9.037c.005-.002.008.002.012 0 3.653.178 7.085.034 10.738.212.579.492.289 1.62-.088 1.825a.35.35 0 01-.062.025c-.014.004-.036 0-.05 0-.014 0-.036.004-.05 0-1.188-.03-1.875-.057-3.063-.088a.704.704 0 00-.025-.175c-.282-.834-2.32-.778-2.8-.125l-.025.037c-.008.013-.019.037-.025.05a.536.536 0 00-.025.062c-.008.025-.009.062-.012.088-.004.03-.015.069-.013.1-1.604.193-3.046-.053-4.65-.113-.47-.583-.415-1.643.138-1.898z\"/>\n  </g>\n</svg>\n</li><li title=\"cif sb \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"   viewBox=\"0 0 301 151\">\n  <defs>\n    <path id=\"a\" d=\"M.5.5h300v150H.5z\"/>\n  </defs>\n  <g fill=\"none\" fill-rule=\"evenodd\">\n    <path fill=\"#215B33\" fill-rule=\"nonzero\" d=\"M.5.5h300v150H.5z\"/>\n    <path fill=\"#0051BA\" fill-rule=\"nonzero\" d=\"M.5 150.5V.5h300\"/>\n    <mask id=\"b\" fill=\"#fff\">\n      <use xlink:href=\"#a\"/>\n    </mask>\n    <path stroke=\"currentColor\" stroke- d=\"M300.5.5l-300 150\" mask=\"url(#b)\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M9.123 15.484l8.816 6.406-3.367 10.365 8.817-6.406 8.816 6.406-3.367-10.365 8.817-6.406H26.756L23.389 5.12l-3.368 10.364zM68.346 15.484l8.817 6.406-3.368 10.365 8.817-6.406 8.816 6.406-3.367-10.365 8.817-6.406H85.98L82.612 5.12l-3.368 10.364zM38.734 40.865l8.817 6.405-3.368 10.365L53 51.229l8.817 6.406-3.368-10.365 8.817-6.405H56.368L53 30.5l-3.367 10.365zM9.123 66.245l8.816 6.406-3.367 10.364 8.817-6.405 8.816 6.405-3.367-10.364 8.817-6.406H26.756L23.389 55.88l-3.368 10.365zM68.346 66.245l8.817 6.406-3.368 10.364 8.817-6.405 8.816 6.405-3.367-10.364 8.817-6.406H85.98L82.612 55.88l-3.368 10.365z\"/>\n  </g>\n</svg>\n</li><li title=\"cif sc \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 151\">\n  <g fill=\"none\">\n    <path fill=\"#D62828\" d=\"M.5.5h300v150H.5z\"/>\n    <path fill=\"#FCD856\" d=\"M.5.5h200l-200 150z\"/>\n    <path fill=\"#FFF\" d=\"M300.5 50.5v100H.5z\"/>\n    <path fill=\"#003F87\" d=\"M.5.5h100l-100 150z\"/>\n    <path fill=\"#007A3D\" d=\"M.5 150.5h300v-50z\"/>\n  </g>\n</svg>\n</li><li title=\"cif sd \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 151\">\n  <g fill=\"none\">\n    <path fill=\"#D21034\" d=\"M.5.5h300v50H.5z\"/>\n    <path fill=\"#FFF\" d=\"M.5 50.5h300v50H.5z\"/>\n    <path fill=\"#000\" d=\"M.5 100.5h300v50H.5z\"/>\n    <path fill=\"#007229\" d=\"M.5.5l100 75-100 75z\"/>\n  </g>\n</svg>\n</li><li title=\"cif se \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 189\">\n  <g fill=\"none\">\n    <path fill=\"#005293\" d=\"M.5.75h300v187.5H.5z\"/>\n    <path fill=\"#FECB00\" d=\"M94.25.75h37.5v187.5h-37.5z\"/>\n    <path fill=\"#FECB00\" d=\"M.5 75.75h300v37.5H.5z\"/>\n  </g>\n</svg>\n</li><li title=\"cif sg \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 201\">\n  <g fill=\"none\">\n    <path fill=\"#ED2939\" d=\"M.5.5h300v100H.5z\"/>\n    <path fill=\"#FFF\" d=\"M.5 100.5h300v100H.5zM103.395 50.5c0 20.768-16.836 37.604-37.604 37.604S28.187 71.268 28.187 50.5s16.836-37.604 37.604-37.604c20.767 0 37.604 16.836 37.604 37.604z\"/>\n    <path fill=\"#ED2939\" d=\"M115.211 50.5c0 19.627-15.911 35.537-35.537 35.537-19.626 0-35.537-15.911-35.537-35.537 0-19.627 15.911-35.537 35.537-35.537 19.626 0 35.537 15.91 35.537 35.537z\"/>\n    <path fill=\"#FFF\" d=\"M70.444 51.407l-5.108-3.919-5.107 3.921 1.966-6.319-5.125-3.895 6.324.013 1.94-6.328 1.942 6.327 6.323-.016-5.123 3.897zM110.527 51.407l-5.108-3.919-5.107 3.921 1.966-6.319-5.125-3.895 6.324.013 1.94-6.328 1.942 6.327 6.323-.016-5.123 3.897zM90.506 36.531l-5.108-3.919-5.107 3.921 1.966-6.319-5.125-3.895 6.323.013 1.94-6.328 1.942 6.327 6.324-.016-5.123 3.897zM77.944 75.209l-5.108-3.919-5.107 3.921 1.966-6.319-5.125-3.895 6.324.013 1.94-6.328 1.942 6.327 6.323-.016-5.123 3.897zM103.027 75.209l-5.108-3.919-5.107 3.921 1.966-6.319-5.125-3.895 6.324.013 1.94-6.328 1.942 6.327 6.323-.016-5.123 3.897z\"/>\n  </g>\n</svg>\n</li><li title=\"cif si \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 300 151\">\n  <g fill=\"none\">\n    <path fill=\"#EC2227\" d=\"M0 .884h300v150H0z\"/>\n    <path fill=\"#035EA5\" d=\"M0 .884h300v100H0z\"/>\n    <path fill=\"#FFF\" d=\"M0 .884h300v50H0z\"/>\n    <path fill=\"#035EA5\" d=\"M92.908 53.496l1.575-23.246a45.316 45.316 0 00-38.81 0l1.575 23.246a25.164 25.164 0 0017.83 22.388 25.161 25.161 0 0017.83-22.388\"/>\n    <path fill=\"#FFF\" d=\"M60.525 56.645A22.361 22.361 0 0075.079 72.94a22.361 22.361 0 0014.554-16.295l-7.277-9.702-2.911 3.881-4.366-8.732-4.366 8.732-2.911-3.881-7.277 9.702\"/>\n    <path fill=\"#035EA5\" d=\"M61.175 59.071a4.852 4.852 0 006.627 1.776 4.849 4.849 0 014.851 0 4.856 4.856 0 004.852 0 4.849 4.849 0 014.851 0 4.852 4.852 0 006.627-1.776v1.401a4.852 4.852 0 01-6.627 1.776 4.849 4.849 0 00-4.851 0 4.85 4.85 0 01-4.852 0 4.849 4.849 0 00-4.851 0 4.852 4.852 0 01-6.627-1.776v-1.401z\"/>\n    <path fill=\"#035EA5\" d=\"M61.175 61.872a4.852 4.852 0 006.627 1.776 4.849 4.849 0 014.851 0 4.856 4.856 0 004.852 0 4.849 4.849 0 014.851 0 4.851 4.851 0 006.627-1.775v1.4a4.851 4.851 0 01-6.627 1.776 4.849 4.849 0 00-4.851 0 4.85 4.85 0 01-4.852 0 4.849 4.849 0 00-4.851 0 4.851 4.851 0 01-6.627-1.775v-1.402z\"/>\n    <path fill=\"#FEDC00\" d=\"M75.079 35.421l.364 1.189 1.212-.279-.848.91.848.91-1.212-.28-.364 1.189-.364-1.189-1.212.28.848-.91-.848-.91 1.212.279zM69.621 28.144l.364 1.189 1.211-.279-.848.91.848.91-1.211-.28-.364 1.189-.364-1.189-1.211.28.847-.91-.847-.91 1.211.279zM80.536 28.144l.364 1.189 1.212-.279-.848.91.848.91-1.212-.28-.364 1.189-.364-1.189-1.212.28.848-.91-.848-.91 1.212.279z\"/>\n    <path fill=\"#EC2227\" d=\"M57.035 29.632l1.611 23.77a23.762 23.762 0 0016.433 21.014 23.764 23.764 0 0016.432-21.014l1.611-23.77c.45.213.904.42 1.361.618l-1.575 23.246a25.164 25.164 0 01-17.829 22.389 25.163 25.163 0 01-17.83-22.389L55.673 30.25c.458-.198.912-.405 1.362-.618\"/>\n  </g>\n</svg>\n</li><li title=\"cif sk \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"   viewBox=\"0 0 301 201\">\n  <defs>\n    <path id=\"a\" d=\"M40.919 100.5C24.472 92.578.946 76.854.946 45.749.946 14.645 2.433.499 2.433.499h76.971s1.488 14.146 1.488 45.25c0 31.105-23.526 46.829-39.973 54.751z\"/>\n    <path id=\"c\" d=\"M40.919 100.5C24.472 92.578.946 76.854.946 45.749.946 14.645 2.433.499 2.433.499h76.971s1.488 14.146 1.488 45.25c0 31.105-23.526 46.829-39.973 54.751z\"/>\n  </defs>\n  <g fill=\"none\" fill-rule=\"evenodd\">\n    <path fill=\"#EE1C25\" fill-rule=\"nonzero\" d=\"M.5.5h300v200H.5z\"/>\n    <path fill=\"#0B4EA2\" fill-rule=\"nonzero\" d=\"M.5.5h300v133.333H.5z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M.5.5h300v66.667H.5z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M105.919 155c-17.927-8.635-43.57-25.774-43.57-59.678 0-33.904 1.62-49.322 1.62-49.322h83.899s1.621 15.419 1.621 49.322c0 33.903-25.642 51.043-43.57 59.678z\"/>\n    <path fill=\"#EE1C25\" fill-rule=\"nonzero\" d=\"M105.919 150.5c-16.447-7.922-39.973-23.646-39.973-54.751 0-31.104 1.487-45.25 1.487-45.25h76.971s1.488 14.146 1.488 45.25c0 31.105-23.526 46.829-39.973 54.751z\"/>\n    <g transform=\"translate(65 50)\">\n      <mask id=\"b\" fill=\"#fff\">\n        <use xlink:href=\"#a\"/>\n      </mask>\n      <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M44.436 37.594c4.453.072 13.142.246 20.879-2.342 0 0-.204 2.769-.204 5.994 0 3.226.204 5.994.204 5.994-7.096-2.375-15.86-2.424-20.879-2.361v17.18h-7.034v-17.18c-5.018-.063-13.782-.014-20.878 2.361 0 0 .204-2.768.204-5.994 0-3.225-.204-5.994-.204-5.994 7.737 2.589 16.425 2.414 20.878 2.342V26.805c-4.059-.036-9.908.158-16.521 2.371 0 0 .204-2.769.204-5.994 0-3.225-.204-5.994-.204-5.994 6.604 2.21 12.445 2.407 16.503 2.371-.208-6.832-2.199-15.443-2.199-15.443s4.096.32 5.734.32c1.639 0 5.734-.32 5.734-.32s-1.99 8.611-2.199 15.443c4.058.035 9.9-.162 16.503-2.371 0 0-.204 2.769-.204 5.994 0 3.226.204 5.994.204 5.994-6.613-2.213-12.462-2.407-16.521-2.371v10.789z\" mask=\"url(#b)\"/>\n    </g>\n    <g transform=\"translate(65 50)\">\n      <mask id=\"d\" fill=\"#fff\">\n        <use xlink:href=\"#c\"/>\n      </mask>\n      <path fill=\"#0B4EA2\" fill-rule=\"nonzero\" d=\"M40.194 110.704L6.116 80.327s4.357-14.091 12.86-14.091c6.757 0 9.224 5.449 9.224 5.449s4.437-11.486 12.719-11.486c8.283 0 12.72 11.486 12.72 11.486s2.465-5.449 9.223-5.449c8.504 0 12.86 14.091 12.86 14.091l-35.528 30.377z\" mask=\"url(#d)\"/>\n    </g>\n  </g>\n</svg>\n</li><li title=\"cif sl \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 201\">\n  <g fill=\"none\">\n    <path fill=\"#1EB53A\" d=\"M.5.5h300v66.667H.5z\"/>\n    <path fill=\"#FFF\" d=\"M.5 67.167h300v66.667H.5z\"/>\n    <path fill=\"#0072C6\" d=\"M.5 133.833h300V200.5H.5z\"/>\n  </g>\n</svg>\n</li><li title=\"cif sm \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 225\">\n  <g fill=\"none\" fill-rule=\"evenodd\">\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M.5 225h300V0H.5z\"/>\n    <path fill=\"#5EB6E4\" fill-rule=\"nonzero\" d=\"M.5 112.5V225h300V112.5z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M113.916 134.163s-1.232-.497-1.777-.77c-.947-.474-3.081-3.099-5.465-4.483-3.66-2.123-7.202-1.576-10.437-2.966.725 3.389 3.008 6.449 6.788 8.07 3.105 1.332 8.115.187 8.661.232.545.046 2.276.714 2.276.714l-.046-.797h0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M193.501 96.63a.243.243 0 01.014-.1s.112-.163.225-.43c.115-.272.23-.646.237-1.063.004-.254-.208-.459-.209-.459 0 0-.043-.219.097-.2l.976.134c.13.018.158.131.053.209l-.031.026c-.021.02-.051.048-.084.087a.881.881 0 00-.18.331c-.519 1.852-.54 2.509-.54 2.509-.005.156-.181.18-.227.031l-.331-1.075z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M193.501 96.63a.243.243 0 01.014-.1s.112-.163.225-.43c.115-.272.23-.646.237-1.063.004-.254-.208-.459-.209-.459 0 0-.043-.219.097-.2l.976.134c.13.018.158.131.053.209l-.031.026c-.021.02-.051.048-.084.087a.881.881 0 00-.18.331c-.519 1.852-.54 2.509-.54 2.509-.005.156-.181.18-.227.031l-.331-1.075h0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M195.171 103.242c.496-.325.663-1.166.694-1.71.055-.977-.758-1.841-.8-2.745-.027-.58.475-.64.57-1.092.084-.404-1.485-1.821-1.062-2.938.303-.798.939-.406 1.182-1.24.256-.884-.538-2.147.483-2.741.496-.289 1.224.132 1.44-.642.22-.787.045-2.351 1.179-2.462 1.504-.147 1.737 2.932 2.013 3.149.287.225.672-.188 1.082-.025 1.105.44-.078 2.478-.458 3.158 2.802.114.24 1.857-.191 2.632.119.283.836.388.954.818.077.283-.135.532-.332.706-.628.554-1.564.762-2.245 1.211l-.094.067c-.023.256.687 1.006-.27 1.324-1.787.595-2.925.985-3.614 2.79-.185.484-.25 1.971-.284 1.818l-.247-2.078z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M195.171 103.242c.496-.325.663-1.166.694-1.71.055-.977-.758-1.841-.8-2.745-.027-.58.475-.64.57-1.092.084-.404-1.485-1.821-1.062-2.938.303-.798.939-.406 1.182-1.24.256-.884-.538-2.147.483-2.741.496-.289 1.224.132 1.44-.642.22-.787.045-2.351 1.179-2.462 1.504-.147 1.737 2.932 2.013 3.149.287.225.672-.188 1.082-.025 1.105.44-.078 2.478-.458 3.158 2.802.114.24 1.857-.191 2.632.119.283.836.388.954.818.077.283-.135.532-.332.706-.628.554-1.564.762-2.245 1.211l-.094.067c-.023.256.687 1.006-.27 1.324-1.787.595-2.925.985-3.614 2.79-.185.484-.25 1.971-.284 1.818l-.247-2.078h0z\"/>\n    <path fill=\"#658D5C\" fill-rule=\"nonzero\" d=\"M195.443 104.653l-.31-1.364c.084-.045.155-.113.224-.179.364-.349.537-1.316.565-1.801.061-1.054-.704-1.658-.742-2.534-.019-.455.485-.617.567-1.048.104-.548-1.409-1.873-1.012-2.91.27-.702.923-.339 1.187-1.254.23-.797-.459-2.219.402-2.696.52-.287 1.269.174 1.521-.747.191-.697.044-1.887 1.029-1.985 1.339-.134 1.54 2.555 1.888 2.823.386.296.693-.088 1.064.057.56.218.422.991.296 1.436-.146.518-.398.945-.612 1.426-.042.096-.043.186.07.229.352.133.652.077.775.539.166.627-.797 1.312-1.01 1.809-.166.387.484.485.569.998.121.723-2.307 1.534-2.493 1.873-.022.474.608.965-.157 1.221-1.924.642-3.843 1.853-3.821 4.107z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M195.443 104.653l-.31-1.364c.084-.045.155-.113.224-.179.364-.349.537-1.316.565-1.801.061-1.054-.704-1.658-.742-2.534-.019-.455.485-.617.567-1.048.104-.548-1.409-1.873-1.012-2.91.27-.702.923-.339 1.187-1.254.23-.797-.459-2.219.402-2.696.52-.287 1.269.174 1.521-.747.191-.697.044-1.887 1.029-1.985 1.339-.134 1.54 2.555 1.888 2.823.386.296.693-.088 1.064.057.56.218.422.991.296 1.436-.146.518-.398.945-.612 1.426-.042.096-.043.186.07.229.352.133.652.077.775.539.166.627-.797 1.312-1.01 1.809-.166.387.484.485.569.998.121.723-2.307 1.534-2.493 1.873-.022.474.608.965-.157 1.221-1.924.642-3.843 1.853-3.821 4.107h0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M195.275 103.447s2.448-4.358 3.156-7.453c.489-2.142.705-5.609.705-5.609s-.106 3.455-.53 5.602c-.646 3.265-3.176 7.87-3.176 7.87l-.155-.41z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M195.275 103.447s2.448-4.358 3.156-7.453c.489-2.142.705-5.609.705-5.609s-.106 3.455-.53 5.602c-.646 3.265-3.176 7.87-3.176 7.87l-.155-.41h0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M195.353 107.586a.237.237 0 01.03-.1s.478-.503.762-.824c.111-.125.18-.276.221-.399.04-.119.052-.206.052-.206.011-.077.078-.119.152-.094l.814.269c.111.037.126.138.03.206-.005.003-.625.442-.85.71-.495.59-.625.814-.825 1.423-.047.141-.201.13-.225-.017l-.161-.968z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M195.353 107.586a.237.237 0 01.03-.1s.478-.503.762-.824c.111-.125.18-.276.221-.399.04-.119.052-.206.052-.206.011-.077.078-.119.152-.094l.814.269c.111.037.126.138.03.206-.005.003-.625.442-.85.71-.495.59-.625.814-.825 1.423-.047.141-.201.13-.225-.017l-.161-.968h0z\"/>\n    <path fill=\"#A48253\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M195.631 108.534c.205-.626.343-.862.846-1.461.237-.282.872-.731.872-.731l-.814-.269s-.053.384-.301.667c-.285.322-.765.828-.765.828l.162.966z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M192.385 92.756s1.022 2.038 1.902 5.171c1.814 6.469 2.049 14.868 1.268 19.488-2.403 14.2-15.248 27.478-25.618 29.548-8.697 1.736-13.828 5.443-17.473 9.464-2.834 3.276-3.93 5.228-6.5 10.464-.791 1.612-3.381 1.928-2.267-.341 2.015-3.559 3.929-6.846 6.881-10.345 3.838-4.337 9.351-8.591 18.662-10.462 10.706-2.151 23.041-15.407 25.444-29.606.782-4.62.541-14.689-2.07-21.166l-.229-2.215z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M192.385 92.756s1.022 2.038 1.902 5.171c1.814 6.469 2.049 14.868 1.268 19.488-2.403 14.2-15.248 27.478-25.618 29.548-8.697 1.736-13.828 5.443-17.473 9.464-2.834 3.276-3.93 5.228-6.5 10.464-.791 1.612-3.381 1.928-2.267-.341 2.015-3.559 3.929-6.846 6.881-10.345 3.838-4.337 9.351-8.591 18.662-10.462 10.706-2.151 23.041-15.407 25.444-29.606.782-4.62.541-14.689-2.07-21.166l-.229-2.215\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M186.971 90.125s-3.018-.115-1.567-2.401c-1.381-.679-3.047-1.91-1.265-2.926-.08-.346-1.133-.679-1.054-1.496.046-.469.64-.684.691-.886-.196-.37-1.573-2.138-1.096-2.666.733-.81 2.316.166 3.036.6.179-.11.445-.333.623-.452 1.052-.697 1.122.989 1.41 1.528.132.247.963-.422 1.523-.125.969.512.541 1.764.785 2.608.243-.026.592-.224.835-.241 1.571-.105.72 2.661.653 3.53 2.498-.36.576 2.203.715 4.404.038.608-.15 1.951-.619 1.435-1.478-1.626-5.587-1.181-4.67-2.912z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M186.971 90.125s-3.018-.115-1.567-2.401c-1.381-.679-3.047-1.91-1.265-2.926-.08-.346-1.133-.679-1.054-1.496.046-.469.64-.684.691-.886-.196-.37-1.573-2.138-1.096-2.666.733-.81 2.316.166 3.036.6.179-.11.445-.333.623-.452 1.052-.697 1.122.989 1.41 1.528.132.247.963-.422 1.523-.125.969.512.541 1.764.785 2.608.243-.026.592-.224.835-.241 1.571-.105.72 2.661.653 3.53 2.498-.36.576 2.203.715 4.404.038.608-.15 1.951-.619 1.435-1.478-1.626-5.587-1.181-4.67-2.912h0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M186.622 99.198c-.541-.044-1.713-.209-1.944-.722-.365-.813.585-1.092.538-1.154-.333-.443-1.873-.726-1.882-1.346-.006-.435.721-.747.592-1.143-.176-.543-1.214-1.368-.811-1.971.488-.729 1.513.251 2.007.244.235-.003.568-.524 1.019-.532.663-.011 1.068 1.28 1.318 1.245.277-.038.447-.419.72-.5.831-.25 1.069.649 1.265 1.234.387 1.157.804-.216 1.43.056 1.581.69.93 3.785 1.388 4.156.276.223.794.195.997.511.433.673-.161 2.032.172 3.249.135.492 1.671 1.922 1.671 1.922s.239 1.432.199 1.357c-.692-1.332-.842-1.648-2.081-2.594-1.191-.909-3-.188-3.417-.665-.464-.531.073-1.016-.169-1.248-.092-.088-1.49.057-1.7.036-.995-.1-1.906-1.004-1.312-2.135z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M186.622 99.198c-.541-.044-1.713-.209-1.944-.722-.365-.813.585-1.092.538-1.154-.333-.443-1.873-.726-1.882-1.346-.006-.435.721-.747.592-1.143-.176-.543-1.214-1.368-.811-1.971.488-.729 1.513.251 2.007.244.235-.003.568-.524 1.019-.532.663-.011 1.068 1.28 1.318 1.245.277-.038.447-.419.72-.5.831-.25 1.069.649 1.265 1.234.387 1.157.804-.216 1.43.056 1.581.69.93 3.785 1.388 4.156.276.223.794.195.997.511.433.673-.161 2.032.172 3.249.135.492 1.671 1.922 1.671 1.922s.239 1.432.199 1.357c-.692-1.332-.842-1.648-2.081-2.594-1.191-.909-3-.188-3.417-.665-.464-.531.073-1.016-.169-1.248-.092-.088-1.49.057-1.7.036-.995-.1-1.906-1.004-1.312-2.135h0z\"/>\n    <path fill=\"#658D5C\" fill-rule=\"nonzero\" d=\"M194.943 104.324l.16.891c-2.548-3.645-4.628-2.197-5.175-2.79-.416-.451.114-.776-.225-1.129-.359-.374-2.501.418-3.137-1.245-.132-.346.34-.917.101-.964-.542-.106-1.272-.091-1.644-.582-.155-.205-.288-.485-.086-.707.105-.114.229-.211.317-.341.331-.492-1.682-.872-1.689-1.605-.004-.42.548-.572.346-1.089-.177-.452-.788-1.201-.476-1.694.378-.596 1.227.154 1.7.209.232.027.626-.52 1.009-.531.61-.018.87 1.115 1.336 1.069.455-.045.971-.752 1.469-.138.347.428.339 1.679 1.151 1.317.194-.086.483-.323.7-.229 1.299.562.968 2.65 1.291 3.762.174.596.794.465 1.016.834.107.179.197.387.215.596.016.18-.012.358-.037.535-.101.72-.033 1.367.151 2.073.143.564.934 1.605 1.507 1.758z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M194.943 104.324l.16.891c-2.548-3.645-4.628-2.197-5.175-2.79-.416-.451.114-.776-.225-1.129-.359-.374-2.501.418-3.137-1.245-.132-.346.34-.917.101-.964-.542-.106-1.272-.091-1.644-.582-.155-.205-.288-.485-.086-.707.105-.114.229-.211.317-.341.331-.492-1.682-.872-1.689-1.605-.004-.42.548-.572.346-1.089-.177-.452-.788-1.201-.476-1.694.378-.596 1.227.154 1.7.209.232.027.626-.52 1.009-.531.61-.018.87 1.115 1.336 1.069.455-.045.971-.752 1.469-.138.347.428.339 1.679 1.151 1.317.194-.086.483-.323.7-.229 1.299.562.968 2.65 1.291 3.762.174.596.794.465 1.016.834.107.179.197.387.215.596.016.18-.012.358-.037.535-.101.72-.033 1.367.151 2.073.143.564.934 1.605 1.507 1.758h0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M195.533 115.44l.127-.105c.449-.008.76-.937.895-1.292.563-1.475-.448-3.923 1.255-3.916.087-.61.212-2.109.767-2.509.402-.29.797.075 1.182-.04.285-.574.421-1.665 1.239-1.818.259-.048.804.373.894.327.223-.112.488-1.282 1.143-1.458.404-.109.785.308.932.214.24-.153.472-.404.671-.617.854-.912 1.919-.928 1.891.289-.01.434-.287 1.046-.442 1.441-.053.134.537.415.627.587.302.575-.76 1.258-.997 1.711.016.076.562.185.644.3.707.989-1.339 2.073-1.857 2.681-.204.239.497.771.4 1.185-.392 1.661-2.949 1.05-3.516 1.307-.197.09-.257.98-.424 1.205-.72.973-3.572-.216-4.22.394-.59.556-.786 1.503-1.162 2.179-.081.147-.238.102-.224-.052l.175-2.013z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M195.533 115.44l.127-.105c.449-.008.76-.937.895-1.292.563-1.475-.448-3.923 1.255-3.916.087-.61.212-2.109.767-2.509.402-.29.797.075 1.182-.04.285-.574.421-1.665 1.239-1.818.259-.048.804.373.894.327.223-.112.488-1.282 1.143-1.458.404-.109.785.308.932.214.24-.153.472-.404.671-.617.854-.912 1.919-.928 1.891.289-.01.434-.287 1.046-.442 1.441-.053.134.537.415.627.587.302.575-.76 1.258-.997 1.711.016.076.562.185.644.3.707.989-1.339 2.073-1.857 2.681-.204.239.497.771.4 1.185-.392 1.661-2.949 1.05-3.516 1.307-.197.09-.257.98-.424 1.205-.72.973-3.572-.216-4.22.394-.59.556-.786 1.503-1.162 2.179-.081.147-.238.102-.224-.052l.175-2.013h0z\"/>\n    <path fill=\"#658D5C\" fill-rule=\"nonzero\" d=\"M195.702 115.511c.528-.026.857-.987 1.017-1.405a5.098 5.098 0 00.322-1.669c.032-.844-.571-2.327.739-2.126 0 0 .276-1.978.843-2.434.37-.297 1.029-.129 1.188-.246.378-.279.231-1.485 1.046-1.639.315-.06.882.252 1.122.132.301-.15.409-1.055.986-1.209.361-.096.839.293 1.074.146.497-.31.875-1.291 1.577-1.094.793.222.513 1.426.312 1.919-.144.353.257.48.399.74.266.487-.619 1.26-.729 1.689-.042.159.348.354.446.458.589.63-.929 1.743-1.337 2.091-.122.103-.385.311-.4.477-.031.353.349.611.251 1.042-.333 1.462-2.369 1.031-3.168 1.298-.322.107-.369.762-.568 1.035-.64.878-3.445.03-4.198.717-.45.411-.813 1.118-1.061 1.672l.139-1.594z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M195.702 115.511c.528-.026.857-.987 1.017-1.405a5.098 5.098 0 00.322-1.669c.032-.844-.571-2.327.739-2.126 0 0 .276-1.978.843-2.434.37-.297 1.029-.129 1.188-.246.378-.279.231-1.485 1.046-1.639.315-.06.882.252 1.122.132.301-.15.409-1.055.986-1.209.361-.096.839.293 1.074.146.497-.31.875-1.291 1.577-1.094.793.222.513 1.426.312 1.919-.144.353.257.48.399.74.266.487-.619 1.26-.729 1.689-.042.159.348.354.446.458.589.63-.929 1.743-1.337 2.091-.122.103-.385.311-.4.477-.031.353.349.611.251 1.042-.333 1.462-2.369 1.031-3.168 1.298-.322.107-.369.762-.568 1.035-.64.878-3.445.03-4.198.717-.45.411-.813 1.118-1.061 1.672l.139-1.594h0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M196.122 115.135c.089-.025 3.4-2.661 5.26-4.681 1.523-1.654 3.547-4.545 3.547-4.545s-1.999 2.948-3.488 4.661c-1.883 2.167-5.229 5.063-5.318 5.089-.089.024-.09-.499-.001-.524z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M196.122 115.135c.089-.025 3.4-2.661 5.26-4.681 1.523-1.654 3.547-4.545 3.547-4.545s-1.999 2.948-3.488 4.661c-1.883 2.167-5.229 5.063-5.318 5.089-.089.024-.09-.499-.001-.524h0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M196.885 106.667c-.779-.453-.664-2.878.476-3.978.959-.926 3.64 1.8 2.808 2.927-.46.624-2.462 1.528-3.284 1.051z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M196.885 106.667c-.779-.453-.664-2.878.476-3.978.959-.926 3.64 1.8 2.808 2.927-.46.624-2.462 1.528-3.284 1.051h0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M200.187 105.198c-.482.396-1.602-.121-2.17-.69-.521-.522-.837-1.32-.526-1.688.614-.729 2.325-1.775 3.148-1.085.819.686-.015 3.105-.452 3.463z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M200.187 105.198c-.482.396-1.602-.121-2.17-.69-.521-.522-.837-1.32-.526-1.688.614-.729 2.325-1.775 3.148-1.085.819.686-.015 3.105-.452 3.463z\"/>\n    <path fill=\"#A48253\" fill-rule=\"nonzero\" d=\"M200.03 105.512c-.438.593-2.348 1.356-3.056.945-.616-.358-.609-2.564.509-3.644.705-.68 3.335 1.632 2.547 2.699z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M200.03 105.512c-.438.593-2.348 1.356-3.056.945-.616-.358-.609-2.564.509-3.644.705-.68 3.335 1.632 2.547 2.699h0z\"/>\n    <path fill=\"#D99F31\" fill-rule=\"nonzero\" d=\"M200.468 101.927c.682.573.022 2.795-.393 3.136-.352.291-1.355-.097-1.935-.678-.528-.529-.779-1.268-.575-1.51.631-.749 2.221-1.52 2.903-.948z\"/>\n    <path fill=\"#F1BF31\" fill-rule=\"nonzero\" d=\"M199.63 102.915c0-.552.241-1.015.563-1.136a.806.806 0 01.274.147c.419.352.331 1.326.105 2.104a.478.478 0 01-.212.05c-.403.001-.73-.521-.73-1.165z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M200.468 101.927c.682.573.022 2.795-.393 3.136-.352.291-1.355-.097-1.935-.678-.528-.529-.779-1.268-.575-1.51.631-.749 2.221-1.52 2.903-.948h0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M185.657 107.548c-.218-.672-1.254-1.135-1.362-1.944-.049-.368.353-.993.32-1.102-.179-.584-1.153-1.337-.654-2.063.644-.938 1.561.03 2.324.252.125-.048.167-.467.466-.547 1.169-.311 2.186 1.588 2.493 1.703.906.343 1.617-1.26 2.11 2.244.388-.093.915-.188 1.149.21.964 1.651.401 5.21 2.327 6.166l.063.126c-.026.14-.089 1.192-.372.849-.487-.59-.87-1.43-1.718-1.578-.895-.157-4.801 1.257-4.906-.518-.012-.209.271-.497.177-.7-.223-.489-2.57-.318-2.816-1.629-.096-.515.265-.984.399-1.469z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M185.657 107.548c-.218-.672-1.254-1.135-1.362-1.944-.049-.368.353-.993.32-1.102-.179-.584-1.153-1.337-.654-2.063.644-.938 1.561.03 2.324.252.125-.048.167-.467.466-.547 1.169-.311 2.186 1.588 2.493 1.703.906.343 1.617-1.26 2.11 2.244.388-.093.915-.188 1.149.21.964 1.651.401 5.21 2.327 6.166l.063.126c-.026.14-.089 1.192-.372.849-.487-.59-.87-1.43-1.718-1.578-.895-.157-4.801 1.257-4.906-.518-.012-.209.271-.497.177-.7-.223-.489-2.57-.318-2.816-1.629-.096-.515.265-.984.399-1.469h0z\"/>\n    <path fill=\"#658D5C\" fill-rule=\"nonzero\" d=\"M194.592 113.226c-1.436-2.229-2.079-1.388-4.26-1.224-.498.037-2.176.107-2.146-.733.009-.239.19-.302.041-.59-.317-.617-2.283-.504-2.579-1.646-.153-.591.171-1.388.089-1.61-.274-.742-1.495-1.436-1.132-2.407.048-.129.12-.248.143-.387.073-.429-.804-1.412-.413-2.045.453-.736 1.245-.155 1.848.118.431.196.322-.186.608-.28.498-.165 1.119.311 1.452.63.187.18.778.885.928.955.352.163.95-.023 1.358.121.367.129.615 1.668.67 2.061l.071.049c.334-.072.826-.069 1.026.256.911 1.486.463 5.032 2.417 6.109l-.121.623z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M194.592 113.226c-1.436-2.229-2.079-1.388-4.26-1.224-.498.037-2.176.107-2.146-.733.009-.239.19-.302.041-.59-.317-.617-2.283-.504-2.579-1.646-.153-.591.171-1.388.089-1.61-.274-.742-1.495-1.436-1.132-2.407.048-.129.12-.248.143-.387.073-.429-.804-1.412-.413-2.045.453-.736 1.245-.155 1.848.118.431.196.322-.186.608-.28.498-.165 1.119.311 1.452.63.187.18.778.885.928.955.352.163.95-.023 1.358.121.367.129.615 1.668.67 2.061l.071.049c.334-.072.826-.069 1.026.256.911 1.486.463 5.032 2.417 6.109l-.121.623h0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M194.48 113.123s-2.594-4.291-4.834-6.536c-1.429-1.431-3.99-3.311-3.99-3.311s2.586 1.961 3.99 3.473c2.043 2.198 4.311 6.374 4.311 6.374h.523z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M194.48 113.123s-2.594-4.291-4.834-6.536c-1.429-1.431-3.99-3.311-3.99-3.311s2.586 1.961 3.99 3.473c2.043 2.198 4.311 6.374 4.311 6.374h.523z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M191.706 119.73c.116.055.363.012.517.054 1.143.312-.493 3.627-.586 4.355-.024.194.1.821.088.863l-.249 1.411c-.044.146.027-1.404-.198-1.79-.398-.685-1.655-.315-2.301-.415-1.067-.164-.234-1.077-.698-1.262-.765-.306-2.362.131-2.552-1.008-.071-.425.209-.88.181-1.243-.549-.635-1.958-.777-1.795-1.893.056-.387.62-.798.605-1.048-.02-.304-1.181-1.156-.904-1.776.17-.379.497-.381.529-.602.033-.229-.942-1.692-.122-2.087.983-.474 1.796.635 2.504.687.359.026.676-.561 1.219-.44.572.128.636.895.897 1.321.253.009.501-.261.782-.29 1.199-.126 1.014 1.795 1.322 2.456.037.08.398-.138.546-.079.251.097.344.377.38.621.106.717-.278 1.486-.165 2.165z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M191.706 119.73c.116.055.363.012.517.054 1.143.312-.493 3.627-.586 4.355-.024.194.1.821.088.863l-.249 1.411c-.044.146.027-1.404-.198-1.79-.398-.685-1.655-.315-2.301-.415-1.067-.164-.234-1.077-.698-1.262-.765-.306-2.362.131-2.552-1.008-.071-.425.209-.88.181-1.243-.549-.635-1.958-.777-1.795-1.893.056-.387.62-.798.605-1.048-.02-.304-1.181-1.156-.904-1.776.17-.379.497-.381.529-.602.033-.229-.942-1.692-.122-2.087.983-.474 1.796.635 2.504.687.359.026.676-.561 1.219-.44.572.128.636.895.897 1.321.253.009.501-.261.782-.29 1.199-.126 1.014 1.795 1.322 2.456.037.08.398-.138.546-.079.251.097.344.377.38.621.106.717-.278 1.486-.165 2.165h0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M199.304 122.608c.225 2.264-2.844.034-4.532.934-.504.268-1.682 1.17-1.596.953l.425-1.07c.14-.118.593-.12.752-.192.366-.167.866-.746 1.202-1.374.465-.871.148-1.856.43-2.496.433-.979 1.11-.079 1.402-.29.541-.392.632-2.371 1.952-2.391.348-.005.341.062.582.178.275-.4.363-.892.897-1.059.385-.121.649.222 1.005.219.255-.2 1.245-1.858 2.056-1.664.912.219.362 1.841.294 2.435.101.111.227.108.386.322.628.84-.356 1.737-.694 2.398.089.198.343.187.398.439.225 1.026-1.723 1.152-1.924 1.426 0 .095.15.205.133.419-.1 1.255-3.011.919-3.168.813z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M199.304 122.608c.225 2.264-2.844.034-4.532.934-.504.268-1.682 1.17-1.596.953l.425-1.07c.14-.118.593-.12.752-.192.366-.167.866-.746 1.202-1.374.465-.871.148-1.856.43-2.496.433-.979 1.11-.079 1.402-.29.541-.392.632-2.371 1.952-2.391.348-.005.341.062.582.178.275-.4.363-.892.897-1.059.385-.121.649.222 1.005.219.255-.2 1.245-1.858 2.056-1.664.912.219.362 1.841.294 2.435.101.111.227.108.386.322.628.84-.356 1.737-.694 2.398.089.198.343.187.398.439.225 1.026-1.723 1.152-1.924 1.426 0 .095.15.205.133.419-.1 1.255-3.011.919-3.168.813h0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M179.596 130.076c.057-.429-.84-1.08-.463-1.67.306-.478 1.004-.231 1.285-.477.242-.76-.16-1.785.895-2.021.535-.119.83.424 1.003.836.065.153.303 1.101.395 1.134.198.071.722-.304.984-.266.715.103.151 1.44.368 1.818.153.266.533.056.776.14.721.248.161 1.447.161 1.96 0 .314.519.409.562.942.076.955-.731 1.058-1.19 1.675-.064.086-.079.129-.007.216.79.963.343 1.433-.532 2.069-1.03.748-2.616 1.225-2.034 2.824 0 0-.521 1.069-.577.713-.083-.523.171-1.057.026-1.627-.155-.607-2.011-1.405-2.085-2.06-.053-.462.483-.531.525-.947.049-.473-1.61-.909-1.416-1.846.105-.506.645-.655.881-1.064-.038-.398-1.888-1.811-.264-2.179.206-.045.531-.042.707-.17z\"/>\n    <path fill=\"#A48253\" fill-rule=\"nonzero\" d=\"M181.217 139.923c.028-.243.109-.751.261-.821.115-.054.226.084.297.205-.046.091-.149.29-.254.459l-.282.254a.154.154 0 01-.016-.05l-.006-.047z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M179.596 130.076c.057-.429-.84-1.08-.463-1.67.306-.478 1.004-.231 1.285-.477.242-.76-.16-1.785.895-2.021.535-.119.83.424 1.003.836.065.153.303 1.101.395 1.134.198.071.722-.304.984-.266.715.103.151 1.44.368 1.818.153.266.533.056.776.14.721.248.161 1.447.161 1.96 0 .314.519.409.562.942.076.955-.731 1.058-1.19 1.675-.064.086-.079.129-.007.216.79.963.343 1.433-.532 2.069-1.03.748-2.616 1.225-2.034 2.824 0 0-.521 1.069-.577.713-.083-.523.171-1.057.026-1.627-.155-.607-2.011-1.405-2.085-2.06-.053-.462.483-.531.525-.947.049-.473-1.61-.909-1.416-1.846.105-.506.645-.655.881-1.064-.038-.398-1.888-1.811-.264-2.179.206-.045.531-.042.707-.17h0z\"/>\n    <path fill=\"#658D5C\" fill-rule=\"nonzero\" d=\"M181.156 139.844c.063-.461.119-1.084.002-1.536-.17-.654-1.611-1.477-1.675-2.044-.041-.361.234-.456.292-.907.078-.608-1.421-.998-1.243-1.836.108-.513.749-.758.688-1.214-.034-.254-.793-.881-.631-1.532.132-.527.703-.317 1.035-.582.364-.29-.713-1.174-.37-1.706.272-.422 1.018-.237 1.229-.536.219-.309-.175-1.6.863-1.841.821-.19.988 1.572 1.336 1.828.329.243.479-.192.994-.122.508.069.116 1.31.317 1.683.217.405.562.083.913.209.567.203.008 1.405.008 1.823 0 .437.462.436.503.953.067.84-.732 1.053-1.155 1.571-.117.142-.127.275.002.414.761.82.224 1.312-.516 1.846-1.149.831-2.499 1.29-1.921 2.963l-.671.566z\"/>\n    <path fill=\"#A48253\" fill-rule=\"nonzero\" d=\"M181.237 139.776c.038-.259.116-.616.241-.675.119-.055.233.092.304.215l-.545.46z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M181.156 139.844c.063-.461.119-1.084.002-1.536-.17-.654-1.611-1.477-1.675-2.044-.041-.361.234-.456.292-.907.078-.608-1.421-.998-1.243-1.836.108-.513.749-.758.688-1.214-.034-.254-.793-.881-.631-1.532.132-.527.703-.317 1.035-.582.364-.29-.713-1.174-.37-1.706.272-.422 1.018-.237 1.229-.536.219-.309-.175-1.6.863-1.841.821-.19.988 1.572 1.336 1.828.329.243.479-.192.994-.122.508.069.116 1.31.317 1.683.217.405.562.083.913.209.567.203.008 1.405.008 1.823 0 .437.462.436.503.953.067.84-.732 1.053-1.155 1.571-.117.142-.127.275.002.414.761.82.224 1.312-.516 1.846-1.149.831-2.499 1.29-1.921 2.963l-.671.566h0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M199.647 126.399c.572-.147 1.356-.705 1.909-.264 1.046.836-.776 2.3-1.113 3.083-.006.286.582.383.544.958-.067 1.011-1.414.796-2.048 1.157-.05.182.232.34.232.52 0 1.432-2.162.891-2.986 1.159-.263.085.18.843-.758 1.198-.405.152-.984-.008-1.395-.08-.497-.088-1.004-.191-1.513-.163-.209.012-.424.067-.635.049-.09-.008-.155-.052-.121-.153l2.362-6.97c.051-.149 1.077.239 1.306.239.255 0 .504-.534.682-.696.617-.563.914.237 1.429.24.376.002 1.432-2.095 2.105-.277z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M199.647 126.399c.572-.147 1.356-.705 1.909-.264 1.046.836-.776 2.3-1.113 3.083-.006.286.582.383.544.958-.067 1.011-1.414.796-2.048 1.157-.05.182.232.34.232.52 0 1.432-2.162.891-2.986 1.159-.263.085.18.843-.758 1.198-.405.152-.984-.008-1.395-.08-.497-.088-1.004-.191-1.513-.163-.209.012-.424.067-.635.049-.09-.008-.155-.052-.121-.153l2.362-6.97c.051-.149 1.077.239 1.306.239.255 0 .504-.534.682-.696.617-.563.914.237 1.429.24.376.002 1.432-2.095 2.105-.277h0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M187.937 127.535c-.018-.295-.611.602-.611.602s.421.415.708.661c.353.305.946.733.946.733l.057-.441c-.001-.001-1.048-.733-1.1-1.555z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M187.937 127.535c-.018-.295-.611.602-.611.602s.421.415.708.661c.353.305.946.733.946.733l.057-.441c-.001-.001-1.048-.733-1.1-1.555z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M187.308 124.694c.161.227.06.534-.05.762-.12.252-.191.402-.356.621-.539.714-1.735 1.352-2.276.981-.492-.337-1.498-3.293-.711-3.802.749-.485 2.692.445 3.393 1.438z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M187.308 124.694c.161.227.06.534-.05.762-.12.252-.191.402-.356.621-.539.714-1.735 1.352-2.276.981-.492-.337-1.498-3.293-.711-3.802.749-.485 2.692.445 3.393 1.438z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M184.464 126.011c.234-.354.575-.622.908-.876.474-.363 1.68-1.004 2.212-.49.699.675 1.035 2.715.224 3.423-1.069.935-2.799-.142-3.473-1.066-.231-.319-.063-.7.129-.991z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M184.464 126.011c.234-.354.575-.622.908-.876.474-.363 1.68-1.004 2.212-.49.699.675 1.035 2.715.224 3.423-1.069.935-2.799-.142-3.473-1.066-.231-.319-.063-.7.129-.991h0z\"/>\n    <path fill=\"#A48253\" fill-rule=\"nonzero\" d=\"M185.485 125.319c.73-.543 1.56-.844 1.874-.514.842.889.885 2.589.3 3.086-.589.5-1.959.46-3.141-1.033-.25-.316.229-.991.967-1.539z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M185.485 125.319c.73-.543 1.56-.844 1.874-.514.842.889.885 2.589.3 3.086-.589.5-1.959.46-3.141-1.033-.25-.316.229-.991.967-1.539z\"/>\n    <path fill=\"#D99F31\" fill-rule=\"nonzero\" d=\"M187.117 124.596c.395.726-1.758 2.75-2.476 2.271-.498-.332-1.177-2.879-.688-3.32.691-.625 2.822.418 3.164 1.049z\"/>\n    <path fill=\"#F1BF31\" fill-rule=\"nonzero\" d=\"M185.405 124.298c-.677-.302-1.342-.428-1.537-.632a.377.377 0 01.084-.12c.15-.135.367-.192.618-.192.659-.001 1.556.391 2.105.794.281.265.415.531.33.723-.157.355-.723-.183-1.6-.573z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M187.117 124.596c.395.726-1.758 2.75-2.476 2.271-.498-.332-1.177-2.879-.688-3.32.691-.625 2.822.418 3.164 1.049h0z\"/>\n    <path fill=\"#466343\" fill-rule=\"nonzero\" d=\"M192.515 133.852c1.077-.052 2.106.426 2.757.191.969-.349.378-1.103.845-1.145.467-.043 2.825.13 2.822-1.043 0-.226-.19-.314-.105-.568.085-.255 1.859-.169 1.922-1.117.04-.604-.51-.611-.425-.977.085-.366 1.985-2.163 1.038-2.907-.652-.513-1.72.382-1.821.121-.132-.341-.161-.626-.593-.667-.625-.057-1.003.938-1.411.938-.409 0-.595-.409-1.014-.371-.548.048-.631.885-1.098.885-.467 0-1.196-.259-1.196-.259l-2.362 6.969c.001-.001.391-.038.641-.05z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M192.515 133.852c1.077-.052 2.106.426 2.757.191.969-.349.378-1.103.845-1.145.467-.043 2.825.13 2.822-1.043 0-.226-.19-.314-.105-.568.085-.255 1.859-.169 1.922-1.117.04-.604-.51-.611-.425-.977.085-.366 1.985-2.163 1.038-2.907-.652-.513-1.72.382-1.821.121-.132-.341-.161-.626-.593-.667-.625-.057-1.003.938-1.411.938-.409 0-.595-.409-1.014-.371-.548.048-.631.885-1.098.885-.467 0-1.196-.259-1.196-.259l-2.362 6.969c.001-.001.391-.038.641-.05z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M193.671 131.105s2.218-.84 3.522-1.6c1.246-.726 2.999-2.144 2.999-2.144m-6.521 3.744s2.218-.723 3.522-1.483c1.246-.727 2.999-2.26 2.999-2.26\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M179.487 142.135s.878-.213 1.23-.213.56.17.56.17l.4-.734s-1.195.142-1.549.11l-.641.667h0z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M174.188 150.017c-.698-.851 1.616-3.058 2.478-2.433.617.448 1.392 2.368.778 2.941-.686.638-2.701.17-3.256-.508h0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M173.122 147.213l-.257-.018c-.452-.563-.616-.586-1.278-.766-.211-.057-.24-.279-.013-.34l.801-.21c.127-.033.466.27.563.342.153.114.93.28.645.555l-.461.437z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M173.122 147.213l-.257-.018c-.452-.563-.616-.586-1.278-.766-.211-.057-.24-.279-.013-.34l.801-.21c.127-.033.466.27.563.342.153.114.93.28.645.555l-.461.437h0z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M172.946 146.71c.327-.492 2.357-.609 3.54.434.728.643.142 1.549-.548 2.134-.684.579-1.719 1.057-2.144.686-1.206-1.055-1.241-2.662-.848-3.254z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M100.709 138.391l.033-.099c2.002-.272 3.877-.726 5.824-1.22 4.314-1.093 6.335-.205 9.831 2.187.219.15.478.359.729.453.567.214.931.065 1.478.065l.05.01.82.641c.062.049.025.092-.034.104-.714.147-1.689.145-2.436.077-1.127-.103-3.448 2.569-6.751 2.569-4.185.001-6.936-1.851-9.544-4.787z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M100.709 138.391l.033-.099c2.002-.272 3.877-.726 5.824-1.22 4.314-1.093 6.335-.205 9.831 2.187.219.15.478.359.729.453.567.214.931.065 1.478.065l.05.01.82.641c.062.049.025.092-.034.104-.714.147-1.689.145-2.436.077-1.127-.103-3.448 2.569-6.751 2.569-4.185.001-6.936-1.851-9.544-4.787h0z\"/>\n    <path fill=\"#658D5C\" fill-rule=\"nonzero\" d=\"M119.114 140.368c-.653.023-1.349.023-1.994.131-1.925.324-3.83 2.421-6.757 2.505-3.894.112-6.354-1.722-9.015-4.34 3.873-.582 6.866-2.818 10.862-1.561 2.049.645 4.457 3.225 6.38 2.855l.524.41z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M119.114 140.368c-.653.023-1.349.023-1.994.131-1.925.324-3.83 2.421-6.757 2.505-3.894.112-6.354-1.722-9.015-4.34 3.873-.582 6.866-2.818 10.862-1.561 2.049.645 4.457 3.225 6.38 2.855l.524.41h0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M116.705 139.855s-3.417.561-5.544.567c-3.437.008-8.697-1.425-8.697-1.425s5.245 1.587 8.697 1.657c2.123.043 5.544-.45 5.544-.45v-.349z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M116.705 139.855s-3.417.561-5.544.567c-3.437.008-8.697-1.425-8.697-1.425s5.245 1.587 8.697 1.657c2.123.043 5.544-.45 5.544-.45v-.349h0z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M107.42 98.58c-.065.146-.259.078-.219-.077.028-.108.007-.238-.06-.399-.068-.167-.174-.344-.286-.533-.117-.197-.241-.404-.339-.62a2.041 2.041 0 01-.191-.7c-.014-.241.033-.492.159-.58.113-.079.22-.009.272.074a.904.904 0 01.101.354c.038.298.217.68.42.98.101.15.203.273.289.35a.47.47 0 00.103.076.07.07 0 00.021.008l.137.158-.407.909z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M127.275 145.855c-.017-.712.124-.447.891-.134.164.066.043.226-.097.314-.459.287-.864.894-1.058.758-.528-.37-.196-.383.264-.938z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M127.275 145.855c-.017-.712.124-.447.891-.134.164.066.043.226-.097.314-.459.287-.864.894-1.058.758-.528-.37-.196-.383.264-.938h0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M108.935 95.601c-2.26 5.745-3.022 15.917-2.241 20.535 2.403 14.2 14.098 27.513 24.805 29.664 9.312 1.872 14.988 6.044 18.695 10.493 2.423 2.908 3.716 4.229 7.195 10.02 1.271 2.117-.903 2.545-1.8.79-2.448-4.787-3.767-6.914-7.14-10.677-3.622-4.041-8.95-7.669-17.646-9.405-10.37-2.07-22.518-15.407-24.921-29.606-.782-4.62-.098-15.649 2.273-21.478l.78-.336z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M108.935 95.601c-2.26 5.745-3.022 15.917-2.241 20.535 2.403 14.2 14.098 27.513 24.805 29.664 9.312 1.872 14.988 6.044 18.695 10.493 2.423 2.908 3.716 4.229 7.195 10.02 1.271 2.117-.903 2.545-1.8.79-2.448-4.787-3.767-6.914-7.14-10.677-3.622-4.041-8.95-7.669-17.646-9.405-10.37-2.07-22.518-15.407-24.921-29.606-.782-4.62-.098-15.649 2.273-21.478l.78-.336\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M124.359 145.25c-1.613.177-2.704 2.519-4.323 3.993-2.981 2.713-7.757 2.984-10.802 1.172-.128-.076-.192-.246-.048-.28 3.786-.859 4.28-6.026 12.173-5.517.925.06 1.316.249 2.245.249l.755.383z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M118.365 121.226l.052.025c.04 2.308 1.79 5.456 2.219 7.994.37 2.186-.163 4.014-1.001 6.051-.21.508-.701 1.528-.72 2.028-.018.465.274.896.521 1.282.086.135.609.821.555.954-2.091-1.811-.861-.63-1.731-2.3-.449-.861-.983-1.643-1.428-2.51-2.348-4.58-2.391-9.774 1.533-13.524z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M118.365 121.226l.052.025c.04 2.308 1.79 5.456 2.219 7.994.37 2.186-.163 4.014-1.001 6.051-.21.508-.701 1.528-.72 2.028-.018.465.274.896.521 1.282.086.135.609.821.555.954-2.091-1.811-.861-.63-1.731-2.3-.449-.861-.983-1.643-1.428-2.51-2.348-4.58-2.391-9.774 1.533-13.524z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M133.459 146.239c-1.027-.332-2.073-.741-2.636-1.792-.947-1.765-.744-3.191-1.716-5.017-1.842-3.464-5.389-3.837-7.179-7.048-.363 2.955-.759 7.37 3.841 10.527 1.62 1.111 4.089 1.366 4.684 1.813.596.446.954 1.084.954 1.084l2.052.433h0z\"/>\n    <path fill=\"#658D5C\" fill-rule=\"nonzero\" d=\"M131.467 145.699a8.13 8.13 0 00-1.118-1.012c-.939-.679-2.972-.743-4.507-1.868-2.143-1.572-3.255-3.033-3.85-5.624-.361-1.571-.083-2.827-.01-4.134 1.931 2.805 5.285 3.069 7.08 6.424 1.091 2.039.946 5.139 3.181 6.378l-.776-.164z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M131.467 145.699a8.13 8.13 0 00-1.118-1.012c-.939-.679-2.972-.743-4.507-1.868-2.143-1.572-3.255-3.033-3.85-5.624-.361-1.571-.083-2.827-.01-4.134 1.931 2.805 5.285 3.069 7.08 6.424 1.091 2.039.946 5.139 3.181 6.378l-.776-.164h0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M113.134 130.274s-.128.154-.308.667c-.08.23.425.924.384.683-.103-.589.187-1.003.187-1.003l-.263-.347z\"/>\n    <path fill=\"#658D5C\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M113.916 134.163s-1.232-.265-1.777-.537c-.947-.474-3.043-3.223-5.465-4.599-3.473-1.972-6.497-1.56-9.914-2.559.97 3.646 2.823 5.827 6.265 7.373 3.082 1.384 8.115.187 8.661.232.545.046 2.276.773 2.276.773l-.046-.683h0z\"/>\n    <path fill=\"#466343\" fill-rule=\"nonzero\" d=\"M118.804 138.34c-.152-1.085-1.385-2.646-1.901-3.656-.756-1.481-1.323-3.096-1.492-4.756-.364-3.576.456-5.506 2.81-8.156.017.777.122 1.049.356 1.772.985 3.034 2.364 5.542 1.917 8.841-.22 1.624-1.547 3.937-1.607 4.929-.031.514.259 1.117.515 1.55l-.598-.524z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M118.804 138.34c-.152-1.085-1.385-2.646-1.901-3.656-.756-1.481-1.323-3.096-1.492-4.756-.364-3.576.456-5.506 2.81-8.156.017.777.122 1.049.356 1.772.985 3.034 2.364 5.542 1.917 8.841-.22 1.624-1.547 3.937-1.607 4.929-.031.514.259 1.117.515 1.55l-.598-.524h0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M109.971 128.668c-2.526-4.199-8.45-2.317-12.333-5.843-1.884-1.711-2.726-4.287-3.102-6.737-.112-.729-.424-3.621-.254-4.183.031-.104.136-.129.217-.05 1.287 1.258 2.577 2.071 4.068 3.08 3.54 2.396 4.993 4.644 6.817 8.38 2.389 4.894 4.554 2.106 4.587 5.353z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M109.971 128.668c-2.526-4.199-8.45-2.317-12.333-5.843-1.884-1.711-2.726-4.287-3.102-6.737-.112-.729-.424-3.621-.254-4.183.031-.104.136-.129.217-.05 1.287 1.258 2.577 2.071 4.068 3.08 3.54 2.396 4.993 4.644 6.817 8.38 2.389 4.894 4.554 2.106 4.587 5.353h0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M117.849 123.038s-.802 4.201-.681 6.903c.125 2.76 1.349 6.956 1.349 6.956h-.233s-1.269-4.194-1.348-6.956c-.077-2.715.913-6.903.913-6.903z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M117.849 123.038s-.802 4.201-.681 6.903c.125 2.76 1.349 6.956 1.349 6.956h-.233s-1.269-4.194-1.348-6.956c-.077-2.715.913-6.903.913-6.903h0z\"/>\n    <path fill=\"#658D5C\" fill-rule=\"nonzero\" d=\"M109.517 127.986c-1.74-2.036-4.611-2.292-7.856-3.074-1.552-.374-2.82-1.222-4.004-2.288-1.837-1.657-2.445-3.878-2.803-6.262a18.295 18.295 0 01-.166-3.983c.148.261.335.518.581.694 1.205.864 2.461 1.466 3.669 2.338 1.055.762 1.804 1.265 2.669 2.24a20.292 20.292 0 012.776 4.025c.606 1.15 1.126 2.498 1.911 3.541.406.542 2.046 1.246 2.643 1.322l.58 1.447z\"/>\n    <path fill=\"#A48253\" fill-rule=\"nonzero\" d=\"M106.481 125.409l-.152.405.021.226c1.186.388 2.217.913 3.025 1.784l.107.07-.545-1.356c-.527-.066-1.871-.626-2.456-1.129z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M109.517 127.986c-1.74-2.036-4.611-2.292-7.856-3.074-1.552-.374-2.82-1.222-4.004-2.288-1.837-1.657-2.445-3.878-2.803-6.262a18.295 18.295 0 01-.166-3.983c.148.261.335.518.581.694 1.205.864 2.461 1.466 3.669 2.338 1.055.762 1.804 1.265 2.669 2.24a20.292 20.292 0 012.776 4.025c.606 1.15 1.126 2.498 1.911 3.541.406.542 2.046 1.246 2.643 1.322l.58 1.447h0z\"/>\n    <path fill=\"#D99F31\" fill-rule=\"nonzero\" d=\"M102.485 112.64a1.655 1.655 0 110 3.313 1.656 1.656 0 010-3.313z\"/>\n    <path fill=\"#F1BF31\" fill-rule=\"nonzero\" d=\"M102.544 113.496c0-.316.081-.607.215-.834.785.13 1.383.812 1.383 1.635 0 .068-.004.136-.012.202-.168.2-.387.321-.627.321-.53-.001-.959-.594-.959-1.324z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M102.485 112.64a1.655 1.655 0 110 3.313 1.656 1.656 0 010-3.313z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M107.38 113.561s.773-2.878 1.501-4.66c1.721-4.217 4.707-4.376 6.228-7.715.871 2.255 1.567 5.154.045 8.405-1.756 3.756-6.251 5.96-6.251 5.96l-1.523-1.99z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M107.38 113.561s.773-2.878 1.501-4.66c1.721-4.217 4.707-4.376 6.228-7.715.871 2.255 1.567 5.154.045 8.405-1.756 3.756-6.251 5.96-6.251 5.96l-1.523-1.99h0z\"/>\n    <path fill=\"#466343\" fill-rule=\"nonzero\" d=\"M115.095 101.943c2.243 6.124-.719 10.533-6.157 13.574l-1.433-1.98c.935-3.933 1.606-5.869 4.611-8.664 1.188-1.105 2.229-1.464 2.979-2.93z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M115.095 101.943c2.243 6.124-.719 10.533-6.157 13.574l-1.433-1.98c.935-3.933 1.606-5.869 4.611-8.664 1.188-1.105 2.229-1.464 2.979-2.93h0z\"/>\n    <path fill=\"#A48253\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M108.767 95.874c-2.239 5.886-2.901 15.727-2.13 20.282 2.409 14.234 14.073 27.596 24.838 29.759 9.283 1.865 14.834 6.046 18.656 10.367a46.947 46.947 0 014.412 5.847c1.02 1.597 1.894 3.34 2.752 4.718.139.223-1.02.702-1.142.504-.907-1.466-1.741-3.315-2.786-5.009-1.189-1.926-3.231-3.897-5.007-5.994-3.779-4.462-8.812-7.816-17.535-9.557-10.314-2.059-22.317-15.232-24.714-29.396-.779-4.601-.205-15.281 1.846-20.919l.81-.602h0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M107.645 123.724c-.463-.443-1.128-.866-1.573-1.328-4.135-4.292-3.049-11.789 1.486-15.451.154-.124.271-.066.293.117.182 1.511.417 2.932 1.023 4.596 1.384 3.8 1.609 5.98.352 9.216-.767 1.972.002 3.712.002 3.712l-1.583-.862h0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M122.227 142.204c-2.646-.905-5.379-.662-7.579-2.946-2.539-2.634-3.089-6.709-2.425-9.062.032-.114.121-.208.193-.12.564.69.863 1.187 1.604 1.734 2.65 1.955 5.904 2.935 7.028 5.921.224.594.298 1.217.508 1.816.716 2.052 1.89 2.672 3.591 3.792l-2.92-1.135h0z\"/>\n    <path fill=\"#658D5C\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M124.294 143.293c-2.475-2.099-6.936-1.345-9.593-4.193-1.95-2.091-2.773-5.388-2.289-8.247 2.358 2.101 5.099 2.678 7.243 5.036 2.524 2.777.375 4.64 5.126 7.342l-.487.062h0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M111.075 128.229l.007-.064c.615-.733.188-2.934-.013-3.816-.348-1.521-.391-2.828-.138-4.377.292-1.788 1.271-3.403 2.275-4.884.448-.66 1.901-2.721 2.052-3.468.012-.064.08-.059.108.002.554 1.209.844 2.68 1.068 3.987.312 1.83.41 3.493-.225 5.573-.568 1.862-1.332 3.068-2.503 4.321-.495.53-1.66 1.697-1.831 2.327-.031.115-.229.955-.185 1.569l-.615-1.17z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M111.075 128.229l.007-.064c.615-.733.188-2.934-.013-3.816-.348-1.521-.391-2.828-.138-4.377.292-1.788 1.271-3.403 2.275-4.884.448-.66 1.901-2.721 2.052-3.468.012-.064.08-.059.108.002.554 1.209.844 2.68 1.068 3.987.312 1.83.41 3.493-.225 5.573-.568 1.862-1.332 3.068-2.503 4.321-.495.53-1.66 1.697-1.831 2.327-.031.115-.229.955-.185 1.569l-.615-1.17h0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M106.977 104.156s.079.012.411-.211c.331-.222.733-.604.904-1.082.17-.477 1.366-4.448 2.962-6.906 1.865-2.872 3.801-4.16 6.149-6.268.369 2.276.423 5.985-1.501 8.962-1.762 2.725-6.23 4.666-6.747 4.869-.518.202-1.406.352-1.916 1.029-.289.382-.487 1.128-.487 1.128l.225-1.521h0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M106.416 104.536s-.194-.009-.445-.363c-.25-.354-.501-.901-.501-1.462 0-1.187 1.126-4.741.567-7.431-1.066-5.134-2.679-7.193-2.927-9.098-.099-.76-4.292 5.186-3.017 10.704.632 2.735 3.811 5.791 4.256 6.193.446.402 1.055.923 1.346 1.725.3.828.236 1.77.236 1.77l.485-2.038h0zM108.877 95.704c.301-.735.8-1.606 1.261-1.992 1.133-.947 4.309-3.305 5.393-5.025 2.414-3.828 1.927-8.542 1.675-9.363-2.094 1.82-4.004 3.021-6.139 6.034-1.863 2.63-2.27 7.774-2.414 8.749-.157 1.064-.63 2.214-.63 2.214l.854-.617h0z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M100.716 114.296a1.77 1.77 0 113.541.001 1.77 1.77 0 01-3.541-.001z\"/>\n    <path fill=\"#658D5C\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M192.916 124.924s.981-1.022 1.772-1.419c1.535-.773 4.029.471 4.399-.229.189-.357-.096-.617.142-.712.237-.095 2.959.445 3.067-.786.02-.222-.283-.334-.047-.571.237-.237 1.955-.352 1.783-1.164-.054-.26-.428-.333-.333-.593.095-.261 1.383-1.485.833-2.235-.16-.219-.565-.176-.535-.444.096-.831.376-2.117-.311-2.184-.738-.071-1.601 1.43-1.889 1.487-.358.072-.571-.281-.928-.166-.594.19-.688 1.069-.927 1.069-.237 0-.219-.245-.601-.238-1.166.024-1.263 1.894-1.847 2.354-.333.261-.529-.091-.856-.023-.808.166-.569 2.185-.997 2.828-.429.642-1.355 1.402-1.545 1.498-.191.095-.565.094-.565.094l-.615 1.434h0z\"/>\n    <path fill=\"#658D5C\" fill-rule=\"nonzero\" d=\"M106.999 104.989l.084-.74c.574-.22 1.086-.792 1.317-1.347 1-2.394 1.61-4.828 3.016-7.039 1.824-2.87 3.779-3.987 5.751-5.563.092 2.537.539 5.209-1.481 8.533-1.148 1.887-4.493 3.758-6.575 4.579-.93.368-1.597.666-2.112 1.577z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M106.999 104.989l.084-.74c.574-.22 1.086-.792 1.317-1.347 1-2.394 1.61-4.828 3.016-7.039 1.824-2.87 3.779-3.987 5.751-5.563.092 2.537.539 5.209-1.481 8.533-1.148 1.887-4.493 3.758-6.575 4.579-.93.368-1.597.666-2.112 1.577h0z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M110.511 150.405s2.644-.65 4.236-1.331c2.026-.866 2.845-1.993 4.871-2.859 1.636-.7 4.356-1.358 4.356-1.358m-13.463 5.548s2.639-.782 4.236-1.505c2.007-.909 2.827-2.035 4.87-2.859 1.633-.658 4.356-1.184 4.356-1.184\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M98.418 99.93c3.192 2.658 4.102 3.901 5.041 8.013.11.482.721 2.563.851 2.819.307.612.943.901 1.335 1.404.043.055.149 1.139.165 1.281.01.086-.056.084-.105.04-.497-.454-.758-1.165-1.337-1.59-.498-.366-2.182-.725-2.908-1.025-1.855-.765-3.368-2.197-4.442-3.874-1.418-2.214-1.578-5.227-1.237-7.765.079-.582.157-1.284.364-1.836.029-.076.074-.058.113.002.755 1.179 1.241 1.765 2.16 2.531z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M98.418 99.93c3.192 2.658 4.102 3.901 5.041 8.013.11.482.721 2.563.851 2.819.307.612.943.901 1.335 1.404.043.055.149 1.139.165 1.281.01.086-.056.084-.105.04-.497-.454-.758-1.165-1.337-1.59-.498-.366-2.182-.725-2.908-1.025-1.855-.765-3.368-2.197-4.442-3.874-1.418-2.214-1.578-5.227-1.237-7.765.079-.582.157-1.284.364-1.836.029-.076.074-.058.113.002.755 1.179 1.241 1.765 2.16 2.531h0z\"/>\n    <path fill=\"#658D5C\" fill-rule=\"nonzero\" d=\"M105.497 112.271l.088.752c-1.515-2.05-2.022-1.444-4.117-2.312-1.824-.754-3.304-2.161-4.363-3.809-1.582-2.46-1.553-6.101-.884-8.875.849 1.674 4.173 3.354 5.449 5.445.82 1.345 1.33 2.942 1.737 4.457.203.757.433 2.284.746 2.91.233.468.94 1.093 1.344 1.432z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M105.497 112.271l.088.752c-1.515-2.05-2.022-1.444-4.117-2.312-1.824-.754-3.304-2.161-4.363-3.809-1.582-2.46-1.553-6.101-.884-8.875.849 1.674 4.173 3.354 5.449 5.445.82 1.345 1.33 2.942 1.737 4.457.203.757.433 2.284.746 2.91.233.468.94 1.093 1.344 1.432h0z\"/>\n    <path fill=\"#658D5C\" fill-rule=\"nonzero\" d=\"M111.262 128.27c.565-.863.07-3.051-.11-4.042-.279-1.533-.299-2.856-.049-4.403.408-2.528 2.008-4.221 3.421-6.27.279-.404.556-.813.775-1.254 1.624 4.572 2.08 9.242-1.46 13.082-.534.58-1.819 1.697-2.016 2.401-.106.377-.142.777-.172 1.167l-.389-.681z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M111.262 128.27c.565-.863.07-3.051-.11-4.042-.279-1.533-.299-2.856-.049-4.403.408-2.528 2.008-4.221 3.421-6.27.279-.404.556-.813.775-1.254 1.624 4.572 2.08 9.242-1.46 13.082-.534.58-1.819 1.697-2.016 2.401-.106.377-.142.777-.172 1.167l-.389-.681h0z\"/>\n    <path fill=\"#466343\" fill-rule=\"nonzero\" d=\"M124.743 144.549s-.2.318-1.14.318-3.879-.488-6.23.126c-3.546.927-5.01 4.243-7.675 5.422 4.049 1.744 7.012 1.314 10.381-1.38 1.43-1.143 2.311-3.379 4.279-3.786.898-.185 1.175-.158 1.76.069l-1.375-.769z\"/>\n    <path fill=\"#A48253\" fill-rule=\"nonzero\" d=\"M123.667 144.915l.256.41.641-.129.109-.007c.346-.06.586-.077.81-.05l.286-.018-1.025-.573s-.085.134-.401.228l-.035.034-.641.105z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M124.743 144.549s-.2.318-1.14.318-3.879-.488-6.23.126c-3.546.927-5.01 4.243-7.675 5.422 4.049 1.744 7.012 1.314 10.381-1.38 1.43-1.143 2.311-3.379 4.279-3.786.898-.185 1.175-.158 1.76.069m26.409 16.307s.037-.517.634-.724a.661.661 0 01.781.23\"/>\n    <path fill=\"#A48253\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M171.183 146.247s.74.248 1.23.275c.33.018.846-.047.846-.047s-.203.043-.422-.112c-.072-.051-.578-.5-.578-.5l-1.076.384h0z\"/>\n    <path fill=\"#A48253\" fill-rule=\"nonzero\" d=\"M173.15 146.865c.545-.618 2.123-.551 3.279.469.575.507.195 1.268-.488 1.871-.688.607-1.561.944-1.857.687-1.156-1.011-1.335-2.574-.934-3.027z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M173.15 146.865c.545-.618 2.123-.551 3.279.469.575.507.195 1.268-.488 1.871-.688.607-1.561.944-1.857.687-1.156-1.011-1.335-2.574-.934-3.027h0z\"/>\n    <path fill=\"#D99F31\" fill-rule=\"nonzero\" d=\"M174.319 149.961c-.259-.296.155-1.203.706-1.7.488-.441 1.283-.742 1.455-.557.675.724 1.365 2.013.829 2.651-.536.64-2.406.273-2.99-.394z\"/>\n    <path fill=\"#F1BF31\" fill-rule=\"nonzero\" d=\"M176.347 147.941a.773.773 0 01.345.007c.595.742 1.097 1.835.617 2.406-.192.229-.553.329-.966.333-.327-.199-.599-.599-.705-1.097-.168-.792.149-1.53.709-1.649z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M174.319 149.961c-.259-.296.155-1.203.706-1.7.488-.441 1.283-.742 1.455-.557.675.724 1.365 2.013.829 2.651-.536.64-2.406.273-2.99-.394z\"/>\n    <path fill=\"#A48253\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M128.178 145.829s-.318.186-.413.269c-.217.195-.503.338-.592.497l-.346-.032c.215-.179.442-.485.565-.634.072-.086.001-.415.001-.415l.785.315h0z\"/>\n    <path fill=\"#658D5C\" fill-rule=\"nonzero\" d=\"M108.335 95.84c.636-1.802.622-3.806.978-5.677.751-3.944 1.871-5.226 4.72-7.864.908-.84 1.837-1.451 2.825-2.197.16 1.135.234 2.087.119 3.226-.561 5.572-2.934 6.888-6.913 10.296-.773.66-.972 1.585-1.729 2.216z\"/>\n    <path fill=\"#A48253\" fill-rule=\"nonzero\" d=\"M108.486 95.369c.104-.152.203-.24.257-.214.043.021.049.108.023.232a2.872 2.872 0 01-.431.454c.055-.156.105-.313.151-.472z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M108.335 95.84c.636-1.802.622-3.806.978-5.677.751-3.944 1.871-5.226 4.72-7.864.908-.84 1.837-1.451 2.825-2.197.16 1.135.234 2.087.119 3.226-.561 5.572-2.934 6.888-6.913 10.296-.773.66-.972 1.585-1.729 2.216h0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M108.584 96.044s.143-.437.359-.994c.216-.557.16.149.16.149l-.127.608-.392.237z\"/>\n    <path fill=\"#658D5C\" fill-rule=\"nonzero\" d=\"M106.271 104.61l-.291.935c-.164-1.217-.676-1.759-1.553-2.552-3.818-3.454-5.449-7.519-3.847-12.272.561-1.661 1.1-2.578 2.281-3.874.746 1.278 1.107 2.043 1.624 3.429 1.31 3.519 1.832 5.509 1.313 9.54-.184 1.424-.866 3.158.079 4.424.104.138.229.299.394.37z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M106.271 104.61l-.291.935c-.164-1.217-.676-1.759-1.553-2.552-3.818-3.454-5.449-7.519-3.847-12.272.561-1.661 1.1-2.578 2.281-3.874.746 1.278 1.107 2.043 1.624 3.429 1.31 3.519 1.832 5.509 1.313 9.54-.184 1.424-.866 3.158.079 4.424.104.138.229.299.394.37h0z\"/>\n    <path fill=\"#A48253\" fill-rule=\"nonzero\" d=\"M106.162 106.676s.092-.924-.051-1.486a5.439 5.439 0 00-.256-.692s.459.234.565.213c.105-.019-.258 1.965-.258 1.965zM107.721 97.624c-.22.09-.897-.864-.979-1.51-.078-.614-.33-.357-.3.13.055.906 1.139 1.877.989 2.453.204-.494.3-.852.29-1.073z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M107.721 97.624c-.22.09-.897-.864-.979-1.51-.078-.614-.33-.357-.3.13.055.906 1.023 1.712.873 2.288\"/>\n    <path fill=\"#D99F31\" fill-rule=\"nonzero\" d=\"M104.385 95.067a1.655 1.655 0 011.685-1.627 1.655 1.655 0 11-1.685 1.627z\"/>\n    <path fill=\"#F1BF31\" fill-rule=\"nonzero\" d=\"M106.14 94.908c-.449-.315-.645-.808-.439-1.103.206-.294.737-.279 1.187.036.449.315.645.808.439 1.102-.206.295-.738.278-1.187-.035z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M104.385 95.067a1.655 1.655 0 011.685-1.627 1.655 1.655 0 11-1.685 1.627h0z\"/>\n    <path fill=\"#A48253\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M193.943 97.67s.02-.664.543-2.536c.091-.326.339-.507.339-.507l-.977-.134s.249.237.245.546c-.012.874-.482 1.557-.482 1.557l.332 1.074h0z\"/>\n    <path fill=\"#658D5C\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M192.859 95.668s-.635-1.857-1.178-2.535c-.574-.719-.987-.87-2.03-1.203-.923-.295-2.364-.533-2.425-1.256-.061-.723.024-.586-.24-.656-.847-.222-1.906-.503-1.704-1.342.202-.839.515-.97.152-1.146-.536-.258-1.944-1.078-1.776-1.796.168-.719.794-.728.53-1.169-.19-.315-.869-.661-.815-1.235.038-.392.534-.519.519-.868-.015-.349-1.346-1.899-.563-2.546.714-.589 1.975.464 2.297.597.323.133.695-.551 1.167-.438.607.145.639 1.054.818 1.377.328.588.998-.177 1.523.105.875.47.57 2.087.806 2.414.235.327.881-.195 1.34.057.713.394.103 2.755.149 3.142.047.389.565.055.861.285.788.613-.171 2.475-.02 4.046.052.543.182 1.386.182 1.386l.407 2.781h0z\"/>\n    <path fill=\"#D99F31\" fill-rule=\"nonzero\" d=\"M114.487 127.442a1.714 1.714 0 110 3.429 1.714 1.714 0 010-3.429z\"/>\n    <path fill=\"#F1BF31\" fill-rule=\"nonzero\" d=\"M114.287 128.989c-.366-.504-.378-1.118-.028-1.372s.931-.053 1.296.451c.365.503.378 1.117.028 1.372-.35.254-.93.053-1.296-.451z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M114.487 127.442a1.714 1.714 0 110 3.429 1.714 1.714 0 010-3.429z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M112.655 129.157a1.831 1.831 0 113.663 0 1.831 1.831 0 01-3.663 0z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M105.995 96.884a1.77 1.77 0 11.062-3.54 1.77 1.77 0 01-.062 3.54z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M153.05 162.206s.019-.522.634-.667a.674.674 0 01.781.347l-1.415.32zm4.126 5.536c-1.121.231-1.806-1.175-1.421-1.521.252-.226.871-.177 1.326.044.812.397.594 1.374.095 1.477z\"/>\n    <path fill=\"#A48253\" fill-rule=\"nonzero\" d=\"M157.175 167.742c-.931.237-1.662-1.013-1.42-1.288.222-.254.694-.267 1.148-.046.813.397.766 1.209.272 1.334z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M157.175 167.742c-.931.237-1.662-1.013-1.42-1.288.222-.254.694-.267 1.148-.046.813.397.766 1.209.272 1.334h0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M108.289 96.066c1.179-3.435 1.836-5.849 3.788-9.204 1.328-2.281 3.931-5.51 3.931-5.51s-2.452 3.313-3.724 5.61c-1.798 3.248-2.201 4.645-3.636 8.797l-.359.307z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M108.289 96.066c1.179-3.435 1.836-5.849 3.788-9.204 1.328-2.281 3.931-5.51 3.931-5.51s-2.452 3.313-3.724 5.61c-1.798 3.248-2.201 4.645-3.636 8.797l-.359.307h0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M102.706 88.433s-.43 5.395.248 8.735c.61 3.001 2.728 7.362 2.728 7.362s.118.088-.495-1.528c-.63-1.66-1.433-3.496-1.943-5.843-.724-3.332-.538-8.726-.538-8.726z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M102.706 88.433s-.43 5.395.248 8.735c.61 3.001 2.728 7.362 2.728 7.362s.118.088-.495-1.528c-.63-1.66-1.433-3.496-1.943-5.843-.724-3.332-.538-8.726-.538-8.726h0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M97.662 102.45s.714 1.867 1.326 2.983c1.68 3.065 3.122 4.668 5.99 6.665l.084-.258c-2.765-1.963-4.065-3.53-5.842-6.407-.689-1.116-1.558-2.983-1.558-2.983z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M97.662 102.45s.714 1.867 1.326 2.983c1.68 3.065 3.122 4.668 5.99 6.665l.084-.258c-2.765-1.963-4.065-3.53-5.842-6.407-.689-1.116-1.558-2.983-1.558-2.983z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M107.931 103.704s3.434-3.17 5.189-5.65c1.552-2.192 3.413-6.079 3.413-6.079s-1.7 3.934-3.206 6.14c-1.691 2.476-4.932 5.588-4.932 5.588h-.464v.001z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M107.931 103.704s3.434-3.17 5.189-5.65c1.552-2.192 3.413-6.079 3.413-6.079s-1.7 3.934-3.206 6.14c-1.691 2.476-4.932 5.588-4.932 5.588h-.464v.001z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M111.295 128.547c.653-1.574 1.636-3.741 2.369-6.237.92-3.132 1.467-4.659 1.572-8.223-.053 3.559-.432 4.789-1.186 7.754-.641 2.524-1.52 4.739-2.173 6.312l-.582.394z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M111.295 128.547c.653-1.574 1.636-3.741 2.369-6.237.92-3.132 1.467-4.659 1.572-8.223-.053 3.559-.432 4.789-1.186 7.754-.641 2.524-1.52 4.739-2.173 6.312l-.582.394h0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M109.34 112.751s2.586-2.262 3.742-4.286c1.523-2.669 1.779-4.811 1.779-4.811s-.025 2.154-1.547 4.822c-1.155 2.025-3.871 4.608-3.871 4.608l-.103-.333z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M109.34 112.751s2.586-2.262 3.742-4.286c1.523-2.669 1.779-4.811 1.779-4.811s-.025 2.154-1.547 4.822c-1.155 2.025-3.871 4.608-3.871 4.608l-.103-.333h0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M106.393 125.582s-2.232-1.414-3.455-2.445c-4.746-3.998-7.72-9.387-7.72-9.387s2.717 5.69 7.545 9.62c1.283 1.044 3.629 2.503 3.629 2.503v-.291h.001z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M106.393 125.582s-2.232-1.414-3.455-2.445c-4.746-3.998-7.72-9.387-7.72-9.387s2.717 5.69 7.545 9.62c1.283 1.044 3.629 2.503 3.629 2.503v-.291h.001z\"/>\n    <path stroke=\"currentColor\" stroke-linejoin=\"round\" stroke- d=\"M106.701 126.155s-.427-.182-.205-.589\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M123.74 142.498c-2.095-1.317-5.042-3.278-7.698-6.006-.909-.935-2.218-2.501-2.218-2.501s1.062 1.658 1.928 2.559c2.368 2.464 5.62 4.777 7.715 6.094l.273-.146z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M123.74 142.498c-2.095-1.317-5.042-3.278-7.698-6.006-.909-.935-2.218-2.501-2.218-2.501s1.062 1.658 1.928 2.559c2.368 2.464 5.62 4.777 7.715 6.094l.273-.146h0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M130.988 145.014s-3.94-2.826-5.712-5.293c-.964-1.341-1.432-2.169-2.085-3.687.783 1.521 1.314 2.345 2.376 3.687 1.774 2.244 5.421 4.944 5.421 4.944v.349z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M130.988 145.014s-3.94-2.826-5.712-5.293c-.964-1.341-1.432-2.169-2.085-3.687.783 1.521 1.314 2.345 2.376 3.687 1.774 2.244 5.421 4.944 5.421 4.944v.349h0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M111.481 150.078c5.793-.805 8.046-4.19 12.98-4.958-.52.027-.425-.177-.897-.077-4.351.918-7.012 4.209-12.083 5.035z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M111.481 150.078c5.793-.805 8.046-4.19 12.98-4.958-.52.027-.425-.177-.897-.077-4.351.918-7.012 4.209-12.083 5.035z\"/>\n    <path fill=\"#D99F31\" fill-rule=\"nonzero\" d=\"M118.55 141.614a1.714 1.714 0 110 3.429 1.714 1.714 0 010-3.429z\"/>\n    <path fill=\"#F1BF31\" fill-rule=\"nonzero\" d=\"M120.233 143.002a.655.655 0 01-.067.16c-.252.435-.94.508-1.537.163-.598-.345-.879-.977-.627-1.412a.709.709 0 01.309-.282 1.714 1.714 0 011.922 1.371z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M118.55 141.614a1.714 1.714 0 110 3.429 1.714 1.714 0 010-3.429z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M116.719 143.328a1.83 1.83 0 011.831-1.83 1.83 1.83 0 110 3.661 1.83 1.83 0 01-1.831-1.831z\"/>\n    <path fill=\"#A48253\" fill-rule=\"nonzero\" d=\"M124.55 144.124s.161.091.26.203c.1.112.136.246.068.331 0 0 .04.098.168.192.172.125.399.116.649.154.318.052.542.095.768.161.227.066.511.184.511.184l-1.285-.64-1.139-.585z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M112.159 134.081s-3.198-.838-7.283-2.363c-4.086-1.525-6.839-4.077-6.839-4.077s2.753 2.319 6.839 3.844c4.085 1.525 7.283 2.247 7.283 2.247v.349z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M112.159 134.081s-3.198-.838-7.283-2.363c-4.086-1.525-6.839-4.077-6.839-4.077s2.753 2.319 6.839 3.844c4.085 1.525 7.283 2.247 7.283 2.247v.349z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M186.836 149.672c.248.426.698.719.906 1.157.295.615.019 1.24-.724 1.194-.322-.02-.617-.268-.926-.293-.249-.019-.962.934-1.654.903-.942-.041-1.391-1.191-1.966-1.779-.458-.097-.794.578-1.303.486-1.045-.189-.994-1.847-1.355-2.577-.288-.214-.723.239-1.303-.171-.895-.632-.426-2.619-1.387-3.175-.846-.49-2.634-.165-2.478-.247l.997-.518c.062-.033.253.058.315.071 1.634.325 3.82.057 5.495.057.803 0 .674.649.803.781l.065.01c.834.058 1.829-.003 2.54.522.86.639.046 1.209.043 1.353l.039.019.182.061.562.165c.435.14.922.333 1.214.703.425.542-.052.794-.065 1.278z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M186.836 149.672c.248.426.698.719.906 1.157.295.615.019 1.24-.724 1.194-.322-.02-.617-.268-.926-.293-.249-.019-.962.934-1.654.903-.942-.041-1.391-1.191-1.966-1.779-.458-.097-.794.578-1.303.486-1.045-.189-.994-1.847-1.355-2.577-.288-.214-.723.239-1.303-.171-.895-.632-.426-2.619-1.387-3.175-.846-.49-2.634-.165-2.478-.247l.997-.518c.062-.033.253.058.315.071 1.634.325 3.82.057 5.495.057.803 0 .674.649.803.781l.065.01c.834.058 1.829-.003 2.54.522.86.639.046 1.209.043 1.353l.039.019.182.061.562.165c.435.14.922.333 1.214.703.425.542-.052.794-.065 1.278z\"/>\n    <path fill=\"#466343\" fill-rule=\"nonzero\" d=\"M175.697 144.822c.361.228 5.17.076 5.816.076.698 0 .47.552.708.76.29.131 3.593.022 2.84 1.27-.086.143-.199.273-.272.423l.017.139c.337.279 1.508.301 2.018.958.304.392-.501 1.022-.156 1.271.662.476 2.142 2.593-.544 1.957-.646-.153-1.411 1.648-2.817.036-.17-.196-.567-.768-.73-.881-.392-.271-.892.359-1.373.28-.885-.146-.94-1.698-1.259-2.349-.439-.307-.807.058-1.331-.312-1.188-.838.268-3.715-3.576-3.286l.659-.342z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M175.697 144.822c.361.228 5.17.076 5.816.076.698 0 .47.552.708.76.29.131 3.593.022 2.84 1.27-.086.143-.199.273-.272.423l.017.139c.337.279 1.508.301 2.018.958.304.392-.501 1.022-.156 1.271.662.476 2.142 2.593-.544 1.957-.646-.153-1.411 1.648-2.817.036-.17-.196-.567-.768-.73-.881-.392-.271-.892.359-1.373.28-.885-.146-.94-1.698-1.259-2.349-.439-.307-.807.058-1.331-.312-1.188-.838.268-3.715-3.576-3.286l.659-.342z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M175.346 144.902s3.62.733 5.7 1.781c1.909.962 4.47 3.174 4.47 3.174s-2.496-2.35-4.412-3.348c-1.982-1.032-5.468-1.723-5.468-1.723l-.29.116z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M184.668 141.079c.939.87-.481 3.767-1.547 3.585-1.699-.29-2.632-2.208-2.312-3.026.342-.875 2.844-1.498 3.859-.559z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M184.668 141.079c.939.87-.481 3.767-1.547 3.585-1.699-.29-2.632-2.208-2.312-3.026.342-.875 2.844-1.498 3.859-.559z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M182.975 144.37c-.48-.344-.296-1.564.129-2.3.389-.675.943-1.098 1.366-.966 1.205.376 2.375 1.961 1.924 2.926-.443.952-2.941.682-3.419.34z\"/>\n    <path fill=\"#A48253\" fill-rule=\"nonzero\" d=\"M184.589 141.165c.863.798-.507 3.43-1.448 3.269-1.619-.276-2.202-1.943-2.006-2.629.201-.71 2.496-1.527 3.454-.64z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M184.589 141.165c.863.798-.507 3.43-1.448 3.269-1.619-.276-2.202-1.943-2.006-2.629.201-.71 2.496-1.527 3.454-.64h0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M190.221 143.156c-.154.204-.478.583-.816.58-1.441-.014-1.341-1.244-2.098-2.062-.254-.062-.441.237-.938.124-.65-.149-.69-1.806-1.664-2.144-.492-.171-1.863-.178-2.625.537l1.362-1.06c1.317.517 2.503-2.286 4.011-1.914.428.106.442.385.938.342 1.101-.097 2.221-.82 3.545-.382.793.262-.237 1.324.765 1.202.645-.079 1.605-.076 1.797.726.105.44-.122.639-.073.958.13.101 2.549.943 1.269 1.591.203.569 1.175.949.66 1.646-.483.655-1.511-.072-1.796.199-.117.113-.113.426-.216.555-.427.53-1.55-.547-2.029-.648-.474 1.616-1.336.855-2.092-.25z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M190.221 143.156c-.154.204-.478.583-.816.58-1.441-.014-1.341-1.244-2.098-2.062-.254-.062-.441.237-.938.124-.65-.149-.69-1.806-1.664-2.144-.492-.171-1.863-.178-2.625.537l1.362-1.06c1.317.517 2.503-2.286 4.011-1.914.428.106.442.385.938.342 1.101-.097 2.221-.82 3.545-.382.793.262-.237 1.324.765 1.202.645-.079 1.605-.076 1.797.726.105.44-.122.639-.073.958.13.101 2.549.943 1.269 1.591.203.569 1.175.949.66 1.646-.483.655-1.511-.072-1.796.199-.117.113-.113.426-.216.555-.427.53-1.55-.547-2.029-.648-.474 1.616-1.336.855-2.092-.25h0z\"/>\n    <path fill=\"#658D5C\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M184.796 139.659c1 .282 1.027 1.824 1.603 1.968.576.144.561-.16.922-.076.333.076.67 2.021 2.281 1.82.41-.051.616-.488.616-.488s.589.966 1.209 1.053c.892.125.636-.677.863-.704.362-.042 1.029.727 1.694.727.375 0 .322-.64.718-.64.397 0 1.179.377 1.501-.087.421-.606-.56-1.316-.631-1.532-.072-.216.279-.222.242-.431-.136-.77-1.387-.893-1.495-1.165-.108-.271.174-.551.069-.973-.179-.718-1.198-.743-1.658-.641-1.068.238-.1-.901-.86-1.221-1.31-.552-3.215.493-3.701.289-.327-.138-.452-.179-.731-.227-1.18-.205-2.267 1.516-3.012 1.875l.37.453h0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M184.425 139.123s3.618-.223 5.741.516c1.837.639 4.261 2.592 4.261 2.592s-2.612-1.922-4.555-2.486c-2.091-.607-5.575-.274-5.575-.274l.128-.348z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M184.425 139.123s3.618-.223 5.741.516c1.837.639 4.261 2.592 4.261 2.592s-2.612-1.922-4.555-2.486c-2.091-.607-5.575-.274-5.575-.274l.128-.348h0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M181.23 139.376s.692-4.605.632-7.565c-.036-1.779-.375-4.546-.375-4.546s.476 2.868.55 4.721c.11 2.752-.517 7.041-.517 7.041l-.29.349z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M181.23 139.376s.692-4.605.632-7.565c-.036-1.779-.375-4.546-.375-4.546s.476 2.868.55 4.721c.11 2.752-.517 7.041-.517 7.041l-.29.349h0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M177.733 139.207c.066.197.736.391.675 1.137-.073.914-1.451.633-2.091 1.063-.242.163.287.948.009 1.321-.498.664-2.188.268-2.311.433-.227.304.551 1.14-.269 1.601-1.139.641-3.544-.373-4.841.777-.076.068-.581.635-.6.641-.741.195-2.708.601-2.478.505 1.154-.487 3.009-.962 3.372-1.756.31-.676.076-1.952.203-2.682.188-1.091.99-.652 1.254-.999.214-.28-.183-1.801.679-2.519.606-.503 1.256-.157 1.81-.556.578-.416-.296-1.805.847-2.201.687-.237 1.401.53 1.557.496.427-.092.928-1.379 1.795-1.206.863.172.478 1.31.441 1.837 1.446.179.662 1.255-.052 2.108z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M177.733 139.207c.066.197.736.391.675 1.137-.073.914-1.451.633-2.091 1.063-.242.163.287.948.009 1.321-.498.664-2.188.268-2.311.433-.227.304.551 1.14-.269 1.601-1.139.641-3.544-.373-4.841.777-.076.068-.581.635-.6.641-.741.195-2.708.601-2.478.505 1.154-.487 3.009-.962 3.372-1.756.31-.676.076-1.952.203-2.682.188-1.091.99-.652 1.254-.999.214-.28-.183-1.801.679-2.519.606-.503 1.256-.157 1.81-.556.578-.416-.296-1.805.847-2.201.687-.237 1.401.53 1.557.496.427-.092.928-1.379 1.795-1.206.863.172.478 1.31.441 1.837 1.446.179.662 1.255-.052 2.108h0z\"/>\n    <path fill=\"#658D5C\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M166.032 146.574s3.078-1.286 3.329-1.932c.387-.99-.035-2.489.504-2.847.351-.234.703-.117.934-.45.231-.333-.069-1.948.763-2.6.521-.408.99-.042 1.625-.488.684-.482-.18-1.672.865-2.064.615-.231 1.234.522 1.54.442.589-.153.901-1.326 1.765-1.201.695.101.355.808.311 1.478-.026.385.578.206.757.745.132.392-.405 1.235-.764 1.549-.205.179.624.493.574 1.051-.072.801-1.618.857-1.977.986-.463.165-.045.857-.36 1.261-.503.645-1.792.244-2.022.552-.21.281.257 1.005-.335 1.449-.615.461-3.005.169-3.393.313a29.062 29.062 0 00-2.091.866l-2.025.89h0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M169.329 144.766s3.365-2.42 5.085-4.584c.949-1.194 2.203-3.007 2.203-3.007s-1.214 1.88-2.145 3.123c-1.698 2.266-5.087 4.856-5.087 4.856l-.056-.388z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M169.329 144.766s3.365-2.42 5.085-4.584c.949-1.194 2.203-3.007 2.203-3.007s-1.214 1.88-2.145 3.123c-1.698 2.266-5.087 4.856-5.087 4.856l-.056-.388h0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M194.474 123.236c1.293-.699 3.642-1.909 5.559-3.659 1.29-1.177 2.972-3.35 2.972-3.35s-1.67 2.285-2.972 3.525c-1.957 1.864-4.44 3.192-5.734 3.891l.175-.407z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M194.474 123.236c1.293-.699 3.642-1.909 5.559-3.659 1.29-1.177 2.972-3.35 2.972-3.35s-1.67 2.285-2.972 3.525c-1.957 1.864-4.44 3.192-5.734 3.891l.175-.407z\"/>\n    <path fill=\"#466343\" fill-rule=\"nonzero\" d=\"M191.727 124.974l-.297.987c0-1.364-.054-2.013-1.668-1.927-.25.012-.508.04-.756.001-.82-.128-.188-.621-.449-.997-.319-.458-2.479-.047-2.656-1.129-.068-.419.399-.917.057-1.246-.519-.497-1.81-.927-1.672-1.837.057-.374.559-.646.487-.995-.097-.465-1.025-1.273-.798-1.784.181-.407.512-.276.543-.66.036-.429-.715-1.5-.046-1.826.883-.429 1.481.409 2.238.47.439.036.737-.488 1.196-.385.593.131.597 1.087.979 1.282.14.071.56-.285.758-.308 1.063-.122.822 1.94 1.183 2.422.132.174.412.001.602.06.665.207-.047 2.461.227 2.763.093.103.431.045.579.086.555.156.167 1.589.076 1.941-.207.792-.921 2.344-.583 3.082z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M191.727 124.974l-.297.987c0-1.364-.054-2.013-1.668-1.927-.25.012-.508.04-.756.001-.82-.128-.188-.621-.449-.997-.319-.458-2.479-.047-2.656-1.129-.068-.419.399-.917.057-1.246-.519-.497-1.81-.927-1.672-1.837.057-.374.559-.646.487-.995-.097-.465-1.025-1.273-.798-1.784.181-.407.512-.276.543-.66.036-.429-.715-1.5-.046-1.826.883-.429 1.481.409 2.238.47.439.036.737-.488 1.196-.385.593.131.597 1.087.979 1.282.14.071.56-.285.758-.308 1.063-.122.822 1.94 1.183 2.422.132.174.412.001.602.06.665.207-.047 2.461.227 2.763.093.103.431.045.579.086.555.156.167 1.589.076 1.941-.207.792-.921 2.344-.583 3.082h0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M191.686 124.815s-1.03-4.101-2.492-6.305c-1.211-1.825-3.864-4.075-3.864-4.075s2.538 2.267 3.689 4.075c1.412 2.216 2.375 6.305 2.375 6.305h.292z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M191.686 124.815s-1.03-4.101-2.492-6.305c-1.211-1.825-3.864-4.075-3.864-4.075s2.538 2.267 3.689 4.075c1.412 2.216 2.375 6.305 2.375 6.305h.292z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M193.923 103.385s-2.435-3.955-4.528-6.012c-1.708-1.68-4.869-3.747-4.869-3.747s3.012 2.126 4.636 3.812c1.985 2.06 4.296 5.947 4.296 5.947h.465z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M193.923 103.385s-2.435-3.955-4.528-6.012c-1.708-1.68-4.869-3.747-4.869-3.747s3.012 2.126 4.636 3.812c1.985 2.06 4.296 5.947 4.296 5.947h.465z\"/>\n    <path fill=\"#A48253\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M192.862 93.921c.406 1.016.987 2.586 1.374 4.052 1.815 6.876 1.982 14.822 1.205 19.412-2.393 14.14-15.249 27.294-25.538 29.349-8.736 1.744-13.9 5.53-17.567 9.576-1.739 1.917-3.127 3.831-4.202 5.654-1.066 1.807-1.765 3.357-2.711 4.914-.011.005-.028.013-.053.021a1.647 1.647 0 01-.247.061 5.248 5.248 0 01-.721.079 2.442 2.442 0 01-.617-.033l-.033-.009c.133-.206.266-.407.396-.62.902-1.487 1.686-2.937 2.718-4.659 1.029-1.716 2.245-3.527 3.9-5.398 3.816-4.313 9.239-8.486 18.508-10.349 10.79-2.169 23.11-15.549 25.523-29.806.786-4.643.768-12.66-2.182-21.347l.247-.897h0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M192.441 93.092c-.895-2.281-1.525-3.534-2.82-5.613-1.674-2.686-5.073-6.33-5.073-6.33s3.216 3.66 4.799 6.319c1.674 2.814 2.441 4.546 3.402 7.676l-.308-2.052z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M192.441 93.092c-.895-2.281-1.525-3.534-2.82-5.613-1.674-2.686-5.073-6.33-5.073-6.33s3.216 3.66 4.799 6.319c1.674 2.814 2.441 4.546 3.402 7.676l-.308-2.052z\"/>\n    <path fill=\"#A48253\" fill-rule=\"nonzero\" d=\"M192.963 95.281s-.137-.341-.208-.565c-.148-.465-.267-1.223-.267-1.223s.22.531.367.881c.129.308.336.92.336.92l-.228-.013z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M124.177 148.115a1.83 1.83 0 113.66 0 1.83 1.83 0 01-3.66 0z\"/>\n    <path fill=\"#D99F31\" fill-rule=\"nonzero\" d=\"M126.006 146.401a1.715 1.715 0 110 3.43 1.715 1.715 0 010-3.43z\"/>\n    <path fill=\"#F1BF31\" fill-rule=\"nonzero\" d=\"M127.308 149.232c-.548.208-1.272-.148-1.679-.853-.439-.76-.343-1.637.215-1.96l.024-.013a1.715 1.715 0 011.853 1.71c0 .426-.155.816-.413 1.116z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M126.006 146.401a1.715 1.715 0 110 3.43 1.715 1.715 0 010-3.43z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M193.392 118.876c-.667-.554-2.494-2.239-2.494-3.1 0-1.026.958-.849 1.188-1-.041-.416-1.447-1.442-.883-2.367.371-.61 1.216-.439 1.529-.688.239-.654-.689-2.351.055-3.272.441-.545.782-.138.989-.188.041-.287.033-.579.065-.866.056-.508.24-1.011.83-1.042.826-.043 1.388 1.017 1.781 1.6.088-.051.518-.111.609-.156 1.016-.497.648 2.656.677 3.142.237-.008.717-.14.927-.017 1.088.642-1.074 4.019-1.305 4.814-.096.33 1.142.065.191 1.264-.554.7-1.261 1.32-1.873 1.969l-2.286-.093h0z\"/>\n    <path fill=\"#658D5C\" fill-rule=\"nonzero\" d=\"M193.737 121.49c.413-1.089.266-2.151-.555-2.746-.88-.637-2.053-2.15-2.052-3.026.003-1.035 1.032-.405 1.079-.894.036-.365-1.352-1.461-.857-2.266.322-.523 1.181-.463 1.399-.725.361-.437-.535-2.374.174-3.276.39-.496.692.031.952-.152.252-.178-.152-1.659.803-1.702.92-.041 1.596 1.501 1.743 1.453.297-.096.651-.406.986-.088.326.309.224 2.942.224 2.942s.625-.061.825.062c.831.511-.662 3.5-1.083 4.319-.359.699.692.787.153 1.505-.887 1.183-2.659 2.602-2.939 4.342l-.852.252z\"/>\n    <path fill=\"#A48253\" fill-rule=\"nonzero\" d=\"M193.911 120.871c.109-.215.221-.371.312-.354.216.04.119.59.072.808l-.558.165c.079-.209.137-.416.174-.619z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M193.737 121.49c.413-1.089.266-2.151-.555-2.746-.88-.637-2.053-2.15-2.052-3.026.003-1.035 1.032-.405 1.079-.894.036-.365-1.352-1.461-.857-2.266.322-.523 1.181-.463 1.399-.725.361-.437-.535-2.374.174-3.276.39-.496.692.031.952-.152.252-.178-.152-1.659.803-1.702.92-.041 1.596 1.501 1.743 1.453.297-.096.651-.406.986-.088.326.309.224 2.942.224 2.942s.625-.061.825.062c.831.511-.662 3.5-1.083 4.319-.359.699.692.787.153 1.505-.887 1.183-2.659 2.602-2.939 4.342\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M194.761 120.721s.666-4.283.85-6.542c.151-1.853-.261-4.903-.261-4.903s.238 2.934.087 4.787c-.184 2.259-1.177 7.634-1.177 7.634l.501-.976z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M194.761 120.721s.666-4.283.85-6.542c.151-1.853-.261-4.903-.261-4.903s.238 2.934.087 4.787c-.184 2.259-1.177 7.634-1.177 7.634l.501-.976h0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M185.023 136.637c.373-.958-.725-3.766.103-4.258.474-.282.773.248 1.234-.206.589-.582-.333-2.776.745-3.47.626-.403 1.122.178 1.725-.369.4-.364.418-1.832 1.435-2.086.676-.169.986.291 1.585.374.508.069 2.231-2.332 3.302-1.758 1.122.602.129 1.876-.097 2.729-.118.446.837.383.747 1.13-.081.683-.863 1.368-.863 1.655 0 .305.79.513.821 1.085.063 1.111-1.728 1.267-2.329 1.74-.315.248.406 1.046-.039 1.781-.472.781-2.481.233-2.815.4-.272.137-.006 1.461-.345 1.93-.55.763-3.174.047-4.146.206-1.301.213-1.87.48-2.688 1.451l1.625-2.334h0z\"/>\n    <path fill=\"#658D5C\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M183.372 138.171s1.025-.531 1.395-1.123c.363-.585.41-.795.396-1.719-.009-.561-.498-2.493.053-2.801.452-.252.703.242 1.267-.29.687-.649-.321-2.896.658-3.503.59-.366 1.123.281 1.806-.329.465-.416.386-1.817 1.303-2.047.574-.144 1.032.304 1.575.377.664.09 2.179-2.119 3.128-1.602.416.227.539.545.463 1.001-.082.492-.361.927-.468 1.407-.137.619.7.565.624 1.218-.071.62-.807 1.215-.807 1.618 0 .441.664.727.706 1.269.081 1.028-2.068 1.048-2.242 1.612-.172.558.246.977-.16 1.636-.439.71-1.951.082-2.542.323-.493.2-.195 1.314-.494 1.761-.825 1.231-4.819-.498-6.459 1.757l-.202-.565h0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M183.491 138.314s4.246-3.614 6.576-6.291c1.794-2.06 4.217-5.594 4.217-5.594s-2.262 3.577-3.985 5.652c-2.104 2.535-5.997 5.949-5.997 5.949l-.811.284z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M183.491 138.314s4.246-3.614 6.576-6.291c1.794-2.06 4.217-5.594 4.217-5.594s-2.262 3.577-3.985 5.652c-2.104 2.535-5.997 5.949-5.997 5.949l-.811.284h0z\"/>\n    <path fill=\"#A48253\" fill-rule=\"nonzero\" d=\"M183.111 138.409l.696-.202s-.255.3-.358.392c-.087.078-.316.292-.316.292l-.022-.482z\"/>\n    <path fill=\"#D99F31\" fill-rule=\"nonzero\" d=\"M183.076 144.286c-.344-.247-.255-1.377.179-2.13.394-.682 1.005-1.013 1.258-.895.93.437 2.095 1.898 1.724 2.695-.369.791-2.705.656-3.161.33z\"/>\n    <path fill=\"#F1BF31\" fill-rule=\"nonzero\" d=\"M184.484 141.831a.822.822 0 01.525-.258c.793.613 1.535 1.726 1.228 2.383a.513.513 0 01-.052.087c-.398.067-.897-.094-1.305-.461-.602-.541-.779-1.325-.396-1.751z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M183.076 144.286c-.344-.247-.255-1.377.179-2.13.394-.682 1.005-1.013 1.258-.895.93.437 2.095 1.898 1.724 2.695-.369.791-2.705.656-3.161.33h0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M194.241 95.47c-.883-.305-1.486-1.937-1.119-3.385.365-1.434 4.024-.85 3.63.858-.311 1.347-1.761 2.785-2.511 2.527z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M194.241 95.47c-.883-.305-1.486-1.937-1.119-3.385.365-1.434 4.024-.85 3.63.858-.311 1.347-1.761 2.785-2.511 2.527h0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M196.653 92.424c-.13.86-1.263.956-1.787.849-.558-.112-1.609-.704-1.486-1.416.261-1.511 1.48-2.675 2.199-2.562.785.124 1.283 1.744 1.074 3.129z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M196.653 92.424c-.13.86-1.263.956-1.787.849-.558-.112-1.609-.704-1.486-1.416.261-1.511 1.48-2.675 2.199-2.562.785.124 1.283 1.744 1.074 3.129h0z\"/>\n    <path fill=\"#A48253\" fill-rule=\"nonzero\" d=\"M194.318 95.192c-.744-.115-1.325-1.65-.969-3.05.333-1.314 3.462-.483 3.178.748-.31 1.346-1.482 2.414-2.209 2.302z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M194.318 95.192c-.744-.115-1.325-1.65-.969-3.05.333-1.314 3.462-.483 3.178.748-.31 1.346-1.482 2.414-2.209 2.302h0z\"/>\n    <path fill=\"#D99F31\" fill-rule=\"nonzero\" d=\"M195.55 89.525c.61.096 1.258 1.472 1.046 2.872-.102.676-1.157.639-1.696.53-.581-.118-1.558-.506-1.465-1.042.258-1.493 1.553-2.45 2.115-2.36z\"/>\n    <path fill=\"#F1BF31\" fill-rule=\"nonzero\" d=\"M195.616 90.764c-.096-.56-.339-1.03-.25-1.236a.694.694 0 01.108-.009.48.48 0 01.077.006c.217.034.438.229.624.53.057.172.107.381.15.628.167.945.137 1.391-.243 1.458-.381.066-.372-.828-.466-1.377z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M195.55 89.525c.61.096 1.258 1.472 1.046 2.872-.102.676-1.157.639-1.696.53-.581-.118-1.558-.506-1.465-1.042.258-1.493 1.553-2.45 2.115-2.36h0z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M143.851 167.514c-.289-.425.372-1.731 1.756-1.574.607.069.313.947-.44 1.473-.528.368-1.027.527-1.316.101h0z\"/>\n    <path fill=\"#A48253\" fill-rule=\"nonzero\" d=\"M143.851 167.514c-.289-.425.132-1.339 1.524-1.398.5-.022.545.772-.208 1.298-.528.367-1.027.526-1.316.1z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M143.851 167.514c-.289-.425.132-1.339 1.524-1.398.5-.022.545.772-.208 1.298-.528.367-1.027.526-1.316.1h0zM148.594 161.625s-.037-.517-.634-.724c-.514-.179-.839.23-.839.23m.891 1.192s-.019-.522-.633-.667c-.561-.131-.782.347-.782.347\"/>\n    <path fill=\"#A48253\" fill-rule=\"nonzero\" d=\"M109.098 124.706s.195.596.347.966c.113.275.313.694.313.694s-.419.09-.419.043-.327-1.696-.327-1.696l.086-.007z\"/>\n    <path fill=\"#658D5C\" fill-rule=\"nonzero\" d=\"M108.878 125.053c-.619-.948-1.936-2.003-2.68-2.776-1.28-1.329-2.074-2.852-2.366-4.684-.689-4.33.57-7.242 3.729-10.169.2 3.037 1.937 5.556 2.304 8.589.527 4.351-2.242 5.171-.318 9.429l-.669-.389z\"/>\n    <path fill=\"#A48253\" fill-rule=\"nonzero\" d=\"M108.458 124.189s.037.188.089.42c.123.149.235.298.33.443l.548.319-.293-1-.674-.182z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M108.878 125.053c-.619-.948-1.936-2.003-2.68-2.776-1.28-1.329-2.074-2.852-2.366-4.684-.689-4.33.57-7.242 3.729-10.169.2 3.037 1.937 5.556 2.304 8.589.527 4.351-2.242 5.171-.318 9.429\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M108.874 124.153c-1.258-1.893-1.504-2.818-2.036-4.768-1-3.663-1.007-8.112-.065-9.737-.942 1.625-1.135 6.051-.225 9.74.512 2.079.92 3.164 2.087 5.078l.239-.313z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M108.874 124.153c-1.258-1.893-1.504-2.818-2.036-4.768-1-3.663-1.007-8.112-.065-9.737-.942 1.625-1.135 6.051-.225 9.74.512 2.079.92 3.164 2.087 5.078l.239-.313h0z\"/>\n    <path stroke=\"currentColor\" stroke-linejoin=\"round\" stroke- d=\"M108.721 124.832c-.307-.359.086-.948.439-.428\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M171.273 64.212a1.517 1.517 0 113.034 0 1.517 1.517 0 01-3.034 0z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M171.273 64.212a1.517 1.517 0 113.034 0 1.517 1.517 0 01-3.034 0z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M171.728 58.884a1.905 1.905 0 113.81 0 1.905 1.905 0 01-3.81 0z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M171.728 58.884a1.905 1.905 0 113.81 0 1.905 1.905 0 01-3.81 0z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M140.18 53.145a1.466 1.466 0 112.931 0 1.466 1.466 0 01-2.931 0z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M140.18 53.145a1.466 1.466 0 112.931 0 1.466 1.466 0 01-2.931 0z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M125.521 58.884a1.905 1.905 0 113.81 0 1.905 1.905 0 01-3.81 0z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M125.521 58.884a1.905 1.905 0 113.81 0 1.905 1.905 0 01-3.81 0z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M134.543 53.762a1.581 1.581 0 113.162 0 1.581 1.581 0 01-3.162 0z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M134.543 53.762a1.581 1.581 0 113.162 0 1.581 1.581 0 01-3.162 0z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M126.754 64.212a1.517 1.517 0 113.034 0 1.517 1.517 0 01-3.034 0z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M126.754 64.212a1.517 1.517 0 113.034 0 1.517 1.517 0 01-3.034 0z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M128.745 55.169a1.832 1.832 0 113.665 0 1.832 1.832 0 01-3.665 0z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M128.745 55.169a1.832 1.832 0 113.665 0 1.832 1.832 0 01-3.665 0z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M157.948 53.145a1.466 1.466 0 112.931 0 1.466 1.466 0 01-2.931 0z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M157.948 53.145a1.466 1.466 0 112.931 0 1.466 1.466 0 01-2.931 0z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M163.353 53.762a1.581 1.581 0 113.162 0 1.581 1.581 0 01-3.162 0z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M163.353 53.762a1.581 1.581 0 113.162 0 1.581 1.581 0 01-3.162 0z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M168.651 55.169a1.832 1.832 0 113.665 0 1.832 1.832 0 01-3.665 0z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M168.651 55.169a1.832 1.832 0 113.665 0 1.832 1.832 0 01-3.665 0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M153.321 49.506c5.057 5.827 13.933 2.981 17.982 5.249 7.044 3.946-.618 13.307-2.06 15.097l-7.677-2.004c2.819-2.255 8.471-6.085 6.769-9.197-1.745-3.191-11.015.047-15.069-6.765-.852-1.432-.198-2.672.055-2.38z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M153.321 49.506c5.057 5.827 13.933 2.981 17.982 5.249 7.044 3.946-.618 13.307-2.06 15.097l-7.677-2.004c2.819-2.255 8.471-6.085 6.769-9.197-1.745-3.191-11.015.047-15.069-6.765-.852-1.432-.198-2.672.055-2.38h0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M147.683 49.506c-5.056 5.827-13.933 2.981-17.982 5.249-7.044 3.946.618 13.307 2.061 15.097l7.676-2.004c-2.818-2.255-8.47-6.085-6.768-9.197 1.745-3.191 11.014.047 15.068-6.765.852-1.432.199-2.672-.055-2.38z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M147.683 49.506c-5.056 5.827-13.933 2.981-17.982 5.249-7.044 3.946.618 13.307 2.061 15.097l7.676-2.004c-2.818-2.255-8.47-6.085-6.768-9.197 1.745-3.191 11.014.047 15.068-6.765.852-1.432.199-2.672-.055-2.38h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.655 76.605s-.396-.4-.517-.726c-.096-.257-.104-.695-.104-.695l-1.421-2.276 3.19-3.034 6.066-1.74 7.648-.547h.012l7.649.547 6.065 1.74 3.19 3.034-1.42 2.276s-.009.438-.104.695c-.121.326-.517.726-.517.726l-7.114-2.405-7.749-.347-7.76.347-7.114 2.405h0z\"/>\n    <path fill=\"#F1BF31\" fill-rule=\"nonzero\" d=\"M135.828 76.349s-.284-.355-.392-.621c-.157-.384-.136-1.055-.136-1.055l-1.685-1.764 3.19-3.034 6.065-1.74 7.661-.546 7.66.546 6.066 1.74 3.189 3.034-1.684 1.764s.02.671-.137 1.055c-.107.266-.392.621-.392.621l-6.943-2.148-7.759-.348-7.76.348-6.943 2.148z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.828 76.349s-.284-.355-.392-.621c-.157-.384-.136-1.055-.136-1.055l-1.685-1.764 3.19-3.034 6.065-1.74 7.661-.546 7.66.546 6.066 1.74 3.189 3.034-1.684 1.764s.02.671-.137 1.055c-.107.266-.392.621-.392.621l-6.943-2.148-7.759-.348-7.76.348-6.943 2.148h0z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M171.118 64.211a1.672 1.672 0 113.344 0 1.672 1.672 0 01-3.344 0zm.415-5.327a2.1 2.1 0 114.202 0 2.1 2.1 0 01-4.202 0zm-31.503-5.739a1.616 1.616 0 113.232 0 1.616 1.616 0 01-3.232 0zm-14.704 5.739a2.1 2.1 0 114.202 0 2.1 2.1 0 01-4.202 0zm9.055-5.122a1.744 1.744 0 113.488 0 1.744 1.744 0 01-3.488 0zm-7.783 10.449a1.672 1.672 0 113.344 0 1.672 1.672 0 01-3.344 0zm1.959-9.042a2.02 2.02 0 114.041 0 2.02 2.02 0 01-4.041 0z\"/>\n    <path fill=\"#F1BF31\" fill-rule=\"nonzero\" d=\"M147.683 49.68c-5.056 5.828-13.646 3.035-17.695 5.304-7.044 3.947.912 13.078 2.355 14.868l6.631-2.004c-2.819-2.255-8.175-6.201-6.473-9.313 1.744-3.191 11.183-.012 15.237-6.823.852-1.432.199-2.323-.055-2.032z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M148.142 50.129c-5.476 7.394-13.696 3.661-17.229 6.546-3.991 3.259 1.824 9.673 4.629 12.211l.438-.132.001-.029c-2.276-2.158-9.022-8.565-4.735-12.024 3.082-2.489 11.749.758 16.915-6.396a1.791 1.791 0 00-.019-.176z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M148.142 50.129c-5.476 7.394-13.696 3.661-17.229 6.546-3.991 3.259 1.824 9.673 4.629 12.211m.437-.133l.001-.029c-2.276-2.158-9.022-8.565-4.735-12.024 3.082-2.489 11.749.758 16.915-6.396h0\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M147.683 49.68c-5.056 5.828-13.646 3.035-17.695 5.304-7.044 3.947.912 13.078 2.355 14.868l6.631-2.004c-2.819-2.255-8.175-6.201-6.473-9.313 1.744-3.191 11.183-.012 15.237-6.823.852-1.432.199-2.323-.055-2.032z\"/>\n    <path fill=\"#D99F31\" fill-rule=\"nonzero\" d=\"M136.107 68.851l-.133-.127.796-.232z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M136.107 68.851l-.133-.127.796-.232z\"/>\n    <path fill=\"#F1BF31\" fill-rule=\"nonzero\" d=\"M138.849 67.75l.125.099-2.204.644.498-.269c.554-.135 1.08-.294 1.581-.474z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M138.849 67.75l.125.099-2.204.644.498-.269c.554-.135 1.08-.294 1.581-.474z\"/>\n    <path fill=\"#D99F31\" fill-rule=\"nonzero\" d=\"M134.686 64.24a5.562 5.562 0 00-.471 1.25c-2.341-2.788-4.094-5.678-2.249-8.064 1.679-2.173 5.795-1.19 10.079-2.695 1.962-.582 3.888-1.618 5.529-3.56-.158.425-.321.94-.502 1.455-4.348 5.536-13.032 2.883-14.688 5.91-.976 1.785.411 3.846 2.302 5.704z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M147.27 51.516c.208-.025.424-.084.638-.162a6.1 6.1 0 01-.164.291 2.52 2.52 0 01-.699.111c.075-.079.151-.159.225-.24zM145.872 52.809c.247.124.536.212.818.272-.089.099-.18.194-.273.287a3.272 3.272 0 01-.845-.336c.1-.072.2-.146.3-.223zM144.15 53.898c.311.225.72.374 1.087.464a9.08 9.08 0 01-.377.249c-.374-.118-.757-.295-1.049-.547.113-.053.226-.108.339-.166zM141.814 54.796c.336.325.761.566 1.215.72-.161.062-.324.119-.487.174a3.367 3.367 0 01-1.107-.794c.127-.031.253-.064.379-.1zM139.493 55.269c.252.387.596.714 1.007.957-.16.032-.32.062-.479.091a3.335 3.335 0 01-.899-.999l.371-.049zM136.897 55.527c.138.392.417.738.784 1.015a.166.166 0 01.068.107l-.415.052c-.375-.318-.655-.709-.789-1.149l.352-.025zM134.235 55.759c.092.528.371.974.805 1.294-.144.03-.283.062-.419.097a2.346 2.346 0 01-.724-1.343c.111-.017.224-.033.338-.048zM132.741 58.065a3.352 3.352 0 01-1.296-1.414c.103-.074.211-.142.325-.205.206.438.594 1.028 1.271 1.366a2.638 2.638 0 00-.3.253zM132.064 59.773c-.778-.074-1.532-.481-2.061-1.06.037-.155.087-.308.147-.458.304.38.964 1.039 1.945 1.124-.02.131-.03.262-.031.394zM131.487 61.578c.426-.067.598-.11.935-.3.058.129.123.258.194.387a2.708 2.708 0 01-.91.345c-.396.082-.807.057-1.171-.003a9.006 9.006 0 01-.216-.501c.356.068.815.127 1.168.072zM132.542 63.742c.489-.141.738-.412 1.01-.728.111.134.225.267.344.4-.187.248-.401.491-.722.66-.388.204-.813.255-1.211.255-.133-.179-.263-.36-.389-.542.323.032.685.037.968-.045z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M148.16 50.421c.016.358-.085.666-.422 1.233-4.055 6.811-13.609 3.69-15.354 6.881-1.677 3.067 3.616 6.944 6.464 9.214-.5.18-1.027.339-1.581.473l-.498.269-.737.233c-2.276-2.158-9.016-8.507-4.73-11.966 3.084-2.488 11.692.816 16.858-6.337h0z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M157.798 53.145a1.616 1.616 0 113.232 0 1.616 1.616 0 01-3.232 0zm5.393.617a1.744 1.744 0 113.488.002 1.744 1.744 0 01-3.488-.002zm5.272 1.407a2.021 2.021 0 114.042 0 2.021 2.021 0 01-4.042 0z\"/>\n    <path fill=\"#F1BF31\" fill-rule=\"nonzero\" d=\"M153.377 49.68c5.056 5.828 13.646 3.035 17.695 5.304 7.044 3.947-.912 13.078-2.355 14.868l-6.631-2.004c2.82-2.255 8.175-6.201 6.473-9.313-1.745-3.191-11.184-.012-15.237-6.823-.852-1.432-.199-2.323.055-2.032z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M152.918 50.129c5.476 7.394 13.696 3.661 17.229 6.546 3.985 3.253-1.856 9.651-4.673 12.198l-.397-.12.002-.028c2.276-2.158 9.022-8.565 4.736-12.024-3.083-2.489-11.75.758-16.916-6.396a1.53 1.53 0 01.019-.176z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M152.918 50.129c5.476 7.394 13.696 3.661 17.229 6.546 3.985 3.253-1.856 9.651-4.673 12.198m-.397-.121l.002-.028c2.276-2.158 9.022-8.565 4.736-12.024-3.083-2.489-11.75.758-16.916-6.396h0\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M153.377 49.68c5.056 5.828 13.646 3.035 17.695 5.304 7.044 3.947-.912 13.078-2.355 14.868l-6.631-2.004c2.82-2.255 8.175-6.201 6.473-9.313-1.745-3.191-11.184-.012-15.237-6.823-.852-1.432-.199-2.323.055-2.032h0z\"/>\n    <path fill=\"#D99F31\" fill-rule=\"nonzero\" d=\"M166.373 64.24c.134.255.335.693.471 1.25 2.34-2.788 4.094-5.678 2.249-8.064-1.679-2.174-5.795-1.19-10.08-2.695-1.962-.582-3.888-1.618-5.528-3.56.158.425.32.939.501 1.453 4.347 5.538 13.034 2.884 14.689 5.912.977 1.785-.41 3.846-2.302 5.704z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M153.79 51.516a2.867 2.867 0 01-.637-.162 6.1 6.1 0 00.164.292c.236.069.472.11.698.11a12.762 12.762 0 01-.225-.24zM155.188 52.809a3.472 3.472 0 01-.817.272c.089.099.18.194.272.287a3.32 3.32 0 00.845-.335 10.616 10.616 0 01-.3-.224zM156.911 53.898c-.311.225-.72.373-1.087.464.124.087.25.169.377.249.373-.118.756-.294 1.049-.546a8.867 8.867 0 01-.339-.167zM159.246 54.796a3.247 3.247 0 01-1.215.72c.161.062.324.119.487.174a3.352 3.352 0 001.106-.794 10.544 10.544 0 01-.378-.1zM161.567 55.269a3.057 3.057 0 01-1.007.957c.16.032.32.063.48.091.366-.272.673-.611.898-.999-.124-.015-.247-.032-.371-.049zM164.163 55.527c-.138.392-.417.738-.785 1.015a.166.166 0 00-.068.107l.415.053c.374-.318.654-.709.788-1.149l-.35-.026zM166.825 55.759a2.016 2.016 0 01-.804 1.294c.144.03.283.062.418.097.384-.356.634-.816.724-1.343a16.174 16.174 0 00-.338-.048zM168.319 58.065a3.365 3.365 0 001.296-1.414 3.247 3.247 0 00-.325-.205c-.206.438-.594 1.028-1.271 1.366.109.078.209.163.3.253zM168.996 59.773c.778-.075 1.531-.482 2.06-1.06a3.117 3.117 0 00-.147-.457c-.304.38-.963 1.038-1.944 1.123.02.13.03.262.031.394zM169.573 61.578c-.426-.067-.597-.11-.935-.3a5.825 5.825 0 01-.194.387 2.7 2.7 0 00.91.345c.396.082.807.057 1.171-.003.078-.167.151-.334.216-.501-.356.068-.816.127-1.168.072zM168.518 63.975c-.563-.14-.843-.387-1.212-.722-.111.128-.225.256-.343.383.258.249.524.493.923.671.345.153.708.212 1.055.229.129-.169.256-.34.38-.513a2.77 2.77 0 01-.803-.048z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M152.9 50.421c-.016.358.085.666.423 1.233 4.053 6.811 13.608 3.69 15.353 6.881 1.676 3.067-3.617 6.944-6.465 9.214.5.18 1.027.339 1.581.473l.497.269.738.233c2.276-2.158 9.016-8.507 4.73-11.966-3.083-2.488-11.691.816-16.857-6.337h0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M150.53 62.512h-2.565s.304-2.446-.04-4.103c-.278-1.34-1.347-2.878-1.347-4.005 0-1.127 1.221-4.295 1.221-4.295h5.463s1.162 3.167 1.162 4.295c0 1.128-1.011 2.665-1.289 4.005-.343 1.657-.04 4.103-.04 4.103h-2.565z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.53 62.512h-2.565s.304-2.446-.04-4.103c-.278-1.34-1.347-2.878-1.347-4.005 0-1.127 1.221-4.295 1.221-4.295h5.463s1.162 3.167 1.162 4.295c0 1.128-1.011 2.665-1.289 4.005-.343 1.657-.04 4.103-.04 4.103h-2.565 0z\"/>\n    <path fill=\"#F1BF31\" fill-rule=\"nonzero\" d=\"M150.53 62.512h-2.565s.395-2.442.076-4.103c-.259-1.352-1.172-2.401-1.292-3.771-.171-1.934 1.516-4.529 1.516-4.529h4.532s1.629 2.594 1.458 4.529c-.12 1.371-.975 2.42-1.235 3.771-.318 1.661.077 4.103.077 4.103h-2.567z\"/>\n    <path fill=\"#D99F31\" fill-rule=\"nonzero\" d=\"M146.741 54.15c.161-.055.332-.093.494-.093.563 0 .786.368.786.368s1.475-.341 2.508-.341c1.034 0 2.509.341 2.509.341s.223-.368.786-.368c.143 0 .292.03.436.075.01.172.008.341-.006.506-.121 1.372-.977 2.42-1.235 3.771-.158.821-.141 1.832-.084 2.646l-2.406 1.144-2.406-1.144c.057-.813.074-1.825-.083-2.646-.259-1.352-1.172-2.399-1.293-3.771a3.599 3.599 0 01-.006-.488z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M148.191 62.512c.29-1.435.532-2.99.466-4.449-.016-.371-.149-.945-.306-1.517a37.609 37.609 0 00-.448-1.49c-.333-1.052-.068-2.3.28-3.281a10.7 10.7 0 01.756-1.665h.505c-.155.254-1.741 2.935-1.049 4.917.254.728.75 2.249.761 3.034.018 1.289-.456 3.209-.862 4.452h-.103v-.001zM153.16 55.055c-.112.354-.292.92-.448 1.491-.156.571-.288 1.145-.306 1.517-.071 1.451.177 3.026.466 4.449h-.105c-.408-1.244-.879-3.161-.861-4.451.01-.786.507-2.307.762-3.035.367-1.051.291-1.761.033-2.465-.259-.707-.701-1.408-1.064-2.435-.002-.007-.002-.012.001-.016h.487c.371 1.011.789 1.718 1.037 2.434.251.726.33 1.46-.002 2.511z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.53 62.512h-2.565s.395-2.442.076-4.103c-.259-1.352-1.172-2.401-1.292-3.771-.171-1.934 1.516-4.529 1.516-4.529h4.532s1.629 2.594 1.458 4.529c-.12 1.371-.975 2.42-1.235 3.771-.318 1.661.077 4.103.077 4.103h-2.567 0z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M153.549 35.944c.666 0 1.152.594 1.152 1.261 0 .667-.486 1.321-1.152 1.321-.87 0-2.132-1.029-2.09-.21l.021.414.462 3.804c1.133.255-3.958.255-2.825 0l.463-3.821.02-.397c.042-.818-1.252.21-2.089.21-.667 0-1.152-.654-1.152-1.321 0-.667.485-1.261 1.152-1.261.656 0 1.381.611 1.846.324.731-.451-.149-1.465-.149-2.149 0-.666.654-1.209 1.321-1.209.667 0 1.321.543 1.321 1.209 0 .684-.886 1.668-.148 2.149.441.287 1.167-.324 1.847-.324h0z\"/>\n    <path fill=\"#D99F31\" fill-rule=\"nonzero\" d=\"M153.349 36.104c.622 0 1.184.508 1.184 1.131 0 .622-.562 1.131-1.184 1.131-.622 0-2.151-1.089-2.115-.259l.02.443.261 3.669c1.059.238-3.031.238-1.973 0l.263-3.685.019-.427c.037-.829-1.539.259-2.113.259-.622 0-1.185-.508-1.185-1.131s.562-1.131 1.185-1.131c.613 0 1.453.522 1.887.255.683-.421-.256-1.414-.256-2.052 0-.622.565-1.184 1.187-1.184.623 0 1.187.562 1.187 1.184 0 .638-.944 1.603-.255 2.052.412.266 1.253-.256 1.888-.255z\"/>\n    <path fill=\"#F1BF31\" fill-rule=\"nonzero\" d=\"M150.974 36.289c0-.192.091-.372.25-.526-.039.235.008.443.239.594.411.268 1.251-.255 1.887-.255.404 0 .784.215 1 .537-.244.39-.884.668-1.634.668-.963.001-1.742-.455-1.742-1.018zM149.748 36.226a.407.407 0 01.082.237c0 .412-.712.746-1.592.746-.736 0-1.356-.235-1.537-.554a1.218 1.218 0 011.009-.552c.614 0 1.453.523 1.887.255a.551.551 0 00.151-.132zM149.559 34.316a.955.955 0 01-.173-.304c.142-.494.623-.889 1.145-.889.229 0 .449.076.638.203-.04.135-.344.163-.631.404-.413.344-.634.997-.979.586z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M153.349 36.104c.622 0 1.184.508 1.184 1.131 0 .622-.562 1.131-1.184 1.131-.622 0-2.151-1.089-2.115-.259l.02.443.261 3.669c1.059.238-3.031.238-1.973 0l.263-3.685.019-.427c.037-.829-1.539.259-2.113.259-.622 0-1.185-.508-1.185-1.131s.562-1.131 1.185-1.131c.613 0 1.453.522 1.887.255.683-.421-.256-1.414-.256-2.052 0-.622.565-1.184 1.187-1.184.623 0 1.187.562 1.187 1.184 0 .638-.944 1.603-.255 2.052.412.266 1.253-.256 1.888-.255h0zm-5.926 7.504a3.106 3.106 0 116.214 0 3.108 3.108 0 11-6.214 0z\"/>\n    <path fill=\"#F1F1F2\" fill-rule=\"nonzero\" d=\"M147.711 43.608a2.82 2.82 0 115.639.001 2.82 2.82 0 01-5.639-.001z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M150.7 45.966c-.013.001-.028-.012-.03-.024-.001-.005 0-.018.012-.035l.023-.028.082-.092c.068-.076.16-.182.26-.305.199-.248.418-.564.509-.858.067-.215.29-.114.242.069-.085.32-.28.655-.47.919-.21.292-.456.347-.46.349l-.168.005zm-2.989-2.359c0 .053.001.105.004.156a.166.166 0 00.072-.028c.051-.043.11-.098.179-.153.069-.055.15-.114.245-.169.125-.084.038-.279-.114-.205-.161.078-.293.16-.38.219-.004.06-.006.12-.006.18zm.057.568c.022.108.051.214.085.317a.13.13 0 00.07-.042c.216-.229.578-.562.636-.616.134-.127-.04-.273-.154-.192a5.211 5.211 0 00-.457.363c-.075.069-.138.13-.18.17zm.224.661a2.7 2.7 0 00.139.253.155.155 0 00.054-.028c.455-.354.859-.782.924-.853.128-.139-.021-.329-.173-.19-.072.077-.663.601-.94.815l-.004.003zm3.967.953c-.146.111-.305-.039-.204-.191.007-.008.04-.031.089-.074.051-.044.119-.108.192-.188.143-.162.299-.389.35-.651.019-.093.085-.137.151-.123.064.014.11.08.096.169a1.616 1.616 0 01-.372.765c-.156.182-.298.29-.302.293zm-1.95.03l-.073.002a.82.82 0 01-.098-.027.183.183 0 01-.087-.059c-.023-.034-.018-.073.014-.109.415-.475.718-.881.991-1.337.041-.068.116-.086.171-.058.058.028.086.098.046.18a5.61 5.61 0 01-.607.972c-.205.259-.357.436-.357.436zm-1.185-.201a.172.172 0 01-.223-.009c-.056-.049-.082-.138-.011-.209a9.222 9.222 0 001.107-1.088c.104-.128.331-.029.201.163a4.82 4.82 0 01-.659.766l-.415.377z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M147.711 43.608a2.82 2.82 0 115.639.001 2.82 2.82 0 01-5.639-.001z\"/>\n    <path fill=\"#D99F31\" fill-rule=\"nonzero\" d=\"M152.801 50.11h-2.271l-2.262-.001c-.384.649-1.596 1.089-2.588.571-.704-.368-.849-1.204-.849-1.204s1.898.069 1.909-1.61c0-1.702.978-2.814 2.383-2.646.613.073 1.029.382 1.408.727.38-.345.797-.655 1.411-.727 1.405-.167 2.381.944 2.381 2.632 0 1.694 1.908 1.625 1.908 1.625s-.144.835-.849 1.203c-.997.519-2.216.074-2.581-.57z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M152.801 50.11h-2.271l-2.262-.001c-.384.649-1.596 1.089-2.588.571-.704-.368-.849-1.204-.849-1.204s1.898.069 1.909-1.61c0-1.702.978-2.814 2.383-2.646.613.073 1.029.382 1.408.727.38-.345.797-.655 1.411-.727 1.405-.167 2.381.944 2.381 2.632 0 1.694 1.908 1.625 1.908 1.625s-.144.835-.849 1.203c-.997.519-2.216.074-2.581-.57h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M164.085 80.318h-.003\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M135.081 77.733c0-2.819 6.7-4.792 15.437-4.792 8.739-.001 15.439 1.973 15.439 4.792 0 2.255-6.7 4.059-15.439 4.059-8.737 0-15.437-1.804-15.437-4.059z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.081 77.733c0-2.819 6.7-4.792 15.437-4.792 8.739-.001 15.439 1.973 15.439 4.792 0 2.255-6.7 4.059-15.439 4.059-8.737 0-15.437-1.804-15.437-4.059z\"/>\n    <path fill=\"#F1BF31\" fill-rule=\"nonzero\" d=\"M135.597 77.733c0-2.819 6.184-4.617 14.921-4.617 8.739-.001 14.922 1.798 14.922 4.617 0 2.255-6.184 3.946-14.922 3.946-8.737 0-14.921-1.691-14.921-3.946z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.597 77.733c0-2.819 6.184-4.617 14.921-4.617 8.739-.001 14.922 1.798 14.922 4.617 0 2.255-6.184 3.946-14.922 3.946-8.737 0-14.921-1.691-14.921-3.946z\"/>\n    <path fill=\"#D99F31\" fill-rule=\"nonzero\" d=\"M136.724 78.155c0-1.946 5.855-3.523 13.794-3.523 7.941 0 13.795 1.577 13.795 3.523 0 1.946-5.854 3.523-13.795 3.523-7.938.001-13.794-1.577-13.794-3.523z\"/>\n    <path fill=\"#D99F31\" fill-rule=\"nonzero\" d=\"M164.195 78.629c-2.582 1.105-7.662 1.698-13.677 1.698s-11.094-.593-13.676-1.698a1.044 1.044 0 01-.118-.473c0-1.946 5.855-3.523 13.795-3.523 7.94 0 13.794 1.577 13.794 3.523 0 .16-.04.318-.118.473z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M164.195 78.629c-2.582 1.105-7.662 1.698-13.677 1.698s-11.094-.593-13.676-1.698\"/>\n    <path fill=\"#D99F31\" fill-rule=\"nonzero\" d=\"M163.966 77.348c-2.646 1.008-7.606 1.512-13.447 1.512-5.842 0-10.801-.504-13.447-1.512 1.367-1.556 6.641-2.716 13.447-2.716 6.807 0 12.08 1.16 13.447 2.716z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M163.966 77.348c-2.646 1.008-7.606 1.512-13.447 1.512-5.842 0-10.801-.504-13.447-1.512\"/>\n    <path fill=\"#D99F31\" fill-rule=\"nonzero\" d=\"M162.672 76.457c-2.811.815-7.16 1.276-12.153 1.276-4.994 0-9.342-.461-12.153-1.276 2.276-1.088 6.727-1.824 12.153-1.824 5.427-.001 9.878.736 12.153 1.824z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M162.672 76.457c-2.811.815-7.16 1.276-12.153 1.276-4.994 0-9.342-.461-12.153-1.276\"/>\n    <path fill=\"#D99F31\" fill-rule=\"nonzero\" d=\"M160.804 75.776c-2.712.535-6.292.83-10.285.83-3.993 0-7.574-.295-10.285-.83 2.475-.703 6.089-1.144 10.286-1.144 4.196 0 7.81.441 10.284 1.144z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M160.804 75.776c-2.712.535-6.292.83-10.285.83-3.993 0-7.574-.295-10.285-.83\"/>\n    <path fill=\"#D99F31\" fill-rule=\"nonzero\" d=\"M157.66 75.119c-2.122.234-4.544.359-7.141.359-2.596 0-5.018-.125-7.141-.359 2.052-.309 4.479-.487 7.141-.487 2.663 0 5.09.178 7.141.487z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M157.66 75.119c-2.122.234-4.544.359-7.141.359-2.596 0-5.018-.125-7.141-.359\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M136.724 78.155c0-1.946 5.855-3.523 13.794-3.523 7.941 0 13.795 1.577 13.795 3.523 0 1.946-5.854 3.523-13.795 3.523-7.938.001-13.794-1.577-13.794-3.523z\"/>\n    <path fill=\"#F1BF31\" fill-rule=\"nonzero\" d=\"M155.891 70.876a.562.562 0 10-1.123-.097.564.564 0 001.123.097zm1.306 1.246a.565.565 0 00-1.124-.098.564.564 0 101.124.098zm1.332-1.001a.563.563 0 00-.512-.61c-.31-.027-.527.203-.555.512-.027.311.146.584.456.611a.563.563 0 00.611-.513zm-1.135-1.246a.564.564 0 10-1.123-.097.564.564 0 001.123.097z\"/>\n    <path fill=\"#D99F31\" fill-rule=\"nonzero\" d=\"M155.857 71.024a.564.564 0 00-1.057 0 .564.564 0 00.479.364.562.562 0 00.578-.364zm.446-1a.562.562 0 001.056 0 .562.562 0 00-1.056 0zm1.186 1.256a.486.486 0 00.431.355.564.564 0 00.577-.365.565.565 0 00-.479-.364c-.263-.024-.458.137-.529.374zm-1.383.99a.565.565 0 001.057.001.565.565 0 00-1.057-.001z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M155.891 70.876a.562.562 0 10-1.123-.097.564.564 0 001.123.097h0zm1.306 1.246a.565.565 0 00-1.124-.098.564.564 0 101.124.098h0zm1.332-1.001a.563.563 0 00-.512-.61c-.31-.027-.527.203-.555.512-.027.311.146.584.456.611a.563.563 0 00.611-.513h0zm-1.135-1.246a.564.564 0 10-1.123-.097.564.564 0 001.123.097h0z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M149.121 55.586a1.38 1.38 0 112.761 0 1.38 1.38 0 01-2.761 0z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M149.121 55.586a1.38 1.38 0 112.761 0 1.38 1.38 0 01-2.761 0z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M149.224 52.741c0-.474.572-.975 1.279-.975.706 0 1.278.501 1.278.975s-.572.906-1.278.906c-.707 0-1.279-.431-1.279-.906z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M149.224 52.741c0-.474.572-.975 1.279-.975.706 0 1.278.501 1.278.975s-.572.906-1.278.906c-.707 0-1.279-.431-1.279-.906z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M136.841 78.155c0-1.946 5.739-3.413 13.678-3.413 7.94 0 13.678 1.467 13.678 3.413 0 1.946-5.739 3.407-13.678 3.407-7.94.001-13.678-1.461-13.678-3.407z\"/>\n    <path fill=\"#D99F31\" fill-rule=\"nonzero\" d=\"M141.275 72.317l-.224-1.344-.905-.456s-.972.264-1.578.48c-.628.223-1.579.649-1.579.649l-.226.395.283 1.52.507.451 3.383-1.014.339-.681z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M141.275 72.317l-.224-1.344-.905-.456s-.972.264-1.578.48c-.628.223-1.579.649-1.579.649l-.226.395.283 1.52.507.451 3.383-1.014.339-.681h0z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M141.208 72.317l-.78-.165\"/>\n    <path fill=\"#F1BF31\" fill-rule=\"nonzero\" d=\"M137.549 73.29l2.71-.857.169-.281-.235-1.407-.097-.097-3.009 1.105.229 1.275z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M137.549 73.29l2.71-.857.169-.281-.179-1.125\"/>\n    <path fill=\"#D99F31\" fill-rule=\"nonzero\" d=\"M159.763 72.317l.224-1.344.905-.456s.972.264 1.578.48c.627.223 1.579.649 1.579.649l.226.395-.283 1.52-.507.451-3.383-1.014-.339-.681z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M159.763 72.317l.224-1.344.905-.456s.972.264 1.578.48c.627.223 1.579.649 1.579.649l.226.395-.283 1.52-.507.451-3.383-1.014-.339-.681h0z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M160.082 72.884l.697-.451\"/>\n    <path fill=\"#F1BF31\" fill-rule=\"nonzero\" d=\"M163.488 73.29l-2.708-.857-.17-.281.235-1.407.096-.097 3.011 1.105-.23 1.275z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M163.488 73.29l-2.708-.857-.17-.281.178-1.125\"/>\n    <path fill=\"#F1BF31\" fill-rule=\"nonzero\" d=\"M145.147 70.876a.563.563 0 111.122-.098.563.563 0 01-1.122.098zm-1.306 1.246a.565.565 0 111.126-.096.565.565 0 01-1.126.096zm-1.333-1.001a.563.563 0 01.512-.61c.31-.027.527.203.554.512.027.311-.145.584-.456.611a.564.564 0 01-.61-.513zm1.137-1.246a.564.564 0 111.123-.097.564.564 0 01-1.123.097z\"/>\n    <path fill=\"#D99F31\" fill-rule=\"nonzero\" d=\"M145.18 71.024a.564.564 0 011.057.001.565.565 0 01-1.057-.001zm-1.502-1a.565.565 0 001.056-.001.563.563 0 00-1.056.001zm-1.136 1.245a.565.565 0 00.578.365.485.485 0 00.43-.354c-.071-.237-.267-.398-.529-.375a.566.566 0 00-.479.364zm1.333 1a.563.563 0 001.057 0 .566.566 0 00-1.057 0z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M145.147 70.876a.563.563 0 111.122-.098.563.563 0 01-1.122.098zm-1.306 1.246a.565.565 0 111.126-.096.565.565 0 01-1.126.096h0zm-1.333-1.001a.563.563 0 01.512-.61c.31-.027.527.203.554.512.027.311-.145.584-.456.611a.564.564 0 01-.61-.513h0zm1.137-1.246a.564.564 0 111.123-.097.564.564 0 01-1.123.097h0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M133.534 72.285c-1.354-1.801-2.562-3.027-5.493-4.063.402-.324 1.114-.618 1.798-.786 1.116-.275 2.256-.126 2.989.258-.582-2.083.536-4.16.536-4.16s1.807-.103 3.637 1.367c.06-2.522.799-3.72.799-3.72s1.902.091 3.846 2.024c.371-2.609 1.778-4.025 1.778-4.025s2.336.732 3.671 3.196c.89-3.571 3.434-4.97 3.434-4.97s2.544 1.399 3.434 4.97c1.336-2.465 3.672-3.196 3.672-3.196s1.399 1.365 1.778 4.025c1.945-1.932 3.846-2.024 3.846-2.024s.74 1.198.8 3.72c1.83-1.471 3.817-.923 3.817-.923s.938 1.633.356 3.716c.733-.384 1.874-.533 2.989-.258.683.168 1.395.462 1.798.786-2.626.953-4.197 2.262-5.551 4.063-1.267-2.588-8.046-5.435-16.938-5.435-8.892.001-15.729 2.847-16.996 5.435z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M133.534 72.285c-1.354-1.801-2.562-3.027-5.493-4.063.402-.324 1.114-.618 1.798-.786 1.116-.275 2.256-.126 2.989.258-.582-2.083.536-4.16.536-4.16s1.807-.103 3.637 1.367c.06-2.522.799-3.72.799-3.72s1.902.091 3.846 2.024c.371-2.609 1.778-4.025 1.778-4.025s2.336.732 3.671 3.196c.89-3.571 3.434-4.97 3.434-4.97s2.544 1.399 3.434 4.97c1.336-2.465 3.672-3.196 3.672-3.196s1.399 1.365 1.778 4.025c1.945-1.932 3.846-2.024 3.846-2.024s.74 1.198.8 3.72c1.83-1.471 3.817-.923 3.817-.923s.938 1.633.356 3.716c.733-.384 1.874-.533 2.989-.258.683.168 1.395.462 1.798.786-2.626.953-4.197 2.262-5.551 4.063-1.267-2.588-8.046-5.435-16.938-5.435-8.892.001-15.729 2.847-16.996 5.435h0z\"/>\n    <path fill=\"#F1BF31\" fill-rule=\"nonzero\" d=\"M133.534 71.995c-1.158-1.815-2.83-3.143-4.564-3.815.403-.324 1.109-.448 1.858-.5.878-.061 1.609.062 2.229.357-.582-2.082.363-4.211.363-4.211s1.862.007 3.693 1.478c.06-2.523.86-3.774.86-3.774s1.783.198 3.728 2.132c.417-2.605 1.781-4.075 1.781-4.075s2.336.725 3.671 3.189c.89-3.57 3.375-4.846 3.375-4.846s2.486 1.276 3.376 4.846c1.335-2.464 3.671-3.189 3.671-3.189s1.407 1.317 1.781 4.075c1.945-1.933 3.728-2.132 3.728-2.132s.799 1.251.86 3.774c1.831-1.471 3.925-1.071 3.925-1.071s.714 1.723.132 3.805c.62-.294 1.351-.417 2.228-.357.749.052 1.457.176 1.859.5-1.734.671-3.406 2-4.563 3.815-1.267-2.588-8.104-5.197-16.997-5.197-8.89-.002-15.727 2.608-16.994 5.196z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M135.76 68.621c-.283-.621-.791-1.614-.791-1.614-.008-.019.016-.029.025-.013 0 0 .637.901.995 1.46.194.303.457.689.66.983-.135.067-.268.134-.396.202a31.724 31.724 0 01-.493-1.018z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M135.76 68.621c-.283-.621-.791-1.614-.791-1.614-.008-.019.016-.029.025-.013 0 0 .637.901.995 1.46.194.303.457.689.66.983m-.396.202a31.753 31.753 0 01-.494-1.018\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M144.647 65.3c-.144-.848-.23-1.326-.388-2.172-.003-.02.022-.026.028-.008.282.819.43 1.284.671 2.116.172.593.388 1.437.494 1.857-.169.02-.337.041-.503.063-.062-.389-.2-1.252-.302-1.856z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M144.647 65.3c-.144-.848-.23-1.326-.388-2.172-.003-.02.022-.026.028-.008.282.819.43 1.284.671 2.116.172.593.388 1.437.494 1.857m-.504.062c-.062-.389-.199-1.252-.301-1.856\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M139.997 66.233c-.276-.668-.755-1.692-.755-1.692-.008-.018.014-.031.025-.014 0 0 .669 1.011 1.039 1.692.311.571.711 1.464.796 1.656l-.234.059-.214.002c-.015-.011-.388-1.051-.657-1.703z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M139.997 66.233c-.276-.668-.755-1.692-.755-1.692-.008-.018.014-.031.025-.014 0 0 .669 1.011 1.039 1.692.311.571.711 1.464.796 1.656m-.235.058l-.214.002c-.014-.01-.387-1.05-.656-1.702\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M155.609 67.092c.106-.42.322-1.263.493-1.857.242-.831.389-1.296.671-2.115a.014.014 0 01.028.007 113.42 113.42 0 00-.689 4.028 36.337 36.337 0 00-.503-.063z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M155.609 67.092c.106-.42.322-1.263.493-1.857.242-.831.389-1.296.671-2.115a.014.014 0 01.028.007 113.42 113.42 0 00-.689 4.028\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M159.958 67.875c.086-.192.486-1.084.796-1.656.37-.68 1.039-1.692 1.039-1.692.011-.017.034-.004.025.014 0 0-.48 1.024-.755 1.692-.27.652-.643 1.692-.643 1.692l-.247.003-.215-.053z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M159.958 67.875c.086-.192.486-1.084.796-1.656.37-.68 1.039-1.692 1.039-1.692.011-.017.034-.004.025.014 0 0-.48 1.024-.755 1.692-.27.652-.643 1.692-.643 1.692l-.247.003\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M165.245 68.621c.282-.621.791-1.614.791-1.614.007-.019-.016-.029-.027-.013 0 0-.637.901-.995 1.46a36.76 36.76 0 01-.646.963c.135.066.266.132.393.2.155-.306.345-.692.484-.996z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M165.245 68.621c.282-.621.791-1.614.791-1.614.007-.019-.016-.029-.027-.013 0 0-.637.901-.995 1.46a36.76 36.76 0 01-.646.963m.395.199c.153-.305.344-.691.483-.995\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M133.534 71.995c-1.158-1.815-2.83-3.143-4.564-3.815.403-.324 1.109-.448 1.858-.5.878-.061 1.609.062 2.229.357-.582-2.082.363-4.211.363-4.211s1.862.007 3.693 1.478c.06-2.523.86-3.774.86-3.774s1.783.198 3.728 2.132c.417-2.605 1.781-4.075 1.781-4.075s2.336.725 3.671 3.189c.89-3.57 3.375-4.846 3.375-4.846s2.486 1.276 3.376 4.846c1.335-2.464 3.671-3.189 3.671-3.189s1.407 1.317 1.781 4.075c1.945-1.933 3.728-2.132 3.728-2.132s.799 1.251.86 3.774c1.831-1.471 3.925-1.071 3.925-1.071s.714 1.723.132 3.805c.62-.294 1.351-.417 2.228-.357.749.052 1.457.176 1.859.5-1.734.671-3.406 2-4.563 3.815-1.267-2.588-8.104-5.197-16.997-5.197-8.89-.002-15.727 2.608-16.994 5.196h0z\"/>\n    <path fill=\"#D99F31\" fill-rule=\"nonzero\" d=\"M147.82 71.397v-1.46l.851-.792h3.719l.851.792.001 1.459-.852.737h-3.719z\"/>\n    <path fill=\"#F1BF31\" fill-rule=\"nonzero\" d=\"M152.465 69.317l-.3.305v1.394l-.237.235-2.816-.02-.234-.234v-1.339l-.252-.341z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M147.82 71.397v-1.46l.851-.792h3.719l.851.792.001 1.459-.852.737h-3.719z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M148.049 71.336l.829-.319m4.122.342l-.835-.343m-3.394 1.023l.338-.789m3.158.789l-.338-.789m.236-1.628v1.394l-.237.234-2.817-.02-.234-.234v-1.394\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M132.873 72.809c0-3.283 7.838-6.07 17.645-6.07 9.808 0 17.355 2.899 17.355 5.779 0 .69-.61 1.284-1.414 1.789a1.94 1.94 0 00.117-.661c0-2.88-6.25-5.214-16.058-5.214-9.807 0-16.057 2.334-16.057 5.214 0 .224.04.445.117.661-.805-.505-1.705-.809-1.705-1.498z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M132.873 72.809c0-3.283 7.838-6.07 17.645-6.07 9.808 0 17.355 2.899 17.355 5.779 0 .69-.61 1.284-1.414 1.789a1.94 1.94 0 00.117-.661c0-2.88-6.25-5.214-16.058-5.214-9.807 0-16.057 2.334-16.057 5.214 0 .224.04.445.117.661-.805-.505-1.705-.809-1.705-1.498h0z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M136.102 74.033c-.126-.715-.744-1.29-1.221-1.206-.476.083-1.152.796-1.026 1.51.125.715 1.019 1.234 1.496 1.151.476-.084.877-.741.751-1.455h0z\"/>\n    <path fill=\"#D99F31\" fill-rule=\"nonzero\" d=\"M135.839 74.05c-.109-.618-.532-1.061-.944-.988-.413.073-.885.633-.777 1.251.11.618.771 1.068 1.183.996.413-.073.647-.641.538-1.259z\"/>\n    <path fill=\"#F1BF31\" fill-rule=\"nonzero\" d=\"M135.309 73.154a.899.899 0 01-1.135 1.357 1.117 1.117 0 01-.055-.198c-.109-.619.364-1.179.776-1.251a.547.547 0 01.09-.008c.111 0 .221.035.324.1z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M135.839 74.05c-.109-.618-.532-1.061-.944-.988-.413.073-.885.633-.777 1.251.11.618.771 1.068 1.183.996.413-.073.647-.641.538-1.259h0z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M164.902 74.033c.126-.715.745-1.29 1.22-1.206.476.083 1.153.796 1.028 1.51-.126.715-1.02 1.234-1.497 1.151-.475-.084-.877-.741-.751-1.455z\"/>\n    <path fill=\"#D99F31\" fill-rule=\"nonzero\" d=\"M165.165 74.05c.109-.618.532-1.061.944-.988.413.073.886.633.777 1.251-.109.618-.77 1.068-1.183.996-.413-.073-.647-.641-.538-1.259z\"/>\n    <path fill=\"#F1BF31\" fill-rule=\"nonzero\" d=\"M165.483 73.734c0-.221.08-.424.213-.58a.615.615 0 01.324-.1c.029 0 .06.002.09.008.413.073.885.632.776 1.252a1.127 1.127 0 01-.055.199.9.9 0 01-1.348-.779z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M165.165 74.05c.109-.618.532-1.061.944-.988.413.073.886.633.777 1.251-.109.618-.77 1.068-1.183.996-.413-.073-.647-.641-.538-1.259z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M136.102 74.033c-.126-.715-.744-1.29-1.221-1.206-.476.083-1.152.796-1.026 1.51.125.715 1.019 1.234 1.496 1.151.476-.084.877-.741.751-1.455h0z\"/>\n    <path fill=\"#D99F31\" fill-rule=\"nonzero\" d=\"M135.839 74.05c-.109-.618-.532-1.061-.944-.988-.413.073-.885.633-.777 1.251.11.618.771 1.068 1.183.996.413-.073.647-.641.538-1.259z\"/>\n    <path fill=\"#F1BF31\" fill-rule=\"nonzero\" d=\"M135.309 73.154a.899.899 0 01-1.135 1.357 1.117 1.117 0 01-.055-.198c-.109-.619.364-1.179.776-1.251a.547.547 0 01.09-.008c.111 0 .221.035.324.1z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M135.839 74.05c-.109-.618-.532-1.061-.944-.988-.413.073-.885.633-.777 1.251.11.618.771 1.068 1.183.996.413-.073.647-.641.538-1.259h0z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M136.102 74.033c-.126-.715-.744-1.29-1.221-1.206-.476.083-1.152.796-1.026 1.51.125.715 1.019 1.234 1.496 1.151.476-.084.877-.741.751-1.455h0z\"/>\n    <path fill=\"#D99F31\" fill-rule=\"nonzero\" d=\"M135.839 74.05c-.109-.618-.532-1.061-.944-.988-.413.073-.885.633-.777 1.251.11.618.771 1.068 1.183.996.413-.073.647-.641.538-1.259z\"/>\n    <path fill=\"#F1BF31\" fill-rule=\"nonzero\" d=\"M135.309 73.154a.899.899 0 01-1.135 1.357 1.117 1.117 0 01-.055-.198c-.109-.619.364-1.179.776-1.251a.547.547 0 01.09-.008c.111 0 .221.035.324.1z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M135.839 74.05c-.109-.618-.532-1.061-.944-.988-.413.073-.885.633-.777 1.251.11.618.771 1.068 1.183.996.413-.073.647-.641.538-1.259h0z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M159.605 72.329l.244-1.46.961-.477s1.041.283 1.691.514c.671.238 1.69.691 1.69.691l.242.423-.302 1.632-.543.484-3.623-1.087-.36-.72h0zm-11.966-2.449l.899-.841h3.984l.898.841.002 1.579-.9.781h-3.984l-.899-.781V69.88h0zm-6.206 2.449l-.245-1.46-.961-.477s-1.041.283-1.69.514a30.21 30.21 0 00-1.69.691l-.241.423.301 1.632.543.484 3.623-1.087.36-.72h0z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M148.949 55.586a1.553 1.553 0 113.106-.002 1.553 1.553 0 01-3.106.002zm.116-2.902c0-.534.644-1.033 1.438-1.033.794 0 1.438.499 1.438 1.033 0 .533-.644 1.018-1.438 1.018-.794.001-1.438-.484-1.438-1.018h0z\"/>\n    <path fill=\"#F1BF31\" fill-rule=\"nonzero\" d=\"M133.334 72.518c0-2.491 7.378-5.604 17.186-5.604s17.186 3.114 17.186 5.604c0 .69-.768.759-.837.547-.824-2.525-6.541-4.75-16.349-4.75-9.807 0-15.524 2.225-16.349 4.75-.07.212-.837.143-.837-.547z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M133.334 72.518c0-2.491 7.378-5.604 17.186-5.604s17.186 3.114 17.186 5.604c0 .69-.768.759-.837.547-.824-2.525-6.541-4.75-16.349-4.75-9.807 0-15.524 2.225-16.349 4.75-.07.212-.837.143-.837-.547h0z\"/>\n    <path fill=\"#D99F31\" fill-rule=\"nonzero\" d=\"M152.802 50.109h-.157c-.421.39-1.082.786-2.116 1.015-1.035-.229-1.695-.625-2.115-1.015h-.148s-1.59 1.128-2.705.282a1.365 1.365 0 01-.499-.741s1.908-.104 1.908-1.798c0-1.689.917-2.4 2.15-2.4.539 0 1.029.266 1.409.611.379-.345.871-.611 1.409-.611 1.233 0 2.15.712 2.15 2.4 0 1.694 1.908 1.798 1.908 1.798s-.087.43-.498.741c-1.115.846-2.696-.282-2.696-.282z\"/>\n    <path fill=\"#F1BF31\" fill-rule=\"nonzero\" d=\"M147.593 46.78c0-.571.947-1.05 2.225-1.182.264.111.504.276.712.465a2.54 2.54 0 01.71-.464c1.275.132 2.219.61 2.219 1.181 0 1.354-1.547 2.009-2.934 2.008-1.386 0-2.932-.654-2.932-2.008z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M147.187 46.888c-.099.24.059 1.074.059 1.074s.052.757-.544 1.334c-.416.403-1.367.578-1.367.578m8.541-2.986c.1.24-.058 1.074-.058 1.074s-.051.757.543 1.334c.416.403 1.367.578 1.367.578\"/>\n    <path fill=\"#F1BF31\" fill-rule=\"nonzero\" d=\"M150.494 50.95c-2.361-.536-2.667-1.999-2.602-1.982.155.038.7 1.105 2.638 1.644 1.938-.539 2.482-1.606 2.638-1.644.065-.016-.241 1.446-2.601 1.982h-.073z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M152.802 50.109h-.157c-.421.39-1.082.786-2.116 1.015-1.035-.229-1.695-.625-2.115-1.015h-.148s-1.59 1.128-2.705.282a1.365 1.365 0 01-.499-.741s1.908-.104 1.908-1.798c0-1.689.917-2.4 2.15-2.4.539 0 1.029.266 1.409.611.379-.345.871-.611 1.409-.611 1.233 0 2.15.712 2.15 2.4 0 1.694 1.908 1.798 1.908 1.798s-.087.43-.498.741c-1.115.846-2.696-.282-2.696-.282h0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M153.359 48.982s-.282 1.894-2.83 2.458c-2.548-.564-2.83-2.458-2.83-2.458s.282 1.578 2.83 2.142c2.549-.564 2.83-2.142 2.83-2.142z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M153.359 48.982s-.282 1.894-2.83 2.458c-2.548-.564-2.83-2.458-2.83-2.458s.282 1.578 2.83 2.142c2.549-.564 2.83-2.142 2.83-2.142z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M150.341 64.535c.057-.881.174-2.838.174-2.838.003-.019.027-.31.03-.29 0 0 .11 2.246.163 3.127.053.879.108 2.256.108 2.256a.015.015 0 01-.015.015l-.564.003a.015.015 0 01-.015-.015c.001-.001.063-1.379.119-2.258z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M150.341 64.535c.057-.881.174-2.838.174-2.838.003-.019.027-.31.03-.29 0 0 .11 2.246.163 3.127.053.879.108 2.256.108 2.256a.015.015 0 01-.015.015l-.564.003a.015.015 0 01-.015-.015c.001-.001.063-1.379.119-2.258h0z\"/>\n    <path fill=\"#A0CFEB\" fill-rule=\"nonzero\" d=\"M150.047 85.309c5.078-.089 26.932-3.753 26.932 26.597 0 28.99-26.46 40.518-26.46 40.518s-26.461-11.168-26.461-42.717c0-28.151 25.989-24.398 25.989-24.398z\"/>\n    <path fill=\"#94BB79\" fill-rule=\"nonzero\" d=\"M158.63 130.645a10.708 10.708 0 015.232-1.357c3.089 0 5.873 1.303 7.834 3.388-7.72 13.881-21.178 19.748-21.178 19.748s-13.11-5.533-20.874-19.812a10.72 10.72 0 017.773-3.324c2.13 0 4.114.619 5.784 1.687a10.72 10.72 0 017.874-3.431c2.946 0 5.613 1.184 7.555 3.101z\"/>\n    <path fill=\"#658D5C\" fill-rule=\"nonzero\" d=\"M160.657 145.837c-3.399-3.336-11.042-10.124-17.439-14.879a10.724 10.724 0 016.969-3.378l.144.019c3.691.529 7.034 4.486 5.677 5.254-.996.562-3.846-.361-3.995.742-.049.367 3.822 2.708 6.089 4.657 2.225 1.913 3.681 3.288 5.331 5.091a51 51 0 01-2.776 2.494zM154.17 148.474a46.631 46.631 0 01-3.652 1.737 45.91 45.91 0 01-3.652-1.737c-3.266-2.644-9.99-8.815-14.725-17.786a10.53 10.53 0 015.161-1.342c.153 0 .789.185 1.255.404 2.976 1.398 6.658 5.413 5.302 6.181-.996.562-3.846-.361-3.995.742-.056.417 5.286 3.352 8.322 5.936 2.488 2.118 6.375 5.548 5.984 5.865zM163.238 129.435c1.333.154 3.665 1.409 4.792 3.101-.876 1.448-2.558 3.748-3.487 5.015-2.061-3.025-6.331-7.075-6.035-6.783.043.041.222-.104.274-.133a20.18 20.18 0 011.171-.615 10.668 10.668 0 012.384-.626c.284-.008.582.004.901.041z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M158.63 130.645a10.708 10.708 0 015.232-1.357c3.089 0 5.873 1.303 7.834 3.388m-42.051-.065a10.72 10.72 0 017.773-3.324c2.13 0 4.114.619 5.784 1.687a10.72 10.72 0 017.874-3.431c2.944 0 5.611 1.184 7.553 3.101\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M145.699 132.561c.073.066.092.156.052.223-.043.07-.133.086-.209.03-1.345-.955-2.001-1.356-2.78-1.845-.061-.039-.102-.104-.056-.172.03-.046.094-.075.153-.093.122-.035.307-.041.425.033.789.497 1.319.924 2.415 1.824zM158.777 130.479c.707.667 1.015 1.223 1.018 1.227.068.113-.008.372-.211.182 0 0-.281-.268-1.107-1.073-1.112-1.085-3.035-2.456-4.627-2.724-.153-.026-.219-.101-.2-.212a.226.226 0 01.267-.192c.028.005 2.378.448 4.86 2.792z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M158.63 130.645c1.549-.864 3.333-1.531 5.232-1.531 3.104 0 5.9 1.363 7.862 3.512m-42.116-.085c1.96-2.131 4.734-3.485 7.81-3.485 2.13 0 4.114.851 5.784 1.919 1.963-2.111 4.764-3.663 7.874-3.663 2.944 0 5.611 1.416 7.553 3.333\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M138.467 86.445h25.113m-28.468 1.392h31.545m-33.844 1.392h35.923m-37.667 1.393h39.237m-40.623 1.392h41.868m-42.999 1.392h44.015m-44.946 1.393h45.788m-46.563 1.392h47.27m-47.909 1.392h48.499m-49.031 1.393h49.53m-49.968 1.391h50.383m-50.738 1.393h51.083m-18.842 1.392h19.127m-51.647 0h19.258m19.493 1.392h13.126m-52.094 0h13.292m28.101 1.393h10.881m-52.433 0h10.963m32.952 1.392h8.655m-52.671 0h8.623m37.726 1.392h6.419m-52.821 0h6.411m41.667 1.391h4.8m-52.887 0h4.886m44.737 1.393h3.289m-52.885 0h3.181\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M139.032 100.763c-.106-.964-.481-2.523-1.768-2.325.066 1.676 2.198 7.984-.239 8.42l-.081-.087c.032-2.864-2.831-5.99-2.274-8.485.368-1.641 1.61-2.529 3.264-2.529 3.017 0 3.435 3.749 1.23 5.064l-.132-.058z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M139.032 100.763c-.106-.964-.481-2.523-1.768-2.325.066 1.676 2.198 7.984-.239 8.42l-.081-.087c.032-2.864-2.831-5.99-2.274-8.485.368-1.641 1.61-2.529 3.264-2.529 3.017 0 3.435 3.749 1.23 5.064l-.132-.058h0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M152.283 98.729c-.105-.955-.478-2.582-1.768-2.383.065 1.683 2.197 8.042-.238 8.479l-.083-.088c.032-2.864-2.831-5.99-2.273-8.486.367-1.641 1.609-2.528 3.264-2.528 3.016 0 3.434 3.749 1.229 5.063l-.131-.057z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M152.283 98.729c-.105-.955-.478-2.582-1.768-2.383.065 1.683 2.197 8.042-.238 8.479l-.083-.088c.032-2.864-2.831-5.99-2.273-8.486.367-1.641 1.609-2.528 3.264-2.528 3.016 0 3.434 3.749 1.229 5.063l-.131-.057h0z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M151.182 93.81c1.468 0 2.639.881 2.639 2.325 0 1.026-.591 1.771-1.451 2.284-.319-1.518-.93-2.284-1.856-2.284a.999.999 0 00-.231.027c.052 1.559 1.12 3.903 1.12 6.426 0 1.283-.838 1.915-1.18 1.915 0-3.499-2.308-4.802-2.308-7.011 0-.352.043-.786.15-1.221.174-.707.952-1.852 1.876-2.206.68-.258 1.129-.258 1.241-.255z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M148.592 97.233c.233-.637.995-1.282 1.675-1.363.141-.017.255.11.311.266l-.065-.001c-.078 0-.154.01-.231.028.004.116.014.237.028.362-.319.02-.872.149-1.435.84-.262.321-.4.189-.283-.132z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M148.75 97.427l1.594-.651m-1.473 1.226l1.576-.68m-1.449 1.288l1.575-.742m-1.272 1.32l1.42-.733m-.945 1.269l1.106-.629m-.308 1.013l.484-.269\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M152.178 95.313c-.835-1.23-2.938-.538-3.479.241-.039.057-.177-.028-.255-.058a.132.132 0 01-.029-.015c.146-.242.327-.487.534-.707 1.018-.65 2.789-.781 3.501.368a.155.155 0 01-.05.22.161.161 0 01-.222-.049z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M137.931 95.845c1.468 0 2.639.88 2.639 2.324 0 1.026-.591 1.771-1.451 2.284-.318-1.518-.929-2.284-1.857-2.284a.94.94 0 00-.23.028c.051 1.559 1.121 3.902 1.121 6.426 0 1.282-.839 1.915-1.18 1.915 0-3.5-2.308-4.802-2.308-7.012 0-.351.044-.786.15-1.22.174-.708.952-1.852 1.876-2.206.679-.259 1.126-.26 1.24-.255z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M135.34 99.267c.233-.637.995-1.283 1.675-1.363.141-.017.255.11.311.267l-.065-.001c-.078 0-.154.01-.231.028.004.116.013.238.028.362-.319.02-.872.148-1.436.839-.261.321-.399.189-.282-.132z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M135.499 99.462l1.593-.651m-1.472 1.225l1.575-.68m-1.448 1.287l1.575-.742m-1.272 1.321l1.419-.733m-.944 1.27l1.106-.629m-.308 1.012l.484-.269\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M138.927 97.347c-.835-1.231-2.937-.539-3.479.241-.039.057-.177-.028-.255-.059a.16.16 0 01-.029-.015c.146-.242.327-.486.534-.706 1.018-.65 2.789-.781 3.502.368a.154.154 0 01-.051.219.16.16 0 01-.222-.048zM165.534 100.763c-.105-.955-.479-2.582-1.768-2.383.065 1.683 2.197 8.043-.239 8.478l-.082-.087c.032-2.864-2.831-5.99-2.273-8.485.367-1.641 1.609-2.529 3.264-2.529 3.017 0 3.435 3.749 1.229 5.064l-.131-.058z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M165.534 100.763c-.105-.955-.479-2.582-1.768-2.383.065 1.683 2.197 8.043-.239 8.478l-.082-.087c.032-2.864-2.831-5.99-2.273-8.485.367-1.641 1.609-2.529 3.264-2.529 3.017 0 3.435 3.749 1.229 5.064l-.131-.058h0z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M164.433 95.845c1.468 0 2.639.88 2.639 2.324 0 1.026-.591 1.771-1.451 2.284-.318-1.518-.93-2.284-1.856-2.284a.934.934 0 00-.23.028c.051 1.559 1.12 3.902 1.12 6.426 0 1.282-.838 1.915-1.18 1.915 0-3.5-2.308-4.802-2.308-7.012 0-.351.043-.786.15-1.22.173-.708.951-1.852 1.876-2.206.679-.259 1.127-.26 1.24-.255z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M161.843 99.267c.233-.637.995-1.283 1.675-1.363.141-.017.254.109.311.267l-.064-.001c-.078 0-.154.01-.231.028.004.116.014.237.028.362-.319.02-.872.148-1.436.839-.262.32-.401.189-.283-.132z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M162.001 99.462l1.594-.651m-1.473 1.225l1.576-.68m-1.449 1.287l1.575-.742m-1.272 1.321l1.42-.734m-.944 1.271l1.105-.628m-.308 1.011l.484-.269\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M165.429 97.347c-.835-1.231-2.938-.539-3.479.241-.039.057-.177-.028-.255-.059a.16.16 0 01-.029-.015c.146-.242.327-.486.534-.706 1.018-.65 2.789-.781 3.502.368a.154.154 0 01-.051.219.16.16 0 01-.222-.048zM134.246 112.649l-.006-2.709 2.905-1.134 2.906.785.007 3.058z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M140.464 124.959l1.273 5.231a10.72 10.72 0 00-4.319-.902c-1.751 0-3.404.419-4.864 1.161l1.453-5.28-.034-10.273-1.419-1.704v-3.575l1.976-.839v2.246l1.453-.579v-2.237l1.162-.508 1.162.334v2.27l1.453.374v-2.248l1.977.52v3.69l-1.273 1.889v10.43z\"/>\n    <path fill=\"#BDBFC1\" fill-rule=\"nonzero\" d=\"M137.145 124.555v-16.854l-1.162.508v2.237l-1.453.579v-2.246l-1.976.839v3.575l1.42 1.703.033 10.272-1.453 5.281a10.694 10.694 0 014.592-1.158v-4.736h-.001z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M137.145 124.555v-16.854m0 21.59v-4.736\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M140.464 124.959l1.273 5.231a10.72 10.72 0 00-4.319-.902c-1.751 0-3.404.419-4.864 1.161l1.453-5.28-.034-10.273-1.419-1.704v-3.575l1.976-.839v2.246l1.453-.579v-2.237l1.162-.508 1.162.334v2.27l1.453.374v-2.248l1.977.52v3.69l-1.273 1.889v10.43h0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M160.399 112.708l-.006-3.059 2.906-.814 2.906.959.006 2.914zM147.323 110.615l-.007-2.768 2.906-1.046 2.906.901.006 2.913z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M153.541 123.041l1.273 5.171a10.718 10.718 0 00-3.737-.667 10.7 10.7 0 00-5.446 1.479l1.453-5.888-.034-10.343-1.419-1.739v-3.615l1.976-.78v2.246l1.453-.521v-2.267l1.162-.45 1.162.392v2.269l1.453.403v-2.218l1.977.635v3.679l-1.273 1.813v10.401z\"/>\n    <path fill=\"#BDBFC1\" fill-rule=\"nonzero\" d=\"M150.222 127.571v-21.905l-1.162.451v2.267l-1.454.519v-2.245l-1.976.78v3.615l1.42 1.739.034 10.343-1.454 5.888a10.69 10.69 0 014.592-1.446v-.006z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M150.222 127.571v-21.905\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M153.541 123.041l1.273 5.171a10.718 10.718 0 00-3.737-.667 10.7 10.7 0 00-5.446 1.479l1.453-5.888-.034-10.343-1.419-1.739v-3.615l1.976-.78v2.246l1.453-.521v-2.267l1.162-.45 1.162.392v2.269l1.453.403v-2.218l1.977.635v3.679l-1.273 1.813v10.401h0z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M166.618 125.075l1.273 4.993a10.719 10.719 0 00-4.028-.78 10.71 10.71 0 00-5.155 1.314l1.453-5.637-.033-10.33-1.42-1.82v-3.661l1.976-.636v2.245l1.453-.433v-2.266l1.162-.363 1.162.391v2.27l1.453.49v-2.219l1.977.665v3.633l-1.273 1.802v10.342z\"/>\n    <path fill=\"#BDBFC1\" fill-rule=\"nonzero\" d=\"M163.299 124.555v-16.854l-1.162.363v2.267l-1.454.433v-2.245l-1.976.636v3.661l1.42 1.82.034 10.331-1.454 5.636a10.698 10.698 0 014.592-1.3v-4.748z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M163.299 124.555v-16.854m0 21.601v-4.747\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M166.618 125.075l1.273 4.993a10.719 10.719 0 00-4.028-.78 10.71 10.71 0 00-5.155 1.314l1.453-5.637-.033-10.33-1.42-1.82v-3.661l1.976-.636v2.245l1.453-.433v-2.266l1.162-.363 1.162.391v2.27l1.453.49v-2.219l1.977.665v3.633l-1.273 1.802v10.342h0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M139.47 121.126v4.378l-1.396-.192.001-4.418c0-.544.33-.876.628-.876.527 0 .767.594.767 1.108z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M137.151 111.525l4.585 1.116m-4.585-1.116l-4.597 1.668\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M137.151 113.821l3.136.709m-3.136-.709l-3.178 1.076\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M152.546 119.15v4.377l-1.396-.221.001-4.418c0-.544.33-.846.628-.846.528 0 .767.593.767 1.108z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M150.222 122.492l-3.139.643m3.139-13.642l4.591 1.335m-4.591-1.335l-4.592 1.561m4.599.733l3.136.849m-3.136-.844l-3.179 1\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M165.624 121.213v4.377l-1.396-.221.001-4.418c0-.544.331-.847.628-.847.527 0 .767.595.767 1.109z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M163.305 124.515l-3.145.509m3.145-13.499l4.585 1.406m-4.585-1.406l-4.598 1.29m4.598 1.006l3.136.912m-3.136-.912l-3.178.814m-9.899-1.325l3.136.807m-3.136.721l3.136.768m-3.136.766l3.136.716m-3.136.813l3.136.674m-3.136.855l3.166.634m-3.166.9l3.195.593m-3.195-8.247l-3.181.953m3.181.575l-3.181.912m3.181.622l-3.181.861m3.181.668l-3.181.79m3.181.739l-3.152.75m3.152.784l-3.152.68m5.186-9.271v1.439m-1.162-.248v1.468m1.162.311v1.467m-2.964-1.691v1.468m-1.395-2.499v1.409m1.395-3.414v1.468m14.001 1.793l3.137.837m-3.137.692l3.137.797m-3.137.737l3.137.745m-3.137.784l3.137.703m-3.137.825l3.166.663m-3.166.871l3.195.593m-3.195-8.247l-3.181.778m3.181.751l-3.181.738m3.181.796l-3.181.686m3.181.843l-3.181.645m3.181.883l-3.152.605m3.152.929l-3.152.535m5.186-9.097v1.439m-1.163-.276v1.468m1.163.339v1.468m-2.963-1.779v1.468m0 1.569v1.468m-1.396.365v1.41m0-7.37v1.41m1.396-3.356v1.468m-13.072 5.651v1.468m13.833 3.438l-3.319.509m-11.909-8.099v1.409m2.271 5.732l-3.855.739m3.913-.739l3.909.495m-4.09-2.069l-3.216.617m16.416 2.961l-3.911.611m3.968-.611l3.982.528\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M142.082 130.162c.028.116-.283.008-.392-.041a10.596 10.596 0 00-4.271-.892c-1.732 0-3.367.414-4.813 1.148-.112.057-.431.161-.397.04l1.681-5.264-.033-10.215-1.393-1.672a.385.385 0 01-.027-.074v-3.575c0-.031.041-.094.07-.107l1.976-.84c.09-.038.162.01.162.107v2.074l1.22-.486v-2.159c0-.03.042-.094.07-.106l1.162-.508a.298.298 0 01.079-.005l1.162.334c.038.011.084.072.084.111v2.179l1.22.315v-2.097c0-.085.065-.134.146-.113l1.976.52c.04.01.087.071.087.112v3.691c0 .006-.016.06-.02.065l-1.253 1.86v10.379l1.504 5.219h0zm-.455-.17a11.122 11.122 0 00-4.208-.82c-1.677 0-3.324.379-4.743 1.058l1.443-5.03-.03-10.304a.407.407 0 00-.026-.074l-1.393-1.671v-3.455l1.743-.74v2.07c0 .095.071.143.16.107l1.453-.578c.03-.012.073-.075.073-.108v-2.162l1.054-.461 1.037.299v2.182c0 .041.047.102.087.112l1.453.374c.082.021.146-.029.146-.112v-2.098l1.744.459v3.566l-1.253 1.859a.36.36 0 00-.02.066v10.429l1.28 5.032h0zm13.532-1.809c.027.112-.279.003-.386-.037a10.627 10.627 0 00-3.696-.66c-1.966 0-3.807.533-5.387 1.463-.111.065-.435.171-.404.046l1.682-5.875-.034-10.286-1.393-1.707a.373.373 0 01-.026-.073v-3.615c0-.033.043-.096.074-.108l1.975-.781c.089-.035.159.013.159.108v2.08l1.221-.437v-2.185c0-.033.043-.096.075-.108l1.162-.451a.36.36 0 01.079-.001l1.162.392c.034.012.079.073.079.109v2.182l1.221.338v-2.066c0-.089.067-.138.152-.111l1.977.636c.036.012.08.073.08.111v3.679a.373.373 0 01-.021.067l-1.251 1.783v10.349l1.5 5.158h0zm-.452-.154a11.207 11.207 0 00-3.63-.601c-1.912 0-3.766.494-5.327 1.36l1.446-5.625-.029-10.37a.32.32 0 00-.027-.073l-1.393-1.706v-3.495l1.744-.69v2.075c0 .093.068.141.155.11l1.453-.521c.034-.012.077-.074.077-.109v-2.186l1.049-.407 1.043.352v2.186c0 .04.046.101.085.112l1.453.403c.082.023.148-.027.148-.112v-2.059l1.744.561v3.558l-1.252 1.783a.52.52 0 00-.021.067v10.4l1.282 4.987h0zm13.528 2.009c.029.114-.279.006-.388-.038a10.61 10.61 0 00-3.983-.771c-1.848 0-3.586.472-5.1 1.3-.112.061-.375-.066-.343-.189l1.623-5.39-.033-10.276-1.395-1.788a.307.307 0 01-.025-.072v-3.662c0-.037.045-.099.081-.111l1.975-.635c.086-.028.153.021.153.111v2.09l1.22-.364v-2.179c0-.038.045-.1.082-.112l1.163-.363a.348.348 0 01.072.001l1.161.392c.035.012.079.074.079.11v2.186l1.221.412v-2.056c0-.09.068-.139.153-.111l1.977.665c.034.012.079.074.079.111v3.632a.4.4 0 01-.021.067l-1.251 1.772v10.291l1.5 4.977h0zm-.455-.162a11.152 11.152 0 00-3.916-.705c-1.794 0-3.544.435-5.035 1.204l1.445-5.381-.03-10.36a.384.384 0 00-.025-.072l-1.394-1.787v-3.537l1.743-.561v2.086c0 .087.065.136.149.112l1.453-.434c.037-.011.083-.071.083-.111v-2.181l1.045-.326 1.046.354v2.186c0 .036.044.099.079.11l1.454.491c.086.029.153-.019.153-.11v-2.057l1.744.587v3.512l-1.252 1.771a.575.575 0 00-.021.067v10.342l1.279 4.8h0z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M137.093 124.515l-3.086.654m3.145 2.455l4.045.438m-4.104-.438l-3.739.796m3.634-2.318l-3.325.677m3.483-11.429l3.136.663m-3.136.86l3.136.651m-3.136.883l3.136.599m-3.136.93l3.136.558m-3.136.97l3.165.518m-3.165 1.016l3.195.477m-3.195-8.125l-3.181 1.029m3.181.494l-3.181.971m3.181.563l-3.181.919m3.181.61l-3.181.849m3.181.679l-3.153.779m3.153.755l-3.153.709m5.186-9.386v1.439m-1.162-.219v1.468m1.162.31v1.469m-2.964-1.606v1.468m0 1.541v1.467m-1.394.511v1.352m0-7.283v1.352m1.394-3.415v1.469\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M139.196 100.323c-.246-1.076-.837-2.479-2.192-2.239l-.089.117c.062 1.802 2.321 7.282.171 8.249-.057-3.138-2.886-5.174-2.16-8.116.201-.815 1.014-1.828 1.806-2.125.371-.14.794-.256 1.196-.249 2.722.057 3.428 2.878 1.268 4.363h0zm13.251-2.034c-.246-1.076-.838-2.479-2.192-2.239l-.089.117c.062 1.802 2.321 7.282.17 8.249-.057-3.138-2.885-5.173-2.159-8.115.201-.815 1.015-1.827 1.806-2.125.372-.14.794-.257 1.196-.248 2.722.054 3.428 2.876 1.268 4.361zm13.251 2.034c-.246-1.076-.838-2.479-2.192-2.239l-.089.117c.062 1.802 2.321 7.282.171 8.249-.057-3.138-2.886-5.174-2.159-8.116.201-.815 1.015-1.828 1.805-2.125.372-.14.795-.256 1.197-.249 2.722.057 3.428 2.878 1.267 4.363h0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M140.543 80.61l8.056 3.769c.422-.589 1.228-.972 2.006-.972.779 0 1.585.383 2.006.972l8.056-3.769.497 11.916-8.535-5.087c-.643.677-1.139 1.025-2.024 1.025-.885.001-1.465-.425-2.025-1.025l-8.593 5.029.556-11.858z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M140.543 80.61l8.056 3.769c.422-.589 1.228-.972 2.006-.972.779 0 1.585.383 2.006.972l8.056-3.769.497 11.916-8.535-5.087c-.643.677-1.139 1.025-2.024 1.025-.885.001-1.465-.425-2.025-1.025l-8.593 5.029.556-11.858h0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M181.394 107.289c0-12.815-5.088-26.697-15.179-26.697-3.448 0-7.145 1.781-7.145 5.145s1.974 5.837 4.921 5.837 3.856-1.375 3.856-1.375c1.224.807 5.554 3.241 6.195 17.113 1.249 27.036-21.756 42.811-21.756 42.811s29.108-12.394 29.108-42.834z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M181.394 107.289c0-12.815-5.088-26.697-15.179-26.697-3.448 0-7.145 1.781-7.145 5.145s1.974 5.837 4.921 5.837 3.856-1.375 3.856-1.375c1.224.807 5.554 3.241 6.195 17.113 1.249 27.036-21.756 42.811-21.756 42.811s29.108-12.394 29.108-42.834h0z\"/>\n    <path fill=\"#D99F31\" fill-rule=\"nonzero\" d=\"M181.394 107.289c0-12.815-5.088-26.697-15.179-26.697-3.448 0-7.145 1.781-7.145 5.145s1.974 5.837 4.921 5.837 4.03-1.724 4.03-1.724c1.224.807 5.671 3.59 6.311 17.462 1.249 27.036-22.048 42.811-22.048 42.811s29.11-12.394 29.11-42.834z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M165.921 87.282c3.567.436 6.772 4.614 8.127 10.12.032.14-.001.279-.12.311-.116.032-.219-.043-.269-.223-1.542-5.935-4.599-9.253-7.785-9.659l.047-.549z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M177.79 97.866c.028.145-.021.281-.145.301-.119.019-.215-.083-.243-.222-1.759-8.364-5.92-14.52-12.43-14.52-2.289 0-4.248.787-5.897 2.158.007-.207.028-.408.062-.603 1.658-1.277 3.591-1.992 5.835-1.992 6.858.001 11.132 6.491 12.818 14.878z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M176.355 97.666c.039.154.025.284-.111.318-.111.028-.211-.055-.248-.219-1.789-7.644-5.615-12.886-10.943-12.886-2.292 0-4.246.571-5.865 2.236a7.6 7.6 0 01-.074-.536c1.661-1.602 3.635-2.135 5.939-2.135 5.671-.001 9.616 5.599 11.302 13.222z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M181.394 107.289c0-12.815-5.088-26.697-15.179-26.697-3.448 0-7.145 1.781-7.145 5.145s1.974 5.837 4.921 5.837 4.03-1.724 4.03-1.724c1.224.807 5.671 3.59 6.311 17.462 1.249 27.036-22.048 42.811-22.048 42.811s29.11-12.394 29.11-42.834h0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M119.643 107.289c0-12.815 5.087-26.697 15.179-26.697 3.447 0 7.144 1.781 7.144 5.145s-1.974 5.837-4.921 5.837-3.855-1.375-3.855-1.375c-1.224.807-5.554 3.241-6.195 17.113-1.249 27.036 21.756 42.811 21.756 42.811s-29.108-12.394-29.108-42.834z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M119.643 107.289c0-12.815 5.087-26.697 15.179-26.697 3.447 0 7.144 1.781 7.144 5.145s-1.974 5.837-4.921 5.837-3.855-1.375-3.855-1.375c-1.224.807-5.554 3.241-6.195 17.113-1.249 27.036 21.756 42.811 21.756 42.811s-29.108-12.394-29.108-42.834h0z\"/>\n    <path fill=\"#D99F31\" fill-rule=\"nonzero\" d=\"M138.917 80.304l11.689 5.079v.582l-10.1 5.971s1.343-3.439 1.123-5.689c-.249-2.537-2.712-5.943-2.712-5.943z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M143.455 90.192c.274-.325 1.098-1.496 1.098-3.851m.111 3.136c.256-.344.872-1.354.872-3.137m.324 2.431c.218-.335.658-1.168.658-2.43m.506 1.741c.15-.299.419-.947.419-1.742\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M138.917 80.304l11.689 5.079v.582l-10.1 5.971s1.343-3.439 1.123-5.689c-.249-2.537-2.712-5.943-2.712-5.943h0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M160.084 89.504l-.251-.359c.825-2.55 2.359-3.758 5.251-3.767 4.66.022 8.238 5.272 10.098 12.125.038.135.012.28-.108.304-.118.023-.213-.067-.247-.195-1.865-6.763-5.414-11.689-9.714-11.711-2.769.008-4.169 1.009-5.029 3.603z\"/>\n    <path fill=\"#D99F31\" fill-rule=\"nonzero\" d=\"M162.295 80.304l-11.689 5.079v.582l10.099 5.971s-1.342-3.439-1.122-5.689c.248-2.537 2.712-5.943 2.712-5.943z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M157.757 90.192c-.274-.325-1.098-1.496-1.098-3.851m-.111 3.136c-.256-.344-.872-1.354-.872-3.137m-.322 2.431c-.218-.335-.66-1.168-.66-2.431m-.507 1.742a3.995 3.995 0 01-.418-1.742\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M162.295 80.304l-11.689 5.079v.582l10.099 5.971s-1.342-3.439-1.122-5.689c.248-2.537 2.712-5.943 2.712-5.943h0z\"/>\n    <path fill=\"#D99F31\" fill-rule=\"nonzero\" d=\"M119.643 107.289c0-12.815 5.087-26.697 15.179-26.697 3.447 0 7.144 1.781 7.144 5.145s-1.974 5.837-4.921 5.837-4.03-1.724-4.03-1.724c-1.224.807-5.671 3.59-6.312 17.462-1.248 27.036 22.048 42.811 22.048 42.811s-29.108-12.394-29.108-42.834z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M140.942 89.469c-.863-2.576-2.271-3.568-5.017-3.568-3.621 0-6.601 3.29-8.571 8.264-.048.114-.132.181-.24.144-.094-.032-.108-.16-.066-.276 1.918-5.055 4.994-8.655 8.878-8.655 2.882 0 4.421 1.185 5.256 3.693-.076.138-.156.27-.24.398z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M135.984 84.747c-4.323 0-7.694 3.645-9.818 9.007-.061.128-.148.196-.266.148-.092-.038-.102-.175-.055-.289 2.017-5.423 5.556-9.273 10.14-9.273 2.299 0 4.27.728 5.929 2.324-.02.176-.046.348-.077.517-1.626-1.668-3.575-2.434-5.853-2.434z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M135.984 83.411c-4.955 0-8.632 3.489-11.115 9.926-.057.12-.17.212-.294.168-.098-.035-.109-.175-.065-.301 2.483-6.558 6.272-10.2 11.473-10.2 2.264 0 4.21.558 5.876 1.782.044.195.074.396.091.604-1.67-1.361-3.65-1.979-5.966-1.979z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M133.284 88.23c-2.024 1.307-3.859 3.786-4.888 6.347-.057.134-.144.174-.233.142-.079-.029-.113-.143-.076-.256a14.899 14.899 0 015.075-6.82l.122.587z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M119.643 107.289c0-12.815 5.087-26.697 15.179-26.697 3.447 0 7.144 1.781 7.144 5.145s-1.974 5.837-4.921 5.837-4.03-1.724-4.03-1.724c-1.224.807-5.671 3.59-6.312 17.462-1.248 27.036 22.048 42.811 22.048 42.811s-29.108-12.394-29.108-42.834h0z\"/>\n    <path fill=\"#D99F31\" fill-rule=\"nonzero\" d=\"M148.281 85.965a2.325 2.325 0 114.65 0 2.325 2.325 0 01-4.65 0z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M148.301 85.417a2.368 2.368 0 012.305-1.834c.985 0 1.83.598 2.193 1.451m.123 1.523a2.392 2.392 0 01-2.316 1.789 2.381 2.381 0 01-2.223-1.527m2.835.61a1.587 1.587 0 01-2.199-1.404m2.953.748a1.587 1.587 0 01-.754.656m-.446-.712a.771.771 0 01-.933-.674m-.792-.465c.047-.208.138-.333.176-.392\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M136.476 85.779a2.465 2.465 0 01-.024-.311c.022-.023.032-.026.043-.028a.3.3 0 01.065-.003c1.676.196 2.8 1.311 2.856 2.911.032.909-.423 2.174-1.043 2.742a.06.06 0 01-.082-.004l-.235-.258a.058.058 0 01.003-.082c.526-.48.89-1.616.863-2.38-.05-1.427-1.025-2.362-2.419-2.526a.137.137 0 01-.027-.061zM164.529 85.779c.005-.035.01-.081.014-.127.007-.093.01-.184.01-.184-.022-.023-.032-.026-.043-.028a.3.3 0 00-.065-.003c-1.676.196-2.8 1.311-2.856 2.911-.032.909.423 2.174 1.043 2.742a.06.06 0 00.082-.004l.235-.258a.06.06 0 00-.003-.082c-.526-.48-.89-1.616-.864-2.38.05-1.427 1.025-2.362 2.419-2.526a.13.13 0 00.028-.061z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M148.301 85.417c0-1.094.959-2.01 2.305-2.01 1.027 0 2.193.722 2.193 1.627m.123 1.523c0 1.011-1.205 1.904-2.316 1.904-1.014 0-2.223-.737-2.223-1.643\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M141.783 90.833c-1.225 1.624-3.116 2.652-5.238 2.652-2.773 0-4.885-1.724-4.885-4.479.063-1.46 1.049-3.263 3.381-3.263 1.515 0 2.802 1.461 2.802 2.976 0 .838-.161 1.344-.675 1.974 2.076-.667 3.45-1.774 3.45-4.129 0-2.415-1.602-4.145-4.226-4.363-8.769-.729-14.128 9.005-15.16 22.46-1.472 19.191 8.879 34.49 24.614 43.226 2.196 1.219 3.919 2.194 4.665 2.51l.01 2.387c-5.99-2.29-12.936-6.709-17.267-10.666-8.247-7.534-16.115-20.279-14.921-37.445.754-10.84 4.13-18.11 8.273-21.701 7.085-6.143 16.744-3.689 16.744 3.591-.002 1.589-.627 3.084-1.567 4.27z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M141.783 90.833c-1.225 1.624-3.116 2.652-5.238 2.652-2.773 0-4.885-1.724-4.885-4.479.063-1.46 1.049-3.263 3.381-3.263 1.515 0 2.802 1.461 2.802 2.976 0 .838-.161 1.344-.675 1.974 2.076-.667 3.45-1.774 3.45-4.129 0-2.415-1.602-4.145-4.226-4.363-8.769-.729-14.128 9.005-15.16 22.46-1.472 19.191 8.879 34.49 24.614 43.226 2.196 1.219 3.919 2.194 4.665 2.51l.01 2.387c-5.99-2.29-12.936-6.709-17.267-10.666-8.247-7.534-16.115-20.279-14.921-37.445.754-10.84 4.13-18.11 8.273-21.701 7.085-6.143 16.744-3.689 16.744 3.591-.002 1.589-.627 3.084-1.567 4.27h0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M159.255 90.833c1.225 1.624 3.116 2.652 5.237 2.652 2.774 0 4.886-1.724 4.886-4.479-.063-1.46-1.049-3.263-3.381-3.263-1.515 0-2.801 1.461-2.801 2.976 0 .838.161 1.344.675 1.974-2.076-.667-3.45-1.774-3.45-4.129 0-2.415 1.602-4.145 4.226-4.363 8.769-.729 14.128 9.005 15.16 22.46 1.472 19.191-8.879 34.49-24.614 43.226-2.197 1.219-3.919 2.194-4.665 2.51l-.01 2.387c5.991-2.29 12.936-6.709 17.267-10.666 8.247-7.534 16.115-20.279 14.921-37.445-.754-10.84-4.13-18.11-8.273-21.701-7.085-6.143-16.744-3.689-16.744 3.591 0 1.589.626 3.084 1.566 4.27z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M159.255 90.833c1.225 1.624 3.116 2.652 5.237 2.652 2.774 0 4.886-1.724 4.886-4.479-.063-1.46-1.049-3.263-3.381-3.263-1.515 0-2.801 1.461-2.801 2.976 0 .838.161 1.344.675 1.974-2.076-.667-3.45-1.774-3.45-4.129 0-2.415 1.602-4.145 4.226-4.363 8.769-.729 14.128 9.005 15.16 22.46 1.472 19.191-8.879 34.49-24.614 43.226-2.197 1.219-3.919 2.194-4.665 2.51l-.01 2.387c5.991-2.29 12.936-6.709 17.267-10.666 8.247-7.534 16.115-20.279 14.921-37.445-.754-10.84-4.13-18.11-8.273-21.701-7.085-6.143-16.744-3.689-16.744 3.591 0 1.589.626 3.084 1.566 4.27h0z\"/>\n    <path fill=\"#F1BF31\" fill-rule=\"nonzero\" d=\"M150.518 152.608c-5.991-2.29-12.936-7.001-17.267-10.957-8.247-7.534-15.592-19.989-14.398-37.154.755-10.839 3.956-17.703 8.099-21.294 7.085-6.142 16.222-3.346 16.222 3.36a6.691 6.691 0 01-6.687 6.689c-2.235 0-4.595-1.814-4.362-4.538a2.744 2.744 0 015.485.12c0 .837-.549 1.645-1.14 2.148 2.333-.083 4.379-2.065 4.379-4.42 0-2.415-1.834-4.436-4.458-4.654-8.769-.729-14.437 9.237-15.393 22.75-1.359 19.202 9.111 34.723 24.846 43.459a47.202 47.202 0 004.675 2.281 47.797 47.797 0 004.675-2.281c15.735-8.735 26.205-24.257 24.846-43.459-.956-13.514-6.623-23.479-15.393-22.75-2.624.218-4.458 2.238-4.458 4.654 0 2.355 2.045 4.337 4.379 4.42-.591-.504-1.141-1.311-1.141-2.148a2.743 2.743 0 015.486-.12c.233 2.724-2.127 4.538-4.363 4.538a6.69 6.69 0 01-6.686-6.689c0-6.706 9.136-9.502 16.221-3.36 4.144 3.592 7.345 10.455 8.099 21.294 1.194 17.166-6.151 29.62-14.398 37.154-4.332 3.957-11.277 8.667-17.268 10.957z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M150.518 152.608c-5.991-2.29-12.936-7.001-17.267-10.957-8.247-7.534-15.592-19.989-14.398-37.154.755-10.839 3.956-17.703 8.099-21.294 7.085-6.142 16.222-3.346 16.222 3.36a6.691 6.691 0 01-6.687 6.689c-2.235 0-4.595-1.814-4.362-4.538a2.744 2.744 0 015.485.12c0 .837-.549 1.645-1.14 2.148 2.333-.083 4.379-2.065 4.379-4.42 0-2.415-1.834-4.436-4.458-4.654-8.769-.729-14.437 9.237-15.393 22.75-1.359 19.202 9.111 34.723 24.846 43.459a47.202 47.202 0 004.675 2.281 47.797 47.797 0 004.675-2.281c15.735-8.735 26.205-24.257 24.846-43.459-.956-13.514-6.623-23.479-15.393-22.75-2.624.218-4.458 2.238-4.458 4.654 0 2.355 2.045 4.337 4.379 4.42-.591-.504-1.141-1.311-1.141-2.148a2.743 2.743 0 015.486-.12c.233 2.724-2.127 4.538-4.363 4.538a6.69 6.69 0 01-6.686-6.689c0-6.706 9.136-9.502 16.221-3.36 4.144 3.592 7.345 10.455 8.099 21.294 1.194 17.166-6.151 29.62-14.398 37.154-4.332 3.957-11.277 8.667-17.268 10.957h0z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M151.139 160.186c2.884-.034 5.052-.308 7.518-.795-.582 1.977-1.745 5.739 2.904 5.739 3.383 0 6.974-2.035 10.461-.245 7.617 3.906 13.367 1.117 18.017-4.114 0 0-3.437.734-6.974.581 0 0 2.65-2.258 2.906-5.231-2.325 1.743-4.65 1.998-6.975 1.998-2.324 0-3.81-1.404-6.854-1.884.171-1.052.355-2.123.629-3.6.299-1.613-.146-2.921-2.492-3.197-5.105-.599-10.05 2.345-19.085 2.487-9.096-.142-15.331-3.087-20.437-2.487-2.346.276-2.79 1.584-2.491 3.197.274 1.477.458 2.548.628 3.6-3.043.48-4.529 1.884-6.853 1.884-2.327 0-4.651-.255-6.976-1.998.256 2.973 2.906 5.231 2.906 5.231-3.536.153-6.974-.581-6.974-.581 4.65 5.23 10.4 8.02 18.017 4.114 3.487-1.789 7.078.245 10.461.245 4.649 0 3.486-3.762 2.904-5.739 2.639.521 5.559.808 8.758.808l.002-.013z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M127.54 162.367c-.338.157-.512-.061-.131-.255.308-.158 2.003-.959 2.908-1.019a.23.23 0 01.242.156c.029.098-.026.199-.16.209-.813.053-2.535.759-2.859.909zM139.439 162.327c-1.876-.195-4.365-.835-6.752-.94-.123-.005-.201-.088-.201-.182-.001-.098.079-.177.204-.171 2.395.106 4.913.677 6.796.872.695.073 1.455-.065 1.82-.392.11-.099.392.272.287.365-.483.433-1.402.526-2.154.448zM134.252 163.445c-1.974-.307-4.408.026-6.293.965a.62.62 0 01-.213.061c-.046.004-.114.002-.144-.051a.097.097 0 01-.003-.083.19.19 0 01.044-.063.693.693 0 01.179-.123c2.778-1.346 4.899-1.257 6.551-1.069 1.771.2 3.325.584 5.02.712.147.011.188.143.226.258.035.106.099.3-.431.243-1.678-.178-3.213-.581-4.936-.85z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M139.455 161.476c-.989-.102-2.115-.323-3.307-.518a.185.185 0 01-.157-.217c.015-.089.093-.176.217-.156 1.185.193 2.304.413 3.286.515.404.041.776-.015 1.099-.142a.182.182 0 01.244.107c.033.085.01.198-.107.244a2.681 2.681 0 01-1.275.167zM126.652 158.099a.388.388 0 01-.153.034c-.04-.002-.09-.017-.108-.065-.018-.046.004-.091.029-.121a.337.337 0 01.12-.086c.885-.39 1.238-.516 2.471-.75a.188.188 0 01.216.111c.032.081-.009.175-.121.196-1.204.228-1.631.353-2.454.681zM126.849 159.223a.535.535 0 01-.163.039c-.036 0-.095-.009-.114-.064-.017-.05.016-.095.04-.121a.48.48 0 01.131-.086c.877-.403 1.104-.474 2.388-.816.108-.029.189.035.207.118.018.081-.025.174-.133.2a15.448 15.448 0 00-2.356.73zM139.452 163.364c-1.449-.15-3.16-.589-4.977-.842-2.3-.321-4.3-.201-6.694.884a.615.615 0 01-.253.068c-.044.001-.112-.01-.126-.077-.011-.051.024-.099.056-.131a.666.666 0 01.157-.104c2.228-1.139 4.56-1.344 6.9-1.025 1.813.247 3.541.627 4.987.776.814.084 1.742-.053 2.048-.543.08-.128.311.149.235.269-.462.74-1.543.807-2.333.725zM127.334 161.342c-.338.156-.512-.061-.131-.255.269-.138 1.495-.74 2.339-.906.023-.005.057.014.066.036l.085.224c.013.037-.006.071-.044.078-.795.14-2.032.693-2.315.823zM127.14 160.238c-.338.156-.512-.061-.131-.255.27-.139 1.436-.646 2.28-.812a.057.057 0 01.068.05l.031.225c.005.029-.019.06-.047.065-.794.14-1.918.595-2.201.727zM136.074 156.459c-.607-.052-1.585-.106-1.585-.106l-.354-4.831 1.174.14.244 3.769c.119.007.646.042.998.08a27.66 27.66 0 011.044.145l.074.97c0 .001-.985-.114-1.595-.167zM147.324 158.087c-.627-.059-1.627-.199-1.627-.199l-.046-2.318-.045-2.327 2.671.277.008.458.009.465-1.494-.155.019.956 1.57.162.017.864-1.57-.163.018.983c.119.019.656.101 1.017.133.406.037 1.071.051 1.071.051l.018.923c.001 0-1.011-.05-1.636-.11zM157.979 153.815l-1.464.202.021 3.707-1.178.163-.022-3.708-1.464.202-.006-.918 4.107-.567zM164.863 156.525c-.759.013-1.16-.118-1.505-.302l.323-.861c.43.144.681.204 1.184.195.554-.01.825-.184.829-.435.003-.168-.125-.286-.344-.392-.219-.107-.511-.195-.803-.309-.585-.228-1.187-.564-1.173-1.365.016-.909 1.032-1.373 1.847-1.388.733-.013 1.144.137 1.5.287l-.297.835c-.361-.098-.723-.182-1.186-.174-.458.008-.725.245-.728.415-.002.132.126.237.352.343.222.105.519.202.816.326.595.249 1.206.611 1.193 1.363-.019 1.036-1.058 1.446-2.008 1.462zM142.179 154.567l.402.069c.599.102.645-.104.641-.356-.006-.304-.147-.49-.752-.594l-.307-.053.016.934zm.043 1.852l.56.096c.652.111.811-.01.804-.337-.007-.375-.233-.6-.937-.719l-.447-.077.02 1.037zm.687 1.037l-1.874-.32-.085-4.602 1.686.287c1.157.197 1.782.705 1.798 1.578a.816.816 0 01-.426.739c.326.182.788.597.8 1.207.015.856-.504 1.348-1.899 1.111zM139.792 156.911l-1.183-.181-.265-4.658 1.183.181z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M150.515 160.248c-3.879 0-6.414-.593-9.88-1.22-8.068-1.46-9.822-.35-9.822 1.046 0 .448.414.58.713.446.153-.069.279-.326.279-.326-.284-.003-.47-.116-.411-.468.172-1.019 2.268-1.483 9.241-.348 3.476.565 6.004 1.045 9.883 1.045l-.003-.175h0zm.006 0c3.879 0 6.415-.593 9.88-1.22 8.068-1.46 9.822-.35 9.822 1.046 0 .448-.414.58-.713.446-.153-.069-.279-.326-.279-.326.284-.003.47-.116.41-.468-.172-1.019-2.267-1.483-9.241-.348-3.476.565-6.004 1.045-9.883 1.045l.004-.175h0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M128.891 156.296c-1.278.205-2.451.642-3.649 1.112-3.266 1.282-7.012 1.086-9.914-.978.203 1.467.846 2.744 1.786 3.864.23.273.935.97.935.97.117.122.096.2-.07.205-2.223.095-4.242.066-6.428-.342 5.161 5.675 10.345 7.088 17.411 3.654 3.713-1.803 6.806.233 10.515.233 3.934 0 3.563-2.575 2.697-5.484l.472.051c.633 1.787 1.627 6.196-3.169 5.84-3.697-.274-6.656-2.158-10.381-.381-5.735 2.736-9.88 2.697-14.87-1.006-1.018-.755-2.657-2.112-3.357-3.146-.17-.251.001-.402.257-.323 1.894.588 4.763.589 6.223.551-1.182-1.189-2.512-3.396-2.454-4.979.008-.205.105-.244.279-.155 2.703 1.401 3.718 1.964 6.87 1.964 1.856 0 5.649-2.097 6.778-1.88l.069.23h0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M173.498 162.367c.338.157.512-.061.131-.255-.309-.158-2.004-.959-2.908-1.019a.23.23 0 00-.241.156c-.029.098.025.199.159.209.812.053 2.534.759 2.859.909zM161.598 162.327c1.876-.195 4.365-.835 6.751-.94.123-.005.201-.088.202-.182.001-.098-.08-.177-.205-.171-2.394.106-4.913.677-6.796.872-.695.073-1.455-.065-1.82-.392-.109-.099-.391.272-.287.365.484.433 1.403.526 2.155.448zM166.785 163.445c1.974-.307 4.408.026 6.293.965a.62.62 0 00.213.061c.046.004.115.002.144-.051a.097.097 0 00.003-.083.19.19 0 00-.044-.063.73.73 0 00-.179-.123c-2.778-1.346-4.899-1.257-6.551-1.069-1.771.2-3.325.584-5.02.712-.148.011-.188.143-.227.258-.035.106-.099.3.431.243 1.679-.178 3.214-.581 4.937-.85z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M161.582 161.476c.989-.102 2.115-.323 3.307-.518a.185.185 0 00.157-.217c-.015-.089-.093-.176-.217-.156-1.185.193-2.304.413-3.286.515a2.344 2.344 0 01-1.099-.142.182.182 0 00-.244.107.182.182 0 00.107.244c.379.151.812.215 1.275.167zM174.385 158.099a.388.388 0 00.153.034c.04-.002.09-.017.108-.065.018-.046-.004-.091-.029-.121a.347.347 0 00-.12-.086c-.885-.39-1.238-.516-2.471-.75a.188.188 0 00-.216.111c-.032.081.008.175.12.196 1.206.228 1.632.353 2.455.681zM174.188 159.223a.535.535 0 00.163.039c.037 0 .095-.009.114-.064.017-.05-.016-.095-.04-.121a.48.48 0 00-.131-.086c-.877-.403-1.104-.474-2.388-.816-.109-.029-.189.035-.207.118-.018.081.025.174.133.2 1.001.239 1.489.395 2.356.73zM161.585 163.364c1.449-.15 3.16-.589 4.977-.842 2.299-.321 4.3-.201 6.694.884.131.06.202.066.253.068.044.001.112-.01.126-.077.011-.051-.024-.099-.056-.131a.654.654 0 00-.158-.104c-2.228-1.139-4.56-1.344-6.899-1.025-1.814.247-3.541.627-4.987.776-.813.084-1.742-.053-2.048-.543-.08-.128-.311.149-.235.269.462.74 1.543.807 2.333.725zM173.703 161.342c.338.156.512-.061.131-.255-.27-.138-1.496-.74-2.339-.906-.023-.005-.057.014-.066.036l-.085.224c-.014.037.005.071.044.078.794.14 2.032.693 2.315.823zM173.897 160.238c.338.156.512-.061.131-.255-.27-.139-1.436-.646-2.279-.812a.058.058 0 00-.069.05l-.031.225a.061.061 0 00.047.065c.794.14 1.918.595 2.201.727z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M172.146 156.296c1.278.205 2.451.642 3.649 1.112 3.266 1.282 7.012 1.086 9.914-.978-.202 1.467-.846 2.744-1.787 3.864-.229.273-.933.97-.933.97-.118.122-.097.2.07.205 2.222.095 4.242.066 6.428-.342-5.162 5.675-10.345 7.088-17.412 3.654-3.712-1.803-6.805.233-10.514.233-3.934 0-3.563-2.575-2.697-5.484l-.471.051c-.634 1.787-1.628 6.196 3.168 5.84 3.697-.274 6.656-2.158 10.381-.381 5.735 2.736 9.88 2.697 14.87-1.006 1.018-.755 2.657-2.112 3.357-3.146.171-.251-.002-.402-.256-.323-1.894.588-4.763.589-6.223.551 1.181-1.189 2.512-3.396 2.454-4.979-.008-.205-.105-.244-.279-.155-2.703 1.401-3.718 1.964-6.87 1.964-1.857 0-5.649-2.097-6.778-1.88l-.071.23z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M172.146 156.296c1.278.205 2.451.642 3.649 1.112 3.266 1.282 7.012 1.086 9.914-.978-.202 1.467-.846 2.744-1.787 3.864-.229.273-.933.97-.933.97-.118.122-.097.2.07.205 2.222.095 4.242.066 6.428-.342-5.162 5.675-10.345 7.088-17.412 3.654-3.712-1.803-6.805.233-10.514.233-3.934 0-3.563-2.575-2.697-5.484l-.471.051c-.634 1.787-1.628 6.196 3.168 5.84 3.697-.274 6.656-2.158 10.381-.381 5.735 2.736 9.88 2.697 14.87-1.006 1.018-.755 2.657-2.112 3.357-3.146.171-.251-.002-.402-.256-.323-1.894.588-4.763.589-6.223.551 1.181-1.189 2.512-3.396 2.454-4.979-.008-.205-.105-.244-.279-.155-2.703 1.401-3.718 1.964-6.87 1.964-1.857 0-5.649-2.097-6.778-1.88l-.071.23h0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M150.303 151.931c-4.435.032-8.175-.776-11.297-1.479-2.587-.584-5.601-1.251-8.253-.898-1.932.259-2.721 1.112-2.391 3.06.411 2.421.772 4.863 1.212 7.277.254 1.393.996 1.58 2.305 1.349 1.885-.333 7.93-1.685 9.288.032 1.303 1.647.033 2.834-1.781 2.865-.254.004-.172-.173-.086-.173 1.736 0 2.957-1.004 1.836-2.544-1.181-1.623-6.837-.433-9.14.105-1.465.342-2.439.154-2.708-1.645-.371-2.478-.599-4.181-1.385-7.386-1.328-5.417 8.339-2.908 11.124-2.26 3.797.881 6.966 1.448 11.469 1.583 4.512-.135 7.681-.701 11.478-1.583 2.784-.647 12.453-3.156 11.125 2.26-.786 3.205-1.015 4.907-1.386 7.386-.269 1.798-1.243 1.987-2.708 1.645-2.303-.538-7.959-1.728-9.14-.105-1.121 1.54.1 2.544 1.836 2.544.086 0 .167.177-.087.173-1.813-.03-3.084-1.218-1.781-2.865 1.358-1.717 7.403-.365 9.288-.032 1.309.231 2.051.044 2.305-1.349.439-2.413.801-4.855 1.213-7.277.33-1.948-.459-2.802-2.392-3.06-2.653-.353-5.665.315-8.252.898-3.121.704-6.862 1.511-11.297 1.479h-.395 0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M151.219 155.71c.623-.011.897-.276.889-.701-.008-.446-.201-.633-.766-.623l-.523.009.023 1.321.377-.006zm2.611 2.407c-.921-.03-1.417-.492-1.903-1.037l-.514-.576a3.406 3.406 0 01-.231.009l-.305.006.027 1.623-1.155.019-.08-4.645 1.793-.031c1.029-.018 1.788.443 1.807 1.477.009.504-.222.951-.694 1.241l.446.466c.251.26.531.433 1.022.551l-.213.897zM160.484 153.448c-.141.505-.29 1.007-.442 1.509.322-.033.66-.09.97-.183a55.215 55.215 0 01-.404-1.349l-.124.023zm1.257 3.374l-.456-1.247a3.95 3.95 0 01-.765.181c-.265.04-.531.067-.784.106l-.498 1.43-1.194.223 1.444-3.984-.506.095-.009-.918a67.25 67.25 0 003.137-.589l.042.912-.51.096 1.331 3.464-1.232.231z\"/>\n  </g>\n</svg>\n</li><li title=\"cif sn \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 201\">\n  <g fill=\"none\">\n    <path fill=\"#00853F\" d=\"M.5.5h100v200H.5z\"/>\n    <path fill=\"#FDEF42\" d=\"M100.5.5h100v200h-100z\"/>\n    <path fill=\"#E31B23\" d=\"M200.5.5h100v200h-100z\"/>\n    <path fill=\"#00853F\" d=\"M118.798 90.199l19.593 14.235-7.484 23.033 19.593-14.235 19.593 14.235-7.484-23.033 19.593-14.235h-24.218L150.5 67.166l-7.484 23.033z\"/>\n  </g>\n</svg>\n</li><li title=\"cif so \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 300 200\">\n  <g fill=\"none\">\n    <path fill=\"#4189DD\" d=\"M0 0h300v200H0z\"/>\n    <path fill=\"#FFF\" d=\"M104.208 85.122l28.301 20.561-10.81 33.27L150 118.391l28.301 20.562-10.81-33.27 28.301-20.561H160.81L150 51.852l-10.81 33.27z\"/>\n  </g>\n</svg>\n</li><li title=\"cif sr \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 201\">\n  <g fill=\"none\">\n    <path fill=\"#377E3F\" d=\"M.5.5h300v200H.5z\"/>\n    <path fill=\"#FFF\" d=\"M.5 40.5h300v120H.5z\"/>\n    <path fill=\"#B40A2D\" d=\"M.5 60.5h300v80H.5z\"/>\n    <path fill=\"#ECC81D\" d=\"M150.5 64.319l23.511 72.361-61.554-44.721h76.085l-61.554 44.721z\"/>\n  </g>\n</svg>\n</li><li title=\"cif ss \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 151\">\n  <g fill=\"none\">\n    <path fill=\"#078930\" d=\"M.5 105.5h300v45H.5z\"/>\n    <path fill=\"#FFF\" d=\"M.5 45.5h300v60H.5z\"/>\n    <path fill=\"#000\" d=\"M.5.5h300v45H.5z\"/>\n    <path fill=\"#DA121A\" d=\"M.5 53h300v45H.5z\"/>\n    <path fill=\"#0F47AF\" d=\"M.5.5l129.904 75L.5 150.5z\"/>\n    <path fill=\"#FCDD09\" d=\"M19.801 75.5l43.417 14.107-26.833-36.932v45.65l26.833-36.932z\"/>\n  </g>\n</svg>\n</li><li title=\"cif st \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 151\">\n  <g fill=\"none\">\n    <path fill=\"#12AD2B\" d=\"M.5.5h300v150H.5z\"/>\n    <path fill=\"#FFCE00\" d=\"M.5 43.357h300v64.286H.5z\"/>\n    <path fill=\"#D21034\" d=\"M.5.5v150l75-75\"/>\n    <path fill=\"#000\" d=\"M130.12 68.878l12.596 9.151-4.811 14.807 12.595-9.151 12.596 9.151-4.811-14.807 12.595-9.151h-15.569L150.5 54.071l-4.811 14.807zM205.12 68.878l12.596 9.151-4.811 14.807 12.595-9.151 12.596 9.151-4.811-14.807 12.595-9.151h-15.569L225.5 54.071l-4.811 14.807z\"/>\n  </g>\n</svg>\n</li><li title=\"cif sv \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 171\">\n  <g fill=\"none\" fill-rule=\"evenodd\">\n    <path fill=\"#0F47AF\" fill-rule=\"nonzero\" d=\"M.5.5h300v170H.5z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M.5 57.304h300v56.391H.5z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M150.257 100.542c.428 0 .893 0 2.85-.477 1.958-.465 3.572-1.652 3.952-1.823.379-.171.93-.122.93-.122-.208-.22-.808-.771-1.652-.771-.856 0-.514 0-1.236.306-.722.294-2.226 1.211-4.771 1.211h-.049c-2.544 0-4.135-.917-4.857-1.211-.722-.306-.392-.306-1.236-.306-.857 0-1.444.551-1.664.771 0 0 .563-.049.942.122.379.172 1.994 1.358 3.952 1.823 1.946.477 2.423.477 2.839.477h0z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M142.745 98.876c.208-.122-.049-.465-.049-.465l.771-.171c-.379-.171-.942-.123-.942-.123-.147.123-.122.269-.147.379-.012.11-.012.282.074.367.073.074.293.013.293.013h0z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M143.465 98.241l-.771.171s.257.343.049.465l1.358-.257c0 .001-.208-.146-.636-.379h0zM157.779 98.876c-.208-.122.037-.465.037-.465l-.758-.171c.379-.171.93-.123.93-.123.159.123.134.269.159.379.012.11.012.282-.073.367-.087.074-.295.013-.295.013h0z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M157.058 98.241l.759.171s-.245.343-.037.465l-1.358-.257c0 .001.207-.146.636-.379h0z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M144.853 97.711l-.344.855.159.062c.257.11.512.052.634-.229.11-.294-.037-.51-.282-.608l-.167-.08zm.07.177l.026.009c.195.085.314.226.229.458-.098.22-.292.227-.476.141l-.035-.009.256-.599zM145.239 98.888l.38-.843.098.038-.38.843zM146.085 98.267a.505.505 0 00-.432.308.462.462 0 00.229.617.47.47 0 00.617-.264.49.49 0 00-.238-.626.422.422 0 00-.176-.035zm-.009.141c.041 0 .089.008.132.026.183.073.232.269.159.441-.073.172-.273.259-.432.185a.327.327 0 01-.141-.441c.055-.128.158-.21.282-.211zM147.099 98.853c-.012-.061-.036-.11-.098-.134-.061-.024-.159 0-.183.073-.025.073.025.135.061.171l.061.049c.098.086.159.184.098.33a.286.286 0 01-.367.172c-.123-.049-.196-.196-.159-.343l.11.024c-.037.086.012.183.098.22.086.037.184-.024.22-.11.036-.098-.025-.159-.086-.22l-.049-.049c-.074-.073-.134-.159-.086-.281.049-.135.196-.184.318-.135.097.037.147.11.159.208l-.097.025zM147.773 98.901l-.147.514c-.037.147-.037.294.122.343.171.049.245-.073.294-.22l.146-.526.098.037-.159.551c-.049.195-.208.318-.404.257-.196-.048-.269-.232-.208-.428l.159-.563.099.035zM149.007 100.174l-.514-.843-.135.671-.098-.012.184-.953.501.831.135-.659.098.012zM149.24 100.15l.11-.906.098.012-.11.918zM150.024 99.282a.461.461 0 00-.476.449.462.462 0 00.441.502c.245.012.463-.177.476-.458.011-.257-.197-.493-.441-.493zm-.018.132a.33.33 0 01.308.361.322.322 0 01-.326.326c-.172-.012-.308-.169-.308-.352.012-.184.143-.335.326-.335zM151.405 100.2l-.71-.662.049.685h-.11l-.073-.953.71.659-.049-.674.11-.012zM151.98 100.063l-.171-.904.11-.012.159.793.257-.047.025.108zM152.47 99.967l-.208-.895.11-.023.208.892zM152.756 98.955a.596.596 0 00-.115.018l-.097.035.247.881.194-.044c.147-.049.269-.16.22-.344-.025-.098-.119-.18-.229-.167.049-.049.056-.141.044-.203-.046-.147-.15-.183-.264-.176zm.017.114c.058-.01.113.014.141.106.037.11-.038.143-.123.167l-.026.009-.088-.264h.035a.26.26 0 01.061-.018zm.141.37c.072-.008.149.005.167.097.037.11-.047.161-.132.185l-.079.026-.07-.282.053-.008c.021-.006.038-.015.061-.018zM153.705 99.025l.037.096-.33.111.11.33.343-.123.037.111-.441.148-.306-.869.453-.16.025.096-.343.122.085.245zM154.095 98.523a.368.368 0 00-.229.044l-.123.053.344.855.097-.035-.132-.37.035-.009.379.255.132-.044-.414-.273c.11-.061.146-.195.097-.317a.246.246 0 00-.186-.159zm-.026.115c.047.005.09.036.115.097.048.122-.052.183-.15.22l-.018.009-.115-.282.026-.009c.043-.018.094-.04.142-.035zM154.268 98.401l.478-.21.047.087-.195.085.344.746-.099.05-.341-.746-.184.085zM155.107 97.959l.062 1.049.115-.062-.018-.238.361-.185.194.159.097-.062-.811-.661zm.124.247l.282.229-.255.132-.027-.361zM155.981 97.59a.574.574 0 00-.273.088l-.159.088.485.793.141-.079c.244-.146.353-.392.194-.661-.099-.168-.238-.238-.388-.229zm.044.141c.086.008.171.055.238.159.122.208.007.366-.176.476l-.018.009-.335-.546.026-.026a.483.483 0 01.265-.072z\"/>\n    <path fill=\"#E60000\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M141.815 101.055a.25.25 0 00.257-.257.248.248 0 00-.257-.245c-.134 0-.257.11-.257.245 0 .147.123.257.257.257zM140.371 102.84a.25.25 0 00.257-.257.258.258 0 00-.257-.257.266.266 0 00-.257.257.26.26 0 00.257.257zM137.019 97.237a.267.267 0 00.257-.257.259.259 0 00-.257-.257.25.25 0 00-.257.257c0 .135.11.257.257.257zM134.938 98.278a.285.285 0 00.281-.282.294.294 0 00-.281-.281.284.284 0 00-.281.281c0 .16.122.282.281.282zM134.56 91.99a.284.284 0 00.281-.281.292.292 0 00-.281-.281.284.284 0 00-.281.281c0 .16.122.281.281.281zM132.809 92.503a.276.276 0 00.281-.281.276.276 0 00-.281-.281.284.284 0 00-.281.281c0 .159.134.281.281.281zM133.703 86.901a.284.284 0 00.281-.281.277.277 0 00-.281-.282.276.276 0 00-.281.282c0 .147.122.281.281.281zM132.138 81.75c.146 0 .281-.123.281-.269a.284.284 0 00-.281-.281.276.276 0 00-.281.281c0 .147.122.269.281.269zM134.132 82.263a.276.276 0 00.281-.281.284.284 0 00-.281-.281.284.284 0 00-.281.281.276.276 0 00.281.281zM136.089 77.971a.284.284 0 00.281-.281c0-.147-.134-.269-.281-.269a.274.274 0 00-.281.269.276.276 0 00.281.281zM134.597 76.784a.276.276 0 00.281-.281.284.284 0 00-.281-.281.284.284 0 00-.281.281.276.276 0 00.281.281zM137.569 73.897a.276.276 0 00.281-.281.276.276 0 00-.281-.281.276.276 0 00-.281.281.276.276 0 00.281.281zM131.501 86.938a.274.274 0 00.281-.269.274.274 0 00-.281-.269.272.272 0 00-.269.269c0 .146.122.269.269.269z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M142.058 102.107s-.208-.893-.172-1.101l.221-.171M141.716 102.448s-.795.037-1.052.122c0 0 0 .049-.085.22M136.799 98.413s-.049-1.064.172-1.15c0 0 .208-.085.33-.257M135.99 98.069s-.599-.086-.771 0c0 0-.037.171-.171.22M134.842 91.83l-.208.122c-.22.085-.636 1.113-.636 1.113s-.685-.514-.979-.563h-.306M131.355 86.814s.171.172.342.086c0 0 .844.551.893.771 0 0 .893-.893 1.064-.808 0 0 .085.123.257-.049M132.296 81.592s.086.122.245.208c0 0 .392.563.392.979 0 0 .722-.636.93-.587 0 0 .257.086.428 0M134.377 76.711s.171.208.294.037c0 0 .514.636.208 1.113 0 0 .722-.171.942-.049 0 0 .085.294.343.122\"/>\n    <path fill=\"#1F601A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M155.27 107.588s-1.101-.085-1.272-.085c-.171 0-.551-.759-.722-.893-.172-.122-3.059-1.529-4.93-1.823-1.872-.294-4.746-1.407-5.346-1.701-3.107-1.492-6.582-4.257-7.353-5.395-.808-1.186-1.664-3.951-2.043-5.432-.172-.685-1.101-3.487-1.101-5.395 0-2.214.257-4.037.599-5.481.33-1.444 2.814-5.676 4.331-7.56 0 0-3.413 5.284-4 7.303-.587 2.08-.759 4.612-.722 6.056.037 1.187 1.028 5.53 2.471 8.722 1.15 2.557 2.153 2.863 3.951 4.294.845.673 2.459 1.737 3.817 2.422 1.358.673 4.245 1.529 5.016 1.651.759.135 4.624 1.272 5.138 1.53.515.258 1.824 1.408 2.166 1.787h0z\"/>\n    <path fill=\"#1F601A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M135.905 97.74c.086-.392.122-.685.257-.808.122-.135.551-.648.636-.979.086-.343 0-.599 0-.771 0-.172.122-.759.122-.759s-.208-.722-.379-.857c-.171-.122-.599-.722-.685-.893 0 0 .049.343-.086.514-.123.171-.171.599-.171.844 0 .257.085.857 0 1.15-.086.33-.208.6-.123.979.075.307.429 1.58.429 1.58h0z\"/>\n    <path fill=\"#1F601A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M135.77 97.311s-.966-1.235-.966-1.75c0-.502-.085-.808-.171-.93-.086-.122-.636-.771-.135-1.566.22-.343.257-.318.379-.685.171-.465.514-.465.563-.929 0 0 .123.55.159 1.015.049.465-.037.637-.074.893-.049.257.122.551.122.93 0 .391-.049.538-.049.771 0 .123-.159 1.737.172 2.251h0zM146.659 103.943s-.82-.086-1.126-.135a5.237 5.237 0 01-1.003-.257c-.245-.086-.722-.343-1.138-.783-.783-.832-.71-1.272-.844-1.309-.281-.049.44-.122.783-.073.33.037.795.281 1.101.575.318.294.808.624.979.746.171.134.294.183.477.428.184.245.172.404.771.808h0z\"/>\n    <path fill=\"#1F601A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M147.784 104.54s-2.055-.917-2.263-1.089c-.22-.159-.563-.49-.783-.722-.208-.233-1.076-.673-1.223-.954-.098-.196-.636-.942-.954-1.529-.159-.306 1.37.098 1.37.098 1.248.502.685.147 1.37.661.416.318.697.587.808.82.159.367.342 1.003.526 1.333.17.33.5.758 1.149 1.382h0z\"/>\n    <path fill=\"#1F601A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M148.898 104.8s-1.701-.441-2.471-1.493c-.551-.722-.551-.501-.783-.746-.281-.306-.722-.636-1.088-1.26.036.061-.49-1.664-.465-1.872.012-.122.648.086 1.162.306.441.184.697.538 1.077.771.453.294.514 1.027.722 1.37.294.501.33.759.33 1.003-.012.379.208.502.33.82.146.379.599.318 1.186 1.101h0zM146.183 104.236s-1.444-.636-1.652-.685c-.22-.037-.306-.171-.599-.257-.244-.061-.465-.245-1.064-.122-.257.061-1.309.294-1.566.171-.257-.135.379.722.673.893.306.172.808.257 1.236.208.428-.037 1.015 0 1.235 0 .208 0 .33.049.636-.037.293-.086.379-.22 1.101-.171h0z\"/>\n    <path fill=\"#1F601A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M147.161 104.236s-1.615-.404-1.884-.404c-.269 0-1.04.049-1.358.11-.306.049-1.272-.049-1.554.098-.294.134-1.578.318-1.921.232-.343-.073.685.917 1.089 1.028 1.309.367.917.318 1.762.098.514-.135 1.248-.171 1.505-.208.257-.049.208-.196.551-.343.342-.146.917-.513 1.81-.611h0z\"/>\n    <path fill=\"#1F601A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M148.481 104.909s-1.615-.673-2.875-.33c-.868.245-.844.208-1.186.269-.404.061-.746-.147-1.407.122-.33.135-1.737.71-2.128.685-.355-.024 1.125.942 1.529.881 1.297-.184 2.52.257 3.119.012.538-.208.857-.355 1.126-.441.269-.098.416-.343.587-.465.17-.133.28-.463 1.235-.733h0zM139.858 101.202s-.93-1.027-1.113-1.162c-.171-.135-.612-.453-.844-.661-.195-.171-.392-.55-.991-.697-.257-.061-.881-.184-1.064-.404-.171-.233.037.82.232 1.101.196.281.612.575 1.016.722.404.147.917.441 1.101.538.196.086.294.184.599.233.306.061.44-.025 1.064.33h0z\"/>\n    <path fill=\"#1F601A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M140.738 101.63s-1.578-1.113-1.823-1.235c-.245-.11-.697-.269-.991-.367-.306-.086-1.101-.661-1.419-.661-.318 0-.917-.024-1.186-.232-.281-.22-.037.771.269 1.052 1.015.905.318.636 1.162.808.514.11 1.199.392 1.444.465.257.074.281-.085.648-.061.367.011 1.052-.062 1.896.231h0z\"/>\n    <path fill=\"#1F601A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M141.116 101.924s-.648-.428-1.933-.648c-.881-.159-.844-.196-1.174-.281-.392-.122-.477-.122-1.199-.159-.355-.025-1.749.428-2.08.233-.306-.172.343.428.734.575.563.208.49.575 1.101.771.648.208 1.333.465 1.713.392.294-.061.514-.196.93-.233.403-.051 1.113-.638 1.908-.65h0zM141.251 101.594s.318-1.541.049-1.908a1.47 1.47 0 01-.343-.808c-.037-.379-.293-1.015-.465-1.223-.171-.22-.514-1.199-.428-1.443 0 0-.893.881-.844 1.443.037.551.037.416 0 .673-.049.257.208 1.101.379 1.358.171.257.086 1.027.257 1.186.172.171 1.187.856 1.395.722h0z\"/>\n    <path fill=\"#1F601A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M141.116 101.924c.098.049-.538-.489-.844-.624-.294-.122-1.481-.465-1.566-.759-.085-.306-1.064-1.321-1.101-1.578-.037-.196-.22-.599-.171-.808.037-.208.122-.722.257-1.016.122-.306.416-1.015.722-1.15 0 0 .244.808.33 1.101.086.306.171.648.306.807.122.172.55.978.587 1.284.049.294.257 1.272.306 1.48.036.21.831 1.079 1.174 1.263h0zM135.905 97.74c.037.221-.636-.22-.979-.22-.343 0-1.358.134-1.615-.123-.257-.257-.636-.722-.771-.808-.122-.086-.587-.856-.722-1.272-.123-.428-1.015-1.199-1.138-1.284 0 0 1.223-.245 1.994.257.759.514.808.392.979.465.171.086 1.48 1.199 1.566 1.615.087.427.638 1.149.686 1.37h0z\"/>\n    <path fill=\"#1F601A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M135.905 97.74s-1.101-.771-1.358-.734c-.257.049-1.456-.844-1.529-1.395-.049-.294-.624-.71-.722-.893-.306-.514-.477-1.651-.893-1.957 0 0 1.15.294 1.444.342.551.086 1.015.171 1.224.636.22.465.392.857.563.893.171.049.416.636.502 1.236.084.587.769 1.872.769 1.872h0zM133.824 91.954c.183.294.171-1.701.245-1.909.086-.208.306-.636.477-.808.172-.171.172-.759.257-.93.074-.172.037-1.321-.085-1.615 0 0-.343.257-.514.465-.171.208-.465.294-.55.551-.086.257-.257.257-.379.514-.134.257-.257.673-.171 1.015.086.343.037.465.037.771-.002.294.427 1.566.683 1.946h0z\"/>\n    <path fill=\"#1F601A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M133.861 92.123s-.086-.551.134-.759c.208-.22.416-.22.502-.343.086-.135.049-.294.134-.465.086-.171.269-.453.294-.599.086-.465.343-.979.122-1.48 0 0-.465.159-.587.245-.135.086-.514.428-.551.771-.049.379-.085.428-.22.636-.122.208-.294.844-.086 1.235.221.38.258.759.258.759h0zM132.626 85.629s-.086-1.235.257-1.615c.343-.379.428-1.101 1.187-1.493 0 0-.037.306 0 .514.049.208.134.808 0 1.015-.123.22-.551.599-.551.771 0 .171-.293.599-.501.685-.221.074-.392.123-.392.123z\"/>\n    <path fill=\"#1F601A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M132.626 86.3s0-.881.257-1.137c.257-.257.392-.392.514-.551.122-.171.257-.599.55-.771.294-.171.808-.599.857-.759 0 0 .122 1.052-.171 1.615-.306.55-.306.844-.636.966-.343.135-.392.221-.514.306-.135.086-.343.208-.514.208-.172.001-.343.123-.343.123h0zM133.604 92.086c.049.245.22-.551-.673-.551s-1.615-.343-1.921-.648c-.294-.294-.465-.502-.588-.636-.134-.122-.465-.636-.514-.893-.037-.245-.294-1.187-.257-1.358 0 0 .477.085.685.257.208.172.599.172.808.306.208.122.379.465.514.587.122.135.501.135.673.379.171.257.465.808.514 1.064.037.257.342.514.55.636.209.136.173.638.209.857h0z\"/>\n    <path fill=\"#1F601A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M133.52 91.745s-.587-.722-.893-.722c-.294 0-1.052-.771-1.101-1.101-.037-.343-.294-.979-.465-1.113a1.023 1.023 0 01-.428-.93c.049-.514.049-1.358.049-1.358s.172.514.416.636c.257.122.722.294.808.465.085.171.428.171.563.685.122.502.122.465.208.636.086.172.293.38.379.722.085.343.55 1.224.464 2.08h0zM132.64 87.059c-.024.232.343-.453-.465-.698-.82-.245-1.383-.758-1.566-1.113-.184-.343-.281-.587-.367-.734-.073-.159-.244-.71-.208-.954.025-.245.061-1.162.147-1.309 0 0 .404.208.538.416.147.22.502.33.661.502.147.171.208.526.294.685.086.147.428.257.514.526.086.281.196.868.159 1.113-.025.245.171.551.33.734.159.171-.024.624-.037.832h0z\"/>\n    <path fill=\"#1F601A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M132.651 86.718s-.343-.82-.612-.893c-.269-.086-.71-.783-.734-1.101-.036-.367-.085-.979-.208-1.137-.122-.159-.342-.685-.171-1.138.183-.453.465-1.052.465-1.052s.245.379.379.612c.22.441.44.477.477.648.025.183.294.294.392.648.135.477-.012.453.012.636.037.171.171.428.147.759-.012.329.172 1.271-.147 2.018h0zM133.311 81.592c.037-.122.294-.257.599-.343.294-.086.759-.759.966-.93.195-.184.306-.453.563-.599.257-.147.416-.673.502-1.187 0 0-.722.171-.93.208-.208.049-.636.306-.808.514-.171.208-.343.551-.514.636-.171.086-.379.6-.379.942l.001.759h0z\"/>\n    <path fill=\"#1F601A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M133.275 81.211s-.049-.502-.049-.722c0-.257-.159-.942.208-1.493.257-.379 1.199-1.101 1.444-1.138 0 0 .171.673.134.881-.049.22-.269 1.064-.465 1.15-.196.086-.685 1.102-1.272 1.322h0z\"/>\n    <path fill=\"#1F601A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M133.055 81.592c-.11.183-.037-.636-.294-.844-.257-.22-.294-.514-.294-.857 0-.343.074-.587.122-.807.037-.208.685-1.101.636-1.358 0 0 .367.832.465 1.064.135.294-.086.599-.037.844.037.257.245.722.085.979-.133.22-.512.685-.683.979h0zM135.305 77.213s.049-.122.428-.122.93-.037 1.101-.208c.171-.171.465-.392.636-.477.171-.073.465-.464.514-.636.036-.171.343-.502.465-.502 0 0-.465-.049-.979.086-.501.122-1.223.379-1.395.722-.171.33-.77 1.137-.77 1.137h0z\"/>\n    <path fill=\"#1F601A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M135.44 77.126c.098.294.807-.294.966-.501l.429-.551s.404-.489.514-.685c.257-.465.196-1.309.085-1.235a8.25 8.25 0 01-.722.392c-.135.037-.379.122-.465.33-.086.22-.171.514-.306.648-.121.121-.892.55-.501 1.602h0z\"/>\n    <path fill=\"#1F601A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M135.184 77.126s.587-.416.807-.636c.257-.244.122-.587.257-.759.11-.159.416-.551.33-.807-.085-.257-.245-.979-.245-.979s-.306.294-.514.514c-.22.208-.257.379-.342.636-.085.257-.257.428-.343.636-.086.208 0 .636.049.893.037.257.001.502.001.502h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M144.567 103.892s-2.801-.037-3.059-.379M146.183 104.236s-1.823.502-2.802.379c-.979-.122-1.443.086-1.664.086-.208 0-1.272-.428-1.272-.428M148.052 104.909s-1.407.257-1.701.343c-.294.086-1.737.636-2.165.636-.343 0-1.175-.037-1.407 0-.416.086-1.53 0-1.786-.122M142.745 101.557s1.064.636 1.235.844c.159.221 1.101.979 1.272.979M142.745 100.235s1.823 1.578 2.117 1.786c.306.221 2.092 1.958 2.3 2.214M144.223 99.561s1.444 1.15 1.615 1.615c.171.465.599 1.015.599 1.015s.599 1.186.808 1.358c.208.171.636.624 1.15.942M135.99 98.498s1.517 1.284 1.933 1.529M135.355 99.304s1.53 1.064 2.202 1.321c.685.245 1.235.465 2.716.673M140.873 101.898s-1.701-.086-1.994 0c-.294.085-1.615-.22-1.957-.306-.343-.073-1.701-.33-1.872-.379M138.279 96.161s-.085.93.049 1.321c.122.379.722 1.48.673 1.737-.037.257.343 1.406.685 1.615M140.027 96.332s-.306.93-.171 1.236c.122.294.33.844.33 1.186 0 .342.22.845.306 1.064.086.208-.049.93.171 1.138.208.22.465.599.465.599M130.937 94.167h0s1.358.514 1.529.844c.159.343.416.428.551.6M135.942 92.896s.343 1.358.257 1.7c-.086.331-.086 1.016-.086 1.272 0 .257-.379 1.272-.343 1.444M135.392 91.745s-.122.808-.171 1.15c-.037.33 0 .893-.086 1.101-.086.208-.208 1.358 0 1.872M131.662 92.896s1.101.93 1.358 1.187c.257.257 1.395 1.48 1.443 1.786.037.294.844 1.223 1.101 1.444M129.79 88.136s1.101 1.101 1.187 1.358c.085.257.551.673.771.808M134.964 88.601s-.416.636-.416.844c0 .221-.171.771-.343.979-.11.147-.465.771-.428 1.15M134.634 86.814s-.171.6-.257 1.015c-.086.428-.306.856-.379 1.113-.086.257-.428 1.48-.306 2.251M130.768 86.777s.123.587.416.893c.306.294.771.722.807.966.049.257.428 1.529.857 1.957.428.428.465.857.465.857M130.339 82.449s.122.722.208.93c.086.208.428 1.15.771 1.444M133.997 82.655s-.22.587-.257.844c-.049.257-.306.551-.343.685-.049.122-.208.55-.208.55M134.755 83.241c-.037.257-.514 1.028-.551 1.15-.049.134-.294.722-.55.893-.257.171-1.015.722-.979.942M131.439 81.592s-.037.93.134 1.272c.172.343.379.857.465 1.113.086.245.086.673.122.966.049.306.172.856.342 1.064M135.821 78.705s-.612.697-.893.979c-.281.281-1.358 1.444-1.407 1.651M134.806 78.068s-.599 1.309-.734 1.517a4.56 4.56 0 00-.245.563M133.275 78.02s.037 1.028 0 1.284c-.049.245-.049.673 0 .808.037.122-.134 1.052-.171 1.272M138.192 75.389s-1.358.807-1.566 1.015\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M137.386 74.325l-.93 1.358-.208.392\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M136.334 74.202s-.306.722-.342 1.015c-.049.306-.465 1.236-.636 1.578\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M137.349 73.652s-.135.294.379.208\"/>\n    <path fill=\"#E60000\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M158.707 101.055a.25.25 0 01-.257-.257c0-.135.11-.245.257-.245.134 0 .257.11.257.245a.259.259 0 01-.257.257zM160.151 102.84a.25.25 0 01-.257-.257c0-.135.11-.257.257-.257.135 0 .257.122.257.257a.26.26 0 01-.257.257zM163.503 97.237a.267.267 0 01-.257-.257c0-.147.123-.257.257-.257a.25.25 0 01.257.257c0 .135-.11.257-.257.257zM165.584 98.278a.285.285 0 01-.281-.282c0-.146.135-.281.281-.281.159 0 .281.135.281.281 0 .16-.122.282-.281.282zM165.961 91.99a.284.284 0 01-.281-.281c0-.147.135-.281.281-.281.159 0 .281.134.281.281a.274.274 0 01-.281.281zM167.712 92.503a.276.276 0 01-.281-.281c0-.159.122-.281.281-.281.147 0 .281.122.281.281a.283.283 0 01-.281.281zM166.819 86.901a.284.284 0 01-.281-.281c0-.159.122-.282.281-.282.159 0 .281.122.281.282a.284.284 0 01-.281.281zM168.383 81.75c-.146 0-.281-.123-.281-.269 0-.159.134-.281.281-.281.159 0 .281.122.281.281a.273.273 0 01-.281.269zM166.39 82.263a.276.276 0 01-.281-.281c0-.147.123-.281.281-.281.159 0 .281.135.281.281a.276.276 0 01-.281.281zM164.433 77.971a.284.284 0 01-.281-.281c0-.147.134-.269.281-.269.159 0 .281.122.281.269a.276.276 0 01-.281.281zM165.925 76.784a.276.276 0 01-.281-.281c0-.147.122-.281.281-.281.159 0 .281.134.281.281a.276.276 0 01-.281.281zM162.953 73.897a.276.276 0 01-.281-.281c0-.159.123-.281.281-.281.159 0 .281.122.281.281a.276.276 0 01-.281.281zM169.021 86.938a.274.274 0 01-.281-.269c0-.147.122-.269.281-.269.147 0 .269.123.269.269a.272.272 0 01-.269.269z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M158.464 102.107s.208-.893.172-1.101l-.221-.171M158.806 102.448s.795.037 1.052.122c0 0 0 .049.085.22M163.723 98.413s.049-1.064-.172-1.15c0 0-.208-.085-.33-.257M164.532 98.069s.599-.086.771 0c0 0 .037.171.171.22M165.68 91.83l.208.122c.22.085.636 1.113.636 1.113s.685-.514.979-.563h.306M169.167 86.814s-.171.172-.343.086c0 0-.844.551-.893.771 0 0-.893-.893-1.064-.808 0 0-.086.123-.257-.049M168.226 81.592s-.086.122-.245.208c0 0-.392.563-.392.979 0 0-.722-.636-.93-.587 0 0-.257.086-.428 0M166.145 76.711s-.171.208-.294.037c0 0-.514.636-.208 1.113 0 0-.722-.171-.942-.049 0 0-.085.294-.343.122\"/>\n    <path fill=\"#1F601A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M145.252 107.588s1.101-.085 1.272-.085c.171 0 .551-.759.722-.893.172-.122 3.059-1.529 4.93-1.823 1.872-.294 4.746-1.407 5.346-1.701 3.107-1.492 6.582-4.257 7.353-5.395.807-1.186 1.664-3.951 2.043-5.432.172-.685 1.101-3.487 1.101-5.395 0-2.214-.257-4.037-.599-5.481-.33-1.444-2.814-5.676-4.33-7.56 0 0 3.413 5.284 4 7.303.587 2.08.759 4.612.722 6.056-.037 1.187-1.028 5.53-2.471 8.722-1.15 2.557-2.153 2.863-3.952 4.294-.844.673-2.459 1.737-3.817 2.422-1.358.673-4.245 1.529-5.016 1.651-.759.135-4.624 1.272-5.138 1.53-.515.258-1.824 1.408-2.166 1.787h0z\"/>\n    <path fill=\"#1F601A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M164.617 97.74c-.086-.392-.122-.685-.257-.808-.122-.135-.551-.648-.636-.979-.086-.343 0-.599 0-.771 0-.172-.122-.759-.122-.759s.208-.722.379-.857c.171-.122.599-.722.685-.893 0 0-.049.343.086.514.123.171.171.599.171.844 0 .257-.085.857 0 1.15.086.33.208.6.122.979-.074.307-.428 1.58-.428 1.58h0z\"/>\n    <path fill=\"#1F601A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M164.752 97.311s.966-1.235.966-1.75c0-.502.085-.808.171-.93.086-.122.636-.771.134-1.566-.22-.343-.257-.318-.379-.685-.171-.465-.514-.465-.563-.929 0 0-.123.55-.159 1.015-.049.465.037.637.073.893.049.257-.122.551-.122.93 0 .391.049.538.049.771.001.123.161 1.737-.17 2.251h0zM153.863 103.943s.82-.086 1.126-.135c.22-.024.722-.147 1.003-.257.245-.086.722-.343 1.137-.783.783-.832.71-1.272.844-1.309.281-.049-.44-.122-.783-.073-.33.037-.795.281-1.101.575-.318.294-.808.624-.979.746-.171.134-.294.183-.477.428s-.171.404-.77.808h0z\"/>\n    <path fill=\"#1F601A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M152.738 104.54s2.055-.917 2.263-1.089c.22-.159.563-.49.783-.722.208-.233 1.077-.673 1.223-.954.098-.196.636-.942.954-1.529.159-.306-1.37.098-1.37.098-1.248.502-.685.147-1.37.661-.416.318-.697.587-.808.82-.159.367-.343 1.003-.526 1.333-.17.33-.501.758-1.149 1.382z\"/>\n    <path fill=\"#1F601A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M151.624 104.8s1.701-.441 2.471-1.493c.551-.722.551-.501.783-.746.281-.306.722-.636 1.089-1.26-.036.061.49-1.664.465-1.872-.012-.122-.648.086-1.162.306-.44.184-.697.538-1.077.771-.453.294-.514 1.027-.722 1.37-.293.501-.33.759-.33 1.003.012.379-.208.502-.33.82-.147.379-.6.318-1.187 1.101h0zM154.339 104.236s1.444-.636 1.652-.685c.22-.037.306-.171.599-.257.245-.061.465-.245 1.064-.122.257.061 1.309.294 1.566.171.257-.135-.379.722-.673.893-.306.172-.808.257-1.236.208-.428-.037-1.015 0-1.235 0-.208 0-.33.049-.636-.037-.293-.086-.379-.22-1.101-.171h0z\"/>\n    <path fill=\"#1F601A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M153.361 104.236s1.615-.404 1.884-.404c.269 0 1.04.049 1.358.11.306.049 1.272-.049 1.554.098.294.134 1.578.318 1.921.232.342-.073-.685.917-1.089 1.028-1.309.367-.917.318-1.762.098-.514-.135-1.248-.171-1.505-.208-.257-.049-.208-.196-.551-.343-.342-.146-.917-.513-1.81-.611h0z\"/>\n    <path fill=\"#1F601A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M152.041 104.909s1.615-.673 2.875-.33c.868.245.844.208 1.186.269.404.061.746-.147 1.407.122.33.135 1.737.71 2.128.685.355-.024-1.125.942-1.529.881-1.297-.184-2.52.257-3.119.012-.538-.208-.857-.355-1.126-.441-.269-.098-.416-.343-.587-.465-.17-.133-.28-.463-1.235-.733h0zM160.664 101.202s.93-1.027 1.113-1.162c.171-.135.612-.453.845-.661.195-.171.391-.55.991-.697.257-.061.881-.184 1.064-.404.171-.233-.037.82-.232 1.101-.196.281-.612.575-1.015.722-.404.147-.917.441-1.101.538-.196.086-.294.184-.599.233-.308.061-.442-.025-1.066.33h0z\"/>\n    <path fill=\"#1F601A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M159.784 101.63s1.578-1.113 1.823-1.235c.245-.11.697-.269.991-.367.306-.086 1.101-.661 1.419-.661.318 0 .917-.024 1.186-.232.281-.22.037.771-.269 1.052-1.016.905-.318.636-1.162.808-.514.11-1.199.392-1.444.465-.257.074-.281-.085-.648-.061-.367.011-1.052-.062-1.896.231h0z\"/>\n    <path fill=\"#1F601A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M159.406 101.924s.648-.428 1.933-.648c.881-.159.844-.196 1.174-.281.392-.122.477-.122 1.199-.159.355-.025 1.749.428 2.08.233.306-.172-.343.428-.734.575-.563.208-.49.575-1.101.771-.648.208-1.333.465-1.713.392-.294-.061-.514-.196-.93-.233-.403-.051-1.113-.638-1.908-.65h0zM159.271 101.594s-.318-1.541-.049-1.908a1.47 1.47 0 00.343-.808c.037-.379.294-1.015.465-1.223.171-.22.514-1.199.428-1.443 0 0 .893.881.844 1.443-.037.551-.037.416 0 .673.049.257-.208 1.101-.379 1.358-.171.257-.086 1.027-.257 1.186-.172.171-1.188.856-1.395.722h0z\"/>\n    <path fill=\"#1F601A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M159.406 101.924c-.098.049.538-.489.844-.624.294-.122 1.48-.465 1.566-.759.085-.306 1.064-1.321 1.101-1.578.037-.196.22-.599.171-.808-.037-.208-.123-.722-.257-1.016-.122-.306-.416-1.015-.722-1.15 0 0-.245.808-.33 1.101-.086.306-.171.648-.306.807-.122.172-.55.978-.587 1.284a43.65 43.65 0 01-.306 1.48c-.036.21-.831 1.079-1.174 1.263h0zM164.617 97.74c-.037.221.636-.22.979-.22.343 0 1.358.134 1.615-.123.257-.257.636-.722.771-.808.122-.086.587-.856.722-1.272.123-.428 1.015-1.199 1.138-1.284 0 0-1.223-.245-1.994.257-.759.514-.808.392-.979.465-.171.086-1.48 1.199-1.566 1.615-.087.427-.638 1.149-.686 1.37h0z\"/>\n    <path fill=\"#1F601A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M164.617 97.74s1.101-.771 1.358-.734c.257.049 1.456-.844 1.529-1.395.049-.294.624-.71.722-.893.306-.514.477-1.651.893-1.957 0 0-1.15.294-1.444.342-.551.086-1.016.171-1.224.636-.22.465-.392.857-.563.893-.171.049-.416.636-.502 1.236-.084.587-.769 1.872-.769 1.872h0zM166.698 91.954c-.183.294-.171-1.701-.245-1.909-.086-.208-.306-.636-.477-.808-.171-.171-.171-.759-.257-.93-.074-.172-.037-1.321.085-1.615 0 0 .342.257.514.465.171.208.465.294.55.551.086.257.257.257.379.514.134.257.257.673.171 1.015-.086.343-.037.465-.037.771.002.294-.427 1.566-.683 1.946h0z\"/>\n    <path fill=\"#1F601A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M166.661 92.123s.086-.551-.134-.759c-.208-.22-.416-.22-.502-.343-.086-.135-.049-.294-.134-.465-.086-.171-.269-.453-.294-.599-.086-.465-.343-.979-.122-1.48 0 0 .465.159.587.245.135.086.514.428.551.771.049.379.085.428.22.636.122.208.293.844.085 1.235-.22.38-.257.759-.257.759h0zM167.896 85.629s.086-1.235-.257-1.615c-.343-.379-.428-1.101-1.187-1.493 0 0 .037.306 0 .514-.049.208-.134.808 0 1.015.122.22.551.599.551.771 0 .171.294.599.501.685.221.074.392.123.392.123z\"/>\n    <path fill=\"#1F601A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M167.896 86.3s0-.881-.257-1.137-.392-.392-.514-.551c-.122-.171-.257-.599-.55-.771-.294-.171-.808-.599-.857-.759 0 0-.122 1.052.171 1.615.306.55.306.844.636.966.343.135.392.221.514.306.135.086.343.208.514.208.171 0 .343.123.343.123h0zM166.918 92.086c-.049.245-.22-.551.673-.551s1.615-.343 1.921-.648c.294-.294.465-.502.588-.636.134-.122.465-.636.514-.893.037-.245.294-1.187.257-1.358 0 0-.477.085-.685.257-.208.172-.599.172-.808.306-.208.122-.379.465-.514.587-.122.135-.501.135-.673.379-.171.257-.465.808-.514 1.064-.037.257-.343.514-.551.636-.208.136-.172.638-.208.857h0z\"/>\n    <path fill=\"#1F601A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M167.002 91.745s.587-.722.893-.722c.294 0 1.052-.771 1.101-1.101.037-.343.294-.979.465-1.113.171-.122.465-.416.428-.93-.048-.514-.048-1.358-.048-1.358s-.172.514-.416.636c-.257.122-.722.294-.808.465-.085.171-.428.171-.563.685-.122.502-.122.465-.208.636-.086.172-.294.38-.379.722-.086.343-.551 1.224-.465 2.08h0zM167.882 87.059c.024.232-.343-.453.465-.698.82-.245 1.383-.758 1.566-1.113.184-.343.281-.587.367-.734.073-.159.245-.71.208-.954-.025-.245-.061-1.162-.147-1.309 0 0-.404.208-.538.416-.147.22-.502.33-.661.502-.147.171-.208.526-.294.685-.086.147-.428.257-.514.526-.086.281-.196.868-.159 1.113.024.245-.171.551-.33.734-.159.171.024.624.037.832h0z\"/>\n    <path fill=\"#1F601A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M167.87 86.718s.343-.82.612-.893c.269-.086.71-.783.734-1.101.036-.367.085-.979.208-1.137.122-.159.343-.685.171-1.138-.183-.453-.465-1.052-.465-1.052s-.245.379-.379.612c-.22.441-.441.477-.477.648-.025.183-.294.294-.392.648-.135.477.012.453-.012.636-.037.171-.171.428-.147.759.013.329-.171 1.271.147 2.018h0zM167.21 81.592c-.037-.122-.294-.257-.599-.343-.294-.086-.759-.759-.966-.93-.196-.184-.306-.453-.563-.599-.257-.147-.416-.673-.502-1.187 0 0 .722.171.93.208.208.049.636.306.808.514.171.208.343.551.514.636.171.086.379.6.379.942l-.001.759h0z\"/>\n    <path fill=\"#1F601A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M167.247 81.211s.048-.502.048-.722c0-.257.159-.942-.208-1.493-.257-.379-1.199-1.101-1.444-1.138 0 0-.171.673-.134.881.048.22.269 1.064.465 1.15.197.086.686 1.102 1.273 1.322z\"/>\n    <path fill=\"#1F601A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M167.467 81.592c.11.183.037-.636.294-.844.257-.22.294-.514.294-.857 0-.343-.074-.587-.122-.807-.037-.208-.685-1.101-.636-1.358 0 0-.367.832-.465 1.064-.135.294.086.599.037.844-.037.257-.245.722-.086.979.134.22.513.685.684.979h0zM165.217 77.213s-.049-.122-.428-.122-.93-.037-1.101-.208a3.068 3.068 0 00-.636-.477c-.171-.073-.465-.464-.514-.636-.036-.171-.343-.502-.465-.502 0 0 .465-.049.979.086.501.122 1.223.379 1.395.722.171.33.77 1.137.77 1.137z\"/>\n    <path fill=\"#1F601A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M165.082 77.126c-.098.294-.807-.294-.966-.501l-.429-.551s-.404-.489-.514-.685c-.257-.465-.196-1.309-.086-1.235.135.086.599.343.722.392.135.037.379.122.465.33.086.22.171.514.306.648.122.121.893.55.502 1.602h0z\"/>\n    <path fill=\"#1F601A\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M165.338 77.126s-.587-.416-.808-.636c-.257-.244-.122-.587-.257-.759-.11-.159-.416-.551-.33-.807.085-.257.245-.979.245-.979s.306.294.514.514c.22.208.257.379.343.636.085.257.257.428.342.636.085.208 0 .636-.049.893-.036.257 0 .502 0 .502h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M155.955 103.892s2.802-.037 3.059-.379M154.339 104.236s1.823.502 2.801.379c.979-.122 1.444.086 1.664.086.208 0 1.272-.428 1.272-.428M152.47 104.909s1.407.257 1.701.343c.294.086 1.737.636 2.165.636.343 0 1.175-.037 1.407 0 .416.086 1.529 0 1.786-.122M157.777 101.557s-1.064.636-1.236.844c-.159.221-1.101.979-1.272.979M157.777 100.235s-1.823 1.578-2.117 1.786c-.306.221-2.092 1.958-2.3 2.214M156.299 99.561s-1.444 1.15-1.615 1.615c-.171.465-.599 1.015-.599 1.015s-.599 1.186-.808 1.358c-.208.171-.636.624-1.15.942M164.532 98.498s-1.517 1.284-1.933 1.529M165.166 99.304s-1.529 1.064-2.202 1.321c-.685.245-1.235.465-2.716.673M159.649 101.898s1.7-.086 1.994 0c.294.085 1.615-.22 1.957-.306.343-.073 1.701-.33 1.872-.379M162.243 96.161s.085.93-.049 1.321c-.123.379-.722 1.48-.673 1.737.037.257-.342 1.406-.685 1.615M160.495 96.332s.306.93.171 1.236c-.122.294-.33.844-.33 1.186 0 .342-.22.845-.306 1.064-.086.208.049.93-.171 1.138-.208.22-.465.599-.465.599M169.585 94.167h0s-1.358.514-1.53.844c-.159.343-.416.428-.551.6M164.58 92.896s-.343 1.358-.257 1.7c.086.331.086 1.016.086 1.272 0 .257.379 1.272.343 1.444M165.13 91.745s.123.808.171 1.15c.037.33 0 .893.086 1.101.086.208.208 1.358 0 1.872M168.86 92.896s-1.101.93-1.358 1.187c-.257.257-1.395 1.48-1.444 1.786-.037.294-.844 1.223-1.101 1.444M170.732 88.136s-1.101 1.101-1.187 1.358c-.085.257-.551.673-.771.808M165.558 88.601s.416.636.416.844c0 .221.171.771.343.979.11.147.465.771.428 1.15M165.888 86.814s.171.6.257 1.015c.086.428.306.856.379 1.113.086.257.428 1.48.306 2.251M169.754 86.777s-.123.587-.416.893c-.306.294-.771.722-.808.966-.049.257-.428 1.529-.856 1.957-.428.428-.465.857-.465.857M170.183 82.449s-.122.722-.208.93c-.086.208-.428 1.15-.771 1.444M166.525 82.655s.22.587.257.844c.049.257.306.551.343.685.049.122.208.55.208.55M165.767 83.241c.037.257.514 1.028.551 1.15.049.134.294.722.55.893.257.171 1.015.722.979.942M169.083 81.592s.037.93-.134 1.272c-.172.343-.379.857-.465 1.113-.086.245-.086.673-.122.966-.049.306-.172.856-.343 1.064M164.701 78.705s.612.697.893.979c.281.281 1.358 1.444 1.407 1.651M165.716 78.068s.599 1.309.734 1.517c.123.22.245.563.245.563M167.247 78.02s-.037 1.028 0 1.284c.048.245.048.673 0 .808-.037.122.134 1.052.171 1.272M162.33 75.389s1.358.807 1.566 1.015\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M163.136 74.325l.93 1.358.208.392\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M164.188 74.202s.306.722.343 1.015c.049.306.465 1.236.636 1.578\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M163.173 73.652s.135.294-.379.208\"/>\n    <path fill=\"#00209F\" fill-rule=\"nonzero\" d=\"M150.133 104.148s.208-.514.636-.049c0 0 .514 1.199.122 1.235-.379.049-.759.122-.795-.085-.049-.207.037-1.101.037-1.101z\"/>\n    <path fill=\"#00209F\" fill-rule=\"nonzero\" d=\"M150.683 103.979s.134-1.823.379-1.908c.257-.086 1.027-.514 1.492-.135.465.391.037 2.275-.134 2.447-.159.171-.416.697-1.395.575l-.135-.464s.514-.049.856-.221c.343-.171.453-.33.428-.502-.049-.257-.025-1.199-.281-1.284-.257-.086-.661-.208-.661-.208s-.379 1.419-.465 1.823l-.084-.123z\"/>\n    <path fill=\"#00209F\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M150.096 105.251s-1.749 1.015-.856 2.545l-.599-.379s-.33.6-.037.942c0 0-1.186-1.065-.257-2.337.942-1.285 1.7-1.199 1.7-1.199l.049.428h0z\"/>\n    <path fill=\"#00209F\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M150.096 104.408s-.771-.514-1.872-.221c0 0-.49-1.578-.306-2.08.086-.232.257-.257.257-.257s-.551-.331-.379 1.15c.171 1.493.464 1.909.464 1.909s1.444.085 1.786-.086l.05-.415h0z\"/>\n    <path fill=\"#00209F\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M150.096 104.408s-1.529-2.557-1.921-2.557c0 0-.441-.061.55-.172.343-.037.893 0 1.15.477.257.465.465 1.566.55 1.737.001.001-.292.086-.329.515h0z\"/>\n    <path fill=\"#011322\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M150.096 104.408s-1.028-.477-1.15-.6c-.134-.123-.343-1.566-.22-1.48 0 0-.416-.477-.55-.477-.086 0-.379.22-.294.722.085.514.208 1.284.342 1.615 0-.001.808-.331 1.872.22h0z\"/>\n    <path fill=\"#00209F\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M151.026 105.251s.551.343.551.979c0 .636.257 1.786.771 2.043 0 0 .122-.477.294-.563 0 0 .514.6.673.6 0 0-.294-.551-.294-.808s-.257-1.235-.514-1.48c-.245-.257-.759-.857-1.48-1.065l-.001.294h0z\"/>\n    <path fill=\"#011322\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M151.235 102.279l-.465 1.823.122.392s.172-.049.257-.257c.086-.22.343-1.786.477-1.835l-.391-.123h0z\"/>\n    <path fill=\"#011D33\" fill-rule=\"nonzero\" d=\"M150.071 105.042s-.832.257-1.15.905c0 0-.11-.416 1.125-1.015l.025.11zM151.052 105.042s.575.233.722.575c0 0-.551-.367-.722-.428v-.147zM150.071 104.554s-1.297.208-1.578.147c0 0 .392.086 1.603-.025l-.025-.122zM152.177 103.77s.147.649.245.612c.11-.049.33-1.089.343-1.578.025-.477-.208-.588-.404-.563-.184.012-.294.441-.269.636.011.184.06.784.085.893z\"/>\n    <path fill=\"#011D33\" fill-rule=\"nonzero\" d=\"M150.77 104.101s.526 1.174.122 1.235c-.392.061.172.049-.098-.759-.11-.306-.281-.685-.367-.685 0 0 .306.111.343.209z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.133 104.148s.208-.514.636-.049c0 0 .514 1.199.122 1.235-.379.049-.759.122-.795-.085-.049-.207.037-1.101.037-1.101h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.683 103.979s.134-1.823.379-1.908c.257-.086 1.027-.514 1.492-.135.465.391.037 2.275-.134 2.447-.159.171-.416.697-1.395.575l-.135-.464s.514-.049.856-.221c.343-.171.453-.33.428-.502-.049-.257-.025-1.199-.281-1.284-.257-.086-.661-.208-.661-.208s-.379 1.419-.465 1.823l-.084-.123h0z\"/>\n    <path fill=\"#00209F\" fill-rule=\"nonzero\" d=\"M148.799 73.066c-.11-.269-.134-2.08-.11-2.361.037-.489.881-2.887 1.052-3.169.184-.281.135-.343.208-.514l.245-.33c.184.306.318.783.355 1.163 0 0-.159 1.15-.294 1.664-.122.513-.453 1.223-.514 1.37-.159.355-.147.685-.049.71l-.893 1.467z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M150.257 70.655l.135.146c.379-.404.403-1.248.403-1.248l-.245-1.701s-.159 1.15-.294 1.664c-.122.514-.453 1.223-.514 1.37-.245.612-.061.685-.049.71l.564-.941z\"/>\n    <path fill=\"#00209F\" fill-rule=\"nonzero\" d=\"M150.389 70.801c.379-.404.403-1.248.403-1.248s.27 1.382.123 1.676c-.147.294-.147.208-.123.355l-.403-.783z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.792 71.585c-.024-.147-.024-.061.123-.355s-.123-1.676-.123-1.676l-.245-1.701c-.037-.379-.171-.857-.355-1.162l-.245.33c-.073.171-.024.232-.208.514-.171.281-1.015 2.679-1.052 3.169-.024.281 0 2.092.11 2.361\"/>\n    <path fill=\"#FC0\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M150.257 66.922s-.025-.269-.049-.367c-.012-.049.146.245.281.208.245.073.514.404.587.49-.11.159-.367.465-.551.404-.159-.049-.122-.281-.172-.428-.023-.075-.109-.172-.096-.307h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.268 66.702c.012.012.085.098.098.11.061.037.122 0 .196.049.183.122.245.232.441.428\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.44 66.888c.232.11.355.294.514.489 0 0 .012-.024 0-.024\"/>\n    <path fill=\"#FC0\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M149.997 66.727s.245-.122.33-.171c.049-.025-.183.22-.098.33.012.257-.195.624-.269.722-.183-.049-.367-.049-.514-.33-.061-.098.11-.208.22-.306.062-.049.197-.208.331-.245h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.217 66.654c-.012.025-.073.11-.073.147-.012.061.037.11.025.195-.049.208-.135.306-.245.563\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.096 66.888c-.025.257-.147.428-.281.648 0-.012.037 0 .037 0\"/>\n    <path fill=\"#FC0\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M150.378 66.555c.171-.208.477-.392.624-.269.012.012.134.085.171.159.074.086.061.122.025.22-.11.22-.404.11-.587.012-.037-.025-.147-.122-.208-.098-.098.037-.061.037-.098.037.037.025.074.012.098.025.171.049.294.146.501.245.147.061.416-.135.404-.269 0-.159-.257-.441-.379-.441-.281 0-.502.171-.697.392.048-.037.109.036.146-.013h0z\"/>\n    <path fill=\"#FC0\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M150.217 66.555c-.159-.208-.465-.392-.612-.269-.012.012-.135.085-.171.159-.074.073-.074.122-.025.22.098.22.404.11.575.012.049-.025.159-.122.22-.098.098.037.061.037.098.037-.037.025-.074.012-.11.025-.159.049-.281.146-.501.245-.147.061-.404-.135-.404-.269.012-.172.269-.441.392-.441.281 0 .502.171.685.392-.037-.037-.098.036-.147-.013h0z\"/>\n    <path fill=\"#FC0\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M150.279 66.434c-.074-.024-.159.049-.183.098-.025.061.025.159.097.171.098.037.232.012.257-.098.025-.098-.085-.122-.171-.171z\"/>\n    <path fill=\"#FC0\" fill-rule=\"nonzero\" d=\"M150.268 64.734s.11.661.44 1.138c.33.477-.404.416-.453.587 0 0-.22-.477-.453-.599 0 0 .367-.575.465-1.113v-.013h.001z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.268 64.734s.11.661.44 1.138c0 0-.404.416-.453.587 0 0-.22-.477-.453-.599 0 0 .367-.575.465-1.113\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.257 65.43s.085.294.183.49c0 0-.159.122-.183.195 0 0-.085-.195-.171-.245 0 .001.158-.256.171-.44h0z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M150.257 98.058c-.025 0-.061-.049-.098-.061-.11-.073-.318-.073-.367-.134-.294-.33-.098-.966.024-1.358.245-.734.281-1.407.441-2.104h.012c.159.697.196 1.37.428 2.104.134.392.33 1.028.037 1.358-.061.061-.257.061-.367.134-.037.012-.074.061-.11.061z\"/>\n    <path fill=\"#00209F\" fill-rule=\"nonzero\" d=\"M150.257 94.376c.159.697.208 1.407.441 2.141.122.367.306.954.086 1.284v-.012c.11 0 .208-.037.306-.073.037-.012.073-.025.086-.061a.515.515 0 01.135-.146c.073-.049.159-.012.233-.061.024-.024.037-.049.049-.049.146-.074.294-.159.355-.318a.696.696 0 00.025-.355c-.012-.085-.049-.146-.073-.22l-.147-.33c-.049-.11-.123-.208-.171-.318a.673.673 0 00-.086-.159c-.025-.049-.061-.098-.086-.147-.025-.049-.086-.086-.122-.135-.049-.049-.061-.049-.098-.085-.012-.012-.073-.025-.061-.049-.024 0-.061-.025-.074-.037-.098-.208-.184-.318-.281-.526-.049-.086-.061-.245-.061-.343l-.456-.001z\"/>\n    <path fill=\"#00209F\" fill-rule=\"nonzero\" d=\"M150.257 94.376c-.147.697-.196 1.407-.441 2.141-.11.367-.294.954-.074 1.284l-.012-.012h.012c-.11 0-.208-.037-.318-.073-.024-.012-.061-.025-.086-.061a.377.377 0 00-.134-.146c-.061-.049-.147-.012-.22-.061-.025-.024-.037-.049-.061-.049-.147-.074-.281-.159-.343-.318a.696.696 0 01-.025-.355c.012-.085.049-.146.074-.22l.147-.33c.049-.11.11-.208.171-.318a.673.673 0 01.086-.159c.025-.049.049-.098.086-.147.025-.049.086-.086.122-.135.049-.049.061-.049.098-.085.012-.012.074-.025.061-.049.024 0 .061-.025.061-.037.11-.208.196-.318.294-.526.049-.086.061-.245.061-.343l.441-.001z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.048 94.401s-.281 1.15-.441 1.444c-.171.294-.832.832-.404 1.664\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.071 94.401s-.269 1.162-.441 1.455c-.171.306-.82.857-.379 1.688\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.107 94.401s-.281 1.174-.453 1.48c-.159.294-.808.868-.355 1.701\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.133 94.401s-.269 1.199-.441 1.492c-.171.294-.807.881-.355 1.737\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.169 94.401s-.281 1.211-.453 1.517c-.171.294-.795.893-.33 1.749\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.023 94.401s-.269 1.113-.453 1.431c-.171.306-.832.844-.392 1.664\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M149.986 94.412s-.257 1.064-.452 1.419c-.172.294-.832.832-.392 1.651\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M149.961 94.412s-.257 1.028-.465 1.407c-.159.294-.832.832-.392 1.664\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M149.924 94.412s-.232 1.003-.465 1.395c-.159.306-.819.832-.391 1.664\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M149.902 94.424s-.232.954-.465 1.382c-.171.294-.832.832-.392 1.652\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.195 94.401s-.269 1.235-.44 1.529c-.171.294-.783.917-.33 1.786\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.474 94.401s.281 1.15.441 1.444c.171.294.832.832.404 1.664\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.451 94.401s.269 1.162.441 1.455c.171.306.82.857.379 1.688\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.415 94.401s.281 1.174.453 1.48c.159.294.808.868.355 1.701\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.389 94.401s.269 1.199.441 1.492c.171.294.807.881.355 1.737\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.353 94.401s.281 1.211.453 1.517c.171.294.795.893.33 1.749\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.499 94.401s.269 1.113.453 1.431c.171.306.832.844.392 1.664\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.536 94.412s.257 1.064.452 1.419c.172.294.832.832.392 1.651\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.561 94.412s.257 1.028.465 1.407c.159.294.832.832.392 1.664\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.598 94.412s.232 1.003.465 1.395c.159.306.819.832.391 1.664\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.62 94.424s.232.954.465 1.382c.171.294.832.832.392 1.652\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.327 94.401s.269 1.235.44 1.529c.171.294.783.917.33 1.786\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M151.283 95.416c.037.049.098.086.123.135.025.049.061.098.086.147a.673.673 0 01.086.159c.049.11.122.208.171.318l.147.33c.025.073.061.135.074.22a.684.684 0 01-.025.355c-.061.159-.208.245-.355.318-.012 0-.025.024-.049.049-.074.049-.159.012-.233.061a.544.544 0 00-.135.146c-.012.037-.049.049-.085.061a.858.858 0 01-.306.073v.012-.012c-.012.025-.037.049-.049.073-.061.061-.257.061-.367.134-.037.012-.074.062-.11.062-.025 0-.061-.049-.098-.062-.11-.073-.318-.073-.367-.134-.025-.024-.037-.049-.049-.073v.012l-.012-.012h.012c-.11 0-.208-.037-.318-.073-.024-.012-.061-.025-.086-.061a.377.377 0 00-.134-.146c-.061-.049-.147-.012-.22-.061-.025-.024-.037-.049-.061-.049-.147-.074-.281-.159-.343-.318a.685.685 0 01-.024-.355c.012-.085.048-.147.073-.22l.147-.33c.049-.11.11-.208.171-.318a.673.673 0 01.086-.159c.024-.049.048-.098.085-.147.025-.049.086-.086.122-.135\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M142.463 83.684c-.416-1.04-.856-3.169-.832-3.658.085-2.006.061-2.606.245-4.661l2.068 2.361c-.049.795-.061 1.04 0 1.541.025.184.135 1.089.281 1.444l-1.762 2.973z\"/>\n    <path fill=\"#00209F\" fill-rule=\"nonzero\" d=\"M144.223 80.71c-.146-.355-.257-1.26-.281-1.444-.061-.501-.049-.746 0-1.541l1.272 1.407-.991 1.578zM138.965 82.655a21.146 21.146 0 01-.074-1.211c.012-1.444-.159-2.251 0-3.78.122-1.199.416-2.777.355-4.073-.025-.367.049-.734.061-1.089l2.569 2.863c-.183 2.055-.159 2.655-.245 4.661-.024.489.416 2.618.832 3.658l-.538.905-2.96-1.934zM140.763 86.534c-.171-.281-.318-1.089-.355-1.248-.085-.428-.085-.673-.061-1.407l1.419.93-1.003 1.725zM136.712 93.31c-.159-.098-.428-.379-.514-.624-.171-.489-.135-.477-.257-1.015-.073-.306-.073-.648-.147-.966-.061-.318-.514-1.333-.526-1.749-.049-1.333-.49-2.239-.379-3.695.073-1.126.33-2.655.208-3.829-.037-.318.012-.685.025-1.003l2.887 1.884c-.11 1.933-.061 2.471-.061 4.343-.012.453.392 2.288.881 3.108l-2.117 3.546zM141.508 94.376c.538.489 1.529.746 1.688.856.355.257.881.636 1.774.685.661.049.954-.122 1.627-.208.771-.098-.098.024.648-.135.379-.098.379-.159.893-.281.379-.086.759-.184.991-.502.086-.122.159-.22.171-.416h.514c.049.146-.098.428-.147.526l-.134.183c-.074.159-.061.122-.196.245-.037.024-.196.159-.245.183-.097.074-.195.172-.306.184-.502.086-.71.195-1.187.33-.453.135-.208.11-.55.196-.171.036-.514.171-.685.195-.306.049-.355.098-.673.172-.82.183-1.615.134-2.422.086-.33-.024-1.138-.196-1.419-.392-.502-.355-1.603-.489-2.092-.832-.073-.049-.379-.196-.44-.257-.477-.392-.856-.502-1.358-.82h3.548v.002z\"/>\n    <path fill=\"#00209F\" fill-rule=\"nonzero\" d=\"M145.387 94.376h3.915c-.012.196-.086.294-.172.416-.232.318-.612.416-.991.502-.404.097-.82-.123-1.248-.123-1.026-.318-1.149-.636-1.504-.795z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M145.387 94.376c.355.184.526.489 1.505.795.379 0 .795.172 1.15.159-.428.098-.441.159-.795.245-.746.159.122.037-.648.135-.673.086-.966.257-1.627.208-.893-.049-1.419-.428-1.774-.685-.159-.11-1.15-.367-1.688-.856h3.877v-.001z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M139.441 74.14s.477 4.221 2.117 4.062\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M141.558 78.177c-.82.037-1.358-1.003-1.664-1.982a13.112 13.112 0 01-.453-2.068\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M141.558 78.166c-.82-.025-1.358-1.076-1.639-1.994a12.267 12.267 0 01-.477-2.055\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M141.57 78.155c-.82-.073-1.37-1.15-1.639-2.006-.318-.942-.477-2.019-.49-2.043\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M141.57 78.141c-.82-.134-1.37-1.235-1.627-2.019-.318-.917-.49-2.006-.502-2.043\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M141.581 78.118c-.832-.171-1.382-1.297-1.615-2.019-.318-.893-.514-1.994-.526-2.031\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M141.581 78.104c-.82-.232-1.382-1.37-1.603-2.031a12.944 12.944 0 01-.526-2.019\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M141.595 78.093c-.832-.281-1.394-1.444-1.603-2.055a13.706 13.706 0 01-.538-1.994\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M141.595 78.082c-.832-.343-1.394-1.517-1.578-2.068-.318-.795-.55-1.921-.563-1.994\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M141.595 78.056c-.82-.379-1.394-1.59-1.566-2.068-.318-.771-.563-1.908-.575-1.982\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M141.606 78.042c-.832-.428-1.407-1.664-1.566-2.08-.306-.746-.575-1.884-.587-1.969\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M141.606 78.031c-.832-.49-1.407-1.737-1.541-2.092-.318-.722-.599-1.872-.612-1.957\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M141.618 78.02c-.832-.538-1.419-1.81-1.541-2.117-.306-.673-.599-1.847-.624-1.945\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M139.452 73.945c.025.11.33 1.284.636 1.933.11.232.697 1.529 1.529 2.117\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M139.503 73.187s1.37 3.352 2.239 2.973\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M141.742 76.159c-.379.159-.942-.514-1.395-1.297-.49-.857-.844-1.688-.844-1.688\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M141.742 76.147c-.33.147-.917-.502-1.383-1.309-.502-.893-.856-1.676-.856-1.676\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M141.742 76.136c-.281.122-.893-.489-1.37-1.321-.526-.942-.857-1.664-.857-1.664\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M141.742 76.136c-.232.098-.881-.489-1.346-1.346a38.255 38.255 0 01-.881-1.651\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M141.753 76.122c-.196.086-.868-.477-1.346-1.358-.563-1.028-.881-1.651-.881-1.651\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M141.753 76.122c-.147.061-.844-.477-1.334-1.382-.575-1.064-.893-1.64-.893-1.64\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M141.753 76.111c-.098.049-.82-.465-1.321-1.395-.599-1.113-.893-1.627-.893-1.627\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M141.753 76.111c-.049.012-.795-.465-1.309-1.407-.612-1.162-.905-1.627-.905-1.627\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M139.54 73.066s.293.404.917 1.615a3.822 3.822 0 001.297 1.419M144.017 79.5l1.063-.197M143.944 78.411l1.15.623\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M143.918 78.459l1.176.575\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M143.918 78.507l1.187.539\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M143.918 78.569l1.187.491\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M143.93 78.617l1.187.454\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M143.93 78.668l1.201.403\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M143.93 78.716l1.212.366\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M143.93 78.764l1.224.333\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M143.93 78.826l1.238.282\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M143.93 78.877l1.249.242\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M144.003 79.449l1.091-.158\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M144.003 79.39l1.102-.124\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M143.992 79.328l1.125-.073\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M143.992 79.28l1.139-.037\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M143.981 79.218h1.161\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M143.981 79.156l1.173.051\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M143.981 79.108l1.187.073\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M143.966 79.046l1.224.124\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M143.966 78.987l1.238.169\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M143.955 78.936l1.261.197M138.965 79.243s.061.893.257 1.272c.281.526 1.101 1.334 2.043 1.921\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M141.288 82.435a7.652 7.652 0 01-1.541-1.309 3.943 3.943 0 01-.49-.636c-.195-.392-.281-1.272-.281-1.272\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M141.313 82.435a7.663 7.663 0 01-1.529-1.333c-.208-.22-.379-.441-.477-.648-.22-.392-.33-1.26-.33-1.26\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M141.324 82.435c-.599-.404-1.15-.954-1.505-1.346a3.579 3.579 0 01-.477-.661c-.233-.416-.367-1.26-.367-1.26\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M141.35 82.424c-.599-.404-1.15-.966-1.505-1.358a3.842 3.842 0 01-.465-.661c-.245-.428-.404-1.26-.404-1.26\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M141.373 82.424c-.599-.404-1.138-1.003-1.493-1.382a3.526 3.526 0 01-.465-.661c-.257-.441-.428-1.26-.428-1.26\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M141.398 82.424c-.599-.416-1.138-1.04-1.481-1.407a4.253 4.253 0 01-.465-.661c-.269-.465-.465-1.26-.465-1.26\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M141.409 82.424c-.575-.428-1.126-1.076-1.456-1.431a3.943 3.943 0 01-.465-.661c-.281-.477-.502-1.26-.502-1.26\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M141.434 82.412c-.575-.416-1.126-1.089-1.444-1.443a4.201 4.201 0 01-.465-.661c-.293-.489-.538-1.26-.538-1.26\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M141.46 82.412c-.575-.428-1.126-1.125-1.431-1.468a3.85 3.85 0 01-.465-.661c-.306-.514-.563-1.26-.563-1.26\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M141.471 82.412c-.563-.428-1.101-1.162-1.407-1.492-.146-.159-.306-.404-.465-.661-.306-.526-.599-1.26-.599-1.26\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M141.496 82.412c-.563-.44-1.101-1.187-1.395-1.505a5.275 5.275 0 01-.465-.673c-.318-.538-.636-1.26-.636-1.26\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M141.522 82.398c-.563-.44-1.101-1.211-1.382-1.517-.135-.147-.294-.404-.453-.673-.343-.563-.685-1.26-.685-1.26\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M139.001 78.925s.795 1.505 1.174 1.933c.269.294.808 1.101 1.37 1.542\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M139.024 82.655c.868.575 1.089.722 2.887 1.872l.551-.844s-.208-.501-.294-.734\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M139.038 82.644c.832.563 1.113.746 2.874 1.847l.025-.024c0-.012.489-.82.489-.82s-.025-.097-.085-.22c-.061-.159-.135-.343-.172-.477\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M139.038 82.644c.808.539 1.162.771 2.874 1.823l.025-.037c0-.024.465-.82.465-.82s-.025-.085-.073-.208a5.325 5.325 0 01-.159-.452\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M139.038 82.644c.783.514 1.211.783 2.874 1.786l.025-.037c0-.024.44-.808.428-.808 0 0-.012-.086-.061-.196-.049-.146-.11-.318-.147-.44\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M139.038 82.632c.759.501 1.26.808 2.874 1.762l.025-.037c0-.037.404-.808.404-.808s0-.074-.049-.184a2.4 2.4 0 01-.135-.416\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M139.049 82.632c.722.477 1.297.832 2.862 1.725.012 0 .025-.037.025-.037 0-.049.379-.795.379-.807-.012 0 0-.061-.049-.171a2.62 2.62 0 01-.11-.392\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M139.049 82.618c.697.465 1.346.857 2.875 1.701 0 0 .012-.037.024-.037 0-.061.343-.795.33-.795 0 0 .012-.061-.024-.171a1.352 1.352 0 01-.098-.367\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M139.049 82.618c.673.453 1.395.868 2.875 1.664l.024-.037c0-.061.306-.783.306-.795 0 0 .024-.049-.025-.147a1.337 1.337 0 01-.086-.355\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M139.049 82.618c.648.428 1.444.893 2.875 1.639 0-.012.024-.049.024-.049 0-.073.281-.783.269-.795 0 0 .037-.037 0-.134a1.177 1.177 0 01-.074-.33\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M139.06 82.607c.612.416 1.48.917 2.862 1.615 0-.012.025-.037.025-.049 0-.086.245-.783.245-.783s.037-.037 0-.134c-.049-.11-.049-.196-.049-.306\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M139.06 82.607c.587.392 1.517.942 2.862 1.578a.096.096 0 00.025-.049c0-.098.22-.771.208-.783 0 0 .061-.036.025-.122-.049-.11-.037-.171-.037-.281\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M139.06 82.607a22.35 22.35 0 002.862 1.542c.012-.012.025-.037.037-.049-.012-.098.183-.771.171-.771 0-.012.061-.037.025-.122-.037-.098-.025-.147-.025-.257\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M139.074 82.596c.526.355 1.603.979 2.851 1.517.012-.012.025-.037.037-.049 0-.11.146-.759.134-.771 0 0 .073-.024.049-.098-.049-.098-.025-.135-.012-.245\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M139.074 82.596a17.57 17.57 0 002.851 1.48c.012 0 .037-.037.037-.049 0-.122.122-.758.11-.771 0 0 .085-.012.049-.085-.036-.098 0-.11.012-.22\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M139.074 82.596c.477.306 1.701 1.015 2.863 1.456 0-.012.024-.049.024-.061 0-.122.097-.746.085-.759h-.012s.098-.012.073-.086c-.037-.085 0-.085.024-.195\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M139.074 82.582c.452.306 1.749 1.04 2.863 1.431a.126.126 0 00.024-.061c0-.134.061-.746.048-.759l.073-.074c-.037-.073.012-.073.049-.171\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M139.086 82.582c.416.281 1.786 1.064 2.851 1.395a.132.132 0 00.025-.061c0-.147.036-.747.024-.759 0 0 .11.012.086-.049-.037-.086.025-.061.048-.159\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M139.086 82.57c.392.269 1.835 1.089 2.851 1.37.012-.012.025-.049.036-.061 0-.159-.012-.734-.024-.746 0 0 .122.012.098-.049-.025-.073.037-.037.073-.134\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M139.086 82.57c.367.244 1.884 1.101 2.851 1.333.012-.012.025-.049.036-.061 0-.159-.036-.734-.049-.746 0 0 .122.024.11-.037-.037-.061.037-.012.085-.11\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M139.086 82.57c.343.22 1.921 1.126 2.851 1.297.012-.012.036-.036.036-.061 0-.172-.061-.722-.086-.746 0 0 .147.037.122-.025-.025-.061.061.012.11-.086\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M139.097 82.559c.306.208 1.957 1.15 2.838 1.284.012-.024.037-.049.037-.073a4.8 4.8 0 00-.11-.734s.146.024.122-.012c-.012-.061.074.024.123-.073\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M139.097 82.559c.281.183 2.006 1.175 2.838 1.248.024-.025.037-.049.037-.073 0-.183-.122-.71-.147-.734 0 0 .159.037.147 0-.024-.049.086.037.135-.049\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M139.097 82.559c.257.159 2.055 1.186 2.85 1.211l.037-.074c-.012-.195-.159-.71-.183-.734 0 0 .171.049.147.012-.012-.049.098.061.159-.024\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M139.111 82.545c.22.147 2.092 1.211 2.838 1.187.012-.012.024-.049.036-.074 0-.208-.196-.71-.208-.722h-.012s.184.048.171.012c-.012-.037.098.085.171 0\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M139.111 82.545c.196.135 2.141 1.236 2.838 1.15.012-.012.036-.049.036-.073 0-.22-.22-.698-.245-.722 0 0 .184.061.171.037-.012-.037.123.097.196.012\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M139.111 82.545c.171.11 2.19 1.248 2.838 1.113.012-.012.036-.049.036-.073 0-.22-.245-.697-.269-.71v-.012s.195.074.183.049c-.012-.037.122.122.196.037\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M139.111 82.534c.147.098 2.239 1.272 2.838 1.101a.132.132 0 00.036-.086c0-.232-.281-.685-.306-.71 0 0 .208.074.196.049-.012-.025.134.147.22.061\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M139.122 82.534c.11.073 2.275 1.297 2.826 1.064.024-.025.036-.061.048-.086-.012-.245-.318-.685-.342-.71 0 0 .208.086.208.061-.012-.012.147.171.232.086\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M139.122 82.534c.086.049 2.312 1.309 2.826 1.028.024-.025.036-.061.048-.086 0-.245-.355-.685-.379-.697 0 0 .232.086.22.073 0-.024.159.171.257.098\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M139.122 82.52c.061.037 2.361 1.333 2.826 1.003a.195.195 0 00.048-.086c0-.257-.379-.673-.404-.697 0 0 .232.098.232.086-.012-.012.171.196.257.122\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M139.122 82.52c.037.012 2.41 1.358 2.838.966.012-.024.036-.049.036-.086 0-.269-.404-.673-.441-.697l.245.097s.183.22.281.147\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M139.136 82.508s2.74 1.541 2.863.856c0-.281-.465-.685-.465-.685l.257.098s.183.245.294.171\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M138.818 89.763l-2.129 3.548c-.159-.098-.428-.379-.514-.624-.159-.489-.135-.489-.257-1.015-.061-.306-.073-.648-.134-.966-.074-.318-.526-1.333-.539-1.749\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.245 88.957c.012.416.465 1.407.538 1.725.061.318.073.661.135.966.122.526.097.514.269 1.003.074.245.355.526.502.624.012 0 2.116-3.511 2.129-3.511\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.245 88.957c.012.404.465 1.395.526 1.713.074.318.086.648.159.954.122.514.085.514.257 1.003.086.232.355.514.502.612.012 0 2.104-3.463 2.129-3.474\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.245 88.957c.012.404.453 1.382.526 1.7.074.306.086.636.159.942.122.514.085.502.257.991.086.233.355.502.502.6.024.012 2.104-3.413 2.129-3.425\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.245 88.957c.012.392.453 1.37.526 1.676.074.318.086.636.159.942.122.502.098.502.257.979.086.232.355.502.502.6.037.012 2.092-3.377 2.129-3.388\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.245 88.957c.012.392.453 1.358.526 1.664.074.306.086.636.159.929.122.502.098.49.269.966.085.233.342.502.502.599.025.012 2.068-3.34 2.117-3.352\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.245 88.957c.012.392.441 1.333.526 1.639.074.306.086.636.159.929.122.49.098.49.269.954.085.233.342.502.502.6.037.012 2.068-3.303 2.117-3.315\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.245 88.957c.012.379.441 1.321.526 1.627.074.306.086.624.159.917.122.489.11.489.269.942.085.233.342.502.502.587.049.024 2.055-3.242 2.117-3.266\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.245 88.957c.012.379.441 1.309.526 1.615.074.294.086.612.159.905.122.477.11.477.281.942.085.22.343.477.489.575.049.012 2.055-3.205 2.117-3.23\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.245 88.957c.012.367.441 1.297.526 1.59.074.306.086.612.159.905.122.477.11.477.281.93.085.22.343.477.489.575.061.012 2.043-3.168 2.117-3.192\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.245 88.957c.012.367.428 1.284.526 1.578.074.294.086.599.171.893.122.477.098.465.269.917.085.22.343.477.489.575.073.012 2.031-3.132 2.117-3.156\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.245 88.957c.012.367.428 1.26.526 1.566.074.281.086.599.171.868.122.477.11.477.269.917.085.22.343.477.489.563.073.024 2.031-3.083 2.117-3.107\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.245 88.957c.012.355.428 1.248.526 1.541.074.294.086.6.171.868.122.477.11.477.281.905.085.22.33.465.477.563.085.024 2.019-3.034 2.117-3.071\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.245 88.957c.012.355.428 1.236.526 1.529.074.281.086.587.171.856.122.465.11.465.281.905.085.208.33.453.49.55.085.025 1.994-2.997 2.104-3.034\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.245 88.957c.012.343.416 1.223.526 1.517.074.281.086.575.171.844.122.465.122.465.281.893.085.208.342.453.49.551.085.024 1.994-2.961 2.104-2.997\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.245 88.957c.012.343.416 1.211.526 1.492.074.281.098.575.171.844.122.453.122.453.281.881.098.208.342.453.49.538.097.037 1.982-2.912 2.104-2.948\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.245 88.957c.012.33.416 1.187.526 1.48.074.281.098.563.171.832.122.453.122.453.294.868.085.208.33.453.477.539.11.037 1.982-2.875 2.104-2.911\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.245 88.942c.012.343.416 1.187.514 1.481.086.269.11.563.183.82.122.44.122.453.294.856.085.208.33.441.477.539.11.037 1.97-2.826 2.104-2.875\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.245 88.942c.012.343.404 1.175.514 1.456.086.269.11.563.183.82.135.441.135.441.294.856.085.196.33.428.477.514.122.037 1.957-2.777 2.104-2.826\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.245 88.942c.012.331.404 1.162.514 1.444.073.269.11.551.196.808.122.428.122.441.293.844.085.196.318.428.465.514.134.037 1.957-2.741 2.104-2.789\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.245 88.942c.012.331.404 1.138.514 1.432.073.257.11.538.196.795.122.428.122.428.293.832.085.196.33.428.465.514.134.037 1.945-2.704 2.104-2.752\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.245 88.942c.012.318.404 1.126.514 1.407.073.269.11.538.196.795.122.416.134.428.293.82.085.196.33.428.477.514.134.037 1.933-2.667 2.092-2.716\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.245 88.942c.012.318.392 1.113.514 1.395.073.257.11.526.196.783.122.416.134.416.293.808.098.195.33.416.477.501.147.049 1.921-2.606 2.092-2.667\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.245 88.942c.012.318.392 1.101.514 1.383.073.245.11.526.196.771.122.404.134.416.306.807.085.184.318.404.465.489.147.049 1.908-2.569 2.092-2.63\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.245 88.942c.012.306.392 1.089.514 1.358.073.257.11.526.196.771.122.404.134.416.306.795.085.183.318.404.465.49.159.049 1.908-2.533 2.092-2.593\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.245 88.942c.012.306.392 1.064.514 1.346.073.245.11.514.196.759.122.392.147.404.306.783.098.183.318.404.465.49.171.049 1.896-2.496 2.092-2.557\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.245 88.942c.012.294.379 1.052.514 1.333.073.245.11.502.196.746.134.392.147.404.306.771.098.183.318.404.465.477.171.061 1.884-2.447 2.092-2.508\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.245 88.942c.012.294.379 1.04.514 1.309.073.245.11.502.208.746.122.379.135.392.306.759.085.184.318.392.453.477.183.061 1.884-2.41 2.092-2.483\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.245 88.942c.012.294.379 1.028.514 1.297.073.245.11.489.208.722.122.392.147.404.306.759.085.183.318.392.453.477.196.049 1.872-2.361 2.092-2.447\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.245 88.942c.012.282.379 1.015.514 1.284.073.233.11.49.208.71.122.379.147.404.306.759.098.172.318.379.465.465.183.049 1.859-2.325 2.08-2.41\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.245 88.942c.012.282.367.991.514 1.26.073.232.11.489.208.71.122.379.147.392.306.746.098.172.318.379.465.453.196.061 1.847-2.276 2.08-2.361\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.245 88.942c.012.27.367.979.514 1.248.073.232.122.477.208.697.122.367.147.392.318.734.086.172.306.379.453.453.208.061 1.835-2.239 2.08-2.324\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.245 88.942c.012.27.367.966.502 1.236.086.22.134.465.22.685.122.367.159.379.318.722.098.171.306.367.453.453.208.061 1.835-2.202 2.08-2.288\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.257 88.942c0 .27.343.954.49 1.211.086.233.134.465.22.685.122.355.159.379.318.71.098.172.318.367.453.441.22.074 1.823-2.141 2.08-2.239\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.257 88.942c0 .257.343.942.49 1.199.086.22.134.453.22.673.135.355.159.379.33.71.086.159.306.355.441.429.232.073 1.81-2.104 2.08-2.202\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.257 88.942c0 .257.343.917.49 1.175.086.22.134.465.22.673.135.355.159.367.33.697.086.159.306.355.441.428.232.073 1.81-2.067 2.08-2.165\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.257 88.942c0 .245.343.905.49 1.162.086.22.134.453.232.661.123.343.159.367.318.685.098.159.306.355.44.428.245.074 1.798-2.031 2.08-2.129\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.257 88.942c0 .245.33.893.49 1.15.086.208.134.441.232.648.123.343.159.355.318.673.098.159.306.343.453.416.245.085 1.786-1.982 2.067-2.08\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.257 88.942c0 .245.33.881.49 1.126.086.22.134.441.232.648.123.33.159.355.33.661.086.159.294.343.441.416.245.073 1.774-1.933 2.067-2.043\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.257 88.942c0 .233.33.868.49 1.113.086.208.134.428.232.636.123.33.171.343.33.661.098.147.294.33.441.404.257.073 1.762-1.896 2.067-2.006\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.257 88.942c0 .233.33.844.49 1.101.086.208.134.416.232.624.123.318.171.343.33.649.098.147.306.33.441.404.269.073 1.762-1.86 2.067-1.97\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.257 88.942c0 .221.318.832.49 1.077.086.208.134.428.232.624.123.318.171.343.33.636.098.147.306.33.441.392.269.086 1.749-1.811 2.067-1.921\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.257 88.942c0 .221.318.82.49 1.064.086.196.134.416.232.612.123.306.171.33.343.624.098.147.294.318.428.392.281.086 1.749-1.774 2.067-1.884\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.257 88.942c0 .208.318.808.49 1.052.086.196.134.404.232.6.135.306.183.33.343.612.098.147.294.318.428.392.294.086 1.737-1.725 2.067-1.847\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.257 88.942c0 .208.318.796.49 1.028.086.196.134.404.232.6.135.294.183.318.343.612.098.135.294.306.441.379.281.086 1.713-1.688 2.055-1.81\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.257 88.942c0 .208.306.771.49 1.015.086.195.134.392.244.587.122.294.171.318.33.599.098.135.294.306.441.367.294.098 1.713-1.639 2.055-1.761\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.257 88.942c0 .196.306.759.49 1.003.073.184.146.379.244.563.122.294.183.33.343.599.098.135.293.294.428.367.306.098 1.701-1.602 2.055-1.725\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.257 88.942c0 .196.306.747.477.979.086.184.159.392.257.563.122.294.183.318.343.587.098.134.293.294.428.367.306.098 1.688-1.566 2.055-1.688\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.257 88.942c0 .184.306.734.477.966.086.184.159.379.257.551.122.281.183.318.343.575.098.135.293.294.428.367.318.086 1.688-1.517 2.055-1.651\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.257 88.942c0 .184.294.722.477.954.086.171.159.367.257.538.122.281.183.306.355.575.098.134.281.281.416.343.33.098 1.676-1.468 2.055-1.602\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.257 88.942c0 .184.294.698.477.93.086.184.159.367.257.538.122.269.195.306.355.563.098.134.281.281.416.343.33.098 1.676-1.432 2.055-1.566\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.257 88.931c0 .184.294.698.477.93.086.171.159.355.257.526.134.269.195.306.355.551.098.135.281.269.416.343.343.098 1.664-1.395 2.055-1.529\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.257 88.931c0 .184.294.685.477.917.086.172.159.343.257.514.134.257.195.294.355.538.11.134.281.269.428.33.342.11 1.639-1.346 2.043-1.48\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.257 88.931c0 .172.281.673.477.893.086.172.159.355.269.514.122.257.196.294.355.526.098.135.281.269.416.33.342.11 1.639-1.297 2.043-1.443\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.257 88.931c0 .172.281.649.477.881.086.159.159.343.269.502.122.245.196.282.355.514.098.135.281.27.416.33.355.11 1.627-1.26 2.043-1.406\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.257 88.931c0 .172.281.637.477.868.086.159.159.331.269.49.122.245.196.282.355.514.098.123.281.257.416.318.367.11 1.627-1.223 2.043-1.37\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.257 88.931c0 .159.269.624.477.844.086.159.159.331.269.49.122.233.196.269.355.502.11.122.281.245.416.306.367.122 1.615-1.175 2.043-1.321\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.257 88.931c0 .159.269.612.477.832.086.159.159.318.269.477.122.233.208.269.367.49.098.122.269.245.404.306.379.122 1.603-1.137 2.043-1.284\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.257 88.931c0 .147.269.6.477.82.086.146.159.306.269.465.122.232.208.269.367.477.098.123.269.245.404.306.392.122 1.603-1.101 2.043-1.248\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.257 88.931c0 .147.269.575.477.796.086.146.159.318.269.465.134.22.208.257.367.465.11.123.281.245.404.306.392.11 1.59-1.052 2.043-1.211\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.257 88.931c0 .147.257.563.477.783.086.147.159.306.269.452.134.221.22.257.367.465.11.11.281.233.416.282.392.122 1.566-1.003 2.031-1.162\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.257 88.931c0 .135.257.551.477.771.086.134.159.294.269.44.134.208.22.245.379.453.098.11.269.22.404.281.404.123 1.566-.966 2.031-1.125\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.257 88.931c0 .135.257.539.465.747.098.146.183.294.294.44.122.208.208.245.367.441.098.11.269.22.404.281.404.123 1.554-.93 2.031-1.101\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.257 88.931c0 .123.257.526.465.734.098.134.183.281.294.416.122.208.208.257.367.441.11.11.269.22.404.281.416.122 1.554-.893 2.031-1.064\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.257 88.931c0 .123.245.502.465.71.098.147.183.281.294.416.122.208.22.245.379.428.098.11.257.22.392.269.428.135 1.542-.832 2.031-1.015\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.257 88.931c0 .123.245.49.465.698.098.135.183.281.294.404.122.196.22.245.379.428.098.098.257.208.392.257.428.135 1.529-.795 2.031-.978\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.257 88.931c0 .11.245.477.465.685.098.123.183.269.294.392.122.196.22.232.379.416.11.098.269.196.392.257.441.135 1.529-.759 2.031-.942\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.257 88.931c0 .11.245.465.465.661.098.135.183.269.294.391.135.183.233.233.379.404.11.098.269.196.392.257.453.135 1.517-.722 2.031-.905\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.257 88.931c0 .098.232.453.465.649.098.123.183.257.294.379.135.184.233.233.392.392.097.098.257.196.392.245.453.146 1.492-.673 2.018-.857\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.257 88.931c0 .098.232.429.465.637.098.122.183.245.294.367.135.172.233.22.392.379.11.098.257.196.392.245.453.134 1.492-.624 2.018-.82\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.257 88.931c0 .098.232.416.465.612.098.122.183.245.306.367.123.171.221.22.379.379.11.086.257.184.392.233.465.134 1.48-.588 2.018-.783\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.257 88.931c0 .086.232.404.465.6.098.11.183.245.306.355.123.159.233.208.379.367.11.086.257.171.392.22.477.147 1.48-.538 2.018-.734\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.257 88.931c0 .086.22.392.465.588.098.11.183.233.306.342.123.159.233.208.392.355.098.085.257.171.379.22.477.147 1.468-.502 2.018-.697\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.257 88.931c0 .074.22.38.465.563.086.11.183.233.306.343.123.147.233.196.392.343.11.085.257.171.379.22.489.147 1.456-.465 2.018-.661\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.257 88.931c0 .074.22.355.465.551.086.11.183.221.306.33.123.147.245.196.392.33.11.086.257.171.379.22.502.147 1.456-.416 2.018-.624\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.257 88.931c0 .061.22.343.465.539.086.098.183.208.306.318.135.135.245.196.392.318.11.086.257.171.379.208.502.159 1.443-.367 2.018-.575\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.257 88.931c0 .061.208.331.465.514.086.11.183.208.306.318.135.134.245.183.404.318.11.073.245.147.379.195.502.159 1.431-.33 2.006-.538\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.257 88.931c0 .061.208.318.453.502.098.098.208.196.318.306.135.122.245.183.404.306.11.073.245.147.379.195.514.159 1.419-.294 2.006-.501\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.257 88.931c0 .049.208.306.453.49.098.086.208.196.318.294.135.122.257.171.404.294.11.074.245.147.379.196.514.159 1.407-.257 2.006-.465\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.257 88.931c0 .049.208.282.453.465.098.098.208.196.33.294.122.11.245.171.404.281.098.074.245.147.367.183.526.159 1.407-.196 2.006-.416\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.257 88.931c0 .037.195.27.453.453.098.086.208.184.33.269.122.122.245.183.404.281.11.073.245.135.367.184.538.159 1.395-.159 2.006-.379\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.257 88.931c0 .037.195.257.453.441.098.086.208.172.33.257.122.11.245.171.404.281.11.061.245.122.367.171.538.159 1.382-.123 2.006-.343\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.257 88.931c0 .037.195.245.453.416.098.085.208.171.33.257.122.11.257.171.404.269.11.061.245.123.367.172.551.159 1.382-.086 2.006-.306\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.257 88.931c0 .025.183.221.453.404.098.073.208.159.33.245.135.11.257.159.416.257.11.061.232.122.355.159.563.171 1.37-.037 2.006-.257\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.257 88.931c0 .025.183.208.453.392.098.073.208.159.33.232.135.098.257.159.416.245.11.061.232.122.367.159.55.172 1.358 0 1.994-.22\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.257 88.931c0 .012.183.196.453.367.098.073.208.159.33.232.135.098.269.159.416.233.11.061.244.11.367.159.563.172 1.346.049 1.994-.183\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.257 88.92c0 .024.183.196.453.367.098.073.208.147.33.22.135.086.269.147.416.233l.367.146c.575.172 1.333.086 1.994-.146\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.257 88.92c0 .024.171.184.453.355.098.061.208.134.33.208.135.086.269.147.428.22.11.049.232.098.355.134.575.184 1.333.135 1.994-.097\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.257 88.92c0 .012.171.159.453.331.098.073.208.134.343.208.123.074.257.135.416.208.11.049.232.098.355.134.587.184 1.321.171 1.994-.061\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.257 88.92c0 .012.171.147.453.318.098.061.208.122.343.196.123.074.269.135.416.196.11.049.232.098.355.135.599.171 1.309.208 1.994-.025M135.257 88.92s1.823 1.432 3.56.82\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.184 83.292s.355 2.288.489 2.618c.122.294.844 1.603 1.945 1.908\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.184 83.292s.379 2.263.526 2.594c.122.294.795 1.541 1.921 1.921\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.195 83.281s.392 2.251.538 2.594c.123.294.759 1.468 1.896 1.933\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.195 83.281s.416 2.239.563 2.569c.134.294.71 1.406 1.872 1.945\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.209 83.281s.428 2.214.575 2.545c.147.306.673 1.345 1.859 1.957\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.209 83.281s.453 2.202.612 2.533c.134.306.624 1.26 1.823 1.969\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.209 83.267s.477 2.19.636 2.52c.147.306.575 1.199 1.798 1.982\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.22 83.267s.489 2.178.648 2.508c.147.306.538 1.126 1.774 1.994\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.22 83.267s.514 2.153.673 2.484c.159.306.502 1.064 1.762 2.006\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.231 83.255s.526 2.153.697 2.471c.159.318.441.991 1.725 2.031\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.231 83.255s.563 2.129.722 2.459c.159.306.404.917 1.701 2.031\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.245 83.255s.575 2.117.734 2.435c.171.318.367.856 1.688 2.043\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.245 83.241s.6 2.104.759 2.422c.171.318.33.795 1.664 2.068\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.33 81.885s.294 3.23 2.593 4.123\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.33 81.885c.012.012.134 1.04.599 2.043.367.771.979 1.651 1.994 2.068\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.341 81.885c0 .012.147 1.064.612 2.031.343.71.954 1.627 1.97 2.08\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.341 81.885c.012.024.183 1.101.636 2.006.33.661.93 1.615 1.945 2.092\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.355 81.885c0 .024.208 1.125.661 1.994.294.612.893 1.591 1.909 2.092\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.355 81.885c.012.037.245 1.15.685 1.969.269.563.881 1.578 1.884 2.117\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.367 81.885c0 .037.269 1.174.697 1.957.257.502.856 1.554 1.859 2.116\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.367 81.874c.012.061.306 1.223.722 1.957.232.44.832 1.529 1.835 2.116\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.367 81.874c.025.061.343 1.248.746 1.933.22.404.807 1.517 1.81 2.128\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.381 81.874c.012.073.367 1.272.758 1.921.196.343.783 1.492 1.786 2.141\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.381 81.874c.024.073.404 1.297.795 1.896.171.294.746 1.48 1.749 2.153\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.392 81.874c.012.086.428 1.334.808 1.884.147.232.722 1.456 1.725 2.153\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.392 81.874c.024.086.465 1.358.832 1.859.134.183.697 1.444 1.701 2.177\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.355 80.992s.673 2.594 2.545 3.229\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.355 80.992s.257.917.868 1.81c.404.599.991 1.186 1.676 1.419\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.355 80.98s.269.905.881 1.798c.428.612 1.028 1.223 1.664 1.444\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.355 80.969s.281.893.905 1.786c.44.624 1.052 1.26 1.639 1.456\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.367 80.955s.281.881.917 1.786c.453.624 1.089 1.284 1.615 1.468\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.367 80.955s.294.857.942 1.762c.465.636 1.113 1.321 1.603 1.481\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.367 80.943s.306.857.954 1.75c.489.661 1.162 1.358 1.59 1.505\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.367 80.929s.318.844.979 1.737c.502.673 1.187 1.395 1.566 1.529\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.381 80.929s.306.82.991 1.725c.514.673 1.224 1.419 1.542 1.529\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.381 80.918s.318.808 1.015 1.713c.526.685 1.248 1.468 1.517 1.554\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.381 80.907s.33.795 1.028 1.701c.538.697 1.297 1.505 1.505 1.578\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.381 80.893s.342.783 1.052 1.701c.551.71 1.321 1.529 1.481 1.578\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.392 80.893s.343.759 1.064 1.676c.563.722 1.358 1.566 1.456 1.603\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.392 80.881s.355.746 1.089 1.664c.575.734 1.382 1.603 1.444 1.627\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.392 80.87s.367.734 1.101 1.651c.599.746 1.431 1.639 1.431 1.639M140.357 84.527l1.286.234M140.493 85.506l1.15-.488\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M140.346 84.564l1.286.197\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M140.346 84.612l1.297.161\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M140.357 84.662l1.297.11\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M140.357 84.71l1.311.073\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M140.357 84.761l1.322.023\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M140.371 84.809l1.32-.011\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M140.371 84.846l1.334-.048\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M140.371 84.894l1.345-.085\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M140.383 84.944l1.345-.135\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M140.481 85.446l1.173-.454\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M140.467 85.395l1.201-.428\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M140.467 85.347l1.213-.392\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M140.456 85.297l1.235-.366\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M140.445 85.249l1.26-.33\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M140.445 85.201l1.272-.307\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M140.431 85.139l1.297-.257\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M140.419 85.091l1.322-.234\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M140.419 85.04l1.334-.194\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M140.408 84.992l1.356-.172\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M141.581 94.401s-.685.037-.746.061c-.074.012-2.789-.049-2.789-.049\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M141.595 94.412s-.673.061-.771.086c-.11.012-2.752-.074-2.752-.074\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M141.595 94.424s-.648.085-.783.11c-.147.025-2.716-.098-2.716-.098\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M141.606 94.438s-.636.098-.807.135c-.183.037-2.691-.122-2.691-.122\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M141.606 94.438s-.612.135-.832.171c-.208.049-2.643-.147-2.643-.147\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M141.606 94.449s-.587.147-.844.196c-.245.061-2.606-.171-2.606-.171\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M141.618 94.46s-.575.171-.868.232c-.281.049-2.569-.208-2.569-.208\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M141.618 94.474s-.563.196-.881.257c-.318.061-2.545-.22-2.545-.22\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M141.632 94.486s-.55.208-.905.281c-.355.074-2.508-.245-2.508-.245\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M141.632 94.497s-.526.232-.917.306c-.392.086-2.471-.27-2.471-.27\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M138.265 94.548s2.006.379 2.435.294c.428-.086.942-.331.942-.331\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M142.094 95.952s1.285.196 1.333.184c.024 0 .746-.049.771-.049.012 0 .624-.147.624-.147\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M142.021 95.929s1.321.208 1.419.184c.048-.012.71-.049.746-.049.037 0 .587-.135.587-.135\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M141.947 95.893s1.358.233 1.493.196c.073-.012.673-.049.734-.049.049 0 .539-.122.539-.122\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M141.874 95.856s1.383.245 1.578.208c.098-.012.636-.049.71-.049l.49-.098\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M141.801 95.831s1.419.257 1.652.208c.122-.024.612-.049.697-.061.086 0 .441-.073.441-.073\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M141.728 95.794s1.456.281 1.737.22c.147-.025.563-.049.673-.061.098 0 .392-.061.392-.061\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M141.654 95.757s1.48.306 1.81.245c.183-.037.539-.061.661-.073.123-.012.343-.049.343-.049\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M141.581 95.732s1.517.318 1.896.245c.196-.049.49-.073.636-.073l.306-.025\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M142.169 95.99l1.248.172.795-.038.673-.172\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M141.508 95.695s1.554.343 1.982.257c.416-.086.868-.086.868-.086M147.649 95.879l1.211-.44c.759-.282.844-1.04.844-1.04\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M147.564 95.636s.489-.195.893-.343c1.077-.404.954-.917.954-.917\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M147.491 95.684s.636-.245.966-.367a2.72 2.72 0 00.502-.233c.147-.086.33-.257.379-.343.098-.147.098-.355.098-.355\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M147.417 95.746s.795-.306 1.04-.392c.122-.049.416-.171.489-.22.11-.074.367-.281.404-.343.073-.123.122-.404.122-.404\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M147.344 95.794s.954-.355 1.113-.416c.086-.024.428-.171.477-.196a4.53 4.53 0 00.428-.355c.049-.073.135-.441.135-.441\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M147.271 95.856s1.101-.416 1.186-.441c.037-.024.453-.171.477-.195a4.13 4.13 0 00.44-.355c.025-.037.159-.465.159-.465\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M147.564 95.893l1.309-.49c.232-.085.477-.294.587-.44.159-.233.221-.563.221-.563\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M147.465 95.893s1.175-.428 1.419-.526c.172-.061.477-.306.551-.416.122-.171.208-.551.208-.551\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M147.381 95.904s1.358-.514 1.517-.563c.122-.049.477-.33.526-.404.086-.123.195-.538.195-.538\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M147.294 95.904s1.529-.575 1.615-.599c.061-.024.465-.343.501-.379.037-.061.183-.526.183-.526\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M147.197 95.903l1.725-.635.465-.353.171-.516\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M149.202 94.401s-.71.037-.783.061c-.074.012-2.899-.049-2.899-.049\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M149.216 94.412s-.697.061-.808.086c-.11.012-2.862-.074-2.862-.074\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M149.216 94.424s-.673.085-.82.11c-.147.025-2.826-.098-2.826-.098\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M149.216 94.438s-.648.098-.832.135c-.184.037-2.789-.122-2.789-.122\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M149.228 94.438s-.636.135-.856.171c-.22.049-2.753-.147-2.753-.147\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M149.228 94.449s-.612.147-.868.196c-.257.061-2.728-.171-2.728-.171\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M149.239 94.46s-.599.171-.893.232c-.306.049-2.691-.208-2.691-.208\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M149.239 94.474s-.575.196-.917.257c-.33.061-2.642-.22-2.642-.22\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M149.253 94.486s-.575.208-.942.281c-.367.074-2.606-.245-2.606-.245\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M149.253 94.497s-.551.232-.954.306c-.404.086-2.569-.27-2.569-.27\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M145.74 94.548s2.104.379 2.545.294c.441-.086.979-.331.979-.331\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M138.965 82.655a9.509 9.509 0 01-.049-.905c.012-1.456-.183-2.557-.025-4.086.122-1.199.416-2.777.355-4.074-.025-.367.049-.734.061-1.089l5.909 6.631M136.712 93.31c-.159-.098-.428-.379-.514-.624-.171-.489-.135-.477-.257-1.015-.073-.306-.073-.648-.147-.966-.061-.318-.514-1.333-.526-1.749-.049-1.333-.49-2.239-.379-3.695.073-1.126.33-2.655.208-3.829-.037-.318.012-.685.025-1.003l6.643 4.392M149.814 94.376c.049.146-.098.428-.146.526l-.135.183c-.073.159-.061.122-.196.245-.036.024-.196.159-.245.183-.098.074-.196.172-.306.184-.502.086-.71.195-1.187.33-.453.135-.208.11-.55.196-.171.036-.514.171-.685.195-.306.049-.355.098-.673.172-.82.183-1.615.134-2.422.086-.33-.024-1.138-.196-1.419-.392-.502-.355-1.603-.489-2.092-.832-.073-.049-.379-.196-.44-.257-.477-.392-.857-.502-1.358-.82\"/>\n    <path fill=\"#FC0\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M141.924 84.588h0l-6.74-4.404-.123.184 6.704 4.453z\"/>\n    <path fill=\"#FC0\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M135.073 80.112c-.049-.257.025-.6.208-.636.012 0 .147-.049.232-.024.11 0 .134.036.183.122.098.232-.183.379-.379.453-.049.012-.183.037-.208.097-.037.098-.012.061-.037.098.037-.012.049-.049.086-.073.147-.085.294-.11.502-.208.159-.073.184-.392.073-.489-.122-.098-.501-.086-.587.012-.183.208-.195.49-.159.771.001-.062.099-.05.086-.123h0z\"/>\n    <path fill=\"#FC0\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M134.964 80.233c-.257-.012-.587.098-.599.281 0 .024-.025.171 0 .245.012.11.049.135.147.159.245.073.355-.22.392-.428.012-.049.012-.183.074-.22.097-.049.073-.024.097-.049-.012.037-.049.061-.061.086-.061.159-.073.318-.147.538-.049.159-.367.22-.465.122-.123-.098-.159-.477-.074-.575.184-.208.465-.257.746-.257-.049.012-.037.11-.11.098h0z\"/>\n    <path fill=\"#FC0\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M134.916 80.123c-.074.037-.074.135-.037.196.025.061.134.073.183.049.098-.061.159-.171.098-.269-.061-.086-.159-.013-.244.024h0z\"/>\n    <path fill=\"#FC0\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M133.495 79.229s.71.281 1.284.294c0 0 .025.502.146.648 0 0-.514-.097-.746.025 0-.001-.305-.698-.684-.967h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M134.07 79.584s.281.122.514.122c0 0 .012.196.061.257 0 0-.208-.037-.294.012 0 .001-.122-.28-.281-.391h0z\"/>\n    <path fill=\"#FC0\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M134.964 80.673s.134-.232.171-.318c.024-.048-.012.281.11.318.159.208.195.636.195.746-.183.061-.343.171-.624.037-.097-.061-.025-.245.012-.392.025-.074.05-.281.136-.391h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M135.099 80.49c0 .036.024.183.012.159 0-.061.073.061.085.086.098.183.135.318.172.673M135.158 80.797c.061.281.11.269.11.661l.025-.025M135.147 81.053c.048.195.036.294.048.392-.012 0-.073.049-.085.049\"/>\n    <path fill=\"#FC0\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M145.399 78.961h0l-6.019-6.692-.122.147 5.957 6.716z\"/>\n    <path fill=\"#FC0\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M139.43 72.27c.012-.269.159-.587.343-.575.012 0 .159-.012.232.025.11.024.123.073.147.172.049.245-.257.318-.465.343-.049 0-.195-.012-.232.049-.061.086-.025.061-.061.086.037 0 .074-.037.098-.049.171-.049.318-.049.55-.085.159-.025.257-.343.172-.453-.086-.123-.453-.208-.563-.134-.232.159-.306.428-.33.722.011-.064.097-.04.109-.101h0z\"/>\n    <path fill=\"#FC0\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M139.294 72.355c-.257-.073-.599-.037-.661.135 0 .012-.061.159-.049.232-.012.11.012.147.11.196.208.122.392-.134.477-.33.025-.049.061-.171.122-.196.098-.024.073 0 .098-.024-.012.036-.048.049-.073.073-.098.146-.147.281-.269.489-.086.135-.404.135-.489.012-.085-.134-.025-.501.073-.575.221-.172.514-.159.783-.073-.048-.012-.06.086-.122.061h0z\"/>\n    <path fill=\"#FC0\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M139.269 72.234c-.086.012-.098.122-.086.183.012.061.11.11.171.086.098-.037.195-.122.159-.232-.036-.098-.159-.049-.244-.037h0z\"/>\n    <path fill=\"#FC0\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M138.107 71.033s.612.441 1.162.587c0 0-.086.502 0 .661 0 0-.49-.208-.734-.147.001 0-.122-.747-.428-1.101h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M138.573 71.523s.245.171.465.232c0 0-.037.196 0 .257 0 0-.196-.073-.294-.049 0 0-.049-.305-.171-.44h0z\"/>\n    <path fill=\"#FC0\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M139.184 72.784s.183-.196.245-.269c.037-.049-.086.269.025.343.11.232.037.648.012.771-.195.012-.367.073-.599-.123-.086-.073.024-.232.098-.367.036-.074.109-.27.219-.355h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M139.356 72.648c0 .024-.012.122-.012.147.012.074.073.098.085.184.037.208-.012.343-.025.612\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M139.331 72.894c.061.257.012.465-.025.71-.012 0 .025 0 .025-.012M139.294 73.322c-.037.097-.037.159-.049.269-.012-.012-.061.037-.074.024\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M158.059 83.684c.416-1.04.856-3.169.832-3.658-.085-2.006-.061-2.606-.245-4.661l-2.068 2.361c.049.795.061 1.04 0 1.541-.024.184-.135 1.089-.281 1.444l1.762 2.973z\"/>\n    <path fill=\"#00209F\" fill-rule=\"nonzero\" d=\"M156.299 80.71c.146-.355.257-1.26.281-1.444.061-.501.049-.746 0-1.541l-1.272 1.407.991 1.578zM161.558 82.655c.037-.465.073-.979.073-1.211-.012-1.444.159-2.251 0-3.78-.122-1.199-.416-2.777-.355-4.073.025-.367-.049-.734-.061-1.089l-2.569 2.863c.183 2.055.159 2.655.245 4.661.025.489-.416 2.618-.832 3.658l.538.905 2.961-1.934zM159.758 86.534c.171-.281.318-1.089.355-1.248.085-.428.085-.673.061-1.407l-1.419.93 1.003 1.725zM163.81 93.31c.159-.098.428-.379.514-.624.171-.489.135-.477.257-1.015.073-.306.073-.648.147-.966.061-.318.514-1.333.526-1.749.049-1.333.49-2.239.379-3.695-.074-1.126-.33-2.655-.208-3.829.037-.318-.012-.685-.025-1.003l-2.887 1.884c.11 1.933.061 2.471.061 4.343.012.453-.392 2.288-.881 3.108l2.117 3.546zM159.014 94.376c-.538.489-1.529.746-1.688.856-.355.257-.881.636-1.774.685-.661.049-.954-.122-1.627-.208-.771-.098.098.024-.648-.135-.379-.098-.379-.159-.893-.281-.379-.086-.759-.184-.991-.502-.086-.122-.159-.22-.171-.416h-.514c-.049.146.098.428.147.526l.134.183c.074.159.061.122.196.245.036.024.195.159.245.183.097.074.195.172.306.184.502.086.71.195 1.187.33.453.135.208.11.55.196.171.036.514.171.685.195.306.049.355.098.673.172.82.183 1.615.134 2.422.086.33-.024 1.138-.196 1.419-.392.502-.355 1.603-.489 2.092-.832.073-.049.379-.196.44-.257.477-.392.856-.502 1.358-.82h-3.548v.002z\"/>\n    <path fill=\"#00209F\" fill-rule=\"nonzero\" d=\"M155.135 94.376h-3.915c.012.196.086.294.172.416.232.318.612.416.991.502.404.097.82-.123 1.248-.123 1.026-.318 1.149-.636 1.504-.795z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M155.135 94.376c-.355.184-.526.489-1.505.795-.379 0-.795.172-1.15.159.428.098.441.159.795.245.746.159-.122.037.648.135.673.086.966.257 1.627.208.893-.049 1.419-.428 1.774-.685.159-.11 1.15-.367 1.688-.856h-3.877v-.001z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M161.081 74.14s-.477 4.221-2.117 4.062\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M158.964 78.177c.82.037 1.358-1.003 1.664-1.982.318-1.003.453-2.055.453-2.068\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M158.964 78.166c.82-.025 1.358-1.076 1.639-1.994.33-.966.477-2.043.477-2.055\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M158.952 78.155c.82-.073 1.37-1.15 1.639-2.006.318-.942.477-2.019.49-2.043\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M158.952 78.141c.82-.134 1.37-1.235 1.627-2.019.318-.917.49-2.006.502-2.043\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M158.941 78.118c.832-.171 1.382-1.297 1.615-2.019.318-.893.514-1.994.526-2.031\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M158.941 78.104c.82-.232 1.382-1.37 1.603-2.031.318-.868.526-1.97.526-2.019\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M158.927 78.093c.832-.281 1.394-1.444 1.603-2.055.306-.82.538-1.945.538-1.994\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M158.927 78.082c.832-.343 1.394-1.517 1.578-2.068.318-.795.55-1.921.563-1.994\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M158.927 78.056c.82-.379 1.394-1.59 1.566-2.068.318-.771.563-1.908.575-1.982\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M158.916 78.042c.832-.428 1.407-1.664 1.566-2.08.306-.746.575-1.884.587-1.969\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M158.916 78.031c.832-.49 1.407-1.737 1.541-2.092.318-.722.599-1.872.612-1.957\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M158.904 78.02c.832-.538 1.419-1.81 1.541-2.117.306-.673.599-1.847.624-1.945\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M161.07 73.945c-.025.11-.33 1.284-.636 1.933-.11.232-.697 1.529-1.529 2.117\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M161.019 73.187s-1.37 3.352-2.239 2.973\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M158.78 76.159c.379.159.942-.514 1.395-1.297.49-.857.844-1.688.844-1.688\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M158.78 76.147c.33.147.917-.502 1.383-1.309.502-.893.856-1.676.856-1.676\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M158.78 76.136c.281.122.893-.489 1.37-1.321.526-.942.857-1.664.857-1.664\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M158.78 76.136c.232.098.881-.489 1.346-1.346.55-.979.881-1.651.881-1.651\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M158.769 76.122c.195.086.868-.477 1.346-1.358.563-1.028.881-1.651.881-1.651\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M158.769 76.122c.147.061.844-.477 1.333-1.382.575-1.064.893-1.64.893-1.64\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M158.769 76.111c.098.049.82-.465 1.321-1.395.599-1.113.893-1.627.893-1.627\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M158.769 76.111c.049.012.795-.465 1.309-1.407.612-1.162.905-1.627.905-1.627\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M160.982 73.066s-.294.404-.917 1.615c-.514.966-1.297 1.419-1.297 1.419M156.505 79.5l-1.063-.197M156.578 78.411l-1.15.623\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M156.604 78.459l-1.176.575\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M156.604 78.507l-1.187.539\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M156.604 78.569l-1.187.491\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M156.592 78.617l-1.187.454\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M156.592 78.668l-1.201.403\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M156.592 78.716l-1.212.366\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M156.592 78.764l-1.224.333\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M156.592 78.826l-1.238.282\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M156.592 78.877l-1.249.242\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M156.519 79.449l-1.091-.158\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M156.519 79.39l-1.103-.124\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M156.53 79.328l-1.125-.073\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M156.53 79.28l-1.139-.037\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M156.541 79.218h-1.161\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M156.541 79.156l-1.173.051\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M156.541 79.108l-1.187.073\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M156.556 79.046l-1.224.124\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M156.556 78.987l-1.238.169\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M156.567 78.936l-1.261.197M161.558 79.243s-.061.893-.257 1.272c-.281.526-1.101 1.334-2.043 1.921\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M159.234 82.435a7.652 7.652 0 001.541-1.309c.208-.22.379-.453.49-.636.195-.392.281-1.272.281-1.272\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M159.209 82.435a7.663 7.663 0 001.529-1.333c.208-.22.379-.441.477-.648.22-.392.33-1.26.33-1.26\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M159.198 82.435c.599-.404 1.15-.954 1.505-1.346.195-.22.367-.453.477-.661.233-.416.367-1.26.367-1.26\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M159.172 82.424c.599-.404 1.15-.966 1.505-1.358.183-.208.343-.441.465-.661.245-.428.404-1.26.404-1.26\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M159.149 82.424c.599-.404 1.138-1.003 1.493-1.382.171-.195.343-.428.465-.661.257-.441.428-1.26.428-1.26\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M159.124 82.424c.599-.416 1.138-1.04 1.481-1.407.171-.195.33-.428.465-.661.269-.465.465-1.26.465-1.26\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M159.113 82.424c.575-.428 1.126-1.076 1.456-1.431.159-.183.33-.416.465-.661.281-.477.502-1.26.502-1.26\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M159.087 82.412c.575-.416 1.126-1.089 1.444-1.443.159-.172.318-.416.465-.661.294-.489.538-1.26.538-1.26\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M159.062 82.412c.575-.428 1.126-1.125 1.432-1.468.146-.159.318-.404.465-.661.306-.514.563-1.26.563-1.26\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M159.051 82.412c.563-.428 1.101-1.162 1.407-1.492.146-.159.306-.404.465-.661.306-.526.599-1.26.599-1.26\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M159.026 82.412c.563-.44 1.101-1.187 1.395-1.505.134-.159.306-.404.465-.673.318-.538.636-1.26.636-1.26\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M159 82.398c.563-.44 1.101-1.211 1.382-1.517.135-.147.294-.404.453-.673.342-.563.685-1.26.685-1.26\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M161.521 78.925s-.795 1.505-1.174 1.933c-.269.294-.808 1.101-1.37 1.542\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M161.498 82.655c-.868.575-1.089.722-2.887 1.872l-.551-.844s.208-.501.294-.734\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M161.484 82.644c-.832.563-1.113.746-2.874 1.847l-.025-.024c0-.012-.489-.82-.489-.82s.024-.097.085-.22c.061-.159.135-.343.172-.477\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M161.484 82.644c-.808.539-1.162.771-2.874 1.823l-.025-.037c0-.024-.465-.82-.465-.82s.025-.085.073-.208c.061-.147.122-.33.159-.452\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M161.484 82.644c-.783.514-1.211.783-2.874 1.786l-.025-.037c0-.024-.44-.808-.428-.808 0 0 .012-.086.061-.196.049-.146.11-.318.147-.44\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M161.484 82.632c-.759.501-1.26.808-2.874 1.762l-.025-.037c0-.037-.404-.808-.404-.808s0-.074.049-.184a2.4 2.4 0 00.135-.416\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M161.473 82.632c-.722.477-1.297.832-2.862 1.725-.012 0-.025-.037-.025-.037 0-.049-.379-.795-.379-.807.012 0 0-.061.049-.171a2.62 2.62 0 00.11-.392\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M161.473 82.618c-.697.465-1.346.857-2.875 1.701 0 0-.012-.037-.024-.037 0-.061-.342-.795-.33-.795 0 0-.012-.061.025-.171.049-.122.086-.245.098-.367\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M161.473 82.618c-.673.453-1.395.868-2.875 1.664l-.024-.037c0-.061-.306-.783-.306-.795 0 0-.025-.049.025-.147.049-.134.073-.232.086-.355\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M161.473 82.618c-.648.428-1.444.893-2.875 1.639a.185.185 0 00-.024-.049c0-.073-.281-.783-.269-.795 0 0-.037-.037 0-.134.049-.122.061-.22.074-.33\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M161.462 82.607c-.612.416-1.48.917-2.863 1.615 0-.012-.025-.037-.025-.049 0-.086-.245-.783-.245-.783s-.037-.037 0-.134c.049-.11.049-.196.049-.306\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M161.462 82.607c-.587.392-1.517.942-2.863 1.578a.096.096 0 01-.025-.049c0-.098-.22-.771-.208-.783 0 0-.061-.036-.025-.122.049-.11.037-.171.037-.281\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M161.462 82.607c-.563.367-1.566.954-2.863 1.542-.012-.012-.025-.037-.037-.049.012-.098-.183-.771-.171-.771 0-.012-.061-.037-.025-.122.037-.098.025-.147.025-.257\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M161.447 82.596c-.526.355-1.603.979-2.85 1.517-.012-.012-.025-.037-.037-.049 0-.11-.146-.759-.134-.771 0 0-.073-.024-.049-.098.049-.098.025-.135.012-.245\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M161.447 82.596a17.595 17.595 0 01-2.85 1.48c-.012 0-.037-.037-.037-.049 0-.122-.122-.758-.11-.771 0 0-.085-.012-.049-.085.036-.098 0-.11-.012-.22\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M161.447 82.596c-.477.306-1.701 1.015-2.863 1.456 0-.012-.025-.049-.025-.061 0-.122-.097-.746-.085-.759h.012s-.098-.012-.074-.086c.037-.085 0-.085-.024-.195\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M161.447 82.582c-.452.306-1.749 1.04-2.863 1.431a.128.128 0 01-.025-.061c0-.134-.061-.746-.048-.759l-.074-.074c.037-.073-.012-.073-.049-.171\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M161.436 82.582c-.416.281-1.786 1.064-2.851 1.395a.13.13 0 01-.024-.061c0-.147-.037-.747-.024-.759 0 0-.11.012-.086-.049.037-.086-.024-.061-.048-.159\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M161.436 82.57c-.392.269-1.835 1.089-2.851 1.37-.012-.012-.024-.049-.036-.061 0-.159.012-.734.024-.746 0 0-.122.012-.098-.049.025-.073-.037-.037-.073-.134\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M161.436 82.57c-.367.244-1.884 1.101-2.851 1.333-.012-.012-.024-.049-.036-.061 0-.159.036-.734.049-.746 0 0-.122.024-.11-.037.037-.061-.037-.012-.085-.11\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M161.436 82.57c-.342.22-1.921 1.126-2.851 1.297-.012-.012-.036-.036-.036-.061 0-.172.061-.722.086-.746 0 0-.147.037-.122-.025.025-.061-.061.012-.11-.086\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M161.425 82.559c-.306.208-1.957 1.15-2.838 1.284-.012-.024-.037-.049-.037-.073a4.8 4.8 0 01.11-.734s-.146.024-.122-.012c.012-.061-.073.024-.123-.073\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M161.425 82.559c-.281.183-2.006 1.175-2.838 1.248-.025-.025-.037-.049-.037-.073 0-.183.122-.71.147-.734 0 0-.159.037-.147 0 .024-.049-.086.037-.135-.049\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M161.425 82.559c-.257.159-2.055 1.186-2.85 1.211a2.551 2.551 0 00-.037-.074c.012-.195.159-.71.183-.734 0 0-.171.049-.147.012.012-.049-.098.061-.159-.024\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M161.411 82.545c-.22.147-2.092 1.211-2.838 1.187-.012-.012-.024-.049-.036-.074 0-.208.195-.71.208-.722h.012s-.184.048-.171.012c.012-.037-.098.085-.171 0\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M161.411 82.545c-.196.135-2.141 1.236-2.838 1.15-.012-.012-.036-.049-.036-.073 0-.22.22-.698.245-.722 0 0-.184.061-.171.037.012-.037-.123.097-.196.012\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M161.411 82.545c-.171.11-2.19 1.248-2.838 1.113-.012-.012-.036-.049-.036-.073 0-.22.245-.697.269-.71v-.012s-.195.074-.183.049c.012-.037-.122.122-.196.037\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M161.411 82.534c-.147.098-2.239 1.272-2.838 1.101a.132.132 0 01-.036-.086c0-.232.281-.685.306-.71 0 0-.208.074-.196.049.012-.025-.134.147-.22.061\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M161.4 82.534c-.11.073-2.275 1.297-2.826 1.064-.024-.025-.036-.061-.048-.086.012-.245.318-.685.343-.71 0 0-.208.086-.208.061.012-.012-.147.171-.232.086\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M161.4 82.534c-.086.049-2.312 1.309-2.826 1.028-.024-.025-.036-.061-.048-.086 0-.245.355-.685.379-.697 0 0-.232.086-.22.073 0-.024-.159.171-.257.098\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M161.4 82.52c-.061.037-2.361 1.333-2.826 1.003a.195.195 0 01-.048-.086c0-.257.379-.673.404-.697 0 0-.232.098-.232.086.012-.012-.171.196-.257.122\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M161.4 82.52c-.037.012-2.41 1.358-2.838.966-.012-.024-.036-.049-.036-.086 0-.269.404-.673.441-.697l-.244.097s-.183.22-.281.147\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M161.385 82.508s-2.74 1.541-2.863.856c0-.281.465-.685.465-.685l-.257.098s-.183.245-.294.171\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M161.704 89.763l2.129 3.548c.159-.098.428-.379.514-.624.159-.489.135-.489.257-1.015.061-.306.073-.648.134-.966.074-.318.526-1.333.539-1.749\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.276 88.957c-.012.416-.465 1.407-.538 1.725-.061.318-.074.661-.135.966-.122.526-.097.514-.269 1.003-.074.245-.355.526-.502.624-.012 0-2.116-3.511-2.129-3.511\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.276 88.957c-.012.404-.465 1.395-.526 1.713-.074.318-.086.648-.159.954-.122.514-.085.514-.257 1.003-.086.232-.355.514-.502.612-.012 0-2.104-3.463-2.129-3.474\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.276 88.957c-.012.404-.453 1.382-.526 1.7-.074.306-.086.636-.159.942-.122.514-.085.502-.257.991-.086.233-.355.502-.502.6-.025.012-2.104-3.413-2.129-3.425\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.276 88.957c-.012.392-.453 1.37-.526 1.676-.074.318-.086.636-.159.942-.122.502-.098.502-.257.979-.086.232-.355.502-.502.6-.037.012-2.092-3.377-2.129-3.388\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.276 88.957c-.012.392-.453 1.358-.526 1.664-.074.306-.086.636-.159.929-.122.502-.098.49-.269.966-.085.233-.343.502-.502.599-.024.012-2.068-3.34-2.117-3.352\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.276 88.957c-.012.392-.441 1.333-.526 1.639-.074.306-.086.636-.159.929-.122.49-.098.49-.269.954-.085.233-.343.502-.502.6-.037.012-2.068-3.303-2.117-3.315\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.276 88.957c-.012.379-.441 1.321-.526 1.627-.074.306-.086.624-.159.917-.122.489-.11.489-.269.942a1.328 1.328 0 01-.502.587c-.049.024-2.055-3.242-2.117-3.266\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.276 88.957c-.012.379-.441 1.309-.526 1.615-.074.294-.086.612-.159.905-.122.477-.11.477-.281.942-.085.22-.343.477-.489.575-.049.012-2.055-3.205-2.117-3.23\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.276 88.957c-.012.367-.441 1.297-.526 1.59-.074.306-.086.612-.159.905-.122.477-.11.477-.281.93-.085.22-.343.477-.489.575-.061.012-2.043-3.168-2.117-3.192\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.276 88.957c-.012.367-.428 1.284-.526 1.578-.074.294-.086.599-.171.893-.122.477-.098.465-.269.917-.085.22-.343.477-.489.575-.073.012-2.031-3.132-2.117-3.156\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.276 88.957c-.012.367-.428 1.26-.526 1.566-.074.281-.086.599-.171.868-.122.477-.11.477-.269.917-.085.22-.343.477-.489.563-.073.024-2.031-3.083-2.117-3.107\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.276 88.957c-.012.355-.428 1.248-.526 1.541-.074.294-.086.6-.171.868-.122.477-.11.477-.281.905-.085.22-.33.465-.477.563-.085.024-2.019-3.034-2.117-3.071\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.276 88.957c-.012.355-.428 1.236-.526 1.529-.074.281-.086.587-.171.856-.122.465-.11.465-.281.905-.085.208-.33.453-.49.55-.085.025-1.994-2.997-2.104-3.034\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.276 88.957c-.012.343-.416 1.223-.526 1.517-.074.281-.086.575-.171.844-.122.465-.122.465-.281.893-.085.208-.343.453-.49.551-.085.024-1.994-2.961-2.104-2.997\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.276 88.957c-.012.343-.416 1.211-.526 1.492-.074.281-.098.575-.171.844-.122.453-.122.453-.281.881a1.5 1.5 0 01-.49.538c-.097.037-1.982-2.912-2.104-2.948\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.276 88.957c-.012.33-.416 1.187-.526 1.48-.074.281-.098.563-.171.832-.122.453-.122.453-.294.868-.085.208-.33.453-.477.539-.11.037-1.982-2.875-2.104-2.911\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.276 88.942c-.012.343-.416 1.187-.514 1.481-.086.269-.11.563-.183.82-.122.44-.122.453-.294.856-.085.208-.33.441-.477.539-.11.037-1.97-2.826-2.104-2.875\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.276 88.942c-.012.343-.404 1.175-.514 1.456-.086.269-.11.563-.183.82-.135.441-.135.441-.294.856-.085.196-.33.428-.477.514-.122.037-1.957-2.777-2.104-2.826\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.276 88.942c-.012.331-.404 1.162-.514 1.444-.074.269-.11.551-.196.808-.122.428-.122.441-.294.844-.085.196-.318.428-.465.514-.134.037-1.957-2.741-2.104-2.789\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.276 88.942c-.012.331-.404 1.138-.514 1.432-.074.257-.11.538-.196.795-.122.428-.122.428-.294.832-.085.196-.33.428-.465.514-.134.037-1.945-2.704-2.104-2.752\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.276 88.942c-.012.318-.404 1.126-.514 1.407-.074.269-.11.538-.196.795-.122.416-.134.428-.294.82-.085.196-.33.428-.477.514-.134.037-1.933-2.667-2.092-2.716\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.276 88.942c-.012.318-.392 1.113-.514 1.395-.074.257-.11.526-.196.783-.122.416-.134.416-.294.808a1.45 1.45 0 01-.477.501c-.147.049-1.921-2.606-2.092-2.667\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.276 88.942c-.012.318-.392 1.101-.514 1.383-.074.245-.11.526-.196.771-.122.404-.134.416-.306.807-.085.184-.318.404-.465.489-.147.049-1.908-2.569-2.092-2.63\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.276 88.942c-.012.306-.392 1.089-.514 1.358-.074.257-.11.526-.196.771-.122.404-.134.416-.306.795-.085.183-.318.404-.465.49-.159.049-1.908-2.533-2.092-2.593\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.276 88.942c-.012.306-.392 1.064-.514 1.346-.074.245-.11.514-.196.759-.122.392-.147.404-.306.783a1.493 1.493 0 01-.465.49c-.171.049-1.896-2.496-2.092-2.557\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.276 88.942c-.012.294-.379 1.052-.514 1.333-.074.245-.11.502-.196.746-.134.392-.147.404-.306.771-.097.183-.318.404-.465.477-.171.061-1.884-2.447-2.092-2.508\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.276 88.942c-.012.294-.379 1.04-.514 1.309-.074.245-.11.502-.208.746-.122.379-.135.392-.306.759-.085.184-.318.392-.453.477-.183.061-1.884-2.41-2.092-2.483\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.276 88.942c-.012.294-.379 1.028-.514 1.297-.074.245-.11.489-.208.722-.122.392-.147.404-.306.759-.085.183-.318.392-.453.477-.196.049-1.872-2.361-2.092-2.447\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.276 88.942c-.012.282-.379 1.015-.514 1.284-.074.233-.11.49-.208.71-.122.379-.147.404-.306.759a1.527 1.527 0 01-.465.465c-.183.049-1.859-2.325-2.08-2.41\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.276 88.942c-.012.282-.367.991-.514 1.26-.074.232-.11.489-.208.71-.122.379-.147.392-.306.746a1.363 1.363 0 01-.465.453c-.195.061-1.847-2.276-2.08-2.361\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.276 88.942c-.012.27-.367.979-.514 1.248-.074.232-.122.477-.208.697-.122.367-.147.392-.318.734a1.237 1.237 0 01-.453.453c-.208.061-1.835-2.239-2.08-2.324\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.276 88.942c-.012.27-.367.966-.502 1.236-.086.22-.134.465-.22.685-.122.367-.159.379-.318.722a1.46 1.46 0 01-.453.453c-.208.061-1.835-2.202-2.08-2.288\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.265 88.942c0 .27-.342.954-.49 1.211-.086.233-.134.465-.22.685-.122.355-.159.379-.318.71a1.402 1.402 0 01-.453.441c-.22.074-1.823-2.141-2.08-2.239\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.265 88.942c0 .257-.342.942-.49 1.199-.086.22-.134.453-.22.673-.135.355-.159.379-.33.71a1.344 1.344 0 01-.441.429c-.232.073-1.81-2.104-2.08-2.202\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.265 88.942c0 .257-.342.917-.49 1.175-.086.22-.134.465-.22.673-.135.355-.159.367-.33.697a1.33 1.33 0 01-.441.428c-.232.073-1.81-2.067-2.08-2.165\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.265 88.942c0 .245-.342.905-.49 1.162-.086.22-.134.453-.232.661-.122.343-.159.367-.318.685a1.462 1.462 0 01-.44.428c-.245.074-1.798-2.031-2.08-2.129\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.265 88.942c0 .245-.33.893-.49 1.15-.086.208-.134.441-.232.648-.122.343-.159.355-.318.673a1.324 1.324 0 01-.453.416c-.245.085-1.786-1.982-2.067-2.08\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.265 88.942c0 .245-.33.881-.49 1.126-.086.22-.134.441-.232.648-.122.33-.159.355-.33.661a1.193 1.193 0 01-.441.416c-.245.073-1.774-1.933-2.067-2.043\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.265 88.942c0 .233-.33.868-.49 1.113-.086.208-.134.428-.232.636-.122.33-.171.343-.33.661-.098.147-.294.33-.441.404-.257.073-1.762-1.896-2.067-2.006\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.265 88.942c0 .233-.33.844-.49 1.101-.086.208-.134.416-.232.624-.122.318-.171.343-.33.649-.098.147-.306.33-.441.404-.269.073-1.762-1.86-2.067-1.97\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.265 88.942c0 .221-.318.832-.49 1.077-.086.208-.134.428-.232.624-.122.318-.171.343-.33.636-.098.147-.306.33-.441.392-.269.086-1.749-1.811-2.067-1.921\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.265 88.942c0 .221-.318.82-.49 1.064-.086.196-.134.416-.232.612-.122.306-.171.33-.343.624a1.45 1.45 0 01-.428.392c-.281.086-1.749-1.774-2.067-1.884\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.265 88.942c0 .208-.318.808-.49 1.052-.086.196-.134.404-.232.6-.134.306-.183.33-.343.612a1.45 1.45 0 01-.428.392c-.293.086-1.737-1.725-2.067-1.847\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.265 88.942c0 .208-.318.796-.49 1.028-.086.196-.134.404-.232.6-.134.294-.183.318-.343.612a1.442 1.442 0 01-.441.379c-.281.086-1.713-1.688-2.055-1.81\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.265 88.942c0 .208-.306.771-.49 1.015-.086.195-.134.392-.245.587-.122.294-.171.318-.33.599a1.26 1.26 0 01-.441.367c-.294.098-1.713-1.639-2.055-1.761\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.265 88.942c0 .196-.306.759-.49 1.003-.073.184-.146.379-.245.563-.122.294-.183.33-.342.599a1.516 1.516 0 01-.428.367c-.306.098-1.701-1.602-2.055-1.725\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.265 88.942c0 .196-.306.747-.477.979-.086.184-.159.392-.257.563-.122.294-.183.318-.342.587a1.532 1.532 0 01-.428.367c-.306.098-1.688-1.566-2.055-1.688\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.265 88.942c0 .184-.306.734-.477.966-.086.184-.159.379-.257.551-.122.281-.183.318-.342.575a1.516 1.516 0 01-.428.367c-.318.086-1.688-1.517-2.055-1.651\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.265 88.942c0 .184-.294.722-.477.954-.086.171-.159.367-.257.538-.122.281-.183.306-.355.575a1.24 1.24 0 01-.416.343c-.33.098-1.676-1.468-2.055-1.602\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.265 88.942c0 .184-.294.698-.477.93-.086.184-.159.367-.257.538-.122.269-.195.306-.355.563a1.24 1.24 0 01-.416.343c-.33.098-1.676-1.432-2.055-1.566\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.265 88.931c0 .184-.294.698-.477.93-.086.171-.159.355-.257.526-.134.269-.195.306-.355.551a1.385 1.385 0 01-.416.343c-.342.098-1.664-1.395-2.055-1.529\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.265 88.931c0 .184-.294.685-.477.917-.086.172-.159.343-.257.514-.134.257-.195.294-.355.538-.11.134-.281.269-.428.33-.343.11-1.639-1.346-2.043-1.48\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.265 88.931c0 .172-.281.673-.477.893-.086.172-.159.355-.269.514-.122.257-.196.294-.355.526a1.175 1.175 0 01-.416.33c-.343.11-1.639-1.297-2.043-1.443\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.265 88.931c0 .172-.281.649-.477.881-.086.159-.159.343-.269.502-.122.245-.196.282-.355.514-.098.135-.281.27-.416.33-.355.11-1.627-1.26-2.043-1.406\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.265 88.931c0 .172-.281.637-.477.868-.086.159-.159.331-.269.49-.122.245-.196.282-.355.514a1.287 1.287 0 01-.416.318c-.367.11-1.627-1.223-2.043-1.37\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.265 88.931c0 .159-.269.624-.477.844-.086.159-.159.331-.269.49-.122.233-.196.269-.355.502-.11.122-.281.245-.416.306-.367.122-1.615-1.175-2.043-1.321\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.265 88.931c0 .159-.269.612-.477.832-.086.159-.159.318-.269.477-.122.233-.208.269-.367.49a1.22 1.22 0 01-.404.306c-.379.122-1.603-1.137-2.043-1.284\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.265 88.931c0 .147-.269.6-.477.82-.086.146-.159.306-.269.465-.122.232-.208.269-.367.477a1.206 1.206 0 01-.404.306c-.391.122-1.603-1.101-2.043-1.248\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.265 88.931c0 .147-.269.575-.477.796-.086.146-.159.318-.269.465-.134.22-.208.257-.367.465-.11.123-.281.245-.404.306-.391.11-1.59-1.052-2.043-1.211\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.265 88.931c0 .147-.257.563-.477.783-.086.147-.159.306-.269.452-.134.221-.22.257-.367.465-.11.11-.281.233-.416.282-.392.122-1.566-1.003-2.031-1.162\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.265 88.931c0 .135-.257.551-.477.771-.086.134-.159.294-.269.44-.134.208-.22.245-.379.453-.098.11-.269.22-.404.281-.404.123-1.566-.966-2.031-1.125\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.265 88.931c0 .135-.257.539-.465.747-.098.146-.183.294-.294.44-.122.208-.208.245-.367.441-.098.11-.269.22-.404.281-.404.123-1.554-.93-2.031-1.101\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.265 88.931c0 .123-.257.526-.465.734-.098.134-.183.281-.294.416-.122.208-.208.257-.367.441-.11.11-.269.22-.404.281-.416.122-1.554-.893-2.031-1.064\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.265 88.931c0 .123-.245.502-.465.71-.098.147-.183.281-.294.416-.122.208-.22.245-.379.428-.098.11-.257.22-.392.269-.428.135-1.542-.832-2.031-1.015\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.265 88.931c0 .123-.245.49-.465.698-.098.135-.183.281-.294.404-.122.196-.22.245-.379.428a1.207 1.207 0 01-.392.257c-.428.135-1.529-.795-2.031-.978\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.265 88.931c0 .11-.245.477-.465.685-.098.123-.183.269-.294.392-.122.196-.22.232-.379.416a1.93 1.93 0 01-.392.257c-.441.135-1.529-.759-2.031-.942\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.265 88.931c0 .11-.245.465-.465.661-.098.135-.183.269-.294.391-.135.183-.233.233-.379.404a1.93 1.93 0 01-.392.257c-.453.135-1.517-.722-2.031-.905\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.265 88.931c0 .098-.232.453-.465.649-.098.123-.183.257-.294.379-.135.184-.233.233-.392.392a1.166 1.166 0 01-.392.245c-.453.146-1.492-.673-2.018-.857\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.265 88.931c0 .098-.232.429-.465.637-.098.122-.183.245-.294.367-.135.172-.233.22-.392.379a1.31 1.31 0 01-.392.245c-.453.134-1.492-.624-2.018-.82\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.265 88.931c0 .098-.232.416-.465.612-.098.122-.183.245-.306.367-.123.171-.221.22-.379.379-.11.086-.257.184-.392.233-.465.134-1.48-.588-2.018-.783\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.265 88.931c0 .086-.232.404-.465.6-.098.11-.183.245-.306.355-.123.159-.233.208-.379.367-.11.086-.257.171-.392.22-.477.147-1.48-.538-2.018-.734\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.265 88.931c0 .086-.22.392-.465.588-.098.11-.183.233-.306.342-.123.159-.233.208-.392.355a1.49 1.49 0 01-.379.22c-.477.147-1.468-.502-2.018-.697\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.265 88.931c0 .074-.22.38-.465.563-.086.11-.183.233-.306.343-.123.147-.233.196-.392.343a1.73 1.73 0 01-.379.22c-.489.147-1.456-.465-2.018-.661\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.265 88.931c0 .074-.22.355-.465.551-.086.11-.183.221-.306.33-.123.147-.245.196-.392.33a1.69 1.69 0 01-.379.22c-.502.147-1.456-.416-2.018-.624\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.265 88.931c0 .061-.22.343-.465.539a3.531 3.531 0 01-.306.318c-.135.135-.245.196-.392.318-.11.086-.257.171-.379.208-.502.159-1.443-.367-2.018-.575\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.265 88.931c0 .061-.208.331-.465.514-.086.11-.183.208-.306.318-.135.134-.245.183-.404.318a1.83 1.83 0 01-.379.195c-.502.159-1.431-.33-2.006-.538\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.265 88.931c0 .061-.208.318-.453.502-.098.098-.208.196-.318.306-.135.122-.245.183-.404.306a1.83 1.83 0 01-.379.195c-.514.159-1.419-.294-2.006-.501\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.265 88.931c0 .049-.208.306-.453.49-.098.086-.208.196-.318.294-.135.122-.257.171-.404.294-.11.074-.245.147-.379.196-.514.159-1.407-.257-2.006-.465\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.265 88.931c0 .049-.208.282-.453.465a4.078 4.078 0 01-.33.294c-.122.11-.245.171-.404.281a1.262 1.262 0 01-.367.183c-.526.159-1.407-.196-2.006-.416\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.265 88.931c0 .037-.195.27-.453.453-.098.086-.208.184-.33.269-.122.122-.245.183-.404.281-.11.073-.245.135-.367.184-.538.159-1.395-.159-2.006-.379\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.265 88.931c0 .037-.195.257-.453.441a3.753 3.753 0 01-.33.257c-.122.11-.245.171-.404.281a3.43 3.43 0 01-.367.171c-.538.159-1.382-.123-2.006-.343\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.265 88.931c0 .037-.195.245-.453.416a4.176 4.176 0 01-.33.257c-.122.11-.257.171-.404.269-.11.061-.245.123-.367.172-.551.159-1.382-.086-2.006-.306\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.265 88.931c0 .025-.183.221-.453.404-.098.073-.208.159-.33.245-.135.11-.257.159-.416.257-.11.061-.232.122-.355.159-.563.171-1.37-.037-2.006-.257\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.265 88.931c0 .025-.183.208-.453.392-.098.073-.208.159-.33.232-.135.098-.257.159-.416.245-.11.061-.232.122-.367.159-.55.172-1.358 0-1.994-.22\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.265 88.931c0 .012-.183.196-.453.367-.098.073-.208.159-.33.232-.135.098-.269.159-.416.233-.11.061-.245.11-.367.159-.563.172-1.346.049-1.994-.183\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.265 88.92c0 .024-.183.196-.453.367a3.935 3.935 0 01-.33.22c-.135.086-.269.147-.416.233l-.367.146c-.575.172-1.333.086-1.994-.146\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.265 88.92c0 .024-.171.184-.453.355-.098.061-.208.134-.33.208-.135.086-.269.147-.428.22-.11.049-.232.098-.355.134-.575.184-1.333.135-1.994-.097\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.265 88.92c0 .012-.171.159-.453.331a2.92 2.92 0 01-.343.208c-.123.074-.257.135-.416.208-.11.049-.232.098-.355.134-.587.184-1.321.171-1.994-.061\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.265 88.92c0 .012-.171.147-.453.318a7.32 7.32 0 01-.343.196 3.208 3.208 0 01-.416.196c-.11.049-.232.098-.355.135-.599.171-1.309.208-1.994-.025M165.265 88.92s-1.823 1.432-3.56.82\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.338 83.292s-.355 2.288-.489 2.618c-.122.294-.844 1.603-1.945 1.908\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.338 83.292s-.379 2.263-.526 2.594c-.122.294-.795 1.541-1.921 1.921\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.327 83.281s-.392 2.251-.538 2.594c-.123.294-.759 1.468-1.896 1.933\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.327 83.281s-.416 2.239-.563 2.569c-.134.294-.71 1.406-1.872 1.945\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.313 83.281s-.428 2.214-.575 2.545c-.146.306-.673 1.345-1.859 1.957\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.313 83.281s-.453 2.202-.612 2.533c-.134.306-.624 1.26-1.823 1.969\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.313 83.267s-.477 2.19-.636 2.52c-.147.306-.575 1.199-1.798 1.982\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.302 83.267s-.489 2.178-.648 2.508c-.147.306-.538 1.126-1.774 1.994\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.302 83.267s-.514 2.153-.673 2.484c-.159.306-.502 1.064-1.762 2.006\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.29 83.255s-.526 2.153-.697 2.471c-.159.318-.441.991-1.725 2.031\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.29 83.255s-.563 2.129-.722 2.459c-.159.306-.404.917-1.701 2.031\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.276 83.255s-.575 2.117-.734 2.435c-.171.318-.367.856-1.688 2.043\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.276 83.241s-.6 2.104-.759 2.422c-.171.318-.33.795-1.664 2.068\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.192 81.885s-.294 3.23-2.593 4.123\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.192 81.885c-.012.012-.134 1.04-.599 2.043-.367.771-.979 1.651-1.994 2.068\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.181 81.885c0 .012-.147 1.064-.612 2.031-.343.71-.954 1.627-1.97 2.08\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.181 81.885c-.012.024-.183 1.101-.636 2.006-.33.661-.93 1.615-1.945 2.092\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.167 81.885c0 .024-.208 1.125-.661 1.994-.294.612-.893 1.591-1.909 2.092\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.167 81.885c-.012.037-.245 1.15-.685 1.969-.269.563-.881 1.578-1.884 2.117\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.155 81.885c0 .037-.269 1.174-.697 1.957-.257.502-.856 1.554-1.859 2.116\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.155 81.874c-.012.061-.306 1.223-.722 1.957-.232.44-.832 1.529-1.835 2.116\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.155 81.874c-.025.061-.343 1.248-.746 1.933-.22.404-.807 1.517-1.81 2.128\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.141 81.874c-.012.073-.367 1.272-.758 1.921-.196.343-.783 1.492-1.786 2.141\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.141 81.874c-.024.073-.404 1.297-.795 1.896-.171.294-.746 1.48-1.749 2.153\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.13 81.874c-.012.086-.428 1.334-.808 1.884-.147.232-.722 1.456-1.725 2.153\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.13 81.874c-.024.086-.465 1.358-.832 1.859-.134.183-.697 1.444-1.701 2.177\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.167 80.992s-.673 2.594-2.545 3.229\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.167 80.992s-.257.917-.868 1.81c-.404.599-.991 1.186-1.676 1.419\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.167 80.98s-.269.905-.881 1.798c-.428.612-1.028 1.223-1.664 1.444\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.167 80.969s-.281.893-.905 1.786c-.44.624-1.052 1.26-1.639 1.456\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.155 80.955s-.281.881-.917 1.786c-.453.624-1.089 1.284-1.615 1.468\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.155 80.955s-.294.857-.942 1.762c-.465.636-1.113 1.321-1.603 1.481\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.155 80.943s-.306.857-.954 1.75c-.489.661-1.162 1.358-1.59 1.505\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.155 80.929s-.318.844-.979 1.737c-.502.673-1.187 1.395-1.566 1.529\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.141 80.929s-.306.82-.991 1.725c-.514.673-1.224 1.419-1.542 1.529\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.141 80.918s-.318.808-1.015 1.713c-.526.685-1.248 1.468-1.517 1.554\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.141 80.907s-.33.795-1.028 1.701c-.538.697-1.297 1.505-1.505 1.578\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.141 80.893s-.343.783-1.052 1.701c-.551.71-1.321 1.529-1.481 1.578\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.13 80.893s-.342.759-1.064 1.676c-.563.722-1.358 1.566-1.456 1.603\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.13 80.881s-.355.746-1.089 1.664c-.575.734-1.382 1.603-1.444 1.627\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.13 80.87s-.367.734-1.101 1.651a35.423 35.423 0 01-1.432 1.639M160.165 84.527l-1.286.234M160.029 85.506l-1.15-.488\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M160.176 84.564l-1.286.197\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M160.176 84.612l-1.297.161\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M160.165 84.662l-1.297.11\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M160.165 84.71l-1.311.073\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M160.165 84.761l-1.323.023\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M160.151 84.809l-1.32-.011\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M160.151 84.846l-1.334-.048\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M160.151 84.894l-1.345-.085\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M160.139 84.944l-1.345-.135\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M160.04 85.446l-1.173-.454\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M160.055 85.395l-1.201-.428\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M160.055 85.347l-1.213-.392\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M160.066 85.297l-1.235-.366\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M160.077 85.249l-1.261-.33\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M160.077 85.201l-1.272-.307\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M160.091 85.139l-1.297-.257\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M160.103 85.091l-1.322-.234\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M160.103 85.04l-1.334-.194\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M160.114 84.992l-1.356-.172\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M158.941 94.401s.685.037.746.061c.074.012 2.789-.049 2.789-.049\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M158.927 94.412s.673.061.771.086c.11.012 2.752-.074 2.752-.074\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M158.927 94.424s.648.085.783.11c.147.025 2.716-.098 2.716-.098\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M158.916 94.438s.636.098.807.135c.183.037 2.691-.122 2.691-.122\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M158.916 94.438s.612.135.832.171c.208.049 2.642-.147 2.642-.147\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M158.916 94.449s.587.147.844.196c.245.061 2.606-.171 2.606-.171\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M158.904 94.46s.575.171.868.232c.281.049 2.569-.208 2.569-.208\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M158.904 94.474s.563.196.881.257c.318.061 2.545-.22 2.545-.22\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M158.89 94.486s.55.208.905.281c.355.074 2.508-.245 2.508-.245\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M158.89 94.497s.526.232.917.306c.392.086 2.471-.27 2.471-.27\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M162.257 94.548s-2.006.379-2.435.294c-.428-.086-.942-.331-.942-.331\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M158.428 95.952s-1.284.196-1.333.184c-.024 0-.746-.049-.771-.049-.012 0-.624-.147-.624-.147\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M158.501 95.929s-1.321.208-1.419.184c-.048-.012-.71-.049-.746-.049-.036 0-.587-.135-.587-.135\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M158.574 95.893s-1.358.233-1.493.196a16.143 16.143 0 00-.734-.049c-.049 0-.538-.122-.538-.122\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M158.648 95.856s-1.383.245-1.578.208a16.352 16.352 0 00-.71-.049l-.49-.098\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M158.721 95.831s-1.419.257-1.652.208c-.122-.024-.612-.049-.697-.061-.086 0-.441-.073-.441-.073\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M158.794 95.794s-1.456.281-1.737.22c-.147-.025-.563-.049-.673-.061-.098 0-.392-.061-.392-.061\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M158.867 95.757s-1.48.306-1.81.245c-.183-.037-.539-.061-.661-.073-.123-.012-.343-.049-.343-.049\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M158.941 95.732s-1.517.318-1.896.245a3.173 3.173 0 00-.636-.073l-.306-.025\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M158.353 95.99l-1.248.172-.795-.038-.673-.172\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M159.014 95.695s-1.554.343-1.982.257c-.416-.086-.868-.086-.868-.086M152.873 95.879l-1.211-.44c-.759-.282-.844-1.04-.844-1.04\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M152.958 95.636s-.49-.195-.893-.343c-1.077-.404-.954-.917-.954-.917\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M153.031 95.684s-.636-.245-.966-.367a2.72 2.72 0 01-.502-.233c-.147-.086-.33-.257-.379-.343-.098-.147-.098-.355-.098-.355\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M153.104 95.746s-.795-.306-1.04-.392a4.752 4.752 0 01-.489-.22c-.11-.074-.367-.281-.404-.343-.073-.123-.122-.404-.122-.404\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M153.178 95.794s-.954-.355-1.113-.416a5.903 5.903 0 01-.477-.196 4.53 4.53 0 01-.428-.355c-.049-.073-.135-.441-.135-.441\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M153.251 95.856s-1.101-.416-1.186-.441c-.037-.024-.453-.171-.477-.195a4.13 4.13 0 01-.44-.355 7.467 7.467 0 01-.159-.465\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M152.958 95.893l-1.309-.49a1.488 1.488 0 01-.587-.44c-.159-.233-.221-.563-.221-.563\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M153.057 95.893s-1.175-.428-1.419-.526a1.633 1.633 0 01-.551-.416c-.122-.171-.208-.551-.208-.551\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M153.141 95.904s-1.358-.514-1.517-.563c-.122-.049-.477-.33-.526-.404-.086-.123-.195-.538-.195-.538\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M153.228 95.904s-1.529-.575-1.615-.599c-.061-.024-.465-.343-.501-.379-.037-.061-.183-.526-.183-.526\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M153.325 95.903l-1.725-.635-.465-.353-.171-.516\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M151.32 94.401s.71.037.783.061c.074.012 2.899-.049 2.899-.049\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M151.306 94.412s.697.061.808.086c.11.012 2.862-.074 2.862-.074\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M151.306 94.424s.673.085.82.11c.147.025 2.826-.098 2.826-.098\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M151.306 94.438s.648.098.832.135c.184.037 2.789-.122 2.789-.122\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M151.294 94.438s.636.135.856.171c.22.049 2.753-.147 2.753-.147\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M151.294 94.449s.612.147.868.196c.257.061 2.728-.171 2.728-.171\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M151.283 94.46s.599.171.893.232c.306.049 2.691-.208 2.691-.208\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M151.283 94.474s.575.196.917.257c.33.061 2.642-.22 2.642-.22\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M151.269 94.486s.575.208.942.281c.367.074 2.606-.245 2.606-.245\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M151.269 94.497s.551.232.954.306c.404.086 2.569-.27 2.569-.27\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M154.782 94.548s-2.104.379-2.545.294c-.441-.086-.979-.331-.979-.331\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M161.558 82.655c.037-.355.049-.71.049-.905-.012-1.456.183-2.557.025-4.086-.122-1.199-.416-2.777-.355-4.074.025-.367-.049-.734-.061-1.089l-5.909 6.631M163.81 93.31c.159-.098.428-.379.514-.624.171-.489.135-.477.257-1.015.073-.306.073-.648.147-.966.061-.318.514-1.333.526-1.749.049-1.333.49-2.239.379-3.695-.074-1.126-.33-2.655-.208-3.829.037-.318-.012-.685-.025-1.003l-6.643 4.392M150.708 94.376c-.049.146.098.428.146.526l.135.183c.073.159.061.122.196.245.036.024.195.159.245.183.098.074.196.172.306.184.502.086.71.195 1.187.33.453.135.208.11.55.196.171.036.514.171.685.195.306.049.355.098.673.172.82.183 1.615.134 2.422.086.33-.024 1.138-.196 1.419-.392.502-.355 1.603-.489 2.092-.832.073-.049.379-.196.44-.257.477-.392.857-.502 1.358-.82\"/>\n    <path fill=\"#FC0\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M158.598 84.588h0l6.74-4.404.123.184-6.704 4.453z\"/>\n    <path fill=\"#FC0\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M165.449 80.112c.049-.257-.024-.6-.208-.636-.012 0-.147-.049-.232-.024-.11 0-.134.036-.183.122-.098.232.183.379.379.453.049.012.183.037.208.097.037.098.012.061.037.098-.037-.012-.049-.049-.085-.073-.147-.085-.294-.11-.502-.208-.159-.073-.184-.392-.073-.489.122-.098.501-.086.587.012.183.208.196.49.159.771-.002-.062-.1-.05-.087-.123h0z\"/>\n    <path fill=\"#FC0\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M165.558 80.233c.257-.012.587.098.599.281 0 .024.025.171 0 .245-.012.11-.049.135-.147.159-.245.073-.355-.22-.392-.428-.012-.049-.012-.183-.074-.22-.097-.049-.073-.024-.097-.049.012.037.049.061.061.086.061.159.073.318.147.538.049.159.367.22.465.122.123-.098.159-.477.074-.575-.184-.208-.465-.257-.746-.257.049.012.037.11.11.098h0z\"/>\n    <path fill=\"#FC0\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M165.606 80.123c.073.037.073.135.037.196-.025.061-.135.073-.183.049-.098-.061-.159-.171-.098-.269.061-.086.159-.013.244.024h0z\"/>\n    <path fill=\"#FC0\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M167.027 79.229s-.71.281-1.285.294c0 0-.025.502-.146.648 0 0 .514-.097.746.025.001-.001.306-.698.685-.967h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M166.452 79.584s-.281.122-.514.122c0 0-.012.196-.061.257 0 0 .208-.037.293.012.001.001.123-.28.282-.391h0z\"/>\n    <path fill=\"#FC0\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M165.558 80.673s-.134-.232-.171-.318c-.024-.048.012.281-.11.318-.159.208-.196.636-.196.746.183.061.343.171.624.037.097-.061.025-.245-.012-.392-.024-.074-.049-.281-.135-.391h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M165.423 80.49c0 .036-.024.183-.012.159 0-.061-.073.061-.085.086-.098.183-.135.318-.172.673M165.364 80.797c-.061.281-.11.269-.11.661l-.025-.025M165.375 81.053c-.048.195-.036.294-.048.392.012 0 .073.049.085.049\"/>\n    <path fill=\"#FC0\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M155.123 78.961h0l6.019-6.692.122.147-5.957 6.716z\"/>\n    <path fill=\"#FC0\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M161.092 72.27c-.012-.269-.159-.587-.343-.575-.012 0-.159-.012-.232.025-.11.024-.122.073-.147.172-.049.245.257.318.465.343.049 0 .196-.012.232.049.061.086.025.061.061.086-.037 0-.074-.037-.098-.049-.171-.049-.318-.049-.55-.085-.159-.025-.257-.343-.172-.453.086-.123.453-.208.563-.134.232.159.306.428.33.722-.011-.064-.097-.04-.109-.101h0z\"/>\n    <path fill=\"#FC0\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M161.227 72.355c.257-.073.599-.037.661.135 0 .012.061.159.049.232.012.11-.012.147-.11.196-.208.122-.392-.134-.477-.33-.025-.049-.061-.171-.122-.196-.098-.024-.073 0-.098-.024.012.036.048.049.073.073.098.146.147.281.269.489.086.135.404.135.489.012.085-.134.025-.501-.073-.575-.221-.172-.514-.159-.783-.073.049-.012.061.086.122.061h0z\"/>\n    <path fill=\"#FC0\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M161.253 72.234c.086.012.098.122.086.183-.012.061-.11.11-.171.086-.098-.037-.196-.122-.159-.232.036-.098.158-.049.244-.037h0z\"/>\n    <path fill=\"#FC0\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M162.414 71.033s-.612.441-1.162.587c0 0 .086.502 0 .661 0 0 .49-.208.734-.147 0 0 .123-.747.428-1.101h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M161.949 71.523s-.245.171-.465.232c0 0 .037.196 0 .257 0 0 .195-.073.293-.049.001 0 .05-.305.172-.44h0z\"/>\n    <path fill=\"#FC0\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M161.338 72.784s-.183-.196-.245-.269c-.037-.049.086.269-.024.343-.11.232-.037.648-.012.771.195.012.367.073.599-.123.086-.073-.024-.232-.098-.367-.037-.074-.11-.27-.22-.355h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M161.166 72.648c0 .024.012.122.012.147-.012.074-.073.098-.085.184-.037.208.012.343.024.612\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M161.191 72.894c-.061.257-.012.465.024.71.012 0-.024 0-.024-.012M161.227 73.322c.037.097.037.159.049.269.012-.012.061.037.074.024\"/>\n    <path fill=\"#FC0\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M150.255 70.654l-14.179 23.721h28.369z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M150.255 72.196l-12.796 21.41h25.604z\"/>\n    <path fill=\"#007E93\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M141.251 87.243h0l-3.792 6.363h25.604l-3.804-6.363z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M148.029 75.939c.6-.538 1.334-.758 2.19-.771h.061c.832.012 1.676.208 2.214.771\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M148.015 75.964c.587-.551 1.346-.759 2.202-.771h.061c.856 0 1.7.208 2.239.783\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M148.004 76.001c.587-.575 1.358-.783 2.227-.795h.061c.856.012 1.713.22 2.251.807\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M147.979 76.026c.587-.575 1.382-.795 2.251-.795h.074c.868 0 1.725.22 2.263.832\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M147.967 76.049c.575-.587 1.395-.795 2.275-.808h.061c.893.012 1.749.232 2.288.857\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M147.945 76.074c.575-.599 1.407-.808 2.3-.808h.074c.905.012 1.761.232 2.312.868\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M147.931 76.111c.575-.612 1.419-.832 2.324-.832h.061c.93.012 1.774.245 2.337.893\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M147.773 76.367c.673-.71 1.505-.917 2.496-.917h.061c1.089.012 2.019.379 2.557 1.138\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M147.784 76.331c.661-.685 1.493-.893 2.484-.905h.061c1.064.012 1.982.367 2.533 1.114\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M147.809 76.305c.648-.685 1.468-.893 2.447-.893h.061c1.052.012 1.97.343 2.52 1.089\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M147.821 76.283c.636-.673 1.468-.881 2.422-.893h.061c1.04.012 1.945.33 2.508 1.064\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M147.846 76.246c.612-.648 1.443-.868 2.398-.868h.049c1.028 0 1.933.294 2.496 1.028\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M147.857 76.221c.599-.648 1.443-.856 2.373-.868h.061c1.003.012 1.908.281 2.459 1.003\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M147.868 76.195c.587-.636 1.432-.856 2.349-.856h.061c.991 0 1.884.257 2.447.966\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M147.894 76.159c.575-.624 1.419-.832 2.324-.844h.049c.979 0 1.872.245 2.434.954\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M148.847 74.546c.416-.294.856-.379 1.407-.379.526 0 .991.086 1.395.355\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M148.836 74.568c.416-.293.868-.379 1.419-.379.526 0 1.003.086 1.407.355\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M148.824 74.594c.428-.294.881-.392 1.431-.392.526 0 1.015.098 1.432.367\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M148.813 74.63c.428-.306.881-.404 1.444-.404.538 0 1.028.097 1.444.367\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M148.799 74.656c.428-.306.893-.403 1.456-.403.538 0 1.04.098 1.456.367\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M148.788 74.678c.428-.306.905-.416 1.468-.416.538 0 1.052.11 1.468.392\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M148.774 74.704c.428-.306.905-.416 1.48-.416.538 0 1.064.11 1.48.391\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M148.763 74.729c.428-.318.917-.416 1.492-.416.55 0 1.077.11 1.505.392\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M148.751 74.752c.428-.318.93-.428 1.505-.428.55 0 1.089.123 1.517.404\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M148.737 74.777c.441-.318.942-.428 1.517-.428.55 0 1.101.123 1.529.404\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M148.726 74.803c.441-.318.942-.428 1.53-.428.563 0 1.113.123 1.541.404\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M148.396 75.352c.477-.367 1.236-.551 1.872-.551.673 0 1.407.183 1.884.563\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M148.421 75.315c.465-.367 1.211-.538 1.847-.538.661 0 1.382.171 1.859.563\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M148.432 75.29c.477-.367 1.199-.538 1.835-.538.648 0 1.37.171 1.847.551\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M148.458 75.254c.465-.355 1.174-.526 1.81-.526.648 0 1.358.171 1.823.538\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M148.469 75.231c.465-.355 1.162-.526 1.798-.526.636 0 1.334.171 1.81.526\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M148.495 75.194c.465-.355 1.15-.514 1.774-.514.636 0 1.321.159 1.786.526\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M148.506 75.169c.465-.355 1.138-.514 1.762-.514.624 0 1.297.159 1.761.514\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M148.531 75.132c.453-.343 1.113-.501 1.737-.501.624 0 1.285.159 1.749.501\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M148.543 75.107c.465-.355 1.101-.502 1.725-.502.612 0 1.273.159 1.725.502\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M148.568 75.07c.453-.343 1.077-.49 1.701-.49.599 0 1.248.147 1.7.49\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M148.579 75.048c.453-.343 1.077-.49 1.688-.49.599 0 1.236.147 1.688.477\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M148.604 75.008c.453-.33 1.052-.477 1.664-.477.587 0 1.224.147 1.664.465\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M148.616 74.986c.453-.343 1.04-.477 1.652-.477.587 0 1.199.147 1.652.465\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M148.641 74.949c.44-.33 1.015-.465 1.627-.465.575 0 1.187.146 1.627.452\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M148.652 74.924c.452-.33 1.003-.465 1.615-.465.575 0 1.162.134 1.603.441\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M148.678 74.887c.44-.33.991-.453 1.59-.453.563 0 1.15.134 1.59.44\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M148.689 74.862c.453-.33.979-.453 1.578-.453.55 0 1.138.134 1.566.428\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M148.334 75.414c.501-.392 1.272-.575 1.933-.575.685 0 1.431.196 1.92.587\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M148.323 75.451c.526-.416 1.272-.587 1.945-.587.685 0 1.456.195 1.945.599\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M148.297 75.488c.55-.441 1.272-.612 1.97-.612.697 0 1.468.208 1.957.612\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M148.275 75.524c.587-.465 1.285-.624 1.994-.624.697 0 1.48.208 1.97.624\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M148.261 75.561c.599-.477 1.285-.636 1.994-.636.722 0 1.505.208 2.006.624\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M148.238 75.597c.636-.502 1.285-.661 2.019-.661.734 0 1.529.22 2.018.649\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M148.224 75.634c.648-.526 1.285-.673 2.031-.673.734 0 1.541.22 2.043.649\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M148.199 75.671c.685-.55 1.297-.697 2.055-.697.746 0 1.554.232 2.055.673\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M148.176 75.694c.71-.563 1.297-.697 2.08-.697.746 0 1.566.232 2.08.673\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M148.066 75.891c.624-.55 1.346-.746 2.202-.746.808 0 1.652.208 2.19.734\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M148.077 75.877c.636-.563 1.333-.759 2.19-.759.808 0 1.64.22 2.178.734\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M148.091 75.854c.648-.563 1.333-.746 2.178-.746.795 0 1.64.22 2.165.722\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M148.103 75.829c.661-.563 1.321-.734 2.166-.734.783 0 1.627.22 2.141.71\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M148.114 75.818c.673-.575 1.321-.746 2.141-.746.795 0 1.627.232 2.141.71\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M148.128 75.792c.685-.575 1.309-.734 2.128-.734.783 0 1.615.232 2.129.71\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M148.139 75.781c.697-.587 1.309-.734 2.116-.734.771 0 1.603.232 2.116.697\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M148.15 75.755c.71-.587 1.297-.722 2.104-.722.759 0 1.603.232 2.104.685\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M151.638 74.495c-.404-.269-.868-.355-1.382-.355-.551 0-.979.098-1.395.379\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M152.921 76.638c-.563-.795-1.517-1.175-2.643-1.175-1.015 0-1.835.22-2.532.93\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M152.47 75.891c-.538-.526-1.382-.734-2.202-.734-.868 0-1.603.208-2.214.758\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M152.679 76.221c-.575-.697-1.456-.917-2.422-.917-.905 0-1.774.208-2.349.832\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M152.177 75.4c-.489-.392-1.235-.575-1.908-.575-.648 0-1.432.183-1.908.55\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M151.808 74.803c-.428-.281-.991-.416-1.554-.416-.587 0-1.101.122-1.542.453\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M152.346 75.694c-.502-.441-1.333-.685-2.092-.685-.795 0-1.37.134-2.092.722\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M147.663 76.514c.795-.392 1.627-.636 2.594-.636.917 0 1.896.343 2.667.759l2.716 4.539c0 2.973-2.422 5.432-5.382 5.432-2.973 0-5.37-2.398-5.395-5.407l2.8-4.687h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.257 75.939c.905 0 1.872.355 2.63.759.012 0 2.679 4.465 2.679 4.477 0 2.924-2.385 5.358-5.309 5.358-2.936 0-5.297-2.361-5.321-5.334a556.5 556.5 0 012.765-4.612c.782-.391 1.601-.649 2.556-.648h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.243 76.085c.893 0 1.835.33 2.569.734.025.012 2.606 4.318 2.606 4.355 0 2.85-2.324 5.223-5.175 5.223-2.838 0-5.15-2.312-5.163-5.199 0-.037 2.655-4.478 2.679-4.49.771-.378 1.566-.622 2.484-.623h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.243 76.232c.869 0 1.786.318 2.495.71.049.024 2.545 4.184 2.545 4.245 0 2.765-2.263 5.065-5.04 5.065-2.765 0-5.004-2.239-5.028-5.053 0-.061 2.569-4.331 2.618-4.367.746-.368 1.517-.6 2.41-.6h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.243 76.441c.832 0 1.713.306 2.398.685.074.049 2.423 3.964 2.423 4.062 0 2.642-2.166 4.844-4.821 4.844-2.642 0-4.795-2.141-4.808-4.832 0-.098 2.41-4.135 2.496-4.172.709-.355 1.468-.587 2.312-.587h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.243 76.587c.807 0 1.664.294 2.324.661.098.061 2.349 3.817 2.349 3.939 0 2.569-2.104 4.71-4.673 4.71s-4.649-2.092-4.66-4.698c0-.123 2.312-3.988 2.422-4.05.684-.341 1.418-.562 2.238-.562h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.243 76.796c.771 0 1.59.294 2.214.636.134.073 2.239 3.596 2.239 3.755 0 2.459-1.994 4.49-4.453 4.49-2.447 0-4.441-1.982-4.453-4.465 0-.171 2.177-3.792 2.312-3.878.661-.33 1.358-.538 2.141-.538h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.243 76.943c.758 0 1.529.269 2.153.612.147.086 2.166 3.45 2.166 3.633 0 2.373-1.945 4.343-4.319 4.343-2.373 0-4.294-1.921-4.306-4.318 0-.196 2.08-3.658 2.226-3.744.649-.331 1.321-.526 2.08-.526h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.243 77.089c.734 0 1.48.257 2.08.587.159.097 2.092 3.315 2.092 3.523 0 2.287-1.872 4.196-4.171 4.196-2.288 0-4.147-1.859-4.159-4.184 0-.221 1.982-3.523 2.153-3.621.61-.305 1.271-.501 2.005-.501h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.243 78.02c.575 0 1.15.196 1.615.453.293.171 1.615 2.373 1.615 2.74 0 1.774-1.444 3.242-3.23 3.242-1.774 0-3.217-1.444-3.23-3.242 0-.367 1.358-2.63 1.664-2.802a3.358 3.358 0 011.566-.391h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.243 78.082c.563 0 1.125.195 1.578.453.306.183 1.578 2.3 1.578 2.679 0 1.737-1.419 3.169-3.156 3.169a3.156 3.156 0 01-3.156-3.156c0-.392 1.309-2.569 1.627-2.753a3.222 3.222 0 011.529-.392h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.243 78.434c.502 0 1.003.171 1.407.404.355.208 1.395 1.933 1.395 2.373 0 1.541-1.26 2.813-2.801 2.813a2.81 2.81 0 01-2.802-2.801c0-.453 1.077-2.227 1.444-2.435a2.808 2.808 0 011.357-.354h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.243 78.507c.489 0 .979.159 1.37.392.367.22 1.358 1.859 1.358 2.312a2.74 2.74 0 01-2.728 2.74 2.722 2.722 0 01-2.728-2.728c0-.465 1.028-2.153 1.407-2.373a2.786 2.786 0 011.321-.343h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.257 76.012c.893 0 1.847.343 2.594.746.012.012 2.642 4.392 2.642 4.416 0 2.887-2.361 5.297-5.236 5.297-2.887 0-5.236-2.349-5.248-5.272 0-.025 2.704-4.539 2.716-4.551.782-.391 1.59-.636 2.532-.636h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.243 76.159c.881 0 1.81.33 2.532.722.037.024 2.581 4.257 2.581 4.306 0 2.801-2.3 5.138-5.114 5.138-2.802 0-5.077-2.276-5.102-5.126 0-.049 2.618-4.404 2.655-4.428.759-.38 1.542-.612 2.448-.612h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.243 76.305c.856 0 1.761.318 2.459.697.061.037 2.508 4.11 2.508 4.184 0 2.728-2.239 4.991-4.967 4.991-2.728 0-4.93-2.214-4.955-4.979 0-.073 2.508-4.27 2.569-4.306.746-.366 1.504-.587 2.386-.587h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.243 76.367c.844 0 1.737.318 2.434.697.061.037 2.459 4.037 2.459 4.123 0 2.691-2.202 4.918-4.893 4.918-2.679 0-4.857-2.178-4.881-4.906 0-.086 2.459-4.196 2.532-4.245.722-.354 1.48-.587 2.349-.587h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.243 76.514c.82 0 1.688.306 2.361.673.086.049 2.386 3.89 2.386 4 0 2.606-2.129 4.771-4.747 4.771-2.606 0-4.722-2.104-4.734-4.759 0-.11 2.361-4.062 2.459-4.11.697-.355 1.443-.575 2.275-.575h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.243 76.661c.795 0 1.639.294 2.287.648.11.061 2.312 3.744 2.312 3.878 0 2.532-2.067 4.636-4.6 4.636-2.52 0-4.575-2.055-4.6-4.612 0-.147 2.276-3.939 2.386-4 .686-.343 1.407-.551 2.215-.55h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.243 76.734c.783 0 1.615.281 2.251.636.123.074 2.276 3.67 2.276 3.817 0 2.496-2.031 4.563-4.527 4.563-2.483 0-4.502-2.019-4.526-4.539 0-.159 2.227-3.866 2.349-3.939.672-.33 1.381-.538 2.177-.538h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.243 76.869c.771 0 1.554.281 2.177.624.147.086 2.214 3.523 2.214 3.695 0 2.422-1.982 4.416-4.392 4.416s-4.367-1.957-4.38-4.392c0-.184 2.129-3.731 2.275-3.805.65-.33 1.335-.538 2.106-.538h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.243 77.016c.746 0 1.505.269 2.116.599.147.098 2.129 3.388 2.129 3.584 0 2.324-1.909 4.257-4.245 4.257-2.324 0-4.22-1.884-4.233-4.245 0-.208 2.031-3.597 2.19-3.682.623-.317 1.296-.513 2.043-.513h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.243 77.163c.722 0 1.456.257 2.043.575.172.11 2.055 3.242 2.055 3.462 0 2.251-1.847 4.123-4.098 4.123s-4.073-1.835-4.086-4.11c0-.232 1.933-3.45 2.116-3.56a4.253 4.253 0 011.97-.49h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.243 77.224c.71 0 1.431.257 2.006.575.184.11 2.018 3.168 2.018 3.401 0 2.214-1.81 4.049-4.024 4.049s-4.013-1.798-4.025-4.037c0-.245 1.896-3.389 2.092-3.499.587-.293 1.223-.489 1.933-.489h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.243 77.298c.697 0 1.407.245 1.969.563.196.122 1.982 3.095 1.982 3.34 0 2.177-1.774 3.976-3.952 3.976-2.177 0-3.939-1.762-3.951-3.963 0-.257 1.847-3.315 2.043-3.438.587-.294 1.211-.478 1.909-.478h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.243 77.371c.685 0 1.382.245 1.933.551.208.122 1.945 3.022 1.945 3.279 0 2.141-1.737 3.903-3.878 3.903-2.129 0-3.866-1.725-3.878-3.89 0-.269 1.798-3.242 2.006-3.364.575-.296 1.187-.479 1.872-.479h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.243 77.445c.673 0 1.358.232 1.896.538.22.135 1.908 2.948 1.908 3.217 0 2.092-1.713 3.829-3.805 3.829s-3.792-1.701-3.805-3.817c0-.281 1.75-3.181 1.97-3.303a3.901 3.901 0 011.836-.464h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.243 77.518c.661 0 1.333.232 1.859.526.233.134 1.872 2.875 1.872 3.156 0 2.055-1.676 3.755-3.731 3.755-2.055 0-3.719-1.664-3.731-3.743 0-.294 1.688-3.108 1.933-3.242a3.867 3.867 0 011.798-.452h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.243 77.591c.648 0 1.309.22 1.835.514.233.146 1.835 2.801 1.835 3.095 0 2.019-1.652 3.695-3.67 3.695-2.019 0-3.646-1.639-3.658-3.682 0-.306 1.639-3.046 1.884-3.181a3.799 3.799 0 011.774-.441h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.243 77.653c.636 0 1.284.232 1.798.514.245.147 1.798 2.728 1.798 3.034 0 1.982-1.615 3.621-3.596 3.621a3.587 3.587 0 01-3.584-3.609c0-.318 1.59-2.973 1.847-3.119.538-.27 1.101-.441 1.737-.441h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.243 77.726c.624 0 1.26.22 1.761.501.257.147 1.761 2.654 1.761 2.973 0 1.945-1.59 3.548-3.523 3.548s-3.511-1.578-3.523-3.535c0-.318 1.554-2.899 1.823-3.059.514-.256 1.077-.428 1.701-.428h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.243 77.8c.612 0 1.236.208 1.725.49.269.159 1.725 2.581 1.725 2.924 0 1.896-1.554 3.462-3.45 3.462-1.896 0-3.438-1.542-3.45-3.462 0-.33 1.505-2.838 1.786-2.985a3.46 3.46 0 011.664-.429h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.243 77.873c.599 0 1.199.208 1.688.477.281.159 1.688 2.508 1.688 2.863 0 1.859-1.517 3.388-3.377 3.388-1.859 0-3.364-1.505-3.376-3.388 0-.343 1.456-2.765 1.75-2.924a3.45 3.45 0 011.627-.416h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.243 77.946c.587 0 1.174.196 1.652.465.294.172 1.652 2.447 1.652 2.801 0 1.81-1.48 3.315-3.303 3.315s-3.291-1.468-3.303-3.315c0-.355 1.407-2.691 1.701-2.862a3.374 3.374 0 011.601-.404h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.243 78.155c.55 0 1.101.184 1.554.441.306.183 1.529 2.226 1.529 2.618 0 1.701-1.383 3.108-3.083 3.108a3.089 3.089 0 01-3.083-3.095c0-.404 1.26-2.508 1.59-2.691a3.2 3.2 0 011.493-.381h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.243 78.228c.538 0 1.076.183 1.517.428.318.196 1.493 2.153 1.493 2.557 0 1.664-1.346 3.034-3.01 3.034a3.03 3.03 0 01-3.022-3.022c0-.416 1.223-2.435 1.554-2.63a3.134 3.134 0 011.468-.367h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.243 78.302c.526 0 1.052.171 1.48.416.33.196 1.468 2.08 1.468 2.496a2.96 2.96 0 01-2.948 2.96c-1.627 0-2.936-1.321-2.948-2.948 0-.428 1.174-2.361 1.517-2.557a2.98 2.98 0 011.431-.367h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.243 78.375c.514 0 1.028.171 1.443.403.343.208 1.432 2.006 1.432 2.435a2.89 2.89 0 01-2.875 2.887c-1.578 0-2.863-1.284-2.875-2.875 0-.441 1.126-2.3 1.48-2.496.428-.219.88-.354 1.395-.354h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.243 78.581c.477 0 .954.159 1.333.379s1.321 1.786 1.321 2.251a2.662 2.662 0 01-2.654 2.667 2.653 2.653 0 01-2.655-2.655c0-.477.979-2.092 1.358-2.312.391-.208.819-.33 1.297-.33h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.243 78.654c.465 0 .93.147 1.297.367.392.232 1.284 1.713 1.284 2.202 0 1.419-1.163 2.594-2.582 2.594a2.584 2.584 0 01-2.581-2.594c0-.489.93-2.019 1.321-2.251.38-.196.796-.318 1.261-.318h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.243 78.727c.453 0 .905.146 1.272.355.392.232 1.235 1.639 1.235 2.141a2.522 2.522 0 01-2.508 2.52 2.513 2.513 0 01-2.508-2.52c0-.501.868-1.957 1.285-2.19a2.553 2.553 0 011.224-.306h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.243 78.803c.44 0 .881.134 1.236.343.404.245 1.199 1.578 1.199 2.08a2.443 2.443 0 01-2.434 2.447 2.454 2.454 0 01-2.447-2.447c0-.513.832-1.884 1.26-2.116a2.403 2.403 0 011.186-.307h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.243 78.863c.428 0 .844.147 1.199.343.416.245 1.162 1.505 1.162 2.019a2.365 2.365 0 01-2.361 2.373c-1.309 0-2.361-1.064-2.374-2.373 0-.526.783-1.81 1.211-2.055a2.475 2.475 0 011.163-.307h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.243 78.936c.416 0 .82.134 1.162.33.416.257 1.125 1.432 1.125 1.957 0 1.26-1.027 2.3-2.288 2.3a2.298 2.298 0 01-2.3-2.3c0-.538.734-1.749 1.174-1.994a2.351 2.351 0 011.127-.293h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.243 79.009c.404 0 .795.122 1.125.318.428.257 1.101 1.358 1.101 1.896a2.235 2.235 0 01-2.226 2.227 2.228 2.228 0 01-2.227-2.227c0-.55.685-1.676 1.138-1.933.33-.171.685-.281 1.089-.281h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.243 79.083c.391 0 .771.122 1.089.306.441.269 1.064 1.285 1.064 1.835a2.156 2.156 0 01-2.153 2.153 2.149 2.149 0 01-2.153-2.153c0-.563.636-1.603 1.101-1.872.305-.171.66-.269 1.052-.269z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.243 79.156c.379 0 .746.11 1.052.294.453.269 1.028 1.211 1.028 1.774 0 1.15-.93 2.092-2.08 2.092s-2.08-.942-2.08-2.092c0-.575.587-1.541 1.064-1.81a2.11 2.11 0 011.016-.258h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.243 79.229c.367 0 .722.11 1.015.281.465.281.991 1.138.991 1.713a2.018 2.018 0 01-2.006 2.019 2.01 2.01 0 01-2.006-2.019c0-.587.539-1.468 1.016-1.737.292-.171.623-.257.99-.257h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.243 79.291c.355 0 .697.11.991.281.465.281.942 1.064.942 1.651a1.939 1.939 0 01-1.933 1.945 1.95 1.95 0 01-1.945-1.945c0-.599.502-1.407.991-1.676.281-.158.599-.256.954-.256h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.243 79.365c.342 0 .673.098.954.269.477.294.905.991.905 1.59 0 1.04-.832 1.872-1.859 1.872a1.872 1.872 0 01-1.872-1.872c0-.612.453-1.334.954-1.615.269-.159.575-.244.918-.244z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.243 79.438c.33 0 .648.098.917.257.49.294.868.917.868 1.529a1.79 1.79 0 01-1.786 1.798c-.99 0-1.798-.807-1.798-1.786 0-.636.404-1.272.917-1.566.258-.146.551-.232.882-.232h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.243 82.948a1.718 1.718 0 10-.01-3.436 1.718 1.718 0 00.01 3.436z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M150.257 82.962a1.718 1.718 0 10-.01-3.44 1.718 1.718 0 00.01 3.44z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.623 79.548l.195-.916M150.44 79.525l.096-.93M150.257 79.511v-.931M150.085 79.525l-.099-.93M149.902 79.548l-.197-.916M149.73 79.599l-.293-.894M149.557 79.658l-.378-.854M149.4 79.731l-.477-.806M149.239 79.83l-.55-.747M149.106 79.951l-.637-.696M148.971 80.075l-.696-.626M148.861 80.222l-.759-.55M148.751 80.368l-.807-.465M148.678 80.526l-.857-.378M148.604 80.698l-.883-.293M148.554 80.87l-.905-.197M148.531 81.053l-.93-.099M148.517 81.237h-.928M148.531 81.409l-.93.096M148.554 81.592l-.916.194M148.604 81.761l-.894.296M148.666 81.933l-.857.38M148.751 82.094l-.993.612M148.847 82.252l-2.03 1.444M148.96 82.387l-2.165 1.92M149.081 82.52l-1.788 1.996M149.228 82.632l-1.359 1.821M149.374 82.742l-1.418 2.459M149.535 82.816l-.784 1.785M149.704 82.889l-.795 2.459M149.876 82.937l-.341 1.652M150.059 82.962l-.245 2.543M150.415 82.962l.099.928M150.598 82.937l.55 2.397M150.77 82.889l.465 1.418M150.939 82.827l1.091 2.36M151.111 82.742l1.162 2.005M151.258 82.644l1.678 2.202M151.404 82.534l1.469 1.7M151.528 82.412l2.177 1.979M151.638 82.263l1.187.857M151.748 82.116l.806.465M151.822 81.958l.857.378M151.895 81.786l.88.293M151.943 81.615l.905.197M151.968 81.431l.931.099M151.979 81.248h.931M151.968 81.076l.931-.096M151.943 80.893l.919-.194M151.895 80.724l.894-.293M151.833 80.552l.857-.381M151.76 80.379l.809-.465M151.661 80.233l.747-.55M151.54 80.086l.696-.623M151.419 79.965l.623-.699M151.272 79.841l.55-.745M151.125 79.745l.462-.809M150.964 79.672l.381-.857M150.792 79.599l.296-.882M150.257 77.32v-.722M149.448 77.408l-.147-.71M148.666 77.653l-.296-.648M147.956 78.068l-.429-.587M147.344 78.606l-.539-.476M146.868 79.28l-.637-.367M146.524 80.024l-.685-.231M146.352 80.819l-.722-.073M146.352 81.64l-.722.073M146.524 82.449l-.696.22M153.643 83.208l.626.366M153.973 82.461l.685.22M154.145 81.665l.722.073M154.145 80.845l.722-.073M153.973 80.038l.699-.22M153.643 79.291l.626-.367M153.166 78.632l.539-.491M152.569 78.082l.414-.589M151.858 77.664l.293-.66M151.074 77.408l.147-.696\"/>\n    <path fill=\"#E60000\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M151.258 82.043s-.245-.135-.392-.135c-.147 0-.795-.037-1.052.037a.812.812 0 00-.269.171s.171.171.514.208c.355.024.575 0 .759-.061.207-.061.44-.22.44-.22z\"/>\n    <path fill=\"#E60000\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M149.594 81.786s.025-.477.355-1.077c0 0-.11.171-.171.318 0 0-.184.098-.294-.037-.11-.11-.049-.159.037-.33.073-.135.061-.269.159-.355.085-.086.159-.098.391-.098.233 0 .379.025.575.294.171.232.269.453.355.575.195.306.195.673.195.673l.061.294s-.245-.135-.391-.135c-.147 0-.795-.037-1.052.037a.799.799 0 00-.269.171s-.098-.219.049-.33h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M149.594 81.786s.184-.11.808-.098c.722.012.746.061.795.11\"/>\n    <path fill=\"#FC0\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M150.217 84.479v-2.532s.086-.073.281 0v2.508s.061 1.921-.147 1.908c-.244 0-.134-.44-.134-1.884h0z\"/>\n    <path fill=\"#E60000\" fill-rule=\"nonzero\" d=\"M147.601 82.35l.049.098-.489.208.073.171-.073.024c-.049-.11-.086-.146-.208-.122l-.036-.074.684-.305zM147.074 82.142a.212.212 0 01-.086-.134c-.025-.122.024-.257.183-.294.073-.024.257-.024.318.208.024.098.012.22-.147.281l-.024-.098c.085-.024.11-.098.085-.183-.024-.098-.11-.134-.208-.11-.098.024-.135.11-.122.195a.179.179 0 00.11.122l.012.073-.416.037-.085-.379.097-.012.074.306.209-.012zM146.879 80.772c-.122 0-.171.086-.171.171-.012.073 0 .183.11.196.073 0 .098-.049.11-.086l.073-.22c.025-.098.097-.159.208-.146.183.012.22.183.208.318-.012.135-.061.196-.086.22-.073.061-.135.074-.208.061l.012-.097c.135.012.184-.098.196-.196.012-.073 0-.195-.11-.208-.086-.012-.11.025-.146.147l-.049.159c-.025.049-.061.159-.196.146-.122-.012-.232-.097-.22-.281.025-.269.183-.281.269-.281v.099-.002zM146.842 80.295l.22.073.134-.404.086.037-.135.392.245.086.147-.441.085.025-.171.539-.734-.233.172-.538.098.037zM147.345 79.164a.251.251 0 00-.15.115l-.167.291.643.405.062-.079-.282-.176.123-.203c.085-.147.027-.265-.07-.326a.204.204 0 00-.159-.027zm.044.115c.017.002.034.014.053.026.074.049.075.112.026.185l-.097.159-.211-.123.115-.176c.027-.047.064-.079.114-.071zM148.237 79.206l-.061.073-.49-.465-.183.184-.061-.061.428-.453.074.061-.184.195zM148.494 78.986l-.453-.612.073-.061.465.612zM148.481 78.178l.11.208.379-.196.037.085-.367.196.11.22.416-.208.037.073-.502.269-.355-.685.501-.257.037.086zM149.902 78.386l-.098-.44a.758.758 0 00-.037-.184l-.073.673-.098.024-.355-.587a.707.707 0 00.049.183l.098.453-.098.012-.171-.746.147-.025.355.587.073-.685.147-.037.159.759-.098.013zM150.156 77.605l-.035.767.326.009c.171.012.273-.08.273-.203.012-.134-.083-.169-.132-.194a.167.167 0 00.106-.159c.012-.11-.056-.199-.203-.211l-.338-.008.003-.001zm.115.106l.167.018c.11 0 .15.032.15.106-.012.086-.061.109-.159.097h-.176l.018-.221zm-.018.317l.185.018c.074 0 .159.026.159.123 0 .073-.061.123-.159.123l-.194-.018.009-.246zM151.011 77.676l-.203.749.097.026.079-.317.247.07c.122.037.109.106.097.167-.012.024-.048.136-.035.185l.123.035v-.009c-.025-.025-.021-.039-.009-.088l.018-.132c.037-.098.001-.134-.035-.159.049-.025.125-.04.15-.15.049-.159-.063-.227-.185-.264l-.344-.113zm.097.132l.22.079c.049.012.125.031.088.141-.025.098-.094.092-.167.079l-.211-.062.07-.237zM151.919 78.117l-.122.196.367.22-.049.073-.367-.208-.122.22.392.233-.037.074-.489-.282.379-.661.49.281-.049.086zM152.843 78.679l-.582.485.194.247c.171.183.377.101.511-.009.172-.135.214-.335.079-.493l-.202-.23zm-.009.168l.115.141c.086.098.073.204-.062.326-.134.11-.258.107-.344.009l-.115-.132.406-.344zM153.375 79.536l-.22.11.195.367-.086.049-.183-.379-.232.11.208.416-.086.037-.257-.502.685-.343.257.502-.086.037zM153.104 80.907l-.012-.098.526-.073-.025-.171.073-.012c.037.122.049.159.171.171l.012.073-.745.11zM153.345 81.138c-.037 0-.103-.003-.176.07a.303.303 0 00-.062.185c-.012.172.11.256.22.256.061.012.145-.008.194-.106.012.037.052.097.15.097.097.012.203-.049.203-.22.012-.172-.108-.238-.194-.238-.074 0-.125.032-.15.106-.024-.086-.087-.138-.185-.15zm0 .123c.061 0 .127.052.115.15 0 .074-.035.132-.132.132-.11 0-.123-.089-.123-.15-.001-.109.079-.132.14-.132zm.335.036c.049 0 .109.025.097.123 0 .098-.06.123-.097.123a.145.145 0 01-.115-.141c0-.061.054-.105.115-.105zM153.57 81.812c.245.061.22.245.208.318-.037.122-.147.208-.281.172-.123-.025-.159-.122-.196-.257l-.024-.086c-.025-.11-.073-.147-.11-.159l-.098.404-.086-.025.123-.502c.159.049.22.135.257.245l.025.11c.025.085.049.159.147.171.049.024.135 0 .159-.11.037-.135-.086-.171-.135-.184l.011-.097zM152.825 82.545l.049-.098.477.232.074-.159.073.024c-.049.122-.061.171.037.245l-.025.073-.685-.317z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.255 72.196l-12.796 21.41h25.604z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M150.939 90.961c.33.086.734.135 1.137.025.551-.135 1.064-.453 1.713-.392.465.049 1.101.453 1.872.453.759 0 1.015-.269 1.676-.404.465-.098.697-.049 1.199.061.575.11.868.441 1.835.367\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M141.068 91.88c.428-.33 1.186-.465 1.762-.33.758.159 1.088.355 1.896.343.599-.012 1.113-.416 1.725-.416 1.016 0 1.052.208 1.945.379.232.049.526.049.759 0 .33-.061.624-.171.893-.306.281-.147.991-.122 1.346-.086.636.061.893.306 1.028.343.343.086.734.135 1.137.025.551-.159 1.064-.514 1.725-.44.465.049 1.101.501 1.859.501.759 0 1.027-.306 1.676-.452.477-.11.71-.049 1.211.061.563.134.868.501 1.835.416\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M139.624 91.159c.428-.281 1.187-.404 1.762-.294.759.147 1.089.33 1.896.318.599-.012 1.113-.379 1.725-.379 1.015 0 1.052.196 1.945.343.233.037.526.037.759 0 .33-.049.624-.159.893-.281.269-.123.991-.098 1.346-.073.636.061.893.269 1.028.306.343.073.734.122 1.137.024.551-.147 1.064-.453 1.725-.392.465.049 1.101.453 1.859.44.759 0 1.028-.269 1.676-.404.477-.098.71-.037 1.211.061.563.123.868.453 1.835.367\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M138.302 93.251c.428-.355 1.187-.501 1.774-.367.746.184 1.076.404 1.884.392.599-.012 1.125-.465 1.725-.465 1.028 0 1.052.232 1.945.428.232.048.526.048.771 0a2.95 2.95 0 00.881-.355c.281-.146.991-.122 1.358-.085.624.073.881.33 1.015.379.342.085.734.147 1.15.024.551-.184 1.064-.563 1.713-.49.465.061 1.101.563 1.872.563.746 0 1.016-.343 1.664-.514.477-.122.71-.049 1.211.073.575.147.868.563 1.835.465\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M138.646 92.05c.441-.293 1.199-.404 1.774-.293.759.146 1.089.318 1.896.306.269 0 .514-.074.771-.159\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M142.523 90.803c.122-.037.477-.208.991-.208 1.028 0 .379.012 1.272.171.232.037.881.049 1.064-.135M154.807 93.533c.33-.061.612-.159.893-.282.269-.122.979-.11 1.346-.073.636.061.881.269 1.028.294.342.086.734.135 1.137.025.551-.135 1.065-.453 1.725-.392.465.049 1.101.453 1.86.453\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M156.384 90.705c.759 0 1.015-.269 1.676-.404.465-.098.697-.037 1.199.061.575.11.868.453 1.835.367\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M138.338 93.324c.441-.281 1.199-.404 1.774-.293.759.147 1.089.33 1.896.318.599-.012 1.113-.379 1.725-.379 1.015 0 1.052.196 1.945.343.232.037.526.037.759 0 .33-.049.612-.159.893-.281.269-.123.979-.098 1.346-.061.636.049.881.257 1.027.294\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M139.954 92.394c.44-.294 1.199-.404 1.773-.294.759.147 1.089.318 1.884.306.612-.012 1.125-.379 1.725-.367 1.028 0 1.064.184 1.957.343.232.037.526.037.759 0a4.02 4.02 0 00.893-.281c.269-.123.979-.11 1.346-.074.624.061.881.269 1.028.294.33.086.734.134 1.138.024.55-.135 1.064-.453 1.725-.391.501.049 1.138.453 1.859.453.759 0 1.028-.269 1.676-.404.465-.098.697-.049 1.211.061.563.11.868.44 1.823.355\"/>\n    <path fill=\"#FC0\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M140.298 88.833c.122.025.416-.208.502-.269.122-.073.183-.257.281-.355.098-.11.392-.244.526-.33.587-.367.856-.575 1.26-1.113.551-.758 1.199-1.382 2.006-1.835.257-.147.648-.098.93.024.085.037.196.135.294.208.342.269.808.465 1.37.637.538.159.661.514 1.089.893.208.183.44.343.697.464.025.012.085.11.11.123.245.184.514.33.722.514.392.355.759.71 1.125 1.089.061.061.086.183.147.232.281.269.551.551.893.71.343.171.648.392.966.587-3.254.122-6.251-.086-9.517.012-.086.012-.11 0-.6 0-.245-.012-.392.012-.636.012-.991-.012-1.933-.012-3.095-.024l.93-1.579h0z\"/>\n    <path fill=\"#FC0\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M153.082 90.327c-.269-.171-.538-.355-.832-.502-.343-.159-.612-.441-.893-.71-.061-.049-.086-.171-.147-.232a24.086 24.086 0 00-1.125-1.089c-.208-.183-.477-.33-.722-.514-.025-.012-.085-.11-.11-.122a2.965 2.965 0 01-.697-.465c-.281-.257-.428-.49-.661-.673l.012-.012c.135-.098.281-.195.44-.269.208-.122.538-.085.771.025a.945.945 0 01.245.159c.281.233.673.392 1.138.538.453.135.563.428.917.734.172.159.355.294.575.392.012.012.061.085.085.11.208.147.428.269.612.428.318.294.624.588.93.905.049.049.061.147.123.196.232.22.465.453.746.587.281.135.526.318.795.477-.734.037-1.456.037-2.178.037h-.024 0z\"/>\n    <path fill=\"#FC0\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M150.181 86.363c.098.025.208.061.318.098.453.135.563.428.917.734.172.159.355.294.575.392.012.012.061.085.085.11.208.147.428.27.612.428.318.294.624.587.93.905.049.049.061.147.123.196.232.22.464.453.746.587.245.11.453.269.673.404.6 0 1.199-.012 1.823-.037-.245-.147-.465-.318-.734-.441-.257-.123-.453-.331-.673-.538-.049-.037-.061-.122-.11-.172-.282-.293-.563-.55-.857-.82-.159-.147-.355-.257-.538-.392-.025-.012-.074-.086-.086-.098a2.2 2.2 0 01-.526-.355c-.318-.281-.416-.551-.832-.673s-.771-.282-1.027-.477c-.074-.061-.159-.135-.22-.159-.221-.098-.514-.135-.71-.025-.171.1-.343.21-.489.333h0z\"/>\n    <path fill=\"#FC0\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M153.166 87.059c.086.098.172.195.294.306a2.2 2.2 0 00.526.355c.012.012.061.086.086.098.183.135.379.245.538.392.294.269.575.526.857.82.049.049.061.135.11.172.22.208.416.416.673.538.171.085.318.183.477.281h-.012c.71 0 1.419 0 2.141-.025-.196-.123-.367-.257-.588-.355-.208-.11-.367-.281-.551-.441-.036-.037-.049-.098-.086-.147a32.376 32.376 0 00-.685-.661c-.134-.122-.294-.208-.441-.318-.024-.012-.061-.061-.073-.073a2.007 2.007 0 01-.428-.282c-.257-.232-.33-.453-.661-.551-.343-.11-.636-.22-.844-.392a1.142 1.142 0 00-.171-.122c-.183-.074-.416-.11-.575-.025-.22.122-.404.257-.587.416v.014h0z\"/>\n    <path fill=\"#FC0\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M158.71 89.898a2.642 2.642 0 00-.44-.257c-.208-.11-.367-.281-.551-.441-.037-.037-.049-.098-.086-.147a32.376 32.376 0 00-.685-.661c-.134-.123-.294-.208-.441-.319-.024-.012-.061-.061-.073-.073a1.97 1.97 0 01-.428-.282c-.22-.196-.306-.379-.526-.502l.012.012c.11-.085.233-.171.355-.232.147-.086.343-.049.501.012.037.012.098.073.147.11.184.134.416.245.722.33.281.085.343.269.563.465.11.098.233.183.367.245.012.012.037.061.061.073.123.086.269.159.379.27.196.183.392.367.588.563.037.037.037.098.074.122.147.135.294.281.465.367.183.098.342.208.514.306-.514.025-1.015.025-1.517.025l-.001.014h0z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M144.567 85.139c.159-.024.086-.061.232.037M144.274 85.333c.171-.024.232-.135.355.012M144.113 85.446c.074 0 .123-.086.355.049M143.944 85.641a.576.576 0 01.379.024M143.747 85.787c.171-.049.245.074.428.037M143.538 85.996c.11 0 .147-.037.245 0 .122.037.098.012.22.024M143.307 86.216c.123 0 .159-.025.269-.012.147.024.11.037.257.012M143.171 86.399c.245-.024.318-.012.489.049M142.841 86.85c.208-.061.306-.061.489.012M139.441 90.349c.673-.11 1.468.012 2.141-.086M142.94 86.631c.171-.061.134-.037.306-.025.171.025.245.049.294.025M142.669 87.022c.171-.086.379-.037.551.012M143.112 87.206c-.183-.049-.379-.012-.575 0M142.965 87.403c-.196-.061-.404-.086-.6-.024M142.094 87.55c.245 0 .477-.061.722.025M141.888 87.744c.257-.086.514-.012.783.012M141.643 87.891c.269-.012.526-.012.795-.024.037 0 .122-.037.171.024M142.523 88.037c-.404.086-.807.024-1.211.037M142.303 88.246c-.135.012-.343.061-.526.049-.037-.012-.073-.037-.11-.037-.208-.012-.416-.012-.612.061M140.969 88.466a.353.353 0 01.269-.037c.257.037.501 0 .746.061.061.024.122.061.195.061M140.823 88.565c.183 0 .367-.024.55.012.232.061.453.11.697.122h-.025M140.651 88.7c.195 0 .379.037.575.073.257.049.514-.024.759.049M140.419 88.821c.257.11.526.012.795.061.257.049.489.037.734.086M140.247 89.016c.392.012.783 0 1.187.073.11.025.281.074.428.049M140.115 89.188c.379.074.771.012 1.15.11.172.037.355.073.539.073h-.024M139.954 89.481c.036-.012.085-.037.122-.037.306 0 .599.049.917.012.245-.012.514-.037.759.049h-.025M139.819 89.678c.612-.061 1.236.025 1.848 0M139.709 89.862c.648.073 1.297.012 1.933.061M139.613 90.056c.281.061.563-.025.844.037.208.037.392.073.6.037.183-.049.355.012.526-.012M144.2 87.44h.061M144.138 87.513c.024.012.061-.037.074.012M144.065 87.612h.134M144.003 87.696h.171M143.893 87.806c.098.012.184.025.281.025h-.025M143.797 87.953c.11-.037.232 0 .343-.037h-.025M143.65 88.125h.465-.024M143.574 88.235c.171 0 .33-.025.49.012h-.012M143.479 88.393c.183-.025.379 0 .575.024M143.368 88.565c.122-.012.22.061.343.086.098.024.183 0 .269-.012M143.332 88.7c.183.061.379.073.563.086M143.222 88.847c.159-.012.306.024.465.073.073.024.147.012.208.012h-.012M143.013 89.078c.196-.086.428-.024.636.037.074.024.147-.012.232-.012h-.025M142.988 89.224a.981.981 0 01.698.025c.036.012.085 0 .122 0M142.841 89.396c.306.061.624-.036.93.049M142.757 89.532c.245.098.514 0 .783.073a.368.368 0 00.257-.012M142.585 89.715a.618.618 0 01.33-.037c.294.073.563.049.832.086M142.449 89.91c.061-.012.123.037.171.024.379-.061.759 0 1.125-.024M142.354 90.056c.294.11.599 0 .917.086a.687.687 0 00.416 0M142.244 90.265c.453.012.881-.012 1.407.049M144.812 87.671c.049-.012.086.037.135.025M144.75 87.806c.061-.012.11-.037.172-.025M144.702 87.927c.085.012.159-.012.245.025M144.64 88.1c.097 0 .208 0 .306.024M144.556 88.271c.135-.037.257.012.392-.025M144.541 88.393c.122.049.245.012.379.024v-.024M144.468 88.587c.122-.012.232-.024.343.024.037.012.086 0 .135-.024M144.457 88.759c.159-.061.318.037.49 0M144.384 88.968c.184-.012.355.024.538 0M144.322 89.126c.073-.025.159-.073.232-.037.11.049.245.024.367.037M144.285 89.312c.208-.074.428.049.636-.061M144.26 89.506a.52.52 0 01.306.012c.11.024.245.012.379-.012M144.2 89.69c.245-.049.502 0 .759-.012l-.012.012M144.054 89.862c.318-.025.648-.061.966-.061M144.09 90.056c.355-.061.722-.037 1.089-.049M144.029 90.254c.355.049.428-.024.783-.036.061 0 .367-.062.428-.074.049-.012.159 0 .208 0M144.029 90.349c.538-.049 1.088.049 1.639-.086M141.691 90.29h.428M143.772 90.349c.049.025.11-.024.146.025M145.816 90.313c.44-.049.893.086 1.333 0M145.593 90.166c.281-.085.538-.024.808.025.025 0 .025.061.049.073.245.037.477 0 .722-.012M144.029 90.144h-.281M142.28 90.082c-.196.012-.392.012-.587.037M145.963 85.959h.086M145.999 86.081c.037.012.073 0 .11-.012M146.022 86.278c.012-.012.012-.037.025-.037.036-.012.085-.012.122-.012M146.073 86.399c.061-.037.135-.012.208-.012M146.304 86.509a.35.35 0 00-.196.037M146.194 86.718a.271.271 0 01.195-.037M146.476 86.828h-.281M146.278 86.975c.098 0 .196.024.269-.037M146.622 87.146c-.11 0-.208 0-.306.024M146.388 87.352c.11.012.22-.012.33-.061M146.744 87.403c-.098.049-.208.061-.318.086M146.487 87.671c.135-.073.294-.012.428-.061M146.952 87.781c-.11 0-.22-.024-.33.012-.037.012-.061.037-.11.037M146.597 88.1c.086-.037.171-.098.269-.086.012-.061.073 0 .098-.037.025-.012.074 0 .123 0M147.147 88.161c-.159-.012-.33.025-.489.049M146.707 88.418c.183-.074.367-.074.563-.098M146.721 88.649c.208-.049.428-.037.624-.122M147.491 88.675c-.232.037-.465 0-.685.11M146.854 88.993c.037.012.061.037.098.024.22-.086.441-.159.661-.135M147.674 89.041c-.22.122-.477.074-.722.086-.024 0-.048.025-.085.037M146.952 89.312c.269-.037.526-.049.795-.086M147.919 89.396c-.22.037-.428-.012-.636.037-.098.012-.184.049-.281.073M147.037 89.678c.037 0 .085.012.11-.012.269-.159.575-.11.868-.123M148.103 89.715c-.245 0-.502-.061-.746.025-.085.036-.171.085-.269.085M147.172 90.008c.134-.025.257-.086.379-.11.281-.037.563-.012.844-.012M148.396 90.034a.898.898 0 00-.477 0c-.245.061-.465.122-.71.134M147.344 90.29c.196-.024.379-.085.575-.135.159-.036.318-.012.477-.012M147.356 90.4c.293-.049.587 0 .881-.098.098-.037.208.024.318.012M148.554 90.203c.489.036.979-.061 1.456.048M148.652 90.349c.061.012.11-.037.147-.037.404 0 .807.012 1.211.037M149.865 89.312h.061M149.887 89.444c.049.025.098-.061.147 0M149.924 89.591h.257M149.997 89.8c.086-.097.208 0 .294-.061M150.059 89.997c.11-.098.269.012.379-.086M150.085 90.144c.159-.049.33.012.489-.086M150.144 90.29c.245-.11.526.049.759-.122M150.169 90.411c.306-.098.624 0 .93-.012M151.294 90.4a14.477 14.477 0 011.627 0M151.063 90.203c.477.048 1.199 0 1.799.048M148.421 86.52c.036 0 .367-.061.391-.061M148.531 86.608c.098.012.33.012.416-.061M148.689 86.766c0-.012.281-.061.294-.061.037-.012.086 0 .135-.012M148.813 86.85c.049-.037.441-.012.514-.025M149.422 86.938c-.074 0-.392.012-.441.049M149.253 87.158c.049-.036.281-.073.367-.073M149.803 87.22c-.098 0-.306.025-.416.025M149.594 87.403c.11-.012.306-.037.367-.086M150.158 87.499c-.11 0-.257.012-.404.025M149.938 87.671c.134 0 .33 0 .428-.037M150.513 87.719c-.086.049-.257.061-.367.086M150.327 87.978c.11-.073.306-.025.44-.073M150.917 88.063c-.134 0-.269-.012-.367.012-.037.012-.049.037-.11.037M151.356 88.393c-.196-.012-.355.024-.526.049M151.001 88.627c.171-.073.379-.061.575-.098M151.43 89.14c.037.012.22-.025.257-.037.294-.037.343-.098.612-.074M152.459 89.151c-.355.061-.489.073-.759.098a.512.512 0 00-.146.037M151.712 89.396c.269-.049.661-.036.93-.073M152.935 89.47c-.22.037-.477 0-.685.049-.098.012-.281.024-.379.049M152.126 89.738c.037 0 .086 0 .11-.012.221-.147.575-.123.893-.123M153.327 89.752c-.306 0-.428.012-.661.037-.086.012-.208.061-.318.061M152.606 90.008c.281-.049.82-.11.502-.086.293-.025.342-.025.661-.025M153.852 90.02a1.525 1.525 0 00-.538.012c-.122.037-.086.074-.502.086M152.983 90.203c.196-.025.22-.012.404-.061.147-.037.343-.024.526-.024M153.082 90.276c.306-.037.343-.024.661-.012.086 0 .159 0 .269-.012M148.323 86.399a.385.385 0 01.257-.049c-.037-.049.061 0 .086-.024 0-.025.073-.012.122-.012M148.176 86.253c.073-.037.147-.037.269-.025-.037-.061.073 0 .085-.037.012-.012.086 0 .135 0M150.609 88.308c.086-.037.074-.061.195-.037-.036-.061.135 0 .147-.037.012-.024.147-.012.195-.012M151.125 88.796c.196-.049.441-.049.612-.135M152.03 88.883c-.232.037-.575.012-.759.11M148.481 86.044c-.22-.012-.257.061-.416.061M150.891 86.656c.037 0 .281-.049.318-.049M150.99 86.755c.147-.036.257 0 .343-.061M151.111 86.876c0-.012.232-.037.245-.037.037-.012.086-.012.122-.012M151.235 86.986c.049-.037.367-.024.441-.037M151.76 87.059a1.507 1.507 0 00-.416.061M151.503 87.256c.049-.037.367-.074.441-.061M152.115 87.316a5.6 5.6 0 00-.465.037M151.808 87.476c.098 0 .404-.024.453-.073M152.433 87.572c-.098 0-.269.012-.404.024M152.151 87.733c.123 0 .392 0 .477-.049M152.763 87.769c-.074.049-.306.074-.404.098M152.58 88.001c.098-.061.294-.025.416-.061M153.13 88.088c-.11 0-.245-.012-.33.012-.037.012-.049.037-.098.024M153.533 88.393c-.172-.012-.318.024-.477.049M153.215 88.613c.159-.073.355-.073.538-.098M153.643 89.089c.049.012.171-.037.195-.037.282-.037.319-.098.575-.086M154.548 89.089a4.01 4.01 0 01-.685.086.528.528 0 00-.147.037M153.863 89.312c.245-.037.612-.037.856-.061M154.991 89.385c-.196.024-.428 0-.624.037-.086.024-.269.024-.355.049M154.255 89.628c.037 0 .074 0 .098-.012.196-.135.526-.11.832-.11M155.357 89.642c-.281 0-.404.012-.612.037-.135.012-.294.061-.33.061M154.621 89.873c.257-.049.82-.098.526-.073.269-.024.318-.024.612-.024M155.834 89.898c-.184-.025-.355-.037-.489 0-.098.024-.135.073-.539.086M154.954 90.07c.183-.025.294-.025.453-.061.134-.037.318-.024.49-.024M155.137 90.166c.257-.036.294-.061.6-.048.086 0 .147-.012.245-.025M150.744 86.557c.073-.037.049-.061.159-.049.086-.024.147.012.159-.024 0-.012.073-.012.11-.012M150.573 86.461c.073-.037.086-.074.196-.061.11-.012.159 0 .171-.037.012-.012.073 0 .122 0M152.884 88.308c.073-.037.037-.049.147-.037-.025-.049.123 0 .135-.025.012-.025.135-.012.183-.012M153.327 88.759c.183-.049.404-.049.563-.11M154.159 88.847c-.208.037-.477-.012-.636.073M150.903 86.227c-.208-.012-.379.085-.501.171M153.412 87.304c.025 0 .318-.049.331-.049M153.511 87.378c.11-.025.269-.012.33-.061M153.62 87.462c-.012 0 .232-.037.245-.037.025-.012.061 0 .098 0M153.716 87.55c.037-.024.343-.024.392-.037M154.182 87.598a.96.96 0 00-.331.049M154.024 87.744c.037-.025.232-.049.294-.049M154.438 87.795c-.061 0-.281.024-.355.024M154.218 87.916c.073 0 .294-.024.343-.061M154.695 87.989c-.086 0-.22.012-.318.012M154.475 88.111c.098 0 .294 0 .367-.037M154.954 88.147c-.061.037-.245.049-.319.061M154.746 88.319c.074-.049.294-.012.379-.037M155.233 88.382c-.098 0-.195-.012-.269.012-.025.012-.049.012-.086.012M155.541 88.627c-.135-.012-.306.037-.416.049M155.259 88.773c.11-.049.306-.037.44-.061M155.563 89.14c.025.012.184-.012.208-.012.208-.025.245-.074.441-.061M156.324 89.162a5.064 5.064 0 01-.538.061c-.025 0-.11.012-.135.012M155.749 89.323c.196-.037.514-.024.71-.049M156.654 89.385c-.147.024-.33 0-.477.024a2.549 2.549 0 01-.306.037M156.028 89.58c.025 0 .196-.049.208-.049.245-.024.33-.049.563-.061M156.933 89.58c-.22 0-.306.012-.465.024-.11.012-.294.074-.318.074M156.336 89.774c.159-.036.636-.085.441-.073.208-.012.245-.012.465-.024M157.303 89.774c-.135-.012-.269-.024-.379 0-.061.025-.134.049-.441.074M156.604 89.91c.147-.025.245-.012.367-.049.11-.037.257-.012.379-.025M156.728 89.983c.195-.025.269-.049.501-.037.061 0 .11 0 .196-.012M153.35 87.22c.061-.024.086-.061.172-.049.061-.012.11.012.11-.012.012-.012.061-.012.098-.012M153.251 87.132c.061-.024.073-.049.159-.049.086 0 .122 0 .135-.012 0-.025.061-.012.086-.012M154.991 88.551c.061-.024.074-.037.171-.024-.037-.037.086 0 .098-.024 0-.012.098 0 .135 0M155.38 88.906c.134-.036.306-.036.428-.098M156.017 88.968c-.159.024-.392-.012-.526.061M153.511 86.961c-.159-.012-.196.049-.294.122M155.699 87.403c.024 0 .281-.037.306-.037M155.786 87.487c.098-.024.257-.024.306-.061M155.882 87.561l.232-.037c.024-.012.061 0 .086 0M155.992 87.682c.037-.024.294-.073.343-.073M156.409 87.682a1.016 1.016 0 00-.342.061M156.2 87.832c.025-.024.269-.061.33-.049M156.654 87.868c-.073 0-.269.012-.367.037M156.409 87.978c.074 0 .306-.025.343-.061M156.886 88.037c-.073 0-.257.024-.355.037M156.677 88.161c.085 0 .281 0 .343-.037M157.12 88.184c-.061.037-.269.037-.343.061M156.933 88.356c.061-.049.257-.024.343-.049M157.376 88.407c-.086 0-.171 0-.245.012-.012.012-.074.012-.098.012M157.658 88.627c-.123-.012-.269.037-.38.049M157.376 88.785c.11-.049.306-.049.44-.074M157.681 89.115c.024 0 .171-.024.196-.024.196-.025.232-.061.404-.049M158.377 89.126c-.22.037-.318.049-.49.061-.025 0-.11 0-.122.012M157.841 89.298a12.5 12.5 0 01.661-.061M158.696 89.335c-.146.012-.318 0-.453.024-.11.024-.269.024-.281.036M158.109 89.506c.025 0 .184-.037.196-.037.22-.025.306-.049.526-.061M158.952 89.506c-.208.012-.282.012-.428.024-.11.012-.27.074-.306.074M158.391 89.69c.159-.025.599-.086.416-.061.183-.025.22-.025.428-.025M159.296 89.69c-.135-.012-.269-.025-.355 0-.061.025-.123.049-.404.061M158.648 89.811c.123-.012.22-.012.342-.049.098-.025.22-.012.343-.012M158.746 89.884c.196-.024.257-.037.477-.037.061 0 .098 0 .171-.012M155.651 87.33c.049-.025.061-.049.147-.037.061-.012.098 0 .11-.012 0-.012.049-.012.085-.012M155.552 87.256c.061-.024.061-.049.147-.037.073-.012.11 0 .123-.024 0-.012.049-.012.086-.012M157.156 88.565c.049-.024.073-.024.147-.024-.025-.036.086 0 .098-.012.012-.012.098-.012.123-.012M157.497 88.883c.122-.025.306-.025.416-.074M158.109 88.942c-.159.024-.404-.012-.526.049M155.797 87.096c-.147-.012-.196.049-.281.11\"/>\n    <path fill=\"#FC0\" fill-rule=\"nonzero\" d=\"M139.089 106.153l.211 1.568c-.414-.135-.795.107-.978.451-.293.586-.034 1.029.53 1.311l.759.389 1.41-2.741-.564-.282-.564 1.099h-.011l-.121-1.452-.672-.343zm.212 2.069c.09.009.189.048.29.099l.07.034-.395.75-.07-.037c-.256-.132-.428-.293-.282-.597.099-.192.235-.26.387-.249zM136.48 106.045l.82.551.465-.685-.856-.575.293-.44 1.37.93-1.712 2.545-1.371-.918.294-.429.856.563.38-.563-.832-.551zM136.075 104.002l-.747.866-.24-.195c-.488-.428-.981-.409-1.41.079-.451.539-.285 1.009.231 1.438l.643.553 1.991-2.334-.468-.407zm-1.559.998c.107.008.225.082.352.192l.099.07-.555.646-.09-.073c-.231-.194-.364-.378-.13-.66.115-.136.217-.186.324-.175zM132.296 104.749l-.416-.465 1.272-1.162c.281-.245.661-.636.306-1.028-.355-.392-.783-.061-1.064.196l-1.273 1.15-.416-.453 1.358-1.235c.563-.502 1.199-.636 1.774-.012.575.636.379 1.272-.183 1.774l-1.358 1.235zM131.169 98.938a.825.825 0 00-.547.158c-.268.194-.477.544-.316.899-.223-.099-.471-.031-.654.104-.502.344-.491.77-.15 1.26l.44.634 2.538-1.737-.556-.801c-.205-.297-.464-.495-.755-.517zm-.008.659c.183-.017.319.133.449.316l.079.099-.651.44-.054-.07c-.158-.231-.324-.505-.017-.713a.395.395 0 01.194-.072zm-.9.892c.113-.003.209.073.299.211l.045.059-.601.414-.042-.059c-.135-.197-.175-.38.07-.538a.38.38 0 01.229-.087zM129.801 96.871l.452-.245.722 1.32-2.703 1.47-.306-.551 2.251-1.21zM129.752 95.477l.245.575-2.814 1.236-.245-.575zM126.595 93.347c-.147.221-.171.514-.098.771.196.563.795.722 1.309.563.489-.159.868-.661.685-1.211-.073-.257-.294-.465-.526-.575l.673-.22c.183.195.33.392.404.636.281.856-.22 1.713-1.028 1.982-.832.269-1.762-.098-2.055-.991a1.665 1.665 0 01-.049-.734l.685-.221zM128.068 89.236l-2.89 1.754.088.476 3.321.668-.124-.643-.677-.149-.203-1.094.609-.361-.124-.651zm-.936 1.277l.133.742-1.162-.141v-.02l1.029-.581zM126.447 83.492c-.795.003-1.421.556-1.489 1.427l-.07.88 3.057.248.07-.883c.073-.905-.542-1.59-1.41-1.664-.054-.005-.105-.011-.158-.008zm-.116.705c.068-.005.138-.008.211 0 .55.037.908.341.846 1.038v.09l-1.841-.152.008-.087c.043-.567.308-.858.776-.889zM127.268 81.077l-.195.967.819.171.209-1.003.501.098-.33 1.627-3.01-.636.331-1.615.513.11-.208 1.003.661.135.208-.966zM128.553 77.273l-.367.93.771.293.379-.954.49.183-.6 1.542-2.875-1.113.612-1.542.489.184-.379.966.624.245.367-.93zM130.4 75.401l.465.233-.685 1.345-2.74-1.407.281-.55 2.276 1.162zM130.853 71.365c-.196.012-.367.073-.49.232-.122.171-.122.404.037.526.416.306 1.003-.844 1.835-.22.489.367.599.942.208 1.468-.257.355-.648.465-1.064.428l-.061-.55c.245.073.538.024.697-.196.159-.195.086-.453-.11-.587-.257-.195-.502 0-.734.146-.367.232-.71.355-1.089.074a.91.91 0 01-.196-1.297c.171-.232.514-.465.796-.502l.171.478zM132.227 68.67l-.344.344 1.401 3.093.457-.476-.282-.634.767-.792.643.265.46-.477-3.102-1.323zm.484.874l.979.448-.477.502-.51-.942.008-.008zM136.639 68.281l.331.404-1.175.954-1.933-2.398.49-.391 1.602 1.982zM137.386 64.721l.575-.354.636 3.327-.306.196-2.728-2.007.563-.367 1.761 1.346.012-.012zM140.138 63.225l-.44.211.158 3.392.601-.273-.028-.713 1.004-.448.493.493.609-.273-2.397-2.389zm.124 1.004l.759.784-.637.282-.121-1.049v-.017h-.001zM143.567 62.16a1.7 1.7 0 00-.493.079l-.846.248.863 2.941.837-.237c.88-.257 1.311-1.08 1.066-1.912-.201-.688-.748-1.125-1.427-1.119zm-.02.642c.383.014.64.237.767.68.161.525-.006.959-.677 1.153l-.09.034-.51-1.771.088-.034c.157-.042.295-.067.422-.062zM147.258 61.269c-.056.003-.119.011-.175.017-.919.124-1.463.95-1.342 1.807.11.868.854 1.514 1.773 1.393.928-.124 1.466-.939 1.356-1.807-.104-.804-.764-1.436-1.612-1.41zm-.071.688c.488-.062.899.341.961.792.048.417-.245.992-.724 1.066-.477.062-.916-.428-.979-.846-.047-.451.24-.95.742-1.012zM149.804 61.128l-.034 3.076h.623l.011-1.235h.009l.759 1.252.756.009-.888-1.303c.429-.062.66-.454.66-.846.011-.663-.426-.93-1.049-.945l-.847-.008zm.634.547h.088c.293 0 .524.07.513.415 0 .341-.22.431-.538.431h-.07l.007-.846zM157.008 63.767l-.968-.245-.195.808 1.003.257-.134.501-1.603-.403.749-2.985 1.6.403-.122.514-1.003-.257-.157.661.953.232zM159.86 65.162l.769-1.921.574.232-1.16 2.912-.417-.171-.769-2.618h-.015l-.769 1.933-.575-.22 1.175-2.937.414.159.761 2.631zM163.515 67.731l-.28.44-1.274-.795 1.642-2.606.524.331-1.358 2.165zM166.493 66.679l-2.961 1.666.51.412.609-.341.854.713-.211.66.519.414 1.057-3.217-.377-.307zm-.46.891l-.352 1.021-.536-.431.888-.59zM171.1 71.49l-3.276.837.378.53.688-.161.643.891-.378.589.395.539 1.841-2.836-.291-.389zm-.66.741l-.609.897-.406-.564 1.015-.333zM171.31 78.117l-.282-.563 1.591-1.088-2.07.22-.096-.184 1.42-1.505v-.012l-1.837.612-.279-.563 3.058-.942.207.392-1.455 1.615 2.14-.233.207.404zM173.304 79.842l-.32-.942-.781.269.329.979-.502.171-.524-1.578 2.912-.979.536 1.566-.501.171-.329-.978-.636.22.318.93zM175.259 80.47l-2.994.634.121.606 1.21-.254h.017l-1.057 1.029.166.733 1.074-1.148c.161.406.584.536.962.451.648-.135.823-.609.688-1.235l-.187-.816zm-.378.738l.017.079c.062.293.042.539-.299.601-.33.073-.46-.127-.522-.431l-.017-.07.821-.179zM172.838 84.454l-.073-.612 3.058-.355.073.612zM175.224 87.426a.92.92 0 00.318-.71c-.012-.6-.55-.93-1.076-.917-.514 0-1.028.367-1.015.954 0 .257.135.526.33.698l-.71.012c-.11-.232-.195-.465-.195-.722-.013-.905.722-1.578 1.566-1.59.881-.012 1.652.612 1.676 1.554 0 .245-.061.501-.172.71l-.722.011zM172.961 88.003l-.07.651.606.335-.132 1.1-.685.158-.07.663 3.276-.804.062-.493-2.987-1.61zm1.029 1.258l.962.443v.009l-1.049.237.087-.689zM173.07 96.823a.979.979 0 00.563-.538c.22-.563-.147-1.076-.636-1.272-.477-.183-1.089-.048-1.309.49a.97.97 0 00.049.783l-.673-.257c-.012-.257 0-.502.098-.746.331-.832 1.272-1.186 2.055-.868.82.318 1.297 1.199.954 2.067a1.635 1.635 0 01-.428.6l-.673-.259zM171.039 98.78l.467-.869-.735-.405-.49.918-.452-.256.782-1.455 2.705 1.466-.784 1.455-.464-.256.502-.904-.601-.318-.475.869zM168.972 101.203l1.676 1.209-.367.514-2.533-1.857.259-.356 2.726-.099h.012l-1.688-1.236.367-.502 2.545 1.86-.256.368-2.729.084zM168.777 103.794l.452-.463.367.355-1.32 1.382-.368-.355.44-.467-1.848-1.772.429-.452zM165.593 103.379l-.485.386.792.961v.009l-1.39-.451-.584.477 1.525.414c-.282.33-.211.77.045 1.074.414.502.933.431 1.41.028l.643-.539-1.956-2.359zm.589 1.725l.539.651-.062.045c-.231.195-.44.285-.66.025-.22-.268-.104-.474.141-.668l.042-.053zM163.673 104.972l-.564.352.124.688-.944.581-.544-.415-.564.352 2.704 2.036.406-.254-.618-3.34zm-.352 1.612l.273 1.023h-.017l-.846-.654.59-.369zM159.492 107.881l-.221-.466 1.358-.647 1.321 2.79-.563.256-1.087-2.3z\"/>\n  </g>\n</svg>\n</li><li title=\"cif sy \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 201\">\n  <g fill=\"none\">\n    <path fill=\"#000\" d=\"M.5.5h300v200H.5z\"/>\n    <path fill=\"#FFF\" d=\"M.5.5h300v133.333H.5z\"/>\n    <path fill=\"#CE1126\" d=\"M.5.5h300v66.667H.5z\"/>\n    <path fill=\"#007A3D\" d=\"M189.894 93.804l12.683 9.215-4.812 15.009 12.735-9.252 12.735 9.252-4.864-14.971 12.735-9.253h-15.741L210.5 78.833l-4.864 14.971zM69.894 93.804l12.683 9.215-4.812 15.009 12.735-9.252 12.735 9.252-4.864-14.971 12.735-9.253H95.365L90.5 78.833l-4.864 14.971z\"/>\n  </g>\n</svg>\n</li><li title=\"cif sz \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 201\">\n  <g fill=\"none\" fill-rule=\"evenodd\">\n    <path fill=\"#3E5EB9\" fill-rule=\"nonzero\" d=\"M.5.498h300v200.004H.5z\"/>\n    <path fill=\"#FFD900\" fill-rule=\"nonzero\" d=\"M.5 36.213h300v128.572H.5z\"/>\n    <path fill=\"#B10C0C\" fill-rule=\"nonzero\" d=\"M.5 50.498h300v100H.5z\"/>\n    <path fill=\"#FFD900\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M32.519 98.358h238.632c1.166 0 2.112.959 2.112 2.143h0c0 1.184-.946 2.143-2.112 2.143H32.519c-1.167 0-2.112-.959-2.112-2.143h0c0-1.184.945-2.143 2.112-2.143z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M246.928 77.642l-12.143 4.286 12.143 4.286 12.143-4.286z\"/>\n    <path fill=\"#FFD900\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M63.481 80.5h175.465c.857 0 1.553.64 1.553 1.428h0c0 .789-.695 1.429-1.553 1.429H63.481c-.857 0-1.553-.64-1.553-1.429h0c0-.789.695-1.428 1.553-1.428z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M236.222 83.356c.714 0 1.429-.714 1.429-1.428s-.715-1.429-1.429-1.429\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M234.794 83.356c.713 0 1.429-.714 1.429-1.429 0-.714-.716-1.429-1.429-1.429M233.365 83.356c.713 0 1.429-.715 1.429-1.429 0-.714-.716-1.429-1.429-1.429\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M235.5 86.213l-12.143 4.286 12.143 4.286 12.143-4.286z\"/>\n    <path fill=\"#FFD900\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M52.052 89.071h175.465c.857 0 1.553.64 1.553 1.429h0c0 .789-.695 1.429-1.553 1.429H52.052c-.857 0-1.553-.64-1.553-1.429h0c0-.789.696-1.429 1.553-1.429z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M224.794 91.927c.714 0 1.429-.714 1.429-1.429 0-.714-.716-1.429-1.429-1.429M223.365 91.927c.713 0 1.429-.714 1.429-1.429 0-.714-.716-1.429-1.429-1.429M221.936 91.928c.714 0 1.429-.715 1.429-1.429 0-.714-.715-1.429-1.429-1.429\"/>\n    <path fill=\"#3D5DA7\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M256.182 98.798c-2.164 3.748 1.661-1.246 10.993 5.028 1.729 1.166 3.24 4.245 3.24 6.38-.439-.294-.765-.947-1.249-1.371-.677.678.647 3.788.84 5.258-1.459-.817-1.318-1.203-1.803-2.207.097 1.213-.25 4.554.33 5.84-1.149-.328-1.073-1.254-1.674-1.439.409 1.456-.356 3.041-.153 4.678-.672-.666-1.388-1.187-1.7-1.455-.052.78-1.292 2.828-1.321 3.565-.57-.345-.725-.882-.82-1.243-.708.89-3.227 4.179-3.389 5.182-1.94-1.714-6.912-5.888-7.559-8.103-.572 1.257-1.4 1.682-3.037 2.6-.646-3.511-3.065-7.457-1.772-10.467-.917.543-1.671 1.087-2.587 1.756.87-5.086 5.296-11.049 11.661-14.002h0z\"/>\n    <path fill=\"#A70000\" fill-rule=\"nonzero\" d=\"M248.108 117.361c.898-1.796 1.726-2.366 2.307-3.522 1.025-2.032 1.172-3.65 2.065-3.413.893.237.893 1.069-.265 3.068-1.158 1.998-1.708 2.425-4.107 3.867zM254.184 121.638c-.115-1.367.281-1.938.209-2.819-.124-1.549-.757-2.613.067-2.689.824-.075 1.209.453 1.211 2.015.002 1.562-.239 1.972-1.487 3.493zM258.796 124.32c-.36-1.909-.091-2.756-.321-3.985-.401-2.164-1.194-3.589-.431-3.787.764-.198 1.224.502 1.514 2.696.289 2.194.136 2.797-.762 5.076zM263.591 110.943c-1.126-.854-1.783-.912-2.509-1.461-1.279-.964-1.926-1.995-2.338-1.483-.411.512-.119 1.072 1.221 1.961s1.794.959 3.626.983zM262.796 117.282c-.594-1.232-1.218-1.545-1.602-2.338-.679-1.394-.68-2.599-1.416-2.29-.736.309-.795.94-.008 2.289.788 1.348 1.2 1.593 3.026 2.339z\"/>\n    <path fill=\"#3D5DA7\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M40.892 102.41c-.121-1.092.112-1.222-.559-2.045.977.409 1.015 1.496 2.203.724.437-.226.627-.233.097-1.445 1.239.057 5.298 1.449 5.948 1.481 1.707.078 4.822-1.793 6.985.508 2.076 2.098 1.382 4.276 1.382 7.181-.834-.4-.432-.597-1.317-1.636.664 2.54-.036 7.119-.036 9.813-.34-.65-.291-.368-.624-1.041-.885 2.459-1.946 2.964-1.946 5.87-.319-1.139-.011-.898-.366-1.498-.86 1.866-6.63 3.461-4.407 5.343-2.007-1.177-2.887-1.054-3.797-2.111-.392.253-.704.732-1.068 1.389-3.528-1.624-2.267-5.125-5.031-7.464-.479.98-.261.838-.777 2.434-.56-2.217-.713-3.625-1.342-5.255-.543.903-.494.558-1.48 1.923-.408-2.701-1.072-3.338-.81-5.125-1.048.739-.362.439-1.409 1.35.991-6.92 5.278-12.034 8.354-10.396h0z\"/>\n    <path fill=\"#A70000\" fill-rule=\"nonzero\" d=\"M36.551 113.704c.909-2.228 1.729-2.928 2.316-4.362 1.037-2.521 1.206-4.536 2.078-4.229.872.308.857 1.345-.309 3.822-1.166 2.478-1.712 3.004-4.085 4.769zM39.993 119.279c.364-1.998.939-2.725 1.176-4.011.42-2.262.186-3.946.996-3.858.81.089.993.942.454 3.192-.539 2.251-.911 2.783-2.626 4.677zM44.11 123.154c.103-1.937.556-2.692.624-3.94.123-2.194-.299-3.765.473-3.773.773-.009 1.048.78.811 2.977-.237 2.195-.522 2.744-1.908 4.736zM52.951 110.49c-1.69-1.685-2.713-1.999-3.803-3.082-1.921-1.902-2.85-3.688-3.533-3.055-.684.633-.272 1.582 1.75 3.392 2.023 1.811 2.726 2.075 5.586 2.745zM51.923 117c-1.102-1.691-1.909-2.129-2.62-3.218-1.253-1.912-1.684-3.555-2.395-3.148-.711.407-.552 1.266.807 3.119 1.358 1.854 1.904 2.195 4.208 3.247z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M221.93 100.5c-14.286 14.284-33.334 42.856-71.429 42.856-33.334 0-57.143-28.571-71.429-42.856 14.285-14.287 38.095-42.859 71.429-42.859 38.095.001 57.143 28.572 71.429 42.859z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M145.515 72.55c3.801 4.275.627 5.998 4.65 6.279 4.243.312 1.838 4.517 5.406 4.663 2.495.109-.249 10.076 2.153 13.365 2.446 3.429 4.495 1.005 4.538 3.482.042 2.562-6.658 2.303-6.776 10.196-.196 4.548-5.655 4.839-5.915 7.765-.324 2.752 10.753 4.298 10.606 6.762-.152 2.457-11.961 2.072-12.475 4.874-.264 2.516 16.223 4.579 17.549 11.856-2.46.805-9.46 1.563-14.75 1.566-33.329.024-57.141-28.574-71.426-42.859C93.36 86.212 117.17 57.64 150.504 57.64c0 0-9.895 9.041-4.985 14.908l-.004.002z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M105.738 85.261h3.463V96.69h-3.463zM105.738 104.309h3.463v11.429h-3.463zM112.664 85.261h3.463V96.69h-3.463zM112.664 104.309h3.463v11.429h-3.463zM119.59 85.261h3.463V96.69h-3.463zM119.59 104.309h3.463v11.429h-3.463zM126.518 85.261h3.463V96.69h-3.463zM126.518 104.309h3.463v11.429h-3.463zM133.443 85.261h3.463V96.69h-3.463zM133.443 104.309h3.463v11.429h-3.463zM140.369 85.261h3.463V96.69h-3.463zM140.369 104.309h3.463v11.429h-3.463z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M158.119 85.261h3.463V96.69h-3.463zM158.119 104.309h3.463v11.429h-3.463zM165.045 85.261h3.463V96.69h-3.463zM165.045 104.309h3.463v11.429h-3.463zM171.971 85.261h3.463V96.69h-3.463zM171.971 104.309h3.463v11.429h-3.463zM178.899 85.261h3.463V96.69h-3.463zM178.899 104.309h3.463v11.429h-3.463zM185.824 85.261h3.463V96.69h-3.463zM185.824 104.309h3.463v11.429h-3.463zM192.75 85.261h3.463V96.69h-3.463zM192.75 104.309h3.463v11.429h-3.463z\"/>\n    <path fill=\"#3D5DA7\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M127.401 65.25c-1.979 3.827 3.465-1.273 11.999 5.134 1.582 1.19 3.849 5.894 3.849 8.073-1.817-.386-5.035-2.18-5.035-2.18s3.776 3.782 3.776 8.142c-1.334-.834-2.001-.709-2.445-1.733 0 1.412 1.186 2.311 1.186 4.491a17.62 17.62 0 00-2.593-1.73c1.258 2.18-2.294 6.409-.516 7.82-3.109-.45-6.29-2.436-7.549-4.616-.667.45-.739 1.156-.765 1.908.098.081-4.733-3.586-4.289-4.994-.648.909-.739 1.408-.887 2.433-1.775-1.75-3.401-3.5-3.993-5.763-.789 1.024-.838 1.024-1.627 2.049-.591-3.586-.591-3.458.591-6.531-.838.555-1.528 1.11-2.366 1.793.795-5.192 4.843-11.281 10.664-14.296h0z\"/>\n    <path fill=\"#A70000\" fill-rule=\"nonzero\" d=\"M122.521 83.952c.316-2.638 1.006-3.631 1.212-5.329.368-2.987-.068-5.17.99-5.115 1.058.055 1.363 1.157.84 4.138-.523 2.979-.964 3.703-3.042 6.306zM128.048 88.781c-.214-2.225.196-3.173.06-4.606-.235-2.522-1.014-4.231-.091-4.388.923-.157 1.389.689 1.489 3.235.1 2.546-.148 3.225-1.458 5.759zM136.673 92.72c-.938-1.925-1.744-2.5-2.35-3.739-1.07-2.178-1.293-3.957-2.118-3.634-.825.322-.78 1.242.412 3.374s1.73 2.567 4.056 3.999zM139.655 75.475c-2.389-1.257-3.616-1.273-5.155-2.081-2.712-1.417-4.289-3.018-4.849-2.137-.561.881.187 1.757 2.982 3.045 2.794 1.289 3.653 1.35 7.022 1.173zM140.531 82.677c-1.74-1.447-2.769-1.66-3.89-2.591-1.977-1.634-2.96-3.238-3.62-2.588-.66.65-.219 1.509 1.855 3.048 2.074 1.54 2.783 1.731 5.655 2.131z\"/>\n  </g>\n</svg>\n</li><li title=\"cif td \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 201\">\n  <g fill=\"none\">\n    <path fill=\"#002664\" d=\"M.5.5h300v200H.5z\"/>\n    <path fill=\"#FECB00\" d=\"M100.5.5h200v200h-200z\"/>\n    <path fill=\"#C60C30\" d=\"M200.5.5h100v200h-100z\"/>\n  </g>\n</svg>\n</li><li title=\"cif tg \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 300 187\">\n  <g fill=\"none\">\n    <path fill=\"#006A4E\" d=\"M0 .75h300v185.5H0z\"/>\n    <path fill=\"#FFCE00\" d=\"M0 37.85h300v37.1H0zM0 112.05h300v37.1H0z\"/>\n    <path fill=\"#D21034\" d=\"M0 .75h111.248v111.3H0z\"/>\n    <path fill=\"#FFF\" d=\"M22.12 45.509L42.827 60.56l-7.91 24.354 20.707-15.052 20.707 15.052-7.909-24.354 20.707-15.051H63.534l-7.91-24.354-7.909 24.354z\"/>\n  </g>\n</svg>\n</li><li title=\"cif th \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 201\">\n  <g fill=\"none\">\n    <path fill=\"#ED1C24\" d=\"M.5.5h300v200H.5z\"/>\n    <path fill=\"#FFF\" d=\"M.5 33.833h300v133.333H.5z\"/>\n    <path fill=\"#241D4F\" d=\"M.5 67.166h300v66.667H.5z\"/>\n  </g>\n</svg>\n</li><li title=\"cif tj \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 151\">\n  <g fill=\"none\" fill-rule=\"evenodd\">\n    <path fill=\"#060\" fill-rule=\"nonzero\" d=\"M.5.5h300v150H.5z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M.5.5h300v107.143H.5z\"/>\n    <path fill=\"#C00\" fill-rule=\"nonzero\" d=\"M.5.5h300v42.857H.5z\"/>\n    <path fill=\"#F8C300\" fill-rule=\"nonzero\" d=\"M144.5 73.507a2.678 2.678 0 014.993 1.264v10.714h2.014V74.771a2.678 2.678 0 014.993-1.264 6.321 6.321 0 10-12 0\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M145.936 70.71a4.285 4.285 0 014.564 2.047 4.285 4.285 0 014.564-2.047 4.606 4.606 0 00-9.128 0\"/>\n    <path fill=\"#F8C300\" fill-rule=\"nonzero\" d=\"M149.493 81.206a8.143 8.143 0 01-13.681 5.211 8.464 8.464 0 01-12.8 3.743c.782 7.805 12.483 6.212 13.354-1.378 3.676 6.453 11.759 4.605 14.124-3.3l-.997-4.276zM151.507 81.206a8.143 8.143 0 0013.681 5.211 8.464 8.464 0 0012.8 3.743c-.782 7.805-12.483 6.212-13.354-1.378-3.676 6.453-11.759 4.605-14.124-3.3l.997-4.276z\"/>\n    <path fill=\"#F8C300\" fill-rule=\"nonzero\" d=\"M141.68 95.066c-1.633 3.524-4.896 4.13-7.75 1.285 0 0 1.147-.811 2.376-1.034-.23-.98.242-2.336.907-3.07.698.477 1.672 1.433 1.92 2.544 1.721-.222 2.547.275 2.547.275zM154.451 94.667c-2.184 3.211-5.502 3.277-7.855.006 0 0 1.264-.613 2.512-.634-.068-1.005.619-2.266 1.395-2.881.611.584 1.417 1.686 1.48 2.823 1.735.061 2.468.686 2.468.686zM167.117 96.353c-2.678 2.813-5.963 2.338-7.751-1.273 0 0 1.347-.399 2.582-.216.097-1.002.979-2.135 1.845-2.615.508.676 1.123 1.895 1.001 3.026 1.701.342 2.323 1.078 2.323 1.078z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M129.714 102.928a72.864 72.864 0 0141.572 0\"/>\n    <path fill=\"#F8C300\" fill-rule=\"nonzero\" d=\"M150.5 46.571l3.149 9.691-8.244-5.989h10.19l-8.244 5.989zM135.5 50.591l3.149 9.691-8.244-5.99h10.19l-8.244 5.99zM124.519 61.571l3.149 9.691-8.244-5.989h10.19l-8.243 5.989zM120.5 76.571l3.149 9.691-8.244-5.989h10.19l-8.244 5.989zM165.5 50.591l-3.149 9.691 8.244-5.99h-10.19l8.244 5.99zM176.481 61.571l-3.149 9.691 8.244-5.989h-10.19l8.244 5.989zM180.5 76.571l-3.149 9.691 8.244-5.989h-10.19l8.244 5.989z\"/>\n  </g>\n</svg>\n</li><li title=\"cif tl \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 300 150\">\n  <g fill=\"none\">\n    <path fill=\"#D82727\" d=\"M0 0h300v150H0z\"/>\n    <path fill=\"#FFC71F\" d=\"M0 0l150.226 75L0 150z\"/>\n    <path fill=\"#000\" d=\"M0 0l74.933 75L0 150z\"/>\n    <path fill=\"#FFF\" d=\"M33.499 65.953l15.823-6.594-8.698 14.932 10.969 12.943-16.854-4.09L25.703 98 24.31 80.57 7.433 76.78l15.948-6.606-1.351-17.276z\"/>\n  </g>\n</svg>\n</li><li title=\"cif tm \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 300 201\">\n  <g fill=\"none\">\n    <path fill=\"#A90000\" d=\"M103.499 184a3 3 0 013 3v3a3 3 0 01-3 3h-3v-9h3zm0 12c3.313 0 6-2.687 6-6.001V187a6 6 0 00-6-6h-6v15h6zm-12-15h3v15h-3v-15zm-6 0h3v15h-3l-6-9.418V196h-3v-15h3l6 9.417V181zm-45 .001h9v3h-6v3h6v3h-6V193h6v3h-9v-14.999zm-12-.001h3v12h6v3h-9v-15zM60 193h3c2.484 0 4.5-2.015 4.5-4.5s-2.053-4.491-4.5-4.5h-3v3h3a1.5 1.5 0 110 3h-3v3zm3-15c5.798 0 10.5 4.702 10.5 10.5S68.797 199 63 199c-5.798 0-10.5-4.702-10.5-10.501C52.5 182.702 57.201 178 63 178zm0 3a7.5 7.5 0 11-.002 14.998A7.5 7.5 0 0163 181z\"/>\n    <path fill=\"#28AE66\" d=\"M0 .5h300v200H0z\"/>\n    <path fill=\"#CA3745\" d=\"M36 .5h54v200H36z\"/>\n    <path fill=\"#FFF\" d=\"M148.94 22.681c8.867 3.807 15.079 12.617 15.079 22.876 0 13.741-11.143 24.885-24.885 24.885a24.78 24.78 0 01-16.125-5.935 24.82 24.82 0 008.717 1.984c13.728.599 25.347-10.048 25.946-23.776.348-7.97-3.095-15.229-8.732-20.034zM129.767 24.859l-2.819-2.049 1.077-3.314-2.82 2.048-2.819-2.048 1.077 3.314-2.82 2.049h3.485l1.077 3.314 1.077-3.314zM129.767 37.659l-2.819-2.049 1.077-3.314-2.82 2.048-2.819-2.048 1.077 3.314-2.82 2.049h3.485l1.077 3.315 1.077-3.315zM129.767 50.459l-2.819-2.049 1.077-3.314-2.82 2.048-2.819-2.048 1.077 3.314-2.82 2.049h3.485l1.077 3.314 1.077-3.314zM117.122 43.9l-2.82-2.049 1.077-3.314-2.819 2.048-2.82-2.048 1.077 3.314-2.819 2.049h3.485l1.077 3.314 1.077-3.314zM133.289 31.418l2.819-2.048-1.077-3.315 2.82 2.048 2.819-2.048-1.076 3.315 2.819 2.048h-3.485l-1.077 3.315-1.077-3.315z\"/>\n    <path fill=\"#383739\" d=\"M56.327 33.28l-6.216-3.496h-3.267l-4.089-2.462v-3.376l-4.327-2.653v-6.378l4.327-2.654V8.886l4.089-2.462h3.267l6.216-3.496h13.344l6.216 3.496h3.267l4.089 2.462v3.375l4.327 2.654v6.378l-4.327 2.653v3.376l-4.089 2.462h-3.267l-6.216 3.496z\"/>\n    <path fill=\"#28AE66\" d=\"M69.634 33.137l6.216-3.496h3.264l3.986-2.4v-3.374l4.327-2.654v-6.219L83.1 12.341V8.967l-3.986-2.4H75.85L69.634 3.07h-13.27l-6.215 3.497h-3.265l-3.986 2.4v3.374l-4.327 2.653v6.219l4.327 2.654v3.374l3.986 2.4h3.265l6.215 3.496z\"/>\n    <path fill=\"#383739\" d=\"M56.721 31.845l-6.215-3.497h-3.243l-3.035-1.827v-3.367L39.901 20.5v-4.792l4.327-2.654V9.687l3.035-1.828h3.243l6.215-3.496h12.556l6.216 3.496h3.243l3.035 1.828v3.367l4.326 2.654V20.5l-4.326 2.654v3.367l-3.035 1.827h-3.243l-6.216 3.497z\"/>\n    <path fill=\"#FAAE29\" d=\"M78.696 28.206l2.932-1.766v-3.366l4.326-2.653v-2.246H63.071v13.527h6.168l6.216-3.496zM44.371 9.767v3.367l-4.327 2.653v2.245h22.884V4.506h-6.169l-6.216 3.496h-3.241z\"/>\n    <path fill=\"#FFF\" d=\"M44.371 26.44l2.931 1.766h3.241l6.216 3.496h6.169V18.175H40.044v2.246l4.327 2.653zM81.628 13.134V9.767l-2.932-1.765h-3.241l-6.216-3.496h-6.168v13.526h22.883v-2.245z\"/>\n    <path fill=\"#383739\" d=\"M73.372 13.192l-.824-.87 2.505-2.363V8.355l1.462.905 1.065-.992 1.055.65-1.066.995 1.369.849h-2.989z\"/>\n    <path fill=\"#CA3745\" d=\"M77.598 8.446l-.957.892.802.497.958-.893-.803-.496zm-2.402.165v1.409l-2.446 2.307.628.663 2.514-2.371h2.545l-3.241-2.008z\"/>\n    <path fill=\"#383739\" d=\"M68.331 12.756l-.824-.871 2.504-2.363V7.918l1.462.906 1.065-.993 1.055.651-1.066.995 1.37.849h-2.99z\"/>\n    <path fill=\"#CA3745\" d=\"M72.556 8.01l-.957.892.802.497.958-.894-.803-.495zm-2.402.165v1.409l-2.446 2.307.628.663 2.514-2.371h2.545l-3.241-2.008z\"/>\n    <path fill=\"#383739\" d=\"M73.742 16.044l-.824-.87 2.505-2.364v-1.604l1.461.906 1.066-.993 1.055.651-1.067.995 1.37.849h-2.99z\"/>\n    <path fill=\"#CA3745\" d=\"M77.967 11.298l-.957.892.802.497.958-.894-.803-.495zm-2.401.165v1.409l-2.446 2.307.628.663 2.514-2.371h2.546l-3.242-2.008z\"/>\n    <path fill=\"#383739\" d=\"M73.372 23.016l-.824.87 2.505 2.363v1.604l1.462-.906 1.065.993 1.055-.65-1.066-.995 1.369-.849h-2.989z\"/>\n    <path fill=\"#CA3745\" d=\"M77.598 27.762l-.957-.892.802-.497.958.894-.803.495zm-2.402-.165v-1.409l-2.446-2.307.628-.663 2.514 2.371h2.545l-3.241 2.008z\"/>\n    <path fill=\"#383739\" d=\"M68.331 23.452l-.824.87 2.504 2.363v1.604l1.462-.906 1.065.993 1.055-.65-1.066-.995 1.37-.849h-2.99z\"/>\n    <path fill=\"#CA3745\" d=\"M72.556 28.198l-.957-.892.802-.497.958.893-.803.496zm-2.402-.165v-1.409l-2.446-2.307.628-.663 2.514 2.371h2.545l-3.241 2.008z\"/>\n    <path fill=\"#383739\" d=\"M73.742 20.164l-.824.87 2.505 2.363v1.604l1.461-.905 1.066.992 1.055-.65-1.067-.995 1.37-.849h-2.99z\"/>\n    <path fill=\"#CA3745\" d=\"M77.967 24.91l-.957-.892.802-.497.958.894-.803.495zm-2.401-.165v-1.409l-2.446-2.307.628-.663 2.514 2.371h2.546l-3.242 2.008z\"/>\n    <path fill=\"#383739\" d=\"M52.625 23.016l.825.87-2.506 2.363v1.604l-1.461-.906-1.065.993-1.056-.65 1.067-.995-1.369-.849h2.989z\"/>\n    <path fill=\"#CA3745\" d=\"M48.4 27.762l.957-.892-.802-.497-.958.894.803.495zm2.402-.165v-1.409l2.446-2.307-.628-.663-2.514 2.371H47.56l3.242 2.008z\"/>\n    <path fill=\"#383739\" d=\"M57.667 23.452l.824.87-2.504 2.363v1.604l-1.463-.906-1.065.993-1.055-.65 1.067-.995-1.37-.849h2.99z\"/>\n    <path fill=\"#CA3745\" d=\"M53.442 28.198l.957-.892-.802-.497-.959.893.804.496zm2.401-.165v-1.409l2.446-2.307-.627-.663-2.514 2.371h-2.545l3.24 2.008z\"/>\n    <path fill=\"#383739\" d=\"M52.256 20.164l.824.87-2.505 2.363v1.604l-1.462-.905-1.065.992-1.055-.65 1.067-.995-1.37-.849h2.989z\"/>\n    <path fill=\"#CA3745\" d=\"M48.031 24.91l.957-.892-.802-.497-.958.894.803.495zm2.401-.165v-1.409l2.446-2.307-.628-.663-2.514 2.371h-2.545l3.241 2.008z\"/>\n    <path fill=\"#383739\" d=\"M52.625 13.192l.825-.87-2.506-2.363V8.355l-1.461.905-1.065-.992-1.056.65 1.067.995-1.369.849h2.989z\"/>\n    <path fill=\"#CA3745\" d=\"M48.4 8.446l.957.892-.802.497-.959-.893.804-.496zm2.402.165v1.409l2.446 2.307-.628.663-2.514-2.371H47.56l3.242-2.008z\"/>\n    <path fill=\"#383739\" d=\"M57.667 12.756l.824-.871-2.505-2.363V7.918l-1.462.906-1.065-.993-1.055.651 1.067.995-1.37.849h2.99z\"/>\n    <path fill=\"#CA3745\" d=\"M53.441 8.01l.957.892-.802.497-.959-.894.804-.495zm2.402.165v1.409l2.446 2.307-.628.663-2.514-2.371h-2.545l3.241-2.008z\"/>\n    <path fill=\"#383739\" d=\"M52.256 16.044l.823-.87-2.504-2.364v-1.604l-1.462.906-1.065-.993-1.055.651 1.066.995-1.369.849h2.989z\"/>\n    <path fill=\"#CA3745\" d=\"M48.031 11.298l.957.892-.802.497-.958-.894.803-.495zm2.401.165v1.409l2.446 2.307-.628.663-2.514-2.371h-2.545l3.241-2.008z\"/>\n    <path fill=\"#383739\" d=\"M71.42 7.934l.473-1.155-2.033-1.055h-2.752l-1.411-1.361h-5.396L58.89 5.724h-2.752l-2.033 1.055.473 1.155 1.814-.952h.795l2.78 3.216 3.032-1.847 3.032 1.847 2.781-3.216h.794zM71.42 28.274l.473 1.155-2.033 1.055h-2.752l-1.411 1.361h-5.396l-1.411-1.361h-2.752l-2.033-1.055.473-1.155 1.814.952h.795l2.78-3.216 3.032 1.847 3.032-1.847 2.781 3.216h.794zM48.605 15.619h-1.393l-.312-.373v-.989l.785-.52-1.286-.481-.031.022-1.661 1.152v.31l-2.66 3.364 2.66 3.364v.31l1.692 1.173 1.286-.48-.785-.52v-.989l.312-.373h1.393z\"/>\n    <path fill=\"#CA3745\" d=\"M44.85 21.703v-.285l-2.621-3.314 2.621-3.314v-.285l1.568-1.089.954.357-.615.407v1.118l.388.464h1.318v4.684h-1.318l-.388.464v1.117l.615.408-.954.356z\"/>\n    <path fill=\"#383739\" d=\"M77.393 15.619h1.393l.312-.373v-.989l-.785-.52 1.286-.481.031.022 1.661 1.152v.31l2.66 3.364-2.66 3.364v.31l-1.692 1.173-1.286-.48.785-.52v-.989l-.312-.373h-1.393z\"/>\n    <path fill=\"#CA3745\" d=\"M81.148 21.703v-.285l2.621-3.314-2.621-3.314v-.285l-1.569-1.089-.954.357.616.407v1.118l-.388.464h-1.318v4.684h1.318l.388.464v1.117l-.616.408.954.356zM62.927 4.506v3.722l-2.931 1.785-2.744-3.174h-.895l-1.705.896-.365-.89 1.887-.979h2.775l1.411-1.361h2.567v.001zm.144.405v3.317l2.931 1.785 2.744-3.174h.895l1.705.896.365-.89-1.887-.979H67.05l-1.412-1.361H63.07v.406h.001zM62.927 31.702V27.98l-2.931-1.785-2.744 3.174h-.895l-1.705-.896-.365.89 1.887.979h2.775l1.411 1.36h2.567zm.144-.405V27.98l2.931-1.785 2.744 3.174h.895l1.705-.896.365.89-1.887.979H67.05l-1.412 1.36H63.07v-.405h.001z\"/>\n    <path fill=\"#383739\" d=\"M49.595 18.749h-2.534l-1.11 1.126.751-.005-1.301 1.058-.724-.627v-.302l-1.554-1.895 1.554-1.895v-.302l.725-.627 1.3 1.058-.751-.006 1.11 1.126h2.535l1.993-1.559v-4.111h4.987l5.79-3.554v-.932l-.885-.59H61.2l-.964.645-.15.482-.754-1.03 1.466-1.232h.235l1.654-1.214h.624l1.654 1.214h.235l1.466 1.232-.754 1.03-.15-.482-.964-.645h-.281l-.885.59v.932l5.79 3.554h4.987v4.111l1.993 1.559h2.535l1.11-1.126-.751.006 1.3-1.058.725.627v.302l1.554 1.895-1.554 1.895v.302l-.725.627-1.3-1.058.751.005-1.11-1.126h-2.535l-1.993 1.559v4.112h-4.987l-5.79 3.553v.933l.885.59h.281l.964-.646.15-.481.754 1.03-1.466 1.232h-.235l-1.654 1.214h-.624l-1.654-1.214h-.235l-1.466-1.232.754-1.03.15.481.964.646h.281l.885-.59v-.933l-5.79-3.553h-4.987v-4.112z\"/>\n    <path fill=\"#FAAE29\" d=\"M63.071 29.607l.633.484-.633.485v-.969zm-2.015.881h.024l1.655 1.214h.193v-.947l-.868-.664.868-.664v-1.779l-6.196-3.803h-4.58v-3.821l-2.365-1.85h-3.569l-.897 1.014-.897-1.014h-1.059l1.453 1.772v.288l.575.5.925-.72-.542.004v-.18l1.209-1.233h2.658l2.087 1.632v4.038h4.884l5.893 3.617v1.088l-.985.657h-.367l-1.042-.698-.08-.259-.508.694 1.324 1.113h.207v.001zM45.322 17.234l.706.798h-1.412l.706-.798zM62.927 5.632l-.633.485.633.484v-.969zM79.97 18.175l.706.798.706-.798H79.97zM64.918 5.72l-1.655-1.214h-.193v.947l.868.664-.868.664V8.56l6.196 3.802h4.581v3.821l2.365 1.85h3.567l.897-1.013.897 1.013h1.059l-1.453-1.772v-.288l-.576-.5-.925.72.543-.004v.18l-1.209 1.233h-2.658l-2.087-1.633v-4.038h-4.884L63.49 8.314V7.226l.985-.657h.367l1.042.698.081.259.508-.693-1.325-1.113h-.23z\"/>\n    <path fill=\"#FFF\" d=\"M62.927 30.575l-.633-.484.633-.484v.968zm-16.899-12.4l-.706.798-.706-.798h1.412zm18.914 12.313h-.023l-1.655 1.214h-.193v-.947l.868-.664-.868-.664v-1.779l6.196-3.803h4.581v-3.821l2.365-1.85h3.567l.897 1.014.897-1.014h1.059l-1.453 1.772v.288l-.576.5-.925-.72.543.004v-.18l-1.209-1.233h-2.658l-2.087 1.632v4.038h-4.884l-5.893 3.617v1.088l.985.657h.367l1.042-.698.081-.259.508.694-1.325 1.113h-.207v.001zm15.734-13.254l-.706.798h1.412l-.706-.798zM61.08 5.72l1.655-1.214h.194v.947l-.869.664.869.664V8.56l-6.196 3.802h-4.581v3.821l-2.365 1.85h-3.569l-.897-1.013-.897 1.013h-1.057l1.453-1.772v-.288l.575-.5.925.72-.543-.004v.18l1.21 1.233h2.658l2.088-1.633v-4.038h4.883l5.894-3.617V7.226l-.985-.657h-.367l-1.042.698-.08.259-.508-.693 1.324-1.113h.228zm1.991.881l.633-.485-.633-.485v.97z\"/>\n    <path fill=\"#28AE66\" d=\"M62.928 8.727l-6.156 3.778h-4.479v3.747l-2.276 1.78h12.911zM63.071 27.481l6.155-3.778h4.479v-3.748l2.276-1.78h-12.91z\"/>\n    <path fill=\"#CA3745\" d=\"M75.981 18.032l-2.276-1.78v-3.747h-4.479l-6.155-3.778v9.305zM50.017 18.175l2.276 1.78v3.748h4.478l6.157 3.778v-9.306z\"/>\n    <path fill=\"#383739\" d=\"M59.515 17.453l.825-.871-2.505-2.363v-1.603l-1.462.905-1.065-.992-1.056.65 1.067.995-1.369.849h2.989z\"/>\n    <path fill=\"#CA3745\" d=\"M55.29 12.707l.957.892-.802.497-.958-.893.803-.496zm2.402.165v1.409l2.446 2.307-.628.663-2.514-2.371H54.45l3.242-2.008z\"/>\n    <path fill=\"#383739\" d=\"M66.482 18.755l-.824.87 2.505 2.363v1.604l1.462-.906 1.065.993 1.055-.65-1.067-.995 1.37-.849h-2.99z\"/>\n    <path fill=\"#CA3745\" d=\"M70.707 23.5l-.957-.892.802-.497.958.894-.803.495zm-2.401-.164v-1.409L65.86 19.62l.628-.663 2.514 2.371h2.545l-3.241 2.008z\"/>\n    <path fill=\"#383739\" d=\"M59.515 18.755l.825.87-2.506 2.363v1.604l-1.461-.906-1.065.993-1.056-.65 1.067-.995-1.369-.849h2.989z\"/>\n    <path fill=\"#28AE66\" d=\"M55.29 23.5l.957-.892-.802-.497-.958.894.803.495zm2.402-.164v-1.409l2.446-2.307-.628-.663-2.514 2.371H54.45l3.242 2.008z\"/>\n    <path fill=\"#383739\" d=\"M66.482 17.453l-.824-.871 2.505-2.363v-1.603l1.462.905 1.065-.992 1.055.65-1.067.995 1.37.849h-2.99z\"/>\n    <path fill=\"#28AE66\" d=\"M70.707 12.707l-.957.892.802.497.958-.893-.803-.496zm-2.401.165v1.409l-2.446 2.307.628.663 2.514-2.371h2.545l-3.241-2.008z\"/>\n    <path fill=\"#383739\" d=\"M69.619 18.104l-6.62 4.412-6.62-4.412 6.62-4.412z\"/>\n    <path fill=\"#FFF\" d=\"M62.928 13.911l-6.184 4.121h6.184v-4.121zm.143 4.121h6.184l-6.184-4.121v4.121zm-6.328.143l6.184 4.121v-4.121h-6.184zm6.328 4.122l6.184-4.121h-6.184v4.121z\"/>\n    <path fill=\"#383739\" stroke=\"currentColor\" stroke- d=\"M64.77 15.374v1.212h2.29v3.035h-2.29v1.213h-3.541v-1.213h-2.291v-3.035h2.291v-1.212z\"/>\n    <path fill=\"#CA3745\" d=\"M61.372 15.516v1.213h-2.291v1.303h3.847v-2.516h-1.556zm1.699 2.516h3.847v-1.303h-2.291v-1.213h-1.556v2.516zm-3.99.143v1.303h2.291v1.213h1.556v-2.516h-3.847zm3.99 2.516h1.556v-1.213h2.291v-1.303h-3.847v2.516z\"/>\n    <path fill=\"#383739\" d=\"M57.036 68.37v1.943h11.927V68.37h5.329v-1.943h5.33v-1.944h5.329v-17.56h-5.329v-1.944h-5.33v-1.943h-5.329v-1.943H57.036v1.943h-5.33v1.943h-5.33v1.944h-5.329v17.56h5.329v1.944h5.33v1.943z\"/>\n    <path fill=\"#CA3745\" d=\"M68.82 68.227v1.944H57.178v-1.944h-5.329v-1.943H46.52V64.34h-5.33V47.066h5.33v-1.944h5.329v-1.943h5.329v-1.944H68.82v1.944h5.329v1.943h5.33v1.944h5.329V64.34h-5.329v1.944h-5.33v1.943z\"/>\n    <path fill=\"#383739\" d=\"M58.59 66.816v1.944h8.819v-1.944h5.33v-1.944h5.329v-1.943h5.33V48.477h-5.33v-1.944h-5.329V44.59h-5.33v-1.943H58.59v1.943h-5.33v1.943h-5.329v1.944h-5.329v14.452h5.329v1.943h5.329v1.944z\"/>\n    <path fill=\"#CA3745\" d=\"M67.266 66.673v1.943h-8.533v-1.943h-5.33V64.73h-5.329v-1.944h-5.33V48.62h5.33v-1.944h5.329v-1.943h5.33V42.79h8.533v1.943h5.33v1.943h5.329v1.944h5.33v14.166h-5.33v1.944h-5.329v1.943z\"/>\n    <path fill=\"#383739\" d=\"M57.352 46.171l-.003-1.399-1.353 1.21-1.353-1.21-.003 1.399-1.38-1.043v2.004l-1.322.84-.003-1.255-1.268 1.139-1.268-1.139-.003 1.255-1.465-.931v1.857l-1.184.857-.003-1.139-1.406 1.019-1.407-1.019-.003 1.139-1.326-.96v5.627h-1.555v2.562h1.555v5.627l1.326-.961.003 1.139 1.407-1.018 1.406 1.018.003-1.139 1.184.857v1.858l1.465-.931.003 1.255 1.268-1.139 1.268 1.139.003-1.255 1.322.84v2.004l1.38-1.044.003 1.4 1.353-1.21 1.353 1.21.003-1.4 1.238.936v2.137l1.85-1.687v1.982L63 66.957l2.558 1.645V66.62l1.851 1.687V66.17l1.238-.936.002 1.4 1.354-1.21 1.352 1.21.003-1.4 1.381 1.044v-2.004l1.322-.84.003 1.255 1.268-1.139 1.268 1.139.003-1.255 1.465.931v-1.858l1.184-.857.003 1.139 1.406-1.018 1.406 1.018.004-1.139 1.327.961v-5.627h1.553v-2.562h-1.553v-5.627l-1.327.96-.004-1.139-1.406 1.019-1.406-1.019-.003 1.139-1.184-.857v-1.857l-1.465.931-.003-1.255-1.268 1.139-1.268-1.139-.003 1.255-1.322-.841v-2.003l-1.381 1.043-.003-1.399-1.352 1.21-1.354-1.21-.002 1.399-1.238-.935v-2.137l-1.851 1.687v-1.982L63 44.449l-2.56-1.645v1.982l-1.85-1.687v2.137z\"/>\n    <path fill=\"#28AE66\" d=\"M41.19 56.841v-2.276h1.554v-5.49l1.326.96.004-1.139 1.264.915.042-.031 1.222-.884.003 1.139 1.326-.96v13.256l-1.326-.96-.003 1.139-1.264-.916-1.264.916-.004-1.139-1.326.96v-5.49z\"/>\n    <path fill=\"#FAAE29\" d=\"M49.538 63.175l-1.464.93V47.301l1.464.931.003-1.195 1.126 1.011 1.126-1.011.003 1.195 1.464-.931v16.804l-1.464-.93-.003 1.194-1.126-1.011-1.126 1.011z\"/>\n    <path fill=\"#28AE66\" d=\"M54.783 64.948l-1.38 1.043V45.415l1.38 1.043.002-1.367 1.211 1.082 1.211-1.082.003 1.367 1.38-1.043v20.576l-1.38-1.043-.003 1.367-1.211-1.083-1.211 1.083z\"/>\n    <path fill=\"#FAAE29\" d=\"M63 44.619h-.001l-2.416-1.554v2.044l-1.85-1.686v24.561l1.85-1.687v2.043l2.416-1.553H63l2.416 1.553v-2.043l1.85 1.687V43.423l-1.85 1.686v-2.044z\"/>\n    <path fill=\"#28AE66\" d=\"M84.808 56.841v-2.276h-1.553v-5.49l-1.326.96-.003-1.139-1.264.915-.044-.031-1.221-.884-.003 1.139-1.326-.96v13.256l1.326-.96.003 1.139 1.265-.916 1.264.916.003-1.139 1.326.96v-5.49z\"/>\n    <path fill=\"#FAAE29\" d=\"M76.461 63.175l1.464.93V47.301l-1.464.931-.003-1.195-1.126 1.011-1.126-1.011-.003 1.195-1.464-.931v16.804l1.464-.93.003 1.194 1.126-1.011 1.126 1.011z\"/>\n    <path fill=\"#28AE66\" d=\"M71.216 64.948l1.38 1.043V45.415l-1.38 1.043-.003-1.367-1.21 1.082-1.211-1.082-.003 1.367-1.379-1.043v20.576l1.379-1.043.003 1.367 1.211-1.083 1.21 1.083z\"/>\n    <path fill=\"#383739\" d=\"M64.621 48.334l-.574.491v-1.448l1.295-.954-2.343-1.727-2.343 1.727 1.295.954v1.448l-.573-.491v-.798l-1.371 1.127 1.47 1.357-.573.793h4.19l-.573-.793 1.47-1.357-1.37-1.127z\"/>\n    <path fill=\"#CA3745\" d=\"M61.235 47.839v.561l.859.735v-1.83l-1.197-.882 2.102-1.549 2.102 1.549-1.197.882v1.83l.859-.735v-.561l1.011.83-1.443 1.332.484.669h-3.631l.484-.669-1.444-1.332z\"/>\n    <path fill=\"#383739\" d=\"M62.999 47.212l1.071-.789-1.071-.789-.042.031-1.028.758z\"/>\n    <path fill=\"#28AE66\" d=\"M62.999 45.811l.83.612-.83.612a371.35 371.35 0 01-.83-.612l.83-.612z\"/>\n    <path fill=\"#383739\" d=\"M72.451 57.458h7.171v-.935h2.345v-1.64h-2.345v-.935h-7.171L67.46 50.67h-8.922l-4.991 3.278h-7.171v.935h-2.345v1.64h2.345v.935h7.171l4.991 3.279h8.922z\"/>\n    <path fill=\"#CA3745\" d=\"M46.52 57.315v-.935h-2.346v-1.354h2.346v-.935h7.07l4.991-3.278h8.836l4.992 3.278h7.07v.935h2.346v1.354h-2.346v.935h-7.07l-4.992 3.278h-8.836l-4.991-3.278z\"/>\n    <path fill=\"#383739\" d=\"M76.979 56.659v-1.912h-5.11v-.454l-4.56-2.994H58.689l-4.56 2.994v.454h-5.11v1.912h5.11v.454l4.56 2.994h8.62l4.56-2.994v-.454z\"/>\n    <path fill=\"#CA3745\" d=\"M49.162 54.889h5.11v-.519l4.46-2.928h8.535l4.459 2.928v.519h5.111v1.627h-5.111v.52l-4.459 2.928h-8.535l-4.46-2.928v-.52h-5.11z\"/>\n    <path fill=\"#383739\" d=\"M63.789 51.906l-.79.593-.79-.593h-1.476l1.528 1.148-2.79 2.095-1.476-1.108.454-.341.532.399.738-.554-1.27-.953-1.931 1.449 2.215 1.663-2.215 1.663 1.931 1.45 1.27-.954-.738-.554-.532.399-.454-.341 1.476-1.108 2.79 2.094-1.528 1.148h1.476l.79-.593.79.593h1.477l-1.528-1.148 2.79-2.094 1.477 1.108-.454.341-.532-.399-.738.554 1.27.954 1.931-1.45-2.215-1.663 2.215-1.663-1.931-1.449-1.27.953.738.554.532-.399.454.341-1.477 1.108-2.79-2.095 1.528-1.148h-1.477zm-.79 1.702l2.79 2.095-2.79 2.095-2.79-2.095 2.79-2.095z\"/>\n    <path fill=\"#FAAE29\" d=\"M64.838 52.05L63.5 53.054l3.028 2.273 1.715-1.287-.692-.52-.532.399-.5-.376 1.032-.775 1.693 1.271-2.215 1.663 2.215 1.663-1.693 1.271-1.032-.775.5-.376.532.399.692-.52-1.715-1.287-3.027 2.273 1.338 1.005h-1.001L63 58.726l-.838.629h-1.001l1.338-1.005-3.028-2.273-1.714 1.287.692.52.532-.399.5.376-1.032.775-1.693-1.271 2.215-1.663-2.215-1.663 1.693-1.271 1.032.775-.5.376-.532-.399-.692.52 1.714 1.287 3.028-2.273-1.338-1.004h1.001l.838.629.838-.629h1zm-1.881 1.412l-2.985 2.241L63 57.976l3.028-2.273L63 53.43l-.043.032z\"/>\n    <path fill=\"#383739\" d=\"M55.055 55.703l1.297.862 1.299-.862-1.299-.862z\"/>\n    <path fill=\"#28AE66\" d=\"M56.352 55.013l1.04.69-1.04.69-1.039-.69z\"/>\n    <path fill=\"#383739\" d=\"M61.701 55.703l1.299.862 1.297-.862L63 54.841z\"/>\n    <path fill=\"#28AE66\" d=\"M63 55.013l1.039.69-1.039.69-1.04-.69z\"/>\n    <path fill=\"#383739\" d=\"M70.944 55.703l-1.298.862-1.297-.862 1.297-.862z\"/>\n    <path fill=\"#28AE66\" d=\"M69.646 55.013l-1.039.69 1.039.69 1.04-.69z\"/>\n    <path fill=\"#383739\" d=\"M44.763 53.289a.787.787 0 00.575.246c.22 0 .413-.083.575-.246.506-.51.523-1.433.518-2.096l-.691.73-.402-.695-.402.695-.691-.73c-.006.663.012 1.586.518 2.096z\"/>\n    <path fill=\"#FFF\" d=\"M45.338 51.513l.374.647.57-.602c-.02.749-.184 1.342-.471 1.63a.65.65 0 01-.946 0c-.286-.288-.451-.881-.471-1.63l.569.602.375-.647z\"/>\n    <path fill=\"#383739\" d=\"M51.767 49.708l-1.1-.944-1.1.944.755.648v1.504l-.426-.426v-.848l-.979.907 1.75 1.751 1.75-1.751-.979-.907v.848l-.426.426v-1.504z\"/>\n    <path fill=\"#CA3745\" d=\"M50.465 50.291l-.679-.583.881-.756.881.756-.679.583v1.914l.712-.712v-.58l.631.584-1.545 1.545-1.545-1.545.631-.584v.58l.712.712z\"/>\n    <path fill=\"#383739\" d=\"M57.096 48.021l-1.1-.944-1.1.944.755.649v1.504l-.426-.427v-.848l-.979.907 1.75 1.751 1.751-1.751-.979-.907v.848l-.427.427V48.67z\"/>\n    <path fill=\"#FFF\" d=\"M55.794 48.604l-.679-.583.881-.756.881.756-.679.583v1.914l.712-.711v-.581l.631.584-1.545 1.545-1.544-1.545.63-.584v.581l.712.711z\"/>\n    <path fill=\"#383739\" d=\"M51.767 61.698l-1.1.944-1.1-.944.755-.649v-1.503l-.426.426v.849l-.979-.908 1.75-1.751 1.75 1.751-.979.908v-.849l-.426-.426v1.503z\"/>\n    <path fill=\"#CA3745\" d=\"M50.465 61.115l-.679.583.881.756.881-.756-.679-.583v-1.914l.712.712v.58l.631-.584-1.545-1.545-1.545 1.545.631.584v-.58l.712-.712z\"/>\n    <path fill=\"#383739\" d=\"M74.232 49.708l1.1-.944 1.1.944-.755.648v1.504l.426-.426v-.848l.979.907-1.75 1.751-1.751-1.751.98-.907v.848l.426.426v-1.504z\"/>\n    <path fill=\"#CA3745\" d=\"M75.534 50.291l.678-.583-.88-.756-.881.756.679.583v1.914l-.712-.712v-.58l-.63.584 1.544 1.545 1.544-1.545-.63-.584v.58l-.712.712z\"/>\n    <path fill=\"#383739\" d=\"M74.232 61.698l1.1.944 1.1-.944-.755-.649v-1.503l.426.426v.849l.979-.908-1.75-1.751-1.751 1.751.98.908v-.849l.426-.426v1.503z\"/>\n    <path fill=\"#CA3745\" d=\"M75.534 61.115l.678.583-.88.756-.881-.756.679-.583v-1.914l-.712.712v.58l-.63-.584 1.544-1.545 1.544 1.545-.63.584v-.58l-.712-.712z\"/>\n    <path fill=\"#383739\" d=\"M57.096 63.384l-1.1.945-1.1-.945.755-.648v-1.504l-.426.427v.848l-.979-.907 1.75-1.751 1.751 1.751-.979.907v-.848l-.427-.427v1.504z\"/>\n    <path fill=\"#FFF\" d=\"M55.794 62.802l-.679.582.881.757.881-.757-.679-.582v-1.915l.712.712v.581l.631-.584-1.545-1.545-1.544 1.545.63.584v-.581l.712-.712z\"/>\n    <path fill=\"#383739\" d=\"M68.903 48.021l1.1-.944 1.099.944-.755.649v1.504l.427-.427v-.848l.979.907-1.75 1.751-1.751-1.751.979-.907v.848l.426.427V48.67z\"/>\n    <path fill=\"#FFF\" d=\"M70.205 48.604l.678-.583-.88-.756-.881.756.678.583v1.914l-.712-.711v-.581l-.63.584 1.545 1.545 1.544-1.545-.631-.584v.581l-.711.711z\"/>\n    <path fill=\"#383739\" d=\"M68.903 63.384l1.1.945 1.099-.945-.755-.648v-1.504l.427.427v.848l.979-.907-1.75-1.751-1.751 1.751.979.907v-.848l.426-.427v1.504z\"/>\n    <path fill=\"#FFF\" d=\"M70.205 62.802l.678.582-.88.757-.881-.757.678-.582v-1.915l-.712.712v.581l-.63-.584 1.545-1.545 1.544 1.545-.631.584v-.581l-.711-.712z\"/>\n    <path fill=\"#383739\" d=\"M44.763 58.117a.787.787 0 01.575-.246c.22 0 .413.083.575.246.506.51.523 1.432.518 2.096l-.691-.73-.402.694-.402-.694-.691.73c-.006-.663.012-1.586.518-2.096z\"/>\n    <path fill=\"#FFF\" d=\"M45.338 59.893l.374-.647.57.601c-.02-.75-.184-1.342-.471-1.63a.65.65 0 00-.946 0c-.286.288-.451.88-.471 1.63l.569-.601.375.647z\"/>\n    <path fill=\"#383739\" d=\"M81.236 53.289a.787.787 0 01-.574.246.787.787 0 01-.575-.246c-.506-.51-.524-1.433-.519-2.096l.691.73.403-.695.402.695.691-.73c.005.663-.013 1.586-.519 2.096z\"/>\n    <path fill=\"#FFF\" d=\"M80.662 51.513l-.375.647-.569-.602c.019.749.184 1.342.471 1.63a.649.649 0 00.946 0c.286-.288.451-.881.471-1.63-.166.174-.569.602-.569.602l-.375-.647z\"/>\n    <path fill=\"#383739\" d=\"M81.236 58.117a.787.787 0 00-.574-.246.787.787 0 00-.575.246c-.506.51-.524 1.432-.519 2.096l.691-.73.403.694.402-.694.691.73c.005-.663-.013-1.586-.519-2.096z\"/>\n    <path fill=\"#FFF\" d=\"M80.662 59.893l-.375-.647-.569.601c.019-.75.184-1.342.471-1.63a.649.649 0 01.946 0c.286.288.451.88.471 1.63l-.569-.601c-.126.215-.251.431-.375.647z\"/>\n    <path fill=\"#383739\" d=\"M64.621 63.071l-.574-.49v1.447l1.295.955-2.343 1.727-2.343-1.727 1.295-.955v-1.447l-.573.49v.798l-1.371-1.126 1.47-1.358-.573-.792h4.19l-.573.792 1.47 1.358-1.37 1.126z\"/>\n    <path fill=\"#CA3745\" d=\"M61.235 63.567v-.561l.859-.736v1.83l-1.197.883 2.102 1.549 2.102-1.549-1.197-.883v-1.83l.859.736v.561l1.011-.83-1.443-1.333.484-.668h-3.631l.484.668-1.444 1.333z\"/>\n    <path fill=\"#383739\" d=\"M62.999 64.194l1.071.789-1.071.789-.042-.031-1.028-.758z\"/>\n    <path fill=\"#28AE66\" d=\"M62.999 65.594l.83-.612-.83-.612-.83.612.83.612z\"/>\n    <path fill=\"#383739\" d=\"M44.82 92.278v-1.35l-2.561 1.626-1.027-.793-1.061.123-.509.72.913.698-.913.698.509.72 1.061.124 1.027-.794 2.561 1.627v-1.351l-1.612-1.024z\"/>\n    <path fill=\"#28AE66\" d=\"M42.251 92.729l2.426-1.541V92.2l-1.736 1.102 1.736 1.102v1.013l-2.426-1.541-1.061.819-.939-.109-.393-.556.952-.728-.952-.728.393-.555.939-.11z\"/>\n    <path fill=\"#383739\" d=\"M44.82 87.586v-1.351l-2.561 1.627-1.027-.794-1.061.123-.509.72.913.698-.913.698.509.721 1.061.123 1.027-.794 2.561 1.627v-1.351l-1.612-1.024z\"/>\n    <path fill=\"#28AE66\" d=\"M42.251 88.036l2.426-1.541v1.012l-1.736 1.102 1.736 1.103v1.012l-2.426-1.541-1.061.819-.939-.109-.393-.556.952-.728-.952-.727.393-.556.939-.109z\"/>\n    <path fill=\"#383739\" d=\"M44.82 99.019v1.351l-2.561-1.627-1.027.793-1.061-.123-.509-.72.913-.698-.913-.698.509-.72 1.061-.123 1.027.793 2.561-1.626v1.35l-1.612 1.024z\"/>\n    <path fill=\"#28AE66\" d=\"M42.251 98.568l2.426 1.541v-1.012l-1.736-1.102 1.736-1.102V95.88l-2.426 1.541-1.061-.819-.939.109-.393.556.952.728-.952.728.393.556.939.109z\"/>\n    <path fill=\"#383739\" d=\"M81.179 92.278v-1.35l2.561 1.626 1.027-.793 1.06.123.51.72-.913.698.913.698-.51.72-1.06.124-1.027-.794-2.561 1.627v-1.351l1.612-1.024z\"/>\n    <path fill=\"#28AE66\" d=\"M83.748 92.729l-2.425-1.541V92.2l1.735 1.102-1.735 1.102v1.013l2.425-1.541 1.06.819.94-.109.393-.556-.953-.728.953-.728-.393-.555-.94-.11z\"/>\n    <path fill=\"#383739\" d=\"M81.179 87.586v-1.351l2.561 1.627 1.027-.794 1.06.123.51.72-.913.698.913.698-.51.721-1.06.123-1.027-.794-2.561 1.627v-1.351l1.612-1.024z\"/>\n    <path fill=\"#28AE66\" d=\"M83.748 88.036l-2.425-1.541v1.012l1.735 1.102-1.735 1.103v1.012l2.425-1.541 1.06.819.94-.109.393-.556-.953-.728.953-.727-.393-.556-.94-.109z\"/>\n    <path fill=\"#383739\" d=\"M81.179 99.019v1.351l2.561-1.627 1.027.793 1.06-.123.51-.72-.913-.698.913-.698-.51-.72-1.06-.123-1.027.793-2.561-1.626v1.35l1.612 1.024z\"/>\n    <path fill=\"#28AE66\" d=\"M83.748 98.568l-2.425 1.541v-1.012l1.735-1.102-1.735-1.102V95.88l2.425 1.541 1.06-.819.94.109.393.556-.953.728.953.728-.393.556-.94.109z\"/>\n    <path fill=\"#383739\" d=\"M75.576 79.077v1.952h1.42v.863h1.395v-1.571h-1.244v-1.244h-1.571z\"/>\n    <path fill=\"#28AE66\" d=\"M77.004 79.219v1.244h1.244v1.285h-1.109v-.863h-1.42v-1.667l1.285.001z\"/>\n    <path fill=\"#383739\" d=\"M79.761 82.155v1.952h1.418v.863h1.396v-1.571h-1.244v-1.244h-1.57z\"/>\n    <path fill=\"#28AE66\" d=\"M81.189 82.298v1.244h1.244v1.285h-1.109v-.862h-1.42v-1.667h1.285z\"/>\n    <path fill=\"#383739\" d=\"M50.423 79.077v1.952h-1.42v.863h-1.395v-1.571h1.244v-1.244h1.571z\"/>\n    <path fill=\"#28AE66\" d=\"M48.995 79.219v1.244h-1.244v1.285h1.109v-.863h1.42v-1.667l-1.285.001z\"/>\n    <path fill=\"#383739\" d=\"M75.576 107.528v-1.952h1.42v-.863h1.395v1.57h-1.244v1.245h-1.571z\"/>\n    <path fill=\"#28AE66\" d=\"M77.004 107.384v-1.244h1.244v-1.285h-1.109v.862h-1.42v1.666l1.285.001z\"/>\n    <path fill=\"#383739\" d=\"M50.423 107.528v-1.952h-1.42v-.863h-1.395v1.57h1.244v1.245h1.571z\"/>\n    <path fill=\"#28AE66\" d=\"M48.996 107.384v-1.244h-1.244v-1.285h1.108v.862h1.42v1.666l-1.284.001z\"/>\n    <path fill=\"#383739\" d=\"M79.761 104.449v-1.952h1.418v-.862h1.396v1.571h-1.244v1.244h-1.57v-.001z\"/>\n    <path fill=\"#28AE66\" d=\"M81.189 104.306v-1.244h1.244v-1.284h-1.109v.862h-1.42v1.666h1.285z\"/>\n    <path fill=\"#383739\" d=\"M46.238 82.155v1.952H44.82v.863h-1.396v-1.571h1.244v-1.244h1.57z\"/>\n    <path fill=\"#28AE66\" d=\"M44.81 82.298v1.244h-1.244v1.285h1.109v-.862h1.42v-1.667H44.81z\"/>\n    <path fill=\"#383739\" d=\"M46.238 104.449v-1.952H44.82v-.862h-1.396v1.571h1.244v1.244h1.57v-.001z\"/>\n    <path fill=\"#28AE66\" d=\"M44.81 104.306v-1.244h-1.244v-1.284h1.109v.862h1.42v1.666H44.81z\"/>\n    <path fill=\"#383739\" d=\"M68.251 79.031l-1.084-1.052-1.064.986.928.9-1.198 1.163h1.778l.639-.621.64.621h1.778l-1.197-1.163.927-.9-1.064-.986-1.083 1.052z\"/>\n    <path fill=\"#28AE66\" d=\"M67.165 78.176l1.086 1.054 1.086-1.054.855.791-.925.898 1.05 1.02H68.95l-.698-.677-.698.677h-1.367l1.051-1.02-.926-.898.853-.791z\"/>\n    <path fill=\"#383739\" d=\"M63 79.031a3365.78 3365.78 0 01-1.084-1.052l-1.064.986.928.9-1.198 1.163h1.778l.64-.621.64.621h1.778l-1.197-1.163.927-.9-1.064-.986L63 79.031z\"/>\n    <path fill=\"#28AE66\" d=\"M61.914 78.176L63 79.23l1.086-1.054.854.791-.925.898 1.05 1.02h-1.367L63 80.208l-.698.677h-1.368l1.051-1.02-.925-.898.854-.791z\"/>\n    <path fill=\"#383739\" d=\"M57.748 79.031l1.084-1.052 1.064.986-.928.9 1.198 1.163h-1.778l-.639-.621-.64.621h-1.778l1.198-1.163-.928-.9 1.064-.986 1.083 1.052z\"/>\n    <path fill=\"#28AE66\" d=\"M58.834 78.176l-1.086 1.054-1.086-1.054-.855.791.926.898-1.051 1.02h1.367l.698-.677.698.677h1.367l-1.05-1.02.925-.898-.853-.791z\"/>\n    <path fill=\"#383739\" d=\"M68.251 107.573l-1.084 1.052-1.064-.987.928-.9-1.198-1.162h1.778l.639.621.64-.621h1.778l-1.197 1.162.927.9-1.064.987-1.083-1.052z\"/>\n    <path fill=\"#28AE66\" d=\"M67.165 108.428l1.086-1.055 1.086 1.055.855-.792-.925-.898 1.05-1.02H68.95l-.698.677-.698-.677h-1.367l1.051 1.02-.926.898.853.792z\"/>\n    <path fill=\"#383739\" d=\"M63 107.573l-1.084 1.052-1.064-.987.928-.9-1.198-1.162h1.778l.64.621.64-.621h1.778l-1.197 1.162.927.9-1.064.987L63 107.573z\"/>\n    <path fill=\"#28AE66\" d=\"M61.914 108.428L63 107.373l1.086 1.055.854-.792-.925-.898 1.05-1.02h-1.367l-.698.678-.698-.677h-1.368l1.051 1.02-.925.898.854.791z\"/>\n    <path fill=\"#383739\" d=\"M57.748 107.573l1.084 1.052 1.064-.987-.928-.9 1.198-1.162h-1.778l-.639.621-.64-.621h-1.778l1.198 1.162-.928.9 1.064.987c.362-.35.722-.701 1.083-1.052z\"/>\n    <path fill=\"#28AE66\" d=\"M58.834 108.428l-1.086-1.055-1.086 1.055-.855-.792.926-.898-1.051-1.02h1.367l.698.677.698-.677h1.367l-1.05 1.02.925.898c-.091.086-.769.714-.853.792z\"/>\n    <path fill=\"#383739\" d=\"M48.86 80.886v3.078h-4.183v18.677h4.183v3.077h28.279v-3.077h4.184V83.964h-4.184v-3.078z\"/>\n    <path fill=\"#CA3745\" d=\"M76.996 81.029v3.078h4.183v18.39h-4.183v3.079H49.003v-3.079H44.82v-18.39h4.183v-3.078z\"/>\n    <path fill=\"#383739\" d=\"M75.186 82.21H50.813v3.707h-4.812v14.771h4.812v3.706h24.373v-3.706h4.812V85.917h-4.812z\"/>\n    <path fill=\"#CA3745\" d=\"M75.043 82.353v3.707h4.812v14.485h-4.812v3.706H50.956v-3.706h-4.812V86.06h4.812v-3.707z\"/>\n    <path fill=\"#383739\" d=\"M46.001 97.876l8.825 6.518h16.347l8.825-6.518v-9.147l-8.825-6.519H54.826l-8.825 6.519z\"/>\n    <path fill=\"#28AE66\" d=\"M71.126 82.353l8.729 6.447v9.003l-8.729 6.448H54.873l-8.729-6.448V88.8l8.729-6.447h16.253z\"/>\n    <path fill=\"#383739\" d=\"M72.877 84.197H53.05v1.574h-2.534v15.062h2.534v1.574h19.898v-1.574h2.534V85.771h-2.534v-1.574h-.071z\"/>\n    <path fill=\"#CA3745\" d=\"M72.805 84.34v1.574h2.535v14.776h-2.535v1.574H53.193v-1.574H50.66V85.914h2.533V84.34z\"/>\n    <path fill=\"#383739\" d=\"M51.135 98.785l4.313 3.622h15.103l4.312-3.622V87.82l-4.312-3.623H55.448l-4.313 3.623z\"/>\n    <path fill=\"#28AE66\" d=\"M70.499 84.34l4.222 3.547v10.832l-4.222 3.547H55.5l-4.222-3.547V87.887L55.5 84.34h14.999z\"/>\n    <path fill=\"#383739\" d=\"M51.889 98.434l3.834 3.22h14.553l3.834-3.22V88.171l-3.834-3.22H55.723l-3.834 3.22z\"/>\n    <path fill=\"#CA3745\" d=\"M70.224 85.094l3.743 3.144v10.129l-3.743 3.144H55.775l-3.743-3.144V88.238l3.743-3.144h14.449z\"/>\n    <path fill=\"#383739\" d=\"M57.461 84.34h11.077v-.578l-1.165-1.004-1.094.942-1.093-.942-1.093.942L63 82.758l-1.094.942-1.093-.942-1.093.942-1.094-.942-1.165 1.004z\"/>\n    <path fill=\"#CA3745\" d=\"M68.395 84.197h-2.044v-.37l1.022-.88 1.022.88z\"/>\n    <path fill=\"#FAAE29\" d=\"M66.208 84.197h-2.044v-.37l1.022-.88 1.022.88z\"/>\n    <path fill=\"#CA3745\" d=\"M64.021 84.197h-2.044v-.37l1.023-.88 1.021.88z\"/>\n    <path fill=\"#FAAE29\" d=\"M61.834 84.197h-2.043v-.37l1.022-.88 1.021.88z\"/>\n    <path fill=\"#CA3745\" d=\"M59.648 84.197h-2.044v-.37l1.022-.88 1.022.88z\"/>\n    <path fill=\"#383739\" d=\"M47.219 95.489l.942 1.093-.942 1.094 1.004 1.164h2.437V87.764h-2.437l-1.004 1.165.942 1.093-.942 1.093.942 1.094-.942 1.093.942 1.094z\"/>\n    <path fill=\"#FAAE29\" d=\"M48.288 98.698l-.88-1.022.88-1.022h2.229v2.044z\"/>\n    <path fill=\"#CA3745\" d=\"M48.288 96.511l-.88-1.022.88-1.022h2.229v2.044z\"/>\n    <path fill=\"#FAAE29\" d=\"M48.288 94.324l-.88-1.022.88-1.022h2.229v2.044z\"/>\n    <path fill=\"#CA3745\" d=\"M48.288 92.137l-.88-1.022.88-1.021h2.229v2.043z\"/>\n    <path fill=\"#FAAE29\" d=\"M48.288 89.951l-.88-1.022.88-1.022h2.229v2.044z\"/>\n    <path fill=\"#383739\" d=\"M57.461 102.264h11.077v.579l-1.165 1.004-1.094-.943-1.093.942-1.093-.942-1.093.942-1.094-.942-1.093.942-1.093-.942-1.094.943-1.165-1.004z\"/>\n    <path fill=\"#CA3745\" d=\"M68.395 102.407h-2.044v.371l1.022.88 1.022-.88z\"/>\n    <path fill=\"#FAAE29\" d=\"M66.208 102.407h-2.044v.371l1.022.88 1.022-.88z\"/>\n    <path fill=\"#CA3745\" d=\"M64.021 102.407h-2.044v.371l1.023.88 1.021-.88z\"/>\n    <path fill=\"#FAAE29\" d=\"M61.834 102.407h-2.043v.371l1.022.88 1.021-.88z\"/>\n    <path fill=\"#CA3745\" d=\"M59.648 102.407h-2.044v.371l1.022.88 1.022-.88z\"/>\n    <path fill=\"#383739\" d=\"M78.78 95.489l-.942 1.093.942 1.094-1.003 1.164H75.34V87.764h2.437l1.003 1.165-.942 1.093.942 1.093-.942 1.094.942 1.093-.942 1.094z\"/>\n    <path fill=\"#FAAE29\" d=\"M77.711 98.698l.88-1.022-.88-1.022h-2.229v2.044z\"/>\n    <path fill=\"#CA3745\" d=\"M77.711 96.511l.88-1.022-.88-1.022h-2.229v2.044z\"/>\n    <path fill=\"#FAAE29\" d=\"M77.711 94.324l.88-1.022-.88-1.022h-2.229v2.044z\"/>\n    <path fill=\"#CA3745\" d=\"M77.711 92.137l.88-1.022-.88-1.021h-2.229v2.043z\"/>\n    <path fill=\"#FAAE29\" d=\"M77.711 89.951l.88-1.022-.88-1.022h-2.229v2.044z\"/>\n    <path fill=\"#FFF\" d=\"M57.931 101.511l.819-.789.819.789z\"/>\n    <path fill=\"#383739\" d=\"M58.75 99.072l-.8-.641-.803.347-.144.916.762.671-1.255 1.213h1.557l.683-.658.684.658h1.557l-1.256-1.213.762-.671-.144-.916-.802-.347z\"/>\n    <path fill=\"#28AE66\" d=\"M57.276 98.878l.651-.282.823.658.045-.035.778-.623.651.282.12.76-.819.722 1.19 1.151h-1.146l-.819-.789-.819.789h-1.146l1.191-1.151-.82-.722z\"/>\n    <path fill=\"#FFF\" d=\"M62.18 101.511l.82-.789.819.789z\"/>\n    <path fill=\"#383739\" d=\"M63 99.072l-.802-.641-.801.347-.145.916.763.671-1.256 1.213h1.558l.683-.658.683.658h1.557l-1.256-1.213.763-.671-.144-.916-.802-.347z\"/>\n    <path fill=\"#28AE66\" d=\"M61.525 98.878l.651-.282.824.658.044-.035.779-.623.651.282.12.76-.82.722 1.191 1.151h-1.146l-.819-.789-.82.789h-1.146l1.191-1.151-.819-.722z\"/>\n    <path fill=\"#FFF\" d=\"M68.068 101.511l-.819-.789-.819.789z\"/>\n    <path fill=\"#383739\" d=\"M67.249 99.072l.801-.641.802.347.144.916-.762.671 1.256 1.213h-1.557l-.684-.658-.683.658h-1.557l1.255-1.213-.762-.671.144-.916.802-.347z\"/>\n    <path fill=\"#28AE66\" d=\"M68.723 98.878l-.651-.282-.823.658-.045-.035-.778-.623-.651.282-.12.76.82.722-1.191 1.151h1.146l.819-.789.819.789h1.146l-1.191-1.151.82-.722z\"/>\n    <path fill=\"#FFF\" d=\"M57.931 85.094l.819.788.819-.788z\"/>\n    <path fill=\"#383739\" d=\"M58.75 87.533l-.8.64-.803-.347-.144-.915.762-.671L56.483 85h1.557l.71.684.711-.684h1.557l-1.283 1.24.762.671-.144.915-.802.347z\"/>\n    <path fill=\"#28AE66\" d=\"M57.276 87.726l.651.282.823-.658.045.035.778.623.651-.282.12-.76-.819-.721 1.19-1.151h-1.146l-.819.788-.819-.788h-1.146l1.191 1.151-.82.721z\"/>\n    <path fill=\"#FFF\" d=\"M62.18 85.094l.82.788.819-.788z\"/>\n    <path fill=\"#383739\" d=\"M63 87.533l-.802.64-.801-.347-.145-.915.763-.671L60.732 85h1.557l.711.684.71-.684h1.557l-1.283 1.24.763.671-.144.915-.802.347z\"/>\n    <path fill=\"#28AE66\" d=\"M61.525 87.726l.651.282.824-.658.044.035.779.623.651-.282.12-.76-.82-.721 1.191-1.151h-1.146l-.819.788-.82-.788h-1.146l1.191 1.151-.819.721z\"/>\n    <path fill=\"#FFF\" d=\"M68.068 85.094l-.819.788-.819-.788z\"/>\n    <path fill=\"#383739\" d=\"M67.249 87.533l.801.64.802-.347.144-.915-.762-.671L69.517 85H67.96l-.711.684-.71-.684h-1.558l1.283 1.24-.762.671.144.915.802.347z\"/>\n    <path fill=\"#28AE66\" d=\"M68.723 87.726l-.651.282-.823-.658-.045.035-.778.623-.651-.282-.12-.76.82-.721-1.191-1.151h1.146l.819.788.819-.788h1.146l-1.191 1.151.82.721z\"/>\n    <path fill=\"#FFF\" d=\"M73.967 89.222v1.076h-.001l-.649-.537z\"/>\n    <path fill=\"#383739\" d=\"M72.972 88.965l-.675-.611-.907.114-.357.658.636.634-.636.634.357.658.907.114.675-.611 1.068.88v-1.263l-.499-.413.499-.413v-1.129l-.081-.068c-.329.274-.658.545-.987.816z\"/>\n    <path fill=\"#28AE66\" d=\"M73.967 89.222l-.65.538.65.538v.892l-1-.824-.717.65-.769-.097a83.556 83.556 0 01-.271-.5l.662-.66-.662-.66.271-.5.769-.097.717.65 1-.823v.893z\"/>\n    <path fill=\"#FFF\" d=\"M73.967 92.764v1.075h-.001l-.649-.537z\"/>\n    <path fill=\"#383739\" d=\"M72.972 92.507l-.675-.611-.907.114-.357.658.636.635-.636.634.357.659.907.114.675-.611 1.081.892v-1.263l-.513-.424.513-.425v-1.263l-1.081.891z\"/>\n    <path fill=\"#28AE66\" d=\"M73.967 92.764l-.65.538.65.538v.892l-1-.824-.717.65-.769-.097a83.556 83.556 0 01-.271-.5l.662-.66-.662-.66.271-.5.769-.097.717.65 1-.823v.893z\"/>\n    <path fill=\"#FFF\" d=\"M73.967 97.382v-1.075h-.001l-.649.537z\"/>\n    <path fill=\"#383739\" d=\"M72.972 97.639l-.675.611-.907-.114-.357-.658.636-.634-.636-.634.357-.658.907-.114.675.611 1.081-.892v1.263l-.513.425.513.425v1.117l-.088.074c-.33-.275-.662-.549-.993-.822z\"/>\n    <path fill=\"#28AE66\" d=\"M73.967 97.382l-.65-.538.65-.538v-.892l-1 .824-.717-.65-.769.097-.271.5.662.66-.662.66.271.5.769.097.717-.65 1 .824v-.894z\"/>\n    <path fill=\"#FFF\" d=\"M52.032 89.222v1.076h.002l.648-.537z\"/>\n    <path fill=\"#383739\" d=\"M53.028 88.965l.675-.611.907.114.357.658-.637.634.637.634-.357.658-.907.114-.675-.611-1.067.879v-1.263l.498-.412-.498-.412v-1.145l.071-.06c.331.276.663.549.996.823z\"/>\n    <path fill=\"#28AE66\" d=\"M52.032 89.222l.65.538-.65.538v.892l1-.824.717.65.77-.097.271-.5-.662-.66.662-.66-.271-.5-.77-.097-.717.65-1-.823v.893z\"/>\n    <path fill=\"#FFF\" d=\"M52.032 92.764v1.075h.002l.648-.537z\"/>\n    <path fill=\"#383739\" d=\"M53.028 92.507l.675-.611.907.114.357.658-.637.635.637.634-.357.659-.907.114-.675-.611-1.07.881v-1.262l.5-.414-.5-.415v-1.263l1.07.881z\"/>\n    <path fill=\"#28AE66\" d=\"M52.032 92.764l.65.538-.65.538v.892l1-.824.717.65.77-.097.271-.5-.662-.66.662-.66-.271-.5-.77-.097-.717.65-1-.823v.893z\"/>\n    <path fill=\"#FFF\" d=\"M52.032 97.382v-1.075h.002l.648.537z\"/>\n    <path fill=\"#383739\" d=\"M53.028 97.639l.675.611.907-.114.357-.658-.637-.634.637-.634-.357-.658-.907-.114-.675.611-1.07-.882v1.263l.5.415-.5.414v1.134l.078.065c.33-.274.661-.546.992-.819z\"/>\n    <path fill=\"#28AE66\" d=\"M52.032 97.382l.65-.538-.65-.538v-.892l1 .824.717-.65.77.097.271.5-.662.66.662.66-.271.5-.77.097-.717-.65-1 .824v-.894z\"/>\n    <path fill=\"#383739\" d=\"M66.634 95.749v-1.264H68.4v-2.366h-1.766v-1.264h-1.279V89.47h-4.711v1.385h-1.279v1.264h-1.766v2.366h1.766v1.264h1.279v1.385h4.711v-1.385z\"/>\n    <path fill=\"#FAAE29\" d=\"M59.508 92.262v-1.264h1.279v-1.385h2.141v1.428l-2.025 1.151v1.039h-3.161v-.969zM66.491 94.342v1.264h-1.279v1.386h-2.141v-1.429l2.025-1.151v-1.038h3.161v.968z\"/>\n    <path fill=\"#FFF\" d=\"M66.491 90.998v1.264h1.766v.969h-3.161v-1.039l-2.025-1.151v-1.428h2.141v1.385zM60.787 95.606h-1.279v-1.264h-1.766v-.968h3.161v1.038l2.025 1.151v1.429h-2.141z\"/>\n    <path fill=\"#CA3745\" d=\"M61.046 93.374v.962l1.882 1.07v-2.032z\"/>\n    <path fill=\"#28AE66\" d=\"M62.928 91.198l-1.882 1.07v.963h1.882z\"/>\n    <path fill=\"#CA3745\" d=\"M64.953 93.231v-.963l-1.882-1.07v2.033z\"/>\n    <path fill=\"#28AE66\" d=\"M63.071 95.406l1.882-1.07v-.962h-1.882z\"/>\n    <path fill=\"#383739\" d=\"M45.883 118.41v3.905h-3.722v3.544h-3.772v10.085h3.772v3.543h3.722v3.906h13.532l2.38 1.43-1.144.686h-4.825l-.416-.469h4.373l-1.232-1.24h-6.256l2.835 2.95h5.866L63 145.546l2.003 1.204h5.866l2.835-2.95h-6.256l-1.232 1.24h4.373l-.416.469h-4.826l-1.143-.686 2.38-1.43h13.532v-3.906h3.722v-3.543h3.772v-10.085h-3.772v-3.544h-3.722v-3.905H66.584l-2.38-1.43 1.143-.687h4.826l.416.47h-4.373l1.232 1.24h6.256l-2.835-2.951h-5.866L63 116.256l-2.004-1.204H55.13l-2.835 2.951h6.256l1.232-1.24H55.41l.416-.47h4.825l1.144.687-2.38 1.43z\"/>\n    <path fill=\"#CA3745\" d=\"M83.695 126.001h3.772v9.801h-3.772v3.542h-3.721v3.905h-13.43l-2.618 1.574 1.381.829h4.93l.67-.755h-4.348l.949-.955h5.86l-2.559 2.665h-5.766L63 145.379l-2.044 1.228H55.19l-2.559-2.665h5.86l.948.955h-4.347l.67.755h4.929l1.381-.829-2.617-1.574H46.026v-3.905h-3.722v-3.542h-3.773v-9.801h3.773v-3.542h3.722v-3.906h13.429l2.617-1.573-1.381-.83h-4.929l-.67.756h4.347l-.948.955h-5.86l2.559-2.665h5.766L63 116.424l2.043-1.228h5.766l2.559 2.665h-5.86l-.949-.955h4.348l-.67-.756h-4.93l-1.381.83 2.618 1.573h13.43v3.906h3.721z\"/>\n    <path fill=\"#383739\" d=\"M63 144.265l4.026-2.419H78.57v-3.906h3.722v-3.542h3.772v-6.993h-3.772v-3.543H78.57v-3.906H67.026L63 117.537l-4.026 2.419H47.429v3.906h-3.722v3.543h-3.772v6.993h3.772v3.542h3.722v3.906h11.545z\"/>\n    <path fill=\"#FAAE29\" d=\"M78.427 137.798v3.905H66.986L63 144.099l-3.987-2.396H47.572v-3.905H43.85v-3.543h-3.772v-6.708h3.772v-3.542h3.722V120.1H59.013L63 117.704l3.986 2.396h11.441v3.905h3.722v3.542h3.772v6.708h-3.772v3.543z\"/>\n    <path fill=\"#383739\" d=\"M63 143.122l3.754-2.255H77.59v-3.906h3.722v-3.543h3.772v-5.034h-3.772v-3.543H77.59v-3.905H66.754L63 118.681l-3.755 2.255H48.408v3.905h-3.721v3.543h-3.773v5.034h3.773v3.543h3.721v3.906h10.837z\"/>\n    <path fill=\"#28AE66\" d=\"M77.448 136.818v3.906H66.714L63 142.956l-3.715-2.232H48.551v-3.906h-3.722v-3.542h-3.772v-4.749h3.772v-3.542h3.722v-3.906h10.734L63 118.847l3.714 2.232h10.734v3.906h3.721v3.542h3.772v4.749h-3.772v3.542z\"/>\n    <path fill=\"#383739\" d=\"M49.957 135.45v3.78h5.899l-5.899-3.914z\"/>\n    <path fill=\"#CA3745\" d=\"M50.1 135.583l5.282 3.504H50.1z\"/>\n    <path fill=\"#383739\" d=\"M66.816 135.163v-1.931h-.658L63 131.257l-.039.024-3.12 1.951h-.659v1.931H57.31v2.073h1.872v1.93h.659L63 141.142l3.158-1.976h.658v-1.93h1.874v-2.073z\"/>\n    <path fill=\"#FAAE29\" d=\"M63 131.426l2.889 1.807H60.11l2.89-1.807zm2.888 7.74L63 140.973l-2.889-1.806h5.777v-.001z\"/>\n    <path fill=\"#CA3745\" d=\"M66.674 137.236v1.787h-3.603v-1.787zM62.928 137.236v1.787h-3.603v-1.787zM68.547 135.305v1.788h-3.604v-1.788zM64.801 135.305v1.788h-3.603v-1.788zM61.055 135.305v1.788h-3.603v-1.788zM66.674 133.375v1.788h-3.603v-1.788zM62.928 133.375v1.788h-3.603v-1.788z\"/>\n    <path fill=\"#383739\" d=\"M57.482 129.865v-1.931h-.659l-3.158-1.975-.038.024-3.121 1.951h-.658v1.931h-1.485v2.073h1.485v1.93h.658l3.159 1.975 3.158-1.975h.659v-1.93h2.261v-2.073z\"/>\n    <path fill=\"#CA3745\" d=\"M53.665 126.128l2.889 1.806h-5.778l2.889-1.806zm2.889 7.74l-2.889 1.807-2.889-1.807h5.778z\"/>\n    <path fill=\"#FAAE29\" d=\"M57.339 131.938v1.787h-3.603v-1.787zM53.594 131.938v1.787H49.99v-1.787zM59.6 130.008v1.787h-3.604v-1.787z\"/>\n    <path fill=\"#CA3745\" d=\"M55.854 130.008v1.787h-3.603v-1.787z\"/>\n    <path fill=\"#FAAE29\" d=\"M52.108 130.008v1.787h-3.602v-1.787zM57.339 128.078v1.787h-3.603v-1.787zM53.594 128.078v1.787H49.99v-1.787z\"/>\n    <path fill=\"#383739\" d=\"M68.517 129.865v-1.931h.658l3.159-1.975.038.024 3.121 1.951h.658v1.931h1.485v2.073h-1.485v1.93h-.659l-3.158 1.975-3.159-1.975h-.658v-1.93h-2.261v-2.073z\"/>\n    <path fill=\"#CA3745\" d=\"M72.334 126.128l-2.889 1.806h5.778l-2.889-1.806zm-2.889 7.74l2.889 1.807 2.888-1.807h-5.777z\"/>\n    <path fill=\"#FAAE29\" d=\"M68.66 131.938v1.787h3.603v-1.787zM72.405 131.938v1.787h3.603v-1.787zM66.399 130.008v1.787h3.603v-1.787z\"/>\n    <path fill=\"#CA3745\" d=\"M70.144 130.008v1.787h3.603v-1.787z\"/>\n    <path fill=\"#FAAE29\" d=\"M73.89 130.008v1.787h3.603v-1.787zM68.66 128.078v1.787h3.603v-1.787zM72.405 128.078v1.787h3.603v-1.787z\"/>\n    <path fill=\"#383739\" d=\"M66.816 126.64v1.93h-.658L63 130.545l-.039-.023-3.12-1.952h-.659v-1.93H57.31v-2.073h1.872v-1.931h.659L63 120.661l3.158 1.975h.658v1.931h1.874v2.073z\"/>\n    <path fill=\"#FAAE29\" d=\"M63 130.377l2.889-1.807H60.11l2.89 1.807zm2.888-7.741L63 120.83l-2.889 1.806h5.777z\"/>\n    <path fill=\"#CA3745\" d=\"M66.674 124.567v-1.788h-3.603v1.788zM62.928 124.567v-1.788h-3.603v1.788zM68.547 126.497v-1.787h-3.604v1.787zM64.801 126.497v-1.787h-3.603v1.787zM61.055 126.497v-1.787h-3.603v1.787zM66.674 128.427v-1.787h-3.603v1.787zM62.928 128.427v-1.787h-3.603v1.787z\"/>\n    <path fill=\"#383739\" d=\"M49.957 126.353v-3.78h5.899l-5.899 3.912z\"/>\n    <path fill=\"#CA3745\" d=\"M50.1 126.219l5.283-3.503H50.1v3.503z\"/>\n    <path fill=\"#383739\" d=\"M76.042 135.45v3.78h-5.9l5.9-3.914z\"/>\n    <path fill=\"#CA3745\" d=\"M75.9 135.583l-5.283 3.504H75.9v-3.504z\"/>\n    <path fill=\"#383739\" d=\"M76.042 126.353v-3.78h-5.9l5.9 3.912z\"/>\n    <path fill=\"#CA3745\" d=\"M75.9 126.219l-5.283-3.504H75.9v3.504z\"/>\n    <path fill=\"#383739\" d=\"M51.116 130.405v.993h-1.618v-.993z\"/>\n    <path fill=\"#FFF\" d=\"M50.964 130.557H49.65v.689h1.314z\"/>\n    <path fill=\"#383739\" d=\"M52.601 128.474v.994h-1.618v-.994z\"/>\n    <path fill=\"#FFF\" d=\"M52.449 128.627h-1.314v.688h1.314z\"/>\n    <path fill=\"#383739\" d=\"M56.347 128.474v.994h-1.618v-.994z\"/>\n    <path fill=\"#FFF\" d=\"M56.195 128.627h-1.314v.688h1.314z\"/>\n    <path fill=\"#383739\" d=\"M54.862 130.405v.993h-1.619v-.993z\"/>\n    <path fill=\"#FFF\" d=\"M54.709 130.557h-1.313v.689h1.313z\"/>\n    <path fill=\"#383739\" d=\"M58.607 130.405v.993h-1.618v-.993z\"/>\n    <path fill=\"#FFF\" d=\"M58.455 130.557h-1.314v.689h1.314z\"/>\n    <path fill=\"#383739\" d=\"M56.347 132.335v.993h-1.618v-.993z\"/>\n    <path fill=\"#FFF\" d=\"M56.195 132.487h-1.314v.689h1.314z\"/>\n    <path fill=\"#383739\" d=\"M52.601 132.335v.993h-1.618v-.993z\"/>\n    <path fill=\"#FFF\" d=\"M52.449 132.487h-1.314v.689h1.314z\"/>\n    <path fill=\"#383739\" d=\"M61.936 123.176v.993h-1.618v-.993z\"/>\n    <path fill=\"#FFF\" d=\"M61.784 123.328H60.47v.689h1.314z\"/>\n    <path fill=\"#383739\" d=\"M65.682 123.176v.993h-1.619v-.993z\"/>\n    <path fill=\"#FFF\" d=\"M65.529 123.328h-1.313v.689h1.313z\"/>\n    <path fill=\"#383739\" d=\"M60.063 125.107v.993h-1.619v-.993z\"/>\n    <path fill=\"#FFF\" d=\"M59.91 125.259h-1.313v.689h1.313z\"/>\n    <path fill=\"#383739\" d=\"M63.809 125.107v.993H62.19v-.993z\"/>\n    <path fill=\"#FFF\" d=\"M63.656 125.259h-1.314v.689h1.314z\"/>\n    <path fill=\"#383739\" d=\"M67.554 125.107v.993h-1.618v-.993z\"/>\n    <path fill=\"#FFF\" d=\"M67.402 125.259h-1.314v.689h1.314z\"/>\n    <path fill=\"#383739\" d=\"M61.936 127.037v.993h-1.618v-.993z\"/>\n    <path fill=\"#FFF\" d=\"M61.784 127.189H60.47v.689h1.314z\"/>\n    <path fill=\"#383739\" d=\"M65.682 127.037v.993h-1.619v-.993z\"/>\n    <path fill=\"#FFF\" d=\"M65.529 127.189h-1.313v.689h1.313z\"/>\n    <path fill=\"#383739\" d=\"M71.271 128.474v.994h-1.619v-.994z\"/>\n    <path fill=\"#FFF\" d=\"M71.118 128.627h-1.314v.688h1.314z\"/>\n    <path fill=\"#383739\" d=\"M75.016 128.474v.994h-1.619v-.994z\"/>\n    <path fill=\"#FFF\" d=\"M74.863 128.627H73.55v.688h1.313z\"/>\n    <path fill=\"#383739\" d=\"M69.01 130.405v.993h-1.619v-.993z\"/>\n    <path fill=\"#FFF\" d=\"M68.857 130.557h-1.313v.689h1.313z\"/>\n    <path fill=\"#383739\" d=\"M72.755 130.405v.993h-1.618v-.993z\"/>\n    <path fill=\"#FFF\" d=\"M72.603 130.557h-1.314v.689h1.314z\"/>\n    <path fill=\"#383739\" d=\"M76.501 130.405v.993h-1.618v-.993z\"/>\n    <path fill=\"#FFF\" d=\"M76.349 130.557h-1.314v.689h1.314z\"/>\n    <path fill=\"#383739\" d=\"M71.271 132.335v.993h-1.619v-.993z\"/>\n    <path fill=\"#FFF\" d=\"M71.118 132.487h-1.314v.689h1.314z\"/>\n    <path fill=\"#383739\" d=\"M75.016 132.335v.993h-1.619v-.993z\"/>\n    <path fill=\"#FFF\" d=\"M74.863 132.487H73.55v.689h1.313z\"/>\n    <path fill=\"#383739\" d=\"M61.936 133.773v.993h-1.618v-.993z\"/>\n    <path fill=\"#FFF\" d=\"M61.784 133.925H60.47v.689h1.314z\"/>\n    <path fill=\"#383739\" d=\"M65.682 133.773v.993h-1.619v-.993z\"/>\n    <path fill=\"#FFF\" d=\"M65.529 133.925h-1.313v.689h1.313z\"/>\n    <path fill=\"#383739\" d=\"M60.063 135.703v.993h-1.619v-.993z\"/>\n    <path fill=\"#FFF\" d=\"M59.91 135.855h-1.313v.688h1.313z\"/>\n    <path fill=\"#383739\" d=\"M63.809 135.703v.993H62.19v-.993z\"/>\n    <path fill=\"#FFF\" d=\"M63.656 135.855h-1.314v.688h1.314z\"/>\n    <path fill=\"#383739\" d=\"M67.554 135.703v.993h-1.618v-.993z\"/>\n    <path fill=\"#FFF\" d=\"M67.402 135.855h-1.314v.688h1.314z\"/>\n    <path fill=\"#383739\" d=\"M61.936 137.633v.993h-1.618v-.993z\"/>\n    <path fill=\"#FFF\" d=\"M61.784 137.785H60.47v.688h1.314z\"/>\n    <path fill=\"#383739\" d=\"M65.682 137.633v.993h-1.619v-.993z\"/>\n    <path fill=\"#FFF\" d=\"M65.529 137.785h-1.313v.688h1.313z\"/>\n    <path fill=\"#383739\" d=\"M83.44 172.715l-14.018 7.543H56.576l-14.017-7.543v-12.431l14.017-7.543h12.846l14.018 7.543z\"/>\n    <path fill=\"#28AE66\" d=\"M69.386 180.116l13.911-7.487V160.37l-13.911-7.486H56.612l-13.91 7.486v12.259l13.91 7.487z\"/>\n    <path fill=\"#383739\" d=\"M82.306 172.032l-13.167 7.086H56.86l-13.168-7.086v-11.063l13.168-7.087h12.279l13.167 7.087z\"/>\n    <path fill=\"#FAAE29\" d=\"M82.163 171.946v-5.375H63.071v12.404h6.031zM43.835 166.428h19.093v-12.404h-6.032l-13.061 7.03z\"/>\n    <path fill=\"#FFF\" d=\"M56.896 178.975h6.032v-12.404H43.835v5.375zM82.163 161.054l-13.061-7.03h-6.031v12.404h19.092z\"/>\n    <path fill=\"#383739\" d=\"M69.111 171.512l-3.753 2.381v2.575l2.461 1.804h-3.648v-3.626l-1.172.744-1.172-.744v3.626h-3.648l2.461-1.804v-2.575l-3.753-2.381h-2.622v-10.024h2.622l3.753-2.382v-2.573l-2.461-1.806H61.827v3.627l1.172-.744 1.172.744v-3.627h3.648l-2.461 1.806v2.573l3.753 2.382h2.622v10.024z\"/>\n    <path fill=\"#FAAE29\" d=\"M69.07 161.631l-3.855-2.446v-2.725l2.168-1.589h-3.069v3.743l-1.243-.789v8.603h8.52v-4.797zM56.929 171.369l3.854 2.446v2.725l-2.168 1.59h3.069v-3.743l1.244.789v-8.605h-8.521v4.798z\"/>\n    <path fill=\"#FFF\" d=\"M64.314 178.13h3.069l-2.168-1.59v-2.725l3.855-2.446h2.521v-4.798h-8.52v8.605l1.243-.789zM60.783 159.185l-3.855 2.446h-2.521v4.797h8.521v-8.604l-1.244.79v-3.743h-3.069l2.168 1.589z\"/>\n    <path fill=\"#383739\" d=\"M68.809 162.538h1.881v7.924h-1.881l-5.81 3.686-5.81-3.686h-1.881v-7.924h1.881l5.81-3.687.038.024z\"/>\n    <path fill=\"#CA3745\" d=\"M68.768 162.681l-5.769-3.661-5.769 3.661h-1.779v7.638h1.779l5.769 3.66 5.769-3.66h1.78v-7.638h-1.759z\"/>\n    <path fill=\"#383739\" d=\"M64.525 162.842v.529h.667v1.06h-1.721v-2.649h3.909v1.844h1.898v2.701h-1.98v-1.059h.926v-.583h-1.232l-2.978 1.815 2.978 1.815h1.232v-.582h-.926v-1.06h1.98v2.702H67.38v1.843h-3.909v-2.649h1.721v1.06h-.667v.53h1.801v-1.013l-3.327-2.027-3.327 2.027v1.012h1.801v-.53h-.667v-1.059h1.721v2.649h-3.909v-1.843H56.72v-2.702h1.98v1.06h-.926v.582h1.232l2.978-1.815-2.978-1.815h-1.232v.583h.926v1.059h-1.98v-2.701h1.898v-1.844H62.527v2.649h-1.721v-1.06h.667v-.529h-1.801v1.012l3.327 2.028 3.327-2.028v-1.012z\"/>\n    <path fill=\"#FFF\" d=\"M57.631 167.589h.927v-.773h-1.695v2.416h1.898v1.843h3.623v-2.362h-1.435v.773h.667v.816h-2.087v-1.236l3.47-2.115 3.47 2.115v1.236h-2.087v-.816h.667v-.773h-1.435v2.362h3.623v-1.843h1.898v-2.416H67.44v.773h.927v.869h-1.414l-3.214-1.958 3.214-1.958h1.414v.868h-.927v.775h1.695v-2.417h-1.898v-1.843h-3.622v2.363h1.434v-.774h-.666v-.815h2.086v1.236l-3.47 2.114-3.47-2.114v-1.236h2.087v.815h-.667v.774h1.435v-2.363h-3.623v1.843h-1.898v2.417h1.695v-.775h-.927v-.868h1.414l3.214 1.958-3.214 1.958h-1.414z\"/>\n    <path fill=\"#383739\" d=\"M75.997 167.128v1.385h1.682v-1.385h1.668v3.921h-1.668v-1.385h-1.682v1.385h-1.668v-3.921zM70.027 172.333v1.385h1.682v-1.385h1.668v3.921h-1.668v-1.385h-1.682v1.385h-1.669v-3.921zM75.997 165.871v-1.385h1.682v1.385h1.668v-3.92h-1.668v1.384h-1.682v-1.384h-1.668v3.92zM50.001 167.128v1.385H48.32v-1.385h-1.669v3.921h1.669v-1.385h1.681v1.385h1.669v-3.921zM50.001 165.871v-1.385H48.32v1.385h-1.669v-3.92h1.669v1.384h1.681v-1.384h1.669v3.92zM70.027 160.666v-1.384h1.682v1.384h1.668v-3.92h-1.668v1.384h-1.682v-1.384h-1.669v3.92zM55.972 172.333v1.385H54.29v-1.385h-1.669v3.921h1.669v-1.385h1.682v1.385h1.668v-3.921zM55.972 160.666v-1.384H54.29v1.384h-1.669v-3.92h1.669v1.384h1.682v-1.384h1.668v3.92z\"/>\n    <path fill=\"#CA3745\" d=\"M74.472 167.271v3.635h1.382v-1.385h1.968v1.385h1.383v-3.635h-1.383v1.385h-1.968v-1.385zM68.502 172.476v3.635h1.382v-1.384h1.968v1.384h1.383v-3.635h-1.383v1.384h-1.968v-1.384zM74.472 165.728v-3.634h1.382v1.384h1.968v-1.384h1.383v3.634h-1.383v-1.384h-1.968v1.384zM51.527 167.271v3.635h-1.383v-1.385h-1.967v1.385h-1.383v-3.635h1.383v1.385h1.967v-1.385zM51.527 165.728v-3.634h-1.383v1.384h-1.967v-1.384h-1.383v3.634h1.383v-1.384h1.967v1.384zM68.502 160.524v-3.636h1.382v1.385h1.968v-1.385h1.383v3.636h-1.383v-1.385h-1.968v1.385zM57.497 172.476v3.635h-1.382v-1.384h-1.968v1.384h-1.383v-3.635h1.383v1.384h1.968v-1.384zM57.497 160.524v-3.636h-1.382v1.385h-1.968v-1.385h-1.383v3.636h1.383v-1.385h1.968v1.385z\"/>\n    <path fill=\"#383739\" d=\"M79.905 160.896l-5.532-2.977v2.977z\"/>\n    <path fill=\"#000\" d=\"M46.093 172.104l5.533 2.977v-2.977zM46.093 160.896l5.533-2.977v2.977z\"/>\n    <path fill=\"#383739\" d=\"M79.905 172.104l-5.532 2.977v-2.977z\"/>\n    <path fill=\"#FAAE29\" d=\"M74.516 160.753v-2.595l4.822 2.595zM51.483 172.246v2.596l-4.823-2.596z\"/>\n    <path fill=\"#FFF\" d=\"M51.483 160.753v-2.595l-4.823 2.595zM74.516 172.246v2.596l4.822-2.596z\"/>\n    <path fill=\"#FAAE29\" d=\"M40.38 177.442c.266 1.136 1.17 1.993 1.385 3.171.431-1.228.828-2.258.531-3.601-.212-.961-1.021-1.646-1.114-2.634-.882.791-1.072 1.915-.802 3.064zm-.224 4.758c.748 1.025 1.787 1.811 2.935 2.335-.226-.898.198-1.574.669-2.286.567-.858.843-1.701.381-2.689-.216.513-.505.94-.845 1.379-.502.685-.832 1.294-.91 2.173-.58-.43-.836-1.073-1.146-1.695-.473-.891-1.238-1.636-2.115-2.123.233 1 .413 2.057 1.031 2.906zm4.193 3.056c-.16.569-.298 1.133-.267 1.729-.494-.532-1.15-.933-1.735-1.362-.797-.645-1.726-1.1-2.377-1.92.097 1.208.614 2.193 1.596 2.928 1.038.776 2.289 1.194 3.311 2.009-.153-1.099.251-1.979.595-2.989.287-.965.009-1.945-.645-2.68.009.815-.248 1.516-.478 2.285zm2.329 3.711c.215.833.812 1.512 1.22 2.254-1.1-.341-2.07-.937-3.064-1.499-1.184-.644-2.47-1.055-3.541-1.906.534 1.975 1.855 3.12 3.789 3.703 1.322.399 2.437.2 4.041.849-.184-1.086-.508-2.259-1.022-3.238-.398-.708-.841-1.407-1.087-2.187-.356.641-.524 1.293-.336 2.024zm4.046 3.021a5.07 5.07 0 001.498 1.625c-1.561.099-2.817-.889-4.339-.932-.94-.026-1.832.265-2.791.178 1.138.767 2.329 1.438 3.714 1.617 1.8.233 3.461-.22 5.447-.043-.928-.654-1.393-1.532-1.971-2.474-.753-1.177-1.464-2.017-2.93-2.206.588.66.931 1.479 1.372 2.235zm5.544 2.591c-2.75.467-5.385 1.072-8.194 1.1 3.144 1.096 6.106 1.294 9.224.163 1.685-.611 2.977-.939 4.25-.848 1.859.134 4.12.868 6.621 3.506l.983-.787c-3.585-3.194-8.276-3.918-12.884-3.134z\"/>\n    <path fill=\"#FAAE29\" d=\"M85.632 177.442c-.266 1.136-1.169 1.993-1.384 3.171-.431-1.228-.828-2.258-.531-3.601.212-.961 1.021-1.646 1.114-2.634.881.791 1.071 1.915.801 3.064zm.224 4.758c-.748 1.025-1.786 1.811-2.934 2.335.226-.898-.198-1.574-.669-2.286-.567-.858-.844-1.701-.381-2.689.215.513.505.94.845 1.379.502.685.833 1.294.91 2.173.58-.43.836-1.073 1.146-1.695.473-.891 1.237-1.636 2.115-2.123-.234 1-.413 2.057-1.032 2.906zm-4.193 3.056c.16.569.298 1.133.267 1.729.494-.532 1.15-.933 1.735-1.362.797-.645 1.726-1.1 2.377-1.92-.097 1.208-.614 2.193-1.596 2.928-1.038.776-2.289 1.194-3.311 2.009.153-1.099-.251-1.979-.595-2.989-.286-.965-.009-1.945.646-2.68-.01.815.247 1.516.477 2.285zm-2.329 3.711c-.215.833-.812 1.512-1.22 2.254 1.1-.341 2.07-.937 3.064-1.499 1.184-.644 2.47-1.055 3.542-1.906-.534 1.975-1.855 3.12-3.789 3.703-1.322.399-2.437.2-4.041.849.184-1.086.508-2.259 1.022-3.238.398-.708.841-1.407 1.087-2.187.355.641.524 1.293.335 2.024zm-4.046 3.021a5.082 5.082 0 01-1.498 1.625c1.561.099 2.817-.889 4.339-.932.94-.026 1.832.265 2.791.178-1.138.767-2.329 1.438-3.714 1.617-1.8.233-3.46-.22-5.447-.043.928-.654 1.393-1.532 1.971-2.474.753-1.177 1.464-2.017 2.93-2.206-.588.66-.93 1.479-1.372 2.235zm-5.544 2.591c2.75.467 5.385 1.072 8.194 1.1-3.144 1.096-6.106 1.294-9.224.163-1.685-.611-2.977-.939-4.25-.848-1.86.134-4.12.868-6.621 3.506l-.983-.787c3.586-3.194 8.276-3.918 12.884-3.134z\"/>\n    <path fill=\"#383739\" d=\"M40.11 44.361l1.026.956L36 50.102v-1.955l3.038-2.83-1.025-.956 2.163-2.015-.942-.878v1.257H37.37v-1.504l4.194-3.908h2.109l.242 1.382h-1.224l1.327 1.236 3.316-3.028-3.316-3.028-1.327 1.236h1.224l-.242 1.382h-2.109l-4.194-3.908V31.08h1.864v1.258l.942-.878-2.163-2.015 1.025-.955L36 25.658v-1.954l5.136 4.786-1.026.955 2.164 2.015-1.857 1.73 1.228 1.145 2.364-2.203 5.19 4.771-5.19 4.771-2.364-2.202-1.228 1.144 1.857 1.73z\"/>\n    <path fill=\"#FAAE29\" d=\"M42.325 35.253l1.692-1.577 3.534 3.227-3.534 3.227-1.692-1.577h1.411l-.192-1.099h-1.917l-4.106 3.825v1.305h1.561v-1.458l1.309 1.22-2.163 2.015 1.026.956L36 48.348v1.554l4.922-4.585-1.026-.956 2.163-2.015-1.857-1.73 1.443-1.344 2.365 2.203 4.973-4.572-4.973-4.571-2.365 2.202-1.443-1.344 1.857-1.73-2.163-2.015 1.026-.955L36 23.904v1.554l3.254 3.032-1.026.955 2.163 2.015-1.309 1.22v-1.458h-1.561v1.305l4.106 3.825h1.917l.192-1.099z\"/>\n    <path fill=\"#383739\" d=\"M45.854 36.84l-1.095 1.019-.178-1.019.178-1.02z\"/>\n    <path fill=\"#FAAE29\" d=\"M44.861 36.116l-.126.724.126.724.778-.724z\"/>\n    <path fill=\"#383739\" d=\"M38.47 37.936l1.029-1.031-1.029-1.034h-1.263v-1.447L36 33.216v7.374l1.207-1.207v-1.447z\"/>\n    <path fill=\"#FAAE29\" d=\"M38.411 36.014l.886.891-.886.888h-1.347v1.531L36 40.388v-6.97l1.064 1.065v1.531z\"/>\n    <path fill=\"#383739\" d=\"M40.11 81.96l1.026.956L36 87.701v-1.954l3.038-2.831-1.025-.956 2.163-2.015-.942-.878v1.258H37.37V78.82l4.194-3.908h2.109l.242 1.382h-1.224l1.327 1.236 3.316-3.027-3.316-3.028-1.327 1.236h1.224l-.242 1.382h-2.109l-4.194-3.908V68.68h1.864v1.258l.942-.878-2.163-2.015 1.025-.956L36 63.258v-1.954l5.136 4.785-1.026.956 2.164 2.015-1.857 1.729 1.228 1.145 2.364-2.202 5.19 4.771-5.19 4.771-2.364-2.203-1.228 1.144 1.857 1.73z\"/>\n    <path fill=\"#FAAE29\" d=\"M42.325 72.852l1.692-1.577 3.534 3.228-3.534 3.226-1.692-1.576h1.411l-.192-1.099h-1.917l-4.106 3.825v1.304h1.561v-1.457l1.309 1.219-2.163 2.015 1.026.956L36 85.947v1.555l4.922-4.586-1.026-.956 2.163-2.015-1.857-1.73 1.443-1.344 2.365 2.203 4.973-4.571-4.973-4.572-2.365 2.203-1.443-1.345 1.857-1.729-2.163-2.015 1.026-.956L36 61.503v1.555l3.254 3.031-1.026.956 2.163 2.015-1.309 1.219v-1.458h-1.561v1.305l4.106 3.825h1.917l.192-1.099z\"/>\n    <path fill=\"#383739\" d=\"M45.854 74.439l-1.095 1.02-.178-1.02.178-1.02z\"/>\n    <path fill=\"#FAAE29\" d=\"M44.861 73.715l-.126.724.126.725.778-.725z\"/>\n    <path fill=\"#383739\" d=\"M38.47 75.535l1.029-1.031-1.029-1.034h-1.263v-1.447L36 70.816v7.374l1.207-1.208v-1.447z\"/>\n    <path fill=\"#FAAE29\" d=\"M38.411 73.613l.886.891-.886.888h-1.347v1.531L36 77.987v-6.969l1.064 1.065v1.53z\"/>\n    <path fill=\"#383739\" d=\"M40.11 119.559l1.026.956L36 125.3v-1.955l3.038-2.83-1.025-.956 2.163-2.015-.942-.878v1.258H37.37v-1.505l4.194-3.908h2.109l.242 1.382h-1.224l1.327 1.236 3.316-3.028-3.316-3.028-1.327 1.237h1.224l-.242 1.381h-2.109l-4.194-3.908v-1.504h1.864v1.258l.942-.879-2.163-2.015 1.025-.955L36 100.856v-1.954l5.136 4.786-1.026.955 2.164 2.015-1.857 1.73 1.228 1.144 2.364-2.202 5.19 4.771-5.19 4.771-2.364-2.202-1.228 1.144 1.857 1.73z\"/>\n    <path fill=\"#FAAE29\" d=\"M42.325 110.451l1.692-1.577 3.534 3.227-3.534 3.227-1.692-1.577h1.411l-.192-1.099h-1.917l-4.106 3.825v1.305h1.561v-1.458l1.309 1.22-2.163 2.015 1.026.956L36 123.546v1.554l4.922-4.585-1.026-.956 2.163-2.015-1.857-1.73 1.443-1.344 2.365 2.202 4.973-4.571-4.973-4.572-2.365 2.204-1.443-1.345 1.857-1.73-2.163-2.015 1.026-.955L36 99.102v1.554l3.254 3.032-1.026.955 2.163 2.015-1.309 1.22v-1.458h-1.561v1.305l4.106 3.825h1.917l.192-1.099z\"/>\n    <path fill=\"#383739\" d=\"M45.854 112.038l-1.095 1.019-.178-1.019.178-1.02z\"/>\n    <path fill=\"#FAAE29\" d=\"M44.861 111.313l-.126.725.126.724.778-.724z\"/>\n    <path fill=\"#383739\" d=\"M38.47 113.133l1.029-1.03-1.029-1.034h-1.263v-1.447L36 108.414v7.374l1.207-1.207v-1.448z\"/>\n    <path fill=\"#FAAE29\" d=\"M38.411 111.212l.886.891-.886.888h-1.347v1.531L36 115.586v-6.969l1.064 1.064v1.531z\"/>\n    <path fill=\"#383739\" d=\"M40.11 157.158l1.026.956L36 162.899v-1.955l3.038-2.83-1.025-.956 2.163-2.015-.942-.878v1.258H37.37v-1.505l4.194-3.908h2.109l.242 1.382h-1.224l1.327 1.236 3.316-3.028-3.316-3.028-1.327 1.237h1.224l-.242 1.382h-2.109l-4.194-3.908v-1.505h1.864v1.258l.942-.878-2.163-2.015 1.025-.956L36 138.456v-1.954l5.136 4.785-1.026.956 2.164 2.015-1.857 1.729 1.228 1.145 2.364-2.202 5.19 4.77-5.19 4.771-2.364-2.202-1.228 1.144 1.857 1.73z\"/>\n    <path fill=\"#FAAE29\" d=\"M42.325 148.05l1.692-1.577 3.534 3.227-3.534 3.228-1.692-1.577h1.411l-.192-1.099h-1.917l-4.106 3.824v1.305h1.561v-1.457l1.309 1.219-2.163 2.015 1.026.956L36 161.145v1.554l4.922-4.585-1.026-.956 2.163-2.015-1.857-1.73 1.443-1.344 2.365 2.203 4.973-4.572-4.973-4.572-2.365 2.204-1.443-1.345 1.857-1.729-2.163-2.015 1.026-.956L36 136.701v1.554l3.254 3.032-1.026.956 2.163 2.015-1.309 1.219v-1.458h-1.561v1.305l4.106 3.825h1.917l.192-1.099z\"/>\n    <path fill=\"#383739\" d=\"M45.854 149.637l-1.095 1.02-.178-1.02.178-1.02z\"/>\n    <path fill=\"#FAAE29\" d=\"M44.861 148.913l-.126.724.126.724.778-.724z\"/>\n    <path fill=\"#383739\" d=\"M38.47 150.733l1.029-1.031-1.029-1.034h-1.263v-1.447L36 146.013v7.375l1.207-1.208v-1.447z\"/>\n    <path fill=\"#FAAE29\" d=\"M38.411 148.811l.886.891-.886.888h-1.347v1.531L36 153.186v-6.971l1.064 1.065v1.531z\"/>\n    <path fill=\"#383739\" d=\"M85.888 44.361l-1.026.956 5.137 4.785v-1.955l-3.039-2.83 1.026-.956-2.164-2.015.943-.878v1.257h1.864v-1.504l-4.195-3.908h-2.108l-.242 1.382h1.224l-1.327 1.236-3.316-3.028 3.316-3.028 1.327 1.236h-1.224l.242 1.382h2.108l4.195-3.908V31.08h-1.864v1.258l-.943-.878 2.164-2.015-1.026-.955 3.039-2.832v-1.954l-5.137 4.786 1.026.955-2.163 2.015 1.857 1.73-1.229 1.145-2.363-2.203-5.191 4.771 5.191 4.771 2.363-2.202 1.229 1.144-1.857 1.73z\"/>\n    <path fill=\"#FAAE29\" d=\"M83.675 35.253l-1.693-1.577-3.533 3.227 3.533 3.227 1.693-1.577h-1.412l.192-1.099h1.916l4.106 3.825v1.305h-1.56v-1.458l-1.309 1.22 2.163 2.015-1.026.956L90 48.348v1.554l-4.923-4.585 1.026-.956-2.163-2.015 1.857-1.73-1.444-1.344-2.364 2.203-4.973-4.572 4.973-4.571 2.364 2.202 1.444-1.344-1.857-1.73 2.163-2.015-1.026-.955L90 23.904v1.554l-3.255 3.032 1.026.955-2.163 2.015 1.309 1.22v-1.458h1.56v1.305l-4.106 3.825h-1.916l-.192-1.099z\"/>\n    <path fill=\"#383739\" d=\"M80.145 36.84l1.095 1.019.178-1.019-.178-1.02z\"/>\n    <path fill=\"#FAAE29\" d=\"M81.137 36.116l.128.724-.128.724-.777-.724z\"/>\n    <path fill=\"#383739\" d=\"M87.528 37.936L86.5 36.905l1.028-1.034h1.264v-1.447L90 33.216v7.374l-1.208-1.207v-1.447z\"/>\n    <path fill=\"#FAAE29\" d=\"M87.588 36.014l-.887.891.887.888h1.347v1.531L90 40.388v-6.97l-1.065 1.065v1.531z\"/>\n    <path fill=\"#383739\" d=\"M85.888 81.96l-1.026.956 5.137 4.785v-1.954l-3.039-2.831 1.026-.956-2.164-2.015.943-.878v1.258h1.864V78.82l-4.195-3.908h-2.108l-.242 1.382h1.224l-1.327 1.236-3.316-3.027 3.316-3.028 1.327 1.236h-1.224l.242 1.382h2.108l4.195-3.908V68.68h-1.864v1.258l-.943-.878 2.164-2.015-1.026-.956 3.039-2.831v-1.954l-5.137 4.785 1.026.956-2.163 2.015 1.857 1.729-1.229 1.145-2.363-2.202-5.191 4.771 5.191 4.771 2.363-2.203 1.229 1.144-1.857 1.73z\"/>\n    <path fill=\"#FAAE29\" d=\"M83.675 72.852l-1.693-1.577-3.533 3.228 3.533 3.226 1.693-1.576h-1.412l.192-1.099h1.916l4.106 3.825v1.304h-1.56v-1.457l-1.309 1.219 2.163 2.015-1.026.956L90 85.947v1.555l-4.923-4.586 1.026-.956-2.163-2.015 1.857-1.73-1.444-1.344-2.364 2.203-4.973-4.571 4.973-4.572 2.364 2.203 1.444-1.345-1.857-1.729 2.163-2.015-1.026-.956L90 61.503v1.555l-3.255 3.031 1.026.956-2.163 2.015 1.309 1.219v-1.458h1.56v1.305l-4.106 3.825h-1.916l-.192-1.099z\"/>\n    <path fill=\"#383739\" d=\"M80.145 74.439l1.095 1.02.178-1.02-.178-1.02z\"/>\n    <path fill=\"#FAAE29\" d=\"M81.137 73.715l.128.724-.128.725-.777-.725z\"/>\n    <path fill=\"#383739\" d=\"M87.528 75.535L86.5 74.504l1.028-1.034h1.264v-1.447L90 70.816v7.374l-1.208-1.208v-1.447z\"/>\n    <path fill=\"#FAAE29\" d=\"M87.588 73.613l-.887.891.887.888h1.347v1.531L90 77.987v-6.969l-1.065 1.065v1.53z\"/>\n    <path fill=\"#383739\" d=\"M85.888 119.559l-1.026.956 5.137 4.785v-1.955l-3.039-2.83 1.026-.956-2.164-2.015.943-.878v1.258h1.864v-1.505l-4.195-3.908h-2.108l-.242 1.382h1.224l-1.327 1.236-3.316-3.028 3.316-3.028 1.327 1.237h-1.224l.242 1.381h2.108l4.195-3.908v-1.504h-1.864v1.258l-.943-.879 2.164-2.015-1.026-.955 3.039-2.832v-1.954l-5.137 4.786 1.026.955-2.163 2.015 1.857 1.73-1.229 1.144-2.363-2.202-5.191 4.771 5.191 4.771 2.363-2.202 1.229 1.144-1.857 1.73z\"/>\n    <path fill=\"#FAAE29\" d=\"M83.675 110.451l-1.693-1.577-3.533 3.227 3.533 3.227 1.693-1.577h-1.412l.192-1.099h1.916l4.106 3.825v1.305h-1.56v-1.458l-1.309 1.22 2.163 2.015-1.026.956L90 123.546v1.554l-4.923-4.585 1.026-.956-2.163-2.015 1.857-1.73-1.444-1.344-2.364 2.202-4.973-4.571 4.973-4.572 2.364 2.204 1.444-1.345-1.857-1.73 2.163-2.015-1.026-.955L90 99.102v1.554l-3.255 3.032 1.026.955-2.163 2.015 1.309 1.22v-1.458h1.56v1.305l-4.106 3.825h-1.916l-.192-1.099z\"/>\n    <path fill=\"#383739\" d=\"M80.145 112.038l1.095 1.019.178-1.019-.178-1.02z\"/>\n    <path fill=\"#FAAE29\" d=\"M81.137 111.313l.128.725-.128.724-.777-.724z\"/>\n    <path fill=\"#383739\" d=\"M87.528 113.133l-1.028-1.03 1.028-1.034h1.264v-1.447L90 108.414v7.374l-1.208-1.207v-1.448z\"/>\n    <path fill=\"#FAAE29\" d=\"M87.588 111.212l-.887.891.887.888h1.347v1.531L90 115.586v-6.969l-1.065 1.064v1.531z\"/>\n    <path fill=\"#383739\" d=\"M85.888 157.158l-1.026.956 5.137 4.785v-1.955l-3.039-2.83 1.026-.956-2.164-2.015.943-.878v1.258h1.864v-1.505l-4.195-3.908h-2.108l-.242 1.382h1.224l-1.327 1.236-3.316-3.028 3.316-3.028 1.327 1.237h-1.224l.242 1.382h2.108l4.195-3.908v-1.505h-1.864v1.258l-.943-.878 2.164-2.015-1.026-.956 3.039-2.831v-1.954l-5.137 4.785 1.026.956-2.163 2.015 1.857 1.729-1.229 1.145-2.363-2.202-5.191 4.77 5.191 4.771 2.363-2.202 1.229 1.144-1.857 1.73z\"/>\n    <path fill=\"#FAAE29\" d=\"M83.675 148.05l-1.693-1.577-3.533 3.227 3.533 3.228 1.693-1.577h-1.412l.192-1.099h1.916l4.106 3.824v1.305h-1.56v-1.457l-1.309 1.219 2.163 2.015-1.026.956L90 161.145v1.554l-4.923-4.585 1.026-.956-2.163-2.015 1.857-1.73-1.444-1.344-2.364 2.203-4.973-4.572 4.973-4.572 2.364 2.204 1.444-1.345-1.857-1.729 2.163-2.015-1.026-.956L90 136.701v1.554l-3.255 3.032 1.026.956-2.163 2.015 1.309 1.219v-1.458h1.56v1.305l-4.106 3.825h-1.916l-.192-1.099z\"/>\n    <path fill=\"#383739\" d=\"M80.145 149.637l1.095 1.02.178-1.02-.178-1.02z\"/>\n    <path fill=\"#FAAE29\" d=\"M81.137 148.913l.128.724-.128.724-.777-.724z\"/>\n    <path fill=\"#383739\" d=\"M87.528 150.733l-1.028-1.031 1.028-1.034h1.264v-1.447L90 146.013v7.375l-1.208-1.208v-1.447z\"/>\n    <path fill=\"#FAAE29\" d=\"M87.588 148.811l-.887.891.887.888h1.347v1.531L90 153.186v-6.971l-1.065 1.065v1.531z\"/>\n    <path fill=\"#383739\" d=\"M39.234 5.065v1.258H37.37V4.818L41.564.91h2.109l.242 1.382h-1.224l1.327 1.236L47.333.501h1.866l-5.19 4.77-2.364-2.202-1.228 1.144 1.857 1.73-2.164 2.015 1.026.956L36 13.699v-1.954l3.038-2.831-1.025-.956 2.163-2.015z\"/>\n    <path fill=\"#FAAE29\" d=\"M39.254 8.914L36 11.945v1.554l4.922-4.585-1.026-.956 2.163-2.015-1.857-1.73 1.443-1.344 2.365 2.203L48.983.501H47.55l-3.533 3.226-1.692-1.576h1.411l-.192-1.099h-1.917l-4.106 3.825v1.304h1.561V4.724l1.309 1.219-2.163 2.015z\"/>\n    <path fill=\"#383739\" d=\"M45.786.501l-1.027.956-.167-.956z\"/>\n    <path fill=\"#FAAE29\" d=\"M44.746.501l.115.661.71-.661z\"/>\n    <path fill=\"#383739\" d=\"M39.498.501H36v3.687l1.207-1.208V1.533h1.263L39.499.502z\"/>\n    <path fill=\"#FAAE29\" d=\"M36 3.986V.501h3.296l.001.001-.886.888h-1.347v1.531z\"/>\n    <path fill=\"#383739\" d=\"M86.765 5.065v1.258h1.864V4.818L84.434.91h-2.108l-.242 1.382h1.224l-1.327 1.236L78.665.501h-1.866l5.191 4.77 2.363-2.202 1.229 1.144-1.857 1.73 2.163 2.015-1.026.956 5.137 4.785v-1.954L86.96 8.914l1.026-.956-2.164-2.015z\"/>\n    <path fill=\"#FAAE29\" d=\"M86.745 8.914L90 11.945v1.554l-4.923-4.585 1.026-.956-2.163-2.015 1.857-1.73-1.444-1.344-2.364 2.203L77.016.501h1.433l3.533 3.226 1.693-1.576h-1.412l.192-1.099h1.916l4.106 3.825v1.304h-1.56V4.724l-1.309 1.219 2.163 2.015z\"/>\n    <path fill=\"#383739\" d=\"M80.213.501l1.027.956.167-.956z\"/>\n    <path fill=\"#FAAE29\" d=\"M81.253.501l-.116.661-.709-.661z\"/>\n    <path fill=\"#383739\" d=\"M86.501.501H90v3.687L88.792 2.98V1.533h-1.264L86.5.502z\"/>\n    <path fill=\"#FAAE29\" d=\"M90 3.986V.501h-3.298l-.001.001.887.888h1.347v1.531z\"/>\n  </g>\n</svg>\n</li><li title=\"cif tn \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 201\">\n  <g fill=\"none\">\n    <path fill=\"#E70013\" d=\"M.5.5h300v200H.5z\"/>\n    <circle cx=\"150.5\" cy=\"100.5\" r=\"50\" fill=\"#FFF\"/>\n    <circle cx=\"150.5\" cy=\"100.5\" r=\"37.5\" fill=\"#E70013\"/>\n    <circle cx=\"160.5\" cy=\"100.5\" r=\"30\" fill=\"#FFF\"/>\n    <path fill=\"#E70013\" d=\"M138 100.5l40.703-13.225-25.156 34.624V79.102l25.156 34.624z\"/>\n  </g>\n</svg>\n</li><li title=\"cif to \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 151\">\n  <g fill=\"none\">\n    <path fill=\"#C10000\" d=\"M.5.5h300v150H.5z\"/>\n    <path fill=\"#FFF\" d=\"M.5.5h125v75H.5z\"/>\n    <path fill=\"#C10000\" d=\"M53.625 9.875h18.75v56.25h-18.75z\"/>\n    <path fill=\"#C10000\" d=\"M34.875 28.625h56.25v18.75h-56.25z\"/>\n  </g>\n</svg>\n</li><li title=\"cif tr \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 201\">\n  <g fill=\"none\">\n    <path fill=\"#E30A17\" d=\"M.5.5h300v200H.5z\"/>\n    <circle cx=\"106.75\" cy=\"100.5\" r=\"50\" fill=\"#FFF\"/>\n    <circle cx=\"119.25\" cy=\"100.5\" r=\"40\" fill=\"#E30A17\"/>\n    <path fill=\"#FFF\" d=\"M146.334 100.5l45.225 14.695-27.951-38.472v47.553l27.951-38.471z\"/>\n  </g>\n</svg>\n</li><li title=\"cif tt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 181\">\n  <g fill=\"none\">\n    <path fill=\"#CE1126\" d=\"M.5.5h300v180H.5z\"/>\n    <path fill=\"#FFF\" d=\"M.5.5l208.248 180H300.5L92.253.5z\"/>\n    <path fill=\"#000\" d=\"M15.792.5l208.247 180h61.169L76.961.5z\"/>\n  </g>\n</svg>\n</li><li title=\"cif tv \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"   viewBox=\"0 0 301 151\">\n  <defs>\n    <path id=\"a\" d=\"M.5.5h150v75H.5z\"/>\n    <path id=\"c\" d=\"M75.5 38h75v37.5L75.5 38zm0 0v37.5H.5l75-37.5zm0 0H.5V.5l75 37.5zm0 0V.5h75L75.5 38z\"/>\n  </defs>\n  <g fill=\"none\" fill-rule=\"evenodd\">\n    <path fill=\"#5B97B1\" fill-rule=\"nonzero\" d=\"M.5.5h300v150H.5z\"/>\n    <path fill=\"#00247D\" fill-rule=\"nonzero\" d=\"M.5.5h150v75H.5z\"/>\n    <mask id=\"b\" fill=\"#fff\">\n      <use xlink:href=\"#a\"/>\n    </mask>\n    <path stroke=\"currentColor\" stroke- d=\"M.5.5l150 75m0-75l-150 75\" mask=\"url(#b)\"/>\n    <mask id=\"d\" fill=\"#fff\">\n      <use xlink:href=\"#c\"/>\n    </mask>\n    <path stroke=\"currentColor\" stroke- d=\"M.5.5l150 75m0-75l-150 75\" mask=\"url(#d)\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M75.5.5v75M.5 38h150\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M75.5.5v75M.5 38h150\"/>\n    <path fill=\"#FFCE00\" fill-rule=\"nonzero\" d=\"M273.409 18.51l2.8-8.659 2.799 8.659 9.084-.006-7.354 5.343 2.813 8.654-7.343-5.356-7.345 5.355 2.815-8.654-7.352-5.344zM246.81 94.15l2.8-8.659 2.8 8.659 9.083-.007-7.353 5.344 2.813 8.654-7.344-5.356-7.345 5.355 2.815-8.654-7.352-5.345zM273.409 77.027l2.8-8.659 2.799 8.659 9.084-.006-7.354 5.343 2.813 8.654-7.343-5.356-7.345 5.355 2.815-8.654-7.352-5.345zM159.034 131.887l2.801-8.659 2.799 8.659 9.083-.007-7.353 5.344 2.813 8.654-7.344-5.356-7.344 5.355 2.815-8.654-7.353-5.345zM200.307 99.995l-2.8 8.658-2.8-8.659-9.083.007 7.353-5.343-2.813-8.655 7.344 5.357 7.344-5.356-2.814 8.654 7.352 5.345zM231.808 56.429l-2.8 8.659-2.799-8.659-9.084.006 7.354-5.343-2.813-8.654 7.343 5.356 7.345-5.355-2.815 8.654 7.352 5.344zM258.283 47.381l-2.801 8.658-2.799-8.658-9.083.006 7.353-5.343-2.813-8.655 7.344 5.357 7.344-5.355-2.815 8.653 7.353 5.345zM231.808 122.783l-2.8 8.658-2.799-8.659-9.084.007 7.354-5.343-2.813-8.655 7.343 5.357 7.345-5.356-2.815 8.654 7.352 5.345zM200.307 130.491l-2.8 8.658-2.8-8.659-9.083.007 7.353-5.344-2.813-8.654 7.344 5.356 7.344-5.355-2.814 8.654 7.352 5.345z\"/>\n  </g>\n</svg>\n</li><li title=\"cif tw \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 300 200\">\n  <g fill=\"none\">\n    <path fill=\"#ED1E24\" d=\"M0 0h300v200H0z\"/>\n    <path fill=\"#2B2F84\" d=\"M0 0h150v100H0z\"/>\n    <circle cx=\"74.976\" cy=\"49.991\" r=\"18.69\" fill=\"#FFF\"/>\n    <path fill=\"#FFF\" d=\"M79.361 28.94l-4.386-16.367-4.396 16.408c2.314-.56 5.83-.69 8.782-.041zM68.249 29.568L56.267 17.586l4.396 16.408c1.724-1.642 4.704-3.512 7.586-4.426zM58.939 35.667l-16.368-4.386 12.011 12.011c.672-2.282 2.317-5.392 4.357-7.625zM53.926 45.605l-16.368 4.386 16.408 4.397c-.56-2.314-.691-5.83-.04-8.783zM54.553 56.718L42.571 68.7l16.408-4.396c-1.642-1.724-3.513-4.704-4.426-7.586zM60.653 66.028l-4.386 16.368 12.012-12.012c-2.284-.671-5.394-2.316-7.626-4.356zM70.59 71.041l4.386 16.368 4.396-16.408c-2.313.56-5.828.691-8.782.04zM81.703 70.414l11.982 11.982-4.396-16.408c-1.723 1.642-4.703 3.513-7.586 4.426zM91.013 64.314l16.368 4.386L95.37 56.689c-.672 2.283-2.317 5.393-4.357 7.625zM96.027 54.377l16.368-4.386-16.408-4.397c.56 2.314.69 5.829.04 8.783zM95.399 43.264l11.982-11.982-16.408 4.396c1.643 1.723 3.513 4.703 4.426 7.586zM89.3 33.954l4.386-16.368-12.012 12.011c2.283.671 5.393 2.316 7.626 4.357z\"/>\n  </g>\n</svg>\n</li><li title=\"cif tz \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"   viewBox=\"0 0 301 201\">\n  <defs>\n    <path id=\"a\" d=\"M.5.5h300v200H.5z\"/>\n    <path id=\"c\" d=\"M.5.5h300v200H.5z\"/>\n  </defs>\n  <g fill=\"none\" fill-rule=\"evenodd\">\n    <path fill=\"#1EB53A\" fill-rule=\"nonzero\" d=\"M.5.5h300l-300 200\"/>\n    <path fill=\"#00A3DD\" fill-rule=\"nonzero\" d=\"M.5 200.5h300V.5\"/>\n    <mask id=\"b\" fill=\"#fff\">\n      <use xlink:href=\"#a\"/>\n    </mask>\n    <path stroke=\"currentColor\" stroke- d=\"M.5 200.5l300-200\" mask=\"url(#b)\"/>\n    <mask id=\"d\" fill=\"#fff\">\n      <use xlink:href=\"#c\"/>\n    </mask>\n    <path stroke=\"currentColor\" stroke- d=\"M.5 200.5l300-200\" mask=\"url(#d)\"/>\n  </g>\n</svg>\n</li><li title=\"cif ua \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 201\">\n  <g fill=\"none\">\n    <path fill=\"#005BBB\" d=\"M.5.5h300v200H.5z\"/>\n    <path fill=\"#FFD500\" d=\"M.5 100.5h300v100H.5z\"/>\n  </g>\n</svg>\n</li><li title=\"cif ug \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 201\">\n  <g fill=\"none\">\n    <path fill=\"#000\" d=\"M.5.5h300v200H.5z\"/>\n    <path fill=\"#FCDC04\" d=\"M.5 33.833h300v33.333H.5z\"/>\n    <path fill=\"#D90000\" d=\"M.5 67.166h300v33.333H.5z\"/>\n    <path fill=\"#FCDC04\" d=\"M.5 133.833h300v33.333H.5z\"/>\n    <path fill=\"#D90000\" d=\"M.5 167.166h300v33.333H.5z\"/>\n    <circle cx=\"150.5\" cy=\"100.5\" r=\"31.167\" fill=\"#FFF\"/>\n    <path fill=\"#D90000\" stroke=\"currentColor\" stroke- d=\"M145.007 76.63l-2.021-3.723c.78-.78 2.092-1.383 4.185-1.383 0 .142-.213 4.078-.213 4.078l-1.951 1.028z\"/>\n    <path fill=\"#FCDC04\" stroke=\"currentColor\" stroke- d=\"M146.957 75.637l.284-4.114s4.185-.248 6.454 2.482c.035-.036-2.234 3.191-2.234 3.191l-4.504-1.559z\"/>\n    <path fill=\"#D90000\" stroke=\"currentColor\" stroke- d=\"M151.532 77.162l2.057-3.191c1.383 1.454 1.95 2.482 2.163 4.043.035.036-3.262.815-3.262.78-.001-.036-.923-1.597-.958-1.632z\"/>\n    <path fill=\"#000\" stroke=\"currentColor\" stroke- d=\"M146.035 129.857s3.866-4.433 11.383-3.475c-1.135-1.844-4.787-1.632-4.787-1.632s-1.135-8.617-.248-9.043c.886-.425 4.646.035 4.646.035.496 0 1.347-1.348.674-2.199-.674-.851-2.66-4.114-1.844-4.752.816-.638 5.248.355 5.248.355l-12.518-16.029s-1.277-6.028 1.277-8.936c3.085-2.553 2.766-5.319 2.659-5.284-.426-2.801-4.681-4.823-7.553-2.234-1.702 2.057-.567 3.617-.567 3.617s-4.468 1.206-4.646 1.986c-.177.78 5.036-.142 5.036-.142l-.497 3.581s-10.142 9.22-2.376 17.199c.071-.035.248-.355.248-.355s2.73 3.369 5.603 4.114c2.695 2.766 2.447 2.341 2.447 2.341s.532 4.362.035 5.213c-.674-.213-7.553-.461-8.582-.071-.922.284-4.468.106-3.582 5.887a944.163 944.163 0 011.277-2.943s-.106 2.092.745 2.837c-.142-2.199.815-3.688.815-3.688s.177 2.411.709 2.766.532-3.901 3.475-3.546 5.071.248 5.071.248.993 8.333.674 9.114c-2.128-.496-7.199.213-7.518 1.49 2.979-.177 4.362.177 4.362.177s-2.41 2.128-1.666 3.369z\"/>\n    <path fill=\"#9CA69C\" stroke=\"currentColor\" stroke- d=\"M147.231 84.387s-7.38 8.134-4.196 14.358c.169-.868.095-1.413.202-1.378-.177-.106.915.749.832.582.023-.45-.333-1.414-.333-1.414l.999.25-.583-1.082 1.415.166s-.499-1.331-.333-1.331c.166 0 1.165.083 1.165.083-2.099-3.766-.119-6.894.832-10.234zM149.794 77.41s.39 2.801-1.135 3.617c-.248.177-1.206.497-1.064 1.064.177.78.603.638 1.206.496 1.596-.283 3.44-3.688.993-5.177z\"/>\n    <circle cx=\"146.5\" cy=\"79.833\" r=\"1\" fill=\"#FFF\"/>\n    <path fill=\"#D90000\" stroke=\"currentColor\" stroke- d=\"M144.688 82.162c-.39.319-2.447 2.447-.426 3.227 2.092-.568 1.525-.957 1.986-1.419.012-.957-1.04-1.205-1.56-1.808z\"/>\n    <path fill=\"#9CA69C\" stroke=\"currentColor\" stroke- d=\"M149.156 102.269c-.106.461-.567 2.163.071 3.475 1.773-.745 2.589-.532 3.192-.142-1.455-1.17-2.022-1.667-3.263-3.333z\"/>\n    <path fill=\"#FFF\" stroke=\"currentColor\" stroke- d=\"M152.205 110.318l.106 3.972s1.383.248 2.021 0c.64-.248-.035-2.766-2.127-3.972z\"/>\n    <path fill=\"#9CA69C\" stroke=\"currentColor\" stroke- d=\"M162.241 110.815s-2.553-6.17-9.078-7.731c-6.525-1.56-5.674-8.51-5.142-8.936.284-.603.497-1.525 2.376-.638 1.88.886 10.532 5.248 11.773 5.461 1.241.212.177 11.986.071 11.844z\"/>\n    <path fill=\"#D90000\" stroke=\"currentColor\" stroke- d=\"M156.035 103.049c-.106.071 8.723 5.213 6.064 9.646 2.518-1.667 1.702-4.575 1.702-4.575s2.057 5.355-2.943 7.979c.532.461.887.354.887.354l-.851.851s-.39.638 2.979-.993c-.922.745-.993 1.276-.993 1.276s.248.71 2.447-1.206c-1.773 1.915-2.163 2.908-2.163 2.873 4.787-.426 15.213-15.993-3.298-20.603.993 1.029.851.887.851.887l-4.682 3.511z\"/>\n    <path fill=\"#FFF\" stroke=\"currentColor\" stroke- d=\"M156.425 101.524c1.206.851 1.631 1.135 1.773 1.56-1.099-.248-2.092-.177-2.092-.177s-2.376-2.27-2.801-2.447c-.319 0-2.163-1.17-2.163-1.17-.922-.461-1.773-3.652 1.632-2.73 3.51 1.666 4.007 1.809 4.007 1.809l4.185 1.312 2.411 2.695s-4.291-2.128-4.823-2.163c1.17.957 1.844 2.27 1.844 2.27-1.36-.392-2.542-.746-3.973-.959z\"/>\n    <path fill=\"#000\" stroke=\"currentColor\" stroke- d=\"M139.723 82.481s4.114-.993 4.61-.851\"/>\n  </g>\n</svg>\n</li><li title=\"cif us \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 300 159\">\n  <g fill=\"none\">\n    <path fill=\"#FFF\" d=\"M0 .552h300v157.895H0z\"/>\n    <path fill=\"#B22234\" d=\"M0 .552h300v12.146H0zM0 24.844h300V36.99H0zM0 49.135h300v12.146H0zM0 73.427h300v12.146H0zM0 97.718h300v12.146H0zM0 122.01h300v12.146H0zM0 146.301h300v12.146H0z\"/>\n    <path fill=\"#3C3B6E\" d=\"M0 .552h120v85.02H0z\"/>\n    <path fill=\"#FFF\" d=\"M5.638 7.454l2.859 2.077-1.092 3.361 2.858-2.077 2.859 2.077-1.092-3.361 2.858-2.077h-3.533l-1.092-3.36-1.092 3.36zM25.533 7.454l2.858 2.077-1.092 3.361 2.859-2.077 2.859 2.077-1.092-3.361 2.858-2.077H31.25l-1.092-3.36-1.092 3.36zM45.428 7.454l2.858 2.077-1.092 3.361 2.859-2.077 2.858 2.077-1.092-3.361 2.859-2.077h-3.533l-1.092-3.36-1.092 3.36zM65.323 7.454l2.858 2.077-1.092 3.361 2.859-2.077 2.858 2.077-1.092-3.361 2.859-2.077h-3.534l-1.091-3.36-1.092 3.36zM85.217 7.454l2.859 2.077-1.092 3.361 2.858-2.077 2.859 2.077-1.092-3.361 2.858-2.077h-3.533l-1.092-3.36-1.092 3.36zM105.112 7.454l2.858 2.077-1.092 3.361 2.859-2.077 2.858 2.077-1.092-3.361 2.859-2.077h-3.533l-1.092-3.36-1.092 3.36zM15.585 15.981l2.859 2.077-1.092 3.36 2.859-2.077 2.858 2.077-1.092-3.36 2.859-2.077h-3.534l-1.091-3.361-1.092 3.361zM35.48 15.981l2.859 2.077-1.092 3.36 2.858-2.077 2.859 2.077-1.092-3.36 2.858-2.077h-3.533l-1.092-3.361-1.092 3.361zM55.375 15.981l2.859 2.077-1.092 3.36L60 19.341l2.859 2.077-1.092-3.36 2.858-2.077h-3.533L60 12.62l-1.092 3.361zM75.27 15.981l2.858 2.077-1.092 3.36 2.859-2.077 2.858 2.077-1.092-3.36 2.859-2.077h-3.533l-1.092-3.361-1.092 3.361zM95.164 15.981l2.859 2.077-1.092 3.36 2.858-2.077 2.859 2.077-1.092-3.36 2.858-2.077h-3.533l-1.092-3.361-1.091 3.361zM5.638 24.507l2.859 2.077-1.092 3.361 2.858-2.077 2.859 2.077-1.092-3.361 2.858-2.077h-3.533l-1.092-3.36-1.092 3.36zM25.533 24.507l2.858 2.077-1.092 3.361 2.859-2.077 2.859 2.077-1.092-3.361 2.858-2.077H31.25l-1.092-3.36-1.092 3.36zM45.428 24.507l2.858 2.077-1.092 3.361 2.859-2.077 2.858 2.077-1.092-3.361 2.859-2.077h-3.533l-1.092-3.36-1.092 3.36zM65.323 24.507l2.858 2.077-1.092 3.361 2.859-2.077 2.858 2.077-1.092-3.361 2.859-2.077h-3.534l-1.091-3.36-1.092 3.36zM85.217 24.507l2.859 2.077-1.092 3.361 2.858-2.077 2.859 2.077-1.092-3.361 2.858-2.077h-3.533l-1.092-3.36-1.092 3.36zM105.112 24.507l2.858 2.077-1.092 3.361 2.859-2.077 2.858 2.077-1.092-3.361 2.859-2.077h-3.533l-1.092-3.36-1.092 3.36zM15.831 33.062l2.858 2.077-1.091 3.36 2.858-2.077 2.859 2.077-1.092-3.361 2.858-2.076h-3.533l-1.092-3.361-1.092 3.361zM35.726 33.062l2.858 2.077-1.092 3.36 2.859-2.077 2.858 2.077-1.092-3.361 2.859-2.076h-3.533l-1.092-3.361-1.092 3.361zM55.621 33.062l2.858 2.077-1.092 3.36 2.859-2.077 2.858 2.077-1.092-3.361 2.859-2.076h-3.534l-1.091-3.361-1.092 3.361zM75.515 33.062l2.859 2.077-1.092 3.36 2.858-2.077 2.859 2.077-1.092-3.361 2.858-2.076h-3.533l-1.092-3.361-1.092 3.361zM95.41 33.062l2.858 2.077-1.092 3.36 2.859-2.077 2.858 2.077-1.092-3.361 2.859-2.076h-3.533l-1.092-3.361-1.092 3.361zM5.94 41.517l2.859 2.076-1.092 3.361 2.858-2.077 2.859 2.077-1.092-3.361 2.858-2.076h-3.533l-1.092-3.361-1.092 3.361zM25.835 41.517l2.858 2.076-1.092 3.361 2.859-2.077 2.858 2.077-1.091-3.361 2.858-2.076h-3.533l-1.092-3.361-1.092 3.361zM45.73 41.517l2.858 2.076-1.092 3.361 2.859-2.077 2.858 2.077-1.092-3.361 2.859-2.076h-3.533l-1.092-3.361-1.092 3.361zM65.624 41.517l2.859 2.076-1.092 3.361 2.858-2.077 2.859 2.077-1.092-3.361 2.859-2.076h-3.534l-1.092-3.361-1.091 3.361zM85.519 41.517l2.858 2.076-1.091 3.361 2.858-2.077 2.859 2.077-1.092-3.361 2.858-2.076h-3.533l-1.092-3.361-1.092 3.361zM105.414 41.517l2.858 2.076-1.092 3.361 2.859-2.077 2.858 2.077-1.092-3.361 2.859-2.076h-3.533l-1.092-3.361-1.092 3.361zM6.127 58.299l2.858 2.077-1.092 3.361 2.859-2.077 2.858 2.077-1.092-3.361 2.859-2.077h-3.533l-1.092-3.36-1.092 3.36zM26.021 58.299l2.859 2.077-1.092 3.361 2.858-2.077 2.859 2.077-1.092-3.361 2.858-2.077h-3.533l-1.092-3.36-1.092 3.36zM45.916 58.299l2.858 2.077-1.091 3.361 2.858-2.077 2.859 2.077-1.092-3.361 2.858-2.077h-3.533l-1.092-3.36-1.092 3.36zM65.811 58.299l2.858 2.077-1.092 3.361 2.859-2.077 2.858 2.077-1.091-3.361 2.858-2.077h-3.533l-1.092-3.36-1.092 3.36zM85.705 58.299l2.859 2.077-1.092 3.361 2.858-2.077 2.859 2.077-1.092-3.361 2.859-2.077h-3.534l-1.092-3.36-1.091 3.36zM105.6 58.299l2.858 2.077-1.091 3.361 2.858-2.077 2.859 2.077-1.092-3.361 2.858-2.077h-3.533l-1.092-3.36-1.092 3.36zM5.884 75.279l2.858 2.077-1.092 3.361 2.859-2.077 2.858 2.077-1.092-3.361 2.859-2.077H11.6l-1.091-3.36-1.092 3.36zM25.778 75.279l2.859 2.077-1.092 3.361 2.858-2.077 2.859 2.077-1.092-3.361 2.858-2.077h-3.533l-1.092-3.36-1.092 3.36zM45.673 75.279l2.858 2.077-1.091 3.361 2.858-2.077 2.859 2.077-1.092-3.361 2.858-2.077H51.39l-1.092-3.36-1.092 3.36zM65.568 75.279l2.858 2.077-1.092 3.361 2.859-2.077 2.858 2.077-1.091-3.361 2.858-2.077h-3.533l-1.092-3.36-1.092 3.36zM85.462 75.279l2.859 2.077-1.092 3.361 2.858-2.077 2.859 2.077-1.092-3.361 2.859-2.077h-3.534l-1.092-3.36-1.091 3.36zM105.357 75.279l2.858 2.077-1.091 3.361 2.858-2.077 2.859 2.077-1.092-3.361 2.858-2.077h-3.533l-1.092-3.36-1.092 3.36zM15.89 49.824l2.858 2.077-1.091 3.36 2.858-2.077 2.859 2.077-1.092-3.36 2.858-2.077h-3.533l-1.092-3.361-1.092 3.361zM35.785 49.824l2.858 2.077-1.092 3.36 2.859-2.077 2.858 2.077-1.091-3.36 2.858-2.077h-3.533l-1.092-3.361-1.092 3.361zM55.68 49.824l2.858 2.077-1.092 3.36 2.859-2.077 2.858 2.077-1.092-3.36 2.859-2.077h-3.533l-1.092-3.361-1.092 3.361zM75.574 49.824l2.859 2.077-1.092 3.36 2.858-2.077 2.859 2.077-1.092-3.36 2.858-2.077h-3.533l-1.092-3.361-1.092 3.361zM95.469 49.824l2.858 2.077-1.092 3.36 2.859-2.077 2.858 2.077-1.091-3.36 2.858-2.077h-3.533l-1.092-3.361-1.092 3.361zM15.831 66.777l2.859 2.077-1.092 3.361 2.858-2.077 2.859 2.077-1.092-3.361 2.858-2.077h-3.533l-1.092-3.36-1.092 3.36zM35.726 66.777l2.858 2.077-1.092 3.361 2.859-2.077 2.859 2.077-1.092-3.361 2.858-2.077h-3.533l-1.092-3.36-1.092 3.36zM55.621 66.777l2.858 2.077-1.092 3.361 2.859-2.077 2.858 2.077-1.092-3.361 2.859-2.077h-3.533l-1.092-3.36-1.092 3.36zM75.515 66.777l2.859 2.077-1.092 3.361 2.858-2.077 2.859 2.077-1.092-3.361 2.858-2.077h-3.533l-1.092-3.36-1.092 3.36zM95.41 66.777l2.858 2.077-1.092 3.361 2.859-2.077 2.858 2.077-1.091-3.361 2.858-2.077h-3.533l-1.092-3.36-1.092 3.36z\"/>\n  </g>\n</svg>\n</li><li title=\"cif uy \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 201\">\n  <g fill=\"none\" fill-rule=\"evenodd\">\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M.5.5h300v200H.5z\"/>\n    <path fill=\"#0038A8\" fill-rule=\"nonzero\" d=\"M111.611 22.722H300.5v22.222H111.611zM111.611 67.166H300.5v22.222H111.611zM.5 111.611h300v22.222H.5zM.5 156.055h300v22.222H.5z\"/>\n    <path fill=\"#FCD116\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"square\" stroke- d=\"M53.54 66.92l3.678 5.492C42.104 83.35 51.332 89.818 40.621 93.319c6.662-6.501-1.049-7.049 4.564-20.599\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M50.911 68.476c-8.339 13.744-2.87 21.301-10.29 24.842\"/>\n    <path fill=\"#FCD116\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M56.056 56.055h7.333l-7.333 40.333-7.333-40.333h7.333v40.333\"/>\n    <path fill=\"#FCD116\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"square\" stroke- d=\"M46.595 61.959l-1.283 6.484c-18.421-2.953-16.47 8.145-26.519 3.047 9.308.114 4.243-5.726 17.793-11.339\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M43.635 61.2C28.02 65.022 26.544 74.233 18.793 71.49\"/>\n    <path fill=\"#FCD116\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M56.056 56.055l5.186 5.186-33.705 23.334L50.872 50.87l5.184 5.185-28.52 28.52\"/>\n    <path fill=\"#FCD116\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"square\" stroke- d=\"M45.191 53.54l-5.492 3.678c-10.938-15.114-17.406-5.887-20.907-16.597 6.501 6.661 7.049-1.049 20.599 4.564\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M43.635 50.911c-13.744-8.339-21.301-2.87-24.842-10.29\"/>\n    <path fill=\"#FCD116\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M56.056 56.055v7.333l-40.333-7.333 40.333-7.333v7.333H15.723\"/>\n    <path fill=\"#FCD116\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"square\" stroke- d=\"M50.153 46.594l-6.485-1.283c2.953-18.421-8.145-16.47-3.047-26.519-.113 9.307 5.726 4.242 11.339 17.793\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M50.911 43.634c-3.822-15.615-13.033-17.091-10.29-24.842\"/>\n    <path fill=\"#FCD116\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M56.056 56.055l-5.185 5.186-23.335-33.705L61.241 50.87l-5.185 5.185-28.52-28.52\"/>\n    <path fill=\"#FCD116\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"square\" stroke- d=\"M58.572 45.191l-3.678-5.492c15.114-10.938 5.887-17.406 16.597-20.907-6.661 6.501 1.049 7.049-4.563 20.599\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M61.201 43.634c8.339-13.744 2.87-21.301 10.29-24.842\"/>\n    <path fill=\"#FCD116\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M56.056 56.055h-7.333l7.333-40.333 7.333 40.333h-7.333V15.722\"/>\n    <path fill=\"#FCD116\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"square\" stroke- d=\"M65.517 50.152l1.283-6.484c18.421 2.953 16.47-8.145 26.519-3.047-9.308-.114-4.243 5.726-17.793 11.339\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M68.477 50.911c15.615-3.822 17.091-13.033 24.842-10.29\"/>\n    <path fill=\"#FCD116\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M56.056 56.055l-5.185-5.186 33.705-23.334L61.241 61.24l-5.185-5.185 28.52-28.52\"/>\n    <path fill=\"#FCD116\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"square\" stroke- d=\"M66.92 58.571l5.492-3.678C83.35 70.007 89.818 60.78 93.319 71.49c-6.501-6.662-7.049 1.049-20.599-4.564\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M68.477 61.2c13.744 8.339 21.301 2.87 24.842 10.29\"/>\n    <path fill=\"#FCD116\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M56.056 56.055v-7.333l40.333 7.333-40.333 7.333v-7.333h40.333\"/>\n    <path fill=\"#FCD116\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"square\" stroke- d=\"M61.959 65.516l6.485 1.283c-2.953 18.421 8.145 16.47 3.047 26.519.114-9.307-5.726-4.243-11.339-17.793\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M61.201 68.476c3.822 15.615 13.033 17.091 10.29 24.842\"/>\n    <path fill=\"#FCD116\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M56.056 56.055l5.186-5.186 23.335 33.705L50.872 61.24l5.184-5.185 28.52 28.52\"/>\n    <circle cx=\"56.056\" cy=\"56.055\" r=\"13.444\" fill=\"#FCD116\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M65.956 50.677c-.855.978-1.344-.733-4.4-.733-3.055 0-3.544 1.833-4.033 1.466-.489-.367 2.567-2.567 3.545-2.689.977-.121 3.788.857 4.888 1.956m-3.545 1.101c.855.733.122 2.322-.733 2.322s-2.444-1.466-1.711-2.444\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M58.378 52.878c.122-1.467 1.344-1.711 3.3-1.711 1.955 0 2.811 1.467 3.544 1.833-.855 0-1.589-1.222-3.544-1.222-1.956 0-1.956 0-3.3 1.222m.367.244c.489-.733 1.1.733 2.444.733 1.344 0 2.078-.367 2.933-.978s-1.222 1.467-2.567 1.467c-1.344.001-3.177-.733-2.81-1.222\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M62.9 53.978c1.589-.855.611-2.078 0-2.322.244.244 1.222 1.466 0 2.322m-6.844 7.333c.733 0 .978-.245 1.956-.245s3.3 1.344 4.645.855c-2.811 1.1-1.711.367-6.6.367h-.611m7.698.734c-.489-.856-.367-.611-1.344-1.956.978.734 1.222 1.1 1.344 1.956m-7.088 1.222c3.056 0 2.567-.611 6.6-2.322-2.934.367-3.545 1.344-6.6 1.344h-.611m.611-3.544c.856 0 1.1-.611 2.078-.611.978 0 2.322.367 2.934.855.122.122-.367-.978-1.345-1.1-.978-.122-.611-1.711-1.711-1.956 0 .489.367.367.489 1.1 0 .611-1.1.611-1.344 0 .244.978-.489.978-1.1.978M46.156 50.677c.855.978 1.344-.733 4.4-.733s3.545 1.833 4.034 1.466c.489-.367-2.567-2.567-3.545-2.689-.978-.121-3.789.857-4.889 1.956m3.544 1.101c-.855.733-.122 2.322.733 2.322s2.444-1.466 1.711-2.444\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M53.734 52.878c-.122-1.467-1.345-1.711-3.3-1.711-1.956 0-2.811 1.467-3.545 1.833.856 0 1.589-1.222 3.545-1.222 1.955 0 1.955 0 3.3 1.222m-.367.244c-.489-.733-1.1.733-2.444.733-1.344 0-2.078-.367-2.933-.978-.856-.611 1.222 1.467 2.566 1.467 1.344.001 3.178-.733 2.811-1.222\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M49.211 53.978c-1.589-.855-.611-2.078 0-2.322-.244.244-1.222 1.466 0 2.322m6.845 7.333c-.733 0-.978-.245-1.955-.245-.978 0-3.3 1.344-4.645.855 2.811 1.1 1.711.367 6.6.367h.611m-7.7.734c.489-.856.367-.611 1.344-1.956-.977.734-1.222 1.1-1.344 1.956m7.089 1.222c-3.055 0-2.566-.611-6.6-2.322 2.933.367 3.545 1.344 6.6 1.344h.611m-.611-3.544c-.855 0-1.1-.611-2.078-.611-.978 0-2.322.367-2.933.855-.122.122.367-.978 1.344-1.1.978-.122.611-1.711 1.711-1.956 0 .489-.367.367-.489 1.1 0 .611 1.1.611 1.344 0-.244.978.489.978 1.1.978M56.056 65.344c-.611 0-2.2.367 0 .367s.611-.367 0-.367\"/>\n  </g>\n</svg>\n</li><li title=\"cif uz \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 151\">\n  <g fill=\"none\">\n    <path fill=\"#0099B5\" d=\"M.5.5h300v48H.5z\"/>\n    <path fill=\"#CE1126\" d=\"M.5 48.5h300v54H.5z\"/>\n    <path fill=\"#FFF\" d=\"M.5 51.5h300v48H.5z\"/>\n    <path fill=\"#1EB53A\" d=\"M.5 102.5h300v48H.5z\"/>\n    <circle cx=\"42.5\" cy=\"24.5\" r=\"18\" fill=\"#FFF\"/>\n    <circle cx=\"48.5\" cy=\"24.5\" r=\"18\" fill=\"#0099B5\"/>\n    <path fill=\"#FFF\" d=\"M78.596 8.988l2.116 1.537-.808 2.487 2.116-1.537 2.116 1.537-.809-2.487 2.117-1.537h-2.616L82.02 6.5l-.808 2.488zM92.996 8.988l2.116 1.537-.808 2.487 2.116-1.537 2.116 1.537-.809-2.487 2.117-1.537h-2.616L96.42 6.5l-.808 2.488zM107.396 8.988l2.116 1.537-.808 2.487 2.116-1.537 2.116 1.537-.809-2.487 2.117-1.537h-2.616L110.82 6.5l-.808 2.488zM78.852 23.383l2.116 1.537-.808 2.487 2.116-1.537 2.116 1.537-.808-2.487 2.116-1.537h-2.616l-.808-2.488-.808 2.488zM93.252 23.383l2.116 1.537-.808 2.487 2.116-1.537 2.116 1.537-.808-2.487 2.116-1.537h-2.616l-.808-2.488-.808 2.488zM107.652 23.383l2.116 1.537-.808 2.487 2.116-1.537 2.116 1.537-.808-2.487 2.116-1.537h-2.616l-.808-2.488-.808 2.488zM64.452 23.383l2.116 1.537-.808 2.487 2.116-1.537 2.116 1.537-.808-2.487 2.116-1.537h-2.616l-.808-2.488-.808 2.488zM78.676 37.788l2.116 1.537-.808 2.487 2.116-1.537 2.116 1.537-.808-2.487 2.116-1.537h-2.616L82.1 35.3l-.808 2.488zM93.076 37.788l2.116 1.537-.808 2.487 2.116-1.537 2.116 1.537-.808-2.487 2.116-1.537h-2.616L96.5 35.3l-.808 2.488zM107.476 37.788l2.116 1.537-.808 2.487 2.116-1.537 2.116 1.537-.808-2.487 2.116-1.537h-2.616L110.9 35.3l-.808 2.488zM64.276 37.788l2.116 1.537-.808 2.487 2.116-1.537 2.116 1.537-.808-2.487 2.116-1.537h-2.616L67.7 35.3l-.808 2.488zM49.876 37.788l2.116 1.537-.808 2.487 2.116-1.537 2.116 1.537-.808-2.487 2.116-1.537h-2.616L53.3 35.3l-.808 2.488z\"/>\n  </g>\n</svg>\n</li><li title=\"cif va \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 301\">\n  <defs>\n    <radialGradient id=\"g\" cx=\"49.983%\" cy=\"50.017%\" r=\"56.303%\" fx=\"49.983%\" fy=\"50.017%\" gradientTransform=\"matrix(1 0 0 .98543 0 .007)\">\n      <stop offset=\"0%\" stop-color=\"#FFF\"/>\n      <stop offset=\"100%\" stop-color=\"#C9C9C9\"/>\n    </radialGradient>\n    <radialGradient id=\"m\" cx=\"49.99%\" cy=\"50.05%\" r=\"54.122%\" fx=\"49.99%\" fy=\"50.05%\">\n      <stop offset=\"0%\" stop-color=\"#FFF\"/>\n      <stop offset=\"100%\" stop-color=\"#C9C9C9\"/>\n    </radialGradient>\n    <radialGradient id=\"c\" cx=\"49.982%\" cy=\"50.005%\" r=\"56.344%\" fx=\"49.982%\" fy=\"50.005%\" gradientTransform=\"matrix(1 0 0 .9848 0 .008)\">\n      <stop offset=\"0%\" stop-color=\"#FFF\"/>\n      <stop offset=\"100%\" stop-color=\"#C9C9C9\"/>\n    </radialGradient>\n    <radialGradient id=\"d\" cx=\"50.012%\" cy=\"49.979%\" r=\"56.329%\" fx=\"50.012%\" fy=\"49.979%\" gradientTransform=\"matrix(1 0 0 .9848 0 .008)\">\n      <stop offset=\"0%\" stop-color=\"#FFF\"/>\n      <stop offset=\"100%\" stop-color=\"#C9C9C9\"/>\n    </radialGradient>\n    <radialGradient id=\"e\" cx=\"49.964%\" cy=\"49.987%\" r=\"57.11%\" fx=\"49.964%\" fy=\"49.987%\" gradientTransform=\"matrix(1 0 0 .98482 0 .008)\">\n      <stop offset=\"0%\" stop-color=\"#FFF\"/>\n      <stop offset=\"100%\" stop-color=\"#C9C9C9\"/>\n    </radialGradient>\n    <radialGradient id=\"f\" cx=\"49.985%\" cy=\"50.019%\" r=\"56.333%\" fx=\"49.985%\" fy=\"50.019%\" gradientTransform=\"matrix(1 0 0 .98543 0 .007)\">\n      <stop offset=\"0%\" stop-color=\"#FFF\"/>\n      <stop offset=\"100%\" stop-color=\"#C9C9C9\"/>\n    </radialGradient>\n    <radialGradient id=\"b\" cx=\"49.96%\" cy=\"50.001%\" r=\"57.257%\" fx=\"49.96%\" fy=\"50.001%\" gradientTransform=\"matrix(1 0 0 .98445 0 .008)\">\n      <stop offset=\"0%\" stop-color=\"#FFF\"/>\n      <stop offset=\"100%\" stop-color=\"#C9C9C9\"/>\n    </radialGradient>\n    <radialGradient id=\"h\" cx=\"49.986%\" cy=\"50.032%\" r=\"57.274%\" fx=\"49.986%\" fy=\"50.032%\" gradientTransform=\"matrix(1 0 0 .98432 0 .008)\">\n      <stop offset=\"0%\" stop-color=\"#FFF\"/>\n      <stop offset=\"100%\" stop-color=\"#C9C9C9\"/>\n    </radialGradient>\n    <radialGradient id=\"i\" cx=\"49.995%\" cy=\"49.965%\" r=\"56.326%\" fx=\"49.995%\" fy=\"49.965%\" gradientTransform=\"matrix(1 0 0 .98477 0 .008)\">\n      <stop offset=\"0%\" stop-color=\"#FFF\"/>\n      <stop offset=\"100%\" stop-color=\"#C9C9C9\"/>\n    </radialGradient>\n    <radialGradient id=\"j\" cx=\"50.012%\" cy=\"50%\" r=\"56.325%\" fx=\"50.012%\" fy=\"50%\" gradientTransform=\"matrix(1 0 0 .98477 0 .008)\">\n      <stop offset=\"0%\" stop-color=\"#FFF\"/>\n      <stop offset=\"100%\" stop-color=\"#C9C9C9\"/>\n    </radialGradient>\n    <radialGradient id=\"k\" cx=\"49.96%\" cy=\"50.038%\" r=\"57.104%\" fx=\"49.96%\" fy=\"50.038%\" gradientTransform=\"matrix(1 0 0 .9847 0 .008)\">\n      <stop offset=\"0%\" stop-color=\"#FFF\"/>\n      <stop offset=\"100%\" stop-color=\"#C9C9C9\"/>\n    </radialGradient>\n    <radialGradient id=\"l\" cx=\"49.996%\" cy=\"50.005%\" r=\"55.314%\" fx=\"49.996%\" fy=\"50.005%\">\n      <stop offset=\"0%\" stop-color=\"#FFF\"/>\n      <stop offset=\"100%\" stop-color=\"#C9C9C9\"/>\n    </radialGradient>\n    <linearGradient id=\"a\" x1=\"96.926%\" x2=\"14.001%\" y1=\"101.452%\" y2=\"1.441%\">\n      <stop offset=\"0%\" stop-opacity=\".784\"/>\n      <stop offset=\"100%\" stop-opacity=\"0\"/>\n    </linearGradient>\n  </defs>\n  <g fill=\"none\" fill-rule=\"evenodd\">\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M.5.5h300v300H.5z\"/>\n    <path fill=\"#FFE000\" fill-rule=\"nonzero\" d=\"M.5.5h150v300H.5z\"/>\n    <path fill=\"#C80035\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M237.071 135.557c0 .978-5.146 1.77-11.495 1.77-6.349 0-11.495-.792-11.495-1.77 0-.977 5.146-1.77 11.495-1.77 6.348-.001 11.495.792 11.495 1.77z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M224.404 134.374l-4.67-4.54c-2.607 9.732-9.656 17.033-13.034 14.271l4.671 4.54c3.377 2.762 10.425-4.539 13.033-14.271z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M223.815 133.802c-2.608 9.732-9.654 17.031-13.031 14.269l.588.574c3.377 2.762 10.424-4.54 13.031-14.272l-.588-.571zM219.735 129.835c-2.607 9.732-9.658 17.031-13.035 14.269l.608.589c3.396 2.648 10.387-4.627 12.983-14.31v-.011l-.556-.537z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M220.529 134.95c-.285.718-.556 1.436-.898 2.153l-1.138-.943a16.191 16.191 0 01-1.061 1.961l1.345.455c-.646 1.032-1.317 2.064-2.252 3.096l1.535 1.144c.699-1.223 1.311-2.446 1.774-3.669l1.093.877c.393-.614.703-1.289 1.039-1.961l-1.3-.455 1.243-1.912-1.38-.746z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M226.475 134.374l4.67-4.54c2.607 9.732 9.656 17.033 13.034 14.271l-4.67 4.54c-3.378 2.762-10.427-4.539-13.034-14.271z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M231.144 129.835c2.608 9.732 9.658 17.031 13.035 14.269l-.608.589c-3.396 2.648-10.387-4.627-12.982-14.31v-.011l.555-.537z\"/>\n    <path fill=\"#BB0D0D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M226.639 207.295c-.396 0-1.884.015-2.34 1.793-.456 1.777.304 5.467.304 5.467s.698.758 2.036.758 2.036-.758 2.036-.758.76-3.69.304-5.467c-.456-1.777-1.944-1.793-2.34-1.793z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M226.639 215.315v-4.806M226.187 215.254c-.026-1.661-.234-3.189-.077-4.85M225.735 215.179c-.025-1.664-.374-3.288-.11-4.917M225.283 214.981c-.013-1.661-.527-3.322-.143-4.982M224.831 214.753c0-1.661-.632-3.432-.143-5.092M227.093 215.254c.025-1.661.234-3.189.077-4.85M227.545 215.179c.025-1.664.373-3.288.11-4.917M227.996 214.981c.014-1.661.527-3.322.143-4.982M228.448 214.753c.001-1.661.632-3.432.144-5.092\"/>\n    <path fill=\"#BB0D0D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M228.659 207.279a2.02 2.02 0 11-4.04 0 2.02 2.02 0 014.04 0z\"/>\n    <path fill=\"#BB0D0D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M225.426 158.669v47.327a1.2 1.2 0 102.4 0v-49.108l-2.4 1.781z\"/>\n    <path fill=\"#BB0D0D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M225.06 208.348c-.396 0-1.884.015-2.34 1.792-.455 1.777.304 5.468.304 5.468s.698.757 2.036.757 2.036-.757 2.036-.757.759-3.691.304-5.468c-.456-1.777-1.944-1.792-2.34-1.792z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M225.06 216.368v-4.806M224.608 216.307c-.026-1.661-.235-3.189-.077-4.85M224.156 216.231c-.025-1.664-.374-3.288-.11-4.916M223.704 216.033c-.014-1.661-.527-3.321-.143-4.982M223.252 215.806c0-1.661-.632-3.432-.143-5.093M225.513 216.307c.026-1.661.235-3.189.077-4.85M225.965 216.231c.025-1.664.373-3.288.11-4.916M226.417 216.033c.014-1.661.527-3.321.143-4.982M226.869 215.806c.001-1.661.632-3.432.144-5.093\"/>\n    <path fill=\"#BB0D0D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M227.08 208.332a2.02 2.02 0 11-4.04 0 2.02 2.02 0 014.04 0z\"/>\n    <path fill=\"#BB0D0D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M223.847 157.71v49.339a1.2 1.2 0 102.4 0v-51.12l-2.4 1.781z\"/>\n    <path fill=\"#BB0D0D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M226.607 156.899c0 7.093 2.118 16.381 5.389 23.213 1.636 3.416 3.57 6.212 5.531 7.823 1.962 1.611 3.751 2.087 5.779 1.233 1.435-.604 2.576-.88 3.634-.727 0 0-1.347 1.065-.21 2.445-.007-.044-.003-.071.007-.082-.005.011-.017.029-.142.011-.304-.044-1.139.053-2.358.566-2.873 1.209-5.831.381-8.231-1.59-2.401-1.971-4.443-5.032-6.173-8.644-3.459-7.224-5.625-16.688-5.625-24.248h2.399z\"/>\n    <path fill=\"#BB0D0D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M224.657 156.899c0 7.093-2.118 16.381-5.389 23.213-1.636 3.416-3.57 6.212-5.531 7.823-1.962 1.611-3.751 2.087-5.778 1.233-1.435-.604-2.576-.88-3.634-.727 0 0 1.347 1.065.21 2.445.007-.044.003-.071-.007-.082.005.011.017.029.142.011.304-.044 1.139.053 2.358.566 2.873 1.209 5.831.381 8.231-1.59 2.4-1.971 4.443-5.032 6.173-8.644 3.459-7.224 5.625-16.688 5.625-24.248h-2.4 0z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M184.278 114.38a2.01 2.01 0 104.019.001 2.01 2.01 0 00-4.019-.001h0z\"/>\n    <path fill=\"silver\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M187.916 114.715l2.128 2.157-1.419 1.438-2.128-2.157c-.708-.719.71-2.158 1.419-1.438z\"/>\n    <path fill=\"silver\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M190.754 116.151l2.126 2.16 19.406 19.676-2.839 2.876-19.403-19.676-2.13-2.156c.285-1.149 1.706-2.591 2.84-2.88zm22.691 23.014l12.765 12.945-2.835 2.876-12.765-12.945c.285-1.149 1.701-2.587 2.835-2.876z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M192.881 118.31l2.128 2.157c1.418 1.438 6.382 7.911 6.382 7.911s6.64 5.295 8.058 6.734l2.128 2.157c-1.418-1.438-10.186-7.453-10.186-7.453s5.222 8.172 7.349 10.33l-2.128-2.157c-1.419-1.438-6.64-8.172-6.64-8.172-.001.001-5.673-4.315-7.092-5.753l-2.837-2.877c1.418 1.438 9.927 7.192 9.927 7.192s-5.671-8.63-7.089-10.069z\"/>\n    <path fill=\"#BFBFBF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M196.582 141.773h0v-2.282l-1.466 1.141zM249.895 166.765c8.446 0 15.3 6.854 15.3 15.3 0 8.446-6.854 15.3-15.3 15.3-8.445 0-15.3-6.854-15.3-15.3 0-8.446 6.854-15.3 15.3-15.3zm1.86 4.11a.84.84 0 00-.84.84 1.016 1.016 0 11-2.033 0 .84.84 0 00-.998-.825 11.369 11.369 0 00-9.184 9.323c-.002.026-.004.052-.004.078l1.856-.215v2.071c0 .562-.455 1.016-1.016 1.016a.84.84 0 00-.836.918c.003.026.006.053.012.079a11.369 11.369 0 009.172 9.244.84.84 0 00.998-.825 1.017 1.017 0 112.033 0 .84.84 0 00.998.825 11.37 11.37 0 009.183-9.323c.002-.026.004-.052.004-.078a.841.841 0 00-.84-.84 1.015 1.015 0 01-1.016-1.016v-2.113l1.856.257a.968.968 0 00-.015-.157 11.37 11.37 0 00-9.172-9.244.83.83 0 00-.158-.015z\"/>\n    <path fill=\"#D72B2B\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M260.874 167.81a2.161 2.161 0 104.322 0 2.161 2.161 0 00-4.322 0h0z\"/>\n    <path fill=\"#BFBFBF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M221.246 145.637l-4.255 4.315c-.781 0-1.435-.663-1.419-1.438 0 0 0-1.438 1.419-2.876 1.418-1.438 2.837-1.439 2.837-1.439.659.09 1.213.719 1.418 1.438z\"/>\n    <path fill=\"#BFBFBF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M221.246 145.637l2.837 4.315-2.837 2.876-4.255-2.876c-.161-.14 0-1.438 1.418-2.876 1.419-1.439 2.773-1.404 2.837-1.439z\"/>\n    <path fill=\"#BFBFBF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M223.374 150.671c-1.16-1.176-2.837-2.876-4.964-3.595.71 2.157 2.386 3.858 3.546 5.034l1.418-1.439z\"/>\n    <path fill=\"#BFBFBF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M221.247 152.828l.709-.719-1.419-1.438c-1.418-1.438-3.546-.719-3.546-.719l4.256 2.876zM224.083 149.952l-.71.719-1.418-1.438c-1.419-1.438-.709-3.596-.709-3.596l2.837 4.315z\"/>\n    <path fill=\"#BFBFBF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M224.083 149.952c4.964 5.034 10.637 7.911 14.183 11.506 2.837 2.876.872 5.078.081 5.775-.791.697-2.942 2.887-5.755-.022-3.546-3.596-6.382-9.349-11.347-14.383.002-1.438 1.42-2.876 2.838-2.876z\"/>\n    <path fill=\"#BFBFBF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M241.541 165.254l-1.621-1.871-5.62 5.524 1.621 1.872z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M243.249 166.676l-1.784-2.053-6.185 6.06 1.784 2.053zM258.687 167.522a15.29 15.29 0 012.316 2.052 15.363 15.363 0 011.863 2.477l.802-.506a16.157 16.157 0 00-4.389-4.758l-.592.735h0z\"/>\n    <path fill=\"#BFBFBF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M191.965 121.236l-2.302 2.282 2.302 2.282-1.151 1.141-2.301-2.282-4.603 4.564 2.301 2.282-1.151 1.141-2.301-2.282-2.302 2.282 6.904 6.846 4.603-4.564-2.302-2.282-1.15 1.141-1.151-1.141 4.603-4.564 1.15 1.141-1.15 1.141 2.301 2.282 2.302-2.282-1.151-1.141 1.151-1.141 4.603 4.564-1.151 1.141-1.151-1.141-2.301 2.282 2.301 2.282 1.151-1.141 1.151 1.141-4.603 4.564-1.151-1.141 1.151-1.141-2.302-2.282-4.603 4.564 6.904 6.846 2.301-2.282-2.301-2.282 1.15-1.141 2.302 2.282 4.603-4.564-2.302-2.282 1.151-1.141 2.302 2.282 2.301-2.282z\"/>\n    <path fill=\"#BFBFBF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M198.869 146.337v2.282l-5.753 5.705v-4.564l1.15-1.141h2.302zM204.622 140.679l-4.571 4.533-.055 2.266 4.625-4.587v-2.212z\"/>\n    <path fill=\"#BFBFBF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M200.02 147.479l-2.302-2.282v-2.282l2.302 2.282zM205.773 141.773l-2.302-2.282v-2.282l2.302 2.282zM203.471 137.21v2.282l-1.151-1.141zM197.718 142.915v2.282l-1.15-1.141z\"/>\n    <path fill=\"#A5A5A5\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M208.097 137.21l-2.324 2.282v2.282l2.324-2.351z\"/>\n    <path fill=\"#BFBFBF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M194.266 134.928l-2.301-2.282v-2.282l2.301 2.282zM198.869 139.492l-2.301-2.282v-2.282l2.301 2.282zM200.02 133.787l-3.452-3.423v-2.282l4.603 4.564zM196.568 128.082v2.282l-1.151-1.141z\"/>\n    <path fill=\"#BFBFBF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M194.266 134.928l2.302-2.282v-2.282l-2.302 2.282zM188.514 133.786l3.452-3.422v-2.282l-4.603 4.564zM191.965 134.928l-4.603 4.564h-2.302l-1.15 1.141v4.564l8.054-8.01v-2.259zM196.568 148.62l-6.904-6.846h-2.301l6.904 6.846z\"/>\n    <path fill=\"#BFBFBF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M193.116 149.76l-6.904-6.846 1.151-1.141 6.904 6.846zM193.115 149.76v4.564l-6.904-6.846v-4.564zM187.363 139.492l-6.904-6.846h-2.301l6.904 6.846zM183.911 140.633l-6.904-6.846 1.15-1.141 6.904 6.846zM183.911 140.633v4.564l-6.904-6.845v-4.564zM185.061 132.646l-1.15-1.141v-2.282l2.301 2.282zM190.814 126.941l-1.151-1.141v-2.282l2.302 2.282zM198.869 139.492l2.302-2.282-1.151-1.141-1.151 1.141v2.282zM191.965 130.364l1.15-1.141-1.15-1.141z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M262.338 188.807l.858.405v2.115a16.097 16.097 0 01-4.725 4.422l-.574-.626-.026-2.16a15.432 15.432 0 004.467-4.156z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M258.47 193.586c.864-.53 1.562-1.027 2.332-1.748.77-.721 1.768-1.761 2.356-2.59\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M257.903 193.006l.574.563v2.104\"/>\n    <path fill=\"#D72B2B\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M260.289 193.922a2.161 2.161 0 104.322 0 2.161 2.161 0 00-4.322 0h0z\"/>\n    <path fill=\"#BFBFBF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M200.02 136.068v2.287l-1.151 1.136v-2.28z\" opacity=\".8\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M227.064 133.802c2.607 9.732 9.654 17.031 13.031 14.269l-.589.574c-3.377 2.762-10.423-4.54-13.031-14.272l.589-.571z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M230.35 134.95c.286.718.556 1.436.898 2.153l1.138-.943c.306.653.638 1.307 1.061 1.961l-1.345.455c.646 1.032 1.317 2.064 2.252 3.096l-1.535 1.144c-.699-1.223-1.311-2.446-1.774-3.669l-1.094.877c-.393-.614-.703-1.289-1.039-1.961l1.3-.455-1.243-1.912 1.381-.746z\"/>\n    <path fill=\"#BFBFBF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M249.895 164.605c8.446 0 15.3 6.854 15.3 15.3 0 8.446-6.854 15.3-15.3 15.3-8.445 0-15.3-6.854-15.3-15.3 0-8.446 6.854-15.3 15.3-15.3zm1.86 4.11a.84.84 0 00-.84.84 1.016 1.016 0 01-2.033 0 .84.84 0 00-.998-.825 11.367 11.367 0 00-9.184 9.323c-.002.026-.004.052-.004.079 0 .464.376.84.84.84a1.016 1.016 0 010 2.033.84.84 0 00-.836.919c.003.026.006.053.012.079a11.369 11.369 0 009.172 9.244.84.84 0 00.998-.825 1.016 1.016 0 012.033 0 .84.84 0 00.998.825 11.369 11.369 0 009.183-9.323c.002-.026.004-.052.004-.079a.84.84 0 00-.84-.84 1.016 1.016 0 110-2.033.84.84 0 00.84-.84c0-.027-.002-.053-.004-.079a11.369 11.369 0 00-9.183-9.323.83.83 0 00-.158-.015z\"/>\n    <path fill=\"#BFBFBF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M250.371 166.288c7.035.09 13.313 6.461 13.159 13.534.054 5.758-3.858 11.401-9.446 13.054-4.987 1.617-10.887.149-14.32-3.861-3.59-3.945-4.603-10.093-2.198-14.908 2.183-4.679 7.171-7.953 12.359-7.822.148-.001.297.001.446.003zm-2.261.736c-5.79.65-10.86 5.779-11.047 11.658.056.518.452.963.769 1.305-1.131 1.111-.918 2.909-.297 4.224 1.57 4.709 6.054 8.562 11.13 8.683.527-.012.898-.63 1.267-.735 1.129 1.11 2.908.859 4.216.239 4.7-1.609 8.536-6.149 8.568-11.234-.06-.489-.528-.854-.735-1.192 1.126-1.118.886-2.918.274-4.235-1.577-4.69-6.03-8.51-11.078-8.661-.53.046-.966.549-1.305.762a2.577 2.577 0 00-1.762-.814z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M227.629 156.424c2.837 4.315 5.674 7.191 6.383 7.91 1.346 1.368 2.837 1.438 2.837 1.438s0-1.438-1.419-2.876a51.66 51.66 0 00-7.801-6.472z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M237.447 188.807l-.859.405v2.115a16.137 16.137 0 004.725 4.422l.574-.626.026-2.16a15.441 15.441 0 01-4.466-4.156z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M241.315 193.586c-.865-.53-1.562-1.027-2.332-1.748-.77-.721-1.768-1.761-2.356-2.59\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M241.881 193.006l-.574.563v2.104\"/>\n    <path fill=\"#D72B2B\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M235.249 193.922a2.162 2.162 0 104.323-.001 2.162 2.162 0 00-4.323.001h0z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M212.027 137.729a1.53 1.53 0 011.417 1.436c-1.134.289-2.55 1.727-2.835 2.876-.781 0-1.434-.661-1.417-1.436.616-1.485 1.415-2.206 2.835-2.876zM191.763 117.179a1.535 1.535 0 011.421 1.436l-.004.004-.3-.308c-1.134.288-2.551 1.726-2.835 2.876l.3.303c-.781 0-1.434-.661-1.417-1.436.615-1.484 1.414-2.205 2.835-2.875h0z\"/>\n    <path fill=\"silver\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M266.721 114.5a2.01 2.01 0 11-4.019.001 2.01 2.01 0 014.019-.001h0z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M263.083 114.834l-2.128 2.157 1.419 1.438 2.128-2.157c.708-.718-.71-2.157-1.419-1.438z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M260.246 116.271l-2.126 2.16-19.406 19.676 2.839 2.876 19.403-19.676 2.13-2.156c-.286-1.15-1.706-2.591-2.84-2.88zm-22.691 23.014L224.79 152.23l2.835 2.876 12.765-12.945c-.285-1.149-1.701-2.587-2.835-2.876z\"/>\n    <path fill=\"silver\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M258.119 118.43l-2.128 2.157c-1.418 1.438-6.382 7.91-6.382 7.91s-6.64 5.296-8.058 6.734l-2.128 2.157c1.418-1.438 10.186-7.453 10.186-7.453s-5.222 8.172-7.349 10.33l2.128-2.157c1.419-1.438 6.64-8.172 6.64-8.172.001 0 5.674-4.315 7.092-5.753l2.837-2.877c-1.418 1.438-9.928 7.192-9.928 7.192s5.672-8.629 7.09-10.068z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M229.753 145.757l4.254 4.315c.781 0 1.435-.663 1.419-1.438 0 0 0-1.438-1.419-2.876-1.418-1.439-2.837-1.439-2.837-1.439-.658.09-1.211.719-1.417 1.438z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M229.753 145.757l-2.837 4.315 2.837 2.876 4.254-2.876c.161-.14 0-1.438-1.418-2.876-1.418-1.439-2.772-1.404-2.836-1.439z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M227.625 150.791c1.16-1.176 2.837-2.876 4.964-3.595-.71 2.157-2.386 3.857-3.546 5.034l-1.418-1.439z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M229.753 152.948l-.71-.719 1.419-1.438c1.418-1.438 3.546-.719 3.546-.719l-4.255 2.876zM226.916 150.072l.71.719 1.418-1.438c1.419-1.438.71-3.596.71-3.596l-2.838 4.315z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M226.916 150.072c-4.964 5.034-10.637 7.91-14.183 11.506-2.837 2.876-.873 5.078-.082 5.775.791.697 2.942 2.886 5.755-.022 3.545-3.595 6.383-9.349 11.347-14.382 0-1.439-1.419-2.877-2.837-2.877z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M209.458 165.374l1.621-1.871 5.62 5.524-1.621 1.872z\"/>\n    <path fill=\"silver\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M207.75 166.796l1.784-2.053 6.185 6.06-1.784 2.053z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M223.37 156.544c-2.837 4.315-5.673 7.191-6.383 7.91-1.346 1.368-2.836 1.438-2.836 1.438s0-1.438 1.419-2.877c.709-.718 3.545-3.594 7.8-6.471z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M254.417 141.893h0v-2.282l1.466 1.141zM201.105 166.885c-8.446 0-15.3 6.854-15.3 15.3 0 8.446 6.854 15.3 15.3 15.3 8.445 0 15.3-6.854 15.3-15.3 0-8.446-6.855-15.3-15.3-15.3zm-1.861 4.11a.84.84 0 01.84.84 1.016 1.016 0 102.033 0 .84.84 0 01.998-.825 11.367 11.367 0 019.184 9.322c.002.026.003.052.003.079l-1.856-.215v2.071c0 .561.455 1.016 1.016 1.016a.84.84 0 01.837.918c-.003.026-.006.053-.012.079a11.369 11.369 0 01-9.172 9.244.84.84 0 01-.998-.825 1.017 1.017 0 10-2.033 0 .84.84 0 01-.998.825 11.37 11.37 0 01-9.183-9.323c-.002-.026-.004-.052-.004-.078a.84.84 0 01.84-.84c.562 0 1.017-.455 1.017-1.016v-2.113l-1.856.257a.685.685 0 01.015-.157 11.369 11.369 0 019.172-9.244.812.812 0 01.157-.015z\"/>\n    <path fill=\"#D72B2B\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M190.125 167.929a2.16 2.16 0 11-4.32.001 2.16 2.16 0 014.32-.001h0z\"/>\n    <path fill=\"silver\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M261.363 115.138a1.536 1.536 0 00-1.417 1.437l.3-.304c1.134.289 2.554 1.73 2.839 2.88l-.3.304c.779-.002 1.43-.663 1.414-1.436-.616-1.486-1.416-2.21-2.836-2.881zM259.237 117.299a1.535 1.535 0 00-1.421 1.436l.003.004.3-.307c1.134.288 2.551 1.726 2.835 2.876l-.3.304c.781 0 1.434-.661 1.417-1.436-.615-1.487-1.414-2.207-2.834-2.877zM192.313 167.642a15.29 15.29 0 00-2.316 2.052 15.319 15.319 0 00-1.863 2.477l-.802-.506a16.216 16.216 0 014.389-4.758l.592.735z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M259.034 135.048l4.603 4.564h2.302l1.15 1.141v4.564l-8.054-8.01v-2.259zM257.884 149.88l6.903-6.846-1.151-1.141-6.903 6.846z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M257.884 149.88v4.564l6.903-6.846v-4.564zM263.637 139.612l6.904-6.846h2.301l-6.903 6.846zM265.938 132.766l1.15-1.141v-2.282l-2.301 2.282zM260.185 127.061l1.151-1.141v-2.282l-2.302 2.282z\"/>\n    <path fill=\"silver\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M188.662 188.927l-.858.405v2.115a16.097 16.097 0 004.725 4.422l.574-.626.026-2.16a15.393 15.393 0 01-4.467-4.156z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M192.529 193.706c-.864-.53-1.562-1.027-2.332-1.748-.77-.721-1.768-1.76-2.356-2.59\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M193.096 193.126l-.574.563v2.104\"/>\n    <path fill=\"#D72B2B\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M190.71 194.041a2.16 2.16 0 11-4.32.001 2.16 2.16 0 014.32-.001h0z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M201.105 164.725c-8.446 0-15.3 6.854-15.3 15.3 0 8.445 6.854 15.3 15.3 15.3 8.445 0 15.3-6.855 15.3-15.3 0-8.446-6.855-15.3-15.3-15.3zm-1.861 4.11a.84.84 0 01.84.84 1.016 1.016 0 002.033 0 .84.84 0 01.998-.825 11.367 11.367 0 019.184 9.323.84.84 0 01-.837.919 1.016 1.016 0 000 2.033.84.84 0 01.837.919c-.003.026-.006.053-.012.078a11.367 11.367 0 01-9.172 9.244.84.84 0 01-.998-.825 1.016 1.016 0 00-2.033 0 .84.84 0 01-.998.825 11.369 11.369 0 01-9.183-9.322c-.002-.026-.004-.052-.004-.079a.84.84 0 01.84-.84 1.017 1.017 0 100-2.033.84.84 0 01-.825-.998 11.37 11.37 0 019.172-9.244.83.83 0 01.158-.015z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M200.628 166.409c-7.035.09-13.313 6.461-13.159 13.534-.054 5.758 3.858 11.401 9.447 13.053 4.987 1.617 10.887.149 14.32-3.861 3.59-3.945 4.603-10.093 2.198-14.908-2.183-4.68-7.17-7.953-12.359-7.822-.149-.001-.298 0-.447.004zm2.261.735c5.79.65 10.86 5.779 11.047 11.658-.056.518-.451.963-.769 1.305 1.131 1.112.918 2.909.297 4.225-1.57 4.709-6.054 8.562-11.13 8.683-.527-.012-.898-.63-1.267-.735-1.129 1.11-2.908.859-4.216.239-4.7-1.61-8.537-6.149-8.568-11.234.06-.489.528-.854.735-1.192-1.126-1.118-.887-2.918-.274-4.235 1.577-4.69 6.03-8.51 11.078-8.661.53.046.966.549 1.305.761a2.577 2.577 0 011.762-.814z\"/>\n    <path fill=\"silver\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M213.552 188.927l.859.405v2.115a16.137 16.137 0 01-4.725 4.422l-.574-.626-.026-2.16a15.402 15.402 0 004.466-4.156z\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M209.685 193.706c.865-.53 1.562-1.027 2.332-1.748.77-.721 1.768-1.76 2.356-2.59\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M209.118 193.126l.574.563v2.104\"/>\n    <path fill=\"#D72B2B\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M215.75 194.041a2.161 2.161 0 11-4.322 0 2.161 2.161 0 014.322 0h0z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M256.733 135.048l2.301-2.282v-2.282l-2.301 2.282zM254.432 128.202v2.282l1.151-1.141zM256.733 135.048l-2.302-2.282v-2.282l2.302 2.282zM262.486 133.907l-3.452-3.423v-2.282l4.603 4.564zM254.432 148.74l6.904-6.846h2.301l-6.903 6.846z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M259.034 130.484l-1.15-1.141 1.15-1.141z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M259.034 121.356l2.302 2.282-2.302 2.282 1.151 1.141 2.301-2.282 4.603 4.564-2.301 2.282 1.151 1.141 2.301-2.282 2.302 2.282-6.904 6.846-4.603-4.564 2.302-2.282 1.15 1.141 1.151-1.141-4.603-4.564-1.15 1.141 1.15 1.141-2.301 2.282-2.302-2.282 1.151-1.141-1.151-1.141-4.603 4.564 1.151 1.141 1.151-1.141 2.301 2.282-2.301 2.282-1.151-1.141-1.151 1.141 4.603 4.564 1.151-1.141-1.151-1.141 2.302-2.282 4.603 4.564-6.904 6.846-2.301-2.282 2.301-2.282-1.15-1.141-2.302 2.282-4.603-4.564 2.302-2.282-1.151-1.141-2.301 2.282-2.302-2.282z\"/>\n    <path fill=\"url(#a)\" fill-rule=\"nonzero\" d=\"M238.972 137.849a1.53 1.53 0 00-1.417 1.436c1.134.289 2.55 1.727 2.835 2.876.781 0 1.434-.661 1.417-1.436-.616-1.486-1.415-2.206-2.835-2.876z\" opacity=\".8\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M267.088 140.753l6.904-6.846-1.151-1.141-6.903 6.846z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M267.088 140.753v4.564l6.904-6.846v-4.564z\"/>\n    <path fill=\"silver\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M238.972 137.849a1.53 1.53 0 00-1.417 1.436c1.134.289 2.55 1.727 2.835 2.876.781 0 1.434-.661 1.417-1.436-.616-1.486-1.415-2.206-2.835-2.876z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M252.131 146.457v2.282l5.753 5.705v-4.564l-1.151-1.141h-2.302zM246.377 140.8l4.571 4.533.054 2.266-4.625-4.586z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M250.98 147.599l2.302-2.282v-2.282l-2.302 2.282zM245.226 141.893l2.302-2.282v-2.282l-2.301 2.282zM247.528 137.33v2.282l1.151-1.141z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M253.281 143.034v2.282l1.15-1.141z\"/>\n    <path fill=\"#D8A002\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M242.903 137.33l2.324 2.282v2.282l-2.324-2.351z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M252.131 139.612l2.301-2.282v-2.282l-2.301 2.282zM250.98 133.907l3.452-3.422v-2.282l-4.603 4.564z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M252.131 139.612l-2.302-2.282 1.151-1.141 1.151 1.141v2.282z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M250.98 136.188v2.287l1.151 1.136v-2.28z\" opacity=\".8\"/>\n    <path fill=\"#BB0D0D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M224.311 151.992c-1.424.042-2.813.223-3.972.694a1.201 1.201 0 00.904 2.224c.902-.367 2.714-.559 4.436-.518 1.722.042 3.442.296 4.121.506a1.202 1.202 0 001.567-1.412 1.2 1.2 0 00-.858-.878c-1.136-.352-2.874-.57-4.77-.615a27.192 27.192 0 00-1.428-.001z\"/>\n    <path fill=\"#BB0D0D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M225.545 148.328a1.199 1.199 0 00-1.08 1.602c.197.579.449 2.602.476 4.549.027 1.947-.162 4.015-.397 4.755a1.2 1.2 0 102.288.728c.448-1.406.538-3.434.51-5.513-.029-2.078-.166-4.01-.604-5.291a1.202 1.202 0 00-1.193-.83h0z\"/>\n    <path fill=\"#BB0D0D\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M204.932 188.4c-.206 0-.41.013-.608.042-1.058.153-2.003 1.074-2.16 2.07-.158.996.137 1.959.634 2.992.497 1.034 1.242 2.133 2.205 3.259 3.854 4.503 11.323 9.476 20.629 9.476 9.306 0 16.774-4.973 20.628-9.476.963-1.126 1.708-2.225 2.205-3.259.497-1.033.792-1.996.634-2.992-.158-.996-1.102-1.917-2.16-2.07a4.021 4.021 0 00-.604-.041c-.891.004-1.864.278-3.03.769-.042.018-.083.032-.124.049a11.33 11.33 0 003.056 1.598c.153-.013.275-.01.356 0 .062.007.128.03.135.071.029.178-.05.794-.428 1.579-.377.784-1.008 1.738-1.863 2.737-3.421 3.996-10.345 8.636-18.806 8.636-8.462 0-15.386-4.64-18.806-8.636-.855-1-1.486-1.953-1.864-2.737-.377-.785-.454-1.4-.428-1.579.008-.055.079-.063.135-.071.089-.013.231-.011.408.007a11.293 11.293 0 002.936-1.631l-.056-.022c-1.164-.492-2.134-.766-3.024-.77z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M225.5 92.298c-8.757 6.436-13.571 12.278-13.571 28.931 0 5.184 1.689 9.291 2.317 12.9 3.31-.805 6.288-1.609 11.254-1.608 4.965-.001 7.944.804 11.254 1.608.629-3.609 2.317-7.716 2.317-12.9 0-16.653-4.814-22.495-13.571-28.931z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M224.477 84.618l.24 2.273-1.824-.24v2.23l1.824-.24-.24 4.022h2.046l-.24-4.022 1.825.24v-2.23l-1.825.24.24-2.273z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke- d=\"M212.045 107.393c3.425-1.12 7.66-1.758 12.964-1.772 5.297.014 10.68.639 14.098 1.76l-.487 2.573c-3.094-1.057-8.125-1.854-13.027-1.86-4.896.006-10.774.83-13.228 1.83-.027.218-.32-2.531-.32-2.531z\"/>\n    <path stroke=\"currentColor\" stroke-linejoin=\"round\" stroke- d=\"M238.612 109.755l-1.574-1.625 1.92-.554\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M237.395 105.937l-.911-1.538s-.859.974-1.942.809c-1.076-.163-1.371-1.975-1.371-1.975s-1.425 1.68-2.415 1.604c-.99-.089-1.475-.837-1.475-.837s-.806.776-1.757.7c-.95-.087-2.234-1.992-2.234-1.992s-.843 1.949-1.793 2.036c-.95.077-2.108-1.38-2.108-1.38s-.429 1.238-1.637 1.44c-1.207.208-1.969-1.44-1.969-1.44s-.584 1.828-1.403 2.118c-.818.29-1.901-.8-1.901-.8l-1.151 1.336.647.738c2.96-.864 6.969-1.401 11.503-1.406 4.541.005 8.658.541 11.624 1.412l.303-.827h-.01v.002z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M210.235 104.285c.622 1.247 1.519 2.429 2.916 2.139 1.397-.289 1.451-1.486 1.451-1.486s.861 1.134 1.828.901c.978-.237 1.283-1.91 1.283-1.91s1.059 1.441 2.198 1.32c1.131-.121 1.554-1.365 1.554-1.365s.565 1.187 1.872 1.135c1.36-.053 2.057-1.787 2.057-1.787s.956 1.777 2.166 1.775c1.208-.001 1.68-1.019 1.68-1.019s.37 1.154 1.572 1.228c1.197.074 2.276-1.449 2.276-1.449s.5 1.766 1.489 1.962c1.041.206 1.888-.84 1.888-.84s.378 1.363 1.411 1.523c.997.155 2.04-.961 2.738-2.33-1.083.605-1.811 1.817-2.589 1.57-.729-.232-1.441-1.792-1.441-1.792s-1.065 1.219-1.921.927c-.841-.287-1.288-3.301-1.288-3.301s-1.258 3.159-2.433 2.837c-1.163-.318-1.729-1.821-1.729-1.821s-.457 1.649-1.697 1.708c-1.294.062-2.129-3.608-2.129-3.608s-1.064 3.649-2.075 3.626c-1.011-.023-1.966-1.69-1.966-1.69s-.319 1.775-1.465 1.724c-1.149-.051-2.74-2.695-2.74-2.695s.101 3.134-.803 3.41c-.855.261-2.382-1.319-2.382-1.319s.434 1.766-.659 2.06c-1.075.289-1.731-.882-3.062-1.433h0z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke- d=\"M225.545 105.908c-5.161.005-9.802.647-13.127 1.678-.226.076-.502-.103-.572-.312-.07-.222.09-.495.309-.571 3.344-1.068 8.1-1.743 13.39-1.748 5.283.005 10.058.68 13.403 1.748.219.076.379.35.308.571-.064.209-.346.388-.565.312-3.331-1.032-7.992-1.673-13.146-1.678z\"/>\n    <path fill=\"#CE1126\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke- d=\"M212.249 109.1l-.582-.518.394-.532 1.078.23zM238.689 109.102l.662-.399-.427-.612-1.045.218z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M228.542 100.736s-1.896-.016-2.133-.287a.708.708 0 01.06-1.021c.232-.209.78-.44 1.137-.375s.811.156.843.542c.028.326-1.082.559-1.082.559s1.414-.261 1.632.014c.242.305.396.756.077 1.157-.236.296-1.761-.095-1.761-.095s1.321.246 1.136.857c-.102.339-.791.482-1.285.4-.494-.081-.935-.368-1.035-.846-.101-.484.14-.864.518-.905.485-.051 1.893 0 1.893 0h0zM222.25 100.787s1.895.058 2.143-.203a.71.71 0 00-.021-1.024c-.224-.217-.763-.47-1.122-.419-.359.051-.816.124-.864.509-.039.325 1.059.601 1.059.601s-1.403-.316-1.631-.05c-.253.295-.424.741-.121 1.153.224.305 1.763-.026 1.763-.026s-1.329.193-1.168.812c.09.343.772.513 1.269.451.496-.062.949-.332 1.066-.805.119-.479-.107-.868-.483-.924-.481-.071-1.89-.075-1.89-.075z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M225.402 97.061s-.057 1.924.2 2.176a.685.685 0 001.008-.021c.214-.227.463-.775.413-1.14-.05-.364-.122-.829-.501-.876-.32-.04-.592 1.075-.592 1.075s.311-1.424.049-1.656c-.291-.257-.729-.43-1.135-.122-.301.227.025 1.79.025 1.79s-.19-1.349-.799-1.185c-.338.091-.504.784-.444 1.288s.326.963.792 1.082c.472.121.855-.108.91-.49.071-.491.074-1.921.074-1.921z\"/>\n    <path fill=\"#CE1126\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M226.229 100.727c-.016.817-.391 1.472-.838 1.464-.447-.009-.797-.679-.781-1.495.015-.817.39-1.472.837-1.464.448.008.798.677.782 1.495z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M236.509 101.966s-1.854-.4-2.034-.714c-.21-.367-.086-.8.26-.989.268-.158.851-.272 1.188-.137.337.135.764.318.72.702-.037.325-1.17.329-1.17.329s1.437.031 1.596.344c.177.348.238.822-.152 1.15-.289.242-1.706-.45-1.706-.45s1.245.508.944 1.07c-.167.311-.87.312-1.338.132-.468-.18-.844-.551-.848-1.039-.004-.495.307-.818.685-.781.486.047 1.855.383 1.855.383zM230.334 100.74s1.845.441 2.139.236a.71.71 0 00.181-1.007c-.177-.258-.655-.615-1.017-.638-.362-.023-.824-.044-.946.323-.103.311.919.804.919.804s-1.312-.595-1.588-.38c-.306.238-.561.64-.345 1.105.159.344 1.733.333 1.733.333s-1.34-.08-1.304.558c.02.354.656.659 1.154.699.499.04.995-.132 1.203-.572.211-.446.066-.872-.292-1.003-.457-.169-1.837-.458-1.837-.458z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M234.156 97.727s-.435 1.873-.232 2.173c.237.349.676.419.991.183.255-.179.606-.665.629-1.032.022-.367.043-.837-.318-.96-.305-.104-.792.934-.792.934s.585-1.333.374-1.612c-.234-.311-.63-.57-1.089-.351-.339.162-.328 1.76-.328 1.76s.079-1.361-.55-1.324c-.349.021-.649.666-.688 1.172-.039.507.131 1.011.564 1.222.439.214.86.067.988-.296.166-.468.451-1.869.451-1.869h0z\"/>\n    <path fill=\"#058E6E\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M234.245 101.488c-.176.797-.673 1.363-1.109 1.264-.436-.099-.647-.826-.471-1.624.176-.797.672-1.364 1.109-1.265.436.1.647.827.471 1.625z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M214.223 101.915s1.863-.356 2.05-.666a.708.708 0 00-.237-.995c-.264-.163-.844-.292-1.184-.165-.34.128-.771.299-.736.684.03.326 1.162.357 1.162.357s-1.437-.003-1.604.306c-.185.344-.257.816.126 1.153.283.249 1.716-.41 1.716-.41s-1.257.479-.969 1.047c.16.315.863.332 1.335.164s.857-.53.871-1.018c.015-.495-.288-.825-.667-.797-.486.036-1.863.34-1.863.34zM220.425 100.836s-1.855.397-2.145.185a.71.71 0 01-.158-1.011c.182-.254.669-.599 1.031-.613.363-.015.825-.024.938.345.096.313-.938.782-.938.782s1.325-.563 1.596-.342c.301.245.546.653.32 1.113-.168.34-1.74.291-1.74.291s1.341-.048 1.29.589c-.029.354-.671.643-1.171.672-.5.028-.991-.156-1.19-.601-.2-.451-.046-.874.315-.996.466-.158 1.852-.414 1.852-.414h0z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M216.674 97.733s.391 1.883.182 2.177c-.245.344-.686.404-.996.161-.251-.186-.591-.68-.605-1.048-.014-.368-.023-.838.34-.953.308-.097.77.953.77.953s-.554-1.347-.337-1.621c.241-.305.643-.554 1.096-.325.335.17.286 1.767.286 1.767s-.047-1.362.581-1.31c.348.029.633.681.661 1.188.028.507-.154 1.007-.591 1.208-.444.204-.861.047-.981-.319-.153-.47-.406-1.878-.406-1.878z\"/>\n    <path fill=\"#058E6E\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M216.499 101.49c.158.802.64 1.379 1.079 1.291.438-.089.666-.811.509-1.613-.158-.802-.64-1.379-1.079-1.29-.439.089-.667.811-.509 1.612z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M238.066 102.612s1.591 1.045 1.937.952a.702.702 0 00.503-.886c-.081-.304-.413-.803-.746-.948-.333-.145-.762-.322-.998-.019-.199.257.6 1.071.6 1.071s-1.039-1.007-1.37-.9c-.367.12-.74.411-.691.923.036.379 1.522.904 1.522.904s-1.236-.532-1.413.081c-.098.34.4.844.857 1.052.456.208.981.215 1.322-.128.346-.348.352-.799.058-1.045-.377-.314-1.581-1.057-1.581-1.057z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M243.038 100.772c.04-.583-.15-.927-.604-.624-.386.257-.853 1.7-.853 1.7s.524-1.255-.08-1.434c-.336-.1-.831.405-1.036.869-.205.464-.212.996.127 1.343.343.352.906.238 1.219.02.997-.693 1.195-1.421 1.227-1.874z\"/>\n    <path fill=\"#CE1126\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M241.502 104.651c-.429.691-1.085 1.055-1.462.813-.378-.243-.336-.999.093-1.69.429-.691 1.085-1.055 1.462-.812.378.241.336.998-.093 1.689z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M212.632 102.586s-1.591 1.045-1.937.952a.704.704 0 01-.504-.887c.081-.304.414-.803.747-.948.333-.145.762-.322.997-.019.2.257-.6 1.071-.6 1.071s1.039-1.007 1.37-.899c.367.12.74.411.691.923-.036.379-1.522.904-1.522.904s1.236-.533 1.413.081c.098.34-.4.844-.856 1.052-.456.208-.981.215-1.323-.128-.346-.348-.351-.799-.057-1.044.377-.315 1.581-1.058 1.581-1.058z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M207.661 100.745c-.04-.583.15-.927.604-.624.386.258.852 1.7.852 1.7s-.524-1.255.08-1.434c.335-.1.831.406 1.036.87.205.464.212.996-.126 1.342-.343.352-.906.238-1.219.02-.998-.693-1.196-1.42-1.227-1.874z\"/>\n    <path fill=\"#CE1126\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M209.197 104.625c.43.691 1.085 1.055 1.463.812.378-.242.336-.999-.094-1.69-.429-.691-1.085-1.055-1.462-.813-.379.243-.337 1 .093 1.691z\"/>\n    <path fill=\"url(#b)\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M237.204 103.813a.542.542 0 01-.538.546.542.542 0 01-.538-.546c0-.302.241-.547.538-.547.296 0 .538.245.538.547z\"/>\n    <path fill=\"url(#c)\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M229.885 102.442a.62.62 0 01-.616.625.62.62 0 01-.615-.625.62.62 0 01.615-.625c.34 0 .616.28.616.625z\"/>\n    <path fill=\"url(#d)\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M222.06 102.52a.62.62 0 01-.616.625.62.62 0 01-.615-.625.62.62 0 01.615-.625.62.62 0 01.616.625z\"/>\n    <path fill=\"url(#e)\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M214.554 103.755c0 .309-.247.56-.552.56a.555.555 0 01-.551-.56c0-.309.247-.56.551-.56.305 0 .552.25.552.56z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke- d=\"M225.439 108.813c-4.975.005-9.449.647-12.654 1.678-.218.076-.484-.103-.552-.312-.068-.221.086-.496.298-.571 3.224-1.069 7.808-1.743 12.908-1.748 5.093.005 9.696.679 12.92 1.748.211.076.366.35.298.571-.062.209-.334.387-.545.312-3.212-1.031-7.705-1.673-12.673-1.678z\"/>\n    <path fill=\"#CE1126\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke- d=\"M225.428 107.33l.944-.402-.867-.524-1.009.462z\"/>\n    <path fill=\"#058E6E\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke- d=\"M217.285 107.122l1.771-.218a.326.326 0 01.363.281l.008.062a.32.32 0 01-.279.36l-1.771.218a.326.326 0 01-.363-.281l-.008-.062a.32.32 0 01.279-.36z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M217.021 106.843l2.213-.285c.312-.04.591.139.623.399l.051.413c.033.26-.194.504-.506.544l-2.212.284c-.312.04-.591-.139-.623-.399l-.052-.413c-.032-.259.194-.503.506-.543z\"/>\n    <path fill=\"#058E6E\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke- d=\"M233.321 107.092l-1.761-.226a.322.322 0 00-.361.28l-.011.09a.325.325 0 00.281.362l1.761.226a.322.322 0 00.361-.279l.011-.09a.326.326 0 00-.281-.363z\"/>\n    <path stroke=\"currentColor\" stroke-linejoin=\"round\" stroke- d=\"M233.632 106.806l-2.25-.289c-.301-.039-.572.141-.605.401l-.052.413c-.032.26.186.503.487.542l2.249.289c.302.039.572-.141.605-.401l.052-.413c.033-.26-.185-.503-.486-.542z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M225.43 107.841l1.924-.904-1.792-1.003-2.026.893zM212.351 109.681l1.695-1.602-1.967-.519\"/>\n    <path stroke=\"currentColor\" stroke-linejoin=\"round\" stroke- d=\"M228.831 106.874a.27.27 0 01-.267-.271.269.269 0 01.267-.272h.001a.269.269 0 01.268.271.27.27 0 01-.267.272h-.002zM228.831 107.648a.27.27 0 01-.267-.271.269.269 0 01.267-.272h.001a.27.27 0 01.268.271.27.27 0 01-.267.272h-.002zM221.76 106.912a.27.27 0 01-.268-.271.27.27 0 01.267-.272h.001c.148 0 .267.121.267.271a.27.27 0 01-.267.272h0zM221.76 107.686a.269.269 0 01-.268-.271.27.27 0 01.267-.272h.001c.148 0 .267.121.267.271a.27.27 0 01-.267.272h0zM235.704 107.788a.271.271 0 01-.221-.311.268.268 0 01.306-.225h.001a.272.272 0 01-.085.536h-.001zM235.582 108.552a.27.27 0 01-.221-.311.268.268 0 01.306-.225h.001a.27.27 0 01.221.311.267.267 0 01-.307.225c.001 0 0 0 0 0zM215.296 107.79a.27.27 0 00.221-.311.268.268 0 00-.306-.225h-.001a.272.272 0 00.086.536h0zM215.419 108.555a.271.271 0 00-.085-.536h-.001a.272.272 0 00-.222.311.268.268 0 00.306.225h.002z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke- d=\"M213.753 133.031c3.008-.984 6.728-1.545 11.388-1.557 4.653.012 9.381.561 12.384 1.546l-.428 2.26c-2.718-.929-7.137-1.629-11.443-1.634-4.3.005-9.464.729-11.619 1.607-.024.192-.282-2.222-.282-2.222z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M236.021 131.751l-.8-1.351s-.755.856-1.706.711c-.945-.143-1.205-1.734-1.205-1.734s-1.251 1.475-2.121 1.409c-.87-.077-1.296-.735-1.296-.735s-.708.681-1.543.615c-.834-.076-1.962-1.75-1.962-1.75s-.74 1.712-1.575 1.788c-.834.068-1.851-1.212-1.851-1.212s-.377 1.088-1.438 1.264c-1.061.183-1.73-1.264-1.73-1.264s-.513 1.606-1.233 1.86c-.718.255-1.669-.702-1.669-.702l-1.011 1.174.568.649c2.6-.759 6.121-1.23 10.104-1.235 3.988.004 7.605.475 10.211 1.24l.266-.727h-.009z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M212.163 130.3c.547 1.095 1.335 2.133 2.562 1.878 1.228-.254 1.275-1.305 1.275-1.305s.756.997 1.605.791c.859-.207 1.126-1.678 1.126-1.678s.931 1.266 1.931 1.159c.994-.106 1.365-1.199 1.365-1.199s.497 1.042 1.644.997c1.195-.047 1.808-1.57 1.808-1.57s.839 1.562 1.902 1.56c1.062-.002 1.475-.896 1.475-.896s.325 1.014 1.38 1.079c1.052.064 2-1.273 2-1.273s.439 1.551 1.308 1.723c.915.182 1.658-.738 1.658-.738s.332 1.197 1.239 1.338c.876.135 1.792-.844 2.405-2.047-.951.531-1.591 1.596-2.275 1.379-.64-.203-1.266-1.574-1.266-1.574s-.936 1.07-1.688.814c-.739-.253-1.131-2.9-1.131-2.9s-1.105 2.774-2.137 2.492c-1.022-.279-1.519-1.599-1.519-1.599s-.401 1.448-1.491 1.501c-1.136.054-1.87-3.17-1.87-3.17s-.935 3.206-1.822 3.186c-.888-.02-1.728-1.485-1.728-1.485s-.28 1.559-1.287 1.515c-1.009-.045-2.406-2.368-2.406-2.368s.089 2.753-.706 2.995c-.751.23-2.092-1.158-2.092-1.158s.38 1.552-.579 1.809c-.94.256-1.517-.772-2.686-1.256z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke- d=\"M225.611 131.725c-4.533.005-8.609.568-11.53 1.474-.199.067-.441-.09-.503-.274-.062-.195.078-.435.271-.502 2.938-.939 7.115-1.531 11.762-1.536 4.641.005 8.835.597 11.773 1.536.192.066.333.307.271.502-.056.183-.304.34-.496.274-2.926-.906-7.02-1.469-11.548-1.474z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M228.244 127.183s-1.665-.015-1.874-.253a.622.622 0 01.053-.897c.204-.183.685-.387.998-.329.314.057.713.137.741.476.024.286-.95.491-.95.491s1.242-.229 1.433.012c.213.268.347.664.068 1.017-.207.26-1.547-.084-1.547-.084s1.16.216.998.753c-.09.298-.695.423-1.129.352-.434-.071-.821-.323-.909-.743-.088-.425.122-.758.455-.794.427-.047 1.663-.001 1.663-.001zM222.717 127.227s1.664.051 1.882-.178a.623.623 0 00-.018-.899c-.196-.191-.67-.413-.986-.369-.315.045-.717.11-.758.447-.035.285.93.529.93.529s-1.232-.278-1.433-.045c-.223.26-.372.651-.106 1.013.197.268 1.549-.022 1.549-.022s-1.167.17-1.025.713c.079.301.678.451 1.114.396.437-.055.834-.291.937-.707.104-.421-.094-.763-.424-.811-.424-.064-1.662-.067-1.662-.067z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M225.486 123.954s-.05 1.69.176 1.911a.6.6 0 00.885-.018c.189-.2.407-.68.363-1.001-.044-.321-.107-.728-.439-.77-.281-.036-.52.945-.52.945s.274-1.251.044-1.454c-.255-.226-.641-.378-.998-.108-.264.2.022 1.572.022 1.572s-.168-1.185-.702-1.041c-.297.08-.444.689-.39 1.132.053.443.286.846.696.951.415.106.751-.095.799-.431.061-.432.064-1.688.064-1.688z\"/>\n    <path fill=\"#CE1126\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M226.212 127.174c-.013.718-.343 1.294-.735 1.286-.393-.008-.7-.596-.687-1.314.013-.718.343-1.294.736-1.286.393.008.7.596.686 1.314z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M235.243 128.263s-1.628-.352-1.786-.627a.622.622 0 01.228-.869c.236-.138.747-.239 1.044-.12.296.12.671.279.632.616-.033.285-1.028.289-1.028.289s1.262.027 1.402.302c.155.305.209.722-.134 1.01-.254.213-1.499-.396-1.499-.396s1.094.447.83.94c-.147.274-.764.274-1.175.116-.411-.158-.742-.484-.745-.912-.003-.435.27-.719.602-.686.426.042 1.629.337 1.629.337zM229.818 127.185s1.621.388 1.879.207a.622.622 0 00.159-.884c-.155-.227-.575-.54-.894-.561-.318-.02-.724-.038-.831.284-.09.272.808.707.808.707s-1.153-.522-1.395-.334c-.269.209-.493.562-.303.971.141.302 1.522.292 1.522.292s-1.177-.07-1.145.491c.018.311.576.578 1.014.614.438.036.874-.116 1.057-.502.185-.392.058-.766-.256-.881-.403-.149-1.615-.404-1.615-.404z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M233.175 124.54s-.381 1.645-.203 1.908a.602.602 0 00.871.162c.224-.158.532-.584.552-.907.02-.323.038-.735-.279-.844-.268-.091-.696.82-.696.82s.514-1.171.329-1.416c-.206-.274-.554-.5-.957-.308-.298.142-.287 1.545-.287 1.545s.069-1.195-.483-1.163c-.306.018-.57.585-.605 1.03-.035.445.115.887.495 1.073.386.188.755.059.868-.26.145-.41.395-1.64.395-1.64z\"/>\n    <path fill=\"#058E6E\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M233.253 127.843c-.155.7-.591 1.198-.974 1.11-.383-.087-.568-.725-.414-1.426.154-.701.591-1.198.974-1.111.383.087.568.726.414 1.427z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M215.666 128.218s1.636-.313 1.8-.585a.623.623 0 00-.207-.874c-.233-.144-.742-.257-1.041-.145-.299.113-.677.263-.646.601.026.286 1.021.313 1.021.313s-1.262-.002-1.409.269c-.162.302-.226.717.11 1.013.249.219 1.508-.359 1.508-.359s-1.104.42-.851.919c.14.277.757.292 1.172.144.415-.148.752-.466.765-.895.013-.434-.253-.724-.585-.7-.427.033-1.637.299-1.637.299zM221.114 127.27s-1.629.349-1.883.162a.623.623 0 01-.139-.888c.161-.224.588-.527.906-.54.318-.012.725-.021.824.304.084.275-.824.687-.824.687s1.164-.494 1.402-.301c.264.216.48.574.281.978-.147.299-1.528.256-1.528.256s1.178-.042 1.134.517c-.025.31-.589.565-1.028.59-.439.025-.871-.137-1.045-.528-.176-.396-.04-.768.276-.875.407-.137 1.624-.362 1.624-.362z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M217.819 124.545s.344 1.654.159 1.912a.602.602 0 01-.874.141c-.22-.163-.519-.597-.531-.92-.012-.323-.021-.736.299-.837.27-.086.676.837.676.837s-.487-1.182-.296-1.424c.212-.268.565-.487.963-.285.294.149.251 1.552.251 1.552s-.042-1.197.51-1.151c.305.025.556.598.581 1.044.024.445-.135.884-.52 1.061-.39.179-.756.042-.862-.28-.134-.414-.356-1.65-.356-1.65z\"/>\n    <path fill=\"#058E6E\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M217.665 127.845c.138.704.563 1.212.948 1.134.385-.078.585-.712.446-1.416-.138-.704-.563-1.212-.948-1.134-.384.078-.585.712-.446 1.416z\"/>\n    <path fill=\"url(#f)\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M229.424 128.681a.546.546 0 01-.541.549.545.545 0 01-.541-.549c0-.303.242-.549.541-.549.298 0 .541.246.541.549z\"/>\n    <path fill=\"url(#g)\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M222.551 128.749a.545.545 0 01-.541.549.545.545 0 01-.541-.549c0-.303.242-.549.541-.549.298 0 .541.246.541.549z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke- d=\"M225.518 134.278c-4.37.005-8.3.568-11.115 1.474-.191.067-.425-.09-.485-.274-.06-.195.076-.435.261-.502 2.832-.939 6.859-1.53 11.339-1.535 4.474.005 8.517.596 11.349 1.535.186.067.321.307.261.502-.054.183-.294.34-.479.274-2.82-.906-6.767-1.47-11.131-1.474z\"/>\n    <path fill=\"#CE1126\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke- d=\"M225.508 132.975l.83-.353-.762-.46-.887.406z\"/>\n    <path fill=\"#058E6E\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke- d=\"M218.356 132.792l1.556-.192a.286.286 0 01.319.247l.007.054a.28.28 0 01-.245.316l-1.556.192a.286.286 0 01-.319-.247l-.007-.055a.28.28 0 01.245-.315z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M218.124 132.547l1.943-.25c.274-.035.519.122.548.351l.045.362c.028.229-.171.443-.445.478l-1.943.25c-.274.035-.519-.122-.548-.351l-.045-.363c-.028-.228.171-.442.445-.477z\"/>\n    <path fill=\"#058E6E\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke- d=\"M232.442 132.766l-1.547-.199a.282.282 0 00-.317.246l-.01.078a.285.285 0 00.247.318l1.547.199c.155.02.298-.09.317-.246l.01-.079a.286.286 0 00-.247-.317z\"/>\n    <path stroke=\"currentColor\" stroke-linejoin=\"round\" stroke- d=\"M232.715 132.514l-1.976-.254c-.265-.034-.503.124-.531.353l-.045.363c-.029.229.163.442.428.476l1.976.254c.265.034.503-.124.531-.353l.045-.362c.028-.229-.163-.443-.428-.477z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M225.51 133.423l1.69-.794-1.574-.881-1.779.784z\"/>\n    <path stroke=\"currentColor\" stroke-linejoin=\"round\" stroke- d=\"M228.499 132.574a.237.237 0 01-.236-.238c0-.131.105-.238.234-.238h.001a.237.237 0 01.235.238.236.236 0 01-.234.238h0zM228.499 133.254a.238.238 0 01-.236-.238c0-.132.105-.238.234-.239h.001c.129 0 .234.107.235.238a.236.236 0 01-.234.239h0zM222.286 132.608a.238.238 0 01-.236-.238c0-.132.105-.239.234-.239h.001c.129 0 .234.107.235.238a.237.237 0 01-.234.239h0zM222.286 133.287a.237.237 0 01-.236-.238c0-.131.105-.238.234-.238h.001a.237.237 0 01.235.238.235.235 0 01-.234.238h0zM216.609 133.379a.24.24 0 00.195-.273.234.234 0 00-.269-.197h-.001a.239.239 0 00-.195.273c.021.13.141.218.27.197h0zM216.716 134.05a.237.237 0 00.194-.273.234.234 0 00-.269-.197h-.001a.24.24 0 00-.195.273c.02.13.141.219.269.197h.002z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke- d=\"M211.466 121.176c3.597-1.177 8.045-1.847 13.616-1.862 5.563.015 11.217.672 14.806 1.848l-.512 2.702c-3.249-1.11-8.532-1.948-13.681-1.954-5.141.006-11.315.871-13.892 1.922-.028.231-.337-2.656-.337-2.656z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M238.09 119.647l-.956-1.615s-.902 1.022-2.039.85c-1.13-.171-1.44-2.074-1.44-2.074s-1.496 1.764-2.536 1.685c-1.04-.093-1.55-.878-1.55-.878s-.847.814-1.845.735c-.998-.091-2.346-2.092-2.346-2.092s-.885 2.047-1.883 2.138c-.998.081-2.214-1.448-2.214-1.448s-.451 1.3-1.72 1.512c-1.268.218-2.068-1.512-2.068-1.512s-.613 1.919-1.474 2.224c-.859.305-1.996-.84-1.996-.84l-1.209 1.403.68.775c3.108-.907 7.318-1.471 12.08-1.476 4.769.005 9.093.569 12.208 1.482l.318-.868h-.01v-.001z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M209.567 117.911c.653 1.31 1.595 2.551 3.063 2.247 1.467-.304 1.524-1.561 1.524-1.561s.904 1.191 1.92.946c1.027-.248 1.346-2.006 1.346-2.006s1.113 1.514 2.309 1.386c1.188-.127 1.632-1.434 1.632-1.434s.594 1.246 1.966 1.192c1.428-.056 2.161-1.877 2.161-1.877s1.004 1.866 2.274 1.865c1.269-.002 1.764-1.071 1.764-1.071s.389 1.211 1.651 1.289c1.257.077 2.391-1.522 2.391-1.522s.526 1.855 1.564 2.061c1.093.217 1.982-.882 1.982-.882s.397 1.431 1.482 1.6c1.047.162 2.142-1.01 2.876-2.446-1.137.635-1.902 1.908-2.719 1.648-.766-.244-1.514-1.882-1.514-1.882s-1.118 1.28-2.017.973c-.884-.301-1.352-3.466-1.352-3.466s-1.321 3.317-2.555 2.979c-1.221-.334-1.815-1.912-1.815-1.912s-.48 1.732-1.782 1.794c-1.359.065-2.236-3.789-2.236-3.789s-1.118 3.833-2.179 3.809c-1.061-.024-2.065-1.775-2.065-1.775s-.335 1.864-1.538 1.811c-1.207-.054-2.877-2.831-2.877-2.831s.106 3.291-.844 3.581c-.898.274-2.502-1.385-2.502-1.385s.455 1.855-.692 2.163c-1.132.304-1.821-.926-3.218-1.505z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke- d=\"M225.645 119.616c-5.421.005-10.294.679-13.786 1.762-.237.079-.527-.108-.601-.328-.074-.233.094-.52.324-.6 3.512-1.122 8.507-1.83 14.063-1.836 5.548.006 10.563.714 14.075 1.836.23.08.398.367.324.6-.067.22-.364.407-.594.328-3.497-1.083-8.392-1.757-13.805-1.762z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M228.793 114.185s-1.991-.017-2.241-.302a.745.745 0 01.063-1.073c.244-.219.819-.462 1.194-.394.375.069.851.164.885.569.029.343-1.136.588-1.136.588s1.485-.274 1.713.014c.254.321.415.795.081 1.215-.247.311-1.849-.1-1.849-.1s1.386.258 1.192.9c-.108.356-.831.506-1.349.421-.519-.086-.983-.387-1.087-.888-.105-.509.146-.907.544-.95.511-.055 1.99 0 1.99 0h0zM222.185 114.237s1.989.062 2.25-.213a.745.745 0 00-.022-1.075c-.236-.228-.802-.493-1.178-.44-.377.053-.857.131-.907.534-.042.341 1.113.632 1.113.632s-1.473-.332-1.713-.053c-.266.311-.445.778-.127 1.211.236.32 1.852-.027 1.852-.027s-1.395.203-1.226.853c.094.36.811.538 1.332.473.522-.065.997-.348 1.12-.845.125-.504-.112-.912-.507-.97-.508-.076-1.987-.08-1.987-.08z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M225.495 110.324s-.06 2.02.21 2.285c.316.309.782.288 1.058-.022.225-.238.486-.813.434-1.196-.053-.383-.129-.871-.526-.921-.336-.042-.622 1.13-.622 1.13s.327-1.496.052-1.739c-.305-.27-.766-.452-1.193-.129-.315.239.027 1.88.027 1.88s-.2-1.417-.84-1.245c-.354.096-.53.823-.466 1.353s.343 1.012.832 1.137c.496.127.898-.114.956-.514.074-.517.078-2.019.078-2.019z\"/>\n    <path fill=\"#CE1126\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M226.363 114.175c-.016.858-.41 1.546-.879 1.537-.47-.009-.837-.713-.821-1.57.016-.858.41-1.547.88-1.537.469.008.837.711.82 1.57z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M237.16 115.476s-1.947-.42-2.136-.75c-.221-.385-.09-.84.272-1.038.282-.165.894-.287 1.248-.144s.802.333.756.737c-.039.342-1.228.345-1.228.345s1.508.033 1.676.362c.186.366.25.863-.16 1.207-.304.255-1.792-.472-1.792-.472s1.308.534.992 1.123c-.176.328-.913.328-1.405.139s-.887-.578-.89-1.091c-.004-.52.322-.859.72-.82.509.049 1.947.402 1.947.402zM230.674 114.188s1.938.463 2.247.247a.745.745 0 00.19-1.058c-.186-.272-.688-.646-1.068-.67-.38-.024-.866-.046-.994.339-.108.326.966.844.966.844s-1.378-.624-1.668-.399c-.322.25-.589.672-.363 1.161.167.362 1.819.349 1.819.349s-1.407-.084-1.369.587c.022.372.689.692 1.213.734.524.042 1.045-.139 1.263-.601.222-.468.07-.916-.306-1.053-.481-.176-1.93-.48-1.93-.48h0z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M234.688 111.025s-.456 1.968-.244 2.281c.249.367.71.441 1.042.193.267-.188.636-.698.66-1.085.023-.386.045-.879-.334-1.008-.32-.11-.831.98-.831.98s.615-1.399.393-1.693c-.246-.326-.662-.598-1.144-.368-.356.17-.343 1.847-.343 1.847s.083-1.429-.578-1.39c-.366.021-.681.699-.723 1.231-.042.532.137 1.061.592 1.283.461.225.902.071 1.038-.31.172-.49.472-1.961.472-1.961z\"/>\n    <path fill=\"#058E6E\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M234.782 114.974c-.185.837-.707 1.432-1.165 1.328-.458-.104-.68-.868-.495-1.706.185-.837.706-1.432 1.165-1.328.458.104.679.868.495 1.706z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M213.755 115.422s1.956-.374 2.153-.698a.744.744 0 00-.248-1.045c-.278-.172-.887-.308-1.244-.173s-.81.315-.772.719c.031.342 1.22.374 1.22.374s-1.509-.003-1.684.322c-.195.361-.271.857.132 1.211.298.261 1.802-.43 1.802-.43s-1.32.503-1.017 1.1c.168.331.906.349 1.402.172.496-.178.9-.557.915-1.069.016-.52-.302-.867-.7-.837-.513.036-1.959.354-1.959.354zM220.268 114.289s-1.948.417-2.252.193a.744.744 0 01-.166-1.061c.192-.267.703-.63 1.083-.645.381-.015.867-.025.986.363.1.329-.985.822-.985.822s1.392-.591 1.676-.359c.316.257.574.685.336 1.169-.176.357-1.827.306-1.827.306s1.409-.05 1.355.619c-.03.372-.704.676-1.229.705-.524.03-1.041-.163-1.249-.63-.211-.473-.049-.918.33-1.046.486-.167 1.942-.436 1.942-.436z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M216.329 111.031s.411 1.978.191 2.286c-.257.361-.72.424-1.045.168-.263-.195-.62-.714-.635-1.1-.015-.387-.025-.88.357-1 .323-.102.809 1 .809 1s-.582-1.414-.354-1.703c.254-.32.676-.582 1.151-.341.352.179.301 1.856.301 1.856s-.05-1.431.609-1.376c.366.03.665.715.694 1.248.029.533-.161 1.058-.621 1.269-.466.214-.904.049-1.03-.335-.162-.494-.427-1.972-.427-1.972z\"/>\n    <path fill=\"#058E6E\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M216.144 114.977c.166.841.673 1.448 1.134 1.355.461-.093.7-.851.534-1.693-.166-.842-.673-1.448-1.134-1.355-.46.093-.699.851-.534 1.693z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M238.795 116.154s1.672 1.097 2.034 1a.74.74 0 00.529-.931c-.085-.319-.434-.844-.785-.996-.35-.152-.8-.339-1.048-.019-.209.27.63 1.125.63 1.125s-1.092-1.058-1.438-.945c-.386.125-.778.432-.726.97.038.398 1.598.949 1.598.949s-1.297-.559-1.483.086c-.103.358.42.887.899 1.105.48.219 1.03.226 1.389-.135.364-.366.369-.839.061-1.097-.396-.331-1.66-1.112-1.66-1.112z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M244.016 114.222c.042-.613-.158-.974-.635-.656-.405.27-.895 1.785-.895 1.785s.551-1.318-.084-1.506c-.352-.105-.873.426-1.088.913-.215.487-.222 1.046.133 1.41.36.37.951.25 1.28.021 1.047-.727 1.256-1.491 1.289-1.967z\"/>\n    <path fill=\"#CE1126\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M242.403 118.295c-.451.726-1.139 1.108-1.536.854-.397-.255-.353-1.049.098-1.775.451-.726 1.139-1.108 1.536-.853.397.254.353 1.048-.098 1.774z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M212.084 116.127s-1.672 1.097-2.034 1a.74.74 0 01-.529-.931c.085-.319.434-.844.785-.996.35-.152.8-.339 1.048-.019.21.27-.63 1.125-.63 1.125s1.092-1.058 1.439-.945c.386.125.777.432.725.97-.038.398-1.598.95-1.598.95s1.297-.56 1.484.085c.103.358-.42.887-.899 1.105-.479.219-1.03.226-1.389-.135-.364-.366-.369-.839-.06-1.097.394-.332 1.658-1.112 1.658-1.112z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M206.863 114.194c-.042-.613.158-.974.635-.656.405.271.895 1.785.895 1.785s-.551-1.317.084-1.506c.352-.105.873.426 1.088.913.215.487.222 1.046-.133 1.41-.36.369-.951.25-1.28.021-1.048-.727-1.256-1.491-1.289-1.967z\"/>\n    <path fill=\"#CE1126\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M208.476 118.268c.451.726 1.139 1.108 1.536.854.397-.255.353-1.049-.098-1.775-.452-.726-1.139-1.108-1.536-.853-.397.253-.353 1.048.098 1.774z\"/>\n    <path fill=\"url(#h)\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M237.889 117.415a.57.57 0 01-.565.574.57.57 0 01-.565-.574.57.57 0 01.565-.574.57.57 0 01.565.574z\"/>\n    <path fill=\"url(#i)\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M230.203 115.976a.652.652 0 01-.647.657.651.651 0 01-.646-.657.65.65 0 01.646-.656.65.65 0 01.647.656z\"/>\n    <path fill=\"url(#j)\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M221.985 116.057a.651.651 0 01-.646.657.652.652 0 01-.647-.657c0-.362.29-.656.647-.656.357 0 .646.294.646.656z\"/>\n    <path fill=\"url(#k)\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M214.102 117.354c0 .325-.26.588-.579.588a.584.584 0 01-.579-.588c0-.325.26-.588.579-.588.319 0 .579.263.579.588z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke- d=\"M225.533 122.667c-5.225.006-9.923.68-13.289 1.762-.229.08-.508-.108-.58-.327-.071-.233.091-.521.312-.6 3.386-1.123 8.201-1.831 13.556-1.836 5.349.005 10.184.713 13.569 1.836.222.079.384.367.312.6-.064.219-.351.407-.572.327-3.37-1.083-8.09-1.757-13.308-1.762z\"/>\n    <path fill=\"#CE1126\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke- d=\"M225.522 121.11l.992-.422-.911-.55-1.06.486z\"/>\n    <path fill=\"#058E6E\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke- d=\"M216.971 120.891l1.86-.229a.343.343 0 01.381.295l.009.066a.337.337 0 01-.294.378l-1.86.229a.343.343 0 01-.381-.295l-.009-.066a.337.337 0 01.294-.378z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M216.692 120.598l2.324-.298c.327-.042.62.145.654.419l.054.434c.034.274-.204.53-.531.571l-2.323.299c-.328.042-.621-.145-.654-.419l-.054-.434c-.034-.274.203-.53.53-.572z\"/>\n    <path fill=\"#058E6E\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke- d=\"M233.812 120.859l-1.849-.237a.338.338 0 00-.379.294l-.012.094a.342.342 0 00.295.381l1.85.237a.336.336 0 00.378-.294l.012-.094a.343.343 0 00-.295-.381z\"/>\n    <path stroke=\"currentColor\" stroke-linejoin=\"round\" stroke- d=\"M234.138 120.559l-2.363-.303c-.317-.04-.601.148-.635.422l-.054.434c-.034.273.195.528.512.569l2.362.304c.316.04.601-.148.635-.422l.054-.434c.034-.274-.194-.529-.511-.57z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M225.524 121.645l2.02-.949-1.882-1.054-2.127.938z\"/>\n    <path stroke=\"currentColor\" stroke-linejoin=\"round\" stroke- d=\"M229.097 120.63a.282.282 0 01-.281-.284.281.281 0 01.28-.285h.001a.282.282 0 01.281.284.282.282 0 01-.281.285h0zM229.097 121.444a.283.283 0 01-.281-.285.282.282 0 01.28-.285h.001c.155 0 .281.127.281.285a.284.284 0 01-.281.285h0zM221.669 120.67a.283.283 0 01-.281-.285c0-.157.125-.285.28-.285h.001c.155 0 .281.127.282.285a.284.284 0 01-.282.285h0zM221.669 121.483a.282.282 0 01-.281-.284c0-.158.125-.285.28-.285h.001a.283.283 0 01.282.284.284.284 0 01-.282.285h0zM234.535 133.377a.239.239 0 01-.195-.273.234.234 0 01.269-.197h.001a.24.24 0 01.195.273.234.234 0 01-.269.197h-.001zM234.428 134.048a.24.24 0 01-.195-.273.234.234 0 01.269-.197h.001a.239.239 0 01.195.273.235.235 0 01-.27.197h0z\"/>\n    <path fill=\"#CE1126\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke- d=\"M213.933 134.529l-.512-.455.346-.468.946.202z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M214.269 128.807s-1.398.918-1.702.836a.618.618 0 01-.442-.779c.071-.267.363-.706.656-.833.293-.128.669-.284.877-.016.175.226-.527.941-.527.941s.913-.885 1.204-.79c.323.105.65.361.607.811-.032.333-1.337.794-1.337.794s1.085-.467 1.24.072c.086.299-.351.742-.752.925-.401.183-.862.189-1.162-.113-.304-.306-.308-.702-.05-.917.33-.278 1.388-.931 1.388-.931z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M209.902 127.191c-.036-.513.132-.814.53-.548.339.226.749 1.494.749 1.494s-.461-1.102.07-1.26c.294-.088.73.356.91.763.18.407.186.875-.111 1.179-.301.309-.796.209-1.071.017-.875-.608-1.049-1.247-1.077-1.645z\"/>\n    <path fill=\"#CE1126\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M211.251 130.598c.377.607.953.926 1.285.714.332-.212.295-.878-.082-1.485-.377-.607-.953-.926-1.285-.714-.332.213-.295.878.082 1.485z\"/>\n    <path fill=\"url(#l)\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M215.957 129.834a.488.488 0 01-.485.492.488.488 0 01-.485-.492c0-.271.217-.492.485-.492s.485.22.485.492z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M214.022 135.04l1.488-1.407-1.727-.456\"/>\n    <path fill=\"#CE1126\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke- d=\"M211.682 122.968l-.611-.544.414-.559 1.131.241z\"/>\n    <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M211.789 123.578l1.779-1.682-2.066-.545\"/>\n    <path stroke=\"currentColor\" stroke-linejoin=\"round\" stroke- d=\"M214.882 121.593a.283.283 0 00.232-.326.281.281 0 00-.321-.236h-.001a.285.285 0 00.089.563l.001-.001zM215.01 122.395a.283.283 0 00.232-.326.28.28 0 00-.321-.236h-.001a.285.285 0 00.089.562h.001z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M236.61 128.831s1.399.918 1.702.836a.617.617 0 00.442-.779c-.071-.267-.363-.705-.656-.833-.293-.127-.669-.283-.877-.016-.175.226.527.941.527.941s-.913-.885-1.204-.79c-.322.105-.65.361-.607.811.032.333 1.337.795 1.337.795s-1.086-.468-1.241.072c-.086.299.351.741.752.924.401.183.861.189 1.161-.113.304-.305.309-.702.05-.917-.329-.279-1.386-.931-1.386-.931z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M240.977 127.214c.035-.513-.132-.814-.531-.548-.339.226-.748 1.494-.748 1.494s.461-1.102-.07-1.26c-.295-.088-.731.356-.911.763-.18.407-.186.875.111 1.18.301.309.795.209 1.071.018.876-.61 1.051-1.249 1.078-1.647z\"/>\n    <path stroke=\"currentColor\" stroke-linejoin=\"round\" stroke- d=\"M239.368 123.656l-1.653-1.706 2.016-.582\"/>\n    <path fill=\"#CE1126\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke- d=\"M239.449 122.971l.695-.42-.448-.643-1.098.229z\"/>\n    <path stroke=\"currentColor\" stroke-linejoin=\"round\" stroke- d=\"M236.315 121.59a.285.285 0 01.089-.562h.001a.285.285 0 01-.09.562h0zM236.186 122.393a.284.284 0 01-.232-.327.281.281 0 01.322-.235.285.285 0 01-.089.562h-.001zM237.089 135.105l-1.382-1.427 1.686-.487\"/>\n    <path fill=\"#CE1126\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke- d=\"M237.157 134.532l.581-.351-.374-.538-.919.192z\"/>\n    <path fill=\"#CE1126\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M239.628 130.621c-.377.607-.953.927-1.285.714-.332-.213-.295-.878.082-1.485.377-.607.953-.926 1.285-.714.332.214.295.878-.082 1.485z\"/>\n    <path fill=\"url(#m)\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke- d=\"M235.852 129.885a.476.476 0 01-.472.479.476.476 0 01-.473-.479c0-.265.212-.48.473-.48.26 0 .472.215.472.48z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M225.5 91.651c-.628 0-1.177.062-1.684.251-.148.478-.118 1.107 0 1.661.427-.209 1.246-.263 1.684-.263.438 0 1.257.053 1.683.263.119-.554.149-1.184 0-1.661-.507-.189-1.056-.251-1.683-.251z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M189.636 115.019a1.535 1.535 0 011.417 1.436l-.3-.304c-1.134.289-2.554 1.731-2.839 2.88l.3.304c-.779-.002-1.43-.662-1.414-1.436.617-1.486 1.416-2.21 2.836-2.88z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M194.402 114.194a.178.178 0 01.108.1.183.183 0 01-.002.147c-.323.735-.748 1.429-1.557 1.643a.183.183 0 01-.184-.04.18.18 0 01.094-.307c.652-.173 1.005-.737 1.315-1.444a.181.181 0 01.226-.099h0z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M194.649 114.391a.181.181 0 01.12.251c-.325.741-.784 1.419-1.448 1.914a.18.18 0 01-.297-.119.183.183 0 01.081-.169c.602-.448 1.028-1.069 1.335-1.769a.181.181 0 01.209-.108z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M194.885 114.653a.18.18 0 01.12.251c-.32.729-.729 1.514-1.389 2.007a.18.18 0 11-.217-.287c.57-.425.964-1.153 1.276-1.864a.182.182 0 01.21-.107h0zM195.397 115.203a.179.179 0 01.106.243c-.322.734-.763 1.516-1.356 2.05a.18.18 0 11-.243-.267c.528-.474.96-1.219 1.271-1.927a.181.181 0 01.222-.099z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M195.144 114.935a.18.18 0 01.124.251c-.163.372-.379.763-.659 1.055-.279.291-.648.49-1.063.401a.18.18 0 11.076-.352c.27.058.499-.06.729-.3.231-.24.435-.598.588-.947a.179.179 0 01.205-.108h0zM195.633 115.475a.18.18 0 01.124.251c-.323.738-.757 1.393-1.566 1.856a.18.18 0 11-.179-.313c.732-.418 1.104-.983 1.413-1.687a.178.178 0 01.208-.107z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M195.871 115.738a.178.178 0 01.108.1.183.183 0 01-.002.147c-.323.738-.757 1.394-1.566 1.856a.182.182 0 01-.247-.067.182.182 0 01.067-.247c.731-.418 1.104-.983 1.413-1.687a.18.18 0 01.227-.102h0z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M196.137 115.991a.178.178 0 01.108.1.183.183 0 01-.002.147c-.329.75-.83 1.335-1.629 1.792a.18.18 0 11-.179-.313c.742-.424 1.175-.93 1.479-1.622a.179.179 0 01.223-.104h0z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M196.427 116.297a.178.178 0 01.108.1.183.183 0 01-.002.147c-.33.751-.796 1.209-1.584 1.66a.18.18 0 01-.246-.067.18.18 0 01.067-.246c.752-.43 1.131-.804 1.434-1.494a.18.18 0 01.223-.1h0z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M196.679 116.483a.179.179 0 01.106.243c-.321.732-.71 1.411-1.518 1.641a.18.18 0 01-.098-.349c.66-.188.976-.725 1.287-1.435a.18.18 0 01.223-.1z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M196.945 116.751a.179.179 0 01.106.243c-.315.717-.613 1.464-1.438 1.935a.18.18 0 11-.179-.313c.716-.409.97-1.041 1.288-1.765a.18.18 0 01.223-.1z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M197.215 117.004a.179.179 0 01.106.243c-.323.737-.754 1.416-1.487 1.913a.183.183 0 01-.189.027.178.178 0 01-.107-.157.179.179 0 01.094-.166c.662-.448 1.051-1.056 1.36-1.76a.18.18 0 01.223-.1h0z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M197.481 117.272a.181.181 0 01.107.098.175.175 0 01-.001.145c-.323.738-.757 1.394-1.566 1.856a.18.18 0 01-.246-.067.18.18 0 01.067-.246c.731-.418 1.104-.983 1.413-1.687a.18.18 0 01.226-.099h0z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M197.743 117.554a.178.178 0 01.108.1.183.183 0 01-.002.147c-.323.735-.748 1.429-1.557 1.643a.183.183 0 01-.184-.04.18.18 0 01.094-.307c.652-.173 1.005-.738 1.315-1.444a.182.182 0 01.226-.099z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M197.99 117.752a.179.179 0 01.12.25c-.325.741-.784 1.419-1.448 1.913a.18.18 0 01-.297-.118.18.18 0 01.081-.169c.602-.448 1.028-1.069 1.335-1.77a.18.18 0 01.209-.106z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M198.226 118.013a.18.18 0 01.12.251c-.32.73-.729 1.515-1.389 2.008a.18.18 0 01-.297-.119.183.183 0 01.081-.169c.569-.425.964-1.152 1.276-1.864a.182.182 0 01.209-.107h0zM198.738 118.563a.179.179 0 01.106.243c-.322.734-.763 1.516-1.356 2.05a.181.181 0 01-.244-.267c.529-.474.961-1.219 1.272-1.927a.181.181 0 01.222-.099z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M198.514 118.238a.18.18 0 01.124.251c-.163.372-.379.763-.658 1.055-.279.291-.649.49-1.064.401a.18.18 0 11.076-.352c.27.058.499-.06.729-.3.23-.24.434-.598.588-.947a.179.179 0 01.205-.108h0z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M206.311 114.919l-4.692-4.561c.318.299.605.684.851 1.161 3.691 7.151-1.988 27.499 4.23 32.586l4.671 4.54c-6.219-5.086-.54-25.434-4.231-32.586a4.291 4.291 0 00-.829-1.14h0z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M201.953 110.718c.188.231.36.498.517.802 3.677 7.124-1.944 27.339 4.158 32.524-5.194-5.929-.045-25.082-3.604-31.976a4.311 4.311 0 00-.828-1.14 3.116 3.116 0 00-.243-.21z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M205.555 125.17l-.006 2.336-.932-.872-.045 2.203.923.415c-.031 1.289-.216 2.6-.185 3.947l1.102.759c-.054-1.368-.136-2.757-.073-4.124l1.042.938c.022-.771.045-1.512.067-2.224l-1.056-.459c.021-.753.126-1.464.264-2.157l-1.101-.762h0z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M206.553 115.487c3.56 6.896-1.594 26.058 3.608 31.98l.559.544c-5.157-5.958-.028-25.07-3.581-31.954a4.291 4.291 0 00-.829-1.14c-.954-1.028.011.146.243.57z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M206.311 114.919l-4.692-4.561c-2.183-2.055-5.803-.05-7.44 3.898l4.67 4.54c1.642-3.96 5.281-5.967 7.462-3.877z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M203.614 113.507c-1.961.032-4.171 1.871-5.351 4.717l.589.57c1.573-3.794 4.976-5.79 7.177-4.114a3.742 3.742 0 00-.191-.221l-.064-.064-.049-.049c-.005-.005-.011-.007-.015-.011a2.915 2.915 0 00-2.096-.828zM199.511 109.54c-1.956.044-4.156 1.88-5.333 4.717l.559.54c1.643-3.955 5.279-5.958 7.459-3.87l-.578-.57a2.905 2.905 0 00-2.107-.817zM256.476 114.194a.18.18 0 00-.105.247c.322.735.748 1.429 1.556 1.643a.183.183 0 00.184-.04.179.179 0 00.047-.182.182.182 0 00-.141-.125c-.652-.173-1.005-.737-1.315-1.444a.18.18 0 00-.226-.099h0z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M256.229 114.391a.184.184 0 00-.119.097.184.184 0 00-.001.154c.325.741.784 1.419 1.449 1.914a.18.18 0 10.216-.288c-.602-.448-1.028-1.069-1.335-1.769a.182.182 0 00-.21-.108z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M255.994 114.653a.179.179 0 00-.119.097.184.184 0 00-.001.154c.32.729.729 1.514 1.389 2.007a.18.18 0 10.217-.287c-.569-.425-.964-1.153-1.276-1.864a.182.182 0 00-.21-.107h0zM255.482 115.203a.179.179 0 00-.107.098.175.175 0 000 .145c.322.734.763 1.516 1.356 2.05a.181.181 0 00.244-.267c-.529-.474-.961-1.219-1.271-1.927a.181.181 0 00-.222-.099z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M255.735 114.935a.18.18 0 00-.124.251c.163.372.378.763.658 1.055.279.291.649.49 1.063.401a.18.18 0 10-.075-.352c-.27.058-.499-.06-.729-.3-.231-.24-.435-.598-.588-.947a.18.18 0 00-.205-.108h0zM255.246 115.475a.18.18 0 00-.124.251c.323.738.757 1.393 1.566 1.856a.182.182 0 00.247-.067.18.18 0 00-.067-.246c-.731-.418-1.104-.983-1.413-1.687a.18.18 0 00-.209-.107z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M255.007 115.738a.178.178 0 00-.108.1.18.18 0 00.002.147c.324.738.758 1.394 1.566 1.856a.182.182 0 00.247-.067.182.182 0 00-.067-.247c-.731-.418-1.104-.983-1.413-1.687a.18.18 0 00-.227-.102h0z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M254.742 115.991a.18.18 0 00-.105.247c.329.75.83 1.335 1.628 1.792a.182.182 0 00.247-.067.18.18 0 00-.067-.246c-.742-.424-1.175-.93-1.479-1.622a.18.18 0 00-.224-.104h0z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M254.453 116.297a.175.175 0 00-.108.1.183.183 0 00.002.147c.33.751.796 1.209 1.584 1.66a.18.18 0 00.246-.067.18.18 0 00-.067-.246c-.752-.43-1.131-.804-1.434-1.494a.18.18 0 00-.223-.1h0z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M254.199 116.483a.179.179 0 00-.106.243c.321.732.71 1.411 1.518 1.641a.18.18 0 00.098-.349c-.66-.188-.976-.725-1.287-1.435a.18.18 0 00-.223-.1z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M253.933 116.751a.179.179 0 00-.106.243c.315.717.613 1.464 1.438 1.935a.18.18 0 10.179-.313c-.717-.409-.971-1.041-1.288-1.765a.18.18 0 00-.223-.1z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M253.664 117.004a.179.179 0 00-.106.243c.323.737.754 1.416 1.487 1.913a.18.18 0 00.188.027.178.178 0 00.107-.157.18.18 0 00-.093-.166c-.662-.448-1.051-1.056-1.361-1.76a.179.179 0 00-.222-.1h0z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M253.398 117.272a.179.179 0 00-.106.243c.323.738.757 1.394 1.566 1.856a.18.18 0 10.179-.313c-.731-.418-1.104-.983-1.413-1.687a.18.18 0 00-.226-.099h0z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M253.135 117.554a.18.18 0 00-.105.247c.322.735.748 1.429 1.556 1.643a.183.183 0 00.184-.04.18.18 0 00-.094-.307c-.652-.173-1.006-.738-1.315-1.444a.181.181 0 00-.226-.099z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M252.888 117.752a.179.179 0 00-.12.25c.325.741.784 1.419 1.449 1.913a.18.18 0 10.216-.287c-.602-.448-1.028-1.069-1.336-1.77a.18.18 0 00-.209-.106z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M252.653 118.013a.181.181 0 00-.12.251c.321.73.729 1.515 1.389 2.008a.18.18 0 00.297-.119.183.183 0 00-.081-.169c-.569-.425-.964-1.152-1.276-1.864a.182.182 0 00-.209-.107h0zM252.14 118.563a.179.179 0 00-.107.098.175.175 0 000 .145c.322.734.763 1.516 1.356 2.05a.18.18 0 10.243-.267c-.528-.474-.961-1.219-1.271-1.927a.179.179 0 00-.221-.099z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M252.365 118.238a.18.18 0 00-.124.251c.163.372.378.763.658 1.055.279.291.649.49 1.064.401a.18.18 0 10-.076-.352c-.27.058-.499-.06-.729-.3-.23-.24-.434-.598-.588-.947a.179.179 0 00-.205-.108h0z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M244.568 114.919l4.692-4.561a4.249 4.249 0 00-.851 1.161c-3.691 7.151 1.989 27.499-4.23 32.586l-4.67 4.54c6.219-5.086.539-25.434 4.23-32.586.241-.466.52-.844.829-1.14h0z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M245.324 125.17l.006 2.336.931-.872.046 2.203-.924.415c.031 1.289.216 2.6.185 3.947l-1.102.759c.054-1.368.136-2.757.073-4.124l-1.042.938c-.022-.771-.045-1.512-.067-2.224l1.056-.459a12.876 12.876 0 00-.265-2.157l1.103-.762h0z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M248.927 110.718c-.188.231-.36.498-.518.802-3.677 7.124 1.944 27.339-4.158 32.524 5.194-5.929.045-25.082 3.604-31.976.241-.466.52-.844.829-1.14.077-.076.16-.146.243-.21zM244.325 115.487c-3.56 6.896 1.595 26.058-3.608 31.98l-.559.544c5.157-5.958.028-25.07 3.581-31.954.241-.466.52-.844.829-1.14.954-1.028-.01.146-.243.57z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M244.568 114.919l4.692-4.561c2.183-2.055 5.803-.05 7.44 3.898l-4.67 4.54c-1.643-3.96-5.281-5.967-7.462-3.877z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M247.265 113.507c1.961.032 4.171 1.871 5.351 4.717l-.589.57c-1.573-3.794-4.976-5.79-7.177-4.114.062-.076.126-.152.191-.221l.064-.064.049-.049c.005-.005.01-.007.015-.011a2.915 2.915 0 012.096-.828zM251.368 109.54c1.956.044 4.157 1.88 5.333 4.717l-.559.54c-1.643-3.955-5.279-5.958-7.458-3.87l.577-.57a2.903 2.903 0 012.107-.817z\"/>\n    <path fill=\"#FFBD03\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M202.03 111.046c-.712-.087-1.095.122-1.661.326l-.546-.955c-.641.053-1.646.566-2.051 1.008.472.212.946.4 1.369.728-1.162.82-2.392 1.777-3.051 2.669l1.506 1.47c.566-1.263 1.335-2.503 2.408-3.338.359.31.557.701.809 1.064a3.732 3.732 0 012.075-.871c-.432-.342-1.117-.734-1.611-.974.519-.172 1.137-.291 2.085.124l-1.332-1.251h0zM248.849 111.046c.712-.087 1.095.122 1.661.326l.546-.955c.641.053 1.646.566 2.051 1.008-.472.212-.946.4-1.369.728 1.162.82 2.392 1.777 3.052 2.669l-1.506 1.47c-.566-1.263-1.335-2.503-2.408-3.338-.359.31-.557.701-.809 1.064a3.735 3.735 0 00-2.075-.871c.433-.342 1.117-.734 1.611-.974-.52-.172-1.138-.291-2.085.124l1.331-1.251h0z\"/>\n  </g>\n</svg>\n</li><li title=\"cif vc \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 201\">\n  <g fill=\"none\">\n    <path fill=\"#0072C6\" d=\"M.5.5h80v200H.5z\"/>\n    <path fill=\"#FCD116\" d=\"M75.5.5h225v200h-225z\"/>\n    <path fill=\"#009E60\" d=\"M225.5.5h75v200h-75zM133.834 142.167L150.5 175.5l16.667-33.333-16.667-33.334zM113 100.5l16.667 33.333 16.667-33.333-16.667-33.333zM154.667 100.5l16.667 33.333L188 100.5l-16.667-33.333z\"/>\n  </g>\n</svg>\n</li><li title=\"cif ve \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 201\">\n  <g fill=\"none\">\n    <path fill=\"#CF142B\" d=\"M.5.5h300v200H.5z\"/>\n    <path fill=\"#00247D\" d=\"M.5.5h300v133.333H.5z\"/>\n    <path fill=\"#FC0\" d=\"M.5.5h300v66.667H.5z\"/>\n    <path fill=\"#FFF\" d=\"M86.157 117.263l4.806 3.682-2.016 5.709 4.987-3.433 4.807 3.682-1.725-5.803 4.987-3.434-6.052-.154-1.724-5.803-2.017 5.708zM98.059 96.49l3.196 5.143-3.903 4.628 5.878-1.45 3.196 5.142.437-6.038 5.879-1.45-5.608-2.282.437-6.039-3.904 4.628zM112.25 90.244l6.02.645 1.247 5.924 2.473-5.526 6.021.645-4.492-4.06 2.473-5.527-5.249 3.017-4.491-4.06 1.247 5.925zM131.854 80.163l5.446 2.646-.832 5.996 4.198-4.362 5.447 2.645-2.852-5.341 4.199-4.362-5.961 1.061-2.852-5.341-.833 5.997zM153.561 77.499l4.206 4.355-2.843 5.346 5.442-2.654 4.206 4.355-.843-5.995 5.442-2.654-5.962-1.052-.843-5.995-2.842 5.345zM174.967 82.559l2.463 5.531-4.499 4.052 6.015-.633 2.469 5.531 1.259-5.923 6.021-.633-5.243-3.027 1.258-5.922-4.499 4.051zM188.253 102.604l5.882 1.431.457 6.038 3.179-5.153 5.883 1.432-3.917-4.616 3.179-5.152-5.601 2.299-3.918-4.616.457 6.037zM198.85 117.472l4.96 3.472-1.77 5.79 4.835-3.643 4.96 3.473-1.972-5.725 4.835-3.644-6.053.106-1.971-5.725-1.77 5.79z\"/>\n  </g>\n</svg>\n</li><li title=\"cif vg \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 300 150\">\n  <defs>\n    <linearGradient id=\"e\" x1=\"103.083\" x2=\"92.551\" y1=\"111.276\" y2=\"107.764\" gradientTransform=\"matrix(.99614 0 0 2.25255 703.842 -75.047)\" gradientUnits=\"userSpaceOnUse\">\n      <stop offset=\"0\" stop-color=\"red\"/>\n      <stop offset=\"1\" stop-color=\"#ff0\"/>\n    </linearGradient>\n    <linearGradient id=\"f\" x1=\"103.083\" x2=\"92.551\" y1=\"111.276\" y2=\"107.764\" gradientTransform=\"matrix(.99614 0 0 2.25255 703.842 -75.047)\" gradientUnits=\"userSpaceOnUse\">\n      <stop offset=\"0\" stop-color=\"red\"/>\n      <stop offset=\"1\" stop-color=\"#ff0\"/>\n    </linearGradient>\n    <linearGradient id=\"g\" x1=\"103.083\" x2=\"92.551\" y1=\"111.276\" y2=\"107.764\" gradientTransform=\"matrix(.99614 0 0 2.25255 703.842 -75.047)\" gradientUnits=\"userSpaceOnUse\">\n      <stop offset=\"0\" stop-color=\"red\"/>\n      <stop offset=\"1\" stop-color=\"#ff0\"/>\n    </linearGradient>\n    <linearGradient id=\"h\" x1=\"103.083\" x2=\"92.551\" y1=\"111.276\" y2=\"107.764\" gradientTransform=\"matrix(.99614 0 0 2.25255 703.842 -75.047)\" gradientUnits=\"userSpaceOnUse\">\n      <stop offset=\"0\" stop-color=\"red\"/>\n      <stop offset=\"1\" stop-color=\"#ff0\"/>\n    </linearGradient>\n    <linearGradient id=\"i\" x1=\"103.083\" x2=\"92.551\" y1=\"111.276\" y2=\"107.764\" gradientTransform=\"matrix(.99614 0 0 2.25255 703.842 -75.047)\" gradientUnits=\"userSpaceOnUse\">\n      <stop offset=\"0\" stop-color=\"red\"/>\n      <stop offset=\"1\" stop-color=\"#ff0\"/>\n    </linearGradient>\n    <linearGradient id=\"j\" x1=\"103.083\" x2=\"92.551\" y1=\"111.276\" y2=\"107.764\" gradientTransform=\"matrix(.99614 0 0 2.25255 703.842 -75.047)\" gradientUnits=\"userSpaceOnUse\">\n      <stop offset=\"0\" stop-color=\"red\"/>\n      <stop offset=\"1\" stop-color=\"#ff0\"/>\n    </linearGradient>\n    <linearGradient id=\"k\" x1=\"103.083\" x2=\"92.551\" y1=\"111.276\" y2=\"107.764\" gradientTransform=\"matrix(.99614 0 0 2.25255 703.842 -75.047)\" gradientUnits=\"userSpaceOnUse\">\n      <stop offset=\"0\" stop-color=\"red\"/>\n      <stop offset=\"1\" stop-color=\"#ff0\"/>\n    </linearGradient>\n    <linearGradient id=\"l\" x1=\"103.083\" x2=\"92.551\" y1=\"111.276\" y2=\"107.764\" gradientTransform=\"matrix(.99614 0 0 2.25255 703.842 -75.047)\" gradientUnits=\"userSpaceOnUse\">\n      <stop offset=\"0\" stop-color=\"red\"/>\n      <stop offset=\"1\" stop-color=\"#ff0\"/>\n    </linearGradient>\n    <linearGradient id=\"m\" x1=\"103.083\" x2=\"92.551\" y1=\"111.276\" y2=\"107.764\" gradientTransform=\"matrix(.99614 0 0 2.25255 703.842 -75.047)\" gradientUnits=\"userSpaceOnUse\">\n      <stop offset=\"0\" stop-color=\"red\"/>\n      <stop offset=\"1\" stop-color=\"#ff0\"/>\n    </linearGradient>\n    <linearGradient id=\"n\" x1=\"103.083\" x2=\"92.551\" y1=\"111.276\" y2=\"107.764\" gradientTransform=\"matrix(.99614 0 0 2.25255 703.842 -75.047)\" gradientUnits=\"userSpaceOnUse\">\n      <stop offset=\"0\" stop-color=\"red\"/>\n      <stop offset=\"1\" stop-color=\"#ff0\"/>\n    </linearGradient>\n    <linearGradient id=\"o\" x1=\"103.083\" x2=\"92.551\" y1=\"111.276\" y2=\"107.764\" gradientTransform=\"matrix(.99614 0 0 2.25255 703.842 -75.047)\" gradientUnits=\"userSpaceOnUse\">\n      <stop offset=\"0\" stop-color=\"red\"/>\n      <stop offset=\"1\" stop-color=\"#ff0\"/>\n    </linearGradient>\n    <linearGradient id=\"p\" x1=\"103.083\" x2=\"92.551\" y1=\"111.276\" y2=\"107.764\" gradientTransform=\"matrix(.99614 0 0 2.25255 703.842 -75.047)\" gradientUnits=\"userSpaceOnUse\">\n      <stop offset=\"0\" stop-color=\"red\"/>\n      <stop offset=\"1\" stop-color=\"#ff0\"/>\n    </linearGradient>\n    <clipPath id=\"a\">\n      <path d=\"M 0 0 L 150 0 L 150 75 L 0 75 Z M 0 0\"/>\n    </clipPath>\n    <clipPath id=\"b\">\n      <path d=\"M 0 0 L 0 37.5 L 175 37.5 L 175 75 L 150 75 Z M 150 0 L 75 0 L 75 87.5 L 0 87.5 L 0 75 Z M 150 0\"/>\n    </clipPath>\n    <clipPath id=\"c\">\n      <path d=\"M 0 0 L 175 0 L 175 88 L 0 88 Z M 0 0\"/>\n    </clipPath>\n    <clipPath id=\"d\">\n      <path d=\"M 0 0 L 0 37.5 L 175 37.5 L 175 75 L 150 75 Z M 150 0 L 75 0 L 75 87.5 L 0 87.5 L 0 75 Z M 150 0\"/>\n    </clipPath>\n  </defs>\n  <rect   fill=\"#012169\"/>\n  <path stroke=\"currentColor\" stroke- d=\"M 0 0 L 600 300 M 600 0 L 0 300\" transform=\"scale(.25)\"/>\n  <g clip-path=\"url(#a)\">\n    <g clip-path=\"url(#b)\">\n      <path d=\"M 0 0 L 150 75 M 150 0 L 0 75\"/>\n    </g>\n  </g>\n  <g clip-path=\"url(#c)\">\n    <g clip-path=\"url(#d)\">\n      <path fill=\"none\" stroke=\"currentColor\" stroke- d=\"M 0 0 L 600 300 M 600 0 L 0 300\" transform=\"scale(.25)\"/>\n    </g>\n  </g>\n  <path stroke=\"currentColor\" stroke- d=\"M 300 0 L 300 350 M 0 150 L 700 150\" transform=\"scale(.25)\"/>\n  <path stroke=\"currentColor\" stroke- d=\"M 300 0 L 300 350 M 0 150 L 700 150\" transform=\"scale(.25)\"/>\n  <path fill=\"#012169\" d=\"M 0 75 L 150 75 L 150 0 L 300 0 L 300 150 L 0 150 Z M 0 75\"/>\n  <path fill=\"#fff\" d=\"M 194.066406 36.015625 L 256.664062 35.785156 L 256.550781 91.53125 C 256.550781 91.53125 258.753906 100.011719 230.300781 112.902344 C 240.523438 111.859375 251.671875 100.941406 251.671875 100.941406 C 251.671875 100.941406 256.199219 95.132812 258.40625 98.386719 C 260.613281 101.636719 262.703125 103.261719 264.332031 104.539062 C 265.957031 105.816406 267.234375 109.300781 264.796875 111.859375 C 262.355469 114.414062 258.523438 114.761719 257.476562 111.625 C 255.851562 112.4375 245.863281 124.515625 225.421875 125.097656 C 204.632812 124.75 193.253906 111.507812 193.253906 111.507812 C 193.253906 111.507812 190.464844 115.921875 186.515625 112.4375 C 182.683594 107.910156 185.585938 105.003906 185.585938 105.003906 C 185.585938 105.003906 188.839844 103.148438 189.769531 101.871094 C 191.277344 100.128906 191.742188 97.804688 194.296875 97.804688 C 197.316406 98.035156 198.476562 100.476562 198.476562 100.476562 C 198.476562 100.476562 208.929688 111.507812 220.195312 112.902344 C 194.761719 100.707031 193.832031 93.15625 193.949219 91.300781 Z M 194.066406 36.015625\"/>\n  <path fill=\"#006129\" stroke=\"currentColor\" stroke- d=\"M 782.296875 150.109375 L 1021.09375 148.71875 L 1021.09375 363.34375 C 1021.546875 391.21875 974.625 419.5625 901.234375 455.796875 C 825.5 416.765625 781.828125 393.078125 781.375 362.875 Z M 782.296875 150.109375\" transform=\"scale(.25)\"/>\n  <path fill=\"none\" stroke=\"currentColor\" stroke- d=\"M 814.796875 181.828125 L 828.890625 161.125 L 843.046875 181.875\" transform=\"scale(.25)\"/>\n  <path fill=\"#ffc72c\" stroke=\"currentColor\" stroke- d=\"M 831.71875 174.09375 C 831.71875 175.640625 830.46875 176.890625 828.921875 176.890625 C 827.375 176.890625 826.125 175.640625 826.125 174.09375 C 826.125 172.546875 827.375 171.296875 828.921875 171.296875 C 830.46875 171.296875 831.71875 172.546875 831.71875 174.09375 Z M 831.71875 174.09375\" transform=\"scale(.25)\"/>\n  <path fill=\"#ffc72c\" stroke=\"currentColor\" stroke- d=\"M 817.4375 197.125 L 839.296875 197.1875 C 839.296875 197.1875 839.640625 194.34375 837.015625 192.625 C 848.453125 191.046875 845.484375 180.953125 855.078125 180.375 C 856.9375 180.671875 850.0625 184.671875 850.0625 184.671875 C 850.0625 184.671875 844.28125 188.75 846.921875 190.828125 C 849 192.46875 849.921875 189.828125 850.203125 187.8125 C 850.5 185.8125 859.5 184.53125 858.21875 178.8125 C 856.078125 174.078125 843.484375 181.953125 843.484375 181.953125 L 834.5 181.90625 C 833.9375 180.890625 831.46875 176.859375 828.90625 176.828125 C 825.875 176.9375 823.734375 181.953125 823.734375 181.953125 L 803.421875 181.953125 C 803.421875 181.953125 802.734375 187.171875 813.03125 188.171875 C 815.34375 191.203125 817.140625 192.046875 819.15625 192.828125 C 817.8125 193.953125 817.4375 195.296875 817.4375 197.125 Z M 817.4375 197.125\" transform=\"scale(.25)\"/>\n  <path fill=\"#ffc72c\" stroke=\"currentColor\" stroke- d=\"M 819.015625 192.6875 L 837.21875 192.625\" transform=\"scale(.25)\"/>\n  <path fill=\"#ffc72c\" stroke=\"currentColor\" stroke- d=\"M 810.6875 181.953125 C 810.6875 181.953125 812.140625 190.46875 818.859375 192.484375\" transform=\"scale(.25)\"/>\n  <path fill=\"url(#e)\" stroke=\"currentColor\" stroke- d=\"M 809.5625 181.84375 C 810.234375 178.59375 811.46875 178.03125 812.8125 173.890625 C 813.03125 169.859375 809.5625 170.296875 810.5625 167.734375 C 812.359375 164.921875 811.46875 162.234375 808.109375 160.109375 C 808.78125 163.8125 803.734375 167.28125 803.734375 170.296875 C 803.734375 173.328125 806.3125 172.65625 805.984375 177.25 C 806.203125 179.9375 805.3125 179.265625 805.078125 181.84375 Z M 809.5625 181.84375\" transform=\"scale(.25)\"/>\n  <path fill=\"#ffc72c\" stroke=\"currentColor\" stroke- d=\"M 831.5 161.65625 C 831.5 163.078125 830.34375 164.234375 828.921875 164.234375 C 827.5 164.234375 826.34375 163.078125 826.34375 161.65625 C 826.34375 160.234375 827.5 159.078125 828.921875 159.078125 C 830.34375 159.078125 831.5 160.234375 831.5 161.65625 Z M 831.5 161.65625\" transform=\"scale(.25)\"/>\n  <path fill=\"none\" stroke=\"currentColor\" stroke- d=\"M 814.787826 181.83661 L 828.881576 161.133485 L 843.053451 181.86786\" transform=\"matrix(.25 0 0 .25 -.193 10.326)\"/>\n  <path fill=\"#ffc72c\" stroke=\"currentColor\" stroke- d=\"M 831.725326 174.08661 C 831.725326 175.633485 830.459701 176.883485 828.912826 176.883485 C 827.365951 176.883485 826.115951 175.633485 826.115951 174.08661 C 826.115951 172.539735 827.365951 171.289735 828.912826 171.289735 C 830.459701 171.289735 831.725326 172.539735 831.725326 174.08661 Z M 831.725326 174.08661\" transform=\"matrix(.25 0 0 .25 -.193 10.326)\"/>\n  <path fill=\"#ffc72c\" stroke=\"currentColor\" stroke- d=\"M 817.444076 197.11786 L 839.287826 197.18036 C 839.287826 197.18036 839.631576 194.352235 837.006576 192.61786 C 848.459701 191.05536 845.490951 180.945985 855.069076 180.383485 C 856.928451 180.664735 850.069076 184.664735 850.069076 184.664735 C 850.069076 184.664735 844.287826 188.74286 846.912826 190.820985 C 849.006576 192.477235 849.912826 189.820985 850.209701 187.820985 C 850.490951 185.820985 859.506576 184.52411 858.225326 178.80536 C 856.069076 174.08661 843.475326 181.945985 843.475326 181.945985 L 834.506576 181.89911 C 833.944076 180.89911 831.459701 176.852235 828.912826 176.83661 C 825.881576 176.945985 823.740951 181.945985 823.740951 181.945985 L 803.428451 181.945985 C 803.428451 181.945985 802.725326 187.164735 813.022201 188.164735 C 815.350326 191.195985 817.147201 192.039735 819.162826 192.820985 C 817.819076 193.945985 817.444076 195.30536 817.444076 197.11786 Z M 817.444076 197.11786\" transform=\"matrix(.25 0 0 .25 -.193 10.326)\"/>\n  <path fill=\"#ffc72c\" stroke=\"currentColor\" stroke- d=\"M 819.022201 192.68036 L 837.225326 192.61786\" transform=\"matrix(.25 0 0 .25 -.193 10.326)\"/>\n  <path fill=\"#ffc72c\" stroke=\"currentColor\" stroke- d=\"M 810.678451 181.945985 C 810.678451 181.945985 812.131576 190.46161 818.850326 192.477235\" transform=\"matrix(.25 0 0 .25 -.193 10.326)\"/>\n  <path fill=\"url(#f)\" stroke=\"currentColor\" stroke- d=\"M 809.553451 181.83661 C 810.225326 178.58661 811.459701 178.039735 812.803451 173.883485 C 813.037826 169.852235 809.553451 170.30536 810.569076 167.727235 C 812.365951 164.93036 811.459701 162.24286 808.100326 160.11786 C 808.772201 163.80536 803.740951 167.27411 803.740951 170.30536 C 803.740951 173.320985 806.319076 172.64911 805.975326 177.24286 C 806.194076 179.93036 805.303451 179.258485 805.084701 181.83661 Z M 809.553451 181.83661\" transform=\"matrix(.25 0 0 .25 -.193 10.326)\"/>\n  <path fill=\"#ffc72c\" stroke=\"currentColor\" stroke- d=\"M 831.490951 161.664735 C 831.490951 163.08661 830.334701 164.227235 828.912826 164.227235 C 827.490951 164.227235 826.350326 163.08661 826.350326 161.664735 C 826.350326 160.227235 827.490951 159.08661 828.912826 159.08661 C 830.334701 159.08661 831.490951 160.227235 831.490951 161.664735 Z M 831.490951 161.664735\" transform=\"matrix(.25 0 0 .25 -.193 10.326)\"/>\n  <path fill=\"none\" stroke=\"currentColor\" stroke- d=\"M 814.792326 181.830735 L 828.886076 161.12761 L 843.057951 181.87761\" transform=\"matrix(.25 0 0 .25 -.272 20.503)\"/>\n  <path fill=\"#ffc72c\" stroke=\"currentColor\" stroke- d=\"M 831.714201 174.09636 C 831.714201 175.643235 830.464201 176.893235 828.917326 176.893235 C 827.370451 176.893235 826.120451 175.643235 826.120451 174.09636 C 826.120451 172.549485 827.370451 171.28386 828.917326 171.28386 C 830.464201 171.28386 831.714201 172.549485 831.714201 174.09636 Z M 831.714201 174.09636\" transform=\"matrix(.25 0 0 .25 -.272 20.503)\"/>\n  <path fill=\"#ffc72c\" stroke=\"currentColor\" stroke- d=\"M 817.448576 197.111985 L 839.292326 197.174485 C 839.292326 197.174485 839.636076 194.34636 837.011076 192.62761 C 848.464201 191.049485 845.479826 180.955735 855.073576 180.37761 C 856.932951 180.65886 850.057951 184.674485 850.057951 184.674485 C 850.057951 184.674485 844.276701 188.75261 846.917326 190.830735 C 849.011076 192.47136 849.917326 189.81511 850.198576 187.81511 C 850.495451 185.81511 859.511076 184.53386 858.214201 178.799485 C 856.073576 174.080735 843.479826 181.955735 843.479826 181.955735 L 834.495451 181.90886 C 833.932951 180.893235 831.464201 176.84636 828.901701 176.830735 C 825.870451 176.94011 823.745451 181.955735 823.745451 181.955735 L 803.417326 181.955735 C 803.417326 181.955735 802.729826 187.15886 813.026701 188.174485 C 815.339201 191.19011 817.151701 192.049485 819.167326 192.830735 C 817.823576 193.94011 817.432951 195.299485 817.448576 197.111985 Z M 817.448576 197.111985\" transform=\"matrix(.25 0 0 .25 -.272 20.503)\"/>\n  <path fill=\"#ffc72c\" stroke=\"currentColor\" stroke- d=\"M 819.011076 192.69011 L 837.214201 192.62761\" transform=\"matrix(.25 0 0 .25 -.272 20.503)\"/>\n  <path fill=\"#ffc72c\" stroke=\"currentColor\" stroke- d=\"M 810.682951 181.955735 C 810.682951 181.955735 812.136076 190.47136 818.854826 192.486985\" transform=\"matrix(.25 0 0 .25 -.272 20.503)\"/>\n  <path fill=\"url(#g)\" stroke=\"currentColor\" stroke- d=\"M 809.557951 181.84636 C 810.229826 178.59636 811.464201 178.03386 812.807951 173.893235 C 813.026701 169.861985 809.557951 170.299485 810.573576 167.72136 C 812.354826 164.924485 811.464201 162.236985 808.104826 160.111985 C 808.776701 163.81511 803.729826 167.28386 803.729826 170.299485 C 803.729826 173.330735 806.307951 172.65886 805.979826 177.25261 C 806.198576 179.94011 805.307951 179.268235 805.073576 181.84636 Z M 809.557951 181.84636\" transform=\"matrix(.25 0 0 .25 -.272 20.503)\"/>\n  <path fill=\"#ffc72c\" stroke=\"currentColor\" stroke- d=\"M 831.495451 161.65886 C 831.495451 163.080735 830.339201 164.236985 828.917326 164.236985 C 827.495451 164.236985 826.339201 163.080735 826.339201 161.65886 C 826.339201 160.236985 827.495451 159.080735 828.917326 159.080735 C 830.339201 159.080735 831.495451 160.236985 831.495451 161.65886 Z M 831.495451 161.65886\" transform=\"matrix(.25 0 0 .25 -.272 20.503)\"/>\n  <path fill=\"none\" stroke=\"currentColor\" stroke- d=\"M 814.795076 181.822865 L 828.888826 161.135365 L 843.045076 181.86974\" transform=\"matrix(.25 0 0 .25 6.407 31.525)\"/>\n  <path fill=\"#ffc72c\" stroke=\"currentColor\" stroke- d=\"M 831.716951 174.08849 C 831.716951 175.635365 830.466951 176.885365 828.920076 176.885365 C 827.373201 176.885365 826.123201 175.635365 826.123201 174.08849 C 826.123201 172.541615 827.373201 171.291615 828.920076 171.291615 C 830.466951 171.291615 831.716951 172.541615 831.716951 174.08849 Z M 831.716951 174.08849\" transform=\"matrix(.25 0 0 .25 6.407 31.525)\"/>\n  <path fill=\"#ffc72c\" stroke=\"currentColor\" stroke- d=\"M 817.451326 197.11974 L 839.295076 197.18224 C 839.295076 197.18224 839.638826 194.33849 837.013826 192.61974 C 848.451326 191.041615 845.482576 180.947865 855.076326 180.385365 C 856.935701 180.666615 850.060701 184.666615 850.060701 184.666615 C 850.060701 184.666615 844.279451 188.74474 846.920076 190.822865 C 848.998201 192.46349 849.920076 189.822865 850.201326 187.822865 C 850.498201 185.822865 859.498201 184.52599 858.216951 178.80724 C 856.076326 174.08849 843.482576 181.947865 843.482576 181.947865 L 834.498201 181.90099 C 833.935701 180.90099 831.466951 176.854115 828.904451 176.83849 C 825.873201 176.947865 823.732576 181.947865 823.732576 181.947865 L 803.420076 181.947865 C 803.420076 181.947865 802.732576 187.166615 813.029451 188.166615 C 815.341951 191.197865 817.138826 192.041615 819.154451 192.822865 C 817.810701 193.947865 817.435701 195.30724 817.451326 197.11974 Z M 817.451326 197.11974\" transform=\"matrix(.25 0 0 .25 6.407 31.525)\"/>\n  <path fill=\"#ffc72c\" stroke=\"currentColor\" stroke- d=\"M 819.013826 192.68224 L 837.216951 192.61974\" transform=\"matrix(.25 0 0 .25 6.407 31.525)\"/>\n  <path fill=\"#ffc72c\" stroke=\"currentColor\" stroke- d=\"M 810.685701 181.947865 C 810.685701 181.947865 812.138826 190.46349 818.857576 192.479115\" transform=\"matrix(.25 0 0 .25 6.407 31.525)\"/>\n  <path fill=\"url(#h)\" stroke=\"currentColor\" stroke- d=\"M 809.560701 181.83849 C 810.232576 178.58849 811.466951 178.02599 812.810701 173.885365 C 813.029451 169.854115 809.560701 170.30724 810.576326 167.729115 C 812.357576 164.93224 811.466951 162.24474 808.107576 160.104115 C 808.779451 163.80724 803.732576 167.27599 803.732576 170.30724 C 803.732576 173.322865 806.310701 172.65099 805.982576 177.24474 C 806.201326 179.93224 805.310701 179.260365 805.076326 181.83849 Z M 809.560701 181.83849\" transform=\"matrix(.25 0 0 .25 6.407 31.525)\"/>\n  <path fill=\"#ffc72c\" stroke=\"currentColor\" stroke- d=\"M 831.498201 161.65099 C 831.498201 163.072865 830.341951 164.229115 828.920076 164.229115 C 827.498201 164.229115 826.341951 163.072865 826.341951 161.65099 C 826.341951 160.229115 827.498201 159.08849 828.920076 159.08849 C 830.341951 159.08849 831.498201 160.229115 831.498201 161.65099 Z M 831.498201 161.65099\" transform=\"matrix(.25 0 0 .25 6.407 31.525)\"/>\n  <path fill=\"none\" stroke=\"currentColor\" stroke- d=\"M 814.792951 181.821365 L 828.886701 161.133865 L 843.058576 181.86824\" transform=\"matrix(.25 0 0 .25 -1.144 40.54)\"/>\n  <path fill=\"#ffc72c\" stroke=\"currentColor\" stroke- d=\"M 831.714826 174.08699 C 831.714826 175.633865 830.464826 176.883865 828.917951 176.883865 C 827.371076 176.883865 826.121076 175.633865 826.121076 174.08699 C 826.121076 172.540115 827.371076 171.290115 828.917951 171.290115 C 830.464826 171.290115 831.714826 172.540115 831.714826 174.08699 Z M 831.714826 174.08699\" transform=\"matrix(.25 0 0 .25 -1.144 40.54)\"/>\n  <path fill=\"#ffc72c\" stroke=\"currentColor\" stroke- d=\"M 817.449201 197.11824 L 839.292951 197.18074 C 839.292951 197.18074 839.636701 194.352615 837.011701 192.61824 C 848.464826 191.040115 845.480451 180.946365 855.074201 180.383865 C 856.933576 180.665115 850.058576 184.665115 850.058576 184.665115 C 850.058576 184.665115 844.277326 188.74324 846.917951 190.821365 C 849.011701 192.477615 849.917951 189.821365 850.199201 187.821365 C 850.496076 185.821365 859.511701 184.52449 858.214826 178.80574 C 856.074201 174.08699 843.480451 181.946365 843.480451 181.946365 L 834.496076 181.89949 C 833.933576 180.89949 831.464826 176.852615 828.902326 176.83699 C 825.871076 176.946365 823.746076 181.946365 823.746076 181.946365 L 803.417951 181.946365 C 803.417951 181.946365 802.730451 187.165115 813.027326 188.165115 C 815.339826 191.196365 817.152326 192.040115 819.167951 192.821365 C 817.824201 193.946365 817.433576 195.30574 817.449201 197.11824 Z M 817.449201 197.11824\" transform=\"matrix(.25 0 0 .25 -1.144 40.54)\"/>\n  <path fill=\"#ffc72c\" stroke=\"currentColor\" stroke- d=\"M 819.011701 192.68074 L 837.214826 192.61824\" transform=\"matrix(.25 0 0 .25 -1.144 40.54)\"/>\n  <path fill=\"#ffc72c\" stroke=\"currentColor\" stroke- d=\"M 810.683576 181.946365 C 810.683576 181.946365 812.136701 190.46199 818.855451 192.477615\" transform=\"matrix(.25 0 0 .25 -1.144 40.54)\"/>\n  <path fill=\"url(#i)\" stroke=\"currentColor\" stroke- d=\"M 809.558576 181.83699 C 810.230451 178.58699 811.464826 178.040115 812.808576 173.883865 C 813.027326 169.852615 809.558576 170.30574 810.574201 167.727615 C 812.355451 164.93074 811.464826 162.24324 808.105451 160.11824 C 808.777326 163.80574 803.730451 167.27449 803.730451 170.30574 C 803.730451 173.321365 806.308576 172.64949 805.980451 177.24324 C 806.199201 179.93074 805.308576 179.258865 805.074201 181.83699 Z M 809.558576 181.83699\" transform=\"matrix(.25 0 0 .25 -1.144 40.54)\"/>\n  <path fill=\"#ffc72c\" stroke=\"currentColor\" stroke- d=\"M 831.496076 161.64949 C 831.496076 163.08699 830.339826 164.227615 828.917951 164.227615 C 827.496076 164.227615 826.339826 163.08699 826.339826 161.64949 C 826.339826 160.227615 827.496076 159.08699 828.917951 159.08699 C 830.339826 159.08699 831.496076 160.227615 831.496076 161.64949 Z M 831.496076 161.64949\" transform=\"matrix(.25 0 0 .25 -1.144 40.54)\"/>\n  <path fill=\"none\" stroke=\"currentColor\" stroke- d=\"M 814.797826 181.836365 L 828.891576 161.13324 L 843.047826 181.867615\" transform=\"matrix(.25 0 0 .25 -.946 51.193)\"/>\n  <path fill=\"#ffc72c\" stroke=\"currentColor\" stroke- d=\"M 831.719701 174.086365 C 831.719701 175.63324 830.469701 176.88324 828.922826 176.88324 C 827.375951 176.88324 826.125951 175.63324 826.125951 174.086365 C 826.125951 172.53949 827.375951 171.28949 828.922826 171.28949 C 830.469701 171.28949 831.719701 172.53949 831.719701 174.086365 Z M 831.719701 174.086365\" transform=\"matrix(.25 0 0 .25 -.946 51.193)\"/>\n  <path fill=\"#ffc72c\" stroke=\"currentColor\" stroke- d=\"M 817.438451 197.117615 L 839.297826 197.180115 C 839.297826 197.180115 839.641576 194.35199 837.016576 192.617615 C 848.454076 191.055115 845.485326 180.94574 855.063451 180.38324 C 856.922826 180.66449 850.063451 184.66449 850.063451 184.66449 C 850.063451 184.66449 844.282201 188.75824 846.922826 190.82074 C 849.000951 192.47699 849.922826 189.82074 850.204076 187.82074 C 850.485326 185.82074 859.500951 184.523865 858.219701 178.805115 C 856.079076 174.086365 843.485326 181.961365 843.485326 181.961365 L 834.500951 181.898865 C 833.938451 180.898865 831.469701 176.85199 828.907201 176.836365 C 825.875951 176.94574 823.735326 181.961365 823.735326 181.961365 L 803.422826 181.961365 C 803.422826 181.961365 802.719701 187.16449 813.032201 188.16449 C 815.344701 191.19574 817.141576 192.03949 819.157201 192.82074 C 817.813451 193.94574 817.438451 195.305115 817.438451 197.117615 Z M 817.438451 197.117615\" transform=\"matrix(.25 0 0 .25 -.946 51.193)\"/>\n  <path fill=\"#ffc72c\" stroke=\"currentColor\" stroke- d=\"M 819.016576 192.680115 L 837.219701 192.617615\" transform=\"matrix(.25 0 0 .25 -.946 51.193)\"/>\n  <path fill=\"#ffc72c\" stroke=\"currentColor\" stroke- d=\"M 810.688451 181.94574 C 810.688451 181.94574 812.141576 190.461365 818.860326 192.47699\" transform=\"matrix(.25 0 0 .25 -.946 51.193)\"/>\n  <path fill=\"url(#j)\" stroke=\"currentColor\" stroke- d=\"M 809.563451 181.836365 C 810.235326 178.586365 811.469701 178.03949 812.813451 173.88324 C 813.032201 169.85199 809.563451 170.305115 810.563451 167.72699 C 812.360326 164.930115 811.469701 162.242615 808.110326 160.117615 C 808.782201 163.805115 803.735326 167.273865 803.735326 170.305115 C 803.735326 173.32074 806.313451 172.648865 805.969701 177.242615 C 806.204076 179.930115 805.297826 179.25824 805.079076 181.836365 Z M 809.563451 181.836365\" transform=\"matrix(.25 0 0 .25 -.946 51.193)\"/>\n  <path fill=\"#ffc72c\" stroke=\"currentColor\" stroke- d=\"M 831.500951 161.66449 C 831.500951 163.086365 830.344701 164.22699 828.922826 164.22699 C 827.500951 164.22699 826.344701 163.086365 826.344701 161.66449 C 826.344701 160.22699 827.500951 159.086365 828.922826 159.086365 C 830.344701 159.086365 831.500951 160.22699 831.500951 161.66449 Z M 831.500951 161.66449\" transform=\"matrix(.25 0 0 .25 -.946 51.193)\"/>\n  <path fill=\"none\" stroke=\"currentColor\" stroke- d=\"M 814.798325 181.827985 L 828.892075 161.12486 L 843.048325 181.87486\" transform=\"matrix(.25 0 0 .25 36.57 .168)\"/>\n  <path fill=\"#ffc72c\" stroke=\"currentColor\" stroke- d=\"M 831.7202 174.09361 C 831.7202 175.640485 830.4702 176.890485 828.923325 176.890485 C 827.37645 176.890485 826.12645 175.640485 826.12645 174.09361 C 826.12645 172.546735 827.37645 171.296735 828.923325 171.296735 C 830.4702 171.296735 831.7202 172.546735 831.7202 174.09361 Z M 831.7202 174.09361\" transform=\"matrix(.25 0 0 .25 36.57 .168)\"/>\n  <path fill=\"#ffc72c\" stroke=\"currentColor\" stroke- d=\"M 817.43895 197.12486 L 839.298325 197.18736 C 839.298325 197.18736 839.642075 194.34361 837.017075 192.62486 C 848.454575 191.046735 845.485825 180.952985 855.06395 180.37486 C 856.923325 180.671735 850.06395 184.671735 850.06395 184.671735 C 850.06395 184.671735 844.2827 188.74986 846.923325 190.827985 C 849.00145 192.46861 849.923325 189.827985 850.204575 187.81236 C 850.485825 185.81236 859.50145 184.53111 858.2202 178.81236 C 856.079575 174.077985 843.485825 181.952985 843.485825 181.952985 L 834.50145 181.90611 C 833.93895 180.890485 831.4702 176.859235 828.9077 176.827985 C 825.87645 176.952985 823.735825 181.952985 823.735825 181.952985 L 803.423325 181.952985 C 803.423325 181.952985 802.7202 187.171735 813.0327 188.171735 C 815.3452 191.202985 817.142075 192.046735 819.1577 192.827985 C 817.81395 193.952985 817.43895 195.296735 817.43895 197.12486 Z M 817.43895 197.12486\" transform=\"matrix(.25 0 0 .25 36.57 .168)\"/>\n  <path fill=\"#ffc72c\" stroke=\"currentColor\" stroke- d=\"M 819.017075 192.68736 L 837.2202 192.62486\" transform=\"matrix(.25 0 0 .25 36.57 .168)\"/>\n  <path fill=\"#ffc72c\" stroke=\"currentColor\" stroke- d=\"M 810.673325 181.952985 C 810.673325 181.952985 812.142075 190.46861 818.860825 192.484235\" transform=\"matrix(.25 0 0 .25 36.57 .168)\"/>\n  <path fill=\"url(#k)\" stroke=\"currentColor\" stroke- d=\"M 809.56395 181.84361 C 810.235825 178.59361 811.4702 178.03111 812.81395 173.890485 C 813.0327 169.859235 809.56395 170.296735 810.56395 167.734235 C 812.360825 164.921735 811.4702 162.234235 808.110825 160.109235 C 808.7827 163.81236 803.735825 167.28111 803.735825 170.296735 C 803.735825 173.327985 806.31395 172.65611 805.9702 177.24986 C 806.204575 179.93736 805.298325 179.265485 805.079575 181.84361 Z M 809.56395 181.84361\" transform=\"matrix(.25 0 0 .25 36.57 .168)\"/>\n  <path fill=\"#ffc72c\" stroke=\"currentColor\" stroke- d=\"M 831.50145 161.65611 C 831.50145 163.077985 830.3452 164.234235 828.923325 164.234235 C 827.50145 164.234235 826.3452 163.077985 826.3452 161.65611 C 826.3452 160.234235 827.50145 159.077985 828.923325 159.077985 C 830.3452 159.077985 831.50145 160.234235 831.50145 161.65611 Z M 831.50145 161.65611\" transform=\"matrix(.25 0 0 .25 36.57 .168)\"/>\n  <path fill=\"none\" stroke=\"currentColor\" stroke- d=\"M 814.798575 181.82886 L 828.892325 161.125735 L 843.048575 181.875735\" transform=\"matrix(.25 0 0 .25 36.234 10.305)\"/>\n  <path fill=\"#ffc72c\" stroke=\"currentColor\" stroke- d=\"M 831.72045 174.094485 C 831.72045 175.64136 830.47045 176.89136 828.923575 176.89136 C 827.3767 176.89136 826.1267 175.64136 826.1267 174.094485 C 826.1267 172.54761 827.3767 171.29761 828.923575 171.29761 C 830.47045 171.29761 831.72045 172.54761 831.72045 174.094485 Z M 831.72045 174.094485\" transform=\"matrix(.25 0 0 .25 36.234 10.305)\"/>\n  <path fill=\"#ffc72c\" stroke=\"currentColor\" stroke- d=\"M 817.4392 197.125735 L 839.298575 197.188235 C 839.298575 197.188235 839.642325 194.344485 837.017325 192.625735 C 848.454825 191.04761 845.486075 180.95386 855.0642 180.375735 C 856.923575 180.67261 850.0642 184.67261 850.0642 184.67261 C 850.0642 184.67261 844.28295 188.750735 846.923575 190.82886 C 849.0017 192.469485 849.923575 189.82886 850.204825 187.813235 C 850.486075 185.813235 859.5017 184.531985 858.22045 178.813235 C 856.079825 174.07886 843.486075 181.95386 843.486075 181.95386 L 834.5017 181.906985 C 833.9392 180.89136 831.47045 176.86011 828.90795 176.82886 C 825.8767 176.938235 823.736075 181.95386 823.736075 181.95386 L 803.423575 181.95386 C 803.423575 181.95386 802.72045 187.17261 813.03295 188.17261 C 815.34545 191.20386 817.142325 192.04761 819.15795 192.82886 C 817.8142 193.95386 817.4392 195.29761 817.4392 197.125735 Z M 817.4392 197.125735\" transform=\"matrix(.25 0 0 .25 36.234 10.305)\"/>\n  <path fill=\"#ffc72c\" stroke=\"currentColor\" stroke- d=\"M 819.017325 192.688235 L 837.22045 192.625735\" transform=\"matrix(.25 0 0 .25 36.234 10.305)\"/>\n  <path fill=\"#ffc72c\" stroke=\"currentColor\" stroke- d=\"M 810.673575 181.95386 C 810.673575 181.95386 812.142325 190.469485 818.861075 192.48511\" transform=\"matrix(.25 0 0 .25 36.234 10.305)\"/>\n  <path fill=\"url(#l)\" stroke=\"currentColor\" stroke- d=\"M 809.5642 181.844485 C 810.236075 178.594485 811.47045 178.031985 812.8142 173.89136 C 813.03295 169.86011 809.5642 170.29761 810.5642 167.73511 C 812.361075 164.92261 811.47045 162.23511 808.111075 160.11011 C 808.78295 163.813235 803.736075 167.281985 803.736075 170.29761 C 803.736075 173.32886 806.3142 172.656985 805.97045 177.250735 C 806.204825 179.938235 805.298575 179.26636 805.079825 181.844485 Z M 809.5642 181.844485\" transform=\"matrix(.25 0 0 .25 36.234 10.305)\"/>\n  <path fill=\"#ffc72c\" stroke=\"currentColor\" stroke- d=\"M 831.5017 161.656985 C 831.5017 163.07886 830.34545 164.23511 828.923575 164.23511 C 827.5017 164.23511 826.34545 163.07886 826.34545 161.656985 C 826.34545 160.23511 827.5017 159.07886 828.923575 159.07886 C 830.34545 159.07886 831.5017 160.23511 831.5017 161.656985 Z M 831.5017 161.656985\" transform=\"matrix(.25 0 0 .25 36.234 10.305)\"/>\n  <path fill=\"none\" stroke=\"currentColor\" stroke- d=\"M 814.7937 181.82336 L 828.88745 161.120235 L 843.059325 181.870235\" transform=\"matrix(.25 0 0 .25 35.786 20.665)\"/>\n  <path fill=\"#ffc72c\" stroke=\"currentColor\" stroke- d=\"M 831.715575 174.088985 C 831.715575 175.63586 830.465575 176.88586 828.9187 176.88586 C 827.371825 176.88586 826.121825 175.63586 826.121825 174.088985 C 826.121825 172.54211 827.371825 171.29211 828.9187 171.29211 C 830.465575 171.29211 831.715575 172.54211 831.715575 174.088985 Z M 831.715575 174.088985\" transform=\"matrix(.25 0 0 .25 35.786 20.665)\"/>\n  <path fill=\"#ffc72c\" stroke=\"currentColor\" stroke- d=\"M 817.44995 197.120235 L 839.2937 197.182735 C 839.2937 197.182735 839.63745 194.338985 837.01245 192.620235 C 848.465575 191.04211 845.4812 180.94836 855.07495 180.38586 C 856.934325 180.66711 850.059325 184.66711 850.059325 184.66711 C 850.059325 184.66711 844.278075 188.745235 846.9187 190.82336 C 849.01245 192.463985 849.9187 189.82336 850.19995 187.82336 C 850.496825 185.82336 859.51245 184.526485 858.215575 178.807735 C 856.07495 174.088985 843.4812 181.94836 843.4812 181.94836 L 834.496825 181.901485 C 833.934325 180.901485 831.465575 176.85461 828.903075 176.838985 C 825.871825 176.94836 823.7312 181.94836 823.7312 181.94836 L 803.4187 181.94836 C 803.4187 181.94836 802.7312 187.16711 813.028075 188.16711 C 815.340575 191.19836 817.13745 192.04211 819.153075 192.82336 C 817.809325 193.94836 817.434325 195.307735 817.44995 197.120235 Z M 817.44995 197.120235\" transform=\"matrix(.25 0 0 .25 35.786 20.665)\"/>\n  <path fill=\"#ffc72c\" stroke=\"currentColor\" stroke- d=\"M 819.01245 192.682735 L 837.215575 192.620235\" transform=\"matrix(.25 0 0 .25 35.786 20.665)\"/>\n  <path fill=\"#ffc72c\" stroke=\"currentColor\" stroke- d=\"M 810.684325 181.94836 C 810.684325 181.94836 812.13745 190.463985 818.8562 192.47961\" transform=\"matrix(.25 0 0 .25 35.786 20.665)\"/>\n  <path fill=\"url(#m)\" stroke=\"currentColor\" stroke- d=\"M 809.559325 181.838985 C 810.2312 178.588985 811.465575 178.026485 812.809325 173.88586 C 813.028075 169.85461 809.559325 170.307735 810.57495 167.72961 C 812.3562 164.932735 811.465575 162.245235 808.1062 160.10461 C 808.778075 163.807735 803.7312 167.276485 803.7312 170.307735 C 803.7312 173.32336 806.309325 172.651485 805.9812 177.245235 C 806.19995 179.932735 805.309325 179.26086 805.07495 181.838985 Z M 809.559325 181.838985\" transform=\"matrix(.25 0 0 .25 35.786 20.665)\"/>\n  <path fill=\"#ffc72c\" stroke=\"currentColor\" stroke- d=\"M 831.496825 161.651485 C 831.496825 163.07336 830.340575 164.22961 828.9187 164.22961 C 827.496825 164.22961 826.340575 163.07336 826.340575 161.651485 C 826.340575 160.22961 827.496825 159.07336 828.9187 159.07336 C 830.340575 159.07336 831.496825 160.22961 831.496825 161.651485 Z M 831.496825 161.651485\" transform=\"matrix(.25 0 0 .25 35.786 20.665)\"/>\n  <path fill=\"none\" stroke=\"currentColor\" stroke- d=\"M 814.793325 181.834615 L 828.887075 161.13149 L 843.05895 181.865865\" transform=\"matrix(.25 0 0 .25 36.29 30.858)\"/>\n  <path fill=\"#ffc72c\" stroke=\"currentColor\" stroke- d=\"M 831.7152 174.084615 C 831.7152 175.63149 830.4652 176.897115 828.918325 176.897115 C 827.37145 176.897115 826.12145 175.63149 826.12145 174.084615 C 826.12145 172.53774 827.37145 171.28774 828.918325 171.28774 C 830.4652 171.28774 831.7152 172.53774 831.7152 174.084615 Z M 831.7152 174.084615\" transform=\"matrix(.25 0 0 .25 36.29 30.858)\"/>\n  <path fill=\"#ffc72c\" stroke=\"currentColor\" stroke- d=\"M 817.449575 197.115865 L 839.293325 197.178365 C 839.293325 197.178365 839.637075 194.35024 837.012075 192.615865 C 848.4652 191.053365 845.480825 180.959615 855.074575 180.38149 C 856.93395 180.66274 850.05895 184.678365 850.05895 184.678365 C 850.05895 184.678365 844.2777 188.75649 846.918325 190.81899 C 849.012075 192.47524 849.918325 189.81899 850.199575 187.81899 C 850.49645 185.81899 859.512075 184.522115 858.2152 178.803365 C 856.074575 174.084615 843.480825 181.959615 843.480825 181.959615 L 834.49645 181.897115 C 833.93395 180.897115 831.4652 176.85024 828.9027 176.834615 C 825.87145 176.94399 823.74645 181.959615 823.74645 181.959615 L 803.418325 181.959615 C 803.418325 181.959615 802.730825 187.16274 813.0277 188.16274 C 815.3402 191.19399 817.137075 192.03774 819.168325 192.834615 C 817.80895 193.94399 817.43395 195.303365 817.449575 197.115865 Z M 817.449575 197.115865\" transform=\"matrix(.25 0 0 .25 36.29 30.858)\"/>\n  <path fill=\"#ffc72c\" stroke=\"currentColor\" stroke- d=\"M 819.012075 192.678365 L 837.2152 192.615865\" transform=\"matrix(.25 0 0 .25 36.29 30.858)\"/>\n  <path fill=\"#ffc72c\" stroke=\"currentColor\" stroke- d=\"M 810.68395 181.959615 C 810.68395 181.959615 812.137075 190.459615 818.855825 192.47524\" transform=\"matrix(.25 0 0 .25 36.29 30.858)\"/>\n  <path fill=\"url(#n)\" stroke=\"currentColor\" stroke- d=\"M 809.55895 181.834615 C 810.230825 178.60024 811.4652 178.03774 812.80895 173.88149 C 813.0277 169.85024 809.55895 170.303365 810.574575 167.72524 C 812.355825 164.928365 811.4652 162.240865 808.105825 160.115865 C 808.7777 163.803365 803.730825 167.28774 803.730825 170.303365 C 803.730825 173.334615 806.30895 172.66274 805.980825 177.25649 C 806.199575 179.94399 805.30895 179.272115 805.074575 181.834615 Z M 809.55895 181.834615\" transform=\"matrix(.25 0 0 .25 36.29 30.858)\"/>\n  <path fill=\"#ffc72c\" stroke=\"currentColor\" stroke- d=\"M 831.49645 161.66274 C 831.49645 163.084615 830.3402 164.22524 828.918325 164.22524 C 827.49645 164.22524 826.3402 163.084615 826.3402 161.66274 C 826.3402 160.240865 827.49645 159.084615 828.918325 159.084615 C 830.3402 159.084615 831.49645 160.240865 831.49645 161.66274 Z M 831.49645 161.66274\" transform=\"matrix(.25 0 0 .25 36.29 30.858)\"/>\n  <path fill=\"none\" stroke=\"currentColor\" stroke- d=\"M 814.7882 181.83024 L 828.88195 161.127115 L 843.053825 181.877115\" transform=\"matrix(.25 0 0 .25 36.178 41.05)\"/>\n  <path fill=\"#ffc72c\" stroke=\"currentColor\" stroke- d=\"M 831.7257 174.095865 C 831.7257 175.64274 830.460075 176.89274 828.9132 176.89274 C 827.366325 176.89274 826.116325 175.64274 826.116325 174.095865 C 826.116325 172.54899 827.366325 171.283365 828.9132 171.283365 C 830.460075 171.283365 831.7257 172.54899 831.7257 174.095865 Z M 831.7257 174.095865\" transform=\"matrix(.25 0 0 .25 36.178 41.05)\"/>\n  <path fill=\"#ffc72c\" stroke=\"currentColor\" stroke- d=\"M 817.44445 197.11149 L 839.2882 197.17399 C 839.2882 197.17399 839.63195 194.345865 837.00695 192.627115 C 848.460075 191.04899 845.491325 180.95524 855.06945 180.377115 C 856.928825 180.658365 850.06945 184.67399 850.06945 184.67399 C 850.06945 184.67399 844.2882 188.752115 846.9132 190.83024 C 849.00695 192.470865 849.9132 189.83024 850.210075 187.814615 C 850.491325 185.814615 859.50695 184.533365 858.2257 178.79899 C 856.06945 174.08024 843.4757 181.95524 843.4757 181.95524 L 834.50695 181.908365 C 833.94445 180.89274 831.460075 176.845865 828.9132 176.83024 C 825.88195 176.939615 823.741325 181.95524 823.741325 181.95524 L 803.428825 181.95524 C 803.428825 181.95524 802.7257 187.17399 813.022575 188.17399 C 815.3507 191.189615 817.147575 192.04899 819.1632 192.83024 C 817.81945 193.939615 817.44445 195.29899 817.44445 197.11149 Z M 817.44445 197.11149\" transform=\"matrix(.25 0 0 .25 36.178 41.05)\"/>\n  <path fill=\"#ffc72c\" stroke=\"currentColor\" stroke- d=\"M 819.022575 192.689615 L 837.210075 192.627115\" transform=\"matrix(.25 0 0 .25 36.178 41.05)\"/>\n  <path fill=\"#ffc72c\" stroke=\"currentColor\" stroke- d=\"M 810.678825 181.95524 C 810.678825 181.95524 812.13195 190.470865 818.8507 192.48649\" transform=\"matrix(.25 0 0 .25 36.178 41.05)\"/>\n  <path fill=\"url(#o)\" stroke=\"currentColor\" stroke- d=\"M 809.553825 181.845865 C 810.2257 178.595865 811.460075 178.033365 812.803825 173.89274 C 813.0382 169.86149 809.553825 170.29899 810.56945 167.720865 C 812.366325 164.92399 811.460075 162.23649 808.1007 160.11149 C 808.772575 163.814615 803.741325 167.283365 803.741325 170.29899 C 803.741325 173.33024 806.31945 172.658365 805.9757 177.252115 C 806.19445 179.939615 805.303825 179.26774 805.085075 181.845865 Z M 809.553825 181.845865\" transform=\"matrix(.25 0 0 .25 36.178 41.05)\"/>\n  <path fill=\"#ffc72c\" stroke=\"currentColor\" stroke- d=\"M 831.491325 161.658365 C 831.491325 163.08024 830.335075 164.23649 828.9132 164.23649 C 827.491325 164.23649 826.3507 163.08024 826.3507 161.658365 C 826.3507 160.23649 827.491325 159.08024 828.9132 159.08024 C 830.335075 159.08024 831.491325 160.23649 831.491325 161.658365 Z M 831.491325 161.658365\" transform=\"matrix(.25 0 0 .25 36.178 41.05)\"/>\n  <path fill=\"none\" stroke=\"currentColor\" stroke- d=\"M 814.798575 181.83624 L 828.892325 161.133115 L 843.048575 181.86749\" transform=\"matrix(.25 0 0 .25 36.234 51.299)\"/>\n  <path fill=\"#ffc72c\" stroke=\"currentColor\" stroke- d=\"M 831.72045 174.08624 C 831.72045 175.633115 830.47045 176.883115 828.923575 176.883115 C 827.3767 176.883115 826.1267 175.633115 826.1267 174.08624 C 826.1267 172.539365 827.3767 171.289365 828.923575 171.289365 C 830.47045 171.289365 831.72045 172.539365 831.72045 174.08624 Z M 831.72045 174.08624\" transform=\"matrix(.25 0 0 .25 36.234 51.299)\"/>\n  <path fill=\"#ffc72c\" stroke=\"currentColor\" stroke- d=\"M 817.4392 197.11749 L 839.298575 197.17999 C 839.298575 197.17999 839.642325 194.351865 837.017325 192.61749 C 848.454825 191.05499 845.486075 180.945615 855.0642 180.383115 C 856.923575 180.664365 850.0642 184.664365 850.0642 184.664365 C 850.0642 184.664365 844.28295 188.758115 846.923575 190.820615 C 849.0017 192.476865 849.923575 189.820615 850.204825 187.820615 C 850.486075 185.820615 859.5017 184.52374 858.22045 178.80499 C 856.079825 174.08624 843.486075 181.96124 843.486075 181.96124 L 834.5017 181.89874 C 833.9392 180.89874 831.47045 176.851865 828.90795 176.83624 C 825.8767 176.945615 823.736075 181.96124 823.736075 181.96124 L 803.423575 181.96124 C 803.423575 181.96124 802.72045 187.164365 813.03295 188.164365 C 815.34545 191.195615 817.142325 192.039365 819.15795 192.820615 C 817.8142 193.945615 817.4392 195.30499 817.4392 197.11749 Z M 817.4392 197.11749\" transform=\"matrix(.25 0 0 .25 36.234 51.299)\"/>\n  <path fill=\"#ffc72c\" stroke=\"currentColor\" stroke- d=\"M 819.017325 192.67999 L 837.22045 192.61749\" transform=\"matrix(.25 0 0 .25 36.234 51.299)\"/>\n  <path fill=\"#ffc72c\" stroke=\"currentColor\" stroke- d=\"M 810.673575 181.945615 C 810.673575 181.945615 812.142325 190.46124 818.861075 192.476865\" transform=\"matrix(.25 0 0 .25 36.234 51.299)\"/>\n  <path fill=\"url(#p)\" stroke=\"currentColor\" stroke- d=\"M 809.5642 181.83624 C 810.236075 178.58624 811.47045 178.039365 812.8142 173.883115 C 813.03295 169.851865 809.5642 170.30499 810.5642 167.726865 C 812.361075 164.92999 811.47045 162.24249 808.111075 160.11749 C 808.78295 163.80499 803.736075 167.27374 803.736075 170.30499 C 803.736075 173.33624 806.3142 172.64874 805.97045 177.24249 C 806.204825 179.92999 805.298575 179.258115 805.079825 181.83624 Z M 809.5642 181.83624\" transform=\"matrix(.25 0 0 .25 36.234 51.299)\"/>\n  <path fill=\"#ffc72c\" stroke=\"currentColor\" stroke- d=\"M 831.5017 161.664365 C 831.5017 163.08624 830.34545 164.226865 828.923575 164.226865 C 827.5017 164.226865 826.34545 163.08624 826.34545 161.664365 C 826.34545 160.226865 827.5017 159.08624 828.923575 159.08624 C 830.34545 159.08624 831.5017 160.226865 831.5017 161.664365 Z M 831.5017 161.664365\" transform=\"matrix(.25 0 0 .25 36.234 51.299)\"/>\n  <path fill=\"#ffc72c\" stroke=\"currentColor\" stroke- d=\"M 915.84375 406.3125 C 915.84375 406.3125 921.546875 419.46875 928.046875 411.390625 C 934.53125 403.3125 932.15625 399.828125 932.15625 399.828125 L 917.578125 391.90625 L 913.3125 400.921875 Z M 915.84375 406.3125\" transform=\"scale(.25)\"/>\n  <path fill=\"#ffc6b5\" stroke=\"currentColor\" stroke- d=\"M 928.359375 404.578125 C 928.359375 404.578125 929.3125 404.734375 930.09375 403.3125 C 930.890625 401.875 928.359375 401.25 927.25 399.65625 L 925.984375 402.203125 Z M 928.359375 404.578125\" transform=\"scale(.25)\"/>\n  <path fill=\"#ffc6b5\" stroke=\"currentColor\" stroke- d=\"M 895.40625 401.09375 L 882.578125 408.0625 C 882.578125 408.0625 876.25 409.328125 875.765625 408.0625 C 875.296875 406.796875 875.921875 405.6875 879.25 405.515625 C 882.578125 405.359375 891.609375 397.125 891.609375 397.125 Z M 895.40625 401.09375\" transform=\"scale(.25)\"/>\n  <path fill=\"#ffc6b5\" stroke=\"currentColor\" stroke- d=\"M 895.5625 173.15625 C 895.5625 173.15625 895.890625 176.15625 896.046875 177.75 C 896.203125 179.328125 893.515625 182.65625 893.34375 182.5 C 893.1875 182.34375 891.921875 182.65625 892.078125 183.609375 C 892.234375 184.546875 894.140625 184.875 894.140625 184.875 C 894.140625 184.875 893.34375 188.203125 894.140625 188.359375 C 894.9375 188.515625 892.078125 192.625 894.140625 193.734375 C 896.203125 194.84375 899.6875 196.28125 901.265625 195.953125 C 902.859375 195.640625 901.265625 202.140625 901.265625 202.140625 L 896.828125 211.640625 L 921.234375 209.109375 L 916.15625 201.03125 C 916.15625 201.03125 913.78125 199.4375 914.421875 194.84375 C 915.046875 190.25 914.09375 169.5 914.09375 169.5 L 896.671875 167.125 Z M 895.5625 173.15625\" transform=\"scale(.25)\"/>\n  <path fill=\"#ffc6b5\" stroke=\"currentColor\" stroke- d=\"M 891.125 209.265625 C 891.125 209.265625 883.21875 212.90625 883.53125 222.734375 C 881.46875 232.234375 880.359375 241.734375 880.359375 241.734375 C 880.359375 241.734375 871.015625 252.34375 868.15625 256.15625 C 865.3125 259.953125 861.03125 267.71875 859.453125 269.765625 C 857.875 271.828125 851.6875 278.640625 851.84375 281.171875 C 852 283.71875 850.421875 294.953125 856.59375 296.21875 C 858.1875 296.859375 863.25 283.234375 863.25 283.234375 C 863.25 283.234375 863.5625 277.375 861.828125 276.265625 C 860.078125 275.15625 865.625 271.359375 865.625 271.359375 C 865.625 271.359375 876.25 263.59375 878.625 261.6875 C 881 259.796875 887.484375 252.5 887.484375 252.5 Z M 891.125 209.265625\" transform=\"scale(.25)\"/>\n  <path fill=\"#fff\" stroke=\"currentColor\" stroke- d=\"M 900.15625 201.8125 C 900.15625 201.8125 902.21875 207.359375 906.8125 206.40625 C 911.40625 205.46875 916.796875 201.1875 916.796875 201.1875 C 916.796875 201.1875 921.0625 201.03125 921.703125 201.65625 C 922.34375 202.296875 933.265625 212.90625 932.953125 216.234375 C 932.640625 219.5625 927.875 218.609375 926.140625 220.828125 C 924.390625 223.046875 921.546875 228.59375 922.34375 232.703125 C 923.125 236.828125 925.5 242.21875 925.1875 244.265625 C 924.875 246.328125 923.125 246.96875 923.125 248.078125 C 923.125 249.1875 924.5625 251.078125 924.5625 253.140625 C 924.5625 255.203125 922.65625 258.203125 922.96875 260.265625 C 923.28125 262.328125 923.453125 268.34375 923.453125 268.34375 L 922.96875 296.234375 C 922.96875 296.234375 924.5625 297.171875 924.71875 298.765625 C 924.875 300.34375 935.484375 346.4375 935.484375 346.4375 C 935.484375 346.4375 935.015625 347.859375 933.90625 347.703125 C 932.796875 347.546875 938.171875 354.828125 938.328125 356.890625 C 938.5 358.953125 943.875 375.109375 943.71875 377.328125 C 943.5625 379.546875 942.765625 384.453125 942.296875 384.609375 C 941.828125 384.765625 945.78125 394.75 945.140625 396.328125 C 944.515625 397.921875 938.015625 397.765625 938.015625 397.765625 L 936.28125 397.4375 C 936.28125 397.4375 936.4375 399.5 935.171875 399.65625 C 933.90625 399.828125 924.5625 399.1875 924.5625 399.1875 C 924.5625 399.1875 921.859375 403.3125 920.28125 403.140625 C 918.6875 402.984375 916.640625 400.140625 916.15625 400.609375 C 915.6875 401.09375 917.578125 403.78125 917.109375 404.578125 C 916.640625 405.359375 908.5625 407.109375 906.96875 403.3125 C 905.390625 399.5 907.921875 400.453125 907.453125 399.65625 C 906.96875 398.875 903.328125 396.8125 902.21875 397.4375 C 901.109375 398.078125 905.078125 399.03125 904.90625 400.609375 C 904.75 402.203125 901.421875 404.578125 900.15625 404.578125 C 898.890625 404.578125 895.890625 398.71875 891.453125 399.34375 C 887.015625 399.984375 884.15625 401.09375 884.15625 401.09375 C 884.15625 401.09375 878.9375 403.3125 876.71875 402.828125 C 874.5 402.359375 873.546875 400.609375 873.546875 399.65625 C 873.546875 398.71875 875.140625 394.59375 874.96875 393.328125 C 874.8125 392.0625 873.546875 390.796875 873.546875 388.890625 C 873.546875 386.984375 877.1875 380.5 877.1875 380.5 L 877.03125 351.34375 C 877.03125 351.34375 873.703125 351.34375 873.546875 349.296875 C 873.390625 347.234375 878.625 303.203125 879.40625 300.34375 C 880.203125 297.5 882.265625 287.359375 882.265625 287.359375 C 882.265625 287.359375 879.890625 288.46875 879.734375 287.359375 C 879.5625 286.25 886.859375 261.0625 886.859375 261.0625 C 886.859375 261.0625 888.125 248.546875 888.125 245.21875 C 888.125 241.890625 887.484375 237.296875 887.484375 237.296875 C 887.484375 237.296875 880.984375 234.546875 880.84375 230.328125 C 880.234375 223.625 887.015625 219.875 887.8125 217.65625 C 888.59375 215.4375 890.96875 208.796875 890.96875 208.796875 C 890.96875 208.796875 894.453125 202.765625 900.15625 201.8125 Z M 900.15625 201.8125\" transform=\"scale(.25)\"/>\n  <path fill=\"#ffc72c\" stroke=\"currentColor\" stroke- d=\"M 897.78125 402.984375 C 897.78125 402.984375 882.421875 411.0625 880.203125 411.703125 C 877.984375 412.328125 876.5625 409 878.78125 408.375 C 881 407.734375 884.484375 407.421875 884.484375 407.421875 C 884.484375 407.421875 879.25 403.3125 879.40625 403.140625 C 879.5625 402.984375 886.53125 400.453125 886.703125 400.453125 C 886.859375 400.453125 888.921875 404.578125 890.34375 404.25 C 891.765625 403.9375 895.890625 400.765625 895.890625 400.765625 C 895.890625 400.765625 898.109375 403.3125 897.78125 402.984375 Z M 897.78125 402.984375\" transform=\"scale(.25)\"/>\n  <path fill=\"#ffc6b5\" stroke=\"currentColor\" stroke- d=\"M 919.4375 407.421875 C 920.890625 409.296875 921.453125 412.546875 924.78125 410.640625 C 928.109375 408.75 923.078125 405.21875 923.078125 405.21875 Z M 919.4375 407.421875\" transform=\"scale(.25)\"/>\n  <path fill=\"#ffc6b5\" stroke=\"currentColor\" stroke- d=\"M 925.5 407.109375 C 925.5 407.109375 927.09375 408.375 928.515625 406.953125 C 929.9375 405.515625 925.65625 402.515625 925.65625 402.515625 L 923.609375 404.890625 Z M 925.5 407.109375\" transform=\"scale(.25)\"/>\n  <path fill=\"#ffc6b5\" stroke=\"currentColor\" stroke- d=\"M 932.3125 216.953125 C 932.46875 216.953125 937.546875 232.640625 938.171875 236.609375 C 938.8125 240.5625 940.875 256.40625 940.078125 258.625 C 939.28125 260.84375 931.203125 271.453125 930.25 274.140625 C 929.3125 276.828125 923.609375 287.125 923.609375 287.125 C 923.609375 287.125 922.171875 297.265625 921.546875 297.75 C 920.90625 298.21875 923.1875 300.703125 922.96875 301.546875 C 922.65625 302.484375 918.375 306.9375 916.484375 306.453125 C 914.578125 305.984375 911.5625 303.765625 911.40625 301.703125 C 911.25 299.640625 911.5625 292.828125 912.984375 291.09375 C 914.421875 289.34375 921.859375 271.765625 922.34375 270.65625 C 922.8125 269.546875 929.15625 255.765625 929.3125 253.390625 C 929.46875 251.015625 927.34375 245.515625 925.09375 243.5 C 920.109375 228.828125 922.0625 219.984375 932.3125 216.953125 Z M 932.3125 216.953125\" transform=\"scale(.25)\"/>\n  <path fill=\"#9c5100\" stroke=\"currentColor\" stroke- d=\"M 895.09375 172.203125 C 895.09375 172.203125 898.578125 172.671875 900.484375 171.5625 C 902.375 170.453125 904.59375 169.984375 906.1875 172.203125 C 907.765625 174.421875 908.875 174.265625 908.875 174.265625 C 908.875 174.265625 906.5 180.125 908.875 180.75 C 911.25 181.390625 912.359375 181.390625 912.515625 182.171875 C 912.671875 182.96875 910.453125 184.71875 911.09375 185.5 C 911.71875 186.296875 912.828125 187.25 912.984375 187.875 C 913.15625 188.515625 911.5625 191.203125 912.046875 191.84375 C 912.515625 192.46875 913.9375 195.015625 914.890625 195.015625 C 915.84375 195.015625 915.203125 198.96875 918.0625 198.015625 C 920.90625 197.0625 920.75 194.53125 920.75 194.53125 C 920.75 194.53125 923.765625 194.0625 924.546875 191.359375 C 925.34375 188.671875 927.25 188.03125 927.25 188.03125 C 927.25 188.03125 931.046875 185.984375 925.984375 182.8125 C 925.984375 160.640625 911.40625 163.015625 911.40625 163.015625 C 911.40625 163.015625 909.671875 159.046875 906.8125 159.53125 C 903.96875 160 903.796875 163.328125 901.75 163.015625 C 899.6875 162.6875 899.203125 161.265625 899.046875 161.421875 C 898.890625 161.59375 897.15625 164.75 897.15625 165.546875 C 897.15625 166.34375 891.609375 164.4375 892.078125 168.5625 C 892.5625 172.671875 895.25 172.515625 895.09375 172.203125 Z M 895.09375 172.203125\" transform=\"scale(.25)\"/>\n  <path fill=\"none\" stroke=\"currentColor\" stroke- d=\"M 920.75 208 C 920.75 208 906.65625 217.03125 906.96875 220.1875\" transform=\"scale(.25)\"/>\n  <path fill=\"none\" stroke=\"currentColor\" stroke- d=\"M 923.921875 209.578125 C 923.921875 209.578125 920.75 213.0625 920.59375 213.0625\" transform=\"scale(.25)\"/>\n  <path fill=\"none\" stroke=\"currentColor\" stroke- d=\"M 928.203125 213.390625 C 928.203125 213.390625 921.234375 219.078125 922.34375 222.734375\" transform=\"scale(.25)\"/>\n  <path fill=\"none\" stroke=\"currentColor\" stroke- d=\"M 895.25 207.203125 C 895.25 207.203125 893.1875 211.484375 893.671875 212.90625 C 894.140625 214.328125 897.625 219.71875 898.109375 223.046875 C 898.578125 226.375 898.109375 228.75 898.109375 228.75\" transform=\"scale(.25)\"/>\n  <path fill=\"none\" stroke=\"currentColor\" stroke- d=\"M 891.609375 215.125 C 891.609375 215.125 892.234375 220.1875 893.1875 221.140625 C 894.140625 222.09375 896.671875 226.375 897 228.109375\" transform=\"scale(.25)\"/>\n  <path fill=\"none\" stroke=\"currentColor\" stroke- d=\"M 890.34375 236.1875 C 890.34375 236.1875 894.453125 238.25 898.265625 230.328125\" transform=\"scale(.25)\"/>\n  <path fill=\"none\" stroke=\"currentColor\" stroke- d=\"M 904.4375 224.78125 C 904.28125 224.78125 901.421875 232.546875 906.5 235.40625 C 911.5625 238.25 915.375 237.9375 917.578125 237.140625 C 919.796875 236.34375 922.171875 234.921875 922.171875 234.921875\" transform=\"scale(.25)\"/>\n  <path fill=\"none\" stroke=\"currentColor\" stroke- d=\"M 902.21875 234.296875 C 902.21875 234.296875 902.53125 244.75 917.90625 255.046875\" transform=\"scale(.25)\"/>\n  <path fill=\"none\" stroke=\"currentColor\" stroke- d=\"M 902.859375 244.109375 C 902.859375 244.109375 902.703125 253.296875 908.71875 257.421875\" transform=\"scale(.25)\"/>\n  <path fill=\"none\" stroke=\"currentColor\" stroke- d=\"M 899.6875 233.34375 C 899.6875 233.34375 895.09375 246.96875 891.453125 248.390625\" transform=\"scale(.25)\"/>\n  <path fill=\"none\" stroke=\"currentColor\" stroke- d=\"M 898.265625 243.3125 C 898.265625 243.3125 898.109375 253.140625 896.828125 256.625\" transform=\"scale(.25)\"/>\n  <path fill=\"none\" stroke=\"currentColor\" stroke- d=\"M 895.5625 259 C 895.5625 259 898.734375 262.96875 902.21875 262.640625 C 905.703125 262.328125 907.125 258.203125 909.5 258.84375 C 911.890625 259.484375 914.09375 261.375 919.640625 260.90625\" transform=\"scale(.25)\"/>\n  <path fill=\"none\" stroke=\"currentColor\" stroke- d=\"M 911.71875 265.015625 C 911.71875 265.015625 911.71875 273.09375 913.15625 273.890625 C 914.578125 274.6875 913.9375 282.125 913.9375 282.125\" transform=\"scale(.25)\"/>\n  <path fill=\"none\" stroke=\"currentColor\" stroke- d=\"M 892.40625 261.21875 C 892.40625 261.21875 892.234375 268.828125 891.296875 271.515625 C 890.34375 274.203125 888.4375 278.796875 888.75 282.765625\" transform=\"scale(.25)\"/>\n  <path fill=\"none\" stroke=\"currentColor\" stroke- d=\"M 882.734375 287.203125 C 883.53125 286.875 886.21875 284.5 886.21875 284.5\" transform=\"scale(.25)\"/>\n  <path fill=\"none\" stroke=\"currentColor\" stroke- d=\"M 887.640625 286.25 C 887.640625 286.25 880.84375 315.390625 882.734375 332.8125\" transform=\"scale(.25)\"/>\n  <path fill=\"none\" stroke=\"currentColor\" stroke- d=\"M 889.234375 287.671875 C 889.234375 287.671875 885.75 309.53125 887.328125 313.65625\" transform=\"scale(.25)\"/>\n  <path fill=\"none\" stroke=\"currentColor\" stroke- d=\"M 887.484375 287.03125 C 887.640625 287.03125 900.796875 287.984375 900.796875 287.984375\" transform=\"scale(.25)\"/>\n  <path fill=\"none\" stroke=\"currentColor\" stroke- d=\"M 902.703125 286.25 C 902.703125 286.25 906.34375 288.140625 911.40625 287.828125\" transform=\"scale(.25)\"/>\n  <path fill=\"none\" stroke=\"currentColor\" stroke- d=\"M 901.109375 296.859375 C 901.109375 296.859375 900.484375 334.25 899.53125 342.484375\" transform=\"scale(.25)\"/>\n  <path fill=\"none\" stroke=\"currentColor\" stroke- d=\"M 920.59375 305.40625 C 920.59375 305.40625 924.71875 338.203125 927.09375 341.21875\" transform=\"scale(.25)\"/>\n  <path fill=\"none\" stroke=\"currentColor\" stroke- d=\"M 912.671875 309.53125 C 912.671875 309.53125 915.203125 338.515625 916.640625 341.046875\" transform=\"scale(.25)\"/>\n  <path fill=\"none\" stroke=\"currentColor\" stroke- d=\"M 876.71875 351.1875 C 876.71875 351.1875 881.625 349.609375 886.0625 344.859375 C 891.125 351.671875 898.890625 345.171875 898.890625 345.171875 C 898.890625 345.171875 910.9375 353.40625 916.3125 344.21875 C 924.5625 349.609375 928.671875 343.421875 928.671875 343.421875 C 928.671875 343.421875 931.6875 348.015625 933.90625 347.546875\" transform=\"scale(.25)\"/>\n  <path fill=\"none\" stroke=\"currentColor\" stroke- d=\"M 920.75 350.71875 C 920.75 350.71875 926.9375 379.703125 936.125 387.9375\" transform=\"scale(.25)\"/>\n  <path fill=\"none\" stroke=\"currentColor\" stroke- d=\"M 888.921875 347.703125 C 888.921875 347.703125 889.703125 371.9375 891.125 389.046875\" transform=\"scale(.25)\"/>\n  <path fill=\"none\" stroke=\"currentColor\" stroke- d=\"M 887.8125 375.109375 C 887.8125 375.109375 887.015625 390.953125 886.0625 392.0625\" transform=\"scale(.25)\"/>\n  <path fill=\"none\" stroke=\"currentColor\" stroke- d=\"M 878.453125 393.640625 C 878.453125 393.640625 880.203125 400.453125 888.921875 394.125 C 897.625 387.78125 897.78125 396.5 898.109375 397.4375 C 898.421875 398.390625 899.84375 405.203125 903.171875 399.5\" transform=\"scale(.25)\"/>\n  <path fill=\"none\" stroke=\"currentColor\" stroke- d=\"M 910.140625 390.15625 C 910.140625 390.15625 908.71875 404.25 921.234375 393.953125 C 933.75 383.65625 935.796875 393.796875 936.125 396.96875\" transform=\"scale(.25)\"/>\n  <path fill=\"none\" stroke=\"currentColor\" stroke- d=\"M 910.296875 166.8125 C 910.296875 166.8125 909.1875 173.78125 916.640625 173.15625 C 915.6875 176.953125 918.53125 178.21875 918.53125 178.21875\" transform=\"scale(.25)\"/>\n  <path fill=\"none\" stroke=\"currentColor\" stroke- d=\"M 924.078125 182.5 C 924.234375 182.5 927.40625 184.546875 923.921875 187.09375\" transform=\"scale(.25)\"/>\n  <path fill=\"none\" stroke=\"currentColor\" stroke- d=\"M 913.3125 188.03125 C 913.3125 188.03125 914.890625 189.9375 916.640625 189.46875 C 918.375 188.984375 921.234375 191.203125 921.234375 191.203125 C 921.234375 191.203125 923.609375 192 923.921875 191.53125\" transform=\"scale(.25)\"/>\n  <path fill=\"none\" stroke=\"currentColor\" stroke- d=\"M 903.640625 194.0625 C 903.640625 194.0625 909.03125 196.125 912.515625 187.5625\" transform=\"scale(.25)\"/>\n  <path fill=\"none\" stroke=\"currentColor\" stroke- d=\"M 893.671875 185.03125 L 896.828125 185.1875\" transform=\"scale(.25)\"/>\n  <path fill=\"none\" stroke=\"currentColor\" stroke- d=\"M 858.515625 284.921875 L 858.765625 291.859375\" transform=\"scale(.25)\"/>\n  <path fill=\"none\" stroke=\"currentColor\" stroke- d=\"M 852.015625 284.40625 C 852.015625 284.40625 856.46875 291.859375 856.09375 295.8125\" transform=\"scale(.25)\"/>\n  <path fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke- d=\"M 894.140625 188.203125 L 897 188.203125 L 894.453125 189.3125\" transform=\"scale(.25)\"/>\n  <path fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke- d=\"M 911.671875 299.96875 C 911.671875 299.96875 915 299.609375 914.890625 305.171875 C 917.015625 298.265625 921.328125 298.109375 921.328125 298.109375\" transform=\"scale(.25)\"/>\n  <path fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke- d=\"M 898.109375 179.328125 C 898.578125 179.328125 900.3125 178.6875 900.640625 179.171875 C 900.953125 179.640625 898.734375 179.953125 898.109375 179.328125 Z M 898.109375 179.328125\" transform=\"scale(.25)\"/>\n  <path fill=\"#ffc72c\" stroke=\"currentColor\" stroke- d=\"M 900.296875 458.578125 C 967.203125 456.71875 1010.40625 408.40625 1009.9375 407.9375 C 1009.46875 407.484375 1018.765625 394.46875 1026.203125 396.328125 C 1033.625 398.1875 1044.3125 420.015625 1057.328125 424.671875 C 1063.828125 434.890625 1055.46875 444.171875 1052.671875 446.03125 C 1049.890625 447.890625 1037.34375 453 1035.484375 445.578125 C 1033.625 438.140625 1029.90625 439.53125 1029.90625 439.53125 C 1029.90625 439.53125 970.453125 497.609375 901.6875 495.28125 C 830.609375 495.75 772.078125 439.53125 772.078125 439.53125 L 766.96875 445.109375 C 766.96875 445.109375 761.390625 451.140625 758.609375 450.6875 C 755.8125 450.21875 743.734375 442.3125 742.8125 434.421875 C 741.875 426.53125 750.25 421.40625 750.25 421.40625 C 750.25 421.40625 770.6875 405.625 773.015625 397.25 C 777.65625 392.609375 786.484375 400.515625 786.484375 400.515625 C 786.484375 400.515625 840.375 462.296875 900.296875 458.578125 Z M 900.296875 458.578125\" transform=\"scale(.25)\"/>\n  <path fill=\"none\" stroke=\"currentColor\" stroke- d=\"M 748.859375 422.640625 C 748.859375 422.640625 754.390625 421.171875 756.40625 423.46875 C 758.4375 425.78125 772.34375 439.40625 772.34375 439.40625\" transform=\"scale(.25)\"/>\n  <path fill=\"none\" stroke=\"currentColor\" stroke- d=\"M 761.484375 429.09375 L 755.953125 433.234375 C 755.953125 433.234375 769.859375 436 766.734375 445.125\" transform=\"scale(.25)\"/>\n  <path fill=\"none\" stroke=\"currentColor\" stroke- d=\"M 1052.34375 422.1875 C 1052.34375 422.1875 1049.578125 420.703125 1045.25 423.9375 C 1040.921875 427.15625 1029.953125 439.40625 1029.953125 439.40625\" transform=\"scale(.25)\"/>\n  <path fill=\"none\" stroke=\"currentColor\" stroke- d=\"M 1039.90625 428.734375 L 1045.890625 433.328125 C 1045.890625 433.328125 1033.359375 434.15625 1036.125 446.046875\" transform=\"scale(.25)\"/>\n  <path d=\"M 204.914062 109.347656 C 204.824219 109.613281 204.585938 109.34375 204.386719 109.394531 C 203.863281 109.414062 203.429688 109.757812 202.980469 109.988281 C 201.445312 110.882812 199.910156 111.777344 198.378906 112.671875 C 198.222656 112.621094 198.261719 112.496094 198.296875 112.371094 C 198.707031 110.453125 199.132812 108.542969 199.527344 106.625 C 199.59375 106.289062 199.699219 105.871094 199.378906 105.628906 C 199.238281 105.53125 199.453125 105.34375 199.539062 105.515625 C 200.324219 106.074219 201.109375 106.632812 201.894531 107.195312 C 201.816406 107.414062 201.683594 107.257812 201.550781 107.167969 C 201.226562 106.855469 200.832031 107.144531 200.84375 107.542969 C 200.5625 108.804688 200.289062 110.070312 200.011719 111.332031 C 201.054688 110.714844 202.105469 110.113281 203.140625 109.480469 C 203.507812 109.316406 203.777344 108.820312 203.394531 108.515625 C 203.25 108.429688 203.011719 108.195312 203.25 108.160156 C 203.804688 108.558594 204.359375 108.953125 204.914062 109.347656 Z M 204.914062 109.347656\"/>\n  <path d=\"M 206.570312 117.34375 C 206.527344 117.488281 206.453125 117.519531 206.339844 117.417969 C 205.414062 116.914062 204.492188 116.40625 203.570312 115.902344 C 203.613281 115.761719 203.6875 115.726562 203.800781 115.832031 C 204.050781 116 204.457031 116.066406 204.640625 115.769531 C 205.007812 115.179688 205.316406 114.558594 205.65625 113.953125 C 206.117188 113.097656 206.597656 112.253906 207.046875 111.390625 C 207.257812 111.085938 207.019531 110.710938 206.722656 110.578125 C 206.621094 110.527344 206.472656 110.484375 206.597656 110.363281 C 206.660156 110.289062 206.792969 110.449219 206.882812 110.46875 C 207.765625 110.953125 208.652344 111.4375 209.535156 111.921875 C 209.492188 112.0625 209.417969 112.09375 209.304688 111.992188 C 209.054688 111.824219 208.644531 111.757812 208.460938 112.054688 C 208.09375 112.640625 207.785156 113.261719 207.445312 113.867188 C 206.984375 114.722656 206.503906 115.566406 206.054688 116.429688 C 205.839844 116.738281 206.078125 117.117188 206.382812 117.246094 C 206.445312 117.277344 206.507812 117.3125 206.570312 117.34375 Z M 206.570312 117.34375\"/>\n  <path d=\"M 217.222656 114.847656 C 216.96875 115.550781 216.71875 116.253906 216.46875 116.957031 C 216.160156 116.925781 216.367188 116.53125 216.269531 116.324219 C 216.160156 115.371094 215.460938 114.484375 214.503906 114.28125 C 213.773438 114.082031 213.003906 114.460938 212.578125 115.054688 C 211.929688 115.9375 211.535156 117.015625 211.480469 118.113281 C 211.441406 118.734375 211.730469 119.375 212.273438 119.703125 C 212.703125 119.984375 213.226562 120.097656 213.738281 120.085938 C 213.917969 119.554688 214.132812 119.03125 214.285156 118.488281 C 214.347656 118.136719 213.980469 117.925781 213.691406 117.84375 C 213.644531 117.742188 213.757812 117.617188 213.878906 117.726562 C 214.796875 118.054688 215.714844 118.382812 216.636719 118.710938 C 216.605469 119.046875 216.21875 118.683594 216.007812 118.816406 C 215.667969 118.949219 215.636719 119.355469 215.507812 119.652344 C 215.398438 119.96875 215.285156 120.28125 215.171875 120.597656 C 213.9375 120.683594 212.664062 120.421875 211.585938 119.800781 C 210.539062 119.140625 209.832031 117.867188 210.039062 116.621094 C 210.199219 115.550781 210.863281 114.550781 211.847656 114.078125 C 212.753906 113.597656 213.859375 113.597656 214.796875 113.980469 C 215.3125 114.152344 215.753906 114.472656 216.152344 114.832031 C 216.394531 115.15625 216.859375 115.160156 217.058594 114.789062 C 217.113281 114.808594 217.167969 114.828125 217.222656 114.847656\"/>\n  <path d=\"M 221.710938 122.050781 C 221.703125 122.164062 221.691406 122.265625 221.554688 122.203125 C 220.503906 122.042969 219.449219 121.882812 218.398438 121.722656 C 218.402344 121.613281 218.414062 121.507812 218.550781 121.570312 C 218.824219 121.628906 219.191406 121.621094 219.324219 121.328125 C 219.457031 120.90625 219.484375 120.457031 219.558594 120.023438 C 219.742188 118.808594 219.933594 117.597656 220.105469 116.382812 C 220.171875 116.121094 220.085938 115.824219 219.8125 115.722656 C 219.660156 115.648438 219.488281 115.636719 219.324219 115.609375 C 219.328125 115.5 219.339844 115.394531 219.476562 115.457031 C 220.527344 115.617188 221.582031 115.777344 222.636719 115.9375 C 222.628906 116.050781 222.617188 116.152344 222.484375 116.089844 C 222.207031 116.03125 221.839844 116.039062 221.703125 116.332031 C 221.570312 116.753906 221.542969 117.203125 221.46875 117.636719 C 221.285156 118.851562 221.09375 120.0625 220.921875 121.277344 C 220.855469 121.539062 220.945312 121.84375 221.21875 121.941406 C 221.371094 122.011719 221.542969 122.023438 221.710938 122.050781 Z M 221.710938 122.050781\"/>\n  <path d=\"M 230.238281 119.976562 C 230.195312 120.726562 230.15625 121.472656 230.113281 122.21875 C 228.234375 122.316406 226.355469 122.410156 224.476562 122.507812 C 224.441406 122.371094 224.480469 122.296875 224.628906 122.324219 C 224.910156 122.332031 225.277344 122.210938 225.3125 121.886719 C 225.339844 121.332031 225.273438 120.773438 225.257812 120.21875 C 225.195312 119.105469 225.152344 117.996094 225.078125 116.886719 C 225.109375 116.554688 224.8125 116.308594 224.5 116.320312 C 224.398438 116.269531 224.128906 116.425781 224.15625 116.242188 C 224.113281 116.097656 224.316406 116.175781 224.402344 116.144531 C 225.449219 116.09375 226.492188 116.039062 227.539062 115.984375 C 227.574219 116.125 227.535156 116.195312 227.386719 116.167969 C 227.097656 116.164062 226.71875 116.234375 226.640625 116.5625 C 226.59375 117.042969 226.660156 117.53125 226.675781 118.011719 C 226.738281 119.167969 226.78125 120.324219 226.859375 121.480469 C 226.835938 121.785156 227.078125 122.050781 227.390625 121.992188 C 227.847656 121.96875 228.316406 121.988281 228.761719 121.875 C 229.390625 121.707031 229.730469 121.085938 229.902344 120.507812 C 230.015625 120.351562 229.921875 119.960938 230.171875 119.980469 C 230.195312 119.980469 230.214844 119.980469 230.238281 119.976562\"/>\n  <path d=\"M 234.632812 114.554688 C 234.484375 114.558594 234.550781 114.746094 234.511719 114.847656 C 234.261719 116.71875 234.023438 118.589844 233.765625 120.457031 C 233.703125 120.871094 233.601562 121.351562 233.191406 121.5625 C 233.042969 121.617188 233.175781 121.851562 233.3125 121.722656 C 233.941406 121.53125 234.566406 121.34375 235.195312 121.15625 C 235.171875 120.839844 234.808594 121.128906 234.609375 121.070312 C 234.175781 121.070312 234.113281 120.546875 234.171875 120.21875 C 234.199219 119.996094 234.222656 119.777344 234.25 119.554688 C 234.96875 119.339844 235.6875 119.121094 236.40625 118.90625 C 236.679688 119.253906 236.984375 119.578125 237.234375 119.945312 C 237.421875 120.296875 236.964844 120.457031 236.703125 120.527344 C 236.578125 120.539062 236.6875 120.796875 236.800781 120.675781 C 237.742188 120.394531 238.6875 120.109375 239.632812 119.828125 C 239.625 119.507812 239.214844 119.808594 239.039062 119.59375 C 238.511719 119.195312 238.128906 118.640625 237.691406 118.148438 C 236.671875 116.953125 235.652344 115.753906 234.632812 114.554688 Z M 234.617188 116.796875 C 235.128906 117.40625 235.636719 118.015625 236.148438 118.625 C 235.535156 118.808594 234.925781 118.988281 234.3125 119.171875 C 234.414062 118.378906 234.515625 117.589844 234.617188 116.796875 Z M 234.617188 116.796875\"/>\n  <path d=\"M 244.273438 110.34375 C 244.546875 110.851562 244.816406 111.355469 245.089844 111.859375 C 244.835938 112.078125 244.703125 111.574219 244.476562 111.496094 C 244.097656 111.179688 243.53125 111.117188 243.109375 111.386719 C 242.9375 111.476562 242.769531 111.570312 242.597656 111.660156 C 243.417969 113.179688 244.226562 114.703125 245.050781 116.214844 C 245.179688 116.601562 245.65625 116.675781 245.964844 116.457031 C 246.082031 116.371094 246.191406 116.320312 246.230469 116.503906 C 245.8125 116.746094 245.359375 116.972656 244.929688 117.210938 C 244.386719 117.5 243.84375 117.792969 243.300781 118.085938 C 243.171875 117.953125 243.257812 117.882812 243.402344 117.832031 C 243.789062 117.691406 243.9375 117.222656 243.679688 116.894531 C 242.875 115.386719 242.0625 113.886719 241.257812 112.382812 C 240.808594 112.632812 240.234375 112.855469 240.121094 113.414062 C 239.992188 113.769531 240.179688 114.199219 240.179688 114.5 C 240.042969 114.640625 240.007812 114.445312 239.941406 114.34375 C 239.710938 113.910156 239.476562 113.480469 239.246094 113.046875 C 240.921875 112.148438 242.597656 111.246094 244.273438 110.34375 Z M 244.273438 110.34375\"/>\n  <path d=\"M 248.085938 108.085938 C 248.605469 108.773438 249.125 109.460938 249.644531 110.148438 C 250.007812 109.921875 250.308594 109.511719 250.199219 109.0625 C 250.242188 108.710938 249.742188 108.316406 249.914062 108.070312 C 250.027344 108 250.09375 108.261719 250.1875 108.332031 C 250.78125 109.117188 251.375 109.902344 251.96875 110.6875 C 251.734375 110.953125 251.566406 110.414062 251.320312 110.355469 C 250.972656 110.109375 250.488281 109.988281 250.117188 110.257812 C 249.839844 110.347656 249.851562 110.5 250.039062 110.671875 C 250.457031 111.210938 250.84375 111.773438 251.289062 112.292969 C 251.5625 112.554688 251.902344 112.28125 252.132812 112.09375 C 252.730469 111.6875 253.253906 111.054688 253.222656 110.292969 C 253.261719 109.960938 253.054688 109.589844 253.058594 109.308594 C 253.191406 109.132812 253.226562 109.40625 253.304688 109.496094 C 253.585938 110.003906 253.867188 110.511719 254.148438 111.019531 C 252.683594 112.121094 251.222656 113.222656 249.761719 114.328125 C 249.570312 114.191406 249.757812 114.113281 249.878906 114.019531 C 250.285156 113.765625 250.15625 113.25 249.855469 112.964844 C 248.917969 111.730469 247.996094 110.484375 247.050781 109.257812 C 246.804688 108.929688 246.359375 109.105469 246.113281 109.332031 C 246.011719 109.476562 245.851562 109.1875 246.042969 109.167969 C 247.421875 108.128906 248.800781 107.085938 250.179688 106.046875 C 250.558594 106.546875 250.933594 107.046875 251.3125 107.546875 C 251.050781 107.8125 250.816406 107.222656 250.519531 107.191406 C 249.976562 106.90625 249.328125 107.136719 248.878906 107.492188 C 248.613281 107.683594 248.351562 107.886719 248.085938 108.085938\"/>\n</svg>\n</li><li title=\"cif vn \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 201\">\n  <g fill=\"none\">\n    <path fill=\"#DA251D\" d=\"M.5.5h300v200H.5z\"/>\n    <path fill=\"#FF0\" d=\"M102.168 83.815l26.481 19.24-10.115 31.131 26.482-19.239 26.481 19.239-10.115-31.131 26.482-19.24h-32.841l-10.007-30.798-10.007 30.798z\"/>\n  </g>\n</svg>\n</li><li title=\"cif ws \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 151\">\n  <g fill=\"none\">\n    <path fill=\"#CE1126\" d=\"M.5.5h300v150H.5z\"/>\n    <path fill=\"#002B7F\" d=\"M.5.5h150v75H.5z\"/>\n    <path fill=\"#FFF\" d=\"M75.5 52.561l6.438 19.814-16.855-12.246h20.834L69.062 72.375zM52.584 22.375L57.734 38 44.25 28.343h16.667L47.433 38zM98.938 19.25l4.828 14.583-12.641-9.013h15.625l-12.641 9.013zM75.5 3.625l5.151 15.625-13.484-9.657h16.667L70.35 19.25zM86.959 38.51l3.218 9.906-8.427-6.122h10.417l-8.427 6.122z\"/>\n  </g>\n</svg>\n</li><li title=\"cif xk \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 300 200\">\n  <g fill=\"none\">\n    <path fill=\"#034896\" d=\"M0 .001h300V200H0z\"/>\n    <path fill=\"#FEC900\" d=\"M147.815 78.519c.322-.005.968-.023 1.291-.031.761.794 1.546 1.562 2.326 2.337-.012.595.235 1.037.841 1.211-.538.14-1.092.193-1.639.25a2.471 2.471 0 01-.84.725c.095.889.901 1.384 1.456 1.99.577.056 1.224.037 1.667.487.424.012.848.023 1.275.03 0 .552 0 1.104.005 1.657.527-.054 1.188.044 1.343-.617a99.616 99.616 0 012.787.007c.242.515.818.54 1.278.759.054.288.169.867.226 1.155.462-.604.911-1.381 1.77-1.41.264.371.544.737.827 1.099.481.038.99.086 1.199.612.215.008.644.024.859.034.011 1.029-.065 2.066.06 3.094.131.076.392.232.519.309.008.829.008 1.657-.003 2.488.519.438 1.381.832 1.838.069.245-.003.492-.004.742-.001.315.458.699.859 1.172 1.168.005.806 0 1.614.014 2.424 1.074.387.383 1.849.59 2.729.544.367.979.858 1.232 1.474.15-.276.31-.547.47-.818.617.009 1.24.018 1.863.038.275.328.557.654.848.975.13.137.389.415.519.551.427.112.854.242 1.199.54l1.096.065c.299.662 1.044.57 1.645.696l-.816.608c-.019 1.349.101 2.712-.057 4.058l-.498.283c-.014.689-.136 1.368-.59 1.916.283-.001.848-.008 1.131-.012.014.16.038.478.052.636l.527.001c.016-.159.046-.479.06-.638.329 0 .658.003.99.007l.043.602c.59.103 1.447-.223 1.77.465 1.525.033 3.051.015 4.579.009l.065.806c.234.27.468.542.699.818.511.003 1.022.005 1.542.011-.011.227-.033.681-.041.908.465.424.982.795 1.645.791.005-.28.011-.842.014-1.123l1 .012.079-.625c.723.046 1.667-.182 1.841.786l.59-.876c.484.144.878.461 1.275.76.008.205.016.616.022.821.824.173.498 1.073.579 1.679-.359.268-.71.548-1.06.825.008.855.003 1.711-.014 2.569-.256.005-.769.013-1.028.02.005.976.008 1.954-.003 2.931-.579.48-1.118 1.005-1.661 1.524v1.795c-.391.326-.778.659-1.164.99 0 .189.003.567.005.756-.419.374-.892.672-1.457.738-.269.317-.536.636-.788.967l-.721.192.892.529a126.277 126.277 0 00-.008 3.536c-.721.591-1.642.56-2.521.555-.302.373-.606.742-.913 1.109-.653-.004-1.107.427-1.512.874.016.562.024 1.124.049 1.688.992.529 1.37 1.974 2.648 1.921.011.939.171 2.011-.715 2.621a37.249 37.249 0 00-1.202-.016c-.614.889-1.958.281-2.885.446l.003-1.028a41.144 41.144 0 00-.854-.024c-.291.338-.587.67-.886 1.001-.503.06-.927.317-1.316.619-.614.044-1.229.025-1.841.019-.011.159-.033.476-.046.635l-1.378-.027c-.383.382-.704.836-.731 1.402-.318.27-.639.542-.952.818.022.665.033 1.372-.666 1.686.139.742-.413 2.056.642 2.265-.011.27-.022.541-.03.813-1.438.05-2.874.031-4.312.034-.005-.488-.011-.975-.019-1.457-1.041-.295-.405-1.626-.585-2.401a42.553 42.553 0 00-.617-.039l.011-.963c-.468-.05-1.006.019-1.204-.51l-.84.004c-.025-.394-.052-.786-.073-1.177-.878.001-1.756 0-2.632-.003l-.054.81c-.248.269-.492.541-.731.817-.446.001-.892.003-1.332.009-.237.336-.465.674-.696 1.014-.65.009-1.302.018-1.95.045a6.566 6.566 0 01-.753.757c-.008.205-.022.614-.027.821-.5.045-1.05.052-1.183.643-.432 0-.859-.004-1.286-.001-.269.344-.533.696-.797 1.047-.794-.003-1.585-.005-2.378.007-.373.919-1.487.472-2.247.6-.317.453-.71.844-1.177 1.142-.011.506-.016 1.01-.016 1.52l-.623.045c-.006.487-.011.972-.014 1.464-.356.276-.704.56-1.055.844.038 1.316.034 2.633.008 3.951.351.281.701.565 1.058.847.003 1.161 0 2.322.003 3.484-.246.237-.487.477-.725.721l-.896.025-.023.905-.7.696c-.965-.001-1.928-.004-2.889.007-.439.563-.9 1.108-1.364 1.652-.643.003-1.289-.001-1.93-.01-.091-.496-.193-.994-.529-1.384-.053-1.286-.027-2.571-.025-3.857.534-.522 1.059-1.054 1.611-1.559.003-.559.005-1.118.003-1.674l-.533-.296c-.118-1.746-.008-3.502-.041-5.25l-.958-.003c-.084-.536.016-1.243-.711-1.305-.005-1.315-.008-2.629.019-3.941l-.961-.828c-.09-.506-.091-1.093-.672-1.285-.009-.378-.015-.756-.02-1.134-.693-.307-.581-1.414.156-1.569-.609-.536-1.179-1.115-1.764-1.671l-.011-.725c-.676-.133-1.285-.465-1.945-.646-.189-.47-.652-.511-1.094-.532a93.606 93.606 0 00-.426-.464 1.748 1.748 0 01-1.054-.512l-.765-.019c-.241-1.033-.719-1.998-.586-3.091a10.455 10.455 0 01-.747-.757c-1.332-.061-2.666.014-3.998-.031a1.081 1.081 0 01-.863-.337 19.97 19.97 0 00-.924-.873c-.02-.889.031-1.78-.039-2.666-.233-.614-.62-1.147-.982-1.686-.007-.203-.025-.604-.033-.805a40.21 40.21 0 00-.592-.087c0-.209.001-.627.003-.835-.642-.381-.385-1.196-.483-1.8-.531-.018-1.064-.031-1.593-.042l-.006-.824a96.809 96.809 0 01-.799-.755c-.216-.011-.646-.035-.861-.048-.004-.211-.013-.632-.016-.844-.491-.309-.627-.814-.608-1.365.271-.011.813-.033 1.084-.042 0-.981.01-1.963-.04-2.943-.324-.609-.592-1.264-1.109-1.742-.128-.158-.387-.473-.517-.631l-.757-.058a67.25 67.25 0 00-.706-.707l-.005-1.21c-.817-.167-.514-1.06-.615-1.663-.982-.642-.122-1.841.157-2.644.186-.231.385-.449.596-.654.366-.363.694-.763.997-1.18.472-.005.944-.001 1.418 0 .275.36.559.718.842 1.078l.946-.063-.002 1.097c1.775.001 3.55-.007 5.326.007.048-.511-.046-1.146.618-1.26.016-1.017.011-2.035.046-3.051.623-.042 1.334.076 1.795-.46.211-.012.631-.039.843-.054-.004-.549-.003-1.096-.001-1.641.857 0 1.718.045 2.574-.038l.293-.61c.574-.03.925.268 1.075.805.313-.378.634-.749.964-1.113.544-.12 1.047-.353 1.408-.79.56-.473 1.275-.704 1.912-1.056l-.624-.623c-.026-.76-.54-1.289-1.135-1.682-.013-.75-.013-1.5.002-2.247.453-.409.892-.833 1.314-1.275l1.16-.001c.681-.933 1.531-1.725 2.432-2.44l.001-.848c.223.007.669.015.892.019.084.548.549.593 1.001.606.218-.296.464-.568.74-.814l.057-.684c.842-.559.27-1.811.454-2.659.415-.413 1.001-.735 1.185-1.32-.167-.581-.763-.886-1.158-1.302.295-1.365-.976-1.983-1.679-2.898a87.376 87.376 0 00-.956-.107c-.103-.46-.06-1.021-.522-1.306a60.101 60.101 0 01-.015-1.945c1.378-.033 2.765.086 4.138-.063l.272-.47c.586-.357 1.233-.619 1.754-1.074.575-.018 1.15-.024 1.727-.027.275-.352.557-.7.837-1.048l.942.03c.015-.154.053-.448.071-.597z\"/>\n    <path fill=\"#FFF\" d=\"M195.481 35.033l-3.265 10.04-10.408-.107 8.54 6.207-3.317 9.863 8.543-6.202 8.355 6.202-3.26-10.04 8.483-6.031-10.558-.003zM165.553 30.555l-3.263 10.041-10.408-.107 8.54 6.206-3.317 9.864 8.543-6.203 8.355 6.203-3.26-10.041 8.48-6.029-10.555-.003zM73.888 44.223l3.264 10.04 10.408-.109-8.54 6.207 3.318 9.864-8.543-6.203-8.354 6.203 3.258-10.043-8.483-6.029 10.558-.001zM104.52 35.033l3.265 10.04 10.408-.107-8.541 6.207 3.318 9.863-8.543-6.202-8.355 6.202 3.26-10.04-8.483-6.031 10.558-.003zM134.446 30.555l3.264 10.041 10.407-.107-8.542 6.206 3.32 9.864-8.543-6.203-8.355 6.203 3.259-10.041-8.481-6.029 10.556-.003zM226.112 44.223l-3.265 10.04-10.405-.109 8.54 6.207-3.32 9.864 8.543-6.203 8.355 6.203-3.257-10.043 8.48-6.029-10.558-.001z\"/>\n  </g>\n</svg>\n</li><li title=\"cif ye \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 300 200\">\n  <g fill=\"none\">\n    <path fill=\"#FFF\" d=\"M0 0h300v200H0z\"/>\n    <path fill=\"#CE1126\" d=\"M0 0h300v66.667H0z\"/>\n    <path fill=\"#000\" d=\"M0 133.333h300V200H0z\"/>\n  </g>\n</svg>\n</li><li title=\"cif za \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"   viewBox=\"0 0 300 200\">\n  <defs>\n    <path id=\"a\" d=\"M0 0h300v200H0z\"/>\n    <path id=\"c\" d=\"M0 0l150 100L0 200\"/>\n  </defs>\n  <g fill=\"none\" fill-rule=\"evenodd\">\n    <mask id=\"b\" fill=\"#fff\">\n      <use xlink:href=\"#a\"/>\n    </mask>\n    <g mask=\"url(#b)\">\n      <path fill=\"#002395\" fill-rule=\"nonzero\" d=\"M0 0v200h300V0z\"/>\n      <path fill=\"#DE3831\" fill-rule=\"nonzero\" d=\"M0 0v100h300V0z\"/>\n      <path fill=\"#000\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M0 0l150 100L0 200m146-100h154\"/>\n      <mask id=\"d\" fill=\"#fff\">\n        <use xlink:href=\"#c\"/>\n      </mask>\n      <path fill=\"#000\" fill-rule=\"nonzero\" stroke=\"currentColor\" stroke- d=\"M0 0l150 100L0 200\" mask=\"url(#d)\"/>\n      <path stroke=\"currentColor\" stroke- d=\"M0 0l150 100L0 200m150-100h150\"/>\n    </g>\n  </g>\n</svg>\n</li><li title=\"cif zm \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 201\">\n  <g fill=\"none\">\n    <path fill=\"#198A00\" d=\"M.5.5h300v200H.5z\"/>\n    <path fill=\"#EF7D00\" d=\"M264.786 71.928H300.5v128.571h-35.714z\"/>\n    <path fill=\"#000\" d=\"M229.072 71.928h35.714v128.571h-35.714z\"/>\n    <path fill=\"#DE2010\" d=\"M193.357 71.928h35.714v128.571h-35.714z\"/>\n    <path fill=\"#EF7D00\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M274.275 24.548s12.286-4.815 13.476-5.808c.542.596-4.925 6.652-15.533 8.886 9.634-2.085 17.861-8.638 19.538-8.439.487.099.379 6.404-21.703 11.864 15.262-3.673 24.138-10.425 24.03-9.68.108.149-1.515 5.312-14.884 9.332 3.734-.794 13.855-6.453 13.747-5.361.325.447-9.796 12.36-28.089 8.489 14.613 3.475 24.084-4.915 25.437-4.766.271.05-2.706 7.347-21.108 7.794 8.822-.844 6.278-.05 6.278-.05s-5.196 3.723-11.474 1.192c4.925 1.241 5.466 1.291 5.574 1.688-.325.496-4.384 1.241-8.281-.695 3.139 1.191 5.953 1.39 6.007 1.837-.054.149-2.057 1.191-3.842.447-1.786-.745-18.239-10.028-18.239-10.028l28.036-7.049 1.03.347zM241.316 49.658c-2.465 0-2.533 2.012-2.533 2.012s-.203.145-.068 1.121c.407-.664.611-.872.611-.872.271.042 1.402.353 3.189-.933-1.629 1.556-.656 2.137-.656 2.137s-.384 1.224.859 1.473c-.384-.498-.158-.934-.158-.934s1.742-.166 1.628-2.116c.068 1.763 1.108 2.199 1.108 2.199s0 .975 1.131 1.058c-.61-.498-.475-1.266-.475-1.266s1.47-.975.226-2.635c.747-.394 1.357-1.494 1.357-1.494s-1.018-.394-1.493-.726c-.226-.436-.023-2.822-.023-2.822l-.611-3.091-1.742 4.813c.07-.684.115 2.076-2.35 2.076z\"/>\n    <path fill=\"#EF7D00\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M253.492 42.716c.054.05 1.84 1.887 3.572 1.787.649-.496-1.353-1.588-1.353-1.837.704.596 3.68 2.929 5.575 2.085.758-.993-1.353-.844-3.681-3.525 1.624.993 5.683 3.177 7.577 2.333.812-.794-4.222-3.277-5.899-5.213l-4.33-2.035-5.899 4.418 4.438 1.987zM246.835 27.625s2.002-1.092 10.013-.546c.866.099 5.466-1.44 6.928-1.886 2.327-.397 9.742-1.886 11.745-3.276 1.407-.149-.379 2.383-2.165 2.978-1.895.794-8.768 2.979-11.204 2.681 2.923.05 1.299 2.234-3.572 1.191 2.327 1.191 1.461 1.39 1.461 1.39s-4.113.198-5.196-.645c2.76.943 1.624 1.291 1.624 1.291s-2.814.248-4.113-.298c2.003.546.974.894.974.894s-1.623.248-2.977-.199c-1.353-.447-3.41-3.575-3.518-3.575zM250.047 43.745l.294 4.854s-.158.249-.294.394c-.136.145-3.755-.519-3.257 2.012 0 1.038.023 1.307.792 1.888-.204-.685-.136-1.162-.136-1.162s1.018.56 2.013-.975c-.679 1.514-.204 2.054-.045 2.095.159.27-.271 1.494 1.086 1.473-.52-.456-.271-1.12-.271-1.12s1.425-.207.927-2.572c.52-.477.724-.021.724-.021s.158 1.411 1.402 1.12c.566.29-.09 1.058-.09 1.058s.905.021 1.176-.685c.271-.705.588-1.971-.905-2.489-.181-.498.588-.539.588-.539s.95.29 1.221.726c.271.436.181-1.141-.995-1.307-1.448-.042-1.538-.311-1.538-.373s-.249-3.527-.362-4.523l-2.33.146z\"/>\n    <path fill=\"#EF7D00\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M255.081 47.882c.018-.223-2.469-3.294-1.838-3.691.631.119 1.665 1.516 2.503 1.063-.254-.545-1.003-.238-1.853-1.632-.85-1.576-.974-3.942-3.951-6.523 1.927 2.731 6.299 4.332 6.484 3.535.185-.796-3.849-3.807-3.643-4.533.802 1.49 4.853 4.811 7.838 4.536.205-.639-2.444-1.93-3.126-3.135-1.907-1.175-7.009-5.209-7.111-6.144-1.857-2.484-3.016-3.235-3.556-3.521-.209-.225-.261-.441-.302-.578-1.153-2.492.374-3.302 1.268-3.421.735-.075.949.026 1.478-.209-.627-.225-1.253-.435-1.879-.66.817.55 2.904.066 2.451 1.649.915-.319 2.861-2.443-2.206-2.923-1.649-1.735-8.43-2.733-10.127 4.841.135.106.206.193.638.489-2.141-.952-7.917-1.686-9.999-1.995-5.623-1.488-11.463-5.074-12.025-4.633-.751.306 3.398 3.846 3.182 3.924-3.597-1.924-6.883-3.286-9.941-4.527-2.151-.738-4.305-2.455-4.543-2.128-.792 1.504 3.449 5.285 4.237 5.73.789.425 6.992 3.065 6.901 3.098-9.344-3.89-10.91-4.595-11.379-5.043-.823-.17-2.83-2.655-3.389-2.495-.306.276.308 4.201 4.766 5.963.727.486 9.557 3.391 9.471 3.619-.022.057-10.114-3.82-10.506-3.959-1.946-.7-4.333-3.153-4.78-2.877-.426.25 1.101 2.905 3.067 3.738 1.031.417 4.984 2.213 8.545 3.356.227.075-6.402-2.306-9.589-3.527-1.445-.736-2.126-1.653-2.346-1.455-.326.197.526 4.12 10.769 6.333.27.105 3.605-.725 3.441-.615-.041.028-3.312.681-3.631.658-.284-.04-2.076.194-2.108.28-.108.265.649 1.67 5.938 1.377.676-.037 4.345-1.225 4.037-.97-.154.128-4.996 1.571-5.365 1.599-.32.041-2.021.205-2.084.37-.077.226 1.259 1.226 4.099 1.386 2.515.122 7.293-1.409 7.197-1.31-.096.099-4.606 1.517-4.724 1.603-.163.085-1.815.167-1.873.283-.135.289 2.383 2.448 9.827.144-.748.926-4.356 1.56-4.351 1.727-.017.121.795.84 2.056 1.098.631.129 1.494.102 2.283-.012 1.417-.26 2.91-.774 4.807-2.382.227.505-4.739 2.81-4.506 3.03 1.077.916 4.654-.118 4.888-.238.235-.12 6.888-3.561 6.865-3.96.103.51-8.578 4.837-8.484 5.014.557.816 3.523-.043 3.665-.118.141-.075 3.785-1.88 3.885-1.933.1-.053-4.282 2.352-3.891 2.718-.189 1.562 6.843-1.078 7.394-1.407.276-.164-3.378 1.473-3.387 2.251 1.176 1.824 4.943 1.245 5.524.844.291-.201-.342 1.355-.138 1.214.071-.029.82-.841 1.107-1.428-.092.51-.505 1.313-.746 2.234s-.31 1.961-.641 3.065c-.076.485 2.321-.948 1.973-4.376.205 1.783-.757 5.116-.505 5.289.504.347 1.896-1.66 2.036-3.017.413.685 1.281 2.116 2.028 2.445-.081-1.037.014-.989-.322-2.008.194-1.353.221-3.225.268-5.34 2.028 3.564 2.837 5.069 2.271 7.798.603.231 1.567-1.905 1.489-3.004.773 3.057 4.116 3.515 4.169 3.426z\"/>\n    <path fill=\"#EF7D00\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M221.297 25.255s-1.381.957-3.099.9c.43 1.576 3.988.366 3.988.366s-1.718 1.745-2.945 2.026c.736.563 3.835.366 4.357.084.521-.281 1.442-1.379 1.442-1.379s-3.191 3.377-3.651 3.349c-.061.394 3.344.253 4.05-.338.705-.591 2.485-1.463 2.485-1.463s-4.663 2.983-4.878 2.983c1.749.422 5.246-.506 7.486-1.773-3.314 2.026-3.62 2.392-5.308 3.067 1.503.31 2.27 1.238 7.363-.788 2.915-1.266 4.571-3.574 4.571-3.574-1.81 2.223-4.663 4.109-7.823 5.966-.184.338 3.375 1.716 7.915-2.617M245.963 34.654s.307 1.323 1.534 2.336 1.319 1.998 1.319 1.998M245.35 26.043s.429 1.182 1.687 1.942c1.289.76 3.222 3.152 3.375 3.574.148.511.89 4.193.828 4.587\"/>\n    <path fill=\"#EF7D00\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M237.526 27.872c.092.45-1.81 2.73.797 5.403-2.362 2.645-2.362 2.983-2.362 2.983s1.319.675 3.682-1.182c3.896 4.39 2.598 6.399 2.598 6.399\"/>\n    <path fill=\"#EF7D00\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke- d=\"M241.931 38.376s-.359-.472.281-2.232c.576.637 1.217.772 1.498 1.03.281.258 3.223.648 3.41 2.451M245.389 21.847c0-.133-.592-1.298-2.802.159 1.184.066 2.354.689 2.802-.159zM266.481 27.178c.108.05 6.603 1.34 8.768.695-2.76 3.375-8.281 1.092-8.281 1.092 2.706.745 2.814.695 3.68 1.39.271.645-4.979.348-6.711-.546 4.817 1.39 4.925 1.291 5.088 1.837.217.745-7.902-.199-8.605-1.191 2.165 1.539 3.356 1.837 4.546 2.532-1.461.596-4.167 1.191-9.147-2.035 6.549 5.461 12.448 5.113 13.368 6.106-2.273 3.078-11.095-1.837-15.155-4.319-4.059-2.482 8.876 6.007 10.067 5.858-.596.844-4.871.099-5.142-.298M268.159 32.887c-.758.099-3.031.099-3.355.05M219.394 24.355s4.939 2.392 7.026 2.223c-.552.478-1.381.675-1.381.675.522.197 1.964.901 4.142.45-.522.478-1.197 1.013-1.197 1.013s1.872.647 3.988-.366c-.644.732-1.013 1.266-1.013 1.266l1.473.084\"/>\n  </g>\n</svg>\n</li><li title=\"cif zw \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 301 151\">\n  <g fill=\"none\" fill-rule=\"evenodd\">\n    <path fill=\"#319208\" fill-rule=\"nonzero\" d=\"M.5.5h300v150H.5z\"/>\n    <path fill=\"#FFD200\" fill-rule=\"nonzero\" d=\"M.5 21.928h300v107.143H.5z\"/>\n    <path fill=\"#DE2010\" fill-rule=\"nonzero\" d=\"M.5 43.357h300v64.286H.5z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M.5 64.785h300v21.429H.5z\"/>\n    <path fill=\"#000\" fill-rule=\"nonzero\" d=\"M5.956.5l100 75-100 75H.5V.5z\"/>\n    <path fill=\"#FFF\" fill-rule=\"nonzero\" d=\"M.5.5l100 75-100 75\"/>\n    <path fill=\"#DE2010\" fill-rule=\"nonzero\" d=\"M4.746 63.728l21.753 15.396-4.766 22.862 19.243-11.01 19.243 11.01-4.765-22.862 21.753-15.396-25.035-3.638-11.196-22.685L29.78 60.09z\"/>\n    <path fill=\"#FFC618\" fill-rule=\"nonzero\" d=\"M34.59 66.106c2.353 5.125 2.941 5.461 8.822 7.478 5.881 2.016 22.497 3.928 24.136 4.117-1.071-1.071-19.787-14.935-23.631-17.708-3.844-2.773-4.915-4.033-4.915-4.033s-3.466-6.239-4.663-8.066c-1.197-1.827-3.403-4.411-6.302-4.411-2.899 0-4.663 1.701-5.503 4.726-.462.126-2.941 1.639-2.857 3.193.714-.084 5.21-1.345 6.764 3.739 1.554 5.084 1.638 13.402.042 17.519-1.597 4.117-4.075 7.226-4.075 10.839 0 .504.336 1.513 1.176 1.513.294 1.596 2.647 12.982 2.647 12.982h33.525l5.325-20.586\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M34.59 66.106c2.353 5.125 2.941 5.461 8.822 7.478 5.881 2.016 22.497 3.928 24.136 4.117-1.071-1.071-19.787-14.935-23.631-17.708-3.844-2.773-4.915-4.033-4.915-4.033s-3.466-6.239-4.663-8.066c-1.197-1.827-3.403-4.411-6.302-4.411-2.899 0-4.663 1.701-5.503 4.726-.462.126-2.941 1.639-2.857 3.193.714-.084 5.21-1.345 6.764 3.739 1.554 5.084 1.638 13.402.042 17.519-1.597 4.117-4.075 7.226-4.075 10.839 0 .504.336 1.513 1.176 1.513.294 1.596 2.647 12.982 2.647 12.982h33.525l5.325-20.586\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M23.583 85.011s7.142-.42 9.075-.42c1.932 0 19.921.022 29.958 2.343\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M26.105 84.87s-.716-.867-.253-2.589c.462-1.722 5.504-6.176 5.504-12.478M30.431 84.591s-.588-2.815 5.84-5.209c1.806-.546 6.974-3.445 7.142-5.797M35.587 79.649s15.766.069 28.243 2.59\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M39.539 77.768s5.417.185 6.3-.067c.882-.252 2.444-.907 3.065-2.754M42.751 77.832s2.898-1.506 3.465-3.465M34.002 97.993s-1.239-8.591-1.492-13.402l3.235 3.088 3.422-2.993 2.942 3.14 3.402-2.887 2.942 3.307 3.369-2.865 2.681 3.117 3.36-2.43 3.994 3.796M61.156 92.577c-12.001-1.719-28.06-1.607-28.06-1.607M27.517 61.276s9.762-4.665 11.484-5.316\"/>\n    <path stroke=\"currentColor\" stroke- d=\"M32.778 87.995l3.282 2.987 2.964-2.964 2.999 3.092 3.238-2.863 2.981 3.133 3.363-2.776 2.747 3.208 3.344-2.557 3.516 3.105\"/>\n    <circle cx=\"42.089\" cy=\"82.323\" r=\"1.302\" stroke=\"currentColor\" stroke-/>\n    <circle cx=\"47.587\" cy=\"82.692\" r=\"1.302\" stroke=\"currentColor\" stroke-/>\n    <circle cx=\"27.122\" cy=\"47.516\" r=\"1.008\" stroke=\"currentColor\" stroke-/>\n  </g>\n</svg>\n</li><li class='heading'>free</li><li title=\"cil 3d \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M68.983,382.642l171.35,98.928a32.082,32.082,0,0,0,32,0l171.352-98.929a32.093,32.093,0,0,0,16-27.713V157.071a32.092,32.092,0,0,0-16-27.713L272.334,30.429a32.086,32.086,0,0,0-32,0L68.983,129.358a32.09,32.09,0,0,0-16,27.713V354.929A32.09,32.09,0,0,0,68.983,382.642ZM272.333,67.38l155.351,89.691V334.449L272.333,246.642ZM256.282,274.327l157.155,88.828-157.1,90.7L99.179,363.125ZM84.983,157.071,240.333,67.38v179.2L84.983,334.39Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil 4k \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"208 184 176 184 176 272 113.68 272 127.28 136 95.12 136 78.32 304 176 304 176 376 208 376 208 304 240 304 240 272 208 272 208 184\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"386.111 136 334.111 240 304 240 304 136 272 136 272 376 304 376 304 272 334.111 272 386.111 376 421.889 376 361.889 256 421.889 136 386.111 136\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M464,16H48A32.036,32.036,0,0,0,16,48V464a32.036,32.036,0,0,0,32,32H464a32.036,32.036,0,0,0,32-32V48A32.036,32.036,0,0,0,464,16Zm0,448H48V48H464l.02,416Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil account logout \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"77.155 272.034 351.75 272.034 351.75 272.033 351.75 240.034 351.75 240.033 77.155 240.033 152.208 164.98 152.208 164.98 152.208 164.979 129.58 142.353 15.899 256.033 15.9 256.034 15.899 256.034 129.58 369.715 152.208 347.088 152.208 347.087 152.208 347.087 77.155 272.034\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"160 16 160 48 464 48 464 464 160 464 160 496 496 496 496 16 160 16\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil action redo \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"361.376 495.163 226.753 360.54 249.38 337.913 361.376 449.909 473.373 337.913 496 360.54 361.376 495.163\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M377.377,472.52h-32V196.426C345.377,114.584,278.794,48,196.952,48,113.723,48,48.526,111.106,48.526,191.667h-32c0-48.024,18.85-92.569,53.079-125.429C103.35,33.842,148.576,16,196.952,16c99.487,0,180.425,80.938,180.425,180.426Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil action undo \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M495.473,197.262c0-73.061-43.651-136.118-106.242-164.462q-2-.9-4.021-1.762-4.046-1.715-8.19-3.235-2.071-.761-4.167-1.47-4.19-1.422-8.468-2.64a180.951,180.951,0,0,0-98.675,0q-4.278,1.218-8.469,2.64-2.094.71-4.166,1.47-4.143,1.519-8.19,3.235-2.023.857-4.021,1.762c-62.592,28.344-106.242,91.4-106.242,164.462h0V434.745L38.627,338.75,16,361.377,150.623,496,285.246,361.377,262.619,338.75l-96,96V197.263c0-72.891,52.814-133.678,122.186-146.1a149.419,149.419,0,0,1,52.479,0c69.371,12.426,122.186,73.213,122.186,146.1h32Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil address book \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M496,144.768V111.232H456.768V42a25,25,0,0,0-25.179-24.768H80.411A25,25,0,0,0,55.232,42V472a25,25,0,0,0,25.179,24.768H431.589A25,25,0,0,0,456.768,472V400.768H496V367.232H456.768V272.768H496V239.232H456.768V144.768Zm-72.768,94.464H376v33.536h47.232v94.464H376v33.536h47.232v62.464H88.768V50.768H423.232v60.464H376v33.536h47.232Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M313.639,306.925h0l-28.745-18.685,13.82-33.655V201.714a65.714,65.714,0,1,0-131.428,0v52.557l12.721,34.684-27.646,17.97A48.972,48.972,0,0,0,130,348.129V400H336V348.129A48.972,48.972,0,0,0,313.639,306.925ZM304,368H162V348.129a17.084,17.084,0,0,1,7.8-14.373l49.033-31.872-19.547-53.3V201.714a33.714,33.714,0,0,1,67.428,0v46.557l-21.5,52.347L296.2,333.756h0a17.084,17.084,0,0,1,7.8,14.373Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil airplane mode off \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M224,113.889a73.235,73.235,0,0,1,26.423-56.413,8.707,8.707,0,0,1,11.154,0A73.235,73.235,0,0,1,288,113.889v92l165.914,82.957L451.243,302.2l-86.936-11.339,37.114,37.112,75.336,9.827,13.329-66.646L320,186.111V113.889a105.155,105.155,0,0,0-37.937-81,40.705,40.705,0,0,0-52.126,0,105.155,105.155,0,0,0-37.937,81v4.675l32,32Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M38.517,16H16.029V38.655L173,195.613,21.914,271.154,35.243,337.8l157.189-20.5,7.735,81.224L128,429.45V496H384V429.45l-72.167-30.929,5.571-58.507L473.4,496H496V473.458ZM352,450.55V464H160V450.55l74.238-31.817L224,311.24V280.908L60.757,302.2l-2.671-13.354,138.762-69.381L288,310.611v.629L277.762,418.733Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil airplane mode \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M476.757,337.8l13.329-66.646L320,186.111V113.889a105.15,105.15,0,0,0-37.937-81,40.705,40.705,0,0,0-52.126,0,105.15,105.15,0,0,0-37.937,81v72.222L21.914,271.154,35.243,337.8l157.189-20.5,7.736,81.224L128,429.45V496H384V429.45l-72.168-30.929,7.736-81.224ZM352,450.551V464H160V450.551l74.238-31.818L224,311.24V280.908L60.757,302.2l-2.671-13.354L224,205.889v-92a73.235,73.235,0,0,1,26.423-56.413,8.707,8.707,0,0,1,11.154,0A73.235,73.235,0,0,1,288,113.889v92l165.914,82.957L451.243,302.2,288,280.908V311.24L277.762,418.733Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil airplay \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M464,47H48A32.036,32.036,0,0,0,16,79V376a32.036,32.036,0,0,0,32,32h76.448l24.89-32H48V79H464l.02,297H362.662l24.89,32H464a32.036,32.036,0,0,0,32-32V79A32.036,32.036,0,0,0,464,47Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M98.834,496H413.166L256,293.939Zm65.431-32L256,346.061,347.735,464Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil alarm \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M256,80C141.125,80,48,173.125,48,288s93.125,208,208,208,208-93.125,208-208S370.875,80,256,80ZM380.451,412.451A176,176,0,1,1,432,288,174.849,174.849,0,0,1,380.451,412.451Z\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"272 160 240 160 240 295.69 326.005 364.494 345.995 339.506 272 280.31 272 160\" class=\"ci-primary\"/>\n  <rect   x=\"15.913\" y=\"60\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\" transform=\"rotate(-34.38 108.002 76)\"/>\n  <rect   x=\"388\" y=\"-16.087\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\" transform=\"rotate(-55.619 404.003 76)\"/>\n</svg>\n</li><li title=\"cil album \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M425.706,86.294A240,240,0,0,0,86.294,425.706,240,240,0,0,0,425.706,86.294ZM256,464C141.309,464,48,370.691,48,256S141.309,48,256,48s208,93.309,208,208S370.691,464,256,464Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M256,152A104,104,0,1,0,360,256,104.118,104.118,0,0,0,256,152Zm0,176a72,72,0,1,1,72-72A72.081,72.081,0,0,1,256,328Z\" class=\"ci-primary\"/>\n  <rect   x=\"240\" y=\"240\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M256,112V80a174.144,174.144,0,0,0-79.968,19.178A177.573,177.573,0,0,0,115.2,150.39l25.586,19.219A142.923,142.923,0,0,1,256,112Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil align center \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <rect   x=\"16\" y=\"64\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"96\" y=\"152\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"16\" y=\"240\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"96\" y=\"328\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"16\" y=\"416\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil align left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <rect   x=\"16\" y=\"64\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"16\" y=\"152\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"16\" y=\"240\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"16\" y=\"328\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"16\" y=\"416\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil align right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <rect   x=\"16\" y=\"64\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"168\" y=\"152\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"16\" y=\"240\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"168\" y=\"328\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"16\" y=\"416\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil american football \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M473.274,47.136l-2.267-4.189-4.188-2.267C416.85,13.637,354.765,6.167,292,19.646c-63.848,13.713-123.787,47.151-173.335,96.7s-82.987,109.487-96.7,173.335C8.489,352.444,15.958,414.529,43,464.5l2.267,4.189,4.189,2.267c33.722,18.25,72.951,27.585,114.194,27.585a288.981,288.981,0,0,0,60.622-6.552c63.848-13.712,123.786-47.151,173.334-96.7S480.6,285.8,494.308,221.952C507.788,159.188,500.318,97.1,473.274,47.136ZM447.354,66.6c19.78,38.858,25.84,83.807,19.4,129.525L317.829,47.2C363.548,40.76,408.5,46.82,447.354,66.6ZM68.922,445.033C48.72,405.346,42.83,359.306,49.953,312.58L201.374,464C154.649,471.125,108.608,465.234,68.922,445.033Zm306.059-72.374h0c-40.434,40.434-88.112,68.589-136.661,83.034L58.261,275.635c14.446-48.55,42.6-96.228,83.034-136.662,41.156-41.156,89.818-69.583,139.264-83.787L458.769,233.4C444.565,282.842,416.138,331.5,374.981,372.659Z\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"347.313 187.313 324.687 164.687 304 185.373 275.313 156.687 252.687 179.313 281.373 208 256 233.373 227.313 204.687 204.687 227.313 233.373 256 208 281.373 179.313 252.687 156.687 275.313 185.373 304 164.687 324.687 187.313 347.313 208 326.627 236.687 355.313 259.313 332.687 230.627 304 256 278.627 284.687 307.313 307.313 284.687 278.627 256 304 230.627 332.687 259.313 355.313 236.687 326.627 208 347.313 187.313\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil animal \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M382.825,304.576a131.562,131.562,0,0,0-253.65,0l-18.248,66.15A80,80,0,0,0,188.046,472H323.954a80,80,0,0,0,77.119-101.274Zm-20.682,116.5A47.638,47.638,0,0,1,323.954,440H188.046a48,48,0,0,1-46.272-60.765l18.248-66.149a99.563,99.563,0,0,1,191.956,0l18.248,66.149A47.636,47.636,0,0,1,362.143,421.08Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M146.1,230.31c2.784-17.4-.908-36.027-10.4-52.463S111.92,148.9,95.463,142.611c-17.624-6.731-35.6-5.659-50.634,3.017C14.942,162.884,7.077,205.413,27.3,240.433c9.489,16.436,23.778,28.95,40.235,35.236a64.058,64.058,0,0,0,22.863,4.371,55.133,55.133,0,0,0,27.771-7.389C133.194,263.974,143.114,248.937,146.1,230.31Zm-31.6-5.058c-1.43,8.929-5.81,15.92-12.333,19.686S87.4,249,78.95,245.775c-9.613-3.671-18.115-11.251-23.941-21.342-11.2-19.4-8.538-42.8,5.82-51.092a23.483,23.483,0,0,1,11.847-3.058A31.951,31.951,0,0,1,84.044,172.5c9.613,3.673,18.115,11.252,23.941,21.343S116.124,215.091,114.5,225.252Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M149.566,164.017c11.362,9.083,24.337,13.813,37.458,13.812a54.965,54.965,0,0,0,11.689-1.261c33.723-7.331,54.17-45.443,45.58-84.958h0c-4.03-18.546-13.828-34.817-27.588-45.818-14.735-11.78-32.189-16.239-49.147-12.551-33.722,7.33-54.169,45.442-45.58,84.957C126.009,136.745,135.807,153.016,149.566,164.017Zm24.788-99.506a22.258,22.258,0,0,1,4.732-.5c5.948,0,12.066,2.327,17.637,6.781,8.037,6.425,13.826,16.234,16.3,27.621h0c4.76,21.895-4.906,43.368-21.107,46.89-7.361,1.6-15.305-.628-22.367-6.275-8.037-6.426-13.826-16.235-16.3-27.621C148.488,89.506,158.154,68.033,174.354,64.511Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M467.171,145.628c-15.028-8.676-33.013-9.748-50.634-3.017-16.457,6.287-30.746,18.8-40.235,35.236s-13.182,35.067-10.4,52.463c2.982,18.627,12.9,33.664,27.931,42.341a55.123,55.123,0,0,0,27.771,7.389,64.054,64.054,0,0,0,22.863-4.371c16.457-6.286,30.746-18.8,40.235-35.236C504.923,205.413,497.058,162.884,467.171,145.628Zm-10.18,78.805c-5.826,10.091-14.328,17.671-23.941,21.342-8.446,3.228-16.692,2.931-23.215-.837s-10.9-10.757-12.333-19.686c-1.626-10.161.686-21.314,6.513-31.4s14.328-17.67,23.941-21.343a31.955,31.955,0,0,1,11.368-2.221,23.483,23.483,0,0,1,11.847,3.058C465.529,181.631,468.194,205.028,456.991,224.433Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M313.287,176.568a54.965,54.965,0,0,0,11.689,1.261c13.12,0,26.1-4.729,37.458-13.812,13.759-11,23.557-27.272,27.588-45.818,8.589-39.515-11.858-77.627-45.58-84.957-16.957-3.686-34.412.77-49.147,12.551-13.76,11-23.558,27.272-27.588,45.817C259.117,131.125,279.564,169.237,313.287,176.568Zm-14.31-78.16h0c2.474-11.387,8.263-21.2,16.3-27.621,5.572-4.454,11.689-6.781,17.637-6.781a22.258,22.258,0,0,1,4.732.5c16.2,3.522,25.866,25,21.107,46.89-2.476,11.387-8.265,21.2-16.3,27.622-7.061,5.646-15,7.874-22.367,6.275C303.883,141.776,294.217,120.3,298.977,98.408Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil aperture \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M256.684,16.736A239.3,239.3,0,0,0,87.475,425.245,239.3,239.3,0,0,0,425.894,86.825,237.736,237.736,0,0,0,256.684,16.736Zm-9.9,32.242L146.033,224.237,92.048,130.226A207.136,207.136,0,0,1,246.787,48.978Zm56.437,127.035,45.912,79.413-46.2,80.791h-92.6l-45.859-79.859,46.189-80.345ZM72.648,160.7,173.436,336.217H65.526A207.1,207.1,0,0,1,72.648,160.7Zm9.791,207.515h202.2l-53.494,93.542A207.584,207.584,0,0,1,82.439,368.217Zm184.818,94.849L367.668,287.48l54.168,93.692A207.167,207.167,0,0,1,267.257,463.066ZM441.125,350.6,340.187,176.013H447.908A207.133,207.133,0,0,1,441.125,350.6ZM229.063,144.013l53.825-93.627a207.609,207.609,0,0,1,148.147,93.627Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil apple \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M452.415,213.048c-10.609-27.192-27.511-48.256-48.92-61.078a157.712,157.712,0,0,1-17.583,26.757c.038.022.077.041.115.063,31.881,18.323,50.423,65.148,45.091,113.871-8.833,80.721-33.35,136.043-69.036,155.775-23.2,12.827-52.133,11-86-5.424l-3.308-1.6H248.385l-3.307,1.6c-33.867,16.426-62.8,18.251-86,5.424-35.685-19.732-60.2-75.054-69.036-155.775-5.332-48.723,13.211-95.549,45.091-113.871a66.626,66.626,0,0,1,33.74-8.768c24.143,0,51.966,11.311,82.2,33.656l1.078.8S295.734,199.179,313,191.34c52.021-23.617,63.5-61.156,65.536-66.254a121.886,121.886,0,0,0-1.021-93.559l-4.073-10.169-10.949.11A122.777,122.777,0,0,0,242.039,159.7c-18.9-10.59-37.278-17.343-54.884-20.14-24.943-3.965-47.811-.1-67.968,11.486-22.138,12.724-39.581,34.164-50.442,62-9.874,25.307-13.608,54.817-10.514,83.094,10.142,92.681,39.659,155.027,85.361,180.3a99.908,99.908,0,0,0,49.1,12.543c19.585,0,40.629-5.194,62.975-15.575h9.83c42.394,19.693,80.085,20.718,112.071,3.032,45.7-25.271,75.221-87.617,85.363-180.3C466.023,267.865,462.289,238.355,452.415,213.048ZM328.019,60.826a90.513,90.513,0,0,1,23.693-6.564,90.8,90.8,0,0,1-75.056,115.205A90.839,90.839,0,0,1,328.019,60.826Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil applications settings \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M88,160A64,64,0,1,0,24,96,64.072,64.072,0,0,0,88,160Zm0-96A32,32,0,1,1,56,96,32.036,32.036,0,0,1,88,64Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M256,32a64,64,0,1,0,64,64A64.072,64.072,0,0,0,256,32Zm0,96a32,32,0,1,1,32-32A32.036,32.036,0,0,1,256,128Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M424,160a64,64,0,1,0-64-64A64.072,64.072,0,0,0,424,160Zm0-96a32,32,0,1,1-32,32A32.036,32.036,0,0,1,424,64Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M88,192a64,64,0,1,0,64,64A64.072,64.072,0,0,0,88,192Zm0,96a32,32,0,1,1,32-32A32.036,32.036,0,0,1,88,288Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M256,192a64,64,0,1,0,64,64A64.072,64.072,0,0,0,256,192Zm0,96a32,32,0,1,1,32-32A32.036,32.036,0,0,1,256,288Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M424,192a64,64,0,1,0,64,64A64.072,64.072,0,0,0,424,192Zm0,96a32,32,0,1,1,32-32A32.036,32.036,0,0,1,424,288Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M424,352a64,64,0,1,0,64,64A64.072,64.072,0,0,0,424,352Zm0,96a32,32,0,1,1,32-32A32.036,32.036,0,0,1,424,448Z\" class=\"ci-primary\"/>\n  <rect   x=\"56\" y=\"408\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"152\" y=\"408\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"248\" y=\"408\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil applications \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M88,32a64,64,0,1,0,64,64A64.072,64.072,0,0,0,88,32Zm0,96a32,32,0,1,1,32-32A32.036,32.036,0,0,1,88,128Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M256,32a64,64,0,1,0,64,64A64.072,64.072,0,0,0,256,32Zm0,96a32,32,0,1,1,32-32A32.036,32.036,0,0,1,256,128Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M424,160a64,64,0,1,0-64-64A64.072,64.072,0,0,0,424,160Zm0-96a32,32,0,1,1-32,32A32.036,32.036,0,0,1,424,64Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M88,192a64,64,0,1,0,64,64A64.072,64.072,0,0,0,88,192Zm0,96a32,32,0,1,1,32-32A32.036,32.036,0,0,1,88,288Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M256,192a64,64,0,1,0,64,64A64.072,64.072,0,0,0,256,192Zm0,96a32,32,0,1,1,32-32A32.036,32.036,0,0,1,256,288Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M424,192a64,64,0,1,0,64,64A64.072,64.072,0,0,0,424,192Zm0,96a32,32,0,1,1,32-32A32.036,32.036,0,0,1,424,288Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M88,352a64,64,0,1,0,64,64A64.072,64.072,0,0,0,88,352Zm0,96a32,32,0,1,1,32-32A32.036,32.036,0,0,1,88,448Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M256,352a64,64,0,1,0,64,64A64.072,64.072,0,0,0,256,352Zm0,96a32,32,0,1,1,32-32A32.036,32.036,0,0,1,256,448Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M424,352a64,64,0,1,0,64,64A64.072,64.072,0,0,0,424,352Zm0,96a32,32,0,1,1,32-32A32.036,32.036,0,0,1,424,448Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil apps settings \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M88,160A64,64,0,1,0,24,96,64.072,64.072,0,0,0,88,160Zm0-96A32,32,0,1,1,56,96,32.036,32.036,0,0,1,88,64Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M256,32a64,64,0,1,0,64,64A64.072,64.072,0,0,0,256,32Zm0,96a32,32,0,1,1,32-32A32.036,32.036,0,0,1,256,128Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M424,160a64,64,0,1,0-64-64A64.072,64.072,0,0,0,424,160Zm0-96a32,32,0,1,1-32,32A32.036,32.036,0,0,1,424,64Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M88,192a64,64,0,1,0,64,64A64.072,64.072,0,0,0,88,192Zm0,96a32,32,0,1,1,32-32A32.036,32.036,0,0,1,88,288Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M256,192a64,64,0,1,0,64,64A64.072,64.072,0,0,0,256,192Zm0,96a32,32,0,1,1,32-32A32.036,32.036,0,0,1,256,288Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M424,192a64,64,0,1,0,64,64A64.072,64.072,0,0,0,424,192Zm0,96a32,32,0,1,1,32-32A32.036,32.036,0,0,1,424,288Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M424,352a64,64,0,1,0,64,64A64.072,64.072,0,0,0,424,352Zm0,96a32,32,0,1,1,32-32A32.036,32.036,0,0,1,424,448Z\" class=\"ci-primary\"/>\n  <rect   x=\"56\" y=\"408\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"152\" y=\"408\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"248\" y=\"408\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil apps \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M88,32a64,64,0,1,0,64,64A64.072,64.072,0,0,0,88,32Zm0,96a32,32,0,1,1,32-32A32.036,32.036,0,0,1,88,128Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M256,32a64,64,0,1,0,64,64A64.072,64.072,0,0,0,256,32Zm0,96a32,32,0,1,1,32-32A32.036,32.036,0,0,1,256,128Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M424,160a64,64,0,1,0-64-64A64.072,64.072,0,0,0,424,160Zm0-96a32,32,0,1,1-32,32A32.036,32.036,0,0,1,424,64Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M88,192a64,64,0,1,0,64,64A64.072,64.072,0,0,0,88,192Zm0,96a32,32,0,1,1,32-32A32.036,32.036,0,0,1,88,288Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M256,192a64,64,0,1,0,64,64A64.072,64.072,0,0,0,256,192Zm0,96a32,32,0,1,1,32-32A32.036,32.036,0,0,1,256,288Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M424,192a64,64,0,1,0,64,64A64.072,64.072,0,0,0,424,192Zm0,96a32,32,0,1,1,32-32A32.036,32.036,0,0,1,424,288Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M88,352a64,64,0,1,0,64,64A64.072,64.072,0,0,0,88,352Zm0,96a32,32,0,1,1,32-32A32.036,32.036,0,0,1,88,448Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M256,352a64,64,0,1,0,64,64A64.072,64.072,0,0,0,256,352Zm0,96a32,32,0,1,1,32-32A32.036,32.036,0,0,1,256,448Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M424,352a64,64,0,1,0,64,64A64.072,64.072,0,0,0,424,352Zm0,96a32,32,0,1,1,32-32A32.036,32.036,0,0,1,424,448Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil arrow bottom \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"367.997 338.75 271.999 434.747 271.999 17.503 239.999 17.503 239.999 434.745 144.003 338.75 121.376 361.377 256 496 390.624 361.377 367.997 338.75\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil arrow circle bottom \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M256,16C123.452,16,16,123.452,16,256S123.452,496,256,496,496,388.548,496,256,388.548,16,256,16ZM403.078,403.078a207.253,207.253,0,1,1,44.589-66.125A207.332,207.332,0,0,1,403.078,403.078Z\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"272.112 314.481 272.112 128 240.112 128 240.112 314.481 165.059 239.429 142.432 262.056 256.112 375.736 369.793 262.056 347.166 239.429 272.112 314.481\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil arrow circle left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M256,16.042c-132.548,0-240,107.451-240,240s107.452,240,240,240,240-107.452,240-240S388.548,16.042,256,16.042ZM403.078,403.12A207.253,207.253,0,1,1,447.667,337,207.364,207.364,0,0,1,403.078,403.12Z\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"272.614 164.987 249.986 142.36 136.305 256.041 249.986 369.722 272.614 347.095 197.56 272.041 385 272.041 385 240.041 197.56 240.041 272.614 164.987\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil arrow circle right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M256.25,16.042c-132.548,0-240,107.451-240,240s107.452,240,240,240,240-107.452,240-240S388.8,16.042,256.25,16.042ZM403.328,403.12A207.253,207.253,0,1,1,447.917,337,207.364,207.364,0,0,1,403.328,403.12Z\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"239.637 164.987 314.69 240.041 128.137 240.041 128.137 272.041 314.69 272.041 239.637 347.095 262.264 369.722 375.945 256.041 262.264 142.36 239.637 164.987\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil arrow circle top \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M256,16C123.452,16,16,123.452,16,256S123.452,496,256,496,496,388.548,496,256,388.548,16,256,16ZM403.078,403.078a207.253,207.253,0,1,1,44.589-66.125A207.332,207.332,0,0,1,403.078,403.078Z\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"142.319 241.027 164.947 263.654 240 188.602 240 376 272 376 272 188.602 347.053 263.654 369.681 241.027 256 127.347 142.319 241.027\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil arrow left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"497.333 239.999 80.092 239.999 176.087 144.004 153.46 121.377 18.837 256 153.46 390.623 176.087 367.996 80.09 271.999 497.333 271.999 497.333 239.999\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil arrow right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"359.873 121.377 337.246 144.004 433.243 240.001 16 240.001 16 240.002 16 272.001 16 272.002 433.24 272.002 337.246 367.996 359.873 390.623 494.498 256 359.873 121.377\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil arrow thick bottom \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M255.682,494.636,16,254.3V216.024l143.937-.007V16h192V216.007L495.952,216l-.035,38.688ZM54.931,248.022l200.8,201.342L457.328,248l-137.391.008V48h-128V248.015Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil arrow thick from bottom \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M256.2,16,56,215.993v38.632H176v144H336v-144H456V216ZM304,222.625v144H208v-144H94.639L256.174,61.254l161.21,161.371Z\" class=\"ci-primary\"/>\n  <rect   x=\"56\" y=\"462.625\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil arrow thick from left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M296.007,56H257.375V176h-144V336h144V456H296L496,256.2Zm-6.632,361.384V304h-144V208h144V94.639l161.37,161.535Z\" class=\"ci-primary\"/>\n  <rect   x=\"17.375\" y=\"56\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil arrow thick from right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M254.625,56H215.993L16,256.2,216,456h38.623V336h144V176h-144Zm112,152v96h-144V417.384L61.255,256.174,222.625,94.639V208Z\" class=\"ci-primary\"/>\n  <rect   x=\"462.625\" y=\"56\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil arrow thick from top \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M336,113.375H176v144H56V296L255.8,496,456,296.007V257.375H336Zm81.361,176L255.826,450.746,94.616,289.375H208v-144h96v144Z\" class=\"ci-primary\"/>\n  <rect   x=\"56\" y=\"17.376\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil arrow thick left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M294.637,496l-38.688-.035L16,255.729,256.334,16.048h38.277l.008,143.937H494.636v192H294.629ZM61.271,255.773l201.364,201.6-.008-137.391H462.636v-128H262.621l-.008-137.006Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil arrow thick right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M254.3,496H216.025l-.008-143.937H16v-192H216.007L216,16.048l38.688.035L494.636,256.318ZM48,320.063H248.015l.007,137.006,201.342-200.8L248,54.672l.008,137.391H48Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil arrow thick to bottom \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M336,176.005V16H176v160H56v38.623l199.8,200L456,214.637V176.005ZM255.826,369.376,94.616,208.005H208V48h96v160H417.361Z\" class=\"ci-primary\"/>\n  <rect   x=\"56\" y=\"464\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil arrow thick to left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M336,176V56H297.373l-200,199.8L297.363,456H336V336H496V176ZM464,304H304V417.361L142.625,255.826,304,94.616V208H464Z\" class=\"ci-primary\"/>\n  <rect   x=\"16\" y=\"56\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil arrow thick to right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M176,56V176H16V336H176V456h38.623l200-199.8L214.635,56Zm32,361.384V304H48V208H208V94.639L369.373,256.174Z\" class=\"ci-primary\"/>\n  <rect   x=\"463.998\" y=\"56\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil arrow thick to top \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M56,297.365V336H176V496H336V336H456V297.374l-199.8-200ZM304,304V464H208V304H94.639l161.535-161.37L417.384,304Z\" class=\"ci-primary\"/>\n  <rect   x=\"56\" y=\"16.002\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil arrow thick top \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M352.062,496h-192V295.993L16.047,296l.037-38.688L256.318,17.364,496,257.7v38.278l-143.938.006Zm-160-32h128V263.984l137.007-.006L256.274,62.636,54.672,264l137.39-.008Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil arrow top \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"390.624 150.625 256 16 121.376 150.625 144.004 173.252 240.001 77.254 240.001 495.236 272.001 495.236 272.001 77.257 367.996 173.252 390.624 150.625\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil assistive listening system \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M277.139,85.414l-8.428,31.021A154.494,154.494,0,0,1,394.266,236.391l31.921-3.6A186.588,186.588,0,0,0,277.139,85.414Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M422.061,89.939A250.681,250.681,0,0,0,294.6,21.146l-8.425,31.005c88.461,17.4,158.108,87.873,174.267,176.767l31.9-3.6A250.6,250.6,0,0,0,422.061,89.939Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M233.106,148.753q-1.576-.021-3.146,0A124.083,124.083,0,0,0,107.022,272.83h32.237a92.091,92.091,0,0,1,91.062-92.085q1.05-.009,2.1,0c49.729.69,90.451,41.722,90.774,91.465a91.233,91.233,0,0,1-28.62,67.331,24.021,24.021,0,0,0-7.408,17.333v50.686A56.5,56.5,0,0,1,230.736,464H222.1v32h8.869a88.534,88.534,0,0,0,88.434-88.435V360.247a124.615,124.615,0,0,0,36.027-88.24A124.438,124.438,0,0,0,233.106,148.753Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M283.141,272.83a52.03,52.03,0,1,0-104.059,0h32a20.03,20.03,0,1,1,40.059,0Z\" class=\"ci-primary\"/>\n  <rect   x=\"216\" y=\"304\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"112\" y=\"408\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"162.963\" y=\"310.812\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\" transform=\"rotate(-45 178.963 373.037)\"/>\n</svg>\n</li><li title=\"cil asterisk circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"272 227.616 272 121.388 240 121.388 240 227.617 141.377 167.935 138.946 171.952 138.946 203.867 225.096 256 138.946 308.133 138.946 340.048 141.377 344.065 240 284.383 240 390.612 272 390.612 272 284.384 370.623 344.065 373.054 340.049 373.054 308.134 286.903 256 373.054 203.866 373.054 171.951 370.623 167.935 272 227.616\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M425.857,87.379A239.365,239.365,0,0,0,87.344,425.892,239.365,239.365,0,0,0,425.857,87.379ZM256.6,464C142.259,464,49.236,370.977,49.236,256.636S142.259,49.271,256.6,49.271s207.365,93.023,207.365,207.365S370.942,464,256.6,464Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil asterisk \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"286.903 256 416 177.877 416 141.115 415.717 140.646 272 227.617 272 72 240 72 240 227.617 96.283 140.646 96 141.115 96 177.877 225.097 256 96 334.123 96 370.885 96.283 371.354 240 284.383 240 440 272 440 272 284.383 415.717 371.354 416 370.885 416 334.123 286.903 256\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil at \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M495.826,232a206.644,206.644,0,0,0-18.882-78.412,227.033,227.033,0,0,0-51.61-71.261C379.708,39.555,319.571,16,256,16A240,240,0,0,0,86.294,425.706a240,240,0,0,0,337.671,1.722l-22.4-22.856A206.824,206.824,0,0,1,256,464C141.309,464,48,370.691,48,256S141.309,48,256,48c112.748,0,208,87.925,208,192v36c0,28.673-25.122,52-56,52s-56-23.327-56-52V160H320v26.751a99.988,99.988,0,1,0,12.55,132.437C347.956,343.62,376.01,360,408,360c48.523,0,88-37.682,88-84V232ZM252,328a68,68,0,1,1,68-68A68.077,68.077,0,0,1,252,328Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil audio description \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M472,64H40A24.028,24.028,0,0,0,16,88V424a24.028,24.028,0,0,0,24,24H472a24.028,24.028,0,0,0,24-24V88A24.028,24.028,0,0,0,472,64Zm-8,352H48V96H464Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M134.2,288h59.6l18.667,56H246.2L187.532,168H140.468L81.8,344h33.731Zm29.333-88h.936l18.667,56h-38.27Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M424,263.333V248.667A80.758,80.758,0,0,0,343.333,168H280V344h63.333A80.758,80.758,0,0,0,424,263.333ZM312,200h31.333A48.722,48.722,0,0,1,392,248.667v14.666A48.722,48.722,0,0,1,343.333,312H312Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil audio spectrum \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <rect   x=\"16\" y=\"160\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"376\" y=\"160\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"104\" y=\"88\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"288\" y=\"96\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"464\" y=\"96\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"192\" y=\"16\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil audio \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M110.763,110.763l-22.7-22.7c-.095.1-.193.186-.288.281a238.483,238.483,0,0,0-.7,336.573l22.7-22.7a206.144,206.144,0,0,1,.988-291.462Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M425.069,88.348c-.4-.4-.817-.793-1.223-1.194l-22.7,22.7a206.142,206.142,0,0,1,1.5,292.8l22.7,22.7a238.492,238.492,0,0,0-.281-337Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M153.523,153.522a145.746,145.746,0,0,0-.989,205.944l22.617-22.617a113.8,113.8,0,0,1,.989-160.71Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M335.773,175.227a113.8,113.8,0,0,1,1.5,162.05L359.9,359.9a145.746,145.746,0,0,0-1.5-207.285Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M294.766,216.234a55.914,55.914,0,1,0,17.658,40.759A55.783,55.783,0,0,0,294.766,216.234Zm-38.342,64.759a24,24,0,1,1,24-24A24,24,0,0,1,256.424,280.993Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil av timer \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <rect   x=\"240\" y=\"384\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"96\" y=\"240\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"384\" y=\"240\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M414.392,97.608A222.332,222.332,0,0,0,272,32.567V32H240v96h32V64.672C370.41,72.83,448,155.519,448,256c0,105.869-86.131,192-192,192S64,361.869,64,256a191.61,191.61,0,0,1,56.408-135.942l115.624,145.88,25.078-19.876L124.6,73.828l-12.606,10.59a224,224,0,1,0,302.4,13.19Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil baby carriage \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M445.057,345.134,464,274.1V232c-8.136-93.993-87.933-168-184-168H248V232H132.158l-17.844-78.768A32.155,32.155,0,0,0,83.038,128H16v32H83.038l40.475,178.67A80,80,0,1,0,224,416q0-4.05-.4-8H328.4q-.395,3.948-.4,8a80,80,0,1,0,117.057-70.866ZM280,96c78.411,0,143.145,59.678,151.164,136H280ZM144,464a48,48,0,1,1,48-48A48.055,48.055,0,0,1,144,464Zm194.763-88H213.237a80.166,80.166,0,0,0-57.316-39.108L139.408,264H432v5.9l-17.7,66.368c-2.082-.163-4.179-.271-6.3-.271A80.026,80.026,0,0,0,338.763,376ZM408,464a48,48,0,1,1,48-48A48.055,48.055,0,0,1,408,464Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil baby \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M425.39,200.035A184.3,184.3,0,0,0,290.812,91.289L317.568,48.48,290.432,31.52,255.127,88.008A184.046,184.046,0,0,0,86.61,200.035a71.978,71.978,0,0,0,0,143.93,184.071,184.071,0,0,0,338.78,0,71.978,71.978,0,0,0,0-143.93Zm27.152,99.975a39.77,39.77,0,0,1-27.76,11.961l-20.725.394-8.113,19.074a152.066,152.066,0,0,1-279.887,0l-8.114-19.074-20.725-.394a39.978,39.978,0,0,1,0-79.942l20.725-.394,8.114-19.074a152.067,152.067,0,0,1,279.887,0l8.113,19.074,20.725.394a39.974,39.974,0,0,1,27.76,67.981Z\" class=\"ci-primary\"/>\n  <rect   x=\"168\" y=\"232\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"304\" y=\"232\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M256,384a80,80,0,0,0,80-80H176A80,80,0,0,0,256,384Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil backspace \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"227.313 363.313 312 278.627 396.687 363.313 419.313 340.687 334.627 256 419.313 171.313 396.687 148.687 312 233.373 227.313 148.687 204.687 171.313 289.373 256 204.687 340.687 227.313 363.313\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M472,64H194.644a24.091,24.091,0,0,0-17.42,7.492L16,241.623v28.754L177.224,440.508A24.091,24.091,0,0,0,194.644,448H472a24.028,24.028,0,0,0,24-24V88A24.028,24.028,0,0,0,472,64Zm-8,352H198.084L48,257.623v-3.246L198.084,96H464Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil badge \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"328.375 384 332.073 458.999 256.211 406.28 179.924 459.049 183.625 384 151.586 384 146.064 496 182.756 496 256.169 445.22 329.242 496 365.936 496 360.414 384 328.375 384\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M415.409,154.914l-2.194-48.054L372.7,80.933,346.768,40.414l-48.055-2.2L256,16.093,213.287,38.219l-48.055,2.2L139.3,80.933,98.785,106.86l-2.194,48.054L74.464,197.628l22.127,42.715,2.2,48.053L139.3,314.323l25.928,40.52,48.055,2.195L256,379.164l42.713-22.126,48.055-2.195,25.928-40.52L413.214,288.4l2.195-48.053,22.127-42.715Zm-31.646,76.949L382,270.377l-32.475,20.78-20.78,32.475-38.515,1.76L256,343.125l-34.234-17.733-38.515-1.76-20.78-32.475L130,270.377l-1.759-38.514L110.5,197.628,128.237,163.4,130,124.88,162.471,104.1l20.78-32.474,38.515-1.76L256,52.132l34.234,17.733,38.515,1.76,20.78,32.474L382,124.88l1.759,38.515L401.5,197.628Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil balance scale \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M203.247,386.414,208,381.185V355.4L130.125,191H93.875L16,355.4v27.042l4.234,4.595a124.347,124.347,0,0,0,91.224,39.982h.42A124.343,124.343,0,0,0,203.247,386.414ZM176,368.608a90.924,90.924,0,0,1-64.231,26.413h-.33A90.907,90.907,0,0,1,48,369.667V362.6l64-135.112L176,362.6Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M418.125,191h-36.25L304,355.4v27.042l4.234,4.595a124.347,124.347,0,0,0,91.224,39.982h.42a124.343,124.343,0,0,0,91.369-40.607L496,381.185V355.4ZM464,368.608a90.924,90.924,0,0,1-64.231,26.413h-.33A90.907,90.907,0,0,1,336,369.667V362.6l64-135.112L464,362.6Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M272,196.659A56.223,56.223,0,0,0,309.659,159H416V127H309.659a55.991,55.991,0,0,0-107.318,0H96v32H202.341A56.223,56.223,0,0,0,240,196.659V463H136v32H376V463H272ZM232,143a24,24,0,1,1,24,24A24,24,0,0,1,232,143Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil ban \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M425.706,86.294A240,240,0,0,0,86.294,425.705,240,240,0,0,0,425.706,86.294ZM256,48A207.1,207.1,0,0,1,391.528,98.345L98.345,391.528A207.1,207.1,0,0,1,48,256C48,141.309,141.309,48,256,48Zm0,416a207.084,207.084,0,0,1-134.986-49.887l293.1-293.1A207.084,207.084,0,0,1,464,256C464,370.691,370.691,464,256,464Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil bank \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M247.759,14.358,16,125.946V184H496V125.638ZM464,152H48v-5.946L248.241,49.642,464,146.362Z\" class=\"ci-primary\"/>\n  <rect   x=\"48\" y=\"408\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"16\" y=\"464\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"56\" y=\"216\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"424\" y=\"216\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"328\" y=\"216\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"152\" y=\"216\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"240\" y=\"216\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil bar chart \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M136,416h88a24.028,24.028,0,0,0,24-24V184a24.028,24.028,0,0,0-24-24H136a24.028,24.028,0,0,0-24,24V392A24.028,24.028,0,0,0,136,416Zm8-224h72V384H144Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M424,16H336a24.028,24.028,0,0,0-24,24V392a24.028,24.028,0,0,0,24,24h88a24.028,24.028,0,0,0,24-24V40A24.028,24.028,0,0,0,424,16Zm-8,368H344V48h72Z\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"48 16 16 16 16 496 496 496 496 464 48 464 48 16\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil barcode \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M16,464H496V56H16ZM48,88H464V432H48Z\" class=\"ci-primary\"/>\n  <rect   x=\"80\" y=\"128\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"144\" y=\"128\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"208\" y=\"128\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"272\" y=\"128\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"336\" y=\"128\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"400\" y=\"128\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"144\" y=\"352\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"272\" y=\"352\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"336\" y=\"352\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil baseball \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M108,200a92,92,0,1,0-92-92A92.1,92.1,0,0,0,108,200Zm0-152a60,60,0,1,1-60,60A60.068,60.068,0,0,1,108,48Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M476.937,38.26h0a76,76,0,0,0-107.48,0l-5.475,5.475c-21.053,21.053-41.553,43.192-60.93,65.8l-.318.37L163.905,293.467,78.548,378.825a38.263,38.263,0,0,0-46.122,60.229l40.52,40.519a38.272,38.272,0,0,0,60.238-46.13l85.24-85.24,179.9-130.76.841-.654c26.865-22.4,53.031-46.31,77.771-71.049A76.088,76.088,0,0,0,476.937,38.26Zm-22.629,84.853c-23.934,23.935-49.243,47.067-75.23,68.761L197.576,323.8,88.854,432.519l15.572,15.574a6.26,6.26,0,1,1-8.852,8.853l-40.52-40.519a6.26,6.26,0,0,1,8.853-8.854L79.48,423.147,188.1,314.533l139.57-184.541c18.752-21.863,38.581-43.267,58.943-63.63l5.475-5.474a44,44,0,1,1,62.225,62.225Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil basket \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <rect   x=\"120\" y=\"304\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"200\" y=\"304\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"280\" y=\"304\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"360\" y=\"304\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M473.681,168,394.062,16H357.938l79.619,152H74.443L154.062,16H117.938L38.319,168H16V279.468L58.856,496H453.117L496,281.584V168ZM464,278.416,426.883,464H85.144L48,276.332V272H464ZM464,240H48V200H464Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil basketball \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M256,16A240,240,0,0,0,86.294,425.706,240,240,0,0,0,425.706,86.294,238.432,238.432,0,0,0,256,16ZM107.761,110.25q4.21,5.825,8.145,12.466c18.663,31.593,29.823,72.765,31.985,117.284H48.609A207.386,207.386,0,0,1,107.761,110.25Zm0,291.5A207.386,207.386,0,0,1,48.609,272h99.282c-2.162,44.519-13.322,85.691-31.985,117.284Q111.981,395.93,107.761,401.75ZM240,463.391a206.866,206.866,0,0,1-108.049-40.532,190.612,190.612,0,0,0,11.507-17.3c21.483-36.368,34.233-83.3,36.471-133.559H240ZM240,240H179.929c-2.238-50.257-14.988-97.191-36.471-133.559a190.612,190.612,0,0,0-11.507-17.3A206.866,206.866,0,0,1,240,48.609ZM272,48.609A206.866,206.866,0,0,1,380.049,89.141a190.612,190.612,0,0,0-11.507,17.3c-21.483,36.368-34.233,83.3-36.471,133.559H272Zm0,414.782V272h60.071c2.238,50.257,14.988,97.191,36.471,133.559a190.612,190.612,0,0,0,11.507,17.3A206.866,206.866,0,0,1,272,463.391ZM404.239,401.75q-4.21-5.824-8.145-12.466C377.431,357.691,366.271,316.519,364.109,272h99.282A207.386,207.386,0,0,1,404.239,401.75ZM364.109,240c2.162-44.519,13.322-85.691,31.985-117.284q3.925-6.646,8.145-12.466A207.386,207.386,0,0,1,463.391,240Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil bath \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M464,280H80V100A51.258,51.258,0,0,1,95.113,63.515l.4-.4a51.691,51.691,0,0,1,58.6-10.162,79.1,79.1,0,0,0,11.778,96.627l10.951,10.951-20.157,20.158,22.626,22.626,20.157-20.157h0L311.157,71.471h0l20.157-20.157L308.687,28.687,288.529,48.844,277.578,37.893a79.086,79.086,0,0,0-100.929-8.976A83.61,83.61,0,0,0,72.887,40.485l-.4.4A83.054,83.054,0,0,0,48,100V280H16v32H48v30.7a23.95,23.95,0,0,0,1.232,7.589L79,439.589A23.969,23.969,0,0,0,101.766,456h12.9L103,496h33.333L148,456H356.1l12,40H401.5l-12-40h20.73A23.969,23.969,0,0,0,433,439.589l29.766-89.3A23.982,23.982,0,0,0,464,342.7V312h32V280ZM188.52,60.52a47.025,47.025,0,0,1,66.431,0L265.9,71.471,199.471,137.9,188.52,126.951A47.027,47.027,0,0,1,188.52,60.52ZM432,341.4,404.468,424H107.532L80,341.4V312H432Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil bathroom \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M464,280H80V100A51.258,51.258,0,0,1,95.113,63.515l.4-.4a51.691,51.691,0,0,1,58.6-10.162,79.1,79.1,0,0,0,11.778,96.627l10.951,10.951-20.157,20.158,22.626,22.626,20.157-20.157h0L311.157,71.471h0l20.157-20.157L308.687,28.687,288.529,48.844,277.578,37.893a79.086,79.086,0,0,0-100.929-8.976A83.61,83.61,0,0,0,72.887,40.485l-.4.4A83.054,83.054,0,0,0,48,100V280H16v32H48v30.7a23.95,23.95,0,0,0,1.232,7.589L79,439.589A23.969,23.969,0,0,0,101.766,456h12.9L103,496h33.333L148,456H356.1l12,40H401.5l-12-40h20.73A23.969,23.969,0,0,0,433,439.589l29.766-89.3A23.982,23.982,0,0,0,464,342.7V312h32V280ZM188.52,60.52a47.025,47.025,0,0,1,66.431,0L265.9,71.471,199.471,137.9,188.52,126.951A47.027,47.027,0,0,1,188.52,60.52ZM432,341.4,404.468,424H107.532L80,341.4V312H432Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil battery 0 \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M39.986,424H408a23.825,23.825,0,0,0,24-23.59V344h64V176H432V119.59A23.825,23.825,0,0,0,408,96H39.986a23.825,23.825,0,0,0-24,23.59V400.41A23.825,23.825,0,0,0,39.986,424Zm8-296H400v80h64V312H400v80H47.986Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil battery 3 \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <rect   x=\"80\" y=\"160\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"144\" y=\"160\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"208\" y=\"160\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M432,176V119.59A23.825,23.825,0,0,0,408,96H39.986a23.825,23.825,0,0,0-24,23.59V400.41a23.825,23.825,0,0,0,24,23.59H408a23.825,23.825,0,0,0,24-23.59V344h64V176Zm32,136H400v80H47.986V128H400v80h64Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil battery 5 \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <rect   x=\"80\" y=\"160\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"144\" y=\"160\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"208\" y=\"160\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"272\" y=\"160\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"336\" y=\"160\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M432,176V119.59A23.825,23.825,0,0,0,408,96H39.986a23.825,23.825,0,0,0-24,23.59V400.41a23.825,23.825,0,0,0,24,23.59H408a23.825,23.825,0,0,0,24-23.59V344h64V176Zm32,136H400v80H47.986V128H400v80h64Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil battery alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M432,176V119.59A23.825,23.825,0,0,0,408,96H240v32H400v80h64V312H400v80H47.986V128H112V96H39.986a23.825,23.825,0,0,0-24,23.59V400.41a23.825,23.825,0,0,0,24,23.59H408a23.825,23.825,0,0,0,24-23.59V344h64V176Z\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"192 64 192 56 160 56 160 64 160 256 192 256 192 64\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"192 304 192 288 160 288 160 304 160 320 192 320 192 304\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil battery empty \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M39.986,424H408a23.825,23.825,0,0,0,24-23.59V344h64V176H432V119.59A23.825,23.825,0,0,0,408,96H39.986a23.825,23.825,0,0,0-24,23.59V400.41A23.825,23.825,0,0,0,39.986,424Zm8-296H400v80h64V312H400v80H47.986Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil battery full \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <rect   x=\"80\" y=\"160\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"144\" y=\"160\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"208\" y=\"160\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"272\" y=\"160\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"336\" y=\"160\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M432,176V119.59A23.825,23.825,0,0,0,408,96H39.986a23.825,23.825,0,0,0-24,23.59V400.41a23.825,23.825,0,0,0,24,23.59H408a23.825,23.825,0,0,0,24-23.59V344h64V176Zm32,136H400v80H47.986V128H400v80h64Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil battery slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M432,176V119.59A23.825,23.825,0,0,0,408,96H163.882l32,32H400v80h64V312H416v32h80V176Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M150.627,128l-32-32-80-80H16V38.627L73.373,96H39.986a23.825,23.825,0,0,0-24,23.59V400.41a23.825,23.825,0,0,0,24,23.59H401.373l72,72H496V473.373L266.563,243.937ZM47.986,392V128h57.387l264,264Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil beach access \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M259.431,268.8l140-140-27.785-27.785A208.333,208.333,0,0,0,77.019,395.646L104.8,423.431l132-132L401.372,456h45.256ZM224.333,72a175.182,175.182,0,0,1,124.686,51.646l5.157,5.158-57.058,57.058a477.658,477.658,0,0,0-62.879-53.924C209.023,114.1,184.8,101.609,162.245,94.807a152.909,152.909,0,0,0-17.092-4.129A175.58,175.58,0,0,1,224.333,72ZM104.8,378.176l-5.158-5.157A176.637,176.637,0,0,1,66.678,169.153a153.129,153.129,0,0,0,4.129,17.092c6.8,22.556,19.3,46.778,37.131,71.994a477.658,477.658,0,0,0,53.924,62.879Zm79.7-79.7c-11.857-11.634-32.231-32.977-50.438-58.718-22.872-32.336-46.59-77.9-33.753-115.45,37.421-12.793,82.8,10.736,115.005,33.437,25.864,18.233,47.431,38.815,59.158,50.759Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil beaker \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M80,495.918l352.039.08h.006a24,24,0,0,0,24-24.008L456,354.472a23.9,23.9,0,0,0-4.239-13.613L344,184.511V121h40a24.028,24.028,0,0,0,24-24V16H104V97a24.027,24.027,0,0,0,24,24h39.917v64.621L60.276,340.834A23.9,23.9,0,0,0,56,354.509V471.918A24.029,24.029,0,0,0,80,495.918ZM199.917,195.631V89H136V48H376V89H312V194.47L376.465,288H135.859ZM88,357.011,113.667,320H398.52L424,356.971,424.037,464,88,463.92Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil bed \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M416,224H208V344.619H185.846v-41A87.716,87.716,0,0,0,98.229,216H48V152H16V496H48V448.257l416,3.328V496h32V304A80.091,80.091,0,0,0,416,224ZM48,248H98.229a55.68,55.68,0,0,1,55.617,55.617v41H48ZM464,419.584,48,416.256V376.619H464Zm0-74.965H240V256H416a48.055,48.055,0,0,1,48,48Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil bell exclamation \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M451.671,348.569,408,267.945V184c0-83.813-68.187-152-152-152S104,100.187,104,184v83.945L60.329,348.568A24,24,0,0,0,81.432,384h86.944c-.241,2.636-.376,5.3-.376,8a88,88,0,0,0,176,0c0-2.7-.135-5.364-.376-8h86.944a24,24,0,0,0,21.1-35.431ZM312,392a56,56,0,1,1-111.418-8H311.418A55.85,55.85,0,0,1,312,392ZM94.863,352,136,276.055V184a120,120,0,0,1,240,0v92.055L417.137,352Z\" class=\"ci-primary\"/>\n  <rect   x=\"240\" y=\"112\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"240\" y=\"280\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil bell \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M450.27,348.569,406.6,267.945V184c0-83.813-68.187-152-152-152s-152,68.187-152,152v83.945L58.928,348.568A24,24,0,0,0,80.031,384h86.935c-.238,2.636-.367,5.3-.367,8a88,88,0,0,0,176,0c0-2.7-.129-5.364-.367-8h86.935a24,24,0,0,0,21.1-35.431ZM310.6,392a56,56,0,1,1-111.419-8H310.018A56.14,56.14,0,0,1,310.6,392ZM93.462,352,134.6,276.055V184a120,120,0,0,1,240,0v92.055L415.736,352Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil bike \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M116,468A100,100,0,1,0,16,368,100.113,100.113,0,0,0,116,468Zm0-168a68,68,0,1,1-68,68A68.077,68.077,0,0,1,116,300Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M296,368A100,100,0,1,0,396,268,100.113,100.113,0,0,0,296,368Zm100-68a68,68,0,1,1-68,68A68.077,68.077,0,0,1,396,300Z\" class=\"ci-primary\"/>\n  <circle cx=\"317.912\" cy=\"94.088\" r=\"34.088\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M190.954,266.3,240,314.69V404h32V311.345a24.154,24.154,0,0,0-7.144-17.084l-51.274-50.588,66.453-66.453L338.2,236.771A24.14,24.14,0,0,0,355.369,244H384V212H358.738l-92.487-94.688-.475.464-8.4-8.4-112,112,45.254,45.254Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil birthday cake \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M422,226.067H312v-96H276A85.425,85.425,0,0,0,293.054,78.5c0-27.64-13.079-53.611-34.133-67.776l-8.932-6.01-8.931,6.01C220,24.891,206.925,50.861,206.925,78.5a85.425,85.425,0,0,0,17.059,51.566H184v96H90a58.066,58.066,0,0,0-58,58V464a32.036,32.036,0,0,0,32,32H448a32.036,32.036,0,0,0,32-32V284.067A58.066,58.066,0,0,0,422,226.067ZM249.989,45.542c6.99,8.684,11.065,20.466,11.065,32.959s-4.075,24.276-11.065,32.959C243,102.777,238.925,90.994,238.925,78.5S243,54.226,249.989,45.542ZM216,162.067h64v64H216Zm-152,122a26.03,26.03,0,0,1,26-26H422a26.03,26.03,0,0,1,26,26l0,31.577L426.4,325.175a33.284,33.284,0,0,1-26.809,0L362,308.588l-37.6,16.586a33.283,33.283,0,0,1-26.81,0L260,308.587,222.4,325.173a33.279,33.279,0,0,1-26.81,0L158,308.588l-37.593,16.585a33.279,33.279,0,0,1-26.81,0L64,312.117ZM448,464H64V347.093l16.678,7.358a65.355,65.355,0,0,0,52.644,0L158,343.563l24.679,10.888a65.353,65.353,0,0,0,52.643,0L260,343.563l24.677,10.888a65.351,65.351,0,0,0,52.642,0L362,343.563l24.678,10.889a65.354,65.354,0,0,0,52.641,0l8.693-3.835L448.02,464Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil blind \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M374.906,253.877l11.36-10.328-109.911-120.9H207.863L163.585,151.4A60.364,60.364,0,0,0,136,202.2V274h32V202.2a28.477,28.477,0,0,1,13.013-23.967L208,160.712v93.836L313.7,474.929h32.942L272.714,315.7V166.214L347.342,248.3l82.409,226.626h25.537Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M214.7,96.861a34.081,34.081,0,1,0-10.871-24.949A33.96,33.96,0,0,0,214.7,96.861Z\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"132.796 474.929 167.261 474.929 224.775 331.144 205.982 291.963 132.796 474.929\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil bluetooth \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M150.627,376,232,294.627V496h38.627l120-120-120-120,120-120-120-120H232V217.373L150.627,136H105.373l120,120-120,120ZM264,54.627,345.373,136,264,217.373Zm0,240L345.373,376,264,457.373Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil blur circular \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M256,16A240,240,0,0,0,86.294,425.705,240,240,0,0,0,425.706,86.294,238.432,238.432,0,0,0,256,16ZM403.078,403.078h0c-81.1,81.1-213.058,81.1-294.157,0s-81.1-213.057,0-294.156a208.238,208.238,0,0,1,294.157,0C484.177,190.021,484.177,321.979,403.078,403.078Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M197.483,242.382a46.332,46.332,0,1,0-32.776-13.555A46.206,46.206,0,0,0,197.483,242.382ZM187.334,185.9a14.354,14.354,0,1,1,0,20.3A14.311,14.311,0,0,1,187.334,185.9Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M314.517,242.382a46.344,46.344,0,1,0-32.777-79.109h0a46.332,46.332,0,0,0,32.777,79.108ZM304.367,185.9a14.354,14.354,0,1,1,0,20.3A14.371,14.371,0,0,1,304.367,185.9Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M164.707,283.173a46.353,46.353,0,1,0,65.553,0A46.048,46.048,0,0,0,164.707,283.173ZM207.633,326.1a14.347,14.347,0,1,1,0-20.3A14.372,14.372,0,0,1,207.633,326.1Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M281.74,283.173a46.354,46.354,0,1,0,65.553,0A46.406,46.406,0,0,0,281.74,283.173ZM324.666,326.1a14.354,14.354,0,1,1,4.2-10.15A14.372,14.372,0,0,1,324.666,326.1Z\" class=\"ci-primary\"/>\n  <circle cx=\"314.517\" cy=\"98.5\" r=\"29.637\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\" transform=\"rotate(-9.217 314.534 98.505)\"/>\n  <circle cx=\"197.483\" cy=\"98.5\" r=\"29.637\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\" transform=\"rotate(-9.217 197.493 98.505)\"/>\n  <circle cx=\"314.517\" cy=\"413.5\" r=\"29.637\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\" transform=\"rotate(-67.5 314.517 413.5)\"/>\n  <circle cx=\"197.483\" cy=\"413.5\" r=\"29.637\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\" transform=\"rotate(-67.5 197.483 413.5)\"/>\n  <circle cx=\"413.5\" cy=\"314.517\" r=\"29.637\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\" transform=\"rotate(-22.5 413.5 314.518)\"/>\n  <circle cx=\"413.5\" cy=\"197.483\" r=\"29.637\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\" transform=\"rotate(-58.283 413.496 197.483)\"/>\n  <circle cx=\"98.5\" cy=\"314.517\" r=\"29.637\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <circle cx=\"98.5\" cy=\"197.483\" r=\"29.637\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil blur linear \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <rect   x=\"16\" y=\"16\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"16\" y=\"464\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M87.371,231.467A71.371,71.371,0,1,0,16,160.1,71.45,71.45,0,0,0,87.371,231.467Zm0-110.741A39.371,39.371,0,1,1,48,160.1,39.415,39.415,0,0,1,87.371,120.726Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M274.311,231.467A59.467,59.467,0,1,0,214.843,172,59.533,59.533,0,0,0,274.311,231.467Zm0-86.934A27.467,27.467,0,1,1,246.843,172,27.5,27.5,0,0,1,274.311,144.533Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M435.516,215.468a29.637,29.637,0,1,0-29.637-29.637A29.637,29.637,0,0,0,435.516,215.468Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M87.371,427.35A71.371,71.371,0,1,0,16,355.979,71.451,71.451,0,0,0,87.371,427.35Zm0-110.742A39.371,39.371,0,1,1,48,355.979,39.415,39.415,0,0,1,87.371,316.608Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M274.311,403.543a59.468,59.468,0,1,0-59.468-59.467A59.534,59.534,0,0,0,274.311,403.543Zm0-86.935a27.468,27.468,0,1,1-27.468,27.468A27.5,27.5,0,0,1,274.311,316.608Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M435.516,359.882a29.637,29.637,0,1,0-29.637-29.637A29.637,29.637,0,0,0,435.516,359.882Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil blur \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M87.371,161.022A71.371,71.371,0,1,0,16,89.652,71.45,71.45,0,0,0,87.371,161.022Zm0-110.741A39.371,39.371,0,1,1,48,89.652,39.415,39.415,0,0,1,87.371,50.281Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M274.311,164.974a59.468,59.468,0,1,0-59.468-59.467A59.534,59.534,0,0,0,274.311,164.974Zm0-86.935a27.468,27.468,0,1,1-27.468,27.468A27.5,27.5,0,0,1,274.311,78.039Z\" class=\"ci-primary\"/>\n  <circle cx=\"435.516\" cy=\"115.386\" r=\"29.637\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M87.371,328.511A71.371,71.371,0,1,0,16,257.141,71.45,71.45,0,0,0,87.371,328.511Zm0-110.741A39.371,39.371,0,1,1,48,257.141,39.415,39.415,0,0,1,87.371,217.77Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M274.311,316.608a59.468,59.468,0,1,0-59.468-59.467A59.534,59.534,0,0,0,274.311,316.608Zm0-86.935a27.468,27.468,0,1,1-27.468,27.468A27.5,27.5,0,0,1,274.311,229.673Z\" class=\"ci-primary\"/>\n  <circle cx=\"435.516\" cy=\"257.141\" r=\"29.637\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M87.371,496A71.371,71.371,0,1,0,16,424.629,71.451,71.451,0,0,0,87.371,496Zm0-110.742A39.371,39.371,0,1,1,48,424.629,39.415,39.415,0,0,1,87.371,385.258Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M274.311,468.242a59.468,59.468,0,1,0-59.468-59.468A59.534,59.534,0,0,0,274.311,468.242Zm0-86.935a27.468,27.468,0,1,1-27.468,27.467A27.5,27.5,0,0,1,274.311,381.307Z\" class=\"ci-primary\"/>\n  <circle cx=\"435.516\" cy=\"398.895\" r=\"29.637\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil boat alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M410.866,181.063A32.1,32.1,0,0,0,380.793,160H341.554l-16-96H221.112l16,96H197.554l-16-96H77.112l16,96H48v88H16V448H443.727L496,282.466V248H435.207ZM298.446,96l10.667,64H269.554L258.888,96Zm-144,0,10.667,64H125.554L114.888,96ZM80,192H380.793l20.363,56H80Zm383.222,88L420.273,416H48V280Z\" class=\"ci-primary\"/>\n  <rect   x=\"80\" y=\"320\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"144\" y=\"320\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"208\" y=\"320\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"272\" y=\"320\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"336\" y=\"320\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil bold \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M16,496H496V16H16ZM48,48H464V464H48Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M341.6,242.986A79.956,79.956,0,0,0,280,112H112v32h40V368H112v32H320a79.991,79.991,0,0,0,21.6-157.014ZM208,144h48a48,48,0,0,1,0,96H208Zm88,224H208V272h88a48,48,0,0,1,0,96Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil bolt circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M425.706,86.294A240,240,0,0,0,86.294,425.706,240,240,0,0,0,425.706,86.294ZM256,464C141.309,464,48,370.691,48,256S141.309,48,256,48s208,93.309,208,208S370.691,464,256,464Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M372.529,120H180.468L121.8,296h76.047l-36.4,104h77.179L384,254.627V208H318.751ZM352,240v1.373L225.373,368H206.552l36.4-104H166.2l37.333-112H315.471l-53.778,88Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil bolt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M331.464,192l77-176H147.879l-81,288H187.9L148.37,496h58.851L475.456,192ZM192.779,464H187.63l39.529-192H109.121l63-224H359.536l-77,176H404.545Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil book \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M101.667,400H464V16H100.667A60.863,60.863,0,0,0,40,76.667V430.25h.011c0,.151-.011.3-.011.453,0,35.4,27.782,65.3,60.667,65.3H464V464H100.667C85.664,464,72,448.129,72,430.7,72,414.06,85.585,400,101.667,400ZM360,48.333V221.149l-48.4-42.49L264,220.9V48.333ZM232,48V264h31.641l48.075-42.659L360.305,264H392V48h40V368H136.08L136,48ZM100.667,48H104l.076,320h-2.413A59.793,59.793,0,0,0,72,375.883V76.917A28.825,28.825,0,0,1,100.667,48Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil bookmark \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M424,496H388.75L256.008,381.19,123.467,496H88V16H424ZM120,48V456.667l135.992-117.8L392,456.5V48Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil border all \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M56,472H456a16,16,0,0,0,16-16V56a16,16,0,0,0-16-16H56A16,16,0,0,0,40,56V456A16,16,0,0,0,56,472ZM272,72H440V240H272Zm0,200H440V440H272ZM72,72H240V240H72Zm0,200H240V440H72Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil border bottom \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <rect   x=\"40\" y=\"440\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"40\" y=\"306.183\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"40\" y=\"373.092\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"40\" y=\"239.272\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"40\" y=\"172.364\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"40\" y=\"105.455\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"40\" y=\"40\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"306.182\" y=\"40\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"172.364\" y=\"40\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"373.091\" y=\"40\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"239.272\" y=\"40\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"105.455\" y=\"40\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"440\" y=\"40\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"440\" y=\"373.091\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"440\" y=\"306.182\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"440\" y=\"105.454\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"440\" y=\"172.363\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"440\" y=\"239.272\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"239.272\" y=\"239.272\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"239.272\" y=\"306.182\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"239.272\" y=\"172.363\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"239.272\" y=\"105.454\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"239.272\" y=\"373.091\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"306.182\" y=\"239.272\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"373.091\" y=\"239.272\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"172.364\" y=\"239.272\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"105.455\" y=\"239.272\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil border clear \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <rect   x=\"440\" y=\"440\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"306.182\" y=\"440\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"172.364\" y=\"440\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"373.091\" y=\"440\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"105.455\" y=\"440\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"40\" y=\"440\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"40\" y=\"306.183\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"40\" y=\"373.092\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"40\" y=\"239.272\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"40\" y=\"172.364\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"40\" y=\"105.455\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"40\" y=\"40\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"306.182\" y=\"40\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"172.364\" y=\"40\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"373.091\" y=\"40\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"239.272\" y=\"40\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"105.455\" y=\"40\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"440\" y=\"40\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"440\" y=\"373.091\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"440\" y=\"306.182\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"440\" y=\"105.454\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"440\" y=\"172.363\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"440\" y=\"239.272\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"239.272\" y=\"239.272\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"239.272\" y=\"306.182\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"239.272\" y=\"172.363\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"239.272\" y=\"105.454\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"239.272\" y=\"373.091\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"239.272\" y=\"440\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"306.182\" y=\"239.272\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"373.091\" y=\"239.272\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"172.364\" y=\"239.272\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"105.455\" y=\"239.272\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil border horizontal \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <rect   x=\"40\" y=\"240\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"440\" y=\"440\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"306.182\" y=\"440\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"172.364\" y=\"440\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"373.091\" y=\"440\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"105.455\" y=\"440\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"40\" y=\"440\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"40\" y=\"306.183\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"40\" y=\"373.092\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"40\" y=\"172.364\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"40\" y=\"105.455\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"40\" y=\"40\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"306.182\" y=\"40\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"172.364\" y=\"40\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"373.091\" y=\"40\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"239.272\" y=\"40\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"105.455\" y=\"40\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"440\" y=\"40\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"440\" y=\"373.091\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"440\" y=\"306.182\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"440\" y=\"105.454\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"440\" y=\"172.363\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"239.272\" y=\"306.182\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"239.272\" y=\"172.363\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"239.272\" y=\"105.454\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"239.272\" y=\"373.091\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"239.272\" y=\"440\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil border inner \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"240 272 240 440 240 472 272 472 272 440 272 272 440 272 472 272 472 240 440 240 272 240 272 72 272 40 240 40 240 72 240 240 72 240 40 240 40 272 72 272 240 272\" class=\"ci-primary\"/>\n  <rect   x=\"440\" y=\"440\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"306.182\" y=\"440\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"172.364\" y=\"440\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"373.091\" y=\"440\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"105.455\" y=\"440\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"40\" y=\"440\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"40\" y=\"306.183\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"40\" y=\"373.092\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"40\" y=\"172.364\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"40\" y=\"105.455\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"40\" y=\"40\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"306.182\" y=\"40\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"172.364\" y=\"40\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"373.091\" y=\"40\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"105.455\" y=\"40\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"440\" y=\"40\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"440\" y=\"373.091\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"440\" y=\"306.182\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"440\" y=\"105.454\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"440\" y=\"172.363\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil border left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"72 440 72 406.546 72 373.092 72 339.637 72 306.183 72 272.728 72 272 72 240 72 239.273 72 205.818 72 172.364 72 138.909 72 105.455 72 72 72 40 40 40 40 72 40 105.455 40 138.909 40 172.364 40 205.818 40 239.273 40 272.728 40 306.183 40 339.637 40 373.092 40 406.546 40 440 40 472 72 472 72 440\" class=\"ci-primary\"/>\n  <rect   x=\"440\" y=\"440\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"306.182\" y=\"440\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"172.364\" y=\"440\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"373.091\" y=\"440\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"105.455\" y=\"440\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"306.182\" y=\"40\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"172.364\" y=\"40\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"373.091\" y=\"40\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"239.272\" y=\"40\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"105.455\" y=\"40\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"440\" y=\"40\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"440\" y=\"373.091\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"440\" y=\"306.182\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"440\" y=\"105.454\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"440\" y=\"172.363\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"440\" y=\"239.272\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"239.272\" y=\"239.272\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"239.272\" y=\"306.182\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"239.272\" y=\"172.363\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"239.272\" y=\"105.454\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"239.272\" y=\"373.091\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"239.272\" y=\"440\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"306.182\" y=\"239.272\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"373.091\" y=\"239.272\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"172.364\" y=\"239.272\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"105.455\" y=\"239.272\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil border outer \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M56,40A16,16,0,0,0,40,56V456a16,16,0,0,0,16,16H456a16,16,0,0,0,16-16V56a16,16,0,0,0-16-16ZM440,440H72V72H440Z\" class=\"ci-primary\"/>\n  <rect   x=\"239.272\" y=\"239.272\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"239.272\" y=\"306.182\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"239.272\" y=\"172.363\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"239.272\" y=\"105.454\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"239.272\" y=\"373.091\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"306.182\" y=\"239.272\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"373.091\" y=\"239.272\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"172.364\" y=\"239.272\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"105.455\" y=\"239.272\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil border right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"472 440 472 406.545 472 373.091 472 339.636 472 306.182 472 272.727 472 239.272 472 205.817 472 172.363 472 138.908 472 105.454 472 72 472 40 440 40 440 72 440 105.454 440 138.908 440 172.363 440 205.817 440 239.272 440 240 440 272 440 272.727 440 306.182 440 339.636 440 373.091 440 406.545 440 440 440 472 472 472 472 440\" class=\"ci-primary\"/>\n  <rect   x=\"306.182\" y=\"440\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"172.364\" y=\"440\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"373.091\" y=\"440\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"105.455\" y=\"440\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"40\" y=\"440\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"40\" y=\"306.183\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"40\" y=\"373.092\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"40\" y=\"239.272\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"40\" y=\"172.364\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"40\" y=\"105.455\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"40\" y=\"40\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"306.182\" y=\"40\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"172.364\" y=\"40\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"373.091\" y=\"40\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"239.272\" y=\"40\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"105.455\" y=\"40\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"239.272\" y=\"239.272\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"239.272\" y=\"306.182\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"239.272\" y=\"172.363\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"239.272\" y=\"105.454\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"239.272\" y=\"373.091\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"239.272\" y=\"440\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"306.182\" y=\"239.272\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"373.091\" y=\"239.272\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"172.364\" y=\"239.272\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"105.455\" y=\"239.272\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil border style \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <rect   x=\"440\" y=\"440\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"306.182\" y=\"440\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"172.364\" y=\"440\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"373.091\" y=\"440\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"105.455\" y=\"440\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M472,40H56A16,16,0,0,0,40,56V472H72V72H472Z\" class=\"ci-primary\"/>\n  <rect   x=\"440\" y=\"373.091\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"440\" y=\"306.182\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"440\" y=\"105.454\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"440\" y=\"172.363\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"440\" y=\"239.272\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"239.272\" y=\"440\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil border top \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <rect   x=\"40\" y=\"40\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"440\" y=\"440\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"306.182\" y=\"440\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"172.364\" y=\"440\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"373.091\" y=\"440\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"105.455\" y=\"440\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"40\" y=\"440\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"40\" y=\"306.183\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"40\" y=\"373.092\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"40\" y=\"239.272\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"40\" y=\"172.364\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"40\" y=\"105.455\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"440\" y=\"373.091\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"440\" y=\"306.182\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"440\" y=\"105.454\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"440\" y=\"172.363\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"440\" y=\"239.272\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"239.272\" y=\"239.272\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"239.272\" y=\"306.182\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"239.272\" y=\"172.363\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"239.272\" y=\"105.454\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"239.272\" y=\"373.091\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"239.272\" y=\"440\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"306.182\" y=\"239.272\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"373.091\" y=\"239.272\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"172.364\" y=\"239.272\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"105.455\" y=\"239.272\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil border vertical \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"272 456 272 440 272 406.545 272 373.091 272 339.636 272 306.182 272 272.727 272 272 272 240 272 239.272 272 205.817 272 172.363 272 138.908 272 105.454 272 72 272 56 272 40 240 40 240 56 240 72 240 105.454 240 138.908 240 172.363 240 205.817 240 239.272 240 240 240 272 240 272.727 240 306.182 240 339.636 240 373.091 240 406.545 240 440 240 456 240 472 272 472 272 456\" class=\"ci-primary\"/>\n  <rect   x=\"440\" y=\"440\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"306.182\" y=\"440\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"172.364\" y=\"440\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"373.091\" y=\"440\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"105.455\" y=\"440\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"40\" y=\"440\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"40\" y=\"306.183\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"40\" y=\"373.092\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"40\" y=\"239.272\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"40\" y=\"172.364\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"40\" y=\"105.455\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"40\" y=\"40\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"306.182\" y=\"40\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"172.364\" y=\"40\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"373.091\" y=\"40\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"105.455\" y=\"40\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"440\" y=\"40\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"440\" y=\"373.091\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"440\" y=\"306.182\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"440\" y=\"105.454\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"440\" y=\"172.363\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"440\" y=\"239.272\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"306.182\" y=\"239.272\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"373.091\" y=\"239.272\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"172.364\" y=\"239.272\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"105.455\" y=\"239.272\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil bowling \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M312,128a183.645,183.645,0,0,0-139.789,64.5c-1.705-3.805-3.468-7.589-5.325-11.339l11.369-90.005a66.782,66.782,0,1,0-132.51,0l11.369,90.005A323.1,323.1,0,0,0,38.356,420.972L61.843,496H162.157l17.6-56.207A183.469,183.469,0,0,0,312,496c101.458,0,184-82.542,184-184S413.458,128,312,128ZM85.91,59.78a34.781,34.781,0,0,1,60.6,27.361L136.294,168H87.706L77.493,87.141A34.8,34.8,0,0,1,85.91,59.78ZM155.1,411.412,138.643,464H85.357L68.9,411.412A289.239,289.239,0,0,1,83.562,200h56.876q5.58,11.776,10.075,23.879a183.66,183.66,0,0,0,5.278,185.244C155.559,409.886,155.343,410.651,155.1,411.412ZM312,464c-83.813,0-152-68.187-152-152s68.187-152,152-152,152,68.187,152,152S395.813,464,312,464Z\" class=\"ci-primary\"/>\n  <circle cx=\"312\" cy=\"224\" r=\"24\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <circle cx=\"384\" cy=\"272\" r=\"24\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <circle cx=\"304\" cy=\"304\" r=\"24\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil braille \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M112,192a48,48,0,1,0-48,48A48.055,48.055,0,0,0,112,192Zm-64,0a16,16,0,1,1,16,16A16.019,16.019,0,0,1,48,192Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M320,240a48,48,0,1,0-48-48A48.055,48.055,0,0,0,320,240Zm0-64a16,16,0,1,1-16,16A16.019,16.019,0,0,1,320,176Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M184,112a48,48,0,1,0-48-48A48.055,48.055,0,0,0,184,112Zm0-64a16,16,0,1,1-16,16A16.019,16.019,0,0,1,184,48Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M448,144a48,48,0,1,0,48,48A48.055,48.055,0,0,0,448,144Zm0,64a16,16,0,1,1,16-16A16.019,16.019,0,0,1,448,208Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M448,112a48,48,0,1,0-48-48A48.055,48.055,0,0,0,448,112Zm0-64a16,16,0,1,1-16,16A16.019,16.019,0,0,1,448,48Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M320,112a48,48,0,1,0-48-48A48.055,48.055,0,0,0,320,112Zm0-64a16,16,0,1,1-16,16A16.019,16.019,0,0,1,320,48Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M376,320a47.691,47.691,0,0,0-23.549,6.184,47.958,47.958,0,0,0-64-16A47.991,47.991,0,0,0,232,290.742V248a48,48,0,0,0-96,0v96.038A79.6,79.6,0,0,0,88,328a24.028,24.028,0,0,0-24,24V496H96V360.667A48.078,48.078,0,0,1,136,408v16h32V248a16,16,0,0,1,32,0V424h32V336a16,16,0,0,1,32,0v88h32V352a16,16,0,0,1,32,0v72h32V368a16,16,0,0,1,32,0V496h32V368A48.055,48.055,0,0,0,376,320Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil briefcase \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M471.232,111.731H368V16H144.232v95.731h-103A24.8,24.8,0,0,0,16.464,136.5V470.532A24.8,24.8,0,0,0,41.232,495.3h430A24.8,24.8,0,0,0,496,470.532V136.5A24.8,24.8,0,0,0,471.232,111.731ZM176.232,48H336v63.731H176.232Zm286.232,97.269v80.286l-53.177,53.176H273V232H239.464v46.731H103.177L50,225.555V145.269ZM50,461.764V272.982l39.286,39.287H239.464V359.5H273V312.269H423.178l39.286-39.287V461.764Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil brightness \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M78.462,253.835l52.522,43.279,6.26,14.276-8.312,68.617,67.742-6.535,14.52,5.668,42.642,54.4,43.28-52.523,14.274-6.259,68.618,8.313-6.536-67.743,5.667-14.519,54.4-42.642-52.522-43.279-6.26-14.276,8.312-68.618-67.741,6.536-14.52-5.667-42.642-54.4-43.279,52.522-14.277,6.26-68.616-8.312,6.536,67.74-5.669,14.522Zm81.026-22.854L171.114,201.2l-3.446-35.709,37.779,4.576,29.281-12.839,22.814-27.687,23.479,29.951L310.8,171.113l35.71-3.445-4.577,37.78,12.839,29.28,27.687,22.814-29.951,23.479L340.887,310.8l3.446,35.712-37.781-4.577-29.278,12.838-22.815,27.688-23.479-29.95L201.2,340.887l-35.711,3.446,4.577-37.781-12.839-29.28-27.687-22.814Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M472,16H40A24.028,24.028,0,0,0,16,40V472a24.028,24.028,0,0,0,24,24H472a24.028,24.028,0,0,0,24-24V40A24.028,24.028,0,0,0,472,16Zm-8,448H48V48H464Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil british pound \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M375.942,160a88.042,88.042,0,0,0-176.033,3.024v76.588H136v32h63.909v120.3H136v32H376v-32H231.909v-120.3H344v-32H231.909V163.024a56.046,56.046,0,0,1,112.091,0V168h32v-8Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil browser \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M472,40H40A24.028,24.028,0,0,0,16,64V448a24.028,24.028,0,0,0,24,24H472a24.028,24.028,0,0,0,24-24V64A24.028,24.028,0,0,0,472,40ZM48,72h96v72H48ZM464,440H48V176H464Zm0-296H176V72H464Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil brush alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M56,256V496H456V256a48.055,48.055,0,0,0-48-48H321.383l13.075-106.263.068-.677a78.777,78.777,0,1,0-157.052,0l.027.338L190.617,208H104A48.055,48.055,0,0,0,56,256ZM424,464H88V320H424ZM226.8,240,209.348,98.192a46.777,46.777,0,1,1,93.3,0L285.205,240H408a16.019,16.019,0,0,1,16,16v32H88V256a16.019,16.019,0,0,1,16-16Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil brush \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M416.941,27.429,185.407,219.3c-1.711-.078-3.421-.13-5.124-.13h-.025A113.878,113.878,0,0,0,71.786,297.825L18.3,461.387A26.873,26.873,0,0,0,43.771,496.6a27.007,27.007,0,0,0,8.4-1.345l163.562-53.483A113.877,113.877,0,0,0,294.388,333.3h0c0-2.518-.095-5.048-.263-7.575L485.119,95.668a48.44,48.44,0,0,0-68.178-68.239ZM205.786,411.355,51.873,461.684,102.2,307.771a81.946,81.946,0,0,1,78.06-56.6c2.271,0,4.559.1,6.841.285l75,75c.189,2.281.285,4.568.285,6.842A81.946,81.946,0,0,1,205.786,411.355ZM460.5,75.227,277.382,295.791,216.6,235.009,437.359,52.067A16.44,16.44,0,0,1,460.5,75.227Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil bug \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M496.059,182.581l-.025-70.7-32,.012.017,48.172-66.288,23.779-45.729.007V152.887A96.554,96.554,0,0,0,329.92,91.3l43.129-43.413h42.84v-32H359.732L305.745,70.231a96.815,96.815,0,0,0-100.511-.554l-53.056-53.84-56.158.05.029,32,42.748-.038L180.824,90.5a96.564,96.564,0,0,0-22.79,62.39V183.88l-43.235.007L48,160.093V111.921H16v70.742l80.035,28.509.007,84.715H16.034v32h80.01v8.01a159.741,159.741,0,0,0,9.7,54.979L16.034,425.448v70.439h32V447.411l71.73-27.642a159.794,159.794,0,0,0,249.578,29.044A161.477,161.477,0,0,0,392.4,419.667l71.638,27.727v48.493h32V425.466L406.42,390.781a159.178,159.178,0,0,0,9.614-55.1v-7.794h80v-32h-80v-84.6ZM240,463.029C176.991,455.235,128.045,401.2,128.045,335.9l-.01-120.011,30,0v.007H240ZM190.034,183.875V152.887a65,65,0,0,1,130,0v30.968Zm194,151.849A128.282,128.282,0,0,1,272,462.979V215.887h80.032v-.036l32,0Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil building \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M440,464V16H72V464H16v32H496V464Zm-32,0H272V400H240v64H104V48H408Z\" class=\"ci-primary\"/>\n  <rect   x=\"160\" y=\"304\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"240\" y=\"304\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"320\" y=\"304\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"160\" y=\"208\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"240\" y=\"208\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"320\" y=\"208\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"160\" y=\"112\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"240\" y=\"112\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"320\" y=\"112\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil bullhorn \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M429,15.933l-253.574,120H15.992V347.661L68.184,495.928H182.838l-46.56-128h35.847L431.182,496h64.735L496,15.933Zm-269.009,320H103.966l.061,36.949,33.119,91.051h-46.3L47.992,342.193V167.928h112Zm32.125-172.495L367.992,80.205V429.063L192.117,342.114ZM463.923,464H438.66l-38.668-19.117V65.063l36.2-17.13h27.8Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil burger \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M412.717,89.012c-35.578-20.985-82.545-32.541-132.246-32.541H239.529c-49.7,0-96.668,11.556-132.246,32.541C69.054,111.56,48,142.453,48,176v16H472V176C472,142.453,450.946,111.56,412.717,89.012ZM82.8,160c14.153-40.121,80.185-71.529,156.731-71.529h40.942c76.546,0,142.578,31.408,156.731,71.529Z\" class=\"ci-primary\"/>\n  <rect   x=\"48\" y=\"304\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M387.2,224.039c-24.785,0-37.77,6.125-49.227,11.529-10.034,4.733-17.96,8.471-35.576,8.471s-25.54-3.738-35.574-8.471c-11.456-5.4-24.441-11.529-49.225-11.529s-37.769,6.125-49.225,11.529c-10.033,4.733-17.957,8.471-35.572,8.471s-25.54-3.738-35.573-8.471c-11.456-5.4-24.441-11.529-49.225-11.529v32c17.615,0,25.54,3.738,35.573,8.471,11.456,5.4,24.441,11.529,49.225,11.529s37.768-6.125,49.224-11.529c10.033-4.733,17.958-8.471,35.573-8.471s25.54,3.738,35.573,8.471c11.457,5.4,24.441,11.529,49.226,11.529s37.77-6.125,49.227-11.529c10.034-4.733,17.959-8.471,35.576-8.471s25.542,3.738,35.576,8.471c11.457,5.4,24.442,11.529,49.227,11.529v-32c-17.617,0-25.542-3.738-35.576-8.471C424.967,230.164,411.982,224.039,387.2,224.039Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M48,448a24.028,24.028,0,0,0,24,24H448a24.028,24.028,0,0,0,24-24V368H48Zm32-48H440v40H80Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil burn \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M311.145,257.6c5.5-9.032,11.185-18.371,16.8-28,18.794-32.218,22.243-64.681,10.254-96.489C314.008,68.933,233.142,29.83,214.421,23.591L201.257,19.2,180.711,60.3l9.915,8.1c.111.089,11.124,9.712,11.858,24.3.627,12.453-6.2,25.91-20.286,40-9.782,9.781-20.518,19.239-31.885,29.251C102.487,204.069,48.28,251.82,48.28,342.154q0,1.861.035,3.7a151.362,151.362,0,0,0,46.444,106.49A154.177,154.177,0,0,0,202.583,496h92.1l-11.369-23.072C237.121,379.177,269.788,325.525,311.145,257.6ZM202.583,464c-66.2,0-121.05-53.267-122.274-118.739q-.028-1.546-.029-3.107c0-75.878,46.356-116.713,91.186-156.2,11.239-9.9,22.862-20.138,33.359-30.637,20.754-20.753,30.719-42.365,29.619-64.232a64.963,64.963,0,0,0-7.214-26.56c27.84,15.211,67.523,44.053,81.027,79.877,8.544,22.665,5.943,45.26-7.951,69.079-5.465,9.369-11.072,18.576-16.493,27.481C244.132,306.131,206.49,367.943,244.361,464Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M468.243,341.129q-.4-1.586-.834-3.185c-11.546-42.332-75.457-96.762-82.706-102.829l-14.557-12.182L360.6,239.341c-21.753,37.4-40.421,71.512-48.559,110.212-9.279,44.134-3.033,88.989,19.1,137.13L335.422,496H346.3a125.168,125.168,0,0,0,99.3-48.5A123.175,123.175,0,0,0,468.243,341.129Zm-47.88,86.683a93.3,93.3,0,0,1-64.44,35.7c-31.541-75.9-12.931-127.635,22.63-191.114,23.642,21.994,52.455,53.69,57.983,73.961q.349,1.283.669,2.554A91.372,91.372,0,0,1,420.363,427.812Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil bus alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M441.884,109.647A32.029,32.029,0,0,0,415.669,96H48a32.036,32.036,0,0,0-32,32V376H57.082a67.982,67.982,0,0,0,133.836,0H313.082a67.982,67.982,0,0,0,133.836,0H496V194.521a23.886,23.886,0,0,0-4.338-13.763ZM180,128H324v96H180ZM48,128H148v96H48Zm76,272a36,36,0,1,1,36-36A36.04,36.04,0,0,1,124,400Zm256,0a36,36,0,1,1,36-36A36.04,36.04,0,0,1,380,400Zm84-56H444.994a68,68,0,0,0-129.988,0H188.994a68,68,0,0,0-129.988,0H48V256H464Zm0-120H356V128h59.669L464,197.043Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil calculator \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M472,40H40A24.028,24.028,0,0,0,16,64V448a24.028,24.028,0,0,0,24,24H472a24.028,24.028,0,0,0,24-24V64A24.028,24.028,0,0,0,472,40Zm-8,400H48V72H464Z\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"152 240 184 240 184 200 224 200 224 168 184 168 184 128 152 128 152 168 112 168 112 200 152 200 152 240\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"196.284 285.089 168 313.373 139.716 285.089 117.089 307.716 145.373 336 117.089 364.284 139.716 386.911 168 358.627 196.284 386.911 218.911 364.284 190.627 336 218.911 307.716 196.284 285.089\" class=\"ci-primary\"/>\n  <rect   x=\"288\" y=\"168\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"288\" y=\"288\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"288\" y=\"352\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil calendar check \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M472,96H384V40H352V96H160V40H128V96H40a24.028,24.028,0,0,0-24,24V456a24.028,24.028,0,0,0,24,24H472a24.028,24.028,0,0,0,24-24V120A24.028,24.028,0,0,0,472,96Zm-8,352H48V128h80v40h32V128H352v40h32V128h80Z\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"243.397 313.373 189.012 258.988 166.385 281.616 243.397 358.627 369.012 233.012 346.384 210.385 243.397 313.373\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil calendar \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M472,96H384V40H352V96H160V40H128V96H40a24.028,24.028,0,0,0-24,24V456a24.028,24.028,0,0,0,24,24H472a24.028,24.028,0,0,0,24-24V120A24.028,24.028,0,0,0,472,96Zm-8,352H48V128h80v40h32V128H352v40h32V128h80Z\" class=\"ci-primary\"/>\n  <rect   x=\"112\" y=\"224\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"200\" y=\"224\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"280\" y=\"224\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"368\" y=\"224\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"112\" y=\"296\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"200\" y=\"296\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"280\" y=\"296\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"368\" y=\"296\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"112\" y=\"368\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"200\" y=\"368\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"280\" y=\"368\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"368\" y=\"368\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil camera control \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M336,256a80,80,0,1,0-80,80A80.091,80.091,0,0,0,336,256Zm-128,0a48,48,0,1,1,48,48A48.055,48.055,0,0,1,208,256Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M160,397.988,245.307,496h21.386L352,397.988V368H160ZM307.825,400,256,459.544,204.175,400Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M245.307,16,160,114.012V144H352V114.012L266.693,16Zm-41.132,96L256,52.456,307.825,112Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M16,245.307v21.386L114.013,352H144V160H114.013Zm96,62.519L52.455,256,112,204.174Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M397.987,160H368V352h29.987L496,266.693V245.307ZM400,307.826V204.174L459.545,256Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil camera roll \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M328,104a32.036,32.036,0,0,0-32-32H280V48a32.036,32.036,0,0,0-32-32H96A32.036,32.036,0,0,0,64,48V72H48a32.036,32.036,0,0,0-32,32V464a32.036,32.036,0,0,0,32,32H296a32.036,32.036,0,0,0,32-32V440H496V136H328Zm136,64V408H296v56H48V104H96V48H248v56h48v64Z\" class=\"ci-primary\"/>\n  <rect   x=\"392\" y=\"200\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"320\" y=\"200\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"248\" y=\"200\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"392\" y=\"336\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"320\" y=\"336\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"248\" y=\"336\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"176\" y=\"200\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"176\" y=\"336\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil camera \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M471.993,112h-89.2L366.551,65.25a32.023,32.023,0,0,0-30.229-21.5H175.241a31.991,31.991,0,0,0-30.294,21.691L129.1,112h-89.1a24.027,24.027,0,0,0-24,24V448a24.027,24.027,0,0,0,24,24H471.993a24.027,24.027,0,0,0,24-24V136A24.027,24.027,0,0,0,471.993,112Zm-8,328H48.007V144h104.01l23.224-68.25H336.322L360.032,144H463.993Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M256,168A114,114,0,1,0,370,282,114.13,114.13,0,0,0,256,168Zm0,196a82,82,0,1,1,82-82A82.093,82.093,0,0,1,256,364Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil car alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M475.656,223.142l-90.272-13.908-55.013-89.87a32.07,32.07,0,0,0-27.548-15.291L72.265,105.91A32.018,32.018,0,0,0,42.2,127.684L16,205.375V384H71.006a68,68,0,0,0,129.988,0H303.006a68,68,0,0,0,129.988,0H496V246.862A23.873,23.873,0,0,0,475.656,223.142ZM224,136.7l79.078-.63,44.1,72.047L224,208.074ZM72.521,137.908,192,136.956v71.107l-143.119-.051ZM136,400a36,36,0,1,1,36-36A36.04,36.04,0,0,1,136,400Zm232,0a36,36,0,1,1,36-36A36.04,36.04,0,0,1,368,400Zm96-48H434.918a67.982,67.982,0,0,0-133.836,0H202.918a67.982,67.982,0,0,0-133.836,0H48V240.026l330.526.529L464,253.724Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil caret bottom \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M256.286,408.357,16.333,138.548V104H496v36.45ZM56.892,136,256.358,360.287,457.042,136Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil caret left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M400.358,496h-36.45L96,256.286,365.811,16.333h34.547ZM144.071,256.358,368.358,457.042V56.892Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil caret right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M148.092,496h-36.45V16.333h34.547L416,256.286Zm-4.45-439.108v400.15L367.929,256.358Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil caret top \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M496,400.357H16.333V363.908L256.047,96,496,365.81Zm-440.708-32H455.441L255.975,144.07Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil cart \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"160 96.039 160 128.039 464 128.039 464 191.384 428.5 304.039 149.932 304.039 109.932 16 16 16 16 48 82.068 48 122.068 336.039 451.968 336.039 496 196.306 496 96.039 160 96.039\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M176.984,368.344a64.073,64.073,0,0,0-64,64h0a64,64,0,0,0,128,0h0A64.072,64.072,0,0,0,176.984,368.344Zm0,96a32,32,0,1,1,32-32A32.038,32.038,0,0,1,176.984,464.344Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M400.984,368.344a64.073,64.073,0,0,0-64,64h0a64,64,0,0,0,128,0h0A64.072,64.072,0,0,0,400.984,368.344Zm0,96a32,32,0,1,1,32-32A32.038,32.038,0,0,1,400.984,464.344Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil cash \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M432,64H16V384H432ZM400,352H48V96H400Z\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"464 144 464 416 96 416 96 448 496 448 496 144 464 144\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M224,302.46c39.7,0,72-35.137,72-78.326s-32.3-78.326-72-78.326-72,35.136-72,78.326S184.3,302.46,224,302.46Zm0-124.652c22.056,0,40,20.782,40,46.326s-17.944,46.326-40,46.326-40-20.782-40-46.326S201.944,177.808,224,177.808Z\" class=\"ci-primary\"/>\n  <rect   x=\"80\" y=\"136\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"336\" y=\"136\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil casino \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M495.24,267.592,445.066,41.083A32.038,32.038,0,0,0,406.9,16.76L180.393,66.934A32,32,0,0,0,156.071,105.1L177.092,200H48a32.036,32.036,0,0,0-32,32V464a32.036,32.036,0,0,0,32,32H280a32.036,32.036,0,0,0,32-32V340.957l158.917-35.2A32.038,32.038,0,0,0,495.24,267.592ZM280,464H48V232H184.181l22.063,99.606a32.031,32.031,0,0,0,31.18,25.092,32.3,32.3,0,0,0,6.984-.769l35.6-7.886L280.02,464ZM464,274.513,237.487,324.686,187.314,98.176,413.824,48l50.193,226.505Z\" class=\"ci-primary\"/>\n  <rect   x=\"80\" y=\"264\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"80\" y=\"392\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"208\" y=\"392\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"144\" y=\"328\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"229.329\" y=\"117.7\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\" transform=\"rotate(-12.48 249.647 137.846)\"/>\n  <rect   x=\"381.981\" y=\"214.989\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\" transform=\"rotate(-12.489 401.996 234.995)\"/>\n  <rect   x=\"305.655\" y=\"166.345\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\" transform=\"rotate(-12.49 325.645 186.34)\"/>\n</svg>\n</li><li title=\"cil cast \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M16,360h0v64H80A64,64,0,0,0,16,360Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M472,80H40a24.028,24.028,0,0,0-24,24v72H48V112H464V392H264v32H472a24.028,24.028,0,0,0,24-24V104A24.028,24.028,0,0,0,472,80Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M16,216v32c97.047,0,176,78.953,176,176h32C224,309.309,130.691,216,16,216Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M16,288v32A104.118,104.118,0,0,1,120,424h32C152,349.009,90.991,288,16,288Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil cat \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M374.762,186.866h0a54.1,54.1,0,0,0-51.305-36.706H280V21.552l-18.263,2.609c-41.429,5.918-73.7,26.912-95.907,62.4-16.011,25.581-23.454,53.8-26.908,74.906-23.847,18.348-44.593,43.611-61.738,75.2-14.449,26.618-26.41,57.816-35.552,92.729-15.447,58.99-17.538,107.921-17.619,109.975L24.005,496H56V440.364c.4-8.231,10.476-188.35,107.032-256.936l5.66-4.021.93-6.881C174.437,136.9,191.077,78.058,248,59.971V182.16h75.457a22.12,22.12,0,0,1,21,14.974h0c12.757,37.656,34.677,84.777,68.839,106.921l-10.274,38.528a62.688,62.688,0,0,1-62.54,46.87c-28.668-.86-58.506,2.88-88.689,11.111L240,403.779V496h32V428.468a265.353,265.353,0,0,1,67.52-7.03,94.97,94.97,0,0,0,94.418-70.61l17.088-64.081L438.3,281.293C414.5,271.093,391.936,237.558,374.762,186.866Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil cc \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M472,64H40A24.028,24.028,0,0,0,16,88V424a24.028,24.028,0,0,0,24,24H472a24.028,24.028,0,0,0,24-24V88A24.028,24.028,0,0,0,472,64Zm-8,352H48V96H464Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M184,344a87.108,87.108,0,0,0,54.484-18.891L218.659,299.99A55.41,55.41,0,0,1,184,312a56,56,0,0,1,0-112,55.41,55.41,0,0,1,34.659,12.01l19.825-25.119A87.108,87.108,0,0,0,184,168a88,88,0,0,0,0,176Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M347.429,344a87.108,87.108,0,0,0,54.484-18.891L382.088,299.99A55.414,55.414,0,0,1,347.429,312a56,56,0,0,1,0-112,55.414,55.414,0,0,1,34.659,12.01l19.825-25.119A87.108,87.108,0,0,0,347.429,168a88,88,0,0,0,0,176Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil center focus \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M64,496H184V464H64a16.019,16.019,0,0,1-16-16V328H16V448A48.054,48.054,0,0,0,64,496Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M48,64A16.019,16.019,0,0,1,64,48H184V16H64A48.054,48.054,0,0,0,16,64V184H48Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M448,16H328V48H448a16.019,16.019,0,0,1,16,16V184h32V64A48.054,48.054,0,0,0,448,16Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M464,448a16.019,16.019,0,0,1-16,16H328v32H448a48.054,48.054,0,0,0,48-48V328H464Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M400,256c0-79.4-64.6-144-144-144S112,176.6,112,256s64.6,144,144,144S400,335.4,400,256ZM256,368A112,112,0,1,1,368,256,112.127,112.127,0,0,1,256,368Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil chart line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"376 160 376 192 441.372 192 252 381.373 180 309.373 76.686 412.686 99.314 435.314 180 354.627 252 426.627 464 214.628 464 280 496 280 496 160 376 160\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"48 104 16 104 16 496 496 496 496 464 48 464 48 104\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil chart pie \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M105.361,398.32A195.891,195.891,0,0,1,343.42,91.125L366.676,67.87A227.875,227.875,0,0,0,82.733,420.948,228.027,228.027,0,0,0,366.24,452.1l-23.312-23.312C267.9,472.768,169.657,462.617,105.361,398.32Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M468.916,353.07a243.542,243.542,0,0,0,0-186.459c-.885-2.136-1.806-4.251-2.747-6.354A242.246,242.246,0,0,0,416.11,87.571L404.8,76.257,393.483,87.571,221.213,259.84l172.63,172.631L404.8,443.424,416.11,432.11a242.218,242.218,0,0,0,49.452-71.358C466.716,358.212,467.844,355.657,468.916,353.07ZM404.359,121.95a211.57,211.57,0,0,1,0,275.781L266.468,259.84Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil chart \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M124,136H36a20.023,20.023,0,0,0-20,20V476a20.023,20.023,0,0,0,20,20h88a20.023,20.023,0,0,0,20-20V156A20.023,20.023,0,0,0,124,136ZM112,464H48V168h64Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M300,240H212a20.023,20.023,0,0,0-20,20V476a20.023,20.023,0,0,0,20,20h88a20.023,20.023,0,0,0,20-20V260A20.023,20.023,0,0,0,300,240ZM288,464H224V272h64Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M476,16H388a20.023,20.023,0,0,0-20,20V476a20.023,20.023,0,0,0,20,20h88a20.023,20.023,0,0,0,20-20V36A20.023,20.023,0,0,0,476,16ZM464,464H400V48h64Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil chat bubble \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M448.205,392.507c30.519-27.2,47.8-63.455,47.8-101.078,0-39.984-18.718-77.378-52.707-105.3C410.218,158.963,366.432,144,320,144s-90.218,14.963-123.293,42.131C162.718,214.051,144,251.445,144,291.429s18.718,77.378,52.707,105.3c33.075,27.168,76.861,42.13,123.293,42.13,6.187,0,12.412-.273,18.585-.816l10.546,9.141A199.849,199.849,0,0,0,480,496h16V461.943l-4.686-4.685A199.17,199.17,0,0,1,448.205,392.507ZM370.089,423l-21.161-18.341-7.056.865A180.275,180.275,0,0,1,320,406.857c-79.4,0-144-51.781-144-115.428S240.6,176,320,176s144,51.781,144,115.429c0,31.71-15.82,61.314-44.546,83.358l-9.215,7.071,4.252,12.035a231.287,231.287,0,0,0,37.882,67.817A167.839,167.839,0,0,1,370.089,423Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M60.185,317.476a220.491,220.491,0,0,0,34.808-63.023l4.22-11.975-9.207-7.066C62.918,214.626,48,186.728,48,156.857,48,96.833,109.009,48,184,48c55.168,0,102.767,26.43,124.077,64.3,3.957-.192,7.931-.3,11.923-.3q12.027,0,23.834,1.167c-8.235-21.335-22.537-40.811-42.2-56.961C270.072,30.279,228.3,16,184,16S97.928,30.279,66.364,56.206C33.886,82.885,16,118.63,16,156.857c0,35.8,16.352,70.295,45.25,96.243a188.4,188.4,0,0,1-40.563,60.729L16,318.515V352H32a190.643,190.643,0,0,0,85.231-20.125,157.3,157.3,0,0,1-5.071-33.645A158.729,158.729,0,0,1,60.185,317.476Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil check alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"200.359 382.269 61.057 251.673 82.943 228.327 199.641 337.731 428.686 108.687 451.314 131.313 200.359 382.269\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil check circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M426.072,86.928A238.75,238.75,0,0,0,88.428,424.572,238.75,238.75,0,0,0,426.072,86.928ZM257.25,462.5c-114,0-206.75-92.748-206.75-206.75S143.248,49,257.25,49,464,141.748,464,255.75,371.252,462.5,257.25,462.5Z\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"221.27 305.808 147.857 232.396 125.23 255.023 221.27 351.063 388.77 183.564 366.142 160.937 221.27 305.808\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil check \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M199.066,456l-7.379-7.514-3.94-3.9-86.2-86.2.053-.055L17.936,274.665l97.614-97.613,83.565,83.565L398.388,61.344,496,158.958,296.729,358.229,285.469,369.6ZM146.6,358.183l52.459,52.46.1-.1.054.054,52.311-52.311,11.259-11.368L450.746,158.958,398.388,106.6,199.115,305.871,115.55,222.306,63.191,274.665l83.464,83.463Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil chevron bottom \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M256.072,424l-11.421-11.313-85.808-85.809.053-.054L16,183.928l97.122-97.122,142.9,142.9,142.9-142.9,97.122,97.122L353.243,326.722l-11.361,11.469Zm-.107-45.254.054.053,51.835-51.835L319.2,315.511,450.783,183.928,398.915,132.06l-142.9,142.9-142.9-142.9L61.254,183.928l142.9,142.9-.053.054Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil chevron circle down alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M256,496A240,240,0,0,1,86.294,86.294,240,240,0,0,1,425.706,425.706,238.43,238.43,0,0,1,256,496Zm0-448C141.309,48,48,141.309,48,256s93.309,208,208,208,208-93.309,208-208S370.691,48,256,48Z\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"256 342.627 132.687 219.313 155.313 196.687 256 297.372 356.687 196.687 379.313 219.313 256 342.627\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil chevron circle left alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M256,496A240,240,0,0,1,86.294,86.294,240,240,0,0,1,425.706,425.706,238.43,238.43,0,0,1,256,496Zm0-448C141.309,48,48,141.309,48,256s93.309,208,208,208,208-93.309,208-208S370.691,48,256,48Z\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"284.687 379.313 161.373 256 284.687 132.687 307.313 155.313 206.628 256 307.313 356.687 284.687 379.313\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil chevron circle right alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M256,496A240,240,0,0,1,86.294,86.294,240,240,0,0,1,425.706,425.706,238.43,238.43,0,0,1,256,496Zm0-448C141.309,48,48,141.309,48,256s93.309,208,208,208,208-93.309,208-208S370.691,48,256,48Z\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"227.313 379.313 204.687 356.687 305.372 256 204.687 155.313 227.313 132.687 350.627 256 227.313 379.313\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil chevron circle up alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M256,496A240,240,0,0,1,86.294,86.294,240,240,0,0,1,425.706,425.706,238.432,238.432,0,0,1,256,496Zm0-448C141.309,48,48,141.309,48,256s93.309,208,208,208,208-93.309,208-208S370.691,48,256,48Z\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"356.686 315.313 256 214.628 155.314 315.313 132.686 292.687 256 169.373 379.314 292.687 356.686 315.313\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil chevron double down \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M252.482,345.034,143.462,236.013,64,315.475,173.087,424.563l-.041.041,68.082,68.082,11.354,11.273.041.041,68.15-68.148,11.206-11.289L440.966,315.475,361.5,236.013Zm45.523,68.149-11.17,11.252-34.353,34.351-.039-.038-34.276-34.277.041-.042L109.254,315.475l34.208-34.207,109.02,109.021L361.5,281.268l34.208,34.207Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M173.046,203.4l68.082,68.082,11.354,11.272.041.042,68.15-68.149,11.206-11.289L440.966,94.267,361.5,14.8,252.482,123.825,143.462,14.8,64,94.267,173.087,203.354ZM109.254,94.267l34.208-34.208L252.482,169.08,361.5,60.059l34.208,34.208-97.707,97.707-11.182,11.264-34.341,34.34-.039-.039-34.276-34.277.041-.041Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil chevron double left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M276.055,143.463,196.592,64,87.571,173.021l-.041-.041L19.381,241.128l-4.3,4.328-7.085,7,68.217,68.216,11.342,11.26L196.592,440.967,276.055,361.5,167.034,252.484ZM196.592,395.712,98.885,298.005,87.53,286.732,53.348,252.551l.041-.041-.067-.068L87.53,218.235l.041.041L196.592,109.255,230.8,143.463,121.779,252.484,230.8,361.5Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M497.263,143.463,417.8,64,308.713,173.088l-.042-.041L240.59,241.128,229.4,252.406l-.119.119,68.148,68.148,11.288,11.2L417.8,440.967,497.263,361.5,388.242,252.484ZM452.008,361.5,417.8,395.712l-97.707-97.707-11.28-11.2-34.325-34.324,34.316-34.316.042.041L417.8,109.255l34.207,34.208L342.987,252.484Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil chevron double right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M503.933,255.933l.041-.041L435.893,187.81l-6.221-6.175-5.122-5.085L315.516,67.516l-79.462,79.463L345.075,256,236.054,365.021l79.462,79.463L424.537,335.463l.041.041.067-.067h0l68.081-68.082L504,256Zm-188.417,143.3-34.207-34.208L390.33,256,281.309,146.979l34.207-34.208,97.707,97.707,11.355,11.273L458.827,256l-34.249,34.249-.041-.041-.067.067Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M282.792,256l-.067-.067.041-.041L214.684,187.81,203.4,176.6,94.308,67.516,14.845,146.979,123.866,256,14.845,365.021l79.463,79.463L203.4,335.4l.041.041,68.082-68.082ZM203.3,290.316l-.041-.041L94.308,399.229,60.1,365.021,169.121,256,60.1,146.979l34.208-34.208,97.707,97.707,11.279,11.2L237.619,256Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil chevron double up \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M259.516,173.771,368.537,282.792,448,203.329,338.979,94.308l.041-.041L270.872,26.118l-4.328-4.3-7-7.085-.067.067h0L191.326,82.953,179.988,94.374,71.033,203.329,150.5,282.792ZM214,105.622,225.334,94.2l34.115-34.115.041.041.067-.067,34.208,34.208-.041.041L402.745,203.329l-34.208,34.208L259.516,128.516,150.5,237.537l-34.207-34.208Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M338.953,315.408l-68.081-68.081-11.289-11.206-.108-.108-68.149,68.148-11.272,11.356L71.033,424.538,150.5,504,259.516,394.979,368.537,504,448,424.538,338.912,315.45Zm63.792,109.13-34.208,34.207L259.516,349.724,150.5,458.745l-34.207-34.207L214,326.831l11.256-11.34,34.265-34.265,34.316,34.316-.041.041Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil chevron left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M327.086,496.89l-142.6-142.6-11.258-11.15-85.6-85.6.054-.054,11.259-11.367,85.5-85.5.054.054,142.6-142.595L424,114.989,281.506,257.483,424,399.978ZM184.64,309.3l11.266,11.159,131.18,131.181,51.658-51.658L236.251,257.483,378.744,114.989,327.086,63.331,184.694,205.725l-.054-.054-51.813,51.812Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil chevron right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M183.505,496,86.237,398.73,229.412,255.556,86.237,112.38l97.268-97.27L326.732,158.338l11.316,11.209,85.9,85.9,0,0,.051.05-11.311,11.419-85.9,85.9-.055-.054Zm-52.013-97.27,52.013,52.014L326.629,307.62l.055.054L378.8,255.556l-52.127-52.128-11.308-11.2L183.505,60.366,131.492,112.38,274.667,255.556Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil chevron top \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M398.986,424.715,256,281.73,113.014,424.715l-97.17-97.169L158.8,184.59l11.29-11.4L256,87.285l5.481,5.531,5.89,5.834,85.907,85.908-.054.054L496.156,327.546ZM61.1,327.546l51.915,51.915L256,236.474,398.986,379.461,450.9,327.546,307.863,184.508l.054-.053-51.812-51.813-.051.051-.1-.106-51.866,51.869-11.312,11.418Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil child friendly \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M445.057,345.134,464,274.1V232c-8.136-93.993-87.933-168-184-168H248V232H132.158l-17.844-78.768A32.155,32.155,0,0,0,83.038,128H16v32H83.038l40.475,178.67A80,80,0,1,0,224,416q0-4.05-.4-8H328.4q-.395,3.948-.4,8a80,80,0,1,0,117.057-70.866ZM280,96c78.411,0,143.145,59.678,151.164,136H280ZM144,464a48,48,0,1,1,48-48A48.055,48.055,0,0,1,144,464Zm194.763-88H213.237a80.166,80.166,0,0,0-57.316-39.108L139.408,264H432v5.9l-17.7,66.368c-2.082-.163-4.179-.271-6.3-.271A80.026,80.026,0,0,0,338.763,376ZM408,464a48,48,0,1,1,48-48A48.055,48.055,0,0,1,408,464Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil child \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M425.39,200.035A184.3,184.3,0,0,0,290.812,91.289L317.568,48.48,290.432,31.52,255.127,88.008A184.046,184.046,0,0,0,86.61,200.035a71.978,71.978,0,0,0,0,143.93,184.071,184.071,0,0,0,338.78,0,71.978,71.978,0,0,0,0-143.93Zm27.152,99.975a39.77,39.77,0,0,1-27.76,11.961l-20.725.394-8.113,19.074a152.066,152.066,0,0,1-279.887,0l-8.114-19.074-20.725-.394a39.978,39.978,0,0,1,0-79.942l20.725-.394,8.114-19.074a152.067,152.067,0,0,1,279.887,0l8.113,19.074,20.725.394a39.974,39.974,0,0,1,27.76,67.981Z\" class=\"ci-primary\"/>\n  <rect   x=\"168\" y=\"232\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"304\" y=\"232\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M256,384a80,80,0,0,0,80-80H176A80,80,0,0,0,256,384Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M256.6,496A239.364,239.364,0,0,0,425.856,87.379,239.364,239.364,0,0,0,87.344,425.892,237.8,237.8,0,0,0,256.6,496Zm0-446.729c114.341,0,207.365,93.023,207.365,207.364S370.941,464,256.6,464,49.236,370.977,49.236,256.635,142.259,49.271,256.6,49.271Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil clear all \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <rect   x=\"160\" y=\"112\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"88\" y=\"240\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"16\" y=\"368\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil clipboard \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M432,56H376V88h48V464H88V88h48V56H80A24.028,24.028,0,0,0,56,80V472a24.028,24.028,0,0,0,24,24H432a24.028,24.028,0,0,0,24-24V80A24.028,24.028,0,0,0,432,56Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M192,140H320a24.028,24.028,0,0,0,24-24V16H168V116A24.028,24.028,0,0,0,192,140Zm8-92H312v60H200Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil clock \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"271.514 95.5 239.514 95.5 239.514 273.611 355.127 328.559 368.864 299.657 271.514 253.389 271.514 95.5\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M256,16C123.452,16,16,123.452,16,256S123.452,496,256,496,496,388.548,496,256,388.548,16,256,16Zm0,448C141.125,464,48,370.875,48,256S141.125,48,256,48s208,93.125,208,208S370.875,464,256,464Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil clone \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M472,16H160a24.027,24.027,0,0,0-24,24V352a24.027,24.027,0,0,0,24,24H472a24.027,24.027,0,0,0,24-24V40A24.027,24.027,0,0,0,472,16Zm-8,328H168V48H464Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M344,464H48V168h56V136H40a24.027,24.027,0,0,0-24,24V472a24.027,24.027,0,0,0,24,24H352a24.027,24.027,0,0,0,24-24V408H344Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil closed captioning \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M472,64H40A24.028,24.028,0,0,0,16,88V424a24.028,24.028,0,0,0,24,24H472a24.028,24.028,0,0,0,24-24V88A24.028,24.028,0,0,0,472,64Zm-8,352H48V96H464Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M184,344a87.108,87.108,0,0,0,54.484-18.891L218.659,299.99A55.41,55.41,0,0,1,184,312a56,56,0,0,1,0-112,55.41,55.41,0,0,1,34.659,12.01l19.825-25.119A87.108,87.108,0,0,0,184,168a88,88,0,0,0,0,176Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M347.429,344a87.108,87.108,0,0,0,54.484-18.891L382.088,299.99A55.414,55.414,0,0,1,347.429,312a56,56,0,0,1,0-112,55.414,55.414,0,0,1,34.659,12.01l19.825-25.119A87.108,87.108,0,0,0,347.429,168a88,88,0,0,0,0,176Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil cloud download \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"272 434.744 272 209.176 240 209.176 240 434.744 188.118 382.862 165.49 405.489 256 496 346.51 405.489 323.882 382.862 272 434.744\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M400,161.176c0-79.4-64.6-144-144-144s-144,64.6-144,144a96,96,0,0,0,0,192h80v-32H112a64,64,0,0,1,0-128h32v-32a112,112,0,0,1,224,0v32h32a64,64,0,0,1,0,128H320v32h80a96,96,0,0,0,0-192Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil cloud upload \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"346.231 284.746 256.039 194.554 165.847 284.746 188.474 307.373 240.039 255.808 240.039 496 272.039 496 272.039 255.808 323.604 307.373 346.231 284.746\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M400,161.453V160c0-79.4-64.6-144-144-144S112,80.6,112,160v2.491A122.285,122.285,0,0,0,49.206,195.2,109.4,109.4,0,0,0,16,273.619c0,31.119,12.788,60.762,36.01,83.469C74.7,379.275,105.338,392,136.07,392H200V360H136.07C89.154,360,48,319.635,48,273.619c0-42.268,35.64-77.916,81.137-81.155L144,191.405V160a112,112,0,0,1,224,0v32.04l15.8.2c46.472.588,80.2,34.813,80.2,81.379C464,322.057,428.346,360,382.83,360H312v32h70.83a109.749,109.749,0,0,0,81.14-35.454C484.625,334.339,496,304.889,496,273.619,496,215.182,455.716,169.392,400,161.453Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil cloud \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M382.76,432H136c-30.732,0-61.371-12.725-84.061-34.912-23.221-22.707-36.009-52.35-36.009-83.469A109.4,109.4,0,0,1,49.136,235.2a122.281,122.281,0,0,1,62.794-32.707V200c0-79.4,64.6-144,144-144s144,64.6,144,144v1.453c55.716,7.939,96,53.729,96,112.166,0,31.27-11.375,60.72-32.031,82.927A109.747,109.747,0,0,1,382.76,432ZM255.93,88a112.127,112.127,0,0,0-112,112v31.405l-14.864,1.059c-45.5,3.239-81.136,38.887-81.136,81.155C47.93,359.635,89.084,400,136,400H382.76c45.515,0,81.17-37.943,81.17-86.381,0-46.566-33.731-80.791-80.2-81.379l-15.8-.2V200A112.127,112.127,0,0,0,255.93,88Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil cloudy \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M399.667,264.875v-3.813c0-79.4-64.6-144-144-144-2.2,0-4.391.057-6.569.156A116.689,116.689,0,1,0,112.315,247.444c-.422,4.484-.648,9.025-.648,13.618v3.813A116.633,116.633,0,0,0,132.287,496.3H379.046a116.633,116.633,0,0,0,20.621-231.427ZM48.75,132.688a84.677,84.677,0,0,1,168.705-10.47,144.606,144.606,0,0,0-98.59,93.876A84.807,84.807,0,0,1,48.75,132.688ZM379.046,464.3H132.287a84.619,84.619,0,0,1-3.9-169.148l15.277-.69v-33.4a112,112,0,1,1,224,0v33.4l15.277.69a84.619,84.619,0,0,1-3.9,169.148Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil code \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"388.632 393.82 495.823 255.94 388.684 118.178 363.424 137.822 455.288 255.944 363.368 374.18 388.632 393.82\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"148.579 374.181 56.712 255.999 148.629 137.823 123.371 118.177 16.177 255.993 123.314 393.819 148.579 374.181\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"330.529 16 297.559 16 178.441 496 211.412 496 330.529 16\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil coffee \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M191.5,376h97A111.627,111.627,0,0,0,400,264.5V248h24a72,72,0,0,0,0-144H80V264.5A111.627,111.627,0,0,0,191.5,376ZM400,136h24a40,40,0,0,1,0,80H400Zm-288,0H368V264.5A79.589,79.589,0,0,1,288.5,344h-97A79.589,79.589,0,0,1,112,264.5Z\" class=\"ci-primary\"/>\n  <rect   x=\"16\" y=\"416\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil cog \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M245.151,168a88,88,0,1,0,88,88A88.1,88.1,0,0,0,245.151,168Zm0,144a56,56,0,1,1,56-56A56.063,56.063,0,0,1,245.151,312Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M464.7,322.319l-31.77-26.153a193.081,193.081,0,0,0,0-80.332l31.77-26.153a19.941,19.941,0,0,0,4.606-25.439l-32.612-56.483a19.936,19.936,0,0,0-24.337-8.73l-38.561,14.447a192.038,192.038,0,0,0-69.54-40.192L297.49,32.713A19.936,19.936,0,0,0,277.762,16H212.54a19.937,19.937,0,0,0-19.728,16.712L186.05,73.284a192.03,192.03,0,0,0-69.54,40.192L77.945,99.027a19.937,19.937,0,0,0-24.334,8.731L21,164.245a19.94,19.94,0,0,0,4.61,25.438l31.767,26.151a193.081,193.081,0,0,0,0,80.332l-31.77,26.153A19.942,19.942,0,0,0,21,347.758l32.612,56.483a19.937,19.937,0,0,0,24.337,8.73l38.562-14.447a192.03,192.03,0,0,0,69.54,40.192l6.762,40.571A19.937,19.937,0,0,0,212.54,496h65.222a19.936,19.936,0,0,0,19.728-16.712l6.763-40.572a192.038,192.038,0,0,0,69.54-40.192l38.564,14.449a19.938,19.938,0,0,0,24.334-8.731L469.3,347.755A19.939,19.939,0,0,0,464.7,322.319Zm-50.636,57.12-48.109-18.024-7.285,7.334a159.955,159.955,0,0,1-72.625,41.973l-10,2.636L267.6,464h-44.89l-8.442-50.642-10-2.636a159.955,159.955,0,0,1-72.625-41.973l-7.285-7.334L76.241,379.439,53.8,340.562l39.629-32.624-2.7-9.973a160.9,160.9,0,0,1,0-83.93l2.7-9.972L53.8,171.439l22.446-38.878,48.109,18.024,7.285-7.334a159.955,159.955,0,0,1,72.625-41.973l10-2.636L222.706,48H267.6l8.442,50.642,10,2.636a159.955,159.955,0,0,1,72.625,41.973l7.285,7.334,48.109-18.024,22.447,38.877-39.629,32.625,2.7,9.972a160.9,160.9,0,0,1,0,83.93l-2.7,9.973,39.629,32.623Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil color border \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M143.4,331.909a17.505,17.505,0,0,0,3.285-.311l89.867-21.281,190.2-190.2a62.922,62.922,0,1,0-88.986-88.985l-190.2,190.2-21.134,89.185-.145.674A17.435,17.435,0,0,0,143.4,331.909Zm33.21-94.369L360.4,53.755a30.922,30.922,0,1,1,43.731,43.731L220.342,281.272l-57.314,13.582Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M472,376H40a24.028,24.028,0,0,0-24,24v72a24.028,24.028,0,0,0,24,24H472a24.028,24.028,0,0,0,24-24V400A24.028,24.028,0,0,0,472,376Zm-8,88H48V408H464Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil color fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M40,496H472a24.028,24.028,0,0,0,24-24V400a24.028,24.028,0,0,0-24-24H40a24.028,24.028,0,0,0-24,24v72A24.028,24.028,0,0,0,40,496Zm8-88H464v56H48Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M45.01,239.489a50.2,50.2,0,0,0,36.2,61.07l158.5,40.524h0a50.174,50.174,0,0,0,61.07-36.2L353.742,97.745,97.969,32.352,85.959,79.326l-58-14.827-7.926,31,58,14.828ZM121.045,71.281l193.767,49.54L294.568,200H88.135ZM286.387,232,269.78,296.956a18.221,18.221,0,0,1-22.141,13.125h0l-158.5-40.525a18.22,18.22,0,0,1-13.124-22.14L80,231.82V232Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M420,352c37.5,0,68-32.3,68-72,0-16.181-9.341-38.514-28.559-68.277-13.285-20.576-26.39-37.021-26.941-37.711L420,158.37l-12.5,15.642c-.551.69-13.656,17.135-26.941,37.711C361.341,241.486,352,263.819,352,280,352,319.7,382.505,352,420,352Zm0-141.441C437.658,235.2,456,265.985,456,280c0,22.056-16.149,40-36,40s-36-17.944-36-40C384,265.985,402.343,235.2,420,210.559Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil color palette \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M425.514,82.055C380.778,39.458,320.673,16,256.271,16,196.248,16,136.415,36.073,92.115,71.071,43.032,109.85,16,164.161,16,224c0,60.1,15.531,98.87,48.876,122.019,28,19.438,68.412,27.731,135.124,27.731h29.75A26.28,26.28,0,0,1,256,400v47.984a32,32,0,0,0,32,32h.032l90.755-.088a32.094,32.094,0,0,0,19.686-6.8c9.725-7.622,34.727-29.4,56.8-66.9C482.3,360.262,496,307.037,496,248,496,184.268,470.968,125.334,425.514,82.055Zm2.173,307.915c-19.3,32.792-40.663,51.447-48.932,57.926L288,447.984V400a58.316,58.316,0,0,0-58.25-58.25H200c-59.69,0-94.644-6.585-116.876-22.019C58.833,302.869,48,273.344,48,224,48,113.833,153.9,48,256.271,48,372.755,48,464,135.851,464,248,464,301.253,451.782,349.019,427.687,389.97Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M128,144a56,56,0,1,0,56,56A56.064,56.064,0,0,0,128,144Zm0,80a24,24,0,1,1,24-24A24.027,24.027,0,0,1,128,224Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M240,72a56,56,0,1,0,56,56A56.064,56.064,0,0,0,240,72Zm0,80a24,24,0,1,1,24-24A24.027,24.027,0,0,1,240,152Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M360,128a56,56,0,1,0,56,56A56.064,56.064,0,0,0,360,128Zm0,80a24,24,0,1,1,24-24A24.027,24.027,0,0,1,360,208Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M376,264a56,56,0,1,0,56,56A56.064,56.064,0,0,0,376,264Zm0,80a24,24,0,1,1,24-24A24.027,24.027,0,0,1,376,344Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil columns \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M472,48H40A24.028,24.028,0,0,0,16,72V448a24.028,24.028,0,0,0,24,24H472a24.028,24.028,0,0,0,24-24V72A24.028,24.028,0,0,0,472,48Zm-8,32v64H48V80ZM48,176H240V440H48ZM272,440V176H464V440Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil command \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M416,176a80,80,0,1,0-80-80v48H176V96a80,80,0,1,0-80,80h48V336H96a80,80,0,1,0,80,80V368H336v48a80,80,0,1,0,80-80H368V176ZM368,96a48,48,0,1,1,48,48H368ZM144,416a48,48,0,1,1-48-48h48Zm0-272H96a48,48,0,1,1,48-48ZM336,336H176V176H336Zm80,32a48,48,0,1,1-48,48V368Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil comment bubble \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M496,496H480a273.39,273.39,0,0,1-179.025-66.782l-16.827-14.584C274.814,415.542,265.376,416,256,416c-63.527,0-123.385-20.431-168.548-57.529C41.375,320.623,16,270.025,16,216S41.375,111.377,87.452,73.529C132.615,36.431,192.473,16,256,16S379.385,36.431,424.548,73.529C470.625,111.377,496,161.975,496,216a171.161,171.161,0,0,1-21.077,82.151,201.505,201.505,0,0,1-47.065,57.537,285.22,285.22,0,0,0,63.455,97L496,457.373ZM294.456,381.222l27.477,23.814a241.379,241.379,0,0,0,135,57.86,317.5,317.5,0,0,1-62.617-105.583v0l-4.395-12.463,9.209-7.068C440.963,305.678,464,262.429,464,216c0-92.636-93.309-168-208-168S48,123.364,48,216s93.309,168,208,168a259.114,259.114,0,0,0,31.4-1.913Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil comment square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M496,496H448.771L379.249,368H40a24.028,24.028,0,0,1-24-24V40A24.028,24.028,0,0,1,40,16H472a24.028,24.028,0,0,1,24,24ZM48,336H398.284L464,456.993V48H48Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil compass \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M209.686,304.963l119.051,59.424a24,24,0,0,0,32.182-32.21l-59.5-118.948L182.333,153.584a24,24,0,0,0-32.216,32.189Zm67.88-67.892,44.006,87.975L233.535,281.1l-44.056-88.149Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M256,496c132.548,0,240-107.452,240-240S388.548,16,256,16,16,123.452,16,256,123.452,496,256,496ZM48.353,244C54.269,140.018,136.553,56.476,240,48.606V115h32V48.606C375.447,56.476,457.731,140.018,463.647,244H399.971v32h63.068C453.474,376.238,372.78,455.727,272,463.394V403H240v60.394C139.22,455.727,58.526,376.238,48.961,276h63.01V244Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil compress \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"144 144 16 144 16 176 176 176 176 16 144 16 144 144\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"368 144 368 16 336 16 336 176 496 176 496 144 368 144\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"336 496 368 496 368 368 496 368 496 336 336 336 336 496\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"16 368 144 368 144 496 176 496 176 336 16 336 16 368\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil contact \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M472,48H40A24.028,24.028,0,0,0,16,72V440a24.028,24.028,0,0,0,24,24h88V405.178A20.01,20.01,0,0,1,138.284,387.7l91.979-51.123L200,260.919V200a56,56,0,0,1,112,0v60.919l-30.263,75.655L373.716,387.7h0A20.011,20.011,0,0,1,384,405.178V464h88a24.028,24.028,0,0,0,24-24V72A24.028,24.028,0,0,0,472,48Zm-8,384H416V405.178a52.027,52.027,0,0,0-26.738-45.451h0L321.915,322.3,344,267.081V200a88,88,0,0,0-176,0v67.081L190.085,322.3l-67.347,37.432A52.027,52.027,0,0,0,96,405.178V432H48V80H464Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil contrast \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M256,16C123.452,16,16,123.452,16,256S123.452,496,256,496,496,388.548,496,256,388.548,16,256,16ZM234,462.849a208.346,208.346,0,0,1-169.667-125.9c-.364-.859-.706-1.724-1.057-2.587L234,429.939Zm0-69.582L50.889,290.76A209.848,209.848,0,0,1,48,256q0-9.912.922-19.67L234,339.939Zm0-90L54.819,202.96a206.385,206.385,0,0,1,9.514-27.913Q67.1,168.5,70.3,162.191L234,253.934Zm0-86.015L86.914,134.819a209.42,209.42,0,0,1,22.008-25.9q3.72-3.72,7.6-7.228L234,166.027Zm0-87.708L144.352,80.451A206.951,206.951,0,0,1,234,49.151ZM464,256A207.775,207.775,0,0,1,266,463.761V48.239A207.791,207.791,0,0,1,464,256Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil control \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M336,256a80,80,0,1,0-80,80A80.091,80.091,0,0,0,336,256Zm-128,0a48,48,0,1,1,48,48A48.055,48.055,0,0,1,208,256Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M160,397.988,245.307,496h21.386L352,397.988V368H160ZM307.825,400,256,459.544,204.175,400Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M245.307,16,160,114.012V144H352V114.012L266.693,16Zm-41.132,96L256,52.456,307.825,112Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M16,245.307v21.386L114.013,352H144V160H114.013Zm96,62.519L52.455,256,112,204.174Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M397.987,160H368V352h29.987L496,266.693V245.307ZM400,307.826V204.174L459.545,256Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil copy \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"408 432 376 432 376 464 112 464 112 136 144 136 144 104 80 104 80 496 408 496 408 432\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M176,16V400H496V153.373L358.627,16ZM464,368H208V48H312V200H464Zm0-200H344V48h1.372L464,166.627Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil couch \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M448,242.025V152a48.055,48.055,0,0,0-48-48H112a48.055,48.055,0,0,0-48,48v90.025A64.115,64.115,0,0,0,16,304V416a32.036,32.036,0,0,0,32,32H64v48H96V448H416v48h32V448h16a32.036,32.036,0,0,0,32-32V304A64.115,64.115,0,0,0,448,242.025ZM112,416H48V304a32,32,0,0,1,64,0Zm256,0H144V320H368Zm2.025-128H141.975A64.243,64.243,0,0,0,96,242.025V152a16.019,16.019,0,0,1,16-16H400a16.019,16.019,0,0,1,16,16v90.025A64.243,64.243,0,0,0,370.025,288ZM464,416H400V304a32,32,0,0,1,64,0l.02,112Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil credit card \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M472,72H40A24.028,24.028,0,0,0,16,96V416a24.028,24.028,0,0,0,24,24H472a24.028,24.028,0,0,0,24-24V96A24.028,24.028,0,0,0,472,72Zm-8,32v64H48V104ZM48,408V232H464V408Z\" class=\"ci-primary\"/>\n  <rect   x=\"88\" y=\"312\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"184\" y=\"312\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil crop rotate \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M49.386,256c0-114.184,92.8-207.1,206.935-207.294V90.465L368,15.965H256.321L256,16c-63.783.094-123.414,25.679-168.525,70.79A237.732,237.732,0,0,0,17.386,256Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M255.987,463.367V432L144.308,496H255.987c132.4-.36,240-108.214,240-239.965h-32C463.982,370.141,370.738,463.007,255.987,463.367Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M337.372,152H184V120H152v32H120v32h32V360H320v32h32V360h32V328H352V222.628l-32,32V328H201.373L384,145.372V128H361.372ZM184,305.372V184H305.372Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil crop \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M433.372,56H88V16H56V56H16V88H56V456H424v40h32V456h40V424H456V78.628l40-40V16H473.372Zm-32,32L88,401.372V88ZM424,424H110.628L424,110.628Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil cursor move \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"130.412 323.98 78.529 272.098 240 272.098 240 433.568 188.118 381.687 165.49 404.313 256 494.823 346.51 404.313 323.882 381.687 272 433.568 272 272.098 432.667 272.098 380.784 323.98 403.412 346.607 493.921 256.098 403.412 165.588 380.784 188.215 432.667 240.098 272 240.098 272 79.432 323.882 131.313 346.51 108.687 256 18.177 165.49 108.687 188.118 131.313 240 79.432 240 240.098 78.529 240.098 130.412 188.215 107.784 165.588 17.274 256.098 107.785 346.608 130.412 323.98\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil cursor \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M446.754,47.9a20.075,20.075,0,0,0-21.307-2.745L32,229.835v37l165.349,66.139L303.317,496h37L453.281,68.369A20.072,20.072,0,0,0,446.754,47.9ZM317.124,458.524l-98.473-151.5-148.9-59.561L415.779,85.044Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil cut \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M104,320a88.067,88.067,0,1,0,75.607,43.02L260,282.627,425.373,448H448V425.373L282.627,260,448,94.627V72H425.373L260,237.373,176.477,153.85a88.088,88.088,0,1,0-22.627,22.627L237.373,260l-78.919,78.919A87.57,87.57,0,0,0,104,320Zm0-160a56,56,0,1,1,56-56A56.063,56.063,0,0,1,104,160Zm0,304a56,56,0,1,1,56-56A56.063,56.063,0,0,1,104,464Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil data transfer down \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <rect   x=\"16\" y=\"464\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"395.313 299.313 372.687 276.687 280 369.373 280 16 248 16 248 369.373 155.313 276.687 132.687 299.313 264 430.627 395.313 299.313\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil data transfer up \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <rect   x=\"16\" y=\"16\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"116.687 212.687 139.313 235.313 232 142.627 232 496 264 496 264 142.627 356.687 235.313 379.313 212.687 248 81.373 116.687 212.687\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil deaf \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M256.16,72c65.3.46,118.745,53.964,119.131,119.269a120.126,120.126,0,0,1-33.161,83.545l22.631,22.631a152.141,152.141,0,0,0,42.53-106.365C406.8,108.36,339.105,40.586,256.385,40A150.765,150.765,0,0,0,149.849,82.536l22.629,22.628A119.24,119.24,0,0,1,256.16,72Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M359.293,337.235h0l-32-32h0L243.3,221.241l-42.29-42.29h0l-24.843-24.843h0L38.058,16H15.293V38.489l98.294,98.294A151.914,151.914,0,0,0,103.293,192v32h32V192A120.77,120.77,0,0,1,139,162.2l28.324,28.324c-.021.791-.034,1.585-.034,2.381v85.729l5.089,5.082A118.419,118.419,0,0,1,207.293,368h32a150.125,150.125,0,0,0-40-102.453V222.489l128,128v26.178A63.4,63.4,0,0,1,263.96,440H239.293v32H263.96a95.452,95.452,0,0,0,95.161-89.684L472.805,496h22.488V473.234Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M254.628,104A87.158,87.158,0,0,0,195.3,127.991l22.62,22.62A55.232,55.232,0,0,1,254.865,136h.428a56,56,0,0,1,56,56h32a88,88,0,0,0-88.665-88Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil delete \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"227.313 363.313 312 278.627 396.687 363.313 419.313 340.687 334.627 256 419.313 171.313 396.687 148.687 312 233.373 227.313 148.687 204.687 171.313 289.373 256 204.687 340.687 227.313 363.313\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M472,64H194.644a24.091,24.091,0,0,0-17.42,7.492L16,241.623v28.754L177.224,440.508A24.091,24.091,0,0,0,194.644,448H472a24.028,24.028,0,0,0,24-24V88A24.028,24.028,0,0,0,472,64Zm-8,352H198.084L48,257.623v-3.246L198.084,96H464Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil description \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M334.627,16H48V496H472V153.373ZM440,166.627V168H320V48h1.373ZM80,464V48H288V200H440V464Z\" class=\"ci-primary\"/>\n  <rect   x=\"136\" y=\"296\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"136\" y=\"376\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil devices \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M472,232H424V120a24.028,24.028,0,0,0-24-24H40a24.028,24.028,0,0,0-24,24V366a24.028,24.028,0,0,0,24,24H212v50H152v32H304V440H244V390h92v58a24.027,24.027,0,0,0,24,24H472a24.027,24.027,0,0,0,24-24V256A24.027,24.027,0,0,0,472,232ZM336,256V358H48V128H392V232H360A24.027,24.027,0,0,0,336,256ZM464,440H368V264h96Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil dialpad \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M121,16a48,48,0,1,0,48,48A48.054,48.054,0,0,0,121,16Zm0,64a16,16,0,1,1,16-16A16.019,16.019,0,0,1,121,80Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M249,16a48,48,0,1,0,48,48A48.054,48.054,0,0,0,249,16Zm0,64a16,16,0,1,1,16-16A16.019,16.019,0,0,1,249,80Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M377,112a48,48,0,1,0-48-48A48.054,48.054,0,0,0,377,112Zm0-64a16,16,0,1,1-16,16A16.019,16.019,0,0,1,377,48Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M121,144a48,48,0,1,0,48,48A48.054,48.054,0,0,0,121,144Zm0,64a16,16,0,1,1,16-16A16.019,16.019,0,0,1,121,208Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M249,144a48,48,0,1,0,48,48A48.054,48.054,0,0,0,249,144Zm0,64a16,16,0,1,1,16-16A16.019,16.019,0,0,1,249,208Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M377,144a48,48,0,1,0,48,48A48.054,48.054,0,0,0,377,144Zm0,64a16,16,0,1,1,16-16A16.019,16.019,0,0,1,377,208Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M121,272a48,48,0,1,0,48,48A48.054,48.054,0,0,0,121,272Zm0,64a16,16,0,1,1,16-16A16.019,16.019,0,0,1,121,336Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M249,272a48,48,0,1,0,48,48A48.054,48.054,0,0,0,249,272Zm0,64a16,16,0,1,1,16-16A16.019,16.019,0,0,1,249,336Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M377,272a48,48,0,1,0,48,48A48.054,48.054,0,0,0,377,272Zm0,64a16,16,0,1,1,16-16A16.019,16.019,0,0,1,377,336Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M249,400a48,48,0,1,0,48,48A48.054,48.054,0,0,0,249,400Zm0,64a16,16,0,1,1,16-16A16.019,16.019,0,0,1,249,464Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil diamond \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M408.563,48H103.438L16,179.156v24.786L199.421,480H312.579L496,203.942V179.156ZM391.438,80l63.407,95.111H347.739L317.808,80Zm-163.7,0h56.524l29.93,95.111H197.808ZM120.563,80h73.629l-29.931,95.111H57.155Zm96.016,368L56.525,207.111H163.318L219.813,448Zm36.1,0L196.187,207.111H315.813L259.318,448Zm42.739,0h-3.234l56.5-240.889H455.475Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil dinner \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M464,344.063c0-109.308-84.755-199.193-192-207.39V80H240v56.673c-107.245,8.2-192,98.082-192,207.39V377.17H464Zm-32,1.107H80v-1.107c0-97.046,78.953-176,176-176s176,78.953,176,176Z\" class=\"ci-primary\"/>\n  <rect   x=\"16\" y=\"416\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil disabled \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <circle cx=\"221.912\" cy=\"66.088\" r=\"34.088\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M460.12,360.478l-47.943,11.985L393,282.971A24.126,24.126,0,0,0,369.533,264H280.828l-6.462-56H384V176H270.674l-4.134-35.826a24,24,0,0,0-26.593-21.091l-39.736,4.585L220.1,296h142.97l24.758,115.537,80.057-20.015Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M224,448a120,120,0,0,1-45.248-231.135l-3.779-32.75C115.143,204.558,72,261.334,72,328c0,83.813,68.187,152,152,152a152.06,152.06,0,0,0,130.044-73.378L344,360C328,408,282.6,448,224,448Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil dog \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M393.3,161.33,334.532,76.438a48.09,48.09,0,0,0-38.775-20.673l-111.527-1.6-.23,0c-57.579,0-101.757,9.631-130.21,56.634C27.3,154.551,16,229.08,16,360v16H52.557L29.024,496h32.61L85.167,376H96a99.521,99.521,0,0,0,70.088-27.992c16.979-16.246,29.226-38.472,35.419-64.274l.056-.232L229.006,152h-32.69L170.337,276.488C162.425,309.168,138.766,344,96,344H48.06c.869-113.266,11.182-180.419,33.105-216.634,18.4-30.4,45.295-41.191,102.724-41.206l111.408,1.6a16.026,16.026,0,0,1,12.925,6.891L374.7,190.67,464,205.554v16.959l-14.892,79.421c-4.395,23.441-11.908,35.249-42.718,38.95L280.084,362.493,279.249,496h32l.667-106.493,98.7-16.9c22.36-2.749,38.857-9.955,50.426-22.023,9.89-10.318,15.909-23.5,19.519-42.752L496,225.487V178.446Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil dollar \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M296,240H216a46.222,46.222,0,1,1,0-92.444H344v-32H276V56H244v59.556H216A78.222,78.222,0,0,0,216,272h80a46.274,46.274,0,0,1,46.222,46.222v3.556A46.274,46.274,0,0,1,296,368H160.593v32H244v56h32V400h20a78.31,78.31,0,0,0,78.222-78.222v-3.556A78.31,78.31,0,0,0,296,240Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil door \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M400,464V64H112V464H16v32H496V464Zm-32,0H144V96H368Z\" class=\"ci-primary\"/>\n  <rect   x=\"312\" y=\"252\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil double quote sans left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M232,246.857V16H16V416H54.4ZM48,48H200V233.143L48,377.905Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M280,416h38.4L496,246.857V16H280ZM312,48H464V233.143L312,377.905Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil double quote sans right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M280,185.143V416H496V16H457.6ZM464,384H312V198.857L464,54.1Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M232,16H193.6L16,185.143V416H232ZM200,384H48V198.857L200,54.1Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil drink alcohol \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M248,440H176v32H352V440H280V318.968L456,126.206V80H72v46.206L248,318.968ZM104,113.794V112H424v1.794L374.508,168H153.492ZM182.709,200H345.291l-80.349,88h-1.884Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil drink \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M273.637,128l3.809,32h96.43l-8,64H252.573l-7.442-64h.089l-3.809-32h0l-.045-.389-9.041-77.745L230.247,32H104V64h97.753l7.442,64H117.876l40.5,323.969A32.051,32.051,0,0,0,190.125,480h147.75a32.051,32.051,0,0,0,31.753-28.031L410.124,128ZM154.124,160h58.792l7.442,64H162.124ZM337.889,448H190.124l-24-192h57.955l13.953,120h32.215L256.293,256H361.88Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil drop \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M394.633,220.663,269.475,25.174a16,16,0,0,0-26.95,0L117.364,220.665A170.531,170.531,0,0,0,84.1,322.3c0,94.785,77.113,171.9,171.9,171.9s171.9-77.113,171.9-171.9A170.519,170.519,0,0,0,394.633,220.663ZM256,462.2c-77.14,0-139.9-62.758-139.9-139.9a138.758,138.758,0,0,1,27.321-83.058q.319-.432.608-.884L256,63.475,367.967,238.359q.288.453.608.884A138.754,138.754,0,0,1,395.9,322.3C395.9,399.441,333.14,462.2,256,462.2Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil eco \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M389.053,126.3A302.909,302.909,0,0,0,280.012,18.15L272,13.516l-8.012,4.634A301.084,301.084,0,0,0,113.4,279.042c0,3.445.06,6.944.177,10.4,1.592,46.856,19.511,86.283,51.82,114.018,24.724,21.225,56.438,34.182,90.607,37.273V496h32V240H256V408.528c-54.064-6.263-107.873-44.455-110.444-120.174-.106-3.095-.16-6.228-.16-9.312A270.286,270.286,0,0,1,272,50.673,270.286,270.286,0,0,1,398.6,279.042c0,3.084-.054,6.217-.16,9.313-2.056,60.573-36.907,97.127-78.444,112.536v33.867a156.188,156.188,0,0,0,58.607-31.3c32.309-27.735,50.228-67.162,51.82-114.017.117-3.456.177-6.955.177-10.4A300.948,300.948,0,0,0,389.053,126.3Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil education \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"368 350.643 256 413.643 144 350.643 144 284.081 112 266.303 112 369.357 256 450.357 400 369.357 400 266.303 368 284.081 368 350.643\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M256,45.977,32,162.125v27.734L256,314.3,448,207.637V296h32V162.125ZM416,188.808l-32,17.777L256,277.7,128,206.585,96,188.808,73.821,176.486,256,82.023l182.179,94.463Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil elevator \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M256,30.4,96,168.681V232H416V168.681ZM384,200H128V183.319L256,72.7,384,183.319Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M96,343.319,256,481.6,416,343.319V280H96ZM128,312H384v16.681L256,439.3,128,328.681Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil envelope closed \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M16,112V496H496V112ZM236.8,341.6a32.167,32.167,0,0,0,38.4,0L298.667,324,464,448v16H48V448L213.333,324ZM256,316,48,160V144H464v16ZM48,200,186.667,304,48,408ZM464,408,325.333,304,464,200Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil envelope letter \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M400,163.2V68a20.023,20.023,0,0,0-20-20H132a20.023,20.023,0,0,0-20,20v95.2L16,231.766V496H496V231.766Zm53.679,77.667L400,275.96V202.52ZM144,80H368V296.883l-57.166,37.378-46.578-24.152-50.764,24.507L144,292.425ZM263.744,345.89,464,449.727V464H48V450.043ZM48,271.575,179.144,351.2,48,414.509Zm295.446,79.6L464,272.347V413.681ZM112,202.52V273L58.666,240.615Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil envelope open \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M274.6,25.623a32.006,32.006,0,0,0-37.2,0L16,183.766V496H496V183.766ZM464,402.693,339.97,322.96,464,226.492ZM256,51.662,454.429,193.4,311.434,304.615,256,268.979l-55.434,35.636L57.571,193.4ZM48,226.492,172.03,322.96,48,402.693ZM464,464H48V440.735L256,307.021,464,440.735Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil equalizer \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M96,146.025V16H64V146.025a64.009,64.009,0,0,0,0,123.95V496H96V269.975a64.009,64.009,0,0,0,0-123.95ZM80,240a32,32,0,1,1,32-32A32.036,32.036,0,0,1,80,240Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M272,290.025V16H240V290.025a64.009,64.009,0,0,0,0,123.95V496h32V413.975a64.009,64.009,0,0,0,0-123.95ZM256,384a32,32,0,1,1,32-32A32.036,32.036,0,0,1,256,384Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M448,82.025V16H416V82.025a64.009,64.009,0,0,0,0,123.95V496h32V205.975a64.009,64.009,0,0,0,0-123.95ZM432,176a32,32,0,1,1,32-32A32.036,32.036,0,0,1,432,176Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil ethernet \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"385.128 118.178 359.868 137.822 451.732 255.944 359.813 374.18 385.076 393.82 492.268 255.94 385.128 118.178\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"119.814 118.177 12.621 255.993 119.759 393.819 145.022 374.181 53.156 255.999 145.074 137.823 119.814 118.177\" class=\"ci-primary\"/>\n  <rect   x=\"160\" y=\"240\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"240\" y=\"240\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"320\" y=\"240\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil euro \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M316,120h60V88H316c-73.747,0-136.794,46.657-161.195,112H104v32h42.292a172.176,172.176,0,0,0,0,56H104v32h50.805c24.4,65.343,87.448,112,161.2,112h60V400H316a140.176,140.176,0,0,1-126.474-80H344V288H178.815a140.661,140.661,0,0,1,0-56H344V200H189.526A140.176,140.176,0,0,1,316,120Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil excerpt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <rect   x=\"16\" y=\"344\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"16\" y=\"152.333\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"16\" y=\"248\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"16\" y=\"56\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"16\" y=\"440\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"240\" y=\"440\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"128\" y=\"440\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil exit to app \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M472,16H40A24.028,24.028,0,0,0,16,40V200H48V48H464V464H48V304H16V472a24.028,24.028,0,0,0,24,24H472a24.028,24.028,0,0,0,24-24V40A24.028,24.028,0,0,0,472,16Z\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"209.377 363.306 232.004 385.933 366.627 251.31 232.004 116.687 209.377 139.313 305.374 235.311 16 235.311 16 267.311 305.372 267.311 209.377 363.306\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil expand down \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <rect   x=\"16\" y=\"16\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M16,496H496V368H16Zm32-96H464v64H48Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M416,96H96v37.86L255.923,303.224,416,135.921ZM256.077,256.776,134.478,128H379.291Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil expand left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <rect   x=\"464\" y=\"16\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M144,16H16V496H144ZM112,464H48V48h64Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M416,96H378.14L208.776,255.923,376.079,416H416ZM384,379.291,255.224,256.077,384,134.478Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil expand right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <rect   x=\"40\" y=\"19\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M392,499H520V19H392ZM424,51h64V467H424Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M120,419h37.86L327.224,259.077,159.921,99H120Zm32-283.291L280.776,258.924,152,380.522Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil expand up \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <rect   x=\"16\" y=\"467\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M16,147H496V19H16ZM48,51H464v64H48Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M256.077,211.777,96,379.079V419H416V381.14ZM132.709,387,255.923,258.224,377.522,387Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil exposure \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M456,40H56A16,16,0,0,0,40,56V456a16,16,0,0,0,16,16H456a16,16,0,0,0,16-16V56A16,16,0,0,0,456,40ZM72,72H417.373L72,417.373ZM440,440H94.627L440,94.627Z\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"336 368 336 408 368 408 368 368 408 368 408 336 368 336 368 296 336 296 336 336 296 336 296 368 336 368\" class=\"ci-primary\"/>\n  <rect   x=\"112\" y=\"136\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil external link \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"400 464 48 464 48 104 240 104 240 72 16 72 16 496 432 496 432 272 400 272 400 464\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"304 16 304 48 441.373 48 188.687 300.687 211.313 323.313 464 70.627 464 208 496 208 496 16 304 16\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil eyedropper \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M19.409,431.289v41.468a24.124,24.124,0,0,0,24.1,24.1H76.877A149.445,149.445,0,0,0,183.25,452.792L383.966,252.075l55.846,56.069,22.671-22.582-55.889-56.114,1.287-1.288-.021-.02,63.287-63.287a84.853,84.853,0,0,0,0-120l-4-4a84.852,84.852,0,0,0-120,0l-64.326,64.326L230.947,53.1,208.275,75.68,260.387,128,63.471,324.916A149.449,149.449,0,0,0,19.409,431.289ZM369.774,63.48a52.854,52.854,0,0,1,74.747,0l4,4a52.913,52.913,0,0,1,0,74.745L387.147,203.6,308.4,124.853Zm-85.72,86.107,78.573,78.573-69.176,69.176v-.483H136.788ZM104.788,328.853H261.935L160.623,430.165a117.662,117.662,0,0,1-83.746,34.688H51.409V431.289A117.664,117.664,0,0,1,86.1,347.543Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil face dead \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M256,16C123.452,16,16,123.452,16,256S123.452,496,256,496,496,388.548,496,256,388.548,16,256,16ZM403.078,403.078a207.253,207.253,0,1,1,44.589-66.125A207.332,207.332,0,0,1,403.078,403.078Z\" class=\"ci-primary\"/>\n  <rect   x=\"168\" y=\"320\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"210.63 228.042 186.588 206.671 207.958 182.63 184.042 161.37 162.671 185.412 138.63 164.042 117.37 187.958 141.412 209.329 120.042 233.37 143.958 254.63 165.329 230.588 189.37 251.958 210.63 228.042\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"383.958 182.63 360.042 161.37 338.671 185.412 314.63 164.042 293.37 187.958 317.412 209.329 296.042 233.37 319.958 254.63 341.329 230.588 365.37 251.958 386.63 228.042 362.588 206.671 383.958 182.63\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil face \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M256,16C123.452,16,16,123.452,16,256S123.452,496,256,496,496,388.548,496,256,388.548,16,256,16ZM403.078,403.078a207.253,207.253,0,1,1,44.589-66.125A207.332,207.332,0,0,1,403.078,403.078Z\" class=\"ci-primary\"/>\n  <rect   x=\"128\" y=\"192\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"336\" y=\"192\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M232,306.948a5.049,5.049,0,0,1,.194-1.387L264,194.241V168H232v21.759L201.426,296.768A37.052,37.052,0,0,0,237.052,344H296V312H237.052A5.057,5.057,0,0,1,232,306.948Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil factory slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"459.26 96 328 225.697 328 96 293.45 96 229.01 161.128 251.638 183.756 296 138.92 296 228.118 333.314 265.433 464 136.303 464 396.118 496 428.118 496 416 496 96 459.26 96\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"168 16 88 16 83.882 16 168 100.118 168 16\" class=\"ci-primary\"/>\n  <rect   x=\"136\" y=\"304\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"136\" y=\"376\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"216\" y=\"304\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"216\" y=\"376\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"296\" y=\"376\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M38.627,16H16V496H496V473.373ZM48,464V70.627l88,88V248h32V190.627L441.373,464Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil factory \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M459.26,96,328,225.7V96H293.475L168,223.267V16H16V496H496V96ZM464,464H48V48h88V264h36.778L296,139.018V264h38.764L464,136.3Z\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"136 328 136 336 168 336 168 328 168 304 136 304 136 328\" class=\"ci-primary\"/>\n  <rect   x=\"136\" y=\"376\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"216 328 216 336 248 336 248 328 248 304 216 304 216 328\" class=\"ci-primary\"/>\n  <rect   x=\"216\" y=\"376\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"296 328 296 336 328 336 328 328 328 304 296 304 296 328\" class=\"ci-primary\"/>\n  <rect   x=\"296\" y=\"376\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"376\" y=\"304\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"376\" y=\"376\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil fastfood \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M474.183,120H360V40H328v80H200v32h17.92l6.154,48H112a80.091,80.091,0,0,0-80,80v16H312V280a79.508,79.508,0,0,0-8-34.846,80.248,80.248,0,0,0-47.155-41.185L250.183,152H437.817l-35.9,280H32v32H430.08l40-312H496V120ZM277.258,264H66.742A48.083,48.083,0,0,1,112,232H232A48.083,48.083,0,0,1,277.258,264Z\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"304 352 312 352 312 320 304 320 184 320 32 320 32 352 184 352 304 352\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"304 408 312 408 312 376 304 376 184 376 32 376 32 408 184 408 304 408\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil fax \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M487.944,233.654,424,176.815V89.373L350.627,16H152V144H80a24.028,24.028,0,0,0-24,24V472a24.028,24.028,0,0,0,24,24H496V251.593A24.024,24.024,0,0,0,487.944,233.654ZM152,464H88V176h64ZM328,48h9.373L392,102.627V112H328ZM184,48H296v96h96v72H184ZM464,464H184V248H424V219.629l40,35.557Z\" class=\"ci-primary\"/>\n  <rect   x=\"232\" y=\"344\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"296\" y=\"344\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"232\" y=\"408\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"296\" y=\"408\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"360\" y=\"344\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"360\" y=\"408\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"232\" y=\"280\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil featured playlist \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M464,72H48a32.036,32.036,0,0,0-32,32V408a32.036,32.036,0,0,0,32,32H464a32.036,32.036,0,0,0,32-32V104A32.036,32.036,0,0,0,464,72Zm0,336H48V104H464l.02,304Z\" class=\"ci-primary\"/>\n  <rect   x=\"232\" y=\"184\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"176\" y=\"256\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"176\" y=\"328\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"88.923 144 88.923 272.923 188.095 203.503 88.923 144\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil file \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M334.627,16H48V496H472V153.373ZM440,166.627V168H320V48h1.373ZM80,464V48H288V200H440V464Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil filter frames \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M384,104H128V340.117H384ZM352,308.117H160V136H352Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M181.49,428.117,256,502.628l74.51-74.511H440a32.036,32.036,0,0,0,32-32V48a32.036,32.036,0,0,0-32-32H72A32.036,32.036,0,0,0,40,48V396.117a32.036,32.036,0,0,0,32,32ZM72,48H440V396.117H317.255L256,457.372l-61.255-61.255H72Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil filter photo \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M440,40H72A32.036,32.036,0,0,0,40,72V440a32.036,32.036,0,0,0,32,32H440a32.036,32.036,0,0,0,32-32V72A32.036,32.036,0,0,0,440,40Zm0,400H72V72H440Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M120.614,261.739l.031,2.261.317,22.978,21.874,7.041,60.183,19.373L221.8,373.034l7.051,22.387h54.3l7.051-22.387,18.782-59.642,60.183-19.373,21.874-7.041L391.355,264l.031-2.261.071-5.092.322-23.282L369.726,225.9l-56.47-19.127-23.3-68.995-7.348-21.763H229.388l-7.348,21.763-23.3,69L142.274,225.9l-22.053,7.469.322,23.282ZM224,232l28.359-83.989h7.282L288,232l71.46,24.2c-.049,3.519-.053,3.836-.1,7.354L283.428,288l-23.751,75.421h-7.354L228.572,288l-75.93-24.442c-.049-3.518-.053-3.835-.1-7.354Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil filter square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M472,16H40A24.027,24.027,0,0,0,16,40V472a24.027,24.027,0,0,0,24,24H472a24.028,24.028,0,0,0,24-24V40A24.028,24.028,0,0,0,472,16Zm-8,448H48V48H464Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M208,427h48.627L301,368.076V260.87L415,131.852V85H89v47.176L208,261.194ZM121,119.672V117H383v2.739L269,248.757V357.375L240.666,395H240V248.69Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil filter x \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"40 16 40 53.828 109.024 136 150.815 136 76.896 48 459.51 48 304 242.388 304 401.373 241.373 464 240 464 240 368 208 368 208 496 254.627 496 336 414.627 336 253.612 496 53.612 496 16 40 16\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"166.403 248.225 226.864 187.763 204.237 165.135 143.775 225.597 83.313 165.135 60.687 187.763 121.148 248.225 60.687 308.687 83.313 331.314 143.775 270.852 204.237 331.314 226.864 308.687 166.403 248.225\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil filter \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M238.627,496H192V253.828l-168-200V16H480V53.612l-160,200V414.627ZM224,464h1.373L288,401.373V242.388L443.51,48H60.9L224,242.172Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil find in page \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M334.627,16H48V496H472V153.373ZM440,464H80V48H321.373L440,166.627Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M239.861,152a95.861,95.861,0,1,0,53.624,175.284l68.03,68.029,22.627-22.626-67.5-67.5A95.816,95.816,0,0,0,239.861,152ZM176,247.861a63.862,63.862,0,1,1,63.861,63.861A63.933,63.933,0,0,1,176,247.861Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil fingerprint \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <rect   x=\"133.181\" y=\"264.807\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\" transform=\"rotate(-45.992 221.042 280.807)\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M330.409,282.426A80,80,0,0,0,217.22,169.341l-74.908,74.908A121.268,121.268,0,0,1,56,280H48v32h8a153.052,153.052,0,0,0,108.94-45.125l74.907-74.907a48,48,0,0,1,67.883,67.883l-68.209,69.395A136.994,136.994,0,0,0,200,425.832V464h32V425.832a105.179,105.179,0,0,1,30.342-74.155Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M397.139,328.853c-19.869,21.6-82.507,85-83.138,85.633l-.1.1a12.1,12.1,0,1,1-17.362-16.87l79.154-81.381a135.935,135.935,0,0,0-.081-192.253c-53.027-53.025-139.307-53.025-192.333,0l-61.4,63.3C89.791,216,78.35,216,48,216v32c36.545,0,55.876-1.578,95.628-37.139l.423-.378,61.938-63.852a104,104,0,0,1,147,147.16L273.6,375.407a44.1,44.1,0,0,0,63.207,61.528c3.185-3.223,63.734-64.51,83.885-86.42C455.612,312.546,480,260.521,480,224H448C448,252.249,426.134,297.326,397.139,328.853Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M425.12,77.5C389.951,43.5,345.8,24,304,24V56c33.582,0,69.622,16.221,98.88,44.5C431.133,127.815,448,162.019,448,192h32C480,152.945,460,111.21,425.12,77.5Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M132.955,137.39C155.02,106.949,191.951,56,272,56V24c-96.376,0-140.988,61.545-164.955,94.61C90.759,141.078,71.446,152,48,152v32C81.476,184,110.853,167.883,132.955,137.39Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M80,336H48v32H80a56.064,56.064,0,0,1,56,56v40h32V424A88.1,88.1,0,0,0,80,336Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil fire \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M311.145,257.6c5.5-9.032,11.185-18.371,16.8-28,18.794-32.218,22.243-64.681,10.254-96.489C314.008,68.933,233.142,29.83,214.421,23.591L201.257,19.2,180.711,60.3l9.915,8.1c.111.089,11.124,9.712,11.858,24.3.627,12.453-6.2,25.91-20.286,40-9.782,9.781-20.518,19.239-31.885,29.251C102.487,204.069,48.28,251.82,48.28,342.154q0,1.861.035,3.7a151.362,151.362,0,0,0,46.444,106.49A154.177,154.177,0,0,0,202.583,496h92.1l-11.369-23.072C237.121,379.177,269.788,325.525,311.145,257.6ZM202.583,464c-66.2,0-121.05-53.267-122.274-118.739q-.028-1.546-.029-3.107c0-75.878,46.356-116.713,91.186-156.2,11.239-9.9,22.862-20.138,33.359-30.637,20.754-20.753,30.719-42.365,29.619-64.232a64.963,64.963,0,0,0-7.214-26.56c27.84,15.211,67.523,44.053,81.027,79.877,8.544,22.665,5.943,45.26-7.951,69.079-5.465,9.369-11.072,18.576-16.493,27.481C244.132,306.131,206.49,367.943,244.361,464Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M468.243,341.129q-.4-1.586-.834-3.185c-11.546-42.332-75.457-96.762-82.706-102.829l-14.557-12.182L360.6,239.341c-21.753,37.4-40.421,71.512-48.559,110.212-9.279,44.134-3.033,88.989,19.1,137.13L335.422,496H346.3a125.168,125.168,0,0,0,99.3-48.5A123.175,123.175,0,0,0,468.243,341.129Zm-47.88,86.683a93.3,93.3,0,0,1-64.44,35.7c-31.541-75.9-12.931-127.635,22.63-191.114,23.642,21.994,52.455,53.69,57.983,73.961q.349,1.283.669,2.554A91.372,91.372,0,0,1,420.363,427.812Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil flag alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M64,16V496H96V360H448V322.762L363.841,208,448,93.238V56H96V16ZM412.159,88l-88,120,88,120H96V88Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil flight takeoff \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <rect   x=\"16\" y=\"464\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M455.688,152.164c-23.388-6.515-48.252-6.053-70.008,1.3l-.894.3-65.1,30.94L129.705,109.176a47.719,47.719,0,0,0-49.771,8.862L54.5,140.836a24,24,0,0,0,2.145,37.452l117.767,83.458-45.173,23.663L93.464,252.722a48.067,48.067,0,0,0-51.47-8.6l-19.455,8.435a24,24,0,0,0-11.642,33.3L83.718,422.684,480.3,227.21c23.746-11.177,26.641-29.045,21.419-42.059C495.931,170.723,479.151,158.7,455.688,152.164Zm10.9,46.133-.149.07L97.394,380.267l-54.176-101.8,11.5-4.987a16.021,16.021,0,0,1,17.157,2.867l52.336,47.819,111.329-58.318L83.322,157.974l17.971-16.108a15.908,15.908,0,0,1,16.59-2.954l202.943,80.681,75.95-36.095c15.456-5.009,33.863-5.165,50.662-.413,13.834,3.914,21.182,9.6,23.672,12.582A24.211,24.211,0,0,1,466.59,198.3Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil flip to back \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M64,496H400V464H64a16.019,16.019,0,0,1-16-16V120H16V448A48.055,48.055,0,0,0,64,496Z\" class=\"ci-primary\"/>\n  <rect   x=\"464\" y=\"368\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"173.091\" y=\"368\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"405.818\" y=\"368\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"231.272\" y=\"368\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"289.455\" y=\"368\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"347.637\" y=\"368\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"112\" y=\"368\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"112\" y=\"135.272\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"112\" y=\"77.091\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"112\" y=\"309.818\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"112\" y=\"251.637\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"112\" y=\"193.455\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"112\" y=\"16\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"289.454\" y=\"16\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"231.272\" y=\"16\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"405.818\" y=\"16\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"173.091\" y=\"16\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"347.637\" y=\"16\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"464\" y=\"16\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"464\" y=\"309.818\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"464\" y=\"77.091\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"464\" y=\"193.454\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"464\" y=\"135.272\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"464\" y=\"251.637\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil flip to front \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M464,16H144a32.036,32.036,0,0,0-32,32V368a32.036,32.036,0,0,0,32,32H464a32.036,32.036,0,0,0,32-32V48A32.036,32.036,0,0,0,464,16Zm0,352H144V48H464l.021,320Z\" class=\"ci-primary\"/>\n  <rect   x=\"77.846\" y=\"464\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"384\" y=\"464\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"200.308\" y=\"464\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"139.077\" y=\"464\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"261.539\" y=\"464\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"322.769\" y=\"464\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"16\" y=\"464\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"16\" y=\"224.308\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"16\" y=\"284.461\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"16\" y=\"404.769\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"16\" y=\"344.615\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"16\" y=\"164.154\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"16\" y=\"104\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil flip \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <rect   x=\"296\" y=\"40\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"368\" y=\"40\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"296\" y=\"440\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"368\" y=\"440\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"440\" y=\"40\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"440\" y=\"105.454\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"440\" y=\"172.363\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"440\" y=\"373.091\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"440\" y=\"239.272\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"440\" y=\"306.182\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"440\" y=\"440\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M40,456a16,16,0,0,0,16,16H224v24h32V16H224V40H56A16,16,0,0,0,40,56ZM72,72H224V440H72Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil flower \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M408,304a168.212,168.212,0,0,0-152,96.5A168.212,168.212,0,0,0,104,304H16v16c0,92.636,75.364,168,168,168H328c92.636,0,168-75.364,168-168V304ZM184,456c-69.581,0-127.124-52.519-135.064-120H104c69.581,0,127.124,52.519,135.064,120Zm144,0H272.936c7.94-67.481,65.483-120,135.064-120h55.064C455.124,403.481,397.581,456,328,456Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M169.227,262.773a87.36,87.36,0,0,0,24.547,47.453l4.687,4.686h6.627A87.354,87.354,0,0,0,256,298.716a87.356,87.356,0,0,0,50.912,16.2h6.627l4.687-4.686a87.36,87.36,0,0,0,24.547-47.453,87.36,87.36,0,0,0,47.453-24.547l4.686-4.687v-6.627A87.354,87.354,0,0,0,378.716,176a87.356,87.356,0,0,0,16.2-50.912v-6.627l-4.686-4.687a87.36,87.36,0,0,0-47.453-24.547,87.36,87.36,0,0,0-24.547-47.453l-4.687-4.686h-6.627A87.356,87.356,0,0,0,256,53.284a87.354,87.354,0,0,0-50.912-16.2h-6.627l-4.687,4.686a87.36,87.36,0,0,0-24.547,47.453,87.36,87.36,0,0,0-47.453,24.547l-4.686,4.687v6.627A87.356,87.356,0,0,0,133.284,176a87.354,87.354,0,0,0-16.2,50.912v6.627l4.686,4.687A87.36,87.36,0,0,0,169.227,262.773Zm-3.736-98.086a55.571,55.571,0,0,1-16-32.8A55.572,55.572,0,0,1,184,120h16V104a55.572,55.572,0,0,1,11.884-34.506,55.57,55.57,0,0,1,32.8,16L256,96.8l11.313-11.313a55.571,55.571,0,0,1,32.8-16A55.572,55.572,0,0,1,312,104v16h16a55.572,55.572,0,0,1,34.506,11.884,55.571,55.571,0,0,1-16,32.8L335.2,176l11.314,11.314a55.57,55.57,0,0,1,16,32.8A55.572,55.572,0,0,1,328,232H312v16a55.572,55.572,0,0,1-11.884,34.506,55.571,55.571,0,0,1-32.8-16L256,255.2,244.686,266.51a55.57,55.57,0,0,1-32.8,16A55.572,55.572,0,0,1,200,248V232H184a55.572,55.572,0,0,1-34.506-11.884,55.57,55.57,0,0,1,16-32.8L176.8,176Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil folder open \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M488.671,221.645a23.848,23.848,0,0,0-18.917-9.231h-66.2V160a23.138,23.138,0,0,0-23.112-23.111h-136.3L226.37,94.22A23.051,23.051,0,0,0,205.037,80H39.111A23.138,23.138,0,0,0,16,103.111V467.556H436.707l56.33-225.321A23.849,23.849,0,0,0,488.671,221.645ZM48,435.556V112H199.111l23.7,56.889H371.556v43.525H137.587A23.965,23.965,0,0,0,114.3,230.593L63.063,435.556Zm363.723,0H96.048l47.785-191.142H459.508Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil folder \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M472,472H40a24.028,24.028,0,0,1-24-24V64A24.028,24.028,0,0,1,40,40H226.667a23.935,23.935,0,0,1,22.154,14.77L269.333,104H472a24.028,24.028,0,0,1,24,24V448A24.028,24.028,0,0,1,472,472ZM48,440H464V136H248L221.333,72H48Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil font \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M221.631,109,109.92,392h58.055l24.079-61H319.946l24.079,61H402.08L290.369,109ZM213.37,277,256,169l42.63,108Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M16,496H496V16H16ZM48,48H464V464H48Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil football \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M425.706,86.294A240,240,0,0,0,86.294,425.706,240,240,0,0,0,425.706,86.294Zm-4.464,43.535A206.875,206.875,0,0,1,463.824,247.8l-66.14-49.772ZM316.033,56.845l-58.378,43.37L196.53,56.677a208.143,208.143,0,0,1,119.5.168ZM116.8,198.047,48.156,248.33A206.9,206.9,0,0,1,91.248,129.189ZM86.2,376h79.365L190.6,453.458A208.923,208.923,0,0,1,86.2,376Zm140.787,85.967L188.85,344H67.562a206.3,206.3,0,0,1-17.324-57.527l104.967-76.9L115.557,102.715a208.938,208.938,0,0,1,45.714-31.864l96.781,68.934,92.741-68.9a208.922,208.922,0,0,1,45.884,32.048L359.833,209.6l101.951,76.721A206.272,206.272,0,0,1,444.438,344H327.512L285.467,461.9a208.076,208.076,0,0,1-58.482.064Zm95.606-8.9L350.075,376H425.8A208.961,208.961,0,0,1,322.591,453.069Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M346.809,223.427,257.854,158.8,168.9,223.427,202.876,328H312.831ZM289.582,296H226.125l-19.609-60.351,51.338-37.3,51.337,37.3Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil fork \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M124,166.291V345.709a76,76,0,1,0,32,0V282H308a80.091,80.091,0,0,0,80-80V165.311a75.983,75.983,0,1,0-32,1.733V202a48.055,48.055,0,0,1-48,48H156V166.291a76,76,0,1,0-32,0ZM324,92a44,44,0,1,1,44,44A44.049,44.049,0,0,1,324,92ZM184,420a44,44,0,1,1-44-44A44.049,44.049,0,0,1,184,420ZM140,48A44,44,0,1,1,96,92,44.049,44.049,0,0,1,140,48Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil fridge \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M376,16H136A48.054,48.054,0,0,0,88,64V464a32.036,32.036,0,0,0,32,32H392a32.036,32.036,0,0,0,32-32V64A48.054,48.054,0,0,0,376,16Zm16,448H120V240H392Zm0-256H120V64a16.019,16.019,0,0,1,16-16H376a16.019,16.019,0,0,1,16,16Z\" class=\"ci-primary\"/>\n  <rect   x=\"144\" y=\"280\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"144\" y=\"104\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil frown \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M256,16C123.452,16,16,123.452,16,256S123.452,496,256,496,496,388.548,496,256,388.548,16,256,16ZM403.078,403.078a207.253,207.253,0,1,1,44.589-66.125A207.332,207.332,0,0,1,403.078,403.078Z\" class=\"ci-primary\"/>\n  <rect   x=\"152\" y=\"200\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"320\" y=\"200\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M256,288a88.1,88.1,0,0,0-88,88h32a56,56,0,0,1,112,0h32A88.1,88.1,0,0,0,256,288Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil fullscreen exit \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"204 181.372 38.628 16 16 16 16 38.628 181.372 204 44 204 44 236 236 236 236 44 204 44 204 181.372\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"326.628 304 464 304 464 272 272 272 272 464 304 464 304 326.628 473.372 496 496 496 496 473.372 326.628 304\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil fullscreen \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"208 48 208 16 16 16 16 208 48 208 48 70.627 208.687 231.313 231.313 208.687 70.627 48 208 48\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"464 304 464 441.373 299.313 276.687 276.687 299.313 441.373 464 304 464 304 496 496 496 496 304 464 304\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil functions alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"128 416 360 416 360 384 160 384 160 374.283 269.834 256 160 137.717 160 128 360 128 360 96 128 96 128 150.283 226.166 256 128 361.717 128 416\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil functions \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M402.034,206.447l-67.528,65.278-3.046-14.231-.044-.2a63.447,63.447,0,0,0-59.129-49.282l-.329-.014H204.774l18.846-87.688A31.451,31.451,0,0,1,252.549,96h47.637V64h-48l-.659.014A63.452,63.452,0,0,0,192.4,113.3L172.044,208H88v32h77.166l-32.6,151.688A31.451,31.451,0,0,1,103.637,416H56v32h48.329l.329-.014a63.452,63.452,0,0,0,59.13-49.282L197.9,240h73.369a31.453,31.453,0,0,1,28.925,24.3l7.2,33.639L193.531,408h46.042l75.711-73.187,5.07,23.693.043.2a63.449,63.449,0,0,0,59.13,49.282L432,408V376H380.549a31.452,31.452,0,0,1-28.927-24.3L342.4,308.6,448.076,206.447Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil gamepad \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M368,168H272V104H448a24.027,24.027,0,0,0,24-24V16H440V72H264a24.027,24.027,0,0,0-24,24v72H144A128.145,128.145,0,0,0,16,296V396.953A91.15,91.15,0,0,0,107.047,488h1.8A90.807,90.807,0,0,0,178.8,455.24l52.7-63.24h48.628l52.666,68.465A91.046,91.046,0,0,0,496,404.953V296A128.145,128.145,0,0,0,368,168Zm96,236.953a59.047,59.047,0,0,1-105.849,36L295.878,360H216.506l-62.294,74.754A58.893,58.893,0,0,1,108.85,456h-1.8A59.113,59.113,0,0,1,48,396.953V296a96.108,96.108,0,0,1,96-96H368a96.108,96.108,0,0,1,96,96Z\" class=\"ci-primary\"/>\n  <rect   x=\"360\" y=\"248\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"360\" y=\"328\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"320\" y=\"288\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"400\" y=\"288\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"152 248 120 248 120 288 80 288 80 320 120 320 120 360 152 360 152 320 192 320 192 288 152 288 152 248\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil garage \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M448,255.454h-.511L407.067,164.5A48.044,48.044,0,0,0,363.2,136H148.8a48.043,48.043,0,0,0-43.863,28.5L64.511,255.454H64a32.036,32.036,0,0,0-32,32v112a32.036,32.036,0,0,0,32,32V472a24.028,24.028,0,0,0,24,24h56a24.028,24.028,0,0,0,24-24V431.454H344V472a24.028,24.028,0,0,0,24,24h56a24.028,24.028,0,0,0,24-24V431.454a32.036,32.036,0,0,0,32-32v-112A32.036,32.036,0,0,0,448,255.454ZM134.175,177.5A16.013,16.013,0,0,1,148.8,168H363.2a16.014,16.014,0,0,1,14.621,9.5l34.646,77.953H99.529ZM136,464H96V431.454h40Zm280,0H376V431.454h40Zm32-64.546H64v-112H448Z\" class=\"ci-primary\"/>\n  <rect   x=\"96\" y=\"328\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"336\" y=\"328\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"256 14.758 16 111.121 16 145.604 256 49.242 496 145.604 496 111.121 256 14.758\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil gauge \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M425.706,142.294A240,240,0,0,0,16,312v88H160V368H48V312c0-114.691,93.309-208,208-208s208,93.309,208,208v56H352v32H496V312A238.432,238.432,0,0,0,425.706,142.294Z\" class=\"ci-primary\"/>\n  <rect   x=\"80\" y=\"264\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"240\" y=\"128\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"136\" y=\"168\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"400\" y=\"264\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M297.222,335.1l69.2-144.173-28.85-13.848L268.389,321.214A64.141,64.141,0,1,0,297.222,335.1ZM256,416a32,32,0,1,1,32-32A32.036,32.036,0,0,1,256,416Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil gem \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M408.563,48H103.438L16,179.156v24.786L199.421,480H312.579L496,203.942V179.156ZM391.438,80l63.407,95.111H347.739L317.808,80Zm-163.7,0h56.524l29.93,95.111H197.808ZM120.563,80h73.629l-29.931,95.111H57.155Zm96.016,368L56.525,207.111H163.318L219.813,448Zm36.1,0L196.187,207.111H315.813L259.318,448Zm42.739,0h-3.234l56.5-240.889H455.475Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil gif \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M64,136V360a32.036,32.036,0,0,0,32,32h96V232H128v32h32v96H96V136h96V104H96A32.036,32.036,0,0,0,64,136Z\" class=\"ci-primary\"/>\n  <rect   x=\"240\" y=\"104\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"448 136 448 104 328 104 328 392 360 392 360 264 432 264 432 232 360 232 360 136 448 136\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil gift \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M472,128H371.833A71.962,71.962,0,0,0,256,42.815,71.962,71.962,0,0,0,140.167,128H40a24.028,24.028,0,0,0-24,24V473.556C16,485.932,26.767,496,40,496H472c13.233,0,24-10.068,24-22.444V152A24.028,24.028,0,0,0,472,128ZM312,48a40,40,0,0,1,0,80H272V88A40.045,40.045,0,0,1,312,48ZM160,88a40,40,0,0,1,80,0v40H200A40.045,40.045,0,0,1,160,88ZM48,464V256H192V464Zm176,0V256h64V464Zm240,0H320V256H464ZM48,224V160H464v64Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil globe alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M256,16C123.452,16,16,123.452,16,256S123.452,496,256,496,496,388.548,496,256,388.548,16,256,16ZM175.047,447.667A208.26,208.26,0,0,1,64.333,175.047c1.018-2.408,2.092-4.785,3.2-7.145L120,215.126v63.235L197.1,360H236v49.047l-47.052,43.915Q181.926,450.568,175.047,447.667Zm228.031-44.589A207.253,207.253,0,0,1,256,464a210.4,210.4,0,0,1-29.722-2.107L268,422.953V328H210.9L152,265.639V200.874L83.7,139.408a209.259,209.259,0,0,1,91.343-75.075A207.793,207.793,0,0,1,371.3,82.839l-45.564,58.582,15.49,38.725-10.485,10.485-78.618-15.723L208,208v88H384l50.345,67.126A208.127,208.127,0,0,1,403.078,403.078ZM464,256a206.763,206.763,0,0,1-13.873,74.837L400,264H240V224l19.877-14.908,81.382,16.277,37.515-37.515-16.51-41.275,34.2-43.977q3.361,3.084,6.61,6.32A207.253,207.253,0,0,1,464,256Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil golf alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"161.846 320 353.846 320 358.769 288 166.769 288 161.846 320\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M467.122,16,450.7,128H421.175L439.49,16H407.065L371.744,232H155.819a48.051,48.051,0,0,0-47.152,39.019l-9.354,49.106A88,88,0,1,0,188.673,432H314.05A144,144,0,0,0,456.639,308.111L499.464,16ZM104,464a56,56,0,1,1,56-56A56.063,56.063,0,0,1,104,464ZM424.963,303.567A111.266,111.266,0,0,1,400,359.585,113.582,113.582,0,0,1,371.477,384a111.226,111.226,0,0,1-57.427,16H191.633a87.325,87.325,0,0,0-5.657-24H345.231l4.923-32H164.333q-2.626-2.476-5.451-4.735a87.882,87.882,0,0,0-27.783-14.99L139.532,280l.571-2.994A16.015,16.015,0,0,1,155.819,264H398.936l17.006-104H446.01Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil golf \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M378.841,342.034C339.372,327.825,287.223,320,232,320a537.769,537.769,0,0,0-80,5.793V211.157l152-56V117.026l-152-71.2V16H120V416h32V358.166A501.048,501.048,0,0,1,232,352c51.621,0,99.921,7.153,136,20.143C403.43,384.9,416,399.43,416,408s-12.57,23.1-48,35.857C331.921,456.847,283.621,464,232,464s-99.921-7.153-136-20.143C60.57,431.1,48,416.57,48,408c0-7.89,10.669-20.832,40-32.788V341.036c-.952.33-1.9.661-2.841,1C28,362.612,16,389.265,16,408s12,45.388,69.159,65.966C124.628,488.175,176.777,496,232,496s107.372-7.825,146.841-22.034C436,453.388,448,426.735,448,408S436,362.612,378.841,342.034ZM152,81.163l114.586,53.675L152,177.054Z\" class=\"ci-primary\"/>\n  <circle cx=\"432\" cy=\"280\" r=\"32\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil gradient \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M440,40H72A16,16,0,0,0,56,56V456a16,16,0,0,0,16,16H440a16,16,0,0,0,16-16V56A16,16,0,0,0,440,40ZM424,232H376v48h48v48H376v40H328V328H280v40H232V328H184v40H136V328H88V280h48V232H88V72H424Z\" class=\"ci-primary\"/>\n  <rect   x=\"136\" y=\"280\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"184\" y=\"232\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"232\" y=\"280\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"280\" y=\"232\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"328\" y=\"280\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"136\" y=\"184\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"232\" y=\"184\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"328\" y=\"184\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil grain \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M88,16a56,56,0,1,0,56,56A56.063,56.063,0,0,0,88,16Zm0,80a24,24,0,1,1,24-24A24.028,24.028,0,0,1,88,96Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M200,138.667a56,56,0,1,0,56,56A56.063,56.063,0,0,0,200,138.667Zm0,80a24,24,0,1,1,24-24A24.028,24.028,0,0,1,200,218.667Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M88,373.333a56,56,0,1,0-56-56A56.063,56.063,0,0,0,88,373.333Zm0-80a24,24,0,1,1-24,24A24.028,24.028,0,0,1,88,293.333Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M200,496a56,56,0,1,0-56-56A56.063,56.063,0,0,0,200,496Zm0-80a24,24,0,1,1-24,24A24.028,24.028,0,0,1,200,416Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M312,16a56,56,0,1,0,56,56A56.063,56.063,0,0,0,312,16Zm0,80a24,24,0,1,1,24-24A24.028,24.028,0,0,1,312,96Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M424,138.667a56,56,0,1,0,56,56A56.063,56.063,0,0,0,424,138.667Zm0,80a24,24,0,1,1,24-24A24.028,24.028,0,0,1,424,218.667Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M312,373.333a56,56,0,1,0-56-56A56.063,56.063,0,0,0,312,373.333Zm0-80a24,24,0,1,1-24,24A24.028,24.028,0,0,1,312,293.333Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M424,384a56,56,0,1,0,56,56A56.063,56.063,0,0,0,424,384Zm0,80a24,24,0,1,1,24-24A24.028,24.028,0,0,1,424,464Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil graph \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M432,32a63.973,63.973,0,0,0-34.344,117.963L355.894,296.13c-1.289-.078-2.585-.13-3.894-.13a63.659,63.659,0,0,0-38.193,12.678l-77.154-64.295A64,64,0,1,0,131.259,269.7L85.967,360.288C84,360.105,82.013,360,80,360a64.082,64.082,0,1,0,36.243,11.29l42.8-85.589a63.845,63.845,0,0,0,59.982-14.356l74.7,62.252a64,64,0,1,0,92.621-27.56L428.106,159.87c1.289.078,2.585.13,3.894.13a64,64,0,0,0,0-128ZM80,456a32,32,0,1,1,32-32A32.036,32.036,0,0,1,80,456Zm96-200a32,32,0,1,1,32-32A32.036,32.036,0,0,1,176,256ZM352,392a32,32,0,1,1,32-32A32.036,32.036,0,0,1,352,392Zm80-264a32,32,0,1,1,32-32A32.036,32.036,0,0,1,432,128Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil grid slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M464.453,395V63.547a16,16,0,0,0-16-16H117l32,32h26.847v26.847l32,32V79.547h96.3v96.3H245.3l32,32h26.847V234.7l32,32V207.849h96.3v96.3H373.606l32,32h26.847V363Zm-128.3-219.149v-96.3h96.3v96.3Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M16,16.667V39.294L47.547,70.841V448.453a16,16,0,0,0,16,16H441.159l32.214,32.214H496V474.04L38.626,16.667ZM336.151,359.445l73.008,73.008H336.151Zm-128.3-128.3,73.008,73.008H207.849Zm0,105.008h96.3v96.3h-96.3Zm-128.3-233.31,73.008,73.008H79.547Zm0,105.008h96.3v96.3h-96.3Zm0,128.3h96.3v96.3h-96.3Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil grid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M47.547,63.547V448.453a16,16,0,0,0,16,16H448.453a16,16,0,0,0,16-16V63.547a16,16,0,0,0-16-16H63.547A16,16,0,0,0,47.547,63.547Zm288.6,16h96.3v96.3h-96.3Zm0,128.3h96.3v96.3h-96.3Zm0,128.3h96.3v96.3h-96.3Zm-128.3-256.6h96.3v96.3h-96.3Zm0,128.3h96.3v96.3h-96.3Zm0,128.3h96.3v96.3h-96.3Zm-128.3-256.6h96.3v96.3h-96.3Zm0,128.3h96.3v96.3h-96.3Zm0,128.3h96.3v96.3h-96.3Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil group \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M462.541,316.3l-64.344-42.1,24.774-45.418A79.124,79.124,0,0,0,432.093,192V120A103.941,103.941,0,0,0,257.484,43.523L279.232,67a71.989,71.989,0,0,1,120.861,53v72a46.809,46.809,0,0,1-5.215,21.452L355.962,284.8l89.058,58.274a42.16,42.16,0,0,1,19.073,35.421V432h-72v32h104V378.494A74.061,74.061,0,0,0,462.541,316.3Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M318.541,348.3l-64.343-42.1,24.773-45.418A79.124,79.124,0,0,0,288.093,224V152A104.212,104.212,0,0,0,184.04,47.866C126.723,47.866,80.093,94.581,80.093,152v72a78,78,0,0,0,9.015,36.775l24.908,45.664L50.047,348.3A74.022,74.022,0,0,0,16.5,410.4L16,496H352.093V410.494A74.061,74.061,0,0,0,318.541,348.3ZM320.093,464H48.186l.31-53.506a42.158,42.158,0,0,1,19.073-35.421l88.682-58.029L117.2,245.452A46.838,46.838,0,0,1,112.093,224V152a72,72,0,1,1,144,0v72a46.809,46.809,0,0,1-5.215,21.452L211.962,316.8l89.058,58.274a42.16,42.16,0,0,1,19.073,35.421Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil hamburger menu \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <rect   x=\"80\" y=\"96\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"80\" y=\"240\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"80\" y=\"384\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil hand point down \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M460.579,101.868,409.06,16H264.892L41.573,263.245a24,24,0,0,0,2.007,34.148A90.41,90.41,0,0,0,173.089,286.6L191.582,264H216V444a52,52,0,0,0,104,0V332.162l126.423-35.119A24.071,24.071,0,0,0,464,273.919v-159.7A24.006,24.006,0,0,0,460.579,101.868ZM432,267.838l-144,40V444a20,20,0,0,1-40,0V232H176.418l-28.1,34.34a58.439,58.439,0,0,1-77.181,11.91L279.108,48H390.94L432,116.433Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil hand point left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M397.784,472h-159.7a24.072,24.072,0,0,1-23.124-17.576L179.838,328H68a52,52,0,0,1,0-104H248V199.582l-22.6-18.494A90.41,90.41,0,0,1,214.607,51.58a24,24,0,0,1,34.149-2.006L496,272.891V417.059L410.132,468.58A24,24,0,0,1,397.784,472ZM244.161,440H395.568L464,398.941V287.109L233.75,79.141a58.437,58.437,0,0,0,11.91,77.18l34.34,28.1V256H68a20,20,0,0,0,0,40H204.162ZM227.307,73.321l.023.02Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil hand point right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M273.919,472h-159.7a24,24,0,0,1-12.349-3.421L16,417.059V272.891L263.244,49.574a24,24,0,0,1,34.149,2.007A90.409,90.409,0,0,1,286.6,181.088L264,199.582V224H444a52,52,0,0,1,0,104H332.162L297.043,454.423A24.071,24.071,0,0,1,273.919,472ZM116.432,440H267.838l40-144H444a20,20,0,0,0,0-40H232V184.418l34.34-28.1a58.437,58.437,0,0,0,11.91-77.18L48,287.109V398.941ZM284.693,73.321l-.023.02.023-.02Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil hand point up \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M417.059,497.692H272.891L49.574,250.448A24,24,0,0,1,51.581,216.3a90.409,90.409,0,0,1,129.507,10.789l18.494,22.6H224v-180a52,52,0,0,1,104,0V181.531l126.423,35.118A24.071,24.071,0,0,1,472,239.773v159.7a24,24,0,0,1-3.421,12.349Zm-129.95-32H398.941L440,397.26V245.854l-144-40V69.692a20,20,0,0,0-40,0v212H184.418l-28.1-34.34a58.437,58.437,0,0,0-77.18-11.91Zm158.718-218.22.033.009Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil happy \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M256,16C123.452,16,16,123.452,16,256S123.452,496,256,496,496,388.548,496,256,388.548,16,256,16ZM403.078,403.078a207.253,207.253,0,1,1,44.589-66.125A207.332,207.332,0,0,1,403.078,403.078Z\" class=\"ci-primary\"/>\n  <rect   x=\"152\" y=\"200\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"320\" y=\"200\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M338.289,307.2A83.6,83.6,0,0,1,260.3,360H251.7a83.6,83.6,0,0,1-77.992-52.8l-1.279-3.2H137.968L144,319.081A116,116,0,0,0,251.7,392H260.3A116,116,0,0,0,368,319.081L374.032,304H339.568Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil hd \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M364,136H272V376h92a52.059,52.059,0,0,0,52-52V188A52.059,52.059,0,0,0,364,136Zm20,188a20.023,20.023,0,0,1-20,20H304V168h60a20.023,20.023,0,0,1,20,20Z\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"208 240 128 240 128 136 96 136 96 376 128 376 128 272 208 272 208 376 240 376 240 136 208 136 208 240\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M464,16H48A32.036,32.036,0,0,0,16,48V464a32.036,32.036,0,0,0,32,32H464a32.036,32.036,0,0,0,32-32V48A32.036,32.036,0,0,0,464,16Zm0,448H48V48H464l.02,416Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil hdr \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M192,104V392h96a32.036,32.036,0,0,0,32-32V136a32.036,32.036,0,0,0-32-32Zm96,256H224V136h64Z\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"160 392 160 104 128 104 128 232 64 232 64 104 32 104 32 392 64 392 64 264 128 264 128 392 160 392\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M480,232V136a32.036,32.036,0,0,0-32-32H352V392h32V264h29.167L440,331.081V392h32V324.919L447.632,264H448A32.036,32.036,0,0,0,480,232Zm-96,0V136h64v96Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil header \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M16,496H496V16H16ZM48,48H464V464H48Z\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"288 144 320 144 320 240 192 240 192 144 224 144 224 112 96 112 96 144 128 144 128 368 96 368 96 400 224 400 224 368 192 368 192 272 320 272 320 368 288 368 288 400 416 400 416 368 384 368 384 144 416 144 416 112 288 112 288 144\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil headphones \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M448,216H400V184c0-79.4-64.6-144-144-144S112,104.6,112,184v32H64a48.055,48.055,0,0,0-48,48V392a48.055,48.055,0,0,0,48,48h48a32.036,32.036,0,0,0,32-32V184a112,112,0,0,1,224,0V408a32.036,32.036,0,0,0,32,32h48a48.055,48.055,0,0,0,48-48V264A48.055,48.055,0,0,0,448,216ZM112,408H64a16.019,16.019,0,0,1-16-16V264a16.019,16.019,0,0,1,16-16h48v56h.008l.012,104Zm352-16a16.019,16.019,0,0,1-16,16H400V248h48a16.019,16.019,0,0,1,16,16Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil healing \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M93.976,276.6,38.211,332.367a32,32,0,0,0,0,45.255l96.167,96.168a32.038,32.038,0,0,0,45.254,0L235.4,418.024l-22.616-22.616L157.02,451.175a.094.094,0,0,1-.015-.013L60.839,355,116.6,299.23Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M473.789,134.378,377.622,38.21a32.037,32.037,0,0,0-45.254,0L276.6,93.976,299.23,116.6,355,60.838l96.166,96.167L395.4,212.772,418.024,235.4l55.765-55.764a32,32,0,0,0,0-45.255Z\" class=\"ci-primary\"/>\n  <rect   x=\"245.515\" y=\"196.544\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\" transform=\"rotate(-45 256.485 207.514)\"/>\n  <rect   x=\"245.515\" y=\"293.515\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\" transform=\"rotate(-45 256.487 304.486)\"/>\n  <rect   x=\"294\" y=\"245.029\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\" transform=\"rotate(-45 304.969 256)\"/>\n  <rect   x=\"197.029\" y=\"245.029\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\" transform=\"rotate(-45 208 256)\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M321.3,462.705a47.988,47.988,0,0,0,67.641-.23l73.539-73.539a48,48,0,0,0,0-67.882l-7.764-7.765-240-240L190.946,49.525a48,48,0,0,0-67.882,0l-73.54,73.539h0a48,48,0,0,0,0,67.882l31.764,31.765L321.054,462.475C321.133,462.553,321.216,462.626,321.3,462.705ZM72.152,168.319a16,16,0,0,1,0-22.628l73.539-73.539a16,16,0,0,1,22.628,0l65.054,65.054-96.167,96.167ZM159.833,256,256,159.833,352.171,256l-96.162,96.172Zm214.961,22.627,65.054,65.054a16,16,0,0,1,0,22.628l-73.539,73.539a16,16,0,0,1-22.628,0l-65.054-65.054Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil heart \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M453.122,79.012a128,128,0,0,0-181.087.068l-15.511,15.7L241.142,79.114l-.1-.1a128,128,0,0,0-181.02,0l-6.91,6.91a128,128,0,0,0,0,181.019L235.485,449.314l20.595,21.578.491-.492.533.533L276.4,450.574,460.032,266.94a128.147,128.147,0,0,0,0-181.019ZM437.4,244.313,256.571,425.146,75.738,244.313a96,96,0,0,1,0-135.764l6.911-6.91a96,96,0,0,1,135.713-.051l38.093,38.787,38.274-38.736a96,96,0,0,1,135.765,0l6.91,6.909A96.11,96.11,0,0,1,437.4,244.313Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil highlighter \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M398.789,22.31a31.762,31.762,0,0,0-22.771-9.52H376a31.769,31.769,0,0,0-22.783,9.552L87.534,292.234a32.086,32.086,0,0,0,.177,45.076l14.7,14.7L16,439.427V478H122.8l52.8-52.8,12.479,12.48a32,32,0,0,0,46-.77L492.313,160.77a31.913,31.913,0,0,0-.6-44.339ZM109.548,446H54.5l46.552-47.1,27.8,27.8Zm101.16-30.946L175.6,379.947l-24.127,24.127-27.932-27.932,23.986-24.269-37.191-37.189,48.338-49.105L257.8,364.7Zm68.958-73.74-98.541-98.54L376.017,44.791l92.923,94.121Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil highligt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M104,305.5l88,48V480H320V353.5l88-48V160H104ZM136,192H376v94.5l-88,48V448H224V334.5l-88-48Z\" class=\"ci-primary\"/>\n  <rect   x=\"240\" y=\"32\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"82.544\" y=\"50.544\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\" transform=\"rotate(-45 98.545 86.544)\"/>\n  <rect   x=\"377.456\" y=\"70.544\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\" transform=\"rotate(-45 413.453 86.545)\"/>\n</svg>\n</li><li title=\"cil history \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M256.25,16A240,240,0,0,0,88,84.977V16H56V144H184V112H106.287A208,208,0,0,1,256.25,48C370.8,48,464,141.2,464,255.75S370.8,463.5,256.25,463.5,48.5,370.3,48.5,255.75h-32A239.75,239.75,0,0,0,425.779,425.279,239.75,239.75,0,0,0,256.25,16Z\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"240 111.951 239.465 288 368 288 368 256 271.563 256 272 112.049 240 111.951\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil home \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M469.666,216.45,271.078,33.749a34,34,0,0,0-47.062.98L41.373,217.373,32,226.745V496H208V328h96V496H480V225.958ZM248.038,56.771c.282,0,.108.061-.013.18C247.9,56.832,247.756,56.771,248.038,56.771ZM448,464H336V328a32,32,0,0,0-32-32H208a32,32,0,0,0-32,32V464H64V240L248.038,57.356c.013-.012.014-.023.024-.035L448,240Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil hospital \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <rect   x=\"160\" y=\"304\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"240\" y=\"304\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"320\" y=\"304\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M440,464V88H368V16H144V88H72V464H16v32H496V464ZM176,48H336V208H176ZM408,464H272V400H240v64H104V120h40V240H368V120h40Z\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"272 80 240 80 240 112 208 112 208 144 240 144 240 176 272 176 272 144 304 144 304 112 272 112 272 80\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil hot tub \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <circle cx=\"111.485\" cy=\"141.912\" r=\"34.088\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M192,296h-3.041L154.05,200H82.287v96H16V448a48.054,48.054,0,0,0,48,48H448a48.054,48.054,0,0,0,48-48V296ZM464,448a16.019,16.019,0,0,1-16,16H64a16.019,16.019,0,0,1-16-16V328H464Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M296,216a20.376,20.376,0,0,1,12.362-18.748l11.881-5.091a52.4,52.4,0,0,0,0-96.321l-11.881-5.092A20.376,20.376,0,0,1,296,72V32H264V72a52.336,52.336,0,0,0,31.757,48.16l11.881,5.092a20.4,20.4,0,0,1,0,37.5l-11.881,5.091A52.338,52.338,0,0,0,264,216v48h32Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M408,216a20.376,20.376,0,0,1,12.362-18.748l11.881-5.091a52.4,52.4,0,0,0,0-96.321l-11.881-5.092A20.376,20.376,0,0,1,408,72V32H376V72a52.336,52.336,0,0,0,31.757,48.16l11.881,5.092a20.4,20.4,0,0,1,0,37.5l-11.881,5.091A52.338,52.338,0,0,0,376,216v48h32Z\" class=\"ci-primary\"/>\n  <rect   x=\"96\" y=\"360\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"192\" y=\"360\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"288\" y=\"360\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"384\" y=\"360\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil house \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M408,406.545V248H288V406.545ZM320,280h56v94.545H320Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M271.078,33.749a34,34,0,0,0-47.066.984L32,226.745V496H144V336h64V496H480V225.958ZM448,464H240V304H112V464H64V240L249.412,57.356V57.3L448,240Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil https \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M400,200H388V144a128,128,0,0,0-256,0v56H120a24.028,24.028,0,0,0-24,24V472a24.028,24.028,0,0,0,24,24H400a24.028,24.028,0,0,0,24-24V224A24.028,24.028,0,0,0,400,200ZM164,144a96,96,0,0,1,192,0v56H164ZM392,464H128V232H392Z\" class=\"ci-primary\"/>\n  <rect   x=\"240\" y=\"328\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil image broken \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"40 472 472 472 472 312 440 312 440 440 72 440 72 312 40 312 40 472\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M40,265.755l49.373,25.437,53.82-46.829,56.159,50.528L256,247.052l56.648,47.839,56.159-50.528,53.82,46.829L472,265.755V40H40ZM72,72H440V246.244l-12.738,6.564-58.809-51.171-56.471,50.806L256,205.167l-55.982,47.276-56.471-50.806L84.738,252.808,72,246.244Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil image plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M336,72V40H40V472H472V184H440v25.68l-64.769-64.77L306,214.142l-100-100-134,134V72Zm39.231,118.166L440,254.935v93.207L328.628,236.769ZM206,159.4l234,234V440H72V293.4Z\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"448 16 416 16 416 64 368 64 368 96 416 96 416 144 448 144 448 96 496 96 496 64 448 64 448 16\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil image \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M40,472H472V40H40ZM440,348.142,328.628,236.769l46.6-46.6L440,254.935ZM72,72H440V209.68l-64.769-64.77L306,214.142l-100-100-134,134Zm0,221.4,134-134,234,234V440H72Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil inbox \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M32,16V496H480V16ZM448,304H342.111l-32,64H201.889l-32-64H64V144H448Zm0-256v64H64V48ZM64,464V336h86.111l32,64H329.889l32-64H448V464Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil indent decrease \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <rect   x=\"72\" y=\"63.998\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"200\" y=\"151.998\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"200\" y=\"239.998\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"200\" y=\"327.998\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"72\" y=\"415.998\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M160,144.909,4.473,256,160,367.091Zm-32,160L59.527,256,128,207.091Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil indent increase \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <rect   x=\"72\" y=\"63.998\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"200\" y=\"151.998\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"200\" y=\"239.998\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"200\" y=\"327.998\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"72\" y=\"415.998\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M16,144.909V367.091L171.527,256Zm32,62.182L116.473,256,48,304.909Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil industry slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"459.26 96 328 225.697 328 96 293.45 96 229.01 161.128 251.638 183.756 296 138.92 296 228.118 333.314 265.433 464 136.303 464 396.118 496 428.118 496 416 496 96 459.26 96\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"168 16 88 16 83.882 16 168 100.118 168 16\" class=\"ci-primary\"/>\n  <rect   x=\"136\" y=\"304\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"136\" y=\"376\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"216\" y=\"304\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"216\" y=\"376\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"296\" y=\"376\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M38.627,16H16V496H496V473.373ZM48,464V70.627l88,88V248h32V190.627L441.373,464Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil industry \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M459.26,96,328,225.7V96H293.475L168,223.267V16H16V496H496V96ZM464,464H48V48h88V264h36.778L296,139.018V264h38.764L464,136.3Z\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"136 328 136 336 168 336 168 328 168 304 136 304 136 328\" class=\"ci-primary\"/>\n  <rect   x=\"136\" y=\"376\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"216 328 216 336 248 336 248 328 248 304 216 304 216 328\" class=\"ci-primary\"/>\n  <rect   x=\"216\" y=\"376\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"296 328 296 336 328 336 328 328 328 304 296 304 296 328\" class=\"ci-primary\"/>\n  <rect   x=\"296\" y=\"376\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"376\" y=\"304\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"376\" y=\"376\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil infinity \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M463.2,176.805a112,112,0,0,0-158.39,0l-48.57,48.568L207.667,176.8a112,112,0,1,0,0,158.392l48.568-48.569,48.57,48.569A112,112,0,1,0,463.2,176.805ZM185.04,312.569a80,80,0,1,1,0-113.138l55.2,55.2v2.746Zm255.528,0a80,80,0,0,1-113.136,0l-55.2-55.2v-2.744l55.2-55.2A80,80,0,1,1,440.568,312.569Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil info \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <rect   x=\"256\" y=\"95.998\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M16,496H496V16H16ZM48,48H464V464H48Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M285.313,359.032a18.123,18.123,0,0,1-15.6,8.966,18.061,18.061,0,0,1-17.327-23.157l35.67-121.277A49.577,49.577,0,0,0,194.7,190.572l-11.718,28.234,29.557,12.266,11.718-28.235a17.577,17.577,0,0,1,33.1,11.7l-35.67,121.277A50.061,50.061,0,0,0,269.709,400a50.227,50.227,0,0,0,43.25-24.853l15.1-25.913-27.646-16.115Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil input hdmi \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M112,16V120H80V251.492l72,157.091V496H360V408.583l72-157.091V120H400V16Zm32,32H368v72H336V80H304v40H272V80H240v40H208V80H176v40H144ZM400,244.508,328,401.6V464H184V401.6L112,244.508V152H400Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil input power \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M152,16V120H88V311.005l104,96v89H320V407.005l104-96V120H360V16H328V120H184V16ZM392,152V297L288,393V464H224V393L120,297V152Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil input \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M472,96H40a24.028,24.028,0,0,0-24,24v80H48V128H464V384H48V312H16v80a24.028,24.028,0,0,0,24,24H472a24.028,24.028,0,0,0,24-24V120A24.028,24.028,0,0,0,472,96Z\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"212.687 323.078 235.313 345.705 325.824 255.196 235.313 164.686 212.687 187.314 264.568 239.196 16 239.196 16 271.195 264.569 271.195 212.687 323.078\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil institution \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M247.759,14.358,16,125.946V184H496V125.638ZM464,152H48v-5.946L248.241,49.642,464,146.362Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M16,496H496V392H16Zm32-72H464v40H48Z\" class=\"ci-primary\"/>\n  <rect   x=\"72\" y=\"208\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"408\" y=\"208\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"184\" y=\"208\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"296\" y=\"208\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil italic \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M16,496H496V16H16ZM48,48H464V464H48Z\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"200 143.998 244.442 143.998 202.442 367.998 152 367.998 152 399.998 312 399.998 312 367.998 267.558 367.998 309.558 143.998 360 143.998 360 111.998 200 111.998 200 143.998\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil justify center \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <rect   x=\"16\" y=\"63.998\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"16\" y=\"151.998\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"16\" y=\"239.998\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"16\" y=\"327.998\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"96\" y=\"415.998\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil justify left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <rect   x=\"16\" y=\"63.998\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"16\" y=\"151.998\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"16\" y=\"239.998\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"16\" y=\"327.998\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"16\" y=\"415.998\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil justify right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <rect   x=\"16\" y=\"63.998\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"16\" y=\"151.998\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"16\" y=\"239.998\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"16\" y=\"327.998\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"176\" y=\"415.998\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil keyboard \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M472,80H40a24.028,24.028,0,0,0-24,24V344a24.028,24.028,0,0,0,24,24H472a24.028,24.028,0,0,0,24-24V104A24.028,24.028,0,0,0,472,80Zm-8,256H48V112H464Z\" class=\"ci-primary\"/>\n  <rect   x=\"144\" y=\"272\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"80\" y=\"272\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"400\" y=\"272\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"336\" y=\"272\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"368\" y=\"208\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"304\" y=\"208\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"240\" y=\"208\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"176\" y=\"208\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"112\" y=\"208\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"336\" y=\"144\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"400\" y=\"144\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"272\" y=\"144\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"208\" y=\"144\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"144\" y=\"144\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"80\" y=\"144\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil lan \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M496,272V240H272V192h56a24.027,24.027,0,0,0,24-24V40a24.027,24.027,0,0,0-24-24H184a24.027,24.027,0,0,0-24,24V168a24.027,24.027,0,0,0,24,24h56v48H16v32H96v48H41.391a24.028,24.028,0,0,0-24,24V472a24.028,24.028,0,0,0,24,24H184a24.027,24.027,0,0,0,24-24V344a24.027,24.027,0,0,0-24-24H128V272H384v48H328a24.027,24.027,0,0,0-24,24V472a24.027,24.027,0,0,0,24,24H472a24.027,24.027,0,0,0,24-24V344a24.027,24.027,0,0,0-24-24H416V272ZM192,48H320V160H192ZM176,464H49.391V352H176Zm288,0H336V352H464Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil language \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M320,24H16V328H192V496H496V192H320ZM148.305,96,98.093,239.3H132l8.166-23.3H192v80H48V56H288V192H221.332L187.7,96Zm36.317,88H151.378L168,136.562ZM464,224V464H224V224Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M317.432,368.48A136.761,136.761,0,0,0,327.521,382.6q-17.4,9.384-39.521,9.4v32c24.141,0,45.71-6.408,64-18.824C370.29,417.592,391.859,424,416,424V392q-22.075,0-39.52-9.407a136.574,136.574,0,0,0,10.088-14.113A166.212,166.212,0,0,0,406.662,320H424V288H368V264H336v24H280v32h17.338A166.212,166.212,0,0,0,317.432,368.48ZM373.53,320a133.013,133.013,0,0,1-14.1,31.52A104.39,104.39,0,0,1,352,361.968a103.546,103.546,0,0,1-6.93-9.651A132.384,132.384,0,0,1,330.466,320Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil laptop \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M440,368a24.028,24.028,0,0,0,24-24V104a24.028,24.028,0,0,0-24-24H72a24.028,24.028,0,0,0-24,24V344a24.028,24.028,0,0,0,24,24ZM80,112H432V336H80Z\" class=\"ci-primary\"/>\n  <rect   x=\"16\" y=\"400\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil layers \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M487.938,162.108l-224-128a16,16,0,0,0-15.876,0l-224,128a16,16,0,0,0,.382,28l224,120a16,16,0,0,0,15.112,0l224-120a16,16,0,0,0,.382-28ZM256,277.849,65.039,175.548,256,66.428l190.961,109.12Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M263.711,394.02,480,275.061V238.539L256,361.74,32,238.539v36.522L248.289,394.02a16.005,16.005,0,0,0,15.422,0Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M32,362.667,248.471,478.118a16,16,0,0,0,15.058,0L480,362.667V326.4L256,445.867,32,326.4Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil leaf \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M389.053,126.3A302.909,302.909,0,0,0,280.012,18.15L272,13.516l-8.012,4.634A301.084,301.084,0,0,0,113.4,279.042c0,3.445.06,6.944.177,10.4,1.592,46.856,19.511,86.283,51.82,114.018,24.724,21.225,56.438,34.182,90.607,37.273V496h32V240H256V408.528c-54.064-6.263-107.873-44.455-110.444-120.174-.106-3.095-.16-6.228-.16-9.312A270.286,270.286,0,0,1,272,50.673,270.286,270.286,0,0,1,398.6,279.042c0,3.084-.054,6.217-.16,9.313-2.056,60.573-36.907,97.127-78.444,112.536v33.867a156.188,156.188,0,0,0,58.607-31.3c32.309-27.735,50.228-67.162,51.82-114.017.117-3.456.177-6.955.177-10.4A300.948,300.948,0,0,0,389.053,126.3Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil lemon \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M466.278,47.947a85.883,85.883,0,0,0-115.124-5.72,196.7,196.7,0,0,0-65.642-11.176A251.264,251.264,0,0,0,34.248,282.316a196.628,196.628,0,0,0,11.176,65.643A85.872,85.872,0,0,0,166.266,468.8a196.664,196.664,0,0,0,65.644,11.177A251.266,251.266,0,0,0,483.174,228.714,196.639,196.639,0,0,0,472,163.065,85.982,85.982,0,0,0,466.278,47.947ZM438.7,165.563a164.674,164.674,0,0,1,12.471,63.151c0,120.9-98.361,219.264-219.264,219.264a164.7,164.7,0,0,1-63.151-12.471l-10.33-4.263-7.559,8.23c-.3.331-.607.661-.928.981a53.861,53.861,0,1,1-76.171-76.171c.32-.321.65-.625.981-.93l8.229-7.558-4.262-10.329a164.713,164.713,0,0,1-12.472-63.152c0-120.9,98.362-219.263,219.265-219.263a164.709,164.709,0,0,1,63.15,12.47l10.324,4.261,7.56-8.222c.3-.326.6-.653.933-.986a53.862,53.862,0,0,1,76.172,76.172c-.324.323-.659.631-.993.939l-8.214,7.559Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M120.32,226.743l28.471,14.611A218.891,218.891,0,0,1,269.44,135.047l-10.88-30.094A250.8,250.8,0,0,0,120.32,226.743Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil level down \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"171.313 348.686 148.687 371.314 272 494.627 395.313 371.314 372.687 348.686 288 433.373 288 96 72 96 72 128 256 128 256 433.373 171.313 348.686\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil level up \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"80 384 80 416 296 416 296 78.627 380.687 163.314 403.313 140.686 280 17.373 156.687 140.686 179.313 163.314 264 78.627 264 384 80 384\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil library add \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M48,464V144H16V472a24.027,24.027,0,0,0,24,24H368V464H48Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M144,400H112V80H80V408a24.027,24.027,0,0,0,24,24H432V400H144Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M472,16H168a24.027,24.027,0,0,0-24,24V344a24.027,24.027,0,0,0,24,24H472a24.027,24.027,0,0,0,24-24V40A24.027,24.027,0,0,0,472,16Zm-8,320H176V48H464Z\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"304 288 336 288 336 204 420 204 420 172 336 172 336 88 304 88 304 172 220 172 220 204 304 204 304 288\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil library building \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M247.759,14.358,16,125.946V184H496V125.638ZM464,152H48v-5.946L248.241,49.642,464,146.362Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M16,496H496V392H16Zm32-72H464v40H48Z\" class=\"ci-primary\"/>\n  <rect   x=\"72\" y=\"208\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"408\" y=\"208\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"184\" y=\"208\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"296\" y=\"208\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil library \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M472,16H168a24,24,0,0,0-24,24V344a24,24,0,0,0,24,24H472a24,24,0,0,0,24-24V40A24,24,0,0,0,472,16Zm-8,320H176V48H464Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M112,400V80H80V408a24,24,0,0,0,24,24H432V400Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M48,464V144H16V472a24,24,0,0,0,24,24H368V464Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil life ring \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M425.706,86.294A240,240,0,0,0,86.294,425.706,240,240,0,0,0,425.706,86.294Zm-80.04,236.745a111.781,111.781,0,0,0,0-134.078l68.218-68.218a207.579,207.579,0,0,1,0,270.514ZM176,256a80,80,0,1,1,80,80A80.091,80.091,0,0,1,176,256ZM391.257,98.116l-68.218,68.218a111.781,111.781,0,0,0-134.078,0L120.743,98.116a207.579,207.579,0,0,1,270.514,0ZM98.116,120.743l68.218,68.218a111.781,111.781,0,0,0,0,134.078L98.116,391.257a207.579,207.579,0,0,1,0-270.514Zm22.627,293.141,68.218-68.218a111.781,111.781,0,0,0,134.078,0l68.218,68.218a207.579,207.579,0,0,1-270.514,0Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil lightbulb \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M252.592,496h6.816a108.122,108.122,0,0,0,108-108V332.308a177.481,177.481,0,0,0,66.37-138.531C433.778,95.751,354.027,16,256,16S78.222,95.751,78.222,193.777a177.477,177.477,0,0,0,66.371,138.531V388A108.121,108.121,0,0,0,252.592,496Zm6.816-32h-6.816a76.106,76.106,0,0,1-70.631-48H330.04A76.107,76.107,0,0,1,259.408,464Zm76-80H176.593V344H335.408ZM110.222,193.777C110.222,113.4,175.618,48,256,48s145.778,65.4,145.778,145.777a146.392,146.392,0,0,1-59.817,117.737L341.3,312H170.7l-.665-.486A146.394,146.394,0,0,1,110.222,193.777Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil line spacing \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <rect   x=\"240\" y=\"48\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"240\" y=\"176\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"240\" y=\"304\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"240\" y=\"432\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M24,368v30.19l88.937,97.728L200,398.089V368H127.2V144H200V113.81L111.063,16.082,24,113.911V144H95.2V368ZM68.538,112l42.791-48.082L155.086,112Zm86.924,288-42.791,48.082L68.914,400Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil line style \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M16,120H496V16H16ZM48,48H464V88H48Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M240,144H16v96H240Zm-32,64H48V176H208Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M272,240H496V144H272Zm32-64H464v32H304Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M152,272H16v88H152Zm-32,56H48V304h72Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M192,360H320V272H192Zm32-56h64v24H224Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M360,360H496V272H360Zm32-56h72v24H392Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M121.442,443.278A52.721,52.721,0,1,0,68.722,496,52.78,52.78,0,0,0,121.442,443.278Zm-73.442,0A20.721,20.721,0,1,1,68.722,464,20.745,20.745,0,0,1,48,443.278Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M140.853,443.278a52.721,52.721,0,1,0,52.721-52.72A52.78,52.78,0,0,0,140.853,443.278Zm73.442,0a20.721,20.721,0,1,1-20.721-20.72A20.745,20.745,0,0,1,214.3,443.278Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M265.705,443.278a52.721,52.721,0,1,0,52.721-52.72A52.78,52.78,0,0,0,265.705,443.278Zm73.442,0a20.721,20.721,0,1,1-20.721-20.72A20.745,20.745,0,0,1,339.147,443.278Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M443.278,390.558A52.721,52.721,0,1,0,496,443.278,52.78,52.78,0,0,0,443.278,390.558Zm0,73.442A20.721,20.721,0,1,1,464,443.278,20.745,20.745,0,0,1,443.278,464Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil line weight \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <rect   x=\"16\" y=\"464\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M16,432H496V352H16Zm32-48H464v16H48Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M16,320H496V208H16Zm32-80H464v48H48Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M16,176H496V16H16ZM48,48H464v96H48Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil link alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M48,256a80.091,80.091,0,0,1,80-80H240V144H128a112,112,0,0,0,0,224H240V336H128A80.091,80.091,0,0,1,48,256Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M384,144H272v32H384a80,80,0,0,1,0,160H272v32H384a112,112,0,0,0,0-224Z\" class=\"ci-primary\"/>\n  <rect   x=\"140\" y=\"240.652\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil link broken \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"288 496 320 496 320 368 448 368 448 336 288 336 288 496\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"224 176 224 16 192 16 192 144 64 144 64 176 224 176\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M78.708,434.573,77.429,433.3a100.478,100.478,0,0,1,0-142.1l75.2-75.2H107.372L54.8,268.57a132.478,132.478,0,0,0,0,187.35l1.278,1.278a132.628,132.628,0,0,0,187.352,0l4.57-4.57V407.373l-27.2,27.2A100.591,100.591,0,0,1,78.708,434.573Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M457.2,56.08,455.922,54.8c-51.653-51.655-135.7-51.653-187.352,0L264,59.372v45.255l27.2-27.2a100.591,100.591,0,0,1,142.095,0l1.279,1.278a100.478,100.478,0,0,1,0,142.1l-75.2,75.2h45.253L457.2,243.43a132.478,132.478,0,0,0,0-187.35Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil link \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M457.47,55.833c-53.026-53.026-139.307-53.026-192.332,0L168.971,152,191.6,174.627,287.765,78.46A104,104,0,0,1,434.843,225.539l-96.167,96.167L361.3,344.333l96.167-96.167C510.5,195.14,510.5,108.86,457.47,55.833Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M225.539,434.843a104,104,0,0,1-147.078,0h0a104,104,0,0,1,0-147.078l90.511-90.511-22.627-22.627L55.833,265.138A136,136,0,1,0,248.166,457.47l90.51-90.51-22.627-22.627Z\" class=\"ci-primary\"/>\n  <rect   x=\"93.824\" y=\"243.48\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\" transform=\"rotate(-45 253.823 259.48)\"/>\n</svg>\n</li><li title=\"cil list filter \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <rect   x=\"96\" y=\"197.333\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"168\" y=\"298.667\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"216\" y=\"400\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"48\" y=\"96\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil list high priority \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <rect   x=\"256\" y=\"416\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"256\" y=\"309.333\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"256\" y=\"202.667\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"328\" y=\"96\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M302,111,167.2,27.216V96h-5.965C121.783,96,84.91,114.755,57.4,148.81,30.7,181.866,16,225.616,16,272s14.7,90.134,41.4,123.19C84.91,429.245,121.783,448,161.231,448H216V416H161.231C98.8,416,48,351.4,48,272S98.8,128,161.231,128H167.2v69.228ZM199.2,84.784,242,111.391,199.2,138.772Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil list low priority \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <rect   x=\"256\" y=\"56\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"256\" y=\"162.667\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"256\" y=\"269.333\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"328\" y=\"376\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M161.231,408H167.2v68.783L302,393,167.2,306.772V376h-5.965C98.8,376,48,311.4,48,232S98.8,88,161.231,88H216V56H161.231C121.783,56,84.91,74.755,57.4,108.81,30.7,141.866,16,185.616,16,232s14.7,90.134,41.4,123.19C84.91,389.245,121.783,408,161.231,408ZM199.2,365.228,242,392.609,199.2,419.217Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil list numbered rtl \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <rect   x=\"40\" y=\"80\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"40\" y=\"240\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"40\" y=\"400\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"440 160 440 40 376 40 376 72 408 72 408 160 440 160\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"376 262.111 376 312 456 312 456 280 411.777 280 456 257.889 456 192 376 192 376 224 424 224 424 238.111 376 262.111\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"376 440 376 472 456 472 456 344 376 344 376 376 424 376 424 392 400 392 400 424 424 424 424 440 376 440\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil list numbered \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <rect   x=\"184\" y=\"80\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"184\" y=\"240\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"184\" y=\"400\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"120 160 120 40 56 40 56 72 88 72 88 160 120 160\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"56 262.111 56 312 136 312 136 280 91.777 280 136 257.889 136 192 56 192 56 224 104 224 104 238.111 56 262.111\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"56 440 56 472 136 472 136 344 56 344 56 376 104 376 104 392 80 392 80 424 104 424 104 440 56 440\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil list rich \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M136,24H16V144H136Zm-32,88H48V56h56Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M136,200H16V320H136Zm-32,88H48V232h56Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M136,376H16V496H136Zm-32,88H48V408h56Z\" class=\"ci-primary\"/>\n  <rect   x=\"176\" y=\"23.998\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"176\" y=\"111.998\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"176\" y=\"199.998\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"176\" y=\"287.998\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"176\" y=\"463.998\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"176\" y=\"375.998\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil list \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <rect   x=\"208\" y=\"80\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M40,96a64,64,0,1,0,64-64A64.072,64.072,0,0,0,40,96Zm64-32A32,32,0,1,1,72,96,32.036,32.036,0,0,1,104,64Z\" class=\"ci-primary\"/>\n  <rect   x=\"208\" y=\"240\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M104,320a64,64,0,1,0-64-64A64.072,64.072,0,0,0,104,320Zm0-96a32,32,0,1,1-32,32A32.036,32.036,0,0,1,104,224Z\" class=\"ci-primary\"/>\n  <rect   x=\"208\" y=\"400\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M104,480a64,64,0,1,0-64-64A64.072,64.072,0,0,0,104,480Zm0-96a32,32,0,1,1-32,32A32.036,32.036,0,0,1,104,384Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil location pin \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M253.924,127.592a64,64,0,1,0,64,64A64.073,64.073,0,0,0,253.924,127.592Zm0,96a32,32,0,1,1,32-32A32.037,32.037,0,0,1,253.924,223.592Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M376.906,68.515A173.922,173.922,0,0,0,108.2,286.426L229.107,472.039a29.619,29.619,0,0,0,49.635,0L399.653,286.426A173.921,173.921,0,0,0,376.906,68.515Zm-4.065,200.444L253.925,451.509,135.008,268.959C98.608,213.08,106.415,138.3,153.571,91.142a141.92,141.92,0,0,1,200.708,0C401.435,138.3,409.241,213.08,372.841,268.959Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil lock locked \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M384,200V144a128,128,0,0,0-256,0v56H88V328c0,92.635,75.364,168,168,168s168-75.365,168-168V200ZM160,144a96,96,0,0,1,192,0v56H160ZM392,328c0,74.99-61.01,136-136,136s-136-61.01-136-136V232H392Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil lock unlocked \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M384,200V144A128,128,0,0,0,166.418,52.57l22.4,22.855A96,96,0,0,1,352,144v56H88V328c0,92.636,75.364,168,168,168s168-75.364,168-168V200Zm8,128c0,74.99-61.009,136-136,136s-136-61.01-136-136V232H392Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil locomotive \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M328,427.127c0-.175-.012-.347-.013-.522l14.29-.357c0,.294-.022.584-.022.879a52.873,52.873,0,1,0,105.745,0c0-1.051-.04-2.092-.1-3.127H496V373.1l-24-64V243.777a47.736,47.736,0,0,0-26.534-42.932L424,190.111V96H312v88H243.532L214.473,96.82A47.941,47.941,0,0,0,168.936,64H16v82.832l40,16v50.334l-40,16V432h86.488a52.866,52.866,0,0,0,105.449-2.393l14.372-.36A52.867,52.867,0,0,0,328,427.127ZM395.127,448A20.873,20.873,0,1,1,416,427.127,20.9,20.9,0,0,1,395.127,448Zm-240,0A20.873,20.873,0,1,1,176,427.127,20.9,20.9,0,0,1,155.127,448Zm76.586-51-32.607.815A52.83,52.83,0,0,0,109.766,400H48V250.833l40-16V141.168l-40-16V96H168.936a15.979,15.979,0,0,1,15.179,10.94L220.468,216H344V128h48v81.889l39.155,19.577A15.915,15.915,0,0,1,440,243.777V296H96v32H444.912L464,378.9V392H434.6a52.78,52.78,0,0,0-80.594,1.945l-37.028.926A52.794,52.794,0,0,0,231.713,397Zm43.414,51A20.873,20.873,0,1,1,296,427.127,20.9,20.9,0,0,1,275.127,448Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil loop 1 \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"208 312 208 344 320 344 320 312 280 312 280 176 248 176 248 200 216 200 216 232 248 232 248 312 208 312\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M464,210.511V264A112.127,112.127,0,0,1,352,376H78.627l44.686-44.687-22.626-22.626L56,353.373l-4.415,4.414L18.019,391.354,92.041,474.63l23.918-21.26L75.63,408H352c79.4,0,144-64.6,144-144V178.511Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M48,256A112.127,112.127,0,0,1,160,144H433.373l-44.686,44.687,22.626,22.626L456,166.627l4.117-4.116,33.864-33.865L419.959,45.37,396.041,66.63,436.37,112H160C80.6,112,16,176.6,16,256v85.787l32-32Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil loop circular \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M415.313,358.7c36.453-36.452,55.906-85.231,54.779-137.353-1.112-51.375-21.964-99.908-58.715-136.66L388.75,107.314A166.816,166.816,0,0,1,438.1,222.039c.937,43.313-15.191,83.81-45.463,114.083l-48.617,49.051.044-89.165-32-.016L311.992,440H456.063V408H366.449Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M47.937,112h89.614L88.687,161.3c-36.453,36.451-55.906,85.231-54.779,137.352a198.676,198.676,0,0,0,58.715,136.66l22.627-22.627A166.818,166.818,0,0,1,65.9,297.962c-.937-43.314,15.191-83.811,45.463-114.083l48.617-49.051-.044,89.165,32,.015L192.008,80H47.937Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil loop \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M464,210.511V264A112.127,112.127,0,0,1,352,376H78.627l44.686-44.687-22.626-22.626L56,353.373l-4.415,4.414L18.019,391.354,92.041,474.63l23.918-21.26L75.63,408H352c79.4,0,144-64.6,144-144V178.511Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M48,256A112.127,112.127,0,0,1,160,144H433.373l-44.686,44.687,22.626,22.626L456,166.627l4.117-4.116,33.864-33.865L419.959,45.37,396.041,66.63,436.37,112H160C80.6,112,16,176.6,16,256v85.787l32-32Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil low vision \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M397.222,139.1l-.218-.223c-61.693-61.692-154.082-74.423-228.455-38.211l24.213,24.213c60.468-24.573,132.5-12.4,181.509,36.52L464,254.683v3.107L396.179,328.3l22.63,22.63L496,270.683V241.79Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M358.99,290.323A103.984,103.984,0,0,0,221.677,153.01l25.09,25.09A71.974,71.974,0,0,1,333.9,265.233Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M16,16V37.94l99.977,99.978c-.326.321-.656.636-.981.96L16,241.79v28.893l98.778,102.689.218.222a199.715,199.715,0,0,0,257.5,20.84L474.06,496H496V472.687L39.313,16ZM81.982,219.355l17.036-17.71L293.14,395.767a168.457,168.457,0,0,1-30.727,4.018ZM48,257.79v-3.107l11.794-12.261L211.233,393.861a166.38,166.38,0,0,1-73.5-42.788ZM326.879,384.252,121.206,178.578,137.729,161.4c.29-.289.586-.567.877-.854l210.9,210.9A166.053,166.053,0,0,1,326.879,384.252Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil magnifying glass \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M479.6,399.716l-81.084-81.084-62.368-25.767A175.014,175.014,0,0,0,368,192c0-97.047-78.953-176-176-176S16,94.953,16,192,94.953,368,192,368a175.034,175.034,0,0,0,101.619-32.377l25.7,62.2L400.4,478.911a56,56,0,1,0,79.2-79.195ZM48,192c0-79.4,64.6-144,144-144s144,64.6,144,144S271.4,336,192,336,48,271.4,48,192ZM456.971,456.284a24.028,24.028,0,0,1-33.942,0l-76.572-76.572-23.894-57.835L380.4,345.771l76.573,76.572A24.028,24.028,0,0,1,456.971,456.284Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil map \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M478.465,89.022,329.6,47.382,180.3,89.438,41.459,50.052h0A20,20,0,0,0,16,69.293v340.6a24.093,24.093,0,0,0,17.449,23.089l146.817,41.65,149.365-42.074,140.983,39.436A20,20,0,0,0,496,452.728V112.135A24.08,24.08,0,0,0,478.465,89.022ZM163,436.466,48,403.842V85.17l115,32.624Zm150.615-32.647L195,437.231V118.542L313.615,85.13ZM464,436.91,345.615,403.8V85.089L464,118.2Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil media eject \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M97.088,286.56H414.912a24,24,0,0,0,18.432-39.371L274.433,56.63a24,24,0,0,0-36.866,0h0L78.656,247.189A24,24,0,0,0,97.088,286.56ZM256,84.491,397.824,254.56H114.176Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M416,328H96a24.027,24.027,0,0,0-24,24v64a24.027,24.027,0,0,0,24,24H416a24.027,24.027,0,0,0,24-24V352A24.027,24.027,0,0,0,416,328Zm-8,80H104V360H408Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil media pause \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M200,48H72A24.028,24.028,0,0,0,48,72V440a24.028,24.028,0,0,0,24,24H200a24.028,24.028,0,0,0,24-24V72A24.028,24.028,0,0,0,200,48Zm-8,384H80V80H192Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M440,48H312a24.028,24.028,0,0,0-24,24V440a24.028,24.028,0,0,0,24,24H440a24.028,24.028,0,0,0,24-24V72A24.028,24.028,0,0,0,440,48Zm-8,384H320V80H432Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil media play \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M444.4,235.236,132.275,49.449A24,24,0,0,0,96,70.072V434.214a24.017,24.017,0,0,0,35.907,20.839L444.03,276.7a24,24,0,0,0,.367-41.461ZM128,420.429V84.144L416.244,255.718Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil media record \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M256,72C154.542,72,72,154.542,72,256s82.542,184,184,184,184-82.542,184-184S357.458,72,256,72Zm0,336c-83.813,0-152-68.187-152-152s68.187-152,152-152,152,68.187,152,152S339.813,408,256,408Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil media skip backward \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M455.979,424.271A24.053,24.053,0,0,0,480,400.251V112.015a24,24,0,0,0-38.285-19.286L264,224.369V112.015a24,24,0,0,0-38.285-19.286L31.155,236.847h0a24,24,0,0,0,0,38.57l194.56,144.119A24,24,0,0,0,264,400.251V287.9L441.715,419.537A23.922,23.922,0,0,0,455.979,424.271ZM232,384.37,58.88,256.132,232,127.9ZM448,127.9V384.37L274.88,256.132Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil media skip forward \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M32,111.882V400.118A23.979,23.979,0,0,0,70.285,419.4L248,287.763V400.118A23.979,23.979,0,0,0,286.285,419.4l194.56-144.119a24,24,0,0,0,0-38.57L286.285,92.6A24,24,0,0,0,248,111.882V224.237L70.285,92.6A24,24,0,0,0,32,111.882Zm248,15.881L453.119,256,280,384.237Zm-216,0L237.119,256,64,384.237Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil media step backward \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M402.8,90.58a23.876,23.876,0,0,0-25.082,2.149L183.155,236.847h0a24,24,0,0,0,0,38.57l194.56,144.119A24,24,0,0,0,416,400.251V112.015A23.882,23.882,0,0,0,402.8,90.58ZM384,384.37,210.881,256.133,384,127.9Z\" class=\"ci-primary\"/>\n  <rect   x=\"96\" y=\"88\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil media step forward \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M328.845,236.582,134.285,92.463A24,24,0,0,0,96,111.749V399.985a23.979,23.979,0,0,0,38.285,19.286l194.56-144.118h0a24,24,0,0,0,0-38.57ZM128,384.1V127.63L301.119,255.867Z\" class=\"ci-primary\"/>\n  <rect   x=\"384\" y=\"88\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil media stop \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M408,80H104a24.027,24.027,0,0,0-24,24V408a24.027,24.027,0,0,0,24,24H408a24.027,24.027,0,0,0,24-24V104A24.027,24.027,0,0,0,408,80Zm-8,320H112V112H400Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil medical cross \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M344,16H168V168H16V344H168V496H344V344H496V168H344ZM464,200V312H312V464H200V312H48V200H200V48H312V200Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil meh \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M256,16C123.452,16,16,123.452,16,256S123.452,496,256,496,496,388.548,496,256,388.548,16,256,16ZM403.078,403.078a207.253,207.253,0,1,1,44.589-66.125A207.332,207.332,0,0,1,403.078,403.078Z\" class=\"ci-primary\"/>\n  <rect   x=\"152\" y=\"200\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"320\" y=\"200\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"168\" y=\"320\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil memory \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M192,320H320V192H192Zm32-96h64v64H224Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M32,288v32h72v88h88v72h32V408h64v72h32V408h88V320h72V288H408V224h72V192H408V104H320V32H288v72H224V32H192v72H104v88H32v32h72v64ZM136,136H376V376H136Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil menu \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <rect   x=\"80\" y=\"96\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"80\" y=\"240\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"80\" y=\"384\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil mic \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M256,328a96.108,96.108,0,0,0,96-96V112a96,96,0,0,0-192,0V232A96.108,96.108,0,0,0,256,328ZM192,112a64,64,0,0,1,128,0V232a64,64,0,0,1-128,0Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M400,176v56c0,79.4-64.6,144-144,144S112,311.4,112,232V176H80v56c0,91.653,70.424,167.154,160,175.265V496h32V407.265C361.576,399.154,432,323.653,432,232V176Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil microphone \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M256,328a96.108,96.108,0,0,0,96-96V112a96,96,0,0,0-192,0V232A96.108,96.108,0,0,0,256,328ZM192,112a64,64,0,0,1,128,0V232a64,64,0,0,1-128,0Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M400,176v56c0,79.4-64.6,144-144,144S112,311.4,112,232V176H80v56c0,91.653,70.424,167.154,160,175.265V496h32V407.265C361.576,399.154,432,323.653,432,232V176Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <rect   x=\"72\" y=\"240\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil mobile landscape \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M464,96H48a32.036,32.036,0,0,0-32,32V384a32.036,32.036,0,0,0,32,32H464a32.036,32.036,0,0,0,32-32V128A32.036,32.036,0,0,0,464,96ZM48,384V128H96V384.018l-48,0Zm80-256H384V384l-256,.013ZM464,384l-48,0V128h48Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil mobile \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M380,16H132a32.036,32.036,0,0,0-32,32V464a32.036,32.036,0,0,0,32,32H380a32.036,32.036,0,0,0,32-32V48A32.036,32.036,0,0,0,380,16Zm0,32V80H132V48Zm0,64,.011,224H132V112Zm0,352H132V368H380.016l0,96Z\" class=\"ci-primary\"/>\n  <rect   x=\"240\" y=\"400\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil money \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M432,64H16V384H432ZM400,352H48V96H400Z\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"464 144 464 416 96 416 96 448 496 448 496 144 464 144\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M224,302.46c39.7,0,72-35.137,72-78.326s-32.3-78.326-72-78.326-72,35.136-72,78.326S184.3,302.46,224,302.46Zm0-124.652c22.056,0,40,20.782,40,46.326s-17.944,46.326-40,46.326-40-20.782-40-46.326S201.944,177.808,224,177.808Z\" class=\"ci-primary\"/>\n  <rect   x=\"80\" y=\"136\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"336\" y=\"136\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil monitor \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M472,16H40A24.028,24.028,0,0,0,16,40V376a24.028,24.028,0,0,0,24,24H240v64H160v32H352V464H272V400H472a24.028,24.028,0,0,0,24-24V40A24.028,24.028,0,0,0,472,16Zm-8,352H48V272H464Zm0-128H48V48H464Z\" class=\"ci-primary\"/>\n  <rect   x=\"400\" y=\"304\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil mood bad \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M256,16C123.452,16,16,123.452,16,256S123.452,496,256,496,496,388.548,496,256,388.548,16,256,16ZM403.078,403.078a207.253,207.253,0,1,1,44.589-66.125A207.332,207.332,0,0,1,403.078,403.078Z\" class=\"ci-primary\"/>\n  <rect   x=\"152\" y=\"200\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"320\" y=\"200\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M256,280A104,104,0,0,0,152,384H360A104,104,0,0,0,256,280Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil mood good \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M256,16C123.452,16,16,123.452,16,256S123.452,496,256,496,496,388.548,496,256,388.548,16,256,16ZM403.078,403.078a207.253,207.253,0,1,1,44.589-66.125A207.332,207.332,0,0,1,403.078,403.078Z\" class=\"ci-primary\"/>\n  <rect   x=\"152\" y=\"200\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"320\" y=\"200\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M256,384A104,104,0,0,0,360,280H152A104,104,0,0,0,256,384Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil mood very bad \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M256,16C123.452,16,16,123.452,16,256S123.452,496,256,496,496,388.548,496,256,388.548,16,256,16ZM403.078,403.078a207.253,207.253,0,1,1,44.589-66.125A207.332,207.332,0,0,1,403.078,403.078Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M256,280A104,104,0,0,0,152,384H360A104,104,0,0,0,256,280Z\" class=\"ci-primary\"/>\n  <rect   x=\"148\" y=\"159.834\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\" transform=\"rotate(-48.366 164.002 208.001)\"/>\n  <rect   x=\"291.834\" y=\"192\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\" transform=\"rotate(-48.366 340.002 208)\"/>\n</svg>\n</li><li title=\"cil mood very good \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M256,16C123.452,16,16,123.452,16,256S123.452,496,256,496,496,388.548,496,256,388.548,16,256,16ZM403.078,403.078a207.253,207.253,0,1,1,44.589-66.125A207.332,207.332,0,0,1,403.078,403.078Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M256,384A104,104,0,0,0,360,280H152A104,104,0,0,0,256,384Z\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"205.757 228.292 226.243 203.708 168 155.173 109.757 203.708 130.243 228.292 168 196.827 205.757 228.292\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"285.757 203.708 306.243 228.292 344 196.827 381.757 228.292 402.243 203.708 344 155.173 285.757 203.708\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil moon \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M268.279,496c-67.574,0-130.978-26.191-178.534-73.745S16,311.293,16,243.718A252.252,252.252,0,0,1,154.183,18.676a24.44,24.44,0,0,1,34.46,28.958,220.12,220.12,0,0,0,54.8,220.923A218.746,218.746,0,0,0,399.085,333.2h0a220.2,220.2,0,0,0,65.277-9.846,24.439,24.439,0,0,1,28.959,34.461A252.256,252.256,0,0,1,268.279,496ZM153.31,55.781A219.3,219.3,0,0,0,48,243.718C48,365.181,146.816,464,268.279,464a219.3,219.3,0,0,0,187.938-105.31,252.912,252.912,0,0,1-57.13,6.513h0a250.539,250.539,0,0,1-178.268-74.016,252.147,252.147,0,0,1-67.509-235.4Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil mouse \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M448,80a24.027,24.027,0,0,0,24-24V16H440V48H264a24.027,24.027,0,0,0-24,24v40H208.625A88.725,88.725,0,0,0,120,200.625V360.571C120,435.247,180.753,496,255.429,496h1.142C331.247,496,392,435.247,392,360.571V200.625A88.725,88.725,0,0,0,303.375,112H272V80ZM152,200.625A56.689,56.689,0,0,1,208.625,144H240v88H152ZM360,360.571A103.545,103.545,0,0,1,256.571,464h-1.142A103.545,103.545,0,0,1,152,360.571V264H360ZM303.375,144A56.689,56.689,0,0,1,360,200.625V232H272V144Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil mouth slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M412.8,107.2c-24.067-32.09-47.141-46.4-74.814-46.4-22.54,0-44.048,13.373-62.2,38.674A180.547,180.547,0,0,0,260.753,124.8h-9.506A180.547,180.547,0,0,0,236.211,99.47c-18.149-25.3-39.657-38.674-62.2-38.674a71.222,71.222,0,0,0-36.672,9.918L161.4,94.768A38.732,38.732,0,0,1,174.014,92.8c25.175,0,46.513,39.864,51.993,53.8l3.97,10.195h41.106L282,156.771l3.988-10.146c5.49-13.965,26.828-53.829,52-53.829,11.874,0,27.007,3.992,49.213,33.6,18.589,24.786,65.674,80.813,82.549,100.8l-44.815,120.82q-.4.834-.819,1.663c-.865,1.722-1.785,3.409-2.73,5.078l23.309,23.309a149.913,149.913,0,0,0,8.023-14.038q.719-1.434,1.41-2.885l.306-.643L496,248.439V208.682C481.2,191.157,431.347,131.926,412.8,107.2Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M387.305,320.678l45.426-102.962L331.8,172.6l-7.785,8.808c-.224.254-18.778,20.877-47.754,28.228L301.429,234.8a142.383,142.383,0,0,0,37.883-23.8L390.6,233.934l-27.564,62.475Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M16,16V37.941l77.207,77.207C71.693,143.6,29.973,197.958,16,216.151V255.29L57.441,360.15l.432.994c.461.97.933,1.934,1.411,2.884A151.245,151.245,0,0,0,116.145,425.5a155.361,155.361,0,0,0,80.63,22.5h118.45a155.361,155.361,0,0,0,80.63-22.5q2.391-1.45,4.718-2.986L474.059,496H496V472.687L39.313,16ZM191.98,213.921l87.261,87.261a807.527,807.527,0,0,0-125.816,6.192l-31.615-66.39L183.98,209.9Zm-29.2-29.2L79.422,226.4l55.192,115.9,11.649-1.665A775.645,775.645,0,0,1,313,334.937l64.233,64.233a123.347,123.347,0,0,1-62,16.83H196.775c-45.934,0-88.675-26.033-108.893-66.328q-.45-.9-.887-1.8L42.214,234.555c14.147-18.422,52.059-67.825,73.836-96.564Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil move \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"403.814 165.089 381.187 187.716 433.069 239.598 272.402 239.598 272.402 78.932 324.284 130.813 346.912 108.187 256.402 17.676 165.892 108.187 188.52 130.813 240.402 78.932 240.402 239.598 78.932 239.598 130.814 187.716 108.187 165.089 17.677 255.598 108.186 346.107 130.814 323.48 78.931 271.598 240.402 271.598 240.402 433.068 188.52 381.187 165.892 403.813 256.402 494.324 346.912 403.813 324.284 381.187 272.402 433.068 272.402 271.598 433.069 271.598 381.186 323.48 403.814 346.107 494.323 255.598 403.814 165.089\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil movie \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M136,488H495.985V24H16V488H136ZM408,56h55.985V96H408Zm0,72h55.985v40H408Zm0,72h55.985v40H408Zm0,72h55.985v40H408Zm0,72h55.985v40H408Zm0,72h55.985v40H408ZM136,200V56H375.985V240H136Zm0,216V272H375.985V456H136ZM48,56h56V96H48Zm0,72h56v40H48Zm0,72h56v40H48Zm0,72h56v40H48Zm0,72h56v40H48Zm0,72h56v40H48Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil mug tea \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M436.574,120H352V64H32V408a64.072,64.072,0,0,0,64,64H288a64.072,64.072,0,0,0,64-64v-8h84.574A59.493,59.493,0,0,0,496,340.574V179.426A59.493,59.493,0,0,0,436.574,120Zm-275.2,118.894L192,269.521v57.373H128V269.521l30.627-30.627ZM464,340.574A27.457,27.457,0,0,1,436.574,368H320v40a32.036,32.036,0,0,1-32,32H96a32.036,32.036,0,0,1-32-32V96h80V208.266l-48,48V358.894H224V256.266l-48-48V96H320v56H436.574A27.457,27.457,0,0,1,464,179.426Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M416,180H320V340h96a20.023,20.023,0,0,0,20-20V200A20.023,20.023,0,0,0,416,180ZM404,308H352V212h52Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil mug \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M416,180H320V340h96a20.023,20.023,0,0,0,20-20V200A20.023,20.023,0,0,0,416,180ZM404,308H352V212h52Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M436.574,120H352V64H32V408a64.072,64.072,0,0,0,64,64H288a64.072,64.072,0,0,0,64-64v-8h84.574A59.493,59.493,0,0,0,496,340.574V179.426A59.493,59.493,0,0,0,436.574,120ZM464,340.574A27.457,27.457,0,0,1,436.574,368H320v40a32.036,32.036,0,0,1-32,32H96a32.036,32.036,0,0,1-32-32V96H320v56H436.574A27.457,27.457,0,0,1,464,179.426Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil music note \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M72,203.517l160-32V381.186h.044Q232,382.588,232,384c0,55.794,48.448,101.186,108,101.186S448,439.794,448,384,399.552,282.814,340,282.814a111.434,111.434,0,0,0-76,29.367V28.483L72,66.883Zm268,111.3c41.906,0,76,31.037,76,69.186s-34.094,69.186-76,69.186S264,422.149,264,384,298.094,314.814,340,314.814ZM104,93.117l128-25.6v71.366l-128,25.6Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil newspaper \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M88,72V388a20,20,0,0,1-40,0V152H16V388a52.059,52.059,0,0,0,52,52H444a52.059,52.059,0,0,0,52-52V72ZM464,388a20.023,20.023,0,0,1-20,20H116a51.722,51.722,0,0,0,4-20V104H464Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M296,136H152V296H296ZM264,264H184V168h80Z\" class=\"ci-primary\"/>\n  <rect   x=\"328\" y=\"136\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"328\" y=\"200\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"328\" y=\"264\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil note add \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M24,24V496H318.627L496,318.627V24ZM56,56H464V272H272V464H56ZM305.373,464H304V304H464v1.373Z\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"208 288 208 208 288 208 288 176 208 176 208 96 176 96 176 176 96 176 96 208 176 208 176 288 208 288\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil notes \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <rect   x=\"112\" y=\"152\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"112\" y=\"240\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"112\" y=\"328\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M480,48H32V464H480ZM448,432H64V80H448Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil object group \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M304,136H128V288h80v88H384V224H304ZM160,256V168H272v88H160Zm192,0v88H240V288h64V256Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M400,48H112V16H16v96H48V400H16v96h96V464H400v32h96V400H464V112h32V16H400ZM48,48H80V80H48ZM80,464H48V432H80Zm384,0H432V432h32ZM432,48h32V80H432Zm0,352H400v32H112V400H80V112h32V80H400v32h32Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil object ungroup \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M400,168H328V112h32V16H264V48H112V16H16v96H48V264H16v96h96V328h72v72H152v96h96V464H400v32h96V400H464V232h32V136H400ZM296,48h32V80H296Zm32,248v32H296V296ZM48,48H80V80H48ZM80,328H48V296H80Zm32-32V264H80V112h32V80H264v32h32V264H264v32ZM216,464H184V432h32Zm248,0H432V432h32ZM432,168h32v32H432Zm0,232H400v32H248V400H216V328h48v32h96V264H328V200h72v32h32Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil opacity \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M285.177,179l15.513-3.914-7.827-31.028-15.514,3.913a176.937,176.937,0,0,0-129.3,133.557l-3.407,15.633,31.266,6.814,3.406-15.634A145.559,145.559,0,0,1,285.177,179Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M363.624,147.871C343.733,72.077,274.643,16,192.7,16,95.266,16,16,95.266,16,192.7c0,82.617,57,152.163,133.735,171.4A176.769,176.769,0,0,0,320.7,496c97.431,0,176.7-79.266,176.7-176.695C497.392,238.071,441.64,167.336,363.624,147.871ZM48,192.7C48,112.91,112.91,48,192.7,48s144.7,64.91,144.7,144.7-64.911,144.7-144.7,144.7S48,272.481,48,192.7ZM320.7,464c-60.931,0-115.21-38.854-135.843-94.792,2.6.115,5.214.184,7.843.184a176.862,176.862,0,0,0,32.7-3.047l97.625,97.625C322.247,463.983,321.473,464,320.7,464Zm41.528-6.083L260.26,355.954a176.9,176.9,0,0,0,43.662-26.072L408.37,434.33A144.385,144.385,0,0,1,362.223,457.917Zm69.3-45.692L326.851,307.557a177.082,177.082,0,0,0,27.911-44.5L457.67,365.964A144.661,144.661,0,0,1,431.519,412.225Zm33.594-84.073-99.42-99.42a176.785,176.785,0,0,0,3.7-36.036c0-3.285-.1-6.547-.276-9.787a145.054,145.054,0,0,1,96.276,136.4C465.392,322.276,465.291,325.224,465.113,328.152Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil opentype \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M366.675,94.818a145.972,145.972,0,0,0-60.087-25.88,163.023,163.023,0,0,0-57.469-.117C208.125,75.986,168.68,98.5,138.051,132.2,107.3,166.046,87.266,209.3,81.642,254c-5.678,45.161,3.671,89.074,26.326,123.649,22.767,34.748,57.389,57.982,97.489,65.421a157.665,157.665,0,0,0,28.692,2.61,166.3,166.3,0,0,0,28.684-2.512c24.911-4.332,48.895-14.088,71.281-29,52.347-34.845,88.324-93.23,96.24-156.176,4.15-32.953.333-65.5-11.038-94.134C408.138,135.724,389.935,111.848,366.675,94.818ZM113.392,258c7.808-62.061,48.3-117.877,100.45-144.012a204.61,204.61,0,0,0-19.166,25.174c-20.723,31.884-35.883,72.466-42.685,114.273-6.841,42.054-4.837,83.062,5.643,115.468a140.759,140.759,0,0,0,11.1,25.7C128.277,368.021,106.033,316.532,113.392,258Zm227.3-4.566c-8.56,52.618-31.076,101.106-60.232,129.707-11.193,10.984-22.93,18.378-33.98,21.393a38.951,38.951,0,0,1-21.852.061c-15.612-4.774-28.59-20.946-36.543-45.538-8.946-27.663-10.546-63.35-4.5-100.485,6.1-37.516,19.575-73.73,37.93-101.97,17.192-26.451,37.167-43.9,56.241-49.133a43.3,43.3,0,0,1,11.417-1.6,35.562,35.562,0,0,1,10.467,1.541l.025.007c8.133,2.488,15.537,8.034,22.007,16.485C342.067,150.549,349.357,200.181,340.688,253.431Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil options \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M256,144a64,64,0,1,0-64-64A64.072,64.072,0,0,0,256,144Zm0-96a32,32,0,1,1-32,32A32.036,32.036,0,0,1,256,48Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M256,368a64,64,0,1,0,64,64A64.072,64.072,0,0,0,256,368Zm0,96a32,32,0,1,1,32-32A32.036,32.036,0,0,1,256,464Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M256,192a64,64,0,1,0,64,64A64.072,64.072,0,0,0,256,192Zm0,96a32,32,0,1,1,32-32A32.036,32.036,0,0,1,256,288Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil paint bucket \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M412.284,294.37l-12.5,15.642c-8.354,10.454-50.027,64.208-50.027,95.883,0,36.451,28.049,66.105,62.526,66.105s62.527-29.654,62.527-66.105c0-31.675-41.673-85.429-50.028-95.883Zm0,145.63c-16.832,0-30.526-15.3-30.526-34.105,0-11.662,15.485-37.883,30.531-59.2,15.043,21.3,30.522,47.509,30.522,59.2C442.811,424.7,429.116,440,412.284,440Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M122.669,51.492,96.133,124.4,30.092,97.205,17.908,126.8l67.271,27.7L26.9,314.606a48.056,48.056,0,0,0,28.689,61.523l184.719,67.232a48,48,0,0,0,61.523-28.688L397.6,151.56Zm149.1,352.236a16,16,0,0,1-20.508,9.563L66.537,346.059a16,16,0,0,1-9.563-20.507L73.553,280H316.8ZM85.2,248l29.594-81.311,36.333,14.961a32.644,32.644,0,1,0,11.236-29.98l-36.615-15.077,16.046-44.085,214.79,78.177L328,249.219V248Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil paint \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M418.968,215.116A71.976,71.976,0,0,0,408.023,72H384V40a24.028,24.028,0,0,0-24-24H72A24.028,24.028,0,0,0,48,40V144a24.028,24.028,0,0,0,24,24H360a24.028,24.028,0,0,0,24-24V104h24.023a39.977,39.977,0,0,1,6.079,79.489L240,210.273V280H184V496H328V280H272V237.727ZM352,136H80V48H352ZM296,312V464H216V312Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil paper plane \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M474.444,19.857a20.336,20.336,0,0,0-21.592-2.781L33.737,213.8v38.066l176.037,70.414L322.69,496h38.074l120.3-455.4A20.342,20.342,0,0,0,474.444,19.857ZM337.257,459.693,240.2,310.37,389.553,146.788l-23.631-21.576L215.4,290.069,70.257,232.012,443.7,56.72Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil paperclip \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M153.456,472A136,136,0,0,1,57.289,239.834l196.6-196.6L276.52,65.857l-196.6,196.6A104,104,0,0,0,227,409.539L434.912,201.622A72,72,0,0,0,333.088,99.8L125.171,307.716a40,40,0,1,0,56.568,56.568L361.373,184.652,384,207.279,204.367,386.911A72,72,0,1,1,102.544,285.089L310.461,77.172A104,104,0,1,1,457.539,224.249L249.622,432.166A135.1,135.1,0,0,1,153.456,472Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil paragraph \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M440,64H208a128,128,0,0,0,0,256h56V448H376V96h64ZM264,288H208a96,96,0,0,1,0-192h56Zm80,128H296V96h48Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil paw \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M382.825,304.576a131.562,131.562,0,0,0-253.65,0l-18.248,66.15A80,80,0,0,0,188.046,472H323.954a80,80,0,0,0,77.119-101.274Zm-20.682,116.5A47.638,47.638,0,0,1,323.954,440H188.046a48,48,0,0,1-46.272-60.765l18.248-66.149a99.563,99.563,0,0,1,191.956,0l18.248,66.149A47.636,47.636,0,0,1,362.143,421.08Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M146.1,230.31c2.784-17.4-.908-36.027-10.4-52.463S111.92,148.9,95.463,142.611c-17.624-6.731-35.6-5.659-50.634,3.017C14.942,162.884,7.077,205.413,27.3,240.433c9.489,16.436,23.778,28.95,40.235,35.236a64.058,64.058,0,0,0,22.863,4.371,55.133,55.133,0,0,0,27.771-7.389C133.194,263.974,143.114,248.937,146.1,230.31Zm-31.6-5.058c-1.43,8.929-5.81,15.92-12.333,19.686S87.4,249,78.95,245.775c-9.613-3.671-18.115-11.251-23.941-21.342-11.2-19.4-8.538-42.8,5.82-51.092a23.483,23.483,0,0,1,11.847-3.058A31.951,31.951,0,0,1,84.044,172.5c9.613,3.673,18.115,11.252,23.941,21.343S116.124,215.091,114.5,225.252Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M149.566,164.017c11.362,9.083,24.337,13.813,37.458,13.812a54.965,54.965,0,0,0,11.689-1.261c33.723-7.331,54.17-45.443,45.58-84.958h0c-4.03-18.546-13.828-34.817-27.588-45.818-14.735-11.78-32.189-16.239-49.147-12.551-33.722,7.33-54.169,45.442-45.58,84.957C126.009,136.745,135.807,153.016,149.566,164.017Zm24.788-99.506a22.258,22.258,0,0,1,4.732-.5c5.948,0,12.066,2.327,17.637,6.781,8.037,6.425,13.826,16.234,16.3,27.621h0c4.76,21.895-4.906,43.368-21.107,46.89-7.361,1.6-15.305-.628-22.367-6.275-8.037-6.426-13.826-16.235-16.3-27.621C148.488,89.506,158.154,68.033,174.354,64.511Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M467.171,145.628c-15.028-8.676-33.013-9.748-50.634-3.017-16.457,6.287-30.746,18.8-40.235,35.236s-13.182,35.067-10.4,52.463c2.982,18.627,12.9,33.664,27.931,42.341a55.123,55.123,0,0,0,27.771,7.389,64.054,64.054,0,0,0,22.863-4.371c16.457-6.286,30.746-18.8,40.235-35.236C504.923,205.413,497.058,162.884,467.171,145.628Zm-10.18,78.805c-5.826,10.091-14.328,17.671-23.941,21.342-8.446,3.228-16.692,2.931-23.215-.837s-10.9-10.757-12.333-19.686c-1.626-10.161.686-21.314,6.513-31.4s14.328-17.67,23.941-21.343a31.955,31.955,0,0,1,11.368-2.221,23.483,23.483,0,0,1,11.847,3.058C465.529,181.631,468.194,205.028,456.991,224.433Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M313.287,176.568a54.965,54.965,0,0,0,11.689,1.261c13.12,0,26.1-4.729,37.458-13.812,13.759-11,23.557-27.272,27.588-45.818,8.589-39.515-11.858-77.627-45.58-84.957-16.957-3.686-34.412.77-49.147,12.551-13.76,11-23.558,27.272-27.588,45.817C259.117,131.125,279.564,169.237,313.287,176.568Zm-14.31-78.16h0c2.474-11.387,8.263-21.2,16.3-27.621,5.572-4.454,11.689-6.781,17.637-6.781a22.258,22.258,0,0,1,4.732.5c16.2,3.522,25.866,25,21.107,46.89-2.476,11.387-8.265,21.2-16.3,27.622-7.061,5.646-15,7.874-22.367,6.275C303.883,141.776,294.217,120.3,298.977,98.408Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil pen alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M23.686,456.521a24.841,24.841,0,0,0,6,25.708l.087.087a24.841,24.841,0,0,0,17.612,7.342,25.179,25.179,0,0,0,8.1-1.344h0a646.28,646.28,0,0,0,248.04-154.207L469.981,167.646A88.832,88.832,0,1,0,344.354,42.019l-9.534,9.534L314.029,30.762a50.4,50.4,0,0,0-71.274,0L108.687,164.83l22.626,22.627L265.382,53.389a18.4,18.4,0,0,1,26.019,0L312.193,74.18l-134.3,134.3A646.28,646.28,0,0,0,23.686,456.521Zm343.3-391.875a56.832,56.832,0,1,1,80.373,80.373l-89.493,89.493-80.372-80.373ZM254.862,176.766l80.372,80.372L280.892,311.48A614.383,614.383,0,0,1,58.779,453.221,614.383,614.383,0,0,1,200.52,231.108Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil pen nib \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M487.97,155.853a24.035,24.035,0,0,0-7-18.166L376.126,32.842a24,24,0,0,0-35.546,1.772L250.644,144.536,120.507,171.05a27.1,27.1,0,0,0-20.025,17.026L17.883,405.84a27.268,27.268,0,0,0,6.205,28.917l53.271,53.271a27.263,27.263,0,0,0,28.915,6.207L324.134,411.6a27.144,27.144,0,0,0,16.95-19.655l28.1-128.7L479.2,173.232A24.041,24.041,0,0,0,487.97,155.853Zm-177.6,226.741L97.807,463.222,84.665,450.079l99.36-99.36a56.061,56.061,0,1,0-22.268-22.986l-99.72,99.72L48.894,414.31,129.47,201.881l124.717-25.41,83.052,83.051ZM187.42,301.9a24,24,0,1,1,24,24A24,24,0,0,1,187.42,301.9Zm168.391-69.065L280.973,158,359.749,61.72l92.343,92.343Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil pen \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M345.994,42.019,179.531,208.481A646.3,646.3,0,0,0,25.325,456.521a24.845,24.845,0,0,0,6,25.708l.087.087a24.84,24.84,0,0,0,17.611,7.342,25.172,25.172,0,0,0,8.1-1.344,646.283,646.283,0,0,0,248.04-154.207L471.62,167.646A88.831,88.831,0,0,0,345.994,42.019ZM282.531,311.48A614.445,614.445,0,0,1,60.419,453.221,614.435,614.435,0,0,1,202.158,231.108l99.162-99.161,80.372,80.372ZM448.993,145.019l-44.674,44.673L323.947,109.32l44.674-44.674a56.832,56.832,0,1,1,80.372,80.373Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil pencil \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M29.663,482.25l.087.087a24.847,24.847,0,0,0,17.612,7.342,25.178,25.178,0,0,0,8.1-1.345l142.006-48.172,272.5-272.5A88.832,88.832,0,0,0,344.334,42.039l-272.5,272.5L23.666,456.541A24.844,24.844,0,0,0,29.663,482.25Zm337.3-417.584a56.832,56.832,0,0,1,80.371,80.373L411.5,180.873,331.127,100.5ZM99.744,331.884,308.5,123.127,388.873,203.5,180.116,412.256,58.482,453.518Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil people \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M462.541,316.3l-64.344-42.1,24.774-45.418A79.124,79.124,0,0,0,432.093,192V120A103.941,103.941,0,0,0,257.484,43.523L279.232,67a71.989,71.989,0,0,1,120.861,53v72a46.809,46.809,0,0,1-5.215,21.452L355.962,284.8l89.058,58.274a42.16,42.16,0,0,1,19.073,35.421V432h-72v32h104V378.494A74.061,74.061,0,0,0,462.541,316.3Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M318.541,348.3l-64.343-42.1,24.773-45.418A79.124,79.124,0,0,0,288.093,224V152A104.212,104.212,0,0,0,184.04,47.866C126.723,47.866,80.093,94.581,80.093,152v72a78,78,0,0,0,9.015,36.775l24.908,45.664L50.047,348.3A74.022,74.022,0,0,0,16.5,410.4L16,496H352.093V410.494A74.061,74.061,0,0,0,318.541,348.3ZM320.093,464H48.186l.31-53.506a42.158,42.158,0,0,1,19.073-35.421l88.682-58.029L117.2,245.452A46.838,46.838,0,0,1,112.093,224V152a72,72,0,1,1,144,0v72a46.809,46.809,0,0,1-5.215,21.452L211.962,316.8l89.058,58.274a42.16,42.16,0,0,1,19.073,35.421Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil phone \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M449.366,89.648l-.685-.428L362.088,46.559,268.625,171.176l43,57.337a88.529,88.529,0,0,1-83.115,83.114l-57.336-43L46.558,362.088l42.306,85.869.356.725.429.684a25.085,25.085,0,0,0,21.393,11.857h22.344A327.836,327.836,0,0,0,461.222,133.386V111.041A25.084,25.084,0,0,0,449.366,89.648Zm-20.144,43.738c0,163.125-132.712,295.837-295.836,295.837h-18.08L87,371.76l84.18-63.135,46.867,35.149h5.333a120.535,120.535,0,0,0,120.4-120.4v-5.333l-35.149-46.866L371.759,87l57.463,28.311Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil pin \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M477.8,140.2l-106-106a62.132,62.132,0,0,0-93.617,81.24l-4.913,5.533-97.654,42.9-42.611-23.026a24.038,24.038,0,0,0-28.86,4.638L62.6,189.487a23.881,23.881,0,0,0,.479,33.449l101.68,101.679L16,473.373V496H38.627L187.385,347.242,288.6,448.457a23.928,23.928,0,0,0,33.275.642L366.3,407.971a23.978,23.978,0,0,0,4.773-29.092l-23.344-42.858,42.131-90.515,8.6-10.318A62.134,62.134,0,0,0,477.8,140.2Zm-22.628,65.231a30.125,30.125,0,0,1-42.6,0l-16.885-16.886-33.08,39.678-50.7,108.933,28.087,51.566-34.209,31.669L91.2,205.806l32-33.89,50.969,27.543,118.386-52.008,29.177-32.863L306.574,99.427h0a30.126,30.126,0,0,1,42.6-42.6l106,106a30.126,30.126,0,0,1,0,42.6Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil pizza \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M468.285,106.1c-73.4-48.951-142.775-73.181-212.079-74.076C186.026,31.159,116.8,52.721,44.54,98.055a31.842,31.842,0,0,0-10.572,43.3L228.554,472.874A31.724,31.724,0,0,0,256,488.676h.16a31.722,31.722,0,0,0,27.434-15.537L477.96,149.191A31.959,31.959,0,0,0,468.285,106.1Zm-17.764,26.624L256.151,456.676,61.547,125.162C127.108,84.028,189.454,64,252.007,64q1.893,0,3.787.024c62.934.812,126.633,23.285,194.737,68.7Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M223.576,231.487A27.731,27.731,0,1,0,201.069,263.6,27.731,27.731,0,0,0,223.576,231.487Z\" class=\"ci-primary\"/>\n  <circle cx=\"307.735\" cy=\"283.762\" r=\"27.731\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\" transform=\"rotate(-40.627 307.731 283.76)\"/>\n  <rect   x=\"232\" y=\"316.785\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\" transform=\"rotate(-50.194 248.003 348.028)\"/>\n  <rect   x=\"253.824\" y=\"180.026\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\" transform=\"rotate(-20.556 288.002 196.026)\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M120.5,181.58c33.288-20.885,84.546-45.571,140.818-45.571q1.234,0,2.473.016c46.876.6,89.878,15,135.329,45.313l17.754-26.623c-50.825-33.893-99.337-50-152.671-50.688C199.151,103.222,140.915,131,103.5,154.473Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil plant \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M389.053,126.3A302.909,302.909,0,0,0,280.012,18.15L272,13.516l-8.012,4.634A301.084,301.084,0,0,0,113.4,279.042c0,3.445.06,6.944.177,10.4,1.592,46.856,19.511,86.283,51.82,114.018,24.724,21.225,56.438,34.182,90.607,37.273V496h32V240H256V408.528c-54.064-6.263-107.873-44.455-110.444-120.174-.106-3.095-.16-6.228-.16-9.312A270.286,270.286,0,0,1,272,50.673,270.286,270.286,0,0,1,398.6,279.042c0,3.084-.054,6.217-.16,9.313-2.056,60.573-36.907,97.127-78.444,112.536v33.867a156.188,156.188,0,0,0,58.607-31.3c32.309-27.735,50.228-67.162,51.82-114.017.117-3.456.177-6.955.177-10.4A300.948,300.948,0,0,0,389.053,126.3Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil playlist add \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <rect   x=\"256\" y=\"152\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"176\" y=\"256\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"176\" y=\"360\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"192 152 128 152 128 88 96 88 96 152 32 152 32 184 96 184 96 248 128 248 128 184 192 184 192 152\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"440 240 272 240 272 72 240 72 240 240 72 240 72 272 240 272 240 440 272 440 272 272 440 272 440 240\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil pool \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M468.479,361.5c-9.072-4.233-20.361-9.5-41.054-9.5s-31.983,5.268-41.053,9.5c-7.782,3.631-13.928,6.5-27.523,6.5s-19.739-2.868-27.52-6.5c-9.071-4.232-20.359-9.5-41.052-9.5s-31.981,5.269-41.051,9.5c-7.781,3.631-13.926,6.5-27.519,6.5s-19.737-2.868-27.517-6.5c-9.07-4.232-20.358-9.5-41.05-9.5s-31.981,5.269-41.051,9.5c-7.781,3.631-13.926,6.5-27.519,6.5s-19.738-2.868-27.519-6.5C47.981,357.269,36.692,352,16,352v32c13.593,0,19.738,2.868,27.519,6.5,9.07,4.232,20.359,9.5,41.051,9.5s31.981-5.269,41.051-9.5c7.781-3.631,13.926-6.5,27.519-6.5s19.737,2.868,27.517,6.5c9.07,4.232,20.358,9.5,41.05,9.5s31.981-5.269,41.051-9.5c7.781-3.631,13.927-6.5,27.519-6.5s19.739,2.868,27.52,6.5c9.071,4.232,20.359,9.5,41.052,9.5s31.983-5.268,41.054-9.5c7.781-3.631,13.928-6.5,27.522-6.5s19.741,2.868,27.521,6.5c9.072,4.233,20.361,9.5,41.054,9.5V368C482.406,368,476.259,365.132,468.479,361.5Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M427.425,448c-20.693,0-31.983,5.268-41.053,9.5-7.782,3.631-13.928,6.5-27.523,6.5s-19.739-2.868-27.52-6.5c-9.071-4.232-20.359-9.5-41.052-9.5s-31.981,5.269-41.051,9.5c-7.781,3.631-13.926,6.5-27.519,6.5s-19.737-2.868-27.517-6.5c-9.07-4.232-20.358-9.5-41.05-9.5s-31.981,5.269-41.051,9.5c-7.781,3.631-13.926,6.5-27.519,6.5s-19.738-2.868-27.519-6.5C47.981,453.269,36.692,448,16,448v32c13.593,0,19.738,2.868,27.519,6.5,9.07,4.232,20.359,9.5,41.051,9.5s31.981-5.269,41.051-9.5c7.781-3.631,13.926-6.5,27.519-6.5s19.737,2.868,27.517,6.5c9.07,4.232,20.358,9.5,41.05,9.5s31.981-5.269,41.051-9.5c7.781-3.631,13.927-6.5,27.519-6.5s19.739,2.868,27.52,6.5c9.071,4.232,20.359,9.5,41.052,9.5s31.983-5.268,41.054-9.5c7.781-3.631,13.928-6.5,27.522-6.5s19.741,2.868,27.521,6.5c9.072,4.233,20.361,9.5,41.054,9.5V464c-13.594,0-19.741-2.868-27.521-6.5C459.407,453.268,448.118,448,427.425,448Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M248,272H392v56h32V115.878a47.8,47.8,0,0,1,8.446-27.193L482.417,16H443.583L406.076,70.556A79.67,79.67,0,0,0,392,115.878V160H248V115.878a47.8,47.8,0,0,1,8.446-27.193L306.417,16H267.583L230.076,70.556A79.67,79.67,0,0,0,216,115.878V328h32Zm0-80H392v48H248Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil power standby \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M312,87.666v33.47C381.676,144.582,432,210.522,432,288c0,97.047-78.953,176-176,176S80,385.047,80,288c0-77.478,50.324-143.418,120-166.864V87.666C112.422,112.179,48,192.7,48,288c0,114.691,93.309,208,208,208s208-93.309,208-208C464,192.7,399.578,112.179,312,87.666Z\" class=\"ci-primary\"/>\n  <rect   x=\"240\" y=\"16\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil pregnant \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M224,144a64,64,0,1,0-64-64A64.072,64.072,0,0,0,224,144Zm0-96a32,32,0,1,1-32,32A32.036,32.036,0,0,1,224,48Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M353.959,251.37c-15.021-16.9-35.063-27.659-62.61-33.506L266.551,160H178.123L152,342.863V400h56v96h96V400h80V352C384,307.028,374.174,274.112,353.959,251.37ZM352,368H272v96H240V368H184V345.137L205.877,192h39.572l23.291,54.344,8.629,1.438c24.5,4.083,41.233,11.979,52.672,24.848C344.817,289.253,352,315.215,352,352Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil print \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M420,128.1V16H92V128.1A80.1,80.1,0,0,0,16,208V400H84V368H48V208a48.054,48.054,0,0,1,48-48H416a48.054,48.054,0,0,1,48,48V368H420v32h76V208A80.1,80.1,0,0,0,420,128.1Zm-32-.1H124V48H388Z\" class=\"ci-primary\"/>\n  <rect   x=\"396\" y=\"200\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M116,264H76v32h40V496H388V296h40V264H116ZM356,464H148V296H356Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil pushchair \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M445.057,345.134,464,274.1V232c-8.136-93.993-87.933-168-184-168H248V232H132.158l-17.844-78.768A32.155,32.155,0,0,0,83.038,128H16v32H83.038l40.475,178.67A80,80,0,1,0,224,416q0-4.05-.4-8H328.4q-.395,3.948-.4,8a80,80,0,1,0,117.057-70.866ZM280,96c78.411,0,143.145,59.678,151.164,136H280ZM144,464a48,48,0,1,1,48-48A48.055,48.055,0,0,1,144,464Zm194.763-88H213.237a80.166,80.166,0,0,0-57.316-39.108L139.408,264H432v5.9l-17.7,66.368c-2.082-.163-4.179-.271-6.3-.271A80.026,80.026,0,0,0,338.763,376ZM408,464a48,48,0,1,1,48-48A48.055,48.055,0,0,1,408,464Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil puzzle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M491.693,256.705l-54.957-49.461,16.407-13.406a80.491,80.491,0,0,0,18.363-21.522c18.148-31.441,12.867-70.042-13.144-96.052S393.75,44.973,362.311,63.122a80.513,80.513,0,0,0-21.52,18.362L327.383,97.891,277.922,42.935l-.579-.611a24.028,24.028,0,0,0-33.941,0l-65.6,65.605,1.19,23.7L212.1,158.685a48.6,48.6,0,0,1,11.079,12.889c10.807,18.722,7.57,41.8-8.056,57.426s-38.7,18.862-57.426,8.058a48.66,48.66,0,0,1-12.9-11.086l-27.047-33.1-23.7-1.189-71.26,71.26a24,24,0,0,0,0,33.942L198.147,472.244a80,80,0,0,0,113.138,0L492.3,291.225a24.029,24.029,0,0,0,0-33.94ZM288.657,449.617a48,48,0,0,1-67.883,0L51.069,279.911l53.1-53.095,15.91,19.473.1.119a80.487,80.487,0,0,0,21.521,18.363c31.441,18.149,70.041,12.867,96.052-13.144s31.291-64.61,13.143-96.05a80.482,80.482,0,0,0-18.363-21.521l-19.591-16.01,47.124-47.124,56.018,62.241,24.282-.579,25.062-30.67a48.611,48.611,0,0,1,12.888-11.078c18.722-10.807,41.8-7.569,57.426,8.056s18.864,38.7,8.057,57.426a48.591,48.591,0,0,1-11.079,12.889l-30.67,25.061-.58,24.282,62.243,56.018Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil qr code \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"48 48 176 48 176 16 16 16 16 176 48 176 48 48\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M176,176V80H80v96h96Zm-64-64h32v32H112Z\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"328 48 464 48 464 176 496 176 496 16 328 16 328 48\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M432,176V80H336v96h96Zm-64-64h32v32H368Z\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"176 464 48 464 48 336 16 336 16 496 176 496 176 464\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M176,336H80v96h96V336Zm-32,64H112V368h32Z\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"464 464 328 464 328 496 496 496 496 336 464 336 464 464\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"272 304 400 304 400 368 432 368 432 272 272 272 272 304\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"432 432 432 400 240 400 240 272 80 272 80 304 208 304 208 432 432 432\" class=\"ci-primary\"/>\n  <rect   x=\"208\" y=\"80\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"80 240 304 240 304 80 272 80 272 208 80 208 80 240\" class=\"ci-primary\"/>\n  <rect   x=\"336\" y=\"208\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"336\" y=\"336\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"272\" y=\"336\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil rain \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M398.2,137.208a144.013,144.013,0,0,0-284.545.979,122.364,122.364,0,0,0-64.357,32.926A109.4,109.4,0,0,0,16,249.619c0,31.119,12.789,60.762,36.01,83.469q2.84,2.776,5.845,5.347l11.327-33.981C56.091,289.3,48,270.017,48,249.619c0-42.362,35.724-78.015,81.329-81.168l14.055-.972.814-14.065a111.995,111.995,0,0,1,223.589-.22l.891,14.888,14.913.155c46.592.488,80.409,34.714,80.409,81.382,0,33.152-16.706,61.38-41.84,75.9L409.032,364.9a110.012,110.012,0,0,0,54.938-32.358C484.625,310.339,496,280.889,496,249.619,496,190.507,454.859,144.4,398.2,137.208Z\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"126.029 496 159.817 496 223.153 309.136 192.847 298.864 126.029 496\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"294.029 496 327.817 496 391.153 309.136 360.847 298.864 294.029 496\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"290.11 251.033 225.781 448 259.445 448 320.529 260.967 290.11 251.033\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"128.791 251.033 64.461 448 98.125 448 159.209 260.967 128.791 251.033\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil rectangle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M36,416H476a20.023,20.023,0,0,0,20-20V116a20.023,20.023,0,0,0-20-20H36a20.023,20.023,0,0,0-20,20V396A20.023,20.023,0,0,0,36,416ZM48,128H464V384H48Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil recycle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M68.328,383.063a31.654,31.654,0,0,1,.207-32.118l50.883-86.406,11.516,50.76,31.207-7.08L138.257,202.944,32.983,226.828l7.08,31.207,53.149-12.058L40.96,334.707a64,64,0,0,0,55.149,96.476h82.435l32-32H96.109A31.655,31.655,0,0,1,68.328,383.063Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M283.379,79.762l53.747,91.268-49.053-7.653-4.934,31.617L389.8,211.635l16.64-106.66-31.617-4.933-8.873,56.87L310.954,63.524a64,64,0,0,0-110.3,0l-39.939,67.82,10.407,45.39,57.106-96.972a32,32,0,0,1,55.148,0Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M470.65,334.707l-47.867-81.283-41.148-6.812,61.441,104.333A32,32,0,0,1,415.5,399.183H304.046l38.359-38.358L319.778,338.2l-76.332,76.332,76.332,76.333,22.627-22.628-37.052-37.051H415.5a64,64,0,0,0,55.149-96.476Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil reload \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M265.614,206.387H456V16H424V149.887L397.863,123.75c-79.539-79.539-208.96-79.54-288.5,0s-79.539,208.96,0,288.5a204.232,204.232,0,0,0,288.5,0l-22.627-22.627c-67.063,67.063-176.182,67.063-243.244,0s-67.063-176.183,0-243.246,176.182-67.063,243.245,0l28.01,28.01H265.614Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil report slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <rect   x=\"240\" y=\"352\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"355.411 16 156.589 16 121.653 53.771 144.298 76.416 170.58 48 341.42 48 464 180.53 464 331.47 432.937 365.055 455.581 387.7 496 344 496 168 355.411 16\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"240 128 240 172.118 272 204.118 272 128 240 128\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M16,16V38.627l62.164,62.164L16,168V344L156.589,496H355.411l56.681-61.281L473.373,496H496V473.373L38.627,16ZM341.42,464H170.58L48,331.47V180.53l52.808-57.095L240,262.627V320h32V294.627L389.447,412.074Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil resize both \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M404.687,212.686l-50.51,50.51L248.805,157.823l50.841-50.843L272.666,80H80V272l27.313,27.314,50.982-50.981L263.667,353.706l-51.313,51.313L239.333,432H432V240ZM400,400H262.627l46.3-46.294L158.295,203.078,112,249.373V112H249.373L203.55,157.823,354.177,308.451,400,262.627Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil resize height \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M256.236,504,120,367.764V329.608h72v-144H120V146.98L255.766,11.216,392,147.452v38.156H320v144h72v38.627ZM159.1,361.608l97.137,97.137,97.137-97.137H288v-208h64.9L255.766,56.471l-97.138,97.137H224v208Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil resize width \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M366.156,392H328V320H184v72H145.373L9.607,256.235,145.845,120H184v72H328V120h38.627L502.393,255.765ZM54.863,256.235,152,353.373V288H360v64.9l97.137-97.137L360,158.627V224H152V159.1Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil restaurant \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M224,160H176V48H144V160H96V48H64V172c0,45.505,34.655,83.393,80,90.715V472h32V262.715c45.345-7.322,80-45.21,80-90.715V48H224Zm-64,72c-27.811,0-51.524-16.722-60.33-40H220.33C211.524,215.278,187.811,232,160,232Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M413.567,40.187A138.648,138.648,0,0,0,296,177.224V344H400V472h32V37.351ZM400,312H328V177.224A105.986,105.986,0,0,1,400,76.313Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil room \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M440,424V88H352V13.005L88,58.522V424H16v32h86.9L352,490.358V120h56V456h88V424ZM320,453.642,120,426.056V85.478L320,51Z\" class=\"ci-primary\"/>\n  <rect   x=\"256\" y=\"232\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil router \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M443.057,132.943l22.634-22.634a143.764,143.764,0,0,0-211.382,0l22.634,22.634a111.838,111.838,0,0,1,166.114,0Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M299.615,155.615l22.7,22.7a47.913,47.913,0,0,1,75.362,0l22.7-22.7a79.829,79.829,0,0,0-120.77,0Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M472,280H376V216H344v64H40a24.028,24.028,0,0,0-24,24V416a24.028,24.028,0,0,0,24,24H472a24.028,24.028,0,0,0,24-24V304A24.028,24.028,0,0,0,472,280Zm-8,128H48V312H464Z\" class=\"ci-primary\"/>\n  <rect   x=\"96\" y=\"344\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"176\" y=\"344\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"256\" y=\"344\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil rowing \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M302.569,106.243A36,36,0,1,0,286.088,76,35.825,35.825,0,0,0,302.569,106.243Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M419.9,396.687,381.412,358.2l-11.375-11.375-74.621-19.515L188.173,216h59.9L288,161.935V279.762L320.079,313.3,352,319.683V131.314H270.833L231.926,184H157.342l-33.82-35.1-23.044,22.2L213.355,288.258,85.694,395.762l.779.925H16v32H248v-32H134.274l101.333-85.334,34.619,35.931,20.617,78.738,59.634,59.633a24,24,0,0,0,33.942,0L429.674,440.4c.034-.033.067-.066.1-.1a38.176,38.176,0,0,1,27.092-11.614H496v-32Zm-52.451,60.685L319.6,409.526l-12.036-45.963,45.979,12.025,47.844,47.844Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil rss \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M66,256v32c88.225,0,160,71.776,160,160h32C258,342.131,171.869,256,66,256Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M66,140v32c152.187,0,276,123.813,276,276h32a305.982,305.982,0,0,0-90.211-217.789A305.987,305.987,0,0,0,66,140Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M456.674,282.955a422.588,422.588,0,0,0-90.861-134.768A422.724,422.724,0,0,0,66,24V56c216.149,0,392,175.851,392,392h32A421.378,421.378,0,0,0,456.674,282.955Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M90,360a64,64,0,1,0,64,64A64.072,64.072,0,0,0,90,360Zm0,96a32,32,0,1,1,32-32A32.036,32.036,0,0,1,90,456Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil ruble \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M291.75,308.1a105.8,105.8,0,1,0,0-211.6H136v32h39.943V276.1H136v32h39.943V352H136v32h39.943v56h32V384H304V352H207.943V308.1ZM207.943,128.5H291.75a73.8,73.8,0,1,1,0,147.6H207.943Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil running \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M353.415,200l-30.981-57.855-60.717-20.239-.14.432L167.21,149.3A32.133,32.133,0,0,0,144,180.068V264h32V180.069l73.6-21.028-32.512,99.633-.155-.056-29.464,82.5a16.088,16.088,0,0,1-20.127,9.8L101.06,328.821,90.94,359.179l66.282,22.093A48,48,0,0,0,217.6,351.881l24.232-67.849,17.173,5.6,48.3,48.3A15.9,15.9,0,0,1,312,349.255V456h32V349.255a47.694,47.694,0,0,0-14.059-33.942l-48.265-48.264,26.783-82.077,19.269,34.683A24.011,24.011,0,0,0,348.707,232H432V200Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M286.828,109.707a36,36,0,1,0-12.916-27.619A35.851,35.851,0,0,0,286.828,109.707Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil sad \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M256,16C123.452,16,16,123.452,16,256S123.452,496,256,496,496,388.548,496,256,388.548,16,256,16ZM403.078,403.078a207.253,207.253,0,1,1,44.589-66.125A207.332,207.332,0,0,1,403.078,403.078Z\" class=\"ci-primary\"/>\n  <rect   x=\"152\" y=\"200\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"320\" y=\"200\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M256,288a88.1,88.1,0,0,0-88,88h32a56,56,0,0,1,112,0h32A88.1,88.1,0,0,0,256,288Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil satelite \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M16,496H496V16H16Zm448-32H438.627l-104-104,54.912-54.911L464,379.55ZM48,48H464V334.3l-74.461-74.461L312,337.373l-112-112-152,152Zm0,374.627,152-152L393.373,464H48Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M120,80H80v40A40,40,0,0,0,120,80Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M80,163.661V196.6A152.468,152.468,0,0,0,196.6,80H163.661A120.471,120.471,0,0,1,80,163.661Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil save \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M472.971,122.344,373.656,23.029A23.838,23.838,0,0,0,356.687,16H56A24.028,24.028,0,0,0,32,40V472a24.028,24.028,0,0,0,24,24H456a24.028,24.028,0,0,0,24-24V139.313A23.838,23.838,0,0,0,472.971,122.344ZM320,48v96H176V48ZM448,464H64V48h80V176H352V48h1.373L448,142.627Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M252,224a92,92,0,1,0,92,92A92.1,92.1,0,0,0,252,224Zm0,152a60,60,0,1,1,60-60A60.068,60.068,0,0,1,252,376Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil school \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"368 350.643 256 413.643 144 350.643 144 284.081 112 266.303 112 369.357 256 450.357 400 369.357 400 266.303 368 284.081 368 350.643\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M256,45.977,32,162.125v27.734L256,314.3,448,207.637V296h32V162.125ZM416,188.808l-32,17.777L256,277.7,128,206.585,96,188.808,73.821,176.486,256,82.023l182.179,94.463Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil screen desktop \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M40,392H240v72H160v32H352V464H272V392H472a24.028,24.028,0,0,0,24-24V72a24.028,24.028,0,0,0-24-24H40A24.028,24.028,0,0,0,16,72V368A24.028,24.028,0,0,0,40,392ZM48,80H464V360H48Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil screen smartphone \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M104,48V464a32.036,32.036,0,0,0,32,32H384a32.036,32.036,0,0,0,32-32V48a32.036,32.036,0,0,0-32-32H136A32.036,32.036,0,0,0,104,48ZM384.021,464H136V48H384Z\" class=\"ci-primary\"/>\n  <rect   x=\"216\" y=\"80\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"248\" y=\"392\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil scrubber \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M425.856,87.379A239.364,239.364,0,1,0,87.344,425.892,239.364,239.364,0,1,0,425.856,87.379ZM256.6,464C142.259,464,49.235,370.977,49.235,256.635S142.259,49.271,256.6,49.271s207.364,93.023,207.364,207.364S370.941,464,256.6,464Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M256.6,192.635a64,64,0,1,0,64,64A64.073,64.073,0,0,0,256.6,192.635Zm0,96a32,32,0,1,1,32-32A32.036,32.036,0,0,1,256.6,288.635Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil search \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M479.6,399.716l-81.084-81.084-62.368-25.767A175.014,175.014,0,0,0,368,192c0-97.047-78.953-176-176-176S16,94.953,16,192,94.953,368,192,368a175.034,175.034,0,0,0,101.619-32.377l25.7,62.2L400.4,478.911a56,56,0,1,0,79.2-79.195ZM48,192c0-79.4,64.6-144,144-144s144,64.6,144,144S271.4,336,192,336,48,271.4,48,192ZM456.971,456.284a24.028,24.028,0,0,1-33.942,0l-76.572-76.572-23.894-57.835L380.4,345.771l76.573,76.572A24.028,24.028,0,0,1,456.971,456.284Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil send \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M474.444,19.857a20.336,20.336,0,0,0-21.592-2.781L33.737,213.8v38.066l176.037,70.414L322.69,496h38.074l120.3-455.4A20.342,20.342,0,0,0,474.444,19.857ZM337.257,459.693,240.2,310.37,389.553,146.788l-23.631-21.576L215.4,290.069,70.257,232.012,443.7,56.72Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil settings \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M245.151,168a88,88,0,1,0,88,88A88.1,88.1,0,0,0,245.151,168Zm0,144a56,56,0,1,1,56-56A56.063,56.063,0,0,1,245.151,312Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M464.7,322.319l-31.77-26.153a193.081,193.081,0,0,0,0-80.332l31.77-26.153a19.941,19.941,0,0,0,4.606-25.439l-32.612-56.483a19.936,19.936,0,0,0-24.337-8.73l-38.561,14.447a192.038,192.038,0,0,0-69.54-40.192L297.49,32.713A19.936,19.936,0,0,0,277.762,16H212.54a19.937,19.937,0,0,0-19.728,16.712L186.05,73.284a192.03,192.03,0,0,0-69.54,40.192L77.945,99.027a19.937,19.937,0,0,0-24.334,8.731L21,164.245a19.94,19.94,0,0,0,4.61,25.438l31.767,26.151a193.081,193.081,0,0,0,0,80.332l-31.77,26.153A19.942,19.942,0,0,0,21,347.758l32.612,56.483a19.937,19.937,0,0,0,24.337,8.73l38.562-14.447a192.03,192.03,0,0,0,69.54,40.192l6.762,40.571A19.937,19.937,0,0,0,212.54,496h65.222a19.936,19.936,0,0,0,19.728-16.712l6.763-40.572a192.038,192.038,0,0,0,69.54-40.192l38.564,14.449a19.938,19.938,0,0,0,24.334-8.731L469.3,347.755A19.939,19.939,0,0,0,464.7,322.319Zm-50.636,57.12-48.109-18.024-7.285,7.334a159.955,159.955,0,0,1-72.625,41.973l-10,2.636L267.6,464h-44.89l-8.442-50.642-10-2.636a159.955,159.955,0,0,1-72.625-41.973l-7.285-7.334L76.241,379.439,53.8,340.562l39.629-32.624-2.7-9.973a160.9,160.9,0,0,1,0-83.93l2.7-9.972L53.8,171.439l22.446-38.878,48.109,18.024,7.285-7.334a159.955,159.955,0,0,1,72.625-41.973l10-2.636L222.706,48H267.6l8.442,50.642,10,2.636a159.955,159.955,0,0,1,72.625,41.973l7.285,7.334,48.109-18.024,22.447,38.877-39.629,32.625,2.7,9.972a160.9,160.9,0,0,1,0,83.93l-2.7,9.973,39.629,32.623Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil share all \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M242.918,16.173H200.557v88H152A136.268,136.268,0,0,0,28.025,184.2,114.159,114.159,0,0,0,16,235.506V496.173H68.146l49.606-177.756a85.4,85.4,0,0,1,81.993-62.244h.812v88h41.78l164.29-164.29ZM232.557,308.7V224.173H199.745A117.5,117.5,0,0,0,86.93,309.815L48,449.315V235.506a82.454,82.454,0,0,1,8.785-37.276l.292-.614A104.217,104.217,0,0,1,152,136.173h80.557V51.067L361.373,179.883Z\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"330.918 15.509 287.509 15.509 451.882 179.883 288.256 343.509 330.337 343.509 494.627 179.219 330.918 15.509\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil share alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M404,344a75.9,75.9,0,0,0-60.208,29.7L179.869,280.664a75.693,75.693,0,0,0,0-49.328L343.792,138.3a75.937,75.937,0,1,0-13.776-28.976L163.3,203.946a76,76,0,1,0,0,104.108l166.717,94.623A75.991,75.991,0,1,0,404,344Zm0-296a44,44,0,1,1-44,44A44.049,44.049,0,0,1,404,48ZM108,300a44,44,0,1,1,44-44A44.049,44.049,0,0,1,108,300ZM404,464a44,44,0,1,1,44-44A44.049,44.049,0,0,1,404,464Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil share boxed \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"464 248 464 464 48 464 48 48 264 48 264 16 16 16 16 496 496 496 496 216 464 248\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M106.12,171.135A96.274,96.274,0,0,0,96,214.364V430.545h47.782l41.181-147.564a66.953,66.953,0,0,1,64.283-48.8H304V320h38.6L494.627,168.9,342.656,16H304v88H210.182A114.4,114.4,0,0,0,106.12,171.135ZM336,136V54.7L449.373,168.758,336,281.441V202.182H249.246a99.055,99.055,0,0,0-95.105,72.2L128,368.051V214.364a64.576,64.576,0,0,1,6.879-29.2l.292-.614A82.356,82.356,0,0,1,210.182,136Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil share \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M68.146,496H16V235.333a114.169,114.169,0,0,1,12.025-51.309A136.27,136.27,0,0,1,152,104H288.557V16h42.361L494.627,179.71,330.337,344h-41.78V256H199.745a85.4,85.4,0,0,0-81.993,62.244ZM152,136a104.217,104.217,0,0,0-94.923,61.443l-.292.614A82.454,82.454,0,0,0,48,235.333v213.81l38.93-139.5A117.5,117.5,0,0,1,199.745,224H320.557v84.525L449.373,179.71,320.557,50.894V136Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil shield alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M473.605,88.081c-1.352-.137-135.958-14.259-199.218-68.251L269.9,16H242.1l-4.488,3.83C174.464,73.727,39.744,87.944,38.4,88.081L24,89.532V104c0,89.133,14.643,165.443,43.523,226.813,38.105,80.973,100.1,133.669,184.267,156.623l4.21,1.148,4.21-1.148c84.165-22.954,146.162-75.65,184.267-156.623C473.357,269.443,488,193.133,488,104V89.532ZM455.87,118.113q-.237,12.789-.948,25.887H272V57.915C331.921,97.482,421.024,113.237,455.87,118.113ZM272,320H414.266A288.233,288.233,0,0,1,390.9,360H272Zm0-32V248H439.9a402.662,402.662,0,0,1-13.236,42.884V288Zm0-72V176H452.378c-1.4,13.307-3.256,26.682-5.639,40ZM56.13,118.113c34.846-4.876,123.949-20.631,183.87-60.2V450.224C94.012,398.389,58.492,245.387,56.13,118.113ZM272,450.224V392h92.347C340.049,416.7,309.708,436.836,272,450.224Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil short text \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <rect   x=\"128\" y=\"192\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"128\" y=\"304\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M48,432H464V88H48ZM80,120H432V400H80Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil shower \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"240.801 293.826 216.95 317.677 240.75 365.277 264.167 340.559 240.801 293.826\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"255.978 395.732 278.277 440.332 301.695 415.613 279.395 371.014 255.978 395.732\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"438.926 202.62 415.8 227.032 460.223 248.278 483.35 223.866 438.926 202.62\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"342.603 192.024 385.464 212.523 408.591 188.112 366.599 168.028 342.603 192.024\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"307.785 341.046 336.308 379.077 358.633 355.512 330.11 317.481 307.785 341.046\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"310.633 291.512 281.697 252.93 258.84 275.787 288.308 315.077 310.633 291.512\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"300.743 233.884 337.426 263.231 359.511 239.918 323.51 211.117 300.743 233.884\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"362.501 283.291 399.222 312.668 421.307 289.355 384.586 259.979 362.501 283.291\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M348.687,100.687l-26.24,26.239-24.718-24.718a111.609,111.609,0,0,0-157.839,0c-.342.341-.673.689-1.009,1.034A77.974,77.974,0,0,0,16,166.988V408H48V166.988a45.975,45.975,0,0,1,72.048-37.868A111.809,111.809,0,0,0,139.89,260.049l24.717,24.717-23.92,23.921,20,20,208-208ZM185.006,259.911l-22.489-22.489A79.611,79.611,0,0,1,275.1,124.835l22.489,22.49Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil sign language \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M445.646,241.836V68a8,8,0,0,0-8-8,59.894,59.894,0,0,0-59.9,59.894v41.929l-8.639,8.64-69.928-69.929A22.751,22.751,0,0,0,272.733,96.4l-56.2-56.2a28,28,0,0,0-39.6,0h0a28,28,0,0,0-2.711,36.453v.434L154.306,57.172a28,28,0,0,0-39.6,39.6L137.334,119.4a28,28,0,0,0-39.6,39.6l28.284,28.283a28,28,0,0,0-39.6,0h0a28,28,0,0,0,0,39.6l14.142,14.142,2.553,2.553a42.93,42.93,0,0,0-28.278,40.3V285.9a42.751,42.751,0,0,0,1.524,11.348A42.927,42.927,0,0,0,40,339.619v2.031a42.927,42.927,0,0,0,36.365,42.367,42.751,42.751,0,0,0-1.524,11.348V397.4A42.906,42.906,0,0,0,117.7,440.254H131.98a42.777,42.777,0,0,0-1.392,10.857v2.032A42.905,42.905,0,0,0,173.444,496H322.551l139.672-31.038V256.906ZM430.223,439.292,319.037,464H174.46a11.886,11.886,0,0,1-11.872-11.854v-.038a11.886,11.886,0,0,1,11.872-11.854h90.588v-32H118.714a11.873,11.873,0,1,1,0-23.746H265.048v-32H83.873a11.873,11.873,0,0,1,0-23.746H265.048v-32H117.7A10.87,10.87,0,0,1,106.841,285.9v-2.031A10.869,10.869,0,0,1,117.7,273.016H334.223V224.265l-46.152-46.151a37.778,37.778,0,0,1-4.489-47.926l82.944,82.943.269.27,63.428,57.661Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil signal cellular 0 \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M16,456.78V496H496V16H456.78ZM464,464H54.035L464,54.034Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil signal cellular 3 \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M208.78,264h-.1v.1L16,456.78V496H496V16H456.78Zm-88.1,200H54.035l66.646-66.646Zm88,0h-56V365.354l56-56Zm88,0h-56V277.354l56-56ZM464,464H328.681V189.354L464,54.034Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil signal cellular 4 \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M384.78,88h-.1v.1L208.78,264h-.1v.1L16,456.78V496H496V16H456.78Zm-264.1,376H54.034l66.647-66.646Zm88,0h-56V365.354l56-56Zm88,0h-56V277.354l56-56Zm88,0h-56V189.354l56-56ZM464,464H416.681V101.354L464,54.034Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil sim \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M384,40H230.627A31.791,31.791,0,0,0,208,49.373L97.373,160A31.791,31.791,0,0,0,88,182.627V448a32.036,32.036,0,0,0,32,32H384a32.036,32.036,0,0,0,32-32V72A32.036,32.036,0,0,0,384,40Zm0,408H120V182.627L230.627,72H384Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M208,416H352V216H208Zm32-168h80V384H240Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil sitemap \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M472,328H448V264a24.027,24.027,0,0,0-24-24H272V176h32a24.028,24.028,0,0,0,24-24V80a24.028,24.028,0,0,0-24-24H208a24.028,24.028,0,0,0-24,24v72a24.028,24.028,0,0,0,24,24h32v64H88a24.027,24.027,0,0,0-24,24v64H40a24.028,24.028,0,0,0-24,24v72a24.028,24.028,0,0,0,24,24h80a24.028,24.028,0,0,0,24-24V352a24.028,24.028,0,0,0-24-24H96V272H240v56H216a24.028,24.028,0,0,0-24,24v72a24.028,24.028,0,0,0,24,24h80a24.028,24.028,0,0,0,24-24V352a24.028,24.028,0,0,0-24-24H272V272H416v56H392a24.028,24.028,0,0,0-24,24v72a24.028,24.028,0,0,0,24,24h80a24.028,24.028,0,0,0,24-24V352A24.028,24.028,0,0,0,472,328ZM216,88h80v56H216ZM112,360v56H48V360Zm176,0v56H224V360Zm176,56H400V360h64Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil smile plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"432 80 432 16 400 16 400 80 336 80 336 112 400 112 400 176 432 176 432 112 496 112 496 80 432 80\" class=\"ci-primary\"/>\n  <rect   x=\"112\" y=\"256\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"248\" y=\"256\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M203.438,384h-6.875a63.691,63.691,0,0,1-59.326-40h-34.47l4.662,11.653A95.541,95.541,0,0,0,196.563,416h6.875a95.54,95.54,0,0,0,89.133-60.347L297.233,344h-34.47A63.691,63.691,0,0,1,203.438,384Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M200,128C98.542,128,16,210.542,16,312S98.542,496,200,496s184-82.542,184-184S301.458,128,200,128Zm0,336c-83.813,0-152-68.187-152-152s68.187-152,152-152,152,68.187,152,152S283.813,464,200,464Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil smile \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M256,16C123.452,16,16,123.452,16,256S123.452,496,256,496,496,388.548,496,256,388.548,16,256,16ZM403.078,403.078a207.253,207.253,0,1,1,44.589-66.125A207.332,207.332,0,0,1,403.078,403.078Z\" class=\"ci-primary\"/>\n  <rect   x=\"152\" y=\"200\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"320\" y=\"200\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M338.289,307.2A83.6,83.6,0,0,1,260.3,360H251.7a83.6,83.6,0,0,1-77.992-52.8l-1.279-3.2H137.968L144,319.081A116,116,0,0,0,251.7,392H260.3A116,116,0,0,0,368,319.081L374.032,304H339.568Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil smoke free \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"384 316.118 416 348.118 416 240 384 240 384 316.118\" class=\"ci-primary\"/>\n  <rect   x=\"440\" y=\"240\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M363.451,114.055a64.1,64.1,0,0,0-4.649,76.993L364.77,200h38.46l-17.8-26.7a31.982,31.982,0,0,1,2.32-38.418,63.745,63.745,0,0,0,3.479-78.69L385.377,48H348.8l-1.82,1.3,18.208,25.49A31.808,31.808,0,0,1,363.451,114.055Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M435.451,114.055a64.1,64.1,0,0,0-4.649,76.993L436.77,200h38.46l-17.8-26.7a31.982,31.982,0,0,1,2.32-38.418,63.745,63.745,0,0,0,3.479-78.69L457.377,48H420.8l-1.82,1.3,18.208,25.49A31.808,31.808,0,0,1,435.451,114.055Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M262.627,240l-224-224H16V38.627L217.373,240H16V360H337.373l136,136H496V473.373ZM48,328V272H249.373l56,56Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil smoke slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"384 316.118 416 348.118 416 240 384 240 384 316.118\" class=\"ci-primary\"/>\n  <rect   x=\"440\" y=\"240\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M363.451,114.055a64.1,64.1,0,0,0-4.649,76.993L364.77,200h38.46l-17.8-26.7a31.982,31.982,0,0,1,2.32-38.418,63.745,63.745,0,0,0,3.479-78.69L385.377,48H348.8l-1.82,1.3,18.208,25.49A31.808,31.808,0,0,1,363.451,114.055Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M435.451,114.055a64.1,64.1,0,0,0-4.649,76.993L436.77,200h38.46l-17.8-26.7a31.982,31.982,0,0,1,2.32-38.418,63.745,63.745,0,0,0,3.479-78.69L457.377,48H420.8l-1.82,1.3,18.208,25.49A31.808,31.808,0,0,1,435.451,114.055Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M262.627,240l-224-224H16V38.627L217.373,240H16V360H337.373l136,136H496V473.373ZM48,328V272H249.373l56,56Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil smoke \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M16,240V360H360V240H16Zm312,88H48V272H328Z\" class=\"ci-primary\"/>\n  <rect   x=\"384\" y=\"240\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"440\" y=\"240\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M385.428,173.3a31.982,31.982,0,0,1,2.32-38.418,63.745,63.745,0,0,0,3.479-78.69L385.377,48H348.8l-1.82,1.3,18.207,25.49a31.807,31.807,0,0,1-1.736,39.265,64.1,64.1,0,0,0-4.649,76.993L364.77,200h38.46Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M457.428,173.3a31.982,31.982,0,0,1,2.32-38.418,63.745,63.745,0,0,0,3.479-78.69L457.377,48H420.8l-1.82,1.3,18.207,25.49a31.807,31.807,0,0,1-1.736,39.265,64.1,64.1,0,0,0-4.649,76.993L436.77,200h38.46Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil smoking room \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M16,240V360H360V240H16Zm312,88H48V272H328Z\" class=\"ci-primary\"/>\n  <rect   x=\"384\" y=\"240\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"440\" y=\"240\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M385.428,173.3a31.982,31.982,0,0,1,2.32-38.418,63.745,63.745,0,0,0,3.479-78.69L385.377,48H348.8l-1.82,1.3,18.207,25.49a31.807,31.807,0,0,1-1.736,39.265,64.1,64.1,0,0,0-4.649,76.993L364.77,200h38.46Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M457.428,173.3a31.982,31.982,0,0,1,2.32-38.418,63.745,63.745,0,0,0,3.479-78.69L457.377,48H420.8l-1.82,1.3,18.207,25.49a31.807,31.807,0,0,1-1.736,39.265,64.1,64.1,0,0,0-4.649,76.993L436.77,200h38.46Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil snowflake \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"135.279 206.728 224.136 258.323 144.097 304.797 48.308 279.129 48.308 312.259 123.155 332.313 102.99 407.571 131.68 424.135 155.518 335.169 240 286.115 240 374.402 168.823 445.579 197.513 462.144 258 401.657 317.135 460.792 345.826 444.228 272 370.402 272 286.115 355.002 334.31 379.279 424.914 407.97 408.349 387.596 332.313 464 311.841 464 278.712 367.508 304.567 287.864 258.323 376.327 206.957 464 230.449 464 197.32 394.346 178.657 413.576 106.888 384.886 90.323 361.196 178.739 272 230.53 272 130.568 338.833 63.735 310.143 47.171 254.971 102.343 200.664 48.037 171.974 64.601 240 132.627 240 230.53 149.325 177.88 126.073 91.103 97.382 107.667 116.404 178.657 48.308 196.903 48.308 230.032 135.279 206.728\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil soccer \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M425.706,86.294A240,240,0,0,0,86.294,425.706,240,240,0,0,0,425.706,86.294Zm-4.464,43.535A206.875,206.875,0,0,1,463.824,247.8l-66.14-49.772ZM316.033,56.845l-58.378,43.37L196.53,56.677a208.143,208.143,0,0,1,119.5.168ZM116.8,198.047,48.156,248.33A206.9,206.9,0,0,1,91.248,129.189ZM86.2,376h79.365L190.6,453.458A208.923,208.923,0,0,1,86.2,376Zm140.787,85.967L188.85,344H67.562a206.3,206.3,0,0,1-17.324-57.527l104.967-76.9L115.557,102.715a208.938,208.938,0,0,1,45.714-31.864l96.781,68.934,92.741-68.9a208.922,208.922,0,0,1,45.884,32.048L359.833,209.6l101.951,76.721A206.272,206.272,0,0,1,444.438,344H327.512L285.467,461.9a208.076,208.076,0,0,1-58.482.064Zm95.606-8.9L350.075,376H425.8A208.961,208.961,0,0,1,322.591,453.069Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M346.809,223.427,257.854,158.8,168.9,223.427,202.876,328H312.831ZM289.582,296H226.125l-19.609-60.351,51.338-37.3,51.337,37.3Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil sofa \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M448,242.025V152a48.055,48.055,0,0,0-48-48H112a48.055,48.055,0,0,0-48,48v90.025A64.115,64.115,0,0,0,16,304V416a32.036,32.036,0,0,0,32,32H64v48H96V448H416v48h32V448h16a32.036,32.036,0,0,0,32-32V304A64.115,64.115,0,0,0,448,242.025ZM112,416H48V304a32,32,0,0,1,64,0Zm256,0H144V320H368Zm2.025-128H141.975A64.243,64.243,0,0,0,96,242.025V152a16.019,16.019,0,0,1,16-16H400a16.019,16.019,0,0,1,16,16v90.025A64.243,64.243,0,0,0,370.025,288ZM464,416H400V304a32,32,0,0,1,64,0l.02,112Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil sort alpha down \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"206.392 382.863 154.509 434.745 154.509 17.177 122.509 17.177 122.509 434.745 70.627 382.863 48 405.49 138.509 496 229.019 405.49 206.392 382.863\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"291.313 457.177 435.313 457.177 435.313 425.177 326.274 425.177 435.313 324.445 435.313 281.177 299.313 281.177 299.313 313.177 400.353 313.177 291.313 413.909 291.313 457.177\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M343.781,49.177l-58.666,176h33.73l18.667-56h59.6l18.666,56h33.731l-58.666-176Zm4.4,88,18.667-56h.935l18.667,56Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil sort alpha up \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"75.313 130.313 127.196 78.432 127.196 496 159.196 496 159.196 78.432 211.079 130.314 233.706 107.687 143.196 17.177 52.687 107.687 75.313 130.313\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"440 280 304 280 304 312 405.04 312 296 412.732 296 456 440 456 440 424 330.96 424 440 323.268 440 280\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M395.532,48H348.468L289.8,224h33.73L342.2,168h59.6l18.667,56H454.2Zm-42.667,88,18.667-56h.936l18.667,56Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil sort ascending \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"43.314 130.51 95.196 78.627 95.196 496.196 127.196 496.196 127.196 78.627 179.079 130.51 201.706 107.883 111.196 17.372 20.686 107.883 43.314 130.51\" class=\"ci-primary\"/>\n  <rect   x=\"184\" y=\"160\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"184\" y=\"232\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"184\" y=\"304\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"184\" y=\"376\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil sort descending \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <rect   x=\"184\" y=\"288\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"184\" y=\"216\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"184\" y=\"144\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"184\" y=\"72\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"95.196 16 95.196 433.568 43.313 381.686 20.687 404.313 111.196 494.823 201.705 404.313 179.078 381.687 127.196 433.568 127.196 16 95.196 16\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil sort numeric down \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"151.196 16 151.196 433.568 99.313 381.687 76.687 404.313 167.196 494.823 257.706 404.313 235.079 381.686 183.196 433.568 183.196 16 151.196 16\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"432 200 392 200 392 56 360 56 360 88 328 88 328 120 360 120 360 200 320 200 320 232 432 232 432 200\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M355.2,432H336v32h19.2A76.887,76.887,0,0,0,432,387.2V335.6A55.663,55.663,0,0,0,376.4,280H372a55.663,55.663,0,0,0-55.6,55.6V340A55.663,55.663,0,0,0,372,395.6h4.4a55.262,55.262,0,0,0,23.474-5.215A44.849,44.849,0,0,1,355.2,432Zm21.2-68.4H372A23.627,23.627,0,0,1,348.4,340v-4.4A23.627,23.627,0,0,1,372,312h4.4A23.627,23.627,0,0,1,400,335.6V340A23.627,23.627,0,0,1,376.4,363.6Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil sort numeric up \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"102.627 130.313 154.509 78.432 154.509 496 186.509 496 186.509 78.432 238.392 130.314 261.019 107.687 170.509 17.177 80 107.687 102.627 130.313\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"435.313 200 395.313 200 395.313 56 363.313 56 363.313 88 331.313 88 331.313 120 363.313 120 363.313 200 323.313 200 323.313 232 435.313 232 435.313 200\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M358.514,432h-19.2v32h19.2a76.886,76.886,0,0,0,76.8-76.8V335.6a55.662,55.662,0,0,0-55.6-55.6h-4.4a55.663,55.663,0,0,0-55.6,55.6V340a55.663,55.663,0,0,0,55.6,55.6h4.4a55.263,55.263,0,0,0,23.475-5.215A44.85,44.85,0,0,1,358.514,432Zm21.2-68.4h-4.4a23.627,23.627,0,0,1-23.6-23.6v-4.4a23.627,23.627,0,0,1,23.6-23.6h4.4a23.626,23.626,0,0,1,23.6,23.6V340A23.626,23.626,0,0,1,379.713,363.6Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil spa \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M382.988,237.57a251.854,251.854,0,0,0-102.8-180.91L251.657,36,224.922,56.79A250.836,250.836,0,0,0,128.643,237.5,176.226,176.226,0,0,0,96,234.451H16V300c0,97.047,78.953,176,176,176H320c97.047,0,176-78.953,176-176V234.451H416A176.161,176.161,0,0,0,382.988,237.57ZM244.568,82.05,252.343,76l9.08,6.575a219.732,219.732,0,0,1,90.163,164.079A177.028,177.028,0,0,0,256,337.171a177.022,177.022,0,0,0-95.824-90.6A217.523,217.523,0,0,1,244.568,82.05ZM240,444H192c-79.4,0-144-64.6-144-144V266.451H96c79.4,0,144,64.6,144,144ZM464,300c0,79.4-64.6,144-144,144H272V410.451c0-79.4,64.6-144,144-144h48Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil space bar \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"40 288 40 416 464 416 464 288 432 288 432 384 72 384 72 288 40 288\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil speak \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M410.7,286.969c.428-.853.848-1.712,1.252-2.564L456,191.915V169.024l-3.063-4.209c-.579-.794-58.045-79.741-77.516-105.7-21.563-28.752-42.328-41.573-67.329-41.573-19.5,0-39.3,9.269-58.825,27.549A169.483,169.483,0,0,0,236,59.063,169.483,169.483,0,0,0,222.733,45.09c-19.528-18.28-39.32-27.549-58.825-27.549-25,0-45.766,12.821-67.329,41.573-19.471,25.96-76.937,104.907-77.516,105.7L16,169.024v22.891l44.037,92.477q.617,1.3,1.262,2.583a134.918,134.918,0,0,0,50.722,54.836,138.545,138.545,0,0,0,71.9,20.065H288.077a138.545,138.545,0,0,0,71.9-20.065A134.924,134.924,0,0,0,410.7,286.969ZM183.923,329.876c-39.666,0-76.572-22.473-94.02-57.247-.327-.651-.648-1.308-.968-1.982L48,184.685v-5.246c12.2-16.749,57.436-78.8,74.179-101.126,19.015-25.354,31.765-28.772,41.729-28.772,23.113,0,47.41,28.439,54.806,39.374L223.468,96h25.064l4.754-7.085C260.14,78.7,284.92,49.541,308.092,49.541c9.964,0,22.714,3.418,41.729,28.773C366.563,100.637,411.8,162.69,424,179.439v5.246l-40.941,85.976c-.314.66-.635,1.317-.959,1.962-17.451,34.78-54.357,57.253-94.023,57.253Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M304.429,112.851l-10.073,11.394c-.233.265-24.313,26.43-58.356,26.43-34.158,0-58.166-26.219-58.356-26.43l-10.073-11.394L83.93,179.539l44.393,89.547,11.457-1.637a680.122,680.122,0,0,1,192.44,0l11.457,1.637,44.393-89.547Zm20.815,121.373a711.9,711.9,0,0,0-178.488,0L124.07,188.461,164.912,155.9c13.575,11.028,38.644,26.778,71.088,26.778s57.513-15.75,71.088-26.778l40.842,32.564Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M342.77,383.422h0v32h0a110.961,110.961,0,0,0,107-82.1l-30.92-8.285A78.9,78.9,0,0,1,342.77,383.422Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M480.679,341.605c-16.325,60.868-71.962,105.817-137.909,105.817h0v32h0c80.729,0,148.837-55.024,168.82-129.534Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil speaker \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M384,16H128A32.036,32.036,0,0,0,96,48V464a32.036,32.036,0,0,0,32,32H384a32.036,32.036,0,0,0,32-32V48A32.036,32.036,0,0,0,384,16Zm0,448H128V48H384l.021,416Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M256,240a96,96,0,1,0,96,96A96.108,96.108,0,0,0,256,240Zm0,160a64,64,0,1,1,64-64A64.072,64.072,0,0,1,256,400Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M256,200a64,64,0,1,0-64-64A64.072,64.072,0,0,0,256,200Zm0-96a32,32,0,1,1-32,32A32.036,32.036,0,0,1,256,104Z\" class=\"ci-primary\"/>\n  <rect   x=\"240\" y=\"320\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil speech \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <rect   x=\"144\" y=\"240\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"240\" y=\"240\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"336\" y=\"240\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M464,32H48A32.036,32.036,0,0,0,16,64V352a32.036,32.036,0,0,0,32,32h64V496h30.627l112-112H464a32.036,32.036,0,0,0,32-32V64A32.036,32.036,0,0,0,464,32Zm0,320H241.373L144,449.373V352H48V64H464Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil speedometer \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M425.706,142.294A240,240,0,0,0,16,312v88H160V368H48V312c0-114.691,93.309-208,208-208s208,93.309,208,208v56H352v32H496V312A238.432,238.432,0,0,0,425.706,142.294Z\" class=\"ci-primary\"/>\n  <rect   x=\"80\" y=\"264\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"240\" y=\"128\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"136\" y=\"168\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"400\" y=\"264\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M297.222,335.1l69.2-144.173-28.85-13.848L268.389,321.214A64.141,64.141,0,1,0,297.222,335.1ZM256,416a32,32,0,1,1,32-32A32.036,32.036,0,0,1,256,416Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil spreadsheet \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M16,64V456H496V64ZM464,424H48V96H464Z\" class=\"ci-primary\"/>\n  <rect   x=\"88\" y=\"136\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"88\" y=\"208\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"88\" y=\"280\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"88\" y=\"352\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"288\" y=\"136\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"288\" y=\"208\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"288\" y=\"280\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"288\" y=\"352\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"216\" y=\"136\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"216\" y=\"208\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"216\" y=\"280\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"216\" y=\"352\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M476,16H36A20.023,20.023,0,0,0,16,36V476a20.023,20.023,0,0,0,20,20H476a20.023,20.023,0,0,0,20-20V36A20.023,20.023,0,0,0,476,16ZM464,464H48V48H464Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil star half \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M135.539,453.9a7.979,7.979,0,0,1-11.51-8.362L144.6,312.2,49.58,216.411a8,8,0,0,1,4.4-13.53L187.15,181.238,256,76.2V17.833L237.237,46.457,168.111,151.912,48.843,171.3a39.847,39.847,0,0,0-31.626,27.122A40.52,40.52,0,0,0,16,203.183v15.276a39.894,39.894,0,0,0,10.862,20.488l83.65,84.327L92.4,440.663a39.979,39.979,0,0,0,57.548,41.812L256,428.977V393.136Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil star \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M494,198.671a40.536,40.536,0,0,0-32.174-27.592L345.917,152.242,292.185,47.828a40.7,40.7,0,0,0-72.37,0L166.083,152.242,50.176,171.079a40.7,40.7,0,0,0-22.364,68.827l82.7,83.368-17.9,116.055a40.672,40.672,0,0,0,58.548,42.538L256,428.977l104.843,52.89a40.69,40.69,0,0,0,58.548-42.538l-17.9-116.055,82.7-83.368A40.538,40.538,0,0,0,494,198.671Zm-32.53,18.7L367.4,312.2l20.364,132.01a8.671,8.671,0,0,1-12.509,9.088L256,393.136,136.744,453.3a8.671,8.671,0,0,1-12.509-9.088L144.6,312.2,50.531,217.37a8.7,8.7,0,0,1,4.778-14.706L187.15,181.238,248.269,62.471a8.694,8.694,0,0,1,15.462,0L324.85,181.238l131.841,21.426A8.7,8.7,0,0,1,461.469,217.37Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil storage \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M16,48V464H496V48ZM464,432H48V336H464Zm0-128H48V208H464ZM48,176V80H464v96Z\" class=\"ci-primary\"/>\n  <rect   x=\"80\" y=\"112\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"80\" y=\"240\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"80\" y=\"368\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil stream \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <rect   x=\"16\" y=\"112\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"160\" y=\"240\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"16\" y=\"368\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil strikethrough \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M16,496H496V16H16ZM48,48H464V464H48Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M344.766,288H257.025l38.054,25.748a21.894,21.894,0,0,1,9.558,16.187,20.653,20.653,0,0,1-6.058,16.824C294.7,350.584,286.705,357,276.677,357h-104v54h104c21.722,0,42.972-9.165,59.835-25.808a74.638,74.638,0,0,0,21.9-60.218A75.831,75.831,0,0,0,344.766,288Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M215.426,194.653c-12.195-8.251-9.725-20.755-8.677-24.389,1.269-4.4,5.647-14.643,18.964-15.248,6.468-.018,118.281,0,118.281,0l.012-54s-119.176-.006-119.795.015c-32.949,1.1-60.171,22.419-69.351,54.278-7.125,24.726-1.819,49.847,13.481,68.688H80v32H432V224H258.8Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil sun \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M256,104c-83.813,0-152,68.187-152,152s68.187,152,152,152,152-68.187,152-152S339.813,104,256,104Zm0,272A120,120,0,1,1,376,256,120.136,120.136,0,0,1,256,376Z\" class=\"ci-primary\"/>\n  <rect   x=\"240\" y=\"16\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"240\" y=\"448\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"448\" y=\"240\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"16\" y=\"240\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"400\" y=\"393.373\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\" transform=\"rotate(-45 416 416)\"/>\n  <rect   x=\"80\" y=\"73.373\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\" transform=\"rotate(-45 96 96)\"/>\n  <rect   x=\"73.373\" y=\"400\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\" transform=\"rotate(-45.001 96.002 416.003)\"/>\n  <rect   x=\"393.373\" y=\"80\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\" transform=\"rotate(-45 416 96)\"/>\n</svg>\n</li><li title=\"cil swap horizontal \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"364.118 67.313 433.373 136.568 160 136.568 160 168.568 433.373 168.568 364.118 237.823 386.745 260.45 494.628 152.568 386.745 44.687 364.118 67.313\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"147.882 267.882 125.255 245.255 17.373 353.137 125.255 461.02 147.882 438.393 78.627 369.137 352 369.137 352 337.137 78.627 337.137 147.882 267.882\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil swap vertical \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"384 433.373 384 160 352 160 352 434.51 282.177 364.687 259.55 387.313 367.432 495.196 475.313 387.313 452.687 364.687 384 433.373\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"159.432 17.372 51.55 125.255 74.177 147.882 144 78.059 144 352 176 352 176 79.195 244.687 147.882 267.313 125.255 159.432 17.372\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil swimming \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M223.308,137.5a16.051,16.051,0,0,1,17.922,3.029L274.113,175.7,172.058,265.743c9.554,1.9,16.308,5.041,22.132,7.758,7.78,3.631,13.925,6.5,27.517,6.5s19.738-2.868,27.519-6.5l.154-.072a173.415,173.415,0,0,0,41.417-27.1l27.048-23.866,52.9,56.573c6.179-1.137,10.561-3.17,15.624-5.532a99.961,99.961,0,0,1,16.907-6.533L264.388,118.444l-.373-.385a48.151,48.151,0,0,0-54.239-9.555l-64.542,30.12,13.532,29Z\" class=\"ci-primary\"/>\n  <circle cx=\"372\" cy=\"132\" r=\"36\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M427.425,376c-20.693,0-31.983,5.268-41.053,9.5-7.782,3.631-13.928,6.5-27.523,6.5s-19.739-2.868-27.52-6.5c-9.071-4.232-20.359-9.5-41.052-9.5s-31.981,5.269-41.051,9.5c-7.781,3.631-13.926,6.5-27.519,6.5s-19.737-2.868-27.517-6.5c-9.07-4.232-20.358-9.5-41.05-9.5s-31.981,5.269-41.051,9.5c-7.781,3.631-13.926,6.5-27.519,6.5s-19.738-2.868-27.519-6.5C47.981,381.269,36.692,376,16,376v32c13.593,0,19.738,2.868,27.519,6.5,9.07,4.232,20.359,9.5,41.051,9.5s31.981-5.269,41.051-9.5c7.781-3.631,13.926-6.5,27.519-6.5s19.737,2.868,27.517,6.5c9.07,4.232,20.358,9.5,41.05,9.5s31.981-5.269,41.051-9.5c7.781-3.631,13.927-6.5,27.519-6.5s19.739,2.868,27.52,6.5c9.071,4.232,20.359,9.5,41.052,9.5s31.983-5.268,41.054-9.5c7.781-3.631,13.928-6.5,27.522-6.5s19.741,2.868,27.521,6.5c9.072,4.233,20.361,9.5,41.054,9.5V392c-13.594,0-19.741-2.868-27.521-6.5C459.407,381.268,448.118,376,427.425,376Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M493.3,311.957c-11.741-.359-17.576-3.075-24.82-6.456-8.666-4.044-19.376-9.02-38.353-9.458-.889-.02-1.775-.043-2.7-.043s-1.812.023-2.7.043c-18.977.438-29.688,5.414-38.352,9.458-7.246,3.381-13.08,6.1-24.822,6.456-.869.026-1.764.043-2.7.043s-1.832-.017-2.7-.043c-11.741-.359-17.575-3.075-24.819-6.456-8.665-4.043-19.375-9.019-38.351-9.458-.889-.02-1.774-.043-2.7-.043s-1.811.023-2.7.043c-18.976.438-29.687,5.415-38.351,9.458-7.244,3.381-13.078,6.1-24.818,6.456-.869.026-1.764.043-2.7.043s-1.831-.017-2.7-.043c-11.739-.359-17.573-3.075-24.816-6.456-8.664-4.043-19.374-9.02-38.349-9.458-.629-.019-1.286-.027-1.95-.033l0,0c-.255,0-.5-.012-.753-.012-.926,0-1.812.023-2.7.043-18.975.438-29.686,5.415-38.35,9.458-7.245,3.381-13.078,6.1-24.818,6.456-.869.026-1.764.043-2.7.043s-1.831-.017-2.7-.043C70.13,311.6,64.3,308.882,57.051,305.5c-8.664-4.043-19.374-9.02-38.35-9.458-.889-.02-1.775-.043-2.7-.043v32c13.593,0,19.738,2.868,27.519,6.5,9.07,4.232,20.359,9.5,41.051,9.5s31.981-5.269,41.051-9.5c7.781-3.631,13.926-6.5,27.519-6.5s19.737,2.868,27.517,6.5c9.07,4.232,20.358,9.5,41.05,9.5s31.981-5.269,41.051-9.5c7.781-3.631,13.927-6.5,27.519-6.5s19.739,2.868,27.52,6.5c9.071,4.232,20.359,9.5,41.052,9.5s31.983-5.268,41.054-9.5c7.781-3.631,13.928-6.5,27.522-6.5s19.741,2.868,27.521,6.5c9.072,4.233,20.361,9.5,41.054,9.5V312C495.063,312,494.168,311.983,493.3,311.957Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil sync \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M410.168,133.046,381.21,104.088,464.017,104l-.034-32L328,72.144V208h32V128.132l27.541,27.541A152.5,152.5,0,0,1,279.972,416l.056,32a184.5,184.5,0,0,0,130.14-314.954Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M232.028,104l-.056-32a184.5,184.5,0,0,0-130.14,314.954L130.878,416H48v32H184V312H152v79.868l-27.541-27.541A152.5,152.5,0,0,1,232.028,104Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil tablet \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M440,16H80A24.028,24.028,0,0,0,56,40V472a24.028,24.028,0,0,0,24,24H440a24.028,24.028,0,0,0,24-24V40A24.028,24.028,0,0,0,440,16Zm-8,448H88V368H432Zm0-128H88V48H432Z\" class=\"ci-primary\"/>\n  <rect   x=\"232\" y=\"400\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil tag \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M485.887,263.261,248,25.373A31.791,31.791,0,0,0,225.373,16H64A48.055,48.055,0,0,0,16,64V225.078A32.115,32.115,0,0,0,26.091,248.4L279.152,486.125a23.815,23.815,0,0,0,16.41,6.51q.447,0,.9-.017a23.828,23.828,0,0,0,16.79-7.734L486.581,296.479A23.941,23.941,0,0,0,485.887,263.261ZM295.171,457.269,48,225.078V64A16.019,16.019,0,0,1,64,48H225.373L457.834,280.462Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M148,96a52,52,0,1,0,52,52A52.059,52.059,0,0,0,148,96Zm0,72a20,20,0,1,1,20-20A20.023,20.023,0,0,1,148,168Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil tags \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M511.974,271.891a47.744,47.744,0,0,0-14.706-33.008L311.57,57.98a29.9,29.9,0,0,0-21.2-8.731H257.228l217.754,212.6.092.088a15.907,15.907,0,0,1,.741,22.337l-156.4,173.355,21.953,21.356L499.447,305.85A47.748,47.748,0,0,0,511.974,271.891Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M426.9,283.161a23.924,23.924,0,0,0-5.231-24.742c-.106-.111-.2-.231-.306-.34L224.307,57.716l-.094-.094a31.791,31.791,0,0,0-22.628-9.373H60.194A44.244,44.244,0,0,0,16,92.443v141.1a32.121,32.121,0,0,0,10.045,23.28l210.32,200.2.077.073a23.817,23.817,0,0,0,16.409,6.508q.447,0,.9-.017a24.111,24.111,0,0,0,6.741-1.217,23.854,23.854,0,0,0,10.047-6.517L421.983,291.232A24.033,24.033,0,0,0,426.9,283.161ZM252.5,428.2,48.077,233.612,48,233.54V92.443A12.208,12.208,0,0,1,60.194,80.249h141.39l191.7,194.918Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M140,112a52,52,0,1,0,52,52A52.059,52.059,0,0,0,140,112Zm0,72a20,20,0,1,1,20-20A20.023,20.023,0,0,1,140,184Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil task \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M222.085,235.644l-62.01-62.01L81.8,251.905l62.009,62.01-.04.04,66.958,66.957,11.354,11.275.04.039,66.957-66.957,11.273-11.354L502.628,111.644,424.356,33.373Zm44.33,66.958-11.274,11.353h0l-33.057,33.056-.04-.039-33.017-33.017.04-.04-62.009-62.01,33.016-33.016,62.01,62.009L424.356,78.627l33.017,33.017Z\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"448 464 48 464 48 64 348.22 64 380.22 32 16 32 16 496 480 496 480 179.095 448 211.095 448 464\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil taxi \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"112 304 112 208 152 208 152 176 40 176 40 208 80 208 80 304 112 304\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"333.483 304 356 269.358 378.517 304 416.683 304 375.083 240 416.683 176 378.517 176 356 210.642 333.483 176 295.317 176 336.917 240 295.317 304 333.483 304\" class=\"ci-primary\"/>\n  <rect   x=\"440\" y=\"176\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"40\" y=\"104\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"40\" y=\"344\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M241.337,280l8,24h33.731L240.4,176H194.448L155.009,304h33.484l7.4-24ZM217.72,209.146,230.671,248H205.748Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil tennis ball \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M425.706,86.294A240,240,0,0,0,86.294,425.706,240,240,0,0,0,425.706,86.294ZM282.593,107.725c9.24-17.668,11.486-36.562,6.711-57.046,88.067,14.234,157.784,83.95,172.018,172.017-20.485-4.774-39.379-2.529-57.047,6.711-26.085,13.641-45.371,40.8-64.022,67.071-15.922,22.423-32.385,45.61-52.487,59.911-21.348,15.189-44.557,18.6-73.038,10.723-23.426-6.474-43.407-26.086-43.582-26.258-.2-.2-19.823-20.295-26.258-43.581-7.872-28.482-4.465-51.691,10.723-73.039,14.3-20.1,37.488-36.565,59.911-52.487C241.79,153.1,268.952,133.81,282.593,107.725ZM256,464C141.309,464,48,370.691,48,256,48,141.551,140.917,48.4,255.276,48.009,271.1,90.1,244.08,112.224,197,145.655,149.617,179.3,90.653,221.163,114.044,305.8c8.764,31.706,33.43,56.637,34.476,57.683S174.5,389.192,206.2,397.956a137.081,137.081,0,0,0,36.59,5.291c60.9,0,95.156-48.25,123.553-88.243,33.432-47.085,55.556-74.106,97.646-58.28C463.6,371.083,370.449,464,256,464Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil tennis \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M144,80a64,64,0,1,0-64,64A64.072,64.072,0,0,0,144,80ZM48,80a32,32,0,1,1,32,32A32.036,32.036,0,0,1,48,80Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M440.65,71.436a133.367,133.367,0,0,0-94.233-39.348l-.622,0c-37.49,0-74.1,15.969-103.135,45.007-29.579,29.58-53.748,74.529-64.652,120.24a217.034,217.034,0,0,0-5.459,34.69,119.932,119.932,0,0,1-15.265,51.463A142.364,142.364,0,0,1,134.593,313L55.308,394.211C42.919,406.642,41.6,419.425,42.682,427.967c1.254,9.919,6.525,19.771,15.243,28.49S76.5,470.447,86.416,471.7a37.826,37.826,0,0,0,4.754.3c8.188,0,18.755-2.679,29.074-13l79.278-81.2a142.035,142.035,0,0,1,31.969-24.044,118.7,118.7,0,0,1,48.6-13.943,216.365,216.365,0,0,0,34.886-5.562c45.544-10.991,90.409-35.227,120.011-64.83h0c29.2-29.2,45.182-66.048,45.005-103.757A133.37,133.37,0,0,0,440.65,71.436Zm-343.094,365c-3.944,3.917-6.256,3.625-7.128,3.517-2.729-.346-6.328-2.577-9.875-6.124s-5.779-7.146-6.124-9.876c-.111-.877-.405-3.2,3.577-7.186l63.374-64.912,19.61,19.61Zm86.05-87.61-19.972-19.971a173.6,173.6,0,0,0,21.186-29.091A72.769,72.769,0,0,0,212.7,327.639,173.632,173.632,0,0,0,183.606,348.827ZM412.366,246.8c-25.234,25.233-65.426,46.826-104.891,56.35C268.2,312.627,235.3,308.834,219.463,293,185.7,259.235,210.54,154.468,265.288,99.72c25.064-25.064,53.5-35.508,80.192-35.508a103.213,103.213,0,0,1,72.543,29.851C453.673,129.713,463.806,195.358,412.366,246.8Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil terminal \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M472,40H40A24.028,24.028,0,0,0,16,64V456a24.028,24.028,0,0,0,24,24H472a24.028,24.028,0,0,0,24-24V64A24.028,24.028,0,0,0,472,40Zm-8,408H48V72H464Z\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"115.962 282.627 189.407 199.955 115.956 117.367 92.044 138.633 146.593 199.966 92.038 261.373 115.962 282.627\" class=\"ci-primary\"/>\n  <rect   x=\"216\" y=\"240\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil terrain \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"40.841 312 144.493 199.12 216.397 271.024 216.397 271.024 292.687 347.313 315.313 324.687 238.244 247.617 327.738 151.73 470.836 312 496 312 496 292.136 328.262 104.27 215.603 224.976 143.507 152.88 16 291.741 16 312 40.841 312\" class=\"ci-primary\"/>\n  <rect   x=\"16\" y=\"392\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil text shapes \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M231.359,147,150.438,352h45.155l15.593-39.5h89.628L316.407,352h45.155L280.641,147Zm-3.594,123.5L256,198.967,284.235,270.5Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M384,56H128V16H16V128H56V384H16V496H128V456H384v40H496V384H456V128h40V16H384ZM48,96V48H96V96ZM96,464H48V416H96Zm288-40H128V384H88V128h40V88H384v40h40V384H384Zm80-8v48H416V416ZM416,48h48V96H416Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil text size \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"176 184 208 184 208 136 304 136 304 368 264 368 264 400 408 400 408 368 368 368 368 136 464 136 464 184 496 184 496 104 176 104 176 184\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"16 280 48 280 48 248 104 248 104 400 72 400 72 432 184 432 184 400 152 400 152 248 216 248 216 280 248 280 248 216 16 216 16 280\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil text square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M16,496H496V16H16ZM48,48H464V464H48Z\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"112 176 144 176 144 144 224 144 224 368 192 368 192 400 320 400 320 368 288 368 288 144 368 144 368 176 400 176 400 112 112 112 112 176\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil text strike \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M16,496H496V16H16ZM48,48H464V464H48Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M344.766,288H257.025l38.054,25.748a21.894,21.894,0,0,1,9.558,16.187,20.653,20.653,0,0,1-6.058,16.824C294.7,350.584,286.705,357,276.677,357h-104v54h104c21.722,0,42.972-9.165,59.835-25.808a74.638,74.638,0,0,0,21.9-60.218A75.831,75.831,0,0,0,344.766,288Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M215.426,194.653c-12.195-8.251-9.725-20.755-8.677-24.389,1.269-4.4,5.647-14.643,18.964-15.248,6.468-.018,118.281,0,118.281,0l.012-54s-119.176-.006-119.795.015c-32.949,1.1-60.171,22.419-69.351,54.278-7.125,24.726-1.819,49.847,13.481,68.688H80v32H432V224H258.8Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil text \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"440 168 440 88 72 88 72 168 104 168 136 168 136 120 224 120 224 400 168 400 168 432 344 432 344 400 288 400 288 120 376 120 376 168 408 168 440 168\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil thumb down \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M127.475,104H51.428a24.086,24.086,0,0,0-23.511,19.176l-1.5,7.31a503.561,503.561,0,0,0,1.477,210.663A24.143,24.143,0,0,0,51.334,360h76.141a24.028,24.028,0,0,0,24-24V128A24.027,24.027,0,0,0,127.475,104Zm-8,224H57.811a471.525,471.525,0,0,1-.046-191.082l.188-.918h61.522Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M492.835,218.474,421.583,93.246A24.247,24.247,0,0,0,400.547,81.01h-131.6a24.212,24.212,0,0,0-12.246,3.327l-72.012,42.244v37.1l86.376-50.671H396.012L464,232.5v9.271L444.3,294.3H316l-16,16v48.979l1.418,6.585,10.991,24.341A56.141,56.141,0,0,1,290.7,461.09L207.981,280H184v24l81.007,177.854a24.313,24.313,0,0,0,22.1,14.126,23.923,23.923,0,0,0,9.663-2.034,88.117,88.117,0,0,0,44.8-116.911L332,355.835V326.3h117.7a24.314,24.314,0,0,0,22.661-15.7l22.09-58.906a24.13,24.13,0,0,0,1.542-8.5V230.44A24.256,24.256,0,0,0,492.835,218.474Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil thumb up \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M126.638,202.672H51.986a24.692,24.692,0,0,0-24.242,19.434,487.088,487.088,0,0,0-1.466,206.535l1.5,7.189a24.94,24.94,0,0,0,24.318,19.78h74.547a24.866,24.866,0,0,0,24.837-24.838V227.509A24.865,24.865,0,0,0,126.638,202.672ZM119.475,423.61H57.916l-.309-1.487a455.085,455.085,0,0,1,.158-187.451h61.71Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M494.459,277.284l-22.09-58.906a24.315,24.315,0,0,0-22.662-15.706H332V173.137l9.573-21.2A88.117,88.117,0,0,0,296.772,35.025a24.3,24.3,0,0,0-31.767,12.1L184.693,222.937V248h23.731L290.7,67.882a56.141,56.141,0,0,1,21.711,70.885l-10.991,24.341L300,169.692v48.98l16,16H444.3L464,287.2v9.272L396.012,415.962H271.07l-86.377-50.67v37.1L256.7,444.633a24.222,24.222,0,0,0,12.25,3.329h131.6a24.246,24.246,0,0,0,21.035-12.234L492.835,310.5A24.26,24.26,0,0,0,496,298.531V285.783A24.144,24.144,0,0,0,494.459,277.284Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil toggle off \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M368,128H144a128,128,0,0,0,0,256H368a128,128,0,0,0,0-256Zm0,224H144a96,96,0,0,1,0-192H368a96,96,0,0,1,0,192Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M144,192a64,64,0,1,0,64,64A64.072,64.072,0,0,0,144,192Zm0,96a32,32,0,1,1,32-32A32.036,32.036,0,0,1,144,288Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil toggle on \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M368,128H144a128,128,0,0,0,0,256H368a128,128,0,0,0,0-256Zm0,224H144a96,96,0,0,1,0-192H368a96,96,0,0,1,0,192Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M368,192a64,64,0,1,0,64,64A64.072,64.072,0,0,0,368,192Zm0,96a32,32,0,1,1,32-32A32.036,32.036,0,0,1,368,288Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil toilet \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M469.613,46.229A77.38,77.38,0,0,0,408,16H395.619l-56,216H40v32c0,46.482,18.616,88.125,52.417,117.257C124.4,408.82,168.288,424,216,424h38.124l-8,72H448V250.04l35.411-136.585A77.379,77.379,0,0,0,469.613,46.229ZM416,464H281.876l8-72H216c-84.785,0-144-52.636-144-128H416Zm36.435-358.576L419.619,232H372.677l47.3-182.436a45.952,45.952,0,0,1,32.46,55.86Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil touch app \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M454.423,278.957,328,243.839v-8.185a116,116,0,1,0-104,0V312H199.582l-18.494-22.6a90.414,90.414,0,0,0-126.43-13.367,20.862,20.862,0,0,0-8.026,33.47L215.084,496H472V302.08A24.067,24.067,0,0,0,454.423,278.957ZM192,132a84,84,0,1,1,136,65.9V132a52,52,0,0,0-104,0v65.9A83.866,83.866,0,0,1,192,132ZM440,464H229.3L79.141,297.75a58.438,58.438,0,0,1,77.181,11.91l28.1,34.34H256V132a20,20,0,0,1,40,0V268.161l144,40Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil transfer \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"356.687 228.687 379.313 251.313 494.627 136 379.313 20.687 356.687 43.313 433.372 120 16 120 16 152 433.372 152 356.687 228.687\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"496 360 78.628 360 155.313 283.313 132.687 260.687 17.373 376 132.687 491.313 155.313 468.687 78.628 392 496 392 496 360\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil translate \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M230.2,356.821l14.425-30.654a573.693,573.693,0,0,1-40.421-44.777q15.881-21.418,29.594-43.958A543.369,543.369,0,0,0,292.212,104H344V72H200V16H168V72H16v32H75.77a545.123,545.123,0,0,0,71.448,153.959c6.811-8.406,13.706-17.432,20.566-27.031A512.677,512.677,0,0,1,109.13,104H258.867c-29.727,97.53-84.546,169.208-126.64,213.119-48.993,51.107-91.952,76.86-92.38,77.114l1.621,2.738L48,408l8.14,13.774c1.873-1.106,46.474-27.729,98.389-81.68q15.38-15.982,29.44-32.931A608.138,608.138,0,0,0,230.2,356.821Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M333.722,200,328,212.516,209.379,472h35.185l36.571-80h141.73l36.571,80h35.185L370.278,200ZM328,360H295.764L328,289.484l24-52.5L408.236,360Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil trash \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M96,472a23.82,23.82,0,0,0,23.579,24H392.421A23.82,23.82,0,0,0,416,472V152H96Zm32-288H384V464H128Z\" class=\"ci-primary\"/>\n  <rect   x=\"168\" y=\"216\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"240\" y=\"216\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"312\" y=\"216\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M328,88V40c0-13.458-9.488-24-21.6-24H205.6C193.488,16,184,26.542,184,40V88H64v32H448V88ZM216,48h80V88H216Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil triangle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M273.342,66.038a20,20,0,0,0-34.684,0h0L29.569,430.007A20,20,0,0,0,46.911,459.97H465.089a20,20,0,0,0,17.342-29.962ZM67.644,427.97,256,100.091,444.356,427.97Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil truck \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M441.885,141.649A32.028,32.028,0,0,0,415.669,128H336V80a32.036,32.036,0,0,0-32-32H48A32.036,32.036,0,0,0,16,80V408H69.082a67.982,67.982,0,0,0,133.836,0H309.082a67.982,67.982,0,0,0,133.836,0H496V226.522a23.882,23.882,0,0,0-4.338-13.763ZM47.98,80H304V256H48ZM136,432a36,36,0,1,1,36-36A36.04,36.04,0,0,1,136,432Zm240,0a36,36,0,1,1,36-36A36.04,36.04,0,0,1,376,432Zm88-56H440.994a68,68,0,0,0-129.988,0H200.994a68,68,0,0,0-129.988,0H48V288H464Zm0-120H336V160h79.669L464,229.044Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil tv \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M472,88.5H302.627l72.5-72.5H329.873l-72.5,72.5h-2.246L182.627,16H137.373l72.5,72.5H40a24.028,24.028,0,0,0-24,24v296a24.028,24.028,0,0,0,24,24H152V496H376V432.5h96a24.028,24.028,0,0,0,24-24v-296A24.028,24.028,0,0,0,472,88.5ZM344,464H184V432.5H344Zm120-63.5H48v-280H464Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil underline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M16,496H496V16H16ZM48,48H464V464H48Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M296,152h32v88a63.966,63.966,0,0,1-88,59.313V152h24V120H136v32h32v88a96,96,0,0,0,192,0V152h32V120H296Z\" class=\"ci-primary\"/>\n  <rect   x=\"136\" y=\"368\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil usb \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M320,224h32v40H272V78.627l17.941,17.941,22.627-22.627L256,17.373,199.432,73.941l22.627,22.627L240,78.627V264H168V221.659a56,56,0,1,0-32,0V296H240v90.341a56,56,0,1,0,32,0V296H384V224h40V120H320ZM128,168a24,24,0,1,1,24,24A24.027,24.027,0,0,1,128,168ZM280,440a24,24,0,1,1-24-24A24.027,24.027,0,0,1,280,440Zm72-288h40v40H352Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil user female \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M403.6,343.656l-72.823-47.334L344.043,272h23.428a48,48,0,0,0,44.119-66.908L361.581,90.57a112.029,112.029,0,0,0-211.162,0L100.41,205.092A48,48,0,0,0,144.529,272h23.428l13.266,24.322L108.4,343.656A79.725,79.725,0,0,0,72,410.732V496H440V410.732A79.727,79.727,0,0,0,403.6,343.656ZM408,464H104V410.732a47.836,47.836,0,0,1,21.841-40.246l97.66-63.479L186.953,240H144.529a16,16,0,0,1-14.72-22.27l50.172-114.9.448-1.143a80.029,80.029,0,0,1,151.142,0l.2.58L382.191,217.73A16,16,0,0,1,367.471,240H325.047L288.5,307.007l97.661,63.479h0A47.836,47.836,0,0,1,408,410.732Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil user follow \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M208,16A112.127,112.127,0,0,0,96,128v79.681a80.236,80.236,0,0,0,9.768,38.308l27.455,50.333L60.4,343.656A79.725,79.725,0,0,0,24,410.732V496H312V464H56V410.732a47.836,47.836,0,0,1,21.841-40.246l97.66-63.479-41.64-76.341A48.146,48.146,0,0,1,128,207.681V128a80,80,0,0,1,160,0v79.681a48.146,48.146,0,0,1-5.861,22.985L240.5,307.007,312,353.483V315.317l-29.223-19,27.455-50.334A80.23,80.23,0,0,0,320,207.681V128A112.127,112.127,0,0,0,208,16Z\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"424 400 424 336 392 336 392 400 328 400 328 432 392 432 392 496 424 496 424 432 488 432 488 400 424 400\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil user plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M208,16A112.127,112.127,0,0,0,96,128v79.681a80.236,80.236,0,0,0,9.768,38.308l27.455,50.333L60.4,343.656A79.725,79.725,0,0,0,24,410.732V496H312V464H56V410.732a47.836,47.836,0,0,1,21.841-40.246l97.66-63.479-41.64-76.341A48.146,48.146,0,0,1,128,207.681V128a80,80,0,0,1,160,0v79.681a48.146,48.146,0,0,1-5.861,22.985L240.5,307.007,312,353.483V315.317l-29.223-19,27.455-50.334A80.23,80.23,0,0,0,320,207.681V128A112.127,112.127,0,0,0,208,16Z\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"424 400 424 336 392 336 392 400 328 400 328 432 392 432 392 496 424 496 424 432 488 432 488 400 424 400\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil user unfollow \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M216,16A112.127,112.127,0,0,0,104,128v79.68a80.239,80.239,0,0,0,9.768,38.308l27.455,50.334L68.4,343.656A79.727,79.727,0,0,0,32,410.732V496H312V464H64V410.732a47.838,47.838,0,0,1,21.84-40.246L183.5,307.007l-41.64-76.341A48.149,48.149,0,0,1,136,207.68V128a80,80,0,0,1,160,0v79.68a48.143,48.143,0,0,1-5.861,22.985L248.5,307.007,312,348.283V310.117l-21.223-13.8,27.454-50.334A80.226,80.226,0,0,0,328,207.68V128A112.127,112.127,0,0,0,216,16Z\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"483.314 355.314 460.686 332.686 412 381.372 363.314 332.686 340.686 355.314 389.372 404 340.686 452.686 363.314 475.314 412 426.628 460.686 475.314 483.314 452.686 434.628 404 483.314 355.314\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil user x \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M216,16A112.127,112.127,0,0,0,104,128v79.68a80.239,80.239,0,0,0,9.768,38.308l27.455,50.334L68.4,343.656A79.727,79.727,0,0,0,32,410.732V496H312V464H64V410.732a47.838,47.838,0,0,1,21.84-40.246L183.5,307.007l-41.64-76.341A48.149,48.149,0,0,1,136,207.68V128a80,80,0,0,1,160,0v79.68a48.143,48.143,0,0,1-5.861,22.985L248.5,307.007,312,348.283V310.117l-21.223-13.8,27.454-50.334A80.226,80.226,0,0,0,328,207.68V128A112.127,112.127,0,0,0,216,16Z\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"483.314 355.314 460.686 332.686 412 381.372 363.314 332.686 340.686 355.314 389.372 404 340.686 452.686 363.314 475.314 412 426.628 460.686 475.314 483.314 452.686 434.628 404 483.314 355.314\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil user \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M411.6,343.656l-72.823-47.334,27.455-50.334A80.23,80.23,0,0,0,376,207.681V128a112,112,0,0,0-224,0v79.681a80.236,80.236,0,0,0,9.768,38.308l27.455,50.333L116.4,343.656A79.725,79.725,0,0,0,80,410.732V496H448V410.732A79.727,79.727,0,0,0,411.6,343.656ZM416,464H112V410.732a47.836,47.836,0,0,1,21.841-40.246l97.66-63.479-41.64-76.341A48.146,48.146,0,0,1,184,207.681V128a80,80,0,0,1,160,0v79.681a48.146,48.146,0,0,1-5.861,22.985L296.5,307.007l97.662,63.479h0A47.836,47.836,0,0,1,416,410.732Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil vector \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M368,184h47.458c-4.664,69.192-39.8,119.633-95.458,140.869V288H192v36.869C136.344,303.633,101.206,253.192,96.542,184H144V56H16V184H64.471c2.993,50.374,20.242,93.872,50.341,126.537A170.65,170.65,0,0,0,166.7,348.9L117.8,365.2a57.122,57.122,0,0,0-8.608-9.083,56.63,56.63,0,0,0-79.807,6.693h0A56.635,56.635,0,0,0,72.535,456q2.4,0,4.827-.2a56.609,56.609,0,0,0,51.731-60.634L192,374.2V416H320V374.2L382.9,395.163a57.4,57.4,0,0,0,.043,8.939A56.64,56.64,0,0,0,439.274,456q2.4,0,4.828-.2a56.63,56.63,0,1,0-47.982-92.988c-.662.782-1.3,1.582-1.91,2.392L345.3,348.9a170.65,170.65,0,0,0,51.891-38.363c30.1-32.665,47.348-76.163,50.341-126.537H496V56H368ZM48,152V88h64v64ZM91.44,415.27a24.629,24.629,0,0,1-37.62-31.8h0a24.469,24.469,0,0,1,16.752-8.644q1.053-.087,2.1-.088A24.631,24.631,0,0,1,91.44,415.27ZM288,384H224V320h64Zm132.56-.529h0a24.467,24.467,0,0,1,16.752-8.644q1.053-.087,2.1-.088a24.635,24.635,0,1,1-18.851,8.733ZM400,88h64v64H400Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil vertical align bottom \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"356.117 316.117 333.49 293.49 272 354.98 272 56 240 56 240 354.98 178.51 293.49 155.883 316.117 256 416.236 356.117 316.117\" class=\"ci-primary\"/>\n  <rect   x=\"16\" y=\"464\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil vertical align center \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"240 16 240 162.177 186.509 108.687 163.882 131.313 256 223.431 348.118 131.313 325.491 108.687 272 162.177 272 16 240 16\" class=\"ci-primary\"/>\n  <rect   x=\"16\" y=\"240\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"163.882 380.687 186.509 403.313 240 349.823 240 496 272 496 272 349.823 325.491 403.313 348.118 380.687 256 288.569 163.882 380.687\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil vertical align top \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <rect   x=\"16\" y=\"16\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"155.883 195.883 178.51 218.51 240 157.02 240 456 272 456 272 157.02 333.49 218.51 356.117 195.883 256 95.764 155.883 195.883\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil video \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M461,132,360,171.277V72H16V440H360V332.723L461,372h35V132Zm3,206.833-136-52.89V408H48V104H328V218.057l136-52.89Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil videogame \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M16,360H496V120H16ZM48,152H464V328H48Z\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"152 184 120 184 120 224 80 224 80 256 120 256 120 296 152 296 152 256 192 256 192 224 152 224 152 184\" class=\"ci-primary\"/>\n  <rect   x=\"336\" y=\"256\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"400\" y=\"192\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil view column \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M16,64V448H496V64ZM320,96V416H192V96ZM48,96H160V416H48ZM464,416H352V96H464Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil view module \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M16,64V448H496V64ZM464,240H352V96H464Zm-272,0V96H320V240Zm128,32V416H192V272ZM160,96V240H48V96ZM48,272H160V416H48ZM352,416V272H464V416Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil view quilt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M16,64V448H496V64ZM464,240H192V96H464ZM192,272H312V416H192ZM48,96H160V416H48ZM344,416V272H464V416Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil view stream \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M16,64V448H496V64ZM464,96V240H48V96ZM48,416V272H464V416Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil voice over record \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M342.322,104.837A100.443,100.443,0,0,1,342.457,231L367.4,251.02a132.373,132.373,0,0,0-.178-166.261Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M432.147,32.4,407.158,52.55a183.6,183.6,0,0,1,.248,230.594l25.03,20.1A216.053,216.053,0,0,0,432.147,32.4Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M347.6,343.656l-72.822-47.334,27.455-50.334A80.23,80.23,0,0,0,312,207.681V128a112,112,0,0,0-224,0v79.681a80.236,80.236,0,0,0,9.768,38.308l27.455,50.333L52.4,343.656A79.725,79.725,0,0,0,16,410.732V496H384V410.732A79.725,79.725,0,0,0,347.6,343.656ZM352,464H48V410.732a47.836,47.836,0,0,1,21.841-40.246l97.661-63.48-41.641-76.34A48.146,48.146,0,0,1,120,207.681V128a80,80,0,0,1,160,0v79.681a48.139,48.139,0,0,1-5.861,22.984L232.5,307.007l97.662,63.479A47.838,47.838,0,0,1,352,410.732Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil voice \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M410.7,286.969c.428-.853.848-1.712,1.252-2.564L456,191.915V169.024l-3.063-4.209c-.579-.794-58.045-79.741-77.516-105.7-21.563-28.752-42.328-41.573-67.329-41.573-19.5,0-39.3,9.269-58.825,27.549A169.483,169.483,0,0,0,236,59.063,169.483,169.483,0,0,0,222.733,45.09c-19.528-18.28-39.32-27.549-58.825-27.549-25,0-45.766,12.821-67.329,41.573-19.471,25.96-76.937,104.907-77.516,105.7L16,169.024v22.891l44.037,92.477q.617,1.3,1.262,2.583a134.918,134.918,0,0,0,50.722,54.836,138.545,138.545,0,0,0,71.9,20.065H288.077a138.545,138.545,0,0,0,71.9-20.065A134.924,134.924,0,0,0,410.7,286.969ZM183.923,329.876c-39.666,0-76.572-22.473-94.02-57.247-.327-.651-.648-1.308-.968-1.982L48,184.685v-5.246c12.2-16.749,57.436-78.8,74.179-101.126,19.015-25.354,31.765-28.772,41.729-28.772,23.113,0,47.41,28.439,54.806,39.374L223.468,96h25.064l4.754-7.085C260.14,78.7,284.92,49.541,308.092,49.541c9.964,0,22.714,3.418,41.729,28.773C366.563,100.637,411.8,162.69,424,179.439v5.246l-40.941,85.976c-.314.66-.635,1.317-.959,1.962-17.451,34.78-54.357,57.253-94.023,57.253Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M304.429,112.851l-10.073,11.394c-.233.265-24.313,26.43-58.356,26.43-34.158,0-58.166-26.219-58.356-26.43l-10.073-11.394L83.93,179.539l44.393,89.547,11.457-1.637a680.122,680.122,0,0,1,192.44,0l11.457,1.637,44.393-89.547Zm20.815,121.373a711.9,711.9,0,0,0-178.488,0L124.07,188.461,164.912,155.9c13.575,11.028,38.644,26.778,71.088,26.778s57.513-15.75,71.088-26.778l40.842,32.564Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M342.77,383.422h0v32h0a110.961,110.961,0,0,0,107-82.1l-30.92-8.285A78.9,78.9,0,0,1,342.77,383.422Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M480.679,341.605c-16.325,60.868-71.962,105.817-137.909,105.817h0v32h0c80.729,0,148.837-55.024,168.82-129.534Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil volume high \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M145.373,120H16V392H145.373l104,104H288V16H249.373ZM128,360H48V152h80Zm128,97.373-96-96V150.627l96-96Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M408,256a88.1,88.1,0,0,0-88-88v32a56,56,0,0,1,0,112v32A88.1,88.1,0,0,0,408,256Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M320,57.445V89.722C401.307,101.4,464,171.512,464,256S401.307,410.6,320,422.278v32.277C419.005,442.66,496,358.158,496,256S419.005,69.34,320,57.445Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil volume low \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M320,168v32a56,56,0,0,1,0,112v32a88,88,0,0,0,0-176Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M145.373,120H16V392H145.373l104,104H288V16H249.373ZM128,360H48V152h80Zm128,97.373-96-96V150.627l96-96Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil volume off \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"490.51 187.313 467.882 164.687 403.598 228.971 339.313 164.687 316.686 187.313 380.971 251.598 316.686 315.883 339.313 338.51 403.598 274.226 467.882 338.51 490.51 315.883 426.225 251.598 490.51 187.313\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M145.373,120H16V392H145.373l104,104H288V16H249.373ZM128,360H48V152h80Zm128,97.373-96-96V150.627l96-96Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil walk \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <circle cx=\"309.912\" cy=\"82.088\" r=\"34.088\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M322,143.462l-60.585-20.64L183.8,151.048A24.073,24.073,0,0,0,168,173.6V232h32V179.207l48.811-17.749L158.622,440h33.613l50.082-155.811,7.871,2.568L288,356.079V440h32V354.04a24.068,24.068,0,0,0-2.931-11.493l-37.56-68.861,28.949-88.715,19.27,34.684A24.011,24.011,0,0,0,348.707,232H400V200H353.414Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil wallet \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M489.972,119.059a23.839,23.839,0,0,0-17-7.059H456V72a24.027,24.027,0,0,0-24-24H86.627A70.628,70.628,0,0,0,16,118.627V393.373A70.628,70.628,0,0,0,86.627,464h385.4a24.047,24.047,0,0,0,24-23.923l.944-303.995A23.837,23.837,0,0,0,489.972,119.059ZM464.053,432H86.627A38.627,38.627,0,0,1,48,393.373V118.627A38.627,38.627,0,0,1,86.627,80H424v32H88v32H464.947Z\" class=\"ci-primary\"/>\n  <rect   x=\"392\" y=\"264\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil wallpaper \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <rect   x=\"344\" y=\"112\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"72 72 224 72 224 40 40 40 40 224 72 224 72 72\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"288 40 288 72 440 72 440 224 472 224 472 40 288 40\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"72 288 40 288 40 472 224 472 224 440 72 440 72 288\" class=\"ci-primary\"/>\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"280.5 308.873 189.5 217.873 104 303.373 104 348.627 189.5 263.128 334.372 408 379.627 408 303.127 331.5 375.231 259.396 440 324.165 440 440 288 440 288 472 472 472 472 312 375.231 214.143 280.5 308.873\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil warning \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <rect   x=\"240\" y=\"176\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"240\" y=\"384\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M274.014,16H237.986L16,445.174V496H496V445.174ZM464,464H48V452.959L256,50.826,464,452.959Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil watch \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M349.279,16H162.721L137.949,148.116a159.7,159.7,0,0,0,0,215.768L162.721,496H349.279l24.772-132.116a159.7,159.7,0,0,0,0-215.768Zm-160,32H322.721l13,69.311a159.752,159.752,0,0,0-159.434,0ZM322.721,464H189.279l-13-69.311a159.752,159.752,0,0,0,159.434,0ZM256,384A128,128,0,1,1,384,256,128.145,128.145,0,0,1,256,384Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil wc \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M132,139.824A61.912,61.912,0,1,0,70.088,77.912,61.981,61.981,0,0,0,132,139.824ZM132,48a29.912,29.912,0,1,1-29.912,29.912A29.947,29.947,0,0,1,132,48Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M176,152H88a48.053,48.053,0,0,0-48,48V352H72V496H192V352h32V200A48.053,48.053,0,0,0,176,152Zm16,168H160V464H104V320H72V200a16.019,16.019,0,0,1,16-16h88a16.019,16.019,0,0,1,16,16Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M370.088,139.824a61.912,61.912,0,1,0-61.912-61.912A61.981,61.981,0,0,0,370.088,139.824Zm0-91.824a29.912,29.912,0,1,1-29.912,29.912A29.947,29.947,0,0,1,370.088,48Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M425.759,193.354a61.586,61.586,0,0,0-115.833-1.392L248,357.1V400h64v96H416V400h64V349.3ZM448,368H384v96H344V368H280v-5.1l59.889-159.7a29.585,29.585,0,0,1,55.645.669L448,354.7Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil weightlifitng \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <circle cx=\"256\" cy=\"156\" r=\"36\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M400,16V72H112V16H16V160h96V104h25.278l7.524,90.289,79.2,39.6V336H144.864l-7.413,133.426H169.5L175.136,368H336.864L342.5,469.426h32.05L367.136,336H288V233.889l79.2-39.6L374.722,104H400v56h96V16ZM80,72v56H48V48H80ZM336.8,173.71l-80.8,40.4-80.8-40.4L169.389,104H342.611ZM464,128H432V48h32Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil wheelchair \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <circle cx=\"221.912\" cy=\"66.088\" r=\"34.088\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M460.12,360.478l-47.943,11.985L393,282.971A24.126,24.126,0,0,0,369.533,264H280.828l-6.462-56H384V176H270.674l-4.134-35.826a24,24,0,0,0-26.593-21.091l-39.736,4.585L220.1,296h142.97l24.758,115.537,80.057-20.015Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M224,448a120,120,0,0,1-45.248-231.135l-3.779-32.75C115.143,204.558,72,261.334,72,328c0,83.813,68.187,152,152,152a152.06,152.06,0,0,0,130.044-73.378L344,360C328,408,282.6,448,224,448Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil wifi signal 0 \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M237.778,480h36.444L504,151.842V124.4l-.215-.15a432.019,432.019,0,0,0-495.57,0L8,124.4v27.438ZM256,78.128a397.867,397.867,0,0,1,216.144,63.419L256,450.232,39.856,141.547A397.867,397.867,0,0,1,256,78.128Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil wifi signal 1 \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M237.778,480h36.444L504,151.842V124.4l-.215-.15a432.019,432.019,0,0,0-495.57,0L8,124.4v27.438ZM178.867,340.075a158.219,158.219,0,0,1,154.266,0L256,450.232ZM256,78.128a397.867,397.867,0,0,1,216.144,63.419L351.561,313.758a190.142,190.142,0,0,0-191.122,0L39.856,141.547A397.867,397.867,0,0,1,256,78.128Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil wifi signal 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M503.785,124.254a432.019,432.019,0,0,0-495.57,0L8,124.4v27.438L86.881,264.5h0L237.778,480h36.444l150.9-215.5h0L504,151.842V124.4ZM189.824,355.724l75.96-117.392a240.089,240.089,0,0,1,43.276,5.686l-95.22,146Zm-19.809-28.291L131.75,272.784a238.218,238.218,0,0,1,94.9-32.873Zm63.606,90.838L340.994,253.632a239.338,239.338,0,0,1,39.256,19.152L256,450.232ZM398.639,246.523a272.034,272.034,0,0,0-285.278,0l-73.5-104.976a400.039,400.039,0,0,1,432.288,0Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil wifi signal 3 \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M503.785,124.254a432.019,432.019,0,0,0-495.57,0L8,124.4v27.438L41,198.964h0L237.778,480h36.444L471.005,198.964h0l33-47.122V124.4ZM189.87,355.789,315.491,163.662a317.213,317.213,0,0,1,42.184,10.981L213.968,390.2ZM170.1,327.553l-26.453-37.778L233.17,158.932q11.354-.8,22.83-.8,12.2,0,24.276.918Zm-46.064-65.786L85.788,207.145a317.977,317.977,0,0,1,104.534-42.258ZM233.669,418.341l154.47-231.7a320.459,320.459,0,0,1,38.073,20.509L256,450.232Zm210.91-237.427a351.947,351.947,0,0,0-377.158,0L39.856,141.547a400.039,400.039,0,0,1,432.288,0Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil wifi signal 4 \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M503.785,124.254a432.019,432.019,0,0,0-495.57,0L8,124.4v27.437L237.778,480h36.444L504,151.841V124.4ZM403.327,106.166,213.968,390.2,189.892,355.82,362.877,92.583A395.92,395.92,0,0,1,403.327,106.166ZM286.4,79.278a400.017,400.017,0,0,1,43.232,5.631l-159.49,242.7-26.536-37.9ZM123.963,261.664l-22.8-32.563,97.97-146.955A402.727,402.727,0,0,1,248.457,78.2ZM154.714,91.085,81.461,200.965l-41.6-59.418A398.09,398.09,0,0,1,154.714,91.085ZM256,450.232,233.669,418.34,432.984,119.368a401.8,401.8,0,0,1,39.16,22.179Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil wifi signal off \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M503.785,124.254A431.821,431.821,0,0,0,171.308,54.526L192.9,83.09A402.723,402.723,0,0,1,256,78.128a397.867,397.867,0,0,1,216.144,63.419L359.092,303l20.278,26.832L504,151.842V124.4Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M82.542,16V37.9l25.874,34.237a431.346,431.346,0,0,0-100.2,52.117L8,124.4v27.438L237.778,480h36.444l68.5-97.829L404.564,464H427.55V441.342L106.1,16Zm239.9,339.34L256,450.232,39.856,141.547a398.932,398.932,0,0,1,88.759-42.683Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil window maximize \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M472,48H40.335a24.027,24.027,0,0,0-24,24V456a24.027,24.027,0,0,0,24,24H472a24.027,24.027,0,0,0,24-24V72A24.027,24.027,0,0,0,472,48Zm-8,32v71.981L48.335,151.49V80ZM48.335,448V183.49L464,183.981V448Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil window minimize \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <rect   x=\"48\" y=\"448\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil window restore \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M352,153H40.247a24.028,24.028,0,0,0-24,24V458a24.028,24.028,0,0,0,24,24H352a24.028,24.028,0,0,0,24-24V177A24.028,24.028,0,0,0,352,153Zm-8,32v45.22H48.247V185ZM48.247,450V262.22H344V450Z\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M472,32H152a24.028,24.028,0,0,0-24,24v65h32V64H464V339.143H408v32h64a24.028,24.028,0,0,0,24-24V56A24.028,24.028,0,0,0,472,32Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil window \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M424,440V48H88V440H48v32H464V440ZM120,80H240V200H120Zm0,152H240V376H120ZM392,440H120V408H392Zm0-64H272V232H392Zm0-176H272V80H392Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil wrap text \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <rect   x=\"16\" y=\"232\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <rect   x=\"16\" y=\"392\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M408,72H16v32H408c30.878,0,56,28.71,56,64s-25.122,64-56,64H344.8V162.772L210,249l134.8,83.785V264H408c48.523,0,88-43.065,88-96S456.523,72,408,72ZM312.8,275.217,270,248.609,312.8,221.228Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil x circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"348.071 141.302 260.308 229.065 172.545 141.302 149.917 163.929 237.681 251.692 149.917 339.456 172.545 362.083 260.308 274.32 348.071 362.083 370.699 339.456 282.935 251.692 370.699 163.929 348.071 141.302\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M425.706,86.294A240,240,0,0,0,86.294,425.706,240,240,0,0,0,425.706,86.294ZM256,464C141.309,464,48,370.691,48,256S141.309,48,256,48s208,93.309,208,208S370.691,464,256,464Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil x \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"427.314 107.313 404.686 84.687 256 233.373 107.314 84.687 84.686 107.313 233.373 256 84.686 404.687 107.314 427.313 256 278.627 404.686 427.313 427.314 404.687 278.627 256 427.314 107.313\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil yen \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"396.641 97.81 371.359 78.19 256.413 226.312 148.938 78.587 123.062 97.413 238.438 256 152.471 256 152.471 288 240 288 240 322.823 152.471 322.823 152.471 354.823 240 354.823 240 432 272 432 272 354.823 359.529 354.823 359.529 322.823 272 322.823 272 288 359.529 288 359.529 256 273.879 256 396.641 97.81\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil zoom in \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <polygon fill=\"var(--ci-primary-color, currentColor)\" points=\"208 96 176 96 176 176 96 176 96 208 176 208 176 288 208 288 208 208 288 208 288 176 208 176 208 96\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M479.6,400.4l-81.084-81.084-62.368-25.767A175.008,175.008,0,0,0,368,192.687c0-97.047-78.953-176-176-176S16,95.64,16,192.687s78.953,176,176,176a175.028,175.028,0,0,0,101.619-32.378l25.7,62.2L400.4,479.6a56,56,0,0,0,79.2-79.2ZM48,192.687c0-79.4,64.6-144,144-144s144,64.6,144,144-64.6,144-144,144S48,272.088,48,192.687ZM456.971,456.971a24.029,24.029,0,0,1-33.942,0L346.457,380.4l-23.894-57.835L380.4,346.457l76.573,76.572A24.029,24.029,0,0,1,456.971,456.971Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil zoom out \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <rect   x=\"96.344\" y=\"175.313\" fill=\"var(--ci-primary-color, currentColor)\" class=\"ci-primary\"/>\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M479.6,399.716l-81.084-81.084-62.368-25.767A175.014,175.014,0,0,0,368,192c0-97.047-78.953-176-176-176S16,94.953,16,192,94.953,368,192,368a175.034,175.034,0,0,0,101.619-32.377l25.7,62.2L400.4,478.911a56,56,0,1,0,79.2-79.195ZM48,192c0-79.4,64.6-144,144-144s144,64.6,144,144S271.4,336,192,336,48,271.4,48,192ZM456.971,456.284a24.028,24.028,0,0,1-33.942,0l-76.572-76.572-23.894-57.835L380.4,345.771l76.573,76.572A24.028,24.028,0,0,1,456.971,456.284Z\" class=\"ci-primary\"/>\n</svg>\n</li><li title=\"cil zoom \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n  <path fill=\"var(--ci-primary-color, currentColor)\" d=\"M479.6,399.716l-81.084-81.084-62.368-25.767A175.014,175.014,0,0,0,368,192c0-97.047-78.953-176-176-176S16,94.953,16,192,94.953,368,192,368a175.034,175.034,0,0,0,101.619-32.377l25.7,62.2L400.4,478.911a56,56,0,1,0,79.2-79.195ZM48,192c0-79.4,64.6-144,144-144s144,64.6,144,144S271.4,336,192,336,48,271.4,48,192ZM456.971,456.284a24.028,24.028,0,0,1-33.942,0l-76.572-76.572-23.894-57.835L380.4,345.771l76.573,76.572A24.028,24.028,0,0,1,456.971,456.284Z\" class=\"ci-primary\"/>\n</svg>\n</li></ul>\n"
  },
  {
    "path": "resources/svg/icons/css.gg/LICENSE",
    "content": "MIT License\n\nCopyright (c) 2019 css.gg\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n"
  },
  {
    "path": "resources/svg/icons/css.gg/README.md",
    "content": "# [Demo](https://css.gg) - [Figma](https://css.gg/fig) - [Twitter](https://twitter.com/astritmalsija)\nOpen-source CSS, SVG and Figma UI Icons \\\nAvailable in SVG Sprite, styled-components, NPM & API\n\n![npm](https://img.shields.io/npm/v/css.gg) ![GitHub last commit](https://img.shields.io/github/last-commit/astrit/css.gg) ![Website](https://img.shields.io/website?url=https%3A%2F%2Fcss.gg) ![npm](https://img.shields.io/npm/dt/css.gg) ![GitHub issues](https://img.shields.io/github/issues/astrit/css.gg) ![GitHub stars](https://img.shields.io/github/stars/astrit/css.gg) ![Twitter Follow](https://img.shields.io/twitter/follow/astritmalsija?label=follow&style=social)\n\n![css.gg](https://css.gg/fav/ogit.png)\n![css.gg icons](https://css.gg/img/all.png)\n\n# New in 2.0\n#### 🥳 200 New Icons\n#### 🚀 SVG Icons\n#### 🔥 SVG Sprite\n#### 💅 Styled Components\n#### ⚛️ React Local Styled Components\n#### 🦄 Figma Components\n#### 🔮 Adobe XD Components\n\n# Table of Contents\n* [Get Started](#get-started)\n* [HTML include](#html-include)\n  * [1. All icons](#1-all-icons)\n  * [2. Single icon](#2-single-icon)\n  * [3. Collection](#3-collection)\n  * [4. Markup](#4-markup)\n  * [5. Example](#5-example)\n* [CSS @import](#css--import)\n  * [1. All icons](#1-all-icons-1)\n  * [2. Single icon](#2-single-icon-1)\n  * [3. Collection](#3-collection-1)\n  * [4. Resizing](#4-resizing)\n  * [5. Coloring](#5-coloring)\n* [SVG](#svg)\n  * [1. SVG Sprite - Download Path](#1-svg-sprite---download-path)\n    * [1.1. Example](#11-example)\n  * [2. SVG Single Icon - Download Path](#2-svg-single-icon---download-path)\n    * [2.1. Example - SVG Sprite](#21-example---svg-sprite)\n    * [2.2. Example - Inline SVG Sprite/Symbol](#22-example---inline-svg-sprite-symbol)\n    * [2.3. Example Single copy/paste icon](#23-example-single-copy-paste-icon)\n  * [3. Encode SVG for CSS](#3-encode-svg-for-css)\n    * [3.1. Example - Encoded SVG for CSS icon](#31-example---encoded-svg-for-css-icon)\n  * [4. Coloring a SVG icon](#4-coloring-a-svg-icon)\n    * [4.1. Directly on the icon](#41-directly-on-the-icon)\n    * [4.2. using class](#42-using-class)\n* [JSON - paths](#json---paths)\n  * [1. All icons](#1-all-icons-2)\n  * [2. Single icon](#2-single-icon-2)\n  * [3. Collection](#3-collection-2)\n* [XML - paths](#xml---paths)\n  * [1. All icons](#1-all-icons-3)\n  * [2. Single icon](#2-single-icon-3)\n  * [3. Collection](#3-collection-3)\n* [React](#react)\n  * [1. Styled Components](#1-styled-components---)\n  * [2. Local Single Icon as `styled-component`](#2-local-single-icon-as--styled-component-)\n    * [2.1. Copy directly from the page](#21-copy-directly-from-the-page)\n    * [2.2. Local Component Example](#22-local-component-example)\n  * [3. SVG Sprite method](#3-svg-sprite-method)\n  * [4. All CSS icons](#4-all-css-icons)\n    * [4.1. Single CSS icon](#41-single-css-icon)\n  * [5. All SCSS icons](#5-all-scss-icons)\n    * [5.1. Single SCSS icon](#51-single-scss-icon)\n  * [6. Combined import SVG, CSS, SCSS etc.](#6-combined-import-svg-css-scss-etc)\n* [Design Tools](#design-tools)\n  * [1. Figma](#1-figma---httpscssggfig)\n  * [2. Adobe XD](#2-adobe-xd---httpscssggxd)\n* [Contributors](#contributors)\n* [Donate](#donate)\n* [Support](#support)\n* [v.1.0.6 or older](#v106-or-older)\n* [TODO:](#todo)\n\n# Get Started\nInstall the latest version via npm or yarn\n```shell\nnpm i css.gg\n```\n```shell\nyarn add css.gg\n```\n\nUsing Package Manager \\\nThis package contains the following directories and files:\n\n\n| Path &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; | What it is |\n| :-| :-|\n| /css         | individual *.css icons                                        |\n| /scss        | individual *.scss icons                                       |\n| /svg         | individual *.svg icons                                        |\n| /tsx         | individual *.tsx icons `styled-components`                    |\n| /all.css     | all icons compressed in a single file                         |\n| /all.d.ts    |  `styled-components` |\n| /all.fig      | local figma file same as https://css.gg/fig  |\n| /all.js      | list of exported `styled-components`  |\n| /all.js.map  | `styled-components`  |\n| /all.json    | all icons *.css, *.svg, *.tsx including markup & public path  |\n| /all.scss     | all icons in a single SCSS file `npm i node-sass` needed                         |\n| /all.svg     | SVG Sprite with all icons                                     |\n| /all.xd     | local adobe xd file same as https://css.gg/xd                                     |\n| /all.xml     | all icons *.css, *.svg, *.tsx including markup & public path  |\n\n\n# HTML include\n#### 1. All icons\n```html\n<!-- css.gg -->\n<link href='https://css.gg/css' rel='stylesheet'>\n\n<!-- UNPKG -->\n<link href='https://unpkg.com/css.gg/icons/all.css' rel='stylesheet'>\n\n<!-- JSDelivr -->\n<link href='https://cdn.jsdelivr.net/npm/css.gg/icons/all.css' rel='stylesheet'>\n```\n\n#### 2. Single icon\n```html\n<!-- css.gg -->\n<link href='https://css.gg/ {ICONNAME} .css' rel='stylesheet'>\n\n<!-- UNPKG -->\n<link href='https://unpkg.com/css.gg/icons/css/ {ICONNAME} .css' rel='stylesheet'>\n\n<!-- JSDelivr -->\n<link href='https://cdn.jsdelivr.net/npm/css.gg/icons/css/ {ICONNAME} .css' rel='stylesheet'>\n```\n#### 3. Collection\n```html\n<!-- CSS Format -->\n<link href='https://css.gg/css?= {ICONNAME} | {ICONNAME}' rel='stylesheet'>\n```\n#### 4. Markup\n```html\n<i class=\" {ICONNAME} \"></i>\n\n<!-- reference icon using span -->\n<span class=\" {ICONNAME} \"></span>\n\n<!-- reference icon using div -->\n<div class=\" {ICONNAME} \"></div>\n\n<!-- reference icon using custom tag -->\n<gg-icon class=\" {ICONNAME} \"></gg-icon>\n```\n##### 5. Example\n```html\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Document</title>\n\n    <!-- You can add this link or any other CDN alternatives as mentioned above -->\n    <link href='https://css.gg/css' rel='stylesheet'>\n\n</head>\n<body>\n\n    <!-- Using i tag  -->\n    <i class=\"gg- {ICONNAME} \"></i>\n\n    <!-- Using div tag  -->\n    <div class=\"gg- {ICONNAME} \"></div>\n\n    <!-- Using custom tag  -->\n    <gg-icon class=\"gg- {ICONNAME} \"></gg-icon>\n\n</body>\n</html>\n```\n\n\n# CSS @import\n#### 1. All icons\n```css\n/* css.gg */\n@import url('https://css.gg/css');\n\n/* UNPKG */\n@import url('https://unpkg.com/css.gg/icons/all.css');\n\n/* JSDelivr */\n@import url('https://cdn.jsdelivr.net/npm/css.gg/icons/all.css');\n```\n#### 2. Single icon\n```css\n/* css.gg */\n@import url('https://css.gg/ {ICONNAME} .css');\n\n/* UNPKG */\n@import url('https://unpkg.com/css.gg/icons/css/ {ICONNAME} .css');\n\n/* JSDelivr */\n@import url('https://cdn.jsdelivr.net/npm/css.gg/icons/css/ {ICONNAME} .css');\n```\n#### 3. Collection\n```css\n/* css.gg */\n@import url('https://css.gg/css?= {ICONNAME} | {ICONNAME}');\n```\n#### 4. Resizing\n> To resize an icon you just need to change the value of a css variable \"--ggs\" to any value you like if not specified it falls back to 1 or the actual size.\n```css\n.gg-{ICONNAME} {\n    /* This value will multiple the actual size  */\n    --ggs: 10;\n}\n```\n> The variable can be added to the parent, custom class,body or root level if you want all icons same size.\n```css\n:root {\n    --ggs: 6;\n}\n```\n#### 5. Coloring\nBy default all the CSS, SCSS icons inherit the color from the parent by using `currentColor` attribute how ever you can apply any color you like.\n```css\n.gg-{ICONNAME} {\n  color: teal;\n}\n```\n\n# SVG\n#### 1. SVG Sprite - Download Path\nYou can't use these paths, you must download since SVG doesn't allow external sources.\n```html\n<!-- css.gg -->\nhttps://css.gg/svg\n\n<!-- UNPKG -->\nhttps://unpkg.com/css.gg/icons/all.svg\n\n<!-- JSDelivr -->\nhttps://cdn.jsdelivr.net/npm/css.gg/icons/all.svg\n```\n##### 1.1. Example\n```html\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Document</title>\n</head>\n<body>\n\n<!-- First copy all.svg to your project directory -->\n<svg><use xlink:href=\"path/to/all.svg# {ICONNAME} \"/></svg>\n\n</body>\n</html>\n```\n\n#### 2. SVG Single Icon - Download Path\n```html\n<!-- css.gg -->\nhttps://css.gg/ {ICONNAME} .svg\n\n<!-- UNPKG -->\nhttps://unpkg.com/css.gg/icons/svg/ {ICONNAME} .svg\n\n<!-- JSDelivr -->\nhttps://cdn.jsdelivr.net/npm/css.gg/icons/svg/ {ICONNAME} .svg\n```\n##### 2.1. Example - SVG Sprite\n```html\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Document</title>\n</head>\n<body>\n\n<!-- First copy all.svg to your project directory -->\n<svg><use xlink:href=\"path/to/all.svg# {ICONNAME} \"/></svg>\n\n</body>\n</html>\n```\n##### 2.2. Example - Inline SVG Sprite/Symbol\nYou can add as symbol each or copy the entire file contents at one of the CDN alternatives as mentioned at 2.1\n```html\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Document</title>\n</head>\n<body>\n\n  <svg xmlns=\"http://www.w3.org/2000/svg\" style=\"display: none;\" >\n    <symbol id=\"{ICONNAME}\">\n      <!-- here goes the icon path  -->\n    </symbol>\n  </svg>\n\n  <!-- Afterward you can call the icons by id like this: -->\n  <svg><use xlink:href=\"# {ICONNAME} \"/></svg>\n\n</body>\n</html>\n```\n\n#### 2.3. Example Single copy/paste icon\nYou can go to `https://css.gg/{ICONNAME}` and copy the SVG icon directy and paste it on your project. \\\nYou can also download a single icon by just visiting `https://css.gg/{ICONNAME}.svg`\n```html\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Document</title>\n</head>\n<body>\n\n  <!-- Just paste it where you want the icon to be  -->\n  <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" > <path d=\"M9 13H15V17H9V13Z\" fill=\"currentColor\" fill-opacity=\"0.5\" /> <path d=\"M6 7H18V11H6V7Z\" fill=\"currentColor\" /> </svg>\n\n</body>\n</html>\n```\n\n#### 3. Encode SVG for CSS\nYou need to define width and height in order for this to work.\nAfterwards you can just create a div\n\n```css\n.gg-{ICONNAME} {\n\n  background-image:\n    url(\"data:image/svg+xml,<svg></svg>\");\n\n}\n```\n> To encode use this tool \\\nhttps://yoksel.github.io/url-encoder/\n\n#### 3.1. Example - Encoded SVG for CSS icon\n```html\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Document</title>\n</head>\n<body>\n\n    <!-- Using i tag  -->\n    <i class=\"gg- {ICONNAME} \"></i>\n\n    <!-- Using div tag  -->\n    <div class=\"gg- {ICONNAME} \"></div>\n\n    <!-- Using custom tag  -->\n    <gg-icon class=\"gg- {ICONNAME} \"></gg-icon>\n\n</body>\n</html>\n```\n#### 4. Coloring a SVG icon\nBy default all colors use `currentColor` as value in order to inherit the color from the parent. \\\nIf you wish to change that color you can do the following.\n#### 4.1. Directly on the icon\n```html\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Document</title>\n</head>\n<body>\n\n    <svg><path fill=\" {COLOR} \" /></svg>\n\n</body>\n</html>\n```\n\n#### 4.2. using class\n```html\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Document</title>\n\n    <style>\n      /* 1. You define the CSS class like this:  */\n\n      .custom__color path {\n        color: teal;\n      }\n\n    </style>\n</head>\n<body>\n\n    <!-- 2. After that you have to apply the class to the icon -->\n    <svg class=\"custom__color\"><path /></svg>\n\n</body>\n</html>\n```\n\n# JSON - paths\n#### 1. All icons\n```html\n<!-- All attributes -->\nhttps://css.gg/json\n\n<!-- Only Style -->\nhttps://css.gg/json?=&op=css\n\n<!-- Style & Markup -->\nhttps://css.gg/json?=&op=css+markup\n\n<!-- UNPKG -->\nhttps://unpkg.com/css.gg/icons/all.json\n\n<!-- JSDelivr -->\nhttps://cdn.jsdelivr.net/npm/css.gg/icons/all.json\n```\n#### 2. Single icon\n```html\n<!-- All attributes -->\nhttps://css.gg/json?= {ICONNAME}\n\n<!-- Only Style -->\nhttps://css.gg/json?= {ICONNAME} &op=css\n\n<!-- Style & Markup -->\nhttps://css.gg/json?= {ICONNAME} &op=css+markup\n\n<!-- No CDN Alternatives -->\n```\n#### 3. Collection\n```html\n<!-- All attributes -->\nhttps://css.gg/json?= {ICONNAME} | {ICONNAME}\n\n<!-- Only Style -->\nhttps://css.gg/json?= {ICONNAME} | {ICONNAME} &op=css\n\n<!-- Style & Markup -->\nhttps://css.gg/json?= {ICONNAME} | {ICONNAME} &op=css+markup\n\n<!-- No CDN Alternatives -->\n```\n# XML - paths\n#### 1. All icons\n```html\n<!-- All attributes -->\nhttps://css.gg/xml\n\n<!-- Only Style -->\nhttps://css.gg/xml?=&op=css\n\n<!-- Style & Markup -->\nhttps://css.gg/xml?=&op=css+markup\n\n<!-- UNPKG -->\nhttps://unpkg.com/css.gg/icons/all.xml\n\n<!-- JSDelivr -->\nhttps://cdn.jsdelivr.net/npm/css.gg/icons/all.xml\n```\n#### 2. Single icon\n```html\n<!-- All attributes -->\nhttps://css.gg/xml?= {ICONNAME}\n\n<!-- Only Style -->\nhttps://css.gg/xml?= {ICONNAME} &op=css\n\n<!-- Style & Markup -->\nhttps://css.gg/xml?= {ICONNAME} &op=css+markup\n\n<!-- No CDN Alternatives -->\n```\n#### 3. Collection\n```html\n<!-- All attributes -->\nhttps://css.gg/xml?= {ICONNAME} | {ICONNAME}\n\n<!-- Only Style -->\nhttps://css.gg/xml?= {ICONNAME} | {ICONNAME} &op=css\n\n<!-- Style & Markup -->\nhttps://css.gg/xml?= {ICONNAME} | {ICONNAME} &op=css+markup\n\n<!-- No CDN Alternatives -->\n```\n# React\nOn a React project you can include a single icon as CSS, Styled Component, SCSS, SVG or call the contents using .json or .xml files.\n\\\nNote that only `styled-components` icons can be called directly such as:\n```js\nimport { ICONNAME } from 'css.gg'\n```\n\n#### 1. Styled Components 💅\nAfter you install the package by using `npm i css.gg` or `yarn add css.gg` you can add a single icon like this:\n```js\nimport React from 'react'\nimport { ICONNAME } from 'css.gg'\n\nexport default function() {\n  return (\n    <div>\n\n      <ICONNAME />\n\n    </div>\n  )\n}\n```\n#### 2. Local Single Icon as `styled-component`\nIf you need to download a single `typescript` or `styled-componment` format icon without downloading the entire package just visit the link like this:\n```html\nhttps://css.gg/{ICONNAME}.tsx\n```\n#### 2.1. Copy directly from the page\nIf you don't want to download at all but just copy paste visit the icon page and you have a special tab for it.\n```html\nhttps://css.gg/{ICONNAME}\n```\n#### 2.2. Local Component Example\n```js\nimport React from 'react';\n\n// local path\nimport { ICONNAME } from \"./ {ICONNAME} \"\n\nfunction App() {\n  return (\n    <div>\n\n      <ICONNAME />\n\n    </div>\n  );\n}\n\nexport default App;\n```\n#### 3. SVG Sprite method\n```js\nimport React from 'react';\n\n// Import function from package\nimport { SVG } from 'css.gg'\n\nfunction App() {\n  return (\n    <div>\n\n      <svg width=\"24\" height=\"24\"><use xlinkHref={SVG + '#gg-ICONNAME'} /></svg>\n\n    </div>\n  );\n}\n\nexport default App;\n```\n\n#### 4. All CSS icons\n```js\nimport React from 'react';\n\n// Import function from package\nimport { CSS } from 'css.gg'\n\nfunction App() {\n  return (\n    <div>\n\n        <!-- Using i tag  -->\n        <i className=\"gg- {ICONNAME} \"></i>\n\n        <!-- Using div tag  -->\n        <div className=\"gg- {ICONNAME} \"></div>\n\n        <!-- Using custom tag  -->\n        <gg-icon className=\"gg- {ICONNAME} \"></gg-icon>\n\n    </div>\n  );\n}\n\nexport default App;\n```\n\n#### 4.1. Single CSS icon\n```js\nimport React from 'react';\n\n// Import path from package\nimport 'css.gg/icons/css/ {ICONNAME} .css'\n\nfunction App() {\n  return (\n    <div>\n\n        <!-- Using i tag  -->\n        <i className=\"gg- {ICONNAME} \"></i>\n\n        <!-- Using div tag  -->\n        <div className=\"gg- {ICONNAME} \"></div>\n\n        <!-- Using custom tag  -->\n        <gg-icon className=\"gg- {ICONNAME} \"></gg-icon>\n\n    </div>\n  );\n}\n\nexport default App;\n```\n\n#### 5. All SCSS icons\nSCSS format to work you need to have `node-sass` installed `npm i node-sass`\n```js\nimport React from 'react';\n\n// Import function from package\nimport { SCSS } from 'css.gg'\n\nfunction App() {\n  return (\n    <div>\n\n        <!-- Using i tag  -->\n        <i className=\"gg- {ICONNAME} \"></i>\n\n        <!-- Using div tag  -->\n        <div className=\"gg- {ICONNAME} \"></div>\n\n        <!-- Using custom tag  -->\n        <gg-icon className=\"gg- {ICONNAME} \"></gg-icon>\n\n    </div>\n  );\n}\n\nexport default App;\n```\n\n#### 5.1. Single SCSS icon\nSCSS format to work you need to have `node-sass` installed `npm i node-sass`\n```js\nimport React from 'react';\n\n// Import path from package\nimport 'css.gg/icons/scss/ {ICONNAME} .scss'\n\nfunction App() {\n  return (\n    <div>\n\n        <!-- Using i tag  -->\n        <i className=\"gg- {ICONNAME} \"></i>\n\n        <!-- Using div tag  -->\n        <div className=\"gg- {ICONNAME} \"></div>\n\n        <!-- Using custom tag  -->\n        <gg-icon className=\"gg- {ICONNAME} \"></gg-icon>\n\n    </div>\n  );\n}\n\nexport default App;\n```\n\n#### 6. Combined import SVG, CSS, SCSS etc.\n```js\n\nimport { SVG, CSS, SCSS, ICONNAME, ICONNAME } from 'css.gg'\n\n```\n\n# Design Tools\n#### 1. Figma - https://css.gg/fig\nAll icons are available as components on assets from where you can search for a sigle icon or browse categories.\n![css.gg figma](https://css.gg/img/pfig.png)\n\n\n#### 2. Adobe XD - https://css.gg/xd\nAll icons are available as components \\\n![css.gg figma](https://css.gg/img/pxd.png)\n\n# Contributors\n1. [Astrit](https://github.com/astrit) - Author\n2. [JiangWeixian](https://github.com/jiangWeixian) - Styled Components\n3. [Lona](https://www.figma.com/@lona) - Figma/SVG Design\n\nTo become a contributor do a [new pull request](https://github.com/astrit/css.gg/pulls).\n\n# Donate\n| Source          | Link                               |\n| :-------------- | :----------------------------------|\n| Github Sponsor  | https://github.com/sponsors/astrit |\n| Open Collective | https://opencollective.com/css-gg  |\n| PayPal          | https://paypal.me/GjonMalsijaj     |\n\n# Support\nDiscord - https://discord.gg/e7NDKFM\n\n# v.1.0.6 or older\nIn order to access older versions you can use one of the provided CDN Alternatives\n```html\n<!-- UNPKG -  v.1.0.6 -->\nhttps://unpkg.com/browse/css.gg@1.0.6/\n\n<!-- JSDelivr -  v.1.0.6 -->\nhttps://cdn.jsdelivr.net/npm/css.gg@1.0.6/\n```\n\n# TODO:\n1. CSS Modules\n2. Angluar\n3. Vue.js\n\nIf you would like to contribute feel free to do a [new pull request](https://github.com/astrit/css.gg/pulls)."
  },
  {
    "path": "resources/svg/icons/css.gg/index.html",
    "content": "<style>\nul.svg-list {\n\tlist-style:none;\n\tpadding:0;\n\tmargin:10px 0 0;\n}\nul.svg-list li {\n\tdisplay:inline-block;\n\tposition:relative;\n\twidth:32px;\n\theight:32px;\n\tpadding:3px;\n\tmargin-right:5px;\n\tmargin-bottom:5px;\n\tbox-shadow:0px 3px 6px 0px rgba(0, 0, 0, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.08);\n}\n\nul.svg-list li:hover {\n\tbox-shadow:none;//0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 0px rgba(0, 0, 0, 0.15);\n}\n\nul.svg-list li svg{\n\tmax-width:100%;\n\tmax-height:100%;\n\tfill: var(--bs-body-color);\n\t//color: var(--bs-border-color);\n}\n\nul.svg-list li span {\n\t//display:none;\n}\n\nul.svg-list li.heading {\n\twidth:100%;\n\tbox-shadow:none;\n\ttext-transform: capitalize;\n\tfont-size: 12px;\n\tline-height: 32px;\t\n}\n\nul.svg-list li span {\n  visibility: hidden;\n  min-width: 120px;\n  background-color: black;\n  color: #fff;\n  text-align: center;\n  border-radius: 6px;\n  padding: 5px 0;\n  \n  /* Position the tooltip */\n  position: absolute;\n  z-index: 1;\n  left:0;\n  top: 105%;\n  font-size:12px;\n}\n\nul.svg-list li:hover  span {\n  visibility: visible;\n}\n\nul.svg-list li:hover  svg {\n\ttransform: scale(2);\n\tfill:blue;\n\tcolor:green;\n}\t\n</style>\n<ul class=\"svg-list\"><li title=\"abstract \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M5 5H19V19H16L16 8H5V5Z\" fill=\"currentColor\" />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M10 19C12.7614 19 15 16.7614 15 14C15 11.2386 12.7614 9 10 9C7.23858 9 5 11.2386 5 14C5 16.7614 7.23858 19 10 19ZM10 16C11.1046 16 12 15.1046 12 14C12 12.8954 11.1046 12 10 12C8.89543 12 8 12.8954 8 14C8 15.1046 8.89543 16 10 16Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"add r \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M12 6C12.5523 6 13 6.44772 13 7V11H17C17.5523 11 18 11.4477 18 12C18 12.5523 17.5523 13 17 13H13V17C13 17.5523 12.5523 18 12 18C11.4477 18 11 17.5523 11 17V13H7C6.44772 13 6 12.5523 6 12C6 11.4477 6.44772 11 7 11H11V7C11 6.44772 11.4477 6 12 6Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M5 22C3.34315 22 2 20.6569 2 19V5C2 3.34315 3.34315 2 5 2H19C20.6569 2 22 3.34315 22 5V19C22 20.6569 20.6569 22 19 22H5ZM4 19C4 19.5523 4.44772 20 5 20H19C19.5523 20 20 19.5523 20 19V5C20 4.44772 19.5523 4 19 4H5C4.44772 4 4 4.44772 4 5V19Z\"\n    fill=\"currentColor\"\n  />\n</svg>\n</li><li title=\"add \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M13 7C13 6.44772 12.5523 6 12 6C11.4477 6 11 6.44772 11 7V11H7C6.44772 11 6 11.4477 6 12C6 12.5523 6.44772 13 7 13H11V17C11 17.5523 11.4477 18 12 18C12.5523 18 13 17.5523 13 17V13H17C17.5523 13 18 12.5523 18 12C18 11.4477 17.5523 11 17 11H13V7Z\"\n    fill=\"currentColor\"\n  />\n</svg>\n</li><li title=\"adidas \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M1.3294 19L0.731323 17.9641L5.06145 15.4641L7.1029 19H1.3294Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M15.1858 19H9.4123L5.7935 12.7321L10.1236 10.2321L15.1858 19Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M23.2687 19H17.4952L10.8557 7.5L15.1858 5L23.2687 19Z\"\n    fill=\"currentColor\"\n  />\n</svg>\n</li><li title=\"airplane \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M9.00967 5.12761H11.0097C12.1142 5.12761 13.468 5.89682 14.0335 6.8457L16.5089 11H21.0097C21.562 11 22.0097 11.4477 22.0097 12C22.0097 12.5523 21.562 13 21.0097 13H16.4138L13.9383 17.1543C13.3729 18.1032 12.0191 18.8724 10.9145 18.8724H8.91454L12.4138 13H5.42485L3.99036 15.4529H1.99036L4.00967 12L4.00967 11.967L2.00967 8.54712H4.00967L5.44417 11H12.5089L9.00967 5.12761Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"alarm \"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.45887 2L1 6.01478L2.33826 7.50107L6.79713 3.48629L5.45887 2Z\" fill=\"currentColor\"/>\n<path d=\"M11 8H13V12H16V14H11V8Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12ZM5 12C5 8.13401 8.13401 5 12 5C15.866 5 19 8.13401 19 12C19 15.866 15.866 19 12 19C8.13401 19 5 15.866 5 12Z\" fill=\"currentColor\"/>\n<path d=\"M18.5411 2L23 6.01478L21.6617 7.50107L17.2029 3.48629L18.5411 2Z\" fill=\"currentColor\"/>\n</svg></li><li title=\"album \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M2 19C2 20.6569 3.34315 22 5 22H19C20.6569 22 22 20.6569 22 19V5C22 3.34315 20.6569 2 19 2H5C3.34315 2 2 3.34315 2 5V19ZM20 19C20 19.5523 19.5523 20 19 20H5C4.44772 20 4 19.5523 4 19V5C4 4.44772 4.44772 4 5 4H10V12.0111L12.395 12.0112L14.0001 9.86419L15.6051 12.0112H18.0001L18 4H19C19.5523 4 20 4.44772 20 5V19ZM16 4H12V9.33585L14.0001 6.66046L16 9.33571V4Z\"\n    fill=\"currentColor\"\n  />\n</svg>\n</li><li title=\"align bottom \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M13 10H17V16H13V10Z\" fill=\"currentColor\" fill-opacity=\"0.5\" />\n  <path d=\"M11 4H7V16H11V4Z\" fill=\"currentColor\" />\n  <path d=\"M18 18H6V20H18V18Z\" fill=\"currentColor\" />\n</svg>\n</li><li title=\"align center \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M9 13H15V17H9V13Z\" fill=\"currentColor\" fill-opacity=\"0.5\" />\n  <path d=\"M6 7H18V11H6V7Z\" fill=\"currentColor\" />\n</svg></li><li title=\"align left \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M8 13H14V17H8V13Z\" fill=\"currentColor\" fill-opacity=\"0.5\" />\n  <path d=\"M6 6H4V18H6V6Z\" fill=\"currentColor\" />\n  <path d=\"M20 7H8V11H20V7Z\" fill=\"currentColor\" />\n</svg></li><li title=\"align middle \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M13 9H17V15H13V9Z\" fill=\"currentColor\" fill-opacity=\"0.5\" />\n  <path d=\"M7 6H11V18H7V6Z\" fill=\"currentColor\" />\n</svg></li><li title=\"align right \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M15.9991 13.0039L9.99907 12.9911L9.99054 16.9911L15.9905 17.0039L15.9991 13.0039Z\"\n    fill=\"currentColor\"\n    fill-opacity=\"0.5\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M19.978 18.0021L20.0036 6.00214L18.0036 5.99788L17.978 17.9979L19.978 18.0021Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M3.9964 10.9851L15.9964 11.0107L16.0049 7.0107L4.00493 6.98512L3.9964 10.9851Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"align top \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M13.0352 7.98797L13.0374 13.988L17.0374 13.9865L17.0352 7.98653L13.0352 7.98797Z\"\n    fill=\"currentColor\"\n    fill-opacity=\"0.5\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M17.9996 4.01189L5.99963 4.01837L6.00038 6.01837L18.0004 6.01189L17.9996 4.01189Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M11.0374 19.9864L11.0321 7.98637L7.03207 7.98813L7.03736 19.9881L11.0374 19.9864Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"anchor \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M15 6C15 7.30622 14.1652 8.41746 13 8.82929V16.874C14.7252 16.4299 16 14.8638 16 13H18C18 15.973 15.8377 18.441 13 18.917V20C13 20.5523 12.5523 21 12 21C11.4477 21 11 20.5523 11 20V18.917C8.16229 18.441 6 15.973 6 13H8C8 14.8638 9.27477 16.4299 11 16.874V8.82929C9.83481 8.41746 9 7.30622 9 6C9 4.34315 10.3431 3 12 3C13.6569 3 15 4.34315 15 6ZM12 7C12.5523 7 13 6.55228 13 6C13 5.44772 12.5523 5 12 5C11.4477 5 11 5.44772 11 6C11 6.55228 11.4477 7 12 7Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"apple watch \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M16.4975 5.02988C16.4973 5.07798 16.4959 5.12581 16.4934 5.17335C17.662 5.58332 18.5 6.69628 18.5 8.00496V9.00493H19.5V13.0049H18.5V16.005C18.5 17.3129 17.663 18.4254 16.4953 18.8359C16.4984 18.8919 16.5 18.9482 16.5 19.005C16.5 20.6618 15.1569 22.005 13.5 22.005H9.5C7.84315 22.005 6.5 20.6618 6.5 19.005C6.5 18.9482 6.50158 18.8919 6.50468 18.8359C5.33705 18.4254 4.5 17.3129 4.5 16.005V8.00496C4.5 6.69767 5.33618 5.58568 6.50286 5.17465C6.49907 5.11032 6.4973 5.04546 6.49763 4.98011C6.50587 3.32328 7.85569 1.98683 9.51252 1.99508L13.5125 2.01499C15.1693 2.02324 16.5058 3.37305 16.4975 5.02988ZM8.49764 5.00496H14.4975C14.4922 4.45954 14.0498 4.01769 13.5025 4.01496L9.50257 3.99505C8.95029 3.99231 8.50035 4.43779 8.4976 4.99006L8.49764 5.00496ZM15.7049 7.02596L11.4846 7.00496H7.5C6.94772 7.00496 6.5 7.45267 6.5 8.00496V16.005C6.5 16.5568 6.94696 17.0042 7.4986 17.005H15.5014C16.053 17.0042 16.5 16.5568 16.5 16.005V8.00496C16.5 7.52289 16.1589 7.12049 15.7049 7.02596ZM8.5 19.005C8.5 19.5572 8.94772 20.005 9.5 20.005H13.5C14.0523 20.005 14.5 19.5572 14.5 19.005H8.5Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"arrange back \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M3 3H11V7H17V13H21V21H13V17H7V11H3V3ZM15 13H13V15H9V11H11V9H15V13Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"arrange front \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M3 3H11V7H17V13H21V21H13V17H7V11H3V3ZM15 9H9V15H15V9Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"arrow align h \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M13 7H11V17H13V7Z\" fill=\"currentColor\" />\n  <path\n    d=\"M5.99996 7.75732L7.41418 9.17154L5.58572 11L9.99996 11V13L5.58579 13L7.41418 14.8284L5.99996 16.2426L1.75732 12L5.99996 7.75732Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M18 16.2427L16.5858 14.8285L18.4143 13H14V11L18.4142 11L16.5858 9.17161L18 7.75739L22.2427 12L18 16.2427Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"arrow align v \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M7 11L7 13H17V11H7Z\" fill=\"currentColor\" />\n  <path\n    d=\"M7.75732 18L9.17154 16.5858L11 18.4143V14H13V18.4142L14.8284 16.5858L16.2426 18L12 22.2427L7.75732 18Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M16.2427 5.99996L14.8285 7.41418L13 5.58572V9.99996H11L11 5.58579L9.17161 7.41418L7.75739 5.99996L12 1.75732L16.2427 5.99996Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"arrow bottom left o \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M10 10.0367L8.00002 10.0367L8 16.0367L14 16.0367L14 14.0367L11.4143 14.0366L16.7438 8.7071L15.3296 7.29289L10 12.6224L10 10.0367Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"arrow bottom left r \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M10 10.0367H8V16.0367H14V14.0367H11.4142L16.7438 8.70712L15.3296 7.2929L10 12.6225V10.0367Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M1 5C1 2.79086 2.79086 1 5 1H19C21.2091 1 23 2.79086 23 5V19C23 21.2091 21.2091 23 19 23H5C2.79086 23 1 21.2091 1 19V5ZM5 3H19C20.1046 3 21 3.89543 21 5V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19V5C3 3.89543 3.89543 3 5 3Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"arrow bottom left \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M18.2426 7.17154L16.8284 5.75732L7.75739 14.8283L7.75739 10.2427H5.75739L5.75739 18.2427H13.7574V16.2427L9.17144 16.2427L18.2426 7.17154Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"arrow bottom right o \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M14.0367 10.0367H16.0367V16.0367H10.0367V14.0367H12.6225L7.29297 8.70713L8.70718 7.29291L14.0367 12.6225L14.0367 10.0367Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"arrow bottom right r \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M14.0367 10.0367H16.0367V16.0367H10.0367V14.0367H12.6225L7.29297 8.70713L8.70718 7.29292L14.0367 12.6225L14.0367 10.0367Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M1 5C1 2.79086 2.79086 1 5 1H19C21.2091 1 23 2.79086 23 5V19C23 21.2091 21.2091 23 19 23H5C2.79086 23 1 21.2091 1 19V5ZM5 3H19C20.1046 3 21 3.89543 21 5V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19V5C3 3.89543 3.89543 3 5 3Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"arrow bottom right \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M5.75739 7.17154L7.1716 5.75732L16.2426 14.8283L16.2426 10.2427H18.2426L18.2426 18.2427H10.2426V16.2427L14.8285 16.2427L5.75739 7.17154Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"arrow down o \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M14.8285 12.0259L16.2427 13.4402L12 17.6828L7.7574 13.4402L9.17161 12.0259L11 13.8544V6.31724H13V13.8544L14.8285 12.0259Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M19.7782 19.7782C15.4824 24.0739 8.51759 24.0739 4.22183 19.7782C-0.0739417 15.4824 -0.0739417 8.51759 4.22183 4.22183C8.51759 -0.0739419 15.4824 -0.0739419 19.7782 4.22183C24.0739 8.51759 24.0739 15.4824 19.7782 19.7782ZM18.364 18.364C14.8492 21.8787 9.15076 21.8787 5.63604 18.364C2.12132 14.8492 2.12132 9.15076 5.63604 5.63604C9.15076 2.12132 14.8492 2.12132 18.364 5.63604C21.8787 9.15076 21.8787 14.8492 18.364 18.364Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"arrow down r \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M14.8284 12.0259L16.2426 13.4402L12 17.6828L7.75733 13.4402L9.17155 12.0259L11 13.8544V6.31724H13V13.8544L14.8284 12.0259Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M1 5C1 2.79086 2.79086 1 5 1H19C21.2091 1 23 2.79086 23 5V19C23 21.2091 21.2091 23 19 23H5C2.79086 23 1 21.2091 1 19V5ZM5 3H19C20.1046 3 21 3.89543 21 5V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19V5C3 3.89543 3.89543 3 5 3Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"arrow down \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M11.0001 3.67157L13.0001 3.67157L13.0001 16.4999L16.2426 13.2574L17.6568 14.6716L12 20.3284L6.34314 14.6716L7.75735 13.2574L11.0001 16.5001L11.0001 3.67157Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"arrow left o \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M11.9481 14.8285L10.5339 16.2427L6.29122 12L10.5339 7.7574L11.9481 9.17161L10.1196 11H17.6568V13H10.1196L11.9481 14.8285Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M4.22183 19.7782C-0.0739419 15.4824 -0.0739419 8.51759 4.22183 4.22183C8.51759 -0.0739419 15.4824 -0.0739419 19.7782 4.22183C24.0739 8.51759 24.0739 15.4824 19.7782 19.7782C15.4824 24.0739 8.51759 24.0739 4.22183 19.7782ZM5.63604 18.364C2.12132 14.8492 2.12132 9.15076 5.63604 5.63604C9.15076 2.12132 14.8492 2.12132 18.364 5.63604C21.8787 9.15076 21.8787 14.8492 18.364 18.364C14.8492 21.8787 9.15076 21.8787 5.63604 18.364Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"arrow left r \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M11.9481 14.8285L10.5339 16.2427L6.29126 12L10.5339 7.7574L11.9481 9.17161L10.1197 11H17.6568V13H10.1197L11.9481 14.8285Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M23 19C23 21.2091 21.2091 23 19 23H5C2.79086 23 1 21.2091 1 19V5C1 2.79086 2.79086 1 5 1H19C21.2091 1 23 2.79086 23 5V19ZM19 21H5C3.89543 21 3 20.1046 3 19V5C3 3.89543 3.89543 3 5 3H19C20.1046 3 21 3.89543 21 5V19C21 20.1046 20.1046 21 19 21Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"arrow left \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M20.3284 11.0001V13.0001L7.50011 13.0001L10.7426 16.2426L9.32842 17.6568L3.67157 12L9.32842 6.34314L10.7426 7.75735L7.49988 11.0001L20.3284 11.0001Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"arrow long down c \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M10.9991 6.84976C9.83339 6.43819 8.99813 5.32671 8.99813 4.02014C8.99813 2.36329 10.3413 1.02014 11.9981 1.02014C13.655 1.02014 14.9981 2.36329 14.9981 4.02014C14.9981 5.32601 14.1638 6.43701 12.9991 6.84911L13.0121 19.1375L14.8244 17.315L16.2426 18.7253L12.0119 22.9799L7.75739 18.7491L9.16763 17.3309L11.0122 19.1652L10.9991 6.84976ZM11.9981 5.02014C11.4458 5.02014 10.9981 4.57243 10.9981 4.02014C10.9981 3.46786 11.4458 3.02014 11.9981 3.02014C12.5504 3.02014 12.9981 3.46786 12.9981 4.02014C12.9981 4.57243 12.5504 5.02014 11.9981 5.02014Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"arrow long down e \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M14.998 1.02014H8.99801V7.02014H10.9991L11.012 19.1652L9.16751 17.3309L7.75726 18.7491L12.0118 22.9799L16.2427 18.7253L14.8246 17.315L13.012 19.1378L12.9991 7.02014H14.998V1.02014ZM10.998 3.02014H12.998V5.02014H10.998V3.02014Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"arrow long down l \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M8.99801 0.972107V2.97211H11.9983L10.998 2.97299L11.0124 19.2135L9.16751 17.379L7.75726 18.7972L12.0118 23.0279L16.2427 18.7734L14.8246 17.3632L13.0124 19.1856L12.998 2.97211H14.998V0.972107H8.99801Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"arrow long down r \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M16.2416 4.64146L11.9989 0.398819L7.75629 4.64146L11.0003 7.88551L11.013 19.7865L9.16846 17.9523L7.75821 19.3704L12.0127 23.6012L16.2437 19.3466L14.8255 17.9363L13.013 19.7591L13.0003 7.8827L16.2416 4.64146ZM10.5847 4.64146L11.9989 3.22725L13.4131 4.64146L11.9989 6.05567L10.5847 4.64146Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"arrow long down \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M13.0125 19.162L14.8246 17.3398L16.2427 18.7501L12.012 23.0046L7.75726 18.7739L9.16751 17.3557L11.0126 19.1905L10.998 0.997021L12.998 0.995422L13.0125 19.162Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"arrow long left c \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M5.27 7.75737L1.0202 11.9928L5.25576 16.2426L6.67236 14.8308L4.85801 13.0103L17.1463 13.0525C17.5532 14.219 18.6604 15.0583 19.9663 15.0642C21.6231 15.0717 22.9723 13.7346 22.9798 12.0777C22.9872 10.4209 21.6501 9.07172 19.9933 9.06427C18.6867 9.05841 17.5715 9.88865 17.1547 11.0525L4.83934 11.0102L6.68182 9.17397L5.27 7.75737ZM18.9798 12.0598C18.9823 11.5075 19.432 11.0618 19.9843 11.0643C20.5366 11.0667 20.9823 11.5165 20.9798 12.0687C20.9773 12.621 20.5276 13.0667 19.9753 13.0642C19.423 13.0618 18.9773 12.612 18.9798 12.0598Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"arrow long left e \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M5.26323 7.75737L1.01343 11.9928L5.24893 16.2426L6.66553 14.8308L4.85123 13.0104L16.9685 13.0519L16.9596 15.0507L22.9595 15.0777L22.9865 9.07773L16.9865 9.05079L16.9775 11.0519L4.83252 11.0103L6.67505 9.17397L5.26323 7.75737ZM20.9775 11.0687L20.9685 13.0687L18.9685 13.0597L18.9775 11.0597L20.9775 11.0687Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"arrow long left l \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M5.20837 7.75725L0.969116 12.0033L5.21515 16.2428L6.62823 14.8274L4.80949 13.0116L21.0229 13.0298L21.0189 15.0297L23.0189 15.0338L23.0309 9.03377L21.0309 9.02976L21.0249 12.019L21.0261 11.0298L4.78543 11.0115L6.62371 9.17033L5.20837 7.75725Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"arrow long left r \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M4.64872 7.72528L0.398926 11.9608L4.63443 16.2105L6.05103 14.7987L4.23673 12.9783L16.1027 13.019L19.3585 16.2747L23.6011 12.0321L19.3585 7.78945L16.1289 11.019L4.21801 10.9782L6.06055 9.14188L4.64872 7.72528ZM17.9443 12.0321L19.3585 10.6179L20.7727 12.0321L19.3585 13.4463L17.9443 12.0321Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"arrow long left \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M1.02698 11.9929L5.26242 16.2426L6.67902 14.8308L4.85766 13.0033L22.9731 13.0012L22.9728 11.0012L4.85309 11.0033L6.6886 9.17398L5.27677 7.75739L1.02698 11.9929Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"arrow long right c \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M18.73 7.75739L22.9798 11.9929L18.7443 16.2426L17.3277 14.8308L19.142 13.0103L6.85364 13.0525C6.44678 14.219 5.33954 15.0584 4.03368 15.0642C2.37684 15.0717 1.02767 13.7346 1.02023 12.0777C1.01279 10.4209 2.34989 9.07173 4.00673 9.06429C5.31328 9.05842 6.4285 9.88867 6.84531 11.0525L19.1607 11.0103L17.3182 9.17398L18.73 7.75739ZM5.02019 12.0598C5.01771 11.5075 4.56799 11.0618 4.01571 11.0643C3.46343 11.0667 3.01773 11.5165 3.02021 12.0687C3.02269 12.621 3.47242 13.0667 4.02469 13.0642C4.57697 13.0618 5.02267 12.612 5.02019 12.0598Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"arrow long right e \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M22.9865 11.9929L18.7511 16.2426L17.3345 14.8308L19.1488 13.0104L7.0314 13.0519L7.04038 15.0507L1.04044 15.0777L1.01349 9.07773L7.01343 9.05079L7.02242 11.0519L19.1674 11.0103L17.3249 9.17398L18.7367 7.75739L22.9865 11.9929ZM3.02245 11.0687L3.03143 13.0687L5.03141 13.0597L5.02243 11.0597L3.02245 11.0687Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"arrow long right l \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M18.9164 7.75739L23.1662 11.9929L18.9305 16.2426L17.5139 14.8308L19.3325 13.0061L2.8338 13.0285V15.0299H0.833801V9.02988H2.8338V11.0285L19.3429 11.0061L17.5046 9.17398L18.9164 7.75739Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"arrow long right r \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M19.3514 7.72525L23.6012 11.9607L19.3655 16.2105L17.9489 14.7987L19.7633 12.9781L7.89744 13.0188L4.64151 16.2748L0.398865 12.0321L4.64151 7.78947L7.87093 11.0189L19.782 10.9781L17.9395 9.14185L19.3514 7.72525ZM4.64151 13.4463L6.05572 12.0321L4.64151 10.6179L3.22729 12.0321L4.64151 13.4463Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"arrow long right \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M23.0677 11.9929L18.818 7.75739L17.4061 9.17398L19.2415 11.0032L0.932469 11.0012L0.932251 13.0012L19.2369 13.0032L17.4155 14.8308L18.8321 16.2426L23.0677 11.9929Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"arrow long up c \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M7.75751 5.23078L12.0321 1.02029L16.2425 5.29492L14.8177 6.69842L13.0141 4.86736L12.9427 17.1555C14.1054 17.5732 14.9345 18.6881 14.9283 19.994C14.9204 21.6508 13.5709 22.9876 11.9141 22.9797C10.2572 22.9718 8.92049 21.6223 8.92836 19.9655C8.93456 18.6589 9.77508 17.5514 10.9427 17.1454L11.0142 4.83017L9.161 6.65563L7.75751 5.23078ZM11.9331 18.9797C11.3808 18.9771 10.931 19.4227 10.9283 19.975C10.9257 20.5273 11.3713 20.9771 11.9236 20.9797C12.4759 20.9823 12.9257 20.5367 12.9283 19.9845C12.9309 19.4322 12.4853 18.9824 11.9331 18.9797Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"arrow long up e \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M12.0321 1.01318L16.2425 5.28781L14.8177 6.69131L13.014 4.86019L12.9436 16.9774L14.9425 16.9869L14.914 22.9868L8.91412 22.9583L8.9426 16.9584L10.9436 16.9679L11.0142 4.82318L9.16107 6.64852L7.75757 5.22367L12.0321 1.01318ZM10.9236 20.9678L12.9236 20.9773L12.9331 18.9773L10.9331 18.9678L10.9236 20.9678Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"arrow long up l \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M12.0321 1.01865L16.2425 5.29327L14.8177 6.69677L13.0192 4.87094L12.9676 20.9813H14.9644V22.9813H8.96441V20.9813H10.9676L11.0194 4.82354L9.16107 6.65399L7.75757 5.22914L12.0321 1.01865Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"arrow long up r \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M7.79337 4.60945L12.0679 0.398956L16.2785 4.67358L14.8536 6.07708L13.0499 4.24596L12.9809 16.1324L16.2068 19.3584L11.9642 23.601L7.72156 19.3584L10.981 16.0989L11.0501 4.20883L9.19686 6.0343L7.79337 4.60945ZM11.9642 20.7726L13.3784 19.3584L11.9642 17.9442L10.55 19.3584L11.9642 20.7726Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"arrow long up \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M12.0321 1.01712L7.75751 5.22761L9.161 6.65246L11.0197 4.82165L10.9644 22.9768L12.9644 22.9829L13.0195 4.86974L14.8177 6.69525L16.2425 5.29175L12.0321 1.01712Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"arrow right o \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M12.0519 14.8285L13.4661 16.2427L17.7088 12L13.4661 7.7574L12.0519 9.17161L13.8804 11H6.34321V13H13.8803L12.0519 14.8285Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M19.7782 19.7782C24.0739 15.4824 24.0739 8.51759 19.7782 4.22183C15.4824 -0.0739417 8.51759 -0.0739417 4.22183 4.22183C-0.0739417 8.51759 -0.0739417 15.4824 4.22183 19.7782C8.51759 24.0739 15.4824 24.0739 19.7782 19.7782ZM18.364 18.364C21.8787 14.8492 21.8787 9.15076 18.364 5.63604C14.8492 2.12132 9.15076 2.12132 5.63604 5.63604C2.12132 9.15076 2.12132 14.8492 5.63604 18.364C9.15076 21.8787 14.8492 21.8787 18.364 18.364Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"arrow right r \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M12.0519 14.8285L13.4661 16.2427L17.7087 12L13.4661 7.7574L12.0519 9.17161L13.8803 11H6.34318V13H13.8803L12.0519 14.8285Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M1 19C1 21.2091 2.79086 23 5 23H19C21.2091 23 23 21.2091 23 19V5C23 2.79086 21.2091 1 19 1H5C2.79086 1 1 2.79086 1 5V19ZM5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"arrow right \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M15.0378 6.34317L13.6269 7.76069L16.8972 11.0157L3.29211 11.0293L3.29413 13.0293L16.8619 13.0157L13.6467 16.2459L15.0643 17.6568L20.7079 11.9868L15.0378 6.34317Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"arrow top left o \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M10 13.9633H8V7.96331H14V9.96331H11.4142L16.7438 15.2929L15.3296 16.7071L10 11.3775L10 13.9633Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23C18.0751 23 23 18.0751 23 12ZM21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"arrow top left r \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M10 13.9633H8V7.96331H14V9.96331H11.4142L16.7438 15.2929L15.3296 16.7071L10 11.3775L10 13.9633Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M1 19C1 21.2091 2.79086 23 5 23H19C21.2091 23 23 21.2091 23 19V5C23 2.79086 21.2091 1 19 1H5C2.79086 1 1 2.79086 1 5V19ZM5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"arrow top left \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M13.4747 5.49475L13.4793 7.49475L8.92175 7.50541L18.5253 17.0896L17.1125 18.5052L7.48259 8.89473L7.49339 13.5088L5.49339 13.5134L5.47467 5.51345L13.4747 5.49475Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"arrow top right o \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M14 13.9633H16V7.96331H10V9.96331H12.5858L7.25623 15.2929L8.67044 16.7071L14 11.3775L14 13.9633Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12ZM3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"arrow top right r \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M14 13.9633H16V7.96331H10V9.96331H12.5858L7.25623 15.2929L8.67044 16.7071L14 11.3775V13.9633Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M23 19C23 21.2091 21.2091 23 19 23H5C2.79086 23 1 21.2091 1 19V5C1 2.79086 2.79086 1 5 1H19C21.2091 1 23 2.79086 23 5V19ZM19 21H5C3.89543 21 3 20.1046 3 19V5C3 3.89543 3.89543 3 5 3H19C20.1046 3 21 3.89543 21 5V19C21 20.1046 20.1046 21 19 21Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"arrow top right \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M10.5253 5.49475L10.5206 7.49475L15.0782 7.50541L5.47473 17.0896L6.88752 18.5052L16.5173 8.89479L16.5065 13.5088L18.5065 13.5134L18.5253 5.51345L10.5253 5.49475Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"arrow up o \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M14.8285 11.9481L16.2427 10.5339L12 6.29122L7.7574 10.5339L9.17161 11.9481L11 10.1196V17.6568H13V10.1196L14.8285 11.9481Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M19.7782 4.22183C15.4824 -0.0739415 8.51759 -0.0739422 4.22183 4.22183C-0.0739415 8.51759 -0.0739422 15.4824 4.22183 19.7782C8.51759 24.0739 15.4824 24.0739 19.7782 19.7782C24.0739 15.4824 24.0739 8.51759 19.7782 4.22183ZM18.364 5.63604C14.8492 2.12132 9.15076 2.12132 5.63604 5.63604C2.12132 9.15076 2.12132 14.8492 5.63604 18.364C9.15076 21.8787 14.8492 21.8787 18.364 18.364C21.8787 14.8492 21.8787 9.15076 18.364 5.63604Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"arrow up r \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M14.8543 11.9741L16.2686 10.5599L12.0259 6.31724L7.78327 10.5599L9.19749 11.9741L11.0259 10.1457V17.6828H13.0259V10.1457L14.8543 11.9741Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M1 19C1 21.2091 2.79086 23 5 23H19C21.2091 23 23 21.2091 23 19V5C23 2.79086 21.2091 1 19 1H5C2.79086 1 1 2.79086 1 5V19ZM5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"arrow up \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M17.6568 8.96219L16.2393 10.3731L12.9843 7.10285L12.9706 20.7079L10.9706 20.7059L10.9843 7.13806L7.75404 10.3532L6.34314 8.93572L12.0132 3.29211L17.6568 8.96219Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"arrows breake h \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M9.24268 7H11.2427V11.0001H11.2477V13.0001H11.2427V17H9.24268V13.0001L4.82846 13L6.65685 14.8284L5.24264 16.2426L1 12L5.24264 7.75732L6.65685 9.17154L4.82839 11H9.24264L9.24268 7Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M15.2527 7.00012H13.2527V11.0001H13.2477V13.0001H13.2527V17.0001H15.2527V13.0001L19.667 13L17.8385 14.8285L19.2527 16.2427L23.4954 12L19.2527 7.75739L17.8385 9.17161L19.6669 11H15.2527L15.2527 7.00012Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"arrows breake v \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M16.2427 5.24264L14.8285 6.65685L13 4.82839L13.0001 9.24268H17.0001V11.2427H7.00012V9.24268H11.0001L11 4.82846L9.17161 6.65685L7.75739 5.24264L12 1L16.2427 5.24264Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M7 15.2527V13.2527H17V15.2527H13.0001L13 19.6669L14.8284 17.8385L16.2426 19.2527L12 23.4954L7.75732 19.2527L9.17154 17.8385L11 19.667V15.2527L7 15.2527Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"arrows exchange alt v \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M12.9841 4.99255C12.9841 4.44027 13.4318 3.99255 13.9841 3.99255C14.3415 3.99255 14.6551 4.18004 14.8319 4.46202L17.5195 7.14964C17.9101 7.54016 17.9101 8.17333 17.5195 8.56385C17.129 8.95438 16.4958 8.95438 16.1053 8.56385L14.9841 7.44263V14.9926C14.9841 15.5448 14.5364 15.9926 13.9841 15.9926C13.4318 15.9926 12.9841 15.5448 12.9841 14.9926V5.042C12.984 5.03288 12.984 5.02376 12.9841 5.01464V4.99255Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M11.0159 19.0074C11.0159 19.5597 10.5682 20.0074 10.0159 20.0074C9.6585 20.0074 9.3449 19.82 9.16807 19.538L6.48045 16.8504C6.08993 16.4598 6.08993 15.8267 6.48045 15.4361C6.87098 15.0456 7.50414 15.0456 7.89467 15.4361L9.01589 16.5574V9.00745C9.01589 8.45516 9.46361 8.00745 10.0159 8.00745C10.5682 8.00745 11.0159 8.45516 11.0159 9.00745V18.958C11.016 18.9671 11.016 18.9762 11.0159 18.9854V19.0074Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"arrows exchange alt \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M4.99255 11.0159C4.44027 11.0159 3.99255 10.5682 3.99255 10.0159C3.99255 9.6585 4.18004 9.3449 4.46202 9.16807L7.14964 6.48045C7.54016 6.08993 8.17333 6.08993 8.56385 6.48045C8.95438 6.87098 8.95438 7.50414 8.56385 7.89467L7.44263 9.0159L14.9926 9.01589C15.5448 9.01589 15.9926 9.46361 15.9926 10.0159C15.9926 10.5682 15.5448 11.0159 14.9926 11.0159L5.042 11.0159C5.03288 11.016 5.02376 11.016 5.01464 11.0159H4.99255Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M19.0074 12.9841C19.5597 12.9841 20.0074 13.4318 20.0074 13.9841C20.0074 14.3415 19.82 14.6551 19.538 14.8319L16.8504 17.5195C16.4598 17.9101 15.8267 17.9101 15.4361 17.5195C15.0456 17.129 15.0456 16.4958 15.4361 16.1053L16.5574 14.9841H9.00745C8.45516 14.9841 8.00745 14.5364 8.00745 13.9841C8.00745 13.4318 8.45516 12.9841 9.00745 12.9841L18.958 12.9841C18.9671 12.984 18.9762 12.984 18.9854 12.9841H19.0074Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"arrows exchange v \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M12.9842 15C12.9842 15.5523 13.4319 16 13.9842 16C14.3416 16 14.6552 15.8125 14.832 15.5305L17.5196 12.8429C17.9101 12.4524 17.9101 11.8192 17.5196 11.4287C17.1291 11.0382 16.4959 11.0382 16.1054 11.4287L14.9842 12.5499L14.9842 5C14.9842 4.44771 14.5364 4 13.9842 4C13.4319 4 12.9842 4.44772 12.9842 5L12.9842 14.9506C12.984 14.9597 12.984 14.9688 12.9842 14.9779V15Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M11.016 9C11.016 8.44771 10.5682 8 10.016 8C9.65856 8 9.34496 8.18748 9.16813 8.46947L6.48052 11.1571C6.08999 11.5476 6.08999 12.1808 6.48051 12.5713C6.87104 12.9618 7.5042 12.9618 7.89473 12.5713L9.01596 11.4501L9.01596 19C9.01596 19.5523 9.46367 20 10.016 20C10.5682 20 11.016 19.5523 11.016 19L11.016 9.04945C11.0161 9.04033 11.0161 9.03121 11.016 9.02208V9Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"arrows exchange \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M4.99255 12.9841C4.44027 12.9841 3.99255 13.4318 3.99255 13.9841C3.99255 14.3415 4.18004 14.6551 4.46202 14.8319L7.14964 17.5195C7.54016 17.9101 8.17333 17.9101 8.56385 17.5195C8.95438 17.129 8.95438 16.4958 8.56385 16.1053L7.44263 14.9841H14.9926C15.5448 14.9841 15.9926 14.5364 15.9926 13.9841C15.9926 13.4318 15.5448 12.9841 14.9926 12.9841L5.042 12.9841C5.03288 12.984 5.02376 12.984 5.01464 12.9841H4.99255Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M19.0074 11.0159C19.5597 11.0159 20.0074 10.5682 20.0074 10.0159C20.0074 9.6585 19.82 9.3449 19.538 9.16807L16.8504 6.48045C16.4598 6.08993 15.8267 6.08993 15.4361 6.48045C15.0456 6.87098 15.0456 7.50414 15.4361 7.89467L16.5574 9.01589L9.00745 9.01589C8.45516 9.01589 8.00745 9.46361 8.00745 10.0159C8.00745 10.5682 8.45516 11.0159 9.00745 11.0159L18.958 11.0159C18.9671 11.016 18.9762 11.016 18.9854 11.0159H19.0074Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"arrows expand down left \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M13 5C13 3.89543 13.8954 3 15 3H19C20.1046 3 21 3.89543 21 5V9C21 10.1046 20.1046 11 19 11H15C13.8954 11 13 10.1046 13 9V5ZM15 5H19V9H15V5Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M5 13H3V21H11V19H6.41424L11.7782 13.6361C12.1687 13.2456 12.1687 12.6124 11.7782 12.2219C11.3876 11.8314 10.7545 11.8314 10.3639 12.2219L5 17.5858V13Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"arrows expand down right \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M11 5C11 3.89543 10.1046 3 9 3H5C3.89543 3 3 3.89543 3 5V9C3 10.1046 3.89543 11 5 11H9C10.1046 11 11 10.1046 11 9V5ZM9 5H5V9H9V5Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M19 13H21V21H13V19H17.5858L12.2218 13.6361C11.8313 13.2456 11.8313 12.6124 12.2218 12.2219C12.6124 11.8314 13.2455 11.8314 13.6361 12.2219L19 17.5858V13Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"arrows expand left alt \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M10.1005 2.10052V4.10052H5.51471L11.293 9.87878L9.87875 11.293L4.10046 5.51471L4.10046 10.1005H2.10046L2.10046 2.10052H10.1005Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M21.8995 13.8995H19.8995V18.4853L14.1212 12.707L12.707 14.1213L18.4853 19.8995H13.8995V21.8995H21.8995V13.8995Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M16.2426 9.1716L14.8284 7.75739L7.7573 14.8285L9.17151 16.2427L16.2426 9.1716Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"arrows expand left \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M10.1005 4.10052V2.10052H2.10046L2.10046 10.1005H4.10046L4.10046 5.51471L9.87875 11.293L11.293 9.87878L5.51471 4.10052H10.1005Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M19.8995 13.8995H21.8995V21.8995H13.8995V19.8995H18.4853L12.7071 14.1212L14.1213 12.707L19.8995 18.4853V13.8995Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"arrows expand right alt \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M13.8995 2.10052V4.10052H18.4852L12.707 9.87878L14.1212 11.293L19.8995 5.51471V10.1005H21.8995V2.10052H13.8995Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M5.51468 19.8995H10.1005V21.8995H2.10046V13.8995H4.10046V18.4853L9.87872 12.707L11.2929 14.1213L5.51468 19.8995Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M9.17154 7.75739L7.75732 9.1716L14.8284 16.2427L16.2426 14.8285L9.17154 7.75739Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"arrows expand right \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M13.8995 4.10052V2.10052H21.8995V10.1005H19.8995V5.51477L14.1213 11.293L12.7071 9.87878L18.4854 4.10052H13.8995Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M4.10046 13.8995H2.10046V21.8995H10.1005V19.8995H5.51468L11.2929 14.1212L9.87872 12.707L4.10046 18.4853V13.8995Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"arrows expand up left \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M5 11H3L3 3L11 3V5L6.41419 5L11.7781 10.3639C12.1686 10.7545 12.1686 11.3876 11.7781 11.7782C11.3876 12.1687 10.7544 12.1687 10.3639 11.7782L5 6.41424L5 11Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M19 13C20.1046 13 21 13.8954 21 15V19C21 20.1046 20.1046 21 19 21H15C13.8954 21 13 20.1046 13 19V15C13 13.8954 13.8954 13 15 13H19ZM19 15V19H15V15H19Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"arrows expand up right \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M13 5V3L21 3V11H19V6.41424L13.6361 11.7782C13.2456 12.1687 12.6124 12.1687 12.2219 11.7782C11.8314 11.3876 11.8314 10.7545 12.2219 10.3639L17.5858 5L13 5Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M5 13C3.89543 13 3 13.8954 3 15L3 19C3 20.1046 3.89543 21 5 21H9C10.1046 21 11 20.1046 11 19V15C11 13.8954 10.1046 13 9 13H5ZM5 15L5 19H9V15H5Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"arrows h alt \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M4.24267 7.75735L5.65688 9.17157L3.82842 11H20.1716L18.3431 9.17157L19.7573 7.75735L24 12L19.7572 16.2426L18.343 14.8284L20.1714 13H3.82845L5.65685 14.8284L4.24264 16.2426L0 12L4.24267 7.75735Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"arrows h \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M5.65698 9.17157L4.24276 7.75735L0.00012207 12L4.24276 16.2426L5.65698 14.8284L3.82858 13H10.0001V11H3.82851L5.65698 9.17157Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M14.0001 11V13H20.1716L18.3432 14.8284L19.7574 16.2426L24.0001 12L19.7574 7.75735L18.3432 9.17157L20.1717 11H14.0001Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"arrows merge alt h \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M1.5033 6H3.5033V11H7.6749L5.84644 9.17154L7.26066 7.75732L11.5033 12L7.26066 16.2426L5.84644 14.8284L7.67483 13H3.5033V18H1.5033V6Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M20.4967 6H22.4967V18H20.4967V13H16.3251L18.1536 14.8285L16.7393 16.2427L12.4967 12L16.7393 7.75739L18.1536 9.17161L16.3252 11H20.4967V6Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"arrows merge alt v \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M18 1.5033V3.5033L13 3.5033V7.6749L14.8285 5.84644L16.2427 7.26066L12 11.5033L7.75739 7.26066L9.17161 5.84644L11 7.67483V3.5033L6 3.5033V1.5033L18 1.5033Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M18 20.4967V22.4967H6V20.4967H11V16.3251L9.17154 18.1536L7.75732 16.7393L12 12.4967L16.2426 16.7393L14.8284 18.1536L13 16.3252V20.4967H18Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"arrows scroll h \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M15.3052 12L18.1299 9.17526L16.7157 7.76105L13.891 10.5858L13.8873 10.5821L12.4731 11.9963L12.4768 12L12.4731 12.0037L13.8873 13.4179L13.891 13.4142L16.7157 16.239L18.1299 14.8248L15.3052 12Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M10.1091 10.5858L10.1128 10.5821L11.527 11.9963L11.5233 12L11.527 12.0037L10.1128 13.4179L10.1091 13.4142L7.28433 16.239L5.87012 14.8248L8.69487 12L5.87012 9.17526L7.28433 7.76105L10.1091 10.5858Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"arrows scroll v \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M13.4142 10.1091L13.4179 10.1128L12.0037 11.527L12 11.5233L11.9963 11.527L10.5821 10.1128L10.5858 10.1091L7.76105 7.28433L9.17526 5.87012L12 8.69486L14.8247 5.87012L16.239 7.28433L13.4142 10.1091Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M12 15.3052L14.8247 18.1299L16.239 16.7157L13.4142 13.891L13.4179 13.8873L12.0037 12.4731L12 12.4767L11.9963 12.4731L10.5821 13.8873L10.5858 13.891L7.76105 16.7157L9.17526 18.1299L12 15.3052Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"arrows shrink h \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M1 7H3V17H1V7Z\" fill=\"currentColor\" />\n  <path\n    d=\"M8.44769 7.75732L9.86191 9.17154L8.03344 11H15.9664L14.138 9.17154L15.5522 7.75732L19.7948 12L15.5522 16.2426L14.138 14.8284L15.9664 13H8.03354L9.86194 14.8284L8.44773 16.2426L4.20505 12L8.44769 7.75732Z\"\n    fill=\"currentColor\"\n  />\n  <path d=\"M23 7H21V17H23V7Z\" fill=\"currentColor\" />\n</svg></li><li title=\"arrows shrink v \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M17 1V3L7 3V1L17 1Z\" fill=\"currentColor\" />\n  <path\n    d=\"M16.2427 8.44772L14.8285 9.86194L13 8.03347L13 15.9665L14.8285 14.138L16.2427 15.5522L12 19.7949L7.75742 15.5522L9.17163 14.138L11 15.9664L11 8.03357L9.17163 9.86194L7.75742 8.44772L12 4.20508L16.2427 8.44772Z\"\n    fill=\"currentColor\"\n  />\n  <path d=\"M17 23V21H7V23H17Z\" fill=\"currentColor\" />\n</svg></li><li title=\"arrows v alt \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M9.1716 6.45504L7.75739 5.04083L12 0.798187L16.2426 5.04083L14.8284 6.45504L13.0001 4.62667V19.3733L14.8284 17.5449L16.2426 18.9592L12 23.2018L7.75739 18.9592L9.1716 17.5449L11.0001 19.3734V4.62658L9.1716 6.45504Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"arrows v \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M7.75739 5.04077L9.1716 6.45498L11.0001 4.62652V10H13.0001V4.62661L14.8284 6.45498L16.2426 5.04077L12 0.798126L7.75739 5.04077Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M16.2426 18.9593L14.8284 17.545L13.0001 19.3734V14H11.0001V19.3735L9.1716 17.545L7.75739 18.9593L12 23.2019L16.2426 18.9593Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"assign \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M6 6H10V4H4V10H6V6Z\" fill=\"currentColor\" />\n  <path d=\"M10 18H6V14H4V20H10V18Z\" fill=\"currentColor\" />\n  <path d=\"M14 6H18V10H20V4H14V6Z\" fill=\"currentColor\" />\n  <path d=\"M14 18H18V14H20V20H14V18Z\" fill=\"currentColor\" />\n  <path\n    d=\"M12 8.5C10.067 8.5 8.5 10.067 8.5 12C8.5 13.933 10.067 15.5 12 15.5C13.933 15.5 15.5 13.933 15.5 12C15.5 10.067 13.933 8.5 12 8.5Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"asterisk \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M11 6H13V10.079L16.3413 7.73938L17.4885 9.37768L13.7434 12L17.4885 14.6223L16.3413 16.2606L13 13.921V18H11V13.921L7.65864 16.2606L6.51148 14.6223L10.2565 12L6.51147 9.37769L7.65863 7.73938L11 10.079V6Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"atlasian \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    opacity=\"0.8\"\n    d=\"M8.50705 11.5562C8.19028 11.1038 7.78219 11.1585 7.59556 11.6783L5 18.9075H10.1778C10.6982 16.85 10.2481 14.0427 9.08063 12.3754L8.50705 11.5562Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M12.8745 7.12641C11.6074 8.93603 11.1992 12.0835 11.9627 14.1565L13.7126 18.9074H18.9644L14.3673 6.42648C14.1764 5.90823 13.7649 5.85485 13.4481 6.30726L12.8745 7.12641Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"attachment \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M14 0C16.7614 0 19 2.23858 19 5V17C19 20.866 15.866 24 12 24C8.13401 24 5 20.866 5 17V9H7V17C7 19.7614 9.23858 22 12 22C14.7614 22 17 19.7614 17 17V5C17 3.34315 15.6569 2 14 2C12.3431 2 11 3.34315 11 5V17C11 17.5523 11.4477 18 12 18C12.5523 18 13 17.5523 13 17V6H15V17C15 18.6569 13.6569 20 12 20C10.3431 20 9 18.6569 9 17V5C9 2.23858 11.2386 0 14 0Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"attribution \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M6 8C6.74028 8 7.38663 7.5978 7.73244 7H14C15.1046 7 16 7.89543 16 9C16 10.1046 15.1046 11 14 11H10C7.79086 11 6 12.7909 6 15C6 17.2091 7.79086 19 10 19H16.2676C16.6134 19.5978 17.2597 20 18 20C19.1046 20 20 19.1046 20 18C20 16.8954 19.1046 16 18 16C17.2597 16 16.6134 16.4022 16.2676 17H10C8.89543 17 8 16.1046 8 15C8 13.8954 8.89543 13 10 13H14C16.2091 13 18 11.2091 18 9C18 6.79086 16.2091 5 14 5H7.73244C7.38663 4.4022 6.74028 4 6 4C4.89543 4 4 4.89543 4 6C4 7.10457 4.89543 8 6 8Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"awards \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M19 9C19 11.3787 17.8135 13.4804 16 14.7453V22H13.4142L12 20.5858L10.5858 22H8V14.7453C6.18652 13.4804 5 11.3787 5 9C5 5.13401 8.13401 2 12 2C15.866 2 19 5.13401 19 9ZM17 9C17 11.7614 14.7614 14 12 14C9.23858 14 7 11.7614 7 9C7 6.23858 9.23858 4 12 4C14.7614 4 17 6.23858 17 9ZM10 19.7573L12 17.7573L14 19.7574V15.7101C13.3663 15.8987 12.695 16 12 16C11.305 16 10.6337 15.8987 10 15.7101V19.7573Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"backspace \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M17.7427 8.46448L19.1569 9.87869L17.0356 12L19.157 14.1214L17.7428 15.5356L15.6214 13.4142L13.5 15.5355L12.0858 14.1213L14.2072 12L12.0859 9.87878L13.5002 8.46457L15.6214 10.5858L17.7427 8.46448Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M8.58579 19L2.29289 12.7071C1.90237 12.3166 1.90237 11.6834 2.29289 11.2929L8.58579 5H22.5857V19H8.58579ZM9.41421 7L4.41421 12L9.41421 17H20.5857V7H9.41421Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"band aid \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M11.9389 9.76478C11.7055 10.2653 11.1105 10.4819 10.61 10.2485C10.1094 10.0151 9.89288 9.42008 10.1263 8.91954C10.3597 8.419 10.9547 8.20244 11.4552 8.43585C11.9558 8.66925 12.1723 9.26423 11.9389 9.76478Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M8.9195 13.8737C9.42004 14.1071 10.015 13.8905 10.2484 13.39C10.4818 12.8895 10.2653 12.2945 9.76474 12.0611C9.2642 11.8277 8.66922 12.0442 8.43581 12.5448C8.20241 13.0453 8.41896 13.6403 8.9195 13.8737Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M13.8737 15.0805C13.6403 15.581 13.0453 15.7976 12.5447 15.5642C12.0442 15.3308 11.8276 14.7358 12.061 14.2352C12.2944 13.7347 12.8894 13.5181 13.39 13.7516C13.8905 13.985 14.1071 14.5799 13.8737 15.0805Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M14.2352 11.9389C14.7357 12.1723 15.3307 11.9558 15.5641 11.4552C15.7975 10.9547 15.581 10.3597 15.0804 10.1263C14.5799 9.89292 13.9849 10.1095 13.7515 10.61C13.5181 11.1106 13.7347 11.7055 14.2352 11.9389Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M17.0714 1.12432C14.0682 -0.276119 10.4983 1.02321 9.09783 4.02645L4.02641 14.9021C2.62598 17.9054 3.92531 21.4753 6.92855 22.8757C9.93179 24.2761 13.5017 22.9768 14.9021 19.9736L19.9735 9.09787C21.374 6.09463 20.0746 2.52475 17.0714 1.12432ZM13.9347 17.3157L17.3157 10.0653L10.0652 6.6843L6.68427 13.9348L13.9347 17.3157ZM13.0895 19.1283L5.83903 15.7474C4.90541 17.7495 5.77163 20.1295 7.77379 21.0631C9.77595 21.9967 12.1559 21.1305 13.0895 19.1283ZM16.2262 2.93693C18.2283 3.87055 19.0945 6.25047 18.1609 8.25264L10.9104 4.87169C11.8441 2.86953 14.224 2.00331 16.2262 2.93693Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"battery empty \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M18 6H5C3.34315 6 2 7.34315 2 9V15C2 16.6569 3.34315 18 5 18H18C19.6569 18 21 16.6569 21 15C21.5523 15 22 14.5523 22 14V10C22 9.44772 21.5523 9 21 9C21 7.34315 19.6569 6 18 6ZM18 8H5C4.44772 8 4 8.44772 4 9V15C4 15.5523 4.44772 16 5 16H18C18.5523 16 19 15.5523 19 15V9C19 8.44772 18.5523 8 18 8Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"battery full \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M6 15C5.44772 15 5 14.5523 5 14V10C5 9.44772 5.44772 9 6 9H17C17.5523 9 18 9.44772 18 10V14C18 14.5523 17.5523 15 17 15H6Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M18 6H5C3.34315 6 2 7.34315 2 9V15C2 16.6569 3.34315 18 5 18H18C19.6569 18 21 16.6569 21 15C21.5523 15 22 14.5523 22 14V10C22 9.44772 21.5523 9 21 9C21 7.34315 19.6569 6 18 6ZM18 8H5C4.44772 8 4 8.44772 4 9V15C4 15.5523 4.44772 16 5 16H18C18.5523 16 19 15.5523 19 15V9C19 8.44772 18.5523 8 18 8Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"battery \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M6 15C5.44772 15 5 14.5523 5 14V10C5 9.44772 5.44772 9 6 9H12V15H6Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M18 6H5C3.34315 6 2 7.34315 2 9V15C2 16.6569 3.34315 18 5 18H18C19.6569 18 21 16.6569 21 15C21.5523 15 22 14.5523 22 14V10C22 9.44772 21.5523 9 21 9C21 7.34315 19.6569 6 18 6ZM18 8H5C4.44772 8 4 8.44772 4 9V15C4 15.5523 4.44772 16 5 16H18C18.5523 16 19 15.5523 19 15V9C19 8.44772 18.5523 8 18 8Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"bee \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M17.9513 15.571C17.7695 17.2187 16.9205 18.6654 15.6805 19.635C15.332 20.4692 14.7092 21.1601 13.9247 21.5951C13.7025 22.4574 12.9196 23.0944 11.9879 23.0944C11.0562 23.0944 10.2733 22.4574 10.0511 21.5951C9.26672 21.1602 8.64392 20.4693 8.29547 19.6353C7.05955 18.6691 6.21203 17.229 6.02621 15.5883C4.93527 16.4161 3.37955 16.4118 2.28618 15.4944C1.01696 14.4294 0.851409 12.5371 1.91641 11.2679L6.00966 6.38975C6.27125 3.31753 8.84785 0.905579 11.9878 0.905579C15.1166 0.905579 17.6861 3.30046 17.9631 6.35711L22.0837 11.2679C23.1487 12.5371 22.9831 14.4294 21.7139 15.4944C20.613 16.4182 19.0433 16.4161 17.9513 15.571ZM15.6254 12.9056L13.9472 10.9056H10.0529L8.37467 12.9056H15.6254ZM17.9878 12.6095L19.0195 13.839C19.3745 14.2621 20.0053 14.3173 20.4283 13.9623C20.8514 13.6073 20.9066 12.9765 20.5516 12.5535L17.9878 9.49803V12.6095ZM15.9878 8.90558V6.90558C15.9878 4.69644 14.1969 2.90558 11.9878 2.90558C9.77865 2.90558 7.98779 4.69644 7.98779 6.90558V8.90558H15.9878ZM4.98059 13.839L5.98779 12.6387V9.52726L3.4485 12.5535C3.0935 12.9765 3.14869 13.6073 3.57176 13.9623C3.99483 14.3173 4.62559 14.2621 4.98059 13.839ZM11.9878 18.9056C9.77865 18.9056 7.98779 17.1147 7.98779 14.9056H15.9878C15.9878 17.1147 14.1969 18.9056 11.9878 18.9056Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"bell \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M14 3V3.28988C16.8915 4.15043 19 6.82898 19 10V17H20V19H4V17H5V10C5 6.82898 7.10851 4.15043 10 3.28988V3C10 1.89543 10.8954 1 12 1C13.1046 1 14 1.89543 14 3ZM7 17H17V10C17 7.23858 14.7614 5 12 5C9.23858 5 7 7.23858 7 10V17ZM14 21V20H10V21C10 22.1046 10.8954 23 12 23C13.1046 23 14 22.1046 14 21Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"bitbucket \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M4.5831 4.63507C4.03082 4.63507 3.66768 5.07472 3.77202 5.61706L6.22804 18.383C6.33238 18.9253 6.86468 19.3649 7.41696 19.3649H16.583C17.1353 19.3649 17.6676 18.9253 17.7719 18.383L20.2279 5.61706C20.3323 5.07472 19.9691 4.63507 19.4168 4.63507H4.5831ZM13.5449 14.3649L14.4549 9.63507H9.54504L10.455 14.3649H13.5449Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"block \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M8.46457 14.1213C8.07404 14.5118 8.07404 15.145 8.46457 15.5355C8.85509 15.926 9.48825 15.926 9.87878 15.5355L15.5356 9.87862C15.9262 9.4881 15.9262 8.85493 15.5356 8.46441C15.1451 8.07388 14.5119 8.07388 14.1214 8.46441L8.46457 14.1213Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M6.34315 17.6569C9.46734 20.781 14.5327 20.781 17.6569 17.6569C20.781 14.5327 20.781 9.46734 17.6569 6.34315C14.5327 3.21895 9.46734 3.21895 6.34315 6.34315C3.21895 9.46734 3.21895 14.5327 6.34315 17.6569ZM16.2426 16.2426C13.8995 18.5858 10.1005 18.5858 7.75736 16.2426C5.41421 13.8995 5.41421 10.1005 7.75736 7.75736C10.1005 5.41421 13.8995 5.41421 16.2426 7.75736C18.5858 10.1005 18.5858 13.8995 16.2426 16.2426Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"bmw \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12ZM5 12C5 15.866 8.13401 19 12 19V12H19C19 8.13401 15.866 5 12 5V12H5Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"board \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M6 4C3.79086 4 2 5.79086 2 8V16C2 18.2091 3.79086 20 6 20H18C20.2091 20 22 18.2091 22 16V8C22 5.79086 20.2091 4 18 4H6ZM14 6H10V18H14V6ZM16 6V18H18C19.1046 18 20 17.1046 20 16V8C20 6.89543 19.1046 6 18 6H16ZM6 18H8V6H6C4.89543 6 4 6.89543 4 8V16C4 17.1046 4.89543 18 6 18Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"bolt \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M9 21.5L17.5 13L13 10L15 2.5L6.5 11L11 14L9 21.5Z\" fill=\"currentColor\" />\n</svg></li><li title=\"bookmark \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M19 20H17.1717L12.7072 15.5354C12.3166 15.1449 11.6835 15.1449 11.2929 15.5354L6.82843 20L5 20V7C5 5.34315 6.34315 4 8 4H16C17.6569 4 19 5.34314 19 7V20ZM17 7C17 6.44772 16.5523 6 16 6H8C7.44772 6 7 6.44772 7 7V17L9.87873 14.1212C11.0503 12.9497 12.9498 12.9497 14.1214 14.1212L17 16.9999V7Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"border all \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M6.5 6.5H17.5V17.5H6.5V6.5Z\" stroke=\"currentColor\" stroke-width=\"3\" />\n</svg></li><li title=\"border bottom \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M8 8H16V15H19V5H5V15H8V8Z\" fill=\"currentColor\" fill-opacity=\"0.3\" />\n  <path d=\"M5 17H19V20H5V17Z\" fill=\"currentColor\" />\n</svg></li><li title=\"border left \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M16 8V16H9L9 19H19L19 5L9 5V8H16Z\" fill=\"currentColor\" fill-opacity=\"0.3\" />\n  <path d=\"M7 5L7 19H4L4 5L7 5Z\" fill=\"currentColor\" />\n</svg></li><li title=\"border right \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M8 16V8H15V5L5 5L5 19H15L15 16H8Z\" fill=\"currentColor\" fill-opacity=\"0.3\" />\n  <path d=\"M17 19L17 5L20 5L20 19H17Z\" fill=\"currentColor\" />\n</svg></li><li title=\"border style dashed \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M4 11H8V13H4V11Z\" fill=\"currentColor\" />\n  <path d=\"M10 11H14V13H10V11Z\" fill=\"currentColor\" />\n  <path d=\"M20 11H16V13H20V11Z\" fill=\"currentColor\" />\n</svg></li><li title=\"border style dotted \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M3 11H1V13H3V11Z\" fill=\"currentColor\" />\n  <path d=\"M7 11H5V13H7V11Z\" fill=\"currentColor\" />\n  <path d=\"M9 11H11V13H9V11Z\" fill=\"currentColor\" />\n  <path d=\"M15 11H13V13H15V11Z\" fill=\"currentColor\" />\n  <path d=\"M17 11H19V13H17V11Z\" fill=\"currentColor\" />\n  <path d=\"M23 11H21V13H23V11Z\" fill=\"currentColor\" />\n</svg></li><li title=\"border style solid \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M2 11H22V13H2V11Z\" fill=\"currentColor\" />\n</svg></li><li title=\"border top \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M8 16H16V9L19 9L19 19L5 19L5 9L8 9V16Z\"\n    fill=\"currentColor\"\n    fill-opacity=\"0.3\"\n  />\n  <path d=\"M5 7L19 7V4L5 4L5 7Z\" fill=\"#110000\" />\n</svg></li><li title=\"bot \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M14.1254 13H10.1254V15H14.1254V13Z\" fill=\"currentColor\" />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M8.12537 13C9.22994 13 10.1254 12.1046 10.1254 11C10.1254 9.89543 9.22994 9 8.12537 9C7.0208 9 6.12537 9.89543 6.12537 11C6.12537 12.1046 7.0208 13 8.12537 13ZM8.12537 11.5C8.40151 11.5 8.62537 11.2761 8.62537 11C8.62537 10.7239 8.40151 10.5 8.12537 10.5C7.84922 10.5 7.62537 10.7239 7.62537 11C7.62537 11.2761 7.84922 11.5 8.12537 11.5Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M18.1254 11C18.1254 12.1046 17.2299 13 16.1254 13C15.0208 13 14.1254 12.1046 14.1254 11C14.1254 9.89543 15.0208 9 16.1254 9C17.2299 9 18.1254 9.89543 18.1254 11ZM16.6254 11C16.6254 11.2761 16.4015 11.5 16.1254 11.5C15.8492 11.5 15.6254 11.2761 15.6254 11C15.6254 10.7239 15.8492 10.5 16.1254 10.5C16.4015 10.5 16.6254 10.7239 16.6254 11Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M2.74884 14.6663C3.73056 16.6421 5.76939 18 8.12537 18H16.1254C18.5654 18 20.6652 16.5435 21.6029 14.4525C22.3722 13.9093 22.8746 13.0133 22.8746 12C22.8746 10.9867 22.3722 10.0907 21.6029 9.54753C20.6652 7.45651 18.5654 6 16.1254 6H8.12537C5.76939 6 3.73056 7.3579 2.74884 9.33375C1.78448 9.83263 1.12537 10.8393 1.12537 12C1.12537 13.1607 1.78448 14.1674 2.74884 14.6663ZM8.12537 8H16.1254C17.5088 8 18.7282 8.70234 19.4465 9.76991C19.7227 10.4593 19.8746 11.2119 19.8746 12C19.8746 12.7881 19.7227 13.5407 19.4465 14.2301C18.7282 15.2977 17.5088 16 16.1254 16H8.12537C5.91623 16 4.12537 14.2091 4.12537 12C4.12537 9.79086 5.91623 8 8.12537 8Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"bowl \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M20.5468 3.67162C20.1563 3.28109 19.5231 3.28109 19.1326 3.67162L13.7687 9.03555H2V11.0356H2.00842C2.22563 16.3663 6.61591 20.6213 12 20.6213C17.3841 20.6213 21.7744 16.3663 21.9916 11.0356H22V9.03555H16.5971L20.5468 5.08583C20.9374 4.69531 20.9374 4.06214 20.5468 3.67162ZM14.1762 11.0356C14.1806 11.0356 14.1851 11.0356 14.1896 11.0356H19.9895C19.7739 15.2613 16.2793 18.6213 12 18.6213C7.72066 18.6213 4.22609 15.2613 4.01054 11.0356H14.1762Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"box \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M10 12C9.44769 12 9 12.4477 9 13C9 13.5523 9.44769 14 10 14H14C14.5522 14 15 13.5523 15 13C15 12.4477 14.5522 12 14 12H10Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M4 2C2.34314 2 1 3.34314 1 5V19C1 20.6569 2.34314 22 4 22H20C21.6569 22 23 20.6569 23 19V5C23 3.34314 21.6569 2 20 2H4ZM20 4H4C3.44769 4 3 4.44769 3 5V8H21V5C21 4.44769 20.5522 4 20 4ZM3 19V10H21V19C21 19.5523 20.5522 20 20 20H4C3.44769 20 3 19.5523 3 19Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"boy \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M9 14C9.55228 14 10 13.5523 10 13C10 12.4477 9.55228 12 9 12C8.44771 12 8 12.4477 8 13C8 13.5523 8.44771 14 9 14Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M16 13C16 13.5523 15.5523 14 15 14C14.4477 14 14 13.5523 14 13C14 12.4477 14.4477 12 15 12C15.5523 12 16 12.4477 16 13Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM12 20C16.4183 20 20 16.4183 20 12C20 11.1637 19.8717 10.3574 19.6337 9.59973C18.7991 9.82556 17.9212 9.94604 17.0152 9.94604C13.2921 9.94604 10.0442 7.91139 8.32277 4.89334C5.75469 6.22486 4 8.90751 4 12C4 16.4183 7.58172 20 12 20Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"brackets \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M11 7V9H9V15H11V17H7V7H11Z\" fill=\"currentColor\" />\n  <path d=\"M15 15H13V17H17V7H13V9H15V15Z\" fill=\"currentColor\" />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M3 6C3 4.34315 4.34315 3 6 3H18C19.6569 3 21 4.34315 21 6V18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18V6ZM6 5H18C18.5523 5 19 5.44772 19 6V18C19 18.5523 18.5523 19 18 19H6C5.44772 19 5 18.5523 5 18V6C5 5.44772 5.44772 5 6 5Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"briefcase \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M14 11H10V13H14V11Z\" fill=\"currentColor\" />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M7 5V4C7 2.89545 7.89539 2 9 2H15C16.1046 2 17 2.89545 17 4V5H20C21.6569 5 23 6.34314 23 8V18C23 19.6569 21.6569 21 20 21H4C2.34314 21 1 19.6569 1 18V8C1 6.34314 2.34314 5 4 5H7ZM9 4H15V5H9V4ZM4 7C3.44775 7 3 7.44769 3 8V14H21V8C21 7.44769 20.5522 7 20 7H4ZM3 18V16H21V18C21 18.5523 20.5522 19 20 19H4C3.44775 19 3 18.5523 3 18Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"browse \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M14.364 13.1214C15.2876 14.045 15.4831 15.4211 14.9504 16.5362L16.4853 18.0711C16.8758 18.4616 16.8758 19.0948 16.4853 19.4853C16.0948 19.8758 15.4616 19.8758 15.0711 19.4853L13.5361 17.9504C12.421 18.4831 11.045 18.2876 10.1213 17.364C8.94975 16.1924 8.94975 14.2929 10.1213 13.1214C11.2929 11.9498 13.1924 11.9498 14.364 13.1214ZM12.9497 15.9498C13.3403 15.5593 13.3403 14.9261 12.9497 14.5356C12.5592 14.145 11.9261 14.145 11.5355 14.5356C11.145 14.9261 11.145 15.5593 11.5355 15.9498C11.9261 16.3403 12.5592 16.3403 12.9497 15.9498Z\"\n    fill=\"currentColor\"\n  />\n  <path d=\"M8 5H16V7H8V5Z\" fill=\"currentColor\" />\n  <path d=\"M16 9H8V11H16V9Z\" fill=\"currentColor\" />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M4 4C4 2.34315 5.34315 1 7 1H17C18.6569 1 20 2.34315 20 4V20C20 21.6569 18.6569 23 17 23H7C5.34315 23 4 21.6569 4 20V4ZM7 3H17C17.5523 3 18 3.44772 18 4V20C18 20.5523 17.5523 21 17 21H7C6.44772 21 6 20.5523 6 20V4C6 3.44772 6.44771 3 7 3Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"browser \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M4 8C4.55228 8 5 7.55228 5 7C5 6.44772 4.55228 6 4 6C3.44772 6 3 6.44772 3 7C3 7.55228 3.44772 8 4 8Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M8 7C8 7.55228 7.55228 8 7 8C6.44772 8 6 7.55228 6 7C6 6.44772 6.44772 6 7 6C7.55228 6 8 6.44772 8 7Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M10 8C10.5523 8 11 7.55228 11 7C11 6.44772 10.5523 6 10 6C9.44771 6 9 6.44772 9 7C9 7.55228 9.44771 8 10 8Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M3 3C1.34315 3 0 4.34315 0 6V18C0 19.6569 1.34315 21 3 21H21C22.6569 21 24 19.6569 24 18V6C24 4.34315 22.6569 3 21 3H3ZM21 5H3C2.44772 5 2 5.44772 2 6V9H22V6C22 5.44772 21.5523 5 21 5ZM2 18V11H22V18C22 18.5523 21.5523 19 21 19H3C2.44772 19 2 18.5523 2 18Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"brush \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M15 11H18C18.5523 11 19 11.4477 19 12V18C19 19.6569 17.6569 21 16 21H8C6.34315 21 5 19.6569 5 18V12C5 11.4477 5.44772 11 6 11H9V6C9 4.34315 10.3431 3 12 3C13.6569 3 15 4.34315 15 6V11ZM13 6C13 5.44772 12.5523 5 12 5C11.4477 5 11 5.44772 11 6V13H7V18C7 18.5523 7.44772 19 8 19H9V16H11V19H13V16H15V19H16C16.5523 19 17 18.5523 17 18V13H13V6Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"bulb \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M4 9C4 11.9611 5.60879 14.5465 8 15.9297V15.9999C8 18.2091 9.79086 19.9999 12 19.9999C14.2091 19.9999 16 18.2091 16 15.9999V15.9297C18.3912 14.5465 20 11.9611 20 9C20 4.58172 16.4183 1 12 1C7.58172 1 4 4.58172 4 9ZM16 13.4722C17.2275 12.3736 18 10.777 18 9C18 5.68629 15.3137 3 12 3C8.68629 3 6 5.68629 6 9C6 10.777 6.7725 12.3736 8 13.4722L10 13.4713V16C10 17.1045 10.8954 17.9999 12 17.9999C13.1045 17.9999 14 17.1045 14 15.9999V13.4713L16 13.4722Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M10 21.0064V21C10.5883 21.3403 11.2714 21.5351 12 21.5351C12.7286 21.5351 13.4117 21.3403 14 21V21.0064C14 22.111 13.1046 23.0064 12 23.0064C10.8954 23.0064 10 22.111 10 21.0064Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"c plus plus \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M12.207 16.278C11.1241 17.343 9.63879 18 8 18C4.68629 18 2 15.3137 2 12C2 8.68629 4.68629 6 8 6C9.67492 6 11.1896 6.6863 12.278 7.79303L13.6923 6.37878C12.2418 4.91014 10.2272 4 8 4C3.58172 4 0 7.58172 0 12C0 16.4183 3.58172 20 8 20C10.1911 20 12.1764 19.1192 13.6212 17.6923L12.207 16.278Z\"\n    fill=\"currentColor\"\n  />\n  <path d=\"M15 9H13V11H11V13H13V15H15V13H17V11H15V9Z\" fill=\"currentColor\" />\n  <path d=\"M20 9H22V11H24V13H22V15H20V13H18V11H20V9Z\" fill=\"currentColor\" />\n</svg></li><li title=\"calculator \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M17 5H7V7H17V5Z\" fill=\"currentColor\" />\n  <path d=\"M7 9H9V11H7V9Z\" fill=\"currentColor\" />\n  <path d=\"M9 13H7V15H9V13Z\" fill=\"currentColor\" />\n  <path d=\"M7 17H9V19H7V17Z\" fill=\"currentColor\" />\n  <path d=\"M13 9H11V11H13V9Z\" fill=\"currentColor\" />\n  <path d=\"M11 13H13V15H11V13Z\" fill=\"currentColor\" />\n  <path d=\"M13 17H11V19H13V17Z\" fill=\"currentColor\" />\n  <path d=\"M15 9H17V11H15V9Z\" fill=\"currentColor\" />\n  <path d=\"M17 13H15V19H17V13Z\" fill=\"currentColor\" />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M3 3C3 1.89543 3.89543 1 5 1H19C20.1046 1 21 1.89543 21 3V21C21 22.1046 20.1046 23 19 23H5C3.89543 23 3 22.1046 3 21V3ZM5 3H19V21H5V3Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"calendar dates \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M8 13C7.44772 13 7 12.5523 7 12C7 11.4477 7.44772 11 8 11C8.55228 11 9 11.4477 9 12C9 12.5523 8.55228 13 8 13Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M8 17C7.44772 17 7 16.5523 7 16C7 15.4477 7.44772 15 8 15C8.55228 15 9 15.4477 9 16C9 16.5523 8.55228 17 8 17Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M11 16C11 16.5523 11.4477 17 12 17C12.5523 17 13 16.5523 13 16C13 15.4477 12.5523 15 12 15C11.4477 15 11 15.4477 11 16Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M16 17C15.4477 17 15 16.5523 15 16C15 15.4477 15.4477 15 16 15C16.5523 15 17 15.4477 17 16C17 16.5523 16.5523 17 16 17Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M11 12C11 12.5523 11.4477 13 12 13C12.5523 13 13 12.5523 13 12C13 11.4477 12.5523 11 12 11C11.4477 11 11 11.4477 11 12Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M16 13C15.4477 13 15 12.5523 15 12C15 11.4477 15.4477 11 16 11C16.5523 11 17 11.4477 17 12C17 12.5523 16.5523 13 16 13Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M8 7C7.44772 7 7 7.44772 7 8C7 8.55228 7.44772 9 8 9H16C16.5523 9 17 8.55228 17 8C17 7.44772 16.5523 7 16 7H8Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M6 3C4.34315 3 3 4.34315 3 6V18C3 19.6569 4.34315 21 6 21H18C19.6569 21 21 19.6569 21 18V6C21 4.34315 19.6569 3 18 3H6ZM18 5H6C5.44772 5 5 5.44772 5 6V18C5 18.5523 5.44772 19 6 19H18C18.5523 19 19 18.5523 19 18V6C19 5.44772 18.5523 5 18 5Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"calendar due \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M7 8C7 7.44772 7.44772 7 8 7H16C16.5523 7 17 7.44772 17 8C17 8.55228 16.5523 9 16 9H8C7.44772 9 7 8.55228 7 8Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M12 16C13.1046 16 14 15.1046 14 14C14 12.8954 13.1046 12 12 12C10.8954 12 10 12.8954 10 14C10 15.1046 10.8954 16 12 16Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M6 3C4.34315 3 3 4.34315 3 6V18C3 19.6569 4.34315 21 6 21H18C19.6569 21 21 19.6569 21 18V6C21 4.34315 19.6569 3 18 3H6ZM18 5H6C5.44772 5 5 5.44772 5 6V18C5 18.5523 5.44772 19 6 19H18C18.5523 19 19 18.5523 19 18V6C19 5.44772 18.5523 5 18 5Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"calendar next \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M11.7249 16.5461L16.2249 13.9481L11.7249 11.35V12.9481H7.7749V14.9481H11.7249V16.5461Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M8 7C7.44772 7 7 7.44772 7 8C7 8.55228 7.44772 9 8 9H16C16.5523 9 17 8.55228 17 8C17 7.44772 16.5523 7 16 7H8Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M6 3C4.34315 3 3 4.34315 3 6V18C3 19.6569 4.34315 21 6 21H18C19.6569 21 21 19.6569 21 18V6C21 4.34315 19.6569 3 18 3H6ZM18 5H6C5.44772 5 5 5.44772 5 6V18C5 18.5523 5.44772 19 6 19H18C18.5523 19 19 18.5523 19 18V6C19 5.44772 18.5523 5 18 5Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"calendar today \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M15 17C16.1046 17 17 16.1046 17 15C17 13.8954 16.1046 13 15 13C13.8954 13 13 13.8954 13 15C13 16.1046 13.8954 17 15 17Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M6 3C4.34315 3 3 4.34315 3 6V18C3 19.6569 4.34315 21 6 21H18C19.6569 21 21 19.6569 21 18V6C21 4.34315 19.6569 3 18 3H6ZM5 18V7H19V18C19 18.5523 18.5523 19 18 19H6C5.44772 19 5 18.5523 5 18Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"calendar two \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M8 7C7.44772 7 7 7.44772 7 8C7 8.55228 7.44772 9 8 9H16C16.5523 9 17 8.55228 17 8C17 7.44772 16.5523 7 16 7H8Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M3 6C3 4.34315 4.34315 3 6 3H18C19.6569 3 21 4.34315 21 6V18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18V6ZM6 5H18C18.5523 5 19 5.44772 19 6V18C19 18.5523 18.5523 19 18 19H6C5.44772 19 5 18.5523 5 18V6C5 5.44772 5.44772 5 6 5Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"calendar \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M8 9C7.44772 9 7 9.44771 7 10C7 10.5523 7.44772 11 8 11H16C16.5523 11 17 10.5523 17 10C17 9.44771 16.5523 9 16 9H8Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M6 3C4.34315 3 3 4.34315 3 6V18C3 19.6569 4.34315 21 6 21H18C19.6569 21 21 19.6569 21 18V6C21 4.34315 19.6569 3 18 3H6ZM5 18V7H19V18C19 18.5523 18.5523 19 18 19H6C5.44772 19 5 18.5523 5 18Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"calibrate \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M12.0503 5C14.51 5 16.7393 5.98676 18.3638 7.58602L14.1208 11.8291C13.5824 11.3154 12.8531 11 12.0503 11C11.1963 11 10.4256 11.3568 9.87927 11.9295L5.63623 7.68651C7.26871 6.0282 9.53941 5 12.0503 5Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M12.0503 19C13.7071 19 15.0503 17.6569 15.0503 16C15.0503 14.3431 13.7071 13 12.0503 13C10.3934 13 9.05029 14.3431 9.05029 16C9.05029 17.6569 10.3934 19 12.0503 19Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"camera \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M4 4.5V6.5H12V7.5H3C1.34315 7.5 0 8.84315 0 10.5V16.5C0 18.1569 1.34315 19.5 3 19.5H15C16.5731 19.5 17.8634 18.2892 17.9898 16.7487L24 17.5V9.5L17.9898 10.2513C17.8634 8.71078 16.5731 7.5 15 7.5H14V5.5C14 4.94772 13.5523 4.5 13 4.5H4ZM18 12.2656V14.7344L22 15.2344V11.7656L18 12.2656ZM16 10.5C16 9.94772 15.5523 9.5 15 9.5H3C2.44772 9.5 2 9.94772 2 10.5V16.5C2 17.0523 2.44772 17.5 3 17.5H15C15.5523 17.5 16 17.0523 16 16.5V10.5Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"cap \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M8 18V20H16V18H8Z\" fill=\"currentColor\" />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M13.988 3.2203C13.9959 3.14796 14 3.07446 14 3C14 1.89543 13.1046 1 12 1C10.8954 1 10 1.89543 10 3C10 3.07446 10.0041 3.14796 10.012 3.2203C5.99799 4.12533 3 7.71255 3 12C3 12.3883 3.02459 12.7709 3.0723 13.1462C1.86949 13.5369 1 14.6669 1 16V20C1 21.6569 2.34315 23 4 23H20C21.6569 23 23 21.6569 23 20V16C23 14.6669 22.1305 13.5369 20.9277 13.1462C20.9754 12.7709 21 12.3883 21 12C21 7.71255 18.002 4.12533 13.988 3.2203ZM12 5C8.13401 5 5 8.13401 5 12C5 12.3402 5.02412 12.674 5.07063 13H18.9294C18.9759 12.674 19 12.3402 19 12C19 8.13401 15.866 5 12 5ZM3 16C3 15.4477 3.44772 15 4 15H20C20.5523 15 21 15.4477 21 16V20C21 20.5523 20.5523 21 20 21H4C3.44772 21 3 20.5523 3 20V16Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"captions \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M11 8V10H8V14H11V16H6V8H11Z\" fill=\"currentColor\" />\n  <path d=\"M18 8V10H15V14H18V16H13V8H18Z\" fill=\"currentColor\" />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M2 5C2 4.44772 2.44772 4 3 4H21C21.5523 4 22 4.44772 22 5V19C22 19.5523 21.5523 20 21 20H3C2.44772 20 2 19.5523 2 19V5ZM4 18V6H20V18H4Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"card clubs \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M12 11C13.1046 11 14 10.1046 14 9C14 7.89543 13.1046 7 12 7C10.8954 7 10 7.89543 10 9C10 10.1046 10.8954 11 12 11Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M11 13C11 14.1046 10.1046 15 9 15C7.89543 15 7 14.1046 7 13C7 11.8954 7.89543 11 9 11C10.1046 11 11 11.8954 11 13Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M15 15C16.1046 15 17 14.1046 17 13C17 11.8954 16.1046 11 15 11C13.8954 11 13 11.8954 13 13C13 14.1046 13.8954 15 15 15Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M3 4C3 2.34315 4.34315 1 6 1H18C19.6569 1 21 2.34315 21 4V20C21 21.6569 19.6569 23 18 23H6C4.34315 23 3 21.6569 3 20V4ZM6 3H18C18.5523 3 19 3.44772 19 4V20C19 20.5523 18.5523 21 18 21H6C5.44772 21 5 20.5523 5 20V4C5 3.44772 5.44772 3 6 3Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"card diamonds \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M12 7.75736L7.75736 12L12 16.2426L16.2426 12L12 7.75736Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M3 4C3 2.34315 4.34315 1 6 1H18C19.6569 1 21 2.34315 21 4V20C21 21.6569 19.6569 23 18 23H6C4.34315 23 3 21.6569 3 20V4ZM6 3H18C18.5523 3 19 3.44772 19 4V20C19 20.5523 18.5523 21 18 21H6C5.44772 21 5 20.5523 5 20V4C5 3.44772 5.44772 3 6 3Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"card hearts \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M9.14648 12.2929C8.36544 11.5118 8.36544 10.2455 9.14648 9.46444C9.92753 8.68339 11.1939 8.68339 11.9749 9.46444L12 9.48955L12.0251 9.46449C12.8061 8.68345 14.0725 8.68345 14.8535 9.46449C15.6346 10.2455 15.6346 11.5119 14.8535 12.2929L12.0251 15.1213L12 15.0962L11.9749 15.1213L9.14648 12.2929Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M3 4C3 2.34315 4.34315 1 6 1H18C19.6569 1 21 2.34315 21 4V20C21 21.6569 19.6569 23 18 23H6C4.34315 23 3 21.6569 3 20V4ZM6 3H18C18.5523 3 19 3.44772 19 4V20C19 20.5523 18.5523 21 18 21H6C5.44772 21 5 20.5523 5 20V4C5 3.44772 5.44772 3 6 3Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"card spades \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M9.14648 11.7071C8.36544 12.4882 8.36544 13.7545 9.14648 14.5356C9.92753 15.3166 11.1939 15.3166 11.9749 14.5356L12 14.5104L12.0251 14.5355C12.8061 15.3166 14.0725 15.3166 14.8535 14.5355C15.6346 13.7545 15.6346 12.4881 14.8535 11.7071L12.0251 8.87865L12 8.90377L11.9749 8.87871L9.14648 11.7071Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M3 20C3 21.6569 4.34315 23 6 23H18C19.6569 23 21 21.6569 21 20V4C21 2.34315 19.6569 1 18 1H6C4.34315 1 3 2.34315 3 4V20ZM6 21H18C18.5523 21 19 20.5523 19 20V4C19 3.44772 18.5523 3 18 3H6C5.44772 3 5 3.44772 5 4V20C5 20.5523 5.44772 21 6 21Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"carousel \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M4 3C2.34315 3 1 4.34315 1 6V10C1 11.6569 2.34315 13 4 13H20C21.6569 13 23 11.6569 23 10V6C23 4.34315 21.6569 3 20 3H4ZM20 5H4C3.44772 5 3 5.44772 3 6V10C3 10.5523 3.44772 11 4 11H20C20.5523 11 21 10.5523 21 10V6C21 5.44771 20.5523 5 20 5Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M7 20C7 19.4477 7.44772 19 8 19H16C16.5523 19 17 19.4477 17 20C17 20.5523 16.5523 21 16 21H8C7.44772 21 7 20.5523 7 20Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M5 15C4.44772 15 4 15.4477 4 16C4 16.5523 4.44772 17 5 17H19C19.5523 17 20 16.5523 20 16C20 15.4477 19.5523 15 19 15H5Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"cast \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M20 6H4V8H2V6C2 4.89543 2.89543 4 4 4H20C21.1046 4 22 4.89543 22 6V18C22 19.1046 21.1046 20 20 20H15V18H20V6Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M2 13C5.86599 13 9 16.134 9 20H7C7 17.2386 4.76142 15 2 15V13Z\"\n    fill=\"currentColor\"\n  />\n  <path d=\"M2 17C3.65685 17 5 18.3431 5 20H2V17Z\" fill=\"currentColor\" />\n  <path\n    d=\"M2 9C8.07513 9 13 13.9249 13 20H11C11 15.0294 6.97056 11 2 11V9Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"chanel \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M6.07178 3.17291C4.32593 3.5202 2.72229 4.37738 1.46362 5.63605L3.59332 7.76575C4.43079 6.92835 5.4978 6.35803 6.65936 6.12695C7.53564 5.95264 8.43604 5.9773 9.29523 6.19452C9.0791 6.45056 8.87671 6.71936 8.68927 6.99988C7.70032 8.47992 7.17249 10.22 7.17249 12C7.17249 13.78 7.70032 15.5201 8.68927 17.0001C8.87671 17.2806 9.07916 17.5494 9.29529 17.8055C8.4361 18.0227 7.53564 18.0474 6.65936 17.873C5.4978 17.642 4.43079 17.0717 3.59332 16.2343L1.46362 18.364C2.72229 19.6226 4.32593 20.4798 6.07178 20.8271C7.81757 21.1743 9.6272 20.9961 11.2717 20.3149C11.5201 20.212 11.7632 20.0983 12.0001 19.9744C12.2369 20.0983 12.4799 20.212 12.7283 20.3149C14.3729 20.9961 16.1825 21.1743 17.9283 20.8271C19.6741 20.4798 21.2778 19.6226 22.5364 18.364L20.4067 16.2343C19.5693 17.0717 18.5023 17.642 17.3407 17.873C16.4644 18.0474 15.564 18.0227 14.7048 17.8055C14.9209 17.5494 15.1234 17.2806 15.3108 17.0001C16.2997 15.5201 16.8276 13.78 16.8276 12C16.8276 10.22 16.2997 8.47992 15.3108 6.99988C15.1234 6.71936 14.921 6.45056 14.7048 6.19452C15.564 5.9773 16.4644 5.95264 17.3407 6.12695C18.5023 6.35803 19.5693 6.92835 20.4067 7.76575L22.5364 5.63605C21.2778 4.37738 19.6741 3.5202 17.9283 3.17291C16.1825 2.82568 14.3729 3.00391 12.7283 3.68506C12.4799 3.78796 12.2369 3.90167 12.0001 4.02564C11.7632 3.90167 11.5201 3.78796 11.2717 3.68506C9.6272 3.00391 7.81757 2.82568 6.07178 3.17291ZM12.0001 7.7049C11.6994 7.99695 11.4288 8.32117 11.1935 8.67316C10.5356 9.6579 10.1844 10.8157 10.1844 12C10.1844 13.1843 10.5356 14.3421 11.1935 15.3268C11.4288 15.6788 11.6994 16.0031 12.0001 16.2951C12.3007 16.0031 12.5713 15.6788 12.8065 15.3268C13.4645 14.3421 13.8157 13.1843 13.8157 12C13.8157 10.8157 13.4645 9.6579 12.8065 8.67316C12.5713 8.32117 12.3007 7.99695 12.0001 7.7049Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"chart \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M22.775 8C22.9242 8.65461 23 9.32542 23 10H14V1C14.6746 1 15.3454 1.07584 16 1.22504C16.4923 1.33724 16.9754 1.49094 17.4442 1.68508C18.5361 2.13738 19.5282 2.80031 20.364 3.63604C21.1997 4.47177 21.8626 5.46392 22.3149 6.55585C22.5091 7.02455 22.6628 7.5077 22.775 8ZM20.7082 8C20.6397 7.77018 20.5593 7.54361 20.4672 7.32122C20.1154 6.47194 19.5998 5.70026 18.9497 5.05025C18.2997 4.40024 17.5281 3.88463 16.6788 3.53284C16.4564 3.44073 16.2298 3.36031 16 3.2918V8H20.7082Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M1 14C1 9.02944 5.02944 5 10 5C10.6746 5 11.3454 5.07584 12 5.22504V12H18.775C18.9242 12.6546 19 13.3254 19 14C19 18.9706 14.9706 23 10 23C5.02944 23 1 18.9706 1 14ZM16.8035 14H10V7.19648C6.24252 7.19648 3.19648 10.2425 3.19648 14C3.19648 17.7575 6.24252 20.8035 10 20.8035C13.7575 20.8035 16.8035 17.7575 16.8035 14Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"check o \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M10.2426 16.3137L6 12.071L7.41421 10.6568L10.2426 13.4853L15.8995 7.8284L17.3137 9.24262L10.2426 16.3137Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12ZM12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"check r \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M10.2426 16.3137L6 12.071L7.41421 10.6568L10.2426 13.4853L15.8995 7.8284L17.3137 9.24262L10.2426 16.3137Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M1 5C1 2.79086 2.79086 1 5 1H19C21.2091 1 23 2.79086 23 5V19C23 21.2091 21.2091 23 19 23H5C2.79086 23 1 21.2091 1 19V5ZM5 3H19C20.1046 3 21 3.89543 21 5V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19V5C3 3.89543 3.89543 3 5 3Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"check \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M10.5858 13.4142L7.75735 10.5858L6.34314 12L10.5858 16.2427L17.6568 9.1716L16.2426 7.75739L10.5858 13.4142Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"chevron double down o \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M7.75732 8.46448L9.17154 7.05026L12 9.87869L14.8284 7.05029L16.2426 8.46451L12 12.7071L7.75732 8.46448Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M9.17154 11.2929L7.75732 12.7071L11.9999 16.9498L16.2426 12.7071L14.8284 11.2929L12 14.1213L9.17154 11.2929Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"chevron double down r \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M7.75732 8.46448L9.17154 7.05026L12 9.87869L14.8284 7.05029L16.2426 8.46451L12 12.7071L7.75732 8.46448Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M9.17154 11.2929L7.75732 12.7071L11.9999 16.9498L16.2426 12.7071L14.8284 11.2929L12 14.1213L9.17154 11.2929Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M1 5C1 2.79086 2.79086 1 5 1H19C21.2091 1 23 2.79086 23 5V19C23 21.2091 21.2091 23 19 23H5C2.79086 23 1 21.2091 1 19V5ZM5 3H19C20.1046 3 21 3.89543 21 5V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19V5C3 3.89543 3.89543 3 5 3Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"chevron double down \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M7.75735 5.63605L6.34314 7.05026L12 12.7071L17.6569 7.05029L16.2427 5.63608L12 9.87872L7.75735 5.63605Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M6.34314 12.7071L7.75735 11.2929L12 15.5356L16.2427 11.2929L17.6569 12.7071L12 18.364L6.34314 12.7071Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"chevron double left o \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M12.7071 9.1716L11.2929 7.75739L7.05024 12L11.2929 16.2426L12.7071 14.8284L9.87869 12L12.7071 9.1716Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M15.5355 7.75739L16.9497 9.1716L14.1213 12L16.9497 14.8284L15.5355 16.2426L11.2929 12L15.5355 7.75739Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"chevron double left r \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M12.7071 9.1716L11.2929 7.75739L7.05024 12L11.2929 16.2426L12.7071 14.8284L9.87869 12L12.7071 9.1716Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M15.5355 7.75739L16.9497 9.1716L14.1213 12L16.9497 14.8284L15.5355 16.2426L11.2929 12L15.5355 7.75739Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M1 5C1 2.79086 2.79086 1 5 1H19C21.2091 1 23 2.79086 23 5V19C23 21.2091 21.2091 23 19 23H5C2.79086 23 1 21.2091 1 19V5ZM5 3H19C20.1046 3 21 3.89543 21 5V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19V5C3 3.89543 3.89543 3 5 3Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"chevron double left \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M18.3639 7.75735L16.9497 6.34314L11.2929 12L16.9497 17.6568L18.3639 16.2426L14.1213 12L18.3639 7.75735Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M11.2929 6.34314L12.7071 7.75735L8.46447 12L12.7071 16.2426L11.2929 17.6568L5.63605 12L11.2929 6.34314Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"chevron double right o \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M8.46448 7.75739L7.05026 9.1716L9.87869 12L7.05029 14.8284L8.46451 16.2426L12.7071 12L8.46448 7.75739Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M11.2929 9.1716L12.7071 7.75739L16.9498 12L12.7071 16.2426L11.2929 14.8284L14.1213 12L11.2929 9.1716Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M1 12C1 18.0751 5.92487 23 12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12ZM3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"chevron double right r \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M8.46448 7.75739L7.05026 9.1716L9.87869 12L7.05029 14.8284L8.46451 16.2426L12.7071 12L8.46448 7.75739Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M11.2929 9.1716L12.7071 7.75739L16.9498 12L12.7071 16.2426L11.2929 14.8284L14.1213 12L11.2929 9.1716Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M23 5C23 2.79086 21.2091 1 19 1H5C2.79086 1 1 2.79086 1 5V19C1 21.2091 2.79086 23 5 23H19C21.2091 23 23 21.2091 23 19V5ZM19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"chevron double right \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M5.63605 7.75735L7.05026 6.34314L12.7071 12L7.05029 17.6568L5.63608 16.2426L9.87869 12L5.63605 7.75735Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M12.7071 6.34314L11.2929 7.75735L15.5356 12L11.2929 16.2426L12.7072 17.6568L18.364 12L12.7071 6.34314Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"chevron double up o \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M14.8284 12.7071L16.2426 11.2929L12 7.05027L7.75739 11.2929L9.1716 12.7071L12 9.87869L14.8284 12.7071Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M14.8284 16.9497L16.2426 15.5355L12 11.2929L7.75739 15.5355L9.1716 16.9497L12 14.1213L14.8284 16.9497Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M1 12C1 18.0751 5.92487 23 12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12ZM3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"chevron double up r \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M14.8284 12.4813L16.2426 11.067L12 6.82444L7.75732 11.0671L9.17154 12.4813L12 9.65286L14.8284 12.4813Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M14.8284 16.7239L16.2426 15.3097L12 11.0671L7.75732 15.3097L9.17154 16.7239L12 13.8955L14.8284 16.7239Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M23 4.77411C23 2.56497 21.2091 0.774109 19 0.774109H5C2.79086 0.774109 1 2.56497 1 4.77411V18.7741C1 20.9832 2.79086 22.7741 5 22.7741H19C21.2091 22.7741 23 20.9832 23 18.7741V4.77411ZM19 2.77411H5C3.89543 2.77411 3 3.66954 3 4.77411V18.7741C3 19.8787 3.89543 20.7741 5 20.7741H19C20.1046 20.7741 21 19.8787 21 18.7741V4.77411C21 3.66954 20.1046 2.77411 19 2.77411Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"chevron double up \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M17.6569 11.2929L16.2427 12.7071L12 8.46444L7.75735 12.7071L6.34314 11.2929L12 5.63605L17.6569 11.2929Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M17.6569 16.9497L16.2427 18.3639L12 14.1213L7.75735 18.364L6.34314 16.9498L12 11.2929L17.6569 16.9497Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"chevron down o \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M7.75745 10.5858L9.17166 9.17154L12.0001 12L14.8285 9.17157L16.2427 10.5858L12.0001 14.8284L7.75745 10.5858Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12ZM12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"chevron down r \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M7.75739 10.5858L9.1716 9.17154L12 12L14.8284 9.17157L16.2426 10.5858L12 14.8284L7.75739 10.5858Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M1 5C1 2.79086 2.79086 1 5 1H19C21.2091 1 23 2.79086 23 5V19C23 21.2091 21.2091 23 19 23H5C2.79086 23 1 21.2091 1 19V5ZM5 3H19C20.1046 3 21 3.89543 21 5V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19V5C3 3.89543 3.89543 3 5 3Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"chevron down \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M6.34317 7.75732L4.92896 9.17154L12 16.2426L19.0711 9.17157L17.6569 7.75735L12 13.4142L6.34317 7.75732Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"chevron left o \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M12 7.75739L13.4142 9.1716L10.5858 12L13.4142 14.8285L12 16.2427L7.75736 12L12 7.75739Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1ZM3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"chevron left r \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M13 7.75739L14.4142 9.1716L11.5858 12L14.4142 14.8284L13 16.2426L8.75736 12L13 7.75739Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M19 1C21.2091 1 23 2.79086 23 5V19C23 21.2091 21.2091 23 19 23H5C2.79086 23 1 21.2091 1 19V5C1 2.79086 2.79086 1 5 1H19ZM21 5V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19L3 5C3 3.89543 3.89543 3 5 3L19 3C20.1046 3 21 3.89543 21 5Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"chevron left \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M16.2426 6.34317L14.8284 4.92896L7.75739 12L14.8285 19.0711L16.2427 17.6569L10.5858 12L16.2426 6.34317Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"chevron right o \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M11.0858 7.75739L15.3284 12L11.0858 16.2427L9.67157 14.8285L12.5 12L9.67157 9.1716L11.0858 7.75739Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1ZM21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"chevron right r \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M16.4853 12.0451L12.2426 7.80249L10.8284 9.2167L13.6568 12.0451L10.8284 14.8736L12.2426 16.2878L16.4853 12.0451Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M1 4C1 2.34315 2.34315 1 4 1H20C21.6569 1 23 2.34315 23 4V20C23 21.6569 21.6569 23 20 23H4C2.34315 23 1 21.6569 1 20V4ZM4 3H20C20.5523 3 21 3.44772 21 4V20C21 20.5523 20.5523 21 20 21H4C3.44772 21 3 20.5523 3 20V4C3 3.44772 3.44772 3 4 3Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"chevron right \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M10.5858 6.34317L12 4.92896L19.0711 12L12 19.0711L10.5858 17.6569L16.2427 12L10.5858 6.34317Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"chevron up o \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M14.8285 14.8284L16.2427 13.4142L12.0001 9.17161L7.75745 13.4142L9.17166 14.8285L12.0001 12L14.8285 14.8284Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M1 12C1 18.0751 5.92487 23 12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12ZM12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"chevron up r \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M14.8285 14.8284L16.2427 13.4142L12.0001 9.17161L7.75745 13.4142L9.17166 14.8285L12.0001 12L14.8285 14.8284Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M1 19C1 21.2091 2.79086 23 5 23H19C21.2091 23 23 21.2091 23 19V5C23 2.79086 21.2091 1 19 1H5C2.79086 1 1 2.79086 1 5V19ZM5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"chevron up \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M17.6569 16.2427L19.0711 14.8285L12.0001 7.75739L4.92896 14.8285L6.34317 16.2427L12.0001 10.5858L17.6569 16.2427Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"circleci \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0ZM4.14355 13.5165C4.85219 17.2096 8.10023 20 12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C8.0886 4 4.83283 6.80704 4.13728 10.5165L6.72824 10.5071C7.37819 8.20738 9.49236 6.52222 12.0001 6.52222C15.0254 6.52222 17.4779 8.9747 17.4779 12C17.4779 15.0253 15.0254 17.4778 12.0001 17.4778C9.49752 17.4778 7.3869 15.7995 6.73228 13.5071L4.14355 13.5165ZM9.52234 12C9.52234 13.3684 10.6317 14.4778 12.0001 14.4778C13.3685 14.4778 14.4779 13.3684 14.4779 12C14.4779 10.6316 13.3685 9.52222 12.0001 9.52222C10.6317 9.52222 9.52234 10.6316 9.52234 12Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"clapper board \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M20.1702 3L20.1663 3.00453C21.7458 3.09084 23 4.39896 23 6V18C23 19.6569 21.6569 21 20 21H4C2.34315 21 1 19.6569 1 18V6C1 4.34315 2.34315 3 4 3H20.1702ZM10.4764 5H16.4764L13.089 9H7.08899L10.4764 5ZM5.08899 9L8.47644 5H4C3.44772 5 3 5.44772 3 6V9H5.08899ZM3 11V18C3 18.5523 3.44772 19 4 19H20C20.5523 19 21 18.5523 21 18V11H3ZM21 9V6C21 5.44771 20.5523 5 20 5H18.4764L15.089 9H21Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"clipboard \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M8 11C7.44772 11 7 11.4477 7 12C7 12.5523 7.44772 13 8 13H15.9595C16.5118 13 16.9595 12.5523 16.9595 12C16.9595 11.4477 16.5118 11 15.9595 11H8Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M8.04053 15.0665C7.48824 15.0665 7.04053 15.5142 7.04053 16.0665C7.04053 16.6188 7.48824 17.0665 8.04053 17.0665H16C16.5523 17.0665 17 16.6188 17 16.0665C17 15.5142 16.5523 15.0665 16 15.0665H8.04053Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M5 3C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5ZM7 5H5L5 19H19V5H17V6C17 7.65685 15.6569 9 14 9H10C8.34315 9 7 7.65685 7 6V5ZM9 5V6C9 6.55228 9.44772 7 10 7H14C14.5523 7 15 6.55228 15 6V5H9Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"close o \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M16.3394 9.32245C16.7434 8.94589 16.7657 8.31312 16.3891 7.90911C16.0126 7.50509 15.3798 7.48283 14.9758 7.85938L12.0497 10.5866L9.32245 7.66048C8.94589 7.25647 8.31312 7.23421 7.90911 7.61076C7.50509 7.98731 7.48283 8.62008 7.85938 9.0241L10.5866 11.9502L7.66048 14.6775C7.25647 15.054 7.23421 15.6868 7.61076 16.0908C7.98731 16.4948 8.62008 16.5171 9.0241 16.1405L11.9502 13.4133L14.6775 16.3394C15.054 16.7434 15.6868 16.7657 16.0908 16.3891C16.4948 16.0126 16.5171 15.3798 16.1405 14.9758L13.4133 12.0497L16.3394 9.32245Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12ZM12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"close r \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M16.3956 7.75734C16.7862 8.14786 16.7862 8.78103 16.3956 9.17155L13.4142 12.153L16.0896 14.8284C16.4802 15.2189 16.4802 15.8521 16.0896 16.2426C15.6991 16.6331 15.0659 16.6331 14.6754 16.2426L12 13.5672L9.32458 16.2426C8.93405 16.6331 8.30089 16.6331 7.91036 16.2426C7.51984 15.8521 7.51984 15.2189 7.91036 14.8284L10.5858 12.153L7.60436 9.17155C7.21383 8.78103 7.21383 8.14786 7.60436 7.75734C7.99488 7.36681 8.62805 7.36681 9.01857 7.75734L12 10.7388L14.9814 7.75734C15.372 7.36681 16.0051 7.36681 16.3956 7.75734Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M4 1C2.34315 1 1 2.34315 1 4V20C1 21.6569 2.34315 23 4 23H20C21.6569 23 23 21.6569 23 20V4C23 2.34315 21.6569 1 20 1H4ZM20 3H4C3.44772 3 3 3.44772 3 4V20C3 20.5523 3.44772 21 4 21H20C20.5523 21 21 20.5523 21 20V4C21 3.44772 20.5523 3 20 3Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"close \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M6.2253 4.81108C5.83477 4.42056 5.20161 4.42056 4.81108 4.81108C4.42056 5.20161 4.42056 5.83477 4.81108 6.2253L10.5858 12L4.81114 17.7747C4.42062 18.1652 4.42062 18.7984 4.81114 19.1889C5.20167 19.5794 5.83483 19.5794 6.22535 19.1889L12 13.4142L17.7747 19.1889C18.1652 19.5794 18.7984 19.5794 19.1889 19.1889C19.5794 18.7984 19.5794 18.1652 19.1889 17.7747L13.4142 12L19.189 6.2253C19.5795 5.83477 19.5795 5.20161 19.189 4.81108C18.7985 4.42056 18.1653 4.42056 17.7748 4.81108L12 10.5858L6.2253 4.81108Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"cloud \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M14.738 19.9964C14.8186 19.9988 14.8994 20 14.9806 20C19.3989 20 22.9806 16.4183 22.9806 12C22.9806 7.58172 19.3989 4 14.9806 4C12.4542 4 10.2013 5.17108 8.73522 7H7.51941C3.92956 7 1.01941 9.91015 1.01941 13.5C1.01941 17.0899 3.92956 20 7.51941 20H14.5194C14.5926 20 14.6654 19.9988 14.738 19.9964ZM16.6913 17.721C19.0415 16.9522 20.9806 14.6815 20.9806 12C20.9806 8.68629 18.2943 6 14.9806 6C11.6669 6 8.98059 8.68629 8.98059 12H6.98059C6.98059 10.9391 7.1871 9.92643 7.56211 9H7.51941C5.03413 9 3.01941 11.0147 3.01941 13.5C3.01941 15.9853 5.03413 18 7.51941 18H14.5194C15.0691 18 15.9041 17.9014 16.6913 17.721Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"code climate \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M9.49506 8.1109L3.1311 14.4749L4.54532 15.8891L9.49506 10.9393L14.4448 15.8891L15.859 14.4749L9.49506 8.1109Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M14.5049 8.11092L12.5317 10.0842L13.9503 11.494L14.5049 10.9393L19.4547 15.8891L20.8689 14.4749L14.5049 8.11092Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"code slash \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M13.325 3.05011L8.66741 20.4323L10.5993 20.9499L15.2568 3.56775L13.325 3.05011Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M7.61197 18.3608L8.97136 16.9124L8.97086 16.8933L3.87657 12.1121L8.66699 7.00798L7.20868 5.63928L1.04956 12.2017L7.61197 18.3608Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M16.388 18.3608L15.0286 16.9124L15.0291 16.8933L20.1234 12.1121L15.333 7.00798L16.7913 5.63928L22.9504 12.2017L16.388 18.3608Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"code \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M9.95263 16.9123L8.59323 18.3608L2.03082 12.2016L8.18994 5.63922L9.64826 7.00791L4.85783 12.112L9.95212 16.8932L9.95263 16.9123Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M14.0474 16.9123L15.4068 18.3608L21.9692 12.2016L15.8101 5.63922L14.3517 7.00791L19.1422 12.112L14.0479 16.8932L14.0474 16.9123Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"coffee \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M6 2.5C5.44772 2.5 5 2.94772 5 3.5V5.5C5 6.05228 5.44772 6.5 6 6.5C6.55228 6.5 7 6.05228 7 5.5V3.5C7 2.94772 6.55228 2.5 6 2.5Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M13 21.5C15.973 21.5 18.441 19.3377 18.917 16.5H19C21.2091 16.5 23 14.7091 23 12.5C23 10.2909 21.2091 8.5 19 8.5V7.5H1V15.5C1 18.8137 3.68629 21.5 7 21.5H13ZM3 9.5V15.5C3 17.7091 4.79086 19.5 7 19.5H13C15.2091 19.5 17 17.7091 17 15.5V9.5H3ZM21 12.5C21 13.6046 20.1046 14.5 19 14.5V10.5C20.1046 10.5 21 11.3954 21 12.5Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M9 3.5C9 2.94772 9.44771 2.5 10 2.5C10.5523 2.5 11 2.94772 11 3.5V5.5C11 6.05228 10.5523 6.5 10 6.5C9.44771 6.5 9 6.05228 9 5.5V3.5Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M14 2.5C13.4477 2.5 13 2.94772 13 3.5V5.5C13 6.05228 13.4477 6.5 14 6.5C14.5523 6.5 15 6.05228 15 5.5V3.5C15 2.94772 14.5523 2.5 14 2.5Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"collage \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M4 5C4 3.34315 5.34315 2 7 2H17C18.6569 2 20 3.34315 20 5V19C20 20.6569 18.6569 22 17 22H7C5.34315 22 4 20.6569 4 19V5ZM13 4H17C17.5523 4 18 4.44772 18 5V13H13V4ZM13 15V20H17C17.5523 20 18 19.5523 18 19V15H13ZM11 4H7C6.44771 4 6 4.44772 6 5V8H11V4ZM6 19V10H11V20H7C6.44772 20 6 19.5523 6 19Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"color bucket \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M8.20348 2.00378C9.46407 2.00378 10.5067 3.10742 10.6786 4.54241L19.1622 13.0259L11.384 20.8041C10.2124 21.9757 8.31291 21.9757 7.14134 20.8041L2.8987 16.5615C1.72713 15.3899 1.72713 13.4904 2.8987 12.3188L5.70348 9.51404V4.96099C5.70348 3.32777 6.82277 2.00378 8.20348 2.00378ZM8.70348 4.96099V6.51404L7.70348 7.51404V4.96099C7.70348 4.63435 7.92734 4.36955 8.20348 4.36955C8.47963 4.36955 8.70348 4.63435 8.70348 4.96099ZM8.70348 10.8754V9.34247L4.31291 13.733C3.92239 14.1236 3.92239 14.7567 4.31291 15.1473L8.55555 19.3899C8.94608 19.7804 9.57924 19.7804 9.96977 19.3899L16.3337 13.0259L10.7035 7.39569V10.8754C10.7035 10.9184 10.7027 10.9612 10.7012 11.0038H8.69168C8.69941 10.9625 8.70348 10.9195 8.70348 10.8754Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M16.8586 16.8749C15.687 18.0465 15.687 19.946 16.8586 21.1175C18.0302 22.2891 19.9297 22.2891 21.1013 21.1175C22.2728 19.946 22.2728 18.0465 21.1013 16.8749L18.9799 14.7536L16.8586 16.8749Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"color picker \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M20.3847 2.87868C19.2132 1.70711 17.3137 1.70711 16.1421 2.87868L14.0202 5.00052L13.313 4.29332C12.9225 3.9028 12.2894 3.9028 11.8988 4.29332C11.5083 4.68385 11.5083 5.31701 11.8988 5.70754L17.5557 11.3644C17.9462 11.7549 18.5794 11.7549 18.9699 11.3644C19.3604 10.9739 19.3604 10.3407 18.9699 9.95018L18.2629 9.24316L20.3847 7.12132C21.5563 5.94975 21.5563 4.05025 20.3847 2.87868Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M11.9297 7.09116L4.1515 14.8693C3.22786 15.793 3.03239 17.169 3.5651 18.2842L1.99994 19.8493L3.41415 21.2635L4.97931 19.6984C6.09444 20.2311 7.4705 20.0356 8.39414 19.112L16.1723 11.3338L11.9297 7.09116ZM13.3439 11.3338L11.9297 9.91959L5.56571 16.2835C5.17518 16.6741 5.17518 17.3072 5.56571 17.6978C5.95623 18.0883 6.5894 18.0883 6.97992 17.6978L13.3439 11.3338Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"comedy central \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M10.5445 19C14.4105 19 17.5445 15.866 17.5445 12C17.5445 8.13401 14.4105 5 10.5445 5C8.61148 5 6.86148 5.7835 5.59473 7.05025L3.47343 4.92896L3.45544 4.94694C5.26649 3.12672 7.7739 2 10.5445 2C16.0673 2 20.5445 6.47715 20.5445 12C20.5445 17.5228 16.0673 22 10.5445 22C7.78307 22 5.28308 20.8807 3.47343 19.0711L5.59475 16.9498C6.8615 18.2165 8.61149 19 10.5445 19Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M10.5445 14C11.1376 14 11.6704 13.7418 12.0367 13.3317L14.1594 15.4544C13.249 16.4068 11.966 17 10.5445 17C7.78305 17 5.54447 14.7614 5.54447 12C5.54447 9.23858 7.78305 7 10.5445 7C11.966 7 13.249 7.59323 14.1594 8.54563L12.0367 10.6683C11.6704 10.2582 11.1376 10 10.5445 10C9.4399 10 8.54447 10.8954 8.54447 12C8.54447 13.1046 9.4399 14 10.5445 14Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"comment \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M17 9H7V7H17V9Z\" fill=\"currentColor\" />\n  <path d=\"M7 13H17V11H7V13Z\" fill=\"currentColor\" />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M2 18V2H22V18H16V22H14C11.7909 22 10 20.2091 10 18H2ZM12 16V18C12 19.1046 12.8954 20 14 20V16H20V4H4V16H12Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"community \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M12 17.456C11.2389 17.8053 10.3922 18 9.5 18C6.18629 18 3.5 15.3137 3.5 12C3.5 8.68629 6.18629 6 9.5 6C10.3922 6 11.2389 6.19474 12 6.54404C12.7611 6.19474 13.6078 6 14.5 6C17.8137 6 20.5 8.68629 20.5 12C20.5 15.3137 17.8137 18 14.5 18C13.6078 18 12.7611 17.8053 12 17.456ZM10.0003 15.969C9.83637 15.9895 9.66942 16 9.5 16C7.29086 16 5.5 14.2091 5.5 12C5.5 9.79086 7.29086 8 9.5 8C9.66942 8 9.83637 8.01053 10.0003 8.03098C9.06656 9.08871 8.5 10.4782 8.5 12C8.5 13.5218 9.06656 14.9113 10.0003 15.969ZM13.9998 8.03098C14.1636 8.01054 14.3306 8 14.5 8C16.7091 8 18.5 9.79086 18.5 12C18.5 14.2091 16.7091 16 14.5 16C14.3306 16 14.1636 15.9895 13.9998 15.969C14.9334 14.9113 15.5 13.5218 15.5 12C15.5 10.4782 14.9334 9.08872 13.9998 8.03098ZM12 8.87732C12.9145 9.61038 13.5 10.7368 13.5 12C13.5 13.2632 12.9145 14.3896 12 15.1227C11.0855 14.3896 10.5 13.2632 10.5 12C10.5 10.7368 11.0855 9.61038 12 8.87732Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"components \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M7.7572 6.3431L11.9998 2.10046L16.2425 6.3431L11.9998 10.5857L7.7572 6.3431ZM10.5856 6.3431L11.9998 4.92889L13.4141 6.3431L11.9998 7.75732L10.5856 6.3431Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M2.10046 11.9999L6.3431 7.75726L10.5857 11.9999L6.3431 16.2425L2.10046 11.9999ZM4.92889 11.9999L6.3431 10.5857L7.75732 11.9999L6.3431 13.4141L4.92889 11.9999Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M13.4142 11.9999L17.6568 16.2425L21.8995 11.9999L17.6568 7.75726L13.4142 11.9999ZM17.6568 10.5857L16.2426 11.9999L17.6568 13.4141L19.071 11.9999L17.6568 10.5857Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M7.7572 17.6569L11.9998 13.4142L16.2425 17.6569L11.9998 21.8995L7.7572 17.6569ZM10.5856 17.6569L11.9998 16.2427L13.4141 17.6569L11.9998 19.0711L10.5856 17.6569Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"compress left \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M7.97867 9.45703L4.40883 9.45423L4.40726 11.4542L11.4073 11.4597L11.4127 4.45972L9.41274 4.45815L9.40992 8.05978L3.09616 1.76935L1.68457 3.18618L7.97867 9.45703Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M19.5615 14.5521L19.5535 12.5521L12.5536 12.58L12.5814 19.5799L14.5814 19.572L14.5671 15.9706L20.9105 22.2307L22.3153 20.8071L15.9914 14.5663L19.5615 14.5521Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"compress right \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M14.567 8.02947L20.9105 1.76929L22.3153 3.19282L15.9916 9.43352L19.5614 9.44772L19.5534 11.4477L12.5535 11.4199L12.5813 4.41992L14.5813 4.42788L14.567 8.02947Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M7.97879 14.5429L4.40886 14.5457L4.40729 12.5457L11.4073 12.5402L11.4128 19.5402L9.41277 19.5417L9.40995 15.9402L3.09623 22.2306L1.68463 20.8138L7.97879 14.5429Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"compress v \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M13.0338 7.3559L15.4999 4.85376L16.9244 6.25768L12.0107 11.2432L7.02515 6.32948L8.42907 4.90505L11.0329 7.47139L11.0834 0.843506L13.0833 0.858735L13.0338 7.3559Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M15.5627 18.532L16.9749 17.1159L12.0184 12.1729L7.07543 17.1295L8.49159 18.5418L11.0762 15.95L11.1019 23.1566L13.1019 23.1495L13.0765 16.0528L15.5627 18.532Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"compress \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M19.0954 8.42986L17.6711 7.02576L12.7568 12.0107L17.7417 16.925L19.1458 15.5007L16.644 13.0344L23.1411 13.0847L23.1565 11.0848L16.5286 11.0334L19.0954 8.42986Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M5.46742 15.5618L6.88341 16.9742L11.827 12.0183L6.87102 7.07476L5.45857 8.49074L8.04995 11.0756L0.843506 11.1004L0.850384 13.1004L7.94701 13.076L5.46742 15.5618Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"controller \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M14.8284 6.34313L16.2426 4.92892L12 0.686279L7.75735 4.92892L9.17156 6.34313L12 3.51471L14.8284 6.34313Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M4.92892 16.2426L6.34313 14.8284L3.51471 12L6.34313 9.17156L4.92892 7.75735L0.686279 12L4.92892 16.2426Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M7.75735 19.0711L12 23.3137L16.2426 19.0711L14.8284 17.6568L12 20.4853L9.17156 17.6568L7.75735 19.0711Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M17.6568 9.17156L20.4853 12L17.6568 14.8284L19.0711 16.2426L23.3137 12L19.0711 7.75735L17.6568 9.17156Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M12 8C14.2091 8 16 9.79086 16 12C16 14.2091 14.2091 16 12 16C9.79086 16 8 14.2091 8 12C8 9.79086 9.79086 8 12 8ZM12 10C13.1046 10 14 10.8954 14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"copy \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M13 7H7V5H13V7Z\" fill=\"currentColor\" />\n  <path d=\"M13 11H7V9H13V11Z\" fill=\"currentColor\" />\n  <path d=\"M7 15H13V13H7V15Z\" fill=\"currentColor\" />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M3 19V1H17V5H21V23H7V19H3ZM15 17V3H5V17H15ZM17 7V19H9V21H19V7H17Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"copyright \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M13.392 10.4362L14.8106 9.0176C14.1031 8.38476 13.169 8 12.145 8C9.93588 8 8.14502 9.79086 8.14502 12C8.14502 14.2091 9.93588 16 12.145 16C13.2563 16 14.2617 15.5468 14.9866 14.8152L13.674 13.5026L13.4646 13.503C13.1124 13.8124 12.6506 14 12.145 14C11.0405 14 10.145 13.1046 10.145 12C10.145 10.8954 11.0405 10 12.145 10C12.6166 10 13.0501 10.1632 13.392 10.4362Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3ZM12 5C15.866 5 19 8.13401 19 12C19 15.866 15.866 19 12 19C8.13401 19 5 15.866 5 12C5 8.13401 8.13401 5 12 5Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"corner double down left \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M11.2952 7.69432L16.1357 2.6377L21.1924 7.47821L19.8094 8.92296L17.3474 6.56617L17.5094 12.6C17.5805 15.25 15.49 17.456 12.8399 17.5271L6.91369 17.6863L9.20765 19.9335L7.80805 21.3622L2.80768 16.4636L7.70628 11.4632L9.13495 12.8628L6.75759 15.2896L12.7755 15.128C14.1005 15.0924 15.1458 13.9895 15.1102 12.6645L14.9519 6.76668L12.74 9.07732L11.2952 7.69432Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"corner double down right \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M12.6004 7.67915L7.63814 2.74194L2.70093 7.7042L4.11871 9.11483L6.52249 6.69886L6.5075 12.7348C6.50092 15.3857 8.64461 17.5401 11.2956 17.5467L17.224 17.5614L14.9855 19.8638L16.4195 21.258L21.299 16.239L16.2801 11.3595L14.8859 12.7934L17.3217 15.1616L11.3015 15.1467C9.97605 15.1434 8.9042 14.0662 8.9075 12.7407L8.92214 6.84077L11.1898 9.09694L12.6004 7.67915Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"corner double left down \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M21.299 7.7609L16.2801 12.6405L14.8859 11.2065L17.3217 8.83829L11.3015 8.85324C9.97605 8.85653 8.9042 9.93371 8.9075 11.2592L8.92214 17.1591L11.1898 14.903L12.6004 16.3208L7.63814 21.258L2.70093 16.2957L4.11871 14.8851L6.52249 17.3011L6.5075 11.2652C6.50092 8.61419 8.64461 6.45983 11.2956 6.45325L17.224 6.43853L14.9855 4.1361L16.4195 2.74194L21.299 7.7609Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"corner double left up \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M7.78372 9.25045L6.36951 7.83624L10.6121 3.59363L14.8548 7.83627L13.4406 9.25048L10.6121 6.42205L7.78372 9.25045Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M13.4406 13.4932L14.8548 12.0789L10.6121 7.83628L6.36951 12.0789L7.78372 13.4931L9.63052 11.6463V16.4063C9.63052 18.6155 11.4214 20.4063 13.6305 20.4063H17.6305V18.4063H13.6305C12.526 18.4063 11.6305 17.5109 11.6305 16.4063V11.6831L13.4406 13.4932Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"corner double right down \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M7.69438 12.7048L2.63776 7.86424L7.47827 2.80762L8.92302 4.19062L6.56623 6.65263L12.6002 6.49061C15.2502 6.41945 17.4561 8.51002 17.5273 11.16L17.6864 17.0862L19.9335 14.7924L21.3622 16.192L16.4636 21.1924L11.4632 16.2938L12.8628 14.8651L15.2897 17.2426L15.1281 11.2245C15.0926 9.89945 13.9896 8.85417 12.6646 8.88974L6.76674 9.04811L9.07738 11.26L7.69438 12.7048Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"corner double right up \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M16.2163 9.25045L17.6305 7.83624L13.3879 3.59363L9.14526 7.83627L10.5595 9.25048L13.3879 6.42205L16.2163 9.25045Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M10.5595 13.4932L9.14526 12.0789L13.3879 7.83628L17.6305 12.0789L16.2163 13.4931L14.3695 11.6463V16.4063C14.3695 18.6155 12.5786 20.4063 10.3695 20.4063H6.36951V18.4063H10.3695C11.4741 18.4063 12.3695 17.5109 12.3695 16.4063V11.6831L10.5595 13.4932Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"corner double up left \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M9.25045 7.78369L7.83624 6.36948L3.59363 10.6121L7.83627 14.8547L9.25048 13.4405L6.42205 10.6121L9.25045 7.78369Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M13.4932 13.4405L12.0789 14.8547L7.83627 10.6121L12.0789 6.36948L13.4931 7.78369L11.6463 9.63049L16.4063 9.63049C18.6155 9.63049 20.4063 11.4214 20.4063 13.6305L20.4063 17.6305L18.4063 17.6305L18.4063 13.6305C18.4063 12.5259 17.5109 11.6305 16.4063 11.6305L11.6831 11.6305L13.4932 13.4405Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"corner double up right \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M14.7495 7.78369L16.1638 6.36948L20.4064 10.6121L16.1637 14.8547L14.7495 13.4405L17.5779 10.6121L14.7495 7.78369Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M10.5068 13.4405L11.9211 14.8547L16.1637 10.6121L11.9211 6.36948L10.5069 7.78369L12.3537 9.63049L7.59366 9.63049C5.38452 9.63049 3.59366 11.4214 3.59366 13.6305L3.59366 17.6305L5.59366 17.6305L5.59366 13.6305C5.59366 12.5259 6.48909 11.6305 7.59366 11.6305L12.3169 11.6305L10.5068 13.4405Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"corner down left \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M17.1495 13.4005C18.2541 13.4005 19.1495 12.5051 19.1495 11.4005V3.40051H21.1495V11.4005C21.1495 13.6097 19.3587 15.4005 17.1495 15.4005H6.84398L10.6286 19.1852L9.21443 20.5994L2.85046 14.2354L9.21443 7.87146L10.6286 9.28567L6.5138 13.4005H17.1495Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"corner down right \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M6.85046 13.4005C5.74589 13.4005 4.85046 12.5051 4.85046 11.4005V3.40051H2.85046V11.4005C2.85046 13.6097 4.64132 15.4005 6.85046 15.4005H17.156L13.3714 19.1852L14.7856 20.5994L21.1495 14.2354L14.7856 7.87146L13.3714 9.28567L17.4862 13.4005H6.85046Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"corner left down \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M10.6013 6.84996C10.6023 5.74539 11.4986 4.85079 12.6032 4.85181L20.6032 4.8592L20.605 2.8592L12.605 2.85181C10.3959 2.84977 8.60335 4.63897 8.60131 6.84811L8.59179 17.1538L4.81054 13.3656L3.39502 14.7785L9.7531 21.1483L16.1229 14.7902L14.71 13.3747L10.5915 17.4856L10.6013 6.84996Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"corner left up \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M14.71 10.6254L16.1229 9.20989L9.7531 2.85181L3.39502 9.22164L4.81054 10.6346L8.59179 6.84631L8.60131 17.152C8.60335 19.3611 10.3959 21.1503 12.605 21.1483L20.605 21.1409L20.6032 19.1409L12.6032 19.1483C11.4986 19.1493 10.6023 18.2547 10.6013 17.1501L10.5915 6.51446L14.71 10.6254Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"corner right down \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M13.3987 6.84996C13.3977 5.74539 12.5014 4.85079 11.3969 4.85181L3.39687 4.8592L3.39502 2.8592L11.395 2.85181C13.6042 2.84977 15.3967 4.63897 15.3987 6.84811L15.4082 17.1538L19.1895 13.3656L20.605 14.7785L14.2469 21.1483L7.87709 14.7902L9.28999 13.3747L13.4085 17.4856L13.3987 6.84996Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"corner right up \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M9.28999 10.6254L7.87709 9.20989L14.2469 2.85181L20.605 9.22164L19.1895 10.6346L15.4082 6.84631L15.3987 17.152C15.3967 19.3611 13.6042 21.1503 11.395 21.1483L3.39502 21.1409L3.39687 19.1409L11.3969 19.1483C12.5014 19.1493 13.3977 18.2547 13.3987 17.1501L13.4085 6.51446L9.28999 10.6254Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"corner up left \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M10.6276 14.7219L9.21641 16.1391L2.83875 9.78892L9.18897 3.41125L10.6062 4.82242L6.82971 8.61526L17.1353 8.59304C19.3445 8.58828 21.1392 10.3753 21.144 12.5844L21.1612 20.5844L19.1612 20.5887L19.144 12.5887C19.1416 11.4841 18.2442 10.5907 17.1396 10.593L6.50391 10.616L10.6276 14.7219Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"corner up right \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M13.3724 14.7219L14.7835 16.1391L21.1612 9.78892L14.811 3.41125L13.3937 4.82242L17.1702 8.61526L6.86461 8.59304C4.65547 8.58828 2.86076 10.3753 2.85599 12.5844L2.83875 20.5844L4.83874 20.5887L4.85599 12.5887C4.85837 11.4841 5.75573 10.5907 6.8603 10.593L17.496 10.616L13.3724 14.7219Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"credit card \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M4 9C4 8.44772 4.44772 8 5 8H9C9.55228 8 10 8.44772 10 9C10 9.55228 9.55228 10 9 10H5C4.44772 10 4 9.55228 4 9Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M4 3C1.79086 3 0 4.79086 0 7V17C0 19.2091 1.79086 21 4 21H20C22.2091 21 24 19.2091 24 17V7C24 4.79086 22.2091 3 20 3H4ZM20 5H4C2.89543 5 2 5.89543 2 7V14H22V7C22 5.89543 21.1046 5 20 5ZM22 16H2V17C2 18.1046 2.89543 19 4 19H20C21.1046 19 22 18.1046 22 17V16Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"crop \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M7.93164 9.00891V16H15V20.0089H17V16H20.9316V14H17V7.00891H9.93164V3H7.93164V7.00891H4V9.00891H7.93164ZM9.93164 9.00891V14H15V9.00891H9.93164Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"cross \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M13 6C13 5.44772 12.5523 5 12 5C11.4477 5 11 5.44772 11 6V9H7C6.44772 9 6 9.44772 6 10C6 10.5523 6.44772 11 7 11H11V18C11 18.5523 11.4477 19 12 19C12.5523 19 13 18.5523 13 18V11H17C17.5523 11 18 10.5523 18 10C18 9.44772 17.5523 9 17 9H13V6Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"crowdfire \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M2 12C2 6.47715 6.47715 2 12 2V4H20V12H22C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM18 12H16V8H12V6C8.68629 6 6 8.68629 6 12C6 15.3137 8.68629 18 12 18C15.3137 18 18 15.3137 18 12Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"crown \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M2.5 6.09143L7.21997 10.8114L12.0005 6.03088L16.7811 10.8114L21.5 6.09245V14.9691C21.5 16.626 20.1569 17.9691 18.5 17.9691H5.5C3.84314 17.9691 2.5 16.626 2.5 14.9691V6.09143ZM19.5 10.9087V14.9691C19.5 15.5214 19.0523 15.9691 18.5 15.9691H5.5C4.94771 15.9691 4.5 15.5214 4.5 14.9691V10.9077L7.21997 13.6277L12.0005 8.84717L16.7811 13.6277L19.5 10.9087Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"danger \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M12 6C12.5523 6 13 6.44772 13 7V13C13 13.5523 12.5523 14 12 14C11.4477 14 11 13.5523 11 13V7C11 6.44772 11.4477 6 12 6Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M12 16C11.4477 16 11 16.4477 11 17C11 17.5523 11.4477 18 12 18C12.5523 18 13 17.5523 13 17C13 16.4477 12.5523 16 12 16Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2ZM4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"dark mode \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M12 16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8V16Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2ZM12 4V8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16V20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"data \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M12 8.88916C13.6569 8.88916 15 10.2323 15 11.8892C15 13.1954 14.1652 14.3066 13 14.7185V19.8892H11V14.7185C9.83481 14.3066 9 13.1954 9 11.8892C9 10.2323 10.3431 8.88916 12 8.88916ZM12 10.8892C12.5523 10.8892 13 11.3369 13 11.8892C13 12.4414 12.5523 12.8892 12 12.8892C11.4477 12.8892 11 12.4414 11 11.8892C11 11.3369 11.4477 10.8892 12 10.8892Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M7.05019 6.93938C5.78348 8.20612 5 9.9561 5 11.8891C5 14.0666 5.99426 16.0119 7.55355 17.2957L8.97712 15.8721C7.7757 14.9589 7 13.5146 7 11.8891C7 10.5084 7.55962 9.25841 8.46441 8.35359L7.05019 6.93938Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M15.5355 8.35348C16.4403 9.25831 17 10.5083 17 11.8891C17 13.5146 16.2243 14.959 15.0228 15.8722L16.4463 17.2958C18.0057 16.012 19 14.0666 19 11.8891C19 9.95604 18.2165 8.20602 16.9497 6.93927L15.5355 8.35348Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M1 11.8891C1 8.85152 2.23119 6.10155 4.22176 4.11095L5.63598 5.52516C4.00733 7.15383 3 9.40381 3 11.8891C3 14.3743 4.00733 16.6243 5.63597 18.2529L4.22175 19.6672C2.23119 17.6766 1 14.9266 1 11.8891Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M19.7781 19.6673C21.7688 17.6767 23 14.9266 23 11.8891C23 8.85147 21.7688 6.10145 19.7781 4.11084L18.3639 5.52505C19.9926 7.15374 21 9.40376 21 11.8891C21 14.3744 19.9926 16.6244 18.3639 18.2531L19.7781 19.6673Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"database \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M5 9V7H7V9H5Z\" fill=\"currentColor\" />\n  <path d=\"M9 9H19V7H9V9Z\" fill=\"currentColor\" />\n  <path d=\"M5 15V17H7V15H5Z\" fill=\"currentColor\" />\n  <path d=\"M19 17H9V15H19V17Z\" fill=\"currentColor\" />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M1 6C1 4.34315 2.34315 3 4 3H20C21.6569 3 23 4.34315 23 6V18C23 19.6569 21.6569 21 20 21H4C2.34315 21 1 19.6569 1 18V6ZM4 5H20C20.5523 5 21 5.44772 21 6V11H3V6C3 5.44772 3.44772 5 4 5ZM3 13V18C3 18.5523 3.44772 19 4 19H20C20.5523 19 21 18.5523 21 18V13H3Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"debug \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M10 11C10 10.4477 10.4477 10 11 10H13C13.5523 10 14 10.4477 14 11C14 11.5523 13.5523 12 13 12H11C10.4477 12 10 11.5523 10 11Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M11 14C10.4477 14 10 14.4477 10 15C10 15.5523 10.4477 16 11 16H13C13.5523 16 14 15.5523 14 15C14 14.4477 13.5523 14 13 14H11Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M9.09447 4.74918C8.41606 4.03243 8 3.0648 8 2H10C10 3.10457 10.8954 4 12 4C13.1046 4 14 3.10457 14 2H16C16 3.0648 15.5839 4.03243 14.9055 4.74918C16.1782 5.45491 17.1673 6.6099 17.6586 8H19C19.5523 8 20 8.44772 20 9C20 9.55229 19.5523 10 19 10H18V12H19C19.5523 12 20 12.4477 20 13C20 13.5523 19.5523 14 19 14H18V16H19C19.5523 16 20 16.4477 20 17C20 17.5523 19.5523 18 19 18H17.6586C16.8349 20.3304 14.6124 22 12 22C9.38756 22 7.16508 20.3304 6.34141 18H5C4.44772 18 4 17.5523 4 17C4 16.4477 4.44772 16 5 16H6V14H5C4.44772 14 4 13.5523 4 13C4 12.4477 4.44772 12 5 12H6V10H5C4.44772 10 4 9.55229 4 9C4 8.44772 4.44772 8 5 8H6.34141C6.83274 6.6099 7.82181 5.45491 9.09447 4.74918ZM8 16V10C8 7.79086 9.79086 6 12 6C14.2091 6 16 7.79086 16 10V16C16 18.2091 14.2091 20 12 20C9.79086 20 8 18.2091 8 16Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"designmodo \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M7 4.05444C4.23858 4.05444 2 6.29302 2 9.05444C2 11.8159 4.23858 14.0544 7 14.0544C9.76142 14.0544 12 11.8159 12 9.05444C12 6.29302 9.76142 4.05444 7 4.05444ZM5 9.05444C5 10.159 5.89543 11.0544 7 11.0544C8.10457 11.0544 9 10.159 9 9.05444C9 7.94987 8.10457 7.05444 7 7.05444C5.89543 7.05444 5 7.94987 5 9.05444Z\"\n    fill=\"currentColor\"\n  />\n  <path d=\"M22 10.5544H17V7.55444H22V10.5544Z\" fill=\"currentColor\" />\n  <path\n    d=\"M11.5503 16.9457C12.6786 16.9457 13.6977 16.4786 14.4249 15.7272C14.4097 15.7429 14.3943 15.7585 14.3788 15.774L16.5001 17.8954C15.2334 19.1621 13.4834 19.9457 11.5503 19.9457C9.61734 19.9457 7.86734 19.1622 6.60059 17.8954L8.72191 15.7741C9.44576 16.498 10.4458 16.9457 11.5503 16.9457Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"desktop \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M8 15C7.44772 15 7 15.4477 7 16C7 16.5523 7.44772 17 8 17C8.55228 17 9 16.5523 9 16C9 15.4477 8.55228 15 8 15Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M11 16C11 15.4477 11.4477 15 12 15C12.5523 15 13 15.4477 13 16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M16 15C15.4477 15 15 15.4477 15 16C15 16.5523 15.4477 17 16 17C16.5523 17 17 16.5523 17 16C17 15.4477 16.5523 15 16 15Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M4 3C2.34315 3 1 4.34315 1 6V18C1 19.6569 2.34315 21 4 21H20C21.6569 21 23 19.6569 23 18V6C23 4.34315 21.6569 3 20 3H4ZM20 5H4C3.44772 5 3 5.44772 3 6V7H21V6C21 5.44772 20.5523 5 20 5ZM3 18V9H21V18C21 18.5523 20.5523 19 20 19H4C3.44772 19 3 18.5523 3 18Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"details less \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M3 9C2.44772 9 2 9.44772 2 10C2 10.5523 2.44772 11 3 11H21C21.5523 11 22 10.5523 22 10C22 9.44772 21.5523 9 21 9H3Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M3 13C2.44772 13 2 13.4477 2 14C2 14.5523 2.44772 15 3 15H15C15.5523 15 16 14.5523 16 14C16 13.4477 15.5523 13 15 13H3Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"details more \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M2 8C2 7.44772 2.44772 7 3 7H21C21.5523 7 22 7.44772 22 8C22 8.55228 21.5523 9 21 9H3C2.44772 9 2 8.55228 2 8Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M2 12C2 11.4477 2.44772 11 3 11H21C21.5523 11 22 11.4477 22 12C22 12.5523 21.5523 13 21 13H3C2.44772 13 2 12.5523 2 12Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M3 15C2.44772 15 2 15.4477 2 16C2 16.5523 2.44772 17 3 17H15C15.5523 17 16 16.5523 16 16C16 15.4477 15.5523 15 15 15H3Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"dialpad \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M5.5 3H8.5V6H5.5V3Z\" fill=\"currentColor\" />\n  <path d=\"M5.5 8H8.5V11H5.5V8Z\" fill=\"currentColor\" />\n  <path d=\"M5.5 13V16H8.5V13H5.5Z\" fill=\"currentColor\" />\n  <path d=\"M10.5 3H13.5V6H10.5V3Z\" fill=\"currentColor\" />\n  <path d=\"M10.5 8V11H13.5V8H10.5Z\" fill=\"currentColor\" />\n  <path d=\"M10.5 13H13.5V16H10.5V13Z\" fill=\"currentColor\" />\n  <path d=\"M10.5 18V21H13.5V18H10.5Z\" fill=\"currentColor\" />\n  <path d=\"M15.5 3H18.5V6H15.5V3Z\" fill=\"currentColor\" />\n  <path d=\"M15.5 8V11H18.5V8H15.5Z\" fill=\"currentColor\" />\n  <path d=\"M15.5 13H18.5V16H15.5V13Z\" fill=\"currentColor\" />\n</svg></li><li title=\"dice 1 \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M1 4C1 2.34315 2.34315 1 4 1H20C21.6569 1 23 2.34315 23 4V20C23 21.6569 21.6569 23 20 23H4C2.34315 23 1 21.6569 1 20V4ZM4 3H20C20.5523 3 21 3.44772 21 4V20C21 20.5523 20.5523 21 20 21H4C3.44772 21 3 20.5523 3 20V4C3 3.44772 3.44772 3 4 3Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"dice 2 \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M17.2 14.9431C16.0954 14.9431 15.2 15.8385 15.2 16.9431C15.2 18.0477 16.0954 18.9431 17.2 18.9431C18.3045 18.9431 19.2 18.0477 19.2 16.9431C19.2 15.8385 18.3045 14.9431 17.2 14.9431Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M5.05518 7.05518C5.05518 5.95061 5.95061 5.05518 7.05518 5.05518C8.15975 5.05518 9.05518 5.95061 9.05518 7.05518C9.05518 8.15975 8.15975 9.05518 7.05518 9.05518C5.95061 9.05518 5.05518 8.15975 5.05518 7.05518Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M4 1C2.34315 1 1 2.34315 1 4V20C1 21.6569 2.34315 23 4 23H20C21.6569 23 23 21.6569 23 20V4C23 2.34315 21.6569 1 20 1H4ZM20 3H4C3.44772 3 3 3.44772 3 4V20C3 20.5523 3.44772 21 4 21H20C20.5523 21 21 20.5523 21 20V4C21 3.44772 20.5523 3 20 3Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"dice 3 \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M16.9451 14.8921C15.8405 14.8921 14.9451 15.7875 14.9451 16.8921C14.9451 17.9967 15.8405 18.8921 16.9451 18.8921C18.0496 18.8921 18.9451 17.9967 18.9451 16.8921C18.9451 15.7875 18.0496 14.8921 16.9451 14.8921Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M5.05518 7.05518C5.05518 5.95061 5.95061 5.05518 7.05518 5.05518C8.15975 5.05518 9.05518 5.95061 9.05518 7.05518C9.05518 8.15975 8.15975 9.05518 7.05518 9.05518C5.95061 9.05518 5.05518 8.15975 5.05518 7.05518Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M1 4C1 2.34315 2.34315 1 4 1H20C21.6569 1 23 2.34315 23 4V20C23 21.6569 21.6569 23 20 23H4C2.34315 23 1 21.6569 1 20V4ZM4 3H20C20.5523 3 21 3.44772 21 4V20C21 20.5523 20.5523 21 20 21H4C3.44772 21 3 20.5523 3 20V4C3 3.44772 3.44772 3 4 3Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"dice 4 \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M16.9451 5.05518C15.8405 5.05518 14.9451 5.95061 14.9451 7.05518C14.9451 8.15975 15.8405 9.05518 16.9451 9.05518C18.0496 9.05518 18.9451 8.15975 18.9451 7.05518C18.9451 5.95061 18.0496 5.05518 16.9451 5.05518Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M14.9451 16.8921C14.9451 15.7875 15.8405 14.8921 16.9451 14.8921C18.0496 14.8921 18.9451 15.7875 18.9451 16.8921C18.9451 17.9967 18.0496 18.8921 16.9451 18.8921C15.8405 18.8921 14.9451 17.9967 14.9451 16.8921Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M7.05518 14.8921C5.95061 14.8921 5.05518 15.7875 5.05518 16.8921C5.05518 17.9967 5.95061 18.8921 7.05518 18.8921C8.15975 18.8921 9.05518 17.9967 9.05518 16.8921C9.05518 15.7875 8.15975 14.8921 7.05518 14.8921Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M5.05518 7.05518C5.05518 5.95061 5.95061 5.05518 7.05518 5.05518C8.15975 5.05518 9.05518 5.95061 9.05518 7.05518C9.05518 8.15975 8.15975 9.05518 7.05518 9.05518C5.95061 9.05518 5.05518 8.15975 5.05518 7.05518Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M4 1C2.34315 1 1 2.34315 1 4V20C1 21.6569 2.34315 23 4 23H20C21.6569 23 23 21.6569 23 20V4C23 2.34315 21.6569 1 20 1H4ZM20 3H4C3.44772 3 3 3.44772 3 4V20C3 20.5523 3.44772 21 4 21H20C20.5523 21 21 20.5523 21 20V4C21 3.44772 20.5523 3 20 3Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"dice 5 \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M14.9451 7.05518C14.9451 5.95061 15.8405 5.05518 16.9451 5.05518C18.0496 5.05518 18.9451 5.95061 18.9451 7.05518C18.9451 8.15975 18.0496 9.05518 16.9451 9.05518C15.8405 9.05518 14.9451 8.15975 14.9451 7.05518Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M16.9451 14.8921C15.8405 14.8921 14.9451 15.7875 14.9451 16.8921C14.9451 17.9967 15.8405 18.8921 16.9451 18.8921C18.0496 18.8921 18.9451 17.9967 18.9451 16.8921C18.9451 15.7875 18.0496 14.8921 16.9451 14.8921Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M5.05518 16.8921C5.05518 15.7875 5.95061 14.8921 7.05518 14.8921C8.15975 14.8921 9.05518 15.7875 9.05518 16.8921C9.05518 17.9967 8.15975 18.8921 7.05518 18.8921C5.95061 18.8921 5.05518 17.9967 5.05518 16.8921Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M7.05518 5.05518C5.95061 5.05518 5.05518 5.95061 5.05518 7.05518C5.05518 8.15975 5.95061 9.05518 7.05518 9.05518C8.15975 9.05518 9.05518 8.15975 9.05518 7.05518C9.05518 5.95061 8.15975 5.05518 7.05518 5.05518Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M1 4C1 2.34315 2.34315 1 4 1H20C21.6569 1 23 2.34315 23 4V20C23 21.6569 21.6569 23 20 23H4C2.34315 23 1 21.6569 1 20V4ZM4 3H20C20.5523 3 21 3.44772 21 4V20C21 20.5523 20.5523 21 20 21H4C3.44772 21 3 20.5523 3 20V4C3 3.44772 3.44772 3 4 3Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"dice 6 \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M16.9451 5.05518C15.8405 5.05518 14.9451 5.95061 14.9451 7.05518C14.9451 8.15975 15.8405 9.05518 16.9451 9.05518C18.0496 9.05518 18.9451 8.15975 18.9451 7.05518C18.9451 5.95061 18.0496 5.05518 16.9451 5.05518Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M14.9451 16.8921C14.9451 15.7875 15.8405 14.8921 16.9451 14.8921C18.0496 14.8921 18.9451 15.7875 18.9451 16.8921C18.9451 17.9967 18.0496 18.8921 16.9451 18.8921C15.8405 18.8921 14.9451 17.9967 14.9451 16.8921Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M7.05518 14.8921C5.95061 14.8921 5.05518 15.7875 5.05518 16.8921C5.05518 17.9967 5.95061 18.8921 7.05518 18.8921C8.15975 18.8921 9.05518 17.9967 9.05518 16.8921C9.05518 15.7875 8.15975 14.8921 7.05518 14.8921Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M5.05518 7.05518C5.05518 5.95061 5.95061 5.05518 7.05518 5.05518C8.15975 5.05518 9.05518 5.95061 9.05518 7.05518C9.05518 8.15975 8.15975 9.05518 7.05518 9.05518C5.95061 9.05518 5.05518 8.15975 5.05518 7.05518Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M16.9451 9.97363C15.8405 9.97363 14.9451 10.8691 14.9451 11.9736C14.9451 13.0782 15.8405 13.9736 16.9451 13.9736C18.0496 13.9736 18.9451 13.0782 18.9451 11.9736C18.9451 10.8691 18.0496 9.97363 16.9451 9.97363Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M5.05518 11.9736C5.05518 10.8691 5.95061 9.97363 7.05518 9.97363C8.15975 9.97363 9.05518 10.8691 9.05518 11.9736C9.05518 13.0782 8.15975 13.9736 7.05518 13.9736C5.95061 13.9736 5.05518 13.0782 5.05518 11.9736Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M4 1C2.34315 1 1 2.34315 1 4V20C1 21.6569 2.34315 23 4 23H20C21.6569 23 23 21.6569 23 20V4C23 2.34315 21.6569 1 20 1H4ZM20 3H4C3.44772 3 3 3.44772 3 4V20C3 20.5523 3.44772 21 4 21H20C20.5523 21 21 20.5523 21 20V4C21 3.44772 20.5523 3 20 3Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"digitalocean \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M12 6C8.68629 6 6 8.68629 6 12H1C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23V18C15.3137 18 18 15.3137 18 12C18 8.68629 15.3137 6 12 6Z\"\n    fill=\"currentColor\"\n  />\n  <path d=\"M7 18V13H12V18H7Z\" fill=\"currentColor\" />\n  <path d=\"M3 18V22H7V18H3Z\" fill=\"currentColor\" />\n  <path d=\"M3 18H1V16H3V18Z\" fill=\"currentColor\" />\n</svg></li><li title=\"disc \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9ZM11 12C11 12.5523 11.4477 13 12 13C12.5523 13 13 12.5523 13 12C13 11.4477 12.5523 11 12 11C11.4477 11 11 11.4477 11 12Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M5 12C5 8.13401 8.13401 5 12 5V7C9.23858 7 7 9.23858 7 12H5Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M12 17C14.7614 17 17 14.7614 17 12H19C19 15.866 15.866 19 12 19V17Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1ZM3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"display flex \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M6 17V7H8V17H6Z\" fill=\"currentColor\" />\n  <path d=\"M16 7V17H18V7H16Z\" fill=\"currentColor\" />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M2 3H22V21H2V3ZM4 5V19H20V5H4Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"display fullwidth \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M2 5H22V3H2V5Z\" fill=\"currentColor\" />\n  <path d=\"M2 21H22V19H2V21Z\" fill=\"currentColor\" />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M2 7V17H22V7H2ZM4 9H20V15H4V9Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"display grid \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M7 7V11H11V7H7Z\" fill=\"currentColor\" />\n  <path d=\"M13 7H17V11H13V7Z\" fill=\"currentColor\" />\n  <path d=\"M13 13V17H17V13H13Z\" fill=\"currentColor\" />\n  <path d=\"M7 13H11V17H7V13Z\" fill=\"currentColor\" />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M3 3H21V21H3V3ZM5 5V19H19V5H5Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"display spacing \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M3 21V3H5V21H3Z\" fill=\"currentColor\" />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M7 3H17V21H7V3ZM9 5V19H15V5H9Z\"\n    fill=\"currentColor\"\n  />\n  <path d=\"M19 3V21H21V3H19Z\" fill=\"currentColor\" />\n</svg></li><li title=\"distribute horizontal \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M11 9H13V15H11V9Z\"\n    stroke=\"currentColor\"\n    stroke-opacity=\"0.5\"\n    stroke-width=\"2\"\n  />\n  <path d=\"M5 5V19H7V5H5Z\" fill=\"currentColor\" />\n  <path d=\"M17 5V19H19V5H17Z\" fill=\"currentColor\" />\n</svg></li><li title=\"distribute vertical \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M9 11H15V13H9V11Z\"\n    stroke=\"currentColor\"\n    stroke-opacity=\"0.5\"\n    stroke-width=\"2\"\n  />\n  <path d=\"M19 7H5V5H19V7Z\" fill=\"currentColor\" />\n  <path d=\"M19 19H5V17H19V19Z\" fill=\"currentColor\" />\n</svg></li><li title=\"dock bottom \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M2 20V4H22V20H2ZM4 6H20V14H4V6Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"dock left \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M2 4H22V20H2V4ZM8 6H20V18H8V6Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"dock right \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M2 4H22V20H2V4ZM16 18V6H4V18H16Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"dock window \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M2 20V4H22V20H2ZM20 6H6V16L20 16V6Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"dolby \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M0 4V20H24V4H0ZM10 12C10 9.79086 8.20914 8 6 8H4V16H6C8.20914 16 10 14.2091 10 12ZM18 16H20V8H18C15.7909 8 14 9.79086 14 12C14 14.2091 15.7909 16 18 16Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"dollar \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M11 19V22H13V19H14C16.2091 19 18 17.2091 18 15C18 12.7909 16.2091 11 14 11H13V7H15V9H17V5H13V2H11V5H10C7.79086 5 6 6.79086 6 9C6 11.2091 7.79086 13 10 13H11V17H9V15H7V19H11ZM13 17H14C15.1046 17 16 16.1046 16 15C16 13.8954 15.1046 13 14 13H13V17ZM11 11V7H10C8.89543 7 8 7.89543 8 9C8 10.1046 8.89543 11 10 11H11Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"dribbble \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M1 11.9554V12.0446C1.01066 14.7301 1.98363 17.1885 3.59196 19.0931C4.05715 19.6439 4.57549 20.1485 5.13908 20.5987C5.70631 21.0519 6.31937 21.4501 6.97019 21.7853C7.90271 22.2656 8.91275 22.6165 9.97659 22.8143C10.5914 22.9286 11.2243 22.9918 11.8705 22.9993C11.9136 22.9998 11.9567 23 11.9999 23C15.6894 23 18.9547 21.1836 20.9502 18.3962C21.3681 17.8125 21.7303 17.1861 22.0291 16.525C22.6528 15.1448 22.9999 13.613 22.9999 12C22.9999 8.73978 21.5816 5.81084 19.3283 3.79653C18.8064 3.32998 18.2397 2.91249 17.6355 2.55132C15.9873 1.56615 14.0597 1 11.9999 1C11.888 1 11.7764 1.00167 11.6653 1.00499C9.99846 1.05479 8.42477 1.47541 7.0239 2.18719C6.07085 2.67144 5.19779 3.29045 4.42982 4.01914C3.7166 4.69587 3.09401 5.4672 2.58216 6.31302C2.22108 6.90969 1.91511 7.54343 1.6713 8.20718C1.24184 9.37631 1.00523 10.6386 1 11.9554ZM20.4812 15.0186C20.8171 14.075 20.9999 13.0588 20.9999 12C20.9999 9.54265 20.0151 7.31533 18.4186 5.6912C17.5975 7.05399 16.5148 8.18424 15.2668 9.0469C15.7351 10.2626 15.9886 11.5603 16.0045 12.8778C16.7692 13.0484 17.5274 13.304 18.2669 13.6488C19.0741 14.0252 19.8141 14.487 20.4812 15.0186ZM15.8413 14.8954C16.3752 15.0321 16.904 15.22 17.4217 15.4614C18.222 15.8346 18.9417 16.3105 19.5723 16.8661C18.0688 19.2008 15.5151 20.7953 12.5788 20.9817C13.5517 20.0585 14.3709 18.9405 14.972 17.6514C15.3909 16.7531 15.678 15.8272 15.8413 14.8954ZM13.9964 12.6219C13.9583 11.7382 13.7898 10.8684 13.5013 10.0408C10.6887 11.2998 7.36584 11.3765 4.35382 9.97197C4.01251 9.81281 3.68319 9.63837 3.36632 9.44983C3.12787 10.2584 2.99991 11.1142 2.99991 12C2.99991 13.9462 3.61763 15.748 4.6677 17.2203C6.83038 14.1875 10.3685 12.4987 13.9964 12.6219ZM6.047 18.7502C7.77258 16.059 10.7714 14.5382 13.8585 14.6191C13.723 15.3586 13.4919 16.093 13.1594 16.8062C12.3777 18.4825 11.1453 19.805 9.67385 20.6965C8.31043 20.3328 7.07441 19.6569 6.047 18.7502ZM11.9999 3C13.7846 3 15.4479 3.51946 16.847 4.41543C16.2113 5.54838 15.3593 6.4961 14.368 7.23057C13.3472 5.57072 11.8752 4.16433 10.027 3.21692C10.6619 3.07492 11.3222 3 11.9999 3ZM8.80619 4.84582C10.4462 5.61056 11.7474 6.80659 12.6379 8.23588C10.3464 9.24654 7.64722 9.30095 5.19906 8.15936C4.83384 7.98905 4.48541 7.79735 4.15458 7.58645C4.91365 6.24006 6.00929 5.10867 7.32734 4.30645C7.82672 4.44058 8.32138 4.61975 8.80619 4.84582Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"drive \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M19 11C18.4477 11 18 11.4477 18 12C18 12.5523 18.4477 13 19 13C19.5523 13 20 12.5523 20 12C20 11.4477 19.5523 11 19 11Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M14 12C14 11.4477 14.4477 11 15 11C15.5523 11 16 11.4477 16 12C16 12.5523 15.5523 13 15 13C14.4477 13 14 12.5523 14 12Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M2 8C0.895431 8 0 8.89543 0 10V14C0 15.1046 0.89543 16 2 16H22C23.1046 16 24 15.1046 24 14V10C24 8.89543 23.1046 8 22 8H2ZM22 10H2L2 14H22V10Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"drop invert \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M12.0001 1.13611L5.63604 7.50002C2.12132 11.0147 2.12132 16.7132 5.63604 20.2279C7.39343 21.9853 9.69679 22.864 12.0001 22.864C12.288 22.864 12.5759 22.8502 12.8627 22.8228C14.8706 22.6306 16.8264 21.7657 18.3641 20.2279C21.8788 16.7132 21.8788 11.0147 18.3641 7.50002L12.0001 1.13611ZM7.05025 8.91423L12 3.96448L12.0001 20.864C10.2086 20.864 8.41711 20.1806 7.05025 18.8137C4.31658 16.0801 4.31658 11.6479 7.05025 8.91423Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"drop opacity \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M15.9451 21.9559C12.5884 23.5927 8.42477 23.0167 5.63598 20.2279C2.12126 16.7132 2.12126 11.0147 5.63598 7.49995L11.9999 1.13599L18.3639 7.49995C19.2521 8.38814 19.9158 9.41578 20.3551 10.5124C21.6543 13.7553 20.9906 17.6012 18.364 20.2278C17.6381 20.9538 16.8189 21.5298 15.9451 21.9559ZM7.05019 8.91416L11.9999 3.96441L16.9497 8.91416C18.274 10.2385 18.9568 11.9615 18.998 13.6968H5.00192C5.04309 11.9615 5.72585 10.2385 7.05019 8.91416Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"drop \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M6.34315 19.5208C3.21895 16.3966 3.21895 11.3312 6.34315 8.20705L12 2.5502L17.6569 8.20705C20.781 11.3312 20.781 16.3966 17.6569 19.5208C14.5327 22.645 9.46734 22.645 6.34315 19.5208Z\"\n    stroke=\"currentColor\"\n    stroke-width=\"2\"\n  />\n</svg></li><li title=\"duplicate \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M19 5H7V3H21V17H19V5Z\" fill=\"currentColor\" />\n  <path d=\"M9 13V11H11V13H13V15H11V17H9V15H7V13H9Z\" fill=\"currentColor\" />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M3 7H17V21H3V7ZM5 9H15V19H5V9Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"edit black point \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M8 12C8 9.79086 9.79086 8 12 8C14.2091 8 16 9.79086 16 12C16 14.2091 14.2091 16 12 16C9.79086 16 8 14.2091 8 12ZM12 13C11.4477 13 11 12.5523 11 12C11 11.4477 11.4477 11 12 11C12.5523 11 13 11.4477 13 12C13 12.5523 12.5523 13 12 13Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12ZM12 19C8.13401 19 5 15.866 5 12C5 8.13401 8.13401 5 12 5C15.866 5 19 8.13401 19 12C19 15.866 15.866 19 12 19Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"edit contrast \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M12 18C10.4633 18 9.06151 17.4223 8 16.4722C6.7725 15.3736 6 13.777 6 12C6 10.223 6.7725 8.62643 8 7.52779C9.06151 6.57771 10.4633 6 12 6V18Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12C20 16.4183 16.4183 20 12 20Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"edit exposure \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12C20 16.4183 16.4183 20 12 20ZM2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM11 7V9H9V11H11V13H13V11H15V9H13V7H11ZM9 15V17H15V15H9Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"edit fade \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M8 12C8 10.5194 8.8044 9.22675 10 8.53513V15.4649C8.8044 14.7733 8 13.4806 8 12Z\"\n    stroke=\"currentColor\"\n    stroke-opacity=\"0.3\"\n    stroke-width=\"4\"\n  />\n  <path\n    d=\"M14 15.4649V8.53513C15.1956 9.22675 16 10.5194 16 12C16 13.4806 15.1956 14.7733 14 15.4649Z\"\n    stroke=\"currentColor\"\n    stroke-opacity=\"0.6\"\n    stroke-width=\"4\"\n  />\n  <path\n    d=\"M3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12Z\"\n    stroke=\"currentColor\"\n    stroke-width=\"2\"\n  />\n</svg></li><li title=\"edit flip h \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M18 7C18.5523 7 19 7.44772 19 8V16C19 16.5523 18.5523 17 18 17H15V19H18C19.6569 19 21 17.6569 21 16V8C21 6.34315 19.6569 5 18 5H15V7H18Z\"\n    fill=\"currentColor\"\n    fill-opacity=\"0.5\"\n  />\n  <path d=\"M13 3H11V21H13V3Z\" fill=\"currentColor\" />\n  <path\n    d=\"M5 8C5 7.44772 5.44772 7 6 7H9V5H6C4.34315 5 3 6.34315 3 8V16C3 17.6569 4.34315 19 6 19H9V17H6C5.44772 17 5 16.5523 5 16V8Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"edit flip v \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M17 18C17 18.5523 16.5523 19 16 19L8 19C7.44772 19 7 18.5523 7 18L7 15L5 15L5 18C5 19.6569 6.34315 21 8 21L16 21C17.6569 21 19 19.6569 19 18V15L17 15V18Z\"\n    fill=\"currentColor\"\n    fill-opacity=\"0.5\"\n  />\n  <path\n    d=\"M16 5C16.5523 5 17 5.44772 17 6V9H19V6C19 4.34315 17.6569 3 16 3L8 3C6.34315 3 5 4.34315 5 6V9H7V6C7 5.44772 7.44772 5 8 5L16 5Z\"\n    fill=\"currentColor\"\n  />\n  <path d=\"M21 13V11L3 11V13H21Z\" fill=\"currentColor\" />\n</svg></li><li title=\"edit highlight \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M12 6C10.7785 6 9.64223 6.36502 8.69435 6.99194H12V7.99194H7.53501C7.00911 8.57742 6.59669 9.26689 6.33237 10.0258H12V11.0258H6.07869C6.02692 11.3428 6 11.6683 6 12C6 12.3379 6.02793 12.6693 6.08161 12.9919H12V13.9919H6.33857C6.60189 14.7404 7.00941 15.4208 7.52779 16H12V17H8.68221C9.63251 17.6318 10.7733 18 12 18C15.3137 18 18 15.3137 18 12C18 8.68629 15.3137 6 12 6Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12C20 16.4183 16.4183 20 12 20Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"edit markup \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24ZM18.5793 19.531C20.6758 17.698 22 15.0036 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 14.9616 3.28743 17.6225 5.33317 19.4535L6.99999 10.9738H9.17026L12 6.07251L14.8297 10.9738H17L18.5793 19.531ZM16.0919 21.1272L15.2056 12.9738H8.79438L7.90814 21.1272C9.15715 21.688 10.5421 22 12 22C13.4579 22 14.8428 21.688 16.0919 21.1272Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"edit mask \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M12 22C6.47716 22 2 17.5228 2 12C2 6.47717 6.47716 2 12 2C17.5228 2 22 6.47717 22 12C22 17.5228 17.5228 22 12 22ZM9.0307 19.4308C9.01047 19.29 9 19.1462 9 19C9 17.3431 10.3431 16 12 16C13.6569 16 15 17.3431 15 19C15 19.1462 14.9895 19.29 14.9693 19.4308C16.9993 18.6189 18.619 16.9993 19.4308 14.9692C19.2901 14.9895 19.1463 15 19 15C17.3431 15 16 13.6569 16 12C16 10.3431 17.3431 9 19 9C19.0637 9 19.127 9.00195 19.1897 9.00586C19.271 9.01099 19.3514 9.01929 19.4308 9.03076C18.6189 7.00073 16.9993 5.3811 14.9693 4.56921C14.9895 4.70996 15 4.85376 15 5C15 6.65686 13.6569 8 12 8C10.3431 8 9 6.65686 9 5C9 4.85376 9.01048 4.70996 9.03072 4.56921C7.0007 5.3811 5.38106 7.00073 4.56915 9.03076C4.64857 9.01929 4.729 9.01099 4.8103 9.00586C4.87303 9.00195 4.93628 9 5 9C6.65686 9 8 10.3431 8 12C8 13.6569 6.65686 15 5 15C4.8537 15 4.70985 14.9895 4.56915 14.9692C5.38104 16.9993 7.00069 18.6189 9.0307 19.4308Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"edit noise \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M10.4044 17.7657C10.419 17.7803 10.4329 17.7953 10.446 17.8108C10.1948 17.7439 9.95005 17.661 9.71293 17.5634C9.95429 17.5106 10.2167 17.578 10.4044 17.7657Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M8.43574 16.705C8.40862 16.7321 8.37994 16.7567 8.34999 16.7788C7.95661 16.4775 7.60163 16.1285 7.29364 15.7406C7.31765 15.7068 7.3448 15.6746 7.37508 15.6443C7.66797 15.3514 8.14285 15.3514 8.43574 15.6443C8.72863 15.9372 8.72863 16.4121 8.43574 16.705Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M6.37104 13.6475C6.59701 13.8735 6.64864 14.2077 6.52594 14.4832C6.38527 14.1723 6.27034 13.8472 6.18387 13.5107C6.25129 13.5454 6.31455 13.591 6.37104 13.6475Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M6.37104 10.6753C6.29401 10.7523 6.2044 10.8091 6.10883 10.8456C6.18637 10.4523 6.30234 10.0728 6.45268 9.71119C6.66079 10.004 6.63357 10.4128 6.37104 10.6753Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M7.37508 8.70669C7.28995 8.62156 7.22957 8.52106 7.19392 8.41413C7.45907 8.06093 7.76228 7.73793 8.09747 7.45124C8.22139 7.48394 8.33858 7.54887 8.43574 7.64603C8.72863 7.93892 8.72863 8.41379 8.43574 8.70669C8.14285 8.99958 7.66797 8.99958 7.37508 8.70669Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M9.34371 6.76662C9.31335 6.73627 9.28614 6.70396 9.26208 6.6701C9.6881 6.45171 10.1437 6.28277 10.6212 6.17088C10.6397 6.38399 10.5675 6.60352 10.4044 6.76662C10.1115 7.05952 9.6366 7.05952 9.34371 6.76662Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M13.2872 17.8734C13.5967 17.8055 13.8973 17.7136 14.1868 17.6C13.9165 17.4914 13.5957 17.5466 13.3766 17.7657C13.3429 17.7993 13.3131 17.8354 13.2872 17.8734Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M15.5312 16.8608C15.935 16.5658 16.3005 16.2216 16.619 15.8369C16.6005 15.8133 16.5803 15.7906 16.5586 15.7688C16.2657 15.4759 15.7908 15.4759 15.4979 15.7688C15.205 16.0617 15.205 16.5366 15.4979 16.8295C15.5088 16.8403 15.5199 16.8508 15.5312 16.8608Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M17.3654 14.6921C17.5637 14.2953 17.7194 13.8735 17.8264 13.4326C17.6636 13.451 17.5058 13.5227 17.3809 13.6475C17.0933 13.9351 17.0881 14.3982 17.3654 14.6921Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M17.8911 10.8934C17.8032 10.4272 17.6613 9.98016 17.4722 9.55885C17.4507 9.57609 17.4299 9.59469 17.4099 9.61465C17.117 9.90755 17.117 10.3824 17.4099 10.6753C17.5439 10.8093 17.7159 10.882 17.8911 10.8934Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M16.7556 8.35985C16.4971 8.02355 16.2038 7.71542 15.8811 7.44086C15.7407 7.46881 15.6068 7.5372 15.4979 7.64603C15.205 7.93892 15.205 8.41379 15.4979 8.70669C15.7908 8.99958 16.2657 8.99958 16.5586 8.70669C16.658 8.60729 16.7237 8.48694 16.7556 8.35985Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M14.4373 6.76662C14.4906 6.71331 14.5342 6.65397 14.5681 6.59079C14.1273 6.38127 13.6569 6.22392 13.1649 6.12671C13.1317 6.35331 13.2022 6.59223 13.3766 6.76662C13.6695 7.05952 14.1444 7.05952 14.4373 6.76662Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M12.5257 7.64603C12.8186 7.93892 12.8186 8.41379 12.5257 8.70669C12.2328 8.99958 11.7579 8.99958 11.465 8.70669C11.1721 8.41379 11.1721 7.93892 11.465 7.64603C11.7579 7.35313 12.2328 7.35313 12.5257 7.64603Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M10.4044 9.61465C10.6973 9.90755 10.6973 10.3824 10.4044 10.6753C10.1115 10.9682 9.6366 10.9682 9.34371 10.6753C9.05081 10.3824 9.05081 9.90755 9.34371 9.61465C9.6366 9.32176 10.1115 9.32176 10.4044 9.61465Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M8.43574 12.7967C8.72863 12.5038 8.72863 12.0289 8.43574 11.736C8.14285 11.4431 7.66797 11.4431 7.37508 11.736C7.08218 12.0289 7.08218 12.5038 7.37508 12.7967C7.66797 13.0895 8.14285 13.0895 8.43574 12.7967Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M10.4044 13.6475C10.6973 13.9404 10.6973 14.4153 10.4044 14.7082C10.1115 15.001 9.6366 15.001 9.34371 14.7082C9.05081 14.4153 9.05081 13.9404 9.34371 13.6475C9.6366 13.3546 10.1115 13.3546 10.4044 13.6475Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M12.5257 12.7967C12.8186 12.5038 12.8186 12.0289 12.5257 11.736C12.2328 11.4431 11.7579 11.4431 11.465 11.736C11.1721 12.0289 11.1721 12.5038 11.465 12.7967C11.7579 13.0895 12.2328 13.0895 12.5257 12.7967Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M14.4373 9.61465C14.7302 9.90755 14.7302 10.3824 14.4373 10.6753C14.1444 10.9682 13.6695 10.9682 13.3766 10.6753C13.0837 10.3824 13.0837 9.90755 13.3766 9.61465C13.6695 9.32176 14.1444 9.32176 14.4373 9.61465Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M16.5586 12.7681C16.8515 12.4752 16.8515 12.0003 16.5586 11.7074C16.2657 11.4145 15.7908 11.4145 15.4979 11.7074C15.205 12.0003 15.205 12.4752 15.4979 12.7681C15.7908 13.061 16.2657 13.061 16.5586 12.7681Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M14.423 13.6902C14.7159 13.9831 14.7159 14.458 14.423 14.7509C14.1301 15.0438 13.6552 15.0438 13.3623 14.7509C13.0694 14.458 13.0694 13.9831 13.3623 13.6902C13.6552 13.3973 14.1301 13.3973 14.423 13.6902Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M12.3159 16.705C12.6088 16.4121 12.6088 15.9372 12.3159 15.6443C12.023 15.3514 11.5482 15.3514 11.2553 15.6443C10.9624 15.9372 10.9624 16.4121 11.2553 16.705C11.5482 16.9979 12.023 16.9979 12.3159 16.705Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"edit shadows \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M15.3056 6.99194C14.3578 6.36502 13.2215 6 12 6C8.68629 6 6 8.68629 6 12C6 15.3137 8.68629 18 12 18C13.2267 18 14.3675 17.6318 15.3178 17H12V16H16.4722C16.9906 15.4208 17.3981 14.7404 17.6614 13.9919H12V12.9919H17.9184C17.9721 12.6693 18 12.3379 18 12C18 11.6683 17.9731 11.3428 17.9213 11.0258H12V10.0258H17.6676C17.4033 9.26689 16.9909 8.57742 16.465 7.99194H12V6.99194H15.3056Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12ZM12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"edit straight \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M12 4C15.866 4 19 7.13401 19 11H5C5 7.13401 8.13401 4 12 4Z\"\n    fill=\"currentColor\"\n  />\n  <path d=\"M5 13H1V11H5V13Z\" fill=\"currentColor\" />\n  <path\n    d=\"M19 13C19 16.866 15.866 20 12 20C8.13401 20 5 16.866 5 13H19Z\"\n    fill=\"currentColor\"\n  />\n  <path d=\"M19 13V11H23V13H19Z\" fill=\"currentColor\" />\n</svg></li><li title=\"edit unmask \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M15 5C15 6.65685 13.6569 8 12 8C10.3431 8 9 6.65685 9 5C9 3.34315 10.3431 2 12 2C13.6569 2 15 3.34315 15 5Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M12 22C13.6569 22 15 20.6569 15 19C15 17.3431 13.6569 16 12 16C10.3431 16 9 17.3431 9 19C9 20.6569 10.3431 22 12 22Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M22 12C22 13.6569 20.6569 15 19 15C17.3431 15 16 13.6569 16 12C16 10.3431 17.3431 9 19 9C20.6569 9 22 10.3431 22 12Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M5 15C6.65685 15 8 13.6569 8 12C8 10.3431 6.65685 9 5 9C3.34315 9 2 10.3431 2 12C2 13.6569 3.34315 15 5 15Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"eject \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M16.9498 14.3948L18.364 12.9805L12 6.61658L5.63605 12.9805L7.05026 14.3948L12 9.445L16.9498 14.3948Z\"\n    fill=\"currentColor\"\n  />\n  <path d=\"M6.00014 17.3835H18.0001V15.3835H6.00014V17.3835Z\" fill=\"currentColor\" />\n</svg></li><li title=\"enter \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M20 5H8V9H6V3H22V21H6V15H8V19H20V5Z\" fill=\"currentColor\" />\n  <path\n    d=\"M13.0743 16.9498L11.6601 15.5356L14.1957 13H2V11H14.1956L11.6601 8.46451L13.0743 7.05029L18.024 12L13.0743 16.9498Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"erase \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M3.49997 12.8995C2.71892 13.6805 2.71892 14.9468 3.49997 15.7279L7.35785 19.5858H4.08576C3.53347 19.5858 3.08576 20.0335 3.08576 20.5858C3.08576 21.1381 3.53347 21.5858 4.08576 21.5858H20.0858C20.638 21.5858 21.0858 21.1381 21.0858 20.5858C21.0858 20.0335 20.638 19.5858 20.0858 19.5858H10.9558L20.4705 10.071C21.2516 9.28999 21.2516 8.02366 20.4705 7.24261L16.2279 2.99997C15.4468 2.21892 14.1805 2.21892 13.3995 2.99997L3.49997 12.8995ZM7.82579 11.4021L4.91418 14.3137L9.15683 18.5563L12.0684 15.6447L7.82579 11.4021ZM9.24 9.98787L13.4826 14.2305L19.0563 8.65683L14.8137 4.41418L9.24 9.98787Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"ereader \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M16 7C15.4477 7 15 7.44772 15 8C15 8.55228 15.4477 9 16 9H19C19.5523 9 20 8.55228 20 8C20 7.44772 19.5523 7 19 7H16Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M15 12C15 11.4477 15.4477 11 16 11H19C19.5523 11 20 11.4477 20 12C20 12.5523 19.5523 13 19 13H16C15.4477 13 15 12.5523 15 12Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M16 15C15.4477 15 15 15.4477 15 16C15 16.5523 15.4477 17 16 17H19C19.5523 17 20 16.5523 20 16C20 15.4477 19.5523 15 19 15H16Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M3 3C1.34315 3 0 4.34315 0 6V18C0 19.6569 1.34315 21 3 21H21C22.6569 21 24 19.6569 24 18V6C24 4.34315 22.6569 3 21 3H3ZM21 5H13V19H21C21.5523 19 22 18.5523 22 18V6C22 5.44772 21.5523 5 21 5ZM3 5H11V19H3C2.44772 19 2 18.5523 2 18V6C2 5.44772 2.44772 5 3 5Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"ericsson \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M7.71689 5.72315C6.71581 6.18996 6.2827 7.37992 6.74951 8.381C7.21632 9.38208 8.40628 9.81519 9.40736 9.34838L20.2831 4.27696C21.2841 3.81015 21.7172 2.62019 21.2504 1.61911C20.7836 0.618028 19.5937 0.184918 18.5926 0.651729L7.71689 5.72315Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M4.74951 15.381C4.2827 14.3799 4.71581 13.19 5.71689 12.7231L16.5926 7.65173C17.5937 7.18492 18.7836 7.61803 19.2504 8.61911C19.7172 9.62019 19.2841 10.8101 18.2831 11.277L7.40736 16.3484C6.40628 16.8152 5.21632 16.3821 4.74951 15.381Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M2.74951 22.381C2.2827 21.3799 2.71581 20.19 3.71689 19.7231L14.5926 14.6517C15.5937 14.1849 16.7836 14.618 17.2504 15.6191C17.7172 16.6202 17.2841 17.8101 16.2831 18.277L5.40736 23.3484C4.40628 23.8152 3.21632 23.3821 2.74951 22.381Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"ethernet \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M4 0.5V20.5H11V23.5H13V20.5H20V0.5H4ZM18 2.5H6V8.5H10V14.5H14V8.5H18V2.5ZM6 18.5V10.5H8V16.5H16V10.5H18V18.5H6Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"euro \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M18.5535 15.5355C17.6487 16.4404 16.3987 17 15.018 17C13.1416 17 11.5066 15.9664 10.6513 14.4374H13.0323L13.7284 12.5625H10.0493C10.0286 12.3779 10.018 12.1902 10.018 12C10.018 11.8098 10.0286 11.6221 10.0493 11.4374H14.3362L15.0324 9.5625H10.6514C11.5066 8.0336 13.1416 7 15.018 7C16.3987 7 17.6487 7.55964 18.5535 8.46447L19.9677 7.05025C18.701 5.7835 16.951 5 15.018 5C12.0092 5 9.44381 6.89827 8.45407 9.5625H6.03241L5.33624 11.4374H8.04028C8.02552 11.623 8.018 11.8106 8.018 12C8.018 12.1894 8.02552 12.3769 8.04027 12.5625H4.72845L4.03229 14.4374H8.45404C9.44377 17.1017 12.0092 19 15.018 19C16.951 19 18.701 18.2165 19.9677 16.9497L18.5535 15.5355Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"eventbrite \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M14.6734 17.4378C12.3057 18.5419 9.5858 17.9679 7.85444 16.2039L21.8647 9.67074C21.7105 9.02969 21.4902 8.39446 21.2008 7.77376C18.8667 2.76836 12.9169 0.602811 7.91152 2.93687C2.90612 5.27092 0.740567 11.2207 3.07462 16.2261C5.40868 21.2315 11.3585 23.3971 16.3639 21.063C19.016 19.8263 20.8708 17.5746 21.6815 14.986H17.3424C16.7484 16.0235 15.8393 16.8941 14.6734 17.4378ZM9.60199 6.5621C7.23436 7.66615 5.92572 10.1185 6.16403 12.5786L16.4208 7.79583C14.6894 6.03194 11.9696 5.45805 9.60199 6.5621Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"expand \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M12.3062 16.5933L12.2713 18.593L5.2724 18.4708L5.39457 11.4719L7.39426 11.5068L7.33168 15.092L15.2262 7.46833L11.6938 7.40668L11.7287 5.40698L18.7277 5.52915L18.6055 12.5281L16.6058 12.4932L16.6693 8.85507L8.72095 16.5307L12.3062 16.5933Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"export \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M16.9498 5.96781L15.5356 7.38203L13 4.84646V17.0421H11V4.84653L8.46451 7.38203L7.05029 5.96781L12 1.01807L16.9498 5.96781Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M5 20.9819V10.9819H9V8.98193H3V22.9819H21V8.98193H15V10.9819H19V20.9819H5Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"extension add \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M16 4H18V6H20V8H18V10H16V8H14V6H16V4Z\" fill=\"currentColor\" />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M12 12V6H4V20H18V12H12ZM6 8H10V12H6V8ZM10 14V18H6V14H10ZM16 14V18H12V14H16Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"extension alt \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M5 5V19H13V13H19V5H5ZM11 7H7V11H11V7ZM11 13H7V17H11V13ZM13 11H17V7H13V11Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"extension remove \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M12 11V5H4V19H18V11H12ZM6 7H10V11H6V7ZM10 13V17H6V13H10ZM16 13V17H12V13H16Z\"\n    fill=\"currentColor\"\n  />\n  <path d=\"M20 7H14V9H20V7Z\" fill=\"currentColor\" />\n</svg></li><li title=\"extension \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M13 3H21V11H13V3ZM15 5H19V9H15V5Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M17 21V13H11V7H3V21H17ZM9 9H5V13H9V9ZM5 19L5 15H9V19H5ZM11 19V15H15V19H11Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"external \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M15.6396 7.02527H12.0181V5.02527H19.0181V12.0253H17.0181V8.47528L12.1042 13.3892L10.6899 11.975L15.6396 7.02527Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M10.9819 6.97473H4.98193V18.9747H16.9819V12.9747H14.9819V16.9747H6.98193V8.97473H10.9819V6.97473Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"eye alt \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M12 3C6.40848 3 1.71018 6.82432 0.378052 12C1.71018 17.1757 6.40848 21 12 21C17.5915 21 22.2898 17.1757 23.6219 12C22.2898 6.82432 17.5915 3 12 3ZM16 12C16 14.2091 14.2091 16 12 16C9.79086 16 8 14.2091 8 12C8 9.79086 9.79086 8 12 8C14.2091 8 16 9.79086 16 12Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"eye \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M16 12C16 14.2091 14.2091 16 12 16C9.79086 16 8 14.2091 8 12C8 9.79086 9.79086 8 12 8C14.2091 8 16 9.79086 16 12ZM14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M12 3C17.5915 3 22.2898 6.82432 23.6219 12C22.2898 17.1757 17.5915 21 12 21C6.40848 21 1.71018 17.1757 0.378052 12C1.71018 6.82432 6.40848 3 12 3ZM12 19C7.52443 19 3.73132 16.0581 2.45723 12C3.73132 7.94186 7.52443 5 12 5C16.4756 5 20.2687 7.94186 21.5428 12C20.2687 16.0581 16.4756 19 12 19Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"facebook \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M9.19795 21.5H13.198V13.4901H16.8021L17.198 9.50977H13.198V7.5C13.198 6.94772 13.6457 6.5 14.198 6.5H17.198V2.5H14.198C11.4365 2.5 9.19795 4.73858 9.19795 7.5V9.50977H7.19795L6.80206 13.4901H9.19795V21.5Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"feed \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M12.552 8C11.9997 8 11.552 8.44772 11.552 9C11.552 9.55228 11.9997 10 12.552 10H16.552C17.1043 10 17.552 9.55228 17.552 9C17.552 8.44772 17.1043 8 16.552 8H12.552Z\"\n    fill=\"currentColor\"\n    fill-opacity=\"0.5\"\n  />\n  <path\n    d=\"M12.552 17C11.9997 17 11.552 17.4477 11.552 18C11.552 18.5523 11.9997 19 12.552 19H16.552C17.1043 19 17.552 18.5523 17.552 18C17.552 17.4477 17.1043 17 16.552 17H12.552Z\"\n    fill=\"currentColor\"\n    fill-opacity=\"0.5\"\n  />\n  <path\n    d=\"M12.552 5C11.9997 5 11.552 5.44772 11.552 6C11.552 6.55228 11.9997 7 12.552 7H20.552C21.1043 7 21.552 6.55228 21.552 6C21.552 5.44772 21.1043 5 20.552 5H12.552Z\"\n    fill=\"currentColor\"\n    fill-opacity=\"0.8\"\n  />\n  <path\n    d=\"M12.552 14C11.9997 14 11.552 14.4477 11.552 15C11.552 15.5523 11.9997 16 12.552 16H20.552C21.1043 16 21.552 15.5523 21.552 15C21.552 14.4477 21.1043 14 20.552 14H12.552Z\"\n    fill=\"currentColor\"\n    fill-opacity=\"0.8\"\n  />\n  <path\n    d=\"M3.448 4.00208C2.89571 4.00208 2.448 4.44979 2.448 5.00208V10.0021C2.448 10.5544 2.89571 11.0021 3.448 11.0021H8.448C9.00028 11.0021 9.448 10.5544 9.448 10.0021V5.00208C9.448 4.44979 9.00028 4.00208 8.448 4.00208H3.448Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M3.448 12.9979C2.89571 12.9979 2.448 13.4456 2.448 13.9979V18.9979C2.448 19.5502 2.89571 19.9979 3.448 19.9979H8.448C9.00028 19.9979 9.448 19.5502 9.448 18.9979V13.9979C9.448 13.4456 9.00028 12.9979 8.448 12.9979H3.448Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"figma \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M8.5 2C6.84315 2 5.5 3.34315 5.5 5C5.5 6.65685 6.84315 8 8.5 8H15.5C17.1569 8 18.5 6.65685 18.5 5C18.5 3.34315 17.1569 2 15.5 2H8.5Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M15.5 9C13.8431 9 12.5 10.3431 12.5 12C12.5 13.6569 13.8431 15 15.5 15C17.1569 15 18.5 13.6569 18.5 12C18.5 10.3431 17.1569 9 15.5 9Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M5.5 12C5.5 10.3431 6.84315 9 8.5 9H11.5V15H8.5C6.84315 15 5.5 13.6569 5.5 12Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M8.5 16C6.84315 16 5.5 17.3431 5.5 19C5.5 20.6569 6.84315 22 8.5 22C10.1569 22 11.5 20.6569 11.5 19V16H8.5Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"file add \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M10 18V16H8V14H10V12H12V14H14V16H12V18H10Z\" fill=\"currentColor\" />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M6 2C4.34315 2 3 3.34315 3 5V19C3 20.6569 4.34315 22 6 22H18C19.6569 22 21 20.6569 21 19V9C21 5.13401 17.866 2 14 2H6ZM6 4H13V9H19V19C19 19.5523 18.5523 20 18 20H6C5.44772 20 5 19.5523 5 19V5C5 4.44772 5.44772 4 6 4ZM15 4.10002C16.6113 4.4271 17.9413 5.52906 18.584 7H15V4.10002Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"file document \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M7 18H17V16H7V18Z\" fill=\"currentColor\" />\n  <path d=\"M17 14H7V12H17V14Z\" fill=\"currentColor\" />\n  <path d=\"M7 10H11V8H7V10Z\" fill=\"currentColor\" />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M6 2C4.34315 2 3 3.34315 3 5V19C3 20.6569 4.34315 22 6 22H18C19.6569 22 21 20.6569 21 19V9C21 5.13401 17.866 2 14 2H6ZM6 4H13V9H19V19C19 19.5523 18.5523 20 18 20H6C5.44772 20 5 19.5523 5 19V5C5 4.44772 5.44772 4 6 4ZM15 4.10002C16.6113 4.4271 17.9413 5.52906 18.584 7H15V4.10002Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"file remove \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M9 15H15V13H9V15Z\" fill=\"currentColor\" />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M6 2C4.34315 2 3 3.34315 3 5V19C3 20.6569 4.34315 22 6 22H18C19.6569 22 21 20.6569 21 19V9C21 5.13401 17.866 2 14 2H6ZM6 4H13V9H19V19C19 19.5523 18.5523 20 18 20H6C5.44772 20 5 19.5523 5 19V5C5 4.44772 5.44772 4 6 4ZM15 4.10002C16.6113 4.4271 17.9413 5.52906 18.584 7H15V4.10002Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"file \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M3 5C3 3.34315 4.34315 2 6 2H14C17.866 2 21 5.13401 21 9V19C21 20.6569 19.6569 22 18 22H6C4.34315 22 3 20.6569 3 19V5ZM13 4H6C5.44772 4 5 4.44772 5 5V19C5 19.5523 5.44772 20 6 20H18C18.5523 20 19 19.5523 19 19V9H13V4ZM18.584 7C17.9413 5.52906 16.6113 4.4271 15 4.10002V7H18.584Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"film \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M6 7C5.44772 7 5 7.44772 5 8C5 8.55228 5.44772 9 6 9C6.55228 9 7 8.55228 7 8C7 7.44772 6.55228 7 6 7Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M17 8C17 7.44772 17.4477 7 18 7C18.5523 7 19 7.44772 19 8C19 8.55228 18.5523 9 18 9C17.4477 9 17 8.55228 17 8Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M6 11C5.44772 11 5 11.4477 5 12C5 12.5523 5.44772 13 6 13C6.55228 13 7 12.5523 7 12C7 11.4477 6.55228 11 6 11Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M17 12C17 11.4477 17.4477 11 18 11C18.5523 11 19 11.4477 19 12C19 12.5523 18.5523 13 18 13C17.4477 13 17 12.5523 17 12Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M6 15C5.44772 15 5 15.4477 5 16C5 16.5523 5.44772 17 6 17C6.55228 17 7 16.5523 7 16C7 15.4477 6.55228 15 6 15Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M17 16C17 15.4477 17.4477 15 18 15C18.5523 15 19 15.4477 19 16C19 16.5523 18.5523 17 18 17C17.4477 17 17 16.5523 17 16Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M4 3C2.34315 3 1 4.34315 1 6V18C1 19.6569 2.34315 21 4 21H20C21.6569 21 23 19.6569 23 18V6C23 4.34315 21.6569 3 20 3H4ZM20 5H4C3.44772 5 3 5.44772 3 6V18C3 18.5523 3.44772 19 4 19H20C20.5523 19 21 18.5523 21 18V6C21 5.44772 20.5523 5 20 5Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"filters \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M4.70834 15.4397C5.92663 16.2928 7.3222 16.7038 8.70461 16.7063C9.17977 18.0045 10.0433 19.1753 11.2616 20.0284C14.4284 22.2458 18.7932 21.4762 21.0107 18.3093C23.2281 15.1425 22.4585 10.7777 19.2916 8.56024C18.0734 7.70719 16.6778 7.29621 15.2954 7.29371C14.8202 5.99552 13.9567 4.82467 12.7384 3.97161C9.57158 1.75417 5.20676 2.52381 2.98931 5.69064C0.771871 8.85748 1.54151 13.2223 4.70834 15.4397ZM5.8555 13.8014C6.6016 14.3239 7.44081 14.6142 8.28736 14.6875C8.20112 13.1725 8.60464 11.6187 9.54254 10.2793C10.4804 8.9398 11.8025 8.0292 13.2556 7.59209C12.8972 6.82166 12.3374 6.13235 11.5913 5.60992C9.32924 4.02603 6.21151 4.57577 4.62762 6.8378C3.04373 9.09982 3.59347 12.2176 5.8555 13.8014ZM18.1445 10.1985C17.3984 9.67611 16.5592 9.38581 15.7126 9.31251C15.7989 10.8275 15.3953 12.3813 14.4574 13.7207C13.5195 15.0602 12.1975 15.9708 10.7444 16.4079C11.1028 17.1783 11.6626 17.8676 12.4087 18.3901C14.6707 19.9739 17.7885 19.4242 19.3724 17.1622C20.9562 14.9002 20.4065 11.7824 18.1445 10.1985Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"flag alt \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M12.4388 7L14.8387 4H7V10H14.8387L12.4388 7ZM19 12H7V22H5V2H19L15 7L19 12Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"flag \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M4 21H6V11H12V13H20V5H13V3H4V21ZM12 5H6V9H13V11H18V7H12V5Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"folder add \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M11 14.5V16.5H13V14.5H15V12.5H13V10.5H11V12.5H9V14.5H11Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M4 1.5C2.89543 1.5 2 2.39543 2 3.5V4.5C2 4.55666 2.00236 4.61278 2.00698 4.66825C0.838141 5.07811 0 6.19118 0 7.5V19.5C0 21.1569 1.34315 22.5 3 22.5H21C22.6569 22.5 24 21.1569 24 19.5V7.5C24 5.84315 22.6569 4.5 21 4.5H11.874C11.4299 2.77477 9.86384 1.5 8 1.5H4ZM9.73244 4.5C9.38663 3.9022 8.74028 3.5 8 3.5H4V4.5H9.73244ZM3 6.5C2.44772 6.5 2 6.94772 2 7.5V19.5C2 20.0523 2.44772 20.5 3 20.5H21C21.5523 20.5 22 20.0523 22 19.5V7.5C22 6.94772 21.5523 6.5 21 6.5H3Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"folder remove \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M9 14.5V12.5H15V14.5H9Z\" fill=\"currentColor\" />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M4 1.5C2.89543 1.5 2 2.39543 2 3.5V4.5C2 4.55666 2.00236 4.61278 2.00698 4.66825C0.838141 5.07811 0 6.19118 0 7.5V19.5C0 21.1569 1.34315 22.5 3 22.5H21C22.6569 22.5 24 21.1569 24 19.5V7.5C24 5.84315 22.6569 4.5 21 4.5H11.874C11.4299 2.77477 9.86384 1.5 8 1.5H4ZM9.73244 4.5C9.38663 3.9022 8.74028 3.5 8 3.5H4V4.5H9.73244ZM3 6.5C2.44772 6.5 2 6.94772 2 7.5V19.5C2 20.0523 2.44772 20.5 3 20.5H21C21.5523 20.5 22 20.0523 22 19.5V7.5C22 6.94772 21.5523 6.5 21 6.5H3Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"folder \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M4 1.5C2.89543 1.5 2 2.39543 2 3.5V4.5C2 4.55666 2.00236 4.61278 2.00698 4.66825C0.838141 5.07811 0 6.19118 0 7.5V19.5C0 21.1569 1.34315 22.5 3 22.5H21C22.6569 22.5 24 21.1569 24 19.5V7.5C24 5.84315 22.6569 4.5 21 4.5H11.874C11.4299 2.77477 9.86384 1.5 8 1.5H4ZM9.73244 4.5C9.38663 3.9022 8.74028 3.5 8 3.5H4V4.5H9.73244ZM3 6.5C2.44772 6.5 2 6.94772 2 7.5V19.5C2 20.0523 2.44772 20.5 3 20.5H21C21.5523 20.5 22 20.0523 22 19.5V7.5C22 6.94772 21.5523 6.5 21 6.5H3Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"font height \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M21 5V3H3V5H21Z\" fill=\"currentColor\" />\n  <path d=\"M21 19V21H3V19H21Z\" fill=\"currentColor\" />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M12.0001 7.37636C11.602 7.35207 11.2112 7.56874 11.0325 7.95204L7.65154 15.2025C7.41815 15.7031 7.6347 16.2981 8.13522 16.5315C8.63577 16.7649 9.23074 16.5484 9.46417 16.0477L9.95278 14.9999H14.0473L14.5359 16.0477C14.7693 16.5484 15.3643 16.7649 15.8648 16.5315C16.3654 16.2981 16.5819 15.7031 16.3485 15.2025L12.9676 7.95204C12.7888 7.56874 12.3981 7.35207 12.0001 7.37636ZM13.1147 12.9999H10.8854L12.0001 10.6095L13.1147 12.9999Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"font spacing \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M19 21H21V3H19L19 21Z\" fill=\"currentColor\" />\n  <path d=\"M5 21H3V3H5L5 21Z\" fill=\"currentColor\" />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M9.46416 16.0479L9.95281 14.9999H14.0473L14.5359 16.0478C14.7693 16.5484 15.3643 16.7649 15.8649 16.5315C16.3654 16.2981 16.582 15.7031 16.3485 15.2026L12.9676 7.95213C12.7888 7.56877 12.398 7.35199 11.9999 7.37637C11.6019 7.35214 11.2112 7.5689 11.0325 7.95216L7.65155 15.2026C7.41814 15.7032 7.6347 16.2981 8.13524 16.5315C8.63578 16.7649 9.23076 16.5484 9.46416 16.0479ZM12.0001 10.6096L10.8854 12.9999H13.1147L12.0001 10.6096Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"format bold \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M12.946 10.7833L11.2754 12.209L13.4476 12.533C14.8919 12.7485 16 13.9957 16 15.5C16 13.8431 14.6569 12.5 13 12.5H9H8V11.5H9H11C12.6283 11.5 13.9536 10.2028 13.9988 8.58539C13.9743 9.4647 13.5724 10.2488 12.946 10.7833Z\"\n    stroke=\"currentColor\"\n    stroke-width=\"2\"\n  />\n</svg></li><li title=\"format center \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M4 5C3.44772 5 3 5.44772 3 6C3 6.55228 3.44772 7 4 7H20C20.5523 7 21 6.55228 21 6C21 5.44772 20.5523 5 20 5H4Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M4 13C3.44772 13 3 13.4477 3 14C3 14.5523 3.44772 15 4 15H20C20.5523 15 21 14.5523 21 14C21 13.4477 20.5523 13 20 13H4Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M6 10C6 9.44772 6.44772 9 7 9H17C17.5523 9 18 9.44772 18 10C18 10.5523 17.5523 11 17 11H7C6.44772 11 6 10.5523 6 10Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M7 17C6.44772 17 6 17.4477 6 18C6 18.5523 6.44772 19 7 19H17C17.5523 19 18 18.5523 18 18C18 17.4477 17.5523 17 17 17H7Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"format color \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M12.9479 3.20946C12.7721 2.83236 12.391 2.61645 11.9997 2.63269C11.6086 2.61666 11.2278 2.83255 11.0521 3.20948L5.1354 15.8978C4.90199 16.3983 5.11855 16.9933 5.61909 17.2267C6.11963 17.4601 6.71461 17.2436 6.94801 16.743L8.39869 13.632H15.6013L17.052 16.743C17.2854 17.2435 17.8804 17.4601 18.3809 17.2267C18.8814 16.9933 19.098 16.3983 18.8646 15.8978L12.9479 3.20946ZM14.6687 11.632L12 5.909L9.33131 11.632H14.6687Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M6 19.3682C5.44772 19.3682 5 19.816 5 20.3682C5 20.9205 5.44772 21.3682 6 21.3682H18C18.5523 21.3682 19 20.9205 19 20.3682C19 19.816 18.5523 19.3682 18 19.3682H6Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"format heading \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M6 19V5H8V11H16V5H18V19H16V13H8V19H6Z\" fill=\"currentColor\" />\n</svg></li><li title=\"format indent decrease \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M20 7H4V5H20V7Z\" fill=\"currentColor\" />\n  <path d=\"M20 11H12V9H20V11Z\" fill=\"currentColor\" />\n  <path d=\"M12 15H20V13H12V15Z\" fill=\"currentColor\" />\n  <path d=\"M9 9L4 12L9 15V9Z\" fill=\"currentColor\" />\n  <path d=\"M4 17V19H20V17H4Z\" fill=\"currentColor\" />\n</svg></li><li title=\"format indent increase \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M20 7H4V5H20V7Z\" fill=\"currentColor\" />\n  <path d=\"M20 11H12V9H20V11Z\" fill=\"currentColor\" />\n  <path d=\"M12 15H20V13H12V15Z\" fill=\"currentColor\" />\n  <path d=\"M4 15L9 12L4 9V15Z\" fill=\"currentColor\" />\n  <path d=\"M4 17V19H20V17H4Z\" fill=\"currentColor\" />\n</svg></li><li title=\"format italic \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M11.4903 5.45801H17.4903L16.7788 7.32716H14.7788L11.2212 16.6729H13.2212L12.5097 18.5421H6.5097L7.22122 16.6729H9.22122L12.7788 7.32716H10.7788L11.4903 5.45801Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"format justify \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M4 5C3.44772 5 3 5.44772 3 6C3 6.55228 3.44772 7 4 7H20C20.5523 7 21 6.55228 21 6C21 5.44772 20.5523 5 20 5H4Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M4 9C3.44772 9 3 9.44772 3 10C3 10.5523 3.44772 11 4 11H20C20.5523 11 21 10.5523 21 10C21 9.44772 20.5523 9 20 9H4Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M3 14C3 13.4477 3.44772 13 4 13H20C20.5523 13 21 13.4477 21 14C21 14.5523 20.5523 15 20 15H4C3.44772 15 3 14.5523 3 14Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M4 17C3.44772 17 3 17.4477 3 18C3 18.5523 3.44772 19 4 19H20C20.5523 19 21 18.5523 21 18C21 17.4477 20.5523 17 20 17H4Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"format left \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M4 5C3.44772 5 3 5.44772 3 6C3 6.55228 3.44772 7 4 7H20C20.5523 7 21 6.55228 21 6C21 5.44772 20.5523 5 20 5H4Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M4 9C3.44772 9 3 9.44772 3 10C3 10.5523 3.44772 11 4 11H12C12.5523 11 13 10.5523 13 10C13 9.44772 12.5523 9 12 9H4Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M3 14C3 13.4477 3.44772 13 4 13H20C20.5523 13 21 13.4477 21 14C21 14.5523 20.5523 15 20 15H4C3.44772 15 3 14.5523 3 14Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M4 17C3.44772 17 3 17.4477 3 18C3 18.5523 3.44772 19 4 19H12C12.5523 19 13 18.5523 13 18C13 17.4477 12.5523 17 12 17H4Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"format line height \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M5.09668 6.99707H7.17358L4.17358 3.99707L1.17358 6.99707H3.09668V17.0031H1.15881L4.15881 20.0031L7.15881 17.0031H5.09668V6.99707Z\"\n    fill=\"currentColor\"\n  />\n  <path d=\"M22.8412 7H8.84119V5H22.8412V7Z\" fill=\"currentColor\" />\n  <path d=\"M22.8412 11H8.84119V9H22.8412V11Z\" fill=\"currentColor\" />\n  <path d=\"M8.84119 15H22.8412V13H8.84119V15Z\" fill=\"currentColor\" />\n  <path d=\"M22.8412 19H8.84119V17H22.8412V19Z\" fill=\"currentColor\" />\n</svg></li><li title=\"format right \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M20 5C20.5523 5 21 5.44772 21 6C21 6.55228 20.5523 7 20 7H4C3.44772 7 3 6.55228 3 6C3 5.44772 3.44772 5 4 5H20Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M20 9C20.5523 9 21 9.44772 21 10C21 10.5523 20.5523 11 20 11H12C11.4477 11 11 10.5523 11 10C11 9.44772 11.4477 9 12 9H20Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M21 14C21 13.4477 20.5523 13 20 13H4C3.44772 13 3 13.4477 3 14C3 14.5523 3.44772 15 4 15H20C20.5523 15 21 14.5523 21 14Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M20 17C20.5523 17 21 17.4477 21 18C21 18.5523 20.5523 19 20 19H12C11.4477 19 11 18.5523 11 18C11 17.4477 11.4477 17 12 17H20Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"format separator \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <g opacity=\"0.5\">\n    <path\n      d=\"M16 5C16.5523 5 17 4.55229 17 4C17 3.44772 16.5523 3 16 3H8C7.44771 3 7 3.44772 7 4C7 4.55228 7.44771 5 8 5L16 5Z\"\n      fill=\"currentColor\"\n    />\n    <path\n      d=\"M16 7C16.5523 7 17 7.44772 17 8C17 8.55229 16.5523 9 16 9H8C7.44771 9 7 8.55229 7 8C7 7.44772 7.44771 7 8 7H16Z\"\n      fill=\"currentColor\"\n    />\n    <path\n      d=\"M17 12C17 12.5523 16.5523 13 16 13L8 13C7.44771 13 7 12.5523 7 12C7 11.4477 7.44771 11 8 11L16 11C16.5523 11 17 11.4477 17 12Z\"\n      fill=\"currentColor\"\n    />\n    <path\n      d=\"M16 21C16.5523 21 17 20.5523 17 20C17 19.4477 16.5523 19 16 19L8 19C7.44771 19 7 19.4477 7 20C7 20.5523 7.44771 21 8 21H16Z\"\n      fill=\"currentColor\"\n    />\n  </g>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M21 16C21 16.5523 20.5523 17 20 17L4 17C3.44772 17 3 16.5523 3 16C3 15.4477 3.44772 15 4 15L20 15C20.5523 15 21 15.4477 21 16Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"format slash \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M14.526 6.10576C15.0265 6.33917 15.2667 6.88343 15.0625 7.3214L9.88541 18.4237C9.68118 18.8616 9.10985 19.0275 8.60931 18.7941C8.10877 18.5607 7.86857 18.0164 8.0728 17.5784L13.2499 6.47616C13.4541 6.03819 14.0254 5.87235 14.526 6.10576Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"format strike \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M13 7H17V5H7V7H11V10H13V7Z\" fill=\"currentColor\" />\n  <path d=\"M11 19V14H13V19H11Z\" fill=\"currentColor\" />\n  <path d=\"M5 13H19V11H5V13Z\" fill=\"currentColor\" />\n</svg></li><li title=\"format text \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M6.5 3H3V6.5H4V4H6.5V3Z\" fill=\"currentColor\" />\n  <path d=\"M8.5 4V3H11V4H8.5Z\" fill=\"currentColor\" />\n  <path d=\"M13 4H15.5V3H13V4Z\" fill=\"currentColor\" />\n  <path d=\"M17.5 3V4H20V6.5H21V3H17.5Z\" fill=\"currentColor\" />\n  <path d=\"M21 8.5H20V11H21V8.5Z\" fill=\"currentColor\" />\n  <path d=\"M21 13H20V15.5H21V13Z\" fill=\"currentColor\" />\n  <path d=\"M21 17.5H20V20H17.5V21H21V17.5Z\" fill=\"currentColor\" />\n  <path d=\"M15.5 21V20H13V21H15.5Z\" fill=\"currentColor\" />\n  <path d=\"M11 21V20H8.5V21H11Z\" fill=\"currentColor\" />\n  <path d=\"M6.5 21V20H4V17.5H3V21H6.5Z\" fill=\"currentColor\" />\n  <path d=\"M3 15.5H4V13H3V15.5Z\" fill=\"currentColor\" />\n  <path d=\"M3 11H4V8.5H3V11Z\" fill=\"currentColor\" />\n  <path d=\"M11 9.5H7V7.5H17V9.5H13V16.5H11V9.5Z\" fill=\"currentColor\" />\n</svg></li><li title=\"format underline \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M6 10V4H8V10C8 12.2091 9.79086 14 12 14C14.2091 14 16 12.2091 16 10V4H18V10C18 13.3137 15.3137 16 12 16C8.68629 16 6 13.3137 6 10Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M7 18C6.44772 18 6 18.4477 6 19C6 19.5523 6.44771 20 7 20H17C17.5523 20 18 19.5523 18 19C18 18.4477 17.5523 18 17 18H7Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"format uppercase \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M13 9H10V17H8V9H5V7H13V9ZM18 13H16V17H14V13H12V11H18V13Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"framer \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M12 21L12 9L6 9L6 15L12 21Z\" fill=\"currentColor\" fill-opacity=\"0.5\" />\n  <path d=\"M18 9V3H6L12 9H6V15H18L12 9H18Z\" fill=\"currentColor\" />\n</svg></li><li title=\"games \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M15.4695 11.2929C15.0789 10.9024 14.4458 10.9024 14.0553 11.2929C13.6647 11.6834 13.6647 12.3166 14.0553 12.7071C14.4458 13.0976 15.0789 13.0976 15.4695 12.7071C15.86 12.3166 15.86 11.6834 15.4695 11.2929Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M16.1766 9.17156C16.5671 8.78103 17.2003 8.78103 17.5908 9.17156C17.9813 9.56208 17.9813 10.1952 17.5908 10.5858C17.2003 10.9763 16.5671 10.9763 16.1766 10.5858C15.7861 10.1952 15.7861 9.56208 16.1766 9.17156Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M19.7121 11.2929C19.3216 10.9024 18.6885 10.9024 18.2979 11.2929C17.9074 11.6834 17.9074 12.3166 18.2979 12.7071C18.6885 13.0976 19.3216 13.0976 19.7121 12.7071C20.1027 12.3166 20.1027 11.6834 19.7121 11.2929Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M16.1766 13.4142C16.5671 13.0237 17.2003 13.0237 17.5908 13.4142C17.9813 13.8048 17.9813 14.4379 17.5908 14.8284C17.2003 15.219 16.5671 15.219 16.1766 14.8284C15.7861 14.4379 15.7861 13.8048 16.1766 13.4142Z\"\n    fill=\"currentColor\"\n  />\n  <path d=\"M6 13H4V11H6V9H8V11H10V13H8V15H6V13Z\" fill=\"currentColor\" />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M7 5C3.13401 5 0 8.13401 0 12C0 15.866 3.13401 19 7 19H17C20.866 19 24 15.866 24 12C24 8.13401 20.866 5 17 5H7ZM17 7H7C4.23858 7 2 9.23858 2 12C2 14.7614 4.23858 17 7 17H17C19.7614 17 22 14.7614 22 12C22 9.23858 19.7614 7 17 7Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"gender female \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M12 3C9.23858 3 7 5.23858 7 8C7 10.419 8.71776 12.4367 11 12.9V15H8V17H11V21H13V17H16V15H13V12.9C15.2822 12.4367 17 10.419 17 8C17 5.23858 14.7614 3 12 3ZM9 8C9 9.65685 10.3431 11 12 11C13.6569 11 15 9.65685 15 8C15 6.34315 13.6569 5 12 5C10.3431 5 9 6.34315 9 8Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"gender male \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M12.1888 7L12.1909 5L19.1909 5.00746L19.1834 12.0075L17.1834 12.0053L17.1873 8.41678L14.143 11.4611C15.4612 13.4063 15.2587 16.0743 13.5355 17.7975C11.5829 19.7501 8.41709 19.7501 6.46447 17.7975C4.51184 15.8449 4.51184 12.6791 6.46447 10.7264C8.16216 9.02873 10.777 8.80709 12.7141 10.0615L15.7718 7.00382L12.1888 7ZM7.87868 12.1406C9.05025 10.9691 10.9497 10.9691 12.1213 12.1406C13.2929 13.3122 13.2929 15.2117 12.1213 16.3833C10.9497 17.5549 9.05025 17.5549 7.87868 16.3833C6.70711 15.2117 6.70711 13.3122 7.87868 12.1406Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"ghost character \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M10.9759 9C10.9759 9.55228 10.5282 10 9.97589 10C9.42361 10 8.97589 9.55228 8.97589 9C8.97589 8.44771 9.42361 8 9.97589 8C10.5282 8 10.9759 8.44771 10.9759 9Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M13.9712 10C14.5235 10 14.9712 9.55228 14.9712 9C14.9712 8.44771 14.5235 8 13.9712 8C13.4189 8 12.9712 8.44771 12.9712 9C12.9712 9.55228 13.4189 10 13.9712 10Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M19 20.9999V10C19 6.13401 15.866 3 12 3C8.13401 3 5 6.13401 5 10V21L7.82846 21L9.24264 19.5858L10.6569 21L13.3433 21L14.7574 19.5858L16.1717 21L19 20.9999ZM17 10C17 7.23858 14.7614 5 12 5C9.23858 5 7 7.23858 7 10V19L9.24264 16.7573L12 19.5147L14.7574 16.7573L17 18.9999V10Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"ghost \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M3 4H15V8H3V4Z\" fill=\"currentColor\" />\n  <path d=\"M21 8H17V4H21V8Z\" fill=\"currentColor\" />\n  <path d=\"M3 10H21V14H3V10Z\" fill=\"currentColor\" />\n  <path d=\"M11 16H3V20H11V16Z\" fill=\"currentColor\" />\n  <path d=\"M13 16V20H21V16H13Z\" fill=\"currentColor\" />\n</svg></li><li title=\"gift \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M17.5354 2.87868C16.3638 1.70711 14.4644 1.70711 13.2928 2.87868L11.8786 4.29289C11.8183 4.35317 11.7611 4.41538 11.707 4.47931C11.653 4.41539 11.5958 4.3532 11.5355 4.29293L10.1213 2.87871C8.94975 1.70714 7.05025 1.70714 5.87868 2.87871C4.70711 4.05029 4.70711 5.94978 5.87868 7.12136L6.75732 8H1V14H3V22H21V14H23V8H16.6567L17.5354 7.12132C18.707 5.94975 18.707 4.05025 17.5354 2.87868ZM14.707 7.12132L16.1212 5.70711C16.5117 5.31658 16.5117 4.68342 16.1212 4.29289C15.7307 3.90237 15.0975 3.90237 14.707 4.29289L13.2928 5.70711C12.9023 6.09763 12.9023 6.7308 13.2928 7.12132C13.6833 7.51184 14.3165 7.51184 14.707 7.12132ZM10.1213 5.70714L8.70711 4.29293C8.31658 3.9024 7.68342 3.9024 7.29289 4.29293C6.90237 4.68345 6.90237 5.31662 7.29289 5.70714L8.70711 7.12136C9.09763 7.51188 9.7308 7.51188 10.1213 7.12136C10.5118 6.73083 10.5118 6.09767 10.1213 5.70714ZM21 10V12H3V10H21ZM12.9167 14H19V20H12.9167V14ZM11.0834 14V20H5V14H11.0834Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"girl \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M10 12C10 12.5523 9.55228 13 9 13C8.44772 13 8 12.5523 8 12C8 11.4477 8.44772 11 9 11C9.55228 11 10 11.4477 10 12Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M15 13C15.5523 13 16 12.5523 16 12C16 11.4477 15.5523 11 15 11C14.4477 11 14 11.4477 14 12C14 12.5523 14.4477 13 15 13Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M12.0244 2.00003L12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.74235 17.9425 2.43237 12.788 2.03059L12.7886 2.0282C12.5329 2.00891 12.278 1.99961 12.0244 2.00003ZM12 20C16.4183 20 20 16.4183 20 12C20 11.3014 19.9105 10.6237 19.7422 9.97775C16.1597 10.2313 12.7359 8.52461 10.7605 5.60246C9.31322 7.07886 7.2982 7.99666 5.06879 8.00253C4.38902 9.17866 4 10.5439 4 12C4 16.4183 7.58172 20 12 20ZM11.9785 4.00003L12.0236 4.00003L12 4L11.9785 4.00003Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"git branch \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M9 3C7.89543 3 7 3.89543 7 5C7 5.74028 7.4022 6.38663 8 6.73244V17.2676C7.4022 17.6134 7 18.2597 7 19C7 20.1046 7.89543 21 9 21C9.74028 21 10.3866 20.5978 10.7324 20H11.9585C14.1676 20 15.9585 18.2091 15.9585 16V14.7324C16.5563 14.3866 16.9585 13.7403 16.9585 13C16.9585 11.8954 16.0631 11 14.9585 11C13.8539 11 12.9585 11.8954 12.9585 13C12.9585 13.7403 13.3607 14.3866 13.9585 14.7324V16C13.9585 17.1046 13.0631 18 11.9585 18H10.7324C10.5568 17.6964 10.3036 17.4432 10 17.2676V6.73244C10.5978 6.38663 11 5.74028 11 5C11 3.89543 10.1046 3 9 3Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"git commit \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M11 4C11 3.44772 11.4477 3 12 3C12.5523 3 13 3.44772 13 4V9.17071C14.1652 9.58254 15 10.6938 15 12C15 13.3062 14.1652 14.4175 13 14.8293V20C13 20.5523 12.5523 21 12 21C11.4477 21 11 20.5523 11 20V14.8293C9.83481 14.4175 9 13.3062 9 12C9 10.6938 9.83481 9.58254 11 9.17071V4ZM12 13C12.5523 13 13 12.5523 13 12C13 11.4477 12.5523 11 12 11C11.4477 11 11 11.4477 11 12C11 12.5523 11.4477 13 12 13Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"git fork \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M7 5C7 3.89543 7.89543 3 9 3C10.1046 3 11 3.89543 11 5C11 5.74028 10.5978 6.38663 10 6.73244V14.0396H11.7915C12.8961 14.0396 13.7915 13.1441 13.7915 12.0396V10.7838C13.1823 10.4411 12.7708 9.78837 12.7708 9.03955C12.7708 7.93498 13.6662 7.03955 14.7708 7.03955C15.8753 7.03955 16.7708 7.93498 16.7708 9.03955C16.7708 9.77123 16.3778 10.4111 15.7915 10.7598V12.0396C15.7915 14.2487 14.0006 16.0396 11.7915 16.0396H10V17.2676C10.5978 17.6134 11 18.2597 11 19C11 20.1046 10.1046 21 9 21C7.89543 21 7 20.1046 7 19C7 18.2597 7.4022 17.6134 8 17.2676V6.73244C7.4022 6.38663 7 5.74028 7 5Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"git pull \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M7 5C7 3.89543 7.89543 3 9 3C10.1046 3 11 3.89543 11 5C11 5.34168 10.9143 5.66336 10.7633 5.9447H11.3438C13.5529 5.9447 15.3438 7.73556 15.3438 9.9447V11.2244C15.9301 11.5731 16.323 12.213 16.323 12.9447C16.323 14.0493 15.4276 14.9447 14.323 14.9447C13.2184 14.9447 12.323 14.0493 12.323 12.9447C12.323 12.1959 12.7345 11.5432 13.3438 11.2004V9.9447C13.3438 8.84013 12.4483 7.9447 11.3438 7.9447H10V17.2676C10.5978 17.6134 11 18.2597 11 19C11 20.1046 10.1046 21 9 21C7.89543 21 7 20.1046 7 19C7 18.2597 7.4022 17.6134 8 17.2676V6.73244C7.4022 6.38663 7 5.74028 7 5Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"gitter \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M5 1.5H7V14.5H5V1.5Z\" fill=\"currentColor\" />\n  <path d=\"M9 4.5H11V22.5H9V4.5Z\" fill=\"currentColor\" />\n  <path d=\"M15 4.5H13V22.5H15V4.5Z\" fill=\"currentColor\" />\n  <path d=\"M17 4.5H19V14.5H17V4.5Z\" fill=\"currentColor\" />\n</svg></li><li title=\"glass alt \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M5 2H19L17.3602 18.398C17.1557 20.4428 15.4351 22 13.38 22H10.62C8.56494 22 6.84428 20.4428 6.6398 18.398L5 2ZM7.50998 7L7.20998 4H16.79L16.49 7H7.50998ZM7.70998 9L8.62988 18.199C8.73212 19.2214 9.59245 20 10.62 20H13.38C14.4076 20 15.2679 19.2214 15.3701 18.199L16.29 9H7.70998Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"glass \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M17 10C17 12.419 15.2822 14.4367 13 14.9V17H15V19H9V17H11V14.9C8.71776 14.4367 7 12.419 7 10V5H17V10ZM15 7H9V10C9 11.6569 10.3431 13 12 13C13.6569 13 15 11.6569 15 10V7Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"globe alt \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21ZM14.8055 18.4151C17.1228 17.4003 18.7847 15.1667 18.9806 12.525C18.1577 12.9738 17.12 13.3418 15.9371 13.598C15.7882 15.4676 15.3827 17.1371 14.8055 18.4151ZM9.1945 5.58487C7.24725 6.43766 5.76275 8.15106 5.22208 10.244C5.4537 10.4638 5.84813 10.7341 6.44832 11.0008C6.89715 11.2003 7.42053 11.3798 8.00537 11.5297C8.05853 9.20582 8.50349 7.11489 9.1945 5.58487ZM10.1006 13.9108C10.2573 15.3675 10.5852 16.6202 10.9992 17.5517C11.2932 18.2133 11.5916 18.6248 11.8218 18.8439C11.9037 18.9219 11.9629 18.9634 12 18.9848C12.0371 18.9634 12.0963 18.9219 12.1782 18.8439C12.4084 18.6248 12.7068 18.2133 13.0008 17.5517C13.4148 16.6202 13.7427 15.3675 13.8994 13.9108C13.2871 13.9692 12.6516 14 12 14C11.3484 14 10.7129 13.9692 10.1006 13.9108ZM8.06286 13.598C8.21176 15.4676 8.61729 17.1371 9.1945 18.4151C6.8772 17.4003 5.21525 15.1666 5.01939 12.525C5.84231 12.9738 6.88001 13.3418 8.06286 13.598ZM13.9997 11.8896C13.369 11.9609 12.6993 12 12 12C11.3008 12 10.631 11.9609 10.0003 11.8896C10.0135 9.66408 10.4229 7.74504 10.9992 6.44832C11.2932 5.78673 11.5916 5.37516 11.8218 5.15605C11.9037 5.07812 11.9629 5.03659 12 5.01516C12.0371 5.03659 12.0963 5.07812 12.1782 5.15605C12.4084 5.37516 12.7068 5.78673 13.0008 6.44832C13.5771 7.74504 13.9865 9.66408 13.9997 11.8896ZM15.9946 11.5297C15.9415 9.20582 15.4965 7.11489 14.8055 5.58487C16.7528 6.43766 18.2373 8.15107 18.7779 10.244C18.5463 10.4638 18.1519 10.7341 17.5517 11.0008C17.1029 11.2003 16.5795 11.3798 15.9946 11.5297Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"globe \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M6.85327 8C6.85327 5.23858 9.09185 3 11.8533 3C14.6147 3 16.8533 5.23858 16.8533 8C16.8533 10.7614 14.6147 13 11.8533 13C9.09185 13 6.85327 10.7614 6.85327 8ZM11.8533 11C10.1964 11 8.85327 9.65685 8.85327 8C8.85327 6.34315 10.1964 5 11.8533 5C13.5101 5 14.8533 6.34315 14.8533 8C14.8533 9.65685 13.5101 11 11.8533 11Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M5 12.1294C6.25216 14.2031 8.4189 15.6624 10.9414 15.9486V18H8.85327V20H14.8533V18H12.9414V15.9266C16.8449 15.3958 19.8532 12.0492 19.8532 8.00001C19.8532 6.43638 19.4046 4.97752 18.6291 3.74512L16.9253 4.79326C17.513 5.72084 17.8532 6.82069 17.8532 8.00001C17.8532 11.3137 15.167 14 11.8532 14C9.66611 14 7.75231 12.8298 6.70381 11.0813L5 12.1294Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"google tasks \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M16.7679 5.71447C17.4779 4.86832 18.7394 4.75795 19.5856 5.46796C20.4317 6.17796 20.5421 7.43947 19.8321 8.28562L10.833 19.0102C10.123 19.8564 8.86153 19.9668 8.01538 19.2568C7.16923 18.5468 7.05886 17.2852 7.76886 16.4391L16.7679 5.71447Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M3 12.7396C3 11.6351 3.89543 10.7396 5 10.7396C6.10457 10.7396 7 11.6351 7 12.7396C7 13.8442 6.10457 14.7396 5 14.7396C3.89543 14.7396 3 13.8442 3 12.7396Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"google \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M6 12C6 15.3137 8.68629 18 12 18C14.6124 18 16.8349 16.3304 17.6586 14H12V10H21.8047V14H21.8C20.8734 18.5645 16.8379 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C15.445 2 18.4831 3.742 20.2815 6.39318L17.0039 8.68815C15.9296 7.06812 14.0895 6 12 6C8.68629 6 6 8.68629 6 12Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"gym \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M20.2739 9.86883L16.8325 4.95392L18.4708 3.80676L21.9122 8.72167L20.2739 9.86883Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M18.3901 12.4086L16.6694 9.95121L8.47783 15.687L10.1985 18.1444L8.56023 19.2916L3.97162 12.7383L5.60992 11.5912L7.33068 14.0487L15.5222 8.31291L13.8015 5.8554L15.4398 4.70825L20.0284 11.2615L18.3901 12.4086Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M20.7651 7.08331L22.4034 5.93616L21.2562 4.29785L19.6179 5.445L20.7651 7.08331Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M7.16753 19.046L3.72607 14.131L2.08777 15.2782L5.52923 20.1931L7.16753 19.046Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M4.38208 18.5549L2.74377 19.702L1.59662 18.0637L3.23492 16.9166L4.38208 18.5549Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"hashtag \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M8 4V8H4V10H8V14H4V16H8V20H10V16H14V20H16V16H20V14H16V10H20V8H16V4H14V8H10V4H8ZM14 14V10H10V14H14Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"headset \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M17 21C15.8954 21 15 20.1046 15 19V15C15 13.8954 15.8954 13 17 13H19V12C19 8.13401 15.866 5 12 5C8.13401 5 5 8.13401 5 12V13H7C8.10457 13 9 13.8954 9 15V19C9 20.1046 8.10457 21 7 21H3V12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12V21H17ZM19 15H17V19H19V15ZM7 15H5V19H7V15Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"heart \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M12.0122 5.57169L10.9252 4.48469C8.77734 2.33681 5.29493 2.33681 3.14705 4.48469C0.999162 6.63258 0.999162 10.115 3.14705 12.2629L11.9859 21.1017L11.9877 21.0999L12.014 21.1262L20.8528 12.2874C23.0007 10.1395 23.0007 6.65711 20.8528 4.50923C18.705 2.36134 15.2226 2.36134 13.0747 4.50923L12.0122 5.57169ZM11.9877 18.2715L16.9239 13.3352L18.3747 11.9342L18.3762 11.9356L19.4386 10.8732C20.8055 9.50635 20.8055 7.29028 19.4386 5.92344C18.0718 4.55661 15.8557 4.55661 14.4889 5.92344L12.0133 8.39904L12.006 8.3918L12.005 8.39287L9.51101 5.89891C8.14417 4.53207 5.92809 4.53207 4.56126 5.89891C3.19442 7.26574 3.19442 9.48182 4.56126 10.8487L7.10068 13.3881L7.10248 13.3863L11.9877 18.2715Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"hello \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M17.5 12C17.5 13.576 16.8371 14.9972 15.7749 16C14.7899 16.9299 13.4615 17.5 12 17.5C10.5385 17.5 9.21007 16.9299 8.22506 16C7.16289 14.9972 6.5 13.576 6.5 12H17.5Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M1 7C1 3.68629 3.68629 1 7 1H17C20.3137 1 23 3.68629 23 7V17C23 20.3137 20.3137 23 17 23H1V7ZM3.75 12C3.75 7.44365 7.44365 3.75 12 3.75C16.5563 3.75 20.25 7.44365 20.25 12C20.25 16.5563 16.5563 20.25 12 20.25C7.44365 20.25 3.75 16.5563 3.75 12Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"home alt \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M6 22.8787C4.34315 22.8787 3 21.5355 3 19.8787V9.87866C3 9.84477 3.00169 9.81126 3.00498 9.77823H3C3 9.20227 3.2288 8.64989 3.63607 8.24262L9.87868 2.00002C11.0502 0.828445 12.9497 0.828445 14.1213 2.00002L20.3639 8.24264C20.7712 8.6499 21 9.20227 21 9.77823H20.995C20.9983 9.81126 21 9.84477 21 9.87866V19.8787C21 21.5355 19.6569 22.8787 18 22.8787H6ZM12.7071 3.41423L19 9.70713V19.8787C19 20.4309 18.5523 20.8787 18 20.8787H15V15.8787C15 14.2218 13.6569 12.8787 12 12.8787C10.3431 12.8787 9 14.2218 9 15.8787V20.8787H6C5.44772 20.8787 5 20.4309 5 19.8787V9.7072L11.2929 3.41423C11.6834 3.02371 12.3166 3.02371 12.7071 3.41423Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"home screen \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M10 5C10 5.55228 9.55228 6 9 6C8.44771 6 8 5.55228 8 5C8 4.44772 8.44771 4 9 4C9.55228 4 10 4.44772 10 5Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M9 9C9.55228 9 10 8.55228 10 8C10 7.44772 9.55228 7 9 7C8.44771 7 8 7.44772 8 8C8 8.55228 8.44771 9 9 9Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M10 19C10 19.5523 9.55228 20 9 20C8.44771 20 8 19.5523 8 19C8 18.4477 8.44771 18 9 18C9.55228 18 10 18.4477 10 19Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M9 12C9.55228 12 10 11.5523 10 11C10 10.4477 9.55228 10 9 10C8.44771 10 8 10.4477 8 11C8 11.5523 8.44771 12 9 12Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M13 5C13 5.55228 12.5523 6 12 6C11.4477 6 11 5.55228 11 5C11 4.44772 11.4477 4 12 4C12.5523 4 13 4.44772 13 5Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M12 9C12.5523 9 13 8.55228 13 8C13 7.44772 12.5523 7 12 7C11.4477 7 11 7.44772 11 8C11 8.55228 11.4477 9 12 9Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M13 19C13 19.5523 12.5523 20 12 20C11.4477 20 11 19.5523 11 19C11 18.4477 11.4477 18 12 18C12.5523 18 13 18.4477 13 19Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M15 6C15.5523 6 16 5.55228 16 5C16 4.44772 15.5523 4 15 4C14.4477 4 14 4.44772 14 5C14 5.55228 14.4477 6 15 6Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M16 8C16 8.55228 15.5523 9 15 9C14.4477 9 14 8.55228 14 8C14 7.44772 14.4477 7 15 7C15.5523 7 16 7.44772 16 8Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M15 20C15.5523 20 16 19.5523 16 19C16 18.4477 15.5523 18 15 18C14.4477 18 14 18.4477 14 19C14 19.5523 14.4477 20 15 20Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M8 1C6.34315 1 5 2.34315 5 4V20C5 21.6569 6.34315 23 8 23H16C17.6569 23 19 21.6569 19 20V4C19 2.34315 17.6569 1 16 1H8ZM16 3H8C7.44771 3 7 3.44772 7 4V20C7 20.5523 7.44772 21 8 21H16C16.5523 21 17 20.5523 17 20V4C17 3.44772 16.5523 3 16 3Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"home \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M21 8.77217L14.0208 1.79299C12.8492 0.621414 10.9497 0.621413 9.77817 1.79299L3 8.57116V23.0858H10V17.0858C10 15.9812 10.8954 15.0858 12 15.0858C13.1046 15.0858 14 15.9812 14 17.0858V23.0858H21V8.77217ZM11.1924 3.2072L5 9.39959V21.0858H8V17.0858C8 14.8767 9.79086 13.0858 12 13.0858C14.2091 13.0858 16 14.8767 16 17.0858V21.0858H19V9.6006L12.6066 3.2072C12.2161 2.81668 11.5829 2.81668 11.1924 3.2072Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"icecream \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M15 17H19V8C19 4.13401 15.866 1 12 1C8.13401 1 5 4.13401 5 8V17H9V20C9 21.6569 10.3431 23 12 23C13.6569 23 15 21.6569 15 20V17ZM17 15V8C17 5.23858 14.7614 3 12 3C9.23858 3 7 5.23858 7 8V15H11V20C11 20.5523 11.4477 21 12 21C12.5523 21 13 20.5523 13 20V15H17Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"if design \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M10 5H14V19H10V5Z\" fill=\"currentColor\" />\n  <path d=\"M5 19V10H9V19H5Z\" fill=\"currentColor\" />\n  <path\n    d=\"M7 5C5.89543 5 5 5.89543 5 7C5 8.10457 5.89543 9 7 9C8.10457 9 9 8.10457 9 7C9 5.89543 8.10457 5 7 5Z\"\n    fill=\"currentColor\"\n  />\n  <path d=\"M15 5H19V9H15V5Z\" fill=\"currentColor\" />\n  <path d=\"M19 10H15V14H19V10Z\" fill=\"currentColor\" />\n</svg></li><li title=\"image \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M7 7C5.34315 7 4 8.34315 4 10C4 11.6569 5.34315 13 7 13C8.65685 13 10 11.6569 10 10C10 8.34315 8.65685 7 7 7ZM6 10C6 9.44772 6.44772 9 7 9C7.55228 9 8 9.44772 8 10C8 10.5523 7.55228 11 7 11C6.44772 11 6 10.5523 6 10Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M3 3C1.34315 3 0 4.34315 0 6V18C0 19.6569 1.34315 21 3 21H21C22.6569 21 24 19.6569 24 18V6C24 4.34315 22.6569 3 21 3H3ZM21 5H3C2.44772 5 2 5.44772 2 6V18C2 18.5523 2.44772 19 3 19H7.31374L14.1924 12.1214C15.364 10.9498 17.2635 10.9498 18.435 12.1214L22 15.6863V6C22 5.44772 21.5523 5 21 5ZM21 19H10.1422L15.6066 13.5356C15.9971 13.145 16.6303 13.145 17.0208 13.5356L21.907 18.4217C21.7479 18.7633 21.4016 19 21 19Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"import \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M5 9.98193V19.9819H19V9.98193H15V7.98193H21V21.9819H3V7.98193H9V9.98193H5Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M13.0001 2H11.0001V14.0531L8.46451 11.5175L7.05029 12.9317L12 17.8815L16.9498 12.9317L15.5356 11.5175L13.0001 14.053V2Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"inbox \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M2 5C2 3.34315 3.34315 2 5 2H19C20.6569 2 22 3.34315 22 5V20C22 21.1046 21.1046 22 20 22H8.1477C8.09893 22.0036 8.04968 22.0054 8 22.0054H4C2.89543 22.0054 2 21.1099 2 20.0054V5ZM5 4H19C19.5523 4 20 4.44771 20 5V14H16C14.8954 14 14 14.8954 14 16V17H10V16.0054C10 14.9008 9.10457 14.0054 8 14.0054H4V5C4 4.44772 4.44771 4 5 4Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"indie hackers \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M4 6H7V18H4V6Z\" fill=\"currentColor\" />\n  <path d=\"M10 6H13V10.5H17V6H20V18H17V13.5H13V18H10V6Z\" fill=\"currentColor\" />\n</svg></li><li title=\"infinity \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M8.12132 9.87868L10.2044 11.9617L10.2106 11.9555L11.6631 13.408L11.6693 13.4142L13.7907 15.5355C15.7433 17.4882 18.9091 17.4882 20.8617 15.5355C22.8144 13.5829 22.8144 10.4171 20.8617 8.46447C18.9091 6.51184 15.7433 6.51184 13.7907 8.46447L13.0773 9.17786L14.4915 10.5921L15.2049 9.87868C16.3764 8.70711 18.2759 8.70711 19.4475 9.87868C20.6191 11.0503 20.6191 12.9497 19.4475 14.1213C18.2759 15.2929 16.3764 15.2929 15.2049 14.1213L13.1326 12.0491L13.1263 12.0554L9.53553 8.46447C7.58291 6.51184 4.41709 6.51184 2.46447 8.46447C0.511845 10.4171 0.511845 13.5829 2.46447 15.5355C4.41709 17.4882 7.58291 17.4882 9.53553 15.5355L10.2488 14.8222L8.83463 13.408L8.12132 14.1213C6.94975 15.2929 5.05025 15.2929 3.87868 14.1213C2.70711 12.9497 2.70711 11.0503 3.87868 9.87868C5.05025 8.70711 6.94975 8.70711 8.12132 9.87868Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"info \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M11 10.9794C11 10.4271 11.4477 9.97937 12 9.97937C12.5523 9.97937 13 10.4271 13 10.9794V16.9794C13 17.5317 12.5523 17.9794 12 17.9794C11.4477 17.9794 11 17.5317 11 16.9794V10.9794Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M12 6.05115C11.4477 6.05115 11 6.49886 11 7.05115C11 7.60343 11.4477 8.05115 12 8.05115C12.5523 8.05115 13 7.60343 13 7.05115C13 6.49886 12.5523 6.05115 12 6.05115Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2ZM4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"inpicture \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M20 12H14V17H20V12Z\" fill=\"currentColor\" />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M1 6C1 4.89543 1.89543 4 3 4H21C22.1046 4 23 4.89543 23 6V18C23 19.1046 22.1046 20 21 20H3C1.89543 20 1 19.1046 1 18V6ZM3 6H21V18H3L3 6Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"insert after o \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M9 8C8.44772 8 8 8.44772 8 9C8 9.55229 8.44772 10 9 10H11V12C11 12.5523 11.4477 13 12 13C12.5523 13 13 12.5523 13 12V10H15C15.5523 10 16 9.55229 16 9C16 8.44772 15.5523 8 15 8H13V6C13 5.44772 12.5523 5 12 5C11.4477 5 11 5.44772 11 6V8H9Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M4 9C4 4.58172 7.58172 1 12 1C16.4183 1 20 4.58172 20 9C20 13.4183 16.4183 17 12 17C7.58172 17 4 13.4183 4 9ZM12 15C8.68629 15 6 12.3137 6 9C6 5.68629 8.68629 3 12 3C15.3137 3 18 5.68629 18 9C18 12.3137 15.3137 15 12 15Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M5 20C4.44772 20 4 20.4477 4 21C4 21.5523 4.44772 22 5 22H19C19.5523 22 20 21.5523 20 21C20 20.4477 19.5523 20 19 20H5Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"insert after r \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M9 8C8.44772 8 8 8.44772 8 9C8 9.55229 8.44772 10 9 10H11V12C11 12.5523 11.4477 13 12 13C12.5523 13 13 12.5523 13 12V10H15C15.5523 10 16 9.55229 16 9C16 8.44772 15.5523 8 15 8H13V6C13 5.44772 12.5523 5 12 5C11.4477 5 11 5.44772 11 6V8H9Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M4 4C4 2.34315 5.34315 1 7 1H17C18.6569 1 20 2.34315 20 4V14C20 15.6569 18.6569 17 17 17H7C5.34315 17 4 15.6569 4 14V4ZM7 3H17C17.5523 3 18 3.44772 18 4V14C18 14.5523 17.5523 15 17 15H7C6.44772 15 6 14.5523 6 14V4C6 3.44772 6.44772 3 7 3Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M5 20C4.44772 20 4 20.4477 4 21C4 21.5523 4.44772 22 5 22H19C19.5523 22 20 21.5523 20 21C20 20.4477 19.5523 20 19 20H5Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"insert after \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M12 4C12.5523 4 13 4.44772 13 5V8H16C16.5523 8 17 8.44772 17 9C17 9.55228 16.5523 10 16 10H13V13C13 13.5523 12.5523 14 12 14C11.4477 14 11 13.5523 11 13V10H8C7.44772 10 7 9.55228 7 9C7 8.44772 7.44772 8 8 8H11V5C11 4.44772 11.4477 4 12 4Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M3 19C3 18.4477 3.44772 18 4 18H20C20.5523 18 21 18.4477 21 19C21 19.5523 20.5523 20 20 20H4C3.44772 20 3 19.5523 3 19Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"insert before o \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M5 3C4.44772 3 4 2.55228 4 2C4 1.44772 4.44772 1 5 1H19C19.5523 1 20 1.44772 20 2C20 2.55228 19.5523 3 19 3H5Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M9 15C8.44772 15 8 14.5523 8 14C8 13.4477 8.44772 13 9 13H11V11C11 10.4477 11.4477 10 12 10C12.5523 10 13 10.4477 13 11V13H15C15.5523 13 16 13.4477 16 14C16 14.5523 15.5523 15 15 15H13V17C13 17.5523 12.5523 18 12 18C11.4477 18 11 17.5523 11 17V15H9Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M4 14C4 18.4183 7.58172 22 12 22C16.4183 22 20 18.4183 20 14C20 9.58172 16.4183 6 12 6C7.58172 6 4 9.58172 4 14ZM12 8C8.68629 8 6 10.6863 6 14C6 17.3137 8.68629 20 12 20C15.3137 20 18 17.3137 18 14C18 10.6863 15.3137 8 12 8Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"insert before r \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M5 3C4.44772 3 4 2.55228 4 2C4 1.44772 4.44772 1 5 1H19C19.5523 1 20 1.44772 20 2C20 2.55228 19.5523 3 19 3H5Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M9 15C8.44772 15 8 14.5523 8 14C8 13.4477 8.44772 13 9 13H11V11C11 10.4477 11.4477 10 12 10C12.5523 10 13 10.4477 13 11V13H15C15.5523 13 16 13.4477 16 14C16 14.5523 15.5523 15 15 15H13V17C13 17.5523 12.5523 18 12 18C11.4477 18 11 17.5523 11 17V15H9Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M4 19C4 20.6569 5.34315 22 7 22H17C18.6569 22 20 20.6569 20 19V9C20 7.34315 18.6569 6 17 6H7C5.34315 6 4 7.34315 4 9V19ZM17 20C17.5523 20 18 19.5523 18 19V9C18 8.44772 17.5523 8 17 8H7C6.44772 8 6 8.44772 6 9V19C6 19.5523 6.44772 20 7 20H17Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"insert before \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M3 5C3 5.55228 3.44772 6 4 6H20C20.5523 6 21 5.55228 21 5C21 4.44772 20.5523 4 20 4H4C3.44772 4 3 4.44772 3 5Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M12 20C12.5523 20 13 19.5523 13 19V16H16C16.5523 16 17 15.5523 17 15C17 14.4477 16.5523 14 16 14H13V11C13 10.4477 12.5523 10 12 10C11.4477 10 11 10.4477 11 11V14H8C7.44772 14 7 14.4477 7 15C7 15.5523 7.44772 16 8 16H11V19C11 19.5523 11.4477 20 12 20Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"insights \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M15 8H19V20H5V10H9V4H15V8ZM13 6H11V18H13V6ZM15 10V18H17V10H15ZM9 12V18H7V12H9Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"instagram \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M12 7C9.23858 7 7 9.23858 7 12C7 14.7614 9.23858 17 12 17C14.7614 17 17 14.7614 17 12C17 9.23858 14.7614 7 12 7ZM9 12C9 13.6569 10.3431 15 12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M18 5C17.4477 5 17 5.44772 17 6C17 6.55228 17.4477 7 18 7C18.5523 7 19 6.55228 19 6C19 5.44772 18.5523 5 18 5Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M5 1C2.79086 1 1 2.79086 1 5V19C1 21.2091 2.79086 23 5 23H19C21.2091 23 23 21.2091 23 19V5C23 2.79086 21.2091 1 19 1H5ZM19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"internal \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M20.7084 4.41165L10.4586 14.6986H14.0488V16.6986H7.04883V9.69861H9.04883V13.2799L19.2916 3L20.7084 4.41165Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M11 4.70581V6.70581H5V18.7058H17V12.7058H19V20.7058H3V4.70581H11Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"key \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M6 8C4.34315 8 3 9.34315 3 11V13C3 14.6569 4.34315 16 6 16C7.65685 16 9 14.6569 9 13H15V15H17V13H18V15H20V11H9C9 9.34315 7.65685 8 6 8ZM7 13V11C7 10.4477 6.55228 10 6 10C5.44772 10 5 10.4477 5 11V13C5 13.5523 5.44772 14 6 14C6.55228 14 7 13.5523 7 13Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"keyboard \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M8 9C8.55228 9 9 8.55228 9 8C9 7.44772 8.55228 7 8 7C7.44772 7 7 7.44772 7 8C7 8.55228 7.44772 9 8 9Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M9 15C8.44772 15 8 15.4477 8 16C8 16.5523 8.44772 17 9 17H15C15.5523 17 16 16.5523 16 16C16 15.4477 15.5523 15 15 15H9Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M9 12C9 12.5523 8.55228 13 8 13C7.44772 13 7 12.5523 7 12C7 11.4477 7.44772 11 8 11C8.55228 11 9 11.4477 9 12Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M12 9C12.5523 9 13 8.55228 13 8C13 7.44772 12.5523 7 12 7C11.4477 7 11 7.44772 11 8C11 8.55228 11.4477 9 12 9Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M13 12C13 12.5523 12.5523 13 12 13C11.4477 13 11 12.5523 11 12C11 11.4477 11.4477 11 12 11C12.5523 11 13 11.4477 13 12Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M16 9C16.5523 9 17 8.55228 17 8C17 7.44772 16.5523 7 16 7C15.4477 7 15 7.44772 15 8C15 8.55228 15.4477 9 16 9Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M17 12C17 12.5523 16.5523 13 16 13C15.4477 13 15 12.5523 15 12C15 11.4477 15.4477 11 16 11C16.5523 11 17 11.4477 17 12Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M3 6C3 4.34315 4.34315 3 6 3H18C19.6569 3 21 4.34315 21 6V18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18V6ZM6 5H18C18.5523 5 19 5.44772 19 6V18C19 18.5523 18.5523 19 18 19H6C5.44772 19 5 18.5523 5 18V6C5 5.44772 5.44772 5 6 5Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"keyhole \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M13 12.8293C14.1652 12.4175 15 11.3062 15 10C15 8.34315 13.6569 7 12 7C10.3431 7 9 8.34315 9 10C9 11.3062 9.83481 12.4175 11 12.8293V16C11 16.5523 11.4477 17 12 17C12.5523 17 13 16.5523 13 16V12.8293ZM11 10C11 10.5523 11.4477 11 12 11C12.5523 11 13 10.5523 13 10C13 9.44772 12.5523 9 12 9C11.4477 9 11 9.44772 11 10Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2ZM4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"laptop \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M3 6C3 4.89543 3.89543 4 5 4H19C20.1046 4 21 4.89543 21 6V14C21 15.1046 20.1046 16 19 16H5C3.89543 16 3 15.1046 3 14V6ZM5 6H19V14H5V6Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M2 18C1.44772 18 1 18.4477 1 19C1 19.5523 1.44772 20 2 20H22C22.5523 20 23 19.5523 23 19C23 18.4477 22.5523 18 22 18H2Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"lastpass \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M21 6C20.4477 6 20 6.44771 20 7V17C20 17.5523 20.4477 18 21 18C21.5523 18 22 17.5523 22 17V7C22 6.44772 21.5523 6 21 6Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M4 14C5.10457 14 6 13.1046 6 12C6 10.8954 5.10457 10 4 10C2.89543 10 2 10.8954 2 12C2 13.1046 2.89543 14 4 14Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M12 12C12 13.1046 11.1046 14 10 14C8.89543 14 8 13.1046 8 12C8 10.8954 8.89543 10 10 10C11.1046 10 12 10.8954 12 12Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M16 14C17.1046 14 18 13.1046 18 12C18 10.8954 17.1046 10 16 10C14.8954 10 14 10.8954 14 12C14 13.1046 14.8954 14 16 14Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"layout grid small \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M7 7H9V9H7V7Z\" fill=\"currentColor\" />\n  <path d=\"M11 7H13V9H11V7Z\" fill=\"currentColor\" />\n  <path d=\"M17 7H15V9H17V7Z\" fill=\"currentColor\" />\n  <path d=\"M7 11H9V13H7V11Z\" fill=\"currentColor\" />\n  <path d=\"M13 11H11V13H13V11Z\" fill=\"currentColor\" />\n  <path d=\"M15 11H17V13H15V11Z\" fill=\"currentColor\" />\n  <path d=\"M9 15H7V17H9V15Z\" fill=\"currentColor\" />\n  <path d=\"M11 15H13V17H11V15Z\" fill=\"currentColor\" />\n  <path d=\"M17 15H15V17H17V15Z\" fill=\"currentColor\" />\n</svg>\n</li><li title=\"layout grid \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M11 7H7V11H11V7Z\" fill=\"currentColor\" />\n  <path d=\"M11 13H7V17H11V13Z\" fill=\"currentColor\" />\n  <path d=\"M13 13H17V17H13V13Z\" fill=\"currentColor\" />\n  <path d=\"M17 7H13V11H17V7Z\" fill=\"currentColor\" />\n</svg></li><li title=\"layout list \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M9 7H7V9H9V7Z\" fill=\"currentColor\" />\n  <path d=\"M7 13V11H9V13H7Z\" fill=\"currentColor\" />\n  <path d=\"M7 15V17H9V15H7Z\" fill=\"currentColor\" />\n  <path d=\"M11 15V17H17V15H11Z\" fill=\"currentColor\" />\n  <path d=\"M17 13V11H11V13H17Z\" fill=\"currentColor\" />\n  <path d=\"M17 7V9H11V7H17Z\" fill=\"currentColor\" />\n</svg></li><li title=\"layout pin \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M16.9307 4.01587H14.7655C14.3582 2.84239 13.2428 2 11.9307 2C10.6185 2 9.50313 2.84239 9.09581 4.01587H6.93066C5.27381 4.01587 3.93066 5.35901 3.93066 7.01587V9.21205C2.80183 9.64283 2 10.7357 2 12.0159C2 13.296 2.80183 14.3889 3.93066 14.8197V17.0159C3.93066 18.6727 5.27381 20.0159 6.93066 20.0159H9.08467C9.48247 21.2064 10.6064 22.0645 11.9307 22.0645C13.255 22.0645 14.3789 21.2064 14.7767 20.0159H16.9307C18.5875 20.0159 19.9307 18.6727 19.9307 17.0159V14.8446C21.095 14.4322 21.929 13.3214 21.929 12.0159C21.929 10.7103 21.095 9.5995 19.9307 9.18718V7.01587C19.9307 5.35901 18.5875 4.01587 16.9307 4.01587ZM5.93066 14.8687V17.0159C5.93066 17.5682 6.37838 18.0159 6.93066 18.0159H9.11902C9.54426 16.8761 10.6427 16.0645 11.9307 16.0645C13.2187 16.0645 14.3171 16.8761 14.7423 18.0159H16.9307C17.4829 18.0159 17.9307 17.5682 17.9307 17.0159V14.8458C16.7646 14.4344 15.929 13.3227 15.929 12.0159C15.929 10.709 16.7646 9.59732 17.9307 9.18597V7.01587C17.9307 6.46358 17.4829 6.01587 16.9307 6.01587H14.7543C14.338 7.17276 13.2309 8 11.9307 8C10.6304 8 9.52331 7.17276 9.10703 6.01587H6.93066C6.37838 6.01587 5.93066 6.46358 5.93066 7.01587V9.16302C7.13193 9.55465 8 10.6839 8 12.0159C8 13.3479 7.13193 14.4771 5.93066 14.8687Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"linear \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M3.03509 12.9431C3.24245 14.9227 4.10472 16.8468 5.62188 18.364C7.13904 19.8811 9.0631 20.7434 11.0428 20.9508L3.03509 12.9431Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M3 11.4938L12.4921 20.9858C13.2976 20.9407 14.0981 20.7879 14.8704 20.5273L3.4585 9.11548C3.19793 9.88771 3.0451 10.6883 3 11.4938Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M3.86722 8.10999L15.8758 20.1186C16.4988 19.8201 17.0946 19.4458 17.6493 18.9956L4.99021 6.33659C4.54006 6.89125 4.16573 7.487 3.86722 8.10999Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M5.66301 5.59517C9.18091 2.12137 14.8488 2.135 18.3498 5.63604C21.8508 9.13708 21.8645 14.8049 18.3907 18.3228L5.66301 5.59517Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"link \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M14.8284 12L16.2426 13.4142L19.071 10.5858C20.6331 9.02365 20.6331 6.49099 19.071 4.9289C17.509 3.3668 14.9763 3.3668 13.4142 4.9289L10.5858 7.75732L12 9.17154L14.8284 6.34311C15.6095 5.56206 16.8758 5.56206 17.6568 6.34311C18.4379 7.12416 18.4379 8.39049 17.6568 9.17154L14.8284 12Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M12 14.8285L13.4142 16.2427L10.5858 19.0711C9.02372 20.6332 6.49106 20.6332 4.92896 19.0711C3.36686 17.509 3.36686 14.9764 4.92896 13.4143L7.75739 10.5858L9.1716 12L6.34317 14.8285C5.56212 15.6095 5.56212 16.8758 6.34317 17.6569C7.12422 18.4379 8.39055 18.4379 9.1716 17.6569L12 14.8285Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M14.8285 10.5857C15.219 10.1952 15.219 9.56199 14.8285 9.17147C14.4379 8.78094 13.8048 8.78094 13.4142 9.17147L9.1716 13.4141C8.78107 13.8046 8.78107 14.4378 9.1716 14.8283C9.56212 15.2188 10.1953 15.2188 10.5858 14.8283L14.8285 10.5857Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"list tree \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M9 1H1V9H9V6H11V20H15V23H23V15H15V18H13V6H15V9H23V1H15V4H9V1ZM21 3H17V7H21V3ZM17 17H21V21H17V17Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"list \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M20 4H4C3.44771 4 3 4.44772 3 5V19C3 19.5523 3.44772 20 4 20H20C20.5523 20 21 19.5523 21 19V5C21 4.44771 20.5523 4 20 4ZM4 2C2.34315 2 1 3.34315 1 5V19C1 20.6569 2.34315 22 4 22H20C21.6569 22 23 20.6569 23 19V5C23 3.34315 21.6569 2 20 2H4ZM6 7H8V9H6V7ZM11 7C10.4477 7 10 7.44772 10 8C10 8.55228 10.4477 9 11 9H17C17.5523 9 18 8.55228 18 8C18 7.44772 17.5523 7 17 7H11ZM8 11H6V13H8V11ZM10 12C10 11.4477 10.4477 11 11 11H17C17.5523 11 18 11.4477 18 12C18 12.5523 17.5523 13 17 13H11C10.4477 13 10 12.5523 10 12ZM8 15H6V17H8V15ZM10 16C10 15.4477 10.4477 15 11 15H17C17.5523 15 18 15.4477 18 16C18 16.5523 17.5523 17 17 17H11C10.4477 17 10 16.5523 10 16Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"live photo \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M12.9805 21.9525C12.6579 21.9839 12.3308 22 12 22C11.6692 22 11.3421 21.9839 11.0194 21.9525L11.2132 19.9619C11.4715 19.9871 11.7339 20 12 20C12.2661 20 12.5285 19.9871 12.7868 19.9619L12.9805 21.9525Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M9.09617 21.5719L9.67608 19.6578C9.17124 19.5048 8.68725 19.3031 8.22951 19.058L7.28519 20.821C7.8578 21.1277 8.46374 21.3803 9.09617 21.5719Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M5.65597 19.7304L6.92562 18.1851C6.5202 17.852 6.14801 17.4798 5.81491 17.0744L4.2696 18.344C4.68539 18.8501 5.1499 19.3146 5.65597 19.7304Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M3.17901 16.7148L4.94204 15.7705C4.69686 15.3127 4.49516 14.8288 4.34221 14.3239L2.42813 14.9038C2.61974 15.5363 2.87231 16.1422 3.17901 16.7148Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M2.04746 12.9805L4.03806 12.7868C4.01292 12.5285 4 12.2661 4 12C4 11.7339 4.01292 11.4715 4.03806 11.2132L2.04746 11.0195C2.01607 11.3421 2 11.6692 2 12C2 12.3308 2.01607 12.6579 2.04746 12.9805Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M2.42813 9.09617L4.34221 9.67608C4.49517 9.17124 4.69686 8.68725 4.94204 8.22951L3.17901 7.28519C2.87231 7.8578 2.61974 8.46374 2.42813 9.09617Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M4.2696 5.65597L5.81491 6.92562C6.14801 6.5202 6.5202 6.14801 6.92562 5.81491L5.65597 4.2696C5.14991 4.68539 4.68539 5.1499 4.2696 5.65597Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M7.2852 3.17901L8.22951 4.94204C8.68726 4.69686 9.17124 4.49516 9.67608 4.34221L9.09617 2.42813C8.46374 2.61974 7.8578 2.87231 7.2852 3.17901Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M11.0195 2.04746C11.3421 2.01607 11.6692 2 12 2C12.3308 2 12.6579 2.01607 12.9805 2.04746L12.7868 4.03806C12.5285 4.01292 12.2661 4 12 4C11.7339 4 11.4715 4.01292 11.2132 4.03806L11.0195 2.04746Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M14.9038 2.42813L14.3239 4.34221C14.8288 4.49517 15.3127 4.69686 15.7705 4.94204L16.7148 3.17901C16.1422 2.87231 15.5363 2.61974 14.9038 2.42813Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M18.344 4.2696L17.0744 5.81491C17.4798 6.14801 17.852 6.5202 18.1851 6.92562L19.7304 5.65597C19.3146 5.14991 18.8501 4.68539 18.344 4.2696Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M20.821 7.2852L19.058 8.22951C19.3031 8.68726 19.5048 9.17124 19.6578 9.67608L21.5719 9.09617C21.3803 8.46374 21.1277 7.8578 20.821 7.2852Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M21.9525 11.0195L19.9619 11.2132C19.9871 11.4715 20 11.7339 20 12C20 12.2661 19.9871 12.5285 19.9619 12.7868L21.9525 12.9806C21.9839 12.6579 22 12.3308 22 12C22 11.6692 21.9839 11.3421 21.9525 11.0195Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M21.5719 14.9038L19.6578 14.3239C19.5048 14.8288 19.3031 15.3127 19.058 15.7705L20.821 16.7148C21.1277 16.1422 21.3803 15.5363 21.5719 14.9038Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M19.7304 18.344L18.1851 17.0744C17.852 17.4798 17.4798 17.852 17.0744 18.1851L18.344 19.7304C18.8501 19.3146 19.3146 18.8501 19.7304 18.344Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M16.7148 20.821L15.7705 19.058C15.3127 19.3031 14.8288 19.5048 14.3239 19.6578L14.9038 21.5719C15.5363 21.3803 16.1422 21.1277 16.7148 20.821Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M9 12C9 10.3431 10.3431 9 12 9C13.6569 9 15 10.3431 15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12ZM12 13C11.4477 13 11 12.5523 11 12C11 11.4477 11.4477 11 12 11C12.5523 11 13 11.4477 13 12C13 12.5523 12.5523 13 12 13Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M12 6C8.68629 6 6 8.68629 6 12C6 15.3137 8.68629 18 12 18C15.3137 18 18 15.3137 18 12C18 8.68629 15.3137 6 12 6ZM8 12C8 14.2091 9.79086 16 12 16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8C9.79086 8 8 9.79086 8 12Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"loadbar alt \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <rect opacity=\"0.3\" x=\"3\" y=\"10\" width=\"18\" height=\"4\" rx=\"2\" fill=\"currentColor\" />\n  <rect x=\"7\" y=\"10\" width=\"10\" height=\"4\" rx=\"2\" fill=\"currentColor\" />\n</svg></li><li title=\"loadbar doc \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M17 5H7C6.44772 5 6 5.44772 6 6V18C6 18.5523 6.44772 19 7 19H17C17.5523 19 18 18.5523 18 18V6C18 5.44772 17.5523 5 17 5ZM7 3C5.34315 3 4 4.34315 4 6V18C4 19.6569 5.34315 21 7 21H17C18.6569 21 20 19.6569 20 18V6C20 4.34315 18.6569 3 17 3H7Z\"\n    fill=\"currentColor\"\n  />\n  <path d=\"M8 7H16V9H8V7Z\" fill=\"currentColor\" />\n  <path d=\"M8 11H16V13H8V11Z\" fill=\"currentColor\" />\n  <path d=\"M8 15H13V17H8V15Z\" fill=\"currentColor\" />\n</svg></li><li title=\"loadbar sound \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M11 6H13V18H11V6Z\" fill=\"currentColor\" />\n  <path d=\"M7 13H9V18H7V13Z\" fill=\"currentColor\" />\n  <path d=\"M15 9H17V18H15V9Z\" fill=\"currentColor\" />\n</svg></li><li title=\"loadbar \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <rect x=\"3\" y=\"10\" width=\"18\" height=\"4\" rx=\"2\" fill=\"currentColor\" />\n</svg></li><li title=\"lock unlock \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M19 7H17C17 4.79086 15.2091 3 13 3C10.7909 3 9 4.79086 9 7V10H18C19.6569 10 21 11.3431 21 13V19C21 20.6569 19.6569 22 18 22H6C4.34315 22 3 20.6569 3 19V13C3 11.3431 4.34315 10 6 10H7V7C7 3.68629 9.68629 1 13 1C16.3137 1 19 3.68629 19 7ZM18 12H6C5.44772 12 5 12.4477 5 13V19C5 19.5523 5.44772 20 6 20H18C18.5523 20 19 19.5523 19 19V13C19 12.4477 18.5523 12 18 12Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"lock \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M18 10.5C19.6569 10.5 21 11.8431 21 13.5V19.5C21 21.1569 19.6569 22.5 18 22.5H6C4.34315 22.5 3 21.1569 3 19.5V13.5C3 11.8431 4.34315 10.5 6 10.5V7.5C6 4.18629 8.68629 1.5 12 1.5C15.3137 1.5 18 4.18629 18 7.5V10.5ZM12 3.5C14.2091 3.5 16 5.29086 16 7.5V10.5H8V7.5C8 5.29086 9.79086 3.5 12 3.5ZM18 12.5H6C5.44772 12.5 5 12.9477 5 13.5V19.5C5 20.0523 5.44772 20.5 6 20.5H18C18.5523 20.5 19 20.0523 19 19.5V13.5C19 12.9477 18.5523 12.5 18 12.5Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"log in \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M15.4857 20H19.4857C20.5903 20 21.4857 19.1046 21.4857 18V6C21.4857 4.89543 20.5903 4 19.4857 4H15.4857V6H19.4857V18H15.4857V20Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M10.1582 17.385L8.73801 15.9768L12.6572 12.0242L3.51428 12.0242C2.96199 12.0242 2.51428 11.5765 2.51428 11.0242C2.51429 10.4719 2.962 10.0242 3.51429 10.0242L12.6765 10.0242L8.69599 6.0774L10.1042 4.6572L16.4951 10.9941L10.1582 17.385Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"log off \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M13 4.00894C13.0002 3.45665 12.5527 3.00876 12.0004 3.00854C11.4481 3.00833 11.0002 3.45587 11 4.00815L10.9968 12.0116C10.9966 12.5639 11.4442 13.0118 11.9965 13.012C12.5487 13.0122 12.9966 12.5647 12.9968 12.0124L13 4.00894Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M4 12.9917C4 10.7826 4.89541 8.7826 6.34308 7.33488L7.7573 8.7491C6.67155 9.83488 6 11.3349 6 12.9917C6 16.3054 8.68629 18.9917 12 18.9917C15.3137 18.9917 18 16.3054 18 12.9917C18 11.3348 17.3284 9.83482 16.2426 8.74903L17.6568 7.33481C19.1046 8.78253 20 10.7825 20 12.9917C20 17.41 16.4183 20.9917 12 20.9917C7.58172 20.9917 4 17.41 4 12.9917Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"log out \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M8.51428 20H4.51428C3.40971 20 2.51428 19.1046 2.51428 18V6C2.51428 4.89543 3.40971 4 4.51428 4H8.51428V6H4.51428V18H8.51428V20Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M13.8418 17.385L15.262 15.9768L11.3428 12.0242L20.4857 12.0242C21.038 12.0242 21.4857 11.5765 21.4857 11.0242C21.4857 10.4719 21.038 10.0242 20.4857 10.0242L11.3236 10.0242L15.304 6.0774L13.8958 4.6572L7.5049 10.9941L13.8418 17.385Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"loupe \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M11 11V8H13V11H16V13H13V16H11V13H8V11H11Z\" fill=\"currentColor\" />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M3 12C3 16.9706 7.02944 21 12 21H18C19.6569 21 21 19.6569 21 18V12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12ZM12 5C15.866 5 19 8.13401 19 12C19 15.866 15.866 19 12 19C8.13401 19 5 15.866 5 12C5 8.13401 8.13401 5 12 5Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"magnet \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M8 2.5H4V5.5H8V2.5Z\" fill=\"currentColor\" fill-opacity=\"0.5\" />\n  <path d=\"M20 2.5H16V5.5H20V2.5Z\" fill=\"currentColor\" fill-opacity=\"0.5\" />\n  <path\n    d=\"M8 7.5H4V13.5C4 17.9183 7.58172 21.5 12 21.5C16.4183 21.5 20 17.9183 20 13.5V7.5H16V13.5C16 15.7091 14.2091 17.5 12 17.5C9.79086 17.5 8 15.7091 8 13.5V7.5Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"mail forward \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M13.6378 15.529L15.052 16.9432L20.0018 11.9934L15.052 7.0437L13.6378 8.45791L16.1363 10.9564H7.99823C5.78909 10.9564 3.99823 12.7472 3.99823 14.9564V16.9564H5.99823V14.9564C5.99823 13.8518 6.89366 12.9564 7.99823 12.9564H16.2104L13.6378 15.529Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"mail open \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M3.05002 10.0151C2.79178 9.30708 2.94668 8.48233 3.51474 7.91427L9.8787 1.55031C11.0503 0.378738 12.9498 0.378738 14.1213 1.55031L20.4853 7.91427C21.0534 8.48239 21.2083 9.30727 20.9499 10.0154C20.9824 10.1139 20.9999 10.2191 20.9999 10.3285V21.3285C20.9999 22.4331 20.1045 23.3285 18.9999 23.3285H4.99994C3.89537 23.3285 2.99994 22.4331 2.99994 21.3285V10.3285C2.99994 10.219 3.01752 10.1137 3.05002 10.0151ZM4.92896 9.32848L11.2929 2.96452C11.6834 2.574 12.3166 2.574 12.7071 2.96452L19.0711 9.32848H19.0408V9.3588L12.7071 15.6924C12.3166 16.083 11.6834 16.083 11.2929 15.6924L4.92896 9.32848ZM18.9999 12.2281L14.1213 17.1067C12.9498 18.2782 11.0503 18.2782 9.8787 17.1067L4.99994 12.2279L4.99994 21.3285H18.9999V12.2281Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"mail reply \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M10.3623 15.529L8.94804 16.9432L3.99829 11.9934L8.94804 7.0437L10.3623 8.45791L7.86379 10.9564H16.0018C18.2109 10.9564 20.0018 12.7472 20.0018 14.9564V16.9564H18.0018V14.9564C18.0018 13.8518 17.1063 12.9564 16.0018 12.9564H7.78965L10.3623 15.529Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"mail \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M3.00977 5.83789C3.00977 5.28561 3.45748 4.83789 4.00977 4.83789H20C20.5523 4.83789 21 5.28561 21 5.83789V17.1621C21 18.2667 20.1046 19.1621 19 19.1621H5C3.89543 19.1621 3 18.2667 3 17.1621V6.16211C3 6.11449 3.00333 6.06765 3.00977 6.0218V5.83789ZM5 8.06165V17.1621H19V8.06199L14.1215 12.9405C12.9499 14.1121 11.0504 14.1121 9.87885 12.9405L5 8.06165ZM6.57232 6.80554H17.428L12.7073 11.5263C12.3168 11.9168 11.6836 11.9168 11.2931 11.5263L6.57232 6.80554Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"math divide \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M14 7C14 8.10457 13.1046 9 12 9C10.8954 9 10 8.10457 10 7C10 5.89543 10.8954 5 12 5C13.1046 5 14 5.89543 14 7Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M3 12C3 11.4477 3.44772 11 4 11H20C20.5523 11 21 11.4477 21 12C21 12.5523 20.5523 13 20 13H4C3.44772 13 3 12.5523 3 12Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M12 19C13.1046 19 14 18.1046 14 17C14 15.8954 13.1046 15 12 15C10.8954 15 10 15.8954 10 17C10 18.1046 10.8954 19 12 19Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"math equal \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M5 9C4.44772 9 4 9.44771 4 10C4 10.5523 4.44772 11 5 11H19C19.5523 11 20 10.5523 20 10C20 9.44771 19.5523 9 19 9H5Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M5 13C4.44772 13 4 13.4477 4 14C4 14.5523 4.44772 15 5 15H19C19.5523 15 20 14.5523 20 14C20 13.4477 19.5523 13 19 13H5Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"math minus \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M4 12C4 11.4477 4.44772 11 5 11H19C19.5523 11 20 11.4477 20 12C20 12.5523 19.5523 13 19 13H5C4.44772 13 4 12.5523 4 12Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"math percent \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M16.2426 6.34319C16.6331 5.95266 17.2663 5.95266 17.6568 6.34319C18.0474 6.73371 18.0474 7.36688 17.6568 7.7574L7.75734 17.6569C7.36681 18.0474 6.73365 18.0474 6.34313 17.6569C5.9526 17.2664 5.9526 16.6332 6.34313 16.2427L16.2426 6.34319Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M9.87866 9.87872C9.09761 10.6598 7.83128 10.6598 7.05023 9.87872C6.26918 9.09767 6.26918 7.83134 7.05023 7.05029C7.83128 6.26924 9.09761 6.26924 9.87866 7.05029C10.6597 7.83134 10.6597 9.09767 9.87866 9.87872Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M14.1213 16.9498C14.9023 17.7308 16.1687 17.7308 16.9497 16.9498C17.7308 16.1687 17.7308 14.9024 16.9497 14.1214C16.1687 13.3403 14.9023 13.3403 14.1213 14.1214C13.3403 14.9024 13.3403 16.1687 14.1213 16.9498Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"math plus \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M12 4C11.4477 4 11 4.44772 11 5V11H5C4.44772 11 4 11.4477 4 12C4 12.5523 4.44772 13 5 13H11V19C11 19.5523 11.4477 20 12 20C12.5523 20 13 19.5523 13 19V13H19C19.5523 13 20 12.5523 20 12C20 11.4477 19.5523 11 19 11H13V5C13 4.44772 12.5523 4 12 4Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"maximize alt \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M3 3H9V5H6.46173L11.3047 9.84298L9.8905 11.2572L5 6.3667V9H3V3Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M3 21H9V19H6.3764L11.3046 14.0718L9.89038 12.6576L5 17.548V15H3V21Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M15 21H21V15H19V17.5244L14.1332 12.6576L12.719 14.0718L17.6472 19H15V21Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M21 3H15V5H17.5619L12.7189 9.84301L14.1331 11.2572L19 6.39032V9H21V3Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"maximize \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M3 3H9V5H5V9H3V3Z\" fill=\"currentColor\" />\n  <path d=\"M3 21H9V19H5V15H3V21Z\" fill=\"currentColor\" />\n  <path d=\"M15 21H21V15H19V19H15V21Z\" fill=\"currentColor\" />\n  <path d=\"M21 3H15V5H19V9H21V3Z\" fill=\"currentColor\" />\n</svg></li><li title=\"maze \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M11.3709 9.59273L8.77816 7L1 14.7782L3.59272 17.3709L11.3709 9.59273Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M15.2218 7L23 14.7782L20.424 17.3542L15.2218 12.152L10.0197 17.3542L7.44367 14.7782L15.2218 7Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"media live \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12C9 10.3431 10.3431 9 12 9C13.6569 9 15 10.3431 15 12ZM13 12C13 12.5523 12.5523 13 12 13C11.4477 13 11 12.5523 11 12C11 11.4477 11.4477 11 12 11C12.5523 11 13 11.4477 13 12Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M12 19C15.866 19 19 15.866 19 12C19 8.13401 15.866 5 12 5C8.13401 5 5 8.13401 5 12C5 15.866 8.13401 19 12 19ZM12 17C14.7614 17 17 14.7614 17 12C17 9.23858 14.7614 7 12 7C9.23858 7 7 9.23858 7 12C7 14.7614 9.23858 17 12 17Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23ZM12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"media podcast \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M5.6361 20.364C4.00738 18.7353 3 16.4853 3 14C3 9.02944 7.02944 5 12 5C16.9706 5 21 9.02944 21 14C21 16.4853 19.9926 18.7353 18.364 20.3639L19.7782 21.7782C21.7688 19.7875 23 17.0376 23 14C23 7.92487 18.0751 3 12 3C5.92487 3 1 7.92487 1 14C1 17.0376 2.23124 19.7876 4.22189 21.7782L5.6361 20.364Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M16.9498 18.9497C18.2165 17.683 19 15.933 19 14C19 10.134 15.866 7 12 7C8.13401 7 5 10.134 5 14C5 15.933 5.78353 17.6831 7.05031 18.9498L8.46453 17.5356C7.55967 16.6308 7 15.3807 7 14C7 11.2386 9.23858 9 12 9C14.7614 9 17 11.2386 17 14C17 15.3807 16.4404 16.6307 15.5356 17.5355L16.9498 18.9497Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M14.1213 16.1213C14.6642 15.5784 15 14.8284 15 14C15 12.3431 13.6569 11 12 11C10.3431 11 9 12.3431 9 14C9 14.8285 9.33581 15.5785 9.87874 16.1214L11.293 14.7072C11.112 14.5262 11 14.2762 11 14C11 13.4477 11.4477 13 12 13C12.5523 13 13 13.4477 13 14C13 14.2761 12.8881 14.5261 12.7071 14.7071L14.1213 16.1213Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"menu boxed \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M8.01562 6.98193C7.46334 6.98193 7.01562 7.43285 7.01562 7.98513C7.01562 8.53742 7.46334 8.98833 8.01563 8.98833H15.9659C16.5182 8.98833 16.9659 8.53742 16.9659 7.98513C16.9659 7.43285 16.5182 6.98193 15.9659 6.98193H8.01562Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M7.01562 12C7.01562 11.4477 7.46334 10.9968 8.01562 10.9968H15.9659C16.5182 10.9968 16.9659 11.4477 16.9659 12C16.9659 12.5523 16.5182 13.0032 15.9659 13.0032H8.01563C7.46334 13.0032 7.01562 12.5523 7.01562 12Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M8.0249 15.0122C7.47262 15.0122 7.0249 15.4631 7.0249 16.0154C7.0249 16.5677 7.47262 17.0186 8.0249 17.0186H15.9752C16.5275 17.0186 16.9752 16.5677 16.9752 16.0154C16.9752 15.4631 16.5275 15.0122 15.9752 15.0122H8.0249Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M3 6C3 4.34315 4.34315 3 6 3H18C19.6569 3 21 4.34315 21 6V18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18V6ZM6 5H18C18.5523 5 19 5.44772 19 6V18C19 18.5523 18.5523 19 18 19H6C5.44772 19 5 18.5523 5 18V6C5 5.44772 5.44772 5 6 5Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"menu cake \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M12 8C13.1046 8 14 7.10457 14 6C14 4.89543 13.1046 4 12 4C10.8954 4 10 4.89543 10 6C10 7.10457 10.8954 8 12 8Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M5 10C4.44772 10 4 10.4477 4 11C4 11.5523 4.44772 12 5 12H19C19.5523 12 20 11.5523 20 11C20 10.4477 19.5523 10 19 10H5Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M4 15C4 14.4477 4.44772 14 5 14H19C19.5523 14 20 14.4477 20 15C20 15.5523 19.5523 16 19 16H5C4.44772 16 4 15.5523 4 15Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M5 18C4.44772 18 4 18.4477 4 19C4 19.5523 4.44772 20 5 20H19C19.5523 20 20 19.5523 20 19C20 18.4477 19.5523 18 19 18H5Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"menu cheese \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M3 6C3 5.44772 3.44772 5 4 5H20C20.5523 5 21 5.44772 21 6C21 6.55228 20.5523 7 20 7H4C3.44772 7 3 6.55228 3 6Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M3 18C3 17.4477 3.44772 17 4 17H20C20.5523 17 21 17.4477 21 18C21 18.5523 20.5523 19 20 19H4C3.44772 19 3 18.5523 3 18Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M3 12C3 11.4477 3.44772 11 4 11H20C20.5523 11 21 11.4477 21 12C21 12.5523 20.5523 13 20 13H10.2625L7.61456 15.6479L4.96662 13H4C3.44772 13 3 12.5523 3 12Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"menu grid o \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M8 6C8 7.10457 7.10457 8 6 8C4.89543 8 4 7.10457 4 6C4 4.89543 4.89543 4 6 4C7.10457 4 8 4.89543 8 6Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M8 12C8 13.1046 7.10457 14 6 14C4.89543 14 4 13.1046 4 12C4 10.8954 4.89543 10 6 10C7.10457 10 8 10.8954 8 12Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M6 20C7.10457 20 8 19.1046 8 18C8 16.8954 7.10457 16 6 16C4.89543 16 4 16.8954 4 18C4 19.1046 4.89543 20 6 20Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M14 6C14 7.10457 13.1046 8 12 8C10.8954 8 10 7.10457 10 6C10 4.89543 10.8954 4 12 4C13.1046 4 14 4.89543 14 6Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M14 18C14 19.1046 13.1046 20 12 20C10.8954 20 10 19.1046 10 18C10 16.8954 10.8954 16 12 16C13.1046 16 14 16.8954 14 18Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M18 8C19.1046 8 20 7.10457 20 6C20 4.89543 19.1046 4 18 4C16.8954 4 16 4.89543 16 6C16 7.10457 16.8954 8 18 8Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M20 12C20 13.1046 19.1046 14 18 14C16.8954 14 16 13.1046 16 12C16 10.8954 16.8954 10 18 10C19.1046 10 20 10.8954 20 12Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M18 20C19.1046 20 20 19.1046 20 18C20 16.8954 19.1046 16 18 16C16.8954 16 16 16.8954 16 18C16 19.1046 16.8954 20 18 20Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"menu grid r \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M4 4H8V8H4V4Z\" fill=\"currentColor\" />\n  <path d=\"M4 10H8V14H4V10Z\" fill=\"currentColor\" />\n  <path d=\"M8 16H4V20H8V16Z\" fill=\"currentColor\" />\n  <path d=\"M10 4H14V8H10V4Z\" fill=\"currentColor\" />\n  <path d=\"M14 10H10V14H14V10Z\" fill=\"currentColor\" />\n  <path d=\"M10 16H14V20H10V16Z\" fill=\"currentColor\" />\n  <path d=\"M20 4H16V8H20V4Z\" fill=\"currentColor\" />\n  <path d=\"M16 10H20V14H16V10Z\" fill=\"currentColor\" />\n  <path d=\"M20 16H16V20H20V16Z\" fill=\"currentColor\" />\n</svg></li><li title=\"menu hotdog \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M7 6C5.34315 6 4 7.34315 4 9H20C20 7.34315 18.6569 6 17 6H7Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M7 18C5.34315 18 4 16.6569 4 15H20C20 16.6569 18.6569 18 17 18H7Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M3 11C2.44772 11 2 11.4477 2 12C2 12.5523 2.44772 13 3 13H21C21.5523 13 22 12.5523 22 12C22 11.4477 21.5523 11 21 11H3Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"menu left alt \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M4 6C4 5.44772 4.44772 5 5 5H19C19.5523 5 20 5.44772 20 6C20 6.55228 19.5523 7 19 7H5C4.44772 7 4 6.55228 4 6Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M4 18C4 17.4477 4.44772 17 5 17H19C19.5523 17 20 17.4477 20 18C20 18.5523 19.5523 19 19 19H5C4.44772 19 4 18.5523 4 18Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M5 11C4.44772 11 4 11.4477 4 12C4 12.5523 4.44772 13 5 13H13C13.5523 13 14 12.5523 14 12C14 11.4477 13.5523 11 13 11H5Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"menu left \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M2 5.99519C2 5.44556 2.44556 5 2.99519 5H11.0048C11.5544 5 12 5.44556 12 5.99519C12 6.54482 11.5544 6.99039 11.0048 6.99039H2.99519C2.44556 6.99039 2 6.54482 2 5.99519Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M2 11.9998C2 11.4501 2.44556 11.0046 2.99519 11.0046H21.0048C21.5544 11.0046 22 11.4501 22 11.9998C22 12.5494 21.5544 12.9949 21.0048 12.9949H2.99519C2.44556 12.9949 2 12.5494 2 11.9998Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M2.99519 17.0096C2.44556 17.0096 2 17.4552 2 18.0048C2 18.5544 2.44556 19 2.99519 19H15.0048C15.5544 19 16 18.5544 16 18.0048C16 17.4552 15.5544 17.0096 15.0048 17.0096H2.99519Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"menu motion \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M12 5C11.4477 5 11 5.44772 11 6C11 6.55228 11.4477 7 12 7H20C20.5523 7 21 6.55228 21 6C21 5.44772 20.5523 5 20 5H12Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M7 12C7 11.4477 7.44772 11 8 11H16C16.5523 11 17 11.4477 17 12C17 12.5523 16.5523 13 16 13H8C7.44772 13 7 12.5523 7 12Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M3 18C3 17.4477 3.44772 17 4 17H12C12.5523 17 13 17.4477 13 18C13 18.5523 12.5523 19 12 19H4C3.44772 19 3 18.5523 3 18Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"menu oreos \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M7 3C5.34315 3 4 4.34315 4 6H20C20 4.34315 18.6569 3 17 3H7Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M7 11C5.34315 11 4 9.65685 4 8H20C20 9.65685 18.6569 11 17 11H7Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M7 13C5.34315 13 4 14.3431 4 16H20C20 14.3431 18.6569 13 17 13H7Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M7 21C5.34315 21 4 19.6569 4 18H20C20 19.6569 18.6569 21 17 21H7Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"menu right alt \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M4 6C4 5.44772 4.44772 5 5 5H19C19.5523 5 20 5.44772 20 6C20 6.55228 19.5523 7 19 7H5C4.44772 7 4 6.55228 4 6Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M4 18C4 17.4477 4.44772 17 5 17H19C19.5523 17 20 17.4477 20 18C20 18.5523 19.5523 19 19 19H5C4.44772 19 4 18.5523 4 18Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M11 11C10.4477 11 10 11.4477 10 12C10 12.5523 10.4477 13 11 13H19C19.5523 13 20 12.5523 20 12C20 11.4477 19.5523 11 19 11H11Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"menu right \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M22 18.0048C22 18.5544 21.5544 19 21.0048 19H12.9952C12.4456 19 12 18.5544 12 18.0048C12 17.4552 12.4456 17.0096 12.9952 17.0096H21.0048C21.5544 17.0096 22 17.4552 22 18.0048Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M22 12.0002C22 12.5499 21.5544 12.9954 21.0048 12.9954H2.99519C2.44556 12.9954 2 12.5499 2 12.0002C2 11.4506 2.44556 11.0051 2.99519 11.0051H21.0048C21.5544 11.0051 22 11.4506 22 12.0002Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M21.0048 6.99039C21.5544 6.99039 22 6.54482 22 5.99519C22 5.44556 21.5544 5 21.0048 5H8.99519C8.44556 5 8 5.44556 8 5.99519C8 6.54482 8.44556 6.99039 8.99519 6.99039H21.0048Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"menu round \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M8 6.9834C7.44772 6.9834 7 7.43111 7 7.9834C7 8.53568 7.44772 8.9834 8 8.9834H16C16.5523 8.9834 17 8.53568 17 7.9834C17 7.43111 16.5523 6.9834 16 6.9834H8Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M7 12C7 11.4477 7.44772 11 8 11H16C16.5523 11 17 11.4477 17 12C17 12.5523 16.5523 13 16 13H8C7.44772 13 7 12.5523 7 12Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M8 15.017C7.44772 15.017 7 15.4647 7 16.017C7 16.5693 7.44772 17.017 8 17.017H16C16.5523 17.017 17 16.5693 17 16.017C17 15.4647 16.5523 15.017 16 15.017H8Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"menu \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M2 6C2 5.44772 2.44772 5 3 5H21C21.5523 5 22 5.44772 22 6C22 6.55228 21.5523 7 21 7H3C2.44772 7 2 6.55228 2 6Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M2 12.0322C2 11.4799 2.44772 11.0322 3 11.0322H21C21.5523 11.0322 22 11.4799 22 12.0322C22 12.5845 21.5523 13.0322 21 13.0322H3C2.44772 13.0322 2 12.5845 2 12.0322Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M3 17.0645C2.44772 17.0645 2 17.5122 2 18.0645C2 18.6167 2.44772 19.0645 3 19.0645H21C21.5523 19.0645 22 18.6167 22 18.0645C22 17.5122 21.5523 17.0645 21 17.0645H3Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"merge horizontal \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M12 8.9757L16.2426 4.73306L14.8284 3.31885L12 6.14727L9.17157 3.31885L7.75736 4.73306L12 8.9757Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M5 11.9998C5 11.4475 5.44772 10.9997 6 10.9997H18C18.5523 10.9997 19 11.4475 19 11.9998C19 12.552 18.5523 12.9998 18 12.9998H6C5.44772 12.9998 5 12.552 5 11.9998Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M12 15.0242L7.75736 19.2668L9.17157 20.681L12 17.8526L14.8284 20.681L16.2426 19.2668L12 15.0242Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"merge vertical \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M8.97576 12L4.73312 7.75736L3.31891 9.17157L6.14734 12L3.31891 14.8284L4.73312 16.2426L8.97576 12Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M11.9998 19C11.4475 19 10.9998 18.5523 10.9998 18V6C10.9998 5.44772 11.4475 5 11.9998 5C12.5521 5 12.9998 5.44772 12.9998 6V18C12.9998 18.5523 12.5521 19 11.9998 19Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M15.0242 12L19.2669 16.2426L20.6811 14.8284L17.8527 12L20.6811 9.17157L19.2669 7.75736L15.0242 12Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"mic \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M9 4C9 2.34315 10.3431 1 12 1C13.6569 1 15 2.34315 15 4V12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12V4ZM13 4V12C13 12.5523 12.5523 13 12 13C11.4477 13 11 12.5523 11 12V4C11 3.44772 11.4477 3 12 3C12.5523 3 13 3.44772 13 4Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M18 12C18 14.973 15.8377 17.441 13 17.917V21H17V23H7V21H11V17.917C8.16229 17.441 6 14.973 6 12V9H8V12C8 14.2091 9.79086 16 12 16C14.2091 16 16 14.2091 16 12V9H18V12Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"microbit \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M7 14C8.10457 14 9 13.1046 9 12C9 10.8954 8.10457 10 7 10C5.89543 10 5 10.8954 5 12C5 13.1046 5.89543 14 7 14Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M19 12C19 13.1046 18.1046 14 17 14C15.8954 14 15 13.1046 15 12C15 10.8954 15.8954 10 17 10C18.1046 10 19 10.8954 19 12Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M7 5C3.13401 5 0 8.13401 0 12C0 15.866 3.13401 19 7 19H17C20.866 19 24 15.866 24 12C24 8.13401 20.866 5 17 5H7ZM17 8H7C4.79086 8 3 9.79086 3 12C3 14.2091 4.79086 16 7 16H17C19.2091 16 21 14.2091 21 12C21 9.79086 19.2091 8 17 8Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"microsoft \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M3 3H11V11H3V3Z\" fill=\"currentColor\" />\n  <path d=\"M3 13H11V21H3V13Z\" fill=\"currentColor\" />\n  <path d=\"M13 3H21V11H13V3Z\" fill=\"currentColor\" />\n  <path d=\"M13 13H21V21H13V13Z\" fill=\"currentColor\" />\n</svg></li><li title=\"mini player \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M3 6C3 4.34315 4.34315 3 6 3H18C19.6569 3 21 4.34315 21 6V18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18V6ZM6 5H18C18.5523 5 19 5.44772 19 6V12.2676C18.7058 12.0974 18.3643 12 18 12H14C12.8954 12 12 12.8954 12 14V18C12 18.3643 12.0974 18.7058 12.2676 19H6C5.44772 19 5 18.5523 5 18V6C5 5.44772 5.44772 5 6 5Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"minimize alt \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M20.0735 2L21.4877 3.41421L15.6378 9.26416H18.1824V11.2642H12.1824V5.26416H14.1824V7.89111L20.0735 2Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M11.1824 12.2642V18.2642H9.1824V15.8422L3.41421 21.6104L2 20.1962L7.93203 14.2642H5.1824V12.2642H11.1824Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"minimize \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M9 9H3V7H7V3H9V9Z\" fill=\"currentColor\" />\n  <path d=\"M9 15H3V17H7V21H9V15Z\" fill=\"currentColor\" />\n  <path d=\"M21 15H15V21H17V17H21V15Z\" fill=\"currentColor\" />\n  <path d=\"M15 9.00012H21V7.00012H17V3.00012H15V9.00012Z\" fill=\"currentColor\" />\n</svg></li><li title=\"modem \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M18 16.6341C18 17.1864 17.5523 17.6341 17 17.6341C16.4477 17.6341 16 17.1864 16 16.6341C16 16.0819 16.4477 15.6341 17 15.6341C17.5523 15.6341 18 16.0819 18 16.6341Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M5.86603 3.13414C5.38773 2.858 4.77614 3.02187 4.5 3.50017C4.22386 3.97846 4.38773 4.59005 4.86603 4.86619L18.3205 12.6341H2V16.6341C2 18.8433 3.79086 20.6341 6 20.6341H18C20.2091 20.6341 22 18.8433 22 16.6341V12.6341L5.86603 3.13414ZM20 14.6341H4V16.6341C4 17.7387 4.89543 18.6341 6 18.6341H18C19.1046 18.6341 20 17.7387 20 16.6341V14.6341Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"monday \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M6.77857 6.13915C7.7289 4.78193 9.59953 4.45209 10.9568 5.40242C12.314 6.35275 12.6438 8.22339 11.6935 9.58061L5.95771 17.7721C5.00738 19.1293 3.13674 19.4592 1.77953 18.5089C0.422312 17.5585 0.0924684 15.6879 1.0428 14.3307L6.77857 6.13915Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M15.2678 6.22811C16.2182 4.8709 18.0888 4.54105 19.446 5.49138C20.8032 6.44172 21.1331 8.31235 20.1827 9.66957L14.447 17.8611C13.4966 19.2183 11.626 19.5481 10.2688 18.5978C8.91158 17.6475 8.58173 15.7768 9.53207 14.4196L15.2678 6.22811Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M20.5 18.8596C22.1569 18.8596 23.5 17.5165 23.5 15.8596C23.5 14.2028 22.1569 12.8596 20.5 12.8596C18.8431 12.8596 17.5 14.2028 17.5 15.8596C17.5 17.5165 18.8431 18.8596 20.5 18.8596Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"moon \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M12.2256 2.00253C9.59172 1.94346 6.93894 2.9189 4.92893 4.92891C1.02369 8.83415 1.02369 15.1658 4.92893 19.071C8.83418 22.9763 15.1658 22.9763 19.0711 19.071C21.0811 17.061 22.0565 14.4082 21.9975 11.7743C21.9796 10.9772 21.8669 10.1818 21.6595 9.40643C21.0933 9.9488 20.5078 10.4276 19.9163 10.8425C18.5649 11.7906 17.1826 12.4053 15.9301 12.6837C14.0241 13.1072 12.7156 12.7156 12 12C11.2844 11.2844 10.8928 9.97588 11.3163 8.0699C11.5947 6.81738 12.2094 5.43511 13.1575 4.08368C13.5724 3.49221 14.0512 2.90664 14.5935 2.34046C13.8182 2.13305 13.0228 2.02041 12.2256 2.00253ZM17.6569 17.6568C18.9081 16.4056 19.6582 14.8431 19.9072 13.2186C16.3611 15.2643 12.638 15.4664 10.5858 13.4142C8.53361 11.362 8.73568 7.63895 10.7814 4.09281C9.1569 4.34184 7.59434 5.09193 6.34315 6.34313C3.21895 9.46732 3.21895 14.5326 6.34315 17.6568C9.46734 20.781 14.5327 20.781 17.6569 17.6568Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"more alt \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M8 12C8 13.1046 7.10457 14 6 14C4.89543 14 4 13.1046 4 12C4 10.8954 4.89543 10 6 10C7.10457 10 8 10.8954 8 12Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M18 14C19.1046 14 20 13.1046 20 12C20 10.8954 19.1046 10 18 10C16.8954 10 16 10.8954 16 12C16 13.1046 16.8954 14 18 14Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"more o \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M7 14C8.10457 14 9 13.1046 9 12C9 10.8954 8.10457 10 7 10C5.89543 10 5 10.8954 5 12C5 13.1046 5.89543 14 7 14Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M17 14C18.1046 14 19 13.1046 19 12C19 10.8954 18.1046 10 17 10C15.8954 10 15 10.8954 15 12C15 13.1046 15.8954 14 17 14Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12ZM22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"more r \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M7 14C8.10457 14 9 13.1046 9 12C9 10.8954 8.10457 10 7 10C5.89543 10 5 10.8954 5 12C5 13.1046 5.89543 14 7 14Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M17 14C18.1046 14 19 13.1046 19 12C19 10.8954 18.1046 10 17 10C15.8954 10 15 10.8954 15 12C15 13.1046 15.8954 14 17 14Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M0 5C0 3.34315 1.34315 2 3 2H21C22.6569 2 24 3.34315 24 5V19C24 20.6569 22.6569 22 21 22H3C1.34315 22 0 20.6569 0 19V5ZM3 4H21C21.5523 4 22 4.44772 22 5V19C22 19.5523 21.5523 20 21 20H3C2.44772 20 2 19.5523 2 19V5C2 4.44772 2.44771 4 3 4Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"more vertical alt \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M14 6C14 7.10457 13.1046 8 12 8C10.8954 8 10 7.10457 10 6C10 4.89543 10.8954 4 12 4C13.1046 4 14 4.89543 14 6Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M14 18C14 19.1046 13.1046 20 12 20C10.8954 20 10 19.1046 10 18C10 16.8954 10.8954 16 12 16C13.1046 16 14 16.8954 14 18Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"more vertical o \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M12 9C13.1046 9 14 8.10457 14 7C14 5.89543 13.1046 5 12 5C10.8954 5 10 5.89543 10 7C10 8.10457 10.8954 9 12 9Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M12 19C13.1046 19 14 18.1046 14 17C14 15.8954 13.1046 15 12 15C10.8954 15 10 15.8954 10 17C10 18.1046 10.8954 19 12 19Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12ZM22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"more vertical r \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M12 9C13.1046 9 14 8.10457 14 7C14 5.89543 13.1046 5 12 5C10.8954 5 10 5.89543 10 7C10 8.10457 10.8954 9 12 9Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M12 19C13.1046 19 14 18.1046 14 17C14 15.8954 13.1046 15 12 15C10.8954 15 10 15.8954 10 17C10 18.1046 10.8954 19 12 19Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M2 3C2 1.34315 3.34315 0 5 0H19C20.6569 0 22 1.34315 22 3V21C22 22.6569 20.6569 24 19 24H5C3.34315 24 2 22.6569 2 21V3ZM5 2H19C19.5523 2 20 2.44771 20 3V21C20 21.5523 19.5523 22 19 22H5C4.44772 22 4 21.5523 4 21V3C4 2.44772 4.44772 2 5 2Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"more vertical \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M12 5C12.5523 5 13 4.55228 13 4C13 3.44772 12.5523 3 12 3C11.4477 3 11 3.44772 11 4C11 4.55228 11.4477 5 12 5ZM12 13C12.5523 13 13 12.5523 13 12C13 11.4477 12.5523 11 12 11C11.4477 11 11 11.4477 11 12C11 12.5523 11.4477 13 12 13ZM12 21C12.5523 21 13 20.5523 13 20C13 19.4477 12.5523 19 12 19C11.4477 19 11 19.4477 11 20C11 20.5523 11.4477 21 12 21ZM15 4C15 5.65685 13.6569 7 12 7C10.3431 7 9 5.65685 9 4C9 2.34315 10.3431 1 12 1C13.6569 1 15 2.34315 15 4ZM15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12C9 10.3431 10.3431 9 12 9C13.6569 9 15 10.3431 15 12ZM12 23C13.6569 23 15 21.6569 15 20C15 18.3431 13.6569 17 12 17C10.3431 17 9 18.3431 9 20C9 21.6569 10.3431 23 12 23Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"more \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M5 15C6.65685 15 8 13.6569 8 12C8 10.3431 6.65685 9 5 9C3.34315 9 2 10.3431 2 12C2 13.6569 3.34315 15 5 15ZM5 13C5.55228 13 6 12.5523 6 12C6 11.4477 5.55228 11 5 11C4.44772 11 4 11.4477 4 12C4 12.5523 4.44772 13 5 13Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15ZM12 13C12.5523 13 13 12.5523 13 12C13 11.4477 12.5523 11 12 11C11.4477 11 11 11.4477 11 12C11 12.5523 11.4477 13 12 13Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M22 12C22 13.6569 20.6569 15 19 15C17.3431 15 16 13.6569 16 12C16 10.3431 17.3431 9 19 9C20.6569 9 22 10.3431 22 12ZM20 12C20 12.5523 19.5523 13 19 13C18.4477 13 18 12.5523 18 12C18 11.4477 18.4477 11 19 11C19.5523 11 20 11.4477 20 12Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"mouse \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M12 5C11.4477 5 11 5.44772 11 6V10C11 10.5523 11.4477 11 12 11C12.5523 11 13 10.5523 13 10V6C13 5.44772 12.5523 5 12 5Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M4 8C4 3.58172 7.58172 0 12 0C16.4183 0 20 3.58172 20 8V16C20 20.4183 16.4183 24 12 24C7.58172 24 4 20.4183 4 16V8ZM18 8V16C18 19.3137 15.3137 22 12 22C8.68629 22 6 19.3137 6 16V8C6 4.68629 8.68629 2 12 2C15.3137 2 18 4.68629 18 8Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"move down \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M7 5H9V13H7V5Z\" fill=\"currentColor\" />\n  <path d=\"M15 5H17V13H15V5Z\" fill=\"currentColor\" />\n  <path\n    d=\"M11.0001 5H13.0001V14.9999H16.0355L12.0356 19.071L8.03564 14.9999H11.0001V5Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"move left \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M19.071 17V15H11.071V17H19.071Z\" fill=\"currentColor\" />\n  <path d=\"M19.071 9V7H11.071V9H19.071Z\" fill=\"currentColor\" />\n  <path\n    d=\"M19.071 12.9999V10.9999H9.07109V7.96454L5 11.9644L9.07109 15.9644V12.9999H19.071Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"move right \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M5 17V15H13V17H5Z\" fill=\"currentColor\" />\n  <path d=\"M5 9V7H13V9H5Z\" fill=\"currentColor\" />\n  <path\n    d=\"M5 12.9999V10.9999H14.9999V7.96454L19.071 11.9644L14.9999 15.9644V12.9999H5Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"move task \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M18.9641 7H10.9641V9H18.9641V7Z\" fill=\"currentColor\" />\n  <path d=\"M6 8.82864V15.1714L9.9642 12L6 8.82864Z\" fill=\"currentColor\" />\n  <path d=\"M18.9641 11H10.9641V13H18.9641V11Z\" fill=\"currentColor\" />\n  <path d=\"M10.9641 15H18.9641V17H10.9641V15Z\" fill=\"currentColor\" />\n</svg></li><li title=\"move up \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M17 19.071H15V11.071H17V19.071Z\" fill=\"currentColor\" />\n  <path d=\"M9 19.071H7V11.071H9V19.071Z\" fill=\"currentColor\" />\n  <path\n    d=\"M12.9999 19.071H10.9999V9.07109H7.96454L11.9644 5L15.9644 9.07109H12.9999V19.071Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"music note \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M12 8.95439L17.6352 7.82736C19.0102 7.55235 20 6.34501 20 4.94274C20 3.08637 18.3017 1.69406 16.4813 2.05813L12.4117 2.87206C11.0094 3.15252 10 4.38376 10 5.8138V13.8895C9.41165 13.5492 8.72857 13.3544 8 13.3544C5.79086 13.3544 4 15.1453 4 17.3544C4 19.5635 5.79086 21.3544 8 21.3544C10.2091 21.3544 12 19.5635 12 17.3544V8.95439ZM16.8736 4.01929L12.8039 4.83322C12.3365 4.92671 12 5.33712 12 5.8138V6.91479L17.2429 5.8662C17.6831 5.77816 18 5.39165 18 4.94274C18 4.34846 17.4563 3.90274 16.8736 4.01929ZM10 17.3544C10 16.2498 9.10457 15.3544 8 15.3544C6.89543 15.3544 6 16.2498 6 17.3544C6 18.459 6.89543 19.3544 8 19.3544C9.10457 19.3544 10 18.459 10 17.3544Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"music speaker \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M12 18.939C14.2091 18.939 16 17.1482 16 14.939C16 12.7299 14.2091 10.939 12 10.939C9.79086 10.939 8 12.7299 8 14.939C8 17.1482 9.79086 18.939 12 18.939ZM12 16.939C13.1046 16.939 14 16.0436 14 14.939C14 13.8345 13.1046 12.939 12 12.939C10.8954 12.939 10 13.8345 10 14.939C10 16.0436 10.8954 16.939 12 16.939Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M12 9.04401C13.1046 9.04401 14 8.14858 14 7.04401C14 5.93944 13.1046 5.04401 12 5.04401C10.8954 5.04401 10 5.93944 10 7.04401C10 8.14858 10.8954 9.04401 12 9.04401Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M7 1C5.34315 1 4 2.34315 4 4V20C4 21.6569 5.34315 23 7 23H17C18.6569 23 20 21.6569 20 20V4C20 2.34315 18.6569 1 17 1H7ZM17 3H7C6.44772 3 6 3.44772 6 4V20C6 20.5523 6.44772 21 7 21H17C17.5523 21 18 20.5523 18 20V4C18 3.44772 17.5523 3 17 3Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"music \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M22 6.00086C22 3.54932 19.8148 1.6746 17.3918 2.04737L10.3918 3.1243C8.44044 3.4245 7 5.1035 7 7.07778V15.8407C6.54537 15.6248 6.0368 15.5039 5.5 15.5039C3.567 15.5039 2 17.0709 2 19.0039C2 20.9369 3.567 22.5039 5.5 22.5039C7.43296 22.5039 8.99994 20.937 9 19.004V7.07778C9 6.09064 9.72022 5.25114 10.6959 5.10104L17.6959 4.02412C18.9074 3.83773 20 4.77509 20 6.00086V12.8407C19.5454 12.6248 19.0368 12.5039 18.5 12.5039C16.567 12.5039 15 14.0709 15 16.0039C15 17.9369 16.567 19.5039 18.5 19.5039C20.433 19.5039 21.9999 17.937 22 16.004V6.00086ZM20 16.0039C20 15.1755 19.3284 14.5039 18.5 14.5039C17.6716 14.5039 17 15.1755 17 16.0039C17 16.8323 17.6716 17.5039 18.5 17.5039C19.3284 17.5039 19.9999 16.8323 20 16.0039ZM7 19.0039C7 18.1755 6.32843 17.5039 5.5 17.5039C4.67157 17.5039 4 18.1755 4 19.0039C4 19.8323 4.67157 20.5039 5.5 20.5039C6.32839 20.5039 6.99994 19.8323 7 19.0039Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"nametag \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M4 14V20H10V18H6V14H4Z\" fill=\"currentColor\" />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M9 9V15H15V9H9ZM13 11H11V13H13V11Z\"\n    fill=\"currentColor\"\n  />\n  <path d=\"M4 10V4H10V6H6V10H4Z\" fill=\"currentColor\" />\n  <path d=\"M20 10V4H14V6H18V10H20Z\" fill=\"currentColor\" />\n  <path d=\"M20 14V20H14V18H18V14H20Z\" fill=\"currentColor\" />\n</svg></li><li title=\"notes \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M6 6C6 5.44772 6.44772 5 7 5H17C17.5523 5 18 5.44772 18 6C18 6.55228 17.5523 7 17 7H7C6.44771 7 6 6.55228 6 6Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M6 10C6 9.44771 6.44772 9 7 9H17C17.5523 9 18 9.44771 18 10C18 10.5523 17.5523 11 17 11H7C6.44771 11 6 10.5523 6 10Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M7 13C6.44772 13 6 13.4477 6 14C6 14.5523 6.44771 15 7 15H17C17.5523 15 18 14.5523 18 14C18 13.4477 17.5523 13 17 13H7Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M6 18C6 17.4477 6.44772 17 7 17H11C11.5523 17 12 17.4477 12 18C12 18.5523 11.5523 19 11 19H7C6.44772 19 6 18.5523 6 18Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M2 4C2 2.34315 3.34315 1 5 1H19C20.6569 1 22 2.34315 22 4V20C22 21.6569 20.6569 23 19 23H5C3.34315 23 2 21.6569 2 20V4ZM5 3H19C19.5523 3 20 3.44771 20 4V20C20 20.5523 19.5523 21 19 21H5C4.44772 21 4 20.5523 4 20V4C4 3.44772 4.44771 3 5 3Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"notifications \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M20 7C20 8.65685 18.6569 10 17 10C15.3431 10 14 8.65685 14 7C14 5.34315 15.3431 4 17 4C18.6569 4 20 5.34315 20 7Z\"\n    fill=\"currentColor\"\n  />\n  <path d=\"M12 6H4V20H18V12H16V18H6V8H12V6Z\" fill=\"currentColor\" />\n</svg></li><li title=\"npm \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M5 21C3.89543 21 3 20.1046 3 19V5C3 3.89543 3.89543 3 5 3H19C20.1046 3 21 3.89543 21 5V19C21 20.1046 20.1046 21 19 21H5ZM6 18V6H18V18H15V9H12V18H6Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"oculus \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M16 10H8C6.89543 10 6 10.8954 6 12C6 13.1046 6.89543 14 8 14H16C17.1046 14 18 13.1046 18 12C18 10.8954 17.1046 10 16 10ZM8 6C4.68629 6 2 8.68629 2 12C2 15.3137 4.68629 18 8 18H16C19.3137 18 22 15.3137 22 12C22 8.68629 19.3137 6 16 6H8Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"open collective \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M16.6818 15.7529L18.8116 17.8827C20.1752 16.3052 21 14.249 21 12.0001C21 9.78747 20.2016 7.76133 18.8771 6.19409L16.7444 8.32671C17.5315 9.34177 18 10.6162 18 12.0001C18 13.4203 17.5066 14.7253 16.6818 15.7529Z\"\n    fill=\"currentColor\"\n    fill-opacity=\"0.5\"\n  />\n  <path\n    d=\"M15.6734 16.7445C14.6583 17.5315 13.3839 18 12 18C8.68629 18 6 15.3137 6 12C6 8.68629 8.68629 6 12 6C13.4202 6 14.7252 6.49344 15.7528 7.31823L17.8826 5.18843C16.3051 3.82482 14.2489 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C14.2126 21 16.2387 20.2016 17.806 18.8771L15.6734 16.7445Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"options \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M7 3C8.86384 3 10.4299 4.27477 10.874 6H19V8H10.874C10.4299 9.72523 8.86384 11 7 11C4.79086 11 3 9.20914 3 7C3 4.79086 4.79086 3 7 3ZM7 9C8.10457 9 9 8.10457 9 7C9 5.89543 8.10457 5 7 5C5.89543 5 5 5.89543 5 7C5 8.10457 5.89543 9 7 9Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M17 20C15.1362 20 13.5701 18.7252 13.126 17H5V15H13.126C13.5701 13.2748 15.1362 12 17 12C19.2091 12 21 13.7909 21 16C21 18.2091 19.2091 20 17 20ZM17 18C18.1046 18 19 17.1046 19 16C19 14.8954 18.1046 14 17 14C15.8954 14 15 14.8954 15 16C15 17.1046 15.8954 18 17 18Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"organisation \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M17 15H19V17H17V15Z\" fill=\"currentColor\" />\n  <path d=\"M19 11H17V13H19V11Z\" fill=\"currentColor\" />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M13 7H23V21H1V3H13V7ZM8 5H11V7H8V5ZM11 19V17H8V19H11ZM11 15V13H8V15H11ZM11 11V9H8V11H11ZM21 19V9H13V11H15V13H13V15H15V17H13V19H21ZM3 19V17H6V19H3ZM3 15H6V13H3V15ZM6 11V9H3V11H6ZM3 7H6V5H3V7Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"overflow \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    opacity=\"0.2\"\n    d=\"M22 11C22 13.6522 20.9464 16.1957 19.0711 18.0711C17.1957 19.9464 14.6522 21 12 21C9.34784 21 6.8043 19.9464 4.92893 18.0711C3.05357 16.1957 2 13.6522 2 11L22 11Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    opacity=\"0.3\"\n    d=\"M20 11C20 13.1217 19.1571 15.1566 17.6569 16.6569C16.1566 18.1571 14.1217 19 12 19C9.87827 19 7.84344 18.1571 6.34315 16.6569C4.84286 15.1566 4 13.1217 4 11L20 11Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M20 11C20 8.87827 19.1571 6.84344 17.6569 5.34315C16.1566 3.84285 14.1217 3 12 3C9.87827 3 7.84344 3.84285 6.34315 5.34315C4.84286 6.84344 4 8.87827 4 11L20 11Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"pacman \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M14.0636 8C14.6159 8 15.0636 7.55228 15.0636 7C15.0636 6.44772 14.6159 6 14.0636 6C13.5113 6 13.0636 6.44772 13.0636 7C13.0636 7.55228 13.5113 8 14.0636 8Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M13 3C15.1523 3 17.1281 3.7555 18.6768 5.01576L20.124 6.46299L18.8288 7.75818L18.828 7.75738L14.5854 12L18.2236 15.6383L18.2224 15.6396L20.1273 17.5445L18.7144 18.9575L18.7122 18.9553C17.1583 20.2329 15.1687 21 13 21C8.02944 21 4 16.9706 4 12C4 7.02944 8.02944 3 13 3ZM11.7569 12L17.2893 17.5323C16.1044 18.4523 14.6162 19 13 19C9.13401 19 6 15.866 6 12C6 8.13401 9.13401 5 13 5C14.6162 5 16.1045 5.54772 17.2893 6.46768L11.7569 12Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"password \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M6 12C6 12.5523 5.55228 13 5 13C4.44772 13 4 12.5523 4 12C4 11.4477 4.44772 11 5 11C5.55228 11 6 11.4477 6 12Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M9 13C9.55228 13 10 12.5523 10 12C10 11.4477 9.55228 11 9 11C8.44771 11 8 11.4477 8 12C8 12.5523 8.44771 13 9 13Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M14 12C14 12.5523 13.5523 13 13 13C12.4477 13 12 12.5523 12 12C12 11.4477 12.4477 11 13 11C13.5523 11 14 11.4477 14 12Z\"\n    fill=\"currentColor\"\n  />\n  <path d=\"M20 11H16V13H20V11Z\" fill=\"currentColor\" />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M2 6C0.895431 6 0 6.89543 0 8V16C0 17.1046 0.89543 18 2 18H22C23.1046 18 24 17.1046 24 16V8C24 6.89543 23.1046 6 22 6H2ZM22 8H2L2 16H22V8Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"path back \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M9 14H4V4H14V9H19V19H9V14ZM6 6H12V12H6V6Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"path crop \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <rect\n    opacity=\"0.5\"\n    x=\"6\"\n    y=\"6\"\n    width=\"8\"\n    height=\"8\"\n    stroke=\"currentColor\"\n    stroke-width=\"2\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M9 9H19V19H9V9ZM15 11H17V17H11V15H15V11Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"path divide \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M5 5H15V9H9V15H5V5Z\" fill=\"currentColor\" />\n  <path d=\"M9 15V19H19V9H15V15H9Z\" fill=\"currentColor\" />\n  <path d=\"M10 10H14V14H10V10Z\" fill=\"currentColor\" />\n</svg></li><li title=\"path exclude \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M5 5H15V9H9V15H5V5ZM9 15V19H19V9H15V15H9Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"path front \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M5 5H15V9H19V19H9V15H5V5ZM11 11V17H17V11H11Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"path intersect \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M15 5H5V15H9V19H19V9H15V5ZM13 7H7V13H9V9H13V7ZM17 17H11V15H15V11H17V17Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"path outline \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M5 5H15V9H19V19H9V15H5V5ZM7 7H13V9H9V13H7V7ZM11 17H17V11H15V15H11V17ZM13 11H11V13H13V11Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"path trim \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M5 5H15V8H8V15H5V5Z\" fill=\"currentColor\" />\n  <path d=\"M19 9H9V19H19V9Z\" fill=\"currentColor\" />\n</svg></li><li title=\"path unite \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M15 5H5V15H9V19H19V9H15V5Z\" fill=\"currentColor\" />\n</svg></li><li title=\"patreon \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    opacity=\"0.5\"\n    d=\"M21 10C21 13.3137 18.3137 16 15 16C11.6863 16 9 13.3137 9 10C9 6.68629 11.6863 4 15 4C18.3137 4 21 6.68629 21 10Z\"\n    fill=\"currentColor\"\n  />\n  <path d=\"M3 4H7V20H3V4Z\" fill=\"currentColor\" />\n</svg></li><li title=\"paypal \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M6.47005 3.54443H14.4701C16.1089 3.54443 17.4146 4.31866 18.0963 5.51496C19.3165 6.38743 19.9427 7.91487 19.6082 9.65332C19.0865 12.365 16.425 14.5633 13.6636 14.5633H11.6636L10.5301 20.4553H6.39824L6.62891 19.2563H3.44727L6.47005 3.54443ZM8.0922 5.50842H14.0922C15.7491 5.50842 16.8385 6.82737 16.5254 8.45439C16.2124 10.0814 14.6155 11.4004 12.9587 11.4004H8.95866L7.82511 17.2923H5.82511L8.0922 5.50842Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"pen \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M21.2635 2.29289C20.873 1.90237 20.2398 1.90237 19.8493 2.29289L18.9769 3.16525C17.8618 2.63254 16.4857 2.82801 15.5621 3.75165L4.95549 14.3582L10.6123 20.0151L21.2189 9.4085C22.1426 8.48486 22.338 7.1088 21.8053 5.99367L22.6777 5.12132C23.0682 4.7308 23.0682 4.09763 22.6777 3.70711L21.2635 2.29289ZM16.9955 10.8035L10.6123 17.1867L7.78392 14.3582L14.1671 7.9751L16.9955 10.8035ZM18.8138 8.98525L19.8047 7.99429C20.1953 7.60376 20.1953 6.9706 19.8047 6.58007L18.3905 5.16586C18 4.77534 17.3668 4.77534 16.9763 5.16586L15.9853 6.15683L18.8138 8.98525Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M2 22.9502L4.12171 15.1717L9.77817 20.8289L2 22.9502Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"pentagon bottom left \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M13.3301 9.23205L10 5L5 13.6603L8.33013 17.8923L13.6603 18.6603L18.6603 10L13.3301 9.23205ZM15.4512 11.5583L12.2531 11.0975L10.255 8.5583L7.40908 13.4876L9.40716 16.0268L12.6052 16.4876L15.4512 11.5583Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"pentagon bottom right \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M10.3301 8.23205L13.6603 4L18.6603 12.6603L15.3301 16.8923L10 17.6603L5 9L10.3301 8.23205ZM8.20908 10.5583L11.4072 10.0975L13.4052 7.5583L16.2512 12.4876L14.2531 15.0268L11.055 15.4876L8.20908 10.5583Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"pentagon down \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M12 8L7 6V16L12 18.5L17 16V6L12 8ZM15 8.95407L12 10.1541L9 8.95407V14.7639L12 16.2639L15 14.7639V8.95407Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"pentagon left \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M16 12L18 7H8L6 12L8 17H18L16 12ZM15.0459 15L13.8459 12L15.0459 9H9.35407L8.15407 12L9.35407 15H15.0459Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"pentagon right \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M8 12L6 7H16L18 12L16 17H6L8 12ZM8.95407 15L10.1541 12L8.95407 9H14.6459L15.8459 12L14.6459 15H8.95407Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"pentagon top left \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M14.3301 15.1601L11 19.3922L6 10.7319L9.33013 6.49988L14.6603 5.73193L19.6603 14.3922L14.3301 15.1601ZM16.4512 12.8339L13.2531 13.2947L11.255 15.8339L8.40908 10.9046L10.4072 8.36536L13.6052 7.90459L16.4512 12.8339Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"pentagon top right \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M10.3301 15.1601L5 14.3922L10 5.73193L15.3301 6.49988L18.6603 10.7319L13.6603 19.3922L10.3301 15.1601ZM13.4052 15.8339L11.4072 13.2947L8.20908 12.8339L11.055 7.90459L14.2531 8.36536L16.2512 10.9046L13.4052 15.8339Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"pentagon up \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M12 16L17 18V8L12 6L7 8V18L12 16ZM9 15.0459L12 13.8459L15 15.0459V9.35407L12 8.15407L9 9.35407V15.0459Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"performance \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M11 9V13.1707C9.83481 13.5825 9 14.6938 9 16C9 17.6569 10.3431 19 12 19C13.6569 19 15 17.6569 15 16C15 14.6938 14.1652 13.5825 13 13.1707V9H11ZM11 16C11 15.4477 11.4477 15 12 15C12.5523 15 13 15.4477 13 16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M12 5C15.866 5 19 8.13401 19 12V13H17V12C17 9.23858 14.7614 7 12 7C9.23858 7 7 9.23858 7 12V13H5V12C5 8.13401 8.13401 5 12 5Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23ZM12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"pexels \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M12 5C12.7111 5 13.3875 5.14845 14 5.41604C15.7659 6.1876 17 7.94968 17 10C17 12.0503 15.7659 13.8124 14 14.584C13.3875 14.8516 12.7111 15 12 15V19H6V5H12ZM8 7V17H10V13H12L12.0032 12.9988C13.6427 13.0303 15.0746 11.6934 15.0443 9.95469L15.0375 9.56529C15.0121 8.10183 13.7882 6.94549 12.3257 7.00299L12.0203 7.00762L12 7H8Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"phone \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M22 12C22 10.6868 21.7413 9.38647 21.2388 8.1731C20.7362 6.95996 19.9997 5.85742 19.0711 4.92896C18.1425 4.00024 17.0401 3.26367 15.8268 2.76123C14.6136 2.25854 13.3132 2 12 2V4C13.0506 4 14.0909 4.20703 15.0615 4.60889C16.0321 5.01099 16.914 5.60034 17.6569 6.34326C18.3997 7.08594 18.989 7.96802 19.391 8.93848C19.7931 9.90918 20 10.9495 20 12H22Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M2 10V5C2 4.44775 2.44772 4 3 4H8C8.55228 4 9 4.44775 9 5V9C9 9.55225 8.55228 10 8 10H6C6 14.4182 9.58173 18 14 18V16C14 15.4478 14.4477 15 15 15H19C19.5523 15 20 15.4478 20 16V21C20 21.5522 19.5523 22 19 22H14C7.37259 22 2 16.6274 2 10Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M17.5433 9.70386C17.8448 10.4319 18 11.2122 18 12H16.2C16.2 11.4485 16.0914 10.9023 15.8803 10.3928C15.6692 9.88306 15.3599 9.42017 14.9698 9.03027C14.5798 8.64014 14.1169 8.33081 13.6073 8.11963C13.0977 7.90869 12.5515 7.80005 12 7.80005V6C12.7879 6 13.5681 6.15527 14.2961 6.45679C15.024 6.7583 15.6855 7.2002 16.2426 7.75732C16.7998 8.31445 17.2418 8.97583 17.5433 9.70386Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"photoscan \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M9 8C9.55228 8 10 7.55228 10 7C10 6.44772 9.55228 6 9 6C8.44772 6 8 6.44772 8 7C8 7.55228 8.44772 8 9 8Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M17 3C18.1046 3 19 3.89543 19 5V19C19 20.1046 18.1046 21 17 21H7C5.89543 21 5 20.1046 5 19V5C5 3.89543 5.89543 3 7 3H17ZM12.4649 5H17V16H7L7 10.4649C7.58835 10.8052 8.27143 11 9 11C11.2091 11 13 9.20914 13 7C13 6.27143 12.8052 5.58835 12.4649 5ZM9 5C7.89543 5 7 5.89543 7 7C7 8.10457 7.89543 9 9 9C10.1046 9 11 8.10457 11 7C11 5.89543 10.1046 5 9 5Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"piano \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M22 21C23.1046 21 24 20.1046 24 19V5C24 3.89543 23.1046 3 22 3H3C1.89543 3 1 3.89543 1 5V19C1 20.1046 1.89543 21 3 21H22ZM11 5H8.98486V13H7.98511V19H12V13H11V5ZM18.0151 19H22V5H19.0151V13H18.0151V19ZM17.0151 13H16.0151V5H14V13H13V19H17.0151V13ZM6.98511 19V13H5.98486V5H3L3 19H6.98511Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"pill \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M12.6569 2.75736C15 0.414213 18.799 0.414214 21.1421 2.75736C23.4853 5.1005 23.4853 8.8995 21.1421 11.2426L11.2426 21.1421C8.89949 23.4853 5.1005 23.4853 2.75736 21.1421C0.414214 18.799 0.414213 15 2.75736 12.6569L12.6569 2.75736ZM19.7279 9.82843L15.4853 14.0711L9.82843 8.41421L14.0711 4.17157C15.6332 2.60948 18.1658 2.60948 19.7279 4.17157C21.29 5.73367 21.29 8.26633 19.7279 9.82843Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"pin alt \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M12 11C13.1046 11 14 10.1046 14 9C14 7.89543 13.1046 7 12 7C10.8954 7 10 7.89543 10 9C10 10.1046 10.8954 11 12 11Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M18 9C18 11.973 15.8377 14.441 13 14.917V20C13 20.5523 12.5523 21 12 21C11.4477 21 11 20.5523 11 20V14.917C8.16229 14.441 6 11.973 6 9C6 5.68629 8.68629 3 12 3C15.3137 3 18 5.68629 18 9ZM12 13C14.2091 13 16 11.2091 16 9C16 6.79086 14.2091 5 12 5C9.79086 5 8 6.79086 8 9C8 11.2091 9.79086 13 12 13Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"pin bottom \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M12 11C13.1046 11 14 10.1046 14 9C14 7.89543 13.1046 7 12 7C10.8954 7 10 7.89543 10 9C10 10.1046 10.8954 11 12 11Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M18 9C18 11.973 15.8377 14.441 13 14.917V20H16C16.5523 20 17 20.4477 17 21C17 21.5523 16.5523 22 16 22H8C7.44772 22 7 21.5523 7 21C7 20.4477 7.44772 20 8 20H11V14.917C8.16229 14.441 6 11.973 6 9C6 5.68629 8.68629 3 12 3C15.3137 3 18 5.68629 18 9ZM12 13C14.2091 13 16 11.2091 16 9C16 6.79086 14.2091 5 12 5C9.79086 5 8 6.79086 8 9C8 11.2091 9.79086 13 12 13Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"pin top \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M12 14C13.1046 14 14 14.8954 14 16C14 17.1046 13.1046 18 12 18C10.8954 18 10 17.1046 10 16C10 14.8954 10.8954 14 12 14Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M8 5C7.44772 5 7 4.55228 7 4C7 3.44772 7.44772 3 8 3H16C16.5523 3 17 3.44772 17 4C17 4.55228 16.5523 5 16 5H13V10.083C15.8377 10.559 18 13.027 18 16C18 19.3137 15.3137 22 12 22C8.68629 22 6 19.3137 6 16C6 13.027 8.16229 10.559 11 10.083V5H8ZM12 12C14.2091 12 16 13.7909 16 16C16 18.2091 14.2091 20 12 20C9.79086 20 8 18.2091 8 16C8 13.7909 9.79086 12 12 12Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"pin \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M16.2721 10.2721C16.2721 12.4813 14.4813 14.2721 12.2721 14.2721C10.063 14.2721 8.27214 12.4813 8.27214 10.2721C8.27214 8.06298 10.063 6.27212 12.2721 6.27212C14.4813 6.27212 16.2721 8.06298 16.2721 10.2721ZM14.2721 10.2721C14.2721 11.3767 13.3767 12.2721 12.2721 12.2721C11.1676 12.2721 10.2721 11.3767 10.2721 10.2721C10.2721 9.16755 11.1676 8.27212 12.2721 8.27212C13.3767 8.27212 14.2721 9.16755 14.2721 10.2721Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M5.79417 16.5183C2.19424 13.0909 2.05438 7.39409 5.48178 3.79417C8.90918 0.194243 14.6059 0.054383 18.2059 3.48178C21.8058 6.90918 21.9457 12.6059 18.5183 16.2059L12.3124 22.7241L5.79417 16.5183ZM17.0698 14.8268L12.243 19.8965L7.17324 15.0698C4.3733 12.404 4.26452 7.97318 6.93028 5.17324C9.59603 2.3733 14.0268 2.26452 16.8268 4.93028C19.6267 7.59603 19.7355 12.0268 17.0698 14.8268Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"play backwards \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M2 7H5V17H2V7Z\" fill=\"currentColor\" />\n  <path d=\"M6 12L13.0023 7.00003V17L6 12Z\" fill=\"currentColor\" />\n  <path d=\"M21.0023 7.00003L14 12L21.0023 17V7.00003Z\" fill=\"currentColor\" />\n</svg></li><li title=\"play button o \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21ZM12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23Z\"\n    fill=\"currentColor\"\n  />\n  <path d=\"M16 12L10 16.3301V7.66987L16 12Z\" fill=\"currentColor\" />\n</svg></li><li title=\"play button r \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3ZM5 1C2.79086 1 1 2.79086 1 5V19C1 21.2091 2.79086 23 5 23H19C21.2091 23 23 21.2091 23 19V5C23 2.79086 21.2091 1 19 1H5Z\"\n    fill=\"currentColor\"\n  />\n  <path d=\"M16 12L10 16.3301V7.66987L16 12Z\" fill=\"currentColor\" />\n</svg></li><li title=\"play button \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M15 12.3301L9 16.6603L9 8L15 12.3301Z\" fill=\"currentColor\" />\n</svg></li><li title=\"play forwards \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M21.0023 17H18.0023V7H21.0023V17Z\" fill=\"currentColor\" />\n  <path d=\"M17.0023 12L10 17V7L17.0023 12Z\" fill=\"currentColor\" />\n  <path d=\"M2 17L9.00232 12L2 7V17Z\" fill=\"currentColor\" />\n</svg></li><li title=\"play list add \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M2 5H14V7H2V5Z\" fill=\"currentColor\" />\n  <path d=\"M2 9H14V11H2V9Z\" fill=\"currentColor\" />\n  <path d=\"M10 13H2V15H10V13Z\" fill=\"currentColor\" />\n  <path d=\"M16 9H18V13H22V15H18V19H16V15H12V13H16V9Z\" fill=\"currentColor\" />\n</svg></li><li title=\"play list check \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M15 6H3V8H15V6Z\" fill=\"currentColor\" />\n  <path d=\"M15 10H3V12H15V10Z\" fill=\"currentColor\" />\n  <path d=\"M3 14H11V16H3V14Z\" fill=\"currentColor\" />\n  <path\n    d=\"M11.9905 15.025L13.4049 13.6106L15.526 15.7321L19.7687 11.4895L21.1829 12.9037L15.526 18.5606L11.9905 15.025Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"play list remove \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M15.9644 4.63379H3.96442V6.63379H15.9644V4.63379Z\" fill=\"currentColor\" />\n  <path d=\"M15.9644 8.63379H3.96442V10.6338H15.9644V8.63379Z\" fill=\"currentColor\" />\n  <path d=\"M3.96442 12.6338H11.9644V14.6338H3.96442V12.6338Z\" fill=\"currentColor\" />\n  <path\n    d=\"M12.9645 13.7093L14.3787 12.295L16.5 14.4163L18.6213 12.2951L20.0355 13.7093L17.9142 15.8305L20.0356 17.9519L18.6214 19.3661L16.5 17.2447L14.3786 19.3661L12.9644 17.9519L15.0858 15.8305L12.9645 13.7093Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"play list search \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M15.8787 4.87866H3.87872V6.87866H15.8787V4.87866Z\" fill=\"currentColor\" />\n  <path d=\"M15.8787 8.87866H3.87872V10.8787H15.8787V8.87866Z\" fill=\"currentColor\" />\n  <path d=\"M3.87872 12.8787H11.8787V14.8787H3.87872V12.8787Z\" fill=\"currentColor\" />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M13.7574 12.7573C12.5858 13.9289 12.5858 15.8284 13.7574 17C14.681 17.9236 16.0571 18.1191 17.1722 17.5864L18.7071 19.1213L20.1213 17.7071L18.5864 16.1722C19.1191 15.057 18.9236 13.681 18 12.7573C16.8284 11.5858 14.9289 11.5858 13.7574 12.7573ZM15.1716 15.5858C15.5621 15.9763 16.1953 15.9763 16.5858 15.5858C16.9763 15.1952 16.9763 14.5621 16.5858 14.1716C16.1953 13.781 15.5621 13.781 15.1716 14.1716C14.7811 14.5621 14.7811 15.1952 15.1716 15.5858Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"play list \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M16 5H4V7H16V5Z\" fill=\"currentColor\" />\n  <path d=\"M16 9H4V11H16V9Z\" fill=\"currentColor\" />\n  <path d=\"M4 13H12V15H4V13Z\" fill=\"currentColor\" />\n  <path d=\"M20 16L14 13V19L20 16Z\" fill=\"currentColor\" />\n</svg></li><li title=\"play pause o \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M9 9H11V15H9V9Z\" fill=\"currentColor\" />\n  <path d=\"M15 15H13V9H15V15Z\" fill=\"currentColor\" />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"play pause r \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M9 9H11V15H9V9Z\" fill=\"currentColor\" />\n  <path d=\"M15 15H13V9H15V15Z\" fill=\"currentColor\" />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M1 5C1 2.79086 2.79086 1 5 1H19C21.2091 1 23 2.79086 23 5V19C23 21.2091 21.2091 23 19 23H5C2.79086 23 1 21.2091 1 19V5ZM5 3H19C20.1046 3 21 3.89543 21 5V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19V5C3 3.89543 3.89543 3 5 3Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"play pause \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M11 7H8V17H11V7Z\" fill=\"currentColor\" />\n  <path d=\"M13 17H16V7H13V17Z\" fill=\"currentColor\" />\n</svg></li><li title=\"play stop o \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M15 9H9V15H15V9Z\" fill=\"currentColor\" />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"play stop r \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M15 9H9V15H15V9Z\" fill=\"currentColor\" />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M1 5C1 2.79086 2.79086 1 5 1H19C21.2091 1 23 2.79086 23 5V19C23 21.2091 21.2091 23 19 23H5C2.79086 23 1 21.2091 1 19V5ZM5 3H19C20.1046 3 21 3.89543 21 5V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19V5C3 3.89543 3.89543 3 5 3Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"play stop \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M7 7H17V17H7V7Z\" fill=\"currentColor\" />\n</svg></li><li title=\"play track next o \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21ZM1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12ZM14 9C14 8.44772 14.4477 8 15 8C15.5523 8 16 8.44772 16 9V15C16 15.5523 15.5523 16 15 16C14.4477 16 14 15.5523 14 15V9ZM13 12L7 15.4641V8.5359L13 12Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"play track next r \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M15 9C15 8.44772 15.4477 8 16 8C16.5523 8 17 8.44772 17 9V15C17 15.5523 16.5523 16 16 16C15.4477 16 15 15.5523 15 15V9Z\"\n    fill=\"currentColor\"\n  />\n  <path d=\"M14 12L8 15.4641V8.5359L14 12Z\" fill=\"currentColor\" />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M1 5C1 2.79086 2.79086 1 5 1H19C21.2091 1 23 2.79086 23 5V19C23 21.2091 21.2091 23 19 23H5C2.79086 23 1 21.2091 1 19V5ZM5 3H19C20.1046 3 21 3.89543 21 5V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19V5C3 3.89543 3.89543 3 5 3Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"play track next \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M6 17L14 12L6 7V17Z\" fill=\"currentColor\" />\n  <path d=\"M18 7H15V12V17H18V7Z\" fill=\"currentColor\" />\n</svg></li><li title=\"play track prev o \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M8 8C8.55228 8 9 8.44772 9 9V15C9 15.5523 8.55228 16 8 16C7.44771 16 7 15.5523 7 15V9C7 8.44772 7.44771 8 8 8ZM16 15.4641L10 12L16 8.5359V15.4641Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12ZM12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"play track prev r \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M8 8C8.55228 8 9 8.44772 9 9V15C9 15.5523 8.55228 16 8 16C7.44771 16 7 15.5523 7 15V9C7 8.44772 7.44771 8 8 8ZM16 15.4641L10 12L16 8.5359V15.4641Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3ZM5 1C2.79086 1 1 2.79086 1 5V19C1 21.2091 2.79086 23 5 23H19C21.2091 23 23 21.2091 23 19V5C23 2.79086 21.2091 1 19 1H5Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"play track prev \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M18 17L10 12L18 7V17Z\" fill=\"currentColor\" />\n  <path d=\"M6 7H9V17H6V7Z\" fill=\"currentColor\" />\n</svg></li><li title=\"plug \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M9 2C8.44771 2 8 2.44772 8 3V5C8 5.55228 8.44771 6 9 6C9.55229 6 10 5.55228 10 5V3C10 2.44772 9.55229 2 9 2ZM8 9H16V11C16 13.2091 14.2091 15 12 15C9.79086 15 8 13.2091 8 11V9ZM13 16.917C15.8377 16.441 18 13.973 18 11V7H6V11C6 13.973 8.16229 16.441 11 16.917V22C11 22.5523 11.4477 23 12 23C12.5523 23 13 22.5523 13 22V16.917ZM14 3C14 2.44772 14.4477 2 15 2C15.5523 2 16 2.44772 16 3V5C16 5.55228 15.5523 6 15 6C14.4477 6 14 5.55228 14 5V3Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"pocket \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M3 4H21V11C21 15.9706 16.9706 20 12 20C7.02944 20 3 15.9706 3 11V4ZM1 2H23V11C23 17.0751 18.0751 22 12 22C5.92487 22 1 17.0751 1 11V2ZM11.2929 14.6935C11.6834 15.084 12.3166 15.084 12.7071 14.6935L16.9497 10.4508C17.3403 10.0603 17.3403 9.42714 16.9497 9.03661C16.5592 8.64609 15.9261 8.64609 15.5355 9.03661L12 12.5721L8.46447 9.03661C8.07394 8.64609 7.44078 8.64609 7.05025 9.03661C6.65973 9.42714 6.65973 10.0603 7.05025 10.4508L11.2929 14.6935Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"pokemon \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12ZM5.07089 13C5.55612 16.3923 8.47353 19 12 19C15.5265 19 18.4439 16.3923 18.9291 13H14.8293C14.4174 14.1652 13.3062 15 12 15C10.6938 15 9.58251 14.1652 9.17068 13H5.07089ZM18.9291 11C18.4439 7.60771 15.5265 5 12 5C8.47353 5 5.55612 7.60771 5.07089 11H9.17068C9.58251 9.83481 10.6938 9 12 9C13.3062 9 14.4174 9.83481 14.8293 11H18.9291ZM12 13C12.5523 13 13 12.5523 13 12C13 11.4477 12.5523 11 12 11C11.4477 11 11 11.4477 11 12C11 12.5523 11.4477 13 12 13Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"polaroid \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M3 4C3 2.89543 3.89543 2 5 2H19C20.1046 2 21 2.89543 21 4V20C21 21.1046 20.1046 22 19 22H5C3.89543 22 3 21.1046 3 20V4ZM5 4H19V15H5V4Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"poll \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M19 4H5C4.44771 4 4 4.44772 4 5V19C4 19.5523 4.44772 20 5 20H19C19.5523 20 20 19.5523 20 19V5C20 4.44771 19.5523 4 19 4ZM5 2C3.34315 2 2 3.34315 2 5V19C2 20.6569 3.34315 22 5 22H19C20.6569 22 22 20.6569 22 19V5C22 3.34315 20.6569 2 19 2H5Z\"\n    fill=\"currentColor\"\n  />\n  <path d=\"M11 7H13V17H11V7Z\" fill=\"currentColor\" />\n  <path d=\"M15 13H17V17H15V13Z\" fill=\"currentColor\" />\n  <path d=\"M7 10H9V17H7V10Z\" fill=\"currentColor\" />\n</svg></li><li title=\"presentation \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM20 12H18C18 8.68629 15.3137 6 12 6C8.68629 6 6 8.68629 6 12H4C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12ZM4.25204 14H19.748C18.8599 17.4505 15.7277 20 12 20C8.27232 20 5.14012 17.4505 4.25204 14ZM8 12C8 9.79086 9.79086 8 12 8C14.2091 8 16 9.79086 16 12H8Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"printer \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M8 4H16V6H8V4ZM18 6H22V18H18V22H6V18H2V6H6V2H18V6ZM20 16H18V14H6V16H4V8H20V16ZM8 16H16V20H8V16ZM8 10H6V12H8V10Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"product hunt \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M12 19C8.13401 19 5 15.866 5 12C5 8.13401 8.13401 5 12 5C15.866 5 19 8.13401 19 12C19 15.866 15.866 19 12 19ZM3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12ZM9 16V8H13C14.6569 8 16 9.34315 16 11C16 12.6569 14.6569 14 13 14H11V16H9ZM14 11C14 11.5523 13.5523 12 13 12H11V10H13C13.5523 10 14 10.4477 14 11Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"profile \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M16 9C16 11.2091 14.2091 13 12 13C9.79086 13 8 11.2091 8 9C8 6.79086 9.79086 5 12 5C14.2091 5 16 6.79086 16 9ZM14 9C14 10.1046 13.1046 11 12 11C10.8954 11 10 10.1046 10 9C10 7.89543 10.8954 7 12 7C13.1046 7 14 7.89543 14 9Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1ZM3 12C3 14.0902 3.71255 16.014 4.90798 17.5417C6.55245 15.3889 9.14627 14 12.0645 14C14.9448 14 17.5092 15.3531 19.1565 17.4583C20.313 15.9443 21 14.0524 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12ZM12 21C9.84977 21 7.87565 20.2459 6.32767 18.9878C7.59352 17.1812 9.69106 16 12.0645 16C14.4084 16 16.4833 17.1521 17.7538 18.9209C16.1939 20.2191 14.1881 21 12 21Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"pull clear \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M4 6H2V16C2 17.1046 2.89543 18 4 18H20C21.1046 18 22 17.1046 22 16V6H20V16H4V6Z\"\n    fill=\"currentColor\"\n  />\n  <path d=\"M6 12H18V14H6V12Z\" fill=\"currentColor\" />\n  <path d=\"M18 8H6V10H18V8Z\" fill=\"currentColor\" />\n</svg></li><li title=\"push chevron down o \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M16 14V16H8V14H16Z\" fill=\"currentColor\" />\n  <path\n    d=\"M7.75732 8.70261L9.17153 7.2884L12 10.1168L14.8284 7.28842L16.2426 8.70264L11.9999 12.9453L7.75732 8.70261Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23ZM12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"push chevron down r \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M9.17154 7.28839L7.75732 8.7026L11.9999 12.9453L16.2426 8.70263L14.8284 7.28842L12 10.1168L9.17154 7.28839Z\"\n    fill=\"currentColor\"\n  />\n  <path d=\"M8.00001 14H16V16H8.00001V14Z\" fill=\"currentColor\" />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M1 5C1 2.79086 2.79086 1 5 1H19C21.2091 1 23 2.79086 23 5V19C23 21.2091 21.2091 23 19 23H5C2.79086 23 1 21.2091 1 19V5ZM5 3H19C20.1046 3 21 3.89543 21 5V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19V5C3 3.89543 3.89543 3 5 3Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"push chevron down \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M5 7.41421L6.41421 6L12.0711 11.6569L17.7279 6L19.1421 7.41421L12.0711 14.4853L5 7.41421Z\"\n    fill=\"currentColor\"\n  />\n  <path d=\"M19 16.3432H5V18.3432H19V16.3432Z\" fill=\"currentColor\" />\n</svg></li><li title=\"push chevron left o \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M10 16H8V8H10V16Z\" fill=\"currentColor\" />\n  <path\n    d=\"M15.2974 7.75732L16.7116 9.17153L13.8832 12L16.7116 14.8284L15.2974 16.2426L11.0547 11.9999L15.2974 7.75732Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M1 12C1 18.0751 5.92487 23 12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12ZM3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"push chevron left r \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M16.6743 9.1716L15.26 7.75739L11.0174 12L15.26 16.2426L16.6742 14.8284L13.8458 12L16.6743 9.1716Z\"\n    fill=\"currentColor\"\n  />\n  <path d=\"M9.96265 8.00007V16.0001H7.96265V8.00007H9.96265Z\" fill=\"currentColor\" />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M1 5C1 2.79086 2.79086 1 5 1H19C21.2091 1 23 2.79086 23 5V19C23 21.2091 21.2091 23 19 23H5C2.79086 23 1 21.2091 1 19V5ZM5 3H19C20.1046 3 21 3.89543 21 5V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19V5C3 3.89543 3.89543 3 5 3Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"push chevron left \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M16.929 5L18.3432 6.41421L12.6863 12.0711L18.3432 17.7279L16.929 19.1421L9.85789 12.0711L16.929 5Z\"\n    fill=\"currentColor\"\n  />\n  <path d=\"M8 19V5H6V19H8Z\" fill=\"currentColor\" />\n</svg></li><li title=\"push chevron right o \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M14 8H16V16H14V8Z\" fill=\"currentColor\" />\n  <path\n    d=\"M8.70261 16.2427L7.2884 14.8285L10.1168 12L7.28842 9.17164L8.70264 7.75743L12.9453 12.0001L8.70261 16.2427Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23C18.0751 23 23 18.0751 23 12ZM21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"push chevron right r \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M7.64429 14.8284L9.0585 16.2426L13.3012 12L9.05853 7.75739L7.64432 9.1716L10.4727 12L7.64429 14.8284Z\"\n    fill=\"currentColor\"\n  />\n  <path d=\"M14.3559 16L14.3559 7.99996H16.3559V16H14.3559Z\" fill=\"currentColor\" />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M1 5C1 2.79086 2.79086 1 5 1H19C21.2091 1 23 2.79086 23 5V19C23 21.2091 21.2091 23 19 23H5C2.79086 23 1 21.2091 1 19V5ZM5 3H19C20.1046 3 21 3.89543 21 5V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19V5C3 3.89543 3.89543 3 5 3Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"push chevron right \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M7.41421 5L6 6.41421L11.6569 12.0711L6 17.7279L7.41421 19.1421L14.4853 12.0711L7.41421 5Z\"\n    fill=\"currentColor\"\n  />\n  <path d=\"M16.3432 19V5H18.3432V19H16.3432Z\" fill=\"currentColor\" />\n</svg></li><li title=\"push chevron up o \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3ZM12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1ZM8 10V8H16V10H8ZM16.2427 15.2974L14.8285 16.7116L12 13.8832L9.17164 16.7116L7.75743 15.2974L12.0001 11.0547L16.2427 15.2974Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"push chevron up r \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21ZM1 19C1 21.2091 2.79086 23 5 23H19C21.2091 23 23 21.2091 23 19V5C23 2.79086 21.2091 1 19 1H5C2.79086 1 1 2.79086 1 5V19ZM9.17154 16.7116L7.75732 15.2974L11.9999 11.0547L16.2426 15.2974L14.8284 16.7116L12 13.8832L9.17154 16.7116ZM8.00001 10H16V8H8.00001V10Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"push chevron up \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M5 16.929L6.41421 18.3432L12.0711 12.6863L17.7279 18.3432L19.1421 16.929L12.0711 9.85789L5 16.929Z\"\n    fill=\"currentColor\"\n  />\n  <path d=\"M19 8H5V6H19V8Z\" fill=\"currentColor\" />\n</svg></li><li title=\"push down \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M11.0001 1H13.0001V15.4853L16.2428 12.2427L17.657 13.6569L12.0001 19.3137L6.34326 13.6569L7.75748 12.2427L11.0001 15.4853V1Z\"\n    fill=\"currentColor\"\n  />\n  <path d=\"M18 20.2877H6V22.2877H18V20.2877Z\" fill=\"currentColor\" />\n</svg></li><li title=\"push left \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M22.2877 11.0001V13.0001H7.80237L11.045 16.2428L9.63079 17.657L3.97394 12.0001L9.63079 6.34326L11.045 7.75748L7.80236 11.0001H22.2877Z\"\n    fill=\"currentColor\"\n  />\n  <path d=\"M3 18V6H1V18H3Z\" fill=\"currentColor\" />\n</svg></li><li title=\"push right \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M1 12.9999V10.9999H15.4853L12.2427 7.75724L13.6569 6.34303L19.3137 11.9999L13.6569 17.6567L12.2427 16.2425L15.4853 12.9999H1Z\"\n    fill=\"currentColor\"\n  />\n  <path d=\"M20.2877 6V18H22.2877V6H20.2877Z\" fill=\"currentColor\" />\n</svg></li><li title=\"push up \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M11.0001 22.2877H13.0001V7.80237L16.2428 11.045L17.657 9.63079L12.0001 3.97394L6.34326 9.63079L7.75748 11.045L11.0001 7.80236V22.2877ZM18 3H6V1H18V3Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"qr \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M9 3H3V9H5V5H9V3ZM3 21V15H5V19H9V21H3ZM15 3V5H19V9H21V3H15ZM19 15H21V21H15V19H19V15ZM7 7H11V11H7V7ZM7 13H11V17H7V13ZM17 7H13V11H17V7ZM13 13H17V17H13V13Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"quote o \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M20 5H4V19H20V5ZM4 3C2.89543 3 2 3.89543 2 5V19C2 20.1046 2.89543 21 4 21H20C21.1046 21 22 20.1046 22 19V5C22 3.89543 21.1046 3 20 3H4Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M9.06723 9.19629H12.0672L9.93267 14.8038H6.93267L9.06723 9.19629Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M14.0672 9.19629H17.0672L14.9327 14.8038H11.9327L14.0672 9.19629Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"quote \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M9.13456 9H12.1346L10 14.6075H7L9.13456 9Z\" fill=\"currentColor\" />\n  <path d=\"M14.1346 9H17.1346L15 14.6075H12L14.1346 9Z\" fill=\"currentColor\" />\n</svg></li><li title=\"radio check \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20ZM12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"radio checked \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M12 16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"ratio \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M4 6V12H6V8L10 8V6H4Z\" fill=\"currentColor\" />\n  <path d=\"M20 18H14V16H18V12H20V18Z\" fill=\"currentColor\" />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M4 2C1.79086 2 0 3.79086 0 6V18C0 20.2091 1.79086 22 4 22H20C22.2091 22 24 20.2091 24 18V6C24 3.79086 22.2091 2 20 2H4ZM20 4H4C2.89543 4 2 4.89543 2 6V18C2 19.1046 2.89543 20 4 20H20C21.1046 20 22 19.1046 22 18V6C22 4.89543 21.1046 4 20 4Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"read \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M7 14C8.10457 14 9 13.1046 9 12C9 10.8954 8.10457 10 7 10C5.89543 10 5 10.8954 5 12C5 13.1046 5.89543 14 7 14ZM10.4649 10C9.77325 8.8044 8.48056 8 7 8C5.13616 8 3.57006 9.27477 3.12602 11H2C1.44772 11 1 11.4477 1 12C1 12.5523 1.44772 13 2 13H3.12602C3.57006 14.7252 5.13616 16 7 16C9.20914 16 11 14.2091 11 12H13C13 14.2091 14.7909 16 17 16C18.8638 16 20.4299 14.7252 20.874 13H22C22.5523 13 23 12.5523 23 12C23 11.4477 22.5523 11 22 11H20.874C20.4299 9.27477 18.8638 8 17 8C15.5194 8 14.2267 8.8044 13.5351 10H10.4649ZM15 12C15 13.1046 15.8954 14 17 14C18.1046 14 19 13.1046 19 12C19 10.8954 18.1046 10 17 10C15.8954 10 15 10.8954 15 12Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"readme \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M4 5.5H9C10.1046 5.5 11 6.39543 11 7.5V16.5C11 17.0523 10.5523 17.5 10 17.5H4C3.44772 17.5 3 17.0523 3 16.5V6.5C3 5.94772 3.44772 5.5 4 5.5ZM14 19.5C13.6494 19.5 13.3128 19.4398 13 19.3293V19.5C13 20.0523 12.5523 20.5 12 20.5C11.4477 20.5 11 20.0523 11 19.5V19.3293C10.6872 19.4398 10.3506 19.5 10 19.5H4C2.34315 19.5 1 18.1569 1 16.5V6.5C1 4.84315 2.34315 3.5 4 3.5H9C10.1947 3.5 11.2671 4.02376 12 4.85418C12.7329 4.02376 13.8053 3.5 15 3.5H20C21.6569 3.5 23 4.84315 23 6.5V16.5C23 18.1569 21.6569 19.5 20 19.5H14ZM13 7.5V16.5C13 17.0523 13.4477 17.5 14 17.5H20C20.5523 17.5 21 17.0523 21 16.5V6.5C21 5.94772 20.5523 5.5 20 5.5H15C13.8954 5.5 13 6.39543 13 7.5ZM5 7.5H9V9.5H5V7.5ZM15 7.5H19V9.5H15V7.5ZM19 10.5H15V12.5H19V10.5ZM5 10.5H9V12.5H5V10.5ZM19 13.5H15V15.5H19V13.5ZM5 13.5H9V15.5H5V13.5Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"record \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"redo \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M13.1459 11.0499L12.9716 9.05752L15.3462 8.84977C14.4471 7.98322 13.2242 7.4503 11.8769 7.4503C9.11547 7.4503 6.87689 9.68888 6.87689 12.4503C6.87689 15.2117 9.11547 17.4503 11.8769 17.4503C13.6977 17.4503 15.2911 16.4771 16.1654 15.0224L18.1682 15.5231C17.0301 17.8487 14.6405 19.4503 11.8769 19.4503C8.0109 19.4503 4.87689 16.3163 4.87689 12.4503C4.87689 8.58431 8.0109 5.4503 11.8769 5.4503C13.8233 5.4503 15.5842 6.24474 16.853 7.52706L16.6078 4.72412L18.6002 4.5498L19.1231 10.527L13.1459 11.0499Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"remote \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M17.0514 4.32178L18.4656 5.73599L14.223 9.97863L18.4656 14.2213L17.0514 15.6355L11.3946 9.97863L17.0514 4.32178Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M6.94864 19.6785L5.53442 18.2643L9.77706 14.0216L5.53442 9.77897L6.94864 8.36476L12.6055 14.0216L6.94864 19.6785Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"remove r \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M8 11C7.44772 11 7 11.4477 7 12C7 12.5523 7.44772 13 8 13H16C16.5523 13 17 12.5523 17 12C17 11.4477 16.5523 11 16 11H8Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M1 5C1 2.79086 2.79086 1 5 1H19C21.2091 1 23 2.79086 23 5V19C23 21.2091 21.2091 23 19 23H5C2.79086 23 1 21.2091 1 19V5ZM5 3H19C20.1046 3 21 3.89543 21 5V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19V5C3 3.89543 3.89543 3 5 3Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"remove \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M8 11C7.44772 11 7 11.4477 7 12C7 12.5523 7.44772 13 8 13H16C16.5523 13 17 12.5523 17 12C17 11.4477 16.5523 11 16 11H8Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"rename \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M10 4H8V6H5C3.34315 6 2 7.34315 2 9V15C2 16.6569 3.34315 18 5 18H8V20H10V4ZM8 8V16H5C4.44772 16 4 15.5523 4 15V9C4 8.44772 4.44772 8 5 8H8Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M19 16H12V18H19C20.6569 18 22 16.6569 22 15V9C22 7.34315 20.6569 6 19 6H12V8H19C19.5523 8 20 8.44771 20 9V15C20 15.5523 19.5523 16 19 16Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"reorder \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M3 4C3 3.44772 3.44772 3 4 3H12C12.5523 3 13 3.44772 13 4C13 4.55228 12.5523 5 12 5H4C3.44772 5 3 4.55228 3 4Z\"\n    fill=\"currentColor\"\n    fill-opacity=\"0.5\"\n  />\n  <path\n    d=\"M3 12C3 11.4477 3.44772 11 4 11H12C12.5523 11 13 11.4477 13 12C13 12.5523 12.5523 13 12 13H4C3.44772 13 3 12.5523 3 12Z\"\n    fill=\"currentColor\"\n    fill-opacity=\"0.5\"\n  />\n  <path\n    d=\"M3 16C3 15.4477 3.44772 15 4 15H12C12.5523 15 13 15.4477 13 16C13 16.5523 12.5523 17 12 17H4C3.44772 17 3 16.5523 3 16Z\"\n    fill=\"currentColor\"\n    fill-opacity=\"0.5\"\n  />\n  <path\n    d=\"M3 20C3 19.4477 3.44772 19 4 19H12C12.5523 19 13 19.4477 13 20C13 20.5523 12.5523 21 12 21H4C3.44772 21 3 20.5523 3 20Z\"\n    fill=\"currentColor\"\n    fill-opacity=\"0.5\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M15.1707 9C15.5825 10.1652 16.6938 11 18 11C19.6569 11 21 9.65685 21 8C21 6.34315 19.6569 5 18 5C16.6938 5 15.5825 5.83481 15.1707 7H4C3.44772 7 3 7.44772 3 8C3 8.55228 3.44772 9 4 9H15.1707ZM19 8C19 8.55228 18.5523 9 18 9C17.4477 9 17 8.55228 17 8C17 7.44772 17.4477 7 18 7C18.5523 7 19 7.44772 19 8Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"repeat \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M18.3701 7.99993L13.8701 10.598V8.99993H6.88989V12.9999H4.88989V6.99993H13.8701V5.40186L18.3701 7.99993Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M10.1299 16.9999H19.1101V10.9999H17.1101V14.9999H10.1299V13.4019L5.62988 15.9999L10.1299 18.598V16.9999Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"ring \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M6.34326 3.68567C6.83159 3.19735 7.36734 2.78535 7.93569 2.44968C10.4352 0.97348 13.5651 0.97348 16.0645 2.44968C16.6329 2.78535 17.1686 3.19735 17.657 3.68567L12.0001 9.34253L6.34326 3.68567ZM12.0001 6.5141L9.4131 3.92709C11.0447 3.14768 12.9556 3.14768 14.5871 3.92709L12.0001 6.5141Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M2 12.6576C2 9.52653 3.43899 6.73156 5.69172 4.89796L7.11528 6.32152C5.22043 7.78449 4 10.0785 4 12.6576C4 17.0759 7.58172 20.6576 12 20.6576C16.4183 20.6576 20 17.0759 20 12.6576C20 10.0785 18.7796 7.78451 16.8847 6.32154L18.3083 4.89798C20.561 6.73158 22 9.52654 22 12.6576C22 18.1804 17.5228 22.6576 12 22.6576C6.47715 22.6576 2 18.1804 2 12.6576Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"row first \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <g opacity=\"0.5\">\n    <path\n      d=\"M6 11C5.44772 11 5 11.4477 5 12C5 12.5523 5.44772 13 6 13H14C14.5523 13 15 12.5523 15 12C15 11.4477 14.5523 11 14 11H6Z\"\n      fill=\"currentColor\"\n    />\n    <path\n      d=\"M6 15C5.44772 15 5 15.4477 5 16C5 16.5523 5.44772 17 6 17H14C14.5523 17 15 16.5523 15 16C15 15.4477 14.5523 15 14 15H6Z\"\n      fill=\"currentColor\"\n    />\n  </g>\n  <path\n    d=\"M5 8C5 7.44772 5.44772 7 6 7H18C18.5523 7 19 7.44772 19 8C19 8.55228 18.5523 9 18 9H6C5.44772 9 5 8.55228 5 8Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"row last \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <g opacity=\"0.5\">\n    <path\n      d=\"M6 13C5.44772 13 5 12.5523 5 12C5 11.4477 5.44772 11 6 11H14C14.5523 11 15 11.4477 15 12C15 12.5523 14.5523 13 14 13H6Z\"\n      fill=\"currentColor\"\n    />\n    <path\n      d=\"M6 9C5.44772 9 5 8.55228 5 8C5 7.44772 5.44772 7 6 7H14C14.5523 7 15 7.44772 15 8C15 8.55228 14.5523 9 14 9H6Z\"\n      fill=\"currentColor\"\n    />\n  </g>\n  <path\n    d=\"M5 16C5 16.5523 5.44772 17 6 17H18C18.5523 17 19 16.5523 19 16C19 15.4477 18.5523 15 18 15H6C5.44772 15 5 15.4477 5 16Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"ruler \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M3 6C1.34315 6 0 7.34315 0 9V16C0 17.6569 1.34315 19 3 19H21C22.6569 19 24 17.6569 24 16V9C24 7.34315 22.6569 6 21 6H3ZM9 8H7V13C7 13.5523 6.55228 14 6 14C5.44772 14 5 13.5523 5 13V8H3C2.44772 8 2 8.44772 2 9V16C2 16.5523 2.44772 17 3 17H21C21.5523 17 22 16.5523 22 16V9C22 8.44772 21.5523 8 21 8H19V11C19 11.5523 18.5523 12 18 12C17.4477 12 17 11.5523 17 11V8H15V13C15 13.5523 14.5523 14 14 14C13.4477 14 13 13.5523 13 13V8H11V11C11 11.5523 10.5523 12 10 12C9.44771 12 9 11.5523 9 11V8Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"sand clock \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M13 6H11V7C11 7.55228 11.4477 8 12 8C12.5523 8 13 7.55228 13 7V6Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M6 2V4H7V7C7 9.76142 9.23858 12 12 12C9.23858 12 7 14.2386 7 17V20H6V22H18V20H17V17C17 14.2386 14.7614 12 12 12C14.7614 12 17 9.76142 17 7V4H18V2H6ZM9 4H15V7C15 8.65685 13.6569 10 12 10C10.3431 10 9 8.65685 9 7V4ZM9 17V20H15V17C15 15.3431 13.6569 14 12 14C10.3431 14 9 15.3431 9 17Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"scan \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M11 3H13V21H11V3Z\" fill=\"currentColor\" />\n  <path\n    d=\"M5 8C5 7.44771 5.44772 7 6 7H9V5H6C4.34315 5 3 6.34315 3 8V16C3 17.6569 4.34315 19 6 19H9V17H6C5.44772 17 5 16.5523 5 16V8Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M19 8C19 7.44771 18.5523 7 18 7H15V5H18C19.6569 5 21 6.34315 21 8V16C21 17.6569 19.6569 19 18 19H15V17H18C18.5523 17 19 16.5523 19 16V8Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"screen mirror \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M5 8H19V14H16V16H21V6H3V16H8V14H5V8Z\" fill=\"currentColor\" />\n  <path d=\"M16.3301 19L12 13L7.66987 19H16.3301Z\" fill=\"currentColor\" />\n</svg></li><li title=\"screen shot \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M12 8V6H8V10H10V8H12Z\" fill=\"currentColor\" />\n  <path d=\"M14 14H16V18H12V16H14V14Z\" fill=\"currentColor\" />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M4 3C4 2.44772 4.44772 2 5 2H19C19.5523 2 20 2.44772 20 3V21C20 21.5523 19.5523 22 19 22H5C4.44772 22 4 21.5523 4 21V3ZM6 20V4H18V20H6Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"screen wide \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M11 16H3C1.34315 16 0 14.6569 0 13V8C0 6.34315 1.34315 5 3 5H21C22.6569 5 24 6.34315 24 8V13C24 14.6569 22.6569 16 21 16H13V17H15C15.5523 17 16 17.4477 16 18C16 18.5523 15.5523 19 15 19H9C8.44771 19 8 18.5523 8 18C8 17.4477 8.44771 17 9 17H11V16ZM3 7H21C21.5523 7 22 7.44772 22 8V13C22 13.5523 21.5523 14 21 14H3C2.44772 14 2 13.5523 2 13V8C2 7.44772 2.44772 7 3 7Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"screen \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M11 17H4C2.34315 17 1 15.6569 1 14V6C1 4.34315 2.34315 3 4 3H20C21.6569 3 23 4.34315 23 6V14C23 15.6569 21.6569 17 20 17H13V19H16C16.5523 19 17 19.4477 17 20C17 20.5523 16.5523 21 16 21H8C7.44772 21 7 20.5523 7 20C7 19.4477 7.44772 19 8 19H11V17ZM4 5H20C20.5523 5 21 5.44772 21 6V14C21 14.5523 20.5523 15 20 15H4C3.44772 15 3 14.5523 3 14V6C3 5.44772 3.44772 5 4 5Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"scroll h \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M7.18188 9.17154L5.76766 7.75732L1.52502 12L5.76766 16.2426L7.18188 14.8284L4.35345 12L7.18188 9.17154Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M16.8181 14.8284L18.2323 16.2426L22.4749 12L18.2323 7.75733L16.8181 9.17155L19.6465 12L16.8181 14.8284Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M14.9999 12C14.9999 13.6569 13.6567 15 11.9999 15C10.343 15 8.99988 13.6569 8.99988 12C8.99988 10.3431 10.343 9 11.9999 9C13.6567 9 14.9999 10.3431 14.9999 12ZM12.9999 12C12.9999 12.5523 12.5522 13 11.9999 13C11.4476 13 10.9999 12.5523 10.9999 12C10.9999 11.4477 11.4476 11 11.9999 11C12.5522 11 12.9999 11.4477 12.9999 12Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"scroll v \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M9.17154 16.8182L7.75732 18.2324L12 22.475L16.2426 18.2324L14.8284 16.8182L12 19.6466L9.17154 16.8182Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M14.8284 7.182L16.2426 5.76779L12 1.52515L7.75733 5.76779L9.17155 7.182L12 4.35357L14.8284 7.182Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M12 9.00018C13.6569 9.00018 15 10.3433 15 12.0002C15 13.657 13.6569 15.0002 12 15.0002C10.3431 15.0002 9 13.657 9 12.0002C9 10.3433 10.3431 9.00018 12 9.00018ZM12 11.0002C12.5523 11.0002 13 11.4479 13 12.0002C13 12.5525 12.5523 13.0002 12 13.0002C11.4477 13.0002 11 12.5525 11 12.0002C11 11.4479 11.4477 11.0002 12 11.0002Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"search found \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M7.66542 10.2366L9.19751 8.951L10.4831 10.4831L13.5473 7.91194L14.8328 9.44402L10.2366 13.3007L7.66542 10.2366Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M16.2071 4.89344C19.0923 7.77862 19.3131 12.3193 16.8693 15.4578C16.8846 15.4713 16.8996 15.4854 16.9143 15.5L21.1569 19.7427C21.5474 20.1332 21.5474 20.7664 21.1569 21.1569C20.7664 21.5474 20.1332 21.5474 19.7427 21.1569L15.5 16.9143C15.4854 16.8996 15.4713 16.8846 15.4578 16.8693C12.3193 19.3131 7.77862 19.0923 4.89344 16.2071C1.76924 13.083 1.76924 8.01763 4.89344 4.89344C8.01763 1.76924 13.083 1.76924 16.2071 4.89344ZM14.7929 14.7929C17.1361 12.4498 17.1361 8.6508 14.7929 6.30765C12.4498 3.96451 8.6508 3.96451 6.30765 6.30765C3.96451 8.6508 3.96451 12.4498 6.30765 14.7929C8.6508 17.1361 12.4498 17.1361 14.7929 14.7929Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"search loading \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M8.55024 10.5503C8.55024 11.1026 8.10253 11.5503 7.55024 11.5503C6.99796 11.5503 6.55024 11.1026 6.55024 10.5503C6.55024 9.99801 6.99796 9.55029 7.55024 9.55029C8.10253 9.55029 8.55024 9.99801 8.55024 10.5503Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M10.5502 11.5503C11.1025 11.5503 11.5502 11.1026 11.5502 10.5503C11.5502 9.99801 11.1025 9.55029 10.5502 9.55029C9.99796 9.55029 9.55024 9.99801 9.55024 10.5503C9.55024 11.1026 9.99796 11.5503 10.5502 11.5503Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M13.5502 11.5503C14.1025 11.5503 14.5502 11.1026 14.5502 10.5503C14.5502 9.99801 14.1025 9.55029 13.5502 9.55029C12.998 9.55029 12.5502 9.99801 12.5502 10.5503C12.5502 11.1026 12.998 11.5503 13.5502 11.5503Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M16.2071 4.89344C19.0922 7.7786 19.313 12.3192 16.8693 15.4577C16.8846 15.4712 16.8996 15.4853 16.9142 15.4999L21.1568 19.7426C21.5473 20.1331 21.5473 20.7663 21.1568 21.1568C20.7663 21.5473 20.1331 21.5473 19.7426 21.1568L15.5 16.9141C15.4853 16.8995 15.4713 16.8846 15.4578 16.8693C12.3193 19.3131 7.77858 19.0923 4.89338 16.2071C1.76918 13.083 1.76918 8.01763 4.89338 4.89344C8.01757 1.76924 13.0829 1.76924 16.2071 4.89344ZM6.30759 14.7929C8.65074 17.1361 12.4497 17.1361 14.7929 14.7929C17.136 12.4498 17.136 8.6508 14.7929 6.30765C12.4497 3.96451 8.65074 3.96451 6.30759 6.30765C3.96445 8.6508 3.96445 12.4498 6.30759 14.7929Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"search \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M18.319 14.4326C20.7628 11.2941 20.542 6.75347 17.6569 3.86829C14.5327 0.744098 9.46734 0.744098 6.34315 3.86829C3.21895 6.99249 3.21895 12.0578 6.34315 15.182C9.22833 18.0672 13.769 18.2879 16.9075 15.8442C16.921 15.8595 16.9351 15.8745 16.9497 15.8891L21.1924 20.1317C21.5829 20.5223 22.2161 20.5223 22.6066 20.1317C22.9971 19.7412 22.9971 19.1081 22.6066 18.7175L18.364 14.4749C18.3493 14.4603 18.3343 14.4462 18.319 14.4326ZM16.2426 5.28251C18.5858 7.62565 18.5858 11.4246 16.2426 13.7678C13.8995 16.1109 10.1005 16.1109 7.75736 13.7678C5.41421 11.4246 5.41421 7.62565 7.75736 5.28251C10.1005 2.93936 13.8995 2.93936 16.2426 5.28251Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"select o \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M9.17154 11.508L7.75732 10.0938L12 5.85114L16.2426 10.0938L14.8284 11.508L12 8.67956L9.17154 11.508Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M9.17154 12.492L7.75732 13.9062L12 18.1489L16.2426 13.9062L14.8284 12.492L12 15.3204L9.17154 12.492Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"select r \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M9.17154 11.508L7.75732 10.0938L12 5.85113L16.2426 10.0938L14.8284 11.508L12 8.67956L9.17154 11.508Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M9.17154 12.492L7.75732 13.9062L12 18.1489L16.2426 13.9062L14.8284 12.492L12 15.3204L9.17154 12.492Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M1 5C1 2.79086 2.79086 1 5 1H19C21.2091 1 23 2.79086 23 5V19C23 21.2091 21.2091 23 19 23H5C2.79086 23 1 21.2091 1 19V5ZM5 3H19C20.1046 3 21 3.89543 21 5V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19V5C3 3.89543 3.89543 3 5 3Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"select \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M6 9.65685L7.41421 11.0711L11.6569 6.82843L15.8995 11.0711L17.3137 9.65685L11.6569 4L6 9.65685Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M6 14.4433L7.41421 13.0291L11.6569 17.2717L15.8995 13.0291L17.3137 14.4433L11.6569 20.1001L6 14.4433Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"server \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M9 6C8.44772 6 8 6.44772 8 7C8 7.55228 8.44772 8 9 8H15C15.5523 8 16 7.55228 16 7C16 6.44772 15.5523 6 15 6H9Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M9 10C8.44772 10 8 10.4477 8 11C8 11.5523 8.44772 12 9 12H15C15.5523 12 16 11.5523 16 11C16 10.4477 15.5523 10 15 10H9Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M13 17C13 17.5523 12.5523 18 12 18C11.4477 18 11 17.5523 11 17C11 16.4477 11.4477 16 12 16C12.5523 16 13 16.4477 13 17Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M4 5C4 3.34315 5.34315 2 7 2H17C18.6569 2 20 3.34315 20 5V19C20 20.6569 18.6569 22 17 22H7C5.34315 22 4 20.6569 4 19V5ZM7 4H17C17.5523 4 18 4.44772 18 5V19C18 19.5523 17.5523 20 17 20H7C6.44772 20 6 19.5523 6 19V5C6 4.44772 6.44771 4 7 4Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"serverless \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M11.7872 6H5V9H10.6953L11.7872 6Z\" fill=\"currentColor\" />\n  <path d=\"M9.96735 11H5V14H8.87544L9.96735 11Z\" fill=\"currentColor\" />\n  <path d=\"M11.0038 14L12.0957 11H20V14H11.0038Z\" fill=\"currentColor\" />\n  <path d=\"M8.1475 16H5V19H7.05559L8.1475 16Z\" fill=\"currentColor\" />\n  <path d=\"M9.18394 19L10.2759 16H20V19H9.18394Z\" fill=\"currentColor\" />\n  <path d=\"M12.8236 9L13.9156 6H20V9H12.8236Z\" fill=\"currentColor\" />\n</svg></li><li title=\"shape circle \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M12 17C14.7614 17 17 14.7614 17 12C17 9.23858 14.7614 7 12 7C9.23858 7 7 9.23858 7 12C7 14.7614 9.23858 17 12 17ZM12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"shape half circle \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M16 4C11.5817 4 8 7.58172 8 12C8 16.4183 11.5817 20 16 20V17C13.2386 17 11 14.7614 11 12C11 9.23858 13.2386 7 16 7V4Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"shape hexagon \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M6 15.2348L12 18.5681L18 15.2348V8.76521L12 5.43188L6 8.76521V15.2348ZM12 2L3 7V17L12 22L21 17V7L12 2Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"shape rhombus \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M12 6.34315L6.34317 12L12 17.6569L17.6569 12L12 6.34315ZM2.10052 12L12 21.8995L21.8995 12L12 2.10051L2.10052 12Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"shape square \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M17 7H7V17H17V7ZM4 4V20H20V4H4Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"shape triangle \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M11.6603 5L3 20H20.3205L11.6603 5ZM11.6603 11L8.19615 17H15.1244L11.6603 11Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"shape zigzag \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M2.31212 9L1 10.5094L4.77355 13.7897L6.28297 15.1018L7.59509 13.5924L9.13456 11.8214L11.3988 13.7897L12.9082 15.1018L14.2203 13.5924L15.7584 11.823L18.0209 13.7897L19.5303 15.1018L20.8424 13.5924L22.8106 11.3283L21.3012 10.0162L19.333 12.2803L15.5594 9L14.2473 10.5094L14.249 10.5109L12.7109 12.2803L8.93736 9L8.05395 10.0163L6.08567 12.2803L2.31212 9Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"share \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M18 9C19.6569 9 21 7.65685 21 6C21 4.34315 19.6569 3 18 3C16.3431 3 15 4.34315 15 6C15 6.12549 15.0077 6.24919 15.0227 6.37063L8.08261 9.84066C7.54305 9.32015 6.80891 9 6 9C4.34315 9 3 10.3431 3 12C3 13.6569 4.34315 15 6 15C6.80891 15 7.54305 14.6798 8.08261 14.1593L15.0227 17.6294C15.0077 17.7508 15 17.8745 15 18C15 19.6569 16.3431 21 18 21C19.6569 21 21 19.6569 21 18C21 16.3431 19.6569 15 18 15C17.1911 15 16.457 15.3202 15.9174 15.8407L8.97733 12.3706C8.99229 12.2492 9 12.1255 9 12C9 11.8745 8.99229 11.7508 8.97733 11.6294L15.9174 8.15934C16.457 8.67985 17.1911 9 18 9Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"shield \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M7 8V13C7 15.7614 9.23858 18 12 18C14.7614 18 17 15.7614 17 13V8H7ZM5 4H19V13C19 16.866 15.866 20 12 20C8.13401 20 5 16.866 5 13V4Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"shopping bag \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M5 4H19C19.5523 4 20 4.44771 20 5V19C20 19.5523 19.5523 20 19 20H5C4.44772 20 4 19.5523 4 19V5C4 4.44772 4.44771 4 5 4ZM2 5C2 3.34315 3.34315 2 5 2H19C20.6569 2 22 3.34315 22 5V19C22 20.6569 20.6569 22 19 22H5C3.34315 22 2 20.6569 2 19V5ZM12 12C9.23858 12 7 9.31371 7 6H9C9 8.56606 10.6691 10 12 10C13.3309 10 15 8.56606 15 6H17C17 9.31371 14.7614 12 12 12Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"shopping cart \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M5.79166 2H1V4H4.2184L6.9872 16.6776H7V17H20V16.7519L22.1932 7.09095L22.5308 6H6.6552L6.08485 3.38852L5.79166 2ZM19.9869 8H7.092L8.62081 15H18.3978L19.9869 8Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M10 22C11.1046 22 12 21.1046 12 20C12 18.8954 11.1046 18 10 18C8.89543 18 8 18.8954 8 20C8 21.1046 8.89543 22 10 22Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M19 20C19 21.1046 18.1046 22 17 22C15.8954 22 15 21.1046 15 20C15 18.8954 15.8954 18 17 18C18.1046 18 19 18.8954 19 20Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"shortcut \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M16.1925 7.70711C15.8019 7.31658 15.1688 7.31658 14.7782 7.70711L7.70718 14.7782C7.31665 15.1687 7.31665 15.8019 7.70718 16.1924C8.0977 16.5829 8.73087 16.5829 9.12139 16.1924L16.1925 9.12132C16.583 8.7308 16.583 8.09763 16.1925 7.70711Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M3 6C3 4.34315 4.34315 3 6 3H18C19.6569 3 21 4.34315 21 6V18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18V6ZM6 5H18C18.5523 5 19 5.44772 19 6V18C19 18.5523 18.5523 19 18 19H6C5.44772 19 5 18.5523 5 18V6C5 5.44772 5.44772 5 6 5Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"shutterstock \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M12 17C12 17.5523 12.4477 18 13 18H17C17.5523 18 18 17.5523 18 17V13C18 12.4477 17.5523 12 17 12H16V16H12V17Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M11 6C11.5523 6 12 6.44772 12 7V8H8V12H7C6.44772 12 6 11.5523 6 11V7C6 6.44772 6.44772 6 7 6H11Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M5 2C3.34315 2 2 3.34315 2 5V19C2 20.6569 3.34315 22 5 22H19C20.6569 22 22 20.6569 22 19V5C22 3.34315 20.6569 2 19 2H5ZM19 4H5C4.44771 4 4 4.44772 4 5V19C4 19.5523 4.44772 20 5 20H19C19.5523 20 20 19.5523 20 19V5C20 4.44771 19.5523 4 19 4Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"sidebar open \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M3 4H21V20H3V4ZM9 6H19V18H9V6Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"sidebar right \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M3 4H17V20H3V4ZM5 6H15V18H5V6Z\"\n    fill=\"currentColor\"\n  />\n  <path d=\"M21 4H19V20H21V4Z\" fill=\"currentColor\" />\n</svg></li><li title=\"sidebar \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M21 20H7V4H21V20ZM19 18H9V6H19V18Z\"\n    fill=\"currentColor\"\n  />\n  <path d=\"M3 20H5V4H3V20Z\" fill=\"currentColor\" />\n</svg></li><li title=\"signal \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M15 7C15 6.44772 15.4477 6 16 6C16.5523 6 17 6.44772 17 7V17C17 17.5523 16.5523 18 16 18C15.4477 18 15 17.5523 15 17V7Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M7 15C7 14.4477 7.44772 14 8 14C8.55228 14 9 14.4477 9 15V17C9 17.5523 8.55228 18 8 18C7.44772 18 7 17.5523 7 17V15Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M12 10C11.4477 10 11 10.4477 11 11V17C11 17.5523 11.4477 18 12 18C12.5523 18 13 17.5523 13 17V11C13 10.4477 12.5523 10 12 10Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"size \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M12 6V4H20V20H12V18H8V16H4V8H8V6H12ZM14 6H18V18H14V6ZM12 8H10V16H12V8ZM8 10V14H6V10H8Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"sketch \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M5.20879 3H18.903L20.1118 10.2527L12.0559 21.1858L4 10.2527L5.20879 3ZM6.90304 5L6.11184 9.74726L12.0559 17.8142L18 9.74726L17.2088 5H6.90304Z\"\n    fill=\"currentColor\"\n  />\n  <path d=\"M8.05592 8H16.0559V10H8.05592V8Z\" fill=\"currentColor\" />\n</svg></li><li title=\"slack \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M13 10C13 11.1046 13.8954 12 15 12C16.1046 12 17 11.1046 17 10V5C17 3.89543 16.1046 3 15 3C13.8954 3 13 3.89543 13 5V10ZM5 8C3.89543 8 3 8.89543 3 10C3 11.1046 3.89543 12 5 12H10C11.1046 12 12 11.1046 12 10C12 8.89543 11.1046 8 10 8H5ZM15 13C13.8954 13 13 13.8954 13 15C13 16.1046 13.8954 17 15 17H20C21.1046 17 22 16.1046 22 15C22 13.8954 21.1046 13 20 13H15ZM10 22C8.89543 22 8 21.1046 8 20L8 15C8 13.8954 8.89543 13 10 13C11.1046 13 12 13.8954 12 15V20C12 21.1046 11.1046 22 10 22ZM8 5C8 3.89543 8.89543 3 10 3C11.1046 3 12 3.89543 12 5V7H10C8.89543 7 8 6.10457 8 5ZM3 15C3 16.1046 3.89543 17 5 17C6.10457 17 7 16.1046 7 15V13H5C3.89543 13 3 13.8954 3 15ZM17 20C17 21.1046 16.1046 22 15 22C13.8954 22 13 21.1046 13 20V18H15C16.1046 18 17 18.8954 17 20ZM22 10C22 8.89543 21.1046 8 20 8C18.8954 8 18 8.89543 18 10V12H20C21.1046 12 22 11.1046 22 10Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"sleep \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12ZM16.899 17C15.6364 18.2372 13.9073 19 12 19C10.0927 19 8.36355 18.2372 7.10102 17H16.899ZM18.3264 15C18.7583 14.0907 19 13.0736 19 12C19 8.13401 15.866 5 12 5C8.13401 5 5 8.13401 5 12C5 13.0736 5.24169 14.0907 5.67363 15H18.3264Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"smart home boiler \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M5 5C5 2.79086 6.79086 1 9 1H15C17.2091 1 19 2.79086 19 5V21H15.144L15.8865 22.9999H13.8865L13.144 21H11.144L11.8865 22.9999H9.88653L9.14397 21H5V5ZM9 3H15C16.1046 3 17 3.89543 17 5V7H7V5C7 3.89543 7.89543 3 9 3ZM7 9H17V19H7V9Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"smart home cooker \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M15 16C15 17.6569 13.6569 19 12 19C10.3431 19 9 17.6569 9 16C9 14.3431 10.3431 13 12 13C13.6569 13 15 14.3431 15 16ZM13 16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16C11 15.4477 11.4477 15 12 15C12.5523 15 13 15.4477 13 16Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M15 1H9V3H11V5H7C4.79086 5 3 6.79086 3 9V19C3 21.2091 4.79086 23 7 23H17C19.2091 23 21 21.2091 21 19V9C21 6.79086 19.2091 5 17 5H13V3H15V1ZM17 7H7C5.89543 7 5 7.89543 5 9H19C19 7.89543 18.1046 7 17 7ZM19 11H5V19C5 20.1046 5.89543 21 7 21H17C18.1046 21 19 20.1046 19 19V11Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"smart home heat \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M17 11H7C6.44772 11 6 11.4477 6 12C6 12.5523 6.44772 13 7 13H10V15H7C5.34315 15 4 13.6569 4 12C4 10.3431 5.34315 9 7 9H17C18.6569 9 20 10.3431 20 12C20 13.6569 18.6569 15 17 15H14V13H17C17.5523 13 18 12.5523 18 12C18 11.4477 17.5523 11 17 11Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M0 12C0 8.13401 3.13401 5 7 5H17C20.866 5 24 8.13401 24 12C24 15.866 20.866 19 17 19H7C3.13401 19 0 15.866 0 12ZM7 7H17C19.7614 7 22 9.23858 22 12C22 14.7614 19.7614 17 17 17H7C4.23858 17 2 14.7614 2 12C2 9.23858 4.23858 7 7 7Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"smart home light \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M7.03435 6.5C7.03435 3.73858 9.27293 1.5 12.0344 1.5C14.7958 1.5 17.0344 3.73858 17.0344 6.5V10.5C17.0344 13.2614 14.7958 15.5 12.0344 15.5C9.27293 15.5 7.03435 13.2614 7.03435 10.5V6.5ZM15.0344 6.5V10.5C15.0344 12.1569 13.6912 13.5 12.0344 13.5C10.3775 13.5 9.03435 12.1569 9.03435 10.5V6.5C9.03435 4.84315 10.3775 3.5 12.0344 3.5C13.6912 3.5 15.0344 4.84315 15.0344 6.5Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M12.0344 16.5C11.4821 16.5 11.0344 16.9477 11.0344 17.5V21.5C11.0344 22.0523 11.4821 22.5 12.0344 22.5C12.5866 22.5 13.0344 22.0523 13.0344 21.5V17.5C13.0344 16.9477 12.5866 16.5 12.0344 16.5Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M7.74433 16.4397C7.93323 15.9207 8.50707 15.6531 9.02605 15.842C9.54502 16.0309 9.81261 16.6048 9.62372 17.1237L8.25564 20.8825C8.06675 21.4015 7.4929 21.6691 6.97393 21.4802C6.45495 21.2913 6.18736 20.7174 6.37625 20.1985L7.74433 16.4397Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M14.974 15.8421C14.4551 16.031 14.1875 16.6048 14.3764 17.1238L15.7445 20.8825C15.9333 21.4015 16.5072 21.6691 17.0262 21.4802C17.5451 21.2913 17.8127 20.7175 17.6238 20.1985L16.2558 16.4397C16.0669 15.9208 15.493 15.6532 14.974 15.8421Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"smart home refrigerator \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M9 6C9 5.44772 9.44772 5 10 5C10.5523 5 11 5.44772 11 6V8C11 8.55228 10.5523 9 10 9C9.44772 9 9 8.55228 9 8V6Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M10 13C9.44772 13 9 13.4477 9 14V16C9 16.5523 9.44772 17 10 17C10.5523 17 11 16.5523 11 16V14C11 13.4477 10.5523 13 10 13Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M5 4C5 2.34315 6.34315 1 8 1H16C17.6569 1 19 2.34315 19 4V20C19 21.6569 17.6569 23 16 23H8C6.34315 23 5 21.6569 5 20V4ZM8 3H16C16.5523 3 17 3.44772 17 4V10H7V4C7 3.44772 7.44772 3 8 3ZM7 12H17V20C17 20.5523 16.5523 21 16 21H8C7.44772 21 7 20.5523 7 20V12Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"smart home wash machine \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M6 4H18C18.5523 4 19 4.44772 19 5V8H5V5C5 4.44772 5.44771 4 6 4ZM19 19V10H5V19C5 19.5523 5.44772 20 6 20H18C18.5523 20 19 19.5523 19 19ZM3 5C3 3.34315 4.34315 2 6 2H18C19.6569 2 21 3.34315 21 5V19C21 20.6569 19.6569 22 18 22H6C4.34315 22 3 20.6569 3 19V5ZM7 5C6.44772 5 6 5.44772 6 6C6 6.55228 6.44772 7 7 7H9C9.55228 7 10 6.55228 10 6C10 5.44772 9.55228 5 9 5H7ZM14 7C14.5523 7 15 6.55228 15 6C15 5.44772 14.5523 5 14 5C13.4477 5 13 5.44772 13 6C13 6.55228 13.4477 7 14 7ZM18 6C18 6.55228 17.5523 7 17 7C16.4477 7 16 6.55228 16 6C16 5.44772 16.4477 5 17 5C17.5523 5 18 5.44772 18 6ZM14 15C14 16.1046 13.1046 17 12 17C10.8954 17 10 16.1046 10 15C10 13.8954 10.8954 13 12 13C13.1046 13 14 13.8954 14 15ZM16 15C16 17.2091 14.2091 19 12 19C9.79086 19 8 17.2091 8 15C8 12.7909 9.79086 11 12 11C14.2091 11 16 12.7909 16 15Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"smartphone chip \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M9 22C9 22.5523 8.55228 23 8 23C7.44772 23 7 22.5523 7 22C7 21.4477 7.44772 21 8 21C8.55228 21 9 21.4477 9 22ZM13 22C13 22.5523 12.5523 23 12 23C11.4477 23 11 22.5523 11 22C11 21.4477 11.4477 21 12 21C12.5523 21 13 21.4477 13 22ZM16 23C16.5523 23 17 22.5523 17 22C17 21.4477 16.5523 21 16 21C15.4477 21 15 21.4477 15 22C15 22.5523 15.4477 23 16 23Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M9 2C9 2.55228 8.55228 3 8 3C7.44772 3 7 2.55228 7 2C7 1.44772 7.44772 1 8 1C8.55228 1 9 1.44772 9 2ZM13 2C13 2.55228 12.5523 3 12 3C11.4477 3 11 2.55228 11 2C11 1.44772 11.4477 1 12 1C12.5523 1 13 1.44772 13 2ZM16 3C16.5523 3 17 2.55228 17 2C17 1.44772 16.5523 1 16 1C15.4477 1 15 1.44772 15 2C15 2.55228 15.4477 3 16 3ZM9 22C9 22.5523 8.55228 23 8 23C7.44772 23 7 22.5523 7 22C7 21.4477 7.44772 21 8 21C8.55228 21 9 21.4477 9 22ZM13 22C13 22.5523 12.5523 23 12 23C11.4477 23 11 22.5523 11 22C11 21.4477 11.4477 21 12 21C12.5523 21 13 21.4477 13 22ZM16 23C16.5523 23 17 22.5523 17 22C17 21.4477 16.5523 21 16 21C15.4477 21 15 21.4477 15 22C15 22.5523 15.4477 23 16 23ZM23 16C23 15.4477 22.5523 15 22 15C21.4477 15 21 15.4477 21 16C21 16.5523 21.4477 17 22 17C22.5523 17 23 16.5523 23 16ZM23 12C23 11.4477 22.5523 11 22 11C21.4477 11 21 11.4477 21 12C21 12.5523 21.4477 13 22 13C22.5523 13 23 12.5523 23 12ZM22 7C22.5523 7 23 7.44771 23 8C23 8.55229 22.5523 9 22 9C21.4477 9 21 8.55229 21 8C21 7.44771 21.4477 7 22 7ZM2 15C2.55228 15 3 15.4477 3 16C3 16.5523 2.55228 17 2 17C1.44772 17 1 16.5523 1 16C1 15.4477 1.44772 15 2 15ZM2 11C2.55228 11 3 11.4477 3 12C3 12.5523 2.55228 13 2 13C1.44772 13 1 12.5523 1 12C1 11.4477 1.44772 11 2 11ZM3 8C3 7.44771 2.55228 7 2 7C1.44772 7 1 7.44771 1 8C1 8.55229 1.44772 9 2 9C2.55228 9 3 8.55229 3 8ZM17 6H7C6.44772 6 6 6.44772 6 7V17C6 17.5523 6.44772 18 7 18H17C17.5523 18 18 17.5523 18 17V7C18 6.44772 17.5523 6 17 6ZM7 4C5.34315 4 4 5.34315 4 7V17C4 18.6569 5.34315 20 7 20H17C18.6569 20 20 18.6569 20 17V7C20 5.34315 18.6569 4 17 4H7ZM14 10H10V14H14V10ZM8 8V16H16V8H8Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"smartphone ram \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M5 4C5 4.55228 4.55228 5 4 5C3.44772 5 3 4.55228 3 4C3 3.44772 3.44772 3 4 3C4.55228 3 5 3.44772 5 4Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M9 4C9 4.55228 8.55228 5 8 5C7.44772 5 7 4.55228 7 4C7 3.44772 7.44772 3 8 3C8.55228 3 9 3.44772 9 4Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M12 5C12.5523 5 13 4.55228 13 4C13 3.44772 12.5523 3 12 3C11.4477 3 11 3.44772 11 4C11 4.55228 11.4477 5 12 5Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M17 4C17 4.55228 16.5523 5 16 5C15.4477 5 15 4.55228 15 4C15 3.44772 15.4477 3 16 3C16.5523 3 17 3.44772 17 4Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M20 5C20.5523 5 21 4.55228 21 4C21 3.44772 20.5523 3 20 3C19.4477 3 19 3.44772 19 4C19 4.55228 19.4477 5 20 5Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M5 20C5 20.5523 4.55228 21 4 21C3.44772 21 3 20.5523 3 20C3 19.4477 3.44772 19 4 19C4.55228 19 5 19.4477 5 20Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M9 20C9 20.5523 8.55228 21 8 21C7.44772 21 7 20.5523 7 20C7 19.4477 7.44772 19 8 19C8.55228 19 9 19.4477 9 20Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M12 21C12.5523 21 13 20.5523 13 20C13 19.4477 12.5523 19 12 19C11.4477 19 11 19.4477 11 20C11 20.5523 11.4477 21 12 21Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M17 20C17 20.5523 16.5523 21 16 21C15.4477 21 15 20.5523 15 20C15 19.4477 15.4477 19 16 19C16.5523 19 17 19.4477 17 20Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M20 21C20.5523 21 21 20.5523 21 20C21 19.4477 20.5523 19 20 19C19.4477 19 19 19.4477 19 20C19 20.5523 19.4477 21 20 21Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M5 12C5.55228 12 6 11.5523 6 11C6 10.4477 5.55228 10 5 10C4.44772 10 4 10.4477 4 11C4 11.5523 4.44772 12 5 12Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M20 13C20 13.5523 19.5523 14 19 14C18.4477 14 18 13.5523 18 13C18 12.4477 18.4477 12 19 12C19.5523 12 20 12.4477 20 13Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M0 9C0 7.34315 1.34315 6 3 6H21C22.6569 6 24 7.34315 24 9V15C24 16.6569 22.6569 18 21 18H3C1.34315 18 0 16.6569 0 15V9ZM3 8H21C21.5523 8 22 8.44772 22 9V15C22 15.5523 21.5523 16 21 16H3C2.44772 16 2 15.5523 2 15V9C2 8.44772 2.44772 8 3 8Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"smartphone shake \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M13 14H11V16H13V14Z\" fill=\"currentColor\" />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M8 7C8 5.89543 8.89543 5 10 5H14C15.1046 5 16 5.89543 16 7V17C16 18.1046 15.1046 19 14 19H10C8.89543 19 8 18.1046 8 17V7ZM10 7H14V17H10V7Z\"\n    fill=\"currentColor\"\n  />\n  <path d=\"M18 9H20V15H18V9Z\" fill=\"currentColor\" />\n  <path d=\"M0 14H2V10H0V14Z\" fill=\"currentColor\" />\n  <path d=\"M6 15H4V9H6V15Z\" fill=\"currentColor\" />\n  <path d=\"M24 10H22V14H24V10Z\" fill=\"currentColor\" />\n</svg></li><li title=\"smartphone \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M13 16H11V18H13V16Z\" fill=\"currentColor\" />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M5 4C5 2.89543 5.89543 2 7 2H17C18.1046 2 19 2.89543 19 4V20C19 21.1046 18.1046 22 17 22H7C5.89543 22 5 21.1046 5 20V4ZM7 4H17V20H7L7 4Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"smile mouth open \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M12 17C14.2091 17 16 15.2091 16 13H8C8 15.2091 9.79086 17 12 17Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M10 10C10 10.5523 9.55228 11 9 11C8.44772 11 8 10.5523 8 10C8 9.44772 8.44772 9 9 9C9.55228 9 10 9.44772 10 10Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M15 11C15.5523 11 16 10.5523 16 10C16 9.44772 15.5523 9 15 9C14.4477 9 14 9.44772 14 10C14 10.5523 14.4477 11 15 11Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"smile neutral \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M9 11C9.55228 11 10 10.5523 10 10C10 9.44772 9.55228 9 9 9C8.44772 9 8 9.44772 8 10C8 10.5523 8.44772 11 9 11Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M9 15C8.44772 15 8 15.4477 8 16C8 16.5523 8.44772 17 9 17H15C15.5523 17 16 16.5523 16 16C16 15.4477 15.5523 15 15 15H9Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M16 10C16 10.5523 15.5523 11 15 11C14.4477 11 14 10.5523 14 10C14 9.44772 14.4477 9 15 9C15.5523 9 16 9.44772 16 10Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"smile no mouth \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M10 10C10 10.5523 9.55228 11 9 11C8.44772 11 8 10.5523 8 10C8 9.44772 8.44772 9 9 9C9.55228 9 10 9.44772 10 10Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M15 11C15.5523 11 16 10.5523 16 10C16 9.44772 15.5523 9 15 9C14.4477 9 14 9.44772 14 10C14 10.5523 14.4477 11 15 11Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"smile none \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M8 9C7.44772 9 7 9.44772 7 10C7 10.5523 7.44772 11 8 11H9C9.55228 11 10 10.5523 10 10C10 9.44772 9.55228 9 9 9H8Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M15 9C14.4477 9 14 9.44772 14 10C14 10.5523 14.4477 11 15 11H16C16.5523 11 17 10.5523 17 10C17 9.44772 16.5523 9 16 9H15Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M9 15C8.44772 15 8 15.4477 8 16C8 16.5523 8.44772 17 9 17H15C15.5523 17 16 16.5523 16 16C16 15.4477 15.5523 15 15 15H9Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"smile sad \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M9 11C9.55228 11 10 10.5523 10 10C10 9.44772 9.55228 9 9 9C8.44772 9 8 9.44772 8 10C8 10.5523 8.44772 11 9 11Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M14 17C14 15.8954 13.1046 15 12 15C10.8954 15 10 15.8954 10 17H8C8 14.7909 9.79086 13 12 13C14.2091 13 16 14.7909 16 17H14Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M16 10C16 10.5523 15.5523 11 15 11C14.4477 11 14 10.5523 14 10C14 9.44772 14.4477 9 15 9C15.5523 9 16 9.44772 16 10Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"smile upside \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M16 11H14C14 9.89543 13.1046 9 12 9C10.8954 9 10 9.89543 10 11H8C8 8.79086 9.79086 7 12 7C14.2091 7 16 8.79086 16 11Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M10 14C10 13.4477 9.55228 13 9 13C8.44772 13 8 13.4477 8 14C8 14.5523 8.44772 15 9 15C9.55228 15 10 14.5523 10 14Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M15 13C15.5523 13 16 13.4477 16 14C16 14.5523 15.5523 15 15 15C14.4477 15 14 14.5523 14 14C14 13.4477 14.4477 13 15 13Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12ZM20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"smile \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M16 13H14C14 14.1046 13.1046 15 12 15C10.8954 15 10 14.1046 10 13H8C8 15.2091 9.79086 17 12 17C14.2091 17 16 15.2091 16 13Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M10 10C10 10.5523 9.55228 11 9 11C8.44772 11 8 10.5523 8 10C8 9.44771 8.44772 9 9 9C9.55228 9 10 9.44771 10 10Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M15 11C15.5523 11 16 10.5523 16 10C16 9.44771 15.5523 9 15 9C14.4477 9 14 9.44771 14 10C14 10.5523 14.4477 11 15 11Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"software download \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M11 5C11 4.44772 11.4477 4 12 4C12.5523 4 13 4.44772 13 5V12.1578L16.2428 8.91501L17.657 10.3292L12.0001 15.9861L6.34326 10.3292L7.75748 8.91501L11 12.1575V5Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M4 14H6V18H18V14H20V18C20 19.1046 19.1046 20 18 20H6C4.89543 20 4 19.1046 4 18V14Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"software upload \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M11 14.9861C11 15.5384 11.4477 15.9861 12 15.9861C12.5523 15.9861 13 15.5384 13 14.9861V7.82831L16.2428 11.0711L17.657 9.65685L12.0001 4L6.34326 9.65685L7.75748 11.0711L11 7.82854V14.9861Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M4 14H6V18H18V14H20V18C20 19.1046 19.1046 20 18 20H6C4.89543 20 4 19.1046 4 18V14Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"sort az \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M6 8C6 7.44772 6.44772 7 7 7H17C17.5523 7 18 7.44772 18 8C18 8.55228 17.5523 9 17 9H7C6.44772 9 6 8.55228 6 8Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M8 12C8 11.4477 8.44772 11 9 11H15C15.5523 11 16 11.4477 16 12C16 12.5523 15.5523 13 15 13H9C8.44772 13 8 12.5523 8 12Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M11 15C10.4477 15 10 15.4477 10 16C10 16.5523 10.4477 17 11 17H13C13.5523 17 14 16.5523 14 16C14 15.4477 13.5523 15 13 15H11Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"sort za \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M6 16C6 16.5523 6.44772 17 7 17H17C17.5523 17 18 16.5523 18 16C18 15.4477 17.5523 15 17 15H7C6.44772 15 6 15.4477 6 16Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M8 12C8 12.5523 8.44772 13 9 13H15C15.5523 13 16 12.5523 16 12C16 11.4477 15.5523 11 15 11H9C8.44772 11 8 11.4477 8 12Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M11 9C10.4477 9 10 8.55229 10 8C10 7.44771 10.4477 7 11 7H13C13.5523 7 14 7.44771 14 8C14 8.55229 13.5523 9 13 9H11Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"space between v \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M5 5V9H19V5H17V7H7V5H5Z\" fill=\"currentColor\" />\n  <path d=\"M5 19V15H19V19H17V17H7V19H5Z\" fill=\"currentColor\" />\n  <path d=\"M7 11H17V13H7V11Z\" fill=\"currentColor\" />\n</svg></li><li title=\"space between \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M19 5L15 5L15 19H19V17H17L17 7L19 7V5Z\" fill=\"currentColor\" />\n  <path d=\"M5 5L9 5L9 19H5L5 17H7L7 7H5L5 5Z\" fill=\"currentColor\" />\n  <path d=\"M13 7V17H11L11 7H13Z\" fill=\"currentColor\" />\n</svg></li><li title=\"spectrum \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M12 16H16C16 11.5817 12.4183 8 8 8V12C10.2091 12 12 13.7909 12 16Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"spinner alt \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M2 12C2 6.47715 6.47715 2 12 2V5C8.13401 5 5 8.13401 5 12H2Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"spinner two alt \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M12 22C17.5228 22 22 17.5228 22 12H19C19 15.866 15.866 19 12 19V22Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M2 12C2 6.47715 6.47715 2 12 2V5C8.13401 5 5 8.13401 5 12H2Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"spinner two \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    opacity=\"0.2\"\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M12 19C15.866 19 19 15.866 19 12C19 8.13401 15.866 5 12 5C8.13401 5 5 8.13401 5 12C5 15.866 8.13401 19 12 19ZM12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M12 22C17.5228 22 22 17.5228 22 12H19C19 15.866 15.866 19 12 19V22Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M2 12C2 6.47715 6.47715 2 12 2V5C8.13401 5 5 8.13401 5 12H2Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"spinner \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    opacity=\"0.2\"\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M12 19C15.866 19 19 15.866 19 12C19 8.13401 15.866 5 12 5C8.13401 5 5 8.13401 5 12C5 15.866 8.13401 19 12 19ZM12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M2 12C2 6.47715 6.47715 2 12 2V5C8.13401 5 5 8.13401 5 12H2Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"square \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M14 10H10V14H14V10Z\" fill=\"currentColor\" />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M5 9C5 6.79086 6.79086 5 9 5H15C17.2091 5 19 6.79086 19 9V15C19 17.2091 17.2091 19 15 19H9C6.79086 19 5 17.2091 5 15V9ZM9 8H15C15.5523 8 16 8.44772 16 9V15C16 15.5523 15.5523 16 15 16H9C8.44772 16 8 15.5523 8 15V9C8 8.44772 8.44772 8 9 8Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"stack \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M20 4V16H22V2H8V4H20Z\" fill=\"currentColor\" />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M2 8V22H16V8H2ZM14 10H4V20H14V10Z\"\n    fill=\"currentColor\"\n  />\n  <path d=\"M17 7H5V5H19V19H17V7Z\" fill=\"currentColor\" />\n</svg></li><li title=\"stark \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M7.17222 18.0249C5.81662 17.2862 4.69522 16.1661 3.95526 14.791C3.01664 13.0467 2.75847 11.0163 3.23071 9.0927C3.70295 7.16908 4.87201 5.48904 6.51164 4.37775C8.15127 3.26646 10.1449 2.80295 12.1066 3.07692L11.67 6.20259C10.4822 6.03669 9.2751 6.31735 8.28231 6.99024C7.28951 7.66312 6.58164 8.68039 6.2957 9.84514C6.00976 11.0099 6.16608 12.2393 6.73442 13.2954C7.18247 14.1281 7.86148 14.8063 8.6823 15.2536L14.8278 3.97537L17.4621 5.4108C18.8177 6.14946 19.9391 7.26961 20.679 8.64469C21.6177 10.3889 21.8758 12.4193 21.4036 14.343C20.9314 16.2666 19.7623 17.9466 18.1227 19.0579C16.483 20.1692 14.4894 20.6327 12.5277 20.3587L12.9643 17.2331C14.1521 17.399 15.3592 17.1183 16.352 16.4454C17.3448 15.7725 18.0527 14.7553 18.3386 13.5905C18.6245 12.4258 18.4682 11.1964 17.8999 10.1402C17.4518 9.30761 16.7728 8.62938 15.952 8.18212L9.80647 19.4604L7.17222 18.0249Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"stopwatch \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M18.6214 2.55029L21.4498 5.37872L20.0356 6.79293L17.2071 3.96451L18.6214 2.55029Z\"\n    fill=\"currentColor\"\n  />\n  <path d=\"M12.8225 8.60055H10.8225V12.6005H12.8225V8.60055Z\" fill=\"currentColor\" />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M5.18633 18.8137C8.70105 22.3285 14.3995 22.3285 17.9143 18.8137C21.429 15.299 21.429 9.60055 17.9143 6.08583C14.3995 2.57111 8.70105 2.57111 5.18633 6.08583C1.67161 9.60054 1.67161 15.299 5.18633 18.8137ZM6.60054 17.3995C9.33422 20.1332 13.7664 20.1332 16.5 17.3995C19.2337 14.6659 19.2337 10.2337 16.5 7.50004C13.7664 4.76637 9.33422 4.76637 6.60054 7.50004C3.86688 10.2337 3.86688 14.6659 6.60054 17.3995Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"stories \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M15 6H9C8.44772 6 8 6.44772 8 7V17C8 17.5523 8.44772 18 9 18H15C15.5523 18 16 17.5523 16 17V7C16 6.44772 15.5523 6 15 6ZM9 4C7.34315 4 6 5.34315 6 7V17C6 18.6569 7.34315 20 9 20H15C16.6569 20 18 18.6569 18 17V7C18 5.34315 16.6569 4 15 4H9Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M2 6C2 5.44772 2.44772 5 3 5C3.55228 5 4 5.44772 4 6V18C4 18.5523 3.55228 19 3 19C2.44772 19 2 18.5523 2 18V6Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M20 6C20 5.44772 20.4477 5 21 5C21.5523 5 22 5.44772 22 6V18C22 18.5523 21.5523 19 21 19C20.4477 19 20 18.5523 20 18V6Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"studio \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M17 13H13V17H17V13Z\" fill=\"currentColor\" />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M3 3H21V21H3V3ZM5 5H19V19H5V5Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"style \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M13 21V13H21V21H13ZM15 15H19L19 19H15V15Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M3 11L3 3L11 3V11H3ZM5 5L9 5V9L5 9L5 5Z\"\n    fill=\"currentColor\"\n  />\n  <path d=\"M18 6V12H16V8L12 8V6L18 6Z\" fill=\"currentColor\" />\n  <path d=\"M12 18H6L6 12H8L8 16H12V18Z\" fill=\"currentColor\" />\n</svg></li><li title=\"sun \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M12 16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16ZM12 18C15.3137 18 18 15.3137 18 12C18 8.68629 15.3137 6 12 6C8.68629 6 6 8.68629 6 12C6 15.3137 8.68629 18 12 18Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M11 0H13V4.06189C12.6724 4.02104 12.3387 4 12 4C11.6613 4 11.3276 4.02104 11 4.06189V0ZM7.0943 5.68018L4.22173 2.80761L2.80752 4.22183L5.6801 7.09441C6.09071 6.56618 6.56608 6.0908 7.0943 5.68018ZM4.06189 11H0V13H4.06189C4.02104 12.6724 4 12.3387 4 12C4 11.6613 4.02104 11.3276 4.06189 11ZM5.6801 16.9056L2.80751 19.7782L4.22173 21.1924L7.0943 18.3198C6.56608 17.9092 6.09071 17.4338 5.6801 16.9056ZM11 19.9381V24H13V19.9381C12.6724 19.979 12.3387 20 12 20C11.6613 20 11.3276 19.979 11 19.9381ZM16.9056 18.3199L19.7781 21.1924L21.1923 19.7782L18.3198 16.9057C17.9092 17.4339 17.4338 17.9093 16.9056 18.3199ZM19.9381 13H24V11H19.9381C19.979 11.3276 20 11.6613 20 12C20 12.3387 19.979 12.6724 19.9381 13ZM18.3198 7.0943L21.1923 4.22183L19.7781 2.80762L16.9056 5.6801C17.4338 6.09071 17.9092 6.56608 18.3198 7.0943Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"support \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M12.2607 21.9966C12.174 21.9988 12.0871 22 12 22C11.9128 22 11.8259 21.9988 11.7393 21.9966C7.68318 21.8928 4.22762 19.3738 2.7573 15.8242C1.74192 13.3674 1.7476 10.588 2.77433 8.13481C3.27688 6.93672 4.00599 5.85718 4.90808 4.94979L4.94983 4.90804C5.85259 4.01056 6.92574 3.28429 8.1165 2.78202C10.5894 1.74123 13.3958 1.73933 15.87 2.77633C17.0688 3.27993 18.1488 4.01042 19.0562 4.91407L19.0859 4.94373C19.9989 5.86054 20.7351 6.95351 21.2392 8.16721C21.7279 9.34662 21.9812 10.6006 21.999 11.8573C21.9997 11.9047 22 11.9523 22 12C22 12.0506 21.9996 12.1012 21.9989 12.1516C21.9376 16.2743 19.3814 19.7925 15.7731 21.2637C14.6481 21.7213 13.4566 21.9656 12.2607 21.9966ZM14.0322 15.4464L16.906 18.3202C14.0281 20.5599 9.97192 20.5599 7.09402 18.3202L9.96779 15.4464C11.2175 16.1845 12.7825 16.1845 14.0322 15.4464ZM8.55358 14.0322L5.67981 16.906C3.44007 14.0281 3.44007 9.97192 5.67981 7.09402L8.55358 9.96779C7.81548 11.2175 7.81548 12.7825 8.55358 14.0322ZM10.0824 12.5694C10.0773 12.5523 10.0725 12.5351 10.0679 12.5179C9.97738 12.179 9.97738 11.821 10.0679 11.4821C10.1556 11.1537 10.3282 10.8434 10.5858 10.5858C10.8299 10.3417 11.1213 10.1739 11.4306 10.0824C11.4477 10.0773 11.4649 10.0725 11.4821 10.0679C11.821 9.97738 12.179 9.97737 12.5179 10.0679C12.8463 10.1556 13.1566 10.3282 13.4142 10.5858C13.6583 10.8299 13.8261 11.1213 13.9176 11.4306C13.9227 11.4477 13.9275 11.4649 13.9321 11.4821C14.0226 11.821 14.0226 12.179 13.9321 12.5179C13.8444 12.8462 13.6718 13.1566 13.4142 13.4142C13.1701 13.6583 12.8787 13.8261 12.5694 13.9176C12.5523 13.9227 12.5351 13.9275 12.5179 13.9321C12.179 14.0226 11.821 14.0226 11.4821 13.9321C11.1538 13.8444 10.8434 13.6718 10.5858 13.4142C10.3417 13.1701 10.1739 12.8787 10.0824 12.5694ZM14.0322 8.55357C12.7825 7.81548 11.2175 7.81548 9.96779 8.55357L7.09402 5.6798C9.97192 3.44007 14.0281 3.44007 16.906 5.6798L14.0322 8.55357ZM18.3202 16.906C20.5599 14.0281 20.5599 9.97192 18.3202 7.09402L15.4464 9.96779C16.1845 11.2175 16.1845 12.7825 15.4464 14.0322L18.3202 16.906Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"swap vertical \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M12 16H13.5L13.5 10H15.5L15.5 16H17L14.5 19L12 16Z\" fill=\"currentColor\" />\n  <path d=\"M8 8H9.5L9.5 14H11.5L11.5 8H13L10.5 5L8 8Z\" fill=\"currentColor\" />\n</svg></li><li title=\"swap \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M16 13V11.5H10V9.5H16V8L19 10.5L16 13Z\" fill=\"currentColor\" />\n  <path d=\"M8 17V15.5H14V13.5H8V12L5 14.5L8 17Z\" fill=\"currentColor\" />\n</svg></li><li title=\"sweden \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M23 4H10V11H23V4Z\" fill=\"currentColor\" />\n  <path d=\"M23 13V20H10V13H23Z\" fill=\"currentColor\" />\n  <path d=\"M8 13V20H1V13H8Z\" fill=\"currentColor\" />\n  <path d=\"M1 11V4H8V11H1Z\" fill=\"currentColor\" />\n</svg></li><li title=\"swiss \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M3 3V21H21V3H3ZM14 7H10V10H7V14H10V17H14V14H17V10H14V7Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"sync \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M4.56079 10.6418L6.35394 3.94971L8.25402 5.84979C11.7312 3.6588 16.3814 4.07764 19.41 7.1063L17.9958 8.52052C15.7536 6.27827 12.3686 5.87519 9.71551 7.31128L11.2529 8.84869L4.56079 10.6418Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M19.4392 13.3581L17.646 20.0502L15.7459 18.1501C12.2688 20.3411 7.61857 19.9223 4.58991 16.8936L6.00413 15.4794C8.24638 17.7217 11.6313 18.1247 14.2844 16.6887L12.747 15.1512L19.4392 13.3581Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"tab \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M18.9999 4C20.6568 4 21.9999 5.34315 21.9999 7V17C21.9999 18.6569 20.6568 20 18.9999 20H4.99994C3.34308 20 1.99994 18.6569 1.99994 17V7C1.99994 5.34315 3.34308 4 4.99994 4H18.9999ZM19.9999 9.62479H13C12.4478 9.62479 11.8442 9.20507 11.652 8.68732L10.6542 6H4.99994C4.44765 6 3.99994 6.44772 3.99994 7V17C3.99994 17.5523 4.44765 18 4.99994 18H18.9999C19.5522 18 19.9999 17.5523 19.9999 17V9.62479Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"tag \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M2 8V16C2 16.5523 2.44772 17 3 17H16.6202C16.9121 17 17.1895 16.8724 17.3795 16.6508L20.808 12.6508C21.129 12.2763 21.129 11.7237 20.808 11.3492L17.3795 7.34921C17.1895 7.12756 16.9121 7 16.6202 7H3C2.44772 7 2 7.44772 2 8ZM0 8V16C0 17.6569 1.34315 19 3 19H16.6202C17.496 19 18.328 18.6173 18.898 17.9524L22.3265 13.9524C23.2895 12.8289 23.2895 11.1711 22.3265 10.0476L18.898 6.04763C18.328 5.38269 17.496 5 16.6202 5H3C1.34315 5 0 6.34315 0 8Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M15 13C15.5523 13 16 12.5523 16 12C16 11.4477 15.5523 11 15 11C14.4477 11 14 11.4477 14 12C14 12.5523 14.4477 13 15 13ZM15 15C16.6569 15 18 13.6569 18 12C18 10.3431 16.6569 9 15 9C13.3431 9 12 10.3431 12 12C12 13.6569 13.3431 15 15 15Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"tally \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M3.66124 2.67117C3.71341 2.4 3.97956 2.18018 4.2557 2.18018H6.2557C6.53184 2.18018 6.71341 2.4 6.66124 2.67117L5.33877 9.54511C5.2866 9.81628 5.02045 10.0361 4.74431 10.0361H2.74431C2.46817 10.0361 2.2866 9.81628 2.33877 9.54511L3.66124 2.67117Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M8.66124 2.67117C8.71341 2.4 8.97956 2.18018 9.2557 2.18018H11.2557C11.5318 2.18018 11.7134 2.4 11.6612 2.67117L8.07168 21.329C8.01951 21.6002 7.75336 21.82 7.47722 21.82H5.47722C5.20108 21.82 5.01951 21.6002 5.07168 21.329L8.66124 2.67117Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M13.6612 2.67117C13.7134 2.4 13.9796 2.18018 14.2557 2.18018H16.2557C16.5318 2.18018 16.7134 2.4 16.6612 2.67117L13.0717 21.329C13.0195 21.6002 12.7534 21.82 12.4772 21.82H10.4772C10.2011 21.82 10.0195 21.6002 10.0717 21.329L13.6612 2.67117Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M18.6612 2.67117C18.7134 2.4 18.9796 2.18018 19.2557 2.18018H21.2557C21.5318 2.18018 21.7134 2.4 21.6612 2.67117L20.3388 9.54511C20.2866 9.81628 20.0205 10.0361 19.7443 10.0361H17.7443C17.4682 10.0361 17.2866 9.81628 17.3388 9.54511L18.6612 2.67117Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"tap double \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M14.9236 18V14C14.9236 12.3431 13.5804 11 11.9236 11C10.2667 11 8.92355 12.3431 8.92355 14V18C8.92355 19.6569 10.2667 21 11.9236 21C13.5804 21 14.9236 19.6569 14.9236 18ZM11.9236 9C9.16213 9 6.92355 11.2386 6.92355 14V18C6.92355 20.7614 9.16213 23 11.9236 23C14.685 23 16.9236 20.7614 16.9236 18V14C16.9236 11.2386 14.685 9 11.9236 9Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M10.9236 14C10.9236 13.4477 11.3713 13 11.9236 13C12.4758 13 12.9236 13.4477 12.9236 14V17H10.9236V14Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M11.9235 1C14.7023 1 17.2164 2.13339 19.0286 3.96311L17.6144 5.37735C16.1641 3.90955 14.15 3 11.9235 3C9.77436 3 7.82311 3.84749 6.38577 5.22651L4.97131 3.81205C6.7708 2.07122 9.22207 1 11.9235 1Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M11.9233 5C13.5809 5 15.1038 5.5761 16.3029 6.53898L14.8768 7.9651C14.0493 7.35833 13.0281 7 11.9233 7C10.848 7 9.85204 7.33943 9.03662 7.91699L7.60779 6.48816C8.79686 5.55586 10.2952 5 11.9233 5Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"tap single \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M12.0491 3.11401C14.1927 3.11401 16.1393 3.95706 17.5756 5.32967L16.1609 6.74437C15.087 5.73346 13.6404 5.11401 12.0491 5.11401C10.4086 5.11401 8.92183 5.77243 7.83868 6.83944L6.42444 5.42519C7.86954 3.99627 9.85631 3.11401 12.0491 3.11401Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M10.9767 11.886C10.9767 11.3337 11.4244 10.886 11.9767 10.886C12.529 10.886 12.9767 11.3337 12.9767 11.886V13.886H10.9767V11.886Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M11.9767 6.88599C9.21526 6.88599 6.97668 9.12456 6.97668 11.886V15.886C6.97668 18.6474 9.21526 20.886 11.9767 20.886C14.7381 20.886 16.9767 18.6474 16.9767 15.886V11.886C16.9767 9.12456 14.7381 6.88599 11.9767 6.88599ZM14.9767 15.886V11.886C14.9767 10.2291 13.6335 8.88599 11.9767 8.88599C10.3198 8.88599 8.97668 10.2291 8.97668 11.886V15.886C8.97668 17.5428 10.3198 18.886 11.9767 18.886C13.6335 18.886 14.9767 17.5428 14.9767 15.886Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"template \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M3 3V9H21V3H3ZM19 5H5V7H19V5Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M3 11V21H11V11H3ZM9 13H5V19H9V13Z\"\n    fill=\"currentColor\"\n  />\n  <path d=\"M21 11H13V13H21V11Z\" fill=\"currentColor\" />\n  <path d=\"M13 15H21V17H13V15Z\" fill=\"currentColor\" />\n  <path d=\"M21 19H13V21H21V19Z\" fill=\"currentColor\" />\n</svg></li><li title=\"tennis \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M19.0711 19.0711C22.9763 15.1658 22.9763 8.83418 19.0711 4.92893C15.1658 1.02369 8.83418 1.02369 4.92893 4.92893C1.02369 8.83418 1.02369 15.1658 4.92893 19.0711C8.83418 22.9763 15.1658 22.9763 19.0711 19.0711ZM19.9426 11.0407C19.7364 9.32374 18.9745 7.6608 17.6569 6.34315C16.3343 5.0206 14.6639 4.25792 12.9402 4.0551L12.93 4.11139C12.1086 8.58308 8.58304 12.1086 4.11136 12.93L4.05511 12.9402C4.25793 14.6639 5.02061 16.3343 6.34315 17.6569C7.66079 18.9745 9.32373 19.7364 11.0407 19.9426C11.0449 19.9191 11.0491 19.8956 11.0534 19.8721C11.8748 15.4004 15.4003 11.8748 19.872 11.0534C19.8955 11.0491 19.9191 11.0449 19.9426 11.0407ZM19.872 13.4292V13.0951C16.5073 13.8586 13.8586 16.5073 13.095 19.8721H13.429C14.9777 19.5924 16.4598 18.8539 17.6569 17.6569C18.8539 16.4598 19.5923 14.9778 19.872 13.4292ZM4.11136 10.8884L4.11136 10.666C4.37766 9.08301 5.12159 7.5647 6.34315 6.34315C7.56465 5.12165 9.08288 4.37773 10.6658 4.11139L10.8883 4.11139C10.1248 7.47615 7.47612 10.1249 4.11136 10.8884Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"terminal \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M5.0333 14.8284L6.44751 16.2426L10.6902 12L6.44751 7.75733L5.0333 9.17155L7.86172 12L5.0333 14.8284Z\"\n    fill=\"currentColor\"\n  />\n  <path d=\"M15 14H11V16H15V14Z\" fill=\"currentColor\" />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M2 2C0.895431 2 0 2.89543 0 4V20C0 21.1046 0.89543 22 2 22H22C23.1046 22 24 21.1046 24 20V4C24 2.89543 23.1046 2 22 2H2ZM22 4H2L2 20H22V4Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"terrain \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M8 10L3 18H13L8 10Z\" fill=\"currentColor\" />\n  <path\n    d=\"M10.5286 10.7543L13.5 6L21 18H15.0572L10.5286 10.7543Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"thermometer \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M16.9498 5.63615C17.3403 5.24563 17.9735 5.24563 18.364 5.63615C18.7545 6.02668 18.7545 6.65984 18.364 7.05037L11.2929 14.1214C10.9024 14.512 10.2693 14.512 9.87873 14.1214C9.48821 13.7309 9.48821 13.0977 9.87873 12.7072L16.9498 5.63615Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M7.82813 17.5862C9.7695 18.8725 12.4109 18.6603 14.1214 16.9499L21.1924 9.8788C23.1451 7.92617 23.1451 4.76035 21.1924 2.80773C19.2398 0.855106 16.074 0.855106 14.1214 2.80773L7.0503 9.8788C5.33984 11.5893 5.12771 14.2307 6.41392 16.172L2.80766 19.7783C2.41714 20.1688 2.41714 20.802 2.80766 21.1925C3.19819 21.583 3.83135 21.583 4.22188 21.1925L7.82813 17.5862ZM12.7072 15.5356L19.7782 8.46458C20.9498 7.29301 20.9498 5.39351 19.7782 4.22194C18.6067 3.05037 16.7072 3.05037 15.5356 4.22194L8.46452 11.293C7.29294 12.4646 7.29294 14.3641 8.46452 15.5356C9.63609 16.7072 11.5356 16.7072 12.7072 15.5356Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"thermostat \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M12 19C12.5523 19 13 18.5523 13 18C13 17.4477 12.5523 17 12 17C11.4477 17 11 17.4477 11 18C11 18.5523 11.4477 19 12 19Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M15 13.9997C16.2144 14.9119 17 16.3642 17 18C17 20.7614 14.7614 23 12 23C9.23858 23 7 20.7614 7 18C7 16.3642 7.78555 14.9119 9 13.9997V4C9 2.34315 10.3431 1 12 1C13.6569 1 15 2.34315 15 4V13.9997ZM13 4V15.1707C14.1652 15.5826 15 16.6938 15 18C15 19.6569 13.6569 21 12 21C10.3431 21 9 19.6569 9 18C9 16.6938 9.83481 15.5826 11 15.1707V4C11 3.44772 11.4477 3 12 3C12.5523 3 13 3.44772 13 4Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"tikcode \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M9 5H5V9H9V5ZM3 3V11H11V3H3Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M19 5H15V9H19V5ZM13 3V11H21V3H13Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M9 15H5V19H9V15ZM3 13V21H11V13H3Z\"\n    fill=\"currentColor\"\n  />\n  <path d=\"M13 13H15V21H13V13Z\" fill=\"currentColor\" />\n  <path d=\"M16 13H18V21H16V13Z\" fill=\"currentColor\" />\n  <path d=\"M19 13H21V21H19V13Z\" fill=\"currentColor\" />\n</svg></li><li title=\"time \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M9 7H11V12H16V14H9V7Z\" fill=\"currentColor\" />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"timelapse \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M12 19C10.067 19 8.31704 18.2165 7.05029 16.9498L12 12L12 5C15.866 5 19 8.13401 19 12C19 15.866 15.866 19 12 19Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"timer \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M13 5.07089C16.3923 5.55612 19 8.47353 19 12C19 15.866 15.866 19 12 19C8.13401 19 5 15.866 5 12C5 9.96159 5.87128 8.12669 7.26175 6.84738L5.84658 5.43221C4.09461 7.0743 3 9.40932 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C11.662 3 11.3283 3.01863 11 3.05493V9.08551H13V5.07089Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M7.70711 8.70708C7.31658 9.0976 7.31658 9.73077 7.70711 10.1213L10.5355 12.9497C10.9261 13.3402 11.5592 13.3402 11.9497 12.9497C12.3403 12.5592 12.3403 11.926 11.9497 11.5355L9.12132 8.70708C8.7308 8.31655 8.09763 8.31655 7.70711 8.70708Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"today \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <rect opacity=\"0.5\" x=\"7\" y=\"9\" width=\"10\" height=\"10\" rx=\"1\" fill=\"currentColor\" />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M18 3H6C5.44772 3 5 3.44772 5 4V20C5 20.5523 5.44772 21 6 21H18C18.5523 21 19 20.5523 19 20V4C19 3.44772 18.5523 3 18 3ZM6 1C4.34315 1 3 2.34315 3 4V20C3 21.6569 4.34315 23 6 23H18C19.6569 23 21 21.6569 21 20V4C21 2.34315 19.6569 1 18 1H6Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M7 6C7 5.44772 7.44772 5 8 5H12C12.5523 5 13 5.44772 13 6C13 6.55228 12.5523 7 12 7H8C7.44772 7 7 6.55228 7 6Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"toggle off \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M17 15C18.6569 15 20 13.6569 20 12C20 10.3431 18.6569 9 17 9C15.3431 9 14 10.3431 14 12C14 13.6569 15.3431 15 17 15Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M0 12C0 8.13401 3.13401 5 7 5H17C20.866 5 24 8.13401 24 12C24 15.866 20.866 19 17 19H7C3.13401 19 0 15.866 0 12ZM7 7H17C19.7614 7 22 9.23858 22 12C22 14.7614 19.7614 17 17 17H7C4.23858 17 2 14.7614 2 12C2 9.23858 4.23858 7 7 7Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"toggle on \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M7 15C5.34315 15 4 13.6569 4 12C4 10.3431 5.34315 9 7 9C8.65685 9 10 10.3431 10 12C10 13.6569 8.65685 15 7 15Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M24 12C24 8.13401 20.866 5 17 5H7C3.13401 5 0 8.13401 0 12C0 15.866 3.13401 19 7 19H17C20.866 19 24 15.866 24 12ZM17 7H7C4.23858 7 2 9.23858 2 12C2 14.7614 4.23858 17 7 17H17C19.7614 17 22 14.7614 22 12C22 9.23858 19.7614 7 17 7Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"toggle square off \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M15 9C14.4477 9 14 9.44772 14 10V14C14 14.5523 14.4477 15 15 15H19C19.5523 15 20 14.5523 20 14V10C20 9.44772 19.5523 9 19 9H15Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M0 7C0 5.89543 0.895431 5 2 5H22C23.1046 5 24 5.89543 24 7V17C24 18.1046 23.1046 19 22 19H2C0.89543 19 0 18.1046 0 17V7ZM2 7H22V17H2L2 7Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"toggle square \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M9 9C9.55228 9 10 9.44772 10 10V14C10 14.5523 9.55228 15 9 15H5C4.44772 15 4 14.5523 4 14V10C4 9.44772 4.44772 9 5 9H9Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M24 7C24 5.89543 23.1046 5 22 5H2C0.89543 5 0 5.89543 0 7V17C0 18.1046 0.895432 19 2 19H22C23.1046 19 24 18.1046 24 17V7ZM22 7H2V17H22V7Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"toolbar bottom \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M18 13H6V15H18V13Z\" fill=\"currentColor\" />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M2 8C2 6.34315 3.34315 5 5 5H19C20.6569 5 22 6.34315 22 8V16C22 17.6569 20.6569 19 19 19H5C3.34315 19 2 17.6569 2 16V8ZM5 7H19C19.5523 7 20 7.44771 20 8V16C20 16.5523 19.5523 17 19 17H5C4.44772 17 4 16.5523 4 16V8C4 7.44772 4.44772 7 5 7Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"toolbar left \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M8 9H6V15H8V9Z\" fill=\"currentColor\" />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M2 8C2 6.34315 3.34315 5 5 5H19C20.6569 5 22 6.34315 22 8V16C22 17.6569 20.6569 19 19 19H5C3.34315 19 2 17.6569 2 16V8ZM5 7H19C19.5523 7 20 7.44771 20 8V16C20 16.5523 19.5523 17 19 17H5C4.44772 17 4 16.5523 4 16V8C4 7.44772 4.44772 7 5 7Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"toolbar right \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M16 9H18V15H16V9Z\" fill=\"currentColor\" />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M22 8C22 6.34315 20.6569 5 19 5H5C3.34315 5 2 6.34315 2 8V16C2 17.6569 3.34315 19 5 19H19C20.6569 19 22 17.6569 22 16V8ZM19 7H5C4.44772 7 4 7.44771 4 8V16C4 16.5523 4.44772 17 5 17H19C19.5523 17 20 16.5523 20 16V8C20 7.44772 19.5523 7 19 7Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"toolbar top \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M18 11H6V9H18V11Z\" fill=\"currentColor\" />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M2 16C2 17.6569 3.34315 19 5 19H19C20.6569 19 22 17.6569 22 16V8C22 6.34315 20.6569 5 19 5H5C3.34315 5 2 6.34315 2 8V16ZM5 17H19C19.5523 17 20 16.5523 20 16V8C20 7.44772 19.5523 7 19 7H5C4.44772 7 4 7.44771 4 8V16C4 16.5523 4.44772 17 5 17Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"toolbox \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M17 5.5H20C21.1046 5.5 22 6.39543 22 7.5V19.5C22 20.6046 21.1046 21.5 20 21.5H4C2.89543 21.5 2 20.6046 2 19.5V7.5C2 6.39543 2.89543 5.5 4 5.5H7C7 3.84315 8.34315 2.5 10 2.5H14C15.6569 2.5 17 3.84315 17 5.5ZM14 4.5H10C9.44772 4.5 9 4.94772 9 5.5H15C15 4.94772 14.5523 4.5 14 4.5ZM20 7.5H4V9.5H20V7.5ZM4 19.5V11.5H7V13.5H11V11.5H13V13.5H17V11.5H20V19.5H4Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"touchpad \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M20 21C21.6569 21 23 19.6569 23 18V6C23 4.34315 21.6569 3 20 3H4C2.34315 3 1 4.34315 1 6V18C1 19.6569 2.34315 21 4 21H20ZM4 5H20C20.5523 5 21 5.44772 21 6V14H3V6C3 5.44772 3.44772 5 4 5ZM3 16V18C3 18.5523 3.44772 19 4 19H11V16H3ZM13 19V16H21V18C21 18.5523 20.5523 19 20 19H13Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"track \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M12 3C12.5523 3 13 3.44772 13 4V5.07089C16.0657 5.5094 18.4906 7.93431 18.9291 11H20C20.5523 11 21 11.4477 21 12C21 12.5523 20.5523 13 20 13H18.9291C18.4906 16.0657 16.0657 18.4906 13 18.9291V20C13 20.5523 12.5523 21 12 21C11.4477 21 11 20.5523 11 20V18.9291C7.93431 18.4906 5.5094 16.0657 5.07089 13H4C3.44772 13 3 12.5523 3 12C3 11.4477 3.44772 11 4 11H5.07089C5.5094 7.93431 7.93431 5.5094 11 5.07089V4C11 3.44772 11.4477 3 12 3ZM7 12C7 9.23858 9.23858 7 12 7C14.7614 7 17 9.23858 17 12C17 14.7614 14.7614 17 12 17C9.23858 17 7 14.7614 7 12Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"transcript \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M5 16C5 15.4477 5.44772 15 6 15H14C14.5523 15 15 15.4477 15 16C15 16.5523 14.5523 17 14 17H6C5.44772 17 5 16.5523 5 16Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M18 11C18.5523 11 19 11.4477 19 12C19 12.5523 18.5523 13 18 13H10C9.44772 13 9 12.5523 9 12C9 11.4477 9.44772 11 10 11H18Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M16 16C16 15.4477 16.4477 15 17 15H18C18.5523 15 19 15.4477 19 16C19 16.5523 18.5523 17 18 17H17C16.4477 17 16 16.5523 16 16Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M7 11C7.55228 11 8 11.4477 8 12C8 12.5523 7.55228 13 7 13H6C5.44772 13 5 12.5523 5 12C5 11.4477 5.44772 11 6 11H7Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M4 3C2.34315 3 1 4.34315 1 6V18C1 19.6569 2.34315 21 4 21H20C21.6569 21 23 19.6569 23 18V6C23 4.34315 21.6569 3 20 3H4ZM20 5H4C3.44772 5 3 5.44772 3 6V18C3 18.5523 3.44772 19 4 19H20C20.5523 19 21 18.5523 21 18V6C21 5.44771 20.5523 5 20 5Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"trash empty \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M17 6V5C17 3.89543 16.1046 3 15 3H9C7.89543 3 7 3.89543 7 5V6H4C3.44772 6 3 6.44772 3 7C3 7.55228 3.44772 8 4 8H5V19C5 20.6569 6.34315 22 8 22H16C17.6569 22 19 20.6569 19 19V8H20C20.5523 8 21 7.55228 21 7C21 6.44772 20.5523 6 20 6H17ZM15 5H9V6H15V5ZM17 8H7V19C7 19.5523 7.44772 20 8 20H16C16.5523 20 17 19.5523 17 19V8Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"trash \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M17 5V4C17 2.89543 16.1046 2 15 2H9C7.89543 2 7 2.89543 7 4V5H4C3.44772 5 3 5.44772 3 6C3 6.55228 3.44772 7 4 7H5V18C5 19.6569 6.34315 21 8 21H16C17.6569 21 19 19.6569 19 18V7H20C20.5523 7 21 6.55228 21 6C21 5.44772 20.5523 5 20 5H17ZM15 4H9V5H15V4ZM17 7H7V18C7 18.5523 7.44772 19 8 19H16C16.5523 19 17 18.5523 17 18V7Z\"\n    fill=\"currentColor\"\n  />\n  <path d=\"M9 9H11V17H9V9Z\" fill=\"currentColor\" />\n  <path d=\"M13 9H15V17H13V9Z\" fill=\"currentColor\" />\n</svg></li><li title=\"tree \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M11 17.9C8.71776 17.4367 7 15.419 7 13V7C7 4.23858 9.23858 2 12 2C14.7614 2 17 4.23858 17 7V13C17 15.419 15.2822 17.4367 13 17.9V21C13 21.5523 12.5523 22 12 22C11.4477 22 11 21.5523 11 21V17.9ZM12 4C13.6569 4 15 5.34315 15 7V13C15 14.3062 14.1652 15.4175 13 15.8293V11C13 10.4477 12.5523 10 12 10C11.4477 10 11 10.4477 11 11V15.8293C9.83481 15.4175 9 14.3062 9 13V7C9 5.34315 10.3431 4 12 4Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"trees \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M12.7401 16.3185C12.035 17.1126 11.0808 17.6806 10 17.9V21C10 21.5523 9.55228 22 9 22C8.44772 22 8 21.5523 8 21V17.9C5.71776 17.4367 4 15.419 4 13V7C4 4.23858 6.23858 2 9 2C11.6087 2 13.7508 3.99781 13.9797 6.54693C14.5726 6.1993 15.2631 6 16 6C18.2091 6 20 7.79086 20 10V14C20 15.8638 18.7252 17.4299 17 17.874V21C17 21.5523 16.5523 22 16 22C15.4477 22 15 21.5523 15 21V17.874C14.0747 17.6358 13.279 17.075 12.7401 16.3185ZM12 7V13C12 14.3062 11.1652 15.4175 10 15.8293V13C10 12.4477 9.55228 12 9 12C8.44772 12 8 12.4477 8 13V15.8293C6.83481 15.4175 6 14.3062 6 13V7C6 5.34315 7.34315 4 9 4C10.6569 4 12 5.34315 12 7ZM17 15.7324V13C17 12.4477 16.5523 12 16 12C15.4477 12 15 12.4477 15 13V15.7324C14.4022 15.3866 14 14.7403 14 14V10C14 8.89543 14.8954 8 16 8C17.1046 8 18 8.89543 18 10V14C18 14.7403 17.5978 15.3866 17 15.7324Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"trello \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M6 7C6 6.44771 6.44772 6 7 6H10C10.5523 6 11 6.44772 11 7V17C11 17.5523 10.5523 18 10 18H7C6.44772 18 6 17.5523 6 17V7Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M13 7C13 6.44772 13.4477 6 14 6H17C17.5523 6 18 6.44772 18 7V13C18 13.5523 17.5523 14 17 14H14C13.4477 14 13 13.5523 13 13V7Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M2 4C2 2.89543 2.89543 2 4 2H20C21.1046 2 22 2.89543 22 4V20C22 21.1046 21.1046 22 20 22H4C2.89543 22 2 21.1046 2 20V4ZM4 4H20V20H4V4Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"trending down \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M1.85104 8.10628L0.436829 9.52049L7.5079 16.5916L13.8719 10.2276L18.1145 14.4702L16.3721 16.2126L23.0642 18.0058L21.2711 11.3136L19.5287 13.056L13.8719 7.39917L7.5079 13.7631L1.85104 8.10628Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"trending \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M1.41421 16.4322L0 15.018L7.07107 7.94693L13.435 14.3109L17.6777 10.0682L15.9353 8.32587L22.6274 6.53271L20.8343 13.2248L19.0919 11.4825L13.435 17.1393L7.07107 10.7754L1.41421 16.4322Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"trophy \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M13 15.9C15.2822 15.4367 17 13.419 17 11V4H7V11C7 13.419 8.71776 15.4367 11 15.9V18H9V20H15V18H13V15.9ZM9 6H15V11C15 12.6569 13.6569 14 12 14C10.3431 14 9 12.6569 9 11V6Z\"\n    fill=\"currentColor\"\n  />\n  <path d=\"M18 6H20V11H18V6Z\" fill=\"currentColor\" />\n  <path d=\"M6 6H4V11H6V6Z\" fill=\"currentColor\" />\n</svg></li><li title=\"tv \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M8 6.11861L9.4131 4.70551L11.5371 6.82954L14.3667 4L15.7782 5.41151L13.3137 7.87598H18C19.1046 7.87598 20 8.77141 20 9.87598V16.876C20 17.9805 19.1046 18.876 18 18.876H6C4.89543 18.876 4 17.9805 4 16.876V9.87598C4 8.77141 4.89543 7.87598 6 7.87598H9.75736L8 6.11861ZM18 9.87598H6V16.876H18V9.87598Z\"\n    fill=\"currentColor\"\n  />\n  <path d=\"M8 19.876H16V20.876H8V19.876Z\" fill=\"currentColor\" />\n</svg></li><li title=\"twilio \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M11 9C11 10.1046 10.1046 11 9 11C7.89543 11 7 10.1046 7 9C7 7.89543 7.89543 7 9 7C10.1046 7 11 7.89543 11 9Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M17 9C17 10.1046 16.1046 11 15 11C13.8954 11 13 10.1046 13 9C13 7.89543 13.8954 7 15 7C16.1046 7 17 7.89543 17 9Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M15 17C16.1046 17 17 16.1046 17 15C17 13.8954 16.1046 13 15 13C13.8954 13 13 13.8954 13 15C13 16.1046 13.8954 17 15 17Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M11 15C11 16.1046 10.1046 17 9 17C7.89543 17 7 16.1046 7 15C7 13.8954 7.89543 13 9 13C10.1046 13 11 13.8954 11 15Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12ZM21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"twitter \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M8 3C9.10457 3 10 3.89543 10 5V8H16C17.1046 8 18 8.89543 18 10C18 11.1046 17.1046 12 16 12H10V14C10 15.6569 11.3431 17 13 17H16C17.1046 17 18 17.8954 18 19C18 20.1046 17.1046 21 16 21H13C9.13401 21 6 17.866 6 14V5C6 3.89543 6.89543 3 8 3Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"ui kit \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M14 6H10C9.44772 6 9 6.44772 9 7V17C9 17.5523 9.44772 18 10 18H14C14.5523 18 15 17.5523 15 17V7C15 6.44772 14.5523 6 14 6ZM10 4C8.34315 4 7 5.34315 7 7V17C7 18.6569 8.34315 20 10 20H14C15.6569 20 17 18.6569 17 17V7C17 5.34315 15.6569 4 14 4H10Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M6 7.45936L3.4932 7.04156C1.6646 6.73679 0 8.14692 0 10.0007V14.918C0 16.7718 1.6646 18.1819 3.4932 17.8772L6 17.4594V15.4318L3.1644 15.9044C2.55487 16.006 2 15.5359 2 14.918V10.0007C2 9.3828 2.55487 8.91276 3.1644 9.01435L6 9.48695V7.45936Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M18 7.45936L20.5068 7.04156C22.3354 6.73679 24 8.14692 24 10.0007V14.918C24 16.7718 22.3354 18.1819 20.5068 17.8772L18 17.4594V15.4318L20.8356 15.9044C21.4451 16.006 22 15.5359 22 14.918V10.0007C22 9.3828 21.4451 8.91276 20.8356 9.01435L18 9.48695V7.45936Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"umbrella \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M4 9C4 4.58172 7.58172 1 12 1C16.4183 1 20 4.58172 20 9V11H13.0187V20.5C13.0187 21.8807 11.8994 23 10.5187 23C9.13797 23 8.01868 21.8807 8.01868 20.5V17.8571H10.0187V20.5C10.0187 20.7761 10.2425 21 10.5187 21C10.7948 21 11.0187 20.7761 11.0187 20.5V11H4V9ZM12 3C15.3137 3 18 5.68629 18 9H6C6 5.68629 8.68629 3 12 3Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"unavailable \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M18.364 5.63604C21.8787 9.15076 21.8787 14.8492 18.364 18.364C14.8492 21.8787 9.15076 21.8787 5.63604 18.364C2.12132 14.8492 2.12132 9.15076 5.63604 5.63604C9.15076 2.12132 14.8492 2.12132 18.364 5.63604ZM16.1925 17.6067L6.39327 7.80749C4.33767 10.5493 4.55666 14.4562 7.05025 16.9497C9.54384 19.4433 13.4507 19.6623 16.1925 17.6067ZM16.9497 7.05025C19.4433 9.54384 19.6623 13.4507 17.6067 16.1925L7.80749 6.39327C10.5493 4.33767 14.4562 4.55666 16.9497 7.05025Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"unblock \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M5.63604 18.364C9.15076 21.8787 14.8492 21.8787 18.364 18.364C21.8787 14.8492 21.8787 9.15076 18.364 5.63604C14.8492 2.12132 9.15076 2.12132 5.63604 5.63604C2.12132 9.15076 2.12132 14.8492 5.63604 18.364ZM7.80749 17.6067C10.5493 19.6623 14.4562 19.4433 16.9497 16.9497C19.4433 14.4562 19.6623 10.5493 17.6067 7.80749L14.8284 10.5858C14.4379 10.9763 13.8047 10.9763 13.4142 10.5858C13.0237 10.1953 13.0237 9.5621 13.4142 9.17157L16.1925 6.39327C13.4507 4.33767 9.54384 4.55666 7.05025 7.05025C4.55666 9.54384 4.33767 13.4507 6.39327 16.1925L9.17157 13.4142C9.5621 13.0237 10.1953 13.0237 10.5858 13.4142C10.9763 13.8047 10.9763 14.4379 10.5858 14.8284L7.80749 17.6067Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"undo \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M5.33929 4.46777H7.33929V7.02487C8.52931 6.08978 10.0299 5.53207 11.6607 5.53207C15.5267 5.53207 18.6607 8.66608 18.6607 12.5321C18.6607 16.3981 15.5267 19.5321 11.6607 19.5321C9.51025 19.5321 7.58625 18.5623 6.30219 17.0363L7.92151 15.8515C8.83741 16.8825 10.1732 17.5321 11.6607 17.5321C14.4222 17.5321 16.6607 15.2935 16.6607 12.5321C16.6607 9.77065 14.4222 7.53207 11.6607 7.53207C10.5739 7.53207 9.56805 7.87884 8.74779 8.46777L11.3393 8.46777V10.4678H5.33929V4.46777Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"unfold \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12H2Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"unsplash \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M15 4.5H9V8.5H15V4.5Z\" fill=\"currentColor\" />\n  <path d=\"M4 10.5H9V14.5H15V10.5H20V19.5H4V10.5Z\" fill=\"currentColor\" />\n</svg></li><li title=\"usb c \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M8 11C7.44772 11 7 11.4477 7 12C7 12.5523 7.44772 13 8 13H16C16.5523 13 17 12.5523 17 12C17 11.4477 16.5523 11 16 11H8Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M3 12C3 9.23858 5.23858 7 8 7H16C18.7614 7 21 9.23858 21 12C21 14.7614 18.7614 17 16 17H8C5.23858 17 3 14.7614 3 12ZM8 9H16C17.6569 9 19 10.3431 19 12C19 13.6569 17.6569 15 16 15H8C6.34315 15 5 13.6569 5 12C5 10.3431 6.34315 9 8 9Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"usb \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M10 4.5H11V6.5H10V4.5Z\" fill=\"currentColor\" />\n  <path d=\"M14 4.5H13V6.5H14V4.5Z\" fill=\"currentColor\" />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M7 8.5V1.5H17V8.5H19V19.5C19 21.1569 17.6569 22.5 16 22.5H8C6.34315 22.5 5 21.1569 5 19.5V8.5H7ZM9 3.5H15V8.5H9V3.5ZM17 10.5H7V19.5C7 20.0523 7.44772 20.5 8 20.5H16C16.5523 20.5 17 20.0523 17 19.5V10.5Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"user add \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M8 11C10.2091 11 12 9.20914 12 7C12 4.79086 10.2091 3 8 3C5.79086 3 4 4.79086 4 7C4 9.20914 5.79086 11 8 11ZM8 9C9.10457 9 10 8.10457 10 7C10 5.89543 9.10457 5 8 5C6.89543 5 6 5.89543 6 7C6 8.10457 6.89543 9 8 9Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M11 14C11.5523 14 12 14.4477 12 15V21H14V15C14 13.3431 12.6569 12 11 12H5C3.34315 12 2 13.3431 2 15V21H4V15C4 14.4477 4.44772 14 5 14H11Z\"\n    fill=\"currentColor\"\n  />\n  <path d=\"M18 7H20V9H22V11H20V13H18V11H16V9H18V7Z\" fill=\"currentColor\" />\n</svg></li><li title=\"user list \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M8 11C10.2091 11 12 9.20914 12 7C12 4.79086 10.2091 3 8 3C5.79086 3 4 4.79086 4 7C4 9.20914 5.79086 11 8 11ZM8 9C9.10457 9 10 8.10457 10 7C10 5.89543 9.10457 5 8 5C6.89543 5 6 5.89543 6 7C6 8.10457 6.89543 9 8 9Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M11 14C11.5523 14 12 14.4477 12 15V21H14V15C14 13.3431 12.6569 12 11 12H5C3.34315 12 2 13.3431 2 15V21H4V15C4 14.4477 4.44772 14 5 14H11Z\"\n    fill=\"currentColor\"\n  />\n  <path d=\"M22 11H16V13H22V11Z\" fill=\"currentColor\" />\n  <path d=\"M16 15H22V17H16V15Z\" fill=\"currentColor\" />\n  <path d=\"M22 7H16V9H22V7Z\" fill=\"currentColor\" />\n</svg></li><li title=\"user remove \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M8 11C10.2091 11 12 9.20914 12 7C12 4.79086 10.2091 3 8 3C5.79086 3 4 4.79086 4 7C4 9.20914 5.79086 11 8 11ZM8 9C9.10457 9 10 8.10457 10 7C10 5.89543 9.10457 5 8 5C6.89543 5 6 5.89543 6 7C6 8.10457 6.89543 9 8 9Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M11 14C11.5523 14 12 14.4477 12 15V21H14V15C14 13.3431 12.6569 12 11 12H5C3.34315 12 2 13.3431 2 15V21H4V15C4 14.4477 4.44772 14 5 14H11Z\"\n    fill=\"currentColor\"\n  />\n  <path d=\"M22 9H16V11H22V9Z\" fill=\"currentColor\" />\n</svg></li><li title=\"user \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M16 7C16 9.20914 14.2091 11 12 11C9.79086 11 8 9.20914 8 7C8 4.79086 9.79086 3 12 3C14.2091 3 16 4.79086 16 7ZM14 7C14 8.10457 13.1046 9 12 9C10.8954 9 10 8.10457 10 7C10 5.89543 10.8954 5 12 5C13.1046 5 14 5.89543 14 7Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M16 15C16 14.4477 15.5523 14 15 14H9C8.44772 14 8 14.4477 8 15V21H6V15C6 13.3431 7.34315 12 9 12H15C16.6569 12 18 13.3431 18 15V21H16V15Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"userlane \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path d=\"M15 4H21V10H15V4Z\" fill=\"currentColor\" />\n  <path\n    d=\"M3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12H17C17 14.7614 14.7614 17 12 17C9.23858 17 7 14.7614 7 12H3Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M6 10C7.65685 10 9 8.65685 9 7C9 5.34315 7.65685 4 6 4C4.34315 4 3 5.34315 3 7C3 8.65685 4.34315 10 6 10Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"view cols \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M2 8C2 6.34315 3.34315 5 5 5H19C20.6569 5 22 6.34315 22 8V16C22 17.6569 20.6569 19 19 19H5C3.34315 19 2 17.6569 2 16V8ZM16 7H19C19.5523 7 20 7.44771 20 8V16C20 16.5523 19.5523 17 19 17H16V7ZM14 7H10V17H14V7ZM8 17V7H5C4.44772 7 4 7.44772 4 8V16C4 16.5523 4.44772 17 5 17H8Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"view comfortable \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M2 8C2 6.34315 3.34315 5 5 5H19C20.6569 5 22 6.34315 22 8V16C22 17.6569 20.6569 19 19 19H5C3.34315 19 2 17.6569 2 16V8ZM5 7H19C19.5523 7 20 7.44771 20 8V11H4V8C4 7.44772 4.44772 7 5 7ZM4 13V16C4 16.5523 4.44772 17 5 17H8V13H4ZM10 17H19C19.5523 17 20 16.5523 20 16V13H10V17Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"view day \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M2 8C2 6.34315 3.34315 5 5 5H19C20.6569 5 22 6.34315 22 8V16C22 17.6569 20.6569 19 19 19H5C3.34315 19 2 17.6569 2 16V8ZM13 7H19C19.5523 7 20 7.44771 20 8V11H13V7ZM11 7H5C4.44772 7 4 7.44772 4 8V11H11V7ZM4 13V16C4 16.5523 4.44772 17 5 17H11V13H4ZM13 17H19C19.5523 17 20 16.5523 20 16V13H13V17Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"view grid \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M5 5C3.34315 5 2 6.34315 2 8V16C2 17.6569 3.34315 19 5 19H19C20.6569 19 22 17.6569 22 16V8C22 6.34315 20.6569 5 19 5H5ZM8 7H5C4.44772 7 4 7.44772 4 8V9H8V7ZM10 7V9H14V7H10ZM16 7V9H20V8C20 7.44771 19.5523 7 19 7H16ZM14 11H10V13H14V11ZM16 13V11H20V13H16ZM14 15H10V17H14V15ZM16 17V15H20V16C20 16.5523 19.5523 17 19 17H16ZM8 17V15H4V16C4 16.5523 4.44772 17 5 17H8ZM8 13V11H4V13H8Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"view list \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M5 5C3.34315 5 2 6.34315 2 8V16C2 17.6569 3.34315 19 5 19H19C20.6569 19 22 17.6569 22 16V8C22 6.34315 20.6569 5 19 5H5ZM7 7H5C4.44772 7 4 7.44772 4 8V9H7V7ZM9 7V9H20V8C20 7.44771 19.5523 7 19 7H9ZM7 11H4V13H7V11ZM9 13V11H20V13H9ZM7 15H4V16C4 16.5523 4.44772 17 5 17H7V15ZM9 17V15H20V16C20 16.5523 19.5523 17 19 17H9Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"view month \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M2 8C2 6.34315 3.34315 5 5 5H19C20.6569 5 22 6.34315 22 8V16C22 17.6569 20.6569 19 19 19H5C3.34315 19 2 17.6569 2 16V8ZM17 7H19C19.5523 7 20 7.44771 20 8V9H17V7ZM15 7H13V9H15V7ZM11 7H9V9H11V7ZM7 7H5C4.44772 7 4 7.44772 4 8V9H7V7ZM4 11V13H7V11H4ZM4 15V16C4 16.5523 4.44772 17 5 17H7V15H4ZM9 17H11V15H9V17ZM13 17H15V15H13V17ZM17 17H19C19.5523 17 20 16.5523 20 16V15H17V17ZM20 13V11H17V13H20ZM11 13H9V11H11V13ZM15 13H13V11H15V13Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"view split \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M2 8C2 6.34315 3.34315 5 5 5H19C20.6569 5 22 6.34315 22 8V16C22 17.6569 20.6569 19 19 19H5C3.34315 19 2 17.6569 2 16V8ZM13 7H19C19.5523 7 20 7.44771 20 8V16C20 16.5523 19.5523 17 19 17H13V7ZM11 7H5C4.44772 7 4 7.44772 4 8V16C4 16.5523 4.44772 17 5 17H11V7Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"vinyl \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M12 13C12.5523 13 13 12.5523 13 12C13 11.4477 12.5523 11 12 11C11.4477 11 11 11.4477 11 12C11 12.5523 11.4477 13 12 13Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12ZM16 12C16 14.2091 14.2091 16 12 16C9.79086 16 8 14.2091 8 12C8 9.79086 9.79086 8 12 8C14.2091 8 16 9.79086 16 12Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"voicemail o \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M11 12C11 12.3506 10.9398 12.6872 10.8293 13H13.1707C13.0602 12.6872 13 12.3506 13 12C13 10.3431 14.3431 9 16 9C17.6569 9 19 10.3431 19 12C19 13.6569 17.6569 15 16 15H8C6.34315 15 5 13.6569 5 12C5 10.3431 6.34315 9 8 9C9.65685 9 11 10.3431 11 12ZM9 12C9 12.5523 8.55228 13 8 13C7.44772 13 7 12.5523 7 12C7 11.4477 7.44772 11 8 11C8.55228 11 9 11.4477 9 12ZM17 12C17 12.5523 16.5523 13 16 13C15.4477 13 15 12.5523 15 12C15 11.4477 15.4477 11 16 11C16.5523 11 17 11.4477 17 12Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"voicemail r \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M11.5 12C11.5 12.3506 11.4398 12.6872 11.3293 13H13.6707C13.5602 12.6872 13.5 12.3506 13.5 12C13.5 10.3431 14.8431 9 16.5 9C18.1569 9 19.5 10.3431 19.5 12C19.5 13.6569 18.1569 15 16.5 15H8.5C6.84315 15 5.5 13.6569 5.5 12C5.5 10.3431 6.84315 9 8.5 9C10.1569 9 11.5 10.3431 11.5 12ZM9.5 12C9.5 12.5523 9.05228 13 8.5 13C7.94772 13 7.5 12.5523 7.5 12C7.5 11.4477 7.94772 11 8.5 11C9.05228 11 9.5 11.4477 9.5 12ZM17.5 12C17.5 12.5523 17.0523 13 16.5 13C15.9477 13 15.5 12.5523 15.5 12C15.5 11.4477 15.9477 11 16.5 11C17.0523 11 17.5 11.4477 17.5 12Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M1.5 8C1.5 6.34315 2.84315 5 4.5 5H19.5C21.1569 5 22.5 6.34315 22.5 8V16C22.5 17.6569 21.1569 19 19.5 19H4.5C2.84315 19 1.5 17.6569 1.5 16V8ZM4.5 7H19.5C20.0523 7 20.5 7.44772 20.5 8V16C20.5 16.5523 20.0523 17 19.5 17H4.5C3.94772 17 3.5 16.5523 3.5 16V8C3.5 7.44772 3.94772 7 4.5 7Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"voicemail \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M10.0004 15C10.6281 14.1643 11 13.1256 11 12C11 9.23858 8.76142 7 6 7C3.23858 7 1 9.23858 1 12C1 14.7614 3.23858 17 6 17H18C20.7614 17 23 14.7614 23 12C23 9.23858 20.7614 7 18 7C15.2386 7 13 9.23858 13 12C13 13.1256 13.3719 14.1643 13.9996 15H10.0004ZM6 15C7.65685 15 9 13.6569 9 12C9 10.3431 7.65685 9 6 9C4.34315 9 3 10.3431 3 12C3 13.6569 4.34315 15 6 15ZM18 15C19.6569 15 21 13.6569 21 12C21 10.3431 19.6569 9 18 9C16.3431 9 15 10.3431 15 12C15 13.6569 16.3431 15 18 15Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"volume \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M24 12C24 16.4183 20.4183 20 16 20V18C19.3137 18 22 15.3137 22 12C22 8.68629 19.3137 6 16 6V4C20.4183 4 24 7.58172 24 12Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M20 12C20 14.2091 18.2091 16 16 16V14C17.1046 14 18 13.1046 18 12C18 10.8954 17.1046 10 16 10V8C18.2091 8 20 9.79086 20 12Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M9 16L15 20V4L9 8H5C2.79086 8 1 9.79086 1 12C1 14.2091 2.79086 16 5 16H9ZM5 10H9L13 7.5V16.5L9 14H5C3.89543 14 3 13.1046 3 12C3 10.8954 3.89543 10 5 10Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"webcam \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M13 10C13 10.5523 12.5523 11 12 11C11.4477 11 11 10.5523 11 10C11 9.44772 11.4477 9 12 9C12.5523 9 13 9.44772 13 10Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M13 14.9C15.2822 14.4367 17 12.419 17 10C17 7.23858 14.7614 5 12 5C9.23858 5 7 7.23858 7 10C7 12.419 8.71776 14.4367 11 14.9V17H7V19H17V17H13V14.9ZM12 13C13.6569 13 15 11.6569 15 10C15 8.34315 13.6569 7 12 7C10.3431 7 9 8.34315 9 10C9 11.6569 10.3431 13 12 13Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"website \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M14 7C13.4477 7 13 7.44772 13 8V16C13 16.5523 13.4477 17 14 17H18C18.5523 17 19 16.5523 19 16V8C19 7.44772 18.5523 7 18 7H14ZM17 9H15V15H17V9Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M6 7C5.44772 7 5 7.44772 5 8C5 8.55228 5.44772 9 6 9H10C10.5523 9 11 8.55228 11 8C11 7.44772 10.5523 7 10 7H6Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M6 11C5.44772 11 5 11.4477 5 12C5 12.5523 5.44772 13 6 13H10C10.5523 13 11 12.5523 11 12C11 11.4477 10.5523 11 10 11H6Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    d=\"M5 16C5 15.4477 5.44772 15 6 15H10C10.5523 15 11 15.4477 11 16C11 16.5523 10.5523 17 10 17H6C5.44772 17 5 16.5523 5 16Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M4 3C2.34315 3 1 4.34315 1 6V18C1 19.6569 2.34315 21 4 21H20C21.6569 21 23 19.6569 23 18V6C23 4.34315 21.6569 3 20 3H4ZM20 5H4C3.44772 5 3 5.44772 3 6V18C3 18.5523 3.44772 19 4 19H20C20.5523 19 21 18.5523 21 18V6C21 5.44772 20.5523 5 20 5Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"windows \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M3 5.5485L10.1954 4.58174V11.6106L3.00672 11.6651L3 5.5485ZM10.1954 12.3909V19.4957L3.00571 18.5105L3.0053 12.3909H10.1954ZM11.1134 4.45599L20.9977 3V11.5334L11.1134 11.6106V4.45599ZM21 12.505L20.9977 21L11.1134 19.6466V12.505H21Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"work alt \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M17 7C17 5.34315 15.6569 4 14 4H10C8.34315 4 7 5.34315 7 7H6C4.34315 7 3 8.34315 3 10V18C3 19.6569 4.34315 21 6 21H18C19.6569 21 21 19.6569 21 18V10C21 8.34315 19.6569 7 18 7H17ZM14 6H10C9.44772 6 9 6.44772 9 7H15C15 6.44772 14.5523 6 14 6ZM6 9H18C18.5523 9 19 9.44772 19 10V18C19 18.5523 18.5523 19 18 19H6C5.44772 19 5 18.5523 5 18V10C5 9.44772 5.44772 9 6 9Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"yinyang \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M14 16C14 17.1046 13.1046 18 12 18C10.8954 18 10 17.1046 10 16C10 14.8954 10.8954 14 12 14C13.1046 14 14 14.8954 14 16Z\"\n    fill=\"currentColor\"\n  />\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM12 12C9.79086 12 8 10.2091 8 8C8 5.79086 9.79086 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C14.2091 20 16 18.2091 16 16C16 13.7909 14.2091 12 12 12ZM14 8C14 9.10457 13.1046 10 12 10C10.8954 10 10 9.10457 10 8C10 6.89543 10.8954 6 12 6C13.1046 6 14 6.89543 14 8Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"youtube \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M5 7H19C19.5523 7 20 7.44771 20 8V16C20 16.5523 19.5523 17 19 17H5C4.44772 17 4 16.5523 4 16V8C4 7.44772 4.44772 7 5 7ZM2 8C2 6.34315 3.34315 5 5 5H19C20.6569 5 22 6.34315 22 8V16C22 17.6569 20.6569 19 19 19H5C3.34315 19 2 17.6569 2 16V8ZM10 9L14 12L10 15V9Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"zeit \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    d=\"M17.9923 17.0225L11.9806 6.97729L6.00775 17.0225H17.9923Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"zoom in \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M15.3431 15.2426C17.6863 12.8995 17.6863 9.1005 15.3431 6.75736C13 4.41421 9.20101 4.41421 6.85786 6.75736C4.51472 9.1005 4.51472 12.8995 6.85786 15.2426C9.20101 17.5858 13 17.5858 15.3431 15.2426ZM16.7574 5.34315C19.6425 8.22833 19.8633 12.769 17.4195 15.9075C17.4348 15.921 17.4498 15.9351 17.4645 15.9497L21.7071 20.1924C22.0976 20.5829 22.0976 21.2161 21.7071 21.6066C21.3166 21.9971 20.6834 21.9971 20.2929 21.6066L16.0503 17.364C16.0356 17.3493 16.0215 17.3343 16.008 17.319C12.8695 19.7628 8.32883 19.542 5.44365 16.6569C2.31946 13.5327 2.31946 8.46734 5.44365 5.34315C8.56785 2.21895 13.6332 2.21895 16.7574 5.34315ZM10.1005 7H12.1005V10H15.1005V12H12.1005V15H10.1005V12H7.10052V10H10.1005V7Z\"\n    fill=\"currentColor\"\n  />\n</svg></li><li title=\"zoom out \"><svg\n  width=\"24\"\n  height=\"24\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n>\n  <path\n    fill-rule=\"evenodd\"\n    clip-rule=\"evenodd\"\n    d=\"M15.3431 15.2426C17.6863 12.8995 17.6863 9.1005 15.3431 6.75736C13 4.41421 9.20101 4.41421 6.85786 6.75736C4.51472 9.1005 4.51472 12.8995 6.85786 15.2426C9.20101 17.5858 13 17.5858 15.3431 15.2426ZM16.7574 5.34315C19.6425 8.22833 19.8633 12.769 17.4195 15.9075C17.4348 15.921 17.4498 15.9351 17.4645 15.9497L21.7071 20.1924C22.0976 20.5829 22.0976 21.2161 21.7071 21.6066C21.3166 21.9971 20.6834 21.9971 20.2929 21.6066L16.0503 17.364C16.0356 17.3493 16.0215 17.3343 16.008 17.319C12.8695 19.7628 8.32883 19.542 5.44365 16.6569C2.31946 13.5327 2.31946 8.46734 5.44365 5.34315C8.56785 2.21895 13.6332 2.21895 16.7574 5.34315ZM7.10052 10V12H15.1005V10L7.10052 10Z\"\n    fill=\"currentColor\"\n  />\n</svg></li></ul>\n"
  },
  {
    "path": "resources/svg/icons/dripicons/LICENSE",
    "content": "Attribution-ShareAlike 4.0 International\n\n=======================================================================\n\nCreative Commons Corporation (\"Creative Commons\") is not a law firm and\ndoes not provide legal services or legal advice. Distribution of\nCreative Commons public licenses does not create a lawyer-client or\nother relationship. Creative Commons makes its licenses and related\ninformation available on an \"as-is\" basis. Creative Commons gives no\nwarranties regarding its licenses, any material licensed under their\nterms and conditions, or any related information. Creative Commons\ndisclaims all liability for damages resulting from their use to the\nfullest extent possible.\n\nUsing Creative Commons Public Licenses\n\nCreative Commons public licenses provide a standard set of terms and\nconditions that creators and other rights holders may use to share\noriginal works of authorship and other material subject to copyright\nand certain other rights specified in the public license below. The\nfollowing considerations are for informational purposes only, are not\nexhaustive, and do not form part of our licenses.\n\n     Considerations for licensors: Our public licenses are\n     intended for use by those authorized to give the public\n     permission to use material in ways otherwise restricted by\n     copyright and certain other rights. Our licenses are\n     irrevocable. Licensors should read and understand the terms\n     and conditions of the license they choose before applying it.\n     Licensors should also secure all rights necessary before\n     applying our licenses so that the public can reuse the\n     material as expected. Licensors should clearly mark any\n     material not subject to the license. This includes other CC-\n     licensed material, or material used under an exception or\n     limitation to copyright. More considerations for licensors:\n\twiki.creativecommons.org/Considerations_for_licensors\n\n     Considerations for the public: By using one of our public\n     licenses, a licensor grants the public permission to use the\n     licensed material under specified terms and conditions. If\n     the licensor's permission is not necessary for any reason--for\n     example, because of any applicable exception or limitation to\n     copyright--then that use is not regulated by the license. Our\n     licenses grant only permissions under copyright and certain\n     other rights that a licensor has authority to grant. Use of\n     the licensed material may still be restricted for other\n     reasons, including because others have copyright or other\n     rights in the material. A licensor may make special requests,\n     such as asking that all changes be marked or described.\n     Although not required by our licenses, you are encouraged to\n     respect those requests where reasonable. More_considerations\n     for the public: \n\twiki.creativecommons.org/Considerations_for_licensees\n\n=======================================================================\n\nCreative Commons Attribution-ShareAlike 4.0 International Public\nLicense\n\nBy exercising the Licensed Rights (defined below), You accept and agree\nto be bound by the terms and conditions of this Creative Commons\nAttribution-ShareAlike 4.0 International Public License (\"Public\nLicense\"). To the extent this Public License may be interpreted as a\ncontract, You are granted the Licensed Rights in consideration of Your\nacceptance of these terms and conditions, and the Licensor grants You\nsuch rights in consideration of benefits the Licensor receives from\nmaking the Licensed Material available under these terms and\nconditions.\n\n\nSection 1 -- Definitions.\n\n  a. Adapted Material means material subject to Copyright and Similar\n     Rights that is derived from or based upon the Licensed Material\n     and in which the Licensed Material is translated, altered,\n     arranged, transformed, or otherwise modified in a manner requiring\n     permission under the Copyright and Similar Rights held by the\n     Licensor. For purposes of this Public License, where the Licensed\n     Material is a musical work, performance, or sound recording,\n     Adapted Material is always produced where the Licensed Material is\n     synched in timed relation with a moving image.\n\n  b. Adapter's License means the license You apply to Your Copyright\n     and Similar Rights in Your contributions to Adapted Material in\n     accordance with the terms and conditions of this Public License.\n\n  c. BY-SA Compatible License means a license listed at\n     creativecommons.org/compatiblelicenses, approved by Creative\n     Commons as essentially the equivalent of this Public License.\n\n  d. Copyright and Similar Rights means copyright and/or similar rights\n     closely related to copyright including, without limitation,\n     performance, broadcast, sound recording, and Sui Generis Database\n     Rights, without regard to how the rights are labeled or\n     categorized. For purposes of this Public License, the rights\n     specified in Section 2(b)(1)-(2) are not Copyright and Similar\n     Rights.\n\n  e. Effective Technological Measures means those measures that, in the\n     absence of proper authority, may not be circumvented under laws\n     fulfilling obligations under Article 11 of the WIPO Copyright\n     Treaty adopted on December 20, 1996, and/or similar international\n     agreements.\n\n  f. Exceptions and Limitations means fair use, fair dealing, and/or\n     any other exception or limitation to Copyright and Similar Rights\n     that applies to Your use of the Licensed Material.\n\n  g. License Elements means the license attributes listed in the name\n     of a Creative Commons Public License. The License Elements of this\n     Public License are Attribution and ShareAlike.\n\n  h. Licensed Material means the artistic or literary work, database,\n     or other material to which the Licensor applied this Public\n     License.\n\n  i. Licensed Rights means the rights granted to You subject to the\n     terms and conditions of this Public License, which are limited to\n     all Copyright and Similar Rights that apply to Your use of the\n     Licensed Material and that the Licensor has authority to license.\n\n  j. Licensor means the individual(s) or entity(ies) granting rights\n     under this Public License.\n\n  k. Share means to provide material to the public by any means or\n     process that requires permission under the Licensed Rights, such\n     as reproduction, public display, public performance, distribution,\n     dissemination, communication, or importation, and to make material\n     available to the public including in ways that members of the\n     public may access the material from a place and at a time\n     individually chosen by them.\n\n  l. Sui Generis Database Rights means rights other than copyright\n     resulting from Directive 96/9/EC of the European Parliament and of\n     the Council of 11 March 1996 on the legal protection of databases,\n     as amended and/or succeeded, as well as other essentially\n     equivalent rights anywhere in the world.\n\n  m. You means the individual or entity exercising the Licensed Rights\n     under this Public License. Your has a corresponding meaning.\n\n\nSection 2 -- Scope.\n\n  a. License grant.\n\n       1. Subject to the terms and conditions of this Public License,\n          the Licensor hereby grants You a worldwide, royalty-free,\n          non-sublicensable, non-exclusive, irrevocable license to\n          exercise the Licensed Rights in the Licensed Material to:\n\n            a. reproduce and Share the Licensed Material, in whole or\n               in part; and\n\n            b. produce, reproduce, and Share Adapted Material.\n\n       2. Exceptions and Limitations. For the avoidance of doubt, where\n          Exceptions and Limitations apply to Your use, this Public\n          License does not apply, and You do not need to comply with\n          its terms and conditions.\n\n       3. Term. The term of this Public License is specified in Section\n          6(a).\n\n       4. Media and formats; technical modifications allowed. The\n          Licensor authorizes You to exercise the Licensed Rights in\n          all media and formats whether now known or hereafter created,\n          and to make technical modifications necessary to do so. The\n          Licensor waives and/or agrees not to assert any right or\n          authority to forbid You from making technical modifications\n          necessary to exercise the Licensed Rights, including\n          technical modifications necessary to circumvent Effective\n          Technological Measures. For purposes of this Public License,\n          simply making modifications authorized by this Section 2(a)\n          (4) never produces Adapted Material.\n\n       5. Downstream recipients.\n\n            a. Offer from the Licensor -- Licensed Material. Every\n               recipient of the Licensed Material automatically\n               receives an offer from the Licensor to exercise the\n               Licensed Rights under the terms and conditions of this\n               Public License.\n\n            b. Additional offer from the Licensor -- Adapted Material.\n               Every recipient of Adapted Material from You\n               automatically receives an offer from the Licensor to\n               exercise the Licensed Rights in the Adapted Material\n               under the conditions of the Adapter's License You apply.\n\n            c. No downstream restrictions. You may not offer or impose\n               any additional or different terms or conditions on, or\n               apply any Effective Technological Measures to, the\n               Licensed Material if doing so restricts exercise of the\n               Licensed Rights by any recipient of the Licensed\n               Material.\n\n       6. No endorsement. Nothing in this Public License constitutes or\n          may be construed as permission to assert or imply that You\n          are, or that Your use of the Licensed Material is, connected\n          with, or sponsored, endorsed, or granted official status by,\n          the Licensor or others designated to receive attribution as\n          provided in Section 3(a)(1)(A)(i).\n\n  b. Other rights.\n\n       1. Moral rights, such as the right of integrity, are not\n          licensed under this Public License, nor are publicity,\n          privacy, and/or other similar personality rights; however, to\n          the extent possible, the Licensor waives and/or agrees not to\n          assert any such rights held by the Licensor to the limited\n          extent necessary to allow You to exercise the Licensed\n          Rights, but not otherwise.\n\n       2. Patent and trademark rights are not licensed under this\n          Public License.\n\n       3. To the extent possible, the Licensor waives any right to\n          collect royalties from You for the exercise of the Licensed\n          Rights, whether directly or through a collecting society\n          under any voluntary or waivable statutory or compulsory\n          licensing scheme. In all other cases the Licensor expressly\n          reserves any right to collect such royalties.\n\n\nSection 3 -- License Conditions.\n\nYour exercise of the Licensed Rights is expressly made subject to the\nfollowing conditions.\n\n  a. Attribution.\n\n       1. If You Share the Licensed Material (including in modified\n          form), You must:\n\n            a. retain the following if it is supplied by the Licensor\n               with the Licensed Material:\n\n                 i. identification of the creator(s) of the Licensed\n                    Material and any others designated to receive\n                    attribution, in any reasonable manner requested by\n                    the Licensor (including by pseudonym if\n                    designated);\n\n                ii. a copyright notice;\n\n               iii. a notice that refers to this Public License;\n\n                iv. a notice that refers to the disclaimer of\n                    warranties;\n\n                 v. a URI or hyperlink to the Licensed Material to the\n                    extent reasonably practicable;\n\n            b. indicate if You modified the Licensed Material and\n               retain an indication of any previous modifications; and\n\n            c. indicate the Licensed Material is licensed under this\n               Public License, and include the text of, or the URI or\n               hyperlink to, this Public License.\n\n       2. You may satisfy the conditions in Section 3(a)(1) in any\n          reasonable manner based on the medium, means, and context in\n          which You Share the Licensed Material. For example, it may be\n          reasonable to satisfy the conditions by providing a URI or\n          hyperlink to a resource that includes the required\n          information.\n\n       3. If requested by the Licensor, You must remove any of the\n          information required by Section 3(a)(1)(A) to the extent\n          reasonably practicable.\n\n  b. ShareAlike.\n\n     In addition to the conditions in Section 3(a), if You Share\n     Adapted Material You produce, the following conditions also apply.\n\n       1. The Adapter's License You apply must be a Creative Commons\n          license with the same License Elements, this version or\n          later, or a BY-SA Compatible License.\n\n       2. You must include the text of, or the URI or hyperlink to, the\n          Adapter's License You apply. You may satisfy this condition\n          in any reasonable manner based on the medium, means, and\n          context in which You Share Adapted Material.\n\n       3. You may not offer or impose any additional or different terms\n          or conditions on, or apply any Effective Technological\n          Measures to, Adapted Material that restrict exercise of the\n          rights granted under the Adapter's License You apply.\n\n\nSection 4 -- Sui Generis Database Rights.\n\nWhere the Licensed Rights include Sui Generis Database Rights that\napply to Your use of the Licensed Material:\n\n  a. for the avoidance of doubt, Section 2(a)(1) grants You the right\n     to extract, reuse, reproduce, and Share all or a substantial\n     portion of the contents of the database;\n\n  b. if You include all or a substantial portion of the database\n     contents in a database in which You have Sui Generis Database\n     Rights, then the database in which You have Sui Generis Database\n     Rights (but not its individual contents) is Adapted Material,\n\n     including for purposes of Section 3(b); and\n  c. You must comply with the conditions in Section 3(a) if You Share\n     all or a substantial portion of the contents of the database.\n\nFor the avoidance of doubt, this Section 4 supplements and does not\nreplace Your obligations under this Public License where the Licensed\nRights include other Copyright and Similar Rights.\n\n\nSection 5 -- Disclaimer of Warranties and Limitation of Liability.\n\n  a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE\n     EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS\n     AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF\n     ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,\n     IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,\n     WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR\n     PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,\n     ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT\n     KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT\n     ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.\n\n  b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE\n     TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,\n     NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,\n     INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,\n     COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR\n     USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN\n     ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR\n     DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR\n     IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.\n\n  c. The disclaimer of warranties and limitation of liability provided\n     above shall be interpreted in a manner that, to the extent\n     possible, most closely approximates an absolute disclaimer and\n     waiver of all liability.\n\n\nSection 6 -- Term and Termination.\n\n  a. This Public License applies for the term of the Copyright and\n     Similar Rights licensed here. However, if You fail to comply with\n     this Public License, then Your rights under this Public License\n     terminate automatically.\n\n  b. Where Your right to use the Licensed Material has terminated under\n     Section 6(a), it reinstates:\n\n       1. automatically as of the date the violation is cured, provided\n          it is cured within 30 days of Your discovery of the\n          violation; or\n\n       2. upon express reinstatement by the Licensor.\n\n     For the avoidance of doubt, this Section 6(b) does not affect any\n     right the Licensor may have to seek remedies for Your violations\n     of this Public License.\n\n  c. For the avoidance of doubt, the Licensor may also offer the\n     Licensed Material under separate terms or conditions or stop\n     distributing the Licensed Material at any time; however, doing so\n     will not terminate this Public License.\n\n  d. Sections 1, 5, 6, 7, and 8 survive termination of this Public\n     License.\n\n\nSection 7 -- Other Terms and Conditions.\n\n  a. The Licensor shall not be bound by any additional or different\n     terms or conditions communicated by You unless expressly agreed.\n\n  b. Any arrangements, understandings, or agreements regarding the\n     Licensed Material not stated herein are separate from and\n     independent of the terms and conditions of this Public License.\n\n\nSection 8 -- Interpretation.\n\n  a. For the avoidance of doubt, this Public License does not, and\n     shall not be interpreted to, reduce, limit, restrict, or impose\n     conditions on any use of the Licensed Material that could lawfully\n     be made without permission under this Public License.\n\n  b. To the extent possible, if any provision of this Public License is\n     deemed unenforceable, it shall be automatically reformed to the\n     minimum extent necessary to make it enforceable. If the provision\n     cannot be reformed, it shall be severed from this Public License\n     without affecting the enforceability of the remaining terms and\n     conditions.\n\n  c. No term or condition of this Public License will be waived and no\n     failure to comply consented to unless expressly agreed to by the\n     Licensor.\n\n  d. Nothing in this Public License constitutes or may be interpreted\n     as a limitation upon, or waiver of, any privileges and immunities\n     that apply to the Licensor or You, including from the legal\n     processes of any jurisdiction or authority.\n\n\n=======================================================================\n\nCreative Commons is not a party to its public\nlicenses. Notwithstanding, Creative Commons may elect to apply one of\nits public licenses to material it publishes and in those instances\nwill be considered the “Licensor.” The text of the Creative Commons\npublic licenses is dedicated to the public domain under the CC0 Public\nDomain Dedication. Except for the limited purpose of indicating that\nmaterial is shared under a Creative Commons public license or as\notherwise permitted by the Creative Commons policies published at\ncreativecommons.org/policies, Creative Commons does not authorize the\nuse of the trademark \"Creative Commons\" or any other trademark or logo\nof Creative Commons without its prior written consent including,\nwithout limitation, in connection with any unauthorized modifications\nto any of its public licenses or any other arrangements,\nunderstandings, or agreements concerning use of licensed material. For\nthe avoidance of doubt, this paragraph does not form part of the\npublic licenses.\n\nCreative Commons may be contacted at creativecommons.org.\n"
  },
  {
    "path": "resources/svg/icons/dripicons/index.html",
    "content": "<style>\nul.svg-list {\n\tlist-style:none;\n\tpadding:0;\n\tmargin:10px 0 0;\n}\nul.svg-list li {\n\tdisplay:inline-block;\n\tposition:relative;\n\twidth:32px;\n\theight:32px;\n\tpadding:3px;\n\tmargin-right:5px;\n\tmargin-bottom:5px;\n\tbox-shadow:0px 3px 6px 0px rgba(0, 0, 0, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.08);\n}\n\nul.svg-list li:hover {\n\tbox-shadow:none;//0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 0px rgba(0, 0, 0, 0.15);\n}\n\nul.svg-list li svg{\n\tmax-width:100%;\n\tmax-height:100%;\n\tfill: var(--bs-body-color);\n\tcolor: var(--bs-border-color);\n}\n\nul.svg-list li span {\n\t//display:none;\n}\n\nul.svg-list li.heading {\n\twidth:100%;\n\tbox-shadow:none;\n\ttext-transform: capitalize;\n\tfont-size: 12px;\n\tline-height: 32px;\t\n}\n\nul.svg-list li span {\n  visibility: hidden;\n  min-width: 120px;\n  background-color: black;\n  color: #fff;\n  text-align: center;\n  border-radius: 6px;\n  padding: 5px 0;\n  \n  /* Position the tooltip */\n  position: absolute;\n  z-index: 1;\n  left:0;\n  top: 105%;\n  font-size:12px;\n}\n\nul.svg-list li:hover  span {\n  visibility: visible;\n}\n\nul.svg-list li:hover  svg {\n\ttransform: scale(2);\n\tfill:blue;\n\tcolor:green;\n}\t\n</style>\n<ul class=\"svg-list\"><li title=\"alarm \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path d=\"M82.4,30.2c1.1-1,5.5-5.1,5.6-11.2c0.1-4.4-2-8.4-6.2-12c0,0-0.1-0.1-0.1-0.1c-5-3.9-9.4-4.1-12.2-3.6\n\tc-4.9,0.9-8.2,4.4-9.6,6.3C55.5,7.9,50.8,7,46,7c-4.8,0-9.5,0.9-13.8,2.4c-1.5-1.9-4.7-5.4-9.6-6.3c-2.8-0.5-7.2-0.3-12.2,3.6\n\tc0,0-0.1,0.1-0.1,0.1C6,10.6,3.9,14.6,4,19c0.1,6.1,4.4,10.2,5.6,11.2c-2.5,5.2-3.8,11-3.8,17.2c0,10.1,3.8,19.4,10,26.5\n\tc-0.1,0.1-0.1,0.1-0.2,0.2l-5.8,8.7c-1.2,1.8-0.7,4.3,1.1,5.5c0.7,0.5,1.5,0.7,2.2,0.7c1.3,0,2.6-0.6,3.3-1.8l5.2-7.8\n\tc6.8,5.2,15.2,8.3,24.4,8.3c9.2,0,17.7-3.1,24.5-8.4l5.3,7.9c0.8,1.2,2,1.8,3.3,1.8c0.8,0,1.5-0.2,2.2-0.7c1.8-1.2,2.3-3.7,1.1-5.5\n\tl-5.8-8.7c-0.1-0.1-0.2-0.2-0.3-0.3c6.1-7.1,9.8-16.3,9.8-26.4C86.2,41.2,84.9,35.4,82.4,30.2z M70.9,11.1c1.7-0.3,3.6,0.4,5.7,2\n\tc2.3,2,3.4,3.9,3.4,5.8c0,1.7-1,3.3-1.9,4.3c-3-4-6.7-7.3-10.9-10C68.2,12.2,69.5,11.3,70.9,11.1z M12,18.9c0-1.9,1.1-3.8,3.4-5.8\n\tc2.1-1.6,4-2.3,5.7-2c1.4,0.3,2.7,1.2,3.7,2.1c-4.2,2.6-7.9,6-10.9,10C13.1,22.1,12,20.6,12,18.9z M46,79.7\n\tc-17.8,0-32.2-14.5-32.2-32.3S28.2,15,46,15s32.2,14.5,32.2,32.3S63.8,79.7,46,79.7z M60.5,56.2c1.6,1.6,1.6,4.1,0,5.7\n\tc-0.8,0.8-1.8,1.2-2.8,1.2c-1,0-2-0.4-2.8-1.2L43.2,50.2c-0.7-0.8-1.2-1.8-1.2-2.8V25.8c0-2.2,1.8-4,4-4s4,1.8,4,4v19.9L60.5,56.2z\"\n\t/>\n</svg>\n</li><li title=\"align center \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_82_\" d=\"M82,18H10c-2.2,0-4-1.8-4-4s1.8-4,4-4h72c2.2,0,4,1.8,4,4S84.2,18,82,18z M70.7,35.4c0-2.2-1.8-4-4-4H25.3\n\tc-2.2,0-4,1.8-4,4s1.8,4,4,4h41.4C68.9,39.4,70.7,37.6,70.7,35.4z M76.8,56.7c0-2.2-1.8-4-4-4H19.2c-2.2,0-4,1.8-4,4s1.8,4,4,4h53.6\n\tC75,60.7,76.8,58.9,76.8,56.7z M84.1,78c0-2.2-1.8-4-4-4H11.9c-2.2,0-4,1.8-4,4s1.8,4,4,4h68.1C82.3,82,84.1,80.2,84.1,78z\"/>\n</svg>\n</li><li title=\"align justify \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_84_\" d=\"M82,18H10c-2.2,0-4-1.8-4-4s1.8-4,4-4h72c2.2,0,4,1.8,4,4S84.2,18,82,18z M86,35.4c0-2.2-1.8-4-4-4H10\n\tc-2.2,0-4,1.8-4,4s1.8,4,4,4h72C84.2,39.4,86,37.6,86,35.4z M86,56.7c0-2.2-1.8-4-4-4H10c-2.2,0-4,1.8-4,4s1.8,4,4,4h72\n\tC84.2,60.7,86,58.9,86,56.7z M50,78c0-2.2-1.8-4-4-4H10.3c-2.2,0-4,1.8-4,4s1.8,4,4,4H46C48.2,82,50,80.2,50,78z\"/>\n</svg>\n</li><li title=\"align left \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_81_\" d=\"M82,18H10c-2.2,0-4-1.8-4-4s1.8-4,4-4h72c2.2,0,4,1.8,4,4S84.2,18,82,18z M55.4,35.4c0-2.2-1.8-4-4-4H10\n\tc-2.2,0-4,1.8-4,4s1.8,4,4,4h41.4C53.6,39.4,55.4,37.6,55.4,35.4z M67.6,56.7c0-2.2-1.8-4-4-4H10c-2.2,0-4,1.8-4,4s1.8,4,4,4h53.6\n\tC65.8,60.7,67.6,58.9,67.6,56.7z M82.4,78c0-2.2-1.8-4-4-4H10.3c-2.2,0-4,1.8-4,4s1.8,4,4,4h68.1C80.6,82,82.4,80.2,82.4,78z\"/>\n</svg>\n</li><li title=\"align right \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_83_\" d=\"M82,18H10c-2.2,0-4-1.8-4-4s1.8-4,4-4h72c2.2,0,4,1.8,4,4S84.2,18,82,18z M86,35.4c0-2.2-1.8-4-4-4H40.6\n\tc-2.2,0-4,1.8-4,4s1.8,4,4,4H82C84.2,39.4,86,37.6,86,35.4z M86,56.7c0-2.2-1.8-4-4-4H28.4c-2.2,0-4,1.8-4,4s1.8,4,4,4H82\n\tC84.2,60.7,86,58.9,86,56.7z M85.7,78c0-2.2-1.8-4-4-4H13.6c-2.2,0-4,1.8-4,4s1.8,4,4,4h68.1C83.9,82,85.7,80.2,85.7,78z\"/>\n</svg>\n</li><li title=\"anchor \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1720_\" d=\"M87.1,53.3C86.3,52.4,85.2,52,84,52H71.1c-2.2,0-4,1.8-4,4s1.8,4,4,4h7.8C74.9,73,63.6,82.2,50,83.8V30.7\n\tc6.6-1.8,11.5-7.9,11.5-15.1C61.5,7,54.6,0,46,0c-8.6,0-15.5,7-15.5,15.6c0,7.2,4.5,13.3,11.5,15.1v53.1C28,82.2,17.1,73,13.1,60\n\th7.8c2.2,0,4-1.8,4-4s-1.8-4-4-4H8c-1.2,0-2.3,0.4-3.1,1.3c-0.8,0.9-1.1,2-0.9,3.2C7.5,77.1,25.2,92,46,92s38.5-14.9,41.9-35.5\n\tC88.1,55.3,87.8,54.2,87.1,53.3z M38.5,15.6c0-4.2,3.4-7.6,7.5-7.6c4.2,0,7.5,3.4,7.5,7.6c0,4.2-3.4,7.6-7.5,7.6\n\tC41.8,23.2,38.5,19.8,38.5,15.6z\"/>\n</svg>\n</li><li title=\"archive \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1478_\" d=\"M15.7,22c0-2.2,1.8-4,4-4h52.5c2.2,0,4,1.8,4,4s-1.8,4-4,4H19.7C17.5,26,15.7,24.2,15.7,22z M26.3,12h39.4\n\tc1.9,0,3.5-1.6,3.5-3.5S67.6,5,65.7,5H26.3c-1.9,0-3.5,1.6-3.5,3.5S24.4,12,26.3,12z M92,26.6v10.9c0,0,0,0,0,0c0,0,0,0,0,0\n\tc0,0,0,0,0,0c0,0,0,0,0,0c0,0.4-0.1,0.8-0.2,1.1L79,85.1C78.5,86.8,77,88,75.2,88H16.6c-1.8,0-3.4-1.2-3.9-3L0.2,38.6\n\tC0.1,38.4,0.1,38.2,0,38c0-0.2,0-0.4,0-0.6V26.6c0-2.2,1.8-4,4-4s4,1.8,4,4V34h76v-7.4c0-2.2,1.8-4,4-4S92,24.4,92,26.6z M82.7,42\n\tH9.2l10.4,38H46h26.1L82.7,42z M34.2,62h23.6c2.2,0,4-1.8,4-4s-1.8-4-4-4H34.2c-2.2,0-4,1.8-4,4S32,62,34.2,62z\"/>\n</svg>\n</li><li title=\"arrow down \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_890_\" d=\"M79.7,49.6C79.1,48.2,77.6,47,76,47H63V10c0-2.2-2.3-4-4.5-4h-25C31.3,6,29,7.8,29,10v37H16\n\tc-1.6,0-3.1,1.2-3.7,2.6c-0.6,1.5-0.3,3.3,0.8,4.4l30,30.7c0.8,0.8,1.8,1.2,2.9,1.2c1.1,0,2.1-0.4,2.9-1.2l30-30.7\n\tC80,52.9,80.3,51.1,79.7,49.6z M46,75.9L25.5,55h8c2.2,0,3.5-1.4,3.5-3.6V14h18v37.4c0,2.2,1.3,3.6,3.5,3.6h8L46,75.9z\"/>\n</svg>\n</li><li title=\"arrow left \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_851_\" d=\"M82,29H45V16c0-1.6-1.2-3.1-2.6-3.7c-1.5-0.6-3.3-0.3-4.4,0.8l-30.7,30C6.5,43.9,6,44.9,6,46\n\ts0.4,2.1,1.2,2.9l30.6,30c0.8,0.7,1.8,1.1,2.8,1.1c0.5,0,1.2-0.1,1.7-0.3c1.5-0.6,2.6-2.1,2.6-3.7V63h37c2.2,0,4-2.3,4-4.5v-25\n\tC86,31.3,84.2,29,82,29z M78,55H40.6c-2.2,0-3.6,1.3-3.6,3.5v8L16.1,46L37,25.5v8c0,2.2,1.4,3.5,3.6,3.5H78V55z\"/>\n</svg>\n</li><li title=\"arrow right \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_864_\" d=\"M84.8,43.1l-30.6-30c-1.2-1.1-3.1-1.5-4.5-0.8C48.2,12.9,47,14.4,47,16v13H10c-2.2,0-4,2.3-4,4.5v25\n\tc0,2.2,1.8,4.5,4,4.5h37v13c0,1.6,1.2,3.1,2.6,3.7c0.5,0.2,1.1,0.3,1.6,0.3c1,0,2.1-0.4,2.8-1.1l30.6-30c0.8-0.8,1.2-1.8,1.2-2.9\n\tS85.6,43.9,84.8,43.1z M55,66.5v-8c0-2.2-1.4-3.5-3.6-3.5H14V37h37.4c2.2,0,3.6-1.3,3.6-3.5v-8L75.9,46L55,66.5z\"/>\n</svg>\n</li><li title=\"arrow thin down \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_341_\" d=\"M73.8,57.9l-25,24.9C48,83.6,47,84,46,84s-2-0.4-2.8-1.2l-25-24.9c-1.6-1.6-1.6-4.1,0-5.7\n\tc1.6-1.6,4.1-1.6,5.7,0L42,70.4V12c0-2.2,1.8-4,4-4c2.2,0,4,1.8,4,4v58.4l18.2-18.1c1.6-1.6,4.1-1.6,5.7,0\n\tC75.4,53.8,75.4,56.3,73.8,57.9z\"/>\n</svg>\n</li><li title=\"arrow thin left \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_546_\" d=\"M84,46c0,2.2-1.8,4-4,4H21.6l18.1,18.2c1.6,1.6,1.6,4.1,0,5.7C39,74.6,38,75,36.9,75c-1,0-2.1-0.4-2.8-1.2\n\tl-24.9-25c-1.6-1.6-1.6-4.1,0-5.6l24.9-25c1.6-1.6,4.1-1.6,5.7,0c1.6,1.6,1.6,4.1,0,5.7L21.6,42H80C82.2,42,84,43.8,84,46z\"/>\n</svg>\n</li><li title=\"arrow thin right \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_512_\" d=\"M82.8,48.8l-24.9,25c-0.8,0.8-1.8,1.2-2.8,1.2c-1,0-2-0.4-2.8-1.2c-1.6-1.6-1.6-4.1,0-5.7L70.4,50H12\n\tc-2.2,0-4-1.8-4-4c0-2.2,1.8-4,4-4h58.4L52.2,23.8c-1.6-1.6-1.6-4.1,0-5.7c1.6-1.6,4.1-1.6,5.7,0l24.9,25\n\tC84.4,44.7,84.4,47.3,82.8,48.8z\"/>\n</svg>\n</li><li title=\"arrow thin up \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_356_\" d=\"M73.8,39.8c-0.8,0.8-1.8,1.2-2.8,1.2c-1,0-2-0.4-2.8-1.2L50,21.6V80c0,2.2-1.8,4-4,4c-2.2,0-4-1.8-4-4V21.6\n\tL23.8,39.8c-1.6,1.6-4.1,1.6-5.7,0c-1.6-1.6-1.6-4.1,0-5.7l25-24.9c1.6-1.6,4.1-1.6,5.6,0l25,24.9C75.4,35.7,75.4,38.2,73.8,39.8z\"\n\t/>\n</svg>\n</li><li title=\"arrow up \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_877_\" d=\"M78.9,37.8l-30-30.6C48.1,6.4,47.1,6,46,6s-2.1,0.4-2.9,1.2l-30,30.6c-1.1,1.1-1.5,3.1-0.8,4.5\n\tc0.6,1.5,2.1,2.6,3.7,2.6h13v37c0,2.2,2.3,4,4.5,4h25c2.2,0,4.5-1.8,4.5-4V45h13c1.6,0,3.1-1.2,3.7-2.6C80.3,40.9,80,39,78.9,37.8z\n\t M58.5,37c-2.2,0-3.5,1.4-3.5,3.6V78H37V40.6c0-2.2-1.3-3.6-3.5-3.6h-8L46,16.1L66.5,37H58.5z\"/>\n</svg>\n</li><li title=\"article \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1210_\" d=\"M76,2H16c-2.2,0-4,1.8-4,4v80c0,2.2,1.8,4,4,4h60c2.2,0,4-1.8,4-4V6C80,3.8,78.2,2,76,2z M72,82H20V10h52\n\tV82z M30,67.5c0-1.9,1.6-3.5,3.5-3.5h23.8c1.9,0,3.5,1.6,3.5,3.5S59.3,71,57.3,71H33.5C31.6,71,30,69.4,30,67.5z M30,53.5\n\tc0-1.9,1.6-3.5,3.5-3.5h23.8c1.9,0,3.5,1.6,3.5,3.5S59.3,57,57.3,57H33.5C31.6,57,30,55.4,30,53.5z M61,24.5c0-1.9-1.6-3.5-3.5-3.5\n\th-24c-1.9,0-3.5,1.6-3.5,3.5v14c0,1.9,1.6,3.5,3.5,3.5h24c1.9,0,3.5-1.6,3.5-3.5V24.5z M37,28h17v7H37V28z\"/>\n</svg>\n</li><li title=\"backspace \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_548_\" d=\"M92,45.6v17.7c0,2.4-1.5,4.4-4,4.4s-4-2-4-4.4V50.1l-68.3,0l10.2,10.1c1.7,1.7,1.6,4.5-0.2,6.3\n\tc-0.9,0.9-2.1,1.3-3.3,1.3c-1.1,0-2.3-0.4-3.2-1.3l-18-17.7C0.5,48,0,46.8,0,45.6c0-1.2,0.5-2.3,1.3-3.1l17.9-17.7\n\tc1.7-1.7,4.6-1.7,6.3,0c1.7,1.7,1.7,4.5-0.1,6.3L15.2,41.2l72.2,0c1.2,0,2.5,0.5,3.3,1.3C91.5,43.3,92,44.5,92,45.6z\"/>\n</svg>\n</li><li title=\"basket \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1989_\" d=\"M88,29H77c0,0-0.1-0.3-0.1-0.4L58,5.5c-1.4-1.7-3.9-2-5.6-0.6s-2,4.1-0.6,5.8L66.7,29H25.3l14.9-18.3\n\tC41.6,9,41.4,6.4,39.6,5c-1.7-1.4-4.2-1.2-5.6,0.5L15.1,28.7c0,0.1-0.1,0.3-0.1,0.3H4c-2.2,0-4,1.4-4,3.6v15C0,49.8,1.8,52,4,52h1.3\n\tl7.5,30.4c0.8,3.5,3.9,5.6,7.5,5.6h51.4c3.6,0,6.6-2.2,7.5-5.6L86.7,52H88c2.2,0,4-2.2,4-4.4v-15C92,30.4,90.2,29,88,29z M8,37h76v7\n\th-0.4H8.4H8V37z M71.5,80h-51l-7-28h65L71.5,80z\"/>\n</svg>\n</li><li title=\"basketball \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_2075_\" d=\"M46,0C20.6,0,0,20.6,0,46s20.6,46,46,46s46-20.6,46-46S71.4,0,46,0z M75,70.5c-2.6-2.4-6.9-7.4-8.5-15.1\n\tc7.8-1.1,13.4-2.7,17.1-4C82.6,58.5,79.5,65.1,75,70.5z M8.4,51.3c3.7,1.3,9.3,2.9,17.1,4c-1.5,7.7-5.9,12.8-8.5,15.1\n\tC12.5,65.1,9.4,58.5,8.4,51.3z M14.7,24.4c3.2,3.4,10.1,12,11.1,22.9c-9.7-1.5-15.4-3.7-17.7-4.7C8.8,35.9,11.1,29.7,14.7,24.4z\n\t M83.8,42.6c-2.3,1-7.9,3.3-17.7,4.7c1-10.8,8-19.5,11.1-22.9C80.9,29.7,83.2,35.9,83.8,42.6z M58.1,48.2c-2.5,0.2-5.2,0.3-8.1,0.4\n\tV8.2c8.5,0.9,16.1,4.6,22,10.1C68.3,22.2,58.7,33.5,58.1,48.2z M42,48.7c-2.9-0.1-5.6-0.2-8.1-0.4c-0.7-14.8-10.3-26-14-29.9\n\tc5.9-5.5,13.5-9.2,22-10.1V48.7z M33.4,56.2c2.7,0.2,5.5,0.4,8.6,0.4v27.1C34.8,83,28.2,80.2,22.7,76C26.3,72.6,31.7,66.1,33.4,56.2\n\tz M50,56.7c3-0.1,5.9-0.2,8.6-0.4c1.8,9.8,7.1,16.4,10.7,19.8c-5.4,4.2-12.1,7-19.3,7.8V56.7z\"/>\n</svg>\n</li><li title=\"battery empty \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1711_\" d=\"M88,35h-3V24c0-2.2-1.7-4-4-4H4c-2.2,0-4,1.8-4,4v44c0,2.2,1.8,4,4,4h77c2.2,0,4-1.8,4-4V57h3\n\tc2.2,0,4-1.4,4-3.6V38.6C92,36.4,90.2,35,88,35z M77,64H8V28h69v10.6v14.8V64z\"/>\n</svg>\n</li><li title=\"battery full \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path d=\"M35,54V38c0-2.2,1.8-4,4-4h7c2.2,0,4,1.8,4,4v16c0,2.2-1.8,4-4,4h-7C36.8,58,35,56.2,35,54z M60,58h7c2.2,0,4-1.8,4-4V43.8\n\tc0-1-0.2-1.9-0.9-2.6l-5.3-6c-0.8-0.9-1.8-1.2-3-1.2H60c-2.2,0-4,1.5-4,3.8V54C56,56.2,57.8,58,60,58z M18,58h7c2.2,0,4-1.8,4-4V38\n\tc0-2.2-1.8-4-4-4h-7c-2.2,0-4,1.8-4,4v16C14,56.2,15.8,58,18,58z M92,38.6v14.8c0,2.2-1.8,3.6-4,3.6h-3v11c0,2.2-1.7,4-4,4H4\n\tc-2.2,0-4-1.8-4-4V24c0-2.2,1.8-4,4-4h77c2.2,0,4,1.8,4,4v11h3C90.2,35,92,36.4,92,38.6z M77,28H8v36h69V53.4V38.6V28z\"/>\n</svg>\n</li><li title=\"battery low \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1657_\" d=\"M88,35h-3V24c0-2.2-1.7-4-4-4H4c-2.2,0-4,1.8-4,4v44c0,2.2,1.8,4,4,4h77c2.2,0,4-1.8,4-4V57h3\n\tc2.2,0,4-1.4,4-3.6V38.6C92,36.4,90.2,35,88,35z M77,64H8V28h69v10.6v14.8V64z M29,54c0,2.2-1.8,4-4,4h-7c-2.2,0-4-1.8-4-4V38\n\tc0-2.2,1.8-4,4-4h7c2.2,0,4,1.8,4,4V54z\"/>\n</svg>\n</li><li title=\"battery medium \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1645_\" d=\"M88,35h-3V24c0-2.2-1.7-4-4-4H4c-2.2,0-4,1.8-4,4v44c0,2.2,1.8,4,4,4h77c2.2,0,4-1.8,4-4V57h3\n\tc2.2,0,4-1.4,4-3.6V38.6C92,36.4,90.2,35,88,35z M77,64H8V28h69v10.6v14.8V64z M29,54c0,2.2-1.8,4-4,4h-7c-2.2,0-4-1.8-4-4V38\n\tc0-2.2,1.8-4,4-4h7c2.2,0,4,1.8,4,4V54z M50,54c0,2.2-1.8,4-4,4h-7c-2.2,0-4-1.8-4-4V38c0-2.2,1.8-4,4-4h7c2.2,0,4,1.8,4,4V54z\"/>\n</svg>\n</li><li title=\"bell \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1404_\" d=\"M84,71.5c-6.7,0-9.3-3.9-9.3-28.4c0-19.2-8.7-31.2-23.7-33V3.9c0-2.2-1.8-4-4-4s-4,1.8-4,4v6\n\tc-16,1.3-25.3,13.5-25.3,33.1c0,24.5-2.9,28.4-9.7,28.4C5.9,71.5,4,73,4,75.2C4,77.5,5.8,79,8,79h26c0.3,3,1.2,6.7,3.6,9.3\n\tc2.1,2.3,4.9,3.6,8.2,3.6c3.3,0,6.1-1.4,8.2-3.6c2.5-2.7,3.5-6.3,3.9-9.3H84c2.2,0,4-1.5,4-3.8C88,73,86.2,71.5,84,71.5z M48.2,82.9\n\tc-0.4,0.4-1,1-2.4,1c-1.3,0-1.9-0.6-2.3-1C42.8,82,42.3,81,42.1,79h3.4c0.2,0,0.4,0,0.6,0c0.2,0,0.4,0,0.6,0h3.3\n\tC49.6,81,49.1,82,48.2,82.9z M46.6,71c-0.2,0-0.4,0-0.6,0c-0.2,0-0.4,0-0.6,0H21.8c3.7-7,3.7-17.9,3.7-28.1\n\tc0-16.3,7.1-24.9,19.9-24.9h1.1c12.8,0,19.9,8.6,19.9,24.9c0,10.2,0,21.1,3.7,28.1H46.6z M60.8,35.5c0.1,1.9-1.4,3.6-3.3,3.7\n\tc-0.1,0-0.1,0-0.2,0c-1.8,0-3.4-1.4-3.5-3.3c-0.3-4.5-3.8-6.1-4.2-6.3c-1.8-0.8-2.6-2.8-1.9-4.6c0.7-1.8,2.7-2.6,4.5-1.9\n\tC52.6,23.3,60.3,26.5,60.8,35.5z\"/>\n</svg>\n</li><li title=\"blog \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1960_\" d=\"M76,2H16c-2.2,0-4,1.8-4,4v80c0,2.2,1.8,4,4,4h60c2.2,0,4-1.8,4-4V6C80,3.8,78.2,2,76,2z M72,82H20V10h52\n\tV82z M28.5,65c0-2.2,1.8-4,4-4h27c2.2,0,4,1.8,4,4s-1.8,4-4,4h-27C30.3,69,28.5,67.2,28.5,65z M29.1,46c0-2.2,1.8-4,4-4h26.3\n\tc2.2,0,4,1.8,4,4s-1.8,4-4,4H33.1C30.9,50,29.1,48.2,29.1,46z M29.1,27c0-2.2,1.8-4,4-4h26.3c2.2,0,4,1.8,4,4s-1.8,4-4,4H33.1\n\tC30.9,31,29.1,29.2,29.1,27z\"/>\n</svg>\n</li><li title=\"bluetooth \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_2208_\" d=\"M51.9,46l17.9-17.7c1.6-1.5,1.6-4.1,0-5.6l-21-21.4C47.7,0,46-0.3,44.5,0.3C43,0.9,42,2.4,42,4l0,32.1\n\tL27.8,22.1c-1.6-1.6-4.1-1.5-5.7,0c-1.6,1.6-1.5,4.1,0,5.7L40.6,46L22.2,64.3c-1.6,1.6-1.6,4.1,0,5.7c0.8,0.8,1.8,1.2,2.8,1.2\n\tc1,0,2-0.4,2.8-1.2L42,55.9L42,88c0,1.6,1,3.1,2.5,3.7c0.5,0.2,1,0.3,1.5,0.3c1.1,0,2.1-0.4,2.9-1.2l21-21.4c1.5-1.6,1.5-4.1,0-5.6\n\tL51.9,46z M50,13.8l11.3,11.6L50,36.6L50,13.8z M50,78.2l0-22.8l11.3,11.3L50,78.2z\"/>\n</svg>\n</li><li title=\"bold \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_2286_\" d=\"M60.1,44.2c3.7-3.6,6-8.7,6-14.2c0-11-9-20-20-20H25c-2.2,0-4,1.8-4,4v32v32c0,2.2,1.8,4,4,4h26\n\tc11,0,20-9,20-20C71,54.3,66.6,47.6,60.1,44.2z M29,18h17.1c6.6,0,12,5.4,12,12s-5.4,12-12,12H29V18z M51,74H29V50h17.1H51\n\tc6.6,0,12,5.4,12,12S57.6,74,51,74z\"/>\n</svg>\n</li><li title=\"bookmark \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1685_\" d=\"M64,0H28c-2.2,0-4,1.8-4,4v84c0,1.6,1,3.1,2.5,3.7c0.5,0.2,1,0.3,1.5,0.3c1.1,0,2.1-0.4,2.9-1.3l14.7-15.6\n\tl15.5,15.6c1.1,1.1,2.9,1.5,4.4,0.9C67,91.1,68,89.6,68,88V4C68,1.8,66.2,0,64,0z M60,78.3L48.4,66.4c-0.8-0.8-1.8-1.4-2.8-1.4\n\tc0,0,0,0,0,0c-1.1,0-2.1,0.7-2.9,1.5L32,77.9V8h28V78.3z\"/>\n</svg>\n</li><li title=\"bookmarks \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1669_\" d=\"M53,17H24c-2.2,0-4,1.5-4,3.7V88c0,1.6,1,3.1,2.5,3.7c0.5,0.2,1,0.3,1.5,0.3c1.1,0,2.1-0.4,2.9-1.2\n\tl11.3-11.9l11.9,12c1.1,1.1,2.9,1.5,4.4,0.9C56,91.1,57,89.6,57,88V20.7C57,18.5,55.2,17,53,17z M49,78.3l-8-8.1\n\tc-0.8-0.8-1.8-1.2-2.8-1.2c0,0,0,0,0,0c-1.1,0-2.1,0.5-2.9,1.3L28,78V25h21V78.3z M71,3v67.3c0,1.9-1.6,3.5-3.5,3.5S64,72.2,64,70.3\n\tV7H43v1.3c0,1.9-1.6,3.5-3.5,3.5S36,10.2,36,8.3V3c0-1.9,1.1-3,3-3h29C69.9,0,71,1.1,71,3z\"/>\n</svg>\n</li><li title=\"box \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path d=\"M74.7,24H17.3c-2.2,0-4,1.8-4,4l-0.6,51c0,1.1,0.4,2.1,1.2,2.9s1.8,1.2,2.8,1.2h58.4c1.1,0,2.1-0.4,2.8-1.2\n\tc0.8-0.8,1.2-1.8,1.2-2.8l-0.4-51C78.7,25.8,76.9,24,74.7,24z M46,75H20.7l0.5-43h49.5l0.3,43H46z M58.8,43c0,2.2-1.8,4-4,4H37.2\n\tc-2.2,0-4-1.8-4-4s1.8-4,4-4h17.5C57,39,58.8,40.8,58.8,43z M88.8,26.9C88.5,27,88.2,27,88,27c-1.9,0-3.6-1.3-3.9-3.2L82.8,17H9.2\n\tl-1.3,6.8c-0.4,2.2-2.5,3.6-4.7,3.2c-2.2-0.4-3.6-2.5-3.2-4.7l1.9-10C2.4,10.4,4,9,5.9,9h80.1c1.9,0,3.6,1.4,3.9,3.2l1.9,10\n\tC92.3,24.4,90.9,26.5,88.8,26.9z\"/>\n</svg>\n</li><li title=\"briefcase \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_2102_\" d=\"M90.8,22.9C90.1,22.2,89.1,22,88,22H67V10c0-2.2-2-4-4.2-4H29.2C27,6,25,7.8,25,10v12H4\n\tc-2.2,0-4,1.3-4,3.5V82c0,2.2,1.8,4,4,4h84c2.2,0,4-1.8,4-4l0-56.3C92,24.6,91.6,23.7,90.8,22.9z M33,14h26v8H33V14z M84,30l0,21H56\n\tv-1.5c0-1.7-1.6-2.5-3.3-2.5H39.3c-1.7,0-3.3,0.9-3.3,2.5V51H8V30H84z M50,53v2h-8v-2H50z M8,78V57h28v1c0,1.7,1.6,3,3.3,3h13.5\n\tc1.7,0,3.3-1.4,3.3-3v-1h28l0,21H8z\"/>\n</svg>\n</li><li title=\"brightness low \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1831_\" d=\"M46,28.7c-9.5,0-17.3,7.8-17.3,17.3c0,9.5,7.8,17.3,17.3,17.3S63.3,55.5,63.3,46\n\tC63.3,36.5,55.5,28.7,46,28.7z M46,55.3c-5.1,0-9.3-4.2-9.3-9.3c0-5.1,4.2-9.3,9.3-9.3s9.3,4.2,9.3,9.3C55.3,51.1,51.1,55.3,46,55.3\n\tz M42,18.6V15c0-2.2,1.8-4,4-4s4,1.8,4,4v3.6c0,2.2-1.8,4-4,4S42,20.8,42,18.6z M81,46c0,2.2-1.8,4-4,4h-3.6c-2.2,0-4-1.8-4-4\n\ts1.8-4,4-4H77C79.2,42,81,43.8,81,46z M50,73.4V77c0,2.2-1.8,4-4,4s-4-1.8-4-4v-3.6c0-2.2,1.8-4,4-4S50,71.2,50,73.4z M18.6,50H15\n\tc-2.2,0-4-1.8-4-4s1.8-4,4-4h3.6c2.2,0,4,1.8,4,4S20.8,50,18.6,50z M62.5,29.5c-1.6-1.6-1.6-4.1,0-5.7l2.5-2.5\n\tc1.6-1.6,4.1-1.6,5.7,0c1.6,1.6,1.6,4.1,0,5.7l-2.5,2.5c-0.8,0.8-1.8,1.2-2.8,1.2C64.4,30.6,63.3,30.2,62.5,29.5z M70.7,65.1\n\tc1.6,1.6,1.6,4.1,0,5.7c-0.8,0.8-1.8,1.2-2.8,1.2c-1,0-2-0.4-2.8-1.2l-2.5-2.5c-1.6-1.6-1.6-4.1,0-5.7c1.6-1.6,4.1-1.6,5.7,0\n\tL70.7,65.1z M29.5,62.5c1.6,1.6,1.6,4.1,0,5.7l-2.5,2.5c-0.8,0.8-1.8,1.2-2.8,1.2c-1,0-2-0.4-2.8-1.2c-1.6-1.6-1.6-4.1,0-5.7\n\tl2.5-2.5C25.4,61,27.9,61,29.5,62.5z M21.3,26.9c-1.6-1.6-1.6-4.1,0-5.7c1.6-1.6,4.1-1.6,5.7,0l2.5,2.5c1.6,1.6,1.6,4.1,0,5.7\n\tc-0.8,0.8-1.8,1.2-2.8,1.2c-1,0-2-0.4-2.8-1.2L21.3,26.9z\"/>\n</svg>\n</li><li title=\"brightness max \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1844_\" d=\"M46,23.7c-12.3,0-22.3,10-22.3,22.3s10,22.3,22.3,22.3s22.3-10,22.3-22.3S58.3,23.7,46,23.7z M46,60.3\n\tc-7.9,0-14.3-6.4-14.3-14.3S38.1,31.7,46,31.7S60.3,38.1,60.3,46S53.9,60.3,46,60.3z M42,12.3V4c0-2.2,1.8-4,4-4s4,1.8,4,4v8.3\n\tc0,2.2-1.8,4-4,4S42,14.5,42,12.3z M92,46c0,2.2-1.8,4-4,4h-8.3c-2.2,0-4-1.8-4-4s1.8-4,4-4H88C90.2,42,92,43.8,92,46z M50,79.7V88\n\tc0,2.2-1.8,4-4,4s-4-1.8-4-4v-8.3c0-2.2,1.8-4,4-4S50,77.5,50,79.7z M12.3,50H4c-2.2,0-4-1.8-4-4s1.8-4,4-4h8.3c2.2,0,4,1.8,4,4\n\tS14.5,50,12.3,50z M67,25c-1.6-1.6-1.6-4.1,0-5.7l5.8-5.8c1.6-1.6,4.1-1.6,5.7,0c1.6,1.6,1.6,4.1,0,5.7L72.7,25\n\tc-0.8,0.8-1.8,1.2-2.8,1.2S67.8,25.8,67,25z M78.5,72.9c1.6,1.6,1.6,4.1,0,5.7c-0.8,0.8-1.8,1.2-2.8,1.2s-2-0.4-2.8-1.2L67,72.7\n\tc-1.6-1.6-1.6-4.1,0-5.7c1.6-1.6,4.1-1.6,5.7,0L78.5,72.9z M25,67c1.6,1.6,1.6,4.1,0,5.7l-5.8,5.8c-0.8,0.8-1.8,1.2-2.8,1.2\n\ts-2-0.4-2.8-1.2c-1.6-1.6-1.6-4.1,0-5.7l5.8-5.8C20.9,65.5,23.4,65.5,25,67z M13.5,19.1c-1.6-1.6-1.6-4.1,0-5.7\n\tc1.6-1.6,4.1-1.6,5.7,0l5.8,5.8c1.6,1.6,1.6,4.1,0,5.7c-0.8,0.8-1.8,1.2-2.8,1.2c-1,0-2-0.4-2.8-1.2L13.5,19.1z\"/>\n</svg>\n</li><li title=\"brightness medium \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1856_\" d=\"M46,23.7c-12.3,0-22.3,10-22.3,22.3s10,22.3,22.3,22.3s22.3-10,22.3-22.3S58.3,23.7,46,23.7z M31.7,46\n\tc0-7.9,6.4-14.3,14.3-14.3h0v28.5h0C38.1,60.3,31.7,53.9,31.7,46z M42,12.3V4c0-2.2,1.8-4,4-4s4,1.8,4,4v8.3c0,2.2-1.8,4-4,4\n\tS42,14.5,42,12.3z M92,46c0,2.2-1.8,4-4,4h-8.3c-2.2,0-4-1.8-4-4s1.8-4,4-4H88C90.2,42,92,43.8,92,46z M50,79.7V88c0,2.2-1.8,4-4,4\n\ts-4-1.8-4-4v-8.3c0-2.2,1.8-4,4-4S50,77.5,50,79.7z M12.3,50H4c-2.2,0-4-1.8-4-4s1.8-4,4-4h8.3c2.2,0,4,1.8,4,4S14.5,50,12.3,50z\n\t M67,25c-1.6-1.6-1.6-4.1,0-5.7l5.8-5.8c1.6-1.6,4.1-1.6,5.7,0c1.6,1.6,1.6,4.1,0,5.7L72.7,25c-0.8,0.8-1.8,1.2-2.8,1.2\n\tC68.8,26.1,67.8,25.8,67,25z M78.5,72.9c1.6,1.6,1.6,4.1,0,5.7c-0.8,0.8-1.8,1.2-2.8,1.2c-1,0-2-0.4-2.8-1.2L67,72.7\n\tc-1.6-1.6-1.6-4.1,0-5.7c1.6-1.6,4.1-1.6,5.7,0L78.5,72.9z M25,67c1.6,1.6,1.6,4.1,0,5.7l-5.8,5.8c-0.8,0.8-1.8,1.2-2.8,1.2\n\ts-2-0.4-2.8-1.2c-1.6-1.6-1.6-4.1,0-5.7l5.8-5.8C20.9,65.5,23.4,65.5,25,67z M13.5,19.1c-1.6-1.6-1.6-4.1,0-5.7\n\tc1.6-1.6,4.1-1.6,5.7,0l5.8,5.8c1.6,1.6,1.6,4.1,0,5.7c-0.8,0.8-1.8,1.2-2.8,1.2c-1,0-2-0.4-2.8-1.2L13.5,19.1z\"/>\n</svg>\n</li><li title=\"broadcast \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_2215_\" d=\"M91.5,34.3c-0.9-3-2.7-5.4-5.4-6.8c-3.4-1.8-7.4-1.6-10.2-1.1L70.1,5.9c-0.4-1.4-1.5-2.5-2.9-2.8\n\tc-1.4-0.3-2.9,0.1-3.9,1.2c-14.3,16-20.2,19.9-36,26.8l-12.4,3.6C4,37.8-2.3,49.4,0.8,60.3c1.5,5.3,5,9.8,9.9,12.5\n\tc3.1,1.7,6.5,2.6,9.9,2.6c1.6,0,3.3-0.2,4.9-0.6l1.3,4.7c0.7,2.5,2.1,4.7,3.9,6.5l2.1,2c0.8,0.7,1.8,1.1,2.8,1.1\n\tc1.1,0,2.1-0.4,2.9-1.2c1.5-1.6,1.5-4.1-0.2-5.7l-2.1-2c-0.8-0.8-1.4-1.8-1.7-2.9l-1.3-4.7l5.8-1.7c16.6-2.5,24.1-2.3,44.4,3.5\n\tc0.4,0.1,0.7,0.2,1.1,0.2c1,0,2.1-0.4,2.8-1.2c1-1,1.4-2.5,1-3.9l-5.9-20.5c2.6-1,6.1-2.8,8.1-6.1C92,40.3,92.4,37.4,91.5,34.3z\n\t M14.6,65.8c-3-1.6-5.1-4.4-6.1-7.6c-1.9-6.8,2-13.8,8.6-15.8l9-2.6l4.1,14.5l2.8,10l-9,2.6C20.9,67.8,17.5,67.4,14.6,65.8z\n\t M55.3,61.4c-4.5,0-9,0.4-14.3,1.1l-5.8-20.5l-1.4-5C46.4,31.2,53.2,26.7,64.4,15l14.2,49.9C69.1,62.4,62.3,61.4,55.3,61.4z\n\t M83.7,38.7c-0.6,1.1-2.1,1.9-3.5,2.5l-2-7c1.5-0.2,3.2-0.2,4.3,0.4c0.5,0.3,1,0.7,1.4,1.8C84.2,37.6,83.9,38.2,83.7,38.7z\n\t M58.3,32.1c1.1,1.6,0.8,3.8-0.8,4.9c-3.7,2.6-7.9,4.9-8.1,5c-0.5,0.3-1.1,0.4-1.6,0.4c-1.3,0-2.5-0.7-3.1-1.9\n\tc-0.9-1.7-0.2-3.8,1.5-4.7c0,0,4-2.1,7.2-4.4C55,30.1,57.2,30.5,58.3,32.1z\"/>\n</svg>\n</li><li title=\"browser upload \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1324_\" d=\"M50,47l0.1,41c0,2.2-1.8,4-4,4c0,0,0,0,0,0c-2.2,0-4-1.8-4-4L42,46.9L30.4,58.5c-1.6,1.6-4.1,1.5-5.7,0\n\tc-1.6-1.6-1.5-4.1,0-5.7l18.4-18.3c1.6-1.5,4.1-1.5,5.6,0l18.4,18.3c1.6,1.6,1.6,4.1,0,5.7c-0.8,0.8-1.8,1.2-2.8,1.2\n\tc-1,0-2-0.4-2.8-1.2L50,47z M92,4v66.7c0,2.2-1.8,4.3-4,4.3H63.4c-2.2,0-4-1.8-4-4s1.8-4,4-4H84V24H8v43h20.9c2.2,0,4,1.8,4,4\n\ts-1.8,4-4,4H4c-2.2,0-4-2.1-4-4.3V4c0-2.2,1.8-4,4-4h84C90.2,0,92,1.8,92,4z M40,17h10V8H40V17z M34,8H24v9h10V8z M8,17h10V8H8V17z\n\t M84,17V8H56v9H84z\"/>\n</svg>\n</li><li title=\"browser \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1315_\" d=\"M88,9H4c-2.2,0-4,1.8-4,4v66c0,2.2,1.8,4,4,4h84c2.2,0,4-1.8,4-4V13C92,10.8,90.2,9,88,9z M84,26H56v-9h28\n\tV26z M24,26v-9h10v9H24z M40,17h10v9H40V17z M18,17v9H8v-9H18z M8,75V33h76v42H8z\"/>\n</svg>\n</li><li title=\"brush \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_2158_\" d=\"M92,8.7c0-2.3-0.9-4.4-2.5-6l-0.2-0.2C86-0.8,80.7-0.8,77.4,2.4L28.6,47.7c-6.6-1.4-13.7,0.4-18.7,5.5\n\tC3,60,3.1,67.6,3.2,72.2c0,0.6,0,1.2,0,1.7c-0.1,3.7-2,8.2-2.8,9.7c-0.5,1-0.6,2.2-0.2,3.2c0.4,1.1,1.2,1.9,2.2,2.3\n\tc4.7,2,9.4,2.9,13.9,2.9c7.9,0,15.4-3,21.1-8.7c4.7-4.7,7.3-10.4,7.3-16.1c0-1.4-0.2-2.7-0.4-4l45.2-48.6C91.1,13,92,10.9,92,8.7z\n\t M31.8,77.6c-5.9,5.9-14,7.8-22.5,5.4c0.9-2.5,1.8-5.8,1.9-9v0c0-0.6,0-1.3,0-2c-0.1-4.1-0.2-8.7,4.3-13.1c4.8-4.8,12.7-4.8,17.6,0\n\tc2.4,2.4,3.7,5.3,3.7,8.3C36.8,70.7,35,74.4,31.8,77.6z M83.9,9c0,0-0.1,0.1-0.1,0.1L40.7,55.4c-0.6-0.8-1.2-1.5-1.9-2.2\n\tc-0.7-0.7-1.5-1.3-2.2-1.9L82.9,8.2c0,0,0.1-0.1,0.1-0.1c0.2-0.2,0.5-0.2,0.7,0l0.2,0.2C84,8.5,84,8.6,84,8.7C84,8.8,84,8.9,83.9,9z\n\t\"/>\n</svg>\n</li><li title=\"calendar \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1146_\" d=\"M22,21.8V9c0-2.8,2.2-5,5-5s5,2.2,5,5v12.8c0,2.8-2.2,5-5,5S22,24.6,22,21.8z M65,26.8c2.8,0,5-2.2,5-5V9\n\tc0-2.8-2.2-5-5-5s-5,2.2-5,5v12.8C60,24.6,62.2,26.8,65,26.8z M92,15.4V83c0,2.2-1.8,4-4,4H4c-2.2,0-4-1.8-4-4V15.4\n\tC0,13.2,1.8,11,4,11h9.3c2.2,0,4,1.8,4,4s-1.8,4-4,4H8v17h76V19h-5.3c-2.2,0-4-1.8-4-4s1.8-4,4-4H88C90.2,11,92,13.2,92,15.4z\n\t M84,79V43H8v36H84z M39.7,19h12.6c2.2,0,4-1.8,4-4s-1.8-4-4-4H39.7c-2.2,0-4,1.8-4,4S37.5,19,39.7,19z\"/>\n</svg>\n</li><li title=\"camcorder \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1936_\" d=\"M89.8,21.4c-1.4-0.7-3.2-0.5-4.4,0.4L69,33.9V25c0-2.2-1.4-4-3.6-4H4c-2.2,0-4,1.8-4,4v42c0,2.2,1.8,4,4,4\n\th61.4c2.2,0,3.6-1.8,3.6-4v-8.9l16.4,12.1c0.7,0.5,1.7,0.8,2.5,0.8c0.6,0,1.3-0.1,1.8-0.4c1.4-0.7,2.3-2.1,2.3-3.6V25\n\tC92,23.5,91.1,22.1,89.8,21.4z M61,63H8V29h53V63z M84,59L70,48.4v-4.8L84,33V59z\"/>\n</svg>\n</li><li title=\"camera \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1160_\" d=\"M46,27c-12.6,0-22.9,10.4-22.9,23.2c0,12.8,10.3,23.2,22.9,23.2s22.9-10.4,22.9-23.2\n\tC68.9,37.4,58.6,27,46,27z M46,65.5c-8.2,0-14.9-6.8-14.9-15.2S37.8,35,46,35s14.9,6.8,14.9,15.2S54.2,65.5,46,65.5z M57.1,51.2\n\tc-0.2,1.8-1.7,3-3.5,3c-0.2,0-0.3,0-0.5,0c-1.9-0.3-3.3-2-3-3.9c0.4-2.9-3-4.5-3.2-4.6c-1.7-0.8-2.5-2.9-1.7-4.6\n\tc0.8-1.7,2.8-2.5,4.6-1.8C53,40.7,58,44.7,57.1,51.2z M49.4,55.6c0.7,0.7,1.2,1.8,1.2,2.8c0,1-0.4,2.1-1.2,2.8\n\tc-0.8,0.7-1.8,1.2-2.8,1.2s-2.1-0.4-2.8-1.2c-0.7-0.8-1.2-1.8-1.2-2.8c0-1.1,0.4-2.1,1.2-2.8c0.8-0.8,1.8-1.2,2.8-1.2\n\tS48.7,54.8,49.4,55.6z M88,26H72.6l-4.3-16c-0.5-1.7-2.1-3-3.9-3H27.5c-1.8,0-3.4,1.3-3.9,3l-4.3,16H4c-2.2,0-4,1.7-4,3.9V81\n\tc0,2.2,1.8,4,4,4h84c2.2,0,4-1.8,4-4V29.9C92,27.7,90.2,26,88,26z M84,77H8V34h14.4c1.8,0,3.4-1.3,3.9-3l4.3-16h30.8l4.3,16\n\tc0.5,1.7,2.1,3,3.9,3H84V77z\"/>\n</svg>\n</li><li title=\"card \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_2192_\" d=\"M92,23.4c0-4.1-3.3-7.4-7.4-7.4H7.4C3.3,16,0,19.3,0,23.4v45.3C0,72.7,3.3,76,7.4,76h77.3\n\tc4.1,0,7.4-3.3,7.4-7.4V23.4z M84,24v7H8v-7H84z M8,68V43h76v25H8z M76.5,55c0,2.2-1.8,4-4,4h-19c-2.2,0-4-1.8-4-4s1.8-4,4-4h19\n\tC74.7,51,76.5,52.8,76.5,55z\"/>\n</svg>\n</li><li title=\"cart \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1732_\" d=\"M91.8,27.3L81.1,61c-0.8,2.4-2.9,4-5.4,4H34.4c-2.4,0-4.7-1.5-5.5-3.7L13.1,19H4c-2.2,0-4-1.8-4-4\n\ts1.8-4,4-4h11.9c1.7,0,3.2,1.1,3.8,2.7L36,57h38l8.5-27H35.4c-2.2,0-4-1.8-4-4s1.8-4,4-4H88c1.3,0,2.5,0.7,3.2,1.7\n\tC92,24.7,92.2,26.1,91.8,27.3z M36.4,70.3c-1.7,0-3.4,0.7-4.6,1.9c-1.2,1.2-1.9,2.9-1.9,4.6c0,1.7,0.7,3.4,1.9,4.6\n\tc1.2,1.2,2.9,1.9,4.6,1.9s3.4-0.7,4.6-1.9c1.2-1.2,1.9-2.9,1.9-4.6c0-1.7-0.7-3.4-1.9-4.6C39.8,71,38.1,70.3,36.4,70.3z M72.3,70.3\n\tc-1.7,0-3.4,0.7-4.6,1.9s-1.9,2.9-1.9,4.6c0,1.7,0.7,3.4,1.9,4.6c1.2,1.2,2.9,1.9,4.6,1.9c1.7,0,3.4-0.7,4.6-1.9\n\tc1.2-1.2,1.9-2.9,1.9-4.6c0-1.7-0.7-3.4-1.9-4.6S74,70.3,72.3,70.3z\"/>\n</svg>\n</li><li title=\"checklist \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1466_\" d=\"M36.2,14c0-2.8,2.2-5,5-5H85c2.8,0,5,2.2,5,5s-2.2,5-5,5H41.2C38.5,19,36.2,16.8,36.2,14z M85,41H41.2\n\tc-2.8,0-5,2.2-5,5s2.2,5,5,5H85c2.8,0,5-2.2,5-5S87.8,41,85,41z M85,73H41.2c-2.8,0-5,2.2-5,5s2.2,5,5,5H85c2.8,0,5-2.2,5-5\n\tS87.8,73,85,73z M25,6.5C25,4.6,23.4,3,21.5,3h-15C4.6,3,3,4.6,3,6.5v15C3,23.4,4.6,25,6.5,25h15c1.9,0,3.5-1.6,3.5-3.5V6.5z\n\t M25,53.5c0,1.9-1.6,3.5-3.5,3.5h-15C4.6,57,3,55.4,3,53.5v-15C3,36.6,4.6,35,6.5,35h15c1.9,0,3.5,1.6,3.5,3.5V53.5z M19,42h-9v8h9\n\tV42z M25,85.5c0,1.9-1.6,3.5-3.5,3.5h-15C4.6,89,3,87.4,3,85.5v-15C3,68.6,4.6,67,6.5,67h15c1.9,0,3.5,1.6,3.5,3.5V85.5z M19,74h-9\n\tv9h9V74z\"/>\n</svg>\n</li><li title=\"checkmark \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_712_\" d=\"M34.4,72c-1.2,0-2.3-0.4-3.2-1.3L11.3,50.8c-1.8-1.8-1.8-4.6,0-6.4c1.8-1.8,4.6-1.8,6.4,0l16.8,16.7\n\tl39.9-39.8c1.8-1.8,4.6-1.8,6.4,0c1.8,1.8,1.8,4.6,0,6.4l-43.1,43C36.7,71.6,35.6,72,34.4,72z\"/>\n</svg>\n</li><li title=\"chevron down \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_467_\" d=\"M46,63c-1.1,0-2.1-0.4-2.9-1.2l-25-26c-1.5-1.6-1.5-4.1,0.1-5.7c1.6-1.5,4.1-1.5,5.7,0.1l22.1,23l22.1-23\n\tc1.5-1.6,4.1-1.6,5.7-0.1c1.6,1.5,1.6,4.1,0.1,5.7l-25,26C48.1,62.6,47.1,63,46,63z\"/>\n</svg>\n</li><li title=\"chevron left \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_423_\" d=\"M61.8,68.1c1.6,1.5,1.6,4.1,0.1,5.7C61.1,74.6,60,75,59,75c-1,0-2-0.4-2.8-1.1l-26-25\n\tC29.4,48.1,29,47.1,29,46s0.4-2.1,1.2-2.9l26-25c1.6-1.5,4.1-1.5,5.7,0.1c1.5,1.6,1.5,4.1-0.1,5.7L38.8,46L61.8,68.1z\"/>\n</svg>\n</li><li title=\"chevron right \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_439_\" d=\"M63,46c0,1.1-0.4,2.1-1.2,2.9l-26,25C35,74.6,34,75,33,75c-1.1,0-2.1-0.4-2.9-1.2c-1.5-1.6-1.5-4.1,0.1-5.7\n\tl23-22.1l-23-22.1c-1.6-1.5-1.6-4.1-0.1-5.7c1.5-1.6,4.1-1.6,5.7-0.1l26,25C62.6,43.9,63,44.9,63,46z\"/>\n</svg>\n</li><li title=\"chevron up \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_453_\" d=\"M71,63c-1.1,0-2.1-0.4-2.9-1.2L46,38.8l-22.1,23c-1.5,1.6-4.1,1.6-5.7,0.1c-1.6-1.5-1.6-4.1-0.1-5.7l25-26\n\tc0.8-0.8,1.8-1.2,2.9-1.2s2.1,0.4,2.9,1.2l25,26c1.5,1.6,1.5,4.1-0.1,5.7C73,62.6,72,63,71,63z\"/>\n</svg>\n</li><li title=\"clipboard \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1924_\" d=\"M77,9h-8h-1h-5.9l-1.6-4.2c-1.1-2.9-3.9-4.8-7-4.8H39.3c-3.1,0-5.9,1.9-7,4.8L30.8,9H24h-1h-8\n\tc-2.2,0-4,2-4,4.2V88c0,2.2,1.8,4,4,4h62c2.2,0,4-1.8,4-4V13.2C81,11,79.2,9,77,9z M33.6,17c1.7,0,3.2-1,3.8-2.5L39.8,8h13.4\n\tl2.4,6.5c0.6,1.6,2.1,2.5,3.8,2.5h3.2l-2.9,5.7c-0.5,0.8-1.4,1.3-2.4,1.3H35.5c-0.9,0-1.8-0.4-2.3-1.2L29.9,17H33.6z M73,84H19V17\n\th1.7l5.6,10c0,0.1,0.1,0,0.1,0.1c2,3.1,5.4,4.9,9.1,4.9h21.7c3.8,0,7.4-1.9,9.3-5.3c0-0.1,0.1-0.2,0.1-0.2l4.8-9.5H73V84z\"/>\n</svg>\n</li><li title=\"clock \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path d=\"M46,0C20.6,0,0,20.6,0,46s20.6,46,46,46s46-20.6,46-46S71.4,0,46,0z M46,84C25,84,8,67,8,46S25,8,46,8s38,17,38,38\n\tS67,84,46,84z M61.3,55.6c1.6,1.6,1.6,4.1,0,5.7c-0.8,0.8-1.8,1.2-2.8,1.2s-2-0.4-2.8-1.2L43.2,48.8C42.4,48.1,42,47.1,42,46V22.2\n\tc0-2.2,1.8-4,4-4s4,1.8,4,4v22.2L61.3,55.6z\"/>\n</svg>\n</li><li title=\"clockwise \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_275_\" d=\"M86.9,41.8L73,55.8c-0.8,0.8-1.8,1.2-2.9,1.2s-2.1-0.4-2.9-1.2l-13.8-14c-1.5-1.6-1.5-4.1,0-5.7\n\tc1.6-1.5,4.1-1.5,5.7,0l7.7,7.8c-1-14.5-12.9-26-27.4-26C24.3,18,12,30.6,12,46s12.3,28,27.5,28c5.6,0,11-1.7,15.5-4.9\n\tc1.8-1.3,4.3-0.8,5.6,1c1.3,1.8,0.8,4.3-1,5.6C53.7,79.8,46.7,82,39.5,82C19.9,82,4,65.9,4,46s15.9-36,35.5-36\n\tc18.4,0,33.6,14.3,35.3,32.6l6.3-6.4c1.6-1.6,4.1-1.6,5.7,0C88.4,37.7,88.4,40.2,86.9,41.8z\"/>\n</svg>\n</li><li title=\"cloud download \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1601_\" d=\"M91,44.4c-0.6,8.6-7.2,17.8-20.3,17.8c-6,0-9.1,0-9.1,0c-2.2,0-4-1.9-4-4.1c0-2.2,1.8-4.1,4-4.1\n\tc0,0,0,0,0,0c0,0,3.1,0.1,9.1,0.1c8,0,12-5.1,12.4-10.3c0.4-5.3-3-11.2-11.3-12.4c-1.1-0.2-2.1-0.8-2.7-1.7\n\tc-0.6-0.9-0.8-2.1-0.6-3.2c1.1-4.5-0.1-8.1-3-9.8c-2.5-1.4-6.5-1.4-9.9,1.9c-0.9,0.9-2.2,1.3-3.4,1.1c-1.2-0.2-2.3-1-2.9-2.1\n\tc-5.6-10.5-14.3-11.1-20-8.4c-5.5,2.6-9.9,9.1-6.5,17.3c0.4,1,0.4,2.2-0.1,3.2c-0.5,1-1.4,1.8-2.4,2.1C8.5,35.5,8.8,43.3,9.1,45.5\n\tc0.6,4.3,4,8.6,9.3,8.6l12.2,0c2.2,0,4,1.8,4,4c0,2.2-1.8,3.9-4,3.9c0,0,0,0,0,0l-12.2,0C9.8,62,2.5,55.6,1.2,46.7\n\tc-1-6.9,1.8-16.1,12.7-21C11.5,15,17.5,6,25.7,2.1c8.4-4,20.2-2.9,28.1,8c4.9-2.7,10.7-2.9,15.5-0.2c4.1,2.3,7.8,7.2,7.5,14.5\n\tC87.2,27.6,91.5,36.6,91,44.4z M59.7,68.6L50,78.4l-0.1-36.3c0-2.2-1.8-4.1-4-4.1c0,0,0,0,0,0c-2.2,0-4,1.9-4,4.1L42,78.3l-9.7-9.7\n\tc-1.6-1.6-4.1-1.6-5.7,0c-1.6,1.6-1.6,4.1,0,5.7l16.5,16.6c0.8,0.8,1.8,1.2,2.8,1.2s2.1-0.4,2.8-1.2l16.5-16.5\n\tc1.6-1.6,1.6-4.1,0-5.7C63.8,67.1,61.3,67.1,59.7,68.6z\"/>\n</svg>\n</li><li title=\"cloud upload \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1228_\" d=\"M92,51.5c-0.6,8.7-7.4,18.2-20.7,18.2c-6.1,0-9.3,0-9.3,0c-2.2,0-4-1.7-4-3.9c0-2.2,1.8-3.8,4-3.8\n\tc0,0,0,0,0,0c0,0,3.2-0.2,9.3-0.2c8.3,0,12.4-5.6,12.8-10.9c0.4-5.5-3.1-11.6-11.6-12.8c-1.1-0.2-2.1-0.8-2.7-1.7\n\tc-0.6-0.9-0.8-2.1-0.6-3.2c1.1-4.7-0.1-8.4-3.2-10.1c-2.6-1.5-6.8-1.4-10.2,1.9c-0.9,0.9-2.2,1.3-3.4,1.1c-1.2-0.2-2.3-1-2.9-2.1\n\tc-5.8-10.9-14.7-11.4-20.6-8.6c-5.7,2.7-10.2,9.4-6.7,17.9c0.4,1,0.4,2.2-0.1,3.2c-0.5,1-1.4,1.8-2.4,2.1\n\tC7.5,42.3,7.8,50.3,8.1,52.7c0.7,4.4,4.2,8.9,9.6,8.9l12.5,0.1c2.2,0,4,1.9,4,4.1c0,2.2-1.8,4.2-4,4.2c0,0,0,0,0,0l-12.4-0.3\n\tc-8.8,0-16.1-6.8-17.5-15.9c-1.1-7,1.9-16.4,13.1-21.4c-2.6-11,3.6-20.3,12-24.2c8.6-4.1,20.7-2.9,28.7,8.2c5-2.8,10.9-3,15.8-0.2\n\tc4.2,2.4,8,7.4,7.6,14.9C88.1,34.3,92.5,43.5,92,51.5z M60.1,54.8c0.8,0.8,1.8,1.2,2.8,1.2c1,0,2-0.4,2.8-1.2c1.6-1.6,1.6-4.1,0-5.7\n\tl-16.9-17C48.1,31.4,47.1,31,46,31c-1.1,0-2.1,0.4-2.8,1.2l-16.9,17c-1.6,1.6-1.6,4.1,0,5.7c1.6,1.6,4.1,1.6,5.7,0L42,44.6L42.1,82\n\tc0,2.2,1.8,4,4,4c0,0,0,0,0,0c2.2,0,4-1.8,4-4L50,44.7L60.1,54.8z\"/>\n</svg>\n</li><li title=\"cloud \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_161_\" d=\"M71.2,78c-20,0-52.9-0.1-53.5-0.1C9,77.9,1.6,71.3,0.2,62.2c-1.1-7.1,1.9-16.6,13.1-21.6\n\tc-2.6-11.1,3.7-20.5,12.1-24.4c5.3-2.5,11.1-2.8,16.5-1c4.7,1.6,8.9,4.8,12.1,9.3c5-2.8,10.9-3,15.8-0.3c4.2,2.4,8.1,7.4,7.7,15\n\tC88.2,42.5,92.5,51.8,92,59.8C91.3,68.6,84.6,78,71.2,78z M34.9,22c-2.2,0-4.4,0.5-6.2,1.4c-5.8,2.7-10.3,9.5-6.8,18.1\n\tc0.4,1,0.4,2.2-0.1,3.2c-0.5,1-1.4,1.8-2.4,2.1C7.5,50.5,7.8,58.6,8.1,61c0.7,4.4,4.2,8.9,9.6,8.9c0,0,0,0,0,0\n\tc0.3,0,33.4,0.1,53.5,0.1c8.3,0,12.4-5.4,12.8-10.8c0.4-5.5-3-11.7-11.6-12.9c-1.1-0.2-2.1-0.8-2.7-1.7c-0.6-0.9-0.8-2.1-0.6-3.2\n\tc1.1-4.8-0.1-8.5-3.2-10.3c-2.6-1.5-6.7-1.4-10.2,2c-0.9,0.9-2.2,1.3-3.4,1.1c-1.3-0.2-2.3-1-2.9-2.1C45.4,24.6,39.9,22,34.9,22z\"/>\n</svg>\n</li><li title=\"code \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_31_\" d=\"M59,75c-1.1,0-2.1-0.4-2.9-1.2c-1.5-1.6-1.5-4.1,0.1-5.7l23-22.1l-23-22.1c-1.6-1.5-1.6-4.1-0.1-5.7\n\tc1.5-1.6,4.1-1.6,5.7-0.1l26,25c0.8,0.8,1.2,1.8,1.2,2.9s-0.4,2.1-1.2,2.9l-26,25C61,74.6,60,75,59,75z M35.9,73.8\n\tc1.5-1.6,1.5-4.1-0.1-5.7L12.8,46l23-22.1c1.6-1.5,1.6-4.1,0.1-5.7c-1.5-1.6-4.1-1.6-5.7-0.1l-26,25C3.4,43.9,3,44.9,3,46\n\ts0.4,2.1,1.2,2.9l26,25C31,74.6,32,75,33,75C34,75,35.1,74.6,35.9,73.8z\"/>\n</svg>\n</li><li title=\"contract 2 \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1149_\" d=\"M40.5,51.3c0.7,0.8,1.2,1.9,1.2,2.9l0,20.9c0,2.2-1.8,3.8-4,3.8h0.1c-2.2,0-3.8-1.5-3.8-3.7V64L9,88.8\n\tC8.2,89.6,7,90,6,90s-2-0.4-2.8-1.2c-1.6-1.6-1.6-4.2,0-5.7L28,58H16.7c-2.2,0-4-1.8-4-4c0-2.2,1.8-4,4-4h21\n\tC38.8,50,39.8,50.5,40.5,51.3z M88.8,3.2c-1.6-1.6-4-1.6-5.6,0L58,28.5V17.1c0-2.2-1.8-4.1-4.1-4.1h0c-2.2,0-4,1.8-4,4l0,21\n\tc0,1.1,0.4,2,1.2,2.8c0.8,0.8,1.8,1.1,2.8,1.1h21c2.2,0,4-1.8,4-4c0-2.2-1.8-4-4-4H63.5L88.8,8.8C90.4,7.2,90.4,4.7,88.8,3.2z\"/>\n</svg>\n</li><li title=\"contract \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1129_\" d=\"M88.4,83.2c1.6,1.6,1.6,4.1,0,5.7c-0.8,0.8-1.8,1.2-2.8,1.2c-1,0-2.1-0.4-2.9-1.2L61,67.2v10.3\n\tc0,2.2-1.8,4-4,4c-2.2,0-4-1.8-4-4v-20c0-1.1,0.5-2.1,1.2-2.8c0.8-0.7,1.8-1.2,2.9-1.2h0l20,0c2.2,0,4,1.8,4,4s-1.8,4-4,4\n\tc0,0,0,0,0,0l-10.3,0L88.4,83.2z M56.9,39h20c2.2,0,4-1.8,4-4c0-2.2-1.8-4-4-4H66.6L88.8,8.8c1.6-1.6,1.6-4.1,0-5.6\n\tc-1.6-1.6-4.1-1.5-5.6,0L61,25.4V15.1c0-2.2-1.8-4.1-4-4.1h0c-2.2,0-4,1.8-4,4l0,20c0,1.1,0.4,2,1.2,2.8C54.9,38.6,55.9,39,56.9,39z\n\t M34.9,11.3c-2.2,0-3.9,1.8-3.9,4v10.3L8.9,3.5C7.3,2,4.8,2,3.2,3.5c-1.6,1.6-1.6,4,0,5.5l22,21.9H15v0.1c-2,0-4.1,1.9-4.1,4.1\n\tc0,2.2,1.8,4,4,4l20,0v0c1,0,2-0.4,2.8-1.2c0.8-0.8,1.1-1.8,1.1-2.8l0-20C38.9,13.1,37.1,11.3,34.9,11.3z M34.7,53h-20\n\tc-2.2,0-4,1.8-4,4c0,2.2,1.8,4,4,4H25L3.2,83c-1.6,1.6-1.6,4.2,0,5.7C4,89.5,5,89.9,6.1,89.9c1,0,2.2-0.4,3-1.2L31,67v10.3\n\tc0,2.2,1.6,3.7,3.8,3.7h-0.1c2.2,0,4-1.6,4-3.8l0-19.9c0-1.1-0.4-2.2-1.2-3C36.8,53.5,35.8,53,34.7,53z\"/>\n</svg>\n</li><li title=\"conversation \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1272_\" d=\"M88,24H49v-9.2c0-1.7-2.2-3.8-3.8-3.8H3c-1.7,0-3,2.1-3,3.8v25.6C0,42,1.4,44,3,44h6.1l8,8.7\n\tc0.6,0.7,1.4,0.9,2.3,0.9c0.4,0,0.5-0.1,0.9-0.3c1.2-0.4,1.8-1.6,1.8-2.9V44h6v18.6c0,2.2,2.3,4.4,4.5,4.4H60v12.2\n\tc0,1.6,0.8,3.1,2.4,3.7c0.5,0.2,0.9,0.3,1.4,0.3c1.1,0,2.1-0.2,2.9-1L81.6,67H88c2.2,0,4-2.2,4-4.4V28.9C92,26.7,90.2,24,88,24z\n\t M19.4,38c-1.7,0-3.4,0.7-3.4,2.4v2l-3.4-3.7C12,38,11.3,38,10.5,38H6V17h36v7h-9.5c-2.2,0-4.5,2.7-4.5,4.9V38H19.4z M84,59h-4.1\n\tc-1.1,0-2,0.2-2.8,1L68,69.2v-6.7c0-2.2-2.1-3.6-4.3-3.6H36V32h48V59z M41.8,41c0-1.7,1.4-3,3-3h19.1c1.7,0,3,1.3,3,3s-1.4,3-3,3\n\tH44.8C43.1,44,41.8,42.7,41.8,41z M70.9,43.1c-0.6-0.6-0.9-1.3-0.9-2.1c0-0.8,0.3-1.6,0.9-2.1c1.1-1.1,3.2-1.1,4.3,0\n\tc0.6,0.6,0.9,1.3,0.9,2.1c0,0.8-0.3,1.6-0.9,2.1c-0.6,0.6-1.3,0.9-2.1,0.9C72.2,43.9,71.4,43.6,70.9,43.1z\"/>\n</svg>\n</li><li title=\"copy \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1525_\" d=\"M46,21.9c-0.7-0.7-1.6-0.9-2.5-0.9H13.6c-2,0-4.6,1.2-4.6,3.1v63.3c0,2,2.6,4.5,4.6,4.5H61\n\tc2,0,3-2.6,3-4.5V41.8c0-0.9-0.1-1.7-0.8-2.4L46,21.9z M55.9,42H43V29.1L55.9,42z M17,84V28h19v17.2c0,2,1.8,3.8,3.8,3.8H57v35H17z\n\t M82.4,18L65,0.6C64.4,0.1,63.8,0,63,0H33.1C31.4,0,30,0.9,30,2.5v9.6c0,1.7,1.3,3,3,3c1.7,0,3-1.4,3-3V6h21v16.9\n\tc0,1.7,1.4,3.1,3.1,3.1H77v37h-4.1c-1.7,0-3,1.3-3,3s1.4,3,3,3h7.6c1.7,0,2.5-1.5,2.5-3.2V20.2C83,19.4,82.9,18.6,82.4,18z M63,7\n\tl12.9,13H63V7z\"/>\n</svg>\n</li><li title=\"crop \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1653_\" d=\"M88.8,9.8c1.6-1.5,1.6-4.1,0-5.7c-1.5-1.6-4.1-1.5-5.7,0L71.2,16H21V8.7c0-2.2-1.8-4-4-4s-4,1.8-4,4V16H6\n\tc-2.2,0-4,1.8-4,4s1.8,4,4,4h7v49.9c0,0.1,0.1,0.2,0.1,0.3c0,0.2,0.1,0.3,0.1,0.5c0,0.1,0.1,0.2,0.1,0.4c0,0.1,0.1,0.3,0.1,0.4\n\tc0.1,0.1,0.1,0.2,0.2,0.4c0.1,0.1,0.1,0.2,0.2,0.3c0.1,0.1,0.2,0.3,0.3,0.4c0.1,0.1,0.1,0.1,0.2,0.2c0,0,0,0,0,0\n\tc0.2,0.2,0.4,0.3,0.6,0.5c0.1,0,0.1,0.1,0.2,0.1c0.2,0.1,0.4,0.2,0.6,0.3c0.1,0,0.2,0.1,0.4,0.1c0.1,0,0.3,0.1,0.4,0.1\n\tc0.3,0.1,0.5,0.1,0.8,0.1c0,0,0,0,0,0H69v7c0,2.2,1.8,4,4,4s4-1.8,4-4v-7h7c2.2,0,4-1.8,4-4s-1.8-4-4-4h-7V21.4L88.8,9.8z M63,24\n\tL21,64.5V24H63z M69,70H27l42-40.8V70z\"/>\n</svg>\n</li><li title=\"cross \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_732_\" d=\"M70.7,64.3c1.8,1.8,1.8,4.6,0,6.4c-0.9,0.9-2,1.3-3.2,1.3c-1.2,0-2.3-0.4-3.2-1.3L46,52.4L27.7,70.7\n\tc-0.9,0.9-2,1.3-3.2,1.3s-2.3-0.4-3.2-1.3c-1.8-1.8-1.8-4.6,0-6.4L39.6,46L21.3,27.7c-1.8-1.8-1.8-4.6,0-6.4c1.8-1.8,4.6-1.8,6.4,0\n\tL46,39.6l18.3-18.3c1.8-1.8,4.6-1.8,6.4,0c1.8,1.8,1.8,4.6,0,6.4L52.4,46L70.7,64.3z\"/>\n</svg>\n</li><li title=\"crosshair \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1566_\" d=\"M46.1,0C46.1,0,46.1,0,46.1,0C46,0,46,0,46.1,0C46,0,46,0,46.1,0C20.6,0,0,20.6,0,46\n\tc0,25.3,20.6,46,45.9,46c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c25.4,0,46-20.6,46-46C92,20.7,71.4,0,46.1,0z M50,83.8V73.5\n\tc0-2.2-1.8-4-4-4s-4,1.8-4,4v10.3C24,81.9,10.1,67.7,8.2,50h10.3c2.2,0,4-1.8,4-4s-1.8-4-4-4H8.2C10.1,24.2,24,10.1,42,8.2v10.3\n\tc0,2.2,1.8,4,4,4s4-1.8,4-4V8.2c18,1.9,31.9,16,33.8,33.8H73.5c-2.2,0-4,1.8-4,4s1.8,4,4,4h10.3C81.9,67.8,68,81.9,50,83.8z\"/>\n</svg>\n</li><li title=\"cutlery \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1393_\" d=\"M82.8,81.2c1.6,1.6,1.6,4.1,0,5.7C82,87.6,81,88,80,88c-1,0-2-0.4-2.8-1.2L45.4,55L14,86.8\n\tc-0.8,0.8-1.8,1.2-2.8,1.2c-1,0-2-0.4-2.8-1.2c-1.6-1.6-1.6-4.1,0-5.7l31.4-31.8L34.4,44l-0.8,0.8c-2.5,2.5-5.9,3.9-9.5,3.9\n\ts-7-1.4-9.5-3.9L1.2,31.7c-1.6-1.6-1.6-4.1,0-5.7s4.1-1.6,5.7,0l13.3,13.2c1,1,2.4,1.6,3.9,1.6s2.8-0.6,3.9-1.6l0.9-0.9L11.6,21.3\n\tc-1.6-1.6-1.6-4.1,0-5.7c1.6-1.6,4.1-1.6,5.7,0l17.1,17.1l1-1c2.1-2.1,2.1-5.6,0-7.8L22.1,10.8c-1.6-1.6-1.6-4.1,0-5.7\n\tc1.6-1.6,4.1-1.6,5.7,0L41,18.3c5.3,5.3,5.3,13.8,0,19.1l-1,1l5.3,5.3L80.6,7.9c0.7-0.8,1.8-1.2,2.8-1.2c1,0,2.1,0.4,2.8,1.2\n\tc8.9,8.9,7.4,21.4-3.8,32.6L68.9,54c-1.6,1.6-4.1,1.6-5.7,0c-1.6-1.6-1.6-4.1,0-5.7l13.5-13.5c8.1-8.1,7.9-14.2,6.2-17.9L51,49.3\n\tL82.8,81.2z\"/>\n</svg>\n</li><li title=\"device desktop \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_641_\" d=\"M84.4,7H7.6C3.4,7,0,10.4,0,14.6v44.3C0,63.1,3.4,67,7.6,67H33v4.1l-7.6,6.1C24,78.3,23.4,80.4,24,82\n\tc0.6,1.6,2.1,3,3.8,3h36c1.7,0,3.3-1.4,3.9-3c0.6-1.6,0.1-3.6-1.2-4.7L59,71.1V67h25.4c4.2,0,7.6-3.9,7.6-8.1V14.6\n\tC92,10.4,88.6,7,84.4,7z M53.2,75.8l2.4,2.2H36l2.6-2.3c0.8-0.7,1.4-1.9,1.4-3V67h12v5.8C52,73.8,52.4,75.1,53.2,75.8z M84,59H8V15\n\th76V59z\"/>\n</svg>\n</li><li title=\"device mobile \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1419_\" d=\"M52.8,76c0,1.7-1.3,3-3,3h-7.7c-1.7,0-3-1.3-3-3s1.3-3,3-3h7.7C51.5,73,52.8,74.3,52.8,76z M72,7.6v76.8\n\tc0,4.2-3.4,7.6-7.6,7.6H27.6c-4.2,0-7.6-3.4-7.6-7.6V7.6C20,3.4,23.4,0,27.6,0h36.8C68.6,0,72,3.4,72,7.6z M28,8v53h36V8H28z M64,84\n\tV67H28v17H64z\"/>\n</svg>\n</li><li title=\"device tablet \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1432_\" d=\"M51.6,77c0,1.7-1.3,3-3,3h-5.2c-1.7,0-3-1.3-3-3s1.3-3,3-3h5.2C50.3,74,51.6,75.3,51.6,77z M83,7.6v76.8\n\tc0,4.2-3.4,7.6-7.6,7.6H16.6C12.4,92,9,88.6,9,84.4V7.6C9,3.4,12.4,0,16.6,0h58.8C79.6,0,83,3.4,83,7.6z M17,8v55h58V8H17z M75,84\n\tV69H17v15H75z\"/>\n</svg>\n</li><li title=\"direction \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_507_\" d=\"M49.9,88c-0.2,0-0.4,0-0.6-0.1c-1.8-0.3-3.2-1.7-3.3-3.5l-3.5-34.8L7.6,46.1c-1.8-0.2-3.3-1.6-3.5-3.3\n\tc-0.3-1.8,0.7-3.5,2.3-4.3l76-34.1c1.5-0.7,3.3-0.4,4.5,0.8c1.2,1.2,1.5,3,0.8,4.5l-34.1,76C52.9,87.1,51.4,88,49.9,88z M23.3,39.7\n\tL46.4,42c1.9,0.2,3.4,1.7,3.6,3.6l2.4,23.1L76,16L23.3,39.7z\"/>\n</svg>\n</li><li title=\"disc \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1570_\" d=\"M46,0C20.6,0,0,20.6,0,46s20.6,46,46,46s46-20.6,46-46S71.4,0,46,0z M46,8c21,0,38,17,38,38\n\tc0,5.3-1.1,10.4-3.1,15.1L58.4,49.9c1.4-4.5,0.3-9.6-3.2-13.2l0,0c-3.6-3.6-8.7-4.6-13.2-3.2l-8.1-16.4c-0.7-1.5-2.5-2.1-4-1.4\n\tc-1.5,0.7-2.1,2.5-1.4,4l8.3,16.8c0,0,0,0-0.1,0.1c0,0-0.1,0.1-0.1,0.1L13.9,25.6C20.7,15,32.5,8,46,8z M41.7,41.7\n\tc1.2-1.2,2.7-1.8,4.3-1.8s3.1,0.6,4.3,1.8c2.4,2.4,2.4,6.2,0,8.6c-2.4,2.4-6.2,2.4-8.6,0C39.4,47.9,39.4,44.1,41.7,41.7z M66.4,78\n\tl-5.2-10.6c-0.7-1.5-2.5-2.1-4-1.4c-1.5,0.7-2.1,2.5-1.4,4l5.3,10.7c-4.6,2-9.8,3.2-15.1,3.2C25,84,8,67,8,46\n\tc0-5.3,1.1-10.4,3.1-15.1l22.5,11.1c-1.4,4.5-0.3,9.6,3.2,13.2c2.5,2.5,5.9,3.8,9.2,3.8s6.7-1.3,9.2-3.8c0,0,0.1-0.1,0.1-0.1\n\tl22.7,11.3C75.1,71,71.1,75,66.4,78z M57.5,59.5c0.6,0.6,1,1.5,1,2.5c0,0.9-0.4,1.8-1,2.5s-1.6,1-2.5,1s-1.8-0.4-2.5-1s-1-1.6-1-2.5\n\ts0.4-1.8,1-2.5C53.8,58.2,56.2,58.2,57.5,59.5z\"/>\n</svg>\n</li><li title=\"document delete \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1235_\" d=\"M78.8,25.5L56.7,3.2C55.9,2.4,54.9,2,53.8,2H16c-2.2,0-4,1.8-4,4v80c0,2.2,1.8,4,4,4h60c2.2,0,4-1.8,4-4\n\tV28.3C80,27.2,79.6,26.2,78.8,25.5z M72,30H52V10h0.2L72,30z M20,82V10h24v23.9c0,2.2,1.7,4.1,3.9,4.1H72v44H20z M57.5,52.1\n\tl-6.6,6.6l6.6,6.6c1.4,1.4,1.4,3.6,0,4.9c-0.7,0.7-1.6,1-2.5,1c-0.9,0-1.8-0.3-2.5-1L46,63.7l-6.5,6.6c-0.7,0.7-1.6,1-2.5,1\n\tc-0.9,0-1.8-0.3-2.5-1c-1.4-1.4-1.4-3.6,0-4.9l6.6-6.6l-6.6-6.6c-1.4-1.4-1.4-3.6,0-4.9c1.4-1.4,3.6-1.4,4.9,0l6.5,6.6l6.5-6.6\n\tc1.4-1.4,3.6-1.4,4.9,0C58.9,48.5,58.9,50.7,57.5,52.1z\"/>\n</svg>\n</li><li title=\"document edit \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1259_\" d=\"M86.1,9.2L79,1.9C78.4,1.3,77.6,1,76.8,1h0c-0.8,0-1.6,0.3-2.1,0.9L32.8,44.4c-0.3,0.3-0.5,0.6-0.7,1\n\tl-4.7,11.9c-0.4,1.1-0.2,2.4,0.7,3.2c0.6,0.6,1.3,0.9,2.1,0.9c0.4,0,0.7-0.1,1.1-0.2l11.8-4.7c0.4-0.2,0.7-0.4,1-0.7l41.9-42.5\n\tC87.3,12.2,87.3,10.3,86.1,9.2z M40.4,51.2l-4.8,1.9l1.9-4.9L76.8,8.3l3,3L40.4,51.2z M71,47.6V88c0,2.2-2,4-4.2,4H10\n\tc-2.2,0-4-1.8-4-4V11.8C6,9.6,7.8,8,10,8h41.6c2.2,0,4,1.8,4,4s-1.8,4-4,4H14v68h49V47.6c0-2.2,1.8-4,4-4S71,45.4,71,47.6z\"/>\n</svg>\n</li><li title=\"document new \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1226_\" d=\"M78.8,25.5L56.7,3.2C55.9,2.4,54.9,2,53.8,2H16c-2.2,0-4,1.8-4,4v80c0,2.2,1.8,4,4,4h60c2.2,0,4-1.8,4-4\n\tV28.3C80,27.2,79.6,26.2,78.8,25.5z M72,30H52V10h0.2L72,30z M20,82V10h24v23.9c0,2.2,1.7,4.1,3.9,4.1H72v44H20z\"/>\n</svg>\n</li><li title=\"document remove \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1246_\" d=\"M78.8,25.5L56.7,3.2C55.9,2.4,54.9,2,53.8,2H16c-2.2,0-4,1.8-4,4v80c0,2.2,1.8,4,4,4h60c2.2,0,4-1.8,4-4\n\tV28.3C80,27.2,79.6,26.2,78.8,25.5z M72,30H52V10h0.2L72,30z M20,82V10h24v23.9c0,2.2,1.7,4.1,3.9,4.1H72v44H20z M58.5,58.5\n\tc0,1.9-1.6,3.5-3.5,3.5H37c-1.9,0-3.5-1.6-3.5-3.5S35,55,37,55h18C57,55,58.5,56.6,58.5,58.5z\"/>\n</svg>\n</li><li title=\"document \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1197_\" d=\"M76,2H16c-2.2,0-4,1.8-4,4v80c0,2.2,1.8,4,4,4h60c2.2,0,4-1.8,4-4V6C80,3.8,78.2,2,76,2z M72,82H20V10h52\n\tV82z M29.5,55.5c0-1.9,1.6-3.5,3.5-3.5h11.8c1.9,0,3.5,1.6,3.5,3.5S46.7,59,44.8,59H33C31,59,29.5,57.4,29.5,55.5z M30,39.5\n\tc0-1.9,1.6-3.5,3.5-3.5h23.8c1.9,0,3.5,1.6,3.5,3.5S59.3,43,57.3,43H33.5C31.6,43,30,41.4,30,39.5z M30,24.5c0-1.9,1.6-3.5,3.5-3.5\n\th23.8c1.9,0,3.5,1.6,3.5,3.5S59.3,28,57.3,28H33.5C31.6,28,30,26.4,30,24.5z M59.7,53.3c0.6,0.6,1,1.5,1,2.5c0,0.9-0.4,1.8-1,2.5\n\ts-1.6,1-2.5,1s-1.8-0.4-2.5-1c-0.7-0.6-1-1.5-1-2.5c0-0.9,0.4-1.8,1-2.5C56,52,58.4,52,59.7,53.3z\"/>\n</svg>\n</li><li title=\"dot \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_32_\" d=\"M46,53c-1.8,0-3.7-0.8-5-2.1c-1.3-1.3-2-3.1-2-4.9c0-1.8,0.8-3.6,2-5c1.3-1.3,3.1-2,5-2c1.8,0,3.6,0.8,4.9,2\n\tc1.3,1.3,2.1,3.1,2.1,5c0,1.8-0.8,3.6-2.1,4.9C49.6,52.2,47.8,53,46,53z\"/>\n</svg>\n</li><li title=\"dots 2 \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_31_\" d=\"M34,53c-1.8,0-3.7-0.8-5-2.1c-1.3-1.3-2-3.1-2-4.9c0-1.8,0.8-3.6,2-5c1.3-1.3,3.1-2,5-2c1.8,0,3.6,0.8,4.9,2\n\tc1.3,1.3,2.1,3.1,2.1,5c0,1.8-0.8,3.6-2.1,4.9C37.6,52.2,35.8,53,34,53z M62.9,50.9c1.3-1.3,2.1-3.1,2.1-4.9c0-1.8-0.8-3.6-2.1-5\n\tc-1.3-1.3-3.1-2-4.9-2c-1.8,0-3.7,0.8-5,2c-1.3,1.3-2,3.1-2,5c0,1.8,0.8,3.6,2,4.9c1.3,1.3,3.1,2.1,5,2.1\n\tC59.8,53,61.6,52.2,62.9,50.9z\"/>\n</svg>\n</li><li title=\"dots 3 \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_30_\" d=\"M21,53c-1.8,0-3.7-0.8-5-2.1c-1.3-1.3-2-3.1-2-4.9c0-1.8,0.8-3.6,2-5c1.3-1.3,3.1-2,5-2c1.8,0,3.6,0.8,4.9,2\n\tc1.3,1.3,2.1,3.1,2.1,5c0,1.8-0.8,3.6-2.1,4.9C24.6,52.2,22.8,53,21,53z M50.9,50.9c1.3-1.3,2.1-3.1,2.1-4.9c0-1.8-0.8-3.6-2.1-5\n\tc-1.3-1.3-3.1-2-4.9-2c-1.8,0-3.7,0.8-5,2c-1.3,1.3-2,3.1-2,5c0,1.8,0.8,3.6,2,4.9c1.3,1.3,3.1,2.1,5,2.1\n\tC47.8,53,49.6,52.2,50.9,50.9z M75.9,50.9c1.3-1.3,2.1-3.1,2.1-4.9c0-1.8-0.8-3.6-2.1-5c-1.3-1.3-3.1-2-4.9-2c-1.8,0-3.7,0.8-5,2\n\tc-1.3,1.3-2,3.1-2,5c0,1.8,0.8,3.6,2,4.9c1.3,1.3,3.1,2.1,5,2.1C72.8,53,74.6,52.2,75.9,50.9z\"/>\n</svg>\n</li><li title=\"download \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1335_\" d=\"M89,58.8V86c0,2.8-2.2,5-5,5H8c-2.8,0-5-2.2-5-5V58.8c0-2.8,2.2-5,5-5s5,2.2,5,5V81h66V58.8\n\tc0-2.8,2.2-5,5-5S89,56,89,58.8z M42.4,65c0.9,1,2.2,1.5,3.6,1.5s2.6-0.5,3.6-1.5l19.9-20.4c1.9-2,1.9-5.1-0.1-7.1\n\tc-2-1.9-5.1-1.9-7.1,0.1L51,49.3V6c0-2.8-2.2-5-5-5s-5,2.2-5,5v43.3L29.6,37.7c-1.9-2-5.1-2-7.1-0.1c-2,1.9-2,5.1-0.1,7.1L42.4,65z\"\n\t/>\n</svg>\n</li><li title=\"duplicate \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_129_\" d=\"M88,68.4H27.6c-2.2,0-4-1.8-4-4V4c0-2.2,1.8-4,4-4H88c2.2,0,4,1.8,4,4v60.3C92,66.6,90.2,68.4,88,68.4z\n\t M31.6,60.3h52.3V8.1H31.6V60.3z M66.4,87.2V76.6c0-1.7-1.4-3-3-3s-3,1.4-3,3v9.4H6.1V31.7h9.3c1.7,0,3-1.4,3-3s-1.4-3-3-3H4.8\n\tc-2.6,0-4.8,2.1-4.8,4.8v56.9C0,89.9,2.1,92,4.8,92h56.9C64.3,92,66.4,89.9,66.4,87.2z\"/>\n</svg>\n</li><li title=\"enter \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1532_\" d=\"M89,13v66c0,2.2-1.8,4-4,4H32.9c-2.2,0-3.9-1.8-3.9-4V60.7c0-2.2,1.8-4,4-4s4,1.8,4,4V75h44V17H37v14.3\n\tc0,2.2-1.8,4-4,4s-4-1.8-4-4V13c0-2.2,1.7-4,3.9-4H85C87.2,9,89,10.8,89,13z M46.5,58.9c-1.6,1.6-1.5,4.1,0,5.7\n\tc0.8,0.8,1.8,1.2,2.8,1.2c1,0,2.1-0.4,2.8-1.2l15.7-15.8c1.5-1.6,1.5-4.1,0-5.6L52.2,27.2c-1.6-1.6-4.1-1.6-5.7,0\n\tc-1.6,1.6-1.6,4.1,0,5.7l8.9,9L7,42c-2.2,0-4,1.8-4,4c0,2.2,1.8,4,4,4c0,0,0,0,0,0l48.4-0.1L46.5,58.9z\"/>\n</svg>\n</li><li title=\"exit \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1456_\" d=\"M60,60.7V79c0,2.2-1.6,4-3.8,4H4c-2.2,0-4-1.8-4-4V13c0-2.2,1.8-4,4-4h52.2c2.2,0,3.8,1.8,3.8,4v18.3\n\tc0,2.2-1.8,4-4,4s-4-1.8-4-4V17H8v58h44V60.7c0-2.2,1.8-4,4-4S60,58.5,60,60.7z M90.8,43L75.2,27.2c-1.6-1.6-4.1-1.6-5.7,0\n\tc-1.6,1.6-1.6,4.1,0,5.7l8.9,9L29.9,42c-2.2,0-4,1.8-4,4c0,2.2,1.8,4,4,4c0,0,0,0,0,0l48.5-0.1l-8.9,9c-1.6,1.6-1.5,4.1,0,5.7\n\tc0.8,0.8,1.8,1.2,2.8,1.2c1,0,2.1-0.4,2.8-1.2l15.7-15.8C92.4,47.1,92.4,44.6,90.8,43z\"/>\n</svg>\n</li><li title=\"expand 2 \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1138_\" d=\"M90,6l0,21c0,2.2-1.8,4-4,4l0,0c-2.2,0-4-1.8-4-4V15.7L56.7,40.9c-0.8,0.8-1.8,1.2-2.8,1.2\n\tc-1,0-2-0.4-2.8-1.2c-1.6-1.6-1.6-4.1,0-5.7L76.3,10H65c-2.2,0-4-1.8-4-4c0-2.2,1.8-4,4-4h21c1.1,0,2.1,0.4,2.8,1.2\n\tC89.6,3.9,90,4.9,90,6z M34.9,51.5L10,76.3V65c0-2.2-1.8-4-4-4l0,0c-2.2,0-4,1.8-4,4l0,21c0,1.1,0.4,2.1,1.2,2.8\n\tC3.9,89.6,4.9,90,6,90l21,0c2.2,0,4-1.8,4-4c0-2.2-1.8-4-4-4H15.7l24.9-24.9c1.6-1.6,1.6-4.1,0-5.7C39,49.9,36.4,49.9,34.9,51.5z\"/>\n</svg>\n</li><li title=\"expand \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1120_\" d=\"M90,6l0,20c0,2.2-1.8,4-4,4l0,0c-2.2,0-4-1.8-4-4V15.7L58.8,38.9c-0.8,0.8-1.8,1.2-2.8,1.2\n\tc-1,0-2-0.4-2.8-1.2c-1.6-1.6-1.6-4.1,0-5.7L76.3,10H66c-2.2,0-4-1.8-4-4c0-2.2,1.8-4,4-4h20c1.1,0,2.1,0.4,2.8,1.2\n\tC89.6,3.9,90,4.9,90,6z M86,62c-2.2,0-4,1.8-4,4v10.3L59.2,53.7c-1.6-1.6-4.2-1.6-5.8,0c-1.6,1.6-1.6,4.1-0.1,5.7L75.9,82H65.6\n\tc0,0,0,0,0,0c-2.2,0-4,1.8-4,4s1.8,4,4,4l20,0l0,0c1.1,0,2.3-0.4,3-1.2c0.8-0.8,1.4-1.8,1.4-2.8V66C90,63.8,88.2,62,86,62z\n\t M32.8,53.5L10,76.3V66c0-2.2-1.8-4-4-4h0c-2.2,0-4,1.8-4,4l0,20c0,1.1,0.4,2.1,1.2,2.8C4,89.6,5,90,6.1,90h20c2.2,0,4-1.8,4-4\n\tc0-2.2-1.8-4-4-4H15.7l22.8-22.8c1.6-1.6,1.5-4.1,0-5.7C37,51.9,34.4,51.9,32.8,53.5z M15.7,10.4l10.3,0h0c2.2,0,4-1.8,4-4\n\ts-1.8-4-4-4l-20,0h0c-1.1,0-2.1,0.4-2.8,1.2C2.4,4.3,2,5.3,2,6.4l0,20c0,2.2,1.8,4,4,4c2.2,0,4-1.8,4-4V16l23.1,23.1\n\tc0.8,0.8,1.8,1.2,2.8,1.2c1,0,2-0.4,2.8-1.2c1.6-1.6,1.6-4.1,0-5.7L15.7,10.4z\"/>\n</svg>\n</li><li title=\"experiment \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1550_\" d=\"M89.6,4.1C88.9,2.8,87.5,2,86.1,2H5.9C4.5,2,3.1,2.8,2.4,4.1C1.7,5.4,2,7,2.8,8.2L34,54v30.3\n\tc0,3.1,2.1,5.7,5.3,5.7h13.4c3.1,0,5.3-2.5,5.3-5.7V54L89.2,8.2C90,7,90.3,5.4,89.6,4.1z M50.9,50.6C50.4,51.2,50,52,50,52.8V82h-8\n\tV52.8c0-0.8-0.4-1.6-0.9-2.2l-9.5-13.9c2-0.6,4.4-1.2,7-1.1c3.1,0,5.2,0.6,7.5,1.2c2.4,0.6,4.8,1.2,8.2,1.3c2,0,3.8-0.1,5.4-0.3\n\tL50.9,50.6z M65.5,29.2C65.5,29.2,65.5,29.2,65.5,29.2c-0.1,0-4.3,1.9-11.2,1.8c-2.5,0-4.4-0.5-6.5-1.1c-2.4-0.6-5.2-1.3-9.2-1.4\n\tc-4.5,0-8.5,1.1-11.2,2.1L13.5,10h65.1L65.5,29.2z M57.3,22.6c-0.7-0.7-1.2-1.8-1.2-2.8c0-1.1,0.4-2.1,1.2-2.8\n\tc0.7-0.7,1.8-1.2,2.8-1.2c1.1,0,2.1,0.4,2.8,1.2c0.7,0.8,1.2,1.8,1.2,2.8c0,1.1-0.4,2.1-1.2,2.8c-0.8,0.7-1.8,1.2-2.8,1.2\n\tC59.1,23.8,58,23.3,57.3,22.6z\"/>\n</svg>\n</li><li title=\"export \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1022_\" d=\"M73,76.5v5c0,2.2-1.9,3.5-4.1,3.5H3.6C1.4,85,0,83.8,0,81.5V32.1c0-2.2,1.4-4.2,3.6-4.2h11.7\n\tc2.2,0,4,1.8,4,4s-1.8,4-4,4H8V77h57v-0.5c0-2.2,1.8-4,4-4S73,74.3,73,76.5z M90.8,39.2L66,64.5c-1.2,1.2-2.9,1.5-4.4,0.9\n\tC60,64.7,59,63.3,59,61.6V50.7c-8-0.2-27.2,0.6-34.2,12.9c-0.7,1.3-2.1,2.1-3.5,2.1c-0.3,0-0.7,0-1-0.1c-1.8-0.5-3-2.1-3-3.9\n\tc0-0.6,0-16.1,11.6-27.6C36.2,26.6,46,22.6,59,21.9V11c0-1.6,1-3.1,2.5-3.7C63.1,6.7,64.8,7,66,8.2l24.9,25.3\n\tC92.4,35.1,92.4,37.6,90.8,39.2z M82.2,36.3L67,20.9v4.9c0,2.2-1.7,4-4,4c-12.4,0-21.9,3.3-28.4,9.9c-3,3-5,6.3-6.3,9.5\n\tc9.4-5.6,21.3-6.6,28.6-6.6c3.8,0,6.3,0.3,6.6,0.3c2,0.2,3.5,2,3.5,4v4.9L82.2,36.3z\"/>\n</svg>\n</li><li title=\"feed \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_725_\" d=\"M61.7,82.2c-0.1,3-2.6,5.3-5.5,5.3c-0.1,0-0.2,0-0.2,0c-3-0.1-5.4-2.7-5.3-5.7c0.6-14.2-2.8-24.8-10.1-31.7\n\tC29,39.2,10.8,41,10.6,41c-3,0.3-5.7-1.9-6.1-4.9c-0.3-3,1.8-5.7,4.9-6.1c0.9-0.1,23.3-2.4,38.7,11.9C57.9,51.1,62.4,64.7,61.7,82.2\n\tz M18.5,60.9c-3.4,0-6.8,1.4-9.2,3.8c-2.4,2.4-3.8,5.8-3.8,9.2s1.4,6.8,3.8,9.2c2.4,2.4,5.8,3.8,9.2,3.8c3.4,0,6.8-1.4,9.2-3.8\n\tc2.4-2.4,3.8-5.8,3.8-9.2s-1.4-6.8-3.8-9.2C25.3,62.3,21.9,60.9,18.5,60.9z M67.1,22.2C44.2,0.9,10.8,4.7,9.3,4.8\n\tc-3,0.4-5.2,3.1-4.8,6.1c0.4,3,3.1,5.2,6.1,4.8c0.3,0,29.8-3.3,49,14.5c12.1,11.2,17.7,28.5,16.7,51.5c-0.1,3,2.2,5.6,5.3,5.7\n\tc0.1,0,0.2,0,0.2,0c2.9,0,5.4-2.3,5.5-5.3C88.5,55.9,81.7,35.7,67.1,22.2z\"/>\n</svg>\n</li><li title=\"flag \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_2053_\" d=\"M86.8,0.1c-1.9-0.4-3.8,0.6-4.5,2.4C81.2,5,70.6,16,61.5,16.4c-5.2,0.2-10-3.4-15.1-7.2\n\tC39.8,4.4,32.5-1,23.1,0.8C9.2,3.4,2.7,15.9,2.4,16.5c-0.4,0.8-0.5,1.8-0.3,2.7l4,17.9c0,0,0,0,0,0l11.7,51.9\n\tc0.4,1.9,2.1,3.1,3.9,3.1c0.3,0,0.6,0,0.9-0.1c2.2-0.5,3.5-2.6,3-4.8l-6.8-30.3c1.8-2.8,6.9-9.7,14.9-11.5c4.8-1.1,8.6,0.2,13,1.6\n\tc4.9,1.6,10.5,3.5,17.7,1.9C79.5,45.4,89.7,27.4,90,4C90,2.1,88.7,0.5,86.8,0.1z M62.6,41.1c-5,1.1-8.9-0.2-13.4-1.7\n\tc-4.9-1.6-10.4-3.5-17.3-1.9c-6.8,1.5-11.9,5.5-15.4,9.3L16.1,45l-5.9-26c1.7-2.6,6.4-8.8,14.3-10.3c6-1.1,11.1,2.6,17,7\n\tc5.7,4.2,12.3,9,20.2,8.7c6.7-0.3,13.6-4.2,19-8.6C78.4,27.8,72.5,38.8,62.6,41.1z\"/>\n</svg>\n</li><li title=\"flashlight \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path d=\"M42.8,46c0,1.7-1.3,3-3,3h-7.6c-1.7,0-3-1.3-3-3s1.3-3,3-3h7.6C41.5,43,42.8,44.3,42.8,46z M92,22.7v46.7\n\tc0,3.1-2.5,5.7-5.7,5.7h-9.6C60.3,75,50.4,66,47,62H5.7C2.6,62,0,59.4,0,56.3V35.6C0,32.4,2.6,30,5.7,30h41.2c3.4-4,13.3-13,29.8-13\n\th9.6C89.5,17,92,19.5,92,22.7z M8,54h7V38H8V54z M71,66.6V25.4c-12,2-19.1,10.8-19.1,10.9c-0.8,1.1-1.7,1.7-3,1.7H21v16h27.8\n\tc1.3,0,2.3,0.6,3,1.7C52.1,56.1,59,64.6,71,66.6z M84,25h-7v42h7V25z\"/>\n</svg>\n</li><li title=\"folder open \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1373_\" d=\"M91.1,38.6c-0.8-1-1.9-1.6-3.1-1.6h-5V26.1c0-1.9-1.4-3.1-3.3-3.1H44.7l-4.5-7.4c-0.6-1-1.8-1.6-3-1.6\n\tH11.4C9.5,14,8,15.1,8,17v20H4c-1.2,0-2.4,0.6-3.1,1.5s-1.1,2.2-0.8,3.4l7.4,33.9c0.4,1.8,2,3.2,3.9,3.2h68.3c1.8,0,3.4-1.3,3.9-3\n\tL91.9,42C92.2,40.8,91.9,39.6,91.1,38.6z M15,21h20.2l4.5,7.4c0.6,1,1.8,1.6,3,1.6H76v7H15V21z M76.5,71H14.6L9,45h73.9L76.5,71z\"/>\n</svg>\n</li><li title=\"folder \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1360_\" d=\"M80,23H45.5l-4.4-7.1c-0.7-1.2-2-1.9-3.4-1.9H12c-2.2,0-4,1.8-4,4v56c0,2.2,1.8,4,4,4h68c2.2,0,4-1.8,4-4\n\tV27.1C84,24.9,82.2,23,80,23z M76,70H16V22h19.4l4.4,7.1c0.7,1.2,2,1.9,3.4,1.9H76V70z\"/>\n</svg>\n</li><li title=\"forward \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_530_\" d=\"M13,75c-0.3,0-0.7,0-1-0.1c-1.8-0.5-3-2-3-3.9c0-0.6,0.1-15.9,11.5-27.3c7.3-7.3,17.3-11.3,29.9-12V21\n\tc0-1.6,1-3.1,2.5-3.7c1.5-0.6,3.2-0.3,4.4,0.9l24.6,25c1.5,1.6,1.5,4.1,0,5.6l-24.6,25c-1.1,1.2-2.9,1.5-4.4,0.9\n\tc-1.5-0.6-2.5-2.1-2.5-3.7V60.2c-8-0.2-27,0.6-33.9,12.8C15.8,74.2,14.4,75,13,75z M48.2,52.1c3.7,0,6.3,0.3,6.6,0.3\n\tc2,0.2,3.6,1.9,3.6,4v4.8l15-15.2l-15-15.2v4.8c0,2.2-1.8,4-4,4c-12.3,0-21.8,3.3-28.2,9.8c-2.9,2.9-4.9,6.2-6.3,9.3\n\tC29.2,53.1,41,52.1,48.2,52.1z\"/>\n</svg>\n</li><li title=\"gaming \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1173_\" d=\"M60.8,30.9c0.8,0.8,1.3,2,1.3,3.2c0,1.2-0.5,2.3-1.3,3.2c-0.8,0.8-2,1.3-3.2,1.3c-1.2,0-2.4-0.5-3.2-1.3\n\tc-0.8-0.8-1.3-2-1.3-3.2s0.5-2.3,1.3-3.2c0.8-0.8,2-1.3,3.2-1.3C58.8,29.6,60,30.1,60.8,30.9z M67.8,37.2c-1.2,0-2.3,0.5-3.2,1.3\n\tc-0.8,0.8-1.3,2-1.3,3.2c0,1.2,0.5,2.4,1.3,3.2c0.8,0.8,2,1.3,3.2,1.3c1.2,0,2.4-0.5,3.2-1.3c0.8-0.8,1.3-2,1.3-3.2\n\tc0-1.2-0.5-2.3-1.3-3.2C70.2,37.7,69,37.2,67.8,37.2z M33.8,35H31v-2.6c0-1.4-1.1-2.5-2.5-2.5S26,31,26,32.4V35h-2.6\n\tc-1.4,0-2.5,1.1-2.5,2.5s1.1,2.5,2.5,2.5H26v2.6c0,1.4,1.1,2.5,2.5,2.5S31,44,31,42.6V40h2.8c1.4,0,2.5-1.1,2.5-2.5S35.2,35,33.8,35\n\tz M92,66.1c0,4.3-2.4,7.8-6.2,9.3c-3.8,1.4-9.8,0.8-15.2-5.3c-2.6-3-7-8.4-9.4-11.4c-12.8,3-25,1.1-30.3,0c-2.4,3-6.8,8.4-9.4,11.4\n\tc-3.9,4.4-8.1,6-11.6,6c-1.4,0-2.6-0.2-3.7-0.6c-3.8-1.4-6.2-5-6.2-9.3c0-11.8,7.6-30.3,10-35.8c-0.8-2.8-0.5-5.7,1-8.3\n\tc1.9-3.3,5.3-5.8,8.3-6c2.6-0.2,6.1,1.3,8.4,2.4c4.5-0.8,18.7-2.9,36.6,0c2.2-1.1,5.8-2.6,8.4-2.4c2.9,0.2,6.4,2.7,8.3,6\n\tc1.5,2.6,1.9,5.5,1,8.3C84.4,35.8,92,54.3,92,66.1z M84,66.1c0-11.9-9.9-33.9-10-34.1c-0.5-1.1-0.5-2.4,0.1-3.5\n\tc0.4-0.8,0.4-1.5,0.1-2.2c-0.5-1.2-1.7-2.1-2.2-2.3c-0.9,0.1-3.3,1.1-5.2,2.1c-0.8,0.4-1.7,0.6-2.6,0.4c-20.5-3.6-36.2-0.1-36.3,0\n\tc-0.9,0.2-1.9,0.1-2.8-0.4c-1.9-1-4.3-2-5.2-2.1c-0.5,0.3-1.7,1.1-2.2,2.3c-0.3,0.8-0.3,1.4,0.1,2.2c0.5,1.1,0.6,2.4,0.1,3.5\n\tC17.9,32.2,8,54.2,8,66.1c0,0.9,0.4,1.5,1,1.8c1.4,0.5,3.9-0.3,6.4-3.1c3.5-4,10.7-13,10.8-13.1c1-1.3,2.7-1.8,4.2-1.3\n\tc0.2,0,15.8,4.4,31.1,0c0.4-0.1,0.7-0.2,1.1-0.2c1.2,0,2.4,0.5,3.1,1.5c0.1,0.1,7.3,9.1,10.8,13.1c2.5,2.9,5,3.7,6.4,3.1\n\tC83.6,67.6,84,67,84,66.1z\"/>\n</svg>\n</li><li title=\"gear \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_160_\" d=\"M46,65.3c-10.6,0-19.3-8.6-19.3-19.3c0-10.6,8.6-19.3,19.3-19.3c10.6,0,19.3,8.6,19.3,19.3\n\tC65.3,56.6,56.6,65.3,46,65.3z M46,33.8c-6.7,0-12.2,5.5-12.2,12.2c0,6.7,5.5,12.2,12.2,12.2c6.7,0,12.2-5.5,12.2-12.2\n\tC58.2,39.3,52.7,33.8,46,33.8z M46,92h-0.5c-3.5,0-6.5-0.4-6.7-0.4c-1.6-0.2-2.8-1.4-3.1-3l-1-7.2c-2.2-0.7-4.3-1.6-6.3-2.7L22.8,83\n\tc-1.3,1-3,0.9-4.3,0c-0.1-0.1-2.5-2-5-4.4l-0.4-0.4c-2.5-2.5-4.3-4.9-4.4-5c-1-1.3-1-3,0-4.3l4.4-5.8c-1.1-2-1.9-4.2-2.6-6.4l-7-1\n\tc-1.6-0.2-2.8-1.5-3-3.1C0.4,52.5,0,49.5,0,46v-0.5c0-3.5,0.4-6.5,0.4-6.7c0.2-1.6,1.4-2.8,3-3.1l7.2-1c0.7-2.2,1.6-4.3,2.7-6.3\n\tL9,22.8c-1-1.3-0.9-3,0-4.3c0.1-0.1,2-2.5,4.4-5l0.4-0.4c2.5-2.5,4.9-4.3,5-4.4c1.3-1,3-1,4.3,0l5.8,4.4c2-1.1,4.2-1.9,6.4-2.6l1-7\n\tc0.2-1.6,1.5-2.8,3.1-3C39.5,0.4,42.5,0,46,0h0.5c3.5,0,6.5,0.4,6.7,0.4c1.6,0.2,2.8,1.4,3.1,3l1,7.2c2.2,0.7,4.3,1.6,6.3,2.7\n\tL69.2,9c1.3-1,3-0.9,4.3,0c0.1,0.1,2.5,2,5,4.4l0.4,0.4c2.5,2.5,4.3,4.9,4.4,5c1,1.3,1,3,0,4.3L79,28.9c1.1,2,1.9,4.2,2.6,6.4l7,1\n\tc1.6,0.2,2.8,1.5,3,3.1c0,0.1,0.4,3.2,0.4,6.7v0.5c0,3.5-0.4,6.5-0.4,6.7c-0.2,1.6-1.4,2.8-3,3.1l-7.2,1c-0.7,2.2-1.6,4.3-2.7,6.3\n\tl4.3,5.7c1,1.3,0.9,3,0,4.3c-0.1,0.1-2,2.5-4.4,5l-0.4,0.4c-2.5,2.5-4.9,4.3-5,4.4c-1.3,1-3,1-4.3,0L63.1,79c-2,1.1-4.2,1.9-6.4,2.6\n\tl-1,7c-0.2,1.6-1.5,2.8-3.1,3C52.5,91.6,49.5,92,46,92z M42.4,84.8c0.9,0.1,2,0.1,3.1,0.1H46c1.1,0,2.2,0,3.1-0.1l0.9-6.6\n\tc0.2-1.5,1.3-2.6,2.7-3c3.1-0.7,6.1-1.9,8.8-3.6c0.8-0.5,1.8-0.6,2.7-0.4c0.5,0.1,1,0.4,1.4,0.7l5.3,4c0.7-0.6,1.5-1.3,2.3-2.1\n\tl0.4-0.4c0.8-0.8,1.5-1.6,2.1-2.3l-4-5.3c-0.9-1.2-0.9-2.8-0.2-4c1.7-2.6,2.9-5.5,3.6-8.5c0.3-1.5,1.5-2.7,3-2.9l6.7-0.9\n\tc0.1-0.9,0.1-2,0.1-3.1V46c0-1.1,0-2.2-0.1-3.1L78.2,42c-1.4-0.2-2.6-1.3-3-2.7c-0.7-3.1-1.9-6-3.5-8.7c-0.2-0.2-0.3-0.5-0.4-0.8\n\tc-0.4-1.1-0.2-2.4,0.5-3.3l4.1-5.4c-0.6-0.7-1.3-1.5-2.1-2.3l-0.4-0.4c-0.8-0.8-1.6-1.5-2.3-2.1l-5.3,4c-1.3,0.9-3,0.9-4.2,0\n\tc-2.6-1.6-5.5-2.8-8.5-3.6c-1.4-0.3-2.5-1.5-2.7-3l-0.9-6.7c-0.9-0.1-2-0.1-3.1-0.1H46c-1.1,0-2.2,0-3.1,0.1L42,13.8\n\tc-0.2,1.6-1.4,2.8-3,3c-3,0.7-5.9,1.9-8.5,3.5c-0.8,0.5-1.8,0.6-2.7,0.4c-0.5-0.1-1-0.4-1.4-0.7l-5.2-4c-0.7,0.6-1.5,1.3-2.3,2.1\n\tl-0.4,0.4c-0.8,0.8-1.5,1.6-2.1,2.3l4,5.3c0.9,1.2,0.9,2.7,0.2,4c-0.1,0.1-0.1,0.2-0.2,0.3c-1.6,2.6-2.8,5.5-3.5,8.5\n\tc-0.3,1.4-1.5,2.5-3,2.7l-6.7,0.9c-0.1,0.9-0.1,2-0.1,3.1V46c0,1.1,0,2.2,0.1,3.1l6.6,0.9c1.6,0.2,2.8,1.4,3,3c0,0,0,0.1,0,0.1\n\tc0.7,3,1.9,5.8,3.5,8.4c0.5,0.9,0.7,2,0.3,3c-0.1,0.4-0.4,0.8-0.7,1.2L16,70.9c0.6,0.7,1.3,1.5,2.1,2.3l0.4,0.4\n\tc0.8,0.8,1.6,1.5,2.3,2.1l5.3-4c1.3-1,3.2-0.9,4.4,0.1c2.6,1.6,5.4,2.7,8.3,3.5c1.4,0.3,2.5,1.5,2.7,3L42.4,84.8z\"/>\n</svg>\n</li><li title=\"graduation \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1705_\" d=\"M89.6,31.5l-42-18.9c-1.1-0.5-2.3-0.5-3.3,0l-42,18.9C1,32.2,0,33.5,0,35.1c0,1.5,1,2.9,2.4,3.6L6,40.4v14\n\tc0,1.4,1.1,2.5,2.5,2.5s2.5-1.1,2.5-2.5V43l6,3.2v17c0,0.7,0.2,1.3,0.6,1.9c0.4,0.6,9.5,14.2,27.9,14.2c18.9,0,27.6-13.7,28-14.2\n\tc0.3-0.5,0.6-1.2,0.6-1.8V46.7l15.9-8.1c1.4-0.7,2.2-2.1,2.2-3.6C92,33.5,91,32.2,89.6,31.5z M67,62.1c-2,2.4-8.8,10.2-21.5,10.2\n\tC33.1,72.3,26,64.6,24,62.1V49.7L44.2,60c0.6,0.3,1.2,0.4,1.8,0.4s1.3-0.1,1.9-0.4L67,50.3V62.1z M46,52L13.2,35.4L46,20.6\n\tl32.8,14.8L46,52z M11,60.3c0.7,0.7,1.2,1.8,1.2,2.8c0,1-0.4,2.1-1.2,2.8c-0.7,0.7-1.8,1.2-2.8,1.2s-2.1-0.4-2.8-1.2\n\tc-0.7-0.7-1.2-1.8-1.2-2.8c0-1,0.4-2.1,1.2-2.8c0.7-0.7,1.8-1.2,2.8-1.2S10.2,59.5,11,60.3z\"/>\n</svg>\n</li><li title=\"graph bar \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_78_\" d=\"M73,89c-3.3,0-6-2.7-6-6V9c0-3.3,2.7-6,6-6s6,2.7,6,6v74C79,86.3,76.3,89,73,89z M52,83V33.4\n\tc0-3.3-2.7-6-6-6s-6,2.7-6,6V83c0,3.3,2.7,6,6,6S52,86.3,52,83z M25,83V57.8c0-3.3-2.7-6-6-6s-6,2.7-6,6V83c0,3.3,2.7,6,6,6\n\tS25,86.3,25,83z\"/>\n</svg>\n</li><li title=\"graph line \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1157_\" d=\"M6,82c-0.9,0-1.8-0.2-2.6-0.7c-2.4-1.4-3.1-4.5-1.7-6.9L13.9,54c0.9-1.4,2.4-2.4,4.1-2.4\n\tc1.7-0.1,3.3,0.7,4.3,2.1l5.2,7.2l11-18.8c0.8-1.4,2.4-2.4,4-2.5c1.7-0.1,3.3,0.7,4.3,2l9.6,12.9l25.3-42c1.4-2.4,4.5-3.1,6.9-1.7\n\tc2.4,1.4,3.1,4.5,1.7,6.9L61.2,66c-0.9,1.4-2.4,2.3-4,2.4c-1.7,0.1-3.3-0.7-4.3-2l-9.6-12.8L32.2,72.4c-0.9,1.5-2.4,2.4-4.1,2.5\n\tc-1.7,0.1-3.3-0.7-4.3-2.1l-5.2-7.2l-8.3,13.9C9.4,81.1,7.7,82,6,82z\"/>\n</svg>\n</li><li title=\"graph pie \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_77_\" d=\"M33.6,37.2H3.5c-1.9,0-3.5-1.6-3.5-3.5C0,15.1,15.1,0,33.6,0c1.9,0,3.5,1.6,3.5,3.5v30.1\n\tC37.2,35.6,35.6,37.2,33.6,37.2z M7.3,30.1h22.9V7.3C18.3,8.8,8.8,18.3,7.3,30.1z M49.1,92C25.4,92,6.2,73.6,6.2,50.9\n\tc0-2.2,1.8-4,4-4h36.7V10.2c0-2.2,1.8-4,4-4C73.2,6.2,92,25.8,92,49.1C92,72.7,72.7,92,49.1,92z M14.5,54.9\n\tC16.6,71.3,31.3,84,49.1,84C68.3,84,84,68.3,84,49.1C84,31.6,71,16.6,54.9,14.5v36.4c0,2.2-1.8,4-4,4H14.5z\"/>\n</svg>\n</li><li title=\"headset \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path d=\"M89,42.8l-0.1,25.3c0,2.2-1.8,3.9-4,3.9c0,0,0,0,0,0c-2.2,0-4-1.7-4-3.9L81,42.8c0-9.3-3.6-18-10.2-24.6\n\tC64.2,11.7,55.5,8,46.1,8c0,0-0.1,0-0.1,0c-19.2,0-34.9,15.5-35,34.6L11,68c0,2.2-1.8,4-4,4c0,0,0,0,0,0c-2.2,0-4-1.8-4-4l0.1-25.4\n\tC3.1,19.1,22.4,0,46,0c0,0,0.1,0,0.1,0c11.5,0,22.3,4.5,30.3,12.6C84.6,20.7,89,31.4,89,42.8z M36.6,44.9c0.7,0.7,1,1.4,1,2.3\n\tl-0.1,40.5c0,1.9-1.6,3.3-3.5,3.3c0,0,0,0,0,0c-13.2,0-17.5-7.6-18-11.8c0-0.1,0,0,0-0.2L16,56.2c0-0.1,0-0.2,0-0.4\n\tC16.5,51.7,20.9,44,34,44c0,0,0.1,0,0.1,0C35,44,35.9,44.2,36.6,44.9z M30.6,51.1c-6.3,1-7.4,4.7-7.6,5.4l-0.1,22.3\n\tc0.2,0.8,1.3,4.4,7.6,5.4L30.6,51.1z M76.1,56.2l0.1,22.7c0,0.1,0,0.2,0,0.3c-0.5,4.1-4.8,11.8-18,11.8c0,0,0,0,0,0\n\tc-1.9,0-3.5-1.3-3.5-3.3l-0.1-40.3c0-0.9,0.4-1.8,1-2.4c0.7-0.7,1.5-1,2.5-1c0,0,0.1,0,0.1,0c13.1,0,17.5,7.7,18,11.9\n\tC76.1,56,76.1,56,76.1,56.2z M69.2,78.8l-0.1-22.3c-0.2-0.8-1.3-4.4-7.6-5.4l0.1,33.1C68,83.1,69,79.5,69.2,78.8z\"/>\n</svg>\n</li><li title=\"heart \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1401_\" d=\"M86.7,22C82.7,12.9,74,7,64.8,7c-9.3,0-15.3,4.1-18.8,8.5C42.5,11.1,36.5,7,27.2,7C18,7,9.3,12.9,5.3,22\n\tC1,31.5,2.8,42,10.2,50.2c17.5,19.7,33,33.6,33.2,33.7c0.8,0.7,1.7,1,2.7,1s1.9-0.3,2.7-1c0.2-0.1,15.6-14.1,33.2-33.7\n\tC89.2,42,91,31.5,86.7,22z M75.9,44.9C62.9,59.4,51.1,70.8,46,75.6c-5.1-4.8-16.9-16.1-29.9-30.7c-5.2-5.9-6.5-13-3.6-19.7\n\tC15.3,19.1,21.2,15,27.2,15c11.9,0,14.6,8.9,14.9,10c0.4,1.8,2,3,3.8,3c0,0,0,0,0,0c1.8,0,3.4-1.3,3.9-3c0.3-1,3-10,14.9-10\n\tc6,0,11.9,4.1,14.7,10.3C82.4,31.9,81.1,39,75.9,44.9z M74.9,33.3c0.1,1.9-1.3,3.6-3.3,3.7c-0.1,0-0.2,0-0.2,0\n\tc-1.8,0-3.4-1.4-3.5-3.3c-0.4-5.7-4.1-6.6-4.8-6.7c-1.9-0.3-3.2-2-3-3.9c0.3-1.9,2.1-3.2,4-3C67.6,20.6,74.3,24,74.9,33.3z\n\t M70.1,39.1c0.7,0.8,1.2,1.8,1.2,2.8c0,1.1-0.4,2.1-1.2,2.8c-0.7,0.8-1.8,1.2-2.8,1.2c-1,0-2.1-0.4-2.8-1.2\n\tc-0.7-0.7-1.2-1.8-1.2-2.8c0-1,0.4-2.1,1.2-2.8c0.7-0.7,1.8-1.2,2.8-1.2C68.3,38,69.3,38.4,70.1,39.1z\"/>\n</svg>\n</li><li title=\"help \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1126_\" d=\"M78.5,13.5C69.8,4.8,58.3,0,46,0c0,0,0,0,0,0C33.7,0,22.2,4.8,13.5,13.5C4.8,22.2,0,33.7,0,46\n\ts4.8,23.8,13.5,32.5C22.2,87.2,33.7,92,46,92c12.3,0,23.8-4.8,32.5-13.5C87.2,69.8,92,58.3,92,46C92,33.7,87.2,22.2,78.5,13.5z\n\t M69.5,40.4l13.7-2.1c0.5,2.5,0.8,5.1,0.8,7.7c0,2.6-0.3,5.2-0.8,7.7l-13.7-2.1C70.3,47.9,70.3,44.1,69.5,40.4z M81.5,32.4\n\tl-14.2,2.2c-1.1-2.1-2.5-4-4.2-5.7c-1.7-1.7-3.7-3.2-5.7-4.2l2.2-14.2c4.9,1.9,9.5,4.8,13.3,8.6C76.7,23,79.6,27.5,81.5,32.4z\n\t M46,62.2c-4.3,0-8.4-1.7-11.4-4.7c-3.1-3.1-4.7-7.1-4.7-11.4s1.7-8.4,4.7-11.4c3.2-3.2,7.3-4.7,11.4-4.7s8.3,1.6,11.4,4.7\n\tc3.1,3.1,4.7,7.1,4.7,11.4c0,4.3-1.7,8.4-4.7,11.4C54.4,60.5,50.3,62.2,46,62.2z M46,8c2.6,0,5.2,0.3,7.7,0.8l-2.1,13.7\n\tc-3.7-0.9-7.5-0.9-11.2,0L38.3,8.8C40.8,8.3,43.4,8,46,8z M19.1,19.1c3.8-3.8,8.4-6.8,13.3-8.6l2.2,14.2c-2.1,1.1-4,2.5-5.7,4.2\n\tc-1.7,1.7-3.1,3.7-4.3,5.7l-14.2-2.2C12.4,27.5,15.3,23,19.1,19.1z M8,46c0-2.6,0.3-5.2,0.8-7.7l13.7,2.1c-0.4,1.8-0.7,3.7-0.7,5.6\n\tc0,1.9,0.2,3.8,0.7,5.6L8.8,53.7C8.3,51.2,8,48.6,8,46z M10.5,59.6l14.2-2.2c1.1,2.1,2.5,4,4.3,5.7c1.7,1.7,3.7,3.1,5.7,4.3\n\tl-2.2,14.2c-4.9-1.9-9.5-4.8-13.3-8.6C15.3,69,12.4,64.5,10.5,59.6z M46,84c-2.6,0-5.2-0.3-7.7-0.8l2.1-13.7\n\tc1.8,0.4,3.7,0.7,5.6,0.7h0c1.9,0,3.8-0.2,5.6-0.7l2.1,13.7C51.2,83.7,48.6,84,46,84z M72.9,72.9c-3.8,3.8-8.4,6.8-13.3,8.6\n\tl-2.2-14.2c2.1-1.1,4-2.5,5.7-4.3c1.7-1.7,3.2-3.7,4.2-5.7l14.2,2.2C79.6,64.5,76.7,69,72.9,72.9z\"/>\n</svg>\n</li><li title=\"home \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_100_\" d=\"M88,49c-1,0-2-0.4-2.8-1.1L46,9.6L6.8,47.9c-1.6,1.5-4.1,1.5-5.7-0.1c-1.5-1.6-1.5-4.1,0.1-5.7l42-41\n\tc1.6-1.5,4-1.5,5.6,0l42,41c1.6,1.5,1.6,4.1,0.1,5.7C90.1,48.6,89,49,88,49z M79.2,88V48.9c0-2.2-1.8-4-4-4c-2.2,0-4,1.8-4,4V84\n\tH58.7V62.6c0-2.9-2.4-5.3-5.3-5.3H38.6c-2.9,0-5.3,2.4-5.3,5.3V84H20.8V48.9c0-2.2-1.8-4-4-4s-4,1.8-4,4V88c0,2.2,1.8,4,4,4h20.5\n\tc2.2,0,4-1.8,4-4V65.3h9.5V88c0,2.2,1.8,4,4,4h20.5C77.5,92,79.2,90.2,79.2,88z\"/>\n</svg>\n</li><li title=\"hourglass \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1216_\" d=\"M78,82h-4V71.5c0-5.8-5.8-10.7-11.4-15.5C60.7,54.4,58,52,57,50.8v-9.7c1-1.1,3.7-3.6,5.6-5.2\n\tC68.2,31.2,74,26.3,74,20.5V10h4c2.2,0,4-1.8,4-4s-1.8-4-4-4H14c-2.2,0-4,1.8-4,4s1.8,4,4,4h4v10.5c0,5.8,5.8,10.7,11.4,15.5\n\tc1.9,1.6,4.6,4.1,5.6,5.2v9.7c-1,1.1-3.7,3.6-5.6,5.2C23.8,60.8,18,65.7,18,71.5V82h-4c-2.2,0-4,1.8-4,4s1.8,4,4,4h64\n\tc2.2,0,4-1.8,4-4S80.2,82,78,82z M26,71.5c0-2.1,5.6-6.9,8.6-9.4C39.4,58,43,55,43,51.3V40.7c0-3.8-3.6-6.8-8.4-10.9\n\tc-3-2.5-8.6-7.2-8.6-9.4V10h40v10.5c0,2.1-5.6,6.9-8.6,9.4C52.6,34,49,37,49,40.7v10.5c0,3.8,3.6,6.8,8.4,10.9\n\tc3,2.5,8.6,7.2,8.6,9.4V82H26V71.5z M55,19v-2c0-1.9,1.6-3.5,3.5-3.5S62,15,62,17v2c0,1.9-1.6,3.5-3.5,3.5S55,20.9,55,19z\"/>\n</svg>\n</li><li title=\"inbox \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1997_\" d=\"M92,39.2c0-0.1,0-0.3,0-0.4c0-0.1,0-0.2-0.1-0.4c0-0.1-0.1-0.3-0.1-0.4c0-0.1-0.1-0.2-0.1-0.4\n\tc-0.1-0.1-0.1-0.2-0.2-0.3c-0.1-0.1-0.2-0.2-0.2-0.4c0,0-0.1-0.1-0.1-0.1L69.6,10.5C68.8,9.5,67.7,9,66.5,9H25.5\n\tc-1.2,0-2.3,0.5-3.1,1.5L0.9,36.8c0,0-0.1,0.1-0.1,0.1c-0.1,0.1-0.2,0.2-0.2,0.4c-0.1,0.1-0.1,0.2-0.2,0.3c-0.1,0.1-0.1,0.2-0.1,0.4\n\tc0,0.1-0.1,0.2-0.1,0.4c0,0.1-0.1,0.2-0.1,0.4c0,0.1,0,0.3,0,0.4c0,0.1,0,0.1,0,0.2v35.8C0,79.5,3.6,83,8,83H84c4.4,0,8-3.5,8-7.9\n\tV39.3C92,39.3,92,39.2,92,39.2z M27.4,17h37.1l15,18H66.3c-1.1,0-2.2,0.7-3,1.5L54.2,47H37.8l-9.1-10.5c-0.8-0.9-1.8-1.5-3-1.5H12.4\n\tL27.4,17z M84,75L8,75V43h15.9l8.7,10c1,1.2,2.5,2,4.1,2h18.6c1.6,0,3-0.9,4.1-2l8.7-10H84V75z\"/>\n</svg>\n</li><li title=\"information \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_89_\" d=\"M43.3,73.8c-0.8,0-1.6-0.3-2.2-0.8c-1-0.8-1.5-2.1-1.2-3.4l4.9-25l-2.7,1.5c-1.7,0.9-3.8,0.4-4.8-1.3\n\tc-0.9-1.7-0.4-3.8,1.3-4.8l9.3-5.3c1.2-0.7,2.7-0.6,3.8,0.2c1.1,0.8,1.6,2.2,1.4,3.5L48,64.4l4.2-1.8c1.8-0.8,3.8,0,4.6,1.8\n\tc0.8,1.8,0,3.8-1.8,4.6l-10.3,4.5C44.3,73.7,43.8,73.8,43.3,73.8z M53.2,26c0.9-0.9,1.5-2.2,1.5-3.5c0-1.3-0.5-2.6-1.5-3.5\n\tc-0.9-0.9-2.2-1.5-3.5-1.5c-1.3,0-2.6,0.5-3.5,1.5c-0.9,0.9-1.5,2.2-1.5,3.5c0,1.3,0.5,2.6,1.5,3.5c0.9,0.9,2.2,1.5,3.5,1.5\n\tC51,27.5,52.3,27,53.2,26z M92,46C92,20.6,71.4,0,46,0S0,20.6,0,46s20.6,46,46,46S92,71.4,92,46z M84,46c0,21-17,38-38,38S8,67,8,46\n\tS25,8,46,8S84,25,84,46z\"/>\n</svg>\n</li><li title=\"italic \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_2270_\" d=\"M50.7,30.6c0.8,0.9,1.1,2.3,0.8,3.5L44.2,72c1.8-0.6,3.9,0.1,4.8,1.8c1.1,1.9,0.4,4.4-1.5,5.4l-2.5,1.4\n\tc-1,0.5-2,0.8-3.1,0.8c-1.3,0-2.6-0.4-3.7-1.3c-2-1.5-3-4-2.5-6.5L42.8,37h-1.7c-2.2,0-4-1.8-4-4s1.8-4,4-4h6.6\n\tC48.8,29,49.9,29.7,50.7,30.6z M48.9,13.4c-2.6,0-4.7,2.1-4.7,4.7s2.1,4.7,4.7,4.7s4.7-2.1,4.7-4.7S51.4,13.4,48.9,13.4z\"/>\n</svg>\n</li><li title=\"jewel \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1683_\" d=\"M90.9,31.2L74,13.3c-0.8-0.8-1.8-1.3-2.9-1.3H20.9c-1.1,0-2.2,0.5-2.9,1.3l-16.9,18\n\tc-1.5,1.6-1.4,4,0.1,5.6l42,42c0.8,0.8,1.8,1.2,2.8,1.2s2.1-0.4,2.8-1.2l42-42C92.4,35.3,92.4,32.8,90.9,31.2z M27.4,37l7.4,21.6\n\tL13.2,37H27.4z M49.4,20l6.4,10H36.2l6.4-10H49.4z M46,70.3l0-0.2L34.8,37h22.4L46,70.1L46,70.3z M64.6,37h14.3L57.2,58.6L64.6,37z\n\t M79.2,30H64l-6.4-10h11.7L79.2,30z M22.6,20h11.7L28,30H12.8L22.6,20z\"/>\n</svg>\n</li><li title=\"lifting \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_2246_\" d=\"M77,22v48c0,2.2-1.8,4-4,4s-4-1.8-4-4V50H23v20c0,2.2-1.8,4-4,4s-4-1.8-4-4V22c0-2.2,1.8-4,4-4s4,1.8,4,4\n\tv20h46V22c0-2.2,1.8-4,4-4S77,19.8,77,22z M6,27.9c-2.2,0-4,1.8-4,4v28.3c0,2.2,1.8,4,4,4s4-1.8,4-4V31.9C10,29.7,8.2,27.9,6,27.9z\n\t M86,27.9c-2.2,0-4,1.8-4,4v28.3c0,2.2,1.8,4,4,4s4-1.8,4-4V31.9C90,29.7,88.2,27.9,86,27.9z\"/>\n</svg>\n</li><li title=\"lightbulb \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path d=\"M46,0C29.6,0,16,13.6,16,30.3c0,10.2,4,18.4,12,23.9V64c0,1.1,0.7,2.2,1.5,2.9c0.7,0.7,1.8,1.1,2.8,1.1c0.1,0,0.3,0,0.4,0\n\tl27.5-2.2c2.1-0.2,3.9-1.9,3.9-4v-7.5c7-5.1,12-13.9,12-24C76,13.6,62.4,0,46,0z M58,48.5c-1.3,0.7-2,2.1-2,3.5v6.1l-20,1.6V52\n\tc0-1.4-0.6-2.7-1.8-3.5c-6.9-4-10.1-10-10.1-18.2C24,18,33.9,8,46,8s22,10,22,22.3C67.9,38.3,64.3,45.1,58,48.5z M63.6,74.3\n\tc0.2,2.2-1.5,4.1-3.7,4.3l-27.3,2c-0.1,0-0.2,0-0.3,0c-2.1,0-3.8-1.6-4-3.7c-0.2-2.2,1.5-4.1,3.7-4.3l27.3-2\n\tC61.6,70.4,63.5,72.1,63.6,74.3z M54.9,86.9c0.2,2.2-1.5,4.1-3.7,4.3L41.4,92c-0.1,0-0.2,0-0.3,0c-2.1,0-3.8-1.6-4-3.7\n\tc-0.2-2.2,1.5-4.1,3.7-4.3l9.9-0.8C52.9,83.1,54.8,84.7,54.9,86.9z M61.9,30.2c-0.2,1.8-1.7,3.2-3.5,3.2c-0.1,0-0.2,0-0.3,0\n\tc-1.9-0.2-3.3-1.9-3.1-3.8c0.6-5.7-4.4-7.8-5-8c-1.8-0.7-2.7-2.7-2.1-4.5c0.6-1.8,2.6-2.8,4.4-2.1C56,16.3,62.8,21.2,61.9,30.2z\"/>\n</svg>\n</li><li title=\"link broken \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1488_\" d=\"M37.2,48c0,2.2-1.8,4-4,4L27,52.2c-1,0-1.9-0.3-2.6-1L1.2,27.8C0.4,27,0,26,0,24.9c0-1.1,0.4-2.1,1.2-2.8\n\tL22.1,1.2c1.6-1.6,4.1-1.6,5.7,0l23.4,23.4c1.6,1.6,1.6,4.1,0,5.6c-1.6,1.6-4.1,1.5-5.7,0L24.9,9.6L9.7,24.8L29,44h4.1\n\tC35.4,44,37.2,45.8,37.2,48z M90.8,64.2L67.6,40.9c-0.8-0.8-1.6-1-2.6-1L58.8,40c-2.2,0-4,1.8-4,4c0,2.2,1.8,4,4,4H63l19.4,19.2\n\tL67.1,82.4L46.5,61.8c-1.6-1.6-4.1-1.6-5.7,0c-1.6,1.6-1.6,4.1,0,5.6l23.4,23.4C65,91.6,66,92,67.1,92c1,0,2-0.4,2.8-1.2l20.9-20.9\n\tc0.8-0.7,1.2-1.8,1.2-2.8C92,66,91.6,65,90.8,64.2z M61,22.7c2.2,0,4-1.8,4-4v-10c0-2.2-1.8-4-4-4s-4,1.8-4,4v10\n\tC57,20.9,58.8,22.7,61,22.7z M72.7,35h10c2.2,0,4-1.8,4-4s-1.8-4-4-4h-10c-2.2,0-4,1.8-4,4S70.5,35,72.7,35z M31,68.7\n\tc-2.2,0-4,1.8-4,4v10c0,2.2,1.8,4,4,4s4-1.8,4-4v-10C35,70.5,33.2,68.7,31,68.7z M18.7,57h-10c-2.2,0-4,1.8-4,4s1.8,4,4,4h10\n\tc2.2,0,4-1.8,4-4S20.9,57,18.7,57z\"/>\n</svg>\n</li><li title=\"link \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1504_\" d=\"M90.8,63.9L67,40.1c-1.6-1.6-4.1-1.6-5.7,0l-7.8,7.8l-9.4-9.4l7.8-7.8c1.6-1.6,1.6-4.1,0-5.7L28.1,1.2\n\tc-1.6-1.6-4.1-1.6-5.7,0L1.2,22.5C0.4,23.2,0,24.2,0,25.3c0,1.1,0.4,2.1,1.2,2.8L25,51.9c0.8,0.8,1.8,1.2,2.8,1.2c1,0,2-0.4,2.8-1.2\n\tl7.8-7.8l9.4,9.4l-7.8,7.8c-1.6,1.6-1.6,4.1,0,5.7l23.8,23.8c0.8,0.8,1.8,1.2,2.8,1.2c1.1,0,2.1-0.4,2.8-1.2l21.3-21.3\n\tC92.4,68,92.4,65.4,90.8,63.9z M27.8,43.4L9.7,25.3L25.3,9.7l18.1,18.1l-5,5l-3-3c-1.6-1.6-4.1-1.6-5.7,0c-1.6,1.6-1.6,4.1,0,5.7\n\tl3,3L27.8,43.4z M66.7,82.3L48.6,64.2l5-5l3,3c0.8,0.8,1.8,1.2,2.8,1.2c1,0,2-0.4,2.8-1.2c1.6-1.6,1.6-4.1,0-5.7l-3-3l5-5l18.1,18.1\n\tL66.7,82.3z\"/>\n</svg>\n</li><li title=\"list \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1186_\" d=\"M91.2,15c0,3.3-2.7,6-6,6H30.1c-3.3,0-6-2.7-6-6s2.7-6,6-6h55.1C88.5,9,91.2,11.7,91.2,15z M30.1,52h31.3\n\tc3.3,0,6-2.7,6-6s-2.7-6-6-6H30.1c-3.3,0-6,2.7-6,6S26.8,52,30.1,52z M74.3,71H30.1c-3.3,0-6,2.7-6,6s2.7,6,6,6h44.2\n\tc3.3,0,6-2.7,6-6S77.7,71,74.3,71z M6.8,8.5c-1.7,0-3.4,0.7-4.6,1.9S0.2,13.3,0.2,15s0.7,3.4,1.9,4.6c1.2,1.2,2.9,1.9,4.6,1.9\n\ts3.4-0.7,4.6-1.9c1.2-1.2,1.9-2.9,1.9-4.6s-0.7-3.4-1.9-4.6C10.2,9.2,8.5,8.5,6.8,8.5z M6.8,39.5c-1.7,0-3.4,0.7-4.6,1.9\n\tS0.2,44.3,0.2,46s0.7,3.4,1.9,4.6c1.2,1.2,2.9,1.9,4.6,1.9s3.4-0.7,4.6-1.9c1.2-1.2,1.9-2.9,1.9-4.6s-0.7-3.4-1.9-4.6\n\tC10.2,40.2,8.5,39.5,6.8,39.5z M6.8,70.5c-1.7,0-3.4,0.7-4.6,1.9S0.2,75.3,0.2,77s0.7,3.4,1.9,4.6c1.2,1.2,2.9,1.9,4.6,1.9\n\ts3.4-0.7,4.6-1.9c1.2-1.2,1.9-2.9,1.9-4.6s-0.7-3.4-1.9-4.6C10.2,71.2,8.5,70.5,6.8,70.5z\"/>\n</svg>\n</li><li title=\"loading \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_93_\" d=\"M46,25.7c-2.2,0-4-1.8-4-4V4.5c0-2.2,1.8-4,4-4s4,1.8,4,4v17.2C50,23.9,48.2,25.7,46,25.7z M34.1,29.6\n\tc1.8-1.3,2.2-3.8,0.9-5.6L24.8,10.1c-1.3-1.8-3.8-2.2-5.6-0.9c-1.8,1.3-2.2,3.8-0.9,5.6l10.1,13.9c0.8,1.1,2,1.6,3.2,1.6\n\tC32.5,30.4,33.4,30.1,34.1,29.6z M26.7,39.7c0.7-2.1-0.5-4.4-2.6-5L7.7,29.4c-2.1-0.7-4.4,0.5-5,2.6C2,34,3.2,36.3,5.3,37l16.4,5.3\n\tc0.4,0.1,0.8,0.2,1.2,0.2C24.6,42.5,26.1,41.4,26.7,39.7z M7.7,62.6l16.4-5.3c2.1-0.7,3.3-2.9,2.6-5c-0.7-2.1-2.9-3.2-5-2.6L5.3,55\n\tc-2.1,0.7-3.3,2.9-2.6,5c0.5,1.7,2.1,2.8,3.8,2.8C6.9,62.8,7.3,62.8,7.7,62.6z M24.8,81.9L35,68c1.3-1.8,0.9-4.3-0.9-5.6\n\ts-4.3-0.9-5.6,0.9L18.4,77.2c-1.3,1.8-0.9,4.3,0.9,5.6c0.7,0.5,1.5,0.8,2.3,0.8C22.8,83.6,24,83,24.8,81.9z M50,87.5V70.3\n\tc0-2.2-1.8-4-4-4s-4,1.8-4,4v17.2c0,2.2,1.8,4,4,4S50,89.7,50,87.5z M72.8,82.8c1.8-1.3,2.2-3.8,0.9-5.6L63.5,63.3\n\tc-1.3-1.8-3.8-2.2-5.6-0.9c-1.8,1.3-2.2,3.8-0.9,5.6l10.1,13.9c0.8,1.1,2,1.6,3.2,1.6C71.2,83.6,72.1,83.3,72.8,82.8z M89.3,60.1\n\tc0.7-2.1-0.5-4.4-2.6-5l-16.4-5.3c-2.1-0.7-4.4,0.5-5,2.6c-0.7,2.1,0.5,4.4,2.6,5l16.4,5.3c0.4,0.1,0.8,0.2,1.2,0.2\n\tC87.2,62.8,88.8,61.7,89.3,60.1z M70.3,42.3L86.7,37c2.1-0.7,3.3-2.9,2.6-5c-0.7-2.1-2.9-3.2-5-2.6l-16.4,5.3\n\tc-2.1,0.7-3.3,2.9-2.6,5c0.5,1.7,2.1,2.8,3.8,2.8C69.5,42.5,69.9,42.4,70.3,42.3z M63.5,28.7l10.1-13.9c1.3-1.8,0.9-4.3-0.9-5.6\n\tc-1.8-1.3-4.3-0.9-5.6,0.9L57,24c-1.3,1.8-0.9,4.3,0.9,5.6c0.7,0.5,1.5,0.8,2.3,0.8C61.5,30.4,62.7,29.8,63.5,28.7z\"/>\n</svg>\n</li><li title=\"location \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1054_\" d=\"M68.4,7.9C62.7,2.8,54.7,0,46,0S29.3,2.8,23.6,7.9C16.6,14.1,13,23.4,13,35c0,25.1,28.9,54.6,30.2,55.8\n\tc0.8,0.8,1.8,1.2,2.8,1.2s2.1-0.4,2.8-1.2C50.1,89.6,79,60.1,79,35C79,23.4,75.4,14.1,68.4,7.9z M46,82.1c-2.7-3-7-8-11.2-14\n\tC25.8,55.3,21,43.9,21,35c0-25,19.1-27,25-27c23.2,0,25,20.7,25,27C71,52.6,53.1,74.3,46,82.1z M46,17.3c-8.8,0-15.9,7.3-15.9,16.2\n\tS37.2,49.6,46,49.6c8.8,0,15.9-7.3,15.9-16.2S54.8,17.3,46,17.3z M46,42.6c-4.9,0-8.9-4.1-8.9-9.2s4-9.2,8.9-9.2\n\tc4.9,0,8.9,4.1,8.9,9.2S50.9,42.6,46,42.6z\"/>\n</svg>\n</li><li title=\"lock open \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1396_\" d=\"M73,33H30v-6.9C30,15.9,36.5,9,45.8,9c6.8,0,12.2,3.5,14.5,9.7c0.8,2.1,3.1,3.1,5.2,2.3\n\tc2.1-0.8,3.1-3.1,2.3-5.2C64.4,6.6,56,1,45.8,1C31.9,1,22,11.3,22,26.1V33h-3c-2.2,0-4,1.8-4,4v50c0,2.2,1.8,4,4,4h54\n\tc2.2,0,4-1.8,4-4V37C77,34.8,75.2,33,73,33z M69,83H23V41h46V83z\"/>\n</svg>\n</li><li title=\"lock \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1385_\" d=\"M73,33h-3v-6.9C70,11.3,60,1,46,1C32,1,22,11.3,22,26.1V33h-3c-2.2,0-4,1.8-4,4v50c0,2.2,1.8,4,4,4h54\n\tc2.2,0,4-1.8,4-4V37C77,34.8,75.2,33,73,33z M30,26.1C30,15.9,36.6,9,46,9c9.4,0,16,6.9,16,17.1V33H30V26.1z M69,83H23V41h46V83z\"/>\n</svg>\n</li><li title=\"mail \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1299_\" d=\"M92,22.9c0-0.1,0-0.3,0-0.4c0-0.1,0-0.2,0-0.3c0-0.1-0.1-0.2-0.1-0.4c0-0.1-0.1-0.3-0.1-0.4\n\tc0-0.1-0.1-0.2-0.2-0.3c-0.1-0.1-0.1-0.3-0.2-0.4c0,0,0-0.1,0-0.1c-0.1-0.1-0.1-0.1-0.2-0.2c-0.1-0.1-0.2-0.2-0.3-0.3\n\tc-0.1-0.1-0.2-0.2-0.3-0.2c-0.1-0.1-0.2-0.2-0.3-0.2c-0.1-0.1-0.2-0.1-0.3-0.2c-0.1-0.1-0.2-0.1-0.3-0.2c-0.1,0-0.3-0.1-0.4-0.1\n\tc-0.1,0-0.2-0.1-0.4-0.1c-0.1,0-0.3,0-0.4,0c-0.1,0-0.2,0-0.3,0H4c-0.1,0-0.2,0-0.3,0c-0.1,0-0.3,0-0.4,0c-0.1,0-0.2,0.1-0.4,0.1\n\tc-0.1,0-0.3,0.1-0.4,0.1c-0.1,0-0.2,0.1-0.3,0.2c-0.1,0.1-0.2,0.1-0.3,0.2c-0.1,0.1-0.2,0.1-0.3,0.2c-0.1,0.1-0.2,0.2-0.3,0.2\n\tc-0.1,0.1-0.2,0.2-0.3,0.3c-0.1,0.1-0.1,0.1-0.2,0.2c0,0,0,0.1,0,0.1c-0.1,0.1-0.2,0.3-0.2,0.4c-0.1,0.1-0.1,0.2-0.2,0.3\n\tc-0.1,0.1-0.1,0.2-0.1,0.4c0,0.1-0.1,0.2-0.1,0.4c0,0.1,0,0.2,0,0.3c0,0.1,0,0.3,0,0.4c0,0,0,0.1,0,0.1v46c0,2.2,1.8,4,4,4h84\n\tc2.2,0,4-1.8,4-4L92,22.9C92,23,92,22.9,92,22.9z M75.9,27L46,49.2L16.1,27H75.9z M8,65V31l35.6,26.4c0.7,0.5,1.5,0.8,2.4,0.8\n\ts1.7-0.3,2.4-0.8L84,31v34H8z\"/>\n</svg>\n</li><li title=\"map \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1038_\" d=\"M90.2,14.8L69.1,4.9c-0.1,0-0.1,0-0.1-0.1c-0.1-0.1-0.3-0.1-0.4-0.1c-0.1,0-0.3-0.1-0.4-0.1\n\tc-0.1,0-0.3,0-0.4,0c-0.1,0-0.3,0-0.4,0c-0.1,0-0.3,0-0.4,0.1c-0.1,0-0.3,0.1-0.4,0.1c-0.1,0-0.1,0-0.2,0.1l-19.7,9.2L26.8,4.9\n\tc-0.1,0-0.1,0-0.2-0.1c-0.1-0.1-0.3-0.1-0.4-0.1c-0.1,0-0.3-0.1-0.4-0.1c-0.1,0-0.3,0-0.4,0c-0.1,0-0.3,0-0.4,0\n\tc-0.1,0-0.3,0-0.4,0.1c-0.1,0-0.3,0.1-0.4,0.1c-0.1,0-0.1,0-0.2,0.1L2.3,14.8C1,15.4,0,16.6,0,18v65c0,1.2,0.9,2.3,1.9,3\n\tc0.6,0.4,1.4,0.6,2,0.6c0.5,0,1.1-0.1,1.6-0.3L25.2,77L45,86.2c0,0,0,0,0,0c0.2,0.1,0.4,0.2,0.6,0.2c0.1,0,0.1,0,0.2,0\n\tc0.2,0,0.4,0.1,0.7,0.1c0.2,0,0.5,0,0.7-0.1c0.1,0,0.1,0,0.2,0c0.2-0.1,0.4-0.1,0.6-0.2c0,0,0,0,0,0L67.7,77l19.7,9.2\n\tc0.5,0.2,1,0.3,1.5,0.3c0.7,0,1.1-0.2,1.6-0.6c1-0.7,1.4-1.8,1.4-3V18C92,16.6,91.5,15.4,90.2,14.8z M42,77.5l-13-6.6V13.7l13,6.6\n\tV77.5z M7,20.3l14-6.6v57.2L7,77.5V20.3z M50,20.3l14-6.6v57.2l-14,6.6V20.3z M85,77.5l-14-6.6V13.7l14,6.6V77.5z\"/>\n</svg>\n</li><li title=\"media loop \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_237_\" d=\"M79,32.3V72c0,2.2-1.8,4-4,4H17c-2.2,0-4-1.8-4-4V32.3c0-2.2,1.8-4.3,4-4.3h22.2l-5.4-5.3\n\tc-1.6-1.6-1.5-4,0-5.5c1.6-1.6,4.1-1.5,5.7,0l12.2,12.3c1.5,1.6,1.5,4.1,0,5.6L39.5,47.4c-0.8,0.8-1.8,1.2-2.8,1.2\n\tc-1,0-2-0.4-2.8-1.2c-1.6-1.6-1.6-4.2,0-5.7l5.4-5.6H21v32h50V36h-8.4c-2.2,0-4-1.8-4-4s1.8-4,4-4H75C77.2,28,79,30.1,79,32.3z\"/>\n</svg>\n</li><li title=\"media next \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_659_\" d=\"M59.5,42.9l-42-33c-1.2-0.9-2.8-1.1-4.2-0.5C11.9,10.1,11,11.5,11,13v66c0,1.5,0.9,2.9,2.3,3.6\n\tc0.6,0.3,1.2,0.4,1.7,0.4c0.9,0,1.8-0.3,2.5-0.9l42-33c1-0.8,1.5-1.9,1.5-3.1C61,44.8,60.4,43.6,59.5,42.9z M19,70.8V21.2L50.5,46\n\tL19,70.8z M81,14.6v63.5c0,2.5-2,4.5-4.5,4.5s-4.5-2-4.5-4.5V14.6c0-2.5,2-4.5,4.5-4.5S81,12.1,81,14.6z\"/>\n</svg>\n</li><li title=\"media pause \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_698_\" d=\"M33,13v66c0,2.8-2.2,5-5,5s-5-2.2-5-5V13c0-2.8,2.2-5,5-5S33,10.2,33,13z M64,8c-2.8,0-5,2.2-5,5v66\n\tc0,2.8,2.2,5,5,5s5-2.2,5-5V13C69,10.2,66.8,8,64,8z\"/>\n</svg>\n</li><li title=\"media play \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_675_\" d=\"M69.5,42.9l-42-33c-1.2-0.9-2.8-1.1-4.2-0.5C21.9,10.1,21,11.5,21,13v66c0,1.5,0.9,2.9,2.3,3.6\n\tc0.6,0.3,1.2,0.4,1.7,0.4c0.9,0,1.8-0.3,2.5-0.9l42-33c1-0.8,1.5-1.9,1.5-3.1S70.4,43.6,69.5,42.9z M29,70.8V21.2L60.5,46L29,70.8z\"\n\t/>\n</svg>\n</li><li title=\"media previous \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_646_\" d=\"M78.7,9.4c-1.4-0.7-3-0.5-4.2,0.5L33,42.9c-1,0.8-1.5,1.9-1.5,3.1s0.6,2.4,1.5,3.1l41.5,33\n\tc0.7,0.6,1.6,0.9,2.5,0.9c0.6,0,1.2-0.1,1.7-0.4c1.4-0.7,2.3-2.1,2.3-3.6V13C81,11.5,80.1,10.1,78.7,9.4z M73,70.7L41.9,46L73,21.3\n\tV70.7z M19,14.6v63.5c0,2.5-2,4.5-4.5,4.5s-4.5-2-4.5-4.5V14.6c0-2.5,2-4.5,4.5-4.5S19,12.1,19,14.6z\"/>\n</svg>\n</li><li title=\"media record \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_610_\" d=\"M46,84.5C24.8,84.5,7.5,67.2,7.5,46C7.5,24.8,24.8,7.5,46,7.5c21.2,0,38.5,17.3,38.5,38.5\n\tC84.5,67.2,67.2,84.5,46,84.5z M46,16.5c-16.3,0-29.5,13.2-29.5,29.5c0,16.3,13.2,29.5,29.5,29.5c16.3,0,29.5-13.2,29.5-29.5\n\tC75.5,29.7,62.3,16.5,46,16.5z\"/>\n</svg>\n</li><li title=\"media shuffle \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_799_\" d=\"M68.2,30C64,30,53.5,40.4,45.8,47.9C34.2,59.1,23.2,70,14.4,70H9c-2.2,0-4-1.8-4-4c0-2.2,1.8-4,4-4h5.4\n\tc5.6,0,16.8-11.2,25.8-19.9C51.2,31.5,60.7,22,68.2,22h5.2l-5.5-5.3c-1.6-1.6-1.6-3.9,0-5.5c1.6-1.6,4.1-1.6,5.7,0l12.3,12.3\n\tc0.8,0.8,1.2,1.8,1.2,2.8c0,1.1-0.4,2.1-1.2,2.8L73.5,41.4c-0.8,0.8-1.8,1.1-2.8,1.1c-1,0-2-0.4-2.8-1.2c-1.6-1.6-1.6-4.2,0-5.7\n\tl5.5-5.6H68.2z M73.5,50.6c-1.6-1.6-4.1-1.6-5.7,0c-1.6,1.6-1.6,4.2,0,5.8l5.5,5.6h-5.2c-3.3,0-8.8-4.9-14.2-9.9\n\tc-1.6-1.5-4.1-1.5-5.7,0.1c-1.5,1.6-1.4,4.3,0.2,5.8C56.8,65.7,62.4,70,68.2,70h5.2l-5.5,5.3c-1.6,1.6-1.6,4,0,5.6\n\tc0.8,0.8,1.8,1.1,2.8,1.1c1,0,2-0.4,2.8-1.2l12.3-12.3c0.8-0.8,1.2-1.8,1.2-2.8c0-1.1-0.4-2.1-1.2-2.8L73.5,50.6z M9,30h5.4\n\tc4.2,0,10.5,5.4,15.5,9.9c0.8,0.7,1.7,1.1,2.7,1.1c1.1,0,2.2-0.4,3-1.3c1.5-1.6,1.4-4.3-0.3-5.8c-7.8-7.1-14.4-12-20.9-12H9\n\tc-2.2,0-4,1.8-4,4S6.8,30,9,30z\"/>\n</svg>\n</li><li title=\"media stop \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_688_\" d=\"M84,12.5C84,10,82,8,79.5,8h-68C9,8,7,10,7,12.5v68C7,83,9,85,11.5,85h68c2.5,0,4.5-2,4.5-4.5V12.5z M75,76\n\tH16V17h59V76z\"/>\n</svg>\n</li><li title=\"medical \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1197_\" d=\"M90.8,22.9C90.1,22.2,89.1,22,88,22H67V10c0-2.2-2-4-4.2-4H29.2C27,6,25,7.8,25,10v12H4\n\tc-2.2,0-4,1.3-4,3.5V82c0,2.2,1.8,4,4,4h84c2.2,0,4-1.8,4-4l0-56.3C92,24.6,91.6,23.7,90.8,22.9z M33,14h26v8H33V14z M84,78H8V30h76\n\tL84,78z M29.7,53.5c0-1.9,1.6-3.5,3.5-3.5H42v-8.9c0-1.9,1.6-3.5,3.5-3.5s3.5,1.6,3.5,3.5V50h9.8c1.9,0,3.5,1.6,3.5,3.5\n\tS60.7,57,58.8,57H49v9.4c0,1.9-1.6,3.5-3.5,3.5S42,68.4,42,66.4V57h-8.8C31.3,57,29.7,55.4,29.7,53.5z\"/>\n</svg>\n</li><li title=\"menu \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_101_\" d=\"M78,23.5H14c-3.6,0-6.5-2.9-6.5-6.5s2.9-6.5,6.5-6.5h64c3.6,0,6.5,2.9,6.5,6.5S81.6,23.5,78,23.5z M84.5,46\n\tc0-3.6-2.9-6.5-6.5-6.5H14c-3.6,0-6.5,2.9-6.5,6.5s2.9,6.5,6.5,6.5h64C81.6,52.5,84.5,49.6,84.5,46z M84.5,75c0-3.6-2.9-6.5-6.5-6.5\n\tH14c-3.6,0-6.5,2.9-6.5,6.5s2.9,6.5,6.5,6.5h64C81.6,81.5,84.5,78.6,84.5,75z\"/>\n</svg>\n</li><li title=\"message \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1284_\" d=\"M88,6H4c-2.2,0-4,1.8-4,4v51.1C0,63.3,1.8,65,4,65h47v17c0,1.7,1.3,3.2,2.8,3.8c0.5,0.2,1,0.2,1.5,0.2\n\tc1.2,0,2.3-0.5,3.1-1.4L75,65h13c2.2,0,4-1.7,4-3.9V10C92,7.8,90.2,6,88,6z M84,57H73.2c-1.2,0-2.5,0.6-3.3,1.4L59,71.1v-10\n\tc0-2.2-1.4-4.1-3.6-4.1H8V14h76V57z M18.6,28c0-2.2,1.8-4,4-4h29c2.2,0,4,1.8,4,4s-1.8,4-4,4h-29C20.4,32,18.6,30.2,18.6,28z\n\t M62.5,31.1c-0.7-0.7-1.2-1.8-1.2-2.8c0-1.1,0.4-2.1,1.2-2.8c0.8-0.8,1.8-1.2,2.8-1.2c1.1,0,2.1,0.4,2.8,1.2\n\tc0.7,0.7,1.2,1.8,1.2,2.8c0,1.1-0.4,2.1-1.2,2.8c-0.8,0.8-1.8,1.2-2.8,1.2C64.3,32.2,63.3,31.8,62.5,31.1z\"/>\n</svg>\n</li><li title=\"meter \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1594_\" d=\"M72.8,24.9L53.4,66.7c-1.7,4.3-4.7,6.8-8,6.8c-2.7,0-5-1.4-6.3-3.6c-1.4-2.6-1.3-5.8,0.4-8.5v0l25.4-40.7\n\tc1.3-2,3.9-2.7,6-1.6C73,20.2,73.8,22.7,72.8,24.9z M79.6,37c-1.5-1.6-4-1.7-5.7-0.2c-1.6,1.5-1.7,4-0.2,5.7\n\tC80.3,49.7,84,59.1,84,69c0,2.2,1.8,4,4,4s4-1.8,4-4C92,57.1,87.6,45.7,79.6,37z M49.2,30.4c2.2,0.2,4.1-1.4,4.3-3.6\n\tc0.2-2.2-1.4-4.1-3.6-4.3c-1.3-0.1-2.6-0.2-3.9-0.2c-25.4,0-46,21-46,46.8c0,2.2,1.8,4,4,4s4-1.8,4-4c0-21.4,17-38.8,38-38.8\n\tC47.1,30.2,48.2,30.3,49.2,30.4z\"/>\n</svg>\n</li><li title=\"microphone \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_57_\" d=\"M68.3,88c0,2.2-1.8,4-4.1,4H27.6c-2.3,0-4.1-1.8-4.1-4s1.8-4,4.1-4h14.8l0-6.8c0-1.9,1.6-3.5,3.6-3.5\n\tc2,0,3.6,1.6,3.6,3.5l0,6.8h14.7C66.5,84,68.3,85.8,68.3,88z M67.4,29C67.4,29,67.4,29,67.4,29c-2,0-3.6,1.6-3.6,3.5l0,26\n\tc0,1.5-0.6,2.9-1.6,3.9c-1,1-2.3,1.6-3.7,1.6c0,0,0,0,0,0l-25,0c-1.4,0-2.7-0.6-3.7-1.6c-1-1.1-1.6-2.4-1.6-3.9l0-26\n\tc0-1.9-1.6-3.5-3.6-3.5c0,0,0,0,0,0c-2,0-3.6,1.6-3.6,3.5l0,26c0,3.3,1.3,6.5,3.6,8.8c2.4,2.4,5.5,3.7,8.9,3.7l25,0c0,0,0,0,0,0\n\tc3.4,0,6.5-1.3,8.9-3.7c2.3-2.4,3.6-5.5,3.6-8.8l0-26C71,30.6,69.4,29,67.4,29z M35.2,56.3c-1.4-1.7-2.2-3.7-2.2-5.7l0-41.7\n\tc0-2,0.8-4.1,2.3-5.8C36.9,1.1,39,0,41.1,0c0,0,0,0,0,0h9.7C55.4,0,59,4.8,59,8.8l0,41.6c0,4-3.6,8.6-8.1,8.6c0,0,0,0,0,0l-9.7,0.2\n\tC39,59.2,36.8,58.2,35.2,56.3z M41.1,50.6c0,0.2,0.3,0.6,0.5,0.8l8.7,0c0.2-0.2,0.5-0.6,0.5-0.9l0-41.7c0-0.2-0.3-0.6-0.5-0.8\n\tl-8.7,0c-0.2,0.2-0.5,0.7-0.5,0.9L41.1,50.6z\"/>\n</svg>\n</li><li title=\"minus \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_38_\" d=\"M68,50.5H24c-2.5,0-4.5-2-4.5-4.5s2-4.5,4.5-4.5h44c2.5,0,4.5,2,4.5,4.5S70.5,50.5,68,50.5z\"/>\n</svg>\n</li><li title=\"monitor \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1719_\" d=\"M92,13c0-2.2-1.8-4-4-4H4c-2.2,0-4,1.8-4,4v52c0,2.2,1.8,4,4,4h84c2.2,0,4-1.8,4-4V13z M84,61H8V17h76V61z\n\t M69.5,79c0,2.2-1.8,4-4,4H26.5c-2.2,0-4-1.8-4-4s1.8-4,4-4h38.9C67.7,75,69.5,76.8,69.5,79z\"/>\n</svg>\n</li><li title=\"move \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_871_\" d=\"M92,46.3c0,1.1-0.4,2.1-1.2,2.8l-14.1,14c-0.8,0.8-1.8,1.1-2.8,1.1c-1,0-2.1-0.4-2.8-1.2\n\tc-1.6-1.6-1.5-4.2,0-5.7l7.3-7.4H50v28.4l7.3-7.3c1.6-1.6,4.1-1.5,5.7,0c1.6,1.6,1.5,4.1,0,5.7L48.9,90.8C48.1,91.6,47.1,92,46,92\n\ts-2-0.4-2.8-1.2L29.1,76.8c-1.6-1.6-1.6-4.1,0-5.7c1.6-1.6,4.1-1.6,5.6,0l7.3,7.3V50H13.7l7.3,7.4c1.6,1.6,1.6,4.2,0,5.8\n\tc-0.8,0.8-1.8,1.2-2.8,1.2c-1,0-2-0.4-2.8-1.2L1.2,49.1C0.4,48.4,0,47.4,0,46.3s0.4-2.1,1.2-2.8l14.1-14.1c1.6-1.6,4.1-1.6,5.7,0\n\tc1.6,1.6,1.5,4,0,5.6L13.7,42H42V13.6l-7.3,7.3c-1.6,1.6-4.1,1.5-5.6,0c-1.6-1.6-1.5-4.1,0-5.7L43.2,1.2c1.6-1.6,4.1-1.6,5.6,0\n\tL63,15.2c1.6,1.6,1.6,4.1,0,5.7c-0.8,0.8-1.8,1.2-2.8,1.2c-1,0-2.1-0.4-2.8-1.2L50,13.6V42h28.3L71,34.9c-1.6-1.6-1.6-3.9,0-5.5\n\tc1.6-1.6,4.1-1.6,5.7,0l14.1,14.1C91.6,44.2,92,45.2,92,46.3z\"/>\n</svg>\n</li><li title=\"music \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path d=\"M88.9,6.3c0-1.2-0.5-2.4-1.5-3.1c-0.9-0.8-2.1-1.1-3.3-0.8L33.7,12.6c-1.9,0.4-3.2,2-3.2,3.9l0,45.9\n\tc-2.8-1.6-6.2-2.5-9.8-2.5c0,0,0,0,0,0c-4.6,0-8.9,1.4-12.3,4.2C4.9,67.1,3,70.7,3,75c0,8.5,8,15,17.7,15c0,0,0,0,0,0\n\tc4.6,0,8.7-1.2,12-3.9c3.5-2.9,5.2-6.7,5.2-10.9v0.1v0v0l0.3-39.2l42.5-8.6l0,23.8C78,49.7,74.8,49,71.2,49c0,0,0,0,0,0\n\tc-4.6,0-8.9,1.3-12.3,4c-3.5,2.9-5.5,6.6-5.5,10.9c0,8.5,8,15.1,17.7,15.1c0,0,0,0,0,0c9.3,0,17-6.1,17.7-14.1c0-0.1,0-0.5,0-1.6\n\tL88.9,6.3z M27.9,79.9C26,81.5,23.5,82,20.7,82c0,0,0,0,0,0c-5.3,0-9.7-3-9.7-7c0-1.8,0.9-3.4,2.6-4.7c1.9-1.6,4.4-2.2,7.2-2.2\n\tc0,0,0,0,0,0c5.3,0,9.8,3.2,9.8,7.2C30.5,77,29.6,78.5,27.9,79.9z M38.5,28.9l0-9.1l42.4-8.7l0,9.1L38.5,28.9z M71.2,71\n\tC71.2,71,71.2,71,71.2,71c-5.3,0-9.8-3.2-9.8-7.2c0-1.8,0.9-3.3,2.6-4.7c1.9-1.6,4.4-2.1,7.2-2.1c0,0,0,0,0,0c5,0,9.8,2.6,9.8,6.4\n\tv1.1C80,68.3,76.2,71,71.2,71z\"/>\n</svg>\n</li><li title=\"network 1 \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1871_\" d=\"M65.4,69.6c-4.5,0-8.3,3.4-9.9,6.4H33.7C32,76,31,75.1,31,73.4V51h24.5c1.6,4,5.4,6.5,9.9,6.5\n\tc5.9,0,10.7-4.8,10.7-10.6s-4.8-10.6-10.7-10.6c-4.5,0-8.3,2.7-9.9,6.7H31V21.5c0,0-0.2-0.1-0.2-0.1c3.9-1.6,6.6-5.4,6.6-9.8\n\tc0-5.9-4.8-10.6-10.7-10.6C20.8,0.9,16,5.7,16,11.5c0,4.4,2.9,8.3,6.8,9.8c0,0,0.2,0.1,0.2,0.1v52C23,79.5,27.6,84,33.7,84h21.8\n\tc1.6,4,5.4,6.9,9.9,6.9c5.9,0,10.7-4.8,10.7-10.6S71.2,69.6,65.4,69.6z M65.4,42.3c2.6,0,4.7,2.1,4.7,4.6c0,2.5-2.1,4.6-4.7,4.6\n\tc-2.6,0-4.7-2.1-4.7-4.6C60.7,44.3,62.8,42.3,65.4,42.3z M26.6,6.9c2.6,0,4.7,2.1,4.7,4.6s-2.1,4.6-4.7,4.6c-2.6,0-4.7-2.1-4.7-4.6\n\tS24.1,6.9,26.6,6.9z M65.4,85.1c-2.6,0-4.7-2.1-4.7-4.6s2.1-4.6,4.7-4.6c2.6,0,4.7,2.1,4.7,4.6S67.9,85.1,65.4,85.1z\"/>\n</svg>\n</li><li title=\"network 2 \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path d=\"M77.1,11.6C77.1,5.8,72.3,1,66.4,1c-5.9,0-10.7,4.8-10.7,10.6c0,4.4,2.7,8.2,6.6,9.8c-0.1,1.8-1.2,13-16.9,18.7\n\tC38.3,42.7,33,46.2,30,49.8V21.4c4-1.6,6.4-5.4,6.4-9.8C36.4,5.8,31.5,1,25.7,1c-5.9,0-10.5,4.8-10.5,10.6c0,4.4,2.8,8.2,6.8,9.8\n\tv49.2c-4,1.6-6.9,5.4-6.9,9.8c0,5.8,4.7,10.6,10.5,10.6c5.9,0,10.8-4.8,10.8-10.6c0-4.4-2.5-8.2-6.5-9.8v-3.2\n\tc0-1.1,0.5-13.3,18.3-19.8c21.2-7.7,22.2-24.2,22.2-26.2C74.4,19.8,77.1,16,77.1,11.6z M25.6,7c2.6,0,4.6,2.1,4.6,4.6\n\ts-2.1,4.6-4.6,4.6c-2.6,0-4.6-2.1-4.6-4.6S23,7,25.6,7z M25.6,85c-2.6,0-4.6-2.1-4.6-4.6s2.1-4.6,4.6-4.6c2.6,0,4.6,2.1,4.6,4.6\n\tS28.1,85,25.6,85z M66.4,16.2c-2.6,0-4.6-2.1-4.6-4.6S63.9,7,66.4,7c2.6,0,4.6,2.1,4.6,4.6S69,16.2,66.4,16.2z\"/>\n</svg>\n</li><li title=\"network 3 \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1883_\" d=\"M83,70.6V49c0-6.1-4.3-11-10.4-11H50V21.5c0,0,0-0.1,0-0.1c3.9-1.6,6.6-5.4,6.6-9.8C56.6,5.8,51.9,1,46,1\n\tc-5.9,0-10.6,4.8-10.6,10.6c0,4.4,2.8,8.2,6.6,9.8c0,0,0,0.1,0,0.1V38H19.4C13.3,38,9,43,9,49v21.6c-4,1.6-6.9,5.4-6.9,9.8\n\tC2.1,86.2,6.7,91,12.5,91s10.8-4.8,10.8-10.6c0-4.4-3.4-8.2-6.4-9.8V49c0-1.7,0.8-3,2.4-3H42v24.6c-4,1.6-6.6,5.4-6.6,9.8\n\tC35.4,86.2,40.1,91,46,91c5.9,0,10.6-4.8,10.6-10.6c0-4.4-2.6-8.2-6.6-9.8V46h22.6c1.7,0,2.4,1.4,2.4,3v21.6c-3,1.6-6.3,5.4-6.3,9.8\n\tc0,5.8,4.9,10.6,10.8,10.6c5.9,0,10.4-4.8,10.4-10.6C89.9,76,87,72.2,83,70.6z M46,7c2.5,0,4.6,2.1,4.6,4.6s-2.1,4.6-4.6,4.6\n\tc-2.5,0-4.6-2.1-4.6-4.6S43.5,7,46,7z M12.4,85c-2.5,0-4.6-2.1-4.6-4.6s2.1-4.6,4.6-4.6c2.5,0,4.6,2.1,4.6,4.6S14.9,85,12.4,85z\n\t M46,85c-2.5,0-4.6-2.1-4.6-4.6s2.1-4.6,4.6-4.6c2.5,0,4.6,2.1,4.6,4.6S48.5,85,46,85z M79.6,85c-2.5,0-4.6-2.1-4.6-4.6\n\ts2.1-4.6,4.6-4.6c2.5,0,4.6,2.1,4.6,4.6S82.1,85,79.6,85z\"/>\n</svg>\n</li><li title=\"network 4 \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path d=\"M38.7,11.2c0-5.9-4.7-10.7-10.6-10.7C22.3,0.5,17,5.3,17,11.2c0,4.5,3,8.3,6,9.9v49.8c-3,1.6-6,5.4-6,9.9\n\tc0,5.9,5.1,10.7,10.9,10.7c5.9,0,10.6-4.8,10.6-10.7c0-4.5-2.6-8.3-6.6-9.9V21.1C36,19.5,38.7,15.7,38.7,11.2z M28.3,6.6\n\tc2.5,0,4.5,2.1,4.5,4.6s-2,4.6-4.5,4.6c-2.5,0-4.5-2.1-4.5-4.6S25.7,6.6,28.3,6.6z M28.3,85.4c-2.5,0-4.5-2.1-4.5-4.6s2-4.6,4.5-4.6\n\tc2.5,0,4.5,2.1,4.5,4.6S30.8,85.4,28.3,85.4z M69,70.9V21.1c3-1.6,6-5.4,6-9.9C75,5.3,69.9,0.5,64,0.5S53.4,5.3,53.4,11.2\n\tc0,4.5,2.6,8.3,6.6,9.9v49.8c-4,1.6-6.7,5.4-6.7,9.9c0,5.9,4.7,10.7,10.6,10.7S75,86.7,75,80.8C75,76.3,72,72.5,69,70.9z M63.7,6.6\n\tc2.5,0,4.5,2.1,4.5,4.6s-2,4.6-4.5,4.6c-2.5,0-4.5-2.1-4.5-4.6S61.2,6.6,63.7,6.6z M63.7,85.4c-2.5,0-4.5-2.1-4.5-4.6s2-4.6,4.5-4.6\n\tc2.5,0,4.5,2.1,4.5,4.6S66.3,85.4,63.7,85.4z\"/>\n</svg>\n</li><li title=\"network 5 \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1892_\" d=\"M50,70.6V21.5c0,0,0-0.1,0-0.1c3.8-1.6,6.5-5.4,6.5-9.8C56.5,5.8,51.8,1,46,1S35.5,5.8,35.5,11.6\n\tc0,4.4,2.7,8.2,6.5,9.8c0,0,0,0.1,0,0.1v49.1c-3.8,1.6-6.5,5.4-6.5,9.8C35.5,86.2,40.2,91,46,91s10.5-4.8,10.5-10.6\n\tC56.5,76,53.8,72.2,50,70.6z M46,7c2.5,0,4.5,2.1,4.5,4.6s-2,4.6-4.5,4.6s-4.5-2.1-4.5-4.6S43.5,7,46,7z M46,85\n\tc-2.5,0-4.5-2.1-4.5-4.6s2-4.6,4.5-4.6s4.5,2.1,4.5,4.6S48.5,85,46,85z\"/>\n</svg>\n</li><li title=\"pamphlet \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1211_\" d=\"M81.6,3c-1-0.6-2.2-0.7-3.2-0.2l-21.1,9.9L36.1,2.8c-0.1,0-0.1,0-0.2-0.1c-0.1-0.1-0.3-0.1-0.4-0.1\n\tc-0.1,0-0.3-0.1-0.4-0.1c-0.1,0-0.3,0-0.4,0c-0.1,0-0.3,0-0.4,0c-0.1,0-0.3,0-0.4,0.1c-0.1,0-0.3,0.1-0.4,0.1c-0.1,0-0.1,0-0.2,0.1\n\tL10.3,13.4C9,14,8,15.2,8,16.6V86c0,1.2,0.9,2.3,1.9,3c0.6,0.4,1.3,0.5,2,0.5c0.5,0,1.1-0.1,1.5-0.3l21.2-9.9l21.2,9.9c0,0,0,0,0,0\n\tc0.2,0.1,0.4,0.2,0.6,0.2c0.1,0,0.1,0,0.2,0c0.2,0,0.4,0.1,0.7,0.1s0.4,0,0.7-0.1c0.1,0,0.1,0,0.2,0c0.2-0.1,0.4-0.1,0.6-0.2\n\tc0,0,0,0,0,0l22.4-10.6c1.2-0.6,1.8-1.8,1.8-3.2V6C83,4.8,82.6,3.7,81.6,3z M54,80.5l-16-7.3V11.5l16,7.3V80.5z M15,18.8l16-7.3\n\tv61.7l-16,7.3V18.8z M76,73.2l-15,7.3V18.8l15-7.3V73.2z\"/>\n</svg>\n</li><li title=\"paperclip \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_228_\" d=\"M85,36.6c1.4,1.4,1.4,3.6,0,5L45.2,81.3C38.6,88,31.1,91.5,23.9,91.5c-1.8,0-3.6-0.2-5.4-0.7\n\tc-7-1.9-12.4-7.3-14.3-14.6c-2.4-9,0.8-18.8,8.9-26.9L57.5,5c7.2-7.2,17.2-4.9,23,0.9c7.9,7.9,5.7,17.2,0.4,22.5L36.2,73\n\tc-5.9,5.9-12.6,5.5-16,2c-3.4-3.5-3.8-10,2.1-16l30.2-30.2c1.4-1.4,3.6-1.4,5,0c1.4,1.4,1.4,3.6,0,5L27.1,64c-2.6,2.6-3,5.1-2.1,6.1\n\tc1,1,3.5,0.6,6.1-2l44.7-44.7c4.5-4.5,2.6-9.6-0.4-12.6c-3.4-3.4-8.9-5.1-13.1-0.8L18.1,54.3c-6.3,6.3-8.9,13.6-7.1,20.1\n\tc1.3,4.8,4.8,8.4,9.4,9.6c6.2,1.7,13.3-1.1,19.9-7.7l39.8-39.8C81.4,35.3,83.6,35.3,85,36.6L85,36.6z\"/>\n</svg>\n</li><li title=\"pencil \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_2170_\" d=\"M89.1,6.1l-3.2-3.2C84,1,81.6,0,78.9,0c0,0,0,0,0,0c-2.7,0-5.1,1-7,2.9L8.7,66.2c-0.4,0.4-0.7,0.8-0.9,1.4\n\tL0.3,86.5C-0.3,88,0,89.7,1.2,90.8C1.9,91.6,3,92,4,92c0.5,0,1-0.1,1.5-0.3l19-7.4c0.5-0.2,1-0.5,1.4-0.9l63.3-63.3\n\tC93,16.3,93,10,89.1,6.1z M14.8,71.7l5.6,5.6l-9.3,3.6L14.8,71.7z M83.4,14.5L28.2,69.7l-5.8-5.8L77.5,8.6C78,8.1,78.6,8,78.9,8\n\ts0.9,0.1,1.4,0.6l3.2,3.2C84.2,12.5,84.2,13.7,83.4,14.5z\"/>\n</svg>\n</li><li title=\"phone \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_707_\" d=\"M88.5,12.5c-0.1-0.1-0.1-0.1-0.2-0.2L77.5,2.9C76,1.5,74,0.8,71.8,1c-1.9,0.2-3.8,1-5.2,2.4\n\tc-0.1,0.1-0.2,0.2-0.3,0.3L55.7,17.1c-2.8,3-2.7,7.6,0.2,10.5c0.2,0.2,0.4,0.4,0.6,0.5l5.4,3.6c-0.4,1.9-3.2,7.3-13.1,17.2\n\tC39,58.7,33.5,61.5,31.7,61.9l-3.6-5.4c-0.1-0.2-0.3-0.4-0.5-0.6C24.7,53,20,53,17.1,55.7L3.8,66.3c-0.1,0.1-0.2,0.2-0.3,0.3\n\tc-3,3-3.2,8-0.5,10.9l9.4,10.7c0.1,0.1,0.1,0.1,0.2,0.2c1.8,1.8,4.6,2.5,7.7,2.5c5.5,0,11.8-2.2,15.1-3.5c6.4-2.5,18.9-8.6,31.3-21\n\tc9.2-9.2,16.6-20.3,21-31.3C89.5,30.1,93.7,17.7,88.5,12.5z M60.9,60.9C42.4,79.4,21.6,84.5,18.1,82.8L9,72.3c0,0,0,0,0,0l13-10.3\n\tl3.5,5.3c0.1,0.1,0.1,0.2,0.2,0.3c1.2,1.5,2.9,2.3,4.9,2.4c1.9,0.1,7.8,0.4,23.7-15.5c3.9-3.9,15.9-15.9,15.5-23.7\n\tc-0.1-2-1-3.7-2.4-4.9c-0.1-0.1-0.2-0.2-0.3-0.2L62,22.1L72.3,9c0,0,0,0,0,0l10.4,9.1C84.5,21.6,79.4,42.4,60.9,60.9z\"/>\n</svg>\n</li><li title=\"photo group \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1952_\" d=\"M91.7,25.4l-9.5,45.8c-0.3,1.4-1.5,2.4-2.9,2.4c-0.2,0-0.4,0-0.6-0.1c-1.6-0.3-2.7-1.9-2.3-3.5l8.9-42.8\n\tL27.9,15.5l-1.4,6.4c-0.4,1.6-2,2.6-3.6,2.3c-1.6-0.4-2.6-2-2.3-3.6l2.1-9.3c0.4-1.6,1.9-2.6,3.5-2.3l63.2,12.8\n\tc0.8,0.2,1.5,0.6,1.9,1.3C91.7,23.8,91.8,24.6,91.7,25.4z M73,80c0,2.2-1.8,4-4,4H4c-2.2,0-4-1.8-4-4V31c0-2.2,1.8-4,4-4h65\n\tc2.2,0,4,1.8,4,4V80z M8,35v24.7L24.9,46c1.3-1.1,3.4-1.1,4.7,0.1l19,16.8l7.9-6.8c1.3-1.1,2.8-1.1,4.1,0l3.3,3.4V35H8z M64,76v-7.3\n\tl-5.6-5.3l-7.6,6.8c-1.3,1.1-3.2,1.1-4.5,0L27,53.3L8,68.8V76H64z M47.4,51.3c3.4,0,6.1-2.7,6.1-6.1c0-3.4-2.8-6.1-6.1-6.1\n\tc-3.4,0-6.1,2.7-6.1,6.1C41.2,48.5,44,51.3,47.4,51.3z\"/>\n</svg>\n</li><li title=\"photo \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1943_\" d=\"M88,11H4c-2.2,0-4,1.8-4,4v62c0,2.2,1.8,4,4,4h84c2.2,0,4-1.8,4-4V15C92,12.8,90.2,11,88,11z M84,19v33.5\n\tl-6.7-5.6c-1.5-1.2-3.6-1.2-5.1,0l-10.8,9L36.3,34.1c-1.5-1.3-3.6-1.3-5.1-0.1L8,52.7V19H84z M8,73V63l25.6-20.7l25.1,21.8\n\tc1.5,1.3,3.7,1.3,5.2,0.1l10.8-9L84,63v10H8z M52.1,32.6c0-4,3.3-7.3,7.4-7.3c4.1,0,7.4,3.3,7.4,7.3c0,4-3.3,7.3-7.4,7.3\n\tC55.4,39.9,52.1,36.6,52.1,32.6z\"/>\n</svg>\n</li><li title=\"pill \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_2257_\" d=\"M83.1,8.9C78.7,4.4,72.8,2,66.5,2S54.4,4.4,49.9,8.9L8.9,49.9C4.4,54.4,2,60.3,2,66.5s2.4,12.2,6.9,16.6\n\tc4.4,4.4,10.3,6.9,16.6,6.9s12.2-2.4,16.6-6.9l41.1-41.1c4.4-4.4,6.9-10.3,6.9-16.6S87.6,13.3,83.1,8.9z M36.4,77.5\n\tc-2.9,2.9-6.8,4.5-10.9,4.5s-8-1.6-10.9-4.5c-2.9-2.9-4.5-6.8-4.5-10.9s1.6-8,4.5-10.9l16.7-16.7c4.6,3,15.9,11.1,21.9,21.8\n\tL36.4,77.5z M77.5,36.4L58.3,55.6c-6.4-10.3-16.6-18.1-22-21.8l19.3-19.3c2.9-2.9,6.8-4.5,10.9-4.5s8,1.6,10.9,4.5l0,0\n\tc2.9,2.9,4.5,6.8,4.5,10.9S80.4,33.5,77.5,36.4z M57.5,24.7c1.4,1.4,1.4,3.6,0,5l-4.8,4.8c-0.7,0.7-1.6,1-2.5,1s-1.8-0.3-2.5-1\n\tc-1.4-1.4-1.4-3.6,0-5l4.8-4.8C53.9,23.3,56.1,23.3,57.5,24.7z M65.5,16.6c0.7,0.7,1.2,1.8,1.2,2.8c0,1-0.4,2.1-1.2,2.8\n\tc-0.7,0.7-1.8,1.2-2.8,1.2c-1.1,0-2.1-0.4-2.8-1.2c-0.7-0.8-1.2-1.8-1.2-2.8c0-1.1,0.4-2.1,1.2-2.8c0.8-0.8,1.8-1.2,2.8-1.2\n\tC63.8,15.4,64.8,15.9,65.5,16.6z\"/>\n</svg>\n</li><li title=\"pin \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1638_\" d=\"M90.8,26.4L65.6,1.2c-1.6-1.6-4.1-1.6-5.7,0c-0.3,0.3-7.6,7.8-4.8,17.6L43.7,30.2\n\tc-6.3-1.9-22.4-5.2-34.3,6.7c-1.6,1.6-1.6,4.1,0,5.7l17.2,17.2L1.2,85.2c-1.6,1.6-1.6,4.1,0,5.7C2,91.6,3,92,4,92s2-0.4,2.8-1.2\n\tl25.4-25.4l17.2,17.2c0.8,0.8,1.8,1.2,2.8,1.2c1,0,2-0.4,2.8-1.2c11.9-11.9,8.6-28.1,6.7-34.3l11.4-11.4c9.8,2.8,17.2-4.5,17.6-4.8\n\tC92.4,30.5,92.4,28,90.8,26.4z M73.9,28.6c-1.5-0.7-3.3-0.4-4.5,0.8l-15,15c-1.1,1.1-1.5,2.9-0.9,4.3c0,0,1.8,4.5,2.1,10.3\n\tc0.3,5.8-0.9,10.7-3.6,14.8L35,57c0,0,0,0,0,0s0,0,0,0l-17-17c10.7-7.2,24.5-1.8,25.1-1.5c1.5,0.6,3.2,0.3,4.4-0.9l15-15\n\tc1.2-1.2,1.5-3,0.8-4.5c-1.4-3-0.9-5.7,0-7.8l18.4,18.4C79.7,29.5,76.9,30,73.9,28.6z M50.2,50.3c0.1,0.3,1.4,3.2,1.3,6.3\n\tC51.5,58.5,49.9,60,48,60c0,0-0.1,0-0.1,0c-1.9-0.1-3.5-1.7-3.4-3.6c0-1.3-0.5-2.8-0.7-3.3c-0.8-1.8,0-3.8,1.8-4.6\n\tC47.4,47.8,49.5,48.5,50.2,50.3z\"/>\n</svg>\n</li><li title=\"plus \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_933_\" d=\"M72.5,46.5c0,2.5-2,4.5-4.5,4.5H50v17c0,2.5-2,4.5-4.5,4.5S41,70.5,41,68V51H24c-2.5,0-4.5-2-4.5-4.5\n\ts2-4.5,4.5-4.5h17V24c0-2.5,2-4.5,4.5-4.5s4.5,2,4.5,4.5v18h18C70.5,42,72.5,44,72.5,46.5z\"/>\n</svg>\n</li><li title=\"power \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_132_\" d=\"M46,47.5c-2.2,0-4-1.8-4-4V9c0-2.2,1.8-4,4-4s4,1.8,4,4v34.5C50,45.7,48.3,47.5,46,47.5z M84,48.8\n\tc0-14.6-8.1-27.7-21.1-34.2c-2-1-4.4-0.2-5.4,1.8c-1,2-0.2,4.4,1.8,5.4C69.6,26.9,76,37.3,76,48.8C76,65.5,62.5,79,46,79\n\tc-16.5,0-30-13.5-30-30.2c0-11.6,6.4-21.9,16.7-27.1c2-1,2.8-3.4,1.8-5.4c-1-2-3.4-2.8-5.4-1.8C16.1,21.1,8,34.2,8,48.8\n\tC8,69.9,25,87,46,87C67,87,84,69.9,84,48.8z\"/>\n</svg>\n</li><li title=\"preview \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1239_\" d=\"M91.3,43.8C90.6,42.8,74.4,19,46,19C17.6,19,1.4,42.8,0.7,43.8c-0.9,1.3-0.9,3.1,0,4.5\n\tC1.4,49.2,17.6,73,46,73c28.4,0,44.6-23.8,45.3-24.8C92.2,46.9,92.2,45.1,91.3,43.8z M46,65C26.7,65,13.5,51.4,9,46\n\tc4.5-5.5,17.6-19,37-19c19.3,0,32.5,13.6,37,19C78.4,51.5,65.3,65,46,65z M48.3,29.6c-4.4-0.6-8.7,0.5-12.3,3.2c0,0,0,0,0,0\n\tc-7.3,5.5-8.8,15.9-3.3,23.2c2.7,3.6,6.5,5.8,10.9,6.5c0.8,0.1,1.6,0.2,2.3,0.2c3.6,0,7-1.2,9.9-3.3c7.3-5.5,8.8-15.9,3.3-23.2\n\tC56.6,32.5,52.7,30.2,48.3,29.6z M52.3,54.5c-2.2,1.7-5,2.4-7.8,2c-2.8-0.4-5.3-1.9-7-4.1C34.1,47.7,35,41,39.7,37.5\n\tc2.2-1.7,5-2.4,7.8-2c2.8,0.4,5.3,1.9,7,4.1C57.9,44.3,57,51,52.3,54.5z M51.9,40c0.8,0.7,1.2,1.8,1.2,2.8c0,1-0.4,2.1-1.2,2.8\n\tc-0.7,0.7-1.8,1.2-2.8,1.2c-1.1,0-2.1-0.4-2.8-1.2c-0.8-0.8-1.2-1.8-1.2-2.8c0-1.1,0.4-2.1,1.2-2.8c0.7-0.8,1.8-1.2,2.8-1.2\n\tC50.2,38.9,51.2,39.3,51.9,40z\"/>\n</svg>\n</li><li title=\"print \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1414_\" d=\"M88,17H68V5c0-1.7-0.9-3-2.5-3H26.5C24.9,2,24,3.3,24,5v12H4c-2.2,0-4,1.7-4,3.9v45.9C0,69,1.8,71,4,71\n\th14.7l-2.4,15.6c-0.2,1,0.1,2.2,0.8,3c0.7,0.8,1.6,1.4,2.7,1.4h52.5c1,0,2-0.7,2.7-1.5c0.7-0.8,1-1.8,0.8-2.8L73.3,71H88\n\tc2.2,0,4-2,4-4.2V20.9C92,18.7,90.2,17,88,17z M30,8h32v9H30V8z M23.8,84l3.8-25h36.8l3.8,25H23.8z M84,63H72.1l-1.3-8.2\n\tc-0.3-1.7-1.7-2.8-3.5-2.8H24.6c-1.7,0-3.2,1.1-3.5,2.8L19.9,63H8V25h76V63z M18.3,35c0-1.7,1.3-3,3-3h9.4c1.7,0,3,1.3,3,3\n\ts-1.3,3-3,3h-9.4C19.7,38,18.3,36.7,18.3,35z\"/>\n</svg>\n</li><li title=\"pulse \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1181_\" d=\"M92,57c0,2.2-1.8,4-4,4H69.2c-1.7,0-3.2-0.9-3.8-2.6l-3-8.4l-9.8,33.1c-0.5,1.7-2.1,2.9-3.8,2.9\n\tc0,0-0.1,0-0.1,0c-1.8-0.1-3.4-1.3-3.8-3.1L32,27l-7.8,31.1c-0.4,1.8-2,2.9-3.9,2.9H4c-2.2,0-4-1.8-4-4s1.8-4,4-4h13.2L28.3,8.9\n\tC28.7,7.1,30.4,6,32.2,6c1.8,0,3.4,1.3,3.9,3.1l13.2,57.2l9-30.4c0.5-1.7,2-2.9,3.7-2.9c1.7-0.1,3.3,1,3.9,2.6L72,53h16\n\tC90.2,53,92,54.8,92,57z\"/>\n</svg>\n</li><li title=\"question \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1489_\" d=\"M60.9,25.5c3.2,3.6,4.7,8.5,4,13.7c-1.2,9.6-8.2,13-14.4,13c-0.3,0-0.5,0-0.5,0v2.4c0,2.2-1.8,4-4,4\n\ts-4-1.8-4-4v-3.2c0-3.3,1.4-7.2,8.5-7.2c3.9,0,5.9-2,6.4-6c0.2-1.3,0.3-4.8-2.1-7.4c-1.9-2.1-5-3.2-9.2-3.2c-9,0-9.3,5.9-9.3,6.5\n\tc0,2.2-1.8,4-4,4s-4-1.8-4-4c0-4,3.1-14.5,17.3-14.5C53.9,19.6,58.5,22.8,60.9,25.5z M45.7,62c-1.3,0-2.6,0.5-3.5,1.5\n\tc-0.9,0.9-1.5,2.2-1.5,3.5c0,1.3,0.5,2.6,1.5,3.5c0.9,0.9,2.2,1.5,3.5,1.5c1.3,0,2.6-0.5,3.5-1.5c0.9-0.9,1.5-2.2,1.5-3.5\n\tc0-1.3-0.5-2.6-1.5-3.5C48.3,62.6,47.1,62,45.7,62z M92,46c0,25.4-20.6,46-46,46S0,71.4,0,46S20.6,0,46,0S92,20.6,92,46z M84,46\n\tC84,25,67,8,46,8S8,25,8,46s17,38,38,38S84,67,84,46z\"/>\n</svg>\n</li><li title=\"reply all \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1009_\" d=\"M80.7,43.7C73.4,36.4,63,32.4,51,31.7V21c0-1.6-1.2-3.1-2.7-3.7c-1.5-0.6-3.3-0.3-4.5,0.9l-24.7,25\n\tc-1.5,1.6-1.6,4.1,0,5.6l24.6,25c1.1,1.2,3.1,1.5,4.6,0.9c1.5-0.6,2.7-2.1,2.7-3.7V60.2C59,60,77.8,60.8,84.6,73c0.7,1.3,2,2,3.4,2\n\tc0.3,0,0.6,0,1-0.1c1.8-0.5,3.1-2,3.1-3.9C92,70.4,92.1,55.1,80.7,43.7z M46.3,52.4c-2,0.2-3.3,1.9-3.3,4v4.8L28,46l15-15.2v4.8\n\tc0,2.2,1.6,4,3.8,4c21.5,0,30.6,10.3,34.5,19.1C67.2,50.3,47.4,52.3,46.3,52.4z M31.5,68.2c1.5,1.6,1.5,4.1,0,5.7\n\tc-0.8,0.8-1.8,1.2-2.8,1.2c-1,0-2.1-0.4-2.8-1.2l-24.6-25c-1.5-1.6-1.5-4.1,0-5.6l24.6-25c1.6-1.6,4.1-1.6,5.6,0\n\tc1.6,1.6,1.6,4.1,0,5.7L9.6,46L31.5,68.2z\"/>\n</svg>\n</li><li title=\"reply \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_986_\" d=\"M71.7,43.7C64.4,36.4,54,32.4,42,31.7V21c0-1.6-1.2-3.1-2.7-3.7c-1.5-0.6-3.3-0.3-4.5,0.9l-24.6,25\n\tc-1.5,1.6-1.6,4.1,0,5.6l24.6,25c1.1,1.2,3,1.5,4.5,0.9c1.5-0.6,2.7-2.1,2.7-3.7V60.2C50,60,68.8,60.8,75.7,73c0.7,1.3,2,2,3.4,2\n\tc0.3,0,0.6,0,1-0.1c1.8-0.5,3.1-2,3.1-3.9C83.1,70.4,83.1,55.1,71.7,43.7z M37.4,52.4c-2,0.2-3.4,1.9-3.4,4v4.8L19,46l15-15.2v4.8\n\tc0,2.2,1.6,4,3.8,4c21.5,0,30.6,10.3,34.5,19.1C58.2,50.3,38.4,52.3,37.4,52.4z\"/>\n</svg>\n</li><li title=\"return \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_223_\" d=\"M82,32.3V72c0,2.2-1.8,4-4,4H19.1c-2.2,0-4-1.8-4-4s1.8-4,4-4H74V36H23.7l5.5,5.6c1.6,1.6,1.6,4.2,0,5.8\n\tc-0.8,0.8-1.8,1.2-2.8,1.2c-1,0-2-0.4-2.8-1.2L11.2,35.1c-0.8-0.8-1.2-1.8-1.2-2.8c0-1.1,0.4-2.1,1.2-2.8l12.4-12.3\n\tc1.6-1.6,4.1-1.6,5.7,0s1.5,4,0,5.6L23.7,28H78C80.2,28,82,30.1,82,32.3z\"/>\n</svg>\n</li><li title=\"retweet \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_828_\" d=\"M90.8,59.3L78.3,71.7c-0.8,0.8-1.8,1.2-2.8,1.2c-1,0-2.1-0.4-2.8-1.2L60,59.3c-1.6-1.6-1.6-4.1-0.1-5.6\n\tc1.6-1.6,4-1.6,5.5,0l5.5,5.7V33H35.9c-2.2,0-4-1.8-4-4s1.8-4,4-4h39.5c2.2,0,3.6,1.7,3.6,3.9v30.4l6-5.7c1.6-1.6,4.3-1.5,5.9,0\n\tC92.4,55.2,92.4,57.7,90.8,59.3z M56.1,65H21V38.5l5.5,5.7c0.8,0.8,1.7,1.2,2.7,1.2c1,0,2-0.4,2.8-1.2c1.6-1.6,1.5-4.1,0-5.6\n\tL19.4,26.1c-1.6-1.5-4.1-1.5-5.7,0L1.2,38.5c-1.6,1.6-1.6,4.1,0,5.6c1.6,1.6,4.3,1.6,5.9,0l6-5.7v30.4c0,2.2,1.3,4.1,3.6,4.1h39.5\n\tc2.2,0,4-1.8,4-4S58.3,65,56.1,65z\"/>\n</svg>\n</li><li title=\"rocket \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_2180_\" d=\"M91.7,3.9c-0.2-2-1.7-3.5-3.7-3.7c-25.3-2-43.4,10.3-54.7,25.7c-6.2-2-12.9-1.3-19,2.1\n\tc-5.9,3.3-10.8,8.9-14,15.7c-0.7,1.6-0.4,3.4,0.9,4.6c1.2,1.2,3.1,1.4,4.6,0.6c6.4-3.4,13.6-2.7,17.9,1.6l17.6,17.6\n\tc0,0,0.1,0.1,0.1,0.1c4.3,4.3,5,11.5,1.6,17.9c-0.8,1.5-0.5,3.4,0.6,4.6c0.8,0.8,1.8,1.2,2.9,1.2c0.6,0,1.2-0.1,1.7-0.4\n\tc6.8-3.2,12.4-8.2,15.7-14c3.5-6.1,4.2-12.8,2.1-19.1c4.5-3.3,8.6-6.9,12-10.9C88.6,35.4,93.2,20.7,91.7,3.9z M13.4,38.8\n\tc4.3-4.2,9.7-6.8,15.4-5.8c-1.6,2.8-2.9,5.6-4.1,8.4C21.3,39.5,17.4,38.6,13.4,38.8z M53.3,78.6c0.1-4.1-0.8-8-2.6-11.4\n\tc2.9-1.2,5.7-2.6,8.4-4.1C60.1,68.8,57.6,74.3,53.3,78.6z M45.3,60.7L31.2,46.6C38.3,27.7,55.9,7.5,84,8\n\tC84.9,41.5,57.3,56,45.3,60.7z M71.2,20.8c1.2,1.2,1.9,2.9,1.9,4.6s-0.7,3.4-1.9,4.6s-2.9,1.9-4.6,1.9S63.2,31.3,62,30\n\ts-1.9-2.9-1.9-4.6s0.7-3.4,1.9-4.6c1.2-1.2,2.9-1.9,4.6-1.9S70,19.6,71.2,20.8z M14.9,62.4C10.3,67,10.1,76.2,10.1,78\n\tc0,2.2,1.8,4,4,4c0,0,0.1,0,0.1,0c2.1,0,10.9-0.3,15.4-4.8c2.8-2.8,3.4-5.7,3.4-7.6c0-2.7-1.1-5.3-3.2-7.4\n\tC24.8,57.1,18.5,58.7,14.9,62.4z M24,71.5c-1,1-3.2,1.7-5.5,2c0.4-2.3,1.1-4.5,2-5.4c0.7-0.7,1.3-1.1,2-1.1c0.5,0,1.1,0.3,1.7,0.9\n\tc0.6,0.6,0.9,1.2,0.9,1.7C25,70.2,24.5,71,24,71.5z\"/>\n</svg>\n</li><li title=\"scale \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_596_\" d=\"M47.2,63c0,2.2-1.8,4-4,4H4c-2.2,0-4-1.8-4-4s1.8-4,4-4h39.2C45.4,59,47.2,60.8,47.2,63z M88,59h-3.4\n\tc-2.2,0-4,1.8-4,4s1.8,4,4,4H88c2.2,0,4-1.8,4-4S90.2,59,88,59z M14.3,28.9c0-6.6,5.4-11.9,12-11.9s12,5.4,12,11.9\n\ts-5.4,11.9-12,11.9S14.3,35.5,14.3,28.9z M22.3,28.9c0,2.2,1.8,3.9,4,3.9s4-1.8,4-3.9s-1.8-3.9-4-3.9S22.3,26.8,22.3,28.9z\n\t M75.4,63.1c0,6.6-5.4,11.9-12,11.9c-6.6,0-12-5.4-12-11.9s5.4-11.9,12-11.9C70,51.1,75.4,56.5,75.4,63.1z M67.4,63.1\n\tc0-2.2-1.8-3.9-4-3.9c-2.2,0-4,1.8-4,3.9s1.8,3.9,4,3.9C65.6,67,67.4,65.2,67.4,63.1z M4,33h2.3c2.2,0,4-1.8,4-4s-1.8-4-4-4H4\n\tc-2.2,0-4,1.8-4,4S1.8,33,4,33z M92,29c0-2.2-1.8-4-4-4H47.3c-2.2,0-4,1.8-4,4s1.8,4,4,4H88C90.2,33,92,31.2,92,29z\"/>\n</svg>\n</li><li title=\"search \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1102_\" d=\"M57.8,2.2c-17.1,0-31,14.1-31,31.3c0,7.3,2.5,13.9,6.6,19.3L4,82.6c-1.7,1.8-1.7,4.6,0,6.3\n\tc0.9,0.9,2,1.3,3.1,1.3c1.2,0,2.3-0.4,3.2-1.3l29.4-29.8c5.1,3.7,11.3,5.8,18,5.8c17.1,0,31-14.1,31-31.3S74.9,2.2,57.8,2.2z\n\t M57.8,57c-12.7,0-23-10.5-23-23.4c0-12.9,10.3-23.4,23-23.4c12.7,0,23,10.5,23,23.4C80.8,46.5,70.5,57,57.8,57z M73.3,34\n\tc-0.2,1.7-1.7,3-3.4,3c-0.2,0-0.3,0-0.5,0c-1.9-0.3-3.2-2-3-3.9c0.7-5.2-5.1-7.9-5.4-8c-1.7-0.8-2.5-2.9-1.7-4.6s2.8-2.5,4.6-1.8\n\tC64.3,18.8,74.7,23.6,73.3,34z M66,41.6c0.7,0.7,1.2,1.8,1.2,2.8c0,1.1-0.4,2.1-1.2,2.8c-0.7,0.7-1.8,1.2-2.8,1.2\n\tc-1,0-2.1-0.4-2.8-1.2c-0.7-0.7-1.2-1.8-1.2-2.8c0-1,0.4-2.1,1.2-2.8c0.7-0.7,1.8-1.2,2.8-1.2C64.2,40.4,65.2,40.8,66,41.6z\"/>\n</svg>\n</li><li title=\"shopping bag \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1746_\" d=\"M79.8,25.2C79.1,24.5,78.1,24,77,24H67v-1.8C67,10.5,57.4,1,46.2,1h-0.4C34.6,1,25,10.5,25,22.2V24H15\n\tc-2.2,0-4,1.9-4,4.2V87c0,2.2,1.8,4,4,4h62c2.2,0,4-1.8,4-4l0-58.9C81,27.1,80.6,26,79.8,25.2z M33,22.2C33,14.9,39,9,45.8,9h0.4\n\tC53,9,59,14.9,59,22.2V24H33V22.2z M73,83H19V32h6v6.9c0,2.2,1.8,4,4,4s4-1.8,4-4V32h26v6.9c0,2.2,1.8,4,4,4s4-1.8,4-4V32h6L73,83z\"\n\t/>\n</svg>\n</li><li title=\"skip \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1543_\" d=\"M82.9,58.1L65.1,75.9c-0.9,0.9-2,1.3-3.2,1.3c-1.1,0-2.3-0.4-3.2-1.3c-1.7-1.7-1.8-4.6,0-6.3l10.2-10.2\n\tl-56.9,0c-1.2,0-2.5-0.5-3.3-1.3C7.8,57.3,7,56.1,7,55V32.2c0-2.5,2-4.5,4.5-4.5s4.5,2,4.5,4.5v18.3l52.6,0l-9.9-10.2\n\tc-1.7-1.7-1.7-4.6,0-6.3c1.7-1.7,4.6-1.7,6.3,0l17.8,17.8C84.7,53.6,84.7,56.4,82.9,58.1z M12.2,24.2c1.3,0,2.6-0.5,3.5-1.4\n\tc0.9-0.9,1.5-2.2,1.5-3.5c0-1.3-0.5-2.6-1.5-3.5c-0.9-0.9-2.2-1.4-3.5-1.4c-1.3,0-2.6,0.5-3.5,1.4c-0.9,0.9-1.5,2.2-1.5,3.5\n\tc0,1.3,0.5,2.6,1.5,3.5C9.6,23.6,10.9,24.2,12.2,24.2z\"/>\n</svg>\n</li><li title=\"stack \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1694_\" d=\"M81,16.1C81,5.5,63.4,0,46,0S11,5.5,11,16.1c0,0.1,0,0.2,0,0.3c0,0,0,0.1,0,0.1v59.9\n\tC11,86.6,28.6,92,46,92s35-5.4,35-15.7V16.5c0,0,0-0.1,0-0.1C81,16.2,81,16.2,81,16.1z M73,46.4c0,2.2-9.5,7.7-27,7.7\n\ts-27-5.4-27-7.7V26.7c6.8,3.6,16.9,5.5,27,5.5s20.2-1.9,27-5.5V46.4z M46,8c17.8,0,27,5.7,27,8.1s-9.2,8.1-27,8.1s-27-5.7-27-8.1\n\tS28.2,8,46,8z M46,84c-17.5,0-27-5.4-27-7.7V56.7c6.8,3.5,16.9,5.3,27,5.3s20.2-1.8,27-5.3v19.6C73,78.6,63.5,84,46,84z M63,42.9V38\n\tc0-1.9,1.6-3.5,3.5-3.5S70,36.1,70,38v4.9c0,1.9-1.6,3.5-3.5,3.5S63,44.9,63,42.9z\"/>\n</svg>\n</li><li title=\"star \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_310_\" d=\"M70.7,88c-0.8,0-1.5-0.2-2.2-0.6L46,72.7L23.5,87.4c-1.4,0.9-3.2,0.8-4.5-0.1c-1.3-1-1.9-2.7-1.5-4.3\n\tl7.1-25L3.4,40.1c-1.2-1-1.7-2.7-1.2-4.3s1.9-2.6,3.5-2.8L31,31.2L42.4,6.3C43,4.9,44.4,4,46,4s3,0.9,3.6,2.3L61,31.2L86.3,33\n\tc1.6,0.1,3,1.2,3.5,2.8c0.5,1.5,0,3.2-1.2,4.3L67.5,57.9l7.1,25c0.5,1.6-0.1,3.3-1.5,4.3C72.4,87.7,71.6,88,70.7,88z M46,64\n\tc0.8,0,1.5,0.2,2.2,0.6L64,74.9l-4.9-17.3c-0.4-1.5,0.1-3.1,1.3-4.1l15.5-13.1L58.1,39c-1.5-0.1-2.7-1-3.4-2.3L46,17.6l-8.7,19.1\n\tc-0.6,1.3-1.9,2.2-3.4,2.3l-17.8,1.3l15.5,13.1c1.2,1,1.7,2.6,1.3,4.1L28,74.9l15.8-10.2C44.5,64.2,45.2,64,46,64z\"/>\n</svg>\n</li><li title=\"stopwatch \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path d=\"M81.3,19.6c0.8,0.7,1.7,1,2.7,1c1.1,0,2.2-0.4,3-1.3c1.5-1.6,1.4-4.2-0.3-5.7l-5.2-4.7c0,0,0,0,0,0s0,0,0,0l-5.2-4.7\n\tc-1.6-1.5-4.2-1.4-5.6,0.3c-1.5,1.6-1.4,4.2,0.3,5.7l2.2,2l-4,4.5c-4.6-3.4-9.9-5.9-15.7-7.2c-0.1-1.3-0.6-2.7-1.6-4\n\tc-1-1.4-3.1-3-6.9-3.2c-0.1,0-0.1,0-0.2,0c-3.5,0-5.5,1.5-6.6,2.8c-1.2,1.4-1.7,3.1-1.9,4.4C17.8,13.4,4,29.8,4,49.4\n\tc0,22.5,18.3,40.9,40.8,40.9c22.5,0,40.8-18.3,40.8-40.9c0-10.5-4-20.1-10.5-27.4l4-4.5L81.3,19.6z M44.8,82.2\n\tC26.7,82.2,12,67.5,12,49.4s14.7-32.8,32.8-32.8c18.1,0,32.8,14.7,32.8,32.8S62.9,82.2,44.8,82.2z M51.8,49.4c0,3.8-3.2,6.9-7,6.9\n\tc-3.8,0-6.8-3.1-6.8-6.9c0-2.3,1-4.4,3-5.6V27.6c0-2.2,1.8-4,4-4s4,1.8,4,4v16.2C51,45,51.8,47.1,51.8,49.4z\"/>\n</svg>\n</li><li title=\"store \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_2225_\" d=\"M40,55.5c0-1.9-1.6-3.5-3.5-3.5h-13c-1.9,0-3.5,1.6-3.5,3.5v13c0,1.9,1.6,3.5,3.5,3.5h13\n\tc1.9,0,3.5-1.6,3.5-3.5V55.5z M27,59h6v6h-6V59z M90.9,25.4l-8.9-9V6c0-2.2-1.8-4-4.1-4H14.1C11.8,2,10,3.8,10,6v10.4l-8.9,9\n\tC0.4,26.1,0,27.1,0,28.2v10.2C0,40.6,1.8,42,4,42h84c2.2,0,4-1.4,4-3.7V28.2C92,27.1,91.6,26.1,90.9,25.4z M74,10v5H18v-5H74z\n\t M84,34H8v-4.2l8.2-7.8h59.6l8.2,7.8V34z M86,50.1V86c0,2.2-1.8,4-4,4H68.3c-2.2,0-4-1.6-4-3.8l0-21.2H55v21c0,2.2-1.9,4-4.1,4H10.1\n\tC7.9,90,6,88.2,6,86V50.1c0-2.2,1.8-4,4-4s4,1.8,4,4V82h33V60.6c0-2.2,1.7-3.6,3.9-3.6h17.3c2.2,0,3.7,1.4,3.7,3.6V82h6V50.1\n\tc0-2.2,1.8-4,4-4S86,47.9,86,50.1z\"/>\n</svg>\n</li><li title=\"suitcase \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_2090_\" d=\"M89.8,23.9c-1.4-1.4-3.3-1.9-5.2-1.9H63V10c0-2.2-2.3-4-4.5-4h-25C31.3,6,29,7.8,29,10v12H7.4\n\tC3.3,22,0,24.9,0,28.9v49.6C0,82.7,3.3,86,7.4,86h77.1c4.1,0,7.4-3.3,7.4-7.4l0-49.5C92,27.1,91.2,25.3,89.8,23.9z M66,30v48H26V30\n\tH66z M37,14h18v8H37V14z M8,30h12v48H8V30z M84,78H72V30h12L84,78z\"/>\n</svg>\n</li><li title=\"swap \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1523_\" d=\"M92,55.5c0,1.1-0.4,2.1-1.2,2.8L72.2,76.9c-0.8,0.8-1.8,1.1-2.8,1.1c-1,0-2.1-0.5-2.8-1.2\n\tc-1.6-1.6-1.6-4.2,0-5.8l11.7-12H39.2c-2.2,0-4-1.8-4-4s1.8-4,4-4h39.1L66.6,39.5c-1.6-1.6-1.6-3.9,0-5.4c1.6-1.6,4.1-1.6,5.7,0\n\tl18.6,18.6C91.6,53.4,92,54.4,92,55.5z M13.7,41h39.1c2.2,0,4-1.8,4-4s-1.8-4-4-4H13.7l11.7-12c1.6-1.6,1.6-4.2,0-5.8\n\ts-4.1-1.6-5.7-0.1L1.2,33.7C0.4,34.4,0,35.4,0,36.5s0.4,2.1,1.2,2.8l18.6,18.6c0.8,0.8,1.8,1.2,2.8,1.2c1,0,2.1-0.4,2.8-1.2\n\tc1.6-1.6,1.6-3.9,0-5.4L13.7,41z\"/>\n</svg>\n</li><li title=\"tag delete \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path d=\"M88,20H29c-1,0-1.9,0.4-2.6,1l-25,22C0.5,43.8,0,44.9,0,46c0,1.2,0.5,2.2,1.4,3l25,22c0.7,0.6,1.7,1,2.6,1h59\n\tc2.2,0,4-1.8,4-4V24C92,21.8,90.2,20,88,20z M84,64H30.5L10.1,46l20.5-18H84V64z M44.1,51.4l5.4-5.4l-5.4-5.4\n\tc-1.4-1.4-1.4-3.6,0-4.9c1.4-1.4,3.6-1.4,4.9,0l5.4,5.4l5.4-5.4c1.4-1.4,3.6-1.4,4.9,0c1.4,1.4,1.4,3.6,0,4.9L59.4,46l5.4,5.4\n\tc1.4,1.4,1.4,3.6,0,4.9c-0.7,0.7-1.6,1-2.5,1s-1.8-0.3-2.5-1l-5.4-5.4l-5.4,5.4c-0.7,0.7-1.6,1-2.5,1c-0.9,0-1.8-0.3-2.5-1\n\tC42.8,55,42.8,52.8,44.1,51.4z\"/>\n</svg>\n</li><li title=\"tag \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1160_\" d=\"M88,20H29c-1,0-1.9,0.4-2.6,1l-25,22C0.5,43.8,0,44.9,0,46c0,1.2,0.5,2.2,1.4,3l25,22c0.7,0.6,1.7,1,2.6,1\n\th59c2.2,0,4-1.8,4-4V24C92,21.8,90.2,20,88,20z M84,64H30.5L10.1,46l20.5-18H84V64z M27.2,41.4c1.2-1.2,2.9-1.9,4.6-1.9\n\tc1.7,0,3.4,0.7,4.6,1.9c1.2,1.2,1.9,2.9,1.9,4.6s-0.7,3.4-1.9,4.6c-1.2,1.2-2.9,1.9-4.6,1.9c-1.7,0-3.4-0.7-4.6-1.9\n\tc-1.2-1.2-1.9-2.9-1.9-4.6S26,42.6,27.2,41.4z\"/>\n</svg>\n</li><li title=\"tags \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1184_\" d=\"M75.2,51.6c0-1.1-0.4-2.1-1.2-2.8L36.7,12c-0.7-0.7-1.6-1.1-2.6-1.1L4.3,9C3.1,8.9,2,9.4,1.2,10.2\n\tC0.4,11-0.1,12.1,0,13.3l1.9,29.3c0.1,1,0.5,1.9,1.2,2.6l37.4,36.7c0.8,0.8,1.8,1.2,2.8,1.2c1,0,2-0.4,2.8-1.2L74,54.4\n\tC74.8,53.7,75.2,52.7,75.2,51.6z M43.3,73.4L9.9,40.5L8.3,17.3l23.8,1.5l33.4,32.8L43.3,73.4z M26,26.2c1.1,1.1,1.8,2.7,1.8,4.2\n\tc0,1.6-0.6,3.1-1.8,4.2c-1.1,1.1-2.7,1.8-4.3,1.8c-1.6,0-3.1-0.6-4.3-1.8c-1.1-1.1-1.8-2.7-1.8-4.2c0-1.6,0.6-3.1,1.8-4.2\n\tc1.1-1.1,2.7-1.8,4.3-1.8C23.3,24.4,24.9,25.1,26,26.2z M92,51.6c0,0.9-0.4,1.8-1,2.5L63.1,81.5c-0.7,0.7-1.6,1-2.5,1\n\tc-0.9,0-1.8-0.3-2.5-1c-1.4-1.4-1.4-3.6,0-4.9l25.4-24.9L48.6,17.4c-1.4-1.4-1.4-3.6,0-4.9c1.4-1.4,3.6-1.4,5,0L91,49.1\n\tC91.6,49.8,92,50.7,92,51.6z\"/>\n</svg>\n</li><li title=\"thumbs down \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_463_\" d=\"M32.2,0C44.7,0,64.1,4.1,69,7.5c1.1,0.8,1.7,2,1.7,3.3v39.1c0,1.2-0.6,2.4-1.5,3.1\n\tc-0.3,0.2-7.3,5.7-14.6,9.8c-9.1,5-15.4,12-16.9,16.4C35.8,84.6,33.2,92,25,92c-3.9,0-7.1-2.2-8.8-6c-3.4-7.8,0.2-18.6,6.2-27.1\n\tc-4-0.9-9-2.2-12-3.1C5,54.1,1.3,50.1,0.6,45.2c-0.7-5,1.8-10.1,7.1-14C11.6,20.8,18.3,4.1,23.2,1.4C25,0.4,28.3,0,32.2,0z\n\t M62.6,13.2C55,10,31.6,6.6,27.2,8.4c-2.3,2.1-8.2,15.5-12.3,26.8c-0.3,0.8-0.8,1.5-1.5,2c-3.3,2.2-5,4.8-4.7,7\n\tc0.3,1.8,1.9,3.3,4.3,4.1c5,1.6,17.4,4.3,17.6,4.3c1.4,0.3,2.5,1.3,3,2.7s0.1,2.9-0.9,3.9c-9,9.7-10.6,19.6-8.9,23.6\n\tC24.2,84,24.7,84,25,84c2,0,2.9-1.4,5-7.4c2.4-7,10.7-15.4,20.6-20.8c4.8-2.6,9.6-6.1,12-7.9V13.2z M78.4,10.4v39.9\n\tc0,3.6,2.9,6.5,6.5,6.5s6.5-2.9,6.5-6.5V10.4c0-3.6-2.9-6.5-6.5-6.5S78.4,6.9,78.4,10.4z\"/>\n</svg>\n</li><li title=\"thumbs up \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_75_\" d=\"M59.8,92c-12.4,0-31.9-4.1-36.7-7.5c-1.1-0.8-1.7-2-1.7-3.3V42.1c0-1.2,0.6-2.4,1.5-3.1\n\tc0.3-0.2,7.3-5.7,14.6-9.8c9.1-5,15.4-12,16.9-16.4C56.2,7.4,58.8,0,67,0c3.9,0,7.1,2.2,8.8,6c3.4,7.8-0.2,18.6-6.2,27.1\n\tc4,0.9,9,2.2,12,3.1c5.5,1.7,9.1,5.7,9.9,10.6c0.7,5-1.8,10.1-7.1,14c-3.9,10.5-10.6,27.1-15.5,29.8C67,91.6,63.7,92,59.8,92z\n\t M29.4,78.8c7.6,3.2,31,6.5,35.4,4.8c2.3-2.1,8.2-15.5,12.3-26.8c0.3-0.8,0.8-1.5,1.5-2c3.3-2.2,5-4.8,4.7-7\n\tc-0.3-1.8-1.9-3.3-4.3-4.1c-5-1.6-17.4-4.3-17.6-4.3c-1.4-0.3-2.5-1.3-3-2.7s-0.1-2.9,0.9-3.9c9-9.7,10.6-19.6,8.9-23.6\n\tC67.8,8,67.3,8,67,8c-2,0-2.9,1.4-5,7.4c-2.4,7-10.7,15.4-20.6,20.8c-4.8,2.6-9.6,6.1-12,7.9V78.8z M13.6,81.6V41.6\n\tc0-3.6-2.9-6.5-6.5-6.5S0.5,38,0.5,41.6v39.9c0,3.6,2.9,6.5,6.5,6.5S13.6,85.1,13.6,81.6z\"/>\n</svg>\n</li><li title=\"ticket \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_2028_\" d=\"M27.2,42.2l22.6,22.6c0.9,0.9,2.1,1.4,3.3,1.4c1.2,0,2.4-0.5,3.3-1.4l8.4-8.4c0.9-0.9,1.4-2,1.4-3.3\n\tc0-1.2-0.5-2.4-1.4-3.3L42.2,27.2c-0.9-0.9-2-1.4-3.3-1.4c-1.2,0-2.4,0.5-3.3,1.4l-8.4,8.4C25.4,37.4,25.4,40.4,27.2,42.2z\n\t M38.9,32.4l20.7,20.7l-6.5,6.5L32.4,38.9L38.9,32.4z M90.8,55.5L36.5,1.2c-1.6-1.6-4.1-1.6-5.7,0l-7.6,7.6\n\tc-1.1,1.1-1.5,2.8-0.9,4.3c1.1,2.7,0.4,5.7-1.6,7.7c-2,2-5,2.6-7.7,1.6c-1.5-0.6-3.2-0.2-4.3,0.9l-7.6,7.6C0.4,31.6,0,32.7,0,33.7\n\tc0,1.1,0.4,2.1,1.2,2.8l54.3,54.3c0.8,0.8,1.8,1.2,2.8,1.2c1.1,0,2.1-0.4,2.8-1.2l7.6-7.6c1.1-1.1,1.5-2.8,0.9-4.3\n\tc-1.1-2.7-0.4-5.7,1.6-7.7c2-2,5-2.6,7.7-1.6c1.5,0.6,3.2,0.2,4.3-0.9l7.6-7.6C92.4,59.5,92.4,57,90.8,55.5z M79.2,61.4\n\tc-4.9-1-10.1,0.5-13.7,4.2c-3.6,3.6-5.1,8.8-4.2,13.7l-3.1,3.1L9.7,33.7l3.1-3.1c4.9,1,10.1-0.5,13.7-4.2c3.6-3.6,5.1-8.8,4.2-13.7\n\tl3.1-3.1l48.6,48.6L79.2,61.4z\"/>\n</svg>\n</li><li title=\"time reverse \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path d=\"M92,46c0,21.5-17.4,39-38.8,39c-7.9,0-15.5-2.4-22-6.8c-1.8-1.3-2.3-3.7-1-5.6c1.3-1.8,3.7-2.3,5.6-1\n\tc5.1,3.5,11.2,5.4,17.4,5.4C70.2,77,84,63.1,84,46c0-17.1-13.8-31-30.8-31C36.6,15,23,28.3,22.4,44.9l9.3-9.4c1.6-1.6,4.1-1.6,5.7,0\n\tc1.6,1.6,1.6,4.1,0,5.7L22.1,56.5c-0.8,0.8-1.8,1.2-2.8,1.2c-1.1,0-2.1-0.4-2.8-1.2L1.2,41.1c-1.6-1.6-1.6-4.1,0-5.7\n\tc1.6-1.6,4.1-1.6,5.7,0l7.6,7.7C15.9,23,32.7,7,53.2,7C74.6,7,92,24.5,92,46z M53,23.3c-2.2,0-4,1.8-4,4V46c0,1.1,0.5,2.1,1.3,2.8\n\tl8.6,8.6c0.8,0.8,1.8,1.2,2.9,1.2c1,0,2.1-0.4,2.8-1.2c1.6-1.6,1.5-4.1-0.1-5.7L57,44.3v-17C57,25.1,55.2,23.3,53,23.3z\"/>\n</svg>\n</li><li title=\"to do \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1973_\" d=\"M25,17.8V5c0-2.8,2.2-5,5-5s5,2.2,5,5v12.8c0,2.8-2.2,5-5,5S25,20.6,25,17.8z M62,22.8c2.8,0,5-2.2,5-5V5\n\tc0-2.8-2.2-5-5-5s-5,2.2-5,5v12.8C57,20.6,59.2,22.8,62,22.8z M28.2,40h35.5c2.2,0,4-1.8,4-4s-1.8-4-4-4H28.2c-2.2,0-4,1.8-4,4\n\tS26,40,28.2,40z M84,7h-8.3c-2.2,0-4,1.8-4,4s1.8,4,4,4H80v68H12V15h4.3c2.2,0,4-1.8,4-4s-1.8-4-4-4H8c-2.2,0-4,2.2-4,4.4V87\n\tc0,2.2,1.8,4,4,4h76c2.2,0,4-1.8,4-4V11.4C88,9.2,86.2,7,84,7z M42.7,15h6.6c2.2,0,4-1.8,4-4s-1.8-4-4-4h-6.6c-2.2,0-4,1.8-4,4\n\tS40.5,15,42.7,15z M28.2,58h35.5c2.2,0,4-1.8,4-4s-1.8-4-4-4H28.2c-2.2,0-4,1.8-4,4S26,58,28.2,58z\"/>\n</svg>\n</li><li title=\"toggles \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1607_\" d=\"M84,48.8V88c0,2.2-1.8,4-4,4s-4-1.8-4-4V48.8c0-2.2,1.8-4,4-4S84,46.6,84,48.8z M80,11.4c2.2,0,4-1.8,4-4\n\tV4c0-2.2-1.8-4-4-4s-4,1.8-4,4v3.4C76,9.6,77.8,11.4,80,11.4z M23.9,46c0,6.6-5.4,12-11.9,12S0,52.6,0,46s5.4-12,11.9-12\n\tS23.9,39.4,23.9,46z M15.9,46c0-2.2-1.8-4-3.9-4S8,43.8,8,46s1.8,4,3.9,4S15.9,48.2,15.9,46z M57.9,65.7c0,6.6-5.4,12-11.9,12\n\ts-11.9-5.4-11.9-12c0-6.6,5.4-12,11.9-12S57.9,59,57.9,65.7z M49.9,65.7c0-2.2-1.8-4-3.9-4s-3.9,1.8-3.9,4c0,2.2,1.8,4,3.9,4\n\tS49.9,67.9,49.9,65.7z M92,28.6c0,6.6-5.4,12-11.9,12s-11.9-5.4-11.9-12s5.4-12,11.9-12S92,22,92,28.6z M84,28.6c0-2.2-1.8-4-3.9-4\n\ts-3.9,1.8-3.9,4s1.8,4,3.9,4S84,30.9,84,28.6z M46,81.7c-2.2,0-4,1.8-4,4V88c0,2.2,1.8,4,4,4s4-1.8,4-4v-2.3\n\tC50,83.5,48.2,81.7,46,81.7z M46,48.7c2.2,0,4-1.8,4-4V4c0-2.2-1.8-4-4-4s-4,1.8-4,4v40.7C42,46.9,43.8,48.7,46,48.7z M12,63.3\n\tc-2.2,0-4,1.8-4,4V88c0,2.2,1.8,4,4,4s4-1.8,4-4V67.3C16,65.1,14.2,63.3,12,63.3z M12,28.9c2.2,0,4-1.8,4-4V4c0-2.2-1.8-4-4-4\n\tS8,1.8,8,4v20.9C8,27.1,9.8,28.9,12,28.9z\"/>\n</svg>\n</li><li title=\"trash \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1348_\" d=\"M78.4,30.4l-3.1,57.8c-0.1,2.1-1.9,3.8-4,3.8H20.7c-2.1,0-3.9-1.7-4-3.8l-3.1-57.8\n\tc-0.1-2.2,1.6-4.1,3.8-4.2c2.2-0.1,4.1,1.6,4.2,3.8l2.9,54h43.1l2.9-54c0.1-2.2,2-3.9,4.2-3.8C76.8,26.3,78.5,28.2,78.4,30.4z\n\t M89,17c0,2.2-1.8,4-4,4H7c-2.2,0-4-1.8-4-4s1.8-4,4-4h22V4c0-1.9,1.3-3,3.2-3h27.6C61.7,1,63,2.1,63,4v9h22C87.2,13,89,14.8,89,17z\n\t M36,13h20V8H36V13z M37.7,78C37.7,78,37.7,78,37.7,78c2,0,3.5-1.9,3.5-3.8l-1-43.2c0-1.9-1.6-3.5-3.6-3.5c-1.9,0-3.5,1.6-3.4,3.6\n\tl1,43.3C34.2,76.3,35.8,78,37.7,78z M54.2,78c1.9,0,3.5-1.6,3.5-3.5l1-43.2c0-1.9-1.5-3.6-3.4-3.6c-2,0-3.5,1.5-3.6,3.4l-1,43.2\n\tC50.6,76.3,52.2,78,54.2,78C54.1,78,54.1,78,54.2,78z\"/>\n</svg>\n</li><li title=\"trophy \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_2061_\" d=\"M54,28.2v-8.9c0-1.9,1.6-3.5,3.5-3.5s3.5,1.6,3.5,3.5v8.9c0,1.9-1.6,3.5-3.5,3.5S54,30.1,54,28.2z\n\t M57.3,41.8c1.1,0,2.1-0.4,2.8-1.2c0.7-0.8,1.2-1.8,1.2-2.8c0-1.1-0.4-2.1-1.2-2.8c-0.7-0.8-1.8-1.2-2.8-1.2c-1.1,0-2.1,0.4-2.8,1.2\n\tc-0.7,0.7-1.2,1.8-1.2,2.8c0,1,0.4,2.1,1.2,2.8C55.2,41.4,56.3,41.8,57.3,41.8z M83.8,38c-3,3.1-6.7,5-11.1,5.7\n\tC70.5,57.1,61,63.9,50,65.3V80h8.6c2.2,0,4,1.8,4,4s-1.8,4-4,4H33.5c-2.2,0-4-1.8-4-4s1.8-4,4-4H42V65.3c-11-1.4-20.4-8.2-22.6-21.6\n\tC15,43,11.3,41.2,8.2,38c-8.2-8.5-7.8-23-7.7-23.6C0.6,12.5,2.1,11,4,11h15V8c0-2.2,1.7-4,3.9-4h46.2C71.3,4,73,5.8,73,8v3h15\n\tc1.9,0,3.4,1.5,3.5,3.4C91.5,15,91.9,29.6,83.8,38z M13.3,33.2c1.6,1.6,3.7,2.8,5.7,3.3V18H7.6C8,22,9.2,28.9,13.3,33.2z M65,12H27\n\tv25.9c0,14.5,9.8,19.6,19,19.6s19-5.2,19-19.6V12z M78.7,33.2c3.9-4,5.3-10.2,5.7-15.2H73v18.5C75,35.9,77.1,34.8,78.7,33.2z\"/>\n</svg>\n</li><li title=\"upload \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1346_\" d=\"M89,58.8V86c0,2.8-2.2,5-5,5H8c-2.8,0-5-2.2-5-5V58.8c0-2.8,2.2-5,5-5s5,2.2,5,5V81h66V58.8\n\tc0-2.8,2.2-5,5-5S89,56,89,58.8z M29.6,29.9L41,18.2v43.3c0,2.8,2.2,5,5,5s5-2.2,5-5V18.3l11.4,11.6c1,1,2.3,1.5,3.6,1.5\n\tc1.3,0,2.5-0.5,3.5-1.4c2-1.9,2-5.1,0.1-7.1L49.6,2.5C48.6,1.5,47.3,1,46,1c-1.3,0-2.6,0.5-3.6,1.5L22.5,22.9\n\tc-1.9,2-1.9,5.1,0.1,7.1C24.5,31.9,27.7,31.8,29.6,29.9z\"/>\n</svg>\n</li><li title=\"user group \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1265_\" d=\"M35.4,54.3c11.7,0,21.2-9.5,21.2-21.1c0-11.7-9.5-21.1-21.2-21.1s-21.2,9.5-21.2,21.1\n\tC14.3,44.8,23.8,54.3,35.4,54.3z M35.4,20c7.3,0,13.2,5.9,13.2,13.1c0,7.2-5.9,13.1-13.2,13.1s-13.2-5.9-13.2-13.1\n\tC22.3,25.9,28.2,20,35.4,20z M45,56.2c-1.1-0.3-2.3-0.2-3.3,0.4l-6.3,3.8l-6.3-3.8c-1-0.6-2.2-0.7-3.3-0.4C19.7,58.2,0,65.3,0,76\n\tc0,2.2,1.8,4,4,4h62.8c2.2,0,4-1.8,4-4C70.8,65.3,51.1,58.2,45,56.2z M11.2,72c3.4-2.6,9.1-5.4,15.3-7.6l6.8,4.1\n\tc1.3,0.8,2.9,0.8,4.1,0l6.8-4.1c6.2,2.1,11.9,5,15.3,7.6H11.2z M91,69c0,1.7-1.3,3-3,3H74.6c-1.7,0-3-1.3-3-3s1.3-3,3-3h8.9\n\tc-1.5-2-3.9-3.6-6.9-5.2c-1.5-0.8-2-2.6-1.2-4c0.8-1.5,2.6-2,4.1-1.2C83.8,57.9,91,62.8,91,69z M74.2,42.6c0-4.4-3.6-7.9-7.9-7.9\n\tc-1.1,0-2.1,0.2-3.1,0.6c-1.5,0.6-3.3-0.1-3.9-1.6c-0.6-1.5,0.1-3.3,1.6-3.9c1.7-0.7,3.5-1.1,5.4-1.1c7.7,0,13.9,6.2,13.9,13.9\n\ts-6.3,13.9-13.9,13.9c-4,0-7.8-1.7-10.4-4.7c-1.1-1.2-1-3.1,0.3-4.2c1.2-1.1,3.1-1,4.2,0.3c1.5,1.7,3.7,2.7,6,2.7\n\tC70.6,50.5,74.2,46.9,74.2,42.6z\"/>\n</svg>\n</li><li title=\"user id \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1277_\" d=\"M62.3,55.5c7.7,0,14-6.3,14-14c0-7.7-6.3-14-14-14s-14,6.3-14,14C48.3,49.2,54.6,55.5,62.3,55.5z\n\t M62.3,33.5c4.4,0,8,3.6,8,8c0,4.4-3.6,8-8,8s-8-3.6-8-8C54.3,37.1,57.9,33.5,62.3,33.5z M15.7,35c0-1.7,1.3-3,3-3h17.4\n\tc1.7,0,3,1.3,3,3s-1.3,3-3,3H18.7C17,38,15.7,36.7,15.7,35z M36.1,49H18.7c-1.7,0-3-1.3-3-3s1.3-3,3-3h17.4c1.7,0,3,1.3,3,3\n\tS37.8,49,36.1,49z M31.7,57c0,1.7-1.3,3-3,3H18.7c-1.7,0-3-1.3-3-3s1.3-3,3-3h10.1C30.4,54,31.7,55.3,31.7,57z M92,22.6\n\tc0-3.6-3-6.6-6.6-6.6H6.6C3,16,0,19,0,22.6v46.8C0,73,3,76,6.6,76h78.8c3.6,0,6.6-3,6.6-6.6V22.6z M8,24h76v41.7\n\tc-4.3-4.2-11.7-7-14.6-8c-0.6-0.2-1.3-0.2-2,0l-5.1,1.8l-5.1-1.8c-0.6-0.2-1.3-0.1-2,0.1C51.9,58.9,42.5,62,38.9,68H8V24z M47.7,68\n\tc2.3-2,5.3-3,8.5-4.2l5.1,1.8c0.6,0.2,1.4,0.2,2,0l5.1-1.7c3.2,1.2,6.2,2.2,8.5,4.2H47.7z\"/>\n</svg>\n</li><li title=\"user \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1253_\" d=\"M46,57.1c14.8,0,26.9-12.1,26.9-27C72.9,15.1,60.8,3,46,3S19.1,15.1,19.1,30C19.1,45,31.2,57.1,46,57.1z\n\t M46,11c10.4,0,18.9,8.5,18.9,19c0,10.5-8.5,19-18.9,19s-18.9-8.5-18.9-19C27.1,19.5,35.6,11,46,11z M58.5,59.7\n\tc-1.3-0.4-2.8-0.1-3.8,0.8L46,67.9l-8.7-7.4c-1.1-0.9-2.5-1.2-3.8-0.8C27.9,61.5,0,71.1,0,85c0,2.2,1.8,4,4,4h84c2.2,0,4-1.8,4-4\n\tC92,71.1,64.1,61.5,58.5,59.7z M10.1,81c4.4-4.7,15-9.9,23.8-12.9l9.5,8.1c1.5,1.3,3.7,1.3,5.2,0l9.5-8.1\n\tc8.8,3.1,19.4,8.3,23.8,12.9H10.1z\"/>\n</svg>\n</li><li title=\"vibrate \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1695_\" d=\"M1,25.4c-1.6-1.9-1.3-4.7,0.5-6.2c16.1-13.5,32.6-8.8,46.6-2.4c14.8,6.8,26.7,6.1,36.5-2\n\tc1.9-1.6,4.7-1.3,6.3,0.6c1.6,1.9,1.3,4.7-0.6,6.2c-7,5.8-14.9,8.7-23.6,8.7c-6.9,0-14.4-1.8-22.3-5.5C30.6,18.5,18.9,16.2,7.3,26\n\tC5.4,27.5,2.6,27.3,1,25.4z M84.7,39.9c-9.8,8.1-21.8,8.7-36.5,2c-14-6.4-30.5-11.2-46.6,2.4c-1.9,1.6-2.1,4.4-0.5,6.2\n\tc1.6,1.9,4.4,2.1,6.3,0.5c11.6-9.7,23.2-7.5,37.1-1.1c7.9,3.6,15.4,5.5,22.3,5.5c8.7,0,16.6-2.9,23.6-8.7c1.9-1.6,2.2-4.4,0.6-6.2\n\tC89.4,38.6,86.6,38.3,84.7,39.9z M84.7,65c-9.8,8.1-21.8,8.7-36.5,2c-14-6.4-30.5-11.2-46.6,2.4c-1.9,1.6-2.1,4.4-0.5,6.2\n\tc1.6,1.9,4.4,2.1,6.3,0.5c11.6-9.7,23.2-7.5,37.1-1.1c7.9,3.6,15.4,5.5,22.3,5.5c8.7,0,16.6-2.9,23.6-8.7c1.9-1.6,2.2-4.4,0.6-6.2\n\tC89.4,63.7,86.6,63.4,84.7,65z\"/>\n</svg>\n</li><li title=\"view apps \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_29_\" d=\"M20,28c-1.8,0-3.7-0.8-5-2.1c-1.3-1.3-2-3.1-2-4.9c0-1.8,0.8-3.6,2-5c1.3-1.3,3.1-2,5-2c1.8,0,3.6,0.8,4.9,2\n\tc1.3,1.3,2.1,3.1,2.1,5c0,1.8-0.8,3.6-2.1,4.9C23.6,27.2,21.8,28,20,28z M50.9,25.9c1.3-1.3,2.1-3.1,2.1-4.9c0-1.8-0.8-3.6-2.1-5\n\tc-1.3-1.3-3.1-2-4.9-2c-1.8,0-3.7,0.8-5,2c-1.3,1.3-2,3.1-2,5c0,1.8,0.8,3.6,2,4.9c1.3,1.3,3.1,2.1,5,2.1\n\tC47.8,28,49.6,27.2,50.9,25.9z M76.9,25.9c1.3-1.3,2.1-3.1,2.1-4.9c0-1.8-0.8-3.6-2.1-5c-1.3-1.3-3.1-2-4.9-2c-1.8,0-3.7,0.8-5,2\n\tc-1.3,1.3-2,3.1-2,5c0,1.8,0.8,3.6,2,4.9c1.3,1.3,3.1,2.1,5,2.1C73.8,28,75.6,27.2,76.9,25.9z M24.9,50.9c1.3-1.3,2.1-3.1,2.1-4.9\n\tc0-1.8-0.8-3.6-2.1-5c-1.3-1.3-3.1-2-4.9-2c-1.8,0-3.7,0.8-5,2c-1.3,1.3-2,3.1-2,5c0,1.8,0.8,3.6,2,4.9c1.3,1.3,3.1,2.1,5,2.1\n\tC21.8,53,23.6,52.2,24.9,50.9z M50.9,50.9c1.3-1.3,2.1-3.1,2.1-4.9c0-1.8-0.8-3.6-2.1-5c-1.3-1.3-3.1-2-4.9-2c-1.8,0-3.7,0.8-5,2\n\tc-1.3,1.3-2,3.1-2,5c0,1.8,0.8,3.6,2,4.9c1.3,1.3,3.1,2.1,5,2.1C47.8,53,49.6,52.2,50.9,50.9z M76.9,50.9c1.3-1.3,2.1-3.1,2.1-4.9\n\tc0-1.8-0.8-3.6-2.1-5c-1.3-1.3-3.1-2-4.9-2c-1.8,0-3.7,0.8-5,2c-1.3,1.3-2,3.1-2,5c0,1.8,0.8,3.6,2,4.9c1.3,1.3,3.1,2.1,5,2.1\n\tC73.8,53,75.6,52.2,76.9,50.9z M24.9,75.9c1.3-1.3,2.1-3.1,2.1-4.9c0-1.8-0.8-3.6-2.1-5c-1.3-1.3-3.1-2-4.9-2c-1.8,0-3.7,0.8-5,2\n\tc-1.3,1.3-2,3.1-2,5c0,1.8,0.8,3.6,2,4.9c1.3,1.3,3.1,2.1,5,2.1C21.8,78,23.6,77.2,24.9,75.9z M50.9,75.9c1.3-1.3,2.1-3.1,2.1-4.9\n\tc0-1.8-0.8-3.6-2.1-5c-1.3-1.3-3.1-2-4.9-2c-1.8,0-3.7,0.8-5,2c-1.3,1.3-2,3.1-2,5c0,1.8,0.8,3.6,2,4.9c1.3,1.3,3.1,2.1,5,2.1\n\tC47.8,78,49.6,77.2,50.9,75.9z M76.9,75.9c1.3-1.3,2.1-3.1,2.1-4.9c0-1.8-0.8-3.6-2.1-5c-1.3-1.3-3.1-2-4.9-2c-1.8,0-3.7,0.8-5,2\n\tc-1.3,1.3-2,3.1-2,5c0,1.8,0.8,3.6,2,4.9c1.3,1.3,3.1,2.1,5,2.1C73.8,78,75.6,77.2,76.9,75.9z\"/>\n</svg>\n</li><li title=\"view list large \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_80_\" d=\"M86.6,41.3H41.8c-3,0-5.4-2.4-5.4-5.4V22.4c0-3,2.4-5.4,5.4-5.4h44.7c3,0,5.4,2.4,5.4,5.4v13.5\n\tC92,38.9,89.6,41.3,86.6,41.3z M44.4,33.3H84V25H44.4V33.3z M86.6,75H41.8c-3,0-5.4-2.4-5.4-5.4V56.1c0-3,2.4-5.4,5.4-5.4h44.7\n\tc3,0,5.4,2.4,5.4,5.4v13.5C92,72.6,89.6,75,86.6,75z M44.4,67H84v-8.3H44.4V67z M23.7,41.3H5.6c-3.1,0-5.6-2.5-5.6-5.6V22.6\n\tC0,19.5,2.5,17,5.6,17h18.1c3.1,0,5.6,2.5,5.6,5.6v13.2C29.3,38.8,26.8,41.3,23.7,41.3z M8,33.3h13.3V25H8V33.3z M23.7,75H5.6\n\tC2.5,75,0,72.5,0,69.4V56.2c0-3.1,2.5-5.6,5.6-5.6h18.1c3.1,0,5.6,2.5,5.6,5.6v13.2C29.3,72.5,26.8,75,23.7,75z M8,67h13.3v-8.3H8\n\tV67z\"/>\n</svg>\n</li><li title=\"view list \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1308_\" d=\"M25.6,14c0-2.8,2.2-5,5-5H86c2.8,0,5,2.2,5,5s-2.2,5-5,5H30.6C27.8,19,25.6,16.8,25.6,14z M86,41H30.6\n\tc-2.8,0-5,2.2-5,5s2.2,5,5,5H86c2.8,0,5-2.2,5-5S88.8,41,86,41z M86,73H30.6c-2.8,0-5,2.2-5,5s2.2,5,5,5H86c2.8,0,5-2.2,5-5\n\tS88.8,73,86,73z M9,39.4c-3.9,0-7,3.2-7,7.1s3.1,7.1,7,7.1c3.9,0,7-3.2,7-7.1S12.8,39.4,9,39.4z M9,7c-3.9,0-7,3.2-7,7.1\n\tc0,3.9,3.1,7.1,7,7.1c3.9,0,7-3.2,7-7.1C16,10.2,12.8,7,9,7z M9,70.8c-3.9,0-7,3.2-7,7.1C2,81.8,5.1,85,9,85c3.9,0,7-3.2,7-7.1\n\tC16,74,12.8,70.8,9,70.8z\"/>\n</svg>\n</li><li title=\"view thumb \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_79_\" d=\"M34.9,40.7H7.6c-3.1,0-5.6-2.5-5.6-5.6V13.6C2,10.5,4.5,8,7.6,8h27.3c3.1,0,5.6,2.5,5.6,5.6v21.5\n\tC40.5,38.2,38,40.7,34.9,40.7z M10,32.7h22.5V16H10V32.7z M84.4,40.7H57.1c-3.1,0-5.6-2.5-5.6-5.6V13.6c0-3.1,2.5-5.6,5.6-5.6h27.3\n\tc3.1,0,5.6,2.5,5.6,5.6v21.5C90,38.2,87.5,40.7,84.4,40.7z M59.5,32.7H82V16H59.5V32.7z M34.9,84H7.6C4.5,84,2,81.5,2,78.4V56.9\n\tc0-3.1,2.5-5.6,5.6-5.6h27.3c3.1,0,5.6,2.5,5.6,5.6v21.5C40.5,81.5,38,84,34.9,84z M10,76h22.5V59.3H10V76z M84.4,84H57.1\n\tc-3.1,0-5.6-2.5-5.6-5.6V56.9c0-3.1,2.5-5.6,5.6-5.6h27.3c3.1,0,5.6,2.5,5.6,5.6v21.5C90,81.5,87.5,84,84.4,84z M59.5,76H82V59.3\n\tH59.5V76z\"/>\n</svg>\n</li><li title=\"volume full \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_749_\" d=\"M37.7,4.3c-1.5-0.6-3.1-0.3-4.3,0.9L13.7,25H4c-2.2,0-4,1.8-4,4V63c0,2.2,1.8,4,4,4h9.8l19.7,19.8\n\tc0.8,0.8,1.8,1.2,2.8,1.2c0.5,0,0.9-0.1,1.4-0.3c1.5-0.6,2.3-2.1,2.3-3.7V8C40,6.4,39.2,4.9,37.7,4.3z M32,74.3L18.1,60.2\n\tc-0.8-0.8-1.6-1.2-2.7-1.2H8V33h7.4c1.1,0,1.9-0.4,2.7-1.2L32,17.7V74.3z M53.2,62.9c-0.8,0.9-1.9,1.3-3,1.3c-0.9,0-1.9-0.3-2.7-1\n\tc-1.6-1.5-1.8-4-0.3-5.6c10-11.2,1-22,0-23.2c-1.5-1.7-1.3-4.2,0.3-5.6c1.6-1.5,4.2-1.3,5.6,0.3C58.4,34.9,65.2,49.5,53.2,62.9z\n\t M65.3,73.6c-0.8,0.9-1.9,1.3-3,1.3c-0.9,0-1.9-0.3-2.7-1c-1.6-1.5-1.8-4-0.3-5.6c19.7-22.1,0.8-43.7,0-44.6\n\tC57.8,22,58,19.5,59.6,18c1.6-1.5,4.2-1.3,5.7,0.3C65.5,18.6,89.7,46.3,65.3,73.6z M77.9,81.7c-0.8,0.9-1.9,1.3-3,1.3\n\tc-0.9,0-1.9-0.3-2.7-1c-1.6-1.5-1.8-4-0.3-5.6c11.2-12.6,14.7-26.6,10.2-41.5c-3.4-11.4-10.1-19-10.2-19.1c-1.5-1.6-1.3-4.2,0.3-5.6\n\tc1.6-1.5,4.2-1.3,5.7,0.3C78.2,10.7,109.4,46.4,77.9,81.7z\"/>\n</svg>\n</li><li title=\"volume low \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_775_\" d=\"M53.7,4.3c-1.5-0.6-3.1-0.3-4.3,0.9L29.8,25H20c-2.2,0-4,1.8-4,4V63c0,2.2,1.8,4,4,4h9.8l19.8,19.8\n\tc0.8,0.8,1.8,1.2,2.8,1.2c0.5,0,0.8-0.1,1.3-0.3c1.5-0.6,2.3-2.1,2.3-3.7V8C56,6.4,55.2,4.9,53.7,4.3z M48,74.3L34.1,60.2\n\tc-0.8-0.8-1.6-1.2-2.6-1.2H24V33h7.4c1.1,0,1.9-0.4,2.6-1.2L48,17.7V74.3z M69.3,62.9c-0.8,0.9-1.9,1.3-3,1.3c-1,0-1.9-0.3-2.7-1\n\tc-1.6-1.5-1.8-4-0.3-5.6c10.3-11.5,0.4-22.7,0-23.2c-1.5-1.6-1.3-4.2,0.3-5.6c1.6-1.5,4.2-1.3,5.6,0.3\n\tC74.5,34.9,81.3,49.5,69.3,62.9z\"/>\n</svg>\n</li><li title=\"volume medium \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_762_\" d=\"M45.6,4.3c-1.5-0.6-3.2-0.3-4.3,0.9L21.7,25H12c-2.2,0-4,1.8-4,4V63c0,2.2,1.8,4,4,4h9.7l19.7,19.8\n\tc0.8,0.8,1.8,1.2,2.8,1.2c0.5,0,0.9-0.1,1.4-0.3c1.5-0.6,2.4-2.1,2.4-3.7V8C48,6.4,47.1,4.9,45.6,4.3z M40,74.3L26.1,60.2\n\tc-0.8-0.8-1.7-1.2-2.7-1.2H16V33h7.4c1.1,0,2-0.4,2.7-1.2L40,17.7V74.3z M61.1,62.9c-0.8,0.9-1.9,1.3-3,1.3c-0.9,0-1.9-0.3-2.7-1\n\tc-1.7-1.5-1.8-4-0.3-5.6c10-11.2,1-22,0-23.2c-1.5-1.7-1.3-4.2,0.4-5.6c1.7-1.5,4.2-1.3,5.6,0.3C66.3,34.9,73,49.5,61.1,62.9z\n\t M73.1,73.6c-0.8,0.9-1.9,1.3-3,1.3c-0.9,0-1.9-0.3-2.7-1c-1.7-1.5-1.8-4-0.3-5.6c19.6-21.9,0.8-43.7,0-44.6\n\tc-1.5-1.7-1.3-4.2,0.3-5.6c1.7-1.5,4.2-1.3,5.6,0.3C73.4,18.6,97.5,46.3,73.1,73.6z\"/>\n</svg>\n</li><li title=\"volume off \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_788_\" d=\"M40.3,4.3c-1.5-0.6-3.3-0.2-4.5,0.9L16.5,25H7c-2.2,0-4,1.8-4,4V63c0,2.2,1.8,4,4,4h9.5l19.2,19.8\n\tc0.8,0.8,1.8,1.2,2.9,1.2c0.5,0,1.2-0.1,1.7-0.3c1.5-0.6,2.7-2.1,2.7-3.7V8C43,6.4,41.8,4.9,40.3,4.3z M35,74.2L21.2,60.2\n\tc-0.8-0.8-2-1.2-3.1-1.2H11V33h7.2c1.1,0,2.3-0.5,3.1-1.2L35,17.8V74.2z M87.9,58c1.5,1.6,1.5,4.1-0.1,5.7C87,64.4,86,64.8,85,64.8\n\tc-1,0-2.1-0.4-2.9-1.2L70.6,51.7L59.1,63.6c-0.8,0.8-1.8,1.2-2.9,1.2c-1,0-2-0.4-2.8-1.1c-1.6-1.5-1.6-4.1-0.1-5.7L65,46L53.4,34\n\tc-1.5-1.6-1.5-4.1,0.1-5.7c1.6-1.5,4.1-1.5,5.7,0.1l11.5,11.8l11.5-11.8c1.5-1.6,4.1-1.6,5.7-0.1c1.6,1.5,1.6,4.1,0.1,5.7L76.2,46\n\tL87.9,58z\"/>\n</svg>\n</li><li title=\"wallet \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path d=\"M72.3,49.3c1.3,1.3,2,3.1,2,5c0,1.8-0.7,3.6-2,4.9c-1.3,1.3-3.1,2.1-5,2.1c-1.8,0-3.6-0.8-5-2.1c-1.3-1.3-2-3.1-2-4.9\n\tc0-1.9,0.8-3.6,2-5c1.3-1.3,3.1-2,5-2C69.2,47.2,71,48,72.3,49.3z M91,33.7v44.2c0,4.5-3.6,8.1-8.1,8.1H10.5C5.3,86,1,81.7,1,76.5\n\tv-36v-8.4V18C1,11.4,6.4,6,13,6h55.3c5.5,0,9.7,4.5,9.7,10v6h1.8C86,22,91,27.5,91,33.7z M8.4,18c0,2.2,1.8,4,4,4H70v-6.2\n\tc0-1-0.8-1.8-1.8-1.8H12.4C10.2,14,8.4,15.8,8.4,18z M83,33.7c0-1.7-1.4-3.7-3.2-3.7H10.6C9.7,30,9,31.2,9,32.1v8.4v36\n\tc0,0.8,0.7,1.5,1.5,1.5h72.4c0.1,0,0.1-0.1,0.1-0.1V33.7z\"/>\n</svg>\n</li><li title=\"warning \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_85_\" d=\"M88,87H4c-1.4,0-2.7-0.8-3.5-2c-0.7-1.2-0.7-2.7,0-4l42-74c0.7-1.3,2-2,3.5-2s2.8,0.8,3.5,2l42,74\n\tc0.7,1.2,0.7,2.8,0,4C90.7,86.2,89.4,87,88,87z M10.9,79h70.3L46,17.1L10.9,79z M50,55.1V36.5c0-2.2-1.8-4-4-4s-4,1.8-4,4v18.6\n\tc0,2.2,1.8,4,4,4S50,57.3,50,55.1z M49.5,71.7c0.9-0.9,1.5-2.2,1.5-3.5c0-1.3-0.5-2.6-1.5-3.5c-0.9-0.9-2.2-1.5-3.5-1.5\n\tc-1.3,0-2.6,0.5-3.5,1.5c-0.9,0.9-1.5,2.2-1.5,3.5c0,1.3,0.5,2.6,1.5,3.5c0.9,0.9,2.2,1.5,3.5,1.5C47.3,73.2,48.6,72.6,49.5,71.7z\"\n\t/>\n</svg>\n</li><li title=\"web \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1666_\" d=\"M46,0C20.6,0,0,20.6,0,46s20.6,46,46,46s46-20.6,46-46S71.4,0,46,0z M49.7,83.8c-0.2,0-0.4,0-0.7,0.1V62.2\n\tc5.2-0.1,9.9-0.2,14.2-0.5C59.4,73.4,52.3,81.2,49.7,83.8z M42.3,83.8c-2.7-2.7-9.7-10.5-13.5-22.1c4.2,0.3,9,0.5,14.2,0.5v21.7\n\tC42.8,83.9,42.6,83.8,42.3,83.8z M8,46c0-2.5,0.3-5,0.7-7.4c2.2-0.4,6.4-1,12.3-1.6c-0.5,2.9-0.8,5.9-0.8,9.1c0,3.2,0.3,6.2,0.7,9\n\tc-5.8-0.6-10.1-1.2-12.3-1.6C8.3,51,8,48.5,8,46z M26.3,46c0-3.4,0.4-6.6,1-9.6c4.6-0.3,9.8-0.6,15.7-0.6v20.4\n\tc-5.8-0.1-11.1-0.3-15.8-0.7C26.7,52.6,26.3,49.4,26.3,46z M49.6,8.2c2.7,2.7,9.6,10.7,13.5,22.1c-4.2-0.3-8.9-0.5-14.1-0.5V8.1\n\tC49.2,8.1,49.4,8.2,49.6,8.2z M43,8.1v21.7c-5.2,0.1-9.9,0.2-14.1,0.5c3.8-11.4,10.8-19.4,13.4-22.1C42.6,8.2,42.8,8.1,43,8.1z\n\t M49,56.2V35.8c5.8,0.1,11.1,0.3,15.7,0.6c0.6,3,1,6.2,1,9.6c0,3.4-0.3,6.6-0.9,9.6C60.2,55.9,54.9,56.1,49,56.2z M70.9,37\n\tc5.9,0.6,10.1,1.2,12.3,1.6C83.7,41,84,43.5,84,46c0,2.5-0.3,5-0.7,7.4c-2.2,0.4-6.4,1-12.3,1.6c0.5-2.9,0.7-5.9,0.7-9.1\n\tC71.7,42.9,71.4,39.8,70.9,37z M81.4,32.2c-2.8-0.4-6.8-0.9-11.9-1.4c-2.4-8.6-6.6-15.5-10.1-20.4C69.5,14.2,77.5,22.2,81.4,32.2z\n\t M32.6,10.4c-3.6,4.8-7.7,11.7-10.1,20.3c-5,0.4-9,1-11.9,1.4C14.5,22.2,22.6,14.2,32.6,10.4z M10.6,59.8c2.8,0.4,6.8,0.9,11.8,1.4\n\tc2.4,8.6,6.4,15.5,10,20.3C22.4,77.6,14.5,69.7,10.6,59.8z M59.6,81.5c3.6-4.8,7.6-11.6,10-20.2c5-0.4,9-1,11.8-1.4\n\tC77.5,69.7,69.6,77.6,59.6,81.5z\"/>\n</svg>\n</li><li title=\"weight \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_2112_\" d=\"M81.2,31.1c-0.4-4-3.8-7.1-7.9-7.1H66v-1.8C66,10.5,57.4,1,46.2,1h-0.4C34.6,1,26,10.5,26,22.2V24h-7.3\n\tc-4.1,0-7.4,3.1-7.9,7.1L5,86.5c-0.1,1.1,0.2,2.3,1,3.1C6.8,90.5,7.9,91,9,91h74c1.1,0,2.2-0.5,3-1.3c0.8-0.8,1.1-2,1-3.1L81.2,31.1\n\tz M34,22.2C34,14.9,39.1,9,45.8,9h0.4C52.9,9,58,14.9,58,22.2V24H34V22.2z M13.4,83l5.3-51h54.4l5.3,51H13.4z\"/>\n</svg>\n</li><li title=\"wifi \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_2134_\" d=\"M76.1,40.6c2,1.9,2.2,5,0.3,7c-1,1.1-2.3,1.6-3.7,1.6c-1.2,0-2.4-0.4-3.4-1.3c-22.2-20.3-46.1-1-47.1-0.2\n\tc-2.1,1.8-5.3,1.5-7-0.6c-1.8-2.1-1.5-5.2,0.6-7C26.7,31,53.1,19.5,76.1,40.6z M46.3,68.4c-2.5,0-5,1-6.7,2.8\n\tc-1.8,1.8-2.8,4.2-2.8,6.7s1,4.9,2.8,6.7c1.8,1.8,4.2,2.8,6.7,2.8s5-1,6.7-2.8c1.8-1.8,2.8-4.2,2.8-6.7s-1-4.9-2.8-6.7\n\tC51.2,69.4,48.8,68.4,46.3,68.4z M90.3,27C66.6,6.3,43.7,7.4,28.6,12C12.5,16.9,2,26.5,1.6,27c-2,1.9-2.1,5-0.2,7\n\tc1.9,2,5.1,2.1,7.1,0.2c0.1-0.1,9.2-8.5,23.1-12.7c18.4-5.6,35.9-1.2,52.2,13c0.9,0.8,2.1,1.2,3.3,1.2c1.4,0,2.8-0.6,3.8-1.7\n\tC92.6,32,92.4,28.8,90.3,27z M29.5,54.3c-2.2,1.7-2.5,4.8-0.8,7c1.7,2.2,4.9,2.5,7,0.8c0.4-0.3,11-8.5,20-0.1c1,0.9,2.2,1.3,3.4,1.3\n\tc1.3,0,2.7-0.5,3.7-1.6c1.9-2,1.8-5.2-0.3-7C50.4,43.5,35.6,49.6,29.5,54.3z\"/>\n</svg>\n</li><li title=\"wrong \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1517_\" d=\"M78.5,13.5c-17.9-17.9-47.1-17.9-65.1,0c-17.9,17.9-17.9,47.1,0,65.1c9,9,20.8,13.5,32.5,13.5\n\tc11.8,0,23.6-4.5,32.5-13.5C96.5,60.6,96.5,31.4,78.5,13.5z M19.1,72.9C5.3,59,4.4,37,16.4,22.1l53.5,53.5\n\tC55,87.6,33,86.8,19.1,72.9z M75.6,69.9L22.1,16.4C29,10.8,37.5,8,46,8c9.7,0,19.5,3.7,26.9,11.1C86.7,33,87.6,55,75.6,69.9z\"/>\n</svg>\n</li><li title=\"zoom in \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1898_\" d=\"M90.7,84.3L55.9,50c4.2-5.3,6.6-11.9,6.6-19c0-17.1-14-31-31.3-31S0,13.9,0,31s14,31,31.3,31\n\tc6.8,0,13-2.1,18.1-5.8l35,34.5c0.9,0.9,2,1.3,3.1,1.3c1.2,0,2.3-0.4,3.2-1.3C92.4,88.9,92.4,86.1,90.7,84.3z M8,31\n\tC8,18.3,18.4,8,31.3,8s23.3,10.3,23.3,23S44.1,54,31.3,54S8,43.6,8,31z M46.9,31.5c0,1.9-1.6,3.5-3.5,3.5H35v8\n\tc0,1.9-1.6,3.5-3.5,3.5S28,44.9,28,43v-8h-8.9c-1.9,0-3.5-1.6-3.5-3.5s1.6-3.5,3.5-3.5H28v-9.1c0-1.9,1.6-3.5,3.5-3.5S35,17,35,18.9\n\tV28h8.4C45.4,28,46.9,29.6,46.9,31.5z\"/>\n</svg>\n</li><li title=\"zoom out \">\n\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t   viewBox=\"0 0 92 92\" enable-background=\"new 0 0 92 92\" xml:space=\"preserve\">\n<path id=\"XMLID_1909_\" d=\"M90.7,84.3L55.9,50c4.2-5.3,6.6-11.9,6.6-19c0-17.1-14-31-31.3-31S0,13.9,0,31s14,31,31.3,31\n\tc6.8,0,13-2.1,18.1-5.8l35,34.5c0.9,0.9,2,1.3,3.1,1.3c1.2,0,2.3-0.4,3.2-1.3C92.4,88.9,92.4,86.1,90.7,84.3z M8,31\n\tC8,18.3,18.4,8,31.3,8s23.3,10.3,23.3,23S44.1,54,31.3,54S8,43.6,8,31z M46.9,31.5c0,1.9-1.6,3.5-3.5,3.5H19.1\n\tc-1.9,0-3.5-1.6-3.5-3.5s1.6-3.5,3.5-3.5h24.3C45.4,28,46.9,29.6,46.9,31.5z\"/>\n</svg>\n</li></ul>"
  },
  {
    "path": "resources/svg/icons/dripicons/readme.txt",
    "content": "\nDripicons V2 has been created by Amit Jakhu from www.amitjakhu.com\n\nTerms of Use:\n\nDripicons V2 is available for free for use in both personal and commercial projects. Dripicons 2.0 are licensed under Creative Commons Attribution 4.0 International License (http://creativecommons.org/licenses/by-sa/4.0/) and the font under SIL Open Font License (http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL).\n\nYou may freely use this icon set without restriction, in software programs, web templates and other materials intended for sale or distribution. No attribution or backlinks are required, but any form of spreading the word is always appreciated!\n"
  },
  {
    "path": "resources/svg/icons/elegant-font/gpl_license.txt",
    "content": "                    GNU GENERAL PUBLIC LICENSE\r\n                       Version 2, June 1991\r\n\r\n Copyright (C) 1989, 1991 Free Software Foundation, Inc.,\r\n 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA\r\n Everyone is permitted to copy and distribute verbatim copies\r\n of this license document, but changing it is not allowed.\r\n\r\n                            Preamble\r\n\r\n  The licenses for most software are designed to take away your\r\nfreedom to share and change it.  By contrast, the GNU General Public\r\nLicense is intended to guarantee your freedom to share and change free\r\nsoftware--to make sure the software is free for all its users.  This\r\nGeneral Public License applies to most of the Free Software\r\nFoundation's software and to any other program whose authors commit to\r\nusing it.  (Some other Free Software Foundation software is covered by\r\nthe GNU Lesser General Public License instead.)  You can apply it to\r\nyour programs, too.\r\n\r\n  When we speak of free software, we are referring to freedom, not\r\nprice.  Our General Public Licenses are designed to make sure that you\r\nhave the freedom to distribute copies of free software (and charge for\r\nthis service if you wish), that you receive source code or can get it\r\nif you want it, that you can change the software or use pieces of it\r\nin new free programs; and that you know you can do these things.\r\n\r\n  To protect your rights, we need to make restrictions that forbid\r\nanyone to deny you these rights or to ask you to surrender the rights.\r\nThese restrictions translate to certain responsibilities for you if you\r\ndistribute copies of the software, or if you modify it.\r\n\r\n  For example, if you distribute copies of such a program, whether\r\ngratis or for a fee, you must give the recipients all the rights that\r\nyou have.  You must make sure that they, too, receive or can get the\r\nsource code.  And you must show them these terms so they know their\r\nrights.\r\n\r\n  We protect your rights with two steps: (1) copyright the software, and\r\n(2) offer you this license which gives you legal permission to copy,\r\ndistribute and/or modify the software.\r\n\r\n  Also, for each author's protection and ours, we want to make certain\r\nthat everyone understands that there is no warranty for this free\r\nsoftware.  If the software is modified by someone else and passed on, we\r\nwant its recipients to know that what they have is not the original, so\r\nthat any problems introduced by others will not reflect on the original\r\nauthors' reputations.\r\n\r\n  Finally, any free program is threatened constantly by software\r\npatents.  We wish to avoid the danger that redistributors of a free\r\nprogram will individually obtain patent licenses, in effect making the\r\nprogram proprietary.  To prevent this, we have made it clear that any\r\npatent must be licensed for everyone's free use or not licensed at all.\r\n\r\n  The precise terms and conditions for copying, distribution and\r\nmodification follow.\r\n\r\n                    GNU GENERAL PUBLIC LICENSE\r\n   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\r\n\r\n  0. This License applies to any program or other work which contains\r\na notice placed by the copyright holder saying it may be distributed\r\nunder the terms of this General Public License.  The \"Program\", below,\r\nrefers to any such program or work, and a \"work based on the Program\"\r\nmeans either the Program or any derivative work under copyright law:\r\nthat is to say, a work containing the Program or a portion of it,\r\neither verbatim or with modifications and/or translated into another\r\nlanguage.  (Hereinafter, translation is included without limitation in\r\nthe term \"modification\".)  Each licensee is addressed as \"you\".\r\n\r\nActivities other than copying, distribution and modification are not\r\ncovered by this License; they are outside its scope.  The act of\r\nrunning the Program is not restricted, and the output from the Program\r\nis covered only if its contents constitute a work based on the\r\nProgram (independent of having been made by running the Program).\r\nWhether that is true depends on what the Program does.\r\n\r\n  1. You may copy and distribute verbatim copies of the Program's\r\nsource code as you receive it, in any medium, provided that you\r\nconspicuously and appropriately publish on each copy an appropriate\r\ncopyright notice and disclaimer of warranty; keep intact all the\r\nnotices that refer to this License and to the absence of any warranty;\r\nand give any other recipients of the Program a copy of this License\r\nalong with the Program.\r\n\r\nYou may charge a fee for the physical act of transferring a copy, and\r\nyou may at your option offer warranty protection in exchange for a fee.\r\n\r\n  2. You may modify your copy or copies of the Program or any portion\r\nof it, thus forming a work based on the Program, and copy and\r\ndistribute such modifications or work under the terms of Section 1\r\nabove, provided that you also meet all of these conditions:\r\n\r\n    a) You must cause the modified files to carry prominent notices\r\n    stating that you changed the files and the date of any change.\r\n\r\n    b) You must cause any work that you distribute or publish, that in\r\n    whole or in part contains or is derived from the Program or any\r\n    part thereof, to be licensed as a whole at no charge to all third\r\n    parties under the terms of this License.\r\n\r\n    c) If the modified program normally reads commands interactively\r\n    when run, you must cause it, when started running for such\r\n    interactive use in the most ordinary way, to print or display an\r\n    announcement including an appropriate copyright notice and a\r\n    notice that there is no warranty (or else, saying that you provide\r\n    a warranty) and that users may redistribute the program under\r\n    these conditions, and telling the user how to view a copy of this\r\n    License.  (Exception: if the Program itself is interactive but\r\n    does not normally print such an announcement, your work based on\r\n    the Program is not required to print an announcement.)\r\n\r\nThese requirements apply to the modified work as a whole.  If\r\nidentifiable sections of that work are not derived from the Program,\r\nand can be reasonably considered independent and separate works in\r\nthemselves, then this License, and its terms, do not apply to those\r\nsections when you distribute them as separate works.  But when you\r\ndistribute the same sections as part of a whole which is a work based\r\non the Program, the distribution of the whole must be on the terms of\r\nthis License, whose permissions for other licensees extend to the\r\nentire whole, and thus to each and every part regardless of who wrote it.\r\n\r\nThus, it is not the intent of this section to claim rights or contest\r\nyour rights to work written entirely by you; rather, the intent is to\r\nexercise the right to control the distribution of derivative or\r\ncollective works based on the Program.\r\n\r\nIn addition, mere aggregation of another work not based on the Program\r\nwith the Program (or with a work based on the Program) on a volume of\r\na storage or distribution medium does not bring the other work under\r\nthe scope of this License.\r\n\r\n  3. You may copy and distribute the Program (or a work based on it,\r\nunder Section 2) in object code or executable form under the terms of\r\nSections 1 and 2 above provided that you also do one of the following:\r\n\r\n    a) Accompany it with the complete corresponding machine-readable\r\n    source code, which must be distributed under the terms of Sections\r\n    1 and 2 above on a medium customarily used for software interchange; or,\r\n\r\n    b) Accompany it with a written offer, valid for at least three\r\n    years, to give any third party, for a charge no more than your\r\n    cost of physically performing source distribution, a complete\r\n    machine-readable copy of the corresponding source code, to be\r\n    distributed under the terms of Sections 1 and 2 above on a medium\r\n    customarily used for software interchange; or,\r\n\r\n    c) Accompany it with the information you received as to the offer\r\n    to distribute corresponding source code.  (This alternative is\r\n    allowed only for noncommercial distribution and only if you\r\n    received the program in object code or executable form with such\r\n    an offer, in accord with Subsection b above.)\r\n\r\nThe source code for a work means the preferred form of the work for\r\nmaking modifications to it.  For an executable work, complete source\r\ncode means all the source code for all modules it contains, plus any\r\nassociated interface definition files, plus the scripts used to\r\ncontrol compilation and installation of the executable.  However, as a\r\nspecial exception, the source code distributed need not include\r\nanything that is normally distributed (in either source or binary\r\nform) with the major components (compiler, kernel, and so on) of the\r\noperating system on which the executable runs, unless that component\r\nitself accompanies the executable.\r\n\r\nIf distribution of executable or object code is made by offering\r\naccess to copy from a designated place, then offering equivalent\r\naccess to copy the source code from the same place counts as\r\ndistribution of the source code, even though third parties are not\r\ncompelled to copy the source along with the object code.\r\n\r\n  4. You may not copy, modify, sublicense, or distribute the Program\r\nexcept as expressly provided under this License.  Any attempt\r\notherwise to copy, modify, sublicense or distribute the Program is\r\nvoid, and will automatically terminate your rights under this License.\r\nHowever, parties who have received copies, or rights, from you under\r\nthis License will not have their licenses terminated so long as such\r\nparties remain in full compliance.\r\n\r\n  5. You are not required to accept this License, since you have not\r\nsigned it.  However, nothing else grants you permission to modify or\r\ndistribute the Program or its derivative works.  These actions are\r\nprohibited by law if you do not accept this License.  Therefore, by\r\nmodifying or distributing the Program (or any work based on the\r\nProgram), you indicate your acceptance of this License to do so, and\r\nall its terms and conditions for copying, distributing or modifying\r\nthe Program or works based on it.\r\n\r\n  6. Each time you redistribute the Program (or any work based on the\r\nProgram), the recipient automatically receives a license from the\r\noriginal licensor to copy, distribute or modify the Program subject to\r\nthese terms and conditions.  You may not impose any further\r\nrestrictions on the recipients' exercise of the rights granted herein.\r\nYou are not responsible for enforcing compliance by third parties to\r\nthis License.\r\n\r\n  7. If, as a consequence of a court judgment or allegation of patent\r\ninfringement or for any other reason (not limited to patent issues),\r\nconditions are imposed on you (whether by court order, agreement or\r\notherwise) that contradict the conditions of this License, they do not\r\nexcuse you from the conditions of this License.  If you cannot\r\ndistribute so as to satisfy simultaneously your obligations under this\r\nLicense and any other pertinent obligations, then as a consequence you\r\nmay not distribute the Program at all.  For example, if a patent\r\nlicense would not permit royalty-free redistribution of the Program by\r\nall those who receive copies directly or indirectly through you, then\r\nthe only way you could satisfy both it and this License would be to\r\nrefrain entirely from distribution of the Program.\r\n\r\nIf any portion of this section is held invalid or unenforceable under\r\nany particular circumstance, the balance of the section is intended to\r\napply and the section as a whole is intended to apply in other\r\ncircumstances.\r\n\r\nIt is not the purpose of this section to induce you to infringe any\r\npatents or other property right claims or to contest validity of any\r\nsuch claims; this section has the sole purpose of protecting the\r\nintegrity of the free software distribution system, which is\r\nimplemented by public license practices.  Many people have made\r\ngenerous contributions to the wide range of software distributed\r\nthrough that system in reliance on consistent application of that\r\nsystem; it is up to the author/donor to decide if he or she is willing\r\nto distribute software through any other system and a licensee cannot\r\nimpose that choice.\r\n\r\nThis section is intended to make thoroughly clear what is believed to\r\nbe a consequence of the rest of this License.\r\n\r\n  8. If the distribution and/or use of the Program is restricted in\r\ncertain countries either by patents or by copyrighted interfaces, the\r\noriginal copyright holder who places the Program under this License\r\nmay add an explicit geographical distribution limitation excluding\r\nthose countries, so that distribution is permitted only in or among\r\ncountries not thus excluded.  In such case, this License incorporates\r\nthe limitation as if written in the body of this License.\r\n\r\n  9. The Free Software Foundation may publish revised and/or new versions\r\nof the General Public License from time to time.  Such new versions will\r\nbe similar in spirit to the present version, but may differ in detail to\r\naddress new problems or concerns.\r\n\r\nEach version is given a distinguishing version number.  If the Program\r\nspecifies a version number of this License which applies to it and \"any\r\nlater version\", you have the option of following the terms and conditions\r\neither of that version or of any later version published by the Free\r\nSoftware Foundation.  If the Program does not specify a version number of\r\nthis License, you may choose any version ever published by the Free Software\r\nFoundation.\r\n\r\n  10. If you wish to incorporate parts of the Program into other free\r\nprograms whose distribution conditions are different, write to the author\r\nto ask for permission.  For software which is copyrighted by the Free\r\nSoftware Foundation, write to the Free Software Foundation; we sometimes\r\nmake exceptions for this.  Our decision will be guided by the two goals\r\nof preserving the free status of all derivatives of our free software and\r\nof promoting the sharing and reuse of software generally.\r\n\r\n                            NO WARRANTY\r\n\r\n  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY\r\nFOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN\r\nOTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES\r\nPROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED\r\nOR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r\nMERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS\r\nTO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE\r\nPROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,\r\nREPAIR OR CORRECTION.\r\n\r\n  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\r\nWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR\r\nREDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,\r\nINCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING\r\nOUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED\r\nTO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY\r\nYOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER\r\nPROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE\r\nPOSSIBILITY OF SUCH DAMAGES.\r\n\r\n                     END OF TERMS AND CONDITIONS\r\n\r\n            How to Apply These Terms to Your New Programs\r\n\r\n  If you develop a new program, and you want it to be of the greatest\r\npossible use to the public, the best way to achieve this is to make it\r\nfree software which everyone can redistribute and change under these terms.\r\n\r\n  To do so, attach the following notices to the program.  It is safest\r\nto attach them to the start of each source file to most effectively\r\nconvey the exclusion of warranty; and each file should have at least\r\nthe \"copyright\" line and a pointer to where the full notice is found.\r\n\r\n    <one line to give the program's name and a brief idea of what it does.>\r\n    Copyright (C) <year>  <name of author>\r\n\r\n    This program is free software; you can redistribute it and/or modify\r\n    it under the terms of the GNU General Public License as published by\r\n    the Free Software Foundation; either version 2 of the License, or\r\n    (at your option) any later version.\r\n\r\n    This program is distributed in the hope that it will be useful,\r\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\r\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r\n    GNU General Public License for more details.\r\n\r\n    You should have received a copy of the GNU General Public License along\r\n    with this program; if not, write to the Free Software Foundation, Inc.,\r\n    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.\r\n\r\nAlso add information on how to contact you by electronic and paper mail.\r\n\r\nIf the program is interactive, make it output a short notice like this\r\nwhen it starts in an interactive mode:\r\n\r\n    Gnomovision version 69, Copyright (C) year name of author\r\n    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.\r\n    This is free software, and you are welcome to redistribute it\r\n    under certain conditions; type `show c' for details.\r\n\r\nThe hypothetical commands `show w' and `show c' should show the appropriate\r\nparts of the General Public License.  Of course, the commands you use may\r\nbe called something other than `show w' and `show c'; they could even be\r\nmouse-clicks or menu items--whatever suits your program.\r\n\r\nYou should also get your employer (if you work as a programmer) or your\r\nschool, if any, to sign a \"copyright disclaimer\" for the program, if\r\nnecessary.  Here is a sample; alter the names:\r\n\r\n  Yoyodyne, Inc., hereby disclaims all copyright interest in the program\r\n  `Gnomovision' (which makes passes at compilers) written by James Hacker.\r\n\r\n  <signature of Ty Coon>, 1 April 1989\r\n  Ty Coon, President of Vice\r\n\r\nThis General Public License does not permit incorporating your program into\r\nproprietary programs.  If your program is a subroutine library, you may\r\nconsider it more useful to permit linking proprietary applications with the\r\nlibrary.  If this is what you want to do, use the GNU Lesser General\r\nPublic License instead of this License."
  },
  {
    "path": "resources/svg/icons/elegant-font/index.html",
    "content": "<style>\nul.svg-list {\n\tlist-style:none;\n\tpadding:0;\n\tmargin:10px 0 0;\n}\nul.svg-list li {\n\tdisplay:inline-block;\n\tposition:relative;\n\twidth:32px;\n\theight:32px;\n\tpadding:3px;\n\tmargin-right:5px;\n\tmargin-bottom:5px;\n\tbox-shadow:0px 3px 6px 0px rgba(0, 0, 0, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.08);\n}\n\nul.svg-list li:hover {\n\tbox-shadow:none;//0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 0px rgba(0, 0, 0, 0.15);\n}\n\nul.svg-list li svg{\n\tmax-width:100%;\n\tmax-height:100%;\n\tfill: var(--bs-body-color);\n\tcolor: var(--bs-border-color);\n}\n\nul.svg-list li span {\n\t//display:none;\n}\n\nul.svg-list li.heading {\n\twidth:100%;\n\tbox-shadow:none;\n\ttext-transform: capitalize;\n\tfont-size: 12px;\n\tline-height: 32px;\t\n}\n\nul.svg-list li span {\n  visibility: hidden;\n  min-width: 120px;\n  background-color: black;\n  color: #fff;\n  text-align: center;\n  border-radius: 6px;\n  padding: 5px 0;\n  \n  /* Position the tooltip */\n  position: absolute;\n  z-index: 1;\n  left:0;\n  top: 105%;\n  font-size:12px;\n}\n\nul.svg-list li:hover  span {\n  visibility: visible;\n}\n\nul.svg-list li:hover  svg {\n\ttransform: scale(2);\n\tfill:blue;\n\tcolor:green;\n}\t\n</style>\n<ul class=\"svg-list\"><li title=\"arrow up down \">   <svg   viewBox=\"0 0 32 32.04999923706055\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 20.292,5.708c 0.39,0.39, 1.024,0.39, 1.414,0c 0.39-0.39, 0.39-1.024,0-1.414l-4-4 C 17.614,0.2, 17.504,0.128, 17.382,0.078c-0.244-0.102-0.52-0.102-0.764,0C 16.498,0.126, 16.392,0.198, 16.3,0.288 C 16.298,0.29, 16.296,0.29, 16.292,0.292l-4,4c-0.39,0.39-0.39,1.024,0,1.414c 0.39,0.39, 1.024,0.39, 1.414,0L 16,3.414l0,25.172 l-2.292-2.292c-0.39-0.39-1.024-0.39-1.414,0c-0.39,0.39-0.39,1.024,0,1.414l 4,4c 0.002,0.002, 0.006,0.002, 0.008,0.006 c 0.090,0.088, 0.198,0.162, 0.316,0.21c 0.244,0.102, 0.52,0.102, 0.764,0c 0.122-0.050, 0.232-0.124, 0.324-0.216l 4-4 c 0.39-0.39, 0.39-1.024,0-1.414c-0.39-0.39-1.024-0.39-1.414,0L 18,28.586L 18,3.414 L 20.292,5.708z\"></path></g></svg></li><li title=\"arrow back \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 4.292,15.708l 6,6c 0.39,0.39, 1.024,0.39, 1.414,0c 0.39-0.39, 0.39-1.024,0-1.414L 7.414,16L 22,16 c 4,0, 6,3.692, 6,7c0,0.552, 0.448,1, 1,1s 1-0.448, 1-1C 30,18.588, 28,14, 22,14L 7.414,14 l 4.292-4.292 c 0.39-0.39, 0.39-1.024,0-1.414c-0.39-0.39-1.024-0.39-1.414,0l-6,6C 3.902,14.684, 3.902,15.316, 4.292,15.708z\"></path></g></svg></li><li title=\"arrow carrot 2down \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 21.956,16.364l-5.992,5.3l-5.992-5.3c-0.392-0.392-1.030-0.392-1.422,0c-0.392,0.392-0.392,1.030,0,1.422 l 6.69,5.918c 0.2,0.2, 0.462,0.296, 0.724,0.292C 16.226,24, 16.488,23.906, 16.688,23.706l 6.69-5.918c 0.392-0.392, 0.392-1.030,0-1.422 S 22.348,15.972, 21.956,16.364zM 23.378,9.192c-0.392-0.392-1.030-0.392-1.422,0l-5.992,5.3l-5.992-5.3C 9.578,8.8, 8.94,8.8, 8.548,9.192 c-0.392,0.392-0.392,1.030,0,1.422l 6.69,5.918c 0.2,0.2, 0.462,0.296, 0.724,0.292c 0.262,0.004, 0.526-0.092, 0.724-0.292l 6.69-5.918 C 23.772,10.222, 23.772,9.586, 23.378,9.192z\"></path></g></svg></li><li title=\"arrow carrot 2down alt2 \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 22.956,17.364l-5.992,5.3l-5.992-5.3c-0.392-0.392-1.030-0.392-1.422,0c-0.392,0.392-0.392,1.030,0,1.422 l 6.69,5.918c 0.2,0.2, 0.462,0.296, 0.724,0.292c 0.262,0.004, 0.526-0.092, 0.724-0.292l 6.69-5.918c 0.392-0.392, 0.392-1.030,0-1.422 S 23.348,16.972, 22.956,17.364zM 22.956,10.192l-5.992,5.3l-5.992-5.3C 10.578,9.8, 9.94,9.8, 9.548,10.192c-0.392,0.392-0.392,1.030,0,1.422 l 6.69,5.918c 0.2,0.2, 0.462,0.296, 0.724,0.292c 0.262,0.004, 0.526-0.092, 0.724-0.292l 6.69-5.918c 0.392-0.392, 0.392-1.030,0-1.422 S 23.348,9.8, 22.956,10.192zM 17.072,2.144c-8.244,0-14.928,6.684-14.928,14.928S 8.828,32, 17.072,32S 32,25.316, 32,17.072 S 25.316,2.144, 17.072,2.144z M 17.072,30c-7.128,0-12.928-5.8-12.928-12.928s 5.8-12.928, 12.928-12.928S 30,9.944, 30,17.072S 24.2,30, 17.072,30z\"></path></g></svg></li><li title=\"arrow carrot 2dwnn alt \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 17.066,2.134c-8.248,0-14.934,6.686-14.934,14.934S 8.82,32, 17.066,32S 32,25.314, 32,17.066 S 25.314,2.134, 17.066,2.134z M 24.378,18.788l-6.69,5.918c-0.2,0.2-0.462,0.296-0.724,0.292C 16.7,25, 16.438,24.906, 16.238,24.706 L 9.548,18.788c-0.392-0.392-0.392-1.030,0-1.422c 0.392-0.392, 1.030-0.392, 1.422,0l 5.992,5.3l 5.992-5.3 c 0.392-0.392, 1.030-0.392, 1.422,0S 24.772,18.394, 24.378,18.788z M 24.378,11.616L 17.688,17.534c-0.2,0.2-0.462,0.296-0.724,0.292 C 16.7,17.828, 16.438,17.734, 16.238,17.534L 9.548,11.616c-0.392-0.392-0.392-1.030,0-1.422C 9.94,9.8, 10.578,9.8, 10.97,10.192l 5.992,5.3 l 5.992-5.3c 0.392-0.392, 1.030-0.392, 1.422,0S 24.772,11.222, 24.378,11.616z\"></path></g></svg></li><li title=\"arrow carrot 2left \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 8.294,16.688l 5.918,6.69c 0.392,0.392, 1.030,0.392, 1.422,0s 0.392-1.030,0-1.422l-5.3-5.992l 5.3-5.992 c 0.392-0.392, 0.392-1.030,0-1.422s-1.030-0.392-1.422,0L 8.294,15.238C 8.094,15.438, 8,15.7, 8.002,15.962 C 8,16.224, 8.094,16.488, 8.294,16.688zM 22.808,8.548c-0.392-0.392-1.030-0.392-1.422,0L 15.466,15.238c-0.2,0.2-0.296,0.462-0.292,0.724 C 15.172,16.224, 15.266,16.488, 15.466,16.688l 5.918,6.69c 0.392,0.392, 1.030,0.392, 1.422,0s 0.392-1.030,0-1.422l-5.3-5.992l 5.3-5.992 C 23.2,9.578, 23.2,8.94, 22.808,8.548z\"></path></g></svg></li><li title=\"arrow carrot 2left alt \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 17.072,2.142c-8.244,0-14.928,6.684-14.928,14.928C 2.142,25.316, 8.826,32, 17.072,32 C 25.316,32, 32,25.316, 32,17.072C 32,8.826, 25.316,2.142, 17.072,2.142z M 16.636,24.378c-0.392,0.392-1.030,0.392-1.422,0L 9.294,17.688 c-0.2-0.2-0.296-0.464-0.292-0.726C 9,16.7, 9.094,16.438, 9.294,16.238l 5.918-6.69c 0.392-0.392, 1.030-0.392, 1.422,0 s 0.392,1.030,0,1.422l-5.3,5.992l 5.3,5.992C 17.028,23.348, 17.028,23.986, 16.636,24.378z M 23.808,22.956 c 0.392,0.392, 0.392,1.030,0,1.422s-1.030,0.392-1.422,0L 16.466,17.688c-0.2-0.2-0.296-0.464-0.292-0.726 C 16.172,16.7, 16.266,16.438, 16.466,16.238l 5.918-6.69c 0.392-0.392, 1.030-0.392, 1.422,0s 0.392,1.030,0,1.422l-5.3,5.992L 23.808,22.956z \"></path></g></svg></li><li title=\"arrow carrot 2left alt2 \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 11.334,16.962l 5.3-5.992c 0.392-0.392, 0.392-1.030,0-1.422s-1.030-0.392-1.422,0L 9.294,16.238 c-0.2,0.2-0.296,0.462-0.292,0.724C 9,17.224, 9.094,17.488, 9.294,17.688l 5.918,6.69c 0.392,0.392, 1.030,0.392, 1.422,0 s 0.392-1.030,0-1.422L 11.334,16.962zM 23.808,9.548c-0.392-0.392-1.030-0.392-1.422,0L 16.466,16.238c-0.2,0.2-0.296,0.462-0.292,0.724 C 16.172,17.224, 16.266,17.488, 16.466,17.688l 5.918,6.69c 0.392,0.392, 1.030,0.392, 1.422,0s 0.392-1.030,0-1.422l-5.3-5.992l 5.3-5.992 C 24.2,10.578, 24.2,9.94, 23.808,9.548zM 17,2C 8.716,2, 2,8.716, 2,17S 8.716,32, 17,32S 32,25.284, 32,17S 25.284,2, 17,2z M 17,30 C 9.832,30, 4,24.168, 4,17S 9.832,4, 17,4S 30,9.832, 30,17S 24.168,30, 17,30z\"></path></g></svg></li><li title=\"arrow carrot 2right \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 23.706,15.312L 17.788,8.622c-0.392-0.392-1.030-0.392-1.422,0s-0.392,1.030,0,1.422l 5.3,5.992l-5.3,5.992 c-0.392,0.392-0.392,1.030,0,1.422s 1.030,0.392, 1.422,0l 5.918-6.69c 0.2-0.2, 0.296-0.462, 0.292-0.724 C 24,15.774, 23.906,15.512, 23.706,15.312zM 9.192,23.452c 0.392,0.392, 1.030,0.392, 1.422,0l 5.918-6.69c 0.2-0.2, 0.296-0.462, 0.292-0.724 c 0.004-0.262-0.092-0.526-0.292-0.724L 10.616,8.622c-0.392-0.392-1.030-0.392-1.422,0s-0.392,1.030,0,1.422l 5.3,5.992l-5.3,5.992 C 8.8,22.422, 8.8,23.060, 9.192,23.452z\"></path></g></svg></li><li title=\"arrow carrot 2right alt \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 17.072,2.144c-8.244,0-14.928,6.684-14.928,14.928S 8.828,32, 17.072,32S 32,25.316, 32,17.072 S 25.316,2.144, 17.072,2.144z M 10.192,24.452c-0.392-0.392-0.392-1.030,0-1.422l 5.3-5.992l-5.3-5.992 C 9.8,10.652, 9.8,10.014, 10.192,9.622s 1.030-0.392, 1.422,0l 5.918,6.69c 0.2,0.2, 0.296,0.462, 0.292,0.724 C 17.83,17.3, 17.734,17.562, 17.534,17.762l-5.918,6.69C 11.222,24.846, 10.586,24.846, 10.192,24.452z M 24.706,17.762l-5.918,6.69 c-0.392,0.392-1.030,0.392-1.422,0s-0.392-1.030,0-1.422l 5.3-5.992l-5.3-5.992c-0.392-0.392-0.392-1.030,0-1.422 s 1.030-0.392, 1.422,0l 5.918,6.69c 0.2,0.2, 0.296,0.462, 0.292,0.724C 25,17.3, 24.906,17.562, 24.706,17.762z\"></path></g></svg></li><li title=\"arrow carrot 2right alt2 \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 24.706,16.312L 18.788,9.622c-0.392-0.392-1.030-0.392-1.422,0s-0.392,1.030,0,1.422l 5.3,5.992l-5.3,5.992 c-0.392,0.392-0.392,1.030,0,1.422s 1.030,0.392, 1.422,0l 5.918-6.69c 0.2-0.2, 0.296-0.462, 0.292-0.724 C 25,16.774, 24.906,16.512, 24.706,16.312zM 17.826,17.036c 0.004-0.262-0.092-0.526-0.292-0.724L 11.616,9.622c-0.392-0.392-1.030-0.392-1.422,0 s-0.392,1.030,0,1.422l 5.3,5.992l-5.3,5.992c-0.392,0.392-0.392,1.030,0,1.422s 1.030,0.392, 1.422,0l 5.918-6.69 C 17.734,17.562, 17.83,17.3, 17.826,17.036zM 17,2C 8.716,2, 2,8.716, 2,17S 8.716,32, 17,32S 32,25.284, 32,17S 25.284,2, 17,2z M 17,30 C 9.832,30, 4,24.168, 4,17S 9.832,4, 17,4S 30,9.832, 30,17S 24.168,30, 17,30z\"></path></g></svg></li><li title=\"arrow carrot 2up \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 23.452,14.212L 16.762,8.294c-0.2-0.2-0.462-0.296-0.724-0.292C 15.774,7.998, 15.512,8.094, 15.312,8.294 L 8.622,14.212c-0.392,0.392-0.392,1.030,0,1.422c 0.392,0.392, 1.030,0.392, 1.422,0l 5.992-5.302l 5.992,5.302 c 0.392,0.392, 1.030,0.392, 1.422,0C 23.846,15.242, 23.846,14.606, 23.452,14.212zM 16.762,15.466c-0.2-0.2-0.462-0.296-0.724-0.292C 15.774,15.17, 15.512,15.266, 15.312,15.466l-6.69,5.918 c-0.392,0.392-0.392,1.030,0,1.422c 0.392,0.392, 1.030,0.392, 1.422,0l 5.992-5.3l 5.992,5.3c 0.392,0.392, 1.030,0.392, 1.422,0 c 0.392-0.392, 0.392-1.030,0-1.422L 16.762,15.466z\"></path></g></svg></li><li title=\"arrow carrot 2up alt \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 17,2C 8.716,2, 2,8.716, 2,17S 8.716,32, 17,32S 32,25.284, 32,17S 25.284,2, 17,2z M 24.452,23.808 c-0.392,0.392-1.030,0.392-1.422,0l-5.992-5.3l-5.992,5.3c-0.392,0.392-1.030,0.392-1.422,0c-0.392-0.392-0.392-1.030,0-1.422 l 6.69-5.918c 0.2-0.2, 0.462-0.296, 0.724-0.292C 17.3,16.17, 17.562,16.266, 17.762,16.466l 6.69,5.918 C 24.846,22.778, 24.846,23.414, 24.452,23.808z M 24.452,16.636c-0.392,0.392-1.030,0.392-1.422,0L 17.036,11.334L 11.044,16.636 c-0.392,0.392-1.030,0.392-1.422,0c-0.392-0.392-0.392-1.030,0-1.422l 6.69-5.918c 0.2-0.2, 0.462-0.296, 0.724-0.292 C 17.3,8.998, 17.562,9.094, 17.762,9.294l 6.69,5.918C 24.846,15.606, 24.846,16.242, 24.452,16.636z\"></path></g></svg></li><li title=\"arrow carrot 2up alt2 \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 17.762,9.294c-0.2-0.2-0.462-0.296-0.724-0.292C 16.774,8.998, 16.512,9.094, 16.312,9.294L 9.622,15.212 c-0.392,0.392-0.392,1.030,0,1.422c 0.392,0.392, 1.030,0.392, 1.422,0l 5.992-5.302l 5.992,5.302c 0.392,0.392, 1.030,0.392, 1.422,0 c 0.392-0.392, 0.392-1.030,0-1.422L 17.762,9.294zM 17.762,16.466c-0.2-0.2-0.462-0.296-0.724-0.292C 16.774,16.17, 16.512,16.266, 16.312,16.466l-6.69,5.918 c-0.392,0.392-0.392,1.030,0,1.422c 0.392,0.392, 1.030,0.392, 1.422,0l 5.992-5.3l 5.992,5.3c 0.392,0.392, 1.030,0.392, 1.422,0 c 0.392-0.392, 0.392-1.030,0-1.422L 17.762,16.466zM 17.072,2.144c-8.244,0-14.928,6.684-14.928,14.928S 8.828,32, 17.072,32S 32,25.316, 32,17.072 S 25.316,2.144, 17.072,2.144z M 17.072,30c-7.128,0-12.928-5.8-12.928-12.928s 5.8-12.928, 12.928-12.928S 30,9.944, 30,17.072S 24.2,30, 17.072,30z\"></path></g></svg></li><li title=\"arrow carrot down \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 22.782,13.8L 17,19.582L 11.218,13.8c-0.39-0.39-1.024-0.39-1.414,0c-0.39,0.39-0.39,1.024,0,1.414 l 6.486,6.486c 0.196,0.196, 0.454,0.294, 0.71,0.292c 0.258,0, 0.514-0.096, 0.71-0.292l 6.486-6.486c 0.39-0.39, 0.39-1.024,0-1.414 C 23.806,13.41, 23.172,13.41, 22.782,13.8z\"></path></g></svg></li><li title=\"arrow carrot down alt \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 17,2C 8.716,2, 2,8.716, 2,17S 8.716,32, 17,32S 32,25.284, 32,17S 25.284,2, 17,2z M 24.196,15.214L 17.71,21.7 c-0.196,0.196-0.454,0.294-0.71,0.292c-0.258,0-0.514-0.096-0.71-0.292L 9.804,15.214c-0.39-0.39-0.39-1.024,0-1.414 c 0.39-0.39, 1.024-0.39, 1.414,0L 17,19.582L 22.782,13.8c 0.39-0.39, 1.024-0.39, 1.414,0C 24.586,14.19, 24.586,14.824, 24.196,15.214z\"></path></g></svg></li><li title=\"arrow carrot down alt2 \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 22.782,13.8L 17,19.582L 11.218,13.8c-0.39-0.39-1.024-0.39-1.414,0c-0.39,0.39-0.39,1.024,0,1.414 l 6.486,6.486c 0.196,0.196, 0.454,0.294, 0.71,0.292c 0.258,0, 0.514-0.096, 0.71-0.292l 6.486-6.486c 0.39-0.39, 0.39-1.024,0-1.414 C 23.806,13.41, 23.172,13.41, 22.782,13.8zM 17.072,2.142c-8.244,0-14.928,6.684-14.928,14.928C 2.142,25.316, 8.826,32, 17.072,32 C 25.316,32, 32,25.316, 32,17.072C 32,8.826, 25.316,2.142, 17.072,2.142z M 17.072,30c-7.128,0-12.928-5.8-12.928-12.928 c0-7.128, 5.8-12.928, 12.928-12.928C 24.2,4.142, 30,9.942, 30,17.072C 30,24.2, 24.2,30, 17.072,30z\"></path></g></svg></li><li title=\"arrow carrot left \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 12.3,17.71l 6.486,6.486c 0.39,0.39, 1.024,0.39, 1.414,0c 0.39-0.39, 0.39-1.024,0-1.414L 14.418,17 L 20.2,11.218c 0.39-0.39, 0.39-1.024,0-1.414c-0.39-0.39-1.024-0.39-1.414,0L 12.3,16.29C 12.104,16.486, 12.008,16.742, 12.008,17 C 12.008,17.258, 12.104,17.514, 12.3,17.71z\"></path></g></svg></li><li title=\"arrow carrot left alt \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 17,2C 8.716,2, 2,8.716, 2,17S 8.716,32, 17,32S 32,25.284, 32,17S 25.284,2, 17,2z M 20.2,22.782 c 0.39,0.39, 0.39,1.024,0,1.414c-0.39,0.39-1.024,0.39-1.414,0L 12.3,17.71C 12.104,17.514, 12.008,17.258, 12.008,17 c0-0.258, 0.096-0.514, 0.292-0.71l 6.486-6.486c 0.39-0.39, 1.024-0.39, 1.414,0c 0.39,0.39, 0.39,1.024,0,1.414L 14.418,17 L 20.2,22.782z\"></path></g></svg></li><li title=\"arrow carrot left alt2 \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 20.2,9.804c-0.39-0.39-1.024-0.39-1.414,0L 12.3,16.29C 12.104,16.486, 12.008,16.742, 12.008,17 c0,0.258, 0.096,0.514, 0.292,0.71l 6.486,6.486c 0.39,0.39, 1.024,0.39, 1.414,0c 0.39-0.39, 0.39-1.024,0-1.414L 14.418,17 L 20.2,11.218C 20.59,10.828, 20.59,10.194, 20.2,9.804zM 17,2C 8.716,2, 2,8.716, 2,17S 8.716,32, 17,32S 32,25.284, 32,17S 25.284,2, 17,2z M 17,30 C 9.832,30, 4,24.168, 4,17S 9.832,4, 17,4S 30,9.832, 30,17S 24.168,30, 17,30z\"></path></g></svg></li><li title=\"arrow carrot right \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 13.8,24.196c 0.39,0.39, 1.024,0.39, 1.414,0l 6.486-6.486c 0.196-0.196, 0.294-0.454, 0.292-0.71 c0-0.258-0.096-0.514-0.292-0.71L 15.214,9.804c-0.39-0.39-1.024-0.39-1.414,0c-0.39,0.39-0.39,1.024,0,1.414L 19.582,17 L 13.8,22.782C 13.41,23.172, 13.41,23.806, 13.8,24.196z\"></path></g></svg></li><li title=\"arrow carrot right alt \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 17,2C 8.716,2, 2,8.716, 2,17S 8.716,32, 17,32S 32,25.284, 32,17S 25.284,2, 17,2z M 21.7,17.71l-6.486,6.486 c-0.39,0.39-1.024,0.39-1.414,0c-0.39-0.39-0.39-1.024,0-1.414L 19.582,17L 13.8,11.218c-0.39-0.39-0.39-1.024,0-1.414 c 0.39-0.39, 1.024-0.39, 1.414,0l 6.486,6.486c 0.196,0.196, 0.294,0.454, 0.292,0.71C 21.992,17.258, 21.896,17.514, 21.7,17.71z\"></path></g></svg></li><li title=\"arrow carrot right alt2 \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 21.7,16.29L 15.214,9.804c-0.39-0.39-1.024-0.39-1.414,0c-0.39,0.39-0.39,1.024,0,1.414L 19.582,17 L 13.8,22.782c-0.39,0.39-0.39,1.024,0,1.414c 0.39,0.39, 1.024,0.39, 1.414,0l 6.486-6.486c 0.196-0.196, 0.294-0.454, 0.292-0.71 C 21.992,16.742, 21.896,16.486, 21.7,16.29zM 17.072,2.144c-8.244,0-14.928,6.684-14.928,14.928S 8.828,32, 17.072,32S 32,25.316, 32,17.072 S 25.316,2.144, 17.072,2.144z M 17.072,30c-7.128,0-12.928-5.8-12.928-12.928s 5.8-12.928, 12.928-12.928S 30,9.944, 30,17.072S 24.2,30, 17.072,30z\"></path></g></svg></li><li title=\"arrow carrot up \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 11.218,20.2L 17,14.418l 5.782,5.782c 0.39,0.39, 1.024,0.39, 1.414,0c 0.39-0.39, 0.39-1.024,0-1.414 L 17.71,12.3C 17.514,12.104, 17.258,12.008, 17,12.008c-0.258,0-0.514,0.096-0.71,0.292L 9.804,18.786c-0.39,0.39-0.39,1.024,0,1.414 C 10.194,20.59, 10.828,20.59, 11.218,20.2z\"></path></g></svg></li><li title=\"arrow carrot up alt2 \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 17.71,12.3C 17.514,12.104, 17.258,12.008, 17,12.008c-0.258,0-0.514,0.096-0.71,0.292L 9.804,18.786 c-0.39,0.39-0.39,1.024,0,1.414c 0.39,0.39, 1.024,0.39, 1.414,0L 17,14.418l 5.782,5.782c 0.39,0.39, 1.024,0.39, 1.414,0 c 0.39-0.39, 0.39-1.024,0-1.414L 17.71,12.3zM 17.066,2.134c-8.248,0-14.934,6.686-14.934,14.934S 8.82,32, 17.066,32S 32,25.314, 32,17.066 S 25.314,2.134, 17.066,2.134z M 17.066,30c-7.132,0-12.934-5.802-12.934-12.934s 5.802-12.934, 12.934-12.934S 30,9.936, 30,17.066 S 24.198,30, 17.066,30z\"></path></g></svg></li><li title=\"arrow carrot up alt \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 17,32c 8.284,0, 15-6.716, 15-15S 25.284,2, 17,2S 2,8.716, 2,17S 8.716,32, 17,32z M 9.804,18.786L 16.29,12.3 C 16.486,12.104, 16.742,12.008, 17,12.008c 0.258,0, 0.514,0.096, 0.71,0.292l 6.486,6.486c 0.39,0.39, 0.39,1.024,0,1.414 c-0.39,0.39-1.024,0.39-1.414,0L 17,14.418L 11.218,20.2c-0.39,0.39-1.024,0.39-1.414,0C 9.414,19.81, 9.414,19.176, 9.804,18.786z\"></path></g></svg></li><li title=\"arrow condense \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 29.708,2.292c-0.39-0.39-1.024-0.39-1.414,0L 20,10.586L 20,5 C 20,4.448, 19.552,4, 19,4S 18,4.448, 18,5l0,8 c0,0.002,0,0.002,0,0.004C 18,13.132, 18.028,13.26, 18.078,13.382c 0.048,0.118, 0.12,0.224, 0.208,0.314C 18.288,13.7, 18.29,13.704, 18.292,13.708 C 18.296,13.71, 18.298,13.71, 18.3,13.712c 0.090,0.088, 0.198,0.162, 0.316,0.21C 18.74,13.974, 18.87,14, 19,14l 8,0 C 27.552,14, 28,13.552, 28,13 C 28,12.448, 27.552,12, 27,12l-5.586,0 l 8.292-8.292C 30.098,3.316, 30.098,2.684, 29.708,2.292zM 2.292,29.708c 0.39,0.39, 1.024,0.39, 1.414,0L 12,21.414L 12,27 C 12,27.552, 12.448,28, 13,28S 14,27.552, 14,27l0-8 l0,0c0-0.13-0.026-0.26-0.078-0.382c-0.102-0.244-0.296-0.44-0.54-0.54C 13.26,18.026, 13.13,18, 13,18l-8,0 C 4.448,18, 4,18.448, 4,19 C 4,19.552, 4.448,20, 5,20l 5.586,0 l-8.292,8.292C 1.902,28.684, 1.902,29.316, 2.292,29.708z\"></path></g></svg></li><li title=\"arrow condense alt \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 30,0L 2,0 C 0.896,0,0,0.896,0,2l0,28 c0,1.104, 0.896,2, 2,2l 28,0 c 1.104,0, 2-0.896, 2-2L 32,2 C 32,0.896, 31.104,0, 30,0z M 14,19l0,8 C 14,27.552, 13.552,28, 13,28S 12,27.552, 12,27l0-5.586 l-6.292,6.292c-0.39,0.39-1.024,0.39-1.414,0 c-0.39-0.39-0.39-1.024,0-1.414L 10.586,20L 5,20 C 4.448,20, 4,19.552, 4,19C 4,18.448, 4.448,18, 5,18l 8,0 c 0.13,0, 0.26,0.026, 0.382,0.078 c 0.244,0.102, 0.44,0.296, 0.54,0.54C 13.974,18.74, 14,18.87, 14,19L 14,19z M 27,12C 27.552,12, 28,12.448, 28,13C 28,13.552, 27.552,14, 27,14l-8,0 C 18.87,14, 18.74,13.974, 18.618,13.922C 18.498,13.874, 18.392,13.802, 18.3,13.712C 18.298,13.71, 18.296,13.71, 18.292,13.708 C 18.29,13.704, 18.288,13.7, 18.286,13.696C 18.198,13.606, 18.126,13.5, 18.078,13.382C 18.028,13.26, 18,13.132, 18,13.004C 18,13.002, 18,13.002, 18,13l0-8 C 18,4.448, 18.448,4, 19,4S 20,4.448, 20,5l0,5.586 l 6.292-6.292c 0.39-0.39, 1.024-0.39, 1.414,0c 0.39,0.39, 0.39,1.024,0,1.414 L 21.414,12L 27,12 z\"></path></g></svg></li><li title=\"arrow down \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 17,4C 16.448,4, 16,4.448, 16,5l0,19.586 l-4.292-4.292c-0.39-0.39-1.024-0.39-1.414,0 c-0.39,0.39-0.39,1.024,0,1.414l 6,6c 0.002,0.002, 0.006,0.002, 0.008,0.006c 0.090,0.088, 0.198,0.162, 0.316,0.21 c 0.244,0.102, 0.52,0.102, 0.764,0c 0.122-0.050, 0.232-0.124, 0.324-0.216l 6-6c 0.39-0.39, 0.39-1.024,0-1.414 c-0.39-0.39-1.024-0.39-1.414,0L 18,24.586L 18,5 C 18,4.448, 17.552,4, 17,4z\"></path></g></svg></li><li title=\"arrow down alt \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 17,2C 8.716,2, 2,8.716, 2,17S 8.716,32, 17,32S 32,25.284, 32,17S 25.284,2, 17,2z M 23.708,19.708l-6,6 c-0.092,0.092-0.202,0.166-0.324,0.216c-0.244,0.102-0.52,0.102-0.764,0c-0.12-0.050-0.226-0.122-0.316-0.21 c-0.002-0.002-0.006-0.002-0.008-0.006l-6-6c-0.39-0.39-0.39-1.024,0-1.414c 0.39-0.39, 1.024-0.39, 1.414,0L 16,22.586L 16,7 C 16,6.448, 16.448,6, 17,6S 18,6.448, 18,7l0,15.586 l 4.292-4.292c 0.39-0.39, 1.024-0.39, 1.414,0C 24.098,18.684, 24.098,19.316, 23.708,19.708z \"></path></g></svg></li><li title=\"arrow expand \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 29.922,2.618c-0.102-0.244-0.296-0.44-0.54-0.54C 29.26,2.026, 29.13,2, 29,2l-8,0 C 20.448,2, 20,2.448, 20,3 C 20,3.552, 20.448,4, 21,4l 5.586,0 L 18.292,12.292c-0.39,0.39-0.39,1.024,0,1.414c 0.39,0.39, 1.024,0.39, 1.414,0L 28,5.414L 28,11 C 28,11.552, 28.448,12, 29,12S 30,11.552, 30,11l0-8 l0,0C 30,2.87, 29.974,2.74, 29.922,2.618zM 3,20C 2.448,20, 2,20.448, 2,21l0,8 c0,0.002,0,0.002,0,0.004c0,0.13, 0.026,0.258, 0.076,0.378 c 0.048,0.118, 0.12,0.224, 0.208,0.314c 0.004,0.004, 0.004,0.008, 0.008,0.012c 0.002,0.002, 0.006,0.002, 0.008,0.006 c 0.090,0.088, 0.198,0.162, 0.316,0.21C 2.74,29.974, 2.87,30, 3,30l 8,0 C 11.552,30, 12,29.552, 12,29C 12,28.448, 11.552,28, 11,28L 5.414,28 l 8.292-8.292c 0.39-0.39, 0.39-1.024,0-1.414c-0.39-0.39-1.024-0.39-1.414,0L 4,26.586L 4,21 C 4,20.448, 3.552,20, 3,20z\"></path></g></svg></li><li title=\"arrow expand alt \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 5,16C 4.448,16, 4,16.448, 4,17l0,10 c0,0.002,0,0.002,0,0.004c0,0.13, 0.026,0.258, 0.076,0.378 c 0.048,0.118, 0.12,0.224, 0.208,0.314c 0.004,0.004, 0.004,0.008, 0.008,0.012c 0.002,0.002, 0.006,0.002, 0.008,0.006 c 0.090,0.088, 0.198,0.162, 0.316,0.21C 4.74,27.974, 4.87,28, 5,28l 10,0 C 15.552,28, 16,27.552, 16,27C 16,26.448, 15.552,26, 15,26L 7.414,26 L 26,7.414L 26,15 C 26,15.552, 26.448,16, 27,16S 28,15.552, 28,15l0-10 l0,0c0-0.13-0.026-0.26-0.078-0.382c-0.102-0.244-0.296-0.44-0.54-0.54 C 27.26,4.026, 27.13,4, 27,4l-10,0 C 16.448,4, 16,4.448, 16,5C 16,5.552, 16.448,6, 17,6l 7.586,0 L 6,24.586L 6,17 C 6,16.448, 5.552,16, 5,16z\"></path></g></svg></li><li title=\"arrow expand alt2 \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 4,15C 4,15.552, 4.448,16, 5,16S 6,15.552, 6,15L 6,7.414 L 24.586,26L 17,26 C 16.448,26, 16,26.448, 16,27 C 16,27.552, 16.448,28, 17,28l 10,0 c 0.13,0, 0.26-0.026, 0.382-0.078c 0.244-0.102, 0.44-0.296, 0.54-0.54C 27.972,27.26, 28,27.132, 28,27.004 c0-0.002,0-0.002,0-0.004l0-10 C 28,16.448, 27.552,16, 27,16S 26,16.448, 26,17l0,7.586 L 7.414,6L 15,6 C 15.552,6, 16,5.552, 16,5 C 16,4.448, 15.552,4, 15,4l-10,0 C 4.87,4, 4.74,4.026, 4.618,4.078C 4.498,4.126, 4.392,4.198, 4.3,4.288 C 4.298,4.29, 4.296,4.29, 4.292,4.292C 4.29,4.296, 4.288,4.302, 4.286,4.304C 4.198,4.394, 4.126,4.5, 4.078,4.618 C 4.026,4.74, 4,4.87, 4,5l0,0L 4,15 z\"></path></g></svg></li><li title=\"arrow expand alt3 \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 30,0L 2,0 C 0.896,0,0,0.896,0,2l0,28 c0,1.104, 0.896,2, 2,2l 28,0 c 1.104,0, 2-0.896, 2-2L 32,2 C 32,0.896, 31.104,0, 30,0z M 13,26C 13.552,26, 14,26.448, 14,27C 14,27.552, 13.552,28, 13,28l-8,0 c-0.13,0-0.26-0.026-0.382-0.078 c-0.12-0.050-0.226-0.122-0.316-0.21c-0.002-0.002-0.006-0.002-0.008-0.006c-0.004-0.004-0.004-0.008-0.008-0.012 c-0.088-0.090-0.16-0.196-0.208-0.314C 4.028,27.26, 4,27.132, 4,27.004c0-0.002,0-0.002,0-0.004l0-8 C 4,18.448, 4.448,18, 5,18 S 6,18.448, 6,19l0,5.586 l 6.292-6.292c 0.39-0.39, 1.024-0.39, 1.414,0c 0.39,0.39, 0.39,1.024,0,1.414L 7.414,26L 13,26 z M 28,5l0,8 C 28,13.552, 27.552,14, 27,14S 26,13.552, 26,13L 26,7.414 L 19.708,13.708c-0.39,0.39-1.024,0.39-1.414,0c-0.39-0.39-0.39-1.024,0-1.414 L 24.586,6L 19,6 C 18.448,6, 18,5.552, 18,5C 18,4.448, 18.448,4, 19,4l 8,0 c 0.13,0, 0.26,0.026, 0.382,0.078c 0.244,0.102, 0.44,0.296, 0.54,0.54 C 27.974,4.74, 28,4.87, 28,5L 28,5z\"></path></g></svg></li><li title=\"arrow left down \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 5,16C 4.448,16, 4,16.448, 4,17l0,10 c0,0.002,0,0.002,0,0.004c0,0.13, 0.026,0.258, 0.076,0.378 c 0.048,0.118, 0.12,0.224, 0.208,0.314c 0.004,0.004, 0.004,0.008, 0.008,0.012c 0.002,0.002, 0.006,0.002, 0.008,0.006 c 0.090,0.088, 0.198,0.162, 0.316,0.21C 4.74,27.974, 4.87,28, 5,28l 10,0 C 15.552,28, 16,27.552, 16,27C 16,26.448, 15.552,26, 15,26L 7.414,26 L 27.708,5.708c 0.39-0.39, 0.39-1.024,0-1.414c-0.39-0.39-1.024-0.39-1.414,0L 6,24.586L 6,17 C 6,16.448, 5.552,16, 5,16z\"></path></g></svg></li><li title=\"arrow left down alt \">   <svg   viewBox=\"0 0 32.93000411987305 32.93000411987305\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 6.394,6.394c-5.858,5.858-5.858,15.356,0,21.214c 5.858,5.858, 15.356,5.858, 21.214,0 c 5.858-5.858, 5.858-15.356,0-21.214C 21.748,0.536, 12.252,0.536, 6.394,6.394z M 24.436,10.98L 13.414,22l 6.072,0 c 0.552,0, 1,0.448, 1,1 c0,0.552-0.448,1-1,1L 11,24 c-0.13,0-0.26-0.026-0.382-0.078c-0.12-0.050-0.226-0.122-0.316-0.21 c-0.002-0.002-0.006-0.002-0.008-0.006c-0.004-0.004-0.004-0.008-0.008-0.012c-0.088-0.090-0.16-0.196-0.208-0.314 C 10.028,23.26, 10,23.132, 10,23.004c0-0.002,0-0.002,0-0.004L 10,14.514 c0-0.552, 0.448-1, 1-1S 12,13.962, 12,14.514l0,6.072 l 11.020-11.020 c 0.39-0.39, 1.024-0.39, 1.414,0S 24.826,10.588, 24.436,10.98z\"></path></g></svg></li><li title=\"arrow left right \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 31.922,16.618c-0.050-0.122-0.124-0.232-0.216-0.324l-4-4c-0.39-0.39-1.024-0.39-1.414,0 c-0.39,0.39-0.39,1.024,0,1.414L 28.586,16L 3.414,16 l 2.292-2.292c 0.39-0.39, 0.39-1.024,0-1.414c-0.39-0.39-1.024-0.39-1.414,0 l-4,4C 0.29,16.296, 0.288,16.302, 0.286,16.304C 0.198,16.394, 0.126,16.5, 0.078,16.618C 0.026,16.74,0,16.87,0,17l0,0 c0,0.002,0,0.002,0,0.004C0,17.132, 0.028,17.26, 0.078,17.382c 0.048,0.118, 0.12,0.224, 0.208,0.314C 0.288,17.7, 0.29,17.704, 0.292,17.708 l 4,4c 0.39,0.39, 1.024,0.39, 1.414,0c 0.39-0.39, 0.39-1.024,0-1.414L 3.414,18l 25.172,0 l-2.292,2.292 c-0.39,0.39-0.39,1.024,0,1.414c 0.39,0.39, 1.024,0.39, 1.414,0l 4-4c 0.092-0.092, 0.166-0.202, 0.216-0.324 C 31.972,17.26, 32,17.132, 32,17.004c0-0.002,0-0.002,0-0.004l0,0C 32,16.87, 31.974,16.74, 31.922,16.618z\"></path></g></svg></li><li title=\"arrow left right alt \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 5.558,23.562c 0.39-0.39, 0.39-1.024,0-1.414L 3.41,20L 21,20 c 0.552,0, 1-0.448, 1-1 C 22,18.448, 21.552,18, 21,18L 3.41,18 l 2.294-2.294c 0.39-0.39, 0.39-1.024,0-1.414c-0.39-0.39-1.024-0.39-1.414,0L 0.292,18.29 C 0.096,18.486,0,18.742,0,19c0,0.258, 0.096,0.514, 0.292,0.71l 3.852,3.852C 4.536,23.954, 5.168,23.954, 5.558,23.562zM 31.708,12.31l-3.852-3.852c-0.39-0.39-1.024-0.39-1.414,0s-0.39,1.024,0,1.414l 2.148,2.148L 11,12.020 C 10.448,12.020, 10,12.468, 10,13.020s 0.448,1, 1,1l 17.59,0 l-2.294,2.294c-0.39,0.39-0.39,1.024,0,1.414 c 0.39,0.39, 1.024,0.39, 1.414,0l 3.998-3.998C 31.904,13.534, 32,13.278, 32,13.020C 32,12.762, 31.904,12.506, 31.708,12.31z\"></path></g></svg></li><li title=\"arrow left up \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 4,15C 4,15.552, 4.448,16, 5,16S 6,15.552, 6,15L 6,7.414 l 20.292,20.292c 0.39,0.39, 1.024,0.39, 1.414,0 c 0.39-0.39, 0.39-1.024,0-1.414L 7.414,6L 15,6 C 15.552,6, 16,5.552, 16,5C 16,4.448, 15.552,4, 15,4l-10,0 C 4.87,4, 4.74,4.026, 4.618,4.078 C 4.498,4.126, 4.392,4.198, 4.3,4.288C 4.298,4.29, 4.296,4.29, 4.292,4.292C 4.29,4.296, 4.288,4.302, 4.286,4.304 C 4.198,4.394, 4.126,4.5, 4.078,4.618C 4.026,4.74, 4,4.87, 4,5l0,0L 4,15 z\"></path></g></svg></li><li title=\"arrow left up alt \">   <svg   viewBox=\"0 0 32.93000411987305 32.93000411987305\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 6.394,6.394c-5.858,5.858-5.858,15.356,0,21.214c 5.858,5.858, 15.356,5.858, 21.214,0 c 5.858-5.858, 5.858-15.356,0-21.214C 21.748,0.536, 12.252,0.536, 6.394,6.394z M 24.436,24.436c-0.39,0.39-1.024,0.39-1.414,0 L 12,13.414l0,6.072 c0,0.552-0.448,1-1,1S 10,20.038, 10,19.486L 10,11 l0,0c0-0.13, 0.026-0.26, 0.078-0.382 c 0.048-0.118, 0.12-0.224, 0.208-0.314c 0.004-0.004, 0.004-0.008, 0.008-0.012C 10.296,10.29, 10.298,10.29, 10.3,10.288 c 0.090-0.088, 0.198-0.162, 0.316-0.21C 10.74,10.026, 10.87,10, 11,10l 8.486,0 c 0.552,0, 1,0.448, 1,1c0,0.552-0.448,1-1,1L 13.414,12 l 11.020,11.020C 24.826,23.412, 24.826,24.044, 24.436,24.436z\"></path></g></svg></li><li title=\"arrow left \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 4,15.004C 4,15.132, 4.028,15.26, 4.078,15.382c 0.048,0.118, 0.12,0.224, 0.208,0.314 C 4.288,15.7, 4.29,15.704, 4.292,15.708l 6,6c 0.39,0.39, 1.024,0.39, 1.414,0c 0.39-0.39, 0.39-1.024,0-1.414L 7.414,16L 27,16 C 27.552,16, 28,15.552, 28,15C 28,14.448, 27.552,14, 27,14L 7.414,14 l 4.292-4.292c 0.39-0.39, 0.39-1.024,0-1.414 c-0.39-0.39-1.024-0.39-1.414,0l-6,6C 4.29,14.296, 4.288,14.302, 4.286,14.304C 4.198,14.394, 4.126,14.5, 4.078,14.618 C 4.026,14.74, 4,14.87, 4,15l0,0C 4,15.002, 4,15.002, 4,15.004z\"></path></g></svg></li><li title=\"arrow left alt \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 17,2C 8.716,2, 2,8.716, 2,17S 8.716,32, 17,32S 32,25.284, 32,17S 25.284,2, 17,2z M 28,17 C 28,17.552, 27.552,18, 27,18L 11.414,18 l 4.292,4.292c 0.39,0.39, 0.39,1.024,0,1.414c-0.39,0.39-1.024,0.39-1.414,0l-6-6 C 8.29,17.704, 8.288,17.7, 8.286,17.696C 8.198,17.606, 8.126,17.5, 8.078,17.382C 8.028,17.26, 8,17.132, 8,17.004C 8,17.002, 8,17.002, 8,17l0,0 c0-0.13, 0.026-0.26, 0.078-0.382c 0.048-0.118, 0.12-0.224, 0.208-0.314c 0.004-0.004, 0.004-0.008, 0.008-0.012l 6-6 c 0.39-0.39, 1.024-0.39, 1.414,0c 0.39,0.39, 0.39,1.024,0,1.414L 11.414,16L 27,16 C 27.552,16, 28,16.448, 28,17z\"></path></g></svg></li><li title=\"arrow move \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 31.922,16.618c-0.050-0.122-0.124-0.232-0.216-0.324l-4-4c-0.39-0.39-1.024-0.39-1.414,0 c-0.39,0.39-0.39,1.024,0,1.414L 28.586,16L 18,16 L 18,5.414 l 2.292,2.292c 0.39,0.39, 1.024,0.39, 1.414,0c 0.39-0.39, 0.39-1.024,0-1.414 l-4-4C 17.704,2.29, 17.698,2.288, 17.696,2.286C 17.606,2.198, 17.5,2.126, 17.382,2.078C 17.26,2.026, 17.13,2, 17,2C 16.998,2, 16.998,2, 16.996,2 C 16.868,2, 16.74,2.028, 16.618,2.078C 16.5,2.126, 16.394,2.198, 16.304,2.286C 16.3,2.288, 16.296,2.29, 16.292,2.292l-4,4 c-0.39,0.39-0.39,1.024,0,1.414c 0.39,0.39, 1.024,0.39, 1.414,0L 16,5.414L 16,16 L 5.414,16 l 2.292-2.292c 0.39-0.39, 0.39-1.024,0-1.414 c-0.39-0.39-1.024-0.39-1.414,0l-4,4C 2.29,16.296, 2.288,16.302, 2.286,16.304C 2.198,16.394, 2.126,16.5, 2.078,16.618 C 2.026,16.74, 2,16.87, 2,17c0,0.002,0,0.002,0,0.004C 2,17.132, 2.028,17.26, 2.078,17.382c 0.048,0.118, 0.12,0.224, 0.208,0.314 C 2.288,17.7, 2.29,17.704, 2.292,17.708l 4,4c 0.39,0.39, 1.024,0.39, 1.414,0c 0.39-0.39, 0.39-1.024,0-1.414L 5.414,18L 16,18 l0,10.586 l-2.292-2.292c-0.39-0.39-1.024-0.39-1.414,0c-0.39,0.39-0.39,1.024,0,1.414l 4,4c 0.092,0.092, 0.202,0.166, 0.324,0.216 C 16.74,31.972, 16.868,32, 16.996,32c 0.002,0, 0.002,0, 0.004,0c 0.13,0, 0.26-0.026, 0.382-0.078c 0.122-0.050, 0.232-0.124, 0.324-0.216l 4-4 c 0.39-0.39, 0.39-1.024,0-1.414c-0.39-0.39-1.024-0.39-1.414,0L 18,28.586L 18,18 l 10.586,0 l-2.292,2.292 c-0.39,0.39-0.39,1.024,0,1.414c 0.39,0.39, 1.024,0.39, 1.414,0l 4-4c 0.092-0.092, 0.166-0.202, 0.216-0.324 C 31.972,17.26, 32,17.132, 32,17.004c0-0.002,0-0.002,0-0.004C 32,16.87, 31.974,16.74, 31.922,16.618z\"></path></g></svg></li><li title=\"arrow right down \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 27,16C 26.448,16, 26,16.448, 26,17l0,7.586 L 5.708,4.292c-0.39-0.39-1.024-0.39-1.414,0 c-0.39,0.39-0.39,1.024,0,1.414L 24.586,26L 17,26 C 16.448,26, 16,26.448, 16,27C 16,27.552, 16.448,28, 17,28l 10,0 c 0.13,0, 0.26-0.026, 0.382-0.078c 0.244-0.102, 0.44-0.296, 0.54-0.54C 27.972,27.26, 28,27.132, 28,27.004c0-0.002,0-0.002,0-0.004l0-10 C 28,16.448, 27.552,16, 27,16z\"></path></g></svg></li><li title=\"arrow right down alt \">   <svg   viewBox=\"0 0 32.93000411987305 32.93000411987305\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 6.394,6.394c-5.858,5.858-5.858,15.356,0,21.214c 5.858,5.858, 15.356,5.858, 21.214,0 c 5.858-5.858, 5.858-15.356,0-21.214C 21.748,0.536, 12.252,0.536, 6.394,6.394z M 24,23c0,0.002,0,0.002,0,0.004 c0,0.13-0.026,0.258-0.076,0.378c-0.102,0.244-0.296,0.44-0.54,0.54C 23.26,23.974, 23.13,24, 23,24L 14.514,24 c-0.552,0-1-0.448-1-1c0-0.552, 0.448-1, 1-1l 6.072,0 l-11.020-11.020c-0.39-0.39-0.39-1.024,0-1.414s 1.024-0.39, 1.414,0 l 11.020,11.020L 22,14.514 c0-0.552, 0.448-1, 1-1s 1,0.448, 1,1L 24,23 z\"></path></g></svg></li><li title=\"arrow right up \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 4.292,27.708c 0.39,0.39, 1.024,0.39, 1.414,0L 26,7.414L 26,15 C 26,15.552, 26.448,16, 27,16S 28,15.552, 28,15l0-10 l0,0c0-0.13-0.026-0.26-0.078-0.382c-0.102-0.244-0.296-0.44-0.54-0.54C 27.26,4.026, 27.13,4, 27,4l-10,0 C 16.448,4, 16,4.448, 16,5 C 16,5.552, 16.448,6, 17,6l 7.586,0 L 4.292,26.292C 3.902,26.684, 3.902,27.316, 4.292,27.708z\"></path></g></svg></li><li title=\"arrow right up alt \">   <svg   viewBox=\"0 0 32.93000411987305 32.93000411987305\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 6.394,6.394c-5.858,5.858-5.858,15.356,0,21.214c 5.858,5.858, 15.356,5.858, 21.214,0 c 5.858-5.858, 5.858-15.356,0-21.214C 21.748,0.536, 12.252,0.536, 6.394,6.394z M 24,11l0,8.486 c0,0.552-0.448,1-1,1 s-1-0.448-1-1L 22,13.414 l-11.020,11.020c-0.39,0.39-1.024,0.39-1.414,0c-0.39-0.39-0.39-1.024,0-1.414L 20.586,12L 14.514,12 c-0.552,0-1-0.448-1-1c0-0.552, 0.448-1, 1-1L 23,10 c 0.13,0, 0.26,0.026, 0.382,0.078c 0.244,0.102, 0.44,0.296, 0.54,0.54 C 23.974,10.74, 24,10.87, 24,11L 24,11z\"></path></g></svg></li><li title=\"arrow right \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 4,15C 4,15.552, 4.448,16, 5,16l 19.586,0 l-4.292,4.292c-0.39,0.39-0.39,1.024,0,1.414 c 0.39,0.39, 1.024,0.39, 1.414,0l 6-6c 0.092-0.092, 0.166-0.202, 0.216-0.324C 27.972,15.26, 28,15.132, 28,15.004c0-0.002,0-0.002,0-0.004 l0,0c0-0.13-0.026-0.26-0.078-0.382c-0.050-0.122-0.124-0.232-0.216-0.324l-6-6c-0.39-0.39-1.024-0.39-1.414,0 c-0.39,0.39-0.39,1.024,0,1.414L 24.586,14L 5,14 C 4.448,14, 4,14.448, 4,15z\"></path></g></svg></li><li title=\"arrow right alt \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 17,2C 8.716,2, 2,8.716, 2,17S 8.716,32, 17,32S 32,25.284, 32,17S 25.284,2, 17,2z M 26,17 c0,0.002,0,0.002,0,0.004c0,0.13-0.026,0.258-0.076,0.378c-0.050,0.122-0.124,0.232-0.216,0.324l-6,6 c-0.39,0.39-1.024,0.39-1.414,0c-0.39-0.39-0.39-1.024,0-1.414L 22.586,18L 7,18 C 6.448,18, 6,17.552, 6,17C 6,16.448, 6.448,16, 7,16 l 15.586,0 L 18.292,11.708c-0.39-0.39-0.39-1.024,0-1.414c 0.39-0.39, 1.024-0.39, 1.414,0l 6,6c 0.092,0.092, 0.166,0.202, 0.216,0.324 C 25.974,16.74, 26,16.87, 26,17L 26,17z\"></path></g></svg></li><li title=\"arrow triangle down \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 16.682,19.674c 0.010-0.012, 0.014-0.028, 0.024-0.040l 6.982-7.714c 0.39-0.434, 0.39-1.138,0-1.572 c-0.004-0.004-0.008-0.006-0.012-0.008C 23.496,10.13, 23.244,10, 22.964,10L 8.998,10 c-0.286,0-0.54,0.138-0.722,0.352L 8.272,10.348 c-0.39,0.434-0.39,1.138,0,1.572l 6.998,7.754C 15.66,20.108, 16.292,20.108, 16.682,19.674z\"></path></g></svg></li><li title=\"arrow triangle down alt \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 17,2C 8.716,2, 2,8.716, 2,17S 8.716,32, 17,32S 32,25.284, 32,17S 25.284,2, 17,2z M 23.724,15.92l-6.11,7.714 c-0.008,0.012-0.012,0.028-0.022,0.040c-0.34,0.434-0.894,0.434-1.234,0L 10.236,15.92c-0.34-0.434-0.34-1.138,0-1.572L 10.24,14.352 C 10.398,14.138, 10.62,14, 10.87,14l 12.22,0 c 0.246,0, 0.466,0.13, 0.624,0.338c 0.004,0.004, 0.008,0.004, 0.010,0.008 C 24.066,14.782, 24.066,15.486, 23.724,15.92z\"></path></g></svg></li><li title=\"arrow triangle down alt2 \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 17,2C 8.716,2, 2,8.716, 2,17S 8.716,32, 17,32S 32,25.284, 32,17S 25.284,2, 17,2z M 17,30 C 9.832,30, 4,24.168, 4,17S 9.832,4, 17,4S 30,9.832, 30,17S 24.168,30, 17,30zM 23.734,14.338C 23.576,14.13, 23.356,14, 23.11,14l-12.22,0 C 10.64,14, 10.418,14.138, 10.26,14.352L 10.256,14.348 c-0.34,0.434-0.34,1.138,0,1.572l 6.124,7.754c 0.34,0.434, 0.894,0.434, 1.234,0c 0.010-0.012, 0.012-0.028, 0.022-0.040l 6.11-7.714 c 0.34-0.434, 0.34-1.138,0-1.572C 23.742,14.344, 23.738,14.342, 23.734,14.338z\"></path></g></svg></li><li title=\"arrow triangle left \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 18.080,8.272L 10.326,15.272c-0.434,0.39-0.434,1.022,0,1.41c 0.012,0.010, 0.028,0.014, 0.040,0.024l 7.714,6.982 c 0.434,0.39, 1.138,0.39, 1.572,0c 0.004-0.004, 0.004-0.008, 0.008-0.012C 19.87,23.496, 20,23.244, 20,22.964L 20,8.998 c0-0.286-0.138-0.54-0.352-0.72l 0.004-0.004C 19.218,7.884, 18.514,7.884, 18.080,8.272z\"></path></g></svg></li><li title=\"arrow triangle left alt \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 17,2C 8.716,2, 2,8.716, 2,17S 8.716,32, 17,32S 32,25.284, 32,17S 25.284,2, 17,2z M 20,23.090 c0,0.246-0.13,0.466-0.338,0.624c-0.004,0.004-0.004,0.008-0.008,0.010c-0.434,0.34-1.138,0.34-1.572,0L 10.366,17.616 c-0.012-0.010-0.028-0.012-0.040-0.022c-0.434-0.34-0.434-0.894,0-1.234L 18.080,10.236c 0.434-0.34, 1.138-0.34, 1.572,0L 19.648,10.24 C 19.862,10.398, 20,10.62, 20,10.87L 20,23.090 z\"></path></g></svg></li><li title=\"arrow triangle left alt2 \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 17,2C 8.716,2, 2,8.716, 2,17S 8.716,32, 17,32S 32,25.284, 32,17S 25.284,2, 17,2z M 17,30 C 9.832,30, 4,24.168, 4,17S 9.832,4, 17,4S 30,9.832, 30,17S 24.168,30, 17,30zM 19.652,10.236c-0.434-0.34-1.138-0.34-1.572,0L 10.326,16.36c-0.434,0.34-0.434,0.894,0,1.234 c 0.012,0.010, 0.028,0.012, 0.040,0.022l 7.714,6.11c 0.434,0.34, 1.138,0.34, 1.572,0c 0.004-0.002, 0.004-0.008, 0.008-0.010 C 19.87,23.556, 20,23.336, 20,23.090l0-12.22 C 20,10.62, 19.862,10.398, 19.648,10.24L 19.652,10.236z\"></path></g></svg></li><li title=\"arrow triangle right \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 13.894,23.726l 7.652-7.016c 0.428-0.39, 0.428-1.024,0-1.414c-0.012-0.010-0.028-0.014-0.040-0.024 l-7.612-7c-0.428-0.39-1.124-0.39-1.552,0C 12.34,8.276, 12.338,8.282, 12.334,8.286C 12.13,8.466, 12,8.718, 12,9l0,14 c0,0.286, 0.136,0.54, 0.346,0.722l-0.004,0.004C 12.772,24.118, 13.466,24.118, 13.894,23.726z\"></path></g></svg></li><li title=\"arrow triangle right alt \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 17,2C 8.716,2, 2,8.716, 2,17S 8.716,32, 17,32S 32,25.284, 32,17S 25.284,2, 17,2z M 23.674,17.6L 15.92,23.724 c-0.434,0.34-1.138,0.34-1.572,0l 0.004-0.004C 14.138,23.562, 14,23.34, 14,23.090l0-12.22 c0-0.246, 0.13-0.466, 0.338-0.624 C 14.342,10.244, 14.344,10.24, 14.348,10.236c 0.434-0.34, 1.138-0.34, 1.572,0l 7.714,6.11c 0.012,0.010, 0.028,0.012, 0.040,0.022 C 24.108,16.708, 24.108,17.26, 23.674,17.6z\"></path></g></svg></li><li title=\"arrow triangle right alt2 \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 17,2C 8.716,2, 2,8.716, 2,17S 8.716,32, 17,32S 32,25.284, 32,17S 25.284,2, 17,2z M 17,30 C 9.832,30, 4,24.168, 4,17S 9.832,4, 17,4S 30,9.832, 30,17S 24.168,30, 17,30zM 23.634,16.346L 15.92,10.236c-0.434-0.34-1.138-0.34-1.572,0C 14.344,10.24, 14.342,10.244, 14.338,10.246 C 14.13,10.404, 14,10.624, 14,10.87l0,12.22 c0,0.25, 0.138,0.472, 0.352,0.63l-0.004,0.004c 0.434,0.34, 1.138,0.34, 1.572,0L 23.674,17.6 c 0.434-0.34, 0.434-0.894,0-1.234C 23.662,16.356, 23.646,16.354, 23.634,16.346z\"></path></g></svg></li><li title=\"arrow triangle up \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 8.998,20l 13.966,0 c 0.286,0, 0.54-0.138, 0.72-0.352l 0.004,0.004c 0.39-0.434, 0.39-1.138,0-1.572L 16.69,10.326 c-0.39-0.434-1.022-0.434-1.41,0c-0.010,0.012-0.014,0.028-0.024,0.040L 8.272,18.080c-0.39,0.434-0.39,1.138,0,1.572 C 8.276,19.656, 8.28,19.658, 8.284,19.662C 8.466,19.87, 8.716,20, 8.998,20z\"></path></g></svg></li><li title=\"arrow triangle up alt \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 17,2C 8.716,2, 2,8.716, 2,17S 8.716,32, 17,32S 32,25.284, 32,17S 25.284,2, 17,2z M 23.724,19.652 l-0.004-0.004C 23.562,19.862, 23.34,20, 23.090,20l-12.22,0 c-0.246,0-0.466-0.13-0.624-0.338C 10.244,19.658, 10.24,19.656, 10.236,19.652 c-0.34-0.434-0.34-1.138,0-1.572l 6.11-7.714c 0.008-0.012, 0.012-0.028, 0.022-0.040c 0.34-0.434, 0.894-0.434, 1.234,0l 6.124,7.754 C 24.066,18.514, 24.066,19.218, 23.724,19.652z\"></path></g></svg></li><li title=\"arrow triangle up alt2 \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 17,2C 8.716,2, 2,8.716, 2,17S 8.716,32, 17,32S 32,25.284, 32,17S 25.284,2, 17,2z M 17,30 C 9.832,30, 4,24.168, 4,17S 9.832,4, 17,4S 30,9.832, 30,17S 24.168,30, 17,30zM 17.6,12.326c-0.34-0.434-0.894-0.434-1.234,0c-0.010,0.012-0.012,0.028-0.022,0.040L 10.236,20.080 c-0.34,0.434-0.34,1.138,0,1.572c 0.002,0.004, 0.008,0.004, 0.010,0.008C 10.404,21.87, 10.624,22, 10.87,22l 12.22,0 c 0.25,0, 0.472-0.138, 0.63-0.352l 0.004,0.004c 0.34-0.434, 0.34-1.138,0-1.572L 17.6,12.326z\"></path></g></svg></li><li title=\"arrow up down alt \">   <svg   viewBox=\"0 0 32 32.00200271606445\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 18.28,31.718c 0.196,0.196, 0.454,0.294, 0.71,0.292c 0.258,0, 0.514-0.096, 0.71-0.292l 3.852-3.852 c 0.39-0.39, 0.39-1.024,0-1.414s-1.024-0.39-1.414,0L 20,28.59l0-17.58 c0-0.552-0.448-1-1-1S 18,10.458, 18,11.010l0,17.6 l-2.304-2.304c-0.39-0.39-1.024-0.39-1.414,0c-0.39,0.39-0.39,1.024,0,1.414L 18.28,31.718zM 13,22.010c 0.552,0, 1-0.448, 1-1l0-17.6 l 2.304,2.304c 0.39,0.39, 1.024,0.39, 1.414,0 c 0.39-0.39, 0.39-1.024,0-1.414L 13.72,0.302C 13.524,0.106, 13.268,0.010, 13.010,0.010c-0.258,0-0.514,0.096-0.71,0.292L 8.448,4.154 c-0.39,0.39-0.39,1.024,0,1.414c 0.39,0.39, 1.024,0.39, 1.414,0L 12,3.43l0,17.58 C 12,21.562, 12.448,22.010, 13,22.010z\"></path></g></svg></li><li title=\"arrow up \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 17,28C 17.552,28, 18,27.552, 18,27L 18,7.414 l 4.292,4.292c 0.39,0.39, 1.024,0.39, 1.414,0 c 0.39-0.39, 0.39-1.024,0-1.414l-6-6C 17.614,4.2, 17.504,4.128, 17.382,4.078c-0.244-0.102-0.52-0.102-0.764,0 C 16.498,4.126, 16.392,4.198, 16.3,4.288C 16.298,4.29, 16.296,4.29, 16.292,4.292l-6,6c-0.39,0.39-0.39,1.024,0,1.414 c 0.39,0.39, 1.024,0.39, 1.414,0L 16,7.414L 16,27 C 16,27.552, 16.448,28, 17,28z\"></path></g></svg></li><li title=\"arrow up alt \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 17,2C 8.716,2, 2,8.716, 2,17S 8.716,32, 17,32S 32,25.284, 32,17S 25.284,2, 17,2z M 23.708,15.708 c-0.39,0.39-1.024,0.39-1.414,0L 18,11.414L 18,27 C 18,27.552, 17.552,28, 17,28S 16,27.552, 16,27L 16,11.414 L 11.708,15.708 c-0.39,0.39-1.024,0.39-1.414,0c-0.39-0.39-0.39-1.024,0-1.414l 6-6C 16.296,8.29, 16.298,8.29, 16.3,8.288 c 0.090-0.088, 0.198-0.162, 0.316-0.21c 0.244-0.102, 0.52-0.102, 0.764,0C 17.504,8.128, 17.614,8.2, 17.708,8.292l 6,6 C 24.098,14.684, 24.098,15.316, 23.708,15.708z\"></path></g></svg></li><li title=\"icon adjust horiz \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 27,6L 24,6 c0-1.104-0.896-2-2-2l-2,0 C 18.896,4, 18,4.896, 18,6L 5,6 C 4.448,6, 4,6.448, 4,7C 4,7.552, 4.448,8, 5,8L 18,8 c0,1.104, 0.896,2, 2,2l 2,0 c 1.104,0, 2-0.896, 2-2l 3,0 C 27.552,8, 28,7.552, 28,7C 28,6.448, 27.552,6, 27,6z M 22,8l-2,0 L 20,6 l 2,0 L 22,8 zM 27,14L 14,14 c0-1.104-0.896-2-2-2L 10,12 C 8.896,12, 8,12.896, 8,14L 5,14 C 4.448,14, 4,14.448, 4,15C 4,15.552, 4.448,16, 5,16L 8,16 c0,1.104, 0.896,2, 2,2l 2,0 c 1.104,0, 2-0.896, 2-2l 13,0 C 27.552,16, 28,15.552, 28,15C 28,14.448, 27.552,14, 27,14z M 12,16L 10,16 L 10,14 l 2,0 L 12,16 zM 27,22L 20,22 c0-1.104-0.896-2-2-2L 16,20 c-1.104,0-2,0.896-2,2L 5,22 C 4.448,22, 4,22.448, 4,23 C 4,23.552, 4.448,24, 5,24L 14,24 c0,1.104, 0.896,2, 2,2l 2,0 c 1.104,0, 2-0.896, 2-2l 7,0 c 0.552,0, 1-0.448, 1-1 C 28,22.448, 27.552,22, 27,22z M 18,24L 16,24 l0-2 l 2,0 L 18,24 z\"></path></g></svg></li><li title=\"icon adjust vert \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 10,8L 10,5 C 10,4.448, 9.552,4, 9,4S 8,4.448, 8,5L 8,8 C 6.896,8, 6,8.896, 6,10l0,2 c0,1.104, 0.896,2, 2,2l0,13 C 8,27.552, 8.448,28, 9,28S 10,27.552, 10,27L 10,14 c 1.104,0, 2-0.896, 2-2L 12,10 C 12,8.896, 11.104,8, 10,8z M 8,10l 2,0 l0,2 L 8,12 L 8,10 zM 18,18L 18,5 C 18,4.448, 17.552,4, 17,4S 16,4.448, 16,5L 16,18 c-1.104,0-2,0.896-2,2l0,2 c0,1.104, 0.896,2, 2,2l0,3 C 16,27.552, 16.448,28, 17,28S 18,27.552, 18,27L 18,24 c 1.104,0, 2-0.896, 2-2l0-2 C 20,18.896, 19.104,18, 18,18z M 16,20l 2,0 l0,2 L 16,22 L 16,20 zM 26,12L 26,5 C 26,4.448, 25.552,4, 25,4S 24,4.448, 24,5L 24,12 c-1.104,0-2,0.896-2,2l0,2 c0,1.104, 0.896,2, 2,2l0,9 c0,0.552, 0.448,1, 1,1s 1-0.448, 1-1L 26,18 c 1.104,0, 2-0.896, 2-2L 28,14 C 28,12.896, 27.104,12, 26,12z M 24,14l 2,0 l0,2 l-2,0 L 24,14 z\"></path></g></svg></li><li title=\"icon archive \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 30,4L 2,4 C 0.896,4,0,4.896,0,6l0,4 l 32,0 L 32,6 C 32,4.896, 31.104,4, 30,4zM 2,30c0,1.104, 0.896,2, 2,2l 24,0 c 1.104,0, 2-0.896, 2-2L 30,12 L 2,12 L 2,30 z M 12,16l 8,0 c 1.104,0, 2,0.896, 2,2c0,1.104-0.896,2-2,2 L 12,20 c-1.104,0-2-0.896-2-2C 10,16.896, 10.896,16, 12,16z\"></path></g></svg></li><li title=\"icon archive alt \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 30,4L 2,4 C 0.896,4,0,4.896,0,6l0,4 l 32,0 L 32,6 C 32,4.896, 31.104,4, 30,4z M 30,8L 2,8 L 2,6 l 28,0 L 30,8 zM 2,30c0,1.104, 0.896,2, 2,2l 24,0 c 1.104,0, 2-0.896, 2-2L 30,12 L 2,12 L 2,30 z M 4,14l 24,0 l0,16 L 4,30 L 4,14 zM 21,16l-10,0 C 10.448,16, 10,16.448, 10,17C 10,17.552, 10.448,18, 11,18l 10,0 C 21.552,18, 22,17.552, 22,17 C 22,16.448, 21.552,16, 21,16z\"></path></g></svg></li><li title=\"icon bag \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 6,32l 20,0 c 1.104,0, 2-0.896, 2-2L 28,8 c0-1.104-0.896-2-2-2l-4.010,0 C 21.942,2.678, 19.282,0, 16,0S 10.058,2.678, 10.010,6 L 6,6 C 4.896,6, 4,6.896, 4,8l0,22 C 4,31.104, 4.896,32, 6,32z M 19,12l-6,0 C 12.448,12, 12,11.552, 12,11C 12,10.448, 12.448,10, 13,10l 6,0 C 19.552,10, 20,10.448, 20,11C 20,11.552, 19.552,12, 19,12z M 16,2c 2.174,0, 3.942,1.786, 3.99,4L 12.010,6 C 12.058,3.786, 13.826,2, 16,2z\"></path></g></svg></li><li title=\"icon bag alt \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 6,32l 20,0 c 1.104,0, 2-0.896, 2-2L 28,8 c0-1.104-0.896-2-2-2l-4.010,0 C 21.942,2.678, 19.282,0, 16,0S 10.058,2.678, 10.010,6 L 6,6 C 4.896,6, 4,6.896, 4,8l0,22 C 4,31.104, 4.896,32, 6,32z M 26,8l0,22 L 6,30 L 6,8 L 26,8 z M 16,2c 2.174,0, 3.942,1.786, 3.99,4L 12.010,6 C 12.058,3.786, 13.826,2, 16,2zM 13,12l 6,0 C 19.552,12, 20,11.552, 20,11C 20,10.448, 19.552,10, 19,10l-6,0 C 12.448,10, 12,10.448, 12,11C 12,11.552, 12.448,12, 13,12z \"></path></g></svg></li><li title=\"icon balance \">   <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"   viewBox=\"0 0 32 32\" enable-background=\"new 0 0 16 16\" xml:space=\"preserve\" fill=\"currentFill\"> <g><path d=\"M 31.698,14.286l-4.822-8.77c-0.012-0.022-0.038-0.030-0.052-0.050c-0.242-0.374-0.698-0.564-1.142-0.416 L 18,7.608L 18,5 C 18,4.448, 17.552,4, 17,4S 16,4.448, 16,5l0,3.272 L 7.65,11.050c-0.068,0.022-0.12,0.068-0.18,0.104c0,0,0,0-0.002,0 C 7.332,11.236, 7.218,11.34, 7.136,11.47c-0.010,0.014-0.028,0.020-0.038,0.036l-4.966,8.75c-0.112,0.196-0.132,0.412-0.106,0.62 C 2.020,20.918, 2,20.956, 2,21C 2,23.060, 5.11,26, 8,26s 6-2.94, 6-5c0-0.128-0.028-0.25-0.074-0.362 c0-0.004-0.002-0.008-0.002-0.012c-0.002-0.006-0.004-0.014-0.006-0.020c-0.018-0.12-0.052-0.238-0.114-0.35L 9.438,12.566L 16,10.382 L 16,27 C 16,27.552, 16.448,28, 17,28S 18,27.552, 18,27L 18,9.716 l 5.892-1.96l-3.59,6.532C 20.116,14.468, 20,14.72, 20,15 c0,2.060, 3.11,5, 6,5s 6-2.94, 6-5C 32,14.72, 31.884,14.468, 31.698,14.286z M 4.576,20l 3.392-5.974L 11.358,20L 4.576,20 z M 22.744,14 L 26,8.076L 29.256,14L 22.744,14 z\"></path></g></svg></li><li title=\"icon blocked \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 16,0C 7.164,0,0,7.164,0,16s 7.164,16, 16,16s 16-7.164, 16-16S 24.836,0, 16,0z M 16,4c 6.616,0, 12,5.384, 12,12 c0,2.588-0.832,4.98-2.23,6.942L 9.058,6.23C 11.020,4.832, 13.412,4, 16,4z M 4,16c0-2.588, 0.832-4.98, 2.23-6.942l 16.712,16.712l0,0 C 20.978,27.168, 18.588,28, 16,28C 9.384,28, 4,22.616, 4,16z\"></path></g></svg></li><li title=\"icon book \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 5.042,32l 0.912,0 l 12.006,0 L 20,32 l 0.708,0 l 3.244,0 c 1.104,0, 2-0.896, 2-2l0-4.312 L 25.952,25 l0-16 c0-0.552-0.448-1-1-1 c0,0,0,0,0,0L 8,8 C 7.95,8, 7.852,8.008, 7.758,8.014L 5.042,8C 3.364,8, 2,6.718, 2,5.042C 2,3.364, 3.322,2, 5,2l 4,0 L 20,2 l 8,0 l0,23 c0,0.552, 0.4,1, 0.954,1S 30,25.552, 30,25l0-24 C 30,0.448, 29.506,0, 28.954,0l-6.978,0 L 9,0 L 5.042,0 C 2.282,0, 0.048,2.218, 0.008,4.968 L0,4.958l0,4.166 L0,12 l0,10.958 l0,2.474 l0,1.526 C0,29.742, 2.258,32, 5.042,32z\"></path></g></svg></li><li title=\"icon book alt \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 27.042,0L 18.018,0 L 9,0 L 5.042,0 C 2.282,0, 0.048,2.218, 0.008,4.968L0,4.958l0,4.166 L0,12 l0,10.958 l0,2.474 l0,1.526 C0,29.742, 2.258,32, 5.042,32l 0.912,0 L 14,32 l 2.75,0 l 1.338,0 l 3.954,0 C 23.146,32, 24,31.104, 24,30L 24,9 C 24,8.448, 23.594,8, 23.042,8l-18,0 C 3.364,8, 2,6.718, 2,5.042C 2,3.364, 3.364,2, 5.042,2L 9,2 l 9.32,0 L 26,2 l0,23 c0,0.552, 0.49,1, 1.042,1S 28,25.552, 28,25l0-24 C 28,0.448, 27.594,0, 27.042,0z M 5.042,10l 16.96,0 l 0.040,20L 18.088,30 L 16.75,30 L 14,30 L 5.954,30 L 5.042,30 C 3.364,30, 2,28.636, 2,26.958l0-1.526 l0-2.474 L 2,12 L 2,9.124 L 2,9.022 C 2.84,9.638, 3.89,10, 5.042,10z\"></path></g></svg></li><li title=\"icon box checked \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 26,26L 6,26 L 6,6 l 14.752,0 L 22,4L 6,4 C 4.896,4, 4,4.896, 4,6l0,20 c0,1.104, 0.896,2, 2,2l 20,0 c 1.104,0, 2-0.896, 2-2L 28,12.794 L 26,16L 26,26 zM 29.366,2.228C 29.13,2.074, 28.864,2, 28.602,2c-0.456,0-0.904,0.224-1.172,0.634L 16.558,18.318l-4.206-4.8 C 11.782,12.992, 10.898,13.026, 10.372,13.594S 9.882,15.048, 10.45,15.572l 5.056,5.77c 0.032,0.052, 0.082,0.092, 0.122,0.14l 0.128,0.146 c 0.016,0.014, 0.036,0.018, 0.052,0.032c 0.040,0.032, 0.064,0.076, 0.106,0.106c 0.086,0.056, 0.18,0.092, 0.274,0.126 c 0.022,0.008, 0.040,0.022, 0.062,0.028c 0.14,0.046, 0.286,0.074, 0.43,0.074c 0.006,0, 0.012-0.004, 0.018-0.004 c 0.38,0.002, 0.758-0.138, 1.036-0.438c 0.052-0.056, 0.072-0.124, 0.114-0.186c 0.002-0.002, 0.004-0.004, 0.006-0.006l 11.918-17.194 C 30.194,3.52, 30.014,2.652, 29.366,2.228z\"></path></g></svg></li><li title=\"icon box empty \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 26,4L 6,4 C 4.896,4, 4,4.896, 4,6l0,20 c0,1.104, 0.896,2, 2,2l 20,0 c 1.104,0, 2-0.896, 2-2L 28,6 C 28,4.896, 27.104,4, 26,4z M 26,26L 6,26 L 6,6 l 20,0 L 26,26 z\"></path></g></svg></li><li title=\"icon box selected \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 26,4L 6,4 C 4.896,4, 4,4.896, 4,6l0,20 c0,1.104, 0.896,2, 2,2l 20,0 c 1.104,0, 2-0.896, 2-2L 28,6 C 28,4.896, 27.104,4, 26,4z M 26,26L 6,26 L 6,6 l 20,0 L 26,26 zM 12,22l 8,0 c 1.104,0, 2-0.896, 2-2L 22,12 c0-1.104-0.896-2-2-2L 12,10 C 10.896,10, 10,10.896, 10,12l0,8 C 10,21.104, 10.896,22, 12,22z\"></path></g></svg></li><li title=\"icon briefcase \">   <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"   viewBox=\"0 0 32 32\" enable-background=\"new 0 0 16 16\" xml:space=\"preserve\" fill=\"currentFill\"> <g><path d=\"M 30,8l-6,0 L 24,4 c0-1.104-0.896-2-2-2L 10,2 C 8.896,2, 8,2.896, 8,4l0,4 L 2,8 C 0.896,8,0,8.896,0,10l0,18 c0,1.104, 0.896,2, 2,2l 28,0 c 1.104,0, 2-0.896, 2-2L 32,10 C 32,8.896, 31.104,8, 30,8z M 2,10l 8,0 l 12,0 l 8,0 l0,18 L 2,28 L 2,10 z M 10,4l 12,0 l0,4 L 10,8 L 10,4 z\"></path></g></svg></li><li title=\"icon briefcase alt \">   <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"   viewBox=\"0 0 32 32\" enable-background=\"new 0 0 16 16\" xml:space=\"preserve\" fill=\"currentFill\"> <g><path d=\"M 30,8l-6,0 L 24,4 c0-1.104-0.896-2-2-2L 10,2 C 8.896,2, 8,2.896, 8,4l0,4 L 2,8 C 0.896,8,0,8.896,0,10l0,18 c0,1.104, 0.896,2, 2,2l 28,0 c 1.104,0, 2-0.896, 2-2L 32,10 C 32,8.896, 31.104,8, 30,8z M 10,4l 12,0 l0,4 L 10,8 L 10,4 z\"></path></g></svg></li><li title=\"icon building \">   <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"   viewBox=\"0 0 32 32\" enable-background=\"new 0 0 16 16\" xml:space=\"preserve\" fill=\"currentFill\"> <g><path d=\"M 20,4L 22,4L 22,6L 20,6zM 24,4L 26,4L 26,6L 24,6zM 20,8L 22,8L 22,10L 20,10zM 24,8L 26,8L 26,10L 24,10zM 20,12L 22,12L 22,14L 20,14zM 24,12L 26,12L 26,14L 24,14zM 20,16L 22,16L 22,18L 20,18zM 24,16L 26,16L 26,18L 24,18zM 20,20L 22,20L 22,22L 20,22zM 24,20L 26,20L 26,22L 24,22zM 28,0L 18,0 C 16.896,0, 16,0.896, 16,2l0,6 L 6,8 C 4.896,8, 4,8.896, 4,10l0,20 c0,1.104, 0.896,2, 2,2l 22,0 c 1.104,0, 2-0.896, 2-2L 30,2 C 30,0.896, 29.104,0, 28,0z M 12,30L 10,30 l0-4 l 2,0 L 12,30 z M 14,30l0-4 l0-2 L 12,24 L 10,24 L 8,24 l0,2 l0,4 L 6,30 L 6,10 l 10,0 l0,20 L 14,30 z M 24,30l-2,0 l0-4 l 2,0 L 24,30 z M 28,30l-2,0 l0-4 l0-2 l-2,0 l-2,0 l-2,0 l0,6 L 18,30 L 18,10 L 18,2 l 10,0 L 28,30 zM 8,12L 10,12L 10,14L 8,14zM 12,12L 14,12L 14,14L 12,14zM 8,16L 10,16L 10,18L 8,18zM 12,16L 14,16L 14,18L 12,18zM 8,20L 10,20L 10,22L 8,22zM 12,20L 14,20L 14,22L 12,22z\"></path></g></svg></li><li title=\"icon building alt \">   <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"   viewBox=\"0 0 32 32\" enable-background=\"new 0 0 16 16\" xml:space=\"preserve\" fill=\"currentFill\"> <g><path d=\"M 2,32l 26,0 c 1.104,0, 2-0.896, 2-2L 30,18 c0-1.104-0.896-2-2-2l-6,0 c-1.104,0-2,0.896-2,2L 20,2 c0-1.104-0.896-2-2-2L 12,0 C 10.896,0, 10,0.896, 10,2l0,8 c0-1.104-0.896-2-2-2L 2,8 C 0.896,8,0,8.896,0,10l0,20 C0,31.104, 0.896,32, 2,32z M 2,30l0-4 l 2,0 l0,4 L 2,30 z M 4,18l0,2 L 2,20 L 2,18 L 4,18 z M 2,16 L 2,14 l 2,0 l0,2 L 2,16 z M 4,22l0,2 L 2,24 l0-2 L 4,22 z M 6,20L 6,18 l 2,0 l0,2 L 6,20 z M 8,22l0,2 L 6,24 l0-2 L 8,22 z M 6,16L 6,14 l 2,0 l0,2 L 6,16 z M 6,30l0-4 l 2,0 l0,4 L 6,30 z M 8,12L 6,12 L 6,10 l 2,0 L 8,12 z M 4,12L 2,12 L 2,10 l 2,0 L 4,12 z M 16,30l0-4 l 2,0 l0,4 L 16,30 z M 14,10l0,2 L 12,12 L 12,10 L 14,10 z M 12,8L 12,6 l 2,0 l0,2 L 12,8 z M 14,14l0,2 L 12,16 L 12,14 L 14,14 z M 14,18l0,2 L 12,20 L 12,18 L 14,18 z M 14,22l0,2 L 12,24 l0-2 L 14,22 z M 16,20L 16,18 l 2,0 l0,2 L 16,20 z M 18,22l0,2 L 16,24 l0-2 L 18,22 z M 16,16L 16,14 l 2,0 l0,2 L 16,16 z M 16,12L 16,10 l 2,0 l0,2 L 16,12 z M 16,8L 16,6 l 2,0 l0,2 L 16,8 z M 18,4L 16,4 L 16,2 l 2,0 L 18,4 z M 14,4L 12,4 L 12,2 l 2,0 L 14,4 z M 12,26l 2,0 l0,4 L 12,30 L 12,26 z M 24,24l-2,0 l0-2 l 2,0 L 24,24 z M 26,22l 2,0 l0,2 l-2,0 L 26,22 z M 26,26l 2,0 l0,4 l-2,0 L 26,26 z M 28,20l-2,0 L 26,18 l 2,0 L 28,20 z M 24,20l-2,0 L 22,18 l 2,0 L 24,20 z M 22,26l 2,0 l0,4 l-2,0 L 22,26 z\"></path></g></svg></li><li title=\"icon calculator alt \">   <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"   viewBox=\"0 0 32 32\" enable-background=\"new 0 0 16 16\" xml:space=\"preserve\" fill=\"currentFill\"> <g><path d=\"M 6,32l 20,0 c 1.104,0, 2-0.896, 2-2L 28,2 c0-1.104-0.896-2-2-2L 6,0 C 4.896,0, 4,0.896, 4,2l0,28 C 4,31.104, 4.896,32, 6,32z M 22,22c-1.104,0-2-0.896-2-2c0-1.104, 0.896-2, 2-2s 2,0.896, 2,2C 24,21.104, 23.104,22, 22,22z M 24,26c0,1.104-0.896,2-2,2 s-2-0.896-2-2c0-1.104, 0.896-2, 2-2S 24,24.896, 24,26z M 22,16c-1.104,0-2-0.896-2-2c0-1.104, 0.896-2, 2-2s 2,0.896, 2,2 C 24,15.104, 23.104,16, 22,16z M 8,8L 8,4 l 16,0 l0,4 L 8,8 z M 16,22c-1.104,0-2-0.896-2-2c0-1.104, 0.896-2, 2-2s 2,0.896, 2,2C 18,21.104, 17.104,22, 16,22z M 18,26c0,1.104-0.896,2-2,2s-2-0.896-2-2c0-1.104, 0.896-2, 2-2S 18,24.896, 18,26z M 16,16C 14.896,16, 14,15.104, 14,14c0-1.104, 0.896-2, 2-2 s 2,0.896, 2,2C 18,15.104, 17.104,16, 16,16z M 10,12c 1.104,0, 2,0.896, 2,2c0,1.104-0.896,2-2,2S 8,15.104, 8,14C 8,12.896, 8.896,12, 10,12z M 10,18 c 1.104,0, 2,0.896, 2,2c0,1.104-0.896,2-2,2s-2-0.896-2-2C 8,18.896, 8.896,18, 10,18z M 10,24c 1.104,0, 2,0.896, 2,2c0,1.104-0.896,2-2,2 s-2-0.896-2-2C 8,24.896, 8.896,24, 10,24z\"></path></g></svg></li><li title=\"icon calendar \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 31.882,5.624C 31.63,4.81, 30.898,4.208, 30,4.208l-2,0 l0,2 l0,1.104 c0,1.654-1.346,3-3,3S 22,8.966, 22,7.312 L 22,6.208 l0-2 L 9.99,4.208 l0,2 l0,1.104 c0,1.654-1.346,3-3,3c-1.654,0-3-1.346-3-3L 3.99,6.208 l0-2 L 2,4.208 c-0.898,0-1.63,0.602-1.882,1.416L0,5.624 l0,0.584 l0,6.23 L0,30 c0,1.104, 0.896,2, 2,2l 28,0 c 1.104,0, 2-0.896, 2-2L 32,12.438 L 32,6.208 L 32,5.624 L 31.882,5.624 z M 30,30L 2,30 L 2,14 l 28,0 L 30,30 zM 6.99,8.312c 0.552,0, 1-0.448, 1-1L 7.99,1 c0-0.552-0.448-1-1-1s-1,0.448-1,1l0,6.312 C 5.99,7.864, 6.438,8.312, 6.99,8.312zM 25,8.312c 0.552,0, 1-0.448, 1-1L 26,1 C 26,0.448, 25.552,0, 25,0S 24,0.448, 24,1l0,6.312 C 24,7.864, 24.448,8.312, 25,8.312z\"></path></g></svg></li><li title=\"icon calulator \">   <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"   viewBox=\"0 0 32 32\" enable-background=\"new 0 0 16 16\" xml:space=\"preserve\" fill=\"currentFill\"> <g><path d=\"M 6,32l 20,0 c 1.104,0, 2-0.896, 2-2L 28,2 c0-1.104-0.896-2-2-2L 6,0 C 4.896,0, 4,0.896, 4,2l0,28 C 4,31.104, 4.896,32, 6,32z M 6,2l 20,0 l0,28 L 6,30 L 6,2 zM 22,4L 10,4 C 8.896,4, 8,4.896, 8,6l0,2 c0,1.104, 0.896,2, 2,2l 12,0 c 1.104,0, 2-0.896, 2-2L 24,6 C 24,4.896, 23.104,4, 22,4z M 22,8 L 10,8 L 10,6 l 12,0 L 22,8 zM 8,14A2,2 0 1 0 12,14A2,2 0 1 0 8,14zM 8,20A2,2 0 1 0 12,20A2,2 0 1 0 8,20zM 8,26A2,2 0 1 0 12,26A2,2 0 1 0 8,26zM 14,14A2,2 0 1 0 18,14A2,2 0 1 0 14,14zM 14,20A2,2 0 1 0 18,20A2,2 0 1 0 14,20zM 14,26A2,2 0 1 0 18,26A2,2 0 1 0 14,26zM 20,14A2,2 0 1 0 24,14A2,2 0 1 0 20,14zM 20,20A2,2 0 1 0 24,20A2,2 0 1 0 20,20zM 20,26A2,2 0 1 0 24,26A2,2 0 1 0 20,26z\"></path></g></svg></li><li title=\"icon camera \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 30,10l-4,0 c0,0-1.156,0-2-2c-0.43-1.018-0.896-2-2-2L 14,6 C 12.896,6, 12.416,6.976, 12,8C 11.188,10, 10,10, 10,10L 8,10 c0-1.104-0.896-2-2-2L 4,8 C 2.896,8, 2,8.896, 2,10C 0.896,10,0,10.896,0,12l0,4 l 11.11,0 C 12.496,13.618, 15.046,12, 18,12s 5.504,1.618, 6.89,4L 32,16 L 32,12 C 32,10.896, 31.104,10, 30,10z M 7,14l-4,0 C 2.448,14, 2,13.552, 2,13C 2,12.448, 2.448,12, 3,12L 4,12 l 2,0 l 1,0 C 7.552,12, 8,12.448, 8,13 C 8,13.552, 7.552,14, 7,14zM 12,20A6,6 1080 1 0 24,20A6,6 1080 1 0 12,20zM 26,20c0,4.418-3.582,8-8,8c-4.418,0-8-3.582-8-8c0-0.694, 0.116-1.358, 0.282-2L0,18 l0,10 c0,1.104, 0.896,2, 2,2l 28,0 c 1.104,0, 2-0.896, 2-2L 32,18 l-6.282,0 C 25.884,18.642, 26,19.306, 26,20z\"></path></g></svg></li><li title=\"icon camera alt \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 30,10l-4,0 c0,0-1.156,0-2-2c-0.43-1.018-0.896-2-2-2L 14,6 C 12.896,6, 12.416,6.976, 12,8C 11.188,10, 10,10, 10,10L 8,10 c0-1.104-0.896-2-2-2L 4,8 C 2.896,8, 2,8.896, 2,10C 0.896,10,0,10.896,0,12l0,16 c0,1.104, 0.896,2, 2,2l 28,0 c 1.104,0, 2-0.896, 2-2L 32,19.75 L 32,18 L 32,12 C 32,10.896, 31.104,10, 30,10z M 30,28L 2,28 l0-8 l 9.1,0 c 0.49,3.388, 3.376,6, 6.9,6c 3.61,0, 6.546-2.742, 6.924-6.25L 30,19.75 L 30,28 z M 13,19 C 13,16.242, 15.244,14, 18,14s 5,2.242, 5,5c0,2.756-2.244,5-5,5S 13,21.756, 13,19z M 24.9,18C 24.41,14.612, 21.524,12, 18,12 S 11.59,14.612, 11.1,18L 2,18 L 2,12 l 2,0 l 2,0 l 4,0 c 1.168,0, 2.88-0.85, 3.852-3.248C 14.018,8.346, 14.13,8.122, 14.204,8l 7.584,0 c 0.134,0.22, 0.306,0.626, 0.37,0.778C 23.452,11.844, 25.586,12, 26,12l 4,0 l0,6 L 24.9,18 zM 4,15.020A1,1 1080 1 0 6,15.020A1,1 1080 1 0 4,15.020z\"></path></g></svg></li><li title=\"icon cart \">   <svg   viewBox=\"0 0 32.402000427246094 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 30,8L 6,8 C 5.844,8, 5.708,8.054, 5.562,8.088L 4.786,4.772C 4.68,4.32, 4.278,4, 3.812,4L 0.942,4 c-0.552,0-1,0.448-1,1S 0.388,6, 0.942,6L 3.020,6 l 1.242,5.312L 6,20c0,0.072, 0.034,0.134, 0.042,0.204l-1.018,4.58 c-0.066,0.296, 0.006,0.606, 0.196,0.842C 5.41,25.864, 5.696,26, 6,26l 22.688,0 c 0.552,0, 1-0.448, 1-1s-0.448-1-1-1L 7.248,24 l 0.458-2.060C 7.806,21.956, 7.896,22, 8,22l 18.23,0 c 1.104,0, 1.77-0.218, 2.302-1.5l 3.248-9.964C 32.344,8.75, 31.106,8, 30,8zM 6,30A2,2 1080 1 0 10,30A2,2 1080 1 0 6,30zM 24,30A2,2 1080 1 0 28,30A2,2 1080 1 0 24,30z\"></path></g></svg></li><li title=\"icon cart alt \">   <svg   viewBox=\"0 0 32.402000427246094 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 6,30A2,2 1080 1 0 10,30A2,2 1080 1 0 6,30zM 24,30A2,2 1080 1 0 28,30A2,2 1080 1 0 24,30zM-0.058,5c0,0.552, 0.448,1, 1,1L 3.020,6 l 1.242,5.312L 6,20c0,0.072, 0.034,0.134, 0.042,0.204l-1.018,4.58 c-0.066,0.296, 0.006,0.606, 0.196,0.842C 5.41,25.864, 5.696,26, 6,26l 22.688,0 c 0.552,0, 1-0.448, 1-1s-0.448-1-1-1L 7.248,24 l 0.458-2.060C 7.806,21.956, 7.896,22, 8,22l 18.23,0 c 1.104,0, 1.77-0.218, 2.302-1.5l 3.248-9.964C 32.344,8.75, 31.106,8, 30,8L 6,8 C 5.844,8, 5.708,8.054, 5.562,8.088L 4.786,4.772C 4.68,4.32, 4.278,4, 3.812,4L 0.942,4 C 0.388,4-0.058,4.448-0.058,5z M 6.040,10l 23.81,0 l-3.192,9.798c-0.038,0.086-0.070,0.148-0.094,0.19C 26.498,19.994, 26.394,20, 26.23,20L 8,20 L 8,19.802 L 7.962,19.608L 6.040,10z\"></path></g></svg></li><li title=\"icon chat \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 27.91,11.79c 0.176,0.792, 0.278,1.606, 0.278,2.442c0,6.456-5.48,11.838-12.696,12.994 c 1.526,0.616, 3.236,0.976, 5.058,0.976c 1.718,0, 3.34-0.316, 4.804-0.866c 1.854,0.632, 3.878,0.796, 5.552,0.796 c-0.87-1.044-1.474-2.068-1.906-2.968C 30.856,23.508, 32,21.314, 32,18.898C 32,16.042, 30.406,13.496, 27.91,11.79zM 25.188,14.232C 25.188,8.582, 19.55,4, 12.594,4S0,8.582,0,14.232c0,2.948, 1.542,5.596, 3.998,7.464 c-0.462,1.192-1.244,2.75-2.57,4.344c 2.516,0, 5.756-0.33, 8.25-1.862c 0.938,0.182, 1.912,0.288, 2.916,0.288 C 19.55,24.464, 25.188,19.884, 25.188,14.232z\"></path></g></svg></li><li title=\"icon chat alt \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 27.91,11.79c 0.176,0.792, 0.278,1.606, 0.278,2.442c0,6.456-5.48,11.838-12.696,12.994 c 1.526,0.616, 3.236,0.976, 5.058,0.976c 1.718,0, 3.34-0.316, 4.804-0.866c 1.854,0.632, 3.878,0.796, 5.552,0.796 c-0.87-1.044-1.474-2.068-1.906-2.968C 30.856,23.508, 32,21.314, 32,18.898C 32,16.042, 30.406,13.496, 27.91,11.79zM 1.472,25.418c 0.174,0.33, 0.516,0.536, 0.886,0.536c 0.016,0, 0.034,0, 0.048-0.002 c 1.058-0.050, 3.162-0.752, 5.39-2.166c 1.192,0.21, 3.862,0.606, 4.794,0.606c 7.034,0, 12.542-4.898, 12.542-11.152 c0-6.15-5.624-11.152-12.542-11.152S 0.052,7.088, 0.052,13.238c0,2.862, 1.26,5.628, 3.478,7.698c-0.498,1.212-1.158,2.358-1.964,3.408 C 1.328,24.652, 1.292,25.072, 1.472,25.418z M 2.052,13.238c0-5.046, 4.728-9.152, 10.542-9.152s 10.542,4.106, 10.542,9.152 c0,5.216-4.532,9.152-10.542,9.152c-0.79,0-3.934-0.458-4.798-0.64c-0.264-0.052-0.538-0.004-0.758,0.146 c-0.858,0.568-1.666,0.998-2.37,1.314c 0.382-0.718, 0.712-1.462, 0.988-2.23c 0.142-0.398, 0.020-0.842-0.304-1.11 C 3.224,18.12, 2.052,15.764, 2.052,13.238z\"></path></g></svg></li><li title=\"icon check \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 13.788,25.588c 0.040,0.032, 0.064,0.076, 0.106,0.106c 0.060,0.040, 0.128,0.048, 0.192,0.076 c 0.076,0.036, 0.15,0.070, 0.23,0.092c 0.078,0.020, 0.154,0.030, 0.234,0.036c 0.114,0.012, 0.224,0.012, 0.336-0.004 c 0.046-0.008, 0.090-0.020, 0.136-0.032c 0.138-0.034, 0.266-0.088, 0.392-0.164c 0.022-0.014, 0.040-0.030, 0.062-0.044 c 0.082-0.056, 0.17-0.098, 0.24-0.174c 0.050-0.054, 0.072-0.124, 0.112-0.184c 0.002-0.002, 0.006-0.004, 0.006-0.006l 11.918-19.102 c 0.424-0.646, 0.242-1.514-0.406-1.938s-1.514-0.242-1.938,0.406l-11.008,17.642L 8.312,16.376C 7.744,15.85, 6.86,15.884, 6.334,16.452 C 5.81,17.020, 5.844,17.906, 6.412,18.43l 7.324,7.126C 13.75,25.57, 13.77,25.574, 13.788,25.588z\"></path></g></svg></li><li title=\"icon check alt \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 16.084,0c-8.836,0-16,7.164-16,16s 7.164,16, 16,16s 16-7.164, 16-16S 24.92,0, 16.084,0z M 23.496,11.574l-7.664,11.714 c-0.002,0.002-0.006,0.004-0.006,0.006c-0.040,0.060-0.062,0.128-0.112,0.184c-0.070,0.076-0.16,0.116-0.24,0.174 c-0.020,0.014-0.040,0.030-0.062,0.044c-0.124,0.078-0.252,0.13-0.392,0.164c-0.046,0.012-0.088,0.024-0.136,0.032 c-0.114,0.016-0.222,0.016-0.336,0.004c-0.080-0.006-0.156-0.016-0.234-0.036c-0.080-0.022-0.154-0.056-0.23-0.092 c-0.064-0.030-0.132-0.038-0.192-0.076c-0.044-0.028-0.068-0.072-0.106-0.106c-0.016-0.014-0.036-0.018-0.052-0.032L 9.272,19.428 C 8.704,18.902, 8.67,18.016, 9.194,17.45s 1.41-0.602, 1.978-0.078l 3.23,2.988l 6.75-10.318c 0.424-0.646, 1.29-0.828, 1.938-0.406 C 23.738,10.060, 23.92,10.928, 23.496,11.574z\"></path></g></svg></li><li title=\"icon check alt2 \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 16.084,0c-8.836,0-16,7.164-16,16s 7.164,16, 16,16s 16-7.164, 16-16S 24.92,0, 16.084,0z M 16.084,30c-7.72,0-14-6.28-14-14 s 6.28-14, 14-14s 14,6.28, 14,14S 23.802,30, 16.084,30zM 23.092,9.636c-0.646-0.424-1.514-0.242-1.938,0.406L 14.402,20.36L 11.174,17.372 C 10.606,16.848, 9.72,16.882, 9.194,17.45S 8.704,18.902, 9.272,19.428l 4.462,4.128c 0.016,0.014, 0.036,0.018, 0.052,0.032 c 0.040,0.032, 0.064,0.076, 0.106,0.106c 0.060,0.040, 0.128,0.048, 0.192,0.076c 0.076,0.036, 0.15,0.070, 0.23,0.092 c 0.078,0.020, 0.154,0.030, 0.234,0.036c 0.114,0.012, 0.224,0.012, 0.336-0.004c 0.046-0.008, 0.090-0.020, 0.136-0.032 c 0.138-0.034, 0.266-0.088, 0.392-0.164c 0.022-0.014, 0.040-0.030, 0.062-0.044c 0.082-0.056, 0.17-0.098, 0.24-0.174 c 0.050-0.054, 0.072-0.124, 0.112-0.184c 0.002-0.002, 0.006-0.004, 0.006-0.006l 7.664-11.714C 23.92,10.928, 23.738,10.060, 23.092,9.636z\"></path></g></svg></li><li title=\"icon circle empty \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 16,4C 9.372,4, 4,9.372, 4,16s 5.372,12, 12,12s 12-5.372, 12-12S 22.628,4, 16,4z M 16,26c-5.514,0-10-4.486-10-10s 4.486-10, 10-10 s 10,4.486, 10,10S 21.514,26, 16,26z\"></path></g></svg></li><li title=\"icon circle slelected \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 16,4C 9.372,4, 4,9.372, 4,16s 5.372,12, 12,12s 12-5.372, 12-12S 22.628,4, 16,4z M 16,26c-5.514,0-10-4.486-10-10s 4.486-10, 10-10 s 10,4.486, 10,10S 21.514,26, 16,26zM 10,16A6,6 1080 1 0 22,16A6,6 1080 1 0 10,16z\"></path></g></svg></li><li title=\"icon clipboard \">   <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"   viewBox=\"0 0 32 32\" enable-background=\"new 0 0 16 16\" xml:space=\"preserve\" fill=\"currentFill\"> <g><path d=\"M 26,2l-6,0 c0-1.104-0.896-2-2-2L 14,0 C 12.896,0, 12,0.896, 12,2L 6,2 C 4.896,2, 4,2.896, 4,4l0,26 c0,1.104, 0.896,2, 2,2l 20,0 c 1.104,0, 2-0.896, 2-2L 28,4 C 28,2.896, 27.104,2, 26,2z M 26,28L 6,28 L 6,4 l 4,0 c0,1.104, 0.896,2, 2,2l 2,0 l 4,0 l 2,0 c 1.104,0, 2-0.896, 2-2l 4,0 L 26,28 zM 8,11C 8,11.552, 8.448,12, 9,12l 14,0 C 23.552,12, 24,11.552, 24,11C 24,10.448, 23.552,10, 23,10l-14,0 C 8.448,10, 8,10.448, 8,11zM 23,16l-14,0 C 8.448,16, 8,16.448, 8,17C 8,17.552, 8.448,18, 9,18l 14,0 C 23.552,18, 24,17.552, 24,17 C 24,16.448, 23.552,16, 23,16zM 23,22l-14,0 C 8.448,22, 8,22.448, 8,23C 8,23.552, 8.448,24, 9,24l 14,0 c 0.552,0, 1-0.448, 1-1 C 24,22.448, 23.552,22, 23,22z\"></path></g></svg></li><li title=\"icon clock \">   <svg   viewBox=\"0 0 32.78200149536133 32.78200149536133\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 6.508,6.508c-5.832,5.832-5.832,15.288,0,21.118s 15.288,5.832, 21.118,0c 5.832-5.832, 5.832-15.288,0-21.118 C 21.794,0.676, 12.338,0.676, 6.508,6.508z M 25,18L 17.040,18 C 17.026,18, 17.014,18.008, 17,18.008c-0.552,0-1-0.448-1-1L 16,7 C 16,6.448, 16.448,6, 17,6S 18,6.448, 18,7L 18,16 l 7,0 C 25.552,16, 26,16.448, 26,17C 26,17.552, 25.552,18, 25,18z\"></path></g></svg></li><li title=\"icon clock alt \">   <svg   viewBox=\"0 0 32.784000396728516 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 17.066,2.134c-3.822,0-7.644,1.458-10.56,4.374c-5.832,5.832-5.832,15.288,0,21.118 C 9.424,30.542, 13.244,32, 17.066,32s 7.644-1.458, 10.56-4.374c 5.832-5.832, 5.832-15.288,0-21.118C 24.71,3.592, 20.888,2.134, 17.066,2.134z M 26.212,26.212C 23.77,28.654, 20.522,30, 17.066,30c-3.454,0-6.702-1.346-9.146-3.788c-2.442-2.442-3.788-5.69-3.788-9.146 s 1.346-6.702, 3.788-9.146c 2.442-2.442, 5.69-3.788, 9.146-3.788c 3.454,0, 6.702,1.346, 9.146,3.788S 30,13.612, 30,17.066 S 28.654,23.77, 26.212,26.212zM 23,16L 18,16 L 18,8.986 c0-0.552-0.448-1-1-1S 16,8.434, 16,8.986l0,8.008 c0,0,0,0.002,0,0.002L 16,17 C 16,17.552, 16.448,18, 17,18l 6,0 C 23.552,18, 24,17.552, 24,17C 24,16.448, 23.552,16, 23,16z\"></path></g></svg></li><li title=\"icon close \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 10.050,23.95c 0.39,0.39, 1.024,0.39, 1.414,0L 17,18.414l 5.536,5.536c 0.39,0.39, 1.024,0.39, 1.414,0 c 0.39-0.39, 0.39-1.024,0-1.414L 18.414,17l 5.536-5.536c 0.39-0.39, 0.39-1.024,0-1.414c-0.39-0.39-1.024-0.39-1.414,0 L 17,15.586L 11.464,10.050c-0.39-0.39-1.024-0.39-1.414,0c-0.39,0.39-0.39,1.024,0,1.414L 15.586,17l-5.536,5.536 C 9.66,22.926, 9.66,23.56, 10.050,23.95z\"></path></g></svg></li><li title=\"icon close alt \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 17,2C 8.716,2, 2,8.716, 2,17S 8.716,32, 17,32S 32,25.284, 32,17S 25.284,2, 17,2z M 23.95,11.464L 18.376,17.038 l 4.932,5.498c 0.39,0.39, 0.39,1.024,0,1.414s-1.024,0.39-1.414,0L 16.962,18.452l-5.498,5.498c-0.39,0.39-1.024,0.39-1.414,0 c-0.39-0.39-0.39-1.024,0-1.414l 5.574-5.574L 10.692,11.464c-0.39-0.39-0.39-1.024,0-1.414c 0.39-0.39, 1.024-0.39, 1.414,0 l 4.932,5.498l 5.498-5.498c 0.39-0.39, 1.024-0.39, 1.414,0C 24.34,10.44, 24.34,11.074, 23.95,11.464z\"></path></g></svg></li><li title=\"icon close alt2 \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 17,2C 8.716,2, 2,8.716, 2,17S 8.716,32, 17,32S 32,25.284, 32,17S 25.284,2, 17,2z M 17,30 C 9.832,30, 4,24.168, 4,17S 9.832,4, 17,4S 30,9.832, 30,17S 24.168,30, 17,30zM 22.536,10.050L 17.038,15.548L 12.108,10.050c-0.39-0.39-1.024-0.39-1.414,0c-0.39,0.39-0.39,1.024,0,1.414 l 4.932,5.498l-5.574,5.574c-0.39,0.39-0.39,1.024,0,1.414c 0.39,0.39, 1.024,0.39, 1.414,0l 5.498-5.498l 4.932,5.498 c 0.39,0.39, 1.024,0.39, 1.414,0s 0.39-1.024,0-1.414L 18.376,17.038l 5.574-5.574c 0.39-0.39, 0.39-1.024,0-1.414 C 23.56,9.66, 22.926,9.66, 22.536,10.050z\"></path></g></svg></li><li title=\"icon cloud download \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 26,16c-0.070,0-0.136,0.018-0.204,0.020C 25.93,15.368, 26,14.692, 26,14c0-5.522-4.478-10-10-10S 6,8.478, 6,14 c0,0.034, 0.010,0.066, 0.010,0.1C 2.618,14.584,0,17.474,0,21c0,3.524, 2.612,6.41, 6,6.9L 6,28 l 10,0 l-6.244-8L 14,20 L 14,12 c0-1.104, 0.896-2, 2-2 s 2,0.896, 2,2l0,8 l 4.244,0 L 16,28l 10,0 c 3.314,0, 6-2.686, 6-6S 29.314,16, 26,16z\"></path></g></svg></li><li title=\"icon cloud download alt \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 26.166,16c 1.868-4.29, 0.716-7.018-0.222-8.332c-1.424-1.994-4.018-3.088-6.296-2.65 C 15.688,5.774, 14,8.458, 14,14l0,4.628 L 11.684,16.312c-0.39-0.39-1.024-0.39-1.414,0s-0.39,1.024,0,1.414l 4.024,4.022 c 0.202,0.202, 0.468,0.294, 0.732,0.288c 0.264,0.006, 0.53-0.086, 0.732-0.288l 4.044-4.042c 0.39-0.39, 0.39-1.024,0-1.414 s-1.024-0.39-1.414,0L 16,18.678L 16,14 c0-5.768, 1.986-6.628, 4.020-7.018c 1.306-0.24, 3.196,0.308, 4.294,1.848 c 1.344,1.878, 1.086,4.664-0.726,7.84c-0.192,0.338-0.172,0.756, 0.052,1.072s 0.618,0.476, 0.992,0.408 c 0.242-0.042, 0.964-0.152, 1.42-0.152C 28.23,17.998, 30,19.792, 30,22c0,2.206-1.794,4-4,4l-19.854,0.012C 3.822,25.668, 2,23.466, 2,21 c0-2.456, 1.844-4.57, 4.292-4.92l 0.86-0.124c 0.492-0.070, 0.858-0.492, 0.858-0.99L 7.994,13.902C 8,10.32, 10.208,7.376, 13.25,6.902 C 13.794,6.816, 14.168,6.306, 14.084,5.76C 13.998,5.214, 13.5,4.844, 12.94,4.926C 8.92,5.552, 6,9.326, 5.994,13.898 c0,0.002, 0.016,0.202, 0.016,0.202l0,0 C 2.584,14.59,0,17.556,0,21c0,3.492, 2.516,6.496, 6,7l 20,0 c 3.308,0, 6-2.692, 6-6 C 32,18.728, 29.392,16.060, 26.166,16z\"></path></g></svg></li><li title=\"icon cloud upload \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 26,16c-0.070,0-0.136,0.018-0.204,0.020C 25.93,15.368, 26,14.692, 26,14c0-5.522-4.478-10-10-10S 6,8.478, 6,14 c0,0.034, 0.010,0.066, 0.010,0.1C 2.618,14.584,0,17.474,0,21C0,24.866, 3.134,28, 7,28l 5.016,0 C 13.112,28, 14,27.112, 14,26.016L 14,20 L 9.756,20 L 16,12l 6.244,8L 18,20 l0,6.016 C 18,27.112, 18.888,28, 19.984,28L 26,28 c 3.314,0, 6-2.686, 6-6S 29.314,16, 26,16z\"></path></g></svg></li><li title=\"icon cloud upload alt \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 26.052,15.998c-0.086,0-0.17,0-0.252,0.002C 25.932,15.342, 26,14.67, 26,14c0-5.514-4.486-10-10-10 C 10.49,4, 6,8.442, 5.994,13.898c0,0.002, 0.016,0.202, 0.016,0.202l0,0 C 2.584,14.59,0,17.556,0,21c0,3.492, 2.516,6.496, 6,7l 5,0 C 11.552,28, 12,27.552, 12,27S 11.552,26, 11,26l-4.854,0.010C 3.822,25.668, 2,23.466, 2,21c0-2.456, 1.844-4.57, 4.292-4.92l 0.86-0.124 c 0.492-0.070, 0.858-0.492, 0.858-0.99L 7.994,13.902C 8,9.544, 11.59,6, 16,6c 4.412,0, 8,3.588, 8,8c0,0.542-0.054,1.088-0.164,1.618 l-0.264,1.272c-0.066,0.318, 0.028,0.646, 0.248,0.884c 0.22,0.236, 0.536,0.358, 0.864,0.308c 0.022-0.002, 0.648-0.084, 1.368-0.084 C 28.23,17.998, 30,19.792, 30,22c0,2.206-1.794,4-4,4L 19,26 c-2.8,0-2.99-1.678-3-2L 16,17.364 l 2.366,2.364 c 0.39,0.39, 1.024,0.39, 1.414,0c 0.39-0.39, 0.39-1.024,0-1.414L 15.756,14.292C 15.56,14.096, 15.302,14, 15.044,14 C 15.028,14, 15.016,13.992, 15,13.992c-0.288,0-0.542,0.124-0.724,0.318L 10.248,18.334c-0.39,0.39-0.39,1.024,0,1.414 c 0.39,0.39, 1.024,0.39, 1.414,0L 14,17.412L 14,24 c0,1.382, 1.044,4, 5,4L 26,28 c 3.308,0, 6-2.692, 6-6S 29.332,15.998, 26.052,15.998z\"></path></g></svg></li><li title=\"icon cloud \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 26,16c-0.070,0-0.136,0.018-0.204,0.020C 25.93,15.368, 26,14.692, 26,14c0-5.522-4.478-10-10-10S 6,8.478, 6,14 c0,0.034, 0.010,0.066, 0.010,0.1C 2.618,14.584,0,17.474,0,21c0,3.524, 2.612,6.41, 6,6.9L 6,28 l 20,0 c 3.314,0, 6-2.686, 6-6S 29.314,16, 26,16z \"></path></g></svg></li><li title=\"icon cloud alt \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 26,16c-0.070,0-0.136,0.018-0.204,0.020C 25.93,15.368, 26,14.692, 26,14c0-5.522-4.478-10-10-10S 6,8.478, 6,14 c0,0.034, 0.010,0.066, 0.010,0.1C 2.618,14.584,0,17.474,0,21c0,3.524, 2.612,6.41, 6,6.9L 6,28 l 20,0 c 3.314,0, 6-2.686, 6-6S 29.314,16, 26,16z M 26,26L 6.628,26 c-0.11-0.036-0.224-0.064-0.342-0.080C 3.842,25.568, 2,23.452, 2,21c0-2.456, 1.846-4.57, 4.292-4.92 c 0.994-0.142, 1.728-0.998, 1.718-2c0-0.060-0.004-0.12-0.010-0.178C 8.054,9.534, 11.622,6, 16,6c 4.412,0, 8,3.588, 8,8 c0,0.544-0.056,1.088-0.164,1.618c-0.124,0.6, 0.036,1.224, 0.432,1.692c 0.38,0.45, 0.94,0.708, 1.528,0.708 c 0.024,0, 0.046,0, 0.070-0.002C 25.91,18.018, 26.004,18.010, 26.082,18C 28.25,18.044, 30,19.822, 30,22C 30,24.206, 28.206,26, 26,26z\"></path></g></svg></li><li title=\"icon cog \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 27.526,12.682c-0.252-0.876-0.594-1.71-1.028-2.492l 1.988-4.182c-0.738-0.92-1.574-1.756-2.494-2.494 l-4.182,1.988c-0.78-0.432-1.616-0.776-2.492-1.028L 17.762,0.102C 17.184,0.038, 16.596,0, 16,0S 14.816,0.038, 14.238,0.102L 12.682,4.474 C 11.808,4.726, 10.972,5.070, 10.192,5.502L 6.008,3.514c-0.92,0.738-1.756,1.574-2.494,2.494l 1.988,4.182 c-0.432,0.78-0.776,1.616-1.028,2.492L 0.102,14.238C 0.038,14.816,0,15.404,0,16s 0.038,1.184, 0.102,1.762l 4.374,1.556 c 0.252,0.876, 0.594,1.71, 1.028,2.492l-1.988,4.182c 0.738,0.92, 1.574,1.758, 2.494,2.494l 4.182-1.988 c 0.78,0.432, 1.616,0.776, 2.492,1.028l 1.556,4.374C 14.816,31.962, 15.404,32, 16,32s 1.184-0.038, 1.762-0.102l 1.556-4.374 c 0.876-0.252, 1.71-0.594, 2.492-1.028l 4.182,1.988c 0.92-0.738, 1.758-1.574, 2.494-2.494l-1.988-4.182 c 0.432-0.78, 0.776-1.616, 1.028-2.492l 4.374-1.556C 31.962,17.184, 32,16.596, 32,16s-0.038-1.184-0.102-1.762L 27.526,12.682z M 16,24 c-4.418,0-8-3.582-8-8c0-4.418, 3.582-8, 8-8s 8,3.582, 8,8C 24,20.418, 20.418,24, 16,24zM 12,16A4,4 1080 1 0 20,16A4,4 1080 1 0 12,16z\"></path></g></svg></li><li title=\"icon cogs \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 0.978,17.198l 3.47-0.128C 4.858,17.602, 5.332,18.086, 5.86,18.518l-0.228,3.474 c 0.38,0.216, 0.772,0.416, 1.184,0.594c 0.41,0.178, 0.826,0.324, 1.244,0.454l 2.37-2.55c 0.678,0.086, 1.354,0.098, 2.020,0.032 l 2.29,2.612c 0.854-0.234, 1.678-0.562, 2.458-0.978L 17.072,18.684C 17.602,18.274, 18.086,17.8, 18.518,17.272l 3.474,0.228 c 0.216-0.38, 0.416-0.772, 0.594-1.184c 0.178-0.41, 0.324-0.826, 0.454-1.244l-2.55-2.37c 0.086-0.678, 0.098-1.354, 0.032-2.020 l 2.612-2.29c-0.234-0.854-0.562-1.678-0.978-2.458L 18.684,6.060C 18.274,5.53, 17.8,5.046, 17.272,4.614L 17.5,1.14 C 17.12,0.924, 16.728,0.724, 16.316,0.546C 15.906,0.37, 15.49,0.222, 15.072,0.094L 12.704,2.644c-0.678-0.086-1.354-0.098-2.020-0.032 L 8.392,0C 7.538,0.234, 6.714,0.562, 5.934,0.978L 6.060,4.448C 5.53,4.858, 5.046,5.33, 4.614,5.858L 1.14,5.632 c-0.216,0.38-0.416,0.772-0.594,1.184C 0.37,7.226, 0.222,7.642, 0.094,8.060l 2.55,2.37c-0.086,0.678-0.098,1.354-0.032,2.020L0,14.74 C 0.234,15.592, 0.562,16.418, 0.978,17.198z M 13.942,6.056c 3.042,1.312, 4.446,4.842, 3.134,7.886S 12.234,18.388, 9.19,17.076 S 4.744,12.234, 6.056,9.19S 10.898,4.744, 13.942,6.056zM 8.566,11.566A3,3 1080 1 0 14.566,11.566A3,3 1080 1 0 8.566,11.566zM 30.042,23.548l-0.828-0.294l 0.378-0.796l 0.87-1.83c-0.322-0.402-0.688-0.768-1.092-1.092l-1.83,0.87 l-0.796,0.378l-0.294-0.828l-0.68-1.914C 25.518,18.016, 25.26,18, 25,18s-0.518,0.016-0.772,0.044l-0.68,1.914l-0.294,0.828 l-0.796-0.378l-1.83-0.87c-0.402,0.322-0.768,0.688-1.092,1.092l 0.87,1.83l 0.378,0.796l-0.828,0.294l-1.914,0.68 C 18.016,24.482, 18,24.74, 18,25s 0.016,0.518, 0.044,0.77l 1.914,0.68l 0.828,0.294l-0.378,0.796l-0.87,1.83 c 0.322,0.402, 0.688,0.768, 1.092,1.092l 1.83-0.87l 0.796-0.378l 0.294,0.828l 0.68,1.914C 24.482,31.984, 24.74,32, 25,32 s 0.518-0.016, 0.772-0.044l 0.68-1.914l 0.294-0.828l 0.796,0.378l 1.83,0.87c 0.402-0.322, 0.768-0.688, 1.092-1.092l-0.87-1.83 l-0.378-0.796l 0.828-0.294l 1.914-0.68C 31.984,25.518, 32,25.26, 32,25s-0.016-0.518-0.044-0.772L 30.042,23.548z M 25,26.5 c-0.828,0-1.5-0.672-1.5-1.5c0-0.828, 0.672-1.5, 1.5-1.5s 1.5,0.672, 1.5,1.5C 26.5,25.828, 25.828,26.5, 25,26.5z\"></path></g></svg></li><li title=\"icon comment \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 5.078,24.482C 4.492,25.996, 3.498,27.976, 1.812,30c 3.198,0, 7.312-0.42, 10.482-2.364 C 13.486,27.866, 14.722,28, 16,28c 8.836,0, 16-5.82, 16-13S 24.836,2, 16,2S0,7.82,0,15C0,18.744, 1.96,22.11, 5.078,24.482z\"></path></g></svg></li><li title=\"icon comment alt \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 1.898,29.382c 0.164,0.352, 0.518,0.576, 0.906,0.576c 2.87,0, 5.298-0.698, 8.056-2.324 C 12.198,27.846, 14.84,28.108, 16,28.108c 8.756,0, 15.878-5.846, 15.878-13.034S 24.756,2.042, 16,2.042S 0.122,7.886, 0.122,15.074 c0,3.388, 1.634,6.662, 4.51,9.088c-0.652,1.48-1.522,2.876-2.594,4.154C 1.79,28.616, 1.734,29.032, 1.898,29.382z M 2.122,15.074 c0-6.084, 6.226-11.034, 13.878-11.034s 13.878,4.95, 13.878,11.034S 23.652,26.108, 16,26.108c-1.148,0-4.136-0.308-5.146-0.504 c-0.244-0.044-0.498,0.002-0.71,0.128C 8.28,26.872, 6.654,27.524, 4.914,27.8c 0.75-1.136, 1.374-2.336, 1.86-3.586 c 0.162-0.418, 0.030-0.89-0.328-1.16C 3.656,20.942, 2.122,18.106, 2.122,15.074z\"></path></g></svg></li><li title=\"icon compass \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 16,0C 7.164,0,0,7.164,0,16s 7.164,16, 16,16s 16-7.164, 16-16S 24.836,0, 16,0z M 23.848,9.53l-2.324,3.724L 19.974,15.738 C 19.98,15.826, 20,15.91, 20,16c0,2.21-1.79,4-4,4c-0.090,0-0.174-0.020-0.262-0.026l-2.486,1.55l-3.722,2.324 C 9.368,23.95, 9.184,24, 9,24c-0.258,0-0.514-0.1-0.708-0.292c-0.33-0.33-0.388-0.842-0.14-1.236l 2.324-3.724l 1.55-2.484 C 12.020,16.174, 12,16.090, 12,16c0-2.21, 1.79-4, 4-4c 0.090,0, 0.174,0.020, 0.262,0.026l 2.486-1.55l 3.722-2.324 c 0.388-0.246, 0.906-0.188, 1.236,0.142C 24.038,8.622, 24.096,9.134, 23.848,9.53zM 14,16A2,2 1080 1 0 18,16A2,2 1080 1 0 14,16z\"></path></g></svg></li><li title=\"icon compass alt \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 16,0C 7.164,0,0,7.164,0,16s 7.164,16, 16,16s 16-7.164, 16-16S 24.836,0, 16,0z M 16,30c-7.72,0-14-6.28-14-14s 6.28-14, 14-14 s 14,6.28, 14,14S 23.72,30, 16,30zM 22.47,8.152L 18.748,10.476L 16.262,12.026c 1.996,0.132, 3.58,1.714, 3.712,3.712l 1.55-2.484l 2.324-3.724 c 0.248-0.394, 0.19-0.908-0.14-1.236C 23.376,7.962, 22.86,7.906, 22.47,8.152zM 12.026,16.262L 10.476,18.748l-2.324,3.724c-0.248,0.394-0.19,0.908, 0.14,1.236C 8.486,23.9, 8.742,24, 9,24 c 0.184,0, 0.368-0.050, 0.53-0.152l 3.722-2.324l 2.486-1.55C 13.742,19.842, 12.158,18.258, 12.026,16.262zM 16.262,12.026C 16.174,12.020, 16.090,12, 16,12C 13.79,12, 12,13.79, 12,16c0,0.090, 0.020,0.174, 0.026,0.262 c 0.132,1.996, 1.716,3.58, 3.712,3.712C 15.826,19.98, 15.91,20, 16,20c 2.21,0, 4-1.79, 4-4c0-0.090-0.020-0.174-0.026-0.262 C 19.842,13.742, 18.258,12.158, 16.262,12.026z M 14,16c0-1.102, 0.898-2, 2-2s 2,0.898, 2,2S 17.102,18, 16,18S 14,17.102, 14,16z\"></path></g></svg></li><li title=\"icon cone \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 21.696,12L 17.884,1.328C 17.6,0.532, 16.846,0, 16,0S 14.4,0.532, 14.116,1.328L 10.304,12L 21.696,12 zM 26.696,26L 23.838,18L 8.162,18L 5.304,26 zM 2,28c-1.104,0-2,0.896-2,2c0,1.104, 0.896,2, 2,2l 4,0 l 20,0 l 4,0 c 1.104,0, 2-0.896, 2-2c0-1.104-0.896-2-2-2L 2,28 z\"></path></g></svg></li><li title=\"icon cone alt \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 24.966,20l-0.758-2l-2.14,0 L 9.932,18 l-2.14,0 l-0.758,2L 4,28l 24,0 L 24.966,20z M 9.174,20l 13.654,0 l 2.276,6L 6.898,26 L 9.174,20zM 20.552,14l 2.14,0 l-0.758-2L 17.866,1.278C 17.568,0.508, 16.826,0, 16,0S 14.432,0.508, 14.134,1.278L 10.068,12L 9.31,14 l 2.14,0 L 20.552,14 z M 16,2l 3.792,10L 12.208,12 L 16,2zM 30.984,30L 1.016,30 C 0.454,30,0,30.424,0,30.984S 0.454,32, 1.016,32l 29.968,0 C 31.546,32, 32,31.546, 32,30.984 S 31.546,30, 30.984,30z\"></path></g></svg></li><li title=\"icon contacts \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 2,0C 0.896,0,0,0.896,0,2l0,28 c0,1.104, 0.896,2, 2,2l 2,0 L 4,0 L 2,0 zM 26,0L 6,0 l0,32 l 20,0 c 1.104,0, 2-0.896, 2-2L 28,2 C 28,0.896, 27.104,0, 26,0z M 16.89,7.708 c 1.672,0, 3.026,1.356, 3.026,3.026c0,1.672-1.356,3.028-3.026,3.028c-1.672,0-3.028-1.356-3.028-3.028 C 13.862,9.062, 15.218,7.708, 16.89,7.708z M 12,21.614c0-3.668, 2.218-6.64, 4.952-6.64s 4.952,2.974, 4.952,6.64S 12,25.28, 12,21.614zM 30,2L 32,2L 32,8L 30,8zM 30,10L 32,10L 32,16L 30,16zM 30,18L 32,18L 32,24L 30,24z\"></path></g></svg></li><li title=\"icon contacts alt \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 26,0L 2,0 C 0.896,0,0,0.896,0,2l0,28 c0,1.104, 0.896,2, 2,2l 24,0 c 1.104,0, 2-0.896, 2-2L 28,2 C 28,0.896, 27.104,0, 26,0z M 2,2l 4,0 l0,28 L 2,30 L 2,2 z M 26,30L 8,30 L 8,2 l 18,0 L 26,30 zM 13.862,10.734A3.028,3.028 1080 1 0 19.918,10.734A3.028,3.028 1080 1 0 13.862,10.734zM 16.952,14.972C 14.218,14.972, 12,17.946, 12,21.614s 9.906,3.668, 9.906,0S 19.688,14.972, 16.952,14.972zM 30,2L 32,2L 32,8L 30,8zM 30,10L 32,10L 32,16L 30,16zM 30,18L 32,18L 32,24L 30,24z\"></path></g></svg></li><li title=\"icon creditcard \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 30,4L 2,4 C 0.896,4,0,4.896,0,6l0,4.084 L0,14 l0,12 c0,1.104, 0.896,2, 2,2l 28,0 c 1.104,0, 2-0.896, 2-2L 32,14 L 32,10.084 L 32,6 C 32,4.896, 31.104,4, 30,4z M 30,26L 2,26 L 2,14 l 28,0 L 30,26 z M 2,10.084L 2,6 l 28,0 l0,4.084 L 2,10.084 zM 5,24l 10,0 C 15.552,24, 16,23.552, 16,23C 16,22.448, 15.552,22, 15,22l-10,0 C 4.448,22, 4,22.448, 4,23 C 4,23.552, 4.448,24, 5,24zM 18,23A1,1 1080 1 0 20,23A1,1 1080 1 0 18,23zM 22,23A1,1 1080 1 0 24,23A1,1 1080 1 0 22,23zM 26,23A1,1 1080 1 0 28,23A1,1 1080 1 0 26,23z\"></path></g></svg></li><li title=\"icon currency \">   <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"   viewBox=\"0 0 32 32\" enable-background=\"new 0 0 16 16\" xml:space=\"preserve\" fill=\"currentFill\"> <g><path d=\"M 17,2C 8.716,2, 2,8.716, 2,17S 8.716,32, 17,32S 32,25.284, 32,17S 25.284,2, 17,2z M 17,30 C 9.832,30, 4,24.168, 4,17S 9.832,4, 17,4S 30,9.832, 30,17S 24.168,30, 17,30zM 18.714,10C 20.526,10, 22,11.346, 22,13C 22,13.552, 22.448,14, 23,14S 24,13.552, 24,13C 24,10.242, 21.628,8, 18.714,8L 18,8 L 18,7 C 18,6.448, 17.552,6, 17,6S 16,6.448, 16,7L 16,8 L 15.286,8 C 12.372,8, 10,10.242, 10,13S 12.372,18, 15.286,18L 16,18 l0,6 L 15.286,24 C 13.474,24, 12,22.654, 12,21 C 12,20.448, 11.552,20, 11,20S 10,20.448, 10,21C 10,23.758, 12.372,26, 15.286,26L 16,26 l0,1 C 16,27.552, 16.448,28, 17,28S 18,27.552, 18,27L 18,26 l 0.714,0 C 21.628,26, 24,23.758, 24,21S 21.628,16, 18.714,16L 18,16 L 18,10 L 18.714,10 z M 18.714,18C 20.526,18, 22,19.346, 22,21S 20.526,24, 18.714,24L 18,24 L 18,18 L 18.714,18 z M 16,16 L 15.286,16 C 13.474,16, 12,14.654, 12,13S 13.474,10, 15.286,10L 16,10 L 16,16 z\"></path></g></svg></li><li title=\"icon currency alt \">   <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"   viewBox=\"0 0 32 32\" enable-background=\"new 0 0 16 16\" xml:space=\"preserve\" fill=\"currentFill\"> <g><path d=\"M 17,2C 8.716,2, 2,8.716, 2,17S 8.716,32, 17,32S 32,25.284, 32,17S 25.284,2, 17,2z M 18.714,16 C 21.628,16, 24,18.242, 24,21S 21.628,26, 18.714,26L 18,26 l0,1 C 18,27.552, 17.552,28, 17,28S 16,27.552, 16,27L 16,26 L 15.286,26 C 12.372,26, 10,23.758, 10,21 C 10,20.448, 10.448,20, 11,20S 12,20.448, 12,21C 12,22.654, 13.474,24, 15.286,24L 16,24 L 16,18 L 15.286,18 C 12.372,18, 10,15.758, 10,13S 12.372,8, 15.286,8L 16,8 L 16,7 C 16,6.448, 16.448,6, 17,6S 18,6.448, 18,7L 18,8 l 0.714,0 C 21.628,8, 24,10.242, 24,13C 24,13.552, 23.552,14, 23,14S 22,13.552, 22,13 C 22,11.346, 20.526,10, 18.714,10L 18,10 l0,6 L 18.714,16 zM 12,13C 12,14.654, 13.474,16, 15.286,16L 16,16 L 16,10 L 15.286,10 C 13.474,10, 12,11.346, 12,13zM 18.714,24C 20.526,24, 22,22.654, 22,21S 20.526,18, 18.714,18L 18,18 l0,6 L 18.714,24 z\"></path></g></svg></li><li title=\"icon cursor \">   <svg   viewBox=\"0 0 32 32.36000061035156\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 26.56,21.272c 0.214-0.366, 0.176-0.826-0.098-1.15L 9.828,0.356C 9.556,0.034, 9.112-0.084, 8.72,0.060 C 8.326,0.204, 8.062,0.58, 8.062,1l0,26.094 c0,0.432, 0.276,0.814, 0.686,0.95c 0.102,0.034, 0.208,0.050, 0.314,0.050 c 0.31,0, 0.61-0.144, 0.802-0.404l 4.472-6.024l 3.102,8.874c 0.398,1.136, 1.642,1.736, 2.778,1.338s 1.736-1.642, 1.338-2.778 l-3.044-8.706l 6.996,1.354C 25.928,21.83, 26.346,21.636, 26.56,21.272z\"></path></g></svg></li><li title=\"icon cursor alt \">   <svg   viewBox=\"0 0 32 32.36000061035156\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 9.828,0.356C 9.556,0.034, 9.114-0.084, 8.72,0.060C 8.326,0.204, 8.062,0.58, 8.062,1l0,26.094 c0,0.432, 0.276,0.814, 0.686,0.95c 0.102,0.034, 0.208,0.050, 0.314,0.050c 0.31,0, 0.61-0.144, 0.802-0.404l 4.472-6.024l 3.102,8.874 c 0.398,1.136, 1.642,1.736, 2.778,1.338s 1.736-1.642, 1.338-2.778l-3.044-8.706l 6.996,1.354c 0.418,0.084, 0.838-0.11, 1.052-0.474 c 0.214-0.366, 0.176-0.826-0.098-1.15L 9.828,0.356z M 15.45,17.762C 15.072,17.686, 14.686,17.838, 14.458,18.148l-4.394,5.92L 10.064,3.742 l 13.048,15.504L 15.45,17.762z\"></path></g></svg></li><li title=\"icon datareport \">   <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"   viewBox=\"0 0 32 32\" enable-background=\"new 0 0 16 16\" xml:space=\"preserve\" fill=\"currentFill\"> <g><path d=\"M 2,30c0,1.104, 0.896,2, 2,2l 24,0 c 1.104,0, 2-0.896, 2-2L 30,2 c0-1.104-0.896-2-2-2L 4,0 C 2.896,0, 2,0.896, 2,2L 2,30 z M 4,2 l 24,0 l0,28 L 4,30 L 4,2 zM 8,18L 12,18L 12,26L 8,26zM 14,8L 18,8L 18,26L 14,26zM 20,12L 24,12L 24,26L 20,26z\"></path></g></svg></li><li title=\"icon datareport alt \">   <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"   viewBox=\"0 0 32 32\" enable-background=\"new 0 0 16 16\" xml:space=\"preserve\" fill=\"currentFill\"> <g><path d=\"M 4,0C 2.896,0, 2,0.896, 2,2l0,28 c0,1.104, 0.896,2, 2,2l 26,0 c 1.104,0, 2-0.896, 2-2L 32,2 c0-1.104-0.896-2-2-2L 4,0 z M 28,10.888L 28,28 l-6,0 L 22,10.888 L 28,10.888 z M 20,6l0,22 L 14,28 L 14,6 L 20,6 z M 12,18.222L 12,28 L 6,28 L 6,18.222 L 12,18.222 z\"></path></g></svg></li><li title=\"icon desktop \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 30,2L 2,2 C 0.896,2,0,2.896,0,4l0,18 c0,1.104, 0.896,2, 2,2l 9.998,0 c-0.004,1.446-0.062,3.324-0.61,4L 10.984,28 C 10.44,28, 10,28.448, 10,29C 10,29.552, 10.44,30, 10.984,30l 10.030,0 C 21.56,30, 22,29.552, 22,29c0-0.552-0.44-1-0.984-1l-0.404,0 c-0.55-0.676-0.606-2.554-0.61-4L 30,24 c 1.104,0, 2-0.896, 2-2L 32,4 C 32,2.896, 31.104,2, 30,2z M 14,24l-0.002,0.004 C 13.998,24.002, 13.998,24.002, 14,24L 14,24z M 18.002,24.004L 18,24l 0.002,0 C 18.002,24.002, 18.002,24.002, 18.002,24.004z M 30,20L 2,20 L 2,4 l 28,0 L 30,20 z\"></path></g></svg></li><li title=\"icon dislike \">   <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"   viewBox=\"0 0 32 32\" enable-background=\"new 0 0 16 16\" xml:space=\"preserve\" fill=\"currentFill\"> <g><path d=\"M 4.9,22.004c0,0, 7.622,0, 9.1,0l0,5.188 C 13.93,29.998, 14.562,32, 16.938,32C 19.5,32, 20,29.874, 20,29.874 c 0.468-7.53, 8-9.87, 8-9.87l0-16 l-2.922-0.124c-7.566,0-3.026-3.876-15.458-3.876c-9.44,0-9.62,8.308-9.62,14 S 2.594,22.004, 4.9,22.004z M 9.62,2.004c 6.316,0, 7.654,1.006, 8.836,1.894c 1.492,1.122, 2.928,1.98, 6.524,1.98 c 0.004,0, 0.008,0, 0.012,0L 26,5.92l0,12.738 c-2.494,1.166-7.45,4.284-7.978,10.836C 17.944,29.654, 17.686,30, 16.938,30 c-0.178,0-0.408-0.020-0.506-0.12C 16.35,29.796, 15.948,29.278, 16,27.192l0-5.188 l0-2 L 14,20.004 L 4.9,20.004 c-1.442,0-2.9-2.060-2.9-6 C 2,6.222, 3.214,2.004, 9.62,2.004zM 31,2.004c-0.552,0-1,0.448-1,1l0,17.916 c0,0.552, 0.448,1, 1,1s 1-0.448, 1-1L 32,3.004 C 32,2.452, 31.552,2.004, 31,2.004z\"></path></g></svg></li><li title=\"icon dislike alt \">   <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"   viewBox=\"0 0 32 32\" enable-background=\"new 0 0 16 16\" xml:space=\"preserve\" fill=\"currentFill\"> <g><path d=\"M 4.9,22.004c0,0, 6.95,0, 9.062,0l0,5.462 c-0.148,2.46, 0.56,4.536, 2.072,4.534 c 2.632-0.004, 2.558-2.126, 2.558-2.126C 19.060,22.344, 26,20.004, 26,20.004l0-16 l-0.922-0.124c-7.566,0-3.026-3.876-15.458-3.876 c-9.44,0-9.62,8.308-9.62,14S 2.594,22.004, 4.9,22.004zM 30,2.004c-1.104,0-2,0.896-2,2l0,15.938 c0,1.104, 0.896,2, 2,2s 2-0.896, 2-2L 32,4.004 C 32,2.9, 31.104,2.004, 30,2.004z\"></path></g></svg></li><li title=\"icon document \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 4,32l 24.084,0 c 1.104,0, 2-0.896, 2-2L 30.084,2 c0-1.104-0.896-2-2-2L 4,0 C 2.896,0, 2,0.896, 2,2l0,28 C 2,31.104, 2.896,32, 4,32z M 15,6l 8.084,0 c 0.552,0, 1,0.448, 1,1c0,0.552-0.448,1-1,1L 15,8 C 14.448,8, 14,7.552, 14,7C 14,6.448, 14.448,6, 15,6z M 9,12 l 14.084,0 c 0.552,0, 1,0.448, 1,1c0,0.552-0.448,1-1,1L 9,14 C 8.448,14, 8,13.552, 8,13C 8,12.448, 8.448,12, 9,12z M 9,18l 14.084,0 c 0.552,0, 1,0.448, 1,1c0,0.552-0.448,1-1,1L 9,20 C 8.448,20, 8,19.552, 8,19C 8,18.448, 8.448,18, 9,18z M 9,24l 14.084,0 c 0.552,0, 1,0.448, 1,1c0,0.552-0.448,1-1,1L 9,26 C 8.448,26, 8,25.552, 8,25C 8,24.448, 8.448,24, 9,24z\"></path></g></svg></li><li title=\"icon document alt \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 4,32l 24,0 c 1.104,0, 2-0.896, 2-2L 30,2 c0-1.104-0.896-2-2-2L 4,0 C 2.896,0, 2,0.896, 2,2l0,28 C 2,31.104, 2.896,32, 4,32z M 4,2l 24,0 l0,28 L 4,30 L 4,2 zM 23,6l-8,0 C 14.448,6, 14,6.448, 14,7C 14,7.552, 14.448,8, 15,8l 8,0 C 23.552,8, 24,7.552, 24,7 C 24,6.448, 23.552,6, 23,6zM 23,12l-14,0 C 8.448,12, 8,12.448, 8,13C 8,13.552, 8.448,14, 9,14l 14,0 C 23.552,14, 24,13.552, 24,13 C 24,12.448, 23.552,12, 23,12zM 23,18l-14,0 C 8.448,18, 8,18.448, 8,19C 8,19.552, 8.448,20, 9,20l 14,0 c 0.552,0, 1-0.448, 1-1 C 24,18.448, 23.552,18, 23,18zM 23,24l-14,0 C 8.448,24, 8,24.448, 8,25C 8,25.552, 8.448,26, 9,26l 14,0 c 0.552,0, 1-0.448, 1-1 C 24,24.448, 23.552,24, 23,24z\"></path></g></svg></li><li title=\"icon documents \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 4,28l 2,0 l0,2 c0,1.104, 0.896,2, 2,2l 20,0 c 1.104,0, 2-0.896, 2-2L 30,6 c0-1.104-0.896-2-2-2l-2,0 L 26,2 c0-1.104-0.896-2-2-2L 4,0 C 2.896,0, 2,0.896, 2,2l0,24 C 2,27.104, 2.896,28, 4,28z M 28,6l0,24 L 8,30 l0-2 l 16,0 c 1.104,0, 2-0.896, 2-2L 26,6 L 28,6 z M 21,4C 21.552,4, 22,4.448, 22,5 C 22,5.552, 21.552,6, 21,6L 12.916,6 c-0.552,0-1-0.448-1-1c0-0.552, 0.448-1, 1-1L 21,4 z M 6.916,10L 21,10 C 21.552,10, 22,10.448, 22,11C 22,11.552, 21.552,12, 21,12L 6.916,12 c-0.552,0-1-0.448-1-1C 5.916,10.448, 6.364,10, 6.916,10z M 6.916,16L 21,16 C 21.552,16, 22,16.448, 22,17C 22,17.552, 21.552,18, 21,18L 6.916,18 c-0.552,0-1-0.448-1-1C 5.916,16.448, 6.364,16, 6.916,16z M 6.916,22 L 21,22 c 0.552,0, 1,0.448, 1,1c0,0.552-0.448,1-1,1L 6.916,24 c-0.552,0-1-0.448-1-1C 5.916,22.448, 6.364,22, 6.916,22z\"></path></g></svg></li><li title=\"icon documents alt \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 4,28l 2,0 l0,2 c0,1.104, 0.896,2, 2,2l 20,0 c 1.104,0, 2-0.896, 2-2L 30,6 c0-1.104-0.896-2-2-2l-2,0 L 26,2 c0-1.104-0.896-2-2-2L 4,0 C 2.896,0, 2,0.896, 2,2l0,24 C 2,27.104, 2.896,28, 4,28z M 24,26L 4,26 L 4,2 l 20,0 L 24,26 z M 28,6l0,24 L 8,30 l0-2 l 16,0 c 1.104,0, 2-0.896, 2-2L 26,6 L 28,6 zM 10,7C 10,7.552, 10.448,8, 11,8l 10,0 C 21.552,8, 22,7.552, 22,7C 22,6.448, 21.552,6, 21,6l-10,0 C 10.448,6, 10,6.448, 10,7zM 7,14l 14,0 C 21.552,14, 22,13.552, 22,13C 22,12.448, 21.552,12, 21,12l-14,0 C 6.448,12, 6,12.448, 6,13 C 6,13.552, 6.448,14, 7,14zM 7,18l 14,0 C 21.552,18, 22,17.552, 22,17C 22,16.448, 21.552,16, 21,16l-14,0 C 6.448,16, 6,16.448, 6,17 C 6,17.552, 6.448,18, 7,18zM 7,22l 14,0 c 0.552,0, 1-0.448, 1-1c0-0.552-0.448-1-1-1l-14,0 C 6.448,20, 6,20.448, 6,21 C 6,21.552, 6.448,22, 7,22z\"></path></g></svg></li><li title=\"icon download \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 16,24L 26,14L 20,14L 20,2L 12,2L 12.036,14L 6,14 zM 4,28L 4,32L 28,32L 28,28L 28,24L 24,24L 24,28L 8,28L 8,24L 4,24 z\"></path></g></svg></li><li title=\"icon drawer \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 28,4c-0.562-1.25-1.582-2-2.688-2L 6.5,2 C 5.396,2, 4.5,2.75, 4,4l-4,16l0,0.032 l0,1 l0,1 l0,1.072 l0,0.032 l0,5.896 c0,0.552, 0.448,1, 1,1l 30,0 c 0.552,0, 1-0.448, 1-1L 32,23.040 l0-0.032 l0-0.976 l0-1 l0-0.908 l-0.026-0.092L 28,4z M 5.89,4.666 C 5.982,4.46, 6.216,4, 6.5,4l 18.812,0 c 0.274,0, 0.59,0.282, 0.812,0.712l 3.522,14.314c0,0.004-0.006,0-0.006,0.004 c0,0.552-0.448,1-1,1c-0.002,0-0.002,0.002-0.004,0.002L 26,20.032 l-5,0 c-0.552,0-1,0.448-1,1L 20,23 c0,0.552-0.448,1-1,1 c-0.020,0-0.040,0.026-0.060,0.032L 13.034,24.032 C 13.020,24.026, 13.020,24, 13,24C 12.448,24, 12,23.552, 12,23l0-1.968 c0-0.552-0.448-1-1-1L 4,20.032 L 3.364,20.032 c-0.002,0-0.002-0.002-0.004-0.002c-0.552,0-1.016-0.448-1.016-1c0-0.014-0.016-0.004-0.020-0.014L 5.89,4.666z\"></path></g></svg></li><li title=\"icon drawer alt \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 25.312,2L 6.5,2 C 5.396,2, 4.5,2.75, 4,4L0,17.968L0,19 l0,2.104 L0,29 C0,29.552, 0.448,30, 1,30l 30,0 c 0.552,0, 1-0.448, 1-1l0-7.992 L 32,19 L 32,18.092 L 28,4C 27.438,2.75, 26.418,2, 25.312,2z M 5.89,4.666C 5.982,4.46, 6.216,4, 6.5,4l 18.812,0 c 0.274,0, 0.59,0.282, 0.812,0.712L 29.894,18L 21,18 C 20.448,18, 20,18.448, 20,19L 20,22 L 12,22 L 12,19 C 12,18.448, 11.552,18, 11,18L 2.072,18 L 5.89,4.666z M 30,28L 2,28 l0-6.972 L 2,20 l 8,0 l0,3 C 10,23.552, 10.448,24, 11,24l 10,0 c 0.552,0, 1-0.448, 1-1L 22,20 l 8,0 l0,0.96 L 30,28 z\"></path></g></svg></li><li title=\"icon drive \">   <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"   viewBox=\"0 0 32 32\" enable-background=\"new 0 0 16 16\" xml:space=\"preserve\" fill=\"currentFill\"> <g><path d=\"M 30,4c-0.124-1.958-1.79-4-4-4L 6,0 C 3.79,0, 2.124,2.042, 2,4L0,25.416c0,0.094, 0.022,0.21, 0.028,0.31 C 0.022,25.818,0,25.906,0,26l0,2 c0,2.21, 1.79,4, 4,4l 24,0 c 2.21,0, 4-1.79, 4-4l0-2 c0-0.094-0.022-0.182-0.028-0.272 C 31.978,25.626, 32,25.51, 32,25.416L 30,4z M 2,28l0-2 c0-1.102, 0.898-2, 2-2l 24,0 c 1.102,0, 2,0.898, 2,2l0,2 c0,1.102-0.898,2-2,2L 4,30 C 2.898,30, 2,29.102, 2,28z M 3.996,4.128C 4.058,3.144, 4.948,2, 6,2l 20,0 c 1.052,0, 1.942,1.144, 2.008,2.186l 1.7,18.212 C 29.19,22.15, 28.614,22, 28,22L 4,22 c-0.614,0-1.19,0.15-1.71,0.398L 3.996,4.128zM 26,27A1,1 0 1 0 28,27A1,1 0 1 0 26,27zM 22,27A1,1 0 1 0 24,27A1,1 0 1 0 22,27zM 5,28l 14,0 c 0.552,0, 1-0.448, 1-1c0-0.552-0.448-1-1-1l-14,0 C 4.448,26, 4,26.448, 4,27 C 4,27.552, 4.448,28, 5,28z\"></path></g></svg></li><li title=\"icon drive alt \">   <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"   viewBox=\"0 0 32 32\" enable-background=\"new 0 0 16 16\" xml:space=\"preserve\" fill=\"currentFill\"> <g><path d=\"M 4,32l 24,0 c 2.21,0, 4-1.79, 4-4l0-2 c0-0.094-0.022-0.182-0.028-0.272C 31.978,25.626, 32,25.51, 32,25.416L 30,4 c-0.124-1.958-1.79-4-4-4L 6,0 C 3.79,0, 2.124,2.042, 2,4L0,25.416c0,0.094, 0.022,0.21, 0.028,0.31C 0.022,25.818,0,25.906,0,26l0,2 C0,30.21, 1.79,32, 4,32z M 2,28l0-2 c0-1.102, 0.898-2, 2-2l 24,0 c 1.102,0, 2,0.898, 2,2l0,2 c0,1.102-0.898,2-2,2L 4,30 C 2.898,30, 2,29.102, 2,28zM 26,27A1,1 0 1 0 28,27A1,1 0 1 0 26,27zM 22.208,26.958A1,1 0 1 0 24.208,26.958A1,1 0 1 0 22.208,26.958zM 5,28l 14,0 c 0.552,0, 1-0.448, 1-1c0-0.552-0.448-1-1-1l-14,0 C 4.448,26, 4,26.448, 4,27 C 4,27.552, 4.448,28, 5,28z\"></path></g></svg></li><li title=\"icon easel \">   <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"   viewBox=\"0 0 32 32.11199951171875\" enable-background=\"new 0 0 16 16\" xml:space=\"preserve\" fill=\"currentFill\"> <g><path d=\"M 9.030,16.5c 0.296,0, 0.592-0.132, 0.79-0.386l 4.404-5.67l 3.016,3.542c 0.192,0.222, 0.408,0.32, 0.766,0.352 C 18.296,14.336, 18.576,14.208, 18.766,13.98l 7-8.338c 0.356-0.422, 0.3-1.052-0.124-1.408c-0.422-0.358-1.052-0.298-1.408,0.124 l-6.24,7.432L 14.95,8.21C 14.752,7.982, 14.388,7.876, 14.166,7.86C 13.864,7.868, 13.582,8.008, 13.398,8.246L 8.24,14.886 C 7.9,15.322, 7.98,15.952, 8.416,16.29C 8.598,16.432, 8.814,16.5, 9.030,16.5zM 30.978,0L 28,0 L 6,0 L 3.022,0 C 2.458,0, 2,0.448, 2,1C 2,1.552, 2.458,2, 3.022,2L 4,2 l0,18 c0,1.104, 0.896,2, 2,2l 10,0 l0,3.122 L 10.328,30.26c-0.408,0.37-0.44,1.002-0.068,1.412c 0.374,0.408, 1.006,0.44, 1.412,0.068L 16,27.82l0,3.18 C 16,31.552, 16.448,32, 17,32 S 18,31.552, 18,31l0-3.18 l 4.328,3.92C 22.52,31.914, 22.76,32, 23,32c 0.272,0, 0.542-0.112, 0.74-0.328 c 0.372-0.41, 0.34-1.042-0.068-1.412L 18,25.122L 18,22 l 10,0 c 1.104,0, 2-0.896, 2-2L 30,2 l 0.978,0 C 31.542,2, 32,1.552, 32,1 C 32,0.448, 31.542,0, 30.978,0z M 28,20L 6,20 L 6,2 l 22,0 L 28,20 z\"></path></g></svg></li><li title=\"icon easel alt \">   <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"   viewBox=\"0 0 32 32.11199951171875\" enable-background=\"new 0 0 16 16\" xml:space=\"preserve\" fill=\"currentFill\"> <g><path d=\"M 30,0L 4,0 C 2.896,0, 2,0.896, 2,2c0,1.104, 0.896,2, 2,2l0,16 c0,1.104, 0.896,2, 2,2l 10,0 l0,3.122 L 10.328,30.26 c-0.408,0.37-0.44,1.002-0.068,1.412c 0.374,0.408, 1.006,0.44, 1.412,0.068L 16,27.82l0,3.18 C 16,31.552, 16.448,32, 17,32S 18,31.552, 18,31 l0-3.18 l 4.328,3.92C 22.52,31.914, 22.76,32, 23,32c 0.272,0, 0.542-0.112, 0.74-0.328c 0.372-0.41, 0.34-1.042-0.068-1.412L 18,25.122L 18,22 l 10,0 c 1.104,0, 2-0.896, 2-2L 30,4 c 1.104,0, 2-0.896, 2-2C 32,0.896, 31.104,0, 30,0z M 25.694,7.72l-7,6.75 C 18.31,14.842, 17.702,14.844, 17.31,14.474L 14.22,11.536L 9.75,16.194C 9.554,16.396, 9.292,16.5, 9.030,16.5c-0.25,0-0.498-0.092-0.694-0.28 C 7.938,15.84, 7.926,15.208, 8.308,14.806l 5.158-5.376C 13.848,9.040, 14.48,9.024, 14.876,9.4l 3.12,2.964l 6.31-6.086 c 0.396-0.378, 1.030-0.376, 1.414,0.028C 26.104,6.704, 26.092,7.336, 25.694,7.72z\"></path></g></svg></li><li title=\"icon error circle \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 16,32c 8.836,0, 16-7.164, 16-16s-7.164-16-16-16S0,7.164,0,16S 7.164,32, 16,32z M 18,18c0,1.104-0.896,2-2,2S 14,19.104, 14,18 L 14,8 c0-1.104, 0.896-2, 2-2s 2,0.896, 2,2L 18,18 z M 16,21.968c 1.104,0, 2,0.896, 2,2c0,1.104-0.896,2-2,2s-2-0.896-2-2 C 14,22.864, 14.896,21.968, 16,21.968z\"></path></g></svg></li><li title=\"icon error circle alt \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 16,0C 7.164,0,0,7.164,0,16s 7.164,16, 16,16s 16-7.164, 16-16S 24.836,0, 16,0z M 16,30c-7.72,0-14-6.28-14-14s 6.28-14, 14-14 s 14,6.28, 14,14S 23.72,30, 16,30zM 16,6C 14.896,6, 14,6.896, 14,8l0,10 c0,1.104, 0.896,2, 2,2s 2-0.896, 2-2L 18,8 C 18,6.896, 17.104,6, 16,6zM 14,23.968A2,2 1080 1 0 18,23.968A2,2 1080 1 0 14,23.968z\"></path></g></svg></li><li title=\"icon error oct \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 23.214,0.586C 22.838,0.21, 22.33,0, 21.798,0L 10.202,0 c-0.53,0-1.040,0.21-1.414,0.586l-8.2,8.202 C 0.21,9.162,0,9.67,0,10.202l0,11.598 c0,0.53, 0.21,1.040, 0.586,1.414l 8.2,8.202C 9.162,31.79, 9.67,32, 10.202,32l 11.598,0 c 0.53,0, 1.040-0.21, 1.414-0.586l 8.2-8.202C 31.79,22.838, 32,22.33, 32,21.798L 32,10.202 c0-0.53-0.21-1.040-0.586-1.414L 23.214,0.586z M 16,20c-1.104,0-2-0.896-2-2L 14,6 c0-1.104, 0.896-2, 2-2s 2,0.896, 2,2l0,12 C 18,19.104, 17.104,20, 16,20z M 18,26c0,1.104-0.896,2-2,2s-2-0.896-2-2 c0-1.104, 0.896-2, 2-2S 18,24.896, 18,26z\"></path></g></svg></li><li title=\"icon error oct alt \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 23.214,0.586C 22.838,0.21, 22.33,0, 21.798,0L 10.202,0 c-0.53,0-1.040,0.21-1.414,0.586l-8.2,8.202 C 0.21,9.162,0,9.67,0,10.202l0,11.598 c0,0.53, 0.21,1.040, 0.586,1.414l 8.2,8.202C 9.162,31.79, 9.67,32, 10.202,32l 11.598,0 c 0.53,0, 1.040-0.21, 1.414-0.586l 8.2-8.202C 31.79,22.838, 32,22.33, 32,21.798L 32,10.202 c0-0.53-0.21-1.040-0.586-1.414L 23.214,0.586z M 30,21.798L 21.798,30L 10.202,30 L 2,21.798L 2,10.202 L 10.202,2l 11.598,0 L 30,10.202L 30,21.798 zM 16,6C 14.896,6, 14,6.896, 14,8l0,10 c0,1.104, 0.896,2, 2,2s 2-0.896, 2-2L 18,8 C 18,6.896, 17.104,6, 16,6zM 14,24A2,2 1080 1 0 18,24A2,2 1080 1 0 14,24z\"></path></g></svg></li><li title=\"icon error triangle \">   <svg   viewBox=\"0 0 32.00199890136719 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 2.062,32l 27.812,0 c 0.702,0, 1.354-0.368, 1.716-0.972c 0.362-0.602, 0.38-1.35, 0.050-1.97l-13.876-26 C 17.418,2.408, 16.74,2, 16.002,2L 16,2 C 15.262,2, 14.586,2.406, 14.238,3.056l-13.938,26c-0.332,0.62-0.314,1.368, 0.046,1.972 C 0.708,31.63, 1.36,32, 2.062,32z M 16,24c 1.104,0, 2,0.896, 2,2c0,1.104-0.896,2-2,2s-2-0.896-2-2C 14,24.896, 14.896,24, 16,24z M 14,20.032 l0-8 c0-1.104, 0.896-2, 2-2s 2,0.896, 2,2l0,8 c0,1.104-0.896,2-2,2S 14,21.136, 14,20.032z\"></path></g></svg></li><li title=\"icon error triangle alt \">   <svg   viewBox=\"0 0 32.00199890136719 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 31.64,29.058l-13.876-26C 17.418,2.408, 16.74,2, 16.002,2L 16,2 C 15.262,2, 14.586,2.406, 14.238,3.056l-13.938,26 c-0.332,0.62-0.314,1.368, 0.046,1.972C 0.708,31.63, 1.36,32, 2.062,32l 27.812,0 c 0.702,0, 1.354-0.368, 1.716-0.972 C 31.952,30.426, 31.97,29.678, 31.64,29.058z M 2.062,30L 16,4l 13.876,26L 2.062,30 zM 14,14.032l0,6 c0,1.104, 0.896,2, 2,2s 2-0.896, 2-2l0-6 c0-1.104-0.896-2-2-2S 14,12.926, 14,14.032zM 14,26A2,2 1080 1 0 18,26A2,2 1080 1 0 14,26z\"></path></g></svg></li><li title=\"icon film \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 30,0L 2,0 C 0.896,0,0,0.896,0,2l0,28 c0,1.104, 0.896,2, 2,2l 28,0 c 1.104,0, 2-0.896, 2-2L 32,2 C 32,0.896, 31.104,0, 30,0z M 6,18l0,4 L 2,22 L 2,18 L 6,18 z M 2,14L 2,10 l 4,0 l0,4 L 2,14 z M 8,20l 16,0 l0,10 L 8,30 L 8,20 z M 24,18L 8,18 L 8,2 l 16,0 L 24,18 z M 26,18l 4,0 l0,4 l-4,0 L 26,18 z M 26,14L 26,10 l 4,0 l0,4 L 26,14 z M 26,6L 26,2 l 4,0 l0,4 L 26,6 z M 6,6L 2,6 L 2,2 l 4,0 L 6,6 z M 2,26l 4,0 l0,4 L 2,30 L 2,26 z M 26,26l 4,0 l0,4 l-4,0 L 26,26 z\"></path></g></svg></li><li title=\"icon floppy \">   <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"   viewBox=\"0 0 32 32\" enable-background=\"new 0 0 16 16\" xml:space=\"preserve\" fill=\"currentFill\"> <g><path d=\"M 24,0l-4,0 L 8,0 L 2,0 C 0.896,0,0,0.896,0,2l0,28 c0,1.104, 0.896,2, 2,2l 28,0 c 1.104,0, 2-0.896, 2-2L 32,6 l-6-6L 24,0 z M 24,2l0,8 l-4,0 L 20,2 L 24,2 z M 18,2l0,8 L 8,10 L 8,2 L 18,2 z M 8,30L 8,18 l 16,0 l0,12 L 8,30 z M 30,30l-4,0 L 26,18 c0-1.104-0.896-2-2-2L 8,16 C 6.896,16, 6,16.896, 6,18l0,12 L 2,30 L 2,2 l 4,0 l0,8 c0,1.104, 0.896,2, 2,2l 12,0 l 4,0 c 1.104,0, 2-0.896, 2-2L 26,2.828 l 4,4L 30,30 z\"></path></g></svg></li><li title=\"icon floppy alt \">   <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"   viewBox=\"0 0 32 32\" enable-background=\"new 0 0 16 16\" xml:space=\"preserve\" fill=\"currentFill\"> <g><path d=\"M 24,0L 8,0 L 2,0 C 0.896,0,0,0.896,0,2l0,28 c0,1.104, 0.896,2, 2,2l 28,0 c 1.104,0, 2-0.896, 2-2L 32,6 l-6-6L 24,0 z M 22,10L 22,2 l 2,0 l0,8 c0,1.104-0.896,2-2,2L 10,12 C 8.896,12, 8,11.104, 8,10L 8,2 l 8,0 l0,8 L 22,10 z M 6,18c0-1.104, 0.896-2, 2-2l 16,0 c 1.104,0, 2,0.896, 2,2l0,12 L 6,30 L 6,18 z\"></path></g></svg></li><li title=\"icon flowchart \">   <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"   viewBox=\"0 0 32 32\" enable-background=\"new 0 0 16 16\" xml:space=\"preserve\" fill=\"currentFill\"> <g><path d=\"M 30,20L 30,16 c0-1.104-0.896-2-2-2L 18,14 L 18,10 l 6,0 c 1.104,0, 2-0.896, 2-2L 26,6 c0-1.104-0.896-2-2-2L 10,4 C 8.896,4, 8,4.896, 8,6l0,2 c0,1.104, 0.896,2, 2,2l 6,0 l0,4 L 6,14 C 4.896,14, 4,14.896, 4,16l0,4 c-1.104,0-2,0.896-2,2l0,4 c0,1.104, 0.896,2, 2,2l 2,0 c 1.104,0, 2-0.896, 2-2l0-2 l0-2 c0-1.104-0.896-2-2-2L 6,16 l 10,0 l0,4 c-1.104,0-2,0.896-2,2l0,2 l0,2 c0,1.104, 0.896,2, 2,2l 2,0 c 1.104,0, 2-0.896, 2-2l0-2 l0-2 c0-1.104-0.896-2-2-2L 18,16 l 10,0 l0,4 c-1.104,0-2,0.896-2,2l0,2 l0,2 c0,1.104, 0.896,2, 2,2l 2,0 c 1.104,0, 2-0.896, 2-2l0-4 C 32,20.896, 31.104,20, 30,20z M 10,6l 14,0 l0,2 L 10,8 L 10,6 z M 6,24l0,2 L 4,26 l0-4 l 2,0 L 6,24 z M 18,26L 16,26 l0-4 l 2,0 L 18,26 z M 28,24l0-2 l 2,0 l0,4 l-2,0 L 28,24 z\"></path></g></svg></li><li title=\"icon flowchart alt \">   <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"   viewBox=\"0 0 32 32\" enable-background=\"new 0 0 16 16\" xml:space=\"preserve\" fill=\"currentFill\"> <g><path d=\"M 30,20L 30,16 c0-1.104-0.896-2-2-2L 18,14 L 18,10 l 6,0 c 1.104,0, 2-0.896, 2-2L 26,6 c0-1.104-0.896-2-2-2L 10,4 C 8.896,4, 8,4.896, 8,6l0,2 c0,1.104, 0.896,2, 2,2l 6,0 l0,4 L 6,14 C 4.896,14, 4,14.896, 4,16l0,4 c-1.104,0-2,0.896-2,2l0,4 c0,1.104, 0.896,2, 2,2l 2,0 c 1.104,0, 2-0.896, 2-2l0-2 l0-2 c0-1.104-0.896-2-2-2L 6,16 l 10,0 l0,4 c-1.104,0-2,0.896-2,2l0,2 l0,2 c0,1.104, 0.896,2, 2,2l 2,0 c 1.104,0, 2-0.896, 2-2l0-2 l0-2 c0-1.104-0.896-2-2-2L 18,16 l 10,0 l0,4 c-1.104,0-2,0.896-2,2l0,2 l0,2 c0,1.104, 0.896,2, 2,2l 2,0 c 1.104,0, 2-0.896, 2-2l0-4 C 32,20.896, 31.104,20, 30,20z\"></path></g></svg></li><li title=\"icon folder add \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 30,6l-8,0 c-1.104,0-2,0.896-2,2c0,0-0.26,1.834-2,2L 4,10 C 2.896,10, 2,10.896, 2,12l0,18 c0,1.104, 0.896,2, 2,2l 26,0 c 1.104,0, 2-0.896, 2-2L 32,8 C 32,6.896, 31.104,6, 30,6z M 23,22L 18,22 l0,5 C 18,27.552, 17.552,28, 17,28S 16,27.552, 16,27L 16,22 L 11,22 C 10.448,22, 10,21.552, 10,21C 10,20.448, 10.448,20, 11,20L 16,20 L 16,15 C 16,14.448, 16.448,14, 17,14S 18,14.448, 18,15L 18,20 l 5,0 c 0.552,0, 1,0.448, 1,1 C 24,21.552, 23.552,22, 23,22z\"></path></g></svg></li><li title=\"icon folder add alt \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 30,6l-7.032,0 C 21.864,6, 20.594,6.562, 20,8c0,0-0.26,1.834-2,2L 4,10 C 2.896,10, 2,10.864, 2,11.968L 2,30 c0,1.104, 0.896,2, 2,2l 26,0 c 1.104,0, 2-0.896, 2-2L 32,14 L 32,11.968 L 32,8 C 32,6.896, 31.104,6, 30,6z M 30,11.968L 30,14 l0,16 L 4,30 L 4,12 l 14,0 c 0.064,0, 0.126-0.004, 0.19-0.010c 1.876-0.178, 3.036-1.492, 3.572-2.842C 22.282,7.844, 23.188,8, 23.188,8L 30,8 L 30,11.968 zM 22,20L 18,20 L 18,16 c0-0.552-0.448-1-1-1S 16,15.448, 16,16l0,4 L 12,20 c-0.552,0-1,0.448-1,1 C 11,21.552, 11.448,22, 12,22l 4,0 l0,4 c0,0.552, 0.448,1, 1,1S 18,26.552, 18,26l0-4 l 4,0 c 0.552,0, 1-0.448, 1-1 C 23,20.448, 22.552,20, 22,20z\"></path></g></svg></li><li title=\"icon folder alt \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 30,6l-9.032,0 C 19.864,6, 18.594,6.562, 18,8c0,0-0.26,1.834-2,2L 2,10 C 0.896,10,0,10.864,0,11.968L0,30 c0,1.104, 0.896,2, 2,2l 28,0 c 1.104,0, 2-0.896, 2-2L 32,14 L 32,11.968 L 32,8 C 32,6.896, 31.104,6, 30,6z M 30,11.968L 30,14 l0,16 L 2,30 L 2,12 l 14,0 c 0.064,0, 0.126-0.004, 0.19-0.010C 18.066,11.812, 19.226,10.5, 19.762,9.15C 20.282,7.844, 21.188,8, 21.188,8L 30,8 L 30,11.968 z\"></path></g></svg></li><li title=\"icon folder open \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 30,4l-10,0 C 18.896,4, 18,4.896, 18,6c0,0-0.26,1.834-2,2L 2,8 C 0.896,8,0,8.864,0,9.968L0,12 l 32,0 L 32,9.968 L 32,6 C 32,4.896, 31.104,4, 30,4zM0,30c0,1.104, 0.896,2, 2,2l 28,0 c 1.104,0, 2-0.896, 2-2L 32,14 L0,14 L0,30 z\"></path></g></svg></li><li title=\"icon folder open alt \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 32,9.968L 32,6 c0-1.104-0.896-2-2-2l-10,0 C 18.896,4, 18,4.896, 18,6c0,0-0.26,1.834-2,2L 2,8 C 0.896,8,0,8.864,0,9.968L0,12 l 32,0 L 32,9.968 zM 2,32l 28,0 c 1.104,0, 2-0.896, 2-2L 32,14 L0,14 l0,16 C0,31.104, 0.896,32, 2,32z M 2,16l 28,0 l0,14 L 2,30 L 2,16 z\"></path></g></svg></li><li title=\"icon folder \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 30,6l-10,0 C 18.896,6, 18,6.896, 18,8c0,0-0.26,1.834-2,2L 2,10 C 0.896,10,0,10.864,0,11.968L0,30 c0,1.104, 0.896,2, 2,2l 28,0 c 1.104,0, 2-0.896, 2-2L 32,14 L 32,11.968 L 32,8 C 32,6.896, 31.104,6, 30,6z\"></path></g></svg></li><li title=\"icon folder download \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 30,4l-10,0 C 18.896,4, 18,4.896, 18,6c0,0-0.26,1.834-2,2L 2,8 C 0.896,8,0,8.864,0,9.968L0,28 c0,1.104, 0.896,2, 2,2l 28,0 c 1.104,0, 2-0.896, 2-2L 32,12 L 32,9.968 L 32,6 C 32,4.896, 31.104,4, 30,4z M 16.006,29.988l-6.244-8l 4.244,0 l0-8 c0-1.104, 0.896-2, 2-2s 2,0.896, 2,2l0,8 l 4.244,0 L 16.006,29.988z\"></path></g></svg></li><li title=\"icon folder upload \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 30,4l-10,0 C 18.896,4, 18,4.896, 18,6c0,0-0.26,1.834-2,2L 2,8 C 0.896,8,0,8.864,0,9.968L0,28 c0,1.104, 0.896,2, 2,2l 12.006,0 l0-10 L 9.762,20 l 6.244-8l 6.244,8L 18.006,20 l0,10 L 30,30 c 1.104,0, 2-0.896, 2-2L 32,12 L 32,9.968 L 32,6 C 32,4.896, 31.104,4, 30,4z\"></path></g></svg></li><li title=\"icon genius \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 2.544,24.656c 0.48,0.746, 1.488,1.634, 3.568,1.634c 1.308,0, 2.982-0.382, 4.846-1.048 C 11.764,28.794, 13.246,32, 16,32c 2.8,0, 4.288-3.316, 5.084-6.942c 1.868,0.632, 3.548,0.996, 4.862,0.996c 2.2,0, 3.232-0.936, 3.712-1.72 c 1.552-2.544-0.87-5.774-3.794-8.444c 0.54-0.52, 1.048-1.040, 1.494-1.546c 2.528-2.878, 3.234-5.232, 2.098-7 c-0.48-0.746-1.488-1.634-3.568-1.634l0,0 c-1.308,0-2.982,0.382-4.846,1.048C 20.236,3.206, 18.754,0, 16,0C 13.2,0, 11.712,3.316, 10.916,6.942 C 9.048,6.308, 7.368,5.946, 6.054,5.946l0,0 c-2.2,0-3.234,0.936-3.712,1.72C 0.79,10.21, 3.212,13.44, 6.136,16.11 c-0.54,0.522-1.048,1.040-1.494,1.546C 2.114,20.534, 1.408,22.89, 2.544,24.656z M 16,30c-1.294,0-2.442-2.162-3.174-5.5 c 1.052-0.454, 2.14-0.984, 3.254-1.59c 1.068,0.548, 2.112,1.026, 3.124,1.442C 18.476,27.774, 17.314,30, 16,30z M 12,16 c0-0.734, 0.022-1.45, 0.052-2.154c 0.576-0.408, 1.166-0.812, 1.784-1.21C 14.546,12.18, 15.248,11.76, 15.944,11.36 c 0.706,0.384, 1.418,0.786, 2.138,1.224c 0.644,0.394, 1.262,0.796, 1.862,1.2C 19.978,14.508, 20,15.244, 20,16 c0,0.734-0.022,1.45-0.052,2.154C 19.372,18.562, 18.782,18.966, 18.164,19.364C 17.454,19.82, 16.752,20.24, 16.056,20.64 c-0.706-0.384-1.418-0.786-2.138-1.224c-0.644-0.394-1.262-0.796-1.862-1.2C 12.022,17.492, 12,16.756, 12,16z M 10.010,16.752 C 9.716,16.528, 9.428,16.304, 9.152,16.082C 9.428,15.848, 9.714,15.614, 10.006,15.38C 10.002,15.648, 10,15.874, 10,16 C 10,16.146, 10.004,16.422, 10.010,16.752z M 12.234,11.308C 12.292,10.74, 12.36,10.19, 12.438,9.658C 12.894,9.852, 13.36,10.066, 13.836,10.29 c-0.36,0.22-0.72,0.43-1.082,0.662C 12.574,11.070, 12.412,11.192, 12.234,11.308z M 18.030,10.24c 0.516-0.26, 1.020-0.502, 1.514-0.724 C 19.628,10.082, 19.7,10.672, 19.762,11.278c-0.278-0.178-0.512-0.324-0.636-0.4C 18.76,10.654, 18.394,10.452, 18.030,10.24z M 21.99,15.248 c 0.294,0.224, 0.582,0.448, 0.858,0.67c-0.276,0.234-0.562,0.466-0.856,0.702C 21.998,16.352, 22,16.126, 22,16 C 22,15.854, 21.996,15.578, 21.99,15.248z M 19.766,20.692c-0.058,0.568-0.124,1.12-0.202,1.65c-0.456-0.194-0.924-0.408-1.398-0.632 c 0.36-0.22, 0.72-0.43, 1.082-0.662C 19.426,20.93, 19.588,20.808, 19.766,20.692z M 12.874,21.122c 0.366,0.224, 0.73,0.426, 1.096,0.638 c-0.516,0.26-1.020,0.502-1.514,0.724c-0.084-0.564-0.156-1.154-0.218-1.762C 12.516,20.898, 12.75,21.046, 12.874,21.122z M 27.95,23.292c-0.316,0.516-1.016,0.762-2.004,0.762c-1.154,0-2.712-0.352-4.488-0.976c 0.212-1.372, 0.344-2.712, 0.422-3.856 c 0.894-0.66, 1.72-1.328, 2.502-2C 27.204,19.784, 28.672,22.11, 27.95,23.292z M 25.888,7.71c 0.916,0, 1.574,0.23, 1.886,0.716 c 0.75,1.166-0.666,3.528-3.43,6.158c-0.86-0.7-1.708-1.34-2.472-1.882c-0.082-1.18-0.218-2.556-0.444-3.962 C 23.202,8.082, 24.752,7.71, 25.888,7.71z M 16,2c 1.294,0, 2.442,2.162, 3.174,5.5c-1.052,0.454-2.14,0.984-3.254,1.59 C 14.85,8.542, 13.806,8.062, 12.796,7.648C 13.524,4.226, 14.686,2, 16,2z M 4.050,8.708c 0.316-0.516, 1.016-0.762, 2.004-0.762 c 1.154,0, 2.712,0.352, 4.488,0.976C 10.328,10.294, 10.198,11.632, 10.12,12.778c-0.894,0.66-1.72,1.328-2.502,2 C 4.796,12.216, 3.328,9.89, 4.050,8.708z M 10.126,19.296c 0.082,1.18, 0.218,2.556, 0.444,3.962c-1.772,0.658-3.322,1.030-4.458,1.030 c-0.916,0-1.574-0.23-1.886-0.716c-0.75-1.166, 0.666-3.528, 3.43-6.158C 8.514,18.114, 9.362,18.756, 10.126,19.296z\"></path></g></svg></li><li title=\"icon gift \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 30,8L 18.084,8 l0,6 L 32,14 L 32,10 C 32,8.896, 31.104,8, 30,8zM 2,8C 0.896,8,0,8.896,0,10l0,4 l 14,0 L 14,8 L 2,8 zM 2,16l0,14 c0,1.104, 0.896,2, 2,2l 10,0 L 14,16 L 2,16 zM 28,32c 1.104,0, 2-0.896, 2-2L 30,16 L 18.084,16 l0,16 L 28,32 zM 15.998,5.984l 0.006,0 C 16.002,5.988, 16,5.996, 16,6l 2.084,0 C 19.854,6, 22.36,6, 24,6c 2.762,0, 4-1.344, 4-3 S 26.762,0, 24,0c-2.586,0-4.622,1.164-6,2.514C 17.396,2.156, 16.698,1.938, 15.942,1.938c-0.724,0-1.394,0.204-1.982,0.536 C 12.584,1.14, 10.56,0, 8,0C 5.238,0, 4,1.344, 4,3S 5.238,6, 8,6c 1.666,0, 4.226,0, 6,0l 2,0 C 16,5.996, 15.998,5.988, 15.998,5.984z M 26,3 C 26,3.826, 24.912,4, 24,4L 19.458,4 C 19.442,3.972, 19.428,3.942, 19.412,3.916C 20.428,2.928, 21.968,2, 24,2C 24.912,2, 26,2.174, 26,3z M 6,3 C 6,2.174, 7.088,2, 8,2c 1.988,0, 3.496,0.89, 4.512,1.844C 12.48,3.894, 12.456,3.948, 12.426,4L 8,4 C 7.088,4, 6,3.826, 6,3z\"></path></g></svg></li><li title=\"icon gift alt \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 30,8L 18.042,8 L 14,8 L 2,8 C 0.896,8,0,8.896,0,10l0,6 l 2,0 l0,14 c0,1.104, 0.896,2, 2,2l 10,0 l 4.042,0 L 28,32 c 1.104,0, 2-0.896, 2-2L 30,16 l 2,0 L 32,10 C 32,8.896, 31.104,8, 30,8z M 2,10l 12,0 l0,4 L 2,14 L 2,10 z M 4,30L 4,16 l 10,0 l0,14 L 4,30 z M 28,30L 18.042,30 L 18.042,16 L 28,16 L 28,30 z M 30,14L 18.042,14 L 18.042,10 L 30,10 L 30,14 zM 16,6c0-0.004-0.002-0.012-0.002-0.016l 0.006,0 C 16.002,5.988, 16,5.996, 16,6c0,0, 5.238,0, 8,0 c 2.762,0, 4-1.344, 4-3S 26.762,0, 24,0c-2.586,0-4.622,1.164-6,2.514C 17.396,2.156, 16.698,1.938, 15.942,1.938 c-0.724,0-1.394,0.204-1.982,0.536C 12.584,1.14, 10.56,0, 8,0C 5.238,0, 4,1.344, 4,3S 5.238,6, 8,6C 10.762,6, 16,6, 16,6z M 26,3 C 26,3.826, 24.912,4, 24,4L 19.458,4 C 19.442,3.972, 19.428,3.942, 19.412,3.916C 20.428,2.928, 21.968,2, 24,2C 24.912,2, 26,2.174, 26,3z M 6,3 C 6,2.174, 7.088,2, 8,2c 1.988,0, 3.496,0.89, 4.512,1.844C 12.48,3.894, 12.456,3.948, 12.426,4L 8,4 C 7.088,4, 6,3.826, 6,3z\"></path></g></svg></li><li title=\"icon globe 2 \">   <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"   viewBox=\"0 0 32 32\" enable-background=\"new 0 0 16 16\" xml:space=\"preserve\" fill=\"currentFill\"> <g><path d=\"M 17,2C 8.716,2, 2,8.716, 2,17S 8.716,32, 17,32S 32,25.284, 32,17S 25.284,2, 17,2z M 27.938,10l-2.98,0 c-0.58-1.824-1.376-3.422-2.336-4.704C 24.798,6.346, 26.64,7.98, 27.938,10z M 18,10L 18,4.164 C 19.89,4.722, 21.732,6.818, 22.866,10L 18,10 z M 23.448,12c 0.282,1.224, 0.464,2.564, 0.522,4L 18,16 L 18,12 L 23.448,12 z M 16,4.164L 16,10 L 11.134,10 C 12.268,6.818, 14.11,4.722, 16,4.164z M 16,12l0,4 L 10.030,16 c 0.058-1.436, 0.24-2.776, 0.522-4L 16,12 z M 8.030,16l-3.98,0 c 0.108-1.406, 0.43-2.754, 0.952-4l 3.52,0 C 8.254,13.266, 8.086,14.604, 8.030,16z M 8.030,18c 0.056,1.396, 0.224,2.734, 0.492,4l-3.52,0 c-0.522-1.246-0.844-2.594-0.952-4L 8.030,18 z M 10.030,18L 16,18 l0,4 L 10.552,22 C 10.27,20.776, 10.088,19.436, 10.030,18z M 16,24l0,5.836 C 14.11,29.278, 12.268,27.182, 11.134,24L 16,24 z M 18,29.836L 18,24 l 4.866,0 C 21.732,27.182, 19.89,29.278, 18,29.836z M 18,22L 18,18 l 5.97,0 c-0.058,1.436-0.24,2.776-0.522,4L 18,22 z M 25.97,18l 3.98,0 c-0.108,1.406-0.43,2.754-0.952,4l-3.52,0 C 25.746,20.734, 25.914,19.396, 25.97,18z M 25.97,16c-0.056-1.396-0.224-2.734-0.492-4l 3.52,0 c 0.522,1.246, 0.844,2.594, 0.952,4L 25.97,16 z M 11.378,5.296C 10.42,6.578, 9.622,8.176, 9.042,10l-2.98,0 C 7.36,7.98, 9.202,6.346, 11.378,5.296z M 6.062,24l 2.98,0 c 0.58,1.824, 1.376,3.422, 2.336,4.704C 9.202,27.654, 7.36,26.020, 6.062,24z M 22.622,28.704 c 0.958-1.282, 1.756-2.88, 2.336-4.704l 2.98,0 C 26.64,26.020, 24.798,27.654, 22.622,28.704z\"></path></g></svg></li><li title=\"icon globe \">   <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"   viewBox=\"0 0 32 32\" enable-background=\"new 0 0 16 16\" xml:space=\"preserve\" fill=\"currentFill\"> <g><path d=\"M 30.118,21.638c-5.446,5.444-14.308,5.448-19.754,0C 7.728,19.004, 6.278,15.496, 6.278,11.76 s 1.452-7.244, 4.084-9.876c 0.39-0.39, 0.39-1.024,0-1.414s-1.024-0.39-1.414,0C 5.936,3.48, 4.278,7.49, 4.278,11.76 s 1.66,8.282, 4.67,11.292C 11.49,25.596, 14.686,27.082, 18,27.548L 18,30 L 15,30 C 14.448,30, 14,30.448, 14,31C 14,31.552, 14.448,32, 15,32l 8,0 c 0.552,0, 1-0.448, 1-1c0-0.552-0.448-1-1-1L 20,30 l0-2.288 c 0.080,0.002, 0.16,0.012, 0.24,0.012 c 4.088,0, 8.178-1.556, 11.292-4.67c 0.39-0.39, 0.39-1.024,0-1.414S 30.508,21.248, 30.118,21.638zM 20.24,0C 13.744,0, 8.48,5.266, 8.48,11.76s 5.266,11.76, 11.76,11.76S 32,18.256, 32,11.76S 26.734,0, 20.24,0z M 20.24,21.52c-5.382,0-9.76-4.378-9.76-9.76C 10.48,6.378, 14.858,2, 20.24,2C 25.622,2, 30,6.378, 30,11.76 C 30,17.142, 25.622,21.52, 20.24,21.52z\"></path></g></svg></li><li title=\"icon globe alt \">   <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"   viewBox=\"0 0 32 32\" enable-background=\"new 0 0 16 16\" xml:space=\"preserve\" fill=\"currentFill\"> <g><path d=\"M 30.118,21.638c-5.446,5.444-14.308,5.448-19.754,0C 7.728,19.004, 6.278,15.496, 6.278,11.76 s 1.452-7.244, 4.084-9.876c 0.39-0.39, 0.39-1.024,0-1.414s-1.024-0.39-1.414,0C 5.936,3.48, 4.278,7.49, 4.278,11.76 s 1.66,8.282, 4.67,11.292C 11.49,25.596, 14.686,27.082, 18,27.548L 18,30 L 15,30 C 14.448,30, 14,30.448, 14,31C 14,31.552, 14.448,32, 15,32l 8,0 c 0.552,0, 1-0.448, 1-1c0-0.552-0.448-1-1-1L 20,30 l0-2.288 c 0.080,0.002, 0.16,0.012, 0.24,0.012 c 4.088,0, 8.178-1.556, 11.292-4.67c 0.39-0.39, 0.39-1.024,0-1.414S 30.508,21.248, 30.118,21.638zM 8.48,11.76A11.76,11.76 0 1 0 32,11.76A11.76,11.76 0 1 0 8.48,11.76z\"></path></g></svg></li><li title=\"icon grid 2x2 \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 6,14l 6,0 c 1.104,0, 2-0.896, 2-2L 14,6 c0-1.104-0.896-2-2-2L 6,4 C 4.896,4, 4,4.896, 4,6l0,6 C 4,13.104, 4.896,14, 6,14zM 20,14l 6,0 c 1.104,0, 2-0.896, 2-2L 28,6 c0-1.104-0.896-2-2-2l-6,0 C 18.896,4, 18,4.896, 18,6l0,6 C 18,13.104, 18.896,14, 20,14zM 4,26c0,1.104, 0.896,2, 2,2l 6,0 c 1.104,0, 2-0.896, 2-2l0-6 c0-1.104-0.896-2-2-2L 6,18 c-1.104,0-2,0.896-2,2L 4,26 zM 18,26c0,1.104, 0.896,2, 2,2l 6,0 c 1.104,0, 2-0.896, 2-2l0-6 c0-1.104-0.896-2-2-2l-6,0 c-1.104,0-2,0.896-2,2L 18,26 z\"></path></g></svg></li><li title=\"icon grid 3x3 \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 4,10l 4,0 c 1.104,0, 2-0.896, 2-2L 10,4 c0-1.104-0.896-2-2-2L 4,2 C 2.896,2, 2,2.896, 2,4l0,4 C 2,9.104, 2.896,10, 4,10zM 14,10l 4,0 c 1.104,0, 2-0.896, 2-2L 20,4 c0-1.104-0.896-2-2-2L 14,2 C 12.896,2, 12,2.896, 12,4l0,4 C 12,9.104, 12.896,10, 14,10zM 24,10l 4,0 c 1.104,0, 2-0.896, 2-2L 30,4 c0-1.104-0.896-2-2-2l-4,0 c-1.104,0-2,0.896-2,2l0,4 C 22,9.104, 22.896,10, 24,10zM 2,18c0,1.104, 0.896,2, 2,2l 4,0 c 1.104,0, 2-0.896, 2-2L 10,14 c0-1.104-0.896-2-2-2L 4,12 C 2.896,12, 2,12.896, 2,14L 2,18 zM 12,18c0,1.104, 0.896,2, 2,2l 4,0 c 1.104,0, 2-0.896, 2-2L 20,14 c0-1.104-0.896-2-2-2L 14,12 C 12.896,12, 12,12.896, 12,14L 12,18 zM 22,18c0,1.104, 0.896,2, 2,2l 4,0 c 1.104,0, 2-0.896, 2-2L 30,14 c0-1.104-0.896-2-2-2l-4,0 c-1.104,0-2,0.896-2,2L 22,18 zM 2,28c0,1.104, 0.896,2, 2,2l 4,0 c 1.104,0, 2-0.896, 2-2l0-4 c0-1.104-0.896-2-2-2L 4,22 c-1.104,0-2,0.896-2,2L 2,28 zM 12,28c0,1.104, 0.896,2, 2,2l 4,0 c 1.104,0, 2-0.896, 2-2l0-4 c0-1.104-0.896-2-2-2L 14,22 c-1.104,0-2,0.896-2,2L 12,28 zM 22,28c0,1.104, 0.896,2, 2,2l 4,0 c 1.104,0, 2-0.896, 2-2l0-4 c0-1.104-0.896-2-2-2l-4,0 c-1.104,0-2,0.896-2,2L 22,28 z\"></path></g></svg></li><li title=\"icon group \">   <svg   viewBox=\"0 0 32 33.22800064086914\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 14,5C 14,2.324, 11.676,0, 9,0S 4,2.324, 4,5C 4,7.676, 6.324,10, 9,10S 14,7.676, 14,5zM 17.5,24c0-8-4.152-12-8.75-12S0,16,0,24C0,29.48, 17.5,29.48, 17.5,24zM 23.5,13.89c 2.676,0, 5-2.324, 5-5s-2.324-5-5-5s-5,2.324-5,5S 20.824,13.89, 23.5,13.89zM 23.25,15.89c-1.382,0-2.706,0.406-3.906,1.13c 0.726,1.952, 1.156,4.266, 1.156,6.98 c0,2.694-1.796,4.792-4.878,5.992C 19.444,33.228, 32,32.538, 32,27.89C 32,19.89, 27.848,15.89, 23.25,15.89z\"></path></g></svg></li><li title=\"icon headphones \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 30,20L 30,16 c0-9.192-7.042-14-14-14C 9.212,2, 2,6.906, 2,16l0,4 c-1.104,0-2,0.896-2,2l0,4 c0,1.104, 0.896,2, 2,2 c0,1.104, 0.896,2, 2,2s 2-0.896, 2-2l0-8 c0-1.104-0.896-2-2-2L 4,16 c0-7.878, 6.038-12, 12-12c 5.78,0, 12,3.754, 12,12l0,2 c-1.104,0-2,0.896-2,2l0,8 c0,1.104, 0.896,2, 2,2s 2-0.896, 2-2c 1.104,0, 2-0.896, 2-2l0-4 C 32,20.896, 31.104,20, 30,20z\"></path></g></svg></li><li title=\"icon heart \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 31.984,13.834C 31.9,8.926, 27.918,4.552, 23,4.552c-2.844,0-5.35,1.488-7,3.672 C 14.35,6.040, 11.844,4.552, 9,4.552c-4.918,0-8.9,4.374-8.984,9.282L0,13.834 c0,0.030, 0.006,0.058, 0.006,0.088 C 0.006,13.944,0,13.966,0,13.99c0,0.138, 0.034,0.242, 0.040,0.374C 0.48,26.872, 15.874,32, 15.874,32s 15.62-5.122, 16.082-17.616 C 31.964,14.244, 32,14.134, 32,13.99c0-0.024-0.006-0.046-0.006-0.068C 31.994,13.89, 32,13.864, 32,13.834L 31.984,13.834 z\"></path></g></svg></li><li title=\"icon heart alt \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 31.984,13.834C 31.9,8.926, 27.918,4.552, 23,4.552c-2.844,0-5.35,1.488-7,3.672 C 14.35,6.040, 11.844,4.552, 9,4.552c-4.918,0-8.9,4.374-8.984,9.282L0,13.834 c0,0.030, 0.006,0.058, 0.006,0.088 C 0.006,13.944,0,13.966,0,13.99c0,0.138, 0.034,0.242, 0.040,0.374C 0.48,26.872, 15.874,32, 15.874,32s 15.62-5.122, 16.082-17.616 C 31.964,14.244, 32,14.134, 32,13.99c0-0.024-0.006-0.046-0.006-0.068C 31.994,13.89, 32,13.864, 32,13.834L 31.984,13.834 z M 29.958,14.31 c-0.354,9.6-11.316,14.48-14.080,15.558c-2.74-1.080-13.502-5.938-13.84-15.596C 2.034,14.172, 2.024,14.080, 2.010,13.98 c 0.002-0.036, 0.004-0.074, 0.006-0.112C 2.084,9.902, 5.282,6.552, 9,6.552c 2.052,0, 4.022,1.048, 5.404,2.878 C 14.782,9.93, 15.372,10.224, 16,10.224s 1.218-0.294, 1.596-0.794C 18.978,7.6, 20.948,6.552, 23,6.552c 3.718,0, 6.916,3.35, 6.984,7.316 c0,0.038, 0.002,0.076, 0.006,0.114C 29.976,14.080, 29.964,14.184, 29.958,14.31z\"></path></g></svg></li><li title=\"icon hourglass \">   <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"   viewBox=\"0 0 32 32\" enable-background=\"new 0 0 16 16\" xml:space=\"preserve\" fill=\"currentFill\"> <g><path d=\"M 26,10.652L 26,2 l 0.986,0 C 27.546,2, 28,1.552, 28,1C 28,0.448, 27.546,0, 26.986,0L 7.014,0 C 6.454,0, 6,0.448, 6,1 C 6,1.552, 6.454,2, 7.014,2L 8,2 l0,8.652 c0,0.57, 0.244,1.114, 0.67,1.494L 12.994,16L 8.67,19.854C 8.244,20.234, 8,20.778, 8,21.348L 8,30 L 7.014,30 C 6.454,30, 6,30.448, 6,31C 6,31.552, 6.454,32, 7.014,32l 19.974,0 C 27.546,32, 28,31.552, 28,31c0-0.552-0.454-1-1.014-1L 26,30 l0-8.652 c0-0.57-0.244-1.114-0.67-1.494L 21.006,16l 4.324-3.854C 25.756,11.766, 26,11.222, 26,10.652z M 24,10.652L 18,16l 6,5.348L 24,30 L 10,30 l0-8.652 L 16,16 L 10,10.652L 10,2 l 14,0 L 24,10.652 zM 22,7.756L 22,6L 12,6L 12,7.756L 17,12.212 zM 12,24.252L 12,28L 22,28L 22,24.252L 19.474,22L 14.526,22 z\"></path></g></svg></li><li title=\"icon house \">   <svg   viewBox=\"0 0 32.236000061035156 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 1.656,17.756L 16,5.324l 14.344,12.432C 30.534,17.92, 30.768,18, 31,18c 0.28,0, 0.558-0.118, 0.756-0.344 c 0.362-0.418, 0.316-1.048-0.1-1.412l-15-13c-0.376-0.326-0.934-0.326-1.31,0L 10,7.876L 10,6 c0-1.104-0.896-2-2-2S 6,4.896, 6,6l0,5.342 L 0.344,16.244c-0.416,0.362-0.462,0.994-0.1,1.412C 0.608,18.072, 1.238,18.118, 1.656,17.756zM 12,22l 8,0 l0,10 l 6,0 c 1.104,0, 2-0.896, 2-2l0-9.802 c0-0.6-0.268-1.166-0.732-1.546l-10-8.198C 16.9,10.152, 16.45,10, 16,10 C 15.55,10, 15.1,10.152, 14.732,10.454l-10,8.198C 4.268,19.030, 4,19.598, 4,20.198L 4,30 c0,1.104, 0.896,2, 2,2l 6,0 L 12,22 z\"></path></g></svg></li><li title=\"icon house alt \">   <svg   viewBox=\"0 0 32.25 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 1.624,17.782L 4,15.882L 4,30 c0,1.104, 0.896,2, 2,2l 6,0 c 1.104,0, 2-0.896, 2-2l0-8 l 4,0 l0,8 c0,1.104, 0.896,2, 2,2l 6,0 c 1.104,0, 2-0.896, 2-2L 28,15.882 l 2.376,1.9C 30.56,17.928, 30.78,18, 31,18c 0.294,0, 0.584-0.128, 0.782-0.376 c 0.344-0.432, 0.274-1.060-0.156-1.406l-15-12c-0.366-0.292-0.884-0.292-1.25,0L 10,8.518L 10,6 c0-1.104-0.896-2-2-2S 6,4.896, 6,6l0,5.718 l-5.624,4.5c-0.43,0.346-0.5,0.974-0.156,1.406C 0.564,18.056, 1.192,18.126, 1.624,17.782z M 16,6.28l 10,8L 26,30 l-6,0 l0-10 L 12,20 l0,10 L 6,30 L 6,14.282 L 16,6.28z \"></path></g></svg></li><li title=\"icon id 2 \">   <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"   viewBox=\"0 0 32 32\" enable-background=\"new 0 0 16 16\" xml:space=\"preserve\" fill=\"currentFill\"> <g><path d=\"M 30,6l-10,0 l0,4 c0,1.104-0.896,2-2,2l 1,0 C 20.656,12, 22,10.656, 22,9c0-0.38-0.006-0.71-0.018-1L 30,8 l0,22 L 2,30 L 2,8 l 8.018,0 C 10.006,8.29, 10,8.62, 10,9C 10,10.656, 11.344,12, 13,12L 14,12 C 12.896,12, 12,11.104, 12,10L 12,6 L 2,6 C 0.896,6,0,6.896,0,8l0,22 c0,1.104, 0.896,2, 2,2l 28,0 c 1.104,0, 2-0.896, 2-2L 32,8 C 32,6.896, 31.104,6, 30,6zM 27.166,20L 15,20 C 14.448,20, 14,20.448, 14,21C 14,21.552, 14.448,22, 15,22l 12.166,0 c 0.552,0, 1-0.448, 1-1 C 28.166,20.448, 27.718,20, 27.166,20zM 27.166,24L 15,24 C 14.448,24, 14,24.448, 14,25C 14,25.552, 14.448,26, 15,26l 12.166,0 c 0.552,0, 1-0.448, 1-1 C 28.166,24.448, 27.718,24, 27.166,24zM 15,18l 12.166,0 c 0.552,0, 1-0.448, 1-1c0-0.552-0.448-1-1-1L 15,16 C 14.448,16, 14,16.448, 14,17 C 14,17.552, 14.448,18, 15,18zM 5.58,16.416A2.416,2.416 0 1 0 10.412,16.416A2.416,2.416 0 1 0 5.58,16.416zM 8.048,19.798c-2.184,0-3.952,2.372-3.952,5.3S 12,28.024, 12,25.098S 10.23,19.798, 8.048,19.798zM 12,10c0,1.104, 0.896,2, 2,2l 4,0 c 1.104,0, 2-0.896, 2-2L 20,6 L 20,2 c0-1.104-0.896-2-2-2L 14,0 C 12.896,0, 12,0.896, 12,2l0,4 L 12,10 z M 18,10 L 14,10 L 14,2 l 4,0 L 18,10 z\"></path></g></svg></li><li title=\"icon id 2 alt \">   <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"   viewBox=\"0 0 32 32\" enable-background=\"new 0 0 16 16\" xml:space=\"preserve\" fill=\"currentFill\"> <g><path d=\"M 30,6l-10,0 l0,2 c 1.104,0, 2,0.896, 2,2c0,1.104-0.896,2-2,2L 18,12 L 14,12 L 12,12 C 10.896,12, 10,11.104, 10,10c0-1.104, 0.896-2, 2-2L 12,6 L 2,6 C 0.896,6,0,6.896,0,8l0,22 c0,1.104, 0.896,2, 2,2l 28,0 c 1.104,0, 2-0.896, 2-2L 32,8 C 32,6.896, 31.104,6, 30,6z M 15,16l 12.166,0 c 0.552,0, 1,0.448, 1,1c0,0.552-0.448,1-1,1L 15,18 C 14.448,18, 14,17.552, 14,17C 14,16.448, 14.448,16, 15,16z M 15,20l 12.166,0 c 0.552,0, 1,0.448, 1,1c0,0.552-0.448,1-1,1L 15,22 C 14.448,22, 14,21.552, 14,21C 14,20.448, 14.448,20, 15,20z M 15,24l 12.166,0 c 0.552,0, 1,0.448, 1,1c0,0.552-0.448,1-1,1L 15,26 C 14.448,26, 14,25.552, 14,25C 14,24.448, 14.448,24, 15,24z M 12,25.098 c0,2.928-7.906,2.928-7.906,0s 1.77-5.3, 3.952-5.3C 10.23,19.798, 12,22.17, 12,25.098z M 10.412,16.416c0,1.334-1.082,2.416-2.416,2.416 c-1.334,0-2.416-1.082-2.416-2.416C 5.582,15.082, 6.662,14, 7.996,14C 9.332,14, 10.412,15.082, 10.412,16.416zM 14,2L 18,2L 18,10L 14,10z\"></path></g></svg></li><li title=\"icon id \">   <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"   viewBox=\"0 0 32 32\" enable-background=\"new 0 0 16 16\" xml:space=\"preserve\" fill=\"currentFill\"> <g><path d=\"M 30,6L 2,6 C 0.896,6,0,6.896,0,8l0,18 c0,1.104, 0.896,2, 2,2l 28,0 c 1.104,0, 2-0.896, 2-2L 32,8 C 32,6.896, 31.104,6, 30,6z M 2,8 l 28,0 l0,18 L 2,26 L 2,8 zM 27.166,16L 15,16 C 14.448,16, 14,16.448, 14,17C 14,17.552, 14.448,18, 15,18l 12.166,0 c 0.552,0, 1-0.448, 1-1 C 28.166,16.448, 27.718,16, 27.166,16zM 27.166,20L 15,20 C 14.448,20, 14,20.448, 14,21C 14,21.552, 14.448,22, 15,22l 12.166,0 c 0.552,0, 1-0.448, 1-1 C 28.166,20.448, 27.718,20, 27.166,20zM 27.166,12L 15,12 C 14.448,12, 14,12.448, 14,13C 14,13.552, 14.448,14, 15,14l 12.166,0 c 0.552,0, 1-0.448, 1-1 C 28.166,12.448, 27.718,12, 27.166,12zM 5.58,12.416A2.416,2.416 0 1 0 10.412,12.416A2.416,2.416 0 1 0 5.58,12.416zM 8.048,15.798c-2.184,0-3.952,2.372-3.952,5.3S 12,24.024, 12,21.098S 10.23,15.798, 8.048,15.798z\"></path></g></svg></li><li title=\"icon id alt \">   <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"   viewBox=\"0 0 32 32\" enable-background=\"new 0 0 16 16\" xml:space=\"preserve\" fill=\"currentFill\"> <g><path d=\"M 30,6L 2,6 C 0.896,6,0,6.896,0,8l0,18 c0,1.104, 0.896,2, 2,2l 28,0 c 1.104,0, 2-0.896, 2-2L 32,8 C 32,6.896, 31.104,6, 30,6z M 27.166,18L 15,18 C 14.448,18, 14,17.552, 14,17C 14,16.448, 14.448,16, 15,16l 12.166,0 c 0.552,0, 1,0.448, 1,1C 28.166,17.552, 27.718,18, 27.166,18z M 28.166,21c0,0.552-0.448,1-1,1L 15,22 C 14.448,22, 14,21.552, 14,21C 14,20.448, 14.448,20, 15,20l 12.166,0 C 27.718,20, 28.166,20.448, 28.166,21z M 27.166,14L 15,14 C 14.448,14, 14,13.552, 14,13C 14,12.448, 14.448,12, 15,12l 12.166,0 c 0.552,0, 1,0.448, 1,1C 28.166,13.552, 27.718,14, 27.166,14z M 8.048,15.798C 10.23,15.798, 12,18.17, 12,21.098s-7.906,2.928-7.906,0 S 5.864,15.798, 8.048,15.798z M 5.582,12.416C 5.582,11.082, 6.662,10, 7.996,10c 1.334,0, 2.416,1.082, 2.416,2.416 c0,1.334-1.082,2.416-2.416,2.416C 6.662,14.832, 5.582,13.75, 5.582,12.416z\"></path></g></svg></li><li title=\"icon image \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 17.228,11.688A2.782,2.782 1080 1 0 22.792,11.688A2.782,2.782 1080 1 0 17.228,11.688zM 26,28L 28,28L 28,26L 28,22L 28,16L 20,22L 10,14L 4,20L 4,22L 4,26L 4,28L 6,28 zM 30,4L 2,4 C 0.896,4,0,4.896,0,6l0,24 c0,1.104, 0.896,2, 2,2l 28,0 c 1.104,0, 2-0.896, 2-2L 32,6 C 32,4.896, 31.104,4, 30,4z M 30,30L 2,30 L 2,6 l 28,0 L 30,30 z\"></path></g></svg></li><li title=\"icon images \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 30,6l-2,0 L 28,2 c0-1.104-0.896-2-2-2L 2,0 C 0.896,0,0,0.896,0,2l0,22 c0,1.104, 0.896,2, 2,2l 2,0 l0,4 c0,1.104, 0.896,2, 2,2l 24,0 c 1.104,0, 2-0.896, 2-2L 32,8 C 32,6.896, 31.104,6, 30,6z M 2,24L 2,2 l 24,0 l0,22 L 2,24 z M 30,30L 6,30 l0-4 l 2,0 l0,2 l 2,0 l 16,0 l 2,0 l0-2 l0-2 L 28,18 L 28,8 l 2,0 L 30,30 zM 14.79,8.188A2.782,2.782 1080 1 0 20.354,8.188A2.782,2.782 1080 1 0 14.79,8.188zM 10,10L 4,14L 4,18L 4,20L 4,22L 6,22L 22,22L 24,22L 24,20L 24,18L 24,12L 16,16 z\"></path></g></svg></li><li title=\"icon info \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 16,0C 7.164,0,0,7.164,0,16s 7.164,16, 16,16s 16-7.164, 16-16S 24.836,0, 16,0z M 14,14c0-1.104, 0.896-2, 2-2s 2,0.896, 2,2l0,10 c0,1.104-0.896,2-2,2s-2-0.896-2-2L 14,14 z M 16,10.032c-1.104,0-2-0.896-2-2c0-1.104, 0.896-2, 2-2s 2,0.896, 2,2C 18,9.136, 17.104,10.032, 16,10.032 z\"></path></g></svg></li><li title=\"icon info alt \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 16,0C 7.164,0,0,7.164,0,16s 7.164,16, 16,16s 16-7.164, 16-16S 24.836,0, 16,0z M 16,30c-7.72,0-14-6.28-14-14s 6.28-14, 14-14 s 14,6.28, 14,14S 23.72,30, 16,30zM 16,12C 14.896,12, 14,12.896, 14,14l0,10 c0,1.104, 0.896,2, 2,2s 2-0.896, 2-2L 18,14 C 18,12.896, 17.104,12, 16,12zM 14,8.032A2,2 1080 1 0 18,8.032A2,2 1080 1 0 14,8.032z\"></path></g></svg></li><li title=\"icon key \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 31,0l-4,0 c-0.242,0-0.476,0.088-0.66,0.248L 12.536,12.35C 11.822,12.2, 10.718,12, 10,12c-5.514,0-10,4.486-10,10 s 4.486,10, 10,10s 10-4.486, 10-10c0-1.638-0.312-2.736-0.666-3.648l 3.404-1.156c 0.414-0.14, 0.688-0.534, 0.678-0.97l-0.084-3.796 l 3.82-0.266c 0.512-0.036, 0.914-0.454, 0.93-0.966l 0.142-4.558l 2.992-0.664C 31.674,5.876, 32,5.468, 32,5l0-4 C 32,0.448, 31.552,0, 31,0z M 7,22c 1.2,0, 2.236,0.706, 2.716,1.724C 9.898,24.112, 10,24.544, 10,25C 10,26.656, 8.656,28, 7,28 S 4,26.656, 4,25S 5.344,22, 7,22z\"></path></g></svg></li><li title=\"icon key alt \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 11,25c0-0.594-0.128-1.168-0.38-1.702C 9.964,21.902, 8.542,21, 7,21c-2.206,0-4,1.794-4,4 c0,0.394, 0.074,0.766, 0.18,1.126c 0.67,1.104, 1.59,2.024, 2.694,2.694c 0.36,0.106, 0.732,0.18, 1.126,0.18 C 9.206,29, 11,27.206, 11,25z M 7,23c 0.772,0, 1.482,0.452, 1.812,1.15C 8.936,24.416, 9,24.702, 9,25 c0,1.102-0.898,2-2,2s-2-0.898-2-2S 5.898,23, 7,23zM 31,0l-4.328,0 c-0.236,0-0.464,0.084-0.646,0.236L 11.866,12.194C 11.214,12.064, 10.6,12, 10,12c-5.514,0-10,4.486-10,10 s 4.486,10, 10,10s 10-4.486, 10-10c0-1.052-0.168-2.092-0.5-3.1l 3.044-1.978c 0.284-0.184, 0.456-0.5, 0.456-0.838L 23,12.45 l 3.802-0.2 c 0.496-0.026, 0.896-0.412, 0.942-0.906l 0.364-3.852l 3.322-1.588C 31.78,5.736, 32,5.384, 32,5l0-4 C 32,0.448, 31.552,0, 31,0z M 30,4.37l-3.264,1.56c-0.316,0.152-0.532,0.458-0.564,0.808l-0.336,3.558L 21.948,10.5C 21.416,10.53, 21,10.968, 21,11.5l0,4.040 L 17.736,17.662C 17.33,17.926, 17.17,18.444, 17.36,18.89C 17.786,19.892, 18,20.938, 18,22c0,4.412-3.588,8-8,8c-1.514,0-2.916-0.446-4.126-1.18 c-1.104-0.67-2.024-1.59-2.694-2.694C 2.446,24.916, 2,23.514, 2,22c0-4.412, 3.588-8, 8-8c 0.59,0, 1.21,0.082, 1.896,0.248 c 0.31,0.076, 0.638,0, 0.882-0.208L 27.038,2L 30,2 L 30,4.37 z\"></path></g></svg></li><li title=\"icon laptop \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 30.968,24L 30,24 L 30,6 c0-1.104-0.896-2-2-2L 4,4 C 2.896,4, 2,4.896, 2,6l0,18 L 1.032,24 C 0.462,24,0,24.448,0,25 C0,25.552, 0.462,26, 1.032,26L 4,26 l 24,0 l 2.968,0 C 31.538,26, 32,25.552, 32,25C 32,24.448, 31.538,24, 30.968,24z M 28,6l0,15.916 L 4,21.916 L 4,6 L 28,6 z\"></path></g></svg></li><li title=\"icon lifesaver \">   <svg   viewBox=\"0 0 35.124000549316406 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 16,0C 11.906,0, 7.81,1.562, 4.686,4.686c-6.248,6.248-6.248,16.38,0,22.628C 7.81,30.438, 11.906,32, 16,32 s 8.19-1.562, 11.314-4.686c 6.248-6.248, 6.248-16.38,0-22.628C 24.19,1.562, 20.094,0, 16,0z M 10.344,21.656C 8.832,20.146, 8,18.136, 8,16 c0-2.136, 0.832-4.146, 2.344-5.656C 11.854,8.832, 13.864,8, 16,8s 4.146,0.832, 5.656,2.344C 23.168,11.854, 24,13.864, 24,16 c0,2.136-0.832,4.146-2.344,5.656C 20.146,23.168, 18.136,24, 16,24S 11.854,23.168, 10.344,21.656z M 22.186,3.45L 19.1,6.536 C 18.092,6.206, 17.050,6, 16,6C 15.044,6, 14.098,6.182, 13.172,6.454l-3.12-3.12C 11.892,2.472, 13.908,2, 16,2C 18.184,2, 20.284,2.51, 22.186,3.45z M 3.336,10.054l 3.12,3.12c-0.572,1.94-0.548,4, 0.080,5.928l-3.086,3.086C 2.51,20.284, 2,18.184, 2,16C 2,13.908, 2.472,11.892, 3.336,10.054z M 6.1,25.898L 6.1,25.898C 6.1,25.9, 6.1,25.9, 6.1,25.898L 6.1,25.898z M 10.294,28.778l 3.152-3.152C 14.284,25.848, 15.138,26, 16,26 c 0.956,0, 1.902-0.182, 2.828-0.456l 3.12,3.12C 20.108,29.528, 18.092,30, 16,30C 13.998,30, 12.068,29.57, 10.294,28.778z M 28.66,21.942 l-3.114-3.114c 0.518-1.758, 0.548-3.612, 0.080-5.382l 3.146-3.146C 30.418,14.002, 30.38,18.266, 28.66,21.942z\"></path></g></svg></li><li title=\"icon lightbulb \">   <svg   viewBox=\"0 0 32 32.06399917602539\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 27.176,16.156c 0.142-0.38, 0.26-0.772, 0.362-1.166c 0.018-0.068, 0.040-0.132, 0.056-0.2 c 0.090-0.37, 0.154-0.748, 0.208-1.128c 0.012-0.088, 0.034-0.176, 0.044-0.264C 27.9,12.936, 27.93,12.47, 27.93,12c0-6.616-5.384-12-12-12 s-12,5.384-12,12c0,0.47, 0.030,0.936, 0.086,1.396C 4.026,13.486, 4.046,13.572, 4.058,13.66c 0.054,0.38, 0.118,0.758, 0.208,1.128 c 0.016,0.068, 0.038,0.134, 0.056,0.2c 0.102,0.394, 0.22,0.786, 0.362,1.166c 0.014,0.036, 0.030,0.072, 0.042,0.108 c 0.158,0.41, 0.334,0.812, 0.536,1.202C 5.27,17.48, 5.278,17.494, 5.286,17.508c 0.21,0.404, 0.442,0.796, 0.698,1.176 c 0.008,0.012, 0.016,0.022, 0.022,0.034c 0.25,0.37, 0.522,0.724, 0.812,1.066c 0.024,0.028, 0.046,0.054, 0.070,0.082 c 0.264,0.306, 0.55,0.596, 0.846,0.876c 0.066,0.062, 0.128,0.124, 0.196,0.184c 0.088,0.078, 0.166,0.166, 0.258,0.242 c 0.054,0.046, 0.12,0.076, 0.18,0.114c 0.198,0.164, 0.386,0.336, 0.596,0.488c 0.084,0.060, 0.136,0.118, 0.208,0.178 C 10.552,23.094, 9.878,24, 11.414,24c 0.214,0, 7.016,0, 9.032,0c 1.534,0, 0.862-0.906, 2.244-2.052c 0.072-0.060, 0.124-0.116, 0.208-0.178 c 0.21-0.152, 0.398-0.324, 0.596-0.488c 0.058-0.040, 0.124-0.068, 0.18-0.114c 0.090-0.076, 0.17-0.164, 0.258-0.242 c 0.066-0.060, 0.13-0.124, 0.196-0.184c 0.296-0.28, 0.58-0.57, 0.846-0.876c 0.024-0.028, 0.046-0.054, 0.070-0.082 c 0.29-0.342, 0.562-0.696, 0.812-1.066c 0.008-0.012, 0.016-0.022, 0.022-0.034c 0.254-0.378, 0.486-0.77, 0.696-1.174 c 0.008-0.014, 0.016-0.030, 0.024-0.044c 0.202-0.39, 0.378-0.792, 0.536-1.202C 27.146,16.226, 27.162,16.192, 27.176,16.156z M 23,12.094 c-0.552,0-1-0.448-1-1C 22,8.046, 19.25,6, 17,6C 16.448,6, 16,5.552, 16,5S 16.448,4, 17,4C 20.438,4, 24,6.532, 24,11.094 C 24,11.646, 23.552,12.094, 23,12.094zM 15.808,30L 13.61,30 L 11.414,30 l 3.606,1.844c 0.286,0.146, 0.598,0.22, 0.91,0.22c 0.308,0, 0.618-0.072, 0.902-0.214 L 20.49,30L 18.272,30 L 16.054,30 L 15.808,30 zM 22,27c0-0.552-0.448-1-1-1l-10,0 C 10.448,26, 10,26.448, 10,27C 10,27.552, 10.448,28, 11,28l 10,0 C 21.552,28, 22,27.552, 22,27z\"></path></g></svg></li><li title=\"icon lightbulb alt \">   <svg   viewBox=\"0 0 32 32.0620002746582\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 16,0C 9.384,0, 4,5.384, 4,12c0,3.868, 1.88,7.52, 5.032,9.77c 0.048,0.034, 0.098,0.066, 0.148,0.096 c 0.732,0.43, 0.804,1.816, 0.788,2.070c-0.002,0.042-0.004,0.084-0.004,0.124L 9.964,28 c0,0.752, 0.42,1.438, 1.090,1.78l 4.036,2.062 c 0.286,0.146, 0.598,0.22, 0.91,0.22c 0.31,0, 0.618-0.072, 0.902-0.214l 4.084-2.062c 0.674-0.34, 1.098-1.030, 1.098-1.786l0-3.916 c0-1.974, 1.206-2.626, 1.218-2.632c 0.16-0.074, 0.308-0.17, 0.442-0.284C 26.448,18.88, 28,15.54, 28,12C 28,5.384, 22.616,0, 16,0z M 11.964,24.062c0,0,0-0.040, 0.002-0.062l 8.124,0 c0,0.030-0.008,0.052-0.008,0.084c0,0.786,0,1.408,0,1.916L 11.964,26 L 11.964,24.062 z M 16,30.062 L 11.966,28l 8.118,0 L 16,30.062z M 22.452,19.64c0,0-1.34,0.63-2.004,2.36L 11.644,22 c-0.248-0.692-0.678-1.404-1.45-1.858 C 7.656,18.33, 6,15.358, 6,12c0-5.522, 4.478-10, 10-10s 10,4.478, 10,10C 26,15.064, 24.622,17.806, 22.452,19.64zM 17,4C 16.448,4, 16,4.448, 16,5S 16.448,6, 17,6C 19.25,6, 22,8.046, 22,11.094c0,0.552, 0.448,1, 1,1 s 1-0.448, 1-1C 24,6.532, 20.438,4, 17,4z\"></path></g></svg></li><li title=\"icon like \">   <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"   viewBox=\"0 0 32 32\" enable-background=\"new 0 0 16 16\" xml:space=\"preserve\" fill=\"currentFill\"> <g><path d=\"M 27.1,10c0,0-7.622,0-9.1,0L 18,4.812 c 0.072-2.808-0.562-4.808-2.938-4.808C 12.5,0.004, 12,2.13, 12,2.13 C 11.532,9.66, 4,12, 4,12l0,16 l 2.922,0.124C 14.488,28.124, 9.948,32, 22.38,32C 31.82,32, 32,23.692, 32,18S 29.406,10, 27.1,10z M 22.38,30 c-6.316,0-7.654-1.006-8.836-1.894c-1.494-1.122-2.928-1.98-6.524-1.98c-0.004,0-0.008,0-0.012,0L 6,26.084L 6,13.344 C 8.494,12.18, 13.45,9.060, 13.978,2.51c 0.078-0.16, 0.336-0.506, 1.084-0.506c 0.178,0, 0.408,0.020, 0.506,0.12 C 15.65,2.206, 16.052,2.726, 16,4.812L 16,10 l0,2 l 2,0 l 9.1,0 C 28.542,12, 30,14.060, 30,18C 30,25.782, 28.786,30, 22.38,30zM 1,30C 1.552,30, 2,29.552, 2,29L 2,11.084 c0-0.552-0.448-1-1-1S0,10.532,0,11.084L0,29 C0,29.552, 0.448,30, 1,30z\"></path></g></svg></li><li title=\"icon like alt \">   <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"   viewBox=\"0 0 32 32\" enable-background=\"new 0 0 16 16\" xml:space=\"preserve\" fill=\"currentFill\"> <g><path d=\"M 27.1,10c0,0-6.95,0-9.062,0L 18.038,4.538 c 0.148-2.46-0.56-4.536-2.072-4.534 C 13.334,0.008, 13.408,2.13, 13.408,2.13C 12.94,9.66, 6,12, 6,12l0,16 l 0.922,0.124C 14.488,28.124, 9.948,32, 22.38,32C 31.82,32, 32,23.692, 32,18 S 29.406,10, 27.1,10zM 2,30c 1.104,0, 2-0.896, 2-2L 4,12.062 c0-1.104-0.896-2-2-2s-2,0.896-2,2L0,28 C0,29.104, 0.896,30, 2,30z\"></path></g></svg></li><li title=\"icon link \">   <svg   viewBox=\"0 0 32.06999969482422 33.58000183105469\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 7.54,15.77c 1.278,1.278, 3.158,1.726, 4.868,1.216L 2.96,7.54C 2.652,7.232, 2.49,6.786, 2.49,6.254 c0-0.88, 0.46-2.004, 1.070-2.614c 0.8-0.8, 2.97-1.686, 3.98-0.682l 9.446,9.448c 0.138-0.462, 0.208-0.942, 0.208-1.422 c0-1.304-0.506-2.526-1.424-3.446L 9.364,1.134C 7.44-0.79, 3.616-0.068, 1.734,1.814C 0.642,2.906-0.036,4.598-0.036,6.23 c0,1.268, 0.416,2.382, 1.17,3.136L 7.54,15.77zM 24.46,16.23c-1.278-1.278-3.158-1.726-4.868-1.216l 9.448,9.448c 0.308,0.308, 0.47,0.752, 0.47,1.286 c0,0.88-0.46,2.004-1.070,2.614c-0.8,0.8-2.97,1.686-3.98,0.682L 15.014,19.594c-0.138,0.462-0.208,0.942-0.208,1.422 c0,1.304, 0.506,2.526, 1.424,3.446l 6.404,6.404c 1.924,1.924, 5.748,1.202, 7.63-0.68c 1.092-1.092, 1.77-2.784, 1.77-4.416 c0-1.268-0.416-2.382-1.17-3.136L 24.46,16.23zM 9.164,9.162C 8.908,9.416, 8.768,9.756, 8.768,10.116s 0.14,0.698, 0.394,0.952l 11.768,11.77 c 0.526,0.524, 1.38,0.524, 1.906,0c 0.256-0.254, 0.394-0.594, 0.394-0.954s-0.14-0.698-0.394-0.952L 11.068,9.162 C 10.544,8.638, 9.688,8.638, 9.164,9.162z\"></path></g></svg></li><li title=\"icon link alt \">   <svg   viewBox=\"0 0 32 32.816001892089844\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 9.558,4.056c 1.17-1.17, 3.072-1.17, 4.242,0l 10.726,10.726c 0.528-1.998, 0.034-4.21-1.532-5.776 L 15.922,1.936c-2.344-2.344-6.142-2.344-8.486,0L 5.846,3.526c-2.344,2.344-2.344,6.142,0,8.486l 7.072,7.072 c 1.566,1.566, 3.778,2.060, 5.776,1.532L 7.968,9.89c-1.17-1.17-1.17-3.072,0-4.242L 9.558,4.056zM 16.078,30.064c 2.344,2.344, 6.142,2.344, 8.486,0l 1.59-1.592c 2.344-2.344, 2.344-6.142,0-8.486L 19.082,12.918 c-1.566-1.566-3.778-2.060-5.776-1.532l 10.726,10.726c 1.17,1.17, 1.17,3.072,0,4.242l-1.592,1.592c-1.17,1.17-3.072,1.17-4.242,0 L 7.474,17.218c-0.528,1.998-0.034,4.21, 1.532,5.776L 16.078,30.064z\"></path></g></svg></li><li title=\"icon loading \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 27.020,22.82A0.182,0.182 1080 1 0 27.384,22.82A0.182,0.182 1080 1 0 27.020,22.82zM 23.002,26.966A0.362,0.362 1080 1 0 23.726,26.966A0.362,0.362 1080 1 0 23.002,26.966zM 17.586,29.1A0.544,0.544 1080 1 0 18.674,29.1A0.544,0.544 1080 1 0 17.586,29.1zM 11.756,28.814A0.724,0.724 1080 1 0 13.204,28.814A0.724,0.724 1080 1 0 11.756,28.814zM 6.584,26.16A0.906,0.906 1080 1 0 8.396,26.16A0.906,0.906 1080 1 0 6.584,26.16zM 3.002,21.648A1.088,1.088 1080 1 0 5.178,21.648A1.088,1.088 1080 1 0 3.002,21.648zM 1.658,16.108A1.268,1.268 1080 1 0 4.194,16.108A1.268,1.268 1080 1 0 1.658,16.108zM 2.764,10.604A1.45,1.45 1080 1 0 5.664,10.604A1.45,1.45 1080 1 0 2.764,10.604zM 6.082,6.166A1.632,1.632 1080 1 0 9.346,6.166A1.632,1.632 1080 1 0 6.082,6.166zM 10.954,3.624A1.812,1.812 1080 1 0 14.578,3.624A1.812,1.812 1080 1 0 10.954,3.624zM 16.426,3.466A1.994,1.994 1080 1 0 20.414,3.466A1.994,1.994 1080 1 0 16.426,3.466zM 21.436,5.72A2.174,2.174 1080 1 0 25.784,5.72A2.174,2.174 1080 1 0 21.436,5.72zM 24.996,9.954A2.356,2.356 1080 1 0 29.708,9.954A2.356,2.356 1080 1 0 24.996,9.954zM 26.412,15.438A2.538,2.538 1080 1 0 31.488,15.438A2.538,2.538 1080 1 0 26.412,15.438z\"></path></g></svg></li><li title=\"icon lock open \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 26,12L 7.846,12 L 7.846,10.154 C 7.846,6.76, 10.606,4, 14,4c 2.236,0, 4.182,1.208, 5.258,2.998 c 0.010-0.012, 0.028-0.018, 0.040-0.030c 0.362,0.516, 0.932,0.876, 1.61,0.876c 1.104,0, 2-0.896, 2-2c0-0.27-0.056-0.528-0.154-0.764 c-0.008-0.014-0.014-0.030-0.022-0.044c-0.088-0.2-0.214-0.376-0.36-0.534C 20.552,1.8, 17.504,0, 14,0C 8.392,0, 3.846,4.546, 3.846,10.154 L 3.846,12 L 2,12 C 0.896,12,0,12.896,0,14l0,16 c0,1.104, 0.896,2, 2,2l 24,0 c 1.104,0, 2-0.896, 2-2L 28,14 C 28,12.896, 27.104,12, 26,12z M 14,26c-2.21,0-4-1.79-4-4 s 1.79-4, 4-4s 4,1.79, 4,4S 16.21,26, 14,26z\"></path></g></svg></li><li title=\"icon lock open alt \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 30,30L 30,14 c0-1.104-0.896-2-2-2L 7.99,12 L 8,11.152C 8,5.764, 11.328,2, 16.096,2c 3.49,0, 6.6,2.006, 8.118,5.236 c 0.234,0.5, 0.828,0.714, 1.33,0.478c 0.5-0.234, 0.714-0.83, 0.478-1.33C 24.172,2.448, 20.37,0, 16.096,0C 10.246,0, 6,4.69, 6,11.14 L 5.99,12L 4,12 C 2.896,12, 2,12.896, 2,14l0,16 c0,1.104, 0.896,2, 2,2l 24,0 C 29.104,32, 30,31.104, 30,30z M 4,14l 24,0 l0,16 L 4,30 L 4,14 zM 16,18c-2.21,0-4,1.79-4,4s 1.79,4, 4,4s 4-1.79, 4-4S 18.21,18, 16,18z M 16,24c-1.102,0-2-0.898-2-2s 0.898-2, 2-2 s 2,0.898, 2,2S 17.102,24, 16,24z\"></path></g></svg></li><li title=\"icon lock \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 16,0C 10.392,0, 5.846,4.546, 5.846,10.154L 5.846,12 L 4,12 C 2.896,12, 2,12.896, 2,14l0,16 c0,1.104, 0.896,2, 2,2l 24,0 c 1.104,0, 2-0.896, 2-2L 30,14 c0-1.104-0.896-2-2-2l-1.846,0 L 26.154,10.154 C 26.154,4.546, 21.608,0, 16,0z M 9.846,10.154C 9.846,6.76, 12.606,4, 16,4 s 6.154,2.76, 6.154,6.154L 22.154,12 L 9.846,12 L 9.846,10.154 z M 16,26c-2.21,0-4-1.79-4-4c0-2.21, 1.79-4, 4-4s 4,1.79, 4,4C 20,24.21, 18.21,26, 16,26z\"></path></g></svg></li><li title=\"icon lock alt \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 16,0C 10.478,0, 6,4.546, 6,10.154L 6,12 L 4,12 C 2.896,12, 2,12.896, 2,14l0,16 c0,1.104, 0.896,2, 2,2l 24,0 c 1.104,0, 2-0.896, 2-2L 30,14 c0-1.104-0.896-2-2-2l-2,0 L 26,10.154 C 26,4.546, 21.522,0, 16,0z M 8,10.154C 8,5.658, 11.588,2, 16,2s 8,3.658, 8,8.154L 24,12 L 8,12 L 8,10.154 z M 28,30L 4,30 L 4,14 l 24,0 L 28,30 z M 20,22c0-2.21-1.79-4-4-4s-4,1.79-4,4s 1.79,4, 4,4S 20,24.21, 20,22z M 16,24c-1.102,0-2-0.898-2-2 s 0.898-2, 2-2s 2,0.898, 2,2S 17.102,24, 16,24z\"></path></g></svg></li><li title=\"icon mail \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 30,8L 2,8 C 0.896,8,0,8.896,0,10l0,3.358 l 16,6.4l 16-6.4L 32,10 C 32,8.896, 31.104,8, 30,8zM0,16.624L0,30 c0,1.104, 0.896,2, 2,2l 28,0 c 1.104,0, 2-0.896, 2-2L 32,16.624 l-16,6.4L0,16.624z\"></path></g></svg></li><li title=\"icon mail alt \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 30,8L 2,8 C 0.896,8,0,8.896,0,10l0,20 c0,1.104, 0.896,2, 2,2l 28,0 c 1.104,0, 2-0.896, 2-2L 32,10 C 32,8.896, 31.104,8, 30,8z M 11.36,22.054l 4.644,3.156l 4.616-3.178L 28.586,30L 3.414,30 L 11.36,22.054z M 2,28.586L 2,15.69 l 7.676,5.218L 2,28.586z M 22.294,20.88 L 30,15.576l0,13.010 L 22.294,20.88z M 30,10l0,3.236 l-0.042-0.060l-13.962,9.614L 2,13.274L 2,10 L 30,10 z\"></path></g></svg></li><li title=\"icon map \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 10.084,5.804L 2,2L 2,26L 10.084,29.804 zM 12.084,29.776L 20.042,26.19L 20.042,2.19L 12.084,5.776 zM 22.042,26.232L 30,30L 30,6L 22.042,2.232 z\"></path></g></svg></li><li title=\"icon map alt \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 30.434,4.048l-9-4C 21.292,0.016, 21.146,0, 21,0c-0.13,0-0.262,0.012-0.39,0.038L 10.982,3.956 L 2.436,0.048C 2.292,0.016, 2.146,0, 2,0C 1.55,0, 1.108,0.152, 0.75,0.44C 0.276,0.818,0,1.392,0,2l0,24 c0,0.936, 0.65,1.748, 1.564,1.952 l 8.958,4C 10.666,31.984, 10.812,32, 10.958,32c 0.13,0, 0.262-0.012, 0.39-0.038l 9.628-3.918l 8.588,3.908C 29.71,31.984, 29.856,32, 30,32 c 0.45,0, 0.894-0.152, 1.252-0.44C 31.724,31.18, 32,30.606, 32,30L 32,6 C 32,5.062, 31.348,4.25, 30.434,4.048z M 12,5.586l 8-3.186l0,24 l-8,3.186L 12,5.586 z M 2,2l 8,3.572l0,24 L 2,26L 2,2 z M 30,30l-8-3.556l0-24 L 30,6L 30,30 z\"></path></g></svg></li><li title=\"icon menu circle alt \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 17,2C 8.716,2, 2,8.716, 2,17S 8.716,32, 17,32S 32,25.284, 32,17S 25.284,2, 17,2z M 25,24l-16,0 C 8.448,24, 8,23.552, 8,23C 8,22.448, 8.448,22, 9,22l 16,0 c 0.552,0, 1,0.448, 1,1C 26,23.552, 25.552,24, 25,24z M 25,18l-16,0 C 8.448,18, 8,17.552, 8,17C 8,16.448, 8.448,16, 9,16l 16,0 C 25.552,16, 26,16.448, 26,17C 26,17.552, 25.552,18, 25,18z M 25,12l-16,0 C 8.448,12, 8,11.552, 8,11C 8,10.448, 8.448,10, 9,10l 16,0 C 25.552,10, 26,10.448, 26,11C 26,11.552, 25.552,12, 25,12z\"></path></g></svg></li><li title=\"icon menu circle alt2 \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 17,2C 8.716,2, 2,8.716, 2,17S 8.716,32, 17,32S 32,25.284, 32,17S 25.284,2, 17,2z M 17,30 C 9.832,30, 4,24.168, 4,17S 9.832,4, 17,4S 30,9.832, 30,17S 24.168,30, 17,30zM 25,16l-16,0 C 8.448,16, 8,16.448, 8,17C 8,17.552, 8.448,18, 9,18l 16,0 C 25.552,18, 26,17.552, 26,17 C 26,16.448, 25.552,16, 25,16zM 25,10l-16,0 C 8.448,10, 8,10.448, 8,11C 8,11.552, 8.448,12, 9,12l 16,0 C 25.552,12, 26,11.552, 26,11 C 26,10.448, 25.552,10, 25,10zM 25,22l-16,0 C 8.448,22, 8,22.448, 8,23C 8,23.552, 8.448,24, 9,24l 16,0 c 0.552,0, 1-0.448, 1-1 C 26,22.448, 25.552,22, 25,22z\"></path></g></svg></li><li title=\"icon menu square alt \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 30,2L 4,2 C 2.896,2, 2,2.896, 2,4l0,26 c0,1.104, 0.896,2, 2,2l 26,0 c 1.104,0, 2-0.896, 2-2L 32,4 C 32,2.896, 31.104,2, 30,2z M 25,24l-16,0 C 8.448,24, 8,23.552, 8,23C 8,22.448, 8.448,22, 9,22l 16,0 c 0.552,0, 1,0.448, 1,1C 26,23.552, 25.552,24, 25,24z M 25,18l-16,0 C 8.448,18, 8,17.552, 8,17C 8,16.448, 8.448,16, 9,16l 16,0 C 25.552,16, 26,16.448, 26,17C 26,17.552, 25.552,18, 25,18z M 25,12l-16,0 C 8.448,12, 8,11.552, 8,11C 8,10.448, 8.448,10, 9,10l 16,0 C 25.552,10, 26,10.448, 26,11C 26,11.552, 25.552,12, 25,12z\"></path></g></svg></li><li title=\"icon menu square alt2 \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 30,2L 4,2 C 2.896,2, 2,2.896, 2,4l0,26 c0,1.104, 0.896,2, 2,2l 26,0 c 1.104,0, 2-0.896, 2-2L 32,4 C 32,2.896, 31.104,2, 30,2z M 30,30L 4,30 L 4,4 l 26,0 L 30,30 zM 9,18l 16,0 C 25.552,18, 26,17.552, 26,17C 26,16.448, 25.552,16, 25,16l-16,0 C 8.448,16, 8,16.448, 8,17 C 8,17.552, 8.448,18, 9,18zM 9,12l 16,0 C 25.552,12, 26,11.552, 26,11C 26,10.448, 25.552,10, 25,10l-16,0 C 8.448,10, 8,10.448, 8,11 C 8,11.552, 8.448,12, 9,12zM 9,24l 16,0 c 0.552,0, 1-0.448, 1-1c0-0.552-0.448-1-1-1l-16,0 C 8.448,22, 8,22.448, 8,23 C 8,23.552, 8.448,24, 9,24z\"></path></g></svg></li><li title=\"icon menu \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 7,16l 18,0 C 25.552,16, 26,15.552, 26,15C 26,14.448, 25.552,14, 25,14l-18,0 C 6.448,14, 6,14.448, 6,15 C 6,15.552, 6.448,16, 7,16zM 7,10l 18,0 C 25.552,10, 26,9.552, 26,9C 26,8.448, 25.552,8, 25,8l-18,0 C 6.448,8, 6,8.448, 6,9 C 6,9.552, 6.448,10, 7,10zM 7,22l 18,0 c 0.552,0, 1-0.448, 1-1c0-0.552-0.448-1-1-1l-18,0 C 6.448,20, 6,20.448, 6,21 C 6,21.552, 6.448,22, 7,22z\"></path></g></svg></li><li title=\"icon mic \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 14,25.808L 14,30 L 11,30 C 10.448,30, 10,30.448, 10,31C 10,31.552, 10.448,32, 11,32l 4.98,0 L 16.020,32 l 4.98,0 c 0.552,0, 1-0.448, 1-1c0-0.552-0.448-1-1-1L 18,30 l0-4.204 c 4.166-0.822, 8-4.194, 8-9.796L 26,13 C 26,12.448, 25.552,12, 25,12 S 24,12.448, 24,13L 24,16 c0,5.252-4.026,8-8,8c-3.854,0-8-2.504-8-8L 8,13 C 8,12.448, 7.552,12, 7,12S 6,12.448, 6,13L 6,16 C 6,21.68, 9.766,25.012, 14,25.808zM 16,20c 2.21,0, 4-1.79, 4-4L 20,4 c0-2.21-1.79-4-4-4S 12,1.79, 12,4l0,12 C 12,18.21, 13.79,20, 16,20z\"></path></g></svg></li><li title=\"icon mic alt \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 14,25.808L 14,30 L 11,30 C 10.448,30, 10,30.448, 10,31C 10,31.552, 10.448,32, 11,32l 4.98,0 L 16.020,32 l 4.98,0 c 0.552,0, 1-0.448, 1-1c0-0.552-0.448-1-1-1L 18,30 l0-4.204 c 4.166-0.822, 8-4.194, 8-9.796L 26,13 C 26,12.448, 25.552,12, 25,12 S 24,12.448, 24,13L 24,16 c0,5.252-4.026,8-8,8c-3.854,0-8-2.504-8-8L 8,13 C 8,12.448, 7.552,12, 7,12S 6,12.448, 6,13L 6,16 C 6,21.68, 9.766,25.012, 14,25.808zM 16,22c 3.308,0, 6-2.692, 6-6L 22,6 c0-3.308-2.692-6-6-6C 12.692,0, 10,2.692, 10,6l0,10 C 10,19.308, 12.692,22, 16,22z M 12,6 c0-2.21, 1.79-4, 4-4s 4,1.79, 4,4l0,10 c0,2.21-1.79,4-4,4S 12,18.21, 12,16L 12,6 z\"></path></g></svg></li><li title=\"icon minus 06 \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 9,18l 16,0 C 25.552,18, 26,17.552, 26,17C 26,16.448, 25.552,16, 25,16l-16,0 C 8.448,16, 8,16.448, 8,17 C 8,17.552, 8.448,18, 9,18z\"></path></g></svg></li><li title=\"icon minus box \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 8,10l0,14 c0,1.104, 0.896,2, 2,2l 14,0 c 1.104,0, 2-0.896, 2-2L 26,10 c0-1.104-0.896-2-2-2L 10,8 C 8.896,8, 8,8.896, 8,10z M 24,24L 10,24 L 10,10 l 14,0 L 24,24 zM 13,18l 8,0 C 21.552,18, 22,17.552, 22,17C 22,16.448, 21.552,16, 21,16l-8,0 C 12.448,16, 12,16.448, 12,17 C 12,17.552, 12.448,18, 13,18z\"></path></g></svg></li><li title=\"icon minus alt \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 17,2C 8.716,2, 2,8.716, 2,17S 8.716,32, 17,32S 32,25.284, 32,17S 25.284,2, 17,2z M 25,18l-16,0 C 8.448,18, 8,17.552, 8,17C 8,16.448, 8.448,16, 9,16l 16,0 C 25.552,16, 26,16.448, 26,17C 26,17.552, 25.552,18, 25,18z\"></path></g></svg></li><li title=\"icon minus alt2 \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 17,2C 8.716,2, 2,8.716, 2,17S 8.716,32, 17,32S 32,25.284, 32,17S 25.284,2, 17,2z M 17,30 C 9.832,30, 4,24.168, 4,17S 9.832,4, 17,4S 30,9.832, 30,17S 24.168,30, 17,30zM 25,16l-16,0 C 8.448,16, 8,16.448, 8,17C 8,17.552, 8.448,18, 9,18l 16,0 C 25.552,18, 26,17.552, 26,17 C 26,16.448, 25.552,16, 25,16z\"></path></g></svg></li><li title=\"icon mobile \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 24,32c 1.104,0, 2-0.896, 2-2L 26,2 c0-1.104-0.896-2-2-2L 10,0 C 8.896,0, 8,0.896, 8,2l0,28 c0,1.104, 0.896,2, 2,2L 24,32 z M 16,28.876c0-0.622, 0.504-1.124, 1.124-1.124s 1.124,0.504, 1.124,1.124S 17.746,30, 17.124,30S 16,29.496, 16,28.876z M 21,2 C 21.552,2, 22,2.448, 22,3C 22,3.552, 21.552,4, 21,4l-2,0 C 18.448,4, 18,3.552, 18,3C 18,2.448, 18.448,2, 19,2L 21,2 z M 16,3 C 16,3.552, 15.552,4, 15,4S 14,3.552, 14,3C 14,2.448, 14.448,2, 15,2S 16,2.448, 16,3z M 10,6l 14,0 l0,20 L 10,26 L 10,6 z\"></path></g></svg></li><li title=\"icon mug \">   <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"   viewBox=\"0 0 32.02199935913086 32\" enable-background=\"new 0 0 16 16\" xml:space=\"preserve\" fill=\"currentFill\"> <g><path d=\"M 25.89,10.004c 0.056-0.836, 0.090-1.514, 0.108-1.92c 0.022-0.544-0.178-1.074-0.554-1.468S 24.544,6, 24,6L 2,6 C 1.456,6, 0.934,6.222, 0.556,6.616S-0.020,7.54, 0.002,8.084c 0.11,2.642, 0.854,15.996, 4.664,19.406C 5.032,27.818, 5.508,28, 6,28l 14,0 c 0.492,0, 0.968-0.182, 1.334-0.51c 1.194-1.070, 2.088-3.116, 2.754-5.504c 0.99-0.004, 1.674-0.006, 1.754-0.006 c 3.402,0, 6.16-2.48, 6.16-5.99C 32,11.224, 27.88,10.022, 25.89,10.004z M 20,26L 6,26 c-3.374-3.020-4-18-4-18l 22,0 C 24,8, 23.374,22.98, 20,26z M 25.84,19.98l-0.63,0.002c-0.18,0-0.394,0.002-0.636,0.002c 0.596-2.738, 0.954-5.66, 1.16-7.984l 0.106,0 C 26.010,12, 30,12.046, 30,15.99 C 30,18.302, 28.25,19.98, 25.84,19.98z\"></path></g></svg></li><li title=\"icon mug alt \">   <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"   viewBox=\"0 0 32.02199935913086 32\" enable-background=\"new 0 0 16 16\" xml:space=\"preserve\" fill=\"currentFill\"> <g><path d=\"M 25.89,10.004c 0.056-0.836, 0.090-1.514, 0.108-1.92c 0.022-0.544-0.178-1.074-0.554-1.468S 24.544,6, 24,6L 2,6 C 1.456,6, 0.934,6.222, 0.556,6.616S-0.020,7.54, 0.002,8.084c 0.11,2.642, 0.854,15.996, 4.664,19.406C 5.032,27.818, 5.508,28, 6,28l 14,0 c 0.492,0, 0.968-0.182, 1.334-0.51c 1.194-1.070, 2.088-3.116, 2.754-5.504c 0.99-0.004, 1.674-0.006, 1.754-0.006 c 3.402,0, 6.16-2.48, 6.16-5.99C 32,11.224, 27.88,10.022, 25.89,10.004z M 25.84,18.98l-0.634,0.002c-0.12,0-0.272,0-0.42,0.002 c 0.398-2.050, 0.67-4.152, 0.854-5.984l 0.2,0 c 0.528,0, 3.16,0.144, 3.16,2.99C 29,18.044, 27.362,18.98, 25.84,18.98z\"></path></g></svg></li><li title=\"icon music \">   <svg   viewBox=\"0 0 32 32.769996643066406\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 0.798,30.456c 1.496,1.942, 4.586,2.068, 6.902,0.284c 0.942-0.726, 1.594-1.658, 1.956-2.636 C 9.864,27.692, 10,27.108, 10,26.44L 10,11.494 l 18-3.402l0,7.892 c0,2.784-2.13,3.424-2.884,3.566c-0.066,0.008-0.13,0.024-0.196,0.036 c-0.034,0.004-0.084,0.010-0.084,0.010L 24.848,19.6c-0.892,0.162-1.79,0.536-2.596,1.156c-2.316,1.784-2.982,4.804-1.486,6.746 c 1.496,1.942, 4.586,2.070, 6.902,0.286c 1.172-0.904, 1.918-2.124, 2.178-3.36C 29.936,24.128, 30,23.798, 30,23.424L 30,4.012 c0-0.122-0.024-0.226-0.034-0.342C 29.97,3.61, 30,3.542, 30,3.482l0-2 c0-1.104-0.896-1.728-2-1.39L 10,3.494 C 8.896,3.83, 8,5, 8,6.104l0,2 c0,0.028, 0.014,0.048, 0.016,0.074C 8.014,8.238, 8,8.29, 8,8.35l0,10.588 c0,2.788-2.136,3.426-2.888,3.566 c-0.038,0.006-0.076,0.018-0.116,0.024c-0.098,0.016-0.162,0.022-0.162,0.022l 0.022,0.010c-0.884,0.166-1.774,0.536-2.572,1.15 C-0.032,25.494-0.696,28.514, 0.798,30.456z\"></path></g></svg></li><li title=\"icon ol \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 27,14l-16,0 C 10.448,14, 10,14.448, 10,15C 10,15.552, 10.448,16, 11,16l 16,0 C 27.552,16, 28,15.552, 28,15 C 28,14.448, 27.552,14, 27,14zM 27,6l-16,0 C 10.448,6, 10,6.448, 10,7C 10,7.552, 10.448,8, 11,8l 16,0 C 27.552,8, 28,7.552, 28,7 C 28,6.448, 27.552,6, 27,6zM 27,22l-16,0 C 10.448,22, 10,22.448, 10,23C 10,23.552, 10.448,24, 11,24l 16,0 c 0.552,0, 1-0.448, 1-1 C 28,22.448, 27.552,22, 27,22zM 6.96,9.466L 6.96,4.534L 6.39,4.534L 5.312,5.11L 5.442,5.618L 6.3,5.156L 6.314,5.156L 6.314,9.466 zM 5.374,16.548L 4.852,17.056l0,0.41 L 8,17.466 L 8,16.912 L 5.784,16.912 L 5.784,16.898 l 0.394-0.364c 1.040-1.002, 1.7-1.738, 1.7-2.648 c0-0.706-0.448-1.434-1.51-1.434c-0.57,0-1.054,0.212-1.396,0.502l 0.212,0.47c 0.228-0.19, 0.6-0.418, 1.048-0.418 c 0.736,0, 0.978,0.462, 0.978,0.964C 7.204,14.712, 6.634,15.35, 5.374,16.548zM 6.194,24.928c-0.462,0-0.902-0.19-1.092-0.31l-0.182,0.516c 0.242,0.16, 0.728,0.334, 1.282,0.334 c 1.184,0, 1.798-0.69, 1.798-1.48c0-0.69-0.494-1.146-1.1-1.268l0-0.014 c 0.608-0.22, 0.91-0.652, 0.91-1.162 c0-0.6-0.44-1.176-1.412-1.176c-0.532,0-1.032,0.19-1.29,0.38l 0.174,0.486c 0.212-0.152, 0.592-0.326, 0.986-0.326 c 0.614,0, 0.866,0.35, 0.866,0.744c0,0.584-0.614,0.834-1.1,0.834L 5.662,22.486 l0,0.5 l 0.372,0 c 0.646,0, 1.268,0.296, 1.274,0.986 C 7.318,24.382, 7.052,24.928, 6.194,24.928z\"></path></g></svg></li><li title=\"icon paperclip \">   <svg   viewBox=\"0 0 33.14800262451172 33.00400161743164\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 14.076,6.978C 11.958,4.864, 9.298,4.686, 7.448,6.536C 5.598,8.384, 5.774,11.048, 7.888,13.164l 11.448,11.448 c 0.39,0.39, 1.024,0.39, 1.414,0s 0.39-1.024,0-1.414L 9.302,11.75c-1.026-1.026-1.68-2.562-0.442-3.8 c 1.236-1.238, 2.774-0.582, 3.8,0.444l 12.728,12.726c 3.65,3.654, 4.56,5.338, 2.386,7.514c-2.2,2.198-4.532,1.654-8.044-1.856 L 5.59,12.634C 3.306,10.35, 1.706,6.62, 4.708,3.62C 8.272,0.056, 12.342,3.56, 13.502,4.722l 12.992,12.994c 0.39,0.39, 1.024,0.39, 1.414,0 s 0.39-1.024,0-1.414L 14.916,3.308C 10.988-0.62, 6.534-1.040, 3.292,2.206C 0.016,5.48, 0.37,10.24, 4.176,14.048l 14.142,14.142 c 1.202,1.202, 3.776,3.774, 6.736,3.774c 1.33,0, 2.74-0.522, 4.136-1.918c 3.974-3.976, 0.298-7.656-2.386-10.342L 14.076,6.978z\"></path></g></svg></li><li title=\"icon pause \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 12,10C 10.896,10, 10,10.896, 10,12l0,8 c0,1.104, 0.896,2, 2,2s 2-0.896, 2-2L 14,12 C 14,10.896, 13.104,10, 12,10zM 18,20c0,1.104, 0.896,2, 2,2s 2-0.896, 2-2L 22,12 c0-1.104-0.896-2-2-2S 18,10.896, 18,12L 18,20 z\"></path></g></svg></li><li title=\"icon pause alt \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 16,0C 7.164,0,0,7.164,0,16s 7.164,16, 16,16s 16-7.164, 16-16S 24.836,0, 16,0z M 14,20c0,1.104-0.896,2-2,2s-2-0.896-2-2L 10,12 c0-1.104, 0.896-2, 2-2s 2,0.896, 2,2L 14,20 z M 22,20c0,1.104-0.896,2-2,2s-2-0.896-2-2L 18,12 c0-1.104, 0.896-2, 2-2s 2,0.896, 2,2L 22,20 z\"></path></g></svg></li><li title=\"icon pause alt2 \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 16,32c 8.836,0, 16-7.164, 16-16s-7.164-16-16-16S0,7.164,0,16S 7.164,32, 16,32z M 16,2c 7.72,0, 14,6.28, 14,14s-6.28,14-14,14 s-14-6.28-14-14S 8.28,2, 16,2zM 12,22c 1.104,0, 2-0.896, 2-2L 14,12 c0-1.104-0.896-2-2-2S 10,10.896, 10,12l0,8 C 10,21.104, 10.896,22, 12,22zM 20,22c 1.104,0, 2-0.896, 2-2L 22,12 c0-1.104-0.896-2-2-2S 18,10.896, 18,12l0,8 C 18,21.104, 18.896,22, 20,22z\"></path></g></svg></li><li title=\"icon pencil edit \">   <svg   viewBox=\"0 0 32.24800109863281 32.24800109863281\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 21.172,21.172L 19.39,15.792L 9.11,5.512L 5.512,9.11L 15.792,19.39 zM 0.746,0.746c-0.994,0.994-0.994,2.604,0,3.598l 2.648,2.648l 3.598-3.598L 4.344,0.746 C 3.35-0.248, 1.74-0.248, 0.746,0.746zM 30,6L 15.822,6 l 2,2L 30,8 l0,22 L 8,30 L 8,17.822 l-2-2L 6,30 c0,1.104, 0.896,2, 2,2l 22,0 c 1.104,0, 2-0.896, 2-2L 32,8 C 32,6.896, 31.104,6, 30,6z\"></path></g></svg></li><li title=\"icon pencil edit alt \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 20.62,24.218L 26,26L 24.218,20.62L 13.938,10.34L 10.34,13.938 zM 8.222,11.82L 11.82,8.222L 9.172,5.574c-0.994-0.994-2.604-0.994-3.598,0c-0.994,0.994-0.994,2.604,0,3.598 L 8.222,11.82zM 30,0L 2,0 C 0.896,0,0,0.896,0,2l0,28 c0,1.104, 0.896,2, 2,2l 28,0 c 1.104,0, 2-0.896, 2-2L 32,2 C 32,0.896, 31.104,0, 30,0z M 30,30L 2,30 L 2,2 l 28,0 L 30,30 z\"></path></g></svg></li><li title=\"icon pencil \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 30.122,30.122L 28.020,23.778L 11.050,6.808L 10,7.858L 6.808,11.050L 23.778,28.020 zM 3.98,8.222L 8.222,3.98l-2.1-2.1c-1.172-1.172-3.070-1.172-4.242,0c-1.172,1.17-1.172,3.072,0,4.242 L 3.98,8.222z\"></path></g></svg></li><li title=\"icon pencil alt \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 30,0L 2,0 C 0.896,0,0,0.896,0,2l0,28 c0,1.104, 0.896,2, 2,2l 28,0 c 1.104,0, 2-0.896, 2-2L 32,2 C 32,0.896, 31.104,0, 30,0z M 5.574,9.172c-0.994-0.994-0.994-2.604,0-3.598c 0.994-0.994, 2.604-0.994, 3.598,0L 11.82,8.222L 8.222,11.82L 5.574,9.172z M 20.62,24.218l-10.28-10.28L 13.938,10.34l 10.28,10.28L 26,26L 20.62,24.218z\"></path></g></svg></li><li title=\"icon pens \">   <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"   viewBox=\"0 0 32 32\" enable-background=\"new 0 0 16 16\" xml:space=\"preserve\" fill=\"currentFill\"> <g><path d=\"M 4,6l0,16 l 0.296,0.74L 8,32l 4-10l-0.010-0.004C 11.996,21.99, 11.994,21.98, 12,21.974L 12,6 L 12,4 c0-2.21-1.79-4-4-4 S 4,1.79, 4,4L 4,6 z M 6,4c0-1.102, 0.898-2, 2-2s 2,0.898, 2,2l0,2 L 6,6 L 6,4 z M 8,26.614l-1.030-2.574l-0.4-1L 6.54,22.966L 8,22.236l 1.46,0.73 l-0.030,0.076l-0.4,1L 8,26.614z M 10,21L 8,20l-2,1L 6,9.446 L 6,8.22 L 6,8 l 2,0 l 2,0 l0,0.22 l0,1.226 L 10,21 zM 25.184,5.958L 23.268,1l-0.018,0.006C 23.11,0.434, 22.616,0, 22,0c-0.662,0-1.184,0.496-1.276,1.132 l-0.036-0.008L 18.816,5.958L 18,8l0,20 c0,2.21, 1.79,4, 4,4s 4-1.79, 4-4c 1.104,0, 2-0.896, 2-2l0-6 c0-1.104-0.896-2-2-2L 26,8 L 25.184,5.958z M 24,20l0,6 l0,2 c0,1.102-0.898,2-2,2s-2-0.898-2-2L 20,8 l 0.154,0 l 3.692,0 L 24,8 l0,10 L 24,20 z M 23.046,6l-2.092,0 L 22,3.386L 23.046,6z\"></path></g></svg></li><li title=\"icon pens alt \">   <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"   viewBox=\"0 0 32 32\" enable-background=\"new 0 0 16 16\" xml:space=\"preserve\" fill=\"currentFill\"> <g><path d=\"M 4,4l0,2 l0,16 l 0.296,0.74L 8,32l 4-10l-0.010-0.004C 11.996,21.99, 11.994,21.98, 12,21.974L 12,6 L 12,4 c0-2.21-1.79-4-4-4 S 4,1.79, 4,4z M 6,4c0-1.102, 0.898-2, 2-2s 2,0.898, 2,2l0,2 L 6,6 L 6,4 z M 8,26.614l-1.030-2.574l-0.4-1L 6.54,22.966L 8,22.236l 1.46,0.73 l-0.030,0.076l-0.4,1L 8,26.614zM 25.184,5.958l-1.89-4.834l-0.018,0.004C 23.182,0.494, 22.66,0, 22,0c-0.652,0-1.186,0.502-1.292,1.13 l-0.020-0.004L 18.816,5.958L 18,8l0,20 c0,2.21, 1.79,4, 4,4s 4-1.79, 4-4c 1.104,0, 2-0.896, 2-2l0-6 c0-1.104-0.896-2-2-2L 26,8 L 25.184,5.958z M 23.326,6.702L 23.846,8l-3.692,0 l 0.52-1.298L 20.954,6L 22,3.386L 23.046,6L 23.326,6.702z\"></path></g></svg></li><li title=\"icon percent \">   <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"   viewBox=\"0 0 32 32\" enable-background=\"new 0 0 16 16\" xml:space=\"preserve\" fill=\"currentFill\"> <g><path d=\"M 16,0C 7.164,0,0,7.164,0,16s 7.164,16, 16,16s 16-7.164, 16-16S 24.836,0, 16,0z M 16,30c-7.72,0-14-6.28-14-14s 6.28-14, 14-14 s 14,6.28, 14,14S 23.72,30, 16,30zM 14.124,10.938c0-1.692-1.372-3.062-3.062-3.062S 8,9.246, 8,10.938S 9.372,14, 11.062,14S 14.124,12.628, 14.124,10.938z M 10,10.938c0-0.586, 0.476-1.062, 1.062-1.062s 1.062,0.476, 1.062,1.062S 11.648,12, 11.062,12S 10,11.524, 10,10.938zM 20.938,17.876c-1.692,0-3.062,1.372-3.062,3.062S 19.246,24, 20.938,24S 24,22.628, 24,20.938 S 22.628,17.876, 20.938,17.876z M 20.938,22c-0.586,0-1.062-0.476-1.062-1.062s 0.476-1.062, 1.062-1.062S 22,20.352, 22,20.938 S 21.524,22, 20.938,22zM 22.708,9.292c-0.39-0.39-1.024-0.39-1.414,0l-12,12c-0.39,0.39-0.39,1.024,0,1.414 C 9.488,22.902, 9.744,23, 10,23s 0.512-0.098, 0.708-0.292l 12-12C 23.098,10.316, 23.098,9.684, 22.708,9.292z\"></path></g></svg></li><li title=\"icon percent alt \">   <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"   viewBox=\"0 0 32 32\" enable-background=\"new 0 0 16 16\" xml:space=\"preserve\" fill=\"currentFill\"> <g><path d=\"M 10,10.938A1.062,1.062 0 1 0 12.124,10.938A1.062,1.062 0 1 0 10,10.938zM 16,0C 7.164,0,0,7.164,0,16s 7.164,16, 16,16s 16-7.164, 16-16S 24.836,0, 16,0z M 8,10.938c0-1.692, 1.372-3.062, 3.062-3.062 s 3.062,1.372, 3.062,3.062S 12.754,14, 11.062,14S 8,12.628, 8,10.938z M 10.708,22.708C 10.512,22.902, 10.256,23, 10,23 s-0.512-0.098-0.708-0.292c-0.39-0.39-0.39-1.024,0-1.414l 12-12c 0.39-0.39, 1.024-0.39, 1.414,0s 0.39,1.024,0,1.414 L 10.708,22.708z M 20.938,24c-1.692,0-3.062-1.372-3.062-3.062s 1.372-3.062, 3.062-3.062S 24,19.246, 24,20.938S 22.628,24, 20.938,24zM 19.876,20.938A1.062,1.062 0 1 0 22,20.938A1.062,1.062 0 1 0 19.876,20.938z\"></path></g></svg></li><li title=\"icon phone \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 13.216,8.064C 12.834,3.67, 8.25,1.514, 8.056,1.426C 7.874,1.34, 7.67,1.314, 7.474,1.348 c-5.292,0.878-6.088,3.958-6.12,4.086C 1.31,5.614, 1.318,5.8, 1.374,5.974c 6.312,19.584, 19.43,23.214, 23.742,24.408 c 0.332,0.092, 0.606,0.166, 0.814,0.234c 0.1,0.034, 0.204,0.048, 0.308,0.048c 0.142,0, 0.284-0.030, 0.414-0.090 c 0.132-0.060, 3.248-1.528, 4.010-6.316c 0.034-0.208,0-0.424-0.096-0.612c-0.068-0.132-1.698-3.234-6.218-4.33 c-0.316-0.082-0.64,0.002-0.884,0.21c-1.426,1.218-3.396,2.516-4.246,2.65c-5.698-2.786-8.88-8.132-9-9.146 C 10.148,12.46, 11.454,10.458, 12.956,8.83C 13.146,8.624, 13.242,8.344, 13.216,8.064z\"></path></g></svg></li><li title=\"icon piechart \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 16,32c 5.158,0, 9.734-2.452, 12.66-6.242L 16,16L 16,0 C 7.164,0,0,7.164,0,16S 7.164,32, 16,32z M 14,2.142L 14,16 c0,0.62, 0.288,1.206, 0.778,1.584l 10.964,8.452C 23.144,28.576, 19.686,30, 16,30c-7.72,0-14-6.28-14-14C 2,8.96, 7.224,3.116, 14,2.142zM 18.75,0.268l0,14.31 l 11.424,8.806C 31.334,21.174, 32,18.668, 32,16C 32,8.104, 26.272,1.574, 18.75,0.268z\"></path></g></svg></li><li title=\"icon pin \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 15.272,31.458c 0.168,0.186, 0.33,0.306, 0.486,0.39c 0.002,0.002, 0.006,0.002, 0.008,0.004 c 0.108,0.056, 0.214,0.098, 0.314,0.098c 0.1,0, 0.206-0.042, 0.314-0.098c 0.002-0.002, 0.006-0.002, 0.008-0.004 c 0.156-0.084, 0.318-0.204, 0.486-0.39c0,0, 9.296-10.11, 10.23-18.87c 0.056-0.452, 0.094-0.91, 0.094-1.376C 27.212,5.020, 22.192,0, 16,0 S 4.788,5.020, 4.788,11.212c0,0.474, 0.038,0.936, 0.096,1.394C 5.842,21.362, 15.272,31.458, 15.272,31.458z M 16,4 c 3.976,0, 7.212,3.236, 7.212,7.212c0,3.976-3.236,7.212-7.212,7.212S 8.788,15.188, 8.788,11.212C 8.788,7.236, 12.024,4, 16,4z\"></path></g></svg></li><li title=\"icon pin alt \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 15.212,16.424c 2.874,0, 5.212-2.338, 5.212-5.212C 20.424,8.338, 18.086,6, 15.212,6S 10,8.338, 10,11.212 C 10,14.086, 12.338,16.424, 15.212,16.424z M 15.212,8c 1.77,0, 3.212,1.44, 3.212,3.212s-1.44,3.212-3.212,3.212S 12,12.982, 12,11.212 S 13.44,8, 15.212,8zM 14.484,31.458c 0.168,0.186, 0.33,0.306, 0.486,0.39c 0.002,0.002, 0.006,0.002, 0.008,0.004 c 0.108,0.056, 0.214,0.098, 0.314,0.098c 0.1,0, 0.206-0.042, 0.314-0.098c 0.002-0.002, 0.006-0.002, 0.008-0.004 c 0.156-0.084, 0.318-0.204, 0.486-0.39c0,0, 9.296-10.11, 10.23-18.87c 0.056-0.452, 0.094-0.91, 0.094-1.376 C 26.424,5.020, 21.404,0, 15.212,0S 4,5.020, 4,11.212c0,0.474, 0.038,0.936, 0.096,1.394C 5.054,21.362, 14.484,31.458, 14.484,31.458z M 15.212,2 c 5.080,0, 9.212,4.132, 9.212,9.212c0,0.338-0.024,0.698-0.082,1.164c-0.716,6.712-7.018,14.588-9.048,16.984 c-2.082-2.4-8.474-10.256-9.214-17C 6.026,11.918, 6,11.554, 6,11.212C 6,6.132, 10.132,2, 15.212,2z\"></path></g></svg></li><li title=\"icon plus box \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 8,10l0,14 c0,1.104, 0.896,2, 2,2l 14,0 c 1.104,0, 2-0.896, 2-2L 26,10 c0-1.104-0.896-2-2-2L 10,8 C 8.896,8, 8,8.896, 8,10z M 24,24L 10,24 L 10,10 l 14,0 L 24,24 zM 13,18L 16,18 l0,3 C 16,21.552, 16.448,22, 17,22S 18,21.552, 18,21L 18,18 l 3,0 C 21.552,18, 22,17.552, 22,17 C 22,16.448, 21.552,16, 21,16L 18,16 L 18,13 C 18,12.448, 17.552,12, 17,12S 16,12.448, 16,13L 16,16 L 13,16 C 12.448,16, 12,16.448, 12,17C 12,17.552, 12.448,18, 13,18z\"></path></g></svg></li><li title=\"icon plus \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 9,18L 16,18 l0,7 C 16,25.552, 16.448,26, 17,26S 18,25.552, 18,25L 18,18 l 7,0 C 25.552,18, 26,17.552, 26,17 C 26,16.448, 25.552,16, 25,16L 18,16 L 18,9 C 18,8.448, 17.552,8, 17,8S 16,8.448, 16,9L 16,16 L 9,16 C 8.448,16, 8,16.448, 8,17C 8,17.552, 8.448,18, 9,18z\"></path></g></svg></li><li title=\"icon plus alt \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 17,2C 8.716,2, 2,8.716, 2,17S 8.716,32, 17,32S 32,25.284, 32,17S 25.284,2, 17,2z M 25,18L 18,18 l0,7 C 18,25.552, 17.552,26, 17,26S 16,25.552, 16,25L 16,18 L 9,18 C 8.448,18, 8,17.552, 8,17C 8,16.448, 8.448,16, 9,16L 16,16 L 16,9 C 16,8.448, 16.448,8, 17,8 S 18,8.448, 18,9L 18,16 l 7,0 C 25.552,16, 26,16.448, 26,17C 26,17.552, 25.552,18, 25,18z\"></path></g></svg></li><li title=\"icon plus alt2 \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 17,2C 8.716,2, 2,8.716, 2,17S 8.716,32, 17,32S 32,25.284, 32,17S 25.284,2, 17,2z M 17,30 C 9.832,30, 4,24.168, 4,17S 9.832,4, 17,4S 30,9.832, 30,17S 24.168,30, 17,30zM 25,16L 18,16 L 18,9 C 18,8.448, 17.552,8, 17,8S 16,8.448, 16,9L 16,16 L 9,16 C 8.448,16, 8,16.448, 8,17C 8,17.552, 8.448,18, 9,18L 16,18 l0,7 C 16,25.552, 16.448,26, 17,26S 18,25.552, 18,25L 18,18 l 7,0 C 25.552,18, 26,17.552, 26,17C 26,16.448, 25.552,16, 25,16z\"></path></g></svg></li><li title=\"icon printer alt \">   <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"   viewBox=\"0 0 32 32\" enable-background=\"new 0 0 16 16\" xml:space=\"preserve\" fill=\"currentFill\"> <g><path d=\"M 30,10l-2,0 L 28,2 c0-1.104-0.896-2-2-2L 6,0 C 4.896,0, 4,0.896, 4,2l0,8 L 2,10 C 0.896,10,0,10.896,0,12l0,10 c0,1.104, 0.896,2, 2,2l 2,0 l0,6 c0,1.104, 0.896,2, 2,2l 20,0 c 1.104,0, 2-0.896, 2-2l0-6 l 2,0 c 1.104,0, 2-0.896, 2-2L 32,12 C 32,10.896, 31.104,10, 30,10z M 6,20l 20,0 l0,10 L 6,30 L 6,20 z M 22,15 C 22,14.448, 22.448,14, 23,14S 24,14.448, 24,15C 24,15.552, 23.552,16, 23,16S 22,15.552, 22,15z M 5,16C 4.448,16, 4,15.552, 4,15 C 4,14.448, 4.448,14, 5,14S 6,14.448, 6,15C 6,15.552, 5.552,16, 5,16z M 27,16C 26.448,16, 26,15.552, 26,15C 26,14.448, 26.448,14, 27,14 S 28,14.448, 28,15C 28,15.552, 27.552,16, 27,16z M 6,2l 20,0 l0,8 L 6,10 L 6,2 zM 24,23c0-0.552-0.448-1-1-1l-14,0 C 8.448,22, 8,22.448, 8,23C 8,23.552, 8.448,24, 9,24l 14,0 C 23.552,24, 24,23.552, 24,23zM 23,26l-14,0 C 8.448,26, 8,26.448, 8,27C 8,27.552, 8.448,28, 9,28l 14,0 c 0.552,0, 1-0.448, 1-1 C 24,26.448, 23.552,26, 23,26z\"></path></g></svg></li><li title=\"icon printer \">   <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"   viewBox=\"0 0 32 32\" enable-background=\"new 0 0 16 16\" xml:space=\"preserve\" fill=\"currentFill\"> <g><path d=\"M 30,10l-2,0 L 28,2 c0-1.104-0.896-2-2-2L 6,0 C 4.896,0, 4,0.896, 4,2l0,8 L 2,10 C 0.896,10,0,10.896,0,12l0,10 c0,1.104, 0.896,2, 2,2l 2,0 l0,6 c0,1.104, 0.896,2, 2,2l 20,0 c 1.104,0, 2-0.896, 2-2l0-6 l 2,0 c 1.104,0, 2-0.896, 2-2L 32,12 C 32,10.896, 31.104,10, 30,10z M 6,20l 20,0 l0,10 L 6,30 L 6,20 z M 26,18L 6,18 c-1.104,0-2,0.896-2,2l0,2 L 2,22 L 2,12 l 28,0 l0,10 l-2,0 l0-2 C 28,18.896, 27.104,18, 26,18z M 6,2l 20,0 l0,8 L 6,10 L 6,2 zM 22,15A1,1 0 1 0 24,15A1,1 0 1 0 22,15zM 4,15A1,1 0 1 0 6,15A1,1 0 1 0 4,15zM 26,15A1,1 0 1 0 28,15A1,1 0 1 0 26,15zM 24,23c0-0.552-0.448-1-1-1l-14,0 C 8.448,22, 8,22.448, 8,23C 8,23.552, 8.448,24, 9,24l 14,0 C 23.552,24, 24,23.552, 24,23zM 23,26l-14,0 C 8.448,26, 8,26.448, 8,27C 8,27.552, 8.448,28, 9,28l 14,0 c 0.552,0, 1-0.448, 1-1 C 24,26.448, 23.552,26, 23,26z\"></path></g></svg></li><li title=\"icon profile \">   <svg   viewBox=\"0 0 32 33.762001037597656\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 22,6c0-3.212-2.788-6-6-6S 10,2.788, 10,6c0,3.212, 2.788,6, 6,6S 22,9.212, 22,6zM 16,14c-5.256,0-10,5.67-10,12.716s 20,7.046, 20,0S 21.256,14, 16,14z\"></path></g></svg></li><li title=\"icon pushpin \">   <svg   viewBox=\"0 0 32 32.827999114990234\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 8,19.514c0,1.534, 3.86,2.348, 8.002,2.462C 16.002,21.984, 16,21.992, 16,22l0,6 c0,1.104, 0.448,4, 1,4 S 18,29.104, 18,28l0-6 c0-0.008-0.002-0.016-0.002-0.024C 22.14,21.862, 26,21.048, 26,19.514c0-1.628-1.474-2.816-4-3.456L 22,5.7 c 2.526-0.856, 4-2.234, 4-3.214c0-3.314-18-3.314-18,0c0,1.078, 1.474,2.426, 4,3.25l0,10.322 C 9.474,16.7, 8,17.886, 8,19.514z\"></path></g></svg></li><li title=\"icon pushpin alt \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 8.69,17.772C 8.264,18.256, 8.098,18.916, 8.242,19.544c 0.144,0.628, 0.584,1.148, 1.178,1.396 c 1.42,0.594, 3.834,0.97, 6.582,1.046C 16.002,21.99, 16,21.994, 16,22l0,6 c0,1.104, 0.448,4, 1,4S 18,29.104, 18,28l0-6 c0-0.006-0.002-0.010-0.002-0.016c 2.748-0.074, 5.162-0.452, 6.582-1.046c 0.594-0.248, 1.034-0.768, 1.178-1.396 c 0.144-0.628-0.022-1.288-0.448-1.77C 24.49,16.842, 23.058,16.328, 22,16.060l0-10.36 l0,0c 1.046-0.354, 1.934-0.798, 2.636-1.316 c 0.6-0.442, 0.904-1.184, 0.788-1.92s-0.632-1.348-1.34-1.586C 23.108,0.55, 20.888,0, 17,0C 12.89,0, 10.62,0.634, 9.834,0.906 c-0.698,0.242-1.206,0.85-1.32,1.58C 8.4,3.214, 8.698,3.948, 9.288,4.394C 10,4.928, 10.91,5.38, 11.998,5.736l 0.002,0L 12,16.060 C 10.944,16.326, 9.51,16.84, 8.69,17.772z M 12.622,3.836C 11.578,3.494, 10.9,3.104, 10.49,2.794C 11.554,2.426, 13.708,2, 17,2 c 3.228,0, 5.366,0.41, 6.45,0.774c-0.424,0.312-1.096,0.694-2.092,1.032L 20,4.266l0,13.35 l 1.508,0.382 c 1.106,0.28, 1.942,0.688, 2.3,1.096C 22.882,19.48, 20.632,20, 17,20S 11.118,19.48, 10.192,19.094c 0.36-0.408, 1.196-0.816, 2.3-1.096 L 14,17.616L 14,4.286 L 12.622,3.836z\"></path></g></svg></li><li title=\"icon puzzle \">   <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"   viewBox=\"0 0 32 32\" enable-background=\"new 0 0 16 16\" xml:space=\"preserve\" fill=\"currentFill\"> <g><path d=\"M 11.248,23.444c-0.9,0-1.738-0.352-2.36-0.99c-1.712-1.764-3.834-0.994-4.336,1.342 c-0.81,3.78-0.732,6.202, 0.24,7.406c 0.558,0.692, 1.214,0.744, 1.4,0.744L 27.062,32c 2.716,0, 4.928-2.128, 4.928-4.744l0-13.1 l 0.006-0.626c 0.018-1.61, 0.038-3.274-0.818-4.138c-0.566-0.574-1.382-0.696-2.306-0.302c-1.708,0.73-3.56,0.828-5.966,0.356 c-0.602-0.12-0.84-0.316-0.832-0.29c0-0.002, 0.040-0.178, 0.402-0.498c 1.076-0.954, 1.694-2.294, 1.694-3.684 C 24.168,2.23, 21.85,0, 19,0C 16.152,0, 13.834,2.23, 13.834,4.972c0,1.364, 0.624,2.644, 1.854,3.81 C 15.746,8.84, 15.864,8.952, 15.956,9.056c-0.2,0.098-0.598,0.242-1.358,0.37C 12.61,9.76, 10.652,9.288, 9.154,8.934 C 7.482,8.54, 6.418,8.41, 5.8,9.038c-0.692,0.7-2.194,2.842-1.242,7.654c 0.144,0.736, 0.588,2.976, 2.29,2.976 c 0.842,0, 1.472-0.61, 1.862-0.984c 2.476-2.382, 5.706-0.678, 5.706,1.788C 14.414,22.11, 12.994,23.444, 11.248,23.444z M 11.248,15.498 c-1.4,0-2.72,0.586-3.976,1.792C 7.204,17.358, 7.052,17.502, 6.93,17.594C 6.832,17.426, 6.67,17.058, 6.52,16.304 C 5.8,12.664, 6.716,11.064, 7.108,10.574C 7.446,10.584, 8.052,10.728, 8.696,10.88c 1.242,0.292, 2.788,0.656, 4.496,0.656 c 0.6,0, 1.186-0.046, 1.738-0.138C 16.074,11.206, 17.638,10.812, 18,9.626c 0.332-1.092-0.558-1.936-0.942-2.298 C 16.234,6.546, 15.834,5.778, 15.834,4.972C 15.834,3.334, 17.254,2, 19,2s 3.168,1.334, 3.168,2.972c0,0.828-0.362,1.604-1.018,2.184 c-1.124,0.992-1.172,1.89-1.014,2.468c 0.238,0.88, 1.108,1.53, 2.38,1.78c 2.8,0.548, 5.068,0.406, 7.14-0.476 c 0.064-0.030, 0.114-0.044, 0.14-0.058c 0.222,0.448, 0.206,1.91, 0.198,2.636l-0.006,13.75c0,1.512-1.312,2.744-2.926,2.744 l-20.68-0.018c-0.010-0.008-0.94-0.824, 0.124-5.766c 0.11-0.518, 0.314-0.748, 0.366-0.772c0,0, 0.2,0.010, 0.58,0.402 c 1,1.030, 2.348,1.596, 3.792,1.596c 2.848,0, 5.166-2.23, 5.166-4.972S 14.096,15.498, 11.248,15.498z\"></path></g></svg></li><li title=\"icon puzzle alt \">   <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"   viewBox=\"0 0 32 32.05799865722656\" enable-background=\"new 0 0 16 16\" xml:space=\"preserve\" fill=\"currentFill\"> <g><path d=\"M 11.876,25.052c-1.24,0-2.352-0.538-3.134-1.382c-1.382-1.49-2.39-0.552-2.692,0.914 C 4.52,32.058, 6.73,32, 6.73,32l 21.26,0.058c 2.21,0, 4-1.79, 4-4l0-14 c0-2.21, 0.256-5.338-1.76-4.432 c-1.526,0.684-3.532,1.094-6.676,0.446c-1.466-0.302-2.404-1.31-0.914-2.692c 0.844-0.782, 1.382-1.892, 1.382-3.134 C 24.020,1.9, 22.12,0, 19.776,0C 17.43,0, 15.53,1.9, 15.53,4.246c0,1.328, 0.692,2.424, 1.566,3.294c 0.526,0.524, 1.914,1.894-1.638,2.52 C 11.552,10.746, 7.806,8.538, 7.052,9.34C 6.552,9.87, 5.176,11.87, 6.060,16.56c 0.672,3.57, 2,2.092, 2.522,1.566 C 9.452,17.252, 10.548,16.56, 11.876,16.56c 2.344,0, 4.246,1.9, 4.246,4.246C 16.122,23.15, 14.222,25.052, 11.876,25.052z\"></path></g></svg></li><li title=\"icon question \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 13.774,26.028A2.060,2.060 1080 1 0 17.894,26.028A2.060,2.060 1080 1 0 13.774,26.028zM 19.464,18.252c 2.898-1.596, 4.37-3.91, 4.37-6.876c0-5.094-4.018-7.376-8-7.376c-3.878,0-8,2.818-8,8.042 c0,1.104, 0.894,2, 2,2s 2-0.896, 2-2c0-2.778, 2.074-4.042, 4-4.042c 1.494,0, 4,0.438, 4,3.376c0,1.042-0.274,2.258-2.298,3.374 C 16.16,15.504, 13.834,17.462, 13.834,20c0,1.104, 0.894,2, 2,2s 2-0.896, 2-2C 17.834,19.628, 18.624,18.714, 19.464,18.252z\"></path></g></svg></li><li title=\"icon question alt \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 16,32c 8.836,0, 16-7.164, 16-16s-7.164-16-16-16S0,7.164,0,16S 7.164,32, 16,32z M 16,4c 3.982,0, 8,2.28, 8,7.376 c0,2.966-1.47,5.282-4.368,6.876C 18.792,18.714, 18,19.628, 18,20c0,1.104-0.896,2-2,2s-2-0.896-2-2c0-2.538, 2.328-4.496, 3.704-5.252 C 19.726,13.632, 20,12.416, 20,11.376C 20,8.438, 17.494,8, 16,8C 14.074,8, 12,9.264, 12,12.042c0,1.104-0.896,2-2,2s-2-0.896-2-2 C 8,6.818, 12.122,4, 16,4z M 16,28.088c-1.138,0-2.060-0.922-2.060-2.060s 0.922-2.060, 2.060-2.060s 2.060,0.922, 2.060,2.060S 17.138,28.088, 16,28.088z \"></path></g></svg></li><li title=\"icon question alt2 \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 16,0C 7.164,0,0,7.164,0,16s 7.164,16, 16,16s 16-7.164, 16-16S 24.836,0, 16,0z M 16,30c-7.72,0-14-6.28-14-14s 6.28-14, 14-14 s 14,6.28, 14,14S 23.72,30, 16,30zM 13.774,26.028A2.060,2.060 1080 1 0 17.894,26.028A2.060,2.060 1080 1 0 13.774,26.028zM 15.834,4c-3.878,0-8,2.818-8,8.042c0,1.104, 0.894,2, 2,2s 2-0.896, 2-2c0-2.778, 2.074-4.042, 4-4.042 c 1.494,0, 4,0.438, 4,3.376c0,1.042-0.274,2.258-2.298,3.374C 16.16,15.504, 13.834,17.462, 13.834,20c0,1.104, 0.894,2, 2,2s 2-0.896, 2-2 c0-0.372, 0.792-1.286, 1.63-1.748c 2.898-1.596, 4.37-3.91, 4.37-6.876C 23.834,6.28, 19.816,4, 15.834,4z\"></path></g></svg></li><li title=\"icon quotations \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 7.998,13.118c0,1.69, 1.32,3.060, 2.946,3.060c 0.522,0, 1.004-0.152, 1.43-0.4 c-0.146,1.636-0.97,4.022-3.99,6.454c-0.422,0.342-0.5,0.974-0.172,1.412c 0.192,0.256, 0.478,0.39, 0.766,0.39 c 0.208,0, 0.416-0.068, 0.594-0.212c 3.706-2.99, 4.632-6.062, 4.756-8.114C 14.54,13.084, 13.744,11.704, 13.016,10.984 C 12.95,10.914, 12.888,10.838, 12.814,10.776C 12.64,10.628, 12.484,10.524, 12.348,10.446C 12.342,10.442, 12.338,10.436, 12.332,10.434 c-0.010-0.006-0.020-0.008-0.030-0.012C 12.104,10.312, 11.962,10.26, 11.962,10.26l 0.010,0.024C 11.65,10.152, 11.312,10.058, 10.944,10.058 C 9.316,10.058, 7.998,11.428, 7.998,13.118zM 17.694,13.118c0,1.69, 1.318,3.060, 2.946,3.060c 0.522,0, 1.004-0.152, 1.43-0.4 c-0.146,1.636-0.97,4.022-3.99,6.454c-0.424,0.342-0.5,0.974-0.172,1.412c 0.192,0.256, 0.478,0.39, 0.766,0.39 c 0.208,0, 0.416-0.068, 0.594-0.212c 3.706-2.99, 4.632-6.062, 4.756-8.114c 0.212-2.624-0.586-4.004-1.312-4.724 c-0.068-0.070-0.13-0.146-0.204-0.208c-0.174-0.148-0.33-0.252-0.466-0.33c-0.006-0.004-0.010-0.008-0.016-0.012 c-0.010-0.006-0.020-0.008-0.030-0.012c-0.198-0.108-0.34-0.162-0.34-0.162l 0.010,0.024c-0.322-0.132-0.662-0.226-1.028-0.226 C 19.012,10.058, 17.694,11.428, 17.694,13.118z\"></path></g></svg></li><li title=\"icon quotations alt \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 16,0C 7.164,0,0,7.164,0,16s 7.164,16, 16,16s 16-7.164, 16-16S 24.836,0, 16,0z M 24.026,15.708 c-0.124,2.052-1.050,5.124-4.756,8.114c-0.178,0.142-0.386,0.212-0.594,0.212c-0.29,0-0.576-0.134-0.766-0.39 c-0.328-0.44-0.252-1.072, 0.172-1.412c 3.018-2.434, 3.844-4.818, 3.99-6.454c-0.426,0.248-0.908,0.4-1.43,0.4 c-1.628,0-2.946-1.37-2.946-3.060c0-1.69, 1.318-3.060, 2.946-3.060c 0.368,0, 0.706,0.096, 1.028,0.226L 21.658,10.26 c0,0, 0.142,0.052, 0.34,0.162c 0.010,0.006, 0.020,0.008, 0.030,0.012c 0.006,0.004, 0.010,0.008, 0.016,0.012 c 0.136,0.078, 0.292,0.182, 0.466,0.33c 0.074,0.064, 0.136,0.138, 0.204,0.208C 23.44,11.706, 24.236,13.084, 24.026,15.708z M 10.944,16.178 c-1.628,0-2.946-1.37-2.946-3.060c0-1.69, 1.32-3.060, 2.946-3.060c 0.368,0, 0.706,0.096, 1.028,0.226L 11.962,10.26 c0,0, 0.142,0.052, 0.34,0.162c 0.010,0.006, 0.020,0.008, 0.030,0.012c 0.006,0.004, 0.010,0.008, 0.016,0.012 C 12.484,10.524, 12.64,10.628, 12.814,10.776c 0.074,0.064, 0.136,0.138, 0.204,0.208c 0.726,0.722, 1.524,2.1, 1.312,4.726 c-0.124,2.052-1.050,5.124-4.756,8.114c-0.178,0.142-0.386,0.212-0.594,0.212c-0.29,0-0.576-0.134-0.766-0.39 c-0.328-0.44-0.252-1.072, 0.172-1.412c 3.018-2.434, 3.844-4.818, 3.99-6.454C 11.948,16.024, 11.466,16.178, 10.944,16.178z\"></path></g></svg></li><li title=\"icon quotations alt2 \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 16,0C 7.164,0,0,7.164,0,16s 7.164,16, 16,16s 16-7.164, 16-16S 24.836,0, 16,0z M 16,30c-7.72,0-14-6.28-14-14s 6.28-14, 14-14 s 14,6.28, 14,14S 23.72,30, 16,30zM 12.814,10.776C 12.64,10.628, 12.484,10.524, 12.348,10.446C 12.342,10.442, 12.338,10.436, 12.332,10.434 c-0.010-0.006-0.020-0.008-0.030-0.012C 12.104,10.312, 11.962,10.26, 11.962,10.26l 0.010,0.024C 11.65,10.152, 11.312,10.058, 10.944,10.058 c-1.628,0-2.946,1.37-2.946,3.060c0,1.69, 1.32,3.060, 2.946,3.060c 0.522,0, 1.004-0.152, 1.43-0.4 c-0.146,1.636-0.97,4.022-3.99,6.454c-0.422,0.342-0.5,0.974-0.172,1.412c 0.192,0.256, 0.478,0.39, 0.766,0.39 c 0.208,0, 0.416-0.068, 0.594-0.212c 3.706-2.99, 4.632-6.062, 4.756-8.114C 14.54,13.084, 13.744,11.704, 13.016,10.984 C 12.95,10.914, 12.888,10.838, 12.814,10.776zM 22.51,10.776c-0.174-0.148-0.33-0.252-0.466-0.33c-0.006-0.004-0.010-0.008-0.016-0.012 c-0.010-0.006-0.020-0.008-0.030-0.012c-0.198-0.108-0.34-0.162-0.34-0.162l 0.010,0.024c-0.322-0.132-0.662-0.226-1.028-0.226 c-1.628,0-2.946,1.37-2.946,3.060c0,1.69, 1.318,3.060, 2.946,3.060c 0.522,0, 1.004-0.152, 1.43-0.4 c-0.146,1.636-0.97,4.022-3.99,6.454c-0.424,0.342-0.5,0.974-0.172,1.412c 0.192,0.256, 0.478,0.39, 0.766,0.39 c 0.208,0, 0.416-0.068, 0.594-0.212c 3.706-2.99, 4.632-6.062, 4.756-8.114c 0.212-2.624-0.586-4.004-1.312-4.724 C 22.646,10.914, 22.584,10.838, 22.51,10.776z\"></path></g></svg></li><li title=\"icon refresh \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 29.974,0c-1.12,0-2.026,0.908-2.026,2.026l0,4.724 C 25.664,3.984, 23.032,0, 15.788,0C 7.084,0,0,7.082,0,15.788 c0,8.706, 7.084,15.788, 15.788,15.788c 6.836,0, 12.864-4.366, 15.004-10.864c 0.354-1.082-0.234-2.248-1.316-2.604 c-1.082-0.356-2.248,0.232-2.604,1.314c-1.58,4.802-6.034,8.028-11.084,8.028c-6.432,0-11.664-5.232-11.664-11.664 s 5.232-11.64, 11.664-11.64c 4.554,0, 7.084,2.834, 9.148,5.806L 19.842,9.952 c-1.12,0-2.026,0.908-2.026,2.026c0,1.12, 0.908,2.026, 2.026,2.026 l 10.132,0 C 31.092,14.008, 32,13.1, 32,11.982L 32,2.026 C 32,0.908, 31.092,0, 29.974,0z\"></path></g></svg></li><li title=\"icon ribbon \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 4,6l0,24 c0,0.808, 0.488,1.538, 1.234,1.848C 5.482,31.95, 5.742,32, 6,32c 0.52,0, 1.032-0.204, 1.414-0.586 L 16,22.828l 8.586,8.586C 24.968,31.796, 25.48,32, 26,32c 0.258,0, 0.518-0.050, 0.764-0.152C 27.512,31.538, 28,30.808, 28,30L 28,6 L 4,6 zM 28,4L 28,2 c0-1.104-0.896-2-2-2L 6,0 C 4.896,0, 4,0.896, 4,2l0,2 L 28,4 z\"></path></g></svg></li><li title=\"icon ribbon alt \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 5.234,31.848C 5.482,31.95, 5.742,32, 6,32c 0.52,0, 1.032-0.204, 1.414-0.586L 16,22.828l 8.586,8.586 C 24.968,31.796, 25.48,32, 26,32c 0.258,0, 0.518-0.050, 0.764-0.152C 27.512,31.538, 28,30.808, 28,30L 28,2 c0-1.104-0.896-2-2-2L 6,0 C 4.896,0, 4,0.896, 4,2l0,28 C 4,30.808, 4.488,31.538, 5.234,31.848z M 16,20l-10,10L 6,8 l 20,0 l0,22 L 16,20z M 26,2l0,4 L 6,6 L 6,2 L 26,2 z\"></path></g></svg></li><li title=\"icon rook \">   <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"   viewBox=\"0 0 32 32\" enable-background=\"new 0 0 16 16\" xml:space=\"preserve\" fill=\"currentFill\"> <g><path d=\"M 20,14L 12,14 l0,10 c0,2-4,4.896-4,6l0,1 C 8,31.552, 8.448,32, 9,32l 14,0 c 0.552,0, 1-0.448, 1-1L 24,30 c0-1.104-4-4-4-6L 20,14 zM 23.166,2.034L 23.166,2 l-2,0 l0,0.034 C 21.11,2.024, 21.060,2, 21,2C 20.448,2, 20,2.448, 20,3L 20,4 L 18,4 L 18,3 c0-0.494-0.364-0.884-0.834-0.966L 17.166,2 l-2,0 l0,0.034 C 15.11,2.024, 15.060,2, 15,2C 14.448,2, 14,2.448, 14,3L 14,4 L 12,4 L 12,3 c0-0.494-0.364-0.884-0.834-0.966L 11.166,2 l-2,0 l0,0.034 C 9.11,2.024, 9.060,2, 9,2C 8.448,2, 8,2.448, 8,3L 8,6 l0,2 c0,0.53, 0.21,1.040, 0.586,1.414 l 2,2C 10.962,11.79, 11.47,12, 12,12l 8,0 c 0.53,0, 1.040-0.21, 1.414-0.586l 2-2C 23.79,9.040, 24,8.53, 24,8L 24,6 L 24,3 C 24,2.506, 23.636,2.116, 23.166,2.034z\"></path></g></svg></li><li title=\"icon search \">   <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"   viewBox=\"0 0 32 32\" enable-background=\"new 0 0 16 16\" xml:space=\"preserve\" fill=\"currentFill\"> <g><path d=\"M 2,30l 18,0 c 1.104,0, 2-0.896, 2-2l0-2.7 c 0.426-0.204, 0.824-0.448, 1.198-0.73l 6.138,6.138 c 0.196,0.196, 0.452,0.292, 0.708,0.292s 0.512-0.098, 0.708-0.292c 0.39-0.39, 0.39-1.024,0-1.414l-6.142-6.142 C 25.472,21.988, 26,20.56, 26,19c0-2.788-1.642-5.174-4-6.3L 22,2 c0-1.104-0.896-2-2-2L 2,0 C 0.896,0,0,0.896,0,2l0,26 C0,29.104, 0.896,30, 2,30z M 19,24C 16.244,24, 14,21.756, 14,19S 16.244,14, 19,14S 24,16.244, 24,19S 21.756,24, 19,24z M 2,2l 18,0 l0,10 L 5.286,12 C 4.576,12, 4,12.448, 4,13C 4,13.552, 4.576,14, 5.286,14l 8.826,0 C 13.038,15.048, 12.326,16.444, 12.1,18L 5,18 C 4.448,18, 4,18.448, 4,19 C 4,19.552, 4.448,20, 5,20l 7.1,0 c 0.49,3.388, 3.376,6, 6.9,6c 0.342,0, 0.67-0.054, 1-0.1L 20,28 L 2,28 L 2,2 zM 5,8l 12,0 C 17.552,8, 18,7.552, 18,7C 18,6.448, 17.552,6, 17,6l-12,0 C 4.448,6, 4,6.448, 4,7C 4,7.552, 4.448,8, 5,8z\"></path></g></svg></li><li title=\"icon search2 \">   <svg   viewBox=\"0 0 32.24800109863281 32.24800109863281\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 19,0C 11.82,0, 6,5.82, 6,13c0,3.090, 1.084,5.926, 2.884,8.158l-8.592,8.592c-0.54,0.54-0.54,1.418,0,1.958 c 0.54,0.54, 1.418,0.54, 1.958,0l 8.592-8.592C 13.074,24.916, 15.91,26, 19,26c 7.18,0, 13-5.82, 13-13S 26.18,0, 19,0z M 19,24 C 12.934,24, 8,19.066, 8,13S 12.934,2, 19,2S 30,6.934, 30,13S 25.066,24, 19,24z\"></path></g></svg></li><li title=\"icon search alt \">   <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"   viewBox=\"0 0 32 32\" enable-background=\"new 0 0 16 16\" xml:space=\"preserve\" fill=\"currentFill\"> <g><path d=\"M 2,30l 18,0 c 1.104,0, 2-0.896, 2-2l0-2.7 c 0.426-0.204, 0.824-0.448, 1.198-0.73l 6.138,6.138 c 0.196,0.196, 0.452,0.292, 0.708,0.292s 0.512-0.098, 0.708-0.292c 0.39-0.39, 0.39-1.024,0-1.414l-6.142-6.142 C 25.472,21.988, 26,20.56, 26,19c0-2.788-1.642-5.174-4-6.3L 22,2 c0-1.104-0.896-2-2-2L 2,0 C 0.896,0,0,0.896,0,2l0,26 C0,29.104, 0.896,30, 2,30z M 19,24C 16.244,24, 14,21.756, 14,19S 16.244,14, 19,14S 24,16.244, 24,19S 21.756,24, 19,24z M 17,8l-12,0 C 4.448,8, 4,7.552, 4,7C 4,6.448, 4.448,6, 5,6l 12,0 C 17.552,6, 18,6.448, 18,7C 18,7.552, 17.552,8, 17,8z M 5,12l 12,0 c 0.194,0, 0.364,0.070, 0.516,0.164C 16.208,12.448, 15.036,13.096, 14.112,14L 5,14 C 4.448,14, 4,13.552, 4,13C 4,12.448, 4.448,12, 5,12z M 5,18l 7.1,0 C 12.054,18.33, 12,18.658, 12,19S 12.054,19.67, 12.1,20L 5,20 C 4.448,20, 4,19.552, 4,19C 4,18.448, 4.448,18, 5,18z\"></path></g></svg></li><li title=\"icon shield \">   <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"   viewBox=\"0 0 32 32\" enable-background=\"new 0 0 16 16\" xml:space=\"preserve\" fill=\"currentFill\"> <g><path d=\"M 15.45,31.922C 15.63,31.974, 15.816,32, 16,32s 0.37-0.026, 0.55-0.078c 12.378-3.536, 14.2-16.048, 13.436-22.172 C 29.86,8.752, 29.008,8, 28,8c-0.286-0.022-2-0.318-2-4c0-0.53-0.21-1.040-0.586-1.414C 24.982,2.154, 22.5,0, 16,0 S 7.018,2.154, 6.586,2.586C 6.21,2.96, 6,3.47, 6,4c0,3.682-1.714,3.978-2.058,4.002c-1.008,0-1.802,0.75-1.928,1.75 C 1.25,15.874, 3.074,28.386, 15.45,31.922z M 4,10c0,0, 4,0, 4-6c0,0, 2-2, 8-2s 8,2, 8,2c0,6, 4,6, 4,6s 2,16-12,20C 2,26, 4,10, 4,10zM 16,20c 1.104,0, 2-0.896, 2-2L 18,8 c0-1.104-0.896-2-2-2S 14,6.896, 14,8l0,10 C 14,19.104, 14.896,20, 16,20zM 14,24A2,2 0 1 0 18,24A2,2 0 1 0 14,24z\"></path></g></svg></li><li title=\"icon shield alt \">   <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"   viewBox=\"0 0 32 32\" enable-background=\"new 0 0 16 16\" xml:space=\"preserve\" fill=\"currentFill\"> <g><path d=\"M 15.45,31.922C 15.63,31.974, 15.816,32, 16,32s 0.37-0.026, 0.55-0.078c 12.378-3.536, 14.2-16.048, 13.436-22.172 C 29.86,8.752, 29.008,8, 28,8c-0.286-0.022-2-0.318-2-4c0-0.53-0.21-1.040-0.586-1.414C 24.982,2.154, 22.5,0, 16,0 S 7.018,2.154, 6.586,2.586C 6.21,2.96, 6,3.47, 6,4c0,3.682-1.714,3.978-2.058,4.002c-1.008,0-1.802,0.75-1.928,1.75 C 1.25,15.874, 3.074,28.386, 15.45,31.922z M 4,10c0,0, 4,0, 4-6c0,0, 2-2, 8-2l0,14 l 11.778,0 c-0.788,4.982-3.432,11.616-11.778,14L 16,16 L 4.222,16 C 3.69,12.624, 4,10, 4,10z\"></path></g></svg></li><li title=\"icon star half \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 16,26.848L 16,1.84L 11.1,11.768L 0.144,13.36L 8.072,21.088L 6.2,32 z\"></path></g></svg></li><li title=\"icon star half alt \">   <svg   viewBox=\"0 0 32.237998962402344 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 31.884,12.946c-0.236-0.724-0.862-1.252-1.616-1.36l-8.62-1.252L 17.794,2.522 C 17.456,1.838, 16.762,1.406, 16,1.406S 14.544,1.838, 14.206,2.522L 10.352,10.332l-8.62,1.252c-0.754,0.11-1.38,0.638-1.614,1.362 c-0.236,0.724-0.040,1.518, 0.506,2.050l 6.238,6.080l-1.472,8.586c-0.128,0.75, 0.18,1.508, 0.796,1.956C 6.532,31.872, 6.944,32, 7.36,32 c 0.318,0, 0.638-0.076, 0.93-0.23L 16,27.716l 7.71,4.054C 24.002,31.924, 24.322,32, 24.64,32c 0.414,0, 0.828-0.128, 1.176-0.382 c 0.616-0.448, 0.924-1.206, 0.796-1.956l-1.472-8.586l 6.238-6.080C 31.924,14.464, 32.12,13.67, 31.884,12.946z M 22.99,20.378L 24.64,30 L 16,25.458L 16,3.406 l 4.32,8.754l 9.66,1.404L 22.99,20.378z\"></path></g></svg></li><li title=\"icon star \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 20.756,11.768L 15.856,1.84L 10.956,11.768L0,13.36L 7.928,21.088L 6.056,32L 15.856,26.848L 25.656,32L 23.784,21.088L 31.712,13.36 z\"></path></g></svg></li><li title=\"icon star alt \">   <svg   viewBox=\"0 0 32.236000061035156 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 31.884,12.946c-0.236-0.724-0.862-1.252-1.614-1.362l-8.62-1.252L 17.794,2.522 C 17.456,1.838, 16.762,1.406, 16,1.406S 14.544,1.838, 14.206,2.522L 10.352,10.332l-8.62,1.252c-0.754,0.11-1.38,0.638-1.614,1.362 c-0.236,0.724-0.040,1.518, 0.506,2.050l 6.238,6.080l-1.472,8.586c-0.128,0.75, 0.18,1.508, 0.796,1.956C 6.532,31.872, 6.944,32, 7.36,32 c 0.318,0, 0.638-0.076, 0.93-0.23L 16,27.716l 7.71,4.054C 24.002,31.924, 24.322,32, 24.64,32c 0.414,0, 0.828-0.128, 1.176-0.382 c 0.616-0.448, 0.924-1.206, 0.796-1.956l-1.472-8.586l 6.238-6.080C 31.922,14.466, 32.118,13.67, 31.884,12.946z M 22.99,20.378L 24.64,30 L 16,25.458L 7.36,30l 1.65-9.622L 2.020,13.564L 11.68,12.16L 16,3.406l 4.32,8.754l 9.66,1.404L 22.99,20.378z\"></path></g></svg></li><li title=\"icon stop \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 20,22c 1.104,0, 2-0.896, 2-2L 22,12 c0-1.104-0.896-2-2-2L 12,10 C 10.896,10, 10,10.896, 10,12l0,8 c0,1.104, 0.896,2, 2,2L 20,22 z\"></path></g></svg></li><li title=\"icon stop alt \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 16,0C 7.164,0,0,7.164,0,16s 7.164,16, 16,16s 16-7.164, 16-16S 24.836,0, 16,0z M 22,20c0,1.104-0.896,2-2,2L 12,22 c-1.104,0-2-0.896-2-2L 10,12 c0-1.104, 0.896-2, 2-2l 8,0 c 1.104,0, 2,0.896, 2,2L 22,20 z\"></path></g></svg></li><li title=\"icon stop alt2 \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 16,0C 7.164,0,0,7.164,0,16s 7.164,16, 16,16s 16-7.164, 16-16S 24.836,0, 16,0z M 16,30c-7.72,0-14-6.28-14-14s 6.28-14, 14-14 s 14,6.28, 14,14S 23.72,30, 16,30zM 20,10L 12,10 C 10.896,10, 10,10.896, 10,12l0,8 c0,1.104, 0.896,2, 2,2l 8,0 c 1.104,0, 2-0.896, 2-2L 22,12 C 22,10.896, 21.104,10, 20,10z\"></path></g></svg></li><li title=\"icon table \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 31.966,3.896C 31.878,2.866, 31.046,2, 30,2L 2,2 C 0.954,2, 0.122,2.866, 0.034,3.896L0,3.896 l0,0.166 L0,8 l0,14.166 L0,24 l0,6 c0,1.104, 0.896,2, 2,2l 28,0 c 1.104,0, 2-0.896, 2-2L 32,8 L 32,4.062 L 32,3.896 L 31.966,3.896 z M 12,14L 12,8 l 8,0 l0,6 L 12,14 z M 20,16l0,6.166 L 12,22.166 L 12,16 L 20,16 z M 10,8l0,6 L 2,14 L 2,8 L 10,8 z M 2,16l 8,0 l0,6.166 L 2,22.166 L 2,16 z M 2,30l0-6 l 8,0 l0,6 L 2,30 z M 12,30l0-6 l 8,0 l0,6 L 12,30 z M 30,30l-8,0 l0-6 l 8,0 L 30,30 z M 30,22.166l-8,0 L 22,16 l 8,0 L 30,22.166 z M 30,14l-8,0 L 22,8 l 8,0 L 30,14 z\"></path></g></svg></li><li title=\"icon tablet \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 26,32c 1.104,0, 2-0.896, 2-2L 28,2 c0-1.104-0.896-2-2-2L 6,0 C 4.896,0, 4,0.896, 4,2l0,28 c0,1.104, 0.896,2, 2,2L 26,32 z M 16,31.124c-0.622,0-1.124-0.504-1.124-1.124S 15.378,28.876, 16,28.876S 17.124,29.378, 17.124,30S 16.622,31.124, 16,31.124z M 8,4l 16,0 l0,24 L 8,28 L 8,4 z\"></path></g></svg></li><li title=\"icon tag \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 29.058,2.010c-0.018,0-0.036,0-0.054,0c-0.016,0-0.030-0.002-0.046,0L 16.384,2.010 C 16.078,2.024, 15.382,2.502, 15.292,2.592L 0.584,17.3c-0.78,0.78-0.78,2.044,0,2.824l 11.292,11.292C 12.268,31.806, 12.778,32, 13.288,32 c 0.51,0, 1.022-0.194, 1.412-0.584l 14.708-14.708C 29.498,16.618, 30,16, 30,15.616L 30,3.002 C 30.028,2.444, 29.606,2.010, 29.058,2.010z M 27,6 C 26.448,6, 26,5.552, 26,5C 26,4.448, 26.448,4, 27,4S 28,4.448, 28,5C 28,5.552, 27.552,6, 27,6z\"></path></g></svg></li><li title=\"icon tag alt \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 29.058,2.010c-0.018,0-0.036,0-0.054,0c-0.016,0-0.030-0.002-0.046,0L 16.384,2.010 C 16.078,2.024, 15.382,2.502, 15.292,2.592L 0.584,17.3c-0.78,0.78-0.78,2.044,0,2.824l 11.292,11.292C 12.268,31.806, 12.778,32, 13.288,32 c 0.51,0, 1.022-0.194, 1.412-0.584l 14.708-14.708C 29.498,16.618, 30,16, 30,15.616L 30,3.002 C 30.028,2.444, 29.606,2.010, 29.058,2.010z M 28,15.242c-0.030,0.046-0.060,0.094-0.088,0.132l-14.622,14.626L 1.998,18.714l 14.626-14.626C 16.664,4.060, 16.71,4.030, 16.758,4L 28,4 L 28,15.242 zM 24,7A1,1 1080 1 0 26,7A1,1 1080 1 0 24,7z\"></path></g></svg></li><li title=\"icon tags \">   <svg   viewBox=\"0 0 32 32.013999938964844\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 29.058,0c-0.018,0-0.036,0-0.054,0c-0.016,0-0.030-0.002-0.046,0L 18.384,0 C 18.078,0.016, 17.382,0.494, 17.292,0.584L 4.562,13.312c-0.78,0.78-0.78,2.044,0,2.824l 1.588,1.588L 4.562,19.312 c-0.78,0.78-0.78,2.044,0,2.824l 9.292,9.292c 0.39,0.39, 0.9,0.584, 1.412,0.584s 1.022-0.194, 1.412-0.584l 12.728-12.73 C 29.498,18.608, 30,17.992, 30,17.608l0-6 L 30,6.994 l0-6 C 30.028,0.436, 29.606,0, 29.058,0z M 27,1.992c 0.552,0, 1,0.448, 1,1 s-0.448,1-1,1S 26,3.544, 26,2.992S 26.448,1.992, 27,1.992z M 27.994,17.286l-12.724,12.73l-9.292-9.288l 1.588-1.588l 6.29,6.29 c 0.39,0.39, 0.9,0.584, 1.412,0.584s 1.022-0.194, 1.412-0.584L 28,14.108l0,3.162 C 27.994,17.28, 27.99,17.286, 27.994,17.286 C 27.992,17.286, 27.992,17.286, 27.994,17.286z\"></path></g></svg></li><li title=\"icon tags alt \">   <svg   viewBox=\"0 0 32 32.012001037597656\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 29.080,0c-0.012,0-0.024,0-0.036,0c-0.006,0-0.012,0-0.018,0c-0.002,0-0.004,0-0.006,0 c-0.010,0-0.018,0-0.026,0c-0.004,0-0.008,0-0.012,0L 18.406,0 C 18.1,0.016, 17.404,0.494, 17.314,0.584L 4.584,13.312 c-0.78,0.78-0.78,2.044,0,2.824l 1.588,1.588L 4.584,19.312c-0.78,0.78-0.78,2.044,0,2.824l 9.292,9.292 c 0.39,0.39, 0.9,0.584, 1.412,0.584c 0.51,0, 1.022-0.194, 1.412-0.584l 12.728-12.73C 29.52,18.608, 30,17.992, 30,17.608L 30,0.994 C 30.028,0.436, 29.628,0, 29.080,0z M 28.022,17.27c-0.006,0.010-0.010,0.016-0.008,0.016c0,0,0,0,0,0l-12.724,12.73l-9.292-9.288 l 1.588-1.588l 6.29,6.29c 0.39,0.39, 0.9,0.584, 1.412,0.584c 0.51,0, 1.022-0.194, 1.412-0.584l 11.322-11.322L 28.022,17.27 z M 28.022,8l0,3.27 c-0.006,0.010-0.010,0.016-0.008,0.016l0,0c0,0,0,0,0,0l-12.724,12.73L 5.998,14.728l 12.644-12.642C 18.68,2.058, 18.726,2.028, 18.772,2 l 9.25,0 L 28.022,8 zM 24.022,4.992A1,1 1080 1 0 26.022,4.992A1,1 1080 1 0 24.022,4.992z\"></path></g></svg></li><li title=\"icon target \">   <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"   viewBox=\"0 0 32 32\" enable-background=\"new 0 0 16 16\" xml:space=\"preserve\" fill=\"currentFill\"> <g><path d=\"M 16,0C 7.164,0,0,7.164,0,16s 7.164,16, 16,16s 16-7.164, 16-16S 24.836,0, 16,0z M 16,30c-7.72,0-14-6.28-14-14s 6.28-14, 14-14 s 14,6.28, 14,14S 23.72,30, 16,30zM 16,6C 10.478,6, 6,10.478, 6,16s 4.478,10, 10,10s 10-4.478, 10-10S 21.522,6, 16,6z M 16,22c-3.308,0-6-2.692-6-6 c0-3.308, 2.692-6, 6-6s 6,2.692, 6,6C 22,19.308, 19.308,22, 16,22zM 14,16A2,2 0 1 0 18,16A2,2 0 1 0 14,16z\"></path></g></svg></li><li title=\"icon tool \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 26,24c 0.236,0, 0.47,0.052, 0.694,0.136c 0.262,0.098, 0.51,0.24, 0.72,0.45l 3.986,3.986 C 31.774,27.79, 32,26.924, 32,26c0-3.176-2.474-5.748-5.596-5.96C 26.268,20.032, 26.138,20, 26,20c-0.732,0-1.426,0.15-2.074,0.39 L 11.61,8.074C 11.85,7.426, 12,6.732, 12,6c0-0.138-0.032-0.268-0.040-0.404C 11.748,2.474, 9.176,0, 6,0C 5.076,0, 4.21,0.226, 3.428,0.6 l 3.986,3.986c 0.21,0.21, 0.354,0.458, 0.45,0.72c 0.262,0.71, 0.12,1.536-0.45,2.108C 7.024,7.804, 6.512,8, 6,8 C 5.764,8, 5.53,7.948, 5.306,7.864c-0.262-0.098-0.51-0.24-0.72-0.45L 0.6,3.428C 0.226,4.21,0,5.076,0,6 c0,3.176, 2.474,5.748, 5.596,5.96C 5.732,11.968, 5.862,12, 6,12c 0.732,0, 1.426-0.15, 2.074-0.39l 12.316,12.316 C 20.15,24.574, 20,25.268, 20,26c0,0.138, 0.032,0.268, 0.040,0.404C 20.252,29.526, 22.824,32, 26,32c 0.924,0, 1.79-0.226, 2.572-0.6 l-3.986-3.986c-0.21-0.21-0.354-0.458-0.45-0.72c-0.262-0.71-0.12-1.536, 0.45-2.108C 24.976,24.196, 25.488,24, 26,24z\"></path></g></svg></li><li title=\"icon toolbox \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 30,10l-8,0 L 22,8 c0-1.104-0.896-2-2-2L 12,6 C 10.896,6, 10,6.896, 10,8l0,2 L 2,10 C 0.896,10,0,10.896,0,12l0,4 l 12,0 l 8,0 l 12,0 L 32,12 C 32,10.896, 31.104,10, 30,10z M 12,8l 8,0 l0,2 L 12,10 L 12,8 zM 12,18L 20,18L 20,20L 12,20zM 22,20c0,1.104-0.896,2-2,2L 12,22 c-1.104,0-2-0.896-2-2L 10,18 L0,18 l0,12 c0,1.104, 0.896,2, 2,2l 28,0 c 1.104,0, 2-0.896, 2-2L 32,18 l-10,0 L 22,20 z\"></path></g></svg></li><li title=\"icon toolbox alt \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 30,10l-8,0 c0,1.104-0.896,2-2,2l 10,0 l0,4 l-10,0 c 1.104,0, 2,0.896, 2,2l 8,0 l0,12 L 2,30 L 2,18 l 8,0 c0-1.104, 0.896-2, 2-2L 2,16 L 2,12 l 10,0 C 10.896,12, 10,11.104, 10,10L 2,10 C 0.896,10,0,10.896,0,12l0,4 l0,2 l0,12 c0,1.104, 0.896,2, 2,2l 28,0 c 1.104,0, 2-0.896, 2-2L 32,18 L 32,16 L 32,12 C 32,10.896, 31.104,10, 30,10zM 12,12l 8,0 c 1.104,0, 2-0.896, 2-2L 22,8 c0-1.104-0.896-2-2-2L 12,6 C 10.896,6, 10,6.896, 10,8l0,2 C 10,11.104, 10.896,12, 12,12z M 12,8l 8,0 l0,2 L 12,10 L 12,8 zM 10,18l0,2 c0,1.104, 0.896,2, 2,2l 8,0 c 1.104,0, 2-0.896, 2-2L 22,18 c0-1.104-0.896-2-2-2L 12,16 C 10.896,16, 10,16.896, 10,18z M 20,20L 12,20 L 12,18 l 8,0 L 20,20 z\"></path></g></svg></li><li title=\"icon tools \">   <svg   viewBox=\"0 0 32.32400131225586 32.029998779296875\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 0.848,26.91c-1.172,1.172-1.172,3.070,0,4.242c 0.586,0.586, 1.354,0.878, 2.122,0.878 c 0.768,0, 1.536-0.292, 2.122-0.878l 9.85-9.85L 10.698,17.060L 0.848,26.91zM 25.466,8.654L 29.752,6.436L 32,2.094L 29.906,0L 25.564,2.248L 23.346,6.534L 18.122,11.758L 20.242,13.878 zM 26.404,20.040C 26.268,20.032, 26.138,20, 26,20c-0.732,0-1.426,0.15-2.074,0.39L 11.61,8.074 C 11.85,7.426, 12,6.732, 12,6c0-0.138-0.032-0.268-0.040-0.404C 11.748,2.474, 9.176,0, 6,0C 5.076,0, 4.21,0.226, 3.428,0.6l 3.986,3.986 c 0.21,0.21, 0.354,0.458, 0.45,0.72c 0.262,0.71, 0.12,1.536-0.45,2.108C 7.024,7.804, 6.512,8, 6,8C 5.764,8, 5.53,7.948, 5.306,7.864 c-0.262-0.098-0.51-0.24-0.72-0.45L 0.6,3.428C 0.226,4.21,0,5.076,0,6c0,3.176, 2.474,5.748, 5.596,5.96C 5.732,11.968, 5.862,12, 6,12 c 0.732,0, 1.426-0.15, 2.074-0.39l 12.316,12.316C 20.15,24.574, 20,25.268, 20,26c0,0.138, 0.032,0.268, 0.040,0.404 C 20.252,29.526, 22.824,32, 26,32c 0.924,0, 1.79-0.226, 2.572-0.6l-3.986-3.986c-0.21-0.21-0.354-0.458-0.45-0.72 c-0.262-0.71-0.12-1.536, 0.45-2.108C 24.976,24.196, 25.488,24, 26,24c 0.236,0, 0.47,0.052, 0.694,0.136 c 0.262,0.098, 0.51,0.24, 0.72,0.45l 3.986,3.986C 31.774,27.79, 32,26.924, 32,26C 32,22.824, 29.526,20.252, 26.404,20.040z\"></path></g></svg></li><li title=\"icon trash \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 26,2l-4,0 c0-1.104-0.896-2-2-2L 14,0 C 12.896,0, 12,0.896, 12,2L 8,2 C 6.896,2, 6,2.896, 6,4l 22,0 C 28,2.896, 27.104,2, 26,2zM 6,30c0,1.104, 0.896,2, 2,2l 18,0 c 1.104,0, 2-0.896, 2-2L 28,6 L 6,6 L 6,30 z M 22,11C 22,10.448, 22.448,10, 23,10 S 24,10.448, 24,11l0,16 c0,0.552-0.448,1-1,1S 22,27.552, 22,27L 22,11 z M 16,11C 16,10.448, 16.448,10, 17,10S 18,10.448, 18,11l0,16 C 18,27.552, 17.552,28, 17,28S 16,27.552, 16,27L 16,11 z M 10,11C 10,10.448, 10.448,10, 11,10S 12,10.448, 12,11l0,16 C 12,27.552, 11.552,28, 11,28 S 10,27.552, 10,27L 10,11 z\"></path></g></svg></li><li title=\"icon trash alt \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 26,2l-4,0 c0-1.104-0.896-2-2-2L 14,0 C 12.896,0, 12,0.896, 12,2L 8,2 C 6.896,2, 6,2.896, 6,4l 22,0 C 28,2.896, 27.104,2, 26,2zM 6,30c0,1.104, 0.896,2, 2,2l 18,0 c 1.104,0, 2-0.896, 2-2L 28,6 L 6,6 L 6,30 z M 8,8l 18,0 l0,22 L 8,30 L 8,8 zM 11,10C 10.448,10, 10,10.448, 10,11l0,16 C 10,27.552, 10.448,28, 11,28S 12,27.552, 12,27l0-16 C 12,10.448, 11.552,10, 11,10zM 17,10C 16.448,10, 16,10.448, 16,11l0,16 C 16,27.552, 16.448,28, 17,28S 18,27.552, 18,27l0-16 C 18,10.448, 17.552,10, 17,10zM 23,10C 22.448,10, 22,10.448, 22,11l0,16 c0,0.552, 0.448,1, 1,1s 1-0.448, 1-1l0-16 C 24,10.448, 23.552,10, 23,10z\"></path></g></svg></li><li title=\"icon ul \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 11,16l 16,0 C 27.552,16, 28,15.552, 28,15C 28,14.448, 27.552,14, 27,14l-16,0 C 10.448,14, 10,14.448, 10,15 C 10,15.552, 10.448,16, 11,16zM 11,8l 16,0 C 27.552,8, 28,7.552, 28,7C 28,6.448, 27.552,6, 27,6l-16,0 C 10.448,6, 10,6.448, 10,7 C 10,7.552, 10.448,8, 11,8zM 11,24l 16,0 c 0.552,0, 1-0.448, 1-1c0-0.552-0.448-1-1-1l-16,0 C 10.448,22, 10,22.448, 10,23 C 10,23.552, 10.448,24, 11,24zM 4,7A1,1 1080 1 0 6,7A1,1 1080 1 0 4,7zM 4,15A1,1 1080 1 0 6,15A1,1 1080 1 0 4,15zM 4,23A1,1 1080 1 0 6,23A1,1 1080 1 0 4,23z\"></path></g></svg></li><li title=\"icon upload \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 6,12L 12,12L 12,24L 20,24L 19.958,12L 26,12L 16,2 zM 24,28L 8,28L 8,24L 4,24L 4,28L 4,32L 28,32L 28,28L 28,24L 24,24 z\"></path></g></svg></li><li title=\"icon vol mute \">   <svg   viewBox=\"0 0 32.119998931884766 32.05399703979492\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 2,24.254l 4.59,0 c 0.362,0.36, 8.702,7.38, 8.702,7.38c 0.502,0.304, 0.928,0.392, 1.292,0.358 c 0.74-0.070, 1.26-0.69, 1.418-1.344C 18.010,30.584, 18.010,1.416, 18,1.352C 17.844,0.696, 17.322,0.076, 16.584,0.006 C 16.22-0.028, 15.794,0.060, 15.292,0.364c0,0-8.34,7.276-8.702,7.636L 2,8 C 0.896,8,0,8.896,0,10l0,0.254 L0,22 l0,0.254 C0,23.36, 0.896,24.254, 2,24.254zM 31.642,10.822c-0.476-0.476-1.25-0.476-1.726,0l-3.452,3.452l-3.452-3.452 c-0.476-0.476-1.25-0.476-1.726,0c-0.476,0.476-0.476,1.25,0,1.726L 24.738,16l-3.452,3.452c-0.476,0.476-0.476,1.25,0,1.726 c 0.476,0.476, 1.25,0.476, 1.726,0l 3.452-3.452l 3.452,3.452c 0.476,0.476, 1.25,0.476, 1.726,0c 0.476-0.476, 0.476-1.25,0-1.726 L 28.19,16l 3.452-3.452C 32.12,12.072, 32.12,11.298, 31.642,10.822z\"></path></g></svg></li><li title=\"icon vol mute alt \">   <svg   viewBox=\"0 0 32.119998931884766 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 2,24.254l 4.582,0 c 0.362,0.36, 8.702,7.38, 8.702,7.38C 15.718,31.898, 16.096,32, 16.426,32 c 0.050,0, 0.1-0.002, 0.148-0.006c 0.74-0.070, 1.268-0.69, 1.426-1.344L 18,1.352 C 17.844,0.696, 17.314,0.076, 16.574,0.006 C 16.526,0.002, 16.478,0, 16.426,0C 16.096,0, 15.718,0.102, 15.284,0.364c0,0-8.34,7.276-8.702,7.636L 2,8 C 0.896,8,0,8.896,0,10l0,0.254 L0,22 l0,0.254 C0,23.36, 0.896,24.254, 2,24.254z M 2,22L 2,10.254 L 2,10 l 4.582,0 c 0.512,0, 1.024-0.214, 1.394-0.566C 8.34,9.088, 12.86,5.134, 16,2.394l0,27.23 c-3.12-2.628-7.64-6.446-8.008-6.786c-0.374-0.374-0.882-0.582-1.412-0.582L 2,22.256 L 2,22 zM 31.642,10.822c-0.476-0.476-1.25-0.476-1.726,0l-3.452,3.452l-3.452-3.452 c-0.476-0.476-1.25-0.476-1.726,0c-0.476,0.476-0.476,1.25,0,1.726L 24.738,16l-3.452,3.452c-0.476,0.476-0.476,1.25,0,1.726 c 0.476,0.476, 1.25,0.476, 1.726,0l 3.452-3.452l 3.452,3.452c 0.476,0.476, 1.25,0.476, 1.726,0c 0.476-0.476, 0.476-1.25,0-1.726 L 28.19,16l 3.452-3.452C 32.12,12.072, 32.12,11.298, 31.642,10.822z\"></path></g></svg></li><li title=\"icon volume high \">   <svg   viewBox=\"0 0 32 32.05399703979492\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 2,24.254l 4.59,0 c 0.362,0.36, 8.702,7.38, 8.702,7.38c 0.502,0.304, 0.928,0.392, 1.292,0.358 c 0.74-0.070, 1.26-0.69, 1.418-1.344C 18.010,30.584, 18.010,1.416, 18,1.352C 17.844,0.696, 17.322,0.076, 16.584,0.006 C 16.22-0.028, 15.794,0.060, 15.292,0.364c0,0-8.34,7.276-8.702,7.636L 2,8 C 0.896,8,0,8.896,0,10l0,0.254 L0,22 l0,0.254 C0,23.36, 0.896,24.254, 2,24.254zM 21.082,19.494c-0.494,0.25-0.692,0.85-0.444,1.344c 0.176,0.348, 0.528,0.55, 0.892,0.55 c 0.152,0, 0.304-0.034, 0.45-0.106C 24.002,20.262, 25.258,18.24, 25.258,16s-1.256-4.262-3.278-5.282 c-0.494-0.25-1.092-0.050-1.342,0.444c-0.248,0.494-0.050,1.094, 0.444,1.344C 22.424,13.182, 23.258,14.52, 23.258,16 S 22.424,18.818, 21.082,19.494zM 19.706,27.478c 0.094,0.478, 0.512,0.808, 0.98,0.808c 0.064,0, 0.128-0.006, 0.194-0.018 C 26.744,27.124, 31,21.964, 31,16s-4.256-11.124-10.122-12.268C 20.344,3.624, 19.81,3.98, 19.706,4.522 C 19.6,5.064, 19.954,5.59, 20.496,5.696C 25.424,6.656, 29,10.99, 29,16s-3.576,9.344-8.504,10.304 C 19.954,26.41, 19.6,26.936, 19.706,27.478z\"></path></g></svg></li><li title=\"icon volume high alt \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 2,24.254l 4.582,0 c 0.362,0.36, 8.702,7.38, 8.702,7.38C 15.718,31.898, 16.096,32, 16.426,32 c 0.050,0, 0.1-0.002, 0.148-0.006c 0.74-0.070, 1.268-0.69, 1.426-1.344L 18,1.352 C 17.844,0.696, 17.314,0.076, 16.574,0.006 C 16.526,0.002, 16.478,0, 16.426,0C 16.096,0, 15.718,0.102, 15.284,0.364c0,0-8.34,7.276-8.702,7.636L 2,8 C 0.896,8,0,8.896,0,10l0,0.254 L0,22 l0,0.254 C0,23.36, 0.896,24.254, 2,24.254z M 2,22L 2,10.254 L 2,10 l 4.582,0 c 0.512,0, 1.024-0.214, 1.394-0.566C 8.34,9.088, 12.86,5.134, 16,2.394l0,27.23 c-3.12-2.628-7.64-6.446-8.008-6.786c-0.374-0.374-0.882-0.582-1.412-0.582L 2,22.256 L 2,22 zM 21.082,19.494c-0.494,0.25-0.692,0.85-0.444,1.344c 0.176,0.348, 0.528,0.55, 0.892,0.55 c 0.152,0, 0.304-0.034, 0.45-0.106C 24.002,20.262, 25.258,18.24, 25.258,16s-1.256-4.262-3.278-5.282 c-0.494-0.25-1.094-0.050-1.342,0.444c-0.248,0.494-0.050,1.094, 0.444,1.344C 22.424,13.182, 23.258,14.52, 23.258,16 S 22.424,18.818, 21.082,19.494zM 19.706,27.478c 0.094,0.478, 0.512,0.808, 0.98,0.808c 0.064,0, 0.128-0.006, 0.194-0.018 C 26.744,27.124, 31,21.964, 31,16s-4.256-11.124-10.122-12.268C 20.346,3.624, 19.81,3.98, 19.706,4.522 C 19.6,5.064, 19.954,5.59, 20.496,5.696C 25.424,6.656, 29,10.99, 29,16s-3.576,9.344-8.504,10.304 C 19.954,26.41, 19.6,26.936, 19.706,27.478z\"></path></g></svg></li><li title=\"icon volume low \">   <svg   viewBox=\"0 0 32 32.05399703979492\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 20.584,0.006C 20.22-0.028, 19.794,0.060, 19.292,0.364c0,0-8.34,7.276-8.702,7.636L 6,8 C 4.896,8, 4,8.896, 4,10l0,0.254 L 4,22 l0,0.254 c0,1.104, 0.896,2, 2,2l 4.59,0 c 0.362,0.36, 8.702,7.38, 8.702,7.38c 0.502,0.304, 0.928,0.392, 1.292,0.358 c 0.74-0.070, 1.26-0.69, 1.418-1.344c 0.010-0.064, 0.010-29.234,0-29.296C 21.844,0.696, 21.322,0.076, 20.584,0.006zM 25.082,19.494c-0.494,0.25-0.692,0.85-0.444,1.344c 0.176,0.348, 0.528,0.55, 0.892,0.55 c 0.152,0, 0.304-0.034, 0.45-0.106C 28.002,20.262, 29.258,18.24, 29.258,16s-1.256-4.262-3.278-5.282 c-0.494-0.25-1.094-0.050-1.342,0.444c-0.248,0.494-0.050,1.094, 0.444,1.344C 26.424,13.182, 27.258,14.52, 27.258,16 S 26.424,18.818, 25.082,19.494z\"></path></g></svg></li><li title=\"icon volume low alt \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 20.426,0c-0.33,0-0.708,0.102-1.142,0.364c0,0-8.34,7.276-8.702,7.636L 6,8 C 4.896,8, 4,8.896, 4,10l0,0.254 L 4,22 l0,0.254 c0,1.104, 0.896,2, 2,2l 4.582,0 c 0.362,0.36, 8.702,7.38, 8.702,7.38C 19.718,31.898, 20.096,32, 20.426,32 c 0.050,0, 0.1-0.002, 0.148-0.006c 0.74-0.070, 1.268-0.69, 1.426-1.344L 22,1.352 c-0.156-0.656-0.686-1.276-1.426-1.344 C 20.526,0.002, 20.478,0, 20.426,0z M 20,29.624c-3.12-2.628-7.64-6.446-8.008-6.786c-0.374-0.374-0.882-0.582-1.412-0.582L 6,22.256 L 6,22 L 6,10.254 L 6,10 l 4.582,0 c 0.512,0, 1.024-0.214, 1.394-0.566C 12.34,9.088, 16.86,5.134, 20,2.394L 20,29.624 zM 25.082,19.494c-0.494,0.25-0.692,0.85-0.444,1.344c 0.176,0.348, 0.528,0.55, 0.892,0.55 c 0.152,0, 0.304-0.034, 0.45-0.106C 28.002,20.262, 29.258,18.24, 29.258,16s-1.256-4.262-3.278-5.282 c-0.494-0.25-1.094-0.050-1.342,0.444c-0.248,0.494-0.050,1.094, 0.444,1.344C 26.424,13.182, 27.258,14.52, 27.258,16 S 26.424,18.818, 25.082,19.494z\"></path></g></svg></li><li title=\"icon wallet \">   <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"   viewBox=\"0 0 32 32\" enable-background=\"new 0 0 16 16\" xml:space=\"preserve\" fill=\"currentFill\"> <g><path d=\"M 30,14L 30,8 c0-1.104-0.896-2-2-2l-0.596,0 l-0.674-4.16c-0.042-0.262-0.186-0.496-0.402-0.65 c-0.212-0.156-0.48-0.222-0.744-0.176L 3.84,4.542C 3.294,4.63, 2.924,5.144, 3.014,5.69L 3.064,6L 2,6 C 0.896,6,0,6.896,0,8l0,22 c0,1.104, 0.896,2, 2,2l 26,0 c 1.104,0, 2-0.896, 2-2l0-6 c 1.104,0, 2-0.896, 2-2L 32,16 C 32,14.896, 31.104,14, 30,14z M 2,8l 26,0 l0,6 l-8,0 C 18.896,14, 18,14.896, 18,16 l0,6 c0,1.104, 0.896,2, 2,2l 8,0 l0,6 L 2,30 L 2,8 z M 7.336,6l 17.58-2.854L 25.378,6L 7.336,6 z M 20,22L 20,16 l 10,0 l0,6 L 20,22 zM 22,19A1,1 0 1 0 24,19A1,1 0 1 0 22,19z\"></path></g></svg></li><li title=\"icon wallet alt \">   <svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"   viewBox=\"0 0 32 32\" enable-background=\"new 0 0 16 16\" xml:space=\"preserve\" fill=\"currentFill\"> <g><path d=\"M 22,24L 22,18 c0-1.104, 0.896-2, 2-2l 6,0 L 30,12 c0-1.104-0.896-2-2-2l-2.296,0 l-0.976-5.798 c-0.044-0.264-0.194-0.5-0.412-0.652c-0.22-0.154-0.494-0.208-0.756-0.166L 3.818,7.016C 3.556,7.064, 3.322,7.216, 3.172,7.438 C 3.022,7.66, 2.966,7.932, 3.020,8.196L 3.378,10L 2,10 C 0.896,10,0,10.896,0,12l0,18 c0,1.104, 0.896,2, 2,2l 26,0 c 1.104,0, 2-0.896, 2-2l0-4 l-6,0 C 22.896,26, 22,25.104, 22,24z M 5.178,8.8l 17.746-3.266L 23.676,10l-18.26,0 L 5.178,8.8zM 31,18L 24,18 l0,6 l 7,0 c 0.552,0, 1-0.448, 1-1l0-4 C 32,18.448, 31.552,18, 31,18z M 27,22 c-0.552,0-1-0.448-1-1c0-0.552, 0.448-1, 1-1s 1,0.448, 1,1C 28,21.552, 27.552,22, 27,22z\"></path></g></svg></li><li title=\"icon zoom in \">   <svg   viewBox=\"0 0 32.13399887084961 32.13399887084961\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 19,0C 11.82,0, 6,5.82, 6,13c0,3.090, 1.082,5.922, 2.882,8.154l-8.474,8.474 c-0.542,0.542-0.542,1.422,0,1.964c 0.542,0.542, 1.422,0.542, 1.964,0l 8.474-8.474C 13.078,24.918, 15.91,26, 19,26 c 7.18,0, 13-5.82, 13-13S 26.18,0, 19,0z M 25,14L 20,14 l0,5 C 20,19.552, 19.552,20, 19,20C 18.448,20, 18,19.552, 18,19L 18,14 L 13,14 C 12.448,14, 12,13.552, 12,13C 12,12.448, 12.448,12, 13,12L 18,12 L 18,7 C 18,6.448, 18.448,6, 19,6C 19.552,6, 20,6.448, 20,7L 20,12 l 5,0 C 25.552,12, 26,12.448, 26,13C 26,13.552, 25.552,14, 25,14z\"></path></g></svg></li><li title=\"icon zoom in alt \">   <svg   viewBox=\"0 0 32.13399887084961 32.13399887084961\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 19,0C 11.82,0, 6,5.82, 6,13c0,3.090, 1.082,5.922, 2.882,8.154l-8.474,8.474 c-0.542,0.542-0.542,1.422,0,1.964c 0.542,0.542, 1.422,0.542, 1.964,0l 8.474-8.474C 13.078,24.918, 15.91,26, 19,26 c 7.18,0, 13-5.82, 13-13S 26.18,0, 19,0z M 19,24C 12.934,24, 8,19.066, 8,13S 12.934,2, 19,2S 30,6.934, 30,13S 25.066,24, 19,24zM 25,12L 20,12 L 20,7 C 20,6.448, 19.552,6, 19,6C 18.448,6, 18,6.448, 18,7L 18,12 L 13,12 C 12.448,12, 12,12.448, 12,13 C 12,13.552, 12.448,14, 13,14L 18,14 l0,5 C 18,19.552, 18.448,20, 19,20C 19.552,20, 20,19.552, 20,19L 20,14 l 5,0 C 25.552,14, 26,13.552, 26,13 C 26,12.448, 25.552,12, 25,12z\"></path></g></svg></li><li title=\"icon zoom out \">   <svg   viewBox=\"0 0 32.13399887084961 32.13399887084961\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 19,0C 11.82,0, 6,5.82, 6,13c0,3.090, 1.082,5.922, 2.882,8.154l-8.474,8.474 c-0.542,0.542-0.542,1.422,0,1.964c 0.542,0.542, 1.422,0.542, 1.964,0l 8.474-8.474C 13.078,24.918, 15.91,26, 19,26 c 7.18,0, 13-5.82, 13-13S 26.18,0, 19,0z M 25,14l-12,0 C 12.448,14, 12,13.552, 12,13C 12,12.448, 12.448,12, 13,12l 12,0 C 25.552,12, 26,12.448, 26,13 C 26,13.552, 25.552,14, 25,14z\"></path></g></svg></li><li title=\"icon zoom out alt \">   <svg   viewBox=\"0 0 32.13399887084961 32.13399887084961\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 19,0C 11.82,0, 6,5.82, 6,13c0,3.090, 1.082,5.922, 2.882,8.154l-8.474,8.474 c-0.542,0.542-0.542,1.422,0,1.964c 0.542,0.542, 1.422,0.542, 1.964,0l 8.474-8.474C 13.078,24.918, 15.91,26, 19,26 c 7.18,0, 13-5.82, 13-13S 26.18,0, 19,0z M 19,24C 12.934,24, 8,19.066, 8,13S 12.934,2, 19,2S 30,6.934, 30,13S 25.066,24, 19,24zM 25,12l-12,0 C 12.448,12, 12,12.448, 12,13C 12,13.552, 12.448,14, 13,14l 12,0 C 25.552,14, 26,13.552, 26,13 C 26,12.448, 25.552,12, 25,12z\"></path></g></svg></li><li title=\"social blogger \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 29.932,12l-1.756,0 l-0.038,0 C 27.040,12, 26.076,11.070, 26,10c0-5.708-4.602-10-10.35-10L 10.406,0 C 4.662,0, 0.004,4.626,0,10.334l0,11.338 C0,27.378, 4.662,32, 10.406,32l 11.2,0 C 27.354,32, 32,27.378, 32,21.67L 32,14.346 C 32,13.206, 31.080,12, 29.932,12z M 10,8l 6,0 c 1.1,0, 2,0.9, 2,2S 17.1,12, 16,12L 10,12 C 8.9,12, 8,11.1, 8,10S 8.9,8, 10,8z M 22,24L 10,24 c-1.1,0-2-0.9-2-2 s 0.9-2, 2-2l 12,0 c 1.1,0, 2,0.9, 2,2S 23.1,24, 22,24z\"></path></g></svg></li><li title=\"social blogger circle \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 19.74,18.494L 12.26,18.494 c-0.686,0-1.246,0.562-1.246,1.246s 0.562,1.246, 1.246,1.246L 19.74,20.986 c 0.686,0, 1.246-0.562, 1.246-1.246S 20.426,18.494, 19.74,18.494zM 12.26,13.506L 16,13.506 c 0.686,0, 1.246-0.562, 1.246-1.246c0-0.686-0.562-1.246-1.246-1.246L 12.26,11.014 c-0.686,0-1.246,0.562-1.246,1.246C 11.012,12.946, 11.574,13.506, 12.26,13.506zM 16,0C 7.164,0,0,7.164,0,16s 7.164,16, 16,16s 16-7.164, 16-16C 32,7.162, 24.836,0, 16,0z M 25.974,19.534 c0,3.558-2.896,6.44-6.48,6.44L 12.512,25.974 c-3.58,0-6.488-2.882-6.488-6.438L 6.024,12.468 c 0.002-3.558, 2.906-6.442, 6.488-6.442l 3.27,0 c 3.584,0, 6.452,2.676, 6.452,6.234c 0.048,0.666, 0.648,1.246, 1.332,1.246l 0.024,0 l 1.094,0 c 0.716,0, 1.29,0.752, 1.29,1.462L 25.974,19.534 z\"></path></g></svg></li><li title=\"social blogger square \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 26,0L 6,0 C 2.686,0,0,2.686,0,6l0,20 c0,3.314, 2.686,6, 6,6l 20,0 c 3.314,0, 6-2.686, 6-6L 32,6 C 32,2.686, 29.314,0, 26,0z M 25.974,19.534c0,3.558-2.896,6.44-6.48,6.44L 12.512,25.974 c-3.58,0-6.488-2.882-6.488-6.438L 6.024,12.468 c 0.002-3.558, 2.906-6.442, 6.488-6.442 l 3.27,0 c 3.584,0, 6.452,2.676, 6.452,6.234c 0.048,0.666, 0.648,1.246, 1.332,1.246l 0.024,0 l 1.094,0 c 0.716,0, 1.29,0.752, 1.29,1.462L 25.974,19.534 zM 19.74,18.494L 12.26,18.494 c-0.686,0-1.246,0.562-1.246,1.246s 0.562,1.246, 1.246,1.246L 19.74,20.986 c 0.686,0, 1.246-0.562, 1.246-1.246S 20.426,18.494, 19.74,18.494zM 12.26,13.506L 16,13.506 c 0.686,0, 1.246-0.562, 1.246-1.246c0-0.686-0.562-1.246-1.246-1.246L 12.26,11.014 c-0.686,0-1.246,0.562-1.246,1.246C 11.012,12.946, 11.574,13.506, 12.26,13.506z\"></path></g></svg></li><li title=\"social delicious \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 30,0L 16,0 L 2,0 L 1.424,0 C 0.64,0,0,0.64,0,1.426L0,2 l0,14 l0,14 c0,1.104, 0.896,2, 2,2l 14.022,0 L 30,32 l 0.576,0 C 31.36,32, 32,31.36, 32,30.574L 32,30 L 32,16.046 L 32,2 C 32,0.896, 31.104,0, 30,0z M 16.022,16.046L 16.022,30 L 2,30 L 2,16 l 14,0 L 16,2 l 14,0 l0,14.046 L 16.022,16.046 z\"></path></g></svg></li><li title=\"social delicious circle \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 16,0C 7.164,0,0,7.164,0,16s 7.164,16, 16,16s 16-7.164, 16-16C 32,7.162, 24.836,0, 16,0z M 26,16.022L 26,25 l0,0.288 C 26,25.68, 25.68,26, 25.288,26L 25,26 L 16.012,26 L 7,26 C 6.448,26, 6,25.552, 6,25L 6,16.022 L 6,7 L 6,6.712 C 6,6.32, 6.32,6, 6.712,6L 7,6 l 9.012,0 L 25,6 C 25.552,6, 26,6.448, 26,7L 26,16.022 zM 8,16.022L 16.012,16.022L 16.012,24L 8,24zM 16.012,8L 24,8L 24,16.022L 16.012,16.022z\"></path></g></svg></li><li title=\"social delicious square \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 16.012,8L 24,8L 24,16.022L 16.012,16.022zM 26,0L 6,0 C 2.686,0,0,2.686,0,6l0,20 c0,3.314, 2.686,6, 6,6l 20,0 c 3.314,0, 6-2.686, 6-6L 32,6 C 32,2.686, 29.314,0, 26,0z M 26,16.022L 26,25 l0,0.288 C 26,25.68, 25.68,26, 25.288,26L 25,26 L 16.012,26 L 7,26 C 6.448,26, 6,25.552, 6,25L 6,16.022 L 6,7 L 6,6.712 C 6,6.32, 6.32,6, 6.712,6L 7,6 l 9.012,0 L 25,6 C 25.552,6, 26,6.448, 26,7L 26,16.022 zM 8,16.022L 16.012,16.022L 16.012,24L 8,24z\"></path></g></svg></li><li title=\"social deviantart \">   <svg   viewBox=\"0 0 32.555999755859375 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 22.742,10.448C 19.16,9.608, 15.28,9.644, 11.306,10.244C 11.162,10.266, 11.020,10.288, 10.878,10.312l-1.32-2.446 c-1.286,0.172-2.494,0.44-3.612,0.796l 1.258,2.632C 5.148,12.090, 3.462,13.224, 2.246,14.588c-2.008,2.28-2.802,5.15-1.838,7.946 c 0.194,0.564, 0.456,1.098, 0.78,1.6l 14.94-4.104L 11.98,12.348C 12.122,12.32, 12.268,12.292, 12.416,12.266c 6.708-1.196, 10.378,0.652, 12.388,2.62 l-5.112,1.24L 17.558,12.716c-1.22-0.072-2.628,0.002-4.258,0.28l 3.76,6.778L 32,15.672c-0.162-0.384-0.396-0.758-0.708-1.118 C 29.746,12.764, 26.394,11.168, 22.742,10.448z M 5.46,19.572C 4.998,17.468, 5.366,15.118, 8.286,13.554l 2.286,4.78L 5.46,19.572z\"></path></g></svg></li><li title=\"social deviantart circle \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 16,0C 7.164,0,0,7.164,0,16s 7.164,16, 16,16s 16-7.164, 16-16C 32,7.162, 24.836,0, 16,0z M 17.104,18.54L 14.574,13.978 c 1.096-0.188, 2.044-0.236, 2.866-0.188l 1.436,2.294l 3.44-0.834c-1.352-1.324-3.822-2.568-8.338-1.764 C 13.878,13.504, 13.78,13.524, 13.684,13.542l 2.792,5.17l-10.054,2.762c-0.218-0.338-0.394-0.698-0.524-1.076 C 5.248,18.516, 5.782,16.584, 7.134,15.050c 0.818-0.918, 1.954-1.682, 3.336-2.216L 9.624,11.062c 0.752-0.24, 1.566-0.42, 2.43-0.536 l 0.888,1.646C 13.038,12.156, 13.134,12.14, 13.232,12.126c 2.674-0.404, 5.286-0.428, 7.696,0.138c 2.458,0.484, 4.714,1.558, 5.754,2.764 c 0.21,0.242, 0.368,0.494, 0.476,0.752L 17.104,18.54zM 9.296,18.404l 3.44-0.834L 11.198,14.354C 9.234,15.406, 8.986,16.988, 9.296,18.404z\"></path></g></svg></li><li title=\"social deviantart square \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 26,0L 6,0 C 2.686,0,0,2.686,0,6l0,20 c0,3.314, 2.686,6, 6,6l 20,0 c 3.314,0, 6-2.686, 6-6L 32,6 C 32,2.686, 29.314,0, 26,0z M 17.104,18.54L 14.574,13.978c 1.096-0.188, 2.044-0.236, 2.866-0.188l 1.436,2.294l 3.44-0.834c-1.352-1.324-3.822-2.568-8.338-1.764 C 13.878,13.504, 13.78,13.524, 13.684,13.542l 2.792,5.17l-10.054,2.762c-0.218-0.338-0.394-0.698-0.524-1.076 C 5.248,18.516, 5.782,16.584, 7.134,15.050c 0.818-0.918, 1.954-1.682, 3.336-2.216L 9.624,11.062c 0.752-0.24, 1.566-0.42, 2.43-0.536 l 0.888,1.646C 13.038,12.156, 13.134,12.14, 13.232,12.126c 2.674-0.404, 5.286-0.428, 7.696,0.138c 2.458,0.484, 4.714,1.558, 5.754,2.764 c 0.21,0.242, 0.368,0.494, 0.476,0.752L 17.104,18.54zM 9.296,18.404l 3.44-0.834L 11.198,14.354C 9.234,15.406, 8.986,16.988, 9.296,18.404z\"></path></g></svg></li><li title=\"social dribbble \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 16,0C 7.178,0,0,7.178,0,16s 7.178,16, 16,16s 16-7.178, 16-16S 24.822,0, 16,0z M 16,2.354c 3.474,0, 6.646,1.302, 9.060,3.444 c-0.246,0.35-2.302,3.114-7.162,4.936c-2.24-4.114-4.722-7.494-5.1-8C 13.826,2.486, 14.898,2.354, 16,2.354z M 10.19,3.652 c 0.36,0.494, 2.802,3.878, 5.066,7.904C 8.864,13.254, 3.234,13.23, 2.622,13.222C 3.508,8.98, 6.366,5.456, 10.19,3.652z M 2.332,16.020 c0-0.14, 0.002-0.28, 0.006-0.418C 2.936,15.616, 9.56,15.7, 16.384,13.658c 0.392,0.766, 0.764,1.544, 1.108,2.32 c-0.18,0.050-0.36,0.104-0.538,0.162c-7.048,2.278-10.798,8.488-11.108,9.018C 3.664,22.736, 2.334,19.53, 2.332,16.020z M 15.998,29.686 c-3.158,0-6.070-1.078-8.388-2.884c 0.246-0.502, 3.014-5.848, 10.722-8.534c 0.030-0.010, 0.060-0.020, 0.090-0.030 c 1.92,4.986, 2.712,9.164, 2.916,10.364C 19.698,29.3, 17.894,29.688, 15.998,29.686z M 23.636,27.35c-0.14-0.832-0.866-4.832-2.654-9.744 c 4.282-0.686, 8.044,0.436, 8.512,0.584C 28.884,21.992, 26.702,25.276, 23.636,27.35z M 20.146,15.452 c-0.096-0.234-0.194-0.47-0.294-0.706C 19.568,14.080, 19.264,13.418, 18.946,12.766C 24,10.704, 26.29,7.768, 26.578,7.378 c 1.904,2.326, 3.056,5.288, 3.084,8.514C 29.212,15.796, 24.694,14.88, 20.146,15.452z\"></path></g></svg></li><li title=\"social dribbble circle \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 19.728,17.202c 1.338,3.676, 1.882,6.67, 1.986,7.292c 2.294-1.552, 3.928-4.010, 4.384-6.856 C 25.75,17.528, 22.934,16.688, 19.728,17.202zM 17.746,17.698c-5.768,2.010-7.84,6.012-8.024,6.388c 1.734,1.352, 3.914,2.158, 6.278,2.158 c 1.418,0.002, 2.77-0.288, 3.996-0.812c-0.152-0.898-0.746-4.026-2.182-7.756C 17.79,17.682, 17.768,17.69, 17.746,17.698zM 18.204,13.58c 0.238,0.488, 0.466,0.984, 0.678,1.482c 0.074,0.176, 0.148,0.354, 0.22,0.528 c 3.404-0.428, 6.786,0.258, 7.122,0.33c-0.020-2.414-0.884-4.632-2.308-6.372C 23.702,9.838, 21.988,12.036, 18.204,13.58zM 16.714,16.104C 16.848,16.062, 16.982,16.020, 17.116,15.984C 16.86,15.402, 16.58,14.82, 16.288,14.248 C 11.18,15.776, 6.222,15.712, 5.774,15.702C 5.772,15.806, 5.77,15.91, 5.77,16.014c 0.002,2.628, 0.996,5.026, 2.63,6.84 C 8.632,22.458, 11.438,17.81, 16.714,16.104zM 15.444,12.674C 13.748,9.66, 11.922,7.128, 11.652,6.758C 8.79,8.108, 6.65,10.746, 5.988,13.92 C 6.446,13.926, 10.66,13.944, 15.444,12.674zM 22.78,8.364C 20.974,6.762, 18.6,5.786, 16,5.786c-0.824,0-1.628,0.098-2.396,0.284 C 13.886,6.45, 15.744,8.98, 17.42,12.058C 21.058,10.696, 22.596,8.626, 22.78,8.364zM 16,0C 7.164,0,0,7.164,0,16s 7.164,16, 16,16s 16-7.164, 16-16C 32,7.162, 24.836,0, 16,0z M 16,27.974 c-6.602,0-11.974-5.372-11.974-11.974c0-6.602, 5.372-11.974, 11.974-11.974S 27.974,9.398, 27.974,16C 27.974,22.602, 22.602,27.974, 16,27.974z\"></path></g></svg></li><li title=\"social dribbble square \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 15.444,12.674C 13.748,9.66, 11.922,7.128, 11.652,6.758C 8.79,8.108, 6.65,10.746, 5.988,13.92 C 6.446,13.926, 10.66,13.944, 15.444,12.674zM 26,0L 6,0 C 2.686,0,0,2.686,0,6l0,20 c0,3.314, 2.686,6, 6,6l 20,0 c 3.314,0, 6-2.686, 6-6L 32,6 C 32,2.686, 29.314,0, 26,0z M 16,27.974c-6.602,0-11.974-5.372-11.974-11.974c0-6.602, 5.372-11.974, 11.974-11.974S 27.974,9.398, 27.974,16 C 27.974,22.602, 22.602,27.974, 16,27.974zM 16.714,16.104C 16.848,16.062, 16.982,16.020, 17.116,15.984C 16.86,15.402, 16.58,14.82, 16.288,14.248 C 11.18,15.776, 6.222,15.712, 5.774,15.702C 5.772,15.806, 5.77,15.91, 5.77,16.014c 0.002,2.628, 0.996,5.026, 2.63,6.84 C 8.632,22.458, 11.438,17.81, 16.714,16.104zM 18.204,13.58c 0.238,0.488, 0.466,0.984, 0.678,1.482c 0.074,0.176, 0.148,0.354, 0.22,0.528 c 3.404-0.428, 6.786,0.258, 7.122,0.33c-0.020-2.414-0.884-4.632-2.308-6.372C 23.702,9.838, 21.988,12.036, 18.204,13.58zM 17.746,17.698c-5.768,2.010-7.84,6.012-8.024,6.388c 1.734,1.352, 3.914,2.158, 6.278,2.158 c 1.418,0.002, 2.77-0.288, 3.996-0.812c-0.152-0.898-0.746-4.026-2.182-7.756C 17.79,17.682, 17.768,17.69, 17.746,17.698zM 22.78,8.364C 20.974,6.762, 18.6,5.786, 16,5.786c-0.824,0-1.628,0.098-2.396,0.284 C 13.886,6.45, 15.744,8.98, 17.42,12.058C 21.058,10.696, 22.596,8.626, 22.78,8.364zM 19.728,17.202c 1.338,3.676, 1.882,6.67, 1.986,7.292c 2.294-1.552, 3.928-4.010, 4.384-6.856 C 25.75,17.528, 22.934,16.688, 19.728,17.202z\"></path></g></svg></li><li title=\"social facebook \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 12.054,32l 5.996,0 l 0.004-16l 5.446-0.002l 0.584-5.514L 18.050,10.484 l 0.008-2.76c0-1.438, 0.098-2.208, 2.162-2.208l 3.812,0 L 24.032,0 L 18.566,0 C 13.268,0, 12.048,2.738, 12.048,7.236l 0.006,3.248L 8.032,10.486L 8.032,16 l 4.022,0 L 12.054,32 z\"></path></g></svg></li><li title=\"social facebook circle \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 16,0C 7.164,0,0,7.164,0,16s 7.164,16, 16,16s 16-7.164, 16-16C 32,7.162, 24.836,0, 16,0z M 20.136,15.998L 17.514,16 l-0.002,9.6L 13.914,25.6 L 13.914,16 l-2.4,0 L 11.514,12.692 l 2.4-0.002L 13.91,10.742C 13.91,8.042, 14.642,6.4, 17.82,6.4l 2.648,0 l0,3.31 L 18.812,9.71 c-1.238,0-1.298,0.462-1.298,1.324L 17.51,12.69l 2.976,0 L 20.136,15.998z\"></path></g></svg></li><li title=\"social facebook square \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 26,0L 6,0 C 2.686,0,0,2.686,0,6l0,20 c0,3.314, 2.686,6, 6,6l 20,0 c 3.314,0, 6-2.686, 6-6L 32,6 C 32,2.686, 29.314,0, 26,0z M 20.136,15.998L 17.514,16l-0.002,9.6L 13.914,25.6 L 13.914,16 l-2.4,0 L 11.514,12.692 l 2.4-0.002L 13.91,10.742C 13.91,8.042, 14.642,6.4, 17.82,6.4l 2.648,0 l0,3.31 L 18.812,9.71 c-1.238,0-1.298,0.462-1.298,1.324L 17.51,12.69l 2.976,0 L 20.136,15.998z\"></path></g></svg></li><li title=\"social flickr \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M0,15.89A6.666,6.666 1080 1 0 13.332,15.89A6.666,6.666 1080 1 0 0,15.89zM 18.668,15.89A6.666,6.666 1080 1 0 32,15.89A6.666,6.666 1080 1 0 18.668,15.89z\"></path></g></svg></li><li title=\"social flickr circle \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 16,0C 7.164,0,0,7.164,0,16s 7.164,16, 16,16s 16-7.164, 16-16C 32,7.162, 24.836,0, 16,0z M 10.112,20.008 c-2.242,0-4.058-1.816-4.058-4.058s 1.816-4.058, 4.058-4.058c 2.242,0, 4.058,1.816, 4.058,4.058S 12.354,20.008, 10.112,20.008z M 21.93,20.008c-2.242,0-4.058-1.816-4.058-4.058s 1.816-4.058, 4.058-4.058c 2.242,0, 4.058,1.816, 4.058,4.058 S 24.172,20.008, 21.93,20.008z\"></path></g></svg></li><li title=\"social flickr square \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 26,0L 6,0 C 2.686,0,0,2.686,0,6l0,20 c0,3.314, 2.686,6, 6,6l 20,0 c 3.314,0, 6-2.686, 6-6L 32,6 C 32,2.686, 29.314,0, 26,0z M 10.112,20.008c-2.242,0-4.058-1.816-4.058-4.058s 1.816-4.058, 4.058-4.058c 2.242,0, 4.058,1.816, 4.058,4.058 S 12.354,20.008, 10.112,20.008z M 21.93,20.008c-2.242,0-4.058-1.816-4.058-4.058s 1.816-4.058, 4.058-4.058 c 2.242,0, 4.058,1.816, 4.058,4.058S 24.172,20.008, 21.93,20.008z\"></path></g></svg></li><li title=\"social googledrive \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 30.488,18L 21.334,2.14L 10.666,2.14L 19.822,18 zM 14.484,14.006L 9.152,4.766L0,20.62L 5.334,29.86 zM 9.022,30.042L 26.666,30.042L 32,20L 14.75,20 z\"></path></g></svg></li><li title=\"social googledrive alt2 \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 16,0C 7.164,0,0,7.164,0,16s 7.164,16, 16,16s 16-7.164, 16-16C 32,7.162, 24.836,0, 16,0z M 19.086,7.982l 5.296,9.176L 18.212,17.158 L 12.914,7.982L 19.086,7.982 z M 6.744,18.672L 12.038,9.5l 3.084,5.346l-5.294,9.172L 6.744,18.672z M 22.17,24.018L 11.964,24.018 l 3.084-5.346l 10.208,0 L 22.17,24.018z\"></path></g></svg></li><li title=\"social googledrive square \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 26,0L 6,0 C 2.686,0,0,2.686,0,6l0,20 c0,3.314, 2.686,6, 6,6l 20,0 c 3.314,0, 6-2.686, 6-6L 32,6 C 32,2.686, 29.314,0, 26,0z M 19.086,7.982l 5.296,9.176L 18.212,17.158 L 12.914,7.982L 19.086,7.982 z M 6.744,18.672L 12.038,9.5l 3.084,5.346l-5.294,9.172L 6.744,18.672z M 22.17,24.018L 11.964,24.018 l 3.084-5.346l 10.208,0 L 22.17,24.018z\"></path></g></svg></li><li title=\"social googleplus \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 8.572,29.102c 5.3,0, 8.228-3.008, 8.228-6.032c0-2.424-0.716-3.878-2.928-5.442 C 13.116,17.092, 11.668,15.79, 11.668,15.024c0-0.898, 0.256-1.34, 1.608-2.396C 14.66,11.546, 15.64,10.024, 15.64,8.256 c0-2.106-0.938-4.16-2.7-4.836l 2.654,0 l 1.876-1.354c0,0-6.28,0-8.374,0c-3.752,0-7.284,2.844-7.284,6.138 c0,3.366, 2.558,6.084, 6.378,6.084c 0.266,0, 0.524-0.006, 0.776-0.024C 8.718,14.738, 8.54,15.272, 8.54,15.828 c0,0.936, 0.504,1.694, 1.14,2.314c-0.48,0-0.946,0.014-1.452,0.014C 3.578,18.154,0,21.116,0,24.186 C0,27.21, 3.924,29.102, 8.572,29.102z M 9.4,13.434C 7.242,13.37, 5.192,11.020, 4.82,8.188C 4.448,5.354, 5.894,3.186, 8.050,3.25 c 2.156,0.064, 4.208,2.338, 4.58,5.17C 13.004,11.254, 11.556,13.498, 9.4,13.434z M 9.114,18.936c 0.75,0.008, 1.45,0.128, 2.084,0.334 c 1.744,1.21, 2.996,1.896, 3.348,3.28c 0.066,0.28, 0.102,0.568, 0.102,0.864c0,2.444-1.574,4.354-6.092,4.354 c-3.214,0-5.534-2.034-5.534-4.478C 3.022,20.894, 5.9,18.902, 9.114,18.936zM 26,8L 26,2.066L 24,2.066L 24,8L 18,8L 18,10L 24,10L 24,16.066L 26,16.066L 26,10L 32,10L 32,8 z\"></path></g></svg></li><li title=\"social googleplus circle \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 16,0C 7.164,0,0,7.164,0,16s 7.164,16, 16,16s 16-7.164, 16-16C 32,7.162, 24.836,0, 16,0z M 11.536,26.766 c-3.542,0-6.53-1.442-6.53-3.746c0-2.338, 2.726-4.596, 6.268-4.594c 0.386,0, 0.74-0.010, 1.106-0.010 C 11.896,17.946, 11.512,17.368, 11.512,16.654c0-0.424, 0.136-0.83, 0.324-1.192C 11.644,15.476, 11.448,15.482, 11.246,15.482 c-2.91,0-4.858-2.070-4.858-4.636c0-2.51, 2.69-4.676, 5.55-4.676c 1.596,0, 6.38,0, 6.38,0L 16.886,7.202L 14.864,7.202 c 1.342,0.516, 2.056,2.080, 2.056,3.684c0,1.346-0.746,2.506-1.8,3.33C 14.090,15.022, 13.896,15.358, 13.896,16.042 c0,0.584, 1.104,1.576, 1.68,1.984c 1.686,1.192, 2.23,2.3, 2.23,4.146C 17.804,24.476, 15.574,26.766, 11.536,26.766z M 28,14.038l-4,0 l0,3.992 l-1.998,0 L 22.002,14.038 L 18,14.038 L 18,12 l 4.002,0 L 22.002,8 L 24,8 l0,4 l 4,0 L 28,14.038 zM 13.538,19.276C 13.054,19.12, 12.52,19.028, 11.95,19.022c-2.448-0.026-4.64,1.492-4.64,3.318 c0,1.862, 1.768,3.412, 4.216,3.412c 3.442,0, 4.64-1.456, 4.64-3.316c0-0.226-0.028-0.444-0.078-0.658 C 15.82,20.722, 14.866,20.198, 13.538,19.276zM 14.628,11.010C 14.344,8.854, 12.782,7.122, 11.14,7.072c-1.642-0.048-2.744,1.602-2.46,3.762 c 0.284,2.158, 1.846,3.948, 3.49,3.996C 13.81,14.88, 14.914,13.17, 14.628,11.010z\"></path></g></svg></li><li title=\"social googleplus square \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 26,0L 6,0 C 2.686,0,0,2.686,0,6l0,20 c0,3.314, 2.686,6, 6,6l 20,0 c 3.314,0, 6-2.686, 6-6L 32,6 C 32,2.686, 29.314,0, 26,0z M 11.536,26.766c-3.542,0-6.53-1.442-6.53-3.746c0-2.338, 2.726-4.596, 6.268-4.594c 0.386,0, 0.74-0.010, 1.106-0.010 C 11.896,17.946, 11.512,17.368, 11.512,16.654c0-0.424, 0.136-0.83, 0.324-1.192C 11.644,15.476, 11.448,15.482, 11.246,15.482 c-2.91,0-4.858-2.070-4.858-4.636c0-2.51, 2.69-4.676, 5.55-4.676c 1.596,0, 6.38,0, 6.38,0L 16.886,7.202L 14.864,7.202 c 1.342,0.516, 2.056,2.080, 2.056,3.684c0,1.346-0.746,2.506-1.8,3.33C 14.090,15.022, 13.896,15.358, 13.896,16.042 c0,0.584, 1.104,1.576, 1.68,1.984c 1.686,1.192, 2.23,2.3, 2.23,4.146C 17.804,24.476, 15.574,26.766, 11.536,26.766z M 28,14.038l-4,0 l0,3.992 l-1.998,0 L 22.002,14.038 L 18,14.038 L 18,12 l 4.002,0 L 22.002,8 L 24,8 l0,4 l 4,0 L 28,14.038 zM 14.628,11.010C 14.344,8.854, 12.782,7.122, 11.14,7.072c-1.642-0.048-2.744,1.602-2.46,3.762 c 0.284,2.158, 1.846,3.948, 3.49,3.996C 13.81,14.88, 14.914,13.17, 14.628,11.010zM 13.538,19.276C 13.054,19.12, 12.52,19.028, 11.95,19.022c-2.448-0.026-4.64,1.492-4.64,3.318 c0,1.862, 1.768,3.412, 4.216,3.412c 3.442,0, 4.64-1.456, 4.64-3.316c0-0.226-0.028-0.444-0.078-0.658 C 15.82,20.722, 14.866,20.198, 13.538,19.276z\"></path></g></svg></li><li title=\"social instagram \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 30.556,0L 1.444,0 C 0.648,0,0,0.646,0,1.442l0,29.116 C0,31.352, 0.648,32, 1.444,32l 29.112,0 C 31.352,32, 32,31.352, 32,30.558L 32,1.442 C 32,0.646, 31.352,0, 30.556,0z M 21.584,16c0,3.084-2.5,5.584-5.584,5.584S 10.416,19.084, 10.416,16 c0-3.084, 2.5-5.584, 5.584-5.584S 21.584,12.916, 21.584,16z M 28,28L 4,28 L 4,14 l 2.634,0 C 6.496,14.646, 6.416,15.314, 6.416,16 c0,5.284, 4.3,9.584, 9.584,9.584s 9.584-4.3, 9.584-9.584c0-0.686-0.080-1.354-0.218-2L 28,14 L 28,28 z M 28,10l-6,0 L 22,4 l 6,0 L 28,10 z\"></path></g></svg></li><li title=\"social instagram circle \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 16,0C 7.164,0,0,7.164,0,16s 7.164,16, 16,16s 16-7.164, 16-16C 32,7.162, 24.836,0, 16,0z M 26,25.278 C 26,25.676, 25.676,26, 25.278,26L 6.722,26 C 6.324,26, 6,25.676, 6,25.278L 6,6.722 C 6,6.324, 6.324,6, 6.722,6l 18.556,0 C 25.676,6, 26,6.324, 26,6.722 L 26,25.278 zM 12,16A4,4 1080 1 0 20,16A4,4 1080 1 0 12,16zM 20,8L 24,8L 24,12L 20,12zM 21.95,16c0,3.282-2.67,5.95-5.95,5.95S 10.050,19.282, 10.050,16c0-0.426, 0.050-0.598, 0.134-1L 8,15 L 8,24 l 16,0 L 24,15 l-2.184,0 C 21.902,15.402, 21.95,15.574, 21.95,16z\"></path></g></svg></li><li title=\"social instagram square \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 26,0L 6,0 C 2.686,0,0,2.686,0,6l0,20 c0,3.314, 2.686,6, 6,6l 20,0 c 3.314,0, 6-2.686, 6-6L 32,6 C 32,2.686, 29.314,0, 26,0z M 26,25.278C 26,25.676, 25.676,26, 25.278,26L 6.722,26 C 6.324,26, 6,25.676, 6,25.278L 6,6.722 C 6,6.324, 6.324,6, 6.722,6l 18.556,0 C 25.676,6, 26,6.324, 26,6.722L 26,25.278 zM 20,8L 24,8L 24,12L 20,12zM 12,16A4,4 1080 1 0 20,16A4,4 1080 1 0 12,16zM 21.95,16c0,3.282-2.67,5.95-5.95,5.95S 10.050,19.282, 10.050,16c0-0.426, 0.050-0.598, 0.134-1L 8,15 L 8,24 l 16,0 L 24,15 l-2.184,0 C 21.902,15.402, 21.95,15.574, 21.95,16z\"></path></g></svg></li><li title=\"social linkedin \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 2.064,10L 8,10L 8,32L 2.064,32zM 20.174,10.002C 18,10.002, 16.916,11.038, 16,11.74L 16,10 L 10.032,10 l0,22 L 16,32 L 16,18.15 c0,0-0.218-2.758, 3.088-2.758 C 21.080,15.392, 22,16.526, 22,18.15L 22,32 l 6.288,0 L 28.288,18.344 C 28.288,10.844, 22.25,10.002, 20.174,10.002zM 2,5A3,3 1080 1 0 8,5A3,3 1080 1 0 2,5z\"></path></g></svg></li><li title=\"social linkedin circle \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 16,0C 7.164,0,0,7.164,0,16s 7.164,16, 16,16s 16-7.164, 16-16C 32,7.162, 24.836,0, 16,0z M 12,23.75L 8,23.75 l0-14 l 4,0 L 12,23.75 z M 10.124,8.892c-1.036,0-1.874-0.84-1.874-1.876c0-1.036, 0.84-1.876, 1.874-1.876C 11.16,5.142, 12,5.982, 12,7.016 C 12,8.052, 11.16,8.892, 10.124,8.892z M 26,23.75l-4,0 L 22,15.094 c0-1.014-0.29-1.724-1.536-1.724C 18.398,13.37, 18,15.094, 18,15.094l0,8.656 L 14,23.75 l0-14 l 4,0 l0,1.338 c 0.572-0.438, 2-1.336, 4-1.336c 1.298,0, 4,0.776, 4,5.464L 26,23.75 z\"></path></g></svg></li><li title=\"social linkedin square \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 26,0L 6,0 C 2.686,0,0,2.686,0,6l0,20 c0,3.314, 2.686,6, 6,6l 20,0 c 3.314,0, 6-2.686, 6-6L 32,6 C 32,2.686, 29.314,0, 26,0z M 12,23.75L 8,23.75 l0-14 l 4,0 L 12,23.75 z M 10.124,8.892c-1.036,0-1.874-0.84-1.874-1.876c0-1.036, 0.84-1.876, 1.874-1.876 C 11.16,5.142, 12,5.982, 12,7.016C 12,8.052, 11.16,8.892, 10.124,8.892z M 26,23.75l-4,0 L 22,15.094 c0-1.014-0.29-1.724-1.536-1.724 C 18.398,13.37, 18,15.094, 18,15.094l0,8.656 L 14,23.75 l0-14 l 4,0 l0,1.338 c 0.572-0.438, 2-1.336, 4-1.336c 1.298,0, 4,0.776, 4,5.464L 26,23.75 z\"></path></g></svg></li><li title=\"social myspace \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 15.796,8.014C 16.572,7.238, 16.962,6.286, 16.962,5.16c0-1.096-0.39-2.034-1.166-2.81 C 15.022,1.576, 14.066,1.188, 12.94,1.188c-1.092,0-2.030,0.388-2.806,1.162C 9.358,3.128, 8.968,4.064, 8.968,5.16 c0,1.126, 0.39,2.078, 1.166,2.854C 10.912,8.79, 11.848,9.178, 12.94,9.178C 14.066,9.178, 15.022,8.79, 15.796,8.014zM 19.358,8.882C 19.83,9.354, 20.378,9.726, 21.002,10c 0.624,0.272, 1.304,0.41, 2.032,0.41 c 0.732,0, 1.408-0.138, 2.032-0.41c 0.624-0.276, 1.17-0.646, 1.644-1.118c 0.472-0.472, 0.846-1.020, 1.12-1.644 c 0.274-0.624, 0.412-1.3, 0.412-2.034c0-0.73-0.136-1.406-0.412-2.032c-0.272-0.624-0.648-1.172-1.12-1.644 c-0.472-0.472-1.018-0.846-1.644-1.118C 24.444,0.136, 23.766,0, 23.034,0c-0.728,0-1.408,0.136-2.032,0.41 c-0.624,0.272-1.172,0.646-1.644,1.118C 18.888,2.002, 18.516,2.55, 18.24,3.174c-0.274,0.624-0.412,1.3-0.412,2.032 c0,0.732, 0.138,1.408, 0.412,2.034C 18.516,7.862, 18.888,8.41, 19.358,8.882zM 5.314,8.266c 0.854,0, 1.568-0.296, 2.148-0.89C 8.040,6.78, 8.328,6.058, 8.328,5.204 c0-0.822-0.29-1.53-0.866-2.122c-0.58-0.594-1.294-0.892-2.148-0.892c-0.85,0-1.576,0.298-2.166,0.892 c-0.596,0.592-0.892,1.3-0.892,2.122c0,0.854, 0.298,1.576, 0.892,2.17C 3.74,7.968, 4.464,8.266, 5.314,8.266zM 28.060,14.522c-0.638-0.64-1.394-1.142-2.26-1.508c-0.87-0.366-1.792-0.548-2.766-0.548 c-0.974,0-1.888,0.182-2.738,0.548C 19.442,13.38, 18.698,13.868, 18.058,14.476c-0.304-1.126-0.922-2.060-1.85-2.808 C 15.278,10.922, 14.19,10.548, 12.94,10.548c-0.792,0-1.536,0.168-2.238,0.502C 10.006,11.388, 9.394,11.858, 8.88,12.466 C 8.662,11.676, 8.24,11.014, 7.6,10.48C 6.962,9.946, 6.2,9.682, 5.314,9.682c-1.034,0-1.91,0.358-2.624,1.072C 1.974,11.468, 2,12.346, 2,13.38 l0,6.402 l 5.258,0 l0,5.242 l 8.81,0 L 16.068,32 l 14.064,0 L 30.132,19.544 c0-0.974-0.162-1.896-0.544-2.762C 29.208,15.914, 28.698,15.16, 28.060,14.522z\"></path></g></svg></li><li title=\"social myspace circle \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 16,0C 7.164,0,0,7.164,0,16s 7.164,16, 16,16s 16-7.164, 16-16C 32,7.162, 24.836,0, 16,0z M 16.568,7.984 C 16.74,7.594, 16.972,7.25, 17.266,6.956c 0.296-0.296, 0.636-0.528, 1.028-0.7C 18.684,6.084, 19.11,6, 19.564,6 c 0.458,0, 0.88,0.084, 1.27,0.256c 0.39,0.17, 0.732,0.404, 1.026,0.7c 0.296,0.294, 0.53,0.638, 0.7,1.028 c 0.172,0.39, 0.258,0.812, 0.258,1.27c0,0.458-0.086,0.88-0.258,1.27c-0.17,0.39-0.404,0.732-0.7,1.028 c-0.296,0.294-0.636,0.528-1.026,0.7c-0.39,0.17-0.812,0.256-1.27,0.256c-0.456,0-0.88-0.086-1.27-0.256 c-0.39-0.172-0.732-0.404-1.028-0.7C 16.972,11.256, 16.74,10.914, 16.568,10.524C 16.396,10.134, 16.31,9.71, 16.31,9.254 C 16.31,8.796, 16.396,8.374, 16.568,7.984z M 11.502,7.468c 0.486-0.484, 1.070-0.726, 1.754-0.726c 0.704,0, 1.3,0.242, 1.784,0.726 C 15.526,7.954, 15.768,8.54, 15.768,9.226c0,0.704-0.244,1.298-0.73,1.784C 14.556,11.494, 13.96,11.736, 13.256,11.736 c-0.682,0-1.268-0.242-1.754-0.728c-0.486-0.486-0.73-1.080-0.73-1.784C 10.774,8.54, 11.016,7.954, 11.502,7.468z M 7.136,7.926 c 0.37-0.372, 0.822-0.558, 1.354-0.558c 0.534,0, 0.98,0.186, 1.342,0.558c 0.36,0.37, 0.54,0.812, 0.54,1.326 c0,0.534-0.182,0.984-0.54,1.356C 9.47,10.98, 9.024,11.166, 8.49,11.166c-0.532,0-0.984-0.186-1.354-0.556 C 6.764,10.238, 6.578,9.786, 6.578,9.254C 6.578,8.74, 6.764,8.296, 7.136,7.926z M 24,26L 15.21,26 l0-4 L 9.704,22 L 9.704,18 L 6.418,18 L 6.418,14.362 c0-0.646-0.016-1.194, 0.432-1.64c 0.446-0.446, 0.994-0.67, 1.64-0.67c 0.552,0, 1.030,0.166, 1.428,0.5 c 0.4,0.334, 0.664,0.746, 0.8,1.242c 0.322-0.38, 0.704-0.674, 1.14-0.886c 0.438-0.208, 0.904-0.314, 1.398-0.314 c 0.78,0, 1.46,0.234, 2.042,0.7c 0.58,0.466, 0.966,1.052, 1.156,1.754c 0.4-0.38, 0.864-0.686, 1.4-0.912 c 0.532-0.228, 1.104-0.342, 1.712-0.342c 0.61,0, 1.186,0.114, 1.728,0.342c 0.54,0.228, 1.012,0.542, 1.412,0.942 c 0.4,0.4, 0.718,0.87, 0.954,1.412C 23.898,17.030, 24,17.606, 24,18.216L 24,26 z\"></path></g></svg></li><li title=\"social myspace square \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 26,0L 6,0 C 2.686,0,0,2.686,0,6l0,20 c0,3.314, 2.686,6, 6,6l 20,0 c 3.314,0, 6-2.686, 6-6L 32,6 C 32,2.686, 29.314,0, 26,0z M 16.568,7.984C 16.74,7.594, 16.972,7.25, 17.266,6.956c 0.296-0.296, 0.636-0.528, 1.028-0.7C 18.684,6.084, 19.11,6, 19.564,6 c 0.458,0, 0.88,0.084, 1.27,0.256c 0.39,0.17, 0.732,0.404, 1.026,0.7c 0.296,0.294, 0.53,0.638, 0.7,1.028 c 0.172,0.39, 0.258,0.812, 0.258,1.27c0,0.458-0.086,0.88-0.258,1.27c-0.17,0.39-0.404,0.732-0.7,1.028 c-0.296,0.294-0.636,0.528-1.026,0.7c-0.39,0.17-0.812,0.256-1.27,0.256c-0.456,0-0.88-0.086-1.27-0.256 c-0.39-0.172-0.732-0.404-1.028-0.7C 16.972,11.256, 16.74,10.914, 16.568,10.524C 16.396,10.134, 16.31,9.71, 16.31,9.254 C 16.31,8.796, 16.396,8.374, 16.568,7.984z M 11.502,7.468c 0.486-0.484, 1.070-0.726, 1.754-0.726c 0.704,0, 1.3,0.242, 1.784,0.726 C 15.526,7.954, 15.768,8.54, 15.768,9.226c0,0.704-0.244,1.298-0.73,1.784C 14.556,11.494, 13.96,11.736, 13.256,11.736 c-0.682,0-1.268-0.242-1.754-0.728c-0.486-0.486-0.73-1.080-0.73-1.784C 10.774,8.54, 11.016,7.954, 11.502,7.468z M 7.136,7.926 c 0.37-0.372, 0.822-0.558, 1.354-0.558c 0.534,0, 0.98,0.186, 1.342,0.558c 0.36,0.37, 0.54,0.812, 0.54,1.326 c0,0.534-0.182,0.984-0.54,1.356C 9.47,10.98, 9.024,11.166, 8.49,11.166c-0.532,0-0.984-0.186-1.354-0.556 C 6.764,10.238, 6.578,9.786, 6.578,9.254C 6.578,8.74, 6.764,8.296, 7.136,7.926z M 24,26L 15.21,26 l0-4 L 9.704,22 L 9.704,18 L 6.418,18 L 6.418,14.362 c0-0.646-0.016-1.194, 0.432-1.64c 0.446-0.446, 0.994-0.67, 1.64-0.67c 0.552,0, 1.030,0.166, 1.428,0.5 c 0.4,0.334, 0.664,0.746, 0.8,1.242c 0.322-0.38, 0.704-0.674, 1.14-0.886c 0.438-0.208, 0.904-0.314, 1.398-0.314 c 0.78,0, 1.46,0.234, 2.042,0.7c 0.58,0.466, 0.966,1.052, 1.156,1.754c 0.4-0.38, 0.864-0.686, 1.4-0.912 c 0.532-0.228, 1.104-0.342, 1.712-0.342c 0.61,0, 1.186,0.114, 1.728,0.342c 0.54,0.228, 1.012,0.542, 1.412,0.942 c 0.4,0.4, 0.718,0.87, 0.954,1.412C 23.898,17.030, 24,17.606, 24,18.216L 24,26 z\"></path></g></svg></li><li title=\"social picassa \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 8,29.858L 8,15.68 l-6.684,6.682C 2.686,25.52, 5.044,28.148, 8,29.858zM 10,30.836C 11.852,31.586, 13.878,32, 16,32c 5.922,0, 11.092-3.218, 13.858-8L 10,24 L 10,30.836 zM 13.32,7L 8.296,1.974C 3.35,4.696,0,9.956,0,16c0,1.328, 0.162,2.618, 0.468,3.852L 13.32,7zM 22,1.164C 20.146,0.414, 18.122,0, 16,0C 14.108,0, 12.294,0.33, 10.61,0.932L 22,12.32L 22,1.164 zM 24,2.142L 24,22 l 6.836,0 C 31.586,20.146, 32,18.122, 32,16C 32,10.078, 28.782,4.908, 24,2.142z\"></path></g></svg></li><li title=\"social picassa circle \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 16,0C 7.164,0,0,7.164,0,16s 7.164,16, 16,16s 16-7.164, 16-16C 32,7.162, 24.836,0, 16,0z M 16,4 c 1.592,0, 3.11,0.31, 4.5,0.872L 20.5,13.24 L 11.958,4.698C 13.22,4.248, 14.582,4, 16,4z M 4.35,18.888C 4.122,17.964, 4,16.996, 4,16 c0-4.534, 2.512-8.478, 6.222-10.52l 3.768,3.77L 4.35,18.888z M 10,26.394c-2.218-1.282-3.986-3.254-5.012-5.622L 10,15.76L 10,26.394 z M 16,28 c-1.592,0-3.11-0.31-4.5-0.874L 11.5,22 l 14.894,0 C 24.318,25.586, 20.442,28, 16,28z M 27.126,20.5L 22,20.5 L 22,5.606 C 25.586,7.682, 28,11.558, 28,16 C 28,17.592, 27.69,19.11, 27.126,20.5z\"></path></g></svg></li><li title=\"social picassa square \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 26,0L 6,0 C 2.686,0,0,2.686,0,6l0,20 c0,3.314, 2.686,6, 6,6l 20,0 c 3.314,0, 6-2.686, 6-6L 32,6 C 32,2.686, 29.314,0, 26,0z M 16,4c 1.592,0, 3.11,0.31, 4.5,0.872L 20.5,13.24 L 11.958,4.698C 13.22,4.248, 14.582,4, 16,4z M 4,16c0-4.534, 2.512-8.478, 6.222-10.52l 3.768,3.77 l-9.64,9.638C 4.122,17.964, 4,16.996, 4,16z M 10,26.394c-2.218-1.282-3.986-3.254-5.012-5.622L 10,15.76L 10,26.394 z M 16,28 c-1.592,0-3.11-0.31-4.5-0.874L 11.5,22 l 14.894,0 C 24.318,25.586, 20.442,28, 16,28z M 27.126,20.5L 22,20.5 L 22,5.606 C 25.586,7.682, 28,11.558, 28,16 C 28,17.592, 27.69,19.11, 27.126,20.5z\"></path></g></svg></li><li title=\"social pinterest \">   <svg   viewBox=\"0 0 32 32.64600372314453\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 8.060,18.506c 1.546-2.734-0.498-3.334-0.818-5.316c-1.31-8.1, 9.344-13.632, 14.924-7.972 c 3.86,3.92, 1.318,15.972-4.906,14.72C 11.298,18.74, 20.18,9.146, 15.422,7.264C 11.554,5.732, 9.5,11.944, 11.334,15.032 C 10.258,20.342, 7.942,25.342, 8.88,32c 3.040-2.206, 4.066-6.432, 4.906-10.838c 1.528,0.93, 2.346,1.896, 4.294,2.046 c 7.186,0.558, 11.202-7.174, 10.218-14.31c-0.872-6.324-7.178-9.544-13.902-8.79c-5.316,0.596-10.616,4.894-10.836,11.040 C 3.426,14.9, 4.49,17.716, 8.060,18.506z\"></path></g></svg></li><li title=\"social pinterest circle \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 16,0C 7.164,0,0,7.164,0,16s 7.164,16, 16,16s 16-7.164, 16-16C 32,7.162, 24.836,0, 16,0z M 17.248,20.326 c-1.17-0.090-1.66-0.67-2.576-1.228c-0.504,2.644-1.12,5.18-2.944,6.502C 11.164,21.606, 12.554,18.606, 13.2,15.42 C 12.1,13.566, 13.332,9.84, 15.652,10.758c 2.854,1.13-2.474,6.886, 1.104,7.604c 3.734,0.752, 5.26-6.48, 2.944-8.832 c-3.348-3.396-9.74-0.078-8.954,4.784c 0.192,1.188, 1.418,1.548, 0.49,3.19C 9.094,17.030, 8.454,15.34, 8.536,13.088 c 0.132-3.686, 3.312-6.266, 6.502-6.624c 4.034-0.452, 7.818,1.48, 8.342,5.274C 23.97,16.020, 21.56,20.66, 17.248,20.326z\"></path></g></svg></li><li title=\"social pinterest square \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 26,0L 6,0 C 2.686,0,0,2.686,0,6l0,20 c0,3.314, 2.686,6, 6,6l 20,0 c 3.314,0, 6-2.686, 6-6L 32,6 C 32,2.686, 29.314,0, 26,0z M 17.248,20.326c-1.17-0.090-1.66-0.67-2.576-1.228c-0.504,2.644-1.12,5.18-2.944,6.502C 11.164,21.606, 12.554,18.606, 13.2,15.42 C 12.1,13.566, 13.332,9.84, 15.652,10.758c 2.854,1.13-2.474,6.886, 1.104,7.604c 3.734,0.752, 5.26-6.48, 2.944-8.832 c-3.348-3.396-9.74-0.078-8.954,4.784c 0.192,1.188, 1.418,1.548, 0.49,3.19C 9.094,17.030, 8.454,15.34, 8.536,13.088 c 0.132-3.686, 3.312-6.266, 6.502-6.624c 4.034-0.452, 7.818,1.48, 8.342,5.274C 23.97,16.020, 21.56,20.66, 17.248,20.326z\"></path></g></svg></li><li title=\"social rss \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 0.012,0l0,6.136 C 14.256,6.136, 25.848,17.74, 25.848,32L 32,32 C 32,14.36, 17.648,0, 0.012,0zM 14.964,32l 6.16,0 c 0.002-11.652-9.476-21.13-21.12-21.13l0,6.134 c 3.994,0, 7.748,1.562, 10.576,4.392 C 13.404,24.218, 14.964,27.99, 14.964,32zM 4.26,31.96c 2.358,0, 4.266-1.896, 4.266-4.244c-0.002-2.334-1.908-4.252-4.266-4.252 C 1.91,23.464,0,25.38,0,27.716C0,30.064, 1.91,31.96, 4.26,31.96z\"></path></g></svg></li><li title=\"social rss circle \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 16,0C 7.164,0,0,7.164,0,16s 7.164,16, 16,16s 16-7.164, 16-16C 32,7.162, 24.836,0, 16,0z M 8.63,25.952 c-1.438,0-2.606-1.16-2.606-2.596c0-1.428, 1.168-2.602, 2.606-2.602c 1.442,0, 2.608,1.174, 2.61,2.602 C 11.24,24.792, 10.074,25.952, 8.63,25.952z M 15.178,25.976c0-2.454-0.954-4.76-2.682-6.486C 10.768,17.758, 8.47,16.802, 6.028,16.802L 6.028,13.050 c 7.122,0, 12.92,5.798, 12.92,12.926L 15.178,25.976 z M 21.836,25.974c0-8.724-7.090-15.822-15.804-15.822L 6.032,6.4 c 10.788,0, 19.568,8.784, 19.568,19.574 L 21.836,25.974 z\"></path></g></svg></li><li title=\"social rss square \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 26,0L 6,0 C 2.686,0,0,2.686,0,6l0,20 c0,3.314, 2.686,6, 6,6l 20,0 c 3.314,0, 6-2.686, 6-6L 32,6 C 32,2.686, 29.314,0, 26,0z M 8.63,25.952c-1.438,0-2.606-1.16-2.606-2.596c0-1.428, 1.168-2.602, 2.606-2.602c 1.442,0, 2.608,1.174, 2.61,2.602 C 11.24,24.792, 10.074,25.952, 8.63,25.952z M 15.178,25.976c0-2.454-0.954-4.76-2.682-6.486C 10.768,17.758, 8.47,16.802, 6.028,16.802L 6.028,13.050 c 7.122,0, 12.92,5.798, 12.92,12.926L 15.178,25.976 z M 21.836,25.974c0-8.724-7.090-15.822-15.804-15.822L 6.032,6.4 c 10.788,0, 19.568,8.784, 19.568,19.574 L 21.836,25.974 z\"></path></g></svg></li><li title=\"social share \">   <svg   viewBox=\"0 0 32.00199890136719 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 23.586,9.444c 0.88,0.666, 1.972,1.064, 3.16,1.064C 29.648,10.508, 32,8.156, 32,5.254 C 32,2.352, 29.648,0, 26.746,0c-2.9,0-5.254,2.352-5.254,5.254c0,0.002,0,0.004,0,0.004L 8.524,11.528 C 7.626,10.812, 6.49,10.38, 5.254,10.38C 2.352,10.38,0,12.734,0,15.634s 2.352,5.254, 5.254,5.254c 1.048,0, 2.024-0.312, 2.844-0.84 l 13.396,6.476c0,0.002,0,0.004,0,0.004c0,2.902, 2.352,5.254, 5.254,5.254c 2.902,0, 5.254-2.352, 5.254-5.254 c0-2.902-2.352-5.254-5.254-5.254c-1.188,0-2.28,0.398-3.16,1.064L 10.488,16.006c 0.006-0.080, 0.010-0.158, 0.012-0.238L 23.586,9.444z\"></path></g></svg></li><li title=\"social share circle \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 16,0C 7.164,0,0,7.164,0,16s 7.164,16, 16,16s 16-7.164, 16-16C 32,7.162, 24.836,0, 16,0z M 19.322,19.626 c 0.494-0.374, 1.11-0.598, 1.778-0.598c 1.632,0, 2.956,1.322, 2.956,2.956c0,1.632-1.324,2.956-2.956,2.956 c-1.632,0-2.954-1.322-2.954-2.956c0,0,0-0.002,0-0.002L 10.608,18.338c-0.462,0.298-1.010,0.474-1.6,0.474 c-1.632,0-2.956-1.324-2.956-2.956c0-1.632, 1.324-2.956, 2.956-2.956c 0.696,0, 1.334,0.242, 1.84,0.644L 18.144,10.020 c0,0,0-0.002,0-0.002c0-1.632, 1.324-2.956, 2.954-2.956c 1.632,0, 2.956,1.322, 2.956,2.956s-1.324,2.956-2.956,2.956 c-0.668,0-1.282-0.224-1.778-0.598L 11.96,15.932c0,0.044-0.004,0.090-0.006,0.134L 19.322,19.626z\"></path></g></svg></li><li title=\"social share square \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 26,0L 6,0 C 2.686,0,0,2.686,0,6l0,20 c0,3.314, 2.686,6, 6,6l 20,0 c 3.314,0, 6-2.686, 6-6L 32,6 C 32,2.686, 29.314,0, 26,0z M 19.322,19.626c 0.494-0.374, 1.11-0.598, 1.778-0.598c 1.632,0, 2.956,1.322, 2.956,2.956c0,1.632-1.324,2.956-2.956,2.956 c-1.632,0-2.954-1.322-2.954-2.956c0,0,0-0.002,0-0.002L 10.608,18.338c-0.462,0.298-1.010,0.474-1.6,0.474 c-1.632,0-2.956-1.324-2.956-2.956c0-1.632, 1.324-2.956, 2.956-2.956c 0.696,0, 1.334,0.242, 1.84,0.644L 18.144,10.020 c0,0,0-0.002,0-0.002c0-1.632, 1.324-2.956, 2.954-2.956c 1.632,0, 2.956,1.322, 2.956,2.956s-1.324,2.956-2.956,2.956 c-0.668,0-1.282-0.224-1.778-0.598L 11.96,15.932c0,0.044-0.004,0.090-0.006,0.134L 19.322,19.626z\"></path></g></svg></li><li title=\"social skype \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 30.616,16.078c0-8.072-6.58-14.618-14.694-14.618c-0.806,0-1.598,0.066-2.366,0.192 c-1.38-0.9-3.022-1.422-4.788-1.422C 3.922,0.23,0,4.156,0,9c0,1.762, 0.518,3.4, 1.412,4.774c-0.12,0.752-0.182,1.52-0.182,2.304 c0,8.074, 6.576,14.618, 14.692,14.618c 0.916,0, 1.808-0.090, 2.674-0.246c 1.346,0.836, 2.934,1.322, 4.634,1.322 c 4.846,0, 8.77-3.926, 8.77-8.77c0-1.83-0.56-3.532-1.522-4.94C 30.566,17.412, 30.616,16.75, 30.616,16.078z M 17.296,26.85 c-4.67,0.244-6.854-0.79-8.856-2.668c-2.236-2.098-1.338-4.49, 0.484-4.612c 1.82-0.122, 2.912,2.064, 3.884,2.67 c 0.97,0.606, 4.662,1.986, 6.612-0.244c 2.124-2.426-1.412-3.682-4.004-4.062C 11.716,17.386, 7.044,15.386, 7.408,11.44 C 7.772,7.5, 10.756,5.476, 13.898,5.192c 4.004-0.364, 6.612,0.606, 8.674,2.366c 2.384,2.034, 1.094,4.306-0.424,4.488 c-1.514,0.182-3.212-3.344-6.55-3.396C 12.158,8.596, 9.834,12.23, 14.080,13.262c 4.248,1.032, 8.796,1.456, 10.436,5.338 S 21.97,26.606, 17.296,26.85z\"></path></g></svg></li><li title=\"social skype circle \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 16,0C 7.164,0,0,7.164,0,16s 7.164,16, 16,16s 16-7.164, 16-16C 32,7.162, 24.836,0, 16,0z M 20.338,25.462 c-1.020,0-1.972-0.292-2.78-0.794c-0.52,0.094-1.054,0.148-1.604,0.148c-4.87,0-8.816-3.926-8.816-8.77 c0-0.47, 0.038-0.932, 0.11-1.382C 6.71,13.84, 6.4,12.856, 6.4,11.8c0-2.906, 2.354-5.26, 5.26-5.262c 1.060,0, 2.044,0.314, 2.872,0.854 c 0.46-0.076, 0.936-0.116, 1.42-0.116c 4.868,0, 8.816,3.928, 8.816,8.77c0,0.404-0.030,0.8-0.082,1.19 C 25.264,18.082, 25.6,19.102, 25.6,20.2C 25.6,23.106, 23.246,25.462, 20.338,25.462zM 14.848,14.358c-2.548-0.62-1.154-2.8, 0.91-2.768C 17.762,11.622, 18.78,13.738, 19.688,13.628 c 0.91-0.11, 1.684-1.472, 0.254-2.692C 18.706,9.88, 17.142,9.298, 14.738,9.516C 12.854,9.686, 11.064,10.9, 10.844,13.264 C 10.626,15.63, 13.43,16.832, 15.65,17.162c 1.556,0.228, 3.676,0.982, 2.402,2.438c-1.17,1.338-3.386,0.51-3.968,0.146 C 13.502,19.38, 12.846,18.070, 11.754,18.142c-1.094,0.074-1.632,1.508-0.29,2.768c 1.202,1.126, 2.512,1.748, 5.314,1.6 c 2.804-0.146, 5.316-2.62, 4.332-4.95S 17.396,14.976, 14.848,14.358z\"></path></g></svg></li><li title=\"social skype square \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 26,0L 6,0 C 2.686,0,0,2.686,0,6l0,20 c0,3.314, 2.686,6, 6,6l 20,0 c 3.314,0, 6-2.686, 6-6L 32,6 C 32,2.686, 29.314,0, 26,0z M 20.338,25.462c-1.020,0-1.972-0.292-2.78-0.794c-0.52,0.094-1.054,0.148-1.604,0.148c-4.87,0-8.816-3.926-8.816-8.77 c0-0.47, 0.038-0.932, 0.11-1.382C 6.71,13.84, 6.4,12.856, 6.4,11.8c0-2.906, 2.354-5.26, 5.26-5.262c 1.060,0, 2.044,0.314, 2.872,0.854 c 0.46-0.076, 0.936-0.116, 1.42-0.116c 4.868,0, 8.816,3.928, 8.816,8.77c0,0.404-0.030,0.8-0.082,1.19 C 25.264,18.082, 25.6,19.102, 25.6,20.2C 25.6,23.106, 23.246,25.462, 20.338,25.462zM 14.848,14.358c-2.548-0.62-1.154-2.8, 0.91-2.768C 17.762,11.622, 18.78,13.738, 19.688,13.628 c 0.91-0.11, 1.684-1.472, 0.254-2.692C 18.706,9.88, 17.142,9.298, 14.738,9.516C 12.854,9.686, 11.064,10.9, 10.844,13.264 C 10.626,15.63, 13.43,16.832, 15.65,17.162c 1.556,0.228, 3.676,0.982, 2.402,2.438c-1.17,1.338-3.386,0.51-3.968,0.146 C 13.502,19.38, 12.846,18.070, 11.754,18.142c-1.094,0.074-1.632,1.508-0.29,2.768c 1.202,1.126, 2.512,1.748, 5.314,1.6 c 2.804-0.146, 5.316-2.62, 4.332-4.95S 17.396,14.976, 14.848,14.358z\"></path></g></svg></li><li title=\"social spotify \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 16,0C 7.164,0,0,7.164,0,16c0,8.836, 7.164,16, 16,16s 16-7.164, 16-16C 32,7.164, 24.836,0, 16,0z M 23.392,25.38 c-0.2,0.364-0.576,0.57-0.964,0.57c-0.18,0-0.36-0.044-0.53-0.136c-2.562-1.412-5.472-2.158-8.412-2.158 c-1.762,0-3.502,0.262-5.168,0.778c-0.58,0.18-1.196-0.146-1.374-0.726c-0.18-0.58, 0.144-1.81, 0.726-1.99 c 1.878-0.58, 3.836-0.876, 5.818-0.876c 3.31,0, 6.586,0.84, 9.472,2.43C 23.492,23.564, 23.686,24.848, 23.392,25.38z M 25.424,19.352 c-0.228,0.44-0.676,1.154-1.14,1.154c-0.2,0-0.402-0.046-0.59-0.146c-3.174-1.648-6.608-2.484-10.206-2.484 c-1.982,0-3.95,0.262-5.85,0.782c-0.686,0.186-1.39-0.216-1.576-0.9C 5.878,17.074, 6.28,15.908, 6.964,15.722 c 2.12-0.578, 4.316-0.872, 6.524-0.872c 3.958,0, 7.896,0.96, 11.388,2.774C 25.504,17.95, 25.75,18.724, 25.424,19.352z M 27.588,13.56 c-0.258,0.514-0.774,0.966-1.314,0.966c-0.22,0-0.442-0.050-0.652-0.154c-3.79-1.89-7.872-2.846-12.134-2.846 c-2.22,0-4.432,0.27-6.578,0.8c-0.786,0.194-1.58-0.284-1.774-1.070C 4.94,10.472, 5.42,9.522, 6.206,9.328 C 8.58,8.738, 11.030,8.44, 13.488,8.44c 4.72,0, 9.242,1.062, 13.44,3.154C 27.654,11.956, 27.948,12.836, 27.588,13.56z\"></path></g></svg></li><li title=\"social spotify circle \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 14.116,10.33c-1.844,0-3.68,0.224-5.462,0.666C 8.064,11.142, 7.706,11.854, 7.852,12.442 s 0.742,0.948, 1.332,0.802c 1.608-0.398, 3.268-0.6, 4.934-0.6c 3.196,0, 6.258,0.718, 9.1,2.136c 0.158,0.078, 0.324,0.116, 0.49,0.116 c 0.404,0, 0.792-0.338, 0.986-0.724c 0.27-0.542, 0.050-1.204-0.494-1.474C 21.048,11.126, 17.656,10.33, 14.116,10.33zM 14.116,19.632c-1.486,0-2.954,0.222-4.364,0.656c-0.436,0.134-0.678,1.058-0.544,1.492 c 0.134,0.436, 0.596,0.68, 1.032,0.544c 1.25-0.388, 2.556-0.584, 3.876-0.584c 2.204,0, 4.386,0.56, 6.308,1.618 c 0.126,0.070, 0.262,0.102, 0.398,0.102c 0.292,0, 0.574-0.154, 0.722-0.428c 0.22-0.398, 0.076-1.362-0.324-1.582 C 19.056,20.262, 16.598,19.632, 14.116,19.632zM 22.658,17.218c-2.618-1.36-5.572-2.080-8.54-2.080c-1.656,0-3.304,0.22-4.894,0.654 c-0.512,0.14-0.814,1.014-0.674,1.526c 0.14,0.512, 0.668,0.814, 1.182,0.674c 1.424-0.388, 2.902-0.586, 4.386-0.586 c 2.7,0, 5.274,0.628, 7.654,1.864c 0.142,0.074, 0.292,0.108, 0.442,0.108c 0.348,0, 0.682-0.536, 0.854-0.864 C 23.312,18.044, 23.128,17.462, 22.658,17.218zM 16,0C 7.164,0,0,7.164,0,16s 7.164,16, 16,16s 16-7.164, 16-16C 32,7.162, 24.836,0, 16,0z M 16,28c-6.628,0-12-5.372-12-12 c0-6.628, 5.372-12, 12-12s 12,5.372, 12,12C 28,22.628, 22.628,28, 16,28z\"></path></g></svg></li><li title=\"social spotify square \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 22.658,17.218c-2.618-1.36-5.572-2.080-8.54-2.080c-1.656,0-3.304,0.22-4.894,0.654 c-0.512,0.14-0.814,1.014-0.674,1.526c 0.14,0.512, 0.668,0.814, 1.182,0.674c 1.424-0.388, 2.902-0.586, 4.386-0.586 c 2.7,0, 5.274,0.628, 7.654,1.864c 0.142,0.074, 0.292,0.108, 0.442,0.108c 0.348,0, 0.682-0.536, 0.854-0.864 C 23.312,18.044, 23.128,17.462, 22.658,17.218zM 26,0L 6,0 C 2.686,0,0,2.686,0,6l0,20 c0,3.314, 2.686,6, 6,6l 20,0 c 3.314,0, 6-2.686, 6-6L 32,6 C 32,2.686, 29.314,0, 26,0z M 16,28c-6.628,0-12-5.372-12-12c0-6.628, 5.372-12, 12-12s 12,5.372, 12,12C 28,22.628, 22.628,28, 16,28zM 14.116,10.33c-1.844,0-3.68,0.224-5.462,0.666C 8.064,11.142, 7.706,11.854, 7.852,12.442 s 0.742,0.948, 1.332,0.802c 1.608-0.398, 3.268-0.6, 4.934-0.6c 3.196,0, 6.258,0.718, 9.1,2.136c 0.158,0.078, 0.324,0.116, 0.49,0.116 c 0.404,0, 0.792-0.338, 0.986-0.724c 0.27-0.542, 0.050-1.204-0.494-1.474C 21.048,11.126, 17.656,10.33, 14.116,10.33zM 14.116,19.632c-1.486,0-2.954,0.222-4.364,0.656c-0.436,0.134-0.678,1.058-0.544,1.492 c 0.134,0.436, 0.596,0.68, 1.032,0.544c 1.25-0.388, 2.556-0.584, 3.876-0.584c 2.204,0, 4.386,0.56, 6.308,1.618 c 0.126,0.070, 0.262,0.102, 0.398,0.102c 0.292,0, 0.574-0.154, 0.722-0.428c 0.22-0.398, 0.076-1.362-0.324-1.582 C 19.056,20.262, 16.598,19.632, 14.116,19.632z\"></path></g></svg></li><li title=\"social stumbleupon circle \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 16,0C 7.164,0,0,7.164,0,16s 7.164,16, 16,16s 16-7.164, 16-16C 32,7.162, 24.836,0, 16,0z M 16,11.712 c-0.788,0-1.43,0.642-1.43,1.43l0,5.718 c0,2.364-1.924,4.288-4.288,4.288c-2.364,0-4.288-1.924-4.288-4.288L 5.994,16 l 2.858,0 l0,2.858 c0,0.788, 0.642,1.43, 1.43,1.43c 0.788,0, 1.43-0.642, 1.43-1.43L 11.712,13.142 c0-2.364, 1.924-4.288, 4.288-4.288s 4.288,1.924, 4.288,3.976 l0,1.386 L 18.456,14.75L 17.428,14.214L 17.428,12.828 C 17.428,12.354, 16.786,11.712, 16,11.712z M 26.004,18.858c0,2.364-1.924,4.288-4.288,4.288 s-4.288-1.924-4.288-4.602L 17.428,15.776 l 1.028,0.536l 1.832-0.536l0,2.77 c0,1.1, 0.642,1.742, 1.43,1.742s 1.43-0.642, 1.43-1.43L 23.148,16 l 2.858,0 L 26.006,18.858 z\"></path></g></svg></li><li title=\"social stumbleupon square \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 26,0L 6,0 C 2.686,0,0,2.686,0,6l0,20 c0,3.314, 2.686,6, 6,6l 20,0 c 3.314,0, 6-2.686, 6-6L 32,6 C 32,2.686, 29.314,0, 26,0z M 16,11.712c-0.788,0-1.43,0.642-1.43,1.43l0,5.718 c0,2.364-1.924,4.288-4.288,4.288c-2.364,0-4.288-1.924-4.288-4.288L 5.994,16 l 2.858,0 l0,2.858 c0,0.788, 0.642,1.43, 1.43,1.43c 0.788,0, 1.43-0.642, 1.43-1.43L 11.712,13.142 c0-2.364, 1.924-4.288, 4.288-4.288 s 4.288,1.924, 4.288,3.976l0,1.386 L 18.456,14.75L 17.428,14.214L 17.428,12.828 C 17.428,12.354, 16.786,11.712, 16,11.712z M 26.004,18.858 c0,2.364-1.924,4.288-4.288,4.288s-4.288-1.924-4.288-4.602L 17.428,15.776 l 1.028,0.536l 1.832-0.536l0,2.77 c0,1.1, 0.642,1.742, 1.43,1.742 s 1.43-0.642, 1.43-1.43L 23.148,16 l 2.858,0 L 26.006,18.858 z\"></path></g></svg></li><li title=\"social tumbleupon \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 22,15.684L 19.874,16.434L 18,15.684L 18,19.56 C 18,23.308, 20.692,26, 24,26s 6-2.692, 6-6L 30,16 l-4,0 l0,4 c0,1.102-0.898,2-2,2 c-1.102,0-2-0.898-2-2.438L 22,15.684 zM 8,26c 3.308,0, 6-2.692, 6-6L 14,12 c0-1.102, 0.898-2, 2-2C 17.1,10, 18,10.896, 18,11.56L 18,13.5 l 1.876,0.75L 22,13.5L 22,11.56 C 22,8.69, 19.308,6, 16,6S 10,8.69, 10,12l0,8 c0,1.102-0.898,2-2,2c-1.102,0-2-0.898-2-2L 6,16 L 2,16 l0,4 C 2,23.308, 4.692,26, 8,26z\"></path></g></svg></li><li title=\"social tumblr \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 10.296,24.336c0,1.462, 0.154,2.58, 0.46,3.35c 0.308,0.77, 0.856,1.498, 1.652,2.182 c 0.792,0.68, 1.752,1.21, 2.876,1.58C 16.41,31.816, 17.27,32, 18.734,32c 1.288,0, 2.486-0.13, 3.596-0.388 c 1.108-0.26, 2.3-0.636, 3.666-1.278l0-4.812 c-1.602,1.054-2.56,1.268-4.18,1.268c-0.91,0-1.718-0.212-2.428-0.638 c-0.534-0.314-1.022-0.858-1.218-1.38c-0.198-0.526-0.174-1.596-0.174-3.454L 18,14l 7.998,0 L 25.998,8 L 18,8 L 18,0 l-5.16,0 C 12.636,1.65, 12.26,3.012, 11.718,4.078c-0.542,1.070-1.262,1.984-2.16,2.748C 8.666,7.588, 7.26,8.174, 6.004,8.582L 6.004,14 l 4.294,0 L 10.298,24.336 z\"></path></g></svg></li><li title=\"social tumblr circle \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 16,0C 7.164,0,0,7.164,0,16s 7.164,16, 16,16s 16-7.164, 16-16C 32,7.162, 24.836,0, 16,0z M 21.998,14.8L 17.2,14.8 L 17.198,19.19 c0,1.114-0.014,1.756, 0.104,2.072c 0.118,0.314, 0.41,0.64, 0.73,0.828c 0.426,0.256, 0.91,0.382, 1.456,0.382 c 0.972,0, 1.546-0.128, 2.508-0.76L 21.996,24.6 c-0.82,0.386-1.534,0.61-2.2,0.766C 19.132,25.522, 18.414,25.6, 17.64,25.6 c-0.878,0-1.396-0.11-2.070-0.332c-0.674-0.222-1.25-0.54-1.726-0.948c-0.478-0.41-0.806-0.848-0.992-1.31 c-0.184-0.462-0.276-1.132-0.276-2.010L 12.576,14.268 L 10.002,14.268 l0-2.72 c 0.754-0.244, 1.598-0.596, 2.134-1.054 c 0.538-0.458, 0.97-1.006, 1.296-1.648C 13.756,8.208, 13.98,7.39, 14.104,6.4L 17.2,6.4 l0,4.8 l 4.798,0 L 21.998,14.8 z\"></path></g></svg></li><li title=\"social tumblr square \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 26,0L 6,0 C 2.686,0,0,2.686,0,6l0,20 c0,3.314, 2.686,6, 6,6l 20,0 c 3.314,0, 6-2.686, 6-6L 32,6 C 32,2.686, 29.314,0, 26,0z M 21.998,14.8L 17.2,14.8 L 17.198,19.19c0,1.114-0.014,1.756, 0.104,2.072c 0.118,0.314, 0.41,0.64, 0.73,0.828 c 0.426,0.256, 0.91,0.382, 1.456,0.382c 0.972,0, 1.546-0.128, 2.508-0.76L 21.996,24.6 c-0.82,0.386-1.534,0.61-2.2,0.766 C 19.132,25.522, 18.414,25.6, 17.64,25.6c-0.878,0-1.396-0.11-2.070-0.332c-0.674-0.222-1.25-0.54-1.726-0.948 c-0.478-0.41-0.806-0.848-0.992-1.31c-0.184-0.462-0.276-1.132-0.276-2.010L 12.576,14.268 L 10.002,14.268 l0-2.72 c 0.754-0.244, 1.598-0.596, 2.134-1.054c 0.538-0.458, 0.97-1.006, 1.296-1.648C 13.756,8.208, 13.98,7.39, 14.104,6.4L 17.2,6.4 l0,4.8 l 4.798,0 L 21.998,14.8 z\"></path></g></svg></li><li title=\"social twitter \">   <svg   viewBox=\"0 0 32.003997802734375 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 31.118,3.48c-1.268,0.752-2.674,1.298-4.17,1.594C 25.75,3.796, 24.044,3, 22.156,3 c-3.626,0-6.566,2.94-6.566,6.564c0,0.514, 0.058,1.016, 0.17,1.496c-5.456-0.274-10.294-2.888-13.532-6.86 C 1.662,5.168, 1.34,6.296, 1.34,7.5c0,2.278, 1.16,4.288, 2.92,5.464C 3.184,12.928, 2.172,12.632, 1.286,12.14c0,0.028,0,0.054,0,0.082 c0,3.18, 2.264,5.834, 5.266,6.438C 6.002,18.81, 5.422,18.89, 4.822,18.89c-0.424,0-0.834-0.042-1.236-0.118 c 0.836,2.608, 3.26,4.506, 6.132,4.56c-2.246,1.76-5.078,2.81-8.154,2.81c-0.53,0-1.052-0.032-1.566-0.092 C 2.904,27.912, 6.354,29, 10.062,29c 12.076,0, 18.68-10.004, 18.68-18.68c0-0.284-0.006-0.568-0.020-0.85 c 1.286-0.922, 2.4-2.078, 3.28-3.394c-1.178,0.522-2.442,0.876-3.77,1.034C 29.588,6.298, 30.628,5.010, 31.118,3.48z\"></path></g></svg></li><li title=\"social twitter circle \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 16,0C 7.164,0,0,7.164,0,16s 7.164,16, 16,16s 16-7.164, 16-16C 32,7.162, 24.836,0, 16,0z M 23.96,12.408 c 0.008,0.17, 0.012,0.34, 0.012,0.51c0,5.206-3.962,11.208-11.208,11.208c-2.224,0-4.294-0.652-6.038-1.77 c 0.308,0.036, 0.622,0.056, 0.94,0.056c 1.846,0, 3.544-0.63, 4.892-1.686c-1.724-0.032-3.178-1.172-3.68-2.736 C 9.12,18.036, 9.364,18.060, 9.62,18.060c 0.36,0, 0.708-0.048, 1.038-0.138C 8.856,17.56, 7.498,15.968, 7.498,14.060c0-0.016,0-0.032,0-0.050 c 0.532,0.296, 1.138,0.472, 1.784,0.494C 8.226,13.798, 7.53,12.592, 7.53,11.226c0-0.722, 0.194-1.398, 0.532-1.98 c 1.942,2.384, 4.846,3.952, 8.12,4.116C 16.114,13.074, 16.080,12.772, 16.080,12.464c0-2.174, 1.764-3.938, 3.94-3.938 c 1.132,0, 2.156,0.478, 2.876,1.244c 0.898-0.178, 1.742-0.506, 2.502-0.956c-0.294,0.92-0.918,1.692-1.732,2.18 c 0.796-0.094, 1.556-0.308, 2.262-0.62C 25.4,11.162, 24.73,11.856, 23.96,12.408z\"></path></g></svg></li><li title=\"social twitter square \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 26,0L 6,0 C 2.686,0,0,2.686,0,6l0,20 c0,3.314, 2.686,6, 6,6l 20,0 c 3.314,0, 6-2.686, 6-6L 32,6 C 32,2.686, 29.314,0, 26,0z M 23.96,12.408c 0.008,0.17, 0.012,0.34, 0.012,0.51c0,5.206-3.962,11.208-11.208,11.208c-2.224,0-4.294-0.652-6.038-1.77 c 0.308,0.036, 0.622,0.056, 0.94,0.056c 1.846,0, 3.544-0.63, 4.892-1.686c-1.724-0.032-3.178-1.172-3.68-2.736 C 9.12,18.036, 9.364,18.060, 9.62,18.060c 0.36,0, 0.708-0.048, 1.038-0.138C 8.856,17.56, 7.498,15.968, 7.498,14.060c0-0.016,0-0.032,0-0.050 c 0.532,0.296, 1.138,0.472, 1.784,0.494C 8.226,13.798, 7.53,12.592, 7.53,11.226c0-0.722, 0.194-1.398, 0.532-1.98 c 1.942,2.384, 4.846,3.952, 8.12,4.116C 16.114,13.074, 16.080,12.772, 16.080,12.464c0-2.174, 1.764-3.938, 3.94-3.938 c 1.132,0, 2.156,0.478, 2.876,1.244c 0.898-0.178, 1.742-0.506, 2.502-0.956c-0.294,0.92-0.918,1.692-1.732,2.18 c 0.796-0.094, 1.556-0.308, 2.262-0.62C 25.4,11.162, 24.73,11.856, 23.96,12.408z\"></path></g></svg></li><li title=\"social vimeo \">   <svg   viewBox=\"0 0 33.62799835205078 32.56800079345703\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 18.356,9.554c 3.656-2.194, 5.608,0.892, 3.736,4.386c-1.868,3.492-3.574,5.768-4.468,5.768 c-0.892,0-1.578-2.336-2.6-6.42C 13.968,9.066, 13.974,1.462, 9.582,2.324C 5.442,3.138,0,9.636,0,9.636L 1.3,11.34 c0,0, 2.68-2.112, 3.574-1.056c 0.894,1.056, 4.304,13.812, 5.442,16.164c 0.994,2.064, 3.734,4.792, 6.742,2.844 c 3.004-1.948, 12.994-10.478, 14.784-20.55C 33.628-1.328, 19.82,0.782, 18.356,9.554z\"></path></g></svg></li><li title=\"social vimeo circle \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 16,0C 7.164,0,0,7.164,0,16s 7.164,16, 16,16s 16-7.164, 16-16C 32,7.162, 24.836,0, 16,0z M 25.504,11.646 c-1.074,6.044-7.068,11.162-8.87,12.33c-1.804,1.168-3.448-0.468-4.046-1.706C 11.906,20.858, 9.86,13.204, 9.324,12.57 C 8.788,11.936, 7.18,13.204, 7.18,13.204L 6.4,12.182c0,0, 3.266-3.898, 5.75-4.388C 14.784,7.276, 14.78,11.84, 15.414,14.372 c 0.614,2.45, 1.024,3.852, 1.56,3.852c 0.536,0, 1.56-1.366, 2.68-3.46c 1.124-2.096-0.048-3.948-2.242-2.632 C 18.292,6.87, 26.576,5.604, 25.504,11.646z\"></path></g></svg></li><li title=\"social vimeo square \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 26,0L 6,0 C 2.686,0,0,2.686,0,6l0,20 c0,3.314, 2.686,6, 6,6l 20,0 c 3.314,0, 6-2.686, 6-6L 32,6 C 32,2.686, 29.314,0, 26,0z M 25.504,11.646c-1.074,6.044-7.068,11.162-8.87,12.33c-1.804,1.168-3.448-0.468-4.046-1.706C 11.906,20.858, 9.86,13.204, 9.324,12.57 C 8.788,11.936, 7.18,13.204, 7.18,13.204L 6.4,12.182c0,0, 3.266-3.898, 5.75-4.388C 14.784,7.276, 14.78,11.84, 15.414,14.372 c 0.614,2.45, 1.024,3.852, 1.56,3.852c 0.536,0, 1.56-1.366, 2.68-3.46c 1.124-2.096-0.048-3.948-2.242-2.632 C 18.292,6.87, 26.576,5.604, 25.504,11.646z\"></path></g></svg></li><li title=\"social wordpress \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 16,0C 7.164,0,0,7.164,0,16s 7.164,16, 16,16s 16-7.164, 16-16S 24.836,0, 16,0z M 2.286,16c0-1.936, 0.428-3.776, 1.188-5.436 l 6.542,17.456C 5.44,25.856, 2.286,21.286, 2.286,16z M 16,29.358c-1.346,0-2.644-0.192-3.874-0.544L 16.24,17.168l 4.214,11.248 c 0.028,0.066, 0.062,0.128, 0.098,0.186C 19.13,29.090, 17.598,29.358, 16,29.358z M 17.886,9.738c 0.826-0.042, 1.57-0.126, 1.57-0.126 c 0.74-0.086, 0.652-1.142-0.086-1.102c0,0-2.222,0.17-3.654,0.17c-1.346,0-3.612-0.17-3.612-0.17 C 11.364,8.468, 11.278,9.568, 12.016,9.612c0,0, 0.7,0.084, 1.438,0.126L 15.59,15.44l-3.002,8.766L 7.596,9.738 c 0.828-0.042, 1.57-0.126, 1.57-0.126c 0.738-0.086, 0.652-1.142-0.086-1.102c0,0-2.222,0.17-3.654,0.17 c-0.256,0-0.56-0.006-0.882-0.016C 6.994,5.038, 11.21,2.642, 16,2.642c 3.57,0, 6.82,1.33, 9.262,3.506 c-0.060-0.004-0.116-0.012-0.178-0.012c-1.348,0-2.304,1.142-2.304,2.37c0,1.102, 0.652,2.032, 1.346,3.134 c 0.524,0.892, 1.132,2.034, 1.132,3.684c0,1.142-0.45,2.47-1.042,4.32l-1.37,4.45L 17.886,9.738z M 29.714,16 c0,4.928-2.742,9.23-6.82,11.542l 4.19-11.794c 0.782-1.906, 1.042-3.428, 1.042-4.784c0-0.492-0.032-0.948-0.092-1.374 C 29.104,11.494, 29.714,13.678, 29.714,16z\"></path></g></svg></li><li title=\"social wordpress circle \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 16,0C 7.164,0,0,7.164,0,16s 7.164,16, 16,16s 16-7.164, 16-16S 24.836,0, 16,0z M 2.286,16c0-1.936, 0.428-3.776, 1.188-5.436 l 6.542,17.456C 5.44,25.856, 2.286,21.286, 2.286,16z M 16,29.358c-1.346,0-2.644-0.192-3.874-0.544L 16.24,17.168l 4.214,11.248 c 0.028,0.066, 0.062,0.128, 0.098,0.186C 19.13,29.090, 17.598,29.358, 16,29.358z M 17.886,9.738c 0.826-0.042, 1.57-0.126, 1.57-0.126 c 0.74-0.086, 0.652-1.142-0.086-1.102c0,0-2.222,0.17-3.654,0.17c-1.346,0-3.612-0.17-3.612-0.17 C 11.364,8.468, 11.278,9.568, 12.016,9.612c0,0, 0.7,0.084, 1.438,0.126L 15.59,15.44l-3.002,8.766L 7.596,9.738 c 0.828-0.042, 1.57-0.126, 1.57-0.126c 0.738-0.086, 0.652-1.142-0.086-1.102c0,0-2.222,0.17-3.654,0.17 c-0.256,0-0.56-0.006-0.882-0.016C 6.994,5.038, 11.21,2.642, 16,2.642c 3.57,0, 6.82,1.33, 9.262,3.506 c-0.060-0.004-0.116-0.012-0.178-0.012c-1.348,0-2.304,1.142-2.304,2.37c0,1.102, 0.652,2.032, 1.346,3.134 c 0.524,0.892, 1.132,2.034, 1.132,3.684c0,1.142-0.45,2.47-1.042,4.32l-1.37,4.45L 17.886,9.738z M 29.714,16 c0,4.928-2.742,9.23-6.82,11.542l 4.19-11.794c 0.782-1.906, 1.042-3.428, 1.042-4.784c0-0.492-0.032-0.948-0.092-1.374 C 29.104,11.494, 29.714,13.678, 29.714,16z\"></path></g></svg></li><li title=\"social wordpress square \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 26,0L 6,0 C 2.686,0,0,2.686,0,6l0,20 c0,3.314, 2.686,6, 6,6l 20,0 c 3.314,0, 6-2.686, 6-6L 32,6 C 32,2.686, 29.314,0, 26,0z M 3.68,16c0-1.74, 0.384-3.392, 1.068-4.882l 5.876,15.682C 6.514,24.854, 3.68,20.75, 3.68,16z M 16,28c-1.21,0-2.376-0.172-3.48-0.488 l 3.856-10.074l 3.628,9.716c 0.024,0.060, 0.056,0.114, 0.088,0.166C 18.812,27.76, 17.436,28, 16,28z M 17.694,10.374 C 18.436,10.336, 19.104,10.26, 19.104,10.26c 0.666-0.078, 0.586-1.026-0.078-0.99c0,0-1.996,0.152-3.284,0.152 c-1.21,0-3.244-0.152-3.244-0.152C 11.836,9.234, 11.758,10.222, 12.42,10.26c0,0, 0.628,0.076, 1.292,0.112l 1.92,5.124l-2.944,7.878 L 8.45,10.374C 9.192,10.336, 9.86,10.26, 9.86,10.26c 0.664-0.078, 0.586-1.026-0.078-0.99c0,0-1.996,0.152-3.284,0.152 c-0.23,0-0.504-0.006-0.792-0.014C 7.91,6.152, 11.696,4, 16,4c 3.208,0, 6.128,1.196, 8.32,3.15c-0.054-0.004-0.104-0.010-0.16-0.010 c-1.212,0-2.070,1.026-2.070,2.13c0,0.99, 0.586,1.826, 1.21,2.816c 0.47,0.8, 0.804,1.242, 0.804,2.724 c0,1.026-0.404,2.22-0.936,3.88l-1.23,3.998L 17.694,10.374z M 22.192,26.37l 3.764-10.596c 0.702-1.712, 0.936-3.080, 0.936-4.298 c0-0.442-0.028-0.852-0.082-1.234C 27.772,11.952, 28.32,13.914, 28.32,16C 28.32,20.428, 25.856,24.292, 22.192,26.37z\"></path></g></svg></li><li title=\"social youtube \">   <svg   viewBox=\"0 0 32.183998107910156 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 27.672,5.046c-7.286-0.49-15.924-0.624-23.344,0C 2.024,5.304, 0.446,8.108, 0.274,10.238 c-0.364,4.474-0.364,7.020,0,11.494c 0.174,2.13, 1.712,4.95, 4.056,5.246c 7.508,0.492, 16.102,0.56, 23.344,0 c 2.268-0.394, 3.882-3.116, 4.056-5.246c 0.364-4.474, 0.364-7.298,0-11.774C 31.554,7.828, 30.282,5.142, 27.672,5.046z M 12,21.66L 12,10.19 l 10,5.736L 12,21.66z\"></path></g></svg></li><li title=\"social youtube circle \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 16,0C 7.164,0,0,7.164,0,16s 7.164,16, 16,16s 16-7.164, 16-16C 32,7.162, 24.836,0, 16,0z M 25.83,19.582 c-0.108,1.332-1.118,3.032-2.534,3.278c-4.526,0.35-9.898,0.308-14.59,0c-1.464-0.184-2.426-1.948-2.534-3.278 c-0.228-2.796-0.228-4.388,0-7.184C 6.28,11.068, 7.266,9.314, 8.706,9.154c 4.638-0.39, 10.036-0.306, 14.59,0 c 1.632,0.060, 2.426,1.738, 2.534,3.070C 26.056,15.020, 26.056,16.786, 25.83,19.582zM 14,20L 20,16L 14,12 z\"></path></g></svg></li><li title=\"social youtube square \">   <svg   viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"currentFill\"><g><path d=\"M 14,20L 20,16L 14,12 zM 26,0L 6,0 C 2.686,0,0,2.686,0,6l0,20 c0,3.314, 2.686,6, 6,6l 20,0 c 3.314,0, 6-2.686, 6-6L 32,6 C 32,2.686, 29.314,0, 26,0z M 25.83,19.582c-0.108,1.332-1.118,3.032-2.534,3.278c-4.526,0.35-9.898,0.308-14.59,0c-1.464-0.184-2.426-1.948-2.534-3.278 c-0.228-2.796-0.228-4.388,0-7.184C 6.28,11.068, 7.266,9.314, 8.706,9.154c 4.638-0.39, 10.036-0.306, 14.59,0 c 1.632,0.060, 2.426,1.738, 2.534,3.070C 26.056,15.020, 26.056,16.786, 25.83,19.582z\"></path></g></svg></li></ul>"
  },
  {
    "path": "resources/svg/icons/elegant-font/mit_license.txt",
    "content": "The MIT License (MIT)\r\n\r\nCopyright (c) <2013> <Elegant Themes, Inc.>\r\n\r\nPermission is hereby granted, free of charge, to any person obtaining a copy\r\nof this software and associated documentation files (the \"Software\"), to deal\r\nin the Software without restriction, including without limitation the rights\r\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\r\ncopies of the Software, and to permit persons to whom the Software is\r\nfurnished to do so, subject to the following conditions:\r\n\r\nThe above copyright notice and this permission notice shall be included in\r\nall copies or substantial portions of the Software.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\r\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\r\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\r\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\r\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\r\nTHE SOFTWARE."
  },
  {
    "path": "resources/svg/icons/eva-icons/LICENSE.txt",
    "content": "The MIT License (MIT)\n\nCopyright (c) 2018 Akveo.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n"
  },
  {
    "path": "resources/svg/icons/eva-icons/README.md",
    "content": "<h1><img src=\"https://i.imgur.com/cXYo5bi.png\"> Eva Icons</h1>\n<img src=\"https://i.imgur.com/oDmqDkE.jpg\">\n\n**Eva Icons** is a pack of more than 480 beautifully crafted Open Source icons for common actions and items. Additionally, Eva Icons supports 4 animation types: `zoom`, `pulse`, `shake` and `flip`.  Download on desktop to use them in your digital products for Web, iOS and Android. Icons are provided in two visual types: `Fill` and `Outline` and in several formats, including `PNG`, `SVG`, `font`, `Sketch`, etc.\n\n## Download\n- [Complete Eva Icons Package](https://akveo.github.io/eva-icons/eva-icons.zip)\n- [NPM Package](https://www.npmjs.com/package/eva-icons)\n- you also can download icons one by one in `PNG` and `SVG` formats from [Eva Icons Website](https://akveo.github.io/eva-icons/?utm_campaign=eva_icons%20-%20home%20-%20eva_icons%20github%20readme&utm_source=eva_icons&utm_medium=referral&utm_content=github_readme_download_eva_icons).\n\n### CDN\n\nLoad from CDN in your project:\n```html\n<script src=\"https://unpkg.com/eva-icons\"></script>\n```\nAfter including the script, `eva` will be available as a global variable.\n\n### NPM\n\n- Install the package:\n```\nnpm i eva-icons\n``` \n\n- Include it to your page:\n```html\n<script src=\"path/to/dist/eva-icons.js\"></script>\n```\n\n- Or require the package (may vary depending on your build system):\n\n```js\nconst eva = require('eva-icons');\n```\n\n```js\nimport * as eva from 'eva-icons';\n```\n\n## How to use\n\n### JavaScript\n\n- Add the `data-eva` attribute with the icon name to an element:\n\n```html\n<i data-eva=\"github\"></i>\n```\n\n- Call `eva.replace();` to replace all elements with the `data-eva` data attribute with SVG elements. You can also pass some additional parameters to the `replace` method to modify the `replace` function behavior. \n\n```html\n<!DOCTYPE html>\n<html lang=\"en\">\n  <title></title>\n  <script src=\"https://unpkg.com/eva-icons\"></script>\n  <body>\n  \n    <i data-eva=\"github\"></i>\n\n    <script>\n      eva.replace()\n    </script>\n  </body>\n</html>\n```\n*Thanks to Feather Icons for the build process inspiration.*\n\n- Additional attributes: \n  * `data-eva-fill`: set icon color\n  * `data-eva-height`: set icon height\n  * `data-eva-width`: set icon width\n  * `data-eva-animation`: [set icon animation](#animation)\n  \n```html\n<i data-eva=\"github\" data-eva-fill=\"#ff0000\" data-eva-height=\"48\" data-eva-width=\"48\"></i>\n```\n\n### Fonts\n\nEva Icons are also available as a Web Font.\n\n- Include the font css into your page:\n\n```html\n<link href=\"path/to/style/eva-icons.css\">\n```\n- Add `eva` and `eva-icon` classes to an element:\n\n```html\n<i class=\"eva eva-github\"></i>\n```\n\nWe recommend using SVG icons due to better rendering and performance capabilities, [more details](https://css-tricks.com/icon-fonts-vs-svg/).\n\n## Documentation\n\n### `eva.replace(options)`\n\nReplaces all elements that have a `data-eva` attribute with SVG markup.\n\n`options` optional object.\n\n#### Available 'option' properties:\n| Name |  Type   |  Default value | Description |\n|------| ------  | -------------  |-------------|\n| fill | string | none           | Icon color  |\n| width | string or number | 24px    | Icon width  |\n| height | string or number | 24px    | Icon height  |\n| class | string | none | Custom css class  |\n| animation | object | none    | [Icon animation](#animation)  |\n\n### Animation \n- Add the `data-eva-animation` attribute with the animation type `(zoom, pulse, shake and flip)` to an element:\n\n```html\n<i data-eva=\"github\" data-eva-animation=\"zoom\"></i>\n```\n\n- Additional animation attributes:\n  * `data-eva-hover`: Makes the animation available on hover. Default value is `true`. Available true or false.\n  * `data-eva-infinite`: Makes the animation infinite. Default value is `false`. Available true or false.\n\n```html\n<i data-eva=\"github\" data-eva-animation=\"zoom\" data-eva-hover=\"false\" data-eva-infinite=\"true\"></i>\n```\n\n> **Note:** In the above example `github icon` will be always animated. This type of animation will be applied only to current icons.\n\n- Pass animation as property in a `eva.replace` method.\n\n```js\neva.replace({\n  animation: {\n    type: string, // zoom, pulse, shake, flip\n    hover: boolean, // default true\n    infinite: boolean, // default false\n  }\n});\n```\n> **Note:** The animation will be applied to all replaced elements.\n\n- Add `eva-parent-hover` class to the parent container in a case you want to activate the animation hovering on the parent element.\n\n```html\n<div class=\"eva-parent-hover\">\n  <i data-eva=\"github\" data-eva-animation=\"zoom\"></i>\n  Zoom animation\n</div>\n```\n\n## 3rd party implementations\n\n- [React Native](https://github.com/artyorsh/react-native-eva-icons)\n- [Flutter](https://github.com/piyushmaurya23/eva_icons_flutter)\n\n## License\n[MIT](LICENSE.txt) license.\n\n## More from Akveo\n\n- [Nebular](https://github.com/akveo/nebular) - Angular Components, Auth and Security\n- [ngx-admin](https://github.com/akveo/ngx-admin) - the best Angular admin template\n\n## How can I support the developers?\n- Star our GitHub repo :star:\n- Create pull requests, submit bugs, suggest new features or documentation updates :wrench:\n- Follow us on [Twitter](https://twitter.com/akveo_inc) :feet:\n- Like our page on [Facebook](https://www.facebook.com/akveo/) :thumbsup:\n\n## From Developers\nMade with :heart: by [Akveo team](https://www.akveo.com?utm_campaign=services%20-%20homepage%20-%20eva_icons%20github%20readme&utm_source=eva_icons&utm_medium=referral&utm_content=readme_made_with_heart). Follow us on [Twitter](https://twitter.com/akveo_inc) to get the latest news first!\nWe're always happy to receive your feedback!\n"
  },
  {
    "path": "resources/svg/icons/eva-icons/index.html",
    "content": "<style>\nul.svg-list {\n\tlist-style:none;\n\tpadding:0;\n\tmargin:10px 0 0;\n}\nul.svg-list li {\n\tdisplay:inline-block;\n\tposition:relative;\n\twidth:32px;\n\theight:32px;\n\tpadding:3px;\n\tmargin-right:5px;\n\tmargin-bottom:5px;\n\tbox-shadow:0px 3px 6px 0px rgba(0, 0, 0, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.08);\n}\n\nul.svg-list li:hover {\n\tbox-shadow:none;//0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 0px rgba(0, 0, 0, 0.15);\n}\n\nul.svg-list li svg{\n\tmax-width:100%;\n\tmax-height:100%;\n    fill: var(--bs-body-color);\n    color: var(--bs-border-color);\n}\n\nul.svg-list li span {\n\t//display:none;\n}\n\nul.svg-list li.heading {\n\twidth:100%;\n\tbox-shadow:none;\n\ttext-transform: capitalize;\n\tfont-size: 12px;\n\tline-height: 32px;\t\n}\n\nul.svg-list li span {\n  visibility: hidden;\n  min-width: 120px;\n  background-color: black;\n  color: #fff;\n  text-align: center;\n  border-radius: 6px;\n  padding: 5px 0;\n  \n  /* Position the tooltip */\n  position: absolute;\n  z-index: 1;\n  left:0;\n  top: 105%;\n  font-size:12px;\n}\n\nul.svg-list li:hover  span {\n  visibility: visible;\n}\n\nul.svg-list li:hover  svg {\n\ttransform: scale(2);\n\tfill:blue;\n\tcolor:green;\n}\t\n</style>\n<style>.eva-12 {\n  opacity: 1 !important;\n}\n</style><ul class=\"svg-list\"><li class='heading'>outline</li><li title=\"activity outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"activity\"><g id=\"activity-2\" data-name=\"activity\"><rect class=\"eva-11\"   transform=\"translate(24 0) rotate(90)\"/><path class=\"eva-12\" d=\"M14.33,20h-.21a2,2,0,0,1-1.76-1.58L9.68,6,6.92,12.4A1,1,0,0,1,6,13H3a1,1,0,0,1,0-2H5.34L7.85,5.21a2,2,0,0,1,3.79.38L14.32,18l2.76-6.38A1,1,0,0,1,18,11h3a1,1,0,0,1,0,2H18.66l-2.51,5.79A2,2,0,0,1,14.33,20Z\"/></g></g></g></svg></li><li title=\"alert circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"alert-circle\"><g id=\"alert-circle-2\" data-name=\"alert-circle\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z\"/><circle class=\"eva-12\" cx=\"12\" cy=\"16\" r=\"1\"/><path class=\"eva-12\" d=\"M12,7a1,1,0,0,0-1,1v5a1,1,0,0,0,2,0V8A1,1,0,0,0,12,7Z\"/></g></g></g></svg></li><li title=\"alert triangle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"alert-triangle\"><g id=\"alert-triangle-2\" data-name=\"alert-triangle\"><rect class=\"eva-11\"   transform=\"translate(24 0) rotate(90)\"/><path class=\"eva-12\" d=\"M22.56,16.3,14.89,3.58a3.43,3.43,0,0,0-5.78,0L1.44,16.3a3,3,0,0,0-.05,3A3.37,3.37,0,0,0,4.33,21H19.67a3.37,3.37,0,0,0,2.94-1.66A3,3,0,0,0,22.56,16.3Zm-1.7,2.05a1.31,1.31,0,0,1-1.19.65H4.33a1.31,1.31,0,0,1-1.19-.65,1,1,0,0,1,0-1L10.82,4.62a1.48,1.48,0,0,1,2.36,0l7.67,12.72A1,1,0,0,1,20.86,18.35Z\"/><circle class=\"eva-12\" cx=\"12\" cy=\"16\" r=\"1\"/><path class=\"eva-12\" d=\"M12,8a1,1,0,0,0-1,1v4a1,1,0,0,0,2,0V9A1,1,0,0,0,12,8Z\"/></g></g></g></svg></li><li title=\"archive outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:none;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"archive\"><g id=\"archive-2\" data-name=\"archive\"><rect class=\"eva-11\"   transform=\"translate(24 0) rotate(90)\"/><path class=\"eva-12\" d=\"M21,6a3,3,0,0,0-3-3H6A3,3,0,0,0,4,8.22V18a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V8.22A3,3,0,0,0,21,6ZM6,5H18a1,1,0,0,1,0,2H6A1,1,0,0,1,6,5ZM18,18a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V9H18Z\"/><rect class=\"eva-12\" x=\"9\" y=\"12\"   rx=\"0.87\" ry=\"0.87\"/></g></g></g></svg></li><li title=\"arrow back outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"arrow-back\"><g id=\"arrow-back-2\" data-name=\"arrow-back\"><rect class=\"eva-11\"   transform=\"translate(24 0) rotate(90)\"/><path class=\"eva-12\" d=\"M19,11H7.14l3.63-4.36A1,1,0,1,0,9.23,5.36l-5,6a1.19,1.19,0,0,0-.09.15c0,.05,0,.08-.07.13A1,1,0,0,0,4,12H4a1,1,0,0,0,.07.36c0,.05,0,.08.07.13a1.19,1.19,0,0,0,.09.15l5,6A1,1,0,0,0,10,19a1,1,0,0,0,.64-.23,1,1,0,0,0,.13-1.41L7.14,13H19a1,1,0,0,0,0-2Z\"/></g></g></g></svg></li><li title=\"arrow circle down outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"arrow-circle-down\"><g id=\"arrow-circle-down-2\" data-name=\"arrow-circle-down\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M14.31,12.41,13,13.66V8a1,1,0,0,0-2,0v5.59l-1.29-1.3a1,1,0,0,0-1.42,1.42l3,3a1,1,0,0,0,.33.21.94.94,0,0,0,.76,0,.54.54,0,0,0,.16-.1.49.49,0,0,0,.15-.1l3-2.86a1,1,0,0,0-1.38-1.45Z\"/><path class=\"eva-12\" d=\"M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z\"/></g></g></g></svg></li><li title=\"arrow circle left outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"arrow-circle-left\"><g id=\"arrow-circle-left-2\" data-name=\"arrow-circle-left\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M16,11H10.34l1.25-1.31a1,1,0,0,0-1.45-1.38l-2.86,3a1,1,0,0,0-.09.13.72.72,0,0,0-.11.19.88.88,0,0,0-.06.28S7,12,7,12H7a1,1,0,0,0,.08.38,1,1,0,0,0,.21.32l3,3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L10.41,13H16a1,1,0,0,0,0-2Z\"/><path class=\"eva-12\" d=\"M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z\"/></g></g></g></svg></li><li title=\"arrow circle right outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"arrow-circle-right\"><g id=\"arrow-circle-right-2\" data-name=\"arrow-circle-right\"><rect class=\"eva-11\"   transform=\"translate(0 24) rotate(-90)\"/><path class=\"eva-12\" d=\"M17,12h0s0-.06,0-.09a.88.88,0,0,0-.06-.28.72.72,0,0,0-.11-.19,1,1,0,0,0-.09-.13l-2.86-3a1,1,0,0,0-1.45,1.38L13.66,11H8a1,1,0,0,0,0,2h5.59l-1.3,1.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l3-3a1,1,0,0,0,.21-.32A1,1,0,0,0,17,12Z\"/><path class=\"eva-12\" d=\"M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z\"/></g></g></g></svg></li><li title=\"arrow circle up outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"arrow-circle-up\"><g id=\"arrow-circle-up-2\" data-name=\"arrow-circle-up\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M12.71,7.29a1,1,0,0,0-.32-.21A1,1,0,0,0,12,7h0l-.1,0a.82.82,0,0,0-.27.06.72.72,0,0,0-.19.11,1,1,0,0,0-.13.09l-3,2.86a1,1,0,0,0,1.38,1.45L11,10.34V16a1,1,0,0,0,2,0V10.41l1.29,1.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42Z\"/><path class=\"eva-12\" d=\"M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z\"/></g></g></g></svg></li><li title=\"arrow down outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"arrow-down\"><g id=\"arrow-down-2\" data-name=\"arrow-down\"><rect class=\"eva-11\"   transform=\"translate(0 24) rotate(-90)\"/><path class=\"eva-12\" d=\"M12,17a1.72,1.72,0,0,1-1.33-.64l-4.21-5.1A2.1,2.1,0,0,1,6.2,9.05,1.76,1.76,0,0,1,7.79,8h8.42A1.76,1.76,0,0,1,17.8,9.05a2.1,2.1,0,0,1-.26,2.21l-4.21,5.1A1.72,1.72,0,0,1,12,17ZM8.09,10,12,14.82,16,10Z\"/></g></g></g></svg></li><li title=\"arrow downward outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"arrow-downward\"><g id=\"arrow-downward-2\" data-name=\"arrow-downward\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M18.77,13.36a1,1,0,0,0-1.41-.13L13,16.86V5a1,1,0,0,0-2,0V16.86L6.64,13.23a1,1,0,1,0-1.28,1.54l6,5,.15.09.13.07a1,1,0,0,0,.72,0l.13-.07.15-.09,6-5A1,1,0,0,0,18.77,13.36Z\"/></g></g></g></svg></li><li title=\"arrow forward outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"arrow-forward\"><g id=\"arrow-forward-2\" data-name=\"arrow-forward\"><rect class=\"eva-11\"   transform=\"translate(0 24) rotate(-90)\"/><path class=\"eva-12\" d=\"M5,13H16.86l-3.63,4.36a1,1,0,0,0,1.54,1.28l5-6a1.19,1.19,0,0,0,.09-.15c0-.05.05-.08.07-.13A1,1,0,0,0,20,12h0a1,1,0,0,0-.07-.36c0-.05-.05-.08-.07-.13a1.19,1.19,0,0,0-.09-.15l-5-6A1,1,0,0,0,14,5a1,1,0,0,0-.64.23,1,1,0,0,0-.13,1.41L16.86,11H5a1,1,0,0,0,0,2Z\"/></g></g></g></svg></li><li title=\"arrow ios back outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"arrow-ios-back\"><g id=\"arrow-ios-back-2\" data-name=\"arrow-ios-back\"><rect class=\"eva-11\"   transform=\"translate(24 0) rotate(90)\"/><path class=\"eva-12\" d=\"M13.83,19a1,1,0,0,1-.78-.37l-4.83-6a1,1,0,0,1,0-1.27l5-6a1,1,0,0,1,1.54,1.28L10.29,12l4.32,5.36A1,1,0,0,1,13.83,19Z\"/></g></g></g></svg></li><li title=\"arrow ios downward outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"arrow-ios-downward\"><g id=\"arrow-ios-downward-2\" data-name=\"arrow-ios-downward\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M12,16a1,1,0,0,1-.64-.23l-6-5A1,1,0,1,1,6.64,9.23L12,13.71l5.36-4.32a1,1,0,0,1,1.41.15A1,1,0,0,1,18.63,11l-6,4.83A1,1,0,0,1,12,16Z\"/></g></g></g></svg></li><li title=\"arrow ios forward outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"arrow-ios-forward\"><g id=\"arrow-ios-forward-2\" data-name=\"arrow-ios-forward\"><rect class=\"eva-11\"   transform=\"translate(0 24) rotate(-90)\"/><path class=\"eva-12\" d=\"M10,19a1,1,0,0,1-.64-.23,1,1,0,0,1-.13-1.41L13.71,12,9.39,6.63a1,1,0,0,1,.15-1.41A1,1,0,0,1,11,5.37l4.83,6a1,1,0,0,1,0,1.27l-5,6A1,1,0,0,1,10,19Z\"/></g></g></g></svg></li><li title=\"arrow ios upward outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"arrow-ios-upward\"><g id=\"arrow-ios-upward-2\" data-name=\"arrow-ios-upward\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><path class=\"eva-12\" d=\"M18,15a1,1,0,0,1-.64-.23L12,10.29,6.63,14.61a1,1,0,0,1-1.41-.15,1,1,0,0,1,.15-1.41l6-4.83a1,1,0,0,1,1.27,0l6,5a1,1,0,0,1,.13,1.41A1,1,0,0,1,18,15Z\"/></g></g></g></svg></li><li title=\"arrow left outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"arrow-left\"><g id=\"arrow-left-2\" data-name=\"arrow-left\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M13.54,18a2.06,2.06,0,0,1-1.3-.46l-5.1-4.21a1.7,1.7,0,0,1,0-2.66l5.1-4.21a2.1,2.1,0,0,1,2.21-.26A1.76,1.76,0,0,1,15.5,7.79v8.42a1.76,1.76,0,0,1-1.05,1.59A2.23,2.23,0,0,1,13.54,18ZM8.68,12l4.82,4V8.09Z\"/></g></g></g></svg></li><li title=\"arrow right outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"arrow-right\"><g id=\"arrow-right-2\" data-name=\"arrow-right\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><path class=\"eva-12\" d=\"M10.46,18a2.23,2.23,0,0,1-.91-.2A1.76,1.76,0,0,1,8.5,16.21V7.79A1.76,1.76,0,0,1,9.55,6.2a2.1,2.1,0,0,1,2.21.26l5.1,4.21a1.7,1.7,0,0,1,0,2.66l-5.1,4.21A2.06,2.06,0,0,1,10.46,18Zm0-10v7.9L15.32,12Z\"/></g></g></g></svg></li><li title=\"arrow up outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"arrow-up\"><g id=\"arrow-up-2\" data-name=\"arrow-up\"><rect class=\"eva-11\"   transform=\"translate(24 0) rotate(90)\"/><path class=\"eva-12\" d=\"M16.21,16H7.79A1.76,1.76,0,0,1,6.2,15a2.1,2.1,0,0,1,.26-2.21l4.21-5.1a1.76,1.76,0,0,1,2.66,0l4.21,5.1A2.1,2.1,0,0,1,17.8,15,1.76,1.76,0,0,1,16.21,16ZM8,14h7.9L12,9.18Z\"/></g></g></g></svg></li><li title=\"arrow upward outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"arrow-upward\"><g id=\"arrow-upward-2\" data-name=\"arrow-upward\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><path class=\"eva-12\" d=\"M5.23,10.64a1,1,0,0,0,1.41.13L11,7.14V19a1,1,0,0,0,2,0V7.14l4.36,3.63a1,1,0,1,0,1.28-1.54l-6-5-.15-.09-.13-.07a1,1,0,0,0-.72,0l-.13.07-.15.09-6,5A1,1,0,0,0,5.23,10.64Z\"/></g></g></g></svg></li><li title=\"arrowhead down outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"arrowhead-down\"><g id=\"arrowhead-down-2\" data-name=\"arrowhead-down\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M17.37,12.39,12,16.71,6.64,12.23a1,1,0,1,0-1.28,1.54l6,5a1,1,0,0,0,1.27,0l6-4.83a1,1,0,0,0,.15-1.41A1,1,0,0,0,17.37,12.39Z\"/><path class=\"eva-12\" d=\"M11.36,11.77a1,1,0,0,0,1.27,0l6-4.83a1,1,0,0,0,.15-1.41,1,1,0,0,0-1.41-.15L12,9.71,6.64,5.23A1,1,0,0,0,5.36,6.77Z\"/></g></g></g></svg></li><li title=\"arrowhead left outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"arrowhead-left\"><g id=\"arrowhead-left-2\" data-name=\"arrowhead-left\"><rect class=\"eva-11\"   transform=\"translate(24 0) rotate(90)\"/><path class=\"eva-12\" d=\"M11.64,5.23a1,1,0,0,0-1.41.13l-5,6a1,1,0,0,0,0,1.27l4.83,6a1,1,0,0,0,.78.37,1,1,0,0,0,.78-1.63L7.29,12l4.48-5.37A1,1,0,0,0,11.64,5.23Z\"/><path class=\"eva-12\" d=\"M14.29,12l4.48-5.37a1,1,0,0,0-1.54-1.28l-5,6a1,1,0,0,0,0,1.27l4.83,6a1,1,0,0,0,.78.37,1,1,0,0,0,.78-1.63Z\"/></g></g></g></svg></li><li title=\"arrowhead right outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"arrowhead-right\"><g id=\"arrowhead-right-2\" data-name=\"arrowhead-right\"><rect class=\"eva-11\"   transform=\"translate(0 24) rotate(-90)\"/><path class=\"eva-12\" d=\"M18.78,11.37,14,5.37a1,1,0,0,0-1.41-.15,1,1,0,0,0-.15,1.41L16.71,12l-4.48,5.37a1,1,0,0,0,.13,1.41A1,1,0,0,0,13,19a1,1,0,0,0,.77-.36l5-6A1,1,0,0,0,18.78,11.37Z\"/><path class=\"eva-12\" d=\"M7,5.37A1,1,0,0,0,5.39,6.63L9.71,12,5.23,17.36a1,1,0,0,0,.13,1.41A1,1,0,0,0,6,19a1,1,0,0,0,.77-.36l5-6a1,1,0,0,0,0-1.27Z\"/></g></g></g></svg></li><li title=\"arrowhead up outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"arrowhead-up\"><g id=\"arrowhead-up-2\" data-name=\"arrowhead-up\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><path class=\"eva-12\" d=\"M6.63,11.61,12,7.29l5.37,4.48A1,1,0,0,0,18,12a1,1,0,0,0,.77-.36,1,1,0,0,0-.13-1.41l-6-5a1,1,0,0,0-1.27,0l-6,4.83a1,1,0,0,0-.15,1.41A1,1,0,0,0,6.63,11.61Z\"/><path class=\"eva-12\" d=\"M12.64,12.23a1,1,0,0,0-1.27,0l-6,4.83a1,1,0,0,0-.15,1.41,1,1,0,0,0,1.41.15L12,14.29l5.37,4.48A1,1,0,0,0,18,19a1,1,0,0,0,.77-.36,1,1,0,0,0-.13-1.41Z\"/></g></g></g></svg></li><li title=\"at outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"at\"><g id=\"at-2\" data-name=\"at\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M13,2a10,10,0,0,0-5,19.1A10.15,10.15,0,0,0,12,22a10,10,0,0,0,6.08-2.06,1,1,0,0,0,.19-1.4,1,1,0,0,0-1.41-.19A8,8,0,1,1,12.77,4,8.17,8.17,0,0,1,20,12.22v.68a1.71,1.71,0,0,1-1.78,1.7,1.82,1.82,0,0,1-1.62-1.88V8.4a1,1,0,0,0-1-1,1,1,0,0,0-1,.87,5,5,0,0,0-3.44-1.36A5.09,5.09,0,1,0,15.31,15a3.6,3.6,0,0,0,5.55.61A3.67,3.67,0,0,0,22,12.9v-.68A10.2,10.2,0,0,0,13,2ZM11.18,15.09A3.09,3.09,0,1,1,14.27,12,3.1,3.1,0,0,1,11.18,15.09Z\"/></g></g></g></svg></li><li title=\"attach 2 outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"attach-2\"><g id=\"attach-2-2\" data-name=\"attach-2\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M12,22a5.86,5.86,0,0,1-6-5.7V6.13A4.24,4.24,0,0,1,10.33,2a4.24,4.24,0,0,1,4.34,4.13V16.31a2.67,2.67,0,0,1-5.33,0V6.92a1,1,0,0,1,1-1h0a1,1,0,0,1,1,1v9.39a.67.67,0,0,0,1.33,0V6.13A2.25,2.25,0,0,0,10.33,4,2.25,2.25,0,0,0,8,6.13V16.3A3.86,3.86,0,0,0,12,20a3.86,3.86,0,0,0,4-3.7V6.13a1,1,0,1,1,2,0V16.3A5.86,5.86,0,0,1,12,22Z\"/></g></g></g></svg></li><li title=\"attach outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"attach\"><g id=\"attach-2\" data-name=\"attach\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M9.29,21h0a6.23,6.23,0,0,1-4.43-1.88,6,6,0,0,1-.22-8.49L12,3.2A4.11,4.11,0,0,1,15,2a4.48,4.48,0,0,1,3.19,1.35,4.36,4.36,0,0,1,.15,6.13l-7.4,7.43a2.54,2.54,0,0,1-1.81.75h0a2.72,2.72,0,0,1-1.95-.82,2.68,2.68,0,0,1-.08-3.77l6.83-6.86A1,1,0,0,1,15.3,7.62L8.47,14.48a.68.68,0,0,0,.08.95.78.78,0,0,0,.53.23h0a.56.56,0,0,0,.4-.16l7.39-7.43a2.36,2.36,0,0,0-.15-3.31,2.38,2.38,0,0,0-3.27-.15L6.06,12a4,4,0,0,0,.22,5.67,4.22,4.22,0,0,0,3,1.29,3.67,3.67,0,0,0,2.61-1.06l7.39-7.43a1,1,0,1,1,1.42,1.41l-7.39,7.43A5.65,5.65,0,0,1,9.29,21Z\"/></g></g></g></svg></li><li title=\"award outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"award\"><g id=\"award-2\" data-name=\"award\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M19,20.75l-2.31-9A5.94,5.94,0,0,0,18,8,6,6,0,0,0,6,8a5.94,5.94,0,0,0,1.34,3.77L5,20.75a1,1,0,0,0,1.48,1.11l5.33-3.13,5.68,3.14A.91.91,0,0,0,18,22a1,1,0,0,0,1-1.25ZM12,4A4,4,0,1,1,8,8,4,4,0,0,1,12,4Zm.31,12.71a1,1,0,0,0-1,0l-3.75,2.2L9,13.21a5.94,5.94,0,0,0,5.92,0L16.45,19Z\"/></g></g></g></svg></li><li title=\"backspace outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"backspace\"><g id=\"backspace-2\" data-name=\"backspace\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M20.14,4H10.37a3,3,0,0,0-2,.78l-.1.11-6,7.48a1,1,0,0,0,.11,1.37l6,5.48a3,3,0,0,0,2,.78h9.77A1.84,1.84,0,0,0,22,18.18V5.82A1.84,1.84,0,0,0,20.14,4ZM20,18H10.37a1,1,0,0,1-.67-.26L4.37,12.89,9.75,6.22A1,1,0,0,1,10.37,6H20Z\"/><path class=\"eva-12\" d=\"M11.29,14.71a1,1,0,0,0,1.42,0L14,13.41l1.29,1.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L15.41,12l1.3-1.29a1,1,0,0,0-1.42-1.42L14,10.59l-1.29-1.3a1,1,0,0,0-1.42,1.42L12.59,12l-1.3,1.29A1,1,0,0,0,11.29,14.71Z\"/></g></g></g></svg></li><li title=\"bar chart 2 outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"bar-chart-2\"><g id=\"bar-chart-2-2\" data-name=\"bar-chart-2\"><rect class=\"eva-11\"   transform=\"translate(24 0) rotate(90)\"/><path class=\"eva-12\" d=\"M12,8a1,1,0,0,0-1,1V20a1,1,0,0,0,2,0V9A1,1,0,0,0,12,8Z\"/><path class=\"eva-12\" d=\"M19,4a1,1,0,0,0-1,1V20a1,1,0,0,0,2,0V5A1,1,0,0,0,19,4Z\"/><path class=\"eva-12\" d=\"M5,12a1,1,0,0,0-1,1v7a1,1,0,0,0,2,0V13A1,1,0,0,0,5,12Z\"/></g></g></g></svg></li><li title=\"bar chart outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"bar-chart\"><g id=\"bar-chart-2\" data-name=\"bar-chart\"><rect class=\"eva-11\"   transform=\"translate(24 0) rotate(90)\"/><path class=\"eva-12\" d=\"M12,4a1,1,0,0,0-1,1V20a1,1,0,0,0,2,0V5A1,1,0,0,0,12,4Z\"/><path class=\"eva-12\" d=\"M19,12a1,1,0,0,0-1,1v7a1,1,0,0,0,2,0V13A1,1,0,0,0,19,12Z\"/><path class=\"eva-12\" d=\"M5,8A1,1,0,0,0,4,9V20a1,1,0,0,0,2,0V9A1,1,0,0,0,5,8Z\"/></g></g></g></svg></li><li title=\"battery outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"battery\"><g id=\"battery-2\" data-name=\"battery\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M15.83,6H4.17A2.31,2.31,0,0,0,2,8.43v7.14A2.31,2.31,0,0,0,4.17,18H15.83A2.31,2.31,0,0,0,18,15.57V8.43A2.31,2.31,0,0,0,15.83,6ZM16,15.57a.52.52,0,0,1-.17.43H4.18A.5.5,0,0,1,4,15.57V8.43A.53.53,0,0,1,4.17,8H15.82a.5.5,0,0,1,.18.43Z\"/><path class=\"eva-12\" d=\"M21,9a1,1,0,0,0-1,1v4a1,1,0,0,0,2,0V10A1,1,0,0,0,21,9Z\"/></g></g></g></svg></li><li title=\"behance outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"behance\"><g id=\"behance-2\" data-name=\"behance\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z\"/><path class=\"eva-12\" d=\"M10.52,11.78v0a1.4,1.4,0,0,0,1.12-1.43c0-1-.77-1.6-1.94-1.6H7v6.5H9.7C11,15.2,12,14.53,12,13.37A1.52,1.52,0,0,0,10.52,11.78ZM8.26,9.67H9.41c.6,0,.95.32.95.85s-.38.89-1.25.89H8.26Zm1,4.57h-1V12.3H9.49c.75,0,1.17.38,1.17,1S10.24,14.24,9.22,14.24Z\"/><path class=\"eva-12\" d=\"M14.75,10.3a2.11,2.11,0,0,0-2.28,2.25V13a2.15,2.15,0,0,0,2.34,2.31A2,2,0,0,0,17,13.75H15.79a.9.9,0,0,1-1,.63,1.07,1.07,0,0,1-1.09-1.19v-.14H17v-.47A2.12,2.12,0,0,0,14.75,10.3Zm1,2H13.73a1,1,0,0,1,1-1.09,1,1,0,0,1,1,1.09Z\"/><rect class=\"eva-12\" x=\"13.25\" y=\"9.2\"  /></g></g></g></svg></li><li title=\"bell off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"bell-off\"><g id=\"bell-off-2\" data-name=\"bell-off\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M8.9,5.17A4.67,4.67,0,0,1,12.64,4a4.86,4.86,0,0,1,4.08,4.9V13.4a1.92,1.92,0,0,0,.1.59l3.6,3.6a1.58,1.58,0,0,0,.45-.6,1.62,1.62,0,0,0-.35-1.78l-1.8-1.81V8.94A6.86,6.86,0,0,0,12.9,2.06,6.71,6.71,0,0,0,7.58,3.67,6.88,6.88,0,0,0,7,4.21L8.47,5.64A4.79,4.79,0,0,1,8.9,5.17Z\"/><path class=\"eva-12\" d=\"M14,16.86,13.17,16H5.51l1.18-1.18a2,2,0,0,0,.59-1.42V10.11l-2-2a5.68,5.68,0,0,0,0,.59V13.4l-1.8,1.81A1.63,1.63,0,0,0,4.64,18H8v.34A3.84,3.84,0,0,0,12,22,3.88,3.88,0,0,0,16,18.78L15.17,18ZM12,20a1.88,1.88,0,0,1-2-1.66V18h4v.34A1.88,1.88,0,0,1,12,20Z\"/><path class=\"eva-12\" d=\"M20.71,19.29,19.41,18l-2-2L7.89,6.47,6.42,5,4.71,3.29A1,1,0,0,0,3.29,4.71L5.53,7,7.28,8.7,14.59,16l.07.07L16,17.41l.59.59,2.7,2.71a1,1,0,0,0,1.42,0A1,1,0,0,0,20.71,19.29Z\"/></g></g></g></svg></li><li title=\"bell outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"bell\"><g id=\"bell-2\" data-name=\"bell\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M20.52,15.21l-1.8-1.81V8.94A6.86,6.86,0,0,0,12.9,2.06,6.74,6.74,0,0,0,5.28,8.73V13.4l-1.8,1.81A1.64,1.64,0,0,0,4.64,18H8v.34A3.84,3.84,0,0,0,12,22a3.84,3.84,0,0,0,4-3.66V18h3.36a1.64,1.64,0,0,0,1.16-2.79ZM14,18.34A1.88,1.88,0,0,1,12,20a1.88,1.88,0,0,1-2-1.66V18h4ZM5.51,16l1.18-1.18a2,2,0,0,0,.59-1.42V8.73A4.73,4.73,0,0,1,8.9,5.17,4.67,4.67,0,0,1,12.64,4a4.86,4.86,0,0,1,4.08,4.9V13.4a2,2,0,0,0,.58,1.42L18.49,16Z\"/></g></g></g></svg></li><li title=\"bluetooth outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"bluetooth\"><g id=\"bluetooth-2\" data-name=\"bluetooth\"><rect class=\"eva-11\"   transform=\"translate(24 0) rotate(90)\"/><path class=\"eva-12\" d=\"M13.63,12l4-3.79a1.14,1.14,0,0,0-.13-1.77L12.83,3.21a1.17,1.17,0,0,0-1.21-.08,1.15,1.15,0,0,0-.62,1v6.2l-3.19-4A1,1,0,0,0,6.25,7.63L9.72,12l-3.5,4.43a1,1,0,0,0,.16,1.4A1,1,0,0,0,7,18a1,1,0,0,0,.78-.38L11,13.56v6.29A1.16,1.16,0,0,0,12.16,21a1.16,1.16,0,0,0,.67-.21l4.64-3.18a1.17,1.17,0,0,0,.49-.85,1.15,1.15,0,0,0-.34-.91ZM13,5.76l2.5,1.73L13,9.85Zm0,12.49V14.18l2.47,2.38Z\"/></g></g></g></svg></li><li title=\"book open outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"book-open\"><g id=\"book-open-2\" data-name=\"book-open\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><path class=\"eva-12\" d=\"M20.62,4.22a1,1,0,0,0-.84-.2L12,5.77,4.22,4A1,1,0,0,0,3,5V17.2a1,1,0,0,0,.78,1l8,1.8L12,20l.22,0,8-1.8a1,1,0,0,0,.78-1V5A1,1,0,0,0,20.62,4.22ZM5,6.25,11,7.6V17.75L5,16.4ZM19,16.4l-6,1.35V7.6l6-1.35Z\"/></g></g></g></svg></li><li title=\"book outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"book\"><g id=\"book-2\" data-name=\"book\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M19,3H7A3,3,0,0,0,4,6V18a3,3,0,0,0,3,3H19a1,1,0,0,0,1-1V4A1,1,0,0,0,19,3ZM7,5H18V15H7a3,3,0,0,0-1,.18V6A1,1,0,0,1,7,5ZM7,19a1,1,0,0,1,0-2H18v2Z\"/></g></g></g></svg></li><li title=\"bookmark outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"bookmark\"><g id=\"bookmark-2\" data-name=\"bookmark\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M6.09,21.06a1,1,0,0,1-1-1L4.94,5.4A2.26,2.26,0,0,1,7.12,3.05L16.71,3a2.27,2.27,0,0,1,2.23,2.31l.14,14.66a1,1,0,0,1-.49.87,1,1,0,0,1-1,0l-5.7-3.16L6.6,20.91A1.2,1.2,0,0,1,6.09,21.06Zm5.76-5.55a1.11,1.11,0,0,1,.5.12l4.71,2.61L16.94,5.29c0-.2-.13-.34-.21-.33l-9.6.09c-.08,0-.19.13-.19.33l.12,12.9,4.28-2.63A1.06,1.06,0,0,1,11.85,15.51Z\"/></g></g></g></svg></li><li title=\"briefcase outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"briefcase\"><g id=\"briefcase-2\" data-name=\"briefcase\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M19,7H16V5.5A2.5,2.5,0,0,0,13.5,3h-3A2.5,2.5,0,0,0,8,5.5V7H5a3,3,0,0,0-3,3v8a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V10A3,3,0,0,0,19,7ZM15,9V19H9V9ZM10,5.5a.5.5,0,0,1,.5-.5h3a.5.5,0,0,1,.5.5V7H10ZM4,18V10A1,1,0,0,1,5,9H7V19H5A1,1,0,0,1,4,18Zm16,0a1,1,0,0,1-1,1H17V9h2a1,1,0,0,1,1,1Z\"/></g></g></g></svg></li><li title=\"browser outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"browser\"><g id=\"browser-2\" data-name=\"browser\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M18,3H6A3,3,0,0,0,3,6V18a3,3,0,0,0,3,3H18a3,3,0,0,0,3-3V6A3,3,0,0,0,18,3Zm1,15a1,1,0,0,1-1,1H6a1,1,0,0,1-1-1V11H19ZM5,9V6A1,1,0,0,1,6,5H18a1,1,0,0,1,1,1V9Z\"/><circle class=\"eva-12\" cx=\"8\" cy=\"7.03\" r=\"1\"/><circle class=\"eva-12\" cx=\"12\" cy=\"7.03\" r=\"1\"/></g></g></g></svg></li><li title=\"brush outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"brush\"><g id=\"brush-2\" data-name=\"brush\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M20,6.83a2.76,2.76,0,0,0-.82-2,2.89,2.89,0,0,0-4,0L8.58,11.43l-.22,0a4.42,4.42,0,0,0-4.3,4.31L4,19a1,1,0,0,0,.29.73A1.05,1.05,0,0,0,5,20H5l3.26-.06a4.42,4.42,0,0,0,4.31-4.3c0-.08,0-.15,0-.23l6.61-6.6A2.74,2.74,0,0,0,20,6.83ZM8.25,17.94,6,18l0-2.23A2.4,2.4,0,0,1,8.4,13.41h0a2.15,2.15,0,0,1,2.15,2.19A2.4,2.4,0,0,1,8.25,17.94ZM17.77,7.39,11.9,13.26a4.55,4.55,0,0,0-.52-.64,3.94,3.94,0,0,0-.64-.52l5.87-5.86a.84.84,0,0,1,1.16,0,.81.81,0,0,1,.23.59A.79.79,0,0,1,17.77,7.39Z\"/></g></g></g></svg></li><li title=\"bulb outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"bulb\"><g id=\"bulb-2\" data-name=\"bulb\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><path class=\"eva-12\" d=\"M12,7a5,5,0,0,0-3,9v4a2,2,0,0,0,2,2h2a2,2,0,0,0,2-2V16a5,5,0,0,0-3-9Zm1.5,7.59a1,1,0,0,0-.5.87V20H11V15.46a1,1,0,0,0-.5-.87A3,3,0,0,1,9,12a3,3,0,0,1,6,0A3,3,0,0,1,13.5,14.59Z\"/><path class=\"eva-12\" d=\"M12,6a1,1,0,0,0,1-1V3a1,1,0,0,0-2,0V5A1,1,0,0,0,12,6Z\"/><path class=\"eva-12\" d=\"M21,11H19a1,1,0,0,0,0,2h2a1,1,0,0,0,0-2Z\"/><path class=\"eva-12\" d=\"M5,11H3a1,1,0,0,0,0,2H5a1,1,0,0,0,0-2Z\"/><path class=\"eva-12\" d=\"M7.66,6.42,6.22,5A1,1,0,0,0,4.83,6.47L6.27,7.86A1,1,0,0,0,7,8.14a1,1,0,0,0,.72-.31A1,1,0,0,0,7.66,6.42Z\"/><path class=\"eva-12\" d=\"M19.19,5.05a1,1,0,0,0-1.41,0L16.34,6.42a1,1,0,0,0,0,1.41,1,1,0,0,0,.72.31,1,1,0,0,0,.69-.28l1.44-1.39A1,1,0,0,0,19.19,5.05Z\"/></g></g></g></svg></li><li title=\"calendar outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"calendar\"><g id=\"calendar-2\" data-name=\"calendar\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M18,4H17V3a1,1,0,0,0-2,0V4H9V3A1,1,0,0,0,7,3V4H6A3,3,0,0,0,3,7V19a3,3,0,0,0,3,3H18a3,3,0,0,0,3-3V7A3,3,0,0,0,18,4ZM6,6H7V7A1,1,0,0,0,9,7V6h6V7a1,1,0,0,0,2,0V6h1a1,1,0,0,1,1,1v4H5V7A1,1,0,0,1,6,6ZM18,20H6a1,1,0,0,1-1-1V13H19v6A1,1,0,0,1,18,20Z\"/><circle class=\"eva-12\" cx=\"8\" cy=\"16\" r=\"1\"/><path class=\"eva-12\" d=\"M16,15H12a1,1,0,0,0,0,2h4a1,1,0,0,0,0-2Z\"/></g></g></g></svg></li><li title=\"camera outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"camera\"><g id=\"camera-2\" data-name=\"camera\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M19,7H16V5.5A2.5,2.5,0,0,0,13.5,3h-3A2.5,2.5,0,0,0,8,5.5V7H5a3,3,0,0,0-3,3v8a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V10A3,3,0,0,0,19,7ZM10,5.5a.5.5,0,0,1,.5-.5h3a.5.5,0,0,1,.5.5V7H10ZM20,18a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V10A1,1,0,0,1,5,9H19a1,1,0,0,1,1,1Z\"/><path class=\"eva-12\" d=\"M12,10.5A3.5,3.5,0,1,0,15.5,14,3.5,3.5,0,0,0,12,10.5Zm0,5A1.5,1.5,0,1,1,13.5,14,1.5,1.5,0,0,1,12,15.5Z\"/></g></g></g></svg></li><li title=\"car outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"car\"><g id=\"car-2\" data-name=\"car\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M21.6,11.22,17,7.52V5a1.91,1.91,0,0,0-1.81-2H3.79A1.91,1.91,0,0,0,2,5V15A2,2,0,0,0,3.2,16.88,3,3,0,1,0,8.8,17h6.36a3,3,0,1,0,5.64,0H21a1,1,0,0,0,1-1V12A1,1,0,0,0,21.6,11.22ZM20,12.48V15H17V10.08ZM7,18a1,1,0,1,1-1-1A1,1,0,0,1,7,18Zm5-3H4V5H15l0,10Zm7,3a1,1,0,1,1-1-1A1,1,0,0,1,19,18Z\"/></g></g></g></svg></li><li title=\"cast outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"cast\"><g id=\"cast-2\" data-name=\"cast\"><polyline class=\"eva-11\" points=\"24 24 0 24 0 0\"/><path class=\"eva-12\" d=\"M18.4,3H5.6A2.7,2.7,0,0,0,3,5.78V7A1,1,0,0,0,5,7V5.78A.72.72,0,0,1,5.6,5H18.4a.72.72,0,0,1,.6.78V18.22a.72.72,0,0,1-.6.78H17a1,1,0,0,0,0,2h1.4A2.7,2.7,0,0,0,21,18.22V5.78A2.7,2.7,0,0,0,18.4,3Z\"/><path class=\"eva-12\" d=\"M3.86,14A1,1,0,0,0,3,15.17,1,1,0,0,0,4.14,16a2.49,2.49,0,0,1,2.12.72,2.52,2.52,0,0,1,.51,2.84,1,1,0,0,0,.48,1.33,1.06,1.06,0,0,0,.42.09,1,1,0,0,0,.91-.58A4.52,4.52,0,0,0,3.86,14Z\"/><path class=\"eva-12\" d=\"M3.86,10.08a1,1,0,0,0,.28,2,6,6,0,0,1,5.09,1.71,6,6,0,0,1,1.53,5.95A1,1,0,0,0,11.44,21a.9.9,0,0,0,.28,0,1,1,0,0,0,1-.72,8,8,0,0,0-8.82-10.2Z\"/><circle class=\"eva-12\" cx=\"4\" cy=\"19\" r=\"1\"/></g></g></g></svg></li><li title=\"charging outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"charging\"><g id=\"charging-2\" data-name=\"charging\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M21,9a1,1,0,0,0-1,1v4a1,1,0,0,0,2,0V10A1,1,0,0,0,21,9Z\"/><path class=\"eva-12\" d=\"M15.83,6h-3.1L11.59,8h4.23a.5.5,0,0,1,.18.43v7.14a.52.52,0,0,1-.17.43H13l-1.15,2h4A2.31,2.31,0,0,0,18,15.57V8.43A2.31,2.31,0,0,0,15.83,6Z\"/><path class=\"eva-12\" d=\"M4,15.57V8.43A.53.53,0,0,1,4.17,8H7L8.13,6h-4A2.31,2.31,0,0,0,2,8.43v7.14A2.31,2.31,0,0,0,4.17,18h3.1l1.14-2H4.18A.5.5,0,0,1,4,15.57Z\"/><path class=\"eva-12\" d=\"M9,20a1,1,0,0,1-.87-1.5L11.28,13H7a1,1,0,0,1-.86-.5,1,1,0,0,1,0-1l4-7a1,1,0,0,1,1.74,1L8.72,11H13a1,1,0,0,1,.86.5,1,1,0,0,1,0,1l-4,7A1,1,0,0,1,9,20Z\"/></g></g></g></svg></li><li title=\"checkmark circle 2 outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"checkmark-circle-2\"><g id=\"checkmark-circle-2-2\" data-name=\"checkmark-circle-2\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z\"/><path class=\"eva-12\" d=\"M14.7,8.39l-3.78,5L9.29,11.28a1,1,0,0,0-1.58,1.23l2.43,3.11a1,1,0,0,0,.79.38h0a1,1,0,0,0,.79-.39l4.57-6a1,1,0,1,0-1.6-1.22Z\"/></g></g></g></svg></li><li title=\"checkmark circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"checkmark-circle\"><g id=\"checkmark-circle-2\" data-name=\"checkmark-circle\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M9.71,11.29a1,1,0,0,0-1.42,1.42l3,3A1,1,0,0,0,12,16h0a1,1,0,0,0,.72-.34l7-8a1,1,0,0,0-1.5-1.32L12,13.54Z\"/><path class=\"eva-12\" d=\"M21,11h0a1,1,0,0,0-1,1,8,8,0,0,1-8,8h0A8,8,0,0,1,6.33,6.36,7.93,7.93,0,0,1,12,4a8.79,8.79,0,0,1,1.9.22,1,1,0,1,0,.47-1.94A10.54,10.54,0,0,0,12,2,10,10,0,0,0,5,19.09,9.93,9.93,0,0,0,12,22h0A10,10,0,0,0,22,12,1,1,0,0,0,21,11Z\"/></g></g></g></svg></li><li title=\"checkmark outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"checkmark\"><g id=\"checkmark-2\" data-name=\"checkmark\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M9.86,18a1,1,0,0,1-.73-.32L4.27,12.51a1,1,0,1,1,1.46-1.37l4.12,4.39,8.41-9.2a1,1,0,1,1,1.48,1.34l-9.14,10a1,1,0,0,1-.73.33Z\"/></g></g></g></svg></li><li title=\"checkmark square 2 outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"checkmark-square-2\"><g id=\"checkmark-square-2-2\" data-name=\"checkmark-square-2\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><path class=\"eva-12\" d=\"M18,3H6A3,3,0,0,0,3,6V18a3,3,0,0,0,3,3H18a3,3,0,0,0,3-3V6A3,3,0,0,0,18,3Zm1,15a1,1,0,0,1-1,1H6a1,1,0,0,1-1-1V6A1,1,0,0,1,6,5H18a1,1,0,0,1,1,1Z\"/><path class=\"eva-12\" d=\"M14.7,8.39l-3.78,5L9.29,11.28a1,1,0,0,0-1.58,1.23l2.43,3.11a1,1,0,0,0,.79.38h0a1,1,0,0,0,.79-.39l4.57-6a1,1,0,1,0-1.6-1.22Z\"/></g></g></g></svg></li><li title=\"checkmark square outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"checkmark-square\"><g id=\"checkmark-square-2\" data-name=\"checkmark-square\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M20,11.83a1,1,0,0,0-1,1V18.4a.6.6,0,0,1-.6.6H5.6a.6.6,0,0,1-.6-.6V5.6A.6.6,0,0,1,5.6,5h9.57a1,1,0,1,0,0-2H5.6A2.61,2.61,0,0,0,3,5.6V18.4A2.61,2.61,0,0,0,5.6,21H18.4A2.61,2.61,0,0,0,21,18.4V12.83A1,1,0,0,0,20,11.83Z\"/><path class=\"eva-12\" d=\"M10.72,11a1,1,0,0,0-1.44,1.38l2.22,2.33a1,1,0,0,0,.72.31h0a1,1,0,0,0,.72-.3l6.78-7a1,1,0,1,0-1.44-1.4l-6.05,6.26Z\"/></g></g></g></svg></li><li title=\"chevron down outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"chevron-down\"><g id=\"chevron-down-2\" data-name=\"chevron-down\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M12,15.5a1,1,0,0,1-.71-.29l-4-4A1,1,0,1,1,8.71,9.79L12,13.1l3.3-3.18a1,1,0,1,1,1.38,1.44l-4,3.86A1,1,0,0,1,12,15.5Z\"/></g></g></g></svg></li><li title=\"chevron left outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"chevron-left\"><g id=\"chevron-left-2\" data-name=\"chevron-left\"><rect class=\"eva-11\"   transform=\"translate(24 0) rotate(90)\"/><path class=\"eva-12\" d=\"M13.36,17a1,1,0,0,1-.72-.31l-3.86-4a1,1,0,0,1,0-1.4l4-4a1,1,0,1,1,1.42,1.42L10.9,12l3.18,3.3a1,1,0,0,1,0,1.41A1,1,0,0,1,13.36,17Z\"/></g></g></g></svg></li><li title=\"chevron right outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"chevron-right\"><g id=\"chevron-right-2\" data-name=\"chevron-right\"><rect class=\"eva-11\"   transform=\"translate(0 24) rotate(-90)\"/><path class=\"eva-12\" d=\"M10.5,17a1,1,0,0,1-.71-.29,1,1,0,0,1,0-1.42L13.1,12,9.92,8.69a1,1,0,0,1,0-1.41,1,1,0,0,1,1.42,0l3.86,4a1,1,0,0,1,0,1.4l-4,4A1,1,0,0,1,10.5,17Z\"/></g></g></g></svg></li><li title=\"chevron up outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"chevron-up\"><g id=\"chevron-up-2\" data-name=\"chevron-up\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><path class=\"eva-12\" d=\"M16,14.5a1,1,0,0,1-.71-.29L12,10.9l-3.3,3.18a1,1,0,0,1-1.41,0,1,1,0,0,1,0-1.42l4-3.86a1,1,0,0,1,1.4,0l4,4a1,1,0,0,1,0,1.42A1,1,0,0,1,16,14.5Z\"/></g></g></g></svg></li><li title=\"clipboard outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"clipboard\"><g id=\"clipboard-2\" data-name=\"clipboard\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M18,5V4a2,2,0,0,0-2-2H8A2,2,0,0,0,6,4V5A3,3,0,0,0,3,8V19a3,3,0,0,0,3,3H18a3,3,0,0,0,3-3V8A3,3,0,0,0,18,5ZM8,4h8V8H8V4ZM19,19a1,1,0,0,1-1,1H6a1,1,0,0,1-1-1V8A1,1,0,0,1,6,7V8a2,2,0,0,0,2,2h8a2,2,0,0,0,2-2V7a1,1,0,0,1,1,1Z\"/></g></g></g></svg></li><li title=\"clock outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"clock\"><g id=\"clock-2\" data-name=\"clock\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><path class=\"eva-12\" d=\"M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z\"/><path class=\"eva-12\" d=\"M16,11H13V8a1,1,0,0,0-2,0v4a1,1,0,0,0,1,1h4a1,1,0,0,0,0-2Z\"/></g></g></g></svg></li><li title=\"close circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"close-circle\"><g id=\"close-circle-2\" data-name=\"close-circle\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z\"/><path class=\"eva-12\" d=\"M14.71,9.29a1,1,0,0,0-1.42,0L12,10.59l-1.29-1.3a1,1,0,0,0-1.42,1.42L10.59,12l-1.3,1.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L12,13.41l1.29,1.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L13.41,12l1.3-1.29A1,1,0,0,0,14.71,9.29Z\"/></g></g></g></svg></li><li title=\"close outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"close\"><g id=\"close-2\" data-name=\"close\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><path class=\"eva-12\" d=\"M13.41,12l4.3-4.29a1,1,0,1,0-1.42-1.42L12,10.59,7.71,6.29A1,1,0,0,0,6.29,7.71L10.59,12l-4.3,4.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L12,13.41l4.29,4.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42Z\"/></g></g></g></svg></li><li title=\"close square outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"close-square\"><g id=\"close-square-2\" data-name=\"close-square\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M18,3H6A3,3,0,0,0,3,6V18a3,3,0,0,0,3,3H18a3,3,0,0,0,3-3V6A3,3,0,0,0,18,3Zm1,15a1,1,0,0,1-1,1H6a1,1,0,0,1-1-1V6A1,1,0,0,1,6,5H18a1,1,0,0,1,1,1Z\"/><path class=\"eva-12\" d=\"M14.71,9.29a1,1,0,0,0-1.42,0L12,10.59l-1.29-1.3a1,1,0,0,0-1.42,1.42L10.59,12l-1.3,1.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L12,13.41l1.29,1.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L13.41,12l1.3-1.29A1,1,0,0,0,14.71,9.29Z\"/></g></g></g></svg></li><li title=\"cloud download outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"cloud-download\"><g id=\"cloud-download-2\" data-name=\"cloud-download\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M14.31,16.38,13,17.64V12a1,1,0,0,0-2,0v5.59l-1.29-1.3a1,1,0,0,0-1.42,1.42l3,3A1,1,0,0,0,12,21a1,1,0,0,0,.69-.28l3-2.9a1,1,0,1,0-1.38-1.44Z\"/><path class=\"eva-12\" d=\"M17.67,7A6,6,0,0,0,6.33,7a5,5,0,0,0-3.08,8.27A1,1,0,1,0,4.75,14,3,3,0,0,1,7,9h.1a1,1,0,0,0,1-.8,4,4,0,0,1,7.84,0,1,1,0,0,0,1,.8H17a3,3,0,0,1,2.25,5,1,1,0,0,0,.09,1.42,1,1,0,0,0,.66.25,1,1,0,0,0,.75-.34A5,5,0,0,0,17.67,7Z\"/></g></g></g></svg></li><li title=\"cloud upload outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"cloud-upload\"><g id=\"cloud-upload-2\" data-name=\"cloud-upload\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M12.71,11.29a1,1,0,0,0-1.4,0l-3,2.9a1,1,0,1,0,1.38,1.44L11,14.36V20a1,1,0,0,0,2,0V14.41l1.29,1.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42Z\"/><path class=\"eva-12\" d=\"M17.67,7A6,6,0,0,0,6.33,7a5,5,0,0,0-3.08,8.27A1,1,0,1,0,4.75,14,3,3,0,0,1,7,9h.1a1,1,0,0,0,1-.8,4,4,0,0,1,7.84,0,1,1,0,0,0,1,.8H17a3,3,0,0,1,2.25,5,1,1,0,0,0,.09,1.42,1,1,0,0,0,.66.25,1,1,0,0,0,.75-.34A5,5,0,0,0,17.67,7Z\"/></g></g></g></svg></li><li title=\"code download outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"code-download\"><g id=\"code-download-2\" data-name=\"code-download\"><rect class=\"eva-11\"   transform=\"translate(24 0) rotate(90)\"/><path class=\"eva-12\" d=\"M4.29,12,8.77,6.64A1,1,0,1,0,7.23,5.36l-5,6a1,1,0,0,0,0,1.27l4.83,6a1,1,0,0,0,.78.37,1,1,0,0,0,.78-1.63Z\"/><path class=\"eva-12\" d=\"M21.78,11.37,17,5.37a1,1,0,0,0-1.56,1.26L19.71,12l-4.48,5.37a1,1,0,0,0,.13,1.41A1,1,0,0,0,16,19a1,1,0,0,0,.77-.36l5-6A1,1,0,0,0,21.78,11.37Z\"/><path class=\"eva-12\" d=\"M15.72,11.41a1,1,0,0,0-1.41,0L13,12.64V8a1,1,0,0,0-2,0v4.59l-1.29-1.3a1,1,0,0,0-1.42,1.42l3,3A1,1,0,0,0,12,16a1,1,0,0,0,.69-.28l3-2.9A1,1,0,0,0,15.72,11.41Z\"/></g></g></g></svg></li><li title=\"code outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"code\"><g id=\"code-2\" data-name=\"code\"><rect class=\"eva-11\"   transform=\"translate(24 0) rotate(90)\"/><path class=\"eva-12\" d=\"M8.64,5.23a1,1,0,0,0-1.41.13l-5,6a1,1,0,0,0,0,1.27l4.83,6a1,1,0,0,0,.78.37,1,1,0,0,0,.78-1.63L4.29,12,8.77,6.64A1,1,0,0,0,8.64,5.23Z\"/><path class=\"eva-12\" d=\"M21.78,11.37,17,5.37a1,1,0,0,0-1.41-.15,1,1,0,0,0-.15,1.41L19.71,12l-4.48,5.37a1,1,0,0,0,.13,1.41A1,1,0,0,0,16,19a1,1,0,0,0,.77-.36l5-6A1,1,0,0,0,21.78,11.37Z\"/></g></g></g></svg></li><li title=\"collapse outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"collapse\"><g id=\"collapse-2\" data-name=\"collapse\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><path class=\"eva-12\" d=\"M19,9H16.42l3.29-3.29a1,1,0,1,0-1.42-1.42L15,7.57V5a1,1,0,0,0-1-1h0a1,1,0,0,0-1,1l0,5a1,1,0,0,0,1,1h5a1,1,0,0,0,0-2Z\"/><path class=\"eva-12\" d=\"M10,13,5,13H5a1,1,0,0,0,0,2H7.57L4.29,18.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L9,16.42V19a1,1,0,0,0,1,1h0a1,1,0,0,0,1-1V14A1,1,0,0,0,10,13Z\"/></g></g></g></svg></li><li title=\"color palette outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"color-palette\"><g id=\"color-palette-2\" data-name=\"color-palette\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M19.54,5.08A10.61,10.61,0,0,0,11.91,2h0a10,10,0,0,0-.05,20h0a2.58,2.58,0,0,0,2.53-1.89,2.52,2.52,0,0,0-.57-2.28.5.5,0,0,1,.37-.83h1.65A6.15,6.15,0,0,0,22,11.33,8.48,8.48,0,0,0,19.54,5.08ZM15.88,15H14.23a2.49,2.49,0,0,0-1.87,4.15.49.49,0,0,1,.12.49c-.05.21-.28.34-.59.36a8,8,0,0,1-7.82-9.11A8.1,8.1,0,0,1,11.92,4H12a8.47,8.47,0,0,1,6.1,2.48A6.5,6.5,0,0,1,20,11.25,4.17,4.17,0,0,1,15.88,15Z\"/><circle class=\"eva-12\" cx=\"12\" cy=\"6.5\" r=\"1.5\"/><path class=\"eva-12\" d=\"M15.25,7.2a1.5,1.5,0,1,0,2.05.55A1.5,1.5,0,0,0,15.25,7.2Z\"/><path class=\"eva-12\" d=\"M8.75,7.2A1.5,1.5,0,1,0,9.3,9.25,1.5,1.5,0,0,0,8.75,7.2Z\"/><path class=\"eva-12\" d=\"M6.16,11.26a1.5,1.5,0,1,0,2.08.4A1.49,1.49,0,0,0,6.16,11.26Z\"/></g></g></g></svg></li><li title=\"color picker outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"color-picker\"><g id=\"color-picker-2\" data-name=\"color-picker\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M19.4,7.34,16.66,4.6A1.92,1.92,0,0,0,14,4.53l-2,2L10.71,5.29A1,1,0,0,0,9.29,6.71L10.53,8,5,13.53a2,2,0,0,0-.57,1.21L4,18.91a1,1,0,0,0,.29.8A1,1,0,0,0,5,20h.09l4.17-.38a2,2,0,0,0,1.21-.57l5.58-5.58,1.24,1.24a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42l-1.24-1.24,2-2A1.92,1.92,0,0,0,19.4,7.34ZM9.08,17.62l-3,.28.27-3L12,9.36l2.69,2.7Zm7-7L13.36,8,15.27,6,18,8.73Z\"/></g></g></g></svg></li><li title=\"compass outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"compass\"><g id=\"compass-2\" data-name=\"compass\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z\"/><path class=\"eva-12\" d=\"M15.68,8.32a1,1,0,0,0-1.1-.25l-4.21,1.7a1,1,0,0,0-.55.55L8.07,14.58a1,1,0,0,0,.18,1l0,0,.05,0A1,1,0,0,0,9,16a1,1,0,0,0,.38-.07l4.21-1.7a1,1,0,0,0,.55-.55l1.75-4.26A1,1,0,0,0,15.68,8.32ZM10.8,13.21l.71-1.74,1.69-.68-.71,1.74Z\"/></g></g></g></svg></li><li title=\"copy outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"copy\"><g id=\"copy-2\" data-name=\"copy\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M18,21H12a3,3,0,0,1-3-3V12a3,3,0,0,1,3-3h6a3,3,0,0,1,3,3v6A3,3,0,0,1,18,21ZM12,11a1,1,0,0,0-1,1v6a1,1,0,0,0,1,1h6a1,1,0,0,0,1-1V12a1,1,0,0,0-1-1Z\"/><path class=\"eva-12\" d=\"M9.73,15H5.67A2.68,2.68,0,0,1,3,12.33V5.67A2.68,2.68,0,0,1,5.67,3h6.66A2.68,2.68,0,0,1,15,5.67V9.4H13V5.67A.67.67,0,0,0,12.33,5H5.67A.67.67,0,0,0,5,5.67v6.66a.67.67,0,0,0,.67.67H9.73Z\"/></g></g></g></svg></li><li title=\"corner down left outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24.1 24.1\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"corner-down-left\"><g id=\"corner-down-left-2\" data-name=\"corner-down-left\"><rect class=\"eva-11\" x=\"0.05\" y=\"0.05\"   transform=\"translate(-0.05 24.05) rotate(-89.76)\"/><path class=\"eva-12\" d=\"M20,6a1,1,0,0,0-1-1h0a1,1,0,0,0-1,1l0,5a1,1,0,0,1-.29.71,1,1,0,0,1-.71.29l-8.92,0,2.69-3.39A1,1,0,0,0,9.25,7.44l-4,5a1,1,0,0,0,0,1.25l4,5a1,1,0,0,0,.78.37,1,1,0,0,0,.62-.22,1,1,0,0,0,.15-1.41L8.14,14.07l8.92,0a3,3,0,0,0,3-3Z\"/></g></g></g></svg></li><li title=\"corner down right outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"corner-down-right\"><g id=\"corner-down-right-2\" data-name=\"corner-down-right\"><rect class=\"eva-11\"   transform=\"translate(0 24) rotate(-90)\"/><path class=\"eva-12\" d=\"M19.78,12.38l-4-5a1,1,0,0,0-1.56,1.24L16.92,12H8a1,1,0,0,1-1-1V6A1,1,0,0,0,5,6v5a3,3,0,0,0,3,3h8.92l-2.7,3.38a1,1,0,0,0,.16,1.4A1,1,0,0,0,15,19a1,1,0,0,0,.78-.38l4-5A1,1,0,0,0,19.78,12.38Z\"/></g></g></g></svg></li><li title=\"corner left down outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"corner-left-down\"><g id=\"corner-left-down-2\" data-name=\"corner-left-down\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M18,5H13a3,3,0,0,0-3,3v8.92l-3.38-2.7a1,1,0,0,0-1.24,1.56l5,4a1,1,0,0,0,1.24,0l5-4a1,1,0,1,0-1.24-1.56L12,16.92V8a1,1,0,0,1,1-1h5a1,1,0,0,0,0-2Z\"/></g></g></g></svg></li><li title=\"corner left up outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"corner-left-up\"><g id=\"corner-left-up-2\" data-name=\"corner-left-up\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><path class=\"eva-12\" d=\"M18,17H13a1,1,0,0,1-1-1V7.08l3.38,2.7A1,1,0,0,0,16,10a1,1,0,0,0,.78-.38,1,1,0,0,0-.16-1.4l-5-4a1,1,0,0,0-1.24,0l-5,4A1,1,0,0,0,6.62,9.78L10,7.08V16a3,3,0,0,0,3,3h5a1,1,0,0,0,0-2Z\"/></g></g></g></svg></li><li title=\"corner right down outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"corner-right-down\"><g id=\"corner-right-down-2\" data-name=\"corner-right-down\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M18.78,14.38a1,1,0,0,0-1.4-.16L14,16.92V8a3,3,0,0,0-3-3H6A1,1,0,0,0,6,7h5a1,1,0,0,1,1,1v8.92l-3.38-2.7a1,1,0,0,0-1.24,1.56l5,4a1,1,0,0,0,1.24,0l5-4A1,1,0,0,0,18.78,14.38Z\"/></g></g></g></svg></li><li title=\"corner right up outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"corner-right-up\"><g id=\"corner-right-up-2\" data-name=\"corner-right-up\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><path class=\"eva-12\" d=\"M18.62,8.22l-5-4a1,1,0,0,0-1.24,0l-5,4A1,1,0,0,0,8.62,9.78L12,7.08V16a1,1,0,0,1-1,1H6a1,1,0,0,0,0,2h5a3,3,0,0,0,3-3V7.08l3.38,2.7A1,1,0,0,0,18,10a1,1,0,0,0,.78-.38A1,1,0,0,0,18.62,8.22Z\"/></g></g></g></svg></li><li title=\"corner up left outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"corner-up-left\"><g id=\"corner-up-left-2\" data-name=\"corner-up-left\"><rect class=\"eva-11\"   transform=\"translate(24 0) rotate(90)\"/><path class=\"eva-12\" d=\"M16,10H7.08l2.7-3.38A1,1,0,1,0,8.22,5.38l-4,5a1,1,0,0,0,0,1.24l4,5A1,1,0,0,0,9,17a1,1,0,0,0,.62-.22,1,1,0,0,0,.16-1.4L7.08,12H16a1,1,0,0,1,1,1v5a1,1,0,0,0,2,0V13A3,3,0,0,0,16,10Z\"/></g></g></g></svg></li><li title=\"corner up right outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"corner-up-right\"><g id=\"corner-up-right-2\" data-name=\"corner-up-right\"><rect class=\"eva-11\"   transform=\"translate(0 24) rotate(-90)\"/><path class=\"eva-12\" d=\"M19.78,10.38l-4-5a1,1,0,0,0-1.56,1.24L16.92,10H8a3,3,0,0,0-3,3v5a1,1,0,0,0,2,0V13a1,1,0,0,1,1-1h8.92l-2.7,3.38a1,1,0,0,0,.16,1.4A1,1,0,0,0,15,17a1,1,0,0,0,.78-.38l4-5A1,1,0,0,0,19.78,10.38Z\"/></g></g></g></svg></li><li title=\"credit card outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"credit-card\"><g id=\"credit-card-2\" data-name=\"credit-card\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M19,5H5A3,3,0,0,0,2,8v8a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V8A3,3,0,0,0,19,5ZM4,8A1,1,0,0,1,5,7H19a1,1,0,0,1,1,1V9H4Zm16,8a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V11H20Z\"/><path class=\"eva-12\" d=\"M7,15h4a1,1,0,0,0,0-2H7a1,1,0,0,0,0,2Z\"/><path class=\"eva-12\" d=\"M15,15h2a1,1,0,0,0,0-2H15a1,1,0,0,0,0,2Z\"/></g></g></g></svg></li><li title=\"crop outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"crop\"><g id=\"crop-2\" data-name=\"crop\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M21,16H18V8.56A2.56,2.56,0,0,0,15.44,6H8V3A1,1,0,0,0,6,3V6H3A1,1,0,0,0,3,8H6v7.44A2.56,2.56,0,0,0,8.56,18H16v3a1,1,0,0,0,2,0V18h3a1,1,0,0,0,0-2ZM8.56,16A.56.56,0,0,1,8,15.44V8h7.44a.56.56,0,0,1,.56.56V16Z\"/></g></g></g></svg></li><li title=\"cube outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"cube\"><g id=\"cube-2\" data-name=\"cube\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M20.66,7.26a0,0,0,0,1,0,0l0,0c0-.07-.1-.14-.15-.21l-.09-.1a2.5,2.5,0,0,0-.86-.68l-6.4-3h0a2.7,2.7,0,0,0-2.26,0l-6.4,3a2.6,2.6,0,0,0-.86.68L3.52,7a1,1,0,0,0-.15.2l0,0a0,0,0,0,1,0,0A2.39,2.39,0,0,0,3,8.46v7.06a2.49,2.49,0,0,0,1.46,2.26l6.4,3a2.7,2.7,0,0,0,2.27,0l6.4-3A2.49,2.49,0,0,0,21,15.54V8.46A2.39,2.39,0,0,0,20.66,7.26Zm-8.95-2.2a.73.73,0,0,1,.58,0l5.33,2.48L12,10.15,6.38,7.54ZM5.3,16a.47.47,0,0,1-.3-.43V9.1l6,2.79v6.72Zm13.39,0L13,18.61V11.89L19,9.1v6.44A.48.48,0,0,1,18.69,16Z\"/></g></g></g></svg></li><li title=\"diagonal arrow left down outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"diagonal-arrow-left-down\"><g id=\"diagonal-arrow-left-down-2\" data-name=\"diagonal-arrow-left-down\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M17.71,6.29a1,1,0,0,0-1.42,0L8,14.59V9A1,1,0,0,0,6,9v8a1,1,0,0,0,1,1h8a1,1,0,0,0,0-2H9.41l8.3-8.29A1,1,0,0,0,17.71,6.29Z\"/></g></g></g></svg></li><li title=\"diagonal arrow left up outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"diagonal-arrow-left-up\"><g id=\"diagonal-arrow-left-up-2\" data-name=\"diagonal-arrow-left-up\"><rect class=\"eva-11\"   transform=\"translate(24 0) rotate(90)\"/><path class=\"eva-12\" d=\"M17.71,16.29,9.42,8H15a1,1,0,0,0,0-2H7.05a1,1,0,0,0-1,1l0,8a1,1,0,0,0,1,1H7a1,1,0,0,0,1-1L8,9.45l8.26,8.26a1,1,0,0,0,1.42,0A1,1,0,0,0,17.71,16.29Z\"/></g></g></g></svg></li><li title=\"diagonal arrow right down outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"diagonal-arrow-right-down\"><g id=\"diagonal-arrow-right-down-2\" data-name=\"diagonal-arrow-right-down\"><rect class=\"eva-11\"   transform=\"translate(0 24) rotate(-90)\"/><path class=\"eva-12\" d=\"M17,8a1,1,0,0,0-1,1v5.59L7.71,6.29A1,1,0,0,0,6.29,7.71L14.59,16H9a1,1,0,0,0,0,2h8a1,1,0,0,0,1-1V9A1,1,0,0,0,17,8Z\"/></g></g></g></svg></li><li title=\"diagonal arrow right up outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"diagonal-arrow-right-up\"><g id=\"diagonal-arrow-right-up-2\" data-name=\"diagonal-arrow-right-up\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><path class=\"eva-12\" d=\"M18,7.05a1,1,0,0,0-1-1L9,6H9A1,1,0,0,0,9,8l5.56,0L6.29,16.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L16,9.42V15a1,1,0,0,0,1,1h0a1,1,0,0,0,1-1Z\"/></g></g></g></svg></li><li title=\"done all outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"done-all\"><g id=\"done-all-2\" data-name=\"done-all\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M16.62,6.21a1,1,0,0,0-1.41.17l-7,9L4.78,11.2a1,1,0,1,0-1.56,1.25l4.17,5.18a1,1,0,0,0,.78.37h0A1,1,0,0,0,9,17.62l7.83-10A1,1,0,0,0,16.62,6.21Z\"/><path class=\"eva-12\" d=\"M21.62,6.21a1,1,0,0,0-1.41.17l-7,9-.61-.75-1.26,1.62,1.1,1.37a1,1,0,0,0,.78.37h0a1,1,0,0,0,.78-.38l7.83-10A1,1,0,0,0,21.62,6.21Z\"/><path class=\"eva-12\" d=\"M8.71,13.06,10,11.44l-.2-.24A1,1,0,0,0,8.37,11a1,1,0,0,0-.15,1.41Z\"/></g></g></g></svg></li><li title=\"download outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"download\"><g id=\"download-2\" data-name=\"download\"><rect class=\"eva-11\"  /><rect class=\"eva-12\" x=\"4\" y=\"18\"   rx=\"1\" ry=\"1\"/><rect class=\"eva-12\" x=\"3\" y=\"17\"   rx=\"1\" ry=\"1\" transform=\"translate(-13 23) rotate(-90)\"/><rect class=\"eva-12\" x=\"17\" y=\"17\"   rx=\"1\" ry=\"1\" transform=\"translate(1 37) rotate(-90)\"/><path class=\"eva-12\" d=\"M12,15a1,1,0,0,1-.58-.18L7.42,12a1,1,0,0,1-.24-1.39,1,1,0,0,1,1.4-.24L12,12.76,15.4,10.2a1,1,0,0,1,1.2,1.6l-4,3A1,1,0,0,1,12,15Z\"/><path class=\"eva-12\" d=\"M12,13a1,1,0,0,1-1-1V4a1,1,0,0,1,2,0v8A1,1,0,0,1,12,13Z\"/></g></g></g></svg></li><li title=\"droplet off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"droplet-off-outline\"><g id=\"droplet-off-outline-2\" data-name=\"droplet-off-outline\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M12,19h0a5.4,5.4,0,0,1-3.88-1.64,5.73,5.73,0,0,1-.69-7.11L6,8.82a7.74,7.74,0,0,0,.7,9.94A7.37,7.37,0,0,0,12,21h0a7.36,7.36,0,0,0,4.58-1.59L15.15,18A5.43,5.43,0,0,1,12,19Z\"/><path class=\"eva-12\" d=\"M12,5.43l3.88,4a5.71,5.71,0,0,1,1.49,5.15L19,16.15A7.72,7.72,0,0,0,17.31,8L12.71,3.3A1,1,0,0,0,12,3h0a1,1,0,0,0-.72.3L8.73,5.9l1.42,1.42Z\"/><path class=\"eva-12\" d=\"M20.71,19.29l-16-16A1,1,0,0,0,3.29,4.71l16,16a1,1,0,0,0,1.42,0A1,1,0,0,0,20.71,19.29Z\"/></g></g></g></svg></li><li title=\"droplet outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24.2 24.2\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"droplet-outline\"><g id=\"droplet-outline-2\" data-name=\"droplet-outline\"><rect class=\"eva-11\" x=\"0.1\" y=\"0.1\"   transform=\"translate(0.1 -0.1) rotate(0.48)\"/><path class=\"eva-12\" d=\"M12,21.1a7.4,7.4,0,0,1-5.28-2.28A7.73,7.73,0,0,1,6.82,8.05L11.46,3.4a.94.94,0,0,1,.71-.3h0a1,1,0,0,1,.71.31l4.56,4.72a7.73,7.73,0,0,1-.09,10.77A7.33,7.33,0,0,1,12,21.1Zm.13-15.57L8.24,9.45a5.74,5.74,0,0,0-.07,8A5.43,5.43,0,0,0,12,19.1h0a5.42,5.42,0,0,0,3.9-1.61,5.72,5.72,0,0,0,.06-8Z\"/></g></g></g></svg></li><li title=\"edit 2 outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"edit-2\"><g id=\"edit-2-2\" data-name=\"edit-2\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M19,20H5a1,1,0,0,0,0,2H19a1,1,0,0,0,0-2Z\"/><path class=\"eva-12\" d=\"M5,18h.09l4.17-.38a2,2,0,0,0,1.21-.57l9-9a1.92,1.92,0,0,0-.07-2.71h0L16.66,2.6A2,2,0,0,0,14,2.53l-9,9a2,2,0,0,0-.57,1.21L4,16.91a1,1,0,0,0,.29.8A1,1,0,0,0,5,18ZM15.27,4,18,6.73,16,8.68,13.32,6Zm-8.9,8.91L12,7.32l2.7,2.7-5.6,5.6-3,.28Z\"/></g></g></g></svg></li><li title=\"edit outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"edit\"><g id=\"edit-2\" data-name=\"edit\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M19.4,7.34h0L16.66,4.6A2,2,0,0,0,14,4.53l-9,9a2,2,0,0,0-.57,1.21L4,18.91a1,1,0,0,0,.29.8A1,1,0,0,0,5,20h.09l4.17-.38a2,2,0,0,0,1.21-.57l9-9A1.92,1.92,0,0,0,19.4,7.34ZM9.08,17.62l-3,.28.27-3L12,9.32l2.7,2.7ZM16,10.68,13.32,8,15.27,6,18,8.73Z\"/></g></g></g></svg></li><li title=\"email outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"email\"><g id=\"email-2\" data-name=\"email\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M19,4H5A3,3,0,0,0,2,7V17a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V7A3,3,0,0,0,19,4Zm-.67,2L12,10.75,5.67,6ZM19,18H5a1,1,0,0,1-1-1V7.25l7.4,5.55a1,1,0,0,0,.6.2,1,1,0,0,0,.6-.2L20,7.25V17A1,1,0,0,1,19,18Z\"/></g></g></g></svg></li><li title=\"expand outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"expand\"><g id=\"expand-2\" data-name=\"expand\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><path class=\"eva-12\" d=\"M20,5a1,1,0,0,0-1-1L14,4h0a1,1,0,0,0,0,2h2.57L13.29,9.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L18,7.42V10a1,1,0,0,0,1,1h0a1,1,0,0,0,1-1Z\"/><path class=\"eva-12\" d=\"M10.71,13.29a1,1,0,0,0-1.42,0L6,16.57V14a1,1,0,0,0-1-1H5a1,1,0,0,0-1,1l0,5a1,1,0,0,0,1,1h5a1,1,0,0,0,0-2H7.42l3.29-3.29A1,1,0,0,0,10.71,13.29Z\"/></g></g></g></svg></li><li title=\"external link outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"external-link\"><g id=\"external-link-2\" data-name=\"external-link\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M20,11a1,1,0,0,0-1,1v6a1,1,0,0,1-1,1H6a1,1,0,0,1-1-1V6A1,1,0,0,1,6,5h6a1,1,0,0,0,0-2H6A3,3,0,0,0,3,6V18a3,3,0,0,0,3,3H18a3,3,0,0,0,3-3V12A1,1,0,0,0,20,11Z\"/><path class=\"eva-12\" d=\"M16,5h1.58l-6.29,6.28a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L19,6.42V8a1,1,0,0,0,1,1h0a1,1,0,0,0,1-1V4a1,1,0,0,0-1-1L16,3h0a1,1,0,0,0,0,2Z\"/></g></g></g></svg></li><li title=\"eye off 2 outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"eye-off-2\"><g id=\"eye-off-2-2\" data-name=\"eye-off-2\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M17.81,13.39A8.93,8.93,0,0,0,21,7.62a1,1,0,1,0-2-.24,7.07,7.07,0,0,1-14,0,1,1,0,1,0-2,.24,8.93,8.93,0,0,0,3.18,5.77L3.88,15.71a1,1,0,0,0,1.41,1.41l2.61-2.6a9.06,9.06,0,0,0,3.1.92V19a1,1,0,0,0,2,0V15.44a9.06,9.06,0,0,0,3.1-.92l2.61,2.6a1,1,0,0,0,1.41-1.41Z\"/></g></g></g></svg></li><li title=\"eye off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"eye-off\"><g id=\"eye-off-2\" data-name=\"eye-off\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M4.71,3.29A1,1,0,0,0,3.29,4.71l5.63,5.63a3.5,3.5,0,0,0,4.74,4.74l5.63,5.63a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42ZM12,13.5A1.5,1.5,0,0,1,10.5,12s0-.05,0-.07l1.56,1.56Z\"/><path class=\"eva-12\" d=\"M12.22,17c-4.3.1-7.12-3.59-8-5A13.7,13.7,0,0,1,6.46,9.28L5,7.87A15.89,15.89,0,0,0,2.13,11.5a1,1,0,0,0,0,1c.63,1.09,4,6.5,9.89,6.5h.25a9.48,9.48,0,0,0,3.23-.67l-1.58-1.58A7.74,7.74,0,0,1,12.22,17Z\"/><path class=\"eva-12\" d=\"M21.87,11.5C21.23,10.39,17.7,4.82,11.73,5a9.48,9.48,0,0,0-3.23.67l1.58,1.58A7.74,7.74,0,0,1,11.78,7c4.29-.11,7.11,3.59,8,5a13.7,13.7,0,0,1-2.29,2.72L19,16.13a15.89,15.89,0,0,0,2.91-3.63A1,1,0,0,0,21.87,11.5Z\"/></g></g></g></svg></li><li title=\"eye outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"eye\"><g id=\"eye-2\" data-name=\"eye\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M21.87,11.5c-.64-1.11-4.16-6.68-10.14-6.5C6.2,5.14,3,10,2.13,11.5a1,1,0,0,0,0,1c.63,1.09,4,6.5,9.89,6.5h.25c5.53-.14,8.74-5,9.6-6.5A1,1,0,0,0,21.87,11.5ZM12.22,17c-4.31.1-7.12-3.59-8-5,1-1.61,3.61-4.9,7.61-5,4.29-.11,7.11,3.59,8,5C18.8,13.61,16.22,16.9,12.22,17Z\"/><path class=\"eva-12\" d=\"M12,8.5A3.5,3.5,0,1,0,15.5,12,3.5,3.5,0,0,0,12,8.5Zm0,5A1.5,1.5,0,1,1,13.5,12,1.5,1.5,0,0,1,12,13.5Z\"/></g></g></g></svg></li><li title=\"facebook outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"facebook\"><g id=\"facebook-2\" data-name=\"facebook\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><path class=\"eva-12\" d=\"M13,22H9a1,1,0,0,1-1-1V14.8H6a1,1,0,0,1-1-1V10.2a1,1,0,0,1,1-1H8V7.5A5.77,5.77,0,0,1,14,2h3a1,1,0,0,1,1,1V6.6a1,1,0,0,1-1,1H14V9.2h3a1,1,0,0,1,.8.39,1,1,0,0,1,.16.88l-1,3.6a1,1,0,0,1-1,.73H14V21A1,1,0,0,1,13,22Zm-3-2h2V13.8a1,1,0,0,1,1-1h2.24l.44-1.6H13a1,1,0,0,1-1-1V7.5a2,2,0,0,1,2-1.9h2V4H14a3.78,3.78,0,0,0-4,3.5v2.7a1,1,0,0,1-1,1H7v1.6H9a1,1,0,0,1,1,1Z\"/></g></g></g></svg></li><li title=\"file add outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"file-add\"><g id=\"file-add-2\" data-name=\"file-add\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M19.74,8.33l-5.44-6A1,1,0,0,0,13.56,2h-7A2.53,2.53,0,0,0,4,4.5v15A2.53,2.53,0,0,0,6.56,22H17.44A2.53,2.53,0,0,0,20,19.5V9A1,1,0,0,0,19.74,8.33ZM14,5l2.74,3h-2A.79.79,0,0,1,14,7.15Zm3.44,15H6.56A.53.53,0,0,1,6,19.5V4.5A.53.53,0,0,1,6.56,4H12V7.15A2.79,2.79,0,0,0,14.71,10H18v9.5A.53.53,0,0,1,17.44,20Z\"/><path class=\"eva-12\" d=\"M14,13H13V12a1,1,0,0,0-2,0v1H10a1,1,0,0,0,0,2h1v1a1,1,0,0,0,2,0V15h1a1,1,0,0,0,0-2Z\"/></g></g></g></svg></li><li title=\"file outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"file\"><g id=\"file-2\" data-name=\"file\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M19.74,8.33l-5.44-6A1,1,0,0,0,13.56,2h-7A2.53,2.53,0,0,0,4,4.5v15A2.53,2.53,0,0,0,6.56,22H17.44A2.53,2.53,0,0,0,20,19.5V9A1,1,0,0,0,19.74,8.33ZM17.65,9H13.71A.79.79,0,0,1,13,8.15V4h.11Zm-.21,11H6.56A.53.53,0,0,1,6,19.5V4.5A.53.53,0,0,1,6.56,4H11V8.15A2.79,2.79,0,0,0,13.71,11H18v8.5A.53.53,0,0,1,17.44,20Z\"/></g></g></g></svg></li><li title=\"file remove outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"file-remove\"><g id=\"file-remove-2\" data-name=\"file-remove\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M19.74,8.33l-5.44-6A1,1,0,0,0,13.56,2h-7A2.53,2.53,0,0,0,4,4.5v15A2.53,2.53,0,0,0,6.56,22H17.44A2.53,2.53,0,0,0,20,19.5V9A1,1,0,0,0,19.74,8.33ZM14,5l2.74,3h-2A.79.79,0,0,1,14,7.15Zm3.44,15H6.56A.53.53,0,0,1,6,19.5V4.5A.53.53,0,0,1,6.56,4H12V7.15A2.79,2.79,0,0,0,14.71,10H18v9.5A.53.53,0,0,1,17.44,20Z\"/><path class=\"eva-12\" d=\"M14,13H10a1,1,0,0,0,0,2h4a1,1,0,0,0,0-2Z\"/></g></g></g></svg></li><li title=\"file text outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"file-text\"><g id=\"file-text-2\" data-name=\"file-text\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M15,16H9a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2Z\"/><path class=\"eva-12\" d=\"M9,14h3a1,1,0,0,0,0-2H9a1,1,0,0,0,0,2Z\"/><path class=\"eva-12\" d=\"M19.74,8.33l-5.44-6A1,1,0,0,0,13.56,2h-7A2.53,2.53,0,0,0,4,4.5v15A2.53,2.53,0,0,0,6.56,22H17.44A2.53,2.53,0,0,0,20,19.5V9A1,1,0,0,0,19.74,8.33ZM14,5l2.74,3h-2A.79.79,0,0,1,14,7.15Zm3.44,15H6.56A.53.53,0,0,1,6,19.5V4.5A.53.53,0,0,1,6.56,4H12V7.15A2.79,2.79,0,0,0,14.71,10H18v9.5A.53.53,0,0,1,17.44,20Z\"/></g></g></g></svg></li><li title=\"film outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"film\"><g id=\"film-2\" data-name=\"film\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M18.26,3H5.74A2.74,2.74,0,0,0,3,5.74V18.26A2.74,2.74,0,0,0,5.74,21H18.26A2.74,2.74,0,0,0,21,18.26V5.74A2.74,2.74,0,0,0,18.26,3ZM7,11H5V9H7ZM5,13H7v2H5ZM9,5h6V19H9Zm10,6H17V9h2Zm-2,2h2v2H17Zm2-7.26V7H17V5h1.26A.74.74,0,0,1,19,5.74ZM5.74,5H7V7H5V5.74A.74.74,0,0,1,5.74,5ZM5,18.26V17H7v2H5.74A.74.74,0,0,1,5,18.26Zm14,0a.74.74,0,0,1-.74.74H17V17h2Z\"/></g></g></g></svg></li><li title=\"flag outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"flag\"><g id=\"flag-2\" data-name=\"flag\"><polyline class=\"eva-11\" points=\"24 24 0 24 0 0\"/><path class=\"eva-12\" d=\"M19.27,4.68a1.79,1.79,0,0,0-1.6-.25,7.53,7.53,0,0,1-2.17.28,8.54,8.54,0,0,1-3.13-.78A10.15,10.15,0,0,0,8.5,3c-2.89,0-4,1-4.2,1.14a1,1,0,0,0-.3.72V20a1,1,0,0,0,2,0V15.7a6.28,6.28,0,0,1,2.5-.41,8.54,8.54,0,0,1,3.13.78A10.15,10.15,0,0,0,15.5,17,7.66,7.66,0,0,0,19,16.3a1.74,1.74,0,0,0,1-1.55V6.11A1.77,1.77,0,0,0,19.27,4.68ZM18,14.59a6.32,6.32,0,0,1-2.5.41,8.36,8.36,0,0,1-3.13-.79,10.34,10.34,0,0,0-3.87-.92,9.51,9.51,0,0,0-2.5.29V5.42A6.13,6.13,0,0,1,8.5,5a8.36,8.36,0,0,1,3.13.79,10.34,10.34,0,0,0,3.87.92,9.41,9.41,0,0,0,2.5-.3Z\"/></g></g></g></svg></li><li title=\"flash off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"flash-off\"><g id=\"flash-off-2\" data-name=\"flash-off\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M20.71,19.29l-16-16A1,1,0,0,0,3.29,4.71l16,16a1,1,0,0,0,1.42,0A1,1,0,0,0,20.71,19.29Z\"/><path class=\"eva-12\" d=\"M12.54,18.06l.27-2.42L10,12.8H6.87l1.24-1.86L6.67,9.5l-2.5,3.74A1,1,0,0,0,5,14.8h5.89l-.77,7.09a1,1,0,0,0,.65,1.05,1,1,0,0,0,.34.06,1,1,0,0,0,.83-.44l3.12-4.67-1.44-1.44Z\"/><path class=\"eva-12\" d=\"M11.46,5.94l-.27,2.42L14,11.2h3.1l-1.24,1.86,1.44,1.44,2.5-3.74A1,1,0,0,0,19,9.2H13.11l.77-7.09a1,1,0,0,0-.65-1,1,1,0,0,0-1.17.38L8.94,6.11l1.44,1.44Z\"/></g></g></g></svg></li><li title=\"flash outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"flash\"><g id=\"flash-2\" data-name=\"flash\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M11.11,23a1,1,0,0,1-.34-.06,1,1,0,0,1-.65-1.05l.77-7.09H5a1,1,0,0,1-.83-1.56l7.89-11.8a1,1,0,0,1,1.17-.38,1,1,0,0,1,.65,1L13.11,9.2H19a1,1,0,0,1,.83,1.56l-7.89,11.8A1,1,0,0,1,11.11,23ZM6.87,12.8H12a1,1,0,0,1,.74.33,1,1,0,0,1,.25.78l-.45,4.15,4.59-6.86H12a1,1,0,0,1-1-1.11l.45-4.15Z\"/></g></g></g></svg></li><li title=\"flip 2 outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"flip-2\"><g id=\"flip-2-2\" data-name=\"flip-2\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><path class=\"eva-12\" d=\"M6.09,19h12l-1.3,1.29a1,1,0,0,0,1.42,1.42l3-3a1,1,0,0,0,0-1.42l-3-3a1,1,0,0,0-1.42,0,1,1,0,0,0,0,1.42L18.09,17h-12A1.56,1.56,0,0,1,4.5,15.47V13a1,1,0,0,0-2,0v2.47A3.56,3.56,0,0,0,6.09,19Z\"/><path class=\"eva-12\" d=\"M5.79,9.71A1,1,0,1,0,7.21,8.29L5.91,7h12A1.56,1.56,0,0,1,19.5,8.53V11a1,1,0,0,0,2,0V8.53A3.56,3.56,0,0,0,17.91,5h-12l1.3-1.29a1,1,0,0,0,0-1.42,1,1,0,0,0-1.42,0l-3,3a1,1,0,0,0,0,1.42Z\"/></g></g></g></svg></li><li title=\"flip outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"flip-in\"><g id=\"flip-in-2\" data-name=\"flip-in\"><rect class=\"eva-11\"   transform=\"translate(0 24) rotate(-90)\"/><path class=\"eva-12\" d=\"M5,6.09v12l-1.29-1.3a1,1,0,0,0-1.42,1.42l3,3a1,1,0,0,0,1.42,0l3-3a1,1,0,0,0,0-1.42,1,1,0,0,0-1.42,0L7,18.09v-12A1.56,1.56,0,0,1,8.53,4.5H11a1,1,0,0,0,0-2H8.53A3.56,3.56,0,0,0,5,6.09Z\"/><path class=\"eva-12\" d=\"M14.29,5.79a1,1,0,0,0,1.42,1.42L17,5.91v12a1.56,1.56,0,0,1-1.53,1.59H13a1,1,0,0,0,0,2h2.47A3.56,3.56,0,0,0,19,17.91v-12l1.29,1.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42l-3-3a1,1,0,0,0-1.42,0Z\"/></g></g></g></svg></li><li title=\"folder add outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"folder-add\"><g id=\"folder-add-2\" data-name=\"folder-add\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M14,13H13V12a1,1,0,0,0-2,0v1H10a1,1,0,0,0,0,2h1v1a1,1,0,0,0,2,0V15h1a1,1,0,0,0,0-2Z\"/><path class=\"eva-12\" d=\"M19.5,7.05h-7L9.87,3.87A1,1,0,0,0,9.1,3.5H4.5A2.47,2.47,0,0,0,2,5.93V18.07A2.47,2.47,0,0,0,4.5,20.5h15A2.47,2.47,0,0,0,22,18.07V9.48A2.47,2.47,0,0,0,19.5,7.05Zm.5,11a.46.46,0,0,1-.5.43H4.5a.46.46,0,0,1-.5-.43V5.93a.46.46,0,0,1,.5-.43H8.63l2.6,3.18a1,1,0,0,0,.77.37h7.5a.46.46,0,0,1,.5.43Z\"/></g></g></g></svg></li><li title=\"folder outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"folder\"><g id=\"folder-2\" data-name=\"folder\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M19.5,20.5H4.5A2.47,2.47,0,0,1,2,18.07V5.93A2.47,2.47,0,0,1,4.5,3.5H9.1a1,1,0,0,1,.77.37l2.6,3.18h7A2.47,2.47,0,0,1,22,9.48v8.59A2.47,2.47,0,0,1,19.5,20.5ZM4,13.76v4.31a.46.46,0,0,0,.5.43h15a.46.46,0,0,0,.5-.43V9.48a.46.46,0,0,0-.5-.43H12a1,1,0,0,1-.77-.37L8.63,5.5H4.5a.46.46,0,0,0-.5.43Z\"/></g></g></g></svg></li><li title=\"folder remove outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"folder-remove\"><g id=\"folder-remove-2\" data-name=\"folder-remove\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M14,13H10a1,1,0,0,0,0,2h4a1,1,0,0,0,0-2Z\"/><path class=\"eva-12\" d=\"M19.5,7.05h-7L9.87,3.87A1,1,0,0,0,9.1,3.5H4.5A2.47,2.47,0,0,0,2,5.93V18.07A2.47,2.47,0,0,0,4.5,20.5h15A2.47,2.47,0,0,0,22,18.07V9.48A2.47,2.47,0,0,0,19.5,7.05Zm.5,11a.46.46,0,0,1-.5.43H4.5a.46.46,0,0,1-.5-.43V5.93a.46.46,0,0,1,.5-.43H8.63l2.6,3.18a1,1,0,0,0,.77.37h7.5a.46.46,0,0,1,.5.43Z\"/></g></g></g></svg></li><li title=\"funnel outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"funnel\"><g id=\"funnel-2\" data-name=\"funnel\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M13.9,22a1,1,0,0,1-.6-.2l-4-3.05a1,1,0,0,1-.39-.8V14.68L4.11,5.46A1,1,0,0,1,5,4H19a1,1,0,0,1,.86.49,1,1,0,0,1,0,1l-5,9.21V21a1,1,0,0,1-.55.9A1,1,0,0,1,13.9,22Zm-3-4.54,2,1.53V14.44A1,1,0,0,1,13,14l4.3-8H6.64l4.13,8a1,1,0,0,1,.11.46Z\"/></g></g></g></svg></li><li title=\"gift outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"gift\"><g id=\"gift-2\" data-name=\"gift\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><path class=\"eva-12\" d=\"M19.2,7h-.39A3,3,0,0,0,19,6a3.08,3.08,0,0,0-3.14-3A4.46,4.46,0,0,0,12,5.4,4.46,4.46,0,0,0,8.14,3,3.08,3.08,0,0,0,5,6a3,3,0,0,0,.19,1H4.8A2,2,0,0,0,3,9.2v3.6A2.08,2.08,0,0,0,4.5,15v4.37A1.75,1.75,0,0,0,6.31,21H17.69a1.75,1.75,0,0,0,1.81-1.67V15A2.08,2.08,0,0,0,21,12.8V9.2A2,2,0,0,0,19.2,7ZM19,9.2v3.6a.56.56,0,0,1,0,.2H13V9h6A.56.56,0,0,1,19,9.2ZM15.86,5A1.08,1.08,0,0,1,17,6a1.08,1.08,0,0,1-1.14,1H13.4A2.93,2.93,0,0,1,15.86,5ZM7,6A1.08,1.08,0,0,1,8.14,5a2.93,2.93,0,0,1,2.45,2H8.14A1.08,1.08,0,0,1,7,6ZM5,9.2A.56.56,0,0,1,5,9h6v4H5a.56.56,0,0,1,0-.2ZM6.5,15H11v4H6.5ZM13,19V15h4.5v4Z\"/></g></g></g></svg></li><li title=\"github outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"github\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M16.24,22a1,1,0,0,1-1-1V18.4a2.15,2.15,0,0,0-.54-1.66,1,1,0,0,1,.61-1.67C17.75,14.78,20,14,20,9.77a4,4,0,0,0-.67-2.22,2.75,2.75,0,0,1-.41-2.06,3.71,3.71,0,0,0,0-1.41,7.65,7.65,0,0,0-2.09,1.09,1,1,0,0,1-.84.15,10.15,10.15,0,0,0-5.52,0,1,1,0,0,1-.84-.15A7.4,7.4,0,0,0,7.52,4.08a3.52,3.52,0,0,0,0,1.41,2.84,2.84,0,0,1-.43,2.08A4.07,4.07,0,0,0,6.42,9.8c0,3.89,1.88,4.93,4.7,5.29a1,1,0,0,1,.82.66,1,1,0,0,1-.21,1,2.06,2.06,0,0,0-.55,1.56V21a1,1,0,0,1-2,0v-.57a6,6,0,0,1-5.27-2.09,3.9,3.9,0,0,0-1.16-.88,1,1,0,1,1,.5-1.94,4.93,4.93,0,0,1,2,1.36c1,1,2,1.88,3.9,1.52h0a3.89,3.89,0,0,1,.23-1.58c-2.06-.52-5-2-5-7a6,6,0,0,1,1-3.33.85.85,0,0,0,.13-.62,5.69,5.69,0,0,1,.33-3.21,1,1,0,0,1,.63-.57c.34-.1,1.56-.3,3.87,1.2a12.16,12.16,0,0,1,5.69,0c2.31-1.5,3.53-1.31,3.86-1.2a1,1,0,0,1,.63.57,5.71,5.71,0,0,1,.33,3.22.75.75,0,0,0,.11.57,6,6,0,0,1,1,3.34c0,5.07-2.92,6.54-5,7a4.28,4.28,0,0,1,.22,1.67V21A1,1,0,0,1,16.24,22Z\"/></g></g></svg></li><li title=\"globe 2 outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"globe-2\"><g id=\"globe-2-2\" data-name=\"globe-2\"><rect class=\"eva-11\"  /><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,2a8.19,8.19,0,0,1,1.79.21,2.61,2.61,0,0,1-.78,1c-.22.17-.46.31-.7.46a4.56,4.56,0,0,0-1.85,1.67,6.49,6.49,0,0,0-.62,3.3c0,1.36,0,2.16-.95,2.87-1.37,1.07-3.46.47-4.76-.07A8.33,8.33,0,0,1,4,12,8,8,0,0,1,12,4ZM5,15.8a8.42,8.42,0,0,0,2,.27,5,5,0,0,0,3.14-1c1.71-1.34,1.71-3.06,1.71-4.44a4.76,4.76,0,0,1,.37-2.34,2.86,2.86,0,0,1,1.12-.91,9.75,9.75,0,0,0,.92-.61A4.55,4.55,0,0,0,15.66,4.9,8,8,0,0,1,19,8.12c-1.43.2-3.46.67-3.86,2.53A7,7,0,0,0,15,12a2.93,2.93,0,0,1-.29,1.47l-.1.17c-.65,1.08-1.38,2.31-.39,4,.12.21.25.41.38.61a2.29,2.29,0,0,1,.52,1.08A7.89,7.89,0,0,1,12,20,8,8,0,0,1,5,15.8Zm11.93,2.52a6.79,6.79,0,0,0-.63-1.14c-.11-.16-.22-.32-.32-.49-.39-.68-.25-1,.38-2l.1-.17A4.77,4.77,0,0,0,17,12.09a5.42,5.42,0,0,1,.09-1c.16-.73,1.71-.93,2.67-1a7.94,7.94,0,0,1-2.86,8.28Z\"/></g></g></g></svg></li><li title=\"globe outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"globe\"><g id=\"globe-2\" data-name=\"globe\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><path class=\"eva-12\" d=\"M22,12A10,10,0,0,0,12,2h0a10,10,0,0,0,0,20h0A10,10,0,0,0,22,12Zm-2.07-1H17a12.91,12.91,0,0,0-2.33-6.54A8,8,0,0,1,19.93,11ZM9.08,13H15a11.44,11.44,0,0,1-3,6.61A11,11,0,0,1,9.08,13Zm0-2A11.4,11.4,0,0,1,12,4.4,11.19,11.19,0,0,1,15,11Zm.36-6.57A13.18,13.18,0,0,0,7.07,11h-3A8,8,0,0,1,9.44,4.43ZM4.07,13h3a12.86,12.86,0,0,0,2.35,6.56A8,8,0,0,1,4.07,13Zm10.55,6.55A13.14,13.14,0,0,0,17,13h2.95A8,8,0,0,1,14.62,19.55Z\"/></g></g></g></svg></li><li title=\"google outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"google\"><g id=\"google-2\" data-name=\"google\"><polyline class=\"eva-11\" points=\"0 0 24 0 24 24 0 24\"/><path class=\"eva-12\" d=\"M12,22h-.43A10.16,10.16,0,0,1,2,12.29,10,10,0,0,1,16.12,2.88a1.48,1.48,0,0,1,.77.86,1.47,1.47,0,0,1-.1,1.16L15.5,7.28a1.44,1.44,0,0,1-1.83.64A4.5,4.5,0,0,0,8.77,9a4.41,4.41,0,0,0-1.16,3.34,4.36,4.36,0,0,0,1.66,3,4.52,4.52,0,0,0,3.45,1,3.89,3.89,0,0,0,2.63-1.57h-2.9A1.45,1.45,0,0,1,11,13.33V10.65A1.45,1.45,0,0,1,12.45,9.2h8.1A1.46,1.46,0,0,1,22,10.64c0,.63,0,1.7,0,1.88A10,10,0,0,1,12,22ZM12,4a8,8,0,0,0-8,8.24A8.12,8.12,0,0,0,11.65,20,8,8,0,0,0,20,12.42V11.2H13v1.58h5.31l-.41,1.3A6,6,0,0,1,13,18.33,6.58,6.58,0,0,1,8,17a6.33,6.33,0,0,1-.72-9.3A6.52,6.52,0,0,1,14,5.91l.77-1.43A7.9,7.9,0,0,0,12,4Z\"/></g></g></g></svg></li><li title=\"grid outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"grid\"><g id=\"grid-2\" data-name=\"grid\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M9,3H5A2,2,0,0,0,3,5V9a2,2,0,0,0,2,2H9a2,2,0,0,0,2-2V5A2,2,0,0,0,9,3ZM5,9V5H9V9Z\"/><path class=\"eva-12\" d=\"M19,3H15a2,2,0,0,0-2,2V9a2,2,0,0,0,2,2h4a2,2,0,0,0,2-2V5A2,2,0,0,0,19,3ZM15,9V5h4V9Z\"/><path class=\"eva-12\" d=\"M9,13H5a2,2,0,0,0-2,2v4a2,2,0,0,0,2,2H9a2,2,0,0,0,2-2V15A2,2,0,0,0,9,13ZM5,19V15H9v4Z\"/><path class=\"eva-12\" d=\"M19,13H15a2,2,0,0,0-2,2v4a2,2,0,0,0,2,2h4a2,2,0,0,0,2-2V15A2,2,0,0,0,19,13Zm-4,6V15h4v4Z\"/></g></g></g></svg></li><li title=\"hard drive outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"hard-drive\"><g id=\"hard-drive-2\" data-name=\"hard-drive\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M20.79,11.34,17.45,4.66A3,3,0,0,0,14.76,3H9.24A3,3,0,0,0,6.55,4.66L3.21,11.34a2,2,0,0,0-.21.9V18a3,3,0,0,0,3,3H18a3,3,0,0,0,3-3V12.24A2,2,0,0,0,20.79,11.34ZM8.34,5.55A1,1,0,0,1,9.24,5h5.52a1,1,0,0,1,.9.55L18.38,11H5.62ZM18,19H6a1,1,0,0,1-1-1V13H19v5A1,1,0,0,1,18,19Z\"/><path class=\"eva-12\" d=\"M16,15H12a1,1,0,0,0,0,2h4a1,1,0,0,0,0-2Z\"/><circle class=\"eva-12\" cx=\"8\" cy=\"16\" r=\"1\"/></g></g></g></svg></li><li title=\"hash outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"hash\"><g id=\"hash-2\" data-name=\"hash\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><path class=\"eva-12\" d=\"M20,14H15.7l.73-4H20a1,1,0,0,0,0-2H16.79l.69-3.81A1,1,0,0,0,16.64,3a1,1,0,0,0-1.22.82L14.67,8H10.79l.69-3.81A1,1,0,0,0,10.64,3a1,1,0,0,0-1.22.82L8.67,8H4a1,1,0,0,0,0,2H8.3l-.73,4H4a1,1,0,0,0,0,2H7.21l-.69,3.81A1,1,0,0,0,7.36,21h0a1,1,0,0,0,1.22-.82L9.33,16h3.88l-.69,3.81A1,1,0,0,0,13.36,21h0a1,1,0,0,0,1.22-.82L15.33,16H20a1,1,0,0,0,0-2ZM9.7,14l.73-4H14.3l-.73,4Z\"/></g></g></g></svg></li><li title=\"headphones outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"headphones\"><g id=\"headphones-2\" data-name=\"headphones\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M12,2A10.2,10.2,0,0,0,2,12.37V17a4,4,0,1,0,4-4,3.91,3.91,0,0,0-2,.56V12.37A8.2,8.2,0,0,1,12,4a8.2,8.2,0,0,1,8,8.37v1.19A3.91,3.91,0,0,0,18,13a4,4,0,1,0,4,4V12.37A10.2,10.2,0,0,0,12,2ZM6,15a2,2,0,1,1-2,2A2,2,0,0,1,6,15Zm12,4a2,2,0,1,1,2-2A2,2,0,0,1,18,19Z\"/></g></g></g></svg></li><li title=\"heart outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"heart\"><g id=\"heart-2\" data-name=\"heart\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M12,21h0a1,1,0,0,1-.71-.29L3.52,12.93a5.26,5.26,0,0,1,0-7.4,5.24,5.24,0,0,1,7.4,0L12,6.61l1.08-1.08a5.24,5.24,0,0,1,7.4,0,5.26,5.26,0,0,1,0,7.4l-7.77,7.78A1,1,0,0,1,12,21ZM7.22,6a3.2,3.2,0,0,0-2.28.94,3.24,3.24,0,0,0,0,4.57L12,18.58l7.06-7.07a3.24,3.24,0,0,0,0-4.57,3.32,3.32,0,0,0-4.56,0l-1.79,1.8a1,1,0,0,1-1.42,0L9.5,6.94A3.2,3.2,0,0,0,7.22,6Z\"/></g></g></g></svg></li><li title=\"home outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"home\"><g id=\"home-2\" data-name=\"home\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M20.42,10.18,12.71,2.3a1,1,0,0,0-1.42,0L3.58,10.19A2,2,0,0,0,3,11.62V20a2,2,0,0,0,1.89,2H19.11A2,2,0,0,0,21,20V11.62A2.07,2.07,0,0,0,20.42,10.18ZM10,20V14h4v6Zm9,0H16V13a1,1,0,0,0-1-1H9a1,1,0,0,0-1,1v7H5V11.58l7-7.15,7,7.19Z\"/></g></g></g></svg></li><li title=\"image outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"image\"><g id=\"image-2\" data-name=\"image\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M18,3H6A3,3,0,0,0,3,6V18a3,3,0,0,0,3,3H18a3,3,0,0,0,3-3V6A3,3,0,0,0,18,3ZM6,5H18a1,1,0,0,1,1,1v8.36l-3.2-2.73a2.77,2.77,0,0,0-3.52,0L5,17.7V6A1,1,0,0,1,6,5ZM18,19H6.56l7-5.84a.78.78,0,0,1,.93,0L19,17v1A1,1,0,0,1,18,19Z\"/><circle class=\"eva-12\" cx=\"8\" cy=\"8.5\" r=\"1.5\"/></g></g></g></svg></li><li title=\"inbox outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"inbox\"><g id=\"inbox-2\" data-name=\"inbox\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><path class=\"eva-12\" d=\"M20.79,11.34,17.45,4.66A3,3,0,0,0,14.76,3H9.24A3,3,0,0,0,6.55,4.66L3.21,11.34a2,2,0,0,0-.21.9V18a3,3,0,0,0,3,3H18a3,3,0,0,0,3-3V12.24A2,2,0,0,0,20.79,11.34ZM8.34,5.55A1,1,0,0,1,9.24,5h5.52a1,1,0,0,1,.9.55L18.38,11H16a1,1,0,0,0-1,1v3H9V12a1,1,0,0,0-1-1H5.62ZM18,19H6a1,1,0,0,1-1-1V13H7v3a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1V13h2v5A1,1,0,0,1,18,19Z\"/></g></g></g></svg></li><li title=\"info outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"info\"><g id=\"info-2\" data-name=\"info\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><path class=\"eva-12\" d=\"M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z\"/><circle class=\"eva-12\" cx=\"12\" cy=\"8\" r=\"1\"/><path class=\"eva-12\" d=\"M12,10a1,1,0,0,0-1,1v5a1,1,0,0,0,2,0V11A1,1,0,0,0,12,10Z\"/></g></g></g></svg></li><li title=\"keypad outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"keypad\"><g id=\"keypad-2\" data-name=\"keypad\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M5,2A3,3,0,1,0,8,5,3,3,0,0,0,5,2ZM5,6A1,1,0,1,1,6,5,1,1,0,0,1,5,6Z\"/><path class=\"eva-12\" d=\"M12,2a3,3,0,1,0,3,3A3,3,0,0,0,12,2Zm0,4a1,1,0,1,1,1-1A1,1,0,0,1,12,6Z\"/><path class=\"eva-12\" d=\"M19,8a3,3,0,1,0-3-3A3,3,0,0,0,19,8Zm0-4a1,1,0,1,1-1,1A1,1,0,0,1,19,4Z\"/><path class=\"eva-12\" d=\"M5,9a3,3,0,1,0,3,3A3,3,0,0,0,5,9Zm0,4a1,1,0,1,1,1-1A1,1,0,0,1,5,13Z\"/><path class=\"eva-12\" d=\"M12,9a3,3,0,1,0,3,3A3,3,0,0,0,12,9Zm0,4a1,1,0,1,1,1-1A1,1,0,0,1,12,13Z\"/><path class=\"eva-12\" d=\"M19,9a3,3,0,1,0,3,3A3,3,0,0,0,19,9Zm0,4a1,1,0,1,1,1-1A1,1,0,0,1,19,13Z\"/><path class=\"eva-12\" d=\"M5,16a3,3,0,1,0,3,3A3,3,0,0,0,5,16Zm0,4a1,1,0,1,1,1-1A1,1,0,0,1,5,20Z\"/><path class=\"eva-12\" d=\"M12,16a3,3,0,1,0,3,3A3,3,0,0,0,12,16Zm0,4a1,1,0,1,1,1-1A1,1,0,0,1,12,20Z\"/><path class=\"eva-12\" d=\"M19,16a3,3,0,1,0,3,3A3,3,0,0,0,19,16Zm0,4a1,1,0,1,1,1-1A1,1,0,0,1,19,20Z\"/></g></g></g></svg></li><li title=\"layers outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"layers\"><g id=\"layers-2\" data-name=\"layers\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><path class=\"eva-12\" d=\"M21,11.35a1,1,0,0,0-.61-.86l-2.15-.92,2.26-1.3a1,1,0,0,0,.5-.92,1,1,0,0,0-.61-.86l-8-3.41a1,1,0,0,0-.78,0l-8,3.41A1,1,0,0,0,3,7.35a1,1,0,0,0,.5.92l2.26,1.3-2.15.92a1,1,0,0,0-.61.86,1,1,0,0,0,.5.92l2.26,1.3-2.15.92a1,1,0,0,0-.61.86,1,1,0,0,0,.5.92l8,4.6a1,1,0,0,0,1,0l8-4.6a1,1,0,0,0,.5-.92,1,1,0,0,0-.61-.86l-2.15-.92,2.26-1.3A1,1,0,0,0,21,11.35ZM12,5.09l5.76,2.45L12,10.85,6.24,7.54Zm-.5,7.78a1,1,0,0,0,1,0l3.57-2,1.69.72L12,14.85,6.24,11.54l1.69-.72Zm6.26,2.67L12,18.85,6.24,15.54l1.69-.72,3.57,2.05a1,1,0,0,0,1,0l3.57-2.05Z\"/></g></g></g></svg></li><li title=\"layout outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"layout\"><g id=\"layout-2\" data-name=\"layout\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M18,3H6A3,3,0,0,0,3,6V18a3,3,0,0,0,3,3H18a3,3,0,0,0,3-3V6A3,3,0,0,0,18,3ZM6,5H18a1,1,0,0,1,1,1V8H5V6A1,1,0,0,1,6,5ZM5,18V10h6v9H6A1,1,0,0,1,5,18Zm13,1H13V10h6v8A1,1,0,0,1,18,19Z\"/></g></g></g></svg></li><li title=\"link 2 outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"link-2\"><g id=\"link-2-2\" data-name=\"link-2\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M13.29,9.29l-4,4a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l4-4a1,1,0,0,0-1.42-1.42Z\"/><path class=\"eva-12\" d=\"M12.28,17.4,11,18.67a4.2,4.2,0,0,1-5.58.4,4,4,0,0,1-.27-5.93l1.42-1.43a1,1,0,0,0,0-1.42,1,1,0,0,0-1.42,0L3.88,11.57a6.15,6.15,0,0,0-.67,8.07,6.06,6.06,0,0,0,9.07.6l1.42-1.42a1,1,0,0,0-1.42-1.42Z\"/><path class=\"eva-12\" d=\"M19.66,3.22a6.18,6.18,0,0,0-8.13.68L10.45,5a1.09,1.09,0,0,0-.17,1.61,1,1,0,0,0,1.42,0L13,5.3a4.17,4.17,0,0,1,5.57-.4,4,4,0,0,1,.27,5.95l-1.42,1.43a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l1.42-1.42A6.06,6.06,0,0,0,19.66,3.22Z\"/></g></g></g></svg></li><li title=\"link outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"link\"><g id=\"link-2\" data-name=\"link\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M8,12a1,1,0,0,0,1,1h6a1,1,0,0,0,0-2H9A1,1,0,0,0,8,12Z\"/><path class=\"eva-12\" d=\"M9,16H7.21A4.13,4.13,0,0,1,3,12.37,4,4,0,0,1,7,8H9A1,1,0,0,0,9,6H7.21a6.15,6.15,0,0,0-6.16,5.21A6,6,0,0,0,7,18H9a1,1,0,0,0,0-2Z\"/><path class=\"eva-12\" d=\"M23,11.24A6.16,6.16,0,0,0,16.76,6H15.25C14.44,6,14,6.45,14,7a1,1,0,0,0,1,1h1.79A4.13,4.13,0,0,1,21,11.63,4,4,0,0,1,17,16H15a1,1,0,0,0,0,2h2A6,6,0,0,0,23,11.24Z\"/></g></g></g></svg></li><li title=\"linkedin outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"linkedin\"><g id=\"linkedin-2\" data-name=\"linkedin\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><path class=\"eva-12\" d=\"M20,22H18.33a2,2,0,0,1-2-2V14.63a.92.92,0,0,0-.69-.93.84.84,0,0,0-.67.19.85.85,0,0,0-.3.65V20a2,2,0,0,1-2,2H11a2,2,0,0,1-2-2V14.54a6.5,6.5,0,1,1,13,0V20A2,2,0,0,1,20,22ZM15.5,11.69a3.73,3.73,0,0,1,.47,0,2.91,2.91,0,0,1,2.36,2.9V20H20V14.54a4.5,4.5,0,1,0-9,0V20h1.67V14.54a2.85,2.85,0,0,1,2.83-2.85Z\"/><path class=\"eva-12\" d=\"M6,22H4a2,2,0,0,1-2-2V10A2,2,0,0,1,4,8H6a2,2,0,0,1,2,2V20A2,2,0,0,1,6,22ZM4,10H4V20H6V10Z\"/><path class=\"eva-12\" d=\"M5,7A3,3,0,1,1,8,4,3,3,0,0,1,5,7ZM5,3A1,1,0,1,0,6,4,1,1,0,0,0,5,3Z\"/></g></g></g></svg></li><li title=\"list outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"list\"><g id=\"list-2\" data-name=\"list\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><circle class=\"eva-12\" cx=\"4\" cy=\"7\" r=\"1\"/><circle class=\"eva-12\" cx=\"4\" cy=\"12\" r=\"1\"/><circle class=\"eva-12\" cx=\"4\" cy=\"17\" r=\"1\"/><rect class=\"eva-12\" x=\"7\" y=\"11\"   rx=\"0.94\" ry=\"0.94\"/><rect class=\"eva-12\" x=\"7\" y=\"16\"   rx=\"0.94\" ry=\"0.94\"/><rect class=\"eva-12\" x=\"7\" y=\"6\"   rx=\"0.94\" ry=\"0.94\"/></g></g></g></svg></li><li title=\"loader outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"loader\"><g id=\"loader-2\" data-name=\"loader\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><path class=\"eva-12\" d=\"M12,2a1,1,0,0,0-1,1V5a1,1,0,0,0,2,0V3A1,1,0,0,0,12,2Z\"/><path class=\"eva-12\" d=\"M21,11H19a1,1,0,0,0,0,2h2a1,1,0,0,0,0-2Z\"/><path class=\"eva-12\" d=\"M6,12a1,1,0,0,0-1-1H3a1,1,0,0,0,0,2H5A1,1,0,0,0,6,12Z\"/><path class=\"eva-12\" d=\"M6.22,5A1,1,0,0,0,4.83,6.47L6.27,7.86A1,1,0,0,0,7,8.14a1,1,0,0,0,.72-.31,1,1,0,0,0,0-1.41Z\"/><path class=\"eva-12\" d=\"M17,8.14a1,1,0,0,0,.69-.28l1.44-1.39A1,1,0,0,0,17.78,5L16.34,6.42a1,1,0,0,0,0,1.41A1,1,0,0,0,17,8.14Z\"/><path class=\"eva-12\" d=\"M12,18a1,1,0,0,0-1,1v2a1,1,0,0,0,2,0V19A1,1,0,0,0,12,18Z\"/><path class=\"eva-12\" d=\"M17.73,16.14a1,1,0,0,0-1.39,1.44L17.78,19a1,1,0,0,0,.69.28,1,1,0,0,0,.72-.3,1,1,0,0,0,0-1.42Z\"/><path class=\"eva-12\" d=\"M6.27,16.14,4.83,17.53a1,1,0,0,0,0,1.42,1,1,0,0,0,.72.3A1,1,0,0,0,6.22,19l1.44-1.39a1,1,0,0,0-1.39-1.44Z\"/></g></g></g></svg></li><li title=\"lock outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"lock\"><g id=\"lock-2\" data-name=\"lock\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M17,8H16V6.11a4,4,0,1,0-8,0V8H7a3,3,0,0,0-3,3v8a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V11A3,3,0,0,0,17,8ZM10,6.11A2.06,2.06,0,0,1,12,4a2.06,2.06,0,0,1,2,2.11V8H10ZM18,19a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V11a1,1,0,0,1,1-1H17a1,1,0,0,1,1,1Z\"/><path class=\"eva-12\" d=\"M12,12a3,3,0,1,0,3,3A3,3,0,0,0,12,12Zm0,4a1,1,0,1,1,1-1A1,1,0,0,1,12,16Z\"/></g></g></g></svg></li><li title=\"log in outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"log-in\"><g id=\"log-in-2\" data-name=\"log-in\"><rect class=\"eva-11\"   transform=\"translate(0 24) rotate(-90)\"/><path class=\"eva-12\" d=\"M19,4H17a1,1,0,0,0,0,2h1V18H17a1,1,0,0,0,0,2h2a1,1,0,0,0,1-1V5A1,1,0,0,0,19,4Z\"/><path class=\"eva-12\" d=\"M11.8,7.4a1,1,0,0,0-1.6,1.2L12,11H4a1,1,0,0,0,0,2h8l.09,0-1.72,2.44a1,1,0,0,0,.24,1.4,1,1,0,0,0,.58.18,1,1,0,0,0,.81-.42l2.82-4a1,1,0,0,0,0-1.18Z\"/></g></g></g></svg></li><li title=\"log out outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"log-out\"><g id=\"log-out-2\" data-name=\"log-out\"><rect class=\"eva-11\"   transform=\"translate(24 0) rotate(90)\"/><path class=\"eva-12\" d=\"M7,6A1,1,0,0,0,7,4H5A1,1,0,0,0,4,5V19a1,1,0,0,0,1,1H7a1,1,0,0,0,0-2H6V6Z\"/><path class=\"eva-12\" d=\"M20.82,11.42,18,7.42a1,1,0,0,0-1.39-.24,1,1,0,0,0-.24,1.4L18.09,11,18,11H10a1,1,0,0,0,0,2h8l-1.8,2.4a1,1,0,0,0,.2,1.4,1,1,0,0,0,.6.2,1,1,0,0,0,.8-.4l3-4A1,1,0,0,0,20.82,11.42Z\"/></g></g></g></svg></li><li title=\"map outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"map\"><g id=\"map-2\" data-name=\"map\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><path class=\"eva-12\" d=\"M20.41,5.89l-4-1.8-.05,0-.12,0-.12,0h-.25l-.1,0-.13,0-.05,0L12,5.7,8.41,4.09l-.05,0L8.24,4,8.12,4H7.87l-.1,0-.13,0,0,0-4,1.8A1,1,0,0,0,3,6.8V19a1,1,0,0,0,.46.84A1,1,0,0,0,4,20a1,1,0,0,0,.41-.09L8,18.3l3.59,1.61h.05a.85.85,0,0,0,.72,0h.05L16,18.3l3.59,1.61A1,1,0,0,0,20,20a1,1,0,0,0,.54-.16A1,1,0,0,0,21,19V6.8A1,1,0,0,0,20.41,5.89ZM5,7.44l2-.89v10l-2,.89Zm4-.89,2,.89v10l-2-.89Zm4,.89,2-.89v10l-2,.89Zm6,10-2-.89v-10l2,.89Z\"/></g></g></g></svg></li><li title=\"maximize outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"maximize\"><g id=\"maximize-2\" data-name=\"maximize\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M20.71,19.29l-3.4-3.39A7.92,7.92,0,0,0,19,11a8,8,0,1,0-8,8,7.92,7.92,0,0,0,4.9-1.69l3.39,3.4a1,1,0,0,0,1.42,0A1,1,0,0,0,20.71,19.29ZM5,11a6,6,0,1,1,6,6A6,6,0,0,1,5,11Z\"/><path class=\"eva-12\" d=\"M13,10H12V9a1,1,0,0,0-2,0v1H9a1,1,0,0,0,0,2h1v1a1,1,0,0,0,2,0V12h1a1,1,0,0,0,0-2Z\"/></g></g></g></svg></li><li title=\"menu 2 outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"menu-2\"><g id=\"menu-2-2\" data-name=\"menu-2\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><circle class=\"eva-12\" cx=\"4\" cy=\"12\" r=\"1\"/><rect class=\"eva-12\" x=\"7\" y=\"11\"   rx=\"0.94\" ry=\"0.94\"/><rect class=\"eva-12\" x=\"3\" y=\"16\"   rx=\"0.94\" ry=\"0.94\"/><rect class=\"eva-12\" x=\"3\" y=\"6\"   rx=\"0.94\" ry=\"0.94\"/></g></g></g></svg></li><li title=\"menu arrow outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"menu-arrow\"><g id=\"menu-arrow-2\" data-name=\"menu-arrow\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><path class=\"eva-12\" d=\"M20.05,11H5.91l1.3-1.29A1,1,0,0,0,5.79,8.29l-3,3a1,1,0,0,0,0,1.42l3,3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L5.91,13H20.05a1,1,0,0,0,.95-.95V12A1,1,0,0,0,20.05,11Z\"/><rect class=\"eva-12\" x=\"3\" y=\"17\"   rx=\"0.95\" ry=\"0.95\"/><rect class=\"eva-12\" x=\"3\" y=\"5\"   rx=\"0.95\" ry=\"0.95\"/></g></g></g></svg></li><li title=\"menu outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"menu\"><g id=\"menu-2\" data-name=\"menu\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><rect class=\"eva-12\" x=\"3\" y=\"11\"   rx=\"0.95\" ry=\"0.95\"/><rect class=\"eva-12\" x=\"3\" y=\"16\"   rx=\"0.95\" ry=\"0.95\"/><rect class=\"eva-12\" x=\"3\" y=\"6\"   rx=\"0.95\" ry=\"0.95\"/></g></g></g></svg></li><li title=\"message circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:inherit;}.eva-12{fill:none;opacity:0;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"message-circle\"><g id=\"message-circle-2\" data-name=\"message-circle\"><circle class=\"eva-11\" cx=\"12\" cy=\"12\" r=\"1\"/><circle class=\"eva-11\" cx=\"16\" cy=\"12\" r=\"1\"/><circle class=\"eva-11\" cx=\"8\" cy=\"12\" r=\"1\"/><path class=\"eva-11\" d=\"M19.07,4.93a10,10,0,0,0-16.28,11,1.06,1.06,0,0,1,.09.64L2,20.8a1,1,0,0,0,.27.91A1,1,0,0,0,3,22l.2,0,4.28-.86a1.26,1.26,0,0,1,.64.09,10,10,0,0,0,11-16.28Zm.83,8.36a8,8,0,0,1-11,6.08,3.26,3.26,0,0,0-1.25-.26,3.43,3.43,0,0,0-.56.05l-2.82.57.57-2.82a3.09,3.09,0,0,0-.21-1.81,8,8,0,0,1,6.08-11h0a8,8,0,0,1,9.19,9.19Z\"/><rect class=\"eva-12\"  /></g></g></g></svg></li><li title=\"message square outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:none;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"message-square\"><g id=\"message-square-2\" data-name=\"message-square\"><rect class=\"eva-11\"  /><circle class=\"eva-12\" cx=\"12\" cy=\"11\" r=\"1\"/><circle class=\"eva-12\" cx=\"16\" cy=\"11\" r=\"1\"/><circle class=\"eva-12\" cx=\"8\" cy=\"11\" r=\"1\"/><path class=\"eva-12\" d=\"M19,3H5A3,3,0,0,0,2,6V21a1,1,0,0,0,.51.87A1,1,0,0,0,3,22a1,1,0,0,0,.51-.14L8,19.14A1,1,0,0,1,8.55,19H19a3,3,0,0,0,3-3V6A3,3,0,0,0,19,3Zm1,13a1,1,0,0,1-1,1H8.55A3,3,0,0,0,7,17.43l-3,1.8V6A1,1,0,0,1,5,5H19a1,1,0,0,1,1,1Z\"/></g></g></g></svg></li><li title=\"mic off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"mic-off\"><g id=\"mic-off-2\" data-name=\"mic-off\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M10,6a2,2,0,0,1,4,0v5a1,1,0,0,1,0,.16l1.6,1.59A4,4,0,0,0,16,11V6a4,4,0,0,0-7.92-.75L10,7.17Z\"/><path class=\"eva-12\" d=\"M19,11a1,1,0,0,0-2,0,4.86,4.86,0,0,1-.69,2.48L17.78,15A7,7,0,0,0,19,11Z\"/><path class=\"eva-12\" d=\"M12,15l.16,0L8,10.83V11A4,4,0,0,0,12,15Z\"/><path class=\"eva-12\" d=\"M20.71,19.29l-16-16A1,1,0,0,0,3.29,4.71l16,16a1,1,0,0,0,1.42,0A1,1,0,0,0,20.71,19.29Z\"/><path class=\"eva-12\" d=\"M15,20H13V17.92a7,7,0,0,0,1.65-.44l-1.6-1.6A4.57,4.57,0,0,1,12,16a5,5,0,0,1-5-5,1,1,0,0,0-2,0,7,7,0,0,0,6,6.92V20H9a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2Z\"/></g></g></g></svg></li><li title=\"mic outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"mic\"><g id=\"mic-2\" data-name=\"mic\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M12,15a4,4,0,0,0,4-4V6A4,4,0,0,0,8,6v5A4,4,0,0,0,12,15ZM10,6a2,2,0,0,1,4,0v5a2,2,0,0,1-4,0Z\"/><path class=\"eva-12\" d=\"M19,11a1,1,0,0,0-2,0A5,5,0,0,1,7,11a1,1,0,0,0-2,0,7,7,0,0,0,6,6.92V20H8.89a.89.89,0,0,0-.89.89v.22a.89.89,0,0,0,.89.89h6.22a.89.89,0,0,0,.89-.89v-.22a.89.89,0,0,0-.89-.89H13V17.92A7,7,0,0,0,19,11Z\"/></g></g></g></svg></li><li title=\"minimize outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"minimize\"><g id=\"minimize-2\" data-name=\"minimize\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M20.71,19.29l-3.4-3.39A7.92,7.92,0,0,0,19,11a8,8,0,1,0-8,8,7.92,7.92,0,0,0,4.9-1.69l3.39,3.4a1,1,0,0,0,1.42,0A1,1,0,0,0,20.71,19.29ZM5,11a6,6,0,1,1,6,6A6,6,0,0,1,5,11Z\"/><path class=\"eva-12\" d=\"M13,10H9a1,1,0,0,0,0,2h4a1,1,0,0,0,0-2Z\"/></g></g></g></svg></li><li title=\"minus circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"minus-circle\"><g id=\"minus-circle-2\" data-name=\"minus-circle\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z\"/><path class=\"eva-12\" d=\"M15,11H9a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2Z\"/></g></g></g></svg></li><li title=\"minus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"minus\"><g id=\"minus-2\" data-name=\"minus\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><path class=\"eva-12\" d=\"M19,13H5a1,1,0,0,1,0-2H19a1,1,0,0,1,0,2Z\"/></g></g></g></svg></li><li title=\"minus square outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"minus-square\"><g id=\"minus-square-2\" data-name=\"minus-square\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M18,3H6A3,3,0,0,0,3,6V18a3,3,0,0,0,3,3H18a3,3,0,0,0,3-3V6A3,3,0,0,0,18,3Zm1,15a1,1,0,0,1-1,1H6a1,1,0,0,1-1-1V6A1,1,0,0,1,6,5H18a1,1,0,0,1,1,1Z\"/><path class=\"eva-12\" d=\"M15,11H9a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2Z\"/></g></g></g></svg></li><li title=\"monitor outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"monitor\"><g id=\"monitor-2\" data-name=\"monitor\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M19,3H5A3,3,0,0,0,2,6v8a3,3,0,0,0,3,3h6v2H7a1,1,0,0,0,0,2H17a1,1,0,0,0,0-2H13V17h6a3,3,0,0,0,3-3V6A3,3,0,0,0,19,3Zm1,11a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V6A1,1,0,0,1,5,5H19a1,1,0,0,1,1,1Z\"/></g></g></g></svg></li><li title=\"moon outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"moon\"><g id=\"moon-2\" data-name=\"moon\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M12.3,22h-.1a10.31,10.31,0,0,1-7.34-3.15,10.46,10.46,0,0,1-.26-14,10.13,10.13,0,0,1,4-2.74,1,1,0,0,1,1.06.22,1,1,0,0,1,.24,1,8.4,8.4,0,0,0,1.94,8.81,8.47,8.47,0,0,0,8.83,1.94,1,1,0,0,1,1.27,1.29A10.16,10.16,0,0,1,19.6,19,10.28,10.28,0,0,1,12.3,22ZM7.46,4.92A7.93,7.93,0,0,0,6.09,6.14a8.44,8.44,0,0,0,.2,11.32A8.29,8.29,0,0,0,12.22,20h.08a8.34,8.34,0,0,0,6.78-3.49A10.37,10.37,0,0,1,7.46,4.92Z\"/></g></g></g></svg></li><li title=\"more horizontal outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"more-horizotnal\"><g id=\"more-horizotnal-2\" data-name=\"more-horizotnal\"><rect class=\"eva-11\"  /><circle class=\"eva-12\" cx=\"12\" cy=\"12\" r=\"2\"/><circle class=\"eva-12\" cx=\"19\" cy=\"12\" r=\"2\"/><circle class=\"eva-12\" cx=\"5\" cy=\"12\" r=\"2\"/></g></g></g></svg></li><li title=\"more vertical outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"more-vertical\"><g id=\"more-vertical-2\" data-name=\"more-vertical\"><rect class=\"eva-11\"   transform=\"translate(0 24) rotate(-90)\"/><circle class=\"eva-12\" cx=\"12\" cy=\"12\" r=\"2\"/><circle class=\"eva-12\" cx=\"12\" cy=\"5\" r=\"2\"/><circle class=\"eva-12\" cx=\"12\" cy=\"19\" r=\"2\"/></g></g></g></svg></li><li title=\"move outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"move\"><g id=\"move-2\" data-name=\"move\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><path class=\"eva-12\" d=\"M21.71,11.31l-3-3a1,1,0,0,0-1.42,1.42L18.58,11H13V5.41l1.29,1.3A1,1,0,0,0,15,7a1,1,0,0,0,.71-.29,1,1,0,0,0,0-1.42l-3-3A1,1,0,0,0,12,2a1,1,0,0,0-.7.29l-3,3A1,1,0,0,0,9.71,6.71L11,5.42V11H5.41l1.3-1.29A1,1,0,0,0,5.29,8.29l-3,3A1,1,0,0,0,2,12a1,1,0,0,0,.29.71l3,3A1,1,0,0,0,6,16a1,1,0,0,0,.71-.29,1,1,0,0,0,0-1.42L5.42,13H11v5.59l-1.29-1.3a1,1,0,0,0-1.42,1.42l3,3A1,1,0,0,0,12,22h0a1,1,0,0,0,.7-.29l3-3a1,1,0,0,0-1.42-1.42L13,18.58V13h5.59l-1.3,1.29a1,1,0,0,0,0,1.42A1,1,0,0,0,18,16a1,1,0,0,0,.71-.29l3-3A1,1,0,0,0,22,12,1,1,0,0,0,21.71,11.31Z\"/></g></g></g></svg></li><li title=\"music outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"music\"><g id=\"music-2\" data-name=\"music\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M19,15V4a1,1,0,0,0-.38-.78,1,1,0,0,0-.84-.2l-9,2A1,1,0,0,0,8,6v8.34a3.49,3.49,0,1,0,2,3.18A4.36,4.36,0,0,0,10,17V6.8l7-1.55v7.09A3.49,3.49,0,1,0,19,15.51,4.57,4.57,0,0,0,19,15ZM6.54,19A1.49,1.49,0,1,1,8,17.21H8a1.53,1.53,0,0,1,0,.3A1.49,1.49,0,0,1,6.54,19Zm9-2A1.5,1.5,0,1,1,17,15.21h0a1.53,1.53,0,0,1,0,.3A1.5,1.5,0,0,1,15.51,17Z\"/></g></g></g></svg></li><li title=\"navigation 2 outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"navigation-2\"><g id=\"navigation-2-2\" data-name=\"navigation-2\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M13.67,22h-.06a1,1,0,0,1-.92-.8L11,13,2.8,11.31a1,1,0,0,1-.12-1.93l16-5.33A1,1,0,0,1,20,5.32l-5.33,16A1,1,0,0,1,13.67,22ZM6.87,10.1l5.19,1.06a1,1,0,0,1,.79.78l1.05,5.19L17.42,6.58Z\"/></g></g></g></svg></li><li title=\"navigation outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"navigation\"><g id=\"navigation-2\" data-name=\"navigation\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M20,20a.94.94,0,0,1-.55-.17L12,14.9,4.55,19.83a1,1,0,0,1-1.44-1.28l8-16a1,1,0,0,1,1.78,0l8,16a1,1,0,0,1-.23,1.2A1,1,0,0,1,20,20Zm-8-7.3a1,1,0,0,1,.55.17l4.88,3.23L12,5.24,6.57,16.1l4.88-3.23A1,1,0,0,1,12,12.7Z\"/></g></g></g></svg></li><li title=\"npm outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"npm\"><g id=\"npm-2\" data-name=\"npm\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M18,21H6a3,3,0,0,1-3-3V6A3,3,0,0,1,6,3H18a3,3,0,0,1,3,3V18A3,3,0,0,1,18,21ZM6,5A1,1,0,0,0,5,6V18a1,1,0,0,0,1,1H18a1,1,0,0,0,1-1V6a1,1,0,0,0-1-1Z\"/><rect class=\"eva-12\" x=\"12\" y=\"9\"  /></g></g></g></svg></li><li title=\"options 2 outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"options-2\"><g id=\"options-2-2\" data-name=\"options-2\"><rect class=\"eva-11\"   transform=\"translate(24 0) rotate(90)\"/><path class=\"eva-12\" d=\"M19,9a3,3,0,0,0-2.82,2H3a1,1,0,0,0,0,2H16.18A3,3,0,1,0,19,9Zm0,4a1,1,0,1,1,1-1A1,1,0,0,1,19,13Z\"/><path class=\"eva-12\" d=\"M3,7H4.18A3,3,0,0,0,9.82,7H21a1,1,0,0,0,0-2H9.82A3,3,0,0,0,4.18,5H3A1,1,0,0,0,3,7ZM7,5A1,1,0,1,1,6,6,1,1,0,0,1,7,5Z\"/><path class=\"eva-12\" d=\"M21,17H13.82a3,3,0,0,0-5.64,0H3a1,1,0,0,0,0,2H8.18a3,3,0,0,0,5.64,0H21a1,1,0,0,0,0-2ZM11,19a1,1,0,1,1,1-1A1,1,0,0,1,11,19Z\"/></g></g></g></svg></li><li title=\"options outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"options\"><g id=\"options-2\" data-name=\"options\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M7,14.18V3A1,1,0,0,0,5,3V14.18a3,3,0,0,0,0,5.64V21a1,1,0,0,0,2,0V19.82a3,3,0,0,0,0-5.64ZM6,18a1,1,0,1,1,1-1A1,1,0,0,1,6,18Z\"/><path class=\"eva-12\" d=\"M21,13a3,3,0,0,0-2-2.82V3a1,1,0,0,0-2,0v7.18a3,3,0,0,0,0,5.64V21a1,1,0,0,0,2,0V15.82A3,3,0,0,0,21,13Zm-3,1a1,1,0,1,1,1-1A1,1,0,0,1,18,14Z\"/><path class=\"eva-12\" d=\"M15,5a3,3,0,1,0-4,2.82V21a1,1,0,0,0,2,0V7.82A3,3,0,0,0,15,5ZM12,6a1,1,0,1,1,1-1A1,1,0,0,1,12,6Z\"/></g></g></g></svg></li><li title=\"pantone outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"pantone\"><g id=\"pantone-2\" data-name=\"pantone\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M20,13.18H15.94l2.3-2.47a1,1,0,0,0,0-1.41L14.05,5.44a.93.93,0,0,0-.71-.26,1,1,0,0,0-.7.31l-1.82,2V4a1,1,0,0,0-1-1H4A1,1,0,0,0,3,4V17.09A3.91,3.91,0,0,0,6.91,21H20a1,1,0,0,0,1-1V14.18A1,1,0,0,0,20,13.18ZM13.42,7.59l2.67,2.49-5.27,5.66V10.38ZM8.82,10v3H5V10Zm0-5V8H5V5ZM5,17.09V15H8.82v2.09a1.91,1.91,0,0,1-3.82,0ZM19,19H10.51l3.56-3.82H19Z\"/></g></g></g></svg></li><li title=\"paper plane outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"paper-plane\"><g id=\"paper-plane-2\" data-name=\"paper-plane\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M21,4a1.31,1.31,0,0,0-.06-.27l0-.09a1,1,0,0,0-.2-.3,1,1,0,0,0-.29-.19l-.09,0A.86.86,0,0,0,20.05,3H20a1,1,0,0,0-.3,0l-18,6a1,1,0,0,0,0,1.9l8.53,2.84,2.84,8.53a1,1,0,0,0,1.9,0l6-18A1,1,0,0,0,21,4ZM16.3,6.29l-5.57,5.57L5.16,10ZM14,18.84l-1.86-5.57L17.71,7.7Z\"/></g></g></g></svg></li><li title=\"pause circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"pause-circle\"><g id=\"pause-circle-2\" data-name=\"pause-circle\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z\"/><path class=\"eva-12\" d=\"M15,8a1,1,0,0,0-1,1v6a1,1,0,0,0,2,0V9A1,1,0,0,0,15,8Z\"/><path class=\"eva-12\" d=\"M9,8A1,1,0,0,0,8,9v6a1,1,0,0,0,2,0V9A1,1,0,0,0,9,8Z\"/></g></g></g></svg></li><li title=\"people outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"people\"><g id=\"people-2\" data-name=\"people\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M9,11A4,4,0,1,0,5,7,4,4,0,0,0,9,11ZM9,5A2,2,0,1,1,7,7,2,2,0,0,1,9,5Z\"/><path class=\"eva-12\" d=\"M17,13a3,3,0,1,0-3-3A3,3,0,0,0,17,13Zm0-4a1,1,0,1,1-1,1A1,1,0,0,1,17,9Z\"/><path class=\"eva-12\" d=\"M17,14a5,5,0,0,0-3.06,1.05A7,7,0,0,0,2,20a1,1,0,0,0,2,0,5,5,0,0,1,10,0,1,1,0,0,0,2,0,6.9,6.9,0,0,0-.86-3.35A3,3,0,0,1,20,19a1,1,0,0,0,2,0A5,5,0,0,0,17,14Z\"/></g></g></g></svg></li><li title=\"percent outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"percent\"><g id=\"percent-2\" data-name=\"percent\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M8,11A3.5,3.5,0,1,0,4.5,7.5,3.5,3.5,0,0,0,8,11ZM8,6A1.5,1.5,0,1,1,6.5,7.5,1.5,1.5,0,0,1,8,6Z\"/><path class=\"eva-12\" d=\"M16,14a3.5,3.5,0,1,0,3.5,3.5A3.5,3.5,0,0,0,16,14Zm0,5a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,16,19Z\"/><path class=\"eva-12\" d=\"M19.74,4.26a.89.89,0,0,0-1.26,0L4.26,18.48a.91.91,0,0,0-.26.63.89.89,0,0,0,1.52.63L19.74,5.52A.89.89,0,0,0,19.74,4.26Z\"/></g></g></g></svg></li><li title=\"person add outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"person-add\"><g id=\"person-add-2\" data-name=\"person-add\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M21,6H20V5a1,1,0,0,0-2,0V6H17a1,1,0,0,0,0,2h1V9a1,1,0,0,0,2,0V8h1a1,1,0,0,0,0-2Z\"/><path class=\"eva-12\" d=\"M10,11A4,4,0,1,0,6,7,4,4,0,0,0,10,11Zm0-6A2,2,0,1,1,8,7,2,2,0,0,1,10,5Z\"/><path class=\"eva-12\" d=\"M10,13a7,7,0,0,0-7,7,1,1,0,0,0,2,0,5,5,0,0,1,10,0,1,1,0,0,0,2,0A7,7,0,0,0,10,13Z\"/></g></g></g></svg></li><li title=\"person delete outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"person-delete\"><g id=\"person-delete-2\" data-name=\"person-delete\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M20.47,7.5l.73-.73A1,1,0,0,0,19.73,5.3L19,6l-.73-.73A1,1,0,0,0,16.8,6.77l.73.73-.73.73A1,1,0,0,0,18.27,9.7L19,9l.73.73A1,1,0,0,0,21.2,8.23Z\"/><path class=\"eva-12\" d=\"M10,11A4,4,0,1,0,6,7,4,4,0,0,0,10,11Zm0-6A2,2,0,1,1,8,7,2,2,0,0,1,10,5Z\"/><path class=\"eva-12\" d=\"M10,13a7,7,0,0,0-7,7,1,1,0,0,0,2,0,5,5,0,0,1,10,0,1,1,0,0,0,2,0A7,7,0,0,0,10,13Z\"/></g></g></g></svg></li><li title=\"person done outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"person-done\"><g id=\"person-done-2\" data-name=\"person-done\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M21.66,4.25a1,1,0,0,0-1.41.09L18.38,6.49l-.63-.71a1,1,0,0,0-1.5,1.33l1.39,1.56a1,1,0,0,0,.75.33h0a1,1,0,0,0,.74-.34l2.61-3A1,1,0,0,0,21.66,4.25Z\"/><path class=\"eva-12\" d=\"M10,11A4,4,0,1,0,6,7,4,4,0,0,0,10,11Zm0-6A2,2,0,1,1,8,7,2,2,0,0,1,10,5Z\"/><path class=\"eva-12\" d=\"M10,13a7,7,0,0,0-7,7,1,1,0,0,0,2,0,5,5,0,0,1,10,0,1,1,0,0,0,2,0A7,7,0,0,0,10,13Z\"/></g></g></g></svg></li><li title=\"person outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"person\"><g id=\"person-2\" data-name=\"person\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M12,11A4,4,0,1,0,8,7,4,4,0,0,0,12,11Zm0-6a2,2,0,1,1-2,2A2,2,0,0,1,12,5Z\"/><path class=\"eva-12\" d=\"M12,13a7,7,0,0,0-7,7,1,1,0,0,0,2,0,5,5,0,0,1,10,0,1,1,0,0,0,2,0A7,7,0,0,0,12,13Z\"/></g></g></g></svg></li><li title=\"person remove outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"person-remove\"><g id=\"person-remove-2\" data-name=\"person-remove\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M21,6H17a1,1,0,0,0,0,2h4a1,1,0,0,0,0-2Z\"/><path class=\"eva-12\" d=\"M10,11A4,4,0,1,0,6,7,4,4,0,0,0,10,11Zm0-6A2,2,0,1,1,8,7,2,2,0,0,1,10,5Z\"/><path class=\"eva-12\" d=\"M10,13a7,7,0,0,0-7,7,1,1,0,0,0,2,0,5,5,0,0,1,10,0,1,1,0,0,0,2,0A7,7,0,0,0,10,13Z\"/></g></g></g></svg></li><li title=\"phone call outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"phone-call\"><g id=\"phone-call-2\" data-name=\"phone-call\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M13,8a3,3,0,0,1,3,3,1,1,0,0,0,2,0,5,5,0,0,0-5-5,1,1,0,0,0,0,2Z\"/><path class=\"eva-12\" d=\"M13,4a7,7,0,0,1,7,7,1,1,0,0,0,2,0,9,9,0,0,0-9-9,1,1,0,0,0,0,2Z\"/><path class=\"eva-12\" d=\"M21.75,15.91a1,1,0,0,0-.72-.65l-6-1.37a1,1,0,0,0-.92.26c-.14.13-.15.14-.8,1.38a9.91,9.91,0,0,1-4.87-4.89C9.71,10,9.72,10,9.85,9.85a1,1,0,0,0,.26-.92L8.74,3a1,1,0,0,0-.65-.72,3.79,3.79,0,0,0-.72-.18A3.94,3.94,0,0,0,6.6,2,4.6,4.6,0,0,0,2,6.6,15.42,15.42,0,0,0,17.4,22,4.6,4.6,0,0,0,22,17.4a4.77,4.77,0,0,0-.06-.76A4.34,4.34,0,0,0,21.75,15.91ZM17.4,20A13.41,13.41,0,0,1,4,6.6,2.61,2.61,0,0,1,6.6,4l.33,0L8,8.64l-.54.28c-.86.45-1.54.81-1.18,1.59a11.85,11.85,0,0,0,7.18,7.21c.84.34,1.17-.29,1.62-1.16l.29-.55L20,17.07c0,.11,0,.22,0,.33A2.61,2.61,0,0,1,17.4,20Z\"/></g></g></g></svg></li><li title=\"phone missed outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"phone-missed\"><g id=\"phone-missed-2\" data-name=\"phone-missed\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M21.94,16.64a4.34,4.34,0,0,0-.19-.73,1,1,0,0,0-.72-.65l-6-1.37a1,1,0,0,0-.92.26c-.14.13-.15.14-.8,1.38a10,10,0,0,1-4.88-4.89C9.71,10,9.72,10,9.85,9.85a1,1,0,0,0,.26-.92L8.74,3a1,1,0,0,0-.65-.72,3.79,3.79,0,0,0-.72-.18A3.94,3.94,0,0,0,6.6,2,4.6,4.6,0,0,0,2,6.6,15.42,15.42,0,0,0,17.4,22,4.6,4.6,0,0,0,22,17.4,4.77,4.77,0,0,0,21.94,16.64ZM17.4,20A13.41,13.41,0,0,1,4,6.6,2.61,2.61,0,0,1,6.6,4l.33,0L8,8.64l-.55.29c-.87.45-1.5.78-1.17,1.58a11.85,11.85,0,0,0,7.18,7.21c.84.34,1.17-.29,1.62-1.16l.29-.55L20,17.07c0,.11,0,.22,0,.33A2.61,2.61,0,0,1,17.4,20Z\"/><path class=\"eva-12\" d=\"M15.8,8.7a1.05,1.05,0,0,0,1.47,0L18,8l.73.73A1,1,0,0,0,20.2,7.23l-.73-.73.73-.73A1,1,0,0,0,18.73,4.3L18,5l-.73-.73A1,1,0,0,0,15.8,5.77l.73.73-.73.73A1.05,1.05,0,0,0,15.8,8.7Z\"/></g></g></g></svg></li><li title=\"phone off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"phone-off\"><g id=\"phone-off-2\" data-name=\"phone-off\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M19.74,4.26a.89.89,0,0,0-1.26,0L4.26,18.48a.91.91,0,0,0-.26.63.89.89,0,0,0,1.52.63L19.74,5.52A.89.89,0,0,0,19.74,4.26Z\"/><path class=\"eva-12\" d=\"M6.7,14.63A13.29,13.29,0,0,1,4,6.6,2.61,2.61,0,0,1,6.6,4l.33,0L8,8.64l-.55.29c-.87.45-1.5.78-1.17,1.58a11.57,11.57,0,0,0,1.57,3l1.43-1.42a10.37,10.37,0,0,1-.8-1.42C9.71,10,9.72,10,9.85,9.85a1,1,0,0,0,.26-.92L8.74,3a1,1,0,0,0-.65-.72,3.79,3.79,0,0,0-.72-.18A3.94,3.94,0,0,0,6.6,2,4.6,4.6,0,0,0,2,6.6a15.33,15.33,0,0,0,3.27,9.46Z\"/><path class=\"eva-12\" d=\"M21.94,16.64a4.34,4.34,0,0,0-.19-.73,1,1,0,0,0-.72-.65l-6-1.37a1,1,0,0,0-.92.26c-.14.13-.15.14-.8,1.38a10.88,10.88,0,0,1-1.41-.8l-1.43,1.43a11.52,11.52,0,0,0,2.94,1.56c.84.34,1.17-.29,1.62-1.16l.29-.55L20,17.07c0,.11,0,.22,0,.33A2.61,2.61,0,0,1,17.4,20a13.29,13.29,0,0,1-8-2.7L7.94,18.73A15.33,15.33,0,0,0,17.4,22,4.6,4.6,0,0,0,22,17.4,4.77,4.77,0,0,0,21.94,16.64Z\"/></g></g></g></svg></li><li title=\"phone outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"phone\"><g id=\"phone-2\" data-name=\"phone\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M17.4,22A15.42,15.42,0,0,1,2,6.6,4.6,4.6,0,0,1,6.6,2a3.94,3.94,0,0,1,.77.07,3.79,3.79,0,0,1,.72.18A1,1,0,0,1,8.74,3l1.37,6a1,1,0,0,1-.26.92c-.13.14-.14.15-1.37.79a9.91,9.91,0,0,0,4.87,4.89c.65-1.24.66-1.25.8-1.38a1,1,0,0,1,.92-.26l6,1.37a1,1,0,0,1,.72.65,4.34,4.34,0,0,1,.19.73,4.77,4.77,0,0,1,.06.76A4.6,4.6,0,0,1,17.4,22ZM6.6,4A2.61,2.61,0,0,0,4,6.6,13.41,13.41,0,0,0,17.4,20,2.61,2.61,0,0,0,20,17.4c0-.11,0-.22,0-.33L15.36,16l-.29.55c-.45.87-.78,1.5-1.62,1.16a11.85,11.85,0,0,1-7.18-7.21c-.36-.78.32-1.14,1.18-1.59L8,8.64,6.93,4Z\"/></g></g></g></svg></li><li title=\"pie chart outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"pie-chart\"><g id=\"pie-chart-2\" data-name=\"pie-chart\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M13,2a1,1,0,0,0-1,1v8a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1A9,9,0,0,0,13,2Zm1,8V4.07A7,7,0,0,1,19.93,10Z\"/><path class=\"eva-12\" d=\"M20.82,14.06a1,1,0,0,0-1.28.61A8,8,0,1,1,9.33,4.46a1,1,0,0,0-.66-1.89A10,10,0,1,0,21.43,15.33,1,1,0,0,0,20.82,14.06Z\"/></g></g></g></svg></li><li title=\"pin outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"pin\"><g id=\"pin-2\" data-name=\"pin\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M12,2A8,8,0,0,0,4,9.92c0,5.48,7.05,11.58,7.35,11.84a1,1,0,0,0,1.3,0C13,21.5,20,15.4,20,9.92A8,8,0,0,0,12,2Zm0,17.65c-1.67-1.59-6-6-6-9.73a6,6,0,0,1,12,0C18,13.62,13.67,18.06,12,19.65Z\"/><path class=\"eva-12\" d=\"M12,6a3.5,3.5,0,1,0,3.5,3.5A3.5,3.5,0,0,0,12,6Zm0,5a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,12,11Z\"/></g></g></g></svg></li><li title=\"play circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"play-circle\"><g id=\"play-circle-2\" data-name=\"play-circle\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z\"/><path class=\"eva-12\" d=\"M12.34,7.45a1.7,1.7,0,0,0-1.85-.3,1.6,1.6,0,0,0-1,1.48v6.74a1.6,1.6,0,0,0,1,1.48,1.68,1.68,0,0,0,.69.15,1.74,1.74,0,0,0,1.16-.45L16,13.18a1.6,1.6,0,0,0,0-2.36ZM11.5,14.6V9.4L14.31,12Z\"/></g></g></g></svg></li><li title=\"plus circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"plus-circle\"><g id=\"plus-circle-2\" data-name=\"plus-circle\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z\"/><path class=\"eva-12\" d=\"M15,11H13V9a1,1,0,0,0-2,0v2H9a1,1,0,0,0,0,2h2v2a1,1,0,0,0,2,0V13h2a1,1,0,0,0,0-2Z\"/></g></g></g></svg></li><li title=\"plus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"plus\"><g id=\"plus-2\" data-name=\"plus\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><path class=\"eva-12\" d=\"M19,11H13V5a1,1,0,0,0-2,0v6H5a1,1,0,0,0,0,2h6v6a1,1,0,0,0,2,0V13h6a1,1,0,0,0,0-2Z\"/></g></g></g></svg></li><li title=\"plus square outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"plus-square\"><g id=\"plus-square-2\" data-name=\"plus-square\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M18,3H6A3,3,0,0,0,3,6V18a3,3,0,0,0,3,3H18a3,3,0,0,0,3-3V6A3,3,0,0,0,18,3Zm1,15a1,1,0,0,1-1,1H6a1,1,0,0,1-1-1V6A1,1,0,0,1,6,5H18a1,1,0,0,1,1,1Z\"/><path class=\"eva-12\" d=\"M15,11H13V9a1,1,0,0,0-2,0v2H9a1,1,0,0,0,0,2h2v2a1,1,0,0,0,2,0V13h2a1,1,0,0,0,0-2Z\"/></g></g></g></svg></li><li title=\"power outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"power\"><g id=\"power-2\" data-name=\"power\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M12,13a1,1,0,0,0,1-1V2a1,1,0,0,0-2,0V12A1,1,0,0,0,12,13Z\"/><path class=\"eva-12\" d=\"M16.59,3.11a1,1,0,0,0-.92,1.78,8,8,0,1,1-7.34,0,1,1,0,1,0-.92-1.78,10,10,0,1,0,9.18,0Z\"/></g></g></g></svg></li><li title=\"pricetags outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"pricetags\"><g id=\"pricetags-2\" data-name=\"pricetags\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M12.87,22a1.84,1.84,0,0,1-1.29-.53L5.17,15.05a1,1,0,0,1-.29-.61L4,5.09a1,1,0,0,1,.29-.8A1,1,0,0,1,5.09,4l9.35.88a1,1,0,0,1,.61.29l6.42,6.41a1.82,1.82,0,0,1,0,2.57l-7.32,7.32A1.82,1.82,0,0,1,12.87,22Zm-6-8.11,6,6,7.05-7.05-6-6L6.11,6.11Z\"/><circle class=\"eva-12\" cx=\"10.5\" cy=\"10.5\" r=\"1.5\"/></g></g></g></svg></li><li title=\"printer outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"printer\"><g id=\"printer-2\" data-name=\"printer\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M19.36,7H18V5a1.92,1.92,0,0,0-1.83-2H7.83A1.92,1.92,0,0,0,6,5V7H4.64A2.66,2.66,0,0,0,2,9.67v6.66A2.66,2.66,0,0,0,4.64,19H5.5a2,2,0,0,0,2,2h9a2,2,0,0,0,2-2h.86A2.66,2.66,0,0,0,22,16.33V9.67A2.66,2.66,0,0,0,19.36,7ZM8,5h8V7H8ZM7.5,19V15h9v4ZM20,16.33a.66.66,0,0,1-.64.67H18.5V15a2,2,0,0,0-2-2h-9a2,2,0,0,0-2,2v2H4.64A.66.66,0,0,1,4,16.33V9.67A.66.66,0,0,1,4.64,9H19.36a.66.66,0,0,1,.64.67Z\"/></g></g></g></svg></li><li title=\"question mark circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"menu-arrow-circle\"><g id=\"menu-arrow-circle-2\" data-name=\"menu-arrow-circle\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><path class=\"eva-12\" d=\"M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z\"/><path class=\"eva-12\" d=\"M12,6A3.5,3.5,0,0,0,8.5,9.5a1,1,0,0,0,2,0A1.5,1.5,0,1,1,12,11a1,1,0,0,0-1,1v2a1,1,0,0,0,2,0V12.84A3.49,3.49,0,0,0,12,6Z\"/><circle class=\"eva-12\" cx=\"12\" cy=\"17\" r=\"1\"/></g></g></g></svg></li><li title=\"question mark outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"question-mark\"><g id=\"question-mark-2\" data-name=\"question-mark\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><path class=\"eva-12\" d=\"M17,9A5,5,0,0,0,7,9,1,1,0,0,0,9,9a3,3,0,1,1,3,3,1,1,0,0,0-1,1v2a1,1,0,0,0,2,0V13.9A5,5,0,0,0,17,9Z\"/><circle class=\"eva-12\" cx=\"12\" cy=\"19\" r=\"1\"/></g></g></g></svg></li><li title=\"radio button off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"radio-button-off\"><g id=\"radio-button-off-2\" data-name=\"radio-button-off\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M12,22A10,10,0,1,1,22,12,10,10,0,0,1,12,22ZM12,4a8,8,0,1,0,8,8A8,8,0,0,0,12,4Z\"/></g></g></g></svg></li><li title=\"radio button on outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"radio-button-on\"><g id=\"radio-button-on-2\" data-name=\"radio-button-on\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z\"/><path class=\"eva-12\" d=\"M12,7a5,5,0,1,0,5,5A5,5,0,0,0,12,7Zm0,8a3,3,0,1,1,3-3A3,3,0,0,1,12,15Z\"/></g></g></g></svg></li><li title=\"radio outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"radio\"><g id=\"radio-2\" data-name=\"radio\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M12,8a3,3,0,0,0-1,5.83A1,1,0,0,0,11,14v6a1,1,0,0,0,2,0V14a1,1,0,0,0,0-.17A3,3,0,0,0,12,8Zm0,4a1,1,0,1,1,1-1A1,1,0,0,1,12,12Z\"/><path class=\"eva-12\" d=\"M3.5,11A6.87,6.87,0,0,1,6.14,5.77,1,1,0,1,0,4.86,4.23,8.84,8.84,0,0,0,1.5,11a8.84,8.84,0,0,0,3.36,6.77,1,1,0,1,0,1.28-1.54A6.87,6.87,0,0,1,3.5,11Z\"/><path class=\"eva-12\" d=\"M16.64,6.24a1,1,0,0,0-1.28,1.52A4.28,4.28,0,0,1,17,11a4.28,4.28,0,0,1-1.64,3.24A1,1,0,0,0,16,16a1,1,0,0,0,.64-.24A6.2,6.2,0,0,0,19,11,6.2,6.2,0,0,0,16.64,6.24Z\"/><path class=\"eva-12\" d=\"M8.76,6.36a1,1,0,0,0-1.4-.12A6.2,6.2,0,0,0,5,11a6.2,6.2,0,0,0,2.36,4.76,1,1,0,0,0,1.4-.12,1,1,0,0,0-.12-1.4A4.28,4.28,0,0,1,7,11,4.28,4.28,0,0,1,8.64,7.76,1,1,0,0,0,8.76,6.36Z\"/><path class=\"eva-12\" d=\"M19.14,4.23a1,1,0,1,0-1.28,1.54A6.87,6.87,0,0,1,20.5,11a6.87,6.87,0,0,1-2.64,5.23,1,1,0,0,0,1.28,1.54A8.84,8.84,0,0,0,22.5,11,8.84,8.84,0,0,0,19.14,4.23Z\"/></g></g></g></svg></li><li title=\"recording outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"recording\"><g id=\"recording-2\" data-name=\"recording\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M18,8a4,4,0,0,0-4,4,3.91,3.91,0,0,0,.56,2H9.44A3.91,3.91,0,0,0,10,12a4,4,0,1,0-4,4H18a4,4,0,0,0,0-8ZM4,12a2,2,0,1,1,2,2A2,2,0,0,1,4,12Zm14,2a2,2,0,1,1,2-2A2,2,0,0,1,18,14Z\"/></g></g></g></svg></li><li title=\"refresh outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"refresh\"><g id=\"refresh-2\" data-name=\"refresh\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M20.3,13.43a1,1,0,0,0-1.25.65A7.14,7.14,0,0,1,12.18,19,7.1,7.1,0,0,1,5,12a7.1,7.1,0,0,1,7.18-7,7.26,7.26,0,0,1,4.65,1.67l-2.17-.36a1,1,0,0,0-1.15.83,1,1,0,0,0,.83,1.15l4.24.7h.17a1,1,0,0,0,.34-.06.33.33,0,0,0,.1-.06.78.78,0,0,0,.2-.11l.09-.11c0-.05.09-.09.13-.15s0-.1.05-.14a1.34,1.34,0,0,0,.07-.18l.75-4a1,1,0,0,0-2-.38l-.27,1.45A9.21,9.21,0,0,0,12.18,3,9.1,9.1,0,0,0,3,12a9.1,9.1,0,0,0,9.18,9A9.12,9.12,0,0,0,21,14.68,1,1,0,0,0,20.3,13.43Z\"/></g></g></g></svg></li><li title=\"repeat outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"repeat\"><g id=\"repeat-2\" data-name=\"repeat\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M17.91,5h-12l1.3-1.29A1,1,0,0,0,5.79,2.29l-3,3a1,1,0,0,0,0,1.42l3,3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L5.91,7h12A1.56,1.56,0,0,1,19.5,8.53V11a1,1,0,0,0,2,0V8.53A3.56,3.56,0,0,0,17.91,5Z\"/><path class=\"eva-12\" d=\"M18.21,14.29a1,1,0,0,0-1.42,1.42L18.09,17h-12A1.56,1.56,0,0,1,4.5,15.47V13a1,1,0,0,0-2,0v2.47A3.56,3.56,0,0,0,6.09,19h12l-1.3,1.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l3-3a1,1,0,0,0,0-1.42Z\"/></g></g></g></svg></li><li title=\"rewind left outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"rewind-left\"><g id=\"rewind-left-2\" data-name=\"rewind-left\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><path class=\"eva-12\" d=\"M18.45,6.2a2.1,2.1,0,0,0-2.21.26L11.5,10.38V7.79A1.76,1.76,0,0,0,10.45,6.2a2.1,2.1,0,0,0-2.21.26l-5.1,4.21a1.7,1.7,0,0,0,0,2.66l5.1,4.21a2.06,2.06,0,0,0,1.3.46,2.23,2.23,0,0,0,.91-.2,1.76,1.76,0,0,0,1.05-1.59V13.62l4.74,3.92a2.06,2.06,0,0,0,1.3.46,2.23,2.23,0,0,0,.91-.2,1.76,1.76,0,0,0,1.05-1.59V7.79A1.76,1.76,0,0,0,18.45,6.2ZM9.5,16,4.68,12,9.5,8.09Zm8,0-4.82-4L17.5,8.09Z\"/></g></g></g></svg></li><li title=\"rewind right outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"rewind-right\"><g id=\"rewind-right-2\" data-name=\"rewind-right\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M20.86,10.67l-5.1-4.21a2.1,2.1,0,0,0-2.21-.26A1.76,1.76,0,0,0,12.5,7.79v2.59L7.76,6.46A2.1,2.1,0,0,0,5.55,6.2a1.76,1.76,0,0,0-1,1.59v8.42a1.76,1.76,0,0,0,1,1.59,2.23,2.23,0,0,0,.91.2,2.06,2.06,0,0,0,1.3-.46l4.74-3.92v2.59a1.76,1.76,0,0,0,1.05,1.59,2.23,2.23,0,0,0,.91.2,2.06,2.06,0,0,0,1.3-.46l5.1-4.21a1.7,1.7,0,0,0,0-2.66ZM6.5,15.91V8l4.82,4Zm8,0V8l4.82,4Z\"/></g></g></g></svg></li><li title=\"save outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"save\"><g id=\"save-2\" data-name=\"save\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M20.12,8.71,15.29,3.88A3,3,0,0,0,13.17,3H6A3,3,0,0,0,3,6V18a3,3,0,0,0,3,3H18a3,3,0,0,0,3-3V10.83A3,3,0,0,0,20.12,8.71ZM10,19V17h4v2Zm9-1a1,1,0,0,1-1,1H16V16a1,1,0,0,0-1-1H9a1,1,0,0,0-1,1v3H6a1,1,0,0,1-1-1V6A1,1,0,0,1,6,5H8v5a1,1,0,0,0,1,1h4a1,1,0,0,0,0-2H10V5h3.17a1.05,1.05,0,0,1,.71.29l4.83,4.83a1,1,0,0,1,.29.71Z\"/></g></g></g></svg></li><li title=\"scissors outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"scissors\"><g id=\"scissors-2\" data-name=\"scissors\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M20.21,5.71a1,1,0,1,0-1.42-1.42L12.51,10.6,9.21,7.29h0A3,3,0,0,0,9.5,6a3,3,0,1,0-3,3,3,3,0,0,0,1.29-.3h0L11.1,12l-3.29,3.3A3,3,0,0,0,6.5,15a3,3,0,1,0,3,3,3,3,0,0,0-.29-1.26ZM6.5,7a1,1,0,1,1,1-1A1,1,0,0,1,6.5,7Zm0,12a1,1,0,1,1,1-1A1,1,0,0,1,6.5,19Z\"/><path class=\"eva-12\" d=\"M15.21,13.29a1,1,0,0,0-1.42,1.42l5,5a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42Z\"/></g></g></g></svg></li><li title=\"search outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"search\"><g id=\"search-2\" data-name=\"search\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M20.71,19.29l-3.4-3.39A7.92,7.92,0,0,0,19,11a8,8,0,1,0-8,8,7.92,7.92,0,0,0,4.9-1.69l3.39,3.4a1,1,0,0,0,1.42,0A1,1,0,0,0,20.71,19.29ZM5,11a6,6,0,1,1,6,6A6,6,0,0,1,5,11Z\"/></g></g></g></svg></li><li title=\"settings 2 outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"settings-2\"><g id=\"settings-2-2\" data-name=\"settings-2\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><g id=\"_Group_\" data-name=\"&lt;Group&gt;\"><path class=\"eva-12\" d=\"M12.94,22H11.05a1.68,1.68,0,0,1-1.68-1.68V19.23a.34.34,0,0,0-.22-.29.38.38,0,0,0-.41,0L8,19.74a1.67,1.67,0,0,1-2.37,0L4.26,18.4a1.66,1.66,0,0,1-.5-1.19A1.72,1.72,0,0,1,4.26,16L5,15.26a.34.34,0,0,0,0-.37c-.06-.15-.16-.26-.3-.26H3.68A1.69,1.69,0,0,1,2,12.94V11.05A1.68,1.68,0,0,1,3.68,9.37H4.77a.34.34,0,0,0,.29-.22.38.38,0,0,0,0-.41L4.26,8a1.67,1.67,0,0,1,0-2.37L5.6,4.26a1.65,1.65,0,0,1,1.18-.5h0A1.72,1.72,0,0,1,8,4.26L8.74,5a.34.34,0,0,0,.37,0c.15-.06.26-.16.26-.3V3.68A1.69,1.69,0,0,1,11.06,2H13a1.68,1.68,0,0,1,1.68,1.68V4.77a.34.34,0,0,0,.22.29.38.38,0,0,0,.41,0L16,4.26a1.67,1.67,0,0,1,2.37,0L19.74,5.6a1.67,1.67,0,0,1,.5,1.19A1.63,1.63,0,0,1,19.74,8L19,8.74a.34.34,0,0,0,0,.37c.06.15.16.26.3.26h1.09A1.69,1.69,0,0,1,22,11.06V13a1.68,1.68,0,0,1-1.68,1.68H19.23a.34.34,0,0,0-.29.22v0a.34.34,0,0,0,0,.37l.77.77a1.67,1.67,0,0,1,0,2.37L18.4,19.74a1.65,1.65,0,0,1-1.18.5h0a1.72,1.72,0,0,1-1.19-.5L15.26,19a.34.34,0,0,0-.37,0c-.15.06-.26.16-.26.3v1.09A1.69,1.69,0,0,1,12.94,22Zm-1.57-2h1.26v-.77a2.33,2.33,0,0,1,1.46-2.14,2.36,2.36,0,0,1,2.59.47l.54.54.88-.88-.54-.55a2.34,2.34,0,0,1-.48-2.56h0v0a2.33,2.33,0,0,1,2.14-1.45H20V11.37h-.77a2.33,2.33,0,0,1-2.14-1.46,2.36,2.36,0,0,1,.47-2.59l.54-.54-.88-.88-.55.54a2.39,2.39,0,0,1-4-1.67V4H11.37v.77A2.33,2.33,0,0,1,9.91,6.91a2.36,2.36,0,0,1-2.59-.47L6.78,5.9l-.88.88.54.55a2.39,2.39,0,0,1-1.67,4H4v1.26h.77a2.33,2.33,0,0,1,2.14,1.46,2.36,2.36,0,0,1-.47,2.59l-.54.54.88.88.55-.54a2.39,2.39,0,0,1,4,1.67Z\"/></g><path class=\"eva-12\" d=\"M12,15.5A3.5,3.5,0,1,1,15.5,12,3.5,3.5,0,0,1,12,15.5Zm0-5A1.5,1.5,0,1,0,13.5,12,1.5,1.5,0,0,0,12,10.5Z\"/></g></g></g></svg></li><li title=\"settings outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"settings\"><g id=\"settings-2\" data-name=\"settings\"><rect class=\"eva-11\"  /><g id=\"_Group_\" data-name=\"&lt;Group&gt;\"><path class=\"eva-12\" d=\"M8.61,22a2.25,2.25,0,0,1-1.35-.46L5.19,20a2.37,2.37,0,0,1-.49-3.22,2.06,2.06,0,0,0,.23-1.86l-.06-.16a1.83,1.83,0,0,0-1.12-1.22h0l-.16,0a2.34,2.34,0,0,1-1.48-2.94l.82-2.6A2.18,2.18,0,0,1,4.05,6.59a2.14,2.14,0,0,1,1.68-.12,1.93,1.93,0,0,0,1.78-.29l.13-.1a1.94,1.94,0,0,0,.73-1.51V4.33A2.32,2.32,0,0,1,10.66,2h2.55a2.26,2.26,0,0,1,1.6.67,2.37,2.37,0,0,1,.68,1.68v.28a1.76,1.76,0,0,0,.69,1.43l.11.08a1.74,1.74,0,0,0,1.59.26l.34-.11A2.26,2.26,0,0,1,21.1,7.8l.79,2.52a2.36,2.36,0,0,1-1.46,2.93l-.2.07A1.89,1.89,0,0,0,19,14.6a2,2,0,0,0,.25,1.65l.26.38a2.38,2.38,0,0,1-.5,3.23L17,21.41a2.24,2.24,0,0,1-3.22-.53l-.12-.17a1.75,1.75,0,0,0-1.5-.78,1.8,1.8,0,0,0-1.43.77l-.23.33A2.25,2.25,0,0,1,9,22,2,2,0,0,1,8.61,22ZM4.4,11.62a3.83,3.83,0,0,1,2.38,2.5l0,.12a4,4,0,0,1-.46,3.62.38.38,0,0,0,0,.51L8.47,20a.25.25,0,0,0,.37-.07l.23-.33a3.77,3.77,0,0,1,6.2,0l.12.18a.3.3,0,0,0,.18.12.25.25,0,0,0,.19-.05l2.06-1.56a.36.36,0,0,0,.07-.49l-.26-.38A4,4,0,0,1,17.1,14a3.92,3.92,0,0,1,2.49-2.61l.2-.07a.34.34,0,0,0,.19-.44L19.2,8.39A.35.35,0,0,0,19,8.2a.21.21,0,0,0-.19,0l-.34.11a3.74,3.74,0,0,1-3.43-.57L15,7.65a3.76,3.76,0,0,1-1.49-3V4.34a.37.37,0,0,0-.1-.26A.31.31,0,0,0,13.2,4H10.66a.31.31,0,0,0-.29.33v.25A3.9,3.9,0,0,1,8.85,7.67l-.13.1a3.91,3.91,0,0,1-3.63.59.22.22,0,0,0-.14,0,.28.28,0,0,0-.12.15L4,11.12a.36.36,0,0,0,.22.45Z\"/></g><path class=\"eva-12\" d=\"M12,15.5A3.5,3.5,0,1,1,15.5,12,3.5,3.5,0,0,1,12,15.5Zm0-5A1.5,1.5,0,1,0,13.5,12,1.5,1.5,0,0,0,12,10.5Z\"/></g></g></g></svg></li><li title=\"shake outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"shake\"><g id=\"shake-2\" data-name=\"shake\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M5.5,18a1,1,0,0,1-.64-.24A8.81,8.81,0,0,1,1.5,11,8.81,8.81,0,0,1,4.86,4.24,1,1,0,1,1,6.14,5.76,6.9,6.9,0,0,0,3.5,11a6.9,6.9,0,0,0,2.64,5.24,1,1,0,0,1,.13,1.4A1,1,0,0,1,5.5,18Z\"/><path class=\"eva-12\" d=\"M12,7a4.09,4.09,0,0,1,1,.14V3a1,1,0,0,0-2,0V7.14A4.09,4.09,0,0,1,12,7Z\"/><path class=\"eva-12\" d=\"M12,15a4.09,4.09,0,0,1-1-.14V20a1,1,0,0,0,2,0V14.86A4.09,4.09,0,0,1,12,15Z\"/><path class=\"eva-12\" d=\"M16,16a1,1,0,0,1-.77-.36,1,1,0,0,1,.13-1.4A4.28,4.28,0,0,0,17,11a4.28,4.28,0,0,0-1.64-3.24,1,1,0,1,1,1.28-1.52A6.2,6.2,0,0,1,19,11a6.2,6.2,0,0,1-2.36,4.76A1,1,0,0,1,16,16Z\"/><path class=\"eva-12\" d=\"M8,16a1,1,0,0,1-.64-.24A6.2,6.2,0,0,1,5,11,6.2,6.2,0,0,1,7.36,6.24,1,1,0,1,1,8.64,7.76,4.28,4.28,0,0,0,7,11a4.28,4.28,0,0,0,1.64,3.24,1,1,0,0,1,.13,1.4A1,1,0,0,1,8,16Z\"/><path class=\"eva-12\" d=\"M18.5,18a1,1,0,0,1-.77-.36,1,1,0,0,1,.13-1.4A6.9,6.9,0,0,0,20.5,11a6.9,6.9,0,0,0-2.64-5.24,1,1,0,1,1,1.28-1.52A8.81,8.81,0,0,1,22.5,11a8.81,8.81,0,0,1-3.36,6.76A1,1,0,0,1,18.5,18Z\"/><path class=\"eva-12\" d=\"M12,12a1,1,0,1,1,1-1A1,1,0,0,1,12,12Zm0-1Zm0,0Zm0,0Zm0,0Zm0,0Zm0,0Zm0,0Z\"/></g></g></g></svg></li><li title=\"share outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"share\"><g id=\"share-2\" data-name=\"share\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M18,15a3,3,0,0,0-2.1.86L8,12.34c0-.12,0-.22,0-.34s0-.22,0-.33L15.9,8.14A3,3,0,1,0,15,6c0,.12,0,.22,0,.34L7.1,9.86a3,3,0,1,0,0,4.28L15,17.67c0,.11,0,.22,0,.33a3,3,0,1,0,3-3ZM18,5a1,1,0,1,1-1,1A1,1,0,0,1,18,5ZM5,13a1,1,0,1,1,1-1A1,1,0,0,1,5,13Zm13,6a1,1,0,1,1,1-1A1,1,0,0,1,18,19Z\"/></g></g></g></svg></li><li title=\"shield off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"shield-off\"><g id=\"shield-off-2\" data-name=\"shield-off\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M4.71,3.29A1,1,0,0,0,3.29,4.71l16,16a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42Z\"/><path class=\"eva-12\" d=\"M12.3,19.68l-.3.17-.3-.17A13.15,13.15,0,0,1,5,8.23V8.09L5.16,8,3.73,6.56A2,2,0,0,0,3,8.09v.14a15.17,15.17,0,0,0,7.72,13.2l.3.17a2,2,0,0,0,2,0l.3-.17a15.22,15.22,0,0,0,3-2.27l-1.42-1.42A12.56,12.56,0,0,1,12.3,19.68Z\"/><path class=\"eva-12\" d=\"M20,6.34,13,2.4a2,2,0,0,0-2,0L7.32,4.49,8.78,6,12,4.15l7,3.94v.14a13,13,0,0,1-1.63,6.31L18.84,16A15.08,15.08,0,0,0,21,8.23V8.09A2,2,0,0,0,20,6.34Z\"/></g></g></g></svg></li><li title=\"shield outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"shield\"><g id=\"shield-2\" data-name=\"shield\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M12,21.85a2,2,0,0,1-1-.25l-.3-.17A15.17,15.17,0,0,1,3,8.23V8.09A2,2,0,0,1,4,6.34L11,2.4a2,2,0,0,1,2,0l7,3.94a2,2,0,0,1,1,1.75v.14a15.17,15.17,0,0,1-7.72,13.2l-.3.17A2,2,0,0,1,12,21.85Zm0-17.7L5,8.09v.14a13.15,13.15,0,0,0,6.7,11.45l.3.17.3-.17A13.15,13.15,0,0,0,19,8.23V8.09Z\"/></g></g></g></svg></li><li title=\"shopping bag outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"shopping-bag\"><g id=\"shopping-bag-2\" data-name=\"shopping-bag\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M20.12,6.71,17.29,3.88A3,3,0,0,0,15.17,3H8.83a3,3,0,0,0-2.12.88L3.88,6.71A3,3,0,0,0,3,8.83V18a3,3,0,0,0,3,3H18a3,3,0,0,0,3-3V8.83A3,3,0,0,0,20.12,6.71Zm-12-1.42A1.05,1.05,0,0,1,8.83,5h6.34a1.05,1.05,0,0,1,.71.29L17.59,7H6.41ZM18,19H6a1,1,0,0,1-1-1V9H19v9A1,1,0,0,1,18,19Z\"/><path class=\"eva-12\" d=\"M15,11a1,1,0,0,0-1,1,2,2,0,0,1-4,0,1,1,0,0,0-2,0,4,4,0,0,0,8,0A1,1,0,0,0,15,11Z\"/></g></g></g></svg></li><li title=\"shopping cart outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"shopping-cart\"><g id=\"shopping-cart-2\" data-name=\"shopping-cart\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M21.08,7a2,2,0,0,0-1.7-1H6.58L6,3.74A1,1,0,0,0,5,3H3A1,1,0,0,0,3,5H4.24L7,15.26A1,1,0,0,0,8,16h9a1,1,0,0,0,.89-.55l3.28-6.56A2,2,0,0,0,21.08,7ZM16.38,14H8.76L7.13,8H19.38Z\"/><circle class=\"eva-12\" cx=\"7.5\" cy=\"19.5\" r=\"1.5\"/><circle class=\"eva-12\" cx=\"17.5\" cy=\"19.5\" r=\"1.5\"/></g></g></g></svg></li><li title=\"shuffle 2 outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"shuffle-2\"><g id=\"shuffle-2-2\" data-name=\"shuffle-2\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><path class=\"eva-12\" d=\"M18.71,14.29a1,1,0,0,0-1.42,1.42l.29.29H16a4,4,0,0,1,0-8h1.59l-.3.29a1,1,0,0,0,0,1.42A1,1,0,0,0,18,10a1,1,0,0,0,.71-.29l2-2A1,1,0,0,0,21,7a1,1,0,0,0-.29-.71l-2-2a1,1,0,0,0-1.42,1.42l.29.29H16a6,6,0,0,0-5,2.69A6,6,0,0,0,6,6H4A1,1,0,0,0,4,8H6a4,4,0,0,1,0,8H4a1,1,0,0,0,0,2H6a6,6,0,0,0,5-2.69A6,6,0,0,0,16,18h1.59l-.3.29a1,1,0,0,0,0,1.42A1,1,0,0,0,18,20a1,1,0,0,0,.71-.29l2-2A1,1,0,0,0,21,17a1,1,0,0,0-.29-.71Z\"/></g></g></g></svg></li><li title=\"shuffle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"shuffle\"><g id=\"shuffle-2\" data-name=\"shuffle\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><path class=\"eva-12\" d=\"M18,9.31a1,1,0,0,0,1,1h0a1,1,0,0,0,1-1V5a1,1,0,0,0-1-1L14.7,4a1,1,0,0,0-1,1,1,1,0,0,0,1,1h1.89L12,10.59,6.16,4.76A1,1,0,0,0,4.75,6.17L10.58,12,4.29,18.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L18,7.42Z\"/><path class=\"eva-12\" d=\"M19,13.68h0a1,1,0,0,0-1,1v1.91l-2.78-2.79a1,1,0,0,0-1.42,1.42L16.57,18H14.69a1,1,0,0,0,0,2h4.23L19,20a1,1,0,0,0,1-1.11l0-4.21A1,1,0,0,0,19,13.68Z\"/></g></g></g></svg></li><li title=\"skip back outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"skip-back\"><g id=\"skip-back-2\" data-name=\"skip-back\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><path class=\"eva-12\" d=\"M16.45,6.2a2.1,2.1,0,0,0-2.21.26l-5.1,4.21L9,10.82V7A1,1,0,0,0,7,7V17a1,1,0,0,0,2,0V13.18l.14.15,5.1,4.21a2.06,2.06,0,0,0,1.3.46,2.23,2.23,0,0,0,.91-.2,1.76,1.76,0,0,0,1.05-1.59V7.79A1.76,1.76,0,0,0,16.45,6.2ZM15.5,16l-4.82-4L15.5,8.09Z\"/></g></g></g></svg></li><li title=\"skip forward outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"skip-forward\"><g id=\"skip-forward-2\" data-name=\"skip-forward\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M16,6a1,1,0,0,0-1,1v3.82l-.14-.15L9.76,6.46A2.1,2.1,0,0,0,7.55,6.2a1.76,1.76,0,0,0-1,1.59v8.42a1.76,1.76,0,0,0,1,1.59,2.23,2.23,0,0,0,.91.2,2.06,2.06,0,0,0,1.3-.46l5.1-4.21.14-.15V17a1,1,0,0,0,2,0V7A1,1,0,0,0,16,6ZM8.5,15.91V8l4.82,4Z\"/></g></g></g></svg></li><li title=\"slash outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"slash\"><g id=\"slash-2\" data-name=\"slash\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm8,10a7.92,7.92,0,0,1-1.69,4.9L7.1,5.69A7.92,7.92,0,0,1,12,4,8,8,0,0,1,20,12ZM4,12A7.92,7.92,0,0,1,5.69,7.1L16.9,18.31A7.92,7.92,0,0,1,12,20,8,8,0,0,1,4,12Z\"/></g></g></g></svg></li><li title=\"smartphone outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"smartphone\"><g id=\"smartphone-2\" data-name=\"smartphone\"><rect class=\"eva-11\"   transform=\"translate(24 0) rotate(90)\"/><path class=\"eva-12\" d=\"M17,2H7A3,3,0,0,0,4,5V19a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V5A3,3,0,0,0,17,2Zm1,17a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V5A1,1,0,0,1,7,4H17a1,1,0,0,1,1,1Z\"/><circle class=\"eva-12\" cx=\"12\" cy=\"16.5\" r=\"1.5\"/><path class=\"eva-12\" d=\"M14.5,6h-5a1,1,0,0,0,0,2h5a1,1,0,0,0,0-2Z\"/></g></g></g></svg></li><li title=\"smiling face outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"smiling-face\"><g id=\"smiling-face\" data-name=\"smiling-face\"><rect class=\"eva-11\"  />            <path d=\"M12,2 C17.5228475,2 22,6.4771525 22,12 C22,17.5228475 17.5228475,22 12,22 C6.4771525,22 2,17.5228475 2,12 C2,6.4771525 6.4771525,2 12,2 Z M12,4 C7.581722,4 4,7.581722 4,12 C4,16.418278 7.581722,20 12,20 C16.418278,20 20,16.418278 20,12 C20,7.581722 16.418278,4 12,4 Z M17,13 C17,15.7614237 14.7614237,18 12,18 C9.23857625,18 7,15.7614237 7,13 L7,13 Z\" id=\"🎨-Icon-Сolor\"></path></g></g></g></svg>\n</li><li title=\"speaker outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"speaker\"><g id=\"speaker-2\" data-name=\"speaker\"><rect class=\"eva-11\"   transform=\"translate(24 0) rotate(90)\"/><path class=\"eva-12\" d=\"M12,11A3,3,0,1,0,9,8,3,3,0,0,0,12,11Zm0-4a1,1,0,1,1-1,1A1,1,0,0,1,12,7Z\"/><path class=\"eva-12\" d=\"M12,12a3.5,3.5,0,1,0,3.5,3.5A3.5,3.5,0,0,0,12,12Zm0,5a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,12,17Z\"/><path class=\"eva-12\" d=\"M17,2H7A3,3,0,0,0,4,5V19a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V5A3,3,0,0,0,17,2Zm1,17a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V5A1,1,0,0,1,7,4H17a1,1,0,0,1,1,1Z\"/></g></g></g></svg></li><li title=\"square outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"square\"><g id=\"square-2\" data-name=\"square\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M18,21H6a3,3,0,0,1-3-3V6A3,3,0,0,1,6,3H18a3,3,0,0,1,3,3V18A3,3,0,0,1,18,21ZM6,5A1,1,0,0,0,5,6V18a1,1,0,0,0,1,1H18a1,1,0,0,0,1-1V6a1,1,0,0,0-1-1Z\"/></g></g></g></svg></li><li title=\"star outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"star\"><g id=\"star-2\" data-name=\"star\"><rect class=\"eva-11\"   transform=\"translate(24 0) rotate(90)\"/><path class=\"eva-12\" d=\"M17.56,21a1,1,0,0,1-.46-.11L12,18.22,6.9,20.89a1,1,0,0,1-1.45-1.06l1-5.63-4.12-4a1,1,0,0,1-.25-1,1,1,0,0,1,.81-.68l5.7-.83L11.1,2.56a1,1,0,0,1,1.8,0l2.54,5.12,5.7.83a1,1,0,0,1,.81.68,1,1,0,0,1-.25,1l-4.12,4,1,5.63a1,1,0,0,1-.4,1A1,1,0,0,1,17.56,21ZM12,16.1a.92.92,0,0,1,.46.11l3.77,2L15.51,14a1,1,0,0,1,.29-.89l3-2.93-4.2-.62A1,1,0,0,1,13.89,9L12,5.25,10.11,9a1,1,0,0,1-.75.54l-4.2.62,3,2.93a1,1,0,0,1,.29.89l-.72,4.16,3.77-2A.92.92,0,0,1,12,16.1Z\"/></g></g></g></svg></li><li title=\"stop circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"stop-circle\"><g id=\"stop-circle-2\" data-name=\"stop-circle\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z\"/><path class=\"eva-12\" d=\"M14.75,8H9.25A1.25,1.25,0,0,0,8,9.25v5.5A1.25,1.25,0,0,0,9.25,16h5.5A1.25,1.25,0,0,0,16,14.75V9.25A1.25,1.25,0,0,0,14.75,8ZM14,14H10V10h4Z\"/></g></g></g></svg></li><li title=\"sun outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"sun\"><g id=\"sun-2\" data-name=\"sun\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><path class=\"eva-12\" d=\"M12,6a1,1,0,0,0,1-1V3a1,1,0,0,0-2,0V5A1,1,0,0,0,12,6Z\"/><path class=\"eva-12\" d=\"M21,11H19a1,1,0,0,0,0,2h2a1,1,0,0,0,0-2Z\"/><path class=\"eva-12\" d=\"M6,12a1,1,0,0,0-1-1H3a1,1,0,0,0,0,2H5A1,1,0,0,0,6,12Z\"/><path class=\"eva-12\" d=\"M6.22,5A1,1,0,0,0,4.83,6.47L6.27,7.86A1,1,0,0,0,7,8.14a1,1,0,0,0,.72-.31,1,1,0,0,0,0-1.41Z\"/><path class=\"eva-12\" d=\"M17,8.14a1,1,0,0,0,.69-.28l1.44-1.39A1,1,0,0,0,17.78,5L16.34,6.42a1,1,0,0,0,0,1.41A1,1,0,0,0,17,8.14Z\"/><path class=\"eva-12\" d=\"M12,18a1,1,0,0,0-1,1v2a1,1,0,0,0,2,0V19A1,1,0,0,0,12,18Z\"/><path class=\"eva-12\" d=\"M17.73,16.14a1,1,0,0,0-1.39,1.44L17.78,19a1,1,0,0,0,.69.28,1,1,0,0,0,.72-.3,1,1,0,0,0,0-1.42Z\"/><path class=\"eva-12\" d=\"M6.27,16.14,4.83,17.53a1,1,0,0,0,0,1.42,1,1,0,0,0,.72.3A1,1,0,0,0,6.22,19l1.44-1.39a1,1,0,0,0-1.39-1.44Z\"/><path class=\"eva-12\" d=\"M12,8a4,4,0,1,0,4,4A4,4,0,0,0,12,8Zm0,6a2,2,0,1,1,2-2A2,2,0,0,1,12,14Z\"/></g></g></g></svg></li><li title=\"swap outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"swap\"><g id=\"swap-2\" data-name=\"swap\"><rect class=\"eva-11\"   transform=\"translate(0 24) rotate(-90)\"/><path class=\"eva-12\" d=\"M4,9H17l-1.6,1.2a1,1,0,0,0-.2,1.4,1,1,0,0,0,.8.4,1,1,0,0,0,.6-.2l4-3a1,1,0,0,0,0-1.59l-3.86-3a1,1,0,0,0-1.23,1.58L17.08,7H4A1,1,0,0,0,4,9Z\"/><path class=\"eva-12\" d=\"M20,16H7l1.6-1.2a1,1,0,0,0-1.2-1.6l-4,3a1,1,0,0,0,0,1.59l3.86,3a1,1,0,0,0,.61.21,1,1,0,0,0,.79-.39,1,1,0,0,0-.17-1.4L6.92,18H20a1,1,0,0,0,0-2Z\"/></g></g></g></svg></li><li title=\"sync outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{opacity:0;}.eva-12{fill:#fff;}.eva-13{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"sync\"><g id=\"sync-2\" data-name=\"sync\"><g class=\"eva-11\"><rect class=\"eva-12\"  /></g><path class=\"eva-13\" d=\"M21.66,10.37a.62.62,0,0,0,.07-.19l.75-4a1,1,0,0,0-2-.36l-.37,2a9.22,9.22,0,0,0-16.58.84,1,1,0,0,0,.55,1.3,1,1,0,0,0,1.31-.55A7.08,7.08,0,0,1,12.07,5a7.17,7.17,0,0,1,6.24,3.58l-1.65-.27a1,1,0,1,0-.32,2l4.25.71h.16a.93.93,0,0,0,.34-.06.33.33,0,0,0,.1-.06.78.78,0,0,0,.2-.11l.08-.1a1.07,1.07,0,0,0,.14-.16A.58.58,0,0,0,21.66,10.37Z\"/><path class=\"eva-13\" d=\"M19.88,14.07a1,1,0,0,0-1.31.56A7.08,7.08,0,0,1,11.93,19a7.17,7.17,0,0,1-6.24-3.58l1.65.27.16,0a1,1,0,0,0,.16-2L3.41,13a.91.91,0,0,0-.33,0H3a1.15,1.15,0,0,0-.32.14l0,0a1,1,0,0,0-.18.18l-.09.1a.84.84,0,0,0-.07.19.44.44,0,0,0-.07.17l-.75,4A1,1,0,0,0,2.32,19l.18,0a1,1,0,0,0,1-.82l.37-2a9.22,9.22,0,0,0,16.58-.83A1,1,0,0,0,19.88,14.07Z\"/></g></g></g></svg></li><li title=\"text outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"text\"><g id=\"text-2\" data-name=\"text\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M20,4H4A1,1,0,0,0,3,5V8A1,1,0,0,0,5,8V6h6V19H9a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2H13V6h6V8a1,1,0,0,0,2,0V5A1,1,0,0,0,20,4Z\"/></g></g></g></svg></li><li title=\"thermometer minus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"thermometer-minus\"><g id=\"thermometer-minus-2\" data-name=\"thermometer-minus\"><rect class=\"eva-11\"  /><rect class=\"eva-12\" x=\"2\" y=\"5\"   rx=\"1\" ry=\"1\"/><path class=\"eva-12\" d=\"M14,22a5,5,0,0,1-3-9V5a3,3,0,0,1,3-3,3,3,0,0,1,3,3v8a5,5,0,0,1-3,9ZM14,4a1,1,0,0,0-1,1v8.54a1,1,0,0,1-.5.87A3,3,0,0,0,11,17a3,3,0,0,0,6,0,3,3,0,0,0-1.5-2.59,1,1,0,0,1-.5-.87V5a.93.93,0,0,0-.29-.69A1,1,0,0,0,14,4Z\"/></g></g></g></svg></li><li title=\"thermometer outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"thermometer\"><g id=\"thermometer-2\" data-name=\"thermometer\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M12,22a5,5,0,0,1-3-9V5a3,3,0,0,1,3-3,3,3,0,0,1,3,3v8a5,5,0,0,1-3,9ZM12,4a1,1,0,0,0-1,1v8.54a1,1,0,0,1-.5.87A3,3,0,0,0,9,17a3,3,0,0,0,6,0,3,3,0,0,0-1.5-2.59,1,1,0,0,1-.5-.87V5a.93.93,0,0,0-.29-.69A1,1,0,0,0,12,4Z\"/></g></g></g></svg></li><li title=\"thermometer plus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"thermometer-plus\"><g id=\"thermometer-plus-2\" data-name=\"thermometer-plus\"><rect class=\"eva-11\"  /><rect class=\"eva-12\" x=\"2\" y=\"5\"   rx=\"1\" ry=\"1\"/><rect class=\"eva-12\" x=\"2\" y=\"5\"   rx=\"1\" ry=\"1\" transform=\"translate(-1 11) rotate(-90)\"/><path class=\"eva-12\" d=\"M14,22a5,5,0,0,1-3-9V5a3,3,0,0,1,3-3,3,3,0,0,1,3,3v8a5,5,0,0,1-3,9ZM14,4a1,1,0,0,0-1,1v8.54a1,1,0,0,1-.5.87A3,3,0,0,0,11,17a3,3,0,0,0,6,0,3,3,0,0,0-1.5-2.59,1,1,0,0,1-.5-.87V5a.93.93,0,0,0-.29-.69A1,1,0,0,0,14,4Z\"/></g></g></g></svg></li><li title=\"toggle left outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"toggle-left\"><g id=\"toggle-left-2\" data-name=\"toggle-left\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><path class=\"eva-12\" d=\"M15,5H9A7,7,0,0,0,9,19h6A7,7,0,0,0,15,5Zm0,12H9A5,5,0,0,1,9,7h6a5,5,0,0,1,0,10Z\"/><path class=\"eva-12\" d=\"M9,9a3,3,0,1,0,3,3A3,3,0,0,0,9,9Zm0,4a1,1,0,1,1,1-1A1,1,0,0,1,9,13Z\"/></g></g></g></svg></li><li title=\"toggle right outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"toggle-right\"><g id=\"toggle-right-2\" data-name=\"toggle-right\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M15,5H9A7,7,0,0,0,9,19h6A7,7,0,0,0,15,5Zm0,12H9A5,5,0,0,1,9,7h6a5,5,0,0,1,0,10Z\"/><path class=\"eva-12\" d=\"M15,9a3,3,0,1,0,3,3A3,3,0,0,0,15,9Zm0,4a1,1,0,1,1,1-1A1,1,0,0,1,15,13Z\"/></g></g></g></svg></li><li title=\"trash 2 outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"trash-2\"><g id=\"trash-2-2\" data-name=\"trash-2\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M21,6H16V4.33A2.42,2.42,0,0,0,13.5,2h-3A2.42,2.42,0,0,0,8,4.33V6H3A1,1,0,0,0,3,8H4V19a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V8h1a1,1,0,0,0,0-2ZM10,4.33c0-.16.21-.33.5-.33h3c.29,0,.5.17.5.33V6H10ZM18,19a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V8H18Z\"/><path class=\"eva-12\" d=\"M9,17a1,1,0,0,0,1-1V12a1,1,0,0,0-2,0v4A1,1,0,0,0,9,17Z\"/><path class=\"eva-12\" d=\"M15,17a1,1,0,0,0,1-1V12a1,1,0,0,0-2,0v4A1,1,0,0,0,15,17Z\"/></g></g></g></svg></li><li title=\"trash outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"trash\"><g id=\"trash-2\" data-name=\"trash\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M21,6H16V4.33A2.42,2.42,0,0,0,13.5,2h-3A2.42,2.42,0,0,0,8,4.33V6H3A1,1,0,0,0,3,8H4V19a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V8h1a1,1,0,0,0,0-2ZM10,4.33c0-.16.21-.33.5-.33h3c.29,0,.5.17.5.33V6H10ZM18,19a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V8H18Z\"/></g></g></g></svg></li><li title=\"trending down outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"trending-down\"><g id=\"trending-down-2\" data-name=\"trending-down\"><rect class=\"eva-11\"   transform=\"translate(0 24) rotate(-90)\"/><path class=\"eva-12\" d=\"M21,12a1,1,0,0,0-2,0v2.3l-4.24-5a1,1,0,0,0-1.27-.21L9.22,11.7,4.77,6.36A1,1,0,1,0,3.23,7.64l5,6a1,1,0,0,0,1.28.22l4.28-2.57,4,4.71H15a1,1,0,0,0,0,2h5a1.1,1.1,0,0,0,.36-.07l.14-.08a1.19,1.19,0,0,0,.15-.09l0,0a.75.75,0,0,0,.14-.17,1.1,1.1,0,0,0,.09-.14.64.64,0,0,0,.05-.17A.78.78,0,0,0,21,17s0,0,0,0Z\"/></g></g></g></svg></li><li title=\"trending up outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"trending-up\"><g id=\"trending-up-2\" data-name=\"trending-up\"><rect class=\"eva-11\"   transform=\"translate(0 24) rotate(-90)\"/><path class=\"eva-12\" d=\"M21,7a.78.78,0,0,0,0-.21.64.64,0,0,0-.05-.17,1.1,1.1,0,0,0-.09-.14.75.75,0,0,0-.14-.17l0,0-.12-.07a.69.69,0,0,0-.19-.1l-.2,0A.7.7,0,0,0,20,6H15a1,1,0,0,0,0,2h2.83l-4,4.71L9.51,10.14a1,1,0,0,0-1.28.22l-5,6a1,1,0,0,0,.13,1.41A1,1,0,0,0,4,18a1,1,0,0,0,.77-.36L9.22,12.3l4.27,2.56a1,1,0,0,0,1.27-.21L19,9.7V12a1,1,0,0,0,2,0V7S21,7,21,7Z\"/></g></g></g></svg></li><li title=\"tv outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"tv\"><g id=\"tv-2\" data-name=\"tv\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M18,6H14.41l2.3-2.29a1,1,0,1,0-1.42-1.42L12,5.59,8.71,2.29A1,1,0,1,0,7.29,3.71L9.59,6H6A3,3,0,0,0,3,9V19a3,3,0,0,0,3,3H18a3,3,0,0,0,3-3V9A3,3,0,0,0,18,6Zm1,13a1,1,0,0,1-1,1H6a1,1,0,0,1-1-1V9A1,1,0,0,1,6,8H18a1,1,0,0,1,1,1Z\"/></g></g></g></svg></li><li title=\"twitter outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"twitter\"><g id=\"twitter-2\" data-name=\"twitter\"><polyline class=\"eva-11\" points=\"0 0 24 0 24 24 0 24\"/><path class=\"eva-12\" d=\"M8.51,20H8.43a10.87,10.87,0,0,1-4.65-1.09A1.38,1.38,0,0,1,3,17.47a1.41,1.41,0,0,1,1.16-1.18,6.63,6.63,0,0,0,2.54-.89A9.49,9.49,0,0,1,3.19,6.33a1.41,1.41,0,0,1,1-1.15,1.35,1.35,0,0,1,1.43.41,7.09,7.09,0,0,0,4.88,2.75,4.5,4.5,0,0,1,1.41-3.1,4.47,4.47,0,0,1,6.37.19.7.7,0,0,0,.78.1A1.39,1.39,0,0,1,21,7.13a6.66,6.66,0,0,1-1.28,2.6A10.79,10.79,0,0,1,8.51,20Zm0-2h.08a8.79,8.79,0,0,0,9.09-8.59,1.32,1.32,0,0,1,.37-.85,5.19,5.19,0,0,0,.62-1,2.56,2.56,0,0,1-1.91-.85A2.45,2.45,0,0,0,15,6a2.5,2.5,0,0,0-1.79.69,2.53,2.53,0,0,0-.72,2.42l.26,1.14-1.17.08a8.3,8.3,0,0,1-6.54-2.4,7.12,7.12,0,0,0,3.73,6.46l.95.54-.63.9a5.62,5.62,0,0,1-2.68,1.92A8.34,8.34,0,0,0,8.5,18ZM19,6.65h0Z\"/></g></g></g></svg></li><li title=\"umbrella outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"umbrella\"><g id=\"umbrella-2\" data-name=\"umbrella\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M12,2A10,10,0,0,0,2,12a1,1,0,0,0,1,1h8v6a3,3,0,0,0,6,0,1,1,0,0,0-2,0,1,1,0,0,1-2,0V13h8a1,1,0,0,0,1-1A10,10,0,0,0,12,2ZM4.06,11a8,8,0,0,1,15.88,0Z\"/></g></g></g></svg></li><li title=\"undo outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"undo\"><g id=\"undo-2\" data-name=\"undo\"><rect class=\"eva-11\"   transform=\"translate(0 24) rotate(-90)\"/><path class=\"eva-12\" d=\"M20.22,21a1,1,0,0,1-1-.76,8.91,8.91,0,0,0-7.8-6.69v1.12a1.78,1.78,0,0,1-1.09,1.64A2,2,0,0,1,8.18,16L3.12,11.59a1.76,1.76,0,0,1,0-2.68L8.18,4.49a2,2,0,0,1,2.18-.3,1.78,1.78,0,0,1,1.09,1.64V7A10.89,10.89,0,0,1,21.5,17.75a10.29,10.29,0,0,1-.31,2.49,1,1,0,0,1-1,.76Zm-9.77-9.5a11.07,11.07,0,0,1,8.81,4.26A9,9,0,0,0,10.45,9a1,1,0,0,1-1-1V6.08L4.63,10.25l4.82,4.21v-2A1,1,0,0,1,10.45,11.5Z\"/></g></g></g></svg></li><li title=\"unlock outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"unlock\"><g id=\"unlock-2\" data-name=\"unlock\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M17,8H10V6a2,2,0,0,1,4,0,1,1,0,0,0,2,0A4,4,0,0,0,8,6V8H7a3,3,0,0,0-3,3v8a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V11A3,3,0,0,0,17,8Zm1,11a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V11a1,1,0,0,1,1-1H17a1,1,0,0,1,1,1Z\"/><path class=\"eva-12\" d=\"M12,12a3,3,0,1,0,3,3A3,3,0,0,0,12,12Zm0,4a1,1,0,1,1,1-1A1,1,0,0,1,12,16Z\"/></g></g></g></svg></li><li title=\"upload outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"upload\"><g id=\"upload-2\" data-name=\"upload\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><rect class=\"eva-12\" x=\"4\" y=\"4\"   rx=\"1\" ry=\"1\" transform=\"translate(24 10) rotate(180)\"/><rect class=\"eva-12\" x=\"17\" y=\"5\"   rx=\"1\" ry=\"1\" transform=\"translate(25 -13) rotate(90)\"/><rect class=\"eva-12\" x=\"3\" y=\"5\"   rx=\"1\" ry=\"1\" transform=\"translate(11 1) rotate(90)\"/><path class=\"eva-12\" d=\"M8,14a1,1,0,0,1-.8-.4,1,1,0,0,1,.2-1.4l4-3a1,1,0,0,1,1.18,0l4,2.82a1,1,0,0,1,.24,1.39,1,1,0,0,1-1.4.24L12,11.24,8.6,13.8A1,1,0,0,1,8,14Z\"/><path class=\"eva-12\" d=\"M12,21a1,1,0,0,1-1-1V12a1,1,0,0,1,2,0v8A1,1,0,0,1,12,21Z\"/></g></g></g></svg></li><li title=\"video off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"video-off\"><g id=\"video-off-2\" data-name=\"video-off\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M17,15.59l-2-2L8.41,7l-2-2L4.71,3.29A1,1,0,0,0,3.29,4.71l.54.53L5.59,7l9.34,9.34,1.46,1.46,2.9,2.91a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42Z\"/><path class=\"eva-12\" d=\"M14,17H5a1,1,0,0,1-1-1V8a1,1,0,0,1,.4-.78L3,5.8A3,3,0,0,0,2,8v8a3,3,0,0,0,3,3h9a2.94,2.94,0,0,0,1.66-.51L14.14,17A.7.7,0,0,1,14,17Z\"/><path class=\"eva-12\" d=\"M21,7.15a1.7,1.7,0,0,0-1.85.3L17,9.45V8a3,3,0,0,0-3-3H7.83l2,2H14a1,1,0,0,1,1,1v4.17l4.72,4.72a1.73,1.73,0,0,0,.6.11,1.68,1.68,0,0,0,.69-.15,1.6,1.6,0,0,0,1-1.48V8.63A1.6,1.6,0,0,0,21,7.15ZM20,14.6,17.19,12,20,9.4Z\"/></g></g></g></svg></li><li title=\"video outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"video\"><g id=\"video-2\" data-name=\"video\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M21,7.15a1.7,1.7,0,0,0-1.85.3L17,9.45V8a3,3,0,0,0-3-3H5A3,3,0,0,0,2,8v8a3,3,0,0,0,3,3h9a3,3,0,0,0,3-3V14.55l2.16,2a1.74,1.74,0,0,0,1.16.45,1.68,1.68,0,0,0,.69-.15,1.6,1.6,0,0,0,1-1.48V8.63A1.6,1.6,0,0,0,21,7.15ZM15,16a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V8A1,1,0,0,1,5,7h9a1,1,0,0,1,1,1Zm5-1.4L17.19,12,20,9.4Z\"/></g></g></g></svg></li><li title=\"volume down outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"volume-down\"><g id=\"volume-down-2\" data-name=\"volume-down\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M20.78,8.37a1,1,0,1,0-1.56,1.26,4,4,0,0,1,0,4.74A1,1,0,0,0,20,16a1,1,0,0,0,.78-.37A6,6,0,0,0,20.78,8.37Z\"/><path class=\"eva-12\" d=\"M16.47,3.12a1,1,0,0,0-1,0L9,7.57H4a1,1,0,0,0-1,1v6.86a1,1,0,0,0,1,1H9l6.41,4.4A1.06,1.06,0,0,0,16,21a1,1,0,0,0,1-1V4A1,1,0,0,0,16.47,3.12ZM15,18.1,9.9,14.6a1,1,0,0,0-.57-.17H5V9.57H9.33A1,1,0,0,0,9.9,9.4L15,5.9Z\"/></g></g></g></svg></li><li title=\"volume mute outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"volume-mute\"><g id=\"volume-mute-2\" data-name=\"volume-mute\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M17,21a1.06,1.06,0,0,1-.57-.17L10,16.43H5a1,1,0,0,1-1-1V8.57a1,1,0,0,1,1-1h5l6.41-4.4A1,1,0,0,1,18,4V20a1,1,0,0,1-1,1ZM6,14.43h4.33a1,1,0,0,1,.57.17L16,18.1V5.9L10.9,9.4a1,1,0,0,1-.57.17H6Z\"/></g></g></g></svg></li><li title=\"volume off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"volume-off\"><g id=\"volume-off-2\" data-name=\"volume-off\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M4.71,3.29A1,1,0,0,0,3.29,4.71l16,16a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42Z\"/><path class=\"eva-12\" d=\"M16.91,14.08l1.44,1.44a6,6,0,0,0-.07-7.15,1,1,0,1,0-1.56,1.26A4,4,0,0,1,16.91,14.08Z\"/><path class=\"eva-12\" d=\"M21,12a6.51,6.51,0,0,1-1.78,4.39l1.42,1.42A8.53,8.53,0,0,0,23,12a8.75,8.75,0,0,0-3.36-6.77,1,1,0,1,0-1.28,1.54A6.8,6.8,0,0,1,21,12Z\"/><path class=\"eva-12\" d=\"M13.5,18.1,8.4,14.6a1,1,0,0,0-.57-.17H3.5V9.57H6.74l-2-2H2.5a1,1,0,0,0-1,1v6.86a1,1,0,0,0,1,1h5l6.41,4.4a1.06,1.06,0,0,0,.57.17,1,1,0,0,0,1-1V18.33l-2-2Z\"/><path class=\"eva-12\" d=\"M13.5,5.9v4.77l2,2V4a1,1,0,0,0-1.57-.83L9.23,6.4l1.44,1.44Z\"/></g></g></g></svg></li><li title=\"volume up outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"volume-up\"><g id=\"volume-up-2\" data-name=\"volume-up\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M18.28,8.37a1,1,0,1,0-1.56,1.26,4,4,0,0,1,0,4.74A1,1,0,0,0,17.5,16a1,1,0,0,0,.78-.37A6,6,0,0,0,18.28,8.37Z\"/><path class=\"eva-12\" d=\"M19.64,5.23a1,1,0,1,0-1.28,1.54A6.8,6.8,0,0,1,21,12a6.8,6.8,0,0,1-2.64,5.23,1,1,0,0,0-.13,1.41A1,1,0,0,0,19,19a1,1,0,0,0,.64-.23A8.75,8.75,0,0,0,23,12,8.75,8.75,0,0,0,19.64,5.23Z\"/><path class=\"eva-12\" d=\"M15,3.12a1,1,0,0,0-1,0L7.52,7.57h-5a1,1,0,0,0-1,1v6.86a1,1,0,0,0,1,1h5l6.41,4.4a1.06,1.06,0,0,0,.57.17,1,1,0,0,0,1-1V4A1,1,0,0,0,15,3.12Zm-1.47,15L8.4,14.6a1,1,0,0,0-.57-.17H3.5V9.57H7.83A1,1,0,0,0,8.4,9.4l5.1-3.5Z\"/></g></g></g></svg></li><li title=\"wifi off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"wifi-off\"><g id=\"wifi-off-2\" data-name=\"wifi-off\"><rect class=\"eva-11\"  /><circle class=\"eva-12\" cx=\"12\" cy=\"19\" r=\"1\"/><path class=\"eva-12\" d=\"M12.44,11l-1.9-1.89L8.08,6.67,6.53,5.12,4.71,3.29A1,1,0,0,0,3.29,4.71L4.67,6.08,6.13,7.54,8.36,9.78l1.55,1.54,2.74,2.74,2.79,2.8,3.85,3.85a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42Z\"/><path class=\"eva-12\" d=\"M21.72,7.93A13.93,13.93,0,0,0,12,4a14.1,14.1,0,0,0-4.44.73L9.18,6.35a11.89,11.89,0,0,1,11.16,3,1,1,0,0,0,.69.28,1,1,0,0,0,.72-.31A1,1,0,0,0,21.72,7.93Z\"/><path class=\"eva-12\" d=\"M3.82,6.65A14.32,14.32,0,0,0,2.28,7.93,1,1,0,0,0,3.66,9.37a13.09,13.09,0,0,1,1.6-1.29Z\"/><path class=\"eva-12\" d=\"M17,13.14a1,1,0,0,0,.71.3,1,1,0,0,0,.72-1.69A9,9,0,0,0,12,9h-.16l2.35,2.35A7,7,0,0,1,17,13.14Z\"/><path class=\"eva-12\" d=\"M7.43,10.26a8.8,8.8,0,0,0-1.9,1.49A1,1,0,0,0,7,13.14a7.3,7.3,0,0,1,2-1.41Z\"/><path class=\"eva-12\" d=\"M8.53,15.4a1,1,0,1,0,1.39,1.44,3.06,3.06,0,0,1,3.84-.25l-2.52-2.52A5,5,0,0,0,8.53,15.4Z\"/></g></g></g></svg></li><li title=\"wifi outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"wifi\"><g id=\"wifi-2\" data-name=\"wifi\"><rect class=\"eva-11\"  /><circle class=\"eva-12\" cx=\"12\" cy=\"19\" r=\"1\"/><path class=\"eva-12\" d=\"M12,14a5,5,0,0,0-3.47,1.4,1,1,0,1,0,1.39,1.44,3.08,3.08,0,0,1,4.16,0,1,1,0,1,0,1.39-1.44A5,5,0,0,0,12,14Z\"/><path class=\"eva-12\" d=\"M12,9a9,9,0,0,0-6.47,2.75A1,1,0,0,0,7,13.14a7,7,0,0,1,10.08,0,1,1,0,0,0,.71.3,1,1,0,0,0,.72-1.69A9,9,0,0,0,12,9Z\"/><path class=\"eva-12\" d=\"M21.72,7.93a14,14,0,0,0-19.44,0A1,1,0,0,0,3.66,9.37a12,12,0,0,1,16.68,0,1,1,0,0,0,.69.28,1,1,0,0,0,.72-.31A1,1,0,0,0,21.72,7.93Z\"/></g></g></g></svg></li><li class='heading'>fill</li><li title=\"activity \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"activity\"><g id=\"activity-2\" data-name=\"activity\"><rect class=\"eva-11\"   transform=\"translate(24 0) rotate(90)\"/><path class=\"eva-12\" d=\"M14.33,20h-.21a2,2,0,0,1-1.76-1.58L9.68,6,6.92,12.4A1,1,0,0,1,6,13H3a1,1,0,0,1,0-2H5.34L7.85,5.21a2,2,0,0,1,3.79.38L14.32,18l2.76-6.38A1,1,0,0,1,18,11h3a1,1,0,0,1,0,2H18.66l-2.51,5.79A2,2,0,0,1,14.33,20Z\"/></g></g></g></svg></li><li title=\"alert circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"alert-circle\"><g id=\"alert-circle-2\" data-name=\"alert-circle\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,15a1,1,0,1,1,1-1A1,1,0,0,1,12,17Zm1-4a1,1,0,0,1-2,0V8a1,1,0,0,1,2,0Z\"/></g></g></g></svg></li><li title=\"alert triangle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"alert-triangle\"><g id=\"alert-triangle-2\" data-name=\"alert-triangle\"><rect class=\"eva-11\"   transform=\"translate(24 0) rotate(90)\"/><path class=\"eva-12\" d=\"M22.56,16.3,14.89,3.58a3.43,3.43,0,0,0-5.78,0L1.44,16.3a3,3,0,0,0-.05,3A3.37,3.37,0,0,0,4.33,21H19.67a3.37,3.37,0,0,0,2.94-1.66A3,3,0,0,0,22.56,16.3ZM12,17a1,1,0,1,1,1-1A1,1,0,0,1,12,17Zm1-4a1,1,0,0,1-2,0V9a1,1,0,0,1,2,0Z\"/></g></g></g></svg></li><li title=\"archive \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:none;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"archive\"><g id=\"archive-2\" data-name=\"archive\"><rect class=\"eva-11\"   transform=\"translate(24 0) rotate(90)\"/><path class=\"eva-12\" d=\"M18,3H6A3,3,0,0,0,4,8.22V18a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V8.22A3,3,0,0,0,18,3ZM15,13.13a.87.87,0,0,1-.87.87H9.87A.87.87,0,0,1,9,13.13v-.26A.87.87,0,0,1,9.87,12h4.26a.87.87,0,0,1,.87.87ZM18,7H6A1,1,0,0,1,6,5H18a1,1,0,0,1,0,2Z\"/></g></g></g></svg></li><li title=\"arrow back \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"arrow-back\"><g id=\"arrow-back-2\" data-name=\"arrow-back\"><rect class=\"eva-11\"   transform=\"translate(24 0) rotate(90)\"/><path class=\"eva-12\" d=\"M19,11H7.14l3.63-4.36A1,1,0,1,0,9.23,5.36l-5,6a1.19,1.19,0,0,0-.09.15c0,.05,0,.08-.07.13A1,1,0,0,0,4,12H4a1,1,0,0,0,.07.36c0,.05,0,.08.07.13a1.19,1.19,0,0,0,.09.15l5,6A1,1,0,0,0,10,19a1,1,0,0,0,.64-.23,1,1,0,0,0,.13-1.41L7.14,13H19a1,1,0,0,0,0-2Z\"/></g></g></g></svg></li><li title=\"arrow circle down \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"arrow-circle-down\"><g id=\"arrow-circle-down-2\" data-name=\"arrow-circle-down\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm3.69,11.86-3,2.86a.49.49,0,0,1-.15.1.54.54,0,0,1-.16.1.94.94,0,0,1-.76,0,1,1,0,0,1-.33-.21l-3-3a1,1,0,0,1,1.42-1.42L11,13.59V8a1,1,0,0,1,2,0v5.66l1.31-1.25a1,1,0,0,1,1.38,1.45Z\"/></g></g></g></svg></li><li title=\"arrow circle left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"arrow-circle-left\"><g id=\"arrow-circle-left-2\" data-name=\"arrow-circle-left\"><rect class=\"eva-11\"   transform=\"translate(24 0) rotate(90)\"/><path class=\"eva-12\" d=\"M22,12A10,10,0,1,0,12,22,10,10,0,0,0,22,12ZM10.14,15.69l-2.86-3a.49.49,0,0,1-.1-.15.54.54,0,0,1-.1-.16.94.94,0,0,1,0-.76,1,1,0,0,1,.21-.33l3-3a1,1,0,0,1,1.42,1.42L10.41,11H16a1,1,0,0,1,0,2H10.34l1.25,1.31a1,1,0,0,1-1.45,1.38Z\"/></g></g></g></svg></li><li title=\"arrow circle right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"arrow-circle-right\"><g id=\"arrow-circle-right-2\" data-name=\"arrow-circle-right\"><rect class=\"eva-11\"   transform=\"translate(0 24) rotate(-90)\"/><path class=\"eva-12\" d=\"M2,12A10,10,0,1,0,12,2,10,10,0,0,0,2,12ZM13.86,8.31l2.86,3a.49.49,0,0,1,.1.15.54.54,0,0,1,.1.16.94.94,0,0,1,0,.76,1,1,0,0,1-.21.33l-3,3a1,1,0,0,1-1.42-1.42L13.59,13H8a1,1,0,0,1,0-2h5.66L12.41,9.69a1,1,0,0,1,1.45-1.38Z\"/></g></g></g></svg></li><li title=\"arrow circle up \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"arrow-circle-up\"><g id=\"arrow-circle-up-2\" data-name=\"arrow-circle-up\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><path class=\"eva-12\" d=\"M12,22A10,10,0,1,0,2,12,10,10,0,0,0,12,22ZM8.31,10.14l3-2.86a.49.49,0,0,1,.15-.1.54.54,0,0,1,.16-.1.94.94,0,0,1,.76,0,1,1,0,0,1,.33.21l3,3a1,1,0,0,1-1.42,1.42L13,10.41V16a1,1,0,0,1-2,0V10.34L9.69,11.59a1,1,0,0,1-1.38-1.45Z\"/></g></g></g></svg></li><li title=\"arrow down \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"arrow-downward\"><g id=\"arrow-downward-2\" data-name=\"arrow-downward\"><rect class=\"eva-11\"   transform=\"translate(0 24) rotate(-90)\"/><path class=\"eva-12\" d=\"M12,17a1.72,1.72,0,0,1-1.33-.64l-4.21-5.1A2.1,2.1,0,0,1,6.2,9.05,1.76,1.76,0,0,1,7.79,8h8.42A1.76,1.76,0,0,1,17.8,9.05a2.1,2.1,0,0,1-.26,2.21l-4.21,5.1A1.72,1.72,0,0,1,12,17Z\"/></g></g></g></svg></li><li title=\"arrow downward \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"arrow-down\"><g id=\"arrow-down-2\" data-name=\"arrow-down\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M18.77,13.36a1,1,0,0,0-1.41-.13L13,16.86V5a1,1,0,0,0-2,0V16.86L6.64,13.23a1,1,0,1,0-1.28,1.54l6,5,.15.09.13.07a1,1,0,0,0,.72,0l.13-.07.15-.09,6-5A1,1,0,0,0,18.77,13.36Z\"/></g></g></g></svg></li><li title=\"arrow forward \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"arrow-forward\"><g id=\"arrow-forward-2\" data-name=\"arrow-forward\"><rect class=\"eva-11\"   transform=\"translate(0 24) rotate(-90)\"/><path class=\"eva-12\" d=\"M5,13H16.86l-3.63,4.36a1,1,0,0,0,1.54,1.28l5-6a1.19,1.19,0,0,0,.09-.15c0-.05.05-.08.07-.13A1,1,0,0,0,20,12h0a1,1,0,0,0-.07-.36c0-.05-.05-.08-.07-.13a1.19,1.19,0,0,0-.09-.15l-5-6A1,1,0,0,0,14,5a1,1,0,0,0-.64.23,1,1,0,0,0-.13,1.41L16.86,11H5a1,1,0,0,0,0,2Z\"/></g></g></g></svg></li><li title=\"arrow ios back \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"arrow-ios-back\"><g id=\"arrow-ios-back-2\" data-name=\"arrow-ios-back\"><rect class=\"eva-11\"   transform=\"translate(24 0) rotate(90)\"/><path class=\"eva-12\" d=\"M13.83,19a1,1,0,0,1-.78-.37l-4.83-6a1,1,0,0,1,0-1.27l5-6a1,1,0,0,1,1.54,1.28L10.29,12l4.32,5.36A1,1,0,0,1,13.83,19Z\"/></g></g></g></svg></li><li title=\"arrow ios downward \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"arrow-ios-downward\"><g id=\"arrow-ios-downward-2\" data-name=\"arrow-ios-downward\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M12,16a1,1,0,0,1-.64-.23l-6-5A1,1,0,1,1,6.64,9.23L12,13.71l5.36-4.32a1,1,0,0,1,1.41.15A1,1,0,0,1,18.63,11l-6,4.83A1,1,0,0,1,12,16Z\"/></g></g></g></svg></li><li title=\"arrow ios forward \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"arrow-ios-forward\"><g id=\"arrow-ios-forward-2\" data-name=\"arrow-ios-forward\"><rect class=\"eva-11\"   transform=\"translate(0 24) rotate(-90)\"/><path class=\"eva-12\" d=\"M10,19a1,1,0,0,1-.64-.23,1,1,0,0,1-.13-1.41L13.71,12,9.39,6.63a1,1,0,0,1,.15-1.41A1,1,0,0,1,11,5.37l4.83,6a1,1,0,0,1,0,1.27l-5,6A1,1,0,0,1,10,19Z\"/></g></g></g></svg></li><li title=\"arrow ios upward \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"arrow-ios-upward\"><g id=\"arrow-ios-upward-2\" data-name=\"arrow-ios-upward\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><path class=\"eva-12\" d=\"M18,15a1,1,0,0,1-.64-.23L12,10.29,6.63,14.61a1,1,0,0,1-1.41-.15,1,1,0,0,1,.15-1.41l6-4.83a1,1,0,0,1,1.27,0l6,5a1,1,0,0,1,.13,1.41A1,1,0,0,1,18,15Z\"/></g></g></g></svg></li><li title=\"arrow left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"arrow-left\"><g id=\"arrow-left-2\" data-name=\"arrow-left\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M13.54,18a2.06,2.06,0,0,1-1.3-.46l-5.1-4.21a1.7,1.7,0,0,1,0-2.66l5.1-4.21a2.1,2.1,0,0,1,2.21-.26A1.76,1.76,0,0,1,15.5,7.79v8.42a1.76,1.76,0,0,1-1.05,1.59A2.23,2.23,0,0,1,13.54,18Z\"/></g></g></g></svg></li><li title=\"arrow right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"arrow-right\"><g id=\"arrow-right-2\" data-name=\"arrow-right\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><path class=\"eva-12\" d=\"M10.46,18a2.23,2.23,0,0,1-.91-.2A1.76,1.76,0,0,1,8.5,16.21V7.79A1.76,1.76,0,0,1,9.55,6.2a2.1,2.1,0,0,1,2.21.26l5.1,4.21a1.7,1.7,0,0,1,0,2.66l-5.1,4.21A2.06,2.06,0,0,1,10.46,18Z\"/></g></g></g></svg></li><li title=\"arrow up \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"arrow-up\"><g id=\"arrow-up-2\" data-name=\"arrow-up\"><rect class=\"eva-11\"   transform=\"translate(24 0) rotate(90)\"/><path class=\"eva-12\" d=\"M16.21,16H7.79A1.76,1.76,0,0,1,6.2,15a2.1,2.1,0,0,1,.26-2.21l4.21-5.1a1.76,1.76,0,0,1,2.66,0l4.21,5.1A2.1,2.1,0,0,1,17.8,15,1.76,1.76,0,0,1,16.21,16Z\"/></g></g></g></svg></li><li title=\"arrow upward \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"arrow-upward\"><g id=\"arrow-upward-2\" data-name=\"arrow-upward\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><path class=\"eva-12\" d=\"M5.23,10.64a1,1,0,0,0,1.41.13L11,7.14V19a1,1,0,0,0,2,0V7.14l4.36,3.63a1,1,0,1,0,1.28-1.54l-6-5-.15-.09-.13-.07a1,1,0,0,0-.72,0l-.13.07-.15.09-6,5A1,1,0,0,0,5.23,10.64Z\"/></g></g></g></svg></li><li title=\"arrowhead down \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"arrowhead-down\"><g id=\"arrowhead-down-2\" data-name=\"arrowhead-down\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M17.37,12.39,12,16.71,6.64,12.23a1,1,0,1,0-1.28,1.54l6,5a1,1,0,0,0,1.27,0l6-4.83a1,1,0,0,0,.15-1.41A1,1,0,0,0,17.37,12.39Z\"/><path class=\"eva-12\" d=\"M11.36,11.77a1,1,0,0,0,1.27,0l6-4.83a1,1,0,0,0,.15-1.41,1,1,0,0,0-1.41-.15L12,9.71,6.64,5.23A1,1,0,0,0,5.36,6.77Z\"/></g></g></g></svg></li><li title=\"arrowhead left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"arrowhead-left\"><g id=\"arrowhead-left-2\" data-name=\"arrowhead-left\"><rect class=\"eva-11\"   transform=\"translate(24 0) rotate(90)\"/><path class=\"eva-12\" d=\"M11.64,5.23a1,1,0,0,0-1.41.13l-5,6a1,1,0,0,0,0,1.27l4.83,6a1,1,0,0,0,.78.37,1,1,0,0,0,.78-1.63L7.29,12l4.48-5.37A1,1,0,0,0,11.64,5.23Z\"/><path class=\"eva-12\" d=\"M14.29,12l4.48-5.37a1,1,0,0,0-1.54-1.28l-5,6a1,1,0,0,0,0,1.27l4.83,6a1,1,0,0,0,.78.37,1,1,0,0,0,.78-1.63Z\"/></g></g></g></svg></li><li title=\"arrowhead right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"arrowhead-right\"><g id=\"arrowhead-right-2\" data-name=\"arrowhead-right\"><rect class=\"eva-11\"   transform=\"translate(0 24) rotate(-90)\"/><path class=\"eva-12\" d=\"M18.78,11.37,14,5.37a1,1,0,0,0-1.41-.15,1,1,0,0,0-.15,1.41L16.71,12l-4.48,5.37a1,1,0,0,0,.13,1.41A1,1,0,0,0,13,19a1,1,0,0,0,.77-.36l5-6A1,1,0,0,0,18.78,11.37Z\"/><path class=\"eva-12\" d=\"M7,5.37A1,1,0,0,0,5.39,6.63L9.71,12,5.23,17.36a1,1,0,0,0,.13,1.41A1,1,0,0,0,6,19a1,1,0,0,0,.77-.36l5-6a1,1,0,0,0,0-1.27Z\"/></g></g></g></svg></li><li title=\"arrowhead up \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"arrowhead-up\"><g id=\"arrowhead-up-2\" data-name=\"arrowhead-up\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><path class=\"eva-12\" d=\"M6.63,11.61,12,7.29l5.37,4.48A1,1,0,0,0,18,12a1,1,0,0,0,.77-.36,1,1,0,0,0-.13-1.41l-6-5a1,1,0,0,0-1.27,0l-6,4.83a1,1,0,0,0-.15,1.41A1,1,0,0,0,6.63,11.61Z\"/><path class=\"eva-12\" d=\"M12.64,12.23a1,1,0,0,0-1.27,0l-6,4.83a1,1,0,0,0-.15,1.41,1,1,0,0,0,1.41.15L12,14.29l5.37,4.48A1,1,0,0,0,18,19a1,1,0,0,0,.77-.36,1,1,0,0,0-.13-1.41Z\"/></g></g></g></svg></li><li title=\"at \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"at\"><g id=\"at-2\" data-name=\"at\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M13,2a10,10,0,0,0-5,19.1A10.15,10.15,0,0,0,12,22a10,10,0,0,0,6.08-2.06,1,1,0,0,0,.19-1.4,1,1,0,0,0-1.41-.19A8,8,0,1,1,12.77,4,8.17,8.17,0,0,1,20,12.22v.68a1.71,1.71,0,0,1-1.78,1.7,1.82,1.82,0,0,1-1.62-1.88V8.4a1,1,0,0,0-1-1,1,1,0,0,0-1,.87,5,5,0,0,0-3.44-1.36A5.09,5.09,0,1,0,15.31,15a3.6,3.6,0,0,0,5.55.61A3.67,3.67,0,0,0,22,12.9v-.68A10.2,10.2,0,0,0,13,2ZM11.18,15.09A3.09,3.09,0,1,1,14.27,12,3.1,3.1,0,0,1,11.18,15.09Z\"/></g></g></g></svg></li><li title=\"attach 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"attach-2\"><g id=\"attach-2-2\" data-name=\"attach-2\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M12,22a5.86,5.86,0,0,1-6-5.7V6.13A4.24,4.24,0,0,1,10.33,2a4.24,4.24,0,0,1,4.34,4.13V16.31a2.67,2.67,0,0,1-5.33,0V6.92a1,1,0,0,1,1-1h0a1,1,0,0,1,1,1v9.39a.67.67,0,0,0,1.33,0V6.13A2.25,2.25,0,0,0,10.33,4,2.25,2.25,0,0,0,8,6.13V16.3A3.86,3.86,0,0,0,12,20a3.86,3.86,0,0,0,4-3.7V6.13a1,1,0,1,1,2,0V16.3A5.86,5.86,0,0,1,12,22Z\"/></g></g></g></svg></li><li title=\"attach \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"attach\"><g id=\"attach-2\" data-name=\"attach\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M9.29,21h0a6.23,6.23,0,0,1-4.43-1.88,6,6,0,0,1-.22-8.49L12,3.2A4.11,4.11,0,0,1,15,2a4.48,4.48,0,0,1,3.19,1.35,4.36,4.36,0,0,1,.15,6.13l-7.4,7.43a2.54,2.54,0,0,1-1.81.75h0a2.72,2.72,0,0,1-1.95-.82,2.68,2.68,0,0,1-.08-3.77l6.83-6.86A1,1,0,0,1,15.3,7.62L8.47,14.48a.68.68,0,0,0,.08.95.78.78,0,0,0,.53.23h0a.56.56,0,0,0,.4-.16l7.39-7.43a2.36,2.36,0,0,0-.15-3.31,2.38,2.38,0,0,0-3.27-.15L6.06,12a4,4,0,0,0,.22,5.67,4.22,4.22,0,0,0,3,1.29,3.67,3.67,0,0,0,2.61-1.06l7.39-7.43a1,1,0,1,1,1.42,1.41l-7.39,7.43A5.65,5.65,0,0,1,9.29,21Z\"/></g></g></g></svg></li><li title=\"award \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"award\"><g id=\"award-2\" data-name=\"award\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M19,20.75l-2.31-9A5.94,5.94,0,0,0,18,8,6,6,0,0,0,6,8a5.94,5.94,0,0,0,1.34,3.77L5,20.75a1,1,0,0,0,1.48,1.11l5.33-3.13,5.68,3.14A.91.91,0,0,0,18,22a1,1,0,0,0,1-1.25ZM12,4A4,4,0,1,1,8,8,4,4,0,0,1,12,4Z\"/></g></g></g></svg></li><li title=\"backspace \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"backspace\"><g id=\"backspace-2\" data-name=\"backspace\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M20.14,4H10.37a3,3,0,0,0-2,.78l-.1.11-6,7.48a1,1,0,0,0,.11,1.37l6,5.48a3,3,0,0,0,2,.78h9.77A1.84,1.84,0,0,0,22,18.18V5.82A1.84,1.84,0,0,0,20.14,4Zm-3.43,9.29a1,1,0,0,1,0,1.42,1,1,0,0,1-1.42,0L14,13.41l-1.29,1.3a1,1,0,0,1-1.42,0,1,1,0,0,1,0-1.42L12.59,12l-1.3-1.29a1,1,0,0,1,1.42-1.42L14,10.59l1.29-1.3a1,1,0,0,1,1.42,1.42L15.41,12Z\"/></g></g></g></svg></li><li title=\"bar chart 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"bar-chart-2\"><g id=\"bar-chart-2-2\" data-name=\"bar-chart-2\"><rect class=\"eva-11\"   transform=\"translate(24 0) rotate(90)\"/><path class=\"eva-12\" d=\"M12,8a1,1,0,0,0-1,1V20a1,1,0,0,0,2,0V9A1,1,0,0,0,12,8Z\"/><path class=\"eva-12\" d=\"M19,4a1,1,0,0,0-1,1V20a1,1,0,0,0,2,0V5A1,1,0,0,0,19,4Z\"/><path class=\"eva-12\" d=\"M5,12a1,1,0,0,0-1,1v7a1,1,0,0,0,2,0V13A1,1,0,0,0,5,12Z\"/></g></g></g></svg></li><li title=\"bar chart \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"bar-chart\"><g id=\"bar-chart-2\" data-name=\"bar-chart\"><rect class=\"eva-11\"   transform=\"translate(24 0) rotate(90)\"/><path class=\"eva-12\" d=\"M12,4a1,1,0,0,0-1,1V20a1,1,0,0,0,2,0V5A1,1,0,0,0,12,4Z\"/><path class=\"eva-12\" d=\"M19,12a1,1,0,0,0-1,1v7a1,1,0,0,0,2,0V13A1,1,0,0,0,19,12Z\"/><path class=\"eva-12\" d=\"M5,8A1,1,0,0,0,4,9V20a1,1,0,0,0,2,0V9A1,1,0,0,0,5,8Z\"/></g></g></g></svg></li><li title=\"battery \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"battery\"><g id=\"battery-2\" data-name=\"battery\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M15.83,6H4.17A2.31,2.31,0,0,0,2,8.43v7.14A2.31,2.31,0,0,0,4.17,18H15.83A2.31,2.31,0,0,0,18,15.57V8.43A2.31,2.31,0,0,0,15.83,6Z\"/><path class=\"eva-12\" d=\"M21,9a1,1,0,0,0-1,1v4a1,1,0,0,0,2,0V10A1,1,0,0,0,21,9Z\"/></g></g></g></svg></li><li title=\"behance \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"behance\"><g id=\"behance-2\" data-name=\"behance\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M14.76,11.19a1,1,0,0,0-1,1.09h2.06A1,1,0,0,0,14.76,11.19Z\"/><path class=\"eva-12\" d=\"M9.49,12.3H8.26v1.94h1c1,0,1.44-.33,1.44-1S10.24,12.3,9.49,12.3Z\"/><path class=\"eva-12\" d=\"M10.36,10.52c0-.53-.35-.85-.95-.85H8.26v1.74h.85C10,11.41,10.36,11.09,10.36,10.52Z\"/><path class=\"eva-12\" d=\"M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2ZM9.7,15.2H7V8.7H9.7c1.17,0,1.94.61,1.94,1.6a1.4,1.4,0,0,1-1.12,1.43v0A1.52,1.52,0,0,1,12,13.37C12,14.53,11,15.2,9.7,15.2Zm3.55-6h3v.5h-3ZM17,13.05h-3.3v.14a1.07,1.07,0,0,0,1.09,1.19.9.9,0,0,0,1-.63H17a2,2,0,0,1-2.17,1.55A2.15,2.15,0,0,1,12.47,13v-.44a2.11,2.11,0,0,1,2.28-2.25A2.12,2.12,0,0,1,17,12.58Z\"/></g></g></g></svg></li><li title=\"bell off \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"bell-off\"><g id=\"bell-off-2\" data-name=\"bell-off\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M15.88,18.71l-.59-.59L14,16.78l-.07-.07L6.58,9.4,5.31,8.14a5.68,5.68,0,0,0,0,.59V13.4l-1.8,1.81A1.64,1.64,0,0,0,4.64,18H8v.34A3.84,3.84,0,0,0,12,22,3.88,3.88,0,0,0,16,18.78ZM14,18.34A1.88,1.88,0,0,1,12,20a1.88,1.88,0,0,1-2-1.66V18h4Z\"/><path class=\"eva-12\" d=\"M7.13,4.3,8.59,5.76l9.53,9.53,2,2,.31.3a1.58,1.58,0,0,0,.45-.6,1.62,1.62,0,0,0-.35-1.78l-1.8-1.81V8.94A6.86,6.86,0,0,0,12.9,2.06,6.71,6.71,0,0,0,7.58,3.67,6.88,6.88,0,0,0,7,4.21Z\"/><path class=\"eva-12\" d=\"M20.71,19.29,19.41,18l-2-2L7.89,6.47,6.42,5,4.71,3.29A1,1,0,0,0,3.29,4.71L5.53,7,7.28,8.7,14.59,16l.07.07L16,17.41l.59.59,2.7,2.71a1,1,0,0,0,1.42,0A1,1,0,0,0,20.71,19.29Z\"/></g></g></g></svg></li><li title=\"bell \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"bell\"><g id=\"bell-2\" data-name=\"bell\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M20.52,15.21l-1.8-1.81V8.94A6.86,6.86,0,0,0,12.9,2.06,6.74,6.74,0,0,0,5.28,8.73V13.4l-1.8,1.81A1.64,1.64,0,0,0,4.64,18H8v.34A3.84,3.84,0,0,0,12,22a3.84,3.84,0,0,0,4-3.66V18h3.36a1.64,1.64,0,0,0,1.16-2.79ZM14,18.34A1.88,1.88,0,0,1,12,20a1.88,1.88,0,0,1-2-1.66V18h4Z\"/></g></g></g></svg></li><li title=\"bluetooth \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"bluetooth\"><g id=\"bluetooth-2\" data-name=\"bluetooth\"><rect class=\"eva-11\"   transform=\"translate(24 0) rotate(90)\"/><path class=\"eva-12\" d=\"M13.63,12l4-3.79a1.14,1.14,0,0,0-.13-1.77L12.83,3.21a1.17,1.17,0,0,0-1.21-.08,1.15,1.15,0,0,0-.62,1v6.2l-3.19-4A1,1,0,0,0,6.25,7.63L9.72,12l-3.5,4.43a1,1,0,0,0,.16,1.4A1,1,0,0,0,7,18a1,1,0,0,0,.78-.38L11,13.56v6.29A1.16,1.16,0,0,0,12.16,21a1.16,1.16,0,0,0,.67-.21l4.64-3.18a1.17,1.17,0,0,0,.49-.85,1.15,1.15,0,0,0-.34-.91ZM13,5.76l2.5,1.73L13,9.85Zm0,12.49V14.18l2.47,2.38Z\"/></g></g></g></svg></li><li title=\"book open \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"book-open\"><g id=\"book-open-2\" data-name=\"book-open\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><path class=\"eva-12\" d=\"M21,4.34a1.24,1.24,0,0,0-1.08-.23L13,5.89V20.16l7.56-1.94A1.25,1.25,0,0,0,21.5,17V5.32A1.25,1.25,0,0,0,21,4.34Z\"/><path class=\"eva-12\" d=\"M11,5.89,4.06,4.11A1.27,1.27,0,0,0,3,4.34a1.25,1.25,0,0,0-.48,1V17a1.25,1.25,0,0,0,.94,1.21L11,20.16Z\"/></g></g></g></svg></li><li title=\"book \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"book\"><g id=\"book-2\" data-name=\"book\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M19,3H7A3,3,0,0,0,4,6V18a3,3,0,0,0,3,3H19a1,1,0,0,0,1-1V4A1,1,0,0,0,19,3ZM7,19a1,1,0,0,1,0-2H18v2Z\"/></g></g></g></svg></li><li title=\"bookmark \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"bookmark\"><g id=\"bookmark-2\" data-name=\"bookmark\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M6,21a1,1,0,0,1-.49-.13A1,1,0,0,1,5,20V5.33A2.28,2.28,0,0,1,7.2,3h9.6A2.28,2.28,0,0,1,19,5.33V20a1,1,0,0,1-.5.86,1,1,0,0,1-1,0l-5.67-3.21-5.33,3.2A1,1,0,0,1,6,21Z\"/></g></g></g></svg></li><li title=\"briefcase \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"briefcase\"><g id=\"briefcase-2\" data-name=\"briefcase\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M7,21H17V7H16V5.5A2.5,2.5,0,0,0,13.5,3h-3A2.5,2.5,0,0,0,8,5.5V7H7ZM10,5.5a.5.5,0,0,1,.5-.5h3a.5.5,0,0,1,.5.5V7H10Z\"/><path class=\"eva-12\" d=\"M19,7V21a3,3,0,0,0,3-3V10A3,3,0,0,0,19,7Z\"/><path class=\"eva-12\" d=\"M5,7a3,3,0,0,0-3,3v8a3,3,0,0,0,3,3Z\"/></g></g></g></svg></li><li title=\"browser \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"browser\"><g id=\"browser-2\" data-name=\"browser\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M18,3H6A3,3,0,0,0,3,6V18a3,3,0,0,0,3,3H18a3,3,0,0,0,3-3V6A3,3,0,0,0,18,3ZM12,6a1,1,0,1,1-1,1A1,1,0,0,1,12,6ZM8,6A1,1,0,1,1,7,7,1,1,0,0,1,8,6ZM19,18a1,1,0,0,1-1,1H6a1,1,0,0,1-1-1V11H19Z\"/></g></g></g></svg></li><li title=\"brush \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"brush\"><g id=\"brush-2\" data-name=\"brush\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M7.12,12.55a4,4,0,0,0-3.07,3.86l0,3.11a.47.47,0,0,0,.48.48l3.24-.06h0a3.78,3.78,0,0,0,3.44-2.2A3.65,3.65,0,0,0,7.12,12.55Z\"/><path class=\"eva-12\" d=\"M19.26,4.46a2.14,2.14,0,0,0-2.88.21L10,11.08a.47.47,0,0,0,0,.66L12.25,14a.47.47,0,0,0,.66,0L19.4,7.53A2.06,2.06,0,0,0,20,6.06,2,2,0,0,0,19.26,4.46Z\"/></g></g></g></svg></li><li title=\"bulb \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"bulb\"><g id=\"bulb-2\" data-name=\"bulb\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><path class=\"eva-12\" d=\"M12,7a5,5,0,0,0-3,9v4a2,2,0,0,0,2,2h2a2,2,0,0,0,2-2V16a5,5,0,0,0-3-9Z\"/><path class=\"eva-12\" d=\"M12,6a1,1,0,0,0,1-1V3a1,1,0,0,0-2,0V5A1,1,0,0,0,12,6Z\"/><path class=\"eva-12\" d=\"M21,11H19a1,1,0,0,0,0,2h2a1,1,0,0,0,0-2Z\"/><path class=\"eva-12\" d=\"M5,11H3a1,1,0,0,0,0,2H5a1,1,0,0,0,0-2Z\"/><path class=\"eva-12\" d=\"M7.66,6.42,6.22,5A1,1,0,0,0,4.83,6.47L6.27,7.86A1,1,0,0,0,7,8.14a1,1,0,0,0,.72-.31A1,1,0,0,0,7.66,6.42Z\"/><path class=\"eva-12\" d=\"M19.19,5.05a1,1,0,0,0-1.41,0L16.34,6.42a1,1,0,0,0,0,1.41,1,1,0,0,0,.72.31,1,1,0,0,0,.69-.28l1.44-1.39A1,1,0,0,0,19.19,5.05Z\"/></g></g></g></svg></li><li title=\"calendar \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"calendar\"><g id=\"calendar-2\" data-name=\"calendar\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M18,4H17V3a1,1,0,0,0-2,0V4H9V3A1,1,0,0,0,7,3V4H6A3,3,0,0,0,3,7V19a3,3,0,0,0,3,3H18a3,3,0,0,0,3-3V7A3,3,0,0,0,18,4ZM8,17a1,1,0,1,1,1-1A1,1,0,0,1,8,17Zm8,0H12a1,1,0,0,1,0-2h4a1,1,0,0,1,0,2Zm3-6H5V7A1,1,0,0,1,6,6H7V7A1,1,0,0,0,9,7V6h6V7a1,1,0,0,0,2,0V6h1a1,1,0,0,1,1,1Z\"/></g></g></g></svg></li><li title=\"camera \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"camera\"><g id=\"camera-2\" data-name=\"camera\"><rect class=\"eva-11\"  /><circle class=\"eva-12\" cx=\"12\" cy=\"14\" r=\"1.5\"/><path class=\"eva-12\" d=\"M19,7H16V5.5A2.5,2.5,0,0,0,13.5,3h-3A2.5,2.5,0,0,0,8,5.5V7H5a3,3,0,0,0-3,3v8a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V10A3,3,0,0,0,19,7ZM10,5.5a.5.5,0,0,1,.5-.5h3a.5.5,0,0,1,.5.5V7H10Zm2,12A3.5,3.5,0,1,1,15.5,14,3.5,3.5,0,0,1,12,17.5Z\"/></g></g></g></svg></li><li title=\"car \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"car\"><g id=\"car-2\" data-name=\"car\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M21.6,11.22,17,7.52V5a1.91,1.91,0,0,0-1.81-2H3.79A1.91,1.91,0,0,0,2,5V15A2,2,0,0,0,3.2,16.88,3,3,0,1,0,8.8,17h6.36a3,3,0,1,0,5.64,0H21a1,1,0,0,0,1-1V12A1,1,0,0,0,21.6,11.22ZM20,12.48V15H17V10.08ZM7,18a1,1,0,1,1-1-1A1,1,0,0,1,7,18Zm12,0a1,1,0,1,1-1-1A1,1,0,0,1,19,18Z\"/></g></g></g></svg></li><li title=\"cast \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"cast\"><g id=\"cast-2\" data-name=\"cast\"><polyline class=\"eva-11\" points=\"24 24 0 24 0 0\"/><path class=\"eva-12\" d=\"M18.4,3H5.6A2.7,2.7,0,0,0,3,5.78V7A1,1,0,0,0,5,7V5.78A.72.72,0,0,1,5.6,5H18.4a.72.72,0,0,1,.6.78V18.22a.72.72,0,0,1-.6.78H17a1,1,0,0,0,0,2h1.4A2.7,2.7,0,0,0,21,18.22V5.78A2.7,2.7,0,0,0,18.4,3Z\"/><path class=\"eva-12\" d=\"M3.86,14A1,1,0,0,0,3,15.17,1,1,0,0,0,4.14,16a2.49,2.49,0,0,1,2.12.72,2.52,2.52,0,0,1,.51,2.84,1,1,0,0,0,.48,1.33,1.06,1.06,0,0,0,.42.09,1,1,0,0,0,.91-.58A4.52,4.52,0,0,0,3.86,14Z\"/><path class=\"eva-12\" d=\"M3.86,10.08a1,1,0,0,0,.28,2,6,6,0,0,1,5.09,1.71,6,6,0,0,1,1.53,5.95A1,1,0,0,0,11.44,21a.9.9,0,0,0,.28,0,1,1,0,0,0,1-.72,8,8,0,0,0-8.82-10.2Z\"/><circle class=\"eva-12\" cx=\"4\" cy=\"19\" r=\"1\"/></g></g></g></svg></li><li title=\"charging \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"charging\"><g id=\"charging-2\" data-name=\"charging\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M11.28,13H7a1,1,0,0,1-.86-.5,1,1,0,0,1,0-1L9.28,6H4.17A2.31,2.31,0,0,0,2,8.43v7.14A2.31,2.31,0,0,0,4.17,18H8.42Z\"/><path class=\"eva-12\" d=\"M15.83,6H11.58L8.72,11H13a1,1,0,0,1,.86.5,1,1,0,0,1,0,1L10.72,18h5.11A2.31,2.31,0,0,0,18,15.57V8.43A2.31,2.31,0,0,0,15.83,6Z\"/><path class=\"eva-12\" d=\"M21,9a1,1,0,0,0-1,1v4a1,1,0,0,0,2,0V10A1,1,0,0,0,21,9Z\"/></g></g></g></svg></li><li title=\"checkmark circle 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"checkmark-circle-2\"><g id=\"checkmark-circle-2-2\" data-name=\"checkmark-circle-2\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm4.3,7.61-4.57,6a1,1,0,0,1-.79.39h0a1,1,0,0,1-.79-.38L7.71,12.51a1,1,0,0,1,1.58-1.23l1.63,2.08,3.78-5a1,1,0,1,1,1.6,1.22Z\"/></g></g></g></svg></li><li title=\"checkmark circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"checkmark-circle\"><g id=\"checkmark-circle-2\" data-name=\"checkmark-circle\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M9.71,11.29a1,1,0,0,0-1.42,1.42l3,3A1,1,0,0,0,12,16h0a1,1,0,0,0,.72-.34l7-8a1,1,0,0,0-1.5-1.32L12,13.54Z\"/><path class=\"eva-12\" d=\"M21,11h0a1,1,0,0,0-1,1,8,8,0,0,1-8,8h0A8,8,0,0,1,6.33,6.36,7.93,7.93,0,0,1,12,4a8.79,8.79,0,0,1,1.9.22,1,1,0,1,0,.47-1.94A10.54,10.54,0,0,0,12,2,10,10,0,0,0,5,19.09,9.93,9.93,0,0,0,12,22h0A10,10,0,0,0,22,12,1,1,0,0,0,21,11Z\"/></g></g></g></svg></li><li title=\"checkmark square 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"checkmark-square-2\"><g id=\"checkmark-square-2-2\" data-name=\"checkmark-square-2\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><path class=\"eva-12\" d=\"M18,3H6A3,3,0,0,0,3,6V18a3,3,0,0,0,3,3H18a3,3,0,0,0,3-3V6A3,3,0,0,0,18,3ZM16.3,9.61l-4.57,6a1,1,0,0,1-.79.39h0a1,1,0,0,1-.79-.38L7.71,12.51a1,1,0,0,1,1.58-1.23l1.63,2.08,3.78-5a1,1,0,1,1,1.6,1.22Z\"/></g></g></g></svg></li><li title=\"checkmark square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"checkmark-square\"><g id=\"checkmark-square-2\" data-name=\"checkmark-square\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M20,11.83a1,1,0,0,0-1,1V18.4a.6.6,0,0,1-.6.6H5.6a.6.6,0,0,1-.6-.6V5.6A.6.6,0,0,1,5.6,5h9.57a1,1,0,1,0,0-2H5.6A2.61,2.61,0,0,0,3,5.6V18.4A2.61,2.61,0,0,0,5.6,21H18.4A2.61,2.61,0,0,0,21,18.4V12.83A1,1,0,0,0,20,11.83Z\"/><path class=\"eva-12\" d=\"M10.72,11a1,1,0,0,0-1.44,1.38l2.22,2.33a1,1,0,0,0,.72.31h0a1,1,0,0,0,.72-.3l6.78-7a1,1,0,1,0-1.44-1.4l-6.05,6.26Z\"/></g></g></g></svg></li><li title=\"checkmark \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"checkmark\"><g id=\"checkmark-2\" data-name=\"checkmark\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M9.86,18a1,1,0,0,1-.73-.32L4.27,12.51a1,1,0,1,1,1.46-1.37l4.12,4.39,8.41-9.2a1,1,0,1,1,1.48,1.34l-9.14,10a1,1,0,0,1-.73.33Z\"/></g></g></g></svg></li><li title=\"chevron down \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"chevron-down\"><g id=\"chevron-down-2\" data-name=\"chevron-down\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M12,15.5a1,1,0,0,1-.71-.29l-4-4A1,1,0,1,1,8.71,9.79L12,13.1l3.3-3.18a1,1,0,1,1,1.38,1.44l-4,3.86A1,1,0,0,1,12,15.5Z\"/></g></g></g></svg></li><li title=\"chevron left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"chevron-left\"><g id=\"chevron-left-2\" data-name=\"chevron-left\"><rect class=\"eva-11\"   transform=\"translate(24 0) rotate(90)\"/><path class=\"eva-12\" d=\"M13.36,17a1,1,0,0,1-.72-.31l-3.86-4a1,1,0,0,1,0-1.4l4-4a1,1,0,1,1,1.42,1.42L10.9,12l3.18,3.3a1,1,0,0,1,0,1.41A1,1,0,0,1,13.36,17Z\"/></g></g></g></svg></li><li title=\"chevron right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"chevron-right\"><g id=\"chevron-right-2\" data-name=\"chevron-right\"><rect class=\"eva-11\"   transform=\"translate(0 24) rotate(-90)\"/><path class=\"eva-12\" d=\"M10.5,17a1,1,0,0,1-.71-.29,1,1,0,0,1,0-1.42L13.1,12,9.92,8.69a1,1,0,0,1,0-1.41,1,1,0,0,1,1.42,0l3.86,4a1,1,0,0,1,0,1.4l-4,4A1,1,0,0,1,10.5,17Z\"/></g></g></g></svg></li><li title=\"chevron up \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"chevron-up\"><g id=\"chevron-up-2\" data-name=\"chevron-up\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><path class=\"eva-12\" d=\"M16,14.5a1,1,0,0,1-.71-.29L12,10.9l-3.3,3.18a1,1,0,0,1-1.41,0,1,1,0,0,1,0-1.42l4-3.86a1,1,0,0,1,1.4,0l4,4a1,1,0,0,1,0,1.42A1,1,0,0,1,16,14.5Z\"/></g></g></g></svg></li><li title=\"clipboard \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"clipboard\"><g id=\"clipboard-2\" data-name=\"clipboard\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M18,4V7a2,2,0,0,1-2,2H8A2,2,0,0,1,6,7V4A3,3,0,0,0,3,7V19a3,3,0,0,0,3,3H18a3,3,0,0,0,3-3V7A3,3,0,0,0,18,4Z\"/><rect class=\"eva-12\" x=\"7\" y=\"2\"   rx=\"1\" ry=\"1\"/></g></g></g></svg></li><li title=\"clock \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"clock\"><g id=\"clock-2\" data-name=\"clock\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><path class=\"eva-12\" d=\"M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm4,11H12a1,1,0,0,1-1-1V8a1,1,0,0,1,2,0v3h3a1,1,0,0,1,0,2Z\"/></g></g></g></svg></li><li title=\"close circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"close-circle\"><g id=\"close-circle-2\" data-name=\"close-circle\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm2.71,11.29a1,1,0,0,1,0,1.42,1,1,0,0,1-1.42,0L12,13.41l-1.29,1.3a1,1,0,0,1-1.42,0,1,1,0,0,1,0-1.42L10.59,12l-1.3-1.29a1,1,0,0,1,1.42-1.42L12,10.59l1.29-1.3a1,1,0,0,1,1.42,1.42L13.41,12Z\"/></g></g></g></svg></li><li title=\"close square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"close-square\"><g id=\"close-square-2\" data-name=\"close-square\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M18,3H6A3,3,0,0,0,3,6V18a3,3,0,0,0,3,3H18a3,3,0,0,0,3-3V6A3,3,0,0,0,18,3ZM14.71,13.29a1,1,0,0,1,0,1.42,1,1,0,0,1-1.42,0L12,13.41l-1.29,1.3a1,1,0,0,1-1.42,0,1,1,0,0,1,0-1.42L10.59,12l-1.3-1.29a1,1,0,0,1,1.42-1.42L12,10.59l1.29-1.3a1,1,0,0,1,1.42,1.42L13.41,12Z\"/></g></g></g></svg></li><li title=\"close \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"close\"><g id=\"close-2\" data-name=\"close\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><path class=\"eva-12\" d=\"M13.41,12l4.3-4.29a1,1,0,1,0-1.42-1.42L12,10.59,7.71,6.29A1,1,0,0,0,6.29,7.71L10.59,12l-4.3,4.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L12,13.41l4.29,4.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42Z\"/></g></g></g></svg></li><li title=\"cloud download \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"cloud-download\"><g id=\"cloud-download-2\" data-name=\"cloud-download\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M21.9,11c0-.11-.06-.22-.09-.33a4.17,4.17,0,0,0-.18-.57c-.05-.12-.12-.24-.18-.37s-.15-.3-.24-.44S21,9.08,21,9s-.2-.25-.31-.37-.21-.2-.32-.3L20,8l-.36-.24a3.68,3.68,0,0,0-.44-.23l-.39-.18a4.13,4.13,0,0,0-.5-.15,3,3,0,0,0-.41-.09l-.18,0A6,6,0,0,0,6.33,7l-.18,0a3,3,0,0,0-.41.09,4.13,4.13,0,0,0-.5.15l-.39.18a3.68,3.68,0,0,0-.44.23L4.05,8l-.37.31c-.11.1-.22.19-.32.3s-.21.25-.31.37-.18.23-.26.36-.16.29-.24.44-.13.25-.18.37a4.17,4.17,0,0,0-.18.57c0,.11-.07.22-.09.33A5.23,5.23,0,0,0,2,12a5.5,5.5,0,0,0,.09.91c0,.1.05.19.07.29a5.58,5.58,0,0,0,.18.58l.12.29a5,5,0,0,0,.3.56l.14.22a.56.56,0,0,0,.05.08L3,15a5,5,0,0,0,4,2H7a2,2,0,0,1,.59-1.41A2,2,0,0,1,9,15a1.92,1.92,0,0,1,1,.27V12a2,2,0,0,1,4,0v3.37a2,2,0,0,1,1-.27,2.05,2.05,0,0,1,1.44.61A2,2,0,0,1,17,17h0a5,5,0,0,0,4-2l.05-.05a.56.56,0,0,0,.05-.08l.14-.22a5,5,0,0,0,.3-.56l.12-.29a5.58,5.58,0,0,0,.18-.58c0-.1.05-.19.07-.29A5.5,5.5,0,0,0,22,12,5.23,5.23,0,0,0,21.9,11Z\"/><path class=\"eva-12\" d=\"M14.31,16.38,13,17.64V12a1,1,0,0,0-2,0v5.59l-1.29-1.3a1,1,0,0,0-1.42,1.42l3,3A1,1,0,0,0,12,21a1,1,0,0,0,.69-.28l3-2.9a1,1,0,1,0-1.38-1.44Z\"/><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M21.9,11c0-.11-.06-.22-.09-.33a4.17,4.17,0,0,0-.18-.57c-.05-.12-.12-.24-.18-.37s-.15-.3-.24-.44S21,9.08,21,9s-.2-.25-.31-.37-.21-.2-.32-.3L20,8l-.36-.24a3.68,3.68,0,0,0-.44-.23l-.39-.18a4.13,4.13,0,0,0-.5-.15,3,3,0,0,0-.41-.09l-.18,0A6,6,0,0,0,6.33,7l-.18,0a3,3,0,0,0-.41.09,4.13,4.13,0,0,0-.5.15l-.39.18a3.68,3.68,0,0,0-.44.23L4.05,8l-.37.31c-.11.1-.22.19-.32.3s-.21.25-.31.37-.18.23-.26.36-.16.29-.24.44-.13.25-.18.37a4.17,4.17,0,0,0-.18.57c0,.11-.07.22-.09.33A5.23,5.23,0,0,0,2,12a5.5,5.5,0,0,0,.09.91c0,.1.05.19.07.29a5.58,5.58,0,0,0,.18.58l.12.29a5,5,0,0,0,.3.56l.14.22a.56.56,0,0,0,.05.08L3,15a5,5,0,0,0,4,2H7a2,2,0,0,1,.59-1.41A2,2,0,0,1,9,15a1.92,1.92,0,0,1,1,.27V12a2,2,0,0,1,4,0v3.37a2,2,0,0,1,1-.27,2.05,2.05,0,0,1,1.44.61A2,2,0,0,1,17,17h0a5,5,0,0,0,4-2l.05-.05a.56.56,0,0,0,.05-.08l.14-.22a5,5,0,0,0,.3-.56l.12-.29a5.58,5.58,0,0,0,.18-.58c0-.1.05-.19.07-.29A5.5,5.5,0,0,0,22,12,5.23,5.23,0,0,0,21.9,11Z\"/><path class=\"eva-12\" d=\"M14.31,16.38,13,17.64V12a1,1,0,0,0-2,0v5.59l-1.29-1.3a1,1,0,0,0-1.42,1.42l3,3A1,1,0,0,0,12,21a1,1,0,0,0,.69-.28l3-2.9a1,1,0,1,0-1.38-1.44Z\"/></g></g></g></svg></li><li title=\"cloud upload \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"cloud-upload\"><g id=\"cloud-upload-2\" data-name=\"cloud-upload\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M21.9,12c0-.11-.06-.22-.09-.33a4.17,4.17,0,0,0-.18-.57c-.05-.12-.12-.24-.18-.37s-.15-.3-.24-.44S21,10.08,21,10s-.2-.25-.31-.37-.21-.2-.32-.3L20,9l-.36-.24a3.68,3.68,0,0,0-.44-.23l-.39-.18a4.13,4.13,0,0,0-.5-.15,3,3,0,0,0-.41-.09L17.67,8A6,6,0,0,0,6.33,8l-.18.05a3,3,0,0,0-.41.09,4.13,4.13,0,0,0-.5.15l-.39.18a3.68,3.68,0,0,0-.44.23L4.05,9l-.37.31c-.11.1-.22.19-.32.3s-.21.25-.31.37-.18.23-.26.36-.16.29-.24.44-.13.25-.18.37a4.17,4.17,0,0,0-.18.57c0,.11-.07.22-.09.33A5.23,5.23,0,0,0,2,13a5.5,5.5,0,0,0,.09.91c0,.1.05.19.07.29a5.58,5.58,0,0,0,.18.58l.12.29a5,5,0,0,0,.3.56l.14.22a.56.56,0,0,0,.05.08L3,16a5,5,0,0,0,4,2h3V16.63a2,2,0,0,1-1,.27,2.05,2.05,0,0,1-1.44-.61,2,2,0,0,1,.05-2.83l3-2.9A2,2,0,0,1,12,10a2,2,0,0,1,1.41.59l3,3a2,2,0,0,1,0,2.82A2,2,0,0,1,15,17a1.92,1.92,0,0,1-1-.27V18h3a5,5,0,0,0,4-2l.05-.05a.56.56,0,0,0,.05-.08l.14-.22a5,5,0,0,0,.3-.56l.12-.29a5.58,5.58,0,0,0,.18-.58c0-.1.05-.19.07-.29A5.5,5.5,0,0,0,22,13,5.23,5.23,0,0,0,21.9,12Z\"/><path class=\"eva-12\" d=\"M12.71,11.29a1,1,0,0,0-1.4,0l-3,2.9a1,1,0,1,0,1.38,1.44L11,14.36V20a1,1,0,0,0,2,0V14.41l1.29,1.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42Z\"/></g></g></g></svg></li><li title=\"code download \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"code-download\"><g id=\"code-download-2\" data-name=\"code-download\"><rect class=\"eva-11\"   transform=\"translate(24 0) rotate(90)\"/><path class=\"eva-12\" d=\"M4.29,12,8.77,6.64A1,1,0,1,0,7.23,5.36l-5,6a1,1,0,0,0,0,1.27l4.83,6a1,1,0,0,0,.78.37,1,1,0,0,0,.78-1.63Z\"/><path class=\"eva-12\" d=\"M21.78,11.37,17,5.37a1,1,0,0,0-1.56,1.26L19.71,12l-4.48,5.37a1,1,0,0,0,.13,1.41A1,1,0,0,0,16,19a1,1,0,0,0,.77-.36l5-6A1,1,0,0,0,21.78,11.37Z\"/><path class=\"eva-12\" d=\"M15.72,11.41a1,1,0,0,0-1.41,0L13,12.64V8a1,1,0,0,0-2,0v4.59l-1.29-1.3a1,1,0,0,0-1.42,1.42l3,3A1,1,0,0,0,12,16a1,1,0,0,0,.69-.28l3-2.9A1,1,0,0,0,15.72,11.41Z\"/></g></g></g></svg></li><li title=\"code \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"code\"><g id=\"code-2\" data-name=\"code\"><rect class=\"eva-11\"   transform=\"translate(24 0) rotate(90)\"/><path class=\"eva-12\" d=\"M8.64,5.23a1,1,0,0,0-1.41.13l-5,6a1,1,0,0,0,0,1.27l4.83,6a1,1,0,0,0,.78.37,1,1,0,0,0,.78-1.63L4.29,12,8.77,6.64A1,1,0,0,0,8.64,5.23Z\"/><path class=\"eva-12\" d=\"M21.78,11.37,17,5.37a1,1,0,0,0-1.41-.15,1,1,0,0,0-.15,1.41L19.71,12l-4.48,5.37a1,1,0,0,0,.13,1.41A1,1,0,0,0,16,19a1,1,0,0,0,.77-.36l5-6A1,1,0,0,0,21.78,11.37Z\"/></g></g></g></svg></li><li title=\"collapse \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"collapse\"><g id=\"collapse-2\" data-name=\"collapse\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><path class=\"eva-12\" d=\"M19,9H16.42l3.29-3.29a1,1,0,1,0-1.42-1.42L15,7.57V5a1,1,0,0,0-1-1h0a1,1,0,0,0-1,1l0,5a1,1,0,0,0,1,1h5a1,1,0,0,0,0-2Z\"/><path class=\"eva-12\" d=\"M10,13,5,13H5a1,1,0,0,0,0,2H7.57L4.29,18.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L9,16.42V19a1,1,0,0,0,1,1h0a1,1,0,0,0,1-1V14A1,1,0,0,0,10,13Z\"/></g></g></g></svg></li><li title=\"color palette \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"color-palette\"><g id=\"color-palette-2\" data-name=\"color-palette\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M19.54,5.08A10.61,10.61,0,0,0,11.91,2h0a10,10,0,0,0-.05,20h0a2.58,2.58,0,0,0,2.53-1.89,2.52,2.52,0,0,0-.57-2.28.5.5,0,0,1,.37-.83h1.65A6.15,6.15,0,0,0,22,11.33,8.48,8.48,0,0,0,19.54,5.08ZM6.84,14.74a1.5,1.5,0,1,1,.4-2.08A1.49,1.49,0,0,1,6.84,14.74ZM8.3,9.25a1.5,1.5,0,1,1-.55-2A1.5,1.5,0,0,1,8.3,9.25ZM11,7a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,11,7Zm5.75.8a1.5,1.5,0,1,1,.55-2A1.5,1.5,0,0,1,16.75,7.8Z\"/></g></g></g></svg></li><li title=\"color picker \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"color-picker\"><g id=\"color-picker-2\" data-name=\"color-picker\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M19.4,7.34,16.66,4.6A1.92,1.92,0,0,0,14,4.53l-2,2L10.71,5.29A1,1,0,0,0,9.29,6.71L10.53,8,5,13.53a2,2,0,0,0-.57,1.21L4,18.91a1,1,0,0,0,.29.8A1,1,0,0,0,5,20h.09l4.17-.38a2,2,0,0,0,1.21-.57l5.58-5.58,1.24,1.24a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42l-1.24-1.24,2-2A1.92,1.92,0,0,0,19.4,7.34Zm-13,7.6L12,9.36l2.69,2.7-2.79,2.79\"/></g></g></g></svg></li><li title=\"compass \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"compass\"><g id=\"compass-2\" data-name=\"compass\"><rect class=\"eva-11\"  /><polygon class=\"eva-12\" points=\"10.8 13.21 12.49 12.53 13.2 10.79 11.51 11.47 10.8 13.21\"/><path class=\"eva-12\" d=\"M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm3.93,7.42-1.75,4.26a1,1,0,0,1-.55.55l-4.21,1.7A1,1,0,0,1,9,16a1,1,0,0,1-.71-.31l-.05,0,0,0a1,1,0,0,1-.18-1l1.75-4.26a1,1,0,0,1,.55-.55l4.21-1.7a1,1,0,0,1,1.1.25A1,1,0,0,1,15.93,9.42Z\"/></g></g></g></svg></li><li title=\"copy \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"copy\"><g id=\"copy-2\" data-name=\"copy\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M18,9H15V5.67A2.68,2.68,0,0,0,12.33,3H5.67A2.68,2.68,0,0,0,3,5.67v6.66A2.68,2.68,0,0,0,5.67,15H9v3a3,3,0,0,0,3,3h6a3,3,0,0,0,3-3V12A3,3,0,0,0,18,9ZM9,12v1H5.67A.67.67,0,0,1,5,12.33V5.67A.67.67,0,0,1,5.67,5h6.66a.67.67,0,0,1,.67.67V9H12A3,3,0,0,0,9,12Z\"/></g></g></g></svg></li><li title=\"corner down left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24.1 24.1\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"corner-down-left\"><g id=\"corner-down-left-2\" data-name=\"corner-down-left\"><rect class=\"eva-11\" x=\"0.05\" y=\"0.05\"   transform=\"translate(-0.05 24.05) rotate(-89.76)\"/><path class=\"eva-12\" d=\"M20,6a1,1,0,0,0-1-1h0a1,1,0,0,0-1,1l0,5a1,1,0,0,1-.29.71,1,1,0,0,1-.71.29l-8.92,0,2.69-3.39A1,1,0,0,0,9.25,7.44l-4,5a1,1,0,0,0,0,1.25l4,5a1,1,0,0,0,.78.37,1,1,0,0,0,.62-.22,1,1,0,0,0,.15-1.41L8.14,14.07l8.92,0a3,3,0,0,0,3-3Z\"/></g></g></g></svg></li><li title=\"corner down right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"corner-down-right\"><g id=\"corner-down-right-2\" data-name=\"corner-down-right\"><rect class=\"eva-11\"   transform=\"translate(0 24) rotate(-90)\"/><path class=\"eva-12\" d=\"M19.78,12.38l-4-5a1,1,0,0,0-1.56,1.24L16.92,12H8a1,1,0,0,1-1-1V6A1,1,0,0,0,5,6v5a3,3,0,0,0,3,3h8.92l-2.7,3.38a1,1,0,0,0,.16,1.4A1,1,0,0,0,15,19a1,1,0,0,0,.78-.38l4-5A1,1,0,0,0,19.78,12.38Z\"/></g></g></g></svg></li><li title=\"corner left down \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"corner-left-down\"><g id=\"corner-left-down-2\" data-name=\"corner-left-down\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M18,5H13a3,3,0,0,0-3,3v8.92l-3.38-2.7a1,1,0,0,0-1.24,1.56l5,4a1,1,0,0,0,1.24,0l5-4a1,1,0,1,0-1.24-1.56L12,16.92V8a1,1,0,0,1,1-1h5a1,1,0,0,0,0-2Z\"/></g></g></g></svg></li><li title=\"corner left up \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"corner-left-up\"><g id=\"corner-left-up-2\" data-name=\"corner-left-up\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><path class=\"eva-12\" d=\"M18,17H13a1,1,0,0,1-1-1V7.08l3.38,2.7A1,1,0,0,0,16,10a1,1,0,0,0,.78-.38,1,1,0,0,0-.16-1.4l-5-4a1,1,0,0,0-1.24,0l-5,4A1,1,0,0,0,6.62,9.78L10,7.08V16a3,3,0,0,0,3,3h5a1,1,0,0,0,0-2Z\"/></g></g></g></svg></li><li title=\"corner right down \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"corner-right-down\"><g id=\"corner-right-down-2\" data-name=\"corner-right-down\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M18.78,14.38a1,1,0,0,0-1.4-.16L14,16.92V8a3,3,0,0,0-3-3H6A1,1,0,0,0,6,7h5a1,1,0,0,1,1,1v8.92l-3.38-2.7a1,1,0,0,0-1.24,1.56l5,4a1,1,0,0,0,1.24,0l5-4A1,1,0,0,0,18.78,14.38Z\"/></g></g></g></svg></li><li title=\"corner right up \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"corner-right-up\"><g id=\"corner-right-up-2\" data-name=\"corner-right-up\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><path class=\"eva-12\" d=\"M18.62,8.22l-5-4a1,1,0,0,0-1.24,0l-5,4A1,1,0,0,0,8.62,9.78L12,7.08V16a1,1,0,0,1-1,1H6a1,1,0,0,0,0,2h5a3,3,0,0,0,3-3V7.08l3.38,2.7A1,1,0,0,0,18,10a1,1,0,0,0,.78-.38A1,1,0,0,0,18.62,8.22Z\"/></g></g></g></svg></li><li title=\"corner up left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"corner-up-left\"><g id=\"corner-up-left-2\" data-name=\"corner-up-left\"><rect class=\"eva-11\"   transform=\"translate(24 0) rotate(90)\"/><path class=\"eva-12\" d=\"M16,10H7.08l2.7-3.38A1,1,0,1,0,8.22,5.38l-4,5a1,1,0,0,0,0,1.24l4,5A1,1,0,0,0,9,17a1,1,0,0,0,.62-.22,1,1,0,0,0,.16-1.4L7.08,12H16a1,1,0,0,1,1,1v5a1,1,0,0,0,2,0V13A3,3,0,0,0,16,10Z\"/></g></g></g></svg></li><li title=\"corner up right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"corner-up-right\"><g id=\"corner-up-right-2\" data-name=\"corner-up-right\"><rect class=\"eva-11\"   transform=\"translate(0 24) rotate(-90)\"/><path class=\"eva-12\" d=\"M19.78,10.38l-4-5a1,1,0,0,0-1.56,1.24L16.92,10H8a3,3,0,0,0-3,3v5a1,1,0,0,0,2,0V13a1,1,0,0,1,1-1h8.92l-2.7,3.38a1,1,0,0,0,.16,1.4A1,1,0,0,0,15,17a1,1,0,0,0,.78-.38l4-5A1,1,0,0,0,19.78,10.38Z\"/></g></g></g></svg></li><li title=\"credit card \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"credit-card\"><g id=\"credit-card-2\" data-name=\"credit-card\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M19,5H5A3,3,0,0,0,2,8v8a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V8A3,3,0,0,0,19,5ZM11,15H7a1,1,0,0,1,0-2h4a1,1,0,0,1,0,2Zm6,0H15a1,1,0,0,1,0-2h2a1,1,0,0,1,0,2Zm3-6H4V8A1,1,0,0,1,5,7H19a1,1,0,0,1,1,1Z\"/></g></g></g></svg></li><li title=\"crop \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"crop\"><g id=\"crop-2\" data-name=\"crop\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M21,16H18V8.56A2.56,2.56,0,0,0,15.44,6H8V3A1,1,0,0,0,6,3V6H3A1,1,0,0,0,3,8H6v7.44A2.56,2.56,0,0,0,8.56,18H16v3a1,1,0,0,0,2,0V18h3a1,1,0,0,0,0-2ZM8.56,16A.56.56,0,0,1,8,15.44V8h7.44a.56.56,0,0,1,.56.56V16Z\"/></g></g></g></svg></li><li title=\"cube \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"cube\"><g id=\"cube-2\" data-name=\"cube\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M11.25,11.83,3,8.36v7.73a1.69,1.69,0,0,0,1,1.52L11.19,21l.06,0Z\"/><path class=\"eva-12\" d=\"M12,10.5l8.51-3.57A1.62,1.62,0,0,0,20,6.55L12.8,3.18a1.87,1.87,0,0,0-1.6,0L4,6.55a1.62,1.62,0,0,0-.51.38Z\"/><path class=\"eva-12\" d=\"M12.75,11.83V21l.05,0L20,17.61a1.69,1.69,0,0,0,1-1.51V8.36Z\"/></g></g></g></svg></li><li title=\"diagonal arrow left down \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"diagonal-arrow-left-down\"><g id=\"diagonal-arrow-left-down-2\" data-name=\"diagonal-arrow-left-down\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M17.71,6.29a1,1,0,0,0-1.42,0L8,14.59V9A1,1,0,0,0,6,9v8a1,1,0,0,0,1,1h8a1,1,0,0,0,0-2H9.41l8.3-8.29A1,1,0,0,0,17.71,6.29Z\"/></g></g></g></svg></li><li title=\"diagonal arrow left up \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"diagonal-arrow-left-up\"><g id=\"diagonal-arrow-left-up-2\" data-name=\"diagonal-arrow-left-up\"><rect class=\"eva-11\"   transform=\"translate(24 0) rotate(90)\"/><path class=\"eva-12\" d=\"M17.71,16.29,9.42,8H15a1,1,0,0,0,0-2H7.05a1,1,0,0,0-1,1l0,8a1,1,0,0,0,1,1H7a1,1,0,0,0,1-1L8,9.45l8.26,8.26a1,1,0,0,0,1.42,0A1,1,0,0,0,17.71,16.29Z\"/></g></g></g></svg></li><li title=\"diagonal arrow right down \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"diagonal-arrow-right-down\"><g id=\"diagonal-arrow-right-down-2\" data-name=\"diagonal-arrow-right-down\"><rect class=\"eva-11\"   transform=\"translate(0 24) rotate(-90)\"/><path class=\"eva-12\" d=\"M17,8a1,1,0,0,0-1,1v5.59L7.71,6.29A1,1,0,0,0,6.29,7.71L14.59,16H9a1,1,0,0,0,0,2h8a1,1,0,0,0,1-1V9A1,1,0,0,0,17,8Z\"/></g></g></g></svg></li><li title=\"diagonal arrow right up \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"diagonal-arrow-right-up\"><g id=\"diagonal-arrow-right-up-2\" data-name=\"diagonal-arrow-right-up\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><path class=\"eva-12\" d=\"M18,7.05a1,1,0,0,0-1-1L9,6H9A1,1,0,0,0,9,8l5.56,0L6.29,16.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L16,9.42V15a1,1,0,0,0,1,1h0a1,1,0,0,0,1-1Z\"/></g></g></g></svg></li><li title=\"done all \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"done-all\"><g id=\"done-all-2\" data-name=\"done-all\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M16.62,6.21a1,1,0,0,0-1.41.17l-7,9L4.78,11.2a1,1,0,1,0-1.56,1.25l4.17,5.18a1,1,0,0,0,.78.37h0A1,1,0,0,0,9,17.62l7.83-10A1,1,0,0,0,16.62,6.21Z\"/><path class=\"eva-12\" d=\"M21.62,6.21a1,1,0,0,0-1.41.17l-7,9-.61-.75-1.26,1.62,1.1,1.37a1,1,0,0,0,.78.37h0a1,1,0,0,0,.78-.38l7.83-10A1,1,0,0,0,21.62,6.21Z\"/><path class=\"eva-12\" d=\"M8.71,13.06,10,11.44l-.2-.24A1,1,0,0,0,8.37,11a1,1,0,0,0-.15,1.41Z\"/></g></g></g></svg></li><li title=\"download \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"download\"><g id=\"download-2\" data-name=\"download\"><rect class=\"eva-11\"  /><rect class=\"eva-12\" x=\"4\" y=\"18\"   rx=\"1\" ry=\"1\"/><rect class=\"eva-12\" x=\"3\" y=\"17\"   rx=\"1\" ry=\"1\" transform=\"translate(-13 23) rotate(-90)\"/><rect class=\"eva-12\" x=\"17\" y=\"17\"   rx=\"1\" ry=\"1\" transform=\"translate(1 37) rotate(-90)\"/><path class=\"eva-12\" d=\"M12,15a1,1,0,0,1-.58-.18L7.42,12a1,1,0,0,1-.24-1.39,1,1,0,0,1,1.4-.24L12,12.76,15.4,10.2a1,1,0,0,1,1.2,1.6l-4,3A1,1,0,0,1,12,15Z\"/><path class=\"eva-12\" d=\"M12,13a1,1,0,0,1-1-1V4a1,1,0,0,1,2,0v8A1,1,0,0,1,12,13Z\"/></g></g></g></svg></li><li title=\"droplet off \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"droplet-off\"><g id=\"droplet-off-2\" data-name=\"droplet-off\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M19,16.14A7.73,7.73,0,0,0,17.34,8L12.78,3.31A1,1,0,0,0,12.07,3h0a1,1,0,0,0-.72.3L8.74,5.92Z\"/><path class=\"eva-12\" d=\"M6,8.82a7.73,7.73,0,0,0,.64,9.9A7.44,7.44,0,0,0,11.92,21h0a7.34,7.34,0,0,0,4.64-1.6Z\"/><path class=\"eva-12\" d=\"M20.71,19.29l-16-16A1,1,0,0,0,3.29,4.71l16,16a1,1,0,0,0,1.42,0A1,1,0,0,0,20.71,19.29Z\"/></g></g></g></svg></li><li title=\"droplet \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24.2 24.2\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"droplet\"><g id=\"droplet-2\" data-name=\"droplet\"><rect class=\"eva-11\" x=\"0.1\" y=\"0.1\"   transform=\"translate(0.1 -0.1) rotate(0.48)\"/><path class=\"eva-12\" d=\"M12,21.1a7.4,7.4,0,0,1-5.28-2.28A7.73,7.73,0,0,1,6.82,8.05L11.46,3.4a.94.94,0,0,1,.71-.3h0a1,1,0,0,1,.71.31l4.56,4.72a7.73,7.73,0,0,1-.09,10.77A7.33,7.33,0,0,1,12,21.1Z\"/></g></g></g></svg></li><li title=\"edit 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"edit-2\"><g id=\"edit-2-2\" data-name=\"edit-2\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M19,20H5a1,1,0,0,0,0,2H19a1,1,0,0,0,0-2Z\"/><path class=\"eva-12\" d=\"M5,18h.09l4.17-.38a2,2,0,0,0,1.21-.57l9-9a1.92,1.92,0,0,0-.07-2.71h0L16.66,2.6A2,2,0,0,0,14,2.53l-9,9a2,2,0,0,0-.57,1.21L4,16.91a1,1,0,0,0,.29.8A1,1,0,0,0,5,18ZM15.27,4,18,6.73,16,8.68,13.32,6Z\"/></g></g></g></svg></li><li title=\"edit \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"edit\"><g id=\"edit-2\" data-name=\"edit\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M19.4,7.34h0L16.66,4.6A2,2,0,0,0,14,4.53l-9,9a2,2,0,0,0-.57,1.21L4,18.91a1,1,0,0,0,.29.8A1,1,0,0,0,5,20h.09l4.17-.38a2,2,0,0,0,1.21-.57l9-9A1.92,1.92,0,0,0,19.4,7.34ZM16,10.68,13.32,8,15.27,6,18,8.73Z\"/></g></g></g></svg></li><li title=\"email \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"email\"><g id=\"email-2\" data-name=\"email\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M19,4H5A3,3,0,0,0,2,7V17a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V7A3,3,0,0,0,19,4Zm0,2L12.5,10.47a1,1,0,0,1-1,0L5,6Z\"/></g></g></g></svg></li><li title=\"expand \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"expand\"><g id=\"expand-2\" data-name=\"expand\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><path class=\"eva-12\" d=\"M20,5a1,1,0,0,0-1-1L14,4h0a1,1,0,0,0,0,2h2.57L13.29,9.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L18,7.42V10a1,1,0,0,0,1,1h0a1,1,0,0,0,1-1Z\"/><path class=\"eva-12\" d=\"M10.71,13.29a1,1,0,0,0-1.42,0L6,16.57V14a1,1,0,0,0-1-1H5a1,1,0,0,0-1,1l0,5a1,1,0,0,0,1,1h5a1,1,0,0,0,0-2H7.42l3.29-3.29A1,1,0,0,0,10.71,13.29Z\"/></g></g></g></svg></li><li title=\"external link \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"external-link\"><g id=\"external-link-2\" data-name=\"external-link\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M20,11a1,1,0,0,0-1,1v6a1,1,0,0,1-1,1H6a1,1,0,0,1-1-1V6A1,1,0,0,1,6,5h6a1,1,0,0,0,0-2H6A3,3,0,0,0,3,6V18a3,3,0,0,0,3,3H18a3,3,0,0,0,3-3V12A1,1,0,0,0,20,11Z\"/><path class=\"eva-12\" d=\"M16,5h1.58l-6.29,6.28a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L19,6.42V8a1,1,0,0,0,1,1h0a1,1,0,0,0,1-1V4a1,1,0,0,0-1-1L16,3h0a1,1,0,0,0,0,2Z\"/></g></g></g></svg></li><li title=\"eye off 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"eye-off-2\"><g id=\"eye-off-2-2\" data-name=\"eye-off-2\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M17.81,13.39A8.93,8.93,0,0,0,21,7.62a1,1,0,1,0-2-.24,7.07,7.07,0,0,1-14,0,1,1,0,1,0-2,.24,8.93,8.93,0,0,0,3.18,5.77L3.88,15.71a1,1,0,0,0,1.41,1.41l2.61-2.6a9.06,9.06,0,0,0,3.1.92V19a1,1,0,0,0,2,0V15.44a9.06,9.06,0,0,0,3.1-.92l2.61,2.6a1,1,0,0,0,1.41-1.41Z\"/></g></g></g></svg></li><li title=\"eye off \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"eye-off\"><g id=\"eye-off-2\" data-name=\"eye-off\"><rect class=\"eva-11\"  /><circle class=\"eva-12\" cx=\"12\" cy=\"12\" r=\"1.5\"/><path class=\"eva-12\" d=\"M15.29,18.12,14,16.78l-.07-.07-1.27-1.27a4.07,4.07,0,0,1-.61.06A3.5,3.5,0,0,1,8.5,12a4.07,4.07,0,0,1,.06-.61l-2-2L5,7.87A15.89,15.89,0,0,0,2.13,11.5a1,1,0,0,0,0,1c.63,1.09,4,6.5,9.89,6.5h.25a9.48,9.48,0,0,0,3.23-.67Z\"/><path class=\"eva-12\" d=\"M8.59,5.76l2.8,2.8A4.07,4.07,0,0,1,12,8.5,3.5,3.5,0,0,1,15.5,12a4.07,4.07,0,0,1-.06.61l2.68,2.68.84.84a15.89,15.89,0,0,0,2.91-3.63,1,1,0,0,0,0-1c-.64-1.11-4.16-6.68-10.14-6.5a9.48,9.48,0,0,0-3.23.67Z\"/><path class=\"eva-12\" d=\"M20.71,19.29,19.41,18l-2-2L7.89,6.47,6.42,5,4.71,3.29A1,1,0,0,0,3.29,4.71L5.53,7,7.28,8.7,14.59,16l.07.07L16,17.41l.59.59,2.7,2.71a1,1,0,0,0,1.42,0A1,1,0,0,0,20.71,19.29Z\"/></g></g></g></svg></li><li title=\"eye \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"eye\"><g id=\"eye-2\" data-name=\"eye\"><rect class=\"eva-11\"  /><circle class=\"eva-12\" cx=\"12\" cy=\"12\" r=\"1.5\"/><path class=\"eva-12\" d=\"M21.87,11.5c-.64-1.11-4.16-6.68-10.14-6.5C6.2,5.14,3,10,2.13,11.5a1,1,0,0,0,0,1c.63,1.09,4,6.5,9.89,6.5h.25c5.53-.14,8.74-5,9.6-6.5A1,1,0,0,0,21.87,11.5ZM12,15.5A3.5,3.5,0,1,1,15.5,12,3.5,3.5,0,0,1,12,15.5Z\"/></g></g></g></svg></li><li title=\"facebook \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"facebook\"><g id=\"facebook-2\" data-name=\"facebook\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><path class=\"eva-12\" d=\"M17,3.5a.5.5,0,0,0-.5-.5H14A4.77,4.77,0,0,0,9,7.5v2.7H6.5a.5.5,0,0,0-.5.5v2.6a.5.5,0,0,0,.5.5H9v6.7a.5.5,0,0,0,.5.5h3a.5.5,0,0,0,.5-.5V13.8h2.62a.5.5,0,0,0,.49-.37l.72-2.6a.5.5,0,0,0-.48-.63H13V7.5a1,1,0,0,1,1-.9h2.5a.5.5,0,0,0,.5-.5Z\"/></g></g></g></svg></li><li title=\"file add \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"file-add\"><g id=\"file-add-2\" data-name=\"file-add\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M19.74,7.33l-4.44-5A1,1,0,0,0,14.56,2h-8A2.53,2.53,0,0,0,4,4.5v15A2.53,2.53,0,0,0,6.56,22H17.44A2.53,2.53,0,0,0,20,19.5V8A1,1,0,0,0,19.74,7.33ZM14,15H13v1a1,1,0,0,1-2,0V15H10a1,1,0,0,1,0-2h1V12a1,1,0,0,1,2,0v1h1a1,1,0,0,1,0,2Zm.71-7A.79.79,0,0,1,14,7.15V4l3.74,4Z\"/></g></g></g></svg></li><li title=\"file remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"file-remove\"><g id=\"file-remove-2\" data-name=\"file-remove\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M19.74,7.33l-4.44-5A1,1,0,0,0,14.56,2h-8A2.53,2.53,0,0,0,4,4.5v15A2.53,2.53,0,0,0,6.56,22H17.44A2.53,2.53,0,0,0,20,19.5V8A1,1,0,0,0,19.74,7.33ZM14,15H10a1,1,0,0,1,0-2h4a1,1,0,0,1,0,2Zm.71-7A.79.79,0,0,1,14,7.15V4l3.74,4Z\"/></g></g></g></svg></li><li title=\"file text \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"file-text\"><g id=\"file-text-2\" data-name=\"file-text\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M19.74,7.33l-4.44-5A1,1,0,0,0,14.56,2h-8A2.53,2.53,0,0,0,4,4.5v15A2.53,2.53,0,0,0,6.56,22H17.44A2.53,2.53,0,0,0,20,19.5V8A1,1,0,0,0,19.74,7.33ZM9,12h3a1,1,0,0,1,0,2H9a1,1,0,0,1,0-2Zm6,6H9a1,1,0,0,1,0-2h6a1,1,0,0,1,0,2ZM14.71,8A.79.79,0,0,1,14,7.15V4l3.74,4Z\"/></g></g></g></svg></li><li title=\"file \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"file\"><g id=\"file-2\" data-name=\"file\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M19.74,7.33l-4.44-5A1,1,0,0,0,14.56,2h-8A2.53,2.53,0,0,0,4,4.5v15A2.53,2.53,0,0,0,6.56,22H17.44A2.53,2.53,0,0,0,20,19.5V8A1,1,0,0,0,19.74,7.33ZM14,4l3.74,4h-3A.79.79,0,0,1,14,7.15Z\"/></g></g></g></svg></li><li title=\"film \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"film\"><g id=\"film-2\" data-name=\"film\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M18.26,3H5.74A2.74,2.74,0,0,0,3,5.74V18.26A2.74,2.74,0,0,0,5.74,21H18.26A2.74,2.74,0,0,0,21,18.26V5.74A2.74,2.74,0,0,0,18.26,3ZM7,11H5V9H7ZM5,13H7v2H5Zm14-2H17V9h2Zm-2,2h2v2H17Zm2-7.26V7H17V5h1.26A.74.74,0,0,1,19,5.74ZM5.74,5H7V7H5V5.74A.74.74,0,0,1,5.74,5ZM5,18.26V17H7v2H5.74A.74.74,0,0,1,5,18.26Zm14,0a.74.74,0,0,1-.74.74H17V17h2Z\"/></g></g></g></svg></li><li title=\"flag \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"flag\"><g id=\"flag-2\" data-name=\"flag\"><polyline class=\"eva-11\" points=\"24 24 0 24 0 0\"/><path class=\"eva-12\" d=\"M19.27,4.68a1.79,1.79,0,0,0-1.6-.25,7.53,7.53,0,0,1-2.17.28,8.54,8.54,0,0,1-3.13-.78A10.15,10.15,0,0,0,8.5,3c-2.89,0-4,1-4.2,1.14a1,1,0,0,0-.3.72V20a1,1,0,0,0,2,0V15.7a6.28,6.28,0,0,1,2.5-.41,8.54,8.54,0,0,1,3.13.78A10.15,10.15,0,0,0,15.5,17,7.66,7.66,0,0,0,19,16.3a1.74,1.74,0,0,0,1-1.55V6.11A1.77,1.77,0,0,0,19.27,4.68Z\"/></g></g></g></svg></li><li title=\"flash off \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"flash-off\"><g id=\"flash-off-2\" data-name=\"flash-off\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M17.33,14.5l2.5-3.74A1,1,0,0,0,19,9.2H13.11l.77-7.09a1,1,0,0,0-.65-1,1,1,0,0,0-1.17.38L8.94,6.11Z\"/><path class=\"eva-12\" d=\"M6.67,9.5l-2.5,3.74A1,1,0,0,0,5,14.8h5.89l-.77,7.09a1,1,0,0,0,.65,1.05,1,1,0,0,0,.34.06,1,1,0,0,0,.83-.44l3.12-4.67Z\"/><path class=\"eva-12\" d=\"M20.71,19.29l-16-16A1,1,0,0,0,3.29,4.71l16,16a1,1,0,0,0,1.42,0A1,1,0,0,0,20.71,19.29Z\"/></g></g></g></svg></li><li title=\"flash \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"flash\"><g id=\"flash-2\" data-name=\"flash\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M11.11,23a1,1,0,0,1-.34-.06,1,1,0,0,1-.65-1.05l.77-7.09H5a1,1,0,0,1-.83-1.56l7.89-11.8a1,1,0,0,1,1.17-.38,1,1,0,0,1,.65,1L13.11,9.2H19a1,1,0,0,1,.83,1.56l-7.89,11.8A1,1,0,0,1,11.11,23Z\"/></g></g></g></svg></li><li title=\"flip 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"flip-2\"><g id=\"flip-2-2\" data-name=\"flip-2\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><path class=\"eva-12\" d=\"M6.09,19h12l-1.3,1.29a1,1,0,0,0,1.42,1.42l3-3a1,1,0,0,0,0-1.42l-3-3a1,1,0,0,0-1.42,0,1,1,0,0,0,0,1.42L18.09,17h-12A1.56,1.56,0,0,1,4.5,15.47V13a1,1,0,0,0-2,0v2.47A3.56,3.56,0,0,0,6.09,19Z\"/><path class=\"eva-12\" d=\"M5.79,9.71A1,1,0,1,0,7.21,8.29L5.91,7h12A1.56,1.56,0,0,1,19.5,8.53V11a1,1,0,0,0,2,0V8.53A3.56,3.56,0,0,0,17.91,5h-12l1.3-1.29a1,1,0,0,0,0-1.42,1,1,0,0,0-1.42,0l-3,3a1,1,0,0,0,0,1.42Z\"/></g></g></g></svg></li><li title=\"flip \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"flip-in\"><g id=\"flip-in-2\" data-name=\"flip-in\"><rect class=\"eva-11\"   transform=\"translate(0 24) rotate(-90)\"/><path class=\"eva-12\" d=\"M5,6.09v12l-1.29-1.3a1,1,0,0,0-1.42,1.42l3,3a1,1,0,0,0,1.42,0l3-3a1,1,0,0,0,0-1.42,1,1,0,0,0-1.42,0L7,18.09v-12A1.56,1.56,0,0,1,8.53,4.5H11a1,1,0,0,0,0-2H8.53A3.56,3.56,0,0,0,5,6.09Z\"/><path class=\"eva-12\" d=\"M14.29,5.79a1,1,0,0,0,1.42,1.42L17,5.91v12a1.56,1.56,0,0,1-1.53,1.59H13a1,1,0,0,0,0,2h2.47A3.56,3.56,0,0,0,19,17.91v-12l1.29,1.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42l-3-3a1,1,0,0,0-1.42,0Z\"/></g></g></g></svg></li><li title=\"folder add \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"folder-add\"><g id=\"folder-add-2\" data-name=\"folder-add\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M19.5,7.05h-7L9.87,3.87A1,1,0,0,0,9.1,3.5H4.5A2.47,2.47,0,0,0,2,5.93V18.07A2.47,2.47,0,0,0,4.5,20.5h15A2.47,2.47,0,0,0,22,18.07V9.48A2.47,2.47,0,0,0,19.5,7.05ZM14,15H13v1a1,1,0,0,1-2,0V15H10a1,1,0,0,1,0-2h1V12a1,1,0,0,1,2,0v1h1a1,1,0,0,1,0,2Z\"/></g></g></g></svg></li><li title=\"folder remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"folder-remove\"><g id=\"folder-remove-2\" data-name=\"folder-remove\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M19.5,7.05h-7L9.87,3.87A1,1,0,0,0,9.1,3.5H4.5A2.47,2.47,0,0,0,2,5.93V18.07A2.47,2.47,0,0,0,4.5,20.5h15A2.47,2.47,0,0,0,22,18.07V9.48A2.47,2.47,0,0,0,19.5,7.05ZM14,15H10a1,1,0,0,1,0-2h4a1,1,0,0,1,0,2Z\"/></g></g></g></svg></li><li title=\"folder \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"folder\"><g id=\"folder-2\" data-name=\"folder\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M19.5,20.5H4.5A2.47,2.47,0,0,1,2,18.07V5.93A2.47,2.47,0,0,1,4.5,3.5H9.1a1,1,0,0,1,.77.37l2.6,3.18h7A2.47,2.47,0,0,1,22,9.48v8.59A2.47,2.47,0,0,1,19.5,20.5Z\"/></g></g></g></svg></li><li title=\"funnel \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"funnel\"><g id=\"funnel-2\" data-name=\"funnel\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M13.9,22a1,1,0,0,1-.6-.2l-4-3.05a1,1,0,0,1-.39-.8V14.68L4.11,5.46A1,1,0,0,1,5,4H19a1,1,0,0,1,.86.49,1,1,0,0,1,0,1l-5,9.21V21a1,1,0,0,1-.55.9A1,1,0,0,1,13.9,22Z\"/></g></g></g></svg></li><li title=\"gift \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"gift\"><g id=\"gift-2\" data-name=\"gift\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><path class=\"eva-12\" d=\"M4.64,15.27v4.82a.92.92,0,0,0,.92.91h5.62V15.27Z\"/><path class=\"eva-12\" d=\"M12.82,21h5.62a.92.92,0,0,0,.92-.91V15.27H12.82Z\"/><path class=\"eva-12\" d=\"M20.1,7.09H18.26a2.82,2.82,0,0,0,.29-1.23A2.87,2.87,0,0,0,15.68,3,4.21,4.21,0,0,0,12,5.57,4.21,4.21,0,0,0,8.32,3,2.87,2.87,0,0,0,5.45,5.86a2.82,2.82,0,0,0,.29,1.23H3.9c-.5,0-.9.59-.9,1.31v3.93c0,.72.4,1.31.9,1.31h7.28V7.09h1.64v6.55H20.1c.5,0,.9-.59.9-1.31V8.4C21,7.68,20.6,7.09,20.1,7.09Zm-11.78,0a1.23,1.23,0,1,1,0-2.45c1.4,0,2.19,1.44,2.58,2.45Zm7.36,0H13.1c.39-1,1.18-2.45,2.58-2.45a1.23,1.23,0,1,1,0,2.45Z\"/></g></g></g></svg></li><li title=\"github \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"github\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><g id=\"github-2\" data-name=\"github\"><g id=\"mobile-2\"><g id=\"Group-9\"><g id=\"Group-11\"><path id=\"Fill-1\" class=\"eva-12\" d=\"M12,1A10.89,10.89,0,0,0,1,11.77,10.79,10.79,0,0,0,8.52,22c.55.1.75-.23.75-.52s0-.93,0-1.83c-3.06.65-3.71-1.44-3.71-1.44a2.86,2.86,0,0,0-1.22-1.58c-1-.66.08-.65.08-.65a2.31,2.31,0,0,1,1.68,1.11,2.37,2.37,0,0,0,3.2.89,2.33,2.33,0,0,1,.7-1.44c-2.44-.27-5-1.19-5-5.32A4.15,4.15,0,0,1,6.11,8.31a3.78,3.78,0,0,1,.11-2.84s.93-.29,3,1.1a10.68,10.68,0,0,1,5.5,0c2.1-1.39,3-1.1,3-1.1a3.78,3.78,0,0,1,.11,2.84A4.15,4.15,0,0,1,19,11.2c0,4.14-2.58,5.05-5,5.32a2.5,2.5,0,0,1,.75,2c0,1.44,0,2.6,0,2.95s.2.63.75.52A10.8,10.8,0,0,0,23,11.77,10.89,10.89,0,0,0,12,1\"/></g></g></g></g></g></g></svg></li><li title=\"globe 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"globe-2\"><g id=\"globe-2-2\" data-name=\"globe-2\"><rect class=\"eva-11\"  /><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,2a8.19,8.19,0,0,1,1.79.21,2.61,2.61,0,0,1-.78,1c-.22.17-.46.31-.7.46a4.56,4.56,0,0,0-1.85,1.67,6.49,6.49,0,0,0-.62,3.3c0,1.36,0,2.16-.95,2.87-1.37,1.07-3.46.47-4.76-.07A8.33,8.33,0,0,1,4,12,8,8,0,0,1,12,4Zm4.89,14.32a6.79,6.79,0,0,0-.63-1.14c-.11-.16-.22-.32-.32-.49-.39-.68-.25-1,.38-2l.1-.17A4.77,4.77,0,0,0,17,12.09a5.42,5.42,0,0,1,.09-1c.16-.73,1.71-.93,2.67-1a7.94,7.94,0,0,1-2.86,8.28Z\"/></g></g></g></svg></li><li title=\"globe 3 \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"globe-3\"><g id=\"globe-3-2\" data-name=\"globe-3\"><rect class=\"eva-11\"  /><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2ZM5,15.8a8.42,8.42,0,0,0,2,.27,5,5,0,0,0,3.14-1c1.71-1.34,1.71-3.06,1.71-4.44a4.76,4.76,0,0,1,.37-2.34,2.86,2.86,0,0,1,1.12-.91,9.75,9.75,0,0,0,.92-.61A4.55,4.55,0,0,0,15.66,4.9,8,8,0,0,1,19,8.12c-1.43.2-3.46.67-3.86,2.53A7,7,0,0,0,15,12a2.93,2.93,0,0,1-.29,1.47l-.1.17c-.65,1.08-1.38,2.31-.39,4,.12.21.25.41.38.61a2.29,2.29,0,0,1,.52,1.08A7.89,7.89,0,0,1,12,20,8,8,0,0,1,5,15.8Z\"/></g></g></g></svg></li><li title=\"globe \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"globe\"><g id=\"globe-2\" data-name=\"globe\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><path class=\"eva-12\" d=\"M22,12A10,10,0,0,0,12,2h0a10,10,0,0,0,0,20h0A10,10,0,0,0,22,12Zm-2.07-1H17a12.91,12.91,0,0,0-2.33-6.54A8,8,0,0,1,19.93,11ZM9.08,13H15a11.44,11.44,0,0,1-3,6.61A11,11,0,0,1,9.08,13Zm0-2A11.4,11.4,0,0,1,12,4.4,11.19,11.19,0,0,1,15,11Zm.36-6.57A13.18,13.18,0,0,0,7.07,11h-3A8,8,0,0,1,9.44,4.43ZM4.07,13h3a12.86,12.86,0,0,0,2.35,6.56A8,8,0,0,1,4.07,13Zm10.55,6.55A13.14,13.14,0,0,0,17,13h2.95A8,8,0,0,1,14.62,19.55Z\"/></g></g></g></svg></li><li title=\"google \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"google\"><g id=\"google-2\" data-name=\"google\"><polyline class=\"eva-11\" points=\"0 0 24 0 24 24 0 24\"/><path class=\"eva-12\" d=\"M17.5,14A5.51,5.51,0,0,1,13,17.93,6.15,6.15,0,0,1,6,12.48,6,6,0,0,1,12,6a6.12,6.12,0,0,1,2.27.44.5.5,0,0,0,.64-.21l1.44-2.65a.52.52,0,0,0-.23-.7A10,10,0,0,0,2,12.29,10.12,10.12,0,0,0,11.57,22,10,10,0,0,0,22,12.52c0-.2,0-1.35,0-2a.51.51,0,0,0-.5-.5h-9a.5.5,0,0,0-.5.5v3a.5.5,0,0,0,.5.5h5\"/></g></g></g></svg></li><li title=\"grid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"grid\"><g id=\"grid-2\" data-name=\"grid\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M9,3H5A2,2,0,0,0,3,5V9a2,2,0,0,0,2,2H9a2,2,0,0,0,2-2V5A2,2,0,0,0,9,3Z\"/><path class=\"eva-12\" d=\"M19,3H15a2,2,0,0,0-2,2V9a2,2,0,0,0,2,2h4a2,2,0,0,0,2-2V5A2,2,0,0,0,19,3Z\"/><path class=\"eva-12\" d=\"M9,13H5a2,2,0,0,0-2,2v4a2,2,0,0,0,2,2H9a2,2,0,0,0,2-2V15A2,2,0,0,0,9,13Z\"/><path class=\"eva-12\" d=\"M19,13H15a2,2,0,0,0-2,2v4a2,2,0,0,0,2,2h4a2,2,0,0,0,2-2V15A2,2,0,0,0,19,13Z\"/></g></g></g></svg></li><li title=\"hard drive \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"hard-drive\"><g id=\"hard-drive-2\" data-name=\"hard-drive\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M20.79,11.34,17.45,4.66A3,3,0,0,0,14.76,3H9.24A3,3,0,0,0,6.55,4.66L3.21,11.34a2,2,0,0,0-.21.9V18a3,3,0,0,0,3,3H18a3,3,0,0,0,3-3V12.24A2,2,0,0,0,20.79,11.34ZM8,17a1,1,0,1,1,1-1A1,1,0,0,1,8,17Zm8,0H12a1,1,0,0,1,0-2h4a1,1,0,0,1,0,2ZM5.62,11,8.34,5.55A1,1,0,0,1,9.24,5h5.52a1,1,0,0,1,.9.55L18.38,11Z\"/></g></g></g></svg></li><li title=\"hash \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"hash\"><g id=\"hash-2\" data-name=\"hash\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><path class=\"eva-12\" d=\"M20,14H15.7l.73-4H20a1,1,0,0,0,0-2H16.79l.69-3.81A1,1,0,0,0,16.64,3a1,1,0,0,0-1.22.82L14.67,8H10.79l.69-3.81A1,1,0,0,0,10.64,3a1,1,0,0,0-1.22.82L8.67,8H4a1,1,0,0,0,0,2H8.3l-.73,4H4a1,1,0,0,0,0,2H7.21l-.69,3.81A1,1,0,0,0,7.36,21h0a1,1,0,0,0,1.22-.82L9.33,16h3.88l-.69,3.81A1,1,0,0,0,13.36,21h0a1,1,0,0,0,1.22-.82L15.33,16H20a1,1,0,0,0,0-2ZM9.7,14l.73-4H14.3l-.73,4Z\"/></g></g></g></svg></li><li title=\"headphones \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"headphones\"><g id=\"headphones-2\" data-name=\"headphones\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M12,2A10.2,10.2,0,0,0,2,12.37V17a4,4,0,1,0,4-4,3.91,3.91,0,0,0-2,.56V12.37A8.2,8.2,0,0,1,12,4a8.2,8.2,0,0,1,8,8.37v1.19A3.91,3.91,0,0,0,18,13a4,4,0,1,0,4,4V12.37A10.2,10.2,0,0,0,12,2Z\"/></g></g></g></svg></li><li title=\"heart \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"heart\"><g id=\"heart-2\" data-name=\"heart\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M12,21h0a1,1,0,0,1-.71-.29L3.52,12.93a5.26,5.26,0,0,1,0-7.4,5.24,5.24,0,0,1,7.4,0L12,6.61l1.08-1.08a5.24,5.24,0,0,1,7.4,0,5.26,5.26,0,0,1,0,7.4l-7.77,7.78A1,1,0,0,1,12,21Z\"/></g></g></g></svg></li><li title=\"home \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"home\"><g id=\"home-2\" data-name=\"home\"><rect class=\"eva-11\"  /><rect class=\"eva-12\" x=\"10\" y=\"14\"  /><path class=\"eva-12\" d=\"M20.42,10.18,12.71,2.3a1,1,0,0,0-1.42,0L3.58,10.19A2,2,0,0,0,3,11.62V20a2,2,0,0,0,1.89,2H8V13a1,1,0,0,1,1-1h6a1,1,0,0,1,1,1v9h3.11A2,2,0,0,0,21,20V11.62A2.07,2.07,0,0,0,20.42,10.18Z\"/></g></g></g></svg></li><li title=\"image 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"image-2\"><g id=\"image-2-2\" data-name=\"image-2\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M18,3H6A3,3,0,0,0,3,6V18a3,3,0,0,0,3,3H18a3,3,0,0,0,3-3V6A3,3,0,0,0,18,3ZM8,7A1.5,1.5,0,1,1,6.5,8.5,1.5,1.5,0,0,1,8,7ZM19,17.83A1.09,1.09,0,0,1,18,19H6l7.57-6.82a.69.69,0,0,1,.93,0L19,16.66Z\"/></g></g></g></svg></li><li title=\"image \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"image\"><g id=\"image-2\" data-name=\"image\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M18,3H6A3,3,0,0,0,3,6V18a3,3,0,0,0,3,3H18a3,3,0,0,0,3-3V6A3,3,0,0,0,18,3ZM6,5H18a1,1,0,0,1,1,1v8.36l-3.2-2.73a2.77,2.77,0,0,0-3.52,0L5,17.7V6A1,1,0,0,1,6,5Z\"/><circle class=\"eva-12\" cx=\"8\" cy=\"8.5\" r=\"1.5\"/></g></g></g></svg></li><li title=\"inbox \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"inbox\"><g id=\"inbox-2\" data-name=\"inbox\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><path class=\"eva-12\" d=\"M20.79,11.34,17.45,4.66A3,3,0,0,0,14.76,3H9.24A3,3,0,0,0,6.55,4.66L3.21,11.34a2,2,0,0,0-.21.9V18a3,3,0,0,0,3,3H18a3,3,0,0,0,3-3V12.24A2,2,0,0,0,20.79,11.34ZM8.34,5.55A1,1,0,0,1,9.24,5h5.52a1,1,0,0,1,.9.55L18.38,11H16a1,1,0,0,0-1,1v2a1,1,0,0,1-1,1H10a1,1,0,0,1-1-1V12a1,1,0,0,0-1-1H5.62Z\"/></g></g></g></svg></li><li title=\"info \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"info\"><g id=\"info-2\" data-name=\"info\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><path class=\"eva-12\" d=\"M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm1,14a1,1,0,0,1-2,0V11a1,1,0,0,1,2,0ZM12,9a1,1,0,1,1,1-1A1,1,0,0,1,12,9Z\"/></g></g></g></svg></li><li title=\"keypad \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"keypad\"><g id=\"keypad-2\" data-name=\"keypad\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M5,2A3,3,0,1,0,8,5,3,3,0,0,0,5,2Z\"/><path class=\"eva-12\" d=\"M12,2a3,3,0,1,0,3,3A3,3,0,0,0,12,2Z\"/><path class=\"eva-12\" d=\"M19,8a3,3,0,1,0-3-3A3,3,0,0,0,19,8Z\"/><path class=\"eva-12\" d=\"M5,9a3,3,0,1,0,3,3A3,3,0,0,0,5,9Z\"/><path class=\"eva-12\" d=\"M12,9a3,3,0,1,0,3,3A3,3,0,0,0,12,9Z\"/><path class=\"eva-12\" d=\"M19,9a3,3,0,1,0,3,3A3,3,0,0,0,19,9Z\"/><path class=\"eva-12\" d=\"M5,16a3,3,0,1,0,3,3A3,3,0,0,0,5,16Z\"/><path class=\"eva-12\" d=\"M12,16a3,3,0,1,0,3,3A3,3,0,0,0,12,16Z\"/><path class=\"eva-12\" d=\"M19,16a3,3,0,1,0,3,3A3,3,0,0,0,19,16Z\"/></g></g></g></svg></li><li title=\"layers \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"layers\"><g id=\"layers-2\" data-name=\"layers\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><path class=\"eva-12\" d=\"M3.24,7.29l8.52,4.63a.51.51,0,0,0,.48,0l8.52-4.63a.44.44,0,0,0-.05-.81L12.19,3a.5.5,0,0,0-.38,0L3.29,6.48A.44.44,0,0,0,3.24,7.29Z\"/><path class=\"eva-12\" d=\"M20.71,10.66l-1.83-.78-6.64,3.61a.51.51,0,0,1-.48,0L5.12,9.88l-1.83.78a.48.48,0,0,0,0,.85l8.52,4.9a.46.46,0,0,0,.48,0l8.52-4.9A.48.48,0,0,0,20.71,10.66Z\"/><path class=\"eva-12\" d=\"M20.71,15.1l-1.56-.68-6.91,3.76a.51.51,0,0,1-.48,0L4.85,14.42l-1.56.68a.49.49,0,0,0,0,.87l8.52,5a.51.51,0,0,0,.48,0l8.52-5A.49.49,0,0,0,20.71,15.1Z\"/></g></g></g></svg></li><li title=\"layout \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"layout\"><g id=\"layout-2\" data-name=\"layout\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M21,8V6a3,3,0,0,0-3-3H6A3,3,0,0,0,3,6V8Z\"/><path class=\"eva-12\" d=\"M3,10v8a3,3,0,0,0,3,3h5V10Z\"/><path class=\"eva-12\" d=\"M13,10V21h5a3,3,0,0,0,3-3V10Z\"/></g></g></g></svg></li><li title=\"link 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"link-2\"><g id=\"link-2-2\" data-name=\"link-2\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M13.29,9.29l-4,4a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l4-4a1,1,0,0,0-1.42-1.42Z\"/><path class=\"eva-12\" d=\"M12.28,17.4,11,18.67a4.2,4.2,0,0,1-5.58.4,4,4,0,0,1-.27-5.93l1.42-1.43a1,1,0,0,0,0-1.42,1,1,0,0,0-1.42,0L3.88,11.57a6.15,6.15,0,0,0-.67,8.07,6.06,6.06,0,0,0,9.07.6l1.42-1.42a1,1,0,0,0-1.42-1.42Z\"/><path class=\"eva-12\" d=\"M19.66,3.22a6.18,6.18,0,0,0-8.13.68L10.45,5a1.09,1.09,0,0,0-.17,1.61,1,1,0,0,0,1.42,0L13,5.3a4.17,4.17,0,0,1,5.57-.4,4,4,0,0,1,.27,5.95l-1.42,1.43a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l1.42-1.42A6.06,6.06,0,0,0,19.66,3.22Z\"/></g></g></g></svg></li><li title=\"link \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"link\"><g id=\"link-2\" data-name=\"link\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M8,12a1,1,0,0,0,1,1h6a1,1,0,0,0,0-2H9A1,1,0,0,0,8,12Z\"/><path class=\"eva-12\" d=\"M9,16H7.21A4.13,4.13,0,0,1,3,12.37,4,4,0,0,1,7,8H9A1,1,0,0,0,9,6H7.21a6.15,6.15,0,0,0-6.16,5.21A6,6,0,0,0,7,18H9a1,1,0,0,0,0-2Z\"/><path class=\"eva-12\" d=\"M23,11.24A6.16,6.16,0,0,0,16.76,6H15.25C14.44,6,14,6.45,14,7a1,1,0,0,0,1,1h1.79A4.13,4.13,0,0,1,21,11.63,4,4,0,0,1,17,16H15a1,1,0,0,0,0,2h2A6,6,0,0,0,23,11.24Z\"/></g></g></g></svg></li><li title=\"linkedin \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"linkedin\"><g id=\"linkedin-2\" data-name=\"linkedin\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><path class=\"eva-12\" d=\"M15.15,8.4A5.83,5.83,0,0,0,9.3,14.22V20.1a.9.9,0,0,0,.9.9h2.1a.9.9,0,0,0,.9-.9V14.22a1.94,1.94,0,0,1,2.15-1.93,2,2,0,0,1,1.75,2V20.1a.9.9,0,0,0,.9.9h2.1a.9.9,0,0,0,.9-.9V14.22A5.83,5.83,0,0,0,15.15,8.4Z\"/><rect class=\"eva-12\" x=\"3\" y=\"9.3\"   rx=\"0.9\" ry=\"0.9\"/><circle class=\"eva-12\" cx=\"5.25\" cy=\"5.25\" r=\"2.25\"/></g></g></g></svg></li><li title=\"list \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"list\"><g id=\"list-2\" data-name=\"list\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><circle class=\"eva-12\" cx=\"4\" cy=\"7\" r=\"1\"/><circle class=\"eva-12\" cx=\"4\" cy=\"12\" r=\"1\"/><circle class=\"eva-12\" cx=\"4\" cy=\"17\" r=\"1\"/><rect class=\"eva-12\" x=\"7\" y=\"11\"   rx=\"0.94\" ry=\"0.94\"/><rect class=\"eva-12\" x=\"7\" y=\"16\"   rx=\"0.94\" ry=\"0.94\"/><rect class=\"eva-12\" x=\"7\" y=\"6\"   rx=\"0.94\" ry=\"0.94\"/></g></g></g></svg></li><li title=\"lock \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"lock\"><g id=\"lock-2\" data-name=\"lock\"><rect class=\"eva-11\"  /><circle class=\"eva-12\" cx=\"12\" cy=\"15\" r=\"1\"/><path class=\"eva-12\" d=\"M17,8H16V6.11a4,4,0,1,0-8,0V8H7a3,3,0,0,0-3,3v8a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V11A3,3,0,0,0,17,8ZM10,6.11A2.06,2.06,0,0,1,12,4a2.06,2.06,0,0,1,2,2.11V8H10ZM12,18a3,3,0,1,1,3-3A3,3,0,0,1,12,18Z\"/></g></g></g></svg></li><li title=\"log in \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"log-in\"><g id=\"log-in-2\" data-name=\"log-in\"><rect class=\"eva-11\"   transform=\"translate(0 24) rotate(-90)\"/><path class=\"eva-12\" d=\"M19,4H17a1,1,0,0,0,0,2h1V18H17a1,1,0,0,0,0,2h2a1,1,0,0,0,1-1V5A1,1,0,0,0,19,4Z\"/><path class=\"eva-12\" d=\"M11.8,7.4a1,1,0,0,0-1.6,1.2L12,11H4a1,1,0,0,0,0,2h8l.09,0-1.72,2.44a1,1,0,0,0,.24,1.4,1,1,0,0,0,.58.18,1,1,0,0,0,.81-.42l2.82-4a1,1,0,0,0,0-1.18Z\"/></g></g></g></svg></li><li title=\"log out \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"log-out\"><g id=\"log-out-2\" data-name=\"log-out\"><rect class=\"eva-11\"   transform=\"translate(24 0) rotate(90)\"/><path class=\"eva-12\" d=\"M7,6A1,1,0,0,0,7,4H5A1,1,0,0,0,4,5V19a1,1,0,0,0,1,1H7a1,1,0,0,0,0-2H6V6Z\"/><path class=\"eva-12\" d=\"M20.82,11.42,18,7.42a1,1,0,0,0-1.39-.24,1,1,0,0,0-.24,1.4L18.09,11,18,11H10a1,1,0,0,0,0,2h8l-1.8,2.4a1,1,0,0,0,.2,1.4,1,1,0,0,0,.6.2,1,1,0,0,0,.8-.4l3-4A1,1,0,0,0,20.82,11.42Z\"/></g></g></g></svg></li><li title=\"map \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"map\"><g id=\"map-2\" data-name=\"map\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><path class=\"eva-12\" d=\"M20.41,5.89l-4-1.8-.05,0-.12,0-.12,0h-.25l-.1,0-.13,0-.05,0L12,5.7,8.41,4.09l-.05,0L8.24,4,8.12,4H7.87l-.1,0-.13,0,0,0-4,1.8A1,1,0,0,0,3,6.8V19a1,1,0,0,0,.46.84A1,1,0,0,0,4,20a1,1,0,0,0,.41-.09L8,18.3l3.59,1.61h.05a.85.85,0,0,0,.72,0h.05L16,18.3l3.59,1.61A1,1,0,0,0,20,20a1,1,0,0,0,.54-.16A1,1,0,0,0,21,19V6.8A1,1,0,0,0,20.41,5.89ZM9,6.55l2,.89v10l-2-.89Zm10,10.9-2-.89v-10l2,.89Z\"/></g></g></g></svg></li><li title=\"maximize \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"maximize\"><g id=\"maximize-2\" data-name=\"maximize\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M20.71,19.29l-3.4-3.39A7.92,7.92,0,0,0,19,11a8,8,0,1,0-8,8,7.92,7.92,0,0,0,4.9-1.69l3.39,3.4a1,1,0,0,0,1.42,0A1,1,0,0,0,20.71,19.29ZM13,12H12v1a1,1,0,0,1-2,0V12H9a1,1,0,0,1,0-2h1V9a1,1,0,0,1,2,0v1h1a1,1,0,0,1,0,2Z\"/></g></g></g></svg></li><li title=\"menu 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"menu-2\"><g id=\"menu-2-2\" data-name=\"menu-2\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><circle class=\"eva-12\" cx=\"4\" cy=\"12\" r=\"1\"/><rect class=\"eva-12\" x=\"7\" y=\"11\"   rx=\"0.94\" ry=\"0.94\"/><rect class=\"eva-12\" x=\"3\" y=\"16\"   rx=\"0.94\" ry=\"0.94\"/><rect class=\"eva-12\" x=\"3\" y=\"6\"   rx=\"0.94\" ry=\"0.94\"/></g></g></g></svg></li><li title=\"menu arrow \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"menu-arrow\"><g id=\"menu-arrow-2\" data-name=\"menu-arrow\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><path class=\"eva-12\" d=\"M20.05,11H5.91l1.3-1.29A1,1,0,0,0,5.79,8.29l-3,3a1,1,0,0,0,0,1.42l3,3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L5.91,13H20.05a1,1,0,0,0,.95-.95V12A1,1,0,0,0,20.05,11Z\"/><rect class=\"eva-12\" x=\"3\" y=\"17\"   rx=\"0.95\" ry=\"0.95\"/><rect class=\"eva-12\" x=\"3\" y=\"5\"   rx=\"0.95\" ry=\"0.95\"/></g></g></g></svg></li><li title=\"menu \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"menu\"><g id=\"menu-2\" data-name=\"menu\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><rect class=\"eva-12\" x=\"3\" y=\"11\"   rx=\"0.95\" ry=\"0.95\"/><rect class=\"eva-12\" x=\"3\" y=\"16\"   rx=\"0.95\" ry=\"0.95\"/><rect class=\"eva-12\" x=\"3\" y=\"6\"   rx=\"0.95\" ry=\"0.95\"/></g></g></g></svg></li><li title=\"message circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:none;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"message-circle\"><g id=\"message-circle-2\" data-name=\"message-circle\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M19.07,4.93a10,10,0,0,0-16.28,11,1.06,1.06,0,0,1,.09.64L2,20.8a1,1,0,0,0,.27.91A1,1,0,0,0,3,22l.2,0,4.28-.86a1.26,1.26,0,0,1,.64.09,10,10,0,0,0,11-16.28ZM8,13a1,1,0,1,1,1-1A1,1,0,0,1,8,13Zm4,0a1,1,0,1,1,1-1A1,1,0,0,1,12,13Zm4,0a1,1,0,1,1,1-1A1,1,0,0,1,16,13Z\"/></g></g></g></svg></li><li title=\"message square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:none;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"message-square\"><g id=\"message-square-2\" data-name=\"message-square\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M19,3H5A3,3,0,0,0,2,6V21a1,1,0,0,0,.51.87A1,1,0,0,0,3,22a1,1,0,0,0,.51-.14L8,19.14A1,1,0,0,1,8.55,19H19a3,3,0,0,0,3-3V6A3,3,0,0,0,19,3ZM8,12a1,1,0,1,1,1-1A1,1,0,0,1,8,12Zm4,0a1,1,0,1,1,1-1A1,1,0,0,1,12,12Zm4,0a1,1,0,1,1,1-1A1,1,0,0,1,16,12Z\"/></g></g></g></svg></li><li title=\"mic off \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"mic-off\"><g id=\"mic-off-2\" data-name=\"mic-off\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M15.58,12.75A4,4,0,0,0,16,11V6a4,4,0,0,0-7.92-.75\"/><path class=\"eva-12\" d=\"M19,11a1,1,0,0,0-2,0,4.86,4.86,0,0,1-.69,2.48L17.78,15A7,7,0,0,0,19,11Z\"/><path class=\"eva-12\" d=\"M12,15l.16,0L8,10.83V11A4,4,0,0,0,12,15Z\"/><path class=\"eva-12\" d=\"M20.71,19.29l-16-16A1,1,0,0,0,3.29,4.71l16,16a1,1,0,0,0,1.42,0A1,1,0,0,0,20.71,19.29Z\"/><path class=\"eva-12\" d=\"M15,20H13V17.92a7,7,0,0,0,1.65-.44l-1.6-1.6A4.57,4.57,0,0,1,12,16a5,5,0,0,1-5-5,1,1,0,0,0-2,0,7,7,0,0,0,6,6.92V20H9a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2Z\"/></g></g></g></svg></li><li title=\"mic \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"mic\"><g id=\"mic-2\" data-name=\"mic\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M12,15a4,4,0,0,0,4-4V6A4,4,0,0,0,8,6v5A4,4,0,0,0,12,15Z\"/><path class=\"eva-12\" d=\"M19,11a1,1,0,0,0-2,0A5,5,0,0,1,7,11a1,1,0,0,0-2,0,7,7,0,0,0,6,6.92V20H8.89a.89.89,0,0,0-.89.89v.22a.89.89,0,0,0,.89.89h6.22a.89.89,0,0,0,.89-.89v-.22a.89.89,0,0,0-.89-.89H13V17.92A7,7,0,0,0,19,11Z\"/></g></g></g></svg></li><li title=\"minimize \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"minimize\"><g id=\"minimize-2\" data-name=\"minimize\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M20.71,19.29l-3.4-3.39A7.92,7.92,0,0,0,19,11a8,8,0,1,0-8,8,7.92,7.92,0,0,0,4.9-1.69l3.39,3.4a1,1,0,0,0,1.42,0A1,1,0,0,0,20.71,19.29ZM13,12H9a1,1,0,0,1,0-2h4a1,1,0,0,1,0,2Z\"/></g></g></g></svg></li><li title=\"minus circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"minus-circle\"><g id=\"minus-circle-2\" data-name=\"minus-circle\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm3,11H9a1,1,0,0,1,0-2h6a1,1,0,0,1,0,2Z\"/></g></g></g></svg></li><li title=\"minus square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"minus-square\"><g id=\"minus-square-2\" data-name=\"minus-square\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M18,3H6A3,3,0,0,0,3,6V18a3,3,0,0,0,3,3H18a3,3,0,0,0,3-3V6A3,3,0,0,0,18,3ZM15,13H9a1,1,0,0,1,0-2h6a1,1,0,0,1,0,2Z\"/></g></g></g></svg></li><li title=\"minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"minus\"><g id=\"minus-2\" data-name=\"minus\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><path class=\"eva-12\" d=\"M19,13H5a1,1,0,0,1,0-2H19a1,1,0,0,1,0,2Z\"/></g></g></g></svg></li><li title=\"monitor \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"monitor\"><g id=\"monitor-2\" data-name=\"monitor\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M19,3H5A3,3,0,0,0,2,6v5H22V6A3,3,0,0,0,19,3Z\"/><path class=\"eva-12\" d=\"M2,14a3,3,0,0,0,3,3h6v2H7a1,1,0,0,0,0,2H17a1,1,0,0,0,0-2H13V17h6a3,3,0,0,0,3-3V13H2Z\"/></g></g></g></svg></li><li title=\"moon \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"moon\"><g id=\"moon-2\" data-name=\"moon\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M12.3,22h-.1a10.31,10.31,0,0,1-7.34-3.15,10.46,10.46,0,0,1-.26-14,10.13,10.13,0,0,1,4-2.74,1,1,0,0,1,1.06.22,1,1,0,0,1,.24,1,8.4,8.4,0,0,0,1.94,8.81,8.47,8.47,0,0,0,8.83,1.94,1,1,0,0,1,1.27,1.29A10.16,10.16,0,0,1,19.6,19,10.28,10.28,0,0,1,12.3,22Z\"/></g></g></g></svg></li><li title=\"more horizontal \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"more-horizotnal\"><g id=\"more-horizotnal-2\" data-name=\"more-horizotnal\"><rect class=\"eva-11\"  /><circle class=\"eva-12\" cx=\"12\" cy=\"12\" r=\"2\"/><circle class=\"eva-12\" cx=\"19\" cy=\"12\" r=\"2\"/><circle class=\"eva-12\" cx=\"5\" cy=\"12\" r=\"2\"/></g></g></g></svg></li><li title=\"more vertical \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"more-vertical\"><g id=\"more-vertical-2\" data-name=\"more-vertical\"><rect class=\"eva-11\"   transform=\"translate(0 24) rotate(-90)\"/><circle class=\"eva-12\" cx=\"12\" cy=\"12\" r=\"2\"/><circle class=\"eva-12\" cx=\"12\" cy=\"5\" r=\"2\"/><circle class=\"eva-12\" cx=\"12\" cy=\"19\" r=\"2\"/></g></g></g></svg></li><li title=\"move \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"move\"><g id=\"move-2\" data-name=\"move\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><path class=\"eva-12\" d=\"M21.71,11.31l-3-3a1,1,0,0,0-1.42,1.42L18.58,11H13V5.41l1.29,1.3A1,1,0,0,0,15,7a1,1,0,0,0,.71-.29,1,1,0,0,0,0-1.42l-3-3A1,1,0,0,0,12,2a1,1,0,0,0-.7.29l-3,3A1,1,0,0,0,9.71,6.71L11,5.42V11H5.41l1.3-1.29A1,1,0,0,0,5.29,8.29l-3,3A1,1,0,0,0,2,12a1,1,0,0,0,.29.71l3,3A1,1,0,0,0,6,16a1,1,0,0,0,.71-.29,1,1,0,0,0,0-1.42L5.42,13H11v5.59l-1.29-1.3a1,1,0,0,0-1.42,1.42l3,3A1,1,0,0,0,12,22h0a1,1,0,0,0,.7-.29l3-3a1,1,0,0,0-1.42-1.42L13,18.58V13h5.59l-1.3,1.29a1,1,0,0,0,0,1.42A1,1,0,0,0,18,16a1,1,0,0,0,.71-.29l3-3A1,1,0,0,0,22,12,1,1,0,0,0,21.71,11.31Z\"/></g></g></g></svg></li><li title=\"music \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"music\"><g id=\"music-2\" data-name=\"music\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M19,15V4a1,1,0,0,0-.38-.78,1,1,0,0,0-.84-.2l-9,2A1,1,0,0,0,8,6v8.34a3.49,3.49,0,1,0,2,3.18A4.36,4.36,0,0,0,10,17V6.8l7-1.55v7.09A3.49,3.49,0,1,0,19,15.51,4.57,4.57,0,0,0,19,15Z\"/></g></g></g></svg></li><li title=\"navigation 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"navigation-2\"><g id=\"navigation-2-2\" data-name=\"navigation-2\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M13.67,22h-.06a1,1,0,0,1-.92-.8l-1.54-7.57a1,1,0,0,0-.78-.78L2.8,11.31a1,1,0,0,1-.12-1.93l16-5.33A1,1,0,0,1,20,5.32l-5.33,16A1,1,0,0,1,13.67,22Z\"/></g></g></g></svg></li><li title=\"navigation \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"navigation\"><g id=\"navigation-2\" data-name=\"navigation\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M20,20a.94.94,0,0,1-.55-.17l-6.9-4.56a1,1,0,0,0-1.1,0l-6.9,4.56a1,1,0,0,1-1.44-1.28l8-16a1,1,0,0,1,1.78,0l8,16a1,1,0,0,1-.23,1.2A1,1,0,0,1,20,20Z\"/></g></g></g></svg></li><li title=\"npm \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"npm\"><g id=\"npm-2\" data-name=\"npm\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M18,3H6A3,3,0,0,0,3,6V18a3,3,0,0,0,3,3h7V11h4V21h1a3,3,0,0,0,3-3V6A3,3,0,0,0,18,3Z\"/></g></g></g></svg></li><li title=\"options 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"options-2\"><g id=\"options-2-2\" data-name=\"options-2\"><rect class=\"eva-11\"   transform=\"translate(24 0) rotate(90)\"/><path class=\"eva-12\" d=\"M19,9a3,3,0,0,0-2.82,2H3a1,1,0,0,0,0,2H16.18A3,3,0,1,0,19,9Z\"/><path class=\"eva-12\" d=\"M3,7H4.18A3,3,0,0,0,9.82,7H21a1,1,0,0,0,0-2H9.82A3,3,0,0,0,4.18,5H3A1,1,0,0,0,3,7Z\"/><path class=\"eva-12\" d=\"M21,17H13.82a3,3,0,0,0-5.64,0H3a1,1,0,0,0,0,2H8.18a3,3,0,0,0,5.64,0H21a1,1,0,0,0,0-2Z\"/></g></g></g></svg></li><li title=\"options \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"options\"><g id=\"options-2\" data-name=\"options\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M7,14.18V3A1,1,0,0,0,5,3V14.18a3,3,0,0,0,0,5.64V21a1,1,0,0,0,2,0V19.82a3,3,0,0,0,0-5.64Z\"/><path class=\"eva-12\" d=\"M21,13a3,3,0,0,0-2-2.82V3a1,1,0,0,0-2,0v7.18a3,3,0,0,0,0,5.64V21a1,1,0,0,0,2,0V15.82A3,3,0,0,0,21,13Z\"/><path class=\"eva-12\" d=\"M15,5a3,3,0,1,0-4,2.82V21a1,1,0,0,0,2,0V7.82A3,3,0,0,0,15,5Z\"/></g></g></g></svg></li><li title=\"pantone \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"pantone\"><g id=\"pantone-2\" data-name=\"pantone\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M20,13.18H17.3l-1.86,2L11.88,19l-1.41,1.52L10,21H20a1,1,0,0,0,1-1V14.18A1,1,0,0,0,20,13.18Z\"/><path class=\"eva-12\" d=\"M18.19,9.3,14.05,5.44a.89.89,0,0,0-.71-.26,1,1,0,0,0-.7.31l-.82.89V17.09a5.23,5.23,0,0,1-.06.57l6.48-6.95A1,1,0,0,0,18.19,9.3Z\"/><path class=\"eva-12\" d=\"M10.82,4a1,1,0,0,0-1-1H4A1,1,0,0,0,3,4V17.09a3.91,3.91,0,0,0,7.82,0Zm-2,13.09a1.91,1.91,0,0,1-3.82,0V15H8.82Zm0-4.09H5V10H8.82Zm0-5H5V5H8.82Z\"/></g></g></g></svg></li><li title=\"paper plane \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"paper-plane\"><g id=\"paper-plane-2\" data-name=\"paper-plane\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M21,4a1.31,1.31,0,0,0-.06-.27l0-.09a1,1,0,0,0-.2-.3,1,1,0,0,0-.29-.19l-.09,0A.86.86,0,0,0,20.05,3H20a1,1,0,0,0-.3,0l-18,6a1,1,0,0,0,0,1.9l8.53,2.84,2.84,8.53a1,1,0,0,0,1.9,0l6-18A1,1,0,0,0,21,4ZM16.3,6.29l-5.57,5.57L5.16,10ZM14,18.84l-1.86-5.57L17.71,7.7Z\"/></g></g></g></svg></li><li title=\"pause circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"pause-circle\"><g id=\"pause-circle-2\" data-name=\"pause-circle\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2ZM10,15a1,1,0,0,1-2,0V9a1,1,0,0,1,2,0Zm6,0a1,1,0,0,1-2,0V9a1,1,0,0,1,2,0Z\"/></g></g></g></svg></li><li title=\"people \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"people\"><g id=\"people-2\" data-name=\"people\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M9,11A4,4,0,1,0,5,7,4,4,0,0,0,9,11Z\"/><path class=\"eva-12\" d=\"M17,13a3,3,0,1,0-3-3A3,3,0,0,0,17,13Z\"/><path class=\"eva-12\" d=\"M21,20a1,1,0,0,0,1-1,5,5,0,0,0-8.06-3.95A7,7,0,0,0,2,20a1,1,0,0,0,1,1H15a1,1,0,0,0,1-1\"/></g></g></g></svg></li><li title=\"percent \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"percent\"><g id=\"percent-2\" data-name=\"percent\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M8,11A3.5,3.5,0,1,0,4.5,7.5,3.5,3.5,0,0,0,8,11ZM8,6A1.5,1.5,0,1,1,6.5,7.5,1.5,1.5,0,0,1,8,6Z\"/><path class=\"eva-12\" d=\"M16,14a3.5,3.5,0,1,0,3.5,3.5A3.5,3.5,0,0,0,16,14Zm0,5a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,16,19Z\"/><path class=\"eva-12\" d=\"M19.74,4.26a.89.89,0,0,0-1.26,0L4.26,18.48a.91.91,0,0,0-.26.63.89.89,0,0,0,1.52.63L19.74,5.52A.89.89,0,0,0,19.74,4.26Z\"/></g></g></g></svg></li><li title=\"person add \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"person-add\"><g id=\"person-add-2\" data-name=\"person-add\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M21,6H20V5a1,1,0,0,0-2,0V6H17a1,1,0,0,0,0,2h1V9a1,1,0,0,0,2,0V8h1a1,1,0,0,0,0-2Z\"/><path class=\"eva-12\" d=\"M10,11A4,4,0,1,0,6,7,4,4,0,0,0,10,11Z\"/><path class=\"eva-12\" d=\"M16,21a1,1,0,0,0,1-1A7,7,0,0,0,3,20a1,1,0,0,0,1,1\"/></g></g></g></svg></li><li title=\"person delete \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"person-delete\"><g id=\"person-delete-2\" data-name=\"person-delete\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M20.47,7.5l.73-.73A1,1,0,0,0,19.73,5.3L19,6l-.73-.73A1,1,0,0,0,16.8,6.77l.73.73-.73.73A1,1,0,0,0,18.27,9.7L19,9l.73.73A1,1,0,0,0,21.2,8.23Z\"/><path class=\"eva-12\" d=\"M10,11A4,4,0,1,0,6,7,4,4,0,0,0,10,11Z\"/><path class=\"eva-12\" d=\"M16,21a1,1,0,0,0,1-1A7,7,0,0,0,3,20a1,1,0,0,0,1,1Z\"/></g></g></g></svg></li><li title=\"person done \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"person-done\"><g id=\"person-done-2\" data-name=\"person-done\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M21.66,4.25a1,1,0,0,0-1.41.09L18.38,6.49l-.63-.71a1,1,0,0,0-1.5,1.33l1.39,1.56a1,1,0,0,0,.75.33h0a1,1,0,0,0,.74-.34l2.61-3A1,1,0,0,0,21.66,4.25Z\"/><path class=\"eva-12\" d=\"M10,11A4,4,0,1,0,6,7,4,4,0,0,0,10,11Z\"/><path class=\"eva-12\" d=\"M16,21a1,1,0,0,0,1-1A7,7,0,0,0,3,20a1,1,0,0,0,1,1\"/></g></g></g></svg></li><li title=\"person remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"person-remove\"><g id=\"person-remove-2\" data-name=\"person-remove\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M21,6H17a1,1,0,0,0,0,2h4a1,1,0,0,0,0-2Z\"/><path class=\"eva-12\" d=\"M10,11A4,4,0,1,0,6,7,4,4,0,0,0,10,11Z\"/><path class=\"eva-12\" d=\"M16,21a1,1,0,0,0,1-1A7,7,0,0,0,3,20a1,1,0,0,0,1,1\"/></g></g></g></svg></li><li title=\"person \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"person\"><g id=\"person-2\" data-name=\"person\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M12,11A4,4,0,1,0,8,7,4,4,0,0,0,12,11Z\"/><path class=\"eva-12\" d=\"M18,21a1,1,0,0,0,1-1A7,7,0,0,0,5,20a1,1,0,0,0,1,1Z\"/></g></g></g></svg></li><li title=\"phone call \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"phone-call\"><g id=\"phone-call-2\" data-name=\"phone-call\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M13,8a3,3,0,0,1,3,3,1,1,0,0,0,2,0,5,5,0,0,0-5-5,1,1,0,0,0,0,2Z\"/><path class=\"eva-12\" d=\"M13,4a7,7,0,0,1,7,7,1,1,0,0,0,2,0,9,9,0,0,0-9-9,1,1,0,0,0,0,2Z\"/><path class=\"eva-12\" d=\"M21.75,15.91a1,1,0,0,0-.72-.65l-6-1.37a1,1,0,0,0-.92.26c-.14.13-.15.14-.8,1.38a9.91,9.91,0,0,1-4.87-4.89C9.71,10,9.72,10,9.85,9.85a1,1,0,0,0,.26-.92L8.74,3a1,1,0,0,0-.65-.72,3.79,3.79,0,0,0-.72-.18A3.94,3.94,0,0,0,6.6,2,4.6,4.6,0,0,0,2,6.6,15.42,15.42,0,0,0,17.4,22,4.6,4.6,0,0,0,22,17.4a4.77,4.77,0,0,0-.06-.76A4.34,4.34,0,0,0,21.75,15.91Z\"/></g></g></g></svg></li><li title=\"phone missed \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"phone-missed\"><g id=\"phone-missed-2\" data-name=\"phone-missed\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M21.94,16.64a4.34,4.34,0,0,0-.19-.73,1,1,0,0,0-.72-.65l-6-1.37a1,1,0,0,0-.92.26c-.14.13-.15.14-.8,1.38a10,10,0,0,1-4.88-4.89C9.71,10,9.72,10,9.85,9.85a1,1,0,0,0,.26-.92L8.74,3a1,1,0,0,0-.65-.72,3.79,3.79,0,0,0-.72-.18A3.94,3.94,0,0,0,6.6,2,4.6,4.6,0,0,0,2,6.6,15.42,15.42,0,0,0,17.4,22,4.6,4.6,0,0,0,22,17.4,4.77,4.77,0,0,0,21.94,16.64Z\"/><path class=\"eva-12\" d=\"M15.8,8.7a1.05,1.05,0,0,0,1.47,0L18,8l.73.73A1,1,0,0,0,20.2,7.23l-.73-.73.73-.73A1,1,0,0,0,18.73,4.3L18,5l-.73-.73A1,1,0,0,0,15.8,5.77l.73.73-.73.73A1.05,1.05,0,0,0,15.8,8.7Z\"/></g></g></g></svg></li><li title=\"phone off \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"phone-off\"><g id=\"phone-off-2\" data-name=\"phone-off\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M9.27,12.06a10.37,10.37,0,0,1-.8-1.42C9.71,10,9.72,10,9.85,9.85a1,1,0,0,0,.26-.92L8.74,3a1,1,0,0,0-.65-.72,3.79,3.79,0,0,0-.72-.18A3.94,3.94,0,0,0,6.6,2,4.6,4.6,0,0,0,2,6.6a15.33,15.33,0,0,0,3.27,9.46Z\"/><path class=\"eva-12\" d=\"M21.94,16.64a4.34,4.34,0,0,0-.19-.73,1,1,0,0,0-.72-.65l-6-1.37a1,1,0,0,0-.92.26c-.14.13-.15.14-.8,1.38a10.88,10.88,0,0,1-1.41-.8l-4,4A15.33,15.33,0,0,0,17.4,22,4.6,4.6,0,0,0,22,17.4,4.77,4.77,0,0,0,21.94,16.64Z\"/><path class=\"eva-12\" d=\"M19.74,4.26a.89.89,0,0,0-1.26,0L4.26,18.48a.91.91,0,0,0-.26.63.89.89,0,0,0,1.52.63L19.74,5.52A.89.89,0,0,0,19.74,4.26Z\"/></g></g></g></svg></li><li title=\"phone \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"phone\"><g id=\"phone-2\" data-name=\"phone\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M17.4,22A15.42,15.42,0,0,1,2,6.6,4.6,4.6,0,0,1,6.6,2a3.94,3.94,0,0,1,.77.07,3.79,3.79,0,0,1,.72.18A1,1,0,0,1,8.74,3l1.37,6a1,1,0,0,1-.26.92c-.13.14-.14.15-1.37.79a9.91,9.91,0,0,0,4.87,4.89c.65-1.24.66-1.25.8-1.38a1,1,0,0,1,.92-.26l6,1.37a1,1,0,0,1,.72.65,4.34,4.34,0,0,1,.19.73,4.77,4.77,0,0,1,.06.76A4.6,4.6,0,0,1,17.4,22Z\"/></g></g></g></svg></li><li title=\"pie chart 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"pie-chart-2\"><g id=\"pie-chart-2-2\" data-name=\"pie-chart-2\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M14.5,10.33h6.67A.83.83,0,0,0,22,9.5,7.5,7.5,0,0,0,14.5,2a.83.83,0,0,0-.83.83V9.5A.83.83,0,0,0,14.5,10.33Zm.83-6.6a5.83,5.83,0,0,1,4.94,4.94H15.33Z\"/><path class=\"eva-12\" d=\"M21.08,12H12.93a.91.91,0,0,1-.91-.91V2.92A.92.92,0,0,0,11,2,10,10,0,1,0,22,13,.92.92,0,0,0,21.08,12Z\"/></g></g></g></svg></li><li title=\"pie chart \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"pie-chart\"><g id=\"pie-chart-2\" data-name=\"pie-chart\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M14.5,10.33h6.67A.83.83,0,0,0,22,9.5,7.5,7.5,0,0,0,14.5,2a.83.83,0,0,0-.83.83V9.5A.83.83,0,0,0,14.5,10.33Z\"/><path class=\"eva-12\" d=\"M21.08,12H12.93a.91.91,0,0,1-.91-.91V2.92A.92.92,0,0,0,11,2,10,10,0,1,0,22,13,.92.92,0,0,0,21.08,12Z\"/></g></g></g></svg></li><li title=\"pin \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"pin\"><g id=\"pin-2\" data-name=\"pin\"><rect class=\"eva-11\"  /><circle class=\"eva-12\" cx=\"12\" cy=\"9.5\" r=\"1.5\"/><path class=\"eva-12\" d=\"M12,2A8,8,0,0,0,4,9.92c0,5.48,7.05,11.58,7.35,11.84a1,1,0,0,0,1.3,0C13,21.5,20,15.4,20,9.92A8,8,0,0,0,12,2Zm0,11a3.5,3.5,0,1,1,3.5-3.5A3.5,3.5,0,0,1,12,13Z\"/></g></g></g></svg></li><li title=\"play circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"play-circle\"><g id=\"play-circle-2\" data-name=\"play-circle\"><rect class=\"eva-11\"  /><polygon class=\"eva-12\" points=\"11.5 14.6 14.31 12 11.5 9.4 11.5 14.6\"/><path class=\"eva-12\" d=\"M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm4,11.18-3.64,3.37a1.74,1.74,0,0,1-1.16.45,1.68,1.68,0,0,1-.69-.15,1.6,1.6,0,0,1-1-1.48V8.63a1.6,1.6,0,0,1,1-1.48,1.7,1.7,0,0,1,1.85.3L16,10.82a1.6,1.6,0,0,1,0,2.36Z\"/></g></g></g></svg></li><li title=\"plus circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"plus-circle\"><g id=\"plus-circle-2\" data-name=\"plus-circle\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm3,11H13v2a1,1,0,0,1-2,0V13H9a1,1,0,0,1,0-2h2V9a1,1,0,0,1,2,0v2h2a1,1,0,0,1,0,2Z\"/></g></g></g></svg></li><li title=\"plus square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"plus-square\"><g id=\"plus-square-2\" data-name=\"plus-square\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M18,3H6A3,3,0,0,0,3,6V18a3,3,0,0,0,3,3H18a3,3,0,0,0,3-3V6A3,3,0,0,0,18,3ZM15,13H13v2a1,1,0,0,1-2,0V13H9a1,1,0,0,1,0-2h2V9a1,1,0,0,1,2,0v2h2a1,1,0,0,1,0,2Z\"/></g></g></g></svg></li><li title=\"plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"plus\"><g id=\"plus-2\" data-name=\"plus\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><path class=\"eva-12\" d=\"M19,11H13V5a1,1,0,0,0-2,0v6H5a1,1,0,0,0,0,2h6v6a1,1,0,0,0,2,0V13h6a1,1,0,0,0,0-2Z\"/></g></g></g></svg></li><li title=\"power \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"power\"><g id=\"power-2\" data-name=\"power\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M12,13a1,1,0,0,0,1-1V2a1,1,0,0,0-2,0V12A1,1,0,0,0,12,13Z\"/><path class=\"eva-12\" d=\"M16.59,3.11a1,1,0,0,0-.92,1.78,8,8,0,1,1-7.34,0,1,1,0,1,0-.92-1.78,10,10,0,1,0,9.18,0Z\"/></g></g></g></svg></li><li title=\"pricetags \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"pricetags\"><g id=\"pricetags-2\" data-name=\"pricetags\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M21.47,11.58,15.05,5.17a1,1,0,0,0-.61-.29L5.09,4a1,1,0,0,0-.8.29,1,1,0,0,0-.29.8l.88,9.35a1,1,0,0,0,.29.61l6.41,6.42a1.84,1.84,0,0,0,1.29.53,1.82,1.82,0,0,0,1.28-.53l7.32-7.32a1.82,1.82,0,0,0,0-2.57Zm-9.91,0a1.5,1.5,0,1,1,0-2.12A1.49,1.49,0,0,1,11.56,11.56Z\"/></g></g></g></svg></li><li title=\"printer \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"printer\"><g id=\"printer-2\" data-name=\"printer\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M19.36,7H18V5a1.92,1.92,0,0,0-1.83-2H7.83A1.92,1.92,0,0,0,6,5V7H4.64A2.66,2.66,0,0,0,2,9.67v6.66A2.66,2.66,0,0,0,4.64,19H5.5a2,2,0,0,0,2,2h9a2,2,0,0,0,2-2h.86A2.66,2.66,0,0,0,22,16.33V9.67A2.66,2.66,0,0,0,19.36,7ZM8,5h8V7H8ZM7.5,19V15h9v4Z\"/></g></g></g></svg></li><li title=\"question mark circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"menu-arrow-circle\"><g id=\"menu-arrow-circle-2\" data-name=\"menu-arrow-circle\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><path class=\"eva-12\" d=\"M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,16a1,1,0,1,1,1-1A1,1,0,0,1,12,18Zm1-5.16V14a1,1,0,0,1-2,0V12a1,1,0,0,1,1-1,1.5,1.5,0,1,0-1.5-1.5,1,1,0,0,1-2,0A3.5,3.5,0,1,1,13,12.84Z\"/></g></g></g></svg></li><li title=\"question mark \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"menu-arrow\"><g id=\"menu-arrow-2\" data-name=\"menu-arrow\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><path class=\"eva-12\" d=\"M17,9A5,5,0,0,0,7,9,1,1,0,0,0,9,9a3,3,0,1,1,3,3,1,1,0,0,0-1,1v2a1,1,0,0,0,2,0V13.9A5,5,0,0,0,17,9Z\"/><circle class=\"eva-12\" cx=\"12\" cy=\"19\" r=\"1\"/></g></g></g></svg></li><li title=\"radio button off \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"radio-button-off\"><g id=\"radio-button-off-2\" data-name=\"radio-button-off\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M12,22A10,10,0,1,1,22,12,10,10,0,0,1,12,22ZM12,4a8,8,0,1,0,8,8A8,8,0,0,0,12,4Z\"/></g></g></g></svg></li><li title=\"radio button on \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"radio-button-on\"><g id=\"radio-button-on-2\" data-name=\"radio-button-on\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z\"/><path class=\"eva-12\" d=\"M12,7a5,5,0,1,0,5,5A5,5,0,0,0,12,7Z\"/></g></g></g></svg></li><li title=\"radio \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"radio\"><g id=\"radio-2\" data-name=\"radio\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M12,8a3,3,0,0,0-1,5.83A1,1,0,0,0,11,14v6a1,1,0,0,0,2,0V14a1,1,0,0,0,0-.17A3,3,0,0,0,12,8Z\"/><path class=\"eva-12\" d=\"M3.5,11A6.87,6.87,0,0,1,6.14,5.77,1,1,0,1,0,4.86,4.23,8.84,8.84,0,0,0,1.5,11a8.84,8.84,0,0,0,3.36,6.77,1,1,0,1,0,1.28-1.54A6.87,6.87,0,0,1,3.5,11Z\"/><path class=\"eva-12\" d=\"M16.64,6.24a1,1,0,0,0-1.28,1.52A4.28,4.28,0,0,1,17,11a4.28,4.28,0,0,1-1.64,3.24A1,1,0,0,0,16,16a1,1,0,0,0,.64-.24A6.2,6.2,0,0,0,19,11,6.2,6.2,0,0,0,16.64,6.24Z\"/><path class=\"eva-12\" d=\"M8.76,6.36a1,1,0,0,0-1.4-.12A6.2,6.2,0,0,0,5,11a6.2,6.2,0,0,0,2.36,4.76,1,1,0,0,0,1.4-.12,1,1,0,0,0-.12-1.4A4.28,4.28,0,0,1,7,11,4.28,4.28,0,0,1,8.64,7.76,1,1,0,0,0,8.76,6.36Z\"/><path class=\"eva-12\" d=\"M19.14,4.23a1,1,0,1,0-1.28,1.54A6.87,6.87,0,0,1,20.5,11a6.87,6.87,0,0,1-2.64,5.23,1,1,0,0,0,1.28,1.54A8.84,8.84,0,0,0,22.5,11,8.84,8.84,0,0,0,19.14,4.23Z\"/></g></g></g></svg></li><li title=\"recording \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"recording\"><g id=\"recording-2\" data-name=\"recording\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M18,8a4,4,0,0,0-4,4,3.91,3.91,0,0,0,.56,2H9.44A3.91,3.91,0,0,0,10,12a4,4,0,1,0-4,4H18a4,4,0,0,0,0-8Z\"/></g></g></g></svg></li><li title=\"refresh \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"refresh\"><g id=\"refresh-2\" data-name=\"refresh\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M20.3,13.43a1,1,0,0,0-1.25.65A7.14,7.14,0,0,1,12.18,19,7.1,7.1,0,0,1,5,12a7.1,7.1,0,0,1,7.18-7,7.26,7.26,0,0,1,4.65,1.67l-2.17-.36a1,1,0,0,0-1.15.83,1,1,0,0,0,.83,1.15l4.24.7h.17a1,1,0,0,0,.34-.06.33.33,0,0,0,.1-.06.78.78,0,0,0,.2-.11l.09-.11c0-.05.09-.09.13-.15s0-.1.05-.14a1.34,1.34,0,0,0,.07-.18l.75-4a1,1,0,0,0-2-.38l-.27,1.45A9.21,9.21,0,0,0,12.18,3,9.1,9.1,0,0,0,3,12a9.1,9.1,0,0,0,9.18,9A9.12,9.12,0,0,0,21,14.68,1,1,0,0,0,20.3,13.43Z\"/></g></g></g></svg></li><li title=\"repeat \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"repeat\"><g id=\"repeat-2\" data-name=\"repeat\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M17.91,5h-12l1.3-1.29A1,1,0,0,0,5.79,2.29l-3,3a1,1,0,0,0,0,1.42l3,3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L5.91,7h12A1.56,1.56,0,0,1,19.5,8.53V11a1,1,0,0,0,2,0V8.53A3.56,3.56,0,0,0,17.91,5Z\"/><path class=\"eva-12\" d=\"M18.21,14.29a1,1,0,0,0-1.42,1.42L18.09,17h-12A1.56,1.56,0,0,1,4.5,15.47V13a1,1,0,0,0-2,0v2.47A3.56,3.56,0,0,0,6.09,19h12l-1.3,1.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l3-3a1,1,0,0,0,0-1.42Z\"/></g></g></g></svg></li><li title=\"rewind left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"rewind-left\"><g id=\"rewind-left-2\" data-name=\"rewind-left\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><path class=\"eva-12\" d=\"M18.45,6.2a2.1,2.1,0,0,0-2.21.26L11.5,10.38V7.79A1.76,1.76,0,0,0,10.45,6.2a2.1,2.1,0,0,0-2.21.26l-5.1,4.21a1.7,1.7,0,0,0,0,2.66l5.1,4.21a2.06,2.06,0,0,0,1.3.46,2.23,2.23,0,0,0,.91-.2,1.76,1.76,0,0,0,1.05-1.59V13.62l4.74,3.92a2.06,2.06,0,0,0,1.3.46,2.23,2.23,0,0,0,.91-.2,1.76,1.76,0,0,0,1.05-1.59V7.79A1.76,1.76,0,0,0,18.45,6.2Z\"/></g></g></g></svg></li><li title=\"rewind right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"rewind-right\"><g id=\"rewind-right-2\" data-name=\"rewind-right\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M20.86,10.67l-5.1-4.21a2.1,2.1,0,0,0-2.21-.26A1.76,1.76,0,0,0,12.5,7.79v2.59L7.76,6.46A2.1,2.1,0,0,0,5.55,6.2a1.76,1.76,0,0,0-1,1.59v8.42a1.76,1.76,0,0,0,1,1.59,2.23,2.23,0,0,0,.91.2,2.06,2.06,0,0,0,1.3-.46l4.74-3.92v2.59a1.76,1.76,0,0,0,1.05,1.59,2.23,2.23,0,0,0,.91.2,2.06,2.06,0,0,0,1.3-.46l5.1-4.21a1.7,1.7,0,0,0,0-2.66Z\"/></g></g></g></svg></li><li title=\"save \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"save\"><g id=\"save-2\" data-name=\"save\"><rect class=\"eva-11\"  /><rect class=\"eva-12\" x=\"10\" y=\"17\"  /><path class=\"eva-12\" d=\"M20.12,8.71,15.29,3.88A3,3,0,0,0,13.17,3H10V9h5a1,1,0,0,1,0,2H9a1,1,0,0,1-1-1V3H6A3,3,0,0,0,3,6V18a3,3,0,0,0,3,3H8V17a2,2,0,0,1,2-2h4a2,2,0,0,1,2,2v4h2a3,3,0,0,0,3-3V10.83A3,3,0,0,0,20.12,8.71Z\"/></g></g></g></svg></li><li title=\"scissors \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"scissors\"><g id=\"scissors-2\" data-name=\"scissors\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M20.21,5.71a1,1,0,1,0-1.42-1.42L12.51,10.6,9.21,7.29h0A3,3,0,0,0,9.5,6a3,3,0,1,0-3,3,3,3,0,0,0,1.29-.3h0L11.1,12l-3.29,3.3A3,3,0,0,0,6.5,15a3,3,0,1,0,3,3,3,3,0,0,0-.29-1.26ZM6.5,7a1,1,0,1,1,1-1A1,1,0,0,1,6.5,7Zm0,12a1,1,0,1,1,1-1A1,1,0,0,1,6.5,19Z\"/><path class=\"eva-12\" d=\"M15.21,13.29a1,1,0,0,0-1.42,1.42l5,5a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42Z\"/></g></g></g></svg></li><li title=\"search \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"search\"><g id=\"search-2\" data-name=\"search\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M20.71,19.29l-3.4-3.39A7.92,7.92,0,0,0,19,11a8,8,0,1,0-8,8,7.92,7.92,0,0,0,4.9-1.69l3.39,3.4a1,1,0,0,0,1.42,0A1,1,0,0,0,20.71,19.29ZM5,11a6,6,0,1,1,6,6A6,6,0,0,1,5,11Z\"/></g></g></g></svg></li><li title=\"settings 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"settings-2\"><g id=\"settings-2-2\" data-name=\"settings-2\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><circle class=\"eva-12\" cx=\"12\" cy=\"12\" r=\"1.5\"/><path class=\"eva-12\" d=\"M20.32,9.37H19.23c-.14,0-.24-.11-.3-.26a.34.34,0,0,1,0-.37L19.74,8a1.63,1.63,0,0,0,.5-1.18,1.67,1.67,0,0,0-.5-1.19L18.4,4.26a1.67,1.67,0,0,0-2.37,0L15.26,5a.38.38,0,0,1-.41,0,.34.34,0,0,1-.22-.29V3.68A1.68,1.68,0,0,0,13,2H11.06A1.69,1.69,0,0,0,9.37,3.68V4.77c0,.14-.11.24-.26.3a.34.34,0,0,1-.37,0L8,4.26a1.72,1.72,0,0,0-1.19-.5h0a1.65,1.65,0,0,0-1.18.5L4.26,5.6A1.67,1.67,0,0,0,4.26,8L5,8.74a.38.38,0,0,1,0,.41.34.34,0,0,1-.29.22H3.68A1.68,1.68,0,0,0,2,11.05v1.89a1.69,1.69,0,0,0,1.68,1.69H4.77c.14,0,.24.11.3.26a.34.34,0,0,1,0,.37L4.26,16a1.72,1.72,0,0,0-.5,1.19,1.66,1.66,0,0,0,.5,1.19L5.6,19.74a1.67,1.67,0,0,0,2.37,0L8.74,19a.38.38,0,0,1,.41,0,.34.34,0,0,1,.22.29v1.09A1.68,1.68,0,0,0,11.05,22h1.89a1.69,1.69,0,0,0,1.69-1.68V19.23c0-.14.11-.24.26-.3a.34.34,0,0,1,.37,0l.76.77a1.72,1.72,0,0,0,1.19.5h0a1.65,1.65,0,0,0,1.18-.5l1.34-1.34a1.67,1.67,0,0,0,0-2.37L19,15.26a.34.34,0,0,1,0-.37v0a.34.34,0,0,1,.29-.22h1.09A1.68,1.68,0,0,0,22,13V11.06A1.69,1.69,0,0,0,20.32,9.37ZM12,15.5A3.5,3.5,0,1,1,15.5,12,3.5,3.5,0,0,1,12,15.5Z\"/></g></g></g></svg></li><li title=\"settings \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"settings\"><g id=\"settings-2\" data-name=\"settings\"><rect class=\"eva-11\"  /><circle class=\"eva-12\" cx=\"12\" cy=\"12\" r=\"1.5\"/><path class=\"eva-12\" d=\"M21.89,10.32,21.1,7.8a2.26,2.26,0,0,0-2.88-1.51l-.34.11a1.74,1.74,0,0,1-1.59-.26l-.11-.08a1.76,1.76,0,0,1-.69-1.43V4.35a2.37,2.37,0,0,0-.68-1.68A2.26,2.26,0,0,0,13.21,2H10.66A2.32,2.32,0,0,0,8.37,4.33v.24a1.94,1.94,0,0,1-.73,1.51l-.13.1a1.93,1.93,0,0,1-1.78.29,2.14,2.14,0,0,0-1.68.12A2.18,2.18,0,0,0,2.93,7.92l-.82,2.6a2.34,2.34,0,0,0,1.48,2.94l.16,0h0a1.83,1.83,0,0,1,1.12,1.22l.06.16a2.06,2.06,0,0,1-.23,1.86A2.37,2.37,0,0,0,5.19,20l2.07,1.57A2.25,2.25,0,0,0,8.61,22,2,2,0,0,0,9,22,2.25,2.25,0,0,0,10.47,21l.23-.33a1.8,1.8,0,0,1,1.43-.77,1.75,1.75,0,0,1,1.5.78l.12.17a2.24,2.24,0,0,0,3.22.53L19,19.86a2.38,2.38,0,0,0,.5-3.23l-.26-.38A2,2,0,0,1,19,14.6a1.89,1.89,0,0,1,1.21-1.28l.2-.07A2.36,2.36,0,0,0,21.89,10.32ZM12,15.5A3.5,3.5,0,1,1,15.5,12,3.5,3.5,0,0,1,12,15.5Z\"/></g></g></g></svg></li><li title=\"shake \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"shake\"><g id=\"shake-2\" data-name=\"shake\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M5.5,18a1,1,0,0,1-.64-.24A8.81,8.81,0,0,1,1.5,11,8.81,8.81,0,0,1,4.86,4.24,1,1,0,1,1,6.14,5.76,6.9,6.9,0,0,0,3.5,11a6.9,6.9,0,0,0,2.64,5.24,1,1,0,0,1,.13,1.4A1,1,0,0,1,5.5,18Z\"/><path class=\"eva-12\" d=\"M12,7a4.09,4.09,0,0,1,1,.14V3a1,1,0,0,0-2,0V7.14A4.09,4.09,0,0,1,12,7Z\"/><path class=\"eva-12\" d=\"M12,15a4.09,4.09,0,0,1-1-.14V20a1,1,0,0,0,2,0V14.86A4.09,4.09,0,0,1,12,15Z\"/><path class=\"eva-12\" d=\"M16,16a1,1,0,0,1-.77-.36,1,1,0,0,1,.13-1.4A4.28,4.28,0,0,0,17,11a4.28,4.28,0,0,0-1.64-3.24,1,1,0,1,1,1.28-1.52A6.2,6.2,0,0,1,19,11a6.2,6.2,0,0,1-2.36,4.76A1,1,0,0,1,16,16Z\"/><path class=\"eva-12\" d=\"M8,16a1,1,0,0,1-.64-.24A6.2,6.2,0,0,1,5,11,6.2,6.2,0,0,1,7.36,6.24,1,1,0,1,1,8.64,7.76,4.28,4.28,0,0,0,7,11a4.28,4.28,0,0,0,1.64,3.24,1,1,0,0,1,.13,1.4A1,1,0,0,1,8,16Z\"/><path class=\"eva-12\" d=\"M18.5,18a1,1,0,0,1-.77-.36,1,1,0,0,1,.13-1.4A6.9,6.9,0,0,0,20.5,11a6.9,6.9,0,0,0-2.64-5.24,1,1,0,1,1,1.28-1.52A8.81,8.81,0,0,1,22.5,11a8.81,8.81,0,0,1-3.36,6.76A1,1,0,0,1,18.5,18Z\"/><path class=\"eva-12\" d=\"M12,12a1,1,0,1,1,1-1A1,1,0,0,1,12,12Zm0-1Zm0,0Zm0,0Zm0,0Zm0,0Zm0,0Zm0,0Z\"/></g></g></g></svg></li><li title=\"share \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"share\"><g id=\"share-2\" data-name=\"share\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M18,15a3,3,0,0,0-2.1.86L8,12.34c0-.12,0-.22,0-.34s0-.22,0-.33L15.9,8.14A3,3,0,1,0,15,6c0,.12,0,.22,0,.34L7.1,9.86a3,3,0,1,0,0,4.28L15,17.67c0,.11,0,.22,0,.33a3,3,0,1,0,3-3Z\"/></g></g></g></svg></li><li title=\"shield off \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"shield-off\"><g id=\"shield-off-2\" data-name=\"shield-off\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M3.73,6.56A2,2,0,0,0,3,8.09v.14a15.17,15.17,0,0,0,7.72,13.2l.3.17a2,2,0,0,0,2,0l.3-.17a15.22,15.22,0,0,0,3-2.27Z\"/><path class=\"eva-12\" d=\"M18.84,16A15.08,15.08,0,0,0,21,8.23V8.09a2,2,0,0,0-1-1.75L13,2.4a2,2,0,0,0-2,0L7.32,4.49Z\"/><path class=\"eva-12\" d=\"M4.71,3.29A1,1,0,0,0,3.29,4.71l16,16a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42Z\"/></g></g></g></svg></li><li title=\"shield \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"shield\"><g id=\"shield-2\" data-name=\"shield\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M12,21.85a2,2,0,0,1-1-.25l-.3-.17A15.17,15.17,0,0,1,3,8.23V8.09A2,2,0,0,1,4,6.34L11,2.4a2,2,0,0,1,2,0l7,3.94a2,2,0,0,1,1,1.75v.14a15.17,15.17,0,0,1-7.72,13.2l-.3.17A2,2,0,0,1,12,21.85Z\"/></g></g></g></svg></li><li title=\"shopping bag \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"shopping-bag\"><g id=\"shopping-bag-2\" data-name=\"shopping-bag\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M20.12,6.71,17.29,3.88A3,3,0,0,0,15.17,3H8.83a3,3,0,0,0-2.12.88L3.88,6.71A3,3,0,0,0,3,8.83V18a3,3,0,0,0,3,3H18a3,3,0,0,0,3-3V8.83A3,3,0,0,0,20.12,6.71ZM12,16a4,4,0,0,1-4-4,1,1,0,0,1,2,0,2,2,0,0,0,4,0,1,1,0,0,1,2,0A4,4,0,0,1,12,16ZM6.41,7,8.12,5.29A1.05,1.05,0,0,1,8.83,5h6.34a1.05,1.05,0,0,1,.71.29L17.59,7Z\"/></g></g></g></svg></li><li title=\"shopping cart \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"shopping-cart\"><g id=\"shopping-cart-2\" data-name=\"shopping-cart\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M21.08,7a2,2,0,0,0-1.7-1H6.58L6,3.74A1,1,0,0,0,5,3H3A1,1,0,0,0,3,5H4.24L7,15.26A1,1,0,0,0,8,16h9a1,1,0,0,0,.89-.55l3.28-6.56A2,2,0,0,0,21.08,7Z\"/><circle class=\"eva-12\" cx=\"7.5\" cy=\"19.5\" r=\"1.5\"/><circle class=\"eva-12\" cx=\"17.5\" cy=\"19.5\" r=\"1.5\"/></g></g></g></svg></li><li title=\"shuffle 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"shuffle-2\"><g id=\"shuffle-2-2\" data-name=\"shuffle-2\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><path class=\"eva-12\" d=\"M18.71,14.29a1,1,0,0,0-1.42,1.42l.29.29H16a4,4,0,0,1,0-8h1.59l-.3.29a1,1,0,0,0,0,1.42A1,1,0,0,0,18,10a1,1,0,0,0,.71-.29l2-2A1,1,0,0,0,21,7a1,1,0,0,0-.29-.71l-2-2a1,1,0,0,0-1.42,1.42l.29.29H16a6,6,0,0,0-5,2.69A6,6,0,0,0,6,6H4A1,1,0,0,0,4,8H6a4,4,0,0,1,0,8H4a1,1,0,0,0,0,2H6a6,6,0,0,0,5-2.69A6,6,0,0,0,16,18h1.59l-.3.29a1,1,0,0,0,0,1.42A1,1,0,0,0,18,20a1,1,0,0,0,.71-.29l2-2A1,1,0,0,0,21,17a1,1,0,0,0-.29-.71Z\"/></g></g></g></svg></li><li title=\"shuffle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"shuffle\"><g id=\"shuffle-2\" data-name=\"shuffle\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><path class=\"eva-12\" d=\"M18,9.31a1,1,0,0,0,1,1h0a1,1,0,0,0,1-1V5a1,1,0,0,0-1-1L14.7,4a1,1,0,0,0-1,1,1,1,0,0,0,1,1h1.89L12,10.59,6.16,4.76A1,1,0,0,0,4.75,6.17L10.58,12,4.29,18.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L18,7.42Z\"/><path class=\"eva-12\" d=\"M19,13.68h0a1,1,0,0,0-1,1v1.91l-2.78-2.79a1,1,0,0,0-1.42,1.42L16.57,18H14.69a1,1,0,0,0,0,2h4.23L19,20a1,1,0,0,0,1-1.11l0-4.21A1,1,0,0,0,19,13.68Z\"/></g></g></g></svg></li><li title=\"skip back \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"skip-back\"><g id=\"skip-back-2\" data-name=\"skip-back\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><path class=\"eva-12\" d=\"M16.45,6.2a2.1,2.1,0,0,0-2.21.26l-5.1,4.21L9,10.82V7A1,1,0,0,0,7,7V17a1,1,0,0,0,2,0V13.18l.14.15,5.1,4.21a2.06,2.06,0,0,0,1.3.46,2.23,2.23,0,0,0,.91-.2,1.76,1.76,0,0,0,1.05-1.59V7.79A1.76,1.76,0,0,0,16.45,6.2Z\"/></g></g></g></svg></li><li title=\"skip forward \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"skip-forward\"><g id=\"skip-forward-2\" data-name=\"skip-forward\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M16,6a1,1,0,0,0-1,1v3.82l-.14-.15L9.76,6.46A2.1,2.1,0,0,0,7.55,6.2a1.76,1.76,0,0,0-1,1.59v8.42a1.76,1.76,0,0,0,1,1.59,2.23,2.23,0,0,0,.91.2,2.06,2.06,0,0,0,1.3-.46l5.1-4.21.14-.15V17a1,1,0,0,0,2,0V7A1,1,0,0,0,16,6Z\"/></g></g></g></svg></li><li title=\"slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"slash\"><g id=\"slash-2\" data-name=\"slash\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm8,10a7.92,7.92,0,0,1-1.69,4.9L7.1,5.69A7.92,7.92,0,0,1,12,4,8,8,0,0,1,20,12ZM4,12A7.92,7.92,0,0,1,5.69,7.1L16.9,18.31A7.92,7.92,0,0,1,12,20,8,8,0,0,1,4,12Z\"/></g></g></g></svg></li><li title=\"smartphone \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"smartphone\"><g id=\"smartphone-2\" data-name=\"smartphone\"><rect class=\"eva-11\"   transform=\"translate(24 0) rotate(90)\"/><path class=\"eva-12\" d=\"M17,2H7A3,3,0,0,0,4,5V19a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V5A3,3,0,0,0,17,2ZM12,18a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,12,18ZM14.5,8h-5a1,1,0,0,1,0-2h5a1,1,0,0,1,0,2Z\"/></g></g></g></svg></li><li title=\"smiling face \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"smiling-face\"><g id=\"smiling-face\" data-name=\"smiling-face\"><rect class=\"eva-11\"  />            <path d=\"M12,2 C17.5228475,2 22,6.4771525 22,12 C22,17.5228475 17.5228475,22 12,22 C6.4771525,22 2,17.5228475 2,12 C2,6.4771525 6.4771525,2 12,2 Z M12,4 C7.581722,4 4,7.581722 4,12 C4,16.418278 7.581722,20 12,20 C16.418278,20 20,16.418278 20,12 C20,7.581722 16.418278,4 12,4 Z M17,13 C17,15.7614237 14.7614237,18 12,18 C9.23857625,18 7,15.7614237 7,13 L7,13 Z\" id=\"🎨-Icon-Сolor\"></path></g></g></g></svg>\n</li><li title=\"speaker \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"speaker\"><g id=\"speaker-2\" data-name=\"speaker\"><rect class=\"eva-11\"   transform=\"translate(24 0) rotate(90)\"/><circle class=\"eva-12\" cx=\"12\" cy=\"15.5\" r=\"1.5\"/><circle class=\"eva-12\" cx=\"12\" cy=\"8\" r=\"1\"/><path class=\"eva-12\" d=\"M17,2H7A3,3,0,0,0,4,5V19a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V5A3,3,0,0,0,17,2ZM12,5A3,3,0,1,1,9,8,3,3,0,0,1,12,5Zm0,14a3.5,3.5,0,1,1,3.5-3.5A3.5,3.5,0,0,1,12,19Z\"/></g></g></g></svg></li><li title=\"square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"square\"><g id=\"square-2\" data-name=\"square\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M18,21H6a3,3,0,0,1-3-3V6A3,3,0,0,1,6,3H18a3,3,0,0,1,3,3V18A3,3,0,0,1,18,21ZM6,5A1,1,0,0,0,5,6V18a1,1,0,0,0,1,1H18a1,1,0,0,0,1-1V6a1,1,0,0,0-1-1Z\"/></g></g></g></svg></li><li title=\"star \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"star\"><g id=\"star-2\" data-name=\"star\"><rect class=\"eva-11\"   transform=\"translate(24 0) rotate(90)\"/><path class=\"eva-12\" d=\"M17.56,21a1,1,0,0,1-.46-.11L12,18.22,6.9,20.89a1,1,0,0,1-1.45-1.06l1-5.63-4.12-4a1,1,0,0,1-.25-1,1,1,0,0,1,.81-.68l5.7-.83L11.1,2.56a1,1,0,0,1,1.8,0l2.54,5.12,5.7.83a1,1,0,0,1,.81.68,1,1,0,0,1-.25,1l-4.12,4,1,5.63a1,1,0,0,1-.4,1A1,1,0,0,1,17.56,21Z\"/></g></g></g></svg></li><li title=\"stop circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"stop-circle\"><g id=\"stop-circle-2\" data-name=\"stop-circle\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm4,12.75A1.25,1.25,0,0,1,14.75,16H9.25A1.25,1.25,0,0,1,8,14.75V9.25A1.25,1.25,0,0,1,9.25,8h5.5A1.25,1.25,0,0,1,16,9.25Z\"/><rect class=\"eva-12\" x=\"10\" y=\"10\"  /></g></g></g></svg></li><li title=\"sun \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"sun\"><g id=\"sun-2\" data-name=\"sun\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><path class=\"eva-12\" d=\"M12,6a1,1,0,0,0,1-1V3a1,1,0,0,0-2,0V5A1,1,0,0,0,12,6Z\"/><path class=\"eva-12\" d=\"M21,11H19a1,1,0,0,0,0,2h2a1,1,0,0,0,0-2Z\"/><path class=\"eva-12\" d=\"M6,12a1,1,0,0,0-1-1H3a1,1,0,0,0,0,2H5A1,1,0,0,0,6,12Z\"/><path class=\"eva-12\" d=\"M6.22,5A1,1,0,0,0,4.83,6.47L6.27,7.86A1,1,0,0,0,7,8.14a1,1,0,0,0,.72-.31,1,1,0,0,0,0-1.41Z\"/><path class=\"eva-12\" d=\"M17,8.14a1,1,0,0,0,.69-.28l1.44-1.39A1,1,0,0,0,17.78,5L16.34,6.42a1,1,0,0,0,0,1.41A1,1,0,0,0,17,8.14Z\"/><path class=\"eva-12\" d=\"M12,18a1,1,0,0,0-1,1v2a1,1,0,0,0,2,0V19A1,1,0,0,0,12,18Z\"/><path class=\"eva-12\" d=\"M17.73,16.14a1,1,0,0,0-1.39,1.44L17.78,19a1,1,0,0,0,.69.28,1,1,0,0,0,.72-.3,1,1,0,0,0,0-1.42Z\"/><path class=\"eva-12\" d=\"M6.27,16.14,4.83,17.53a1,1,0,0,0,0,1.42,1,1,0,0,0,.72.3A1,1,0,0,0,6.22,19l1.44-1.39a1,1,0,0,0-1.39-1.44Z\"/><path class=\"eva-12\" d=\"M12,8a4,4,0,1,0,4,4A4,4,0,0,0,12,8Z\"/></g></g></g></svg></li><li title=\"swap \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"swap\"><g id=\"swap-2\" data-name=\"swap\"><rect class=\"eva-11\"   transform=\"translate(0 24) rotate(-90)\"/><path class=\"eva-12\" d=\"M4,9H17l-1.6,1.2a1,1,0,0,0-.2,1.4,1,1,0,0,0,.8.4,1,1,0,0,0,.6-.2l4-3a1,1,0,0,0,0-1.59l-3.86-3a1,1,0,0,0-1.23,1.58L17.08,7H4A1,1,0,0,0,4,9Z\"/><path class=\"eva-12\" d=\"M20,16H7l1.6-1.2a1,1,0,0,0-1.2-1.6l-4,3a1,1,0,0,0,0,1.59l3.86,3a1,1,0,0,0,.61.21,1,1,0,0,0,.79-.39,1,1,0,0,0-.17-1.4L6.92,18H20a1,1,0,0,0,0-2Z\"/></g></g></g></svg></li><li title=\"sync \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{opacity:0;}.eva-12{fill:#fff;}.eva-13{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"sync\"><g id=\"sync-2\" data-name=\"sync\"><g class=\"eva-11\"><rect class=\"eva-12\"  /></g><path class=\"eva-13\" d=\"M21.66,10.37a.62.62,0,0,0,.07-.19l.75-4a1,1,0,0,0-2-.36l-.37,2a9.22,9.22,0,0,0-16.58.84,1,1,0,0,0,.55,1.3,1,1,0,0,0,1.31-.55A7.08,7.08,0,0,1,12.07,5a7.17,7.17,0,0,1,6.24,3.58l-1.65-.27a1,1,0,1,0-.32,2l4.25.71h.16a.93.93,0,0,0,.34-.06.33.33,0,0,0,.1-.06.78.78,0,0,0,.2-.11l.08-.1a1.07,1.07,0,0,0,.14-.16A.58.58,0,0,0,21.66,10.37Z\"/><path class=\"eva-13\" d=\"M19.88,14.07a1,1,0,0,0-1.31.56A7.08,7.08,0,0,1,11.93,19a7.17,7.17,0,0,1-6.24-3.58l1.65.27.16,0a1,1,0,0,0,.16-2L3.41,13a.91.91,0,0,0-.33,0H3a1.15,1.15,0,0,0-.32.14l0,0a1,1,0,0,0-.18.18l-.09.1a.84.84,0,0,0-.07.19.44.44,0,0,0-.07.17l-.75,4A1,1,0,0,0,2.32,19l.18,0a1,1,0,0,0,1-.82l.37-2a9.22,9.22,0,0,0,16.58-.83A1,1,0,0,0,19.88,14.07Z\"/></g></g></g></svg></li><li title=\"text \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"text\"><g id=\"text-2\" data-name=\"text\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M20,4H4A1,1,0,0,0,3,5V8A1,1,0,0,0,5,8V6h6V19H9a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2H13V6h6V8a1,1,0,0,0,2,0V5A1,1,0,0,0,20,4Z\"/></g></g></g></svg></li><li title=\"thermometer minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"thermometer-minus\"><g id=\"thermometer-minus-2\" data-name=\"thermometer-minus\"><rect class=\"eva-11\"  /><rect class=\"eva-12\" x=\"2\" y=\"5\"   rx=\"1\" ry=\"1\"/><path class=\"eva-12\" d=\"M14,22a5,5,0,0,1-3-9V5a3,3,0,0,1,3-3,3,3,0,0,1,3,3v8a5,5,0,0,1-3,9ZM15,9.54V5a.93.93,0,0,0-.29-.69A1,1,0,0,0,14,4a1,1,0,0,0-1,1V9.54Z\"/></g></g></g></svg></li><li title=\"thermometer plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"thermometer-plus\"><g id=\"thermometer-plus-2\" data-name=\"thermometer-plus\"><rect class=\"eva-11\"  /><rect class=\"eva-12\" x=\"2\" y=\"5\"   rx=\"1\" ry=\"1\"/><rect class=\"eva-12\" x=\"2\" y=\"5\"   rx=\"1\" ry=\"1\" transform=\"translate(-1 11) rotate(-90)\"/><path class=\"eva-12\" d=\"M14,22a5,5,0,0,1-3-9V5a3,3,0,0,1,3-3,3,3,0,0,1,3,3v8a5,5,0,0,1-3,9ZM15,9.54V5a.93.93,0,0,0-.29-.69A1,1,0,0,0,14,4a1,1,0,0,0-1,1V9.54Z\"/></g></g></g></svg></li><li title=\"thermometer \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"thermometer\"><g id=\"thermometer-2\" data-name=\"thermometer\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M12,22a5,5,0,0,1-3-9V5a3,3,0,0,1,3-3,3,3,0,0,1,3,3v8a5,5,0,0,1-3,9ZM13,9.54V5a.93.93,0,0,0-.29-.69A1,1,0,0,0,12,4a1,1,0,0,0-1,1V9.54Z\"/></g></g></g></svg></li><li title=\"toggle left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"toggle-left\"><g id=\"toggle-left-2\" data-name=\"toggle-left\"><rect class=\"eva-11\" x=\"0.02\" y=\"0.02\"   transform=\"translate(24.02 23.98) rotate(179.92)\"/><path class=\"eva-12\" d=\"M15,5H9A7,7,0,0,0,9,19h6A7,7,0,0,0,15,5ZM9,15a3,3,0,1,1,3-3A3,3,0,0,1,9,15Z\"/><path class=\"eva-12\" d=\"M9,11a1,1,0,1,0,0,2,1,1,0,0,0,0-2Z\"/></g></g></g></svg></li><li title=\"toggle right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"toggle-right\"><g id=\"toggle-right-2\" data-name=\"toggle-right\"><rect class=\"eva-11\"  /><circle class=\"eva-12\" cx=\"15\" cy=\"12\" r=\"1\"/><path class=\"eva-12\" d=\"M15,5H9A7,7,0,0,0,9,19h6A7,7,0,0,0,15,5Zm0,10a3,3,0,1,1,3-3A3,3,0,0,1,15,15Z\"/></g></g></g></svg></li><li title=\"trash 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"trash-2\"><g id=\"trash-2-2\" data-name=\"trash-2\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M21,6H16V4.33A2.42,2.42,0,0,0,13.5,2h-3A2.42,2.42,0,0,0,8,4.33V6H3A1,1,0,0,0,3,8H4V19a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V8h1a1,1,0,0,0,0-2ZM10,16a1,1,0,0,1-2,0V12a1,1,0,0,1,2,0ZM10,4.33c0-.16.21-.33.5-.33h3c.29,0,.5.17.5.33V6H10ZM16,16a1,1,0,0,1-2,0V12a1,1,0,0,1,2,0Z\"/></g></g></g></svg></li><li title=\"trash \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"trash\"><g id=\"trash-2\" data-name=\"trash\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M21,6H16V4.33A2.42,2.42,0,0,0,13.5,2h-3A2.42,2.42,0,0,0,8,4.33V6H3A1,1,0,0,0,3,8H4V19a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V8h1a1,1,0,0,0,0-2ZM10,4.33c0-.16.21-.33.5-.33h3c.29,0,.5.17.5.33V6H10Z\"/></g></g></g></svg></li><li title=\"trending down \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"trending-down\"><g id=\"trending-down-2\" data-name=\"trending-down\"><rect class=\"eva-11\"   transform=\"translate(0 24) rotate(-90)\"/><path class=\"eva-12\" d=\"M21,12a1,1,0,0,0-2,0v2.3l-4.24-5a1,1,0,0,0-1.27-.21L9.22,11.7,4.77,6.36A1,1,0,1,0,3.23,7.64l5,6a1,1,0,0,0,1.28.22l4.28-2.57,4,4.71H15a1,1,0,0,0,0,2h5a1.1,1.1,0,0,0,.36-.07l.14-.08a1.19,1.19,0,0,0,.15-.09l0,0a.75.75,0,0,0,.14-.17,1.1,1.1,0,0,0,.09-.14.64.64,0,0,0,.05-.17A.78.78,0,0,0,21,17s0,0,0,0Z\"/></g></g></g></svg></li><li title=\"trending up \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"trending-up\"><g id=\"trending-up-2\" data-name=\"trending-up\"><rect class=\"eva-11\"   transform=\"translate(0 24) rotate(-90)\"/><path class=\"eva-12\" d=\"M21,7a.78.78,0,0,0,0-.21.64.64,0,0,0-.05-.17,1.1,1.1,0,0,0-.09-.14.75.75,0,0,0-.14-.17l0,0-.12-.07a.69.69,0,0,0-.19-.1l-.2,0A.7.7,0,0,0,20,6H15a1,1,0,0,0,0,2h2.83l-4,4.71L9.51,10.14a1,1,0,0,0-1.28.22l-5,6a1,1,0,0,0,.13,1.41A1,1,0,0,0,4,18a1,1,0,0,0,.77-.36L9.22,12.3l4.27,2.56a1,1,0,0,0,1.27-.21L19,9.7V12a1,1,0,0,0,2,0V7S21,7,21,7Z\"/></g></g></g></svg></li><li title=\"tv \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"tv\"><g id=\"tv-2\" data-name=\"tv\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M18,6H14.41l2.3-2.29a1,1,0,1,0-1.42-1.42L12,5.59,8.71,2.29A1,1,0,1,0,7.29,3.71L9.59,6H6A3,3,0,0,0,3,9V19a3,3,0,0,0,3,3H18a3,3,0,0,0,3-3V9A3,3,0,0,0,18,6Zm1,13a1,1,0,0,1-1,1H6a1,1,0,0,1-1-1V12a1,1,0,0,1,1-1H18a1,1,0,0,1,1,1Z\"/></g></g></g></svg></li><li title=\"twitter \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"twitter\"><g id=\"twitter-2\" data-name=\"twitter\"><polyline class=\"eva-11\" points=\"0 0 24 0 24 24 0 24\"/><path class=\"eva-12\" d=\"M8.08,20A11.07,11.07,0,0,0,19.52,9,8.09,8.09,0,0,0,21,6.16a.44.44,0,0,0-.62-.51,1.88,1.88,0,0,1-2.16-.38,3.89,3.89,0,0,0-5.58-.17A4.13,4.13,0,0,0,11.49,9C8.14,9.2,5.84,7.61,4,5.43a.43.43,0,0,0-.75.24A9.68,9.68,0,0,0,7.85,15.72,6.73,6.73,0,0,1,3.38,18a.45.45,0,0,0-.14.84A11,11,0,0,0,8.08,20\"/></g></g></g></svg></li><li title=\"umbrella \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"umbrella\"><g id=\"umbrella-2\" data-name=\"umbrella\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M12,2A10,10,0,0,0,2,12a1,1,0,0,0,1,1h8v6a3,3,0,0,0,6,0,1,1,0,0,0-2,0,1,1,0,0,1-2,0V13h8a1,1,0,0,0,1-1A10,10,0,0,0,12,2Z\"/></g></g></g></svg></li><li title=\"undo \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"undo\"><g id=\"undo-2\" data-name=\"undo\"><rect class=\"eva-11\"   transform=\"translate(0 24) rotate(-90)\"/><path class=\"eva-12\" d=\"M20.22,21a1,1,0,0,1-1-.76,8.91,8.91,0,0,0-7.8-6.69v1.12a1.78,1.78,0,0,1-1.09,1.64A2,2,0,0,1,8.18,16L3.12,11.59a1.76,1.76,0,0,1,0-2.68L8.18,4.49a2,2,0,0,1,2.18-.3,1.78,1.78,0,0,1,1.09,1.64V7A10.89,10.89,0,0,1,21.5,17.75a10.29,10.29,0,0,1-.31,2.49,1,1,0,0,1-1,.76Z\"/></g></g></g></svg></li><li title=\"unlock \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"unlock\"><g id=\"unlock-2\" data-name=\"unlock\"><rect class=\"eva-11\"  /><circle class=\"eva-12\" cx=\"12\" cy=\"15\" r=\"1\"/><path class=\"eva-12\" d=\"M17,8H10V6a2,2,0,0,1,4,0,1,1,0,0,0,2,0A4,4,0,0,0,8,6V8H7a3,3,0,0,0-3,3v8a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V11A3,3,0,0,0,17,8ZM12,18a3,3,0,1,1,3-3A3,3,0,0,1,12,18Z\"/></g></g></g></svg></li><li title=\"upload \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"upload\"><g id=\"upload-2\" data-name=\"upload\"><rect class=\"eva-11\"   transform=\"translate(24 24) rotate(180)\"/><rect class=\"eva-12\" x=\"4\" y=\"4\"   rx=\"1\" ry=\"1\" transform=\"translate(24 10) rotate(180)\"/><rect class=\"eva-12\" x=\"17\" y=\"5\"   rx=\"1\" ry=\"1\" transform=\"translate(25 -13) rotate(90)\"/><rect class=\"eva-12\" x=\"3\" y=\"5\"   rx=\"1\" ry=\"1\" transform=\"translate(11 1) rotate(90)\"/><path class=\"eva-12\" d=\"M8,14a1,1,0,0,1-.8-.4,1,1,0,0,1,.2-1.4l4-3a1,1,0,0,1,1.18,0l4,2.82a1,1,0,0,1,.24,1.39,1,1,0,0,1-1.4.24L12,11.24,8.6,13.8A1,1,0,0,1,8,14Z\"/><path class=\"eva-12\" d=\"M12,21a1,1,0,0,1-1-1V12a1,1,0,0,1,2,0v8A1,1,0,0,1,12,21Z\"/></g></g></g></svg></li><li title=\"video off \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"video-off\"><g id=\"video-off-2\" data-name=\"video-off\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M14.22,17.05,4.88,7.71,3.12,6,3,5.8A3,3,0,0,0,2,8v8a3,3,0,0,0,3,3h9a2.94,2.94,0,0,0,1.66-.51Z\"/><path class=\"eva-12\" d=\"M21,7.15a1.7,1.7,0,0,0-1.85.3L17,9.45V8a3,3,0,0,0-3-3H7.83L9.12,6.29l6.59,6.59,2,2,2,2a1.73,1.73,0,0,0,.6.11,1.68,1.68,0,0,0,.69-.15,1.6,1.6,0,0,0,1-1.48V8.63A1.6,1.6,0,0,0,21,7.15Z\"/><path class=\"eva-12\" d=\"M17,15.59l-2-2L8.41,7l-2-2L4.71,3.29A1,1,0,0,0,3.29,4.71l.54.53L5.59,7l9.34,9.34,1.46,1.46,2.9,2.91a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42Z\"/></g></g></g></svg></li><li title=\"video \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"video\"><g id=\"video-2\" data-name=\"video\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M21,7.15a1.7,1.7,0,0,0-1.85.3L17,9.45V8a3,3,0,0,0-3-3H5A3,3,0,0,0,2,8v8a3,3,0,0,0,3,3h9a3,3,0,0,0,3-3V14.55l2.16,2a1.74,1.74,0,0,0,1.16.45,1.68,1.68,0,0,0,.69-.15,1.6,1.6,0,0,0,1-1.48V8.63A1.6,1.6,0,0,0,21,7.15Z\"/></g></g></g></svg></li><li title=\"volume down \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"volume-down\"><g id=\"volume-down-2\" data-name=\"volume-down\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M20.78,8.37a1,1,0,1,0-1.56,1.26,4,4,0,0,1,0,4.74A1,1,0,0,0,20,16a1,1,0,0,0,.78-.37A6,6,0,0,0,20.78,8.37Z\"/><path class=\"eva-12\" d=\"M16.47,3.12a1,1,0,0,0-1,0L9,7.57H4a1,1,0,0,0-1,1v6.86a1,1,0,0,0,1,1H9l6.41,4.4A1.06,1.06,0,0,0,16,21a1,1,0,0,0,1-1V4A1,1,0,0,0,16.47,3.12Z\"/></g></g></g></svg></li><li title=\"volume mute \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"volume-mute\"><g id=\"volume-mute-2\" data-name=\"volume-mute\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M17,21a1.06,1.06,0,0,1-.57-.17L10,16.43H5a1,1,0,0,1-1-1V8.57a1,1,0,0,1,1-1h5l6.41-4.4A1,1,0,0,1,18,4V20a1,1,0,0,1-1,1Z\"/></g></g></g></svg></li><li title=\"volume off \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"volume-off\"><g id=\"volume-off-2\" data-name=\"volume-off\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M16.91,14.08l1.44,1.44a6,6,0,0,0-.07-7.15,1,1,0,1,0-1.56,1.26A4,4,0,0,1,16.91,14.08Z\"/><path class=\"eva-12\" d=\"M21,12a6.51,6.51,0,0,1-1.78,4.39l1.42,1.42A8.53,8.53,0,0,0,23,12a8.75,8.75,0,0,0-3.36-6.77,1,1,0,1,0-1.28,1.54A6.8,6.8,0,0,1,21,12Z\"/><path class=\"eva-12\" d=\"M15,12.17V4a1,1,0,0,0-1.57-.83L9,6.2Z\"/><path class=\"eva-12\" d=\"M4.74,7.57H2a1,1,0,0,0-1,1v6.86a1,1,0,0,0,1,1H7l6.41,4.4A1.06,1.06,0,0,0,14,21a1,1,0,0,0,1-1V17.83Z\"/><path class=\"eva-12\" d=\"M4.71,3.29A1,1,0,0,0,3.29,4.71l16,16a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42Z\"/></g></g></g></svg></li><li title=\"volume up \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"volume-up\"><g id=\"volume-up-2\" data-name=\"volume-up\"><rect class=\"eva-11\"  /><path class=\"eva-12\" d=\"M18.28,8.37a1,1,0,1,0-1.56,1.26,4,4,0,0,1,0,4.74A1,1,0,0,0,17.5,16a1,1,0,0,0,.78-.37A6,6,0,0,0,18.28,8.37Z\"/><path class=\"eva-12\" d=\"M19.64,5.23a1,1,0,1,0-1.28,1.54A6.8,6.8,0,0,1,21,12a6.8,6.8,0,0,1-2.64,5.23,1,1,0,0,0-.13,1.41A1,1,0,0,0,19,19a1,1,0,0,0,.64-.23A8.75,8.75,0,0,0,23,12,8.75,8.75,0,0,0,19.64,5.23Z\"/><path class=\"eva-12\" d=\"M14.47,3.12a1,1,0,0,0-1,0L7,7.57H2a1,1,0,0,0-1,1v6.86a1,1,0,0,0,1,1H7l6.41,4.4A1.06,1.06,0,0,0,14,21a1,1,0,0,0,1-1V4A1,1,0,0,0,14.47,3.12Z\"/></g></g></g></svg></li><li title=\"wifi off \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"wifi-off\"><g id=\"wifi-off-2\" data-name=\"wifi-off\"><rect class=\"eva-11\"  /><circle class=\"eva-12\" cx=\"12\" cy=\"19\" r=\"1\"/><path class=\"eva-12\" d=\"M12.44,11l-1.9-1.89L8.08,6.67,6.53,5.12,4.71,3.29A1,1,0,0,0,3.29,4.71L4.67,6.08,6.13,7.54,8.36,9.78l1.55,1.54,2.74,2.74,2.79,2.8,3.85,3.85a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42Z\"/><path class=\"eva-12\" d=\"M21.72,7.93A13.93,13.93,0,0,0,12,4a14.1,14.1,0,0,0-4.44.73L9.18,6.35a11.89,11.89,0,0,1,11.16,3,1,1,0,0,0,.69.28,1,1,0,0,0,.72-.31A1,1,0,0,0,21.72,7.93Z\"/><path class=\"eva-12\" d=\"M3.82,6.65A14.32,14.32,0,0,0,2.28,7.93,1,1,0,0,0,3.66,9.37a13.09,13.09,0,0,1,1.6-1.29Z\"/><path class=\"eva-12\" d=\"M17,13.14a1,1,0,0,0,.71.3,1,1,0,0,0,.72-1.69A9,9,0,0,0,12,9h-.16l2.35,2.35A7,7,0,0,1,17,13.14Z\"/><path class=\"eva-12\" d=\"M7.43,10.26a8.8,8.8,0,0,0-1.9,1.49A1,1,0,0,0,7,13.14a7.3,7.3,0,0,1,2-1.41Z\"/><path class=\"eva-12\" d=\"M8.53,15.4a1,1,0,1,0,1.39,1.44,3.06,3.06,0,0,1,3.84-.25l-2.52-2.52A5,5,0,0,0,8.53,15.4Z\"/></g></g></g></svg></li><li title=\"wifi \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.eva-11{fill:#fff;opacity:0;}.eva-12{fill:inherit;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"wifi\"><g id=\"wifi-2\" data-name=\"wifi\"><rect class=\"eva-11\"  /><circle class=\"eva-12\" cx=\"12\" cy=\"19\" r=\"1\"/><path class=\"eva-12\" d=\"M12,14a5,5,0,0,0-3.47,1.4,1,1,0,1,0,1.39,1.44,3.08,3.08,0,0,1,4.16,0,1,1,0,1,0,1.39-1.44A5,5,0,0,0,12,14Z\"/><path class=\"eva-12\" d=\"M12,9a9,9,0,0,0-6.47,2.75A1,1,0,0,0,7,13.14a7,7,0,0,1,10.08,0,1,1,0,0,0,.71.3,1,1,0,0,0,.72-1.69A9,9,0,0,0,12,9Z\"/><path class=\"eva-12\" d=\"M21.72,7.93a14,14,0,0,0-19.44,0A1,1,0,0,0,3.66,9.37a12,12,0,0,1,16.68,0,1,1,0,0,0,.69.28,1,1,0,0,0,.72-.31A1,1,0,0,0,21.72,7.93Z\"/></g></g></g></svg></li></ul>\n"
  },
  {
    "path": "resources/svg/icons/feather/LICENSE",
    "content": "The MIT License (MIT)\n\nCopyright (c) 2013-2017 Cole Bemis\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE."
  },
  {
    "path": "resources/svg/icons/feather/README.md",
    "content": "# Feather\n\n[![Build status](https://img.shields.io/travis/feathericons/feather/master.svg?style=flat-square)](https://travis-ci.org/feathericons/feather)\n[![Coverage](https://img.shields.io/codecov/c/github/feathericons/feather/master.svg?style=flat-square)](https://codecov.io/gh/feathericons/feather)\n[![npm downloads](https://img.shields.io/npm/dm/feather-icons.svg?style=flat-square)](https://www.npmjs.com/package/feather-icons)\n[![npm version](https://img.shields.io/npm/v/feather-icons.svg?style=flat-square)](https://www.npmjs.com/package/feather-icons)\n[![CDNJS version](https://img.shields.io/cdnjs/v/feather-icons.svg?style=flat-square)](https://cdnjs.com/libraries/feather-icons)\n[![Donate](https://img.shields.io/badge/donate-paypal-blue.svg?style=flat-square)](https://www.paypal.me/colebemis/5)\n\n## What is Feather?\n\nFeather is a collection of simply beautiful open source icons. Each icon is designed on a 24x24 grid with an emphasis on simplicity, consistency, and flexibility.\n\nhttps://feathericons.com\n\n```shell\nnpm install feather-icons\n```\n\n## Table of Contents\n\n* [Quick Start](#quick-start)\n* [Usage](#usage)\n  * [Client-side JavaScript](#client-side-javascript)\n  * [Node](#node)\n  * [SVG Sprite](#svg-sprite)\n  * [Figma](#figma)\n* [API Reference](#api-reference)\n\t* [`feather.icons`](#feathericons)\n\t* [`feather.icons[name].toSvg()`](#feathericonsnametosvgattrs)\n\t* [`feather.replace()`](#featherreplaceattrs)\n\t* [(DEPRECATED) `feather.toSvg()`](#deprecated-feathertosvgname-attrs)\n* [Contributing](#contributing)\n* [Related Projects](#related-projects)\n* [License](#license)\n\n## Quick Start\n\nStart with this [CodePen Template](https://codepen.io/pen?template=WOJZdM) to begin prototyping with Feather in the browser.\n\nOr copy and paste the following code snippet into a blank `html` file.\n\n```html\n<!DOCTYPE html>\n<html lang=\"en\">\n  <title></title>\n  <script src=\"https://unpkg.com/feather-icons\"></script>\n  <body>\n\n    <!-- example icon -->\n    <i data-feather=\"circle\"></i>\n\n    <script>\n      feather.replace()\n    </script>\n  </body>\n</html>\n```\n\n## Usage\n\nAt its core, Feather is a collection of [SVG](https://svgontheweb.com/#svg) files. This means that you can use Feather icons in all the same ways you can use SVGs (e.g. `img`, `background-image`, `inline`, `object`, `embed`, `iframe`). Here's a helpful article detailing the many ways SVGs can be used on the web: [SVG on the Web – Implementation Options](https://svgontheweb.com/#implementation)\n\nThe following are additional ways you can use Feather.\n\n### Client-side JavaScript\n\n#### 1. Install\n\n> **Note:** If you intend to use Feather with a CDN, you can skip this installation step.\n\nInstall with [npm](https://docs.npmjs.com/getting-started/what-is-npm).\n\n```shell\nnpm install feather-icons --save\n```\n\nOr just copy [`feather.js`](https://unpkg.com/feather-icons/dist/feather.js) or [`feather.min.js`](https://unpkg.com/feather-icons/dist/feather.min.js) into your project directory. You don't need both `feather.js` and `feather.min.js`.\n\n#### 2. Include\n\nInclude `feather.js` or `feather.min.js` with a `<script>` tag:\n\n```html\n<script src=\"path/to/dist/feather.js\"></script>\n```\n\n> **Note:** `feather.js` and `feather.min.js` are located in the `dist` directory of the npm package.\n\nOr load the script from a CDN provider:\n\n```html\n<!-- choose one -->\n<script src=\"https://unpkg.com/feather-icons\"></script>\n<script src=\"https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js\"></script>\n```\n\nAfter including the script, `feather` will be available as a global variable.\n\n#### 3. Use\n\nTo use an icon on your page, add a `data-feather` attribute with the icon name to an element:\n\n```html\n<i data-feather=\"circle\"></i>\n```\n\nSee the complete list of icons at [feathericons.com](https://feathericons.com).\n\n#### 4. Replace\n\nCall the `feather.replace()` method:\n\n```html\n<script>\n  feather.replace()\n</script>\n```\n\nAll elements that have a `data-feather` attribute will be replaced with SVG markup corresponding to their `data-feather` attribute value. See the [API Reference](#api-reference) for more information about `feather.replace()`.\n\n### Node\n#### 1. Install\n\nInstall with [npm](https://docs.npmjs.com/getting-started/what-is-npm):\n\n```shell\nnpm install feather-icons --save\n```\n\n#### 2. Require\n\n```js\nconst feather = require('feather-icons')\n```\n\n#### 3. Use\n\n```js\nfeather.icons.x\n// {\n//    name: 'x',\n//    contents: '<line ... /><line ... />`,\n//    tags: ['cancel', 'close', 'delete', 'remove'],\n//    attrs: {\n//      class: 'feather feather-x',\n//      xmlns: 'http://www.w3.org/2000/svg',\n//      width: 24,\n//      height: 24,\n//      viewBox: '0 0 24 24',\n//      fill: 'none',\n//      stroke: 'currentColor',\n//      'stroke-width': 2,\n//      'stroke-linecap': 'round',\n//      'stroke-linejoin': 'round',\n//    },\n//    toSvg: [Function],\n// }\n\nfeather.icons.x.toSvg()\n// <svg class=\"feather feather-x\" ...><line ... /><line ... /></svg>\n\nfeather.icons.x.toSvg({ class: 'foo bar', 'stroke-width': 1, color: 'red' })\n// <svg class=\"feather feather-x foo bar\" stroke-width=\"1\" color=\"red\" ...><line ... /><line ... /></svg>\n```\n\nSee the [API Reference](#api-reference) for more information about the available properties and methods of the `feather` object.\n\n### SVG Sprite\n\n#### 1. Install\n\n> **Note:** If you intend to use Feather with a CDN, you can skip this installation step.\n\nInstall with [npm](https://docs.npmjs.com/getting-started/what-is-npm).\n\n```shell\nnpm install feather-icons --save\n```\n\nOr just copy [`feather-sprite.svg`](https://unpkg.com/feather-icons/dist/feather-sprite.svg) into your project directory.\n\n#### 2. Use\n\nInclude an icon on your page with the following markup:\n\n```html\n<svg\n  width=\"24\"\n  height=\"24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-width=\"2\"\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <use href=\"path/to/feather-sprite.svg#circle\"/>\n</svg>\n```\n\n> **Note:** `circle` in the above example can be replaced with any valid icon name. See the complete list of icon names at [feathericons.com](https://feathericons.com).\n\nHowever, this markup can be simplified using a simple CSS class to avoid repetition of SVG attributes between icons:\n\n```css\n.feather {\n  width: 24px;\n  height: 24px;\n  stroke: currentColor;\n  stroke-width: 2;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n  fill: none;\n}\n```\n\n```html\n<svg class=\"feather\">\n  <use href=\"path/to/dist/feather-sprite.svg#circle\"/>\n</svg>\n```\n### Figma\nFeather is available as a [Figma component library](https://www.figma.com/file/dyJRSFTIajik4cdkcXN8yA3K/Feather-Component-Library). To use the components, log in to your Figma account and **duplicate** the file to your drafts.\n\n## API Reference\n\n### `feather.icons`\n\nAn object with data about every icon.\n\n#### Usage\n\n```js\nfeather.icons.x\n// {\n//    name: 'x',\n//    contents: '<line ... /><line ... />',\n//    tags: ['cancel', 'close', 'delete', 'remove'],\n//    attrs: {\n//      class: 'feather feather-x',\n//      xmlns: 'http://www.w3.org/2000/svg',\n//      width: 24,\n//      height: 24,\n//      viewBox: '0 0 24 24',\n//      fill: 'none',\n//      stroke: 'currentColor',\n//      'stroke-width': 2,\n//      'stroke-linecap': 'round',\n//      'stroke-linejoin': 'round',\n//    },\n//    toSvg: [Function],\n// }\n\nfeather.icons.x.toString()\n// '<line ... /><line ... />'\n```\n\n> **Note:** `x` in the above example can be replaced with any valid icon name. See the complete list of icon names at [feathericons.com](https://feathericons.com). Icons with multi-word names (e.g. `arrow-right`) **cannot** be accessed using dot notation (e.g. `feather.icons.x`). Instead, use bracket notation (e.g. `feather.icons['arrow-right']`).\n\n[View Source](https://github.com/colebemis/feather/blob/master/src/icons.js)\n\n---\n\n### `feather.icons[name].toSvg([attrs])`\n\nReturns an SVG string.\n\n#### Parameters\n\n| Name      | Type   | Description |\n| --------- | ------ | ----------- |\n| `attrs` (optional) | Object |  Key-value pairs in the `attrs` object will be mapped to HTML attributes on the `<svg>` tag (e.g. `{ foo: 'bar' }` maps to `foo=\"bar\"`). All default attributes on the `<svg>` tag can be overridden with the `attrs` object. |\n\n> **Hint:** You might find these SVG attributes helpful for manipulating icons:\n> * [`color`](https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/color)\n> * [`width`](https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/width)\n> * [`height`](https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/height)\n> * [`stroke-width`](https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/stroke-width)\n> * [`stroke-linecap`](https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/stroke-linecap)\n> * [`stroke-linejoin`](https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/stroke-linejoin)\n\n#### Usage\n\n```js\nfeather.icons.circle.toSvg()\n// '<svg class=\"feather feather-circle\" xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"></circle></svg>'\n\nfeather.icons.circle.toSvg({ 'stroke-width': 1 })\n// '<svg class=\"feather feather-circle\" xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"></circle></svg>'\n\nfeather.icons.circle.toSvg({ class: 'foo bar' })\n// '<svg class=\"feather feather-circle foo bar\" xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"></circle></svg>'\n```\n\n[View Source](https://github.com/colebemis/feather/blob/master/src/icon.js)\n\n---\n\n### `feather.replace([attrs])`\n\nReplaces all elements that have a `data-feather` attribute with SVG markup corresponding to the element's `data-feather` attribute value.\n\n#### Parameters\n\n| Name       | Type   | Description |\n| ---------- | ------ | ----------- |\n| `attrs` (optional)  | Object | Key-value pairs in the `attrs` object will be mapped to HTML attributes on the `<svg>` tag (e.g. `{ foo: 'bar' }` maps to `foo=\"bar\"`). All default attributes on the `<svg>` tag can be overridden with the `attrs` object. |\n\n#### Usage\n\n> **Note:** `feather.replace()` only works in a browser environment.\n\nSimple usage:\n```html\n<i data-feather=\"circle\"></i>\n<!--\n<i> will be replaced with:\n<svg class=\"feather feather-circle\" xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"></circle></svg>\n-->\n\n<script>\n  feather.replace()\n</script>\n```\n\nYou can pass `feather.replace()` an `attrs` object:\n```html\n<i data-feather=\"circle\"></i>\n<!--\n<i> will be replaced with:\n<svg class=\"feather feather-circle foo bar\" xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"></circle></svg>\n-->\n\n<script>\n  feather.replace({ class: 'foo bar', 'stroke-width': 1 })\n</script>\n```\n\nAll attributes on the placeholder element (i.e. `<i>`) will be copied to the `<svg>` tag:\n\n```html\n<i data-feather=\"circle\" id=\"my-circle\" class=\"foo bar\" stroke-width=\"1\"></i>\n<!--\n<i> will be replaced with:\n<svg id=\"my-circle\" class=\"feather feather-circle foo bar\" xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"></circle></svg>\n-->\n\n<script>\n  feather.replace()\n</script>\n```\n\n[View Source](https://github.com/colebemis/feather/blob/master/src/replace.js)\n\n---\n\n### (DEPRECATED) `feather.toSvg(name, [attrs])`\n\n> **Note:** `feather.toSvg()` is deprecated. Please use `feather.icons[name].toSvg()` instead.\n\nReturns an SVG string.\n\n#### Parameters\n\n| Name      | Type   | Description |\n| --------- | ------ | ----------- |\n| `name`    | string | Icon name   |\n| `attrs` (optional) | Object |  Key-value pairs in the `attrs` object will be mapped to HTML attributes on the `<svg>` tag (e.g. `{ foo: 'bar' }` maps to `foo=\"bar\"`). All default attributes on the `<svg>` tag can be overridden with the `attrs` object. |\n\n#### Usage\n\n```js\nfeather.toSvg('circle')\n// '<svg class=\"feather feather-circle\" xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"></circle></svg>'\n\nfeather.toSvg('circle', { 'stroke-width': 1 })\n// '<svg class=\"feather feather-circle\" xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"></circle></svg>'\n\nfeather.toSvg('circle', { class: 'foo bar' })\n// '<svg class=\"feather feather-circle foo bar\" xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"></circle></svg>'\n```\n\n[View Source](https://github.com/colebemis/feather/blob/master/src/to-svg.js)\n\n## Contributing\n\nFor more info on how to contribute please see the [contribution guidelines](https://github.com/colebemis/feather/blob/master/CONTRIBUTING.md).\n\nCaught a mistake or want to contribute to the documentation? [Edit this page on Github](https://github.com/colebemis/feather/blob/master/README.md)\n\n## Related Projects\n\n - [angular-feather](https://github.com/michaelbazos/angular-feather) - Feather icons for Angular applications\n - [elm-feather](https://github.com/1602/elm-feather) - Feather icons for Elm applications\n - [react-feather](https://github.com/carmelopullara/react-feather) - Feather icons as React components\n - [sketch-feather](https://github.com/odmln/sketch-feather) - Feather icons as a Sketch library\n - [vue-feather-icons](https://github.com/egoist/vue-feather-icons) - Feather icons as Vue components\n - [php-feather](https://github.com/Pixelrobin/php-feather) - Feather icons as a PHP Library\n - [wp-php-feather](https://github.com/reatlat/wp-php-feather) - Feather icons as a WordPress template tag\n - [django-feather](https://pypi.org/project/django-feather/) - Feather icons as Django Template Tag\n - [svelte-feather-icons](https://github.com/dylanblokhuis/svelte-feather-icons) - Feather icons as Svelte components\n - [gulp-feather](https://github.com/oToToT/gulp-feather) - Feather icons renderng using gulp\n\n## License\n\nFeather is licensed under the [MIT License](https://github.com/colebemis/feather/blob/master/LICENSE).\n"
  },
  {
    "path": "resources/svg/icons/feather/index.html",
    "content": "<style>\nul.svg-list {\n\tlist-style:none;\n\tpadding:0;\n\tmargin:10px 0 0;\n}\nul.svg-list li {\n\tdisplay:inline-block;\n\tposition:relative;\n\twidth:32px;\n\theight:32px;\n\tpadding:3px;\n\tmargin-right:5px;\n\tmargin-bottom:5px;\n\tbox-shadow:0px 3px 6px 0px rgba(0, 0, 0, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.08);\n}\n\nul.svg-list li:hover {\n\tbox-shadow:none;//0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 0px rgba(0, 0, 0, 0.15);\n}\n\nul.svg-list li svg{\n\tmax-width:100%;\n\tmax-height:100%;\n\tfill: var(--bs-body-color);\n\tcolor: var(--bs-border-color);\n}\n\nul.svg-list li span {\n\t//display:none;\n}\n\nul.svg-list li.heading {\n\twidth:100%;\n\tbox-shadow:none;\n\ttext-transform: capitalize;\n\tfont-size: 12px;\n\tline-height: 32px;\t\n}\n\nul.svg-list li span {\n  visibility: hidden;\n  min-width: 120px;\n  background-color: black;\n  color: #fff;\n  text-align: center;\n  border-radius: 6px;\n  padding: 5px 0;\n  \n  /* Position the tooltip */\n  position: absolute;\n  z-index: 1;\n  left:0;\n  top: 105%;\n  font-size:12px;\n}\n\nul.svg-list li:hover  span {\n  visibility: visible;\n}\n\nul.svg-list li:hover  svg {\n\ttransform: scale(2);\n\tfill:blue;\n\tcolor:green;\n}\t\n</style>\n<ul class=\"svg-list\"><li title=\"activity \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <polyline points=\"22 12 18 12 15 21 9 3 6 12 2 12\" />\n</svg>\n</li><li title=\"airplay \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M5 17H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-1\" />\n  <polygon points=\"12 15 17 21 7 21 12 15\" />\n</svg>\n</li><li title=\"alert circle \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <circle cx=\"12\" cy=\"12\" r=\"10\" />\n  <line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"12\" />\n  <line x1=\"12\" y1=\"16\" x2=\"12.01\" y2=\"16\" />\n</svg>\n</li><li title=\"alert octagon \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <polygon points=\"7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2\" />\n  <line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"12\" />\n  <line x1=\"12\" y1=\"16\" x2=\"12.01\" y2=\"16\" />\n</svg>\n</li><li title=\"alert triangle \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z\" />\n  <line x1=\"12\" y1=\"9\" x2=\"12\" y2=\"13\" />\n  <line x1=\"12\" y1=\"17\" x2=\"12.01\" y2=\"17\" />\n</svg>\n</li><li title=\"align center \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <line x1=\"18\" y1=\"10\" x2=\"6\" y2=\"10\" />\n  <line x1=\"21\" y1=\"6\" x2=\"3\" y2=\"6\" />\n  <line x1=\"21\" y1=\"14\" x2=\"3\" y2=\"14\" />\n  <line x1=\"18\" y1=\"18\" x2=\"6\" y2=\"18\" />\n</svg>\n</li><li title=\"align justify \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <line x1=\"21\" y1=\"10\" x2=\"3\" y2=\"10\" />\n  <line x1=\"21\" y1=\"6\" x2=\"3\" y2=\"6\" />\n  <line x1=\"21\" y1=\"14\" x2=\"3\" y2=\"14\" />\n  <line x1=\"21\" y1=\"18\" x2=\"3\" y2=\"18\" />\n</svg>\n</li><li title=\"align left \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <line x1=\"17\" y1=\"10\" x2=\"3\" y2=\"10\" />\n  <line x1=\"21\" y1=\"6\" x2=\"3\" y2=\"6\" />\n  <line x1=\"21\" y1=\"14\" x2=\"3\" y2=\"14\" />\n  <line x1=\"17\" y1=\"18\" x2=\"3\" y2=\"18\" />\n</svg>\n</li><li title=\"align right \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <line x1=\"21\" y1=\"10\" x2=\"7\" y2=\"10\" />\n  <line x1=\"21\" y1=\"6\" x2=\"3\" y2=\"6\" />\n  <line x1=\"21\" y1=\"14\" x2=\"3\" y2=\"14\" />\n  <line x1=\"21\" y1=\"18\" x2=\"7\" y2=\"18\" />\n</svg>\n</li><li title=\"anchor \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <circle cx=\"12\" cy=\"5\" r=\"3\" />\n  <line x1=\"12\" y1=\"22\" x2=\"12\" y2=\"8\" />\n  <path d=\"M5 12H2a10 10 0 0 0 20 0h-3\" />\n</svg>\n</li><li title=\"aperture \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <circle cx=\"12\" cy=\"12\" r=\"10\" />\n  <line x1=\"14.31\" y1=\"8\" x2=\"20.05\" y2=\"17.94\" />\n  <line x1=\"9.69\" y1=\"8\" x2=\"21.17\" y2=\"8\" />\n  <line x1=\"7.38\" y1=\"12\" x2=\"13.12\" y2=\"2.06\" />\n  <line x1=\"9.69\" y1=\"16\" x2=\"3.95\" y2=\"6.06\" />\n  <line x1=\"14.31\" y1=\"16\" x2=\"2.83\" y2=\"16\" />\n  <line x1=\"16.62\" y1=\"12\" x2=\"10.88\" y2=\"21.94\" />\n</svg>\n</li><li title=\"archive \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <polyline points=\"21 8 21 21 3 21 3 8\" />\n  <rect x=\"1\" y=\"3\"   />\n  <line x1=\"10\" y1=\"12\" x2=\"14\" y2=\"12\" />\n</svg>\n</li><li title=\"arrow down circle \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <circle cx=\"12\" cy=\"12\" r=\"10\" />\n  <polyline points=\"8 12 12 16 16 12\" />\n  <line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"16\" />\n</svg>\n</li><li title=\"arrow down left \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <line x1=\"17\" y1=\"7\" x2=\"7\" y2=\"17\" />\n  <polyline points=\"17 17 7 17 7 7\" />\n</svg>\n</li><li title=\"arrow down right \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <line x1=\"7\" y1=\"7\" x2=\"17\" y2=\"17\" />\n  <polyline points=\"17 7 17 17 7 17\" />\n</svg>\n</li><li title=\"arrow down \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <line x1=\"12\" y1=\"5\" x2=\"12\" y2=\"19\" />\n  <polyline points=\"19 12 12 19 5 12\" />\n</svg>\n</li><li title=\"arrow left circle \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <circle cx=\"12\" cy=\"12\" r=\"10\" />\n  <polyline points=\"12 8 8 12 12 16\" />\n  <line x1=\"16\" y1=\"12\" x2=\"8\" y2=\"12\" />\n</svg>\n</li><li title=\"arrow left \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <line x1=\"19\" y1=\"12\" x2=\"5\" y2=\"12\" />\n  <polyline points=\"12 19 5 12 12 5\" />\n</svg>\n</li><li title=\"arrow right circle \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <circle cx=\"12\" cy=\"12\" r=\"10\" />\n  <polyline points=\"12 16 16 12 12 8\" />\n  <line x1=\"8\" y1=\"12\" x2=\"16\" y2=\"12\" />\n</svg>\n</li><li title=\"arrow right \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\" />\n  <polyline points=\"12 5 19 12 12 19\" />\n</svg>\n</li><li title=\"arrow up circle \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <circle cx=\"12\" cy=\"12\" r=\"10\" />\n  <polyline points=\"16 12 12 8 8 12\" />\n  <line x1=\"12\" y1=\"16\" x2=\"12\" y2=\"8\" />\n</svg>\n</li><li title=\"arrow up left \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <line x1=\"17\" y1=\"17\" x2=\"7\" y2=\"7\" />\n  <polyline points=\"7 17 7 7 17 7\" />\n</svg>\n</li><li title=\"arrow up right \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <line x1=\"7\" y1=\"17\" x2=\"17\" y2=\"7\" />\n  <polyline points=\"7 7 17 7 17 17\" />\n</svg>\n</li><li title=\"arrow up \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <line x1=\"12\" y1=\"19\" x2=\"12\" y2=\"5\" />\n  <polyline points=\"5 12 12 5 19 12\" />\n</svg>\n</li><li title=\"at sign \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <circle cx=\"12\" cy=\"12\" r=\"4\" />\n  <path d=\"M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-3.92 7.94\" />\n</svg>\n</li><li title=\"award \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <circle cx=\"12\" cy=\"8\" r=\"7\" />\n  <polyline points=\"8.21 13.89 7 23 12 20 17 23 15.79 13.88\" />\n</svg>\n</li><li title=\"bar chart 2 \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <line x1=\"18\" y1=\"20\" x2=\"18\" y2=\"10\" />\n  <line x1=\"12\" y1=\"20\" x2=\"12\" y2=\"4\" />\n  <line x1=\"6\" y1=\"20\" x2=\"6\" y2=\"14\" />\n</svg>\n</li><li title=\"bar chart \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <line x1=\"12\" y1=\"20\" x2=\"12\" y2=\"10\" />\n  <line x1=\"18\" y1=\"20\" x2=\"18\" y2=\"4\" />\n  <line x1=\"6\" y1=\"20\" x2=\"6\" y2=\"16\" />\n</svg>\n</li><li title=\"battery charging \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M5 18H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3.19M15 6h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-3.19\" />\n  <line x1=\"23\" y1=\"13\" x2=\"23\" y2=\"11\" />\n  <polyline points=\"11 6 7 12 13 12 9 18\" />\n</svg>\n</li><li title=\"battery \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <rect x=\"1\" y=\"6\"   rx=\"2\" ry=\"2\" />\n  <line x1=\"23\" y1=\"13\" x2=\"23\" y2=\"11\" />\n</svg>\n</li><li title=\"bell off \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M13.73 21a2 2 0 0 1-3.46 0\" />\n  <path d=\"M18.63 13A17.89 17.89 0 0 1 18 8\" />\n  <path d=\"M6.26 6.26A5.86 5.86 0 0 0 6 8c0 7-3 9-3 9h14\" />\n  <path d=\"M18 8a6 6 0 0 0-9.33-5\" />\n  <line x1=\"1\" y1=\"1\" x2=\"23\" y2=\"23\" />\n</svg>\n</li><li title=\"bell \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9\" />\n  <path d=\"M13.73 21a2 2 0 0 1-3.46 0\" />\n</svg>\n</li><li title=\"bluetooth \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <polyline points=\"6.5 6.5 17.5 17.5 12 23 12 1 17.5 6.5 6.5 17.5\" />\n</svg>\n</li><li title=\"bold \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M6 4h8a4 4 0 0 1 4 4 4 4 0 0 1-4 4H6z\" />\n  <path d=\"M6 12h9a4 4 0 0 1 4 4 4 4 0 0 1-4 4H6z\" />\n</svg>\n</li><li title=\"book open \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z\" />\n  <path d=\"M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z\" />\n</svg>\n</li><li title=\"book \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M4 19.5A2.5 2.5 0 0 1 6.5 17H20\" />\n  <path d=\"M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z\" />\n</svg>\n</li><li title=\"bookmark \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M19 21l-7-5-7 5V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z\" />\n</svg>\n</li><li title=\"box \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z\" />\n  <polyline points=\"3.27 6.96 12 12.01 20.73 6.96\" />\n  <line x1=\"12\" y1=\"22.08\" x2=\"12\" y2=\"12\" />\n</svg>\n</li><li title=\"briefcase \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <rect x=\"2\" y=\"7\"   rx=\"2\" ry=\"2\" />\n  <path d=\"M16 21V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16\" />\n</svg>\n</li><li title=\"calendar \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <rect x=\"3\" y=\"4\"   rx=\"2\" ry=\"2\" />\n  <line x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\" />\n  <line x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\" />\n  <line x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\" />\n</svg>\n</li><li title=\"camera off \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <line x1=\"1\" y1=\"1\" x2=\"23\" y2=\"23\" />\n  <path d=\"M21 21H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3m3-3h6l2 3h4a2 2 0 0 1 2 2v9.34m-7.72-2.06a4 4 0 1 1-5.56-5.56\" />\n</svg>\n</li><li title=\"camera \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z\" />\n  <circle cx=\"12\" cy=\"13\" r=\"4\" />\n</svg>\n</li><li title=\"cast \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M2 16.1A5 5 0 0 1 5.9 20M2 12.05A9 9 0 0 1 9.95 20M2 8V6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-6\" />\n  <line x1=\"2\" y1=\"20\" x2=\"2.01\" y2=\"20\" />\n</svg>\n</li><li title=\"check circle \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\" />\n  <polyline points=\"22 4 12 14.01 9 11.01\" />\n</svg>\n</li><li title=\"check square \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <polyline points=\"9 11 12 14 22 4\" />\n  <path d=\"M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11\" />\n</svg>\n</li><li title=\"check \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <polyline points=\"20 6 9 17 4 12\" />\n</svg>\n</li><li title=\"chevron down \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <polyline points=\"6 9 12 15 18 9\" />\n</svg>\n</li><li title=\"chevron left \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <polyline points=\"15 18 9 12 15 6\" />\n</svg>\n</li><li title=\"chevron right \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <polyline points=\"9 18 15 12 9 6\" />\n</svg>\n</li><li title=\"chevron up \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <polyline points=\"18 15 12 9 6 15\" />\n</svg>\n</li><li title=\"chevrons down \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <polyline points=\"7 13 12 18 17 13\" />\n  <polyline points=\"7 6 12 11 17 6\" />\n</svg>\n</li><li title=\"chevrons left \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <polyline points=\"11 17 6 12 11 7\" />\n  <polyline points=\"18 17 13 12 18 7\" />\n</svg>\n</li><li title=\"chevrons right \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <polyline points=\"13 17 18 12 13 7\" />\n  <polyline points=\"6 17 11 12 6 7\" />\n</svg>\n</li><li title=\"chevrons up \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <polyline points=\"17 11 12 6 7 11\" />\n  <polyline points=\"17 18 12 13 7 18\" />\n</svg>\n</li><li title=\"chrome \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <circle cx=\"12\" cy=\"12\" r=\"10\" />\n  <circle cx=\"12\" cy=\"12\" r=\"4\" />\n  <line x1=\"21.17\" y1=\"8\" x2=\"12\" y2=\"8\" />\n  <line x1=\"3.95\" y1=\"6.06\" x2=\"8.54\" y2=\"14\" />\n  <line x1=\"10.88\" y1=\"21.94\" x2=\"15.46\" y2=\"14\" />\n</svg>\n</li><li title=\"circle \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <circle cx=\"12\" cy=\"12\" r=\"10\" />\n</svg>\n</li><li title=\"clipboard \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2\" />\n  <rect x=\"8\" y=\"2\"   rx=\"1\" ry=\"1\" />\n</svg>\n</li><li title=\"clock \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <circle cx=\"12\" cy=\"12\" r=\"10\" />\n  <polyline points=\"12 6 12 12 16 14\" />\n</svg>\n</li><li title=\"cloud drizzle \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <line x1=\"8\" y1=\"19\" x2=\"8\" y2=\"21\" />\n  <line x1=\"8\" y1=\"13\" x2=\"8\" y2=\"15\" />\n  <line x1=\"16\" y1=\"19\" x2=\"16\" y2=\"21\" />\n  <line x1=\"16\" y1=\"13\" x2=\"16\" y2=\"15\" />\n  <line x1=\"12\" y1=\"21\" x2=\"12\" y2=\"23\" />\n  <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"17\" />\n  <path d=\"M20 16.58A5 5 0 0 0 18 7h-1.26A8 8 0 1 0 4 15.25\" />\n</svg>\n</li><li title=\"cloud lightning \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M19 16.9A5 5 0 0 0 18 7h-1.26a8 8 0 1 0-11.62 9\" />\n  <polyline points=\"13 11 9 17 15 17 11 23\" />\n</svg>\n</li><li title=\"cloud off \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M22.61 16.95A5 5 0 0 0 18 10h-1.26a8 8 0 0 0-7.05-6M5 5a8 8 0 0 0 4 15h9a5 5 0 0 0 1.7-.3\" />\n  <line x1=\"1\" y1=\"1\" x2=\"23\" y2=\"23\" />\n</svg>\n</li><li title=\"cloud rain \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <line x1=\"16\" y1=\"13\" x2=\"16\" y2=\"21\" />\n  <line x1=\"8\" y1=\"13\" x2=\"8\" y2=\"21\" />\n  <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"23\" />\n  <path d=\"M20 16.58A5 5 0 0 0 18 7h-1.26A8 8 0 1 0 4 15.25\" />\n</svg>\n</li><li title=\"cloud snow \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M20 17.58A5 5 0 0 0 18 8h-1.26A8 8 0 1 0 4 16.25\" />\n  <line x1=\"8\" y1=\"16\" x2=\"8.01\" y2=\"16\" />\n  <line x1=\"8\" y1=\"20\" x2=\"8.01\" y2=\"20\" />\n  <line x1=\"12\" y1=\"18\" x2=\"12.01\" y2=\"18\" />\n  <line x1=\"12\" y1=\"22\" x2=\"12.01\" y2=\"22\" />\n  <line x1=\"16\" y1=\"16\" x2=\"16.01\" y2=\"16\" />\n  <line x1=\"16\" y1=\"20\" x2=\"16.01\" y2=\"20\" />\n</svg>\n</li><li title=\"cloud \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M18 10h-1.26A8 8 0 1 0 9 20h9a5 5 0 0 0 0-10z\" />\n</svg>\n</li><li title=\"code \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <polyline points=\"16 18 22 12 16 6\" />\n  <polyline points=\"8 6 2 12 8 18\" />\n</svg>\n</li><li title=\"codepen \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <polygon points=\"12 2 22 8.5 22 15.5 12 22 2 15.5 2 8.5 12 2\" />\n  <line x1=\"12\" y1=\"22\" x2=\"12\" y2=\"15.5\" />\n  <polyline points=\"22 8.5 12 15.5 2 8.5\" />\n  <polyline points=\"2 15.5 12 8.5 22 15.5\" />\n  <line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"8.5\" />\n</svg>\n</li><li title=\"codesandbox \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z\" />\n  <polyline points=\"7.5 4.21 12 6.81 16.5 4.21\" />\n  <polyline points=\"7.5 19.79 7.5 14.6 3 12\" />\n  <polyline points=\"21 12 16.5 14.6 16.5 19.79\" />\n  <polyline points=\"3.27 6.96 12 12.01 20.73 6.96\" />\n  <line x1=\"12\" y1=\"22.08\" x2=\"12\" y2=\"12\" />\n</svg>\n</li><li title=\"coffee \"><svg\n  viewBox=\"0 0 24 24\"\n  \n  \n  xmlns=\"http://www.w3.org/2000/svg\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M18 8h1a4 4 0 0 1 0 8h-1\" />\n  <path d=\"M2 8h16v9a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V8z\" />\n  <line x1=\"6\" y1=\"1\" x2=\"6\" y2=\"4\" />\n  <line x1=\"10\" y1=\"1\" x2=\"10\" y2=\"4\" />\n  <line x1=\"14\" y1=\"1\" x2=\"14\" y2=\"4\" />\n</svg>\n</li><li title=\"columns \"><svg\n  \n  \n  viewBox=\"0 0 24 24\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M12 3h7a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-7m0-18H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7m0-18v18\" />\n</svg>\n</li><li title=\"command \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M18 3a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3H6a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3V6a3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3h12a3 3 0 0 0 3-3 3 3 0 0 0-3-3z\" />\n</svg>\n</li><li title=\"compass \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <circle cx=\"12\" cy=\"12\" r=\"10\" />\n  <polygon points=\"16.24 7.76 14.12 14.12 7.76 16.24 9.88 9.88 16.24 7.76\" />\n</svg>\n</li><li title=\"copy \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <rect x=\"9\" y=\"9\"   rx=\"2\" ry=\"2\" />\n  <path d=\"M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1\" />\n</svg>\n</li><li title=\"corner down left \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <polyline points=\"9 10 4 15 9 20\" />\n  <path d=\"M20 4v7a4 4 0 0 1-4 4H4\" />\n</svg>\n</li><li title=\"corner down right \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <polyline points=\"15 10 20 15 15 20\" />\n  <path d=\"M4 4v7a4 4 0 0 0 4 4h12\" />\n</svg>\n</li><li title=\"corner left down \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <polyline points=\"14 15 9 20 4 15\" />\n  <path d=\"M20 4h-7a4 4 0 0 0-4 4v12\" />\n</svg>\n</li><li title=\"corner left up \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <polyline points=\"14 9 9 4 4 9\" />\n  <path d=\"M20 20h-7a4 4 0 0 1-4-4V4\" />\n</svg>\n</li><li title=\"corner right down \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <polyline points=\"10 15 15 20 20 15\" />\n  <path d=\"M4 4h7a4 4 0 0 1 4 4v12\" />\n</svg>\n</li><li title=\"corner right up \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <polyline points=\"10 9 15 4 20 9\" />\n  <path d=\"M4 20h7a4 4 0 0 0 4-4V4\" />\n</svg>\n</li><li title=\"corner up left \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <polyline points=\"9 14 4 9 9 4\" />\n  <path d=\"M20 20v-7a4 4 0 0 0-4-4H4\" />\n</svg>\n</li><li title=\"corner up right \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <polyline points=\"15 14 20 9 15 4\" />\n  <path d=\"M4 20v-7a4 4 0 0 1 4-4h12\" />\n</svg>\n</li><li title=\"cpu \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <rect x=\"4\" y=\"4\"   rx=\"2\" ry=\"2\" />\n  <rect x=\"9\" y=\"9\"   />\n  <line x1=\"9\" y1=\"1\" x2=\"9\" y2=\"4\" />\n  <line x1=\"15\" y1=\"1\" x2=\"15\" y2=\"4\" />\n  <line x1=\"9\" y1=\"20\" x2=\"9\" y2=\"23\" />\n  <line x1=\"15\" y1=\"20\" x2=\"15\" y2=\"23\" />\n  <line x1=\"20\" y1=\"9\" x2=\"23\" y2=\"9\" />\n  <line x1=\"20\" y1=\"14\" x2=\"23\" y2=\"14\" />\n  <line x1=\"1\" y1=\"9\" x2=\"4\" y2=\"9\" />\n  <line x1=\"1\" y1=\"14\" x2=\"4\" y2=\"14\" />\n</svg>\n</li><li title=\"credit card \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <rect x=\"1\" y=\"4\"   rx=\"2\" ry=\"2\" />\n  <line x1=\"1\" y1=\"10\" x2=\"23\" y2=\"10\" />\n</svg>\n</li><li title=\"crop \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M6.13 1L6 16a2 2 0 0 0 2 2h15\" />\n  <path d=\"M1 6.13L16 6a2 2 0 0 1 2 2v15\" />\n</svg>\n</li><li title=\"crosshair \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <circle cx=\"12\" cy=\"12\" r=\"10\" />\n  <line x1=\"22\" y1=\"12\" x2=\"18\" y2=\"12\" />\n  <line x1=\"6\" y1=\"12\" x2=\"2\" y2=\"12\" />\n  <line x1=\"12\" y1=\"6\" x2=\"12\" y2=\"2\" />\n  <line x1=\"12\" y1=\"22\" x2=\"12\" y2=\"18\" />\n</svg>\n</li><li title=\"database \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <ellipse cx=\"12\" cy=\"5\" rx=\"9\" ry=\"3\" />\n  <path d=\"M21 12c0 1.66-4 3-9 3s-9-1.34-9-3\" />\n  <path d=\"M3 5v14c0 1.66 4 3 9 3s9-1.34 9-3V5\" />\n</svg>\n</li><li title=\"delete \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M21 4H8l-7 8 7 8h13a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2z\" />\n  <line x1=\"18\" y1=\"9\" x2=\"12\" y2=\"15\" />\n  <line x1=\"12\" y1=\"9\" x2=\"18\" y2=\"15\" />\n</svg>\n</li><li title=\"disc \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <circle cx=\"12\" cy=\"12\" r=\"10\" />\n  <circle cx=\"12\" cy=\"12\" r=\"3\" />\n</svg>\n</li><li title=\"divide circle \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <line x1=\"8\" y1=\"12\" x2=\"16\" y2=\"12\" />\n  <line x1=\"12\" y1=\"16\" x2=\"12\" y2=\"16\" />\n  <line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"8\" />\n  <circle cx=\"12\" cy=\"12\" r=\"10\" />\n</svg>\n</li><li title=\"divide square \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <rect x=\"3\" y=\"3\"   rx=\"2\" ry=\"2\" />\n  <line x1=\"8\" y1=\"12\" x2=\"16\" y2=\"12\" />\n  <line x1=\"12\" y1=\"16\" x2=\"12\" y2=\"16\" />\n  <line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"8\" />\n</svg>\n</li><li title=\"divide \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <circle cx=\"12\" cy=\"6\" r=\"2\" />\n  <line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\" />\n  <circle cx=\"12\" cy=\"18\" r=\"2\" />\n</svg>\n</li><li title=\"dollar sign \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <line x1=\"12\" y1=\"1\" x2=\"12\" y2=\"23\" />\n  <path d=\"M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6\" />\n</svg>\n</li><li title=\"download cloud \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <polyline points=\"8 17 12 21 16 17\" />\n  <line x1=\"12\" y1=\"12\" x2=\"12\" y2=\"21\" />\n  <path d=\"M20.88 18.09A5 5 0 0 0 18 9h-1.26A8 8 0 1 0 3 16.29\" />\n</svg>\n</li><li title=\"download \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\" />\n  <polyline points=\"7 10 12 15 17 10\" />\n  <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\" />\n</svg>\n</li><li title=\"dribbble \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <circle cx=\"12\" cy=\"12\" r=\"10\" />\n  <path d=\"M8.56 2.75c4.37 6.03 6.02 9.42 8.03 17.72m2.54-15.38c-3.72 4.35-8.94 5.66-16.88 5.85m19.5 1.9c-3.5-.93-6.63-.82-8.94 0-2.58.92-5.01 2.86-7.44 6.32\" />\n</svg>\n</li><li title=\"droplet \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z\" />\n</svg>\n</li><li title=\"edit 2 \"><svg\n  \n  \n  viewBox=\"0 0 24 24\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M17 3a2.828 2.828 0 1 1 4 4L7.5 20.5 2 22l1.5-5.5L17 3z\" />\n</svg>\n</li><li title=\"edit 3 \"><svg\n  \n  \n  viewBox=\"0 0 24 24\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M12 20h9\" />\n  <path d=\"M16.5 3.5a2.121 2.121 0 0 1 3 3L7 19l-4 1 1-4L16.5 3.5z\" />\n</svg>\n</li><li title=\"edit \"><svg\n  \n  \n  viewBox=\"0 0 24 24\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7\" />\n  <path d=\"M18.5 2.5a2.121 2.121 0 0 1 3 3L12 15l-4 1 1-4 9.5-9.5z\" />\n</svg>\n</li><li title=\"external link \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6\" />\n  <polyline points=\"15 3 21 3 21 9\" />\n  <line x1=\"10\" y1=\"14\" x2=\"21\" y2=\"3\" />\n</svg>\n</li><li title=\"eye off \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M17.94 17.94A10.07 10.07 0 0 1 12 20c-7 0-11-8-11-8a18.45 18.45 0 0 1 5.06-5.94M9.9 4.24A9.12 9.12 0 0 1 12 4c7 0 11 8 11 8a18.5 18.5 0 0 1-2.16 3.19m-6.72-1.07a3 3 0 1 1-4.24-4.24\" />\n  <line x1=\"1\" y1=\"1\" x2=\"23\" y2=\"23\" />\n</svg>\n</li><li title=\"eye \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z\" />\n  <circle cx=\"12\" cy=\"12\" r=\"3\" />\n</svg>\n</li><li title=\"facebook \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z\" />\n</svg>\n</li><li title=\"fast forward \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <polygon points=\"13 19 22 12 13 5 13 19\" />\n  <polygon points=\"2 19 11 12 2 5 2 19\" />\n</svg>\n</li><li title=\"feather \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M20.24 12.24a6 6 0 0 0-8.49-8.49L5 10.5V19h8.5z\" />\n  <line x1=\"16\" y1=\"8\" x2=\"2\" y2=\"22\" />\n  <line x1=\"17.5\" y1=\"15\" x2=\"9\" y2=\"15\" />\n</svg>\n</li><li title=\"figma \"><svg\n  \n  \n  viewBox=\"0 0 24 24\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M5 5.5A3.5 3.5 0 0 1 8.5 2H12v7H8.5A3.5 3.5 0 0 1 5 5.5z\" />\n  <path d=\"M12 2h3.5a3.5 3.5 0 1 1 0 7H12V2z\" />\n  <path d=\"M12 12.5a3.5 3.5 0 1 1 7 0 3.5 3.5 0 1 1-7 0z\" />\n  <path d=\"M5 19.5A3.5 3.5 0 0 1 8.5 16H12v3.5a3.5 3.5 0 1 1-7 0z\" />\n  <path d=\"M5 12.5A3.5 3.5 0 0 1 8.5 9H12v7H8.5A3.5 3.5 0 0 1 5 12.5z\" />\n</svg>\n</li><li title=\"file minus \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\" />\n  <polyline points=\"14 2 14 8 20 8\" />\n  <line x1=\"9\" y1=\"15\" x2=\"15\" y2=\"15\" />\n</svg>\n</li><li title=\"file plus \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\" />\n  <polyline points=\"14 2 14 8 20 8\" />\n  <line x1=\"12\" y1=\"18\" x2=\"12\" y2=\"12\" />\n  <line x1=\"9\" y1=\"15\" x2=\"15\" y2=\"15\" />\n</svg>\n</li><li title=\"file text \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\" />\n  <polyline points=\"14 2 14 8 20 8\" />\n  <line x1=\"16\" y1=\"13\" x2=\"8\" y2=\"13\" />\n  <line x1=\"16\" y1=\"17\" x2=\"8\" y2=\"17\" />\n  <polyline points=\"10 9 9 9 8 9\" />\n</svg>\n</li><li title=\"file \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M13 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9z\" />\n  <polyline points=\"13 2 13 9 20 9\" />\n</svg>\n</li><li title=\"film \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <rect x=\"2\" y=\"2\"   rx=\"2.18\" ry=\"2.18\" />\n  <line x1=\"7\" y1=\"2\" x2=\"7\" y2=\"22\" />\n  <line x1=\"17\" y1=\"2\" x2=\"17\" y2=\"22\" />\n  <line x1=\"2\" y1=\"12\" x2=\"22\" y2=\"12\" />\n  <line x1=\"2\" y1=\"7\" x2=\"7\" y2=\"7\" />\n  <line x1=\"2\" y1=\"17\" x2=\"7\" y2=\"17\" />\n  <line x1=\"17\" y1=\"17\" x2=\"22\" y2=\"17\" />\n  <line x1=\"17\" y1=\"7\" x2=\"22\" y2=\"7\" />\n</svg>\n</li><li title=\"filter \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <polygon points=\"22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3\" />\n</svg>\n</li><li title=\"flag \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M4 15s1-1 4-1 5 2 8 2 4-1 4-1V3s-1 1-4 1-5-2-8-2-4 1-4 1z\" />\n  <line x1=\"4\" y1=\"22\" x2=\"4\" y2=\"15\" />\n</svg>\n</li><li title=\"folder minus \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z\" />\n  <line x1=\"9\" y1=\"14\" x2=\"15\" y2=\"14\" />\n</svg>\n</li><li title=\"folder plus \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z\" />\n  <line x1=\"12\" y1=\"11\" x2=\"12\" y2=\"17\" />\n  <line x1=\"9\" y1=\"14\" x2=\"15\" y2=\"14\" />\n</svg>\n</li><li title=\"folder \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z\" />\n</svg>\n</li><li title=\"framer \"><svg\n  \n  \n  viewBox=\"0 0 24 24\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M5 16V9h14V2H5l14 14h-7m-7 0l7 7v-7m-7 0h7\" />\n</svg>\n</li><li title=\"frown \"><svg\n  viewBox=\"0 0 24 24\"\n  \n  \n  xmlns=\"http://www.w3.org/2000/svg\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <circle cx=\"12\" cy=\"12\" r=\"10\" />\n  <path d=\"M16 16s-1.5-2-4-2-4 2-4 2\" />\n  <line x1=\"9\" y1=\"9\" x2=\"9.01\" y2=\"9\" />\n  <line x1=\"15\" y1=\"9\" x2=\"15.01\" y2=\"9\" />\n</svg>\n</li><li title=\"gift \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <polyline points=\"20 12 20 22 4 22 4 12\" />\n  <rect x=\"2\" y=\"7\"   />\n  <line x1=\"12\" y1=\"22\" x2=\"12\" y2=\"7\" />\n  <path d=\"M12 7H7.5a2.5 2.5 0 0 1 0-5C11 2 12 7 12 7z\" />\n  <path d=\"M12 7h4.5a2.5 2.5 0 0 0 0-5C13 2 12 7 12 7z\" />\n</svg>\n</li><li title=\"git branch \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <line x1=\"6\" y1=\"3\" x2=\"6\" y2=\"15\" />\n  <circle cx=\"18\" cy=\"6\" r=\"3\" />\n  <circle cx=\"6\" cy=\"18\" r=\"3\" />\n  <path d=\"M18 9a9 9 0 0 1-9 9\" />\n</svg>\n</li><li title=\"git commit \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <circle cx=\"12\" cy=\"12\" r=\"4\" />\n  <line x1=\"1.05\" y1=\"12\" x2=\"7\" y2=\"12\" />\n  <line x1=\"17.01\" y1=\"12\" x2=\"22.96\" y2=\"12\" />\n</svg>\n</li><li title=\"git merge \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <circle cx=\"18\" cy=\"18\" r=\"3\" />\n  <circle cx=\"6\" cy=\"6\" r=\"3\" />\n  <path d=\"M6 21V9a9 9 0 0 0 9 9\" />\n</svg>\n</li><li title=\"git pull request \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <circle cx=\"18\" cy=\"18\" r=\"3\" />\n  <circle cx=\"6\" cy=\"6\" r=\"3\" />\n  <path d=\"M13 6h3a2 2 0 0 1 2 2v7\" />\n  <line x1=\"6\" y1=\"9\" x2=\"6\" y2=\"21\" />\n</svg>\n</li><li title=\"github \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22\" />\n</svg>\n</li><li title=\"gitlab \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M22.65 14.39L12 22.13 1.35 14.39a.84.84 0 0 1-.3-.94l1.22-3.78 2.44-7.51A.42.42 0 0 1 4.82 2a.43.43 0 0 1 .58 0 .42.42 0 0 1 .11.18l2.44 7.49h8.1l2.44-7.51A.42.42 0 0 1 18.6 2a.43.43 0 0 1 .58 0 .42.42 0 0 1 .11.18l2.44 7.51L23 13.45a.84.84 0 0 1-.35.94z\" />\n</svg>\n</li><li title=\"globe \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <circle cx=\"12\" cy=\"12\" r=\"10\" />\n  <line x1=\"2\" y1=\"12\" x2=\"22\" y2=\"12\" />\n  <path d=\"M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z\" />\n</svg>\n</li><li title=\"grid \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <rect x=\"3\" y=\"3\"   />\n  <rect x=\"14\" y=\"3\"   />\n  <rect x=\"14\" y=\"14\"   />\n  <rect x=\"3\" y=\"14\"   />\n</svg>\n</li><li title=\"hard drive \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <line x1=\"22\" y1=\"12\" x2=\"2\" y2=\"12\" />\n  <path d=\"M5.45 5.11L2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z\" />\n  <line x1=\"6\" y1=\"16\" x2=\"6.01\" y2=\"16\" />\n  <line x1=\"10\" y1=\"16\" x2=\"10.01\" y2=\"16\" />\n</svg>\n</li><li title=\"hash \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <line x1=\"4\" y1=\"9\" x2=\"20\" y2=\"9\" />\n  <line x1=\"4\" y1=\"15\" x2=\"20\" y2=\"15\" />\n  <line x1=\"10\" y1=\"3\" x2=\"8\" y2=\"21\" />\n  <line x1=\"16\" y1=\"3\" x2=\"14\" y2=\"21\" />\n</svg>\n</li><li title=\"headphones \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M3 18v-6a9 9 0 0 1 18 0v6\" />\n  <path d=\"M21 19a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3zM3 19a2 2 0 0 0 2 2h1a2 2 0 0 0 2-2v-3a2 2 0 0 0-2-2H3z\" />\n</svg>\n</li><li title=\"heart \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\" />\n</svg>\n</li><li title=\"help circle \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <circle cx=\"12\" cy=\"12\" r=\"10\" />\n  <path d=\"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3\" />\n  <line x1=\"12\" y1=\"17\" x2=\"12.01\" y2=\"17\" />\n</svg>\n</li><li title=\"hexagon \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z\" />\n</svg>\n</li><li title=\"home \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\" />\n  <polyline points=\"9 22 9 12 15 12 15 22\" />\n</svg>\n</li><li title=\"image \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <rect x=\"3\" y=\"3\"   rx=\"2\" ry=\"2\" />\n  <circle cx=\"8.5\" cy=\"8.5\" r=\"1.5\" />\n  <polyline points=\"21 15 16 10 5 21\" />\n</svg>\n</li><li title=\"inbox \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <polyline points=\"22 12 16 12 14 15 10 15 8 12 2 12\" />\n  <path d=\"M5.45 5.11L2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z\" />\n</svg>\n</li><li title=\"info \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <circle cx=\"12\" cy=\"12\" r=\"10\" />\n  <line x1=\"12\" y1=\"16\" x2=\"12\" y2=\"12\" />\n  <line x1=\"12\" y1=\"8\" x2=\"12.01\" y2=\"8\" />\n</svg>\n</li><li title=\"instagram \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <rect x=\"2\" y=\"2\"   rx=\"5\" ry=\"5\" />\n  <path d=\"M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z\" />\n  <line x1=\"17.5\" y1=\"6.5\" x2=\"17.51\" y2=\"6.5\" />\n</svg>\n</li><li title=\"italic \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <line x1=\"19\" y1=\"4\" x2=\"10\" y2=\"4\" />\n  <line x1=\"14\" y1=\"20\" x2=\"5\" y2=\"20\" />\n  <line x1=\"15\" y1=\"4\" x2=\"9\" y2=\"20\" />\n</svg>\n</li><li title=\"key \"><svg\n  \n  \n  viewBox=\"0 0 24 24\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M21 2l-2 2m-7.61 7.61a5.5 5.5 0 1 1-7.778 7.778 5.5 5.5 0 0 1 7.777-7.777zm0 0L15.5 7.5m0 0l3 3L22 7l-3-3m-3.5 3.5L19 4\" />\n</svg>\n</li><li title=\"layers \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <polygon points=\"12 2 2 7 12 12 22 7 12 2\" />\n  <polyline points=\"2 17 12 22 22 17\" />\n  <polyline points=\"2 12 12 17 22 12\" />\n</svg>\n</li><li title=\"layout \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <rect x=\"3\" y=\"3\"   rx=\"2\" ry=\"2\" />\n  <line x1=\"3\" y1=\"9\" x2=\"21\" y2=\"9\" />\n  <line x1=\"9\" y1=\"21\" x2=\"9\" y2=\"9\" />\n</svg>\n</li><li title=\"life buoy \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <circle cx=\"12\" cy=\"12\" r=\"10\" />\n  <circle cx=\"12\" cy=\"12\" r=\"4\" />\n  <line x1=\"4.93\" y1=\"4.93\" x2=\"9.17\" y2=\"9.17\" />\n  <line x1=\"14.83\" y1=\"14.83\" x2=\"19.07\" y2=\"19.07\" />\n  <line x1=\"14.83\" y1=\"9.17\" x2=\"19.07\" y2=\"4.93\" />\n  <line x1=\"14.83\" y1=\"9.17\" x2=\"18.36\" y2=\"5.64\" />\n  <line x1=\"4.93\" y1=\"19.07\" x2=\"9.17\" y2=\"14.83\" />\n</svg>\n</li><li title=\"link 2 \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M15 7h3a5 5 0 0 1 5 5 5 5 0 0 1-5 5h-3m-6 0H6a5 5 0 0 1-5-5 5 5 0 0 1 5-5h3\" />\n  <line x1=\"8\" y1=\"12\" x2=\"16\" y2=\"12\" />\n</svg>\n</li><li title=\"link \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71\" />\n  <path d=\"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71\" />\n</svg>\n</li><li title=\"linkedin \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z\" />\n  <rect x=\"2\" y=\"9\"   />\n  <circle cx=\"4\" cy=\"4\" r=\"2\" />\n</svg>\n</li><li title=\"list \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <line x1=\"8\" y1=\"6\" x2=\"21\" y2=\"6\" />\n  <line x1=\"8\" y1=\"12\" x2=\"21\" y2=\"12\" />\n  <line x1=\"8\" y1=\"18\" x2=\"21\" y2=\"18\" />\n  <line x1=\"3\" y1=\"6\" x2=\"3.01\" y2=\"6\" />\n  <line x1=\"3\" y1=\"12\" x2=\"3.01\" y2=\"12\" />\n  <line x1=\"3\" y1=\"18\" x2=\"3.01\" y2=\"18\" />\n</svg>\n</li><li title=\"loader \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"6\" />\n  <line x1=\"12\" y1=\"18\" x2=\"12\" y2=\"22\" />\n  <line x1=\"4.93\" y1=\"4.93\" x2=\"7.76\" y2=\"7.76\" />\n  <line x1=\"16.24\" y1=\"16.24\" x2=\"19.07\" y2=\"19.07\" />\n  <line x1=\"2\" y1=\"12\" x2=\"6\" y2=\"12\" />\n  <line x1=\"18\" y1=\"12\" x2=\"22\" y2=\"12\" />\n  <line x1=\"4.93\" y1=\"19.07\" x2=\"7.76\" y2=\"16.24\" />\n  <line x1=\"16.24\" y1=\"7.76\" x2=\"19.07\" y2=\"4.93\" />\n</svg>\n</li><li title=\"lock \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <rect x=\"3\" y=\"11\"   rx=\"2\" ry=\"2\" />\n  <path d=\"M7 11V7a5 5 0 0 1 10 0v4\" />\n</svg>\n</li><li title=\"log in \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4\" />\n  <polyline points=\"10 17 15 12 10 7\" />\n  <line x1=\"15\" y1=\"12\" x2=\"3\" y2=\"12\" />\n</svg>\n</li><li title=\"log out \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4\" />\n  <polyline points=\"16 17 21 12 16 7\" />\n  <line x1=\"21\" y1=\"12\" x2=\"9\" y2=\"12\" />\n</svg>\n</li><li title=\"mail \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z\" />\n  <polyline points=\"22,6 12,13 2,6\" />\n</svg>\n</li><li title=\"map pin \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z\" />\n  <circle cx=\"12\" cy=\"10\" r=\"3\" />\n</svg>\n</li><li title=\"map \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <polygon points=\"1 6 1 22 8 18 16 22 23 18 23 2 16 6 8 2 1 6\" />\n  <line x1=\"8\" y1=\"2\" x2=\"8\" y2=\"18\" />\n  <line x1=\"16\" y1=\"6\" x2=\"16\" y2=\"22\" />\n</svg>\n</li><li title=\"maximize 2 \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <polyline points=\"15 3 21 3 21 9\" />\n  <polyline points=\"9 21 3 21 3 15\" />\n  <line x1=\"21\" y1=\"3\" x2=\"14\" y2=\"10\" />\n  <line x1=\"3\" y1=\"21\" x2=\"10\" y2=\"14\" />\n</svg>\n</li><li title=\"maximize \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M8 3H5a2 2 0 0 0-2 2v3m18 0V5a2 2 0 0 0-2-2h-3m0 18h3a2 2 0 0 0 2-2v-3M3 16v3a2 2 0 0 0 2 2h3\" />\n</svg>\n</li><li title=\"meh \"><svg\n  viewBox=\"0 0 24 24\"\n  \n  \n  xmlns=\"http://www.w3.org/2000/svg\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <circle cx=\"12\" cy=\"12\" r=\"10\" />\n  <line x1=\"8\" y1=\"15\" x2=\"16\" y2=\"15\" />\n  <line x1=\"9\" y1=\"9\" x2=\"9.01\" y2=\"9\" />\n  <line x1=\"15\" y1=\"9\" x2=\"15.01\" y2=\"9\" />\n</svg>\n</li><li title=\"menu \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <line x1=\"3\" y1=\"12\" x2=\"21\" y2=\"12\" />\n  <line x1=\"3\" y1=\"6\" x2=\"21\" y2=\"6\" />\n  <line x1=\"3\" y1=\"18\" x2=\"21\" y2=\"18\" />\n</svg>\n</li><li title=\"message circle \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z\" />\n</svg>\n</li><li title=\"message square \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z\" />\n</svg>\n</li><li title=\"mic off \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <line x1=\"1\" y1=\"1\" x2=\"23\" y2=\"23\" />\n  <path d=\"M9 9v3a3 3 0 0 0 5.12 2.12M15 9.34V4a3 3 0 0 0-5.94-.6\" />\n  <path d=\"M17 16.95A7 7 0 0 1 5 12v-2m14 0v2a7 7 0 0 1-.11 1.23\" />\n  <line x1=\"12\" y1=\"19\" x2=\"12\" y2=\"23\" />\n  <line x1=\"8\" y1=\"23\" x2=\"16\" y2=\"23\" />\n</svg>\n</li><li title=\"mic \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M12 1a3 3 0 0 0-3 3v8a3 3 0 0 0 6 0V4a3 3 0 0 0-3-3z\" />\n  <path d=\"M19 10v2a7 7 0 0 1-14 0v-2\" />\n  <line x1=\"12\" y1=\"19\" x2=\"12\" y2=\"23\" />\n  <line x1=\"8\" y1=\"23\" x2=\"16\" y2=\"23\" />\n</svg>\n</li><li title=\"minimize 2 \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <polyline points=\"4 14 10 14 10 20\" />\n  <polyline points=\"20 10 14 10 14 4\" />\n  <line x1=\"14\" y1=\"10\" x2=\"21\" y2=\"3\" />\n  <line x1=\"3\" y1=\"21\" x2=\"10\" y2=\"14\" />\n</svg>\n</li><li title=\"minimize \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M8 3v3a2 2 0 0 1-2 2H3m18 0h-3a2 2 0 0 1-2-2V3m0 18v-3a2 2 0 0 1 2-2h3M3 16h3a2 2 0 0 1 2 2v3\" />\n</svg>\n</li><li title=\"minus circle \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <circle cx=\"12\" cy=\"12\" r=\"10\" />\n  <line x1=\"8\" y1=\"12\" x2=\"16\" y2=\"12\" />\n</svg>\n</li><li title=\"minus square \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <rect x=\"3\" y=\"3\"   rx=\"2\" ry=\"2\" />\n  <line x1=\"8\" y1=\"12\" x2=\"16\" y2=\"12\" />\n</svg>\n</li><li title=\"minus \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\" />\n</svg>\n</li><li title=\"monitor \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <rect x=\"2\" y=\"3\"   rx=\"2\" ry=\"2\" />\n  <line x1=\"8\" y1=\"21\" x2=\"16\" y2=\"21\" />\n  <line x1=\"12\" y1=\"17\" x2=\"12\" y2=\"21\" />\n</svg>\n</li><li title=\"moon \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z\" />\n</svg>\n</li><li title=\"more horizontal \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <circle cx=\"12\" cy=\"12\" r=\"1\" />\n  <circle cx=\"19\" cy=\"12\" r=\"1\" />\n  <circle cx=\"5\" cy=\"12\" r=\"1\" />\n</svg>\n</li><li title=\"more vertical \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <circle cx=\"12\" cy=\"12\" r=\"1\" />\n  <circle cx=\"12\" cy=\"5\" r=\"1\" />\n  <circle cx=\"12\" cy=\"19\" r=\"1\" />\n</svg>\n</li><li title=\"mouse pointer \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M3 3l7.07 16.97 2.51-7.39 7.39-2.51L3 3z\" />\n  <path d=\"M13 13l6 6\" />\n</svg>\n</li><li title=\"move \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <polyline points=\"5 9 2 12 5 15\" />\n  <polyline points=\"9 5 12 2 15 5\" />\n  <polyline points=\"15 19 12 22 9 19\" />\n  <polyline points=\"19 9 22 12 19 15\" />\n  <line x1=\"2\" y1=\"12\" x2=\"22\" y2=\"12\" />\n  <line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"22\" />\n</svg>\n</li><li title=\"music \"><svg\n  \n  \n  viewBox=\"0 0 24 24\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M9 18V5l12-2v13\" />\n  <circle cx=\"6\" cy=\"18\" r=\"3\" />\n  <circle cx=\"18\" cy=\"16\" r=\"3\" />\n</svg>\n</li><li title=\"navigation 2 \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <polygon points=\"12 2 19 21 12 17 5 21 12 2\" />\n</svg>\n</li><li title=\"navigation \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <polygon points=\"3 11 22 2 13 21 11 13 3 11\" />\n</svg>\n</li><li title=\"octagon \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <polygon points=\"7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2\" />\n</svg>\n</li><li title=\"package \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <line x1=\"16.5\" y1=\"9.4\" x2=\"7.5\" y2=\"4.21\" />\n  <path d=\"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z\" />\n  <polyline points=\"3.27 6.96 12 12.01 20.73 6.96\" />\n  <line x1=\"12\" y1=\"22.08\" x2=\"12\" y2=\"12\" />\n</svg>\n</li><li title=\"paperclip \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M21.44 11.05l-9.19 9.19a6 6 0 0 1-8.49-8.49l9.19-9.19a4 4 0 0 1 5.66 5.66l-9.2 9.19a2 2 0 0 1-2.83-2.83l8.49-8.48\" />\n</svg>\n</li><li title=\"pause circle \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <circle cx=\"12\" cy=\"12\" r=\"10\" />\n  <line x1=\"10\" y1=\"15\" x2=\"10\" y2=\"9\" />\n  <line x1=\"14\" y1=\"15\" x2=\"14\" y2=\"9\" />\n</svg>\n</li><li title=\"pause \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <rect x=\"6\" y=\"4\"   />\n  <rect x=\"14\" y=\"4\"   />\n</svg>\n</li><li title=\"pen tool \"><svg\n  \n  \n  xmlns=\"http://www.w3.org/2000/svg\"\n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M12 19l7-7 3 3-7 7-3-3z\" />\n  <path d=\"M18 13l-1.5-7.5L2 2l3.5 14.5L13 18l5-5z\" />\n  <path d=\"M2 2l7.586 7.586\" />\n  <circle cx=\"11\" cy=\"11\" r=\"2\" />\n</svg>\n</li><li title=\"percent \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <line x1=\"19\" y1=\"5\" x2=\"5\" y2=\"19\" />\n  <circle cx=\"6.5\" cy=\"6.5\" r=\"2.5\" />\n  <circle cx=\"17.5\" cy=\"17.5\" r=\"2.5\" />\n</svg>\n</li><li title=\"phone call \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M15.05 5A5 5 0 0 1 19 8.95M15.05 1A9 9 0 0 1 23 8.94m-1 7.98v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z\" />\n</svg>\n</li><li title=\"phone forwarded \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <polyline points=\"19 1 23 5 19 9\" />\n  <line x1=\"15\" y1=\"5\" x2=\"23\" y2=\"5\" />\n  <path d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z\" />\n</svg>\n</li><li title=\"phone incoming \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <polyline points=\"16 2 16 8 22 8\" />\n  <line x1=\"23\" y1=\"1\" x2=\"16\" y2=\"8\" />\n  <path d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z\" />\n</svg>\n</li><li title=\"phone missed \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <line x1=\"23\" y1=\"1\" x2=\"17\" y2=\"7\" />\n  <line x1=\"17\" y1=\"1\" x2=\"23\" y2=\"7\" />\n  <path d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z\" />\n</svg>\n</li><li title=\"phone off \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M10.68 13.31a16 16 0 0 0 3.41 2.6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7 2 2 0 0 1 1.72 2v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.42 19.42 0 0 1-3.33-2.67m-2.67-3.34a19.79 19.79 0 0 1-3.07-8.63A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91\" />\n  <line x1=\"23\" y1=\"1\" x2=\"1\" y2=\"23\" />\n</svg>\n</li><li title=\"phone outgoing \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <polyline points=\"23 7 23 1 17 1\" />\n  <line x1=\"16\" y1=\"8\" x2=\"23\" y2=\"1\" />\n  <path d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z\" />\n</svg>\n</li><li title=\"phone \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z\" />\n</svg>\n</li><li title=\"pie chart \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M21.21 15.89A10 10 0 1 1 8 2.83\" />\n  <path d=\"M22 12A10 10 0 0 0 12 2v10z\" />\n</svg>\n</li><li title=\"play circle \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <circle cx=\"12\" cy=\"12\" r=\"10\" />\n  <polygon points=\"10 8 16 12 10 16 10 8\" />\n</svg>\n</li><li title=\"play \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <polygon points=\"5 3 19 12 5 21 5 3\" />\n</svg>\n</li><li title=\"plus circle \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <circle cx=\"12\" cy=\"12\" r=\"10\" />\n  <line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"16\" />\n  <line x1=\"8\" y1=\"12\" x2=\"16\" y2=\"12\" />\n</svg>\n</li><li title=\"plus square \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <rect x=\"3\" y=\"3\"   rx=\"2\" ry=\"2\" />\n  <line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"16\" />\n  <line x1=\"8\" y1=\"12\" x2=\"16\" y2=\"12\" />\n</svg>\n</li><li title=\"plus \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <line x1=\"12\" y1=\"5\" x2=\"12\" y2=\"19\" />\n  <line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\" />\n</svg>\n</li><li title=\"pocket \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M4 3h16a2 2 0 0 1 2 2v6a10 10 0 0 1-10 10A10 10 0 0 1 2 11V5a2 2 0 0 1 2-2z\" />\n  <polyline points=\"8 10 12 14 16 10\" />\n</svg>\n</li><li title=\"power \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M18.36 6.64a9 9 0 1 1-12.73 0\" />\n  <line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"12\" />\n</svg>\n</li><li title=\"printer \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <polyline points=\"6 9 6 2 18 2 18 9\" />\n  <path d=\"M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2\" />\n  <rect x=\"6\" y=\"14\"   />\n</svg>\n</li><li title=\"radio \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <circle cx=\"12\" cy=\"12\" r=\"2\" />\n  <path d=\"M16.24 7.76a6 6 0 0 1 0 8.49m-8.48-.01a6 6 0 0 1 0-8.49m11.31-2.82a10 10 0 0 1 0 14.14m-14.14 0a10 10 0 0 1 0-14.14\" />\n</svg>\n</li><li title=\"refresh ccw \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <polyline points=\"1 4 1 10 7 10\" />\n  <polyline points=\"23 20 23 14 17 14\" />\n  <path d=\"M20.49 9A9 9 0 0 0 5.64 5.64L1 10m22 4l-4.64 4.36A9 9 0 0 1 3.51 15\" />\n</svg>\n</li><li title=\"refresh cw \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <polyline points=\"23 4 23 10 17 10\" />\n  <polyline points=\"1 20 1 14 7 14\" />\n  <path d=\"M3.51 9a9 9 0 0 1 14.85-3.36L23 10M1 14l4.64 4.36A9 9 0 0 0 20.49 15\" />\n</svg>\n</li><li title=\"repeat \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <polyline points=\"17 1 21 5 17 9\" />\n  <path d=\"M3 11V9a4 4 0 0 1 4-4h14\" />\n  <polyline points=\"7 23 3 19 7 15\" />\n  <path d=\"M21 13v2a4 4 0 0 1-4 4H3\" />\n</svg>\n</li><li title=\"rewind \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <polygon points=\"11 19 2 12 11 5 11 19\" />\n  <polygon points=\"22 19 13 12 22 5 22 19\" />\n</svg>\n</li><li title=\"rotate ccw \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <polyline points=\"1 4 1 10 7 10\" />\n  <path d=\"M3.51 15a9 9 0 1 0 2.13-9.36L1 10\" />\n</svg>\n</li><li title=\"rotate cw \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <polyline points=\"23 4 23 10 17 10\" />\n  <path d=\"M20.49 15a9 9 0 1 1-2.12-9.36L23 10\" />\n</svg>\n</li><li title=\"rss \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M4 11a9 9 0 0 1 9 9\" />\n  <path d=\"M4 4a16 16 0 0 1 16 16\" />\n  <circle cx=\"5\" cy=\"19\" r=\"1\" />\n</svg>\n</li><li title=\"save \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11l5 5v11a2 2 0 0 1-2 2z\" />\n  <polyline points=\"17 21 17 13 7 13 7 21\" />\n  <polyline points=\"7 3 7 8 15 8\" />\n</svg>\n</li><li title=\"scissors \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <circle cx=\"6\" cy=\"6\" r=\"3\" />\n  <circle cx=\"6\" cy=\"18\" r=\"3\" />\n  <line x1=\"20\" y1=\"4\" x2=\"8.12\" y2=\"15.88\" />\n  <line x1=\"14.47\" y1=\"14.48\" x2=\"20\" y2=\"20\" />\n  <line x1=\"8.12\" y1=\"8.12\" x2=\"12\" y2=\"12\" />\n</svg>\n</li><li title=\"search \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <circle cx=\"11\" cy=\"11\" r=\"8\" />\n  <line x1=\"21\" y1=\"21\" x2=\"16.65\" y2=\"16.65\" />\n</svg>\n</li><li title=\"send \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <line x1=\"22\" y1=\"2\" x2=\"11\" y2=\"13\" />\n  <polygon points=\"22 2 15 22 11 13 2 9 22 2\" />\n</svg>\n</li><li title=\"server \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <rect x=\"2\" y=\"2\"   rx=\"2\" ry=\"2\" />\n  <rect x=\"2\" y=\"14\"   rx=\"2\" ry=\"2\" />\n  <line x1=\"6\" y1=\"6\" x2=\"6.01\" y2=\"6\" />\n  <line x1=\"6\" y1=\"18\" x2=\"6.01\" y2=\"18\" />\n</svg>\n</li><li title=\"settings \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <circle cx=\"12\" cy=\"12\" r=\"3\" />\n  <path d=\"M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z\" />\n</svg>\n</li><li title=\"share 2 \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <circle cx=\"18\" cy=\"5\" r=\"3\" />\n  <circle cx=\"6\" cy=\"12\" r=\"3\" />\n  <circle cx=\"18\" cy=\"19\" r=\"3\" />\n  <line x1=\"8.59\" y1=\"13.51\" x2=\"15.42\" y2=\"17.49\" />\n  <line x1=\"15.41\" y1=\"6.51\" x2=\"8.59\" y2=\"10.49\" />\n</svg>\n</li><li title=\"share \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8\" />\n  <polyline points=\"16 6 12 2 8 6\" />\n  <line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"15\" />\n</svg>\n</li><li title=\"shield off \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M19.69 14a6.9 6.9 0 0 0 .31-2V5l-8-3-3.16 1.18\" />\n  <path d=\"M4.73 4.73L4 5v7c0 6 8 10 8 10a20.29 20.29 0 0 0 5.62-4.38\" />\n  <line x1=\"1\" y1=\"1\" x2=\"23\" y2=\"23\" />\n</svg>\n</li><li title=\"shield \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\" />\n</svg>\n</li><li title=\"shopping bag \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M6 2L3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4z\" />\n  <line x1=\"3\" y1=\"6\" x2=\"21\" y2=\"6\" />\n  <path d=\"M16 10a4 4 0 0 1-8 0\" />\n</svg>\n</li><li title=\"shopping cart \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <circle cx=\"9\" cy=\"21\" r=\"1\" />\n  <circle cx=\"20\" cy=\"21\" r=\"1\" />\n  <path d=\"M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6\" />\n</svg>\n</li><li title=\"shuffle \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <polyline points=\"16 3 21 3 21 8\" />\n  <line x1=\"4\" y1=\"20\" x2=\"21\" y2=\"3\" />\n  <polyline points=\"21 16 21 21 16 21\" />\n  <line x1=\"15\" y1=\"15\" x2=\"21\" y2=\"21\" />\n  <line x1=\"4\" y1=\"4\" x2=\"9\" y2=\"9\" />\n</svg>\n</li><li title=\"sidebar \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <rect x=\"3\" y=\"3\"   rx=\"2\" ry=\"2\" />\n  <line x1=\"9\" y1=\"3\" x2=\"9\" y2=\"21\" />\n</svg>\n</li><li title=\"skip back \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <polygon points=\"19 20 9 12 19 4 19 20\" />\n  <line x1=\"5\" y1=\"19\" x2=\"5\" y2=\"5\" />\n</svg>\n</li><li title=\"skip forward \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <polygon points=\"5 4 15 12 5 20 5 4\" />\n  <line x1=\"19\" y1=\"5\" x2=\"19\" y2=\"19\" />\n</svg>\n</li><li title=\"slack \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M14.5 10c-.83 0-1.5-.67-1.5-1.5v-5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5v5c0 .83-.67 1.5-1.5 1.5z\" />\n  <path d=\"M20.5 10H19V8.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5-.67 1.5-1.5 1.5z\" />\n  <path d=\"M9.5 14c.83 0 1.5.67 1.5 1.5v5c0 .83-.67 1.5-1.5 1.5S8 21.33 8 20.5v-5c0-.83.67-1.5 1.5-1.5z\" />\n  <path d=\"M3.5 14H5v1.5c0 .83-.67 1.5-1.5 1.5S2 16.33 2 15.5 2.67 14 3.5 14z\" />\n  <path d=\"M14 14.5c0-.83.67-1.5 1.5-1.5h5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5h-5c-.83 0-1.5-.67-1.5-1.5z\" />\n  <path d=\"M15.5 19H14v1.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5-.67-1.5-1.5-1.5z\" />\n  <path d=\"M10 9.5C10 8.67 9.33 8 8.5 8h-5C2.67 8 2 8.67 2 9.5S2.67 11 3.5 11h5c.83 0 1.5-.67 1.5-1.5z\" />\n  <path d=\"M8.5 5H10V3.5C10 2.67 9.33 2 8.5 2S7 2.67 7 3.5 7.67 5 8.5 5z\" />\n</svg>\n</li><li title=\"slash \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <circle cx=\"12\" cy=\"12\" r=\"10\" />\n  <line x1=\"4.93\" y1=\"4.93\" x2=\"19.07\" y2=\"19.07\" />\n</svg>\n</li><li title=\"sliders \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <line x1=\"4\" y1=\"21\" x2=\"4\" y2=\"14\" />\n  <line x1=\"4\" y1=\"10\" x2=\"4\" y2=\"3\" />\n  <line x1=\"12\" y1=\"21\" x2=\"12\" y2=\"12\" />\n  <line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"3\" />\n  <line x1=\"20\" y1=\"21\" x2=\"20\" y2=\"16\" />\n  <line x1=\"20\" y1=\"12\" x2=\"20\" y2=\"3\" />\n  <line x1=\"1\" y1=\"14\" x2=\"7\" y2=\"14\" />\n  <line x1=\"9\" y1=\"8\" x2=\"15\" y2=\"8\" />\n  <line x1=\"17\" y1=\"16\" x2=\"23\" y2=\"16\" />\n</svg>\n</li><li title=\"smartphone \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <rect x=\"5\" y=\"2\"   rx=\"2\" ry=\"2\" />\n  <line x1=\"12\" y1=\"18\" x2=\"12.01\" y2=\"18\" />\n</svg>\n</li><li title=\"smile \"><svg\n  viewBox=\"0 0 24 24\"\n  \n  \n  xmlns=\"http://www.w3.org/2000/svg\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <circle cx=\"12\" cy=\"12\" r=\"10\" />\n  <path d=\"M8 14s1.5 2 4 2 4-2 4-2\" />\n  <line x1=\"9\" y1=\"9\" x2=\"9.01\" y2=\"9\" />\n  <line x1=\"15\" y1=\"9\" x2=\"15.01\" y2=\"9\" />\n</svg>\n</li><li title=\"speaker \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <rect x=\"4\" y=\"2\"   rx=\"2\" ry=\"2\" />\n  <circle cx=\"12\" cy=\"14\" r=\"4\" />\n  <line x1=\"12\" y1=\"6\" x2=\"12.01\" y2=\"6\" />\n</svg>\n</li><li title=\"square \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <rect x=\"3\" y=\"3\"   rx=\"2\" ry=\"2\" />\n</svg>\n</li><li title=\"star \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\" />\n</svg>\n</li><li title=\"stop circle \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <circle cx=\"12\" cy=\"12\" r=\"10\" />\n  <rect x=\"9\" y=\"9\"   />\n</svg>\n</li><li title=\"sun \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <circle cx=\"12\" cy=\"12\" r=\"5\" />\n  <line x1=\"12\" y1=\"1\" x2=\"12\" y2=\"3\" />\n  <line x1=\"12\" y1=\"21\" x2=\"12\" y2=\"23\" />\n  <line x1=\"4.22\" y1=\"4.22\" x2=\"5.64\" y2=\"5.64\" />\n  <line x1=\"18.36\" y1=\"18.36\" x2=\"19.78\" y2=\"19.78\" />\n  <line x1=\"1\" y1=\"12\" x2=\"3\" y2=\"12\" />\n  <line x1=\"21\" y1=\"12\" x2=\"23\" y2=\"12\" />\n  <line x1=\"4.22\" y1=\"19.78\" x2=\"5.64\" y2=\"18.36\" />\n  <line x1=\"18.36\" y1=\"5.64\" x2=\"19.78\" y2=\"4.22\" />\n</svg>\n</li><li title=\"sunrise \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M17 18a5 5 0 0 0-10 0\" />\n  <line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"9\" />\n  <line x1=\"4.22\" y1=\"10.22\" x2=\"5.64\" y2=\"11.64\" />\n  <line x1=\"1\" y1=\"18\" x2=\"3\" y2=\"18\" />\n  <line x1=\"21\" y1=\"18\" x2=\"23\" y2=\"18\" />\n  <line x1=\"18.36\" y1=\"11.64\" x2=\"19.78\" y2=\"10.22\" />\n  <line x1=\"23\" y1=\"22\" x2=\"1\" y2=\"22\" />\n  <polyline points=\"8 6 12 2 16 6\" />\n</svg>\n</li><li title=\"sunset \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M17 18a5 5 0 0 0-10 0\" />\n  <line x1=\"12\" y1=\"9\" x2=\"12\" y2=\"2\" />\n  <line x1=\"4.22\" y1=\"10.22\" x2=\"5.64\" y2=\"11.64\" />\n  <line x1=\"1\" y1=\"18\" x2=\"3\" y2=\"18\" />\n  <line x1=\"21\" y1=\"18\" x2=\"23\" y2=\"18\" />\n  <line x1=\"18.36\" y1=\"11.64\" x2=\"19.78\" y2=\"10.22\" />\n  <line x1=\"23\" y1=\"22\" x2=\"1\" y2=\"22\" />\n  <polyline points=\"16 5 12 9 8 5\" />\n</svg>\n</li><li title=\"tablet \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <rect x=\"4\" y=\"2\"   rx=\"2\" ry=\"2\" />\n  <line x1=\"12\" y1=\"18\" x2=\"12.01\" y2=\"18\" />\n</svg>\n</li><li title=\"tag \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M20.59 13.41l-7.17 7.17a2 2 0 0 1-2.83 0L2 12V2h10l8.59 8.59a2 2 0 0 1 0 2.82z\" />\n  <line x1=\"7\" y1=\"7\" x2=\"7.01\" y2=\"7\" />\n</svg>\n</li><li title=\"target \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <circle cx=\"12\" cy=\"12\" r=\"10\" />\n  <circle cx=\"12\" cy=\"12\" r=\"6\" />\n  <circle cx=\"12\" cy=\"12\" r=\"2\" />\n</svg>\n</li><li title=\"terminal \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <polyline points=\"4 17 10 11 4 5\" />\n  <line x1=\"12\" y1=\"19\" x2=\"20\" y2=\"19\" />\n</svg>\n</li><li title=\"thermometer \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M14 14.76V3.5a2.5 2.5 0 0 0-5 0v11.26a4.5 4.5 0 1 0 5 0z\" />\n</svg>\n</li><li title=\"thumbs down \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M10 15v4a3 3 0 0 0 3 3l4-9V2H5.72a2 2 0 0 0-2 1.7l-1.38 9a2 2 0 0 0 2 2.3zm7-13h2.67A2.31 2.31 0 0 1 22 4v7a2.31 2.31 0 0 1-2.33 2H17\" />\n</svg>\n</li><li title=\"thumbs up \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3zM7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3\" />\n</svg>\n</li><li title=\"toggle left \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <rect x=\"1\" y=\"5\"   rx=\"7\" ry=\"7\" />\n  <circle cx=\"8\" cy=\"12\" r=\"3\" />\n</svg>\n</li><li title=\"toggle right \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <rect x=\"1\" y=\"5\"   rx=\"7\" ry=\"7\" />\n  <circle cx=\"16\" cy=\"12\" r=\"3\" />\n</svg>\n</li><li title=\"tool \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z\" />\n</svg>\n</li><li title=\"trash 2 \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <polyline points=\"3 6 5 6 21 6\" />\n  <path d=\"M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2\" />\n  <line x1=\"10\" y1=\"11\" x2=\"10\" y2=\"17\" />\n  <line x1=\"14\" y1=\"11\" x2=\"14\" y2=\"17\" />\n</svg>\n</li><li title=\"trash \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <polyline points=\"3 6 5 6 21 6\" />\n  <path d=\"M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2\" />\n</svg>\n</li><li title=\"trello \"><svg\n  viewBox=\"0 0 24 24\"\n  \n  \n  xmlns=\"http://www.w3.org/2000/svg\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <rect x=\"3\" y=\"3\"   rx=\"2\" ry=\"2\" />\n  <rect x=\"7\" y=\"7\"   />\n  <rect x=\"14\" y=\"7\"   />\n</svg>\n</li><li title=\"trending down \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <polyline points=\"23 18 13.5 8.5 8.5 13.5 1 6\" />\n  <polyline points=\"17 18 23 18 23 12\" />\n</svg>\n</li><li title=\"trending up \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <polyline points=\"23 6 13.5 15.5 8.5 10.5 1 18\" />\n  <polyline points=\"17 6 23 6 23 12\" />\n</svg>\n</li><li title=\"triangle \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z\" />\n</svg>\n</li><li title=\"truck \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <rect x=\"1\" y=\"3\"   />\n  <polygon points=\"16 8 20 8 23 11 23 16 16 16 16 8\" />\n  <circle cx=\"5.5\" cy=\"18.5\" r=\"2.5\" />\n  <circle cx=\"18.5\" cy=\"18.5\" r=\"2.5\" />\n</svg>\n</li><li title=\"tv \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <rect x=\"2\" y=\"7\"   rx=\"2\" ry=\"2\" />\n  <polyline points=\"17 2 12 7 7 2\" />\n</svg>\n</li><li title=\"twitch \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M21 2H3v16h5v4l4-4h5l4-4V2zM11 11V7M16 11V7\" />\n</svg>\n</li><li title=\"twitter \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M23 3a10.9 10.9 0 0 1-3.14 1.53 4.48 4.48 0 0 0-7.86 3v1A10.66 10.66 0 0 1 3 4s-4 9 5 13a11.64 11.64 0 0 1-7 2c9 5 20 0 20-11.5a4.5 4.5 0 0 0-.08-.83A7.72 7.72 0 0 0 23 3z\" />\n</svg>\n</li><li title=\"type \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <polyline points=\"4 7 4 4 20 4 20 7\" />\n  <line x1=\"9\" y1=\"20\" x2=\"15\" y2=\"20\" />\n  <line x1=\"12\" y1=\"4\" x2=\"12\" y2=\"20\" />\n</svg>\n</li><li title=\"umbrella \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M23 12a11.05 11.05 0 0 0-22 0zm-5 7a3 3 0 0 1-6 0v-7\" />\n</svg>\n</li><li title=\"underline \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M6 3v7a6 6 0 0 0 6 6 6 6 0 0 0 6-6V3\" />\n  <line x1=\"4\" y1=\"21\" x2=\"20\" y2=\"21\" />\n</svg>\n</li><li title=\"unlock \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <rect x=\"3\" y=\"11\"   rx=\"2\" ry=\"2\" />\n  <path d=\"M7 11V7a5 5 0 0 1 9.9-1\" />\n</svg>\n</li><li title=\"upload cloud \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <polyline points=\"16 16 12 12 8 16\" />\n  <line x1=\"12\" y1=\"12\" x2=\"12\" y2=\"21\" />\n  <path d=\"M20.39 18.39A5 5 0 0 0 18 9h-1.26A8 8 0 1 0 3 16.3\" />\n  <polyline points=\"16 16 12 12 8 16\" />\n</svg>\n</li><li title=\"upload \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\" />\n  <polyline points=\"17 8 12 3 7 8\" />\n  <line x1=\"12\" y1=\"3\" x2=\"12\" y2=\"15\" />\n</svg>\n</li><li title=\"user check \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\" />\n  <circle cx=\"8.5\" cy=\"7\" r=\"4\" />\n  <polyline points=\"17 11 19 13 23 9\" />\n</svg>\n</li><li title=\"user minus \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\" />\n  <circle cx=\"8.5\" cy=\"7\" r=\"4\" />\n  <line x1=\"23\" y1=\"11\" x2=\"17\" y2=\"11\" />\n</svg>\n</li><li title=\"user plus \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\" />\n  <circle cx=\"8.5\" cy=\"7\" r=\"4\" />\n  <line x1=\"20\" y1=\"8\" x2=\"20\" y2=\"14\" />\n  <line x1=\"23\" y1=\"11\" x2=\"17\" y2=\"11\" />\n</svg>\n</li><li title=\"user x \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\" />\n  <circle cx=\"8.5\" cy=\"7\" r=\"4\" />\n  <line x1=\"18\" y1=\"8\" x2=\"23\" y2=\"13\" />\n  <line x1=\"23\" y1=\"8\" x2=\"18\" y2=\"13\" />\n</svg>\n</li><li title=\"user \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2\" />\n  <circle cx=\"12\" cy=\"7\" r=\"4\" />\n</svg>\n</li><li title=\"users \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\" />\n  <circle cx=\"9\" cy=\"7\" r=\"4\" />\n  <path d=\"M23 21v-2a4 4 0 0 0-3-3.87\" />\n  <path d=\"M16 3.13a4 4 0 0 1 0 7.75\" />\n</svg>\n</li><li title=\"video off \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M16 16v1a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h2m5.66 0H14a2 2 0 0 1 2 2v3.34l1 1L23 7v10\" />\n  <line x1=\"1\" y1=\"1\" x2=\"23\" y2=\"23\" />\n</svg>\n</li><li title=\"video \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <polygon points=\"23 7 16 12 23 17 23 7\" />\n  <rect x=\"1\" y=\"5\"   rx=\"2\" ry=\"2\" />\n</svg>\n</li><li title=\"voicemail \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <circle cx=\"5.5\" cy=\"11.5\" r=\"4.5\" />\n  <circle cx=\"18.5\" cy=\"11.5\" r=\"4.5\" />\n  <line x1=\"5.5\" y1=\"16\" x2=\"18.5\" y2=\"16\" />\n</svg>\n</li><li title=\"volume 1 \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <polygon points=\"11 5 6 9 2 9 2 15 6 15 11 19 11 5\" />\n  <path d=\"M15.54 8.46a5 5 0 0 1 0 7.07\" />\n</svg>\n</li><li title=\"volume 2 \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <polygon points=\"11 5 6 9 2 9 2 15 6 15 11 19 11 5\" />\n  <path d=\"M19.07 4.93a10 10 0 0 1 0 14.14M15.54 8.46a5 5 0 0 1 0 7.07\" />\n</svg>\n</li><li title=\"volume x \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <polygon points=\"11 5 6 9 2 9 2 15 6 15 11 19 11 5\" />\n  <line x1=\"23\" y1=\"9\" x2=\"17\" y2=\"15\" />\n  <line x1=\"17\" y1=\"9\" x2=\"23\" y2=\"15\" />\n</svg>\n</li><li title=\"volume \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <polygon points=\"11 5 6 9 2 9 2 15 6 15 11 19 11 5\" />\n</svg>\n</li><li title=\"watch \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <circle cx=\"12\" cy=\"12\" r=\"7\" />\n  <polyline points=\"12 9 12 12 13.5 13.5\" />\n  <path d=\"M16.51 17.35l-.35 3.83a2 2 0 0 1-2 1.82H9.83a2 2 0 0 1-2-1.82l-.35-3.83m.01-10.7l.35-3.83A2 2 0 0 1 9.83 1h4.35a2 2 0 0 1 2 1.82l.35 3.83\" />\n</svg>\n</li><li title=\"wifi off \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <line x1=\"1\" y1=\"1\" x2=\"23\" y2=\"23\" />\n  <path d=\"M16.72 11.06A10.94 10.94 0 0 1 19 12.55\" />\n  <path d=\"M5 12.55a10.94 10.94 0 0 1 5.17-2.39\" />\n  <path d=\"M10.71 5.05A16 16 0 0 1 22.58 9\" />\n  <path d=\"M1.42 9a15.91 15.91 0 0 1 4.7-2.88\" />\n  <path d=\"M8.53 16.11a6 6 0 0 1 6.95 0\" />\n  <line x1=\"12\" y1=\"20\" x2=\"12.01\" y2=\"20\" />\n</svg>\n</li><li title=\"wifi \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M5 12.55a11 11 0 0 1 14.08 0\" />\n  <path d=\"M1.42 9a16 16 0 0 1 21.16 0\" />\n  <path d=\"M8.53 16.11a6 6 0 0 1 6.95 0\" />\n  <line x1=\"12\" y1=\"20\" x2=\"12.01\" y2=\"20\" />\n</svg>\n</li><li title=\"wind \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M9.59 4.59A2 2 0 1 1 11 8H2m10.59 11.41A2 2 0 1 0 14 16H2m15.73-8.27A2.5 2.5 0 1 1 19.5 12H2\" />\n</svg>\n</li><li title=\"x circle \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <circle cx=\"12\" cy=\"12\" r=\"10\" />\n  <line x1=\"15\" y1=\"9\" x2=\"9\" y2=\"15\" />\n  <line x1=\"9\" y1=\"9\" x2=\"15\" y2=\"15\" />\n</svg>\n</li><li title=\"x octagon \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <polygon points=\"7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2\" />\n  <line x1=\"15\" y1=\"9\" x2=\"9\" y2=\"15\" />\n  <line x1=\"9\" y1=\"9\" x2=\"15\" y2=\"15\" />\n</svg>\n</li><li title=\"x square \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <rect x=\"3\" y=\"3\"   rx=\"2\" ry=\"2\" />\n  <line x1=\"9\" y1=\"9\" x2=\"15\" y2=\"15\" />\n  <line x1=\"15\" y1=\"9\" x2=\"9\" y2=\"15\" />\n</svg>\n</li><li title=\"x \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\" />\n  <line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\" />\n</svg>\n</li><li title=\"youtube \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <path d=\"M22.54 6.42a2.78 2.78 0 0 0-1.94-2C18.88 4 12 4 12 4s-6.88 0-8.6.46a2.78 2.78 0 0 0-1.94 2A29 29 0 0 0 1 11.75a29 29 0 0 0 .46 5.33A2.78 2.78 0 0 0 3.4 19c1.72.46 8.6.46 8.6.46s6.88 0 8.6-.46a2.78 2.78 0 0 0 1.94-2 29 29 0 0 0 .46-5.25 29 29 0 0 0-.46-5.33z\" />\n  <polygon points=\"9.75 15.02 15.5 11.75 9.75 8.48 9.75 15.02\" />\n</svg>\n</li><li title=\"zap off \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <polyline points=\"12.41 6.75 13 2 10.57 4.92\" />\n  <polyline points=\"18.57 12.91 21 10 15.66 10\" />\n  <polyline points=\"8 8 3 14 12 14 11 22 16 16\" />\n  <line x1=\"1\" y1=\"1\" x2=\"23\" y2=\"23\" />\n</svg>\n</li><li title=\"zap \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <polygon points=\"13 2 3 14 12 14 11 22 21 10 12 10 13 2\" />\n</svg>\n</li><li title=\"zoom in \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <circle cx=\"11\" cy=\"11\" r=\"8\" />\n  <line x1=\"21\" y1=\"21\" x2=\"16.65\" y2=\"16.65\" />\n  <line x1=\"11\" y1=\"8\" x2=\"11\" y2=\"14\" />\n  <line x1=\"8\" y1=\"11\" x2=\"14\" y2=\"11\" />\n</svg>\n</li><li title=\"zoom out \"><svg\n  xmlns=\"http://www.w3.org/2000/svg\"\n  \n  \n  viewBox=\"0 0 24 24\"\n  fill=\"none\"\n  stroke=\"currentColor\"\n  stroke-\n  stroke-linecap=\"round\"\n  stroke-linejoin=\"round\"\n>\n  <circle cx=\"11\" cy=\"11\" r=\"8\" />\n  <line x1=\"21\" y1=\"21\" x2=\"16.65\" y2=\"16.65\" />\n  <line x1=\"8\" y1=\"11\" x2=\"14\" y2=\"11\" />\n</svg>\n</li></ul>"
  },
  {
    "path": "resources/svg/icons/font-awesome/LICENSE.txt",
    "content": "Font Awesome Free License\n-------------------------\n\nFont Awesome Free is free, open source, and GPL friendly. You can use it for\ncommercial projects, open source projects, or really almost whatever you want.\nFull Font Awesome Free license: https://fontawesome.com/license/free.\n\n# Icons: CC BY 4.0 License (https://creativecommons.org/licenses/by/4.0/)\nIn the Font Awesome Free download, the CC BY 4.0 license applies to all icons\npackaged as SVG and JS file types.\n\n# Fonts: SIL OFL 1.1 License (https://scripts.sil.org/OFL)\nIn the Font Awesome Free download, the SIL OFL license applies to all icons\npackaged as web and desktop font files.\n\n# Code: MIT License (https://opensource.org/licenses/MIT)\nIn the Font Awesome Free download, the MIT license applies to all non-font and\nnon-icon files.\n\n# Attribution\nAttribution is required by MIT, SIL OFL, and CC BY licenses. Downloaded Font\nAwesome Free files already contain embedded comments with sufficient\nattribution, so you shouldn't need to do anything additional when using these\nfiles normally.\n\nWe've kept attribution comments terse, so we ask that you do not actively work\nto remove them from files, especially code. They're a great way for folks to\nlearn about Font Awesome.\n\n# Brand Icons\nAll brand icons are trademarks of their respective owners. The use of these\ntrademarks does not indicate endorsement of the trademark holder by Font\nAwesome, nor vice versa. **Please do not use brand logos for any purpose except\nto represent the company, product, or service to which they refer.**\n"
  },
  {
    "path": "resources/svg/icons/font-awesome/index.html",
    "content": "<style>\nul.svg-list {\n\tlist-style:none;\n\tpadding:0;\n\tmargin:10px 0 0;\n}\nul.svg-list li {\n\tdisplay:inline-block;\n\tposition:relative;\n\twidth:32px;\n\theight:32px;\n\tpadding:3px;\n\tmargin-right:5px;\n\tmargin-bottom:5px;\n\tbox-shadow:0px 3px 6px 0px rgba(0, 0, 0, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.08);\n}\n\nul.svg-list li:hover {\n\tbox-shadow:none;//0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 0px rgba(0, 0, 0, 0.15);\n}\n\nul.svg-list li svg{\n\tmax-width:100%;\n\tmax-height:100%;\n\tfill: var(--bs-body-color);\n\tcolor: var(--bs-border-color);\n}\n\nul.svg-list li span {\n\t//display:none;\n}\n\nul.svg-list li.heading {\n\twidth:100%;\n\tbox-shadow:none;\n\ttext-transform: capitalize;\n\tfont-size: 12px;\n\tline-height: 32px;\t\n}\n\nul.svg-list li span {\n  visibility: hidden;\n  min-width: 120px;\n  background-color: black;\n  color: #fff;\n  text-align: center;\n  border-radius: 6px;\n  padding: 5px 0;\n  \n  /* Position the tooltip */\n  position: absolute;\n  z-index: 1;\n  left:0;\n  top: 105%;\n  font-size:12px;\n}\n\nul.svg-list li:hover  span {\n  visibility: visible;\n}\n\nul.svg-list li:hover  svg {\n\ttransform: scale(2);\n\tfill:blue;\n\tcolor:green;\n}\t\n</style>\n<ul class=\"svg-list\"><li class='heading'>brands</li><li title=\"500px \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M103.3 344.3c-6.5-14.2-6.9-18.3 7.4-23.1 25.6-8 8 9.2 43.2 49.2h.3v-93.9c1.2-50.2 44-92.2 97.7-92.2 53.9 0 97.7 43.5 97.7 96.8 0 63.4-60.8 113.2-128.5 93.3-10.5-4.2-2.1-31.7 8.5-28.6 53 0 89.4-10.1 89.4-64.4 0-61-77.1-89.6-116.9-44.6-23.5 26.4-17.6 42.1-17.6 157.6 50.7 31 118.3 22 160.4-20.1 24.8-24.8 38.5-58 38.5-93 0-35.2-13.8-68.2-38.8-93.3-24.8-24.8-57.8-38.5-93.3-38.5s-68.8 13.8-93.5 38.5c-.3.3-16 16.5-21.2 23.9l-.5.6c-3.3 4.7-6.3 9.1-20.1 6.1-6.9-1.7-14.3-5.8-14.3-11.8V20c0-5 3.9-10.5 10.5-10.5h241.3c8.3 0 8.3 11.6 8.3 15.1 0 3.9 0 15.1-8.3 15.1H130.3v132.9h.3c104.2-109.8 282.8-36 282.8 108.9 0 178.1-244.8 220.3-310.1 62.8zm63.3-260.8c-.5 4.2 4.6 24.5 14.6 20.6C306 56.6 384 144.5 390.6 144.5c4.8 0 22.8-15.3 14.3-22.8-93.2-89-234.5-57-238.3-38.2zM393 414.7C283 524.6 94 475.5 61 310.5c0-12.2-30.4-7.4-28.9 3.3 24 173.4 246 256.9 381.6 121.3 6.9-7.8-12.6-28.4-20.7-20.4zM213.6 306.6c0 4 4.3 7.3 5.5 8.5 3 3 6.1 4.4 8.5 4.4 3.8 0 2.6.2 22.3-19.5 19.6 19.3 19.1 19.5 22.3 19.5 5.4 0 18.5-10.4 10.7-18.2L265.6 284l18.2-18.2c6.3-6.8-10.1-21.8-16.2-15.7L249.7 268c-18.6-18.8-18.4-19.5-21.5-19.5-5 0-18 11.7-12.4 17.3L234 284c-18.1 17.9-20.4 19.2-20.4 22.6z\"/></svg></li><li title=\"accessible icon \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M423.9 255.8L411 413.1c-3.3 40.7-63.9 35.1-60.6-4.9l10-122.5-41.1 2.3c10.1 20.7 15.8 43.9 15.8 68.5 0 41.2-16.1 78.7-42.3 106.5l-39.3-39.3c57.9-63.7 13.1-167.2-74-167.2-25.9 0-49.5 9.9-67.2 26L73 243.2c22-20.7 50.1-35.1 81.4-40.2l75.3-85.7-42.6-24.8-51.6 46c-30 26.8-70.6-18.5-40.5-45.4l68-60.7c9.8-8.8 24.1-10.2 35.5-3.6 0 0 139.3 80.9 139.5 81.1 16.2 10.1 20.7 36 6.1 52.6L285.7 229l106.1-5.9c18.5-1.1 33.6 14.4 32.1 32.7zm-64.9-154c28.1 0 50.9-22.8 50.9-50.9C409.9 22.8 387.1 0 359 0c-28.1 0-50.9 22.8-50.9 50.9 0 28.1 22.8 50.9 50.9 50.9zM179.6 456.5c-80.6 0-127.4-90.6-82.7-156.1l-39.7-39.7C36.4 287 24 320.3 24 356.4c0 130.7 150.7 201.4 251.4 122.5l-39.7-39.7c-16 10.9-35.3 17.3-56.1 17.3z\"/></svg></li><li title=\"accusoft \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M322.1 252v-1l-51.2-65.8s-12 1.6-25 15.1c-9 9.3-242.1 239.1-243.4 240.9-7 10 1.6 6.8 15.7 1.7.8 0 114.5-36.6 114.5-36.6.5-.6-.1-.1.6-.6-.4-5.1-.8-26.2-1-27.7-.6-5.2 2.2-6.9 7-8.9l92.6-33.8c.6-.8 88.5-81.7 90.2-83.3zm160.1 120.1c13.3 16.1 20.7 13.3 30.8 9.3 3.2-1.2 115.4-47.6 117.8-48.9 8-4.3-1.7-16.7-7.2-23.4-2.1-2.5-205.1-245.6-207.2-248.3-9.7-12.2-14.3-12.9-38.4-12.8-10.2 0-106.8.5-116.5.6-19.2.1-32.9-.3-19.2 16.9C250 75 476.5 365.2 482.2 372.1zm152.7 1.6c-2.3-.3-24.6-4.7-38-7.2 0 0-115 50.4-117.5 51.6-16 7.3-26.9-3.2-36.7-14.6l-57.1-74c-5.4-.9-60.4-9.6-65.3-9.3-3.1.2-9.6.8-14.4 2.9-4.9 2.1-145.2 52.8-150.2 54.7-5.1 2-11.4 3.6-11.1 7.6.2 2.5 2 2.6 4.6 3.5 2.7.8 300.9 67.6 308 69.1 15.6 3.3 38.5 10.5 53.6 1.7 2.1-1.2 123.8-76.4 125.8-77.8 5.4-4 4.3-6.8-1.7-8.2z\"/></svg></li><li title=\"acquisitions incorporated \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M357.45 468.2c-1.2-7.7-1.3-7.6-9.6-7.6-99.8.2-111.8-2.4-112.7-2.6-12.3-1.7-20.6-10.5-21-23.1-.1-1.6-.2-71.6-1-129.1-.1-4.7 1.6-6.4 5.9-7.5 12.5-3 24.9-6.1 37.3-9.7 4.3-1.3 6.8-.2 8.4 3.5 4.5 10.3 8.8 20.6 13.2 30.9 1.6 3.7.1 4.4-3.4 4.4-10-.2-20-.1-30.4-.1v27h116c-1.4-9.5-2.7-18.1-4-27.5-7 0-13.8.4-20.4-.1-22.6-1.6-18.3-4.4-84-158.6-8.8-20.1-27.9-62.1-36.5-89.2-4.4-14 5.5-25.4 18.9-26.6 18.6-1.7 37.5-1.6 56.2-2 20.6-.4 41.2-.4 61.8-.5 3.1 0 4-1.4 4.3-4.3 1.2-9.8 2.7-19.5 4-29.2.8-5.3 1.6-10.7 2.4-16.1L23.75 0c-3.6 0-5.3 1.1-4.6 5.3 2.2 13.2-.8.8 6.4 45.3 63.4 0 71.8.9 101.8.5 12.3-.2 37 3.5 37.7 22.1.4 11.4-1.1 11.3-32.6 87.4-53.8 129.8-50.7 120.3-67.3 161-1.7 4.1-3.6 5.2-7.6 5.2-8.5-.2-17-.3-25.4.1-1.9.1-5.2 1.8-5.5 3.2-1.5 8.1-2.2 16.3-3.2 24.9h114.3v-27.6c-6.9 0-33.5.4-35.3-2.9 5.3-12.3 10.4-24.4 15.7-36.7 16.3 4 31.9 7.8 47.6 11.7 3.4.9 4.6 3 4.6 6.8-.1 42.9.1 85.9.2 128.8 0 10.2-5.5 19.1-14.9 23.1-6.5 2.7-3.3 3.4-121.4 2.4-5.3 0-7.1 2-7.6 6.8-1.5 12.9-2.9 25.9-5 38.8-.8 5 1.3 5.7 5.3 5.7 183.2.6-30.7 0 337.1 0-2.5-15-4.4-29.4-6.6-43.7zm-174.9-205.7c-13.3-4.2-26.6-8.2-39.9-12.5a44.53 44.53 0 0 1-5.8-2.9c17.2-44.3 34.2-88.1 51.3-132.1 7.5 2.4 7.9-.8 9.4 0 9.3 22.5 18.1 60.1 27 82.8 6.6 16.7 13 33.5 19.7 50.9a35.78 35.78 0 0 1-3.9 2.1c-13.1 3.9-26.4 7.5-39.4 11.7a27.66 27.66 0 0 1-18.4 0z\"/></svg></li><li title=\"adn \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 167.5l64.9 98.8H183.1l64.9-98.8zM496 256c0 136.9-111.1 248-248 248S0 392.9 0 256 111.1 8 248 8s248 111.1 248 248zm-99.8 82.7L248 115.5 99.8 338.7h30.4l33.6-51.7h168.6l33.6 51.7h30.2z\"/></svg></li><li title=\"adversal \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M482.1 32H28.7C5.8 32 0 37.9 0 60.9v390.2C0 474.4 5.8 480 28.7 480h453.4c24.4 0 29.9-5.2 29.9-29.7V62.2c0-24.6-5.4-30.2-29.9-30.2zM178.4 220.3c-27.5-20.2-72.1-8.7-84.2 23.4-4.3 11.1-9.3 9.5-17.5 8.3-9.7-1.5-17.2-3.2-22.5-5.5-28.8-11.4 8.6-55.3 24.9-64.3 41.1-21.4 83.4-22.2 125.3-4.8 40.9 16.8 34.5 59.2 34.5 128.5 2.7 25.8-4.3 58.3 9.3 88.8 1.9 4.4.4 7.9-2.7 10.7-8.4 6.7-39.3 2.2-46.6-7.4-1.9-2.2-1.8-3.6-3.9-6.2-3.6-3.9-7.3-2.2-11.9 1-57.4 36.4-140.3 21.4-147-43.3-3.1-29.3 12.4-57.1 39.6-71 38.2-19.5 112.2-11.8 114-30.9 1.1-10.2-1.9-20.1-11.3-27.3zm286.7 222c0 15.1-11.1 9.9-17.8 9.9H52.4c-7.4 0-18.2 4.8-17.8-10.7.4-13.9 10.5-9.1 17.1-9.1 132.3-.4 264.5-.4 396.8 0 6.8 0 16.6-4.4 16.6 9.9zm3.8-340.5v291c0 5.7-.7 13.9-8.1 13.9-12.4-.4-27.5 7.1-36.1-5.6-5.8-8.7-7.8-4-12.4-1.2-53.4 29.7-128.1 7.1-144.4-85.2-6.1-33.4-.7-67.1 15.7-100 11.8-23.9 56.9-76.1 136.1-30.5v-71c0-26.2-.1-26.2 26-26.2 3.1 0 6.6.4 9.7 0 10.1-.8 13.6 4.4 13.6 14.3-.1.2-.1.3-.1.5zm-51.5 232.3c-19.5 47.6-72.9 43.3-90 5.2-15.1-33.3-15.5-68.2.4-101.5 16.3-34.1 59.7-35.7 81.5-4.8 20.6 28.8 14.9 84.6 8.1 101.1zm-294.8 35.3c-7.5-1.3-33-3.3-33.7-27.8-.4-13.9 7.8-23 19.8-25.8 24.4-5.9 49.3-9.9 73.7-14.7 8.9-2 7.4 4.4 7.8 9.5 1.4 33-26.1 59.2-67.6 58.8z\"/></svg></li><li title=\"affiliatetheme \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M159.7 237.4C108.4 308.3 43.1 348.2 14 326.6-15.2 304.9 2.8 230 54.2 159.1c51.3-70.9 116.6-110.8 145.7-89.2 29.1 21.6 11.1 96.6-40.2 167.5zm351.2-57.3C437.1 303.5 319 367.8 246.4 323.7c-25-15.2-41.3-41.2-49-73.8-33.6 64.8-92.8 113.8-164.1 133.2 49.8 59.3 124.1 96.9 207 96.9 150 0 271.6-123.1 271.6-274.9.1-8.5-.3-16.8-1-25z\"/></svg></li><li title=\"airbnb \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M224 373.12c-25.24-31.67-40.08-59.43-45-83.18-22.55-88 112.61-88 90.06 0-5.45 24.25-20.29 52-45 83.18zm138.15 73.23c-42.06 18.31-83.67-10.88-119.3-50.47 103.9-130.07 46.11-200-18.85-200-54.92 0-85.16 46.51-73.28 100.5 6.93 29.19 25.23 62.39 54.43 99.5-32.53 36.05-60.55 52.69-85.15 54.92-50 7.43-89.11-41.06-71.3-91.09 15.1-39.16 111.72-231.18 115.87-241.56 15.75-30.07 25.56-57.4 59.38-57.4 32.34 0 43.4 25.94 60.37 59.87 36 70.62 89.35 177.48 114.84 239.09 13.17 33.07-1.37 71.29-37.01 86.64zm47-136.12C280.27 35.93 273.13 32 224 32c-45.52 0-64.87 31.67-84.66 72.79C33.18 317.1 22.89 347.19 22 349.81-3.22 419.14 48.74 480 111.63 480c21.71 0 60.61-6.06 112.37-62.4 58.68 63.78 101.26 62.4 112.37 62.4 62.89.05 114.85-60.86 89.61-130.19.02-3.89-16.82-38.9-16.82-39.58z\"/></svg></li><li title=\"algolia \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M229.3 182.6c-49.3 0-89.2 39.9-89.2 89.2 0 49.3 39.9 89.2 89.2 89.2s89.2-39.9 89.2-89.2c0-49.3-40-89.2-89.2-89.2zm62.7 56.6l-58.9 30.6c-1.8.9-3.8-.4-3.8-2.3V201c0-1.5 1.3-2.7 2.7-2.6 26.2 1 48.9 15.7 61.1 37.1.7 1.3.2 3-1.1 3.7zM389.1 32H58.9C26.4 32 0 58.4 0 90.9V421c0 32.6 26.4 59 58.9 59H389c32.6 0 58.9-26.4 58.9-58.9V90.9C448 58.4 421.6 32 389.1 32zm-202.6 84.7c0-10.8 8.7-19.5 19.5-19.5h45.3c10.8 0 19.5 8.7 19.5 19.5v15.4c0 1.8-1.7 3-3.3 2.5-12.3-3.4-25.1-5.1-38.1-5.1-13.5 0-26.7 1.8-39.4 5.5-1.7.5-3.4-.8-3.4-2.5v-15.8zm-84.4 37l9.2-9.2c7.6-7.6 19.9-7.6 27.5 0l7.7 7.7c1.1 1.1 1 3-.3 4-6.2 4.5-12.1 9.4-17.6 14.9-5.4 5.4-10.4 11.3-14.8 17.4-1 1.3-2.9 1.5-4 .3l-7.7-7.7c-7.6-7.5-7.6-19.8 0-27.4zm127.2 244.8c-70 0-126.6-56.7-126.6-126.6s56.7-126.6 126.6-126.6c70 0 126.6 56.6 126.6 126.6 0 69.8-56.7 126.6-126.6 126.6z\"/></svg></li><li title=\"alipay \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M377.74 32H70.26C31.41 32 0 63.41 0 102.26v307.48C0 448.59 31.41 480 70.26 480h307.48c38.52 0 69.76-31.08 70.26-69.6-45.96-25.62-110.59-60.34-171.6-88.44-32.07 43.97-84.14 81-148.62 81-70.59 0-93.73-45.3-97.04-76.37-3.97-39.01 14.88-81.5 99.52-81.5 35.38 0 79.35 10.25 127.13 24.96 16.53-30.09 26.45-60.34 26.45-60.34h-178.2v-16.7h92.08v-31.24H88.28v-19.01h109.44V92.34h50.92v50.42h109.44v19.01H248.63v31.24h88.77s-15.21 46.62-38.35 90.92c48.93 16.7 100.01 36.04 148.62 52.74V102.26C447.83 63.57 416.43 32 377.74 32zM47.28 322.95c.99 20.17 10.25 53.73 69.93 53.73 52.07 0 92.58-39.68 117.87-72.9-44.63-18.68-84.48-31.41-109.44-31.41-67.45 0-79.35 33.06-78.36 50.58z\"/></svg></li><li title=\"amazon pay \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M14 325.3c2.3-4.2 5.2-4.9 9.7-2.5 10.4 5.6 20.6 11.4 31.2 16.7a595.88 595.88 0 0 0 127.4 46.3 616.61 616.61 0 0 0 63.2 11.8 603.33 603.33 0 0 0 95 5.2c17.4-.4 34.8-1.8 52.1-3.8a603.66 603.66 0 0 0 163.3-42.8c2.9-1.2 5.9-2 9.1-1.2 6.7 1.8 9 9 4.1 13.9a70 70 0 0 1-9.6 7.4c-30.7 21.1-64.2 36.4-99.6 47.9a473.31 473.31 0 0 1-75.1 17.6 431 431 0 0 1-53.2 4.8 21.3 21.3 0 0 0-2.5.3H308a21.3 21.3 0 0 0-2.5-.3c-3.6-.2-7.2-.3-10.7-.4a426.3 426.3 0 0 1-50.4-5.3A448.4 448.4 0 0 1 164 420a443.33 443.33 0 0 1-145.6-87c-1.8-1.6-3-3.8-4.4-5.7zM172 65.1l-4.3.6a80.92 80.92 0 0 0-38 15.1c-2.4 1.7-4.6 3.5-7.1 5.4a4.29 4.29 0 0 1-.4-1.4c-.4-2.7-.8-5.5-1.3-8.2-.7-4.6-3-6.6-7.6-6.6h-11.5c-6.9 0-8.2 1.3-8.2 8.2v209.3c0 1 0 2 .1 3 .2 3 2 4.9 4.9 5 7 .1 14.1.1 21.1 0 2.9 0 4.7-2 5-5 .1-1 .1-2 .1-3v-72.4c1.1.9 1.7 1.4 2.2 1.9 17.9 14.9 38.5 19.8 61 15.4 20.4-4 34.6-16.5 43.8-34.9 7-13.9 9.9-28.7 10.3-44.1.5-17.1-1.2-33.9-8.1-49.8-8.5-19.6-22.6-32.5-43.9-36.9-3.2-.7-6.5-1-9.8-1.5-2.8-.1-5.5-.1-8.3-.1zM124.6 107a3.48 3.48 0 0 1 1.7-3.3c13.7-9.5 28.8-14.5 45.6-13.2 14.9 1.1 27.1 8.4 33.5 25.9 3.9 10.7 4.9 21.8 4.9 33 0 10.4-.8 20.6-4 30.6-6.8 21.3-22.4 29.4-42.6 28.5-14-.6-26.2-6-37.4-13.9a3.57 3.57 0 0 1-1.7-3.3c.1-14.1 0-28.1 0-42.2s.1-28 0-42.1zm205.7-41.9c-1 .1-2 .3-2.9.4a148 148 0 0 0-28.9 4.1c-6.1 1.6-12 3.8-17.9 5.8-3.6 1.2-5.4 3.8-5.3 7.7.1 3.3-.1 6.6 0 9.9.1 4.8 2.1 6.1 6.8 4.9 7.8-2 15.6-4.2 23.5-5.7 12.3-2.3 24.7-3.3 37.2-1.4 6.5 1 12.6 2.9 16.8 8.4 3.7 4.8 5.1 10.5 5.3 16.4.3 8.3.2 16.6.3 24.9a7.84 7.84 0 0 1-.2 1.4c-.5-.1-.9 0-1.3-.1a180.56 180.56 0 0 0-32-4.9c-11.3-.6-22.5.1-33.3 3.9-12.9 4.5-23.3 12.3-29.4 24.9-4.7 9.8-5.4 20.2-3.9 30.7 2 14 9 24.8 21.4 31.7 11.9 6.6 24.8 7.4 37.9 5.4 15.1-2.3 28.5-8.7 40.3-18.4a7.36 7.36 0 0 1 1.6-1.1c.6 3.8 1.1 7.4 1.8 11 .6 3.1 2.5 5.1 5.4 5.2 5.4.1 10.9.1 16.3 0a4.84 4.84 0 0 0 4.8-4.7 26.2 26.2 0 0 0 .1-2.8v-106a80 80 0 0 0-.9-12.9c-1.9-12.9-7.4-23.5-19-30.4-6.7-4-14.1-6-21.8-7.1-3.6-.5-7.2-.8-10.8-1.3-3.9.1-7.9.1-11.9.1zm35 127.7a3.33 3.33 0 0 1-1.5 3c-11.2 8.1-23.5 13.5-37.4 14.9-5.7.6-11.4.4-16.8-1.8a20.08 20.08 0 0 1-12.4-13.3 32.9 32.9 0 0 1-.1-19.4c2.5-8.3 8.4-13 16.4-15.6a61.33 61.33 0 0 1 24.8-2.2c8.4.7 16.6 2.3 25 3.4 1.6.2 2.1 1 2.1 2.6-.1 4.8 0 9.5 0 14.3s-.2 9.4-.1 14.1zm259.9 129.4c-1-5-4.8-6.9-9.1-8.3a88.42 88.42 0 0 0-21-3.9 147.32 147.32 0 0 0-39.2 1.9c-14.3 2.7-27.9 7.3-40 15.6a13.75 13.75 0 0 0-3.7 3.5 5.11 5.11 0 0 0-.5 4c.4 1.5 2.1 1.9 3.6 1.8a16.2 16.2 0 0 0 2.2-.1c7.8-.8 15.5-1.7 23.3-2.5 11.4-1.1 22.9-1.8 34.3-.9a71.64 71.64 0 0 1 14.4 2.7c5.1 1.4 7.4 5.2 7.6 10.4.4 8-1.4 15.7-3.5 23.3-4.1 15.4-10 30.3-15.8 45.1a17.6 17.6 0 0 0-1 3c-.5 2.9 1.2 4.8 4.1 4.1a10.56 10.56 0 0 0 4.8-2.5 145.91 145.91 0 0 0 12.7-13.4c12.8-16.4 20.3-35.3 24.7-55.6.8-3.6 1.4-7.3 2.1-10.9v-17.3zM493.1 199q-19.35-53.55-38.7-107.2c-2-5.7-4.2-11.3-6.3-16.9-1.1-2.9-3.2-4.8-6.4-4.8-7.6-.1-15.2-.2-22.9-.1-2.5 0-3.7 2-3.2 4.5a43.1 43.1 0 0 0 1.9 6.1q29.4 72.75 59.1 145.5c1.7 4.1 2.1 7.6.2 11.8-3.3 7.3-5.9 15-9.3 22.3-3 6.5-8 11.4-15.2 13.3a42.13 42.13 0 0 1-15.4 1.1c-2.5-.2-5-.8-7.5-1-3.4-.2-5.1 1.3-5.2 4.8q-.15 5 0 9.9c.1 5.5 2 8 7.4 8.9a108.18 108.18 0 0 0 16.9 2c17.1.4 30.7-6.5 39.5-21.4a131.63 131.63 0 0 0 9.2-18.4q35.55-89.7 70.6-179.6a26.62 26.62 0 0 0 1.6-5.5c.4-2.8-.9-4.4-3.7-4.4-6.6-.1-13.3 0-19.9 0a7.54 7.54 0 0 0-7.7 5.2c-.5 1.4-1.1 2.7-1.6 4.1l-34.8 100c-2.5 7.2-5.1 14.5-7.7 22.2-.4-1.1-.6-1.7-.9-2.4z\"/></svg></li><li title=\"amazon \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M257.2 162.7c-48.7 1.8-169.5 15.5-169.5 117.5 0 109.5 138.3 114 183.5 43.2 6.5 10.2 35.4 37.5 45.3 46.8l56.8-56S341 288.9 341 261.4V114.3C341 89 316.5 32 228.7 32 140.7 32 94 87 94 136.3l73.5 6.8c16.3-49.5 54.2-49.5 54.2-49.5 40.7-.1 35.5 29.8 35.5 69.1zm0 86.8c0 80-84.2 68-84.2 17.2 0-47.2 50.5-56.7 84.2-57.8v40.6zm136 163.5c-7.7 10-70 67-174.5 67S34.2 408.5 9.7 379c-6.8-7.7 1-11.3 5.5-8.3C88.5 415.2 203 488.5 387.7 401c7.5-3.7 13.3 2 5.5 12zm39.8 2.2c-6.5 15.8-16 26.8-21.2 31-5.5 4.5-9.5 2.7-6.5-3.8s19.3-46.5 12.7-55c-6.5-8.3-37-4.3-48-3.2-10.8 1-13 2-14-.3-2.3-5.7 21.7-15.5 37.5-17.5 15.7-1.8 41-.8 46 5.7 3.7 5.1 0 27.1-6.5 43.1z\"/></svg></li><li title=\"amilia \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M240.1 32c-61.9 0-131.5 16.9-184.2 55.4-5.1 3.1-9.1 9.2-7.2 19.4 1.1 5.1 5.1 27.4 10.2 39.6 4.1 10.2 14.2 10.2 20.3 6.1 32.5-22.3 96.5-47.7 152.3-47.7 57.9 0 58.9 28.4 58.9 73.1v38.5C203 227.7 78.2 251 46.7 264.2 11.2 280.5 16.3 357.7 16.3 376s15.2 104 124.9 104c47.8 0 113.7-20.7 153.3-42.1v25.4c0 3 2.1 8.2 6.1 9.1 3.1 1 50.7 2 59.9 2s62.5.3 66.5-.7c4.1-1 5.1-6.1 5.1-9.1V168c-.1-80.3-57.9-136-192-136zm50.2 348c-21.4 13.2-48.7 24.4-79.1 24.4-52.8 0-58.9-33.5-59-44.7 0-12.2-3-42.7 18.3-52.9 24.3-13.2 75.1-29.4 119.8-33.5z\"/></svg></li><li title=\"android \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M420.55,301.93a24,24,0,1,1,24-24,24,24,0,0,1-24,24m-265.1,0a24,24,0,1,1,24-24,24,24,0,0,1-24,24m273.7-144.48,47.94-83a10,10,0,1,0-17.27-10h0l-48.54,84.07a301.25,301.25,0,0,0-246.56,0L116.18,64.45a10,10,0,1,0-17.27,10h0l47.94,83C64.53,202.22,8.24,285.55,0,384H576c-8.24-98.45-64.54-181.78-146.85-226.55\"/></svg></li><li title=\"angellist \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M347.1 215.4c11.7-32.6 45.4-126.9 45.4-157.1 0-26.6-15.7-48.9-43.7-48.9-44.6 0-84.6 131.7-97.1 163.1C242 144 196.6 0 156.6 0c-31.1 0-45.7 22.9-45.7 51.7 0 35.3 34.2 126.8 46.6 162-6.3-2.3-13.1-4.3-20-4.3-23.4 0-48.3 29.1-48.3 52.6 0 8.9 4.9 21.4 8 29.7-36.9 10-51.1 34.6-51.1 71.7C46 435.6 114.4 512 210.6 512c118 0 191.4-88.6 191.4-202.9 0-43.1-6.9-82-54.9-93.7zM311.7 108c4-12.3 21.1-64.3 37.1-64.3 8.6 0 10.9 8.9 10.9 16 0 19.1-38.6 124.6-47.1 148l-34-6 33.1-93.7zM142.3 48.3c0-11.9 14.5-45.7 46.3 47.1l34.6 100.3c-15.6-1.3-27.7-3-35.4 1.4-10.9-28.8-45.5-119.7-45.5-148.8zM140 244c29.3 0 67.1 94.6 67.1 107.4 0 5.1-4.9 11.4-10.6 11.4-20.9 0-76.9-76.9-76.9-97.7.1-7.7 12.7-21.1 20.4-21.1zm184.3 186.3c-29.1 32-66.3 48.6-109.7 48.6-59.4 0-106.3-32.6-128.9-88.3-17.1-43.4 3.8-68.3 20.6-68.3 11.4 0 54.3 60.3 54.3 73.1 0 4.9-7.7 8.3-11.7 8.3-16.1 0-22.4-15.5-51.1-51.4-29.7 29.7 20.5 86.9 58.3 86.9 26.1 0 43.1-24.2 38-42 3.7 0 8.3.3 11.7-.6 1.1 27.1 9.1 59.4 41.7 61.7 0-.9 2-7.1 2-7.4 0-17.4-10.6-32.6-10.6-50.3 0-28.3 21.7-55.7 43.7-71.7 8-6 17.7-9.7 27.1-13.1 9.7-3.7 20-8 27.4-15.4-1.1-11.2-5.7-21.1-16.9-21.1-27.7 0-120.6 4-120.6-39.7 0-6.7.1-13.1 17.4-13.1 32.3 0 114.3 8 138.3 29.1 18.1 16.1 24.3 113.2-31 174.7zm-98.6-126c9.7 3.1 19.7 4 29.7 6-7.4 5.4-14 12-20.3 19.1-2.8-8.5-6.2-16.8-9.4-25.1z\"/></svg></li><li title=\"angrycreative \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M640 238.2l-3.2 28.2-34.5 2.3-2 18.1 34.5-2.3-3.2 28.2-34.4 2.2-2.3 20.1 34.4-2.2-3 26.1-64.7 4.1 12.7-113.2L527 365.2l-31.9 2-23.8-117.8 30.3-2 13.6 79.4 31.7-82.4 93.1-6.2zM426.8 371.5l28.3-1.8L468 249.6l-28.4 1.9-12.8 120zM162 388.1l-19.4-36-3.5 37.4-28.2 1.7 2.7-29.1c-11 18-32 34.3-56.9 35.8C23.9 399.9-3 377 .3 339.7c2.6-29.3 26.7-62.8 67.5-65.4 37.7-2.4 47.6 23.2 51.3 28.8l2.8-30.8 38.9-2.5c20.1-1.3 38.7 3.7 42.5 23.7l2.6-26.6 64.8-4.2-2.7 27.9-36.4 2.4-1.7 17.9 36.4-2.3-2.7 27.9-36.4 2.3-1.9 19.9 36.3-2.3-2.1 20.8 55-117.2 23.8-1.6L370.4 369l8.9-85.6-22.3 1.4 2.9-27.9 75-4.9-3 28-24.3 1.6-9.7 91.9-58 3.7-4.3-15.6-39.4 2.5-8 16.3-126.2 7.7zm-44.3-70.2l-26.4 1.7C84.6 307.2 76.9 303 65 303.8c-19 1.2-33.3 17.5-34.6 33.3-1.4 16 7.3 32.5 28.7 31.2 12.8-.8 21.3-8.6 28.9-18.9l27-1.7 2.7-29.8zm56.1-7.7c1.2-12.9-7.6-13.6-26.1-12.4l-2.7 28.5c14.2-.9 27.5-2.1 28.8-16.1zm21.1 70.8l5.8-60c-5 13.5-14.7 21.1-27.9 26.6l22.1 33.4zm135.4-45l-7.9-37.8-15.8 39.3 23.7-1.5zm-170.1-74.6l-4.3-17.5-39.6 2.6-8.1 18.2-31.9 2.1 57-121.9 23.9-1.6 30.7 102 9.9-104.7 27-1.8 37.8 63.6 6.5-66.6 28.5-1.9-4 41.2c7.4-13.5 22.9-44.7 63.6-47.5 40.5-2.8 52.4 29.3 53.4 30.3l3.3-32 39.3-2.7c12.7-.9 27.8.3 36.3 9.7l-4.4-11.9 32.2-2.2 12.9 43.2 23-45.7 31-2.2-43.6 78.4-4.8 44.3-28.4 1.9 4.8-44.3-15.8-43c1 22.3-9.2 40.1-32 49.6l25.2 38.8-36.4 2.4-19.2-36.8-4 38.3-28.4 1.9 3.3-31.5c-6.7 9.3-19.7 35.4-59.6 38-26.2 1.7-45.6-10.3-55.4-39.2l-4 40.3-25 1.6-37.6-63.3-6.3 66.2-56.8 3.7zm276.6-82.1c10.2-.7 17.5-2.1 21.6-4.3 4.5-2.4 7-6.4 7.6-12.1.6-5.3-.6-8.8-3.4-10.4-3.6-2.1-10.6-2.8-22.9-2l-2.9 28.8zM327.7 214c5.6 5.9 12.7 8.5 21.3 7.9 4.7-.3 9.1-1.8 13.3-4.1 5.5-3 10.6-8 15.1-14.3l-34.2 2.3 2.4-23.9 63.1-4.3 1.2-12-31.2 2.1c-4.1-3.7-7.8-6.6-11.1-8.1-4-1.7-8.1-2.8-12.2-2.5-8 .5-15.3 3.6-22 9.2-7.7 6.4-12 14.5-12.9 24.4-1.1 9.6 1.4 17.3 7.2 23.3zm-201.3 8.2l23.8-1.6-8.3-37.6-15.5 39.2z\"/></svg></li><li title=\"angular \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M185.7 268.1h76.2l-38.1-91.6-38.1 91.6zM223.8 32L16 106.4l31.8 275.7 176 97.9 176-97.9 31.8-275.7zM354 373.8h-48.6l-26.2-65.4H168.6l-26.2 65.4H93.7L223.8 81.5z\"/></svg></li><li title=\"app store ios \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM127 384.5c-5.5 9.6-17.8 12.8-27.3 7.3-9.6-5.5-12.8-17.8-7.3-27.3l14.3-24.7c16.1-4.9 29.3-1.1 39.6 11.4L127 384.5zm138.9-53.9H84c-11 0-20-9-20-20s9-20 20-20h51l65.4-113.2-20.5-35.4c-5.5-9.6-2.2-21.8 7.3-27.3 9.6-5.5 21.8-2.2 27.3 7.3l8.9 15.4 8.9-15.4c5.5-9.6 17.8-12.8 27.3-7.3 9.6 5.5 12.8 17.8 7.3 27.3l-85.8 148.6h62.1c20.2 0 31.5 23.7 22.7 40zm98.1 0h-29l19.6 33.9c5.5 9.6 2.2 21.8-7.3 27.3-9.6 5.5-21.8 2.2-27.3-7.3-32.9-56.9-57.5-99.7-74-128.1-16.7-29-4.8-58 7.1-67.8 13.1 22.7 32.7 56.7 58.9 102h52c11 0 20 9 20 20 0 11.1-9 20-20 20z\"/></svg></li><li title=\"app store \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M255.9 120.9l9.1-15.7c5.6-9.8 18.1-13.1 27.9-7.5 9.8 5.6 13.1 18.1 7.5 27.9l-87.5 151.5h63.3c20.5 0 32 24.1 23.1 40.8H113.8c-11.3 0-20.4-9.1-20.4-20.4 0-11.3 9.1-20.4 20.4-20.4h52l66.6-115.4-20.8-36.1c-5.6-9.8-2.3-22.2 7.5-27.9 9.8-5.6 22.2-2.3 27.9 7.5l8.9 15.7zm-78.7 218l-19.6 34c-5.6 9.8-18.1 13.1-27.9 7.5-9.8-5.6-13.1-18.1-7.5-27.9l14.6-25.2c16.4-5.1 29.8-1.2 40.4 11.6zm168.9-61.7h53.1c11.3 0 20.4 9.1 20.4 20.4 0 11.3-9.1 20.4-20.4 20.4h-29.5l19.9 34.5c5.6 9.8 2.3 22.2-7.5 27.9-9.8 5.6-22.2 2.3-27.9-7.5-33.5-58.1-58.7-101.6-75.4-130.6-17.1-29.5-4.9-59.1 7.2-69.1 13.4 23 33.4 57.7 60.1 104zM256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm216 248c0 118.7-96.1 216-216 216-118.7 0-216-96.1-216-216 0-118.7 96.1-216 216-216 118.7 0 216 96.1 216 216z\"/></svg></li><li title=\"apper \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M42.1 239.1c22.2 0 29 2.8 33.5 14.6h.8v-22.9c0-11.3-4.8-15.4-17.9-15.4-11.3 0-14.4 2.5-15.1 12.8H4.8c.3-13.9 1.5-19.1 5.8-24.4C17.9 195 29.5 192 56.7 192c33 0 47.1 5 53.9 18.9 2 4.3 4 15.6 4 23.7v76.3H76.3l1.3-19.1h-1c-5.3 15.6-13.6 20.4-35.5 20.4-30.3 0-41.1-10.1-41.1-37.3 0-25.2 12.3-35.8 42.1-35.8zm17.1 48.1c13.1 0 16.9-3 16.9-13.4 0-9.1-4.3-11.6-19.6-11.6-13.1 0-17.9 3-17.9 12.1-.1 10.4 3.7 12.9 20.6 12.9zm77.8-94.9h38.3l-1.5 20.6h.8c9.1-17.1 15.9-20.9 37.5-20.9 14.4 0 24.7 3 31.5 9.1 9.8 8.6 12.8 20.4 12.8 48.1 0 30-3 43.1-12.1 52.9-6.8 7.3-16.4 10.1-33.2 10.1-20.4 0-29.2-5.5-33.8-21.2h-.8v70.3H137v-169zm80.9 60.7c0-27.5-3.3-32.5-20.7-32.5-16.9 0-20.7 5-20.7 28.7 0 28 3.5 33.5 21.2 33.5 16.4 0 20.2-5.6 20.2-29.7zm57.9-60.7h38.3l-1.5 20.6h.8c9.1-17.1 15.9-20.9 37.5-20.9 14.4 0 24.7 3 31.5 9.1 9.8 8.6 12.8 20.4 12.8 48.1 0 30-3 43.1-12.1 52.9-6.8 7.3-16.4 10.1-33.3 10.1-20.4 0-29.2-5.5-33.8-21.2h-.8v70.3h-39.5v-169zm80.9 60.7c0-27.5-3.3-32.5-20.7-32.5-16.9 0-20.7 5-20.7 28.7 0 28 3.5 33.5 21.2 33.5 16.4 0 20.2-5.6 20.2-29.7zm53.8-3.8c0-25.4 3.3-37.8 12.3-45.8 8.8-8.1 22.2-11.3 45.1-11.3 42.8 0 55.7 12.8 55.7 55.7v11.1h-75.3c-.3 2-.3 4-.3 4.8 0 16.9 4.5 21.9 20.1 21.9 13.9 0 17.9-3 17.9-13.9h37.5v2.3c0 9.8-2.5 18.9-6.8 24.7-7.3 9.8-19.6 13.6-44.3 13.6-27.5 0-41.6-3.3-50.6-12.3-8.5-8.5-11.3-21.3-11.3-50.8zm76.4-11.6c-.3-1.8-.3-3.3-.3-3.8 0-12.3-3.3-14.6-19.6-14.6-14.4 0-17.1 3-18.1 15.1l-.3 3.3h38.3zm55.6-45.3h38.3l-1.8 19.9h.7c6.8-14.9 14.4-20.2 29.7-20.2 10.8 0 19.1 3.3 23.4 9.3 5.3 7.3 6.8 14.4 6.8 34 0 1.5 0 5 .2 9.3h-35c.3-1.8.3-3.3.3-4 0-15.4-2-19.4-10.3-19.4-6.3 0-10.8 3.3-13.1 9.3-1 3-1 4.3-1 12.3v68h-38.3V192.3z\"/></svg></li><li title=\"apple pay \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M116.9 158.5c-7.5 8.9-19.5 15.9-31.5 14.9-1.5-12 4.4-24.8 11.3-32.6 7.5-9.1 20.6-15.6 31.3-16.1 1.2 12.4-3.7 24.7-11.1 33.8m10.9 17.2c-17.4-1-32.3 9.9-40.5 9.9-8.4 0-21-9.4-34.8-9.1-17.9.3-34.5 10.4-43.6 26.5-18.8 32.3-4.9 80 13.3 106.3 8.9 13 19.5 27.3 33.5 26.8 13.3-.5 18.5-8.6 34.5-8.6 16.1 0 20.8 8.6 34.8 8.4 14.5-.3 23.6-13 32.5-26 10.1-14.8 14.3-29.1 14.5-29.9-.3-.3-28-10.9-28.3-42.9-.3-26.8 21.9-39.5 22.9-40.3-12.5-18.6-32-20.6-38.8-21.1m100.4-36.2v194.9h30.3v-66.6h41.9c38.3 0 65.1-26.3 65.1-64.3s-26.4-64-64.1-64h-73.2zm30.3 25.5h34.9c26.3 0 41.3 14 41.3 38.6s-15 38.8-41.4 38.8h-34.8V165zm162.2 170.9c19 0 36.6-9.6 44.6-24.9h.6v23.4h28v-97c0-28.1-22.5-46.3-57.1-46.3-32.1 0-55.9 18.4-56.8 43.6h27.3c2.3-12 13.4-19.9 28.6-19.9 18.5 0 28.9 8.6 28.9 24.5v10.8l-37.8 2.3c-35.1 2.1-54.1 16.5-54.1 41.5.1 25.2 19.7 42 47.8 42zm8.2-23.1c-16.1 0-26.4-7.8-26.4-19.6 0-12.3 9.9-19.4 28.8-20.5l33.6-2.1v11c0 18.2-15.5 31.2-36 31.2zm102.5 74.6c29.5 0 43.4-11.3 55.5-45.4L640 193h-30.8l-35.6 115.1h-.6L537.4 193h-31.6L557 334.9l-2.8 8.6c-4.6 14.6-12.1 20.3-25.5 20.3-2.4 0-7-.3-8.9-.5v23.4c1.8.4 9.3.7 11.6.7z\"/></svg></li><li title=\"apple \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M318.7 268.7c-.2-36.7 16.4-64.4 50-84.8-18.8-26.9-47.2-41.7-84.7-44.6-35.5-2.8-74.3 20.7-88.5 20.7-15 0-49.4-19.7-76.4-19.7C63.3 141.2 4 184.8 4 273.5q0 39.3 14.4 81.2c12.8 36.7 59 126.7 107.2 125.2 25.2-.6 43-17.9 75.8-17.9 31.8 0 48.3 17.9 76.4 17.9 48.6-.7 90.4-82.5 102.6-119.3-65.2-30.7-61.7-90-61.7-91.9zm-56.6-164.2c27.3-32.4 24.8-61.9 24-72.5-24.1 1.4-52 16.4-67.9 34.9-17.5 19.8-27.8 44.3-25.6 71.9 26.1 2 49.9-11.4 69.5-34.3z\"/></svg></li><li title=\"artstation \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M2 377.4l43 74.3A51.35 51.35 0 0 0 90.9 480h285.4l-59.2-102.6zM501.8 350L335.6 59.3A51.38 51.38 0 0 0 290.2 32h-88.4l257.3 447.6 40.7-70.5c1.9-3.2 21-29.7 2-59.1zM275 304.5l-115.5-200L44 304.5z\"/></svg></li><li title=\"asymmetrik \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M517.5 309.2c38.8-40 58.1-80 58.5-116.1.8-65.5-59.4-118.2-169.4-135C277.9 38.4 118.1 73.6 0 140.5 52 114 110.6 92.3 170.7 82.3c74.5-20.5 153-25.4 221.3-14.8C544.5 91.3 588.8 195 490.8 299.2c-10.2 10.8-22 21.1-35 30.6L304.9 103.4 114.7 388.9c-65.6-29.4-76.5-90.2-19.1-151.2 20.8-22.2 48.3-41.9 79.5-58.1 20-12.2 39.7-22.6 62-30.7-65.1 20.3-122.7 52.9-161.6 92.9-27.7 28.6-41.4 57.1-41.7 82.9-.5 35.1 23.4 65.1 68.4 83l-34.5 51.7h101.6l22-34.4c22.2 1 45.3 0 68.6-2.7l-22.8 37.1h135.5L340 406.3c18.6-5.3 36.9-11.5 54.5-18.7l45.9 71.8H542L468.6 349c18.5-12.1 35-25.5 48.9-39.8zm-187.6 80.5l-25-40.6-32.7 53.3c-23.4 3.5-46.7 5.1-69.2 4.4l101.9-159.3 78.7 123c-17.2 7.4-35.3 13.9-53.7 19.2z\"/></svg></li><li title=\"atlassian \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M152.2 236.4c-7.7-8.2-19.7-7.7-24.8 2.8L1.6 490.2c-5 10 2.4 21.7 13.4 21.7h175c5.8.1 11-3.2 13.4-8.4 37.9-77.8 15.1-196.3-51.2-267.1zM244.4 8.1c-122.3 193.4-8.5 348.6 65 495.5 2.5 5.1 7.7 8.4 13.4 8.4H497c11.2 0 18.4-11.8 13.4-21.7 0 0-234.5-470.6-240.4-482.3-5.3-10.6-18.8-10.8-25.6.1z\"/></svg></li><li title=\"audible \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M640 199.9v54l-320 200L0 254v-54l320 200 320-200.1zm-194.5 72l47.1-29.4c-37.2-55.8-100.7-92.6-172.7-92.6-72 0-135.5 36.7-172.6 92.4h.3c2.5-2.3 5.1-4.5 7.7-6.7 89.7-74.4 219.4-58.1 290.2 36.3zm-220.1 18.8c16.9-11.9 36.5-18.7 57.4-18.7 34.4 0 65.2 18.4 86.4 47.6l45.4-28.4c-20.9-29.9-55.6-49.5-94.8-49.5-38.9 0-73.4 19.4-94.4 49zM103.6 161.1c131.8-104.3 318.2-76.4 417.5 62.1l.7 1 48.8-30.4C517.1 112.1 424.8 58.1 319.9 58.1c-103.5 0-196.6 53.5-250.5 135.6 9.9-10.5 22.7-23.5 34.2-32.6zm467 32.7z\"/></svg></li><li title=\"autoprefixer \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M318.4 16l-161 480h77.5l25.4-81.4h119.5L405 496h77.5L318.4 16zm-40.3 341.9l41.2-130.4h1.5l40.9 130.4h-83.6zM640 405l-10-31.4L462.1 358l19.4 56.5L640 405zm-462.1-47L10 373.7 0 405l158.5 9.4 19.4-56.4z\"/></svg></li><li title=\"avianex \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M453.1 32h-312c-38.9 0-76.2 31.2-83.3 69.7L1.2 410.3C-5.9 448.8 19.9 480 58.9 480h312c38.9 0 76.2-31.2 83.3-69.7l56.7-308.5c7-38.6-18.8-69.8-57.8-69.8zm-58.2 347.3l-32 13.5-115.4-110c-14.7 10-29.2 19.5-41.7 27.1l22.1 64.2-17.9 12.7-40.6-61-52.4-48.1 15.7-15.4 58 31.1c9.3-10.5 20.8-22.6 32.8-34.9L203 228.9l-68.8-99.8 18.8-28.9 8.9-4.8L265 207.8l4.9 4.5c19.4-18.8 33.8-32.4 33.8-32.4 7.7-6.5 21.5-2.9 30.7 7.9 9 10.5 10.6 24.7 2.7 31.3-1.8 1.3-15.5 11.4-35.3 25.6l4.5 7.3 94.9 119.4-6.3 7.9z\"/></svg></li><li title=\"aviato \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M107.2 283.5l-19-41.8H36.1l-19 41.8H0l62.2-131.4 62.2 131.4h-17.2zm-45-98.1l-19.6 42.5h39.2l-19.6-42.5zm112.7 102.4l-62.2-131.4h17.1l45.1 96 45.1-96h17l-62.1 131.4zm80.6-4.3V156.4H271v127.1h-15.5zm209.1-115.6v115.6h-17.3V167.9h-41.2v-11.5h99.6v11.5h-41.1zM640 218.8c0 9.2-1.7 17.8-5.1 25.8-3.4 8-8.2 15.1-14.2 21.1-6 6-13.1 10.8-21.1 14.2-8 3.4-16.6 5.1-25.8 5.1s-17.8-1.7-25.8-5.1c-8-3.4-15.1-8.2-21.1-14.2-6-6-10.8-13-14.2-21.1-3.4-8-5.1-16.6-5.1-25.8s1.7-17.8 5.1-25.8c3.4-8 8.2-15.1 14.2-21.1 6-6 13-8.4 21.1-11.9 8-3.4 16.6-5.1 25.8-5.1s17.8 1.7 25.8 5.1c8 3.4 15.1 5.8 21.1 11.9 6 6 10.7 13.1 14.2 21.1 3.4 8 5.1 16.6 5.1 25.8zm-15.5 0c0-7.3-1.3-14-3.9-20.3-2.6-6.3-6.2-11.7-10.8-16.3-4.6-4.6-10-8.2-16.2-10.9-6.2-2.7-12.8-4-19.8-4s-13.6 1.3-19.8 4c-6.2 2.7-11.6 6.3-16.2 10.9-4.6 4.6-8.2 10-10.8 16.3-2.6 6.3-3.9 13.1-3.9 20.3 0 7.3 1.3 14 3.9 20.3 2.6 6.3 6.2 11.7 10.8 16.3 4.6 4.6 10 8.2 16.2 10.9 6.2 2.7 12.8 4 19.8 4s13.6-1.3 19.8-4c6.2-2.7 11.6-6.3 16.2-10.9 4.6-4.6 8.2-10 10.8-16.3 2.6-6.3 3.9-13.1 3.9-20.3zm-94.8 96.7v-6.3l88.9-10-242.9 13.4c.6-2.2 1.1-4.6 1.4-7.2.3-2 .5-4.2.6-6.5l64.8-8.1-64.9 1.9c0-.4-.1-.7-.1-1.1-2.8-17.2-25.5-23.7-25.5-23.7l-1.1-26.3h23.8l19 41.8h17.1L348.6 152l-62.2 131.4h17.1l19-41.8h23.6L345 268s-22.7 6.5-25.5 23.7c-.1.3-.1.7-.1 1.1l-64.9-1.9 64.8 8.1c.1 2.3.3 4.4.6 6.5.3 2.6.8 5 1.4 7.2L78.4 299.2l88.9 10v6.3c-5.9.9-10.5 6-10.5 12.2 0 6.8 5.6 12.4 12.4 12.4 6.8 0 12.4-5.6 12.4-12.4 0-6.2-4.6-11.3-10.5-12.2v-5.8l80.3 9v5.4c-5.7 1.1-9.9 6.2-9.9 12.1 0 6.8 5.6 10.2 12.4 10.2 6.8 0 12.4-3.4 12.4-10.2 0-6-4.3-11-9.9-12.1v-4.9l28.4 3.2v23.7h-5.9V360h5.9v-6.6h5v6.6h5.9v-13.8h-5.9V323l38.3 4.3c8.1 11.4 19 13.6 19 13.6l-.1 6.7-5.1.2-.1 12.1h4.1l.1-5h5.2l.1 5h4.1l-.1-12.1-5.1-.2-.1-6.7s10.9-2.1 19-13.6l38.3-4.3v23.2h-5.9V360h5.9v-6.6h5v6.6h5.9v-13.8h-5.9v-23.7l28.4-3.2v4.9c-5.7 1.1-9.9 6.2-9.9 12.1 0 6.8 5.6 10.2 12.4 10.2 6.8 0 12.4-3.4 12.4-10.2 0-6-4.3-11-9.9-12.1v-5.4l80.3-9v5.8c-5.9.9-10.5 6-10.5 12.2 0 6.8 5.6 12.4 12.4 12.4 6.8 0 12.4-5.6 12.4-12.4-.2-6.3-4.7-11.4-10.7-12.3zm-200.8-87.6l19.6-42.5 19.6 42.5h-17.9l-1.7-40.3-1.7 40.3h-17.9z\"/></svg></li><li title=\"aws \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M180.41 203.01c-.72 22.65 10.6 32.68 10.88 39.05a8.164 8.164 0 0 1-4.1 6.27l-12.8 8.96a10.66 10.66 0 0 1-5.63 1.92c-.43-.02-8.19 1.83-20.48-25.61a78.608 78.608 0 0 1-62.61 29.45c-16.28.89-60.4-9.24-58.13-56.21-1.59-38.28 34.06-62.06 70.93-60.05 7.1.02 21.6.37 46.99 6.27v-15.62c2.69-26.46-14.7-46.99-44.81-43.91-2.4.01-19.4-.5-45.84 10.11-7.36 3.38-8.3 2.82-10.75 2.82-7.41 0-4.36-21.48-2.94-24.2 5.21-6.4 35.86-18.35 65.94-18.18a76.857 76.857 0 0 1 55.69 17.28 70.285 70.285 0 0 1 17.67 52.36l-.01 69.29zM93.99 235.4c32.43-.47 46.16-19.97 49.29-30.47 2.46-10.05 2.05-16.41 2.05-27.4-9.67-2.32-23.59-4.85-39.56-4.87-15.15-1.14-42.82 5.63-41.74 32.26-1.24 16.79 11.12 31.4 29.96 30.48zm170.92 23.05c-7.86.72-11.52-4.86-12.68-10.37l-49.8-164.65c-.97-2.78-1.61-5.65-1.92-8.58a4.61 4.61 0 0 1 3.86-5.25c.24-.04-2.13 0 22.25 0 8.78-.88 11.64 6.03 12.55 10.37l35.72 140.83 33.16-140.83c.53-3.22 2.94-11.07 12.8-10.24h17.16c2.17-.18 11.11-.5 12.68 10.37l33.42 142.63L420.98 80.1c.48-2.18 2.72-11.37 12.68-10.37h19.72c.85-.13 6.15-.81 5.25 8.58-.43 1.85 3.41-10.66-52.75 169.9-1.15 5.51-4.82 11.09-12.68 10.37h-18.69c-10.94 1.15-12.51-9.66-12.68-10.75L328.67 110.7l-32.78 136.99c-.16 1.09-1.73 11.9-12.68 10.75h-18.3zm273.48 5.63c-5.88.01-33.92-.3-57.36-12.29a12.802 12.802 0 0 1-7.81-11.91v-10.75c0-8.45 6.2-6.9 8.83-5.89 10.04 4.06 16.48 7.14 28.81 9.6 36.65 7.53 52.77-2.3 56.72-4.48 13.15-7.81 14.19-25.68 5.25-34.95-10.48-8.79-15.48-9.12-53.13-21-4.64-1.29-43.7-13.61-43.79-52.36-.61-28.24 25.05-56.18 69.52-55.95 12.67-.01 46.43 4.13 55.57 15.62 1.35 2.09 2.02 4.55 1.92 7.04v10.11c0 4.44-1.62 6.66-4.87 6.66-7.71-.86-21.39-11.17-49.16-10.75-6.89-.36-39.89.91-38.41 24.97-.43 18.96 26.61 26.07 29.7 26.89 36.46 10.97 48.65 12.79 63.12 29.58 17.14 22.25 7.9 48.3 4.35 55.44-19.08 37.49-68.42 34.44-69.26 34.42zm40.2 104.86c-70.03 51.72-171.69 79.25-258.49 79.25A469.127 469.127 0 0 1 2.83 327.46c-6.53-5.89-.77-13.96 7.17-9.47a637.37 637.37 0 0 0 316.88 84.12 630.22 630.22 0 0 0 241.59-49.55c11.78-5 21.77 7.8 10.12 16.38zm29.19-33.29c-8.96-11.52-59.28-5.38-81.81-2.69-6.79.77-7.94-5.12-1.79-9.47 40.07-28.17 105.88-20.1 113.44-10.63 7.55 9.47-2.05 75.41-39.56 106.91-5.76 4.87-11.27 2.3-8.71-4.1 8.44-21.25 27.39-68.49 18.43-80.02z\"/></svg></li><li title=\"bandcamp \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256,8C119,8,8,119,8,256S119,504,256,504,504,393,504,256,393,8,256,8Zm48.2,326.1h-181L207.9,178h181Z\"/></svg></li><li title=\"battle net \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M448.61 225.62c26.87.18 35.57-7.43 38.92-12.37 12.47-16.32-7.06-47.6-52.85-71.33 17.76-33.58 30.11-63.68 36.34-85.3 3.38-11.83 1.09-19 .45-20.25-1.72 10.52-15.85 48.46-48.2 100.05-25-11.22-56.52-20.1-93.77-23.8-8.94-16.94-34.88-63.86-60.48-88.93C252.18 7.14 238.7 1.07 228.18.22h-.05c-13.83-1.55-22.67 5.85-27.4 11-17.2 18.53-24.33 48.87-25 84.07-7.24-12.35-17.17-24.63-28.5-25.93h-.18c-20.66-3.48-38.39 29.22-36 81.29-38.36 1.38-71 5.75-93 11.23-9.9 2.45-16.22 7.27-17.76 9.72 1-.38 22.4-9.22 111.56-9.22 5.22 53 29.75 101.82 26 93.19-9.73 15.4-38.24 62.36-47.31 97.7-5.87 22.88-4.37 37.61.15 47.14 5.57 12.75 16.41 16.72 23.2 18.26 25 5.71 55.38-3.63 86.7-21.14-7.53 12.84-13.9 28.51-9.06 39.34 7.31 19.65 44.49 18.66 88.44-9.45 20.18 32.18 40.07 57.94 55.7 74.12a39.79 39.79 0 0 0 8.75 7.09c5.14 3.21 8.58 3.37 8.58 3.37-8.24-6.75-34-38-62.54-91.78 22.22-16 45.65-38.87 67.47-69.27 122.82 4.6 143.29-24.76 148-31.64 14.67-19.88 3.43-57.44-57.32-93.69zm-77.85 106.22c23.81-37.71 30.34-67.77 29.45-92.33 27.86 17.57 47.18 37.58 49.06 58.83 1.14 12.93-8.1 29.12-78.51 33.5zM216.9 387.69c9.76-6.23 19.53-13.12 29.2-20.49 6.68 13.33 13.6 26.1 20.6 38.19-40.6 21.86-68.84 12.76-49.8-17.7zm215-171.35c-10.29-5.34-21.16-10.34-32.38-15.05a722.459 722.459 0 0 0 22.74-36.9c39.06 24.1 45.9 53.18 9.64 51.95zM279.18 398c-5.51-11.35-11-23.5-16.5-36.44 43.25 1.27 62.42-18.73 63.28-20.41 0 .07-25 15.64-62.53 12.25a718.78 718.78 0 0 0 85.06-84q13.06-15.31 24.93-31.11c-.36-.29-1.54-3-16.51-12-51.7 60.27-102.34 98-132.75 115.92-20.59-11.18-40.84-31.78-55.71-61.49-20-39.92-30-82.39-31.57-116.07 12.3.91 25.27 2.17 38.85 3.88-22.29 36.8-14.39 63-13.47 64.23 0-.07-.95-29.17 20.14-59.57a695.23 695.23 0 0 0 44.67 152.84c.93-.38 1.84.88 18.67-8.25-26.33-74.47-33.76-138.17-34-173.43 20-12.42 48.18-19.8 81.63-17.81 44.57 2.67 86.36 15.25 116.32 30.71q-10.69 15.66-23.33 32.47C365.63 152 339.1 145.84 337.5 146c.11 0 25.9 14.07 41.52 47.22a717.63 717.63 0 0 0-115.34-31.71 646.608 646.608 0 0 0-39.39-6.05c-.07.45-1.81 1.85-2.16 20.33C300 190.28 358.78 215.68 389.36 233c.74 23.55-6.95 51.61-25.41 79.57-24.6 37.31-56.39 67.23-84.77 85.43zm27.4-287c-44.56-1.66-73.58 7.43-94.69 20.67 2-52.3 21.31-76.38 38.21-75.28C267 52.15 305 108.55 306.58 111zm-130.65 3.1c.48 12.11 1.59 24.62 3.21 37.28-14.55-.85-28.74-1.25-42.4-1.26-.08 3.24-.12-51 24.67-49.59h.09c5.76 1.09 10.63 6.88 14.43 13.57zm-28.06 162c20.76 39.7 43.3 60.57 65.25 72.31-46.79 24.76-77.53 20-84.92 4.51-.2-.21-11.13-15.3 19.67-76.81zm210.06 74.8\"/></svg></li><li title=\"behance square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M186.5 293c0 19.3-14 25.4-31.2 25.4h-45.1v-52.9h46c18.6.1 30.3 7.8 30.3 27.5zm-7.7-82.3c0-17.7-13.7-21.9-28.9-21.9h-39.6v44.8H153c15.1 0 25.8-6.6 25.8-22.9zm132.3 23.2c-18.3 0-30.5 11.4-31.7 29.7h62.2c-1.7-18.5-11.3-29.7-30.5-29.7zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zM271.7 185h77.8v-18.9h-77.8V185zm-43 110.3c0-24.1-11.4-44.9-35-51.6 17.2-8.2 26.2-17.7 26.2-37 0-38.2-28.5-47.5-61.4-47.5H68v192h93.1c34.9-.2 67.6-16.9 67.6-55.9zM380 280.5c0-41.1-24.1-75.4-67.6-75.4-42.4 0-71.1 31.8-71.1 73.6 0 43.3 27.3 73 71.1 73 33.2 0 54.7-14.9 65.1-46.8h-33.7c-3.7 11.9-18.6 18.1-30.2 18.1-22.4 0-34.1-13.1-34.1-35.3h100.2c.1-2.3.3-4.8.3-7.2z\"/></svg></li><li title=\"behance \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M232 237.2c31.8-15.2 48.4-38.2 48.4-74 0-70.6-52.6-87.8-113.3-87.8H0v354.4h171.8c64.4 0 124.9-30.9 124.9-102.9 0-44.5-21.1-77.4-64.7-89.7zM77.9 135.9H151c28.1 0 53.4 7.9 53.4 40.5 0 30.1-19.7 42.2-47.5 42.2h-79v-82.7zm83.3 233.7H77.9V272h84.9c34.3 0 56 14.3 56 50.6 0 35.8-25.9 47-57.6 47zm358.5-240.7H376V94h143.7v34.9zM576 305.2c0-75.9-44.4-139.2-124.9-139.2-78.2 0-131.3 58.8-131.3 135.8 0 79.9 50.3 134.7 131.3 134.7 61.3 0 101-27.6 120.1-86.3H509c-6.7 21.9-34.3 33.5-55.7 33.5-41.3 0-63-24.2-63-65.3h185.1c.3-4.2.6-8.7.6-13.2zM390.4 274c2.3-33.7 24.7-54.8 58.5-54.8 35.4 0 53.2 20.8 56.2 54.8H390.4z\"/></svg></li><li title=\"bimobject \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M416 32H32C14.4 32 0 46.4 0 64v384c0 17.6 14.4 32 32 32h384c17.6 0 32-14.4 32-32V64c0-17.6-14.4-32-32-32zm-64 257.4c0 49.4-11.4 82.6-103.8 82.6h-16.9c-44.1 0-62.4-14.9-70.4-38.8h-.9V368H96V136h64v74.7h1.1c4.6-30.5 39.7-38.8 69.7-38.8h17.3c92.4 0 103.8 33.1 103.8 82.5v35zm-64-28.9v22.9c0 21.7-3.4 33.8-38.4 33.8h-45.3c-28.9 0-44.1-6.5-44.1-35.7v-19c0-29.3 15.2-35.7 44.1-35.7h45.3c35-.2 38.4 12 38.4 33.7z\"/></svg></li><li title=\"bitbucket \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M22.2 32A16 16 0 0 0 6 47.8a26.35 26.35 0 0 0 .2 2.8l67.9 412.1a21.77 21.77 0 0 0 21.3 18.2h325.7a16 16 0 0 0 16-13.4L505 50.7a16 16 0 0 0-13.2-18.3 24.58 24.58 0 0 0-2.8-.2L22.2 32zm285.9 297.8h-104l-28.1-147h157.3l-25.2 147z\"/></svg></li><li title=\"bitcoin \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zm-141.651-35.33c4.937-32.999-20.191-50.739-54.55-62.573l11.146-44.702-27.213-6.781-10.851 43.524c-7.154-1.783-14.502-3.464-21.803-5.13l10.929-43.81-27.198-6.781-11.153 44.686c-5.922-1.349-11.735-2.682-17.377-4.084l.031-.14-37.53-9.37-7.239 29.062s20.191 4.627 19.765 4.913c11.022 2.751 13.014 10.044 12.68 15.825l-12.696 50.925c.76.194 1.744.473 2.829.907-.907-.225-1.876-.473-2.876-.713l-17.796 71.338c-1.349 3.348-4.767 8.37-12.471 6.464.271.395-19.78-4.937-19.78-4.937l-13.51 31.147 35.414 8.827c6.588 1.651 13.045 3.379 19.4 5.006l-11.262 45.213 27.182 6.781 11.153-44.733a1038.209 1038.209 0 0 0 21.687 5.627l-11.115 44.523 27.213 6.781 11.262-45.128c46.404 8.781 81.299 5.239 95.986-36.727 11.836-33.79-.589-53.281-25.004-65.991 17.78-4.098 31.174-15.792 34.747-39.949zm-62.177 87.179c-8.41 33.79-65.308 15.523-83.755 10.943l14.944-59.899c18.446 4.603 77.6 13.717 68.811 48.956zm8.417-87.667c-7.673 30.736-55.031 15.12-70.393 11.292l13.548-54.327c15.363 3.828 64.836 10.973 56.845 43.035z\"/></svg></li><li title=\"bity \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M78.4 67.2C173.8-22 324.5-24 421.5 71c14.3 14.1-6.4 37.1-22.4 21.5-84.8-82.4-215.8-80.3-298.9-3.2-16.3 15.1-36.5-8.3-21.8-22.1zm98.9 418.6c19.3 5.7 29.3-23.6 7.9-30C73 421.9 9.4 306.1 37.7 194.8c5-19.6-24.9-28.1-30.2-7.1-32.1 127.4 41.1 259.8 169.8 298.1zm148.1-2c121.9-40.2 192.9-166.9 164.4-291-4.5-19.7-34.9-13.8-30 7.9 24.2 107.7-37.1 217.9-143.2 253.4-21.2 7-10.4 36 8.8 29.7zm-62.9-79l.2-71.8c0-8.2-6.6-14.8-14.8-14.8-8.2 0-14.8 6.7-14.8 14.8l-.2 71.8c0 8.2 6.6 14.8 14.8 14.8s14.8-6.6 14.8-14.8zm71-269c2.1 90.9 4.7 131.9-85.5 132.5-92.5-.7-86.9-44.3-85.5-132.5 0-21.8-32.5-19.6-32.5 0v71.6c0 69.3 60.7 90.9 118 90.1 57.3.8 118-20.8 118-90.1v-71.6c0-19.6-32.5-21.8-32.5 0z\"/></svg></li><li title=\"black tie \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M0 32v448h448V32H0zm316.5 325.2L224 445.9l-92.5-88.7 64.5-184-64.5-86.6h184.9L252 173.2l64.5 184z\"/></svg></li><li title=\"blackberry \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M166 116.9c0 23.4-16.4 49.1-72.5 49.1H23.4l21-88.8h67.8c42.1 0 53.8 23.3 53.8 39.7zm126.2-39.7h-67.8L205.7 166h70.1c53.8 0 70.1-25.7 70.1-49.1.1-16.4-11.6-39.7-53.7-39.7zM88.8 208.1H21L0 296.9h70.1c56.1 0 72.5-23.4 72.5-49.1 0-16.3-11.7-39.7-53.8-39.7zm180.1 0h-67.8l-18.7 88.8h70.1c53.8 0 70.1-23.4 70.1-49.1 0-16.3-11.7-39.7-53.7-39.7zm189.3-53.8h-67.8l-18.7 88.8h70.1c53.8 0 70.1-23.4 70.1-49.1.1-16.3-11.6-39.7-53.7-39.7zm-28 137.9h-67.8L343.7 381h70.1c56.1 0 70.1-23.4 70.1-49.1 0-16.3-11.6-39.7-53.7-39.7zM240.8 346H173l-18.7 88.8h70.1c56.1 0 70.1-25.7 70.1-49.1.1-16.3-11.6-39.7-53.7-39.7z\"/></svg></li><li title=\"blogger b \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M446.6 222.7c-1.8-8-6.8-15.4-12.5-18.5-1.8-1-13-2.2-25-2.7-20.1-.9-22.3-1.3-28.7-5-10.1-5.9-12.8-12.3-12.9-29.5-.1-33-13.8-63.7-40.9-91.3-19.3-19.7-40.9-33-65.5-40.5-5.9-1.8-19.1-2.4-63.3-2.9-69.4-.8-84.8.6-108.4 10C45.9 59.5 14.7 96.1 3.3 142.9 1.2 151.7.7 165.8.2 246.8c-.6 101.5.1 116.4 6.4 136.5 15.6 49.6 59.9 86.3 104.4 94.3 14.8 2.7 197.3 3.3 216 .8 32.5-4.4 58-17.5 81.9-41.9 17.3-17.7 28.1-36.8 35.2-62.1 4.9-17.6 4.5-142.8 2.5-151.7zm-322.1-63.6c7.8-7.9 10-8.2 58.8-8.2 43.9 0 45.4.1 51.8 3.4 9.3 4.7 13.4 11.3 13.4 21.9 0 9.5-3.8 16.2-12.3 21.6-4.6 2.9-7.3 3.1-50.3 3.3-26.5.2-47.7-.4-50.8-1.2-16.6-4.7-22.8-28.5-10.6-40.8zm191.8 199.8l-14.9 2.4-77.5.9c-68.1.8-87.3-.4-90.9-2-7.1-3.1-13.8-11.7-14.9-19.4-1.1-7.3 2.6-17.3 8.2-22.4 7.1-6.4 10.2-6.6 97.3-6.7 89.6-.1 89.1-.1 97.6 7.8 12.1 11.3 9.5 31.2-4.9 39.4z\"/></svg></li><li title=\"blogger \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M162.4 196c4.8-4.9 6.2-5.1 36.4-5.1 27.2 0 28.1.1 32.1 2.1 5.8 2.9 8.3 7 8.3 13.6 0 5.9-2.4 10-7.6 13.4-2.8 1.8-4.5 1.9-31.1 2.1-16.4.1-29.5-.2-31.5-.8-10.3-2.9-14.1-17.7-6.6-25.3zm61.4 94.5c-53.9 0-55.8.2-60.2 4.1-3.5 3.1-5.7 9.4-5.1 13.9.7 4.7 4.8 10.1 9.2 12 2.2 1 14.1 1.7 56.3 1.2l47.9-.6 9.2-1.5c9-5.1 10.5-17.4 3.1-24.4-5.3-4.7-5-4.7-60.4-4.7zm223.4 130.1c-3.5 28.4-23 50.4-51.1 57.5-7.2 1.8-9.7 1.9-172.9 1.8-157.8 0-165.9-.1-172-1.8-8.4-2.2-15.6-5.5-22.3-10-5.6-3.8-13.9-11.8-17-16.4-3.8-5.6-8.2-15.3-10-22C.1 423 0 420.3 0 256.3 0 93.2 0 89.7 1.8 82.6 8.1 57.9 27.7 39 53 33.4c7.3-1.6 332.1-1.9 340-.3 21.2 4.3 37.9 17.1 47.6 36.4 7.7 15.3 7-1.5 7.3 180.6.2 115.8 0 164.5-.7 170.5zm-85.4-185.2c-1.1-5-4.2-9.6-7.7-11.5-1.1-.6-8-1.3-15.5-1.7-12.4-.6-13.8-.8-17.8-3.1-6.2-3.6-7.9-7.6-8-18.3 0-20.4-8.5-39.4-25.3-56.5-12-12.2-25.3-20.5-40.6-25.1-3.6-1.1-11.8-1.5-39.2-1.8-42.9-.5-52.5.4-67.1 6.2-27 10.7-46.3 33.4-53.4 62.4-1.3 5.4-1.6 14.2-1.9 64.3-.4 62.8 0 72.1 4 84.5 9.7 30.7 37.1 53.4 64.6 58.4 9.2 1.7 122.2 2.1 133.7.5 20.1-2.7 35.9-10.8 50.7-25.9 10.7-10.9 17.4-22.8 21.8-38.5 3.2-10.9 2.9-88.4 1.7-93.9z\"/></svg></li><li title=\"bluetooth b \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"><path d=\"M196.48 260.023l92.626-103.333L143.125 0v206.33l-86.111-86.111-31.406 31.405 108.061 108.399L25.608 368.422l31.406 31.405 86.111-86.111L145.84 512l148.552-148.644-97.912-103.333zm40.86-102.996l-49.977 49.978-.338-100.295 50.315 50.317zM187.363 313.04l49.977 49.978-50.315 50.316.338-100.294z\"/></svg></li><li title=\"bluetooth \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M292.6 171.1L249.7 214l-.3-86 43.2 43.1m-43.2 219.8l43.1-43.1-42.9-42.9-.2 86zM416 259.4C416 465 344.1 512 230.9 512S32 465 32 259.4 115.4 0 228.6 0 416 53.9 416 259.4zm-158.5 0l79.4-88.6L211.8 36.5v176.9L138 139.6l-27 26.9 92.7 93-92.7 93 26.9 26.9 73.8-73.8 2.3 170 127.4-127.5-83.9-88.7z\"/></svg></li><li title=\"bootstrap \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M333.5,201.4c0-22.1-15.6-34.3-43-34.3h-50.4v71.2h42.5C315.4,238.2,333.5,225,333.5,201.4z M517,188.6 c-9.5-30.9-10.9-68.8-9.8-98.1c1.1-30.5-22.7-58.5-54.7-58.5H123.7c-32.1,0-55.8,28.1-54.7,58.5c1,29.3-0.3,67.2-9.8,98.1 c-9.6,31-25.7,50.6-52.2,53.1v28.5c26.4,2.5,42.6,22.1,52.2,53.1c9.5,30.9,10.9,68.8,9.8,98.1c-1.1,30.5,22.7,58.5,54.7,58.5h328.7 c32.1,0,55.8-28.1,54.7-58.5c-1-29.3,0.3-67.2,9.8-98.1c9.6-31,25.7-50.6,52.1-53.1v-28.5C542.7,239.2,526.5,219.6,517,188.6z M300.2,375.1h-97.9V136.8h97.4c43.3,0,71.7,23.4,71.7,59.4c0,25.3-19.1,47.9-43.5,51.8v1.3c33.2,3.6,55.5,26.6,55.5,58.3 C383.4,349.7,352.1,375.1,300.2,375.1z M290.2,266.4h-50.1v78.4h52.3c34.2,0,52.3-13.7,52.3-39.5 C344.7,279.6,326.1,266.4,290.2,266.4z\"/></svg></li><li title=\"btc \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M310.204 242.638c27.73-14.18 45.377-39.39 41.28-81.3-5.358-57.351-52.458-76.573-114.85-81.929V0h-48.528v77.203c-12.605 0-25.525.315-38.444.63V0h-48.528v79.409c-17.842.539-38.622.276-97.37 0v51.678c38.314-.678 58.417-3.14 63.023 21.427v217.429c-2.925 19.492-18.524 16.685-53.255 16.071L3.765 443.68c88.481 0 97.37.315 97.37.315V512h48.528v-67.06c13.234.315 26.154.315 38.444.315V512h48.528v-68.005c81.299-4.412 135.647-24.894 142.895-101.467 5.671-61.446-23.32-88.862-69.326-99.89zM150.608 134.553c27.415 0 113.126-8.507 113.126 48.528 0 54.515-85.71 48.212-113.126 48.212v-96.74zm0 251.776V279.821c32.772 0 133.127-9.138 133.127 53.255-.001 60.186-100.355 53.253-133.127 53.253z\"/></svg></li><li title=\"buffer \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M427.84 380.67l-196.5 97.82a18.6 18.6 0 0 1-14.67 0L20.16 380.67c-4-2-4-5.28 0-7.29L67.22 350a18.65 18.65 0 0 1 14.69 0l134.76 67a18.51 18.51 0 0 0 14.67 0l134.76-67a18.62 18.62 0 0 1 14.68 0l47.06 23.43c4.05 1.96 4.05 5.24 0 7.24zm0-136.53l-47.06-23.43a18.62 18.62 0 0 0-14.68 0l-134.76 67.08a18.68 18.68 0 0 1-14.67 0L81.91 220.71a18.65 18.65 0 0 0-14.69 0l-47.06 23.43c-4 2-4 5.29 0 7.31l196.51 97.8a18.6 18.6 0 0 0 14.67 0l196.5-97.8c4.05-2.02 4.05-5.3 0-7.31zM20.16 130.42l196.5 90.29a20.08 20.08 0 0 0 14.67 0l196.51-90.29c4-1.86 4-4.89 0-6.74L231.33 33.4a19.88 19.88 0 0 0-14.67 0l-196.5 90.28c-4.05 1.85-4.05 4.88 0 6.74z\" class=\"a\"/></svg></li><li title=\"buromobelexperte \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M0 32v128h128V32H0zm120 120H8V40h112v112zm40-120v128h128V32H160zm120 120H168V40h112v112zm40-120v128h128V32H320zm120 120H328V40h112v112zM0 192v128h128V192H0zm120 120H8V200h112v112zm40-120v128h128V192H160zm120 120H168V200h112v112zm40-120v128h128V192H320zm120 120H328V200h112v112zM0 352v128h128V352H0zm120 120H8V360h112v112zm40-120v128h128V352H160zm120 120H168V360h112v112zm40-120v128h128V352H320z\"/></svg></li><li title=\"buy n large \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M288 32C133.27 32 7.79 132.32 7.79 256S133.27 480 288 480s280.21-100.32 280.21-224S442.73 32 288 32zm-85.39 357.19L64.1 390.55l77.25-290.74h133.44c63.15 0 84.93 28.65 78 72.84a60.24 60.24 0 0 1-1.5 6.85 77.39 77.39 0 0 0-17.21-1.93c-42.35 0-76.69 33.88-76.69 75.65 0 37.14 27.14 68 62.93 74.45-18.24 37.16-56.16 60.92-117.71 61.52zM358 207.11h32l-22.16 90.31h-35.41l-11.19-35.63-7.83 35.63h-37.83l26.63-90.31h31.34l15 36.75zm145.86 182.08H306.79L322.63 328a78.8 78.8 0 0 0 11.47.83c42.34 0 76.69-33.87 76.69-75.65 0-32.65-21-60.46-50.38-71.06l21.33-82.35h92.5l-53.05 205.36h103.87zM211.7 269.39H187l-13.8 56.47h24.7c16.14 0 32.11-3.18 37.94-26.65 5.56-22.31-7.99-29.82-24.14-29.82zM233 170h-21.34L200 217.71h21.37c18 0 35.38-14.64 39.21-30.14C265.23 168.71 251.07 170 233 170z\"/></svg></li><li title=\"buysellads \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M224 150.7l42.9 160.7h-85.8L224 150.7zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-65.3 325.3l-94.5-298.7H159.8L65.3 405.3H156l111.7-91.6 24.2 91.6h90.8z\"/></svg></li><li title=\"canadian maple leaf \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M383.8 351.7c2.5-2.5 105.2-92.4 105.2-92.4l-17.5-7.5c-10-4.9-7.4-11.5-5-17.4 2.4-7.6 20.1-67.3 20.1-67.3s-47.7 10-57.7 12.5c-7.5 2.4-10-2.5-12.5-7.5s-15-32.4-15-32.4-52.6 59.9-55.1 62.3c-10 7.5-20.1 0-17.6-10 0-10 27.6-129.6 27.6-129.6s-30.1 17.4-40.1 22.4c-7.5 5-12.6 5-17.6-5C293.5 72.3 255.9 0 255.9 0s-37.5 72.3-42.5 79.8c-5 10-10 10-17.6 5-10-5-40.1-22.4-40.1-22.4S183.3 182 183.3 192c2.5 10-7.5 17.5-17.6 10-2.5-2.5-55.1-62.3-55.1-62.3S98.1 167 95.6 172s-5 9.9-12.5 7.5C73 177 25.4 167 25.4 167s17.6 59.7 20.1 67.3c2.4 6 5 12.5-5 17.4L23 259.3s102.6 89.9 105.2 92.4c5.1 5 10 7.5 5.1 22.5-5.1 15-10.1 35.1-10.1 35.1s95.2-20.1 105.3-22.6c8.7-.9 18.3 2.5 18.3 12.5S241 512 241 512h30s-5.8-102.7-5.8-112.8 9.5-13.4 18.4-12.5c10 2.5 105.2 22.6 105.2 22.6s-5-20.1-10-35.1 0-17.5 5-22.5z\"/></svg></li><li title=\"cc amazon pay \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M124.7 201.8c.1-11.8 0-23.5 0-35.3v-35.3c0-1.3.4-2 1.4-2.7 11.5-8 24.1-12.1 38.2-11.1 12.5.9 22.7 7 28.1 21.7 3.3 8.9 4.1 18.2 4.1 27.7 0 8.7-.7 17.3-3.4 25.6-5.7 17.8-18.7 24.7-35.7 23.9-11.7-.5-21.9-5-31.4-11.7-.9-.8-1.4-1.6-1.3-2.8zm154.9 14.6c4.6 1.8 9.3 2 14.1 1.5 11.6-1.2 21.9-5.7 31.3-12.5.9-.6 1.3-1.3 1.3-2.5-.1-3.9 0-7.9 0-11.8 0-4-.1-8 0-12 0-1.4-.4-2-1.8-2.2-7-.9-13.9-2.2-20.9-2.9-7-.6-14-.3-20.8 1.9-6.7 2.2-11.7 6.2-13.7 13.1-1.6 5.4-1.6 10.8.1 16.2 1.6 5.5 5.2 9.2 10.4 11.2zM576 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zm-207.5 23.9c.4 1.7.9 3.4 1.6 5.1 16.5 40.6 32.9 81.3 49.5 121.9 1.4 3.5 1.7 6.4.2 9.9-2.8 6.2-4.9 12.6-7.8 18.7-2.6 5.5-6.7 9.5-12.7 11.2-4.2 1.1-8.5 1.3-12.9.9-2.1-.2-4.2-.7-6.3-.8-2.8-.2-4.2 1.1-4.3 4-.1 2.8-.1 5.6 0 8.3.1 4.6 1.6 6.7 6.2 7.5 4.7.8 9.4 1.6 14.2 1.7 14.3.3 25.7-5.4 33.1-17.9 2.9-4.9 5.6-10.1 7.7-15.4 19.8-50.1 39.5-100.3 59.2-150.5.6-1.5 1.1-3 1.3-4.6.4-2.4-.7-3.6-3.1-3.7-5.6-.1-11.1 0-16.7 0-3.1 0-5.3 1.4-6.4 4.3-.4 1.1-.9 2.3-1.3 3.4l-29.1 83.7c-2.1 6.1-4.2 12.1-6.5 18.6-.4-.9-.6-1.4-.8-1.9-10.8-29.9-21.6-59.9-32.4-89.8-1.7-4.7-3.5-9.5-5.3-14.2-.9-2.5-2.7-4-5.4-4-6.4-.1-12.8-.2-19.2-.1-2.2 0-3.3 1.6-2.8 3.7zM242.4 206c1.7 11.7 7.6 20.8 18 26.6 9.9 5.5 20.7 6.2 31.7 4.6 12.7-1.9 23.9-7.3 33.8-15.5.4-.3.8-.6 1.4-1 .5 3.2.9 6.2 1.5 9.2.5 2.6 2.1 4.3 4.5 4.4 4.6.1 9.1.1 13.7 0 2.3-.1 3.8-1.6 4-3.9.1-.8.1-1.6.1-2.3v-88.8c0-3.6-.2-7.2-.7-10.8-1.6-10.8-6.2-19.7-15.9-25.4-5.6-3.3-11.8-5-18.2-5.9-3-.4-6-.7-9.1-1.1h-10c-.8.1-1.6.3-2.5.3-8.2.4-16.3 1.4-24.2 3.5-5.1 1.3-10 3.2-15 4.9-3 1-4.5 3.2-4.4 6.5.1 2.8-.1 5.6 0 8.3.1 4.1 1.8 5.2 5.7 4.1 6.5-1.7 13.1-3.5 19.7-4.8 10.3-1.9 20.7-2.7 31.1-1.2 5.4.8 10.5 2.4 14.1 7 3.1 4 4.2 8.8 4.4 13.7.3 6.9.2 13.9.3 20.8 0 .4-.1.7-.2 1.2-.4 0-.8 0-1.1-.1-8.8-2.1-17.7-3.6-26.8-4.1-9.5-.5-18.9.1-27.9 3.2-10.8 3.8-19.5 10.3-24.6 20.8-4.1 8.3-4.6 17-3.4 25.8zM98.7 106.9v175.3c0 .8 0 1.7.1 2.5.2 2.5 1.7 4.1 4.1 4.2 5.9.1 11.8.1 17.7 0 2.5 0 4-1.7 4.1-4.1.1-.8.1-1.7.1-2.5v-60.7c.9.7 1.4 1.2 1.9 1.6 15 12.5 32.2 16.6 51.1 12.9 17.1-3.4 28.9-13.9 36.7-29.2 5.8-11.6 8.3-24.1 8.7-37 .5-14.3-1-28.4-6.8-41.7-7.1-16.4-18.9-27.3-36.7-30.9-2.7-.6-5.5-.8-8.2-1.2h-7c-1.2.2-2.4.3-3.6.5-11.7 1.4-22.3 5.8-31.8 12.7-2 1.4-3.9 3-5.9 4.5-.1-.5-.3-.8-.4-1.2-.4-2.3-.7-4.6-1.1-6.9-.6-3.9-2.5-5.5-6.4-5.6h-9.7c-5.9-.1-6.9 1-6.9 6.8zM493.6 339c-2.7-.7-5.1 0-7.6 1-43.9 18.4-89.5 30.2-136.8 35.8-14.5 1.7-29.1 2.8-43.7 3.2-26.6.7-53.2-.8-79.6-4.3-17.8-2.4-35.5-5.7-53-9.9-37-8.9-72.7-21.7-106.7-38.8-8.8-4.4-17.4-9.3-26.1-14-3.8-2.1-6.2-1.5-8.2 2.1v1.7c1.2 1.6 2.2 3.4 3.7 4.8 36 32.2 76.6 56.5 122 72.9 21.9 7.9 44.4 13.7 67.3 17.5 14 2.3 28 3.8 42.2 4.5 3 .1 6 .2 9 .4.7 0 1.4.2 2.1.3h17.7c.7-.1 1.4-.3 2.1-.3 14.9-.4 29.8-1.8 44.6-4 21.4-3.2 42.4-8.1 62.9-14.7 29.6-9.6 57.7-22.4 83.4-40.1 2.8-1.9 5.7-3.8 8-6.2 4.3-4.4 2.3-10.4-3.3-11.9zm50.4-27.7c-.8-4.2-4-5.8-7.6-7-5.7-1.9-11.6-2.8-17.6-3.3-11-.9-22-.4-32.8 1.6-12 2.2-23.4 6.1-33.5 13.1-1.2.8-2.4 1.8-3.1 3-.6.9-.7 2.3-.5 3.4.3 1.3 1.7 1.6 3 1.5.6 0 1.2 0 1.8-.1l19.5-2.1c9.6-.9 19.2-1.5 28.8-.8 4.1.3 8.1 1.2 12 2.2 4.3 1.1 6.2 4.4 6.4 8.7.3 6.7-1.2 13.1-2.9 19.5-3.5 12.9-8.3 25.4-13.3 37.8-.3.8-.7 1.7-.8 2.5-.4 2.5 1 4 3.4 3.5 1.4-.3 3-1.1 4-2.1 3.7-3.6 7.5-7.2 10.6-11.2 10.7-13.8 17-29.6 20.7-46.6.7-3 1.2-6.1 1.7-9.1.2-4.7.2-9.6.2-14.5z\"/></svg></li><li title=\"cc amex \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M325.1 167.8c0-16.4-14.1-18.4-27.4-18.4l-39.1-.3v69.3H275v-25.1h18c18.4 0 14.5 10.3 14.8 25.1h16.6v-13.5c0-9.2-1.5-15.1-11-18.4 7.4-3 11.8-10.7 11.7-18.7zm-29.4 11.3H275v-15.3h21c5.1 0 10.7 1 10.7 7.4 0 6.6-5.3 7.9-11 7.9zM279 268.6h-52.7l-21 22.8-20.5-22.8h-66.5l-.1 69.3h65.4l21.3-23 20.4 23h32.2l.1-23.3c18.9 0 49.3 4.6 49.3-23.3 0-17.3-12.3-22.7-27.9-22.7zm-103.8 54.7h-40.6v-13.8h36.3v-14.1h-36.3v-12.5h41.7l17.9 20.2zm65.8 8.2l-25.3-28.1L241 276zm37.8-31h-21.2v-17.6h21.5c5.6 0 10.2 2.3 10.2 8.4 0 6.4-4.6 9.2-10.5 9.2zm-31.6-136.7v-14.6h-55.5v69.3h55.5v-14.3h-38.9v-13.8h37.8v-14.1h-37.8v-12.5zM576 255.4h-.2zm-194.6 31.9c0-16.4-14.1-18.7-27.1-18.7h-39.4l-.1 69.3h16.6l.1-25.3h17.6c11 0 14.8 2 14.8 13.8l-.1 11.5h16.6l.1-13.8c0-8.9-1.8-15.1-11-18.4 7.7-3.1 11.8-10.8 11.9-18.4zm-29.2 11.2h-20.7v-15.6h21c5.1 0 10.7 1 10.7 7.4 0 6.9-5.4 8.2-11 8.2zm-172.8-80v-69.3h-27.6l-19.7 47-21.7-47H83.3v65.7l-28.1-65.7H30.7L1 218.5h17.9l6.4-15.3h34.5l6.4 15.3H100v-54.2l24 54.2h14.6l24-54.2v54.2zM31.2 188.8l11.2-27.6 11.5 27.6zm477.4 158.9v-4.5c-10.8 5.6-3.9 4.5-156.7 4.5 0-25.2.1-23.9 0-25.2-1.7-.1-3.2-.1-9.4-.1 0 17.9-.1 6.8-.1 25.3h-39.6c0-12.1.1-15.3.1-29.2-10 6-22.8 6.4-34.3 6.2 0 14.7-.1 8.3-.1 23h-48.9c-5.1-5.7-2.7-3.1-15.4-17.4-3.2 3.5-12.8 13.9-16.1 17.4h-82v-92.3h83.1c5 5.6 2.8 3.1 15.5 17.2 3.2-3.5 12.2-13.4 15.7-17.2h58c9.8 0 18 1.9 24.3 5.6v-5.6c54.3 0 64.3-1.4 75.7 5.1v-5.1h78.2v5.2c11.4-6.9 19.6-5.2 64.9-5.2v5c10.3-5.9 16.6-5.2 54.3-5V80c0-26.5-21.5-48-48-48h-480c-26.5 0-48 21.5-48 48v109.8c9.4-21.9 19.7-46 23.1-53.9h39.7c4.3 10.1 1.6 3.7 9 21.1v-21.1h46c2.9 6.2 11.1 24 13.9 30 5.8-13.6 10.1-23.9 12.6-30h103c0-.1 11.5 0 11.6 0 43.7.2 53.6-.8 64.4 5.3v-5.3H363v9.3c7.6-6.1 17.9-9.3 30.7-9.3h27.6c0 .5 1.9.3 2.3.3H456c4.2 9.8 2.6 6 8.8 20.6v-20.6h43.3c4.9 8-1-1.8 11.2 18.4v-18.4h39.9v92h-41.6c-5.4-9-1.4-2.2-13.2-21.9v21.9h-52.8c-6.4-14.8-.1-.3-6.6-15.3h-19c-4.2 10-2.2 5.2-6.4 15.3h-26.8c-12.3 0-22.3-3-29.7-8.9v8.9h-66.5c-.3-13.9-.1-24.8-.1-24.8-1.8-.3-3.4-.2-9.8-.2v25.1H151.2v-11.4c-2.5 5.6-2.7 5.9-5.1 11.4h-29.5c-4-8.9-2.9-6.4-5.1-11.4v11.4H58.6c-4.2-10.1-2.2-5.3-6.4-15.3H33c-4.2 10-2.2 5.2-6.4 15.3H0V432c0 26.5 21.5 48 48 48h480.1c26.5 0 48-21.5 48-48v-90.4c-12.7 8.3-32.7 6.1-67.5 6.1zm36.3-64.5H575v-14.6h-32.9c-12.8 0-23.8 6.6-23.8 20.7 0 33 42.7 12.8 42.7 27.4 0 5.1-4.3 6.4-8.4 6.4h-32l-.1 14.8h32c8.4 0 17.6-1.8 22.5-8.9v-25.8c-10.5-13.8-39.3-1.3-39.3-13.5 0-5.8 4.6-6.5 9.2-6.5zm-57 39.8h-32.2l-.1 14.8h32.2c14.8 0 26.2-5.6 26.2-22 0-33.2-42.9-11.2-42.9-26.3 0-5.6 4.9-6.4 9.2-6.4h30.4v-14.6h-33.2c-12.8 0-23.5 6.6-23.5 20.7 0 33 42.7 12.5 42.7 27.4-.1 5.4-4.7 6.4-8.8 6.4zm-42.2-40.1v-14.3h-55.2l-.1 69.3h55.2l.1-14.3-38.6-.3v-13.8H445v-14.1h-37.8v-12.5zm-56.3-108.1c-.3.2-1.4 2.2-1.4 7.6 0 6 .9 7.7 1.1 7.9.2.1 1.1.5 3.4.5l7.3-16.9c-1.1 0-2.1-.1-3.1-.1-5.6 0-7 .7-7.3 1zm20.4-10.5h-.1zm-16.2-15.2c-23.5 0-34 12-34 35.3 0 22.2 10.2 34 33 34h19.2l6.4-15.3h34.3l6.6 15.3h33.7v-51.9l31.2 51.9h23.6v-69h-16.9v48.1l-29.1-48.1h-25.3v65.4l-27.9-65.4h-24.8l-23.5 54.5h-7.4c-13.3 0-16.1-8.1-16.1-19.9 0-23.8 15.7-20 33.1-19.7v-15.2zm42.1 12.1l11.2 27.6h-22.8zm-101.1-12v69.3h16.9v-69.3z\"/></svg></li><li title=\"cc apple pay \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M302.2 218.4c0 17.2-10.5 27.1-29 27.1h-24.3v-54.2h24.4c18.4 0 28.9 9.8 28.9 27.1zm47.5 62.6c0 8.3 7.2 13.7 18.5 13.7 14.4 0 25.2-9.1 25.2-21.9v-7.7l-23.5 1.5c-13.3.9-20.2 5.8-20.2 14.4zM576 79v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V79c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zM127.8 197.2c8.4.7 16.8-4.2 22.1-10.4 5.2-6.4 8.6-15 7.7-23.7-7.4.3-16.6 4.9-21.9 11.3-4.8 5.5-8.9 14.4-7.9 22.8zm60.6 74.5c-.2-.2-19.6-7.6-19.8-30-.2-18.7 15.3-27.7 16-28.2-8.8-13-22.4-14.4-27.1-14.7-12.2-.7-22.6 6.9-28.4 6.9-5.9 0-14.7-6.6-24.3-6.4-12.5.2-24.2 7.3-30.5 18.6-13.1 22.6-3.4 56 9.3 74.4 6.2 9.1 13.7 19.1 23.5 18.7 9.3-.4 13-6 24.2-6 11.3 0 14.5 6 24.3 5.9 10.2-.2 16.5-9.1 22.8-18.2 6.9-10.4 9.8-20.4 10-21zm135.4-53.4c0-26.6-18.5-44.8-44.9-44.8h-51.2v136.4h21.2v-46.6h29.3c26.8 0 45.6-18.4 45.6-45zm90 23.7c0-19.7-15.8-32.4-40-32.4-22.5 0-39.1 12.9-39.7 30.5h19.1c1.6-8.4 9.4-13.9 20-13.9 13 0 20.2 6 20.2 17.2v7.5l-26.4 1.6c-24.6 1.5-37.9 11.6-37.9 29.1 0 17.7 13.7 29.4 33.4 29.4 13.3 0 25.6-6.7 31.2-17.4h.4V310h19.6v-68zM516 210.9h-21.5l-24.9 80.6h-.4l-24.9-80.6H422l35.9 99.3-1.9 6c-3.2 10.2-8.5 14.2-17.9 14.2-1.7 0-4.9-.2-6.2-.3v16.4c1.2.4 6.5.5 8.1.5 20.7 0 30.4-7.9 38.9-31.8L516 210.9z\"/></svg></li><li title=\"cc diners club \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M239.7 79.9c-96.9 0-175.8 78.6-175.8 175.8 0 96.9 78.9 175.8 175.8 175.8 97.2 0 175.8-78.9 175.8-175.8 0-97.2-78.6-175.8-175.8-175.8zm-39.9 279.6c-41.7-15.9-71.4-56.4-71.4-103.8s29.7-87.9 71.4-104.1v207.9zm79.8.3V151.6c41.7 16.2 71.4 56.7 71.4 104.1s-29.7 87.9-71.4 104.1zM528 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM329.7 448h-90.3c-106.2 0-193.8-85.5-193.8-190.2C45.6 143.2 133.2 64 239.4 64h90.3c105 0 200.7 79.2 200.7 193.8 0 104.7-95.7 190.2-200.7 190.2z\"/></svg></li><li title=\"cc discover \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M520.4 196.1c0-7.9-5.5-12.1-15.6-12.1h-4.9v24.9h4.7c10.3 0 15.8-4.4 15.8-12.8zM528 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-44.1 138.9c22.6 0 52.9-4.1 52.9 24.4 0 12.6-6.6 20.7-18.7 23.2l25.8 34.4h-19.6l-22.2-32.8h-2.2v32.8h-16zm-55.9.1h45.3v14H444v18.2h28.3V217H444v22.2h29.3V253H428zm-68.7 0l21.9 55.2 22.2-55.2h17.5l-35.5 84.2h-8.6l-35-84.2zm-55.9-3c24.7 0 44.6 20 44.6 44.6 0 24.7-20 44.6-44.6 44.6-24.7 0-44.6-20-44.6-44.6 0-24.7 20-44.6 44.6-44.6zm-49.3 6.1v19c-20.1-20.1-46.8-4.7-46.8 19 0 25 27.5 38.5 46.8 19.2v19c-29.7 14.3-63.3-5.7-63.3-38.2 0-31.2 33.1-53 63.3-38zm-97.2 66.3c11.4 0 22.4-15.3-3.3-24.4-15-5.5-20.2-11.4-20.2-22.7 0-23.2 30.6-31.4 49.7-14.3l-8.4 10.8c-10.4-11.6-24.9-6.2-24.9 2.5 0 4.4 2.7 6.9 12.3 10.3 18.2 6.6 23.6 12.5 23.6 25.6 0 29.5-38.8 37.4-56.6 11.3l10.3-9.9c3.7 7.1 9.9 10.8 17.5 10.8zM55.4 253H32v-82h23.4c26.1 0 44.1 17 44.1 41.1 0 18.5-13.2 40.9-44.1 40.9zm67.5 0h-16v-82h16zM544 433c0 8.2-6.8 15-15 15H128c189.6-35.6 382.7-139.2 416-160zM74.1 191.6c-5.2-4.9-11.6-6.6-21.9-6.6H48v54.2h4.2c10.3 0 17-2 21.9-6.4 5.7-5.2 8.9-12.8 8.9-20.7s-3.2-15.5-8.9-20.5z\"/></svg></li><li title=\"cc jcb \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M431.5 244.3V212c41.2 0 38.5.2 38.5.2 7.3 1.3 13.3 7.3 13.3 16 0 8.8-6 14.5-13.3 15.8-1.2.4-3.3.3-38.5.3zm42.8 20.2c-2.8-.7-3.3-.5-42.8-.5v35c39.6 0 40 .2 42.8-.5 7.5-1.5 13.5-8 13.5-17 0-8.7-6-15.5-13.5-17zM576 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zM182 192.3h-57c0 67.1 10.7 109.7-35.8 109.7-19.5 0-38.8-5.7-57.2-14.8v28c30 8.3 68 8.3 68 8.3 97.9 0 82-47.7 82-131.2zm178.5 4.5c-63.4-16-165-14.9-165 59.3 0 77.1 108.2 73.6 165 59.2V287C312.9 311.7 253 309 253 256s59.8-55.6 107.5-31.2v-28zM544 286.5c0-18.5-16.5-30.5-38-32v-.8c19.5-2.7 30.3-15.5 30.3-30.2 0-19-15.7-30-37-31 0 0 6.3-.3-120.3-.3v127.5h122.7c24.3.1 42.3-12.9 42.3-33.2z\"/></svg></li><li title=\"cc mastercard \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M482.9 410.3c0 6.8-4.6 11.7-11.2 11.7-6.8 0-11.2-5.2-11.2-11.7 0-6.5 4.4-11.7 11.2-11.7 6.6 0 11.2 5.2 11.2 11.7zm-310.8-11.7c-7.1 0-11.2 5.2-11.2 11.7 0 6.5 4.1 11.7 11.2 11.7 6.5 0 10.9-4.9 10.9-11.7-.1-6.5-4.4-11.7-10.9-11.7zm117.5-.3c-5.4 0-8.7 3.5-9.5 8.7h19.1c-.9-5.7-4.4-8.7-9.6-8.7zm107.8.3c-6.8 0-10.9 5.2-10.9 11.7 0 6.5 4.1 11.7 10.9 11.7 6.8 0 11.2-4.9 11.2-11.7 0-6.5-4.4-11.7-11.2-11.7zm105.9 26.1c0 .3.3.5.3 1.1 0 .3-.3.5-.3 1.1-.3.3-.3.5-.5.8-.3.3-.5.5-1.1.5-.3.3-.5.3-1.1.3-.3 0-.5 0-1.1-.3-.3 0-.5-.3-.8-.5-.3-.3-.5-.5-.5-.8-.3-.5-.3-.8-.3-1.1 0-.5 0-.8.3-1.1 0-.5.3-.8.5-1.1.3-.3.5-.3.8-.5.5-.3.8-.3 1.1-.3.5 0 .8 0 1.1.3.5.3.8.3 1.1.5s.2.6.5 1.1zm-2.2 1.4c.5 0 .5-.3.8-.3.3-.3.3-.5.3-.8 0-.3 0-.5-.3-.8-.3 0-.5-.3-1.1-.3h-1.6v3.5h.8V426h.3l1.1 1.4h.8l-1.1-1.3zM576 81v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V81c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zM64 220.6c0 76.5 62.1 138.5 138.5 138.5 27.2 0 53.9-8.2 76.5-23.1-72.9-59.3-72.4-171.2 0-230.5-22.6-15-49.3-23.1-76.5-23.1-76.4-.1-138.5 62-138.5 138.2zm224 108.8c70.5-55 70.2-162.2 0-217.5-70.2 55.3-70.5 162.6 0 217.5zm-142.3 76.3c0-8.7-5.7-14.4-14.7-14.7-4.6 0-9.5 1.4-12.8 6.5-2.4-4.1-6.5-6.5-12.2-6.5-3.8 0-7.6 1.4-10.6 5.4V392h-8.2v36.7h8.2c0-18.9-2.5-30.2 9-30.2 10.2 0 8.2 10.2 8.2 30.2h7.9c0-18.3-2.5-30.2 9-30.2 10.2 0 8.2 10 8.2 30.2h8.2v-23zm44.9-13.7h-7.9v4.4c-2.7-3.3-6.5-5.4-11.7-5.4-10.3 0-18.2 8.2-18.2 19.3 0 11.2 7.9 19.3 18.2 19.3 5.2 0 9-1.9 11.7-5.4v4.6h7.9V392zm40.5 25.6c0-15-22.9-8.2-22.9-15.2 0-5.7 11.9-4.8 18.5-1.1l3.3-6.5c-9.4-6.1-30.2-6-30.2 8.2 0 14.3 22.9 8.3 22.9 15 0 6.3-13.5 5.8-20.7.8l-3.5 6.3c11.2 7.6 32.6 6 32.6-7.5zm35.4 9.3l-2.2-6.8c-3.8 2.1-12.2 4.4-12.2-4.1v-16.6h13.1V392h-13.1v-11.2h-8.2V392h-7.6v7.3h7.6V416c0 17.6 17.3 14.4 22.6 10.9zm13.3-13.4h27.5c0-16.2-7.4-22.6-17.4-22.6-10.6 0-18.2 7.9-18.2 19.3 0 20.5 22.6 23.9 33.8 14.2l-3.8-6c-7.8 6.4-19.6 5.8-21.9-4.9zm59.1-21.5c-4.6-2-11.6-1.8-15.2 4.4V392h-8.2v36.7h8.2V408c0-11.6 9.5-10.1 12.8-8.4l2.4-7.6zm10.6 18.3c0-11.4 11.6-15.1 20.7-8.4l3.8-6.5c-11.6-9.1-32.7-4.1-32.7 15 0 19.8 22.4 23.8 32.7 15l-3.8-6.5c-9.2 6.5-20.7 2.6-20.7-8.6zm66.7-18.3H408v4.4c-8.3-11-29.9-4.8-29.9 13.9 0 19.2 22.4 24.7 29.9 13.9v4.6h8.2V392zm33.7 0c-2.4-1.2-11-2.9-15.2 4.4V392h-7.9v36.7h7.9V408c0-11 9-10.3 12.8-8.4l2.4-7.6zm40.3-14.9h-7.9v19.3c-8.2-10.9-29.9-5.1-29.9 13.9 0 19.4 22.5 24.6 29.9 13.9v4.6h7.9v-51.7zm7.6-75.1v4.6h.8V302h1.9v-.8h-4.6v.8h1.9zm6.6 123.8c0-.5 0-1.1-.3-1.6-.3-.3-.5-.8-.8-1.1-.3-.3-.8-.5-1.1-.8-.5 0-1.1-.3-1.6-.3-.3 0-.8.3-1.4.3-.5.3-.8.5-1.1.8-.5.3-.8.8-.8 1.1-.3.5-.3 1.1-.3 1.6 0 .3 0 .8.3 1.4 0 .3.3.8.8 1.1.3.3.5.5 1.1.8.5.3 1.1.3 1.4.3.5 0 1.1 0 1.6-.3.3-.3.8-.5 1.1-.8.3-.3.5-.8.8-1.1.3-.6.3-1.1.3-1.4zm3.2-124.7h-1.4l-1.6 3.5-1.6-3.5h-1.4v5.4h.8v-4.1l1.6 3.5h1.1l1.4-3.5v4.1h1.1v-5.4zm4.4-80.5c0-76.2-62.1-138.3-138.5-138.3-27.2 0-53.9 8.2-76.5 23.1 72.1 59.3 73.2 171.5 0 230.5 22.6 15 49.5 23.1 76.5 23.1 76.4.1 138.5-61.9 138.5-138.4z\"/></svg></li><li title=\"cc paypal \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M186.3 258.2c0 12.2-9.7 21.5-22 21.5-9.2 0-16-5.2-16-15 0-12.2 9.5-22 21.7-22 9.3 0 16.3 5.7 16.3 15.5zM80.5 209.7h-4.7c-1.5 0-3 1-3.2 2.7l-4.3 26.7 8.2-.3c11 0 19.5-1.5 21.5-14.2 2.3-13.4-6.2-14.9-17.5-14.9zm284 0H360c-1.8 0-3 1-3.2 2.7l-4.2 26.7 8-.3c13 0 22-3 22-18-.1-10.6-9.6-11.1-18.1-11.1zM576 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zM128.3 215.4c0-21-16.2-28-34.7-28h-40c-2.5 0-5 2-5.2 4.7L32 294.2c-.3 2 1.2 4 3.2 4h19c2.7 0 5.2-2.9 5.5-5.7l4.5-26.6c1-7.2 13.2-4.7 18-4.7 28.6 0 46.1-17 46.1-45.8zm84.2 8.8h-19c-3.8 0-4 5.5-4.2 8.2-5.8-8.5-14.2-10-23.7-10-24.5 0-43.2 21.5-43.2 45.2 0 19.5 12.2 32.2 31.7 32.2 9 0 20.2-4.9 26.5-11.9-.5 1.5-1 4.7-1 6.2 0 2.3 1 4 3.2 4H200c2.7 0 5-2.9 5.5-5.7l10.2-64.3c.3-1.9-1.2-3.9-3.2-3.9zm40.5 97.9l63.7-92.6c.5-.5.5-1 .5-1.7 0-1.7-1.5-3.5-3.2-3.5h-19.2c-1.7 0-3.5 1-4.5 2.5l-26.5 39-11-37.5c-.8-2.2-3-4-5.5-4h-18.7c-1.7 0-3.2 1.8-3.2 3.5 0 1.2 19.5 56.8 21.2 62.1-2.7 3.8-20.5 28.6-20.5 31.6 0 1.8 1.5 3.2 3.2 3.2h19.2c1.8-.1 3.5-1.1 4.5-2.6zm159.3-106.7c0-21-16.2-28-34.7-28h-39.7c-2.7 0-5.2 2-5.5 4.7l-16.2 102c-.2 2 1.3 4 3.2 4h20.5c2 0 3.5-1.5 4-3.2l4.5-29c1-7.2 13.2-4.7 18-4.7 28.4 0 45.9-17 45.9-45.8zm84.2 8.8h-19c-3.8 0-4 5.5-4.3 8.2-5.5-8.5-14-10-23.7-10-24.5 0-43.2 21.5-43.2 45.2 0 19.5 12.2 32.2 31.7 32.2 9.3 0 20.5-4.9 26.5-11.9-.3 1.5-1 4.7-1 6.2 0 2.3 1 4 3.2 4H484c2.7 0 5-2.9 5.5-5.7l10.2-64.3c.3-1.9-1.2-3.9-3.2-3.9zm47.5-33.3c0-2-1.5-3.5-3.2-3.5h-18.5c-1.5 0-3 1.2-3.2 2.7l-16.2 104-.3.5c0 1.8 1.5 3.5 3.5 3.5h16.5c2.5 0 5-2.9 5.2-5.7L544 191.2v-.3zm-90 51.8c-12.2 0-21.7 9.7-21.7 22 0 9.7 7 15 16.2 15 12 0 21.7-9.2 21.7-21.5.1-9.8-6.9-15.5-16.2-15.5z\"/></svg></li><li title=\"cc stripe \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M492.4 220.8c-8.9 0-18.7 6.7-18.7 22.7h36.7c0-16-9.3-22.7-18-22.7zM375 223.4c-8.2 0-13.3 2.9-17 7l.2 52.8c3.5 3.7 8.5 6.7 16.8 6.7 13.1 0 21.9-14.3 21.9-33.4 0-18.6-9-33.2-21.9-33.1zM528 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM122.2 281.1c0 25.6-20.3 40.1-49.9 40.3-12.2 0-25.6-2.4-38.8-8.1v-33.9c12 6.4 27.1 11.3 38.9 11.3 7.9 0 13.6-2.1 13.6-8.7 0-17-54-10.6-54-49.9 0-25.2 19.2-40.2 48-40.2 11.8 0 23.5 1.8 35.3 6.5v33.4c-10.8-5.8-24.5-9.1-35.3-9.1-7.5 0-12.1 2.2-12.1 7.7 0 16 54.3 8.4 54.3 50.7zm68.8-56.6h-27V275c0 20.9 22.5 14.4 27 12.6v28.9c-4.7 2.6-13.3 4.7-24.9 4.7-21.1 0-36.9-15.5-36.9-36.5l.2-113.9 34.7-7.4v30.8H191zm74 2.4c-4.5-1.5-18.7-3.6-27.1 7.4v84.4h-35.5V194.2h30.7l2.2 10.5c8.3-15.3 24.9-12.2 29.6-10.5h.1zm44.1 91.8h-35.7V194.2h35.7zm0-142.9l-35.7 7.6v-28.9l35.7-7.6zm74.1 145.5c-12.4 0-20-5.3-25.1-9l-.1 40.2-35.5 7.5V194.2h31.3l1.8 8.8c4.9-4.5 13.9-11.1 27.8-11.1 24.9 0 48.4 22.5 48.4 63.8 0 45.1-23.2 65.5-48.6 65.6zm160.4-51.5h-69.5c1.6 16.6 13.8 21.5 27.6 21.5 14.1 0 25.2-3 34.9-7.9V312c-9.7 5.3-22.4 9.2-39.4 9.2-34.6 0-58.8-21.7-58.8-64.5 0-36.2 20.5-64.9 54.3-64.9 33.7 0 51.3 28.7 51.3 65.1 0 3.5-.3 10.9-.4 12.9z\"/></svg></li><li title=\"cc visa \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M470.1 231.3s7.6 37.2 9.3 45H446c3.3-8.9 16-43.5 16-43.5-.2.3 3.3-9.1 5.3-14.9l2.8 13.4zM576 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zM152.5 331.2L215.7 176h-42.5l-39.3 106-4.3-21.5-14-71.4c-2.3-9.9-9.4-12.7-18.2-13.1H32.7l-.7 3.1c15.8 4 29.9 9.8 42.2 17.1l35.8 135h42.5zm94.4.2L272.1 176h-40.2l-25.1 155.4h40.1zm139.9-50.8c.2-17.7-10.6-31.2-33.7-42.3-14.1-7.1-22.7-11.9-22.7-19.2.2-6.6 7.3-13.4 23.1-13.4 13.1-.3 22.7 2.8 29.9 5.9l3.6 1.7 5.5-33.6c-7.9-3.1-20.5-6.6-36-6.6-39.7 0-67.6 21.2-67.8 51.4-.3 22.3 20 34.7 35.2 42.2 15.5 7.6 20.8 12.6 20.8 19.3-.2 10.4-12.6 15.2-24.1 15.2-16 0-24.6-2.5-37.7-8.3l-5.3-2.5-5.6 34.9c9.4 4.3 26.8 8.1 44.8 8.3 42.2.1 69.7-20.8 70-53zM528 331.4L495.6 176h-31.1c-9.6 0-16.9 2.8-21 12.9l-59.7 142.5H426s6.9-19.2 8.4-23.3H486c1.2 5.5 4.8 23.3 4.8 23.3H528z\"/></svg></li><li title=\"centercode \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M329.2 268.6c-3.8 35.2-35.4 60.6-70.6 56.8-35.2-3.8-60.6-35.4-56.8-70.6 3.8-35.2 35.4-60.6 70.6-56.8 35.1 3.8 60.6 35.4 56.8 70.6zm-85.8 235.1C96.7 496-8.2 365.5 10.1 224.3c11.2-86.6 65.8-156.9 139.1-192 161-77.1 349.7 37.4 354.7 216.6 4.1 147-118.4 262.2-260.5 254.8zm179.9-180c27.9-118-160.5-205.9-237.2-234.2-57.5 56.3-69.1 188.6-33.8 344.4 68.8 15.8 169.1-26.4 271-110.2z\"/></svg></li><li title=\"centos \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M289.6 97.5l31.6 31.7-76.3 76.5V97.5zm-162.4 31.7l76.3 76.5V97.5h-44.7zm41.5-41.6h44.7v127.9l10.8 10.8 10.8-10.8V87.6h44.7L224.2 32zm26.2 168.1l-10.8-10.8H55.5v-44.8L0 255.7l55.5 55.6v-44.8h128.6l10.8-10.8zm79.3-20.7h107.9v-44.8l-31.6-31.7zm173.3 20.7L392 200.1v44.8H264.3l-10.8 10.8 10.8 10.8H392v44.8l55.5-55.6zM65.4 176.2l32.5-31.7 90.3 90.5h15.3v-15.3l-90.3-90.5 31.6-31.7H65.4zm316.7-78.7h-78.5l31.6 31.7-90.3 90.5V235h15.3l90.3-90.5 31.6 31.7zM203.5 413.9V305.8l-76.3 76.5 31.6 31.7h44.7zM65.4 235h108.8l-76.3-76.5-32.5 31.7zm316.7 100.2l-31.6 31.7-90.3-90.5h-15.3v15.3l90.3 90.5-31.6 31.7h78.5zm0-58.8H274.2l76.3 76.5 31.6-31.7zm-60.9 105.8l-76.3-76.5v108.1h44.7zM97.9 352.9l76.3-76.5H65.4v44.8zm181.8 70.9H235V295.9l-10.8-10.8-10.8 10.8v127.9h-44.7l55.5 55.6zm-166.5-41.6l90.3-90.5v-15.3h-15.3l-90.3 90.5-32.5-31.7v78.7h79.4z\"/></svg></li><li title=\"chrome \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M131.5 217.5L55.1 100.1c47.6-59.2 119-91.8 192-92.1 42.3-.3 85.5 10.5 124.8 33.2 43.4 25.2 76.4 61.4 97.4 103L264 133.4c-58.1-3.4-113.4 29.3-132.5 84.1zm32.9 38.5c0 46.2 37.4 83.6 83.6 83.6s83.6-37.4 83.6-83.6-37.4-83.6-83.6-83.6-83.6 37.3-83.6 83.6zm314.9-89.2L339.6 174c37.9 44.3 38.5 108.2 6.6 157.2L234.1 503.6c46.5 2.5 94.4-7.7 137.8-32.9 107.4-62 150.9-192 107.4-303.9zM133.7 303.6L40.4 120.1C14.9 159.1 0 205.9 0 256c0 124 90.8 226.7 209.5 244.9l63.7-124.8c-57.6 10.8-113.2-20.8-139.5-72.5z\"/></svg></li><li title=\"chromecast \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M447.8,64H64c-23.6,0-42.7,19.1-42.7,42.7v63.9H64v-63.9h383.8v298.6H298.6V448H448c23.6,0,42.7-19.1,42.7-42.7V106.7 C490.7,83.1,471.4,64,447.8,64z M21.3,383.6L21.3,383.6l0,63.9h63.9C85.2,412.2,56.6,383.6,21.3,383.6L21.3,383.6z M21.3,298.6V341 c58.9,0,106.6,48.1,106.6,107h42.7C170.7,365.6,103.7,298.7,21.3,298.6z M213.4,448h42.7c-0.5-129.5-105.3-234.3-234.8-234.6l0,42.4 C127.3,255.6,213.3,342,213.4,448z\"/></svg></li><li title=\"cloudflare \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M407.906,319.913l-230.8-2.928a4.58,4.58,0,0,1-3.632-1.926,4.648,4.648,0,0,1-.494-4.147,6.143,6.143,0,0,1,5.361-4.076L411.281,303.9c27.631-1.26,57.546-23.574,68.022-50.784l13.286-34.542a7.944,7.944,0,0,0,.524-2.936,7.735,7.735,0,0,0-.164-1.631A151.91,151.91,0,0,0,201.257,198.4,68.12,68.12,0,0,0,94.2,269.59C41.924,271.106,0,313.728,0,366.12a96.054,96.054,0,0,0,1.029,13.958,4.508,4.508,0,0,0,4.445,3.871l426.1.051c.043,0,.08-.019.122-.02a5.606,5.606,0,0,0,5.271-4l3.273-11.265c3.9-13.4,2.448-25.8-4.1-34.9C430.124,325.423,420.09,320.487,407.906,319.913ZM513.856,221.1c-2.141,0-4.271.062-6.391.164a3.771,3.771,0,0,0-3.324,2.653l-9.077,31.193c-3.9,13.4-2.449,25.786,4.1,34.89,6.02,8.4,16.054,13.323,28.238,13.9l49.2,2.939a4.491,4.491,0,0,1,3.51,1.894,4.64,4.64,0,0,1,.514,4.169,6.153,6.153,0,0,1-5.351,4.075l-51.125,2.939c-27.754,1.27-57.669,23.574-68.145,50.784l-3.695,9.606a2.716,2.716,0,0,0,2.427,3.68c.046,0,.088.017.136.017h175.91a4.69,4.69,0,0,0,4.539-3.37,124.807,124.807,0,0,0,4.682-34C640,277.3,583.524,221.1,513.856,221.1Z\"/></svg></li><li title=\"cloudscale \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M318.1 154l-9.4 7.6c-22.5-19.3-51.5-33.6-83.3-33.6C153.8 128 96 188.8 96 260.3c0 6.6.4 13.1 1.4 19.4-2-56 41.8-97.4 92.6-97.4 24.2 0 46.2 9.4 62.6 24.7l-25.2 20.4c-8.3-.9-16.8 1.8-23.1 8.1-11.1 11-11.1 28.9 0 40 11.1 11 28.9 11 40 0 6.3-6.3 9-14.9 8.1-23.1l75.2-88.8c6.3-6.5-3.3-15.9-9.5-9.6zm-83.8 111.5c-5.6 5.5-14.6 5.5-20.2 0-5.6-5.6-5.6-14.6 0-20.2s14.6-5.6 20.2 0 5.6 14.7 0 20.2zM224 32C100.5 32 0 132.5 0 256s100.5 224 224 224 224-100.5 224-224S347.5 32 224 32zm0 384c-88.2 0-160-71.8-160-160S135.8 96 224 96s160 71.8 160 160-71.8 160-160 160z\"/></svg></li><li title=\"cloudsmith \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 332 512\"><path d=\"M332.5 419.9c0 46.4-37.6 84.1-84 84.1s-84-37.7-84-84.1 37.6-84 84-84 84 37.6 84 84zm-84-243.9c46.4 0 80-37.6 80-84s-33.6-84-80-84-88 37.6-88 84-29.6 76-76 76-84 41.6-84 88 37.6 80 84 80 84-33.6 84-80 33.6-80 80-80z\"/></svg></li><li title=\"cloudversify \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 616 512\"><path d=\"M148.6 304c8.2 68.5 67.4 115.5 146 111.3 51.2 43.3 136.8 45.8 186.4-5.6 69.2 1.1 118.5-44.6 131.5-99.5 14.8-62.5-18.2-132.5-92.1-155.1-33-88.1-131.4-101.5-186.5-85-57.3 17.3-84.3 53.2-99.3 109.7-7.8 2.7-26.5 8.9-45 24.1 11.7 0 15.2 8.9 15.2 19.5v20.4c0 10.7-8.7 19.5-19.5 19.5h-20.2c-10.7 0-19.5-6-19.5-16.7V240H98.8C95 240 88 244.3 88 251.9v40.4c0 6.4 5.3 11.8 11.7 11.8h48.9zm227.4 8c-10.7 46.3 21.7 72.4 55.3 86.8C324.1 432.6 259.7 348 296 288c-33.2 21.6-33.7 71.2-29.2 92.9-17.9-12.4-53.8-32.4-57.4-79.8-3-39.9 21.5-75.7 57-93.9C297 191.4 369.9 198.7 400 248c-14.1-48-53.8-70.1-101.8-74.8 30.9-30.7 64.4-50.3 114.2-43.7 69.8 9.3 133.2 82.8 67.7 150.5 35-16.3 48.7-54.4 47.5-76.9l10.5 19.6c11.8 22 15.2 47.6 9.4 72-9.2 39-40.6 68.8-79.7 76.5-32.1 6.3-83.1-5.1-91.8-59.2zM128 208H88.2c-8.9 0-16.2-7.3-16.2-16.2v-39.6c0-8.9 7.3-16.2 16.2-16.2H128c8.9 0 16.2 7.3 16.2 16.2v39.6c0 8.9-7.3 16.2-16.2 16.2zM10.1 168C4.5 168 0 163.5 0 157.9v-27.8c0-5.6 4.5-10.1 10.1-10.1h27.7c5.5 0 10.1 4.5 10.1 10.1v27.8c0 5.6-4.5 10.1-10.1 10.1H10.1zM168 142.7v-21.4c0-5.1 4.2-9.3 9.3-9.3h21.4c5.1 0 9.3 4.2 9.3 9.3v21.4c0 5.1-4.2 9.3-9.3 9.3h-21.4c-5.1 0-9.3-4.2-9.3-9.3zM56 235.5v25c0 6.3-5.1 11.5-11.4 11.5H19.4C13.1 272 8 266.8 8 260.5v-25c0-6.3 5.1-11.5 11.4-11.5h25.1c6.4 0 11.5 5.2 11.5 11.5z\"/></svg></li><li title=\"codepen \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M502.285 159.704l-234-156c-7.987-4.915-16.511-4.96-24.571 0l-234 156C3.714 163.703 0 170.847 0 177.989v155.999c0 7.143 3.714 14.286 9.715 18.286l234 156.022c7.987 4.915 16.511 4.96 24.571 0l234-156.022c6-3.999 9.715-11.143 9.715-18.286V177.989c-.001-7.142-3.715-14.286-9.716-18.285zM278 63.131l172.286 114.858-76.857 51.429L278 165.703V63.131zm-44 0v102.572l-95.429 63.715-76.857-51.429L234 63.131zM44 219.132l55.143 36.857L44 292.846v-73.714zm190 229.715L61.714 333.989l76.857-51.429L234 346.275v102.572zm22-140.858l-77.715-52 77.715-52 77.715 52-77.715 52zm22 140.858V346.275l95.429-63.715 76.857 51.429L278 448.847zm190-156.001l-55.143-36.857L468 219.132v73.714z\"/></svg></li><li title=\"codiepie \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 472 512\"><path d=\"M422.5 202.9c30.7 0 33.5 53.1-.3 53.1h-10.8v44.3h-26.6v-97.4h37.7zM472 352.6C429.9 444.5 350.4 504 248 504 111 504 0 393 0 256S111 8 248 8c97.4 0 172.8 53.7 218.2 138.4l-186 108.8L472 352.6zm-38.5 12.5l-60.3-30.7c-27.1 44.3-70.4 71.4-122.4 71.4-82.5 0-149.2-66.7-149.2-148.9 0-82.5 66.7-149.2 149.2-149.2 48.4 0 88.9 23.5 116.9 63.4l59.5-34.6c-40.7-62.6-104.7-100-179.2-100-121.2 0-219.5 98.3-219.5 219.5S126.8 475.5 248 475.5c78.6 0 146.5-42.1 185.5-110.4z\"/></svg></li><li title=\"confluence \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M2.3 412.2c-4.5 7.6-2.1 17.5 5.5 22.2l105.9 65.2c7.7 4.7 17.7 2.4 22.4-5.3 0-.1.1-.2.1-.2 67.1-112.2 80.5-95.9 280.9-.7 8.1 3.9 17.8.4 21.7-7.7.1-.1.1-.3.2-.4l50.4-114.1c3.6-8.1-.1-17.6-8.1-21.3-22.2-10.4-66.2-31.2-105.9-50.3C127.5 179 44.6 345.3 2.3 412.2zm507.4-312.1c4.5-7.6 2.1-17.5-5.5-22.2L398.4 12.8c-7.5-5-17.6-3.1-22.6 4.4-.2.3-.4.6-.6 1-67.3 112.6-81.1 95.6-280.6.9-8.1-3.9-17.8-.4-21.7 7.7-.1.1-.1.3-.2.4L22.2 141.3c-3.6 8.1.1 17.6 8.1 21.3 22.2 10.4 66.3 31.2 106 50.4 248 120 330.8-45.4 373.4-112.9z\"/></svg></li><li title=\"connectdevelop \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M550.5 241l-50.089-86.786c1.071-2.142 1.875-4.553 1.875-7.232 0-8.036-6.696-14.733-14.732-15.001l-55.447-95.893c.536-1.607 1.071-3.214 1.071-4.821 0-8.571-6.964-15.268-15.268-15.268-4.821 0-8.839 2.143-11.786 5.625H299.518C296.839 18.143 292.821 16 288 16s-8.839 2.143-11.518 5.625H170.411C167.464 18.143 163.447 16 158.625 16c-8.303 0-15.268 6.696-15.268 15.268 0 1.607.536 3.482 1.072 4.821l-55.983 97.233c-5.356 2.41-9.107 7.5-9.107 13.661 0 .535.268 1.071.268 1.607l-53.304 92.143c-7.232 1.339-12.59 7.5-12.59 15 0 7.232 5.089 13.393 12.054 15l55.179 95.358c-.536 1.607-.804 2.946-.804 4.821 0 7.232 5.089 13.393 12.054 14.732l51.697 89.732c-.536 1.607-1.071 3.482-1.071 5.357 0 8.571 6.964 15.268 15.268 15.268 4.821 0 8.839-2.143 11.518-5.357h106.875C279.161 493.857 283.447 496 288 496s8.839-2.143 11.518-5.357h107.143c2.678 2.946 6.696 4.821 10.982 4.821 8.571 0 15.268-6.964 15.268-15.268 0-1.607-.267-2.946-.803-4.285l51.697-90.268c6.964-1.339 12.054-7.5 12.054-14.732 0-1.607-.268-3.214-.804-4.821l54.911-95.358c6.964-1.339 12.322-7.5 12.322-15-.002-7.232-5.092-13.393-11.788-14.732zM153.535 450.732l-43.66-75.803h43.66v75.803zm0-83.839h-43.66c-.268-1.071-.804-2.142-1.339-3.214l44.999-47.41v50.624zm0-62.411l-50.357 53.304c-1.339-.536-2.679-1.34-4.018-1.607L43.447 259.75c.535-1.339.535-2.679.535-4.018s0-2.41-.268-3.482l51.965-90c2.679-.268 5.357-1.072 7.768-2.679l50.089 51.965v92.946zm0-102.322l-45.803-47.41c1.339-2.143 2.143-4.821 2.143-7.767 0-.268-.268-.804-.268-1.072l43.928-15.804v72.053zm0-80.625l-43.66 15.804 43.66-75.536v59.732zm326.519 39.108l.804 1.339L445.5 329.125l-63.75-67.232 98.036-101.518.268.268zM291.75 355.107l11.518 11.786H280.5l11.25-11.786zm-.268-11.25l-83.303-85.446 79.553-84.375 83.036 87.589-79.286 82.232zm5.357 5.893l79.286-82.232 67.5 71.25-5.892 28.125H313.714l-16.875-17.143zM410.411 44.393c1.071.536 2.142 1.072 3.482 1.34l57.857 100.714v.536c0 2.946.803 5.624 2.143 7.767L376.393 256l-83.035-87.589L410.411 44.393zm-9.107-2.143L287.732 162.518l-57.054-60.268 166.339-60h4.287zm-123.483 0c2.678 2.678 6.16 4.285 10.179 4.285s7.5-1.607 10.179-4.285h75L224.786 95.821 173.893 42.25h103.928zm-116.249 5.625l1.071-2.142a33.834 33.834 0 0 0 2.679-.804l51.161 53.84-54.911 19.821V47.875zm0 79.286l60.803-21.964 59.732 63.214-79.553 84.107-40.982-42.053v-83.304zm0 92.678L198 257.607l-36.428 38.304v-76.072zm0 87.858l42.053-44.464 82.768 85.982-17.143 17.678H161.572v-59.196zm6.964 162.053c-1.607-1.607-3.482-2.678-5.893-3.482l-1.071-1.607v-89.732h99.91l-91.607 94.821h-1.339zm129.911 0c-2.679-2.41-6.428-4.285-10.447-4.285s-7.767 1.875-10.447 4.285h-96.429l91.607-94.821h38.304l91.607 94.821H298.447zm120-11.786l-4.286 7.5c-1.339.268-2.41.803-3.482 1.339l-89.196-91.875h114.376l-17.412 83.036zm12.856-22.232l12.858-60.803h21.964l-34.822 60.803zm34.822-68.839h-20.357l4.553-21.16 17.143 18.214c-.535.803-1.071 1.874-1.339 2.946zm66.161-107.411l-55.447 96.697c-1.339.535-2.679 1.071-4.018 1.874l-20.625-21.964 34.554-163.928 45.803 79.286c-.267 1.339-.803 2.678-.803 4.285 0 1.339.268 2.411.536 3.75z\"/></svg></li><li title=\"contao \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M45.4 305c14.4 67.1 26.4 129 68.2 175H34c-18.7 0-34-15.2-34-34V66c0-18.7 15.2-34 34-34h57.7C77.9 44.6 65.6 59.2 54.8 75.6c-45.4 70-27 146.8-9.4 229.4zM478 32h-90.2c21.4 21.4 39.2 49.5 52.7 84.1l-137.1 29.3c-14.9-29-37.8-53.3-82.6-43.9-24.6 5.3-41 19.3-48.3 34.6-8.8 18.7-13.2 39.8 8.2 140.3 21.1 100.2 33.7 117.7 49.5 131.2 12.9 11.1 33.4 17 58.3 11.7 44.5-9.4 55.7-40.7 57.4-73.2l137.4-29.6c3.2 71.5-18.7 125.2-57.4 163.6H478c18.7 0 34-15.2 34-34V66c0-18.8-15.2-34-34-34z\"/></svg></li><li title=\"cotton bureau \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M474.31 330.41c-23.66 91.85-94.23 144.59-201.9 148.35V429.6c0-48 26.41-74.39 74.39-74.39 62 0 99.2-37.2 99.2-99.21 0-61.37-36.53-98.28-97.38-99.06-33-69.32-146.5-64.65-177.24 0C110.52 157.72 74 194.63 74 256c0 62.13 37.27 99.41 99.4 99.41 48 0 74.55 26.23 74.55 74.39V479c-134.43-5-211.1-85.07-211.1-223 0-141.82 81.35-223.2 223.2-223.2 114.77 0 189.84 53.2 214.69 148.81H500C473.88 71.51 388.22 8 259.82 8 105 8 12 101.19 12 255.82 12 411.14 105.19 504.34 259.82 504c128.27 0 213.87-63.81 239.67-173.59zM357 182.33c41.37 3.45 64.2 29 64.2 73.67 0 48-26.43 74.41-74.4 74.41-28.61 0-49.33-9.59-61.59-27.33 83.06-16.55 75.59-99.67 71.79-120.75zm-81.68 97.36c-2.46-10.34-16.33-87 56.23-97 2.27 10.09 16.52 87.11-56.26 97zM260 132c28.61 0 49 9.67 61.44 27.61-28.36 5.48-49.36 20.59-61.59 43.45-12.23-22.86-33.23-38-61.6-43.45 12.41-17.69 33.27-27.35 61.57-27.35zm-71.52 50.72c73.17 10.57 58.91 86.81 56.49 97-72.41-9.84-59-86.95-56.25-97zM173.2 330.41c-48 0-74.4-26.4-74.4-74.41 0-44.36 22.86-70 64.22-73.67-6.75 37.2-1.38 106.53 71.65 120.75-12.14 17.63-32.84 27.3-61.14 27.3zm53.21 12.39A80.8 80.8 0 0 0 260 309.25c7.77 14.49 19.33 25.54 33.82 33.55a80.28 80.28 0 0 0-33.58 33.83c-8-14.5-19.07-26.23-33.56-33.83z\"/></svg></li><li title=\"cpanel \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M210.3 220.2c-5.6-24.8-26.9-41.2-51-41.2h-37c-7.1 0-12.5 4.5-14.3 10.9L73.1 320l24.7-.1c6.8 0 12.3-4.5 14.2-10.7l25.8-95.7h19.8c8.4 0 16.2 5.6 18.3 14.8 2.5 10.9-5.9 22.6-18.3 22.6h-10.3c-7 0-12.5 4.6-14.3 10.8l-6.4 23.8h32c37.2 0 58.3-36.2 51.7-65.3zm-156.5 28h18.6c6.9 0 12.4-4.4 14.3-10.9l6.2-23.6h-40C30 213.7 9 227.8 1.7 254.8-7 288.6 18.5 320 52 320h12.4l7.1-26.1c1.2-4.4-2.2-8.3-6.4-8.3H53.8c-24.7 0-24.9-37.4 0-37.4zm247.5-34.8h-77.9l-3.5 13.4c-2.4 9.6 4.5 18.5 14.2 18.5h57.5c4 0 2.4 4.3 2.1 5.3l-8.6 31.8c-.4 1.4-.9 5.3-5.5 5.3h-34.9c-5.3 0-5.3-7.9 0-7.9h21.6c6.8 0 12.3-4.6 14.2-10.8l3.5-13.2h-48.4c-39.2 0-43.6 63.8-.7 63.8l57.5.2c11.2 0 20.6-7.2 23.4-17.8l14-51.8c4.8-19.2-9.7-36.8-28.5-36.8zM633.1 179h-18.9c-4.9 0-9.2 3.2-10.4 7.9L568.2 320c20.7 0 39.8-13.8 44.9-34.5l26.5-98.2c1.2-4.3-2-8.3-6.5-8.3zm-236.3 34.7v.1h-48.3l-26.2 98c-1.2 4.4 2.2 8.3 6.4 8.3h18.9c4.8 0 9.2-3 10.4-7.8l17.2-64H395c12.5 0 21.4 11.8 18.1 23.4l-10.6 40c-1.2 4.3 1.9 8.3 6.4 8.3H428c4.6 0 9.1-2.9 10.3-7.8l8.8-33.1c9-33.1-15.9-65.4-50.3-65.4zm98.3 74.6c-3.6 0-6-3.4-5.1-6.7l8-30c.9-3.9 3.7-6 7.8-6h32.9c2.6 0 4.6 2.4 3.9 5.1l-.7 2.6c-.6 2-1.9 3-3.9 3h-21.6c-7 0-12.6 4.6-14.2 10.8l-3.5 13h53.4c10.5 0 20.3-6.6 23.2-17.6l3.2-12c4.9-19.1-9.3-36.8-28.3-36.8h-47.3c-17.9 0-33.8 12-38.6 29.6l-10.8 40c-5 17.7 8.3 36.7 28.3 36.7h66.7c6.8 0 12.3-4.5 14.2-10.7l5.7-21z\"/></svg></li><li title=\"creative commons by \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"/></svg></li><li title=\"creative commons nc eu \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M247.7 8C103.6 8 0 124.8 0 256c0 136.3 111.7 248 247.7 248C377.9 504 496 403.1 496 256 496 117 388.4 8 247.7 8zm.6 450.7c-112 0-203.6-92.5-203.6-202.7 0-23.2 3.7-45.2 10.9-66l65.7 29.1h-4.7v29.5h23.3c0 6.2-.4 3.2-.4 19.5h-22.8v29.5h27c11.4 67 67.2 101.3 124.6 101.3 26.6 0 50.6-7.9 64.8-15.8l-10-46.1c-8.7 4.6-28.2 10.8-47.3 10.8-28.2 0-58.1-10.9-67.3-50.2h90.3l128.3 56.8c-1.5 2.1-56.2 104.3-178.8 104.3zm-16.7-190.6l-.5-.4.9.4h-.4zm77.2-19.5h3.7v-29.5h-70.3l-28.6-12.6c2.5-5.5 5.4-10.5 8.8-14.3 12.9-15.8 31.1-22.4 51.1-22.4 18.3 0 35.3 5.4 46.1 10l11.6-47.3c-15-6.6-37-12.4-62.3-12.4-39 0-72.2 15.8-95.9 42.3-5.3 6.1-9.8 12.9-13.9 20.1l-81.6-36.1c64.6-96.8 157.7-93.6 170.7-93.6 113 0 203 90.2 203 203.4 0 18.7-2.1 36.3-6.3 52.9l-136.1-60.5z\"/></svg></li><li title=\"creative commons nc jp \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M247.7 8C103.6 8 0 124.8 0 256c0 136.4 111.8 248 247.7 248C377.9 504 496 403.2 496 256 496 117.2 388.5 8 247.7 8zm.6 450.7c-112 0-203.6-92.5-203.6-202.7 0-21.1 3-41.2 9-60.3l127 56.5h-27.9v38.6h58.1l5.7 11.8v18.7h-63.8V360h63.8v56h61.7v-56h64.2v-35.7l81 36.1c-1.5 2.2-57.1 98.3-175.2 98.3zm87.6-137.3h-57.6v-18.7l2.9-5.6 54.7 24.3zm6.5-51.4v-17.8h-38.6l63-116H301l-43.4 96-23-10.2-39.6-85.7h-65.8l27.3 51-81.9-36.5c27.8-44.1 82.6-98.1 173.7-98.1 112.8 0 203 90 203 203.4 0 21-2.7 40.6-7.9 59l-101-45.1z\"/></svg></li><li title=\"creative commons nc \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M247.6 8C387.4 8 496 115.9 496 256c0 147.2-118.5 248-248.4 248C113.1 504 0 393.2 0 256 0 123.1 104.7 8 247.6 8zM55.8 189.1c-7.4 20.4-11.1 42.7-11.1 66.9 0 110.9 92.1 202.4 203.7 202.4 122.4 0 177.2-101.8 178.5-104.1l-93.4-41.6c-7.7 37.1-41.2 53-68.2 55.4v38.1h-28.8V368c-27.5-.3-52.6-10.2-75.3-29.7l34.1-34.5c31.7 29.4 86.4 31.8 86.4-2.2 0-6.2-2.2-11.2-6.6-15.1-14.2-6-1.8-.1-219.3-97.4zM248.4 52.3c-38.4 0-112.4 8.7-170.5 93l94.8 42.5c10-31.3 40.4-42.9 63.8-44.3v-38.1h28.8v38.1c22.7 1.2 43.4 8.9 62 23L295 199.7c-42.7-29.9-83.5-8-70 11.1 53.4 24.1 43.8 19.8 93 41.6l127.1 56.7c4.1-17.4 6.2-35.1 6.2-53.1 0-57-19.8-105-59.3-143.9-39.3-39.9-87.2-59.8-143.6-59.8z\"/></svg></li><li title=\"creative commons nd \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3zm94 144.3v42.5H162.1V197h180.3zm0 79.8v42.5H162.1v-42.5h180.3z\"/></svg></li><li title=\"creative commons pd alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M247.6 8C104.7 8 0 123.1 0 256c0 138.5 113.6 248 247.6 248C377.5 504 496 403.1 496 256 496 118.1 389.4 8 247.6 8zm.8 450.8c-112.5 0-203.7-93-203.7-202.8 0-105.4 85.5-203.3 203.7-203.3 112.6 0 202.9 89.5 202.8 203.3 0 121.7-99.6 202.8-202.8 202.8zM316.7 186h-53.2v137.2h53.2c21.4 0 70-5.1 70-68.6 0-63.4-48.6-68.6-70-68.6zm.8 108.5h-19.9v-79.7l19.4-.1c3.8 0 35-2.1 35 39.9 0 24.6-10.5 39.9-34.5 39.9zM203.7 186h-68.2v137.3h34.6V279h27c54.1 0 57.1-37.5 57.1-46.5 0-31-16.8-46.5-50.5-46.5zm-4.9 67.3h-29.2v-41.6h28.3c30.9 0 28.8 41.6.9 41.6z\"/></svg></li><li title=\"creative commons pd \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 8C111 8 0 119.1 0 256c0 137 111 248 248 248s248-111 248-248C496 119.1 385 8 248 8zm0 449.5c-139.2 0-235.8-138-190.2-267.9l78.8 35.1c-2.1 10.5-3.3 21.5-3.3 32.9 0 99 73.9 126.9 120.4 126.9 22.9 0 53.5-6.7 79.4-29.5L297 311.1c-5.5 6.3-17.6 16.7-36.3 16.7-37.8 0-53.7-39.9-53.9-71.9 230.4 102.6 216.5 96.5 217.9 96.8-34.3 62.4-100.6 104.8-176.7 104.8zm194.2-150l-224-100c18.8-34 54.9-30.7 74.7-11l40.4-41.6c-27.1-23.3-58-27.5-78.1-27.5-47.4 0-80.9 20.5-100.7 51.6l-74.9-33.4c36.1-54.9 98.1-91.2 168.5-91.2 111.1 0 201.5 90.4 201.5 201.5 0 18-2.4 35.4-6.8 52-.3-.1-.4-.2-.6-.4z\"/></svg></li><li title=\"creative commons remix \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3zm161.7 207.7l4.9 2.2v70c-7.2 3.6-63.4 27.5-67.3 28.8-6.5-1.8-113.7-46.8-137.3-56.2l-64.2 26.6-63.3-27.5v-63.8l59.3-24.8c-.7-.7-.4 5-.4-70.4l67.3-29.7L361 178.5v61.6l49.1 20.3zm-70.4 81.5v-43.8h-.4v-1.8l-113.8-46.5V295l113.8 46.9v-.4l.4.4zm7.5-57.6l39.9-16.4-36.8-15.5-39 16.4 35.9 15.5zm52.3 38.1v-43L355.2 298v43.4l44.3-19z\"/></svg></li><li title=\"creative commons sa \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3zM137.7 221c13-83.9 80.5-95.7 108.9-95.7 99.8 0 127.5 82.5 127.5 134.2 0 63.6-41 132.9-128.9 132.9-38.9 0-99.1-20-109.4-97h62.5c1.5 30.1 19.6 45.2 54.5 45.2 23.3 0 58-18.2 58-82.8 0-82.5-49.1-80.6-56.7-80.6-33.1 0-51.7 14.6-55.8 43.8h18.2l-49.2 49.2-49-49.2h19.4z\"/></svg></li><li title=\"creative commons sampling plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3zm107 205.6c-4.7 0-9 2.8-10.7 7.2l-4 9.5-11-92.8c-1.7-13.9-22-13.4-23.1.4l-4.3 51.4-5.2-68.8c-1.1-14.3-22.1-14.2-23.2 0l-3.5 44.9-5.9-94.3c-.9-14.5-22.3-14.4-23.2 0l-5.1 83.7-4.3-66.3c-.9-14.4-22.2-14.4-23.2 0l-5.3 80.2-4.1-57c-1.1-14.3-22-14.3-23.2-.2l-7.7 89.8-1.8-12.2c-1.7-11.4-17.1-13.6-22-3.3l-13.2 27.7H87.5v23.2h51.3c4.4 0 8.4-2.5 10.4-6.4l10.7 73.1c2 13.5 21.9 13 23.1-.7l3.8-43.6 5.7 78.3c1.1 14.4 22.3 14.2 23.2-.1l4.6-70.4 4.8 73.3c.9 14.4 22.3 14.4 23.2-.1l4.9-80.5 4.5 71.8c.9 14.3 22.1 14.5 23.2.2l4.6-58.6 4.9 64.4c1.1 14.3 22 14.2 23.1.1l6.8-83 2.7 22.3c1.4 11.8 17.7 14.1 22.3 3.1l18-43.4h50.5V258l-58.4.3zm-78 5.2h-21.9v21.9c0 4.1-3.3 7.5-7.5 7.5-4.1 0-7.5-3.3-7.5-7.5v-21.9h-21.9c-4.1 0-7.5-3.3-7.5-7.5 0-4.1 3.4-7.5 7.5-7.5h21.9v-21.9c0-4.1 3.4-7.5 7.5-7.5s7.5 3.3 7.5 7.5v21.9h21.9c4.1 0 7.5 3.3 7.5 7.5 0 4.1-3.4 7.5-7.5 7.5z\"/></svg></li><li title=\"creative commons sampling \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3zm3.6 53.2c2.8-.3 11.5 1 11.5 11.5l6.6 107.2 4.9-59.3c0-6 4.7-10.6 10.6-10.6 5.9 0 10.6 4.7 10.6 10.6 0 2.5-.5-5.7 5.7 81.5l5.8-64.2c.3-2.9 2.9-9.3 10.2-9.3 3.8 0 9.9 2.3 10.6 8.9l11.5 96.5 5.3-12.8c1.8-4.4 5.2-6.6 10.2-6.6h58v21.3h-50.9l-18.2 44.3c-3.9 9.9-19.5 9.1-20.8-3.1l-4-31.9-7.5 92.6c-.3 3-3 9.3-10.2 9.3-3 0-9.8-2.1-10.6-9.3 0-1.9.6 5.8-6.2-77.9l-5.3 72.2c-1.1 4.8-4.8 9.3-10.6 9.3-2.9 0-9.8-2-10.6-9.3 0-1.9.5 6.7-5.8-87.7l-5.8 94.8c0 6.3-3.6 12.4-10.6 12.4-5.2 0-10.6-4.1-10.6-12l-5.8-87.7c-5.8 92.5-5.3 84-5.3 85.9-1.1 4.8-4.8 9.3-10.6 9.3-3 0-9.8-2.1-10.6-9.3 0-.7-.4-1.1-.4-2.6l-6.2-88.6L182 348c-.7 6.5-6.7 9.3-10.6 9.3-5.8 0-9.6-4.1-10.6-8.9L149.7 272c-2 4-3.5 8.4-11.1 8.4H87.2v-21.3H132l13.7-27.9c4.4-9.9 18.2-7.2 19.9 2.7l3.1 20.4 8.4-97.9c0-6 4.8-10.6 10.6-10.6.5 0 10.6-.2 10.6 12.4l4.9 69.1 6.6-92.6c0-10.1 9.5-10.6 10.2-10.6.6 0 10.6.7 10.6 10.6l5.3 80.6 6.2-97.9c.1-1.1-.6-10.3 9.9-11.5z\"/></svg></li><li title=\"creative commons share \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3zm101 132.4c7.8 0 13.7 6.1 13.7 13.7v182.5c0 7.7-6.1 13.7-13.7 13.7H214.3c-7.7 0-13.7-6-13.7-13.7v-54h-54c-7.8 0-13.7-6-13.7-13.7V131.1c0-8.2 6.6-12.7 12.4-13.7h136.4c7.7 0 13.7 6 13.7 13.7v54h54zM159.9 300.3h40.7V198.9c0-7.4 5.8-12.6 12-13.7h55.8v-40.3H159.9v155.4zm176.2-88.1H227.6v155.4h108.5V212.2z\"/></svg></li><li title=\"creative commons zero \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3zm-.4 60.5c-81.9 0-102.5 77.3-102.5 142.8 0 65.5 20.6 142.8 102.5 142.8S350.5 321.5 350.5 256c0-65.5-20.6-142.8-102.5-142.8zm0 53.9c3.3 0 6.4.5 9.2 1.2 5.9 5.1 8.8 12.1 3.1 21.9l-54.5 100.2c-1.7-12.7-1.9-25.1-1.9-34.4 0-28.8 2-88.9 44.1-88.9zm40.8 46.2c2.9 15.4 3.3 31.4 3.3 42.7 0 28.9-2 88.9-44.1 88.9-13.5 0-32.6-7.7-20.1-26.4l60.9-105.2z\"/></svg></li><li title=\"creative commons \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M245.83 214.87l-33.22 17.28c-9.43-19.58-25.24-19.93-27.46-19.93-22.13 0-33.22 14.61-33.22 43.84 0 23.57 9.21 43.84 33.22 43.84 14.47 0 24.65-7.09 30.57-21.26l30.55 15.5c-6.17 11.51-25.69 38.98-65.1 38.98-22.6 0-73.96-10.32-73.96-77.05 0-58.69 43-77.06 72.63-77.06 30.72-.01 52.7 11.95 65.99 35.86zm143.05 0l-32.78 17.28c-9.5-19.77-25.72-19.93-27.9-19.93-22.14 0-33.22 14.61-33.22 43.84 0 23.55 9.23 43.84 33.22 43.84 14.45 0 24.65-7.09 30.54-21.26l31 15.5c-2.1 3.75-21.39 38.98-65.09 38.98-22.69 0-73.96-9.87-73.96-77.05 0-58.67 42.97-77.06 72.63-77.06 30.71-.01 52.58 11.95 65.56 35.86zM247.56 8.05C104.74 8.05 0 123.11 0 256.05c0 138.49 113.6 248 247.56 248 129.93 0 248.44-100.87 248.44-248 0-137.87-106.62-248-248.44-248zm.87 450.81c-112.54 0-203.7-93.04-203.7-202.81 0-105.42 85.43-203.27 203.72-203.27 112.53 0 202.82 89.46 202.82 203.26-.01 121.69-99.68 202.82-202.84 202.82z\"/></svg></li><li title=\"critical role \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M225.82 0c.26.15 216.57 124.51 217.12 124.72 3 1.18 3.7 3.46 3.7 6.56q-.11 125.17 0 250.36a5.88 5.88 0 0 1-3.38 5.78c-21.37 12-207.86 118.29-218.93 124.58h-3C142 466.34 3.08 386.56 2.93 386.48a3.29 3.29 0 0 1-1.88-3.24c0-.87 0-225.94-.05-253.1a5 5 0 0 1 2.93-4.93C27.19 112.11 213.2 6 224.07 0zM215.4 20.42l-.22-.16Q118.06 75.55 21 130.87c0 .12.08.23.13.35l30.86 11.64c-7.71 6-8.32 6-10.65 5.13-.1 0-24.17-9.28-26.8-10v230.43c.88-1.41 64.07-110.91 64.13-111 1.62-2.82 3-1.92 9.12-1.52 1.4.09 1.48.22.78 1.42-41.19 71.33-36.4 63-67.48 116.94-.81 1.4-.61 1.13 1.25 1.13h186.5c1.44 0 1.69-.23 1.7-1.64v-8.88c0-1.34 2.36-.81-18.37-1-7.46-.07-14.14-3.22-21.38-12.7-7.38-9.66-14.62-19.43-21.85-29.21-2.28-3.08-3.45-2.38-16.76-2.38-1.75 0-1.78 0-1.76 1.82.29 26.21.15 25.27 1 32.66.52 4.37 2.16 4.2 9.69 4.81 3.14.26 3.88 4.08.52 4.92-1.57.39-31.6.51-33.67-.1a2.42 2.42 0 0 1 .3-4.73c3.29-.76 6.16.81 6.66-4.44 1.3-13.66 1.17-9 1.1-79.42 0-10.82-.35-12.58-5.36-13.55-1.22-.24-3.54-.16-4.69-.55-2.88-1-2-4.84 1.77-4.85 33.67 0 46.08-1.07 56.06 4.86 7.74 4.61 12 11.48 12.51 20.4.88 14.59-6.51 22.35-15 32.59a1.46 1.46 0 0 0 0 2.22c2.6 3.25 5 6.63 7.71 9.83 27.56 33.23 24.11 30.54 41.28 33.06.89.13 1-.42 1-1.15v-11c0-1 .32-1.43 1.41-1.26a72.37 72.37 0 0 0 23.58-.3c1.08-.15 1.5.2 1.48 1.33 0 .11.88 26.69.87 26.8-.05 1.52.67 1.62 1.89 1.62h186.71Q386.51 304.6 346 234.33c2.26-.66-.4 0 6.69-1.39 2-.39 2.05-.41 3.11 1.44 7.31 12.64 77.31 134 77.37 134.06V138c-1.72.5-103.3 38.72-105.76 39.68-1.08.42-1.55.2-1.91-.88-.63-1.9-1.34-3.76-2.09-5.62-.32-.79-.09-1.13.65-1.39.1 0 95.53-35.85 103-38.77-65.42-37.57-130.56-75-196-112.6l86.82 150.39-.28.33c-9.57-.9-10.46-1.6-11.8-3.94-1-1.69-73.5-127.71-82-142.16-9.1 14.67-83.56 146.21-85.37 146.32-2.93.17-5.88.08-9.25.08q43.25-74.74 86.18-149zm51.93 129.92a37.68 37.68 0 0 0 5.54-.85c1.69-.3 2.53.2 2.6 1.92 0 .11.07 19.06-.86 20.45s-1.88 1.22-2.6-.19c-5-9.69 6.22-9.66-39.12-12-.7 0-1 .23-1 .93 0 .13 3.72 122 3.73 122.11 0 .89.52 1.2 1.21 1.51a83.92 83.92 0 0 1 8.7 4.05c7.31 4.33 11.38 10.84 12.41 19.31 1.44 11.8-2.77 35.77-32.21 37.14-2.75.13-28.26 1.08-34.14-23.25-4.66-19.26 8.26-32.7 19.89-36.4a2.45 2.45 0 0 0 2-2.66c.1-5.63 3-107.1 3.71-121.35.05-1.08-.62-1.16-1.35-1.15-32.35.52-36.75-.34-40.22 8.52-2.42 6.18-4.14 1.32-3.95.23q1.59-9 3.31-18c.4-2.11 1.43-2.61 3.43-1.86 5.59 2.11 6.72 1.7 37.25 1.92 1.73 0 1.78-.08 1.82-1.85.68-27.49.58-22.59 1-29.55a2.69 2.69 0 0 0-1.63-2.8c-5.6-2.91-8.75-7.55-8.9-13.87-.35-14.81 17.72-21.67 27.38-11.51 6.84 7.19 5.8 18.91-2.45 24.15a4.35 4.35 0 0 0-2.22 4.34c0 .59-.11-4.31 1 30.05 0 .9.43 1.12 1.24 1.11.1 0 23-.09 34.47-.37zM68.27 141.7c19.84-4.51 32.68-.56 52.49 1.69 2.76.31 3.74 1.22 3.62 4-.21 5-1.16 22.33-1.24 23.15a2.65 2.65 0 0 1-1.63 2.34c-4.06 1.7-3.61-4.45-4-7.29-3.13-22.43-73.87-32.7-74.63 25.4-.31 23.92 17 53.63 54.08 50.88 27.24-2 19-20.19 24.84-20.47a2.72 2.72 0 0 1 3 3.36c-1.83 10.85-3.42 18.95-3.45 19.15-1.54 9.17-86.7 22.09-93.35-42.06-2.71-25.85 10.44-53.37 40.27-60.15zm80 87.67h-19.49a2.57 2.57 0 0 1-2.66-1.79c2.38-3.75 5.89.92 5.86-6.14-.08-25.75.21-38 .23-40.1 0-3.42-.53-4.65-3.32-4.94-7-.72-3.11-3.37-1.11-3.38 11.84-.1 22.62-.18 30.05.72 8.77 1.07 16.71 12.63 7.93 22.62-2 2.25-4 4.42-6.14 6.73.95 1.15 6.9 8.82 17.28 19.68 2.66 2.78 6.15 3.51 9.88 3.13a2.21 2.21 0 0 0 2.23-2.12c.3-3.42.26 4.73.45-40.58 0-5.65-.34-6.58-3.23-6.83-3.95-.35-4-2.26-.69-3.37l19.09-.09c.32 0 4.49.53 1 3.38 0 .05-.16 0-.24 0-3.61.26-3.94 1-4 4.62-.27 43.93.07 40.23.41 42.82.11.84.27 2.23 5.1 2.14 2.49 0 3.86 3.37 0 3.4-10.37.08-20.74 0-31.11.07-10.67 0-13.47-6.2-24.21-20.82-1.6-2.18-8.31-2.36-8.2-.37.88 16.47 0 17.78 4 17.67 4.75-.1 4.73 3.57.83 3.55zm275-10.15c-1.21 7.13.17 10.38-5.3 10.34-61.55-.42-47.82-.22-50.72-.31a18.4 18.4 0 0 1-3.63-.73c-2.53-.6 1.48-1.23-.38-5.6-1.43-3.37-2.78-6.78-4.11-10.19a1.94 1.94 0 0 0-2-1.44 138 138 0 0 0-14.58.07 2.23 2.23 0 0 0-1.62 1.06c-1.58 3.62-3.07 7.29-4.51 11-1.27 3.23 7.86 1.32 12.19 2.16 3 .57 4.53 3.72.66 3.73H322.9c-2.92 0-3.09-3.15-.74-3.21a6.3 6.3 0 0 0 5.92-3.47c1.5-3 2.8-6 4.11-9.09 18.18-42.14 17.06-40.17 18.42-41.61a1.83 1.83 0 0 1 3 0c2.93 3.34 18.4 44.71 23.62 51.92 2 2.7 5.74 2 6.36 2 3.61.13 4-1.11 4.13-4.29.09-1.87.08 1.17.07-41.24 0-4.46-2.36-3.74-5.55-4.27-.26 0-2.56-.63-.08-3.06.21-.2-.89-.24 21.7-.15 2.32 0 5.32 2.75-1.21 3.45a2.56 2.56 0 0 0-2.66 2.83c-.07 1.63-.19 38.89.29 41.21a3.06 3.06 0 0 0 3.23 2.43c13.25.43 14.92.44 16-3.41 1.67-5.78 4.13-2.52 3.73-.19zm-104.72 64.37c-4.24 0-4.42-3.39-.61-3.41 35.91-.16 28.11.38 37.19-.65 1.68-.19 2.38.24 2.25 1.89-.26 3.39-.64 6.78-1 10.16-.25 2.16-3.2 2.61-3.4-.15-.38-5.31-2.15-4.45-15.63-5.08-1.58-.07-1.64 0-1.64 1.52V304c0 1.65 0 1.6 1.62 1.47 3.12-.25 10.31.34 15.69-1.52.47-.16 3.3-1.79 3.07 1.76 0 .21-.76 10.35-1.18 11.39-.53 1.29-1.88 1.51-2.58.32-1.17-2 0-5.08-3.71-5.3-15.42-.9-12.91-2.55-12.91 6 0 12.25-.76 16.11 3.89 16.24 16.64.48 14.4 0 16.43-5.71.84-2.37 3.5-1.77 3.18.58-.44 3.21-.85 6.43-1.23 9.64 0 .36-.16 2.4-4.66 2.39-37.16-.08-34.54-.19-35.21-.31-2.72-.51-2.2-3 .22-3.45 1.1-.19 4 .54 4.16-2.56 2.44-56.22-.07-51.34-3.91-51.33zm-.41-109.52c2.46.61 3.13 1.76 2.95 4.65-.33 5.3-.34 9-.55 9.69-.66 2.23-3.15 2.12-3.34-.27-.38-4.81-3.05-7.82-7.57-9.15-26.28-7.73-32.81 15.46-27.17 30.22 5.88 15.41 22 15.92 28.86 13.78 5.92-1.85 5.88-6.5 6.91-7.58 1.23-1.3 2.25-1.84 3.12 1.1 0 .1.57 11.89-6 12.75-1.6.21-19.38 3.69-32.68-3.39-21-11.19-16.74-35.47-6.88-45.33 14-14.06 39.91-7.06 42.32-6.47zM289.8 280.14c3.28 0 3.66 3 .16 3.43-2.61.32-5-.42-5 5.46 0 2-.19 29.05.4 41.45.11 2.29 1.15 3.52 3.44 3.65 22 1.21 14.95-1.65 18.79-6.34 1.83-2.24 2.76.84 2.76 1.08.35 13.62-4 12.39-5.19 12.4l-38.16-.19c-1.93-.23-2.06-3-.42-3.38 2-.48 4.94.4 5.13-2.8 1-15.87.57-44.65.34-47.81-.27-3.77-2.8-3.27-5.68-3.71-2.47-.38-2-3.22.34-3.22 1.45-.02 17.97-.03 23.09-.02zm-31.63-57.79c.07 4.08 2.86 3.46 6 3.58 2.61.1 2.53 3.41-.07 3.43-6.48 0-13.7 0-21.61-.06-3.84 0-3.38-3.35 0-3.37 4.49 0 3.24 1.61 3.41-45.54 0-5.08-3.27-3.54-4.72-4.23-2.58-1.23-1.36-3.09.41-3.15 1.29 0 20.19-.41 21.17.21s1.87 1.65-.42 2.86c-1 .52-3.86-.28-4.15 2.47 0 .21-.82 1.63-.07 43.8zm-36.91 274.27a2.93 2.93 0 0 0 3.26 0c17-9.79 182-103.57 197.42-112.51-.14-.43 11.26-.18-181.52-.27-1.22 0-1.57.37-1.53 1.56 0 .1 1.25 44.51 1.22 50.38a28.33 28.33 0 0 1-1.36 7.71c-.55 1.83.38-.5-13.5 32.23-.73 1.72-1 2.21-2-.08-4.19-10.34-8.28-20.72-12.57-31a23.6 23.6 0 0 1-2-10.79c.16-2.46.8-16.12 1.51-48 0-1.95 0-2-2-2h-183c2.58 1.63 178.32 102.57 196 112.76zm-90.9-188.75c0 2.4.36 2.79 2.76 3 11.54 1.17 21 3.74 25.64-7.32 6-14.46 2.66-34.41-12.48-38.84-2-.59-16-2.76-15.94 1.51.05 8.04.01 11.61.02 41.65zm105.75-15.05c0 2.13 1.07 38.68 1.09 39.13.34 9.94-25.58 5.77-25.23-2.59.08-2 1.37-37.42 1.1-39.43-14.1 7.44-14.42 40.21 6.44 48.8a17.9 17.9 0 0 0 22.39-7.07c4.91-7.76 6.84-29.47-5.43-39a2.53 2.53 0 0 1-.36.12zm-12.28-198c-9.83 0-9.73 14.75-.07 14.87s10.1-14.88.07-14.91zm-80.15 103.83c0 1.8.41 2.4 2.17 2.58 13.62 1.39 12.51-11 12.16-13.36-1.69-11.22-14.38-10.2-14.35-7.81.05 4.5-.03 13.68.02 18.59zm212.32 6.4l-6.1-15.84c-2.16 5.48-4.16 10.57-6.23 15.84z\"/></svg></li><li title=\"css3 alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M0 32l34.9 395.8L192 480l157.1-52.2L384 32H0zm313.1 80l-4.8 47.3L193 208.6l-.3.1h111.5l-12.8 146.6-98.2 28.7-98.8-29.2-6.4-73.9h48.9l3.2 38.3 52.6 13.3 54.7-15.4 3.7-61.6-166.3-.5v-.1l-.2.1-3.6-46.3L193.1 162l6.5-2.7H76.7L70.9 112h242.2z\"/></svg></li><li title=\"css3 \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M480 32l-64 368-223.3 80L0 400l19.6-94.8h82l-8 40.6L210 390.2l134.1-44.4 18.8-97.1H29.5l16-82h333.7l10.5-52.7H56.3l16.3-82H480z\"/></svg></li><li title=\"cuttlefish \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 440 512\"><path d=\"M344 305.5c-17.5 31.6-57.4 54.5-96 54.5-56.6 0-104-47.4-104-104s47.4-104 104-104c38.6 0 78.5 22.9 96 54.5 13.7-50.9 41.7-93.3 87-117.8C385.7 39.1 320.5 8 248 8 111 8 0 119 0 256s111 248 248 248c72.5 0 137.7-31.1 183-80.7-45.3-24.5-73.3-66.9-87-117.8z\"/></svg></li><li title=\"d and d beyond \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M313.8 241.5c13.8 0 21-10.1 24.8-17.9-1-1.1-5-4.2-7.4-6.6-2.4 4.3-8.2 10.7-13.9 10.7-10.2 0-15.4-14.7-3.2-26.6-.5-.2-4.3-1.8-8 2.4 0-3 1-5.1 2.1-6.6-3.5 1.3-9.8 5.6-11.4 7.9.2-5.8 1.6-7.5.6-9l-.2-.2s-8.5 5.6-9.3 14.7c0 0 1.1-1.6 2.1-1.9.6-.3 1.3 0 .6 1.9-.2.6-5.8 15.7 5.1 26-.6-1.6-1.9-7.6 2.4-1.9-.3.1 5.8 7.1 15.7 7.1zm52.4-21.1c0-4-4.9-4.4-5.6-4.5 2 3.9.9 7.5.2 9 2.5-.4 5.4-1.6 5.4-4.5zm10.3 5.2c0-6.4-6.2-11.4-13.5-10.7 8 1.3 5.6 13.8-5 11.4 3.7-2.6 3.2-9.9-1.3-12.5 1.4 4.2-3 8.2-7.4 4.6-2.4-1.9-8-6.6-10.6-8.6-2.4-2.1-5.5-1-6.6-1.8-1.3-1.1-.5-3.8-2.2-5-1.6-.8-3-.3-4.8-1-1.6-.6-2.7-1.9-2.6-3.5-2.5 4.4 3.4 6.3 4.5 8.5 1 1.9-.8 4.8 4 8.5 14.8 11.6 9.1 8 10.4 18.1.6 4.3 4.2 6.7 6.4 7.4-2.1-1.9-2.9-6.4 0-9.3 0 13.9 19.2 13.3 23.1 6.4-2.4 1.1-7-.2-9-1.9 7.7 1 14.2-4.1 14.6-10.6zm-39.4-18.4c2 .8 1.6.7 6.4 4.5 10.2-24.5 21.7-15.7 22-15.5 2.2-1.9 9.8-3.8 13.8-2.7-2.4-2.7-7.5-6.2-13.3-6.2-4.7 0-7.4 2.2-8 1.3-.8-1.4 3.2-3.4 3.2-3.4-5.4.2-9.6 6.7-11.2 5.9-1.1-.5 1.4-3.7 1.4-3.7-5.1 2.9-9.3 9.1-10.2 13 4.6-5.8 13.8-9.8 19.7-9-10.5.5-19.5 9.7-23.8 15.8zm242.5 51.9c-20.7 0-40 1.3-50.3 2.1l7.4 8.2v77.2l-7.4 8.2c10.4.8 30.9 2.1 51.6 2.1 42.1 0 59.1-20.7 59.1-48.9 0-29.3-23.2-48.9-60.4-48.9zm-15.1 75.6v-53.3c30.1-3.3 46.8 3.8 46.8 26.3 0 25.6-21.4 30.2-46.8 27zM301.6 181c-1-3.4-.2-6.9 1.1-9.4 1 3 2.6 6.4 7.5 9-.5-2.4-.2-5.6.5-8-1.4-5.4 2.1-9.9 6.4-9.9 6.9 0 8.5 8.8 4.7 14.4 2.1 3.2 5.5 5.6 7.7 7.8 3.2-3.7 5.5-9.5 5.5-13.8 0-8.2-5.5-15.9-16.7-16.5-20-.9-20.2 16.6-20 18.9.5 5.2 3.4 7.8 3.3 7.5zm-.4 6c-.5 1.8-7 3.7-10.2 6.9 4.8-1 7-.2 7.8 1.8.5 1.4-.2 3.4-.5 5.6 1.6-1.8 7-5.5 11-6.2-1-.3-3.4-.8-4.3-.8 2.9-3.4 9.3-4.5 12.8-3.7-2.2-.2-6.7 1.1-8.5 2.6 1.6.3 3 .6 4.3 1.1-2.1.8-4.8 3.4-5.8 6.1 7-5 13.1 5.2 7 8.2.8.2 2.7 0 3.5-.5-.3 1.1-1.9 3-3 3.4 2.9 0 7-1.9 8.2-4.6 0 0-1.8.6-2.6-.2s.3-4.3.3-4.3c-2.3 2.9-3.4-1.3-1.3-4.2-1-.3-3.5-.6-4.6-.5 3.2-1.1 10.4-1.8 11.2-.3.6 1.1-1 3.4-1 3.4 4-.5 8.3 1.1 6.7 5.1 2.9-1.4 5.5-5.9 4.8-10.4-.3 1-1.6 2.4-2.9 2.7.2-1.4-1-2.2-1.9-2.6 1.7-9.6-14.6-14.2-14.1-23.9-1 1.3-1.8 5-.8 7.1 2.7 3.2 8.7 6.7 10.1 12.2-2.6-6.4-15.1-11.4-14.6-20.2-1.6 1.6-2.6 7.8-1.3 11 2.4 1.4 4.5 3.8 4.8 6.1-2.2-5.1-11.4-6.1-13.9-12.2-.6 2.2-.3 5 1 6.7 0 0-2.2-.8-7-.6 1.7.6 5.1 3.5 4.8 5.2zm25.9 7.4c-2.7 0-3.5-2.1-4.2-4.3 3.3 1.3 4.2 4.3 4.2 4.3zm38.9 3.7l-1-.6c-1.1-1-2.9-1.4-4.7-1.4-2.9 0-5.8 1.3-7.5 3.4-.8.8-1.4 1.8-2.1 2.6v15.7c3.5 2.6 7.1-2.9 3-7.2 1.5.3 4.6 2.7 5.1 3.2 0 0 2.6-.5 5-.5 2.1 0 3.9.3 5.6 1.1V196c-1.1.5-2.2 1-2.7 1.4zM79.9 305.9c17.2-4.6 16.2-18 16.2-19.9 0-20.6-24.1-25-37-25H3l8.3 8.6v29.5H0l11.4 14.6V346L3 354.6c61.7 0 73.8 1.5 86.4-5.9 6.7-4 9.9-9.8 9.9-17.6 0-5.1 2.6-18.8-19.4-25.2zm-41.3-27.5c20 0 29.6-.8 29.6 9.1v3c0 12.1-19 8.8-29.6 8.8zm0 59.2V315c12.2 0 32.7-2.3 32.7 8.8v4.5h.2c0 11.2-12.5 9.3-32.9 9.3zm101.2-19.3l23.1.2v-.2l14.1-21.2h-37.2v-14.9h52.4l-14.1-21v-.2l-73.5.2 7.4 8.2v77.1l-7.4 8.2h81.2l14.1-21.2-60.1.2zm214.7-60.1c-73.9 0-77.5 99.3-.3 99.3 77.9 0 74.1-99.3.3-99.3zm-.3 77.5c-37.4 0-36.9-55.3.2-55.3 36.8.1 38.8 55.3-.2 55.3zm-91.3-8.3l44.1-66.2h-41.7l6.1 7.2-20.5 37.2h-.3l-21-37.2 6.4-7.2h-44.9l44.1 65.8.2 19.4-7.7 8.2h42.6l-7.2-8.2zm-28.4-151.3c1.6 1.3 2.9 2.4 2.9 6.6v38.8c0 4.2-.8 5.3-2.7 6.4-.1.1-7.5 4.5-7.9 4.6h35.1c10 0 17.4-1.5 26-8.6-.6-5 .2-9.5.8-12 0-.2-1.8 1.4-2.7 3.5 0-5.7 1.6-15.4 9.6-20.5-.1 0-3.7-.8-9 1.1 2-3.1 10-7.9 10.4-7.9-8.2-26-38-22.9-32.2-22.9-30.9 0-32.6.3-39.9-4 .1.8.5 8.2 9.6 14.9zm21.5 5.5c4.6 0 23.1-3.3 23.1 17.3 0 20.7-18.4 17.3-23.1 17.3zm228.9 79.6l7 8.3V312h-.3c-5.4-14.4-42.3-41.5-45.2-50.9h-31.6l7.4 8.5v76.9l-7.2 8.3h39l-7.4-8.2v-47.4h.3c3.7 10.6 44.5 42.9 48.5 55.6h21.3v-85.2l7.4-8.3zm-106.7-96.1c-32.2 0-32.8.2-39.9-4 .1.7.5 8.3 9.6 14.9 3.1 2 2.9 4.3 2.9 9.5 1.8-1.1 3.8-2.2 6.1-3-1.1 1.1-2.7 2.7-3.5 4.5 1-1.1 7.5-5.1 14.6-3.5-1.6.3-4 1.1-6.1 2.9.1 0 2.1-1.1 7.5-.3v-4.3c4.7 0 23.1-3.4 23.1 17.3 0 20.5-18.5 17.3-19.7 17.3 5.7 4.4 5.8 12 2.2 16.3h.3c33.4 0 36.7-27.3 36.7-34 0-3.8-1.1-32-33.8-33.6z\"/></svg></li><li title=\"d and d \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M82.5 98.9c-.6-17.2 2-33.8 12.7-48.2.3 7.4 1.2 14.5 4.2 21.6 5.9-27.5 19.7-49.3 42.3-65.5-1.9 5.9-3.5 11.8-3 17.7 8.7-7.4 18.8-17.8 44.4-22.7 14.7-2.8 29.7-2 42.1 1 38.5 9.3 61 34.3 69.7 72.3 5.3 23.1.7 45-8.3 66.4-5.2 12.4-12 24.4-20.7 35.1-2-1.9-3.9-3.8-5.8-5.6-42.8-40.8-26.8-25.2-37.4-37.4-1.1-1.2-1-2.2-.1-3.6 8.3-13.5 11.8-28.2 10-44-1.1-9.8-4.3-18.9-11.3-26.2-14.5-15.3-39.2-15-53.5.6-11.4 12.5-14.1 27.4-10.9 43.6.2 1.3.4 2.7 0 3.9-3.4 13.7-4.6 27.6-2.5 41.6.1.5.1 1.1.1 1.6 0 .3-.1.5-.2 1.1-21.8-11-36-28.3-43.2-52.2-8.3 17.8-11.1 35.5-6.6 54.1-15.6-15.2-21.3-34.3-22-55.2zm469.6 123.2c-11.6-11.6-25-20.4-40.1-26.6-12.8-5.2-26-7.9-39.9-7.1-10 .6-19.6 3.1-29 6.4-2.5.9-5.1 1.6-7.7 2.2-4.9 1.2-7.3-3.1-4.7-6.8 3.2-4.6 3.4-4.2 15-12 .6-.4 1.2-.8 2.2-1.5h-2.5c-.6 0-1.2.2-1.9.3-19.3 3.3-30.7 15.5-48.9 29.6-10.4 8.1-13.8 3.8-12-.5 1.4-3.5 3.3-6.7 5.1-10 1-1.8 2.3-3.4 3.5-5.1-.2-.2-.5-.3-.7-.5-27 18.3-46.7 42.4-57.7 73.3.3.3.7.6 1 .9.3-.6.5-1.2.9-1.7 10.4-12.1 22.8-21.8 36.6-29.8 18.2-10.6 37.5-18.3 58.7-20.2 4.3-.4 8.7-.1 13.1-.1-1.8.7-3.5.9-5.3 1.1-18.5 2.4-35.5 9-51.5 18.5-30.2 17.9-54.5 42.2-75.1 70.4-.3.4-.4.9-.7 1.3 14.5 5.3 24 17.3 36.1 25.6.2-.1.3-.2.4-.4l1.2-2.7c12.2-26.9 27-52.3 46.7-74.5 16.7-18.8 38-25.3 62.5-20 5.9 1.3 11.4 4.4 17.2 6.8 2.3-1.4 5.1-3.2 8-4.7 8.4-4.3 17.4-7 26.7-9 14.7-3.1 29.5-4.9 44.5-1.3v-.5c-.5-.4-1.2-.8-1.7-1.4zM316.7 397.6c-39.4-33-22.8-19.5-42.7-35.6-.8.9 0-.2-1.9 3-11.2 19.1-25.5 35.3-44 47.6-10.3 6.8-21.5 11.8-34.1 11.8-21.6 0-38.2-9.5-49.4-27.8-12-19.5-13.3-40.7-8.2-62.6 7.8-33.8 30.1-55.2 38.6-64.3-18.7-6.2-33 1.7-46.4 13.9.8-13.9 4.3-26.2 11.8-37.3-24.3 10.6-45.9 25-64.8 43.9-.3-5.8 5.4-43.7 5.6-44.7.3-2.7-.6-5.3-3-7.4-24.2 24.7-44.5 51.8-56.1 84.6 7.4-5.9 14.9-11.4 23.6-16.2-8.3 22.3-19.6 52.8-7.8 101.1 4.6 19 11.9 36.8 24.1 52.3 2.9 3.7 6.3 6.9 9.5 10.3.2-.2.4-.3.6-.5-1.4-7-2.2-14.1-1.5-21.9 2.2 3.2 3.9 6 5.9 8.6 12.6 16 28.7 27.4 47.2 35.6 25 11.3 51.1 13.3 77.9 8.6 54.9-9.7 90.7-48.6 116-98.8 1-1.8.6-2.9-.9-4.2zm172-46.4c-9.5-3.1-22.2-4.2-28.7-2.9 9.9 4 14.1 6.6 18.8 12 12.6 14.4 10.4 34.7-5.4 45.6-11.7 8.1-24.9 10.5-38.9 9.1-1.2-.1-2.3-.4-3-.6 2.8-3.7 6-7 8.1-10.8 9.4-16.8 5.4-42.1-8.7-56.1-2.1-2.1-4.6-3.9-7-5.9-.3 1.3-.1 2.1.1 2.8 4.2 16.6-8.1 32.4-24.8 31.8-7.6-.3-13.9-3.8-19.6-8.5-19.5-16.1-39.1-32.1-58.5-48.3-5.9-4.9-12.5-8.1-20.1-8.7-4.6-.4-9.3-.6-13.9-.9-5.9-.4-8.8-2.8-10.4-8.4-.9-3.4-1.5-6.8-2.2-10.2-1.5-8.1-6.2-13-14.3-14.2-4.4-.7-8.9-1-13.3-1.5-13-1.4-19.8-7.4-22.6-20.3-5 11-1.6 22.4 7.3 29.9 4.5 3.8 9.3 7.3 13.8 11.2 4.6 3.8 7.4 8.7 7.9 14.8.4 4.7.8 9.5 1.8 14.1 2.2 10.6 8.9 18.4 17 25.1 16.5 13.7 33 27.3 49.5 41.1 17.9 15 13.9 32.8 13 56-.9 22.9 12.2 42.9 33.5 51.2 1 .4 2 .6 3.6 1.1-15.7-18.2-10.1-44.1.7-52.3.3 2.2.4 4.3.9 6.4 9.4 44.1 45.4 64.2 85 56.9 16-2.9 30.6-8.9 42.9-19.8 2-1.8 3.7-4.1 5.9-6.5-19.3 4.6-35.8.1-50.9-10.6.7-.3 1.3-.3 1.9-.3 21.3 1.8 40.6-3.4 57-17.4 19.5-16.6 26.6-42.9 17.4-66-8.3-20.1-23.6-32.3-43.8-38.9zM99.4 179.3c-5.3-9.2-13.2-15.6-22.1-21.3 13.7-.5 26.6.2 39.6 3.7-7-12.2-8.5-24.7-5-38.7 5.3 11.9 13.7 20.1 23.6 26.8 19.7 13.2 35.7 19.6 46.7 30.2 3.4 3.3 6.3 7.1 9.6 10.9-.8-2.1-1.4-4.1-2.2-6-5-10.6-13-18.6-22.6-25-1.8-1.2-2.8-2.5-3.4-4.5-3.3-12.5-3-25.1-.7-37.6 1-5.5 2.8-10.9 4.5-16.3.8-2.4 2.3-4.6 4-6.6.6 6.9 0 25.5 19.6 46 10.8 11.3 22.4 21.9 33.9 32.7 9 8.5 18.3 16.7 25.5 26.8 1.1 1.6 2.2 3.3 3.8 4.7-5-13-14.2-24.1-24.2-33.8-9.6-9.3-19.4-18.4-29.2-27.4-3.3-3-4.6-6.7-5.1-10.9-1.2-10.4 0-20.6 4.3-30.2.5-1 1.1-2 1.9-3.3.5 4.2.6 7.9 1.4 11.6 4.8 23.1 20.4 36.3 49.3 63.5 10 9.4 19.3 19.2 25.6 31.6 4.8 9.3 7.3 19 5.7 29.6-.1.6.5 1.7 1.1 2 6.2 2.6 10 6.9 9.7 14.3 7.7-2.6 12.5-8 16.4-14.5 4.2 20.2-9.1 50.3-27.2 58.7.4-4.5 5-23.4-16.5-27.7-6.8-1.3-12.8-1.3-22.9-2.1 4.7-9 10.4-20.6.5-22.4-24.9-4.6-52.8 1.9-57.8 4.6 8.2.4 16.3 1 23.5 3.3-2 6.5-4 12.7-5.8 18.9-1.9 6.5 2.1 14.6 9.3 9.6 1.2-.9 2.3-1.9 3.3-2.7-3.1 17.9-2.9 15.9-2.8 18.3.3 10.2 9.5 7.8 15.7 7.3-2.5 11.8-29.5 27.3-45.4 25.8 7-4.7 12.7-10.3 15.9-17.9-6.5.8-12.9 1.6-19.2 2.4l-.3-.9c4.7-3.4 8-7.8 10.2-13.1 8.7-21.1-3.6-38-25-39.9-9.1-.8-17.8.8-25.9 5.5 6.2-15.6 17.2-26.6 32.6-34.5-15.2-4.3-8.9-2.7-24.6-6.3 14.6-9.3 30.2-13.2 46.5-14.6-5.2-3.2-48.1-3.6-70.2 20.9 7.9 1.4 15.5 2.8 23.2 4.2-23.8 7-44 19.7-62.4 35.6 1.1-4.8 2.7-9.5 3.3-14.3.6-4.5.8-9.2.1-13.6-1.5-9.4-8.9-15.1-19.7-16.3-7.9-.9-15.6.1-23.3 1.3-.9.1-1.7.3-2.9 0 15.8-14.8 36-21.7 53.1-33.5 6-4.5 6.8-8.2 3-14.9zm128.4 26.8c3.3 16 12.6 25.5 23.8 24.3-4.6-11.3-12.1-19.5-23.8-24.3z\"/></svg></li><li title=\"dailymotion \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M298.93,267a48.4,48.4,0,0,0-24.36-6.21q-19.83,0-33.44,13.27t-13.61,33.42q0,21.16,13.28,34.6t33.43,13.44q20.5,0,34.11-13.78T322,307.47A47.13,47.13,0,0,0,315.9,284,44.13,44.13,0,0,0,298.93,267ZM0,32V480H448V32ZM374.71,405.26h-53.1V381.37h-.67q-15.79,26.2-55.78,26.2-27.56,0-48.89-13.1a88.29,88.29,0,0,1-32.94-35.77q-11.6-22.68-11.59-50.89,0-27.56,11.76-50.22a89.9,89.9,0,0,1,32.93-35.78q21.18-13.09,47.72-13.1a80.87,80.87,0,0,1,29.74,5.21q13.28,5.21,25,17V153l55.79-12.09Z\"/></svg></li><li title=\"dashcube \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M326.6 104H110.4c-51.1 0-91.2 43.3-91.2 93.5V427c0 50.5 40.1 85 91.2 85h227.2c51.1 0 91.2-34.5 91.2-85V0L326.6 104zM153.9 416.5c-17.7 0-32.4-15.1-32.4-32.8V240.8c0-17.7 14.7-32.5 32.4-32.5h140.7c17.7 0 32 14.8 32 32.5v123.5l51.1 52.3H153.9z\"/></svg></li><li title=\"deezer \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M451.46,244.71H576V172H451.46Zm0-173.89v72.67H576V70.82Zm0,275.06H576V273.2H451.46ZM0,447.09H124.54V374.42H0Zm150.47,0H275V374.42H150.47Zm150.52,0H425.53V374.42H301Zm150.47,0H576V374.42H451.46ZM301,345.88H425.53V273.2H301Zm-150.52,0H275V273.2H150.47Zm0-101.17H275V172H150.47Z\"/></svg></li><li title=\"delicious \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M446.5 68c-.4-1.5-.9-3-1.4-4.5-.9-2.5-2-4.8-3.3-7.1-1.4-2.4-3-4.8-4.7-6.9-2.1-2.5-4.4-4.8-6.9-6.8-1.1-.9-2.2-1.7-3.3-2.5-1.3-.9-2.6-1.7-4-2.4-1.8-1-3.6-1.8-5.5-2.5-1.7-.7-3.5-1.3-5.4-1.7-3.8-1-7.9-1.5-12-1.5H48C21.5 32 0 53.5 0 80v352c0 4.1.5 8.2 1.5 12 2 7.7 5.8 14.6 11 20.3 1 1.1 2.1 2.2 3.3 3.3 5.7 5.2 12.6 9 20.3 11 3.8 1 7.9 1.5 12 1.5h352c26.5 0 48-21.5 48-48V80c-.1-4.1-.6-8.2-1.6-12zM416 432c0 8.8-7.2 16-16 16H224V256H32V80c0-8.8 7.2-16 16-16h176v192h192z\"/></svg></li><li title=\"deploydog \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M382.2 136h51.7v239.6h-51.7v-20.7c-19.8 24.8-52.8 24.1-73.8 14.7-26.2-11.7-44.3-38.1-44.3-71.8 0-29.8 14.8-57.9 43.3-70.8 20.2-9.1 52.7-10.6 74.8 12.9V136zm-64.7 161.8c0 18.2 13.6 33.5 33.2 33.5 19.8 0 33.2-16.4 33.2-32.9 0-17.1-13.7-33.2-33.2-33.2-19.6 0-33.2 16.4-33.2 32.6zM188.5 136h51.7v239.6h-51.7v-20.7c-19.8 24.8-52.8 24.1-73.8 14.7-26.2-11.7-44.3-38.1-44.3-71.8 0-29.8 14.8-57.9 43.3-70.8 20.2-9.1 52.7-10.6 74.8 12.9V136zm-64.7 161.8c0 18.2 13.6 33.5 33.2 33.5 19.8 0 33.2-16.4 33.2-32.9 0-17.1-13.7-33.2-33.2-33.2-19.7 0-33.2 16.4-33.2 32.6zM448 96c17.5 0 32 14.4 32 32v256c0 17.5-14.4 32-32 32H64c-17.5 0-32-14.4-32-32V128c0-17.5 14.4-32 32-32h384m0-32H64C28.8 64 0 92.8 0 128v256c0 35.2 28.8 64 64 64h384c35.2 0 64-28.8 64-64V128c0-35.2-28.8-64-64-64z\"/></svg></li><li title=\"deskpro \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 480 512\"><path d=\"M205.9 512l31.1-38.4c12.3-.2 25.6-1.4 36.5-6.6 38.9-18.6 38.4-61.9 38.3-63.8-.1-5-.8-4.4-28.9-37.4H362c-.2 50.1-7.3 68.5-10.2 75.7-9.4 23.7-43.9 62.8-95.2 69.4-8.7 1.1-32.8 1.2-50.7 1.1zm200.4-167.7c38.6 0 58.5-13.6 73.7-30.9l-175.5-.3-17.4 31.3 119.2-.1zm-43.6-223.9v168.3h-73.5l-32.7 55.5H250c-52.3 0-58.1-56.5-58.3-58.9-1.2-13.2-21.3-11.6-20.1 1.8 1.4 15.8 8.8 40 26.4 57.1h-91c-25.5 0-110.8-26.8-107-114V16.9C0 .9 9.7.3 15 .1h82c.2 0 .3.1.5.1 4.3-.4 50.1-2.1 50.1 43.7 0 13.3 20.2 13.4 20.2 0 0-18.2-5.5-32.8-15.8-43.7h84.2c108.7-.4 126.5 79.4 126.5 120.2zm-132.5 56l64 29.3c13.3-45.5-42.2-71.7-64-29.3z\"/></svg></li><li title=\"dev \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M120.12 208.29c-3.88-2.9-7.77-4.35-11.65-4.35H91.03v104.47h17.45c3.88 0 7.77-1.45 11.65-4.35 3.88-2.9 5.82-7.25 5.82-13.06v-69.65c-.01-5.8-1.96-10.16-5.83-13.06zM404.1 32H43.9C19.7 32 .06 51.59 0 75.8v360.4C.06 460.41 19.7 480 43.9 480h360.2c24.21 0 43.84-19.59 43.9-43.8V75.8c-.06-24.21-19.7-43.8-43.9-43.8zM154.2 291.19c0 18.81-11.61 47.31-48.36 47.25h-46.4V172.98h47.38c35.44 0 47.36 28.46 47.37 47.28l.01 70.93zm100.68-88.66H201.6v38.42h32.57v29.57H201.6v38.41h53.29v29.57h-62.18c-11.16.29-20.44-8.53-20.72-19.69V193.7c-.27-11.15 8.56-20.41 19.71-20.69h63.19l-.01 29.52zm103.64 115.29c-13.2 30.75-36.85 24.63-47.44 0l-38.53-144.8h32.57l29.71 113.72 29.57-113.72h32.58l-38.46 144.8z\"/></svg></li><li title=\"deviantart \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"><path d=\"M320 93.2l-98.2 179.1 7.4 9.5H320v127.7H159.1l-13.5 9.2-43.7 84c-.3 0-8.6 8.6-9.2 9.2H0v-93.2l93.2-179.4-7.4-9.2H0V102.5h156l13.5-9.2 43.7-84c.3 0 8.6-8.6 9.2-9.2H320v93.1z\"/></svg></li><li title=\"dhl \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M238 301.2h58.7L319 271h-58.7L238 301.2zM0 282.9v6.4h81.8l4.7-6.4H0zM172.9 271c-8.7 0-6-3.6-4.6-5.5 2.8-3.8 7.6-10.4 10.4-14.1 2.8-3.7 2.8-5.9-2.8-5.9h-51l-41.1 55.8h100.1c33.1 0 51.5-22.5 57.2-30.3h-68.2zm317.5-6.9l39.3-53.4h-62.2l-39.3 53.4h62.2zM95.3 271H0v6.4h90.6l4.7-6.4zm111-26.6c-2.8 3.8-7.5 10.4-10.3 14.2-1.4 2-4.1 5.5 4.6 5.5h45.6s7.3-10 13.5-18.4c8.4-11.4.7-35-29.2-35H112.6l-20.4 27.8h111.4c5.6 0 5.5 2.2 2.7 5.9zM0 301.2h73.1l4.7-6.4H0v6.4zm323 0h58.7L404 271h-58.7c-.1 0-22.3 30.2-22.3 30.2zm222 .1h95v-6.4h-90.3l-4.7 6.4zm22.3-30.3l-4.7 6.4H640V271h-72.7zm-13.5 18.3H640v-6.4h-81.5l-4.7 6.4zm-164.2-78.6l-22.5 30.6h-26.2l22.5-30.6h-58.7l-39.3 53.4H409l39.3-53.4h-58.7zm33.5 60.3s-4.3 5.9-6.4 8.7c-7.4 10-.9 21.6 23.2 21.6h94.3l22.3-30.3H423.1z\"/></svg></li><li title=\"diaspora \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M251.64 354.55c-1.4 0-88 119.9-88.7 119.9S76.34 414 76 413.25s86.6-125.7 86.6-127.4c0-2.2-129.6-44-137.6-47.1-1.3-.5 31.4-101.8 31.7-102.1.6-.7 144.4 47 145.5 47 .4 0 .9-.6 1-1.3.4-2 1-148.6 1.7-149.6.8-1.2 104.5-.7 105.1-.3 1.5 1 3.5 156.1 6.1 156.1 1.4 0 138.7-47 139.3-46.3.8.9 31.9 102.2 31.5 102.6-.9.9-140.2 47.1-140.6 48.8-.3 1.4 82.8 122.1 82.5 122.9s-85.5 63.5-86.3 63.5c-1-.2-89-125.5-90.9-125.5z\"/></svg></li><li title=\"digg \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M81.7 172.3H0v174.4h132.7V96h-51v76.3zm0 133.4H50.9v-92.3h30.8v92.3zm297.2-133.4v174.4h81.8v28.5h-81.8V416H512V172.3H378.9zm81.8 133.4h-30.8v-92.3h30.8v92.3zm-235.6 41h82.1v28.5h-82.1V416h133.3V172.3H225.1v174.4zm51.2-133.3h30.8v92.3h-30.8v-92.3zM153.3 96h51.3v51h-51.3V96zm0 76.3h51.3v174.4h-51.3V172.3z\"/></svg></li><li title=\"digital ocean \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M87 481.8h73.7v-73.6H87zM25.4 346.6v61.6H87v-61.6zm466.2-169.7c-23-74.2-82.4-133.3-156.6-156.6C164.9-32.8 8 93.7 8 255.9h95.8c0-101.8 101-180.5 208.1-141.7 39.7 14.3 71.5 46.1 85.8 85.7 39.1 107-39.7 207.8-141.4 208v.3h-.3V504c162.6 0 288.8-156.8 235.6-327.1zm-235.3 231v-95.3h-95.6v95.6H256v-.3z\"/></svg></li><li title=\"discord \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M524.531,69.836a1.5,1.5,0,0,0-.764-.7A485.065,485.065,0,0,0,404.081,32.03a1.816,1.816,0,0,0-1.923.91,337.461,337.461,0,0,0-14.9,30.6,447.848,447.848,0,0,0-134.426,0,309.541,309.541,0,0,0-15.135-30.6,1.89,1.89,0,0,0-1.924-.91A483.689,483.689,0,0,0,116.085,69.137a1.712,1.712,0,0,0-.788.676C39.068,183.651,18.186,294.69,28.43,404.354a2.016,2.016,0,0,0,.765,1.375A487.666,487.666,0,0,0,176.02,479.918a1.9,1.9,0,0,0,2.063-.676A348.2,348.2,0,0,0,208.12,430.4a1.86,1.86,0,0,0-1.019-2.588,321.173,321.173,0,0,1-45.868-21.853,1.885,1.885,0,0,1-.185-3.126c3.082-2.309,6.166-4.711,9.109-7.137a1.819,1.819,0,0,1,1.9-.256c96.229,43.917,200.41,43.917,295.5,0a1.812,1.812,0,0,1,1.924.233c2.944,2.426,6.027,4.851,9.132,7.16a1.884,1.884,0,0,1-.162,3.126,301.407,301.407,0,0,1-45.89,21.83,1.875,1.875,0,0,0-1,2.611,391.055,391.055,0,0,0,30.014,48.815,1.864,1.864,0,0,0,2.063.7A486.048,486.048,0,0,0,610.7,405.729a1.882,1.882,0,0,0,.765-1.352C623.729,277.594,590.933,167.465,524.531,69.836ZM222.491,337.58c-28.972,0-52.844-26.587-52.844-59.239S193.056,219.1,222.491,219.1c29.665,0,53.306,26.82,52.843,59.239C275.334,310.993,251.924,337.58,222.491,337.58Zm195.38,0c-28.971,0-52.843-26.587-52.843-59.239S388.437,219.1,417.871,219.1c29.667,0,53.307,26.82,52.844,59.239C470.715,310.993,447.538,337.58,417.871,337.58Z\"/></svg></li><li title=\"discourse \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M225.9 32C103.3 32 0 130.5 0 252.1 0 256 .1 480 .1 480l225.8-.2c122.7 0 222.1-102.3 222.1-223.9C448 134.3 348.6 32 225.9 32zM224 384c-19.4 0-37.9-4.3-54.4-12.1L88.5 392l22.9-75c-9.8-18.1-15.4-38.9-15.4-61 0-70.7 57.3-128 128-128s128 57.3 128 128-57.3 128-128 128z\"/></svg></li><li title=\"dochub \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 416 512\"><path d=\"M397.9 160H256V19.6L397.9 160zM304 192v130c0 66.8-36.5 100.1-113.3 100.1H96V84.8h94.7c12 0 23.1.8 33.1 2.5v-84C212.9 1.1 201.4 0 189.2 0H0v512h189.2C329.7 512 400 447.4 400 318.1V192h-96z\"/></svg></li><li title=\"docker \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M349.9 236.3h-66.1v-59.4h66.1v59.4zm0-204.3h-66.1v60.7h66.1V32zm78.2 144.8H362v59.4h66.1v-59.4zm-156.3-72.1h-66.1v60.1h66.1v-60.1zm78.1 0h-66.1v60.1h66.1v-60.1zm276.8 100c-14.4-9.7-47.6-13.2-73.1-8.4-3.3-24-16.7-44.9-41.1-63.7l-14-9.3-9.3 14c-18.4 27.8-23.4 73.6-3.7 103.8-8.7 4.7-25.8 11.1-48.4 10.7H2.4c-8.7 50.8 5.8 116.8 44 162.1 37.1 43.9 92.7 66.2 165.4 66.2 157.4 0 273.9-72.5 328.4-204.2 21.4.4 67.6.1 91.3-45.2 1.5-2.5 6.6-13.2 8.5-17.1l-13.3-8.9zm-511.1-27.9h-66v59.4h66.1v-59.4zm78.1 0h-66.1v59.4h66.1v-59.4zm78.1 0h-66.1v59.4h66.1v-59.4zm-78.1-72.1h-66.1v60.1h66.1v-60.1z\"/></svg></li><li title=\"draft2digital \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 480 512\"><path d=\"M480 398.1l-144-82.2v64.7h-91.3c30.8-35 81.8-95.9 111.8-149.3 35.2-62.6 16.1-123.4-12.8-153.3-4.4-4.6-62.2-62.9-166-41.2-59.1 12.4-89.4 43.4-104.3 67.3-13.1 20.9-17 39.8-18.2 47.7-5.5 33 19.4 67.1 56.7 67.1 31.7 0 57.3-25.7 57.3-57.4 0-27.1-19.7-52.1-48-56.8 1.8-7.3 17.7-21.1 26.3-24.7 41.1-17.3 78 5.2 83.3 33.5 8.3 44.3-37.1 90.4-69.7 127.6C84.5 328.1 18.3 396.8 0 415.9l336-.1V480zM369.9 371l47.1 27.2-47.1 27.2zM134.2 161.4c0 12.4-10 22.4-22.4 22.4s-22.4-10-22.4-22.4 10-22.4 22.4-22.4 22.4 10.1 22.4 22.4zM82.5 380.5c25.6-27.4 97.7-104.7 150.8-169.9 35.1-43.1 40.3-82.4 28.4-112.7-7.4-18.8-17.5-30.2-24.3-35.7 45.3 2.1 68 23.4 82.2 38.3 0 0 42.4 48.2 5.8 113.3-37 65.9-110.9 147.5-128.5 166.7z\"/></svg></li><li title=\"dribbble square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M90.2 228.2c8.9-42.4 37.4-77.7 75.7-95.7 3.6 4.9 28 38.8 50.7 79-64 17-120.3 16.8-126.4 16.7zM314.6 154c-33.6-29.8-79.3-41.1-122.6-30.6 3.8 5.1 28.6 38.9 51 80 48.6-18.3 69.1-45.9 71.6-49.4zM140.1 364c40.5 31.6 93.3 36.7 137.3 18-2-12-10-53.8-29.2-103.6-55.1 18.8-93.8 56.4-108.1 85.6zm98.8-108.2c-3.4-7.8-7.2-15.5-11.1-23.2C159.6 253 93.4 252.2 87.4 252c0 1.4-.1 2.8-.1 4.2 0 35.1 13.3 67.1 35.1 91.4 22.2-37.9 67.1-77.9 116.5-91.8zm34.9 16.3c17.9 49.1 25.1 89.1 26.5 97.4 30.7-20.7 52.5-53.6 58.6-91.6-4.6-1.5-42.3-12.7-85.1-5.8zm-20.3-48.4c4.8 9.8 8.3 17.8 12 26.8 45.5-5.7 90.7 3.4 95.2 4.4-.3-32.3-11.8-61.9-30.9-85.1-2.9 3.9-25.8 33.2-76.3 53.9zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-64 176c0-88.2-71.8-160-160-160S64 167.8 64 256s71.8 160 160 160 160-71.8 160-160z\"/></svg></li><li title=\"dribbble \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 8C119.252 8 8 119.252 8 256s111.252 248 248 248 248-111.252 248-248S392.748 8 256 8zm163.97 114.366c29.503 36.046 47.369 81.957 47.835 131.955-6.984-1.477-77.018-15.682-147.502-6.818-5.752-14.041-11.181-26.393-18.617-41.614 78.321-31.977 113.818-77.482 118.284-83.523zM396.421 97.87c-3.81 5.427-35.697 48.286-111.021 76.519-34.712-63.776-73.185-116.168-79.04-124.008 67.176-16.193 137.966 1.27 190.061 47.489zm-230.48-33.25c5.585 7.659 43.438 60.116 78.537 122.509-99.087 26.313-186.36 25.934-195.834 25.809C62.38 147.205 106.678 92.573 165.941 64.62zM44.17 256.323c0-2.166.043-4.322.108-6.473 9.268.19 111.92 1.513 217.706-30.146 6.064 11.868 11.857 23.915 17.174 35.949-76.599 21.575-146.194 83.527-180.531 142.306C64.794 360.405 44.17 310.73 44.17 256.323zm81.807 167.113c22.127-45.233 82.178-103.622 167.579-132.756 29.74 77.283 42.039 142.053 45.189 160.638-68.112 29.013-150.015 21.053-212.768-27.882zm248.38 8.489c-2.171-12.886-13.446-74.897-41.152-151.033 66.38-10.626 124.7 6.768 131.947 9.055-9.442 58.941-43.273 109.844-90.795 141.978z\"/></svg></li><li title=\"dropbox \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 528 512\"><path d=\"M264.4 116.3l-132 84.3 132 84.3-132 84.3L0 284.1l132.3-84.3L0 116.3 132.3 32l132.1 84.3zM131.6 395.7l132-84.3 132 84.3-132 84.3-132-84.3zm132.8-111.6l132-84.3-132-83.6L395.7 32 528 116.3l-132.3 84.3L528 284.8l-132.3 84.3-131.3-85z\"/></svg></li><li title=\"drupal \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M319.5 114.7c-22.2-14-43.5-19.5-64.7-33.5-13-8.8-31.3-30-46.5-48.3-2.7 29.3-11.5 41.2-22 49.5-21.3 17-34.8 22.2-53.5 32.3C117 123 32 181.5 32 290.5 32 399.7 123.8 480 225.8 480 327.5 480 416 406 416 294c0-112.3-83-171-96.5-179.3zm2.5 325.6c-20.1 20.1-90.1 28.7-116.7 4.2-4.8-4.8.3-12 6.5-12 0 0 17 13.3 51.5 13.3 27 0 46-7.7 54.5-14 6.1-4.6 8.4 4.3 4.2 8.5zm-54.5-52.6c8.7-3.6 29-3.8 36.8 1.3 4.1 2.8 16.1 18.8 6.2 23.7-8.4 4.2-1.2-15.7-26.5-15.7-14.7 0-19.5 5.2-26.7 11-7 6-9.8 8-12.2 4.7-6-8.2 15.9-22.3 22.4-25zM360 405c-15.2-1-45.5-48.8-65-49.5-30.9-.9-104.1 80.7-161.3 42-38.8-26.6-14.6-104.8 51.8-105.2 49.5-.5 83.8 49 108.5 48.5 21.3-.3 61.8-41.8 81.8-41.8 48.7 0 23.3 109.3-15.8 106z\"/></svg></li><li title=\"dyalog \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 416 512\"><path d=\"M0 32v119.2h64V96h107.2C284.6 96 352 176.2 352 255.9 352 332 293.4 416 171.2 416H0v64h171.2C331.9 480 416 367.3 416 255.9c0-58.7-22.1-113.4-62.3-154.3C308.9 56 245.7 32 171.2 32H0z\"/></svg></li><li title=\"earlybirds \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 480 512\"><path d=\"M313.2 47.5c1.2-13 21.3-14 36.6-8.7.9.3 26.2 9.7 19 15.2-27.9-7.4-56.4 18.2-55.6-6.5zm-201 6.9c30.7-8.1 62 20 61.1-7.1-1.3-14.2-23.4-15.3-40.2-9.6-1 .3-28.7 10.5-20.9 16.7zM319.4 160c-8.8 0-16 7.2-16 16s7.2 16 16 16 16-7.2 16-16-7.2-16-16-16zm-159.7 0c-8.8 0-16 7.2-16 16s7.2 16 16 16 16-7.2 16-16-7.2-16-16-16zm318.5 163.2c-9.9 24-40.7 11-63.9-1.2-13.5 69.1-58.1 111.4-126.3 124.2.3.9-2-.1 24 1 33.6 1.4 63.8-3.1 97.4-8-19.8-13.8-11.4-37.1-9.8-38.1 1.4-.9 14.7 1.7 21.6 11.5 8.6-12.5 28.4-14.8 30.2-13.6 1.6 1.1 6.6 20.9-6.9 34.6 4.7-.9 8.2-1.6 9.8-2.1 2.6-.8 17.7 11.3 3.1 13.3-14.3 2.3-22.6 5.1-47.1 10.8-45.9 10.7-85.9 11.8-117.7 12.8l1 11.6c3.8 18.1-23.4 24.3-27.6 6.2.8 17.9-27.1 21.8-28.4-1l-.5 5.3c-.7 18.4-28.4 17.9-28.3-.6-7.5 13.5-28.1 6.8-26.4-8.5l1.2-12.4c-36.7.9-59.7 3.1-61.8 3.1-20.9 0-20.9-31.6 0-31.6 2.4 0 27.7 1.3 63.2 2.8-61.1-15.5-103.7-55-114.9-118.2-25 12.8-57.5 26.8-68.2.8-10.5-25.4 21.5-42.6 66.8-73.4.7-6.6 1.6-13.3 2.7-19.8-14.4-19.6-11.6-36.3-16.1-60.4-16.8 2.4-23.2-9.1-23.6-23.1.3-7.3 2.1-14.9 2.4-15.4 1.1-1.8 10.1-2 12.7-2.6 6-31.7 50.6-33.2 90.9-34.5 19.7-21.8 45.2-41.5 80.9-48.3C203.3 29 215.2 8.5 216.2 8c1.7-.8 21.2 4.3 26.3 23.2 5.2-8.8 18.3-11.4 19.6-10.7 1.1.6 6.4 15-4.9 25.9 40.3 3.5 72.2 24.7 96 50.7 36.1 1.5 71.8 5.9 77.1 34 2.7.6 11.6.8 12.7 2.6.3.5 2.1 8.1 2.4 15.4-.5 13.9-6.8 25.4-23.6 23.1-3.2 17.3-2.7 32.9-8.7 47.7 2.4 11.7 4 23.8 4.8 36.4 37 25.4 70.3 42.5 60.3 66.9zM207.4 159.9c.9-44-37.9-42.2-78.6-40.3-21.7 1-38.9 1.9-45.5 13.9-11.4 20.9 5.9 92.9 23.2 101.2 9.8 4.7 73.4 7.9 86.3-7.1 8.2-9.4 15-49.4 14.6-67.7zm52 58.3c-4.3-12.4-6-30.1-15.3-32.7-2-.5-9-.5-11 0-10 2.8-10.8 22.1-17 37.2 15.4 0 19.3 9.7 23.7 9.7 4.3 0 6.3-11.3 19.6-14.2zm135.7-84.7c-6.6-12.1-24.8-12.9-46.5-13.9-40.2-1.9-78.2-3.8-77.3 40.3-.5 18.3 5 58.3 13.2 67.8 13 14.9 76.6 11.8 86.3 7.1 15.8-7.6 36.5-78.9 24.3-101.3z\"/></svg></li><li title=\"ebay \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M606 189.5l-54.8 109.9-54.9-109.9h-37.5l10.9 20.6c-11.5-19-35.9-26-63.3-26-31.8 0-67.9 8.7-71.5 43.1h33.7c1.4-13.8 15.7-21.8 35-21.8 26 0 41 9.6 41 33v3.4c-12.7 0-28 .1-41.7.4-42.4.9-69.6 10-76.7 34.4 1-5.2 1.5-10.6 1.5-16.2 0-52.1-39.7-76.2-75.4-76.2-21.3 0-43 5.5-58.7 24.2v-80.6h-32.1v169.5c0 10.3-.6 22.9-1.1 33.1h31.5c.7-6.3 1.1-12.9 1.1-19.5 13.6 16.6 35.4 24.9 58.7 24.9 36.9 0 64.9-21.9 73.3-54.2-.5 2.8-.7 5.8-.7 9 0 24.1 21.1 45 60.6 45 26.6 0 45.8-5.7 61.9-25.5 0 6.6.3 13.3 1.1 20.2h29.8c-.7-8.2-1-17.5-1-26.8v-65.6c0-9.3-1.7-17.2-4.8-23.8l61.5 116.1-28.5 54.1h35.9L640 189.5zM243.7 313.8c-29.6 0-50.2-21.5-50.2-53.8 0-32.4 20.6-53.8 50.2-53.8 29.8 0 50.2 21.4 50.2 53.8 0 32.3-20.4 53.8-50.2 53.8zm200.9-47.3c0 30-17.9 48.4-51.6 48.4-25.1 0-35-13.4-35-25.8 0-19.1 18.1-24.4 47.2-25.3 13.1-.5 27.6-.6 39.4-.6zm-411.9 1.6h128.8v-8.5c0-51.7-33.1-75.4-78.4-75.4-56.8 0-83 30.8-83 77.6 0 42.5 25.3 74 82.5 74 31.4 0 68-11.7 74.4-46.1h-33.1c-12 35.8-87.7 36.7-91.2-21.6zm95-21.4H33.3c6.9-56.6 92.1-54.7 94.4 0z\"/></svg></li><li title=\"edge legacy \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M25.71,228.16l.35-.48c0,.16,0,.32-.07.48Zm460.58,15.51c0-44-7.76-84.46-28.81-122.4C416.5,47.88,343.91,8,258.89,8,119,7.72,40.62,113.21,26.06,227.68c42.42-61.31,117.07-121.38,220.37-125,0,0,109.67,0,99.42,105H170c6.37-37.39,18.55-59,34.34-78.93-75.05,34.9-121.85,96.1-120.75,188.32.83,71.45,50.13,144.84,120.75,172,83.35,31.84,192.77,7.2,240.13-21.33V363.31C363.6,419.8,173.6,424.23,172.21,295.74H486.29V243.67Z\"/></svg></li><li title=\"edge \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M481.92,134.48C440.87,54.18,352.26,8,255.91,8,137.05,8,37.51,91.68,13.47,203.66c26-46.49,86.22-79.14,149.46-79.14,79.27,0,121.09,48.93,122.25,50.18,22,23.8,33,50.39,33,83.1,0,10.4-5.31,25.82-15.11,38.57-1.57,2-6.39,4.84-6.39,11,0,5.06,3.29,9.92,9.14,14,27.86,19.37,80.37,16.81,80.51,16.81A115.39,115.39,0,0,0,444.94,322a118.92,118.92,0,0,0,58.95-102.44C504.39,176.13,488.39,147.26,481.92,134.48ZM212.77,475.67a154.88,154.88,0,0,1-46.64-45c-32.94-47.42-34.24-95.6-20.1-136A155.5,155.5,0,0,1,203,215.75c59-45.2,94.84-5.65,99.06-1a80,80,0,0,0-4.89-10.14c-9.24-15.93-24-36.41-56.56-53.51-33.72-17.69-70.59-18.59-77.64-18.59-38.71,0-77.9,13-107.53,35.69C35.68,183.3,12.77,208.72,8.6,243c-1.08,12.31-2.75,62.8,23,118.27a248,248,0,0,0,248.3,141.61C241.78,496.26,214.05,476.24,212.77,475.67Zm250.72-98.33a7.76,7.76,0,0,0-7.92-.23,181.66,181.66,0,0,1-20.41,9.12,197.54,197.54,0,0,1-69.55,12.52c-91.67,0-171.52-63.06-171.52-144A61.12,61.12,0,0,1,200.61,228,168.72,168.72,0,0,0,161.85,278c-14.92,29.37-33,88.13,13.33,151.66,6.51,8.91,23,30,56,47.67,23.57,12.65,49,19.61,71.7,19.61,35.14,0,115.43-33.44,163-108.87A7.75,7.75,0,0,0,463.49,377.34Z\"/></svg></li><li title=\"elementor \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M425.6 32H22.4C10 32 0 42 0 54.4v403.2C0 470 10 480 22.4 480h403.2c12.4 0 22.4-10 22.4-22.4V54.4C448 42 438 32 425.6 32M164.3 355.5h-39.8v-199h39.8v199zm159.3 0H204.1v-39.8h119.5v39.8zm0-79.6H204.1v-39.8h119.5v39.8zm0-79.7H204.1v-39.8h119.5v39.8z\"/></svg></li><li title=\"ello \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm143.84 285.2C375.31 358.51 315.79 404.8 248 404.8s-127.31-46.29-143.84-111.6c-1.65-7.44 2.48-15.71 9.92-17.36 7.44-1.65 15.71 2.48 17.36 9.92 14.05 52.91 62 90.11 116.56 90.11s102.51-37.2 116.56-90.11c1.65-7.44 9.92-12.4 17.36-9.92 7.44 1.65 12.4 9.92 9.92 17.36z\"/></svg></li><li title=\"ember \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M639.9 254.6c-1.1-10.7-10.7-6.8-10.7-6.8s-15.6 12.1-29.3 10.7c-13.7-1.3-9.4-32-9.4-32s3-28.1-5.1-30.4c-8.1-2.4-18 7.3-18 7.3s-12.4 13.7-18.3 31.2l-1.6.5s1.9-30.6-.3-37.6c-1.6-3.5-16.4-3.2-18.8 3s-14.2 49.2-15 67.2c0 0-23.1 19.6-43.3 22.8s-25-9.4-25-9.4 54.8-15.3 52.9-59.1-44.2-27.6-49-24c-4.6 3.5-29.4 18.4-36.6 59.7-.2 1.4-.7 7.5-.7 7.5s-21.2 14.2-33 18c0 0 33-55.6-7.3-80.9-11.4-6.8-21.3-.5-27.2 5.3 13.6-17.3 46.4-64.2 36.9-105.2-5.8-24.4-18-27.1-29.2-23.1-17 6.7-23.5 16.7-23.5 16.7s-22 32-27.1 79.5-12.6 105.1-12.6 105.1-10.5 10.2-20.2 10.7-5.4-28.7-5.4-28.7 7.5-44.6 7-52.1-1.1-11.6-9.9-14.2c-8.9-2.7-18.5 8.6-18.5 8.6s-25.5 38.7-27.7 44.6l-1.3 2.4-1.3-1.6s18-52.7.8-53.5-28.5 18.8-28.5 18.8-19.6 32.8-20.4 36.5l-1.3-1.6s8.1-38.2 6.4-47.6c-1.6-9.4-10.5-7.5-10.5-7.5s-11.3-1.3-14.2 5.9-13.7 55.3-15 70.7c0 0-28.2 20.2-46.8 20.4-18.5.3-16.7-11.8-16.7-11.8s68-23.3 49.4-69.2c-8.3-11.8-18-15.5-31.7-15.3-13.7.3-30.3 8.6-41.3 33.3-5.3 11.8-6.8 23-7.8 31.5 0 0-12.3 2.4-18.8-2.9s-10 0-10 0-11.2 14-.1 18.3 28.1 6.1 28.1 6.1c1.6 7.5 6.2 19.5 19.6 29.7 20.2 15.3 58.8-1.3 58.8-1.3l15.9-8.8s.5 14.6 12.1 16.7 16.4 1 36.5-47.9c11.8-25 12.6-23.6 12.6-23.6l1.3-.3s-9.1 46.8-5.6 59.7C187.7 319.4 203 318 203 318s8.3 2.4 15-21.2 19.6-49.9 19.6-49.9h1.6s-5.6 48.1 3 63.7 30.9 5.3 30.9 5.3 15.6-7.8 18-10.2c0 0 18.5 15.8 44.6 12.9 58.3-11.5 79.1-25.9 79.1-25.9s10 24.4 41.1 26.7c35.5 2.7 54.8-18.6 54.8-18.6s-.3 13.5 12.1 18.6 20.7-22.8 20.7-22.8l20.7-57.2h1.9s1.1 37.3 21.5 43.2 47-13.7 47-13.7 6.4-3.5 5.3-14.3zm-578 5.3c.8-32 21.8-45.9 29-39 7.3 7 4.6 22-9.1 31.4-13.7 9.5-19.9 7.6-19.9 7.6zm272.8-123.8s19.1-49.7 23.6-25.5-40 96.2-40 96.2c.5-16.2 16.4-70.7 16.4-70.7zm22.8 138.4c-12.6 33-43.3 19.6-43.3 19.6s-3.5-11.8 6.4-44.9 33.3-20.2 33.3-20.2 16.2 12.4 3.6 45.5zm84.6-14.6s-3-10.5 8.1-30.6c11-20.2 19.6-9.1 19.6-9.1s9.4 10.2-1.3 25.5-26.4 14.2-26.4 14.2z\"/></svg></li><li title=\"empire \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M287.6 54.2c-10.8-2.2-22.1-3.3-33.5-3.6V32.4c78.1 2.2 146.1 44 184.6 106.6l-15.8 9.1c-6.1-9.7-12.7-18.8-20.2-27.1l-18 15.5c-26-29.6-61.4-50.7-101.9-58.4l4.8-23.9zM53.4 322.4l23-7.7c-6.4-18.3-10-38.2-10-58.7s3.3-40.4 9.7-58.7l-22.7-7.7c3.6-10.8 8.3-21.3 13.6-31l-15.8-9.1C34 181 24.1 217.5 24.1 256s10 75 27.1 106.6l15.8-9.1c-5.3-10-9.7-20.3-13.6-31.1zM213.1 434c-40.4-8-75.8-29.1-101.9-58.7l-18 15.8c-7.5-8.6-14.4-17.7-20.2-27.4l-16 9.4c38.5 62.3 106.8 104.3 184.9 106.6v-18.3c-11.3-.3-22.7-1.7-33.5-3.6l4.7-23.8zM93.3 120.9l18 15.5c26-29.6 61.4-50.7 101.9-58.4l-4.7-23.8c10.8-2.2 22.1-3.3 33.5-3.6V32.4C163.9 34.6 95.9 76.4 57.4 139l15.8 9.1c6-9.7 12.6-18.9 20.1-27.2zm309.4 270.2l-18-15.8c-26 29.6-61.4 50.7-101.9 58.7l4.7 23.8c-10.8 1.9-22.1 3.3-33.5 3.6v18.3c78.1-2.2 146.4-44.3 184.9-106.6l-16.1-9.4c-5.7 9.7-12.6 18.8-20.1 27.4zM496 256c0 137-111 248-248 248S0 393 0 256 111 8 248 8s248 111 248 248zm-12.2 0c0-130.1-105.7-235.8-235.8-235.8S12.2 125.9 12.2 256 117.9 491.8 248 491.8 483.8 386.1 483.8 256zm-39-106.6l-15.8 9.1c5.3 9.7 10 20.2 13.6 31l-22.7 7.7c6.4 18.3 9.7 38.2 9.7 58.7s-3.6 40.4-10 58.7l23 7.7c-3.9 10.8-8.3 21-13.6 31l15.8 9.1C462 331 471.9 294.5 471.9 256s-9.9-75-27.1-106.6zm-183 177.7c16.3-3.3 30.4-11.6 40.7-23.5l51.2 44.8c11.9-13.6 21.3-29.3 27.1-46.8l-64.2-22.1c2.5-7.5 3.9-15.2 3.9-23.5s-1.4-16.1-3.9-23.5l64.5-22.1c-6.1-17.4-15.5-33.2-27.4-46.8l-51.2 44.8c-10.2-11.9-24.4-20.5-40.7-23.8l13.3-66.4c-8.6-1.9-17.7-2.8-27.1-2.8-9.4 0-18.5.8-27.1 2.8l13.3 66.4c-16.3 3.3-30.4 11.9-40.7 23.8l-51.2-44.8c-11.9 13.6-21.3 29.3-27.4 46.8l64.5 22.1c-2.5 7.5-3.9 15.2-3.9 23.5s1.4 16.1 3.9 23.5l-64.2 22.1c5.8 17.4 15.2 33.2 27.1 46.8l51.2-44.8c10.2 11.9 24.4 20.2 40.7 23.5l-13.3 66.7c8.6 1.7 17.7 2.8 27.1 2.8 9.4 0 18.5-1.1 27.1-2.8l-13.3-66.7z\"/></svg></li><li title=\"envira \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M0 32c477.6 0 366.6 317.3 367.1 366.3L448 480h-26l-70.4-71.2c-39 4.2-124.4 34.5-214.4-37C47 300.3 52 214.7 0 32zm79.7 46c-49.7-23.5-5.2 9.2-5.2 9.2 45.2 31.2 66 73.7 90.2 119.9 31.5 60.2 79 139.7 144.2 167.7 65 28 34.2 12.5 6-8.5-28.2-21.2-68.2-87-91-130.2-31.7-60-61-118.6-144.2-158.1z\"/></svg></li><li title=\"erlang \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M87.2 53.5H0v405h100.4c-49.7-52.6-78.8-125.3-78.7-212.1-.1-76.7 24-142.7 65.5-192.9zm238.2 9.7c-45.9.1-85.1 33.5-89.2 83.2h169.9c-1.1-49.7-34.5-83.1-80.7-83.2zm230.7-9.6h.3l-.1-.1zm.3 0c31.4 42.7 48.7 97.5 46.2 162.7.5 6 .5 11.7 0 24.1H230.2c-.2 109.7 38.9 194.9 138.6 195.3 68.5-.3 118-51 151.9-106.1l96.4 48.2c-17.4 30.9-36.5 57.8-57.9 80.8H640v-405z\"/></svg></li><li title=\"ethereum \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"><path d=\"M311.9 260.8L160 353.6 8 260.8 160 0l151.9 260.8zM160 383.4L8 290.6 160 512l152-221.4-152 92.8z\"/></svg></li><li title=\"etsy \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M384 348c-1.75 10.75-13.75 110-15.5 132-117.879-4.299-219.895-4.743-368.5 0v-25.5c45.457-8.948 60.627-8.019 61-35.25 1.793-72.322 3.524-244.143 0-322-1.029-28.46-12.13-26.765-61-36v-25.5c73.886 2.358 255.933 8.551 362.999-3.75-3.5 38.25-7.75 126.5-7.75 126.5H332C320.947 115.665 313.241 68 277.25 68h-137c-10.25 0-10.75 3.5-10.75 9.75V241.5c58 .5 88.5-2.5 88.5-2.5 29.77-.951 27.56-8.502 40.75-65.251h25.75c-4.407 101.351-3.91 61.829-1.75 160.25H257c-9.155-40.086-9.065-61.045-39.501-61.5 0 0-21.5-2-88-2v139c0 26 14.25 38.25 44.25 38.25H263c63.636 0 66.564-24.996 98.751-99.75H384z\"/></svg></li><li title=\"evernote \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M120.82 132.21c1.6 22.31-17.55 21.59-21.61 21.59-68.93 0-73.64-1-83.58 3.34-.56.22-.74 0-.37-.37L123.79 46.45c.38-.37.6-.22.38.37-4.35 9.99-3.35 15.09-3.35 85.39zm79 308c-14.68-37.08 13-76.93 52.52-76.62 17.49 0 22.6 23.21 7.95 31.42-6.19 3.3-24.95 1.74-25.14 19.2-.05 17.09 19.67 25 31.2 24.89A45.64 45.64 0 0 0 312 393.45v-.08c0-11.63-7.79-47.22-47.54-55.34-7.72-1.54-65-6.35-68.35-50.52-3.74 16.93-17.4 63.49-43.11 69.09-8.74 1.94-69.68 7.64-112.92-36.77 0 0-18.57-15.23-28.23-57.95-3.38-15.75-9.28-39.7-11.14-62 0-18 11.14-30.45 25.07-32.2 81 0 90 2.32 101-7.8 9.82-9.24 7.8-15.5 7.8-102.78 1-8.3 7.79-30.81 53.41-24.14 6 .86 31.91 4.18 37.48 30.64l64.26 11.15c20.43 3.71 70.94 7 80.6 57.94 22.66 121.09 8.91 238.46 7.8 238.46C362.15 485.53 267.06 480 267.06 480c-18.95-.23-54.25-9.4-67.27-39.83zm80.94-204.84c-1 1.92-2.2 6 .85 7 14.09 4.93 39.75 6.84 45.88 5.53 3.11-.25 3.05-4.43 2.48-6.65-3.53-21.85-40.83-26.5-49.24-5.92z\"/></svg></li><li title=\"expeditedssl \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 43.4C130.6 43.4 35.4 138.6 35.4 256S130.6 468.6 248 468.6 460.6 373.4 460.6 256 365.4 43.4 248 43.4zm-97.4 132.9c0-53.7 43.7-97.4 97.4-97.4s97.4 43.7 97.4 97.4v26.6c0 5-3.9 8.9-8.9 8.9h-17.7c-5 0-8.9-3.9-8.9-8.9v-26.6c0-82.1-124-82.1-124 0v26.6c0 5-3.9 8.9-8.9 8.9h-17.7c-5 0-8.9-3.9-8.9-8.9v-26.6zM389.7 380c0 9.7-8 17.7-17.7 17.7H124c-9.7 0-17.7-8-17.7-17.7V238.3c0-9.7 8-17.7 17.7-17.7h248c9.7 0 17.7 8 17.7 17.7V380zm-248-137.3v132.9c0 2.5-1.9 4.4-4.4 4.4h-8.9c-2.5 0-4.4-1.9-4.4-4.4V242.7c0-2.5 1.9-4.4 4.4-4.4h8.9c2.5 0 4.4 1.9 4.4 4.4zm141.7 48.7c0 13-7.2 24.4-17.7 30.4v31.6c0 5-3.9 8.9-8.9 8.9h-17.7c-5 0-8.9-3.9-8.9-8.9v-31.6c-10.5-6.1-17.7-17.4-17.7-30.4 0-19.7 15.8-35.4 35.4-35.4s35.5 15.8 35.5 35.4zM248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 478.3C121 486.3 17.7 383 17.7 256S121 25.7 248 25.7 478.3 129 478.3 256 375 486.3 248 486.3z\"/></svg></li><li title=\"facebook f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"/></svg></li><li title=\"facebook messenger \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256.55 8C116.52 8 8 110.34 8 248.57c0 72.3 29.71 134.78 78.07 177.94 8.35 7.51 6.63 11.86 8.05 58.23A19.92 19.92 0 0 0 122 502.31c52.91-23.3 53.59-25.14 62.56-22.7C337.85 521.8 504 423.7 504 248.57 504 110.34 396.59 8 256.55 8zm149.24 185.13l-73 115.57a37.37 37.37 0 0 1-53.91 9.93l-58.08-43.47a15 15 0 0 0-18 0l-78.37 59.44c-10.46 7.93-24.16-4.6-17.11-15.67l73-115.57a37.36 37.36 0 0 1 53.91-9.93l58.06 43.46a15 15 0 0 0 18 0l78.41-59.38c10.44-7.98 24.14 4.54 17.09 15.62z\"/></svg></li><li title=\"facebook square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 32H48A48 48 0 0 0 0 80v352a48 48 0 0 0 48 48h137.25V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.27c-30.81 0-40.42 19.12-40.42 38.73V256h68.78l-11 71.69h-57.78V480H400a48 48 0 0 0 48-48V80a48 48 0 0 0-48-48z\"/></svg></li><li title=\"facebook \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"/></svg></li><li title=\"fantasy flight games \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 32.86L32.86 256 256 479.14 479.14 256 256 32.86zM88.34 255.83c1.96-2 11.92-12.3 96.49-97.48 41.45-41.75 86.19-43.77 119.77-18.69 24.63 18.4 62.06 58.9 62.15 59 .68.74 1.07 2.86.58 3.38-11.27 11.84-22.68 23.54-33.5 34.69-34.21-32.31-40.52-38.24-48.51-43.95-17.77-12.69-41.4-10.13-56.98 5.1-2.17 2.13-1.79 3.43.12 5.35 2.94 2.95 28.1 28.33 35.09 35.78-11.95 11.6-23.66 22.97-35.69 34.66-12.02-12.54-24.48-25.53-36.54-38.11-21.39 21.09-41.69 41.11-61.85 60.99a42569.01 42569.01 0 0 1-41.13-40.72zm234.82 101.6c-35.49 35.43-78.09 38.14-106.99 20.47-22.08-13.5-39.38-32.08-72.93-66.84 12.05-12.37 23.79-24.42 35.37-36.31 33.02 31.91 37.06 36.01 44.68 42.09 18.48 14.74 42.52 13.67 59.32-1.8 3.68-3.39 3.69-3.64.14-7.24-10.59-10.73-21.19-21.44-31.77-32.18-1.32-1.34-3.03-2.48-.8-4.69 10.79-10.71 21.48-21.52 32.21-32.29.26-.26.65-.38 1.91-1.07 12.37 12.87 24.92 25.92 37.25 38.75 21.01-20.73 41.24-40.68 61.25-60.42 13.68 13.4 27.13 26.58 40.86 40.03-20.17 20.86-81.68 82.71-100.5 101.5zM256 0L0 256l256 256 256-256L256 0zM16 256L256 16l240 240-240 240L16 256z\"/></svg></li><li title=\"fedex \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M586 284.5l53.3-59.9h-62.4l-21.7 24.8-22.5-24.8H414v-16h56.1v-48.1H318.9V236h-.5c-9.6-11-21.5-14.8-35.4-14.8-28.4 0-49.8 19.4-57.3 44.9-18-59.4-97.4-57.6-121.9-14v-24.2H49v-26.2h60v-41.1H0V345h49v-77.5h48.9c-1.5 5.7-2.3 11.8-2.3 18.2 0 73.1 102.6 91.4 130.2 23.7h-42c-14.7 20.9-45.8 8.9-45.8-14.6h85.5c3.7 30.5 27.4 56.9 60.1 56.9 14.1 0 27-6.9 34.9-18.6h.5V345h212.2l22.1-25 22.3 25H640l-54-60.5zm-446.7-16.6c6.1-26.3 41.7-25.6 46.5 0h-46.5zm153.4 48.9c-34.6 0-34-62.8 0-62.8 32.6 0 34.5 62.8 0 62.8zm167.8 19.1h-94.4V169.4h95v30.2H405v33.9h55.5v28.1h-56.1v44.7h56.1v29.6zm-45.9-39.8v-24.4h56.1v-44l50.7 57-50.7 57v-45.6h-56.1zm138.6 10.3l-26.1 29.5H489l45.6-51.2-45.6-51.2h39.7l26.6 29.3 25.6-29.3h38.5l-45.4 51 46 51.4h-40.5l-26.3-29.5z\"/></svg></li><li title=\"fedora \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M225 32C101.3 31.7.8 131.7.4 255.4L0 425.7a53.6 53.6 0 0 0 53.6 53.9l170.2.4c123.7.3 224.3-99.7 224.6-223.4S348.7 32.3 225 32zm169.8 157.2L333 126.6c2.3-4.7 3.8-9.2 3.8-14.3v-1.6l55.2 56.1a101 101 0 0 1 2.8 22.4zM331 94.3a106.06 106.06 0 0 1 58.5 63.8l-54.3-54.6a26.48 26.48 0 0 0-4.2-9.2zM118.1 247.2a49.66 49.66 0 0 0-7.7 11.4l-8.5-8.5a85.78 85.78 0 0 1 16.2-2.9zM97 251.4l11.8 11.9-.9 8a34.74 34.74 0 0 0 2.4 12.5l-27-27.2a80.6 80.6 0 0 1 13.7-5.2zm-18.2 7.4l38.2 38.4a53.17 53.17 0 0 0-14.1 4.7L67.6 266a107 107 0 0 1 11.2-7.2zm-15.2 9.8l35.3 35.5a67.25 67.25 0 0 0-10.5 8.5L53.5 278a64.33 64.33 0 0 1 10.1-9.4zm-13.3 12.3l34.9 35a56.84 56.84 0 0 0-7.7 11.4l-35.8-35.9c2.8-3.8 5.7-7.2 8.6-10.5zm-11 14.3l36.4 36.6a48.29 48.29 0 0 0-3.6 15.2l-39.5-39.8a99.81 99.81 0 0 1 6.7-12zm-8.8 16.3l41.3 41.8a63.47 63.47 0 0 0 6.7 26.2L25.8 326c1.4-4.9 2.9-9.6 4.7-14.5zm-7.9 43l61.9 62.2a31.24 31.24 0 0 0-3.6 14.3v1.1l-55.4-55.7a88.27 88.27 0 0 1-2.9-21.9zm5.3 30.7l54.3 54.6a28.44 28.44 0 0 0 4.2 9.2 106.32 106.32 0 0 1-58.5-63.8zm-5.3-37a80.69 80.69 0 0 1 2.1-17l72.2 72.5a37.59 37.59 0 0 0-9.9 8.7zm253.3-51.8l-42.6-.1-.1 56c-.2 69.3-64.4 115.8-125.7 102.9-5.7 0-19.9-8.7-19.9-24.2a24.89 24.89 0 0 1 24.5-24.6c6.3 0 6.3 1.6 15.7 1.6a55.91 55.91 0 0 0 56.1-55.9l.1-47c0-4.5-4.5-9-8.9-9l-33.6-.1c-32.6-.1-32.5-49.4.1-49.3l42.6.1.1-56a105.18 105.18 0 0 1 105.6-105 86.35 86.35 0 0 1 20.2 2.3c11.2 1.8 19.9 11.9 19.9 24 0 15.5-14.9 27.8-30.3 23.9-27.4-5.9-65.9 14.4-66 54.9l-.1 47a8.94 8.94 0 0 0 8.9 9l33.6.1c32.5.2 32.4 49.5-.2 49.4zm23.5-.3a35.58 35.58 0 0 0 7.6-11.4l8.5 8.5a102 102 0 0 1-16.1 2.9zm21-4.2L308.6 280l.9-8.1a34.74 34.74 0 0 0-2.4-12.5l27 27.2a74.89 74.89 0 0 1-13.7 5.3zm18-7.4l-38-38.4c4.9-1.1 9.6-2.4 13.7-4.7l36.2 35.9c-3.8 2.5-7.9 5-11.9 7.2zm15.5-9.8l-35.3-35.5a61.06 61.06 0 0 0 10.5-8.5l34.9 35a124.56 124.56 0 0 1-10.1 9zm13.2-12.3l-34.9-35a63.18 63.18 0 0 0 7.7-11.4l35.8 35.9a130.28 130.28 0 0 1-8.6 10.5zm11-14.3l-36.4-36.6a48.29 48.29 0 0 0 3.6-15.2l39.5 39.8a87.72 87.72 0 0 1-6.7 12zm13.5-30.9a140.63 140.63 0 0 1-4.7 14.3L345.6 190a58.19 58.19 0 0 0-7.1-26.2zm1-5.6l-71.9-72.1a32 32 0 0 0 9.9-9.2l64.3 64.7a90.93 90.93 0 0 1-2.3 16.6z\"/></svg></li><li title=\"figma \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M14 95.7924C14 42.8877 56.8878 0 109.793 0H274.161C327.066 0 369.954 42.8877 369.954 95.7924C369.954 129.292 352.758 158.776 326.711 175.897C352.758 193.019 369.954 222.502 369.954 256.002C369.954 308.907 327.066 351.795 274.161 351.795H272.081C247.279 351.795 224.678 342.369 207.666 326.904V415.167C207.666 468.777 163.657 512 110.309 512C57.5361 512 14 469.243 14 416.207C14 382.709 31.1945 353.227 57.2392 336.105C31.1945 318.983 14 289.5 14 256.002C14 222.502 31.196 193.019 57.2425 175.897C31.196 158.776 14 129.292 14 95.7924ZM176.288 191.587H109.793C74.2172 191.587 45.3778 220.427 45.3778 256.002C45.3778 291.44 73.9948 320.194 109.381 320.416C109.518 320.415 109.655 320.415 109.793 320.415H176.288V191.587ZM207.666 256.002C207.666 291.577 236.505 320.417 272.081 320.417H274.161C309.737 320.417 338.576 291.577 338.576 256.002C338.576 220.427 309.737 191.587 274.161 191.587H272.081C236.505 191.587 207.666 220.427 207.666 256.002ZM109.793 351.795C109.655 351.795 109.518 351.794 109.381 351.794C73.9948 352.015 45.3778 380.769 45.3778 416.207C45.3778 451.652 74.6025 480.622 110.309 480.622C146.591 480.622 176.288 451.186 176.288 415.167V351.795H109.793ZM109.793 31.3778C74.2172 31.3778 45.3778 60.2173 45.3778 95.7924C45.3778 131.368 74.2172 160.207 109.793 160.207H176.288V31.3778H109.793ZM207.666 160.207H274.161C309.737 160.207 338.576 131.368 338.576 95.7924C338.576 60.2173 309.737 31.3778 274.161 31.3778H207.666V160.207Z\"/></svg></li><li title=\"firefox browser \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M189.37,152.86Zm-58.74-29.37C130.79,123.5,130.71,123.5,130.63,123.49Zm351.42,45.35c-10.61-25.5-32.08-53-48.94-61.73,13.72,26.89,21.67,53.88,24.7,74,0,0,0,.14.05.41-27.58-68.75-74.35-96.47-112.55-156.83-1.93-3.05-3.86-6.11-5.74-9.33-1-1.65-1.86-3.34-2.69-5.05A44.88,44.88,0,0,1,333.24.69a.63.63,0,0,0-.55-.66.9.9,0,0,0-.46,0l-.12.07-.18.1.1-.14c-54.23,31.77-76.72,87.38-82.5,122.78a130,130,0,0,0-48.33,12.33,6.25,6.25,0,0,0-3.09,7.75,6.13,6.13,0,0,0,7.79,3.79l.52-.21a117.84,117.84,0,0,1,42.11-11l1.42-.1c2-.12,4-.2,6-.22A122.61,122.61,0,0,1,291,140c.67.2,1.32.42,2,.63,1.89.57,3.76,1.2,5.62,1.87,1.36.5,2.71,1,4.05,1.58,1.09.44,2.18.88,3.25,1.35q2.52,1.13,5,2.35c.75.37,1.5.74,2.25,1.13q2.4,1.26,4.74,2.63,1.51.87,3,1.8a124.89,124.89,0,0,1,42.66,44.13c-13-9.15-36.35-18.19-58.82-14.28,87.74,43.86,64.18,194.9-57.39,189.2a108.43,108.43,0,0,1-31.74-6.12c-2.42-.91-4.8-1.89-7.16-2.93-1.38-.63-2.76-1.27-4.12-2C174.5,346,149.9,316.92,146.83,281.59c0,0,11.25-41.95,80.62-41.95,7.5,0,28.93-20.92,29.33-27-.09-2-42.54-18.87-59.09-35.18-8.85-8.71-13.05-12.91-16.77-16.06a69.58,69.58,0,0,0-6.31-4.77A113.05,113.05,0,0,1,173.92,97c-25.06,11.41-44.55,29.45-58.71,45.37h-.12c-9.67-12.25-9-52.65-8.43-61.08-.12-.53-7.22,3.68-8.15,4.31a178.54,178.54,0,0,0-23.84,20.43A214,214,0,0,0,51.9,133.36l0,0a.08.08,0,0,1,0,0,205.84,205.84,0,0,0-32.73,73.9c-.06.27-2.33,10.21-4,22.48q-.42,2.87-.78,5.74c-.57,3.69-1,7.71-1.44,14,0,.24,0,.48-.05.72-.18,2.71-.34,5.41-.49,8.12,0,.41,0,.82,0,1.24,0,134.7,109.21,243.89,243.92,243.89,120.64,0,220.82-87.58,240.43-202.62.41-3.12.74-6.26,1.11-9.41,4.85-41.83-.54-85.79-15.82-122.55Z\"/></svg></li><li title=\"firefox \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M503.52,241.48c-.12-1.56-.24-3.12-.24-4.68v-.12l-.36-4.68v-.12a245.86,245.86,0,0,0-7.32-41.15c0-.12,0-.12-.12-.24l-1.08-4c-.12-.24-.12-.48-.24-.6-.36-1.2-.72-2.52-1.08-3.72-.12-.24-.12-.6-.24-.84-.36-1.2-.72-2.4-1.08-3.48-.12-.36-.24-.6-.36-1-.36-1.2-.72-2.28-1.2-3.48l-.36-1.08c-.36-1.08-.84-2.28-1.2-3.36a8.27,8.27,0,0,0-.36-1c-.48-1.08-.84-2.28-1.32-3.36-.12-.24-.24-.6-.36-.84-.48-1.2-1-2.28-1.44-3.48,0-.12-.12-.24-.12-.36-1.56-3.84-3.24-7.68-5-11.4l-.36-.72c-.48-1-.84-1.8-1.32-2.64-.24-.48-.48-1.08-.72-1.56-.36-.84-.84-1.56-1.2-2.4-.36-.6-.6-1.2-1-1.8s-.84-1.44-1.2-2.28c-.36-.6-.72-1.32-1.08-1.92s-.84-1.44-1.2-2.16a18.07,18.07,0,0,0-1.2-2c-.36-.72-.84-1.32-1.2-2s-.84-1.32-1.2-2-.84-1.32-1.2-1.92-.84-1.44-1.32-2.16a15.63,15.63,0,0,0-1.2-1.8L463.2,119a15.63,15.63,0,0,0-1.2-1.8c-.48-.72-1.08-1.56-1.56-2.28-.36-.48-.72-1.08-1.08-1.56l-1.8-2.52c-.36-.48-.6-.84-1-1.32-1-1.32-1.8-2.52-2.76-3.72a248.76,248.76,0,0,0-23.51-26.64A186.82,186.82,0,0,0,412,62.46c-4-3.48-8.16-6.72-12.48-9.84a162.49,162.49,0,0,0-24.6-15.12c-2.4-1.32-4.8-2.52-7.2-3.72a254,254,0,0,0-55.43-19.56c-1.92-.36-3.84-.84-5.64-1.2h-.12c-1-.12-1.8-.36-2.76-.48a236.35,236.35,0,0,0-38-4H255.14a234.62,234.62,0,0,0-45.48,5c-33.59,7.08-63.23,21.24-82.91,39-1.08,1-1.92,1.68-2.4,2.16l-.48.48H124l-.12.12.12-.12a.12.12,0,0,0,.12-.12l-.12.12a.42.42,0,0,1,.24-.12c14.64-8.76,34.92-16,49.44-19.56l5.88-1.44c.36-.12.84-.12,1.2-.24,1.68-.36,3.36-.72,5.16-1.08.24,0,.6-.12.84-.12C250.94,20.94,319.34,40.14,367,85.61a171.49,171.49,0,0,1,26.88,32.76c30.36,49.2,27.48,111.11,3.84,147.59-34.44,53-111.35,71.27-159,24.84a84.19,84.19,0,0,1-25.56-59,74.05,74.05,0,0,1,6.24-31c1.68-3.84,13.08-25.67,18.24-24.59-13.08-2.76-37.55,2.64-54.71,28.19-15.36,22.92-14.52,58.2-5,83.28a132.85,132.85,0,0,1-12.12-39.24c-12.24-82.55,43.31-153,94.31-170.51-27.48-24-96.47-22.31-147.71,15.36-29.88,22-51.23,53.16-62.51,90.36,1.68-20.88,9.6-52.08,25.8-83.88-17.16,8.88-39,37-49.8,62.88-15.6,37.43-21,82.19-16.08,124.79.36,3.24.72,6.36,1.08,9.6,19.92,117.11,122,206.38,244.78,206.38C392.77,503.42,504,392.19,504,255,503.88,250.48,503.76,245.92,503.52,241.48Z\"/></svg></li><li title=\"first order alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm0 488.21C115.34 496.21 7.79 388.66 7.79 256S115.34 15.79 248 15.79 488.21 123.34 488.21 256 380.66 496.21 248 496.21zm0-459.92C126.66 36.29 28.29 134.66 28.29 256S126.66 475.71 248 475.71 467.71 377.34 467.71 256 369.34 36.29 248 36.29zm0 431.22c-116.81 0-211.51-94.69-211.51-211.51S131.19 44.49 248 44.49 459.51 139.19 459.51 256 364.81 467.51 248 467.51zm186.23-162.98a191.613 191.613 0 0 1-20.13 48.69l-74.13-35.88 61.48 54.82a193.515 193.515 0 0 1-37.2 37.29l-54.8-61.57 35.88 74.27a190.944 190.944 0 0 1-48.63 20.23l-27.29-78.47 4.79 82.93c-8.61 1.18-17.4 1.8-26.33 1.8s-17.72-.62-26.33-1.8l4.76-82.46-27.15 78.03a191.365 191.365 0 0 1-48.65-20.2l35.93-74.34-54.87 61.64a193.85 193.85 0 0 1-37.22-37.28l61.59-54.9-74.26 35.93a191.638 191.638 0 0 1-20.14-48.69l77.84-27.11-82.23 4.76c-1.16-8.57-1.78-17.32-1.78-26.21 0-9 .63-17.84 1.82-26.51l82.38 4.77-77.94-27.16a191.726 191.726 0 0 1 20.23-48.67l74.22 35.92-61.52-54.86a193.85 193.85 0 0 1 37.28-37.22l54.76 61.53-35.83-74.17a191.49 191.49 0 0 1 48.65-20.13l26.87 77.25-4.71-81.61c8.61-1.18 17.39-1.8 26.32-1.8s17.71.62 26.32 1.8l-4.74 82.16 27.05-77.76c17.27 4.5 33.6 11.35 48.63 20.17l-35.82 74.12 54.72-61.47a193.13 193.13 0 0 1 37.24 37.23l-61.45 54.77 74.12-35.86a191.515 191.515 0 0 1 20.2 48.65l-77.81 27.1 82.24-4.75c1.19 8.66 1.82 17.5 1.82 26.49 0 8.88-.61 17.63-1.78 26.19l-82.12-4.75 77.72 27.09z\"/></svg></li><li title=\"first order \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M12.9 229.2c.1-.1.2-.3.3-.4 0 .1 0 .3-.1.4h-.2zM224 96.6c-7.1 0-14.6.6-21.4 1.7l3.7 67.4-22-64c-14.3 3.7-27.7 9.4-40 16.6l29.4 61.4-45.1-50.9c-11.4 8.9-21.7 19.1-30.6 30.9l50.6 45.4-61.1-29.7c-7.1 12.3-12.9 25.7-16.6 40l64.3 22.6-68-4c-.9 7.1-1.4 14.6-1.4 22s.6 14.6 1.4 21.7l67.7-4-64 22.6c3.7 14.3 9.4 27.7 16.6 40.3l61.1-29.7L97.7 352c8.9 11.7 19.1 22.3 30.9 30.9l44.9-50.9-29.5 61.4c12.3 7.4 25.7 13.1 40 16.9l22.3-64.6-4 68c7.1 1.1 14.6 1.7 21.7 1.7 7.4 0 14.6-.6 21.7-1.7l-4-68.6 22.6 65.1c14.3-4 27.7-9.4 40-16.9L274.9 332l44.9 50.9c11.7-8.9 22-19.1 30.6-30.9l-50.6-45.1 61.1 29.4c7.1-12.3 12.9-25.7 16.6-40.3l-64-22.3 67.4 4c1.1-7.1 1.4-14.3 1.4-21.7s-.3-14.9-1.4-22l-67.7 4 64-22.3c-3.7-14.3-9.1-28-16.6-40.3l-60.9 29.7 50.6-45.4c-8.9-11.7-19.1-22-30.6-30.9l-45.1 50.9 29.4-61.1c-12.3-7.4-25.7-13.1-40-16.9L241.7 166l4-67.7c-7.1-1.2-14.3-1.7-21.7-1.7zM443.4 128v256L224 512 4.6 384V128L224 0l219.4 128zm-17.1 10.3L224 20.9 21.7 138.3v235.1L224 491.1l202.3-117.7V138.3zM224 37.1l187.7 109.4v218.9L224 474.9 36.3 365.4V146.6L224 37.1zm0 50.9c-92.3 0-166.9 75.1-166.9 168 0 92.6 74.6 167.7 166.9 167.7 92 0 166.9-75.1 166.9-167.7 0-92.9-74.9-168-166.9-168z\"/></svg></li><li title=\"firstdraft \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M384 192h-64v128H192v128H0v-25.6h166.4v-128h128v-128H384V192zm-25.6 38.4v128h-128v128H64V512h192V384h128V230.4h-25.6zm25.6 192h-89.6V512H320v-64h64v-25.6zM0 0v384h128V256h128V128h128V0H0z\"/></svg></li><li title=\"flickr \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM144.5 319c-35.1 0-63.5-28.4-63.5-63.5s28.4-63.5 63.5-63.5 63.5 28.4 63.5 63.5-28.4 63.5-63.5 63.5zm159 0c-35.1 0-63.5-28.4-63.5-63.5s28.4-63.5 63.5-63.5 63.5 28.4 63.5 63.5-28.4 63.5-63.5 63.5z\"/></svg></li><li title=\"flipboard \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M0 32v448h448V32H0zm358.4 179.2h-89.6v89.6h-89.6v89.6H89.6V121.6h268.8v89.6z\"/></svg></li><li title=\"fly \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M197.8 427.8c12.9 11.7 33.7 33.3 33.2 50.7 0 .8-.1 1.6-.1 2.5-1.8 19.8-18.8 31.1-39.1 31-25-.1-39.9-16.8-38.7-35.8 1-16.2 20.5-36.7 32.4-47.6 2.3-2.1 2.7-2.7 5.6-3.6 3.4 0 3.9.3 6.7 2.8zM331.9 67.3c-16.3-25.7-38.6-40.6-63.3-52.1C243.1 4.5 214-.2 192 0c-44.1 0-71.2 13.2-81.1 17.3C57.3 45.2 26.5 87.2 28 158.6c7.1 82.2 97 176 155.8 233.8 1.7 1.6 4.5 4.5 6.2 5.1l3.3.1c2.1-.7 1.8-.5 3.5-2.1 52.3-49.2 140.7-145.8 155.9-215.7 7-39.2 3.1-72.5-20.8-112.5zM186.8 351.9c-28-51.1-65.2-130.7-69.3-189-3.4-47.5 11.4-131.2 69.3-136.7v325.7zM328.7 180c-16.4 56.8-77.3 128-118.9 170.3C237.6 298.4 275 217 277 158.4c1.6-45.9-9.8-105.8-48-131.4 88.8 18.3 115.5 98.1 99.7 153z\"/></svg></li><li title=\"font awesome alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 32H48A48 48 0 0 0 0 80V432a48 48 0 0 0 48 48H400a48 48 0 0 0 48-48V80A48 48 0 0 0 400 32Zm16 400a16 16 0 0 1-16 16H48a16 16 0 0 1-16-16V80A16 16 0 0 1 48 64H400a16 16 0 0 1 16 16ZM201.6 152c-25.4 0-37.4 10.4-57.6 14.4V160a16 16 0 0 0-32 0V352a16 16 0 0 0 32 0V198.4c20.2-4 32.2-14.4 57.6-14.4 31.4 0 43.2 16 74.6 16 10.2 0 17.8-1.4 27.8-4.6v96c-10 3.2-17.6 4.6-27.8 4.6-31.4 0-43.4-16-74.6-16a85.9 85.9 0 0 0-25.6 4v32a80 80 0 0 1 25.6-4c31.4 0 43.2 16 74.6 16 18.6 0 28.2-4.8 59.8-16V152c-31.6 11.2-41.2 16-59.8 16C244.8 168 232.8 152 201.6 152Z\"/></svg></li><li title=\"font awesome flag \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M448 48V384c-63 23-82 32-119 32-63 0-87-32-150-32-20 0-36 4-51 8V328c15-4 31-8 51-8 63 0 87 32 150 32 20 0 35-3 55-9V135c-20 6-35 9-55 9-63 0-87-32-150-32-51 0-75 21-115 29V448a31.6 31.6 0 0 1-32 32A31.6 31.6 0 0 1 0 448V64A31.6 31.6 0 0 1 32 32 31.6 31.6 0 0 1 64 64V77c40-8 64-29 115-29 63 0 87 32 150 32C366 80 385 71 448 48Z\"/></svg></li><li title=\"font awesome logo full \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 3992 512\"><path d=\"M1209.7 156.5c-57.8 0-102 43.9-102 99.1 0 56 44.6 99.1 102 99.1 57.4 0 102-43.1 102-99.1C1311.7 200.4 1267.5 156.5 1209.7 156.5Zm0 152.7c-35.1 0-51.8-27.4-51.8-53.2 0-25.8 16.7-53.2 51.8-53.2 35.1 0 51.8 27.8 51.8 53.2C1261.1 281.8 1244.8 309.2 1209.7 309.2Zm962.1-136.1c-4.4-10.9-12.3-16.5-23.5-16.5s-19.1 5.6-23.5 16.5l-59.4 145.8c-7.2 17.7 2.8 27.4 4.4 29a24.6 24.6 0 0 0 17.5 6.8c10.8 0 18.7-6 23.1-18.1l4-10.1h67.7l4 10.1c4.8 12.1 12.3 18.1 23.1 18.1a24.6 24.6 0 0 0 17.5-6.8c10-10.1 6.8-22.6 4.4-29Zm-43 113.6 19.1-56 19.1 56Zm-574.5-130.1c-14.3 0-24.7 10.9-24.7 25.4v76.5l-68.5-85.8c-4.4-5.6-11.6-16.1-25.5-16.1-19.1 0-24.3 17.7-24.3 25.4V329.7c0 14.1 10.4 25.4 24.7 25.4 14.3 0 24.7-10.9 24.7-25.4V252.8l68.9 86.2c4.8 5.6 11.6 16.1 25.5 16.1 19.1 0 23.9-17.3 23.9-25.4V181.9C1579 167.4 1568.6 156.5 1554.3 156.5Zm-554.1 1.6H916.5c-19.9 0-25.1 17.3-25.1 25.4V328.1c0 19.7 16.7 25.4 24.7 25.4 8 0 24.7-5.2 24.7-25.4V285h44.6c12.8 0 22.7-9.3 22.7-22.6 0-17.7-15.5-22.1-22.7-22.1H940.8V203.6h59.4c12.8 0 22.7-9.3 22.7-22.6C1022.9 163 1007.3 158.1 1000.2 158.1Zm815.1 0H1691.7c-7.2 0-22.7 4.4-22.7 22.2 0 13.3 10 22.6 22.7 22.6h37V327.7c0 14.1 10.4 25.4 24.7 25.4 14.3 0 24.7-10.9 24.7-25.4V202.8h37c12.7 0 22.7-9.3 22.7-22.6C1837.9 163 1822.4 158.1 1815.2 158.1Zm1789.5-1.6c-9.6 0-17.5 6-25.1 18.1l-46.6 76.1L3486.4 174.6q-10.8-18.1-25.1-18.1c-19.5 0-24.7 18.1-24.7 25.8V329.7c0 14.1 10.4 25.4 24.7 25.4s24.7-10.9 24.7-25.4V262.8L3510.7 302.7c6.4 10.1 13.9 15.3 22.3 15.3 8.8 0 15.9-5.2 22.3-15.3l24.7-39.9v66.9c0 14.1 10.3 25.4 24.7 25.4 14.3 0 24.7-10.9 24.7-25.4V182.3C3629.4 174.2 3624.6 156.5 3604.7 156.5Zm248.6 149.8h-65.7V272.9h39.4c11.9 0 21.1-8.9 21.1-20.9 0-12.1-9.2-20.9-21.1-20.9h-39.4V204.8h62.1c12.8 0 22.7-9.3 22.7-22.6 0-17.7-15.6-22.2-22.7-22.2h-86.4c-19.9 0-25.1 17.3-25.1 25.4V326.5c0 8.1 5.2 25.4 25.1 25.4h90c12.8 0 22.7-9.3 22.7-22.6C3876 311.2 3860.5 306.3 3853.3 306.3ZM3235 156.5c-57.8 0-102 43.9-102 99.1 0 56 44.6 99.1 102 99.1 57.4 0 102-43.1 102-99.1C3337 200.4 3292.8 156.5 3235 156.5Zm0 152.7c-35.1 0-51.8-27.4-51.8-53.2 0-25.8 16.7-53.2 51.8-53.2 35.1 0 51.8 27.8 51.8 53.2C3286.8 281.8 3270.1 309.2 3235 309.2ZM2550.2 156.5c-11.2 0-19.1 5.6-23.1 16.5l-34.3 94.7-31.5-92.2c-4.4-12.5-12.3-18.9-24.3-18.9-11.9 0-19.9 6.4-24.3 18.9l-31.5 92.2-34.3-95.5q-5.4-15.7-22.7-15.7c-6.8 0-12.3 2.4-17.5 7.3-5.2 5.2-10.8 14.5-4.8 28.6l55.8 145.8c4 11.3 11.6 16.9 23.1 16.9q16.7 0 22.7-16.9l33.5-91.8 33.5 91.8q6 16.9 22.7 16.9c11.2 0 19.1-5.6 23.1-16.9l55.8-145.8c3.6-9.3 4.4-19.3-4.8-28.6A23 23 0 0 0 2550.2 156.5Zm444.2 81-21.9-9.3c-11.9-4.8-16.3-8.5-16.3-15.7q0-12.1 16.7-12.1c12.7 0 19.5 7.7 24.3 10.9 7.2 5.2 18.3 6.8 27.9-2 10.8-10.5 6.8-23.8 1.2-30.6-12.3-14.9-30.3-22.2-53.8-22.2-19.1 0-35.1 5.2-47.4 15.7-12.3 10.5-18.7 24.2-18.7 41.1 0 24.2 15.9 43.5 47.8 57.6l19.5 8.9c15.9 6.8 19.1 9.7 19.1 17.7 0 9.3-6.4 14.1-19.5 14.1-19.1 0-34.7-14.9-36.3-16.1-10.8-7.3-21.5-2-26.3 2.8-6.8 6.4-12.7 20.9 3.2 36.2 6.8 6.4 15.5 11.7 26.7 15.3a94.6 94.6 0 0 0 32.7 5.6c19.9 0 36.7-5.2 49.8-16.1 13.1-10.9 19.5-25.4 19.5-43.5q0-20.5-12-33.8C3022.7 253.2 3010.7 244.3 2994.4 237.5Zm-206.4 68.9h-65.7V272.9h39.4c12 0 21.1-8.9 21.1-20.9 0-12.1-9.2-20.9-21.1-20.9h-39.4V204.8h62.1c12.8 0 22.7-9.3 22.7-22.6 0-17.7-15.5-22.2-22.7-22.2h-86.4c-19.9 0-25.1 17.3-25.1 25.4V326.5c0 8.1 5.2 25.4 25.1 25.4h90c12.7 0 22.7-9.3 22.7-22.6C2810.8 311.2 2795.2 306.3 2788 306.3ZM178.3 49.1c-50.5 0-74.4 20.7-114.6 28.7V65A31.8 31.8 0 1 0 0 65V447a31.8 31.8 0 0 0 63.7 0V141.4c40.2-8 64.1-28.7 114.6-28.7 62.5 0 86 31.8 148.4 31.8 20.3 0 35.4-2.8 55.3-9.2v191c-19.9 6.4-35 9.2-55.3 9.2-62.5 0-86.4-31.8-148.4-31.8-20.3 0-36.2 3.6-50.9 8V375.4a159.1 159.1 0 0 1 50.9-8c62.5 0 86 31.8 148.4 31.8 37 0 56.1-9.6 119-31.8V49.1C382.8 71.4 363.7 80.9 326.7 80.9 264.2 80.9 240.4 49.1 178.3 49.1Z\"/></svg></li><li title=\"font awesome \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 32H48A48 48 0 0 0 0 80V432a48 48 0 0 0 48 48H400a48 48 0 0 0 48-48V80A48 48 0 0 0 400 32ZM336 312c-31.6 11.2-41.2 16-59.8 16-31.4 0-43.2-16-74.6-16a80 80 0 0 0-25.6 4V284a85.9 85.9 0 0 1 25.6-4c31.2 0 43.2 16 74.6 16 10.2 0 17.8-1.4 27.8-4.6v-96c-10 3.2-17.6 4.6-27.8 4.6-31.4 0-43.2-16-74.6-16-25.4 0-37.4 10.4-57.6 14.4V352a16 16 0 0 1-32 0V160a16 16 0 0 1 32 0v6.4c20.2-4 32.2-14.4 57.6-14.4 31.2 0 43.2 16 74.6 16 18.6 0 28.2-4.8 59.8-16Z\"/></svg></li><li title=\"fonticons fi \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M114.4 224h92.4l-15.2 51.2h-76.4V433c0 8-2.8 9.2 4.4 10l59.6 5.6V483H0v-35.2l29.2-2.8c7.2-.8 9.2-3.2 9.2-10.8V278.4c0-3.2-4-3.2-8-3.2H0V224h38.4v-28.8c0-68 36.4-96 106-96 46.8 0 88.8 11.2 88.8 72.4l-69.6 8.4c.4-25.6-6-31.6-22.4-31.6-25.2 0-26 13.6-26 37.6v32c0 3.2-4.8 6-.8 6zM384 483H243.2v-34.4l28-3.6c7.2-.8 10.4-2.4 10.4-10V287c0-5.6-4-9.2-9.2-10.8l-33.2-8.8 9.2-40.4h110v208c0 8-3.6 8.8 4 10l21.6 3.6V483zm-30-347.2l12.4 45.6-10 10-42.8-22.8-42.8 22.8-10-10 12.4-45.6-30-36.4 4.8-10h38L307.2 51H320l21.2 38.4h38l4.8 13.2-30 33.2z\"/></svg></li><li title=\"fonticons \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M0 32v448h448V32zm187 140.9c-18.4 0-19 9.9-19 27.4v23.3c0 2.4-3.5 4.4-.6 4.4h67.4l-11.1 37.3H168v112.9c0 5.8-2 6.7 3.2 7.3l43.5 4.1v25.1H84V389l21.3-2c5.2-.6 6.7-2.3 6.7-7.9V267.7c0-2.3-2.9-2.3-5.8-2.3H84V228h28v-21c0-49.6 26.5-70 77.3-70 34.1 0 64.7 8.2 64.7 52.8l-50.7 6.1c.3-18.7-4.4-23-16.3-23zm74.3 241.8v-25.1l20.4-2.6c5.2-.6 7.6-1.7 7.6-7.3V271.8c0-4.1-2.9-6.7-6.7-7.9l-24.2-6.4 6.7-29.5h80.2v151.7c0 5.8-2.6 6.4 2.9 7.3l15.7 2.6v25.1zm80.8-255.5l9 33.2-7.3 7.3-31.2-16.6-31.2 16.6-7.3-7.3 9-33.2-21.8-24.2 3.5-9.6h27.7l15.5-28h9.3l15.5 28h27.7l3.5 9.6z\"/></svg></li><li title=\"fort awesome alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M208 237.4h-22.2c-2.1 0-3.7 1.6-3.7 3.7v51.7c0 2.1 1.6 3.7 3.7 3.7H208c2.1 0 3.7-1.6 3.7-3.7v-51.7c0-2.1-1.6-3.7-3.7-3.7zm118.2 0H304c-2.1 0-3.7 1.6-3.7 3.7v51.7c0 2.1 1.6 3.7 3.7 3.7h22.2c2.1 0 3.7-1.6 3.7-3.7v-51.7c-.1-2.1-1.7-3.7-3.7-3.7zm132-125.1c-2.3-3.2-4.6-6.4-7.1-9.5-9.8-12.5-20.8-24-32.8-34.4-4.5-3.9-9.1-7.6-13.9-11.2-1.6-1.2-3.2-2.3-4.8-3.5C372 34.1 340.3 20 306 13c-16.2-3.3-32.9-5-50-5s-33.9 1.7-50 5c-34.3 7.1-66 21.2-93.3 40.8-1.6 1.1-3.2 2.3-4.8 3.5-4.8 3.6-9.4 7.3-13.9 11.2-3 2.6-5.9 5.3-8.8 8s-5.7 5.5-8.4 8.4c-5.5 5.7-10.7 11.8-15.6 18-2.4 3.1-4.8 6.3-7.1 9.5C25.2 153 8.3 202.5 8.3 256c0 2 .1 4 .1 6 .1.7.1 1.3.1 2 .1 1.3.1 2.7.2 4 0 .8.1 1.5.1 2.3 0 1.3.1 2.5.2 3.7.1.8.1 1.6.2 2.4.1 1.1.2 2.3.3 3.5 0 .8.1 1.6.2 2.4.1 1.2.3 2.4.4 3.6.1.8.2 1.5.3 2.3.1 1.3.3 2.6.5 3.9.1.6.2 1.3.3 1.9l.9 5.7c.1.6.2 1.1.3 1.7.3 1.3.5 2.7.8 4 .2.8.3 1.6.5 2.4.2 1 .5 2.1.7 3.2.2.9.4 1.7.6 2.6.2 1 .4 2 .7 3 .2.9.5 1.8.7 2.7.3 1 .5 1.9.8 2.9.3.9.5 1.8.8 2.7.2.9.5 1.9.8 2.8s.5 1.8.8 2.7c.3 1 .6 1.9.9 2.8.6 1.6 1.1 3.3 1.7 4.9.4 1 .7 1.9 1 2.8.3 1 .7 2 1.1 3 .3.8.6 1.5.9 2.3l1.2 3c.3.7.6 1.5.9 2.2.4 1 .9 2 1.3 3l.9 2.1c.5 1 .9 2 1.4 3 .3.7.6 1.3.9 2 .5 1 1 2.1 1.5 3.1.2.6.5 1.1.8 1.7.6 1.1 1.1 2.2 1.7 3.3.1.2.2.3.3.5 2.2 4.1 4.4 8.2 6.8 12.2.2.4.5.8.7 1.2.7 1.1 1.3 2.2 2 3.3.3.5.6.9.9 1.4.6 1.1 1.3 2.1 2 3.2.3.5.6.9.9 1.4.7 1.1 1.4 2.1 2.1 3.2.2.4.5.8.8 1.2.7 1.1 1.5 2.2 2.3 3.3.2.2.3.5.5.7 37.5 51.7 94.4 88.5 160 99.4.9.1 1.7.3 2.6.4 1 .2 2.1.4 3.1.5s1.9.3 2.8.4c1 .2 2 .3 3 .4.9.1 1.9.2 2.9.3s1.9.2 2.9.3 2.1.2 3.1.3c.9.1 1.8.1 2.7.2 1.1.1 2.3.1 3.4.2.8 0 1.7.1 2.5.1 1.3 0 2.6.1 3.9.1.7.1 1.4.1 2.1.1 2 .1 4 .1 6 .1s4-.1 6-.1c.7 0 1.4-.1 2.1-.1 1.3 0 2.6 0 3.9-.1.8 0 1.7-.1 2.5-.1 1.1-.1 2.3-.1 3.4-.2.9 0 1.8-.1 2.7-.2 1-.1 2.1-.2 3.1-.3s1.9-.2 2.9-.3c.9-.1 1.9-.2 2.9-.3s2-.3 3-.4 1.9-.3 2.8-.4c1-.2 2.1-.3 3.1-.5.9-.1 1.7-.3 2.6-.4 65.6-11 122.5-47.7 160.1-102.4.2-.2.3-.5.5-.7.8-1.1 1.5-2.2 2.3-3.3.2-.4.5-.8.8-1.2.7-1.1 1.4-2.1 2.1-3.2.3-.5.6-.9.9-1.4.6-1.1 1.3-2.1 2-3.2.3-.5.6-.9.9-1.4.7-1.1 1.3-2.2 2-3.3.2-.4.5-.8.7-1.2 2.4-4 4.6-8.1 6.8-12.2.1-.2.2-.3.3-.5.6-1.1 1.1-2.2 1.7-3.3.2-.6.5-1.1.8-1.7.5-1 1-2.1 1.5-3.1.3-.7.6-1.3.9-2 .5-1 1-2 1.4-3l.9-2.1c.5-1 .9-2 1.3-3 .3-.7.6-1.5.9-2.2l1.2-3c.3-.8.6-1.5.9-2.3.4-1 .7-2 1.1-3s.7-1.9 1-2.8c.6-1.6 1.2-3.3 1.7-4.9.3-1 .6-1.9.9-2.8s.5-1.8.8-2.7c.2-.9.5-1.9.8-2.8s.6-1.8.8-2.7c.3-1 .5-1.9.8-2.9.2-.9.5-1.8.7-2.7.2-1 .5-2 .7-3 .2-.9.4-1.7.6-2.6.2-1 .5-2.1.7-3.2.2-.8.3-1.6.5-2.4.3-1.3.6-2.7.8-4 .1-.6.2-1.1.3-1.7l.9-5.7c.1-.6.2-1.3.3-1.9.1-1.3.3-2.6.5-3.9.1-.8.2-1.5.3-2.3.1-1.2.3-2.4.4-3.6 0-.8.1-1.6.2-2.4.1-1.1.2-2.3.3-3.5.1-.8.1-1.6.2-2.4.1 1.7.1.5.2-.7 0-.8.1-1.5.1-2.3.1-1.3.2-2.7.2-4 .1-.7.1-1.3.1-2 .1-2 .1-4 .1-6 0-53.5-16.9-103-45.8-143.7zM448 371.5c-9.4 15.5-20.6 29.9-33.6 42.9-20.6 20.6-44.5 36.7-71.2 48-13.9 5.8-28.2 10.3-42.9 13.2v-75.8c0-58.6-88.6-58.6-88.6 0v75.8c-14.7-2.9-29-7.3-42.9-13.2-26.7-11.3-50.6-27.4-71.2-48-13-13-24.2-27.4-33.6-42.9v-71.3c0-2.1 1.6-3.7 3.7-3.7h22.1c2.1 0 3.7 1.6 3.7 3.7V326h29.6V182c0-2.1 1.6-3.7 3.7-3.7h22.1c2.1 0 3.7 1.6 3.7 3.7v25.9h29.5V182c0-2.1 1.6-3.7 3.7-3.7H208c2.1 0 3.7 1.6 3.7 3.7v25.9h29.5V182c0-4.8 6.5-3.7 9.5-3.7V88.1c-4.4-2-7.4-6.7-7.4-11.5 0-16.8 25.4-16.8 25.4 0 0 4.8-3 9.4-7.4 11.5V92c6.3-1.4 12.7-2.3 19.2-2.3 9.4 0 18.4 3.5 26.3 3.5 7.2 0 15.2-3.5 19.4-3.5 2.1 0 3.7 1.6 3.7 3.7v48.4c0 5.6-18.7 6.5-22.4 6.5-8.6 0-16.6-3.5-25.4-3.5-7 0-14.1 1.2-20.8 2.8v30.7c3 0 9.5-1.1 9.5 3.7v25.9h29.5V182c0-2.1 1.6-3.7 3.7-3.7h22.2c2.1 0 3.7 1.6 3.7 3.7v25.9h29.5V182c0-2.1 1.6-3.7 3.7-3.7h22.1c2.1 0 3.7 1.6 3.7 3.7v144h29.5v-25.8c0-2.1 1.6-3.7 3.7-3.7h22.2c2.1 0 3.7 1.6 3.7 3.7z\"/></svg></li><li title=\"fort awesome \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M489.2 287.9h-27.4c-2.6 0-4.6 2-4.6 4.6v32h-36.6V146.2c0-2.6-2-4.6-4.6-4.6h-27.4c-2.6 0-4.6 2-4.6 4.6v32h-36.6v-32c0-2.6-2-4.6-4.6-4.6h-27.4c-2.6 0-4.6 2-4.6 4.6v32h-36.6v-32c0-6-8-4.6-11.7-4.6v-38c8.3-2 17.1-3.4 25.7-3.4 10.9 0 20.9 4.3 31.4 4.3 4.6 0 27.7-1.1 27.7-8v-60c0-2.6-2-4.6-4.6-4.6-5.1 0-15.1 4.3-24 4.3-9.7 0-20.9-4.3-32.6-4.3-8 0-16 1.1-23.7 2.9v-4.9c5.4-2.6 9.1-8.3 9.1-14.3 0-20.7-31.4-20.8-31.4 0 0 6 3.7 11.7 9.1 14.3v111.7c-3.7 0-11.7-1.4-11.7 4.6v32h-36.6v-32c0-2.6-2-4.6-4.6-4.6h-27.4c-2.6 0-4.6 2-4.6 4.6v32H128v-32c0-2.6-2-4.6-4.6-4.6H96c-2.6 0-4.6 2-4.6 4.6v178.3H54.8v-32c0-2.6-2-4.6-4.6-4.6H22.8c-2.6 0-4.6 2-4.6 4.6V512h182.9v-96c0-72.6 109.7-72.6 109.7 0v96h182.9V292.5c.1-2.6-1.9-4.6-4.5-4.6zm-288.1-4.5c0 2.6-2 4.6-4.6 4.6h-27.4c-2.6 0-4.6-2-4.6-4.6v-64c0-2.6 2-4.6 4.6-4.6h27.4c2.6 0 4.6 2 4.6 4.6v64zm146.4 0c0 2.6-2 4.6-4.6 4.6h-27.4c-2.6 0-4.6-2-4.6-4.6v-64c0-2.6 2-4.6 4.6-4.6h27.4c2.6 0 4.6 2 4.6 4.6v64z\"/></svg></li><li title=\"forumbee \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M5.8 309.7C2 292.7 0 275.5 0 258.3 0 135 99.8 35 223.1 35c16.6 0 33.3 2 49.3 5.5C149 87.5 51.9 186 5.8 309.7zm392.9-189.2C385 103 369 87.8 350.9 75.2c-149.6 44.3-266.3 162.1-309.7 312 12.5 18.1 28 35.6 45.2 49 43.1-151.3 161.2-271.7 312.3-315.7zm15.8 252.7c15.2-25.1 25.4-53.7 29.5-82.8-79.4 42.9-145 110.6-187.6 190.3 30-4.4 58.9-15.3 84.6-31.3 35 13.1 70.9 24.3 107 33.6-9.3-36.5-20.4-74.5-33.5-109.8zm29.7-145.5c-2.6-19.5-7.9-38.7-15.8-56.8C290.5 216.7 182 327.5 137.1 466c18.1 7.6 37 12.5 56.6 15.2C240 367.1 330.5 274.4 444.2 227.7z\"/></svg></li><li title=\"foursquare \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 368 512\"><path d=\"M323.1 3H49.9C12.4 3 0 31.3 0 49.1v433.8c0 20.3 12.1 27.7 18.2 30.1 6.2 2.5 22.8 4.6 32.9-7.1C180 356.5 182.2 354 182.2 354c3.1-3.4 3.4-3.1 6.8-3.1h83.4c35.1 0 40.6-25.2 44.3-39.7l48.6-243C373.8 25.8 363.1 3 323.1 3zm-16.3 73.8l-11.4 59.7c-1.2 6.5-9.5 13.2-16.9 13.2H172.1c-12 0-20.6 8.3-20.6 20.3v13c0 12 8.6 20.6 20.6 20.6h90.4c8.3 0 16.6 9.2 14.8 18.2-1.8 8.9-10.5 53.8-11.4 58.8-.9 4.9-6.8 13.5-16.9 13.5h-73.5c-13.5 0-17.2 1.8-26.5 12.6 0 0-8.9 11.4-89.5 108.3-.9.9-1.8.6-1.8-.3V75.9c0-7.7 6.8-16.6 16.6-16.6h219c8.2 0 15.6 7.7 13.5 17.5z\"/></svg></li><li title=\"free code camp \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M97.22,96.21c10.36-10.65,16-17.12,16-21.9,0-2.76-1.92-5.51-3.83-7.42A14.81,14.81,0,0,0,101,64.05c-8.48,0-20.92,8.79-35.84,25.69C23.68,137,2.51,182.81,3.37,250.34s17.47,117,54.06,161.87C76.22,435.86,90.62,448,100.9,448a13.55,13.55,0,0,0,8.37-3.84c1.91-2.76,3.81-5.63,3.81-8.38,0-5.63-3.86-12.2-13.2-20.55-44.45-42.33-67.32-97-67.48-165C32.25,188.8,54,137.83,97.22,96.21ZM239.47,420.07c.58.37.91.55.91.55Zm93.79.55.17-.13C333.24,420.62,333.17,420.67,333.26,420.62Zm3.13-158.18c-16.24-4.15,50.41-82.89-68.05-177.17,0,0,15.54,49.38-62.83,159.57-74.27,104.35,23.46,168.73,34,175.23-6.73-4.35-47.4-35.7,9.55-128.64,11-18.3,25.53-34.87,43.5-72.16,0,0,15.91,22.45,7.6,71.13C287.7,364,354,342.91,355,343.94c22.75,26.78-17.72,73.51-21.58,76.55,5.49-3.65,117.71-78,33-188.1C360.43,238.4,352.62,266.59,336.39,262.44ZM510.88,89.69C496,72.79,483.52,64,475,64a14.81,14.81,0,0,0-8.39,2.84c-1.91,1.91-3.83,4.66-3.83,7.42,0,4.78,5.6,11.26,16,21.9,43.23,41.61,65,92.59,64.82,154.06-.16,68-23,122.63-67.48,165-9.34,8.35-13.18,14.92-13.2,20.55,0,2.75,1.9,5.62,3.81,8.38A13.61,13.61,0,0,0,475.1,448c10.28,0,24.68-12.13,43.47-35.79,36.59-44.85,53.14-94.38,54.06-161.87S552.32,137,510.88,89.69Z\"/></svg></li><li title=\"freebsd \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M303.7 96.2c11.1-11.1 115.5-77 139.2-53.2 23.7 23.7-42.1 128.1-53.2 139.2-11.1 11.1-39.4.9-63.1-22.9-23.8-23.7-34.1-52-22.9-63.1zM109.9 68.1C73.6 47.5 22 24.6 5.6 41.1c-16.6 16.6 7.1 69.4 27.9 105.7 18.5-32.2 44.8-59.3 76.4-78.7zM406.7 174c3.3 11.3 2.7 20.7-2.7 26.1-20.3 20.3-87.5-27-109.3-70.1-18-32.3-11.1-53.4 14.9-48.7 5.7-3.6 12.3-7.6 19.6-11.6-29.8-15.5-63.6-24.3-99.5-24.3-119.1 0-215.6 96.5-215.6 215.6 0 119 96.5 215.6 215.6 215.6S445.3 380.1 445.3 261c0-38.4-10.1-74.5-27.7-105.8-3.9 7-7.6 13.3-10.9 18.8z\"/></svg></li><li title=\"fulcrum \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"><path d=\"M95.75 164.14l-35.38 43.55L25 164.14l35.38-43.55zM144.23 0l-20.54 198.18L72.72 256l51 57.82L144.23 512V300.89L103.15 256l41.08-44.89zm79.67 164.14l35.38 43.55 35.38-43.55-35.38-43.55zm-48.48 47L216.5 256l-41.08 44.89V512L196 313.82 247 256l-51-57.82L175.42 0z\"/></svg></li><li title=\"galactic republic \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 504C111.25 504 0 392.75 0 256S111.25 8 248 8s248 111.25 248 248-111.25 248-248 248zm0-479.47C120.37 24.53 16.53 128.37 16.53 256S120.37 487.47 248 487.47 479.47 383.63 479.47 256 375.63 24.53 248 24.53zm27.62 21.81v24.62a185.933 185.933 0 0 1 83.57 34.54l17.39-17.36c-28.75-22.06-63.3-36.89-100.96-41.8zm-55.37.07c-37.64 4.94-72.16 19.8-100.88 41.85l17.28 17.36h.08c24.07-17.84 52.55-30.06 83.52-34.67V46.41zm12.25 50.17v82.87c-10.04 2.03-19.42 5.94-27.67 11.42l-58.62-58.59-21.93 21.93 58.67 58.67c-5.47 8.23-9.45 17.59-11.47 27.62h-82.9v31h82.9c2.02 10.02 6.01 19.31 11.47 27.54l-58.67 58.69 21.93 21.93 58.62-58.62a77.873 77.873 0 0 0 27.67 11.47v82.9h31v-82.9c10.05-2.03 19.37-6.06 27.62-11.55l58.67 58.69 21.93-21.93-58.67-58.69c5.46-8.23 9.47-17.52 11.5-27.54h82.87v-31h-82.87c-2.02-10.02-6.03-19.38-11.5-27.62l58.67-58.67-21.93-21.93-58.67 58.67c-8.25-5.49-17.57-9.47-27.62-11.5V96.58h-31zm183.24 30.72l-17.36 17.36a186.337 186.337 0 0 1 34.67 83.67h24.62c-4.95-37.69-19.83-72.29-41.93-101.03zm-335.55.13c-22.06 28.72-36.91 63.26-41.85 100.91h24.65c4.6-30.96 16.76-59.45 34.59-83.52l-17.39-17.39zM38.34 283.67c4.92 37.64 19.75 72.18 41.8 100.9l17.36-17.39c-17.81-24.07-29.92-52.57-34.51-83.52H38.34zm394.7 0c-4.61 30.99-16.8 59.5-34.67 83.6l17.36 17.36c22.08-28.74 36.98-63.29 41.93-100.96h-24.62zM136.66 406.38l-17.36 17.36c28.73 22.09 63.3 36.98 100.96 41.93v-24.64c-30.99-4.63-59.53-16.79-83.6-34.65zm222.53.05c-24.09 17.84-52.58 30.08-83.57 34.67v24.57c37.67-4.92 72.21-19.79 100.96-41.85l-17.31-17.39h-.08z\"/></svg></li><li title=\"galactic senate \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M249.86 33.48v26.07C236.28 80.17 226 168.14 225.39 274.9c11.74-15.62 19.13-33.33 19.13-48.24v-16.88c-.03-5.32.75-10.53 2.19-15.65.65-2.14 1.39-4.08 2.62-5.82 1.23-1.75 3.43-3.79 6.68-3.79 3.24 0 5.45 2.05 6.68 3.79 1.23 1.75 1.97 3.68 2.62 5.82 1.44 5.12 2.22 10.33 2.19 15.65v16.88c0 14.91 7.39 32.62 19.13 48.24-.63-106.76-10.91-194.73-24.49-215.35V33.48h-12.28zm-26.34 147.77c-9.52 2.15-18.7 5.19-27.46 9.08 8.9 16.12 9.76 32.64 1.71 37.29-8 4.62-21.85-4.23-31.36-19.82-11.58 8.79-21.88 19.32-30.56 31.09 14.73 9.62 22.89 22.92 18.32 30.66-4.54 7.7-20.03 7.14-35.47-.96-5.78 13.25-9.75 27.51-11.65 42.42 9.68.18 18.67 2.38 26.18 6.04 17.78-.3 32.77-1.96 40.49-4.22 5.55-26.35 23.02-48.23 46.32-59.51.73-25.55 1.88-49.67 3.48-72.07zm64.96 0c1.59 22.4 2.75 46.52 3.47 72.07 23.29 11.28 40.77 33.16 46.32 59.51 7.72 2.26 22.71 3.92 40.49 4.22 7.51-3.66 16.5-5.85 26.18-6.04-1.9-14.91-5.86-29.17-11.65-42.42-15.44 8.1-30.93 8.66-35.47.96-4.57-7.74 3.6-21.05 18.32-30.66-8.68-11.77-18.98-22.3-30.56-31.09-9.51 15.59-23.36 24.44-31.36 19.82-8.05-4.65-7.19-21.16 1.71-37.29a147.49 147.49 0 0 0-27.45-9.08zm-32.48 8.6c-3.23 0-5.86 8.81-6.09 19.93h-.05v16.88c0 41.42-49.01 95.04-93.49 95.04-52 0-122.75-1.45-156.37 29.17v2.51c9.42 17.12 20.58 33.17 33.18 47.97C45.7 380.26 84.77 360.4 141.2 360c45.68 1.02 79.03 20.33 90.76 40.87.01.01-.01.04 0 .05 7.67 2.14 15.85 3.23 24.04 3.21 8.19.02 16.37-1.07 24.04-3.21.01-.01-.01-.04 0-.05 11.74-20.54 45.08-39.85 90.76-40.87 56.43.39 95.49 20.26 108.02 41.35 12.6-14.8 23.76-30.86 33.18-47.97v-2.51c-33.61-30.62-104.37-29.17-156.37-29.17-44.48 0-93.49-53.62-93.49-95.04v-16.88h-.05c-.23-11.12-2.86-19.93-6.09-19.93zm0 96.59c22.42 0 40.6 18.18 40.6 40.6s-18.18 40.65-40.6 40.65-40.6-18.23-40.6-40.65c0-22.42 18.18-40.6 40.6-40.6zm0 7.64c-18.19 0-32.96 14.77-32.96 32.96S237.81 360 256 360s32.96-14.77 32.96-32.96-14.77-32.96-32.96-32.96zm0 6.14c14.81 0 26.82 12.01 26.82 26.82s-12.01 26.82-26.82 26.82-26.82-12.01-26.82-26.82 12.01-26.82 26.82-26.82zm-114.8 66.67c-10.19.07-21.6.36-30.5 1.66.43 4.42 1.51 18.63 7.11 29.76 9.11-2.56 18.36-3.9 27.62-3.9 41.28.94 71.48 34.35 78.26 74.47l.11 4.7c10.4 1.91 21.19 2.94 32.21 2.94 11.03 0 21.81-1.02 32.21-2.94l.11-4.7c6.78-40.12 36.98-73.53 78.26-74.47 9.26 0 18.51 1.34 27.62 3.9 5.6-11.13 6.68-25.34 7.11-29.76-8.9-1.3-20.32-1.58-30.5-1.66-18.76.42-35.19 4.17-48.61 9.67-12.54 16.03-29.16 30.03-49.58 33.07-.09.02-.17.04-.27.05-.05.01-.11.04-.16.05-5.24 1.07-10.63 1.6-16.19 1.6-5.55 0-10.95-.53-16.19-1.6-.05-.01-.11-.04-.16-.05-.1-.02-.17-.04-.27-.05-20.42-3.03-37.03-17.04-49.58-33.07-13.42-5.49-29.86-9.25-48.61-9.67z\"/></svg></li><li title=\"get pocket \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M407.6 64h-367C18.5 64 0 82.5 0 104.6v135.2C0 364.5 99.7 464 224.2 464c124 0 223.8-99.5 223.8-224.2V104.6c0-22.4-17.7-40.6-40.4-40.6zm-162 268.5c-12.4 11.8-31.4 11.1-42.4 0C89.5 223.6 88.3 227.4 88.3 209.3c0-16.9 13.8-30.7 30.7-30.7 17 0 16.1 3.8 105.2 89.3 90.6-86.9 88.6-89.3 105.5-89.3 16.9 0 30.7 13.8 30.7 30.7 0 17.8-2.9 15.7-114.8 123.2z\"/></svg></li><li title=\"gg circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M257 8C120 8 9 119 9 256s111 248 248 248 248-111 248-248S394 8 257 8zm-49.5 374.8L81.8 257.1l125.7-125.7 35.2 35.4-24.2 24.2-11.1-11.1-77.2 77.2 77.2 77.2 26.6-26.6-53.1-52.9 24.4-24.4 77.2 77.2-75 75.2zm99-2.2l-35.2-35.2 24.1-24.4 11.1 11.1 77.2-77.2-77.2-77.2-26.5 26.5 53.1 52.9-24.4 24.4-77.2-77.2 75-75L432.2 255 306.5 380.6z\"/></svg></li><li title=\"gg \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M179.2 230.4l102.4 102.4-102.4 102.4L0 256 179.2 76.8l44.8 44.8-25.6 25.6-19.2-19.2-128 128 128 128 51.5-51.5-77.1-76.5 25.6-25.6zM332.8 76.8L230.4 179.2l102.4 102.4 25.6-25.6-77.1-76.5 51.5-51.5 128 128-128 128-19.2-19.2-25.6 25.6 44.8 44.8L512 256 332.8 76.8z\"/></svg></li><li title=\"git alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M439.55 236.05L244 40.45a28.87 28.87 0 0 0-40.81 0l-40.66 40.63 51.52 51.52c27.06-9.14 52.68 16.77 43.39 43.68l49.66 49.66c34.23-11.8 61.18 31 35.47 56.69-26.49 26.49-70.21-2.87-56-37.34L240.22 199v121.85c25.3 12.54 22.26 41.85 9.08 55a34.34 34.34 0 0 1-48.55 0c-17.57-17.6-11.07-46.91 11.25-56v-123c-20.8-8.51-24.6-30.74-18.64-45L142.57 101 8.45 235.14a28.86 28.86 0 0 0 0 40.81l195.61 195.6a28.86 28.86 0 0 0 40.8 0l194.69-194.69a28.86 28.86 0 0 0 0-40.81z\"/></svg></li><li title=\"git square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M100.59 334.24c48.57 3.31 58.95 2.11 58.95 11.94 0 20-65.55 20.06-65.55 1.52.01-5.09 3.29-9.4 6.6-13.46zm27.95-116.64c-32.29 0-33.75 44.47-.75 44.47 32.51 0 31.71-44.47.75-44.47zM448 80v352a48 48 0 0 1-48 48H48a48 48 0 0 1-48-48V80a48 48 0 0 1 48-48h352a48 48 0 0 1 48 48zm-227 69.31c0 14.49 8.38 22.88 22.86 22.88 14.74 0 23.13-8.39 23.13-22.88S258.62 127 243.88 127c-14.48 0-22.88 7.84-22.88 22.31zM199.18 195h-49.55c-25-6.55-81.56-4.85-81.56 46.75 0 18.8 9.4 32 21.85 38.11C74.23 294.23 66.8 301 66.8 310.6c0 6.87 2.79 13.22 11.18 16.76-8.9 8.4-14 14.48-14 25.92C64 373.35 81.53 385 127.52 385c44.22 0 69.87-16.51 69.87-45.73 0-36.67-28.23-35.32-94.77-39.38l8.38-13.43c17 4.74 74.19 6.23 74.19-42.43 0-11.69-4.83-19.82-9.4-25.67l23.38-1.78zm84.34 109.84l-13-1.78c-3.82-.51-4.07-1-4.07-5.09V192.52h-52.6l-2.79 20.57c15.75 5.55 17 4.86 17 10.17V298c0 5.62-.31 4.58-17 6.87v20.06h72.42zM384 315l-6.87-22.37c-40.93 15.37-37.85-12.41-37.85-16.73v-60.72h37.85v-25.41h-35.82c-2.87 0-2 2.52-2-38.63h-24.18c-2.79 27.7-11.68 38.88-34 41.42v22.62c20.47 0 19.82-.85 19.82 2.54v66.57c0 28.72 11.43 40.91 41.67 40.91 14.45 0 30.45-4.83 41.38-10.2z\"/></svg></li><li title=\"git \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M216.29 158.39H137C97 147.9 6.51 150.63 6.51 233.18c0 30.09 15 51.23 35 61-25.1 23-37 33.85-37 49.21 0 11 4.47 21.14 17.89 26.81C8.13 383.61 0 393.35 0 411.65c0 32.11 28.05 50.82 101.63 50.82 70.75 0 111.79-26.42 111.79-73.18 0-58.66-45.16-56.5-151.63-63l13.43-21.55c27.27 7.58 118.7 10 118.7-67.89 0-18.7-7.73-31.71-15-41.07l37.41-2.84zm-63.42 241.9c0 32.06-104.89 32.1-104.89 2.43 0-8.14 5.27-15 10.57-21.54 77.71 5.3 94.32 3.37 94.32 19.11zm-50.81-134.58c-52.8 0-50.46-71.16 1.2-71.16 49.54 0 50.82 71.16-1.2 71.16zm133.3 100.51v-32.1c26.75-3.66 27.24-2 27.24-11V203.61c0-8.5-2.05-7.38-27.24-16.26l4.47-32.92H324v168.71c0 6.51.4 7.32 6.51 8.14l20.73 2.84v32.1zm52.45-244.31c-23.17 0-36.59-13.43-36.59-36.61s13.42-35.77 36.59-35.77c23.58 0 37 12.62 37 35.77s-13.42 36.61-37 36.61zM512 350.46c-17.49 8.53-43.1 16.26-66.28 16.26-48.38 0-66.67-19.5-66.67-65.46V194.75c0-5.42 1.05-4.06-31.71-4.06V154.5c35.78-4.07 50-22 54.47-66.27h38.63c0 65.83-1.34 61.81 3.26 61.81H501v40.65h-60.56v97.15c0 6.92-4.92 51.41 60.57 26.84z\"/></svg></li><li title=\"github alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 480 512\"><path d=\"M186.1 328.7c0 20.9-10.9 55.1-36.7 55.1s-36.7-34.2-36.7-55.1 10.9-55.1 36.7-55.1 36.7 34.2 36.7 55.1zM480 278.2c0 31.9-3.2 65.7-17.5 95-37.9 76.6-142.1 74.8-216.7 74.8-75.8 0-186.2 2.7-225.6-74.8-14.6-29-20.2-63.1-20.2-95 0-41.9 13.9-81.5 41.5-113.6-5.2-15.8-7.7-32.4-7.7-48.8 0-21.5 4.9-32.3 14.6-51.8 45.3 0 74.3 9 108.8 36 29-6.9 58.8-10 88.7-10 27 0 54.2 2.9 80.4 9.2 34-26.7 63-35.2 107.8-35.2 9.8 19.5 14.6 30.3 14.6 51.8 0 16.4-2.6 32.7-7.7 48.2 27.5 32.4 39 72.3 39 114.2zm-64.3 50.5c0-43.9-26.7-82.6-73.5-82.6-18.9 0-37 3.4-56 6-14.9 2.3-29.8 3.2-45.1 3.2-15.2 0-30.1-.9-45.1-3.2-18.7-2.6-37-6-56-6-46.8 0-73.5 38.7-73.5 82.6 0 87.8 80.4 101.3 150.4 101.3h48.2c70.3 0 150.6-13.4 150.6-101.3zm-82.6-55.1c-25.8 0-36.7 34.2-36.7 55.1s10.9 55.1 36.7 55.1 36.7-34.2 36.7-55.1-10.9-55.1-36.7-55.1z\"/></svg></li><li title=\"github square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM277.3 415.7c-8.4 1.5-11.5-3.7-11.5-8 0-5.4.2-33 .2-55.3 0-15.6-5.2-25.5-11.3-30.7 37-4.1 76-9.2 76-73.1 0-18.2-6.5-27.3-17.1-39 1.7-4.3 7.4-22-1.7-45-13.9-4.3-45.7 17.9-45.7 17.9-13.2-3.7-27.5-5.6-41.6-5.6-14.1 0-28.4 1.9-41.6 5.6 0 0-31.8-22.2-45.7-17.9-9.1 22.9-3.5 40.6-1.7 45-10.6 11.7-15.6 20.8-15.6 39 0 63.6 37.3 69 74.3 73.1-4.8 4.3-9.1 11.7-10.6 22.3-9.5 4.3-33.8 11.7-48.3-13.9-9.1-15.8-25.5-17.1-25.5-17.1-16.2-.2-1.1 10.2-1.1 10.2 10.8 5 18.4 24.2 18.4 24.2 9.7 29.7 56.1 19.7 56.1 19.7 0 13.9.2 36.5.2 40.6 0 4.3-3 9.5-11.5 8-66-22.1-112.2-84.9-112.2-158.3 0-91.8 70.2-161.5 162-161.5S388 165.6 388 257.4c.1 73.4-44.7 136.3-110.7 158.3zm-98.1-61.1c-1.9.4-3.7-.4-3.9-1.7-.2-1.5 1.1-2.8 3-3.2 1.9-.2 3.7.6 3.9 1.9.3 1.3-1 2.6-3 3zm-9.5-.9c0 1.3-1.5 2.4-3.5 2.4-2.2.2-3.7-.9-3.7-2.4 0-1.3 1.5-2.4 3.5-2.4 1.9-.2 3.7.9 3.7 2.4zm-13.7-1.1c-.4 1.3-2.4 1.9-4.1 1.3-1.9-.4-3.2-1.9-2.8-3.2.4-1.3 2.4-1.9 4.1-1.5 2 .6 3.3 2.1 2.8 3.4zm-12.3-5.4c-.9 1.1-2.8.9-4.3-.6-1.5-1.3-1.9-3.2-.9-4.1.9-1.1 2.8-.9 4.3.6 1.3 1.3 1.8 3.3.9 4.1zm-9.1-9.1c-.9.6-2.6 0-3.7-1.5s-1.1-3.2 0-3.9c1.1-.9 2.8-.2 3.7 1.3 1.1 1.5 1.1 3.3 0 4.1zm-6.5-9.7c-.9.9-2.4.4-3.5-.6-1.1-1.3-1.3-2.8-.4-3.5.9-.9 2.4-.4 3.5.6 1.1 1.3 1.3 2.8.4 3.5zm-6.7-7.4c-.4.9-1.7 1.1-2.8.4-1.3-.6-1.9-1.7-1.5-2.6.4-.6 1.5-.9 2.8-.4 1.3.7 1.9 1.8 1.5 2.6z\"/></svg></li><li title=\"github \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z\"/></svg></li><li title=\"gitkraken \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 592 512\"><path d=\"M565.7 118.1c-2.3-6.1-9.3-9.2-15.3-6.6-5.7 2.4-8.5 8.9-6.3 14.6 10.9 29 16.9 60.5 16.9 93.3 0 134.6-100.3 245.7-230.2 262.7V358.4c7.9-1.5 15.5-3.6 23-6.2v104c106.7-25.9 185.9-122.1 185.9-236.8 0-91.8-50.8-171.8-125.8-213.3-5.7-3.2-13-.9-15.9 5-2.7 5.5-.6 12.2 4.7 15.1 67.9 37.6 113.9 110 113.9 193.2 0 93.3-57.9 173.1-139.8 205.4v-92.2c14.2-4.5 24.9-17.7 24.9-33.5 0-13.1-6.8-24.4-17.3-30.5 8.3-79.5 44.5-58.6 44.5-83.9V170c0-38-87.9-161.8-129-164.7-2.5-.2-5-.2-7.6 0C251.1 8.3 163.2 132 163.2 170v14.8c0 25.3 36.3 4.3 44.5 83.9-10.6 6.1-17.3 17.4-17.3 30.5 0 15.8 10.6 29 24.8 33.5v92.2c-81.9-32.2-139.8-112-139.8-205.4 0-83.1 46-155.5 113.9-193.2 5.4-3 7.4-9.6 4.7-15.1-2.9-5.9-10.1-8.2-15.9-5-75 41.5-125.8 121.5-125.8 213.3 0 114.7 79.2 210.8 185.9 236.8v-104c7.6 2.5 15.1 4.6 23 6.2v123.7C131.4 465.2 31 354.1 31 219.5c0-32.8 6-64.3 16.9-93.3 2.2-5.8-.6-12.2-6.3-14.6-6-2.6-13 .4-15.3 6.6C14.5 149.7 8 183.8 8 219.5c0 155.1 122.6 281.6 276.3 287.8V361.4c6.8.4 15 .5 23.4 0v145.8C461.4 501.1 584 374.6 584 219.5c0-35.7-6.5-69.8-18.3-101.4zM365.9 275.5c13 0 23.7 10.5 23.7 23.7 0 13.1-10.6 23.7-23.7 23.7-13 0-23.7-10.5-23.7-23.7 0-13.1 10.6-23.7 23.7-23.7zm-139.8 47.3c-13.2 0-23.7-10.7-23.7-23.7s10.5-23.7 23.7-23.7c13.1 0 23.7 10.6 23.7 23.7 0 13-10.5 23.7-23.7 23.7z\"/></svg></li><li title=\"gitlab \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M105.2 24.9c-3.1-8.9-15.7-8.9-18.9 0L29.8 199.7h132c-.1 0-56.6-174.8-56.6-174.8zM.9 287.7c-2.6 8 .3 16.9 7.1 22l247.9 184-226.2-294zm160.8-88l94.3 294 94.3-294zm349.4 88l-28.8-88-226.3 294 247.9-184c6.9-5.1 9.7-14 7.2-22zM425.7 24.9c-3.1-8.9-15.7-8.9-18.9 0l-56.6 174.8h132z\"/></svg></li><li title=\"gitter \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M66.4 322.5H16V0h50.4v322.5zM166.9 76.1h-50.4V512h50.4V76.1zm100.6 0h-50.4V512h50.4V76.1zM368 76h-50.4v247H368V76z\"/></svg></li><li title=\"glide g \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M407.1 211.2c-3.5-1.4-11.6-3.8-15.4-3.8-37.1 0-62.2 16.8-93.5 34.5l-.9-.9c7-47.3 23.5-91.9 23.5-140.4C320.8 29.1 282.6 0 212.4 0 97.3 0 39 113.7 39 198.4 39 286.3 90.3 335 177.6 335c12 0 11-1 11 3.8-16.9 128.9-90.8 133.1-90.8 94.6 0-39.2 45-58.6 45.5-61-.3-12.2-47-27.6-58.9-27.6-33.9.1-52.4 51.2-52.4 79.3C32 476 64.8 512 117.5 512c77.4 0 134-77.8 151.4-145.4 15.1-60.5 11.2-63.3 19.7-67.6 32.2-16.2 57.5-27 93.8-27 17.8 0 30.5 3.7 58.9 8.4 2.9 0 6.7-2.9 6.7-5.8 0-8-33.4-60.5-40.9-63.4zm-175.3-84.4c-9.3 44.7-18.6 89.6-27.8 134.3-2.3 10.2-13.3 7.8-22 7.8-38.3 0-49-41.8-49-73.1 0-47 18-109.3 61.8-133.4 7-4.1 14.8-6.7 22.6-6.7 18.6 0 20 13.3 20 28.7-.1 14.3-2.7 28.5-5.6 42.4z\"/></svg></li><li title=\"glide \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M252.8 148.6c0 8.8-1.6 17.7-3.4 26.4-5.8 27.8-11.6 55.8-17.3 83.6-1.4 6.3-8.3 4.9-13.7 4.9-23.8 0-30.5-26-30.5-45.5 0-29.3 11.2-68.1 38.5-83.1 4.3-2.5 9.2-4.2 14.1-4.2 11.4 0 12.3 8.3 12.3 17.9zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-64 187c0-5.1-20.8-37.7-25.5-39.5-2.2-.9-7.2-2.3-9.6-2.3-23.1 0-38.7 10.5-58.2 21.5l-.5-.5c4.3-29.4 14.6-57.2 14.6-87.4 0-44.6-23.8-62.7-67.5-62.7-71.7 0-108 70.8-108 123.5 0 54.7 32 85 86.3 85 7.5 0 6.9-.6 6.9 2.3-10.5 80.3-56.5 82.9-56.5 58.9 0-24.4 28-36.5 28.3-38-.2-7.6-29.3-17.2-36.7-17.2-21.1 0-32.7 33-32.7 50.6 0 32.3 20.4 54.7 53.3 54.7 48.2 0 83.4-49.7 94.3-91.7 9.4-37.7 7-39.4 12.3-42.1 20-10.1 35.8-16.8 58.4-16.8 11.1 0 19 2.3 36.7 5.2 1.8.1 4.1-1.7 4.1-3.5z\"/></svg></li><li title=\"gofore \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 400 512\"><path d=\"M324 319.8h-13.2v34.7c-24.5 23.1-56.3 35.8-89.9 35.8-73.2 0-132.4-60.2-132.4-134.4 0-74.1 59.2-134.4 132.4-134.4 35.3 0 68.6 14 93.6 39.4l62.3-63.3C335 55.3 279.7 32 220.7 32 98 32 0 132.6 0 256c0 122.5 97 224 220.7 224 63.2 0 124.5-26.2 171-82.5-2-27.6-13.4-77.7-67.7-77.7zm-12.1-112.5H205.6v89H324c33.5 0 60.5 15.1 76 41.8v-30.6c0-65.2-40.4-100.2-88.1-100.2z\"/></svg></li><li title=\"goodreads g \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M42.6 403.3h2.8c12.7 0 25.5 0 38.2.1 1.6 0 3.1-.4 3.6 2.1 7.1 34.9 30 54.6 62.9 63.9 26.9 7.6 54.1 7.8 81.3 1.8 33.8-7.4 56-28.3 68-60.4 8-21.5 10.7-43.8 11-66.5.1-5.8.3-47-.2-52.8l-.9-.3c-.8 1.5-1.7 2.9-2.5 4.4-22.1 43.1-61.3 67.4-105.4 69.1-103 4-169.4-57-172-176.2-.5-23.7 1.8-46.9 8.3-69.7C58.3 47.7 112.3.6 191.6 0c61.3-.4 101.5 38.7 116.2 70.3.5 1.1 1.3 2.3 2.4 1.9V10.6h44.3c0 280.3.1 332.2.1 332.2-.1 78.5-26.7 143.7-103 162.2-69.5 16.9-159 4.8-196-57.2-8-13.5-11.8-28.3-13-44.5zM188.9 36.5c-52.5-.5-108.5 40.7-115 133.8-4.1 59 14.8 122.2 71.5 148.6 27.6 12.9 74.3 15 108.3-8.7 47.6-33.2 62.7-97 54.8-154-9.7-71.1-47.8-120-119.6-119.7z\"/></svg></li><li title=\"goodreads \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M299.9 191.2c5.1 37.3-4.7 79-35.9 100.7-22.3 15.5-52.8 14.1-70.8 5.7-37.1-17.3-49.5-58.6-46.8-97.2 4.3-60.9 40.9-87.9 75.3-87.5 46.9-.2 71.8 31.8 78.2 78.3zM448 88v336c0 30.9-25.1 56-56 56H56c-30.9 0-56-25.1-56-56V88c0-30.9 25.1-56 56-56h336c30.9 0 56 25.1 56 56zM330 313.2s-.1-34-.1-217.3h-29v40.3c-.8.3-1.2-.5-1.6-1.2-9.6-20.7-35.9-46.3-76-46-51.9.4-87.2 31.2-100.6 77.8-4.3 14.9-5.8 30.1-5.5 45.6 1.7 77.9 45.1 117.8 112.4 115.2 28.9-1.1 54.5-17 69-45.2.5-1 1.1-1.9 1.7-2.9.2.1.4.1.6.2.3 3.8.2 30.7.1 34.5-.2 14.8-2 29.5-7.2 43.5-7.8 21-22.3 34.7-44.5 39.5-17.8 3.9-35.6 3.8-53.2-1.2-21.5-6.1-36.5-19-41.1-41.8-.3-1.6-1.3-1.3-2.3-1.3h-26.8c.8 10.6 3.2 20.3 8.5 29.2 24.2 40.5 82.7 48.5 128.2 37.4 49.9-12.3 67.3-54.9 67.4-106.3z\"/></svg></li><li title=\"google drive \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M339 314.9L175.4 32h161.2l163.6 282.9H339zm-137.5 23.6L120.9 480h310.5L512 338.5H201.5zM154.1 67.4L0 338.5 80.6 480 237 208.8 154.1 67.4z\"/></svg></li><li title=\"google pay \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M105.72,215v41.25h57.1a49.66,49.66,0,0,1-21.14,32.6c-9.54,6.55-21.72,10.28-36,10.28-27.6,0-50.93-18.91-59.3-44.22a65.61,65.61,0,0,1,0-41l0,0c8.37-25.46,31.7-44.37,59.3-44.37a56.43,56.43,0,0,1,40.51,16.08L176.47,155a101.24,101.24,0,0,0-70.75-27.84,105.55,105.55,0,0,0-94.38,59.11,107.64,107.64,0,0,0,0,96.18v.15a105.41,105.41,0,0,0,94.38,59c28.47,0,52.55-9.53,70-25.91,20-18.61,31.41-46.15,31.41-78.91A133.76,133.76,0,0,0,205.38,215Zm389.41-4c-10.13-9.38-23.93-14.14-41.39-14.14-22.46,0-39.34,8.34-50.5,24.86l20.85,13.26q11.45-17,31.26-17a34.05,34.05,0,0,1,22.75,8.79A28.14,28.14,0,0,1,487.79,248v5.51c-9.1-5.07-20.55-7.75-34.64-7.75-16.44,0-29.65,3.88-39.49,11.77s-14.82,18.31-14.82,31.56a39.74,39.74,0,0,0,13.94,31.27c9.25,8.34,21,12.51,34.79,12.51,16.29,0,29.21-7.3,39-21.89h1v17.72h22.61V250C510.25,233.45,505.26,220.34,495.13,211ZM475.9,300.3a37.32,37.32,0,0,1-26.57,11.16A28.61,28.61,0,0,1,431,305.21a19.41,19.41,0,0,1-7.77-15.63c0-7,3.22-12.81,9.54-17.42s14.53-7,24.07-7C470,265,480.3,268,487.64,273.94,487.64,284.07,483.68,292.85,475.9,300.3Zm-93.65-142A55.71,55.71,0,0,0,341.74,142H279.07V328.74H302.7V253.1h39c16,0,29.5-5.36,40.51-15.93.88-.89,1.76-1.79,2.65-2.68A54.45,54.45,0,0,0,382.25,158.26Zm-16.58,62.23a30.65,30.65,0,0,1-23.34,9.68H302.7V165h39.63a32,32,0,0,1,22.6,9.23A33.18,33.18,0,0,1,365.67,220.49ZM614.31,201,577.77,292.7h-.45L539.9,201H514.21L566,320.55l-29.35,64.32H561L640,201Z\"/></svg></li><li title=\"google play \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M325.3 234.3L104.6 13l280.8 161.2-60.1 60.1zM47 0C34 6.8 25.3 19.2 25.3 35.3v441.3c0 16.1 8.7 28.5 21.7 35.3l256.6-256L47 0zm425.2 225.6l-58.9-34.1-65.7 64.5 65.7 64.5 60.1-34.1c18-14.3 18-46.5-1.2-60.8zM104.6 499l280.8-161.2-60.1-60.1L104.6 499z\"/></svg></li><li title=\"google plus g \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M386.061 228.496c1.834 9.692 3.143 19.384 3.143 31.956C389.204 370.205 315.599 448 204.8 448c-106.084 0-192-85.915-192-192s85.916-192 192-192c51.864 0 95.083 18.859 128.611 50.292l-52.126 50.03c-14.145-13.621-39.028-29.599-76.485-29.599-65.484 0-118.92 54.221-118.92 121.277 0 67.056 53.436 121.277 118.92 121.277 75.961 0 104.513-54.745 108.965-82.773H204.8v-66.009h181.261zm185.406 6.437V179.2h-56.001v55.733h-55.733v56.001h55.733v55.733h56.001v-55.733H627.2v-56.001h-55.733z\"/></svg></li><li title=\"google plus square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM164 356c-55.3 0-100-44.7-100-100s44.7-100 100-100c27 0 49.5 9.8 67 26.2l-27.1 26.1c-7.4-7.1-20.3-15.4-39.8-15.4-34.1 0-61.9 28.2-61.9 63.2 0 34.9 27.8 63.2 61.9 63.2 39.6 0 54.4-28.5 56.8-43.1H164v-34.4h94.4c1 5 1.6 10.1 1.6 16.6 0 57.1-38.3 97.6-96 97.6zm220-81.8h-29v29h-29.2v-29h-29V245h29v-29H355v29h29v29.2z\"/></svg></li><li title=\"google plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256,8C119.1,8,8,119.1,8,256S119.1,504,256,504,504,392.9,504,256,392.9,8,256,8ZM185.3,380a124,124,0,0,1,0-248c31.3,0,60.1,11,83,32.3l-33.6,32.6c-13.2-12.9-31.3-19.1-49.4-19.1-42.9,0-77.2,35.5-77.2,78.1S142.3,334,185.3,334c32.6,0,64.9-19.1,70.1-53.3H185.3V238.1H302.2a109.2,109.2,0,0,1,1.9,20.7c0,70.8-47.5,121.2-118.8,121.2ZM415.5,273.8v35.5H380V273.8H344.5V238.3H380V202.8h35.5v35.5h35.2v35.5Z\"/></svg></li><li title=\"google wallet \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M156.8 126.8c37.6 60.6 64.2 113.1 84.3 162.5-8.3 33.8-18.8 66.5-31.3 98.3-13.2-52.3-26.5-101.3-56-148.5 6.5-36.4 2.3-73.6 3-112.3zM109.3 200H16.1c-6.5 0-10.5 7.5-6.5 12.7C51.8 267 81.3 330.5 101.3 400h103.5c-16.2-69.7-38.7-133.7-82.5-193.5-3-4-8-6.5-13-6.5zm47.8-88c68.5 108 130 234.5 138.2 368H409c-12-138-68.4-265-143.2-368H157.1zm251.8-68.5c-1.8-6.8-8.2-11.5-15.2-11.5h-88.3c-5.3 0-9 5-7.8 10.3 13.2 46.5 22.3 95.5 26.5 146 48.2 86.2 79.7 178.3 90.6 270.8 15.8-60.5 25.3-133.5 25.3-203 0-73.6-12.1-145.1-31.1-212.6z\"/></svg></li><li title=\"google \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 488 512\"><path d=\"M488 261.8C488 403.3 391.1 504 248 504 110.8 504 0 393.2 0 256S110.8 8 248 8c66.8 0 123 24.5 166.3 64.9l-67.5 64.9C258.5 52.6 94.3 116.6 94.3 256c0 86.5 69.1 156.6 153.7 156.6 98.2 0 135-70.4 140.8-106.9H248v-85.3h236.1c2.3 12.7 3.9 24.9 3.9 41.4z\"/></svg></li><li title=\"gratipay \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 8C111.1 8 0 119.1 0 256s111.1 248 248 248 248-111.1 248-248S384.9 8 248 8zm114.6 226.4l-113 152.7-112.7-152.7c-8.7-11.9-19.1-50.4 13.6-72 28.1-18.1 54.6-4.2 68.5 11.9 15.9 17.9 46.6 16.9 61.7 0 13.9-16.1 40.4-30 68.1-11.9 32.9 21.6 22.6 60 13.8 72z\"/></svg></li><li title=\"grav \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M301.1 212c4.4 4.4 4.4 11.9 0 16.3l-9.7 9.7c-4.4 4.7-11.9 4.7-16.6 0l-10.5-10.5c-4.4-4.7-4.4-11.9 0-16.6l9.7-9.7c4.4-4.4 11.9-4.4 16.6 0l10.5 10.8zm-30.2-19.7c3-3 3-7.8 0-10.5-2.8-3-7.5-3-10.5 0-2.8 2.8-2.8 7.5 0 10.5 3.1 2.8 7.8 2.8 10.5 0zm-26 5.3c-3 2.8-3 7.5 0 10.2 2.8 3 7.5 3 10.5 0 2.8-2.8 2.8-7.5 0-10.2-3-3-7.7-3-10.5 0zm72.5-13.3c-19.9-14.4-33.8-43.2-11.9-68.1 21.6-24.9 40.7-17.2 59.8.8 11.9 11.3 29.3 24.9 17.2 48.2-12.5 23.5-45.1 33.2-65.1 19.1zm47.7-44.5c-8.9-10-23.3 6.9-15.5 16.1 7.4 9 32.1 2.4 15.5-16.1zM504 256c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zm-66.2 42.6c2.5-16.1-20.2-16.6-25.2-25.7-13.6-24.1-27.7-36.8-54.5-30.4 11.6-8 23.5-6.1 23.5-6.1.3-6.4 0-13-9.4-24.9 3.9-12.5.3-22.4.3-22.4 15.5-8.6 26.8-24.4 29.1-43.2 3.6-31-18.8-59.2-49.8-62.8-22.1-2.5-43.7 7.7-54.3 25.7-23.2 40.1 1.4 70.9 22.4 81.4-14.4-1.4-34.3-11.9-40.1-34.3-6.6-25.7 2.8-49.8 8.9-61.4 0 0-4.4-5.8-8-8.9 0 0-13.8 0-24.6 5.3 11.9-15.2 25.2-14.4 25.2-14.4 0-6.4-.6-14.9-3.6-21.6-5.4-11-23.8-12.9-31.7 2.8.1-.2.3-.4.4-.5-5 11.9-1.1 55.9 16.9 87.2-2.5 1.4-9.1 6.1-13 10-21.6 9.7-56.2 60.3-56.2 60.3-28.2 10.8-77.2 50.9-70.6 79.7.3 3 1.4 5.5 3 7.5-2.8 2.2-5.5 5-8.3 8.3-11.9 13.8-5.3 35.2 17.7 24.4 15.8-7.2 29.6-20.2 36.3-30.4 0 0-5.5-5-16.3-4.4 27.7-6.6 34.3-9.4 46.2-9.1 8 3.9 8-34.3 8-34.3 0-14.7-2.2-31-11.1-41.5 12.5 12.2 29.1 32.7 28 60.6-.8 18.3-15.2 23-15.2 23-9.1 16.6-43.2 65.9-30.4 106 0 0-9.7-14.9-10.2-22.1-17.4 19.4-46.5 52.3-24.6 64.5 26.6 14.7 108.8-88.6 126.2-142.3 34.6-20.8 55.4-47.3 63.9-65 22 43.5 95.3 94.5 101.1 59z\"/></svg></li><li title=\"gripfire \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M112.5 301.4c0-73.8 105.1-122.5 105.1-203 0-47.1-34-88-39.1-90.4.4 3.3.6 6.7.6 10C179.1 110.1 32 171.9 32 286.6c0 49.8 32.2 79.2 66.5 108.3 65.1 46.7 78.1 71.4 78.1 86.6 0 10.1-4.8 17-4.8 22.3 13.1-16.7 17.4-31.9 17.5-46.4 0-29.6-21.7-56.3-44.2-86.5-16-22.3-32.6-42.6-32.6-69.5zm205.3-39c-12.1-66.8-78-124.4-94.7-130.9l4 7.2c2.4 5.1 3.4 10.9 3.4 17.1 0 44.7-54.2 111.2-56.6 116.7-2.2 5.1-3.2 10.5-3.2 15.8 0 20.1 15.2 42.1 17.9 42.1 2.4 0 56.6-55.4 58.1-87.7 6.4 11.7 9.1 22.6 9.1 33.4 0 41.2-41.8 96.9-41.8 96.9 0 11.6 31.9 53.2 35.5 53.2 1 0 2.2-1.4 3.2-2.4 37.9-39.3 67.3-85 67.3-136.8 0-8-.7-16.2-2.2-24.6z\"/></svg></li><li title=\"grunt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M61.3 189.3c-1.1 10 5.2 19.1 5.2 19.1.7-7.5 2.2-12.8 4-16.6.4 10.3 3.2 23.5 12.8 34.1 6.9 7.6 35.6 23.3 54.9 6.1 1 2.4 2.1 5.3 3 8.5 2.9 10.3-2.7 25.3-2.7 25.3s15.1-17.1 13.9-32.5c10.8-.5 21.4-8.4 21.1-19.5 0 0-18.9 10.4-35.5-8.8-9.7-11.2-40.9-42-83.1-31.8 4.3 1 8.9 2.4 13.5 4.1h-.1c-4.2 2-6.5 7.1-7 12zm28.3-1.8c19.5 11 37.4 25.7 44.9 37-5.7 3.3-21.7 10.4-38-1.7-10.3-7.6-9.8-26.2-6.9-35.3zm142.1 45.8c-1.2 15.5 13.9 32.5 13.9 32.5s-5.6-15-2.7-25.3c.9-3.2 2-6 3-8.5 19.3 17.3 48 1.5 54.8-6.1 9.6-10.6 12.3-23.8 12.8-34.1 1.8 3.8 3.4 9.1 4 16.6 0 0 6.4-9.1 5.2-19.1-.6-5-2.9-10-7-11.8h-.1c4.6-1.8 9.2-3.2 13.5-4.1-42.3-10.2-73.4 20.6-83.1 31.8-16.7 19.2-35.5 8.8-35.5 8.8-.2 10.9 10.4 18.9 21.2 19.3zm62.7-45.8c3 9.1 3.4 27.7-7 35.4-16.3 12.1-32.2 5-37.9 1.6 7.5-11.4 25.4-26 44.9-37zM160 418.5h-29.4c-5.5 0-8.2 1.6-9.5 2.9-1.9 2-2.2 4.7-.9 8.1 3.5 9.1 11.4 16.5 13.7 18.6 3.1 2.7 7.5 4.3 11.8 4.3 4.4 0 8.3-1.7 11-4.6 7.5-8.2 11.9-17.1 13-19.8.6-1.5 1.3-4.5-.9-6.8-1.8-1.8-4.7-2.7-8.8-2.7zm189.2-101.2c-2.4 17.9-13 33.8-24.6 43.7-3.1-22.7-3.7-55.5-3.7-62.4 0-14.7 9.5-24.5 12.2-26.1 2.5-1.5 5.4-3 8.3-4.6 18-9.6 40.4-21.6 40.4-43.7 0-16.2-9.3-23.2-15.4-27.8-.8-.6-1.5-1.1-2.2-1.7-2.1-1.7-3.7-3-4.3-4.4-4.4-9.8-3.6-34.2-1.7-37.6.6-.6 16.7-20.9 11.8-39.2-2-7.4-6.9-13.3-14.1-17-5.3-2.7-11.9-4.2-19.5-4.5-.1-2-.5-3.9-.9-5.9-.6-2.6-1.1-5.3-.9-8.1.4-4.7.8-9 2.2-11.3 8.4-13.3 28.8-17.6 29-17.6l12.3-2.4-8.1-9.5c-.1-.2-17.3-17.5-46.3-17.5-7.9 0-16 1.3-24.1 3.9-24.2 7.8-42.9 30.5-49.4 39.3-3.1-1-6.3-1.9-9.6-2.7-4.2-15.8 9-38.5 9-38.5s-13.6-3-33.7 15.2c-2.6-6.5-8.1-20.5-1.8-37.2C184.6 10.1 177.2 26 175 40.4c-7.6-5.4-6.7-23.1-7.2-27.6-7.5.9-29.2 21.9-28.2 48.3-2 .5-3.9 1.1-5.9 1.7-6.5-8.8-25.1-31.5-49.4-39.3-7.9-2.2-16-3.5-23.9-3.5-29 0-46.1 17.3-46.3 17.5L6 46.9l12.3 2.4c.2 0 20.6 4.3 29 17.6 1.4 2.2 1.8 6.6 2.2 11.3.2 2.8-.4 5.5-.9 8.1-.4 1.9-.8 3.9-.9 5.9-7.7.3-14.2 1.8-19.5 4.5-7.2 3.7-12.1 9.6-14.1 17-5 18.2 11.2 38.5 11.8 39.2 1.9 3.4 2.7 27.8-1.7 37.6-.6 1.4-2.2 2.7-4.3 4.4-.7.5-1.4 1.1-2.2 1.7-6.1 4.6-15.4 11.7-15.4 27.8 0 22.1 22.4 34.1 40.4 43.7 3 1.6 5.8 3.1 8.3 4.6 2.7 1.6 12.2 11.4 12.2 26.1 0 6.9-.6 39.7-3.7 62.4-11.6-9.9-22.2-25.9-24.6-43.8 0 0-29.2 22.6-20.6 70.8 5.2 29.5 23.2 46.1 47 54.7 8.8 19.1 29.4 45.7 67.3 49.6C143 504.3 163 512 192.2 512h.2c29.1 0 49.1-7.7 63.6-19.5 37.9-3.9 58.5-30.5 67.3-49.6 23.8-8.7 41.7-25.2 47-54.7 8.2-48.4-21.1-70.9-21.1-70.9zM305.7 37.7c5.6-1.8 11.6-2.7 17.7-2.7 11 0 19.9 3 24.7 5-3.1 1.4-6.4 3.2-9.7 5.3-2.4-.4-5.6-.8-9.2-.8-10.5 0-20.5 3.1-28.7 8.9-12.3 8.7-18 16.9-20.7 22.4-2.2-1.3-4.5-2.5-7.1-3.7-1.6-.8-3.1-1.5-4.7-2.2 6.1-9.1 19.9-26.5 37.7-32.2zm21 18.2c-.8 1-1.6 2.1-2.3 3.2-3.3 5.2-3.9 11.6-4.4 17.8-.5 6.4-1.1 12.5-4.4 17-4.2.8-8.1 1.7-11.5 2.7-2.3-3.1-5.6-7-10.5-11.2 1.4-4.8 5.5-16.1 13.5-22.5 5.6-4.3 12.2-6.7 19.6-7zM45.6 45.3c-3.3-2.2-6.6-4-9.7-5.3 4.8-2 13.7-5 24.7-5 6.1 0 12 .9 17.7 2.7 17.8 5.8 31.6 23.2 37.7 32.1-1.6.7-3.2 1.4-4.8 2.2-2.5 1.2-4.9 2.5-7.1 3.7-2.6-5.4-8.3-13.7-20.7-22.4-8.3-5.8-18.2-8.9-28.8-8.9-3.4.1-6.6.5-9 .9zm44.7 40.1c-4.9 4.2-8.3 8-10.5 11.2-3.4-.9-7.3-1.9-11.5-2.7C65 89.5 64.5 83.4 64 77c-.5-6.2-1.1-12.6-4.4-17.8-.7-1.1-1.5-2.2-2.3-3.2 7.4.3 14 2.6 19.5 7 8 6.3 12.1 17.6 13.5 22.4zM58.1 259.9c-2.7-1.6-5.6-3.1-8.4-4.6-14.9-8-30.2-16.3-30.2-30.5 0-11.1 4.3-14.6 8.9-18.2l.5-.4c.7-.6 1.4-1.2 2.2-1.8-.9 7.2-1.9 13.3-2.7 14.9 0 0 12.1-15 15.7-44.3 1.4-11.5-1.1-34.3-5.1-43 .2 4.9 0 9.8-.3 14.4-.4-.8-.8-1.6-1.3-2.2-3.2-4-11.8-17.5-9.4-26.6.9-3.5 3.1-6 6.7-7.8 3.8-1.9 8.8-2.9 15.1-2.9 12.3 0 25.9 3.7 32.9 6 25.1 8 55.4 30.9 64.1 37.7.2.2.4.3.4.3l5.6 3.9-3.5-5.8c-.2-.3-19.1-31.4-53.2-46.5 2-2.9 7.4-8.1 21.6-15.1 21.4-10.5 46.5-15.8 74.3-15.8 27.9 0 52.9 5.3 74.3 15.8 14.2 6.9 19.6 12.2 21.6 15.1-34 15.1-52.9 46.2-53.1 46.5l-3.5 5.8 5.6-3.9s.2-.1.4-.3c8.7-6.8 39-29.8 64.1-37.7 7-2.2 20.6-6 32.9-6 6.3 0 11.3 1 15.1 2.9 3.5 1.8 5.7 4.4 6.7 7.8 2.5 9.1-6.1 22.6-9.4 26.6-.5.6-.9 1.3-1.3 2.2-.3-4.6-.5-9.5-.3-14.4-4 8.8-6.5 31.5-5.1 43 3.6 29.3 15.7 44.3 15.7 44.3-.8-1.6-1.8-7.7-2.7-14.9.7.6 1.5 1.2 2.2 1.8l.5.4c4.6 3.7 8.9 7.1 8.9 18.2 0 14.2-15.4 22.5-30.2 30.5-2.9 1.5-5.7 3.1-8.4 4.6-8.7 5-18 16.7-19.1 34.2-.9 14.6.9 49.9 3.4 75.9-12.4 4.8-26.7 6.4-39.7 6.8-2-4.1-3.9-8.5-5.5-13.1-.7-2-19.6-51.1-26.4-62.2 5.5 39 17.5 73.7 23.5 89.6-3.5-.5-7.3-.7-11.7-.7h-117c-4.4 0-8.3.3-11.7.7 6-15.9 18.1-50.6 23.5-89.6-6.8 11.2-25.7 60.3-26.4 62.2-1.6 4.6-3.5 9-5.5 13.1-13-.4-27.2-2-39.7-6.8 2.5-26 4.3-61.2 3.4-75.9-.9-17.4-10.3-29.2-19-34.2zM34.8 404.6c-12.1-20-8.7-54.1-3.7-59.1 10.9 34.4 47.2 44.3 74.4 45.4-2.7 4.2-5.2 7.6-7 10l-1.4 1.4c-7.2 7.8-8.6 18.5-4.1 31.8-22.7-.1-46.3-9.8-58.2-29.5zm45.7 43.5c6 1.1 12.2 1.9 18.6 2.4 3.5 8 7.4 15.9 12.3 23.1-14.4-5.9-24.4-16-30.9-25.5zM192 498.2c-60.6-.1-78.3-45.8-84.9-64.7-3.7-10.5-3.4-18.2.9-23.1 2.9-3.3 9.5-7.2 24.6-7.2h118.8c15.1 0 21.8 3.9 24.6 7.2 4.2 4.8 4.5 12.6.9 23.1-6.6 18.8-24.3 64.6-84.9 64.7zm80.6-24.6c4.9-7.2 8.8-15.1 12.3-23.1 6.4-.5 12.6-1.3 18.6-2.4-6.5 9.5-16.5 19.6-30.9 25.5zm76.6-69c-12 19.7-35.6 29.3-58.1 29.7 4.5-13.3 3.1-24.1-4.1-31.8-.4-.5-.9-1-1.4-1.5-1.8-2.4-4.3-5.8-7-10 27.2-1.2 63.5-11 74.4-45.4 5 5 8.4 39.1-3.8 59zM191.9 187.7h.2c12.7-.1 27.2-17.8 27.2-17.8-9.9 6-18.8 8.1-27.3 8.3-8.5-.2-17.4-2.3-27.3-8.3 0 0 14.5 17.6 27.2 17.8zm61.7 230.7h-29.4c-4.2 0-7.2.9-8.9 2.7-2.2 2.3-1.5 5.2-.9 6.7 1 2.6 5.5 11.3 13 19.3 2.7 2.9 6.6 4.5 11 4.5s8.7-1.6 11.8-4.2c2.3-2 10.2-9.2 13.7-18.1 1.3-3.3 1-6-.9-7.9-1.3-1.3-4-2.9-9.4-3z\"/></svg></li><li title=\"guilded \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M443.427,64H4.571c0,103.26,22.192,180.06,43.418,222.358C112.046,414.135,224,448,225.256,448a312.824,312.824,0,0,0,140.55-103.477c25.907-33.923,53.1-87.19,65.916-145.761H171.833c4.14,36.429,22.177,67.946,45.1,86.944h88.589c-17.012,28.213-48.186,54.4-80.456,69.482-31.232-13.259-69.09-46.544-96.548-98.362-26.726-53.833-27.092-105.883-27.092-105.883H437.573A625.91,625.91,0,0,0,443.427,64Z\"/></svg></li><li title=\"gulp \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 256 512\"><path d=\"M209.8 391.1l-14.1 24.6-4.6 80.2c0 8.9-28.3 16.1-63.1 16.1s-63.1-7.2-63.1-16.1l-5.8-79.4-14.9-25.4c41.2 17.3 126 16.7 165.6 0zm-196-253.3l13.6 125.5c5.9-20 20.8-47 40-55.2 6.3-2.7 12.7-2.7 18.7.9 5.2 3 9.6 9.3 10.1 11.8 1.2 6.5-2 9.1-4.5 9.1-3 0-5.3-4.6-6.8-7.3-4.1-7.3-10.3-7.6-16.9-2.8-6.9 5-12.9 13.4-17.1 20.7-5.1 8.8-9.4 18.5-12 28.2-1.5 5.6-2.9 14.6-.6 19.9 1 2.2 2.5 3.6 4.9 3.6 5 0 12.3-6.6 15.8-10.1 4.5-4.5 10.3-11.5 12.5-16l5.2-15.5c2.6-6.8 9.9-5.6 9.9 0 0 10.2-3.7 13.6-10 34.7-5.8 19.5-7.6 25.8-7.6 25.8-.7 2.8-3.4 7.5-6.3 7.5-1.2 0-2.1-.4-2.6-1.2-1-1.4-.9-5.3-.8-6.3.2-3.2 6.3-22.2 7.3-25.2-2 2.2-4.1 4.4-6.4 6.6-5.4 5.1-14.1 11.8-21.5 11.8-3.4 0-5.6-.9-7.7-2.4l7.6 79.6c2 5 39.2 17.1 88.2 17.1 49.1 0 86.3-12.2 88.2-17.1l10.9-94.6c-5.7 5.2-12.3 11.6-19.6 14.8-5.4 2.3-17.4 3.8-17.4-5.7 0-5.2 9.1-14.8 14.4-21.5 1.4-1.7 4.7-5.9 4.7-8.1 0-2.9-6-2.2-11.7 2.5-3.2 2.7-6.2 6.3-8.7 9.7-4.3 6-6.6 11.2-8.5 15.5-6.2 14.2-4.1 8.6-9.1 22-5 13.3-4.2 11.8-5.2 14-.9 1.9-2.2 3.5-4 4.5-1.9 1-4.5.9-6.1-.3-.9-.6-1.3-1.9-1.3-3.7 0-.9.1-1.8.3-2.7 1.5-6.1 7.8-18.1 15-34.3 1.6-3.7 1-2.6.8-2.3-6.2 6-10.9 8.9-14.4 10.5-5.8 2.6-13 2.6-14.5-4.1-.1-.4-.1-.8-.2-1.2-11.8 9.2-24.3 11.7-20-8.1-4.6 8.2-12.6 14.9-22.4 14.9-4.1 0-7.1-1.4-8.6-5.1-2.3-5.5 1.3-14.9 4.6-23.8 1.7-4.5 4-9.9 7.1-16.2 1.6-3.4 4.2-5.4 7.6-4.5.6.2 1.1.4 1.6.7 2.6 1.8 1.6 4.5.3 7.2-3.8 7.5-7.1 13-9.3 20.8-.9 3.3-2 9 1.5 9 2.4 0 4.7-.8 6.9-2.4 4.6-3.4 8.3-8.5 11.1-13.5 2-3.6 4.4-8.3 5.6-12.3.5-1.7 1.1-3.3 1.8-4.8 1.1-2.5 2.6-5.1 5.2-5.1 1.3 0 2.4.5 3.2 1.5 1.7 2.2 1.3 4.5.4 6.9-2 5.6-4.7 10.6-6.9 16.7-1.3 3.5-2.7 8-2.7 11.7 0 3.4 3.7 2.6 6.8 1.2 2.4-1.1 4.8-2.8 6.8-4.5 1.2-4.9.9-3.8 26.4-68.2 1.3-3.3 3.7-4.7 6.1-4.7 1.2 0 2.2.4 3.2 1.1 1.7 1.3 1.7 4.1 1 6.2-.7 1.9-.6 1.3-4.5 10.5-5.2 12.1-8.6 20.8-13.2 31.9-1.9 4.6-7.7 18.9-8.7 22.3-.6 2.2-1.3 5.8 1 5.8 5.4 0 19.3-13.1 23.1-17 .2-.3.5-.4.9-.6.6-1.9 1.2-3.7 1.7-5.5 1.4-3.8 2.7-8.2 5.3-11.3.8-1 1.7-1.6 2.7-1.6 2.8 0 4.2 1.2 4.2 4 0 1.1-.7 5.1-1.1 6.2 1.4-1.5 2.9-3 4.5-4.5 15-13.9 25.7-6.8 25.7.2 0 7.4-8.9 17.7-13.8 23.4-1.6 1.9-4.9 5.4-5 6.4 0 1.3.9 1.8 2.2 1.8 2 0 6.4-3.5 8-4.7 5-3.9 11.8-9.9 16.6-14.1l14.8-136.8c-30.5 17.1-197.6 17.2-228.3.2zm229.7-8.5c0 21-231.2 21-231.2 0 0-8.8 51.8-15.9 115.6-15.9 9 0 17.8.1 26.3.4l12.6-48.7L228.1.6c1.4-1.4 5.8-.2 9.9 3.5s6.6 7.9 5.3 9.3l-.1.1L185.9 74l-10 40.7c39.9 2.6 67.6 8.1 67.6 14.6zm-69.4 4.6c0-.8-.9-1.5-2.5-2.1l-.2.8c0 1.3-5 2.4-11.1 2.4s-11.1-1.1-11.1-2.4c0-.1 0-.2.1-.3l.2-.7c-1.8.6-3 1.4-3 2.3 0 2.1 6.2 3.7 13.7 3.7 7.7.1 13.9-1.6 13.9-3.7z\"/></svg></li><li title=\"hacker news square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM21.2 229.2H21c.1-.1.2-.3.3-.4 0 .1 0 .3-.1.4zm218 53.9V384h-31.4V281.3L128 128h37.3c52.5 98.3 49.2 101.2 59.3 125.6 12.3-27 5.8-24.4 60.6-125.6H320l-80.8 155.1z\"/></svg></li><li title=\"hacker news \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M0 32v448h448V32H0zm21.2 197.2H21c.1-.1.2-.3.3-.4 0 .1 0 .3-.1.4zm218 53.9V384h-31.4V281.3L128 128h37.3c52.5 98.3 49.2 101.2 59.3 125.6 12.3-27 5.8-24.4 60.6-125.6H320l-80.8 155.1z\"/></svg></li><li title=\"hackerrank \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M477.5 128C463 103.05 285.13 0 256.16 0S49.25 102.79 34.84 128s-14.49 230.8 0 256 192.38 128 221.32 128S463 409.08 477.49 384s14.51-231 .01-256zM316.13 414.22c-4 0-40.91-35.77-38-38.69.87-.87 6.26-1.48 17.55-1.83 0-26.23.59-68.59.94-86.32 0-2-.44-3.43-.44-5.85h-79.93c0 7.1-.46 36.2 1.37 72.88.23 4.54-1.58 6-5.74 5.94-10.13 0-20.27-.11-30.41-.08-4.1 0-5.87-1.53-5.74-6.11.92-33.44 3-84-.15-212.67v-3.17c-9.67-.35-16.38-1-17.26-1.84-2.92-2.92 34.54-38.69 38.49-38.69s41.17 35.78 38.27 38.69c-.87.87-7.9 1.49-16.77 1.84v3.16c-2.42 25.75-2 79.59-2.63 105.39h80.26c0-4.55.39-34.74-1.2-83.64-.1-3.39.95-5.17 4.21-5.2 11.07-.08 22.15-.13 33.23-.06 3.46 0 4.57 1.72 4.5 5.38C333 354.64 336 341.29 336 373.69c8.87.35 16.82 1 17.69 1.84 2.88 2.91-33.62 38.69-37.58 38.69z\"/></svg></li><li title=\"hips \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M251.6 157.6c0-1.9-.9-2.8-2.8-2.8h-40.9c-1.6 0-2.7 1.4-2.7 2.8v201.8c0 1.4 1.1 2.8 2.7 2.8h40.9c1.9 0 2.8-.9 2.8-2.8zM156.5 168c-16.1-11.8-36.3-17.9-60.3-18-18.1-.1-34.6 3.7-49.8 11.4V80.2c0-1.8-.9-2.7-2.8-2.7H2.7c-1.8 0-2.7.9-2.7 2.7v279.2c0 1.9.9 2.8 2.7 2.8h41c1.9 0 2.8-.9 2.8-2.8V223.3c0-.8-2.8-27 45.8-27 48.5 0 45.8 26.1 45.8 27v122.6c0 9 7.3 16.3 16.4 16.3h27.3c1.8 0 2.7-.9 2.7-2.8V223.3c0-23.4-9.3-41.8-28-55.3zm478.4 110.1c-6.8-15.7-18.4-27-34.9-34.1l-57.6-25.3c-8.6-3.6-9.2-11.2-2.6-16.1 7.4-5.5 44.3-13.9 84 6.8 1.7 1 4-.3 4-2.4v-44.7c0-1.3-.6-2.1-1.9-2.6-17.7-6.6-36.1-9.9-55.1-9.9-26.5 0-45.3 5.8-58.5 15.4-.5.4-28.4 20-22.7 53.7 3.4 19.6 15.8 34.2 37.2 43.6l53.6 23.5c11.6 5.1 15.2 13.3 12.2 21.2-3.7 9.1-13.2 13.6-36.5 13.6-24.3 0-44.7-8.9-58.4-19.1-2.1-1.4-4.4.2-4.4 2.3v34.4c0 10.4 4.9 17.3 14.6 20.7 15.6 5.5 31.6 8.2 48.2 8.2 12.7 0 25.8-1.2 36.3-4.3.7-.3 36-8.9 45.6-45.8 3.5-13.5 2.4-26.5-3.1-39.1zM376.2 149.8c-31.7 0-104.2 20.1-104.2 103.5v183.5c0 .8.6 2.7 2.7 2.7h40.9c1.9 0 2.8-.9 2.8-2.7V348c16.5 12.7 35.8 19.1 57.7 19.1 60.5 0 108.7-48.5 108.7-108.7.1-60.3-48.2-108.6-108.6-108.6zm0 170.9c-17.2 0-31.9-6.1-44-18.2-12.2-12.2-18.2-26.8-18.2-44 0-34.5 27.6-62.2 62.2-62.2 34.5 0 62.2 27.6 62.2 62.2.1 34.3-27.3 62.2-62.2 62.2zM228.3 72.5c-15.9 0-28.8 12.9-28.9 28.9 0 15.6 12.7 28.9 28.9 28.9s28.9-13.1 28.9-28.9c0-16.2-13-28.9-28.9-28.9z\"/></svg></li><li title=\"hire a helper \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M443.1 0H71.9C67.9 37.3 37.4 67.8 0 71.7v371.5c37.4 4.9 66 32.4 71.9 68.8h372.2c3-36.4 32.5-65.8 67.9-69.8V71.7c-36.4-5.9-65-35.3-68.9-71.7zm-37 404.9c-36.3 0-18.8-2-55.1-2-35.8 0-21 2-56.1 2-5.9 0-4.9-8.2 0-9.8 22.8-7.6 22.9-10.2 24.6-12.8 10.4-15.6 5.9-83 5.9-113 0-5.3-6.4-12.8-13.8-12.8H200.4c-7.4 0-13.8 7.5-13.8 12.8 0 30-4.5 97.4 5.9 113 1.7 2.5 1.8 5.2 24.6 12.8 4.9 1.6 6 9.8 0 9.8-35.1 0-20.3-2-56.1-2-36.3 0-18.8 2-55.1 2-7.9 0-5.8-10.8 0-10.8 10.2-3.4 13.5-3.5 21.7-13.8 7.7-12.9 7.9-44.4 7.9-127.8V151.3c0-22.2-12.2-28.3-28.6-32.4-8.8-2.2-4-11.8 1-11.8 36.5 0 20.6 2 57.1 2 32.7 0 16.5-2 49.2-2 3.3 0 8.5 8.3 1 10.8-4.9 1.6-27.6 3.7-27.6 39.3 0 45.6-.2 55.8 1 68.8 0 1.3 2.3 12.8 12.8 12.8h109.2c10.5 0 12.8-11.5 12.8-12.8 1.2-13 1-23.2 1-68.8 0-35.6-22.7-37.7-27.6-39.3-7.5-2.5-2.3-10.8 1-10.8 32.7 0 16.5 2 49.2 2 36.5 0 20.6-2 57.1-2 4.9 0 9.9 9.6 1 11.8-16.4 4.1-28.6 10.3-28.6 32.4v101.2c0 83.4.1 114.9 7.9 127.8 8.2 10.2 11.4 10.4 21.7 13.8 5.8 0 7.8 10.8 0 10.8z\"/></svg></li><li title=\"hive \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M260.353,254.878,131.538,33.1a2.208,2.208,0,0,0-3.829.009L.3,254.887A2.234,2.234,0,0,0,.3,257.122L129.116,478.9a2.208,2.208,0,0,0,3.83-.009L260.358,257.113A2.239,2.239,0,0,0,260.353,254.878Zm39.078-25.713a2.19,2.19,0,0,0,1.9,1.111h66.509a2.226,2.226,0,0,0,1.9-3.341L259.115,33.111a2.187,2.187,0,0,0-1.9-1.111H190.707a2.226,2.226,0,0,0-1.9,3.341ZM511.7,254.886,384.9,33.112A2.2,2.2,0,0,0,382.99,32h-66.6a2.226,2.226,0,0,0-1.906,3.34L440.652,256,314.481,476.66a2.226,2.226,0,0,0,1.906,3.34h66.6a2.2,2.2,0,0,0,1.906-1.112L511.7,257.114A2.243,2.243,0,0,0,511.7,254.886ZM366.016,284.917H299.508a2.187,2.187,0,0,0-1.9,1.111l-108.8,190.631a2.226,2.226,0,0,0,1.9,3.341h66.509a2.187,2.187,0,0,0,1.9-1.111l108.8-190.631A2.226,2.226,0,0,0,366.016,284.917Z\"/></svg></li><li title=\"hooli \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M144.5 352l38.3.8c-13.2-4.6-26-10.2-38.3-16.8zm57.7-5.3v5.3l-19.4.8c36.5 12.5 69.9 14.2 94.7 7.2-19.9.2-45.8-2.6-75.3-13.3zm408.9-115.2c15.9 0 28.9-12.9 28.9-28.9s-12.9-24.5-28.9-24.5c-15.9 0-28.9 8.6-28.9 24.5s12.9 28.9 28.9 28.9zm-29 120.5H640V241.5h-57.9zm-73.7 0h57.9V156.7L508.4 184zm-31-119.4c-18.2-18.2-50.4-17.1-50.4-17.1s-32.3-1.1-50.4 17.1c-18.2 18.2-16.8 33.9-16.8 52.6s-1.4 34.3 16.8 52.5 50.4 17.1 50.4 17.1 32.3 1.1 50.4-17.1c18.2-18.2 16.8-33.8 16.8-52.5-.1-18.8 1.3-34.5-16.8-52.6zm-39.8 71.9c0 3.6-1.8 12.5-10.7 12.5s-10.7-8.9-10.7-12.5v-40.4c0-8.7 7.3-10.9 10.7-10.9s10.7 2.1 10.7 10.9zm-106.2-71.9c-18.2-18.2-50.4-17.1-50.4-17.1s-32.2-1.1-50.4 17.1c-1.9 1.9-3.7 3.9-5.3 6-38.2-29.6-72.5-46.5-102.1-61.1v-20.7l-22.5 10.6c-54.4-22.1-89-18.2-97.3.1 0 0-24.9 32.8 61.8 110.8V352h57.9v-28.6c-6.5-4.2-13-8.7-19.4-13.6-14.8-11.2-27.4-21.6-38.4-31.4v-31c13.1 14.7 30.5 31.4 53.4 50.3l4.5 3.6v-29.8c0-6.9 1.7-18.2 10.8-18.2s10.6 6.9 10.6 15V317c18 12.2 37.3 22.1 57.7 29.6v-93.9c0-18.7-13.4-37.4-40.6-37.4-15.8-.1-30.5 8.2-38.5 21.9v-54.3c41.9 20.9 83.9 46.5 99.9 58.3-10.2 14.6-9.3 28.1-9.3 43.7 0 18.7-1.4 34.3 16.8 52.5s50.4 17.1 50.4 17.1 32.3 1.1 50.4-17.1c18.2-18.2 16.7-33.8 16.7-52.5 0-18.5 1.5-34.2-16.7-52.3zM65.2 184v63.3c-48.7-54.5-38.9-76-35.2-79.1 13.5-11.4 37.5-8 64.4 2.1zm226.5 120.5c0 3.6-1.8 12.5-10.7 12.5s-10.7-8.9-10.7-12.5v-40.4c0-8.7 7.3-10.9 10.7-10.9s10.7 2.1 10.7 10.9z\"/></svg></li><li title=\"hornbill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M76.38 370.3a37.8 37.8 0 1 1-32.07-32.42c-78.28-111.35 52-190.53 52-190.53-5.86 43-8.24 91.16-8.24 91.16-67.31 41.49.93 64.06 39.81 72.87a140.38 140.38 0 0 0 131.66 91.94c1.92 0 3.77-.21 5.67-.28l.11 18.86c-99.22 1.39-158.7-29.14-188.94-51.6zm108-327.7A37.57 37.57 0 0 0 181 21.45a37.95 37.95 0 1 0-31.17 54.22c-22.55 29.91-53.83 89.57-52.42 190l21.84-.15c0-.9-.14-1.77-.14-2.68A140.42 140.42 0 0 1 207 132.71c8-37.71 30.7-114.3 73.8-44.29 0 0 48.14 2.38 91.18 8.24 0 0-77.84-128-187.59-54.06zm304.19 134.17a37.94 37.94 0 1 0-53.84-28.7C403 126.13 344.89 99 251.28 100.33l.14 22.5c2.7-.15 5.39-.41 8.14-.41a140.37 140.37 0 0 1 130.49 88.76c39.1 9 105.06 31.58 38.46 72.54 0 0-2.34 48.13-8.21 91.16 0 0 133.45-81.16 49-194.61a37.45 37.45 0 0 0 19.31-3.5zM374.06 436.24c21.43-32.46 46.42-89.69 45.14-179.66l-19.52.14c.08 2.06.3 4.07.3 6.15a140.34 140.34 0 0 1-91.39 131.45c-8.85 38.95-31.44 106.66-72.77 39.49 0 0-48.12-2.34-91.19-8.22 0 0 79.92 131.34 191.9 51a37.5 37.5 0 0 0 3.64 14 37.93 37.93 0 1 0 33.89-54.29z\"/></svg></li><li title=\"hotjar \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M414.9 161.5C340.2 29 121.1 0 121.1 0S222.2 110.4 93 197.7C11.3 252.8-21 324.4 14 402.6c26.8 59.9 83.5 84.3 144.6 93.4-29.2-55.1-6.6-122.4-4.1-129.6 57.1 86.4 165 0 110.8-93.9 71 15.4 81.6 138.6 27.1 215.5 80.5-25.3 134.1-88.9 148.8-145.6 15.5-59.3 3.7-127.9-26.3-180.9z\"/></svg></li><li title=\"houzz \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M275.9 330.7H171.3V480H17V32h109.5v104.5l305.1 85.6V480H275.9z\"/></svg></li><li title=\"html5 \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M0 32l34.9 395.8L191.5 480l157.6-52.2L384 32H0zm308.2 127.9H124.4l4.1 49.4h175.6l-13.6 148.4-97.9 27v.3h-1.1l-98.7-27.3-6-75.8h47.7L138 320l53.5 14.5 53.7-14.5 6-62.2H84.3L71.5 112.2h241.1l-4.4 47.7z\"/></svg></li><li title=\"hubspot \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M267.4 211.6c-25.1 23.7-40.8 57.3-40.8 94.6 0 29.3 9.7 56.3 26 78L203.1 434c-4.4-1.6-9.1-2.5-14-2.5-10.8 0-20.9 4.2-28.5 11.8-7.6 7.6-11.8 17.8-11.8 28.6s4.2 20.9 11.8 28.5c7.6 7.6 17.8 11.6 28.5 11.6 10.8 0 20.9-3.9 28.6-11.6 7.6-7.6 11.8-17.8 11.8-28.5 0-4.2-.6-8.2-1.9-12.1l50-50.2c22 16.9 49.4 26.9 79.3 26.9 71.9 0 130-58.3 130-130.2 0-65.2-47.7-119.2-110.2-128.7V116c17.5-7.4 28.2-23.8 28.2-42.9 0-26.1-20.9-47.9-47-47.9S311.2 47 311.2 73.1c0 19.1 10.7 35.5 28.2 42.9v61.2c-15.2 2.1-29.6 6.7-42.7 13.6-27.6-20.9-117.5-85.7-168.9-124.8 1.2-4.4 2-9 2-13.8C129.8 23.4 106.3 0 77.4 0 48.6 0 25.2 23.4 25.2 52.2c0 28.9 23.4 52.3 52.2 52.3 9.8 0 18.9-2.9 26.8-7.6l163.2 114.7zm89.5 163.6c-38.1 0-69-30.9-69-69s30.9-69 69-69 69 30.9 69 69-30.9 69-69 69z\"/></svg></li><li title=\"ideal \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M125.61,165.48a49.07,49.07,0,1,0,49.06,49.06A49.08,49.08,0,0,0,125.61,165.48ZM86.15,425.84h78.94V285.32H86.15Zm151.46-211.6c0-20-10-22.53-18.74-22.53H204.82V237.5h14.05C228.62,237.5,237.61,234.69,237.61,214.24Zm201.69,46V168.93h22.75V237.5h33.69C486.5,113.08,388.61,86.19,299.67,86.19H204.84V169h14c25.6,0,41.5,17.35,41.5,45.26,0,28.81-15.52,46-41.5,46h-14V425.88h94.83c144.61,0,194.94-67.16,196.72-165.64Zm-109.75,0H273.3V169h54.43v22.73H296v10.58h30V225H296V237.5h33.51Zm74.66,0-5.16-17.67H369.31l-5.18,17.67H340.47L368,168.92h32.35l27.53,91.34ZM299.65,32H32V480H299.65c161.85,0,251-79.73,251-224.52C550.62,172,518,32,299.65,32Zm0,426.92H53.07V53.07H299.65c142.1,0,229.9,64.61,229.9,202.41C529.55,389.57,448.55,458.92,299.65,458.92Zm83.86-264.85L376,219.88H392.4l-7.52-25.81Z\"/></svg></li><li title=\"imdb \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM21.3 229.2H21c.1-.1.2-.3.3-.4zM97 319.8H64V192h33zm113.2 0h-28.7v-86.4l-11.6 86.4h-20.6l-12.2-84.5v84.5h-29V192h42.8c3.3 19.8 6 39.9 8.7 59.9l7.6-59.9h43zm11.4 0V192h24.6c17.6 0 44.7-1.6 49 20.9 1.7 7.6 1.4 16.3 1.4 24.4 0 88.5 11.1 82.6-75 82.5zm160.9-29.2c0 15.7-2.4 30.9-22.2 30.9-9 0-15.2-3-20.9-9.8l-1.9 8.1h-29.8V192h31.7v41.7c6-6.5 12-9.2 20.9-9.2 21.4 0 22.2 12.8 22.2 30.1zM265 229.9c0-9.7 1.6-16-10.3-16v83.7c12.2.3 10.3-8.7 10.3-18.4zm85.5 26.1c0-5.4 1.1-12.7-6.2-12.7-6 0-4.9 8.9-4.9 12.7 0 .6-1.1 39.6 1.1 44.7.8 1.6 2.2 2.4 3.8 2.4 7.8 0 6.2-9 6.2-14.4z\"/></svg></li><li title=\"innosoft \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M422.559,159.71a27.379,27.379,0,0,0-13.866-23.337,26.42,26.42,0,0,0-26.211.133L73.943,314.647V176.261a11.955,11.955,0,0,1,6.047-10.34L218.066,86.208a12.153,12.153,0,0,1,11.922.025l32.656,18.853L112.581,191.723v56L359.642,105.086,241.129,36.679c-10.992-6.129-22.3-6.255-33.8-.27l-164.6,95.026c-10.634,6.12-16.771,16.39-17.29,29.124l0,191.5c.17,10.135,5.08,18.672,13.474,23.428a27.037,27.037,0,0,0,26.736-.045L374.057,197.376V335.657a11.976,11.976,0,0,1-5.92,10.368L230.025,425.77a12.175,12.175,0,0,1-11.937.062l-32.723-18.9,150.051-86.627v-56L88.367,406.932l118.794,68.583a33.88,33.88,0,0,0,34.25-.327l164.527-94.995c10.746-6.631,16.649-17.118,16.624-29.528Z\"/></svg></li><li title=\"instagram square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M224,202.66A53.34,53.34,0,1,0,277.36,256,53.38,53.38,0,0,0,224,202.66Zm124.71-41a54,54,0,0,0-30.41-30.41c-21-8.29-71-6.43-94.3-6.43s-73.25-1.93-94.31,6.43a54,54,0,0,0-30.41,30.41c-8.28,21-6.43,71.05-6.43,94.33S91,329.26,99.32,350.33a54,54,0,0,0,30.41,30.41c21,8.29,71,6.43,94.31,6.43s73.24,1.93,94.3-6.43a54,54,0,0,0,30.41-30.41c8.35-21,6.43-71.05,6.43-94.33S357.1,182.74,348.75,161.67ZM224,338a82,82,0,1,1,82-82A81.9,81.9,0,0,1,224,338Zm85.38-148.3a19.14,19.14,0,1,1,19.13-19.14A19.1,19.1,0,0,1,309.42,189.74ZM400,32H48A48,48,0,0,0,0,80V432a48,48,0,0,0,48,48H400a48,48,0,0,0,48-48V80A48,48,0,0,0,400,32ZM382.88,322c-1.29,25.63-7.14,48.34-25.85,67s-41.4,24.63-67,25.85c-26.41,1.49-105.59,1.49-132,0-25.63-1.29-48.26-7.15-67-25.85s-24.63-41.42-25.85-67c-1.49-26.42-1.49-105.61,0-132,1.29-25.63,7.07-48.34,25.85-67s41.47-24.56,67-25.78c26.41-1.49,105.59-1.49,132,0,25.63,1.29,48.33,7.15,67,25.85s24.63,41.42,25.85,67.05C384.37,216.44,384.37,295.56,382.88,322Z\"/></svg></li><li title=\"instagram \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"/></svg></li><li title=\"instalod \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 512 512\"><path d=\"M153.384,480H387.113L502.554,275.765,204.229,333.211ZM504.726,240.078,387.113,32H155.669L360.23,267.9ZM124.386,48.809,7.274,256,123.236,461.154,225.627,165.561Z\"/></svg></li><li title=\"intercom \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M392 32H56C25.1 32 0 57.1 0 88v336c0 30.9 25.1 56 56 56h336c30.9 0 56-25.1 56-56V88c0-30.9-25.1-56-56-56zm-108.3 82.1c0-19.8 29.9-19.8 29.9 0v199.5c0 19.8-29.9 19.8-29.9 0V114.1zm-74.6-7.5c0-19.8 29.9-19.8 29.9 0v216.5c0 19.8-29.9 19.8-29.9 0V106.6zm-74.7 7.5c0-19.8 29.9-19.8 29.9 0v199.5c0 19.8-29.9 19.8-29.9 0V114.1zM59.7 144c0-19.8 29.9-19.8 29.9 0v134.3c0 19.8-29.9 19.8-29.9 0V144zm323.4 227.8c-72.8 63-241.7 65.4-318.1 0-15-12.8 4.4-35.5 19.4-22.7 65.9 55.3 216.1 53.9 279.3 0 14.9-12.9 34.3 9.8 19.4 22.7zm5.2-93.5c0 19.8-29.9 19.8-29.9 0V144c0-19.8 29.9-19.8 29.9 0v134.3z\"/></svg></li><li title=\"internet explorer \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M483.049 159.706c10.855-24.575 21.424-60.438 21.424-87.871 0-72.722-79.641-98.371-209.673-38.577-107.632-7.181-211.221 73.67-237.098 186.457 30.852-34.862 78.271-82.298 121.977-101.158C125.404 166.85 79.128 228.002 43.992 291.725 23.246 329.651 0 390.94 0 436.747c0 98.575 92.854 86.5 180.251 42.006 31.423 15.43 66.559 15.573 101.695 15.573 97.124 0 184.249-54.294 216.814-146.022H377.927c-52.509 88.593-196.819 52.996-196.819-47.436H509.9c6.407-43.581-1.655-95.715-26.851-141.162zM64.559 346.877c17.711 51.15 53.703 95.871 100.266 123.304-88.741 48.94-173.267 29.096-100.266-123.304zm115.977-108.873c2-55.151 50.276-94.871 103.98-94.871 53.418 0 101.981 39.72 103.981 94.871H180.536zm184.536-187.6c21.425-10.287 48.563-22.003 72.558-22.003 31.422 0 54.274 21.717 54.274 53.722 0 20.003-7.427 49.007-14.569 67.867-26.28-42.292-65.986-81.584-112.263-99.586z\"/></svg></li><li title=\"invision \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M407.4 32H40.6C18.2 32 0 50.2 0 72.6v366.8C0 461.8 18.2 480 40.6 480h366.8c22.4 0 40.6-18.2 40.6-40.6V72.6c0-22.4-18.2-40.6-40.6-40.6zM176.1 145.6c.4 23.4-22.4 27.3-26.6 27.4-14.9 0-27.1-12-27.1-27 .1-35.2 53.1-35.5 53.7-.4zM332.8 377c-65.6 0-34.1-74-25-106.6 14.1-46.4-45.2-59-59.9.7l-25.8 103.3H177l8.1-32.5c-31.5 51.8-94.6 44.4-94.6-4.3.1-14.3.9-14 23-104.1H81.7l9.7-35.6h76.4c-33.6 133.7-32.6 126.9-32.9 138.2 0 20.9 40.9 13.5 57.4-23.2l19.8-79.4h-32.3l9.7-35.6h68.8l-8.9 40.5c40.5-75.5 127.9-47.8 101.8 38-14.2 51.1-14.6 50.7-14.9 58.8 0 15.5 17.5 22.6 31.8-16.9L386 325c-10.5 36.7-29.4 52-53.2 52z\"/></svg></li><li title=\"ioxhost \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M616 160h-67.3C511.2 70.7 422.9 8 320 8 183 8 72 119 72 256c0 16.4 1.6 32.5 4.7 48H24c-13.3 0-24 10.8-24 24 0 13.3 10.7 24 24 24h67.3c37.5 89.3 125.8 152 228.7 152 137 0 248-111 248-248 0-16.4-1.6-32.5-4.7-48H616c13.3 0 24-10.8 24-24 0-13.3-10.7-24-24-24zm-96 96c0 110.5-89.5 200-200 200-75.7 0-141.6-42-175.5-104H424c13.3 0 24-10.8 24-24 0-13.3-10.7-24-24-24H125.8c-3.8-15.4-5.8-31.4-5.8-48 0-110.5 89.5-200 200-200 75.7 0 141.6 42 175.5 104H216c-13.3 0-24 10.8-24 24 0 13.3 10.7 24 24 24h298.2c3.8 15.4 5.8 31.4 5.8 48zm-304-24h208c13.3 0 24 10.7 24 24 0 13.2-10.7 24-24 24H216c-13.3 0-24-10.7-24-24 0-13.2 10.7-24 24-24z\"/></svg></li><li title=\"itch io \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M71.92 34.77C50.2 47.67 7.4 96.84 7 109.73v21.34c0 27.06 25.29 50.84 48.25 50.84 27.57 0 50.54-22.85 50.54-50 0 27.12 22.18 50 49.76 50s49-22.85 49-50c0 27.12 23.59 50 51.16 50h.5c27.57 0 51.16-22.85 51.16-50 0 27.12 21.47 50 49 50s49.76-22.85 49.76-50c0 27.12 23 50 50.54 50 23 0 48.25-23.78 48.25-50.84v-21.34c-.4-12.9-43.2-62.07-64.92-75C372.56 32.4 325.76 32 256 32S91.14 33.1 71.92 34.77zm132.32 134.39c-22 38.4-77.9 38.71-99.85.25-13.17 23.14-43.17 32.07-56 27.66-3.87 40.15-13.67 237.13 17.73 269.15 80 18.67 302.08 18.12 379.76 0 31.65-32.27 21.32-232 17.75-269.15-12.92 4.44-42.88-4.6-56-27.66-22 38.52-77.85 38.1-99.85-.24-7.1 12.49-23.05 28.94-51.76 28.94a57.54 57.54 0 0 1-51.75-28.94zm-41.58 53.77c16.47 0 31.09 0 49.22 19.78a436.91 436.91 0 0 1 88.18 0C318.22 223 332.85 223 349.31 223c52.33 0 65.22 77.53 83.87 144.45 17.26 62.15-5.52 63.67-33.95 63.73-42.15-1.57-65.49-32.18-65.49-62.79-39.25 6.43-101.93 8.79-155.55 0 0 30.61-23.34 61.22-65.49 62.79-28.42-.06-51.2-1.58-33.94-63.73 18.67-67 31.56-144.45 83.88-144.45zM256 270.79s-44.38 40.77-52.35 55.21l29-1.17v25.32c0 1.55 21.34.16 23.33.16 11.65.54 23.31 1 23.31-.16v-25.28l29 1.17c-8-14.48-52.35-55.24-52.35-55.24z\"/></svg></li><li title=\"itunes note \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M381.9 388.2c-6.4 27.4-27.2 42.8-55.1 48-24.5 4.5-44.9 5.6-64.5-10.2-23.9-20.1-24.2-53.4-2.7-74.4 17-16.2 40.9-19.5 76.8-25.8 6-1.1 11.2-2.5 15.6-7.4 6.4-7.2 4.4-4.1 4.4-163.2 0-11.2-5.5-14.3-17-12.3-8.2 1.4-185.7 34.6-185.7 34.6-10.2 2.2-13.4 5.2-13.4 16.7 0 234.7 1.1 223.9-2.5 239.5-4.2 18.2-15.4 31.9-30.2 39.5-16.8 9.3-47.2 13.4-63.4 10.4-43.2-8.1-58.4-58-29.1-86.6 17-16.2 40.9-19.5 76.8-25.8 6-1.1 11.2-2.5 15.6-7.4 10.1-11.5 1.8-256.6 5.2-270.2.8-5.2 3-9.6 7.1-12.9 4.2-3.5 11.8-5.5 13.4-5.5 204-38.2 228.9-43.1 232.4-43.1 11.5-.8 18.1 6 18.1 17.6.2 344.5 1.1 326-1.8 338.5z\"/></svg></li><li title=\"itunes \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M223.6 80.3C129 80.3 52.5 157 52.5 251.5S129 422.8 223.6 422.8s171.2-76.7 171.2-171.2c0-94.6-76.7-171.3-171.2-171.3zm79.4 240c-3.2 13.6-13.5 21.2-27.3 23.8-12.1 2.2-22.2 2.8-31.9-5-11.8-10-12-26.4-1.4-36.8 8.4-8 20.3-9.6 38-12.8 3-.5 5.6-1.2 7.7-3.7 3.2-3.6 2.2-2 2.2-80.8 0-5.6-2.7-7.1-8.4-6.1-4 .7-91.9 17.1-91.9 17.1-5 1.1-6.7 2.6-6.7 8.3 0 116.1.5 110.8-1.2 118.5-2.1 9-7.6 15.8-14.9 19.6-8.3 4.6-23.4 6.6-31.4 5.2-21.4-4-28.9-28.7-14.4-42.9 8.4-8 20.3-9.6 38-12.8 3-.5 5.6-1.2 7.7-3.7 5-5.7.9-127 2.6-133.7.4-2.6 1.5-4.8 3.5-6.4 2.1-1.7 5.8-2.7 6.7-2.7 101-19 113.3-21.4 115.1-21.4 5.7-.4 9 3 9 8.7-.1 170.6.4 161.4-1 167.6zM345.2 32H102.8C45.9 32 0 77.9 0 134.8v242.4C0 434.1 45.9 480 102.8 480h242.4c57 0 102.8-45.9 102.8-102.8V134.8C448 77.9 402.1 32 345.2 32zM223.6 444c-106.3 0-192.5-86.2-192.5-192.5S117.3 59 223.6 59s192.5 86.2 192.5 192.5S329.9 444 223.6 444z\"/></svg></li><li title=\"java \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M277.74 312.9c9.8-6.7 23.4-12.5 23.4-12.5s-38.7 7-77.2 10.2c-47.1 3.9-97.7 4.7-123.1 1.3-60.1-8 33-30.1 33-30.1s-36.1-2.4-80.6 19c-52.5 25.4 130 37 224.5 12.1zm-85.4-32.1c-19-42.7-83.1-80.2 0-145.8C296 53.2 242.84 0 242.84 0c21.5 84.5-75.6 110.1-110.7 162.6-23.9 35.9 11.7 74.4 60.2 118.2zm114.6-176.2c.1 0-175.2 43.8-91.5 140.2 24.7 28.4-6.5 54-6.5 54s62.7-32.4 33.9-72.9c-26.9-37.8-47.5-56.6 64.1-121.3zm-6.1 270.5a12.19 12.19 0 0 1-2 2.6c128.3-33.7 81.1-118.9 19.8-97.3a17.33 17.33 0 0 0-8.2 6.3 70.45 70.45 0 0 1 11-3c31-6.5 75.5 41.5-20.6 91.4zM348 437.4s14.5 11.9-15.9 21.2c-57.9 17.5-240.8 22.8-291.6.7-18.3-7.9 16-19 26.8-21.3 11.2-2.4 17.7-2 17.7-2-20.3-14.3-131.3 28.1-56.4 40.2C232.84 509.4 401 461.3 348 437.4zM124.44 396c-78.7 22 47.9 67.4 148.1 24.5a185.89 185.89 0 0 1-28.2-13.8c-44.7 8.5-65.4 9.1-106 4.5-33.5-3.8-13.9-15.2-13.9-15.2zm179.8 97.2c-78.7 14.8-175.8 13.1-233.3 3.6 0-.1 11.8 9.7 72.4 13.6 92.2 5.9 233.8-3.3 237.1-46.9 0 0-6.4 16.5-76.2 29.7zM260.64 353c-59.2 11.4-93.5 11.1-136.8 6.6-33.5-3.5-11.6-19.7-11.6-19.7-86.8 28.8 48.2 61.4 169.5 25.9a60.37 60.37 0 0 1-21.1-12.8z\"/></svg></li><li title=\"jedi order \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M398.5 373.6c95.9-122.1 17.2-233.1 17.2-233.1 45.4 85.8-41.4 170.5-41.4 170.5 105-171.5-60.5-271.5-60.5-271.5 96.9 72.7-10.1 190.7-10.1 190.7 85.8 158.4-68.6 230.1-68.6 230.1s-.4-16.9-2.2-85.7c4.3 4.5 34.5 36.2 34.5 36.2l-24.2-47.4 62.6-9.1-62.6-9.1 20.2-55.5-31.4 45.9c-2.2-87.7-7.8-305.1-7.9-306.9v-2.4 1-1 2.4c0 1-5.6 219-7.9 306.9l-31.4-45.9 20.2 55.5-62.6 9.1 62.6 9.1-24.2 47.4 34.5-36.2c-1.8 68.8-2.2 85.7-2.2 85.7s-154.4-71.7-68.6-230.1c0 0-107-118.1-10.1-190.7 0 0-165.5 99.9-60.5 271.5 0 0-86.8-84.8-41.4-170.5 0 0-78.7 111 17.2 233.1 0 0-26.2-16.1-49.4-77.7 0 0 16.9 183.3 222 185.7h4.1c205-2.4 222-185.7 222-185.7-23.6 61.5-49.9 77.7-49.9 77.7z\"/></svg></li><li title=\"jenkins \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M487.1 425c-1.4-11.2-19-23.1-28.2-31.9-5.1-5-29-23.1-30.4-29.9-1.4-6.6 9.7-21.5 13.3-28.9 5.1-10.7 8.8-23.7 11.3-32.6 18.8-66.1 20.7-156.9-6.2-211.2-10.2-20.6-38.6-49-56.4-62.5-42-31.7-119.6-35.3-170.1-16.6-14.1 5.2-27.8 9.8-40.1 17.1-33.1 19.4-68.3 32.5-78.1 71.6-24.2 10.8-31.5 41.8-30.3 77.8.2 7 4.1 15.8 2.7 22.4-.7 3.3-5.2 7.6-6.1 9.8-11.6 27.7-2.3 64 11.1 83.7 8.1 11.9 21.5 22.4 39.2 25.2.7 10.6 3.3 19.7 8.2 30.4 3.1 6.8 14.7 19 10.4 27.7-2.2 4.4-21 13.8-27.3 17.6C89 407.2 73.7 415 54.2 429c-12.6 9-32.3 10.2-29.2 31.1 2.1 14.1 10.1 31.6 14.7 45.8.7 2 1.4 4.1 2.1 6h422c4.9-15.3 9.7-30.9 14.6-47.2 3.4-11.4 10.2-27.8 8.7-39.7zM205.9 33.7c1.8-.5 3.4.7 4.9 2.4-.2 5.2-5.4 5.1-8.9 6.8-5.4 6.7-13.4 9.8-20 17.2-6.8 7.5-14.4 27.7-23.4 30-4.5 1.1-9.7-.8-13.6-.5-10.4.7-17.7 6-28.3 7.5 13.6-29.9 56.1-54 89.3-63.4zm-104.8 93.6c13.5-14.9 32.1-24.1 54.8-25.9 11.7 29.7-8.4 65-.9 97.6 2.3 9.9 10.2 25.4-2.4 25.7.3-28.3-34.8-46.3-61.3-29.6-1.8-21.5-4.9-51.7 9.8-67.8zm36.7 200.2c-1-4.1-2.7-12.9-2.3-15.1 1.6-8.7 17.1-12.5 11-24.7-11.3-.1-13.8 10.2-24.1 11.3-26.7 2.6-45.6-35.4-44.4-58.4 1-19.5 17.6-38.2 40.1-35.8 16 1.8 21.4 19.2 24.5 34.7 9.2.5 22.5-.4 26.9-7.6-.6-17.5-8.8-31.6-8.2-47.7 1-30.3 17.5-57.6 4.8-87.4 13.6-30.9 53.5-55.3 83.1-70 36.6-18.3 94.9-3.7 129.3 15.8 19.7 11.1 34.4 32.7 48.3 50.7-19.5-5.8-36.1 4.2-33.1 20.3 16.3-14.9 44.2-.2 52.5 16.4 7.9 15.8 7.8 39.3 9 62.8 2.9 57-10.4 115.9-39.1 157.1-7.7 11-14.1 23-24.9 30.6-26 18.2-65.4 34.7-99.2 23.4-44.7-15-65-44.8-89.5-78.8.7 18.7 13.8 34.1 26.8 48.4 11.3 12.5 25 26.6 39.7 32.4-12.3-2.9-31.1-3.8-36.2 7.2-28.6-1.9-55.1-4.8-68.7-24.2-10.6-15.4-21.4-41.4-26.3-61.4zm222 124.1c4.1-3 11.1-2.9 17.4-3.6-5.4-2.7-13-3.7-19.3-2.2-.1-4.2-2-6.8-3.2-10.2 10.6-3.8 35.5-28.5 49.6-20.3 6.7 3.9 9.5 26.2 10.1 37 .4 9-.8 18-4.5 22.8-18.8-.6-35.8-2.8-50.7-7 .9-6.1-1-12.1.6-16.5zm-17.2-20c-16.8.8-26-1.2-38.3-10.8.2-.8 1.4-.5 1.5-1.4 18 8 40.8-3.3 59-4.9-7.9 5.1-14.6 11.6-22.2 17.1zm-12.1 33.2c-1.6-9.4-3.5-12-2.8-20.2 25-16.6 29.7 28.6 2.8 20.2zM226 438.6c-11.6-.7-48.1-14-38.5-23.7 9.4 6.5 27.5 4.9 41.3 7.3.8 4.4-2.8 10.2-2.8 16.4zM57.7 497.1c-4.3-12.7-9.2-25.1-14.8-36.9 30.8-23.8 65.3-48.9 102.2-63.5 2.8-1.1 23.2 25.4 26.2 27.6 16.5 11.7 37 21 56.2 30.2 1.2 8.8 3.9 20.2 8.7 35.5.7 2.3 1.4 4.7 2.2 7.2H57.7zm240.6 5.7h-.8c.3-.2.5-.4.8-.5v.5zm7.5-5.7c2.1-1.4 4.3-2.8 6.4-4.3 1.1 1.4 2.2 2.8 3.2 4.3h-9.6zm15.1-24.7c-10.8 7.3-20.6 18.3-33.3 25.2-6 3.3-27 11.7-33.4 10.2-3.6-.8-3.9-5.3-5.4-9.5-3.1-9-10.1-23.4-10.8-37-.8-17.2-2.5-46 16-42.4 14.9 2.9 32.3 9.7 43.9 16.1 7.1 3.9 11.1 8.6 21.9 9.5-.1 1.4-.1 2.8-.2 4.3-5.9 3.9-15.3 3.8-21.8 7.1 9.5.4 17 2.7 23.5 5.9-.1 3.4-.3 7-.4 10.6zm53.4 24.7h-14c-.1-3.2-2.8-5.8-6.1-5.8s-5.9 2.6-6.1 5.8h-17.4c-2.8-4.4-5.7-8.6-8.9-12.5 2.1-2.2 4-4.7 6-6.9 9 3.7 14.8-4.9 21.7-4.2 7.9.8 14.2 11.7 25.4 11l-.6 12.6zm8.7 0c.2-4 .4-7.8.6-11.5 15.6-7.3 29 1.3 35.7 11.5H383zm83.4-37c-2.3 11.2-5.8 24-9.9 37.1-.2-.1-.4-.1-.6-.1H428c.6-1.1 1.2-2.2 1.9-3.3-2.6-6.1-9-8.7-10.9-15.5 12.1-22.7 6.5-93.4-24.2-78.5 4.3-6.3 15.6-11.5 20.8-19.3 13 10.4 20.8 20.3 33.2 31.4 6.8 6 20 13.3 21.4 23.1.8 5.5-2.6 18.9-3.8 25.1zM222.2 130.5c5.4-14.9 27.2-34.7 45-32 7.7 1.2 18 8.2 12.2 17.7-30.2-7-45.2 12.6-54.4 33.1-8.1-2-4.9-13.1-2.8-18.8zm184.1 63.1c8.2-3.6 22.4-.7 29.6-5.3-4.2-11.5-10.3-21.4-9.3-37.7.5 0 1 0 1.4.1 6.8 14.2 12.7 29.2 21.4 41.7-5.7 13.5-43.6 25.4-43.1 1.2zm20.4-43zm-117.2 45.7c-6.8-10.9-19-32.5-14.5-45.3 6.5 11.9 8.6 24.4 17.8 33.3 4.1 4 12.2 9 8.2 20.2-.9 2.7-7.8 8.6-11.7 9.7-14.4 4.3-47.9.9-36.6-17.1 11.9.7 27.9 7.8 36.8-.8zm27.3 70c3.8 6.6 1.4 18.7 12.1 20.6 20.2 3.4 43.6-12.3 58.1-17.8 9-15.2-.8-20.7-8.9-30.5-16.6-20-38.8-44.8-38-74.7 6.7-4.9 7.3 7.4 8.2 9.7 8.7 20.3 30.4 46.2 46.3 63.5 3.9 4.3 10.3 8.4 11 11.2 2.1 8.2-5.4 18-4.5 23.5-21.7 13.9-45.8 29.1-81.4 25.6-7.4-6.7-10.3-21.4-2.9-31.1zm-201.3-9.2c-6.8-3.9-8.4-21-16.4-21.4-11.4-.7-9.3 22.2-9.3 35.5-7.8-7.1-9.2-29.1-3.5-40.3-6.6-3.2-9.5 3.6-13.1 5.9 4.7-34.1 49.8-15.8 42.3 20.3zm299.6 28.8c-10.1 19.2-24.4 40.4-54 41-.6-6.2-1.1-15.6 0-19.4 22.7-2.2 36.6-13.7 54-21.6zm-141.9 12.4c18.9 9.9 53.6 11 79.3 10.2 1.4 5.6 1.3 12.6 1.4 19.4-33 1.8-72-6.4-80.7-29.6zm92.2 46.7c-1.7 4.3-5.3 9.3-9.8 11.1-12.1 4.9-45.6 8.7-62.4-.3-10.7-5.7-17.5-18.5-23.4-26-2.8-3.6-16.9-12.9-.2-12.9 13.1 32.7 58 29 95.8 28.1z\"/></svg></li><li title=\"jira \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M490 241.7C417.1 169 320.6 71.8 248.5 0 83 164.9 6 241.7 6 241.7c-7.9 7.9-7.9 20.7 0 28.7C138.8 402.7 67.8 331.9 248.5 512c379.4-378 15.7-16.7 241.5-241.7 8-7.9 8-20.7 0-28.6zm-241.5 90l-76-75.7 76-75.7 76 75.7-76 75.7z\"/></svg></li><li title=\"joget \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M378.1 45C337.6 19.9 292.6 8 248.2 8 165 8 83.8 49.9 36.9 125.9c-71.9 116.6-35.6 269.3 81 341.2s269.3 35.6 341.2-80.9c71.9-116.6 35.6-269.4-81-341.2zm51.8 323.2c-40.4 65.5-110.4 101.5-182 101.5-6.8 0-13.6-.4-20.4-1-9-13.6-19.9-33.3-23.7-42.4-5.7-13.7-27.2-45.6 31.2-67.1 51.7-19.1 176.7-16.5 208.8-17.6-4 9-8.6 17.9-13.9 26.6zm-200.8-86.3c-55.5-1.4-81.7-20.8-58.5-48.2s51.1-40.7 68.9-51.2c17.9-10.5 27.3-33.7-23.6-29.7C87.3 161.5 48.6 252.1 37.6 293c-8.8-49.7-.1-102.7 28.5-149.1C128 43.4 259.6 12.2 360.1 74.1c74.8 46.1 111.2 130.9 99.3 212.7-24.9-.5-179.3-3.6-230.3-4.9zm183.8-54.8c-22.7-6-57 11.3-86.7 27.2-29.7 15.8-31.1 8.2-31.1 8.2s40.2-28.1 50.7-34.5 31.9-14 13.4-24.6c-3.2-1.8-6.7-2.7-10.4-2.7-17.8 0-41.5 18.7-67.5 35.6-31.5 20.5-65.3 31.3-65.3 31.3l169.5-1.6 46.5-23.4s3.6-9.5-19.1-15.5z\"/></svg></li><li title=\"joomla \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M.6 92.1C.6 58.8 27.4 32 60.4 32c30 0 54.5 21.9 59.2 50.2 32.6-7.6 67.1.6 96.5 30l-44.3 44.3c-20.5-20.5-42.6-16.3-55.4-3.5-14.3 14.3-14.3 37.9 0 52.2l99.5 99.5-44 44.3c-87.7-87.2-49.7-49.7-99.8-99.7-26.8-26.5-35-64.8-24.8-98.9C20.4 144.6.6 120.7.6 92.1zm129.5 116.4l44.3 44.3c10-10 89.7-89.7 99.7-99.8 14.3-14.3 37.6-14.3 51.9 0 12.8 12.8 17 35-3.5 55.4l44 44.3c31.2-31.2 38.5-67.6 28.9-101.2 29.2-4.1 51.9-29.2 51.9-59.5 0-33.2-26.8-60.1-59.8-60.1-30.3 0-55.4 22.5-59.5 51.6-33.8-9.9-71.7-1.5-98.3 25.1-18.3 19.1-71.1 71.5-99.6 99.9zm266.3 152.2c8.2-32.7-.9-68.5-26.3-93.9-11.8-12.2 5 4.7-99.5-99.7l-44.3 44.3 99.7 99.7c14.3 14.3 14.3 37.6 0 51.9-12.8 12.8-35 17-55.4-3.5l-44 44.3c27.6 30.2 68 38.8 102.7 28 5.5 27.4 29.7 48.1 58.9 48.1 33 0 59.8-26.8 59.8-60.1 0-30.2-22.5-55-51.6-59.1zm-84.3-53.1l-44-44.3c-87 86.4-50.4 50.4-99.7 99.8-14.3 14.3-37.6 14.3-51.9 0-13.1-13.4-16.9-35.3 3.2-55.4l-44-44.3c-30.2 30.2-38 65.2-29.5 98.3-26.7 6-46.2 29.9-46.2 58.2C0 453.2 26.8 480 59.8 480c28.6 0 52.5-19.8 58.6-46.7 32.7 8.2 68.5-.6 94.2-26 32.1-32 12.2-12.4 99.5-99.7z\"/></svg></li><li title=\"js square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM243.8 381.4c0 43.6-25.6 63.5-62.9 63.5-33.7 0-53.2-17.4-63.2-38.5l34.3-20.7c6.6 11.7 12.6 21.6 27.1 21.6 13.8 0 22.6-5.4 22.6-26.5V237.7h42.1v143.7zm99.6 63.5c-39.1 0-64.4-18.6-76.7-43l34.3-19.8c9 14.7 20.8 25.6 41.5 25.6 17.4 0 28.6-8.7 28.6-20.8 0-14.4-11.4-19.5-30.7-28l-10.5-4.5c-30.4-12.9-50.5-29.2-50.5-63.5 0-31.6 24.1-55.6 61.6-55.6 26.8 0 46 9.3 59.8 33.7L368 290c-7.2-12.9-15-18-27.1-18-12.3 0-20.1 7.8-20.1 18 0 12.6 7.8 17.7 25.9 25.6l10.5 4.5c35.8 15.3 55.9 31 55.9 66.2 0 37.8-29.8 58.6-69.7 58.6z\"/></svg></li><li title=\"js \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M0 32v448h448V32H0zm243.8 349.4c0 43.6-25.6 63.5-62.9 63.5-33.7 0-53.2-17.4-63.2-38.5l34.3-20.7c6.6 11.7 12.6 21.6 27.1 21.6 13.8 0 22.6-5.4 22.6-26.5V237.7h42.1v143.7zm99.6 63.5c-39.1 0-64.4-18.6-76.7-43l34.3-19.8c9 14.7 20.8 25.6 41.5 25.6 17.4 0 28.6-8.7 28.6-20.8 0-14.4-11.4-19.5-30.7-28l-10.5-4.5c-30.4-12.9-50.5-29.2-50.5-63.5 0-31.6 24.1-55.6 61.6-55.6 26.8 0 46 9.3 59.8 33.7L368 290c-7.2-12.9-15-18-27.1-18-12.3 0-20.1 7.8-20.1 18 0 12.6 7.8 17.7 25.9 25.6l10.5 4.5c35.8 15.3 55.9 31 55.9 66.2 0 37.8-29.8 58.6-69.7 58.6z\"/></svg></li><li title=\"jsfiddle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M510.634 237.462c-4.727-2.621-5.664-5.748-6.381-10.776-2.352-16.488-3.539-33.619-9.097-49.095-35.895-99.957-153.99-143.386-246.849-91.646-27.37 15.25-48.971 36.369-65.493 63.903-3.184-1.508-5.458-2.71-7.824-3.686-30.102-12.421-59.049-10.121-85.331 9.167-25.531 18.737-36.422 44.548-32.676 76.408.355 3.025-1.967 7.621-4.514 9.545-39.712 29.992-56.031 78.065-41.902 124.615 13.831 45.569 57.514 79.796 105.608 81.433 30.291 1.031 60.637.546 90.959.539 84.041-.021 168.09.531 252.12-.48 52.664-.634 96.108-36.873 108.212-87.293 11.54-48.074-11.144-97.3-56.832-122.634zm21.107 156.88c-18.23 22.432-42.343 35.253-71.28 35.65-56.874.781-113.767.23-170.652.23 0 .7-163.028.159-163.728.154-43.861-.332-76.739-19.766-95.175-59.995-18.902-41.245-4.004-90.848 34.186-116.106 9.182-6.073 12.505-11.566 10.096-23.136-5.49-26.361 4.453-47.956 26.42-62.981 22.987-15.723 47.422-16.146 72.034-3.083 10.269 5.45 14.607 11.564 22.198-2.527 14.222-26.399 34.557-46.727 60.671-61.294 97.46-54.366 228.37 7.568 230.24 132.697.122 8.15 2.412 12.428 9.848 15.894 57.56 26.829 74.456 96.122 35.142 144.497zm-87.789-80.499c-5.848 31.157-34.622 55.096-66.666 55.095-16.953-.001-32.058-6.545-44.079-17.705-27.697-25.713-71.141-74.98-95.937-93.387-20.056-14.888-41.99-12.333-60.272 3.782-49.996 44.071 15.859 121.775 67.063 77.188 4.548-3.96 7.84-9.543 12.744-12.844 8.184-5.509 20.766-.884 13.168 10.622-17.358 26.284-49.33 38.197-78.863 29.301-28.897-8.704-48.84-35.968-48.626-70.179 1.225-22.485 12.364-43.06 35.414-55.965 22.575-12.638 46.369-13.146 66.991 2.474C295.68 280.7 320.467 323.97 352.185 343.47c24.558 15.099 54.254 7.363 68.823-17.506 28.83-49.209-34.592-105.016-78.868-63.46-3.989 3.744-6.917 8.932-11.41 11.72-10.975 6.811-17.333-4.113-12.809-10.353 20.703-28.554 50.464-40.44 83.271-28.214 31.429 11.714 49.108 44.366 42.76 78.186z\"/></svg></li><li title=\"kaggle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"><path d=\"M304.2 501.5L158.4 320.3 298.2 185c2.6-2.7 1.7-10.5-5.3-10.5h-69.2c-3.5 0-7 1.8-10.5 5.3L80.9 313.5V7.5q0-7.5-7.5-7.5H21.5Q14 0 14 7.5v497q0 7.5 7.5 7.5h51.9q7.5 0 7.5-7.5v-109l30.8-29.3 110.5 140.6c3 3.5 6.5 5.3 10.5 5.3h66.9q5.25 0 6-3z\"/></svg></li><li title=\"keybase \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M286.17 419a18 18 0 1 0 18 18 18 18 0 0 0-18-18zm111.92-147.6c-9.5-14.62-39.37-52.45-87.26-73.71q-9.1-4.06-18.38-7.27a78.43 78.43 0 0 0-47.88-104.13c-12.41-4.1-23.33-6-32.41-5.77-.6-2-1.89-11 9.4-35L198.66 32l-5.48 7.56c-8.69 12.06-16.92 23.55-24.34 34.89a51 51 0 0 0-8.29-1.25c-41.53-2.45-39-2.33-41.06-2.33-50.61 0-50.75 52.12-50.75 45.88l-2.36 36.68c-1.61 27 19.75 50.21 47.63 51.85l8.93.54a214 214 0 0 0-46.29 35.54C14 304.66 14 374 14 429.77v33.64l23.32-29.8a148.6 148.6 0 0 0 14.56 37.56c5.78 10.13 14.87 9.45 19.64 7.33 4.21-1.87 10-6.92 3.75-20.11a178.29 178.29 0 0 1-15.76-53.13l46.82-59.83-24.66 74.11c58.23-42.4 157.38-61.76 236.25-38.59 34.2 10.05 67.45.69 84.74-23.84.72-1 1.2-2.16 1.85-3.22a156.09 156.09 0 0 1 2.8 28.43c0 23.3-3.69 52.93-14.88 81.64-2.52 6.46 1.76 14.5 8.6 15.74 7.42 1.57 15.33-3.1 18.37-11.15C429 443 434 414 434 382.32c0-38.58-13-77.46-35.91-110.92zM142.37 128.58l-15.7-.93-1.39 21.79 13.13.78a93 93 0 0 0 .32 19.57l-22.38-1.34a12.28 12.28 0 0 1-11.76-12.79L107 119c1-12.17 13.87-11.27 13.26-11.32l29.11 1.73a144.35 144.35 0 0 0-7 19.17zm148.42 172.18a10.51 10.51 0 0 1-14.35-1.39l-9.68-11.49-34.42 27a8.09 8.09 0 0 1-11.13-1.08l-15.78-18.64a7.38 7.38 0 0 1 1.34-10.34l34.57-27.18-14.14-16.74-17.09 13.45a7.75 7.75 0 0 1-10.59-1s-3.72-4.42-3.8-4.53a7.38 7.38 0 0 1 1.37-10.34L214 225.19s-18.51-22-18.6-22.14a9.56 9.56 0 0 1 1.74-13.42 10.38 10.38 0 0 1 14.3 1.37l81.09 96.32a9.58 9.58 0 0 1-1.74 13.44zM187.44 419a18 18 0 1 0 18 18 18 18 0 0 0-18-18z\"/></svg></li><li title=\"keycdn \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M63.8 409.3l60.5-59c32.1 42.8 71.1 66 126.6 67.4 30.5.7 60.3-7 86.4-22.4 5.1 5.3 18.5 19.5 20.9 22-32.2 20.7-69.6 31.1-108.1 30.2-43.3-1.1-84.6-16.7-117.7-44.4.3-.6-38.2 37.5-38.6 37.9 9.5 29.8-13.1 62.4-46.3 62.4C20.7 503.3 0 481.7 0 454.9c0-34.3 33.1-56.6 63.8-45.6zm354.9-252.4c19.1 31.3 29.6 67.4 28.7 104-1.1 44.8-19 87.5-48.6 121 .3.3 23.8 25.2 24.1 25.5 9.6-1.3 19.2 2 25.9 9.1 11.3 12 10.9 30.9-1.1 42.4-12 11.3-30.9 10.9-42.4-1.1-6.7-7-9.4-16.8-7.6-26.3-24.9-26.6-44.4-47.2-44.4-47.2 42.7-34.1 63.3-79.6 64.4-124.2.7-28.9-7.2-57.2-21.1-82.2l22.1-21zM104 53.1c6.7 7 9.4 16.8 7.6 26.3l45.9 48.1c-4.7 3.8-13.3 10.4-22.8 21.3-25.4 28.5-39.6 64.8-40.7 102.9-.7 28.9 6.1 57.2 20 82.4l-22 21.5C72.7 324 63.1 287.9 64.2 250.9c1-44.6 18.3-87.6 47.5-121.1l-25.3-26.4c-9.6 1.3-19.2-2-25.9-9.1-11.3-12-10.9-30.9 1.1-42.4C73.5 40.7 92.2 41 104 53.1zM464.9 8c26 0 47.1 22.4 47.1 48.3S490.9 104 464.9 104c-6.3.1-14-1.1-15.9-1.8l-62.9 59.7c-32.7-43.6-76.7-65.9-126.9-67.2-30.5-.7-60.3 6.8-86.2 22.4l-21.1-22C184.1 74.3 221.5 64 260 64.9c43.3 1.1 84.6 16.7 117.7 44.6l41.1-38.6c-1.5-4.7-2.2-9.6-2.2-14.5C416.5 29.7 438.9 8 464.9 8zM256.7 113.4c5.5 0 10.9.4 16.4 1.1 78.1 9.8 133.4 81.1 123.8 159.1-9.8 78.1-81.1 133.4-159.1 123.8-78.1-9.8-133.4-81.1-123.8-159.2 9.3-72.4 70.1-124.6 142.7-124.8zm-59 119.4c.6 22.7 12.2 41.8 32.4 52.2l-11 51.7h73.7l-11-51.7c20.1-10.9 32.1-29 32.4-52.2-.4-32.8-25.8-57.5-58.3-58.3-32.1.8-57.3 24.8-58.2 58.3zM256 160\"/></svg></li><li title=\"kickstarter k \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M147.3 114.4c0-56.2-32.5-82.4-73.4-82.4C26.2 32 0 68.2 0 113.4v283c0 47.3 25.3 83.4 74.9 83.4 39.8 0 72.4-25.6 72.4-83.4v-76.5l112.1 138.3c22.7 27.2 72.1 30.7 103.2 0 27-27.6 27.3-67.4 7.4-92.2l-90.8-114.8 74.9-107.4c17.4-24.7 17.5-63.1-10.4-89.8-30.3-29-82.4-31.6-113.6 12.8L147.3 185v-70.6z\"/></svg></li><li title=\"kickstarter \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 480H48c-26.4 0-48-21.6-48-48V80c0-26.4 21.6-48 48-48h352c26.4 0 48 21.6 48 48v352c0 26.4-21.6 48-48 48zM199.6 178.5c0-30.7-17.6-45.1-39.7-45.1-25.8 0-40 19.8-40 44.5v154.8c0 25.8 13.7 45.6 40.5 45.6 21.5 0 39.2-14 39.2-45.6v-41.8l60.6 75.7c12.3 14.9 39 16.8 55.8 0 14.6-15.1 14.8-36.8 4-50.4l-49.1-62.8 40.5-58.7c9.4-13.5 9.5-34.5-5.6-49.1-16.4-15.9-44.6-17.3-61.4 7l-44.8 64.7v-38.8z\"/></svg></li><li title=\"korvue \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 446 512\"><path d=\"M386.5 34h-327C26.8 34 0 60.8 0 93.5v327.1C0 453.2 26.8 480 59.5 480h327.1c33 0 59.5-26.8 59.5-59.5v-327C446 60.8 419.2 34 386.5 34zM87.1 120.8h96v116l61.8-116h110.9l-81.2 132H87.1v-132zm161.8 272.1l-65.7-113.6v113.6h-96V262.1h191.5l88.6 130.8H248.9z\"/></svg></li><li title=\"laravel \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.4,115.83a5.72,5.72,0,0,0-.28-.68,8.52,8.52,0,0,0-.53-1.25,6,6,0,0,0-.54-.71,9.36,9.36,0,0,0-.72-.94c-.23-.22-.52-.4-.77-.6a8.84,8.84,0,0,0-.9-.68L404.4,55.55a8,8,0,0,0-8,0L300.12,111h0a8.07,8.07,0,0,0-.88.69,7.68,7.68,0,0,0-.78.6,8.23,8.23,0,0,0-.72.93c-.17.24-.39.45-.54.71a9.7,9.7,0,0,0-.52,1.25c-.08.23-.21.44-.28.68a8.08,8.08,0,0,0-.28,2.08V223.18l-80.22,46.19V63.44a7.8,7.8,0,0,0-.28-2.09c-.06-.24-.2-.45-.28-.68a8.35,8.35,0,0,0-.52-1.24c-.14-.26-.37-.47-.54-.72a9.36,9.36,0,0,0-.72-.94,9.46,9.46,0,0,0-.78-.6,9.8,9.8,0,0,0-.88-.68h0L115.61,1.07a8,8,0,0,0-8,0L11.34,56.49h0a6.52,6.52,0,0,0-.88.69,7.81,7.81,0,0,0-.79.6,8.15,8.15,0,0,0-.71.93c-.18.25-.4.46-.55.72a7.88,7.88,0,0,0-.51,1.24,6.46,6.46,0,0,0-.29.67,8.18,8.18,0,0,0-.28,2.1v329.7a8,8,0,0,0,4,6.95l192.5,110.84a8.83,8.83,0,0,0,1.33.54c.21.08.41.2.63.26a7.92,7.92,0,0,0,4.1,0c.2-.05.37-.16.55-.22a8.6,8.6,0,0,0,1.4-.58L404.4,400.09a8,8,0,0,0,4-6.95V287.88l92.24-53.11a8,8,0,0,0,4-7V117.92A8.63,8.63,0,0,0,504.4,115.83ZM111.6,17.28h0l80.19,46.15-80.2,46.18L31.41,63.44Zm88.25,60V278.6l-46.53,26.79-33.69,19.4V123.5l46.53-26.79Zm0,412.78L23.37,388.5V77.32L57.06,96.7l46.52,26.8V338.68a6.94,6.94,0,0,0,.12.9,8,8,0,0,0,.16,1.18h0a5.92,5.92,0,0,0,.38.9,6.38,6.38,0,0,0,.42,1v0a8.54,8.54,0,0,0,.6.78,7.62,7.62,0,0,0,.66.84l0,0c.23.22.52.38.77.58a8.93,8.93,0,0,0,.86.66l0,0,0,0,92.19,52.18Zm8-106.17-80.06-45.32,84.09-48.41,92.26-53.11,80.13,46.13-58.8,33.56Zm184.52,4.57L215.88,490.11V397.8L346.6,323.2l45.77-26.15Zm0-119.13L358.68,250l-46.53-26.79V131.79l33.69,19.4L392.37,178Zm8-105.28-80.2-46.17,80.2-46.16,80.18,46.15Zm8,105.28V178L455,151.19l33.68-19.4v91.39h0Z\"/></svg></li><li title=\"lastfm square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-92.2 312.9c-63.4 0-85.4-28.6-97.1-64.1-16.3-51-21.5-84.3-63-84.3-22.4 0-45.1 16.1-45.1 61.2 0 35.2 18 57.2 43.3 57.2 28.6 0 47.6-21.3 47.6-21.3l11.7 31.9s-19.8 19.4-61.2 19.4c-51.3 0-79.9-30.1-79.9-85.8 0-57.9 28.6-92 82.5-92 73.5 0 80.8 41.4 100.8 101.9 8.8 26.8 24.2 46.2 61.2 46.2 24.9 0 38.1-5.5 38.1-19.1 0-19.9-21.8-22-49.9-28.6-30.4-7.3-42.5-23.1-42.5-48 0-40 32.3-52.4 65.2-52.4 37.4 0 60.1 13.6 63 46.6l-36.7 4.4c-1.5-15.8-11-22.4-28.6-22.4-16.1 0-26 7.3-26 19.8 0 11 4.8 17.6 20.9 21.3 32.7 7.1 71.8 12 71.8 57.5.1 36.7-30.7 50.6-76.1 50.6z\"/></svg></li><li title=\"lastfm \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M225.8 367.1l-18.8-51s-30.5 34-76.2 34c-40.5 0-69.2-35.2-69.2-91.5 0-72.1 36.4-97.9 72.1-97.9 66.5 0 74.8 53.3 100.9 134.9 18.8 56.9 54 102.6 155.4 102.6 72.7 0 122-22.3 122-80.9 0-72.9-62.7-80.6-115-92.1-25.8-5.9-33.4-16.4-33.4-34 0-19.9 15.8-31.7 41.6-31.7 28.2 0 43.4 10.6 45.7 35.8l58.6-7c-4.7-52.8-41.1-74.5-100.9-74.5-52.8 0-104.4 19.9-104.4 83.9 0 39.9 19.4 65.1 68 76.8 44.9 10.6 79.8 13.8 79.8 45.7 0 21.7-21.1 30.5-61 30.5-59.2 0-83.9-31.1-97.9-73.9-32-96.8-43.6-163-161.3-163C45.7 113.8 0 168.3 0 261c0 89.1 45.7 137.2 127.9 137.2 66.2 0 97.9-31.1 97.9-31.1z\"/></svg></li><li title=\"leanpub \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M386.539 111.485l15.096 248.955-10.979-.275c-36.232-.824-71.64 8.783-102.657 27.997-31.016-19.214-66.424-27.997-102.657-27.997-45.564 0-82.07 10.705-123.516 27.723L93.117 129.6c28.546-11.803 61.484-18.115 92.226-18.115 41.173 0 73.836 13.175 102.657 42.544 27.723-28.271 59.013-41.721 98.539-42.544zM569.07 448c-25.526 0-47.485-5.215-70.542-15.645-34.31-15.645-69.993-24.978-107.871-24.978-38.977 0-74.934 12.901-102.657 40.623-27.723-27.723-63.68-40.623-102.657-40.623-37.878 0-73.561 9.333-107.871 24.978C55.239 442.236 32.731 448 8.303 448H6.93L49.475 98.859C88.726 76.626 136.486 64 181.775 64 218.83 64 256.984 71.685 288 93.095 319.016 71.685 357.17 64 394.225 64c45.289 0 93.049 12.626 132.3 34.859L569.07 448zm-43.368-44.741l-34.036-280.246c-30.742-13.999-67.248-21.41-101.009-21.41-38.428 0-74.385 12.077-102.657 38.702-28.272-26.625-64.228-38.702-102.657-38.702-33.761 0-70.267 7.411-101.009 21.41L50.298 403.259c47.211-19.487 82.894-33.486 135.045-33.486 37.604 0 70.817 9.606 102.657 29.644 31.84-20.038 65.052-29.644 102.657-29.644 52.151 0 87.834 13.999 135.045 33.486z\"/></svg></li><li title=\"less \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M612.7 219c0-20.5 3.2-32.6 3.2-54.6 0-34.2-12.6-45.2-40.5-45.2h-20.5v24.2h6.3c14.2 0 17.3 4.7 17.3 22.1 0 16.3-1.6 32.6-1.6 51.5 0 24.2 7.9 33.6 23.6 37.3v1.6c-15.8 3.7-23.6 13.1-23.6 37.3 0 18.9 1.6 34.2 1.6 51.5 0 17.9-3.7 22.6-17.3 22.6v.5h-6.3V393h20.5c27.8 0 40.5-11 40.5-45.2 0-22.6-3.2-34.2-3.2-54.6 0-11 6.8-22.6 27.3-23.6v-27.3c-20.5-.7-27.3-12.3-27.3-23.3zm-105.6 32c-15.8-6.3-30.5-10-30.5-20.5 0-7.9 6.3-12.6 17.9-12.6s22.1 4.7 33.6 13.1l21-27.8c-13.1-10-31-20.5-55.2-20.5-35.7 0-59.9 20.5-59.9 49.4 0 25.7 22.6 38.9 41.5 46.2 16.3 6.3 32.1 11.6 32.1 22.1 0 7.9-6.3 13.1-20.5 13.1-13.1 0-26.3-5.3-40.5-16.3l-21 30.5c15.8 13.1 39.9 22.1 59.9 22.1 42 0 64.6-22.1 64.6-51s-22.5-41-43-47.8zm-358.9 59.4c-3.7 0-8.4-3.2-8.4-13.1V119.1H65.2c-28.4 0-41 11-41 45.2 0 22.6 3.2 35.2 3.2 54.6 0 11-6.8 22.6-27.3 23.6v27.3c20.5.5 27.3 12.1 27.3 23.1 0 19.4-3.2 31-3.2 53.6 0 34.2 12.6 45.2 40.5 45.2h20.5v-24.2h-6.3c-13.1 0-17.3-5.3-17.3-22.6s1.6-32.1 1.6-51.5c0-24.2-7.9-33.6-23.6-37.3v-1.6c15.8-3.7 23.6-13.1 23.6-37.3 0-18.9-1.6-34.2-1.6-51.5s3.7-22.1 17.3-22.1H93v150.8c0 32.1 11 53.1 43.1 53.1 10 0 17.9-1.6 23.6-3.7l-5.3-34.2c-3.1.8-4.6.8-6.2.8zM379.9 251c-16.3-6.3-31-10-31-20.5 0-7.9 6.3-12.6 17.9-12.6 11.6 0 22.1 4.7 33.6 13.1l21-27.8c-13.1-10-31-20.5-55.2-20.5-35.7 0-59.9 20.5-59.9 49.4 0 25.7 22.6 38.9 41.5 46.2 16.3 6.3 32.1 11.6 32.1 22.1 0 7.9-6.3 13.1-20.5 13.1-13.1 0-26.3-5.3-40.5-16.3l-20.5 30.5c15.8 13.1 39.9 22.1 59.9 22.1 42 0 64.6-22.1 64.6-51 .1-28.9-22.5-41-43-47.8zm-155-68.8c-38.4 0-75.1 32.1-74.1 82.5 0 52 34.2 82.5 79.3 82.5 18.9 0 39.9-6.8 56.2-17.9l-15.8-27.8c-11.6 6.8-22.6 10-34.2 10-21 0-37.3-10-41.5-34.2H290c.5-3.7 1.6-11 1.6-19.4.6-42.6-22.6-75.7-66.7-75.7zm-30 66.2c3.2-21 15.8-31 30.5-31 18.9 0 26.3 13.1 26.3 31h-56.8z\"/></svg></li><li title=\"line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M272.1 204.2v71.1c0 1.8-1.4 3.2-3.2 3.2h-11.4c-1.1 0-2.1-.6-2.6-1.3l-32.6-44v42.2c0 1.8-1.4 3.2-3.2 3.2h-11.4c-1.8 0-3.2-1.4-3.2-3.2v-71.1c0-1.8 1.4-3.2 3.2-3.2H219c1 0 2.1.5 2.6 1.4l32.6 44v-42.2c0-1.8 1.4-3.2 3.2-3.2h11.4c1.8-.1 3.3 1.4 3.3 3.1zm-82-3.2h-11.4c-1.8 0-3.2 1.4-3.2 3.2v71.1c0 1.8 1.4 3.2 3.2 3.2h11.4c1.8 0 3.2-1.4 3.2-3.2v-71.1c0-1.7-1.4-3.2-3.2-3.2zm-27.5 59.6h-31.1v-56.4c0-1.8-1.4-3.2-3.2-3.2h-11.4c-1.8 0-3.2 1.4-3.2 3.2v71.1c0 .9.3 1.6.9 2.2.6.5 1.3.9 2.2.9h45.7c1.8 0 3.2-1.4 3.2-3.2v-11.4c0-1.7-1.4-3.2-3.1-3.2zM332.1 201h-45.7c-1.7 0-3.2 1.4-3.2 3.2v71.1c0 1.7 1.4 3.2 3.2 3.2h45.7c1.8 0 3.2-1.4 3.2-3.2v-11.4c0-1.8-1.4-3.2-3.2-3.2H301v-12h31.1c1.8 0 3.2-1.4 3.2-3.2V234c0-1.8-1.4-3.2-3.2-3.2H301v-12h31.1c1.8 0 3.2-1.4 3.2-3.2v-11.4c-.1-1.7-1.5-3.2-3.2-3.2zM448 113.7V399c-.1 44.8-36.8 81.1-81.7 81H81c-44.8-.1-81.1-36.9-81-81.7V113c.1-44.8 36.9-81.1 81.7-81H367c44.8.1 81.1 36.8 81 81.7zm-61.6 122.6c0-73-73.2-132.4-163.1-132.4-89.9 0-163.1 59.4-163.1 132.4 0 65.4 58 120.2 136.4 130.6 19.1 4.1 16.9 11.1 12.6 36.8-.7 4.1-3.3 16.1 14.1 8.8 17.4-7.3 93.9-55.3 128.2-94.7 23.6-26 34.9-52.3 34.9-81.5z\"/></svg></li><li title=\"linkedin in \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"/></svg></li><li title=\"linkedin \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\"/></svg></li><li title=\"linode \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M437.4 226.3c-.3-.9-.9-1.4-1.4-2l-70-38.6c-.9-.6-2-.6-3.1 0l-58.9 36c-.9.6-1.4 1.7-1.4 2.6l-.9 31.4-24-16c-.9-.6-2.3-.6-3.1 0L240 260.9l-1.4-35.1c0-.9-.6-2-1.4-2.3l-36-24.3 33.7-17.4c1.1-.6 1.7-1.7 1.7-2.9l-5.7-132.3c0-.9-.9-2-1.7-2.6L138.6.3c-.9-.3-1.7-.3-2.3-.3L12.6 38.6c-1.4.6-2.3 2-2 3.7L38 175.4c.9 3.4 34 27.4 38.6 30.9l-26.9 12.9c-1.4.9-2 2.3-1.7 3.4l20.6 100.3c.6 2.9 23.7 23.1 27.1 26.3l-17.4 10.6c-.9.6-1.7 2-1.4 3.1 1.4 7.1 15.4 77.7 16.9 79.1l65.1 69.1c.6.6 1.4.6 2.3.9.6 0 1.1-.3 1.7-.6l83.7-66.9c.9-.6 1.1-1.4 1.1-2.3l-2-46 28 23.7c1.1.9 2.9.9 4 0l66.9-53.4c.9-.6 1.1-1.4 1.1-2.3l2.3-33.4 20.3 14c1.1.9 2.6.9 3.7 0l54.6-43.7c.6-.3 1.1-1.1 1.1-2 .9-6.5 10.3-70.8 9.7-72.8zm-204.8 4.8l4 92.6-90.6 61.2-14-96.6 100.6-57.2zm-7.7-180l5.4 126-106.6 55.4L104 97.7l120.9-46.6zM44 173.1L18 48l79.7 49.4 19.4 132.9L44 173.1zm30.6 147.8L55.7 230l70 58.3 13.7 93.4-64.8-60.8zm24.3 117.7l-13.7-67.1 61.7 60.9 9.7 67.4-57.7-61.2zm64.5 64.5l-10.6-70.9 85.7-61.4 3.1 70-78.2 62.3zm82-115.1c0-3.4.9-22.9-2-25.1l-24.3-20 22.3-14.9c2.3-1.7 1.1-5.7 1.1-8l29.4 22.6.6 68.3-27.1-22.9zm94.3-25.4l-60.9 48.6-.6-68.6 65.7-46.9-4.2 66.9zm27.7-25.7l-19.1-13.4 2-34c.3-.9-.3-2-1.1-2.6L308 259.7l.6-30 64.6 40.6-5.8 66.6zm54.6-39.8l-48.3 38.3 5.7-65.1 51.1-36.6-8.5 63.4z\"/></svg></li><li title=\"linux \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M220.8 123.3c1 .5 1.8 1.7 3 1.7 1.1 0 2.8-.4 2.9-1.5.2-1.4-1.9-2.3-3.2-2.9-1.7-.7-3.9-1-5.5-.1-.4.2-.8.7-.6 1.1.3 1.3 2.3 1.1 3.4 1.7zm-21.9 1.7c1.2 0 2-1.2 3-1.7 1.1-.6 3.1-.4 3.5-1.6.2-.4-.2-.9-.6-1.1-1.6-.9-3.8-.6-5.5.1-1.3.6-3.4 1.5-3.2 2.9.1 1 1.8 1.5 2.8 1.4zM420 403.8c-3.6-4-5.3-11.6-7.2-19.7-1.8-8.1-3.9-16.8-10.5-22.4-1.3-1.1-2.6-2.1-4-2.9-1.3-.8-2.7-1.5-4.1-2 9.2-27.3 5.6-54.5-3.7-79.1-11.4-30.1-31.3-56.4-46.5-74.4-17.1-21.5-33.7-41.9-33.4-72C311.1 85.4 315.7.1 234.8 0 132.4-.2 158 103.4 156.9 135.2c-1.7 23.4-6.4 41.8-22.5 64.7-18.9 22.5-45.5 58.8-58.1 96.7-6 17.9-8.8 36.1-6.2 53.3-6.5 5.8-11.4 14.7-16.6 20.2-4.2 4.3-10.3 5.9-17 8.3s-14 6-18.5 14.5c-2.1 3.9-2.8 8.1-2.8 12.4 0 3.9.6 7.9 1.2 11.8 1.2 8.1 2.5 15.7.8 20.8-5.2 14.4-5.9 24.4-2.2 31.7 3.8 7.3 11.4 10.5 20.1 12.3 17.3 3.6 40.8 2.7 59.3 12.5 19.8 10.4 39.9 14.1 55.9 10.4 11.6-2.6 21.1-9.6 25.9-20.2 12.5-.1 26.3-5.4 48.3-6.6 14.9-1.2 33.6 5.3 55.1 4.1.6 2.3 1.4 4.6 2.5 6.7v.1c8.3 16.7 23.8 24.3 40.3 23 16.6-1.3 34.1-11 48.3-27.9 13.6-16.4 36-23.2 50.9-32.2 7.4-4.5 13.4-10.1 13.9-18.3.4-8.2-4.4-17.3-15.5-29.7zM223.7 87.3c9.8-22.2 34.2-21.8 44-.4 6.5 14.2 3.6 30.9-4.3 40.4-1.6-.8-5.9-2.6-12.6-4.9 1.1-1.2 3.1-2.7 3.9-4.6 4.8-11.8-.2-27-9.1-27.3-7.3-.5-13.9 10.8-11.8 23-4.1-2-9.4-3.5-13-4.4-1-6.9-.3-14.6 2.9-21.8zM183 75.8c10.1 0 20.8 14.2 19.1 33.5-3.5 1-7.1 2.5-10.2 4.6 1.2-8.9-3.3-20.1-9.6-19.6-8.4.7-9.8 21.2-1.8 28.1 1 .8 1.9-.2-5.9 5.5-15.6-14.6-10.5-52.1 8.4-52.1zm-13.6 60.7c6.2-4.6 13.6-10 14.1-10.5 4.7-4.4 13.5-14.2 27.9-14.2 7.1 0 15.6 2.3 25.9 8.9 6.3 4.1 11.3 4.4 22.6 9.3 8.4 3.5 13.7 9.7 10.5 18.2-2.6 7.1-11 14.4-22.7 18.1-11.1 3.6-19.8 16-38.2 14.9-3.9-.2-7-1-9.6-2.1-8-3.5-12.2-10.4-20-15-8.6-4.8-13.2-10.4-14.7-15.3-1.4-4.9 0-9 4.2-12.3zm3.3 334c-2.7 35.1-43.9 34.4-75.3 18-29.9-15.8-68.6-6.5-76.5-21.9-2.4-4.7-2.4-12.7 2.6-26.4v-.2c2.4-7.6.6-16-.6-23.9-1.2-7.8-1.8-15 .9-20 3.5-6.7 8.5-9.1 14.8-11.3 10.3-3.7 11.8-3.4 19.6-9.9 5.5-5.7 9.5-12.9 14.3-18 5.1-5.5 10-8.1 17.7-6.9 8.1 1.2 15.1 6.8 21.9 16l19.6 35.6c9.5 19.9 43.1 48.4 41 68.9zm-1.4-25.9c-4.1-6.6-9.6-13.6-14.4-19.6 7.1 0 14.2-2.2 16.7-8.9 2.3-6.2 0-14.9-7.4-24.9-13.5-18.2-38.3-32.5-38.3-32.5-13.5-8.4-21.1-18.7-24.6-29.9s-3-23.3-.3-35.2c5.2-22.9 18.6-45.2 27.2-59.2 2.3-1.7.8 3.2-8.7 20.8-8.5 16.1-24.4 53.3-2.6 82.4.6-20.7 5.5-41.8 13.8-61.5 12-27.4 37.3-74.9 39.3-112.7 1.1.8 4.6 3.2 6.2 4.1 4.6 2.7 8.1 6.7 12.6 10.3 12.4 10 28.5 9.2 42.4 1.2 6.2-3.5 11.2-7.5 15.9-9 9.9-3.1 17.8-8.6 22.3-15 7.7 30.4 25.7 74.3 37.2 95.7 6.1 11.4 18.3 35.5 23.6 64.6 3.3-.1 7 .4 10.9 1.4 13.8-35.7-11.7-74.2-23.3-84.9-4.7-4.6-4.9-6.6-2.6-6.5 12.6 11.2 29.2 33.7 35.2 59 2.8 11.6 3.3 23.7.4 35.7 16.4 6.8 35.9 17.9 30.7 34.8-2.2-.1-3.2 0-4.2 0 3.2-10.1-3.9-17.6-22.8-26.1-19.6-8.6-36-8.6-38.3 12.5-12.1 4.2-18.3 14.7-21.4 27.3-2.8 11.2-3.6 24.7-4.4 39.9-.5 7.7-3.6 18-6.8 29-32.1 22.9-76.7 32.9-114.3 7.2zm257.4-11.5c-.9 16.8-41.2 19.9-63.2 46.5-13.2 15.7-29.4 24.4-43.6 25.5s-26.5-4.8-33.7-19.3c-4.7-11.1-2.4-23.1 1.1-36.3 3.7-14.2 9.2-28.8 9.9-40.6.8-15.2 1.7-28.5 4.2-38.7 2.6-10.3 6.6-17.2 13.7-21.1.3-.2.7-.3 1-.5.8 13.2 7.3 26.6 18.8 29.5 12.6 3.3 30.7-7.5 38.4-16.3 9-.3 15.7-.9 22.6 5.1 9.9 8.5 7.1 30.3 17.1 41.6 10.6 11.6 14 19.5 13.7 24.6zM173.3 148.7c2 1.9 4.7 4.5 8 7.1 6.6 5.2 15.8 10.6 27.3 10.6 11.6 0 22.5-5.9 31.8-10.8 4.9-2.6 10.9-7 14.8-10.4s5.9-6.3 3.1-6.6-2.6 2.6-6 5.1c-4.4 3.2-9.7 7.4-13.9 9.8-7.4 4.2-19.5 10.2-29.9 10.2s-18.7-4.8-24.9-9.7c-3.1-2.5-5.7-5-7.7-6.9-1.5-1.4-1.9-4.6-4.3-4.9-1.4-.1-1.8 3.7 1.7 6.5z\"/></svg></li><li title=\"lyft \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M0 81.1h77.8v208.7c0 33.1 15 52.8 27.2 61-12.7 11.1-51.2 20.9-80.2-2.8C7.8 334 0 310.7 0 289V81.1zm485.9 173.5v-22h23.8v-76.8h-26.1c-10.1-46.3-51.2-80.7-100.3-80.7-56.6 0-102.7 46-102.7 102.7V357c16 2.3 35.4-.3 51.7-14 17.1-14 24.8-37.2 24.8-59v-6.7h38.8v-76.8h-38.8v-23.3c0-34.6 52.2-34.6 52.2 0v77.1c0 56.6 46 102.7 102.7 102.7v-76.5c-14.5 0-26.1-11.7-26.1-25.9zm-294.3-99v113c0 15.4-23.8 15.4-23.8 0v-113H91v132.7c0 23.8 8 54 45 63.9 37 9.8 58.2-10.6 58.2-10.6-2.1 13.4-14.5 23.3-34.9 25.3-15.5 1.6-35.2-3.6-45-7.8v70.3c25.1 7.5 51.5 9.8 77.6 4.7 47.1-9.1 76.8-48.4 76.8-100.8V155.1h-77.1v.5z\"/></svg></li><li title=\"magento \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M445.7 127.9V384l-63.4 36.5V164.7L223.8 73.1 65.2 164.7l.4 255.9L2.3 384V128.1L224.2 0l221.5 127.9zM255.6 420.5L224 438.9l-31.8-18.2v-256l-63.3 36.6.1 255.9 94.9 54.9 95.1-54.9v-256l-63.4-36.6v255.9z\"/></svg></li><li title=\"mailchimp \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M330.61 243.52a36.15 36.15 0 0 1 9.3 0c1.66-3.83 1.95-10.43.45-17.61-2.23-10.67-5.25-17.14-11.48-16.13s-6.47 8.74-4.24 19.42c1.26 6 3.49 11.14 6 14.32zM277.05 252c4.47 2 7.2 3.26 8.28 2.13 1.89-1.94-3.48-9.39-12.12-13.09a31.44 31.44 0 0 0-30.61 3.68c-3 2.18-5.81 5.22-5.41 7.06.85 3.74 10-2.71 22.6-3.48 7-.44 12.8 1.75 17.26 3.71zm-9 5.13c-9.07 1.42-15 6.53-13.47 10.1.9.34 1.17.81 5.21-.81a37 37 0 0 1 18.72-1.95c2.92.34 4.31.52 4.94-.49 1.46-2.22-5.71-8-15.39-6.85zm54.17 17.1c3.38-6.87-10.9-13.93-14.3-7s10.92 13.88 14.32 6.97zm15.66-20.47c-7.66-.13-7.95 15.8-.26 15.93s7.98-15.81.28-15.96zm-218.79 78.9c-1.32.31-6 1.45-8.47-2.35-5.2-8 11.11-20.38 3-35.77-9.1-17.47-27.82-13.54-35.05-5.54-8.71 9.6-8.72 23.54-5 24.08 4.27.57 4.08-6.47 7.38-11.63a12.83 12.83 0 0 1 17.85-3.72c11.59 7.59 1.37 17.76 2.28 28.62 1.39 16.68 18.42 16.37 21.58 9a2.08 2.08 0 0 0-.2-2.33c.03.89.68-1.3-3.35-.39zm299.72-17.07c-3.35-11.73-2.57-9.22-6.78-20.52 2.45-3.67 15.29-24-3.07-43.25-10.4-10.92-33.9-16.54-41.1-18.54-1.5-11.39 4.65-58.7-21.52-83 20.79-21.55 33.76-45.29 33.73-65.65-.06-39.16-48.15-51-107.42-26.47l-12.55 5.33c-.06-.05-22.71-22.27-23.05-22.57C169.5-18-41.77 216.81 25.78 273.85l14.76 12.51a72.49 72.49 0 0 0-4.1 33.5c3.36 33.4 36 60.42 67.53 60.38 57.73 133.06 267.9 133.28 322.29 3 1.74-4.47 9.11-24.61 9.11-42.38s-10.09-25.27-16.53-25.27zm-316 48.16c-22.82-.61-47.46-21.15-49.91-45.51-6.17-61.31 74.26-75.27 84-12.33 4.54 29.64-4.67 58.49-34.12 57.81zM84.3 249.55C69.14 252.5 55.78 261.09 47.6 273c-4.88-4.07-14-12-15.59-15-13.01-24.85 14.24-73 33.3-100.21C112.42 90.56 186.19 39.68 220.36 48.91c5.55 1.57 23.94 22.89 23.94 22.89s-34.15 18.94-65.8 45.35c-42.66 32.85-74.89 80.59-94.2 132.4zM323.18 350.7s-35.74 5.3-69.51-7.07c6.21-20.16 27 6.1 96.4-13.81 15.29-4.38 35.37-13 51-25.35a102.85 102.85 0 0 1 7.12 24.28c3.66-.66 14.25-.52 11.44 18.1-3.29 19.87-11.73 36-25.93 50.84A106.86 106.86 0 0 1 362.55 421a132.45 132.45 0 0 1-20.34 8.58c-53.51 17.48-108.3-1.74-126-43a66.33 66.33 0 0 1-3.55-9.74c-7.53-27.2-1.14-59.83 18.84-80.37 1.23-1.31 2.48-2.85 2.48-4.79a8.45 8.45 0 0 0-1.92-4.54c-7-10.13-31.19-27.4-26.33-60.83 3.5-24 24.49-40.91 44.07-39.91l5 .29c8.48.5 15.89 1.59 22.88 1.88 11.69.5 22.2-1.19 34.64-11.56 4.2-3.5 7.57-6.54 13.26-7.51a17.45 17.45 0 0 1 13.6 2.24c10 6.64 11.4 22.73 11.92 34.49.29 6.72 1.1 23 1.38 27.63.63 10.67 3.43 12.17 9.11 14 3.19 1.05 6.15 1.83 10.51 3.06 13.21 3.71 21 7.48 26 12.31a16.38 16.38 0 0 1 4.74 9.29c1.56 11.37-8.82 25.4-36.31 38.16-46.71 21.68-93.68 14.45-100.48 13.68-20.15-2.71-31.63 23.32-19.55 41.15 22.64 33.41 122.4 20 151.37-21.35.69-1 .12-1.59-.73-1-41.77 28.58-97.06 38.21-128.46 26-4.77-1.85-14.73-6.44-15.94-16.67 43.6 13.49 71 .74 71 .74s2.03-2.79-.56-2.53zm-68.47-5.7zm-83.4-187.5c16.74-19.35 37.36-36.18 55.83-45.63a.73.73 0 0 1 1 1c-1.46 2.66-4.29 8.34-5.19 12.65a.75.75 0 0 0 1.16.79c11.49-7.83 31.48-16.22 49-17.3a.77.77 0 0 1 .52 1.38 41.86 41.86 0 0 0-7.71 7.74.75.75 0 0 0 .59 1.19c12.31.09 29.66 4.4 41 10.74.76.43.22 1.91-.64 1.72-69.55-15.94-123.08 18.53-134.5 26.83a.76.76 0 0 1-1-1.12z\"/></svg></li><li title=\"mandalorian \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M232.27 511.89c-1-3.26-1.69-15.83-1.39-24.58.55-15.89 1-24.72 1.4-28.76.64-6.2 2.87-20.72 3.28-21.38.6-1 .4-27.87-.24-33.13-.31-2.58-.63-11.9-.69-20.73-.13-16.47-.53-20.12-2.73-24.76-1.1-2.32-1.23-3.84-1-11.43a92.38 92.38 0 0 0-.34-12.71c-2-13-3.46-27.7-3.25-33.9s.43-7.15 2.06-9.67c3.05-4.71 6.51-14 8.62-23.27 2.26-9.86 3.88-17.18 4.59-20.74a109.54 109.54 0 0 1 4.42-15.05c2.27-6.25 2.49-15.39.37-15.39-.3 0-1.38 1.22-2.41 2.71s-4.76 4.8-8.29 7.36c-8.37 6.08-11.7 9.39-12.66 12.58s-1 7.23-.16 7.76c.34.21 1.29 2.4 2.11 4.88a28.83 28.83 0 0 1 .72 15.36c-.39 1.77-1 5.47-1.46 8.23s-1 6.46-1.25 8.22a9.85 9.85 0 0 1-1.55 4.26c-1 1-1.14.91-2.05-.53a14.87 14.87 0 0 1-1.44-4.75c-.25-1.74-1.63-7.11-3.08-11.93-3.28-10.9-3.52-16.15-1-21a14.24 14.24 0 0 0 1.67-4.61c0-2.39-2.2-5.32-7.41-9.89-7-6.18-8.63-7.92-10.23-11.3-1.71-3.6-3.06-4.06-4.54-1.54-1.78 3-2.6 9.11-3 22l-.34 12.19 2 2.25c3.21 3.7 12.07 16.45 13.78 19.83 3.41 6.74 4.34 11.69 4.41 23.56s.95 22.75 2 24.71c.36.66.51 1.35.34 1.52s.41 2.09 1.29 4.27a38.14 38.14 0 0 1 2.06 9 91 91 0 0 0 1.71 10.37c2.23 9.56 2.77 14.08 2.39 20.14-.2 3.27-.53 11.07-.73 17.32-1.31 41.76-1.85 58-2 61.21-.12 2-.39 11.51-.6 21.07-.36 16.3-1.3 27.37-2.42 28.65-.64.73-8.07-4.91-12.52-9.49-3.75-3.87-4-4.79-2.83-9.95.7-3 2.26-18.29 3.33-32.62.36-4.78.81-10.5 1-12.71.83-9.37 1.66-20.35 2.61-34.78.56-8.46 1.33-16.44 1.72-17.73s.89-9.89 1.13-19.11l.43-16.77-2.26-4.3c-1.72-3.28-4.87-6.94-13.22-15.34-6-6.07-11.84-12.3-12.91-13.85l-1.95-2.81.75-10.9c1.09-15.71 1.1-48.57 0-59.06l-.89-8.7-3.28-4.52c-5.86-8.08-5.8-7.75-6.22-33.27-.1-6.07-.38-11.5-.63-12.06-.83-1.87-3.05-2.66-8.54-3.05-8.86-.62-11-1.9-23.85-14.55-6.15-6-12.34-12-13.75-13.19-2.81-2.42-2.79-2-.56-9.63l1.35-4.65-1.69-3a32.22 32.22 0 0 0-2.59-4.07c-1.33-1.51-5.5-10.89-6-13.49a4.24 4.24 0 0 1 .87-3.9c2.23-2.86 3.4-5.68 4.45-10.73 2.33-11.19 7.74-26.09 10.6-29.22 3.18-3.47 7.7-1 9.41 5 1.34 4.79 1.37 9.79.1 18.55a101.2 101.2 0 0 0-1 11.11c0 4 .19 4.69 2.25 7.39 3.33 4.37 7.73 7.41 15.2 10.52a18.67 18.67 0 0 1 4.72 2.85c11.17 10.72 18.62 16.18 22.95 16.85 5.18.8 8 4.54 10 13.39 1.31 5.65 4 11.14 5.46 11.14a9.38 9.38 0 0 0 3.33-1.39c2-1.22 2.25-1.73 2.25-4.18a132.88 132.88 0 0 0-2-17.84c-.37-1.66-.78-4.06-.93-5.35s-.61-3.85-1-5.69c-2.55-11.16-3.65-15.46-4.1-16-1.55-2-4.08-10.2-4.93-15.92-1.64-11.11-4-14.23-12.91-17.39A43.15 43.15 0 0 1 165.24 78c-1.15-1-4-3.22-6.35-5.06s-4.41-3.53-4.6-3.76a22.7 22.7 0 0 0-2.69-2c-6.24-4.22-8.84-7-11.26-12l-2.44-5-.22-13-.22-13 6.91-6.55c3.95-3.75 8.48-7.35 10.59-8.43 3.31-1.69 4.45-1.89 11.37-2 8.53-.19 10.12 0 11.66 1.56s1.36 6.4-.29 8.5a6.66 6.66 0 0 0-1.34 2.32c0 .58-2.61 4.91-5.42 9a30.39 30.39 0 0 0-2.37 6.82c20.44 13.39 21.55 3.77 14.07 29L194 66.92c3.11-8.66 6.47-17.26 8.61-26.22.29-7.63-12-4.19-15.4-8.68-2.33-5.93 3.13-14.18 6.06-19.2 1.6-2.34 6.62-4.7 8.82-4.15.88.22 4.16-.35 7.37-1.28a45.3 45.3 0 0 1 7.55-1.68 29.57 29.57 0 0 0 6-1.29c3.65-1.11 4.5-1.17 6.35-.4a29.54 29.54 0 0 0 5.82 1.36 18.18 18.18 0 0 1 6 1.91 22.67 22.67 0 0 0 5 2.17c2.51.68 3 .57 7.05-1.67l4.35-2.4L268.32 5c10.44-.4 10.81-.47 15.26-2.68L288.16 0l2.46 1.43c1.76 1 3.14 2.73 4.85 6 2.36 4.51 2.38 4.58 1.37 7.37-.88 2.44-.89 3.3-.1 6.39a35.76 35.76 0 0 0 2.1 5.91 13.55 13.55 0 0 1 1.31 4c.31 4.33 0 5.3-2.41 6.92-2.17 1.47-7 7.91-7 9.34a14.77 14.77 0 0 1-1.07 3c-5 11.51-6.76 13.56-14.26 17-9.2 4.2-12.3 5.19-16.21 5.19-3.1 0-4 .25-4.54 1.26a18.33 18.33 0 0 1-4.09 3.71 13.62 13.62 0 0 0-4.38 4.78 5.89 5.89 0 0 1-2.49 2.91 6.88 6.88 0 0 0-2.45 1.71 67.62 67.62 0 0 1-7 5.38c-3.33 2.34-6.87 5-7.87 6A7.27 7.27 0 0 1 224 100a5.76 5.76 0 0 0-2.13 1.65c-1.31 1.39-1.49 2.11-1.14 4.6a36.45 36.45 0 0 0 1.42 5.88c1.32 3.8 1.31 7.86 0 10.57s-.89 6.65 1.35 9.59c2 2.63 2.16 4.56.71 8.84a33.45 33.45 0 0 0-1.06 8.91c0 4.88.22 6.28 1.46 8.38s1.82 2.48 3.24 2.32c2-.23 2.3-1.05 4.71-12.12 2.18-10 3.71-11.92 13.76-17.08 2.94-1.51 7.46-4 10-5.44s6.79-3.69 9.37-4.91a40.09 40.09 0 0 0 15.22-11.67c7.11-8.79 10-16.22 12.85-33.3a18.37 18.37 0 0 1 2.86-7.73 20.39 20.39 0 0 0 2.89-7.31c1-5.3 2.85-9.08 5.58-11.51 4.7-4.18 6-1.09 4.59 10.87-.46 3.86-1.1 10.33-1.44 14.38l-.61 7.36 4.45 4.09 4.45 4.09.11 8.42c.06 4.63.47 9.53.92 10.89l.82 2.47-6.43 6.28c-8.54 8.33-12.88 13.93-16.76 21.61-1.77 3.49-3.74 7.11-4.38 8-2.18 3.11-6.46 13-8.76 20.26l-2.29 7.22-7 6.49c-3.83 3.57-8 7.25-9.17 8.17-3.05 2.32-4.26 5.15-4.26 10a14.62 14.62 0 0 0 1.59 7.26 42 42 0 0 1 2.09 4.83 9.28 9.28 0 0 0 1.57 2.89c1.4 1.59 1.92 16.12.83 23.22-.68 4.48-3.63 12-4.7 12-1.79 0-4.06 9.27-5.07 20.74-.18 2-.62 5.94-1 8.7s-1 10-1.35 16.05c-.77 12.22-.19 18.77 2 23.15 3.41 6.69.52 12.69-11 22.84l-4 3.49.07 5.19a40.81 40.81 0 0 0 1.14 8.87c4.61 16 4.73 16.92 4.38 37.13-.46 26.4-.26 40.27.63 44.15a61.31 61.31 0 0 1 1.08 7c.17 2 .66 5.33 1.08 7.36.47 2.26.78 11 .79 22.74v19.06l-1.81 2.63c-2.71 3.91-15.11 13.54-15.49 12.29zm29.53-45.11c-.18-.3-.33-6.87-.33-14.59 0-14.06-.89-27.54-2.26-34.45-.4-2-.81-9.7-.9-17.06-.15-11.93-1.4-24.37-2.64-26.38-.66-1.07-3-17.66-3-21.3 0-4.23 1-6 5.28-9.13s4.86-3.14 5.48-.72c.28 1.1 1.45 5.62 2.6 10 3.93 15.12 4.14 16.27 4.05 21.74-.1 5.78-.13 6.13-1.74 17.73-1 7.07-1.17 12.39-1 28.43.17 19.4-.64 35.73-2 41.27-.71 2.78-2.8 5.48-3.43 4.43zm-71-37.58a101 101 0 0 1-1.73-10.79 100.5 100.5 0 0 0-1.73-10.79 37.53 37.53 0 0 1-1-6.49c-.31-3.19-.91-7.46-1.33-9.48-1-4.79-3.35-19.35-3.42-21.07 0-.74-.34-4.05-.7-7.36-.67-6.21-.84-27.67-.22-28.29 1-1 6.63 2.76 11.33 7.43l5.28 5.25-.45 6.47c-.25 3.56-.6 10.23-.78 14.83s-.49 9.87-.67 11.71-.61 9.36-.94 16.72c-.79 17.41-1.94 31.29-2.65 32a.62.62 0 0 1-1-.14zm-87.18-266.59c21.07 12.79 17.84 14.15 28.49 17.66 13 4.29 18.87 7.13 23.15 16.87C111.6 233.28 86.25 255 78.55 268c-31 52-6 101.59 62.75 87.21-14.18 29.23-78 28.63-98.68-4.9-24.68-39.95-22.09-118.3 61-187.66zm210.79 179c56.66 6.88 82.32-37.74 46.54-89.23 0 0-26.87-29.34-64.28-68 3-15.45 9.49-32.12 30.57-53.82 89.2 63.51 92 141.61 92.46 149.36 4.3 70.64-78.7 91.18-105.29 61.71z\"/></svg></li><li title=\"markdown \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M593.8 59.1H46.2C20.7 59.1 0 79.8 0 105.2v301.5c0 25.5 20.7 46.2 46.2 46.2h547.7c25.5 0 46.2-20.7 46.1-46.1V105.2c0-25.4-20.7-46.1-46.2-46.1zM338.5 360.6H277v-120l-61.5 76.9-61.5-76.9v120H92.3V151.4h61.5l61.5 76.9 61.5-76.9h61.5v209.2zm135.3 3.1L381.5 256H443V151.4h61.5V256H566z\"/></svg></li><li title=\"mastodon \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M433 179.11c0-97.2-63.71-125.7-63.71-125.7-62.52-28.7-228.56-28.4-290.48 0 0 0-63.72 28.5-63.72 125.7 0 115.7-6.6 259.4 105.63 289.1 40.51 10.7 75.32 13 103.33 11.4 50.81-2.8 79.32-18.1 79.32-18.1l-1.7-36.9s-36.31 11.4-77.12 10.1c-40.41-1.4-83-4.4-89.63-54a102.54 102.54 0 0 1-.9-13.9c85.63 20.9 158.65 9.1 178.75 6.7 56.12-6.7 105-41.3 111.23-72.9 9.8-49.8 9-121.5 9-121.5zm-75.12 125.2h-46.63v-114.2c0-49.7-64-51.6-64 6.9v62.5h-46.33V197c0-58.5-64-56.6-64-6.9v114.2H90.19c0-122.1-5.2-147.9 18.41-175 25.9-28.9 79.82-30.8 103.83 6.1l11.6 19.5 11.6-19.5c24.11-37.1 78.12-34.8 103.83-6.1 23.71 27.3 18.4 53 18.4 175z\"/></svg></li><li title=\"maxcdn \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M461.1 442.7h-97.4L415.6 200c2.3-10.2.9-19.5-4.4-25.7-5-6.1-13.7-9.6-24.2-9.6h-49.3l-59.5 278h-97.4l59.5-278h-83.4l-59.5 278H0l59.5-278-44.6-95.4H387c39.4 0 75.3 16.3 98.3 44.9 23.3 28.6 31.8 67.4 23.6 105.9l-47.8 222.6z\"/></svg></li><li title=\"mdb \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M17.37 160.41L7 352h43.91l5.59-79.83L84.43 352h44.71l25.54-77.43 4.79 77.43H205l-12.79-191.59H146.7L106 277.74 63.67 160.41zm281 0h-47.9V352h47.9s95 .8 94.2-95.79c-.78-94.21-94.18-95.78-94.18-95.78zm-1.2 146.46V204.78s46 4.27 46.8 50.57-46.78 51.54-46.78 51.54zm238.29-74.24a56.16 56.16 0 0 0 8-38.31c-5.34-35.76-55.08-34.32-55.08-34.32h-51.9v191.58H482s87 4.79 87-63.85c0-43.14-33.52-55.08-33.52-55.08zm-51.9-31.94s13.57-1.59 16 9.59c1.43 6.66-4 12-4 12h-12v-21.57zm-.1 109.46l.1-24.92V267h.08s41.58-4.73 41.19 22.43c-.33 25.65-41.35 20.74-41.35 20.74z\"/></svg></li><li title=\"medapps \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"><path d=\"M118.3 238.4c3.5-12.5 6.9-33.6 13.2-33.6 8.3 1.8 9.6 23.4 18.6 36.6 4.6-23.5 5.3-85.1 14.1-86.7 9-.7 19.7 66.5 22 77.5 9.9 4.1 48.9 6.6 48.9 6.6 1.9 7.3-24 7.6-40 7.8-4.6 14.8-5.4 27.7-11.4 28-4.7.2-8.2-28.8-17.5-49.6l-9.4 65.5c-4.4 13-15.5-22.5-21.9-39.3-3.3-.1-62.4-1.6-47.6-7.8l31-5zM228 448c21.2 0 21.2-32 0-32H92c-21.2 0-21.2 32 0 32h136zm-24 64c21.2 0 21.2-32 0-32h-88c-21.2 0-21.2 32 0 32h88zm34.2-141.5c3.2-18.9 5.2-36.4 11.9-48.8 7.9-14.7 16.1-28.1 24-41 24.6-40.4 45.9-75.2 45.9-125.5C320 69.6 248.2 0 160 0S0 69.6 0 155.2c0 50.2 21.3 85.1 45.9 125.5 7.9 12.9 16 26.3 24 41 6.7 12.5 8.7 29.8 11.9 48.9 3.5 21 36.1 15.7 32.6-5.1-3.6-21.7-5.6-40.7-15.3-58.6C66.5 246.5 33 211.3 33 155.2 33 87.3 90 32 160 32s127 55.3 127 123.2c0 56.1-33.5 91.3-66.1 151.6-9.7 18-11.7 37.4-15.3 58.6-3.4 20.6 29 26.4 32.6 5.1z\"/></svg></li><li title=\"medium m \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M71.5 142.3c.6-5.9-1.7-11.8-6.1-15.8L20.3 72.1V64h140.2l108.4 237.7L364.2 64h133.7v8.1l-38.6 37c-3.3 2.5-5 6.7-4.3 10.8v272c-.7 4.1 1 8.3 4.3 10.8l37.7 37v8.1H307.3v-8.1l39.1-37.9c3.8-3.8 3.8-5 3.8-10.8V171.2L241.5 447.1h-14.7L100.4 171.2v184.9c-1.1 7.8 1.5 15.6 7 21.2l50.8 61.6v8.1h-144v-8L65 377.3c5.4-5.6 7.9-13.5 6.5-21.2V142.3z\"/></svg></li><li title=\"medium \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M0 32v448h448V32H0zm372.2 106.1l-24 23c-2.1 1.6-3.1 4.2-2.7 6.7v169.3c-.4 2.6.6 5.2 2.7 6.7l23.5 23v5.1h-118V367l24.3-23.6c2.4-2.4 2.4-3.1 2.4-6.7V199.8l-67.6 171.6h-9.1L125 199.8v115c-.7 4.8 1 9.7 4.4 13.2l31.6 38.3v5.1H71.2v-5.1l31.6-38.3c3.4-3.5 4.9-8.4 4.1-13.2v-133c.4-3.7-1-7.3-3.8-9.8L75 138.1V133h87.3l67.4 148L289 133.1h83.2v5z\"/></svg></li><li title=\"medrt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 544 512\"><path d=\"M113.7 256c0 121.8 83.9 222.8 193.5 241.1-18.7 4.5-38.2 6.9-58.2 6.9C111.4 504 0 393 0 256S111.4 8 248.9 8c20.1 0 39.6 2.4 58.2 6.9C197.5 33.2 113.7 134.2 113.7 256m297.4 100.3c-77.7 55.4-179.6 47.5-240.4-14.6 5.5 14.1 12.7 27.7 21.7 40.5 61.6 88.2 182.4 109.3 269.7 47 87.3-62.3 108.1-184.3 46.5-272.6-9-12.9-19.3-24.3-30.5-34.2 37.4 78.8 10.7 178.5-67 233.9m-218.8-244c-1.4 1-2.7 2.1-4 3.1 64.3-17.8 135.9 4 178.9 60.5 35.7 47 42.9 106.6 24.4 158 56.7-56.2 67.6-142.1 22.3-201.8-50-65.5-149.1-74.4-221.6-19.8M296 224c-4.4 0-8-3.6-8-8v-40c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v40c0 4.4-3.6 8-8 8h-40c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h40c4.4 0 8 3.6 8 8v40c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-40c0-4.4 3.6-8 8-8h40c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8h-40z\"/></svg></li><li title=\"meetup \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M99 414.3c1.1 5.7-2.3 11.1-8 12.3-5.4 1.1-10.9-2.3-12-8-1.1-5.4 2.3-11.1 7.7-12.3 5.4-1.2 11.1 2.3 12.3 8zm143.1 71.4c-6.3 4.6-8 13.4-3.7 20 4.6 6.6 13.4 8.3 20 3.7 6.3-4.6 8-13.4 3.4-20-4.2-6.5-13.1-8.3-19.7-3.7zm-86-462.3c6.3-1.4 10.3-7.7 8.9-14-1.1-6.6-7.4-10.6-13.7-9.1-6.3 1.4-10.3 7.7-9.1 14 1.4 6.6 7.6 10.6 13.9 9.1zM34.4 226.3c-10-6.9-23.7-4.3-30.6 6-6.9 10-4.3 24 5.7 30.9 10 7.1 23.7 4.6 30.6-5.7 6.9-10.4 4.3-24.1-5.7-31.2zm272-170.9c10.6-6.3 13.7-20 7.7-30.3-6.3-10.6-19.7-14-30-7.7s-13.7 20-7.4 30.6c6 10.3 19.4 13.7 29.7 7.4zm-191.1 58c7.7-5.4 9.4-16 4.3-23.7s-15.7-9.4-23.1-4.3c-7.7 5.4-9.4 16-4.3 23.7 5.1 7.8 15.6 9.5 23.1 4.3zm372.3 156c-7.4 1.7-12.3 9.1-10.6 16.9 1.4 7.4 8.9 12.3 16.3 10.6 7.4-1.4 12.3-8.9 10.6-16.6-1.5-7.4-8.9-12.3-16.3-10.9zm39.7-56.8c-1.1-5.7-6.6-9.1-12-8-5.7 1.1-9.1 6.9-8 12.6 1.1 5.4 6.6 9.1 12.3 8 5.4-1.5 9.1-6.9 7.7-12.6zM447 138.9c-8.6 6-10.6 17.7-4.9 26.3 5.7 8.6 17.4 10.6 26 4.9 8.3-6 10.3-17.7 4.6-26.3-5.7-8.7-17.4-10.9-25.7-4.9zm-6.3 139.4c26.3 43.1 15.1 100-26.3 129.1-17.4 12.3-37.1 17.7-56.9 17.1-12 47.1-69.4 64.6-105.1 32.6-1.1.9-2.6 1.7-3.7 2.9-39.1 27.1-92.3 17.4-119.4-22.3-9.7-14.3-14.6-30.6-15.1-46.9-65.4-10.9-90-94-41.1-139.7-28.3-46.9.6-107.4 53.4-114.9C151.6 70 234.1 38.6 290.1 82c67.4-22.3 136.3 29.4 130.9 101.1 41.1 12.6 52.8 66.9 19.7 95.2zm-70 74.3c-3.1-20.6-40.9-4.6-43.1-27.1-3.1-32 43.7-101.1 40-128-3.4-24-19.4-29.1-33.4-29.4-13.4-.3-16.9 2-21.4 4.6-2.9 1.7-6.6 4.9-11.7-.3-6.3-6-11.1-11.7-19.4-12.9-12.3-2-17.7 2-26.6 9.7-3.4 2.9-12 12.9-20 9.1-3.4-1.7-15.4-7.7-24-11.4-16.3-7.1-40 4.6-48.6 20-12.9 22.9-38 113.1-41.7 125.1-8.6 26.6 10.9 48.6 36.9 47.1 11.1-.6 18.3-4.6 25.4-17.4 4-7.4 41.7-107.7 44.6-112.6 2-3.4 8.9-8 14.6-5.1 5.7 3.1 6.9 9.4 6 15.1-1.1 9.7-28 70.9-28.9 77.7-3.4 22.9 26.9 26.6 38.6 4 3.7-7.1 45.7-92.6 49.4-98.3 4.3-6.3 7.4-8.3 11.7-8 3.1 0 8.3.9 7.1 10.9-1.4 9.4-35.1 72.3-38.9 87.7-4.6 20.6 6.6 41.4 24.9 50.6 11.4 5.7 62.5 15.7 58.5-11.1zm5.7 92.3c-10.3 7.4-12.9 22-5.7 32.6 7.1 10.6 21.4 13.1 32 6 10.6-7.4 13.1-22 6-32.6-7.4-10.6-21.7-13.5-32.3-6z\"/></svg></li><li title=\"megaport \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M214.5 209.6v66.2l33.5 33.5 33.3-33.3v-66.4l-33.4-33.4zM248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm145.1 414.4L367 441.6l-26-19.2v-65.5l-33.4-33.4-33.4 33.4v65.5L248 441.6l-26.1-19.2v-65.5l-33.4-33.4-33.5 33.4v65.5l-26.1 19.2-26.1-19.2v-87l59.5-59.5V188l59.5-59.5V52.9l26.1-19.2L274 52.9v75.6l59.5 59.5v87.6l59.7 59.7v87.1z\"/></svg></li><li title=\"mendeley \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M624.6 325.2c-12.3-12.4-29.7-19.2-48.4-17.2-43.3-1-49.7-34.9-37.5-98.8 22.8-57.5-14.9-131.5-87.4-130.8-77.4.7-81.7 82-130.9 82-48.1 0-54-81.3-130.9-82-72.9-.8-110.1 73.3-87.4 130.8 12.2 63.9 5.8 97.8-37.5 98.8-21.2-2.3-37 6.5-53 22.5-19.9 19.7-19.3 94.8 42.6 102.6 47.1 5.9 81.6-42.9 61.2-87.8-47.3-103.7 185.9-106.1 146.5-8.2-.1.1-.2.2-.3.4-26.8 42.8 6.8 97.4 58.8 95.2 52.1 2.1 85.4-52.6 58.8-95.2-.1-.2-.2-.3-.3-.4-39.4-97.9 193.8-95.5 146.5 8.2-4.6 10-6.7 21.3-5.7 33 4.9 53.4 68.7 74.1 104.9 35.2 17.8-14.8 23.1-65.6 0-88.3zm-303.9-19.1h-.6c-43.4 0-62.8-37.5-62.8-62.8 0-34.7 28.2-62.8 62.8-62.8h.6c34.7 0 62.8 28.1 62.8 62.8 0 25-19.2 62.8-62.8 62.8z\"/></svg></li><li title=\"microblog \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M399.36,362.23c29.49-34.69,47.1-78.34,47.1-125.79C446.46,123.49,346.86,32,224,32S1.54,123.49,1.54,236.44,101.14,440.87,224,440.87a239.28,239.28,0,0,0,79.44-13.44,7.18,7.18,0,0,1,8.12,2.56c18.58,25.09,47.61,42.74,79.89,49.92a4.42,4.42,0,0,0,5.22-3.43,4.37,4.37,0,0,0-.85-3.62,87,87,0,0,1,3.69-110.69ZM329.52,212.4l-57.3,43.49L293,324.75a6.5,6.5,0,0,1-9.94,7.22L224,290.92,164.94,332a6.51,6.51,0,0,1-9.95-7.22l20.79-68.86-57.3-43.49a6.5,6.5,0,0,1,3.8-11.68l71.88-1.51,23.66-67.92a6.5,6.5,0,0,1,12.28,0l23.66,67.92,71.88,1.51a6.5,6.5,0,0,1,3.88,11.68Z\"/></svg></li><li title=\"microsoft \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M0 32h214.6v214.6H0V32zm233.4 0H448v214.6H233.4V32zM0 265.4h214.6V480H0V265.4zm233.4 0H448V480H233.4V265.4z\"/></svg></li><li title=\"mix \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M0 64v348.9c0 56.2 88 58.1 88 0V174.3c7.9-52.9 88-50.4 88 6.5v175.3c0 57.9 96 58 96 0V240c5.3-54.7 88-52.5 88 4.3v23.8c0 59.9 88 56.6 88 0V64H0z\"/></svg></li><li title=\"mixcloud \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M424.43 219.729C416.124 134.727 344.135 68 256.919 68c-72.266 0-136.224 46.516-159.205 114.074-54.545 8.029-96.63 54.822-96.63 111.582 0 62.298 50.668 112.966 113.243 112.966h289.614c52.329 0 94.969-42.362 94.969-94.693 0-45.131-32.118-83.063-74.48-92.2zm-20.489 144.53H114.327c-39.04 0-70.881-31.564-70.881-70.604s31.841-70.604 70.881-70.604c18.827 0 36.548 7.475 49.838 20.766 19.963 19.963 50.133-10.227 30.18-30.18-14.675-14.398-32.672-24.365-52.053-29.349 19.935-44.3 64.79-73.926 114.628-73.926 69.496 0 125.979 56.483 125.979 125.702 0 13.568-2.215 26.857-6.369 39.594-8.943 27.517 32.133 38.939 40.147 13.29 2.769-8.306 4.984-16.889 6.369-25.472 19.381 7.476 33.502 26.303 33.502 48.453 0 28.795-23.535 52.33-52.607 52.33zm235.069-52.33c0 44.024-12.737 86.386-37.102 122.657-4.153 6.092-10.798 9.414-17.72 9.414-16.317 0-27.127-18.826-17.443-32.949 19.381-29.349 29.903-63.682 29.903-99.122s-10.521-69.773-29.903-98.845c-15.655-22.831 19.361-47.24 35.163-23.534 24.366 35.993 37.102 78.356 37.102 122.379zm-70.88 0c0 31.565-9.137 62.021-26.857 88.325-4.153 6.091-10.798 9.136-17.72 9.136-17.201 0-27.022-18.979-17.443-32.948 13.013-19.104 19.658-41.255 19.658-64.513 0-22.981-6.645-45.408-19.658-64.512-15.761-22.986 19.008-47.095 35.163-23.535 17.719 26.026 26.857 56.483 26.857 88.047z\"/></svg></li><li title=\"mixer \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M114.57,76.07a45.71,45.71,0,0,0-67.51-6.41c-17.58,16.18-19,43.52-4.75,62.77l91.78,123L41.76,379.58c-14.23,19.25-13.11,46.59,4.74,62.77A45.71,45.71,0,0,0,114,435.94L242.89,262.7a12.14,12.14,0,0,0,0-14.23ZM470.24,379.58,377.91,255.45l91.78-123c14.22-19.25,12.83-46.59-4.75-62.77a45.71,45.71,0,0,0-67.51,6.41l-128,172.12a12.14,12.14,0,0,0,0,14.23L398,435.94a45.71,45.71,0,0,0,67.51,6.41C483.35,426.17,484.47,398.83,470.24,379.58Z\"/></svg></li><li title=\"mizuni \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 8C111 8 0 119.1 0 256c0 137 111 248 248 248s248-111 248-248C496 119.1 385 8 248 8zm-80 351.9c-31.4 10.6-58.8 27.3-80 48.2V136c0-22.1 17.9-40 40-40s40 17.9 40 40v223.9zm120-9.9c-12.9-2-26.2-3.1-39.8-3.1-13.8 0-27.2 1.1-40.2 3.1V136c0-22.1 17.9-40 40-40s40 17.9 40 40v214zm120 57.7c-21.2-20.8-48.6-37.4-80-48V136c0-22.1 17.9-40 40-40s40 17.9 40 40v271.7z\"/></svg></li><li title=\"modx \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M356 241.8l36.7 23.7V480l-133-83.8L356 241.8zM440 75H226.3l-23 37.8 153.5 96.5L440 75zm-89 142.8L55.2 32v214.5l46 29L351 217.8zM97 294.2L8 437h213.7l125-200.5L97 294.2z\"/></svg></li><li title=\"monero \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M352 384h108.4C417 455.9 338.1 504 248 504S79 455.9 35.6 384H144V256.2L248 361l104-105v128zM88 336V128l159.4 159.4L408 128v208h74.8c8.5-25.1 13.2-52 13.2-80C496 119 385 8 248 8S0 119 0 256c0 28 4.6 54.9 13.2 80H88z\"/></svg></li><li title=\"napster \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M298.3 373.6c-14.2 13.6-31.3 24.1-50.4 30.5-19-6.4-36.2-16.9-50.3-30.5h100.7zm44-199.6c20-16.9 43.6-29.2 69.6-36.2V299c0 219.4-328 217.6-328 .3V137.7c25.9 6.9 49.6 19.6 69.5 36.4 56.8-40 132.5-39.9 188.9-.1zm-208.8-58.5c64.4-60 164.3-60.1 228.9-.2-7.1 3.5-13.9 7.3-20.6 11.5-58.7-30.5-129.2-30.4-187.9.1-6.3-4-13.9-8.2-20.4-11.4zM43.8 93.2v69.3c-58.4 36.5-58.4 121.1.1 158.3 26.4 245.1 381.7 240.3 407.6 1.5l.3-1.7c58.7-36.3 58.9-121.7.2-158.2V93.2c-17.3.5-34 3-50.1 7.4-82-91.5-225.5-91.5-307.5.1-16.3-4.4-33.1-7-50.6-7.5zM259.2 352s36-.3 61.3-1.5c10.2-.5 21.1-4 25.5-6.5 26.3-15.1 25.4-39.2 26.2-47.4-79.5-.6-99.9-3.9-113 55.4zm-135.5-55.3c.8 8.2-.1 32.3 26.2 47.4 4.4 2.5 15.2 6 25.5 6.5 25.3 1.1 61.3 1.5 61.3 1.5-13.2-59.4-33.7-56.1-113-55.4zm169.1 123.4c-3.2-5.3-6.9-7.3-6.9-7.3-24.8 7.3-52.2 6.9-75.9 0 0 0-2.9 1.5-6.4 6.6-2.8 4.1-3.7 9.6-3.7 9.6 29.1 17.6 67.1 17.6 96.2 0-.1-.1-.3-4-3.3-8.9z\"/></svg></li><li title=\"neos \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M415.44 512h-95.11L212.12 357.46v91.1L125.69 512H28V29.82L68.47 0h108.05l123.74 176.13V63.45L386.69 0h97.69v461.5zM38.77 35.27V496l72-52.88V194l215.5 307.64h84.79l52.35-38.17h-78.27L69 13zm82.54 466.61l80-58.78v-101l-79.76-114.4v220.94L49 501.89h72.34zM80.63 10.77l310.6 442.57h82.37V10.77h-79.75v317.56L170.91 10.77zM311 191.65l72 102.81V15.93l-72 53v122.72z\"/></svg></li><li title=\"nimblr \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M246.6 299.29c15.57 0 27.15 11.46 27.15 27s-11.62 27-27.15 27c-15.7 0-27.15-11.57-27.15-27s11.55-27 27.15-27zM113 326.25c0-15.61 11.68-27 27.15-27s27.15 11.46 27.15 27-11.47 27-27.15 27c-15.44 0-27.15-11.31-27.15-27M191.76 159C157 159 89.45 178.77 59.25 227L14 0v335.48C14 433.13 93.61 512 191.76 512s177.76-78.95 177.76-176.52S290.13 159 191.76 159zm0 308.12c-73.27 0-132.51-58.9-132.51-131.59s59.24-131.59 132.51-131.59 132.51 58.86 132.51 131.54S265 467.07 191.76 467.07z\"/></svg></li><li title=\"node js \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M224 508c-6.7 0-13.5-1.8-19.4-5.2l-61.7-36.5c-9.2-5.2-4.7-7-1.7-8 12.3-4.3 14.8-5.2 27.9-12.7 1.4-.8 3.2-.5 4.6.4l47.4 28.1c1.7 1 4.1 1 5.7 0l184.7-106.6c1.7-1 2.8-3 2.8-5V149.3c0-2.1-1.1-4-2.9-5.1L226.8 37.7c-1.7-1-4-1-5.7 0L36.6 144.3c-1.8 1-2.9 3-2.9 5.1v213.1c0 2 1.1 4 2.9 4.9l50.6 29.2c27.5 13.7 44.3-2.4 44.3-18.7V167.5c0-3 2.4-5.3 5.4-5.3h23.4c2.9 0 5.4 2.3 5.4 5.3V378c0 36.6-20 57.6-54.7 57.6-10.7 0-19.1 0-42.5-11.6l-48.4-27.9C8.1 389.2.7 376.3.7 362.4V149.3c0-13.8 7.4-26.8 19.4-33.7L204.6 9c11.7-6.6 27.2-6.6 38.8 0l184.7 106.7c12 6.9 19.4 19.8 19.4 33.7v213.1c0 13.8-7.4 26.7-19.4 33.7L243.4 502.8c-5.9 3.4-12.6 5.2-19.4 5.2zm149.1-210.1c0-39.9-27-50.5-83.7-58-57.4-7.6-63.2-11.5-63.2-24.9 0-11.1 4.9-25.9 47.4-25.9 37.9 0 51.9 8.2 57.7 33.8.5 2.4 2.7 4.2 5.2 4.2h24c1.5 0 2.9-.6 3.9-1.7s1.5-2.6 1.4-4.1c-3.7-44.1-33-64.6-92.2-64.6-52.7 0-84.1 22.2-84.1 59.5 0 40.4 31.3 51.6 81.8 56.6 60.5 5.9 65.2 14.8 65.2 26.7 0 20.6-16.6 29.4-55.5 29.4-48.9 0-59.6-12.3-63.2-36.6-.4-2.6-2.6-4.5-5.3-4.5h-23.9c-3 0-5.3 2.4-5.3 5.3 0 31.1 16.9 68.2 97.8 68.2 58.4-.1 92-23.2 92-63.4z\"/></svg></li><li title=\"node \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M316.3 452c-2.1 0-4.2-.6-6.1-1.6L291 439c-2.9-1.6-1.5-2.2-.5-2.5 3.8-1.3 4.6-1.6 8.7-4 .4-.2 1-.1 1.4.1l14.8 8.8c.5.3 1.3.3 1.8 0L375 408c.5-.3.9-.9.9-1.6v-66.7c0-.7-.3-1.3-.9-1.6l-57.8-33.3c-.5-.3-1.2-.3-1.8 0l-57.8 33.3c-.6.3-.9 1-.9 1.6v66.7c0 .6.4 1.2.9 1.5l15.8 9.1c8.6 4.3 13.9-.8 13.9-5.8v-65.9c0-.9.7-1.7 1.7-1.7h7.3c.9 0 1.7.7 1.7 1.7v65.9c0 11.5-6.2 18-17.1 18-3.3 0-6 0-13.3-3.6l-15.2-8.7c-3.7-2.2-6.1-6.2-6.1-10.5v-66.7c0-4.3 2.3-8.4 6.1-10.5l57.8-33.4c3.7-2.1 8.5-2.1 12.1 0l57.8 33.4c3.7 2.2 6.1 6.2 6.1 10.5v66.7c0 4.3-2.3 8.4-6.1 10.5l-57.8 33.4c-1.7 1.1-3.8 1.7-6 1.7zm46.7-65.8c0-12.5-8.4-15.8-26.2-18.2-18-2.4-19.8-3.6-19.8-7.8 0-3.5 1.5-8.1 14.8-8.1 11.9 0 16.3 2.6 18.1 10.6.2.8.8 1.3 1.6 1.3h7.5c.5 0 .9-.2 1.2-.5.3-.4.5-.8.4-1.3-1.2-13.8-10.3-20.2-28.8-20.2-16.5 0-26.3 7-26.3 18.6 0 12.7 9.8 16.1 25.6 17.7 18.9 1.9 20.4 4.6 20.4 8.3 0 6.5-5.2 9.2-17.4 9.2-15.3 0-18.7-3.8-19.8-11.4-.1-.8-.8-1.4-1.7-1.4h-7.5c-.9 0-1.7.7-1.7 1.7 0 9.7 5.3 21.3 30.6 21.3 18.5 0 29-7.2 29-19.8zm54.5-50.1c0 6.1-5 11.1-11.1 11.1s-11.1-5-11.1-11.1c0-6.3 5.2-11.1 11.1-11.1 6-.1 11.1 4.8 11.1 11.1zm-1.8 0c0-5.2-4.2-9.3-9.4-9.3-5.1 0-9.3 4.1-9.3 9.3 0 5.2 4.2 9.4 9.3 9.4 5.2-.1 9.4-4.3 9.4-9.4zm-4.5 6.2h-2.6c-.1-.6-.5-3.8-.5-3.9-.2-.7-.4-1.1-1.3-1.1h-2.2v5h-2.4v-12.5h4.3c1.5 0 4.4 0 4.4 3.3 0 2.3-1.5 2.8-2.4 3.1 1.7.1 1.8 1.2 2.1 2.8.1 1 .3 2.7.6 3.3zm-2.8-8.8c0-1.7-1.2-1.7-1.8-1.7h-2v3.5h1.9c1.6 0 1.9-1.1 1.9-1.8zM137.3 191c0-2.7-1.4-5.1-3.7-6.4l-61.3-35.3c-1-.6-2.2-.9-3.4-1h-.6c-1.2 0-2.3.4-3.4 1L3.7 184.6C1.4 185.9 0 188.4 0 191l.1 95c0 1.3.7 2.5 1.8 3.2 1.1.7 2.5.7 3.7 0L42 268.3c2.3-1.4 3.7-3.8 3.7-6.4v-44.4c0-2.6 1.4-5.1 3.7-6.4l15.5-8.9c1.2-.7 2.4-1 3.7-1 1.3 0 2.6.3 3.7 1l15.5 8.9c2.3 1.3 3.7 3.8 3.7 6.4v44.4c0 2.6 1.4 5.1 3.7 6.4l36.4 20.9c1.1.7 2.6.7 3.7 0 1.1-.6 1.8-1.9 1.8-3.2l.2-95zM472.5 87.3v176.4c0 2.6-1.4 5.1-3.7 6.4l-61.3 35.4c-2.3 1.3-5.1 1.3-7.4 0l-61.3-35.4c-2.3-1.3-3.7-3.8-3.7-6.4v-70.8c0-2.6 1.4-5.1 3.7-6.4l61.3-35.4c2.3-1.3 5.1-1.3 7.4 0l15.3 8.8c1.7 1 3.9-.3 3.9-2.2v-94c0-2.8 3-4.6 5.5-3.2l36.5 20.4c2.3 1.2 3.8 3.7 3.8 6.4zm-46 128.9c0-.7-.4-1.3-.9-1.6l-21-12.2c-.6-.3-1.3-.3-1.9 0l-21 12.2c-.6.3-.9.9-.9 1.6v24.3c0 .7.4 1.3.9 1.6l21 12.1c.6.3 1.3.3 1.8 0l21-12.1c.6-.3.9-.9.9-1.6v-24.3zm209.8-.7c2.3-1.3 3.7-3.8 3.7-6.4V192c0-2.6-1.4-5.1-3.7-6.4l-60.9-35.4c-2.3-1.3-5.1-1.3-7.4 0l-61.3 35.4c-2.3 1.3-3.7 3.8-3.7 6.4v70.8c0 2.7 1.4 5.1 3.7 6.4l60.9 34.7c2.2 1.3 5 1.3 7.3 0l36.8-20.5c2.5-1.4 2.5-5 0-6.4L550 241.6c-1.2-.7-1.9-1.9-1.9-3.2v-22.2c0-1.3.7-2.5 1.9-3.2l19.2-11.1c1.1-.7 2.6-.7 3.7 0l19.2 11.1c1.1.7 1.9 1.9 1.9 3.2v17.4c0 2.8 3.1 4.6 5.6 3.2l36.7-21.3zM559 219c-.4.3-.7.7-.7 1.2v13.6c0 .5.3 1 .7 1.2l11.8 6.8c.4.3 1 .3 1.4 0L584 235c.4-.3.7-.7.7-1.2v-13.6c0-.5-.3-1-.7-1.2l-11.8-6.8c-.4-.3-1-.3-1.4 0L559 219zm-254.2 43.5v-70.4c0-2.6-1.6-5.1-3.9-6.4l-61.1-35.2c-2.1-1.2-5-1.4-7.4 0l-61.1 35.2c-2.3 1.3-3.9 3.7-3.9 6.4v70.4c0 2.8 1.9 5.2 4 6.4l61.2 35.2c2.4 1.4 5.2 1.3 7.4 0l61-35.2c1.8-1 3.1-2.7 3.6-4.7.1-.5.2-1.1.2-1.7zm-74.3-124.9l-.8.5h1.1l-.3-.5zm76.2 130.2l-.4-.7v.9l.4-.2z\"/></svg></li><li title=\"npm \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M288 288h-32v-64h32v64zm288-128v192H288v32H160v-32H0V160h576zm-416 32H32v128h64v-96h32v96h32V192zm160 0H192v160h64v-32h64V192zm224 0H352v128h64v-96h32v96h32v-96h32v96h32V192z\"/></svg></li><li title=\"ns8 \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M104.324,269.172h26.067V242.994H104.324Zm52.466-26.178-.055-26.178v-.941a39.325,39.325,0,0,0-78.644.941v.166h26.4v-.166a12.98,12.98,0,0,1,25.956,0v26.178Zm52.356,25.846a91.1,91.1,0,0,1-91.1,91.1h-.609a91.1,91.1,0,0,1-91.1-91.1H0v.166A117.33,117.33,0,0,0,117.44,386.28h.775A117.331,117.331,0,0,0,235.49,268.84V242.828H209.146Zm-157.233,0a65.362,65.362,0,0,0,130.723,0H156.292a39.023,39.023,0,0,1-78.035,0V242.883H51.968v-26.62A65.42,65.42,0,0,1,182.8,217.48v25.293h26.344V217.48a91.761,91.761,0,0,0-183.522,0v25.4H51.913Zm418.4-71.173c13.67,0,24.573,6.642,30.052,18.264l.719,1.549,23.245-11.511-.609-1.439c-8.025-19.26-28.5-31.27-53.407-31.27-23.134,0-43.611,11.4-50.972,28.447-.123,26.876-.158,23.9,0,24.85,4.7,11.013,14.555,19.37,28.668,24.241a102.033,102.033,0,0,0,19.813,3.984c5.479.72,10.626,1.384,15.829,3.1,6.364,2.1,10.46,5.257,12.84,9.851v9.851c-3.708,7.527-13.781,12.342-25.791,12.342-14.334,0-25.956-6.918-31.933-19.039l-.72-1.494L415.026,280.9l.553,1.439c7.915,19.426,29.609,32.044,55.289,32.044,23.632,0,44.608-11.4,52.3-28.447l.166-25.9-.166-.664c-4.87-11.014-15.219-19.647-28.944-24.241-7.693-2.712-14.335-3.6-20.7-4.427a83.777,83.777,0,0,1-14.832-2.878c-6.31-1.937-10.4-5.092-12.619-9.63v-8.412C449.45,202.427,458.969,197.667,470.315,197.667ZM287.568,311.344h26.067v-68.4H287.568Zm352.266-53.3c-2.933-6.254-8.3-12.01-15.441-16.714A37.99,37.99,0,0,0,637.4,226l.166-25.347-.166-.664C630.038,184,610.667,173.26,589.25,173.26S548.461,184,541.1,199.992l-.166,25.347.166.664a39.643,39.643,0,0,0,13.006,15.331c-7.2,4.7-12.508,10.46-15.441,16.714l-.166,28.889.166.72c7.582,15.994,27.893,26.731,50.585,26.731s43.057-10.737,50.584-26.731l.166-28.89Zm-73.22-50.806c3.6-6.31,12.563-10.516,22.58-10.516s19.038,4.206,22.636,10.516v13.725c-3.542,6.2-12.563,10.349-22.636,10.349s-19.094-4.15-22.58-10.349Zm47.319,72.169c-3.764,6.641-13.338,10.9-24.683,10.9-11.125,0-20.976-4.372-24.684-10.9V263.25c3.708-6.309,13.5-10.515,24.684-10.515,11.345,0,20.919,4.15,24.683,10.515ZM376.4,265.962l-59.827-89.713h-29v40.623h26.51v.387l62.539,94.085H402.3V176.249H376.4Z\"/></svg></li><li title=\"nutritionix \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 400 512\"><path d=\"M88 8.1S221.4-.1 209 112.5c0 0 19.1-74.9 103-40.6 0 0-17.7 74-88 56 0 0 14.6-54.6 66.1-56.6 0 0-39.9-10.3-82.1 48.8 0 0-19.8-94.5-93.6-99.7 0 0 75.2 19.4 77.6 107.5 0 .1-106.4 7-104-119.8zm312 315.6c0 48.5-9.7 95.3-32 132.3-42.2 30.9-105 48-168 48-62.9 0-125.8-17.1-168-48C9.7 419 0 372.2 0 323.7 0 275.3 17.7 229 40 192c42.2-30.9 97.1-48.6 160-48.6 63 0 117.8 17.6 160 48.6 22.3 37 40 83.3 40 131.7zM120 428c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zM192 428c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zM264 428c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zM336 428c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm24-39.6c-4.8-22.3-7.4-36.9-16-56-38.8-19.9-90.5-32-144-32S94.8 180.1 56 200c-8.8 19.5-11.2 33.9-16 56 42.2-7.9 98.7-14.8 160-14.8s117.8 6.9 160 14.8z\"/></svg></li><li title=\"octopus deploy \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M455.6,349.2c-45.891-39.09-36.67-77.877-16.095-128.11C475.16,134.04,415.967,34.14,329.93,8.3,237.04-19.6,134.252,24.341,99.677,117.147a180.862,180.862,0,0,0-10.988,73.544c1.733,29.543,14.717,52.97,24.09,80.3,17.2,50.161-28.1,92.743-66.662,117.582-46.806,30.2-36.319,39.857-8.428,41.858,23.378,1.68,44.478-4.548,65.265-15.045,9.2-4.647,40.687-18.931,45.13-28.588C135.9,413.388,111.122,459.5,126.621,488.9c19.1,36.229,67.112-31.77,76.709-45.812,8.591-12.572,42.963-81.279,63.627-46.926,18.865,31.361,8.6,76.391,35.738,104.622,32.854,34.2,51.155-18.312,51.412-44.221.163-16.411-6.1-95.852,29.9-59.944C405.428,418,436.912,467.8,472.568,463.642c38.736-4.516-22.123-67.967-28.262-78.695,5.393,4.279,53.665,34.128,53.818,9.52C498.234,375.678,468.039,359.8,455.6,349.2Z\"/></svg></li><li title=\"odnoklassniki square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M184.2 177.1c0-22.1 17.9-40 39.8-40s39.8 17.9 39.8 40c0 22-17.9 39.8-39.8 39.8s-39.8-17.9-39.8-39.8zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-305.1 97.1c0 44.6 36.4 80.9 81.1 80.9s81.1-36.2 81.1-80.9c0-44.8-36.4-81.1-81.1-81.1s-81.1 36.2-81.1 81.1zm174.5 90.7c-4.6-9.1-17.3-16.8-34.1-3.6 0 0-22.7 18-59.3 18s-59.3-18-59.3-18c-16.8-13.2-29.5-5.5-34.1 3.6-7.9 16.1 1.1 23.7 21.4 37 17.3 11.1 41.2 15.2 56.6 16.8l-12.9 12.9c-18.2 18-35.5 35.5-47.7 47.7-17.6 17.6 10.7 45.8 28.4 28.6l47.7-47.9c18.2 18.2 35.7 35.7 47.7 47.9 17.6 17.2 46-10.7 28.6-28.6l-47.7-47.7-13-12.9c15.5-1.6 39.1-5.9 56.2-16.8 20.4-13.3 29.3-21 21.5-37z\"/></svg></li><li title=\"odnoklassniki \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"><path d=\"M275.1 334c-27.4 17.4-65.1 24.3-90 26.9l20.9 20.6 76.3 76.3c27.9 28.6-17.5 73.3-45.7 45.7-19.1-19.4-47.1-47.4-76.3-76.6L84 503.4c-28.2 27.5-73.6-17.6-45.4-45.7 19.4-19.4 47.1-47.4 76.3-76.3l20.6-20.6c-24.6-2.6-62.9-9.1-90.6-26.9-32.6-21-46.9-33.3-34.3-59 7.4-14.6 27.7-26.9 54.6-5.7 0 0 36.3 28.9 94.9 28.9s94.9-28.9 94.9-28.9c26.9-21.1 47.1-8.9 54.6 5.7 12.4 25.7-1.9 38-34.5 59.1zM30.3 129.7C30.3 58 88.6 0 160 0s129.7 58 129.7 129.7c0 71.4-58.3 129.4-129.7 129.4s-129.7-58-129.7-129.4zm66 0c0 35.1 28.6 63.7 63.7 63.7s63.7-28.6 63.7-63.7c0-35.4-28.6-64-63.7-64s-63.7 28.6-63.7 64z\"/></svg></li><li title=\"old republic \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M235.76 10.23c7.5-.31 15-.28 22.5-.09 3.61.14 7.2.4 10.79.73 4.92.27 9.79 1.03 14.67 1.62 2.93.43 5.83.98 8.75 1.46 7.9 1.33 15.67 3.28 23.39 5.4 12.24 3.47 24.19 7.92 35.76 13.21 26.56 12.24 50.94 29.21 71.63 49.88 20.03 20.09 36.72 43.55 48.89 69.19 1.13 2.59 2.44 5.1 3.47 7.74 2.81 6.43 5.39 12.97 7.58 19.63 4.14 12.33 7.34 24.99 9.42 37.83.57 3.14 1.04 6.3 1.4 9.47.55 3.83.94 7.69 1.18 11.56.83 8.34.84 16.73.77 25.1-.07 4.97-.26 9.94-.75 14.89-.24 3.38-.51 6.76-.98 10.12-.39 2.72-.63 5.46-1.11 8.17-.9 5.15-1.7 10.31-2.87 15.41-4.1 18.5-10.3 36.55-18.51 53.63-15.77 32.83-38.83 62.17-67.12 85.12a246.503 246.503 0 0 1-56.91 34.86c-6.21 2.68-12.46 5.25-18.87 7.41-3.51 1.16-7.01 2.38-10.57 3.39-6.62 1.88-13.29 3.64-20.04 5-4.66.91-9.34 1.73-14.03 2.48-5.25.66-10.5 1.44-15.79 1.74-6.69.66-13.41.84-20.12.81-6.82.03-13.65-.12-20.45-.79-3.29-.23-6.57-.5-9.83-.95-2.72-.39-5.46-.63-8.17-1.11-4.12-.72-8.25-1.37-12.35-2.22-4.25-.94-8.49-1.89-12.69-3.02-8.63-2.17-17.08-5.01-25.41-8.13-10.49-4.12-20.79-8.75-30.64-14.25-2.14-1.15-4.28-2.29-6.35-3.57-11.22-6.58-21.86-14.1-31.92-22.34-34.68-28.41-61.41-66.43-76.35-108.7-3.09-8.74-5.71-17.65-7.8-26.68-1.48-6.16-2.52-12.42-3.58-18.66-.4-2.35-.61-4.73-.95-7.09-.6-3.96-.75-7.96-1.17-11.94-.8-9.47-.71-18.99-.51-28.49.14-3.51.34-7.01.7-10.51.31-3.17.46-6.37.92-9.52.41-2.81.65-5.65 1.16-8.44.7-3.94 1.3-7.9 2.12-11.82 3.43-16.52 8.47-32.73 15.26-48.18 1.15-2.92 2.59-5.72 3.86-8.59 8.05-16.71 17.9-32.56 29.49-47.06 20-25.38 45.1-46.68 73.27-62.47 7.5-4.15 15.16-8.05 23.07-11.37 15.82-6.88 32.41-11.95 49.31-15.38 3.51-.67 7.04-1.24 10.56-1.85 2.62-.47 5.28-.7 7.91-1.08 3.53-.53 7.1-.68 10.65-1.04 2.46-.24 4.91-.36 7.36-.51m8.64 24.41c-9.23.1-18.43.99-27.57 2.23-7.3 1.08-14.53 2.6-21.71 4.3-13.91 3.5-27.48 8.34-40.46 14.42-10.46 4.99-20.59 10.7-30.18 17.22-4.18 2.92-8.4 5.8-12.34 9.03-5.08 3.97-9.98 8.17-14.68 12.59-2.51 2.24-4.81 4.7-7.22 7.06-28.22 28.79-48.44 65.39-57.5 104.69-2.04 8.44-3.54 17.02-4.44 25.65-1.1 8.89-1.44 17.85-1.41 26.8.11 7.14.38 14.28 1.22 21.37.62 7.12 1.87 14.16 3.2 21.18 1.07 4.65 2.03 9.32 3.33 13.91 6.29 23.38 16.5 45.7 30.07 65.75 8.64 12.98 18.78 24.93 29.98 35.77 16.28 15.82 35.05 29.04 55.34 39.22 7.28 3.52 14.66 6.87 22.27 9.63 5.04 1.76 10.06 3.57 15.22 4.98 11.26 3.23 22.77 5.6 34.39 7.06 2.91.29 5.81.61 8.72.9 13.82 1.08 27.74 1 41.54-.43 4.45-.6 8.92-.99 13.35-1.78 3.63-.67 7.28-1.25 10.87-2.1 4.13-.98 8.28-1.91 12.36-3.07 26.5-7.34 51.58-19.71 73.58-36.2 15.78-11.82 29.96-25.76 42.12-41.28 3.26-4.02 6.17-8.31 9.13-12.55 3.39-5.06 6.58-10.25 9.6-15.54 2.4-4.44 4.74-8.91 6.95-13.45 5.69-12.05 10.28-24.62 13.75-37.49 2.59-10.01 4.75-20.16 5.9-30.45 1.77-13.47 1.94-27.1 1.29-40.65-.29-3.89-.67-7.77-1-11.66-2.23-19.08-6.79-37.91-13.82-55.8-5.95-15.13-13.53-29.63-22.61-43.13-12.69-18.8-28.24-35.68-45.97-49.83-25.05-20-54.47-34.55-85.65-42.08-7.78-1.93-15.69-3.34-23.63-4.45-3.91-.59-7.85-.82-11.77-1.24-7.39-.57-14.81-.72-22.22-.58zM139.26 83.53c13.3-8.89 28.08-15.38 43.3-20.18-3.17 1.77-6.44 3.38-9.53 5.29-11.21 6.68-21.52 14.9-30.38 24.49-6.8 7.43-12.76 15.73-17.01 24.89-3.29 6.86-5.64 14.19-6.86 21.71-.93 4.85-1.3 9.81-1.17 14.75.13 13.66 4.44 27.08 11.29 38.82 5.92 10.22 13.63 19.33 22.36 27.26 4.85 4.36 10.24 8.09 14.95 12.6 2.26 2.19 4.49 4.42 6.43 6.91 2.62 3.31 4.89 6.99 5.99 11.1.9 3.02.66 6.2.69 9.31.02 4.1-.04 8.2.03 12.3.14 3.54-.02 7.09.11 10.63.08 2.38.02 4.76.05 7.14.16 5.77.06 11.53.15 17.3.11 2.91.02 5.82.13 8.74.03 1.63.13 3.28-.03 4.91-.91.12-1.82.18-2.73.16-10.99 0-21.88-2.63-31.95-6.93-6-2.7-11.81-5.89-17.09-9.83-5.75-4.19-11.09-8.96-15.79-14.31-6.53-7.24-11.98-15.39-16.62-23.95-1.07-2.03-2.24-4.02-3.18-6.12-1.16-2.64-2.62-5.14-3.67-7.82-4.05-9.68-6.57-19.94-8.08-30.31-.49-4.44-1.09-8.88-1.2-13.35-.7-15.73.84-31.55 4.67-46.82 2.12-8.15 4.77-16.18 8.31-23.83 6.32-14.2 15.34-27.18 26.3-38.19 6.28-6.2 13.13-11.84 20.53-16.67zm175.37-20.12c2.74.74 5.41 1.74 8.09 2.68 6.36 2.33 12.68 4.84 18.71 7.96 13.11 6.44 25.31 14.81 35.82 24.97 10.2 9.95 18.74 21.6 25.14 34.34 1.28 2.75 2.64 5.46 3.81 8.26 6.31 15.1 10 31.26 11.23 47.57.41 4.54.44 9.09.45 13.64.07 11.64-1.49 23.25-4.3 34.53-1.97 7.27-4.35 14.49-7.86 21.18-3.18 6.64-6.68 13.16-10.84 19.24-6.94 10.47-15.6 19.87-25.82 27.22-10.48 7.64-22.64 13.02-35.4 15.38-3.51.69-7.08 1.08-10.66 1.21-1.85.06-3.72.16-5.56-.1-.28-2.15 0-4.31-.01-6.46-.03-3.73.14-7.45.1-11.17.19-7.02.02-14.05.21-21.07.03-2.38-.03-4.76.03-7.14.17-5.07-.04-10.14.14-15.21.1-2.99-.24-6.04.51-8.96.66-2.5 1.78-4.86 3.09-7.08 4.46-7.31 11.06-12.96 17.68-18.26 5.38-4.18 10.47-8.77 15.02-13.84 7.68-8.37 14.17-17.88 18.78-28.27 2.5-5.93 4.52-12.1 5.55-18.46.86-4.37 1.06-8.83 1.01-13.27-.02-7.85-1.4-15.65-3.64-23.17-1.75-5.73-4.27-11.18-7.09-16.45-3.87-6.93-8.65-13.31-13.96-19.2-9.94-10.85-21.75-19.94-34.6-27.1-1.85-1.02-3.84-1.82-5.63-2.97zm-100.8 58.45c.98-1.18 1.99-2.33 3.12-3.38-.61.93-1.27 1.81-1.95 2.68-3.1 3.88-5.54 8.31-7.03 13.06-.87 3.27-1.68 6.6-1.73 10-.07 2.52-.08 5.07.32 7.57 1.13 7.63 4.33 14.85 8.77 21.12 2 2.7 4.25 5.27 6.92 7.33 1.62 1.27 3.53 2.09 5.34 3.05 3.11 1.68 6.32 3.23 9.07 5.48 2.67 2.09 4.55 5.33 4.4 8.79-.01 73.67 0 147.34-.01 221.02 0 1.35-.08 2.7.04 4.04.13 1.48.82 2.83 1.47 4.15.86 1.66 1.78 3.34 3.18 4.62.85.77 1.97 1.4 3.15 1.24 1.5-.2 2.66-1.35 3.45-2.57.96-1.51 1.68-3.16 2.28-4.85.76-2.13.44-4.42.54-6.63.14-4.03-.02-8.06.14-12.09.03-5.89.03-11.77.06-17.66.14-3.62.03-7.24.11-10.86.15-4.03-.02-8.06.14-12.09.03-5.99.03-11.98.07-17.97.14-3.62.02-7.24.11-10.86.14-3.93-.02-7.86.14-11.78.03-5.99.03-11.98.06-17.97.16-3.94-.01-7.88.19-11.82.29 1.44.13 2.92.22 4.38.19 3.61.42 7.23.76 10.84.32 3.44.44 6.89.86 10.32.37 3.1.51 6.22.95 9.31.57 4.09.87 8.21 1.54 12.29 1.46 9.04 2.83 18.11 5.09 26.99 1.13 4.82 2.4 9.61 4 14.3 2.54 7.9 5.72 15.67 10.31 22.62 1.73 2.64 3.87 4.98 6.1 7.21.27.25.55.51.88.71.6.25 1.31-.07 1.7-.57.71-.88 1.17-1.94 1.7-2.93 4.05-7.8 8.18-15.56 12.34-23.31.7-1.31 1.44-2.62 2.56-3.61 1.75-1.57 3.84-2.69 5.98-3.63 2.88-1.22 5.9-2.19 9.03-2.42 6.58-.62 13.11.75 19.56 1.85 3.69.58 7.4 1.17 11.13 1.41 3.74.1 7.48.05 11.21-.28 8.55-.92 16.99-2.96 24.94-6.25 5.3-2.24 10.46-4.83 15.31-7.93 11.46-7.21 21.46-16.57 30.04-27.01 1.17-1.42 2.25-2.9 3.46-4.28-1.2 3.24-2.67 6.37-4.16 9.48-1.25 2.9-2.84 5.61-4.27 8.42-5.16 9.63-11.02 18.91-17.75 27.52-4.03 5.21-8.53 10.05-13.33 14.57-6.64 6.05-14.07 11.37-22.43 14.76-8.21 3.37-17.31 4.63-26.09 3.29-3.56-.58-7.01-1.69-10.41-2.88-2.79-.97-5.39-2.38-8.03-3.69-3.43-1.71-6.64-3.81-9.71-6.08 2.71 3.06 5.69 5.86 8.7 8.61 4.27 3.76 8.74 7.31 13.63 10.23 3.98 2.45 8.29 4.4 12.84 5.51 1.46.37 2.96.46 4.45.6-1.25 1.1-2.63 2.04-3.99 2.98-9.61 6.54-20.01 11.86-30.69 16.43-20.86 8.7-43.17 13.97-65.74 15.34-4.66.24-9.32.36-13.98.36-4.98-.11-9.97-.13-14.92-.65-11.2-.76-22.29-2.73-33.17-5.43-10.35-2.71-20.55-6.12-30.3-10.55-8.71-3.86-17.12-8.42-24.99-13.79-1.83-1.31-3.74-2.53-5.37-4.08 6.6-1.19 13.03-3.39 18.99-6.48 5.74-2.86 10.99-6.66 15.63-11.07 2.24-2.19 4.29-4.59 6.19-7.09-3.43 2.13-6.93 4.15-10.62 5.78-4.41 2.16-9.07 3.77-13.81 5.02-5.73 1.52-11.74 1.73-17.61 1.14-8.13-.95-15.86-4.27-22.51-8.98-4.32-2.94-8.22-6.43-11.96-10.06-9.93-10.16-18.2-21.81-25.66-33.86-3.94-6.27-7.53-12.75-11.12-19.22-1.05-2.04-2.15-4.05-3.18-6.1 2.85 2.92 5.57 5.97 8.43 8.88 8.99 8.97 18.56 17.44 29.16 24.48 7.55 4.9 15.67 9.23 24.56 11.03 3.11.73 6.32.47 9.47.81 2.77.28 5.56.2 8.34.3 5.05.06 10.11.04 15.16-.16 3.65-.16 7.27-.66 10.89-1.09 2.07-.25 4.11-.71 6.14-1.2 3.88-.95 8.11-.96 11.83.61 4.76 1.85 8.44 5.64 11.38 9.71 2.16 3.02 4.06 6.22 5.66 9.58 1.16 2.43 2.46 4.79 3.55 7.26 1 2.24 2.15 4.42 3.42 6.52.67 1.02 1.4 2.15 2.62 2.55 1.06-.75 1.71-1.91 2.28-3.03 2.1-4.16 3.42-8.65 4.89-13.05 2.02-6.59 3.78-13.27 5.19-20.02 2.21-9.25 3.25-18.72 4.54-28.13.56-3.98.83-7.99 1.31-11.97.87-10.64 1.9-21.27 2.24-31.94.08-1.86.24-3.71.25-5.57.01-4.35.25-8.69.22-13.03-.01-2.38-.01-4.76 0-7.13.05-5.07-.2-10.14-.22-15.21-.2-6.61-.71-13.2-1.29-19.78-.73-5.88-1.55-11.78-3.12-17.51-2.05-7.75-5.59-15.03-9.8-21.82-3.16-5.07-6.79-9.88-11.09-14.03-3.88-3.86-8.58-7.08-13.94-8.45-1.5-.41-3.06-.45-4.59-.64.07-2.99.7-5.93 1.26-8.85 1.59-7.71 3.8-15.3 6.76-22.6 1.52-4.03 3.41-7.9 5.39-11.72 3.45-6.56 7.62-12.79 12.46-18.46zm31.27 1.7c.35-.06.71-.12 1.07-.19.19 1.79.09 3.58.1 5.37v38.13c-.01 1.74.13 3.49-.15 5.22-.36-.03-.71-.05-1.06-.05-.95-3.75-1.72-7.55-2.62-11.31-.38-1.53-.58-3.09-1.07-4.59-1.7-.24-3.43-.17-5.15-.2-5.06-.01-10.13 0-15.19-.01-1.66-.01-3.32.09-4.98-.03-.03-.39-.26-.91.16-1.18 1.28-.65 2.72-.88 4.06-1.35 3.43-1.14 6.88-2.16 10.31-3.31 1.39-.48 2.9-.72 4.16-1.54.04-.56.02-1.13-.05-1.68-1.23-.55-2.53-.87-3.81-1.28-3.13-1.03-6.29-1.96-9.41-3.02-1.79-.62-3.67-1-5.41-1.79-.03-.37-.07-.73-.11-1.09 5.09-.19 10.2.06 15.3-.12 3.36-.13 6.73.08 10.09-.07.12-.39.26-.77.37-1.16 1.08-4.94 2.33-9.83 3.39-14.75zm5.97-.2c.36.05.72.12 1.08.2.98 3.85 1.73 7.76 2.71 11.61.36 1.42.56 2.88 1.03 4.27 2.53.18 5.07-.01 7.61.05 5.16.12 10.33.12 15.49.07.76-.01 1.52.03 2.28.08-.04.36-.07.72-.1 1.08-1.82.83-3.78 1.25-5.67 1.89-3.73 1.23-7.48 2.39-11.22 3.57-.57.17-1.12.42-1.67.64-.15.55-.18 1.12-.12 1.69.87.48 1.82.81 2.77 1.09 4.88 1.52 9.73 3.14 14.63 4.6.38.13.78.27 1.13.49.4.27.23.79.15 1.18-1.66.13-3.31.03-4.97.04-5.17.01-10.33-.01-15.5.01-1.61.03-3.22-.02-4.82.21-.52 1.67-.72 3.42-1.17 5.11-.94 3.57-1.52 7.24-2.54 10.78-.36.01-.71.02-1.06.06-.29-1.73-.15-3.48-.15-5.22v-38.13c.02-1.78-.08-3.58.11-5.37zM65.05 168.33c1.12-2.15 2.08-4.4 3.37-6.46-1.82 7.56-2.91 15.27-3.62 23-.8 7.71-.85 15.49-.54 23.23 1.05 19.94 5.54 39.83 14.23 57.88 2.99 5.99 6.35 11.83 10.5 17.11 6.12 7.47 12.53 14.76 19.84 21.09 4.8 4.1 9.99 7.78 15.54 10.8 3.27 1.65 6.51 3.39 9.94 4.68 5.01 2.03 10.19 3.61 15.42 4.94 3.83.96 7.78 1.41 11.52 2.71 5 1.57 9.47 4.61 13.03 8.43 4.93 5.23 8.09 11.87 10.2 18.67.99 2.9 1.59 5.91 2.17 8.92.15.75.22 1.52.16 2.29-6.5 2.78-13.26 5.06-20.26 6.18-4.11.78-8.29.99-12.46 1.08-10.25.24-20.47-1.76-30.12-5.12-3.74-1.42-7.49-2.85-11.03-4.72-8.06-3.84-15.64-8.7-22.46-14.46-2.92-2.55-5.83-5.13-8.4-8.03-9.16-9.83-16.3-21.41-21.79-33.65-2.39-5.55-4.61-11.18-6.37-16.96-1.17-3.94-2.36-7.89-3.26-11.91-.75-2.94-1.22-5.95-1.87-8.92-.46-2.14-.69-4.32-1.03-6.48-.85-5.43-1.28-10.93-1.33-16.43.11-6.18.25-12.37 1.07-18.5.4-2.86.67-5.74 1.15-8.6.98-5.7 2.14-11.37 3.71-16.93 3.09-11.65 7.48-22.95 12.69-33.84zm363.73-6.44c1.1 1.66 1.91 3.48 2.78 5.26 2.1 4.45 4.24 8.9 6.02 13.49 7.61 18.76 12.3 38.79 13.04 59.05.02 1.76.07 3.52.11 5.29.13 9.57-1.27 19.09-3.18 28.45-.73 3.59-1.54 7.17-2.58 10.69-4.04 14.72-10 29-18.41 41.78-8.21 12.57-19.01 23.55-31.84 31.41-5.73 3.59-11.79 6.64-18.05 9.19-5.78 2.19-11.71 4.03-17.8 5.11-6.4 1.05-12.91 1.52-19.4 1.23-7.92-.48-15.78-2.07-23.21-4.85-1.94-.8-3.94-1.46-5.84-2.33-.21-1.51.25-2.99.53-4.46 1.16-5.74 3.03-11.36 5.7-16.58 2.37-4.51 5.52-8.65 9.46-11.9 2.43-2.05 5.24-3.61 8.16-4.83 3.58-1.5 7.47-1.97 11.24-2.83 7.23-1.71 14.37-3.93 21.15-7 10.35-4.65 19.71-11.38 27.65-19.46 1.59-1.61 3.23-3.18 4.74-4.87 3.37-3.76 6.71-7.57 9.85-11.53 7.48-10.07 12.82-21.59 16.71-33.48 1.58-5.3 3.21-10.6 4.21-16.05.63-2.87 1.04-5.78 1.52-8.68.87-6.09 1.59-12.22 1.68-18.38.12-6.65.14-13.32-.53-19.94-.73-7.99-1.87-15.96-3.71-23.78z\"/></svg></li><li title=\"opencart \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M423.3 440.7c0 25.3-20.3 45.6-45.6 45.6s-45.8-20.3-45.8-45.6 20.6-45.8 45.8-45.8c25.4 0 45.6 20.5 45.6 45.8zm-253.9-45.8c-25.3 0-45.6 20.6-45.6 45.8s20.3 45.6 45.6 45.6 45.8-20.3 45.8-45.6-20.5-45.8-45.8-45.8zm291.7-270C158.9 124.9 81.9 112.1 0 25.7c34.4 51.7 53.3 148.9 373.1 144.2 333.3-5 130 86.1 70.8 188.9 186.7-166.7 319.4-233.9 17.2-233.9z\"/></svg></li><li title=\"openid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M271.5 432l-68 32C88.5 453.7 0 392.5 0 318.2c0-71.5 82.5-131 191.7-144.3v43c-71.5 12.5-124 53-124 101.3 0 51 58.5 93.3 135.7 103v-340l68-33.2v384zM448 291l-131.3-28.5 36.8-20.7c-19.5-11.5-43.5-20-70-24.8v-43c46.2 5.5 87.7 19.5 120.3 39.3l35-19.8L448 291z\"/></svg></li><li title=\"opera \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M313.9 32.7c-170.2 0-252.6 223.8-147.5 355.1 36.5 45.4 88.6 75.6 147.5 75.6 36.3 0 70.3-11.1 99.4-30.4-43.8 39.2-101.9 63-165.3 63-3.9 0-8 0-11.9-.3C104.6 489.6 0 381.1 0 248 0 111 111 0 248 0h.8c63.1.3 120.7 24.1 164.4 63.1-29-19.4-63.1-30.4-99.3-30.4zm101.8 397.7c-40.9 24.7-90.7 23.6-132-5.8 56.2-20.5 97.7-91.6 97.7-176.6 0-84.7-41.2-155.8-97.4-176.6 41.8-29.2 91.2-30.3 132.9-5 105.9 98.7 105.5 265.7-1.2 364z\"/></svg></li><li title=\"optin monster \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M572.6 421.4c5.6-9.5 4.7-15.2-5.4-11.6-3-4.9-7-9.5-11.1-13.8 2.9-9.7-.7-14.2-10.8-9.2-4.6-3.2-10.3-6.5-15.9-9.2 0-15.1-11.6-11.6-17.6-5.7-10.4-1.5-18.7-.3-26.8 5.7.3-6.5.3-13 .3-19.7 12.6 0 40.2-11 45.9-36.2 1.4-6.8 1.6-13.8-.3-21.9-3-13.5-14.3-21.3-25.1-25.7-.8-5.9-7.6-14.3-14.9-15.9s-12.4 4.9-14.1 10.3c-8.5 0-19.2 2.8-21.1 8.4-5.4-.5-11.1-1.4-16.8-1.9 2.7-1.9 5.4-3.5 8.4-4.6 5.4-9.2 14.6-11.4 25.7-11.6V256c19.5-.5 43-5.9 53.8-18.1 12.7-13.8 14.6-37.3 12.4-55.1-2.4-17.3-9.7-37.6-24.6-48.1-8.4-5.9-21.6-.8-22.7 9.5-2.2 19.6 1.2 30-38.6 25.1-10.3-23.8-24.6-44.6-42.7-60C341 49.6 242.9 55.5 166.4 71.7c19.7 4.6 41.1 8.6 59.7 16.5-26.2 2.4-52.7 11.3-76.2 23.2-32.8 17-44 29.9-56.7 42.4 14.9-2.2 28.9-5.1 43.8-3.8-9.7 5.4-18.4 12.2-26.5 20-25.8.9-23.8-5.3-26.2-25.9-1.1-10.5-14.3-15.4-22.7-9.7-28.1 19.9-33.5 79.9-12.2 103.5 10.8 12.2 35.1 17.3 54.9 17.8-.3 1.1-.3 1.9-.3 2.7 10.8.5 19.5 2.7 24.6 11.6 3 1.1 5.7 2.7 8.1 4.6-5.4.5-11.1 1.4-16.5 1.9-3.3-6.6-13.7-8.1-21.1-8.1-1.6-5.7-6.5-12.2-14.1-10.3-6.8 1.9-14.1 10-14.9 15.9-22.5 9.5-30.1 26.8-25.1 47.6 5.3 24.8 33 36.2 45.9 36.2v19.7c-6.6-5-14.3-7.5-26.8-5.7-5.5-5.5-17.3-10.1-17.3 5.7-5.9 2.7-11.4 5.9-15.9 9.2-9.8-4.9-13.6-1.7-11.1 9.2-4.1 4.3-7.8 8.6-11.1 13.8-10.2-3.7-11 2.2-5.4 11.6-1.1 3.5-1.6 7-1.9 10.8-.5 31.6 44.6 64 73.5 65.1 17.3.5 34.6-8.4 43-23.5 113.2 4.9 226.7 4.1 340.2 0 8.1 15.1 25.4 24.3 42.7 23.5 29.2-1.1 74.3-33.5 73.5-65.1.2-3.7-.7-7.2-1.7-10.7zm-73.8-254c1.1-3 2.4-8.4 2.4-14.6 0-5.9 6.8-8.1 14.1-.8 11.1 11.6 14.9 40.5 13.8 51.1-4.1-13.6-13-29-30.3-35.7zm-4.6 6.7c19.5 6.2 28.6 27.6 29.7 48.9-1.1 2.7-3 5.4-4.9 7.6-5.7 5.9-15.4 10-26.2 12.2 4.3-21.3.3-47.3-12.7-63 4.9-.8 10.9-2.4 14.1-5.7zm-24.1 6.8c13.8 11.9 20 39.2 14.1 63.5-4.1.5-8.1.8-11.6.8-1.9-21.9-6.8-44-14.3-64.6 3.7.3 8.1.3 11.8.3zM47.5 203c-1.1-10.5 2.4-39.5 13.8-51.1 7-7.3 14.1-5.1 14.1.8 0 6.2 1.4 11.6 2.4 14.6-17.3 6.8-26.2 22.2-30.3 35.7zm9.7 27.6c-1.9-2.2-3.5-4.9-4.9-7.6 1.4-21.3 10.3-42.7 29.7-48.9 3.2 3.2 9.2 4.9 14.1 5.7-13 15.7-17 41.6-12.7 63-10.8-2.2-20.5-6-26.2-12.2zm47.9 14.6c-4.1 0-8.1-.3-12.7-.8-4.6-18.6-1.9-38.9 5.4-53v.3l12.2-5.1c4.9-1.9 9.7-3.8 14.9-4.9-10.7 19.7-17.4 41.3-19.8 63.5zm184-162.7c41.9 0 76.2 34 76.2 75.9 0 42.2-34.3 76.2-76.2 76.2s-76.2-34-76.2-76.2c0-41.8 34.3-75.9 76.2-75.9zm115.6 174.3c-.3 17.8-7 48.9-23 57-13.2 6.6-6.5-7.5-16.5-58.1 13.3.3 26.6.3 39.5 1.1zm-54-1.6c.8 4.9 3.8 40.3-1.6 41.9-11.6 3.5-40 4.3-51.1-1.1-4.1-3-4.6-35.9-4.3-41.1v.3c18.9-.3 38.1-.3 57 0zM278.3 309c-13 3.5-41.6 4.1-54.6-1.6-6.5-2.7-3.8-42.4-1.9-51.6 19.2-.5 38.4-.5 57.8-.8v.3c1.1 8.3 3.3 51.2-1.3 53.7zm-106.5-51.1c12.2-.8 24.6-1.4 36.8-1.6-2.4 15.4-3 43.5-4.9 52.2-1.1 6.8-4.3 6.8-9.7 4.3-21.9-9.8-27.6-35.2-22.2-54.9zm-35.4 31.3c7.8-1.1 15.7-1.9 23.5-2.7 1.6 6.2 3.8 11.9 7 17.6 10 17 44 35.7 45.1 7 6.2 14.9 40.8 12.2 54.9 10.8 15.7-1.4 23.8-1.4 26.8-14.3 12.4 4.3 30.8 4.1 44 3 11.3-.8 20.8-.5 24.6-8.9 1.1 5.1 1.9 11.6 4.6 16.8 10.8 21.3 37.3 1.4 46.8-31.6 8.6.8 17.6 1.9 26.5 2.7-.4 1.3-3.8 7.3 7.3 11.6-47.6 47-95.7 87.8-163.2 107-63.2-20.8-112.1-59.5-155.9-106.5 9.6-3.4 10.4-8.8 8-12.5zm-21.6 172.5c-3.8 17.8-21.9 29.7-39.7 28.9-19.2-.8-46.5-17-59.2-36.5-2.7-31.1 43.8-61.3 66.2-54.6 14.9 4.3 27.8 30.8 33.5 54 0 3-.3 5.7-.8 8.2zm-8.7-66c-.5-13.5-.5-27-.3-40.5h.3c2.7-1.6 5.7-3.8 7.8-6.5 6.5-1.6 13-5.1 15.1-9.2 3.3-7.1-7-7.5-5.4-12.4 2.7-1.1 5.7-2.2 7.8-3.5 29.2 29.2 58.6 56.5 97.3 77-36.8 11.3-72.4 27.6-105.9 47-1.2-18.6-7.7-35.9-16.7-51.9zm337.6 64.6c-103 3.5-206.2 4.1-309.4 0 0 .3 0 .3-.3.3v-.3h.3c35.1-21.6 72.2-39.2 112.4-50.8 11.6 5.1 23 9.5 34.9 13.2 2.2.8 2.2.8 4.3 0 14.3-4.1 28.4-9.2 42.2-15.4 41.5 11.7 78.8 31.7 115.6 53zm10.5-12.4c-35.9-19.5-73-35.9-111.9-47.6 38.1-20 71.9-47.3 103.5-76.7 2.2 1.4 4.6 2.4 7.6 3.2 0 .8.3 1.9.5 2.4-4.6 2.7-7.8 6.2-5.9 10.3 2.2 3.8 8.6 7.6 15.1 8.9 2.4 2.7 5.1 5.1 8.1 6.8 0 13.8-.3 27.6-.8 41.3l.3-.3c-9.3 15.9-15.5 37-16.5 51.7zm105.9 6.2c-12.7 19.5-40 35.7-59.2 36.5-19.3.9-40.5-13.2-40.5-37 5.7-23.2 18.9-49.7 33.5-54 22.7-6.9 69.2 23.4 66.2 54.5zM372.9 75.2c-3.8-72.1-100.8-79.7-126-23.5 44.6-24.3 90.3-15.7 126 23.5zM74.8 407.1c-15.7 1.6-49.5 25.4-49.5 43.2 0 11.6 15.7 19.5 32.2 14.9 12.2-3.2 31.1-17.6 35.9-27.3 6-11.6-3.7-32.7-18.6-30.8zm215.9-176.2c28.6 0 51.9-21.6 51.9-48.4 0-36.1-40.5-58.1-72.2-44.3 9.5 3 16.5 11.6 16.5 21.6 0 23.3-33.3 32-46.5 11.3-7.3 34.1 19.4 59.8 50.3 59.8zM68 474.1c.5 6.5 12.2 12.7 21.6 9.5 6.8-2.7 14.6-10.5 17.3-16.2 3-7-1.1-20-9.7-18.4-8.9 1.6-29.7 16.7-29.2 25.1zm433.2-67c-14.9-1.9-24.6 19.2-18.9 30.8 4.9 9.7 24.1 24.1 36.2 27.3 16.5 4.6 32.2-3.2 32.2-14.9 0-17.8-33.8-41.6-49.5-43.2zM478.8 449c-8.4-1.6-12.4 11.3-9.5 18.4 2.4 5.7 10.3 13.5 17.3 16.2 9.2 3.2 21.1-3 21.3-9.5.9-8.4-20.2-23.5-29.1-25.1z\"/></svg></li><li title=\"orcid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M294.75 188.19h-45.92V342h47.47c67.62 0 83.12-51.34 83.12-76.91 0-41.64-26.54-76.9-84.67-76.9zM256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm-80.79 360.76h-29.84v-207.5h29.84zm-14.92-231.14a19.57 19.57 0 1 1 19.57-19.57 19.64 19.64 0 0 1-19.57 19.57zM300 369h-81V161.26h80.6c76.73 0 110.44 54.83 110.44 103.85C410 318.39 368.38 369 300 369z\"/></svg></li><li title=\"osi \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M8 266.44C10.3 130.64 105.4 34 221.8 18.34c138.8-18.6 255.6 75.8 278 201.1 21.3 118.8-44 230-151.6 274-9.3 3.8-14.4 1.7-18-7.7q-26.7-69.45-53.4-139c-3.1-8.1-1-13.2 7-16.8 24.2-11 39.3-29.4 43.3-55.8a71.47 71.47 0 0 0-64.5-82.2c-39-3.4-71.8 23.7-77.5 59.7-5.2 33 11.1 63.7 41.9 77.7 9.6 4.4 11.5 8.6 7.8 18.4q-26.85 69.9-53.7 139.9c-2.6 6.9-8.3 9.3-15.5 6.5-52.6-20.3-101.4-61-130.8-119-24.9-49.2-25.2-87.7-26.8-108.7zm20.9-1.9c.4 6.6.6 14.3 1.3 22.1 6.3 71.9 49.6 143.5 131 183.1 3.2 1.5 4.4.8 5.6-2.3q22.35-58.65 45-117.3c1.3-3.3.6-4.8-2.4-6.7-31.6-19.9-47.3-48.5-45.6-86 1-21.6 9.3-40.5 23.8-56.3 30-32.7 77-39.8 115.5-17.6a91.64 91.64 0 0 1 45.2 90.4c-3.6 30.6-19.3 53.9-45.7 69.8-2.7 1.6-3.5 2.9-2.3 6q22.8 58.8 45.2 117.7c1.2 3.1 2.4 3.8 5.6 2.3 35.5-16.6 65.2-40.3 88.1-72 34.8-48.2 49.1-101.9 42.3-161-13.7-117.5-119.4-214.8-255.5-198-106.1 13-195.3 102.5-197.1 225.8z\"/></svg></li><li title=\"page4 \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 504C111 504 0 393 0 256S111 8 248 8c20.9 0 41.3 2.6 60.7 7.5L42.3 392H248v112zm0-143.6V146.8L98.6 360.4H248zm96 31.6v92.7c45.7-19.2 84.5-51.7 111.4-92.7H344zm57.4-138.2l-21.2 8.4 21.2 8.3v-16.7zm-20.3 54.5c-6.7 0-8 6.3-8 12.9v7.7h16.2v-10c0-5.9-2.3-10.6-8.2-10.6zM496 256c0 37.3-8.2 72.7-23 104.4H344V27.3C433.3 64.8 496 153.1 496 256zM360.4 143.6h68.2V96h-13.9v32.6h-13.9V99h-13.9v29.6h-12.7V96h-13.9v47.6zm68.1 185.3H402v-11c0-15.4-5.6-25.2-20.9-25.2-15.4 0-20.7 10.6-20.7 25.9v25.3h68.2v-15zm0-103l-68.2 29.7V268l68.2 29.5v-16.6l-14.4-5.7v-26.5l14.4-5.9v-16.9zm-4.8-68.5h-35.6V184H402v-12.2h11c8.6 15.8 1.3 35.3-18.6 35.3-22.5 0-28.3-25.3-15.5-37.7l-11.6-10.6c-16.2 17.5-12.2 63.9 27.1 63.9 34 0 44.7-35.9 29.3-65.3z\"/></svg></li><li title=\"pagelines \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M384 312.7c-55.1 136.7-187.1 54-187.1 54-40.5 81.8-107.4 134.4-184.6 134.7-16.1 0-16.6-24.4 0-24.4 64.4-.3 120.5-42.7 157.2-110.1-41.1 15.9-118.6 27.9-161.6-82.2 109-44.9 159.1 11.2 178.3 45.5 9.9-24.4 17-50.9 21.6-79.7 0 0-139.7 21.9-149.5-98.1 119.1-47.9 152.6 76.7 152.6 76.7 1.6-16.7 3.3-52.6 3.3-53.4 0 0-106.3-73.7-38.1-165.2 124.6 43 61.4 162.4 61.4 162.4.5 1.6.5 23.8 0 33.4 0 0 45.2-89 136.4-57.5-4.2 134-141.9 106.4-141.9 106.4-4.4 27.4-11.2 53.4-20 77.5 0 0 83-91.8 172-20z\"/></svg></li><li title=\"palfed \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M384.9 193.9c0-47.4-55.2-44.2-95.4-29.8-1.3 39.4-2.5 80.7-3 119.8.7 2.8 2.6 6.2 15.1 6.2 36.8 0 83.4-42.8 83.3-96.2zm-194.5 72.2c.2 0 6.5-2.7 11.2-2.7 26.6 0 20.7 44.1-14.4 44.1-21.5 0-37.1-18.1-37.1-43 0-42 42.9-95.6 100.7-126.5 1-12.4 3-22 10.5-28.2 11.2-9 26.6-3.5 29.5 11.1 72.2-22.2 135.2 1 135.2 72 0 77.9-79.3 152.6-140.1 138.2-.1 39.4.9 74.4 2.7 100v.2c.2 3.4.6 12.5-5.3 19.1-9.6 10.6-33.4 10-36.4-22.3-4.1-44.4.2-206.1 1.4-242.5-21.5 15-58.5 50.3-58.5 75.9.2 2.5.4 4 .6 4.6zM8 181.1s-.1 37.4 38.4 37.4h30l22.4 217.2s0 44.3 44.7 44.3h288.9s44.7-.4 44.7-44.3l22.4-217.2h30s38.4 1.2 38.4-37.4c0 0 .1-37.4-38.4-37.4h-30.1c-7.3-25.6-30.2-74.3-119.4-74.3h-28V50.3s-2.7-18.4-21.1-18.4h-85.8s-21.1 0-21.1 18.4v19.1h-28.1s-105 4.2-120.5 74.3h-29S8 142.5 8 181.1z\"/></svg></li><li title=\"patreon \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M512 194.8c0 101.3-82.4 183.8-183.8 183.8-101.7 0-184.4-82.4-184.4-183.8 0-101.6 82.7-184.3 184.4-184.3C429.6 10.5 512 93.2 512 194.8zM0 501.5h90v-491H0v491z\"/></svg></li><li title=\"paypal \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M111.4 295.9c-3.5 19.2-17.4 108.7-21.5 134-.3 1.8-1 2.5-3 2.5H12.3c-7.6 0-13.1-6.6-12.1-13.9L58.8 46.6c1.5-9.6 10.1-16.9 20-16.9 152.3 0 165.1-3.7 204 11.4 60.1 23.3 65.6 79.5 44 140.3-21.5 62.6-72.5 89.5-140.1 90.3-43.4.7-69.5-7-75.3 24.2zM357.1 152c-1.8-1.3-2.5-1.8-3 1.3-2 11.4-5.1 22.5-8.8 33.6-39.9 113.8-150.5 103.9-204.5 103.9-6.1 0-10.1 3.3-10.9 9.4-22.6 140.4-27.1 169.7-27.1 169.7-1 7.1 3.5 12.9 10.6 12.9h63.5c8.6 0 15.7-6.3 17.4-14.9.7-5.4-1.1 6.1 14.4-91.3 4.6-22 14.3-19.7 29.3-19.7 71 0 126.4-28.8 142.9-112.3 6.5-34.8 4.6-71.4-23.8-92.6z\"/></svg></li><li title=\"penny arcade \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M421.91 164.27c-4.49 19.45-1.4 6.06-15.1 65.29l39.73-10.61c-22.34-49.61-17.29-38.41-24.63-54.68zm-206.09 51.11c-20.19 5.4-11.31 3.03-39.63 10.58l4.46 46.19c28.17-7.59 20.62-5.57 34.82-9.34 42.3-9.79 32.85-56.42.35-47.43zm326.16-26.19l-45.47-99.2c-5.69-12.37-19.46-18.84-32.62-15.33-70.27 18.75-38.72 10.32-135.59 36.23a27.618 27.618 0 0 0-18.89 17.41C144.26 113.27 0 153.75 0 226.67c0 33.5 30.67 67.11 80.9 95.37l1.74 17.88a27.891 27.891 0 0 0-17.77 28.67l4.3 44.48c1.39 14.31 13.43 25.21 27.8 25.2 5.18-.01-3.01 1.78 122.53-31.76 12.57-3.37 21.12-15.02 20.58-28.02 216.59 45.5 401.99-5.98 399.89-84.83.01-28.15-22.19-66.56-97.99-104.47zM255.14 298.3l-21.91 5.88-48.44 12.91 2.46 23.55 20.53-5.51 4.51 44.51-115.31 30.78-4.3-44.52 20.02-5.35-11.11-114.64-20.12 5.39-4.35-44.5c178.15-47.54 170.18-46.42 186.22-46.65 56.66-1.13 64.15 71.84 42.55 104.43a86.7 86.7 0 0 1-50.75 33.72zm199.18 16.62l-3.89-39.49 14.9-3.98-6.61-14.68-57.76 15.42-4.1 17.54 19.2-5.12 4.05 39.54-112.85 30.07-4.46-44.43 20.99-5.59 33.08-126.47-17.15 4.56-4.2-44.48c93.36-24.99 65.01-17.41 135.59-36.24l66.67 145.47 20.79-5.56 4.3 44.48-108.55 28.96z\"/></svg></li><li title=\"perbyte \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M305.314,284.578H246.6V383.3h58.711q24.423,0,38.193-13.77t13.77-36.11q0-21.826-14.032-35.335T305.314,284.578ZM149.435,128.7H90.724v98.723h58.711q24.42,0,38.19-13.773t13.77-36.107q0-21.826-14.029-35.338T149.435,128.7ZM366.647,32H81.353A81.445,81.445,0,0,0,0,113.352V398.647A81.445,81.445,0,0,0,81.353,480H366.647A81.445,81.445,0,0,0,448,398.647V113.352A81.445,81.445,0,0,0,366.647,32Zm63.635,366.647a63.706,63.706,0,0,1-63.635,63.635H81.353a63.706,63.706,0,0,1-63.635-63.635V113.352A63.706,63.706,0,0,1,81.353,49.718H366.647a63.706,63.706,0,0,1,63.635,63.634ZM305.314,128.7H246.6v98.723h58.711q24.423,0,38.193-13.773t13.77-36.107q0-21.826-14.032-35.338T305.314,128.7Z\"/></svg></li><li title=\"periscope \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M370 63.6C331.4 22.6 280.5 0 226.6 0 111.9 0 18.5 96.2 18.5 214.4c0 75.1 57.8 159.8 82.7 192.7C137.8 455.5 192.6 512 226.6 512c41.6 0 112.9-94.2 120.9-105 24.6-33.1 82-118.3 82-192.6 0-56.5-21.1-110.1-59.5-150.8zM226.6 493.9c-42.5 0-190-167.3-190-279.4 0-107.4 83.9-196.3 190-196.3 100.8 0 184.7 89 184.7 196.3.1 112.1-147.4 279.4-184.7 279.4zM338 206.8c0 59.1-51.1 109.7-110.8 109.7-100.6 0-150.7-108.2-92.9-181.8v.4c0 24.5 20.1 44.4 44.8 44.4 24.7 0 44.8-19.9 44.8-44.4 0-18.2-11.1-33.8-26.9-40.7 76.6-19.2 141 39.3 141 112.4z\"/></svg></li><li title=\"phabricator \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M323 262.1l-.1-13s21.7-19.8 21.1-21.2l-9.5-20c-.6-1.4-29.5-.5-29.5-.5l-9.4-9.3s.2-28.5-1.2-29.1l-20.1-9.2c-1.4-.6-20.7 21-20.7 21l-13.1-.2s-20.5-21.4-21.9-20.8l-20 8.3c-1.4.5.2 28.9.2 28.9l-9.1 9.1s-29.2-.9-29.7.4l-8.1 19.8c-.6 1.4 21 21 21 21l.1 12.9s-21.7 19.8-21.1 21.2l9.5 20c.6 1.4 29.5.5 29.5.5l9.4 9.3s-.2 31.8 1.2 32.3l20.1 8.3c1.4.6 20.7-23.5 20.7-23.5l13.1.2s20.5 23.8 21.8 23.3l20-7.5c1.4-.6-.2-32.1-.2-32.1l9.1-9.1s29.2.9 29.7-.5l8.1-19.8c.7-1.1-20.9-20.7-20.9-20.7zm-44.9-8.7c.7 17.1-12.8 31.6-30.1 32.4-17.3.8-32.1-12.5-32.8-29.6-.7-17.1 12.8-31.6 30.1-32.3 17.3-.8 32.1 12.5 32.8 29.5zm201.2-37.9l-97-97-.1.1c-75.1-73.3-195.4-72.8-269.8 1.6-50.9 51-27.8 27.9-95.7 95.3-22.3 22.3-22.3 58.7 0 81 69.9 69.4 46.4 46 97.4 97l.1-.1c75.1 73.3 195.4 72.9 269.8-1.6 51-50.9 27.9-27.9 95.3-95.3 22.3-22.3 22.3-58.7 0-81zM140.4 363.8c-59.6-59.5-59.6-156 0-215.5 59.5-59.6 156-59.5 215.6 0 59.5 59.5 59.6 156 0 215.6-59.6 59.5-156 59.4-215.6-.1z\"/></svg></li><li title=\"phoenix framework \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M212.9 344.3c3.8-.1 22.8-1.4 25.6-2.2-2.4-2.6-43.6-1-68-49.6-4.3-8.6-7.5-17.6-6.4-27.6 2.9-25.5 32.9-30 52-18.5 36 21.6 63.3 91.3 113.7 97.5 37 4.5 84.6-17 108.2-45.4-.6-.1-.8-.2-1-.1-.4.1-.8.2-1.1.3-33.3 12.1-94.3 9.7-134.7-14.8-37.6-22.8-53.1-58.7-51.8-74.6 1.8-21.3 22.9-23.2 35.9-19.6 14.4 3.9 24.4 17.6 38.9 27.4 15.6 10.4 32.9 13.7 51.3 10.3 14.9-2.7 34.4-12.3 36.5-14.5-1.1-.1-1.8-.1-2.5-.2-6.2-.6-12.4-.8-18.5-1.7C279.8 194.5 262.1 47.4 138.5 37.9 94.2 34.5 39.1 46 2.2 72.9c-.8.6-1.5 1.2-2.2 1.8.1.2.1.3.2.5.8 0 1.6-.1 2.4-.2 6.3-1 12.5-.8 18.7.3 23.8 4.3 47.7 23.1 55.9 76.5 5.3 34.3-.7 50.8 8 86.1 19 77.1 91 107.6 127.7 106.4zM75.3 64.9c-.9-1-.9-1.2-1.3-2 12.1-2.6 24.2-4.1 36.6-4.8-1.1 14.7-22.2 21.3-35.3 6.8zm196.9 350.5c-42.8 1.2-92-26.7-123.5-61.4-4.6-5-16.8-20.2-18.6-23.4l.4-.4c6.6 4.1 25.7 18.6 54.8 27 24.2 7 48.1 6.3 71.6-3.3 22.7-9.3 41-.5 43.1 2.9-18.5 3.8-20.1 4.4-24 7.9-5.1 4.4-4.6 11.7 7 17.2 26.2 12.4 63-2.8 97.2 25.4 2.4 2 8.1 7.8 10.1 10.7-.1.2-.3.3-.4.5-4.8-1.5-16.4-7.5-40.2-9.3-24.7-2-46.3 5.3-77.5 6.2zm174.8-252c16.4-5.2 41.3-13.4 66.5-3.3 16.1 6.5 26.2 18.7 32.1 34.6 3.5 9.4 5.1 19.7 5.1 28.7-.2 0-.4 0-.6.1-.2-.4-.4-.9-.5-1.3-5-22-29.9-43.8-67.6-29.9-50.2 18.6-130.4 9.7-176.9-48-.7-.9-2.4-1.7-1.3-3.2.1-.2 2.1.6 3 1.3 18.1 13.4 38.3 21.9 60.3 26.2 30.5 6.1 54.6 2.9 79.9-5.2zm102.7 117.5c-32.4.2-33.8 50.1-103.6 64.4-18.2 3.7-38.7 4.6-44.9 4.2v-.4c2.8-1.5 14.7-2.6 29.7-16.6 7.9-7.3 15.3-15.1 22.8-22.9 19.5-20.2 41.4-42.2 81.9-39 23.1 1.8 29.3 8.2 36.1 12.7.3.2.4.5.7.9-.5 0-.7.1-.9 0-7-2.7-14.3-3.3-21.8-3.3zm-12.3-24.1c-.1.2-.1.4-.2.6-28.9-4.4-48-7.9-68.5 4-17 9.9-31.4 20.5-62 24.4-27.1 3.4-45.1 2.4-66.1-8-.3-.2-.6-.4-1-.6 0-.2.1-.3.1-.5 24.9 3.8 36.4 5.1 55.5-5.8 22.3-12.9 40.1-26.6 71.3-31 29.6-4.1 51.3 2.5 70.9 16.9zM268.6 97.3c-.6-.6-1.1-1.2-2.1-2.3 7.6 0 29.7-1.2 53.4 8.4 19.7 8 32.2 21 50.2 32.9 11.1 7.3 23.4 9.3 36.4 8.1 4.3-.4 8.5-1.2 12.8-1.7.4-.1.9 0 1.5.3-.6.4-1.2.9-1.8 1.2-8.1 4-16.7 6.3-25.6 7.1-26.1 2.6-50.3-3.7-73.4-15.4-19.3-9.9-36.4-22.9-51.4-38.6zM640 335.7c-3.5 3.1-22.7 11.6-42.7 5.3-12.3-3.9-19.5-14.9-31.6-24.1-10-7.6-20.9-7.9-28.1-8.4.6-.8.9-1.2 1.2-1.4 14.8-9.2 30.5-12.2 47.3-6.5 12.5 4.2 19.2 13.5 30.4 24.2 10.8 10.4 21 9.9 23.1 10.5.1-.1.2 0 .4.4zm-212.5 137c2.2 1.2 1.6 1.5 1.5 2-18.5-1.4-33.9-7.6-46.8-22.2-21.8-24.7-41.7-27.9-48.6-29.7.5-.2.8-.4 1.1-.4 13.1.1 26.1.7 38.9 3.9 25.3 6.4 35 25.4 41.6 35.3 3.2 4.8 7.3 8.3 12.3 11.1z\"/></svg></li><li title=\"phoenix squadron \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M96 63.38C142.49 27.25 201.55 7.31 260.51 8.81c29.58-.38 59.11 5.37 86.91 15.33-24.13-4.63-49-6.34-73.38-2.45C231.17 27 191 48.84 162.21 80.87c5.67-1 10.78-3.67 16-5.86 18.14-7.87 37.49-13.26 57.23-14.83 19.74-2.13 39.64-.43 59.28 1.92-14.42 2.79-29.12 4.57-43 9.59-34.43 11.07-65.27 33.16-86.3 62.63-13.8 19.71-23.63 42.86-24.67 67.13-.35 16.49 5.22 34.81 19.83 44a53.27 53.27 0 0 0 37.52 6.74c15.45-2.46 30.07-8.64 43.6-16.33 11.52-6.82 22.67-14.55 32-24.25 3.79-3.22 2.53-8.45 2.62-12.79-2.12-.34-4.38-1.11-6.3.3a203 203 0 0 1-35.82 15.37c-20 6.17-42.16 8.46-62.1.78 12.79 1.73 26.06.31 37.74-5.44 20.23-9.72 36.81-25.2 54.44-38.77a526.57 526.57 0 0 1 88.9-55.31c25.71-12 52.94-22.78 81.57-24.12-15.63 13.72-32.15 26.52-46.78 41.38-14.51 14-27.46 29.5-40.11 45.18-3.52 4.6-8.95 6.94-13.58 10.16a150.7 150.7 0 0 0-51.89 60.1c-9.33 19.68-14.5 41.85-11.77 63.65 1.94 13.69 8.71 27.59 20.9 34.91 12.9 8 29.05 8.07 43.48 5.1 32.8-7.45 61.43-28.89 81-55.84 20.44-27.52 30.52-62.2 29.16-96.35-.52-7.5-1.57-15-1.66-22.49 8 19.48 14.82 39.71 16.65 60.83 2 14.28.75 28.76-1.62 42.9-1.91 11-5.67 21.51-7.78 32.43a165 165 0 0 0 39.34-81.07 183.64 183.64 0 0 0-14.21-104.64c20.78 32 32.34 69.58 35.71 107.48.49 12.73.49 25.51 0 38.23A243.21 243.21 0 0 1 482 371.34c-26.12 47.34-68 85.63-117.19 108-78.29 36.23-174.68 31.32-248-14.68A248.34 248.34 0 0 1 25.36 366 238.34 238.34 0 0 1 0 273.08v-31.34C3.93 172 40.87 105.82 96 63.38m222 80.33a79.13 79.13 0 0 0 16-4.48c5-1.77 9.24-5.94 10.32-11.22-8.96 4.99-17.98 9.92-26.32 15.7z\"/></svg></li><li title=\"php \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M320 104.5c171.4 0 303.2 72.2 303.2 151.5S491.3 407.5 320 407.5c-171.4 0-303.2-72.2-303.2-151.5S148.7 104.5 320 104.5m0-16.8C143.3 87.7 0 163 0 256s143.3 168.3 320 168.3S640 349 640 256 496.7 87.7 320 87.7zM218.2 242.5c-7.9 40.5-35.8 36.3-70.1 36.3l13.7-70.6c38 0 63.8-4.1 56.4 34.3zM97.4 350.3h36.7l8.7-44.8c41.1 0 66.6 3 90.2-19.1 26.1-24 32.9-66.7 14.3-88.1-9.7-11.2-25.3-16.7-46.5-16.7h-70.7L97.4 350.3zm185.7-213.6h36.5l-8.7 44.8c31.5 0 60.7-2.3 74.8 10.7 14.8 13.6 7.7 31-8.3 113.1h-37c15.4-79.4 18.3-86 12.7-92-5.4-5.8-17.7-4.6-47.4-4.6l-18.8 96.6h-36.5l32.7-168.6zM505 242.5c-8 41.1-36.7 36.3-70.1 36.3l13.7-70.6c38.2 0 63.8-4.1 56.4 34.3zM384.2 350.3H421l8.7-44.8c43.2 0 67.1 2.5 90.2-19.1 26.1-24 32.9-66.7 14.3-88.1-9.7-11.2-25.3-16.7-46.5-16.7H417l-32.8 168.7z\"/></svg></li><li title=\"pied piper alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M244 246c-3.2-2-6.3-2.9-10.1-2.9-6.6 0-12.6 3.2-19.3 3.7l1.7 4.9zm135.9 197.9c-19 0-64.1 9.5-79.9 19.8l6.9 45.1c35.7 6.1 70.1 3.6 106-9.8-4.8-10-23.5-55.1-33-55.1zM340.8 177c6.6 2.8 11.5 9.2 22.7 22.1 2-1.4 7.5-5.2 7.5-8.6 0-4.9-11.8-13.2-13.2-23 11.2-5.7 25.2-6 37.6-8.9 68.1-16.4 116.3-52.9 146.8-116.7C548.3 29.3 554 16.1 554.6 2l-2 2.6c-28.4 50-33 63.2-81.3 100-31.9 24.4-69.2 40.2-106.6 54.6l-6.3-.3v-21.8c-19.6 1.6-19.7-14.6-31.6-23-18.7 20.6-31.6 40.8-58.9 51.1-12.7 4.8-19.6 10-25.9 21.8 34.9-16.4 91.2-13.5 98.8-10zM555.5 0l-.6 1.1-.3.9.6-.6zm-59.2 382.1c-33.9-56.9-75.3-118.4-150-115.5l-.3-6c-1.1-13.5 32.8 3.2 35.1-31l-14.4 7.2c-19.8-45.7-8.6-54.3-65.5-54.3-14.7 0-26.7 1.7-41.4 4.6 2.9 18.6 2.2 36.7-10.9 50.3l19.5 5.5c-1.7 3.2-2.9 6.3-2.9 9.8 0 21 42.8 2.9 42.8 33.6 0 18.4-36.8 60.1-54.9 60.1-8 0-53.7-50-53.4-60.1l.3-4.6 52.3-11.5c13-2.6 12.3-22.7-2.9-22.7-3.7 0-43.1 9.2-49.4 10.6-2-5.2-7.5-14.1-13.8-14.1-3.2 0-6.3 3.2-9.5 4-9.2 2.6-31 2.9-21.5 20.1L15.9 298.5c-5.5 1.1-8.9 6.3-8.9 11.8 0 6 5.5 10.9 11.5 10.9 8 0 131.3-28.4 147.4-32.2 2.6 3.2 4.6 6.3 7.8 8.6 20.1 14.4 59.8 85.9 76.4 85.9 24.1 0 58-22.4 71.3-41.9 3.2-4.3 6.9-7.5 12.4-6.9.6 13.8-31.6 34.2-33 43.7-1.4 10.2-1 35.2-.3 41.1 26.7 8.1 52-3.6 77.9-2.9 4.3-21 10.6-41.9 9.8-63.5l-.3-9.5c-1.4-34.2-10.9-38.5-34.8-58.6-1.1-1.1-2.6-2.6-3.7-4 2.2-1.4 1.1-1 4.6-1.7 88.5 0 56.3 183.6 111.5 229.9 33.1-15 72.5-27.9 103.5-47.2-29-25.6-52.6-45.7-72.7-79.9zm-196.2 46.1v27.2l11.8-3.4-2.9-23.8zm-68.7-150.4l24.1 61.2 21-13.8-31.3-50.9zm84.4 154.9l2 12.4c9-1.5 58.4-6.6 58.4-14.1 0-1.4-.6-3.2-.9-4.6-26.8 0-36.9 3.8-59.5 6.3z\"/></svg></li><li title=\"pied piper hat \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M640 24.9c-80.8 53.6-89.4 92.5-96.4 104.4-6.7 12.2-11.7 60.3-23.3 83.6-11.7 23.6-54.2 42.2-66.1 50-11.7 7.8-28.3 38.1-41.9 64.2-108.1-4.4-167.4 38.8-259.2 93.6 29.4-9.7 43.3-16.7 43.3-16.7 94.2-36 139.3-68.3 281.1-49.2 1.1 0 1.9.6 2.8.8 3.9 2.2 5.3 6.9 3.1 10.8l-53.9 95.8c-2.5 4.7-7.8 7.2-13.1 6.1-126.8-23.8-226.9 17.3-318.9 18.6C24.1 488 0 453.4 0 451.8c0-1.1.6-1.7 1.7-1.7 0 0 38.3 0 103.1-15.3C178.4 294.5 244 245.4 315.4 245.4c0 0 71.7 0 90.6 61.9 22.8-39.7 28.3-49.2 28.3-49.2 5.3-9.4 35-77.2 86.4-141.4 51.5-64 90.4-79.9 119.3-91.8z\"/></svg></li><li title=\"pied piper pp \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M205.3 174.6c0 21.1-14.2 38.1-31.7 38.1-7.1 0-12.8-1.2-17.2-3.7v-68c4.4-2.7 10.1-4.2 17.2-4.2 17.5 0 31.7 16.9 31.7 37.8zm52.6 67c-7.1 0-12.8 1.5-17.2 4.2v68c4.4 2.5 10.1 3.7 17.2 3.7 17.4 0 31.7-16.9 31.7-37.8 0-21.1-14.3-38.1-31.7-38.1zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zM185 255.1c41 0 74.2-35.6 74.2-79.6 0-44-33.2-79.6-74.2-79.6-12 0-24.1 3.2-34.6 8.8h-45.7V311l51.8-10.1v-50.6c8.6 3.1 18.1 4.8 28.5 4.8zm158.4 25.3c0-44-33.2-79.6-73.9-79.6-3.2 0-6.4.2-9.6.7-3.7 12.5-10.1 23.8-19.2 33.4-13.8 15-32.2 23.8-51.8 24.8V416l51.8-10.1v-50.6c8.6 3.2 18.2 4.7 28.7 4.7 40.8 0 74-35.6 74-79.6z\"/></svg></li><li title=\"pied piper square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M32 419L0 479.2l.8-328C.8 85.3 54 32 120 32h327.2c-93 28.9-189.9 94.2-253.9 168.6C122.7 282 82.6 338 32 419M448 32S305.2 98.8 261.6 199.1c-23.2 53.6-28.9 118.1-71 158.6-28.9 27.8-69.8 38.2-105.3 56.3-23.2 12-66.4 40.5-84.9 66h328.4c66 0 119.3-53.3 119.3-119.2-.1 0-.1-328.8-.1-328.8z\"/></svg></li><li title=\"pied piper \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 480 512\"><path d=\"M455.93,23.2C429.23,30,387.79,51.69,341.35,90.66A206,206,0,0,0,240,64C125.13,64,32,157.12,32,272s93.13,208,208,208,208-93.13,208-208a207.25,207.25,0,0,0-58.75-144.81,155.35,155.35,0,0,0-17,27.4A176.16,176.16,0,0,1,417.1,272c0,97.66-79.44,177.11-177.09,177.11a175.81,175.81,0,0,1-87.63-23.4c82.94-107.33,150.79-37.77,184.31-226.65,5.79-32.62,28-94.26,126.23-160.18C471,33.45,465.35,20.8,455.93,23.2ZM125,406.4A176.66,176.66,0,0,1,62.9,272C62.9,174.34,142.35,94.9,240,94.9a174,174,0,0,1,76.63,17.75C250.64,174.76,189.77,265.52,125,406.4Z\" class=\"cls-1\"/></svg></li><li title=\"pinterest p \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M204 6.5C101.4 6.5 0 74.9 0 185.6 0 256 39.6 296 63.6 296c9.9 0 15.6-27.6 15.6-35.4 0-9.3-23.7-29.1-23.7-67.8 0-80.4 61.2-137.4 140.4-137.4 68.1 0 118.5 38.7 118.5 109.8 0 53.1-21.3 152.7-90.3 152.7-24.9 0-46.2-18-46.2-43.8 0-37.8 26.4-74.4 26.4-113.4 0-66.2-93.9-54.2-93.9 25.8 0 16.8 2.1 35.4 9.6 50.7-13.8 59.4-42 147.9-42 209.1 0 18.9 2.7 37.5 4.5 56.4 3.4 3.8 1.7 3.4 6.9 1.5 50.4-69 48.6-82.5 71.4-172.8 12.3 23.4 44.1 36 69.3 36 106.2 0 153.9-103.5 153.9-196.8C384 71.3 298.2 6.5 204 6.5z\"/></svg></li><li title=\"pinterest square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M448 80v352c0 26.5-21.5 48-48 48H154.4c9.8-16.4 22.4-40 27.4-59.3 3-11.5 15.3-58.4 15.3-58.4 8 15.3 31.4 28.2 56.3 28.2 74.1 0 127.4-68.1 127.4-152.7 0-81.1-66.2-141.8-151.4-141.8-106 0-162.2 71.1-162.2 148.6 0 36 19.2 80.8 49.8 95.1 4.7 2.2 7.1 1.2 8.2-3.3.8-3.4 5-20.1 6.8-27.8.6-2.5.3-4.6-1.7-7-10.1-12.3-18.3-34.9-18.3-56 0-54.2 41-106.6 110.9-106.6 60.3 0 102.6 41.1 102.6 99.9 0 66.4-33.5 112.4-77.2 112.4-24.1 0-42.1-19.9-36.4-44.4 6.9-29.2 20.3-60.7 20.3-81.8 0-53-75.5-45.7-75.5 25 0 21.7 7.3 36.5 7.3 36.5-31.4 132.8-36.1 134.5-29.6 192.6l2.2.8H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48z\"/></svg></li><li title=\"pinterest \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M496 256c0 137-111 248-248 248-25.6 0-50.2-3.9-73.4-11.1 10.1-16.5 25.2-43.5 30.8-65 3-11.6 15.4-59 15.4-59 8.1 15.4 31.7 28.5 56.8 28.5 74.8 0 128.7-68.8 128.7-154.3 0-81.9-66.9-143.2-152.9-143.2-107 0-163.9 71.8-163.9 150.1 0 36.4 19.4 81.7 50.3 96.1 4.7 2.2 7.2 1.2 8.3-3.3.8-3.4 5-20.3 6.9-28.1.6-2.5.3-4.7-1.7-7.1-10.1-12.5-18.3-35.3-18.3-56.6 0-54.7 41.4-107.6 112-107.6 60.9 0 103.6 41.5 103.6 100.9 0 67.1-33.9 113.6-78 113.6-24.3 0-42.6-20.1-36.7-44.8 7-29.5 20.5-61.3 20.5-82.6 0-19-10.2-34.9-31.4-34.9-24.9 0-44.9 25.7-44.9 60.2 0 22 7.4 36.8 7.4 36.8s-24.5 103.8-29 123.2c-5 21.4-3 51.6-.9 71.2C65.4 450.9 0 361.1 0 256 0 119 111 8 248 8s248 111 248 248z\"/></svg></li><li title=\"playstation \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M570.9 372.3c-11.3 14.2-38.8 24.3-38.8 24.3L327 470.2v-54.3l150.9-53.8c17.1-6.1 19.8-14.8 5.8-19.4-13.9-4.6-39.1-3.3-56.2 2.9L327 381.1v-56.4c23.2-7.8 47.1-13.6 75.7-16.8 40.9-4.5 90.9.6 130.2 15.5 44.2 14 49.2 34.7 38 48.9zm-224.4-92.5v-139c0-16.3-3-31.3-18.3-35.6-11.7-3.8-19 7.1-19 23.4v347.9l-93.8-29.8V32c39.9 7.4 98 24.9 129.2 35.4C424.1 94.7 451 128.7 451 205.2c0 74.5-46 102.8-104.5 74.6zM43.2 410.2c-45.4-12.8-53-39.5-32.3-54.8 19.1-14.2 51.7-24.9 51.7-24.9l134.5-47.8v54.5l-96.8 34.6c-17.1 6.1-19.7 14.8-5.8 19.4 13.9 4.6 39.1 3.3 56.2-2.9l46.4-16.9v48.8c-51.6 9.3-101.4 7.3-153.9-10z\"/></svg></li><li title=\"product hunt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M326.3 218.8c0 20.5-16.7 37.2-37.2 37.2h-70.3v-74.4h70.3c20.5 0 37.2 16.7 37.2 37.2zM504 256c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zm-128.1-37.2c0-47.9-38.9-86.8-86.8-86.8H169.2v248h49.6v-74.4h70.3c47.9 0 86.8-38.9 86.8-86.8z\"/></svg></li><li title=\"pushed \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 432 512\"><path d=\"M407 111.9l-98.5-9 14-33.4c10.4-23.5-10.8-40.4-28.7-37L22.5 76.9c-15.1 2.7-26 18.3-21.4 36.6l105.1 348.3c6.5 21.3 36.7 24.2 47.7 7l35.3-80.8 235.2-231.3c16.4-16.8 4.3-42.9-17.4-44.8zM297.6 53.6c5.1-.7 7.5 2.5 5.2 7.4L286 100.9 108.6 84.6l189-31zM22.7 107.9c-3.1-5.1 1-10 6.1-9.1l248.7 22.7-96.9 230.7L22.7 107.9zM136 456.4c-2.6 4-7.9 3.1-9.4-1.2L43.5 179.7l127.7 197.6c-7 15-35.2 79.1-35.2 79.1zm272.8-314.5L210.1 337.3l89.7-213.7 106.4 9.7c4 1.1 5.7 5.3 2.6 8.6z\"/></svg></li><li title=\"python \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M439.8 200.5c-7.7-30.9-22.3-54.2-53.4-54.2h-40.1v47.4c0 36.8-31.2 67.8-66.8 67.8H172.7c-29.2 0-53.4 25-53.4 54.3v101.8c0 29 25.2 46 53.4 54.3 33.8 9.9 66.3 11.7 106.8 0 26.9-7.8 53.4-23.5 53.4-54.3v-40.7H226.2v-13.6h160.2c31.1 0 42.6-21.7 53.4-54.2 11.2-33.5 10.7-65.7 0-108.6zM286.2 404c11.1 0 20.1 9.1 20.1 20.3 0 11.3-9 20.4-20.1 20.4-11 0-20.1-9.2-20.1-20.4.1-11.3 9.1-20.3 20.1-20.3zM167.8 248.1h106.8c29.7 0 53.4-24.5 53.4-54.3V91.9c0-29-24.4-50.7-53.4-55.6-35.8-5.9-74.7-5.6-106.8.1-45.2 8-53.4 24.7-53.4 55.6v40.7h106.9v13.6h-147c-31.1 0-58.3 18.7-66.8 54.2-9.8 40.7-10.2 66.1 0 108.6 7.6 31.6 25.7 54.2 56.8 54.2H101v-48.8c0-35.3 30.5-66.4 66.8-66.4zm-6.7-142.6c-11.1 0-20.1-9.1-20.1-20.3.1-11.3 9-20.4 20.1-20.4 11 0 20.1 9.2 20.1 20.4s-9 20.3-20.1 20.3z\"/></svg></li><li title=\"qq \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M433.754 420.445c-11.526 1.393-44.86-52.741-44.86-52.741 0 31.345-16.136 72.247-51.051 101.786 16.842 5.192 54.843 19.167 45.803 34.421-7.316 12.343-125.51 7.881-159.632 4.037-34.122 3.844-152.316 8.306-159.632-4.037-9.045-15.25 28.918-29.214 45.783-34.415-34.92-29.539-51.059-70.445-51.059-101.792 0 0-33.334 54.134-44.859 52.741-5.37-.65-12.424-29.644 9.347-99.704 10.261-33.024 21.995-60.478 40.144-105.779C60.683 98.063 108.982.006 224 0c113.737.006 163.156 96.133 160.264 214.963 18.118 45.223 29.912 72.85 40.144 105.778 21.768 70.06 14.716 99.053 9.346 99.704z\"/></svg></li><li title=\"quinscape \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M313.6 474.6h-1a158.1 158.1 0 0 1 0-316.2c94.9 0 168.2 83.1 157 176.6 4 5.1 8.2 9.6 11.2 15.3 13.4-30.3 20.3-62.4 20.3-97.7C501.1 117.5 391.6 8 256.5 8S12 117.5 12 252.6s109.5 244.6 244.5 244.6a237.36 237.36 0 0 0 70.4-10.1c-5.2-3.5-8.9-8.1-13.3-12.5zm-.1-.1l.4.1zm78.4-168.9a99.2 99.2 0 1 0 99.2 99.2 99.18 99.18 0 0 0-99.2-99.2z\"/></svg></li><li title=\"quora \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M440.5 386.7h-29.3c-1.5 13.5-10.5 30.8-33 30.8-20.5 0-35.3-14.2-49.5-35.8 44.2-34.2 74.7-87.5 74.7-153C403.5 111.2 306.8 32 205 32 105.3 32 7.3 111.7 7.3 228.7c0 134.1 131.3 221.6 249 189C276 451.3 302 480 351.5 480c81.8 0 90.8-75.3 89-93.3zM297 329.2C277.5 300 253.3 277 205.5 277c-30.5 0-54.3 10-69 22.8l12.2 24.3c6.2-3 13-4 19.8-4 35.5 0 53.7 30.8 69.2 61.3-10 3-20.7 4.2-32.7 4.2-75 0-107.5-53-107.5-156.7C97.5 124.5 130 71 205 71c76.2 0 108.7 53.5 108.7 157.7.1 41.8-5.4 75.6-16.7 100.5z\"/></svg></li><li title=\"r project \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 581 512\"><path d=\"M581 226.6C581 119.1 450.9 32 290.5 32S0 119.1 0 226.6C0 322.4 103.3 402 239.4 418.1V480h99.1v-61.5c24.3-2.7 47.6-7.4 69.4-13.9L448 480h112l-67.4-113.7c54.5-35.4 88.4-84.9 88.4-139.7zm-466.8 14.5c0-73.5 98.9-133 220.8-133s211.9 40.7 211.9 133c0 50.1-26.5 85-70.3 106.4-2.4-1.6-4.7-2.9-6.4-3.7-10.2-5.2-27.8-10.5-27.8-10.5s86.6-6.4 86.6-92.7-90.6-87.9-90.6-87.9h-199V361c-74.1-21.5-125.2-67.1-125.2-119.9zm225.1 38.3v-55.6c57.8 0 87.8-6.8 87.8 27.3 0 36.5-38.2 28.3-87.8 28.3zm-.9 72.5H365c10.8 0 18.9 11.7 24 19.2-16.1 1.9-33 2.8-50.6 2.9v-22.1z\"/></svg></li><li title=\"raspberry pi \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 407 512\"><path d=\"M372 232.5l-3.7-6.5c.1-46.4-21.4-65.3-46.5-79.7 7.6-2 15.4-3.6 17.6-13.2 13.1-3.3 15.8-9.4 17.1-15.8 3.4-2.3 14.8-8.7 13.6-19.7 6.4-4.4 10-10.1 8.1-18.1 6.9-7.5 8.7-13.7 5.8-19.4 8.3-10.3 4.6-15.6 1.1-20.9 6.2-11.2.7-23.2-16.6-21.2-6.9-10.1-21.9-7.8-24.2-7.8-2.6-3.2-6-6-16.5-4.7-6.8-6.1-14.4-5-22.3-2.1-9.3-7.3-15.5-1.4-22.6.8C271.6.6 269 5.5 263.5 7.6c-12.3-2.6-16.1 3-22 8.9l-6.9-.1c-18.6 10.8-27.8 32.8-31.1 44.1-3.3-11.3-12.5-33.3-31.1-44.1l-6.9.1c-5.9-5.9-9.7-11.5-22-8.9-5.6-2-8.1-7-19.4-3.4-4.6-1.4-8.9-4.4-13.9-4.3-2.6.1-5.5 1-8.7 3.5-7.9-3-15.5-4-22.3 2.1-10.5-1.3-14 1.4-16.5 4.7-2.3 0-17.3-2.3-24.2 7.8C21.2 16 15.8 28 22 39.2c-3.5 5.4-7.2 10.7 1.1 20.9-2.9 5.7-1.1 11.9 5.8 19.4-1.8 8 1.8 13.7 8.1 18.1-1.2 11 10.2 17.4 13.6 19.7 1.3 6.4 4 12.4 17.1 15.8 2.2 9.5 10 11.2 17.6 13.2-25.1 14.4-46.6 33.3-46.5 79.7l-3.7 6.5c-28.8 17.2-54.7 72.7-14.2 117.7 2.6 14.1 7.1 24.2 11 35.4 5.9 45.2 44.5 66.3 54.6 68.8 14.9 11.2 30.8 21.8 52.2 29.2C159 504.2 181 512 203 512h1c22.1 0 44-7.8 64.2-28.4 21.5-7.4 37.3-18 52.2-29.2 10.2-2.5 48.7-23.6 54.6-68.8 3.9-11.2 8.4-21.3 11-35.4 40.6-45.1 14.7-100.5-14-117.7zm-22.2-8c-1.5 18.7-98.9-65.1-82.1-67.9 45.7-7.5 83.6 19.2 82.1 67.9zm-43 93.1c-24.5 15.8-59.8 5.6-78.8-22.8s-14.6-64.2 9.9-80c24.5-15.8 59.8-5.6 78.8 22.8s14.6 64.2-9.9 80zM238.9 29.3c.8 4.2 1.8 6.8 2.9 7.6 5.4-5.8 9.8-11.7 16.8-17.3 0 3.3-1.7 6.8 2.5 9.4 3.7-5 8.8-9.5 15.5-13.3-3.2 5.6-.6 7.3 1.2 9.6 5.1-4.4 10-8.8 19.4-12.3-2.6 3.1-6.2 6.2-2.4 9.8 5.3-3.3 10.6-6.6 23.1-8.9-2.8 3.1-8.7 6.3-5.1 9.4 6.6-2.5 14-4.4 22.1-5.4-3.9 3.2-7.1 6.3-3.9 8.8 7.1-2.2 16.9-5.1 26.4-2.6l-6 6.1c-.7.8 14.1.6 23.9.8-3.6 5-7.2 9.7-9.3 18.2 1 1 5.8.4 10.4 0-4.7 9.9-12.8 12.3-14.7 16.6 2.9 2.2 6.8 1.6 11.2.1-3.4 6.9-10.4 11.7-16 17.3 1.4 1 3.9 1.6 9.7.9-5.2 5.5-11.4 10.5-18.8 15 1.3 1.5 5.8 1.5 10 1.6-6.7 6.5-15.3 9.9-23.4 14.2 4 2.7 6.9 2.1 10 2.1-5.7 4.7-15.4 7.1-24.4 10 1.7 2.7 3.4 3.4 7.1 4.1-9.5 5.3-23.2 2.9-27 5.6.9 2.7 3.6 4.4 6.7 5.8-15.4.9-57.3-.6-65.4-32.3 15.7-17.3 44.4-37.5 93.7-62.6-38.4 12.8-73 30-102 53.5-34.3-15.9-10.8-55.9 5.8-71.8zm-34.4 114.6c24.2-.3 54.1 17.8 54 34.7-.1 15-21 27.1-53.8 26.9-32.1-.4-53.7-15.2-53.6-29.8 0-11.9 26.2-32.5 53.4-31.8zm-123-12.8c3.7-.7 5.4-1.5 7.1-4.1-9-2.8-18.7-5.3-24.4-10 3.1 0 6 .7 10-2.1-8.1-4.3-16.7-7.7-23.4-14.2 4.2-.1 8.7 0 10-1.6-7.4-4.5-13.6-9.5-18.8-15 5.8.7 8.3.1 9.7-.9-5.6-5.6-12.7-10.4-16-17.3 4.3 1.5 8.3 2 11.2-.1-1.9-4.2-10-6.7-14.7-16.6 4.6.4 9.4 1 10.4 0-2.1-8.5-5.8-13.3-9.3-18.2 9.8-.1 24.6 0 23.9-.8l-6-6.1c9.5-2.5 19.3.4 26.4 2.6 3.2-2.5-.1-5.6-3.9-8.8 8.1 1.1 15.4 2.9 22.1 5.4 3.5-3.1-2.3-6.3-5.1-9.4 12.5 2.3 17.8 5.6 23.1 8.9 3.8-3.6.2-6.7-2.4-9.8 9.4 3.4 14.3 7.9 19.4 12.3 1.7-2.3 4.4-4 1.2-9.6 6.7 3.8 11.8 8.3 15.5 13.3 4.1-2.6 2.5-6.2 2.5-9.4 7 5.6 11.4 11.5 16.8 17.3 1.1-.8 2-3.4 2.9-7.6 16.6 15.9 40.1 55.9 6 71.8-29-23.5-63.6-40.7-102-53.5 49.3 25 78 45.3 93.7 62.6-8 31.8-50 33.2-65.4 32.3 3.1-1.4 5.8-3.2 6.7-5.8-4-2.8-17.6-.4-27.2-5.6zm60.1 24.1c16.8 2.8-80.6 86.5-82.1 67.9-1.5-48.7 36.5-75.5 82.1-67.9zM38.2 342c-23.7-18.8-31.3-73.7 12.6-98.3 26.5-7 9 107.8-12.6 98.3zm91 98.2c-13.3 7.9-45.8 4.7-68.8-27.9-15.5-27.4-13.5-55.2-2.6-63.4 16.3-9.8 41.5 3.4 60.9 25.6 16.9 20 24.6 55.3 10.5 65.7zm-26.4-119.7c-24.5-15.8-28.9-51.6-9.9-80s54.3-38.6 78.8-22.8 28.9 51.6 9.9 80c-19.1 28.4-54.4 38.6-78.8 22.8zM205 496c-29.4 1.2-58.2-23.7-57.8-32.3-.4-12.7 35.8-22.6 59.3-22 23.7-1 55.6 7.5 55.7 18.9.5 11-28.8 35.9-57.2 35.4zm58.9-124.9c.2 29.7-26.2 53.8-58.8 54-32.6.2-59.2-23.8-59.4-53.4v-.6c-.2-29.7 26.2-53.8 58.8-54 32.6-.2 59.2 23.8 59.4 53.4v.6zm82.2 42.7c-25.3 34.6-59.6 35.9-72.3 26.3-13.3-12.4-3.2-50.9 15.1-72 20.9-23.3 43.3-38.5 58.9-26.6 10.5 10.3 16.7 49.1-1.7 72.3zm22.9-73.2c-21.5 9.4-39-105.3-12.6-98.3 43.9 24.7 36.3 79.6 12.6 98.3z\"/></svg></li><li title=\"ravelry \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M498.252,234.223c-1.208-10.34-1.7-20.826-3.746-31a310.306,310.306,0,0,0-9.622-36.6,184.068,184.068,0,0,0-30.874-57.5,251.154,251.154,0,0,0-18.818-21.689,237.362,237.362,0,0,0-47.113-36.116A240.8,240.8,0,0,0,331.356,26.65c-11.018-3.1-22.272-5.431-33.515-7.615-6.78-1.314-13.749-1.667-20.627-2.482-.316-.036-.6-.358-.9-.553q-16.143.009-32.288.006c-2.41.389-4.808.925-7.236,1.15a179.331,179.331,0,0,0-34.256,7.1,221.5,221.5,0,0,0-39.768,16.355,281.385,281.385,0,0,0-38.08,24.158c-6.167,4.61-12.268,9.36-17.974,14.518C96.539,88.494,86.34,97.72,76.785,107.555a243.878,243.878,0,0,0-33.648,43.95,206.488,206.488,0,0,0-20.494,44.6,198.2,198.2,0,0,0-7.691,34.759A201.13,201.13,0,0,0,13.4,266.385a299.716,299.716,0,0,0,4.425,40.24,226.865,226.865,0,0,0,16.73,53.3,210.543,210.543,0,0,0,24,39.528,213.589,213.589,0,0,0,26.358,28.416A251.313,251.313,0,0,0,126.7,458.455a287.831,287.831,0,0,0,55.9,25.277,269.5,269.5,0,0,0,40.641,9.835c6.071,1.01,12.275,1.253,18.412,1.873a4.149,4.149,0,0,1,1.19.56h32.289c2.507-.389,5-.937,7.527-1.143,16.336-1.332,32.107-5.335,47.489-10.717A219.992,219.992,0,0,0,379.1,460.322c9.749-6.447,19.395-13.077,28.737-20.1,5.785-4.348,10.988-9.5,16.3-14.457,3.964-3.7,7.764-7.578,11.51-11.5a232.162,232.162,0,0,0,31.427-41.639c9.542-16.045,17.355-32.905,22.3-50.926,2.859-10.413,4.947-21.045,7.017-31.652,1.032-5.279,1.251-10.723,1.87-16.087.036-.317.358-.6.552-.9V236.005A9.757,9.757,0,0,1,498.252,234.223Zm-161.117-1.15s-16.572-2.98-28.47-2.98c-27.2,0-33.57,14.9-33.57,37.04V360.8H201.582V170.062H275.1v31.931c8.924-26.822,26.771-36.189,62.04-36.189Z\"/></svg></li><li title=\"react \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M418.2 177.2c-5.4-1.8-10.8-3.5-16.2-5.1.9-3.7 1.7-7.4 2.5-11.1 12.3-59.6 4.2-107.5-23.1-123.3-26.3-15.1-69.2.6-112.6 38.4-4.3 3.7-8.5 7.6-12.5 11.5-2.7-2.6-5.5-5.2-8.3-7.7-45.5-40.4-91.1-57.4-118.4-41.5-26.2 15.2-34 60.3-23 116.7 1.1 5.6 2.3 11.1 3.7 16.7-6.4 1.8-12.7 3.8-18.6 5.9C38.3 196.2 0 225.4 0 255.6c0 31.2 40.8 62.5 96.3 81.5 4.5 1.5 9 3 13.6 4.3-1.5 6-2.8 11.9-4 18-10.5 55.5-2.3 99.5 23.9 114.6 27 15.6 72.4-.4 116.6-39.1 3.5-3.1 7-6.3 10.5-9.7 4.4 4.3 9 8.4 13.6 12.4 42.8 36.8 85.1 51.7 111.2 36.6 27-15.6 35.8-62.9 24.4-120.5-.9-4.4-1.9-8.9-3-13.5 3.2-.9 6.3-1.9 9.4-2.9 57.7-19.1 99.5-50 99.5-81.7 0-30.3-39.4-59.7-93.8-78.4zM282.9 92.3c37.2-32.4 71.9-45.1 87.7-36 16.9 9.7 23.4 48.9 12.8 100.4-.7 3.4-1.4 6.7-2.3 10-22.2-5-44.7-8.6-67.3-10.6-13-18.6-27.2-36.4-42.6-53.1 3.9-3.7 7.7-7.2 11.7-10.7zM167.2 307.5c5.1 8.7 10.3 17.4 15.8 25.9-15.6-1.7-31.1-4.2-46.4-7.5 4.4-14.4 9.9-29.3 16.3-44.5 4.6 8.8 9.3 17.5 14.3 26.1zm-30.3-120.3c14.4-3.2 29.7-5.8 45.6-7.8-5.3 8.3-10.5 16.8-15.4 25.4-4.9 8.5-9.7 17.2-14.2 26-6.3-14.9-11.6-29.5-16-43.6zm27.4 68.9c6.6-13.8 13.8-27.3 21.4-40.6s15.8-26.2 24.4-38.9c15-1.1 30.3-1.7 45.9-1.7s31 .6 45.9 1.7c8.5 12.6 16.6 25.5 24.3 38.7s14.9 26.7 21.7 40.4c-6.7 13.8-13.9 27.4-21.6 40.8-7.6 13.3-15.7 26.2-24.2 39-14.9 1.1-30.4 1.6-46.1 1.6s-30.9-.5-45.6-1.4c-8.7-12.7-16.9-25.7-24.6-39s-14.8-26.8-21.5-40.6zm180.6 51.2c5.1-8.8 9.9-17.7 14.6-26.7 6.4 14.5 12 29.2 16.9 44.3-15.5 3.5-31.2 6.2-47 8 5.4-8.4 10.5-17 15.5-25.6zm14.4-76.5c-4.7-8.8-9.5-17.6-14.5-26.2-4.9-8.5-10-16.9-15.3-25.2 16.1 2 31.5 4.7 45.9 8-4.6 14.8-10 29.2-16.1 43.4zM256.2 118.3c10.5 11.4 20.4 23.4 29.6 35.8-19.8-.9-39.7-.9-59.5 0 9.8-12.9 19.9-24.9 29.9-35.8zM140.2 57c16.8-9.8 54.1 4.2 93.4 39 2.5 2.2 5 4.6 7.6 7-15.5 16.7-29.8 34.5-42.9 53.1-22.6 2-45 5.5-67.2 10.4-1.3-5.1-2.4-10.3-3.5-15.5-9.4-48.4-3.2-84.9 12.6-94zm-24.5 263.6c-4.2-1.2-8.3-2.5-12.4-3.9-21.3-6.7-45.5-17.3-63-31.2-10.1-7-16.9-17.8-18.8-29.9 0-18.3 31.6-41.7 77.2-57.6 5.7-2 11.5-3.8 17.3-5.5 6.8 21.7 15 43 24.5 63.6-9.6 20.9-17.9 42.5-24.8 64.5zm116.6 98c-16.5 15.1-35.6 27.1-56.4 35.3-11.1 5.3-23.9 5.8-35.3 1.3-15.9-9.2-22.5-44.5-13.5-92 1.1-5.6 2.3-11.2 3.7-16.7 22.4 4.8 45 8.1 67.9 9.8 13.2 18.7 27.7 36.6 43.2 53.4-3.2 3.1-6.4 6.1-9.6 8.9zm24.5-24.3c-10.2-11-20.4-23.2-30.3-36.3 9.6.4 19.5.6 29.5.6 10.3 0 20.4-.2 30.4-.7-9.2 12.7-19.1 24.8-29.6 36.4zm130.7 30c-.9 12.2-6.9 23.6-16.5 31.3-15.9 9.2-49.8-2.8-86.4-34.2-4.2-3.6-8.4-7.5-12.7-11.5 15.3-16.9 29.4-34.8 42.2-53.6 22.9-1.9 45.7-5.4 68.2-10.5 1 4.1 1.9 8.2 2.7 12.2 4.9 21.6 5.7 44.1 2.5 66.3zm18.2-107.5c-2.8.9-5.6 1.8-8.5 2.6-7-21.8-15.6-43.1-25.5-63.8 9.6-20.4 17.7-41.4 24.5-62.9 5.2 1.5 10.2 3.1 15 4.7 46.6 16 79.3 39.8 79.3 58 0 19.6-34.9 44.9-84.8 61.4zm-149.7-15c25.3 0 45.8-20.5 45.8-45.8s-20.5-45.8-45.8-45.8c-25.3 0-45.8 20.5-45.8 45.8s20.5 45.8 45.8 45.8z\"/></svg></li><li title=\"reacteurope \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M250.6 211.74l5.8-4.1 5.8 4.1-2.1-6.8 5.7-4.3-7.1-.1-2.3-6.8-2.3 6.8-7.2.1 5.7 4.3zm63.7 0l5.8-4.1 5.8 4.1-2.1-6.8 5.7-4.3-7.2-.1-2.3-6.8-2.3 6.8-7.2.1 5.7 4.3zm-91.3 50.5h-3.4c-4.8 0-3.8 4-3.8 12.1 0 4.7-2.3 6.1-5.8 6.1s-5.8-1.4-5.8-6.1v-36.6c0-4.7 2.3-6.1 5.8-6.1s5.8 1.4 5.8 6.1c0 7.2-.7 10.5 3.8 10.5h3.4c4.7-.1 3.8-3.9 3.8-12.3 0-9.9-6.7-14.1-16.8-14.1h-.2c-10.1 0-16.8 4.2-16.8 14.1V276c0 10.4 6.7 14.1 16.8 14.1h.2c10.1 0 16.8-3.8 16.8-14.1 0-9.86 1.1-13.76-3.8-13.76zm-80.7 17.4h-14.7v-19.3H139c2.5 0 3.8-1.3 3.8-3.8v-2.1c0-2.5-1.3-3.8-3.8-3.8h-11.4v-18.3H142c2.5 0 3.8-1.3 3.8-3.8v-2.1c0-2.5-1.3-3.8-3.8-3.8h-21.7c-2.4-.1-3.7 1.3-3.7 3.8v59.1c0 2.5 1.3 3.8 3.8 3.8h21.9c2.5 0 3.8-1.3 3.8-3.8v-2.1c0-2.5-1.3-3.8-3.8-3.8zm-42-18.5c4.6-2 7.3-6 7.3-12.4v-11.9c0-10.1-6.7-14.1-16.8-14.1H77.4c-2.5 0-3.8 1.3-3.8 3.8v59.1c0 2.5 1.3 3.8 3.8 3.8h3.4c2.5 0 3.8-1.3 3.8-3.8v-22.9h5.6l7.4 23.5a4.1 4.1 0 0 0 4.3 3.2h3.3c2.8 0 4-1.8 3.2-4.4zm-3.8-14c0 4.8-2.5 6.1-6.1 6.1h-5.8v-20.9h5.8c3.6 0 6.1 1.3 6.1 6.1zM176 226a3.82 3.82 0 0 0-4.2-3.4h-6.9a3.68 3.68 0 0 0-4 3.4l-11 59.2c-.5 2.7.9 4.1 3.4 4.1h3a3.74 3.74 0 0 0 4.1-3.5l1.8-11.3h12.2l1.8 11.3a3.74 3.74 0 0 0 4.1 3.5h3.5c2.6 0 3.9-1.4 3.4-4.1zm-12.3 39.3l4.7-29.7 4.7 29.7zm89.3 20.2v-53.2h7.5c2.5 0 3.8-1.3 3.8-3.8v-2.1c0-2.5-1.3-3.8-3.8-3.8h-25.8c-2.5 0-3.8 1.3-3.8 3.8v2.1c0 2.5 1.3 3.8 3.8 3.8h7.3v53.2c0 2.5 1.3 3.8 3.8 3.8h3.4c2.5.04 3.8-1.3 3.8-3.76zm248-.8h-19.4V258h16.1a1.89 1.89 0 0 0 2-2v-.8a1.89 1.89 0 0 0-2-2h-16.1v-25.8h19.1a1.89 1.89 0 0 0 2-2v-.8a1.77 1.77 0 0 0-2-1.9h-22.2a1.62 1.62 0 0 0-2 1.8v63a1.81 1.81 0 0 0 2 1.9H501a1.81 1.81 0 0 0 2-1.9v-.8a1.84 1.84 0 0 0-2-1.96zm-93.1-62.9h-.8c-10.1 0-15.3 4.7-15.3 14.1V276c0 9.3 5.2 14.1 15.3 14.1h.8c10.1 0 15.3-4.8 15.3-14.1v-40.1c0-9.36-5.2-14.06-15.3-14.06zm10.2 52.4c-.1 8-3 11.1-10.5 11.1s-10.5-3.1-10.5-11.1v-36.6c0-7.9 3-11.1 10.5-11.1s10.5 3.2 10.5 11.1zm-46.5-14.5c6.1-1.6 9.2-6.1 9.2-13.3v-9.7c0-9.4-5.2-14.1-15.3-14.1h-13.7a1.81 1.81 0 0 0-2 1.9v63a1.81 1.81 0 0 0 2 1.9h1.2a1.74 1.74 0 0 0 1.9-1.9v-26.9h11.6l10.4 27.2a2.32 2.32 0 0 0 2.3 1.5h1.5c1.4 0 2-1 1.5-2.3zm-6.4-3.9H355v-28.5h10.2c7.5 0 10.5 3.1 10.5 11.1v6.4c0 7.84-3 11.04-10.5 11.04zm85.9-33.1h-13.7a1.62 1.62 0 0 0-2 1.8v63a1.81 1.81 0 0 0 2 1.9h1.2a1.74 1.74 0 0 0 1.9-1.9v-26.1h10.6c10.1 0 15.3-4.8 15.3-14.1v-10.5c0-9.4-5.2-14.1-15.3-14.1zm10.2 22.8c0 7.9-3 11.1-10.5 11.1h-10.2v-29.2h10.2c7.5-.1 10.5 3.1 10.5 11zM259.5 308l-2.3-6.8-2.3 6.8-7.1.1 5.7 4.3-2.1 6.8 5.8-4.1 5.8 4.1-2.1-6.8 5.7-4.3zm227.6-136.1a364.42 364.42 0 0 0-35.6-11.3c19.6-78 11.6-134.7-22.3-153.9C394.7-12.66 343.3 11 291 61.94q5.1 4.95 10.2 10.2c82.5-80 119.6-53.5 120.9-52.8 22.4 12.7 36 55.8 15.5 137.8a587.83 587.83 0 0 0-84.6-13C281.1 43.64 212.4 2 170.8 2 140 2 127 23 123.2 29.74c-18.1 32-13.3 84.2.1 133.8-70.5 20.3-120.7 54.1-120.3 95 .5 59.6 103.2 87.8 122.1 92.8-20.5 81.9-10.1 135.6 22.3 153.9 28 15.8 75.1 6 138.2-55.2q-5.1-4.95-10.2-10.2c-82.5 80-119.7 53.5-120.9 52.8-22.3-12.6-36-55.6-15.5-137.9 12.4 2.9 41.8 9.5 84.6 13 71.9 100.4 140.6 142 182.1 142 30.8 0 43.8-21 47.6-27.7 18-31.9 13.3-84.1-.1-133.8 152.3-43.8 156.2-130.2 33.9-176.3zM135.9 36.84c2.9-5.1 11.9-20.3 34.9-20.3 36.8 0 98.8 39.6 163.3 126.2a714 714 0 0 0-93.9.9 547.76 547.76 0 0 1 42.2-52.4Q277.3 86 272.2 81a598.25 598.25 0 0 0-50.7 64.2 569.69 569.69 0 0 0-84.4 14.6c-.2-1.4-24.3-82.2-1.2-123zm304.8 438.3c-2.9 5.1-11.8 20.3-34.9 20.3-36.7 0-98.7-39.4-163.3-126.2a695.38 695.38 0 0 0 93.9-.9 547.76 547.76 0 0 1-42.2 52.4q5.1 5.25 10.2 10.2a588.47 588.47 0 0 0 50.7-64.2c47.3-4.7 80.3-13.5 84.4-14.6 22.7 84.4 4.5 117 1.2 123zm9.1-138.6c-3.6-11.9-7.7-24.1-12.4-36.4a12.67 12.67 0 0 1-10.7-5.7l-.1.1a19.61 19.61 0 0 1-5.4 3.6c5.7 14.3 10.6 28.4 14.7 42.2a535.3 535.3 0 0 1-72 13c3.5-5.3 17.2-26.2 32.2-54.2a24.6 24.6 0 0 1-6-3.2c-1.1 1.2-3.6 4.2-10.9 4.2-6.2 11.2-17.4 30.9-33.9 55.2a711.91 711.91 0 0 1-112.4 1c-7.9-11.2-21.5-31.1-36.8-57.8a21 21 0 0 1-3-1.5c-1.9 1.6-3.9 3.2-12.6 3.2 6.3 11.2 17.5 30.7 33.8 54.6a548.81 548.81 0 0 1-72.2-11.7q5.85-21 14.1-42.9c-3.2 0-5.4.2-8.4-1a17.58 17.58 0 0 1-6.9 1c-4.9 13.4-9.1 26.5-12.7 39.4C-31.7 297-12.1 216 126.7 175.64c3.6 11.9 7.7 24.1 12.4 36.4 10.4 0 12.9 3.4 14.4 5.3a12 12 0 0 1 2.3-2.2c-5.8-14.7-10.9-29.2-15.2-43.3 7-1.8 32.4-8.4 72-13-15.9 24.3-26.7 43.9-32.8 55.3a14.22 14.22 0 0 1 6.4 8 23.42 23.42 0 0 1 10.2-8.4c6.5-11.7 17.9-31.9 34.8-56.9a711.72 711.72 0 0 1 112.4-1c31.5 44.6 28.9 48.1 42.5 64.5a21.42 21.42 0 0 1 10.4-7.4c-6.4-11.4-17.6-31-34.3-55.5 40.4 4.1 65 10 72.2 11.7-4 14.4-8.9 29.2-14.6 44.2a20.74 20.74 0 0 1 6.8 4.3l.1.1a12.72 12.72 0 0 1 8.9-5.6c4.9-13.4 9.2-26.6 12.8-39.5a359.71 359.71 0 0 1 34.5 11c106.1 39.9 74 87.9 72.6 90.4-19.8 35.1-80.1 55.2-105.7 62.5zm-114.4-114h-1.2a1.74 1.74 0 0 0-1.9 1.9v49.8c0 7.9-2.6 11.1-10.1 11.1s-10.1-3.1-10.1-11.1v-49.8a1.69 1.69 0 0 0-1.9-1.9H309a1.81 1.81 0 0 0-2 1.9v51.5c0 9.6 5 14.1 15.1 14.1h.4c10.1 0 15.1-4.6 15.1-14.1v-51.5a2 2 0 0 0-2.2-1.9zM321.7 308l-2.3-6.8-2.3 6.8-7.1.1 5.7 4.3-2.1 6.8 5.8-4.1 5.8 4.1-2.1-6.8 5.7-4.3zm-31.1 7.4l-2.3-6.8-2.3 6.8-7.1.1 5.7 4.3-2.1 6.8 5.8-4.1 5.8 4.1-2.1-6.8 5.7-4.3zm5.1-30.8h-19.4v-26.7h16.1a1.89 1.89 0 0 0 2-2v-.8a1.89 1.89 0 0 0-2-2h-16.1v-25.8h19.1a1.89 1.89 0 0 0 2-2v-.8a1.77 1.77 0 0 0-2-1.9h-22.2a1.81 1.81 0 0 0-2 1.9v63a1.81 1.81 0 0 0 2 1.9h22.5a1.77 1.77 0 0 0 2-1.9v-.8a1.83 1.83 0 0 0-2-2.06zm-7.4-99.4L286 192l-7.1.1 5.7 4.3-2.1 6.8 5.8-4.1 5.8 4.1-2.1-6.8 5.7-4.3-7.1-.1z\"/></svg></li><li title=\"readme \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M528.3 46.5H388.5c-48.1 0-89.9 33.3-100.4 80.3-10.6-47-52.3-80.3-100.4-80.3H48c-26.5 0-48 21.5-48 48v245.8c0 26.5 21.5 48 48 48h89.7c102.2 0 132.7 24.4 147.3 75 .7 2.8 5.2 2.8 6 0 14.7-50.6 45.2-75 147.3-75H528c26.5 0 48-21.5 48-48V94.6c0-26.4-21.3-47.9-47.7-48.1zM242 311.9c0 1.9-1.5 3.5-3.5 3.5H78.2c-1.9 0-3.5-1.5-3.5-3.5V289c0-1.9 1.5-3.5 3.5-3.5h160.4c1.9 0 3.5 1.5 3.5 3.5v22.9zm0-60.9c0 1.9-1.5 3.5-3.5 3.5H78.2c-1.9 0-3.5-1.5-3.5-3.5v-22.9c0-1.9 1.5-3.5 3.5-3.5h160.4c1.9 0 3.5 1.5 3.5 3.5V251zm0-60.9c0 1.9-1.5 3.5-3.5 3.5H78.2c-1.9 0-3.5-1.5-3.5-3.5v-22.9c0-1.9 1.5-3.5 3.5-3.5h160.4c1.9 0 3.5 1.5 3.5 3.5v22.9zm259.3 121.7c0 1.9-1.5 3.5-3.5 3.5H337.5c-1.9 0-3.5-1.5-3.5-3.5v-22.9c0-1.9 1.5-3.5 3.5-3.5h160.4c1.9 0 3.5 1.5 3.5 3.5v22.9zm0-60.9c0 1.9-1.5 3.5-3.5 3.5H337.5c-1.9 0-3.5-1.5-3.5-3.5V228c0-1.9 1.5-3.5 3.5-3.5h160.4c1.9 0 3.5 1.5 3.5 3.5v22.9zm0-60.9c0 1.9-1.5 3.5-3.5 3.5H337.5c-1.9 0-3.5-1.5-3.5-3.5v-22.8c0-1.9 1.5-3.5 3.5-3.5h160.4c1.9 0 3.5 1.5 3.5 3.5V190z\"/></svg></li><li title=\"rebel \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256.5 504C117.2 504 9 387.8 13.2 249.9 16 170.7 56.4 97.7 129.7 49.5c.3 0 1.9-.6 1.1.8-5.8 5.5-111.3 129.8-14.1 226.4 49.8 49.5 90 2.5 90 2.5 38.5-50.1-.6-125.9-.6-125.9-10-24.9-45.7-40.1-45.7-40.1l28.8-31.8c24.4 10.5 43.2 38.7 43.2 38.7.8-29.6-21.9-61.4-21.9-61.4L255.1 8l44.3 50.1c-20.5 28.8-21.9 62.6-21.9 62.6 13.8-23 43.5-39.3 43.5-39.3l28.5 31.8c-27.4 8.9-45.4 39.9-45.4 39.9-15.8 28.5-27.1 89.4.6 127.3 32.4 44.6 87.7-2.8 87.7-2.8 102.7-91.9-10.5-225-10.5-225-6.1-5.5.8-2.8.8-2.8 50.1 36.5 114.6 84.4 116.2 204.8C500.9 400.2 399 504 256.5 504z\"/></svg></li><li title=\"red river \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M353.2 32H94.8C42.4 32 0 74.4 0 126.8v258.4C0 437.6 42.4 480 94.8 480h258.4c52.4 0 94.8-42.4 94.8-94.8V126.8c0-52.4-42.4-94.8-94.8-94.8zM144.9 200.9v56.3c0 27-21.9 48.9-48.9 48.9V151.9c0-13.2 10.7-23.9 23.9-23.9h154.2c0 27-21.9 48.9-48.9 48.9h-56.3c-12.3-.6-24.6 11.6-24 24zm176.3 72h-56.3c-12.3-.6-24.6 11.6-24 24v56.3c0 27-21.9 48.9-48.9 48.9V247.9c0-13.2 10.7-23.9 23.9-23.9h154.2c0 27-21.9 48.9-48.9 48.9z\"/></svg></li><li title=\"reddit alien \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M440.3 203.5c-15 0-28.2 6.2-37.9 15.9-35.7-24.7-83.8-40.6-137.1-42.3L293 52.3l88.2 19.8c0 21.6 17.6 39.2 39.2 39.2 22 0 39.7-18.1 39.7-39.7s-17.6-39.7-39.7-39.7c-15.4 0-28.7 9.3-35.3 22l-97.4-21.6c-4.9-1.3-9.7 2.2-11 7.1L246.3 177c-52.9 2.2-100.5 18.1-136.3 42.8-9.7-10.1-23.4-16.3-38.4-16.3-55.6 0-73.8 74.6-22.9 100.1-1.8 7.9-2.6 16.3-2.6 24.7 0 83.8 94.4 151.7 210.3 151.7 116.4 0 210.8-67.9 210.8-151.7 0-8.4-.9-17.2-3.1-25.1 49.9-25.6 31.5-99.7-23.8-99.7zM129.4 308.9c0-22 17.6-39.7 39.7-39.7 21.6 0 39.2 17.6 39.2 39.7 0 21.6-17.6 39.2-39.2 39.2-22 .1-39.7-17.6-39.7-39.2zm214.3 93.5c-36.4 36.4-139.1 36.4-175.5 0-4-3.5-4-9.7 0-13.7 3.5-3.5 9.7-3.5 13.2 0 27.8 28.5 120 29 149 0 3.5-3.5 9.7-3.5 13.2 0 4.1 4 4.1 10.2.1 13.7zm-.8-54.2c-21.6 0-39.2-17.6-39.2-39.2 0-22 17.6-39.7 39.2-39.7 22 0 39.7 17.6 39.7 39.7-.1 21.5-17.7 39.2-39.7 39.2z\"/></svg></li><li title=\"reddit square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M283.2 345.5c2.7 2.7 2.7 6.8 0 9.2-24.5 24.5-93.8 24.6-118.4 0-2.7-2.4-2.7-6.5 0-9.2 2.4-2.4 6.5-2.4 8.9 0 18.7 19.2 81 19.6 100.5 0 2.4-2.3 6.6-2.3 9 0zm-91.3-53.8c0-14.9-11.9-26.8-26.5-26.8-14.9 0-26.8 11.9-26.8 26.8 0 14.6 11.9 26.5 26.8 26.5 14.6 0 26.5-11.9 26.5-26.5zm90.7-26.8c-14.6 0-26.5 11.9-26.5 26.8 0 14.6 11.9 26.5 26.5 26.5 14.9 0 26.8-11.9 26.8-26.5 0-14.9-11.9-26.8-26.8-26.8zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-99.7 140.6c-10.1 0-19 4.2-25.6 10.7-24.1-16.7-56.5-27.4-92.5-28.6l18.7-84.2 59.5 13.4c0 14.6 11.9 26.5 26.5 26.5 14.9 0 26.8-12.2 26.8-26.8 0-14.6-11.9-26.8-26.8-26.8-10.4 0-19.3 6.2-23.8 14.9l-65.7-14.6c-3.3-.9-6.5 1.5-7.4 4.8l-20.5 92.8c-35.7 1.5-67.8 12.2-91.9 28.9-6.5-6.8-15.8-11-25.9-11-37.5 0-49.8 50.4-15.5 67.5-1.2 5.4-1.8 11-1.8 16.7 0 56.5 63.7 102.3 141.9 102.3 78.5 0 142.2-45.8 142.2-102.3 0-5.7-.6-11.6-2.1-17 33.6-17.2 21.2-67.2-16.1-67.2z\"/></svg></li><li title=\"reddit \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M201.5 305.5c-13.8 0-24.9-11.1-24.9-24.6 0-13.8 11.1-24.9 24.9-24.9 13.6 0 24.6 11.1 24.6 24.9 0 13.6-11.1 24.6-24.6 24.6zM504 256c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zm-132.3-41.2c-9.4 0-17.7 3.9-23.8 10-22.4-15.5-52.6-25.5-86.1-26.6l17.4-78.3 55.4 12.5c0 13.6 11.1 24.6 24.6 24.6 13.8 0 24.9-11.3 24.9-24.9s-11.1-24.9-24.9-24.9c-9.7 0-18 5.8-22.1 13.8l-61.2-13.6c-3-.8-6.1 1.4-6.9 4.4l-19.1 86.4c-33.2 1.4-63.1 11.3-85.5 26.8-6.1-6.4-14.7-10.2-24.1-10.2-34.9 0-46.3 46.9-14.4 62.8-1.1 5-1.7 10.2-1.7 15.5 0 52.6 59.2 95.2 132 95.2 73.1 0 132.3-42.6 132.3-95.2 0-5.3-.6-10.8-1.9-15.8 31.3-16 19.8-62.5-14.9-62.5zM302.8 331c-18.2 18.2-76.1 17.9-93.6 0-2.2-2.2-6.1-2.2-8.3 0-2.5 2.5-2.5 6.4 0 8.6 22.8 22.8 87.3 22.8 110.2 0 2.5-2.2 2.5-6.1 0-8.6-2.2-2.2-6.1-2.2-8.3 0zm7.7-75c-13.6 0-24.6 11.1-24.6 24.9 0 13.6 11.1 24.6 24.6 24.6 13.8 0 24.9-11.1 24.9-24.6 0-13.8-11-24.9-24.9-24.9z\"/></svg></li><li title=\"redhat \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M341.52 285.56c33.65 0 82.34-6.94 82.34-47 .22-6.74.86-1.82-20.88-96.24-4.62-19.15-8.68-27.84-42.31-44.65-26.09-13.34-82.92-35.37-99.73-35.37-15.66 0-20.2 20.17-38.87 20.17-18 0-31.31-15.06-48.12-15.06-16.14 0-26.66 11-34.78 33.62-27.5 77.55-26.28 74.27-26.12 78.27 0 24.8 97.64 106.11 228.47 106.11M429 254.84c4.65 22 4.65 24.35 4.65 27.25 0 37.66-42.33 58.56-98 58.56-125.74.08-235.91-73.65-235.91-122.33a49.55 49.55 0 0 1 4.06-19.72C58.56 200.86 0 208.93 0 260.63c0 84.67 200.63 189 359.49 189 121.79 0 152.51-55.08 152.51-98.58 0-34.21-29.59-73.05-82.93-96.24\"/></svg></li><li title=\"renren \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M214 169.1c0 110.4-61 205.4-147.6 247.4C30 373.2 8 317.7 8 256.6 8 133.9 97.1 32.2 214 12.5v156.6zM255 504c-42.9 0-83.3-11-118.5-30.4C193.7 437.5 239.9 382.9 255 319c15.5 63.9 61.7 118.5 118.8 154.7C338.7 493 298.3 504 255 504zm190.6-87.5C359 374.5 298 279.6 298 169.1V12.5c116.9 19.7 206 121.4 206 244.1 0 61.1-22 116.6-58.4 159.9z\"/></svg></li><li title=\"replyd \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M320 480H128C57.6 480 0 422.4 0 352V160C0 89.6 57.6 32 128 32h192c70.4 0 128 57.6 128 128v192c0 70.4-57.6 128-128 128zM193.4 273.2c-6.1-2-11.6-3.1-16.4-3.1-7.2 0-13.5 1.9-18.9 5.6-5.4 3.7-9.6 9-12.8 15.8h-1.1l-4.2-18.3h-28v138.9h36.1v-89.7c1.5-5.4 4.4-9.8 8.7-13.2 4.3-3.4 9.8-5.1 16.2-5.1 4.6 0 9.8 1 15.6 3.1l4.8-34zm115.2 103.4c-3.2 2.4-7.7 4.8-13.7 7.1-6 2.3-12.8 3.5-20.4 3.5-12.2 0-21.1-3-26.5-8.9-5.5-5.9-8.5-14.7-9-26.4h83.3c.9-4.8 1.6-9.4 2.1-13.9.5-4.4.7-8.6.7-12.5 0-10.7-1.6-19.7-4.7-26.9-3.2-7.2-7.3-13-12.5-17.2-5.2-4.3-11.1-7.3-17.8-9.2-6.7-1.8-13.5-2.8-20.6-2.8-21.1 0-37.5 6.1-49.2 18.3s-17.5 30.5-17.5 55c0 22.8 5.2 40.7 15.6 53.7 10.4 13.1 26.8 19.6 49.2 19.6 10.7 0 20.9-1.5 30.4-4.6 9.5-3.1 17.1-6.8 22.6-11.2l-12-23.6zm-21.8-70.3c3.8 5.4 5.3 13.1 4.6 23.1h-51.7c.9-9.4 3.7-17 8.2-22.6 4.5-5.6 11.5-8.5 21-8.5 8.2-.1 14.1 2.6 17.9 8zm79.9 2.5c4.1 3.9 9.4 5.8 16.1 5.8 7 0 12.6-1.9 16.7-5.8s6.1-9.1 6.1-15.6-2-11.6-6.1-15.4c-4.1-3.8-9.6-5.7-16.7-5.7-6.7 0-12 1.9-16.1 5.7-4.1 3.8-6.1 8.9-6.1 15.4s2 11.7 6.1 15.6zm0 100.5c4.1 3.9 9.4 5.8 16.1 5.8 7 0 12.6-1.9 16.7-5.8s6.1-9.1 6.1-15.6-2-11.6-6.1-15.4c-4.1-3.8-9.6-5.7-16.7-5.7-6.7 0-12 1.9-16.1 5.7-4.1 3.8-6.1 8.9-6.1 15.4 0 6.6 2 11.7 6.1 15.6z\"/></svg></li><li title=\"researchgate \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M0 32v448h448V32H0zm262.2 334.4c-6.6 3-33.2 6-50-14.2-9.2-10.6-25.3-33.3-42.2-63.6-8.9 0-14.7 0-21.4-.6v46.4c0 23.5 6 21.2 25.8 23.9v8.1c-6.9-.3-23.1-.8-35.6-.8-13.1 0-26.1.6-33.6.8v-8.1c15.5-2.9 22-1.3 22-23.9V225c0-22.6-6.4-21-22-23.9V193c25.8 1 53.1-.6 70.9-.6 31.7 0 55.9 14.4 55.9 45.6 0 21.1-16.7 42.2-39.2 47.5 13.6 24.2 30 45.6 42.2 58.9 7.2 7.8 17.2 14.7 27.2 14.7v7.3zm22.9-135c-23.3 0-32.2-15.7-32.2-32.2V167c0-12.2 8.8-30.4 34-30.4s30.4 17.9 30.4 17.9l-10.7 7.2s-5.5-12.5-19.7-12.5c-7.9 0-19.7 7.3-19.7 19.7v26.8c0 13.4 6.6 23.3 17.9 23.3 14.1 0 21.5-10.9 21.5-26.8h-17.9v-10.7h30.4c0 20.5 4.7 49.9-34 49.9zm-116.5 44.7c-9.4 0-13.6-.3-20-.8v-69.7c6.4-.6 15-.6 22.5-.6 23.3 0 37.2 12.2 37.2 34.5 0 21.9-15 36.6-39.7 36.6z\"/></svg></li><li title=\"resolving \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M281.2 278.2c46-13.3 49.6-23.5 44-43.4L314 195.5c-6.1-20.9-18.4-28.1-71.1-12.8L54.7 236.8l28.6 98.6 197.9-57.2zM248.5 8C131.4 8 33.2 88.7 7.2 197.5l221.9-63.9c34.8-10.2 54.2-11.7 79.3-8.2 36.3 6.1 52.7 25 61.4 55.2l10.7 37.8c8.2 28.1 1 50.6-23.5 73.6-19.4 17.4-31.2 24.5-61.4 33.2L203 351.8l220.4 27.1 9.7 34.2-48.1 13.3-286.8-37.3 23 80.2c36.8 22 80.3 34.7 126.3 34.7 137 0 248.5-111.4 248.5-248.3C497 119.4 385.5 8 248.5 8zM38.3 388.6L0 256.8c0 48.5 14.3 93.4 38.3 131.8z\"/></svg></li><li title=\"rev \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M289.67 274.89a65.57 65.57 0 1 1-65.56-65.56 65.64 65.64 0 0 1 65.56 65.56zm139.55-5.05h-.13a204.69 204.69 0 0 0-74.32-153l-45.38 26.2a157.07 157.07 0 0 1 71.81 131.84C381.2 361.5 310.73 432 224.11 432S67 361.5 67 274.88c0-81.88 63-149.27 143-156.43v39.12l108.77-62.79L210 32v38.32c-106.7 7.25-191 96-191 204.57 0 111.59 89.12 202.29 200.06 205v.11h210.16V269.84z\"/></svg></li><li title=\"rocketchat \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M284.046,224.8a34.114,34.114,0,1,0,34.317,34.113A34.217,34.217,0,0,0,284.046,224.8Zm-110.45,0a34.114,34.114,0,1,0,34.317,34.113A34.217,34.217,0,0,0,173.6,224.8Zm220.923,0a34.114,34.114,0,1,0,34.317,34.113A34.215,34.215,0,0,0,394.519,224.8Zm153.807-55.319c-15.535-24.172-37.31-45.57-64.681-63.618-52.886-34.817-122.374-54-195.666-54a405.975,405.975,0,0,0-72.032,6.357,238.524,238.524,0,0,0-49.51-36.588C99.684-11.7,40.859.711,11.135,11.421A14.291,14.291,0,0,0,5.58,34.782C26.542,56.458,61.222,99.3,52.7,138.252c-33.142,33.9-51.112,74.776-51.112,117.337,0,43.372,17.97,84.248,51.112,118.148,8.526,38.956-26.154,81.816-47.116,103.491a14.284,14.284,0,0,0,5.555,23.34c29.724,10.709,88.549,23.147,155.324-10.2a238.679,238.679,0,0,0,49.51-36.589A405.972,405.972,0,0,0,288,460.14c73.313,0,142.8-19.159,195.667-53.975,27.371-18.049,49.145-39.426,64.679-63.619,17.309-26.923,26.07-55.916,26.07-86.125C574.394,225.4,565.634,196.43,548.326,169.485ZM284.987,409.9a345.65,345.65,0,0,1-89.446-11.5l-20.129,19.393a184.366,184.366,0,0,1-37.138,27.585,145.767,145.767,0,0,1-52.522,14.87c.983-1.771,1.881-3.563,2.842-5.356q30.258-55.68,16.325-100.078c-32.992-25.962-52.778-59.2-52.778-95.4,0-83.1,104.254-150.469,232.846-150.469s232.867,67.373,232.867,150.469C517.854,342.525,413.6,409.9,284.987,409.9Z\"/></svg></li><li title=\"rockrms \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm157.4 419.5h-90l-112-131.3c-17.9-20.4-3.9-56.1 26.6-56.1h75.3l-84.6-99.3-84.3 98.9h-90L193.5 67.2c14.4-18.4 41.3-17.3 54.5 0l157.7 185.1c19 22.8 2 57.2-27.6 56.1-.6 0-74.2.2-74.2.2l101.5 118.9z\"/></svg></li><li title=\"rust \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M508.52,249.75,486.7,236.24c-.17-2-.34-3.93-.55-5.88l18.72-17.5a7.35,7.35,0,0,0-2.44-12.25l-24-9c-.54-1.88-1.08-3.78-1.67-5.64l15-20.83a7.35,7.35,0,0,0-4.79-11.54l-25.42-4.15c-.9-1.73-1.79-3.45-2.73-5.15l10.68-23.42a7.35,7.35,0,0,0-6.95-10.39l-25.82.91q-1.79-2.22-3.61-4.4L439,81.84A7.36,7.36,0,0,0,430.16,73L405,78.93q-2.17-1.83-4.4-3.61l.91-25.82a7.35,7.35,0,0,0-10.39-7L367.7,53.23c-1.7-.94-3.43-1.84-5.15-2.73L358.4,25.08a7.35,7.35,0,0,0-11.54-4.79L326,35.26c-1.86-.59-3.75-1.13-5.64-1.67l-9-24a7.35,7.35,0,0,0-12.25-2.44l-17.5,18.72c-1.95-.21-3.91-.38-5.88-.55L262.25,3.48a7.35,7.35,0,0,0-12.5,0L236.24,25.3c-2,.17-3.93.34-5.88.55L212.86,7.13a7.35,7.35,0,0,0-12.25,2.44l-9,24c-1.89.55-3.79,1.08-5.66,1.68l-20.82-15a7.35,7.35,0,0,0-11.54,4.79l-4.15,25.41c-1.73.9-3.45,1.79-5.16,2.73L120.88,42.55a7.35,7.35,0,0,0-10.39,7l.92,25.81c-1.49,1.19-3,2.39-4.42,3.61L81.84,73A7.36,7.36,0,0,0,73,81.84L78.93,107c-1.23,1.45-2.43,2.93-3.62,4.41l-25.81-.91a7.42,7.42,0,0,0-6.37,3.26,7.35,7.35,0,0,0-.57,7.13l10.66,23.41c-.94,1.7-1.83,3.43-2.73,5.16L25.08,153.6a7.35,7.35,0,0,0-4.79,11.54l15,20.82c-.59,1.87-1.13,3.77-1.68,5.66l-24,9a7.35,7.35,0,0,0-2.44,12.25l18.72,17.5c-.21,1.95-.38,3.91-.55,5.88L3.48,249.75a7.35,7.35,0,0,0,0,12.5L25.3,275.76c.17,2,.34,3.92.55,5.87L7.13,299.13a7.35,7.35,0,0,0,2.44,12.25l24,9c.55,1.89,1.08,3.78,1.68,5.65l-15,20.83a7.35,7.35,0,0,0,4.79,11.54l25.42,4.15c.9,1.72,1.79,3.45,2.73,5.14L42.56,391.12a7.35,7.35,0,0,0,.57,7.13,7.13,7.13,0,0,0,6.37,3.26l25.83-.91q1.77,2.22,3.6,4.4L73,430.16A7.36,7.36,0,0,0,81.84,439L107,433.07q2.18,1.83,4.41,3.61l-.92,25.82a7.35,7.35,0,0,0,10.39,6.95l23.43-10.68c1.69.94,3.42,1.83,5.14,2.73l4.15,25.42a7.34,7.34,0,0,0,11.54,4.78l20.83-15c1.86.6,3.76,1.13,5.65,1.68l9,24a7.36,7.36,0,0,0,12.25,2.44l17.5-18.72c1.95.21,3.92.38,5.88.55l13.51,21.82a7.35,7.35,0,0,0,12.5,0l13.51-21.82c2-.17,3.93-.34,5.88-.56l17.5,18.73a7.36,7.36,0,0,0,12.25-2.44l9-24c1.89-.55,3.78-1.08,5.65-1.68l20.82,15a7.34,7.34,0,0,0,11.54-4.78l4.15-25.42c1.72-.9,3.45-1.79,5.15-2.73l23.42,10.68a7.35,7.35,0,0,0,10.39-6.95l-.91-25.82q2.22-1.79,4.4-3.61L430.16,439a7.36,7.36,0,0,0,8.84-8.84L433.07,405q1.83-2.17,3.61-4.4l25.82.91a7.23,7.23,0,0,0,6.37-3.26,7.35,7.35,0,0,0,.58-7.13L458.77,367.7c.94-1.7,1.83-3.43,2.73-5.15l25.42-4.15a7.35,7.35,0,0,0,4.79-11.54l-15-20.83c.59-1.87,1.13-3.76,1.67-5.65l24-9a7.35,7.35,0,0,0,2.44-12.25l-18.72-17.5c.21-1.95.38-3.91.55-5.87l21.82-13.51a7.35,7.35,0,0,0,0-12.5Zm-151,129.08A13.91,13.91,0,0,0,341,389.51l-7.64,35.67A187.51,187.51,0,0,1,177,424.44l-7.64-35.66a13.87,13.87,0,0,0-16.46-10.68l-31.51,6.76a187.38,187.38,0,0,1-16.26-19.21H258.3c1.72,0,2.89-.29,2.89-1.91V309.55c0-1.57-1.17-1.91-2.89-1.91H213.47l.05-34.35H262c4.41,0,23.66,1.28,29.79,25.87,1.91,7.55,6.17,32.14,9.06,40,2.89,8.82,14.6,26.46,27.1,26.46H407a187.3,187.3,0,0,1-17.34,20.09Zm25.77,34.49A15.24,15.24,0,1,1,368,398.08h.44A15.23,15.23,0,0,1,383.24,413.32Zm-225.62-.68a15.24,15.24,0,1,1-15.25-15.25h.45A15.25,15.25,0,0,1,157.62,412.64ZM69.57,234.15l32.83-14.6a13.88,13.88,0,0,0,7.06-18.33L102.69,186h26.56V305.73H75.65A187.65,187.65,0,0,1,69.57,234.15ZM58.31,198.09a15.24,15.24,0,0,1,15.23-15.25H74a15.24,15.24,0,1,1-15.67,15.24Zm155.16,24.49.05-35.32h63.26c3.28,0,23.07,3.77,23.07,18.62,0,12.29-15.19,16.7-27.68,16.7ZM399,306.71c-9.8,1.13-20.63-4.12-22-10.09-5.78-32.49-15.39-39.4-30.57-51.4,18.86-11.95,38.46-29.64,38.46-53.26,0-25.52-17.49-41.59-29.4-49.48-16.76-11-35.28-13.23-40.27-13.23H116.32A187.49,187.49,0,0,1,221.21,70.06l23.47,24.6a13.82,13.82,0,0,0,19.6.44l26.26-25a187.51,187.51,0,0,1,128.37,91.43l-18,40.57A14,14,0,0,0,408,220.43l34.59,15.33a187.12,187.12,0,0,1,.4,32.54H423.71c-1.91,0-2.69,1.27-2.69,3.13v8.82C421,301,409.31,305.58,399,306.71ZM240,60.21A15.24,15.24,0,0,1,255.21,45h.45A15.24,15.24,0,1,1,240,60.21ZM436.84,214a15.24,15.24,0,1,1,0-30.48h.44a15.24,15.24,0,0,1-.44,30.48Z\"/></svg></li><li title=\"safari \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M274.69,274.69l-37.38-37.38L166,346ZM256,8C119,8,8,119,8,256S119,504,256,504,504,393,504,256,393,8,256,8ZM411.85,182.79l14.78-6.13A8,8,0,0,1,437.08,181h0a8,8,0,0,1-4.33,10.46L418,197.57a8,8,0,0,1-10.45-4.33h0A8,8,0,0,1,411.85,182.79ZM314.43,94l6.12-14.78A8,8,0,0,1,331,74.92h0a8,8,0,0,1,4.33,10.45l-6.13,14.78a8,8,0,0,1-10.45,4.33h0A8,8,0,0,1,314.43,94ZM256,60h0a8,8,0,0,1,8,8V84a8,8,0,0,1-8,8h0a8,8,0,0,1-8-8V68A8,8,0,0,1,256,60ZM181,74.92a8,8,0,0,1,10.46,4.33L197.57,94a8,8,0,1,1-14.78,6.12l-6.13-14.78A8,8,0,0,1,181,74.92Zm-63.58,42.49h0a8,8,0,0,1,11.31,0L140,128.72A8,8,0,0,1,140,140h0a8,8,0,0,1-11.31,0l-11.31-11.31A8,8,0,0,1,117.41,117.41ZM60,256h0a8,8,0,0,1,8-8H84a8,8,0,0,1,8,8h0a8,8,0,0,1-8,8H68A8,8,0,0,1,60,256Zm40.15,73.21-14.78,6.13A8,8,0,0,1,74.92,331h0a8,8,0,0,1,4.33-10.46L94,314.43a8,8,0,0,1,10.45,4.33h0A8,8,0,0,1,100.15,329.21Zm4.33-136h0A8,8,0,0,1,94,197.57l-14.78-6.12A8,8,0,0,1,74.92,181h0a8,8,0,0,1,10.45-4.33l14.78,6.13A8,8,0,0,1,104.48,193.24ZM197.57,418l-6.12,14.78a8,8,0,0,1-14.79-6.12l6.13-14.78A8,8,0,1,1,197.57,418ZM264,444a8,8,0,0,1-8,8h0a8,8,0,0,1-8-8V428a8,8,0,0,1,8-8h0a8,8,0,0,1,8,8Zm67-6.92h0a8,8,0,0,1-10.46-4.33L314.43,418a8,8,0,0,1,4.33-10.45h0a8,8,0,0,1,10.45,4.33l6.13,14.78A8,8,0,0,1,331,437.08Zm63.58-42.49h0a8,8,0,0,1-11.31,0L372,383.28A8,8,0,0,1,372,372h0a8,8,0,0,1,11.31,0l11.31,11.31A8,8,0,0,1,394.59,394.59ZM286.25,286.25,110.34,401.66,225.75,225.75,401.66,110.34ZM437.08,331h0a8,8,0,0,1-10.45,4.33l-14.78-6.13a8,8,0,0,1-4.33-10.45h0A8,8,0,0,1,418,314.43l14.78,6.12A8,8,0,0,1,437.08,331ZM444,264H428a8,8,0,0,1-8-8h0a8,8,0,0,1,8-8h16a8,8,0,0,1,8,8h0A8,8,0,0,1,444,264Z\"/></svg></li><li title=\"salesforce \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M248.89 245.64h-26.35c.69-5.16 3.32-14.12 13.64-14.12 6.75 0 11.97 3.82 12.71 14.12zm136.66-13.88c-.47 0-14.11-1.77-14.11 20s13.63 20 14.11 20c13 0 14.11-13.54 14.11-20 0-21.76-13.66-20-14.11-20zm-243.22 23.76a8.63 8.63 0 0 0-3.29 7.29c0 4.78 2.08 6.05 3.29 7.05 4.7 3.7 15.07 2.12 20.93.95v-16.94c-5.32-1.07-16.73-1.96-20.93 1.65zM640 232c0 87.58-80 154.39-165.36 136.43-18.37 33-70.73 70.75-132.2 41.63-41.16 96.05-177.89 92.18-213.81-5.17C8.91 428.78-50.19 266.52 53.36 205.61 18.61 126.18 76 32 167.67 32a124.24 124.24 0 0 1 98.56 48.7c20.7-21.4 49.4-34.81 81.15-34.81 42.34 0 79 23.52 98.8 58.57C539 63.78 640 132.69 640 232zm-519.55 31.8c0-11.76-11.69-15.17-17.87-17.17-5.27-2.11-13.41-3.51-13.41-8.94 0-9.46 17-6.66 25.17-2.12 0 0 1.17.71 1.64-.47.24-.7 2.36-6.58 2.59-7.29a1.13 1.13 0 0 0-.7-1.41c-12.33-7.63-40.7-8.51-40.7 12.7 0 12.46 11.49 15.44 17.88 17.17 4.72 1.58 13.17 3 13.17 8.7 0 4-3.53 7.06-9.17 7.06a31.76 31.76 0 0 1-19-6.35c-.47-.23-1.42-.71-1.65.71l-2.4 7.47c-.47.94.23 1.18.23 1.41 1.75 1.4 10.3 6.59 22.82 6.59 13.17 0 21.4-7.06 21.4-18.11zm32-42.58c-10.13 0-18.66 3.17-21.4 5.18a1 1 0 0 0-.24 1.41l2.59 7.06a1 1 0 0 0 1.18.7c.65 0 6.8-4 16.93-4 4 0 7.06.71 9.18 2.36 3.6 2.8 3.06 8.29 3.06 10.58-4.79-.3-19.11-3.44-29.41 3.76a16.92 16.92 0 0 0-7.34 14.54c0 5.9 1.51 10.4 6.59 14.35 12.24 8.16 36.28 2 38.1 1.41 1.58-.32 3.53-.66 3.53-1.88v-33.88c.04-4.61.32-21.64-22.78-21.64zM199 200.24a1.11 1.11 0 0 0-1.18-1.18H188a1.11 1.11 0 0 0-1.17 1.18v79a1.11 1.11 0 0 0 1.17 1.18h9.88a1.11 1.11 0 0 0 1.18-1.18zm55.75 28.93c-2.1-2.31-6.79-7.53-17.65-7.53-3.51 0-14.16.23-20.7 8.94-6.35 7.63-6.58 18.11-6.58 21.41 0 3.12.15 14.26 7.06 21.17 2.64 2.91 9.06 8.23 22.81 8.23 10.82 0 16.47-2.35 18.58-3.76.47-.24.71-.71.24-1.88l-2.35-6.83a1.26 1.26 0 0 0-1.41-.7c-2.59.94-6.35 2.82-15.29 2.82-17.42 0-16.85-14.74-16.94-16.7h37.17a1.23 1.23 0 0 0 1.17-.94c-.29 0 2.07-14.7-6.09-24.23zm36.69 52.69c13.17 0 21.41-7.06 21.41-18.11 0-11.76-11.7-15.17-17.88-17.17-4.14-1.66-13.41-3.38-13.41-8.94 0-3.76 3.29-6.35 8.47-6.35a38.11 38.11 0 0 1 16.7 4.23s1.18.71 1.65-.47c.23-.7 2.35-6.58 2.58-7.29a1.13 1.13 0 0 0-.7-1.41c-7.91-4.9-16.74-4.94-20.23-4.94-12 0-20.46 7.29-20.46 17.64 0 12.46 11.48 15.44 17.87 17.17 6.11 2 13.17 3.26 13.17 8.7 0 4-3.52 7.06-9.17 7.06a31.8 31.8 0 0 1-19-6.35 1 1 0 0 0-1.65.71l-2.35 7.52c-.47.94.23 1.18.23 1.41 1.72 1.4 10.33 6.59 22.79 6.59zM357.09 224c0-.71-.24-1.18-1.18-1.18h-11.76c0-.14.94-8.94 4.47-12.47 4.16-4.15 11.76-1.64 12-1.64 1.17.47 1.41 0 1.64-.47l2.83-7.77c.7-.94 0-1.17-.24-1.41-5.09-2-17.35-2.87-24.46 4.24-5.48 5.48-7 13.92-8 19.52h-8.47a1.28 1.28 0 0 0-1.17 1.18l-1.42 7.76c0 .7.24 1.17 1.18 1.17h8.23c-8.51 47.9-8.75 50.21-10.35 55.52-1.08 3.62-3.29 6.9-5.88 7.76-.09 0-3.88 1.68-9.64-.24 0 0-.94-.47-1.41.71-.24.71-2.59 6.82-2.83 7.53s0 1.41.47 1.41c5.11 2 13 1.77 17.88 0 6.28-2.28 9.72-7.89 11.53-12.94 2.75-7.71 2.81-9.79 11.76-59.74h12.23a1.29 1.29 0 0 0 1.18-1.18zm53.39 16c-.56-1.68-5.1-18.11-25.17-18.11-15.25 0-23 10-25.16 18.11-1 3-3.18 14 0 23.52.09.3 4.41 18.12 25.16 18.12 14.95 0 22.9-9.61 25.17-18.12 3.21-9.61 1.01-20.52 0-23.52zm45.4-16.7c-5-1.65-16.62-1.9-22.11 5.41v-4.47a1.11 1.11 0 0 0-1.18-1.17h-9.4a1.11 1.11 0 0 0-1.18 1.17v55.28a1.12 1.12 0 0 0 1.18 1.18h9.64a1.12 1.12 0 0 0 1.18-1.18v-27.77c0-2.91.05-11.37 4.46-15.05 4.9-4.9 12-3.36 13.41-3.06a1.57 1.57 0 0 0 1.41-.94 74 74 0 0 0 3.06-8 1.16 1.16 0 0 0-.47-1.41zm46.81 54.1l-2.12-7.29c-.47-1.18-1.41-.71-1.41-.71-4.23 1.82-10.15 1.89-11.29 1.89-4.64 0-17.17-1.13-17.17-19.76 0-6.23 1.85-19.76 16.47-19.76a34.85 34.85 0 0 1 11.52 1.65s.94.47 1.18-.71c.94-2.59 1.64-4.47 2.59-7.53.23-.94-.47-1.17-.71-1.17-11.59-3.87-22.34-2.53-27.76 0-1.59.74-16.23 6.49-16.23 27.52 0 2.9-.58 30.11 28.94 30.11a44.45 44.45 0 0 0 15.52-2.83 1.3 1.3 0 0 0 .47-1.42zm53.87-39.52c-.8-3-5.37-16.23-22.35-16.23-16 0-23.52 10.11-25.64 18.59a38.58 38.58 0 0 0-1.65 11.76c0 25.87 18.84 29.4 29.88 29.4 10.82 0 16.46-2.35 18.58-3.76.47-.24.71-.71.24-1.88l-2.36-6.83a1.26 1.26 0 0 0-1.41-.7c-2.59.94-6.35 2.82-15.29 2.82-17.42 0-16.85-14.74-16.93-16.7h37.16a1.25 1.25 0 0 0 1.18-.94c-.24-.01.94-7.07-1.41-15.54zm-23.29-6.35c-10.33 0-13 9-13.64 14.12H546c-.88-11.92-7.62-14.13-12.73-14.13z\"/></svg></li><li title=\"sass \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M301.84 378.92c-.3.6-.6 1.08 0 0zm249.13-87a131.16 131.16 0 0 0-58 13.5c-5.9-11.9-12-22.3-13-30.1-1.2-9.1-2.5-14.5-1.1-25.3s7.7-26.1 7.6-27.2-1.4-6.6-14.3-6.7-24 2.5-25.29 5.9a122.83 122.83 0 0 0-5.3 19.1c-2.3 11.7-25.79 53.5-39.09 75.3-4.4-8.5-8.1-16-8.9-22-1.2-9.1-2.5-14.5-1.1-25.3s7.7-26.1 7.6-27.2-1.4-6.6-14.29-6.7-24 2.5-25.3 5.9-2.7 11.4-5.3 19.1-33.89 77.3-42.08 95.4c-4.2 9.2-7.8 16.6-10.4 21.6-.4.8-.7 1.3-.9 1.7.3-.5.5-1 .5-.8-2.2 4.3-3.5 6.7-3.5 6.7v.1c-1.7 3.2-3.6 6.1-4.5 6.1-.6 0-1.9-8.4.3-19.9 4.7-24.2 15.8-61.8 15.7-63.1-.1-.7 2.1-7.2-7.3-10.7-9.1-3.3-12.4 2.2-13.2 2.2s-1.4 2-1.4 2 10.1-42.4-19.39-42.4c-18.4 0-44 20.2-56.58 38.5-7.9 4.3-25 13.6-43 23.5-6.9 3.8-14 7.7-20.7 11.4-.5-.5-.9-1-1.4-1.5-35.79-38.2-101.87-65.2-99.07-116.5 1-18.7 7.5-67.8 127.07-127.4 98-48.8 176.35-35.4 189.84-5.6 19.4 42.5-41.89 121.6-143.66 133-38.79 4.3-59.18-10.7-64.28-16.3-5.3-5.9-6.1-6.2-8.1-5.1-3.3 1.8-1.2 7 0 10.1 3 7.9 15.5 21.9 36.79 28.9 18.7 6.1 64.18 9.5 119.17-11.8 61.78-23.8 109.87-90.1 95.77-145.6C386.52 18.32 293-.18 204.57 31.22c-52.69 18.7-109.67 48.1-150.66 86.4-48.69 45.6-56.48 85.3-53.28 101.9 11.39 58.9 92.57 97.3 125.06 125.7-1.6.9-3.1 1.7-4.5 2.5-16.29 8.1-78.18 40.5-93.67 74.7-17.5 38.8 2.9 66.6 16.29 70.4 41.79 11.6 84.58-9.3 107.57-43.6s20.2-79.1 9.6-99.5c-.1-.3-.3-.5-.4-.8 4.2-2.5 8.5-5 12.8-7.5 8.29-4.9 16.39-9.4 23.49-13.3-4 10.8-6.9 23.8-8.4 42.6-1.8 22 7.3 50.5 19.1 61.7 5.2 4.9 11.49 5 15.39 5 13.8 0 20-11.4 26.89-25 8.5-16.6 16-35.9 16-35.9s-9.4 52.2 16.3 52.2c9.39 0 18.79-12.1 23-18.3v.1s.2-.4.7-1.2c1-1.5 1.5-2.4 1.5-2.4v-.3c3.8-6.5 12.1-21.4 24.59-46 16.2-31.8 31.69-71.5 31.69-71.5a201.24 201.24 0 0 0 6.2 25.8c2.8 9.5 8.7 19.9 13.4 30-3.8 5.2-6.1 8.2-6.1 8.2a.31.31 0 0 0 .1.2c-3 4-6.4 8.3-9.9 12.5-12.79 15.2-28 32.6-30 37.6-2.4 5.9-1.8 10.3 2.8 13.7 3.4 2.6 9.4 3 15.69 2.5 11.5-.8 19.6-3.6 23.5-5.4a82.2 82.2 0 0 0 20.19-10.6c12.5-9.2 20.1-22.4 19.4-39.8-.4-9.6-3.5-19.2-7.3-28.2 1.1-1.6 2.3-3.3 3.4-5C434.8 301.72 450.1 270 450.1 270a201.24 201.24 0 0 0 6.2 25.8c2.4 8.1 7.09 17 11.39 25.7-18.59 15.1-30.09 32.6-34.09 44.1-7.4 21.3-1.6 30.9 9.3 33.1 4.9 1 11.9-1.3 17.1-3.5a79.46 79.46 0 0 0 21.59-11.1c12.5-9.2 24.59-22.1 23.79-39.6-.3-7.9-2.5-15.8-5.4-23.4 15.7-6.6 36.09-10.2 62.09-7.2 55.68 6.5 66.58 41.3 64.48 55.8s-13.8 22.6-17.7 25-5.1 3.3-4.8 5.1c.5 2.6 2.3 2.5 5.6 1.9 4.6-.8 29.19-11.8 30.29-38.7 1.6-34-31.09-71.4-89-71.1zm-429.18 144.7c-18.39 20.1-44.19 27.7-55.28 21.3C54.61 451 59.31 421.42 82 400c13.8-13 31.59-25 43.39-32.4 2.7-1.6 6.6-4 11.4-6.9.8-.5 1.2-.7 1.2-.7.9-.6 1.9-1.1 2.9-1.7 8.29 30.4.3 57.2-19.1 78.3zm134.36-91.4c-6.4 15.7-19.89 55.7-28.09 53.6-7-1.8-11.3-32.3-1.4-62.3 5-15.1 15.6-33.1 21.9-40.1 10.09-11.3 21.19-14.9 23.79-10.4 3.5 5.9-12.2 49.4-16.2 59.2zm111 53c-2.7 1.4-5.2 2.3-6.4 1.6-.9-.5 1.1-2.4 1.1-2.4s13.9-14.9 19.4-21.7c3.2-4 6.9-8.7 10.89-13.9 0 .5.1 1 .1 1.6-.13 17.9-17.32 30-25.12 34.8zm85.58-19.5c-2-1.4-1.7-6.1 5-20.7 2.6-5.7 8.59-15.3 19-24.5a36.18 36.18 0 0 1 1.9 10.8c-.1 22.5-16.2 30.9-25.89 34.4z\"/></svg></li><li title=\"schlix \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M350.5 157.7l-54.2-46.1 73.4-39 78.3 44.2-97.5 40.9zM192 122.1l45.7-28.2 34.7 34.6-55.4 29-25-35.4zm-65.1 6.6l31.9-22.1L176 135l-36.7 22.5-12.4-28.8zm-23.3 88.2l-8.8-34.8 29.6-18.3 13.1 35.3-33.9 17.8zm-21.2-83.7l23.9-18.1 8.9 24-26.7 18.3-6.1-24.2zM59 206.5l-3.6-28.4 22.3-15.5 6.1 28.7L59 206.5zm-30.6 16.6l20.8-12.8 3.3 33.4-22.9 12-1.2-32.6zM1.4 268l19.2-10.2.4 38.2-21 8.8L1.4 268zm59.1 59.3l-28.3 8.3-1.6-46.8 25.1-10.7 4.8 49.2zM99 263.2l-31.1 13-5.2-40.8L90.1 221l8.9 42.2zM123.2 377l-41.6 5.9-8.1-63.5 35.2-10.8 14.5 68.4zm28.5-139.9l21.2 57.1-46.2 13.6-13.7-54.1 38.7-16.6zm85.7 230.5l-70.9-3.3-24.3-95.8 55.2-8.6 40 107.7zm-84.9-279.7l42.2-22.4 28 45.9-50.8 21.3-19.4-44.8zm41 94.9l61.3-18.7 52.8 86.6-79.8 11.3-34.3-79.2zm51.4-85.6l67.3-28.8 65.5 65.4-88.6 26.2-44.2-62.8z\"/></svg></li><li title=\"scribd \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M42.3 252.7c-16.1-19-24.7-45.9-24.8-79.9 0-100.4 75.2-153.1 167.2-153.1 98.6-1.6 156.8 49 184.3 70.6l-50.5 72.1-37.3-24.6 26.9-38.6c-36.5-24-79.4-36.5-123-35.8-50.7-.8-111.7 27.2-111.7 76.2 0 18.7 11.2 20.7 28.6 15.6 23.3-5.3 41.9.6 55.8 14 26.4 24.3 23.2 67.6-.7 91.9-29.2 29.5-85.2 27.3-114.8-8.4zm317.7 5.9c-15.5-18.8-38.9-29.4-63.2-28.6-38.1-2-71.1 28-70.5 67.2-.7 16.8 6 33 18.4 44.3 14.1 13.9 33 19.7 56.3 14.4 17.4-5.1 28.6-3.1 28.6 15.6 0 4.3-.5 8.5-1.4 12.7-16.7 40.9-59.5 64.4-121.4 64.4-51.9.2-102.4-16.4-144.1-47.3l33.7-39.4-35.6-27.4L0 406.3l15.4 13.8c52.5 46.8 120.4 72.5 190.7 72.2 51.4 0 94.4-10.5 133.6-44.1 57.1-51.4 54.2-149.2 20.3-189.6z\"/></svg></li><li title=\"searchengin \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 460 512\"><path d=\"M220.6 130.3l-67.2 28.2V43.2L98.7 233.5l54.7-24.2v130.3l67.2-209.3zm-83.2-96.7l-1.3 4.7-15.2 52.9C80.6 106.7 52 145.8 52 191.5c0 52.3 34.3 95.9 83.4 105.5v53.6C57.5 340.1 0 272.4 0 191.6c0-80.5 59.8-147.2 137.4-158zm311.4 447.2c-11.2 11.2-23.1 12.3-28.6 10.5-5.4-1.8-27.1-19.9-60.4-44.4-33.3-24.6-33.6-35.7-43-56.7-9.4-20.9-30.4-42.6-57.5-52.4l-9.7-14.7c-24.7 16.9-53 26.9-81.3 28.7l2.1-6.6 15.9-49.5c46.5-11.9 80.9-54 80.9-104.2 0-54.5-38.4-102.1-96-107.1V32.3C254.4 37.4 320 106.8 320 191.6c0 33.6-11.2 64.7-29 90.4l14.6 9.6c9.8 27.1 31.5 48 52.4 57.4s32.2 9.7 56.8 43c24.6 33.2 42.7 54.9 44.5 60.3s.7 17.3-10.5 28.5zm-9.9-17.9c0-4.4-3.6-8-8-8s-8 3.6-8 8 3.6 8 8 8 8-3.6 8-8z\"/></svg></li><li title=\"sellcast \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M353.4 32H94.7C42.6 32 0 74.6 0 126.6v258.7C0 437.4 42.6 480 94.7 480h258.7c52.1 0 94.7-42.6 94.7-94.6V126.6c0-52-42.6-94.6-94.7-94.6zm-50 316.4c-27.9 48.2-89.9 64.9-138.2 37.2-22.9 39.8-54.9 8.6-42.3-13.2l15.7-27.2c5.9-10.3 19.2-13.9 29.5-7.9 18.6 10.8-.1-.1 18.5 10.7 27.6 15.9 63.4 6.3 79.4-21.3 15.9-27.6 6.3-63.4-21.3-79.4-17.8-10.2-.6-.4-18.6-10.6-24.6-14.2-3.4-51.9 21.6-37.5 18.6 10.8-.1-.1 18.5 10.7 48.4 28 65.1 90.3 37.2 138.5zm21.8-208.8c-17 29.5-16.3 28.8-19 31.5-6.5 6.5-16.3 8.7-26.5 3.6-18.6-10.8.1.1-18.5-10.7-27.6-15.9-63.4-6.3-79.4 21.3s-6.3 63.4 21.3 79.4c0 0 18.5 10.6 18.6 10.6 24.6 14.2 3.4 51.9-21.6 37.5-18.6-10.8.1.1-18.5-10.7-48.2-27.8-64.9-90.1-37.1-138.4 27.9-48.2 89.9-64.9 138.2-37.2l4.8-8.4c14.3-24.9 52-3.3 37.7 21.5z\"/></svg></li><li title=\"sellsy \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M539.71 237.308c3.064-12.257 4.29-24.821 4.29-37.384C544 107.382 468.618 32 376.076 32c-77.22 0-144.634 53.012-163.02 127.781-15.322-13.176-34.934-20.53-55.157-20.53-46.271 0-83.962 37.69-83.962 83.961 0 7.354.92 15.015 3.065 22.369-42.9 20.225-70.785 63.738-70.785 111.234C6.216 424.843 61.68 480 129.401 480h381.198c67.72 0 123.184-55.157 123.184-123.184.001-56.384-38.916-106.025-94.073-119.508zM199.88 401.554c0 8.274-7.048 15.321-15.321 15.321H153.61c-8.274 0-15.321-7.048-15.321-15.321V290.626c0-8.273 7.048-15.321 15.321-15.321h30.949c8.274 0 15.321 7.048 15.321 15.321v110.928zm89.477 0c0 8.274-7.048 15.321-15.322 15.321h-30.949c-8.274 0-15.321-7.048-15.321-15.321V270.096c0-8.274 7.048-15.321 15.321-15.321h30.949c8.274 0 15.322 7.048 15.322 15.321v131.458zm89.477 0c0 8.274-7.047 15.321-15.321 15.321h-30.949c-8.274 0-15.322-7.048-15.322-15.321V238.84c0-8.274 7.048-15.321 15.322-15.321h30.949c8.274 0 15.321 7.048 15.321 15.321v162.714zm87.027 0c0 8.274-7.048 15.321-15.322 15.321h-28.497c-8.274 0-15.321-7.048-15.321-15.321V176.941c0-8.579 7.047-15.628 15.321-15.628h28.497c8.274 0 15.322 7.048 15.322 15.628v224.613z\"/></svg></li><li title=\"servicestack \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M88 216c81.7 10.2 273.7 102.3 304 232H0c99.5-8.1 184.5-137 88-232zm32-152c32.3 35.6 47.7 83.9 46.4 133.6C249.3 231.3 373.7 321.3 400 448h96C455.3 231.9 222.8 79.5 120 64z\"/></svg></li><li title=\"shirtsinbulk \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M100 410.3l30.6 13.4 4.4-9.9-30.6-13.4zm39.4 17.5l30.6 13.4 4.4-9.9-30.6-13.4zm172.1-14l4.4 9.9 30.6-13.4-4.4-9.9zM179.1 445l30.3 13.7 4.4-9.9-30.3-13.4zM60.4 392.8L91 406.2l4.4-9.6-30.6-13.7zm211.4 38.5l4.4 9.9 30.6-13.4-4.4-9.9zm-39.3 17.5l4.4 9.9 30.6-13.7-4.4-9.6zm118.4-52.2l4.4 9.6 30.6-13.4-4.4-9.9zM170 46.6h-33.5v10.5H170zm-47.2 0H89.2v10.5h33.5zm-47.3 0H42.3v10.5h33.3zm141.5 0h-33.2v10.5H217zm94.5 0H278v10.5h33.5zm47.3 0h-33.5v10.5h33.5zm-94.6 0H231v10.5h33.2zm141.5 0h-33.3v10.5h33.3zM52.8 351.1H42v33.5h10.8zm70-215.9H89.2v10.5h33.5zm-70 10.6h22.8v-10.5H42v33.5h10.8zm168.9 228.6c50.5 0 91.3-40.8 91.3-91.3 0-50.2-40.8-91.3-91.3-91.3-50.2 0-91.3 41.1-91.3 91.3 0 50.5 41.1 91.3 91.3 91.3zm-48.2-111.1c0-25.4 29.5-31.8 49.6-31.8 16.9 0 29.2 5.8 44.3 12l-8.8 16.9h-.9c-6.4-9.9-24.8-13.1-35.6-13.1-9 0-29.8 1.8-29.8 14.9 0 21.6 78.5-10.2 78.5 37.9 0 25.4-31.5 31.2-51 31.2-18.1 0-32.4-2.9-47.2-12.2l9-18.4h.9c6.1 12.2 23.6 14.9 35.9 14.9 8.7 0 32.7-1.2 32.7-14.3 0-26.1-77.6 6.3-77.6-38zM52.8 178.4H42V212h10.8zm342.4 206.2H406v-33.5h-10.8zM52.8 307.9H42v33.5h10.8zM0 3.7v406l221.7 98.6L448 409.7V3.7zm418.8 387.1L222 476.5 29.2 390.8V120.7h389.7v270.1zm0-299.3H29.2V32.9h389.7v58.6zm-366 130.1H42v33.5h10.8zm0 43.2H42v33.5h10.8zM170 135.2h-33.5v10.5H170zm225.2 163.1H406v-33.5h-10.8zm0-43.2H406v-33.5h-10.8zM217 135.2h-33.2v10.5H217zM395.2 212H406v-33.5h-10.8zm0 129.5H406V308h-10.8zm-131-206.3H231v10.5h33.2zm47.3 0H278v10.5h33.5zm83.7 33.6H406v-33.5h-33.5v10.5h22.8zm-36.4-33.6h-33.5v10.5h33.5z\"/></svg></li><li title=\"shopify \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M388.32,104.1a4.66,4.66,0,0,0-4.4-4c-2,0-37.23-.8-37.23-.8s-21.61-20.82-29.62-28.83V503.2L442.76,472S388.72,106.5,388.32,104.1ZM288.65,70.47a116.67,116.67,0,0,0-7.21-17.61C271,32.85,255.42,22,237,22a15,15,0,0,0-4,.4c-.4-.8-1.2-1.2-1.6-2C223.4,11.63,213,7.63,200.58,8c-24,.8-48,18-67.25,48.83-13.61,21.62-24,48.84-26.82,70.06-27.62,8.4-46.83,14.41-47.23,14.81-14,4.4-14.41,4.8-16,18-1.2,10-38,291.82-38,291.82L307.86,504V65.67a41.66,41.66,0,0,0-4.4.4S297.86,67.67,288.65,70.47ZM233.41,87.69c-16,4.8-33.63,10.4-50.84,15.61,4.8-18.82,14.41-37.63,25.62-50,4.4-4.4,10.41-9.61,17.21-12.81C232.21,54.86,233.81,74.48,233.41,87.69ZM200.58,24.44A27.49,27.49,0,0,1,215,28c-6.4,3.2-12.81,8.41-18.81,14.41-15.21,16.42-26.82,42-31.62,66.45-14.42,4.41-28.83,8.81-42,12.81C131.33,83.28,163.75,25.24,200.58,24.44ZM154.15,244.61c1.6,25.61,69.25,31.22,73.25,91.66,2.8,47.64-25.22,80.06-65.65,82.47-48.83,3.2-75.65-25.62-75.65-25.62l10.4-44s26.82,20.42,48.44,18.82c14-.8,19.22-12.41,18.81-20.42-2-33.62-57.24-31.62-60.84-86.86-3.2-46.44,27.22-93.27,94.47-97.68,26-1.6,39.23,4.81,39.23,4.81L221.4,225.39s-17.21-8-37.63-6.4C154.15,221,153.75,239.8,154.15,244.61ZM249.42,82.88c0-12-1.6-29.22-7.21-43.63,18.42,3.6,27.22,24,31.23,36.43Q262.63,78.68,249.42,82.88Z\"/></svg></li><li title=\"shopware \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M403.5 455.41A246.17 246.17 0 0 1 256 504C118.81 504 8 393 8 256 8 118.81 119 8 256 8a247.39 247.39 0 0 1 165.7 63.5 3.57 3.57 0 0 1-2.86 6.18A418.62 418.62 0 0 0 362.13 74c-129.36 0-222.4 53.47-222.4 155.35 0 109 92.13 145.88 176.83 178.73 33.64 13 65.4 25.36 87 41.59a3.58 3.58 0 0 1 0 5.72zM503 233.09a3.64 3.64 0 0 0-1.27-2.44c-51.76-43-93.62-60.48-144.48-60.48-84.13 0-80.25 52.17-80.25 53.63 0 42.6 52.06 62 112.34 84.49 31.07 11.59 63.19 23.57 92.68 39.93a3.57 3.57 0 0 0 5-1.82A249 249 0 0 0 503 233.09z\"/></svg></li><li title=\"simplybuilt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M481.2 64h-106c-14.5 0-26.6 11.8-26.6 26.3v39.6H163.3V90.3c0-14.5-12-26.3-26.6-26.3h-106C16.1 64 4.3 75.8 4.3 90.3v331.4c0 14.5 11.8 26.3 26.6 26.3h450.4c14.8 0 26.6-11.8 26.6-26.3V90.3c-.2-14.5-12-26.3-26.7-26.3zM149.8 355.8c-36.6 0-66.4-29.7-66.4-66.4 0-36.9 29.7-66.6 66.4-66.6 36.9 0 66.6 29.7 66.6 66.6 0 36.7-29.7 66.4-66.6 66.4zm212.4 0c-36.9 0-66.6-29.7-66.6-66.6 0-36.6 29.7-66.4 66.6-66.4 36.6 0 66.4 29.7 66.4 66.4 0 36.9-29.8 66.6-66.4 66.6z\"/></svg></li><li title=\"sistrix \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M448 449L301.2 300.2c20-27.9 31.9-62.2 31.9-99.2 0-93.1-74.7-168.9-166.5-168.9C74.7 32 0 107.8 0 200.9s74.7 168.9 166.5 168.9c39.8 0 76.3-14.2 105-37.9l146 148.1 30.5-31zM166.5 330.8c-70.6 0-128.1-58.3-128.1-129.9S95.9 71 166.5 71s128.1 58.3 128.1 129.9-57.4 129.9-128.1 129.9z\"/></svg></li><li title=\"sith \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M0 32l69.71 118.75-58.86-11.52 69.84 91.03a146.741 146.741 0 0 0 0 51.45l-69.84 91.03 58.86-11.52L0 480l118.75-69.71-11.52 58.86 91.03-69.84c17.02 3.04 34.47 3.04 51.48 0l91.03 69.84-11.52-58.86L448 480l-69.71-118.78 58.86 11.52-69.84-91.03c3.03-17.01 3.04-34.44 0-51.45l69.84-91.03-58.86 11.52L448 32l-118.75 69.71 11.52-58.9-91.06 69.87c-8.5-1.52-17.1-2.29-25.71-2.29s-17.21.78-25.71 2.29l-91.06-69.87 11.52 58.9L0 32zm224 99.78c31.8 0 63.6 12.12 87.85 36.37 48.5 48.5 48.49 127.21 0 175.7s-127.2 48.46-175.7-.03c-48.5-48.5-48.49-127.21 0-175.7 24.24-24.25 56.05-36.34 87.85-36.34zm0 36.66c-22.42 0-44.83 8.52-61.92 25.61-34.18 34.18-34.19 89.68 0 123.87s89.65 34.18 123.84 0c34.18-34.18 34.19-89.68 0-123.87-17.09-17.09-39.5-25.61-61.92-25.61z\"/></svg></li><li title=\"sketch \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M27.5 162.2L9 187.1h90.5l6.9-130.7-78.9 105.8zM396.3 45.7L267.7 32l135.7 147.2-7.1-133.5zM112.2 218.3l-11.2-22H9.9L234.8 458zm2-31.2h284l-81.5-88.5L256.3 33zm297.3 9.1L277.6 458l224.8-261.7h-90.9zM415.4 69L406 56.4l.9 17.3 6.1 113.4h90.3zM113.5 93.5l-4.6 85.6L244.7 32 116.1 45.7zm287.7 102.7h-290l42.4 82.9L256.3 480l144.9-283.8z\"/></svg></li><li title=\"skyatlas \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M640 329.3c0 65.9-52.5 114.4-117.5 114.4-165.9 0-196.6-249.7-359.7-249.7-146.9 0-147.1 212.2 5.6 212.2 42.5 0 90.9-17.8 125.3-42.5 5.6-4.1 16.9-16.3 22.8-16.3s10.9 5 10.9 10.9c0 7.8-13.1 19.1-18.7 24.1-40.9 35.6-100.3 61.2-154.7 61.2-83.4.1-154-59-154-144.9s67.5-149.1 152.8-149.1c185.3 0 222.5 245.9 361.9 245.9 99.9 0 94.8-139.7 3.4-139.7-17.5 0-35 11.6-46.9 11.6-8.4 0-15.9-7.2-15.9-15.6 0-11.6 5.3-23.7 5.3-36.3 0-66.6-50.9-114.7-116.9-114.7-53.1 0-80 36.9-88.8 36.9-6.2 0-11.2-5-11.2-11.2 0-5.6 4.1-10.3 7.8-14.4 25.3-28.8 64.7-43.7 102.8-43.7 79.4 0 139.1 58.4 139.1 137.8 0 6.9-.3 13.7-1.2 20.6 11.9-3.1 24.1-4.7 35.9-4.7 60.7 0 111.9 45.3 111.9 107.2z\"/></svg></li><li title=\"skype \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M424.7 299.8c2.9-14 4.7-28.9 4.7-43.8 0-113.5-91.9-205.3-205.3-205.3-14.9 0-29.7 1.7-43.8 4.7C161.3 40.7 137.7 32 112 32 50.2 32 0 82.2 0 144c0 25.7 8.7 49.3 23.3 68.2-2.9 14-4.7 28.9-4.7 43.8 0 113.5 91.9 205.3 205.3 205.3 14.9 0 29.7-1.7 43.8-4.7 19 14.6 42.6 23.3 68.2 23.3 61.8 0 112-50.2 112-112 .1-25.6-8.6-49.2-23.2-68.1zm-194.6 91.5c-65.6 0-120.5-29.2-120.5-65 0-16 9-30.6 29.5-30.6 31.2 0 34.1 44.9 88.1 44.9 25.7 0 42.3-11.4 42.3-26.3 0-18.7-16-21.6-42-28-62.5-15.4-117.8-22-117.8-87.2 0-59.2 58.6-81.1 109.1-81.1 55.1 0 110.8 21.9 110.8 55.4 0 16.9-11.4 31.8-30.3 31.8-28.3 0-29.2-33.5-75-33.5-25.7 0-42 7-42 22.5 0 19.8 20.8 21.8 69.1 33 41.4 9.3 90.7 26.8 90.7 77.6 0 59.1-57.1 86.5-112 86.5z\"/></svg></li><li title=\"slack hash \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M446.2 270.4c-6.2-19-26.9-29.1-46-22.9l-45.4 15.1-30.3-90 45.4-15.1c19.1-6.2 29.1-26.8 23-45.9-6.2-19-26.9-29.1-46-22.9l-45.4 15.1-15.7-47c-6.2-19-26.9-29.1-46-22.9-19.1 6.2-29.1 26.8-23 45.9l15.7 47-93.4 31.2-15.7-47c-6.2-19-26.9-29.1-46-22.9-19.1 6.2-29.1 26.8-23 45.9l15.7 47-45.3 15c-19.1 6.2-29.1 26.8-23 45.9 5 14.5 19.1 24 33.6 24.6 6.8 1 12-1.6 57.7-16.8l30.3 90L78 354.8c-19 6.2-29.1 26.9-23 45.9 5 14.5 19.1 24 33.6 24.6 6.8 1 12-1.6 57.7-16.8l15.7 47c5.9 16.9 24.7 29 46 22.9 19.1-6.2 29.1-26.8 23-45.9l-15.7-47 93.6-31.3 15.7 47c5.9 16.9 24.7 29 46 22.9 19.1-6.2 29.1-26.8 23-45.9l-15.7-47 45.4-15.1c19-6 29.1-26.7 22.9-45.7zm-254.1 47.2l-30.3-90.2 93.5-31.3 30.3 90.2-93.5 31.3z\"/></svg></li><li title=\"slack \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M94.12 315.1c0 25.9-21.16 47.06-47.06 47.06S0 341 0 315.1c0-25.9 21.16-47.06 47.06-47.06h47.06v47.06zm23.72 0c0-25.9 21.16-47.06 47.06-47.06s47.06 21.16 47.06 47.06v117.84c0 25.9-21.16 47.06-47.06 47.06s-47.06-21.16-47.06-47.06V315.1zm47.06-188.98c-25.9 0-47.06-21.16-47.06-47.06S139 32 164.9 32s47.06 21.16 47.06 47.06v47.06H164.9zm0 23.72c25.9 0 47.06 21.16 47.06 47.06s-21.16 47.06-47.06 47.06H47.06C21.16 243.96 0 222.8 0 196.9s21.16-47.06 47.06-47.06H164.9zm188.98 47.06c0-25.9 21.16-47.06 47.06-47.06 25.9 0 47.06 21.16 47.06 47.06s-21.16 47.06-47.06 47.06h-47.06V196.9zm-23.72 0c0 25.9-21.16 47.06-47.06 47.06-25.9 0-47.06-21.16-47.06-47.06V79.06c0-25.9 21.16-47.06 47.06-47.06 25.9 0 47.06 21.16 47.06 47.06V196.9zM283.1 385.88c25.9 0 47.06 21.16 47.06 47.06 0 25.9-21.16 47.06-47.06 47.06-25.9 0-47.06-21.16-47.06-47.06v-47.06h47.06zm0-23.72c-25.9 0-47.06-21.16-47.06-47.06 0-25.9 21.16-47.06 47.06-47.06h117.84c25.9 0 47.06 21.16 47.06 47.06 0 25.9-21.16 47.06-47.06 47.06H283.1z\"/></svg></li><li title=\"slideshare \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M187.7 153.7c-34 0-61.7 25.7-61.7 57.7 0 31.7 27.7 57.7 61.7 57.7s61.7-26 61.7-57.7c0-32-27.7-57.7-61.7-57.7zm143.4 0c-34 0-61.7 25.7-61.7 57.7 0 31.7 27.7 57.7 61.7 57.7 34.3 0 61.7-26 61.7-57.7.1-32-27.4-57.7-61.7-57.7zm156.6 90l-6 4.3V49.7c0-27.4-20.6-49.7-46-49.7H76.6c-25.4 0-46 22.3-46 49.7V248c-2-1.4-4.3-2.9-6.3-4.3-15.1-10.6-25.1 4-16 17.7 18.3 22.6 53.1 50.3 106.3 72C58.3 525.1 252 555.7 248.9 457.5c0-.7.3-56.6.3-96.6 5.1 1.1 9.4 2.3 13.7 3.1 0 39.7.3 92.8.3 93.5-3.1 98.3 190.6 67.7 134.3-124 53.1-21.7 88-49.4 106.3-72 9.1-13.8-.9-28.3-16.1-17.8zm-30.5 19.2c-68.9 37.4-128.3 31.1-160.6 29.7-23.7-.9-32.6 9.1-33.7 24.9-10.3-7.7-18.6-15.5-20.3-17.1-5.1-5.4-13.7-8-27.1-7.7-31.7 1.1-89.7 7.4-157.4-28V72.3c0-34.9 8.9-45.7 40.6-45.7h317.7c30.3 0 40.9 12.9 40.9 45.7v190.6z\"/></svg></li><li title=\"snapchat ghost \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M510.846 392.673c-5.211 12.157-27.239 21.089-67.36 27.318-2.064 2.786-3.775 14.686-6.507 23.956-1.625 5.566-5.623 8.869-12.128 8.869l-.297-.005c-9.395 0-19.203-4.323-38.852-4.323-26.521 0-35.662 6.043-56.254 20.588-21.832 15.438-42.771 28.764-74.027 27.399-31.646 2.334-58.025-16.908-72.871-27.404-20.714-14.643-29.828-20.582-56.241-20.582-18.864 0-30.736 4.72-38.852 4.72-8.073 0-11.213-4.922-12.422-9.04-2.703-9.189-4.404-21.263-6.523-24.13-20.679-3.209-67.31-11.344-68.498-32.15a10.627 10.627 0 0 1 8.877-11.069c69.583-11.455 100.924-82.901 102.227-85.934.074-.176.155-.344.237-.515 3.713-7.537 4.544-13.849 2.463-18.753-5.05-11.896-26.872-16.164-36.053-19.796-23.715-9.366-27.015-20.128-25.612-27.504 2.437-12.836 21.725-20.735 33.002-15.453 8.919 4.181 16.843 6.297 23.547 6.297 5.022 0 8.212-1.204 9.96-2.171-2.043-35.936-7.101-87.29 5.687-115.969C158.122 21.304 229.705 15.42 250.826 15.42c.944 0 9.141-.089 10.11-.089 52.148 0 102.254 26.78 126.723 81.643 12.777 28.65 7.749 79.792 5.695 116.009 1.582.872 4.357 1.942 8.599 2.139 6.397-.286 13.815-2.389 22.069-6.257 6.085-2.846 14.406-2.461 20.48.058l.029.01c9.476 3.385 15.439 10.215 15.589 17.87.184 9.747-8.522 18.165-25.878 25.018-2.118.835-4.694 1.655-7.434 2.525-9.797 3.106-24.6 7.805-28.616 17.271-2.079 4.904-1.256 11.211 2.46 18.748.087.168.166.342.239.515 1.301 3.03 32.615 74.46 102.23 85.934 6.427 1.058 11.163 7.877 7.725 15.859z\"/></svg></li><li title=\"snapchat square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-6.5 314.9c-3.5 8.1-18.1 14-44.8 18.2-1.4 1.9-2.5 9.8-4.3 15.9-1.1 3.7-3.7 5.9-8.1 5.9h-.2c-6.2 0-12.8-2.9-25.8-2.9-17.6 0-23.7 4-37.4 13.7-14.5 10.3-28.4 19.1-49.2 18.2-21 1.6-38.6-11.2-48.5-18.2-13.8-9.7-19.8-13.7-37.4-13.7-12.5 0-20.4 3.1-25.8 3.1-5.4 0-7.5-3.3-8.3-6-1.8-6.1-2.9-14.1-4.3-16-13.8-2.1-44.8-7.5-45.5-21.4-.2-3.6 2.3-6.8 5.9-7.4 46.3-7.6 67.1-55.1 68-57.1 0-.1.1-.2.2-.3 2.5-5 3-9.2 1.6-12.5-3.4-7.9-17.9-10.7-24-13.2-15.8-6.2-18-13.4-17-18.3 1.6-8.5 14.4-13.8 21.9-10.3 5.9 2.8 11.2 4.2 15.7 4.2 3.3 0 5.5-.8 6.6-1.4-1.4-23.9-4.7-58 3.8-77.1C159.1 100 206.7 96 220.7 96c.6 0 6.1-.1 6.7-.1 34.7 0 68 17.8 84.3 54.3 8.5 19.1 5.2 53.1 3.8 77.1 1.1.6 2.9 1.3 5.7 1.4 4.3-.2 9.2-1.6 14.7-4.2 4-1.9 9.6-1.6 13.6 0 6.3 2.3 10.3 6.8 10.4 11.9.1 6.5-5.7 12.1-17.2 16.6-1.4.6-3.1 1.1-4.9 1.7-6.5 2.1-16.4 5.2-19 11.5-1.4 3.3-.8 7.5 1.6 12.5.1.1.1.2.2.3.9 2 21.7 49.5 68 57.1 4 1 7.1 5.5 4.9 10.8z\"/></svg></li><li title=\"snapchat \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm169.5 338.9c-3.5 8.1-18.1 14-44.8 18.2-1.4 1.9-2.5 9.8-4.3 15.9-1.1 3.7-3.7 5.9-8.1 5.9h-.2c-6.2 0-12.8-2.9-25.8-2.9-17.6 0-23.7 4-37.4 13.7-14.5 10.3-28.4 19.1-49.2 18.2-21 1.6-38.6-11.2-48.5-18.2-13.8-9.7-19.8-13.7-37.4-13.7-12.5 0-20.4 3.1-25.8 3.1-5.4 0-7.5-3.3-8.3-6-1.8-6.1-2.9-14.1-4.3-16-13.8-2.1-44.8-7.5-45.5-21.4-.2-3.6 2.3-6.8 5.9-7.4 46.3-7.6 67.1-55.1 68-57.1 0-.1.1-.2.2-.3 2.5-5 3-9.2 1.6-12.5-3.4-7.9-17.9-10.7-24-13.2-15.8-6.2-18-13.4-17-18.3 1.6-8.5 14.4-13.8 21.9-10.3 5.9 2.8 11.2 4.2 15.7 4.2 3.3 0 5.5-.8 6.6-1.4-1.4-23.9-4.7-58 3.8-77.1C183.1 100 230.7 96 244.7 96c.6 0 6.1-.1 6.7-.1 34.7 0 68 17.8 84.3 54.3 8.5 19.1 5.2 53.1 3.8 77.1 1.1.6 2.9 1.3 5.7 1.4 4.3-.2 9.2-1.6 14.7-4.2 4-1.9 9.6-1.6 13.6 0 6.3 2.3 10.3 6.8 10.4 11.9.1 6.5-5.7 12.1-17.2 16.6-1.4.6-3.1 1.1-4.9 1.7-6.5 2.1-16.4 5.2-19 11.5-1.4 3.3-.8 7.5 1.6 12.5.1.1.1.2.2.3.9 2 21.7 49.5 68 57.1 4 1 7.1 5.5 4.9 10.8z\"/></svg></li><li title=\"soundcloud \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M111.4 256.3l5.8 65-5.8 68.3c-.3 2.5-2.2 4.4-4.4 4.4s-4.2-1.9-4.2-4.4l-5.6-68.3 5.6-65c0-2.2 1.9-4.2 4.2-4.2 2.2 0 4.1 2 4.4 4.2zm21.4-45.6c-2.8 0-4.7 2.2-5 5l-5 105.6 5 68.3c.3 2.8 2.2 5 5 5 2.5 0 4.7-2.2 4.7-5l5.8-68.3-5.8-105.6c0-2.8-2.2-5-4.7-5zm25.5-24.1c-3.1 0-5.3 2.2-5.6 5.3l-4.4 130 4.4 67.8c.3 3.1 2.5 5.3 5.6 5.3 2.8 0 5.3-2.2 5.3-5.3l5.3-67.8-5.3-130c0-3.1-2.5-5.3-5.3-5.3zM7.2 283.2c-1.4 0-2.2 1.1-2.5 2.5L0 321.3l4.7 35c.3 1.4 1.1 2.5 2.5 2.5s2.2-1.1 2.5-2.5l5.6-35-5.6-35.6c-.3-1.4-1.1-2.5-2.5-2.5zm23.6-21.9c-1.4 0-2.5 1.1-2.5 2.5l-6.4 57.5 6.4 56.1c0 1.7 1.1 2.8 2.5 2.8s2.5-1.1 2.8-2.5l7.2-56.4-7.2-57.5c-.3-1.4-1.4-2.5-2.8-2.5zm25.3-11.4c-1.7 0-3.1 1.4-3.3 3.3L47 321.3l5.8 65.8c.3 1.7 1.7 3.1 3.3 3.1 1.7 0 3.1-1.4 3.1-3.1l6.9-65.8-6.9-68.1c0-1.9-1.4-3.3-3.1-3.3zm25.3-2.2c-1.9 0-3.6 1.4-3.6 3.6l-5.8 70 5.8 67.8c0 2.2 1.7 3.6 3.6 3.6s3.6-1.4 3.9-3.6l6.4-67.8-6.4-70c-.3-2.2-2-3.6-3.9-3.6zm241.4-110.9c-1.1-.8-2.8-1.4-4.2-1.4-2.2 0-4.2.8-5.6 1.9-1.9 1.7-3.1 4.2-3.3 6.7v.8l-3.3 176.7 1.7 32.5 1.7 31.7c.3 4.7 4.2 8.6 8.9 8.6s8.6-3.9 8.6-8.6l3.9-64.2-3.9-177.5c-.4-3-2-5.8-4.5-7.2zm-26.7 15.3c-1.4-.8-2.8-1.4-4.4-1.4s-3.1.6-4.4 1.4c-2.2 1.4-3.6 3.9-3.6 6.7l-.3 1.7-2.8 160.8s0 .3 3.1 65.6v.3c0 1.7.6 3.3 1.7 4.7 1.7 1.9 3.9 3.1 6.4 3.1 2.2 0 4.2-1.1 5.6-2.5 1.7-1.4 2.5-3.3 2.5-5.6l.3-6.7 3.1-58.6-3.3-162.8c-.3-2.8-1.7-5.3-3.9-6.7zm-111.4 22.5c-3.1 0-5.8 2.8-5.8 6.1l-4.4 140.6 4.4 67.2c.3 3.3 2.8 5.8 5.8 5.8 3.3 0 5.8-2.5 6.1-5.8l5-67.2-5-140.6c-.2-3.3-2.7-6.1-6.1-6.1zm376.7 62.8c-10.8 0-21.1 2.2-30.6 6.1-6.4-70.8-65.8-126.4-138.3-126.4-17.8 0-35 3.3-50.3 9.4-6.1 2.2-7.8 4.4-7.8 9.2v249.7c0 5 3.9 8.6 8.6 9.2h218.3c43.3 0 78.6-35 78.6-78.3.1-43.6-35.2-78.9-78.5-78.9zm-296.7-60.3c-4.2 0-7.5 3.3-7.8 7.8l-3.3 136.7 3.3 65.6c.3 4.2 3.6 7.5 7.8 7.5 4.2 0 7.5-3.3 7.5-7.5l3.9-65.6-3.9-136.7c-.3-4.5-3.3-7.8-7.5-7.8zm-53.6-7.8c-3.3 0-6.4 3.1-6.4 6.7l-3.9 145.3 3.9 66.9c.3 3.6 3.1 6.4 6.4 6.4 3.6 0 6.4-2.8 6.7-6.4l4.4-66.9-4.4-145.3c-.3-3.6-3.1-6.7-6.7-6.7zm26.7 3.4c-3.9 0-6.9 3.1-6.9 6.9L227 321.3l3.9 66.4c.3 3.9 3.1 6.9 6.9 6.9s6.9-3.1 6.9-6.9l4.2-66.4-4.2-141.7c0-3.9-3-6.9-6.9-6.9z\"/></svg></li><li title=\"sourcetree \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M427.2 203c0-112.1-90.9-203-203-203C112.1-.2 21.2 90.6 21 202.6A202.86 202.86 0 0 0 161.5 396v101.7a14.3 14.3 0 0 0 14.3 14.3h96.4a14.3 14.3 0 0 0 14.3-14.3V396.1A203.18 203.18 0 0 0 427.2 203zm-271.6 0c0-90.8 137.3-90.8 137.3 0-.1 89.9-137.3 91-137.3 0z\"/></svg></li><li title=\"speakap \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M64 391.78C-15.41 303.59-8 167.42 80.64 87.64s224.8-73 304.21 15.24 72 224.36-16.64 304.14c-18.74 16.87 64 43.09 42 52.26-82.06 34.21-253.91 35-346.23-67.5zm213.31-211.6l38.5-40.86c-9.61-8.89-32-26.83-76.17-27.6-52.33-.91-95.86 28.3-96.77 80-.2 11.33.29 36.72 29.42 54.83 34.46 21.42 86.52 21.51 86 52.26-.37 21.28-26.42 25.81-38.59 25.6-3-.05-30.23-.46-47.61-24.62l-40 42.61c28.16 27 59 32.62 83.49 33.05 10.23.18 96.42.33 97.84-81 .28-15.81-2.07-39.72-28.86-56.59-34.36-21.64-85-19.45-84.43-49.75.41-23.25 31-25.37 37.53-25.26.43 0 26.62.26 39.62 17.37z\"/></svg></li><li title=\"speaker deck \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M213.86 296H100a100 100 0 0 1 0-200h132.84a40 40 0 0 1 0 80H98c-26.47 0-26.45 40 0 40h113.82a100 100 0 0 1 0 200H40a40 40 0 0 1 0-80h173.86c26.48 0 26.46-40 0-40zM298 416a120.21 120.21 0 0 0 51.11-80h64.55a19.83 19.83 0 0 0 19.66-20V196a19.83 19.83 0 0 0-19.66-20H296.42a60.77 60.77 0 0 0 0-80h136.93c43.44 0 78.65 35.82 78.65 80v160c0 44.18-35.21 80-78.65 80z\"/></svg></li><li title=\"spotify \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 8C111.1 8 0 119.1 0 256s111.1 248 248 248 248-111.1 248-248S384.9 8 248 8zm100.7 364.9c-4.2 0-6.8-1.3-10.7-3.6-62.4-37.6-135-39.2-206.7-24.5-3.9 1-9 2.6-11.9 2.6-9.7 0-15.8-7.7-15.8-15.8 0-10.3 6.1-15.2 13.6-16.8 81.9-18.1 165.6-16.5 237 26.2 6.1 3.9 9.7 7.4 9.7 16.5s-7.1 15.4-15.2 15.4zm26.9-65.6c-5.2 0-8.7-2.3-12.3-4.2-62.5-37-155.7-51.9-238.6-29.4-4.8 1.3-7.4 2.6-11.9 2.6-10.7 0-19.4-8.7-19.4-19.4s5.2-17.8 15.5-20.7c27.8-7.8 56.2-13.6 97.8-13.6 64.9 0 127.6 16.1 177 45.5 8.1 4.8 11.3 11 11.3 19.7-.1 10.8-8.5 19.5-19.4 19.5zm31-76.2c-5.2 0-8.4-1.3-12.9-3.9-71.2-42.5-198.5-52.7-280.9-29.7-3.6 1-8.1 2.6-12.9 2.6-13.2 0-23.3-10.3-23.3-23.6 0-13.6 8.4-21.3 17.4-23.9 35.2-10.3 74.6-15.2 117.5-15.2 73 0 149.5 15.2 205.4 47.8 7.8 4.5 12.9 10.7 12.9 22.6 0 13.6-11 23.3-23.2 23.3z\"/></svg></li><li title=\"squarespace \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M186.12 343.34c-9.65 9.65-9.65 25.29 0 34.94 9.65 9.65 25.29 9.65 34.94 0L378.24 221.1c19.29-19.29 50.57-19.29 69.86 0s19.29 50.57 0 69.86L293.95 445.1c19.27 19.29 50.53 19.31 69.82.04l.04-.04 119.25-119.24c38.59-38.59 38.59-101.14 0-139.72-38.59-38.59-101.15-38.59-139.72 0l-157.22 157.2zm244.53-104.8c-9.65-9.65-25.29-9.65-34.93 0l-157.2 157.18c-19.27 19.29-50.53 19.31-69.82.05l-.05-.05c-9.64-9.64-25.27-9.65-34.92-.01l-.01.01c-9.65 9.64-9.66 25.28-.02 34.93l.02.02c38.58 38.57 101.14 38.57 139.72 0l157.2-157.2c9.65-9.65 9.65-25.29.01-34.93zm-261.99 87.33l157.18-157.18c9.64-9.65 9.64-25.29 0-34.94-9.64-9.64-25.27-9.64-34.91 0L133.72 290.93c-19.28 19.29-50.56 19.3-69.85.01l-.01-.01c-19.29-19.28-19.31-50.54-.03-69.84l.03-.03L218.03 66.89c-19.28-19.29-50.55-19.3-69.85-.02l-.02.02L28.93 186.14c-38.58 38.59-38.58 101.14 0 139.72 38.6 38.59 101.13 38.59 139.73.01zm-87.33-52.4c9.64 9.64 25.27 9.64 34.91 0l157.21-157.19c19.28-19.29 50.55-19.3 69.84-.02l.02.02c9.65 9.65 25.29 9.65 34.93 0 9.65-9.65 9.65-25.29 0-34.93-38.59-38.59-101.13-38.59-139.72 0L81.33 238.54c-9.65 9.64-9.65 25.28-.01 34.93h.01z\"/></svg></li><li title=\"stack exchange \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M17.7 332.3h412.7v22c0 37.7-29.3 68-65.3 68h-19L259.3 512v-89.7H83c-36 0-65.3-30.3-65.3-68v-22zm0-23.6h412.7v-85H17.7v85zm0-109.4h412.7v-85H17.7v85zM365 0H83C47 0 17.7 30.3 17.7 67.7V90h412.7V67.7C430.3 30.3 401 0 365 0z\"/></svg></li><li title=\"stack overflow \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M290.7 311L95 269.7 86.8 309l195.7 41zm51-87L188.2 95.7l-25.5 30.8 153.5 128.3zm-31.2 39.7L129.2 179l-16.7 36.5L293.7 300zM262 32l-32 24 119.3 160.3 32-24zm20.5 328h-200v39.7h200zm39.7 80H42.7V320h-40v160h359.5V320h-40z\"/></svg></li><li title=\"stackpath \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M244.6 232.4c0 8.5-4.26 20.49-21.34 20.49h-19.61v-41.47h19.61c17.13 0 21.34 12.36 21.34 20.98zM448 32v448H0V32zM151.3 287.84c0-21.24-12.12-34.54-46.72-44.85-20.57-7.41-26-10.91-26-18.63s7-14.61 20.41-14.61c14.09 0 20.79 8.45 20.79 18.35h30.7l.19-.57c.5-19.57-15.06-41.65-51.12-41.65-23.37 0-52.55 10.75-52.55 38.29 0 19.4 9.25 31.29 50.74 44.37 17.26 6.15 21.91 10.4 21.91 19.48 0 15.2-19.13 14.23-19.47 14.23-20.4 0-25.65-9.1-25.65-21.9h-30.8l-.18.56c-.68 31.32 28.38 45.22 56.63 45.22 29.98 0 51.12-13.55 51.12-38.29zm125.38-55.63c0-25.3-18.43-45.46-53.42-45.46h-51.78v138.18h32.17v-47.36h19.61c30.25 0 53.42-15.95 53.42-45.36zM297.94 325L347 186.78h-31.09L268 325zm106.52-138.22h-31.09L325.46 325h29.94z\"/></svg></li><li title=\"staylinked \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 440 512\"><path d=\"M382.7 292.5l2.7 2.7-170-167.3c-3.5-3.5-9.7-3.7-13.8-.5L144.3 171c-4.2 3.2-4.6 8.7-1.1 12.2l68.1 64.3c3.6 3.5 9.9 3.7 14 .5l.1-.1c4.1-3.2 10.4-3 14 .5l84 81.3c3.6 3.5 3.2 9-.9 12.2l-93.2 74c-4.2 3.3-10.5 3.1-14.2-.4L63.2 268c-3.5-3.5-9.7-3.7-13.9-.5L3.5 302.4c-4.2 3.2-4.7 8.7-1.2 12.2L211 510.7s7.4 6.8 17.3-.8l198-163.9c4-3.2 4.4-8.7.7-12.2zm54.5-83.4L226.7 2.5c-1.5-1.2-8-5.5-16.3 1.1L3.6 165.7c-4.2 3.2-4.8 8.7-1.2 12.2l42.3 41.7 171.7 165.1c3.7 3.5 10.1 3.7 14.3.4l50.2-38.8-.3-.3 7.7-6c4.2-3.2 4.6-8.7.9-12.2l-57.1-54.4c-3.6-3.5-10-3.7-14.2-.5l-.1.1c-4.2 3.2-10.5 3.1-14.2-.4L109 180.8c-3.6-3.5-3.1-8.9 1.1-12.2l92.2-71.5c4.1-3.2 10.3-3 13.9.5l160.4 159c3.7 3.5 10 3.7 14.1.5l45.8-35.8c4.1-3.2 4.4-8.7.7-12.2z\"/></svg></li><li title=\"steam square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M185.2 356.5c7.7-18.5-1-39.7-19.6-47.4l-29.5-12.2c11.4-4.3 24.3-4.5 36.4.5 12.2 5.1 21.6 14.6 26.7 26.7 5 12.2 5 25.6-.1 37.7-10.5 25.1-39.4 37-64.6 26.5-11.6-4.8-20.4-13.6-25.4-24.2l28.5 11.8c18.6 7.8 39.9-.9 47.6-19.4zM400 32H48C21.5 32 0 53.5 0 80v160.7l116.6 48.1c12-8.2 26.2-12.1 40.7-11.3l55.4-80.2v-1.1c0-48.2 39.3-87.5 87.6-87.5s87.6 39.3 87.6 87.5c0 49.2-40.9 88.7-89.6 87.5l-79 56.3c1.6 38.5-29.1 68.8-65.7 68.8-31.8 0-58.5-22.7-64.5-52.7L0 319.2V432c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-99.7 222.5c-32.2 0-58.4-26.1-58.4-58.3s26.2-58.3 58.4-58.3 58.4 26.2 58.4 58.3-26.2 58.3-58.4 58.3zm.1-14.6c24.2 0 43.9-19.6 43.9-43.8 0-24.2-19.6-43.8-43.9-43.8-24.2 0-43.9 19.6-43.9 43.8 0 24.2 19.7 43.8 43.9 43.8z\"/></svg></li><li title=\"steam symbol \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M395.5 177.5c0 33.8-27.5 61-61 61-33.8 0-61-27.3-61-61s27.3-61 61-61c33.5 0 61 27.2 61 61zm52.5.2c0 63-51 113.8-113.7 113.8L225 371.3c-4 43-40.5 76.8-84.5 76.8-40.5 0-74.7-28.8-83-67L0 358V250.7L97.2 290c15.1-9.2 32.2-13.3 52-11.5l71-101.7c.5-62.3 51.5-112.8 114-112.8C397 64 448 115 448 177.7zM203 363c0-34.7-27.8-62.5-62.5-62.5-4.5 0-9 .5-13.5 1.5l26 10.5c25.5 10.2 38 39 27.7 64.5-10.2 25.5-39.2 38-64.7 27.5-10.2-4-20.5-8.3-30.7-12.2 10.5 19.7 31.2 33.2 55.2 33.2 34.7 0 62.5-27.8 62.5-62.5zm207.5-185.3c0-42-34.3-76.2-76.2-76.2-42.3 0-76.5 34.2-76.5 76.2 0 42.2 34.3 76.2 76.5 76.2 41.9.1 76.2-33.9 76.2-76.2z\"/></svg></li><li title=\"steam \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M496 256c0 137-111.2 248-248.4 248-113.8 0-209.6-76.3-239-180.4l95.2 39.3c6.4 32.1 34.9 56.4 68.9 56.4 39.2 0 71.9-32.4 70.2-73.5l84.5-60.2c52.1 1.3 95.8-40.9 95.8-93.5 0-51.6-42-93.5-93.7-93.5s-93.7 42-93.7 93.5v1.2L176.6 279c-15.5-.9-30.7 3.4-43.5 12.1L0 236.1C10.2 108.4 117.1 8 247.6 8 384.8 8 496 119 496 256zM155.7 384.3l-30.5-12.6a52.79 52.79 0 0 0 27.2 25.8c26.9 11.2 57.8-1.6 69-28.4 5.4-13 5.5-27.3.1-40.3-5.4-13-15.5-23.2-28.5-28.6-12.9-5.4-26.7-5.2-38.9-.6l31.5 13c19.8 8.2 29.2 30.9 20.9 50.7-8.3 19.9-31 29.2-50.8 21zm173.8-129.9c-34.4 0-62.4-28-62.4-62.3s28-62.3 62.4-62.3 62.4 28 62.4 62.3-27.9 62.3-62.4 62.3zm.1-15.6c25.9 0 46.9-21 46.9-46.8 0-25.9-21-46.8-46.9-46.8s-46.9 21-46.9 46.8c.1 25.8 21.1 46.8 46.9 46.8z\"/></svg></li><li title=\"sticker mule \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M561.7 199.6c-1.3.3.3 0 0 0zm-6.2-77.4c-7.7-22.3-5.1-7.2-13.4-36.9-1.6-6.5-3.6-14.5-6.2-20-4.4-8.7-4.6-7.5-4.6-9.5 0-5.3 30.7-45.3 19-46.9-5.7-.6-12.2 11.6-20.6 17-8.6 4.2-8 5-10.3 5-2.6 0-5.7-3-6.2-5-2-5.7 1.9-25.9-3.6-25.9-3.6 0-12.3 24.8-17 25.8-5.2 1.3-27.9-11.4-75.1 18-25.3 13.2-86.9 65.2-87 65.3-6.7 4.7-20 4.7-35.5 16-44.4 30.1-109.6 9.4-110.7 9-110.6-26.8-128-15.2-159 11.5-20.8 17.9-23.7 36.5-24.2 38.9-4.2 20.4 5.2 48.3 6.7 64.3 1.8 19.3-2.7 17.7 7.7 98.3.5 1 4.1 0 5.1 1.5 0 8.4-3.8 12.1-4.1 13-1.5 4.5-1.5 10.5 0 16 2.3 8.2 8.2 37.2 8.2 46.9 0 41.8.4 44 2.6 49.4 3.9 10 12.5 9.1 17 12 3.1 3.5-.5 8.5 1 12.5.5 2 3.6 4 6.2 5 9.2 3.6 27 .3 29.9-2.5 1.6-1.5.5-4.5 3.1-5 5.1 0 10.8-.5 14.4-2.5 5.1-2.5 4.1-6 1.5-10.5-.4-.8-7-13.3-9.8-16-2.1-2-5.1-3-7.2-4.5-5.8-4.9-10.3-19.4-10.3-19.5-4.6-19.4-10.3-46.3-4.1-66.8 4.6-17.2 39.5-87.7 39.6-87.8 4.1-6.5 17-11.5 27.3-7 6 1.9 19.3 22 65.4 30.9 47.9 8.7 97.4-2 112.2-2 2.8 2-1.9 13-.5 38.9 0 26.4-.4 13.7-4.1 29.9-2.2 9.7 3.4 23.2-1.5 46.9-1.4 9.8-9.9 32.7-8.2 43.4.5 1 1 2 1.5 3.5.5 4.5 1.5 8.5 4.6 10 7.3 3.6 12-3.5 9.8 11.5-.7 3.1-2.6 12 1.5 15 4.4 3.7 30.6 3.4 36.5.5 2.6-1.5 1.6-4.5 6.4-7.4 1.9-.9 11.3-.4 11.3-6.5.3-1.8-9.2-19.9-9.3-20-2.6-3.5-9.2-4.5-11.3-8-6.9-10.1-1.7-52.6.5-59.4 3-11 5.6-22.4 8.7-32.4 11-42.5 10.3-50.6 16.5-68.3.8-1.8 6.4-23.1 10.3-29.9 9.3-17 21.7-32.4 33.5-47.4 18-22.9 34-46.9 52-69.8 6.1-7 8.2-13.7 18-8 10.8 5.7 21.6 7 31.9 17 14.6 12.8 10.2 18.2 11.8 22.9 1.5 5 7.7 10.5 14.9 9.5 10.4-2 13-2.5 13.4-2.5 2.6-.5 5.7-5 7.2-8 3.1-5.5 7.2-9 7.2-16.5 0-7.7-.4-2.8-20.6-52.9z\"/></svg></li><li title=\"strava \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M158.4 0L7 292h89.2l62.2-116.1L220.1 292h88.5zm150.2 292l-43.9 88.2-44.6-88.2h-67.6l112.2 220 111.5-220z\"/></svg></li><li title=\"stripe s \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M155.3 154.6c0-22.3 18.6-30.9 48.4-30.9 43.4 0 98.5 13.3 141.9 36.7V26.1C298.3 7.2 251.1 0 203.8 0 88.1 0 11 60.4 11 161.4c0 157.9 216.8 132.3 216.8 200.4 0 26.4-22.9 34.9-54.7 34.9-47.2 0-108.2-19.5-156.1-45.5v128.5a396.09 396.09 0 0 0 156 32.4c118.6 0 200.3-51 200.3-153.6 0-170.2-218-139.7-218-203.9z\"/></svg></li><li title=\"stripe \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M165 144.7l-43.3 9.2-.2 142.4c0 26.3 19.8 43.3 46.1 43.3 14.6 0 25.3-2.7 31.2-5.9v-33.8c-5.7 2.3-33.7 10.5-33.7-15.7V221h33.7v-37.8h-33.7zm89.1 51.6l-2.7-13.1H213v153.2h44.3V233.3c10.5-13.8 28.2-11.1 33.9-9.3v-40.8c-6-2.1-26.7-6-37.1 13.1zm92.3-72.3l-44.6 9.5v36.2l44.6-9.5zM44.9 228.3c0-6.9 5.8-9.6 15.1-9.7 13.5 0 30.7 4.1 44.2 11.4v-41.8c-14.7-5.8-29.4-8.1-44.1-8.1-36 0-60 18.8-60 50.2 0 49.2 67.5 41.2 67.5 62.4 0 8.2-7.1 10.9-17 10.9-14.7 0-33.7-6.1-48.6-14.2v40c16.5 7.1 33.2 10.1 48.5 10.1 36.9 0 62.3-15.8 62.3-47.8 0-52.9-67.9-43.4-67.9-63.4zM640 261.6c0-45.5-22-81.4-64.2-81.4s-67.9 35.9-67.9 81.1c0 53.5 30.3 78.2 73.5 78.2 21.2 0 37.1-4.8 49.2-11.5v-33.4c-12.1 6.1-26 9.8-43.6 9.8-17.3 0-32.5-6.1-34.5-26.9h86.9c.2-2.3.6-11.6.6-15.9zm-87.9-16.8c0-20 12.3-28.4 23.4-28.4 10.9 0 22.5 8.4 22.5 28.4zm-112.9-64.6c-17.4 0-28.6 8.2-34.8 13.9l-2.3-11H363v204.8l44.4-9.4.1-50.2c6.4 4.7 15.9 11.2 31.4 11.2 31.8 0 60.8-23.2 60.8-79.6.1-51.6-29.3-79.7-60.5-79.7zm-10.6 122.5c-10.4 0-16.6-3.8-20.9-8.4l-.3-66c4.6-5.1 11-8.8 21.2-8.8 16.2 0 27.4 18.2 27.4 41.4.1 23.9-10.9 41.8-27.4 41.8zm-126.7 33.7h44.6V183.2h-44.6z\"/></svg></li><li title=\"studiovinari \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M480.3 187.7l4.2 28v28l-25.1 44.1-39.8 78.4-56.1 67.5-79.1 37.8-17.7 24.5-7.7 12-9.6 4s17.3-63.6 19.4-63.6c2.1 0 20.3.7 20.3.7l66.7-38.6-92.5 26.1-55.9 36.8-22.8 28-6.6 1.4 20.8-73.6 6.9-5.5 20.7 12.9 88.3-45.2 56.8-51.5 14.8-68.4-125.4 23.3 15.2-18.2-173.4-53.3 81.9-10.5-166-122.9L133.5 108 32.2 0l252.9 126.6-31.5-38L378 163 234.7 64l18.7 38.4-49.6-18.1L158.3 0l194.6 122L310 66.2l108 96.4 12-8.9-21-16.4 4.2-37.8L451 89.1l29.2 24.7 11.5 4.2-7 6.2 8.5 12-13.1 7.4-10.3 20.2 10.5 23.9z\"/></svg></li><li title=\"stumbleupon circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 177.5c-9.8 0-17.8 8-17.8 17.8v106.9c0 40.9-33.9 73.9-74.9 73.9-41.4 0-74.9-33.5-74.9-74.9v-46.5h57.3v45.8c0 10 8 17.8 17.8 17.8s17.8-7.9 17.8-17.8V200.1c0-40 34.2-72.1 74.7-72.1 40.7 0 74.7 32.3 74.7 72.6v23.7l-34.1 10.1-22.9-10.7v-20.6c.1-9.6-7.9-17.6-17.7-17.6zm167.6 123.6c0 41.4-33.5 74.9-74.9 74.9-41.2 0-74.9-33.2-74.9-74.2V263l22.9 10.7 34.1-10.1v47.1c0 9.8 8 17.6 17.8 17.6s17.8-7.9 17.8-17.6v-48h57.3c-.1 45.9-.1 46.4-.1 46.4z\"/></svg></li><li title=\"stumbleupon \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M502.9 266v69.7c0 62.1-50.3 112.4-112.4 112.4-61.8 0-112.4-49.8-112.4-111.3v-70.2l34.3 16 51.1-15.2V338c0 14.7 12 26.5 26.7 26.5S417 352.7 417 338v-72h85.9zm-224.7-58.2l34.3 16 51.1-15.2V173c0-60.5-51.1-109-112.1-109-60.8 0-112.1 48.2-112.1 108.2v162.4c0 14.9-12 26.7-26.7 26.7S86 349.5 86 334.6V266H0v69.7C0 397.7 50.3 448 112.4 448c61.6 0 112.4-49.5 112.4-110.8V176.9c0-14.7 12-26.7 26.7-26.7s26.7 12 26.7 26.7v30.9z\"/></svg></li><li title=\"superpowers \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M448 32c-83.3 11-166.8 22-250 33-92 12.5-163.3 86.7-169 180-3.3 55.5 18 109.5 57.8 148.2L0 480c83.3-11 166.5-22 249.8-33 91.8-12.5 163.3-86.8 168.7-179.8 3.5-55.5-18-109.5-57.7-148.2L448 32zm-79.7 232.3c-4.2 79.5-74 139.2-152.8 134.5-79.5-4.7-140.7-71-136.3-151 4.5-79.2 74.3-139.3 153-134.5 79.3 4.7 140.5 71 136.1 151z\"/></svg></li><li title=\"supple \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M640 262.5c0 64.1-109 116.1-243.5 116.1-24.8 0-48.6-1.8-71.1-5 7.7.4 15.5.6 23.4.6 134.5 0 243.5-56.9 243.5-127.1 0-29.4-19.1-56.4-51.2-78 60 21.1 98.9 55.1 98.9 93.4zM47.7 227.9c-.1-70.2 108.8-127.3 243.3-127.6 7.9 0 15.6.2 23.3.5-22.5-3.2-46.3-4.9-71-4.9C108.8 96.3-.1 148.5 0 212.6c.1 38.3 39.1 72.3 99.3 93.3-32.3-21.5-51.5-48.6-51.6-78zm60.2 39.9s10.5 13.2 29.3 13.2c17.9 0 28.4-11.5 28.4-25.1 0-28-40.2-25.1-40.2-39.7 0-5.4 5.3-9.1 12.5-9.1 5.7 0 11.3 2.6 11.3 6.6v3.9h14.2v-7.9c0-12.1-15.4-16.8-25.4-16.8-16.5 0-28.5 10.2-28.5 24.1 0 26.6 40.2 25.4 40.2 39.9 0 6.6-5.8 10.1-12.3 10.1-11.9 0-20.7-10.1-20.7-10.1l-8.8 10.9zm120.8-73.6v54.4c0 11.3-7.1 17.8-17.8 17.8-10.7 0-17.8-6.5-17.8-17.7v-54.5h-15.8v55c0 18.9 13.4 31.9 33.7 31.9 20.1 0 33.4-13 33.4-31.9v-55h-15.7zm34.4 85.4h15.8v-29.5h15.5c16 0 27.2-11.5 27.2-28.1s-11.2-27.8-27.2-27.8h-39.1v13.4h7.8v72zm15.8-43v-29.1h12.9c8.7 0 13.7 5.7 13.7 14.4 0 8.9-5.1 14.7-14 14.7h-12.6zm57 43h15.8v-29.5h15.5c16 0 27.2-11.5 27.2-28.1s-11.2-27.8-27.2-27.8h-39.1v13.4h7.8v72zm15.7-43v-29.1h12.9c8.7 0 13.7 5.7 13.7 14.4 0 8.9-5 14.7-14 14.7h-12.6zm57.1 34.8c0 5.8 2.4 8.2 8.2 8.2h37.6c5.8 0 8.2-2.4 8.2-8.2v-13h-14.3v5.2c0 1.7-1 2.6-2.6 2.6h-18.6c-1.7 0-2.6-1-2.6-2.6v-61.2c0-5.7-2.4-8.2-8.2-8.2H401v13.4h5.2c1.7 0 2.6 1 2.6 2.6v61.2zm63.4 0c0 5.8 2.4 8.2 8.2 8.2H519c5.7 0 8.2-2.4 8.2-8.2v-13h-14.3v5.2c0 1.7-1 2.6-2.6 2.6h-19.7c-1.7 0-2.6-1-2.6-2.6v-20.3h27.7v-13.4H488v-22.4h19.2c1.7 0 2.6 1 2.6 2.6v5.2H524v-13c0-5.7-2.5-8.2-8.2-8.2h-51.6v13.4h7.8v63.9zm58.9-76v5.9h1.6v-5.9h2.7v-1.2h-7v1.2h2.7zm5.7-1.2v7.1h1.5v-5.7l2.3 5.7h1.3l2.3-5.7v5.7h1.5v-7.1h-2.3l-2.1 5.1-2.1-5.1h-2.4z\"/></svg></li><li title=\"suse \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M471.08 102.66s-.3 18.3-.3 20.3c-9.1-3-74.4-24.1-135.7-26.3-51.9-1.8-122.8-4.3-223 57.3-19.4 12.4-73.9 46.1-99.6 109.7C7 277-.12 307 7 335.06a111 111 0 0 0 16.5 35.7c17.4 25 46.6 41.6 78.1 44.4 44.4 3.9 78.1-16 90-53.3 8.2-25.8 0-63.6-31.5-82.9-25.6-15.7-53.3-12.1-69.2-1.6-13.9 9.2-21.8 23.5-21.6 39.2.3 27.8 24.3 42.6 41.5 42.6a49 49 0 0 0 15.8-2.7c6.5-1.8 13.3-6.5 13.3-14.9 0-12.1-11.6-14.8-16.8-13.9-2.9.5-4.5 2-11.8 2.4-2-.2-12-3.1-12-14V316c.2-12.3 13.2-18 25.5-16.9 32.3 2.8 47.7 40.7 28.5 65.7-18.3 23.7-76.6 23.2-99.7-20.4-26-49.2 12.7-111.2 87-98.4 33.2 5.7 83.6 35.5 102.4 104.3h45.9c-5.7-17.6-8.9-68.3 42.7-68.3 56.7 0 63.9 39.9 79.8 68.3H460c-12.8-18.3-21.7-38.7-18.9-55.8 5.6-33.8 39.7-18.4 82.4-17.4 66.5.4 102.1-27 103.1-28 3.7-3.1 6.5-15.8 7-17.7 1.3-5.1-3.2-2.4-3.2-2.4-8.7 5.2-30.5 15.2-50.9 15.6-25.3.5-76.2-25.4-81.6-28.2-.3-.4.1 1.2-11-25.5 88.4 58.3 118.3 40.5 145.2 21.7.8-.6 4.3-2.9 3.6-5.7-13.8-48.1-22.4-62.7-34.5-69.6-37-21.6-125-34.7-129.2-35.3.1-.1-.9-.3-.9.7zm60.4 72.8a37.54 37.54 0 0 1 38.9-36.3c33.4 1.2 48.8 42.3 24.4 65.2-24.2 22.7-64.4 4.6-63.3-28.9zm38.6-25.3a26.27 26.27 0 1 0 25.4 27.2 26.19 26.19 0 0 0-25.4-27.2zm4.3 28.8c-15.4 0-15.4-15.6 0-15.6s15.4 15.64 0 15.64z\"/></svg></li><li title=\"swift \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M448 156.09c0-4.51-.08-9-.2-13.52a196.31 196.31 0 0 0-2.58-29.42 99.62 99.62 0 0 0-9.22-28A94.08 94.08 0 0 0 394.84 44a99.17 99.17 0 0 0-28-9.22 195 195 0 0 0-29.43-2.59c-4.51-.12-9-.17-13.52-.2H124.14c-4.51 0-9 .08-13.52.2-2.45.07-4.91.15-7.37.27a171.68 171.68 0 0 0-22.06 2.32 103.06 103.06 0 0 0-21.21 6.1q-3.46 1.45-6.81 3.12a94.66 94.66 0 0 0-18.39 12.32c-1.88 1.61-3.69 3.28-5.43 5A93.86 93.86 0 0 0 12 85.17a99.45 99.45 0 0 0-9.22 28 196.31 196.31 0 0 0-2.54 29.4c-.13 4.51-.18 9-.21 13.52v199.83c0 4.51.08 9 .21 13.51a196.08 196.08 0 0 0 2.58 29.42 99.3 99.3 0 0 0 9.22 28A94.31 94.31 0 0 0 53.17 468a99.47 99.47 0 0 0 28 9.21 195 195 0 0 0 29.43 2.59c4.5.12 9 .17 13.52.2H323.91c4.51 0 9-.08 13.52-.2a196.59 196.59 0 0 0 29.44-2.59 99.57 99.57 0 0 0 28-9.21A94.22 94.22 0 0 0 436 426.84a99.3 99.3 0 0 0 9.22-28 194.79 194.79 0 0 0 2.59-29.42c.12-4.5.17-9 .2-13.51V172.14c-.01-5.35-.01-10.7-.01-16.05zm-69.88 241c-20-38.93-57.23-29.27-76.31-19.47-1.72 1-3.48 2-5.25 3l-.42.25c-39.5 21-92.53 22.54-145.85-.38A234.64 234.64 0 0 1 45 290.12a230.63 230.63 0 0 0 39.17 23.37c56.36 26.4 113 24.49 153 0-57-43.85-104.6-101-141.09-147.22a197.09 197.09 0 0 1-18.78-25.9c43.7 40 112.7 90.22 137.48 104.12-52.57-55.49-98.89-123.94-96.72-121.74 82.79 83.42 159.18 130.59 159.18 130.59 2.88 1.58 5 2.85 6.73 4a127.44 127.44 0 0 0 4.16-12.47c13.22-48.33-1.66-103.58-35.31-149.2C329.61 141.75 375 229.34 356.4 303.42c-.44 1.73-.95 3.4-1.44 5.09 38.52 47.4 28.04 98.17 23.13 88.59z\"/></svg></li><li title=\"symfony \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm133.74 143.54c-11.47.41-19.4-6.45-19.77-16.87-.27-9.18 6.68-13.44 6.53-18.85-.23-6.55-10.16-6.82-12.87-6.67-39.78 1.29-48.59 57-58.89 113.85 21.43 3.15 36.65-.72 45.14-6.22 12-7.75-3.34-15.72-1.42-24.56 4-18.16 32.55-19 32 5.3-.36 17.86-25.92 41.81-77.6 35.7-10.76 59.52-18.35 115-58.2 161.72-29 34.46-58.4 39.82-71.58 40.26-24.65.85-41-12.31-41.58-29.84-.56-17 14.45-26.26 24.31-26.59 21.89-.75 30.12 25.67 14.88 34-12.09 9.71.11 12.61 2.05 12.55 10.42-.36 17.34-5.51 22.18-9 24-20 33.24-54.86 45.35-118.35 8.19-49.66 17-78 18.23-82-16.93-12.75-27.08-28.55-49.85-34.72-15.61-4.23-25.12-.63-31.81 7.83-7.92 10-5.29 23 2.37 30.7l12.63 14c15.51 17.93 24 31.87 20.8 50.62-5.06 29.93-40.72 52.9-82.88 39.94-36-11.11-42.7-36.56-38.38-50.62 7.51-24.15 42.36-11.72 34.62 13.6-2.79 8.6-4.92 8.68-6.28 13.07-4.56 14.77 41.85 28.4 51-1.39 4.47-14.52-5.3-21.71-22.25-39.85-28.47-31.75-16-65.49 2.95-79.67C204.23 140.13 251.94 197 262 205.29c37.17-109 100.53-105.46 102.43-105.53 25.16-.81 44.19 10.59 44.83 28.65.25 7.69-4.17 22.59-19.52 23.13z\"/></svg></li><li title=\"teamspeak \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M244.2 346.79c2.4-12.3-12-30-32.4-48.7-20.9-19.2-48.2-39.1-63.4-46.6-21.7-12-41.7-1.8-46.3 22.7-5 26.2 0 51.4 14.5 73.9 10.2 15.5 25.4 22.7 43.4 24 11.6.6 52.5 2.2 61.7-1 11.9-4.3 20.1-11.8 22.5-24.3zm205 20.8a5.22 5.22 0 0 0-8.3 2.4c-8 25.4-44.7 112.5-172.1 121.5-149.7 10.5 80.3 43.6 145.4-6.4 22.7-17.4 47.6-35 46.6-85.4-.4-10.1-4.9-26.69-11.6-32.1zm62-122.4c-.3-18.9-8.6-33.4-26-42.2-2.9-1.3-5-2.7-5.9-6.4A222.64 222.64 0 0 0 438.9 103c-1.1-1.5-3.5-3.2-2.2-5 8.5-11.5-.3-18-7-24.4Q321.4-31.11 177.4 13.09c-40.1 12.3-73.9 35.6-102 67.4-4 4.3-6.7 9.1-3 14.5 3 4 1.3 6.2-1 9.3C51.6 132 38.2 162.59 32.1 196c-.7 4.3-2.9 6-6.4 7.8-14.2 7-22.5 18.5-24.9 34L0 264.29v20.9c0 30.8 21 50.4 51.8 49 7.7-.3 11.7-4.3 12-11.5 2-77.5-2.4-95.4 3.7-125.8C92.1 72.39 234.3 5 345.3 65.39 411.4 102 445.7 159 447.6 234.79c.8 28.2 0 56.5 0 84.6 0 7 2.2 12.5 9.4 14.2 24.1 5 49.2-12 53.2-36.7 2.9-17.1 1-34.5 1-51.7zm-159.6 131.5c36.5 2.8 59.3-28.5 58.4-60.5-2.1-45.2-66.2-16.5-87.8-8-73.2 28.1-45 54.9-22.2 60.8z\"/></svg></li><li title=\"telegram plane \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M446.7 98.6l-67.6 318.8c-5.1 22.5-18.4 28.1-37.3 17.5l-103-75.9-49.7 47.8c-5.5 5.5-10.1 10.1-20.7 10.1l7.4-104.9 190.9-172.5c8.3-7.4-1.8-11.5-12.9-4.1L117.8 284 16.2 252.2c-22.1-6.9-22.5-22.1 4.6-32.7L418.2 66.4c18.4-6.9 34.5 4.1 28.5 32.2z\"/></svg></li><li title=\"telegram \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm121.8 169.9l-40.7 191.8c-3 13.6-11.1 16.9-22.4 10.5l-62-45.7-29.9 28.8c-3.3 3.3-6.1 6.1-12.5 6.1l4.4-63.1 114.9-103.8c5-4.4-1.1-6.9-7.7-2.5l-142 89.4-61.2-19.1c-13.3-4.2-13.6-13.3 2.8-19.7l239.1-92.2c11.1-4 20.8 2.7 17.2 19.5z\"/></svg></li><li title=\"tencent weibo \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M72.3 495.8c1.4 19.9-27.6 22.2-29.7 2.9C31 368.8 73.7 259.2 144 185.5c-15.6-34 9.2-77.1 50.6-77.1 30.3 0 55.1 24.6 55.1 55.1 0 44-49.5 70.8-86.9 45.1-65.7 71.3-101.4 169.8-90.5 287.2zM192 .1C66.1.1-12.3 134.3 43.7 242.4 52.4 259.8 79 246.9 70 229 23.7 136.4 91 29.8 192 29.8c75.4 0 136.9 61.4 136.9 136.9 0 90.8-86.9 153.9-167.7 133.1-19.1-4.1-25.6 24.4-6.6 29.1 110.7 23.2 204-60 204-162.3C358.6 74.7 284 .1 192 .1z\"/></svg></li><li title=\"the red yeti \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M488.23 241.7l20.7 7.1c-9.6-23.9-23.9-37-31.7-44.8l7.1-18.2c.2 0 12.3-27.8-2.5-30.7-.6-11.3-6.6-27-18.4-27-7.6-10.6-17.7-12.3-30.7-5.9a122.2 122.2 0 0 0-25.3 16.5c-5.3-6.4-3 .4-3-29.8-37.1-24.3-45.4-11.7-74.8 3l.5.5a239.36 239.36 0 0 0-68.4-13.3c-5.5-8.7-18.6-19.1-25.1-25.1l24.8 7.1c-5.5-5.5-26.8-12.9-34.2-15.2 18.2-4.1 29.8-20.8 42.5-33-34.9-10.1-67.9-5.9-97.9 11.8l12-44.2L182 0c-31.6 24.2-33 41.9-33.7 45.5-.9-2.4-6.3-19.6-15.2-27a35.12 35.12 0 0 0-.5 25.3c3 8.4 5.9 14.8 8.4 18.9-16-3.3-28.3-4.9-49.2 0h-3.7l33 14.3a194.26 194.26 0 0 0-46.7 67.4l-1.7 8.4 1.7 1.7 7.6-4.7c-3.3 11.6-5.3 19.4-6.6 25.8a200.18 200.18 0 0 0-27.8 40.3c-15 1-31.8 10.8-40.3 14.3l3 3.4 28.8 1c-.5 1-.7 2.2-1.2 3.2-7.3 6.4-39.8 37.7-33 80.7l20.2-22.4c.5 1.7.7 3.4 1.2 5.2 0 25.5.4 89.6 64.9 150.5 43.6 40 96 60.2 157.5 60.2 121.7 0 223-87.3 223-211.5 6.8-9.7-1.2 3 16.7-25.1l13 14.3 2.5-.5A181.84 181.84 0 0 0 495 255a44.74 44.74 0 0 0-6.8-13.3zM398 111.2l-.5 21.9c5.5 18.1 16.9 17.2 22.4 17.2l-3.4-4.7 22.4-5.4a242.44 242.44 0 0 1-27 0c12.8-2.1 33.3-29 43-11.3 3.4 7.6 6.4 17.2 9.3 27.8l1.7-5.9a56.38 56.38 0 0 1-1.7-15.2c5.4.5 8.8 3.4 9.3 10.1.5 6.4 1.7 14.8 3.4 25.3l4.7-11.3c4.6 0 4.5-3.6-2.5 20.7-20.9-8.7-35.1-8.4-46.5-8.4l18.2-16c-25.3 8.2-33 10.8-54.8 20.9-1.1-5.4-5-13.5-16-19.9-3.2 3.8-2.8.9-.7 14.8h-2.5a62.32 62.32 0 0 0-8.4-23.1l4.2-3.4c8.4-7.1 11.8-14.3 10.6-21.9-.5-6.4-5.4-13.5-13.5-20.7 5.6-3.4 15.2-.4 28.3 8.5zm-39.6-10.1c2.7 1.9 11.4 5.4 18.9 17.2 4.2 8.4 4 9.8 3.4 11.1-.5 2.4-.5 4.3-3 7.1-1.7 2.5-5.4 4.7-11.8 7.6-7.6-13-16.5-23.6-27.8-31.2zM91 143.1l1.2-1.7c1.2-2.9 4.2-7.6 9.3-15.2l2.5-3.4-13 12.3 5.4-4.7-10.1 9.3-4.2 1.2c12.3-24.1 23.1-41.3 32.5-50.2 9.3-9.3 16-16 20.2-19.4l-6.4 1.2c-11.3-4.2-19.4-7.1-24.8-8.4 2.5-.5 3.7-.5 3.2-.5 10.3 0 17.5.5 20.9 1.2a52.35 52.35 0 0 0 16 2.5l.5-1.7-8.4-35.8 13.5 29a42.89 42.89 0 0 0 5.9-14.3c1.7-6.4 5.4-13 10.1-19.4s7.6-10.6 9.3-11.3a234.68 234.68 0 0 0-6.4 25.3l-1.7 7.1-.5 4.7 2.5 2.5C190.4 39.9 214 34 239.8 34.5l21.1.5c-11.8 13.5-27.8 21.9-48.5 24.8a201.26 201.26 0 0 1-23.4 2.9l-.2-.5-2.5-1.2a20.75 20.75 0 0 0-14 2c-2.5-.2-4.9-.5-7.1-.7l-2.5 1.7.5 1.2c2 .2 3.9.5 6.2.7l-2 3.4 3.4-.5-10.6 11.3c-4.2 3-5.4 6.4-4.2 9.3l5.4-3.4h1.2a39.4 39.4 0 0 1 25.3-15.2v-3c6.4.5 13 1 19.4 1.2 6.4 0 8.4.5 5.4 1.2a189.6 189.6 0 0 1 20.7 13.5c13.5 10.1 23.6 21.9 30 35.4 8.8 18.2 13.5 37.1 13.5 56.6a141.13 141.13 0 0 1-3 28.3 209.91 209.91 0 0 1-16 46l2.5.5c18.2-19.7 41.9-16 49.2-16l-6.4 5.9 22.4 17.7-1.7 30.7c-5.4-12.3-16.5-21.1-33-27.8 16.5 14.8 23.6 21.1 21.9 20.2-4.8-2.8-3.5-1.9-10.8-3.7 4.1 4.1 17.5 18.8 18.2 20.7l.2.2-.2.2c0 1.8 1.6-1.2-14 22.9-75.2-15.3-106.27-42.7-141.2-63.2l11.8 1.2c-11.8-18.5-15.6-17.7-38.4-26.1L149 225c-8.8-3-18.2-3-28.3.5l7.6-10.6-1.2-1.7c-14.9 4.3-19.8 9.2-22.6 11.3-1.1-5.5-2.8-12.4-12.3-28.8l-1.2 27-13.2-5c1.5-25.2 5.4-50.5 13.2-74.6zm276.5 330c-49.9 25-56.1 22.4-59 23.9-29.8-11.8-50.9-31.7-63.5-58.8l30 16.5c-9.8-9.3-18.3-16.5-38.4-44.3l11.8 23.1-17.7-7.6c14.2 21.1 23.5 51.7 66.6 73.5-120.8 24.2-199-72.1-200.9-74.3a262.57 262.57 0 0 0 35.4 24.8c3.4 1.7 7.1 2.5 10.1 1.2l-16-20.7c9.2 4.2 9.5 4.5 69.1 29-42.5-20.7-73.8-40.8-93.2-60.2-.5 6.4-1.2 10.1-1.2 10.1a80.25 80.25 0 0 1 20.7 26.6c-39-18.9-57.6-47.6-71.3-82.6 49.9 55.1 118.9 37.5 120.5 37.1 34.8 16.4 69.9 23.6 113.9 10.6 3.3 0 20.3 17 25.3 39.1l4.2-3-2.5-23.6c9 9 24.9 22.6 34.4 13-15.6-5.3-23.5-9.5-29.5-31.7 4.6 4.2 7.6 9 27.8 15l1.2-1.2-10.5-14.2c11.7-4.8-3.5 1 32-10.8 4.3 34.3 9 49.2.7 89.5zm115.3-214.4l-2.5.5 3 9.3c-3.5 5.9-23.7 44.3-71.6 79.7-39.5 29.8-76.6 39.1-80.9 40.3l-7.6-7.1-1.2 3 14.3 16-7.1-4.7 3.4 4.2h-1.2l-21.9-13.5 9.3 26.6-19-27.9-1.2 2.5 7.6 29c-6.1-8.2-21-32.6-56.8-39.6l32.5 21.2a214.82 214.82 0 0 1-93.2-6.4c-4.2-1.2-8.9-2.5-13.5-4.2l1.2-3-44.8-22.4 26.1 22.4c-57.7 9.1-113-25.4-126.4-83.4l-2.5-16.4-22.27 22.3c19.5-57.5 25.6-57.9 51.4-70.1-9.1-5.3-1.6-3.3-38.4-9.3 15.8-5.8 33-15.4 73 5.2a18.5 18.5 0 0 1 3.7-1.7c.6-3.2.4-.8 1-11.8 3.9 10 3.6 8.7 3 9.3l1.7.5c12.7-6.5 8.9-4.5 17-8.9l-5.4 13.5 22.3-5.8-8.4 8.4 2.5 2.5c4.5-1.8 30.3 3.4 40.8 16l-23.6-2.5c39.4 23 51.5 54 55.8 69.6l1.7-1.2c-2.8-22.3-12.4-33.9-16-40.1 4.2 5 39.2 34.6 110.4 46-11.3-.5-23.1 5.4-34.9 18.9l46.7-20.2-9.3 21.9c7.6-10.1 14.8-23.6 21.2-39.6v-.5l1.2-3-1.2 16c13.5-41.8 25.3-78.5 35.4-109.7l13.5-27.8v-2l-5.4-4.2h10.1l5.9 4.2 2.5-1.2-3.4-16 12.3 18.9 41.8-20.2-14.8 13 .5 2.9 17.7-.5a184 184 0 0 1 33 4.2l-23.6 2.5-1.2 3 26.6 23.1a254.21 254.21 0 0 1 27 32c-11.2-3.3-10.3-3.4-21.2-3.4l12.3 32.5zm-6.1-71.3l-3.9 13-14.3-11.8zm-254.8 7.1c1.7 10.6 4.7 17.7 8.8 21.9-9.3 6.6-27.5 13.9-46.5 16l.5 1.2a50.22 50.22 0 0 0 24.8-2.5l-7.1 13c4.2-1.7 10.1-7.1 17.7-14.8 11.9-5.5 12.7-5.1 20.2-16-12.7-6.4-15.7-13.7-18.4-18.8zm3.7-102.3c-6.4-3.4-10.6 3-12.3 18.9s2.5 29.5 11.8 39.6 18.2 10.6 26.1 3 3.4-23.6-11.3-47.7a39.57 39.57 0 0 0-14.27-13.8zm-4.7 46.3c5.4 2.2 10.5 1.9 12.3-10.6v-4.7l-1.2.5c-4.3-3.1-2.5-4.5-1.7-6.2l.5-.5c-.9-1.2-5-8.1-12.5 4.7-.5-13.5.5-21.9 3-24.8 1.2-2.5 4.7-1.2 11.3 4.2 6.4 5.4 11.3 16 15.2 32.5 6.5 28-19.8 26.2-26.9 4.9zm-45-5.5c1.6.3 9.3-1.1 9.3-14.8h-.5c-5.4-1.1-2.2-5.5-.7-5.9-1.7-3-3.4-4.2-5.4-4.7-8.1 0-11.6 12.7-8.1 21.2a7.51 7.51 0 0 0 5.43 4.2zM216 82.9l-2.5.5.5 3a48.94 48.94 0 0 1 26.1 5.9c-2.5-5.5-10-14.3-28.3-14.3l.5 2.5zm-71.8 49.4c21.7 16.8 16.5 21.4 46.5 23.6l-2.9-4.7a42.67 42.67 0 0 0 14.8-28.3c1.7-16-1.2-29.5-8.8-41.3l13-7.6a2.26 2.26 0 0 0-.5-1.7 14.21 14.21 0 0 0-13.5 1.7c-12.7 6.7-28 20.9-29 22.4-1.7 1.7-3.4 5.9-5.4 13.5a99.61 99.61 0 0 0-2.9 23.6c-4.7-8-10.5-6.4-19.9-5.9l7.1 7.6c-16.5 0-23.3 15.4-23.6 16 6.8 0 4.6-7.6 30-12.3-4.3-6.3-3.3-5-4.9-6.6zm18.7-18.7c1.2-7.6 3.4-13 6.4-17.2 5.4-6.4 10.6-10.1 16-11.8 4.2-1.7 7.1 1.2 10.1 9.3a72.14 72.14 0 0 1 3 25.3c-.5 9.3-3.4 17.2-8.4 23.1-2.9 3.4-5.4 5.9-6.4 7.6a39.21 39.21 0 0 1-11.3-.5l-7.1-3.4-5.4-6.4c.8-10 1.3-18.8 3.1-26zm42 56.1c-34.8 14.4-34.7 14-36.1 14.3-20.8 4.7-19-24.4-18.9-24.8l5.9-1.2-.5-2.5c-20.2-2.6-31 4.2-32.5 4.9.5.5 3 3.4 5.9 9.3 4.2-6.4 8.8-10.1 15.2-10.6a83.47 83.47 0 0 0 1.7 33.7c.1.5 2.6 17.4 27.5 24.1 11.3 3 27 1.2 48.9-5.4l-9.2.5c-4.2-14.8-6.4-24.8-5.9-29.5 11.3-8.8 21.9-11.3 30.7-7.6h2.5l-11.8-7.6-7.1.5c-5.9 1.2-12.3 4.2-19.4 8.4z\"/></svg></li><li title=\"themeco \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M202.9 8.43c9.9-5.73 26-5.82 35.95-.21L430 115.85c10 5.6 18 19.44 18 30.86V364c0 11.44-8.06 25.29-18 31L238.81 503.74c-9.93 5.66-26 5.57-35.85-.21L17.86 395.12C8 389.34 0 375.38 0 364V146.71c0-11.44 8-25.36 17.91-31.08zm-77.4 199.83c-15.94 0-31.89.14-47.83.14v101.45H96.8V280h28.7c49.71 0 49.56-71.74 0-71.74zm140.14 100.29l-30.73-34.64c37-7.51 34.8-65.23-10.87-65.51-16.09 0-32.17-.14-48.26-.14v101.59h19.13v-33.91h18.41l29.56 33.91h22.76zm-41.59-82.32c23.34 0 23.26 32.46 0 32.46h-29.13v-32.46zm-95.56-1.6c21.18 0 21.11 38.85 0 38.85H96.18v-38.84zm192.65-18.25c-68.46 0-71 105.8 0 105.8 69.48-.01 69.41-105.8 0-105.8zm0 17.39c44.12 0 44.8 70.86 0 70.86s-44.43-70.86 0-70.86z\"/></svg></li><li title=\"themeisle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M208 88.286c0-10 6.286-21.714 17.715-21.714 11.142 0 17.714 11.714 17.714 21.714 0 10.285-6.572 21.714-17.714 21.714C214.286 110 208 98.571 208 88.286zm304 160c0 36.001-11.429 102.286-36.286 129.714-22.858 24.858-87.428 61.143-120.857 70.572l-1.143.286v32.571c0 16.286-12.572 30.571-29.143 30.571-10 0-19.429-5.714-24.572-14.286-5.427 8.572-14.856 14.286-24.856 14.286-10 0-19.429-5.714-24.858-14.286-5.142 8.572-14.571 14.286-24.57 14.286-10.286 0-19.429-5.714-24.858-14.286-5.143 8.572-14.571 14.286-24.571 14.286-18.857 0-29.429-15.714-29.429-32.857-16.286 12.285-35.715 19.428-56.571 19.428-22 0-43.429-8.285-60.286-22.857 10.285-.286 20.571-2.286 30.285-5.714-20.857-5.714-39.428-18.857-52-36.286 21.37 4.645 46.209 1.673 67.143-11.143-22-22-56.571-58.857-68.572-87.428C1.143 321.714 0 303.714 0 289.429c0-49.714 20.286-160 86.286-160 10.571 0 18.857 4.858 23.143 14.857a158.792 158.792 0 0 1 12-15.428c2-2.572 5.714-5.429 7.143-8.286 7.999-12.571 11.714-21.142 21.714-34C182.571 45.428 232 17.143 285.143 17.143c6 0 12 .285 17.714 1.143C313.714 6.571 328.857 0 344.572 0c14.571 0 29.714 6 40 16.286.857.858 1.428 2.286 1.428 3.428 0 3.714-10.285 13.429-12.857 16.286 4.286 1.429 15.714 6.858 15.714 12 0 2.857-2.857 5.143-4.571 7.143 31.429 27.714 49.429 67.143 56.286 108 4.286-5.143 10.285-8.572 17.143-8.572 10.571 0 20.857 7.144 28.571 14.001C507.143 187.143 512 221.714 512 248.286zM188 89.428c0 18.286 12.571 37.143 32.286 37.143 19.714 0 32.285-18.857 32.285-37.143 0-18-12.571-36.857-32.285-36.857-19.715 0-32.286 18.858-32.286 36.857zM237.714 194c0-19.714 3.714-39.143 8.571-58.286-52.039 79.534-13.531 184.571 68.858 184.571 21.428 0 42.571-7.714 60-20 2-7.429 3.714-14.857 3.714-22.572 0-14.286-6.286-21.428-20.572-21.428-4.571 0-9.143.857-13.429 1.714-63.343 12.668-107.142 3.669-107.142-63.999zm-41.142 254.858c0-11.143-8.858-20.857-20.286-20.857-11.429 0-20 9.715-20 20.857v32.571c0 11.143 8.571 21.142 20 21.142 11.428 0 20.286-9.715 20.286-21.142v-32.571zm49.143 0c0-11.143-8.572-20.857-20-20.857-11.429 0-20.286 9.715-20.286 20.857v32.571c0 11.143 8.857 21.142 20.286 21.142 11.428 0 20-10 20-21.142v-32.571zm49.713 0c0-11.143-8.857-20.857-20.285-20.857-11.429 0-20.286 9.715-20.286 20.857v32.571c0 11.143 8.857 21.142 20.286 21.142 11.428 0 20.285-9.715 20.285-21.142v-32.571zm49.715 0c0-11.143-8.857-20.857-20.286-20.857-11.428 0-20.286 9.715-20.286 20.857v32.571c0 11.143 8.858 21.142 20.286 21.142 11.429 0 20.286-10 20.286-21.142v-32.571zM421.714 286c-30.857 59.142-90.285 102.572-158.571 102.572-96.571 0-160.571-84.572-160.571-176.572 0-16.857 2-33.429 6-49.714-20 33.715-29.714 72.572-29.714 111.429 0 60.286 24.857 121.715 71.429 160.857 5.143-9.714 14.857-16.286 26-16.286 10 0 19.428 5.714 24.571 14.286 5.429-8.571 14.571-14.286 24.858-14.286 10 0 19.428 5.714 24.571 14.286 5.429-8.571 14.857-14.286 24.858-14.286 10 0 19.428 5.714 24.857 14.286 5.143-8.571 14.571-14.286 24.572-14.286 10.857 0 20.857 6.572 25.714 16 43.427-36.286 68.569-92 71.426-148.286zm10.572-99.714c0-53.714-34.571-105.714-92.572-105.714-30.285 0-58.571 15.143-78.857 36.857C240.862 183.812 233.41 254 302.286 254c28.805 0 97.357-28.538 84.286 36.857 28.857-26 45.714-65.714 45.714-104.571z\"/></svg></li><li title=\"think peaks \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M465.4 409.4l87.1-150.2-32-.3-55.1 95L259.2 0 23 407.4l32 .3L259.2 55.6zm-355.3-44.1h32.1l117.4-202.5L463 511.9l32.5.1-235.8-404.6z\"/></svg></li><li title=\"tiktok \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z\"/></svg></li><li title=\"trade federation \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 8.8c-137 0-248 111-248 248s111 248 248 248 248-111 248-248-111-248-248-248zm0 482.8c-129.7 0-234.8-105.1-234.8-234.8S118.3 22 248 22s234.8 105.1 234.8 234.8S377.7 491.6 248 491.6zm155.1-328.5v-46.8H209.3V198H54.2l36.7 46h117.7v196.8h48.8V245h83.3v-47h-83.3v-34.8h145.7zm-73.3 45.1v23.9h-82.9v197.4h-26.8V232.1H96.3l-20.1-23.9h143.9v-80.6h171.8V152h-145v56.2zm-161.3-69l-12.4-20.7 2.1 23.8-23.5 5.4 23.3 5.4-2.1 24 12.3-20.5 22.2 9.5-15.7-18.1 15.8-18.1zm-29.6-19.7l9.3-11.5-12.7 5.9-8-12.4 1.7 13.9-14.3 3.8 13.7 2.7-.8 14.7 6.8-12.2 13.8 5.3zm165.4 145.2l-13.1 5.6-7.3-12.2 1.3 14.2-13.9 3.2 13.9 3.2-1.2 14.2 7.3-12.2 13.1 5.5-9.4-10.7zm106.9-77.2l-20.9 9.1-12-19.6 2.2 22.7-22.3 5.4 22.2 4.9-1.8 22.9 11.5-19.6 21.2 8.8-15.1-17zM248 29.9c-125.3 0-226.9 101.6-226.9 226.9S122.7 483.7 248 483.7s226.9-101.6 226.9-226.9S373.3 29.9 248 29.9zM342.6 196v51h-83.3v195.7h-52.7V245.9H89.9l-40-49.9h157.4v-81.6h197.8v50.7H259.4V196zM248 43.2c60.3 0 114.8 25 153.6 65.2H202.5V190H45.1C73.1 104.8 153.4 43.2 248 43.2zm0 427.1c-117.9 0-213.6-95.6-213.6-213.5 0-21.2 3.1-41.8 8.9-61.1L87.1 252h114.7v196.8h64.6V253h83.3v-62.7h-83.2v-19.2h145.6v-50.8c30.8 37 49.3 84.6 49.3 136.5.1 117.9-95.5 213.5-213.4 213.5zM178.8 275l-11-21.4 1.7 24.5-23.7 3.9 23.8 5.9-3.7 23.8 13-20.9 21.5 10.8-15.8-18.8 16.9-17.1z\"/></svg></li><li title=\"trello \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M392.3 32H56.1C25.1 32 0 57.1 0 88c-.1 0 0-4 0 336 0 30.9 25.1 56 56 56h336.2c30.8-.2 55.7-25.2 55.7-56V88c.1-30.8-24.8-55.8-55.6-56zM197 371.3c-.2 14.7-12.1 26.6-26.9 26.6H87.4c-14.8.1-26.9-11.8-27-26.6V117.1c0-14.8 12-26.9 26.9-26.9h82.9c14.8 0 26.9 12 26.9 26.9v254.2zm193.1-112c0 14.8-12 26.9-26.9 26.9h-81c-14.8 0-26.9-12-26.9-26.9V117.2c0-14.8 12-26.9 26.8-26.9h81.1c14.8 0 26.9 12 26.9 26.9v142.1z\"/></svg></li><li title=\"tripadvisor \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M528.91,178.82,576,127.58H471.66a326.11,326.11,0,0,0-367,0H0l47.09,51.24A143.911,143.911,0,0,0,241.86,390.73L288,440.93l46.11-50.17A143.94,143.94,0,0,0,575.88,285.18h-.03A143.56,143.56,0,0,0,528.91,178.82ZM144.06,382.57a97.39,97.39,0,1,1,97.39-97.39A97.39,97.39,0,0,1,144.06,382.57ZM288,282.37c0-64.09-46.62-119.08-108.09-142.59a281,281,0,0,1,216.17,0C334.61,163.3,288,218.29,288,282.37Zm143.88,100.2h-.01a97.405,97.405,0,1,1,.01,0ZM144.06,234.12h-.01a51.06,51.06,0,1,0,51.06,51.06v-.11A51,51,0,0,0,144.06,234.12Zm287.82,0a51.06,51.06,0,1,0,51.06,51.06A51.06,51.06,0,0,0,431.88,234.12Z\"/></svg></li><li title=\"tumblr square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-82.3 364.2c-8.5 9.1-31.2 19.8-60.9 19.8-75.5 0-91.9-55.5-91.9-87.9v-90h-29.7c-3.4 0-6.2-2.8-6.2-6.2v-42.5c0-4.5 2.8-8.5 7.1-10 38.8-13.7 50.9-47.5 52.7-73.2.5-6.9 4.1-10.2 10-10.2h44.3c3.4 0 6.2 2.8 6.2 6.2v72h51.9c3.4 0 6.2 2.8 6.2 6.2v51.1c0 3.4-2.8 6.2-6.2 6.2h-52.1V321c0 21.4 14.8 33.5 42.5 22.4 3-1.2 5.6-2 8-1.4 2.2.5 3.6 2.1 4.6 4.9l13.8 40.2c1 3.2 2 6.7-.3 9.1z\"/></svg></li><li title=\"tumblr \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"><path d=\"M309.8 480.3c-13.6 14.5-50 31.7-97.4 31.7-120.8 0-147-88.8-147-140.6v-144H17.9c-5.5 0-10-4.5-10-10v-68c0-7.2 4.5-13.6 11.3-16 62-21.8 81.5-76 84.3-117.1.8-11 6.5-16.3 16.1-16.3h70.9c5.5 0 10 4.5 10 10v115.2h83c5.5 0 10 4.4 10 9.9v81.7c0 5.5-4.5 10-10 10h-83.4V360c0 34.2 23.7 53.6 68 35.8 4.8-1.9 9-3.2 12.7-2.2 3.5.9 5.8 3.4 7.4 7.9l22 64.3c1.8 5 3.3 10.6-.4 14.5z\"/></svg></li><li title=\"twitch \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M391.17,103.47H352.54v109.7h38.63ZM285,103H246.37V212.75H285ZM120.83,0,24.31,91.42V420.58H140.14V512l96.53-91.42h77.25L487.69,256V0ZM449.07,237.75l-77.22,73.12H294.61l-67.6,64v-64H140.14V36.58H449.07Z\"/></svg></li><li title=\"twitter square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-48.9 158.8c.2 2.8.2 5.7.2 8.5 0 86.7-66 186.6-186.6 186.6-37.2 0-71.7-10.8-100.7-29.4 5.3.6 10.4.8 15.8.8 30.7 0 58.9-10.4 81.4-28-28.8-.6-53-19.5-61.3-45.5 10.1 1.5 19.2 1.5 29.6-1.2-30-6.1-52.5-32.5-52.5-64.4v-.8c8.7 4.9 18.9 7.9 29.6 8.3a65.447 65.447 0 0 1-29.2-54.6c0-12.2 3.2-23.4 8.9-33.1 32.3 39.8 80.8 65.8 135.2 68.6-9.3-44.5 24-80.6 64-80.6 18.9 0 35.9 7.9 47.9 20.7 14.8-2.8 29-8.3 41.6-15.8-4.9 15.2-15.2 28-28.8 36.1 13.2-1.4 26-5.1 37.8-10.2-8.9 13.1-20.1 24.7-32.9 34z\"/></svg></li><li title=\"twitter \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"/></svg></li><li title=\"typo3 \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M178.7 78.4c0-24.7 5.4-32.4 13.9-39.4-69.5 8.5-149.3 34-176.3 66.4-5.4 7.7-9.3 20.8-9.3 37.1C7 246 113.8 480 191.1 480c36.3 0 97.3-59.5 146.7-139-7 2.3-11.6 2.3-18.5 2.3-57.2 0-140.6-198.5-140.6-264.9zM301.5 32c-30.1 0-41.7 5.4-41.7 36.3 0 66.4 53.8 198.5 101.7 198.5 26.3 0 78.8-99.7 78.8-182.3 0-40.9-67-52.5-138.8-52.5z\"/></svg></li><li title=\"uber \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M414.1 32H33.9C15.2 32 0 47.2 0 65.9V446c0 18.8 15.2 34 33.9 34H414c18.7 0 33.9-15.2 33.9-33.9V65.9C448 47.2 432.8 32 414.1 32zM237.6 391.1C163 398.6 96.4 344.2 88.9 269.6h94.4V290c0 3.7 3 6.8 6.8 6.8H258c3.7 0 6.8-3 6.8-6.8v-67.9c0-3.7-3-6.8-6.8-6.8h-67.9c-3.7 0-6.8 3-6.8 6.8v20.4H88.9c7-69.4 65.4-122.2 135.1-122.2 69.7 0 128.1 52.8 135.1 122.2 7.5 74.5-46.9 141.1-121.5 148.6z\"/></svg></li><li title=\"ubuntu \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm52.7 93c8.8-15.2 28.3-20.5 43.5-11.7 15.3 8.8 20.5 28.3 11.7 43.6-8.8 15.2-28.3 20.5-43.5 11.7-15.3-8.9-20.5-28.4-11.7-43.6zM87.4 287.9c-17.6 0-31.9-14.3-31.9-31.9 0-17.6 14.3-31.9 31.9-31.9 17.6 0 31.9 14.3 31.9 31.9 0 17.6-14.3 31.9-31.9 31.9zm28.1 3.1c22.3-17.9 22.4-51.9 0-69.9 8.6-32.8 29.1-60.7 56.5-79.1l23.7 39.6c-51.5 36.3-51.5 112.5 0 148.8L172 370c-27.4-18.3-47.8-46.3-56.5-79zm228.7 131.7c-15.3 8.8-34.7 3.6-43.5-11.7-8.8-15.3-3.6-34.8 11.7-43.6 15.2-8.8 34.7-3.6 43.5 11.7 8.8 15.3 3.6 34.8-11.7 43.6zm.3-69.5c-26.7-10.3-56.1 6.6-60.5 35-5.2 1.4-48.9 14.3-96.7-9.4l22.5-40.3c57 26.5 123.4-11.7 128.9-74.4l46.1.7c-2.3 34.5-17.3 65.5-40.3 88.4zm-5.9-105.3c-5.4-62-71.3-101.2-128.9-74.4l-22.5-40.3c47.9-23.7 91.5-10.8 96.7-9.4 4.4 28.3 33.8 45.3 60.5 35 23.1 22.9 38 53.9 40.2 88.5l-46 .6z\"/></svg></li><li title=\"uikit \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M443.9 128v256L218 512 0 384V169.7l87.6 45.1v117l133.5 75.5 135.8-75.5v-151l-101.1-57.6 87.6-53.1L443.9 128zM308.6 49.1L223.8 0l-88.6 54.8 86 47.3 87.4-53z\"/></svg></li><li title=\"umbraco \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 510 512\"><path d=\"M255.35 8C118.36 7.83 7.14 118.72 7 255.68c-.07 137 111 248.2 248 248.27 136.85 0 247.82-110.7 248-247.67S392.34 8.17 255.35 8zm145 266q-1.14 40.68-14 65t-43.51 35q-30.61 10.7-85.45 10.47h-4.6q-54.78.22-85.44-10.47t-43.52-35q-12.85-24.36-14-65a224.81 224.81 0 0 1 0-30.71 418.37 418.37 0 0 1 3.6-43.88c1.88-13.39 3.57-22.58 5.4-32 1-4.88 1.28-6.42 1.82-8.45a5.09 5.09 0 0 1 4.9-3.89h.69l32 5a5.07 5.07 0 0 1 4.16 5 5 5 0 0 1 0 .77l-1.7 8.78q-2.41 13.25-4.84 33.68a380.62 380.62 0 0 0-2.64 42.15q-.28 40.43 8.13 59.83a43.87 43.87 0 0 0 31.31 25.18A243 243 0 0 0 250 340.6h10.25a242.64 242.64 0 0 0 57.27-5.16 43.86 43.86 0 0 0 31.15-25.23q8.53-19.42 8.13-59.78a388 388 0 0 0-2.6-42.15q-2.48-20.38-4.89-33.68l-1.69-8.78a5 5 0 0 1 0-.77 5 5 0 0 1 4.2-5l32-5h.82a5 5 0 0 1 4.9 3.89c.55 2.05.81 3.57 1.83 8.45 1.82 9.62 3.52 18.78 5.39 32a415.71 415.71 0 0 1 3.61 43.88 228.06 228.06 0 0 1-.04 30.73z\"/></svg></li><li title=\"uncharted \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M171.73,232.813A5.381,5.381,0,0,0,176.7,229.5,48.081,48.081,0,0,1,191.6,204.244c1.243-.828,1.657-2.484,1.657-4.141a4.22,4.22,0,0,0-2.071-3.312L74.429,128.473,148.958,85a9.941,9.941,0,0,0,4.968-8.281,9.108,9.108,0,0,0-4.968-8.281L126.6,55.6a9.748,9.748,0,0,0-9.523,0l-100.2,57.966a9.943,9.943,0,0,0-4.969,8.281V236.954a9.109,9.109,0,0,0,4.969,8.281L39.235,258.07a8.829,8.829,0,0,0,4.968,1.242,9.4,9.4,0,0,0,6.625-2.484,10.8,10.8,0,0,0,2.9-7.039V164.5L169.66,232.4A4.5,4.5,0,0,0,171.73,232.813ZM323.272,377.73a12.478,12.478,0,0,0-4.969,1.242l-74.528,43.062V287.882c0-2.9-2.9-5.8-6.211-4.555a53.036,53.036,0,0,1-28.984.414,4.86,4.86,0,0,0-6.21,4.555V421.619l-74.529-43.061a8.83,8.83,0,0,0-4.969-1.242,9.631,9.631,0,0,0-9.523,9.523v26.085a9.107,9.107,0,0,0,4.969,8.281l100.2,57.553A8.829,8.829,0,0,0,223.486,480a11.027,11.027,0,0,0,4.969-1.242l100.2-57.553a9.941,9.941,0,0,0,4.968-8.281V386.839C332.8,382.285,328.24,377.73,323.272,377.73ZM286.007,78a23,23,0,1,0-23-23A23,23,0,0,0,286.007,78Zm63.627-10.086a23,23,0,1,0,23,23A23,23,0,0,0,349.634,67.914ZM412.816,151.6a23,23,0,1,0-23-23A23,23,0,0,0,412.816,151.6Zm-63.182-9.2a23,23,0,1,0,23,23A23,23,0,0,0,349.634,142.4Zm-63.627,83.244a23,23,0,1,0-23-23A23,23,0,0,0,286.007,225.648Zm-62.074,36.358a23,23,0,1,0-23-23A23,23,0,0,0,223.933,262.006Zm188.883-82.358a23,23,0,1,0,23,23A23,23,0,0,0,412.816,179.648Zm0,72.272a23,23,0,1,0,23,23A23,23,0,0,0,412.816,251.92Z\"/></svg></li><li title=\"uniregistry \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M192 480c39.5 0 76.2-11.8 106.8-32.2H85.3C115.8 468.2 152.5 480 192 480zm-89.1-193.1v-12.4H0v12.4c0 2.5 0 5 .1 7.4h103.1c-.2-2.4-.3-4.9-.3-7.4zm20.5 57H8.5c2.6 8.5 5.8 16.8 9.6 24.8h138.3c-12.9-5.7-24.1-14.2-33-24.8zm-17.7-34.7H1.3c.9 7.6 2.2 15 3.9 22.3h109.7c-4-6.9-7.2-14.4-9.2-22.3zm-2.8-69.3H0v17.3h102.9zm0-173.2H0v4.9h102.9zm0-34.7H0v2.5h102.9zm0 69.3H0v7.4h102.9zm0 104H0v14.8h102.9zm0-69.3H0v9.9h102.9zm0 34.6H0V183h102.9zm166.2 160.9h109.7c1.8-7.3 3.1-14.7 3.9-22.3H278.3c-2.1 7.9-5.2 15.4-9.2 22.3zm12-185.7H384V136H281.1zm0 37.2H384v-12.4H281.1zm0-74.3H384v-7.4H281.1zm0-76.7v2.5H384V32zm-203 410.9h227.7c11.8-8.7 22.7-18.6 32.2-29.7H44.9c9.6 11 21.4 21 33.2 29.7zm203-371.3H384v-4.9H281.1zm0 148.5H384v-14.8H281.1zM38.8 405.7h305.3c6.7-8.5 12.6-17.6 17.8-27.2H23c5.2 9.6 9.2 18.7 15.8 27.2zm188.8-37.1H367c3.7-8 5.8-16.2 8.5-24.8h-115c-8.8 10.7-20.1 19.2-32.9 24.8zm53.5-81.7c0 2.5-.1 5-.4 7.4h103.1c.1-2.5.2-4.9.2-7.4v-12.4H281.1zm0-29.7H384v-17.3H281.1z\"/></svg></li><li title=\"unity \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M498.11,206.4,445.31,14.72,248.2,66.08,219,116.14l-59.2-.43L15.54,256,159.82,396.32l59.17-.43,29.24,50,197.08,51.36,52.8-191.62-30-49.63ZM223.77,124.2,374.55,86.51,288,232.33H114.87Zm0,263.63L114.87,279.71H288l86.55,145.81Zm193,14L330.17,256l86.58-145.84L458.56,256Z\"/></svg></li><li title=\"unsplash \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M448,230.17V480H0V230.17H141.13V355.09H306.87V230.17ZM306.87,32H141.13V156.91H306.87Z\"/></svg></li><li title=\"untappd \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M401.3 49.9c-79.8 160.1-84.6 152.5-87.9 173.2l-5.2 32.8c-1.9 12-6.6 23.5-13.7 33.4L145.6 497.1c-7.6 10.6-20.4 16.2-33.4 14.6-40.3-5-77.8-32.2-95.3-68.5-5.7-11.8-4.5-25.8 3.1-36.4l148.9-207.9c7.1-9.9 16.4-18 27.2-23.7l29.3-15.5c18.5-9.8 9.7-11.9 135.6-138.9 1-4.8 1-7.3 3.6-8 3-.7 6.6-1 6.3-4.6l-.4-4.6c-.2-1.9 1.3-3.6 3.2-3.6 4.5-.1 13.2 1.2 25.6 10 12.3 8.9 16.4 16.8 17.7 21.1.6 1.8-.6 3.7-2.4 4.2l-4.5 1.1c-3.4.9-2.5 4.4-2.3 7.4.1 2.8-2.3 3.6-6.5 6.1zM230.1 36.4c3.4.9 2.5 4.4 2.3 7.4-.2 2.7 2.1 3.5 6.4 6 7.9 15.9 15.3 30.5 22.2 44 .7 1.3 2.3 1.5 3.3.5 11.2-12 24.6-26.2 40.5-42.6 1.3-1.4 1.4-3.5.1-4.9-8-8.2-16.5-16.9-25.6-26.1-1-4.7-1-7.3-3.6-8-3-.8-6.6-1-6.3-4.6.3-3.3 1.4-8.1-2.8-8.2-4.5-.1-13.2 1.1-25.6 10-12.3 8.9-16.4 16.8-17.7 21.1-1.4 4.2 3.6 4.6 6.8 5.4zM620 406.7L471.2 198.8c-13.2-18.5-26.6-23.4-56.4-39.1-11.2-5.9-14.2-10.9-30.5-28.9-1-1.1-2.9-.9-3.6.5-46.3 88.8-47.1 82.8-49 94.8-1.7 10.7-1.3 20 .3 29.8 1.9 12 6.6 23.5 13.7 33.4l148.9 207.9c7.6 10.6 20.2 16.2 33.1 14.7 40.3-4.9 78-32 95.7-68.6 5.4-11.9 4.3-25.9-3.4-36.6z\"/></svg></li><li title=\"ups \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M103.2 303c-5.2 3.6-32.6 13.1-32.6-19V180H37.9v102.6c0 74.9 80.2 51.1 97.9 39V180h-32.6zM4 74.82v220.9c0 103.7 74.9 135.2 187.7 184.1 112.4-48.9 187.7-80.2 187.7-184.1V74.82c-116.3-61.6-281.8-49.6-375.4 0zm358.1 220.9c0 86.6-53.2 113.6-170.4 165.3-117.5-51.8-170.5-78.7-170.5-165.3v-126.4c102.3-93.8 231.6-100 340.9-89.8zm-209.6-107.4v212.8h32.7v-68.7c24.4 7.3 71.7-2.6 71.7-78.5 0-97.4-80.7-80.92-104.4-65.6zm32.7 117.3v-100.3c8.4-4.2 38.4-12.7 38.4 49.3 0 67.9-36.4 51.8-38.4 51zm79.1-86.4c.1 47.3 51.6 42.5 52.2 70.4.6 23.5-30.4 23-50.8 4.9v30.1c36.2 21.5 81.9 8.1 83.2-33.5 1.7-51.5-54.1-46.6-53.4-73.2.6-20.3 30.6-20.5 48.5-2.2v-28.4c-28.5-22-79.9-9.2-79.7 31.9z\"/></svg></li><li title=\"usb \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M641.5 256c0 3.1-1.7 6.1-4.5 7.5L547.9 317c-1.4.8-2.8 1.4-4.5 1.4-1.4 0-3.1-.3-4.5-1.1-2.8-1.7-4.5-4.5-4.5-7.8v-35.6H295.7c25.3 39.6 40.5 106.9 69.6 106.9H392V354c0-5 3.9-8.9 8.9-8.9H490c5 0 8.9 3.9 8.9 8.9v89.1c0 5-3.9 8.9-8.9 8.9h-89.1c-5 0-8.9-3.9-8.9-8.9v-26.7h-26.7c-75.4 0-81.1-142.5-124.7-142.5H140.3c-8.1 30.6-35.9 53.5-69 53.5C32 327.3 0 295.3 0 256s32-71.3 71.3-71.3c33.1 0 61 22.8 69 53.5 39.1 0 43.9 9.5 74.6-60.4C255 88.7 273 95.7 323.8 95.7c7.5-20.9 27-35.6 50.4-35.6 29.5 0 53.5 23.9 53.5 53.5s-23.9 53.5-53.5 53.5c-23.4 0-42.9-14.8-50.4-35.6H294c-29.1 0-44.3 67.4-69.6 106.9h310.1v-35.6c0-3.3 1.7-6.1 4.5-7.8 2.8-1.7 6.4-1.4 8.9.3l89.1 53.5c2.8 1.1 4.5 4.1 4.5 7.2z\"/></svg></li><li title=\"usps \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M460.3 241.7c25.8-41.3 15.2-48.8-11.7-48.8h-27c-.1 0-1.5-1.4-10.9 8-11.2 5.6-37.9 6.3-37.9 8.7 0 4.5 70.3-3.1 88.1 0 9.5 1.5-1.5 20.4-4.4 32-.5 4.5 2.4 2.3 3.8.1zm-112.1 22.6c64-21.3 97.3-23.9 102-26.2 4.4-2.9-4.4-6.6-26.2-5.8-51.7 2.2-137.6 37.1-172.6 53.9l-30.7-93.3h196.6c-2.7-28.2-152.9-22.6-337.9-22.6L27 415.8c196.4-97.3 258.9-130.3 321.2-151.5zM94.7 96c253.3 53.7 330 65.7 332.1 85.2 36.4 0 45.9 0 52.4 6.6 21.1 19.7-14.6 67.7-14.6 67.7-4.4 2.9-406.4 160.2-406.4 160.2h423.1L549 96z\"/></svg></li><li title=\"ussunnah \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M156.8 285.1l5.7 14.4h-8.2c-1.3-3.2-3.1-7.7-3.8-9.5-2.5-6.3-1.1-8.4 0-10 1.9-2.7 3.2-4.4 3.6-5.2 0 2.2.8 5.7 2.7 10.3zm297.3 18.8c-2.1 13.8-5.7 27.1-10.5 39.7l43 23.4-44.8-18.8c-5.3 13.2-12 25.6-19.9 37.2l34.2 30.2-36.8-26.4c-8.4 11.8-18 22.6-28.7 32.3l24.9 34.7-28.1-31.8c-11 9.6-23.1 18-36.1 25.1l15.7 37.2-19.3-35.3c-13.1 6.8-27 12.1-41.6 15.9l6.7 38.4-10.5-37.4c-14.3 3.4-29.2 5.3-44.5 5.4L256 512l-1.9-38.4c-15.3-.1-30.2-2-44.5-5.3L199 505.6l6.7-38.2c-14.6-3.7-28.6-9.1-41.7-15.8l-19.2 35.1 15.6-37c-13-7-25.2-15.4-36.2-25.1l-27.9 31.6 24.7-34.4c-10.7-9.7-20.4-20.5-28.8-32.3l-36.5 26.2 33.9-29.9c-7.9-11.6-14.6-24.1-20-37.3l-44.4 18.7L67.8 344c-4.8-12.7-8.4-26.1-10.5-39.9l-51 9 50.3-14.2c-1.1-8.5-1.7-17.1-1.7-25.9 0-4.7.2-9.4.5-14.1L0 256l56-2.8c1.3-13.1 3.8-25.8 7.5-38.1L6.4 199l58.9 10.4c4-12 9.1-23.5 15.2-34.4l-55.1-30 58.3 24.6C90 159 97.2 149.2 105.3 140L55.8 96.4l53.9 38.7c8.1-8.6 17-16.5 26.6-23.6l-40-55.6 45.6 51.6c9.5-6.6 19.7-12.3 30.3-17.2l-27.3-64.9 33.8 62.1c10.5-4.4 21.4-7.9 32.7-10.4L199 6.4l19.5 69.2c11-2.1 22.3-3.2 33.8-3.4L256 0l3.6 72.2c11.5.2 22.8 1.4 33.8 3.5L313 6.4l-12.4 70.7c11.3 2.6 22.2 6.1 32.6 10.5l33.9-62.2-27.4 65.1c10.6 4.9 20.7 10.7 30.2 17.2l45.8-51.8-40.1 55.9c9.5 7.1 18.4 15 26.5 23.6l54.2-38.9-49.7 43.9c8 9.1 15.2 18.9 21.5 29.4l58.7-24.7-55.5 30.2c6.1 10.9 11.1 22.3 15.1 34.3l59.3-10.4-57.5 16.2c3.7 12.2 6.2 24.9 7.5 37.9L512 256l-56 2.8c.3 4.6.5 9.3.5 14.1 0 8.7-.6 17.3-1.6 25.8l50.7 14.3-51.5-9.1zm-21.8-31c0-97.5-79-176.5-176.5-176.5s-176.5 79-176.5 176.5 79 176.5 176.5 176.5 176.5-79 176.5-176.5zm-24 0c0 84.3-68.3 152.6-152.6 152.6s-152.6-68.3-152.6-152.6 68.3-152.6 152.6-152.6 152.6 68.3 152.6 152.6zM195 241c0 2.1 1.3 3.8 3.6 5.1 3.3 1.9 6.2 4.6 8.2 8.2 2.8-5.7 4.3-9.5 4.3-11.2 0-2.2-1.1-4.4-3.2-7-2.1-2.5-3.2-5.2-3.3-7.7-6.5 6.8-9.6 10.9-9.6 12.6zm-40.7-19c0 2.1 1.3 3.8 3.6 5.1 3.5 1.9 6.2 4.6 8.2 8.2 2.8-5.7 4.3-9.5 4.3-11.2 0-2.2-1.1-4.4-3.2-7-2.1-2.5-3.2-5.2-3.3-7.7-6.5 6.8-9.6 10.9-9.6 12.6zm-19 0c0 2.1 1.3 3.8 3.6 5.1 3.3 1.9 6.2 4.6 8.2 8.2 2.8-5.7 4.3-9.5 4.3-11.2 0-2.2-1.1-4.4-3.2-7-2.1-2.5-3.2-5.2-3.3-7.7-6.4 6.8-9.6 10.9-9.6 12.6zm204.9 87.9c-8.4-3-8.7-6.8-8.7-15.6V182c-8.2 12.5-14.2 18.6-18 18.6 6.3 14.4 9.5 23.9 9.5 28.3v64.3c0 2.2-2.2 6.5-4.7 6.5h-18c-2.8-7.5-10.2-26.9-15.3-40.3-2 2.5-7.2 9.2-10.7 13.7 2.4 1.6 4.1 3.6 5.2 6.3 2.6 6.7 6.4 16.5 7.9 20.2h-9.2c-3.9-10.4-9.6-25.4-11.8-31.1-2 2.5-7.2 9.2-10.7 13.7 2.4 1.6 4.1 3.6 5.2 6.3.8 2 2.8 7.3 4.3 10.9H256c-1.5-4.1-5.6-14.6-8.4-22-2 2.5-7.2 9.2-10.7 13.7 2.5 1.6 4.3 3.6 5.2 6.3.2.6.5 1.4.6 1.7H225c-4.6-13.9-11.4-27.7-11.4-34.1 0-2.2.3-5.1 1.1-8.2-8.8 10.8-14 15.9-14 25 0 7.5 10.4 28.3 10.4 33.3 0 1.7-.5 3.3-1.4 4.9-9.6-12.7-15.5-20.7-18.8-20.7h-12l-11.2-28c-3.8-9.6-5.7-16-5.7-18.8 0-3.8.5-7.7 1.7-12.2-1 1.3-3.7 4.7-5.5 7.1-.8-2.1-3.1-7.7-4.6-11.5-2.1 2.5-7.5 9.1-11.2 13.6.9 2.3 3.3 8.1 4.9 12.2-2.5 3.3-9.1 11.8-13.6 17.7-4 5.3-5.8 13.3-2.7 21.8 2.5 6.7 2 7.9-1.7 14.1H191c5.5 0 14.3 14 15.5 22 13.2-16 15.4-19.6 16.8-21.6h107c3.9 0 7.2-1.9 9.9-5.8zm20.1-26.6V181.7c-9 12.5-15.9 18.6-20.7 18.6 7.1 14.4 10.7 23.9 10.7 28.3v66.3c0 17.5 8.6 20.4 24 20.4 8.1 0 12.5-.8 13.7-2.7-4.3-1.6-7.6-2.5-9.9-3.3-8.1-3.2-17.8-7.4-17.8-26z\"/></svg></li><li title=\"vaadin \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M224.5 140.7c1.5-17.6 4.9-52.7 49.8-52.7h98.6c20.7 0 32.1-7.8 32.1-21.6V54.1c0-12.2 9.3-22.1 21.5-22.1S448 41.9 448 54.1v36.5c0 42.9-21.5 62-66.8 62H280.7c-30.1 0-33 14.7-33 27.1 0 1.3-.1 2.5-.2 3.7-.7 12.3-10.9 22.2-23.4 22.2s-22.7-9.8-23.4-22.2c-.1-1.2-.2-2.4-.2-3.7 0-12.3-3-27.1-33-27.1H66.8c-45.3 0-66.8-19.1-66.8-62V54.1C0 41.9 9.4 32 21.6 32s21.5 9.9 21.5 22.1v12.3C43.1 80.2 54.5 88 75.2 88h98.6c44.8 0 48.3 35.1 49.8 52.7h.9zM224 456c11.5 0 21.4-7 25.7-16.3 1.1-1.8 97.1-169.6 98.2-171.4 11.9-19.6-3.2-44.3-27.2-44.3-13.9 0-23.3 6.4-29.8 20.3L224 362l-66.9-117.7c-6.4-13.9-15.9-20.3-29.8-20.3-24 0-39.1 24.6-27.2 44.3 1.1 1.9 97.1 169.6 98.2 171.4 4.3 9.3 14.2 16.3 25.7 16.3z\"/></svg></li><li title=\"viacoin \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M384 32h-64l-80.7 192h-94.5L64 32H0l48 112H0v48h68.5l13.8 32H0v48h102.8L192 480l89.2-208H384v-48h-82.3l13.8-32H384v-48h-48l48-112zM192 336l-27-64h54l-27 64z\"/></svg></li><li title=\"viadeo square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM280.7 381.2c-42.4 46.2-120 46.6-162.4 0-68-73.6-19.8-196.1 81.2-196.1 13.3 0 26.6 2.1 39.1 6.7-4.3 8.4-7.3 17.6-8.4 27.1-9.7-4.1-20.2-6-30.7-6-48.8 0-84.6 41.7-84.6 88.9 0 43 28.5 78.7 69.5 85.9 61.5-24 72.9-117.6 72.9-175 0-7.3 0-14.8-.6-22.1-11.2-32.9-26.6-64.6-44.2-94.5 27.1 18.3 41.9 62.5 44.2 94.1v.4c7.7 22.5 11.8 46.2 11.8 70 0 54.1-21.9 99-68.3 128.2l-2.4.2c50 1 86.2-38.6 86.2-87.2 0-12.2-2.1-24.3-6.9-35.7 9.5-1.9 18.5-5.6 26.4-10.5 15.3 36.6 12.6 87.3-22.8 125.6zM309 233.7c-13.3 0-25.1-7.1-34.4-16.1 21.9-12 49.6-30.7 62.3-53 1.5-3 4.1-8.6 4.5-12-12.5 27.9-44.2 49.8-73.9 56.7-4.7-7.3-7.5-15.5-7.5-24.3 0-10.3 5.2-24.1 12.9-31.6 21.6-20.5 53-8.5 72.4-50 32.5 46.2 13.1 130.3-36.3 130.3z\"/></svg></li><li title=\"viadeo \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M276.2 150.5v.7C258.3 98.6 233.6 47.8 205.4 0c43.3 29.2 67 100 70.8 150.5zm32.7 121.7c7.6 18.2 11 37.5 11 57 0 77.7-57.8 141-137.8 139.4l3.8-.3c74.2-46.7 109.3-118.6 109.3-205.1 0-38.1-6.5-75.9-18.9-112 1 11.7 1 23.7 1 35.4 0 91.8-18.1 241.6-116.6 280C95 455.2 49.4 398 49.4 329.2c0-75.6 57.4-142.3 135.4-142.3 16.8 0 33.7 3.1 49.1 9.6 1.7-15.1 6.5-29.9 13.4-43.3-19.9-7.2-41.2-10.7-62.5-10.7-161.5 0-238.7 195.9-129.9 313.7 67.9 74.6 192 73.9 259.8 0 56.6-61.3 60.9-142.4 36.4-201-12.7 8-27.1 13.9-42.2 17zM418.1 11.7c-31 66.5-81.3 47.2-115.8 80.1-12.4 12-20.6 34-20.6 50.5 0 14.1 4.5 27.1 12 38.8 47.4-11 98.3-46 118.2-90.7-.7 5.5-4.8 14.4-7.2 19.2-20.3 35.7-64.6 65.6-99.7 84.9 14.8 14.4 33.7 25.8 55 25.8 79 0 110.1-134.6 58.1-208.6z\"/></svg></li><li title=\"viber \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M444 49.9C431.3 38.2 379.9.9 265.3.4c0 0-135.1-8.1-200.9 52.3C27.8 89.3 14.9 143 13.5 209.5c-1.4 66.5-3.1 191.1 117 224.9h.1l-.1 51.6s-.8 20.9 13 25.1c16.6 5.2 26.4-10.7 42.3-27.8 8.7-9.4 20.7-23.2 29.8-33.7 82.2 6.9 145.3-8.9 152.5-11.2 16.6-5.4 110.5-17.4 125.7-142 15.8-128.6-7.6-209.8-49.8-246.5zM457.9 287c-12.9 104-89 110.6-103 115.1-6 1.9-61.5 15.7-131.2 11.2 0 0-52 62.7-68.2 79-5.3 5.3-11.1 4.8-11-5.7 0-6.9.4-85.7.4-85.7-.1 0-.1 0 0 0-101.8-28.2-95.8-134.3-94.7-189.8 1.1-55.5 11.6-101 42.6-131.6 55.7-50.5 170.4-43 170.4-43 96.9.4 143.3 29.6 154.1 39.4 35.7 30.6 53.9 103.8 40.6 211.1zm-139-80.8c.4 8.6-12.5 9.2-12.9.6-1.1-22-11.4-32.7-32.6-33.9-8.6-.5-7.8-13.4.7-12.9 27.9 1.5 43.4 17.5 44.8 46.2zm20.3 11.3c1-42.4-25.5-75.6-75.8-79.3-8.5-.6-7.6-13.5.9-12.9 58 4.2 88.9 44.1 87.8 92.5-.1 8.6-13.1 8.2-12.9-.3zm47 13.4c.1 8.6-12.9 8.7-12.9.1-.6-81.5-54.9-125.9-120.8-126.4-8.5-.1-8.5-12.9 0-12.9 73.7.5 133 51.4 133.7 139.2zM374.9 329v.2c-10.8 19-31 40-51.8 33.3l-.2-.3c-21.1-5.9-70.8-31.5-102.2-56.5-16.2-12.8-31-27.9-42.4-42.4-10.3-12.9-20.7-28.2-30.8-46.6-21.3-38.5-26-55.7-26-55.7-6.7-20.8 14.2-41 33.3-51.8h.2c9.2-4.8 18-3.2 23.9 3.9 0 0 12.4 14.8 17.7 22.1 5 6.8 11.7 17.7 15.2 23.8 6.1 10.9 2.3 22-3.7 26.6l-12 9.6c-6.1 4.9-5.3 14-5.3 14s17.8 67.3 84.3 84.3c0 0 9.1.8 14-5.3l9.6-12c4.6-6 15.7-9.8 26.6-3.7 14.7 8.3 33.4 21.2 45.8 32.9 7 5.7 8.6 14.4 3.8 23.6z\"/></svg></li><li title=\"vimeo square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-16.2 149.6c-1.4 31.1-23.2 73.8-65.3 127.9-43.5 56.5-80.3 84.8-110.4 84.8-18.7 0-34.4-17.2-47.3-51.6-25.2-92.3-35.9-146.4-56.7-146.4-2.4 0-10.8 5-25.1 15.1L64 192c36.9-32.4 72.1-68.4 94.1-70.4 24.9-2.4 40.2 14.6 46 51.1 20.5 129.6 29.6 149.2 66.8 90.5 13.4-21.2 20.6-37.2 21.5-48.3 3.4-32.8-25.6-30.6-45.2-22.2 15.7-51.5 45.8-76.5 90.1-75.1 32.9 1 48.4 22.4 46.5 64z\"/></svg></li><li title=\"vimeo v \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M447.8 153.6c-2 43.6-32.4 103.3-91.4 179.1-60.9 79.2-112.4 118.8-154.6 118.8-26.1 0-48.2-24.1-66.3-72.3C100.3 250 85.3 174.3 56.2 174.3c-3.4 0-15.1 7.1-35.2 21.1L0 168.2c51.6-45.3 100.9-95.7 131.8-98.5 34.9-3.4 56.3 20.5 64.4 71.5 28.7 181.5 41.4 208.9 93.6 126.7 18.7-29.6 28.8-52.1 30.2-67.6 4.8-45.9-35.8-42.8-63.3-31 22-72.1 64.1-107.1 126.2-105.1 45.8 1.2 67.5 31.1 64.9 89.4z\"/></svg></li><li title=\"vimeo \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M403.2 32H44.8C20.1 32 0 52.1 0 76.8v358.4C0 459.9 20.1 480 44.8 480h358.4c24.7 0 44.8-20.1 44.8-44.8V76.8c0-24.7-20.1-44.8-44.8-44.8zM377 180.8c-1.4 31.5-23.4 74.7-66 129.4-44 57.2-81.3 85.8-111.7 85.8-18.9 0-34.8-17.4-47.9-52.3-25.5-93.3-36.4-148-57.4-148-2.4 0-10.9 5.1-25.4 15.2l-15.2-19.6c37.3-32.8 72.9-69.2 95.2-71.2 25.2-2.4 40.7 14.8 46.5 51.7 20.7 131.2 29.9 151 67.6 91.6 13.5-21.4 20.8-37.7 21.8-48.9 3.5-33.2-25.9-30.9-45.8-22.4 15.9-52.1 46.3-77.4 91.2-76 33.3.9 49 22.5 47.1 64.7z\"/></svg></li><li title=\"vine \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M384 254.7v52.1c-18.4 4.2-36.9 6.1-52.1 6.1-36.9 77.4-103 143.8-125.1 156.2-14 7.9-27.1 8.4-42.7-.8C137 452 34.2 367.7 0 102.7h74.5C93.2 261.8 139 343.4 189.3 404.5c27.9-27.9 54.8-65.1 75.6-106.9-49.8-25.3-80.1-80.9-80.1-145.6 0-65.6 37.7-115.1 102.2-115.1 114.9 0 106.2 127.9 81.6 181.5 0 0-46.4 9.2-63.5-20.5 3.4-11.3 8.2-30.8 8.2-48.5 0-31.3-11.3-46.6-28.4-46.6-18.2 0-30.8 17.1-30.8 50 .1 79.2 59.4 118.7 129.9 101.9z\"/></svg></li><li title=\"vk \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M545 117.7c3.7-12.5 0-21.7-17.8-21.7h-58.9c-15 0-21.9 7.9-25.6 16.7 0 0-30 73.1-72.4 120.5-13.7 13.7-20 18.1-27.5 18.1-3.7 0-9.4-4.4-9.4-16.9V117.7c0-15-4.2-21.7-16.6-21.7h-92.6c-9.4 0-15 7-15 13.5 0 14.2 21.2 17.5 23.4 57.5v86.8c0 19-3.4 22.5-10.9 22.5-20 0-68.6-73.4-97.4-157.4-5.8-16.3-11.5-22.9-26.6-22.9H38.8c-16.8 0-20.2 7.9-20.2 16.7 0 15.6 20 93.1 93.1 195.5C160.4 378.1 229 416 291.4 416c37.5 0 42.1-8.4 42.1-22.9 0-66.8-3.4-73.1 15.4-73.1 8.7 0 23.7 4.4 58.7 38.1 40 40 46.6 57.9 69 57.9h58.9c16.8 0 25.3-8.4 20.4-25-11.2-34.9-86.9-106.7-90.3-111.5-8.7-11.2-6.2-16.2 0-26.2.1-.1 72-101.3 79.4-135.6z\"/></svg></li><li title=\"vnv \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M104.9 352c-34.1 0-46.4-30.4-46.4-30.4L2.6 210.1S-7.8 192 13 192h32.8c10.4 0 13.2 8.7 18.8 18.1l36.7 74.5s5.2 13.1 21.1 13.1 21.1-13.1 21.1-13.1l36.7-74.5c5.6-9.5 8.4-18.1 18.8-18.1h32.8c20.8 0 10.4 18.1 10.4 18.1l-55.8 111.5S174.2 352 140 352h-35.1zm395 0c-34.1 0-46.4-30.4-46.4-30.4l-55.9-111.5S387.2 192 408 192h32.8c10.4 0 13.2 8.7 18.8 18.1l36.7 74.5s5.2 13.1 21.1 13.1 21.1-13.1 21.1-13.1l36.8-74.5c5.6-9.5 8.4-18.1 18.8-18.1H627c20.8 0 10.4 18.1 10.4 18.1l-55.9 111.5S569.3 352 535.1 352h-35.2zM337.6 192c34.1 0 46.4 30.4 46.4 30.4l55.9 111.5s10.4 18.1-10.4 18.1h-32.8c-10.4 0-13.2-8.7-18.8-18.1l-36.7-74.5s-5.2-13.1-21.1-13.1c-15.9 0-21.1 13.1-21.1 13.1l-36.7 74.5c-5.6 9.4-8.4 18.1-18.8 18.1h-32.9c-20.8 0-10.4-18.1-10.4-18.1l55.9-111.5s12.2-30.4 46.4-30.4h35.1z\"/></svg></li><li title=\"vuejs \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M356.9 64.3H280l-56 88.6-48-88.6H0L224 448 448 64.3h-91.1zm-301.2 32h53.8L224 294.5 338.4 96.3h53.8L224 384.5 55.7 96.3z\"/></svg></li><li title=\"watchman monitoring \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256,16C123.452,16,16,123.452,16,256S123.452,496,256,496,496,388.548,496,256,388.548,16,256,16ZM121.69,429.122C70.056,388.972,36.741,326.322,36.741,256a218.519,218.519,0,0,1,9.587-64.122l102.9-17.895-.121,10.967-13.943,2.013s-.144,12.5-.144,19.549a12.778,12.778,0,0,0,4.887,10.349l9.468,7.4Zm105.692-283.27,8.48-7.618s6.934-5.38-.143-9.344c-7.188-4.024-39.53-34.5-39.53-34.5-5.348-5.477-8.257-7.347-15.46,0,0,0-32.342,30.474-39.529,34.5-7.078,3.964-.144,9.344-.144,9.344l8.481,7.618-.048,4.369L75.982,131.045c39.644-56.938,105.532-94.3,180.018-94.3A218.754,218.754,0,0,1,420.934,111.77l-193.512,37.7Zm34.063,329.269-33.9-250.857,9.467-7.4a12.778,12.778,0,0,0,4.888-10.349c0-7.044-.144-19.549-.144-19.549l-13.943-2.013-.116-10.474,241.711,31.391A218.872,218.872,0,0,1,475.259,256C475.259,375.074,379.831,472.212,261.445,475.121Z\"/></svg></li><li title=\"waze \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M502.17 201.67C516.69 287.53 471.23 369.59 389 409.8c13 34.1-12.4 70.2-48.32 70.2a51.68 51.68 0 0 1-51.57-49c-6.44.19-64.2 0-76.33-.64A51.69 51.69 0 0 1 159 479.92c-33.86-1.36-57.95-34.84-47-67.92-37.21-13.11-72.54-34.87-99.62-70.8-13-17.28-.48-41.8 20.84-41.8 46.31 0 32.22-54.17 43.15-110.26C94.8 95.2 193.12 32 288.09 32c102.48 0 197.15 70.67 214.08 169.67zM373.51 388.28c42-19.18 81.33-56.71 96.29-102.14 40.48-123.09-64.15-228-181.71-228-83.45 0-170.32 55.42-186.07 136-9.53 48.91 5 131.35-68.75 131.35C58.21 358.6 91.6 378.11 127 389.54c24.66-21.8 63.87-15.47 79.83 14.34 14.22 1 79.19 1.18 87.9.82a51.69 51.69 0 0 1 78.78-16.42zM205.12 187.13c0-34.74 50.84-34.75 50.84 0s-50.84 34.74-50.84 0zm116.57 0c0-34.74 50.86-34.75 50.86 0s-50.86 34.75-50.86 0zm-122.61 70.69c-3.44-16.94 22.18-22.18 25.62-5.21l.06.28c4.14 21.42 29.85 44 64.12 43.07 35.68-.94 59.25-22.21 64.11-42.77 4.46-16.05 28.6-10.36 25.47 6-5.23 22.18-31.21 62-91.46 62.9-42.55 0-80.88-27.84-87.9-64.25z\"/></svg></li><li title=\"weebly \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M425.09 65.83c-39.88 0-73.28 25.73-83.66 64.33-18.16-58.06-65.5-64.33-84.95-64.33-19.78 0-66.8 6.28-85.28 64.33-10.38-38.6-43.45-64.33-83.66-64.33C38.59 65.83 0 99.72 0 143.03c0 28.96 4.18 33.27 77.17 233.48 22.37 60.57 67.77 69.35 92.74 69.35 39.23 0 70.04-19.46 85.93-53.98 15.89 34.83 46.69 54.29 85.93 54.29 24.97 0 70.36-9.1 92.74-69.67 76.55-208.65 77.5-205.58 77.5-227.2.63-48.32-36.01-83.47-86.92-83.47zm26.34 114.81l-65.57 176.44c-7.92 21.49-21.22 37.22-46.24 37.22-23.44 0-37.38-12.41-44.03-33.9l-39.28-117.42h-.95L216.08 360.4c-6.96 21.5-20.9 33.6-44.02 33.6-25.02 0-38.33-15.74-46.24-37.22L60.88 181.55c-5.38-14.83-7.92-23.91-7.92-34.5 0-16.34 15.84-29.36 38.33-29.36 18.69 0 31.99 11.8 36.11 29.05l44.03 139.82h.95l44.66-136.79c6.02-19.67 16.47-32.08 38.96-32.08s32.94 12.11 38.96 32.08l44.66 136.79h.95l44.03-139.82c4.12-17.25 17.42-29.05 36.11-29.05 22.17 0 38.33 13.32 38.33 35.71-.32 7.87-4.12 16.04-7.61 27.24z\"/></svg></li><li title=\"weibo \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M407 177.6c7.6-24-13.4-46.8-37.4-41.7-22 4.8-28.8-28.1-7.1-32.8 50.1-10.9 92.3 37.1 76.5 84.8-6.8 21.2-38.8 10.8-32-10.3zM214.8 446.7C108.5 446.7 0 395.3 0 310.4c0-44.3 28-95.4 76.3-143.7C176 67 279.5 65.8 249.9 161c-4 13.1 12.3 5.7 12.3 6 79.5-33.6 140.5-16.8 114 51.4-3.7 9.4 1.1 10.9 8.3 13.1 135.7 42.3 34.8 215.2-169.7 215.2zm143.7-146.3c-5.4-55.7-78.5-94-163.4-85.7-84.8 8.6-148.8 60.3-143.4 116s78.5 94 163.4 85.7c84.8-8.6 148.8-60.3 143.4-116zM347.9 35.1c-25.9 5.6-16.8 43.7 8.3 38.3 72.3-15.2 134.8 52.8 111.7 124-7.4 24.2 29.1 37 37.4 12 31.9-99.8-55.1-195.9-157.4-174.3zm-78.5 311c-17.1 38.8-66.8 60-109.1 46.3-40.8-13.1-58-53.4-40.3-89.7 17.7-35.4 63.1-55.4 103.4-45.1 42 10.8 63.1 50.2 46 88.5zm-86.3-30c-12.9-5.4-30 .3-38 12.9-8.3 12.9-4.3 28 8.6 34 13.1 6 30.8.3 39.1-12.9 8-13.1 3.7-28.3-9.7-34zm32.6-13.4c-5.1-1.7-11.4.6-14.3 5.4-2.9 5.1-1.4 10.6 3.7 12.9 5.1 2 11.7-.3 14.6-5.4 2.8-5.2 1.1-10.9-4-12.9z\"/></svg></li><li title=\"weixin \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M385.2 167.6c6.4 0 12.6.3 18.8 1.1C387.4 90.3 303.3 32 207.7 32 100.5 32 13 104.8 13 197.4c0 53.4 29.3 97.5 77.9 131.6l-19.3 58.6 68-34.1c24.4 4.8 43.8 9.7 68.2 9.7 6.2 0 12.1-.3 18.3-.8-4-12.9-6.2-26.6-6.2-40.8-.1-84.9 72.9-154 165.3-154zm-104.5-52.9c14.5 0 24.2 9.7 24.2 24.4 0 14.5-9.7 24.2-24.2 24.2-14.8 0-29.3-9.7-29.3-24.2.1-14.7 14.6-24.4 29.3-24.4zm-136.4 48.6c-14.5 0-29.3-9.7-29.3-24.2 0-14.8 14.8-24.4 29.3-24.4 14.8 0 24.4 9.7 24.4 24.4 0 14.6-9.6 24.2-24.4 24.2zM563 319.4c0-77.9-77.9-141.3-165.4-141.3-92.7 0-165.4 63.4-165.4 141.3S305 460.7 397.6 460.7c19.3 0 38.9-5.1 58.6-9.9l53.4 29.3-14.8-48.6C534 402.1 563 363.2 563 319.4zm-219.1-24.5c-9.7 0-19.3-9.7-19.3-19.6 0-9.7 9.7-19.3 19.3-19.3 14.8 0 24.4 9.7 24.4 19.3 0 10-9.7 19.6-24.4 19.6zm107.1 0c-9.7 0-19.3-9.7-19.3-19.6 0-9.7 9.7-19.3 19.3-19.3 14.5 0 24.4 9.7 24.4 19.3.1 10-9.9 19.6-24.4 19.6z\"/></svg></li><li title=\"whatsapp square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M224 122.8c-72.7 0-131.8 59.1-131.9 131.8 0 24.9 7 49.2 20.2 70.1l3.1 5-13.3 48.6 49.9-13.1 4.8 2.9c20.2 12 43.4 18.4 67.1 18.4h.1c72.6 0 133.3-59.1 133.3-131.8 0-35.2-15.2-68.3-40.1-93.2-25-25-58-38.7-93.2-38.7zm77.5 188.4c-3.3 9.3-19.1 17.7-26.7 18.8-12.6 1.9-22.4.9-47.5-9.9-39.7-17.2-65.7-57.2-67.7-59.8-2-2.6-16.2-21.5-16.2-41s10.2-29.1 13.9-33.1c3.6-4 7.9-5 10.6-5 2.6 0 5.3 0 7.6.1 2.4.1 5.7-.9 8.9 6.8 3.3 7.9 11.2 27.4 12.2 29.4s1.7 4.3.3 6.9c-7.6 15.2-15.7 14.6-11.6 21.6 15.3 26.3 30.6 35.4 53.9 47.1 4 2 6.3 1.7 8.6-1 2.3-2.6 9.9-11.6 12.5-15.5 2.6-4 5.3-3.3 8.9-2 3.6 1.3 23.1 10.9 27.1 12.9s6.6 3 7.6 4.6c.9 1.9.9 9.9-2.4 19.1zM400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM223.9 413.2c-26.6 0-52.7-6.7-75.8-19.3L64 416l22.5-82.2c-13.9-24-21.2-51.3-21.2-79.3C65.4 167.1 136.5 96 223.9 96c42.4 0 82.2 16.5 112.2 46.5 29.9 30 47.9 69.8 47.9 112.2 0 87.4-72.7 158.5-160.1 158.5z\"/></svg></li><li title=\"whatsapp \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"/></svg></li><li title=\"whmcs \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M448 161v-21.3l-28.5-8.8-2.2-10.4 20.1-20.7L427 80.4l-29 7.5-7.2-7.5 7.5-28.2-19.1-11.6-21.3 21-10.7-3.2-7-26.4h-22.6l-6.2 26.4-12.1 3.2-19.7-21-19.4 11 8.1 27.7-8.1 8.4-28.5-7.5-11 19.1 20.7 21-2.9 10.4-28.5 7.8-.3 21.7 28.8 7.5 2.4 12.1-20.1 19.9 10.4 18.5 29.6-7.5 7.2 8.6-8.1 26.9 19.9 11.6 19.4-20.4 11.6 2.9 6.7 28.5 22.6.3 6.7-28.8 11.6-3.5 20.7 21.6 20.4-12.1-8.8-28 7.8-8.1 28.8 8.8 10.3-20.1-20.9-18.8 2.2-12.1 29.1-7zm-119.2 45.2c-31.3 0-56.8-25.4-56.8-56.8s25.4-56.8 56.8-56.8 56.8 25.4 56.8 56.8c0 31.5-25.4 56.8-56.8 56.8zm72.3 16.4l46.9 14.5V277l-55.1 13.4-4.1 22.7 38.9 35.3-19.2 37.9-54-16.7-14.6 15.2 16.7 52.5-38.3 22.7-38.9-40.5-21.7 6.6-12.6 54-42.4-.5-12.6-53.6-21.7-5.6-36.4 38.4-37.4-21.7 15.2-50.5-13.7-16.1-55.5 14.1-19.7-34.8 37.9-37.4-4.8-22.8-54-14.1.5-40.9L54 219.9l5.7-19.7-38.9-39.4L41.5 125l53.6 14.1 15.2-15.7-15.2-52 36.4-20.7 36.8 39.4L191 84l11.6-52H245l11.6 45.9L234 72l-6.3-1.7-3.3 5.7-11 19.1-3.3 5.6 4.6 4.6 17.2 17.4-.3 1-23.8 6.5-6.2 1.7-.1 6.4-.2 12.9C153.8 161.6 118 204 118 254.7c0 58.3 47.3 105.7 105.7 105.7 50.5 0 92.7-35.4 103.2-82.8l13.2.2 6.9.1 1.6-6.7 5.6-24 1.9-.6 17.1 17.8 4.7 4.9 5.8-3.4 20.4-12.1 5.8-3.5-2-6.5-6.8-21.2z\"/></svg></li><li title=\"wikipedia w \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M640 51.2l-.3 12.2c-28.1.8-45 15.8-55.8 40.3-25 57.8-103.3 240-155.3 358.6H415l-81.9-193.1c-32.5 63.6-68.3 130-99.2 193.1-.3.3-15 0-15-.3C172 352.3 122.8 243.4 75.8 133.4 64.4 106.7 26.4 63.4.2 63.7c0-3.1-.3-10-.3-14.2h161.9v13.9c-19.2 1.1-52.8 13.3-43.3 34.2 21.9 49.7 103.6 240.3 125.6 288.6 15-29.7 57.8-109.2 75.3-142.8-13.9-28.3-58.6-133.9-72.8-160-9.7-17.8-36.1-19.4-55.8-19.7V49.8l142.5.3v13.1c-19.4.6-38.1 7.8-29.4 26.1 18.9 40 30.6 68.1 48.1 104.7 5.6-10.8 34.7-69.4 48.1-100.8 8.9-20.6-3.9-28.6-38.6-29.4.3-3.6 0-10.3.3-13.6 44.4-.3 111.1-.3 123.1-.6v13.6c-22.5.8-45.8 12.8-58.1 31.7l-59.2 122.8c6.4 16.1 63.3 142.8 69.2 156.7L559.2 91.8c-8.6-23.1-36.4-28.1-47.2-28.3V49.6l127.8 1.1.2.5z\"/></svg></li><li title=\"windows \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M0 93.7l183.6-25.3v177.4H0V93.7zm0 324.6l183.6 25.3V268.4H0v149.9zm203.8 28L448 480V268.4H203.8v177.9zm0-380.6v180.1H448V32L203.8 65.7z\"/></svg></li><li title=\"wix \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M393.38 131.69c0 13.03 2.08 32.69-28.68 43.83-9.52 3.45-15.95 9.66-15.95 9.66 0-31 4.72-42.22 17.4-48.86 9.75-5.11 27.23-4.63 27.23-4.63zm-115.8 35.54l-34.24 132.66-28.48-108.57c-7.69-31.99-20.81-48.53-48.43-48.53-27.37 0-40.66 16.18-48.43 48.53L89.52 299.89 55.28 167.23C49.73 140.51 23.86 128.96 0 131.96l65.57 247.93s21.63 1.56 32.46-3.96c14.22-7.25 20.98-12.84 29.59-46.57 7.67-30.07 29.11-118.41 31.12-124.7 4.76-14.94 11.09-13.81 15.4 0 1.97 6.3 23.45 94.63 31.12 124.7 8.6 33.73 15.37 39.32 29.59 46.57 10.82 5.52 32.46 3.96 32.46 3.96l65.57-247.93c-24.42-3.07-49.82 8.93-55.3 35.27zm115.78 5.21s-4.1 6.34-13.46 11.57c-6.01 3.36-11.78 5.64-17.97 8.61-15.14 7.26-13.18 13.95-13.18 35.2v152.07s16.55 2.09 27.37-3.43c13.93-7.1 17.13-13.95 17.26-44.78V181.41l-.02.01v-8.98zm163.44 84.08L640 132.78s-35.11-5.98-52.5 9.85c-13.3 12.1-24.41 29.55-54.18 72.47-.47.73-6.25 10.54-13.07 0-29.29-42.23-40.8-60.29-54.18-72.47-17.39-15.83-52.5-9.85-52.5-9.85l83.2 123.74-82.97 123.36s36.57 4.62 53.95-11.21c11.49-10.46 17.58-20.37 52.51-70.72 6.81-10.52 12.57-.77 13.07 0 29.4 42.38 39.23 58.06 53.14 70.72 17.39 15.83 53.32 11.21 53.32 11.21L556.8 256.52z\"/></svg></li><li title=\"wizards of the coast \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M219.19 345.69c-1.9 1.38-11.07 8.44-.26 23.57 4.64 6.42 14.11 12.79 21.73 6.55 6.5-4.88 7.35-12.92.26-23.04-5.47-7.76-14.28-12.88-21.73-7.08zm336.75 75.94c-.34 1.7-.55 1.67.79 0 2.09-4.19 4.19-10.21 4.98-19.9 3.14-38.49-40.33-71.49-101.34-78.03-54.73-6.02-124.38 9.17-188.8 60.49l-.26 1.57c2.62 4.98 4.98 10.74 3.4 21.21l.79.26c63.89-58.4 131.19-77.25 184.35-73.85 58.4 3.67 100.03 34.04 100.03 68.08-.01 9.96-2.63 15.72-3.94 20.17zM392.28 240.42c.79 7.07 4.19 10.21 9.17 10.47 5.5.26 9.43-2.62 10.47-6.55.79-3.4 2.09-29.85 2.09-29.85s-11.26 6.55-14.93 10.47c-3.66 3.68-7.33 8.39-6.8 15.46zm-50.02-151.1C137.75 89.32 13.1 226.8.79 241.2c-1.05.52-1.31.79.79 1.31 60.49 16.5 155.81 81.18 196.13 202.16l1.05.26c55.25-69.92 140.88-128.05 236.99-128.05 80.92 0 130.15 42.16 130.15 80.39 0 18.33-6.55 33.52-22.26 46.35 0 .96-.2.79.79.79 14.66-10.74 27.5-28.8 27.5-48.18 0-22.78-12.05-38.23-12.05-38.23 7.07 7.07 10.74 16.24 10.74 16.24 5.76-40.85 26.97-62.32 26.97-62.32-2.36-9.69-6.81-17.81-6.81-17.81 7.59 8.12 14.4 27.5 14.4 41.37 0 10.47-3.4 22.78-12.57 31.95l.26.52c8.12-4.98 16.5-16.76 16.5-37.97 0-15.71-4.71-25.92-4.71-25.92 5.76-5.24 11.26-9.17 15.97-11.78.79 3.4 2.09 9.69 2.36 14.93 0 1.05.79 1.83 1.05 0 .79-5.76-.26-16.24-.26-16.5 6.02-3.14 9.69-4.45 9.69-4.45C617.74 176 489.43 89.32 342.26 89.32zm-99.24 289.62c-11.06 8.99-24.2 4.08-30.64-4.19-7.45-9.58-6.76-24.09 4.19-32.47 14.85-11.35 27.08-.49 31.16 5.5.28.39 12.13 16.57-4.71 31.16zm2.09-136.43l9.43-17.81 11.78 70.96-12.57 6.02-24.62-28.8 14.14-26.71 3.67 4.45-1.83-8.11zm18.59 117.58l-.26-.26c2.05-4.1-2.5-6.61-17.54-31.69-1.31-2.36-3.14-2.88-4.45-2.62l-.26-.52c7.86-5.76 15.45-10.21 25.4-15.71l.52.26c1.31 1.83 2.09 2.88 3.4 4.71l-.26.52c-1.05-.26-2.36-.79-5.24.26-2.09.79-7.86 3.67-12.31 7.59v1.31c1.57 2.36 3.93 6.55 5.76 9.69h.26c10.05-6.28 7.56-4.55 11.52-7.86h.26c.52 1.83.52 1.83 1.83 5.5l-.26.26c-3.06.61-4.65.34-11.52 5.5v.26c9.46 17.02 11.01 16.75 12.57 15.97l.26.26c-2.34 1.59-6.27 4.21-9.68 6.57zm55.26-32.47c-3.14 1.57-6.02 2.88-9.95 4.98l-.26-.26c1.29-2.59 1.16-2.71-11.78-32.47l-.26-.26c-.15 0-8.9 3.65-9.95 7.33h-.52l-1.05-5.76.26-.52c7.29-4.56 25.53-11.64 27.76-12.57l.52.26 3.14 4.98-.26.52c-3.53-1.76-7.35.76-12.31 2.62v.26c12.31 32.01 12.67 30.64 14.66 30.64v.25zm44.77-16.5c-4.19 1.05-5.24 1.31-9.69 2.88l-.26-.26.52-4.45c-1.05-3.4-3.14-11.52-3.67-13.62l-.26-.26c-3.4.79-8.9 2.62-12.83 3.93l-.26.26c.79 2.62 3.14 9.95 4.19 13.88.79 2.36 1.83 2.88 2.88 3.14v.52c-3.67 1.05-7.07 2.62-10.21 3.93l-.26-.26c1.05-1.31 1.05-2.88.26-4.98-1.05-3.14-8.12-23.83-9.17-27.23-.52-1.83-1.57-3.14-2.62-3.14v-.52c3.14-1.05 6.02-2.09 10.74-3.4l.26.26-.26 4.71c1.31 3.93 2.36 7.59 3.14 9.69h.26c3.93-1.31 9.43-2.88 12.83-3.93l.26-.26-2.62-9.43c-.52-1.83-1.05-3.4-2.62-3.93v-.26c4.45-1.05 7.33-1.83 10.74-2.36l.26.26c-1.05 1.31-1.05 2.88-.52 4.45 1.57 6.28 4.71 20.43 6.28 26.45.54 2.62 1.85 3.41 2.63 3.93zm32.21-6.81l-.26.26c-4.71.52-14.14 2.36-22.52 4.19l-.26-.26.79-4.19c-1.57-7.86-3.4-18.59-4.98-26.19-.26-1.83-.79-2.88-2.62-3.67l.79-.52c9.17-1.57 20.16-2.36 24.88-2.62l.26.26c.52 2.36.79 3.14 1.57 5.5l-.26.26c-1.14-1.14-3.34-3.2-16.24-.79l-.26.26c.26 1.57 1.05 6.55 1.57 9.95l.26.26c9.52-1.68 4.76-.06 10.74-2.36h.26c0 1.57-.26 1.83-.26 5.24h-.26c-4.81-1.03-2.15-.9-10.21 0l-.26.26c.26 2.09 1.57 9.43 2.09 12.57l.26.26c1.15.38 14.21-.65 16.24-4.71h.26c-.53 2.38-1.05 4.21-1.58 6.04zm10.74-44.51c-4.45 2.36-8.12 2.88-11 2.88-.25.02-11.41 1.09-17.54-9.95-6.74-10.79-.98-25.2 5.5-31.69 8.8-8.12 23.35-10.1 28.54-17.02 8.03-10.33-13.04-22.31-29.59-5.76l-2.62-2.88 5.24-16.24c25.59-1.57 45.2-3.04 50.02 16.24.79 3.14 0 9.43-.26 12.05 0 2.62-1.83 18.85-2.09 23.04-.52 4.19-.79 18.33-.79 20.69.26 2.36.52 4.19 1.57 5.5 1.57 1.83 5.76 1.83 5.76 1.83l-.79 4.71c-11.82-1.07-10.28-.59-20.43-1.05-3.22-5.15-2.23-3.28-4.19-7.86 0 .01-4.19 3.94-7.33 5.51zm37.18 21.21c-6.35-10.58-19.82-7.16-21.73 5.5-2.63 17.08 14.3 19.79 20.69 10.21l.26.26c-.52 1.83-1.83 6.02-1.83 6.28l-.52.52c-10.3 6.87-28.5-2.5-25.66-18.59 1.94-10.87 14.44-18.93 28.8-9.95l.26.52c0 1.06-.27 3.41-.27 5.25zm5.77-87.73v-6.55c.69 0 19.65 3.28 27.76 7.33l-1.57 17.54s10.21-9.43 15.45-10.74c5.24-1.57 14.93 7.33 14.93 7.33l-11.26 11.26c-12.07-6.35-19.59-.08-20.69.79-5.29 38.72-8.6 42.17 4.45 46.09l-.52 4.71c-17.55-4.29-18.53-4.5-36.92-7.33l.79-4.71c7.25 0 7.48-5.32 7.59-6.81 0 0 4.98-53.16 4.98-55.25-.02-2.87-4.99-3.66-4.99-3.66zm10.99 114.44c-8.12-2.09-14.14-11-10.74-20.69 3.14-9.43 12.31-12.31 18.85-10.21 9.17 2.62 12.83 11.78 10.74 19.38-2.61 8.9-9.42 13.87-18.85 11.52zm42.16 9.69c-2.36-.52-7.07-2.36-8.64-2.88v-.26l1.57-1.83c.59-8.24.59-7.27.26-7.59-4.82-1.81-6.66-2.36-7.07-2.36-1.31 1.83-2.88 4.45-3.67 5.5l-.79 3.4v.26c-1.31-.26-3.93-1.31-6.02-1.57v-.26l2.62-1.83c3.4-4.71 9.95-14.14 13.88-20.16v-2.09l.52-.26c2.09.79 5.5 2.09 7.59 2.88.48.48.18-1.87-1.05 25.14-.24 1.81.02 2.6.8 3.91zm-4.71-89.82c11.25-18.27 30.76-16.19 34.04-3.4L539.7 198c2.34-6.25-2.82-9.9-4.45-11.26l1.83-3.67c12.22 10.37 16.38 13.97 22.52 20.43-25.91 73.07-30.76 80.81-24.62 84.32l-1.83 4.45c-6.37-3.35-8.9-4.42-17.81-8.64l2.09-6.81c-.26-.26-3.93 3.93-9.69 3.67-19.06-1.3-22.89-31.75-9.67-52.9zm29.33 79.34c0-5.71-6.34-7.89-7.86-5.24-1.31 2.09 1.05 4.98 2.88 8.38 1.57 2.62 2.62 6.28 1.05 9.43-2.64 6.34-12.4 5.31-15.45-.79 0-.7-.27.09 1.83-4.71l.79-.26c-.57 5.66 6.06 9.61 8.38 4.98 1.05-2.09-.52-5.5-2.09-8.38-1.57-2.62-3.67-6.28-1.83-9.69 2.72-5.06 11.25-4.47 14.66 2.36v.52l-2.36 3.4zm21.21 13.36c-1.96-3.27-.91-2.14-4.45-4.71h-.26c-2.36 4.19-5.76 10.47-8.64 16.24-1.31 2.36-1.05 3.4-.79 3.93l-.26.26-5.76-4.45.26-.26 2.09-1.31c3.14-5.76 6.55-12.05 9.17-17.02v-.26c-2.64-1.98-1.22-1.51-6.02-1.83v-.26l3.14-3.4h.26c3.67 2.36 9.95 6.81 12.31 8.9l.26.26-1.31 3.91zm27.23-44.26l-2.88-2.88c.79-2.36 1.83-4.98 2.09-7.59.75-9.74-11.52-11.84-11.52-4.98 0 4.98 7.86 19.38 7.86 27.76 0 10.21-5.76 15.71-13.88 16.5-8.38.79-20.16-10.47-20.16-10.47l4.98-14.4 2.88 2.09c-2.97 17.8 17.68 20.37 13.35 5.24-1.06-4.02-18.75-34.2 2.09-38.23 13.62-2.36 23.04 16.5 23.04 16.5l-7.85 10.46zm35.62-10.21c-11-30.38-60.49-127.53-191.95-129.62-53.42-1.05-94.27 15.45-132.76 37.97l85.63-9.17-91.39 20.69 25.14 19.64-3.93-16.5c7.5-1.71 39.15-8.45 66.77-8.9l-22.26 80.39c13.61-.7 18.97-8.98 19.64-22.78l4.98-1.05.26 26.71c-22.46 3.21-37.3 6.69-49.49 9.95l13.09-43.21-61.54-36.66 2.36 8.12 10.21 4.98c6.28 18.59 19.38 56.56 20.43 58.66 1.95 4.28 3.16 5.78 12.05 4.45l1.05 4.98c-16.08 4.86-23.66 7.61-39.02 14.4l-2.36-4.71c4.4-2.94 8.73-3.94 5.5-12.83-23.7-62.5-21.48-58.14-22.78-59.44l2.36-4.45 33.52 67.3c-3.84-11.87 1.68 1.69-32.99-78.82l-41.9 88.51 4.71-13.88-35.88-42.16 27.76 93.48-11.78 8.38C95 228.58 101.05 231.87 93.23 231.52c-5.5-.26-13.62 5.5-13.62 5.5L74.63 231c30.56-23.53 31.62-24.33 58.4-42.68l4.19 7.07s-5.76 4.19-7.86 7.07c-5.9 9.28 1.67 13.28 61.8 75.68l-18.85-58.92 39.8-10.21 25.66 30.64 4.45-12.31-4.98-24.62 13.09-3.4.52 3.14 3.67-10.47-94.27 29.33 11.26-4.98-13.62-42.42 17.28-9.17 30.11 36.14 28.54-13.09c-1.41-7.47-2.47-14.5-4.71-19.64l17.28 13.88 4.71-2.09-59.18-42.68 23.08 11.5c18.98-6.07 25.23-7.47 32.21-9.69l2.62 11c-12.55 12.55 1.43 16.82 6.55 19.38l-13.62-61.01 12.05 28.28c4.19-1.31 7.33-2.09 7.33-2.09l2.62 8.64s-3.14 1.05-6.28 2.09l8.9 20.95 33.78-65.73-20.69 61.01c42.42-24.09 81.44-36.66 131.98-35.88 67.04 1.05 167.33 40.85 199.8 139.83.78 2.1-.01 2.63-.79.27zM203.48 152.43s1.83-.52 4.19-1.31l9.43 7.59c-.4 0-3.44-.25-11.26 2.36l-2.36-8.64zm143.76 38.5c-1.57-.6-26.46-4.81-33.26 20.69l21.73 17.02 11.53-37.71zM318.43 67.07c-58.4 0-106.05 12.05-114.96 14.4v.79c8.38 2.09 14.4 4.19 21.21 11.78l1.57.26c6.55-1.83 48.97-13.88 110.24-13.88 180.16 0 301.67 116.79 301.67 223.37v9.95c0 1.31.79 2.62 1.05.52.52-2.09.79-8.64.79-19.64.26-83.79-96.63-227.55-321.57-227.55zm211.06 169.68c1.31-5.76 0-12.31-7.33-13.09-9.62-1.13-16.14 23.79-17.02 33.52-.79 5.5-1.31 14.93 6.02 14.93 4.68-.01 9.72-.91 18.33-35.36zm-61.53 42.95c-2.62-.79-9.43-.79-12.57 10.47-1.83 6.81.52 13.35 6.02 14.66 3.67 1.05 8.9.52 11.78-10.74 2.62-9.94-1.83-13.61-5.23-14.39zM491 300.65c1.83.52 3.14 1.05 5.76 1.83 0-1.83.52-8.38.79-12.05-1.05 1.31-5.5 8.12-6.55 9.95v.27z\"/></svg></li><li title=\"wodu \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M178.414 339.706H141.1L112.166 223.475h-.478L83.228 339.706H45.2L0 168.946H37.548L64.574 285.177h.478L94.707 168.946h35.157l29.178 117.667h.479L187.5 168.946h36.831zM271.4 212.713c38.984 0 64.1 25.828 64.1 65.291 0 39.222-25.111 65.05-64.1 65.05-38.743 0-63.855-25.828-63.855-65.05C207.547 238.541 232.659 212.713 271.4 212.713zm0 104.753c23.2 0 30.133-19.852 30.133-39.462 0-19.852-6.934-39.7-30.133-39.7-27.7 0-29.894 19.85-29.894 39.7C241.508 297.614 248.443 317.466 271.4 317.466zM435.084 323.922h-.478c-7.893 13.392-21.765 19.132-37.548 19.132-37.31 0-55.485-32.045-55.485-66.246 0-33.243 18.415-64.095 54.767-64.095 14.589 0 28.938 6.218 36.831 18.416h.24V168.946h33.96v170.76H435.084zM405.428 238.3c-22.24 0-29.894 19.134-29.894 39.463 0 19.371 8.848 39.7 29.894 39.7 22.482 0 29.178-19.613 29.178-39.94C434.606 257.436 427.432 238.3 405.428 238.3zM592.96 339.706H560.673V322.487h-.718c-8.609 13.87-23.436 20.567-37.786 20.567-36.113 0-45.2-20.328-45.2-50.941V216.061h33.959V285.9c0 20.329 5.979 30.372 21.765 30.372 18.415 0 26.306-10.283 26.306-35.393V216.061H592.96zM602.453 302.876H640v36.83H602.453z\"/></svg></li><li title=\"wolf pack battalion \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M267.73 471.53l10.56 15.84 5.28-12.32 5.28 7V512c21.06-7.92 21.11-66.86 25.51-97.21 4.62-31.89-.88-92.81 81.37-149.11-8.88-23.61-12-49.43-2.64-80.05C421 189 447 196.21 456.43 239.73l-30.35 8.36c11.15 23 17 46.76 13.2 72.14L412 313.18l-6.16 33.43-18.47-7-8.8 33.39-19.35-7 26.39 21.11 8.8-28.15L419 364.2l7-35.63 26.39 14.52c.25-20 7-58.06-8.8-84.45l26.39 5.28c4-22.07-2.38-39.21-7.92-56.74l22.43 9.68c-.44-25.07-29.94-56.79-61.58-58.5-20.22-1.09-56.74-25.17-54.1-51.9 2-19.87 17.45-42.62 43.11-49.7-44 36.51-9.68 67.3 5.28 73.46 4.4-11.44 17.54-69.08 0-130.2-40.39 22.87-89.65 65.1-93.2 147.79l-58 38.71-3.52 93.25L369.78 220l7 7-17.59 3.52-44 38.71-15.84-5.28-28.1 49.25-3.52 119.64 21.11 15.84-32.55 15.84-32.55-15.84 21.11-15.84-3.52-119.64-28.15-49.26-15.84 5.28-44-38.71-17.58-3.51 7-7 107.33 59.82-3.52-93.25-58.06-38.71C185 65.1 135.77 22.87 95.3 0c-17.54 61.12-4.4 118.76 0 130.2 15-6.16 49.26-36.95 5.28-73.46 25.66 7.08 41.15 29.83 43.11 49.7 2.63 26.74-33.88 50.81-54.1 51.9-31.65 1.72-61.15 33.44-61.59 58.51l22.43-9.68c-5.54 17.53-11.91 34.67-7.92 56.74l26.39-5.28c-15.76 26.39-9.05 64.43-8.8 84.45l26.39-14.52 7 35.63 24.63-5.28 8.8 28.15L153.35 366 134 373l-8.8-33.43-18.47 7-6.16-33.43-27.27 7c-3.82-25.38 2-49.1 13.2-72.14l-30.35-8.36c9.4-43.52 35.47-50.77 63.34-54.1 9.36 30.62 6.24 56.45-2.64 80.05 82.25 56.3 76.75 117.23 81.37 149.11 4.4 30.35 4.45 89.29 25.51 97.21v-29.83l5.28-7 5.28 12.32 10.56-15.84 11.44 21.11 11.43-21.1zm79.17-95L331.06 366c7.47-4.36 13.76-8.42 19.35-12.32-.6 7.22-.27 13.84-3.51 22.84zm28.15-49.26c-.4 10.94-.9 21.66-1.76 31.67-7.85-1.86-15.57-3.8-21.11-7 8.24-7.94 15.55-16.32 22.87-24.68zm24.63 5.28c0-13.43-2.05-24.21-5.28-33.43a235 235 0 0 1-18.47 27.27zm3.52-80.94c19.44 12.81 27.8 33.66 29.91 56.3-12.32-4.53-24.63-9.31-36.95-10.56 5.06-12 6.65-28.14 7-45.74zm-1.76-45.74c.81 14.3 1.84 28.82 1.76 42.23 19.22-8.11 29.78-9.72 44-14.08-10.61-18.96-27.2-25.53-45.76-28.16zM165.68 376.52L181.52 366c-7.47-4.36-13.76-8.42-19.35-12.32.6 7.26.27 13.88 3.51 22.88zm-28.15-49.26c.4 10.94.9 21.66 1.76 31.67 7.85-1.86 15.57-3.8 21.11-7-8.24-7.93-15.55-16.31-22.87-24.67zm-24.64 5.28c0-13.43 2-24.21 5.28-33.43a235 235 0 0 0 18.47 27.27zm-3.52-80.94c-19.44 12.81-27.8 33.66-29.91 56.3 12.32-4.53 24.63-9.31 37-10.56-5-12-6.65-28.14-7-45.74zm1.76-45.74c-.81 14.3-1.84 28.82-1.76 42.23-19.22-8.11-29.78-9.72-44-14.08 10.63-18.95 27.23-25.52 45.76-28.15z\"/></svg></li><li title=\"wordpress simple \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 8C119.3 8 8 119.2 8 256c0 136.7 111.3 248 248 248s248-111.3 248-248C504 119.2 392.7 8 256 8zM33 256c0-32.3 6.9-63 19.3-90.7l106.4 291.4C84.3 420.5 33 344.2 33 256zm223 223c-21.9 0-43-3.2-63-9.1l66.9-194.4 68.5 187.8c.5 1.1 1 2.1 1.6 3.1-23.1 8.1-48 12.6-74 12.6zm30.7-327.5c13.4-.7 25.5-2.1 25.5-2.1 12-1.4 10.6-19.1-1.4-18.4 0 0-36.1 2.8-59.4 2.8-21.9 0-58.7-2.8-58.7-2.8-12-.7-13.4 17.7-1.4 18.4 0 0 11.4 1.4 23.4 2.1l34.7 95.2L200.6 393l-81.2-241.5c13.4-.7 25.5-2.1 25.5-2.1 12-1.4 10.6-19.1-1.4-18.4 0 0-36.1 2.8-59.4 2.8-4.2 0-9.1-.1-14.4-.3C109.6 73 178.1 33 256 33c58 0 110.9 22.2 150.6 58.5-1-.1-1.9-.2-2.9-.2-21.9 0-37.4 19.1-37.4 39.6 0 18.4 10.6 33.9 21.9 52.3 8.5 14.8 18.4 33.9 18.4 61.5 0 19.1-7.3 41.2-17 72.1l-22.2 74.3-80.7-239.6zm81.4 297.2l68.1-196.9c12.7-31.8 17-57.2 17-79.9 0-8.2-.5-15.8-1.5-22.9 17.4 31.8 27.3 68.2 27.3 107 0 82.3-44.6 154.1-110.9 192.7z\"/></svg></li><li title=\"wordpress \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M61.7 169.4l101.5 278C92.2 413 43.3 340.2 43.3 256c0-30.9 6.6-60.1 18.4-86.6zm337.9 75.9c0-26.3-9.4-44.5-17.5-58.7-10.8-17.5-20.9-32.4-20.9-49.9 0-19.6 14.8-37.8 35.7-37.8.9 0 1.8.1 2.8.2-37.9-34.7-88.3-55.9-143.7-55.9-74.3 0-139.7 38.1-177.8 95.9 5 .2 9.7.3 13.7.3 22.2 0 56.7-2.7 56.7-2.7 11.5-.7 12.8 16.2 1.4 17.5 0 0-11.5 1.3-24.3 2l77.5 230.4L249.8 247l-33.1-90.8c-11.5-.7-22.3-2-22.3-2-11.5-.7-10.1-18.2 1.3-17.5 0 0 35.1 2.7 56 2.7 22.2 0 56.7-2.7 56.7-2.7 11.5-.7 12.8 16.2 1.4 17.5 0 0-11.5 1.3-24.3 2l76.9 228.7 21.2-70.9c9-29.4 16-50.5 16-68.7zm-139.9 29.3l-63.8 185.5c19.1 5.6 39.2 8.7 60.1 8.7 24.8 0 48.5-4.3 70.6-12.1-.6-.9-1.1-1.9-1.5-2.9l-65.4-179.2zm183-120.7c.9 6.8 1.4 14 1.4 21.9 0 21.6-4 45.8-16.2 76.2l-65 187.9C426.2 403 468.7 334.5 468.7 256c0-37-9.4-71.8-26-102.1zM504 256c0 136.8-111.3 248-248 248C119.2 504 8 392.7 8 256 8 119.2 119.2 8 256 8c136.7 0 248 111.2 248 248zm-11.4 0c0-130.5-106.2-236.6-236.6-236.6C125.5 19.4 19.4 125.5 19.4 256S125.6 492.6 256 492.6c130.5 0 236.6-106.1 236.6-236.6z\"/></svg></li><li title=\"wpbeginner \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M462.799 322.374C519.01 386.682 466.961 480 370.944 480c-39.602 0-78.824-17.687-100.142-50.04-6.887.356-22.702.356-29.59 0C219.848 462.381 180.588 480 141.069 480c-95.49 0-148.348-92.996-91.855-157.626C-29.925 190.523 80.479 32 256.006 32c175.632 0 285.87 158.626 206.793 290.374zm-339.647-82.972h41.529v-58.075h-41.529v58.075zm217.18 86.072v-23.839c-60.506 20.915-132.355 9.198-187.589-33.971l.246 24.897c51.101 46.367 131.746 57.875 187.343 32.913zm-150.753-86.072h166.058v-58.075H189.579v58.075z\"/></svg></li><li title=\"wpexplorer \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M512 256c0 141.2-114.7 256-256 256C114.8 512 0 397.3 0 256S114.7 0 256 0s256 114.7 256 256zm-32 0c0-123.2-100.3-224-224-224C132.5 32 32 132.5 32 256s100.5 224 224 224 224-100.5 224-224zM160.9 124.6l86.9 37.1-37.1 86.9-86.9-37.1 37.1-86.9zm110 169.1l46.6 94h-14.6l-50-100-48.9 100h-14l51.1-106.9-22.3-9.4 6-14 68.6 29.1-6 14.3-16.5-7.1zm-11.8-116.3l68.6 29.4-29.4 68.3L230 246l29.1-68.6zm80.3 42.9l54.6 23.1-23.4 54.3-54.3-23.1 23.1-54.3z\"/></svg></li><li title=\"wpforms \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M448 75.2v361.7c0 24.3-19 43.2-43.2 43.2H43.2C19.3 480 0 461.4 0 436.8V75.2C0 51.1 18.8 32 43.2 32h361.7c24 0 43.1 18.8 43.1 43.2zm-37.3 361.6V75.2c0-3-2.6-5.8-5.8-5.8h-9.3L285.3 144 224 94.1 162.8 144 52.5 69.3h-9.3c-3.2 0-5.8 2.8-5.8 5.8v361.7c0 3 2.6 5.8 5.8 5.8h361.7c3.2.1 5.8-2.7 5.8-5.8zM150.2 186v37H76.7v-37h73.5zm0 74.4v37.3H76.7v-37.3h73.5zm11.1-147.3l54-43.7H96.8l64.5 43.7zm210 72.9v37h-196v-37h196zm0 74.4v37.3h-196v-37.3h196zm-84.6-147.3l64.5-43.7H232.8l53.9 43.7zM371.3 335v37.3h-99.4V335h99.4z\"/></svg></li><li title=\"wpressr \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm171.33 158.6c-15.18 34.51-30.37 69.02-45.63 103.5-2.44 5.51-6.89 8.24-12.97 8.24-23.02-.01-46.03.06-69.05-.05-5.12-.03-8.25 1.89-10.34 6.72-10.19 23.56-20.63 47-30.95 70.5-1.54 3.51-4.06 5.29-7.92 5.29-45.94-.01-91.87-.02-137.81 0-3.13 0-5.63-1.15-7.72-3.45-11.21-12.33-22.46-24.63-33.68-36.94-2.69-2.95-2.79-6.18-1.21-9.73 8.66-19.54 17.27-39.1 25.89-58.66 12.93-29.35 25.89-58.69 38.75-88.08 1.7-3.88 4.28-5.68 8.54-5.65 14.24.1 28.48.02 42.72.05 6.24.01 9.2 4.84 6.66 10.59-13.6 30.77-27.17 61.55-40.74 92.33-5.72 12.99-11.42 25.99-17.09 39-3.91 8.95 7.08 11.97 10.95 5.6.23-.37-1.42 4.18 30.01-67.69 1.36-3.1 3.41-4.4 6.77-4.39 15.21.08 30.43.02 45.64.04 5.56.01 7.91 3.64 5.66 8.75-8.33 18.96-16.71 37.9-24.98 56.89-4.98 11.43 8.08 12.49 11.28 5.33.04-.08 27.89-63.33 32.19-73.16 2.02-4.61 5.44-6.51 10.35-6.5 26.43.05 52.86 0 79.29.05 12.44.02 13.93-13.65 3.9-13.64-25.26.03-50.52.02-75.78.02-6.27 0-7.84-2.47-5.27-8.27 5.78-13.06 11.59-26.11 17.3-39.21 1.73-3.96 4.52-5.79 8.84-5.78 23.09.06 25.98.02 130.78.03 6.08-.01 8.03 2.79 5.62 8.27z\"/></svg></li><li title=\"xbox \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M369.9 318.2c44.3 54.3 64.7 98.8 54.4 118.7-7.9 15.1-56.7 44.6-92.6 55.9-29.6 9.3-68.4 13.3-100.4 10.2-38.2-3.7-76.9-17.4-110.1-39C93.3 445.8 87 438.3 87 423.4c0-29.9 32.9-82.3 89.2-142.1 32-33.9 76.5-73.7 81.4-72.6 9.4 2.1 84.3 75.1 112.3 109.5zM188.6 143.8c-29.7-26.9-58.1-53.9-86.4-63.4-15.2-5.1-16.3-4.8-28.7 8.1-29.2 30.4-53.5 79.7-60.3 122.4-5.4 34.2-6.1 43.8-4.2 60.5 5.6 50.5 17.3 85.4 40.5 120.9 9.5 14.6 12.1 17.3 9.3 9.9-4.2-11-.3-37.5 9.5-64 14.3-39 53.9-112.9 120.3-194.4zm311.6 63.5C483.3 127.3 432.7 77 425.6 77c-7.3 0-24.2 6.5-36 13.9-23.3 14.5-41 31.4-64.3 52.8C367.7 197 427.5 283.1 448.2 346c6.8 20.7 9.7 41.1 7.4 52.3-1.7 8.5-1.7 8.5 1.4 4.6 6.1-7.7 19.9-31.3 25.4-43.5 7.4-16.2 15-40.2 18.6-58.7 4.3-22.5 3.9-70.8-.8-93.4zM141.3 43C189 40.5 251 77.5 255.6 78.4c.7.1 10.4-4.2 21.6-9.7 63.9-31.1 94-25.8 107.4-25.2-63.9-39.3-152.7-50-233.9-11.7-23.4 11.1-24 11.9-9.4 11.2z\"/></svg></li><li title=\"xing square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM140.4 320.2H93.8c-5.5 0-8.7-5.3-6-10.3l49.3-86.7c.1 0 .1-.1 0-.2l-31.4-54c-3-5.6.2-10.1 6-10.1h46.6c5.2 0 9.5 2.9 12.9 8.7l31.9 55.3c-1.3 2.3-18 31.7-50.1 88.2-3.5 6.2-7.7 9.1-12.6 9.1zm219.7-214.1L257.3 286.8v.2l65.5 119c2.8 5.1.1 10.1-6 10.1h-46.6c-5.5 0-9.7-2.9-12.9-8.7l-66-120.3c2.3-4.1 36.8-64.9 103.4-182.3 3.3-5.8 7.4-8.7 12.5-8.7h46.9c5.7-.1 8.8 4.7 6 10z\"/></svg></li><li title=\"xing \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M162.7 210c-1.8 3.3-25.2 44.4-70.1 123.5-4.9 8.3-10.8 12.5-17.7 12.5H9.8c-7.7 0-12.1-7.5-8.5-14.4l69-121.3c.2 0 .2-.1 0-.3l-43.9-75.6c-4.3-7.8.3-14.1 8.5-14.1H100c7.3 0 13.3 4.1 18 12.2l44.7 77.5zM382.6 46.1l-144 253v.3L330.2 466c3.9 7.1.2 14.1-8.5 14.1h-65.2c-7.6 0-13.6-4-18-12.2l-92.4-168.5c3.3-5.8 51.5-90.8 144.8-255.2 4.6-8.1 10.4-12.2 17.5-12.2h65.7c8 0 12.3 6.7 8.5 14.1z\"/></svg></li><li title=\"y combinator \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M448 32v448H0V32h448zM236 287.5L313.5 142h-32.7L235 233c-4.7 9.3-9 18.3-12.8 26.8L210 233l-45.2-91h-35l76.7 143.8v94.5H236v-92.8z\"/></svg></li><li title=\"yahoo \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M223.69,141.06,167,284.23,111,141.06H14.93L120.76,390.19,82.19,480h94.17L317.27,141.06Zm105.4,135.79a58.22,58.22,0,1,0,58.22,58.22A58.22,58.22,0,0,0,329.09,276.85ZM394.65,32l-93,223.47H406.44L499.07,32Z\"/></svg></li><li title=\"yammer \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M421.78 152.17A23.06 23.06 0 0 0 400.9 112c-.83.43-1.71.9-2.63 1.4-15.25 8.4-118.33 80.62-106.69 88.77s82.04-23.61 130.2-50zm0 217.17c-48.16-26.38-118.64-58.1-130.2-50s91.42 80.35 106.69 88.74c.92.51 1.8 1 2.63 1.41a23.07 23.07 0 0 0 20.88-40.15zM464.21 237c-.95 0-1.95-.06-3-.06-17.4 0-142.52 13.76-136.24 26.51s83.3 18.74 138.21 18.76a23 23 0 0 0 1-45.21zM31 96.65a24.88 24.88 0 0 1 46.14-18.4l81 205.06h1.21l77-203.53a23.52 23.52 0 0 1 44.45 15.27L171.2 368.44C152.65 415.66 134.08 448 77.91 448a139.67 139.67 0 0 1-23.81-1.95 21.31 21.31 0 0 1 6.9-41.77c.66.06 10.91.66 13.86.66 30.47 0 43.74-18.94 58.07-59.41z\"/></svg></li><li title=\"yandex international \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"><path d=\"M129.5 512V345.9L18.5 48h55.8l81.8 229.7L250.2 0h51.3L180.8 347.8V512h-51.3z\"/></svg></li><li title=\"yandex \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 256 512\"><path d=\"M153.1 315.8L65.7 512H2l96-209.8c-45.1-22.9-75.2-64.4-75.2-141.1C22.7 53.7 90.8 0 171.7 0H254v512h-55.1V315.8h-45.8zm45.8-269.3h-29.4c-44.4 0-87.4 29.4-87.4 114.6 0 82.3 39.4 108.8 87.4 108.8h29.4V46.5z\"/></svg></li><li title=\"yarn \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M393.9 345.2c-39 9.3-48.4 32.1-104 47.4 0 0-2.7 4-10.4 5.8-13.4 3.3-63.9 6-68.5 6.1-12.4.1-19.9-3.2-22-8.2-6.4-15.3 9.2-22 9.2-22-8.1-5-9-9.9-9.8-8.1-2.4 5.8-3.6 20.1-10.1 26.5-8.8 8.9-25.5 5.9-35.3.8-10.8-5.7.8-19.2.8-19.2s-5.8 3.4-10.5-3.6c-6-9.3-17.1-37.3 11.5-62-1.3-10.1-4.6-53.7 40.6-85.6 0 0-20.6-22.8-12.9-43.3 5-13.4 7-13.3 8.6-13.9 5.7-2.2 11.3-4.6 15.4-9.1 20.6-22.2 46.8-18 46.8-18s12.4-37.8 23.9-30.4c3.5 2.3 16.3 30.6 16.3 30.6s13.6-7.9 15.1-5c8.2 16 9.2 46.5 5.6 65.1-6.1 30.6-21.4 47.1-27.6 57.5-1.4 2.4 16.5 10 27.8 41.3 10.4 28.6 1.1 52.7 2.8 55.3.8 1.4 13.7.8 36.4-13.2 12.8-7.9 28.1-16.9 45.4-17 16.7-.5 17.6 19.2 4.9 22.2zM496 256c0 136.9-111.1 248-248 248S0 392.9 0 256 111.1 8 248 8s248 111.1 248 248zm-79.3 75.2c-1.7-13.6-13.2-23-28-22.8-22 .3-40.5 11.7-52.8 19.2-4.8 3-8.9 5.2-12.4 6.8 3.1-44.5-22.5-73.1-28.7-79.4 7.8-11.3 18.4-27.8 23.4-53.2 4.3-21.7 3-55.5-6.9-74.5-1.6-3.1-7.4-11.2-21-7.4-9.7-20-13-22.1-15.6-23.8-1.1-.7-23.6-16.4-41.4 28-12.2.9-31.3 5.3-47.5 22.8-2 2.2-5.9 3.8-10.1 5.4h.1c-8.4 3-12.3 9.9-16.9 22.3-6.5 17.4.2 34.6 6.8 45.7-17.8 15.9-37 39.8-35.7 82.5-34 36-11.8 73-5.6 79.6-1.6 11.1 3.7 19.4 12 23.8 12.6 6.7 30.3 9.6 43.9 2.8 4.9 5.2 13.8 10.1 30 10.1 6.8 0 58-2.9 72.6-6.5 6.8-1.6 11.5-4.5 14.6-7.1 9.8-3.1 36.8-12.3 62.2-28.7 18-11.7 24.2-14.2 37.6-17.4 12.9-3.2 21-15.1 19.4-28.2z\"/></svg></li><li title=\"yelp \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M42.9 240.32l99.62 48.61c19.2 9.4 16.2 37.51-4.5 42.71L30.5 358.45a22.79 22.79 0 0 1-28.21-19.6 197.16 197.16 0 0 1 9-85.32 22.8 22.8 0 0 1 31.61-13.21zm44 239.25a199.45 199.45 0 0 0 79.42 32.11A22.78 22.78 0 0 0 192.94 490l3.9-110.82c.7-21.3-25.5-31.91-39.81-16.1l-74.21 82.4a22.82 22.82 0 0 0 4.09 34.09zm145.34-109.92l58.81 94a22.93 22.93 0 0 0 34 5.5 198.36 198.36 0 0 0 52.71-67.61A23 23 0 0 0 364.17 370l-105.42-34.26c-20.31-6.5-37.81 15.8-26.51 33.91zm148.33-132.23a197.44 197.44 0 0 0-50.41-69.31 22.85 22.85 0 0 0-34 4.4l-62 91.92c-11.9 17.7 4.7 40.61 25.2 34.71L366 268.63a23 23 0 0 0 14.61-31.21zM62.11 30.18a22.86 22.86 0 0 0-9.9 32l104.12 180.44c11.7 20.2 42.61 11.9 42.61-11.4V22.88a22.67 22.67 0 0 0-24.5-22.8 320.37 320.37 0 0 0-112.33 30.1z\"/></svg></li><li title=\"yoast \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M91.3 76h186l-7 18.9h-179c-39.7 0-71.9 31.6-71.9 70.3v205.4c0 35.4 24.9 70.3 84 70.3V460H91.3C41.2 460 0 419.8 0 370.5V165.2C0 115.9 40.7 76 91.3 76zm229.1-56h66.5C243.1 398.1 241.2 418.9 202.2 459.3c-20.8 21.6-49.3 31.7-78.3 32.7v-51.1c49.2-7.7 64.6-49.9 64.6-75.3 0-20.1.6-12.6-82.1-223.2h61.4L218.2 299 320.4 20zM448 161.5V460H234c6.6-9.6 10.7-16.3 12.1-19.4h182.5V161.5c0-32.5-17.1-51.9-48.2-62.9l6.7-17.6c41.7 13.6 60.9 43.1 60.9 80.5z\"/></svg></li><li title=\"youtube square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M186.8 202.1l95.2 54.1-95.2 54.1V202.1zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-42 176.3s0-59.6-7.6-88.2c-4.2-15.8-16.5-28.2-32.2-32.4C337.9 128 224 128 224 128s-113.9 0-142.2 7.7c-15.7 4.2-28 16.6-32.2 32.4-7.6 28.5-7.6 88.2-7.6 88.2s0 59.6 7.6 88.2c4.2 15.8 16.5 27.7 32.2 31.9C110.1 384 224 384 224 384s113.9 0 142.2-7.7c15.7-4.2 28-16.1 32.2-31.9 7.6-28.5 7.6-88.1 7.6-88.1z\"/></svg></li><li title=\"youtube \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"/></svg></li><li title=\"zhihu \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M170.54 148.13v217.54l23.43.01 7.71 26.37 42.01-26.37h49.53V148.13H170.54zm97.75 193.93h-27.94l-27.9 17.51-5.08-17.47-11.9-.04V171.75h72.82v170.31zm-118.46-94.39H97.5c1.74-27.1 2.2-51.59 2.2-73.46h51.16s1.97-22.56-8.58-22.31h-88.5c3.49-13.12 7.87-26.66 13.12-40.67 0 0-24.07 0-32.27 21.57-3.39 8.9-13.21 43.14-30.7 78.12 5.89-.64 25.37-1.18 36.84-22.21 2.11-5.89 2.51-6.66 5.14-14.53h28.87c0 10.5-1.2 66.88-1.68 73.44H20.83c-11.74 0-15.56 23.62-15.56 23.62h65.58C66.45 321.1 42.83 363.12 0 396.34c20.49 5.85 40.91-.93 51-9.9 0 0 22.98-20.9 35.59-69.25l53.96 64.94s7.91-26.89-1.24-39.99c-7.58-8.92-28.06-33.06-36.79-41.81L87.9 311.95c4.36-13.98 6.99-27.55 7.87-40.67h61.65s-.09-23.62-7.59-23.62v.01zm412.02-1.6c20.83-25.64 44.98-58.57 44.98-58.57s-18.65-14.8-27.38-4.06c-6 8.15-36.83 48.2-36.83 48.2l19.23 14.43zm-150.09-59.09c-9.01-8.25-25.91 2.13-25.91 2.13s39.52 55.04 41.12 57.45l19.46-13.73s-25.67-37.61-34.66-45.86h-.01zM640 258.35c-19.78 0-130.91.93-131.06.93v-101c4.81 0 12.42-.4 22.85-1.2 40.88-2.41 70.13-4 87.77-4.81 0 0 12.22-27.19-.59-33.44-3.07-1.18-23.17 4.58-23.17 4.58s-165.22 16.49-232.36 18.05c1.6 8.82 7.62 17.08 15.78 19.55 13.31 3.48 22.69 1.7 49.15.89 24.83-1.6 43.68-2.43 56.51-2.43v99.81H351.41s2.82 22.31 25.51 22.85h107.94v70.92c0 13.97-11.19 21.99-24.48 21.12-14.08.11-26.08-1.15-41.69-1.81 1.99 3.97 6.33 14.39 19.31 21.84 9.88 4.81 16.17 6.57 26.02 6.57 29.56 0 45.67-17.28 44.89-45.31v-73.32h122.36c9.68 0 8.7-23.78 8.7-23.78l.03-.01z\"/></svg></li><li class='heading'>regular</li><li title=\"address book \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M436 160c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-20V48c0-26.5-21.5-48-48-48H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h320c26.5 0 48-21.5 48-48v-48h20c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-20v-64h20c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-20v-64h20zm-68 304H48V48h320v416zM208 256c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm-89.6 128h179.2c12.4 0 22.4-8.6 22.4-19.2v-19.2c0-31.8-30.1-57.6-67.2-57.6-10.8 0-18.7 8-44.8 8-26.9 0-33.4-8-44.8-8-37.1 0-67.2 25.8-67.2 57.6v19.2c0 10.6 10 19.2 22.4 19.2z\"/></svg></li><li title=\"address card \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M528 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 400H48V80h480v352zM208 256c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm-89.6 128h179.2c12.4 0 22.4-8.6 22.4-19.2v-19.2c0-31.8-30.1-57.6-67.2-57.6-10.8 0-18.7 8-44.8 8-26.9 0-33.4-8-44.8-8-37.1 0-67.2 25.8-67.2 57.6v19.2c0 10.6 10 19.2 22.4 19.2zM360 320h112c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8H360c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zm0-64h112c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8H360c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zm0-64h112c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8H360c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8z\"/></svg></li><li title=\"angry \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm0-144c-33.6 0-65.2 14.8-86.8 40.6-8.5 10.2-7.1 25.3 3.1 33.8s25.3 7.2 33.8-3c24.8-29.7 75-29.7 99.8 0 8.1 9.7 23.2 11.9 33.8 3 10.2-8.5 11.5-23.6 3.1-33.8-21.6-25.8-53.2-40.6-86.8-40.6zm-48-72c10.3 0 19.9-6.7 23-17.1 3.8-12.7-3.4-26.1-16.1-29.9l-80-24c-12.8-3.9-26.1 3.4-29.9 16.1-3.8 12.7 3.4 26.1 16.1 29.9l28.2 8.5c-3.1 4.9-5.3 10.4-5.3 16.6 0 17.7 14.3 32 32 32s32-14.4 32-32.1zm199-54.9c-3.8-12.7-17.1-19.9-29.9-16.1l-80 24c-12.7 3.8-19.9 17.2-16.1 29.9 3.1 10.4 12.7 17.1 23 17.1 0 17.7 14.3 32 32 32s32-14.3 32-32c0-6.2-2.2-11.7-5.3-16.6l28.2-8.5c12.7-3.7 19.9-17.1 16.1-29.8z\"/></svg></li><li title=\"arrow alt circle down \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm-32-316v116h-67c-10.7 0-16 12.9-8.5 20.5l99 99c4.7 4.7 12.3 4.7 17 0l99-99c7.6-7.6 2.2-20.5-8.5-20.5h-67V140c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12z\"/></svg></li><li title=\"arrow alt circle left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M8 256c0 137 111 248 248 248s248-111 248-248S393 8 256 8 8 119 8 256zm448 0c0 110.5-89.5 200-200 200S56 366.5 56 256 145.5 56 256 56s200 89.5 200 200zm-72-20v40c0 6.6-5.4 12-12 12H256v67c0 10.7-12.9 16-20.5 8.5l-99-99c-4.7-4.7-4.7-12.3 0-17l99-99c7.6-7.6 20.5-2.2 20.5 8.5v67h116c6.6 0 12 5.4 12 12z\"/></svg></li><li title=\"arrow alt circle right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z\"/></svg></li><li title=\"arrow alt circle up \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 504c137 0 248-111 248-248S393 8 256 8 8 119 8 256s111 248 248 248zm0-448c110.5 0 200 89.5 200 200s-89.5 200-200 200S56 366.5 56 256 145.5 56 256 56zm20 328h-40c-6.6 0-12-5.4-12-12V256h-67c-10.7 0-16-12.9-8.5-20.5l99-99c4.7-4.7 12.3-4.7 17 0l99 99c7.6 7.6 2.2 20.5-8.5 20.5h-67v116c0 6.6-5.4 12-12 12z\"/></svg></li><li title=\"bell slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M633.99 471.02L36 3.51C29.1-2.01 19.03-.9 13.51 6l-10 12.49C-2.02 25.39-.9 35.46 6 40.98l598 467.51c6.9 5.52 16.96 4.4 22.49-2.49l10-12.49c5.52-6.9 4.41-16.97-2.5-22.49zM163.53 368c16.71-22.03 34.48-55.8 41.4-110.58l-45.47-35.55c-3.27 90.73-36.47 120.68-54.84 140.42-6 6.45-8.66 14.16-8.61 21.71.11 16.4 12.98 32 32.1 32h279.66l-61.4-48H163.53zM320 96c61.86 0 112 50.14 112 112 0 .2-.06.38-.06.58.02 16.84 1.16 31.77 2.79 45.73l59.53 46.54c-8.31-22.13-14.34-51.49-14.34-92.85 0-77.7-54.48-139.9-127.94-155.16V32c0-17.67-14.32-32-31.98-32s-31.98 14.33-31.98 32v20.84c-26.02 5.41-49.45 16.94-69.13 32.72l38.17 29.84C275 103.18 296.65 96 320 96zm0 416c35.32 0 63.97-28.65 63.97-64H256.03c0 35.35 28.65 64 63.97 64z\"/></svg></li><li title=\"bell \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M439.39 362.29c-19.32-20.76-55.47-51.99-55.47-154.29 0-77.7-54.48-139.9-127.94-155.16V32c0-17.67-14.32-32-31.98-32s-31.98 14.33-31.98 32v20.84C118.56 68.1 64.08 130.3 64.08 208c0 102.3-36.15 133.53-55.47 154.29-6 6.45-8.66 14.16-8.61 21.71.11 16.4 12.98 32 32.1 32h383.8c19.12 0 32-15.6 32.1-32 .05-7.55-2.61-15.27-8.61-21.71zM67.53 368c21.22-27.97 44.42-74.33 44.53-159.42 0-.2-.06-.38-.06-.58 0-61.86 50.14-112 112-112s112 50.14 112 112c0 .2-.06.38-.06.58.11 85.1 23.31 131.46 44.53 159.42H67.53zM224 512c35.32 0 63.97-28.65 63.97-64H160.03c0 35.35 28.65 64 63.97 64z\"/></svg></li><li title=\"bookmark \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M336 0H48C21.49 0 0 21.49 0 48v464l192-112 192 112V48c0-26.51-21.49-48-48-48zm0 428.43l-144-84-144 84V54a6 6 0 0 1 6-6h276c3.314 0 6 2.683 6 5.996V428.43z\"/></svg></li><li title=\"building \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M128 148v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12zm140 12h40c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12zm-128 96h40c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12zm128 0h40c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12zm-76 84v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm76 12h40c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12zm180 124v36H0v-36c0-6.6 5.4-12 12-12h19.5V24c0-13.3 10.7-24 24-24h337c13.3 0 24 10.7 24 24v440H436c6.6 0 12 5.4 12 12zM79.5 463H192v-67c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v67h112.5V49L80 48l-.5 415z\"/></svg></li><li title=\"calendar alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M148 288h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12zm108-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 96v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm192 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96-260v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48zm-48 346V160H48v298c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z\"/></svg></li><li title=\"calendar check \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 64h-48V12c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v52H160V12c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v52H48C21.49 64 0 85.49 0 112v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm-6 400H54a6 6 0 0 1-6-6V160h352v298a6 6 0 0 1-6 6zm-52.849-200.65L198.842 404.519c-4.705 4.667-12.303 4.637-16.971-.068l-75.091-75.699c-4.667-4.705-4.637-12.303.068-16.971l22.719-22.536c4.705-4.667 12.303-4.637 16.97.069l44.104 44.461 111.072-110.181c4.705-4.667 12.303-4.637 16.971.068l22.536 22.718c4.667 4.705 4.636 12.303-.069 16.97z\"/></svg></li><li title=\"calendar minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M124 328c-6.6 0-12-5.4-12-12v-24c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v24c0 6.6-5.4 12-12 12H124zm324-216v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48zm-48 346V160H48v298c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z\"/></svg></li><li title=\"calendar plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M336 292v24c0 6.6-5.4 12-12 12h-76v76c0 6.6-5.4 12-12 12h-24c-6.6 0-12-5.4-12-12v-76h-76c-6.6 0-12-5.4-12-12v-24c0-6.6 5.4-12 12-12h76v-76c0-6.6 5.4-12 12-12h24c6.6 0 12 5.4 12 12v76h76c6.6 0 12 5.4 12 12zm112-180v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48zm-48 346V160H48v298c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z\"/></svg></li><li title=\"calendar times \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M311.7 374.7l-17 17c-4.7 4.7-12.3 4.7-17 0L224 337.9l-53.7 53.7c-4.7 4.7-12.3 4.7-17 0l-17-17c-4.7-4.7-4.7-12.3 0-17l53.7-53.7-53.7-53.7c-4.7-4.7-4.7-12.3 0-17l17-17c4.7-4.7 12.3-4.7 17 0l53.7 53.7 53.7-53.7c4.7-4.7 12.3-4.7 17 0l17 17c4.7 4.7 4.7 12.3 0 17L257.9 304l53.7 53.7c4.8 4.7 4.8 12.3.1 17zM448 112v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48zm-48 346V160H48v298c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z\"/></svg></li><li title=\"calendar \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"/></svg></li><li title=\"caret square down \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M125.1 208h197.8c10.7 0 16.1 13 8.5 20.5l-98.9 98.3c-4.7 4.7-12.2 4.7-16.9 0l-98.9-98.3c-7.7-7.5-2.3-20.5 8.4-20.5zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-48 346V86c0-3.3-2.7-6-6-6H54c-3.3 0-6 2.7-6 6v340c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z\"/></svg></li><li title=\"caret square left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M272 157.1v197.8c0 10.7-13 16.1-20.5 8.5l-98.3-98.9c-4.7-4.7-4.7-12.2 0-16.9l98.3-98.9c7.5-7.7 20.5-2.3 20.5 8.4zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-48 346V86c0-3.3-2.7-6-6-6H54c-3.3 0-6 2.7-6 6v340c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z\"/></svg></li><li title=\"caret square right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M176 354.9V157.1c0-10.7 13-16.1 20.5-8.5l98.3 98.9c4.7 4.7 4.7 12.2 0 16.9l-98.3 98.9c-7.5 7.7-20.5 2.3-20.5-8.4zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-48 346V86c0-3.3-2.7-6-6-6H54c-3.3 0-6 2.7-6 6v340c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z\"/></svg></li><li title=\"caret square up \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M322.9 304H125.1c-10.7 0-16.1-13-8.5-20.5l98.9-98.3c4.7-4.7 12.2-4.7 16.9 0l98.9 98.3c7.7 7.5 2.3 20.5-8.4 20.5zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-48 346V86c0-3.3-2.7-6-6-6H54c-3.3 0-6 2.7-6 6v340c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z\"/></svg></li><li title=\"chart bar \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M396.8 352h22.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-192 0h22.4c6.4 0 12.8-6.4 12.8-12.8V140.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h22.4c6.4 0 12.8-6.4 12.8-12.8V204.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zM496 400H48V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16zm-387.2-48h22.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8z\"/></svg></li><li title=\"check circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"/></svg></li><li title=\"check square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm0 400H48V80h352v352zm-35.864-241.724L191.547 361.48c-4.705 4.667-12.303 4.637-16.97-.068l-90.781-91.516c-4.667-4.705-4.637-12.303.069-16.971l22.719-22.536c4.705-4.667 12.303-4.637 16.97.069l59.792 60.277 141.352-140.216c4.705-4.667 12.303-4.637 16.97.068l22.536 22.718c4.667 4.706 4.637 12.304-.068 16.971z\"/></svg></li><li title=\"circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200z\"/></svg></li><li title=\"clipboard \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M336 64h-80c0-35.3-28.7-64-64-64s-64 28.7-64 64H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM192 40c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm144 418c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V118c0-3.3 2.7-6 6-6h42v36c0 6.6 5.4 12 12 12h168c6.6 0 12-5.4 12-12v-36h42c3.3 0 6 2.7 6 6z\"/></svg></li><li title=\"clock \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"/></svg></li><li title=\"clone \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 0H144c-26.51 0-48 21.49-48 48v48H48c-26.51 0-48 21.49-48 48v320c0 26.51 21.49 48 48 48h320c26.51 0 48-21.49 48-48v-48h48c26.51 0 48-21.49 48-48V48c0-26.51-21.49-48-48-48zM362 464H54a6 6 0 0 1-6-6V150a6 6 0 0 1 6-6h42v224c0 26.51 21.49 48 48 48h224v42a6 6 0 0 1-6 6zm96-96H150a6 6 0 0 1-6-6V54a6 6 0 0 1 6-6h308a6 6 0 0 1 6 6v308a6 6 0 0 1-6 6z\"/></svg></li><li title=\"closed captioning \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64H48C21.5 64 0 85.5 0 112v288c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 336H54c-3.3 0-6-2.7-6-6V118c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v276c0 3.3-2.7 6-6 6zm-211.1-85.7c1.7 2.4 1.5 5.6-.5 7.7-53.6 56.8-172.8 32.1-172.8-67.9 0-97.3 121.7-119.5 172.5-70.1 2.1 2 2.5 3.2 1 5.7l-17.5 30.5c-1.9 3.1-6.2 4-9.1 1.7-40.8-32-94.6-14.9-94.6 31.2 0 48 51 70.5 92.2 32.6 2.8-2.5 7.1-2.1 9.2.9l19.6 27.7zm190.4 0c1.7 2.4 1.5 5.6-.5 7.7-53.6 56.9-172.8 32.1-172.8-67.9 0-97.3 121.7-119.5 172.5-70.1 2.1 2 2.5 3.2 1 5.7L420 220.2c-1.9 3.1-6.2 4-9.1 1.7-40.8-32-94.6-14.9-94.6 31.2 0 48 51 70.5 92.2 32.6 2.8-2.5 7.1-2.1 9.2.9l19.6 27.7z\"/></svg></li><li title=\"comment alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M448 0H64C28.7 0 0 28.7 0 64v288c0 35.3 28.7 64 64 64h96v84c0 7.1 5.8 12 12 12 2.4 0 4.9-.7 7.1-2.4L304 416h144c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64zm16 352c0 8.8-7.2 16-16 16H288l-12.8 9.6L208 428v-60H64c-8.8 0-16-7.2-16-16V64c0-8.8 7.2-16 16-16h384c8.8 0 16 7.2 16 16v288z\"/></svg></li><li title=\"comment dots \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M144 208c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm112 0c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm112 0c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zM256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\"/></svg></li><li title=\"comment \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z\"/></svg></li><li title=\"comments \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M532 386.2c27.5-27.1 44-61.1 44-98.2 0-80-76.5-146.1-176.2-157.9C368.3 72.5 294.3 32 208 32 93.1 32 0 103.6 0 192c0 37 16.5 71 44 98.2-15.3 30.7-37.3 54.5-37.7 54.9-6.3 6.7-8.1 16.5-4.4 25 3.6 8.5 12 14 21.2 14 53.5 0 96.7-20.2 125.2-38.8 9.2 2.1 18.7 3.7 28.4 4.9C208.1 407.6 281.8 448 368 448c20.8 0 40.8-2.4 59.8-6.8C456.3 459.7 499.4 480 553 480c9.2 0 17.5-5.5 21.2-14 3.6-8.5 1.9-18.3-4.4-25-.4-.3-22.5-24.1-37.8-54.8zm-392.8-92.3L122.1 305c-14.1 9.1-28.5 16.3-43.1 21.4 2.7-4.7 5.4-9.7 8-14.8l15.5-31.1L77.7 256C64.2 242.6 48 220.7 48 192c0-60.7 73.3-112 160-112s160 51.3 160 112-73.3 112-160 112c-16.5 0-33-1.9-49-5.6l-19.8-4.5zM498.3 352l-24.7 24.4 15.5 31.1c2.6 5.1 5.3 10.1 8 14.8-14.6-5.1-29-12.3-43.1-21.4l-17.1-11.1-19.9 4.6c-16 3.7-32.5 5.6-49 5.6-54 0-102.2-20.1-131.3-49.7C338 339.5 416 272.9 416 192c0-3.4-.4-6.7-.7-10C479.7 196.5 528 238.8 528 288c0 28.7-16.2 50.6-29.7 64z\"/></svg></li><li title=\"compass \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M347.94 129.86L203.6 195.83a31.938 31.938 0 0 0-15.77 15.77l-65.97 144.34c-7.61 16.65 9.54 33.81 26.2 26.2l144.34-65.97a31.938 31.938 0 0 0 15.77-15.77l65.97-144.34c7.61-16.66-9.54-33.81-26.2-26.2zm-77.36 148.72c-12.47 12.47-32.69 12.47-45.16 0-12.47-12.47-12.47-32.69 0-45.16 12.47-12.47 32.69-12.47 45.16 0 12.47 12.47 12.47 32.69 0 45.16zM248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm0 448c-110.28 0-200-89.72-200-200S137.72 56 248 56s200 89.72 200 200-89.72 200-200 200z\"/></svg></li><li title=\"copy \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M433.941 65.941l-51.882-51.882A48 48 0 0 0 348.118 0H176c-26.51 0-48 21.49-48 48v48H48c-26.51 0-48 21.49-48 48v320c0 26.51 21.49 48 48 48h224c26.51 0 48-21.49 48-48v-48h80c26.51 0 48-21.49 48-48V99.882a48 48 0 0 0-14.059-33.941zM266 464H54a6 6 0 0 1-6-6V150a6 6 0 0 1 6-6h74v224c0 26.51 21.49 48 48 48h96v42a6 6 0 0 1-6 6zm128-96H182a6 6 0 0 1-6-6V54a6 6 0 0 1 6-6h106v88c0 13.255 10.745 24 24 24h88v202a6 6 0 0 1-6 6zm6-256h-64V48h9.632c1.591 0 3.117.632 4.243 1.757l48.368 48.368a6 6 0 0 1 1.757 4.243V112z\"/></svg></li><li title=\"copyright \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 448c-110.532 0-200-89.451-200-200 0-110.531 89.451-200 200-200 110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200zm107.351-101.064c-9.614 9.712-45.53 41.396-104.065 41.396-82.43 0-140.484-61.425-140.484-141.567 0-79.152 60.275-139.401 139.762-139.401 55.531 0 88.738 26.62 97.593 34.779a11.965 11.965 0 0 1 1.936 15.322l-18.155 28.113c-3.841 5.95-11.966 7.282-17.499 2.921-8.595-6.776-31.814-22.538-61.708-22.538-48.303 0-77.916 35.33-77.916 80.082 0 41.589 26.888 83.692 78.277 83.692 32.657 0 56.843-19.039 65.726-27.225 5.27-4.857 13.596-4.039 17.82 1.738l19.865 27.17a11.947 11.947 0 0 1-1.152 15.518z\"/></svg></li><li title=\"credit card \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M527.9 32H48.1C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48.1 48h479.8c26.6 0 48.1-21.5 48.1-48V80c0-26.5-21.5-48-48.1-48zM54.1 80h467.8c3.3 0 6 2.7 6 6v42H48.1V86c0-3.3 2.7-6 6-6zm467.8 352H54.1c-3.3 0-6-2.7-6-6V256h479.8v170c0 3.3-2.7 6-6 6zM192 332v40c0 6.6-5.4 12-12 12h-72c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h72c6.6 0 12 5.4 12 12zm192 0v40c0 6.6-5.4 12-12 12H236c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h136c6.6 0 12 5.4 12 12z\"/></svg></li><li title=\"dizzy \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm-33.8-217.9c7.8-7.8 7.8-20.5 0-28.3L196.3 192l17.9-17.9c7.8-7.8 7.8-20.5 0-28.3-7.8-7.8-20.5-7.8-28.3 0L168 163.7l-17.8-17.8c-7.8-7.8-20.5-7.8-28.3 0-7.8 7.8-7.8 20.5 0 28.3l17.9 17.9-17.9 17.9c-7.8 7.8-7.8 20.5 0 28.3 7.8 7.8 20.5 7.8 28.3 0l17.8-17.8 17.8 17.8c7.9 7.7 20.5 7.7 28.4-.2zm160-92.2c-7.8-7.8-20.5-7.8-28.3 0L328 163.7l-17.8-17.8c-7.8-7.8-20.5-7.8-28.3 0-7.8 7.8-7.8 20.5 0 28.3l17.9 17.9-17.9 17.9c-7.8 7.8-7.8 20.5 0 28.3 7.8 7.8 20.5 7.8 28.3 0l17.8-17.8 17.8 17.8c7.8 7.8 20.5 7.8 28.3 0 7.8-7.8 7.8-20.5 0-28.3l-17.8-18 17.9-17.9c7.7-7.8 7.7-20.4 0-28.2zM248 272c-35.3 0-64 28.7-64 64s28.7 64 64 64 64-28.7 64-64-28.7-64-64-64z\"/></svg></li><li title=\"dot circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 56c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m0-48C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 168c-44.183 0-80 35.817-80 80s35.817 80 80 80 80-35.817 80-80-35.817-80-80-80z\"/></svg></li><li title=\"edit \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M402.3 344.9l32-32c5-5 13.7-1.5 13.7 5.7V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h273.5c7.1 0 10.7 8.6 5.7 13.7l-32 32c-1.5 1.5-3.5 2.3-5.7 2.3H48v352h352V350.5c0-2.1.8-4.1 2.3-5.6zm156.6-201.8L296.3 405.7l-90.4 10c-26.2 2.9-48.5-19.2-45.6-45.6l10-90.4L432.9 17.1c22.9-22.9 59.9-22.9 82.7 0l43.2 43.2c22.9 22.9 22.9 60 .1 82.8zM460.1 174L402 115.9 216.2 301.8l-7.3 65.3 65.3-7.3L460.1 174zm64.8-79.7l-43.2-43.2c-4.1-4.1-10.8-4.1-14.8 0L436 82l58.1 58.1 30.9-30.9c4-4.2 4-10.8-.1-14.9z\"/></svg></li><li title=\"envelope open \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M494.586 164.516c-4.697-3.883-111.723-89.95-135.251-108.657C337.231 38.191 299.437 0 256 0c-43.205 0-80.636 37.717-103.335 55.859-24.463 19.45-131.07 105.195-135.15 108.549A48.004 48.004 0 0 0 0 201.485V464c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V201.509a48 48 0 0 0-17.414-36.993zM464 458a6 6 0 0 1-6 6H54a6 6 0 0 1-6-6V204.347c0-1.813.816-3.526 2.226-4.665 15.87-12.814 108.793-87.554 132.364-106.293C200.755 78.88 232.398 48 256 48c23.693 0 55.857 31.369 73.41 45.389 23.573 18.741 116.503 93.493 132.366 106.316a5.99 5.99 0 0 1 2.224 4.663V458zm-31.991-187.704c4.249 5.159 3.465 12.795-1.745 16.981-28.975 23.283-59.274 47.597-70.929 56.863C336.636 362.283 299.205 400 256 400c-43.452 0-81.287-38.237-103.335-55.86-11.279-8.967-41.744-33.413-70.927-56.865-5.21-4.187-5.993-11.822-1.745-16.981l15.258-18.528c4.178-5.073 11.657-5.843 16.779-1.726 28.618 23.001 58.566 47.035 70.56 56.571C200.143 320.631 232.307 352 256 352c23.602 0 55.246-30.88 73.41-45.389 11.994-9.535 41.944-33.57 70.563-56.568 5.122-4.116 12.601-3.346 16.778 1.727l15.258 18.526z\"/></svg></li><li title=\"envelope \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"/></svg></li><li title=\"eye slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M634 471L36 3.51A16 16 0 0 0 13.51 6l-10 12.49A16 16 0 0 0 6 41l598 467.49a16 16 0 0 0 22.49-2.49l10-12.49A16 16 0 0 0 634 471zM296.79 146.47l134.79 105.38C429.36 191.91 380.48 144 320 144a112.26 112.26 0 0 0-23.21 2.47zm46.42 219.07L208.42 260.16C210.65 320.09 259.53 368 320 368a113 113 0 0 0 23.21-2.46zM320 112c98.65 0 189.09 55 237.93 144a285.53 285.53 0 0 1-44 60.2l37.74 29.5a333.7 333.7 0 0 0 52.9-75.11 32.35 32.35 0 0 0 0-29.19C550.29 135.59 442.93 64 320 64c-36.7 0-71.71 7-104.63 18.81l46.41 36.29c18.94-4.3 38.34-7.1 58.22-7.1zm0 288c-98.65 0-189.08-55-237.93-144a285.47 285.47 0 0 1 44.05-60.19l-37.74-29.5a333.6 333.6 0 0 0-52.89 75.1 32.35 32.35 0 0 0 0 29.19C89.72 376.41 197.08 448 320 448c36.7 0 71.71-7.05 104.63-18.81l-46.41-36.28C359.28 397.2 339.89 400 320 400z\"/></svg></li><li title=\"eye \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M288 144a110.94 110.94 0 0 0-31.24 5 55.4 55.4 0 0 1 7.24 27 56 56 0 0 1-56 56 55.4 55.4 0 0 1-27-7.24A111.71 111.71 0 1 0 288 144zm284.52 97.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400c-98.65 0-189.09-55-237.93-144C98.91 167 189.34 112 288 112s189.09 55 237.93 144C477.1 345 386.66 400 288 400z\"/></svg></li><li title=\"file alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M288 248v28c0 6.6-5.4 12-12 12H108c-6.6 0-12-5.4-12-12v-28c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12zm-12 72H108c-6.6 0-12 5.4-12 12v28c0 6.6 5.4 12 12 12h168c6.6 0 12-5.4 12-12v-28c0-6.6-5.4-12-12-12zm108-188.1V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V48C0 21.5 21.5 0 48 0h204.1C264.8 0 277 5.1 286 14.1L369.9 98c9 8.9 14.1 21.2 14.1 33.9zm-128-80V128h76.1L256 51.9zM336 464V176H232c-13.3 0-24-10.7-24-24V48H48v416h288z\"/></svg></li><li title=\"file archive \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M128.3 160v32h32v-32zm64-96h-32v32h32zm-64 32v32h32V96zm64 32h-32v32h32zm177.6-30.1L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zM256 51.9l76.1 76.1H256zM336 464H48V48h79.7v16h32V48H208v104c0 13.3 10.7 24 24 24h104zM194.2 265.7c-1.1-5.6-6-9.7-11.8-9.7h-22.1v-32h-32v32l-19.7 97.1C102 385.6 126.8 416 160 416c33.1 0 57.9-30.2 51.5-62.6zm-33.9 124.4c-17.9 0-32.4-12.1-32.4-27s14.5-27 32.4-27 32.4 12.1 32.4 27-14.5 27-32.4 27zm32-198.1h-32v32h32z\"/></svg></li><li title=\"file audio \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M369.941 97.941l-83.882-83.882A48 48 0 0 0 252.118 0H48C21.49 0 0 21.49 0 48v416c0 26.51 21.49 48 48 48h288c26.51 0 48-21.49 48-48V131.882a48 48 0 0 0-14.059-33.941zM332.118 128H256V51.882L332.118 128zM48 464V48h160v104c0 13.255 10.745 24 24 24h104v288H48zm144-76.024c0 10.691-12.926 16.045-20.485 8.485L136 360.486h-28c-6.627 0-12-5.373-12-12v-56c0-6.627 5.373-12 12-12h28l35.515-36.947c7.56-7.56 20.485-2.206 20.485 8.485v135.952zm41.201-47.13c9.051-9.297 9.06-24.133.001-33.439-22.149-22.752 12.235-56.246 34.395-33.481 27.198 27.94 27.212 72.444.001 100.401-21.793 22.386-56.947-10.315-34.397-33.481z\"/></svg></li><li title=\"file code \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M149.9 349.1l-.2-.2-32.8-28.9 32.8-28.9c3.6-3.2 4-8.8.8-12.4l-.2-.2-17.4-18.6c-3.4-3.6-9-3.7-12.4-.4l-57.7 54.1c-3.7 3.5-3.7 9.4 0 12.8l57.7 54.1c1.6 1.5 3.8 2.4 6 2.4 2.4 0 4.8-1 6.4-2.8l17.4-18.6c3.3-3.5 3.1-9.1-.4-12.4zm220-251.2L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zM256 51.9l76.1 76.1H256zM336 464H48V48h160v104c0 13.3 10.7 24 24 24h104zM209.6 214c-4.7-1.4-9.5 1.3-10.9 6L144 408.1c-1.4 4.7 1.3 9.6 6 10.9l24.4 7.1c4.7 1.4 9.6-1.4 10.9-6L240 231.9c1.4-4.7-1.3-9.6-6-10.9zm24.5 76.9l.2.2 32.8 28.9-32.8 28.9c-3.6 3.2-4 8.8-.8 12.4l.2.2 17.4 18.6c3.3 3.5 8.9 3.7 12.4.4l57.7-54.1c3.7-3.5 3.7-9.4 0-12.8l-57.7-54.1c-3.5-3.3-9.1-3.2-12.4.4l-17.4 18.6c-3.3 3.5-3.1 9.1.4 12.4z\"/></svg></li><li title=\"file excel \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M369.9 97.9L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zM332.1 128H256V51.9l76.1 76.1zM48 464V48h160v104c0 13.3 10.7 24 24 24h104v288H48zm212-240h-28.8c-4.4 0-8.4 2.4-10.5 6.3-18 33.1-22.2 42.4-28.6 57.7-13.9-29.1-6.9-17.3-28.6-57.7-2.1-3.9-6.2-6.3-10.6-6.3H124c-9.3 0-15 10-10.4 18l46.3 78-46.3 78c-4.7 8 1.1 18 10.4 18h28.9c4.4 0 8.4-2.4 10.5-6.3 21.7-40 23-45 28.6-57.7 14.9 30.2 5.9 15.9 28.6 57.7 2.1 3.9 6.2 6.3 10.6 6.3H260c9.3 0 15-10 10.4-18L224 320c.7-1.1 30.3-50.5 46.3-78 4.7-8-1.1-18-10.3-18z\"/></svg></li><li title=\"file image \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M369.9 97.9L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zM332.1 128H256V51.9l76.1 76.1zM48 464V48h160v104c0 13.3 10.7 24 24 24h104v288H48zm32-48h224V288l-23.5-23.5c-4.7-4.7-12.3-4.7-17 0L176 352l-39.5-39.5c-4.7-4.7-12.3-4.7-17 0L80 352v64zm48-240c-26.5 0-48 21.5-48 48s21.5 48 48 48 48-21.5 48-48-21.5-48-48-48z\"/></svg></li><li title=\"file pdf \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M369.9 97.9L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zM332.1 128H256V51.9l76.1 76.1zM48 464V48h160v104c0 13.3 10.7 24 24 24h104v288H48zm250.2-143.7c-12.2-12-47-8.7-64.4-6.5-17.2-10.5-28.7-25-36.8-46.3 3.9-16.1 10.1-40.6 5.4-56-4.2-26.2-37.8-23.6-42.6-5.9-4.4 16.1-.4 38.5 7 67.1-10 23.9-24.9 56-35.4 74.4-20 10.3-47 26.2-51 46.2-3.3 15.8 26 55.2 76.1-31.2 22.4-7.4 46.8-16.5 68.4-20.1 18.9 10.2 41 17 55.8 17 25.5 0 28-28.2 17.5-38.7zm-198.1 77.8c5.1-13.7 24.5-29.5 30.4-35-19 30.3-30.4 35.7-30.4 35zm81.6-190.6c7.4 0 6.7 32.1 1.8 40.8-4.4-13.9-4.3-40.8-1.8-40.8zm-24.4 136.6c9.7-16.9 18-37 24.7-54.7 8.3 15.1 18.9 27.2 30.1 35.5-20.8 4.3-38.9 13.1-54.8 19.2zm131.6-5s-5 6-37.3-7.8c35.1-2.6 40.9 5.4 37.3 7.8z\"/></svg></li><li title=\"file powerpoint \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M369.9 97.9L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zM332.1 128H256V51.9l76.1 76.1zM48 464V48h160v104c0 13.3 10.7 24 24 24h104v288H48zm72-60V236c0-6.6 5.4-12 12-12h69.2c36.7 0 62.8 27 62.8 66.3 0 74.3-68.7 66.5-95.5 66.5V404c0 6.6-5.4 12-12 12H132c-6.6 0-12-5.4-12-12zm48.5-87.4h23c7.9 0 13.9-2.4 18.1-7.2 8.5-9.8 8.4-28.5.1-37.8-4.1-4.6-9.9-7-17.4-7h-23.9v52z\"/></svg></li><li title=\"file video \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M369.941 97.941l-83.882-83.882A48 48 0 0 0 252.118 0H48C21.49 0 0 21.49 0 48v416c0 26.51 21.49 48 48 48h288c26.51 0 48-21.49 48-48V131.882a48 48 0 0 0-14.059-33.941zM332.118 128H256V51.882L332.118 128zM48 464V48h160v104c0 13.255 10.745 24 24 24h104v288H48zm228.687-211.303L224 305.374V268c0-11.046-8.954-20-20-20H100c-11.046 0-20 8.954-20 20v104c0 11.046 8.954 20 20 20h104c11.046 0 20-8.954 20-20v-37.374l52.687 52.674C286.704 397.318 304 390.28 304 375.986V264.011c0-14.311-17.309-21.319-27.313-11.314z\"/></svg></li><li title=\"file word \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M369.9 97.9L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zM332.1 128H256V51.9l76.1 76.1zM48 464V48h160v104c0 13.3 10.7 24 24 24h104v288H48zm220.1-208c-5.7 0-10.6 4-11.7 9.5-20.6 97.7-20.4 95.4-21 103.5-.2-1.2-.4-2.6-.7-4.3-.8-5.1.3.2-23.6-99.5-1.3-5.4-6.1-9.2-11.7-9.2h-13.3c-5.5 0-10.3 3.8-11.7 9.1-24.4 99-24 96.2-24.8 103.7-.1-1.1-.2-2.5-.5-4.2-.7-5.2-14.1-73.3-19.1-99-1.1-5.6-6-9.7-11.8-9.7h-16.8c-7.8 0-13.5 7.3-11.7 14.8 8 32.6 26.7 109.5 33.2 136 1.3 5.4 6.1 9.1 11.7 9.1h25.2c5.5 0 10.3-3.7 11.6-9.1l17.9-71.4c1.5-6.2 2.5-12 3-17.3l2.9 17.3c.1.4 12.6 50.5 17.9 71.4 1.3 5.3 6.1 9.1 11.6 9.1h24.7c5.5 0 10.3-3.7 11.6-9.1 20.8-81.9 30.2-119 34.5-136 1.9-7.6-3.8-14.9-11.6-14.9h-15.8z\"/></svg></li><li title=\"file \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M369.9 97.9L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zM332.1 128H256V51.9l76.1 76.1zM48 464V48h160v104c0 13.3 10.7 24 24 24h104v288H48z\"/></svg></li><li title=\"flag \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M336.174 80c-49.132 0-93.305-32-161.913-32-31.301 0-58.303 6.482-80.721 15.168a48.04 48.04 0 0 0 2.142-20.727C93.067 19.575 74.167 1.594 51.201.104 23.242-1.71 0 20.431 0 48c0 17.764 9.657 33.262 24 41.562V496c0 8.837 7.163 16 16 16h16c8.837 0 16-7.163 16-16v-83.443C109.869 395.28 143.259 384 199.826 384c49.132 0 93.305 32 161.913 32 58.479 0 101.972-22.617 128.548-39.981C503.846 367.161 512 352.051 512 335.855V95.937c0-34.459-35.264-57.768-66.904-44.117C409.193 67.309 371.641 80 336.174 80zM464 336c-21.783 15.412-60.824 32-102.261 32-59.945 0-102.002-32-161.913-32-43.361 0-96.379 9.403-127.826 24V128c21.784-15.412 60.824-32 102.261-32 59.945 0 102.002 32 161.913 32 43.271 0 96.32-17.366 127.826-32v240z\"/></svg></li><li title=\"flushed \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm96-312c-44.2 0-80 35.8-80 80s35.8 80 80 80 80-35.8 80-80-35.8-80-80-80zm0 128c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm0-72c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zm-112 24c0-44.2-35.8-80-80-80s-80 35.8-80 80 35.8 80 80 80 80-35.8 80-80zm-80 48c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm0-72c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zm160 144H184c-13.2 0-24 10.8-24 24s10.8 24 24 24h128c13.2 0 24-10.8 24-24s-10.8-24-24-24z\"/></svg></li><li title=\"folder open \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M527.9 224H480v-48c0-26.5-21.5-48-48-48H272l-64-64H48C21.5 64 0 85.5 0 112v288c0 26.5 21.5 48 48 48h400c16.5 0 31.9-8.5 40.7-22.6l79.9-128c20-31.9-3-73.4-40.7-73.4zM48 118c0-3.3 2.7-6 6-6h134.1l64 64H426c3.3 0 6 2.7 6 6v42H152c-16.8 0-32.4 8.8-41.1 23.2L48 351.4zm400 282H72l77.2-128H528z\"/></svg></li><li title=\"folder \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 128H272l-54.63-54.63c-6-6-14.14-9.37-22.63-9.37H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V176c0-26.51-21.49-48-48-48zm0 272H48V112h140.12l54.63 54.63c6 6 14.14 9.37 22.63 9.37H464v224z\"/></svg></li><li title=\"font awesome logo full \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 3992 512\"><path d=\"M454.6 0H57.4C25.9 0 0 25.9 0 57.4v397.3C0 486.1 25.9 512 57.4 512h397.3c31.4 0 57.4-25.9 57.4-57.4V57.4C512 25.9 486.1 0 454.6 0zm-58.9 324.9c0 4.8-4.1 6.9-8.9 8.9-19.2 8.1-39.7 15.7-61.5 15.7-40.5 0-68.7-44.8-163.2 2.5v51.8c0 30.3-45.7 30.2-45.7 0v-250c-9-7-15-17.9-15-30.3 0-21 17.1-38.2 38.2-38.2 21 0 38.2 17.1 38.2 38.2 0 12.2-5.8 23.2-14.9 30.2v21c37.1-12 65.5-34.4 146.1-3.4 26.6 11.4 68.7-15.7 76.5-15.7 5.5 0 10.3 4.1 10.3 8.9v160.4zm432.9-174.2h-137v70.1H825c39.8 0 40.4 62.2 0 62.2H691.6v105.6c0 45.5-70.7 46.4-70.7 0V128.3c0-22 18-39.8 39.8-39.8h167.8c39.6 0 40.5 62.2.1 62.2zm191.1 23.4c-169.3 0-169.1 252.4 0 252.4 169.9 0 169.9-252.4 0-252.4zm0 196.1c-81.6 0-82.1-139.8 0-139.8 82.5 0 82.4 139.8 0 139.8zm372.4 53.4c-17.5 0-31.4-13.9-31.4-31.4v-117c0-62.4-72.6-52.5-99.1-16.4v133.4c0 41.5-63.3 41.8-63.3 0V208c0-40 63.1-41.6 63.1 0v3.4c43.3-51.6 162.4-60.4 162.4 39.3v141.5c.3 30.4-31.5 31.4-31.7 31.4zm179.7 2.9c-44.3 0-68.3-22.9-68.3-65.8V235.2H1488c-35.6 0-36.7-55.3 0-55.3h15.5v-37.3c0-41.3 63.8-42.1 63.8 0v37.5h24.9c35.4 0 35.7 55.3 0 55.3h-24.9v108.5c0 29.6 26.1 26.3 27.4 26.3 31.4 0 52.6 56.3-22.9 56.3zM1992 123c-19.5-50.2-95.5-50-114.5 0-107.3 275.7-99.5 252.7-99.5 262.8 0 42.8 58.3 51.2 72.1 14.4l13.5-35.9H2006l13 35.9c14.2 37.7 72.1 27.2 72.1-14.4 0-10.1 5.3 6.8-99.1-262.8zm-108.9 179.1l51.7-142.9 51.8 142.9h-103.5zm591.3-85.6l-53.7 176.3c-12.4 41.2-72 41-84 0l-42.3-135.9-42.3 135.9c-12.4 40.9-72 41.2-84.5 0l-54.2-176.3c-12.5-39.4 49.8-56.1 60.2-16.9L2213 342l45.3-139.5c10.9-32.7 59.6-34.7 71.2 0l45.3 139.5 39.3-142.4c10.3-38.3 72.6-23.8 60.3 16.9zm275.4 75.1c0-42.4-33.9-117.5-119.5-117.5-73.2 0-124.4 56.3-124.4 126 0 77.2 55.3 126.4 128.5 126.4 31.7 0 93-11.5 93-39.8 0-18.3-21.1-31.5-39.3-22.4-49.4 26.2-109 8.4-115.9-43.8h148.3c16.3 0 29.3-13.4 29.3-28.9zM2571 277.7c9.5-73.4 113.9-68.6 118.6 0H2571zm316.7 148.8c-31.4 0-81.6-10.5-96.6-31.9-12.4-17 2.5-39.8 21.8-39.8 16.3 0 36.8 22.9 77.7 22.9 27.4 0 40.4-11 40.4-25.8 0-39.8-142.9-7.4-142.9-102 0-40.4 35.3-75.7 98.6-75.7 31.4 0 74.1 9.9 87.6 29.4 10.8 14.8-1.4 36.2-20.9 36.2-15.1 0-26.7-17.3-66.2-17.3-22.9 0-37.8 10.5-37.8 23.8 0 35.9 142.4 6 142.4 103.1-.1 43.7-37.4 77.1-104.1 77.1zm266.8-252.4c-169.3 0-169.1 252.4 0 252.4 170.1 0 169.6-252.4 0-252.4zm0 196.1c-81.8 0-82-139.8 0-139.8 82.5 0 82.4 139.8 0 139.8zm476.9 22V268.7c0-53.8-61.4-45.8-85.7-10.5v134c0 41.3-63.8 42.1-63.8 0V268.7c0-52.1-59.5-47.4-85.7-10.1v133.6c0 41.5-63.3 41.8-63.3 0V208c0-40 63.1-41.6 63.1 0v3.4c9.9-14.4 41.8-37.3 78.6-37.3 35.3 0 57.7 16.4 66.7 43.8 13.9-21.8 45.8-43.8 82.6-43.8 44.3 0 70.7 23.4 70.7 72.7v145.3c.5 17.3-13.5 31.4-31.9 31.4 3.5.1-31.3 1.1-31.3-31.3zM3992 291.6c0-42.4-32.4-117.5-117.9-117.5-73.2 0-127.5 56.3-127.5 126 0 77.2 58.3 126.4 131.6 126.4 31.7 0 91.5-11.5 91.5-39.8 0-18.3-21.1-31.5-39.3-22.4-49.4 26.2-110.5 8.4-117.5-43.8h149.8c16.3 0 29.1-13.4 29.3-28.9zm-180.5-13.9c9.7-74.4 115.9-68.3 120.1 0h-120.1z\"/></svg></li><li title=\"frown open \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm-48-248c0-17.7-14.3-32-32-32s-32 14.3-32 32 14.3 32 32 32 32-14.3 32-32zm128-32c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm-80 112c-35.6 0-88.8 21.3-95.8 61.2-2 11.8 9 21.5 20.5 18.1 31.2-9.6 59.4-15.3 75.3-15.3s44.1 5.7 75.3 15.3c11.4 3.5 22.5-6.3 20.5-18.1-7-39.9-60.2-61.2-95.8-61.2z\"/></svg></li><li title=\"frown \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm-80-216c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm160-64c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm-80 128c-40.2 0-78 17.7-103.8 48.6-8.5 10.2-7.1 25.3 3.1 33.8 10.2 8.4 25.3 7.1 33.8-3.1 16.6-19.9 41-31.4 66.9-31.4s50.3 11.4 66.9 31.4c8.1 9.7 23.1 11.9 33.8 3.1 10.2-8.5 11.5-23.6 3.1-33.8C326 321.7 288.2 304 248 304z\"/></svg></li><li title=\"futbol \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M483.8 179.4C449.8 74.6 352.6 8 248.1 8c-25.4 0-51.2 3.9-76.7 12.2C41.2 62.5-30.1 202.4 12.2 332.6 46.2 437.4 143.4 504 247.9 504c25.4 0 51.2-3.9 76.7-12.2 130.2-42.3 201.5-182.2 159.2-312.4zm-74.5 193.7l-52.2 6.4-43.7-60.9 24.4-75.2 71.1-22.1 38.9 36.4c-.2 30.7-7.4 61.1-21.7 89.2-4.7 9.3-10.7 17.8-16.8 26.2zm0-235.4l-10.4 53.1-70.7 22-64.2-46.5V92.5l47.4-26.2c39.2 13 73.4 38 97.9 71.4zM184.9 66.4L232 92.5v73.8l-64.2 46.5-70.6-22-10.1-52.5c24.3-33.4 57.9-58.6 97.8-71.9zM139 379.5L85.9 373c-14.4-20.1-37.3-59.6-37.8-115.3l39-36.4 71.1 22.2 24.3 74.3-43.5 61.7zm48.2 67l-22.4-48.1 43.6-61.7H287l44.3 61.7-22.4 48.1c-6.2 1.8-57.6 20.4-121.7 0z\"/></svg></li><li title=\"gem \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M464 0H112c-4 0-7.8 2-10 5.4L2 152.6c-2.9 4.4-2.6 10.2.7 14.2l276 340.8c4.8 5.9 13.8 5.9 18.6 0l276-340.8c3.3-4.1 3.6-9.8.7-14.2L474.1 5.4C471.8 2 468.1 0 464 0zm-19.3 48l63.3 96h-68.4l-51.7-96h56.8zm-202.1 0h90.7l51.7 96H191l51.6-96zm-111.3 0h56.8l-51.7 96H68l63.3-96zm-43 144h51.4L208 352 88.3 192zm102.9 0h193.6L288 435.3 191.2 192zM368 352l68.2-160h51.4L368 352z\"/></svg></li><li title=\"grimace \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm-80-216c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm160 0c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm16 16H152c-26.5 0-48 21.5-48 48v32c0 26.5 21.5 48 48 48h192c26.5 0 48-21.5 48-48v-32c0-26.5-21.5-48-48-48zm-168 96h-24c-8.8 0-16-7.2-16-16v-8h40v24zm0-40h-40v-8c0-8.8 7.2-16 16-16h24v24zm64 40h-48v-24h48v24zm0-40h-48v-24h48v24zm64 40h-48v-24h48v24zm0-40h-48v-24h48v24zm56 24c0 8.8-7.2 16-16 16h-24v-24h40v8zm0-24h-40v-24h24c8.8 0 16 7.2 16 16v8z\"/></svg></li><li title=\"grin alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M200.3 248c12.4-18.7 15.1-37.3 15.7-56-.5-18.7-3.3-37.3-15.7-56-8-12-25.1-11.4-32.7 0-12.4 18.7-15.1 37.3-15.7 56 .5 18.7 3.3 37.3 15.7 56 8.1 12 25.2 11.4 32.7 0zm128 0c12.4-18.7 15.1-37.3 15.7-56-.5-18.7-3.3-37.3-15.7-56-8-12-25.1-11.4-32.7 0-12.4 18.7-15.1 37.3-15.7 56 .5 18.7 3.3 37.3 15.7 56 8.1 12 25.2 11.4 32.7 0zM248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm105.6-151.4c-25.9 8.3-64.4 13.1-105.6 13.1s-79.6-4.8-105.6-13.1c-9.9-3.1-19.4 5.3-17.7 15.3 7.9 47.2 71.3 80 123.3 80s115.3-32.9 123.3-80c1.6-9.8-7.7-18.4-17.7-15.3z\"/></svg></li><li title=\"grin beam sweat \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M440 160c29.5 0 53.3-26.3 53.3-58.7 0-25-31.7-75.5-46.2-97.3-3.6-5.3-10.7-5.3-14.2 0-14.5 21.8-46.2 72.3-46.2 97.3 0 32.4 23.8 58.7 53.3 58.7zM248 400c51.9 0 115.3-32.9 123.3-80 1.7-9.9-7.7-18.5-17.7-15.3-25.9 8.3-64.4 13.1-105.6 13.1s-79.6-4.8-105.6-13.1c-9.8-3.1-19.4 5.3-17.7 15.3 8 47.1 71.4 80 123.3 80zm130.3-168.3c3.6-1.1 6-4.5 5.7-8.3-3.3-42.1-32.2-71.4-56-71.4s-52.7 29.3-56 71.4c-.3 3.7 2.1 7.2 5.7 8.3 3.5 1.1 7.4-.5 9.3-3.7l9.5-17c7.7-13.7 19.2-21.6 31.5-21.6s23.8 7.9 31.5 21.6l9.5 17c2.1 3.6 6.2 4.6 9.3 3.7zm105.3-52.9c-24.6 15.7-46 12.9-46.4 12.9 6.9 20.2 10.8 41.8 10.8 64.3 0 110.3-89.7 200-200 200S48 366.3 48 256 137.7 56 248 56c39.8 0 76.8 11.8 108 31.9 1.7-9.5 6.3-24.1 17.2-45.7C336.4 20.6 293.7 8 248 8 111 8 0 119 0 256s111 248 248 248 248-111 248-248c0-27-4.4-52.9-12.4-77.2zM168 189.4c12.3 0 23.8 7.9 31.5 21.6l9.5 17c2.1 3.7 6.2 4.7 9.3 3.7 3.6-1.1 6-4.5 5.7-8.3-3.3-42.1-32.2-71.4-56-71.4s-52.7 29.3-56 71.4c-.3 3.7 2.1 7.2 5.7 8.3 3.5 1.1 7.4-.5 9.3-3.7l9.5-17c7.7-13.8 19.2-21.6 31.5-21.6z\"/></svg></li><li title=\"grin beam \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm105.6-151.4c-25.9 8.3-64.4 13.1-105.6 13.1s-79.6-4.8-105.6-13.1c-9.8-3.1-19.4 5.3-17.7 15.3 7.9 47.1 71.3 80 123.3 80s115.3-32.9 123.3-80c1.6-9.8-7.7-18.4-17.7-15.3zm-235.9-72.9c3.5 1.1 7.4-.5 9.3-3.7l9.5-17c7.7-13.7 19.2-21.6 31.5-21.6s23.8 7.9 31.5 21.6l9.5 17c2.1 3.7 6.2 4.7 9.3 3.7 3.6-1.1 6-4.5 5.7-8.3-3.3-42.1-32.2-71.4-56-71.4s-52.7 29.3-56 71.4c-.3 3.7 2.1 7.2 5.7 8.3zm160 0c3.5 1.1 7.4-.5 9.3-3.7l9.5-17c7.7-13.7 19.2-21.6 31.5-21.6s23.8 7.9 31.5 21.6l9.5 17c2.1 3.7 6.2 4.7 9.3 3.7 3.6-1.1 6-4.5 5.7-8.3-3.3-42.1-32.2-71.4-56-71.4s-52.7 29.3-56 71.4c-.3 3.7 2.1 7.2 5.7 8.3z\"/></svg></li><li title=\"grin hearts \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M353.6 304.6c-25.9 8.3-64.4 13.1-105.6 13.1s-79.6-4.8-105.6-13.1c-9.8-3.1-19.4 5.3-17.7 15.3 7.9 47.2 71.3 80 123.3 80s115.3-32.9 123.3-80c1.6-9.8-7.7-18.4-17.7-15.3zm-152.8-48.9c4.5 1.2 9.2-1.5 10.5-6l19.4-69.9c5.6-20.3-7.4-41.1-28.8-44.5-18.6-3-36.4 9.8-41.5 27.9l-2 7.1-7.1-1.9c-18.2-4.7-38.2 4.3-44.9 22-7.7 20.2 3.8 41.9 24.2 47.2l70.2 18.1zm188.8-65.3c-6.7-17.6-26.7-26.7-44.9-22l-7.1 1.9-2-7.1c-5-18.1-22.8-30.9-41.5-27.9-21.4 3.4-34.4 24.2-28.8 44.5l19.4 69.9c1.2 4.5 5.9 7.2 10.5 6l70.2-18.2c20.4-5.3 31.9-26.9 24.2-47.1zM248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200z\"/></svg></li><li title=\"grin squint tears \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M117.1 384.1c-25.8 3.7-84 13.7-100.9 30.6-21.9 21.9-21.5 57.9.9 80.3s58.3 22.8 80.3.9C114.3 479 124.3 420.8 128 395c.8-6.4-4.6-11.8-10.9-10.9zm-41.2-41.7C40.3 268 53 176.1 114.6 114.6 152.4 76.8 202.6 56 256 56c36.2 0 70.8 9.8 101.2 27.7 3.8-20.3 8-36.1 12-48.3C333.8 17.2 294.9 8 256 8 192.5 8 129.1 32.2 80.6 80.6c-74.1 74.1-91.3 183.4-52 274 12.2-4.1 27.7-8.3 47.3-12.2zm352.3-187.6c45 76.6 34.9 176.9-30.8 242.6-37.8 37.8-88 58.6-141.4 58.6-30.5 0-59.8-7-86.4-19.8-3.9 19.5-8 35-12.2 47.2 31.4 13.6 65 20.6 98.7 20.6 63.5 0 126.9-24.2 175.4-72.6 78.1-78.1 93.1-195.4 45.2-288.6-12.3 4-28.2 8.1-48.5 12zm-33.3-26.9c25.8-3.7 84-13.7 100.9-30.6 21.9-21.9 21.5-57.9-.9-80.3s-58.3-22.8-80.3-.9C397.7 33 387.7 91.2 384 117c-.8 6.4 4.6 11.8 10.9 10.9zm-187 108.3c-3-3-7.2-4.2-11.4-3.2L106 255.7c-5.7 1.4-9.5 6.7-9.1 12.6.5 5.8 5.1 10.5 10.9 11l52.3 4.8 4.8 52.3c.5 5.8 5.2 10.4 11 10.9h.9c5.5 0 10.3-3.7 11.7-9.1l22.6-90.5c1-4.2-.2-8.5-3.2-11.5zm39.7-25.1l90.5-22.6c5.7-1.4 9.5-6.7 9.1-12.6-.5-5.8-5.1-10.5-10.9-11l-52.3-4.8-4.8-52.3c-.5-5.8-5.2-10.4-11-10.9-5.6-.1-11.2 3.4-12.6 9.1L233 196.5c-1 4.1.2 8.4 3.2 11.4 5 5 11.3 3.2 11.4 3.2zm52 88.5c-29.1 29.1-59.7 52.9-83.9 65.4-9.2 4.8-10 17.5-1.7 23.4 38.9 27.7 107 6.2 143.7-30.6S416 253 388.3 214.1c-5.8-8.2-18.5-7.6-23.4 1.7-12.3 24.2-36.2 54.7-65.3 83.8z\"/></svg></li><li title=\"grin squint \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm105.6-151.4c-25.9 8.3-64.4 13.1-105.6 13.1s-79.6-4.8-105.6-13.1c-9.9-3.1-19.4 5.4-17.7 15.3 7.9 47.1 71.3 80 123.3 80s115.3-32.9 123.3-80c1.6-9.8-7.7-18.4-17.7-15.3zm-234.7-40.8c3.6 4.2 9.9 5.7 15.3 2.5l80-48c3.6-2.2 5.8-6.1 5.8-10.3s-2.2-8.1-5.8-10.3l-80-48c-5.1-3-11.4-1.9-15.3 2.5-3.8 4.5-3.8 11-.1 15.5l33.6 40.3-33.6 40.3c-3.8 4.5-3.7 11.1.1 15.5zm242.9 2.5c5.4 3.2 11.7 1.7 15.3-2.5 3.8-4.5 3.8-11 .1-15.5L343.6 208l33.6-40.3c3.8-4.5 3.7-11-.1-15.5-3.8-4.4-10.2-5.4-15.3-2.5l-80 48c-3.6 2.2-5.8 6.1-5.8 10.3s2.2 8.1 5.8 10.3l80 48z\"/></svg></li><li title=\"grin stars \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm105.6-151.4c-25.9 8.3-64.4 13.1-105.6 13.1s-79.6-4.8-105.6-13.1c-9.8-3.1-19.4 5.3-17.7 15.3 7.9 47.2 71.3 80 123.3 80s115.3-32.9 123.3-80c1.6-9.8-7.7-18.4-17.7-15.3zm-227.9-57.5c-1 6.2 5.4 11 11 7.9l31.3-16.3 31.3 16.3c5.6 3.1 12-1.7 11-7.9l-6-34.9 25.4-24.6c4.5-4.5 1.9-12.2-4.3-13.2l-34.9-5-15.5-31.6c-2.9-5.8-11-5.8-13.9 0l-15.5 31.6-34.9 5c-6.2.9-8.9 8.6-4.3 13.2l25.4 24.6-6.1 34.9zm259.7-72.7l-34.9-5-15.5-31.6c-2.9-5.8-11-5.8-13.9 0l-15.5 31.6-34.9 5c-6.2.9-8.9 8.6-4.3 13.2l25.4 24.6-6 34.9c-1 6.2 5.4 11 11 7.9l31.3-16.3 31.3 16.3c5.6 3.1 12-1.7 11-7.9l-6-34.9 25.4-24.6c4.5-4.6 1.8-12.2-4.4-13.2z\"/></svg></li><li title=\"grin tears \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M117.1 256.1c-25.8 3.7-84 13.7-100.9 30.6-21.9 21.9-21.5 57.9.9 80.3s58.3 22.8 80.3.9C114.3 351 124.3 292.8 128 267c.8-6.4-4.6-11.8-10.9-10.9zm506.7 30.6c-16.9-16.9-75.1-26.9-100.9-30.6-6.3-.9-11.7 4.5-10.8 10.8 3.7 25.8 13.7 84 30.6 100.9 21.9 21.9 57.9 21.5 80.3-.9 22.3-22.3 22.7-58.3.8-80.2zm-126.6 61.7C463.8 412.3 396.9 456 320 456c-76.9 0-143.8-43.7-177.2-107.6-12.5 37.4-25.2 43.9-28.3 46.5C159.1 460.7 234.5 504 320 504s160.9-43.3 205.5-109.1c-3.2-2.7-15.9-9.2-28.3-46.5zM122.7 224.5C137.9 129.2 220.5 56 320 56c99.5 0 182.1 73.2 197.3 168.5 2.1-.2 5.2-2.4 49.5 7C554.4 106 448.7 8 320 8S85.6 106 73.2 231.4c44.5-9.4 47.1-7.2 49.5-6.9zM320 400c51.9 0 115.3-32.9 123.3-80 1.7-9.9-7.7-18.5-17.7-15.3-25.9 8.3-64.4 13.1-105.6 13.1s-79.6-4.8-105.6-13.1c-9.8-3.1-19.4 5.3-17.7 15.3 8 47.1 71.4 80 123.3 80zm130.3-168.3c3.6-1.1 6-4.5 5.7-8.3-3.3-42.1-32.2-71.4-56-71.4s-52.7 29.3-56 71.4c-.3 3.7 2.1 7.2 5.7 8.3 3.5 1.1 7.4-.5 9.3-3.7l9.5-17c7.7-13.7 19.2-21.6 31.5-21.6s23.8 7.9 31.5 21.6l9.5 17c2.1 3.6 6.2 4.6 9.3 3.7zM240 189.4c12.3 0 23.8 7.9 31.5 21.6l9.5 17c2.1 3.7 6.2 4.7 9.3 3.7 3.6-1.1 6-4.5 5.7-8.3-3.3-42.1-32.2-71.4-56-71.4s-52.7 29.3-56 71.4c-.3 3.7 2.1 7.2 5.7 8.3 3.5 1.1 7.4-.5 9.3-3.7l9.5-17c7.7-13.8 19.2-21.6 31.5-21.6z\"/></svg></li><li title=\"grin tongue squint \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm64 400c0 35.6-29.1 64.5-64.9 64-35.1-.5-63.1-29.8-63.1-65v-42.8l17.7-8.8c15-7.5 31.5 1.7 34.9 16.5l2.8 12.1c2.1 9.2 15.2 9.2 17.3 0l2.8-12.1c3.4-14.8 19.8-24.1 34.9-16.5l17.7 8.8V408zm28.2 25.3c2.2-8.1 3.8-16.5 3.8-25.3v-43.5c14.2-12.4 24.4-27.5 27.3-44.5 1.7-9.9-7.7-18.5-17.7-15.3-25.9 8.3-64.4 13.1-105.6 13.1s-79.6-4.8-105.6-13.1c-9.9-3.1-19.4 5.3-17.7 15.3 2.9 17 13.1 32.1 27.3 44.5V408c0 8.8 1.6 17.2 3.8 25.3C91.8 399.9 48 333 48 256c0-110.3 89.7-200 200-200s200 89.7 200 200c0 77-43.8 143.9-107.8 177.3zm36.9-281.1c-3.8-4.4-10.3-5.5-15.3-2.5l-80 48c-3.6 2.2-5.8 6.1-5.8 10.3s2.2 8.1 5.8 10.3l80 48c5.4 3.2 11.7 1.7 15.3-2.5 3.8-4.5 3.8-11 .1-15.5L343.6 208l33.6-40.3c3.8-4.5 3.7-11.1-.1-15.5zm-162.9 45.5l-80-48c-5-3-11.4-2-15.3 2.5-3.8 4.5-3.8 11-.1 15.5l33.6 40.3-33.6 40.3c-3.8 4.5-3.7 11 .1 15.5 3.6 4.2 9.9 5.7 15.3 2.5l80-48c3.6-2.2 5.8-6.1 5.8-10.3s-2.2-8.1-5.8-10.3z\"/></svg></li><li title=\"grin tongue wink \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M152 180c-25.7 0-55.9 16.9-59.8 42.1-.8 5 1.7 10 6.1 12.4 4.4 2.4 9.9 1.8 13.7-1.6l9.5-8.5c14.8-13.2 46.2-13.2 61 0l9.5 8.5c2.5 2.2 8 4.7 13.7 1.6 4.4-2.4 6.9-7.4 6.1-12.4-3.9-25.2-34.1-42.1-59.8-42.1zm176-52c-44.2 0-80 35.8-80 80s35.8 80 80 80 80-35.8 80-80-35.8-80-80-80zm0 128c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm0-72c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zM248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm64 400c0 35.6-29.1 64.5-64.9 64-35.1-.5-63.1-29.8-63.1-65v-42.8l17.7-8.8c15-7.5 31.5 1.7 34.9 16.5l2.8 12.1c2.1 9.2 15.2 9.2 17.3 0l2.8-12.1c3.4-14.8 19.8-24.1 34.9-16.5l17.7 8.8V408zm28.2 25.3c2.2-8.1 3.8-16.5 3.8-25.3v-43.5c14.2-12.4 24.4-27.5 27.3-44.5 1.7-9.9-7.7-18.5-17.7-15.3-25.9 8.3-64.4 13.1-105.6 13.1s-79.6-4.8-105.6-13.1c-9.9-3.1-19.4 5.3-17.7 15.3 2.9 17 13.1 32.1 27.3 44.5V408c0 8.8 1.6 17.2 3.8 25.3C91.8 399.9 48 333 48 256c0-110.3 89.7-200 200-200s200 89.7 200 200c0 77-43.8 143.9-107.8 177.3z\"/></svg></li><li title=\"grin tongue \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm64 400c0 35.6-29.1 64.5-64.9 64-35.1-.5-63.1-29.8-63.1-65v-42.8l17.7-8.8c15-7.5 31.5 1.7 34.9 16.5l2.8 12.1c2.1 9.2 15.2 9.2 17.3 0l2.8-12.1c3.4-14.8 19.8-24.1 34.9-16.5l17.7 8.8V408zm28.2 25.3c2.2-8.1 3.8-16.5 3.8-25.3v-43.5c14.2-12.4 24.4-27.5 27.3-44.5 1.7-9.9-7.7-18.5-17.7-15.3-25.9 8.3-64.4 13.1-105.6 13.1s-79.6-4.8-105.6-13.1c-9.9-3.1-19.4 5.3-17.7 15.3 2.9 17 13.1 32.1 27.3 44.5V408c0 8.8 1.6 17.2 3.8 25.3C91.8 399.9 48 333 48 256c0-110.3 89.7-200 200-200s200 89.7 200 200c0 77-43.8 143.9-107.8 177.3zM168 176c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm160 0c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32z\"/></svg></li><li title=\"grin wink \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M328 180c-25.69 0-55.88 16.92-59.86 42.12-1.75 11.22 11.5 18.24 19.83 10.84l9.55-8.48c14.81-13.19 46.16-13.19 60.97 0l9.55 8.48c8.48 7.43 21.56.25 19.83-10.84C383.88 196.92 353.69 180 328 180zm-160 60c17.67 0 32-14.33 32-32s-14.33-32-32-32-32 14.33-32 32 14.33 32 32 32zm185.55 64.64c-25.93 8.3-64.4 13.06-105.55 13.06s-79.62-4.75-105.55-13.06c-9.94-3.13-19.4 5.37-17.71 15.34C132.67 367.13 196.06 400 248 400s115.33-32.87 123.26-80.02c1.68-9.89-7.67-18.48-17.71-15.34zM248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm0 448c-110.28 0-200-89.72-200-200S137.72 56 248 56s200 89.72 200 200-89.72 200-200 200z\"/></svg></li><li title=\"grin \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm105.6-151.4c-25.9 8.3-64.4 13.1-105.6 13.1s-79.6-4.8-105.6-13.1c-9.9-3.1-19.4 5.4-17.7 15.3 7.9 47.1 71.3 80 123.3 80s115.3-32.9 123.3-80c1.6-9.8-7.7-18.4-17.7-15.3zM168 240c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm160 0c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32z\"/></svg></li><li title=\"hand lizard \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M556.686 290.542L410.328 64.829C397.001 44.272 374.417 32 349.917 32H56C25.121 32 0 57.122 0 88v8c0 44.112 35.888 80 80 80h196.042l-18.333 48H144c-48.523 0-88 39.477-88 88 0 30.879 25.121 56 56 56h131.552c2.987 0 5.914.549 8.697 1.631L352 408.418V480h224V355.829c0-23.225-6.679-45.801-19.314-65.287zM528 432H400v-23.582c0-19.948-12.014-37.508-30.604-44.736l-99.751-38.788A71.733 71.733 0 0 0 243.552 320H112c-4.411 0-8-3.589-8-8 0-22.056 17.944-40 40-40h113.709c19.767 0 37.786-12.407 44.84-30.873l24.552-64.281c8.996-23.553-8.428-48.846-33.63-48.846H80c-17.645 0-32-14.355-32-32v-8c0-4.411 3.589-8 8-8h293.917c8.166 0 15.693 4.09 20.137 10.942l146.358 225.715A71.84 71.84 0 0 1 528 355.829V432z\"/></svg></li><li title=\"hand paper \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M372.57 112.641v-10.825c0-43.612-40.52-76.691-83.039-65.546-25.629-49.5-94.09-47.45-117.982.747C130.269 26.456 89.144 57.945 89.144 102v126.13c-19.953-7.427-43.308-5.068-62.083 8.871-29.355 21.796-35.794 63.333-14.55 93.153L132.48 498.569a32 32 0 0 0 26.062 13.432h222.897c14.904 0 27.835-10.289 31.182-24.813l30.184-130.958A203.637 203.637 0 0 0 448 310.564V179c0-40.62-35.523-71.992-75.43-66.359zm27.427 197.922c0 11.731-1.334 23.469-3.965 34.886L368.707 464h-201.92L51.591 302.303c-14.439-20.27 15.023-42.776 29.394-22.605l27.128 38.079c8.995 12.626 29.031 6.287 29.031-9.283V102c0-25.645 36.571-24.81 36.571.691V256c0 8.837 7.163 16 16 16h6.856c8.837 0 16-7.163 16-16V67c0-25.663 36.571-24.81 36.571.691V256c0 8.837 7.163 16 16 16h6.856c8.837 0 16-7.163 16-16V101.125c0-25.672 36.57-24.81 36.57.691V256c0 8.837 7.163 16 16 16h6.857c8.837 0 16-7.163 16-16v-76.309c0-26.242 36.57-25.64 36.57-.691v131.563z\"/></svg></li><li title=\"hand peace \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M362.146 191.976c-13.71-21.649-38.761-34.016-65.006-30.341V74c0-40.804-32.811-74-73.141-74-40.33 0-73.14 33.196-73.14 74L160 168l-18.679-78.85C126.578 50.843 83.85 32.11 46.209 47.208 8.735 62.238-9.571 104.963 5.008 142.85l55.757 144.927c-30.557 24.956-43.994 57.809-24.733 92.218l54.853 97.999C102.625 498.97 124.73 512 148.575 512h205.702c30.744 0 57.558-21.44 64.555-51.797l27.427-118.999a67.801 67.801 0 0 0 1.729-15.203L448 256c0-44.956-43.263-77.343-85.854-64.024zM399.987 326c0 1.488-.169 2.977-.502 4.423l-27.427 119.001c-1.978 8.582-9.29 14.576-17.782 14.576H148.575c-6.486 0-12.542-3.621-15.805-9.449l-54.854-98c-4.557-8.141-2.619-18.668 4.508-24.488l26.647-21.764a16 16 0 0 0 4.812-18.139l-64.09-166.549C37.226 92.956 84.37 74.837 96.51 106.389l59.784 155.357A16 16 0 0 0 171.227 272h11.632c8.837 0 16-7.163 16-16V74c0-34.375 50.281-34.43 50.281 0v182c0 8.837 7.163 16 16 16h6.856c8.837 0 16-7.163 16-16v-28c0-25.122 36.567-25.159 36.567 0v28c0 8.837 7.163 16 16 16h6.856c8.837 0 16-7.163 16-16 0-25.12 36.567-25.16 36.567 0v70z\"/></svg></li><li title=\"hand point down \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M188.8 512c45.616 0 83.2-37.765 83.2-83.2v-35.647a93.148 93.148 0 0 0 22.064-7.929c22.006 2.507 44.978-3.503 62.791-15.985C409.342 368.1 448 331.841 448 269.299V248c0-60.063-40-98.512-40-127.2v-2.679c4.952-5.747 8-13.536 8-22.12V32c0-17.673-12.894-32-28.8-32H156.8C140.894 0 128 14.327 128 32v64c0 8.584 3.048 16.373 8 22.12v2.679c0 6.964-6.193 14.862-23.668 30.183l-.148.129-.146.131c-9.937 8.856-20.841 18.116-33.253 25.851C48.537 195.798 0 207.486 0 252.8c0 56.928 35.286 92 83.2 92 8.026 0 15.489-.814 22.4-2.176V428.8c0 45.099 38.101 83.2 83.2 83.2zm0-48c-18.7 0-35.2-16.775-35.2-35.2V270.4c-17.325 0-35.2 26.4-70.4 26.4-26.4 0-35.2-20.625-35.2-44 0-8.794 32.712-20.445 56.1-34.926 14.575-9.074 27.225-19.524 39.875-30.799 18.374-16.109 36.633-33.836 39.596-59.075h176.752C364.087 170.79 400 202.509 400 248v21.299c0 40.524-22.197 57.124-61.325 50.601-8.001 14.612-33.979 24.151-53.625 12.925-18.225 19.365-46.381 17.787-61.05 4.95V428.8c0 18.975-16.225 35.2-35.2 35.2zM328 64c0-13.255 10.745-24 24-24s24 10.745 24 24-10.745 24-24 24-24-10.745-24-24z\"/></svg></li><li title=\"hand point left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M0 220.8C0 266.416 37.765 304 83.2 304h35.647a93.148 93.148 0 0 0 7.929 22.064c-2.507 22.006 3.503 44.978 15.985 62.791C143.9 441.342 180.159 480 242.701 480H264c60.063 0 98.512-40 127.2-40h2.679c5.747 4.952 13.536 8 22.12 8h64c17.673 0 32-12.894 32-28.8V188.8c0-15.906-14.327-28.8-32-28.8h-64c-8.584 0-16.373 3.048-22.12 8H391.2c-6.964 0-14.862-6.193-30.183-23.668l-.129-.148-.131-.146c-8.856-9.937-18.116-20.841-25.851-33.253C316.202 80.537 304.514 32 259.2 32c-56.928 0-92 35.286-92 83.2 0 8.026.814 15.489 2.176 22.4H83.2C38.101 137.6 0 175.701 0 220.8zm48 0c0-18.7 16.775-35.2 35.2-35.2h158.4c0-17.325-26.4-35.2-26.4-70.4 0-26.4 20.625-35.2 44-35.2 8.794 0 20.445 32.712 34.926 56.1 9.074 14.575 19.524 27.225 30.799 39.875 16.109 18.374 33.836 36.633 59.075 39.596v176.752C341.21 396.087 309.491 432 264 432h-21.299c-40.524 0-57.124-22.197-50.601-61.325-14.612-8.001-24.151-33.979-12.925-53.625-19.365-18.225-17.787-46.381-4.95-61.05H83.2C64.225 256 48 239.775 48 220.8zM448 360c13.255 0 24 10.745 24 24s-10.745 24-24 24-24-10.745-24-24 10.745-24 24-24z\"/></svg></li><li title=\"hand point right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M428.8 137.6h-86.177a115.52 115.52 0 0 0 2.176-22.4c0-47.914-35.072-83.2-92-83.2-45.314 0-57.002 48.537-75.707 78.784-7.735 12.413-16.994 23.317-25.851 33.253l-.131.146-.129.148C135.662 161.807 127.764 168 120.8 168h-2.679c-5.747-4.952-13.536-8-22.12-8H32c-17.673 0-32 12.894-32 28.8v230.4C0 435.106 14.327 448 32 448h64c8.584 0 16.373-3.048 22.12-8h2.679c28.688 0 67.137 40 127.2 40h21.299c62.542 0 98.8-38.658 99.94-91.145 12.482-17.813 18.491-40.785 15.985-62.791A93.148 93.148 0 0 0 393.152 304H428.8c45.435 0 83.2-37.584 83.2-83.2 0-45.099-38.101-83.2-83.2-83.2zm0 118.4h-91.026c12.837 14.669 14.415 42.825-4.95 61.05 11.227 19.646 1.687 45.624-12.925 53.625 6.524 39.128-10.076 61.325-50.6 61.325H248c-45.491 0-77.21-35.913-120-39.676V215.571c25.239-2.964 42.966-21.222 59.075-39.596 11.275-12.65 21.725-25.3 30.799-39.875C232.355 112.712 244.006 80 252.8 80c23.375 0 44 8.8 44 35.2 0 35.2-26.4 53.075-26.4 70.4h158.4c18.425 0 35.2 16.5 35.2 35.2 0 18.975-16.225 35.2-35.2 35.2zM88 384c0 13.255-10.745 24-24 24s-24-10.745-24-24 10.745-24 24-24 24 10.745 24 24z\"/></svg></li><li title=\"hand point up \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M105.6 83.2v86.177a115.52 115.52 0 0 0-22.4-2.176c-47.914 0-83.2 35.072-83.2 92 0 45.314 48.537 57.002 78.784 75.707 12.413 7.735 23.317 16.994 33.253 25.851l.146.131.148.129C129.807 376.338 136 384.236 136 391.2v2.679c-4.952 5.747-8 13.536-8 22.12v64c0 17.673 12.894 32 28.8 32h230.4c15.906 0 28.8-14.327 28.8-32v-64c0-8.584-3.048-16.373-8-22.12V391.2c0-28.688 40-67.137 40-127.2v-21.299c0-62.542-38.658-98.8-91.145-99.94-17.813-12.482-40.785-18.491-62.791-15.985A93.148 93.148 0 0 0 272 118.847V83.2C272 37.765 234.416 0 188.8 0c-45.099 0-83.2 38.101-83.2 83.2zm118.4 0v91.026c14.669-12.837 42.825-14.415 61.05 4.95 19.646-11.227 45.624-1.687 53.625 12.925 39.128-6.524 61.325 10.076 61.325 50.6V264c0 45.491-35.913 77.21-39.676 120H183.571c-2.964-25.239-21.222-42.966-39.596-59.075-12.65-11.275-25.3-21.725-39.875-30.799C80.712 279.645 48 267.994 48 259.2c0-23.375 8.8-44 35.2-44 35.2 0 53.075 26.4 70.4 26.4V83.2c0-18.425 16.5-35.2 35.2-35.2 18.975 0 35.2 16.225 35.2 35.2zM352 424c13.255 0 24 10.745 24 24s-10.745 24-24 24-24-10.745-24-24 10.745-24 24-24z\"/></svg></li><li title=\"hand pointer \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M358.182 179.361c-19.493-24.768-52.679-31.945-79.872-19.098-15.127-15.687-36.182-22.487-56.595-19.629V67c0-36.944-29.736-67-66.286-67S89.143 30.056 89.143 67v161.129c-19.909-7.41-43.272-5.094-62.083 8.872-29.355 21.795-35.793 63.333-14.55 93.152l109.699 154.001C134.632 501.59 154.741 512 176 512h178.286c30.802 0 57.574-21.5 64.557-51.797l27.429-118.999A67.873 67.873 0 0 0 448 326v-84c0-46.844-46.625-79.273-89.818-62.639zM80.985 279.697l27.126 38.079c8.995 12.626 29.031 6.287 29.031-9.283V67c0-25.12 36.571-25.16 36.571 0v175c0 8.836 7.163 16 16 16h6.857c8.837 0 16-7.164 16-16v-35c0-25.12 36.571-25.16 36.571 0v35c0 8.836 7.163 16 16 16H272c8.837 0 16-7.164 16-16v-21c0-25.12 36.571-25.16 36.571 0v21c0 8.836 7.163 16 16 16h6.857c8.837 0 16-7.164 16-16 0-25.121 36.571-25.16 36.571 0v84c0 1.488-.169 2.977-.502 4.423l-27.43 119.001c-1.978 8.582-9.29 14.576-17.782 14.576H176c-5.769 0-11.263-2.878-14.697-7.697l-109.712-154c-14.406-20.223 14.994-42.818 29.394-22.606zM176.143 400v-96c0-8.837 6.268-16 14-16h6c7.732 0 14 7.163 14 16v96c0 8.837-6.268 16-14 16h-6c-7.733 0-14-7.163-14-16zm75.428 0v-96c0-8.837 6.268-16 14-16h6c7.732 0 14 7.163 14 16v96c0 8.837-6.268 16-14 16h-6c-7.732 0-14-7.163-14-16zM327 400v-96c0-8.837 6.268-16 14-16h6c7.732 0 14 7.163 14 16v96c0 8.837-6.268 16-14 16h-6c-7.732 0-14-7.163-14-16z\"/></svg></li><li title=\"hand rock \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M408.864 79.052c-22.401-33.898-66.108-42.273-98.813-23.588-29.474-31.469-79.145-31.093-108.334-.022-47.16-27.02-108.71 5.055-110.671 60.806C44.846 105.407 0 140.001 0 187.429v56.953c0 32.741 14.28 63.954 39.18 85.634l97.71 85.081c4.252 3.702 3.11 5.573 3.11 32.903 0 17.673 14.327 32 32 32h252c17.673 0 32-14.327 32-32 0-23.513-1.015-30.745 3.982-42.37l42.835-99.656c6.094-14.177 9.183-29.172 9.183-44.568V146.963c0-52.839-54.314-88.662-103.136-67.911zM464 261.406a64.505 64.505 0 0 1-5.282 25.613l-42.835 99.655c-5.23 12.171-7.883 25.04-7.883 38.25V432H188v-10.286c0-16.37-7.14-31.977-19.59-42.817l-97.71-85.08C56.274 281.255 48 263.236 48 244.381v-56.953c0-33.208 52-33.537 52 .677v41.228a16 16 0 0 0 5.493 12.067l7 6.095A16 16 0 0 0 139 235.429V118.857c0-33.097 52-33.725 52 .677v26.751c0 8.836 7.164 16 16 16h7c8.836 0 16-7.164 16-16v-41.143c0-33.134 52-33.675 52 .677v40.466c0 8.836 7.163 16 16 16h7c8.837 0 16-7.164 16-16v-27.429c0-33.03 52-33.78 52 .677v26.751c0 8.836 7.163 16 16 16h7c8.837 0 16-7.164 16-16 0-33.146 52-33.613 52 .677v114.445z\"/></svg></li><li title=\"hand scissors \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 480l70-.013c5.114 0 10.231-.583 15.203-1.729l118.999-27.427C490.56 443.835 512 417.02 512 386.277V180.575c0-23.845-13.03-45.951-34.005-57.69l-97.999-54.853c-34.409-19.261-67.263-5.824-92.218 24.733L142.85 37.008c-37.887-14.579-80.612 3.727-95.642 41.201-15.098 37.642 3.635 80.37 41.942 95.112L168 192l-94-9.141c-40.804 0-74 32.811-74 73.14 0 40.33 33.196 73.141 74 73.141h87.635c-3.675 26.245 8.692 51.297 30.341 65.006C178.657 436.737 211.044 480 256 480zm0-48.013c-25.16 0-25.12-36.567 0-36.567 8.837 0 16-7.163 16-16v-6.856c0-8.837-7.163-16-16-16h-28c-25.159 0-25.122-36.567 0-36.567h28c8.837 0 16-7.163 16-16v-6.856c0-8.837-7.163-16-16-16H74c-34.43 0-34.375-50.281 0-50.281h182c8.837 0 16-7.163 16-16v-11.632a16 16 0 0 0-10.254-14.933L106.389 128.51c-31.552-12.14-13.432-59.283 19.222-46.717l166.549 64.091a16.001 16.001 0 0 0 18.139-4.812l21.764-26.647c5.82-7.127 16.348-9.064 24.488-4.508l98 54.854c5.828 3.263 9.449 9.318 9.449 15.805v205.701c0 8.491-5.994 15.804-14.576 17.782l-119.001 27.427a19.743 19.743 0 0 1-4.423.502h-70z\"/></svg></li><li title=\"hand spock \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M501.03053,116.17605c-19.39059-31.50779-51.24406-35.72849-66.31044-35.01756-14.11325-50.81051-62.0038-54.08-70.73816-54.08a74.03091,74.03091,0,0,0-72.23816,58.916l-4.64648,22.66014-13.68357-53.207c-9.09569-35.37107-46.412-64.05074-89.66-53.07223a73.89749,73.89749,0,0,0-55.121,78.94722,73.68273,73.68273,0,0,0-64.8495,94.42181l24.35933,82.19721c-38.24017-7.54492-62.79677,16.18358-68.11512,21.84764a73.6791,73.6791,0,0,0,3.19921,104.19329l91.36509,85.9765A154.164,154.164,0,0,0,220.62279,512h107.4549A127.30079,127.30079,0,0,0,452.3392,413.86139l57.623-241.96272A73.20274,73.20274,0,0,0,501.03053,116.17605Zm-37.7597,44.60544L405.64788,402.74812a79.46616,79.46616,0,0,1-77.57019,61.25972H220.62279a106.34052,106.34052,0,0,1-73.1366-28.998l-91.369-85.98041C31.34381,325.72669,66.61133,288.131,91.39644,311.5392l51.123,48.10739c5.42577,5.10937,13.48239.71679,13.48239-5.82617a246.79914,246.79914,0,0,0-10.17771-70.1523l-36.01362-121.539c-9.7324-32.88279,39.69916-47.27145,49.38664-14.625l31.3437,105.77923c5.59374,18.90428,33.78119,10.71288,28.9648-8.00781L177.06427,80.23662c-8.50389-33.1035,41.43157-45.64646,49.86515-12.83593l47.32609,184.035c4.42773,17.24218,29.16207,16.5039,32.71089-.80468l31.791-154.9706c6.81054-33.1074,57.51748-24.10741,50.11906,11.96288L360.32764,246.78924c-3.72265,18.10936,23.66793,24.63084,28.05659,6.21679L413.185,148.85962C421.1498,115.512,471.14,127.79713,463.27083,160.78149Z\"/></svg></li><li title=\"handshake \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M519.2 127.9l-47.6-47.6A56.252 56.252 0 0 0 432 64H205.2c-14.8 0-29.1 5.9-39.6 16.3L118 127.9H0v255.7h64c17.6 0 31.8-14.2 31.9-31.7h9.1l84.6 76.4c30.9 25.1 73.8 25.7 105.6 3.8 12.5 10.8 26 15.9 41.1 15.9 18.2 0 35.3-7.4 48.8-24 22.1 8.7 48.2 2.6 64-16.8l26.2-32.3c5.6-6.9 9.1-14.8 10.9-23h57.9c.1 17.5 14.4 31.7 31.9 31.7h64V127.9H519.2zM48 351.6c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16c0 8.9-7.2 16-16 16zm390-6.9l-26.1 32.2c-2.8 3.4-7.8 4-11.3 1.2l-23.9-19.4-30 36.5c-6 7.3-15 4.8-18 2.4l-36.8-31.5-15.6 19.2c-13.9 17.1-39.2 19.7-55.3 6.6l-97.3-88H96V175.8h41.9l61.7-61.6c2-.8 3.7-1.5 5.7-2.3H262l-38.7 35.5c-29.4 26.9-31.1 72.3-4.4 101.3 14.8 16.2 61.2 41.2 101.5 4.4l8.2-7.5 108.2 87.8c3.4 2.8 3.9 7.9 1.2 11.3zm106-40.8h-69.2c-2.3-2.8-4.9-5.4-7.7-7.7l-102.7-83.4 12.5-11.4c6.5-6 7-16.1 1-22.6L367 167.1c-6-6.5-16.1-6.9-22.6-1l-55.2 50.6c-9.5 8.7-25.7 9.4-34.6 0-9.3-9.9-8.5-25.1 1.2-33.9l65.6-60.1c7.4-6.8 17-10.5 27-10.5l83.7-.2c2.1 0 4.1.8 5.5 2.3l61.7 61.6H544v128zm48 47.7c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16c0 8.9-7.2 16-16 16z\"/></svg></li><li title=\"hdd \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M567.403 235.642L462.323 84.589A48 48 0 0 0 422.919 64H153.081a48 48 0 0 0-39.404 20.589L8.597 235.642A48.001 48.001 0 0 0 0 263.054V400c0 26.51 21.49 48 48 48h480c26.51 0 48-21.49 48-48V263.054c0-9.801-3-19.366-8.597-27.412zM153.081 112h269.838l77.913 112H75.168l77.913-112zM528 400H48V272h480v128zm-32-64c0 17.673-14.327 32-32 32s-32-14.327-32-32 14.327-32 32-32 32 14.327 32 32zm-96 0c0 17.673-14.327 32-32 32s-32-14.327-32-32 14.327-32 32-32 32 14.327 32 32z\"/></svg></li><li title=\"heart \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M458.4 64.3C400.6 15.7 311.3 23 256 79.3 200.7 23 111.4 15.6 53.6 64.3-21.6 127.6-10.6 230.8 43 285.5l175.4 178.7c10 10.2 23.4 15.9 37.6 15.9 14.3 0 27.6-5.6 37.6-15.8L469 285.6c53.5-54.7 64.7-157.9-10.6-221.3zm-23.6 187.5L259.4 430.5c-2.4 2.4-4.4 2.4-6.8 0L77.2 251.8c-36.5-37.2-43.9-107.6 7.3-150.7 38.9-32.7 98.9-27.8 136.5 10.5l35 35.7 35-35.7c37.8-38.5 97.8-43.2 136.5-10.6 51.1 43.1 43.5 113.9 7.3 150.8z\"/></svg></li><li title=\"hospital \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M128 244v-40c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12zm140 12h40c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12zm-76 84v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm76 12h40c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12zm180 124v36H0v-36c0-6.627 5.373-12 12-12h19.5V85.035C31.5 73.418 42.245 64 55.5 64H144V24c0-13.255 10.745-24 24-24h112c13.255 0 24 10.745 24 24v40h88.5c13.255 0 24 9.418 24 21.035V464H436c6.627 0 12 5.373 12 12zM79.5 463H192v-67c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v67h112.5V112H304v24c0 13.255-10.745 24-24 24H168c-13.255 0-24-10.745-24-24v-24H79.5v351zM266 64h-26V38a6 6 0 0 0-6-6h-20a6 6 0 0 0-6 6v26h-26a6 6 0 0 0-6 6v20a6 6 0 0 0 6 6h26v26a6 6 0 0 0 6 6h20a6 6 0 0 0 6-6V96h26a6 6 0 0 0 6-6V70a6 6 0 0 0-6-6z\"/></svg></li><li title=\"hourglass \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M368 48h4c6.627 0 12-5.373 12-12V12c0-6.627-5.373-12-12-12H12C5.373 0 0 5.373 0 12v24c0 6.627 5.373 12 12 12h4c0 80.564 32.188 165.807 97.18 208C47.899 298.381 16 383.9 16 464h-4c-6.627 0-12 5.373-12 12v24c0 6.627 5.373 12 12 12h360c6.627 0 12-5.373 12-12v-24c0-6.627-5.373-12-12-12h-4c0-80.564-32.188-165.807-97.18-208C336.102 213.619 368 128.1 368 48zM64 48h256c0 101.62-57.307 184-128 184S64 149.621 64 48zm256 416H64c0-101.62 57.308-184 128-184s128 82.38 128 184z\"/></svg></li><li title=\"id badge \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M336 0H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zm0 464H48V48h288v416zM144 112h96c8.8 0 16-7.2 16-16s-7.2-16-16-16h-96c-8.8 0-16 7.2-16 16s7.2 16 16 16zm48 176c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm-89.6 128h179.2c12.4 0 22.4-8.6 22.4-19.2v-19.2c0-31.8-30.1-57.6-67.2-57.6-10.8 0-18.7 8-44.8 8-26.9 0-33.4-8-44.8-8-37.1 0-67.2 25.8-67.2 57.6v19.2c0 10.6 10 19.2 22.4 19.2z\"/></svg></li><li title=\"id card \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M528 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 400H303.2c.9-4.5.8 3.6.8-22.4 0-31.8-30.1-57.6-67.2-57.6-10.8 0-18.7 8-44.8 8-26.9 0-33.4-8-44.8-8-37.1 0-67.2 25.8-67.2 57.6 0 26-.2 17.9.8 22.4H48V144h480v288zm-168-80h112c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8H360c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zm0-64h112c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8H360c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zm0-64h112c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8H360c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zm-168 96c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64z\"/></svg></li><li title=\"image \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm-6 336H54a6 6 0 0 1-6-6V118a6 6 0 0 1 6-6h404a6 6 0 0 1 6 6v276a6 6 0 0 1-6 6zM128 152c-22.091 0-40 17.909-40 40s17.909 40 40 40 40-17.909 40-40-17.909-40-40-40zM96 352h320v-80l-87.515-87.515c-4.686-4.686-12.284-4.686-16.971 0L192 304l-39.515-39.515c-4.686-4.686-12.284-4.686-16.971 0L96 304v48z\"/></svg></li><li title=\"images \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M480 416v16c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V176c0-26.51 21.49-48 48-48h16v48H54a6 6 0 0 0-6 6v244a6 6 0 0 0 6 6h372a6 6 0 0 0 6-6v-10h48zm42-336H150a6 6 0 0 0-6 6v244a6 6 0 0 0 6 6h372a6 6 0 0 0 6-6V86a6 6 0 0 0-6-6zm6-48c26.51 0 48 21.49 48 48v256c0 26.51-21.49 48-48 48H144c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h384zM264 144c0 22.091-17.909 40-40 40s-40-17.909-40-40 17.909-40 40-40 40 17.909 40 40zm-72 96l39.515-39.515c4.686-4.686 12.284-4.686 16.971 0L288 240l103.515-103.515c4.686-4.686 12.284-4.686 16.971 0L480 208v80H192v-48z\"/></svg></li><li title=\"keyboard \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M528 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h480c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm8 336c0 4.411-3.589 8-8 8H48c-4.411 0-8-3.589-8-8V112c0-4.411 3.589-8 8-8h480c4.411 0 8 3.589 8 8v288zM170 270v-28c0-6.627-5.373-12-12-12h-28c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zm96 0v-28c0-6.627-5.373-12-12-12h-28c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zm96 0v-28c0-6.627-5.373-12-12-12h-28c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zm96 0v-28c0-6.627-5.373-12-12-12h-28c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zm-336 82v-28c0-6.627-5.373-12-12-12H82c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zm384 0v-28c0-6.627-5.373-12-12-12h-28c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zM122 188v-28c0-6.627-5.373-12-12-12H82c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zm96 0v-28c0-6.627-5.373-12-12-12h-28c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zm96 0v-28c0-6.627-5.373-12-12-12h-28c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zm96 0v-28c0-6.627-5.373-12-12-12h-28c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zm96 0v-28c0-6.627-5.373-12-12-12h-28c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12zm-98 158v-16c0-6.627-5.373-12-12-12H180c-6.627 0-12 5.373-12 12v16c0 6.627 5.373 12 12 12h216c6.627 0 12-5.373 12-12z\"/></svg></li><li title=\"kiss beam \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M168 152c-23.8 0-52.7 29.3-56 71.4-.3 3.7 2 7.2 5.6 8.3 3.5 1 7.5-.5 9.3-3.7l9.5-17c7.7-13.7 19.2-21.6 31.5-21.6s23.8 7.9 31.5 21.6l9.5 17c2.1 3.7 6.2 4.7 9.3 3.7 3.6-1.1 5.9-4.5 5.6-8.3-3.1-42.1-32-71.4-55.8-71.4zM248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm56-148c0-19.2-28.8-41.5-71.5-44-3.8-.4-7.4 2.4-8.2 6.2-.9 3.8 1.1 7.7 4.7 9.2l16.9 7.2c13 5.5 20.8 13.5 20.8 21.5s-7.8 16-20.7 21.5l-17 7.2c-5.7 2.4-6 12.2 0 14.8l16.9 7.2c13 5.5 20.8 13.5 20.8 21.5s-7.8 16-20.7 21.5l-17 7.2c-3.6 1.5-5.6 5.4-4.7 9.2.8 3.6 4.1 6.2 7.8 6.2h.5c42.8-2.5 71.5-24.8 71.5-44 0-13-13.4-27.3-35.2-36C290.6 335.3 304 321 304 308zm24-156c-23.8 0-52.7 29.3-56 71.4-.3 3.7 2 7.2 5.6 8.3 3.5 1 7.5-.5 9.3-3.7l9.5-17c7.7-13.7 19.2-21.6 31.5-21.6s23.8 7.9 31.5 21.6l9.5 17c2.1 3.7 6.2 4.7 9.3 3.7 3.6-1.1 5.9-4.5 5.6-8.3-3.1-42.1-32-71.4-55.8-71.4z\"/></svg></li><li title=\"kiss wink heart \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 504 512\"><path d=\"M304 308.5c0-19.2-28.8-41.5-71.5-44-3.8-.4-7.4 2.4-8.2 6.2-.9 3.8 1.1 7.7 4.7 9.2l16.9 7.2c13 5.5 20.8 13.5 20.8 21.5s-7.8 16-20.7 21.5l-17 7.2c-5.7 2.4-6 12.2 0 14.8l16.9 7.2c13 5.5 20.8 13.5 20.8 21.5s-7.8 16-20.7 21.5l-17 7.2c-3.6 1.5-5.6 5.4-4.7 9.2.8 3.6 4.1 6.2 7.8 6.2h.5c42.8-2.5 71.5-24.8 71.5-44 0-13-13.4-27.3-35.2-36 21.7-9.1 35.1-23.4 35.1-36.4zm70.5-83.5l9.5 8.5c3.8 3.3 9.3 4 13.7 1.6 4.4-2.4 6.9-7.4 6.1-12.4-4-25.2-34.2-42.1-59.8-42.1s-55.9 16.9-59.8 42.1c-.8 5 1.7 10 6.1 12.4 5.8 3.1 11.2.7 13.7-1.6l9.5-8.5c14.8-13.2 46.2-13.2 61 0zM136 208.5c0 17.7 14.3 32 32 32s32-14.3 32-32-14.3-32-32-32-32 14.3-32 32zm365.1 194c-8-20.8-31.5-31.5-53.1-25.9l-8.4 2.2-2.3-8.4c-5.9-21.4-27-36.5-49-33-25.2 4-40.6 28.6-34 52.6l22.9 82.6c1.5 5.3 7 8.5 12.4 7.1l83-21.5c24.1-6.3 37.7-31.8 28.5-55.7zM334 436.3c-26.1 12.5-55.2 19.7-86 19.7-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200c0 22.1-3.7 43.3-10.4 63.2 9 6.4 17 14.2 22.6 23.9 6.4.1 12.6 1.4 18.6 2.9 10.9-27.9 17.1-58.2 17.1-90C496 119 385 8 248 8S0 119 0 256s111 248 248 248c35.4 0 68.9-7.5 99.4-20.9-2.5-7.3 4.3 17.2-13.4-46.8z\"/></svg></li><li title=\"kiss \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M168 176c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm136 132c0-19.2-28.8-41.5-71.5-44-3.8-.4-7.4 2.4-8.2 6.2-.9 3.8 1.1 7.7 4.7 9.2l16.9 7.2c13 5.5 20.8 13.5 20.8 21.5s-7.8 16-20.7 21.5l-17 7.2c-5.7 2.4-6 12.2 0 14.8l16.9 7.2c13 5.5 20.8 13.5 20.8 21.5s-7.8 16-20.7 21.5l-17 7.2c-3.6 1.5-5.6 5.4-4.7 9.2.8 3.6 4.1 6.2 7.8 6.2h.5c42.8-2.5 71.5-24.8 71.5-44 0-13-13.4-27.3-35.2-36C290.6 335.3 304 321 304 308zM248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm80-280c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32z\"/></svg></li><li title=\"laugh beam \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm141.4 389.4c-37.8 37.8-88 58.6-141.4 58.6s-103.6-20.8-141.4-58.6S48 309.4 48 256s20.8-103.6 58.6-141.4S194.6 56 248 56s103.6 20.8 141.4 58.6S448 202.6 448 256s-20.8 103.6-58.6 141.4zM328 152c-23.8 0-52.7 29.3-56 71.4-.7 8.6 10.8 11.9 14.9 4.5l9.5-17c7.7-13.7 19.2-21.6 31.5-21.6s23.8 7.9 31.5 21.6l9.5 17c4.1 7.4 15.6 4 14.9-4.5-3.1-42.1-32-71.4-55.8-71.4zm-201 75.9l9.5-17c7.7-13.7 19.2-21.6 31.5-21.6s23.8 7.9 31.5 21.6l9.5 17c4.1 7.4 15.6 4 14.9-4.5-3.3-42.1-32.2-71.4-56-71.4s-52.7 29.3-56 71.4c-.6 8.5 10.9 11.9 15.1 4.5zM362.4 288H133.6c-8.2 0-14.5 7-13.5 15 7.5 59.2 58.9 105 121.1 105h13.6c62.2 0 113.6-45.8 121.1-105 1-8-5.3-15-13.5-15z\"/></svg></li><li title=\"laugh squint \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm141.4 389.4c-37.8 37.8-88 58.6-141.4 58.6s-103.6-20.8-141.4-58.6S48 309.4 48 256s20.8-103.6 58.6-141.4S194.6 56 248 56s103.6 20.8 141.4 58.6S448 202.6 448 256s-20.8 103.6-58.6 141.4zM343.6 196l33.6-40.3c8.6-10.3-3.8-24.8-15.4-18l-80 48c-7.8 4.7-7.8 15.9 0 20.6l80 48c11.5 6.8 24-7.6 15.4-18L343.6 196zm-209.4 58.3l80-48c7.8-4.7 7.8-15.9 0-20.6l-80-48c-11.6-6.9-24 7.7-15.4 18l33.6 40.3-33.6 40.3c-8.7 10.4 3.8 24.8 15.4 18zM362.4 288H133.6c-8.2 0-14.5 7-13.5 15 7.5 59.2 58.9 105 121.1 105h13.6c62.2 0 113.6-45.8 121.1-105 1-8-5.3-15-13.5-15z\"/></svg></li><li title=\"laugh wink \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm141.4 389.4c-37.8 37.8-88 58.6-141.4 58.6s-103.6-20.8-141.4-58.6C68.8 359.6 48 309.4 48 256s20.8-103.6 58.6-141.4C144.4 76.8 194.6 56 248 56s103.6 20.8 141.4 58.6c37.8 37.8 58.6 88 58.6 141.4s-20.8 103.6-58.6 141.4zM328 164c-25.7 0-55.9 16.9-59.9 42.1-1.7 11.2 11.5 18.2 19.8 10.8l9.5-8.5c14.8-13.2 46.2-13.2 61 0l9.5 8.5c8.5 7.4 21.6.3 19.8-10.8-3.8-25.2-34-42.1-59.7-42.1zm-160 60c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm194.4 64H133.6c-8.2 0-14.5 7-13.5 15 7.5 59.2 58.9 105 121.1 105h13.6c62.2 0 113.6-45.8 121.1-105 1-8-5.3-15-13.5-15z\"/></svg></li><li title=\"laugh \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm141.4 389.4c-37.8 37.8-88 58.6-141.4 58.6s-103.6-20.8-141.4-58.6S48 309.4 48 256s20.8-103.6 58.6-141.4S194.6 56 248 56s103.6 20.8 141.4 58.6S448 202.6 448 256s-20.8 103.6-58.6 141.4zM328 224c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm-160 0c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm194.4 64H133.6c-8.2 0-14.5 7-13.5 15 7.5 59.2 58.9 105 121.1 105h13.6c62.2 0 113.6-45.8 121.1-105 1-8-5.3-15-13.5-15z\"/></svg></li><li title=\"lemon \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M484.112 27.889C455.989-.233 416.108-8.057 387.059 8.865 347.604 31.848 223.504-41.111 91.196 91.197-41.277 223.672 31.923 347.472 8.866 387.058c-16.922 29.051-9.1 68.932 19.022 97.054 28.135 28.135 68.011 35.938 97.057 19.021 39.423-22.97 163.557 49.969 295.858-82.329 132.474-132.477 59.273-256.277 82.331-295.861 16.922-29.05 9.1-68.931-19.022-97.054zm-22.405 72.894c-38.8 66.609 45.6 165.635-74.845 286.08-120.44 120.443-219.475 36.048-286.076 74.843-22.679 13.207-64.035-27.241-50.493-50.488 38.8-66.609-45.6-165.635 74.845-286.08C245.573 4.702 344.616 89.086 411.219 50.292c22.73-13.24 64.005 27.288 50.488 50.491zm-169.861 8.736c1.37 10.96-6.404 20.957-17.365 22.327-54.846 6.855-135.779 87.787-142.635 142.635-1.373 10.989-11.399 18.734-22.326 17.365-10.961-1.37-18.735-11.366-17.365-22.326 9.162-73.286 104.167-168.215 177.365-177.365 10.953-1.368 20.956 6.403 22.326 17.364z\"/></svg></li><li title=\"life ring \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 504c136.967 0 248-111.033 248-248S392.967 8 256 8 8 119.033 8 256s111.033 248 248 248zm-103.398-76.72l53.411-53.411c31.806 13.506 68.128 13.522 99.974 0l53.411 53.411c-63.217 38.319-143.579 38.319-206.796 0zM336 256c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80zm91.28 103.398l-53.411-53.411c13.505-31.806 13.522-68.128 0-99.974l53.411-53.411c38.319 63.217 38.319 143.579 0 206.796zM359.397 84.72l-53.411 53.411c-31.806-13.505-68.128-13.522-99.973 0L152.602 84.72c63.217-38.319 143.579-38.319 206.795 0zM84.72 152.602l53.411 53.411c-13.506 31.806-13.522 68.128 0 99.974L84.72 359.398c-38.319-63.217-38.319-143.579 0-206.796z\"/></svg></li><li title=\"lightbulb \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 352 512\"><path d=\"M176 80c-52.94 0-96 43.06-96 96 0 8.84 7.16 16 16 16s16-7.16 16-16c0-35.3 28.72-64 64-64 8.84 0 16-7.16 16-16s-7.16-16-16-16zM96.06 459.17c0 3.15.93 6.22 2.68 8.84l24.51 36.84c2.97 4.46 7.97 7.14 13.32 7.14h78.85c5.36 0 10.36-2.68 13.32-7.14l24.51-36.84c1.74-2.62 2.67-5.7 2.68-8.84l.05-43.18H96.02l.04 43.18zM176 0C73.72 0 0 82.97 0 176c0 44.37 16.45 84.85 43.56 115.78 16.64 18.99 42.74 58.8 52.42 92.16v.06h48v-.12c-.01-4.77-.72-9.51-2.15-14.07-5.59-17.81-22.82-64.77-62.17-109.67-20.54-23.43-31.52-53.15-31.61-84.14-.2-73.64 59.67-128 127.95-128 70.58 0 128 57.42 128 128 0 30.97-11.24 60.85-31.65 84.14-39.11 44.61-56.42 91.47-62.1 109.46a47.507 47.507 0 0 0-2.22 14.3v.1h48v-.05c9.68-33.37 35.78-73.18 52.42-92.16C335.55 260.85 352 220.37 352 176 352 78.8 273.2 0 176 0z\"/></svg></li><li title=\"list alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm-6 400H54a6 6 0 0 1-6-6V86a6 6 0 0 1 6-6h404a6 6 0 0 1 6 6v340a6 6 0 0 1-6 6zm-42-92v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm0-96v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm0-96v24c0 6.627-5.373 12-12 12H204c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h200c6.627 0 12 5.373 12 12zm-252 12c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36zm0 96c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36zm0 96c0 19.882-16.118 36-36 36s-36-16.118-36-36 16.118-36 36-36 36 16.118 36 36z\"/></svg></li><li title=\"map \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M560.02 32c-1.96 0-3.98.37-5.96 1.16L384.01 96H384L212 35.28A64.252 64.252 0 0 0 191.76 32c-6.69 0-13.37 1.05-19.81 3.14L20.12 87.95A32.006 32.006 0 0 0 0 117.66v346.32C0 473.17 7.53 480 15.99 480c1.96 0 3.97-.37 5.96-1.16L192 416l172 60.71a63.98 63.98 0 0 0 40.05.15l151.83-52.81A31.996 31.996 0 0 0 576 394.34V48.02c0-9.19-7.53-16.02-15.98-16.02zM224 90.42l128 45.19v285.97l-128-45.19V90.42zM48 418.05V129.07l128-44.53v286.2l-.64.23L48 418.05zm480-35.13l-128 44.53V141.26l.64-.24L528 93.95v288.97z\"/></svg></li><li title=\"meh blank \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm-80-280c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm160 0c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32z\"/></svg></li><li title=\"meh rolling eyes \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm88-304c-39.8 0-72 32.2-72 72s32.2 72 72 72 72-32.2 72-72-32.2-72-72-72zm0 112c-22.1 0-40-17.9-40-40 0-13.6 7.3-25.1 17.7-32.3-1 2.6-1.7 5.3-1.7 8.3 0 13.3 10.7 24 24 24s24-10.7 24-24c0-2.9-.7-5.7-1.7-8.3 10.4 7.2 17.7 18.7 17.7 32.3 0 22.1-17.9 40-40 40zm-104-40c0-39.8-32.2-72-72-72s-72 32.2-72 72 32.2 72 72 72 72-32.2 72-72zm-112 0c0-13.6 7.3-25.1 17.7-32.3-1 2.6-1.7 5.3-1.7 8.3 0 13.3 10.7 24 24 24s24-10.7 24-24c0-2.9-.7-5.7-1.7-8.3 10.4 7.2 17.7 18.7 17.7 32.3 0 22.1-17.9 40-40 40s-40-17.9-40-40zm192 128H184c-13.2 0-24 10.8-24 24s10.8 24 24 24h128c13.2 0 24-10.8 24-24s-10.8-24-24-24z\"/></svg></li><li title=\"meh \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm-80-216c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm160-64c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm8 144H160c-13.2 0-24 10.8-24 24s10.8 24 24 24h176c13.2 0 24-10.8 24-24s-10.8-24-24-24z\"/></svg></li><li title=\"minus square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M108 284c-6.6 0-12-5.4-12-12v-32c0-6.6 5.4-12 12-12h232c6.6 0 12 5.4 12 12v32c0 6.6-5.4 12-12 12H108zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-48 346V86c0-3.3-2.7-6-6-6H54c-3.3 0-6 2.7-6 6v340c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z\"/></svg></li><li title=\"money bill alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M320 144c-53.02 0-96 50.14-96 112 0 61.85 42.98 112 96 112 53 0 96-50.13 96-112 0-61.86-42.98-112-96-112zm40 168c0 4.42-3.58 8-8 8h-64c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h16v-55.44l-.47.31a7.992 7.992 0 0 1-11.09-2.22l-8.88-13.31a7.992 7.992 0 0 1 2.22-11.09l15.33-10.22a23.99 23.99 0 0 1 13.31-4.03H328c4.42 0 8 3.58 8 8v88h16c4.42 0 8 3.58 8 8v16zM608 64H32C14.33 64 0 78.33 0 96v320c0 17.67 14.33 32 32 32h576c17.67 0 32-14.33 32-32V96c0-17.67-14.33-32-32-32zm-16 272c-35.35 0-64 28.65-64 64H112c0-35.35-28.65-64-64-64V176c35.35 0 64-28.65 64-64h416c0 35.35 28.65 64 64 64v160z\"/></svg></li><li title=\"moon \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M279.135 512c78.756 0 150.982-35.804 198.844-94.775 28.27-34.831-2.558-85.722-46.249-77.401-82.348 15.683-158.272-47.268-158.272-130.792 0-48.424 26.06-92.292 67.434-115.836 38.745-22.05 28.999-80.788-15.022-88.919A257.936 257.936 0 0 0 279.135 0c-141.36 0-256 114.575-256 256 0 141.36 114.576 256 256 256zm0-464c12.985 0 25.689 1.201 38.016 3.478-54.76 31.163-91.693 90.042-91.693 157.554 0 113.848 103.641 199.2 215.252 177.944C402.574 433.964 344.366 464 279.135 464c-114.875 0-208-93.125-208-208s93.125-208 208-208z\"/></svg></li><li title=\"newspaper \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M552 64H112c-20.858 0-38.643 13.377-45.248 32H24c-13.255 0-24 10.745-24 24v272c0 30.928 25.072 56 56 56h496c13.255 0 24-10.745 24-24V88c0-13.255-10.745-24-24-24zM48 392V144h16v248c0 4.411-3.589 8-8 8s-8-3.589-8-8zm480 8H111.422c.374-2.614.578-5.283.578-8V112h416v288zM172 280h136c6.627 0 12-5.373 12-12v-96c0-6.627-5.373-12-12-12H172c-6.627 0-12 5.373-12 12v96c0 6.627 5.373 12 12 12zm28-80h80v40h-80v-40zm-40 140v-24c0-6.627 5.373-12 12-12h136c6.627 0 12 5.373 12 12v24c0 6.627-5.373 12-12 12H172c-6.627 0-12-5.373-12-12zm192 0v-24c0-6.627 5.373-12 12-12h104c6.627 0 12 5.373 12 12v24c0 6.627-5.373 12-12 12H364c-6.627 0-12-5.373-12-12zm0-144v-24c0-6.627 5.373-12 12-12h104c6.627 0 12 5.373 12 12v24c0 6.627-5.373 12-12 12H364c-6.627 0-12-5.373-12-12zm0 72v-24c0-6.627 5.373-12 12-12h104c6.627 0 12 5.373 12 12v24c0 6.627-5.373 12-12 12H364c-6.627 0-12-5.373-12-12z\"/></svg></li><li title=\"object group \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M500 128c6.627 0 12-5.373 12-12V44c0-6.627-5.373-12-12-12h-72c-6.627 0-12 5.373-12 12v12H96V44c0-6.627-5.373-12-12-12H12C5.373 32 0 37.373 0 44v72c0 6.627 5.373 12 12 12h12v256H12c-6.627 0-12 5.373-12 12v72c0 6.627 5.373 12 12 12h72c6.627 0 12-5.373 12-12v-12h320v12c0 6.627 5.373 12 12 12h72c6.627 0 12-5.373 12-12v-72c0-6.627-5.373-12-12-12h-12V128h12zm-52-64h32v32h-32V64zM32 64h32v32H32V64zm32 384H32v-32h32v32zm416 0h-32v-32h32v32zm-40-64h-12c-6.627 0-12 5.373-12 12v12H96v-12c0-6.627-5.373-12-12-12H72V128h12c6.627 0 12-5.373 12-12v-12h320v12c0 6.627 5.373 12 12 12h12v256zm-36-192h-84v-52c0-6.628-5.373-12-12-12H108c-6.627 0-12 5.372-12 12v168c0 6.628 5.373 12 12 12h84v52c0 6.628 5.373 12 12 12h200c6.627 0 12-5.372 12-12V204c0-6.628-5.373-12-12-12zm-268-24h144v112H136V168zm240 176H232v-24h76c6.627 0 12-5.372 12-12v-76h56v112z\"/></svg></li><li title=\"object ungroup \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M564 224c6.627 0 12-5.373 12-12v-72c0-6.627-5.373-12-12-12h-72c-6.627 0-12 5.373-12 12v12h-88v-24h12c6.627 0 12-5.373 12-12V44c0-6.627-5.373-12-12-12h-72c-6.627 0-12 5.373-12 12v12H96V44c0-6.627-5.373-12-12-12H12C5.373 32 0 37.373 0 44v72c0 6.627 5.373 12 12 12h12v160H12c-6.627 0-12 5.373-12 12v72c0 6.627 5.373 12 12 12h72c6.627 0 12-5.373 12-12v-12h88v24h-12c-6.627 0-12 5.373-12 12v72c0 6.627 5.373 12 12 12h72c6.627 0 12-5.373 12-12v-12h224v12c0 6.627 5.373 12 12 12h72c6.627 0 12-5.373 12-12v-72c0-6.627-5.373-12-12-12h-12V224h12zM352 64h32v32h-32V64zm0 256h32v32h-32v-32zM64 352H32v-32h32v32zm0-256H32V64h32v32zm32 216v-12c0-6.627-5.373-12-12-12H72V128h12c6.627 0 12-5.373 12-12v-12h224v12c0 6.627 5.373 12 12 12h12v160h-12c-6.627 0-12 5.373-12 12v12H96zm128 136h-32v-32h32v32zm280-64h-12c-6.627 0-12 5.373-12 12v12H256v-12c0-6.627-5.373-12-12-12h-12v-24h88v12c0 6.627 5.373 12 12 12h72c6.627 0 12-5.373 12-12v-72c0-6.627-5.373-12-12-12h-12v-88h88v12c0 6.627 5.373 12 12 12h12v160zm40 64h-32v-32h32v32zm0-256h-32v-32h32v32z\"/></svg></li><li title=\"paper plane \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M440 6.5L24 246.4c-34.4 19.9-31.1 70.8 5.7 85.9L144 379.6V464c0 46.4 59.2 65.5 86.6 28.6l43.8-59.1 111.9 46.2c5.9 2.4 12.1 3.6 18.3 3.6 8.2 0 16.3-2.1 23.6-6.2 12.8-7.2 21.6-20 23.9-34.5l59.4-387.2c6.1-40.1-36.9-68.8-71.5-48.9zM192 464v-64.6l36.6 15.1L192 464zm212.6-28.7l-153.8-63.5L391 169.5c10.7-15.5-9.5-33.5-23.7-21.2L155.8 332.6 48 288 464 48l-59.4 387.3z\"/></svg></li><li title=\"pause circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm96-280v160c0 8.8-7.2 16-16 16h-48c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16zm-112 0v160c0 8.8-7.2 16-16 16h-48c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16z\"/></svg></li><li title=\"play circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M371.7 238l-176-107c-15.8-8.8-35.7 2.5-35.7 21v208c0 18.4 19.8 29.8 35.7 21l176-101c16.4-9.1 16.4-32.8 0-42zM504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256z\"/></svg></li><li title=\"plus square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M352 240v32c0 6.6-5.4 12-12 12h-88v88c0 6.6-5.4 12-12 12h-32c-6.6 0-12-5.4-12-12v-88h-88c-6.6 0-12-5.4-12-12v-32c0-6.6 5.4-12 12-12h88v-88c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v88h88c6.6 0 12 5.4 12 12zm96-160v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-48 346V86c0-3.3-2.7-6-6-6H54c-3.3 0-6 2.7-6 6v340c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z\"/></svg></li><li title=\"question circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 448c-110.532 0-200-89.431-200-200 0-110.495 89.472-200 200-200 110.491 0 200 89.471 200 200 0 110.53-89.431 200-200 200zm107.244-255.2c0 67.052-72.421 68.084-72.421 92.863V300c0 6.627-5.373 12-12 12h-45.647c-6.627 0-12-5.373-12-12v-8.659c0-35.745 27.1-50.034 47.579-61.516 17.561-9.845 28.324-16.541 28.324-29.579 0-17.246-21.999-28.693-39.784-28.693-23.189 0-33.894 10.977-48.942 29.969-4.057 5.12-11.46 6.071-16.666 2.124l-27.824-21.098c-5.107-3.872-6.251-11.066-2.644-16.363C184.846 131.491 214.94 112 261.794 112c49.071 0 101.45 38.304 101.45 88.8zM298 368c0 23.159-18.841 42-42 42s-42-18.841-42-42 18.841-42 42-42 42 18.841 42 42z\"/></svg></li><li title=\"registered \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 448c-110.532 0-200-89.451-200-200 0-110.531 89.451-200 200-200 110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200zm110.442-81.791c-53.046-96.284-50.25-91.468-53.271-96.085 24.267-13.879 39.482-41.563 39.482-73.176 0-52.503-30.247-85.252-101.498-85.252h-78.667c-6.617 0-12 5.383-12 12V380c0 6.617 5.383 12 12 12h38.568c6.617 0 12-5.383 12-12v-83.663h31.958l47.515 89.303a11.98 11.98 0 0 0 10.593 6.36h42.81c9.14 0 14.914-9.799 10.51-17.791zM256.933 239.906h-33.875v-64.14h27.377c32.417 0 38.929 12.133 38.929 31.709-.001 20.913-11.518 32.431-32.431 32.431z\"/></svg></li><li title=\"sad cry \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm144 386.4V280c0-13.2-10.8-24-24-24s-24 10.8-24 24v151.4C315.5 447 282.8 456 248 456s-67.5-9-96-24.6V280c0-13.2-10.8-24-24-24s-24 10.8-24 24v114.4c-34.6-36-56-84.7-56-138.4 0-110.3 89.7-200 200-200s200 89.7 200 200c0 53.7-21.4 102.5-56 138.4zM205.8 234.5c4.4-2.4 6.9-7.4 6.1-12.4-4-25.2-34.2-42.1-59.8-42.1s-55.9 16.9-59.8 42.1c-.8 5 1.7 10 6.1 12.4 4.4 2.4 9.9 1.8 13.7-1.6l9.5-8.5c14.8-13.2 46.2-13.2 61 0l9.5 8.5c2.5 2.3 7.9 4.8 13.7 1.6zM344 180c-25.7 0-55.9 16.9-59.8 42.1-.8 5 1.7 10 6.1 12.4 4.5 2.4 9.9 1.8 13.7-1.6l9.5-8.5c14.8-13.2 46.2-13.2 61 0l9.5 8.5c2.5 2.2 8 4.7 13.7 1.6 4.4-2.4 6.9-7.4 6.1-12.4-3.9-25.2-34.1-42.1-59.8-42.1zm-96 92c-30.9 0-56 28.7-56 64s25.1 64 56 64 56-28.7 56-64-25.1-64-56-64z\"/></svg></li><li title=\"sad tear \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm8-152c-13.2 0-24 10.8-24 24s10.8 24 24 24c23.8 0 46.3 10.5 61.6 28.8 8.1 9.8 23.2 11.9 33.8 3.1 10.2-8.5 11.6-23.6 3.1-33.8C330 320.8 294.1 304 256 304zm-88-64c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm160-64c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm-165.6 98.8C151 290.1 126 325.4 126 342.9c0 22.7 18.8 41.1 42 41.1s42-18.4 42-41.1c0-17.5-25-52.8-36.4-68.1-2.8-3.7-8.4-3.7-11.2 0z\"/></svg></li><li title=\"save \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M433.941 129.941l-83.882-83.882A48 48 0 0 0 316.118 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V163.882a48 48 0 0 0-14.059-33.941zM272 80v80H144V80h128zm122 352H54a6 6 0 0 1-6-6V86a6 6 0 0 1 6-6h42v104c0 13.255 10.745 24 24 24h176c13.255 0 24-10.745 24-24V83.882l78.243 78.243a6 6 0 0 1 1.757 4.243V426a6 6 0 0 1-6 6zM224 232c-48.523 0-88 39.477-88 88s39.477 88 88 88 88-39.477 88-88-39.477-88-88-88zm0 128c-22.056 0-40-17.944-40-40s17.944-40 40-40 40 17.944 40 40-17.944 40-40 40z\"/></svg></li><li title=\"share square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M561.938 158.06L417.94 14.092C387.926-15.922 336 5.097 336 48.032v57.198c-42.45 1.88-84.03 6.55-120.76 17.99-35.17 10.95-63.07 27.58-82.91 49.42C108.22 199.2 96 232.6 96 271.94c0 61.697 33.178 112.455 84.87 144.76 37.546 23.508 85.248-12.651 71.02-55.74-15.515-47.119-17.156-70.923 84.11-78.76V336c0 42.993 51.968 63.913 81.94 33.94l143.998-144c18.75-18.74 18.75-49.14 0-67.88zM384 336V232.16C255.309 234.082 166.492 255.35 206.31 376 176.79 357.55 144 324.08 144 271.94c0-109.334 129.14-118.947 240-119.85V48l144 144-144 144zm24.74 84.493a82.658 82.658 0 0 0 20.974-9.303c7.976-4.952 18.286.826 18.286 10.214V464c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V112c0-26.51 21.49-48 48-48h132c6.627 0 12 5.373 12 12v4.486c0 4.917-2.987 9.369-7.569 11.152-13.702 5.331-26.396 11.537-38.05 18.585a12.138 12.138 0 0 1-6.28 1.777H54a6 6 0 0 0-6 6v340a6 6 0 0 0 6 6h340a6 6 0 0 0 6-6v-25.966c0-5.37 3.579-10.059 8.74-11.541z\"/></svg></li><li title=\"smile beam \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm84-143.4c-20.8 25-51.5 39.4-84 39.4s-63.2-14.3-84-39.4c-8.5-10.2-23.6-11.5-33.8-3.1-10.2 8.5-11.5 23.6-3.1 33.8 30 36 74.1 56.6 120.9 56.6s90.9-20.6 120.9-56.6c8.5-10.2 7.1-25.3-3.1-33.8-10.2-8.4-25.3-7.1-33.8 3.1zM136.5 211c7.7-13.7 19.2-21.6 31.5-21.6s23.8 7.9 31.5 21.6l9.5 17c2.1 3.7 6.2 4.7 9.3 3.7 3.6-1.1 6-4.5 5.7-8.3-3.3-42.1-32.2-71.4-56-71.4s-52.7 29.3-56 71.4c-.3 3.7 2.1 7.2 5.7 8.3 3.4 1.1 7.4-.5 9.3-3.7l9.5-17zM328 152c-23.8 0-52.7 29.3-56 71.4-.3 3.7 2.1 7.2 5.7 8.3 3.5 1.1 7.4-.5 9.3-3.7l9.5-17c7.7-13.7 19.2-21.6 31.5-21.6s23.8 7.9 31.5 21.6l9.5 17c2.1 3.7 6.2 4.7 9.3 3.7 3.6-1.1 6-4.5 5.7-8.3-3.3-42.1-32.2-71.4-56-71.4z\"/></svg></li><li title=\"smile wink \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm117.8-146.4c-10.2-8.5-25.3-7.1-33.8 3.1-20.8 25-51.5 39.4-84 39.4s-63.2-14.3-84-39.4c-8.5-10.2-23.7-11.5-33.8-3.1-10.2 8.5-11.5 23.6-3.1 33.8 30 36 74.1 56.6 120.9 56.6s90.9-20.6 120.9-56.6c8.5-10.2 7.1-25.3-3.1-33.8zM168 240c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm160-60c-25.7 0-55.9 16.9-59.9 42.1-1.7 11.2 11.5 18.2 19.8 10.8l9.5-8.5c14.8-13.2 46.2-13.2 61 0l9.5 8.5c8.5 7.4 21.6.3 19.8-10.8-3.8-25.2-34-42.1-59.7-42.1z\"/></svg></li><li title=\"smile \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm-80-216c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm160 0c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32zm4 72.6c-20.8 25-51.5 39.4-84 39.4s-63.2-14.3-84-39.4c-8.5-10.2-23.7-11.5-33.8-3.1-10.2 8.5-11.5 23.6-3.1 33.8 30 36 74.1 56.6 120.9 56.6s90.9-20.6 120.9-56.6c8.5-10.2 7.1-25.3-3.1-33.8-10.1-8.4-25.3-7.1-33.8 3.1z\"/></svg></li><li title=\"snowflake \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M440.1 355.2l-39.2-23 34.1-9.3c8.4-2.3 13.4-11.1 11.1-19.6l-4.1-15.5c-2.2-8.5-10.9-13.6-19.3-11.3L343 298.2 271.2 256l71.9-42.2 79.7 21.7c8.4 2.3 17-2.8 19.3-11.3l4.1-15.5c2.2-8.5-2.7-17.3-11.1-19.6l-34.1-9.3 39.2-23c7.5-4.4 10.1-14.2 5.8-21.9l-7.9-13.9c-4.3-7.7-14-10.3-21.5-5.9l-39.2 23 9.1-34.7c2.2-8.5-2.7-17.3-11.1-19.6l-15.2-4.1c-8.4-2.3-17 2.8-19.3 11.3l-21.3 81-71.9 42.2v-84.5L306 70.4c6.1-6.2 6.1-16.4 0-22.6l-11.1-11.3c-6.1-6.2-16.1-6.2-22.2 0l-24.9 25.4V16c0-8.8-7-16-15.7-16h-15.7c-8.7 0-15.7 7.2-15.7 16v46.1l-24.9-25.4c-6.1-6.2-16.1-6.2-22.2 0L142.1 48c-6.1 6.2-6.1 16.4 0 22.6l58.3 59.3v84.5l-71.9-42.2-21.3-81c-2.2-8.5-10.9-13.6-19.3-11.3L72.7 84c-8.4 2.3-13.4 11.1-11.1 19.6l9.1 34.7-39.2-23c-7.5-4.4-17.1-1.8-21.5 5.9l-7.9 13.9c-4.3 7.7-1.8 17.4 5.8 21.9l39.2 23-34.1 9.1c-8.4 2.3-13.4 11.1-11.1 19.6L6 224.2c2.2 8.5 10.9 13.6 19.3 11.3l79.7-21.7 71.9 42.2-71.9 42.2-79.7-21.7c-8.4-2.3-17 2.8-19.3 11.3l-4.1 15.5c-2.2 8.5 2.7 17.3 11.1 19.6l34.1 9.3-39.2 23c-7.5 4.4-10.1 14.2-5.8 21.9L10 391c4.3 7.7 14 10.3 21.5 5.9l39.2-23-9.1 34.7c-2.2 8.5 2.7 17.3 11.1 19.6l15.2 4.1c8.4 2.3 17-2.8 19.3-11.3l21.3-81 71.9-42.2v84.5l-58.3 59.3c-6.1 6.2-6.1 16.4 0 22.6l11.1 11.3c6.1 6.2 16.1 6.2 22.2 0l24.9-25.4V496c0 8.8 7 16 15.7 16h15.7c8.7 0 15.7-7.2 15.7-16v-46.1l24.9 25.4c6.1 6.2 16.1 6.2 22.2 0l11.1-11.3c6.1-6.2 6.1-16.4 0-22.6l-58.3-59.3v-84.5l71.9 42.2 21.3 81c2.2 8.5 10.9 13.6 19.3 11.3L375 428c8.4-2.3 13.4-11.1 11.1-19.6l-9.1-34.7 39.2 23c7.5 4.4 17.1 1.8 21.5-5.9l7.9-13.9c4.6-7.5 2.1-17.3-5.5-21.7z\"/></svg></li><li title=\"square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h340c3.3 0 6 2.7 6 6v340c0 3.3-2.7 6-6 6z\"/></svg></li><li title=\"star half \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M288 385.3l-124.3 65.4 23.7-138.4-100.6-98 139-20.2 62.2-126V0c-11.4 0-22.8 5.9-28.7 17.8L194 150.2 47.9 171.4c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.1 23 46 46.4 33.7L288 439.6v-54.3z\"/></svg></li><li title=\"star \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M528.1 171.5L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6zM388.6 312.3l23.7 138.4L288 385.4l-124.3 65.3 23.7-138.4-100.6-98 139-20.2 62.2-126 62.2 126 139 20.2-100.6 98z\"/></svg></li><li title=\"sticky note \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M448 348.106V80c0-26.51-21.49-48-48-48H48C21.49 32 0 53.49 0 80v351.988c0 26.51 21.49 48 48 48h268.118a48 48 0 0 0 33.941-14.059l83.882-83.882A48 48 0 0 0 448 348.106zm-128 80v-76.118h76.118L320 428.106zM400 80v223.988H296c-13.255 0-24 10.745-24 24v104H48V80h352z\"/></svg></li><li title=\"stop circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm296-80v160c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h160c8.8 0 16 7.2 16 16z\"/></svg></li><li title=\"sun \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M494.2 221.9l-59.8-40.5 13.7-71c2.6-13.2-1.6-26.8-11.1-36.4-9.6-9.5-23.2-13.7-36.2-11.1l-70.9 13.7-40.4-59.9c-15.1-22.3-51.9-22.3-67 0l-40.4 59.9-70.8-13.7C98 60.4 84.5 64.5 75 74.1c-9.5 9.6-13.7 23.1-11.1 36.3l13.7 71-59.8 40.5C6.6 229.5 0 242 0 255.5s6.7 26 17.8 33.5l59.8 40.5-13.7 71c-2.6 13.2 1.6 26.8 11.1 36.3 9.5 9.5 22.9 13.7 36.3 11.1l70.8-13.7 40.4 59.9C230 505.3 242.6 512 256 512s26-6.7 33.5-17.8l40.4-59.9 70.9 13.7c13.4 2.7 26.8-1.6 36.3-11.1 9.5-9.5 13.6-23.1 11.1-36.3l-13.7-71 59.8-40.5c11.1-7.5 17.8-20.1 17.8-33.5-.1-13.6-6.7-26.1-17.9-33.7zm-112.9 85.6l17.6 91.2-91-17.6L256 458l-51.9-77-90.9 17.6 17.6-91.2-76.8-52 76.8-52-17.6-91.2 91 17.6L256 53l51.9 76.9 91-17.6-17.6 91.1 76.8 52-76.8 52.1zM256 152c-57.3 0-104 46.7-104 104s46.7 104 104 104 104-46.7 104-104-46.7-104-104-104zm0 160c-30.9 0-56-25.1-56-56s25.1-56 56-56 56 25.1 56 56-25.1 56-56 56z\"/></svg></li><li title=\"surprise \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm0-176c-35.3 0-64 28.7-64 64s28.7 64 64 64 64-28.7 64-64-28.7-64-64-64zm-48-72c0-17.7-14.3-32-32-32s-32 14.3-32 32 14.3 32 32 32 32-14.3 32-32zm128-32c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32z\"/></svg></li><li title=\"thumbs down \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M466.27 225.31c4.674-22.647.864-44.538-8.99-62.99 2.958-23.868-4.021-48.565-17.34-66.99C438.986 39.423 404.117 0 327 0c-7 0-15 .01-22.22.01C201.195.01 168.997 40 128 40h-10.845c-5.64-4.975-13.042-8-21.155-8H32C14.327 32 0 46.327 0 64v240c0 17.673 14.327 32 32 32h64c11.842 0 22.175-6.438 27.708-16h7.052c19.146 16.953 46.013 60.653 68.76 83.4 13.667 13.667 10.153 108.6 71.76 108.6 57.58 0 95.27-31.936 95.27-104.73 0-18.41-3.93-33.73-8.85-46.54h36.48c48.602 0 85.82-41.565 85.82-85.58 0-19.15-4.96-34.99-13.73-49.84zM64 296c-13.255 0-24-10.745-24-24s10.745-24 24-24 24 10.745 24 24-10.745 24-24 24zm330.18 16.73H290.19c0 37.82 28.36 55.37 28.36 94.54 0 23.75 0 56.73-47.27 56.73-18.91-18.91-9.46-66.18-37.82-94.54C206.9 342.89 167.28 272 138.92 272H128V85.83c53.611 0 100.001-37.82 171.64-37.82h37.82c35.512 0 60.82 17.12 53.12 65.9 15.2 8.16 26.5 36.44 13.94 57.57 21.581 20.384 18.699 51.065 5.21 65.62 9.45 0 22.36 18.91 22.27 37.81-.09 18.91-16.71 37.82-37.82 37.82z\"/></svg></li><li title=\"thumbs up \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M466.27 286.69C475.04 271.84 480 256 480 236.85c0-44.015-37.218-85.58-85.82-85.58H357.7c4.92-12.81 8.85-28.13 8.85-46.54C366.55 31.936 328.86 0 271.28 0c-61.607 0-58.093 94.933-71.76 108.6-22.747 22.747-49.615 66.447-68.76 83.4H32c-17.673 0-32 14.327-32 32v240c0 17.673 14.327 32 32 32h64c14.893 0 27.408-10.174 30.978-23.95 44.509 1.001 75.06 39.94 177.802 39.94 7.22 0 15.22.01 22.22.01 77.117 0 111.986-39.423 112.94-95.33 13.319-18.425 20.299-43.122 17.34-66.99 9.854-18.452 13.664-40.343 8.99-62.99zm-61.75 53.83c12.56 21.13 1.26 49.41-13.94 57.57 7.7 48.78-17.608 65.9-53.12 65.9h-37.82c-71.639 0-118.029-37.82-171.64-37.82V240h10.92c28.36 0 67.98-70.89 94.54-97.46 28.36-28.36 18.91-75.63 37.82-94.54 47.27 0 47.27 32.98 47.27 56.73 0 39.17-28.36 56.72-28.36 94.54h103.99c21.11 0 37.73 18.91 37.82 37.82.09 18.9-12.82 37.81-22.27 37.81 13.489 14.555 16.371 45.236-5.21 65.62zM88 432c0 13.255-10.745 24-24 24s-24-10.745-24-24 10.745-24 24-24 24 10.745 24 24z\"/></svg></li><li title=\"times circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm101.8-262.2L295.6 256l62.2 62.2c4.7 4.7 4.7 12.3 0 17l-22.6 22.6c-4.7 4.7-12.3 4.7-17 0L256 295.6l-62.2 62.2c-4.7 4.7-12.3 4.7-17 0l-22.6-22.6c-4.7-4.7-4.7-12.3 0-17l62.2-62.2-62.2-62.2c-4.7-4.7-4.7-12.3 0-17l22.6-22.6c4.7-4.7 12.3-4.7 17 0l62.2 62.2 62.2-62.2c4.7-4.7 12.3-4.7 17 0l22.6 22.6c4.7 4.7 4.7 12.3 0 17z\"/></svg></li><li title=\"tired \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm129.1-303.8c-3.8-4.4-10.3-5.4-15.3-2.5l-80 48c-3.6 2.2-5.8 6.1-5.8 10.3s2.2 8.1 5.8 10.3l80 48c5.4 3.2 11.8 1.6 15.3-2.5 3.8-4.5 3.9-11 .1-15.5L343.6 208l33.6-40.3c3.8-4.5 3.7-11.1-.1-15.5zM220 208c0-4.2-2.2-8.1-5.8-10.3l-80-48c-5-3-11.5-1.9-15.3 2.5-3.8 4.5-3.9 11-.1 15.5l33.6 40.3-33.6 40.3c-3.8 4.5-3.7 11 .1 15.5 3.5 4.1 9.9 5.7 15.3 2.5l80-48c3.6-2.2 5.8-6.1 5.8-10.3zm28 64c-45.4 0-100.9 38.3-107.8 93.3-1.5 11.8 6.9 21.6 15.5 17.9C178.4 373.5 212 368 248 368s69.6 5.5 92.3 15.2c8.5 3.7 17-6 15.5-17.9-6.9-55-62.4-93.3-107.8-93.3z\"/></svg></li><li title=\"trash alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M268 416h24a12 12 0 0 0 12-12V188a12 12 0 0 0-12-12h-24a12 12 0 0 0-12 12v216a12 12 0 0 0 12 12zM432 80h-82.41l-34-56.7A48 48 0 0 0 274.41 0H173.59a48 48 0 0 0-41.16 23.3L98.41 80H16A16 16 0 0 0 0 96v16a16 16 0 0 0 16 16h16v336a48 48 0 0 0 48 48h288a48 48 0 0 0 48-48V128h16a16 16 0 0 0 16-16V96a16 16 0 0 0-16-16zM171.84 50.91A6 6 0 0 1 177 48h94a6 6 0 0 1 5.15 2.91L293.61 80H154.39zM368 464H80V128h288zm-212-48h24a12 12 0 0 0 12-12V188a12 12 0 0 0-12-12h-24a12 12 0 0 0-12 12v216a12 12 0 0 0 12 12z\"/></svg></li><li title=\"user circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 104c-53 0-96 43-96 96s43 96 96 96 96-43 96-96-43-96-96-96zm0 144c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm0-240C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-49.7 0-95.1-18.3-130.1-48.4 14.9-23 40.4-38.6 69.6-39.5 20.8 6.4 40.6 9.6 60.5 9.6s39.7-3.1 60.5-9.6c29.2 1 54.7 16.5 69.6 39.5-35 30.1-80.4 48.4-130.1 48.4zm162.7-84.1c-24.4-31.4-62.1-51.9-105.1-51.9-10.2 0-26 9.6-57.6 9.6-31.5 0-47.4-9.6-57.6-9.6-42.9 0-80.6 20.5-105.1 51.9C61.9 339.2 48 299.2 48 256c0-110.3 89.7-200 200-200s200 89.7 200 200c0 43.2-13.9 83.2-37.3 115.9z\"/></svg></li><li title=\"user \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M313.6 304c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 304 0 364.2 0 438.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-25.6c0-74.2-60.2-134.4-134.4-134.4zM400 464H48v-25.6c0-47.6 38.8-86.4 86.4-86.4 14.6 0 38.3 16 89.6 16 51.7 0 74.9-16 89.6-16 47.6 0 86.4 38.8 86.4 86.4V464zM224 288c79.5 0 144-64.5 144-144S303.5 0 224 0 80 64.5 80 144s64.5 144 144 144zm0-240c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z\"/></svg></li><li title=\"window close \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z\"/></svg></li><li title=\"window maximize \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V192h416v234z\"/></svg></li><li title=\"window minimize \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M480 480H32c-17.7 0-32-14.3-32-32s14.3-32 32-32h448c17.7 0 32 14.3 32 32s-14.3 32-32 32z\"/></svg></li><li title=\"window restore \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 0H144c-26.5 0-48 21.5-48 48v48H48c-26.5 0-48 21.5-48 48v320c0 26.5 21.5 48 48 48h320c26.5 0 48-21.5 48-48v-48h48c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zm-96 464H48V256h320v208zm96-96h-48V144c0-26.5-21.5-48-48-48H144V48h320v320z\"/></svg></li><li class='heading'>solid</li><li title=\"ad \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M157.52 272h36.96L176 218.78 157.52 272zM352 256c-13.23 0-24 10.77-24 24s10.77 24 24 24 24-10.77 24-24-10.77-24-24-24zM464 64H48C21.5 64 0 85.5 0 112v288c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM250.58 352h-16.94c-6.81 0-12.88-4.32-15.12-10.75L211.15 320h-70.29l-7.38 21.25A16 16 0 0 1 118.36 352h-16.94c-11.01 0-18.73-10.85-15.12-21.25L140 176.12A23.995 23.995 0 0 1 162.67 160h26.66A23.99 23.99 0 0 1 212 176.13l53.69 154.62c3.61 10.4-4.11 21.25-15.11 21.25zM424 336c0 8.84-7.16 16-16 16h-16c-4.85 0-9.04-2.27-11.98-5.68-8.62 3.66-18.09 5.68-28.02 5.68-39.7 0-72-32.3-72-72s32.3-72 72-72c8.46 0 16.46 1.73 24 4.42V176c0-8.84 7.16-16 16-16h16c8.84 0 16 7.16 16 16v160z\"/></svg></li><li title=\"address book \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M436 160c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-20V48c0-26.5-21.5-48-48-48H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h320c26.5 0 48-21.5 48-48v-48h20c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-20v-64h20c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-20v-64h20zm-228-32c35.3 0 64 28.7 64 64s-28.7 64-64 64-64-28.7-64-64 28.7-64 64-64zm112 236.8c0 10.6-10 19.2-22.4 19.2H118.4C106 384 96 375.4 96 364.8v-19.2c0-31.8 30.1-57.6 67.2-57.6h5c12.3 5.1 25.7 8 39.8 8s27.6-2.9 39.8-8h5c37.1 0 67.2 25.8 67.2 57.6v19.2z\"/></svg></li><li title=\"address card \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M528 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-352 96c35.3 0 64 28.7 64 64s-28.7 64-64 64-64-28.7-64-64 28.7-64 64-64zm112 236.8c0 10.6-10 19.2-22.4 19.2H86.4C74 384 64 375.4 64 364.8v-19.2c0-31.8 30.1-57.6 67.2-57.6h5c12.3 5.1 25.7 8 39.8 8s27.6-2.9 39.8-8h5c37.1 0 67.2 25.8 67.2 57.6v19.2zM512 312c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16zm0-64c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16zm0-64c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16z\"/></svg></li><li title=\"adjust \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M8 256c0 136.966 111.033 248 248 248s248-111.034 248-248S392.966 8 256 8 8 119.033 8 256zm248 184V72c101.705 0 184 82.311 184 184 0 101.705-82.311 184-184 184z\"/></svg></li><li title=\"air freshener \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M224 160H96C43 160 0 203 0 256V480C0 497.625 14.375 512 32 512H288C305.625 512 320 497.625 320 480V256C320 203 277 160 224 160ZM160 416C115.875 416 80 380.125 80 336S115.875 256 160 256S240 291.875 240 336S204.125 416 160 416ZM224 32C224 14.375 209.625 0 192 0H128C110.375 0 96 14.375 96 32V128H224V32ZM381.781 51.578C383 50.969 384 49.359 384 48C384 46.625 383 45.031 381.781 44.422L352 32L339.562 2.219C338.969 1 337.375 0 336 0S333.031 1 332.406 2.219L320 32L290.219 44.422C289 45.031 288 46.625 288 48C288 49.359 289 50.969 290.219 51.578L320 64L332.406 93.781C333.031 95 334.625 96 336 96S338.969 95 339.562 93.781L352 64L381.781 51.578ZM448 64L460.406 93.781C461.031 95 462.625 96 464 96S466.969 95 467.562 93.781L480 64L509.781 51.578C511 50.969 512 49.359 512 48C512 46.625 511 45.031 509.781 44.422L480 32L467.562 2.219C466.969 1 465.375 0 464 0S461.031 1 460.406 2.219L448 32L418.219 44.422C417 45.031 416 46.625 416 48C416 49.359 417 50.969 418.219 51.578L448 64ZM480 224L467.562 194.219C466.969 193 465.375 192 464 192S461.031 193 460.406 194.219L448 224L418.219 236.422C417 237.031 416 238.625 416 240C416 241.359 417 242.969 418.219 243.578L448 256L460.406 285.781C461.031 287 462.625 288 464 288S466.969 287 467.562 285.781L480 256L509.781 243.578C511 242.969 512 241.359 512 240C512 238.625 511 237.031 509.781 236.422L480 224ZM445.781 147.578C447 146.969 448 145.359 448 144C448 142.625 447 141.031 445.781 140.422L416 128L403.562 98.219C402.969 97 401.375 96 400 96S397.031 97 396.406 98.219L384 128L354.219 140.422C353 141.031 352 142.625 352 144C352 145.359 353 146.969 354.219 147.578L384 160L396.406 189.781C397.031 191 398.625 192 400 192S402.969 191 403.562 189.781L416 160L445.781 147.578Z\"/></svg></li><li title=\"align center \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 160H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0 256H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM108.1 96h231.81A12.09 12.09 0 0 0 352 83.9V44.09A12.09 12.09 0 0 0 339.91 32H108.1A12.09 12.09 0 0 0 96 44.09V83.9A12.1 12.1 0 0 0 108.1 96zm231.81 256A12.09 12.09 0 0 0 352 339.9v-39.81A12.09 12.09 0 0 0 339.91 288H108.1A12.09 12.09 0 0 0 96 300.09v39.81a12.1 12.1 0 0 0 12.1 12.1z\"/></svg></li><li title=\"align justify \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"/></svg></li><li title=\"align left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M12.83 352h262.34A12.82 12.82 0 0 0 288 339.17v-38.34A12.82 12.82 0 0 0 275.17 288H12.83A12.82 12.82 0 0 0 0 300.83v38.34A12.82 12.82 0 0 0 12.83 352zm0-256h262.34A12.82 12.82 0 0 0 288 83.17V44.83A12.82 12.82 0 0 0 275.17 32H12.83A12.82 12.82 0 0 0 0 44.83v38.34A12.82 12.82 0 0 0 12.83 96zM432 160H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0 256H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z\"/></svg></li><li title=\"align right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M16 224h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16zm416 192H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm3.17-384H172.83A12.82 12.82 0 0 0 160 44.83v38.34A12.82 12.82 0 0 0 172.83 96h262.34A12.82 12.82 0 0 0 448 83.17V44.83A12.82 12.82 0 0 0 435.17 32zm0 256H172.83A12.82 12.82 0 0 0 160 300.83v38.34A12.82 12.82 0 0 0 172.83 352h262.34A12.82 12.82 0 0 0 448 339.17v-38.34A12.82 12.82 0 0 0 435.17 288z\"/></svg></li><li title=\"allergies \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M416 112c-17.6 0-32 14.4-32 32v72c0 4.4-3.6 8-8 8h-16c-4.4 0-8-3.6-8-8V64c0-17.6-14.4-32-32-32s-32 14.4-32 32v152c0 4.4-3.6 8-8 8h-16c-4.4 0-8-3.6-8-8V32c0-17.6-14.4-32-32-32s-32 14.4-32 32v184c0 4.4-3.6 8-8 8h-16c-4.4 0-8-3.6-8-8V64c0-17.6-14.4-32-32-32S96 46.4 96 64v241l-23.6-32.5c-13-17.9-38-21.8-55.9-8.8s-21.8 38-8.8 55.9l125.6 172.7c9 12.4 23.5 19.8 38.8 19.8h197.6c22.3 0 41.6-15.3 46.7-37l26.5-112.7c3.2-13.7 4.9-28.3 5.1-42.3V144c0-17.6-14.4-32-32-32zM176 416c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm0-96c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm64 128c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm0-96c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm64 32c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm32 64c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm32-128c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16z\"/></svg></li><li title=\"ambulance \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M624 352h-16V243.9c0-12.7-5.1-24.9-14.1-33.9L494 110.1c-9-9-21.2-14.1-33.9-14.1H416V48c0-26.5-21.5-48-48-48H48C21.5 0 0 21.5 0 48v320c0 26.5 21.5 48 48 48h16c0 53 43 96 96 96s96-43 96-96h128c0 53 43 96 96 96s96-43 96-96h48c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zM160 464c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm144-248c0 4.4-3.6 8-8 8h-56v56c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-56h-56c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h56v-56c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v56h56c4.4 0 8 3.6 8 8v48zm176 248c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm80-208H416V144h44.1l99.9 99.9V256z\"/></svg></li><li title=\"american sign language interpreting \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M290.547 189.039c-20.295-10.149-44.147-11.199-64.739-3.89 42.606 0 71.208 20.475 85.578 50.576 8.576 17.899-5.148 38.071-23.617 38.071 18.429 0 32.211 20.136 23.617 38.071-14.725 30.846-46.123 50.854-80.298 50.854-.557 0-94.471-8.615-94.471-8.615l-66.406 33.347c-9.384 4.693-19.815.379-23.895-7.781L1.86 290.747c-4.167-8.615-1.111-18.897 6.946-23.621l58.072-33.069L108 159.861c6.39-57.245 34.731-109.767 79.743-146.726 11.391-9.448 28.341-7.781 37.51 3.613 9.446 11.394 7.78 28.067-3.612 37.516-12.503 10.559-23.618 22.509-32.509 35.57 21.672-14.729 46.679-24.732 74.186-28.067 14.725-1.945 28.063 8.336 29.73 23.065 1.945 14.728-8.336 28.067-23.062 29.734-16.116 1.945-31.12 7.503-44.178 15.284 26.114-5.713 58.712-3.138 88.079 11.115 13.336 6.669 18.893 22.509 12.224 35.848-6.389 13.06-22.504 18.617-35.564 12.226zm-27.229 69.472c-6.112-12.505-18.338-20.286-32.231-20.286a35.46 35.46 0 0 0-35.565 35.57c0 21.428 17.808 35.57 35.565 35.57 13.893 0 26.119-7.781 32.231-20.286 4.446-9.449 13.614-15.006 23.339-15.284-9.725-.277-18.893-5.835-23.339-15.284zm374.821-37.237c4.168 8.615 1.111 18.897-6.946 23.621l-58.071 33.069L532 352.16c-6.39 57.245-34.731 109.767-79.743 146.726-10.932 9.112-27.799 8.144-37.51-3.613-9.446-11.394-7.78-28.067 3.613-37.516 12.503-10.559 23.617-22.509 32.508-35.57-21.672 14.729-46.679 24.732-74.186 28.067-10.021 2.506-27.552-5.643-29.73-23.065-1.945-14.728 8.336-28.067 23.062-29.734 16.116-1.946 31.12-7.503 44.178-15.284-26.114 5.713-58.712 3.138-88.079-11.115-13.336-6.669-18.893-22.509-12.224-35.848 6.389-13.061 22.505-18.619 35.565-12.227 20.295 10.149 44.147 11.199 64.739 3.89-42.606 0-71.208-20.475-85.578-50.576-8.576-17.899 5.148-38.071 23.617-38.071-18.429 0-32.211-20.136-23.617-38.071 14.033-29.396 44.039-50.887 81.966-50.854l92.803 8.615 66.406-33.347c9.408-4.704 19.828-.354 23.894 7.781l44.455 88.926zm-229.227-18.618c-13.893 0-26.119 7.781-32.231 20.286-4.446 9.449-13.614 15.006-23.339 15.284 9.725.278 18.893 5.836 23.339 15.284 6.112 12.505 18.338 20.286 32.231 20.286a35.46 35.46 0 0 0 35.565-35.57c0-21.429-17.808-35.57-35.565-35.57z\"/></svg></li><li title=\"anchor \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M12.971 352h32.394C67.172 454.735 181.944 512 288 512c106.229 0 220.853-57.38 242.635-160h32.394c10.691 0 16.045-12.926 8.485-20.485l-67.029-67.029c-4.686-4.686-12.284-4.686-16.971 0l-67.029 67.029c-7.56 7.56-2.206 20.485 8.485 20.485h35.146c-20.29 54.317-84.963 86.588-144.117 94.015V256h52c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-52v-5.47c37.281-13.178 63.995-48.725 64-90.518C384.005 43.772 341.605.738 289.37.01 235.723-.739 192 42.525 192 96c0 41.798 26.716 77.35 64 90.53V192h-52c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h52v190.015c-58.936-7.399-123.82-39.679-144.117-94.015h35.146c10.691 0 16.045-12.926 8.485-20.485l-67.029-67.029c-4.686-4.686-12.284-4.686-16.971 0L4.485 331.515C-3.074 339.074 2.28 352 12.971 352zM288 64c17.645 0 32 14.355 32 32s-14.355 32-32 32-32-14.355-32-32 14.355-32 32-32z\"/></svg></li><li title=\"angle double down \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"><path d=\"M143 256.3L7 120.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0L313 86.3c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.4 9.5-24.6 9.5-34 .1zm34 192l136-136c9.4-9.4 9.4-24.6 0-33.9l-22.6-22.6c-9.4-9.4-24.6-9.4-33.9 0L160 352.1l-96.4-96.4c-9.4-9.4-24.6-9.4-33.9 0L7 278.3c-9.4 9.4-9.4 24.6 0 33.9l136 136c9.4 9.5 24.6 9.5 34 .1z\"/></svg></li><li title=\"angle double left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M223.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L319.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L393.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34zm-192 34l136 136c9.4 9.4 24.6 9.4 33.9 0l22.6-22.6c9.4-9.4 9.4-24.6 0-33.9L127.9 256l96.4-96.4c9.4-9.4 9.4-24.6 0-33.9L201.7 103c-9.4-9.4-24.6-9.4-33.9 0l-136 136c-9.5 9.4-9.5 24.6-.1 34z\"/></svg></li><li title=\"angle double right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34zm192-34l-136-136c-9.4-9.4-24.6-9.4-33.9 0l-22.6 22.6c-9.4 9.4-9.4 24.6 0 33.9l96.4 96.4-96.4 96.4c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l136-136c9.4-9.2 9.4-24.4 0-33.8z\"/></svg></li><li title=\"angle double up \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"><path d=\"M177 255.7l136 136c9.4 9.4 9.4 24.6 0 33.9l-22.6 22.6c-9.4 9.4-24.6 9.4-33.9 0L160 351.9l-96.4 96.4c-9.4 9.4-24.6 9.4-33.9 0L7 425.7c-9.4-9.4-9.4-24.6 0-33.9l136-136c9.4-9.5 24.6-9.5 34-.1zm-34-192L7 199.7c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l96.4-96.4 96.4 96.4c9.4 9.4 24.6 9.4 33.9 0l22.6-22.6c9.4-9.4 9.4-24.6 0-33.9l-136-136c-9.2-9.4-24.4-9.4-33.8 0z\"/></svg></li><li title=\"angle down \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"/></svg></li><li title=\"angle left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 256 512\"><path d=\"M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z\"/></svg></li><li title=\"angle right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 256 512\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"/></svg></li><li title=\"angle up \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"><path d=\"M177 159.7l136 136c9.4 9.4 9.4 24.6 0 33.9l-22.6 22.6c-9.4 9.4-24.6 9.4-33.9 0L160 255.9l-96.4 96.4c-9.4 9.4-24.6 9.4-33.9 0L7 329.7c-9.4-9.4-9.4-24.6 0-33.9l136-136c9.4-9.5 24.6-9.5 34-.1z\"/></svg></li><li title=\"angry \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM136 240c0-9.3 4.1-17.5 10.5-23.4l-31-9.3c-8.5-2.5-13.3-11.5-10.7-19.9 2.5-8.5 11.4-13.2 19.9-10.7l80 24c8.5 2.5 13.3 11.5 10.7 19.9-2.1 6.9-8.4 11.4-15.3 11.4-.5 0-1.1-.2-1.7-.2.7 2.7 1.7 5.3 1.7 8.2 0 17.7-14.3 32-32 32S136 257.7 136 240zm168 154.2c-27.8-33.4-84.2-33.4-112.1 0-13.5 16.3-38.2-4.2-24.6-20.5 20-24 49.4-37.8 80.6-37.8s60.6 13.8 80.6 37.8c13.8 16.5-11.1 36.6-24.5 20.5zm76.6-186.9l-31 9.3c6.3 5.8 10.5 14.1 10.5 23.4 0 17.7-14.3 32-32 32s-32-14.3-32-32c0-2.9.9-5.6 1.7-8.2-.6.1-1.1.2-1.7.2-6.9 0-13.2-4.5-15.3-11.4-2.5-8.5 2.3-17.4 10.7-19.9l80-24c8.4-2.5 17.4 2.3 19.9 10.7 2.5 8.5-2.3 17.4-10.8 19.9z\"/></svg></li><li title=\"ankh \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"><path d=\"M296 256h-44.62C272.46 222.01 288 181.65 288 144 288 55.63 230.69 0 160 0S32 55.63 32 144c0 37.65 15.54 78.01 36.62 112H24c-13.25 0-24 10.74-24 24v32c0 13.25 10.75 24 24 24h96v152c0 13.25 10.75 24 24 24h32c13.25 0 24-10.75 24-24V336h96c13.25 0 24-10.75 24-24v-32c0-13.26-10.75-24-24-24zM160 80c29.61 0 48 24.52 48 64 0 34.66-27.14 78.14-48 100.87-20.86-22.72-48-66.21-48-100.87 0-39.48 18.39-64 48-64z\"/></svg></li><li title=\"apple alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M350.85 129c25.97 4.67 47.27 18.67 63.92 42 14.65 20.67 24.64 46.67 29.96 78 4.67 28.67 4.32 57.33-1 86-7.99 47.33-23.97 87-47.94 119-28.64 38.67-64.59 58-107.87 58-10.66 0-22.3-3.33-34.96-10-8.66-5.33-18.31-8-28.97-8s-20.3 2.67-28.97 8c-12.66 6.67-24.3 10-34.96 10-43.28 0-79.23-19.33-107.87-58-23.97-32-39.95-71.67-47.94-119-5.32-28.67-5.67-57.33-1-86 5.32-31.33 15.31-57.33 29.96-78 16.65-23.33 37.95-37.33 63.92-42 15.98-2.67 37.95-.33 65.92 7 23.97 6.67 44.28 14.67 60.93 24 16.65-9.33 36.96-17.33 60.93-24 27.98-7.33 49.96-9.67 65.94-7zm-54.94-41c-9.32 8.67-21.65 15-36.96 19-10.66 3.33-22.3 5-34.96 5l-14.98-1c-1.33-9.33-1.33-20 0-32 2.67-24 10.32-42.33 22.97-55 9.32-8.67 21.65-15 36.96-19 10.66-3.33 22.3-5 34.96-5l14.98 1 1 15c0 12.67-1.67 24.33-4.99 35-3.99 15.33-10.31 27.67-18.98 37z\"/></svg></li><li title=\"archive \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M32 448c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32V160H32v288zm160-212c0-6.6 5.4-12 12-12h104c6.6 0 12 5.4 12 12v8c0 6.6-5.4 12-12 12H204c-6.6 0-12-5.4-12-12v-8zM480 32H32C14.3 32 0 46.3 0 64v48c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16V64c0-17.7-14.3-32-32-32z\"/></svg></li><li title=\"archway \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M560 448h-16V96H32v352H16.02c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16H176c8.84 0 16-7.16 16-16V320c0-53.02 42.98-96 96-96s96 42.98 96 96l.02 160v16c0 8.84 7.16 16 16 16H560c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zm0-448H16C7.16 0 0 7.16 0 16v32c0 8.84 7.16 16 16 16h544c8.84 0 16-7.16 16-16V16c0-8.84-7.16-16-16-16z\"/></svg></li><li title=\"arrow alt circle down \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504 256c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zM212 140v116h-70.9c-10.7 0-16.1 13-8.5 20.5l114.9 114.3c4.7 4.7 12.2 4.7 16.9 0l114.9-114.3c7.6-7.6 2.2-20.5-8.5-20.5H300V140c0-6.6-5.4-12-12-12h-64c-6.6 0-12 5.4-12 12z\"/></svg></li><li title=\"arrow alt circle left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 504C119 504 8 393 8 256S119 8 256 8s248 111 248 248-111 248-248 248zm116-292H256v-70.9c0-10.7-13-16.1-20.5-8.5L121.2 247.5c-4.7 4.7-4.7 12.2 0 16.9l114.3 114.9c7.6 7.6 20.5 2.2 20.5-8.5V300h116c6.6 0 12-5.4 12-12v-64c0-6.6-5.4-12-12-12z\"/></svg></li><li title=\"arrow alt circle right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zM140 300h116v70.9c0 10.7 13 16.1 20.5 8.5l114.3-114.9c4.7-4.7 4.7-12.2 0-16.9l-114.3-115c-7.6-7.6-20.5-2.2-20.5 8.5V212H140c-6.6 0-12 5.4-12 12v64c0 6.6 5.4 12 12 12z\"/></svg></li><li title=\"arrow alt circle up \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M8 256C8 119 119 8 256 8s248 111 248 248-111 248-248 248S8 393 8 256zm292 116V256h70.9c10.7 0 16.1-13 8.5-20.5L264.5 121.2c-4.7-4.7-12.2-4.7-16.9 0l-115 114.3c-7.6 7.6-2.2 20.5 8.5 20.5H212v116c0 6.6 5.4 12 12 12h64c6.6 0 12-5.4 12-12z\"/></svg></li><li title=\"arrow circle down \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504 256c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zm-143.6-28.9L288 302.6V120c0-13.3-10.7-24-24-24h-16c-13.3 0-24 10.7-24 24v182.6l-72.4-75.5c-9.3-9.7-24.8-9.9-34.3-.4l-10.9 11c-9.4 9.4-9.4 24.6 0 33.9L239 404.3c9.4 9.4 24.6 9.4 33.9 0l132.7-132.7c9.4-9.4 9.4-24.6 0-33.9l-10.9-11c-9.5-9.5-25-9.3-34.3.4z\"/></svg></li><li title=\"arrow circle left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 504C119 504 8 393 8 256S119 8 256 8s248 111 248 248-111 248-248 248zm28.9-143.6L209.4 288H392c13.3 0 24-10.7 24-24v-16c0-13.3-10.7-24-24-24H209.4l75.5-72.4c9.7-9.3 9.9-24.8.4-34.3l-11-10.9c-9.4-9.4-24.6-9.4-33.9 0L107.7 239c-9.4 9.4-9.4 24.6 0 33.9l132.7 132.7c9.4 9.4 24.6 9.4 33.9 0l11-10.9c9.5-9.5 9.3-25-.4-34.3z\"/></svg></li><li title=\"arrow circle right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zm-28.9 143.6l75.5 72.4H120c-13.3 0-24 10.7-24 24v16c0 13.3 10.7 24 24 24h182.6l-75.5 72.4c-9.7 9.3-9.9 24.8-.4 34.3l11 10.9c9.4 9.4 24.6 9.4 33.9 0L404.3 273c9.4-9.4 9.4-24.6 0-33.9L271.6 106.3c-9.4-9.4-24.6-9.4-33.9 0l-11 10.9c-9.5 9.6-9.3 25.1.4 34.4z\"/></svg></li><li title=\"arrow circle up \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M8 256C8 119 119 8 256 8s248 111 248 248-111 248-248 248S8 393 8 256zm143.6 28.9l72.4-75.5V392c0 13.3 10.7 24 24 24h16c13.3 0 24-10.7 24-24V209.4l72.4 75.5c9.3 9.7 24.8 9.9 34.3.4l10.9-11c9.4-9.4 9.4-24.6 0-33.9L273 107.7c-9.4-9.4-24.6-9.4-33.9 0L106.3 240.4c-9.4 9.4-9.4 24.6 0 33.9l10.9 11c9.6 9.5 25.1 9.3 34.4-.4z\"/></svg></li><li title=\"arrow down \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M413.1 222.5l22.2 22.2c9.4 9.4 9.4 24.6 0 33.9L241 473c-9.4 9.4-24.6 9.4-33.9 0L12.7 278.6c-9.4-9.4-9.4-24.6 0-33.9l22.2-22.2c9.5-9.5 25-9.3 34.3.4L184 343.4V56c0-13.3 10.7-24 24-24h32c13.3 0 24 10.7 24 24v287.4l114.8-120.5c9.3-9.8 24.8-10 34.3-.4z\"/></svg></li><li title=\"arrow left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M257.5 445.1l-22.2 22.2c-9.4 9.4-24.6 9.4-33.9 0L7 273c-9.4-9.4-9.4-24.6 0-33.9L201.4 44.7c9.4-9.4 24.6-9.4 33.9 0l22.2 22.2c9.5 9.5 9.3 25-.4 34.3L136.6 216H424c13.3 0 24 10.7 24 24v32c0 13.3-10.7 24-24 24H136.6l120.5 114.8c9.8 9.3 10 24.8.4 34.3z\"/></svg></li><li title=\"arrow right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"/></svg></li><li title=\"arrow up \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M34.9 289.5l-22.2-22.2c-9.4-9.4-9.4-24.6 0-33.9L207 39c9.4-9.4 24.6-9.4 33.9 0l194.3 194.3c9.4 9.4 9.4 24.6 0 33.9L413 289.4c-9.5 9.5-25 9.3-34.3-.4L264 168.6V456c0 13.3-10.7 24-24 24h-32c-13.3 0-24-10.7-24-24V168.6L69.2 289.1c-9.3 9.8-24.8 10-34.3.4z\"/></svg></li><li title=\"arrows alt h \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M377.941 169.941V216H134.059v-46.059c0-21.382-25.851-32.09-40.971-16.971L7.029 239.029c-9.373 9.373-9.373 24.568 0 33.941l86.059 86.059c15.119 15.119 40.971 4.411 40.971-16.971V296h243.882v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.568 0-33.941l-86.059-86.059c-15.119-15.12-40.971-4.412-40.971 16.97z\"/></svg></li><li title=\"arrows alt v \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 256 512\"><path d=\"M214.059 377.941H168V134.059h46.059c21.382 0 32.09-25.851 16.971-40.971L144.971 7.029c-9.373-9.373-24.568-9.373-33.941 0L24.971 93.088c-15.119 15.119-4.411 40.971 16.971 40.971H88v243.882H41.941c-21.382 0-32.09 25.851-16.971 40.971l86.059 86.059c9.373 9.373 24.568 9.373 33.941 0l86.059-86.059c15.12-15.119 4.412-40.971-16.97-40.971z\"/></svg></li><li title=\"arrows alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M352.201 425.775l-79.196 79.196c-9.373 9.373-24.568 9.373-33.941 0l-79.196-79.196c-15.119-15.119-4.411-40.971 16.971-40.97h51.162L228 284H127.196v51.162c0 21.382-25.851 32.09-40.971 16.971L7.029 272.937c-9.373-9.373-9.373-24.569 0-33.941L86.225 159.8c15.119-15.119 40.971-4.411 40.971 16.971V228H228V127.196h-51.23c-21.382 0-32.09-25.851-16.971-40.971l79.196-79.196c9.373-9.373 24.568-9.373 33.941 0l79.196 79.196c15.119 15.119 4.411 40.971-16.971 40.971h-51.162V228h100.804v-51.162c0-21.382 25.851-32.09 40.97-16.971l79.196 79.196c9.373 9.373 9.373 24.569 0 33.941L425.773 352.2c-15.119 15.119-40.971 4.411-40.97-16.971V284H284v100.804h51.23c21.382 0 32.09 25.851 16.971 40.971z\"/></svg></li><li title=\"assistive listening systems \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M216 260c0 15.464-12.536 28-28 28s-28-12.536-28-28c0-44.112 35.888-80 80-80s80 35.888 80 80c0 15.464-12.536 28-28 28s-28-12.536-28-28c0-13.234-10.767-24-24-24s-24 10.766-24 24zm24-176c-97.047 0-176 78.953-176 176 0 15.464 12.536 28 28 28s28-12.536 28-28c0-66.168 53.832-120 120-120s120 53.832 120 120c0 75.164-71.009 70.311-71.997 143.622L288 404c0 28.673-23.327 52-52 52-15.464 0-28 12.536-28 28s12.536 28 28 28c59.475 0 107.876-48.328 108-107.774.595-34.428 72-48.24 72-144.226 0-97.047-78.953-176-176-176zm-80 236c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zM32 448c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm480-187.993c0-1.518-.012-3.025-.045-4.531C510.076 140.525 436.157 38.47 327.994 1.511c-14.633-4.998-30.549 2.809-35.55 17.442-5 14.633 2.81 30.549 17.442 35.55 85.906 29.354 144.61 110.513 146.077 201.953l.003.188c.026 1.118.033 2.236.033 3.363 0 15.464 12.536 28 28 28s28.001-12.536 28.001-28zM152.971 439.029l-80-80L39.03 392.97l80 80 33.941-33.941z\"/></svg></li><li title=\"asterisk \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M478.21 334.093L336 256l142.21-78.093c11.795-6.477 15.961-21.384 9.232-33.037l-19.48-33.741c-6.728-11.653-21.72-15.499-33.227-8.523L296 186.718l3.475-162.204C299.763 11.061 288.937 0 275.48 0h-38.96c-13.456 0-24.283 11.061-23.994 24.514L216 186.718 77.265 102.607c-11.506-6.976-26.499-3.13-33.227 8.523l-19.48 33.741c-6.728 11.653-2.562 26.56 9.233 33.037L176 256 33.79 334.093c-11.795 6.477-15.961 21.384-9.232 33.037l19.48 33.741c6.728 11.653 21.721 15.499 33.227 8.523L216 325.282l-3.475 162.204C212.237 500.939 223.064 512 236.52 512h38.961c13.456 0 24.283-11.061 23.995-24.514L296 325.282l138.735 84.111c11.506 6.976 26.499 3.13 33.227-8.523l19.48-33.741c6.728-11.653 2.563-26.559-9.232-33.036z\"/></svg></li><li title=\"at \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 8C118.941 8 8 118.919 8 256c0 137.059 110.919 248 248 248 48.154 0 95.342-14.14 135.408-40.223 12.005-7.815 14.625-24.288 5.552-35.372l-10.177-12.433c-7.671-9.371-21.179-11.667-31.373-5.129C325.92 429.757 291.314 440 256 440c-101.458 0-184-82.542-184-184S154.542 72 256 72c100.139 0 184 57.619 184 160 0 38.786-21.093 79.742-58.17 83.693-17.349-.454-16.91-12.857-13.476-30.024l23.433-121.11C394.653 149.75 383.308 136 368.225 136h-44.981a13.518 13.518 0 0 0-13.432 11.993l-.01.092c-14.697-17.901-40.448-21.775-59.971-21.775-74.58 0-137.831 62.234-137.831 151.46 0 65.303 36.785 105.87 96 105.87 26.984 0 57.369-15.637 74.991-38.333 9.522 34.104 40.613 34.103 70.71 34.103C462.609 379.41 504 307.798 504 232 504 95.653 394.023 8 256 8zm-21.68 304.43c-22.249 0-36.07-15.623-36.07-40.771 0-44.993 30.779-72.729 58.63-72.729 22.292 0 35.601 15.241 35.601 40.77 0 45.061-33.875 72.73-58.161 72.73z\"/></svg></li><li title=\"atlas \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M318.38 208h-39.09c-1.49 27.03-6.54 51.35-14.21 70.41 27.71-13.24 48.02-39.19 53.3-70.41zm0-32c-5.29-31.22-25.59-57.17-53.3-70.41 7.68 19.06 12.72 43.38 14.21 70.41h39.09zM224 97.31c-7.69 7.45-20.77 34.42-23.43 78.69h46.87c-2.67-44.26-15.75-71.24-23.44-78.69zm-41.08 8.28c-27.71 13.24-48.02 39.19-53.3 70.41h39.09c1.49-27.03 6.53-51.35 14.21-70.41zm0 172.82c-7.68-19.06-12.72-43.38-14.21-70.41h-39.09c5.28 31.22 25.59 57.17 53.3 70.41zM247.43 208h-46.87c2.66 44.26 15.74 71.24 23.43 78.69 7.7-7.45 20.78-34.43 23.44-78.69zM448 358.4V25.6c0-16-9.6-25.6-25.6-25.6H96C41.6 0 0 41.6 0 96v320c0 54.4 41.6 96 96 96h326.4c12.8 0 25.6-9.6 25.6-25.6v-16c0-6.4-3.2-12.8-9.6-19.2-3.2-16-3.2-60.8 0-73.6 6.4-3.2 9.6-9.6 9.6-19.2zM224 64c70.69 0 128 57.31 128 128s-57.31 128-128 128S96 262.69 96 192 153.31 64 224 64zm160 384H96c-19.2 0-32-12.8-32-32s16-32 32-32h288v64z\"/></svg></li><li title=\"atom \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M223.99908,224a32,32,0,1,0,32.00782,32A32.06431,32.06431,0,0,0,223.99908,224Zm214.172-96c-10.877-19.5-40.50979-50.75-116.27544-41.875C300.39168,34.875,267.63386,0,223.99908,0s-76.39066,34.875-97.89653,86.125C50.3369,77.375,20.706,108.5,9.82907,128-6.54984,157.375-5.17484,201.125,34.958,256-5.17484,310.875-6.54984,354.625,9.82907,384c29.13087,52.375,101.64652,43.625,116.27348,41.875C147.60842,477.125,180.36429,512,223.99908,512s76.3926-34.875,97.89652-86.125c14.62891,1.75,87.14456,10.5,116.27544-41.875C454.55,354.625,453.175,310.875,413.04017,256,453.175,201.125,454.55,157.375,438.171,128ZM63.33886,352c-4-7.25-.125-24.75,15.00391-48.25,6.87695,6.5,14.12891,12.875,21.88087,19.125,1.625,13.75,4,27.125,6.75,40.125C82.34472,363.875,67.09081,358.625,63.33886,352Zm36.88478-162.875c-7.752,6.25-15.00392,12.625-21.88087,19.125-15.12891-23.5-19.00392-41-15.00391-48.25,3.377-6.125,16.37891-11.5,37.88478-11.5,1.75,0,3.875.375,5.75.375C104.09864,162.25,101.84864,175.625,100.22364,189.125ZM223.99908,64c9.50195,0,22.25586,13.5,33.88282,37.25-11.252,3.75-22.50391,8-33.88282,12.875-11.377-4.875-22.62892-9.125-33.88283-12.875C201.74516,77.5,214.49712,64,223.99908,64Zm0,384c-9.502,0-22.25392-13.5-33.88283-37.25,11.25391-3.75,22.50587-8,33.88283-12.875C235.378,402.75,246.62994,407,257.8819,410.75,246.25494,434.5,233.501,448,223.99908,448Zm0-112a80,80,0,1,1,80-80A80.00023,80.00023,0,0,1,223.99908,336ZM384.6593,352c-3.625,6.625-19.00392,11.875-43.63479,11,2.752-13,5.127-26.375,6.752-40.125,7.75195-6.25,15.00391-12.625,21.87891-19.125C384.7843,327.25,388.6593,344.75,384.6593,352ZM369.65538,208.25c-6.875-6.5-14.127-12.875-21.87891-19.125-1.625-13.5-3.875-26.875-6.752-40.25,1.875,0,4.002-.375,5.752-.375,21.50391,0,34.50782,5.375,37.88283,11.5C388.6593,167.25,384.7843,184.75,369.65538,208.25Z\"/></svg></li><li title=\"audio description \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M162.925 238.709l8.822 30.655h-25.606l9.041-30.652c1.277-4.421 2.651-9.994 3.872-15.245 1.22 5.251 2.594 10.823 3.871 15.242zm166.474-32.099h-14.523v98.781h14.523c29.776 0 46.175-17.678 46.175-49.776 0-32.239-17.49-49.005-46.175-49.005zM512 112v288c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V112c0-26.51 21.49-48 48-48h416c26.51 0 48 21.49 48 48zM245.459 336.139l-57.097-168A12.001 12.001 0 0 0 177 160h-35.894a12.001 12.001 0 0 0-11.362 8.139l-57.097 168C70.003 343.922 75.789 352 84.009 352h29.133a12 12 0 0 0 11.535-8.693l8.574-29.906h51.367l8.793 29.977A12 12 0 0 0 204.926 352h29.172c8.22 0 14.006-8.078 11.361-15.861zm184.701-80.525c0-58.977-37.919-95.614-98.96-95.614h-57.366c-6.627 0-12 5.373-12 12v168c0 6.627 5.373 12 12 12H331.2c61.041 0 98.96-36.933 98.96-96.386z\"/></svg></li><li title=\"award \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M97.12 362.63c-8.69-8.69-4.16-6.24-25.12-11.85-9.51-2.55-17.87-7.45-25.43-13.32L1.2 448.7c-4.39 10.77 3.81 22.47 15.43 22.03l52.69-2.01L105.56 507c8 8.44 22.04 5.81 26.43-4.96l52.05-127.62c-10.84 6.04-22.87 9.58-35.31 9.58-19.5 0-37.82-7.59-51.61-21.37zM382.8 448.7l-45.37-111.24c-7.56 5.88-15.92 10.77-25.43 13.32-21.07 5.64-16.45 3.18-25.12 11.85-13.79 13.78-32.12 21.37-51.62 21.37-12.44 0-24.47-3.55-35.31-9.58L252 502.04c4.39 10.77 18.44 13.4 26.43 4.96l36.25-38.28 52.69 2.01c11.62.44 19.82-11.27 15.43-22.03zM263 340c15.28-15.55 17.03-14.21 38.79-20.14 13.89-3.79 24.75-14.84 28.47-28.98 7.48-28.4 5.54-24.97 25.95-45.75 10.17-10.35 14.14-25.44 10.42-39.58-7.47-28.38-7.48-24.42 0-52.83 3.72-14.14-.25-29.23-10.42-39.58-20.41-20.78-18.47-17.36-25.95-45.75-3.72-14.14-14.58-25.19-28.47-28.98-27.88-7.61-24.52-5.62-44.95-26.41-10.17-10.35-25-14.4-38.89-10.61-27.87 7.6-23.98 7.61-51.9 0-13.89-3.79-28.72.25-38.89 10.61-20.41 20.78-17.05 18.8-44.94 26.41-13.89 3.79-24.75 14.84-28.47 28.98-7.47 28.39-5.54 24.97-25.95 45.75-10.17 10.35-14.15 25.44-10.42 39.58 7.47 28.36 7.48 24.4 0 52.82-3.72 14.14.25 29.23 10.42 39.59 20.41 20.78 18.47 17.35 25.95 45.75 3.72 14.14 14.58 25.19 28.47 28.98C104.6 325.96 106.27 325 121 340c13.23 13.47 33.84 15.88 49.74 5.82a39.676 39.676 0 0 1 42.53 0c15.89 10.06 36.5 7.65 49.73-5.82zM97.66 175.96c0-53.03 42.24-96.02 94.34-96.02s94.34 42.99 94.34 96.02-42.24 96.02-94.34 96.02-94.34-42.99-94.34-96.02z\"/></svg></li><li title=\"baby carriage \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M144.8 17c-11.3-17.8-37.2-22.8-54-9.4C35.3 51.9 0 118 0 192h256L144.8 17zM496 96h-48c-35.3 0-64 28.7-64 64v64H0c0 50.6 23 96.4 60.3 130.7C25.7 363.6 0 394.7 0 432c0 44.2 35.8 80 80 80s80-35.8 80-80c0-8.9-1.8-17.2-4.4-25.2 21.6 5.9 44.6 9.2 68.4 9.2s46.9-3.3 68.4-9.2c-2.7 8-4.4 16.3-4.4 25.2 0 44.2 35.8 80 80 80s80-35.8 80-80c0-37.3-25.7-68.4-60.3-77.3C425 320.4 448 274.6 448 224v-64h48c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zM80 464c-17.6 0-32-14.4-32-32s14.4-32 32-32 32 14.4 32 32-14.4 32-32 32zm320-32c0 17.6-14.4 32-32 32s-32-14.4-32-32 14.4-32 32-32 32 14.4 32 32z\"/></svg></li><li title=\"baby \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M192 160c44.2 0 80-35.8 80-80S236.2 0 192 0s-80 35.8-80 80 35.8 80 80 80zm-53.4 248.8l25.6-32-61.5-51.2L56.8 383c-11.4 14.2-11.7 34.4-.8 49l48 64c7.9 10.5 19.9 16 32 16 8.3 0 16.8-2.6 24-8 17.7-13.2 21.2-38.3 8-56l-29.4-39.2zm142.7-83.2l-61.5 51.2 25.6 32L216 448c-13.2 17.7-9.7 42.8 8 56 7.2 5.4 15.6 8 24 8 12.2 0 24.2-5.5 32-16l48-64c10.9-14.6 10.6-34.8-.8-49l-45.9-57.4zM376.7 145c-12.7-18.1-37.6-22.4-55.7-9.8l-40.6 28.5c-52.7 37-124.2 37-176.8 0L63 135.3C44.9 122.6 20 127 7.3 145-5.4 163.1-1 188 17 200.7l40.6 28.5c17 11.9 35.4 20.9 54.4 27.9V288h160v-30.8c19-7 37.4-16 54.4-27.9l40.6-28.5c18.1-12.8 22.4-37.7 9.7-55.8z\"/></svg></li><li title=\"backspace \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M576 64H205.26A63.97 63.97 0 0 0 160 82.75L9.37 233.37c-12.5 12.5-12.5 32.76 0 45.25L160 429.25c12 12 28.28 18.75 45.25 18.75H576c35.35 0 64-28.65 64-64V128c0-35.35-28.65-64-64-64zm-84.69 254.06c6.25 6.25 6.25 16.38 0 22.63l-22.62 22.62c-6.25 6.25-16.38 6.25-22.63 0L384 301.25l-62.06 62.06c-6.25 6.25-16.38 6.25-22.63 0l-22.62-22.62c-6.25-6.25-6.25-16.38 0-22.63L338.75 256l-62.06-62.06c-6.25-6.25-6.25-16.38 0-22.63l22.62-22.62c6.25-6.25 16.38-6.25 22.63 0L384 210.75l62.06-62.06c6.25-6.25 16.38-6.25 22.63 0l22.62 22.62c6.25 6.25 6.25 16.38 0 22.63L429.25 256l62.06 62.06z\"/></svg></li><li title=\"backward \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M11.5 280.6l192 160c20.6 17.2 52.5 2.8 52.5-24.6V96c0-27.4-31.9-41.8-52.5-24.6l-192 160c-15.3 12.8-15.3 36.4 0 49.2zm256 0l192 160c20.6 17.2 52.5 2.8 52.5-24.6V96c0-27.4-31.9-41.8-52.5-24.6l-192 160c-15.3 12.8-15.3 36.4 0 49.2z\"/></svg></li><li title=\"bacon \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M218.92 336.39c34.89-34.89 44.2-59.7 54.05-86 10.61-28.29 21.59-57.54 61.37-97.34s69.05-50.77 97.35-61.38c23.88-9 46.64-17.68 76.79-45.37L470.81 8.91a31 31 0 0 0-40.18-2.83c-13.64 10.1-25.15 14.39-41 20.3C247 79.52 209.26 191.29 200.65 214.1c-29.75 78.83-89.55 94.68-98.72 98.09-24.86 9.26-54.73 20.38-91.07 50.36C-3 374-3.63 395 9.07 407.61l35.76 35.51C80 410.52 107 400.15 133 390.39c26.27-9.84 51.06-19.12 85.92-54zm348-232l-35.75-35.51c-35.19 32.63-62.18 43-88.25 52.79-26.26 9.85-51.06 19.16-85.95 54s-44.19 59.69-54 86C292.33 290 281.34 319.22 241.55 359s-69 50.73-97.3 61.32c-23.86 9-46.61 17.66-76.72 45.33l37.68 37.43a31 31 0 0 0 40.18 2.82c13.6-10.06 25.09-14.34 40.94-20.24 142.2-53 180-164.1 188.94-187.69C405 219.18 464.8 203.3 474 199.86c24.87-9.27 54.74-20.4 91.11-50.41 13.89-11.4 14.52-32.45 1.82-45.05z\"/></svg></li><li title=\"bacteria \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M272.35,226.4A17.71,17.71,0,0,0,281.46,203l-4-9.08a121.29,121.29,0,0,1,12.36-3.08A83.34,83.34,0,0,0,323.57,177l10,9a17.76,17.76,0,1,0,23.92-26.27l-9.72-8.76a83.12,83.12,0,0,0,11.65-48.18l11.85-3.51a17.73,17.73,0,1,0-10.15-34l-11.34,3.36a84,84,0,0,0-36.38-35.57l2.84-10.85a17.8,17.8,0,0,0-34.47-8.93l-2.82,10.78a83.25,83.25,0,0,0-16.74,1.1C250.83,27,240,30.22,229.1,33.39l-3.38-9.46a17.8,17.8,0,0,0-33.56,11.89l3.49,9.8a286.74,286.74,0,0,0-43.94,23.57l-6.32-8.43a17.9,17.9,0,0,0-24.94-3.6A17.69,17.69,0,0,0,116.84,82l6.45,8.61a286.59,286.59,0,0,0-34.95,35.33l-8.82-6.42a17.84,17.84,0,0,0-24.89,3.86,17.66,17.66,0,0,0,3.88,24.77l8.88,6.47a286.6,286.6,0,0,0-23,43.91l-10.48-3.59a17.73,17.73,0,1,0-11.59,33.52L32.67,232c-2.79,10-5.79,19.84-7.52,30.22a83.16,83.16,0,0,0-.82,19l-11.58,3.43a17.73,17.73,0,1,0,10.13,34l11.27-3.33a83.51,83.51,0,0,0,36.39,35.43l-2.88,11.06a17.81,17.81,0,0,0,34.48,8.92l2.87-11c1,0,2.07.26,3.1.26a83.39,83.39,0,0,0,45.65-13.88l8.59,8.8a17.77,17.77,0,0,0,25.56-24.7l-9.14-9.37a83.41,83.41,0,0,0,12.08-31.05,119.08,119.08,0,0,1,3.87-15.53l9,4.22a17.74,17.74,0,1,0,15.15-32.09l-8.8-4.11c.67-1,1.2-2.08,1.9-3.05a119.89,119.89,0,0,1,7.87-9.41,121.73,121.73,0,0,1,11.65-11.4,119.49,119.49,0,0,1,9.94-7.82c1.12-.77,2.32-1.42,3.47-2.15l3.92,8.85a17.86,17.86,0,0,0,16.32,10.58A18.14,18.14,0,0,0,272.35,226.4ZM128,256a32,32,0,1,1,32-32A32,32,0,0,1,128,256Zm80-96a16,16,0,1,1,16-16A16,16,0,0,1,208,160Zm431.26,45.3a17.79,17.79,0,0,0-17.06-12.69,17.55,17.55,0,0,0-5.08.74l-11.27,3.33a83.61,83.61,0,0,0-36.39-35.43l2.88-11.06a17.81,17.81,0,0,0-34.48-8.91l-2.87,11c-1,0-2.07-.26-3.1-.26a83.32,83.32,0,0,0-45.65,13.89l-8.59-8.81a17.77,17.77,0,0,0-25.56,24.7l9.14,9.37a83.28,83.28,0,0,0-12.08,31.06,119.34,119.34,0,0,1-3.87,15.52l-9-4.22a17.74,17.74,0,1,0-15.15,32.09l8.8,4.11c-.67,1-1.2,2.08-1.89,3.05a117.71,117.71,0,0,1-7.94,9.47,119,119,0,0,1-11.57,11.33,121.59,121.59,0,0,1-10,7.83c-1.12.77-2.32,1.42-3.47,2.15l-3.92-8.85a17.86,17.86,0,0,0-16.32-10.58,18.14,18.14,0,0,0-7.18,1.5A17.71,17.71,0,0,0,358.54,309l4,9.08a118.71,118.71,0,0,1-12.36,3.08,83.34,83.34,0,0,0-33.77,13.9l-10-9a17.77,17.77,0,1,0-23.92,26.28l9.72,8.75a83.12,83.12,0,0,0-11.65,48.18l-11.86,3.51a17.73,17.73,0,1,0,10.16,34l11.34-3.36A84,84,0,0,0,326.61,479l-2.84,10.85a17.8,17.8,0,0,0,34.47,8.93L361.06,488a83.3,83.3,0,0,0,16.74-1.1c11.37-1.89,22.24-5.07,33.1-8.24l3.38,9.46a17.8,17.8,0,0,0,33.56-11.89l-3.49-9.79a287.66,287.66,0,0,0,43.94-23.58l6.32,8.43a17.88,17.88,0,0,0,24.93,3.6A17.67,17.67,0,0,0,523.16,430l-6.45-8.61a287.37,287.37,0,0,0,34.95-35.34l8.82,6.42a17.76,17.76,0,1,0,21-28.63l-8.88-6.46a287.17,287.17,0,0,0,23-43.92l10.48,3.59a17.73,17.73,0,1,0,11.59-33.52L607.33,280c2.79-10,5.79-19.84,7.52-30.21a83.27,83.27,0,0,0,.82-19.05l11.58-3.43A17.7,17.7,0,0,0,639.26,205.3ZM416,416a32,32,0,1,1,32-32A32,32,0,0,1,416,416Z\"/></svg></li><li title=\"bacterium \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511,102.93A23.76,23.76,0,0,0,481.47,87l-15.12,4.48a111.85,111.85,0,0,0-48.5-47.42l3.79-14.47a23.74,23.74,0,0,0-46-11.91l-3.76,14.37a111.94,111.94,0,0,0-22.33,1.47,386.74,386.74,0,0,0-44.33,10.41l-4.3-12a23.74,23.74,0,0,0-44.75,15.85l4.3,12.05a383.4,383.4,0,0,0-58.69,31.83l-8-10.63a23.85,23.85,0,0,0-33.24-4.8,23.57,23.57,0,0,0-4.83,33.09l8,10.63a386.14,386.14,0,0,0-46.7,47.44l-11-8a23.68,23.68,0,1,0-28,38.17l11.09,8.06a383.45,383.45,0,0,0-30.92,58.75l-12.93-4.43a23.65,23.65,0,1,0-15.47,44.69l13,4.48a385.81,385.81,0,0,0-9.3,40.53A111.58,111.58,0,0,0,32.44,375L17,379.56a23.64,23.64,0,0,0,13.51,45.31l15-4.44a111.49,111.49,0,0,0,48.53,47.24l-3.85,14.75a23.66,23.66,0,0,0,17,28.83,24.7,24.7,0,0,0,6,.75,23.73,23.73,0,0,0,23-17.7L140,479.67c1.37.05,2.77.35,4.13.35A111.22,111.22,0,0,0,205,461.5l11.45,11.74a23.7,23.7,0,0,0,34.08-32.93l-12.19-12.5a111,111,0,0,0,16.11-41.4,158.69,158.69,0,0,1,5.16-20.71l12,5.64a23.66,23.66,0,1,0,20.19-42.79l-11.72-5.49c.89-1.32,1.59-2.77,2.52-4.06a157.86,157.86,0,0,1,10.46-12.49,159.5,159.5,0,0,1,15.59-15.28,162.18,162.18,0,0,1,13.23-10.4c1.5-1,3.1-1.89,4.63-2.87l5.23,11.8a23.74,23.74,0,0,0,43.48-19.08l-5.36-12.11a158.87,158.87,0,0,1,16.49-4.1,111,111,0,0,0,45-18.54l13.33,12a23.69,23.69,0,1,0,31.88-35l-12.94-11.67A110.83,110.83,0,0,0,479.21,137L495,132.32A23.61,23.61,0,0,0,511,102.93ZM160,368a48,48,0,1,1,48-48A48,48,0,0,1,160,368Zm80-136a24,24,0,1,1,24-24A24,24,0,0,1,240,232Z\"/></svg></li><li title=\"bahai \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M496.25 202.52l-110-15.44 41.82-104.34c6.67-16.64-11.6-32.18-26.59-22.63L307.44 120 273.35 12.82C270.64 4.27 263.32 0 256 0c-7.32 0-14.64 4.27-17.35 12.82l-34.09 107.19-94.04-59.89c-14.99-9.55-33.25 5.99-26.59 22.63l41.82 104.34-110 15.43c-17.54 2.46-21.68 26.27-6.03 34.67l98.16 52.66-74.48 83.54c-10.92 12.25-1.72 30.93 13.29 30.93 1.31 0 2.67-.14 4.07-.45l108.57-23.65-4.11 112.55c-.43 11.65 8.87 19.22 18.41 19.22 5.15 0 10.39-2.21 14.2-7.18l68.18-88.9 68.18 88.9c3.81 4.97 9.04 7.18 14.2 7.18 9.54 0 18.84-7.57 18.41-19.22l-4.11-112.55 108.57 23.65c17.36 3.76 29.21-17.2 17.35-30.49l-74.48-83.54 98.16-52.66c15.64-8.39 11.5-32.2-6.04-34.66zM338.51 311.68l-51.89-11.3 1.97 53.79L256 311.68l-32.59 42.49 1.96-53.79-51.89 11.3 35.6-39.93-46.92-25.17 52.57-7.38-19.99-49.87 44.95 28.62L256 166.72l16.29 51.23 44.95-28.62-19.99 49.87 52.57 7.38-46.92 25.17 35.61 39.93z\"/></svg></li><li title=\"balance scale left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M528 448H352V153.25c20.42-8.94 36.1-26.22 43.38-47.47l132-44.26c8.38-2.81 12.89-11.88 10.08-20.26l-10.17-30.34C524.48 2.54 515.41-1.97 507.03.84L389.11 40.37C375.3 16.36 349.69 0 320 0c-44.18 0-80 35.82-80 80 0 3.43.59 6.71 1.01 10.03l-128.39 43.05c-8.38 2.81-12.89 11.88-10.08 20.26l10.17 30.34c2.81 8.38 11.88 12.89 20.26 10.08l142.05-47.63c4.07 2.77 8.43 5.12 12.99 7.12V496c0 8.84 7.16 16 16 16h224c8.84 0 16-7.16 16-16v-32c-.01-8.84-7.17-16-16.01-16zm111.98-144c0-16.18 1.34-8.73-85.05-181.51-17.65-35.29-68.19-35.36-85.87 0-87.12 174.26-85.04 165.84-85.04 181.51H384c0 44.18 57.31 80 128 80s128-35.82 128-80h-.02zM440 288l72-144 72 144H440zm-269.07-37.51c-17.65-35.29-68.19-35.36-85.87 0C-2.06 424.75.02 416.33.02 432H0c0 44.18 57.31 80 128 80s128-35.82 128-80h-.02c0-16.18 1.34-8.73-85.05-181.51zM56 416l72-144 72 144H56z\"/></svg></li><li title=\"balance scale right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M96 464v32c0 8.84 7.16 16 16 16h224c8.84 0 16-7.16 16-16V153.25c4.56-2 8.92-4.35 12.99-7.12l142.05 47.63c8.38 2.81 17.45-1.71 20.26-10.08l10.17-30.34c2.81-8.38-1.71-17.45-10.08-20.26l-128.4-43.05c.42-3.32 1.01-6.6 1.01-10.03 0-44.18-35.82-80-80-80-29.69 0-55.3 16.36-69.11 40.37L132.96.83c-8.38-2.81-17.45 1.71-20.26 10.08l-10.17 30.34c-2.81 8.38 1.71 17.45 10.08 20.26l132 44.26c7.28 21.25 22.96 38.54 43.38 47.47V448H112c-8.84 0-16 7.16-16 16zM0 304c0 44.18 57.31 80 128 80s128-35.82 128-80h-.02c0-15.67 2.08-7.25-85.05-181.51-17.68-35.36-68.22-35.29-85.87 0C-1.32 295.27.02 287.82.02 304H0zm56-16l72-144 72 144H56zm328.02 144H384c0 44.18 57.31 80 128 80s128-35.82 128-80h-.02c0-15.67 2.08-7.25-85.05-181.51-17.68-35.36-68.22-35.29-85.87 0-86.38 172.78-85.04 165.33-85.04 181.51zM440 416l72-144 72 144H440z\"/></svg></li><li title=\"balance scale \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M256 336h-.02c0-16.18 1.34-8.73-85.05-181.51-17.65-35.29-68.19-35.36-85.87 0C-2.06 328.75.02 320.33.02 336H0c0 44.18 57.31 80 128 80s128-35.82 128-80zM128 176l72 144H56l72-144zm511.98 160c0-16.18 1.34-8.73-85.05-181.51-17.65-35.29-68.19-35.36-85.87 0-87.12 174.26-85.04 165.84-85.04 181.51H384c0 44.18 57.31 80 128 80s128-35.82 128-80h-.02zM440 320l72-144 72 144H440zm88 128H352V153.25c23.51-10.29 41.16-31.48 46.39-57.25H528c8.84 0 16-7.16 16-16V48c0-8.84-7.16-16-16-16H383.64C369.04 12.68 346.09 0 320 0s-49.04 12.68-63.64 32H112c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h129.61c5.23 25.76 22.87 46.96 46.39 57.25V448H112c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h416c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"/></svg></li><li title=\"ban \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 8C119.034 8 8 119.033 8 256s111.034 248 248 248 248-111.034 248-248S392.967 8 256 8zm130.108 117.892c65.448 65.448 70 165.481 20.677 235.637L150.47 105.216c70.204-49.356 170.226-44.735 235.638 20.676zM125.892 386.108c-65.448-65.448-70-165.481-20.677-235.637L361.53 406.784c-70.203 49.356-170.226 44.736-235.638-20.676z\"/></svg></li><li title=\"band aid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M0 160v192c0 35.3 28.7 64 64 64h96V96H64c-35.3 0-64 28.7-64 64zm576-64h-96v320h96c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64zM192 416h256V96H192v320zm176-232c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm0 96c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm-96-96c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm0 96c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24z\"/></svg></li><li title=\"barcode \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M0 448V64h18v384H0zm26.857-.273V64H36v383.727h-9.143zm27.143 0V64h8.857v383.727H54zm44.857 0V64h8.857v383.727h-8.857zm36 0V64h17.714v383.727h-17.714zm44.857 0V64h8.857v383.727h-8.857zm18 0V64h8.857v383.727h-8.857zm18 0V64h8.857v383.727h-8.857zm35.715 0V64h18v383.727h-18zm44.857 0V64h18v383.727h-18zm35.999 0V64h18.001v383.727h-18.001zm36.001 0V64h18.001v383.727h-18.001zm26.857 0V64h18v383.727h-18zm45.143 0V64h26.857v383.727h-26.857zm35.714 0V64h9.143v383.727H476zm18 .273V64h18v384h-18z\"/></svg></li><li title=\"bars \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z\"/></svg></li><li title=\"baseball ball \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M368.5 363.9l28.8-13.9c11.1 22.9 26 43.2 44.1 60.9 34-42.5 54.5-96.3 54.5-154.9 0-58.5-20.4-112.2-54.2-154.6-17.8 17.3-32.6 37.1-43.6 59.5l-28.7-14.1c12.8-26 30-49 50.8-69C375.6 34.7 315 8 248 8 181.1 8 120.5 34.6 75.9 77.7c20.7 19.9 37.9 42.9 50.7 68.8l-28.7 14.1c-11-22.3-25.7-42.1-43.5-59.4C20.4 143.7 0 197.4 0 256c0 58.6 20.4 112.3 54.4 154.7 18.2-17.7 33.2-38 44.3-61l28.8 13.9c-12.9 26.7-30.3 50.3-51.5 70.7 44.5 43.1 105.1 69.7 172 69.7 66.8 0 127.3-26.5 171.9-69.5-21.1-20.4-38.5-43.9-51.4-70.6zm-228.3-32l-30.5-9.8c14.9-46.4 12.7-93.8-.6-134l30.4-10c15 45.6 18 99.9.7 153.8zm216.3-153.4l30.4 10c-13.2 40.1-15.5 87.5-.6 134l-30.5 9.8c-17.3-54-14.3-108.3.7-153.8z\"/></svg></li><li title=\"basketball ball \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M212.3 10.3c-43.8 6.3-86.2 24.1-122.2 53.8l77.4 77.4c27.8-35.8 43.3-81.2 44.8-131.2zM248 222L405.9 64.1c-42.4-35-93.6-53.5-145.5-56.1-1.2 63.9-21.5 122.3-58.7 167.7L248 222zM56.1 98.1c-29.7 36-47.5 78.4-53.8 122.2 50-1.5 95.5-17 131.2-44.8L56.1 98.1zm272.2 204.2c45.3-37.1 103.7-57.4 167.7-58.7-2.6-51.9-21.1-103.1-56.1-145.5L282 256l46.3 46.3zM248 290L90.1 447.9c42.4 34.9 93.6 53.5 145.5 56.1 1.3-64 21.6-122.4 58.7-167.7L248 290zm191.9 123.9c29.7-36 47.5-78.4 53.8-122.2-50.1 1.6-95.5 17.1-131.2 44.8l77.4 77.4zM167.7 209.7C122.3 246.9 63.9 267.3 0 268.4c2.6 51.9 21.1 103.1 56.1 145.5L214 256l-46.3-46.3zm116 292c43.8-6.3 86.2-24.1 122.2-53.8l-77.4-77.4c-27.7 35.7-43.2 81.2-44.8 131.2z\"/></svg></li><li title=\"bath \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M32,384a95.4,95.4,0,0,0,32,71.09V496a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V480H384v16a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V455.09A95.4,95.4,0,0,0,480,384V336H32ZM496,256H80V69.25a21.26,21.26,0,0,1,36.28-15l19.27,19.26c-13.13,29.88-7.61,59.11,8.62,79.73l-.17.17A16,16,0,0,0,144,176l11.31,11.31a16,16,0,0,0,22.63,0L283.31,81.94a16,16,0,0,0,0-22.63L272,48a16,16,0,0,0-22.62,0l-.17.17c-20.62-16.23-49.83-21.75-79.73-8.62L150.22,20.28A69.25,69.25,0,0,0,32,69.25V256H16A16,16,0,0,0,0,272v16a16,16,0,0,0,16,16H496a16,16,0,0,0,16-16V272A16,16,0,0,0,496,256Z\"/></svg></li><li title=\"battery empty \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M544 160v64h32v64h-32v64H64V160h480m16-64H48c-26.51 0-48 21.49-48 48v224c0 26.51 21.49 48 48 48h512c26.51 0 48-21.49 48-48v-16h8c13.255 0 24-10.745 24-24V184c0-13.255-10.745-24-24-24h-8v-16c0-26.51-21.49-48-48-48z\"/></svg></li><li title=\"battery full \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M544 160v64h32v64h-32v64H64V160h480m16-64H48c-26.51 0-48 21.49-48 48v224c0 26.51 21.49 48 48 48h512c26.51 0 48-21.49 48-48v-16h8c13.255 0 24-10.745 24-24V184c0-13.255-10.745-24-24-24h-8v-16c0-26.51-21.49-48-48-48zm-48 96H96v128h416V192z\"/></svg></li><li title=\"battery half \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M544 160v64h32v64h-32v64H64V160h480m16-64H48c-26.51 0-48 21.49-48 48v224c0 26.51 21.49 48 48 48h512c26.51 0 48-21.49 48-48v-16h8c13.255 0 24-10.745 24-24V184c0-13.255-10.745-24-24-24h-8v-16c0-26.51-21.49-48-48-48zm-240 96H96v128h224V192z\"/></svg></li><li title=\"battery quarter \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M544 160v64h32v64h-32v64H64V160h480m16-64H48c-26.51 0-48 21.49-48 48v224c0 26.51 21.49 48 48 48h512c26.51 0 48-21.49 48-48v-16h8c13.255 0 24-10.745 24-24V184c0-13.255-10.745-24-24-24h-8v-16c0-26.51-21.49-48-48-48zm-336 96H96v128h128V192z\"/></svg></li><li title=\"battery three quarters \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M544 160v64h32v64h-32v64H64V160h480m16-64H48c-26.51 0-48 21.49-48 48v224c0 26.51 21.49 48 48 48h512c26.51 0 48-21.49 48-48v-16h8c13.255 0 24-10.745 24-24V184c0-13.255-10.745-24-24-24h-8v-16c0-26.51-21.49-48-48-48zm-144 96H96v128h320V192z\"/></svg></li><li title=\"bed \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"/></svg></li><li title=\"beer \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M368 96h-48V56c0-13.255-10.745-24-24-24H24C10.745 32 0 42.745 0 56v400c0 13.255 10.745 24 24 24h272c13.255 0 24-10.745 24-24v-42.11l80.606-35.977C429.396 365.063 448 336.388 448 304.86V176c0-44.112-35.888-80-80-80zm16 208.86a16.018 16.018 0 0 1-9.479 14.611L320 343.805V160h48c8.822 0 16 7.178 16 16v128.86zM208 384c-8.836 0-16-7.164-16-16V144c0-8.836 7.164-16 16-16s16 7.164 16 16v224c0 8.836-7.164 16-16 16zm-96 0c-8.836 0-16-7.164-16-16V144c0-8.836 7.164-16 16-16s16 7.164 16 16v224c0 8.836-7.164 16-16 16z\"/></svg></li><li title=\"bell slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M633.82 458.1l-90.62-70.05c.19-1.38.8-2.66.8-4.06.05-7.55-2.61-15.27-8.61-21.71-19.32-20.76-55.47-51.99-55.47-154.29 0-77.7-54.48-139.9-127.94-155.16V32c0-17.67-14.32-32-31.98-32s-31.98 14.33-31.98 32v20.84c-40.33 8.38-74.66 31.07-97.59 62.57L45.47 3.37C38.49-2.05 28.43-.8 23.01 6.18L3.37 31.45C-2.05 38.42-.8 48.47 6.18 53.9l588.35 454.73c6.98 5.43 17.03 4.17 22.46-2.81l19.64-25.27c5.42-6.97 4.17-17.02-2.81-22.45zM157.23 251.54c-8.61 67.96-36.41 93.33-52.62 110.75-6 6.45-8.66 14.16-8.61 21.71.11 16.4 12.98 32 32.1 32h241.92L157.23 251.54zM320 512c35.32 0 63.97-28.65 63.97-64H256.03c0 35.35 28.65 64 63.97 64z\"/></svg></li><li title=\"bell \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M224 512c35.32 0 63.97-28.65 63.97-64H160.03c0 35.35 28.65 64 63.97 64zm215.39-149.71c-19.32-20.76-55.47-51.99-55.47-154.29 0-77.7-54.48-139.9-127.94-155.16V32c0-17.67-14.32-32-31.98-32s-31.98 14.33-31.98 32v20.84C118.56 68.1 64.08 130.3 64.08 208c0 102.3-36.15 133.53-55.47 154.29-6 6.45-8.66 14.16-8.61 21.71.11 16.4 12.98 32 32.1 32h383.8c19.12 0 32-15.6 32.1-32 .05-7.55-2.61-15.27-8.61-21.71z\"/></svg></li><li title=\"bezier curve \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M368 32h-96c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32V64c0-17.67-14.33-32-32-32zM208 88h-84.75C113.75 64.56 90.84 48 64 48 28.66 48 0 76.65 0 112s28.66 64 64 64c26.84 0 49.75-16.56 59.25-40h79.73c-55.37 32.52-95.86 87.32-109.54 152h49.4c11.3-41.61 36.77-77.21 71.04-101.56-3.7-8.08-5.88-16.99-5.88-26.44V88zm-48 232H64c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32v-96c0-17.67-14.33-32-32-32zM576 48c-26.84 0-49.75 16.56-59.25 40H432v72c0 9.45-2.19 18.36-5.88 26.44 34.27 24.35 59.74 59.95 71.04 101.56h49.4c-13.68-64.68-54.17-119.48-109.54-152h79.73c9.5 23.44 32.41 40 59.25 40 35.34 0 64-28.65 64-64s-28.66-64-64-64zm0 272h-96c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32v-96c0-17.67-14.33-32-32-32z\"/></svg></li><li title=\"bible \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M448 358.4V25.6c0-16-9.6-25.6-25.6-25.6H96C41.6 0 0 41.6 0 96v320c0 54.4 41.6 96 96 96h326.4c12.8 0 25.6-9.6 25.6-25.6v-16c0-6.4-3.2-12.8-9.6-19.2-3.2-16-3.2-60.8 0-73.6 6.4-3.2 9.6-9.6 9.6-19.2zM144 144c0-8.84 7.16-16 16-16h48V80c0-8.84 7.16-16 16-16h32c8.84 0 16 7.16 16 16v48h48c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16h-48v112c0 8.84-7.16 16-16 16h-32c-8.84 0-16-7.16-16-16V192h-48c-8.84 0-16-7.16-16-16v-32zm236.8 304H96c-19.2 0-32-12.8-32-32s16-32 32-32h284.8v64z\"/></svg></li><li title=\"bicycle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M512.509 192.001c-16.373-.064-32.03 2.955-46.436 8.495l-77.68-125.153A24 24 0 0 0 368.001 64h-64c-8.837 0-16 7.163-16 16v16c0 8.837 7.163 16 16 16h50.649l14.896 24H256.002v-16c0-8.837-7.163-16-16-16h-87.459c-13.441 0-24.777 10.999-24.536 24.437.232 13.044 10.876 23.563 23.995 23.563h48.726l-29.417 47.52c-13.433-4.83-27.904-7.483-42.992-7.52C58.094 191.83.412 249.012.002 319.236-.413 390.279 57.055 448 128.002 448c59.642 0 109.758-40.793 123.967-96h52.033a24 24 0 0 0 20.406-11.367L410.37 201.77l14.938 24.067c-25.455 23.448-41.385 57.081-41.307 94.437.145 68.833 57.899 127.051 126.729 127.719 70.606.685 128.181-55.803 129.255-125.996 1.086-70.941-56.526-129.72-127.476-129.996zM186.75 265.772c9.727 10.529 16.673 23.661 19.642 38.228h-43.306l23.664-38.228zM128.002 400c-44.112 0-80-35.888-80-80s35.888-80 80-80c5.869 0 11.586.653 17.099 1.859l-45.505 73.509C89.715 331.327 101.213 352 120.002 352h81.3c-12.37 28.225-40.562 48-73.3 48zm162.63-96h-35.624c-3.96-31.756-19.556-59.894-42.383-80.026L237.371 184h127.547l-74.286 120zm217.057 95.886c-41.036-2.165-74.049-35.692-75.627-76.755-.812-21.121 6.633-40.518 19.335-55.263l44.433 71.586c4.66 7.508 14.524 9.816 22.032 5.156l13.594-8.437c7.508-4.66 9.817-14.524 5.156-22.032l-44.468-71.643a79.901 79.901 0 0 1 19.858-2.497c44.112 0 80 35.888 80 80-.001 45.54-38.252 82.316-84.313 79.885z\"/></svg></li><li title=\"biking \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M400 96a48 48 0 1 0-48-48 48 48 0 0 0 48 48zm-4 121a31.9 31.9 0 0 0 20 7h64a32 32 0 0 0 0-64h-52.78L356 103a31.94 31.94 0 0 0-40.81.68l-112 96a32 32 0 0 0 3.08 50.92L288 305.12V416a32 32 0 0 0 64 0V288a32 32 0 0 0-14.25-26.62l-41.36-27.57 58.25-49.92zm116 39a128 128 0 1 0 128 128 128 128 0 0 0-128-128zm0 192a64 64 0 1 1 64-64 64 64 0 0 1-64 64zM128 256a128 128 0 1 0 128 128 128 128 0 0 0-128-128zm0 192a64 64 0 1 1 64-64 64 64 0 0 1-64 64z\"/></svg></li><li title=\"binoculars \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M416 48c0-8.84-7.16-16-16-16h-64c-8.84 0-16 7.16-16 16v48h96V48zM63.91 159.99C61.4 253.84 3.46 274.22 0 404v44c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32V288h32V128H95.84c-17.63 0-31.45 14.37-31.93 31.99zm384.18 0c-.48-17.62-14.3-31.99-31.93-31.99H320v160h32v160c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32v-44c-3.46-129.78-61.4-150.16-63.91-244.01zM176 32h-64c-8.84 0-16 7.16-16 16v48h96V48c0-8.84-7.16-16-16-16zm48 256h64V128h-64v160z\"/></svg></li><li title=\"biohazard \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M287.9 112c18.6 0 36.2 3.8 52.8 9.6 13.3-10.3 23.6-24.3 29.5-40.7-25.2-10.9-53-17-82.2-17-29.1 0-56.9 6-82.1 16.9 5.9 16.4 16.2 30.4 29.5 40.7 16.5-5.7 34-9.5 52.5-9.5zM163.6 438.7c12-11.8 20.4-26.4 24.5-42.4-32.9-26.4-54.8-65.3-58.9-109.6-8.5-2.8-17.2-4.6-26.4-4.6-7.6 0-15.2 1-22.5 3.1 4.1 62.8 35.8 118 83.3 153.5zm224.2-42.6c4.1 16 12.5 30.7 24.5 42.5 47.4-35.5 79.1-90.7 83-153.5-7.2-2-14.7-3-22.2-3-9.2 0-18 1.9-26.6 4.7-4.1 44.2-26 82.9-58.7 109.3zm113.5-205c-17.6-10.4-36.3-16.6-55.3-19.9 6-17.7 10-36.4 10-56.2 0-41-14.5-80.8-41-112.2-2.5-3-6.6-3.7-10-1.8-3.3 1.9-4.8 6-3.6 9.7 4.5 13.8 6.6 26.3 6.6 38.5 0 67.8-53.8 122.9-120 122.9S168 117 168 49.2c0-12.1 2.2-24.7 6.6-38.5 1.2-3.7-.3-7.8-3.6-9.7-3.4-1.9-7.5-1.2-10 1.8C134.6 34.2 120 74 120 115c0 19.8 3.9 38.5 10 56.2-18.9 3.3-37.7 9.5-55.3 19.9-34.6 20.5-61 53.3-74.3 92.4-1.3 3.7.2 7.7 3.5 9.8 3.3 2 7.5 1.3 10-1.6 9.4-10.8 19-19.1 29.2-25.1 57.3-33.9 130.8-13.7 163.9 45 33.1 58.7 13.4 134-43.9 167.9-10.2 6.1-22 10.4-35.8 13.4-3.7.8-6.4 4.2-6.4 8.1.1 4 2.7 7.3 6.5 8 39.7 7.8 80.6.8 115.2-19.7 18-10.6 32.9-24.5 45.3-40.1 12.4 15.6 27.3 29.5 45.3 40.1 34.6 20.5 75.5 27.5 115.2 19.7 3.8-.7 6.4-4 6.5-8 0-3.9-2.6-7.3-6.4-8.1-13.9-2.9-25.6-7.3-35.8-13.4-57.3-33.9-77-109.2-43.9-167.9s106.6-78.9 163.9-45c10.2 6.1 19.8 14.3 29.2 25.1 2.5 2.9 6.7 3.6 10 1.6s4.8-6.1 3.5-9.8c-13.1-39.1-39.5-72-74.1-92.4zm-213.4 129c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48z\"/></svg></li><li title=\"birthday cake \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M448 384c-28.02 0-31.26-32-74.5-32-43.43 0-46.825 32-74.75 32-27.695 0-31.454-32-74.75-32-42.842 0-47.218 32-74.5 32-28.148 0-31.202-32-74.75-32-43.547 0-46.653 32-74.75 32v-80c0-26.5 21.5-48 48-48h16V112h64v144h64V112h64v144h64V112h64v144h16c26.5 0 48 21.5 48 48v80zm0 128H0v-96c43.356 0 46.767-32 74.75-32 27.951 0 31.253 32 74.75 32 42.843 0 47.217-32 74.5-32 28.148 0 31.201 32 74.75 32 43.357 0 46.767-32 74.75-32 27.488 0 31.252 32 74.5 32v96zM96 96c-17.75 0-32-14.25-32-32 0-31 32-23 32-64 12 0 32 29.5 32 56s-14.25 40-32 40zm128 0c-17.75 0-32-14.25-32-32 0-31 32-23 32-64 12 0 32 29.5 32 56s-14.25 40-32 40zm128 0c-17.75 0-32-14.25-32-32 0-31 32-23 32-64 12 0 32 29.5 32 56s-14.25 40-32 40z\"/></svg></li><li title=\"blender phone \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M392 64h166.54L576 0H192v352h288l17.46-64H392c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h114.18l17.46-64H392c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h140.36l17.46-64H392c-4.42 0-8-3.58-8-8V72c0-4.42 3.58-8 8-8zM158.8 335.01l-25.78-63.26c-2.78-6.81-9.8-10.99-17.24-10.26l-45.03 4.42c-17.28-46.94-17.65-99.78 0-147.72l45.03 4.42c7.43.73 14.46-3.46 17.24-10.26l25.78-63.26c3.02-7.39.2-15.85-6.68-20.07l-39.28-24.1C98.51-3.87 80.09-.5 68.95 11.97c-92.57 103.6-92 259.55 2.1 362.49 9.87 10.8 29.12 12.48 41.65 4.8l39.41-24.18c6.89-4.22 9.7-12.67 6.69-20.07zM480 384H192c-35.35 0-64 28.65-64 64v32c0 17.67 14.33 32 32 32h352c17.67 0 32-14.33 32-32v-32c0-35.35-28.65-64-64-64zm-144 96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"/></svg></li><li title=\"blender \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M416 384H160c-35.35 0-64 28.65-64 64v32c0 17.67 14.33 32 32 32h320c17.67 0 32-14.33 32-32v-32c0-35.35-28.65-64-64-64zm-128 96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm40-416h166.54L512 0H48C21.49 0 0 21.49 0 48v160c0 26.51 21.49 48 48 48h103.27l8.73 96h256l17.46-64H328c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h114.18l17.46-64H328c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h140.36l17.46-64H328c-4.42 0-8-3.58-8-8V72c0-4.42 3.58-8 8-8zM64 192V64h69.82l11.64 128H64z\"/></svg></li><li title=\"blind \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M380.15 510.837a8 8 0 0 1-10.989-2.687l-125.33-206.427a31.923 31.923 0 0 0 12.958-9.485l126.048 207.608a8 8 0 0 1-2.687 10.991zM142.803 314.338l-32.54 89.485 36.12 88.285c6.693 16.36 25.377 24.192 41.733 17.501 16.357-6.692 24.193-25.376 17.501-41.734l-62.814-153.537zM96 88c24.301 0 44-19.699 44-44S120.301 0 96 0 52 19.699 52 44s19.699 44 44 44zm154.837 169.128l-120-152c-4.733-5.995-11.75-9.108-18.837-9.112V96H80v.026c-7.146.003-14.217 3.161-18.944 9.24L0 183.766v95.694c0 13.455 11.011 24.791 24.464 24.536C37.505 303.748 48 293.1 48 280v-79.766l16-20.571v140.698L9.927 469.055c-6.04 16.609 2.528 34.969 19.138 41.009 16.602 6.039 34.968-2.524 41.009-19.138L136 309.638V202.441l-31.406-39.816a4 4 0 1 1 6.269-4.971l102.3 129.217c9.145 11.584 24.368 11.339 33.708 3.965 10.41-8.216 12.159-23.334 3.966-33.708z\"/></svg></li><li title=\"blog \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M172.2 226.8c-14.6-2.9-28.2 8.9-28.2 23.8V301c0 10.2 7.1 18.4 16.7 22 18.2 6.8 31.3 24.4 31.3 45 0 26.5-21.5 48-48 48s-48-21.5-48-48V120c0-13.3-10.7-24-24-24H24c-13.3 0-24 10.7-24 24v248c0 89.5 82.1 160.2 175 140.7 54.4-11.4 98.3-55.4 109.7-109.7 17.4-82.9-37-157.2-112.5-172.2zM209 0c-9.2-.5-17 6.8-17 16v31.6c0 8.5 6.6 15.5 15 15.9 129.4 7 233.4 112 240.9 241.5.5 8.4 7.5 15 15.9 15h32.1c9.2 0 16.5-7.8 16-17C503.4 139.8 372.2 8.6 209 0zm.3 96c-9.3-.7-17.3 6.7-17.3 16.1v32.1c0 8.4 6.5 15.3 14.8 15.9 76.8 6.3 138 68.2 144.9 145.2.8 8.3 7.6 14.7 15.9 14.7h32.2c9.3 0 16.8-8 16.1-17.3-8.4-110.1-96.5-198.2-206.6-206.7z\"/></svg></li><li title=\"bold \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M333.49 238a122 122 0 0 0 27-65.21C367.87 96.49 308 32 233.42 32H34a16 16 0 0 0-16 16v48a16 16 0 0 0 16 16h31.87v288H34a16 16 0 0 0-16 16v48a16 16 0 0 0 16 16h209.32c70.8 0 134.14-51.75 141-122.4 4.74-48.45-16.39-92.06-50.83-119.6zM145.66 112h87.76a48 48 0 0 1 0 96h-87.76zm87.76 288h-87.76V288h87.76a56 56 0 0 1 0 112z\"/></svg></li><li title=\"bolt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"><path d=\"M296 160H180.6l42.6-129.8C227.2 15 215.7 0 200 0H56C44 0 33.8 8.9 32.2 20.8l-32 240C-1.7 275.2 9.5 288 24 288h118.7L96.6 482.5c-3.6 15.2 8 29.5 23.3 29.5 8.4 0 16.4-4.4 20.8-12l176-304c9.3-15.9-2.2-36-20.7-36z\"/></svg></li><li title=\"bomb \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M440.5 88.5l-52 52L415 167c9.4 9.4 9.4 24.6 0 33.9l-17.4 17.4c11.8 26.1 18.4 55.1 18.4 85.6 0 114.9-93.1 208-208 208S0 418.9 0 304 93.1 96 208 96c30.5 0 59.5 6.6 85.6 18.4L311 97c9.4-9.4 24.6-9.4 33.9 0l26.5 26.5 52-52 17.1 17zM500 60h-24c-6.6 0-12 5.4-12 12s5.4 12 12 12h24c6.6 0 12-5.4 12-12s-5.4-12-12-12zM440 0c-6.6 0-12 5.4-12 12v24c0 6.6 5.4 12 12 12s12-5.4 12-12V12c0-6.6-5.4-12-12-12zm33.9 55l17-17c4.7-4.7 4.7-12.3 0-17-4.7-4.7-12.3-4.7-17 0l-17 17c-4.7 4.7-4.7 12.3 0 17 4.8 4.7 12.4 4.7 17 0zm-67.8 0c4.7 4.7 12.3 4.7 17 0 4.7-4.7 4.7-12.3 0-17l-17-17c-4.7-4.7-12.3-4.7-17 0-4.7 4.7-4.7 12.3 0 17l17 17zm67.8 34c-4.7-4.7-12.3-4.7-17 0-4.7 4.7-4.7 12.3 0 17l17 17c4.7 4.7 12.3 4.7 17 0 4.7-4.7 4.7-12.3 0-17l-17-17zM112 272c0-35.3 28.7-64 64-64 8.8 0 16-7.2 16-16s-7.2-16-16-16c-52.9 0-96 43.1-96 96 0 8.8 7.2 16 16 16s16-7.2 16-16z\"/></svg></li><li title=\"bone \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M598.88 244.56c25.2-12.6 41.12-38.36 41.12-66.53v-7.64C640 129.3 606.7 96 565.61 96c-32.02 0-60.44 20.49-70.57 50.86-7.68 23.03-11.6 45.14-38.11 45.14H183.06c-27.38 0-31.58-25.54-38.11-45.14C134.83 116.49 106.4 96 74.39 96 33.3 96 0 129.3 0 170.39v7.64c0 28.17 15.92 53.93 41.12 66.53 9.43 4.71 9.43 18.17 0 22.88C15.92 280.04 0 305.8 0 333.97v7.64C0 382.7 33.3 416 74.38 416c32.02 0 60.44-20.49 70.57-50.86 7.68-23.03 11.6-45.14 38.11-45.14h273.87c27.38 0 31.58 25.54 38.11 45.14C505.17 395.51 533.6 416 565.61 416c41.08 0 74.38-33.3 74.38-74.39v-7.64c0-28.18-15.92-53.93-41.12-66.53-9.42-4.71-9.42-18.17.01-22.88z\"/></svg></li><li title=\"bong \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M302.5 512c23.18 0 44.43-12.58 56-32.66C374.69 451.26 384 418.75 384 384c0-36.12-10.08-69.81-27.44-98.62L400 241.94l9.38 9.38c6.25 6.25 16.38 6.25 22.63 0l11.3-11.32c6.25-6.25 6.25-16.38 0-22.63l-52.69-52.69c-6.25-6.25-16.38-6.25-22.63 0l-11.31 11.31c-6.25 6.25-6.25 16.38 0 22.63l9.38 9.38-39.41 39.41c-11.56-11.37-24.53-21.33-38.65-29.51V63.74l15.97-.02c8.82-.01 15.97-7.16 15.98-15.98l.04-31.72C320 7.17 312.82-.01 303.97 0L80.03.26c-8.82.01-15.97 7.16-15.98 15.98l-.04 31.73c-.01 8.85 7.17 16.02 16.02 16.01L96 63.96v153.93C38.67 251.1 0 312.97 0 384c0 34.75 9.31 67.27 25.5 95.34C37.08 499.42 58.33 512 81.5 512h221zM120.06 259.43L144 245.56V63.91l96-.11v181.76l23.94 13.87c24.81 14.37 44.12 35.73 56.56 60.57h-257c12.45-24.84 31.75-46.2 56.56-60.57z\"/></svg></li><li title=\"book dead \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M272 136c8.8 0 16-7.2 16-16s-7.2-16-16-16-16 7.2-16 16 7.2 16 16 16zm176 222.4V25.6c0-16-9.6-25.6-25.6-25.6H96C41.6 0 0 41.6 0 96v320c0 54.4 41.6 96 96 96h326.4c12.8 0 25.6-9.6 25.6-25.6v-16c0-6.4-3.2-12.8-9.6-19.2-3.2-16-3.2-60.8 0-73.6 6.4-3.2 9.6-9.6 9.6-19.2zM240 56c44.2 0 80 28.7 80 64 0 20.9-12.7 39.2-32 50.9V184c0 8.8-7.2 16-16 16h-64c-8.8 0-16-7.2-16-16v-13.1c-19.3-11.7-32-30-32-50.9 0-35.3 35.8-64 80-64zM124.8 223.3l6.3-14.7c1.7-4.1 6.4-5.9 10.5-4.2l98.3 42.1 98.4-42.1c4.1-1.7 8.8.1 10.5 4.2l6.3 14.7c1.7 4.1-.1 8.8-4.2 10.5L280.6 264l70.3 30.1c4.1 1.7 5.9 6.4 4.2 10.5l-6.3 14.7c-1.7 4.1-6.4 5.9-10.5 4.2L240 281.4l-98.3 42.2c-4.1 1.7-8.8-.1-10.5-4.2l-6.3-14.7c-1.7-4.1.1-8.8 4.2-10.5l70.4-30.1-70.5-30.3c-4.1-1.7-5.9-6.4-4.2-10.5zm256 224.7H96c-19.2 0-32-12.8-32-32s16-32 32-32h284.8zM208 136c8.8 0 16-7.2 16-16s-7.2-16-16-16-16 7.2-16 16 7.2 16 16 16z\"/></svg></li><li title=\"book medical \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M448 358.4V25.6c0-16-9.6-25.6-25.6-25.6H96C41.6 0 0 41.6 0 96v320c0 54.4 41.6 96 96 96h326.4c12.8 0 25.6-9.6 25.6-25.6v-16q0-9.6-9.6-19.2c-3.2-16-3.2-60.8 0-73.6q9.6-4.8 9.6-19.2zM144 168a8 8 0 0 1 8-8h56v-56a8 8 0 0 1 8-8h48a8 8 0 0 1 8 8v56h56a8 8 0 0 1 8 8v48a8 8 0 0 1-8 8h-56v56a8 8 0 0 1-8 8h-48a8 8 0 0 1-8-8v-56h-56a8 8 0 0 1-8-8zm236.8 280H96c-19.2 0-32-12.8-32-32s16-32 32-32h284.8z\"/></svg></li><li title=\"book open \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"/></svg></li><li title=\"book reader \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96 42.98 96 96 96 96-42.98 96-96zM233.59 241.1c-59.33-36.32-155.43-46.3-203.79-49.05C13.55 191.13 0 203.51 0 219.14v222.8c0 14.33 11.59 26.28 26.49 27.05 43.66 2.29 131.99 10.68 193.04 41.43 9.37 4.72 20.48-1.71 20.48-11.87V252.56c-.01-4.67-2.32-8.95-6.42-11.46zm248.61-49.05c-48.35 2.74-144.46 12.73-203.78 49.05-4.1 2.51-6.41 6.96-6.41 11.63v245.79c0 10.19 11.14 16.63 20.54 11.9 61.04-30.72 149.32-39.11 192.97-41.4 14.9-.78 26.49-12.73 26.49-27.06V219.14c-.01-15.63-13.56-28.01-29.81-27.09z\"/></svg></li><li title=\"book \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M448 360V24c0-13.3-10.7-24-24-24H96C43 0 0 43 0 96v320c0 53 43 96 96 96h328c13.3 0 24-10.7 24-24v-16c0-7.5-3.5-14.3-8.9-18.7-4.2-15.4-4.2-59.3 0-74.7 5.4-4.3 8.9-11.1 8.9-18.6zM128 134c0-3.3 2.7-6 6-6h212c3.3 0 6 2.7 6 6v20c0 3.3-2.7 6-6 6H134c-3.3 0-6-2.7-6-6v-20zm0 64c0-3.3 2.7-6 6-6h212c3.3 0 6 2.7 6 6v20c0 3.3-2.7 6-6 6H134c-3.3 0-6-2.7-6-6v-20zm253.4 250H96c-17.7 0-32-14.3-32-32 0-17.6 14.4-32 32-32h285.4c-1.9 17.1-1.9 46.9 0 64z\"/></svg></li><li title=\"bookmark \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M0 512V48C0 21.49 21.49 0 48 0h288c26.51 0 48 21.49 48 48v464L192 400 0 512z\"/></svg></li><li title=\"border all \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M416 32H32A32 32 0 0 0 0 64v384a32 32 0 0 0 32 32h384a32 32 0 0 0 32-32V64a32 32 0 0 0-32-32zm-32 64v128H256V96zm-192 0v128H64V96zM64 416V288h128v128zm192 0V288h128v128z\"/></svg></li><li title=\"border none \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M240 224h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm96 0h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm96 0h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-288 0h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm96 192h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm96 0h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm96 0h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-96h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-192h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM240 320h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-192h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-96 288h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm96-384h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16zm96 0h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16zm96 0h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16zM48 224H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0 192H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-96H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-192H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-96H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16zm96 0h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"/></svg></li><li title=\"border style \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M240 416h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-96 0h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm192 0h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm96-192h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0 96h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0 96h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-288h-32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-96H32A32 32 0 0 0 0 64v400a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V96h368a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"/></svg></li><li title=\"bowling ball \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM120 192c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm64-96c0-17.7 14.3-32 32-32s32 14.3 32 32-14.3 32-32 32-32-14.3-32-32zm48 144c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"/></svg></li><li title=\"box open \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M425.7 256c-16.9 0-32.8-9-41.4-23.4L320 126l-64.2 106.6c-8.7 14.5-24.6 23.5-41.5 23.5-4.5 0-9-.6-13.3-1.9L64 215v178c0 14.7 10 27.5 24.2 31l216.2 54.1c10.2 2.5 20.9 2.5 31 0L551.8 424c14.2-3.6 24.2-16.4 24.2-31V215l-137 39.1c-4.3 1.3-8.8 1.9-13.3 1.9zm212.6-112.2L586.8 41c-3.1-6.2-9.8-9.8-16.7-8.9L320 64l91.7 152.1c3.8 6.3 11.4 9.3 18.5 7.3l197.9-56.5c9.9-2.9 14.7-13.9 10.2-23.1zM53.2 41L1.7 143.8c-4.6 9.2.3 20.2 10.1 23l197.9 56.5c7.1 2 14.7-1 18.5-7.3L320 64 69.8 32.1c-6.9-.8-13.5 2.7-16.6 8.9z\"/></svg></li><li title=\"box tissue \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M383.88,287.82l64-192H338.47a70.2,70.2,0,0,1-66.59-48,70.21,70.21,0,0,0-66.6-48H63.88l64,288Zm-384,192a32,32,0,0,0,32,32h448a32,32,0,0,0,32-32v-64H-.12Zm480-256H438.94l-21.33,64h14.27a16,16,0,0,1,0,32h-352a16,16,0,1,1,0-32H95.09l-14.22-64h-49a32,32,0,0,0-32,32v128h512v-128A32,32,0,0,0,479.88,223.82Z\"/></svg></li><li title=\"box \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M509.5 184.6L458.9 32.8C452.4 13.2 434.1 0 413.4 0H272v192h238.7c-.4-2.5-.4-5-1.2-7.4zM240 0H98.6c-20.7 0-39 13.2-45.5 32.8L2.5 184.6c-.8 2.4-.8 4.9-1.2 7.4H240V0zM0 224v240c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V224H0z\"/></svg></li><li title=\"boxes \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M560 288h-80v96l-32-21.3-32 21.3v-96h-80c-8.8 0-16 7.2-16 16v192c0 8.8 7.2 16 16 16h224c8.8 0 16-7.2 16-16V304c0-8.8-7.2-16-16-16zm-384-64h224c8.8 0 16-7.2 16-16V16c0-8.8-7.2-16-16-16h-80v96l-32-21.3L256 96V0h-80c-8.8 0-16 7.2-16 16v192c0 8.8 7.2 16 16 16zm64 64h-80v96l-32-21.3L96 384v-96H16c-8.8 0-16 7.2-16 16v192c0 8.8 7.2 16 16 16h224c8.8 0 16-7.2 16-16V304c0-8.8-7.2-16-16-16z\"/></svg></li><li title=\"braille \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M128 256c0 35.346-28.654 64-64 64S0 291.346 0 256s28.654-64 64-64 64 28.654 64 64zM64 384c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0-352C28.654 32 0 60.654 0 96s28.654 64 64 64 64-28.654 64-64-28.654-64-64-64zm160 192c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0 160c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0-352c-35.346 0-64 28.654-64 64s28.654 64 64 64 64-28.654 64-64-28.654-64-64-64zm224 192c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0 160c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0-352c-35.346 0-64 28.654-64 64s28.654 64 64 64 64-28.654 64-64-28.654-64-64-64zm160 192c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0 160c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0-320c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32z\"/></svg></li><li title=\"brain \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M208 0c-29.9 0-54.7 20.5-61.8 48.2-.8 0-1.4-.2-2.2-.2-35.3 0-64 28.7-64 64 0 4.8.6 9.5 1.7 14C52.5 138 32 166.6 32 200c0 12.6 3.2 24.3 8.3 34.9C16.3 248.7 0 274.3 0 304c0 33.3 20.4 61.9 49.4 73.9-.9 4.6-1.4 9.3-1.4 14.1 0 39.8 32.2 72 72 72 4.1 0 8.1-.5 12-1.2 9.6 28.5 36.2 49.2 68 49.2 39.8 0 72-32.2 72-72V64c0-35.3-28.7-64-64-64zm368 304c0-29.7-16.3-55.3-40.3-69.1 5.2-10.6 8.3-22.3 8.3-34.9 0-33.4-20.5-62-49.7-74 1-4.5 1.7-9.2 1.7-14 0-35.3-28.7-64-64-64-.8 0-1.5.2-2.2.2C422.7 20.5 397.9 0 368 0c-35.3 0-64 28.6-64 64v376c0 39.8 32.2 72 72 72 31.8 0 58.4-20.7 68-49.2 3.9.7 7.9 1.2 12 1.2 39.8 0 72-32.2 72-72 0-4.8-.5-9.5-1.4-14.1 29-12 49.4-40.6 49.4-73.9z\"/></svg></li><li title=\"bread slice \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M288 0C108 0 0 93.4 0 169.14 0 199.44 24.24 224 64 224v256c0 17.67 16.12 32 36 32h376c19.88 0 36-14.33 36-32V224c39.76 0 64-24.56 64-54.86C576 93.4 468 0 288 0z\"/></svg></li><li title=\"briefcase medical \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 128h-80V80c0-26.5-21.5-48-48-48H176c-26.5 0-48 21.5-48 48v48H48c-26.5 0-48 21.5-48 48v288c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V176c0-26.5-21.5-48-48-48zM192 96h128v32H192V96zm160 248c0 4.4-3.6 8-8 8h-56v56c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-56h-56c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h56v-56c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v56h56c4.4 0 8 3.6 8 8v48z\"/></svg></li><li title=\"briefcase \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M320 336c0 8.84-7.16 16-16 16h-96c-8.84 0-16-7.16-16-16v-48H0v144c0 25.6 22.4 48 48 48h416c25.6 0 48-22.4 48-48V288H320v48zm144-208h-80V80c0-25.6-22.4-48-48-48H176c-25.6 0-48 22.4-48 48v48H48c-25.6 0-48 22.4-48 48v80h512v-80c0-25.6-22.4-48-48-48zm-144 0H192V96h128v32z\"/></svg></li><li title=\"broadcast tower \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M150.94 192h33.73c11.01 0 18.61-10.83 14.86-21.18-4.93-13.58-7.55-27.98-7.55-42.82s2.62-29.24 7.55-42.82C203.29 74.83 195.68 64 184.67 64h-33.73c-7.01 0-13.46 4.49-15.41 11.23C130.64 92.21 128 109.88 128 128c0 18.12 2.64 35.79 7.54 52.76 1.94 6.74 8.39 11.24 15.4 11.24zM89.92 23.34C95.56 12.72 87.97 0 75.96 0H40.63c-6.27 0-12.14 3.59-14.74 9.31C9.4 45.54 0 85.65 0 128c0 24.75 3.12 68.33 26.69 118.86 2.62 5.63 8.42 9.14 14.61 9.14h34.84c12.02 0 19.61-12.74 13.95-23.37-49.78-93.32-16.71-178.15-.17-209.29zM614.06 9.29C611.46 3.58 605.6 0 599.33 0h-35.42c-11.98 0-19.66 12.66-14.02 23.25 18.27 34.29 48.42 119.42.28 209.23-5.72 10.68 1.8 23.52 13.91 23.52h35.23c6.27 0 12.13-3.58 14.73-9.29C630.57 210.48 640 170.36 640 128s-9.42-82.48-25.94-118.71zM489.06 64h-33.73c-11.01 0-18.61 10.83-14.86 21.18 4.93 13.58 7.55 27.98 7.55 42.82s-2.62 29.24-7.55 42.82c-3.76 10.35 3.85 21.18 14.86 21.18h33.73c7.02 0 13.46-4.49 15.41-11.24 4.9-16.97 7.53-34.64 7.53-52.76 0-18.12-2.64-35.79-7.54-52.76-1.94-6.75-8.39-11.24-15.4-11.24zm-116.3 100.12c7.05-10.29 11.2-22.71 11.2-36.12 0-35.35-28.63-64-63.96-64-35.32 0-63.96 28.65-63.96 64 0 13.41 4.15 25.83 11.2 36.12l-130.5 313.41c-3.4 8.15.46 17.52 8.61 20.92l29.51 12.31c8.15 3.4 17.52-.46 20.91-8.61L244.96 384h150.07l49.2 118.15c3.4 8.16 12.76 12.01 20.91 8.61l29.51-12.31c8.15-3.4 12-12.77 8.61-20.92l-130.5-313.41zM271.62 320L320 203.81 368.38 320h-96.76z\"/></svg></li><li title=\"broom \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M256.47 216.77l86.73 109.18s-16.6 102.36-76.57 150.12C206.66 523.85 0 510.19 0 510.19s3.8-23.14 11-55.43l94.62-112.17c3.97-4.7-.87-11.62-6.65-9.5l-60.4 22.09c14.44-41.66 32.72-80.04 54.6-97.47 59.97-47.76 163.3-40.94 163.3-40.94zM636.53 31.03l-19.86-25c-5.49-6.9-15.52-8.05-22.41-2.56l-232.48 177.8-34.14-42.97c-5.09-6.41-15.14-5.21-18.59 2.21l-25.33 54.55 86.73 109.18 58.8-12.45c8-1.69 11.42-11.2 6.34-17.6l-34.09-42.92 232.48-177.8c6.89-5.48 8.04-15.53 2.55-22.44z\"/></svg></li><li title=\"brush \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M352 0H32C14.33 0 0 14.33 0 32v224h384V32c0-17.67-14.33-32-32-32zM0 320c0 35.35 28.66 64 64 64h64v64c0 35.35 28.66 64 64 64s64-28.65 64-64v-64h64c35.34 0 64-28.65 64-64v-32H0v32zm192 104c13.25 0 24 10.74 24 24 0 13.25-10.75 24-24 24s-24-10.75-24-24c0-13.26 10.75-24 24-24z\"/></svg></li><li title=\"bug \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.988 288.9c-.478 17.43-15.217 31.1-32.653 31.1H424v16c0 21.864-4.882 42.584-13.6 61.145l60.228 60.228c12.496 12.497 12.496 32.758 0 45.255-12.498 12.497-32.759 12.496-45.256 0l-54.736-54.736C345.886 467.965 314.351 480 280 480V236c0-6.627-5.373-12-12-12h-24c-6.627 0-12 5.373-12 12v244c-34.351 0-65.886-12.035-90.636-32.108l-54.736 54.736c-12.498 12.497-32.759 12.496-45.256 0-12.496-12.497-12.496-32.758 0-45.255l60.228-60.228C92.882 378.584 88 357.864 88 336v-16H32.666C15.23 320 .491 306.33.013 288.9-.484 270.816 14.028 256 32 256h56v-58.745l-46.628-46.628c-12.496-12.497-12.496-32.758 0-45.255 12.498-12.497 32.758-12.497 45.256 0L141.255 160h229.489l54.627-54.627c12.498-12.497 32.758-12.497 45.256 0 12.496 12.497 12.496 32.758 0 45.255L424 197.255V256h56c17.972 0 32.484 14.816 31.988 32.9zM257 0c-61.856 0-112 50.144-112 112h224C369 50.144 318.856 0 257 0z\"/></svg></li><li title=\"building \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M436 480h-20V24c0-13.255-10.745-24-24-24H56C42.745 0 32 10.745 32 24v456H12c-6.627 0-12 5.373-12 12v20h448v-20c0-6.627-5.373-12-12-12zM128 76c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12V76zm0 96c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12v-40zm52 148h-40c-6.627 0-12-5.373-12-12v-40c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12zm76 160h-64v-84c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v84zm64-172c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12v-40c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40zm0-96c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12v-40c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40zm0-96c0 6.627-5.373 12-12 12h-40c-6.627 0-12-5.373-12-12V76c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v40z\"/></svg></li><li title=\"bullhorn \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M576 240c0-23.63-12.95-44.04-32-55.12V32.01C544 23.26 537.02 0 512 0c-7.12 0-14.19 2.38-19.98 7.02l-85.03 68.03C364.28 109.19 310.66 128 256 128H64c-35.35 0-64 28.65-64 64v96c0 35.35 28.65 64 64 64h33.7c-1.39 10.48-2.18 21.14-2.18 32 0 39.77 9.26 77.35 25.56 110.94 5.19 10.69 16.52 17.06 28.4 17.06h74.28c26.05 0 41.69-29.84 25.9-50.56-16.4-21.52-26.15-48.36-26.15-77.44 0-11.11 1.62-21.79 4.41-32H256c54.66 0 108.28 18.81 150.98 52.95l85.03 68.03a32.023 32.023 0 0 0 19.98 7.02c24.92 0 32-22.78 32-32V295.13C563.05 284.04 576 263.63 576 240zm-96 141.42l-33.05-26.44C392.95 311.78 325.12 288 256 288v-96c69.12 0 136.95-23.78 190.95-66.98L480 98.58v282.84z\"/></svg></li><li title=\"bullseye \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm0 432c-101.69 0-184-82.29-184-184 0-101.69 82.29-184 184-184 101.69 0 184 82.29 184 184 0 101.69-82.29 184-184 184zm0-312c-70.69 0-128 57.31-128 128s57.31 128 128 128 128-57.31 128-128-57.31-128-128-128zm0 192c-35.29 0-64-28.71-64-64s28.71-64 64-64 64 28.71 64 64-28.71 64-64 64z\"/></svg></li><li title=\"burn \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M192 0C79.7 101.3 0 220.9 0 300.5 0 425 79 512 192 512s192-87 192-211.5c0-79.9-80.2-199.6-192-300.5zm0 448c-56.5 0-96-39-96-94.8 0-13.5 4.6-61.5 96-161.2 91.4 99.7 96 147.7 96 161.2 0 55.8-39.5 94.8-96 94.8z\"/></svg></li><li title=\"bus alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M488 128h-8V80c0-44.8-99.2-80-224-80S32 35.2 32 80v48h-8c-13.25 0-24 10.74-24 24v80c0 13.25 10.75 24 24 24h8v160c0 17.67 14.33 32 32 32v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h192v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h6.4c16 0 25.6-12.8 25.6-25.6V256h8c13.25 0 24-10.75 24-24v-80c0-13.26-10.75-24-24-24zM160 72c0-4.42 3.58-8 8-8h176c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H168c-4.42 0-8-3.58-8-8V72zm-48 328c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm128-112H128c-17.67 0-32-14.33-32-32v-96c0-17.67 14.33-32 32-32h112v160zm32 0V128h112c17.67 0 32 14.33 32 32v96c0 17.67-14.33 32-32 32H272zm128 112c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"/></svg></li><li title=\"bus \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M488 128h-8V80c0-44.8-99.2-80-224-80S32 35.2 32 80v48h-8c-13.25 0-24 10.74-24 24v80c0 13.25 10.75 24 24 24h8v160c0 17.67 14.33 32 32 32v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h192v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h6.4c16 0 25.6-12.8 25.6-25.6V256h8c13.25 0 24-10.75 24-24v-80c0-13.26-10.75-24-24-24zM112 400c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm16-112c-17.67 0-32-14.33-32-32V128c0-17.67 14.33-32 32-32h256c17.67 0 32 14.33 32 32v128c0 17.67-14.33 32-32 32H128zm272 112c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"/></svg></li><li title=\"business time \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M496 224c-79.59 0-144 64.41-144 144s64.41 144 144 144 144-64.41 144-144-64.41-144-144-144zm64 150.29c0 5.34-4.37 9.71-9.71 9.71h-60.57c-5.34 0-9.71-4.37-9.71-9.71v-76.57c0-5.34 4.37-9.71 9.71-9.71h12.57c5.34 0 9.71 4.37 9.71 9.71V352h38.29c5.34 0 9.71 4.37 9.71 9.71v12.58zM496 192c5.4 0 10.72.33 16 .81V144c0-25.6-22.4-48-48-48h-80V48c0-25.6-22.4-48-48-48H176c-25.6 0-48 22.4-48 48v48H48c-25.6 0-48 22.4-48 48v80h395.12c28.6-20.09 63.35-32 100.88-32zM320 96H192V64h128v32zm6.82 224H208c-8.84 0-16-7.16-16-16v-48H0v144c0 25.6 22.4 48 48 48h291.43C327.1 423.96 320 396.82 320 368c0-16.66 2.48-32.72 6.82-48z\"/></svg></li><li title=\"calculator \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 0H48C22.4 0 0 22.4 0 48v416c0 25.6 22.4 48 48 48h352c25.6 0 48-22.4 48-48V48c0-25.6-22.4-48-48-48zM128 435.2c0 6.4-6.4 12.8-12.8 12.8H76.8c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm0-128c0 6.4-6.4 12.8-12.8 12.8H76.8c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm128 128c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm0-128c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm128 128c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8V268.8c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v166.4zm0-256c0 6.4-6.4 12.8-12.8 12.8H76.8c-6.4 0-12.8-6.4-12.8-12.8V76.8C64 70.4 70.4 64 76.8 64h294.4c6.4 0 12.8 6.4 12.8 12.8v102.4z\"/></svg></li><li title=\"calendar alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M0 464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V192H0v272zm320-196c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40zm0 128c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40zM192 268c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40zm0 128c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40zM64 268c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H76c-6.6 0-12-5.4-12-12v-40zm0 128c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H76c-6.6 0-12-5.4-12-12v-40zM400 64h-48V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48H160V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48H48C21.5 64 0 85.5 0 112v48h448v-48c0-26.5-21.5-48-48-48z\"/></svg></li><li title=\"calendar check \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M436 160H12c-6.627 0-12-5.373-12-12v-36c0-26.51 21.49-48 48-48h48V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h128V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h48c26.51 0 48 21.49 48 48v36c0 6.627-5.373 12-12 12zM12 192h424c6.627 0 12 5.373 12 12v260c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V204c0-6.627 5.373-12 12-12zm333.296 95.947l-28.169-28.398c-4.667-4.705-12.265-4.736-16.97-.068L194.12 364.665l-45.98-46.352c-4.667-4.705-12.266-4.736-16.971-.068l-28.397 28.17c-4.705 4.667-4.736 12.265-.068 16.97l82.601 83.269c4.667 4.705 12.265 4.736 16.97.068l142.953-141.805c4.705-4.667 4.736-12.265.068-16.97z\"/></svg></li><li title=\"calendar day \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M0 464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V192H0v272zm64-192c0-8.8 7.2-16 16-16h96c8.8 0 16 7.2 16 16v96c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16v-96zM400 64h-48V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48H160V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48H48C21.5 64 0 85.5 0 112v48h448v-48c0-26.5-21.5-48-48-48z\"/></svg></li><li title=\"calendar minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M436 160H12c-6.6 0-12-5.4-12-12v-36c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48v36c0 6.6-5.4 12-12 12zM12 192h424c6.6 0 12 5.4 12 12v260c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V204c0-6.6 5.4-12 12-12zm304 192c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12H132c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h184z\"/></svg></li><li title=\"calendar plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M436 160H12c-6.6 0-12-5.4-12-12v-36c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48v36c0 6.6-5.4 12-12 12zM12 192h424c6.6 0 12 5.4 12 12v260c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V204c0-6.6 5.4-12 12-12zm316 140c0-6.6-5.4-12-12-12h-60v-60c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v60h-60c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h60v60c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-60h60c6.6 0 12-5.4 12-12v-40z\"/></svg></li><li title=\"calendar times \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M436 160H12c-6.6 0-12-5.4-12-12v-36c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48v36c0 6.6-5.4 12-12 12zM12 192h424c6.6 0 12 5.4 12 12v260c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V204c0-6.6 5.4-12 12-12zm257.3 160l48.1-48.1c4.7-4.7 4.7-12.3 0-17l-28.3-28.3c-4.7-4.7-12.3-4.7-17 0L224 306.7l-48.1-48.1c-4.7-4.7-12.3-4.7-17 0l-28.3 28.3c-4.7 4.7-4.7 12.3 0 17l48.1 48.1-48.1 48.1c-4.7 4.7-4.7 12.3 0 17l28.3 28.3c4.7 4.7 12.3 4.7 17 0l48.1-48.1 48.1 48.1c4.7 4.7 12.3 4.7 17 0l28.3-28.3c4.7-4.7 4.7-12.3 0-17L269.3 352z\"/></svg></li><li title=\"calendar week \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M0 464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V192H0v272zm64-192c0-8.8 7.2-16 16-16h288c8.8 0 16 7.2 16 16v64c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16v-64zM400 64h-48V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48H160V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48H48C21.5 64 0 85.5 0 112v48h448v-48c0-26.5-21.5-48-48-48z\"/></svg></li><li title=\"calendar \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M12 192h424c6.6 0 12 5.4 12 12v260c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V204c0-6.6 5.4-12 12-12zm436-44v-36c0-26.5-21.5-48-48-48h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v36c0 6.6 5.4 12 12 12h424c6.6 0 12-5.4 12-12z\"/></svg></li><li title=\"camera retro \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M48 32C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48H48zm0 32h106c3.3 0 6 2.7 6 6v20c0 3.3-2.7 6-6 6H38c-3.3 0-6-2.7-6-6V80c0-8.8 7.2-16 16-16zm426 96H38c-3.3 0-6-2.7-6-6v-36c0-3.3 2.7-6 6-6h138l30.2-45.3c1.1-1.7 3-2.7 5-2.7H464c8.8 0 16 7.2 16 16v74c0 3.3-2.7 6-6 6zM256 424c-66.2 0-120-53.8-120-120s53.8-120 120-120 120 53.8 120 120-53.8 120-120 120zm0-208c-48.5 0-88 39.5-88 88s39.5 88 88 88 88-39.5 88-88-39.5-88-88-88zm-48 104c-8.8 0-16-7.2-16-16 0-35.3 28.7-64 64-64 8.8 0 16 7.2 16 16s-7.2 16-16 16c-17.6 0-32 14.4-32 32 0 8.8-7.2 16-16 16z\"/></svg></li><li title=\"camera \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"/></svg></li><li title=\"campground \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M624 448h-24.68L359.54 117.75l53.41-73.55c5.19-7.15 3.61-17.16-3.54-22.35l-25.9-18.79c-7.15-5.19-17.15-3.61-22.35 3.55L320 63.3 278.83 6.6c-5.19-7.15-15.2-8.74-22.35-3.55l-25.88 18.8c-7.15 5.19-8.74 15.2-3.54 22.35l53.41 73.55L40.68 448H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h608c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM320 288l116.36 160H203.64L320 288z\"/></svg></li><li title=\"candy cane \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M497.5 92C469.6 33.1 411.8 0 352.4 0c-27.9 0-56.2 7.3-81.8 22.6L243.1 39c-15.2 9.1-20.1 28.7-11 43.9l32.8 54.9c6 10 16.6 15.6 27.5 15.6 5.6 0 11.2-1.5 16.4-4.5l27.5-16.4c5.1-3.1 10.8-4.5 16.4-4.5 10.9 0 21.5 5.6 27.5 15.6 9.1 15.1 4.1 34.8-11 43.9L15.6 397.6c-15.2 9.1-20.1 28.7-11 43.9l32.8 54.9c6 10 16.6 15.6 27.5 15.6 5.6 0 11.2-1.5 16.4-4.5L428.6 301c71.7-42.9 104.6-133.5 68.9-209zm-177.7 13l-2.5 1.5L296.8 45c9.7-4.7 19.8-8.1 30.3-10.2l20.6 61.8c-9.8.8-19.4 3.3-27.9 8.4zM145.9 431.8l-60.5-38.5 30.8-18.3 60.5 38.5-30.8 18.3zm107.5-63.9l-60.5-38.5 30.8-18.3 60.5 38.5-30.8 18.3zM364.3 302l-60.5-38.5 30.8-18.3 60.5 38.5-30.8 18.3zm20.4-197.3l46-46c8.4 6.5 16 14.1 22.6 22.6L407.6 127c-5.7-9.3-13.7-16.9-22.9-22.3zm82.1 107.8l-59.5-19.8c3.2-5.3 5.8-10.9 7.4-17.1 1.1-4.5 1.7-9.1 1.8-13.6l60.4 20.1c-2.1 10.4-5.5 20.6-10.1 30.4z\"/></svg></li><li title=\"cannabis \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M503.47 360.25c-1.56-.82-32.39-16.89-76.78-25.81 64.25-75.12 84.05-161.67 84.93-165.64 1.18-5.33-.44-10.9-4.3-14.77-3.03-3.04-7.12-4.7-11.32-4.7-1.14 0-2.29.12-3.44.38-3.88.85-86.54 19.59-160.58 79.76.01-1.46.01-2.93.01-4.4 0-118.79-59.98-213.72-62.53-217.7A15.973 15.973 0 0 0 256 0c-5.45 0-10.53 2.78-13.47 7.37-2.55 3.98-62.53 98.91-62.53 217.7 0 1.47.01 2.94.01 4.4-74.03-60.16-156.69-78.9-160.58-79.76-1.14-.25-2.29-.38-3.44-.38-4.2 0-8.29 1.66-11.32 4.7A15.986 15.986 0 0 0 .38 168.8c.88 3.97 20.68 90.52 84.93 165.64-44.39 8.92-75.21 24.99-76.78 25.81a16.003 16.003 0 0 0-.02 28.29c2.45 1.29 60.76 31.72 133.49 31.72 6.14 0 11.96-.1 17.5-.31-11.37 22.23-16.52 38.31-16.81 39.22-1.8 5.68-.29 11.89 3.91 16.11a16.019 16.019 0 0 0 16.1 3.99c1.83-.57 37.72-11.99 77.3-39.29V504c0 4.42 3.58 8 8 8h16c4.42 0 8-3.58 8-8v-64.01c39.58 27.3 75.47 38.71 77.3 39.29a16.019 16.019 0 0 0 16.1-3.99c4.2-4.22 5.71-10.43 3.91-16.11-.29-.91-5.45-16.99-16.81-39.22 5.54.21 11.37.31 17.5.31 72.72 0 131.04-30.43 133.49-31.72 5.24-2.78 8.52-8.22 8.51-14.15-.01-5.94-3.29-11.39-8.53-14.15z\"/></svg></li><li title=\"capsules \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M555.3 300.1L424.2 112.8C401.9 81 366.4 64 330.4 64c-22.6 0-45.5 6.7-65.5 20.7-19.7 13.8-33.7 32.8-41.5 53.8C220.5 79.2 172 32 112 32 50.1 32 0 82.1 0 144v224c0 61.9 50.1 112 112 112s112-50.1 112-112V218.9c3.3 8.6 7.3 17.1 12.8 25L368 431.2c22.2 31.8 57.7 48.8 93.8 48.8 22.7 0 45.5-6.7 65.5-20.7 51.7-36.2 64.2-107.5 28-159.2zM160 256H64V144c0-26.5 21.5-48 48-48s48 21.5 48 48v112zm194.8 44.9l-65.6-93.7c-7.7-11-10.7-24.4-8.3-37.6 2.3-13.2 9.7-24.8 20.7-32.5 8.5-6 18.5-9.1 28.8-9.1 16.5 0 31.9 8 41.3 21.5l65.6 93.7-82.5 57.7z\"/></svg></li><li title=\"car alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 480 512\"><path d=\"M438.66 212.33l-11.24-28.1-19.93-49.83C390.38 91.63 349.57 64 303.5 64h-127c-46.06 0-86.88 27.63-103.99 70.4l-19.93 49.83-11.24 28.1C17.22 221.5 0 244.66 0 272v48c0 16.12 6.16 30.67 16 41.93V416c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h256v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-54.07c9.84-11.25 16-25.8 16-41.93v-48c0-27.34-17.22-50.5-41.34-59.67zm-306.73-54.16c7.29-18.22 24.94-30.17 44.57-30.17h127c19.63 0 37.28 11.95 44.57 30.17L368 208H112l19.93-49.83zM80 319.8c-19.2 0-32-12.76-32-31.9S60.8 256 80 256s48 28.71 48 47.85-28.8 15.95-48 15.95zm320 0c-19.2 0-48 3.19-48-15.95S380.8 256 400 256s32 12.76 32 31.9-12.8 31.9-32 31.9z\"/></svg></li><li title=\"car battery \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M480 128h-32V80c0-8.84-7.16-16-16-16h-96c-8.84 0-16 7.16-16 16v48H192V80c0-8.84-7.16-16-16-16H80c-8.84 0-16 7.16-16 16v48H32c-17.67 0-32 14.33-32 32v256c0 17.67 14.33 32 32 32h448c17.67 0 32-14.33 32-32V160c0-17.67-14.33-32-32-32zM192 264c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h112c4.42 0 8 3.58 8 8v16zm256 0c0 4.42-3.58 8-8 8h-40v40c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-40h-40c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h40v-40c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v40h40c4.42 0 8 3.58 8 8v16z\"/></svg></li><li title=\"car crash \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M143.25 220.81l-12.42 46.37c-3.01 11.25-3.63 22.89-2.41 34.39l-35.2 28.98c-6.57 5.41-16.31-.43-14.62-8.77l15.44-76.68c1.06-5.26-2.66-10.28-8-10.79l-77.86-7.55c-8.47-.82-11.23-11.83-4.14-16.54l65.15-43.3c4.46-2.97 5.38-9.15 1.98-13.29L21.46 93.22c-5.41-6.57.43-16.3 8.78-14.62l76.68 15.44c5.26 1.06 10.28-2.66 10.8-8l7.55-77.86c.82-8.48 11.83-11.23 16.55-4.14l43.3 65.14c2.97 4.46 9.15 5.38 13.29 1.98l60.4-49.71c6.57-5.41 16.3.43 14.62 8.77L262.1 86.38c-2.71 3.05-5.43 6.09-7.91 9.4l-32.15 42.97-10.71 14.32c-32.73 8.76-59.18 34.53-68.08 67.74zm494.57 132.51l-12.42 46.36c-3.13 11.68-9.38 21.61-17.55 29.36a66.876 66.876 0 0 1-8.76 7l-13.99 52.23c-1.14 4.27-3.1 8.1-5.65 11.38-7.67 9.84-20.74 14.68-33.54 11.25L515 502.62c-17.07-4.57-27.2-22.12-22.63-39.19l8.28-30.91-247.28-66.26-8.28 30.91c-4.57 17.07-22.12 27.2-39.19 22.63l-30.91-8.28c-12.8-3.43-21.7-14.16-23.42-26.51-.57-4.12-.35-8.42.79-12.68l13.99-52.23a66.62 66.62 0 0 1-4.09-10.45c-3.2-10.79-3.65-22.52-.52-34.2l12.42-46.37c5.31-19.8 19.36-34.83 36.89-42.21a64.336 64.336 0 0 1 18.49-4.72l18.13-24.23 32.15-42.97c3.45-4.61 7.19-8.9 11.2-12.84 8-7.89 17.03-14.44 26.74-19.51 4.86-2.54 9.89-4.71 15.05-6.49 10.33-3.58 21.19-5.63 32.24-6.04 11.05-.41 22.31.82 33.43 3.8l122.68 32.87c11.12 2.98 21.48 7.54 30.85 13.43a111.11 111.11 0 0 1 34.69 34.5c8.82 13.88 14.64 29.84 16.68 46.99l6.36 53.29 3.59 30.05a64.49 64.49 0 0 1 22.74 29.93c4.39 11.88 5.29 25.19 1.75 38.39zM255.58 234.34c-18.55-4.97-34.21 4.04-39.17 22.53-4.96 18.49 4.11 34.12 22.65 39.09 18.55 4.97 45.54 15.51 50.49-2.98 4.96-18.49-15.43-53.67-33.97-58.64zm290.61 28.17l-6.36-53.29c-.58-4.87-1.89-9.53-3.82-13.86-5.8-12.99-17.2-23.01-31.42-26.82l-122.68-32.87a48.008 48.008 0 0 0-50.86 17.61l-32.15 42.97 172 46.08 75.29 20.18zm18.49 54.65c-18.55-4.97-53.8 15.31-58.75 33.79-4.95 18.49 23.69 22.86 42.24 27.83 18.55 4.97 34.21-4.04 39.17-22.53 4.95-18.48-4.11-34.12-22.66-39.09z\"/></svg></li><li title=\"car side \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M544 192h-16L419.22 56.02A64.025 64.025 0 0 0 369.24 32H155.33c-26.17 0-49.7 15.93-59.42 40.23L48 194.26C20.44 201.4 0 226.21 0 256v112c0 8.84 7.16 16 16 16h48c0 53.02 42.98 96 96 96s96-42.98 96-96h128c0 53.02 42.98 96 96 96s96-42.98 96-96h48c8.84 0 16-7.16 16-16v-80c0-53.02-42.98-96-96-96zM160 432c-26.47 0-48-21.53-48-48s21.53-48 48-48 48 21.53 48 48-21.53 48-48 48zm72-240H116.93l38.4-96H232v96zm48 0V96h89.24l76.8 96H280zm200 240c-26.47 0-48-21.53-48-48s21.53-48 48-48 48 21.53 48 48-21.53 48-48 48z\"/></svg></li><li title=\"car \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M499.99 176h-59.87l-16.64-41.6C406.38 91.63 365.57 64 319.5 64h-127c-46.06 0-86.88 27.63-103.99 70.4L71.87 176H12.01C4.2 176-1.53 183.34.37 190.91l6 24C7.7 220.25 12.5 224 18.01 224h20.07C24.65 235.73 16 252.78 16 272v48c0 16.12 6.16 30.67 16 41.93V416c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h256v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-54.07c9.84-11.25 16-25.8 16-41.93v-48c0-19.22-8.65-36.27-22.07-48H494c5.51 0 10.31-3.75 11.64-9.09l6-24c1.89-7.57-3.84-14.91-11.65-14.91zm-352.06-17.83c7.29-18.22 24.94-30.17 44.57-30.17h127c19.63 0 37.28 11.95 44.57 30.17L384 208H128l19.93-49.83zM96 319.8c-19.2 0-32-12.76-32-31.9S76.8 256 96 256s48 28.71 48 47.85-28.8 15.95-48 15.95zm320 0c-19.2 0-48 3.19-48-15.95S396.8 256 416 256s32 12.76 32 31.9-12.8 31.9-32 31.9z\"/></svg></li><li title=\"caravan \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M416,208a16,16,0,1,0,16,16A16,16,0,0,0,416,208ZM624,320H576V160A160,160,0,0,0,416,0H64A64,64,0,0,0,0,64V320a64,64,0,0,0,64,64H96a96,96,0,0,0,192,0H624a16,16,0,0,0,16-16V336A16,16,0,0,0,624,320ZM192,432a48,48,0,1,1,48-48A48.05,48.05,0,0,1,192,432Zm64-240a32,32,0,0,1-32,32H96a32,32,0,0,1-32-32V128A32,32,0,0,1,96,96H224a32,32,0,0,1,32,32ZM448,320H320V128a32,32,0,0,1,32-32h64a32,32,0,0,1,32,32Z\"/></svg></li><li title=\"caret down \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"><path d=\"M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\"/></svg></li><li title=\"caret left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 192 512\"><path d=\"M192 127.338v257.324c0 17.818-21.543 26.741-34.142 14.142L29.196 270.142c-7.81-7.81-7.81-20.474 0-28.284l128.662-128.662c12.599-12.6 34.142-3.676 34.142 14.142z\"/></svg></li><li title=\"caret right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 192 512\"><path d=\"M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z\"/></svg></li><li title=\"caret square down \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zM92.5 220.5l123 123c4.7 4.7 12.3 4.7 17 0l123-123c7.6-7.6 2.2-20.5-8.5-20.5H101c-10.7 0-16.1 12.9-8.5 20.5z\"/></svg></li><li title=\"caret square left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 480H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h352c26.51 0 48 21.49 48 48v352c0 26.51-21.49 48-48 48zM259.515 124.485l-123.03 123.03c-4.686 4.686-4.686 12.284 0 16.971l123.029 123.029c7.56 7.56 20.485 2.206 20.485-8.485V132.971c.001-10.691-12.925-16.045-20.484-8.486z\"/></svg></li><li title=\"caret square right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M48 32h352c26.51 0 48 21.49 48 48v352c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48zm140.485 355.515l123.029-123.029c4.686-4.686 4.686-12.284 0-16.971l-123.029-123.03c-7.56-7.56-20.485-2.206-20.485 8.485v246.059c0 10.691 12.926 16.045 20.485 8.486z\"/></svg></li><li title=\"caret square up \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M0 432V80c0-26.51 21.49-48 48-48h352c26.51 0 48 21.49 48 48v352c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48zm355.515-140.485l-123.03-123.03c-4.686-4.686-12.284-4.686-16.971 0L92.485 291.515c-7.56 7.56-2.206 20.485 8.485 20.485h246.059c10.691 0 16.045-12.926 8.486-20.485z\"/></svg></li><li title=\"caret up \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"><path d=\"M288.662 352H31.338c-17.818 0-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81 20.474-7.81 28.284 0l128.662 128.662c12.6 12.599 3.676 34.142-14.142 34.142z\"/></svg></li><li title=\"carrot \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M298.2 156.6c-52.7-25.7-114.5-10.5-150.2 32.8l55.2 55.2c6.3 6.3 6.3 16.4 0 22.6-3.1 3.1-7.2 4.7-11.3 4.7s-8.2-1.6-11.3-4.7L130.4 217 2.3 479.7c-2.9 6-3.1 13.3 0 19.7 5.4 11.1 18.9 15.7 30 10.3l133.6-65.2-49.2-49.2c-6.3-6.2-6.3-16.4 0-22.6 6.3-6.2 16.4-6.2 22.6 0l57 57 102-49.8c24-11.7 44.5-31.3 57.1-57.1 30.1-61.7 4.5-136.1-57.2-166.2zm92.1-34.9C409.8 81 399.7 32.9 360 0c-50.3 41.7-52.5 107.5-7.9 151.9l8 8c44.4 44.6 110.3 42.4 151.9-7.9-32.9-39.7-81-49.8-121.7-30.3z\"/></svg></li><li title=\"cart arrow down \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M504.717 320H211.572l6.545 32h268.418c15.401 0 26.816 14.301 23.403 29.319l-5.517 24.276C523.112 414.668 536 433.828 536 456c0 31.202-25.519 56.444-56.824 55.994-29.823-.429-54.35-24.631-55.155-54.447-.44-16.287 6.085-31.049 16.803-41.548H231.176C241.553 426.165 248 440.326 248 456c0 31.813-26.528 57.431-58.67 55.938-28.54-1.325-51.751-24.385-53.251-52.917-1.158-22.034 10.436-41.455 28.051-51.586L93.883 64H24C10.745 64 0 53.255 0 40V24C0 10.745 10.745 0 24 0h102.529c11.401 0 21.228 8.021 23.513 19.19L159.208 64H551.99c15.401 0 26.816 14.301 23.403 29.319l-47.273 208C525.637 312.246 515.923 320 504.717 320zM403.029 192H360v-60c0-6.627-5.373-12-12-12h-24c-6.627 0-12 5.373-12 12v60h-43.029c-10.691 0-16.045 12.926-8.485 20.485l67.029 67.029c4.686 4.686 12.284 4.686 16.971 0l67.029-67.029c7.559-7.559 2.205-20.485-8.486-20.485z\"/></svg></li><li title=\"cart plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M504.717 320H211.572l6.545 32h268.418c15.401 0 26.816 14.301 23.403 29.319l-5.517 24.276C523.112 414.668 536 433.828 536 456c0 31.202-25.519 56.444-56.824 55.994-29.823-.429-54.35-24.631-55.155-54.447-.44-16.287 6.085-31.049 16.803-41.548H231.176C241.553 426.165 248 440.326 248 456c0 31.813-26.528 57.431-58.67 55.938-28.54-1.325-51.751-24.385-53.251-52.917-1.158-22.034 10.436-41.455 28.051-51.586L93.883 64H24C10.745 64 0 53.255 0 40V24C0 10.745 10.745 0 24 0h102.529c11.401 0 21.228 8.021 23.513 19.19L159.208 64H551.99c15.401 0 26.816 14.301 23.403 29.319l-47.273 208C525.637 312.246 515.923 320 504.717 320zM408 168h-48v-40c0-8.837-7.163-16-16-16h-16c-8.837 0-16 7.163-16 16v40h-48c-8.837 0-16 7.163-16 16v16c0 8.837 7.163 16 16 16h48v40c0 8.837 7.163 16 16 16h16c8.837 0 16-7.163 16-16v-40h48c8.837 0 16-7.163 16-16v-16c0-8.837-7.163-16-16-16z\"/></svg></li><li title=\"cash register \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.1 378.8l-26.7-160c-2.6-15.4-15.9-26.7-31.6-26.7H208v-64h96c8.8 0 16-7.2 16-16V16c0-8.8-7.2-16-16-16H48c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h96v64H59.1c-15.6 0-29 11.3-31.6 26.7L.8 378.7c-.6 3.5-.9 7-.9 10.5V480c0 17.7 14.3 32 32 32h448c17.7 0 32-14.3 32-32v-90.7c.1-3.5-.2-7-.8-10.5zM280 248c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16h-16c-8.8 0-16-7.2-16-16v-16zm-32 64h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16h-16c-8.8 0-16-7.2-16-16v-16c0-8.8 7.2-16 16-16zm-32-80c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16h-16c-8.8 0-16-7.2-16-16v-16c0-8.8 7.2-16 16-16h16zM80 80V48h192v32H80zm40 200h-16c-8.8 0-16-7.2-16-16v-16c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16zm16 64v-16c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16h-16c-8.8 0-16-7.2-16-16zm216 112c0 4.4-3.6 8-8 8H168c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h176c4.4 0 8 3.6 8 8v16zm24-112c0 8.8-7.2 16-16 16h-16c-8.8 0-16-7.2-16-16v-16c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v16zm48-80c0 8.8-7.2 16-16 16h-16c-8.8 0-16-7.2-16-16v-16c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v16z\"/></svg></li><li title=\"cat \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M290.59 192c-20.18 0-106.82 1.98-162.59 85.95V192c0-52.94-43.06-96-96-96-17.67 0-32 14.33-32 32s14.33 32 32 32c17.64 0 32 14.36 32 32v256c0 35.3 28.7 64 64 64h176c8.84 0 16-7.16 16-16v-16c0-17.67-14.33-32-32-32h-32l128-96v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V289.86c-10.29 2.67-20.89 4.54-32 4.54-61.81 0-113.52-44.05-125.41-102.4zM448 96h-64l-64-64v134.4c0 53.02 42.98 96 96 96s96-42.98 96-96V32l-64 64zm-72 80c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16zm80 0c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16z\"/></svg></li><li title=\"certificate \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M458.622 255.92l45.985-45.005c13.708-12.977 7.316-36.039-10.664-40.339l-62.65-15.99 17.661-62.015c4.991-17.838-11.829-34.663-29.661-29.671l-61.994 17.667-15.984-62.671C337.085.197 313.765-6.276 300.99 7.228L256 53.57 211.011 7.229c-12.63-13.351-36.047-7.234-40.325 10.668l-15.984 62.671-61.995-17.667C74.87 57.907 58.056 74.738 63.046 92.572l17.661 62.015-62.65 15.99C.069 174.878-6.31 197.944 7.392 210.915l45.985 45.005-45.985 45.004c-13.708 12.977-7.316 36.039 10.664 40.339l62.65 15.99-17.661 62.015c-4.991 17.838 11.829 34.663 29.661 29.671l61.994-17.667 15.984 62.671c4.439 18.575 27.696 24.018 40.325 10.668L256 458.61l44.989 46.001c12.5 13.488 35.987 7.486 40.325-10.668l15.984-62.671 61.994 17.667c17.836 4.994 34.651-11.837 29.661-29.671l-17.661-62.015 62.65-15.99c17.987-4.302 24.366-27.367 10.664-40.339l-45.984-45.004z\"/></svg></li><li title=\"chair \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M112 128c0-29.5 16.2-55 40-68.9V256h48V48h48v208h48V59.1c23.8 13.9 40 39.4 40 68.9v128h48V128C384 57.3 326.7 0 256 0h-64C121.3 0 64 57.3 64 128v128h48zm334.3 213.9l-10.7-32c-4.4-13.1-16.6-21.9-30.4-21.9H42.7c-13.8 0-26 8.8-30.4 21.9l-10.7 32C-5.2 362.6 10.2 384 32 384v112c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V384h256v112c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V384c21.8 0 37.2-21.4 30.3-42.1z\"/></svg></li><li title=\"chalkboard teacher \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M208 352c-2.39 0-4.78.35-7.06 1.09C187.98 357.3 174.35 360 160 360c-14.35 0-27.98-2.7-40.95-6.91-2.28-.74-4.66-1.09-7.05-1.09C49.94 352-.33 402.48 0 464.62.14 490.88 21.73 512 48 512h224c26.27 0 47.86-21.12 48-47.38.33-62.14-49.94-112.62-112-112.62zm-48-32c53.02 0 96-42.98 96-96s-42.98-96-96-96-96 42.98-96 96 42.98 96 96 96zM592 0H208c-26.47 0-48 22.25-48 49.59V96c23.42 0 45.1 6.78 64 17.8V64h352v288h-64v-64H384v64h-76.24c19.1 16.69 33.12 38.73 39.69 64H592c26.47 0 48-22.25 48-49.59V49.59C640 22.25 618.47 0 592 0z\"/></svg></li><li title=\"chalkboard \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M96 64h448v352h64V40c0-22.06-17.94-40-40-40H72C49.94 0 32 17.94 32 40v376h64V64zm528 384H480v-64H288v64H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h608c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"/></svg></li><li title=\"charging station \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M336 448H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h320c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zm208-320V80c0-8.84-7.16-16-16-16s-16 7.16-16 16v48h-32V80c0-8.84-7.16-16-16-16s-16 7.16-16 16v48h-16c-8.84 0-16 7.16-16 16v32c0 35.76 23.62 65.69 56 75.93v118.49c0 13.95-9.5 26.92-23.26 29.19C431.22 402.5 416 388.99 416 372v-28c0-48.6-39.4-88-88-88h-8V64c0-35.35-28.65-64-64-64H96C60.65 0 32 28.65 32 64v352h288V304h8c22.09 0 40 17.91 40 40v24.61c0 39.67 28.92 75.16 68.41 79.01C481.71 452.05 520 416.41 520 372V251.93c32.38-10.24 56-40.17 56-75.93v-32c0-8.84-7.16-16-16-16h-16zm-283.91 47.76l-93.7 139c-2.2 3.33-6.21 5.24-10.39 5.24-7.67 0-13.47-6.28-11.67-12.92L167.35 224H108c-7.25 0-12.85-5.59-11.89-11.89l16-107C112.9 99.9 117.98 96 124 96h68c7.88 0 13.62 6.54 11.6 13.21L192 160h57.7c9.24 0 15.01 8.78 10.39 15.76z\"/></svg></li><li title=\"chart area \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M500 384c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H12c-6.6 0-12-5.4-12-12V76c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v308h436zM372.7 159.5L288 216l-85.3-113.7c-5.1-6.8-15.5-6.3-19.9 1L96 248v104h384l-89.9-187.8c-3.2-6.5-11.4-8.7-17.4-4.7z\"/></svg></li><li title=\"chart bar \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M332.8 320h38.4c6.4 0 12.8-6.4 12.8-12.8V172.8c0-6.4-6.4-12.8-12.8-12.8h-38.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h38.4c6.4 0 12.8-6.4 12.8-12.8V76.8c0-6.4-6.4-12.8-12.8-12.8h-38.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-288 0h38.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-38.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h38.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-38.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zM496 384H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"/></svg></li><li title=\"chart line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M496 384H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM464 96H345.94c-21.38 0-32.09 25.85-16.97 40.97l32.4 32.4L288 242.75l-73.37-73.37c-12.5-12.5-32.76-12.5-45.25 0l-68.69 68.69c-6.25 6.25-6.25 16.38 0 22.63l22.62 22.62c6.25 6.25 16.38 6.25 22.63 0L192 237.25l73.37 73.37c12.5 12.5 32.76 12.5 45.25 0l96-96 32.4 32.4c15.12 15.12 40.97 4.41 40.97-16.97V112c.01-8.84-7.15-16-15.99-16z\"/></svg></li><li title=\"chart pie \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 544 512\"><path d=\"M527.79 288H290.5l158.03 158.03c6.04 6.04 15.98 6.53 22.19.68 38.7-36.46 65.32-85.61 73.13-140.86 1.34-9.46-6.51-17.85-16.06-17.85zm-15.83-64.8C503.72 103.74 408.26 8.28 288.8.04 279.68-.59 272 7.1 272 16.24V240h223.77c9.14 0 16.82-7.68 16.19-16.8zM224 288V50.71c0-9.55-8.39-17.4-17.84-16.06C86.99 51.49-4.1 155.6.14 280.37 4.5 408.51 114.83 513.59 243.03 511.98c50.4-.63 96.97-16.87 135.26-44.03 7.9-5.6 8.42-17.23 1.57-24.08L224 288z\"/></svg></li><li title=\"check circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"/></svg></li><li title=\"check double \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M505 174.8l-39.6-39.6c-9.4-9.4-24.6-9.4-33.9 0L192 374.7 80.6 263.2c-9.4-9.4-24.6-9.4-33.9 0L7 302.9c-9.4 9.4-9.4 24.6 0 34L175 505c9.4 9.4 24.6 9.4 33.9 0l296-296.2c9.4-9.5 9.4-24.7.1-34zm-324.3 106c6.2 6.3 16.4 6.3 22.6 0l208-208.2c6.2-6.3 6.2-16.4 0-22.6L366.1 4.7c-6.2-6.3-16.4-6.3-22.6 0L192 156.2l-55.4-55.5c-6.2-6.3-16.4-6.3-22.6 0L68.7 146c-6.2 6.3-6.2 16.4 0 22.6l112 112.2z\"/></svg></li><li title=\"check square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 480H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h352c26.51 0 48 21.49 48 48v352c0 26.51-21.49 48-48 48zm-204.686-98.059l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.248-16.379-6.249-22.628 0L184 302.745l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.25 16.379 6.25 22.628.001z\"/></svg></li><li title=\"check \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"/></svg></li><li title=\"cheese \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M0 288v160a32 32 0 0 0 32 32h448a32 32 0 0 0 32-32V288zM299.83 32a32 32 0 0 0-21.13 7L0 256h512c0-119.89-94-217.8-212.17-224z\"/></svg></li><li title=\"chess bishop \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"><path d=\"M8 287.88c0 51.64 22.14 73.83 56 84.6V416h192v-43.52c33.86-10.77 56-33 56-84.6 0-30.61-10.73-67.1-26.69-102.56L185 285.65a8 8 0 0 1-11.31 0l-11.31-11.31a8 8 0 0 1 0-11.31L270.27 155.1c-20.8-37.91-46.47-72.1-70.87-92.59C213.4 59.09 224 47.05 224 32a32 32 0 0 0-32-32h-64a32 32 0 0 0-32 32c0 15 10.6 27.09 24.6 30.51C67.81 106.8 8 214.5 8 287.88zM304 448H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h288a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z\"/></svg></li><li title=\"chess board \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M255.9.2h-64v64h64zM0 64.17v64h64v-64zM128 .2H64v64h64zm64 255.9v64h64v-64zM0 192.12v64h64v-64zM383.85.2h-64v64h64zm128 0h-64v64h64zM128 256.1H64v64h64zM511.8 448v-64h-64v64zm0-128v-64h-64v64zM383.85 512h64v-64h-64zm128-319.88v-64h-64v64zM128 512h64v-64h-64zM0 512h64v-64H0zm255.9 0h64v-64h-64zM0 320.07v64h64v-64zm319.88-191.92v-64h-64v64zm-64 128h64v-64h-64zm-64 128v64h64v-64zm128-64h64v-64h-64zm0-127.95h64v-64h-64zm0 191.93v64h64v-64zM64 384.05v64h64v-64zm128-255.9v-64h-64v64zm191.92 255.9h64v-64h-64zm-128-191.93v-64h-64v64zm128-127.95v64h64v-64zm-128 255.9v64h64v-64zm-64-127.95H128v64h64zm191.92 64h64v-64h-64zM128 128.15H64v64h64zm0 191.92v64h64v-64z\"/></svg></li><li title=\"chess king \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 448H48a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h352a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm16-288H256v-48h40a8 8 0 0 0 8-8V56a8 8 0 0 0-8-8h-40V8a8 8 0 0 0-8-8h-48a8 8 0 0 0-8 8v40h-40a8 8 0 0 0-8 8v48a8 8 0 0 0 8 8h40v48H32a32 32 0 0 0-30.52 41.54L74.56 416h298.88l73.08-214.46A32 32 0 0 0 416 160z\"/></svg></li><li title=\"chess knight \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M19 272.47l40.63 18.06a32 32 0 0 0 24.88.47l12.78-5.12a32 32 0 0 0 18.76-20.5l9.22-30.65a24 24 0 0 1 12.55-15.65L159.94 208v50.33a48 48 0 0 1-26.53 42.94l-57.22 28.65A80 80 0 0 0 32 401.48V416h319.86V224c0-106-85.92-192-191.92-192H12A12 12 0 0 0 0 44a16.9 16.9 0 0 0 1.79 7.58L16 80l-9 9a24 24 0 0 0-7 17v137.21a32 32 0 0 0 19 29.26zM52 128a20 20 0 1 1-20 20 20 20 0 0 1 20-20zm316 320H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h352a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z\"/></svg></li><li title=\"chess pawn \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"><path d=\"M105.1 224H80a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h16v5.49c0 44-4.14 86.6-24 122.51h176c-19.89-35.91-24-78.51-24-122.51V288h16a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-25.1c29.39-18.38 49.1-50.78 49.1-88a104 104 0 0 0-208 0c0 37.22 19.71 69.62 49.1 88zM304 448H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h288a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z\"/></svg></li><li title=\"chess queen \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 112a56 56 0 1 0-56-56 56 56 0 0 0 56 56zm176 336H80a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h352a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm72.87-263.84l-28.51-15.92c-7.44-5-16.91-2.46-22.29 4.68a47.59 47.59 0 0 1-47.23 18.23C383.7 186.86 368 164.93 368 141.4a13.4 13.4 0 0 0-13.4-13.4h-38.77c-6 0-11.61 4-12.86 9.91a48 48 0 0 1-93.94 0c-1.25-5.92-6.82-9.91-12.86-9.91H157.4a13.4 13.4 0 0 0-13.4 13.4c0 25.69-19 48.75-44.67 50.49a47.5 47.5 0 0 1-41.54-19.15c-5.28-7.09-14.73-9.45-22.09-4.54l-28.57 16a16 16 0 0 0-5.44 20.47L104.24 416h303.52l102.55-211.37a16 16 0 0 0-5.44-20.47z\"/></svg></li><li title=\"chess rook \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M368 32h-56a16 16 0 0 0-16 16v48h-48V48a16 16 0 0 0-16-16h-80a16 16 0 0 0-16 16v48H88.1V48a16 16 0 0 0-16-16H16A16 16 0 0 0 0 48v176l64 32c0 48.33-1.54 95-13.21 160h282.42C321.54 351 320 303.72 320 256l64-32V48a16 16 0 0 0-16-16zM224 320h-64v-64a32 32 0 0 1 64 0zm144 128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h352a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z\"/></svg></li><li title=\"chess \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M74 208H64a16 16 0 0 0-16 16v16a16 16 0 0 0 16 16h15.94A535.78 535.78 0 0 1 64 384h128a535.78 535.78 0 0 1-15.94-128H192a16 16 0 0 0 16-16v-16a16 16 0 0 0-16-16h-10l33.89-90.38a16 16 0 0 0-15-21.62H144V64h24a8 8 0 0 0 8-8V40a8 8 0 0 0-8-8h-24V8a8 8 0 0 0-8-8h-16a8 8 0 0 0-8 8v24H88a8 8 0 0 0-8 8v16a8 8 0 0 0 8 8h24v32H55.09a16 16 0 0 0-15 21.62zm173.16 251.58L224 448v-16a16 16 0 0 0-16-16H48a16 16 0 0 0-16 16v16L8.85 459.58A16 16 0 0 0 0 473.89V496a16 16 0 0 0 16 16h224a16 16 0 0 0 16-16v-22.11a16 16 0 0 0-8.84-14.31zm92.77-157.78l-3.29 82.2h126.72l-3.29-82.21 24.6-20.79A32 32 0 0 0 496 256.54V198a6 6 0 0 0-6-6h-26.38a6 6 0 0 0-6 6v26h-24.71v-26a6 6 0 0 0-6-6H373.1a6 6 0 0 0-6 6v26h-24.71v-26a6 6 0 0 0-6-6H310a6 6 0 0 0-6 6v58.6a32 32 0 0 0 11.36 24.4zM384 304a16 16 0 0 1 32 0v32h-32zm119.16 155.58L480 448v-16a16 16 0 0 0-16-16H336a16 16 0 0 0-16 16v16l-23.15 11.58a16 16 0 0 0-8.85 14.31V496a16 16 0 0 0 16 16h192a16 16 0 0 0 16-16v-22.11a16 16 0 0 0-8.84-14.31z\"/></svg></li><li title=\"chevron circle down \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504 256c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zM273 369.9l135.5-135.5c9.4-9.4 9.4-24.6 0-33.9l-17-17c-9.4-9.4-24.6-9.4-33.9 0L256 285.1 154.4 183.5c-9.4-9.4-24.6-9.4-33.9 0l-17 17c-9.4 9.4-9.4 24.6 0 33.9L239 369.9c9.4 9.4 24.6 9.4 34 0z\"/></svg></li><li title=\"chevron circle left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 504C119 504 8 393 8 256S119 8 256 8s248 111 248 248-111 248-248 248zM142.1 273l135.5 135.5c9.4 9.4 24.6 9.4 33.9 0l17-17c9.4-9.4 9.4-24.6 0-33.9L226.9 256l101.6-101.6c9.4-9.4 9.4-24.6 0-33.9l-17-17c-9.4-9.4-24.6-9.4-33.9 0L142.1 239c-9.4 9.4-9.4 24.6 0 34z\"/></svg></li><li title=\"chevron circle right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zm113.9 231L234.4 103.5c-9.4-9.4-24.6-9.4-33.9 0l-17 17c-9.4 9.4-9.4 24.6 0 33.9L285.1 256 183.5 357.6c-9.4 9.4-9.4 24.6 0 33.9l17 17c9.4 9.4 24.6 9.4 33.9 0L369.9 273c9.4-9.4 9.4-24.6 0-34z\"/></svg></li><li title=\"chevron circle up \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M8 256C8 119 119 8 256 8s248 111 248 248-111 248-248 248S8 393 8 256zm231-113.9L103.5 277.6c-9.4 9.4-9.4 24.6 0 33.9l17 17c9.4 9.4 24.6 9.4 33.9 0L256 226.9l101.6 101.6c9.4 9.4 24.6 9.4 33.9 0l17-17c9.4-9.4 9.4-24.6 0-33.9L273 142.1c-9.4-9.4-24.6-9.4-34 0z\"/></svg></li><li title=\"chevron down \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z\"/></svg></li><li title=\"chevron left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"><path d=\"M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z\"/></svg></li><li title=\"chevron right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"><path d=\"M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z\"/></svg></li><li title=\"chevron up \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M240.971 130.524l194.343 194.343c9.373 9.373 9.373 24.569 0 33.941l-22.667 22.667c-9.357 9.357-24.522 9.375-33.901.04L224 227.495 69.255 381.516c-9.379 9.335-24.544 9.317-33.901-.04l-22.667-22.667c-9.373-9.373-9.373-24.569 0-33.941L207.03 130.525c9.372-9.373 24.568-9.373 33.941-.001z\"/></svg></li><li title=\"child \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M120 72c0-39.765 32.235-72 72-72s72 32.235 72 72c0 39.764-32.235 72-72 72s-72-32.236-72-72zm254.627 1.373c-12.496-12.497-32.758-12.497-45.254 0L242.745 160H141.254L54.627 73.373c-12.496-12.497-32.758-12.497-45.254 0-12.497 12.497-12.497 32.758 0 45.255L104 213.254V480c0 17.673 14.327 32 32 32h16c17.673 0 32-14.327 32-32V368h16v112c0 17.673 14.327 32 32 32h16c17.673 0 32-14.327 32-32V213.254l94.627-94.627c12.497-12.497 12.497-32.757 0-45.254z\"/></svg></li><li title=\"church \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M464.46 246.68L352 179.2V128h48c8.84 0 16-7.16 16-16V80c0-8.84-7.16-16-16-16h-48V16c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v48h-48c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h48v51.2l-112.46 67.48A31.997 31.997 0 0 0 160 274.12V512h96v-96c0-35.35 28.65-64 64-64s64 28.65 64 64v96h96V274.12c0-11.24-5.9-21.66-15.54-27.44zM0 395.96V496c0 8.84 7.16 16 16 16h112V320L19.39 366.54A32.024 32.024 0 0 0 0 395.96zm620.61-29.42L512 320v192h112c8.84 0 16-7.16 16-16V395.96c0-12.8-7.63-24.37-19.39-29.42z\"/></svg></li><li title=\"circle notch \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M288 39.056v16.659c0 10.804 7.281 20.159 17.686 23.066C383.204 100.434 440 171.518 440 256c0 101.689-82.295 184-184 184-101.689 0-184-82.295-184-184 0-84.47 56.786-155.564 134.312-177.219C216.719 75.874 224 66.517 224 55.712V39.064c0-15.709-14.834-27.153-30.046-23.234C86.603 43.482 7.394 141.206 8.003 257.332c.72 137.052 111.477 246.956 248.531 246.667C393.255 503.711 504 392.788 504 256c0-115.633-79.14-212.779-186.211-240.236C302.678 11.889 288 23.456 288 39.056z\"/></svg></li><li title=\"circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"/></svg></li><li title=\"city \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M616 192H480V24c0-13.26-10.74-24-24-24H312c-13.26 0-24 10.74-24 24v72h-64V16c0-8.84-7.16-16-16-16h-16c-8.84 0-16 7.16-16 16v80h-64V16c0-8.84-7.16-16-16-16H80c-8.84 0-16 7.16-16 16v80H24c-13.26 0-24 10.74-24 24v360c0 17.67 14.33 32 32 32h576c17.67 0 32-14.33 32-32V216c0-13.26-10.75-24-24-24zM128 404c0 6.63-5.37 12-12 12H76c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm0-96c0 6.63-5.37 12-12 12H76c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm0-96c0 6.63-5.37 12-12 12H76c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm128 192c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm0-96c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm0-96c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm160 96c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm0-96c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm0-96c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12V76c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm160 288c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40zm0-96c0 6.63-5.37 12-12 12h-40c-6.63 0-12-5.37-12-12v-40c0-6.63 5.37-12 12-12h40c6.63 0 12 5.37 12 12v40z\"/></svg></li><li title=\"clinic medical \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M288 115L69.47 307.71c-1.62 1.46-3.69 2.14-5.47 3.35V496a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V311.1c-1.7-1.16-3.72-1.82-5.26-3.2zm96 261a8 8 0 0 1-8 8h-56v56a8 8 0 0 1-8 8h-48a8 8 0 0 1-8-8v-56h-56a8 8 0 0 1-8-8v-48a8 8 0 0 1 8-8h56v-56a8 8 0 0 1 8-8h48a8 8 0 0 1 8 8v56h56a8 8 0 0 1 8 8zm186.69-139.72l-255.94-226a39.85 39.85 0 0 0-53.45 0l-256 226a16 16 0 0 0-1.21 22.6L25.5 282.7a16 16 0 0 0 22.6 1.21L277.42 81.63a16 16 0 0 1 21.17 0L527.91 283.9a16 16 0 0 0 22.6-1.21l21.4-23.82a16 16 0 0 0-1.22-22.59z\"/></svg></li><li title=\"clipboard check \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M336 64h-80c0-35.3-28.7-64-64-64s-64 28.7-64 64H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM192 40c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm121.2 231.8l-143 141.8c-4.7 4.7-12.3 4.6-17-.1l-82.6-83.3c-4.7-4.7-4.6-12.3.1-17L99.1 285c4.7-4.7 12.3-4.6 17 .1l46 46.4 106-105.2c4.7-4.7 12.3-4.6 17 .1l28.2 28.4c4.7 4.8 4.6 12.3-.1 17z\"/></svg></li><li title=\"clipboard list \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M336 64h-80c0-35.3-28.7-64-64-64s-64 28.7-64 64H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM96 424c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24zm0-96c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24zm0-96c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24zm96-192c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm128 368c0 4.4-3.6 8-8 8H168c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16zm0-96c0 4.4-3.6 8-8 8H168c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16zm0-96c0 4.4-3.6 8-8 8H168c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16z\"/></svg></li><li title=\"clipboard \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M384 112v352c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V112c0-26.51 21.49-48 48-48h80c0-35.29 28.71-64 64-64s64 28.71 64 64h80c26.51 0 48 21.49 48 48zM192 40c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24m96 114v-20a6 6 0 0 0-6-6H102a6 6 0 0 0-6 6v20a6 6 0 0 0 6 6h180a6 6 0 0 0 6-6z\"/></svg></li><li title=\"clock \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256,8C119,8,8,119,8,256S119,504,256,504,504,393,504,256,393,8,256,8Zm92.49,313h0l-20,25a16,16,0,0,1-22.49,2.5h0l-67-49.72a40,40,0,0,1-15-31.23V112a16,16,0,0,1,16-16h32a16,16,0,0,1,16,16V256l58,42.5A16,16,0,0,1,348.49,321Z\"/></svg></li><li title=\"clone \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 0c26.51 0 48 21.49 48 48v288c0 26.51-21.49 48-48 48H176c-26.51 0-48-21.49-48-48V48c0-26.51 21.49-48 48-48h288M176 416c-44.112 0-80-35.888-80-80V128H48c-26.51 0-48 21.49-48 48v288c0 26.51 21.49 48 48 48h288c26.51 0 48-21.49 48-48v-48H176z\"/></svg></li><li title=\"closed captioning \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 64H48C21.5 64 0 85.5 0 112v288c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM218.1 287.7c2.8-2.5 7.1-2.1 9.2.9l19.5 27.7c1.7 2.4 1.5 5.6-.5 7.7-53.6 56.8-172.8 32.1-172.8-67.9 0-97.3 121.7-119.5 172.5-70.1 2.1 2 2.5 3.2 1 5.7l-17.5 30.5c-1.9 3.1-6.2 4-9.1 1.7-40.8-32-94.6-14.9-94.6 31.2.1 48 51.1 70.5 92.3 32.6zm190.4 0c2.8-2.5 7.1-2.1 9.2.9l19.5 27.7c1.7 2.4 1.5 5.6-.5 7.7-53.5 56.9-172.7 32.1-172.7-67.9 0-97.3 121.7-119.5 172.5-70.1 2.1 2 2.5 3.2 1 5.7L420 222.2c-1.9 3.1-6.2 4-9.1 1.7-40.8-32-94.6-14.9-94.6 31.2 0 48 51 70.5 92.2 32.6z\"/></svg></li><li title=\"cloud download alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M537.6 226.6c4.1-10.7 6.4-22.4 6.4-34.6 0-53-43-96-96-96-19.7 0-38.1 6-53.3 16.2C367 64.2 315.3 32 256 32c-88.4 0-160 71.6-160 160 0 2.7.1 5.4.2 8.1C40.2 219.8 0 273.2 0 336c0 79.5 64.5 144 144 144h368c70.7 0 128-57.3 128-128 0-61.9-44-113.6-102.4-125.4zm-132.9 88.7L299.3 420.7c-6.2 6.2-16.4 6.2-22.6 0L171.3 315.3c-10.1-10.1-2.9-27.3 11.3-27.3H248V176c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16v112h65.4c14.2 0 21.4 17.2 11.3 27.3z\"/></svg></li><li title=\"cloud meatball \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M48 352c-26.5 0-48 21.5-48 48s21.5 48 48 48 48-21.5 48-48-21.5-48-48-48zm416 0c-26.5 0-48 21.5-48 48s21.5 48 48 48 48-21.5 48-48-21.5-48-48-48zm-119 11.1c4.6-14.5 1.6-30.8-9.8-42.3-11.5-11.5-27.8-14.4-42.3-9.9-7-13.5-20.7-23-36.9-23s-29.9 9.5-36.9 23c-14.5-4.6-30.8-1.6-42.3 9.9-11.5 11.5-14.4 27.8-9.9 42.3-13.5 7-23 20.7-23 36.9s9.5 29.9 23 36.9c-4.6 14.5-1.6 30.8 9.9 42.3 8.2 8.2 18.9 12.3 29.7 12.3 4.3 0 8.5-1.1 12.6-2.5 7 13.5 20.7 23 36.9 23s29.9-9.5 36.9-23c4.1 1.3 8.3 2.5 12.6 2.5 10.8 0 21.5-4.1 29.7-12.3 11.5-11.5 14.4-27.8 9.8-42.3 13.5-7 23-20.7 23-36.9s-9.5-29.9-23-36.9zM512 224c0-53-43-96-96-96-.6 0-1.1.2-1.6.2 1.1-5.2 1.6-10.6 1.6-16.2 0-44.2-35.8-80-80-80-24.6 0-46.3 11.3-61 28.8C256.4 24.8 219.3 0 176 0 114.1 0 64 50.1 64 112c0 7.3.8 14.3 2.1 21.2C27.8 145.8 0 181.5 0 224c0 53 43 96 96 96h43.4c3.6-8 8.4-15.4 14.8-21.8 13.5-13.5 31.5-21.1 50.8-21.3 13.5-13.2 31.7-20.9 51-20.9s37.5 7.7 51 20.9c19.3.2 37.3 7.8 50.8 21.3 6.4 6.4 11.3 13.8 14.8 21.8H416c53 0 96-43 96-96z\"/></svg></li><li title=\"cloud moon rain \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M350.5 225.5c-6.9-37.2-39.3-65.5-78.5-65.5-12.3 0-23.9 3-34.3 8-17.4-24.1-45.6-40-77.7-40-53 0-96 43-96 96 0 .5.2 1.1.2 1.6C27.6 232.9 0 265.2 0 304c0 44.2 35.8 80 80 80h256c44.2 0 80-35.8 80-80 0-39.2-28.2-71.7-65.5-78.5zm217.4-1.7c-70.4 13.3-135-40.3-135-110.8 0-40.6 21.9-78 57.5-98.1 5.5-3.1 4.1-11.4-2.1-12.5C479.6.8 470.7 0 461.8 0c-77.9 0-141.1 61.2-144.4 137.9 26.7 11.9 48.2 33.8 58.9 61.7 37.1 14.3 64 47.4 70.2 86.8 5.1.5 10 1.5 15.2 1.5 44.7 0 85.6-20.2 112.6-53.3 4.2-4.8-.2-12-6.4-10.8zM364.5 418.1c-7.6-4.3-17.4-1.8-21.8 6l-36.6 64c-4.4 7.7-1.7 17.4 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l36.6-64c4.3-7.7 1.7-17.4-6-21.8zm-96 0c-7.6-4.3-17.4-1.8-21.8 6l-36.6 64c-4.4 7.7-1.7 17.4 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l36.6-64c4.3-7.7 1.7-17.4-6-21.8zm-96 0c-7.6-4.3-17.4-1.8-21.8 6l-36.6 64c-4.4 7.7-1.7 17.4 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l36.6-64c4.3-7.7 1.7-17.4-6-21.8zm-96 0c-7.6-4.3-17.4-1.8-21.8 6l-36.6 64c-4.4 7.7-1.7 17.4 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l36.6-64c4.3-7.7 1.7-17.4-6-21.8z\"/></svg></li><li title=\"cloud moon \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M342.8 352.7c5.7-9.6 9.2-20.7 9.2-32.7 0-35.3-28.7-64-64-64-17.2 0-32.8 6.9-44.3 17.9-16.3-29.6-47.5-49.9-83.7-49.9-53 0-96 43-96 96 0 2 .5 3.8.6 5.7C27.1 338.8 0 374.1 0 416c0 53 43 96 96 96h240c44.2 0 80-35.8 80-80 0-41.9-32.3-75.8-73.2-79.3zm222.5-54.3c-93.1 17.7-178.5-53.7-178.5-147.7 0-54.2 29-104 76.1-130.8 7.3-4.1 5.4-15.1-2.8-16.7C448.4 1.1 436.7 0 425 0 319.1 0 233.1 85.9 233.1 192c0 8.5.7 16.8 1.8 25 5.9 4.3 11.6 8.9 16.7 14.2 11.4-4.7 23.7-7.2 36.4-7.2 52.9 0 96 43.1 96 96 0 3.6-.2 7.2-.6 10.7 23.6 10.8 42.4 29.5 53.5 52.6 54.4-3.4 103.7-29.3 137.1-70.4 5.3-6.5-.5-16.1-8.7-14.5z\"/></svg></li><li title=\"cloud rain \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M416 128c-.6 0-1.1.2-1.6.2 1.1-5.2 1.6-10.6 1.6-16.2 0-44.2-35.8-80-80-80-24.6 0-46.3 11.3-61 28.8C256.4 24.8 219.3 0 176 0 114.1 0 64 50.1 64 112c0 7.3.8 14.3 2.1 21.2C27.8 145.8 0 181.5 0 224c0 53 43 96 96 96h320c53 0 96-43 96-96s-43-96-96-96zM88 374.2c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0zm160 0c-12.8 44.4-40 56.4-40 87.7 0 27.7 21.5 50.1 48 50.1s48-22.4 48-50.1c0-31.4-27.2-43.1-40-87.7-2.2-8.1-13.5-8.5-16 0z\"/></svg></li><li title=\"cloud showers heavy \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M183.9 370.1c-7.6-4.4-17.4-1.8-21.8 6l-64 112c-4.4 7.7-1.7 17.5 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l64-112c4.4-7.6 1.7-17.4-6-21.8zm96 0c-7.6-4.4-17.4-1.8-21.8 6l-64 112c-4.4 7.7-1.7 17.5 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l64-112c4.4-7.6 1.7-17.4-6-21.8zm-192 0c-7.6-4.4-17.4-1.8-21.8 6l-64 112c-4.4 7.7-1.7 17.5 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l64-112c4.4-7.6 1.7-17.4-6-21.8zm384 0c-7.6-4.4-17.4-1.8-21.8 6l-64 112c-4.4 7.7-1.7 17.5 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l64-112c4.4-7.6 1.7-17.4-6-21.8zm-96 0c-7.6-4.4-17.4-1.8-21.8 6l-64 112c-4.4 7.7-1.7 17.5 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l64-112c4.4-7.6 1.7-17.4-6-21.8zM416 128c-.6 0-1.1.2-1.6.2 1.1-5.2 1.6-10.6 1.6-16.2 0-44.2-35.8-80-80-80-24.6 0-46.3 11.3-61 28.8C256.4 24.8 219.3 0 176 0 114.2 0 64 50.1 64 112c0 7.3.8 14.3 2.1 21.2C27.8 145.8 0 181.5 0 224c0 53 43 96 96 96h320c53 0 96-43 96-96s-43-96-96-96z\"/></svg></li><li title=\"cloud sun rain \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M510.5 225.5c-6.9-37.2-39.3-65.5-78.5-65.5-12.3 0-23.9 3-34.3 8-17.4-24.1-45.6-40-77.7-40-53 0-96 43-96 96 0 .5.2 1.1.2 1.6C187.6 233 160 265.2 160 304c0 44.2 35.8 80 80 80h256c44.2 0 80-35.8 80-80 0-39.2-28.2-71.7-65.5-78.5zm-386.4 34.4c-37.4-37.4-37.4-98.3 0-135.8 34.6-34.6 89.1-36.8 126.7-7.4 20-12.9 43.6-20.7 69.2-20.7.7 0 1.3.2 2 .2l8.9-26.7c3.4-10.2-6.3-19.8-16.5-16.4l-75.3 25.1-35.5-71c-4.8-9.6-18.5-9.6-23.3 0l-35.5 71-75.3-25.1c-10.2-3.4-19.8 6.3-16.4 16.5l25.1 75.3-71 35.5c-9.6 4.8-9.6 18.5 0 23.3l71 35.5-25.1 75.3c-3.4 10.2 6.3 19.8 16.5 16.5l59.2-19.7c-.2-2.4-.7-4.7-.7-7.2 0-12.5 2.3-24.5 6.2-35.9-3.6-2.7-7.1-5.2-10.2-8.3zm69.8-58c4.3-24.5 15.8-46.4 31.9-64-9.8-6.2-21.4-9.9-33.8-9.9-35.3 0-64 28.7-64 64 0 18.7 8.2 35.4 21.1 47.1 11.3-15.9 26.6-28.9 44.8-37.2zm330.6 216.2c-7.6-4.3-17.4-1.8-21.8 6l-36.6 64c-4.4 7.7-1.7 17.4 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l36.6-64c4.3-7.7 1.7-17.4-6-21.8zm-96 0c-7.6-4.3-17.4-1.8-21.8 6l-36.6 64c-4.4 7.7-1.7 17.4 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l36.6-64c4.3-7.7 1.7-17.4-6-21.8zm-96 0c-7.6-4.3-17.4-1.8-21.8 6l-36.6 64c-4.4 7.7-1.7 17.4 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l36.6-64c4.3-7.7 1.7-17.4-6-21.8zm-96 0c-7.6-4.3-17.4-1.8-21.8 6l-36.6 64c-4.4 7.7-1.7 17.4 6 21.8 2.5 1.4 5.2 2.1 7.9 2.1 5.5 0 10.9-2.9 13.9-8.1l36.6-64c4.3-7.7 1.7-17.4-6-21.8z\"/></svg></li><li title=\"cloud sun \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M575.2 325.7c.2-1.9.8-3.7.8-5.6 0-35.3-28.7-64-64-64-12.6 0-24.2 3.8-34.1 10-17.6-38.8-56.5-66-101.9-66-61.8 0-112 50.1-112 112 0 3 .7 5.8.9 8.7-49.6 3.7-88.9 44.7-88.9 95.3 0 53 43 96 96 96h272c53 0 96-43 96-96 0-42.1-27.2-77.4-64.8-90.4zm-430.4-22.6c-43.7-43.7-43.7-114.7 0-158.3 43.7-43.7 114.7-43.7 158.4 0 9.7 9.7 16.9 20.9 22.3 32.7 9.8-3.7 20.1-6 30.7-7.5L386 81.1c4-11.9-7.3-23.1-19.2-19.2L279 91.2 237.5 8.4C232-2.8 216-2.8 210.4 8.4L169 91.2 81.1 61.9C69.3 58 58 69.3 61.9 81.1l29.3 87.8-82.8 41.5c-11.2 5.6-11.2 21.5 0 27.1l82.8 41.4-29.3 87.8c-4 11.9 7.3 23.1 19.2 19.2l76.1-25.3c6.1-12.4 14-23.7 23.6-33.5-13.1-5.4-25.4-13.4-36-24zm-4.8-79.2c0 40.8 29.3 74.8 67.9 82.3 8-4.7 16.3-8.8 25.2-11.7 5.4-44.3 31-82.5 67.4-105C287.3 160.4 258 140 224 140c-46.3 0-84 37.6-84 83.9z\"/></svg></li><li title=\"cloud upload alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M537.6 226.6c4.1-10.7 6.4-22.4 6.4-34.6 0-53-43-96-96-96-19.7 0-38.1 6-53.3 16.2C367 64.2 315.3 32 256 32c-88.4 0-160 71.6-160 160 0 2.7.1 5.4.2 8.1C40.2 219.8 0 273.2 0 336c0 79.5 64.5 144 144 144h368c70.7 0 128-57.3 128-128 0-61.9-44-113.6-102.4-125.4zM393.4 288H328v112c0 8.8-7.2 16-16 16h-48c-8.8 0-16-7.2-16-16V288h-65.4c-14.3 0-21.4-17.2-11.3-27.3l105.4-105.4c6.2-6.2 16.4-6.2 22.6 0l105.4 105.4c10.1 10.1 2.9 27.3-11.3 27.3z\"/></svg></li><li title=\"cloud \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M537.6 226.6c4.1-10.7 6.4-22.4 6.4-34.6 0-53-43-96-96-96-19.7 0-38.1 6-53.3 16.2C367 64.2 315.3 32 256 32c-88.4 0-160 71.6-160 160 0 2.7.1 5.4.2 8.1C40.2 219.8 0 273.2 0 336c0 79.5 64.5 144 144 144h368c70.7 0 128-57.3 128-128 0-61.9-44-113.6-102.4-125.4z\"/></svg></li><li title=\"cocktail \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M296 464h-56V338.78l168.74-168.73c15.52-15.52 4.53-42.05-17.42-42.05H24.68c-21.95 0-32.94 26.53-17.42 42.05L176 338.78V464h-56c-22.09 0-40 17.91-40 40 0 4.42 3.58 8 8 8h240c4.42 0 8-3.58 8-8 0-22.09-17.91-40-40-40zM432 0c-62.61 0-115.35 40.2-135.18 96h52.54c16.65-28.55 47.27-48 82.64-48 52.93 0 96 43.06 96 96s-43.07 96-96 96c-14.04 0-27.29-3.2-39.32-8.64l-35.26 35.26C379.23 279.92 404.59 288 432 288c79.53 0 144-64.47 144-144S511.53 0 432 0z\"/></svg></li><li title=\"code branch \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M384 144c0-44.2-35.8-80-80-80s-80 35.8-80 80c0 36.4 24.3 67.1 57.5 76.8-.6 16.1-4.2 28.5-11 36.9-15.4 19.2-49.3 22.4-85.2 25.7-28.2 2.6-57.4 5.4-81.3 16.9v-144c32.5-10.2 56-40.5 56-76.3 0-44.2-35.8-80-80-80S0 35.8 0 80c0 35.8 23.5 66.1 56 76.3v199.3C23.5 365.9 0 396.2 0 432c0 44.2 35.8 80 80 80s80-35.8 80-80c0-34-21.2-63.1-51.2-74.6 3.1-5.2 7.8-9.8 14.9-13.4 16.2-8.2 40.4-10.4 66.1-12.8 42.2-3.9 90-8.4 118.2-43.4 14-17.4 21.1-39.8 21.6-67.9 31.6-10.8 54.4-40.7 54.4-75.9zM80 64c8.8 0 16 7.2 16 16s-7.2 16-16 16-16-7.2-16-16 7.2-16 16-16zm0 384c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm224-320c8.8 0 16 7.2 16 16s-7.2 16-16 16-16-7.2-16-16 7.2-16 16-16z\"/></svg></li><li title=\"code \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M278.9 511.5l-61-17.7c-6.4-1.8-10-8.5-8.2-14.9L346.2 8.7c1.8-6.4 8.5-10 14.9-8.2l61 17.7c6.4 1.8 10 8.5 8.2 14.9L293.8 503.3c-1.9 6.4-8.5 10.1-14.9 8.2zm-114-112.2l43.5-46.4c4.6-4.9 4.3-12.7-.8-17.2L117 256l90.6-79.7c5.1-4.5 5.5-12.3.8-17.2l-43.5-46.4c-4.5-4.8-12.1-5.1-17-.5L3.8 247.2c-5.1 4.7-5.1 12.8 0 17.5l144.1 135.1c4.9 4.6 12.5 4.4 17-.5zm327.2.6l144.1-135.1c5.1-4.7 5.1-12.8 0-17.5L492.1 112.1c-4.8-4.5-12.4-4.3-17 .5L431.6 159c-4.6 4.9-4.3 12.7.8 17.2L523 256l-90.6 79.7c-5.1 4.5-5.5 12.3-.8 17.2l43.5 46.4c4.5 4.9 12.1 5.1 17 .6z\"/></svg></li><li title=\"coffee \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M192 384h192c53 0 96-43 96-96h32c70.6 0 128-57.4 128-128S582.6 32 512 32H120c-13.3 0-24 10.7-24 24v232c0 53 43 96 96 96zM512 96c35.3 0 64 28.7 64 64s-28.7 64-64 64h-32V96h32zm47.7 384H48.3c-47.6 0-61-64-36-64h583.3c25 0 11.8 64-35.9 64z\"/></svg></li><li title=\"cog \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M487.4 315.7l-42.6-24.6c4.3-23.2 4.3-47 0-70.2l42.6-24.6c4.9-2.8 7.1-8.6 5.5-14-11.1-35.6-30-67.8-54.7-94.6-3.8-4.1-10-5.1-14.8-2.3L380.8 110c-17.9-15.4-38.5-27.3-60.8-35.1V25.8c0-5.6-3.9-10.5-9.4-11.7-36.7-8.2-74.3-7.8-109.2 0-5.5 1.2-9.4 6.1-9.4 11.7V75c-22.2 7.9-42.8 19.8-60.8 35.1L88.7 85.5c-4.9-2.8-11-1.9-14.8 2.3-24.7 26.7-43.6 58.9-54.7 94.6-1.7 5.4.6 11.2 5.5 14L67.3 221c-4.3 23.2-4.3 47 0 70.2l-42.6 24.6c-4.9 2.8-7.1 8.6-5.5 14 11.1 35.6 30 67.8 54.7 94.6 3.8 4.1 10 5.1 14.8 2.3l42.6-24.6c17.9 15.4 38.5 27.3 60.8 35.1v49.2c0 5.6 3.9 10.5 9.4 11.7 36.7 8.2 74.3 7.8 109.2 0 5.5-1.2 9.4-6.1 9.4-11.7v-49.2c22.2-7.9 42.8-19.8 60.8-35.1l42.6 24.6c4.9 2.8 11 1.9 14.8-2.3 24.7-26.7 43.6-58.9 54.7-94.6 1.5-5.5-.7-11.3-5.6-14.1zM256 336c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z\"/></svg></li><li title=\"cogs \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M512.1 191l-8.2 14.3c-3 5.3-9.4 7.5-15.1 5.4-11.8-4.4-22.6-10.7-32.1-18.6-4.6-3.8-5.8-10.5-2.8-15.7l8.2-14.3c-6.9-8-12.3-17.3-15.9-27.4h-16.5c-6 0-11.2-4.3-12.2-10.3-2-12-2.1-24.6 0-37.1 1-6 6.2-10.4 12.2-10.4h16.5c3.6-10.1 9-19.4 15.9-27.4l-8.2-14.3c-3-5.2-1.9-11.9 2.8-15.7 9.5-7.9 20.4-14.2 32.1-18.6 5.7-2.1 12.1.1 15.1 5.4l8.2 14.3c10.5-1.9 21.2-1.9 31.7 0L552 6.3c3-5.3 9.4-7.5 15.1-5.4 11.8 4.4 22.6 10.7 32.1 18.6 4.6 3.8 5.8 10.5 2.8 15.7l-8.2 14.3c6.9 8 12.3 17.3 15.9 27.4h16.5c6 0 11.2 4.3 12.2 10.3 2 12 2.1 24.6 0 37.1-1 6-6.2 10.4-12.2 10.4h-16.5c-3.6 10.1-9 19.4-15.9 27.4l8.2 14.3c3 5.2 1.9 11.9-2.8 15.7-9.5 7.9-20.4 14.2-32.1 18.6-5.7 2.1-12.1-.1-15.1-5.4l-8.2-14.3c-10.4 1.9-21.2 1.9-31.7 0zm-10.5-58.8c38.5 29.6 82.4-14.3 52.8-52.8-38.5-29.7-82.4 14.3-52.8 52.8zM386.3 286.1l33.7 16.8c10.1 5.8 14.5 18.1 10.5 29.1-8.9 24.2-26.4 46.4-42.6 65.8-7.4 8.9-20.2 11.1-30.3 5.3l-29.1-16.8c-16 13.7-34.6 24.6-54.9 31.7v33.6c0 11.6-8.3 21.6-19.7 23.6-24.6 4.2-50.4 4.4-75.9 0-11.5-2-20-11.9-20-23.6V418c-20.3-7.2-38.9-18-54.9-31.7L74 403c-10 5.8-22.9 3.6-30.3-5.3-16.2-19.4-33.3-41.6-42.2-65.7-4-10.9.4-23.2 10.5-29.1l33.3-16.8c-3.9-20.9-3.9-42.4 0-63.4L12 205.8c-10.1-5.8-14.6-18.1-10.5-29 8.9-24.2 26-46.4 42.2-65.8 7.4-8.9 20.2-11.1 30.3-5.3l29.1 16.8c16-13.7 34.6-24.6 54.9-31.7V57.1c0-11.5 8.2-21.5 19.6-23.5 24.6-4.2 50.5-4.4 76-.1 11.5 2 20 11.9 20 23.6v33.6c20.3 7.2 38.9 18 54.9 31.7l29.1-16.8c10-5.8 22.9-3.6 30.3 5.3 16.2 19.4 33.2 41.6 42.1 65.8 4 10.9.1 23.2-10 29.1l-33.7 16.8c3.9 21 3.9 42.5 0 63.5zm-117.6 21.1c59.2-77-28.7-164.9-105.7-105.7-59.2 77 28.7 164.9 105.7 105.7zm243.4 182.7l-8.2 14.3c-3 5.3-9.4 7.5-15.1 5.4-11.8-4.4-22.6-10.7-32.1-18.6-4.6-3.8-5.8-10.5-2.8-15.7l8.2-14.3c-6.9-8-12.3-17.3-15.9-27.4h-16.5c-6 0-11.2-4.3-12.2-10.3-2-12-2.1-24.6 0-37.1 1-6 6.2-10.4 12.2-10.4h16.5c3.6-10.1 9-19.4 15.9-27.4l-8.2-14.3c-3-5.2-1.9-11.9 2.8-15.7 9.5-7.9 20.4-14.2 32.1-18.6 5.7-2.1 12.1.1 15.1 5.4l8.2 14.3c10.5-1.9 21.2-1.9 31.7 0l8.2-14.3c3-5.3 9.4-7.5 15.1-5.4 11.8 4.4 22.6 10.7 32.1 18.6 4.6 3.8 5.8 10.5 2.8 15.7l-8.2 14.3c6.9 8 12.3 17.3 15.9 27.4h16.5c6 0 11.2 4.3 12.2 10.3 2 12 2.1 24.6 0 37.1-1 6-6.2 10.4-12.2 10.4h-16.5c-3.6 10.1-9 19.4-15.9 27.4l8.2 14.3c3 5.2 1.9 11.9-2.8 15.7-9.5 7.9-20.4 14.2-32.1 18.6-5.7 2.1-12.1-.1-15.1-5.4l-8.2-14.3c-10.4 1.9-21.2 1.9-31.7 0zM501.6 431c38.5 29.6 82.4-14.3 52.8-52.8-38.5-29.6-82.4 14.3-52.8 52.8z\"/></svg></li><li title=\"coins \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M0 405.3V448c0 35.3 86 64 192 64s192-28.7 192-64v-42.7C342.7 434.4 267.2 448 192 448S41.3 434.4 0 405.3zM320 128c106 0 192-28.7 192-64S426 0 320 0 128 28.7 128 64s86 64 192 64zM0 300.4V352c0 35.3 86 64 192 64s192-28.7 192-64v-51.6c-41.3 34-116.9 51.6-192 51.6S41.3 334.4 0 300.4zm416 11c57.3-11.1 96-31.7 96-55.4v-42.7c-23.2 16.4-57.3 27.6-96 34.5v63.6zM192 160C86 160 0 195.8 0 240s86 80 192 80 192-35.8 192-80-86-80-192-80zm219.3 56.3c60-10.8 100.7-32 100.7-56.3v-42.7c-35.5 25.1-96.5 38.6-160.7 41.8 29.5 14.3 51.2 33.5 60 57.2z\"/></svg></li><li title=\"columns \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zM224 416H64V160h160v256zm224 0H288V160h160v256z\"/></svg></li><li title=\"comment alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M448 0H64C28.7 0 0 28.7 0 64v288c0 35.3 28.7 64 64 64h96v84c0 9.8 11.2 15.5 19.1 9.7L304 416h144c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64z\"/></svg></li><li title=\"comment dollar \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 32C114.62 32 0 125.12 0 240c0 49.56 21.41 95.01 57.02 130.74C44.46 421.05 2.7 465.97 2.2 466.5A7.995 7.995 0 0 0 8 480c66.26 0 115.99-31.75 140.6-51.38C181.29 440.93 217.59 448 256 448c141.38 0 256-93.12 256-208S397.38 32 256 32zm24 302.44V352c0 8.84-7.16 16-16 16h-16c-8.84 0-16-7.16-16-16v-17.73c-11.42-1.35-22.28-5.19-31.78-11.46-6.22-4.11-6.82-13.11-1.55-18.38l17.52-17.52c3.74-3.74 9.31-4.24 14.11-2.03 3.18 1.46 6.66 2.22 10.26 2.22h32.78c4.66 0 8.44-3.78 8.44-8.42 0-3.75-2.52-7.08-6.12-8.11l-50.07-14.3c-22.25-6.35-40.01-24.71-42.91-47.67-4.05-32.07 19.03-59.43 49.32-63.05V128c0-8.84 7.16-16 16-16h16c8.84 0 16 7.16 16 16v17.73c11.42 1.35 22.28 5.19 31.78 11.46 6.22 4.11 6.82 13.11 1.55 18.38l-17.52 17.52c-3.74 3.74-9.31 4.24-14.11 2.03a24.516 24.516 0 0 0-10.26-2.22h-32.78c-4.66 0-8.44 3.78-8.44 8.42 0 3.75 2.52 7.08 6.12 8.11l50.07 14.3c22.25 6.36 40.01 24.71 42.91 47.67 4.05 32.06-19.03 59.42-49.32 63.04z\"/></svg></li><li title=\"comment dots \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 32C114.6 32 0 125.1 0 240c0 49.6 21.4 95 57 130.7C44.5 421.1 2.7 466 2.2 466.5c-2.2 2.3-2.8 5.7-1.5 8.7S4.8 480 8 480c66.3 0 116-31.8 140.6-51.4 32.7 12.3 69 19.4 107.4 19.4 141.4 0 256-93.1 256-208S397.4 32 256 32zM128 272c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm128 0c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm128 0c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"/></svg></li><li title=\"comment medical \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 32C114.62 32 0 125.12 0 240c0 49.56 21.41 95 57 130.74C44.46 421.05 2.7 466 2.2 466.5A8 8 0 0 0 8 480c66.26 0 116-31.75 140.6-51.38A304.66 304.66 0 0 0 256 448c141.39 0 256-93.12 256-208S397.39 32 256 32zm96 232a8 8 0 0 1-8 8h-56v56a8 8 0 0 1-8 8h-48a8 8 0 0 1-8-8v-56h-56a8 8 0 0 1-8-8v-48a8 8 0 0 1 8-8h56v-56a8 8 0 0 1 8-8h48a8 8 0 0 1 8 8v56h56a8 8 0 0 1 8 8z\"/></svg></li><li title=\"comment slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M64 240c0 49.6 21.4 95 57 130.7-12.6 50.3-54.3 95.2-54.8 95.8-2.2 2.3-2.8 5.7-1.5 8.7 1.3 2.9 4.1 4.8 7.3 4.8 66.3 0 116-31.8 140.6-51.4 32.7 12.3 69 19.4 107.4 19.4 27.4 0 53.7-3.6 78.4-10L72.9 186.4c-5.6 17.1-8.9 35-8.9 53.6zm569.8 218.1l-114.4-88.4C554.6 334.1 576 289.2 576 240c0-114.9-114.6-208-256-208-65.1 0-124.2 20.1-169.4 52.7L45.5 3.4C38.5-2 28.5-.8 23 6.2L3.4 31.4c-5.4 7-4.2 17 2.8 22.4l588.4 454.7c7 5.4 17 4.2 22.5-2.8l19.6-25.3c5.4-6.8 4.1-16.9-2.9-22.3z\"/></svg></li><li title=\"comment \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 32C114.6 32 0 125.1 0 240c0 49.6 21.4 95 57 130.7C44.5 421.1 2.7 466 2.2 466.5c-2.2 2.3-2.8 5.7-1.5 8.7S4.8 480 8 480c66.3 0 116-31.8 140.6-51.4 32.7 12.3 69 19.4 107.4 19.4 141.4 0 256-93.1 256-208S397.4 32 256 32z\"/></svg></li><li title=\"comments dollar \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"/></svg></li><li title=\"comments \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M416 192c0-88.4-93.1-160-208-160S0 103.6 0 192c0 34.3 14.1 65.9 38 92-13.4 30.2-35.5 54.2-35.8 54.5-2.2 2.3-2.8 5.7-1.5 8.7S4.8 352 8 352c36.6 0 66.9-12.3 88.7-25 32.2 15.7 70.3 25 111.3 25 114.9 0 208-71.6 208-160zm122 220c23.9-26 38-57.7 38-92 0-66.9-53.5-124.2-129.3-148.1.9 6.6 1.3 13.3 1.3 20.1 0 105.9-107.7 192-240 192-10.8 0-21.3-.8-31.7-1.9C207.8 439.6 281.8 480 368 480c41 0 79.1-9.2 111.3-25 21.8 12.7 52.1 25 88.7 25 3.2 0 6.1-1.9 7.3-4.8 1.3-2.9.7-6.3-1.5-8.7-.3-.3-22.4-24.2-35.8-54.5z\"/></svg></li><li title=\"compact disc \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM88 256H56c0-105.9 86.1-192 192-192v32c-88.2 0-160 71.8-160 160zm160 96c-53 0-96-43-96-96s43-96 96-96 96 43 96 96-43 96-96 96zm0-128c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32z\"/></svg></li><li title=\"compass \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M225.38 233.37c-12.5 12.5-12.5 32.76 0 45.25 12.49 12.5 32.76 12.5 45.25 0 12.5-12.5 12.5-32.76 0-45.25-12.5-12.49-32.76-12.49-45.25 0zM248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm126.14 148.05L308.17 300.4a31.938 31.938 0 0 1-15.77 15.77l-144.34 65.97c-16.65 7.61-33.81-9.55-26.2-26.2l65.98-144.35a31.938 31.938 0 0 1 15.77-15.77l144.34-65.97c16.65-7.6 33.8 9.55 26.19 26.2z\"/></svg></li><li title=\"compress alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M4.686 427.314L104 328l-32.922-31.029C55.958 281.851 66.666 256 88.048 256h112C213.303 256 224 266.745 224 280v112c0 21.382-25.803 32.09-40.922 16.971L152 376l-99.314 99.314c-6.248 6.248-16.379 6.248-22.627 0L4.686 449.941c-6.248-6.248-6.248-16.379 0-22.627zM443.314 84.686L344 184l32.922 31.029c15.12 15.12 4.412 40.971-16.97 40.971h-112C234.697 256 224 245.255 224 232V120c0-21.382 25.803-32.09 40.922-16.971L296 136l99.314-99.314c6.248-6.248 16.379-6.248 22.627 0l25.373 25.373c6.248 6.248 6.248 16.379 0 22.627z\"/></svg></li><li title=\"compress arrows alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M200 288H88c-21.4 0-32.1 25.8-17 41l32.9 31-99.2 99.3c-6.2 6.2-6.2 16.4 0 22.6l25.4 25.4c6.2 6.2 16.4 6.2 22.6 0L152 408l31.1 33c15.1 15.1 40.9 4.4 40.9-17V312c0-13.3-10.7-24-24-24zm112-64h112c21.4 0 32.1-25.9 17-41l-33-31 99.3-99.3c6.2-6.2 6.2-16.4 0-22.6L481.9 4.7c-6.2-6.2-16.4-6.2-22.6 0L360 104l-31.1-33C313.8 55.9 288 66.6 288 88v112c0 13.3 10.7 24 24 24zm96 136l33-31.1c15.1-15.1 4.4-40.9-17-40.9H312c-13.3 0-24 10.7-24 24v112c0 21.4 25.9 32.1 41 17l31-32.9 99.3 99.3c6.2 6.2 16.4 6.2 22.6 0l25.4-25.4c6.2-6.2 6.2-16.4 0-22.6L408 360zM183 71.1L152 104 52.7 4.7c-6.2-6.2-16.4-6.2-22.6 0L4.7 30.1c-6.2 6.2-6.2 16.4 0 22.6L104 152l-33 31.1C55.9 198.2 66.6 224 88 224h112c13.3 0 24-10.7 24-24V88c0-21.3-25.9-32-41-16.9z\"/></svg></li><li title=\"compress \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M436 192H312c-13.3 0-24-10.7-24-24V44c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v84h84c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12zm-276-24V44c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v84H12c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h124c13.3 0 24-10.7 24-24zm0 300V344c0-13.3-10.7-24-24-24H12c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h84v84c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm192 0v-84h84c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12H312c-13.3 0-24 10.7-24 24v124c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12z\"/></svg></li><li title=\"concierge bell \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M288 130.54V112h16c8.84 0 16-7.16 16-16V80c0-8.84-7.16-16-16-16h-96c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16h16v18.54C115.49 146.11 32 239.18 32 352h448c0-112.82-83.49-205.89-192-221.46zM496 384H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h480c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"/></svg></li><li title=\"cookie bite \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M510.52 255.82c-69.97-.85-126.47-57.69-126.47-127.86-70.17 0-127-56.49-127.86-126.45-27.26-4.14-55.13.3-79.72 12.82l-69.13 35.22a132.221 132.221 0 0 0-57.79 57.81l-35.1 68.88a132.645 132.645 0 0 0-12.82 80.95l12.08 76.27a132.521 132.521 0 0 0 37.16 72.96l54.77 54.76a132.036 132.036 0 0 0 72.71 37.06l76.71 12.15c27.51 4.36 55.7-.11 80.53-12.76l69.13-35.21a132.273 132.273 0 0 0 57.79-57.81l35.1-68.88c12.56-24.64 17.01-52.58 12.91-79.91zM176 368c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm32-160c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm160 128c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"/></svg></li><li title=\"cookie \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M510.37 254.79l-12.08-76.26a132.493 132.493 0 0 0-37.16-72.95l-54.76-54.75c-19.73-19.72-45.18-32.7-72.71-37.05l-76.7-12.15c-27.51-4.36-55.69.11-80.52 12.76L107.32 49.6a132.25 132.25 0 0 0-57.79 57.8l-35.1 68.88a132.602 132.602 0 0 0-12.82 80.94l12.08 76.27a132.493 132.493 0 0 0 37.16 72.95l54.76 54.75a132.087 132.087 0 0 0 72.71 37.05l76.7 12.14c27.51 4.36 55.69-.11 80.52-12.75l69.12-35.21a132.302 132.302 0 0 0 57.79-57.8l35.1-68.87c12.71-24.96 17.2-53.3 12.82-80.96zM176 368c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm32-160c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm160 128c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"/></svg></li><li title=\"copy \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M320 448v40c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24V120c0-13.255 10.745-24 24-24h72v296c0 30.879 25.121 56 56 56h168zm0-344V0H152c-13.255 0-24 10.745-24 24v368c0 13.255 10.745 24 24 24h272c13.255 0 24-10.745 24-24V128H344c-13.2 0-24-10.8-24-24zm120.971-31.029L375.029 7.029A24 24 0 0 0 358.059 0H352v96h96v-6.059a24 24 0 0 0-7.029-16.97z\"/></svg></li><li title=\"copyright \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm117.134 346.753c-1.592 1.867-39.776 45.731-109.851 45.731-84.692 0-144.484-63.26-144.484-145.567 0-81.303 62.004-143.401 143.762-143.401 66.957 0 101.965 37.315 103.422 38.904a12 12 0 0 1 1.238 14.623l-22.38 34.655c-4.049 6.267-12.774 7.351-18.234 2.295-.233-.214-26.529-23.88-61.88-23.88-46.116 0-73.916 33.575-73.916 76.082 0 39.602 25.514 79.692 74.277 79.692 38.697 0 65.28-28.338 65.544-28.625 5.132-5.565 14.059-5.033 18.508 1.053l24.547 33.572a12.001 12.001 0 0 1-.553 14.866z\"/></svg></li><li title=\"couch \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M160 224v64h320v-64c0-35.3 28.7-64 64-64h32c0-53-43-96-96-96H160c-53 0-96 43-96 96h32c35.3 0 64 28.7 64 64zm416-32h-32c-17.7 0-32 14.3-32 32v96H128v-96c0-17.7-14.3-32-32-32H64c-35.3 0-64 28.7-64 64 0 23.6 13 44 32 55.1V432c0 8.8 7.2 16 16 16h64c8.8 0 16-7.2 16-16v-16h384v16c0 8.8 7.2 16 16 16h64c8.8 0 16-7.2 16-16V311.1c19-11.1 32-31.5 32-55.1 0-35.3-28.7-64-64-64z\"/></svg></li><li title=\"credit card \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M0 432c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V256H0v176zm192-68c0-6.6 5.4-12 12-12h136c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H204c-6.6 0-12-5.4-12-12v-40zm-128 0c0-6.6 5.4-12 12-12h72c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H76c-6.6 0-12-5.4-12-12v-40zM576 80v48H0V80c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48z\"/></svg></li><li title=\"crop alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M488 352h-40V96c0-17.67-14.33-32-32-32H192v96h160v328c0 13.25 10.75 24 24 24h48c13.25 0 24-10.75 24-24v-40h40c13.25 0 24-10.75 24-24v-48c0-13.26-10.75-24-24-24zM160 24c0-13.26-10.75-24-24-24H88C74.75 0 64 10.74 64 24v40H24C10.75 64 0 74.74 0 88v48c0 13.25 10.75 24 24 24h40v256c0 17.67 14.33 32 32 32h224v-96H160V24z\"/></svg></li><li title=\"crop \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M488 352h-40V109.25l59.31-59.31c6.25-6.25 6.25-16.38 0-22.63L484.69 4.69c-6.25-6.25-16.38-6.25-22.63 0L402.75 64H192v96h114.75L160 306.75V24c0-13.26-10.75-24-24-24H88C74.75 0 64 10.74 64 24v40H24C10.75 64 0 74.74 0 88v48c0 13.25 10.75 24 24 24h40v264c0 13.25 10.75 24 24 24h232v-96H205.25L352 205.25V488c0 13.25 10.75 24 24 24h48c13.25 0 24-10.75 24-24v-40h40c13.25 0 24-10.75 24-24v-48c0-13.26-10.75-24-24-24z\"/></svg></li><li title=\"cross \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M352 128h-96V32c0-17.67-14.33-32-32-32h-64c-17.67 0-32 14.33-32 32v96H32c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h96v224c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32V256h96c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32z\"/></svg></li><li title=\"crosshairs \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M500 224h-30.364C455.724 130.325 381.675 56.276 288 42.364V12c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v30.364C130.325 56.276 56.276 130.325 42.364 224H12c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h30.364C56.276 381.675 130.325 455.724 224 469.636V500c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-30.364C381.675 455.724 455.724 381.675 469.636 288H500c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12zM288 404.634V364c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40.634C165.826 392.232 119.783 346.243 107.366 288H148c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-40.634C119.768 165.826 165.757 119.783 224 107.366V148c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-40.634C346.174 119.768 392.217 165.757 404.634 224H364c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40.634C392.232 346.174 346.243 392.217 288 404.634zM288 256c0 17.673-14.327 32-32 32s-32-14.327-32-32c0-17.673 14.327-32 32-32s32 14.327 32 32z\"/></svg></li><li title=\"crow \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M544 32h-16.36C513.04 12.68 490.09 0 464 0c-44.18 0-80 35.82-80 80v20.98L12.09 393.57A30.216 30.216 0 0 0 0 417.74c0 22.46 23.64 37.07 43.73 27.03L165.27 384h96.49l44.41 120.1c2.27 6.23 9.15 9.44 15.38 7.17l22.55-8.21c6.23-2.27 9.44-9.15 7.17-15.38L312.94 384H352c1.91 0 3.76-.23 5.66-.29l44.51 120.38c2.27 6.23 9.15 9.44 15.38 7.17l22.55-8.21c6.23-2.27 9.44-9.15 7.17-15.38l-41.24-111.53C485.74 352.8 544 279.26 544 192v-80l96-16c0-35.35-42.98-64-96-64zm-80 72c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24z\"/></svg></li><li title=\"crown \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M528 448H112c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h416c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm64-320c-26.5 0-48 21.5-48 48 0 7.1 1.6 13.7 4.4 19.8L476 239.2c-15.4 9.2-35.3 4-44.2-11.6L350.3 85C361 76.2 368 63 368 48c0-26.5-21.5-48-48-48s-48 21.5-48 48c0 15 7 28.2 17.7 37l-81.5 142.6c-8.9 15.6-28.9 20.8-44.2 11.6l-72.3-43.4c2.7-6 4.4-12.7 4.4-19.8 0-26.5-21.5-48-48-48S0 149.5 0 176s21.5 48 48 48c2.6 0 5.2-.4 7.7-.8L128 416h384l72.3-192.8c2.5.4 5.1.8 7.7.8 26.5 0 48-21.5 48-48s-21.5-48-48-48z\"/></svg></li><li title=\"crutch \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M507.31 185.71l-181-181a16 16 0 0 0-22.62 0L281 27.31a16 16 0 0 0 0 22.63l181 181a16 16 0 0 0 22.63 0l22.62-22.63a16 16 0 0 0 .06-22.6zm-179.54 66.41l-67.89-67.89 55.1-55.1-45.25-45.25-109.67 109.67a96.08 96.08 0 0 0-25.67 46.29L106.65 360.1l-102 102a16 16 0 0 0 0 22.63l22.62 22.62a16 16 0 0 0 22.63 0l102-102 120.25-27.75a95.88 95.88 0 0 0 46.29-25.65l109.68-109.68L382.87 197zm-54.57 54.57a32 32 0 0 1-15.45 8.54l-79.3 18.32 18.3-79.3a32.22 32.22 0 0 1 8.56-15.45l9.31-9.31 67.89 67.89z\"/></svg></li><li title=\"cube \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M239.1 6.3l-208 78c-18.7 7-31.1 25-31.1 45v225.1c0 18.2 10.3 34.8 26.5 42.9l208 104c13.5 6.8 29.4 6.8 42.9 0l208-104c16.3-8.1 26.5-24.8 26.5-42.9V129.3c0-20-12.4-37.9-31.1-44.9l-208-78C262 2.2 250 2.2 239.1 6.3zM256 68.4l192 72v1.1l-192 78-192-78v-1.1l192-72zm32 356V275.5l160-65v133.9l-160 80z\"/></svg></li><li title=\"cubes \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M488.6 250.2L392 214V105.5c0-15-9.3-28.4-23.4-33.7l-100-37.5c-8.1-3.1-17.1-3.1-25.3 0l-100 37.5c-14.1 5.3-23.4 18.7-23.4 33.7V214l-96.6 36.2C9.3 255.5 0 268.9 0 283.9V394c0 13.6 7.7 26.1 19.9 32.2l100 50c10.1 5.1 22.1 5.1 32.2 0l103.9-52 103.9 52c10.1 5.1 22.1 5.1 32.2 0l100-50c12.2-6.1 19.9-18.6 19.9-32.2V283.9c0-15-9.3-28.4-23.4-33.7zM358 214.8l-85 31.9v-68.2l85-37v73.3zM154 104.1l102-38.2 102 38.2v.6l-102 41.4-102-41.4v-.6zm84 291.1l-85 42.5v-79.1l85-38.8v75.4zm0-112l-102 41.4-102-41.4v-.6l102-38.2 102 38.2v.6zm240 112l-85 42.5v-79.1l85-38.8v75.4zm0-112l-102 41.4-102-41.4v-.6l102-38.2 102 38.2v.6z\"/></svg></li><li title=\"cut \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M278.06 256L444.48 89.57c4.69-4.69 4.69-12.29 0-16.97-32.8-32.8-85.99-32.8-118.79 0L210.18 188.12l-24.86-24.86c4.31-10.92 6.68-22.81 6.68-35.26 0-53.02-42.98-96-96-96S0 74.98 0 128s42.98 96 96 96c4.54 0 8.99-.32 13.36-.93L142.29 256l-32.93 32.93c-4.37-.61-8.83-.93-13.36-.93-53.02 0-96 42.98-96 96s42.98 96 96 96 96-42.98 96-96c0-12.45-2.37-24.34-6.68-35.26l24.86-24.86L325.69 439.4c32.8 32.8 85.99 32.8 118.79 0 4.69-4.68 4.69-12.28 0-16.97L278.06 256zM96 160c-17.64 0-32-14.36-32-32s14.36-32 32-32 32 14.36 32 32-14.36 32-32 32zm0 256c-17.64 0-32-14.36-32-32s14.36-32 32-32 32 14.36 32 32-14.36 32-32 32z\"/></svg></li><li title=\"database \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M448 73.143v45.714C448 159.143 347.667 192 224 192S0 159.143 0 118.857V73.143C0 32.857 100.333 0 224 0s224 32.857 224 73.143zM448 176v102.857C448 319.143 347.667 352 224 352S0 319.143 0 278.857V176c48.125 33.143 136.208 48.572 224 48.572S399.874 209.143 448 176zm0 160v102.857C448 479.143 347.667 512 224 512S0 479.143 0 438.857V336c48.125 33.143 136.208 48.572 224 48.572S399.874 369.143 448 336z\"/></svg></li><li title=\"deaf \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M216 260c0 15.464-12.536 28-28 28s-28-12.536-28-28c0-44.112 35.888-80 80-80s80 35.888 80 80c0 15.464-12.536 28-28 28s-28-12.536-28-28c0-13.234-10.767-24-24-24s-24 10.766-24 24zm24-176c-97.047 0-176 78.953-176 176 0 15.464 12.536 28 28 28s28-12.536 28-28c0-66.168 53.832-120 120-120s120 53.832 120 120c0 75.164-71.009 70.311-71.997 143.622L288 404c0 28.673-23.327 52-52 52-15.464 0-28 12.536-28 28s12.536 28 28 28c59.475 0 107.876-48.328 108-107.774.595-34.428 72-48.24 72-144.226 0-97.047-78.953-176-176-176zm268.485-52.201L480.2 3.515c-4.687-4.686-12.284-4.686-16.971 0L376.2 90.544c-4.686 4.686-4.686 12.284 0 16.971l28.285 28.285c4.686 4.686 12.284 4.686 16.97 0l87.03-87.029c4.687-4.688 4.687-12.286 0-16.972zM168.97 314.745c-4.686-4.686-12.284-4.686-16.97 0L3.515 463.23c-4.686 4.686-4.686 12.284 0 16.971L31.8 508.485c4.687 4.686 12.284 4.686 16.971 0L197.256 360c4.686-4.686 4.686-12.284 0-16.971l-28.286-28.284z\"/></svg></li><li title=\"democrat \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M637.3 256.9l-19.6-29.4c-28.2-42.3-75.3-67.5-126.1-67.5H256l-81.2-81.2c20.1-20.1 22.6-51.1 7.5-73.9-3.4-5.2-10.8-5.9-15.2-1.5l-41.8 41.8L82.4 2.4c-3.6-3.6-9.6-3-12.4 1.2-12.3 18.6-10.3 44 6.1 60.4 3.3 3.3 7.3 5.3 11.3 7.5-2.2 1.7-4.7 3.1-6.4 5.4L6.4 176.2c-7.3 9.7-8.4 22.7-3 33.5l14.3 28.6c5.4 10.8 16.5 17.7 28.6 17.7h31c8.5 0 16.6-3.4 22.6-9.4L138 212l54 108h352v-77.8c16.2 12.2 18.3 17.6 40.1 50.3 4.9 7.4 14.8 9.3 22.2 4.4l26.6-17.7c7.3-5 9.3-14.9 4.4-22.3zm-341.1-13.6l-16.5 16.1 3.9 22.7c.7 4.1-3.6 7.2-7.2 5.3L256 276.7l-20.4 10.7c-3.6 1.9-7.9-1.2-7.2-5.3l3.9-22.7-16.5-16.1c-3-2.9-1.3-7.9 2.8-8.5l22.8-3.3 10.2-20.7c1.8-3.7 7.1-3.7 9 0l10.2 20.7 22.8 3.3c4 .6 5.6 5.6 2.6 8.5zm112 0l-16.5 16.1 3.9 22.7c.7 4.1-3.6 7.2-7.2 5.3L368 276.7l-20.4 10.7c-3.6 1.9-7.9-1.2-7.2-5.3l3.9-22.7-16.5-16.1c-3-2.9-1.3-7.9 2.8-8.5l22.8-3.3 10.2-20.7c1.8-3.7 7.1-3.7 9 0l10.2 20.7 22.8 3.3c4 .6 5.6 5.6 2.6 8.5zm112 0l-16.5 16.1 3.9 22.7c.7 4.1-3.6 7.2-7.2 5.3L480 276.7l-20.4 10.7c-3.6 1.9-7.9-1.2-7.2-5.3l3.9-22.7-16.5-16.1c-3-2.9-1.3-7.9 2.8-8.5l22.8-3.3 10.2-20.7c1.8-3.7 7.1-3.7 9 0l10.2 20.7 22.8 3.3c4 .6 5.6 5.6 2.6 8.5zM192 496c0 8.8 7.2 16 16 16h64c8.8 0 16-7.2 16-16v-80h160v80c0 8.8 7.2 16 16 16h64c8.8 0 16-7.2 16-16V352H192v144z\"/></svg></li><li title=\"desktop \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M528 0H48C21.5 0 0 21.5 0 48v320c0 26.5 21.5 48 48 48h192l-16 48h-72c-13.3 0-24 10.7-24 24s10.7 24 24 24h272c13.3 0 24-10.7 24-24s-10.7-24-24-24h-72l-16-48h192c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zm-16 352H64V64h448v288z\"/></svg></li><li title=\"dharmachakra \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M495 225.06l-17.22 1.08c-5.27-39.49-20.79-75.64-43.86-105.84l12.95-11.43c6.92-6.11 7.25-16.79.73-23.31L426.44 64.4c-6.53-6.53-17.21-6.19-23.31.73L391.7 78.07c-30.2-23.06-66.35-38.58-105.83-43.86L286.94 17c.58-9.21-6.74-17-15.97-17h-29.94c-9.23 0-16.54 7.79-15.97 17l1.08 17.22c-39.49 5.27-75.64 20.79-105.83 43.86l-11.43-12.95c-6.11-6.92-16.79-7.25-23.31-.73L64.4 85.56c-6.53 6.53-6.19 17.21.73 23.31l12.95 11.43c-23.06 30.2-38.58 66.35-43.86 105.84L17 225.06c-9.21-.58-17 6.74-17 15.97v29.94c0 9.23 7.79 16.54 17 15.97l17.22-1.08c5.27 39.49 20.79 75.64 43.86 105.83l-12.95 11.43c-6.92 6.11-7.25 16.79-.73 23.31l21.17 21.17c6.53 6.53 17.21 6.19 23.31-.73l11.43-12.95c30.2 23.06 66.35 38.58 105.84 43.86L225.06 495c-.58 9.21 6.74 17 15.97 17h29.94c9.23 0 16.54-7.79 15.97-17l-1.08-17.22c39.49-5.27 75.64-20.79 105.84-43.86l11.43 12.95c6.11 6.92 16.79 7.25 23.31.73l21.17-21.17c6.53-6.53 6.19-17.21-.73-23.31l-12.95-11.43c23.06-30.2 38.58-66.35 43.86-105.83l17.22 1.08c9.21.58 17-6.74 17-15.97v-29.94c-.01-9.23-7.8-16.54-17.01-15.97zM281.84 98.61c24.81 4.07 47.63 13.66 67.23 27.78l-42.62 48.29c-8.73-5.44-18.32-9.54-28.62-11.95l4.01-64.12zm-51.68 0l4.01 64.12c-10.29 2.41-19.89 6.52-28.62 11.95l-42.62-48.29c19.6-14.12 42.42-23.71 67.23-27.78zm-103.77 64.33l48.3 42.61c-5.44 8.73-9.54 18.33-11.96 28.62l-64.12-4.01c4.07-24.81 13.66-47.62 27.78-67.22zm-27.78 118.9l64.12-4.01c2.41 10.29 6.52 19.89 11.95 28.62l-48.29 42.62c-14.12-19.6-23.71-42.42-27.78-67.23zm131.55 131.55c-24.81-4.07-47.63-13.66-67.23-27.78l42.61-48.3c8.73 5.44 18.33 9.54 28.62 11.96l-4 64.12zM256 288c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm25.84 125.39l-4.01-64.12c10.29-2.41 19.89-6.52 28.62-11.96l42.61 48.3c-19.6 14.12-42.41 23.71-67.22 27.78zm103.77-64.33l-48.29-42.62c5.44-8.73 9.54-18.32 11.95-28.62l64.12 4.01c-4.07 24.82-13.66 47.64-27.78 67.23zm-36.34-114.89c-2.41-10.29-6.52-19.89-11.96-28.62l48.3-42.61c14.12 19.6 23.71 42.42 27.78 67.23l-64.12 4z\"/></svg></li><li title=\"diagnoses \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M496 256c8.8 0 16-7.2 16-16s-7.2-16-16-16-16 7.2-16 16 7.2 16 16 16zm-176-80c48.5 0 88-39.5 88-88S368.5 0 320 0s-88 39.5-88 88 39.5 88 88 88zM59.8 364c10.2 15.3 29.3 17.8 42.9 9.8 16.2-9.6 56.2-31.7 105.3-48.6V416h224v-90.7c49.1 16.8 89.1 39 105.3 48.6 13.6 8 32.7 5.3 42.9-9.8l17.8-26.7c8.8-13.2 7.6-34.6-10-45.1-11.9-7.1-29.7-17-51.1-27.4-28.1 46.1-99.4 17.8-87.7-35.1C409.3 217.2 365.1 208 320 208c-57 0-112.9 14.5-160 32.2-.2 40.2-47.6 63.3-79.2 36-11.2 6-21.3 11.6-28.7 16-17.6 10.5-18.8 31.8-10 45.1L59.8 364zM368 344c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm-96-96c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm-160 8c8.8 0 16-7.2 16-16s-7.2-16-16-16-16 7.2-16 16 7.2 16 16 16zm512 192H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h608c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16z\"/></svg></li><li title=\"dice d20 \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 480 512\"><path d=\"M106.75 215.06L1.2 370.95c-3.08 5 .1 11.5 5.93 12.14l208.26 22.07-108.64-190.1zM7.41 315.43L82.7 193.08 6.06 147.1c-2.67-1.6-6.06.32-6.06 3.43v162.81c0 4.03 5.29 5.53 7.41 2.09zM18.25 423.6l194.4 87.66c5.3 2.45 11.35-1.43 11.35-7.26v-65.67l-203.55-22.3c-4.45-.5-6.23 5.59-2.2 7.57zm81.22-257.78L179.4 22.88c4.34-7.06-3.59-15.25-10.78-11.14L17.81 110.35c-2.47 1.62-2.39 5.26.13 6.78l81.53 48.69zM240 176h109.21L253.63 7.62C250.5 2.54 245.25 0 240 0s-10.5 2.54-13.63 7.62L130.79 176H240zm233.94-28.9l-76.64 45.99 75.29 122.35c2.11 3.44 7.41 1.94 7.41-2.1V150.53c0-3.11-3.39-5.03-6.06-3.43zm-93.41 18.72l81.53-48.7c2.53-1.52 2.6-5.16.13-6.78l-150.81-98.6c-7.19-4.11-15.12 4.08-10.78 11.14l79.93 142.94zm79.02 250.21L256 438.32v65.67c0 5.84 6.05 9.71 11.35 7.26l194.4-87.66c4.03-1.97 2.25-8.06-2.2-7.56zm-86.3-200.97l-108.63 190.1 208.26-22.07c5.83-.65 9.01-7.14 5.93-12.14L373.25 215.06zM240 208H139.57L240 383.75 340.43 208H240z\"/></svg></li><li title=\"dice d6 \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M422.19 109.95L256.21 9.07c-19.91-12.1-44.52-12.1-64.43 0L25.81 109.95c-5.32 3.23-5.29 11.27.06 14.46L224 242.55l198.14-118.14c5.35-3.19 5.38-11.22.05-14.46zm13.84 44.63L240 271.46v223.82c0 12.88 13.39 20.91 24.05 14.43l152.16-92.48c19.68-11.96 31.79-33.94 31.79-57.7v-197.7c0-6.41-6.64-10.43-11.97-7.25zM0 161.83v197.7c0 23.77 12.11 45.74 31.79 57.7l152.16 92.47c10.67 6.48 24.05-1.54 24.05-14.43V271.46L11.97 154.58C6.64 151.4 0 155.42 0 161.83z\"/></svg></li><li title=\"dice five \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M384 32H64C28.65 32 0 60.65 0 96v320c0 35.35 28.65 64 64 64h320c35.35 0 64-28.65 64-64V96c0-35.35-28.65-64-64-64zM128 384c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm0-192c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm96 96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm96 96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm0-192c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"/></svg></li><li title=\"dice four \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M384 32H64C28.65 32 0 60.65 0 96v320c0 35.35 28.65 64 64 64h320c35.35 0 64-28.65 64-64V96c0-35.35-28.65-64-64-64zM128 384c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm0-192c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm192 192c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm0-192c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"/></svg></li><li title=\"dice one \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M384 32H64C28.65 32 0 60.65 0 96v320c0 35.35 28.65 64 64 64h320c35.35 0 64-28.65 64-64V96c0-35.35-28.65-64-64-64zM224 288c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"/></svg></li><li title=\"dice six \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M384 32H64C28.65 32 0 60.65 0 96v320c0 35.35 28.65 64 64 64h320c35.35 0 64-28.65 64-64V96c0-35.35-28.65-64-64-64zM128 384c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm0-96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm0-96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm192 192c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm0-96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm0-96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"/></svg></li><li title=\"dice three \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M384 32H64C28.65 32 0 60.65 0 96v320c0 35.35 28.65 64 64 64h320c35.35 0 64-28.65 64-64V96c0-35.35-28.65-64-64-64zM128 192c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm96 96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm96 96c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"/></svg></li><li title=\"dice two \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M384 32H64C28.65 32 0 60.65 0 96v320c0 35.35 28.65 64 64 64h320c35.35 0 64-28.65 64-64V96c0-35.35-28.65-64-64-64zM128 192c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm192 192c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"/></svg></li><li title=\"dice \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M592 192H473.26c12.69 29.59 7.12 65.2-17 89.32L320 417.58V464c0 26.51 21.49 48 48 48h224c26.51 0 48-21.49 48-48V240c0-26.51-21.49-48-48-48zM480 376c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24zm-46.37-186.7L258.7 14.37c-19.16-19.16-50.23-19.16-69.39 0L14.37 189.3c-19.16 19.16-19.16 50.23 0 69.39L189.3 433.63c19.16 19.16 50.23 19.16 69.39 0L433.63 258.7c19.16-19.17 19.16-50.24 0-69.4zM96 248c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24zm128 128c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24zm0-128c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24zm0-128c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24zm128 128c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24z\"/></svg></li><li title=\"digital tachograph \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M608 96H32c-17.67 0-32 14.33-32 32v256c0 17.67 14.33 32 32 32h576c17.67 0 32-14.33 32-32V128c0-17.67-14.33-32-32-32zM304 352c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8v-8c0-4.42 3.58-8 8-8h224c4.42 0 8 3.58 8 8v8zM72 288v-16c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H80c-4.42 0-8-3.58-8-8zm64 0v-16c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm64 0v-16c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm64 0v-16c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm40-64c0 8.84-7.16 16-16 16H80c-8.84 0-16-7.16-16-16v-48c0-8.84 7.16-16 16-16h208c8.84 0 16 7.16 16 16v48zm272 128c0 4.42-3.58 8-8 8H344c-4.42 0-8-3.58-8-8v-8c0-4.42 3.58-8 8-8h224c4.42 0 8 3.58 8 8v8z\"/></svg></li><li title=\"directions \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M502.61 233.32L278.68 9.39c-12.52-12.52-32.83-12.52-45.36 0L9.39 233.32c-12.52 12.53-12.52 32.83 0 45.36l223.93 223.93c12.52 12.53 32.83 12.53 45.36 0l223.93-223.93c12.52-12.53 12.52-32.83 0-45.36zm-100.98 12.56l-84.21 77.73c-5.12 4.73-13.43 1.1-13.43-5.88V264h-96v64c0 4.42-3.58 8-8 8h-32c-4.42 0-8-3.58-8-8v-80c0-17.67 14.33-32 32-32h112v-53.73c0-6.97 8.3-10.61 13.43-5.88l84.21 77.73c3.43 3.17 3.43 8.59 0 11.76z\"/></svg></li><li title=\"disease \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M472.29 195.9l-67.06-23c-19.28-6.6-33.54-20.92-38.14-38.31l-16-60.45c-11.58-43.77-76.57-57.13-110-22.62L195 99.24c-13.26 13.71-33.54 20.93-54.2 19.31l-71.9-5.62c-52-4.07-86.93 44.89-59 82.84l38.54 52.42c11.08 15.07 12.82 33.86 4.64 50.24l-28.43 57C4 396.67 47.46 440.29 98.11 429.23l70-15.28c20.11-4.39 41.45 0 57.07 11.73l54.32 40.83c39.32 29.56 101 7.57 104.45-37.22l4.7-61.86c1.35-17.8 12.8-33.87 30.63-43l62-31.74c44.84-22.96 39.55-80.17-8.99-96.79zM160 256a32 32 0 1 1 32-32 32 32 0 0 1-32 32zm128 96a32 32 0 1 1 32-32 32 32 0 0 1-32 32zm16-128a16 16 0 1 1 16-16 16 16 0 0 1-16 16z\"/></svg></li><li title=\"divide \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M224 352c-35.35 0-64 28.65-64 64s28.65 64 64 64 64-28.65 64-64-28.65-64-64-64zm0-192c35.35 0 64-28.65 64-64s-28.65-64-64-64-64 28.65-64 64 28.65 64 64 64zm192 48H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"/></svg></li><li title=\"dizzy \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm-96 206.6l-28.7 28.7c-14.8 14.8-37.8-7.5-22.6-22.6l28.7-28.7-28.7-28.7c-15-15 7.7-37.6 22.6-22.6l28.7 28.7 28.7-28.7c15-15 37.6 7.7 22.6 22.6L174.6 192l28.7 28.7c15.2 15.2-7.9 37.4-22.6 22.6L152 214.6zM248 416c-35.3 0-64-28.7-64-64s28.7-64 64-64 64 28.7 64 64-28.7 64-64 64zm147.3-195.3c15.2 15.2-7.9 37.4-22.6 22.6L344 214.6l-28.7 28.7c-14.8 14.8-37.8-7.5-22.6-22.6l28.7-28.7-28.7-28.7c-15-15 7.7-37.6 22.6-22.6l28.7 28.7 28.7-28.7c15-15 37.6 7.7 22.6 22.6L366.6 192l28.7 28.7z\"/></svg></li><li title=\"dna \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M.1 494.1c-1.1 9.5 6.3 17.8 15.9 17.8l32.3.1c8.1 0 14.9-5.9 16-13.9.7-4.9 1.8-11.1 3.4-18.1H380c1.6 6.9 2.9 13.2 3.5 18.1 1.1 8 7.9 14 16 13.9l32.3-.1c9.6 0 17.1-8.3 15.9-17.8-4.6-37.9-25.6-129-118.9-207.7-17.6 12.4-37.1 24.2-58.5 35.4 6.2 4.6 11.4 9.4 17 14.2H159.7c21.3-18.1 47-35.6 78.7-51.4C410.5 199.1 442.1 65.8 447.9 17.9 449 8.4 441.6.1 432 .1L399.6 0c-8.1 0-14.9 5.9-16 13.9-.7 4.9-1.8 11.1-3.4 18.1H67.8c-1.6-7-2.7-13.1-3.4-18.1-1.1-8-7.9-14-16-13.9L16.1.1C6.5.1-1 8.4.1 17.9 5.3 60.8 31.4 171.8 160 256 31.5 340.2 5.3 451.2.1 494.1zM224 219.6c-25.1-13.7-46.4-28.4-64.3-43.6h128.5c-17.8 15.2-39.1 30-64.2 43.6zM355.1 96c-5.8 10.4-12.8 21.1-21 32H114c-8.3-10.9-15.3-21.6-21-32h262.1zM92.9 416c5.8-10.4 12.8-21.1 21-32h219.4c8.3 10.9 15.4 21.6 21.2 32H92.9z\"/></svg></li><li title=\"dog \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M298.06,224,448,277.55V496a16,16,0,0,1-16,16H368a16,16,0,0,1-16-16V384H192V496a16,16,0,0,1-16,16H112a16,16,0,0,1-16-16V282.09C58.84,268.84,32,233.66,32,192a32,32,0,0,1,64,0,32.06,32.06,0,0,0,32,32ZM544,112v32a64,64,0,0,1-64,64H448v35.58L320,197.87V48c0-14.25,17.22-21.39,27.31-11.31L374.59,64h53.63c10.91,0,23.75,7.92,28.62,17.69L464,96h64A16,16,0,0,1,544,112Zm-112,0a16,16,0,1,0-16,16A16,16,0,0,0,432,112Z\"/></svg></li><li title=\"dollar sign \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 288 512\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"/></svg></li><li title=\"dolly flatbed \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M208 320h384c8.8 0 16-7.2 16-16V48c0-8.8-7.2-16-16-16H448v128l-48-32-48 32V32H208c-8.8 0-16 7.2-16 16v256c0 8.8 7.2 16 16 16zm416 64H128V16c0-8.8-7.2-16-16-16H16C7.2 0 0 7.2 0 16v32c0 8.8 7.2 16 16 16h48v368c0 8.8 7.2 16 16 16h82.9c-1.8 5-2.9 10.4-2.9 16 0 26.5 21.5 48 48 48s48-21.5 48-48c0-5.6-1.2-11-2.9-16H451c-1.8 5-2.9 10.4-2.9 16 0 26.5 21.5 48 48 48s48-21.5 48-48c0-5.6-1.2-11-2.9-16H624c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16z\"/></svg></li><li title=\"dolly \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M294.2 277.7c18 5 34.7 13.4 49.5 24.7l161.5-53.8c8.4-2.8 12.9-11.9 10.1-20.2L454.9 47.2c-2.8-8.4-11.9-12.9-20.2-10.1l-61.1 20.4 33.1 99.4L346 177l-33.1-99.4-61.6 20.5c-8.4 2.8-12.9 11.9-10.1 20.2l53 159.4zm281 48.7L565 296c-2.8-8.4-11.9-12.9-20.2-10.1l-213.5 71.2c-17.2-22-43.6-36.4-73.5-37L158.4 21.9C154 8.8 141.8 0 128 0H16C7.2 0 0 7.2 0 16v32c0 8.8 7.2 16 16 16h88.9l92.2 276.7c-26.1 20.4-41.7 53.6-36 90.5 6.1 39.4 37.9 72.3 77.3 79.2 60.2 10.7 112.3-34.8 113.4-92.6l213.3-71.2c8.3-2.8 12.9-11.8 10.1-20.2zM256 464c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48z\"/></svg></li><li title=\"donate \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 416c114.9 0 208-93.1 208-208S370.9 0 256 0 48 93.1 48 208s93.1 208 208 208zM233.8 97.4V80.6c0-9.2 7.4-16.6 16.6-16.6h11.1c9.2 0 16.6 7.4 16.6 16.6v17c15.5.8 30.5 6.1 43 15.4 5.6 4.1 6.2 12.3 1.2 17.1L306 145.6c-3.8 3.7-9.5 3.8-14 1-5.4-3.4-11.4-5.1-17.8-5.1h-38.9c-9 0-16.3 8.2-16.3 18.3 0 8.2 5 15.5 12.1 17.6l62.3 18.7c25.7 7.7 43.7 32.4 43.7 60.1 0 34-26.4 61.5-59.1 62.4v16.8c0 9.2-7.4 16.6-16.6 16.6h-11.1c-9.2 0-16.6-7.4-16.6-16.6v-17c-15.5-.8-30.5-6.1-43-15.4-5.6-4.1-6.2-12.3-1.2-17.1l16.3-15.5c3.8-3.7 9.5-3.8 14-1 5.4 3.4 11.4 5.1 17.8 5.1h38.9c9 0 16.3-8.2 16.3-18.3 0-8.2-5-15.5-12.1-17.6l-62.3-18.7c-25.7-7.7-43.7-32.4-43.7-60.1.1-34 26.4-61.5 59.1-62.4zM480 352h-32.5c-19.6 26-44.6 47.7-73 64h63.8c5.3 0 9.6 3.6 9.6 8v16c0 4.4-4.3 8-9.6 8H73.6c-5.3 0-9.6-3.6-9.6-8v-16c0-4.4 4.3-8 9.6-8h63.8c-28.4-16.3-53.3-38-73-64H32c-17.7 0-32 14.3-32 32v96c0 17.7 14.3 32 32 32h448c17.7 0 32-14.3 32-32v-96c0-17.7-14.3-32-32-32z\"/></svg></li><li title=\"door closed \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M624 448H512V50.8C512 22.78 490.47 0 464 0H175.99c-26.47 0-48 22.78-48 50.8V448H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h608c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM415.99 288c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32c.01 17.67-14.32 32-32 32z\"/></svg></li><li title=\"door open \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M624 448h-80V113.45C544 86.19 522.47 64 496 64H384v64h96v384h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM312.24 1.01l-192 49.74C105.99 54.44 96 67.7 96 82.92V448H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h336V33.18c0-21.58-19.56-37.41-39.76-32.17zM264 288c-13.25 0-24-14.33-24-32s10.75-32 24-32 24 14.33 24 32-10.75 32-24 32z\"/></svg></li><li title=\"dot circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm80 248c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80z\"/></svg></li><li title=\"dove \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M288 167.2v-28.1c-28.2-36.3-47.1-79.3-54.1-125.2-2.1-13.5-19-18.8-27.8-8.3-21.1 24.9-37.7 54.1-48.9 86.5 34.2 38.3 80 64.6 130.8 75.1zM400 64c-44.2 0-80 35.9-80 80.1v59.4C215.6 197.3 127 133 87 41.8c-5.5-12.5-23.2-13.2-29-.9C41.4 76 32 115.2 32 156.6c0 70.8 34.1 136.9 85.1 185.9 13.2 12.7 26.1 23.2 38.9 32.8l-143.9 36C1.4 414-3.4 426.4 2.6 435.7 20 462.6 63 508.2 155.8 512c8 .3 16-2.6 22.1-7.9l65.2-56.1H320c88.4 0 160-71.5 160-159.9V128l32-64H400zm0 96.1c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16z\"/></svg></li><li title=\"download \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M216 0h80c13.3 0 24 10.7 24 24v168h87.7c17.8 0 26.7 21.5 14.1 34.1L269.7 378.3c-7.5 7.5-19.8 7.5-27.3 0L90.1 226.1c-12.6-12.6-3.7-34.1 14.1-34.1H192V24c0-13.3 10.7-24 24-24zm296 376v112c0 13.3-10.7 24-24 24H24c-13.3 0-24-10.7-24-24V376c0-13.3 10.7-24 24-24h146.7l49 49c20.1 20.1 52.5 20.1 72.6 0l49-49H488c13.3 0 24 10.7 24 24zm-124 88c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20zm64 0c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20z\"/></svg></li><li title=\"drafting compass \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M457.01 344.42c-25.05 20.33-52.63 37.18-82.54 49.05l54.38 94.19 53.95 23.04c9.81 4.19 20.89-2.21 22.17-12.8l7.02-58.25-54.98-95.23zm42.49-94.56c4.86-7.67 1.89-17.99-6.05-22.39l-28.07-15.57c-7.48-4.15-16.61-1.46-21.26 5.72C403.01 281.15 332.25 320 256 320c-23.93 0-47.23-4.25-69.41-11.53l67.36-116.68c.7.02 1.34.21 2.04.21s1.35-.19 2.04-.21l51.09 88.5c31.23-8.96 59.56-25.75 82.61-48.92l-51.79-89.71C347.39 128.03 352 112.63 352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96c0 16.63 4.61 32.03 12.05 45.66l-68.3 118.31c-12.55-11.61-23.96-24.59-33.68-39-4.79-7.1-13.97-9.62-21.38-5.33l-27.75 16.07c-7.85 4.54-10.63 14.9-5.64 22.47 15.57 23.64 34.69 44.21 55.98 62.02L0 439.66l7.02 58.25c1.28 10.59 12.36 16.99 22.17 12.8l53.95-23.04 70.8-122.63C186.13 377.28 220.62 384 256 384c99.05 0 190.88-51.01 243.5-134.14zM256 64c17.67 0 32 14.33 32 32s-14.33 32-32 32-32-14.33-32-32 14.33-32 32-32z\"/></svg></li><li title=\"dragon \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M18.32 255.78L192 223.96l-91.28 68.69c-10.08 10.08-2.94 27.31 11.31 27.31h222.7c-9.44-26.4-14.73-54.47-14.73-83.38v-42.27l-119.73-87.6c-23.82-15.88-55.29-14.01-77.06 4.59L5.81 227.64c-12.38 10.33-3.45 30.42 12.51 28.14zm556.87 34.1l-100.66-50.31A47.992 47.992 0 0 1 448 196.65v-36.69h64l28.09 22.63c6 6 14.14 9.37 22.63 9.37h30.97a32 32 0 0 0 28.62-17.69l14.31-28.62a32.005 32.005 0 0 0-3.02-33.51l-74.53-99.38C553.02 4.7 543.54 0 533.47 0H296.02c-7.13 0-10.7 8.57-5.66 13.61L352 63.96 292.42 88.8c-5.9 2.95-5.9 11.36 0 14.31L352 127.96v108.62c0 72.08 36.03 139.39 96 179.38-195.59 6.81-344.56 41.01-434.1 60.91C5.78 478.67 0 485.88 0 494.2 0 504 7.95 512 17.76 512h499.08c63.29.01 119.61-47.56 122.99-110.76 2.52-47.28-22.73-90.4-64.64-111.36zM489.18 66.25l45.65 11.41c-2.75 10.91-12.47 18.89-24.13 18.26-12.96-.71-25.85-12.53-21.52-29.67z\"/></svg></li><li title=\"draw polygon \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M384 352c-.35 0-.67.1-1.02.1l-39.2-65.32c5.07-9.17 8.22-19.56 8.22-30.78s-3.14-21.61-8.22-30.78l39.2-65.32c.35.01.67.1 1.02.1 35.35 0 64-28.65 64-64s-28.65-64-64-64c-23.63 0-44.04 12.95-55.12 32H119.12C108.04 44.95 87.63 32 64 32 28.65 32 0 60.65 0 96c0 23.63 12.95 44.04 32 55.12v209.75C12.95 371.96 0 392.37 0 416c0 35.35 28.65 64 64 64 23.63 0 44.04-12.95 55.12-32h209.75c11.09 19.05 31.49 32 55.12 32 35.35 0 64-28.65 64-64 .01-35.35-28.64-64-63.99-64zm-288 8.88V151.12A63.825 63.825 0 0 0 119.12 128h208.36l-38.46 64.1c-.35-.01-.67-.1-1.02-.1-35.35 0-64 28.65-64 64s28.65 64 64 64c.35 0 .67-.1 1.02-.1l38.46 64.1H119.12A63.748 63.748 0 0 0 96 360.88zM272 256c0-8.82 7.18-16 16-16s16 7.18 16 16-7.18 16-16 16-16-7.18-16-16zM400 96c0 8.82-7.18 16-16 16s-16-7.18-16-16 7.18-16 16-16 16 7.18 16 16zM64 80c8.82 0 16 7.18 16 16s-7.18 16-16 16-16-7.18-16-16 7.18-16 16-16zM48 416c0-8.82 7.18-16 16-16s16 7.18 16 16-7.18 16-16 16-16-7.18-16-16zm336 16c-8.82 0-16-7.18-16-16s7.18-16 16-16 16 7.18 16 16-7.18 16-16 16z\"/></svg></li><li title=\"drum steelpan \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M288 32C128.94 32 0 89.31 0 160v192c0 70.69 128.94 128 288 128s288-57.31 288-128V160c0-70.69-128.94-128-288-128zm-82.99 158.36c-4.45 16.61-14.54 30.57-28.31 40.48C100.23 217.46 48 190.78 48 160c0-30.16 50.11-56.39 124.04-70.03l25.6 44.34c9.86 17.09 12.48 36.99 7.37 56.05zM288 240c-21.08 0-41.41-1-60.89-2.7 8.06-26.13 32.15-45.3 60.89-45.3s52.83 19.17 60.89 45.3C329.41 239 309.08 240 288 240zm64-144c0 35.29-28.71 64-64 64s-64-28.71-64-64V82.96c20.4-1.88 41.8-2.96 64-2.96s43.6 1.08 64 2.96V96zm46.93 134.9c-13.81-9.91-23.94-23.9-28.4-40.54-5.11-19.06-2.49-38.96 7.38-56.04l25.65-44.42C477.72 103.5 528 129.79 528 160c0 30.83-52.4 57.54-129.07 70.9z\"/></svg></li><li title=\"drum \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M431.34 122.05l73.53-47.42a16 16 0 0 0 4.44-22.19l-8.87-13.31a16 16 0 0 0-22.19-4.44l-110.06 71C318.43 96.91 271.22 96 256 96 219.55 96 0 100.55 0 208.15v160.23c0 30.27 27.5 57.68 72 77.86v-101.9a24 24 0 1 1 48 0v118.93c33.05 9.11 71.07 15.06 112 16.73V376.39a24 24 0 1 1 48 0V480c40.93-1.67 78.95-7.62 112-16.73V344.34a24 24 0 1 1 48 0v101.9c44.5-20.18 72-47.59 72-77.86V208.15c0-43.32-35.76-69.76-80.66-86.1zM256 272.24c-114.88 0-208-28.69-208-64.09s93.12-64.08 208-64.08c17.15 0 33.73.71 49.68 1.91l-72.81 47a16 16 0 0 0-4.43 22.19l8.87 13.31a16 16 0 0 0 22.19 4.44l118.64-76.52C430.09 168 464 186.84 464 208.15c0 35.4-93.13 64.09-208 64.09z\"/></svg></li><li title=\"drumstick bite \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M462.8 49.57a169.44 169.44 0 0 0-239.5 0C187.82 85 160.13 128 160.13 192v85.83l-40.62 40.59c-9.7 9.69-24 11.07-36.78 6a60.33 60.33 0 0 0-65 98.72C33 438.39 54.24 442.7 73.85 438.21c-4.5 19.6-.18 40.83 15.1 56.1a60.35 60.35 0 0 0 98.8-65c-5.09-12.73-3.72-27 6-36.75L234.36 352h85.89a187.87 187.87 0 0 0 61.89-10c-39.64-43.89-39.83-110.23 1.05-151.07 34.38-34.36 86.76-39.46 128.74-16.8 1.3-44.96-14.81-90.28-49.13-124.56z\"/></svg></li><li title=\"dumbbell \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M104 96H56c-13.3 0-24 10.7-24 24v104H8c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h24v104c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24V120c0-13.3-10.7-24-24-24zm528 128h-24V120c0-13.3-10.7-24-24-24h-48c-13.3 0-24 10.7-24 24v272c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24V288h24c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zM456 32h-48c-13.3 0-24 10.7-24 24v168H256V56c0-13.3-10.7-24-24-24h-48c-13.3 0-24 10.7-24 24v400c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24V288h128v168c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24z\"/></svg></li><li title=\"dumpster fire \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M418.7 104.1l.2-.2-14.4-72H304v128h60.8c16.2-19.3 34.2-38.2 53.9-55.8zM272 32H171.5l-25.6 128H272V32zm189.3 72.1c18.2 16.3 35.5 33.7 51.1 51.5 5.7-5.6 11.4-11.1 17.3-16.3l21.3-19 21.3 19c1.1.9 2.1 2.1 3.1 3.1-.1-.8.2-1.5 0-2.3l-24-96C549.7 37 543.3 32 536 32h-98.9l12.3 61.5 11.9 10.6zM16 160h97.3l25.6-128H40c-7.3 0-13.7 5-15.5 12.1l-24 96C-2 150.2 5.6 160 16 160zm324.6 32H32l4 32H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h28l20 160v16c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-16h208.8c-30.2-33.7-48.8-77.9-48.8-126.4 0-35.9 19.9-82.9 52.6-129.6zm210.5-28.8c-14.9 13.3-28.3 27.2-40.2 41.2-19.5-25.8-43.6-52-71-76.4-70.2 62.7-120 144.3-120 193.6 0 87.5 71.6 158.4 160 158.4s160-70.9 160-158.4c.1-36.6-37-112.2-88.8-158.4zm-18.6 229.4c-14.7 10.7-32.9 17-52.5 17-49 0-88.9-33.5-88.9-88 0-27.1 16.5-51 49.4-91.9 4.7 5.6 67.1 88.1 67.1 88.1l39.8-47c2.8 4.8 5.4 9.5 7.7 14 18.6 36.7 10.8 83.6-22.6 107.8z\"/></svg></li><li title=\"dumpster \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M560 160c10.4 0 18-9.8 15.5-19.9l-24-96C549.7 37 543.3 32 536 32h-98.9l25.6 128H560zM272 32H171.5l-25.6 128H272V32zm132.5 0H304v128h126.1L404.5 32zM16 160h97.3l25.6-128H40c-7.3 0-13.7 5-15.5 12.1l-24 96C-2 150.2 5.6 160 16 160zm544 64h-20l4-32H32l4 32H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h28l20 160v16c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-16h320v16c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-16l20-160h28c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16z\"/></svg></li><li title=\"dungeon \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M128.73 195.32l-82.81-51.76c-8.04-5.02-18.99-2.17-22.93 6.45A254.19 254.19 0 0 0 .54 239.28C-.05 248.37 7.59 256 16.69 256h97.13c7.96 0 14.08-6.25 15.01-14.16 1.09-9.33 3.24-18.33 6.24-26.94 2.56-7.34.25-15.46-6.34-19.58zM319.03 8C298.86 2.82 277.77 0 256 0s-42.86 2.82-63.03 8c-9.17 2.35-13.91 12.6-10.39 21.39l37.47 104.03A16.003 16.003 0 0 0 235.1 144h41.8c6.75 0 12.77-4.23 15.05-10.58l37.47-104.03c3.52-8.79-1.22-19.03-10.39-21.39zM112 288H16c-8.84 0-16 7.16-16 16v64c0 8.84 7.16 16 16 16h96c8.84 0 16-7.16 16-16v-64c0-8.84-7.16-16-16-16zm0 128H16c-8.84 0-16 7.16-16 16v64c0 8.84 7.16 16 16 16h96c8.84 0 16-7.16 16-16v-64c0-8.84-7.16-16-16-16zm77.31-283.67l-36.32-90.8c-3.53-8.83-14.13-12.99-22.42-8.31a257.308 257.308 0 0 0-71.61 59.89c-6.06 7.32-3.85 18.48 4.22 23.52l82.93 51.83c6.51 4.07 14.66 2.62 20.11-2.79 5.18-5.15 10.79-9.85 16.79-14.05 6.28-4.41 9.15-12.17 6.3-19.29zM398.18 256h97.13c9.1 0 16.74-7.63 16.15-16.72a254.135 254.135 0 0 0-22.45-89.27c-3.94-8.62-14.89-11.47-22.93-6.45l-82.81 51.76c-6.59 4.12-8.9 12.24-6.34 19.58 3.01 8.61 5.15 17.62 6.24 26.94.93 7.91 7.05 14.16 15.01 14.16zm54.85-162.89a257.308 257.308 0 0 0-71.61-59.89c-8.28-4.68-18.88-.52-22.42 8.31l-36.32 90.8c-2.85 7.12.02 14.88 6.3 19.28 6 4.2 11.61 8.9 16.79 14.05 5.44 5.41 13.6 6.86 20.11 2.79l82.93-51.83c8.07-5.03 10.29-16.19 4.22-23.51zM496 288h-96c-8.84 0-16 7.16-16 16v64c0 8.84 7.16 16 16 16h96c8.84 0 16-7.16 16-16v-64c0-8.84-7.16-16-16-16zm0 128h-96c-8.84 0-16 7.16-16 16v64c0 8.84 7.16 16 16 16h96c8.84 0 16-7.16 16-16v-64c0-8.84-7.16-16-16-16zM240 177.62V472c0 4.42 3.58 8 8 8h16c4.42 0 8-3.58 8-8V177.62c-5.23-.89-10.52-1.62-16-1.62s-10.77.73-16 1.62zm-64 41.51V472c0 4.42 3.58 8 8 8h16c4.42 0 8-3.58 8-8V189.36c-12.78 7.45-23.84 17.47-32 29.77zm128-29.77V472c0 4.42 3.58 8 8 8h16c4.42 0 8-3.58 8-8V219.13c-8.16-12.3-19.22-22.32-32-29.77z\"/></svg></li><li title=\"edit \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M402.6 83.2l90.2 90.2c3.8 3.8 3.8 10 0 13.8L274.4 405.6l-92.8 10.3c-12.4 1.4-22.9-9.1-21.5-21.5l10.3-92.8L388.8 83.2c3.8-3.8 10-3.8 13.8 0zm162-22.9l-48.8-48.8c-15.2-15.2-39.9-15.2-55.2 0l-35.4 35.4c-3.8 3.8-3.8 10 0 13.8l90.2 90.2c3.8 3.8 10 3.8 13.8 0l35.4-35.4c15.2-15.3 15.2-40 0-55.2zM384 346.2V448H64V128h229.8c3.2 0 6.2-1.3 8.5-3.5l40-40c7.6-7.6 2.2-20.5-8.5-20.5H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V306.2c0-10.7-12.9-16-20.5-8.5l-40 40c-2.2 2.3-3.5 5.3-3.5 8.5z\"/></svg></li><li title=\"egg \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M192 0C86 0 0 214 0 320s86 192 192 192 192-86 192-192S298 0 192 0z\"/></svg></li><li title=\"eject \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M448 384v64c0 17.673-14.327 32-32 32H32c-17.673 0-32-14.327-32-32v-64c0-17.673 14.327-32 32-32h384c17.673 0 32 14.327 32 32zM48.053 320h351.886c41.651 0 63.581-49.674 35.383-80.435L259.383 47.558c-19.014-20.743-51.751-20.744-70.767 0L12.67 239.565C-15.475 270.268 6.324 320 48.053 320z\"/></svg></li><li title=\"ellipsis h \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M328 256c0 39.8-32.2 72-72 72s-72-32.2-72-72 32.2-72 72-72 72 32.2 72 72zm104-72c-39.8 0-72 32.2-72 72s32.2 72 72 72 72-32.2 72-72-32.2-72-72-72zm-352 0c-39.8 0-72 32.2-72 72s32.2 72 72 72 72-32.2 72-72-32.2-72-72-72z\"/></svg></li><li title=\"ellipsis v \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 192 512\"><path d=\"M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z\"/></svg></li><li title=\"envelope open text \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M176 216h160c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16H176c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16zm-16 80c0 8.84 7.16 16 16 16h160c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16H176c-8.84 0-16 7.16-16 16v16zm96 121.13c-16.42 0-32.84-5.06-46.86-15.19L0 250.86V464c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V250.86L302.86 401.94c-14.02 10.12-30.44 15.19-46.86 15.19zm237.61-254.18c-8.85-6.94-17.24-13.47-29.61-22.81V96c0-26.51-21.49-48-48-48h-77.55c-3.04-2.2-5.87-4.26-9.04-6.56C312.6 29.17 279.2-.35 256 0c-23.2-.35-56.59 29.17-73.41 41.44-3.17 2.3-6 4.36-9.04 6.56H96c-26.51 0-48 21.49-48 48v44.14c-12.37 9.33-20.76 15.87-29.61 22.81A47.995 47.995 0 0 0 0 200.72v10.65l96 69.35V96h320v184.72l96-69.35v-10.65c0-14.74-6.78-28.67-18.39-37.77z\"/></svg></li><li title=\"envelope open \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M512 464c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V200.724a48 48 0 0 1 18.387-37.776c24.913-19.529 45.501-35.365 164.2-121.511C199.412 29.17 232.797-.347 256 .003c23.198-.354 56.596 29.172 73.413 41.433 118.687 86.137 139.303 101.995 164.2 121.512A48 48 0 0 1 512 200.724V464zm-65.666-196.605c-2.563-3.728-7.7-4.595-11.339-1.907-22.845 16.873-55.462 40.705-105.582 77.079-16.825 12.266-50.21 41.781-73.413 41.43-23.211.344-56.559-29.143-73.413-41.43-50.114-36.37-82.734-60.204-105.582-77.079-3.639-2.688-8.776-1.821-11.339 1.907l-9.072 13.196a7.998 7.998 0 0 0 1.839 10.967c22.887 16.899 55.454 40.69 105.303 76.868 20.274 14.781 56.524 47.813 92.264 47.573 35.724.242 71.961-32.771 92.263-47.573 49.85-36.179 82.418-59.97 105.303-76.868a7.998 7.998 0 0 0 1.839-10.967l-9.071-13.196z\"/></svg></li><li title=\"envelope square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zM178.117 262.104C87.429 196.287 88.353 196.121 64 177.167V152c0-13.255 10.745-24 24-24h272c13.255 0 24 10.745 24 24v25.167c-24.371 18.969-23.434 19.124-114.117 84.938-10.5 7.655-31.392 26.12-45.883 25.894-14.503.218-35.367-18.227-45.883-25.895zM384 217.775V360c0 13.255-10.745 24-24 24H88c-13.255 0-24-10.745-24-24V217.775c13.958 10.794 33.329 25.236 95.303 70.214 14.162 10.341 37.975 32.145 64.694 32.01 26.887.134 51.037-22.041 64.72-32.025 61.958-44.965 81.325-59.406 95.283-70.199z\"/></svg></li><li title=\"envelope \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z\"/></svg></li><li title=\"equals \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M416 304H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32zm0-192H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"/></svg></li><li title=\"eraser \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M497.941 273.941c18.745-18.745 18.745-49.137 0-67.882l-160-160c-18.745-18.745-49.136-18.746-67.883 0l-256 256c-18.745 18.745-18.745 49.137 0 67.882l96 96A48.004 48.004 0 0 0 144 480h356c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12H355.883l142.058-142.059zm-302.627-62.627l137.373 137.373L265.373 416H150.628l-80-80 124.686-124.686z\"/></svg></li><li title=\"ethernet \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M496 192h-48v-48c0-8.8-7.2-16-16-16h-48V80c0-8.8-7.2-16-16-16H144c-8.8 0-16 7.2-16 16v48H80c-8.8 0-16 7.2-16 16v48H16c-8.8 0-16 7.2-16 16v224c0 8.8 7.2 16 16 16h80V320h32v128h64V320h32v128h64V320h32v128h64V320h32v128h80c8.8 0 16-7.2 16-16V208c0-8.8-7.2-16-16-16z\"/></svg></li><li title=\"euro sign \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"><path d=\"M310.706 413.765c-1.314-6.63-7.835-10.872-14.424-9.369-10.692 2.439-27.422 5.413-45.426 5.413-56.763 0-101.929-34.79-121.461-85.449h113.689a12 12 0 0 0 11.708-9.369l6.373-28.36c1.686-7.502-4.019-14.631-11.708-14.631H115.22c-1.21-14.328-1.414-28.287.137-42.245H261.95a12 12 0 0 0 11.723-9.434l6.512-29.755c1.638-7.484-4.061-14.566-11.723-14.566H130.184c20.633-44.991 62.69-75.03 117.619-75.03 14.486 0 28.564 2.25 37.851 4.145 6.216 1.268 12.347-2.498 14.002-8.623l11.991-44.368c1.822-6.741-2.465-13.616-9.326-14.917C290.217 34.912 270.71 32 249.635 32 152.451 32 74.03 92.252 45.075 176H12c-6.627 0-12 5.373-12 12v29.755c0 6.627 5.373 12 12 12h21.569c-1.009 13.607-1.181 29.287-.181 42.245H12c-6.627 0-12 5.373-12 12v28.36c0 6.627 5.373 12 12 12h30.114C67.139 414.692 145.264 480 249.635 480c26.301 0 48.562-4.544 61.101-7.788 6.167-1.595 10.027-7.708 8.788-13.957l-8.818-44.49z\"/></svg></li><li title=\"exchange alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M0 168v-16c0-13.255 10.745-24 24-24h360V80c0-21.367 25.899-32.042 40.971-16.971l80 80c9.372 9.373 9.372 24.569 0 33.941l-80 80C409.956 271.982 384 261.456 384 240v-48H24c-13.255 0-24-10.745-24-24zm488 152H128v-48c0-21.314-25.862-32.08-40.971-16.971l-80 80c-9.372 9.373-9.372 24.569 0 33.941l80 80C102.057 463.997 128 453.437 128 432v-48h360c13.255 0 24-10.745 24-24v-16c0-13.255-10.745-24-24-24z\"/></svg></li><li title=\"exclamation circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504 256c0 136.997-111.043 248-248 248S8 392.997 8 256C8 119.083 119.043 8 256 8s248 111.083 248 248zm-248 50c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z\"/></svg></li><li title=\"exclamation triangle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z\"/></svg></li><li title=\"exclamation \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 192 512\"><path d=\"M176 432c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80zM25.26 25.199l13.6 272C39.499 309.972 50.041 320 62.83 320h66.34c12.789 0 23.331-10.028 23.97-22.801l13.6-272C167.425 11.49 156.496 0 142.77 0H49.23C35.504 0 24.575 11.49 25.26 25.199z\"/></svg></li><li title=\"expand alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M212.686 315.314L120 408l32.922 31.029c15.12 15.12 4.412 40.971-16.97 40.971h-112C10.697 480 0 469.255 0 456V344c0-21.382 25.803-32.09 40.922-16.971L72 360l92.686-92.686c6.248-6.248 16.379-6.248 22.627 0l25.373 25.373c6.249 6.248 6.249 16.378 0 22.627zm22.628-118.628L328 104l-32.922-31.029C279.958 57.851 290.666 32 312.048 32h112C437.303 32 448 42.745 448 56v112c0 21.382-25.803 32.09-40.922 16.971L376 152l-92.686 92.686c-6.248 6.248-16.379 6.248-22.627 0l-25.373-25.373c-6.249-6.248-6.249-16.378 0-22.627z\"/></svg></li><li title=\"expand arrows alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M448 344v112a23.94 23.94 0 0 1-24 24H312c-21.39 0-32.09-25.9-17-41l36.2-36.2L224 295.6 116.77 402.9 153 439c15.09 15.1 4.39 41-17 41H24a23.94 23.94 0 0 1-24-24V344c0-21.4 25.89-32.1 41-17l36.19 36.2L184.46 256 77.18 148.7 41 185c-15.1 15.1-41 4.4-41-17V56a23.94 23.94 0 0 1 24-24h112c21.39 0 32.09 25.9 17 41l-36.2 36.2L224 216.4l107.23-107.3L295 73c-15.09-15.1-4.39-41 17-41h112a23.94 23.94 0 0 1 24 24v112c0 21.4-25.89 32.1-41 17l-36.19-36.2L263.54 256l107.28 107.3L407 327.1c15.1-15.2 41-4.5 41 16.9z\"/></svg></li><li title=\"expand \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M0 180V56c0-13.3 10.7-24 24-24h124c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H64v84c0 6.6-5.4 12-12 12H12c-6.6 0-12-5.4-12-12zM288 44v40c0 6.6 5.4 12 12 12h84v84c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12V56c0-13.3-10.7-24-24-24H300c-6.6 0-12 5.4-12 12zm148 276h-40c-6.6 0-12 5.4-12 12v84h-84c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h124c13.3 0 24-10.7 24-24V332c0-6.6-5.4-12-12-12zM160 468v-40c0-6.6-5.4-12-12-12H64v-84c0-6.6-5.4-12-12-12H12c-6.6 0-12 5.4-12 12v124c0 13.3 10.7 24 24 24h124c6.6 0 12-5.4 12-12z\"/></svg></li><li title=\"external link alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M432,320H400a16,16,0,0,0-16,16V448H64V128H208a16,16,0,0,0,16-16V80a16,16,0,0,0-16-16H48A48,48,0,0,0,0,112V464a48,48,0,0,0,48,48H400a48,48,0,0,0,48-48V336A16,16,0,0,0,432,320ZM488,0h-128c-21.37,0-32.05,25.91-17,41l35.73,35.73L135,320.37a24,24,0,0,0,0,34L157.67,377a24,24,0,0,0,34,0L435.28,133.32,471,169c15,15,41,4.5,41-17V24A24,24,0,0,0,488,0Z\"/></svg></li><li title=\"external link square alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M448 80v352c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h352c26.51 0 48 21.49 48 48zm-88 16H248.029c-21.313 0-32.08 25.861-16.971 40.971l31.984 31.987L67.515 364.485c-4.686 4.686-4.686 12.284 0 16.971l31.029 31.029c4.687 4.686 12.285 4.686 16.971 0l195.526-195.526 31.988 31.991C358.058 263.977 384 253.425 384 231.979V120c0-13.255-10.745-24-24-24z\"/></svg></li><li title=\"eye dropper \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M50.75 333.25c-12 12-18.75 28.28-18.75 45.26V424L0 480l32 32 56-32h45.49c16.97 0 33.25-6.74 45.25-18.74l126.64-126.62-128-128L50.75 333.25zM483.88 28.12c-37.47-37.5-98.28-37.5-135.75 0l-77.09 77.09-13.1-13.1c-9.44-9.44-24.65-9.31-33.94 0l-40.97 40.97c-9.37 9.37-9.37 24.57 0 33.94l161.94 161.94c9.44 9.44 24.65 9.31 33.94 0L419.88 288c9.37-9.37 9.37-24.57 0-33.94l-13.1-13.1 77.09-77.09c37.51-37.48 37.51-98.26.01-135.75z\"/></svg></li><li title=\"eye slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M320 400c-75.85 0-137.25-58.71-142.9-133.11L72.2 185.82c-13.79 17.3-26.48 35.59-36.72 55.59a32.35 32.35 0 0 0 0 29.19C89.71 376.41 197.07 448 320 448c26.91 0 52.87-4 77.89-10.46L346 397.39a144.13 144.13 0 0 1-26 2.61zm313.82 58.1l-110.55-85.44a331.25 331.25 0 0 0 81.25-102.07 32.35 32.35 0 0 0 0-29.19C550.29 135.59 442.93 64 320 64a308.15 308.15 0 0 0-147.32 37.7L45.46 3.37A16 16 0 0 0 23 6.18L3.37 31.45A16 16 0 0 0 6.18 53.9l588.36 454.73a16 16 0 0 0 22.46-2.81l19.64-25.27a16 16 0 0 0-2.82-22.45zm-183.72-142l-39.3-30.38A94.75 94.75 0 0 0 416 256a94.76 94.76 0 0 0-121.31-92.21A47.65 47.65 0 0 1 304 192a46.64 46.64 0 0 1-1.54 10l-73.61-56.89A142.31 142.31 0 0 1 320 112a143.92 143.92 0 0 1 144 144c0 21.63-5.29 41.79-13.9 60.11z\"/></svg></li><li title=\"eye \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M572.52 241.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400a144 144 0 1 1 144-144 143.93 143.93 0 0 1-144 144zm0-240a95.31 95.31 0 0 0-25.31 3.79 47.85 47.85 0 0 1-66.9 66.9A95.78 95.78 0 1 0 288 160z\"/></svg></li><li title=\"fan \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M352.57 128c-28.09 0-54.09 4.52-77.06 12.86l12.41-123.11C289 7.31 279.81-1.18 269.33.13 189.63 10.13 128 77.64 128 159.43c0 28.09 4.52 54.09 12.86 77.06L17.75 224.08C7.31 223-1.18 232.19.13 242.67c10 79.7 77.51 141.33 159.3 141.33 28.09 0 54.09-4.52 77.06-12.86l-12.41 123.11c-1.05 10.43 8.11 18.93 18.59 17.62 79.7-10 141.33-77.51 141.33-159.3 0-28.09-4.52-54.09-12.86-77.06l123.11 12.41c10.44 1.05 18.93-8.11 17.62-18.59-10-79.7-77.51-141.33-159.3-141.33zM256 288a32 32 0 1 1 32-32 32 32 0 0 1-32 32z\"/></svg></li><li title=\"fast backward \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M0 436V76c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v151.9L235.5 71.4C256.1 54.3 288 68.6 288 96v131.9L459.5 71.4C480.1 54.3 512 68.6 512 96v320c0 27.4-31.9 41.7-52.5 24.6L288 285.3V416c0 27.4-31.9 41.7-52.5 24.6L64 285.3V436c0 6.6-5.4 12-12 12H12c-6.6 0-12-5.4-12-12z\"/></svg></li><li title=\"fast forward \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M512 76v360c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V284.1L276.5 440.6c-20.6 17.2-52.5 2.8-52.5-24.6V284.1L52.5 440.6C31.9 457.8 0 443.4 0 416V96c0-27.4 31.9-41.7 52.5-24.6L224 226.8V96c0-27.4 31.9-41.7 52.5-24.6L448 226.8V76c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12z\"/></svg></li><li title=\"faucet \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M352,256H313.39c-15.71-13.44-35.46-23.07-57.39-28V180.44l-32-3.38-32,3.38V228c-21.93,5-41.68,14.6-57.39,28H16A16,16,0,0,0,0,272v96a16,16,0,0,0,16,16h92.79C129.38,421.73,173,448,224,448s94.62-26.27,115.21-64H352a32,32,0,0,1,32,32,32,32,0,0,0,32,32h64a32,32,0,0,0,32-32A160,160,0,0,0,352,256ZM81.59,159.91l142.41-15,142.41,15c9.42,1,17.59-6.81,17.59-16.8V112.89c0-10-8.17-17.8-17.59-16.81L256,107.74V80a16,16,0,0,0-16-16H208a16,16,0,0,0-16,16v27.74L81.59,96.08C72.17,95.09,64,102.9,64,112.89v30.22C64,153.1,72.17,160.91,81.59,159.91Z\"/></svg></li><li title=\"fax \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M480 160V77.25a32 32 0 0 0-9.38-22.63L425.37 9.37A32 32 0 0 0 402.75 0H160a32 32 0 0 0-32 32v448a32 32 0 0 0 32 32h320a32 32 0 0 0 32-32V192a32 32 0 0 0-32-32zM288 432a16 16 0 0 1-16 16h-32a16 16 0 0 1-16-16v-32a16 16 0 0 1 16-16h32a16 16 0 0 1 16 16zm0-128a16 16 0 0 1-16 16h-32a16 16 0 0 1-16-16v-32a16 16 0 0 1 16-16h32a16 16 0 0 1 16 16zm128 128a16 16 0 0 1-16 16h-32a16 16 0 0 1-16-16v-32a16 16 0 0 1 16-16h32a16 16 0 0 1 16 16zm0-128a16 16 0 0 1-16 16h-32a16 16 0 0 1-16-16v-32a16 16 0 0 1 16-16h32a16 16 0 0 1 16 16zm0-112H192V64h160v48a16 16 0 0 0 16 16h48zM64 128H32a32 32 0 0 0-32 32v320a32 32 0 0 0 32 32h32a32 32 0 0 0 32-32V160a32 32 0 0 0-32-32z\"/></svg></li><li title=\"feather alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M512 0C460.22 3.56 96.44 38.2 71.01 287.61c-3.09 26.66-4.84 53.44-5.99 80.24l178.87-178.69c6.25-6.25 16.4-6.25 22.65 0s6.25 16.38 0 22.63L7.04 471.03c-9.38 9.37-9.38 24.57 0 33.94 9.38 9.37 24.59 9.37 33.98 0l57.13-57.07c42.09-.14 84.15-2.53 125.96-7.36 53.48-5.44 97.02-26.47 132.58-56.54H255.74l146.79-48.88c11.25-14.89 21.37-30.71 30.45-47.12h-81.14l106.54-53.21C500.29 132.86 510.19 26.26 512 0z\"/></svg></li><li title=\"feather \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M467.14 44.84c-62.55-62.48-161.67-64.78-252.28 25.73-78.61 78.52-60.98 60.92-85.75 85.66-60.46 60.39-70.39 150.83-63.64 211.17l178.44-178.25c6.26-6.25 16.4-6.25 22.65 0s6.25 16.38 0 22.63L7.04 471.03c-9.38 9.37-9.38 24.57 0 33.94 9.38 9.37 24.6 9.37 33.98 0l66.1-66.03C159.42 454.65 279 457.11 353.95 384h-98.19l147.57-49.14c49.99-49.93 36.38-36.18 46.31-46.86h-97.78l131.54-43.8c45.44-74.46 34.31-148.84-16.26-199.36z\"/></svg></li><li title=\"female \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 256 512\"><path d=\"M128 0c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64S92.654 0 128 0m119.283 354.179l-48-192A24 24 0 0 0 176 144h-11.36c-22.711 10.443-49.59 10.894-73.28 0H80a24 24 0 0 0-23.283 18.179l-48 192C4.935 369.305 16.383 384 32 384h56v104c0 13.255 10.745 24 24 24h32c13.255 0 24-10.745 24-24V384h56c15.591 0 27.071-14.671 23.283-29.821z\"/></svg></li><li title=\"fighter jet \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M544 224l-128-16-48-16h-24L227.158 44h39.509C278.333 44 288 41.375 288 38s-9.667-6-21.333-6H152v12h16v164h-48l-66.667-80H18.667L8 138.667V208h8v16h48v2.666l-64 8v42.667l64 8V288H16v16H8v69.333L18.667 384h34.667L120 304h48v164h-16v12h114.667c11.667 0 21.333-2.625 21.333-6s-9.667-6-21.333-6h-39.509L344 320h24l48-16 128-16c96-21.333 96-26.583 96-32 0-5.417 0-10.667-96-32z\"/></svg></li><li title=\"file alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm64 236c0 6.6-5.4 12-12 12H108c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12v8zm0-64c0 6.6-5.4 12-12 12H108c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12v8zm0-72v8c0 6.6-5.4 12-12 12H108c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12zm96-114.1v6.1H256V0h6.1c6.4 0 12.5 2.5 17 7l97.9 98c4.5 4.5 7 10.6 7 16.9z\"/></svg></li><li title=\"file archive \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M377 105L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9zM128.4 336c-17.9 0-32.4 12.1-32.4 27 0 15 14.6 27 32.5 27s32.4-12.1 32.4-27-14.6-27-32.5-27zM224 136V0h-63.6v32h-32V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zM95.9 32h32v32h-32zm32.3 384c-33.2 0-58-30.4-51.4-62.9L96.4 256v-32h32v-32h-32v-32h32v-32h-32V96h32V64h32v32h-32v32h32v32h-32v32h32v32h-32v32h22.1c5.7 0 10.7 4.1 11.8 9.7l17.3 87.7c6.4 32.4-18.4 62.6-51.4 62.6z\"/></svg></li><li title=\"file audio \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm-64 268c0 10.7-12.9 16-20.5 8.5L104 376H76c-6.6 0-12-5.4-12-12v-56c0-6.6 5.4-12 12-12h28l35.5-36.5c7.6-7.6 20.5-2.2 20.5 8.5v136zm33.2-47.6c9.1-9.3 9.1-24.1 0-33.4-22.1-22.8 12.2-56.2 34.4-33.5 27.2 27.9 27.2 72.4 0 100.4-21.8 22.3-56.9-10.4-34.4-33.5zm86-117.1c54.4 55.9 54.4 144.8 0 200.8-21.8 22.4-57-10.3-34.4-33.5 36.2-37.2 36.3-96.5 0-133.8-22.1-22.8 12.3-56.3 34.4-33.5zM384 121.9v6.1H256V0h6.1c6.4 0 12.5 2.5 17 7l97.9 98c4.5 4.5 7 10.6 7 16.9z\"/></svg></li><li title=\"file code \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M384 121.941V128H256V0h6.059c6.365 0 12.47 2.529 16.971 7.029l97.941 97.941A24.005 24.005 0 0 1 384 121.941zM248 160c-13.2 0-24-10.8-24-24V0H24C10.745 0 0 10.745 0 24v464c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24V160H248zM123.206 400.505a5.4 5.4 0 0 1-7.633.246l-64.866-60.812a5.4 5.4 0 0 1 0-7.879l64.866-60.812a5.4 5.4 0 0 1 7.633.246l19.579 20.885a5.4 5.4 0 0 1-.372 7.747L101.65 336l40.763 35.874a5.4 5.4 0 0 1 .372 7.747l-19.579 20.884zm51.295 50.479l-27.453-7.97a5.402 5.402 0 0 1-3.681-6.692l61.44-211.626a5.402 5.402 0 0 1 6.692-3.681l27.452 7.97a5.4 5.4 0 0 1 3.68 6.692l-61.44 211.626a5.397 5.397 0 0 1-6.69 3.681zm160.792-111.045l-64.866 60.812a5.4 5.4 0 0 1-7.633-.246l-19.58-20.885a5.4 5.4 0 0 1 .372-7.747L284.35 336l-40.763-35.874a5.4 5.4 0 0 1-.372-7.747l19.58-20.885a5.4 5.4 0 0 1 7.633-.246l64.866 60.812a5.4 5.4 0 0 1-.001 7.879z\"/></svg></li><li title=\"file contract \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zM64 72c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8V72zm0 64c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8v-16zm192.81 248H304c8.84 0 16 7.16 16 16s-7.16 16-16 16h-47.19c-16.45 0-31.27-9.14-38.64-23.86-2.95-5.92-8.09-6.52-10.17-6.52s-7.22.59-10.02 6.19l-7.67 15.34a15.986 15.986 0 0 1-14.31 8.84c-.38 0-.75-.02-1.14-.05-6.45-.45-12-4.75-14.03-10.89L144 354.59l-10.61 31.88c-5.89 17.66-22.38 29.53-41 29.53H80c-8.84 0-16-7.16-16-16s7.16-16 16-16h12.39c4.83 0 9.11-3.08 10.64-7.66l18.19-54.64c3.3-9.81 12.44-16.41 22.78-16.41s19.48 6.59 22.77 16.41l13.88 41.64c19.77-16.19 54.05-9.7 66 14.16 2.02 4.06 5.96 6.5 10.16 6.5zM377 105L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9z\"/></svg></li><li title=\"file csv \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm-96 144c0 4.42-3.58 8-8 8h-8c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h8c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8h-8c-26.51 0-48-21.49-48-48v-32c0-26.51 21.49-48 48-48h8c4.42 0 8 3.58 8 8v16zm44.27 104H160c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h12.27c5.95 0 10.41-3.5 10.41-6.62 0-1.3-.75-2.66-2.12-3.84l-21.89-18.77c-8.47-7.22-13.33-17.48-13.33-28.14 0-21.3 19.02-38.62 42.41-38.62H200c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8h-12.27c-5.95 0-10.41 3.5-10.41 6.62 0 1.3.75 2.66 2.12 3.84l21.89 18.77c8.47 7.22 13.33 17.48 13.33 28.14.01 21.29-19 38.62-42.39 38.62zM256 264v20.8c0 20.27 5.7 40.17 16 56.88 10.3-16.7 16-36.61 16-56.88V264c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v20.8c0 35.48-12.88 68.89-36.28 94.09-3.02 3.25-7.27 5.11-11.72 5.11s-8.7-1.86-11.72-5.11c-23.4-25.2-36.28-58.61-36.28-94.09V264c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8zm121-159L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9z\"/></svg></li><li title=\"file download \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm76.45 211.36l-96.42 95.7c-6.65 6.61-17.39 6.61-24.04 0l-96.42-95.7C73.42 337.29 80.54 320 94.82 320H160v-80c0-8.84 7.16-16 16-16h32c8.84 0 16 7.16 16 16v80h65.18c14.28 0 21.4 17.29 11.27 27.36zM377 105L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9z\"/></svg></li><li title=\"file excel \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm60.1 106.5L224 336l60.1 93.5c5.1 8-.6 18.5-10.1 18.5h-34.9c-4.4 0-8.5-2.4-10.6-6.3C208.9 405.5 192 373 192 373c-6.4 14.8-10 20-36.6 68.8-2.1 3.9-6.1 6.3-10.5 6.3H110c-9.5 0-15.2-10.5-10.1-18.5l60.3-93.5-60.3-93.5c-5.2-8 .6-18.5 10.1-18.5h34.8c4.4 0 8.5 2.4 10.6 6.3 26.1 48.8 20 33.6 36.6 68.5 0 0 6.1-11.7 36.6-68.5 2.1-3.9 6.2-6.3 10.6-6.3H274c9.5-.1 15.2 10.4 10.1 18.4zM384 121.9v6.1H256V0h6.1c6.4 0 12.5 2.5 17 7l97.9 98c4.5 4.5 7 10.6 7 16.9z\"/></svg></li><li title=\"file export \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M384 121.9c0-6.3-2.5-12.4-7-16.9L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128zM571 308l-95.7-96.4c-10.1-10.1-27.4-3-27.4 11.3V288h-64v64h64v65.2c0 14.3 17.3 21.4 27.4 11.3L571 332c6.6-6.6 6.6-17.4 0-24zm-379 28v-32c0-8.8 7.2-16 16-16h176V160H248c-13.2 0-24-10.8-24-24V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V352H208c-8.8 0-16-7.2-16-16z\"/></svg></li><li title=\"file image \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M384 121.941V128H256V0h6.059a24 24 0 0 1 16.97 7.029l97.941 97.941a24.002 24.002 0 0 1 7.03 16.971zM248 160c-13.2 0-24-10.8-24-24V0H24C10.745 0 0 10.745 0 24v464c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24V160H248zm-135.455 16c26.51 0 48 21.49 48 48s-21.49 48-48 48-48-21.49-48-48 21.491-48 48-48zm208 240h-256l.485-48.485L104.545 328c4.686-4.686 11.799-4.201 16.485.485L160.545 368 264.06 264.485c4.686-4.686 12.284-4.686 16.971 0L320.545 304v112z\"/></svg></li><li title=\"file import \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M16 288c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h112v-64zm489-183L407.1 7c-4.5-4.5-10.6-7-17-7H384v128h128v-6.1c0-6.3-2.5-12.4-7-16.9zm-153 31V0H152c-13.3 0-24 10.7-24 24v264h128v-65.2c0-14.3 17.3-21.4 27.4-11.3L379 308c6.6 6.7 6.6 17.4 0 24l-95.7 96.4c-10.1 10.1-27.4 3-27.4-11.3V352H128v136c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H376c-13.2 0-24-10.8-24-24z\"/></svg></li><li title=\"file invoice dollar \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M377 105L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9zm-153 31V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zM64 72c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8V72zm0 80v-16c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8zm144 263.88V440c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-24.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V232c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v24.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07z\"/></svg></li><li title=\"file invoice \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M288 256H96v64h192v-64zm89-151L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9zm-153 31V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zM64 72c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8V72zm0 64c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8v-16zm256 304c0 4.42-3.58 8-8 8h-80c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16zm0-200v96c0 8.84-7.16 16-16 16H80c-8.84 0-16-7.16-16-16v-96c0-8.84 7.16-16 16-16h224c8.84 0 16 7.16 16 16z\"/></svg></li><li title=\"file medical alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M288 136V0H88C74.7 0 64 10.7 64 24v232H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h140.9c3 0 5.8 1.7 7.2 4.4l19.9 39.8 56.8-113.7c2.9-5.9 11.4-5.9 14.3 0l34.7 69.5H352c8.8 0 16 7.2 16 16s-7.2 16-16 16h-89.9L240 275.8l-56.8 113.7c-2.9 5.9-11.4 5.9-14.3 0L134.1 320H64v168c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H312c-13.2 0-24-10.8-24-24zm153-31L343.1 7c-4.5-4.5-10.6-7-17-7H320v128h128v-6.1c0-6.3-2.5-12.4-7-16.9z\"/></svg></li><li title=\"file medical \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M377 105L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9zm-153 31V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm64 160v48c0 4.4-3.6 8-8 8h-56v56c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-56h-56c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h56v-56c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v56h56c4.4 0 8 3.6 8 8z\"/></svg></li><li title=\"file pdf \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M181.9 256.1c-5-16-4.9-46.9-2-46.9 8.4 0 7.6 36.9 2 46.9zm-1.7 47.2c-7.7 20.2-17.3 43.3-28.4 62.7 18.3-7 39-17.2 62.9-21.9-12.7-9.6-24.9-23.4-34.5-40.8zM86.1 428.1c0 .8 13.2-5.4 34.9-40.2-6.7 6.3-29.1 24.5-34.9 40.2zM248 160h136v328c0 13.3-10.7 24-24 24H24c-13.3 0-24-10.7-24-24V24C0 10.7 10.7 0 24 0h200v136c0 13.2 10.8 24 24 24zm-8 171.8c-20-12.2-33.3-29-42.7-53.8 4.5-18.5 11.6-46.6 6.2-64.2-4.7-29.4-42.4-26.5-47.8-6.8-5 18.3-.4 44.1 8.1 77-11.6 27.6-28.7 64.6-40.8 85.8-.1 0-.1.1-.2.1-27.1 13.9-73.6 44.5-54.5 68 5.6 6.9 16 10 21.5 10 17.9 0 35.7-18 61.1-61.8 25.8-8.5 54.1-19.1 79-23.2 21.7 11.8 47.1 19.5 64 19.5 29.2 0 31.2-32 19.7-43.4-13.9-13.6-54.3-9.7-73.6-7.2zM377 105L279 7c-4.5-4.5-10.6-7-17-7h-6v128h128v-6.1c0-6.3-2.5-12.4-7-16.9zm-74.1 255.3c4.1-2.7-2.5-11.9-42.8-9 37.1 15.8 42.8 9 42.8 9z\"/></svg></li><li title=\"file powerpoint \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M193.7 271.2c8.8 0 15.5 2.7 20.3 8.1 9.6 10.9 9.8 32.7-.2 44.1-4.9 5.6-11.9 8.5-21.1 8.5h-26.9v-60.7h27.9zM377 105L279 7c-4.5-4.5-10.6-7-17-7h-6v128h128v-6.1c0-6.3-2.5-12.4-7-16.9zm-153 31V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm53 165.2c0 90.3-88.8 77.6-111.1 77.6V436c0 6.6-5.4 12-12 12h-30.8c-6.6 0-12-5.4-12-12V236.2c0-6.6 5.4-12 12-12h81c44.5 0 72.9 32.8 72.9 77z\"/></svg></li><li title=\"file prescription \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm68.53 179.48l11.31 11.31c6.25 6.25 6.25 16.38 0 22.63l-29.9 29.9L304 409.38c6.25 6.25 6.25 16.38 0 22.63l-11.31 11.31c-6.25 6.25-16.38 6.25-22.63 0L240 413.25l-30.06 30.06c-6.25 6.25-16.38 6.25-22.63 0L176 432c-6.25-6.25-6.25-16.38 0-22.63l30.06-30.06L146.74 320H128v48c0 8.84-7.16 16-16 16H96c-8.84 0-16-7.16-16-16V208c0-8.84 7.16-16 16-16h80c35.35 0 64 28.65 64 64 0 24.22-13.62 45.05-33.46 55.92L240 345.38l29.9-29.9c6.25-6.25 16.38-6.25 22.63 0zM176 272h-48v-32h48c8.82 0 16 7.18 16 16s-7.18 16-16 16zm208-150.1v6.1H256V0h6.1c6.4 0 12.5 2.5 17 7l97.9 98c4.5 4.5 7 10.6 7 16.9z\"/></svg></li><li title=\"file signature \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M218.17 424.14c-2.95-5.92-8.09-6.52-10.17-6.52s-7.22.59-10.02 6.19l-7.67 15.34c-6.37 12.78-25.03 11.37-29.48-2.09L144 386.59l-10.61 31.88c-5.89 17.66-22.38 29.53-41 29.53H80c-8.84 0-16-7.16-16-16s7.16-16 16-16h12.39c4.83 0 9.11-3.08 10.64-7.66l18.19-54.64c3.3-9.81 12.44-16.41 22.78-16.41s19.48 6.59 22.77 16.41l13.88 41.64c19.75-16.19 54.06-9.7 66 14.16 1.89 3.78 5.49 5.95 9.36 6.26v-82.12l128-127.09V160H248c-13.2 0-24-10.8-24-24V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24v-40l-128-.11c-16.12-.31-30.58-9.28-37.83-23.75zM384 121.9c0-6.3-2.5-12.4-7-16.9L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1zm-96 225.06V416h68.99l161.68-162.78-67.88-67.88L288 346.96zm280.54-179.63l-31.87-31.87c-9.94-9.94-26.07-9.94-36.01 0l-27.25 27.25 67.88 67.88 27.25-27.25c9.95-9.94 9.95-26.07 0-36.01z\"/></svg></li><li title=\"file upload \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm65.18 216.01H224v80c0 8.84-7.16 16-16 16h-32c-8.84 0-16-7.16-16-16v-80H94.82c-14.28 0-21.41-17.29-11.27-27.36l96.42-95.7c6.65-6.61 17.39-6.61 24.04 0l96.42 95.7c10.15 10.07 3.03 27.36-11.25 27.36zM377 105L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9z\"/></svg></li><li title=\"file video \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M384 121.941V128H256V0h6.059c6.365 0 12.47 2.529 16.971 7.029l97.941 97.941A24.005 24.005 0 0 1 384 121.941zM224 136V0H24C10.745 0 0 10.745 0 24v464c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24V160H248c-13.2 0-24-10.8-24-24zm96 144.016v111.963c0 21.445-25.943 31.998-40.971 16.971L224 353.941V392c0 13.255-10.745 24-24 24H88c-13.255 0-24-10.745-24-24V280c0-13.255 10.745-24 24-24h112c13.255 0 24 10.745 24 24v38.059l55.029-55.013c15.011-15.01 40.971-4.491 40.971 16.97z\"/></svg></li><li title=\"file word \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm57.1 120H305c7.7 0 13.4 7.1 11.7 14.7l-38 168c-1.2 5.5-6.1 9.3-11.7 9.3h-38c-5.5 0-10.3-3.8-11.6-9.1-25.8-103.5-20.8-81.2-25.6-110.5h-.5c-1.1 14.3-2.4 17.4-25.6 110.5-1.3 5.3-6.1 9.1-11.6 9.1H117c-5.6 0-10.5-3.9-11.7-9.4l-37.8-168c-1.7-7.5 4-14.6 11.7-14.6h24.5c5.7 0 10.7 4 11.8 9.7 15.6 78 20.1 109.5 21 122.2 1.6-10.2 7.3-32.7 29.4-122.7 1.3-5.4 6.1-9.1 11.7-9.1h29.1c5.6 0 10.4 3.8 11.7 9.2 24 100.4 28.8 124 29.6 129.4-.2-11.2-2.6-17.8 21.6-129.2 1-5.6 5.9-9.5 11.5-9.5zM384 121.9v6.1H256V0h6.1c6.4 0 12.5 2.5 17 7l97.9 98c4.5 4.5 7 10.6 7 16.9z\"/></svg></li><li title=\"file \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm160-14.1v6.1H256V0h6.1c6.4 0 12.5 2.5 17 7l97.9 98c4.5 4.5 7 10.6 7 16.9z\"/></svg></li><li title=\"fill drip \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M512 320s-64 92.65-64 128c0 35.35 28.66 64 64 64s64-28.65 64-64-64-128-64-128zm-9.37-102.94L294.94 9.37C288.69 3.12 280.5 0 272.31 0s-16.38 3.12-22.62 9.37l-81.58 81.58L81.93 4.76c-6.25-6.25-16.38-6.25-22.62 0L36.69 27.38c-6.24 6.25-6.24 16.38 0 22.62l86.19 86.18-94.76 94.76c-37.49 37.48-37.49 98.26 0 135.75l117.19 117.19c18.74 18.74 43.31 28.12 67.87 28.12 24.57 0 49.13-9.37 67.87-28.12l221.57-221.57c12.5-12.5 12.5-32.75.01-45.25zm-116.22 70.97H65.93c1.36-3.84 3.57-7.98 7.43-11.83l13.15-13.15 81.61-81.61 58.6 58.6c12.49 12.49 32.75 12.49 45.24 0s12.49-32.75 0-45.24l-58.6-58.6 58.95-58.95 162.44 162.44-48.34 48.34z\"/></svg></li><li title=\"fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M502.63 217.06L294.94 9.37C288.69 3.12 280.5 0 272.31 0s-16.38 3.12-22.62 9.37l-81.58 81.58L81.93 4.77c-6.24-6.25-16.38-6.25-22.62 0L36.69 27.38c-6.24 6.25-6.24 16.38 0 22.63l86.19 86.18-94.76 94.76c-37.49 37.49-37.49 98.26 0 135.75l117.19 117.19c18.75 18.74 43.31 28.12 67.87 28.12 24.57 0 49.13-9.37 67.88-28.12l221.57-221.57c12.49-12.5 12.49-32.76 0-45.26zm-116.22 70.97H65.93c1.36-3.84 3.57-7.98 7.43-11.83l13.15-13.15 81.61-81.61 58.61 58.6c12.49 12.49 32.75 12.49 45.24 0 12.49-12.49 12.49-32.75 0-45.24l-58.61-58.6 58.95-58.95 162.45 162.44-48.35 48.34z\"/></svg></li><li title=\"film \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"/></svg></li><li title=\"filter \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M487.976 0H24.028C2.71 0-8.047 25.866 7.058 40.971L192 225.941V432c0 7.831 3.821 15.17 10.237 19.662l80 55.98C298.02 518.69 320 507.493 320 487.98V225.941l184.947-184.97C520.021 25.896 509.338 0 487.976 0z\"/></svg></li><li title=\"fingerprint \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256.12 245.96c-13.25 0-24 10.74-24 24 1.14 72.25-8.14 141.9-27.7 211.55-2.73 9.72 2.15 30.49 23.12 30.49 10.48 0 20.11-6.92 23.09-17.52 13.53-47.91 31.04-125.41 29.48-224.52.01-13.25-10.73-24-23.99-24zm-.86-81.73C194 164.16 151.25 211.3 152.1 265.32c.75 47.94-3.75 95.91-13.37 142.55-2.69 12.98 5.67 25.69 18.64 28.36 13.05 2.67 25.67-5.66 28.36-18.64 10.34-50.09 15.17-101.58 14.37-153.02-.41-25.95 19.92-52.49 54.45-52.34 31.31.47 57.15 25.34 57.62 55.47.77 48.05-2.81 96.33-10.61 143.55-2.17 13.06 6.69 25.42 19.76 27.58 19.97 3.33 26.81-15.1 27.58-19.77 8.28-50.03 12.06-101.21 11.27-152.11-.88-55.8-47.94-101.88-104.91-102.72zm-110.69-19.78c-10.3-8.34-25.37-6.8-33.76 3.48-25.62 31.5-39.39 71.28-38.75 112 .59 37.58-2.47 75.27-9.11 112.05-2.34 13.05 6.31 25.53 19.36 27.89 20.11 3.5 27.07-14.81 27.89-19.36 7.19-39.84 10.5-80.66 9.86-121.33-.47-29.88 9.2-57.88 28-80.97 8.35-10.28 6.79-25.39-3.49-33.76zm109.47-62.33c-15.41-.41-30.87 1.44-45.78 4.97-12.89 3.06-20.87 15.98-17.83 28.89 3.06 12.89 16 20.83 28.89 17.83 11.05-2.61 22.47-3.77 34-3.69 75.43 1.13 137.73 61.5 138.88 134.58.59 37.88-1.28 76.11-5.58 113.63-1.5 13.17 7.95 25.08 21.11 26.58 16.72 1.95 25.51-11.88 26.58-21.11a929.06 929.06 0 0 0 5.89-119.85c-1.56-98.75-85.07-180.33-186.16-181.83zm252.07 121.45c-2.86-12.92-15.51-21.2-28.61-18.27-12.94 2.86-21.12 15.66-18.26 28.61 4.71 21.41 4.91 37.41 4.7 61.6-.11 13.27 10.55 24.09 23.8 24.2h.2c13.17 0 23.89-10.61 24-23.8.18-22.18.4-44.11-5.83-72.34zm-40.12-90.72C417.29 43.46 337.6 1.29 252.81.02 183.02-.82 118.47 24.91 70.46 72.94 24.09 119.37-.9 181.04.14 246.65l-.12 21.47c-.39 13.25 10.03 24.31 23.28 24.69.23.02.48.02.72.02 12.92 0 23.59-10.3 23.97-23.3l.16-23.64c-.83-52.5 19.16-101.86 56.28-139 38.76-38.8 91.34-59.67 147.68-58.86 69.45 1.03 134.73 35.56 174.62 92.39 7.61 10.86 22.56 13.45 33.42 5.86 10.84-7.62 13.46-22.59 5.84-33.43z\"/></svg></li><li title=\"fire alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M323.56 51.2c-20.8 19.3-39.58 39.59-56.22 59.97C240.08 73.62 206.28 35.53 168 0 69.74 91.17 0 209.96 0 281.6 0 408.85 100.29 512 224 512s224-103.15 224-230.4c0-53.27-51.98-163.14-124.44-230.4zm-19.47 340.65C282.43 407.01 255.72 416 226.86 416 154.71 416 96 368.26 96 290.75c0-38.61 24.31-72.63 72.79-130.75 6.93 7.98 98.83 125.34 98.83 125.34l58.63-66.88c4.14 6.85 7.91 13.55 11.27 19.97 27.35 52.19 15.81 118.97-33.43 153.42z\"/></svg></li><li title=\"fire extinguisher \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M434.027 26.329l-168 28C254.693 56.218 256 67.8 256 72h-58.332C208.353 36.108 181.446 0 144 0c-39.435 0-66.368 39.676-52.228 76.203-52.039 13.051-75.381 54.213-90.049 90.884-4.923 12.307 1.063 26.274 13.37 31.197 12.317 4.926 26.279-1.075 31.196-13.37C75.058 112.99 106.964 120 168 120v27.076c-41.543 10.862-72 49.235-72 94.129V488c0 13.255 10.745 24 24 24h144c13.255 0 24-10.745 24-24V240c0-44.731-30.596-82.312-72-92.97V120h40c0 2.974-1.703 15.716 10.027 17.671l168 28C441.342 166.89 448 161.25 448 153.834V38.166c0-7.416-6.658-13.056-13.973-11.837zM144 72c-8.822 0-16-7.178-16-16s7.178-16 16-16 16 7.178 16 16-7.178 16-16 16z\"/></svg></li><li title=\"fire \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M216 23.86c0-23.8-30.65-32.77-44.15-13.04C48 191.85 224 200 224 288c0 35.63-29.11 64.46-64.85 63.99-35.17-.45-63.15-29.77-63.15-64.94v-85.51c0-21.7-26.47-32.23-41.43-16.5C27.8 213.16 0 261.33 0 320c0 105.87 86.13 192 192 192s192-86.13 192-192c0-170.29-168-193-168-296.14z\"/></svg></li><li title=\"first aid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M0 80v352c0 26.5 21.5 48 48 48h48V32H48C21.5 32 0 53.5 0 80zm128 400h320V32H128v448zm64-248c0-4.4 3.6-8 8-8h56v-56c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v56h56c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8h-56v56c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-56h-56c-4.4 0-8-3.6-8-8v-48zM528 32h-48v448h48c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48z\"/></svg></li><li title=\"fish \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M327.1 96c-89.97 0-168.54 54.77-212.27 101.63L27.5 131.58c-12.13-9.18-30.24.6-27.14 14.66L24.54 256 .35 365.77c-3.1 14.06 15.01 23.83 27.14 14.66l87.33-66.05C158.55 361.23 237.13 416 327.1 416 464.56 416 576 288 576 256S464.56 96 327.1 96zm87.43 184c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24 13.26 0 24 10.74 24 24 0 13.25-10.75 24-24 24z\"/></svg></li><li title=\"fist raised \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M255.98 160V16c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v146.93c5.02-1.78 10.34-2.93 15.97-2.93h48.03zm128 95.99c-.01-35.34-28.66-63.99-63.99-63.99H207.85c-8.78 0-15.9 7.07-15.9 15.85v.56c0 26.27 21.3 47.59 47.57 47.59h35.26c9.68 0 13.2 3.58 13.2 8v16.2c0 4.29-3.59 7.78-7.88 8-44.52 2.28-64.16 24.71-96.05 72.55l-6.31 9.47a7.994 7.994 0 0 1-11.09 2.22l-13.31-8.88a7.994 7.994 0 0 1-2.22-11.09l6.31-9.47c15.73-23.6 30.2-43.26 47.31-58.08-17.27-5.51-31.4-18.12-38.87-34.45-6.59 3.41-13.96 5.52-21.87 5.52h-32c-12.34 0-23.49-4.81-32-12.48C71.48 251.19 60.33 256 48 256H16c-5.64 0-10.97-1.15-16-2.95v77.93c0 33.95 13.48 66.5 37.49 90.51L63.99 448v64h255.98v-63.96l35.91-35.92A96.035 96.035 0 0 0 384 344.21l-.02-88.22zm-32.01-90.09V48c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v112h32c11.28 0 21.94 2.31 32 5.9zM16 224h32c8.84 0 16-7.16 16-16V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v128c0 8.84 7.16 16 16 16zm95.99 0h32c8.84 0 16-7.16 16-16V48c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v160c0 8.84 7.16 16 16 16z\"/></svg></li><li title=\"flag checkered \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M243.2 189.9V258c26.1 5.9 49.3 15.6 73.6 22.3v-68.2c-26-5.8-49.4-15.5-73.6-22.2zm223.3-123c-34.3 15.9-76.5 31.9-117 31.9C296 98.8 251.7 64 184.3 64c-25 0-47.3 4.4-68 12 2.8-7.3 4.1-15.2 3.6-23.6C118.1 24 94.8 1.2 66.3 0 34.3-1.3 8 24.3 8 56c0 19 9.5 35.8 24 45.9V488c0 13.3 10.7 24 24 24h16c13.3 0 24-10.7 24-24v-94.4c28.3-12.1 63.6-22.1 114.4-22.1 53.6 0 97.8 34.8 165.2 34.8 48.2 0 86.7-16.3 122.5-40.9 8.7-6 13.8-15.8 13.8-26.4V95.9c.1-23.3-24.2-38.8-45.4-29zM169.6 325.5c-25.8 2.7-50 8.2-73.6 16.6v-70.5c26.2-9.3 47.5-15 73.6-17.4zM464 191c-23.6 9.8-46.3 19.5-73.6 23.9V286c24.8-3.4 51.4-11.8 73.6-26v70.5c-25.1 16.1-48.5 24.7-73.6 27.1V286c-27 3.7-47.9 1.5-73.6-5.6v67.4c-23.9-7.4-47.3-16.7-73.6-21.3V258c-19.7-4.4-40.8-6.8-73.6-3.8v-70c-22.4 3.1-44.6 10.2-73.6 20.9v-70.5c33.2-12.2 50.1-19.8 73.6-22v71.6c27-3.7 48.4-1.3 73.6 5.7v-67.4c23.7 7.4 47.2 16.7 73.6 21.3v68.4c23.7 5.3 47.6 6.9 73.6 2.7V143c27-4.8 52.3-13.6 73.6-22.5z\"/></svg></li><li title=\"flag usa \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M32 0C14.3 0 0 14.3 0 32v464c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V32C64 14.3 49.7 0 32 0zm267.9 303.6c-57.2-15.1-111.7-28.8-203.9 11.1V384c185.7-92.2 221.7 53.3 397.5-23.1 11.4-5 18.5-16.5 18.5-28.8v-36c-43.6 17.3-80.2 24.1-112.1 24.1-37.4-.1-68.9-8.4-100-16.6zm0-96c-57.2-15.1-111.7-28.8-203.9 11.1v61.5c94.8-37.6 154.6-22.7 212.1-7.6 57.2 15.1 111.7 28.8 203.9-11.1V200c-43.6 17.3-80.2 24.1-112.1 24.1-37.4 0-68.9-8.3-100-16.5zm9.5-125.9c51.8 15.6 97.4 29 202.6-20.1V30.8c0-25.1-26.8-38.1-49.4-26.6C291.3 91.5 305.4-62.2 96 32.4v151.9c94.8-37.5 154.6-22.7 212.1-7.6 57.2 15 111.7 28.7 203.9-11.1V96.7c-53.6 23.5-93.3 31.4-126.1 31.4s-59-7.8-85.7-15.9c-4-1.2-8.1-2.4-12.1-3.5V75.5c7.2 2 14.3 4.1 21.3 6.2zM160 128.1c-8.8 0-16-7.1-16-16 0-8.8 7.2-16 16-16s16 7.1 16 16-7.2 16-16 16zm0-55.8c-8.8 0-16-7.1-16-16 0-8.8 7.2-16 16-16s16 7.1 16 16c0 8.8-7.2 16-16 16zm64 47.9c-8.8 0-16-7.1-16-16 0-8.8 7.2-16 16-16s16 7.1 16 16c0 8.8-7.2 16-16 16zm0-55.9c-8.8 0-16-7.1-16-16 0-8.8 7.2-16 16-16s16 7.1 16 16c0 8.8-7.2 16-16 16z\"/></svg></li><li title=\"flag \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M349.565 98.783C295.978 98.783 251.721 64 184.348 64c-24.955 0-47.309 4.384-68.045 12.013a55.947 55.947 0 0 0 3.586-23.562C118.117 24.015 94.806 1.206 66.338.048 34.345-1.254 8 24.296 8 56c0 19.026 9.497 35.825 24 45.945V488c0 13.255 10.745 24 24 24h16c13.255 0 24-10.745 24-24v-94.4c28.311-12.064 63.582-22.122 114.435-22.122 53.588 0 97.844 34.783 165.217 34.783 48.169 0 86.667-16.294 122.505-40.858C506.84 359.452 512 349.571 512 339.045v-243.1c0-23.393-24.269-38.87-45.485-29.016-34.338 15.948-76.454 31.854-116.95 31.854z\"/></svg></li><li title=\"flask \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M437.2 403.5L320 215V64h8c13.3 0 24-10.7 24-24V24c0-13.3-10.7-24-24-24H120c-13.3 0-24 10.7-24 24v16c0 13.3 10.7 24 24 24h8v151L10.8 403.5C-18.5 450.6 15.3 512 70.9 512h306.2c55.7 0 89.4-61.5 60.1-108.5zM137.9 320l48.2-77.6c3.7-5.2 5.8-11.6 5.8-18.4V64h64v160c0 6.9 2.2 13.2 5.8 18.4l48.2 77.6h-172z\"/></svg></li><li title=\"flushed \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M344 200c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zm-192 0c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zM248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM80 224c0-39.8 32.2-72 72-72s72 32.2 72 72-32.2 72-72 72-72-32.2-72-72zm232 176H184c-21.2 0-21.2-32 0-32h128c21.2 0 21.2 32 0 32zm32-104c-39.8 0-72-32.2-72-72s32.2-72 72-72 72 32.2 72 72-32.2 72-72 72z\"/></svg></li><li title=\"folder minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 128H272l-64-64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V176c0-26.51-21.49-48-48-48zm-96 168c0 8.84-7.16 16-16 16H160c-8.84 0-16-7.16-16-16v-16c0-8.84 7.16-16 16-16h192c8.84 0 16 7.16 16 16v16z\"/></svg></li><li title=\"folder open \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M572.694 292.093L500.27 416.248A63.997 63.997 0 0 1 444.989 448H45.025c-18.523 0-30.064-20.093-20.731-36.093l72.424-124.155A64 64 0 0 1 152 256h399.964c18.523 0 30.064 20.093 20.73 36.093zM152 224h328v-48c0-26.51-21.49-48-48-48H272l-64-64H48C21.49 64 0 85.49 0 112v278.046l69.077-118.418C86.214 242.25 117.989 224 152 224z\"/></svg></li><li title=\"folder plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464,128H272L208,64H48A48,48,0,0,0,0,112V400a48,48,0,0,0,48,48H464a48,48,0,0,0,48-48V176A48,48,0,0,0,464,128ZM359.5,296a16,16,0,0,1-16,16h-64v64a16,16,0,0,1-16,16h-16a16,16,0,0,1-16-16V312h-64a16,16,0,0,1-16-16V280a16,16,0,0,1,16-16h64V200a16,16,0,0,1,16-16h16a16,16,0,0,1,16,16v64h64a16,16,0,0,1,16,16Z\"/></svg></li><li title=\"folder \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 128H272l-64-64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V176c0-26.51-21.49-48-48-48z\"/></svg></li><li title=\"font awesome logo full \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 3992 512\"><path d=\"M454.6 0H57.4C25.9 0 0 25.9 0 57.4v397.3C0 486.1 25.9 512 57.4 512h397.3c31.4 0 57.4-25.9 57.4-57.4V57.4C512 25.9 486.1 0 454.6 0zm-58.9 324.9c0 4.8-4.1 6.9-8.9 8.9-19.2 8.1-39.7 15.7-61.5 15.7-40.5 0-68.7-44.8-163.2 2.5v51.8c0 30.3-45.7 30.2-45.7 0v-250c-9-7-15-17.9-15-30.3 0-21 17.1-38.2 38.2-38.2 21 0 38.2 17.1 38.2 38.2 0 12.2-5.8 23.2-14.9 30.2v21c37.1-12 65.5-34.4 146.1-3.4 26.6 11.4 68.7-15.7 76.5-15.7 5.5 0 10.3 4.1 10.3 8.9v160.4zm432.9-174.2h-137v70.1H825c39.8 0 40.4 62.2 0 62.2H691.6v105.6c0 45.5-70.7 46.4-70.7 0V128.3c0-22 18-39.8 39.8-39.8h167.8c39.6 0 40.5 62.2.1 62.2zm191.1 23.4c-169.3 0-169.1 252.4 0 252.4 169.9 0 169.9-252.4 0-252.4zm0 196.1c-81.6 0-82.1-139.8 0-139.8 82.5 0 82.4 139.8 0 139.8zm372.4 53.4c-17.5 0-31.4-13.9-31.4-31.4v-117c0-62.4-72.6-52.5-99.1-16.4v133.4c0 41.5-63.3 41.8-63.3 0V208c0-40 63.1-41.6 63.1 0v3.4c43.3-51.6 162.4-60.4 162.4 39.3v141.5c.3 30.4-31.5 31.4-31.7 31.4zm179.7 2.9c-44.3 0-68.3-22.9-68.3-65.8V235.2H1488c-35.6 0-36.7-55.3 0-55.3h15.5v-37.3c0-41.3 63.8-42.1 63.8 0v37.5h24.9c35.4 0 35.7 55.3 0 55.3h-24.9v108.5c0 29.6 26.1 26.3 27.4 26.3 31.4 0 52.6 56.3-22.9 56.3zM1992 123c-19.5-50.2-95.5-50-114.5 0-107.3 275.7-99.5 252.7-99.5 262.8 0 42.8 58.3 51.2 72.1 14.4l13.5-35.9H2006l13 35.9c14.2 37.7 72.1 27.2 72.1-14.4 0-10.1 5.3 6.8-99.1-262.8zm-108.9 179.1l51.7-142.9 51.8 142.9h-103.5zm591.3-85.6l-53.7 176.3c-12.4 41.2-72 41-84 0l-42.3-135.9-42.3 135.9c-12.4 40.9-72 41.2-84.5 0l-54.2-176.3c-12.5-39.4 49.8-56.1 60.2-16.9L2213 342l45.3-139.5c10.9-32.7 59.6-34.7 71.2 0l45.3 139.5 39.3-142.4c10.3-38.3 72.6-23.8 60.3 16.9zm275.4 75.1c0-42.4-33.9-117.5-119.5-117.5-73.2 0-124.4 56.3-124.4 126 0 77.2 55.3 126.4 128.5 126.4 31.7 0 93-11.5 93-39.8 0-18.3-21.1-31.5-39.3-22.4-49.4 26.2-109 8.4-115.9-43.8h148.3c16.3 0 29.3-13.4 29.3-28.9zM2571 277.7c9.5-73.4 113.9-68.6 118.6 0H2571zm316.7 148.8c-31.4 0-81.6-10.5-96.6-31.9-12.4-17 2.5-39.8 21.8-39.8 16.3 0 36.8 22.9 77.7 22.9 27.4 0 40.4-11 40.4-25.8 0-39.8-142.9-7.4-142.9-102 0-40.4 35.3-75.7 98.6-75.7 31.4 0 74.1 9.9 87.6 29.4 10.8 14.8-1.4 36.2-20.9 36.2-15.1 0-26.7-17.3-66.2-17.3-22.9 0-37.8 10.5-37.8 23.8 0 35.9 142.4 6 142.4 103.1-.1 43.7-37.4 77.1-104.1 77.1zm266.8-252.4c-169.3 0-169.1 252.4 0 252.4 170.1 0 169.6-252.4 0-252.4zm0 196.1c-81.8 0-82-139.8 0-139.8 82.5 0 82.4 139.8 0 139.8zm476.9 22V268.7c0-53.8-61.4-45.8-85.7-10.5v134c0 41.3-63.8 42.1-63.8 0V268.7c0-52.1-59.5-47.4-85.7-10.1v133.6c0 41.5-63.3 41.8-63.3 0V208c0-40 63.1-41.6 63.1 0v3.4c9.9-14.4 41.8-37.3 78.6-37.3 35.3 0 57.7 16.4 66.7 43.8 13.9-21.8 45.8-43.8 82.6-43.8 44.3 0 70.7 23.4 70.7 72.7v145.3c.5 17.3-13.5 31.4-31.9 31.4 3.5.1-31.3 1.1-31.3-31.3zM3992 291.6c0-42.4-32.4-117.5-117.9-117.5-73.2 0-127.5 56.3-127.5 126 0 77.2 58.3 126.4 131.6 126.4 31.7 0 91.5-11.5 91.5-39.8 0-18.3-21.1-31.5-39.3-22.4-49.4 26.2-110.5 8.4-117.5-43.8h149.8c16.3 0 29.1-13.4 29.3-28.9zm-180.5-13.9c9.7-74.4 115.9-68.3 120.1 0h-120.1z\"/></svg></li><li title=\"font \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 416h-23.41L277.88 53.69A32 32 0 0 0 247.58 32h-47.16a32 32 0 0 0-30.3 21.69L39.41 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-19.58l23.3-64h152.56l23.3 64H304a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM176.85 272L224 142.51 271.15 272z\"/></svg></li><li title=\"football ball \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M481.5 60.3c-4.8-18.2-19.1-32.5-37.3-37.4C420.3 16.5 383 8.9 339.4 8L496 164.8c-.8-43.5-8.2-80.6-14.5-104.5zm-467 391.4c4.8 18.2 19.1 32.5 37.3 37.4 23.9 6.4 61.2 14 104.8 14.9L0 347.2c.8 43.5 8.2 80.6 14.5 104.5zM4.2 283.4L220.4 500c132.5-19.4 248.8-118.7 271.5-271.4L275.6 12C143.1 31.4 26.8 130.7 4.2 283.4zm317.3-123.6c3.1-3.1 8.2-3.1 11.3 0l11.3 11.3c3.1 3.1 3.1 8.2 0 11.3l-28.3 28.3 28.3 28.3c3.1 3.1 3.1 8.2 0 11.3l-11.3 11.3c-3.1 3.1-8.2 3.1-11.3 0l-28.3-28.3-22.6 22.7 28.3 28.3c3.1 3.1 3.1 8.2 0 11.3l-11.3 11.3c-3.1 3.1-8.2 3.1-11.3 0L248 278.6l-22.6 22.6 28.3 28.3c3.1 3.1 3.1 8.2 0 11.3l-11.3 11.3c-3.1 3.1-8.2 3.1-11.3 0l-28.3-28.3-28.3 28.3c-3.1 3.1-8.2 3.1-11.3 0l-11.3-11.3c-3.1-3.1-3.1-8.2 0-11.3l28.3-28.3-28.3-28.2c-3.1-3.1-3.1-8.2 0-11.3l11.3-11.3c3.1-3.1 8.2-3.1 11.3 0l28.3 28.3 22.6-22.6-28.3-28.3c-3.1-3.1-3.1-8.2 0-11.3l11.3-11.3c3.1-3.1 8.2-3.1 11.3 0l28.3 28.3 22.6-22.6-28.3-28.3c-3.1-3.1-3.1-8.2 0-11.3l11.3-11.3c3.1-3.1 8.2-3.1 11.3 0l28.3 28.3 28.3-28.5z\"/></svg></li><li title=\"forward \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M500.5 231.4l-192-160C287.9 54.3 256 68.6 256 96v320c0 27.4 31.9 41.8 52.5 24.6l192-160c15.3-12.8 15.3-36.4 0-49.2zm-256 0l-192-160C31.9 54.3 0 68.6 0 96v320c0 27.4 31.9 41.8 52.5 24.6l192-160c15.3-12.8 15.3-36.4 0-49.2z\"/></svg></li><li title=\"frog \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M446.53 97.43C439.67 60.23 407.19 32 368 32c-39.23 0-71.72 28.29-78.54 65.54C126.75 112.96-.5 250.12 0 416.98.11 451.9 29.08 480 64 480h304c8.84 0 16-7.16 16-16 0-17.67-14.33-32-32-32h-79.49l35.8-48.33c24.14-36.23 10.35-88.28-33.71-106.6-23.89-9.93-51.55-4.65-72.24 10.88l-32.76 24.59c-7.06 5.31-17.09 3.91-22.41-3.19-5.3-7.08-3.88-17.11 3.19-22.41l34.78-26.09c36.84-27.66 88.28-27.62 125.13 0 10.87 8.15 45.87 39.06 40.8 93.21L469.62 480H560c8.84 0 16-7.16 16-16 0-17.67-14.33-32-32-32h-53.63l-98.52-104.68 154.44-86.65A58.16 58.16 0 0 0 576 189.94c0-21.4-11.72-40.95-30.48-51.23-40.56-22.22-98.99-41.28-98.99-41.28zM368 136c-13.26 0-24-10.75-24-24 0-13.26 10.74-24 24-24 13.25 0 24 10.74 24 24 0 13.25-10.75 24-24 24z\"/></svg></li><li title=\"frown open \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM136 208c0-17.7 14.3-32 32-32s32 14.3 32 32-14.3 32-32 32-32-14.3-32-32zm187.3 183.3c-31.2-9.6-59.4-15.3-75.3-15.3s-44.1 5.7-75.3 15.3c-11.5 3.5-22.5-6.3-20.5-18.1 7-40 60.1-61.2 95.8-61.2s88.8 21.3 95.8 61.2c2 11.9-9.1 21.6-20.5 18.1zM328 240c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"/></svg></li><li title=\"frown \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm80 168c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm-160 0c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm170.2 218.2C315.8 367.4 282.9 352 248 352s-67.8 15.4-90.2 42.2c-13.5 16.3-38.1-4.2-24.6-20.5C161.7 339.6 203.6 320 248 320s86.3 19.6 114.7 53.8c13.6 16.2-11 36.7-24.5 20.4z\"/></svg></li><li title=\"funnel dollar \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M433.46 165.94l101.2-111.87C554.61 34.12 540.48 0 512.26 0H31.74C3.52 0-10.61 34.12 9.34 54.07L192 256v155.92c0 12.59 5.93 24.44 16 32l79.99 60c20.86 15.64 48.47 6.97 59.22-13.57C310.8 455.38 288 406.35 288 352c0-89.79 62.05-165.17 145.46-186.06zM480 192c-88.37 0-160 71.63-160 160s71.63 160 160 160 160-71.63 160-160-71.63-160-160-160zm16 239.88V448c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V256c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.04 44.44-42.67 45.07z\"/></svg></li><li title=\"futbol \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zm-48 0l-.003-.282-26.064 22.741-62.679-58.5 16.454-84.355 34.303 3.072c-24.889-34.216-60.004-60.089-100.709-73.141l13.651 31.939L256 139l-74.953-41.525 13.651-31.939c-40.631 13.028-75.78 38.87-100.709 73.141l34.565-3.073 16.192 84.355-62.678 58.5-26.064-22.741-.003.282c0 43.015 13.497 83.952 38.472 117.991l7.704-33.897 85.138 10.447 36.301 77.826-29.902 17.786c40.202 13.122 84.29 13.148 124.572 0l-29.902-17.786 36.301-77.826 85.138-10.447 7.704 33.897C442.503 339.952 456 299.015 456 256zm-248.102 69.571l-29.894-91.312L256 177.732l77.996 56.527-29.622 91.312h-96.476z\"/></svg></li><li title=\"gamepad \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M480.07 96H160a160 160 0 1 0 114.24 272h91.52A160 160 0 1 0 480.07 96zM248 268a12 12 0 0 1-12 12h-52v52a12 12 0 0 1-12 12h-24a12 12 0 0 1-12-12v-52H84a12 12 0 0 1-12-12v-24a12 12 0 0 1 12-12h52v-52a12 12 0 0 1 12-12h24a12 12 0 0 1 12 12v52h52a12 12 0 0 1 12 12zm216 76a40 40 0 1 1 40-40 40 40 0 0 1-40 40zm64-96a40 40 0 1 1 40-40 40 40 0 0 1-40 40z\"/></svg></li><li title=\"gas pump \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M336 448H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h320c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm157.2-340.7l-81-81c-6.2-6.2-16.4-6.2-22.6 0l-11.3 11.3c-6.2 6.2-6.2 16.4 0 22.6L416 97.9V160c0 28.1 20.9 51.3 48 55.2V376c0 13.2-10.8 24-24 24s-24-10.8-24-24v-32c0-48.6-39.4-88-88-88h-8V64c0-35.3-28.7-64-64-64H96C60.7 0 32 28.7 32 64v352h288V304h8c22.1 0 40 17.9 40 40v27.8c0 37.7 27 72 64.5 75.9 43 4.3 79.5-29.5 79.5-71.7V152.6c0-17-6.8-33.3-18.8-45.3zM256 192H96V64h160v128z\"/></svg></li><li title=\"gavel \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.971 199.362l-22.627-22.627c-9.373-9.373-24.569-9.373-33.941 0l-5.657 5.657L329.608 69.255l5.657-5.657c9.373-9.373 9.373-24.569 0-33.941L312.638 7.029c-9.373-9.373-24.569-9.373-33.941 0L154.246 131.48c-9.373 9.373-9.373 24.569 0 33.941l22.627 22.627c9.373 9.373 24.569 9.373 33.941 0l5.657-5.657 39.598 39.598-81.04 81.04-5.657-5.657c-12.497-12.497-32.758-12.497-45.255 0L9.373 412.118c-12.497 12.497-12.497 32.758 0 45.255l45.255 45.255c12.497 12.497 32.758 12.497 45.255 0l114.745-114.745c12.497-12.497 12.497-32.758 0-45.255l-5.657-5.657 81.04-81.04 39.598 39.598-5.657 5.657c-9.373 9.373-9.373 24.569 0 33.941l22.627 22.627c9.373 9.373 24.569 9.373 33.941 0l124.451-124.451c9.372-9.372 9.372-24.568 0-33.941z\"/></svg></li><li title=\"gem \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M485.5 0L576 160H474.9L405.7 0h79.8zm-128 0l69.2 160H149.3L218.5 0h139zm-267 0h79.8l-69.2 160H0L90.5 0zM0 192h100.7l123 251.7c1.5 3.1-2.7 5.9-5 3.3L0 192zm148.2 0h279.6l-137 318.2c-1 2.4-4.5 2.4-5.5 0L148.2 192zm204.1 251.7l123-251.7H576L357.3 446.9c-2.3 2.7-6.5-.1-5-3.2z\"/></svg></li><li title=\"genderless \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 288 512\"><path d=\"M144 176c44.1 0 80 35.9 80 80s-35.9 80-80 80-80-35.9-80-80 35.9-80 80-80m0-64C64.5 112 0 176.5 0 256s64.5 144 144 144 144-64.5 144-144-64.5-144-144-144z\"/></svg></li><li title=\"ghost \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M186.1.09C81.01 3.24 0 94.92 0 200.05v263.92c0 14.26 17.23 21.39 27.31 11.31l24.92-18.53c6.66-4.95 16-3.99 21.51 2.21l42.95 48.35c6.25 6.25 16.38 6.25 22.63 0l40.72-45.85c6.37-7.17 17.56-7.17 23.92 0l40.72 45.85c6.25 6.25 16.38 6.25 22.63 0l42.95-48.35c5.51-6.2 14.85-7.17 21.51-2.21l24.92 18.53c10.08 10.08 27.31 2.94 27.31-11.31V192C384 84 294.83-3.17 186.1.09zM128 224c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm128 0c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"/></svg></li><li title=\"gift \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M32 448c0 17.7 14.3 32 32 32h160V320H32v128zm256 32h160c17.7 0 32-14.3 32-32V320H288v160zm192-320h-42.1c6.2-12.1 10.1-25.5 10.1-40 0-48.5-39.5-88-88-88-41.6 0-68.5 21.3-103 68.3-34.5-47-61.4-68.3-103-68.3-48.5 0-88 39.5-88 88 0 14.5 3.8 27.9 10.1 40H32c-17.7 0-32 14.3-32 32v80c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-80c0-17.7-14.3-32-32-32zm-326.1 0c-22.1 0-40-17.9-40-40s17.9-40 40-40c19.9 0 34.6 3.3 86.1 80h-86.1zm206.1 0h-86.1c51.4-76.5 65.7-80 86.1-80 22.1 0 40 17.9 40 40s-17.9 40-40 40z\"/></svg></li><li title=\"gifts \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M240.6 194.1c1.9-30.8 17.3-61.2 44-79.8C279.4 103.5 268.7 96 256 96h-29.4l30.7-22c7.2-5.1 8.9-15.1 3.7-22.3l-9.3-13c-5.1-7.2-15.1-8.9-22.3-3.7l-32 22.9 11.5-30.6c3.1-8.3-1.1-17.5-9.4-20.6l-15-5.6c-8.3-3.1-17.5 1.1-20.6 9.4l-19.9 53-19.9-53.1C121 2.1 111.8-2.1 103.5 1l-15 5.6C80.2 9.7 76 19 79.2 27.2l11.5 30.6L58.6 35c-7.2-5.1-17.2-3.5-22.3 3.7l-9.3 13c-5.1 7.2-3.5 17.2 3.7 22.3l30.7 22H32c-17.7 0-32 14.3-32 32v352c0 17.7 14.3 32 32 32h168.9c-5.5-9.5-8.9-20.3-8.9-32V256c0-29.9 20.8-55 48.6-61.9zM224 480c0 17.7 14.3 32 32 32h160V384H224v96zm224 32h160c17.7 0 32-14.3 32-32v-96H448v128zm160-288h-20.4c2.6-7.6 4.4-15.5 4.4-23.8 0-35.5-27-72.2-72.1-72.2-48.1 0-75.9 47.7-87.9 75.3-12.1-27.6-39.9-75.3-87.9-75.3-45.1 0-72.1 36.7-72.1 72.2 0 8.3 1.7 16.2 4.4 23.8H256c-17.7 0-32 14.3-32 32v96h192V224h15.3l.7-.2.7.2H448v128h192v-96c0-17.7-14.3-32-32-32zm-272 0c-2.7-1.4-5.1-3-7.2-4.8-7.3-6.4-8.8-13.8-8.8-19 0-9.7 6.4-24.2 24.1-24.2 18.7 0 35.6 27.4 44.5 48H336zm199.2-4.8c-2.1 1.8-4.5 3.4-7.2 4.8h-52.6c8.8-20.3 25.8-48 44.5-48 17.7 0 24.1 14.5 24.1 24.2 0 5.2-1.5 12.6-8.8 19z\"/></svg></li><li title=\"glass cheers \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M639.4 433.6c-8.4-20.4-31.8-30.1-52.2-21.6l-22.1 9.2-38.7-101.9c47.9-35 64.8-100.3 34.5-152.8L474.3 16c-8-13.9-25.1-19.7-40-13.6L320 49.8 205.7 2.4c-14.9-6.2-32-.3-40 13.6L79.1 166.5C48.9 219 65.7 284.3 113.6 319.2L74.9 421.1l-22.1-9.2c-20.4-8.5-43.7 1.2-52.2 21.6-1.7 4.1.2 8.8 4.3 10.5l162.3 67.4c4.1 1.7 8.7-.2 10.4-4.3 8.4-20.4-1.2-43.8-21.6-52.3l-22.1-9.2L173.3 342c4.4.5 8.8 1.3 13.1 1.3 51.7 0 99.4-33.1 113.4-85.3l20.2-75.4 20.2 75.4c14 52.2 61.7 85.3 113.4 85.3 4.3 0 8.7-.8 13.1-1.3L506 445.6l-22.1 9.2c-20.4 8.5-30.1 31.9-21.6 52.3 1.7 4.1 6.4 6 10.4 4.3L635.1 444c4-1.7 6-6.3 4.3-10.4zM275.9 162.1l-112.1-46.5 36.5-63.4 94.5 39.2-18.9 70.7zm88.2 0l-18.9-70.7 94.5-39.2 36.5 63.4-112.1 46.5z\"/></svg></li><li title=\"glass martini alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M502.05 57.6C523.3 36.34 508.25 0 478.2 0H33.8C3.75 0-11.3 36.34 9.95 57.6L224 271.64V464h-56c-22.09 0-40 17.91-40 40 0 4.42 3.58 8 8 8h240c4.42 0 8-3.58 8-8 0-22.09-17.91-40-40-40h-56V271.64L502.05 57.6zM443.77 48l-48 48H116.24l-48-48h375.53z\"/></svg></li><li title=\"glass martini \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M502.05 57.6C523.3 36.34 508.25 0 478.2 0H33.8C3.75 0-11.3 36.34 9.95 57.6L224 271.64V464h-56c-22.09 0-40 17.91-40 40 0 4.42 3.58 8 8 8h240c4.42 0 8-3.58 8-8 0-22.09-17.91-40-40-40h-56V271.64L502.05 57.6z\"/></svg></li><li title=\"glass whiskey \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M480 32H32C12.5 32-2.4 49.2.3 68.5l56 356.5c4.5 31.5 31.5 54.9 63.4 54.9h273c31.8 0 58.9-23.4 63.4-54.9l55.6-356.5C514.4 49.2 499.5 32 480 32zm-37.4 64l-30 192h-313L69.4 96h373.2z\"/></svg></li><li title=\"glasses \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M574.1 280.37L528.75 98.66c-5.91-23.7-21.59-44.05-43-55.81-21.44-11.73-46.97-14.11-70.19-6.33l-15.25 5.08c-8.39 2.79-12.92 11.86-10.12 20.24l5.06 15.18c2.79 8.38 11.85 12.91 20.23 10.12l13.18-4.39c10.87-3.62 23-3.57 33.16 1.73 10.29 5.37 17.57 14.56 20.37 25.82l38.46 153.82c-22.19-6.81-49.79-12.46-81.2-12.46-34.77 0-73.98 7.02-114.85 26.74h-73.18c-40.87-19.74-80.08-26.75-114.86-26.75-31.42 0-59.02 5.65-81.21 12.46l38.46-153.83c2.79-11.25 10.09-20.45 20.38-25.81 10.16-5.3 22.28-5.35 33.15-1.73l13.17 4.39c8.38 2.79 17.44-1.74 20.23-10.12l5.06-15.18c2.8-8.38-1.73-17.45-10.12-20.24l-15.25-5.08c-23.22-7.78-48.75-5.41-70.19 6.33-21.41 11.77-37.09 32.11-43 55.8L1.9 280.37A64.218 64.218 0 0 0 0 295.86v70.25C0 429.01 51.58 480 115.2 480h37.12c60.28 0 110.37-45.94 114.88-105.37l2.93-38.63h35.75l2.93 38.63C313.31 434.06 363.4 480 423.68 480h37.12c63.62 0 115.2-50.99 115.2-113.88v-70.25c0-5.23-.64-10.43-1.9-15.5zm-370.72 89.42c-1.97 25.91-24.4 46.21-51.06 46.21H115.2C86.97 416 64 393.62 64 366.11v-37.54c18.12-6.49 43.42-12.92 72.58-12.92 23.86 0 47.26 4.33 69.93 12.92l-3.13 41.22zM512 366.12c0 27.51-22.97 49.88-51.2 49.88h-37.12c-26.67 0-49.1-20.3-51.06-46.21l-3.13-41.22c22.67-8.59 46.08-12.92 69.95-12.92 29.12 0 54.43 6.44 72.55 12.93v37.54z\"/></svg></li><li title=\"globe africa \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm160 215.5v6.93c0 5.87-3.32 11.24-8.57 13.86l-15.39 7.7a15.485 15.485 0 0 1-15.53-.97l-18.21-12.14a15.52 15.52 0 0 0-13.5-1.81l-2.65.88c-9.7 3.23-13.66 14.79-7.99 23.3l13.24 19.86c2.87 4.31 7.71 6.9 12.89 6.9h8.21c8.56 0 15.5 6.94 15.5 15.5v11.34c0 3.35-1.09 6.62-3.1 9.3l-18.74 24.98c-1.42 1.9-2.39 4.1-2.83 6.43l-4.3 22.83c-.62 3.29-2.29 6.29-4.76 8.56a159.608 159.608 0 0 0-25 29.16l-13.03 19.55a27.756 27.756 0 0 1-23.09 12.36c-10.51 0-20.12-5.94-24.82-15.34a78.902 78.902 0 0 1-8.33-35.29V367.5c0-8.56-6.94-15.5-15.5-15.5h-25.88c-14.49 0-28.38-5.76-38.63-16a54.659 54.659 0 0 1-16-38.63v-14.06c0-17.19 8.1-33.38 21.85-43.7l27.58-20.69a54.663 54.663 0 0 1 32.78-10.93h.89c8.48 0 16.85 1.97 24.43 5.77l14.72 7.36c3.68 1.84 7.93 2.14 11.83.84l47.31-15.77c6.33-2.11 10.6-8.03 10.6-14.7 0-8.56-6.94-15.5-15.5-15.5h-10.09c-4.11 0-8.05-1.63-10.96-4.54l-6.92-6.92a15.493 15.493 0 0 0-10.96-4.54H199.5c-8.56 0-15.5-6.94-15.5-15.5v-4.4c0-7.11 4.84-13.31 11.74-15.04l14.45-3.61c3.74-.94 7-3.23 9.14-6.44l8.08-12.11c2.87-4.31 7.71-6.9 12.89-6.9h24.21c8.56 0 15.5-6.94 15.5-15.5v-21.7C359.23 71.63 422.86 131.02 441.93 208H423.5c-8.56 0-15.5 6.94-15.5 15.5z\"/></svg></li><li title=\"globe americas \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm82.29 357.6c-3.9 3.88-7.99 7.95-11.31 11.28-2.99 3-5.1 6.7-6.17 10.71-1.51 5.66-2.73 11.38-4.77 16.87l-17.39 46.85c-13.76 3-28 4.69-42.65 4.69v-27.38c1.69-12.62-7.64-36.26-22.63-51.25-6-6-9.37-14.14-9.37-22.63v-32.01c0-11.64-6.27-22.34-16.46-27.97-14.37-7.95-34.81-19.06-48.81-26.11-11.48-5.78-22.1-13.14-31.65-21.75l-.8-.72a114.792 114.792 0 0 1-18.06-20.74c-9.38-13.77-24.66-36.42-34.59-51.14 20.47-45.5 57.36-82.04 103.2-101.89l24.01 12.01C203.48 89.74 216 82.01 216 70.11v-11.3c7.99-1.29 16.12-2.11 24.39-2.42l28.3 28.3c6.25 6.25 6.25 16.38 0 22.63L264 112l-10.34 10.34c-3.12 3.12-3.12 8.19 0 11.31l4.69 4.69c3.12 3.12 3.12 8.19 0 11.31l-8 8a8.008 8.008 0 0 1-5.66 2.34h-8.99c-2.08 0-4.08.81-5.58 2.27l-9.92 9.65a8.008 8.008 0 0 0-1.58 9.31l15.59 31.19c2.66 5.32-1.21 11.58-7.15 11.58h-5.64c-1.93 0-3.79-.7-5.24-1.96l-9.28-8.06a16.017 16.017 0 0 0-15.55-3.1l-31.17 10.39a11.95 11.95 0 0 0-8.17 11.34c0 4.53 2.56 8.66 6.61 10.69l11.08 5.54c9.41 4.71 19.79 7.16 30.31 7.16s22.59 27.29 32 32h66.75c8.49 0 16.62 3.37 22.63 9.37l13.69 13.69a30.503 30.503 0 0 1 8.93 21.57 46.536 46.536 0 0 1-13.72 32.98zM417 274.25c-5.79-1.45-10.84-5-14.15-9.97l-17.98-26.97a23.97 23.97 0 0 1 0-26.62l19.59-29.38c2.32-3.47 5.5-6.29 9.24-8.15l12.98-6.49C440.2 193.59 448 223.87 448 256c0 8.67-.74 17.16-1.82 25.54L417 274.25z\"/></svg></li><li title=\"globe asia \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm-11.34 240.23c-2.89 4.82-8.1 7.77-13.72 7.77h-.31c-4.24 0-8.31 1.69-11.31 4.69l-5.66 5.66c-3.12 3.12-3.12 8.19 0 11.31l5.66 5.66c3 3 4.69 7.07 4.69 11.31V304c0 8.84-7.16 16-16 16h-6.11c-6.06 0-11.6-3.42-14.31-8.85l-22.62-45.23c-2.44-4.88-8.95-5.94-12.81-2.08l-19.47 19.46c-3 3-7.07 4.69-11.31 4.69H50.81C49.12 277.55 48 266.92 48 256c0-110.28 89.72-200 200-200 21.51 0 42.2 3.51 61.63 9.82l-50.16 38.53c-5.11 3.41-4.63 11.06.86 13.81l10.83 5.41c5.42 2.71 8.84 8.25 8.84 14.31V216c0 4.42-3.58 8-8 8h-3.06c-3.03 0-5.8-1.71-7.15-4.42-1.56-3.12-5.96-3.29-7.76-.3l-17.37 28.95zM408 358.43c0 4.24-1.69 8.31-4.69 11.31l-9.57 9.57c-3 3-7.07 4.69-11.31 4.69h-15.16c-4.24 0-8.31-1.69-11.31-4.69l-13.01-13.01a26.767 26.767 0 0 0-25.42-7.04l-21.27 5.32c-1.27.32-2.57.48-3.88.48h-10.34c-4.24 0-8.31-1.69-11.31-4.69l-11.91-11.91a8.008 8.008 0 0 1-2.34-5.66v-10.2c0-3.27 1.99-6.21 5.03-7.43l39.34-15.74c1.98-.79 3.86-1.82 5.59-3.05l23.71-16.89a7.978 7.978 0 0 1 4.64-1.48h12.09c3.23 0 6.15 1.94 7.39 4.93l5.35 12.85a4 4 0 0 0 3.69 2.46h3.8c1.78 0 3.35-1.18 3.84-2.88l4.2-14.47c.5-1.71 2.06-2.88 3.84-2.88h6.06c2.21 0 4 1.79 4 4v12.93c0 2.12.84 4.16 2.34 5.66l11.91 11.91c3 3 4.69 7.07 4.69 11.31v24.6z\"/></svg></li><li title=\"globe europe \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm200 248c0 22.5-3.9 44.2-10.8 64.4h-20.3c-4.3 0-8.4-1.7-11.4-4.8l-32-32.6c-4.5-4.6-4.5-12.1.1-16.7l12.5-12.5v-8.7c0-3-1.2-5.9-3.3-8l-9.4-9.4c-2.1-2.1-5-3.3-8-3.3h-16c-6.2 0-11.3-5.1-11.3-11.3 0-3 1.2-5.9 3.3-8l9.4-9.4c2.1-2.1 5-3.3 8-3.3h32c6.2 0 11.3-5.1 11.3-11.3v-9.4c0-6.2-5.1-11.3-11.3-11.3h-36.7c-8.8 0-16 7.2-16 16v4.5c0 6.9-4.4 13-10.9 15.2l-31.6 10.5c-3.3 1.1-5.5 4.1-5.5 7.6v2.2c0 4.4-3.6 8-8 8h-16c-4.4 0-8-3.6-8-8s-3.6-8-8-8H247c-3 0-5.8 1.7-7.2 4.4l-9.4 18.7c-2.7 5.4-8.2 8.8-14.3 8.8H194c-8.8 0-16-7.2-16-16V199c0-4.2 1.7-8.3 4.7-11.3l20.1-20.1c4.6-4.6 7.2-10.9 7.2-17.5 0-3.4 2.2-6.5 5.5-7.6l40-13.3c1.7-.6 3.2-1.5 4.4-2.7l26.8-26.8c2.1-2.1 3.3-5 3.3-8 0-6.2-5.1-11.3-11.3-11.3H258l-16 16v8c0 4.4-3.6 8-8 8h-16c-4.4 0-8-3.6-8-8v-20c0-2.5 1.2-4.9 3.2-6.4l28.9-21.7c1.9-.1 3.8-.3 5.7-.3C358.3 56 448 145.7 448 256zM130.1 149.1c0-3 1.2-5.9 3.3-8l25.4-25.4c2.1-2.1 5-3.3 8-3.3 6.2 0 11.3 5.1 11.3 11.3v16c0 3-1.2 5.9-3.3 8l-9.4 9.4c-2.1 2.1-5 3.3-8 3.3h-16c-6.2 0-11.3-5.1-11.3-11.3zm128 306.4v-7.1c0-8.8-7.2-16-16-16h-20.2c-10.8 0-26.7-5.3-35.4-11.8l-22.2-16.7c-11.5-8.6-18.2-22.1-18.2-36.4v-23.9c0-16 8.4-30.8 22.1-39l42.9-25.7c7.1-4.2 15.2-6.5 23.4-6.5h31.2c10.9 0 21.4 3.9 29.6 10.9l43.2 37.1h18.3c8.5 0 16.6 3.4 22.6 9.4l17.3 17.3c3.4 3.4 8.1 5.3 12.9 5.3H423c-32.4 58.9-93.8 99.5-164.9 103.1z\"/></svg></li><li title=\"globe \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M336.5 160C322 70.7 287.8 8 248 8s-74 62.7-88.5 152h177zM152 256c0 22.2 1.2 43.5 3.3 64h185.3c2.1-20.5 3.3-41.8 3.3-64s-1.2-43.5-3.3-64H155.3c-2.1 20.5-3.3 41.8-3.3 64zm324.7-96c-28.6-67.9-86.5-120.4-158-141.6 24.4 33.8 41.2 84.7 50 141.6h108zM177.2 18.4C105.8 39.6 47.8 92.1 19.3 160h108c8.7-56.9 25.5-107.8 49.9-141.6zM487.4 192H372.7c2.1 21 3.3 42.5 3.3 64s-1.2 43-3.3 64h114.6c5.5-20.5 8.6-41.8 8.6-64s-3.1-43.5-8.5-64zM120 256c0-21.5 1.2-43 3.3-64H8.6C3.2 212.5 0 233.8 0 256s3.2 43.5 8.6 64h114.6c-2-21-3.2-42.5-3.2-64zm39.5 96c14.5 89.3 48.7 152 88.5 152s74-62.7 88.5-152h-177zm159.3 141.6c71.4-21.2 129.4-73.7 158-141.6h-108c-8.8 56.9-25.6 107.8-50 141.6zM19.3 352c28.6 67.9 86.5 120.4 158 141.6-24.4-33.8-41.2-84.7-50-141.6h-108z\"/></svg></li><li title=\"golf ball \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 416 512\"><path d=\"M96 416h224c0 17.7-14.3 32-32 32h-16c-17.7 0-32 14.3-32 32v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-20c0-17.7-14.3-32-32-32h-16c-17.7 0-32-14.3-32-32zm320-208c0 74.2-39 139.2-97.5 176h-221C39 347.2 0 282.2 0 208 0 93.1 93.1 0 208 0s208 93.1 208 208zm-180.1 43.9c18.3 0 33.1-14.8 33.1-33.1 0-14.4-9.3-26.3-22.1-30.9 9.6 26.8-15.6 51.3-41.9 41.9 4.6 12.8 16.5 22.1 30.9 22.1zm49.1 46.9c0-14.4-9.3-26.3-22.1-30.9 9.6 26.8-15.6 51.3-41.9 41.9 4.6 12.8 16.5 22.1 30.9 22.1 18.3 0 33.1-14.9 33.1-33.1zm64-64c0-14.4-9.3-26.3-22.1-30.9 9.6 26.8-15.6 51.3-41.9 41.9 4.6 12.8 16.5 22.1 30.9 22.1 18.3 0 33.1-14.9 33.1-33.1z\"/></svg></li><li title=\"gopuram \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M496 352h-16V240c0-8.8-7.2-16-16-16h-16v-80c0-8.8-7.2-16-16-16h-16V16c0-8.8-7.2-16-16-16s-16 7.2-16 16v16h-64V16c0-8.8-7.2-16-16-16s-16 7.2-16 16v16h-64V16c0-8.8-7.2-16-16-16s-16 7.2-16 16v16h-64V16c0-8.8-7.2-16-16-16S96 7.2 96 16v112H80c-8.8 0-16 7.2-16 16v80H48c-8.8 0-16 7.2-16 16v112H16c-8.8 0-16 7.2-16 16v128c0 8.8 7.2 16 16 16h80V352h32V224h32v-96h32v96h-32v128h-32v160h80v-80c0-8.8 7.2-16 16-16h64c8.8 0 16 7.2 16 16v80h80V352h-32V224h-32v-96h32v96h32v128h32v160h80c8.8 0 16-7.2 16-16V368c0-8.8-7.2-16-16-16zM232 176c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v48h-48zm56 176h-64v-64c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16z\"/></svg></li><li title=\"graduation cap \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"/></svg></li><li title=\"greater than equal \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M55.22 107.69l175.56 68.09-175.44 68.05c-18.39 6.03-27.88 24.39-21.2 41l12.09 30.08c6.68 16.61 26.99 25.19 45.38 19.15L393.02 214.2c13.77-4.52 22.98-16.61 22.98-30.17v-15.96c0-13.56-9.21-25.65-22.98-30.17L91.3 17.92c-18.29-6-38.51 2.53-45.15 19.06L34.12 66.9c-6.64 16.53 2.81 34.79 21.1 40.79zM424 400H24c-13.25 0-24 10.74-24 24v48c0 13.25 10.75 24 24 24h400c13.25 0 24-10.75 24-24v-48c0-13.26-10.75-24-24-24z\"/></svg></li><li title=\"greater than \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M365.52 209.85L59.22 67.01c-16.06-7.49-35.15-.54-42.64 15.52L3.01 111.61c-7.49 16.06-.54 35.15 15.52 42.64L236.96 256.1 18.49 357.99C2.47 365.46-4.46 384.5 3.01 400.52l13.52 29C24 445.54 43.04 452.47 59.06 445l306.47-142.91a32.003 32.003 0 0 0 18.48-29v-34.23c-.01-12.45-7.21-23.76-18.49-29.01z\"/></svg></li><li title=\"grimace \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM144 400h-8c-17.7 0-32-14.3-32-32v-8h40v40zm0-56h-40v-8c0-17.7 14.3-32 32-32h8v40zm-8-136c0-17.7 14.3-32 32-32s32 14.3 32 32-14.3 32-32 32-32-14.3-32-32zm72 192h-48v-40h48v40zm0-56h-48v-40h48v40zm64 56h-48v-40h48v40zm0-56h-48v-40h48v40zm64 56h-48v-40h48v40zm0-56h-48v-40h48v40zm-8-104c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm64 128c0 17.7-14.3 32-32 32h-8v-40h40v8zm0-24h-40v-40h8c17.7 0 32 14.3 32 32v8z\"/></svg></li><li title=\"grin alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm63.7 128.7c7.6-11.4 24.7-11.7 32.7 0 12.4 18.4 15.1 36.9 15.7 55.3-.5 18.4-3.3 36.9-15.7 55.3-7.6 11.4-24.7 11.7-32.7 0-12.4-18.4-15.1-36.9-15.7-55.3.5-18.4 3.3-36.9 15.7-55.3zm-160 0c7.6-11.4 24.7-11.7 32.7 0 12.4 18.4 15.1 36.9 15.7 55.3-.5 18.4-3.3 36.9-15.7 55.3-7.6 11.4-24.7 11.7-32.7 0-12.4-18.4-15.1-36.9-15.7-55.3.5-18.4 3.3-36.9 15.7-55.3zM248 432c-60.6 0-134.5-38.3-143.8-93.3-2-11.8 9.3-21.6 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.4-3.7 22.6 6.1 20.7 17.9-9.3 55-83.2 93.3-143.8 93.3z\"/></svg></li><li title=\"grin beam sweat \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 504 512\"><path d=\"M456 128c26.5 0 48-21 48-47 0-20-28.5-60.4-41.6-77.8-3.2-4.3-9.6-4.3-12.8 0C436.5 20.6 408 61 408 81c0 26 21.5 47 48 47zm0 32c-44.1 0-80-35.4-80-79 0-4.4.3-14.2 8.1-32.2C345 23.1 298.3 8 248 8 111 8 0 119 0 256s111 248 248 248 248-111 248-248c0-35.1-7.4-68.4-20.5-98.6-6.3 1.5-12.7 2.6-19.5 2.6zm-128-8c23.8 0 52.7 29.3 56 71.4.7 8.6-10.8 12-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.4-15.6 4-14.9-4.5 3.1-42.1 32-71.4 55.8-71.4zm-160 0c23.8 0 52.7 29.3 56 71.4.7 8.6-10.8 12-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.2 7.4-15.6 4-14.9-4.5 3.1-42.1 32-71.4 55.8-71.4zm80 280c-60.6 0-134.5-38.3-143.8-93.3-2-11.8 9.3-21.6 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.5-3.7 22.6 6.2 20.7 17.9-9.3 55-83.2 93.3-143.8 93.3z\"/></svg></li><li title=\"grin beam \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm80 144c23.8 0 52.7 29.3 56 71.4.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.1-42.1 32-71.4 55.8-71.4zm-160 0c23.8 0 52.7 29.3 56 71.4.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.2 7.4-15.6 4-14.9-4.5 3.1-42.1 32-71.4 55.8-71.4zm80 280c-60.6 0-134.5-38.3-143.8-93.3-2-11.9 9.4-21.6 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.4-3.7 22.6 6.1 20.7 17.9-9.3 55-83.2 93.3-143.8 93.3z\"/></svg></li><li title=\"grin hearts \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM90.4 183.6c6.7-17.6 26.7-26.7 44.9-21.9l7.1 1.9 2-7.1c5-18.1 22.8-30.9 41.5-27.9 21.4 3.4 34.4 24.2 28.8 44.5L195.3 243c-1.2 4.5-5.9 7.2-10.5 6l-70.2-18.2c-20.4-5.4-31.9-27-24.2-47.2zM248 432c-60.6 0-134.5-38.3-143.8-93.3-2-11.8 9.2-21.5 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.4-3.6 22.6 6.1 20.7 17.9-9.3 55-83.2 93.3-143.8 93.3zm133.4-201.3l-70.2 18.2c-4.5 1.2-9.2-1.5-10.5-6L281.3 173c-5.6-20.3 7.4-41.1 28.8-44.5 18.6-3 36.4 9.8 41.5 27.9l2 7.1 7.1-1.9c18.2-4.7 38.2 4.3 44.9 21.9 7.7 20.3-3.8 41.9-24.2 47.2z\"/></svg></li><li title=\"grin squint tears \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M409.6 111.9c22.6-3.2 73.5-12 88.3-26.8 19.2-19.2 18.9-50.6-.7-70.2S446-5 426.9 14.2c-14.8 14.8-23.5 65.7-26.8 88.3-.8 5.5 3.9 10.2 9.5 9.4zM102.4 400.1c-22.6 3.2-73.5 12-88.3 26.8-19.1 19.1-18.8 50.6.8 70.2s51 19.9 70.2.7c14.8-14.8 23.5-65.7 26.8-88.3.8-5.5-3.9-10.2-9.5-9.4zm311.7-256.5c-33 3.9-48.6-25.1-45.7-45.7 3.4-24 7.4-42.1 11.5-56.5C285.1-13.4 161.8-.5 80.6 80.6-.5 161.7-13.4 285 41.4 379.9c14.4-4.1 32.4-8 56.5-11.5 33.2-3.9 48.6 25.2 45.7 45.7-3.4 24-7.4 42.1-11.5 56.5 94.8 54.8 218.1 41.9 299.3-39.2s94-204.4 39.2-299.3c-14.4 4.1-32.5 8-56.5 11.5zM255.7 106c3.3-13.2 22.4-11.5 23.6 1.8l4.8 52.3 52.3 4.8c13.4 1.2 14.9 20.3 1.8 23.6l-90.5 22.6c-8.9 2.2-16.7-5.9-14.5-14.5l22.5-90.6zm-90.9 230.3L160 284l-52.3-4.8c-13.4-1.2-14.9-20.3-1.8-23.6l90.5-22.6c8.8-2.2 16.7 5.8 14.5 14.5L188.3 338c-3.1 13.2-22.2 11.7-23.5-1.7zm215.7 44.2c-29.3 29.3-75.7 50.4-116.7 50.4-18.9 0-36.6-4.5-51-14.7-9.8-6.9-8.7-21.8 2-27.2 28.3-14.6 63.9-42.4 97.8-76.3s61.7-69.6 76.3-97.8c5.4-10.5 20.2-11.9 27.3-2 32.3 45.3 7.1 124.7-35.7 167.6z\"/></svg></li><li title=\"grin squint \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm33.8 189.7l80-48c11.6-6.9 24 7.7 15.4 18L343.6 208l33.6 40.3c8.7 10.4-3.9 24.8-15.4 18l-80-48c-7.7-4.7-7.7-15.9 0-20.6zm-163-30c-8.6-10.3 3.8-24.9 15.4-18l80 48c7.8 4.7 7.8 15.9 0 20.6l-80 48c-11.5 6.8-24-7.6-15.4-18l33.6-40.3-33.6-40.3zM248 432c-60.6 0-134.5-38.3-143.8-93.3-2-11.9 9.4-21.6 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.5-3.7 22.6 6.2 20.7 17.9-9.3 55-83.2 93.3-143.8 93.3z\"/></svg></li><li title=\"grin stars \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM94.6 168.9l34.9-5 15.5-31.6c2.9-5.8 11-5.8 13.9 0l15.5 31.6 34.9 5c6.2 1 8.9 8.6 4.3 13.2l-25.4 24.6 6 34.9c1 6.2-5.3 11-11 7.9L152 233.3l-31.3 16.3c-5.7 3.1-12-1.7-11-7.9l6-34.9-25.4-24.6c-4.6-4.7-1.9-12.3 4.3-13.3zM248 432c-60.6 0-134.5-38.3-143.8-93.3-2-11.8 9.3-21.5 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.5-3.7 22.6 6.1 20.7 17.9-9.3 55-83.2 93.3-143.8 93.3zm157.7-249.9l-25.4 24.6 6 34.9c1 6.2-5.3 11-11 7.9L344 233.3l-31.3 16.3c-5.7 3.1-12-1.7-11-7.9l6-34.9-25.4-24.6c-4.5-4.6-1.9-12.2 4.3-13.2l34.9-5 15.5-31.6c2.9-5.8 11-5.8 13.9 0l15.5 31.6 34.9 5c6.3.9 9 8.5 4.4 13.1z\"/></svg></li><li title=\"grin tears \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M102.4 256.1c-22.6 3.2-73.5 12-88.3 26.8-19.1 19.1-18.8 50.6.8 70.2s51 19.9 70.2.7c14.8-14.8 23.5-65.7 26.8-88.3.8-5.5-3.9-10.2-9.5-9.4zm523.4 26.8c-14.8-14.8-65.7-23.5-88.3-26.8-5.5-.8-10.3 3.9-9.5 9.5 3.2 22.6 12 73.5 26.8 88.3 19.2 19.2 50.6 18.9 70.2-.7s20-51.2.8-70.3zm-129.4-12.8c-3.8-26.6 19.1-49.5 45.7-45.7 8.9 1.3 16.8 2.7 24.3 4.1C552.7 104.5 447.7 8 320 8S87.3 104.5 73.6 228.5c7.5-1.4 15.4-2.8 24.3-4.1 33.2-3.9 48.6 25.3 45.7 45.7-11.8 82.3-29.9 100.4-35.8 106.4-.9.9-2 1.6-3 2.5 42.7 74.6 123 125 215.2 125s172.5-50.4 215.2-125.1c-1-.9-2.1-1.5-3-2.5-5.9-5.9-24-24-35.8-106.3zM400 152c23.8 0 52.7 29.3 56 71.4.7 8.6-10.8 12-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.2 7.4-15.6 4-14.9-4.5 3.1-42.1 32-71.4 55.8-71.4zm-160 0c23.8 0 52.7 29.3 56 71.4.7 8.6-10.8 12-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.2 7.4-15.6 4-14.9-4.5 3.1-42.1 32-71.4 55.8-71.4zm80 280c-60.6 0-134.5-38.3-143.8-93.3-2-11.7 9.2-21.6 20.7-17.9C227.1 330.5 272 336 320 336s92.9-5.5 123.1-15.2c11.4-3.7 22.6 6.1 20.7 17.9-9.3 55-83.2 93.3-143.8 93.3z\"/></svg></li><li title=\"grin tongue squint \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M293.1 374.6c-14.4-6.5-31.1 2.2-34.6 17.6l-1.8 7.8c-2.1 9.2-15.2 9.2-17.3 0l-1.8-7.8c-3.5-15.4-20.2-24.1-34.6-17.6-.9.4.3-.2-18.9 9.4v63c0 35.2 28 64.5 63.1 64.9 35.7.5 64.9-28.4 64.9-64v-64c-19.5-9.6-18.2-8.9-19-9.3zM248 8C111 8 0 119 0 256c0 106.3 67 196.7 161 232-5.6-12.2-9-25.7-9-40v-45.5c-24.7-16.2-43.5-38.1-47.8-63.8-2-11.8 9.2-21.5 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.4-3.7 22.6 6.1 20.7 17.9-4.3 25.7-23.1 47.6-47.8 63.8V448c0 14.3-3.4 27.8-9 40 94-35.3 161-125.7 161-232C496 119 385 8 248 8zm-33.8 210.3l-80 48c-11.5 6.8-24-7.6-15.4-18l33.6-40.3-33.6-40.3c-8.6-10.3 3.8-24.9 15.4-18l80 48c7.7 4.7 7.7 15.9 0 20.6zm163 30c8.7 10.4-3.9 24.8-15.4 18l-80-48c-7.8-4.7-7.8-15.9 0-20.6l80-48c11.7-6.9 23.9 7.7 15.4 18L343.6 208l33.6 40.3z\"/></svg></li><li title=\"grin tongue wink \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M344 184c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zM248 8C111 8 0 119 0 256c0 106.3 67 196.7 161 232-5.6-12.2-9-25.7-9-40v-45.5c-24.7-16.2-43.5-38.1-47.8-63.8-2-11.8 9.3-21.5 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.5-3.7 22.6 6.1 20.7 17.9-4.3 25.7-23.1 47.6-47.8 63.8V448c0 14.3-3.4 27.8-9 40 94-35.3 161-125.7 161-232C496 119 385 8 248 8zm-56 225l-9.5-8.5c-14.8-13.2-46.2-13.2-61 0L112 233c-8.5 7.4-21.6.3-19.8-10.8 4-25.2 34.2-42.1 59.9-42.1S208 197 212 222.2c1.6 11.1-11.6 18.2-20 10.8zm152 39c-35.3 0-64-28.7-64-64s28.7-64 64-64 64 28.7 64 64-28.7 64-64 64zm-50.9 102.6c-14.4-6.5-31.1 2.2-34.6 17.6l-1.8 7.8c-2.1 9.2-15.2 9.2-17.3 0l-1.8-7.8c-3.5-15.4-20.2-24.1-34.6-17.6-.9.4.3-.2-18.9 9.4v63c0 35.2 28 64.5 63.1 64.9 35.7.5 64.9-28.4 64.9-64v-64c-19.5-9.6-18.2-8.9-19-9.3z\"/></svg></li><li title=\"grin tongue \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 8C111 8 0 119 0 256c0 106.3 67 196.7 161 232-5.6-12.2-9-25.7-9-40v-45.5c-24.7-16.2-43.5-38.1-47.8-63.8-2-11.8 9.3-21.5 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.4-3.6 22.6 6.1 20.7 17.9-4.3 25.7-23.1 47.6-47.8 63.8V448c0 14.3-3.4 27.8-9 40 94-35.3 161-125.7 161-232C496 119 385 8 248 8zm-80 232c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm160 0c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm-34.9 134.6c-14.4-6.5-31.1 2.2-34.6 17.6l-1.8 7.8c-2.1 9.2-15.2 9.2-17.3 0l-1.8-7.8c-3.5-15.4-20.2-24.1-34.6-17.6-.9.4.3-.2-18.9 9.4v63c0 35.2 28 64.5 63.1 64.9 35.7.5 64.9-28.4 64.9-64v-64c-19.5-9.6-18.2-8.9-19-9.3z\"/></svg></li><li title=\"grin wink \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M0 256c0 137 111 248 248 248s248-111 248-248S385 8 248 8 0 119 0 256zm200-48c0 17.7-14.3 32-32 32s-32-14.3-32-32 14.3-32 32-32 32 14.3 32 32zm168 25l-9.5-8.5c-14.8-13.2-46.2-13.2-61 0L288 233c-8.3 7.4-21.6.4-19.8-10.8 4-25.2 34.2-42.1 59.9-42.1S384 197 388 222.2c1.6 11-11.5 18.2-20 10.8zm-243.1 87.8C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.3-3.7 22.6 6 20.7 17.9-9.2 55-83.2 93.3-143.8 93.3s-134.5-38.3-143.8-93.3c-2-11.9 9.3-21.6 20.7-17.9z\"/></svg></li><li title=\"grin \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm80 168c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm-160 0c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm80 256c-60.6 0-134.5-38.3-143.8-93.3-2-11.8 9.3-21.6 20.7-17.9C155.1 330.5 200 336 248 336s92.9-5.5 123.1-15.2c11.3-3.7 22.6 6.1 20.7 17.9-9.3 55-83.2 93.3-143.8 93.3z\"/></svg></li><li title=\"grip horizontal \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M96 288H32c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zm160 0h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zm160 0h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zM96 96H32c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zm160 0h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zm160 0h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32z\"/></svg></li><li title=\"grip lines vertical \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 256 512\"><path d=\"M96 496V16c0-8.8-7.2-16-16-16H48c-8.8 0-16 7.2-16 16v480c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16zm128 0V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v480c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16z\"/></svg></li><li title=\"grip lines \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M496 288H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm0-128H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16z\"/></svg></li><li title=\"grip vertical \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"><path d=\"M96 32H32C14.33 32 0 46.33 0 64v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32V64c0-17.67-14.33-32-32-32zm0 160H32c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zm0 160H32c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zM288 32h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32V64c0-17.67-14.33-32-32-32zm0 160h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32zm0 160h-64c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32z\"/></svg></li><li title=\"guitar \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M502.63 39L473 9.37a32 32 0 0 0-45.26 0L381.46 55.7a35.14 35.14 0 0 0-8.53 13.79L360.77 106l-76.26 76.26c-12.16-8.76-25.5-15.74-40.1-19.14-33.45-7.78-67-.88-89.88 22a82.45 82.45 0 0 0-20.24 33.47c-6 18.56-23.21 32.69-42.15 34.46-23.7 2.27-45.73 11.45-62.61 28.44C-16.11 327-7.9 409 47.58 464.45S185 528 230.56 482.52c17-16.88 26.16-38.9 28.45-62.71 1.76-18.85 15.89-36.13 34.43-42.14a82.6 82.6 0 0 0 33.48-20.25c22.87-22.88 29.74-56.36 22-89.75-3.39-14.64-10.37-28-19.16-40.2L406 151.23l36.48-12.16a35.14 35.14 0 0 0 13.79-8.53l46.33-46.32a32 32 0 0 0 .03-45.22zM208 352a48 48 0 1 1 48-48 48 48 0 0 1-48 48z\"/></svg></li><li title=\"h square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M448 80v352c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h352c26.51 0 48 21.49 48 48zm-112 48h-32c-8.837 0-16 7.163-16 16v80H160v-80c0-8.837-7.163-16-16-16h-32c-8.837 0-16 7.163-16 16v224c0 8.837 7.163 16 16 16h32c8.837 0 16-7.163 16-16v-80h128v80c0 8.837 7.163 16 16 16h32c8.837 0 16-7.163 16-16V144c0-8.837-7.163-16-16-16z\"/></svg></li><li title=\"hamburger \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 256H48a48 48 0 0 0 0 96h416a48 48 0 0 0 0-96zm16 128H32a16 16 0 0 0-16 16v16a64 64 0 0 0 64 64h352a64 64 0 0 0 64-64v-16a16 16 0 0 0-16-16zM58.64 224h394.72c34.57 0 54.62-43.9 34.82-75.88C448 83.2 359.55 32.1 256 32c-103.54.1-192 51.2-232.18 116.11C4 180.09 24.07 224 58.64 224zM384 112a16 16 0 1 1-16 16 16 16 0 0 1 16-16zM256 80a16 16 0 1 1-16 16 16 16 0 0 1 16-16zm-128 32a16 16 0 1 1-16 16 16 16 0 0 1 16-16z\"/></svg></li><li title=\"hammer \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M571.31 193.94l-22.63-22.63c-6.25-6.25-16.38-6.25-22.63 0l-11.31 11.31-28.9-28.9c5.63-21.31.36-44.9-16.35-61.61l-45.25-45.25c-62.48-62.48-163.79-62.48-226.28 0l90.51 45.25v18.75c0 16.97 6.74 33.25 18.75 45.25l49.14 49.14c16.71 16.71 40.3 21.98 61.61 16.35l28.9 28.9-11.31 11.31c-6.25 6.25-6.25 16.38 0 22.63l22.63 22.63c6.25 6.25 16.38 6.25 22.63 0l90.51-90.51c6.23-6.24 6.23-16.37-.02-22.62zm-286.72-15.2c-3.7-3.7-6.84-7.79-9.85-11.95L19.64 404.96c-25.57 23.88-26.26 64.19-1.53 88.93s65.05 24.05 88.93-1.53l238.13-255.07c-3.96-2.91-7.9-5.87-11.44-9.41l-49.14-49.14z\"/></svg></li><li title=\"hamsa \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M509.34 307.25C504.28 295.56 492.75 288 480 288h-64V80c0-22-18-40-40-40s-40 18-40 40v134c0 5.52-4.48 10-10 10h-20c-5.52 0-10-4.48-10-10V40c0-22-18-40-40-40s-40 18-40 40v174c0 5.52-4.48 10-10 10h-20c-5.52 0-10-4.48-10-10V80c0-22-18-40-40-40S96 58 96 80v208H32c-12.75 0-24.28 7.56-29.34 19.25a31.966 31.966 0 0 0 5.94 34.58l102.69 110.03C146.97 490.08 199.69 512 256 512s109.03-21.92 144.72-60.14L503.4 341.83a31.966 31.966 0 0 0 5.94-34.58zM256 416c-53.02 0-96-64-96-64s42.98-64 96-64 96 64 96 64-42.98 64-96 64zm0-96c-17.67 0-32 14.33-32 32s14.33 32 32 32 32-14.33 32-32-14.33-32-32-32z\"/></svg></li><li title=\"hand holding heart \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M275.3 250.5c7 7.4 18.4 7.4 25.5 0l108.9-114.2c31.6-33.2 29.8-88.2-5.6-118.8-30.8-26.7-76.7-21.9-104.9 7.7L288 36.9l-11.1-11.6C248.7-4.4 202.8-9.2 172 17.5c-35.3 30.6-37.2 85.6-5.6 118.8l108.9 114.2zm290 77.6c-11.8-10.7-30.2-10-42.6 0L430.3 402c-11.3 9.1-25.4 14-40 14H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h78.3c15.9 0 30.7-10.9 33.3-26.6 3.3-20-12.1-37.4-31.6-37.4H192c-27 0-53.1 9.3-74.1 26.3L71.4 384H16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h356.8c14.5 0 28.6-4.9 40-14L564 377c15.2-12.1 16.4-35.3 1.3-48.9z\"/></svg></li><li title=\"hand holding medical \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M159.88,175.82h64v64a16,16,0,0,0,16,16h64a16,16,0,0,0,16-16v-64h64a16,16,0,0,0,16-16v-64a16,16,0,0,0-16-16h-64v-64a16,16,0,0,0-16-16h-64a16,16,0,0,0-16,16v64h-64a16,16,0,0,0-16,16v64A16,16,0,0,0,159.88,175.82ZM568.07,336.13a39.91,39.91,0,0,0-55.93-8.47L392.47,415.84H271.86a16,16,0,0,1,0-32H350.1c16,0,30.75-10.87,33.37-26.61a32.06,32.06,0,0,0-31.62-37.38h-160a117.7,117.7,0,0,0-74.12,26.25l-46.5,37.74H15.87a16.11,16.11,0,0,0-16,16v96a16.11,16.11,0,0,0,16,16h347a104.8,104.8,0,0,0,61.7-20.27L559.6,392A40,40,0,0,0,568.07,336.13Z\"/></svg></li><li title=\"hand holding usd \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M271.06,144.3l54.27,14.3a8.59,8.59,0,0,1,6.63,8.1c0,4.6-4.09,8.4-9.12,8.4h-35.6a30,30,0,0,1-11.19-2.2c-5.24-2.2-11.28-1.7-15.3,2l-19,17.5a11.68,11.68,0,0,0-2.25,2.66,11.42,11.42,0,0,0,3.88,15.74,83.77,83.77,0,0,0,34.51,11.5V240c0,8.8,7.83,16,17.37,16h17.37c9.55,0,17.38-7.2,17.38-16V222.4c32.93-3.6,57.84-31,53.5-63-3.15-23-22.46-41.3-46.56-47.7L282.68,97.4a8.59,8.59,0,0,1-6.63-8.1c0-4.6,4.09-8.4,9.12-8.4h35.6A30,30,0,0,1,332,83.1c5.23,2.2,11.28,1.7,15.3-2l19-17.5A11.31,11.31,0,0,0,368.47,61a11.43,11.43,0,0,0-3.84-15.78,83.82,83.82,0,0,0-34.52-11.5V16c0-8.8-7.82-16-17.37-16H295.37C285.82,0,278,7.2,278,16V33.6c-32.89,3.6-57.85,31-53.51,63C227.63,119.6,247,137.9,271.06,144.3ZM565.27,328.1c-11.8-10.7-30.2-10-42.6,0L430.27,402a63.64,63.64,0,0,1-40,14H272a16,16,0,0,1,0-32h78.29c15.9,0,30.71-10.9,33.25-26.6a31.2,31.2,0,0,0,.46-5.46A32,32,0,0,0,352,320H192a117.66,117.66,0,0,0-74.1,26.29L71.4,384H16A16,16,0,0,0,0,400v96a16,16,0,0,0,16,16H372.77a64,64,0,0,0,40-14L564,377a32,32,0,0,0,1.28-48.9Z\"/></svg></li><li title=\"hand holding water \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M288 256c53 0 96-42.1 96-94 0-40-57.1-120.7-83.2-155.6-6.4-8.5-19.2-8.5-25.6 0C249.1 41.3 192 122 192 162c0 51.9 43 94 96 94zm277.3 72.1c-11.8-10.7-30.2-10-42.6 0L430.3 402c-11.3 9.1-25.4 14-40 14H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h78.3c15.9 0 30.7-10.9 33.3-26.6 3.3-20-12.1-37.4-31.6-37.4H192c-27 0-53.1 9.3-74.1 26.3L71.4 384H16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h356.8c14.5 0 28.6-4.9 40-14L564 377c15.2-12.1 16.4-35.3 1.3-48.9z\"/></svg></li><li title=\"hand holding \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M565.3 328.1c-11.8-10.7-30.2-10-42.6 0L430.3 402c-11.3 9.1-25.4 14-40 14H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h78.3c15.9 0 30.7-10.9 33.3-26.6 3.3-20-12.1-37.4-31.6-37.4H192c-27 0-53.1 9.3-74.1 26.3L71.4 384H16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h356.8c14.5 0 28.6-4.9 40-14L564 377c15.2-12.1 16.4-35.3 1.3-48.9z\"/></svg></li><li title=\"hand lizard \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M384 480h192V363.778a95.998 95.998 0 0 0-14.833-51.263L398.127 54.368A48 48 0 0 0 357.544 32H24C10.745 32 0 42.745 0 56v16c0 30.928 25.072 56 56 56h229.981c12.844 0 21.556 13.067 16.615 24.923l-21.41 51.385A32 32 0 0 1 251.648 224H128c-35.346 0-64 28.654-64 64v8c0 13.255 10.745 24 24 24h147.406a47.995 47.995 0 0 1 25.692 7.455l111.748 70.811A24.001 24.001 0 0 1 384 418.539V480z\"/></svg></li><li title=\"hand middle finger \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M479.93 317.12a37.33 37.33 0 0 0-28.28-36.19L416 272v-49.59c0-11.44-9.69-21.29-23.15-23.54l-38.4-6.4C336.63 189.5 320 200.86 320 216v32a8 8 0 0 1-16 0V50c0-26.28-20.25-49.2-46.52-50A48 48 0 0 0 208 48v200a8 8 0 0 1-16 0v-32c0-15.15-16.63-26.51-34.45-23.54l-30.68 5.12c-18 3-30.87 16.12-30.87 31.38V376a8 8 0 0 1-16 0v-76l-27.36 15A37.34 37.34 0 0 0 32 348.4v73.47a37.31 37.31 0 0 0 10.93 26.39l30.93 30.93A112 112 0 0 0 153.05 512h215A112 112 0 0 0 480 400z\"/></svg></li><li title=\"hand paper \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M408.781 128.007C386.356 127.578 368 146.36 368 168.79V256h-8V79.79c0-22.43-18.356-41.212-40.781-40.783C297.488 39.423 280 57.169 280 79v177h-8V40.79C272 18.36 253.644-.422 231.219.007 209.488.423 192 18.169 192 40v216h-8V80.79c0-22.43-18.356-41.212-40.781-40.783C121.488 40.423 104 58.169 104 80v235.992l-31.648-43.519c-12.993-17.866-38.009-21.817-55.877-8.823-17.865 12.994-21.815 38.01-8.822 55.877l125.601 172.705A48 48 0 0 0 172.073 512h197.59c22.274 0 41.622-15.324 46.724-37.006l26.508-112.66a192.011 192.011 0 0 0 5.104-43.975V168c.001-21.831-17.487-39.577-39.218-39.993z\"/></svg></li><li title=\"hand peace \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M408 216c-22.092 0-40 17.909-40 40h-8v-32c0-22.091-17.908-40-40-40s-40 17.909-40 40v32h-8V48c0-26.51-21.49-48-48-48s-48 21.49-48 48v208h-13.572L92.688 78.449C82.994 53.774 55.134 41.63 30.461 51.324 5.787 61.017-6.356 88.877 3.337 113.551l74.765 190.342-31.09 24.872c-15.381 12.306-19.515 33.978-9.741 51.081l64 112A39.998 39.998 0 0 0 136 512h240c18.562 0 34.686-12.77 38.937-30.838l32-136A39.97 39.97 0 0 0 448 336v-80c0-22.091-17.908-40-40-40z\"/></svg></li><li title=\"hand point down \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M91.826 467.2V317.966c-8.248 5.841-16.558 10.57-24.918 14.153C35.098 345.752-.014 322.222 0 288c.008-18.616 10.897-32.203 29.092-40 28.286-12.122 64.329-78.648 77.323-107.534 7.956-17.857 25.479-28.453 43.845-28.464l.001-.002h171.526c11.812 0 21.897 8.596 23.703 20.269 7.25 46.837 38.483 61.76 38.315 123.731-.007 2.724.195 13.254.195 16 0 50.654-22.122 81.574-71.263 72.6-9.297 18.597-39.486 30.738-62.315 16.45-21.177 24.645-53.896 22.639-70.944 6.299V467.2c0 24.15-20.201 44.8-43.826 44.8-23.283 0-43.826-21.35-43.826-44.8zM112 72V24c0-13.255 10.745-24 24-24h192c13.255 0 24 10.745 24 24v48c0 13.255-10.745 24-24 24H136c-13.255 0-24-10.745-24-24zm212-24c0-11.046-8.954-20-20-20s-20 8.954-20 20 8.954 20 20 20 20-8.954 20-20z\"/></svg></li><li title=\"hand point left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M44.8 155.826h149.234c-5.841-8.248-10.57-16.558-14.153-24.918C166.248 99.098 189.778 63.986 224 64c18.616.008 32.203 10.897 40 29.092 12.122 28.286 78.648 64.329 107.534 77.323 17.857 7.956 28.453 25.479 28.464 43.845l.002.001v171.526c0 11.812-8.596 21.897-20.269 23.703-46.837 7.25-61.76 38.483-123.731 38.315-2.724-.007-13.254.195-16 .195-50.654 0-81.574-22.122-72.6-71.263-18.597-9.297-30.738-39.486-16.45-62.315-24.645-21.177-22.639-53.896-6.299-70.944H44.8c-24.15 0-44.8-20.201-44.8-43.826 0-23.283 21.35-43.826 44.8-43.826zM440 176h48c13.255 0 24 10.745 24 24v192c0 13.255-10.745 24-24 24h-48c-13.255 0-24-10.745-24-24V200c0-13.255 10.745-24 24-24zm24 212c11.046 0 20-8.954 20-20s-8.954-20-20-20-20 8.954-20 20 8.954 20 20 20z\"/></svg></li><li title=\"hand point right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M512 199.652c0 23.625-20.65 43.826-44.8 43.826h-99.851c16.34 17.048 18.346 49.766-6.299 70.944 14.288 22.829 2.147 53.017-16.45 62.315C353.574 425.878 322.654 448 272 448c-2.746 0-13.276-.203-16-.195-61.971.168-76.894-31.065-123.731-38.315C120.596 407.683 112 397.599 112 385.786V214.261l.002-.001c.011-18.366 10.607-35.889 28.464-43.845 28.886-12.994 95.413-49.038 107.534-77.323 7.797-18.194 21.384-29.084 40-29.092 34.222-.014 57.752 35.098 44.119 66.908-3.583 8.359-8.312 16.67-14.153 24.918H467.2c23.45 0 44.8 20.543 44.8 43.826zM96 200v192c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24V200c0-13.255 10.745-24 24-24h48c13.255 0 24 10.745 24 24zM68 368c0-11.046-8.954-20-20-20s-20 8.954-20 20 8.954 20 20 20 20-8.954 20-20z\"/></svg></li><li title=\"hand point up \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M135.652 0c23.625 0 43.826 20.65 43.826 44.8v99.851c17.048-16.34 49.766-18.346 70.944 6.299 22.829-14.288 53.017-2.147 62.315 16.45C361.878 158.426 384 189.346 384 240c0 2.746-.203 13.276-.195 16 .168 61.971-31.065 76.894-38.315 123.731C343.683 391.404 333.599 400 321.786 400H150.261l-.001-.002c-18.366-.011-35.889-10.607-43.845-28.464C93.421 342.648 57.377 276.122 29.092 264 10.897 256.203.008 242.616 0 224c-.014-34.222 35.098-57.752 66.908-44.119 8.359 3.583 16.67 8.312 24.918 14.153V44.8c0-23.45 20.543-44.8 43.826-44.8zM136 416h192c13.255 0 24 10.745 24 24v48c0 13.255-10.745 24-24 24H136c-13.255 0-24-10.745-24-24v-48c0-13.255 10.745-24 24-24zm168 28c-11.046 0-20 8.954-20 20s8.954 20 20 20 20-8.954 20-20-8.954-20-20-20z\"/></svg></li><li title=\"hand pointer \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M448 240v96c0 3.084-.356 6.159-1.063 9.162l-32 136C410.686 499.23 394.562 512 376 512H168a40.004 40.004 0 0 1-32.35-16.473l-127.997-176c-12.993-17.866-9.043-42.883 8.822-55.876 17.867-12.994 42.884-9.043 55.877 8.823L104 315.992V40c0-22.091 17.908-40 40-40s40 17.909 40 40v200h8v-40c0-22.091 17.908-40 40-40s40 17.909 40 40v40h8v-24c0-22.091 17.908-40 40-40s40 17.909 40 40v24h8c0-22.091 17.908-40 40-40s40 17.909 40 40zm-256 80h-8v96h8v-96zm88 0h-8v96h8v-96zm88 0h-8v96h8v-96z\"/></svg></li><li title=\"hand rock \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464.8 80c-26.9-.4-48.8 21.2-48.8 48h-8V96.8c0-26.3-20.9-48.3-47.2-48.8-26.9-.4-48.8 21.2-48.8 48v32h-8V80.8c0-26.3-20.9-48.3-47.2-48.8-26.9-.4-48.8 21.2-48.8 48v48h-8V96.8c0-26.3-20.9-48.3-47.2-48.8-26.9-.4-48.8 21.2-48.8 48v136l-8-7.1v-48.1c0-26.3-20.9-48.3-47.2-48.8C21.9 127.6 0 149.2 0 176v66.4c0 27.4 11.7 53.5 32.2 71.8l111.7 99.3c10.2 9.1 16.1 22.2 16.1 35.9v6.7c0 13.3 10.7 24 24 24h240c13.3 0 24-10.7 24-24v-2.9c0-12.8 2.6-25.5 7.5-37.3l49-116.3c5-11.8 7.5-24.5 7.5-37.3V128.8c0-26.3-20.9-48.4-47.2-48.8z\"/></svg></li><li title=\"hand scissors \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M216 440c0-22.092 17.909-40 40-40v-8h-32c-22.091 0-40-17.908-40-40s17.909-40 40-40h32v-8H48c-26.51 0-48-21.49-48-48s21.49-48 48-48h208v-13.572l-177.551-69.74c-24.674-9.694-36.818-37.555-27.125-62.228 9.693-24.674 37.554-36.817 62.228-27.124l190.342 74.765 24.872-31.09c12.306-15.381 33.978-19.515 51.081-9.741l112 64A40.002 40.002 0 0 1 512 168v240c0 18.562-12.77 34.686-30.838 38.937l-136 32A39.982 39.982 0 0 1 336 480h-80c-22.091 0-40-17.908-40-40z\"/></svg></li><li title=\"hand sparkles \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M106.66,170.64l.09,0,49.55-20.65a7.32,7.32,0,0,0,3.68-6h0a7.29,7.29,0,0,0-3.68-6l-49.57-20.67-.07,0L86,67.68a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L3.7,138A7.29,7.29,0,0,0,0,144H0a7.32,7.32,0,0,0,3.68,6L53.27,170.6l.07,0L74,220.26a6.65,6.65,0,0,0,11.92,0l20.69-49.62ZM471.38,467.41l-1-.42-1-.5a38.67,38.67,0,0,1,0-69.14l1-.49,1-.43,37.49-15.63,15.63-37.48.41-1,.47-.95c3.85-7.74,10.58-13.63,18.35-17.34,0-1.33.25-2.69.27-4V144a32,32,0,0,0-64,0v72a8,8,0,0,1-8,8H456a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H360a8,8,0,0,1-8-8V32a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H264a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0v241l-23.59-32.49a40,40,0,0,0-64.71,47.09L229.3,492.21A48.07,48.07,0,0,0,268.09,512H465.7c19.24,0,35.65-11.73,43.24-28.79l-.07-.17ZM349.79,339.52,320,351.93l-12.42,29.78a4,4,0,0,1-7.15,0L288,351.93l-29.79-12.41a4,4,0,0,1,0-7.16L288,319.94l12.42-29.78a4,4,0,0,1,7.15,0L320,319.94l29.79,12.42a4,4,0,0,1,0,7.16ZM640,431.91a7.28,7.28,0,0,0-3.68-6l-49.57-20.67-.07,0L566,355.63a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L483.7,426a7.28,7.28,0,0,0-3.68,6h0a7.29,7.29,0,0,0,3.68,5.95l49.57,20.67.07,0L554,508.21a6.65,6.65,0,0,0,11.92,0l20.69-49.62h0l.09,0,49.55-20.66a7.29,7.29,0,0,0,3.68-5.95h0Z\"/></svg></li><li title=\"hand spock \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M510.9005,145.27027,442.604,432.09391A103.99507,103.99507,0,0,1,341.43745,512H214.074a135.96968,135.96968,0,0,1-93.18489-36.95291L12.59072,373.12723a39.992,39.992,0,0,1,54.8122-58.24988l60.59342,57.02528v0a283.24849,283.24849,0,0,0-11.6703-80.46734L73.63726,147.36011a40.00575,40.00575,0,1,1,76.71833-22.7187l37.15458,125.39477a8.33113,8.33113,0,0,0,16.05656-4.4414L153.26183,49.95406A39.99638,39.99638,0,1,1,230.73015,30.0166l56.09491,218.15825a10.42047,10.42047,0,0,0,20.30018-.501L344.80766,63.96966a40.052,40.052,0,0,1,51.30245-30.0893c19.86073,6.2998,30.86262,27.67378,26.67564,48.08487l-33.83869,164.966a7.55172,7.55172,0,0,0,14.74406,3.2666l29.3973-123.45874a39.99414,39.99414,0,1,1,77.81208,18.53121Z\"/></svg></li><li title=\"hands helping \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M488 192H336v56c0 39.7-32.3 72-72 72s-72-32.3-72-72V126.4l-64.9 39C107.8 176.9 96 197.8 96 220.2v47.3l-80 46.2C.7 322.5-4.6 342.1 4.3 357.4l80 138.6c8.8 15.3 28.4 20.5 43.7 11.7L231.4 448H368c35.3 0 64-28.7 64-64h16c17.7 0 32-14.3 32-32v-64h8c13.3 0 24-10.7 24-24v-48c0-13.3-10.7-24-24-24zm147.7-37.4L555.7 16C546.9.7 527.3-4.5 512 4.3L408.6 64H306.4c-12 0-23.7 3.4-33.9 9.7L239 94.6c-9.4 5.8-15 16.1-15 27.1V248c0 22.1 17.9 40 40 40s40-17.9 40-40v-88h184c30.9 0 56 25.1 56 56v28.5l80-46.2c15.3-8.9 20.5-28.4 11.7-43.7z\"/></svg></li><li title=\"hands wash \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M496,224a48,48,0,1,0-48-48A48,48,0,0,0,496,224ZM311.47,178.45A56.77,56.77,0,0,1,328,176a56,56,0,0,1,19,3.49l15.35-48.61A24,24,0,0,0,342,99.74c-11.53-1.35-22.21,6.44-25.71,17.51l-20.9,66.17ZM93.65,386.33c.8-.19,1.54-.54,2.35-.71V359.93a156,156,0,0,1,107.06-148l73.7-22.76L310.92,81.05a24,24,0,0,0-20.33-31.11c-11.53-1.34-22.22,6.45-25.72,17.52L231.42,173.88a8,8,0,0,1-15.26-4.83L259.53,31.26A24,24,0,0,0,239.2.15C227.67-1.19,217,6.6,213.49,17.66L165.56,169.37a8,8,0,1,1-15.26-4.82l38.56-122a24,24,0,0,0-20.33-31.11C157,10,146.32,17.83,142.82,28.9l-60,189.85L80.76,168.7A24,24,0,0,0,56.9,144.55c-13.23-.05-24.72,10.54-24.9,23.86V281.14A123.69,123.69,0,0,0,93.65,386.33ZM519.1,336H360a8,8,0,0,1,0-16H488a24,24,0,0,0,23.54-28.76C509.35,279.84,498.71,272,487.1,272H288l47.09-17.06a24,24,0,0,0-14.18-45.88L213.19,242.31A123.88,123.88,0,0,0,128,360v25.65a79.78,79.78,0,0,1,58,108.63A118.9,118.9,0,0,0,248,512H456a24,24,0,0,0,23.54-28.76C477.35,471.84,466.71,464,455.1,464H360a8,8,0,0,1,0-16H488a24,24,0,0,0,23.54-28.76C509.35,407.84,498.71,400,487.1,400H360a8,8,0,0,1,0-16H520a24,24,0,0,0,23.54-28.76C541.35,343.84,530.71,336,519.1,336ZM416,64a32,32,0,1,0-32-32A32,32,0,0,0,416,64ZM112,416a48,48,0,1,0,48,48A48,48,0,0,0,112,416Z\"/></svg></li><li title=\"hands \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M204.8 230.4c-10.6-14.1-30.7-17-44.8-6.4-14.1 10.6-17 30.7-6.4 44.8l38.1 50.8c4.8 6.4 4.1 15.3-1.5 20.9l-12.8 12.8c-6.7 6.7-17.6 6.2-23.6-1.1L64 244.4V96c0-17.7-14.3-32-32-32S0 78.3 0 96v218.4c0 10.9 3.7 21.5 10.5 30l104.1 134.3c5 6.5 8.4 13.9 10.4 21.7 1.8 6.9 8.1 11.6 15.3 11.6H272c8.8 0 16-7.2 16-16V384c0-27.7-9-54.6-25.6-76.8l-57.6-76.8zM608 64c-17.7 0-32 14.3-32 32v148.4l-89.8 107.8c-6 7.2-17 7.7-23.6 1.1l-12.8-12.8c-5.6-5.6-6.3-14.5-1.5-20.9l38.1-50.8c10.6-14.1 7.7-34.2-6.4-44.8-14.1-10.6-34.2-7.7-44.8 6.4l-57.6 76.8C361 329.4 352 356.3 352 384v112c0 8.8 7.2 16 16 16h131.7c7.1 0 13.5-4.7 15.3-11.6 2-7.8 5.4-15.2 10.4-21.7l104.1-134.3c6.8-8.5 10.5-19.1 10.5-30V96c0-17.7-14.3-32-32-32z\"/></svg></li><li title=\"handshake alt slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M358.59,195.6,504.2,313.8a63.4,63.4,0,0,1,22.21,37.91H624a16.05,16.05,0,0,0,16-16V143.91A16,16,0,0,0,624,128H512L457.41,73.41A32,32,0,0,0,434.8,64H348.91a32,32,0,0,0-21.61,8.41l-88.12,80.68-25.69-19.85L289.09,64H205.3a32,32,0,0,0-22.6,9.41l-20.34,20.3L45.47,3.38A16,16,0,0,0,23,6.19L3.38,31.46A16,16,0,0,0,6.19,53.91L594.54,508.63A16,16,0,0,0,617,505.82l19.64-25.27a16,16,0,0,0-2.81-22.45L303.4,202.72l32.69-29.92,27-24.7a16,16,0,0,1,21.61,23.61ZM16,128A16.05,16.05,0,0,0,0,144V335.91a16,16,0,0,0,16,16H146.3l90.5,81.89a64,64,0,0,0,90-9.3l.2-.2,17.91,15.5a37.16,37.16,0,0,0,52.29-5.39l8.8-10.82L23.56,128Z\"/></svg></li><li title=\"handshake slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M0,128.21V384H64a32,32,0,0,0,32-32V184L23.83,128.21ZM48,320.1a16,16,0,1,1-16,16A16,16,0,0,1,48,320.1Zm80,31.81h18.3l90.5,81.89a64,64,0,0,0,90-9.3l.2-.2,17.91,15.5a37.16,37.16,0,0,0,52.29-5.39l8.8-10.82L128,208.72Zm416-223.7V352.1a32,32,0,0,0,32,32h64V128.21ZM592,352.1a16,16,0,1,1,16-16A16,16,0,0,1,592,352.1ZM303.33,202.67l59.58-54.57a16,16,0,0,1,21.59,23.61L358.41,195.6,504,313.8a73.08,73.08,0,0,1,7.91,7.7V128L457.3,73.41A31.76,31.76,0,0,0,434.7,64H348.8a31.93,31.93,0,0,0-21.6,8.41l-88.07,80.64-25.64-19.81L289.09,64H205.3a32,32,0,0,0-22.6,9.41L162.36,93.72,45.47,3.38A16,16,0,0,0,23,6.19L3.38,31.46A16,16,0,0,0,6.19,53.91L594.53,508.63A16,16,0,0,0,617,505.82l19.65-25.27a16,16,0,0,0-2.82-22.45Z\"/></svg></li><li title=\"handshake \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M434.7 64h-85.9c-8 0-15.7 3-21.6 8.4l-98.3 90c-.1.1-.2.3-.3.4-16.6 15.6-16.3 40.5-2.1 56 12.7 13.9 39.4 17.6 56.1 2.7.1-.1.3-.1.4-.2l79.9-73.2c6.5-5.9 16.7-5.5 22.6 1 6 6.5 5.5 16.6-1 22.6l-26.1 23.9L504 313.8c2.9 2.4 5.5 5 7.9 7.7V128l-54.6-54.6c-5.9-6-14.1-9.4-22.6-9.4zM544 128.2v223.9c0 17.7 14.3 32 32 32h64V128.2h-96zm48 223.9c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zM0 384h64c17.7 0 32-14.3 32-32V128.2H0V384zm48-63.9c8.8 0 16 7.2 16 16s-7.2 16-16 16-16-7.2-16-16c0-8.9 7.2-16 16-16zm435.9 18.6L334.6 217.5l-30 27.5c-29.7 27.1-75.2 24.5-101.7-4.4-26.9-29.4-24.8-74.9 4.4-101.7L289.1 64h-83.8c-8.5 0-16.6 3.4-22.6 9.4L128 128v223.9h18.3l90.5 81.9c27.4 22.3 67.7 18.1 90-9.3l.2-.2 17.9 15.5c15.9 13 39.4 10.5 52.3-5.4l31.4-38.6 5.4 4.4c13.7 11.1 33.9 9.1 45-4.7l9.5-11.7c11.2-13.8 9.1-33.9-4.6-45.1z\"/></svg></li><li title=\"hanukiah \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M232 160c-4.42 0-8 3.58-8 8v120h32V168c0-4.42-3.58-8-8-8h-16zm-64 0c-4.42 0-8 3.58-8 8v120h32V168c0-4.42-3.58-8-8-8h-16zm224 0c-4.42 0-8 3.58-8 8v120h32V168c0-4.42-3.58-8-8-8h-16zm64 0c-4.42 0-8 3.58-8 8v120h32V168c0-4.42-3.58-8-8-8h-16zm88 8c0-4.42-3.58-8-8-8h-16c-4.42 0-8 3.58-8 8v120h32V168zm-440-8c-4.42 0-8 3.58-8 8v120h32V168c0-4.42-3.58-8-8-8h-16zm520 0h-32c-8.84 0-16 7.16-16 16v112c0 17.67-14.33 32-32 32H352V128c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v192H96c-17.67 0-32-14.33-32-32V176c0-8.84-7.16-16-16-16H16c-8.84 0-16 7.16-16 16v112c0 53.02 42.98 96 96 96h192v64H112c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h416c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16H352v-64h192c53.02 0 96-42.98 96-96V176c0-8.84-7.16-16-16-16zm-16-32c13.25 0 24-11.94 24-26.67S608 48 608 48s-24 38.61-24 53.33S594.75 128 608 128zm-576 0c13.25 0 24-11.94 24-26.67S32 48 32 48 8 86.61 8 101.33 18.75 128 32 128zm288-48c13.25 0 24-11.94 24-26.67S320 0 320 0s-24 38.61-24 53.33S306.75 80 320 80zm-208 48c13.25 0 24-11.94 24-26.67S112 48 112 48s-24 38.61-24 53.33S98.75 128 112 128zm64 0c13.25 0 24-11.94 24-26.67S176 48 176 48s-24 38.61-24 53.33S162.75 128 176 128zm64 0c13.25 0 24-11.94 24-26.67S240 48 240 48s-24 38.61-24 53.33S226.75 128 240 128zm160 0c13.25 0 24-11.94 24-26.67S400 48 400 48s-24 38.61-24 53.33S386.75 128 400 128zm64 0c13.25 0 24-11.94 24-26.67S464 48 464 48s-24 38.61-24 53.33S450.75 128 464 128zm64 0c13.25 0 24-11.94 24-26.67S528 48 528 48s-24 38.61-24 53.33S514.75 128 528 128z\"/></svg></li><li title=\"hard hat \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M480 288c0-80.25-49.28-148.92-119.19-177.62L320 192V80a16 16 0 0 0-16-16h-96a16 16 0 0 0-16 16v112l-40.81-81.62C81.28 139.08 32 207.75 32 288v64h448zm16 96H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h480a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z\"/></svg></li><li title=\"hashtag \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M440.667 182.109l7.143-40c1.313-7.355-4.342-14.109-11.813-14.109h-74.81l14.623-81.891C377.123 38.754 371.468 32 363.997 32h-40.632a12 12 0 0 0-11.813 9.891L296.175 128H197.54l14.623-81.891C213.477 38.754 207.822 32 200.35 32h-40.632a12 12 0 0 0-11.813 9.891L132.528 128H53.432a12 12 0 0 0-11.813 9.891l-7.143 40C33.163 185.246 38.818 192 46.289 192h74.81L98.242 320H19.146a12 12 0 0 0-11.813 9.891l-7.143 40C-1.123 377.246 4.532 384 12.003 384h74.81L72.19 465.891C70.877 473.246 76.532 480 84.003 480h40.632a12 12 0 0 0 11.813-9.891L151.826 384h98.634l-14.623 81.891C234.523 473.246 240.178 480 247.65 480h40.632a12 12 0 0 0 11.813-9.891L315.472 384h79.096a12 12 0 0 0 11.813-9.891l7.143-40c1.313-7.355-4.342-14.109-11.813-14.109h-74.81l22.857-128h79.096a12 12 0 0 0 11.813-9.891zM261.889 320h-98.634l22.857-128h98.634l-22.857 128z\"/></svg></li><li title=\"hat cowboy side \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M260.8 291.06c-28.63-22.94-62-35.06-96.4-35.06C87 256 21.47 318.72 1.43 412.06c-3.55 16.6-.43 33.83 8.57 47.3C18.75 472.47 31.83 480 45.88 480H592c-103.21 0-155-37.07-233.19-104.46zm234.65-18.29L468.4 116.2A64 64 0 0 0 392 64.41L200.85 105a64 64 0 0 0-50.35 55.79L143.61 226c6.9-.83 13.7-2 20.79-2 41.79 0 82 14.55 117.29 42.82l98 84.48C450.76 412.54 494.9 448 592 448a48 48 0 0 0 48-48c0-25.39-29.6-119.33-144.55-127.23z\"/></svg></li><li title=\"hat cowboy \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M490 296.9C480.51 239.51 450.51 64 392.3 64c-14 0-26.49 5.93-37 14a58.21 58.21 0 0 1-70.58 0c-10.51-8-23-14-37-14-58.2 0-88.2 175.47-97.71 232.88C188.81 309.47 243.73 320 320 320s131.23-10.51 170-23.1zm142.9-37.18a16 16 0 0 0-19.75 1.5c-1 .9-101.27 90.78-293.16 90.78-190.82 0-292.22-89.94-293.24-90.84A16 16 0 0 0 1 278.53C1.73 280.55 78.32 480 320 480s318.27-199.45 319-201.47a16 16 0 0 0-6.09-18.81z\"/></svg></li><li title=\"hat wizard \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M496 448H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h480c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zm-304-64l-64-32 64-32 32-64 32 64 64 32-64 32-16 32h208l-86.41-201.63a63.955 63.955 0 0 1-1.89-45.45L416 0 228.42 107.19a127.989 127.989 0 0 0-53.46 59.15L64 416h144l-16-32zm64-224l16-32 16 32 32 16-32 16-16 32-16-32-32-16 32-16z\"/></svg></li><li title=\"hdd \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M576 304v96c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48v-96c0-26.51 21.49-48 48-48h480c26.51 0 48 21.49 48 48zm-48-80a79.557 79.557 0 0 1 30.777 6.165L462.25 85.374A48.003 48.003 0 0 0 422.311 64H153.689a48 48 0 0 0-39.938 21.374L17.223 230.165A79.557 79.557 0 0 1 48 224h480zm-48 96c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm-96 0c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32z\"/></svg></li><li title=\"head side cough slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M454.11,319.21c19.56-3.81,31.62-25,23.11-44.21-21-47.12-48.5-151.75-73.12-186.75A208.13,208.13,0,0,0,234.1,0H192A190.64,190.64,0,0,0,84.18,33.3L45.46,3.38A16,16,0,0,0,23,6.19L3.37,31.46A16,16,0,0,0,6.18,53.91L594.53,508.63A16,16,0,0,0,617,505.82l19.64-25.27a16,16,0,0,0-2.81-22.45ZM313.39,210.45,263.61,172c5.88-7.14,14.43-12,24.36-12a32.06,32.06,0,0,1,32,32C320,199,317.24,205.17,313.39,210.45ZM616,304a24,24,0,1,0-24-24A24,24,0,0,0,616,304Zm-64,64a24,24,0,1,0-24-24A24,24,0,0,0,552,368ZM288,384a32,32,0,0,1,32-32h19.54L20.73,105.59A190.86,190.86,0,0,0,0,192c0,56.75,24.75,107.62,64,142.88V512H288V480h64a64,64,0,0,0,64-64H320A32,32,0,0,1,288,384Zm328-24a24,24,0,1,0,24,24A24,24,0,0,0,616,360Z\"/></svg></li><li title=\"head side cough \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M616,304a24,24,0,1,0-24-24A24,24,0,0,0,616,304ZM552,416a24,24,0,1,0,24,24A24,24,0,0,0,552,416Zm-64-56a24,24,0,1,0,24,24A24,24,0,0,0,488,360ZM616,464a24,24,0,1,0,24,24A24,24,0,0,0,616,464Zm0-104a24,24,0,1,0,24,24A24,24,0,0,0,616,360Zm-64-40a24,24,0,1,0,24,24A24,24,0,0,0,552,320Zm-74.78-45c-21-47.12-48.5-151.75-73.12-186.75A208.13,208.13,0,0,0,234.1,0H192C86,0,0,86,0,192c0,56.75,24.75,107.62,64,142.88V512H288V480h64a64,64,0,0,0,64-64H320a32,32,0,0,1,0-64h96V320h32A32,32,0,0,0,477.22,275ZM288,224a32,32,0,1,1,32-32A32.07,32.07,0,0,1,288,224Z\"/></svg></li><li title=\"head side mask \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M.15,184.42C-2.17,244.21,23,298.06,64,334.88V512H224V316.51L3.67,156.25A182.28,182.28,0,0,0,.15,184.42ZM509.22,275c-21-47.12-48.5-151.75-73.12-186.75A208.11,208.11,0,0,0,266.11,0H200C117,0,42.48,50.57,13.25,123.65L239.21,288H511.76A31.35,31.35,0,0,0,509.22,275ZM320,224a32,32,0,1,1,32-32A32.07,32.07,0,0,1,320,224Zm16,144H496l16-48H256V512H401.88a64,64,0,0,0,60.71-43.76L464,464H336a16,16,0,0,1,0-32H474.67l10.67-32H336a16,16,0,0,1,0-32Z\"/></svg></li><li title=\"head side virus \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M272,240a16,16,0,1,0,16,16A16,16,0,0,0,272,240Zm-64-64a16,16,0,1,0,16,16A16,16,0,0,0,208,176Zm301.2,99c-20.93-47.12-48.43-151.73-73.07-186.75A207.9,207.9,0,0,0,266.09,0H192C86,0,0,86,0,192A191.23,191.23,0,0,0,64,334.81V512H320V448h64a64,64,0,0,0,64-64V320H480A32,32,0,0,0,509.2,275ZM368,240H355.88c-28.51,0-42.79,34.47-22.63,54.63l8.58,8.57a16,16,0,1,1-22.63,22.63l-8.57-8.58C290.47,297.09,256,311.37,256,339.88V352a16,16,0,0,1-32,0V339.88c0-28.51-34.47-42.79-54.63-22.63l-8.57,8.58a16,16,0,0,1-22.63-22.63l8.58-8.57c20.16-20.16,5.88-54.63-22.63-54.63H112a16,16,0,0,1,0-32h12.12c28.51,0,42.79-34.47,22.63-54.63l-8.58-8.57a16,16,0,0,1,22.63-22.63l8.57,8.58c20.16,20.16,54.63,5.88,54.63-22.63V96a16,16,0,0,1,32,0v12.12c0,28.51,34.47,42.79,54.63,22.63l8.57-8.58a16,16,0,0,1,22.63,22.63l-8.58,8.57C313.09,173.53,327.37,208,355.88,208H368a16,16,0,0,1,0,32Z\"/></svg></li><li title=\"heading \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M448 96v320h32a16 16 0 0 1 16 16v32a16 16 0 0 1-16 16H320a16 16 0 0 1-16-16v-32a16 16 0 0 1 16-16h32V288H160v128h32a16 16 0 0 1 16 16v32a16 16 0 0 1-16 16H32a16 16 0 0 1-16-16v-32a16 16 0 0 1 16-16h32V96H32a16 16 0 0 1-16-16V48a16 16 0 0 1 16-16h160a16 16 0 0 1 16 16v32a16 16 0 0 1-16 16h-32v128h192V96h-32a16 16 0 0 1-16-16V48a16 16 0 0 1 16-16h160a16 16 0 0 1 16 16v32a16 16 0 0 1-16 16z\"/></svg></li><li title=\"headphones alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M160 288h-16c-35.35 0-64 28.7-64 64.12v63.76c0 35.41 28.65 64.12 64 64.12h16c17.67 0 32-14.36 32-32.06V320.06c0-17.71-14.33-32.06-32-32.06zm208 0h-16c-17.67 0-32 14.35-32 32.06v127.88c0 17.7 14.33 32.06 32 32.06h16c35.35 0 64-28.71 64-64.12v-63.76c0-35.41-28.65-64.12-64-64.12zM256 32C112.91 32 4.57 151.13 0 288v112c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16V288c0-114.67 93.33-207.8 208-207.82 114.67.02 208 93.15 208 207.82v112c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16V288C507.43 151.13 399.09 32 256 32z\"/></svg></li><li title=\"headphones \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 32C114.52 32 0 146.496 0 288v48a32 32 0 0 0 17.689 28.622l14.383 7.191C34.083 431.903 83.421 480 144 480h24c13.255 0 24-10.745 24-24V280c0-13.255-10.745-24-24-24h-24c-31.342 0-59.671 12.879-80 33.627V288c0-105.869 86.131-192 192-192s192 86.131 192 192v1.627C427.671 268.879 399.342 256 368 256h-24c-13.255 0-24 10.745-24 24v176c0 13.255 10.745 24 24 24h24c60.579 0 109.917-48.098 111.928-108.187l14.382-7.191A32 32 0 0 0 512 336v-48c0-141.479-114.496-256-256-256z\"/></svg></li><li title=\"headset \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M192 208c0-17.67-14.33-32-32-32h-16c-35.35 0-64 28.65-64 64v48c0 35.35 28.65 64 64 64h16c17.67 0 32-14.33 32-32V208zm176 144c35.35 0 64-28.65 64-64v-48c0-35.35-28.65-64-64-64h-16c-17.67 0-32 14.33-32 32v112c0 17.67 14.33 32 32 32h16zM256 0C113.18 0 4.58 118.83 0 256v16c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-16c0-114.69 93.31-208 208-208s208 93.31 208 208h-.12c.08 2.43.12 165.72.12 165.72 0 23.35-18.93 42.28-42.28 42.28H320c0-26.51-21.49-48-48-48h-32c-26.51 0-48 21.49-48 48s21.49 48 48 48h181.72c49.86 0 90.28-40.42 90.28-90.28V256C507.42 118.83 398.82 0 256 0z\"/></svg></li><li title=\"heart broken \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M473.7 73.8l-2.4-2.5c-46-47-118-51.7-169.6-14.8L336 159.9l-96 64 48 128-144-144 96-64-28.6-86.5C159.7 19.6 87 24 40.7 71.4l-2.4 2.4C-10.4 123.6-12.5 202.9 31 256l212.1 218.6c7.1 7.3 18.6 7.3 25.7 0L481 255.9c43.5-53 41.4-132.3-7.3-182.1z\"/></svg></li><li title=\"heart \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"/></svg></li><li title=\"heartbeat \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M320.2 243.8l-49.7 99.4c-6 12.1-23.4 11.7-28.9-.6l-56.9-126.3-30 71.7H60.6l182.5 186.5c7.1 7.3 18.6 7.3 25.7 0L451.4 288H342.3l-22.1-44.2zM473.7 73.9l-2.4-2.5c-51.5-52.6-135.8-52.6-187.4 0L256 100l-27.9-28.5c-51.5-52.7-135.9-52.7-187.4 0l-2.4 2.4C-10.4 123.7-12.5 203 31 256h102.4l35.9-86.2c5.4-12.9 23.6-13.2 29.4-.4l58.2 129.3 49-97.9c5.9-11.8 22.7-11.8 28.6 0l27.6 55.2H481c43.5-53 41.4-132.3-7.3-182.1z\"/></svg></li><li title=\"helicopter \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M304 384h272c17.67 0 32-14.33 32-32 0-123.71-100.29-224-224-224V64h176c8.84 0 16-7.16 16-16V16c0-8.84-7.16-16-16-16H144c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h176v64H112L68.8 70.4C65.78 66.37 61.03 64 56 64H16.01C5.6 64-2.04 73.78.49 83.88L32 192l160 64 86.4 115.2A31.992 31.992 0 0 0 304 384zm112-188.49C478.55 208.3 528.03 257.44 540.79 320H416V195.51zm219.37 263.3l-22.15-22.2c-6.25-6.26-16.24-6.1-22.64.01-7.09 6.77-13.84 11.25-24.64 11.25H240c-8.84 0-16 7.18-16 16.03v32.06c0 8.85 7.16 16.03 16 16.03h325.94c14.88 0 35.3-.47 68.45-29.52 7.02-6.14 7.57-17.05.98-23.66z\"/></svg></li><li title=\"highlighter \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 544 512\"><path d=\"M0 479.98L99.92 512l35.45-35.45-67.04-67.04L0 479.98zm124.61-240.01a36.592 36.592 0 0 0-10.79 38.1l13.05 42.83-50.93 50.94 96.23 96.23 50.86-50.86 42.74 13.08c13.73 4.2 28.65-.01 38.15-10.78l35.55-41.64-173.34-173.34-41.52 35.44zm403.31-160.7l-63.2-63.2c-20.49-20.49-53.38-21.52-75.12-2.35L190.55 183.68l169.77 169.78L530.27 154.4c19.18-21.74 18.15-54.63-2.35-75.13z\"/></svg></li><li title=\"hiking \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M80.95 472.23c-4.28 17.16 6.14 34.53 23.28 38.81 2.61.66 5.22.95 7.8.95 14.33 0 27.37-9.7 31.02-24.23l25.24-100.97-52.78-52.78-34.56 138.22zm14.89-196.12L137 117c2.19-8.42-3.14-16.95-11.92-19.06-43.88-10.52-88.35 15.07-99.32 57.17L.49 253.24c-2.19 8.42 3.14 16.95 11.92 19.06l63.56 15.25c8.79 2.1 17.68-3.02 19.87-11.44zM368 160h-16c-8.84 0-16 7.16-16 16v16h-34.75l-46.78-46.78C243.38 134.11 228.61 128 212.91 128c-27.02 0-50.47 18.3-57.03 44.52l-26.92 107.72a32.012 32.012 0 0 0 8.42 30.39L224 397.25V480c0 17.67 14.33 32 32 32s32-14.33 32-32v-82.75c0-17.09-6.66-33.16-18.75-45.25l-46.82-46.82c.15-.5.49-.89.62-1.41l19.89-79.57 22.43 22.43c6 6 14.14 9.38 22.62 9.38h48v240c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16V176c.01-8.84-7.15-16-15.99-16zM240 96c26.51 0 48-21.49 48-48S266.51 0 240 0s-48 21.49-48 48 21.49 48 48 48z\"/></svg></li><li title=\"hippo \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M581.12 96.2c-27.67-.15-52.5 17.58-76.6 26.62C489.98 88.27 455.83 64 416 64c-11.28 0-21.95 2.3-32 5.88V56c0-13.26-10.75-24-24-24h-16c-13.25 0-24 10.74-24 24v48.98C286.01 79.58 241.24 64 192 64 85.96 64 0 135.64 0 224v240c0 8.84 7.16 16 16 16h64c8.84 0 16-7.16 16-16v-70.79C128.35 407.57 166.72 416 208 416s79.65-8.43 112-22.79V464c0 8.84 7.16 16 16 16h64c8.84 0 16-7.16 16-16V288h128v32c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-32c17.67 0 32-14.33 32-32v-92.02c0-34.09-24.79-67.59-58.88-67.78zM448 176c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16z\"/></svg></li><li title=\"history \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504 255.531c.253 136.64-111.18 248.372-247.82 248.468-59.015.042-113.223-20.53-155.822-54.911-11.077-8.94-11.905-25.541-1.839-35.607l11.267-11.267c8.609-8.609 22.353-9.551 31.891-1.984C173.062 425.135 212.781 440 256 440c101.705 0 184-82.311 184-184 0-101.705-82.311-184-184-184-48.814 0-93.149 18.969-126.068 49.932l50.754 50.754c10.08 10.08 2.941 27.314-11.313 27.314H24c-8.837 0-16-7.163-16-16V38.627c0-14.254 17.234-21.393 27.314-11.314l49.372 49.372C129.209 34.136 189.552 8 256 8c136.81 0 247.747 110.78 248 247.531zm-180.912 78.784l9.823-12.63c8.138-10.463 6.253-25.542-4.21-33.679L288 256.349V152c0-13.255-10.745-24-24-24h-16c-13.255 0-24 10.745-24 24v135.651l65.409 50.874c10.463 8.137 25.541 6.253 33.679-4.21z\"/></svg></li><li title=\"hockey puck \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M0 160c0-53 114.6-96 256-96s256 43 256 96-114.6 96-256 96S0 213 0 160zm0 82.2V352c0 53 114.6 96 256 96s256-43 256-96V242.2c-113.4 82.3-398.5 82.4-512 0z\"/></svg></li><li title=\"holly berry \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M144 192c26.5 0 48-21.5 48-48s-21.5-48-48-48-48 21.5-48 48 21.5 48 48 48zm112-48c0 26.5 21.5 48 48 48s48-21.5 48-48-21.5-48-48-48-48 21.5-48 48zm-32-48c26.5 0 48-21.5 48-48S250.5 0 224 0s-48 21.5-48 48 21.5 48 48 48zm-16.2 139.1c.1-12.4-13.1-20.1-23.8-13.7-34.3 20.3-71.4 32.7-108.7 36.2-9.7.9-15.6 11.3-11.6 20.2 6.2 13.9 11.1 28.6 14.7 43.8 3.6 15.2-5.3 30.6-20.2 35.1-14.9 4.5-30.1 7.6-45.3 9.1-9.7 1-15.7 11.3-11.7 20.2 15 32.8 22.9 69.5 23 107.7.1 14.4 15.2 23.1 27.6 16 33.2-19 68.9-30.5 104.8-33.9 9.7-.9 15.6-11.3 11.6-20.2-6.2-13.9-11.1-28.6-14.7-43.8-3.6-15.2 5.3-30.6 20.2-35.1 14.9-4.5 30.1-7.6 45.3-9.1 9.7-1 15.7-11.3 11.7-20.2-15.5-34.2-23.3-72.5-22.9-112.3zM435 365.6c-15.2-1.6-30.3-4.7-45.3-9.1-14.9-4.5-23.8-19.9-20.2-35.1 3.6-15.2 8.5-29.8 14.7-43.8 4-8.9-1.9-19.3-11.6-20.2-37.3-3.5-74.4-15.9-108.7-36.2-10.7-6.3-23.9 1.4-23.8 13.7 0 1.6-.2 3.2-.2 4.9.2 33.3 7 65.7 19.9 94 5.7 12.4 5.2 26.6-.6 38.9 4.9 1.2 9.9 2.2 14.8 3.7 14.9 4.5 23.8 19.9 20.2 35.1-3.6 15.2-8.5 29.8-14.7 43.8-4 8.9 1.9 19.3 11.6 20.2 35.9 3.4 71.6 14.9 104.8 33.9 12.5 7.1 27.6-1.6 27.6-16 .2-38.2 8-75 23-107.7 4.3-8.7-1.8-19.1-11.5-20.1z\"/></svg></li><li title=\"home \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M280.37 148.26L96 300.11V464a16 16 0 0 0 16 16l112.06-.29a16 16 0 0 0 15.92-16V368a16 16 0 0 1 16-16h64a16 16 0 0 1 16 16v95.64a16 16 0 0 0 16 16.05L464 480a16 16 0 0 0 16-16V300L295.67 148.26a12.19 12.19 0 0 0-15.3 0zM571.6 251.47L488 182.56V44.05a12 12 0 0 0-12-12h-56a12 12 0 0 0-12 12v72.61L318.47 43a48 48 0 0 0-61 0L4.34 251.47a12 12 0 0 0-1.6 16.9l25.5 31A12 12 0 0 0 45.15 301l235.22-193.74a12.19 12.19 0 0 1 15.3 0L530.9 301a12 12 0 0 0 16.9-1.6l25.5-31a12 12 0 0 0-1.7-16.93z\"/></svg></li><li title=\"horse head \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M509.8 332.5l-69.9-164.3c-14.9-41.2-50.4-71-93-79.2 18-10.6 46.3-35.9 34.2-82.3-1.3-5-7.1-7.9-12-6.1L166.9 76.3C35.9 123.4 0 238.9 0 398.8V480c0 17.7 14.3 32 32 32h236.2c23.8 0 39.3-25 28.6-46.3L256 384v-.7c-45.6-3.5-84.6-30.7-104.3-69.6-1.6-3.1-.9-6.9 1.6-9.3l12.1-12.1c3.9-3.9 10.6-2.7 12.9 2.4 14.8 33.7 48.2 57.4 87.4 57.4 17.2 0 33-5.1 46.8-13.2l46 63.9c6 8.4 15.7 13.3 26 13.3h50.3c8.5 0 16.6-3.4 22.6-9.4l45.3-39.8c8.9-9.1 11.7-22.6 7.1-34.4zM328 224c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24z\"/></svg></li><li title=\"horse \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M575.92 76.6c-.01-8.13-3.02-15.87-8.58-21.8-3.78-4.03-8.58-9.12-13.69-14.5 11.06-6.84 19.5-17.49 22.18-30.66C576.85 4.68 572.96 0 567.9 0H447.92c-70.69 0-128 57.31-128 128H160c-28.84 0-54.4 12.98-72 33.11V160c-48.53 0-88 39.47-88 88v56c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-56c0-13.22 6.87-24.39 16.78-31.68-.21 2.58-.78 5.05-.78 7.68 0 27.64 11.84 52.36 30.54 69.88l-25.72 68.6a63.945 63.945 0 0 0-2.16 37.99l24.85 99.41A15.982 15.982 0 0 0 107.02 512h65.96c10.41 0 18.05-9.78 15.52-19.88l-26.31-105.26 23.84-63.59L320 345.6V496c0 8.84 7.16 16 16 16h64c8.84 0 16-7.16 16-16V318.22c19.74-20.19 32-47.75 32-78.22 0-.22-.07-.42-.08-.64V136.89l16 7.11 18.9 37.7c7.45 14.87 25.05 21.55 40.49 15.37l32.55-13.02a31.997 31.997 0 0 0 20.12-29.74l-.06-77.71zm-64 19.4c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16z\"/></svg></li><li title=\"hospital alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M544 96H416V32c0-17.7-14.3-32-32-32H192c-17.7 0-32 14.3-32 32v64H32c-17.7 0-32 14.3-32 32v368c0 8.8 7.2 16 16 16h544c8.8 0 16-7.2 16-16V128c0-17.7-14.3-32-32-32zM160 436c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-128c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm160 128c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-128c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm16-170c0 3.3-2.7 6-6 6h-26v26c0 3.3-2.7 6-6 6h-20c-3.3 0-6-2.7-6-6v-26h-26c-3.3 0-6-2.7-6-6v-20c0-3.3 2.7-6 6-6h26V86c0-3.3 2.7-6 6-6h20c3.3 0 6 2.7 6 6v26h26c3.3 0 6 2.7 6 6v20zm144 298c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-128c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"/></svg></li><li title=\"hospital symbol \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256 256-114.6 256-256S397.4 0 256 0zm112 376c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-88h-96v88c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V136c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v88h96v-88c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v240z\"/></svg></li><li title=\"hospital user \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M480 320a96 96 0 1 0-96-96 96 96 0 0 0 96 96zm48 32a22.88 22.88 0 0 0-7.06 1.09 124.76 124.76 0 0 1-81.89 0A22.82 22.82 0 0 0 432 352a112 112 0 0 0-112 112.62c.14 26.26 21.73 47.38 48 47.38h224c26.27 0 47.86-21.12 48-47.38A112 112 0 0 0 528 352zm-198.09 10.45A145.19 145.19 0 0 1 352 344.62V128a32 32 0 0 0-32-32h-32V32a32 32 0 0 0-32-32H96a32 32 0 0 0-32 32v64H32a32 32 0 0 0-32 32v368a16 16 0 0 0 16 16h288.31A78.62 78.62 0 0 1 288 464.79a143.06 143.06 0 0 1 41.91-102.34zM144 404a12 12 0 0 1-12 12H92a12 12 0 0 1-12-12v-40a12 12 0 0 1 12-12h40a12 12 0 0 1 12 12zm0-128a12 12 0 0 1-12 12H92a12 12 0 0 1-12-12v-40a12 12 0 0 1 12-12h40a12 12 0 0 1 12 12zm48-122a6 6 0 0 1-6 6h-20a6 6 0 0 1-6-6v-26h-26a6 6 0 0 1-6-6v-20a6 6 0 0 1 6-6h26V70a6 6 0 0 1 6-6h20a6 6 0 0 1 6 6v26h26a6 6 0 0 1 6 6v20a6 6 0 0 1-6 6h-26zm80 250a12 12 0 0 1-12 12h-40a12 12 0 0 1-12-12v-40a12 12 0 0 1 12-12h40a12 12 0 0 1 12 12zm0-128a12 12 0 0 1-12 12h-40a12 12 0 0 1-12-12v-40a12 12 0 0 1 12-12h40a12 12 0 0 1 12 12z\"/></svg></li><li title=\"hospital \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M448 492v20H0v-20c0-6.627 5.373-12 12-12h20V120c0-13.255 10.745-24 24-24h88V24c0-13.255 10.745-24 24-24h112c13.255 0 24 10.745 24 24v72h88c13.255 0 24 10.745 24 24v360h20c6.627 0 12 5.373 12 12zM308 192h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12zm-168 64h40c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12zm104 128h-40c-6.627 0-12 5.373-12 12v84h64v-84c0-6.627-5.373-12-12-12zm64-96h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12zm-116 12c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-40zM182 96h26v26a6 6 0 0 0 6 6h20a6 6 0 0 0 6-6V96h26a6 6 0 0 0 6-6V70a6 6 0 0 0-6-6h-26V38a6 6 0 0 0-6-6h-20a6 6 0 0 0-6 6v26h-26a6 6 0 0 0-6 6v20a6 6 0 0 0 6 6z\"/></svg></li><li title=\"hot tub \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M414.21 177.65c1.02 8.21 7.75 14.35 15.75 14.35h16.12c9.51 0 17.08-8.57 16-18.35-4.34-39.11-22.4-74.53-50.13-97.16-17.37-14.17-28.82-36.75-31.98-62.15C378.96 6.14 372.22 0 364.23 0h-16.12c-9.51 0-17.09 8.57-16 18.35 4.34 39.11 22.4 74.53 50.13 97.16 17.36 14.17 28.82 36.75 31.97 62.14zm-108 0c1.02 8.21 7.75 14.35 15.75 14.35h16.12c9.51 0 17.08-8.57 16-18.35-4.34-39.11-22.4-74.53-50.13-97.16-17.37-14.17-28.82-36.75-31.98-62.15C270.96 6.14 264.22 0 256.23 0h-16.12c-9.51 0-17.09 8.57-16 18.35 4.34 39.11 22.4 74.53 50.13 97.16 17.36 14.17 28.82 36.75 31.97 62.14zM480 256H256l-110.93-83.2a63.99 63.99 0 0 0-38.4-12.8H64c-35.35 0-64 28.65-64 64v224c0 35.35 28.65 64 64 64h384c35.35 0 64-28.65 64-64V288c0-17.67-14.33-32-32-32zM128 440c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8V328c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v112zm96 0c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8V328c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v112zm96 0c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8V328c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v112zm96 0c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8V328c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v112zM64 128c35.35 0 64-28.65 64-64S99.35 0 64 0 0 28.65 0 64s28.65 64 64 64z\"/></svg></li><li title=\"hotdog \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M488.56 23.44a80 80 0 0 0-113.12 0l-352 352a80 80 0 1 0 113.12 113.12l352-352a80 80 0 0 0 0-113.12zm-49.93 95.19c-19.6 19.59-37.52 22.67-51.93 25.14C373.76 146 364.4 147.6 352 160s-14 21.76-16.23 34.71c-2.48 14.4-5.55 32.33-25.15 51.92s-37.52 22.67-51.92 25.15C245.75 274 236.4 275.6 224 288s-14 21.75-16.23 34.7c-2.47 14.4-5.54 32.33-25.14 51.92s-37.53 22.68-51.93 25.15C117.76 402 108.4 403.6 96 416a16 16 0 0 1-22.63-22.63c19.6-19.59 37.52-22.67 51.92-25.14 13-2.22 22.3-3.82 34.71-16.23s14-21.75 16.22-34.7c2.48-14.4 5.55-32.33 25.15-51.92s37.52-22.67 51.92-25.14c13-2.22 22.3-3.83 34.7-16.23s14-21.76 16.24-34.71c2.47-14.4 5.54-32.33 25.14-51.92s37.52-22.68 51.92-25.15C394.24 110 403.59 108.41 416 96a16 16 0 0 1 22.63 22.63zM31.44 322.18L322.18 31.44l-11.54-11.55c-25-25-63.85-26.66-86.79-3.72L16.17 223.85c-22.94 22.94-21.27 61.79 3.72 86.78zm449.12-132.36L189.82 480.56l11.54 11.55c25 25 63.85 26.66 86.79 3.72l207.68-207.68c22.94-22.94 21.27-61.79-3.72-86.79z\"/></svg></li><li title=\"hotel \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M560 64c8.84 0 16-7.16 16-16V16c0-8.84-7.16-16-16-16H16C7.16 0 0 7.16 0 16v32c0 8.84 7.16 16 16 16h15.98v384H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h240v-80c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v80h240c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16h-16V64h16zm-304 44.8c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4zm0 96c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4zm-128-96c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4zM179.2 256h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4c0 6.4-6.4 12.8-12.8 12.8zM192 384c0-53.02 42.98-96 96-96s96 42.98 96 96H192zm256-140.8c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4zm0-96c0 6.4-6.4 12.8-12.8 12.8h-38.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h38.4c6.4 0 12.8 6.4 12.8 12.8v38.4z\"/></svg></li><li title=\"hourglass end \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M360 64c13.255 0 24-10.745 24-24V24c0-13.255-10.745-24-24-24H24C10.745 0 0 10.745 0 24v16c0 13.255 10.745 24 24 24 0 90.965 51.016 167.734 120.842 192C75.016 280.266 24 357.035 24 448c-13.255 0-24 10.745-24 24v16c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24v-16c0-13.255-10.745-24-24-24 0-90.965-51.016-167.734-120.842-192C308.984 231.734 360 154.965 360 64zM192 208c-57.787 0-104-66.518-104-144h208c0 77.945-46.51 144-104 144z\"/></svg></li><li title=\"hourglass half \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M360 0H24C10.745 0 0 10.745 0 24v16c0 13.255 10.745 24 24 24 0 90.965 51.016 167.734 120.842 192C75.016 280.266 24 357.035 24 448c-13.255 0-24 10.745-24 24v16c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24v-16c0-13.255-10.745-24-24-24 0-90.965-51.016-167.734-120.842-192C308.984 231.734 360 154.965 360 64c13.255 0 24-10.745 24-24V24c0-13.255-10.745-24-24-24zm-75.078 384H99.08c17.059-46.797 52.096-80 92.92-80 40.821 0 75.862 33.196 92.922 80zm.019-256H99.078C91.988 108.548 88 86.748 88 64h208c0 22.805-3.987 44.587-11.059 64z\"/></svg></li><li title=\"hourglass start \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M360 0H24C10.745 0 0 10.745 0 24v16c0 13.255 10.745 24 24 24 0 90.965 51.016 167.734 120.842 192C75.016 280.266 24 357.035 24 448c-13.255 0-24 10.745-24 24v16c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24v-16c0-13.255-10.745-24-24-24 0-90.965-51.016-167.734-120.842-192C308.984 231.734 360 154.965 360 64c13.255 0 24-10.745 24-24V24c0-13.255-10.745-24-24-24zm-64 448H88c0-77.458 46.204-144 104-144 57.786 0 104 66.517 104 144z\"/></svg></li><li title=\"hourglass \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M360 64c13.255 0 24-10.745 24-24V24c0-13.255-10.745-24-24-24H24C10.745 0 0 10.745 0 24v16c0 13.255 10.745 24 24 24 0 90.965 51.016 167.734 120.842 192C75.016 280.266 24 357.035 24 448c-13.255 0-24 10.745-24 24v16c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24v-16c0-13.255-10.745-24-24-24 0-90.965-51.016-167.734-120.842-192C308.984 231.734 360 154.965 360 64z\"/></svg></li><li title=\"house damage \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M288 114.96L69.47 307.71c-1.62 1.46-3.69 2.14-5.47 3.35V496c0 8.84 7.16 16 16 16h149.23L192 439.19l104.11-64-60.16-119.22L384 392.75l-104.11 64L319.81 512H496c8.84 0 16-7.16 16-16V311.1c-1.7-1.16-3.72-1.82-5.26-3.2L288 114.96zm282.69 121.32L512 184.45V48c0-8.84-7.16-16-16-16h-64c-8.84 0-16 7.16-16 16v51.69L314.75 10.31C307.12 3.45 297.56.01 288 0s-19.1 3.41-26.7 10.27L5.31 236.28c-6.57 5.91-7.12 16.02-1.21 22.6l21.4 23.82c5.9 6.57 16.02 7.12 22.6 1.21L277.42 81.63c6.05-5.33 15.12-5.33 21.17 0L527.91 283.9c6.57 5.9 16.69 5.36 22.6-1.21l21.4-23.82c5.9-6.57 5.36-16.69-1.22-22.59z\"/></svg></li><li title=\"house user \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M570.69,236.27,512,184.44V48a16,16,0,0,0-16-16H432a16,16,0,0,0-16,16V99.67L314.78,10.3C308.5,4.61,296.53,0,288,0s-20.46,4.61-26.74,10.3l-256,226A18.27,18.27,0,0,0,0,248.2a18.64,18.64,0,0,0,4.09,10.71L25.5,282.7a21.14,21.14,0,0,0,12,5.3,21.67,21.67,0,0,0,10.69-4.11l15.9-14V480a32,32,0,0,0,32,32H480a32,32,0,0,0,32-32V269.88l15.91,14A21.94,21.94,0,0,0,538.63,288a20.89,20.89,0,0,0,11.87-5.31l21.41-23.81A21.64,21.64,0,0,0,576,248.19,21,21,0,0,0,570.69,236.27ZM288,176a64,64,0,1,1-64,64A64,64,0,0,1,288,176ZM400,448H176a16,16,0,0,1-16-16,96,96,0,0,1,96-96h64a96,96,0,0,1,96,96A16,16,0,0,1,400,448Z\"/></svg></li><li title=\"hryvnia \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M368 240c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16h-41.86c13.41-28.63 13.74-63.33-4.13-94.05C303.34 49.84 267.1 32 229.96 32h-78.82c-24.32 0-47.86 8.53-66.54 24.09L72.83 65.9c-10.18 8.49-11.56 23.62-3.07 33.8l20.49 24.59c8.49 10.19 23.62 11.56 33.81 3.07l11.73-9.78c4.32-3.6 9.77-5.57 15.39-5.57h83.62c11.69 0 21.2 9.52 21.2 21.2 0 5.91-2.48 11.58-6.81 15.58L219.7 176H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h134.37l-34.67 32H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h41.86c-13.41 28.63-13.74 63.33 4.13 94.05C80.66 462.15 116.9 480 154.04 480h78.82c24.32 0 47.86-8.53 66.54-24.09l11.77-9.81c10.18-8.49 11.56-23.62 3.07-33.8l-20.49-24.59c-8.49-10.19-23.62-11.56-33.81-3.07l-11.75 9.8a23.992 23.992 0 0 1-15.36 5.56H149.2c-11.69 0-21.2-9.52-21.2-21.2 0-5.91 2.48-11.58 6.81-15.58L164.3 336H368c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16H233.63l34.67-32H368z\"/></svg></li><li title=\"i cursor \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 256 512\"><path d=\"M256 52.048V12.065C256 5.496 250.726.148 244.158.066 211.621-.344 166.469.011 128 37.959 90.266.736 46.979-.114 11.913.114 5.318.157 0 5.519 0 12.114v39.645c0 6.687 5.458 12.078 12.145 11.998C38.111 63.447 96 67.243 96 112.182V224H60c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h36v112c0 44.932-56.075 48.031-83.95 47.959C5.404 447.942 0 453.306 0 459.952v39.983c0 6.569 5.274 11.917 11.842 11.999 32.537.409 77.689.054 116.158-37.894 37.734 37.223 81.021 38.073 116.087 37.845 6.595-.043 11.913-5.405 11.913-12V460.24c0-6.687-5.458-12.078-12.145-11.998C217.889 448.553 160 444.939 160 400V288h36c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-36V112.182c0-44.932 56.075-48.213 83.95-48.142 6.646.018 12.05-5.346 12.05-11.992z\"/></svg></li><li title=\"ice cream \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M368 160h-.94a144 144 0 1 0-286.12 0H80a48 48 0 0 0 0 96h288a48 48 0 0 0 0-96zM195.38 493.69a31.52 31.52 0 0 0 57.24 0L352 288H96z\"/></svg></li><li title=\"icicles \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.4 37.9C515.1 18.2 500 0 480 0H32C10.6 0-4.8 20.7 1.4 41.2l87.1 273.4c2.5 7.2 12.7 7.2 15.1 0L140 190.5l44.2 187.3c1.9 8.3 13.7 8.3 15.6 0l46.5-196.9 34.1 133.4c2.3 7.6 13 7.6 15.3 0l45.8-172.5 66.7 363.8c1.7 8.6 14 8.6 15.7 0l87.5-467.7z\"/></svg></li><li title=\"icons \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"/></svg></li><li title=\"id badge \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M336 0H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zM144 32h96c8.8 0 16 7.2 16 16s-7.2 16-16 16h-96c-8.8 0-16-7.2-16-16s7.2-16 16-16zm48 128c35.3 0 64 28.7 64 64s-28.7 64-64 64-64-28.7-64-64 28.7-64 64-64zm112 236.8c0 10.6-10 19.2-22.4 19.2H102.4C90 416 80 407.4 80 396.8v-19.2c0-31.8 30.1-57.6 67.2-57.6h5c12.3 5.1 25.7 8 39.8 8s27.6-2.9 39.8-8h5c37.1 0 67.2 25.8 67.2 57.6v19.2z\"/></svg></li><li title=\"id card alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M528 64H384v96H192V64H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM288 224c35.3 0 64 28.7 64 64s-28.7 64-64 64-64-28.7-64-64 28.7-64 64-64zm93.3 224H194.7c-10.4 0-18.8-10-15.6-19.8 8.3-25.6 32.4-44.2 60.9-44.2h8.2c12.3 5.1 25.7 8 39.8 8s27.6-2.9 39.8-8h8.2c28.4 0 52.5 18.5 60.9 44.2 3.2 9.8-5.2 19.8-15.6 19.8zM352 32c0-17.7-14.3-32-32-32h-64c-17.7 0-32 14.3-32 32v96h128V32z\"/></svg></li><li title=\"id card \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M528 32H48C21.5 32 0 53.5 0 80v16h576V80c0-26.5-21.5-48-48-48zM0 432c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V128H0v304zm352-232c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-16zm0 64c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-16zm0 64c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-16zM176 192c35.3 0 64 28.7 64 64s-28.7 64-64 64-64-28.7-64-64 28.7-64 64-64zM67.1 396.2C75.5 370.5 99.6 352 128 352h8.2c12.3 5.1 25.7 8 39.8 8s27.6-2.9 39.8-8h8.2c28.4 0 52.5 18.5 60.9 44.2 3.2 9.9-5.2 19.8-15.6 19.8H82.7c-10.4 0-18.8-10-15.6-19.8z\"/></svg></li><li title=\"igloo \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M320 33.9c-10.5-1.2-21.2-1.9-32-1.9-99.8 0-187.8 50.8-239.4 128H320V33.9zM96 192H30.3C11.1 230.6 0 274 0 320h96V192zM352 39.4V160h175.4C487.2 99.9 424.8 55.9 352 39.4zM480 320h96c0-46-11.1-89.4-30.3-128H480v128zm-64 64v96h128c17.7 0 32-14.3 32-32v-96H411.5c2.6 10.3 4.5 20.9 4.5 32zm32-192H128v128h49.8c22.2-38.1 63-64 110.2-64s88 25.9 110.2 64H448V192zM0 448c0 17.7 14.3 32 32 32h128v-96c0-11.1 1.9-21.7 4.5-32H0v96zm288-160c-53 0-96 43-96 96v96h192v-96c0-53-43-96-96-96z\"/></svg></li><li title=\"image \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 448H48c-26.51 0-48-21.49-48-48V112c0-26.51 21.49-48 48-48h416c26.51 0 48 21.49 48 48v288c0 26.51-21.49 48-48 48zM112 120c-30.928 0-56 25.072-56 56s25.072 56 56 56 56-25.072 56-56-25.072-56-56-56zM64 384h384V272l-87.515-87.515c-4.686-4.686-12.284-4.686-16.971 0L208 320l-55.515-55.515c-4.686-4.686-12.284-4.686-16.971 0L64 336v48z\"/></svg></li><li title=\"images \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M480 416v16c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V176c0-26.51 21.49-48 48-48h16v208c0 44.112 35.888 80 80 80h336zm96-80V80c0-26.51-21.49-48-48-48H144c-26.51 0-48 21.49-48 48v256c0 26.51 21.49 48 48 48h384c26.51 0 48-21.49 48-48zM256 128c0 26.51-21.49 48-48 48s-48-21.49-48-48 21.49-48 48-48 48 21.49 48 48zm-96 144l55.515-55.515c4.686-4.686 12.284-4.686 16.971 0L272 256l135.515-135.515c4.686-4.686 12.284-4.686 16.971 0L512 208v112H160v-48z\"/></svg></li><li title=\"inbox \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M567.938 243.908L462.25 85.374A48.003 48.003 0 0 0 422.311 64H153.689a48 48 0 0 0-39.938 21.374L8.062 243.908A47.994 47.994 0 0 0 0 270.533V400c0 26.51 21.49 48 48 48h480c26.51 0 48-21.49 48-48V270.533a47.994 47.994 0 0 0-8.062-26.625zM162.252 128h251.497l85.333 128H376l-32 64H232l-32-64H76.918l85.334-128z\"/></svg></li><li title=\"indent \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M27.31 363.3l96-96a16 16 0 0 0 0-22.62l-96-96C17.27 138.66 0 145.78 0 160v192c0 14.31 17.33 21.3 27.31 11.3zM432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm3.17-128H204.83A12.82 12.82 0 0 0 192 300.83v38.34A12.82 12.82 0 0 0 204.83 352h230.34A12.82 12.82 0 0 0 448 339.17v-38.34A12.82 12.82 0 0 0 435.17 288zm0-128H204.83A12.82 12.82 0 0 0 192 172.83v38.34A12.82 12.82 0 0 0 204.83 224h230.34A12.82 12.82 0 0 0 448 211.17v-38.34A12.82 12.82 0 0 0 435.17 160zM432 32H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"/></svg></li><li title=\"industry \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M475.115 163.781L336 252.309v-68.28c0-18.916-20.931-30.399-36.885-20.248L160 252.309V56c0-13.255-10.745-24-24-24H24C10.745 32 0 42.745 0 56v400c0 13.255 10.745 24 24 24h464c13.255 0 24-10.745 24-24V184.029c0-18.917-20.931-30.399-36.885-20.248z\"/></svg></li><li title=\"infinity \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M471.1 96C405 96 353.3 137.3 320 174.6 286.7 137.3 235 96 168.9 96 75.8 96 0 167.8 0 256s75.8 160 168.9 160c66.1 0 117.8-41.3 151.1-78.6 33.3 37.3 85 78.6 151.1 78.6 93.1 0 168.9-71.8 168.9-160S564.2 96 471.1 96zM168.9 320c-40.2 0-72.9-28.7-72.9-64s32.7-64 72.9-64c38.2 0 73.4 36.1 94 64-20.4 27.6-55.9 64-94 64zm302.2 0c-38.2 0-73.4-36.1-94-64 20.4-27.6 55.9-64 94-64 40.2 0 72.9 28.7 72.9 64s-32.7 64-72.9 64z\"/></svg></li><li title=\"info circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z\"/></svg></li><li title=\"info \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 192 512\"><path d=\"M20 424.229h20V279.771H20c-11.046 0-20-8.954-20-20V212c0-11.046 8.954-20 20-20h112c11.046 0 20 8.954 20 20v212.229h20c11.046 0 20 8.954 20 20V492c0 11.046-8.954 20-20 20H20c-11.046 0-20-8.954-20-20v-47.771c0-11.046 8.954-20 20-20zM96 0C56.235 0 24 32.235 24 72s32.235 72 72 72 72-32.235 72-72S135.764 0 96 0z\"/></svg></li><li title=\"italic \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"><path d=\"M320 48v32a16 16 0 0 1-16 16h-62.76l-80 320H208a16 16 0 0 1 16 16v32a16 16 0 0 1-16 16H16a16 16 0 0 1-16-16v-32a16 16 0 0 1 16-16h62.76l80-320H112a16 16 0 0 1-16-16V48a16 16 0 0 1 16-16h192a16 16 0 0 1 16 16z\"/></svg></li><li title=\"jedi \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M535.95308,352c-42.64069,94.17188-137.64086,160-247.9848,160q-6.39844,0-12.84377-.29688C171.15558,506.9375,81.26481,442.23438,40.01474,352H79.93668L21.3272,293.40625a264.82522,264.82522,0,0,1-5.10938-39.42187,273.6653,273.6653,0,0,1,.5-29.98438H63.93665L22.546,182.625A269.79782,269.79782,0,0,1,130.51489,20.54688a16.06393,16.06393,0,0,1,9.28127-3,16.36332,16.36332,0,0,1,13.5,7.25,16.02739,16.02739,0,0,1,1.625,15.09374,138.387,138.387,0,0,0-9.84376,51.26563c0,45.10937,21.04691,86.57813,57.71884,113.73437a16.29989,16.29989,0,0,1,1.20313,25.39063c-26.54692,23.98437-41.17194,56.5-41.17194,91.57813,0,60.03124,42.95319,110.28124,99.89079,121.92187l2.5-65.26563L238.062,397a8.33911,8.33911,0,0,1-10-.75,8.025,8.025,0,0,1-1.39063-9.9375l20.125-33.76562-42.06257-8.73438a7.9898,7.9898,0,0,1,0-15.65625l42.06257-8.71875-20.10941-33.73438a7.99122,7.99122,0,0,1,11.35939-10.71874L268.437,295.64062,279.95265,7.67188a7.97138,7.97138,0,0,1,8-7.67188h.04687a8.02064,8.02064,0,0,1,7.95314,7.70312L307.48394,295.625l30.39068-20.67188a8.08327,8.08327,0,0,1,10,.8125,7.99866,7.99866,0,0,1,1.39062,9.90626L329.12461,319.4375l42.07819,8.73438a7.99373,7.99373,0,0,1,0,15.65624l-42.07819,8.71876,20.1094,33.73437a7.97791,7.97791,0,0,1-1.32812,9.92187A8.25739,8.25739,0,0,1,337.87462,397L310.7027,378.53125l2.5,65.34375c48.48446-9.40625,87.57828-48.15625,97.31267-96.5A123.52652,123.52652,0,0,0,371.9528,230.29688a16.30634,16.30634,0,0,1,1.20313-25.42188c36.65631-27.17188,57.6876-68.60938,57.6876-113.73438a138.01689,138.01689,0,0,0-9.85939-51.3125,15.98132,15.98132,0,0,1,1.60937-15.09374,16.36914,16.36914,0,0,1,13.5-7.23438,16.02453,16.02453,0,0,1,9.25,2.98438A271.26947,271.26947,0,0,1,553.25,182.76562L511.99992,224h46.9532C559.3125,229.76562,560,235.45312,560,241.26562a270.092,270.092,0,0,1-5.125,51.85938L495.98427,352Z\"/></svg></li><li title=\"joint \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M444.34 181.1c22.38 15.68 35.66 41.16 35.66 68.59V280c0 4.42 3.58 8 8 8h48c4.42 0 8-3.58 8-8v-30.31c0-43.24-21.01-83.41-56.34-108.06C463.85 125.02 448 99.34 448 70.31V8c0-4.42-3.58-8-8-8h-48c-4.42 0-8 3.58-8 8v66.4c0 43.69 24.56 81.63 60.34 106.7zM194.97 358.98C126.03 370.07 59.69 394.69 0 432c83.65 52.28 180.3 80 278.94 80h88.57L254.79 380.49c-14.74-17.2-37.45-25.11-59.82-21.51zM553.28 87.09c-5.67-3.8-9.28-9.96-9.28-16.78V8c0-4.42-3.58-8-8-8h-48c-4.42 0-8 3.58-8 8v62.31c0 22.02 10.17 43.41 28.64 55.39C550.79 153.04 576 199.54 576 249.69V280c0 4.42 3.58 8 8 8h48c4.42 0 8-3.58 8-8v-30.31c0-65.44-32.41-126.19-86.72-162.6zM360.89 352.05c-34.4.06-86.81.15-88.21.17l117.8 137.43A63.987 63.987 0 0 0 439.07 512h88.45L409.57 374.4a63.955 63.955 0 0 0-48.68-22.35zM616 352H432l117.99 137.65A63.987 63.987 0 0 0 598.58 512H616c13.25 0 24-10.75 24-24V376c0-13.26-10.75-24-24-24z\"/></svg></li><li title=\"journal whills \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.40625,377.59375c-3.20313,12.8125-3.20313,57.60937,0,73.60937Q447.9922,460.78907,448,470.40625v16c0,16-12.79688,25.59375-25.59375,25.59375H96c-54.40625,0-96-41.59375-96-96V96C0,41.59375,41.59375,0,96,0H422.40625C438.40625,0,448,9.59375,448,25.59375v332.8125Q448,372.79688,438.40625,377.59375ZM380.79688,384H96c-16,0-32,12.79688-32,32s12.79688,32,32,32H380.79688ZM128.01562,176.01562c0,.51563.14063.98438.14063,1.5l37.10937,32.46876A7.99954,7.99954,0,0,1,160,224h-.01562a9.17678,9.17678,0,0,1-5.25-1.98438L131.14062,201.375C142.6875,250.95312,186.90625,288,240,288s97.3125-37.04688,108.875-86.625l-23.59375,20.64062a8.02516,8.02516,0,0,1-5.26563,1.96876H320a9.14641,9.14641,0,0,1-6.01562-2.71876A9.26508,9.26508,0,0,1,312,216a9.097,9.097,0,0,1,2.73438-6.01562l37.10937-32.46876c.01563-.53124.15625-1,.15625-1.51562,0-11.04688-2.09375-21.51562-5.06251-31.59375l-21.26562,21.25a8.00467,8.00467,0,0,1-11.32812-11.3125l26.42187-26.40625a111.81517,111.81517,0,0,0-46.35937-49.26562,63.02336,63.02336,0,0,1-14.0625,82.64062A55.83846,55.83846,0,0,1,251.625,254.73438l-1.42188-34.28126,12.67188,8.625a3.967,3.967,0,0,0,2.25.6875,3.98059,3.98059,0,0,0,3.43749-6.03124l-8.53124-14.3125,17.90625-3.71876a4.00647,4.00647,0,0,0,0-7.84374l-17.90625-3.71876,8.53124-14.3125a3.98059,3.98059,0,0,0-3.43749-6.03124,4.726,4.726,0,0,0-2.25.67187L248.6875,184.125,244,71.82812a4.00386,4.00386,0,0,0-8,0l-4.625,110.8125-12-8.15624a4.003,4.003,0,0,0-5.68751,5.35937l8.53126,14.3125L204.3125,197.875a3.99686,3.99686,0,0,0,0,7.82812l17.90625,3.73438-8.53126,14.29688a4.72469,4.72469,0,0,0-.56249,2.04687,4.59547,4.59547,0,0,0,1.25,2.90625,4.01059,4.01059,0,0,0,2.75,1.09375,4.09016,4.09016,0,0,0,2.25-.6875l10.35937-7.04687L228.375,254.76562a55.86414,55.86414,0,0,1-28.71875-93.45312,63.01119,63.01119,0,0,1-14.04688-82.65625,111.93158,111.93158,0,0,0-46.375,49.26563l26.42187,26.42187a7.99917,7.99917,0,0,1-11.3125,11.3125l-21.26563-21.26563C130.09375,154.48438,128,164.95312,128.01562,176.01562Z\"/></svg></li><li title=\"kaaba \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M554.12 83.51L318.36 4.93a95.962 95.962 0 0 0-60.71 0L21.88 83.51A32.006 32.006 0 0 0 0 113.87v49.01l265.02-79.51c15.03-4.5 30.92-4.5 45.98 0l265 79.51v-49.01c0-13.77-8.81-26-21.88-30.36zm-279.9 30.52L0 196.3v228.38c0 15 10.42 27.98 25.06 31.24l242.12 53.8a95.937 95.937 0 0 0 41.65 0l242.12-53.8c14.64-3.25 25.06-16.24 25.06-31.24V196.29l-274.2-82.26c-9.04-2.72-18.59-2.72-27.59 0zM128 230.11c0 3.61-2.41 6.77-5.89 7.72l-80 21.82C37.02 261.03 32 257.2 32 251.93v-16.58c0-3.61 2.41-6.77 5.89-7.72l80-21.82c5.09-1.39 10.11 2.44 10.11 7.72v16.58zm144-39.28c0 3.61-2.41 6.77-5.89 7.72l-96 26.18c-5.09 1.39-10.11-2.44-10.11-7.72v-16.58c0-3.61 2.41-6.77 5.89-7.72l96-26.18c5.09-1.39 10.11 2.44 10.11 7.72v16.58zm176 22.7c0-5.28 5.02-9.11 10.11-7.72l80 21.82c3.48.95 5.89 4.11 5.89 7.72v16.58c0 5.28-5.02 9.11-10.11 7.72l-80-21.82a7.997 7.997 0 0 1-5.89-7.72v-16.58zm-144-39.27c0-5.28 5.02-9.11 10.11-7.72l96 26.18c3.48.95 5.89 4.11 5.89 7.72v16.58c0 5.28-5.02 9.11-10.11 7.72l-96-26.18a7.997 7.997 0 0 1-5.89-7.72v-16.58z\"/></svg></li><li title=\"key \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M512 176.001C512 273.203 433.202 352 336 352c-11.22 0-22.19-1.062-32.827-3.069l-24.012 27.014A23.999 23.999 0 0 1 261.223 384H224v40c0 13.255-10.745 24-24 24h-40v40c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24v-78.059c0-6.365 2.529-12.47 7.029-16.971l161.802-161.802C163.108 213.814 160 195.271 160 176 160 78.798 238.797.001 335.999 0 433.488-.001 512 78.511 512 176.001zM336 128c0 26.51 21.49 48 48 48s48-21.49 48-48-21.49-48-48-48-48 21.49-48 48z\"/></svg></li><li title=\"keyboard \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M528 448H48c-26.51 0-48-21.49-48-48V112c0-26.51 21.49-48 48-48h480c26.51 0 48 21.49 48 48v288c0 26.51-21.49 48-48 48zM128 180v-40c0-6.627-5.373-12-12-12H76c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm-336 96v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm-336 96v-40c0-6.627-5.373-12-12-12H76c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm288 0v-40c0-6.627-5.373-12-12-12H172c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h232c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12z\"/></svg></li><li title=\"khanda \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M415.81 66c-6.37-3.5-14.37-2.33-19.36 3.02a15.974 15.974 0 0 0-1.91 19.52c16.49 26.16 25.2 56.39 25.2 87.41-.19 53.25-26.77 102.69-71.27 132.41l-76.63 53.35v-20.1l44.05-36.09c3.92-4.2 5-10.09 2.81-15.28L310.85 273c33.84-19.26 56.94-55.25 56.94-96.99 0-40.79-22.02-76.13-54.59-95.71l5.22-11.44c2.34-5.53.93-11.83-3.57-16.04L255.86 0l-58.99 52.81c-4.5 4.21-5.9 10.51-3.57 16.04l5.22 11.44c-32.57 19.58-54.59 54.93-54.59 95.72 0 41.75 23.09 77.73 56.94 96.99l-7.85 17.24c-2.19 5.18-1.1 11.07 2.81 15.28l44.05 36.09v19.9l-76.59-53.33C119.02 278.62 92.44 229.19 92.26 176c0-31.08 8.71-61.31 25.2-87.47 3.87-6.16 2.4-13.77-2.59-19.08-5-5.34-13.68-6.2-20.02-2.7C16.32 109.6-22.3 205.3 13.36 295.99c7.07 17.99 17.89 34.38 30.46 49.06l55.97 65.36c4.87 5.69 13.04 7.24 19.65 3.72l79.35-42.23L228 392.23l-47.08 32.78c-1.67-.37-3.23-1.01-5.01-1.01-13.25 0-23.99 10.74-23.99 24 0 13.25 10.74 24 23.99 24 12.1 0 21.69-9.11 23.33-20.76l40.63-28.28v29.95c-9.39 5.57-15.99 15.38-15.99 27.1 0 17.67 14.32 32 31.98 32s31.98-14.33 31.98-32c0-11.71-6.61-21.52-15.99-27.1v-30.15l40.91 28.48C314.41 462.89 324 472 336.09 472c13.25 0 23.99-10.75 23.99-24 0-13.26-10.74-24-23.99-24-1.78 0-3.34.64-5.01 1.01L284 392.23l29.21-20.34 79.35 42.23c6.61 3.52 14.78 1.97 19.65-3.71l52.51-61.31c18.87-22.02 34-47.5 41.25-75.59 21.62-83.66-16.45-167.27-90.16-207.51zm-95.99 110c0 22.3-11.49 41.92-28.83 53.38l-5.65-12.41c-8.75-24.52-8.75-51.04 0-75.56l7.83-17.18c16.07 11.65 26.65 30.45 26.65 51.77zm-127.93 0c0-21.32 10.58-40.12 26.66-51.76l7.83 17.18c8.75 24.52 8.75 51.03 0 75.56l-5.65 12.41c-17.34-11.46-28.84-31.09-28.84-53.39z\"/></svg></li><li title=\"kiss beam \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm-39 219.9l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.2 7.4-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.5 8.5-10.9 12-15.1 4.5zM304 396c0 19.2-28.7 41.5-71.5 44-8.5.8-12.1-11.8-3.6-15.4l17-7.2c13-5.5 20.8-13.5 20.8-21.5s-7.8-16-20.8-21.5l-17-7.2c-6-2.5-6.1-12.2 0-14.8l17-7.2c13-5.5 20.8-13.5 20.8-21.5s-7.8-16-20.8-21.5l-17-7.2c-8.6-3.6-4.8-16.5 3.6-15.4 42.8 2.5 71.5 24.8 71.5 44 0 13-13.4 27.3-35.2 36C290.6 368.7 304 383 304 396zm65-168.1l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.5 8.5-10.9 12-15.1 4.5z\"/></svg></li><li title=\"kiss wink heart \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 504 512\"><path d=\"M501.1 402.5c-8-20.8-31.5-31.5-53.1-25.9l-8.4 2.2-2.3-8.4c-5.9-21.4-27-36.5-49-33-25.2 4-40.6 28.6-34 52.6l22.9 82.6c1.5 5.3 7 8.5 12.4 7.1l83-21.5c24.1-6.3 37.7-31.8 28.5-55.7zm-177.6-4c-5.6-20.3-2.3-42 9-59.7 29.7-46.3 98.7-45.5 127.8 4.3 6.4.1 12.6 1.4 18.6 2.9 10.9-27.9 17.1-58.2 17.1-90C496 119 385 8 248 8S0 119 0 256s111 248 248 248c35.4 0 68.9-7.5 99.4-20.9-.3-.7-23.9-84.6-23.9-84.6zM168 240c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm120 156c0 19.2-28.7 41.5-71.5 44-8.5.8-12.1-11.8-3.6-15.4l17-7.2c13-5.5 20.8-13.5 20.8-21.5s-7.8-16-20.8-21.5l-17-7.2c-6-2.5-5.7-12.3 0-14.8l17-7.2c13-5.5 20.8-13.5 20.8-21.5s-7.8-16-20.8-21.5l-17-7.2c-8.8-3.7-4.6-16.6 3.6-15.4 42.8 2.5 71.5 24.8 71.5 44 0 13-13.4 27.3-35.2 36C274.6 368.7 288 383 288 396zm16-179c-8.3 7.4-21.6.4-19.8-10.8 4-25.2 34.2-42.1 59.9-42.1S400 181 404 206.2c1.7 11.1-11.3 18.3-19.8 10.8l-9.5-8.5c-14.8-13.2-46.2-13.2-61 0L304 217z\"/></svg></li><li title=\"kiss \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm-80 232c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm136 156c0 19.2-28.7 41.5-71.5 44-8.5.8-12.1-11.8-3.6-15.4l17-7.2c13-5.5 20.8-13.5 20.8-21.5s-7.8-16-20.8-21.5l-17-7.2c-6-2.5-6.1-12.2 0-14.8l17-7.2c13-5.5 20.8-13.5 20.8-21.5s-7.8-16-20.8-21.5l-17-7.2c-8.6-3.6-4.8-16.5 3.6-15.4 42.8 2.5 71.5 24.8 71.5 44 0 13-13.4 27.3-35.2 36C290.6 368.7 304 383 304 396zm24-156c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"/></svg></li><li title=\"kiwi bird \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M575.81 217.98C572.64 157.41 518.28 112 457.63 112h-9.37c-52.82 0-104.25-16.25-147.74-46.24-41.99-28.96-96.04-41.62-153.21-28.7C129.3 41.12-.08 78.24 0 224c.04 70.95 38.68 132.8 95.99 166.01V464c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-54.26c15.36 3.96 31.4 6.26 48 6.26 5.44 0 10.68-.73 16-1.18V464c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-59.43c14.24-5.06 27.88-11.39 40.34-19.51C342.07 355.25 393.86 336 448.46 336c25.48 0 16.01-.31 23.05-.78l74.41 136.44c2.86 5.23 8.3 8.34 14.05 8.34 1.31 0 2.64-.16 3.95-.5 7.09-1.8 12.05-8.19 12.05-15.5 0 0 .14-240.24-.16-246.02zM463.97 248c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24zm80 153.25l-39.86-73.08c15.12-5.83 28.73-14.6 39.86-25.98v99.06z\"/></svg></li><li title=\"landmark \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M501.62 92.11L267.24 2.04a31.958 31.958 0 0 0-22.47 0L10.38 92.11A16.001 16.001 0 0 0 0 107.09V144c0 8.84 7.16 16 16 16h480c8.84 0 16-7.16 16-16v-36.91c0-6.67-4.14-12.64-10.38-14.98zM64 192v160H48c-8.84 0-16 7.16-16 16v48h448v-48c0-8.84-7.16-16-16-16h-16V192h-64v160h-96V192h-64v160h-96V192H64zm432 256H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h480c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"/></svg></li><li title=\"language \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M152.1 236.2c-3.5-12.1-7.8-33.2-7.8-33.2h-.5s-4.3 21.1-7.8 33.2l-11.1 37.5H163zM616 96H336v320h280c13.3 0 24-10.7 24-24V120c0-13.3-10.7-24-24-24zm-24 120c0 6.6-5.4 12-12 12h-11.4c-6.9 23.6-21.7 47.4-42.7 69.9 8.4 6.4 17.1 12.5 26.1 18 5.5 3.4 7.3 10.5 4.1 16.2l-7.9 13.9c-3.4 5.9-10.9 7.8-16.7 4.3-12.6-7.8-24.5-16.1-35.4-24.9-10.9 8.7-22.7 17.1-35.4 24.9-5.8 3.5-13.3 1.6-16.7-4.3l-7.9-13.9c-3.2-5.6-1.4-12.8 4.2-16.2 9.3-5.7 18-11.7 26.1-18-7.9-8.4-14.9-17-21-25.7-4-5.7-2.2-13.6 3.7-17.1l6.5-3.9 7.3-4.3c5.4-3.2 12.4-1.7 16 3.4 5 7 10.8 14 17.4 20.9 13.5-14.2 23.8-28.9 30-43.2H412c-6.6 0-12-5.4-12-12v-16c0-6.6 5.4-12 12-12h64v-16c0-6.6 5.4-12 12-12h16c6.6 0 12 5.4 12 12v16h64c6.6 0 12 5.4 12 12zM0 120v272c0 13.3 10.7 24 24 24h280V96H24c-13.3 0-24 10.7-24 24zm58.9 216.1L116.4 167c1.7-4.9 6.2-8.1 11.4-8.1h32.5c5.1 0 9.7 3.3 11.4 8.1l57.5 169.1c2.6 7.8-3.1 15.9-11.4 15.9h-22.9a12 12 0 0 1-11.5-8.6l-9.4-31.9h-60.2l-9.1 31.8c-1.5 5.1-6.2 8.7-11.5 8.7H70.3c-8.2 0-14-8.1-11.4-15.9z\"/></svg></li><li title=\"laptop code \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M255.03 261.65c6.25 6.25 16.38 6.25 22.63 0l11.31-11.31c6.25-6.25 6.25-16.38 0-22.63L253.25 192l35.71-35.72c6.25-6.25 6.25-16.38 0-22.63l-11.31-11.31c-6.25-6.25-16.38-6.25-22.63 0l-58.34 58.34c-6.25 6.25-6.25 16.38 0 22.63l58.35 58.34zm96.01-11.3l11.31 11.31c6.25 6.25 16.38 6.25 22.63 0l58.34-58.34c6.25-6.25 6.25-16.38 0-22.63l-58.34-58.34c-6.25-6.25-16.38-6.25-22.63 0l-11.31 11.31c-6.25 6.25-6.25 16.38 0 22.63L386.75 192l-35.71 35.72c-6.25 6.25-6.25 16.38 0 22.63zM624 416H381.54c-.74 19.81-14.71 32-32.74 32H288c-18.69 0-33.02-17.47-32.77-32H16c-8.8 0-16 7.2-16 16v16c0 35.2 28.8 64 64 64h512c35.2 0 64-28.8 64-64v-16c0-8.8-7.2-16-16-16zM576 48c0-26.4-21.6-48-48-48H112C85.6 0 64 21.6 64 48v336h512V48zm-64 272H128V64h384v256z\"/></svg></li><li title=\"laptop house \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M272,288H208a16,16,0,0,1-16-16V208a16,16,0,0,1,16-16h64a16,16,0,0,1,16,16v37.12C299.11,232.24,315,224,332.8,224H469.74l6.65-7.53A16.51,16.51,0,0,0,480,207a16.31,16.31,0,0,0-4.75-10.61L416,144V48a16,16,0,0,0-16-16H368a16,16,0,0,0-16,16V87.3L263.5,8.92C258,4,247.45,0,240.05,0s-17.93,4-23.47,8.92L4.78,196.42A16.15,16.15,0,0,0,0,207a16.4,16.4,0,0,0,3.55,9.39L22.34,237.7A16.22,16.22,0,0,0,33,242.48,16.51,16.51,0,0,0,42.34,239L64,219.88V384a32,32,0,0,0,32,32H272ZM629.33,448H592V288c0-17.67-12.89-32-28.8-32H332.8c-15.91,0-28.8,14.33-28.8,32V448H266.67A10.67,10.67,0,0,0,256,458.67v10.66A42.82,42.82,0,0,0,298.6,512H597.4A42.82,42.82,0,0,0,640,469.33V458.67A10.67,10.67,0,0,0,629.33,448ZM544,448H352V304H544Z\"/></svg></li><li title=\"laptop medical \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M232 224h56v56a8 8 0 0 0 8 8h48a8 8 0 0 0 8-8v-56h56a8 8 0 0 0 8-8v-48a8 8 0 0 0-8-8h-56v-56a8 8 0 0 0-8-8h-48a8 8 0 0 0-8 8v56h-56a8 8 0 0 0-8 8v48a8 8 0 0 0 8 8zM576 48a48.14 48.14 0 0 0-48-48H112a48.14 48.14 0 0 0-48 48v336h512zm-64 272H128V64h384zm112 96H381.54c-.74 19.81-14.71 32-32.74 32H288c-18.69 0-33-17.47-32.77-32H16a16 16 0 0 0-16 16v16a64.19 64.19 0 0 0 64 64h512a64.19 64.19 0 0 0 64-64v-16a16 16 0 0 0-16-16z\"/></svg></li><li title=\"laptop \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M624 416H381.54c-.74 19.81-14.71 32-32.74 32H288c-18.69 0-33.02-17.47-32.77-32H16c-8.8 0-16 7.2-16 16v16c0 35.2 28.8 64 64 64h512c35.2 0 64-28.8 64-64v-16c0-8.8-7.2-16-16-16zM576 48c0-26.4-21.6-48-48-48H112C85.6 0 64 21.6 64 48v336h512V48zm-64 272H128V64h384v256z\"/></svg></li><li title=\"laugh beam \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm24 199.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.2 7.4-15.8 4.1-15.1-4.5zm-160 0c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zM398.9 306C390 377 329.4 432 256 432h-16c-73.4 0-134-55-142.9-126-1.2-9.5 6.3-18 15.9-18h270c9.6 0 17.1 8.4 15.9 18z\"/></svg></li><li title=\"laugh squint \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm33.8 161.7l80-48c11.6-6.9 24 7.7 15.4 18L343.6 180l33.6 40.3c8.7 10.4-3.9 24.8-15.4 18l-80-48c-7.7-4.7-7.7-15.9 0-20.6zm-163-30c-8.6-10.3 3.8-24.9 15.4-18l80 48c7.8 4.7 7.8 15.9 0 20.6l-80 48c-11.5 6.8-24-7.6-15.4-18l33.6-40.3-33.6-40.3zM398.9 306C390 377 329.4 432 256 432h-16c-73.4 0-134-55-142.9-126-1.2-9.5 6.3-18 15.9-18h270c9.6 0 17.1 8.4 15.9 18z\"/></svg></li><li title=\"laugh wink \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm20.1 198.1c4-25.2 34.2-42.1 59.9-42.1s55.9 16.9 59.9 42.1c1.7 11.1-11.4 18.3-19.8 10.8l-9.5-8.5c-14.8-13.2-46.2-13.2-61 0L288 217c-8.4 7.4-21.6.3-19.9-10.9zM168 160c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm230.9 146C390 377 329.4 432 256 432h-16c-73.4 0-134-55-142.9-126-1.2-9.5 6.3-18 15.9-18h270c9.6 0 17.1 8.4 15.9 18z\"/></svg></li><li title=\"laugh \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm80 152c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm-160 0c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm88 272h-16c-73.4 0-134-55-142.9-126-1.2-9.5 6.3-18 15.9-18h270c9.6 0 17.1 8.4 15.9 18-8.9 71-69.5 126-142.9 126z\"/></svg></li><li title=\"layer group \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M12.41 148.02l232.94 105.67c6.8 3.09 14.49 3.09 21.29 0l232.94-105.67c16.55-7.51 16.55-32.52 0-40.03L266.65 2.31a25.607 25.607 0 0 0-21.29 0L12.41 107.98c-16.55 7.51-16.55 32.53 0 40.04zm487.18 88.28l-58.09-26.33-161.64 73.27c-7.56 3.43-15.59 5.17-23.86 5.17s-16.29-1.74-23.86-5.17L70.51 209.97l-58.1 26.33c-16.55 7.5-16.55 32.5 0 40l232.94 105.59c6.8 3.08 14.49 3.08 21.29 0L499.59 276.3c16.55-7.5 16.55-32.5 0-40zm0 127.8l-57.87-26.23-161.86 73.37c-7.56 3.43-15.59 5.17-23.86 5.17s-16.29-1.74-23.86-5.17L70.29 337.87 12.41 364.1c-16.55 7.5-16.55 32.5 0 40l232.94 105.59c6.8 3.08 14.49 3.08 21.29 0L499.59 404.1c16.55-7.5 16.55-32.5 0-40z\"/></svg></li><li title=\"leaf \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M546.2 9.7c-5.6-12.5-21.6-13-28.3-1.2C486.9 62.4 431.4 96 368 96h-80C182 96 96 182 96 288c0 7 .8 13.7 1.5 20.5C161.3 262.8 253.4 224 384 224c8.8 0 16 7.2 16 16s-7.2 16-16 16C132.6 256 26 410.1 2.4 468c-6.6 16.3 1.2 34.9 17.5 41.6 16.4 6.8 35-1.1 41.8-17.3 1.5-3.6 20.9-47.9 71.9-90.6 32.4 43.9 94 85.8 174.9 77.2C465.5 467.5 576 326.7 576 154.3c0-50.2-10.8-102.2-29.8-144.6z\"/></svg></li><li title=\"lemon \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M489.038 22.963C465.944-.13 434.648-5.93 413.947 6.129c-58.906 34.312-181.25-53.077-321.073 86.746S40.441 355.041 6.129 413.945c-12.059 20.702-6.26 51.999 16.833 75.093 23.095 23.095 54.392 28.891 75.095 16.832 58.901-34.31 181.246 53.079 321.068-86.743S471.56 156.96 505.871 98.056c12.059-20.702 6.261-51.999-16.833-75.093zM243.881 95.522c-58.189 14.547-133.808 90.155-148.358 148.358-1.817 7.27-8.342 12.124-15.511 12.124-1.284 0-2.59-.156-3.893-.481-8.572-2.144-13.784-10.83-11.642-19.403C81.901 166.427 166.316 81.93 236.119 64.478c8.575-2.143 17.261 3.069 19.403 11.642s-3.069 17.259-11.641 19.402z\"/></svg></li><li title=\"less than equal \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M54.98 214.2l301.41 119.87c18.39 6.03 38.71-2.54 45.38-19.15l12.09-30.08c6.68-16.61-2.82-34.97-21.21-41l-175.44-68.05 175.56-68.09c18.29-6 27.74-24.27 21.1-40.79l-12.03-29.92c-6.64-16.53-26.86-25.06-45.15-19.06L54.98 137.89C41.21 142.41 32 154.5 32 168.07v15.96c0 13.56 9.21 25.65 22.98 30.17zM424 400H24c-13.25 0-24 10.74-24 24v48c0 13.25 10.75 24 24 24h400c13.25 0 24-10.75 24-24v-48c0-13.26-10.75-24-24-24z\"/></svg></li><li title=\"less than \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M365.46 357.74L147.04 255.89l218.47-101.88c16.02-7.47 22.95-26.51 15.48-42.53l-13.52-29C360 66.46 340.96 59.53 324.94 67L18.48 209.91a32.014 32.014 0 0 0-18.48 29v34.24c0 12.44 7.21 23.75 18.48 29l306.31 142.83c16.06 7.49 35.15.54 42.64-15.52l13.56-29.08c7.49-16.06.54-35.15-15.53-42.64z\"/></svg></li><li title=\"level down alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"><path d=\"M313.553 392.331L209.587 504.334c-9.485 10.214-25.676 10.229-35.174 0L70.438 392.331C56.232 377.031 67.062 352 88.025 352H152V80H68.024a11.996 11.996 0 0 1-8.485-3.515l-56-56C-4.021 12.926 1.333 0 12.024 0H208c13.255 0 24 10.745 24 24v328h63.966c20.878 0 31.851 24.969 17.587 40.331z\"/></svg></li><li title=\"level up alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"><path d=\"M313.553 119.669L209.587 7.666c-9.485-10.214-25.676-10.229-35.174 0L70.438 119.669C56.232 134.969 67.062 160 88.025 160H152v272H68.024a11.996 11.996 0 0 0-8.485 3.515l-56 56C-4.021 499.074 1.333 512 12.024 512H208c13.255 0 24-10.745 24-24V160h63.966c20.878 0 31.851-24.969 17.587-40.331z\"/></svg></li><li title=\"life ring \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm173.696 119.559l-63.399 63.399c-10.987-18.559-26.67-34.252-45.255-45.255l63.399-63.399a218.396 218.396 0 0 1 45.255 45.255zM256 352c-53.019 0-96-42.981-96-96s42.981-96 96-96 96 42.981 96 96-42.981 96-96 96zM127.559 82.304l63.399 63.399c-18.559 10.987-34.252 26.67-45.255 45.255l-63.399-63.399a218.372 218.372 0 0 1 45.255-45.255zM82.304 384.441l63.399-63.399c10.987 18.559 26.67 34.252 45.255 45.255l-63.399 63.399a218.396 218.396 0 0 1-45.255-45.255zm302.137 45.255l-63.399-63.399c18.559-10.987 34.252-26.67 45.255-45.255l63.399 63.399a218.403 218.403 0 0 1-45.255 45.255z\"/></svg></li><li title=\"lightbulb \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 352 512\"><path d=\"M96.06 454.35c.01 6.29 1.87 12.45 5.36 17.69l17.09 25.69a31.99 31.99 0 0 0 26.64 14.28h61.71a31.99 31.99 0 0 0 26.64-14.28l17.09-25.69a31.989 31.989 0 0 0 5.36-17.69l.04-38.35H96.01l.05 38.35zM0 176c0 44.37 16.45 84.85 43.56 115.78 16.52 18.85 42.36 58.23 52.21 91.45.04.26.07.52.11.78h160.24c.04-.26.07-.51.11-.78 9.85-33.22 35.69-72.6 52.21-91.45C335.55 260.85 352 220.37 352 176 352 78.61 272.91-.3 175.45 0 73.44.31 0 82.97 0 176zm176-80c-44.11 0-80 35.89-80 80 0 8.84-7.16 16-16 16s-16-7.16-16-16c0-61.76 50.24-112 112-112 8.84 0 16 7.16 16 16s-7.16 16-16 16z\"/></svg></li><li title=\"link \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M326.612 185.391c59.747 59.809 58.927 155.698.36 214.59-.11.12-.24.25-.36.37l-67.2 67.2c-59.27 59.27-155.699 59.262-214.96 0-59.27-59.26-59.27-155.7 0-214.96l37.106-37.106c9.84-9.84 26.786-3.3 27.294 10.606.648 17.722 3.826 35.527 9.69 52.721 1.986 5.822.567 12.262-3.783 16.612l-13.087 13.087c-28.026 28.026-28.905 73.66-1.155 101.96 28.024 28.579 74.086 28.749 102.325.51l67.2-67.19c28.191-28.191 28.073-73.757 0-101.83-3.701-3.694-7.429-6.564-10.341-8.569a16.037 16.037 0 0 1-6.947-12.606c-.396-10.567 3.348-21.456 11.698-29.806l21.054-21.055c5.521-5.521 14.182-6.199 20.584-1.731a152.482 152.482 0 0 1 20.522 17.197zM467.547 44.449c-59.261-59.262-155.69-59.27-214.96 0l-67.2 67.2c-.12.12-.25.25-.36.37-58.566 58.892-59.387 154.781.36 214.59a152.454 152.454 0 0 0 20.521 17.196c6.402 4.468 15.064 3.789 20.584-1.731l21.054-21.055c8.35-8.35 12.094-19.239 11.698-29.806a16.037 16.037 0 0 0-6.947-12.606c-2.912-2.005-6.64-4.875-10.341-8.569-28.073-28.073-28.191-73.639 0-101.83l67.2-67.19c28.239-28.239 74.3-28.069 102.325.51 27.75 28.3 26.872 73.934-1.155 101.96l-13.087 13.087c-4.35 4.35-5.769 10.79-3.783 16.612 5.864 17.194 9.042 34.999 9.69 52.721.509 13.906 17.454 20.446 27.294 10.606l37.106-37.106c59.271-59.259 59.271-155.699.001-214.959z\"/></svg></li><li title=\"lira sign \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M371.994 256h-48.019C317.64 256 312 260.912 312 267.246 312 368 230.179 416 144 416V256.781l134.603-29.912A12 12 0 0 0 288 215.155v-40.976c0-7.677-7.109-13.38-14.603-11.714L144 191.219V160.78l134.603-29.912A12 12 0 0 0 288 119.154V78.179c0-7.677-7.109-13.38-14.603-11.714L144 95.219V44c0-6.627-5.373-12-12-12H76c-6.627 0-12 5.373-12 12v68.997L9.397 125.131A12 12 0 0 0 0 136.845v40.976c0 7.677 7.109 13.38 14.603 11.714L64 178.558v30.439L9.397 221.131A12 12 0 0 0 0 232.845v40.976c0 7.677 7.109 13.38 14.603 11.714L64 274.558V468c0 6.627 5.373 12 12 12h79.583c134.091 0 223.255-77.834 228.408-211.592.261-6.782-5.211-12.408-11.997-12.408z\"/></svg></li><li title=\"list alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 480H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h416c26.51 0 48 21.49 48 48v352c0 26.51-21.49 48-48 48zM128 120c-22.091 0-40 17.909-40 40s17.909 40 40 40 40-17.909 40-40-17.909-40-40-40zm0 96c-22.091 0-40 17.909-40 40s17.909 40 40 40 40-17.909 40-40-17.909-40-40-40zm0 96c-22.091 0-40 17.909-40 40s17.909 40 40 40 40-17.909 40-40-17.909-40-40-40zm288-136v-32c0-6.627-5.373-12-12-12H204c-6.627 0-12 5.373-12 12v32c0 6.627 5.373 12 12 12h200c6.627 0 12-5.373 12-12zm0 96v-32c0-6.627-5.373-12-12-12H204c-6.627 0-12 5.373-12 12v32c0 6.627 5.373 12 12 12h200c6.627 0 12-5.373 12-12zm0 96v-32c0-6.627-5.373-12-12-12H204c-6.627 0-12 5.373-12 12v32c0 6.627 5.373 12 12 12h200c6.627 0 12-5.373 12-12z\"/></svg></li><li title=\"list ol \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M61.77 401l17.5-20.15a19.92 19.92 0 0 0 5.07-14.19v-3.31C84.34 356 80.5 352 73 352H16a8 8 0 0 0-8 8v16a8 8 0 0 0 8 8h22.83a157.41 157.41 0 0 0-11 12.31l-5.61 7c-4 5.07-5.25 10.13-2.8 14.88l1.05 1.93c3 5.76 6.29 7.88 12.25 7.88h4.73c10.33 0 15.94 2.44 15.94 9.09 0 4.72-4.2 8.22-14.36 8.22a41.54 41.54 0 0 1-15.47-3.12c-6.49-3.88-11.74-3.5-15.6 3.12l-5.59 9.31c-3.72 6.13-3.19 11.72 2.63 15.94 7.71 4.69 20.38 9.44 37 9.44 34.16 0 48.5-22.75 48.5-44.12-.03-14.38-9.12-29.76-28.73-34.88zM496 224H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-160H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16V80a16 16 0 0 0-16-16zm0 320H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM16 160h64a8 8 0 0 0 8-8v-16a8 8 0 0 0-8-8H64V40a8 8 0 0 0-8-8H32a8 8 0 0 0-7.14 4.42l-8 16A8 8 0 0 0 24 64h8v64H16a8 8 0 0 0-8 8v16a8 8 0 0 0 8 8zm-3.91 160H80a8 8 0 0 0 8-8v-16a8 8 0 0 0-8-8H41.32c3.29-10.29 48.34-18.68 48.34-56.44 0-29.06-25-39.56-44.47-39.56-21.36 0-33.8 10-40.46 18.75-4.37 5.59-3 10.84 2.8 15.37l8.58 6.88c5.61 4.56 11 2.47 16.12-2.44a13.44 13.44 0 0 1 9.46-3.84c3.33 0 9.28 1.56 9.28 8.75C51 248.19 0 257.31 0 304.59v4C0 316 5.08 320 12.09 320z\"/></svg></li><li title=\"list ul \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M48 48a48 48 0 1 0 48 48 48 48 0 0 0-48-48zm0 160a48 48 0 1 0 48 48 48 48 0 0 0-48-48zm0 160a48 48 0 1 0 48 48 48 48 0 0 0-48-48zm448 16H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-320H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16V80a16 16 0 0 0-16-16zm0 160H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z\"/></svg></li><li title=\"list \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M80 368H16a16 16 0 0 0-16 16v64a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16v-64a16 16 0 0 0-16-16zm0-320H16A16 16 0 0 0 0 64v64a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16V64a16 16 0 0 0-16-16zm0 160H16a16 16 0 0 0-16 16v64a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16v-64a16 16 0 0 0-16-16zm416 176H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-320H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16V80a16 16 0 0 0-16-16zm0 160H176a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h320a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z\"/></svg></li><li title=\"location arrow \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M444.52 3.52L28.74 195.42c-47.97 22.39-31.98 92.75 19.19 92.75h175.91v175.91c0 51.17 70.36 67.17 92.75 19.19l191.9-415.78c15.99-38.39-25.59-79.97-63.97-63.97z\"/></svg></li><li title=\"lock open \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M423.5 0C339.5.3 272 69.5 272 153.5V224H48c-26.5 0-48 21.5-48 48v192c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48h-48v-71.1c0-39.6 31.7-72.5 71.3-72.9 40-.4 72.7 32.1 72.7 72v80c0 13.3 10.7 24 24 24h32c13.3 0 24-10.7 24-24v-80C576 68 507.5-.3 423.5 0z\"/></svg></li><li title=\"lock \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 224h-24v-72C376 68.2 307.8 0 224 0S72 68.2 72 152v72H48c-26.5 0-48 21.5-48 48v192c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48zm-104 0H152v-72c0-39.7 32.3-72 72-72s72 32.3 72 72v72z\"/></svg></li><li title=\"long arrow alt down \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 256 512\"><path d=\"M168 345.941V44c0-6.627-5.373-12-12-12h-56c-6.627 0-12 5.373-12 12v301.941H41.941c-21.382 0-32.09 25.851-16.971 40.971l86.059 86.059c9.373 9.373 24.569 9.373 33.941 0l86.059-86.059c15.119-15.119 4.411-40.971-16.971-40.971H168z\"/></svg></li><li title=\"long arrow alt left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M134.059 296H436c6.627 0 12-5.373 12-12v-56c0-6.627-5.373-12-12-12H134.059v-46.059c0-21.382-25.851-32.09-40.971-16.971L7.029 239.029c-9.373 9.373-9.373 24.569 0 33.941l86.059 86.059c15.119 15.119 40.971 4.411 40.971-16.971V296z\"/></svg></li><li title=\"long arrow alt right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M313.941 216H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h301.941v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.569 0-33.941l-86.059-86.059c-15.119-15.119-40.971-4.411-40.971 16.971V216z\"/></svg></li><li title=\"long arrow alt up \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 256 512\"><path d=\"M88 166.059V468c0 6.627 5.373 12 12 12h56c6.627 0 12-5.373 12-12V166.059h46.059c21.382 0 32.09-25.851 16.971-40.971l-86.059-86.059c-9.373-9.373-24.569-9.373-33.941 0l-86.059 86.059c-15.119 15.119-4.411 40.971 16.971 40.971H88z\"/></svg></li><li title=\"low vision \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M569.344 231.631C512.96 135.949 407.81 72 288 72c-28.468 0-56.102 3.619-82.451 10.409L152.778 10.24c-7.601-10.858-22.564-13.5-33.423-5.9l-13.114 9.178c-10.86 7.601-13.502 22.566-5.9 33.426l43.131 58.395C89.449 131.73 40.228 174.683 6.682 231.581c-.01.017-.023.033-.034.05-8.765 14.875-8.964 33.528 0 48.739 38.5 65.332 99.742 115.862 172.859 141.349L55.316 244.302A272.194 272.194 0 0 1 83.61 208.39l119.4 170.58h.01l40.63 58.04a330.055 330.055 0 0 0 78.94 1.17l-189.98-271.4a277.628 277.628 0 0 1 38.777-21.563l251.836 356.544c7.601 10.858 22.564 13.499 33.423 5.9l13.114-9.178c10.86-7.601 13.502-22.567 5.9-33.426l-43.12-58.377-.007-.009c57.161-27.978 104.835-72.04 136.81-126.301a47.938 47.938 0 0 0 .001-48.739zM390.026 345.94l-19.066-27.23c24.682-32.567 27.711-76.353 8.8-111.68v.03c0 23.65-19.17 42.82-42.82 42.82-23.828 0-42.82-19.349-42.82-42.82 0-23.65 19.17-42.82 42.82-42.82h.03c-24.75-13.249-53.522-15.643-79.51-7.68l-19.068-27.237C253.758 123.306 270.488 120 288 120c75.162 0 136 60.826 136 136 0 34.504-12.833 65.975-33.974 89.94z\"/></svg></li><li title=\"luggage cart \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M224 320h32V96h-32c-17.67 0-32 14.33-32 32v160c0 17.67 14.33 32 32 32zm352-32V128c0-17.67-14.33-32-32-32h-32v224h32c17.67 0 32-14.33 32-32zm48 96H128V16c0-8.84-7.16-16-16-16H16C7.16 0 0 7.16 0 16v32c0 8.84 7.16 16 16 16h48v368c0 8.84 7.16 16 16 16h82.94c-1.79 5.03-2.94 10.36-2.94 16 0 26.51 21.49 48 48 48s48-21.49 48-48c0-5.64-1.15-10.97-2.94-16h197.88c-1.79 5.03-2.94 10.36-2.94 16 0 26.51 21.49 48 48 48s48-21.49 48-48c0-5.64-1.15-10.97-2.94-16H624c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM480 96V48c0-26.51-21.49-48-48-48h-96c-26.51 0-48 21.49-48 48v272h192V96zm-48 0h-96V48h96v48z\"/></svg></li><li title=\"lungs virus \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M344,150.68V16A16,16,0,0,0,328,0H312a16,16,0,0,0-16,16V150.68a46.45,46.45,0,0,1,48,0ZM195.54,444.46a48.06,48.06,0,0,1,0-67.88l8.58-8.58H192a48,48,0,0,1,0-96h12.12l-8.58-8.57a48,48,0,0,1,60.46-74V161.75C256,125.38,224.62,96,186,96c-44,0-58,28.5-80.12,63.13a819.52,819.52,0,0,0-102,231A113.16,113.16,0,0,0,0,419.75C0,481,62.5,525.26,125.25,508.38l59.5-15.87a98.51,98.51,0,0,0,52.5-34.75,46.49,46.49,0,0,1-41.71-13.3Zm226.29-22.63a16,16,0,0,0,0-22.62l-8.58-8.58C393.09,370.47,407.37,336,435.88,336H448a16,16,0,0,0,0-32H435.88c-28.51,0-42.79-34.47-22.63-54.62l8.58-8.58a16,16,0,0,0-22.63-22.63l-8.57,8.58C370.47,246.91,336,232.63,336,204.12V192a16,16,0,0,0-32,0v12.12c0,28.51-34.47,42.79-54.63,22.63l-8.57-8.58a16,16,0,0,0-22.63,22.63l8.58,8.58c20.16,20.15,5.88,54.62-22.63,54.62H192a16,16,0,0,0,0,32h12.12c28.51,0,42.79,34.47,22.63,54.63l-8.58,8.58a16,16,0,1,0,22.63,22.62l8.57-8.57C269.53,393.1,304,407.38,304,435.88V448a16,16,0,0,0,32,0V435.88c0-28.5,34.47-42.78,54.63-22.62l8.57,8.57a16,16,0,0,0,22.63,0ZM288,304a16,16,0,1,1,16-16A16,16,0,0,1,288,304Zm64,64a16,16,0,1,1,16-16A16,16,0,0,1,352,368Zm284.12,22.13a819.52,819.52,0,0,0-102-231C512,124.5,498,96,454,96c-38.62,0-70,29.38-70,65.75v27.72a48,48,0,0,1,60.46,74L435.88,272H448a48,48,0,0,1,0,96H435.88l8.58,8.58a47.7,47.7,0,0,1-41.71,81.18,98.51,98.51,0,0,0,52.5,34.75l59.5,15.87C577.5,525.26,640,481,640,419.75A113.16,113.16,0,0,0,636.12,390.13Z\"/></svg></li><li title=\"lungs \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M636.11 390.15C614.44 308.85 580.07 231 534.1 159.13 511.98 124.56 498.03 96 454.05 96 415.36 96 384 125.42 384 161.71v60.11l-32.88-21.92a15.996 15.996 0 0 1-7.12-13.31V16c0-8.84-7.16-16-16-16h-16c-8.84 0-16 7.16-16 16v170.59c0 5.35-2.67 10.34-7.12 13.31L256 221.82v-60.11C256 125.42 224.64 96 185.95 96c-43.98 0-57.93 28.56-80.05 63.13C59.93 231 25.56 308.85 3.89 390.15 1.3 399.84 0 409.79 0 419.78c0 61.23 62.48 105.44 125.24 88.62l59.5-15.95c42.18-11.3 71.26-47.47 71.26-88.62v-87.49l-85.84 57.23a7.992 7.992 0 0 1-11.09-2.22l-8.88-13.31a7.992 7.992 0 0 1 2.22-11.09L320 235.23l167.59 111.72a7.994 7.994 0 0 1 2.22 11.09l-8.88 13.31a7.994 7.994 0 0 1-11.09 2.22L384 316.34v87.49c0 41.15 29.08 77.31 71.26 88.62l59.5 15.95C577.52 525.22 640 481.01 640 419.78c0-9.99-1.3-19.94-3.89-29.63z\"/></svg></li><li title=\"magic \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M224 96l16-32 32-16-32-16-16-32-16 32-32 16 32 16 16 32zM80 160l26.66-53.33L160 80l-53.34-26.67L80 0 53.34 53.33 0 80l53.34 26.67L80 160zm352 128l-26.66 53.33L352 368l53.34 26.67L432 448l26.66-53.33L512 368l-53.34-26.67L432 288zm70.62-193.77L417.77 9.38C411.53 3.12 403.34 0 395.15 0c-8.19 0-16.38 3.12-22.63 9.38L9.38 372.52c-12.5 12.5-12.5 32.76 0 45.25l84.85 84.85c6.25 6.25 14.44 9.37 22.62 9.37 8.19 0 16.38-3.12 22.63-9.37l363.14-363.15c12.5-12.48 12.5-32.75 0-45.24zM359.45 203.46l-50.91-50.91 86.6-86.6 50.91 50.91-86.6 86.6z\"/></svg></li><li title=\"magnet \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M164.07 148.1H12a12 12 0 0 1-12-12v-80a36 36 0 0 1 36-36h104a36 36 0 0 1 36 36v80a11.89 11.89 0 0 1-11.93 12zm347.93-12V56a36 36 0 0 0-36-36H372a36 36 0 0 0-36 36v80a12 12 0 0 0 12 12h152a11.89 11.89 0 0 0 12-11.9zm-164 44a12 12 0 0 0-12 12v52c0 128.1-160 127.9-160 0v-52a12 12 0 0 0-12-12H12.1a12 12 0 0 0-12 12.1c.1 21.4.6 40.3 0 53.3 0 150.6 136.17 246.6 256.75 246.6s255-96 255-246.7c-.6-12.8-.2-33 0-53.2a12 12 0 0 0-12-12.1z\"/></svg></li><li title=\"mail bulk \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M160 448c-25.6 0-51.2-22.4-64-32-64-44.8-83.2-60.8-96-70.4V480c0 17.67 14.33 32 32 32h256c17.67 0 32-14.33 32-32V345.6c-12.8 9.6-32 25.6-96 70.4-12.8 9.6-38.4 32-64 32zm128-192H32c-17.67 0-32 14.33-32 32v16c25.6 19.2 22.4 19.2 115.2 86.4 9.6 6.4 28.8 25.6 44.8 25.6s35.2-19.2 44.8-22.4c92.8-67.2 89.6-67.2 115.2-86.4V288c0-17.67-14.33-32-32-32zm256-96H224c-17.67 0-32 14.33-32 32v32h96c33.21 0 60.59 25.42 63.71 57.82l.29-.22V416h192c17.67 0 32-14.33 32-32V192c0-17.67-14.33-32-32-32zm-32 128h-64v-64h64v64zm-352-96c0-35.29 28.71-64 64-64h224V32c0-17.67-14.33-32-32-32H96C78.33 0 64 14.33 64 32v192h96v-32z\"/></svg></li><li title=\"male \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 192 512\"><path d=\"M96 0c35.346 0 64 28.654 64 64s-28.654 64-64 64-64-28.654-64-64S60.654 0 96 0m48 144h-11.36c-22.711 10.443-49.59 10.894-73.28 0H48c-26.51 0-48 21.49-48 48v136c0 13.255 10.745 24 24 24h16v136c0 13.255 10.745 24 24 24h64c13.255 0 24-10.745 24-24V352h16c13.255 0 24-10.745 24-24V192c0-26.51-21.49-48-48-48z\"/></svg></li><li title=\"map marked alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M288 0c-69.59 0-126 56.41-126 126 0 56.26 82.35 158.8 113.9 196.02 6.39 7.54 17.82 7.54 24.2 0C331.65 284.8 414 182.26 414 126 414 56.41 357.59 0 288 0zm0 168c-23.2 0-42-18.8-42-42s18.8-42 42-42 42 18.8 42 42-18.8 42-42 42zM20.12 215.95A32.006 32.006 0 0 0 0 245.66v250.32c0 11.32 11.43 19.06 21.94 14.86L160 448V214.92c-8.84-15.98-16.07-31.54-21.25-46.42L20.12 215.95zM288 359.67c-14.07 0-27.38-6.18-36.51-16.96-19.66-23.2-40.57-49.62-59.49-76.72v182l192 64V266c-18.92 27.09-39.82 53.52-59.49 76.72-9.13 10.77-22.44 16.95-36.51 16.95zm266.06-198.51L416 224v288l139.88-55.95A31.996 31.996 0 0 0 576 426.34V176.02c0-11.32-11.43-19.06-21.94-14.86z\"/></svg></li><li title=\"map marked \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M288 0c-69.59 0-126 56.41-126 126 0 56.26 82.35 158.8 113.9 196.02 6.39 7.54 17.82 7.54 24.2 0C331.65 284.8 414 182.26 414 126 414 56.41 357.59 0 288 0zM20.12 215.95A32.006 32.006 0 0 0 0 245.66v250.32c0 11.32 11.43 19.06 21.94 14.86L160 448V214.92c-8.84-15.98-16.07-31.54-21.25-46.42L20.12 215.95zM288 359.67c-14.07 0-27.38-6.18-36.51-16.96-19.66-23.2-40.57-49.62-59.49-76.72v182l192 64V266c-18.92 27.09-39.82 53.52-59.49 76.72-9.13 10.77-22.44 16.95-36.51 16.95zm266.06-198.51L416 224v288l139.88-55.95A31.996 31.996 0 0 0 576 426.34V176.02c0-11.32-11.43-19.06-21.94-14.86z\"/></svg></li><li title=\"map marker alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"/></svg></li><li title=\"map marker \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0z\"/></svg></li><li title=\"map pin \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 288 512\"><path d=\"M112 316.94v156.69l22.02 33.02c4.75 7.12 15.22 7.12 19.97 0L176 473.63V316.94c-10.39 1.92-21.06 3.06-32 3.06s-21.61-1.14-32-3.06zM144 0C64.47 0 0 64.47 0 144s64.47 144 144 144 144-64.47 144-144S223.53 0 144 0zm0 76c-37.5 0-68 30.5-68 68 0 6.62-5.38 12-12 12s-12-5.38-12-12c0-50.73 41.28-92 92-92 6.62 0 12 5.38 12 12s-5.38 12-12 12z\"/></svg></li><li title=\"map signs \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M507.31 84.69L464 41.37c-6-6-14.14-9.37-22.63-9.37H288V16c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v16H56c-13.25 0-24 10.75-24 24v80c0 13.25 10.75 24 24 24h385.37c8.49 0 16.62-3.37 22.63-9.37l43.31-43.31c6.25-6.26 6.25-16.38 0-22.63zM224 496c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V384h-64v112zm232-272H288v-32h-64v32H70.63c-8.49 0-16.62 3.37-22.63 9.37L4.69 276.69c-6.25 6.25-6.25 16.38 0 22.63L48 342.63c6 6 14.14 9.37 22.63 9.37H456c13.25 0 24-10.75 24-24v-80c0-13.25-10.75-24-24-24z\"/></svg></li><li title=\"map \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M0 117.66v346.32c0 11.32 11.43 19.06 21.94 14.86L160 416V32L20.12 87.95A32.006 32.006 0 0 0 0 117.66zM192 416l192 64V96L192 32v384zM554.06 33.16L416 96v384l139.88-55.95A31.996 31.996 0 0 0 576 394.34V48.02c0-11.32-11.43-19.06-21.94-14.86z\"/></svg></li><li title=\"marker \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M93.95 290.03A327.038 327.038 0 0 0 .17 485.11l-.03.23c-1.7 15.28 11.21 28.2 26.49 26.51a327.02 327.02 0 0 0 195.34-93.8l75.4-75.4-128.02-128.02-75.4 75.4zM485.49 26.51c-35.35-35.35-92.67-35.35-128.02 0l-21.76 21.76-36.56-36.55c-15.62-15.62-40.95-15.62-56.56 0L138.47 115.84c-6.25 6.25-6.25 16.38 0 22.63l22.62 22.62c6.25 6.25 16.38 6.25 22.63 0l87.15-87.15 19.59 19.59L191.98 192 320 320.02l165.49-165.49c35.35-35.35 35.35-92.66 0-128.02z\"/></svg></li><li title=\"mars double \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M340 0h-79c-10.7 0-16 12.9-8.5 20.5l16.9 16.9-48.7 48.7C198.5 72.1 172.2 64 144 64 64.5 64 0 128.5 0 208s64.5 144 144 144 144-64.5 144-144c0-28.2-8.1-54.5-22.1-76.7l48.7-48.7 16.9 16.9c2.4 2.4 5.5 3.5 8.4 3.5 6.2 0 12.1-4.8 12.1-12V12c0-6.6-5.4-12-12-12zM144 288c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80zm356-128.1h-79c-10.7 0-16 12.9-8.5 20.5l16.9 16.9-48.7 48.7c-18.2-11.4-39-18.9-61.5-21.3-2.1 21.8-8.2 43.3-18.4 63.3 1.1 0 2.2-.1 3.2-.1 44.1 0 80 35.9 80 80s-35.9 80-80 80-80-35.9-80-80c0-1.1 0-2.2.1-3.2-20 10.2-41.5 16.4-63.3 18.4C168.4 455.6 229.6 512 304 512c79.5 0 144-64.5 144-144 0-28.2-8.1-54.5-22.1-76.7l48.7-48.7 16.9 16.9c2.4 2.4 5.4 3.5 8.4 3.5 6.2 0 12.1-4.8 12.1-12v-79c0-6.7-5.4-12.1-12-12.1z\"/></svg></li><li title=\"mars stroke h \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 480 512\"><path d=\"M476.2 247.5l-55.9-55.9c-7.6-7.6-20.5-2.2-20.5 8.5V224H376v-20c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v20h-27.6c-5.8-25.6-18.7-49.9-38.6-69.8C189.6 98 98.4 98 42.2 154.2c-56.2 56.2-56.2 147.4 0 203.6 56.2 56.2 147.4 56.2 203.6 0 19.9-19.9 32.8-44.2 38.6-69.8H312v20c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-20h23.9v23.9c0 10.7 12.9 16 20.5 8.5l55.9-55.9c4.6-4.7 4.6-12.3-.1-17zm-275.6 65.1c-31.2 31.2-81.9 31.2-113.1 0-31.2-31.2-31.2-81.9 0-113.1 31.2-31.2 81.9-31.2 113.1 0 31.2 31.1 31.2 81.9 0 113.1z\"/></svg></li><li title=\"mars stroke v \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 288 512\"><path d=\"M245.8 234.2c-19.9-19.9-44.2-32.8-69.8-38.6v-25.4h20c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-20V81.4h23.9c10.7 0 16-12.9 8.5-20.5L152.5 5.1c-4.7-4.7-12.3-4.7-17 0L79.6 61c-7.6 7.6-2.2 20.5 8.5 20.5H112v24.7H92c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h20v25.4c-25.6 5.8-49.9 18.7-69.8 38.6-56.2 56.2-56.2 147.4 0 203.6 56.2 56.2 147.4 56.2 203.6 0 56.3-56.2 56.3-147.4 0-203.6zm-45.2 158.4c-31.2 31.2-81.9 31.2-113.1 0-31.2-31.2-31.2-81.9 0-113.1 31.2-31.2 81.9-31.2 113.1 0 31.2 31.1 31.2 81.9 0 113.1z\"/></svg></li><li title=\"mars stroke \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M372 64h-79c-10.7 0-16 12.9-8.5 20.5l16.9 16.9-17.5 17.5-14.1-14.1c-4.7-4.7-12.3-4.7-17 0L224.5 133c-4.7 4.7-4.7 12.3 0 17l14.1 14.1-18 18c-22.2-14-48.5-22.1-76.7-22.1C64.5 160 0 224.5 0 304s64.5 144 144 144 144-64.5 144-144c0-28.2-8.1-54.5-22.1-76.7l18-18 14.1 14.1c4.7 4.7 12.3 4.7 17 0l28.3-28.3c4.7-4.7 4.7-12.3 0-17L329.2 164l17.5-17.5 16.9 16.9c7.6 7.6 20.5 2.2 20.5-8.5V76c-.1-6.6-5.5-12-12.1-12zM144 384c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z\"/></svg></li><li title=\"mars \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M372 64h-79c-10.7 0-16 12.9-8.5 20.5l16.9 16.9-80.7 80.7c-22.2-14-48.5-22.1-76.7-22.1C64.5 160 0 224.5 0 304s64.5 144 144 144 144-64.5 144-144c0-28.2-8.1-54.5-22.1-76.7l80.7-80.7 16.9 16.9c7.6 7.6 20.5 2.2 20.5-8.5V76c0-6.6-5.4-12-12-12zM144 384c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z\"/></svg></li><li title=\"mask \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M320.67 64c-442.6 0-357.57 384-158.46 384 39.9 0 77.47-20.69 101.42-55.86l25.73-37.79c15.66-22.99 46.97-22.99 62.63 0l25.73 37.79C401.66 427.31 439.23 448 479.13 448c189.86 0 290.63-384-158.46-384zM184 308.36c-41.06 0-67.76-25.66-80.08-41.05-5.23-6.53-5.23-16.09 0-22.63 12.32-15.4 39.01-41.05 80.08-41.05s67.76 25.66 80.08 41.05c5.23 6.53 5.23 16.09 0 22.63-12.32 15.4-39.02 41.05-80.08 41.05zm272 0c-41.06 0-67.76-25.66-80.08-41.05-5.23-6.53-5.23-16.09 0-22.63 12.32-15.4 39.01-41.05 80.08-41.05s67.76 25.66 80.08 41.05c5.23 6.53 5.23 16.09 0 22.63-12.32 15.4-39.02 41.05-80.08 41.05z\"/></svg></li><li title=\"medal \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M223.75 130.75L154.62 15.54A31.997 31.997 0 0 0 127.18 0H16.03C3.08 0-4.5 14.57 2.92 25.18l111.27 158.96c29.72-27.77 67.52-46.83 109.56-53.39zM495.97 0H384.82c-11.24 0-21.66 5.9-27.44 15.54l-69.13 115.21c42.04 6.56 79.84 25.62 109.56 53.38L509.08 25.18C516.5 14.57 508.92 0 495.97 0zM256 160c-97.2 0-176 78.8-176 176s78.8 176 176 176 176-78.8 176-176-78.8-176-176-176zm92.52 157.26l-37.93 36.96 8.97 52.22c1.6 9.36-8.26 16.51-16.65 12.09L256 393.88l-46.9 24.65c-8.4 4.45-18.25-2.74-16.65-12.09l8.97-52.22-37.93-36.96c-6.82-6.64-3.05-18.23 6.35-19.59l52.43-7.64 23.43-47.52c2.11-4.28 6.19-6.39 10.28-6.39 4.11 0 8.22 2.14 10.33 6.39l23.43 47.52 52.43 7.64c9.4 1.36 13.17 12.95 6.35 19.59z\"/></svg></li><li title=\"medkit \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M96 480h320V128h-32V80c0-26.51-21.49-48-48-48H176c-26.51 0-48 21.49-48 48v48H96v352zm96-384h128v32H192V96zm320 80v256c0 26.51-21.49 48-48 48h-16V128h16c26.51 0 48 21.49 48 48zM64 480H48c-26.51 0-48-21.49-48-48V176c0-26.51 21.49-48 48-48h16v352zm288-208v32c0 8.837-7.163 16-16 16h-48v48c0 8.837-7.163 16-16 16h-32c-8.837 0-16-7.163-16-16v-48h-48c-8.837 0-16-7.163-16-16v-32c0-8.837 7.163-16 16-16h48v-48c0-8.837 7.163-16 16-16h32c8.837 0 16 7.163 16 16v48h48c8.837 0 16 7.163 16 16z\"/></svg></li><li title=\"meh blank \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm-80 232c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm160 0c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"/></svg></li><li title=\"meh rolling eyes \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM88 224c0-24.3 13.7-45.2 33.6-56-.7 2.6-1.6 5.2-1.6 8 0 17.7 14.3 32 32 32s32-14.3 32-32c0-2.8-.9-5.4-1.6-8 19.9 10.8 33.6 31.7 33.6 56 0 35.3-28.7 64-64 64s-64-28.7-64-64zm224 176H184c-21.2 0-21.2-32 0-32h128c21.2 0 21.2 32 0 32zm32-112c-35.3 0-64-28.7-64-64 0-24.3 13.7-45.2 33.6-56-.7 2.6-1.6 5.2-1.6 8 0 17.7 14.3 32 32 32s32-14.3 32-32c0-2.8-.9-5.4-1.6-8 19.9 10.8 33.6 31.7 33.6 56 0 35.3-28.7 64-64 64z\"/></svg></li><li title=\"meh \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm-80 168c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm176 192H152c-21.2 0-21.2-32 0-32h192c21.2 0 21.2 32 0 32zm-16-128c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"/></svg></li><li title=\"memory \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M640 130.94V96c0-17.67-14.33-32-32-32H32C14.33 64 0 78.33 0 96v34.94c18.6 6.61 32 24.19 32 45.06s-13.4 38.45-32 45.06V320h640v-98.94c-18.6-6.61-32-24.19-32-45.06s13.4-38.45 32-45.06zM224 256h-64V128h64v128zm128 0h-64V128h64v128zm128 0h-64V128h64v128zM0 448h64v-26.67c0-8.84 7.16-16 16-16s16 7.16 16 16V448h128v-26.67c0-8.84 7.16-16 16-16s16 7.16 16 16V448h128v-26.67c0-8.84 7.16-16 16-16s16 7.16 16 16V448h128v-26.67c0-8.84 7.16-16 16-16s16 7.16 16 16V448h64v-96H0v96z\"/></svg></li><li title=\"menorah \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M144 128h-32c-8.84 0-16 7.16-16 16v144h64V144c0-8.84-7.16-16-16-16zm96 0h-32c-8.84 0-16 7.16-16 16v144h64V144c0-8.84-7.16-16-16-16zm192 0h-32c-8.84 0-16 7.16-16 16v144h64V144c0-8.84-7.16-16-16-16zm96 0h-32c-8.84 0-16 7.16-16 16v144h64V144c0-8.84-7.16-16-16-16zm80-32c17.67 0 32-14.33 32-32S608 0 608 0s-32 46.33-32 64 14.33 32 32 32zm-96 0c17.67 0 32-14.33 32-32S512 0 512 0s-32 46.33-32 64 14.33 32 32 32zm-96 0c17.67 0 32-14.33 32-32S416 0 416 0s-32 46.33-32 64 14.33 32 32 32zm-96 0c17.67 0 32-14.33 32-32S320 0 320 0s-32 46.33-32 64 14.33 32 32 32zm-96 0c17.67 0 32-14.33 32-32S224 0 224 0s-32 46.33-32 64 14.33 32 32 32zm-96 0c17.67 0 32-14.33 32-32S128 0 128 0 96 46.33 96 64s14.33 32 32 32zm-96 0c17.67 0 32-14.33 32-32S32 0 32 0 0 46.33 0 64s14.33 32 32 32zm544 192c0 17.67-14.33 32-32 32H352V144c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v176H96c-17.67 0-32-14.33-32-32V144c0-8.84-7.16-16-16-16H16c-8.84 0-16 7.16-16 16v144c0 53.02 42.98 96 96 96h192v64H112c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h416c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16H352v-64h192c53.02 0 96-42.98 96-96V144c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144z\"/></svg></li><li title=\"mercury \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 288 512\"><path d=\"M288 208c0-44.2-19.9-83.7-51.2-110.1 2.5-1.8 4.9-3.8 7.2-5.8 24.7-21.2 39.8-48.8 43.2-78.8.9-7.1-4.7-13.3-11.9-13.3h-40.5C229 0 224.1 4.1 223 9.8c-2.4 12.5-9.6 24.3-20.7 33.8C187 56.8 166.3 64 144 64s-43-7.2-58.4-20.4C74.5 34.1 67.4 22.3 64.9 9.8 63.8 4.1 58.9 0 53.2 0H12.7C5.5 0-.1 6.2.8 13.3 4.2 43.4 19.2 71 44 92.2c2.3 2 4.7 3.9 7.2 5.8C19.9 124.3 0 163.8 0 208c0 68.5 47.9 125.9 112 140.4V400H76c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h36v36c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-36h36c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-36v-51.6c64.1-14.5 112-71.9 112-140.4zm-224 0c0-44.1 35.9-80 80-80s80 35.9 80 80-35.9 80-80 80-80-35.9-80-80z\"/></svg></li><li title=\"meteor \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.328,20.8027c-11.60759,38.70264-34.30724,111.70173-61.30311,187.70077,6.99893,2.09372,13.4042,4,18.60653,5.59368a16.06158,16.06158,0,0,1,9.49854,22.906c-22.106,42.29635-82.69047,152.795-142.47819,214.40356-.99984,1.09373-1.99969,2.5-2.99954,3.49995A194.83046,194.83046,0,1,1,57.085,179.41009c.99985-1,2.40588-2,3.49947-3,61.59994-59.90549,171.97367-120.40473,214.37343-142.4982a16.058,16.058,0,0,1,22.90274,9.49988c1.59351,5.09368,3.49947,11.5936,5.5929,18.59351C379.34818,35.00565,452.43074,12.30281,491.12794.70921A16.18325,16.18325,0,0,1,511.328,20.8027ZM319.951,320.00207A127.98041,127.98041,0,1,0,191.97061,448.00046,127.97573,127.97573,0,0,0,319.951,320.00207Zm-127.98041-31.9996a31.9951,31.9951,0,1,1-31.9951-31.9996A31.959,31.959,0,0,1,191.97061,288.00247Zm31.9951,79.999a15.99755,15.99755,0,1,1-15.99755-15.9998A16.04975,16.04975,0,0,1,223.96571,368.00147Z\"/></svg></li><li title=\"microchip \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M416 48v416c0 26.51-21.49 48-48 48H144c-26.51 0-48-21.49-48-48V48c0-26.51 21.49-48 48-48h224c26.51 0 48 21.49 48 48zm96 58v12a6 6 0 0 1-6 6h-18v6a6 6 0 0 1-6 6h-42V88h42a6 6 0 0 1 6 6v6h18a6 6 0 0 1 6 6zm0 96v12a6 6 0 0 1-6 6h-18v6a6 6 0 0 1-6 6h-42v-48h42a6 6 0 0 1 6 6v6h18a6 6 0 0 1 6 6zm0 96v12a6 6 0 0 1-6 6h-18v6a6 6 0 0 1-6 6h-42v-48h42a6 6 0 0 1 6 6v6h18a6 6 0 0 1 6 6zm0 96v12a6 6 0 0 1-6 6h-18v6a6 6 0 0 1-6 6h-42v-48h42a6 6 0 0 1 6 6v6h18a6 6 0 0 1 6 6zM30 376h42v48H30a6 6 0 0 1-6-6v-6H6a6 6 0 0 1-6-6v-12a6 6 0 0 1 6-6h18v-6a6 6 0 0 1 6-6zm0-96h42v48H30a6 6 0 0 1-6-6v-6H6a6 6 0 0 1-6-6v-12a6 6 0 0 1 6-6h18v-6a6 6 0 0 1 6-6zm0-96h42v48H30a6 6 0 0 1-6-6v-6H6a6 6 0 0 1-6-6v-12a6 6 0 0 1 6-6h18v-6a6 6 0 0 1 6-6zm0-96h42v48H30a6 6 0 0 1-6-6v-6H6a6 6 0 0 1-6-6v-12a6 6 0 0 1 6-6h18v-6a6 6 0 0 1 6-6z\"/></svg></li><li title=\"microphone alt slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M633.82 458.1L476.26 336.33C488.74 312.21 496 284.98 496 256v-48c0-8.84-7.16-16-16-16h-16c-8.84 0-16 7.16-16 16v48c0 17.92-3.96 34.8-10.72 50.2l-26.55-20.52c3.1-9.4 5.28-19.22 5.28-29.67h-43.67l-41.4-32H416v-32h-85.33c-5.89 0-10.67-3.58-10.67-8v-16c0-4.42 4.78-8 10.67-8H416v-32h-85.33c-5.89 0-10.67-3.58-10.67-8v-16c0-4.42 4.78-8 10.67-8H416c0-53.02-42.98-96-96-96s-96 42.98-96 96v45.36L45.47 3.37C38.49-2.05 28.43-.8 23.01 6.18L3.37 31.45C-2.05 38.42-.8 48.47 6.18 53.9l588.36 454.73c6.98 5.43 17.03 4.17 22.46-2.81l19.64-25.27c5.41-6.97 4.16-17.02-2.82-22.45zM400 464h-56v-33.78c11.71-1.62 23.1-4.28 33.96-8.08l-50.4-38.96c-6.71.4-13.41.87-20.35.2-55.85-5.45-98.74-48.63-111.18-101.85L144 241.31v6.85c0 89.64 63.97 169.55 152 181.69V464h-56c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16h160c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16z\"/></svg></li><li title=\"microphone alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 352 512\"><path d=\"M336 192h-16c-8.84 0-16 7.16-16 16v48c0 74.8-64.49 134.82-140.79 127.38C96.71 376.89 48 317.11 48 250.3V208c0-8.84-7.16-16-16-16H16c-8.84 0-16 7.16-16 16v40.16c0 89.64 63.97 169.55 152 181.69V464H96c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16h160c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16h-56v-33.77C285.71 418.47 352 344.9 352 256v-48c0-8.84-7.16-16-16-16zM176 352c53.02 0 96-42.98 96-96h-85.33c-5.89 0-10.67-3.58-10.67-8v-16c0-4.42 4.78-8 10.67-8H272v-32h-85.33c-5.89 0-10.67-3.58-10.67-8v-16c0-4.42 4.78-8 10.67-8H272v-32h-85.33c-5.89 0-10.67-3.58-10.67-8v-16c0-4.42 4.78-8 10.67-8H272c0-53.02-42.98-96-96-96S80 42.98 80 96v160c0 53.02 42.98 96 96 96z\"/></svg></li><li title=\"microphone slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M633.82 458.1l-157.8-121.96C488.61 312.13 496 285.01 496 256v-48c0-8.84-7.16-16-16-16h-16c-8.84 0-16 7.16-16 16v48c0 17.92-3.96 34.8-10.72 50.2l-26.55-20.52c3.1-9.4 5.28-19.22 5.28-29.67V96c0-53.02-42.98-96-96-96s-96 42.98-96 96v45.36L45.47 3.37C38.49-2.05 28.43-.8 23.01 6.18L3.37 31.45C-2.05 38.42-.8 48.47 6.18 53.9l588.36 454.73c6.98 5.43 17.03 4.17 22.46-2.81l19.64-25.27c5.41-6.97 4.16-17.02-2.82-22.45zM400 464h-56v-33.77c11.66-1.6 22.85-4.54 33.67-8.31l-50.11-38.73c-6.71.4-13.41.87-20.35.2-55.85-5.45-98.74-48.63-111.18-101.85L144 241.31v6.85c0 89.64 63.97 169.55 152 181.69V464h-56c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16h160c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16z\"/></svg></li><li title=\"microphone \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 352 512\"><path d=\"M176 352c53.02 0 96-42.98 96-96V96c0-53.02-42.98-96-96-96S80 42.98 80 96v160c0 53.02 42.98 96 96 96zm160-160h-16c-8.84 0-16 7.16-16 16v48c0 74.8-64.49 134.82-140.79 127.38C96.71 376.89 48 317.11 48 250.3V208c0-8.84-7.16-16-16-16H16c-8.84 0-16 7.16-16 16v40.16c0 89.64 63.97 169.55 152 181.69V464H96c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16h160c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16h-56v-33.77C285.71 418.47 352 344.9 352 256v-48c0-8.84-7.16-16-16-16z\"/></svg></li><li title=\"microscope \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M160 320h12v16c0 8.84 7.16 16 16 16h40c8.84 0 16-7.16 16-16v-16h12c17.67 0 32-14.33 32-32V64c0-17.67-14.33-32-32-32V16c0-8.84-7.16-16-16-16h-64c-8.84 0-16 7.16-16 16v16c-17.67 0-32 14.33-32 32v224c0 17.67 14.33 32 32 32zm304 128h-1.29C493.24 413.99 512 369.2 512 320c0-105.88-86.12-192-192-192v64c70.58 0 128 57.42 128 128s-57.42 128-128 128H48c-26.51 0-48 21.49-48 48 0 8.84 7.16 16 16 16h480c8.84 0 16-7.16 16-16 0-26.51-21.49-48-48-48zm-360-32h208c4.42 0 8-3.58 8-8v-16c0-4.42-3.58-8-8-8H104c-4.42 0-8 3.58-8 8v16c0 4.42 3.58 8 8 8z\"/></svg></li><li title=\"minus circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zM124 296c-6.6 0-12-5.4-12-12v-56c0-6.6 5.4-12 12-12h264c6.6 0 12 5.4 12 12v56c0 6.6-5.4 12-12 12H124z\"/></svg></li><li title=\"minus square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM92 296c-6.6 0-12-5.4-12-12v-56c0-6.6 5.4-12 12-12h264c6.6 0 12 5.4 12 12v56c0 6.6-5.4 12-12 12H92z\"/></svg></li><li title=\"minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"/></svg></li><li title=\"mitten \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M368 416H48c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16h320c8.8 0 16-7.2 16-16v-64c0-8.8-7.2-16-16-16zm57-209.1c-27.2-22.6-67.5-19-90.1 8.2l-20.9 25-29.6-128.4c-18-77.5-95.4-125.9-172.8-108C34.2 21.6-14.2 98.9 3.7 176.4L51.6 384h309l72.5-87c22.7-27.2 19-67.5-8.1-90.1z\"/></svg></li><li title=\"mobile alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"><path d=\"M272 0H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h224c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zM160 480c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm112-108c0 6.6-5.4 12-12 12H60c-6.6 0-12-5.4-12-12V60c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v312z\"/></svg></li><li title=\"mobile \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"><path d=\"M272 0H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h224c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zM160 480c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"/></svg></li><li title=\"money bill alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M352 288h-16v-88c0-4.42-3.58-8-8-8h-13.58c-4.74 0-9.37 1.4-13.31 4.03l-15.33 10.22a7.994 7.994 0 0 0-2.22 11.09l8.88 13.31a7.994 7.994 0 0 0 11.09 2.22l.47-.31V288h-16c-4.42 0-8 3.58-8 8v16c0 4.42 3.58 8 8 8h64c4.42 0 8-3.58 8-8v-16c0-4.42-3.58-8-8-8zM608 64H32C14.33 64 0 78.33 0 96v320c0 17.67 14.33 32 32 32h576c17.67 0 32-14.33 32-32V96c0-17.67-14.33-32-32-32zM48 400v-64c35.35 0 64 28.65 64 64H48zm0-224v-64h64c0 35.35-28.65 64-64 64zm272 192c-53.02 0-96-50.15-96-112 0-61.86 42.98-112 96-112s96 50.14 96 112c0 61.87-43 112-96 112zm272 32h-64c0-35.35 28.65-64 64-64v64zm0-224c-35.35 0-64-28.65-64-64h64v64z\"/></svg></li><li title=\"money bill wave alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M621.16 54.46C582.37 38.19 543.55 32 504.75 32c-123.17-.01-246.33 62.34-369.5 62.34-30.89 0-61.76-3.92-92.65-13.72-3.47-1.1-6.95-1.62-10.35-1.62C15.04 79 0 92.32 0 110.81v317.26c0 12.63 7.23 24.6 18.84 29.46C57.63 473.81 96.45 480 135.25 480c123.17 0 246.34-62.35 369.51-62.35 30.89 0 61.76 3.92 92.65 13.72 3.47 1.1 6.95 1.62 10.35 1.62 17.21 0 32.25-13.32 32.25-31.81V83.93c-.01-12.64-7.24-24.6-18.85-29.47zM320 352c-44.19 0-80-42.99-80-96 0-53.02 35.82-96 80-96s80 42.98 80 96c0 53.03-35.83 96-80 96z\"/></svg></li><li title=\"money bill wave \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M621.16 54.46C582.37 38.19 543.55 32 504.75 32c-123.17-.01-246.33 62.34-369.5 62.34-30.89 0-61.76-3.92-92.65-13.72-3.47-1.1-6.95-1.62-10.35-1.62C15.04 79 0 92.32 0 110.81v317.26c0 12.63 7.23 24.6 18.84 29.46C57.63 473.81 96.45 480 135.25 480c123.17 0 246.34-62.35 369.51-62.35 30.89 0 61.76 3.92 92.65 13.72 3.47 1.1 6.95 1.62 10.35 1.62 17.21 0 32.25-13.32 32.25-31.81V83.93c-.01-12.64-7.24-24.6-18.85-29.47zM48 132.22c20.12 5.04 41.12 7.57 62.72 8.93C104.84 170.54 79 192.69 48 192.69v-60.47zm0 285v-47.78c34.37 0 62.18 27.27 63.71 61.4-22.53-1.81-43.59-6.31-63.71-13.62zM320 352c-44.19 0-80-42.99-80-96 0-53.02 35.82-96 80-96s80 42.98 80 96c0 53.03-35.83 96-80 96zm272 27.78c-17.52-4.39-35.71-6.85-54.32-8.44 5.87-26.08 27.5-45.88 54.32-49.28v57.72zm0-236.11c-30.89-3.91-54.86-29.7-55.81-61.55 19.54 2.17 38.09 6.23 55.81 12.66v48.89z\"/></svg></li><li title=\"money bill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M608 64H32C14.33 64 0 78.33 0 96v320c0 17.67 14.33 32 32 32h576c17.67 0 32-14.33 32-32V96c0-17.67-14.33-32-32-32zM48 400v-64c35.35 0 64 28.65 64 64H48zm0-224v-64h64c0 35.35-28.65 64-64 64zm272 176c-44.19 0-80-42.99-80-96 0-53.02 35.82-96 80-96s80 42.98 80 96c0 53.03-35.83 96-80 96zm272 48h-64c0-35.35 28.65-64 64-64v64zm0-224c-35.35 0-64-28.65-64-64h64v64z\"/></svg></li><li title=\"money check alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M608 32H32C14.33 32 0 46.33 0 64v384c0 17.67 14.33 32 32 32h576c17.67 0 32-14.33 32-32V64c0-17.67-14.33-32-32-32zM176 327.88V344c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V152c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07zM416 312c0 4.42-3.58 8-8 8H296c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h112c4.42 0 8 3.58 8 8v16zm160 0c0 4.42-3.58 8-8 8h-80c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16zm0-96c0 4.42-3.58 8-8 8H296c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h272c4.42 0 8 3.58 8 8v16z\"/></svg></li><li title=\"money check \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M0 448c0 17.67 14.33 32 32 32h576c17.67 0 32-14.33 32-32V128H0v320zm448-208c0-8.84 7.16-16 16-16h96c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16h-96c-8.84 0-16-7.16-16-16v-32zm0 120c0-4.42 3.58-8 8-8h112c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H456c-4.42 0-8-3.58-8-8v-16zM64 264c0-4.42 3.58-8 8-8h304c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8v-16zm0 96c0-4.42 3.58-8 8-8h176c4.42 0 8 3.58 8 8v16c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8v-16zM624 32H16C7.16 32 0 39.16 0 48v48h640V48c0-8.84-7.16-16-16-16z\"/></svg></li><li title=\"monument \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M368 448H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h352c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zm-78.86-347.26a31.97 31.97 0 0 0-9.21-19.44L203.31 4.69c-6.25-6.25-16.38-6.25-22.63 0l-76.6 76.61a31.97 31.97 0 0 0-9.21 19.44L64 416h256l-30.86-315.26zM240 307.2c0 6.4-6.4 12.8-12.8 12.8h-70.4c-6.4 0-12.8-6.4-12.8-12.8v-38.4c0-6.4 6.4-12.8 12.8-12.8h70.4c6.4 0 12.8 6.4 12.8 12.8v38.4z\"/></svg></li><li title=\"moon \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M283.211 512c78.962 0 151.079-35.925 198.857-94.792 7.068-8.708-.639-21.43-11.562-19.35-124.203 23.654-238.262-71.576-238.262-196.954 0-72.222 38.662-138.635 101.498-174.394 9.686-5.512 7.25-20.197-3.756-22.23A258.156 258.156 0 0 0 283.211 0c-141.309 0-256 114.511-256 256 0 141.309 114.511 256 256 256z\"/></svg></li><li title=\"mortar pestle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M501.54 60.91c17.22-17.22 12.51-46.25-9.27-57.14a35.696 35.696 0 0 0-37.37 3.37L251.09 160h151.37l99.08-99.09zM496 192H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h16c0 80.98 50.2 150.11 121.13 178.32-12.76 16.87-21.72 36.8-24.95 58.69-1.46 9.92 6.04 18.98 16.07 18.98h223.5c10.03 0 17.53-9.06 16.07-18.98-3.22-21.89-12.18-41.82-24.95-58.69C429.8 406.11 480 336.98 480 256h16c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"/></svg></li><li title=\"mosque \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M0 480c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32V160H0v320zm579.16-192c17.86-17.39 28.84-37.34 28.84-58.91 0-52.86-41.79-93.79-87.92-122.9-41.94-26.47-80.63-57.77-111.96-96.22L400 0l-8.12 9.97c-31.33 38.45-70.01 69.76-111.96 96.22C233.79 135.3 192 176.23 192 229.09c0 21.57 10.98 41.52 28.84 58.91h358.32zM608 320H192c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h32v-64c0-17.67 14.33-32 32-32s32 14.33 32 32v64h64v-72c0-48 48-72 48-72s48 24 48 72v72h64v-64c0-17.67 14.33-32 32-32s32 14.33 32 32v64h32c17.67 0 32-14.33 32-32V352c0-17.67-14.33-32-32-32zM64 0S0 32 0 96v32h128V96c0-64-64-96-64-96z\"/></svg></li><li title=\"motorcycle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M512.9 192c-14.9-.1-29.1 2.3-42.4 6.9L437.6 144H520c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24h-45.3c-6.8 0-13.3 2.9-17.8 7.9l-37.5 41.7-22.8-38C392.2 68.4 384.4 64 376 64h-80c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16h66.4l19.2 32H227.9c-17.7-23.1-44.9-40-99.9-40H72.5C59 104 47.7 115 48 128.5c.2 13 10.9 23.5 24 23.5h56c24.5 0 38.7 10.9 47.8 24.8l-11.3 20.5c-13-3.9-26.9-5.7-41.3-5.2C55.9 194.5 1.6 249.6 0 317c-1.6 72.1 56.3 131 128 131 59.6 0 109.7-40.8 124-96h84.2c13.7 0 24.6-11.4 24-25.1-2.1-47.1 17.5-93.7 56.2-125l12.5 20.8c-27.6 23.7-45.1 58.9-44.8 98.2.5 69.6 57.2 126.5 126.8 127.1 71.6.7 129.8-57.5 129.2-129.1-.7-69.6-57.6-126.4-127.2-126.9zM128 400c-44.1 0-80-35.9-80-80s35.9-80 80-80c4.2 0 8.4.3 12.5 1L99 316.4c-8.8 16 2.8 35.6 21 35.6h81.3c-12.4 28.2-40.6 48-73.3 48zm463.9-75.6c-2.2 40.6-35 73.4-75.5 75.5-46.1 2.5-84.4-34.3-84.4-79.9 0-21.4 8.4-40.8 22.1-55.1l49.4 82.4c4.5 7.6 14.4 10 22 5.5l13.7-8.2c7.6-4.5 10-14.4 5.5-22l-48.6-80.9c5.2-1.1 10.5-1.6 15.9-1.6 45.6-.1 82.3 38.2 79.9 84.3z\"/></svg></li><li title=\"mountain \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M634.92 462.7l-288-448C341.03 5.54 330.89 0 320 0s-21.03 5.54-26.92 14.7l-288 448a32.001 32.001 0 0 0-1.17 32.64A32.004 32.004 0 0 0 32 512h576c11.71 0 22.48-6.39 28.09-16.67a31.983 31.983 0 0 0-1.17-32.63zM320 91.18L405.39 224H320l-64 64-38.06-38.06L320 91.18z\"/></svg></li><li title=\"mouse pointer \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"><path d=\"M302.189 329.126H196.105l55.831 135.993c3.889 9.428-.555 19.999-9.444 23.999l-49.165 21.427c-9.165 4-19.443-.571-23.332-9.714l-53.053-129.136-86.664 89.138C18.729 472.71 0 463.554 0 447.977V18.299C0 1.899 19.921-6.096 30.277 5.443l284.412 292.542c11.472 11.179 3.007 31.141-12.5 31.141z\"/></svg></li><li title=\"mouse \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M0 352a160 160 0 0 0 160 160h64a160 160 0 0 0 160-160V224H0zM176 0h-16A160 160 0 0 0 0 160v32h176zm48 0h-16v192h176v-32A160 160 0 0 0 224 0z\"/></svg></li><li title=\"mug hot \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M127.1 146.5c1.3 7.7 8 13.5 16 13.5h16.5c9.8 0 17.6-8.5 16.3-18-3.8-28.2-16.4-54.2-36.6-74.7-14.4-14.7-23.6-33.3-26.4-53.5C111.8 5.9 105 0 96.8 0H80.4C70.6 0 63 8.5 64.1 18c3.9 31.9 18 61.3 40.6 84.4 12 12.2 19.7 27.5 22.4 44.1zm112 0c1.3 7.7 8 13.5 16 13.5h16.5c9.8 0 17.6-8.5 16.3-18-3.8-28.2-16.4-54.2-36.6-74.7-14.4-14.7-23.6-33.3-26.4-53.5C223.8 5.9 217 0 208.8 0h-16.4c-9.8 0-17.5 8.5-16.3 18 3.9 31.9 18 61.3 40.6 84.4 12 12.2 19.7 27.5 22.4 44.1zM400 192H32c-17.7 0-32 14.3-32 32v192c0 53 43 96 96 96h192c53 0 96-43 96-96h16c61.8 0 112-50.2 112-112s-50.2-112-112-112zm0 160h-16v-96h16c26.5 0 48 21.5 48 48s-21.5 48-48 48z\"/></svg></li><li title=\"music \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M470.38 1.51L150.41 96A32 32 0 0 0 128 126.51v261.41A139 139 0 0 0 96 384c-53 0-96 28.66-96 64s43 64 96 64 96-28.66 96-64V214.32l256-75v184.61a138.4 138.4 0 0 0-32-3.93c-53 0-96 28.66-96 64s43 64 96 64 96-28.65 96-64V32a32 32 0 0 0-41.62-30.49z\"/></svg></li><li title=\"network wired \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M640 264v-16c0-8.84-7.16-16-16-16H344v-40h72c17.67 0 32-14.33 32-32V32c0-17.67-14.33-32-32-32H224c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h72v40H16c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16h104v40H64c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h160c17.67 0 32-14.33 32-32V352c0-17.67-14.33-32-32-32h-56v-40h304v40h-56c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h160c17.67 0 32-14.33 32-32V352c0-17.67-14.33-32-32-32h-56v-40h104c8.84 0 16-7.16 16-16zM256 128V64h128v64H256zm-64 320H96v-64h96v64zm352 0h-96v-64h96v64z\"/></svg></li><li title=\"neuter \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 288 512\"><path d=\"M288 176c0-79.5-64.5-144-144-144S0 96.5 0 176c0 68.5 47.9 125.9 112 140.4V468c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12V316.4c64.1-14.5 112-71.9 112-140.4zm-144 80c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z\"/></svg></li><li title=\"newspaper \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M552 64H88c-13.255 0-24 10.745-24 24v8H24c-13.255 0-24 10.745-24 24v272c0 30.928 25.072 56 56 56h472c26.51 0 48-21.49 48-48V88c0-13.255-10.745-24-24-24zM56 400a8 8 0 0 1-8-8V144h16v248a8 8 0 0 1-8 8zm236-16H140c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h152c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12zm208 0H348c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h152c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12zm-208-96H140c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h152c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12zm208 0H348c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h152c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12zm0-96H140c-6.627 0-12-5.373-12-12v-40c0-6.627 5.373-12 12-12h360c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12z\"/></svg></li><li title=\"not equal \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M416 208c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32h-23.88l51.87-66.81c5.37-7.02 4.04-17.06-2.97-22.43L415.61 3.3c-7.02-5.38-17.06-4.04-22.44 2.97L311.09 112H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h204.56l-74.53 96H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h55.49l-51.87 66.81c-5.37 7.01-4.04 17.05 2.97 22.43L64 508.7c7.02 5.38 17.06 4.04 22.43-2.97L168.52 400H416c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32H243.05l74.53-96H416z\"/></svg></li><li title=\"notes medical \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M336 64h-80c0-35.3-28.7-64-64-64s-64 28.7-64 64H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM192 40c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm96 304c0 4.4-3.6 8-8 8h-56v56c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-56h-56c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h56v-56c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v56h56c4.4 0 8 3.6 8 8v48zm0-192c0 4.4-3.6 8-8 8H104c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h176c4.4 0 8 3.6 8 8v16z\"/></svg></li><li title=\"object group \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M480 128V96h20c6.627 0 12-5.373 12-12V44c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v20H64V44c0-6.627-5.373-12-12-12H12C5.373 32 0 37.373 0 44v40c0 6.627 5.373 12 12 12h20v320H12c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-20h384v20c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-20V128zM96 276V140c0-6.627 5.373-12 12-12h168c6.627 0 12 5.373 12 12v136c0 6.627-5.373 12-12 12H108c-6.627 0-12-5.373-12-12zm320 96c0 6.627-5.373 12-12 12H236c-6.627 0-12-5.373-12-12v-52h72c13.255 0 24-10.745 24-24v-72h84c6.627 0 12 5.373 12 12v136z\"/></svg></li><li title=\"object ungroup \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M64 320v26a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6v-52a6 6 0 0 1 6-6h26V96H6a6 6 0 0 1-6-6V38a6 6 0 0 1 6-6h52a6 6 0 0 1 6 6v26h288V38a6 6 0 0 1 6-6h52a6 6 0 0 1 6 6v52a6 6 0 0 1-6 6h-26v192h26a6 6 0 0 1 6 6v52a6 6 0 0 1-6 6h-52a6 6 0 0 1-6-6v-26H64zm480-64v-32h26a6 6 0 0 0 6-6v-52a6 6 0 0 0-6-6h-52a6 6 0 0 0-6 6v26H408v72h8c13.255 0 24 10.745 24 24v64c0 13.255-10.745 24-24 24h-64c-13.255 0-24-10.745-24-24v-8H192v72h-26a6 6 0 0 0-6 6v52a6 6 0 0 0 6 6h52a6 6 0 0 0 6-6v-26h288v26a6 6 0 0 0 6 6h52a6 6 0 0 0 6-6v-52a6 6 0 0 0-6-6h-26V256z\"/></svg></li><li title=\"oil can \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M629.8 160.31L416 224l-50.49-25.24a64.07 64.07 0 0 0-28.62-6.76H280v-48h56c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16H176c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16h56v48h-56L37.72 166.86a31.9 31.9 0 0 0-5.79-.53C14.67 166.33 0 180.36 0 198.34v94.95c0 15.46 11.06 28.72 26.28 31.48L96 337.46V384c0 17.67 14.33 32 32 32h274.63c8.55 0 16.75-3.42 22.76-9.51l212.26-214.75c1.5-1.5 2.34-3.54 2.34-5.66V168c.01-5.31-5.08-9.15-10.19-7.69zM96 288.67l-48-8.73v-62.43l48 8.73v62.43zm453.33 84.66c0 23.56 19.1 42.67 42.67 42.67s42.67-19.1 42.67-42.67S592 288 592 288s-42.67 61.77-42.67 85.33z\"/></svg></li><li title=\"om \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M360.6 60.94a10.43 10.43 0 0 0 14.76 0l21.57-21.56a10.43 10.43 0 0 0 0-14.76L375.35 3.06c-4.08-4.07-10.68-4.07-14.76 0l-21.57 21.56a10.43 10.43 0 0 0 0 14.76l21.58 21.56zM412.11 192c-26.69 0-51.77 10.39-70.64 29.25l-24.25 24.25c-6.78 6.77-15.78 10.5-25.38 10.5H245c10.54-22.1 14.17-48.11 7.73-75.23-10.1-42.55-46.36-76.11-89.52-83.19-36.15-5.93-70.9 5.04-96.01 28.78-7.36 6.96-6.97 18.85 1.12 24.93l26.15 19.63c5.72 4.3 13.66 4.32 19.2-.21 8.45-6.9 19.02-10.71 30.27-10.71 26.47 0 48.01 21.53 48.01 48s-21.54 48-48.01 48h-31.9c-11.96 0-19.74 12.58-14.39 23.28l16.09 32.17c2.53 5.06 7.6 8.1 13.17 8.55h33.03c35.3 0 64.01 28.7 64.01 64s-28.71 64-64.01 64c-96.02 0-122.35-54.02-145.15-92.03-4.53-7.55-14.77-3.58-14.79 5.22C-.09 416 41.13 512 159.94 512c70.59 0 128.02-57.42 128.02-128 0-23.42-6.78-45.1-17.81-64h21.69c26.69 0 51.77-10.39 70.64-29.25l24.25-24.25c6.78-6.77 15.78-10.5 25.38-10.5 19.78 0 35.88 16.09 35.88 35.88V392c0 13.23-18.77 24-32.01 24-39.4 0-66.67-24.24-81.82-42.89-4.77-5.87-14.2-2.54-14.2 5.02V416s0 64 96.02 64c48.54 0 96.02-39.47 96.02-88V291.88c0-55.08-44.8-99.88-99.89-99.88zm42.18-124.73c-85.55 65.12-169.05 2.75-172.58.05-6.02-4.62-14.44-4.38-20.14.55-5.74 4.92-7.27 13.17-3.66 19.8 1.61 2.95 40.37 72.34 118.8 72.34 79.92 0 98.78-31.36 101.75-37.66 1.02-2.12 1.53-4.47 1.53-6.83V80c0-13.22-15.14-20.69-25.7-12.73z\"/></svg></li><li title=\"otter \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M608 32h-32l-13.25-13.25A63.97 63.97 0 0 0 517.49 0H497c-11.14 0-22.08 2.91-31.75 8.43L312 96h-56C149.96 96 64 181.96 64 288v1.61c0 32.75-16 62.14-39.56 84.89-18.19 17.58-28.1 43.68-23.19 71.8 6.76 38.8 42.9 65.7 82.28 65.7H192c17.67 0 32-14.33 32-32s-14.33-32-32-32H80c-8.83 0-16-7.17-16-16s7.17-16 16-16h224c8.84 0 16-7.16 16-16v-16c0-17.67-14.33-32-32-32h-64l149.49-80.5L448 416h80c8.84 0 16-7.16 16-16v-16c0-17.67-14.33-32-32-32h-28.22l-55.11-110.21L521.14 192H544c53.02 0 96-42.98 96-96V64c0-17.67-14.33-32-32-32zm-96 16c8.84 0 16 7.16 16 16s-7.16 16-16 16-16-7.16-16-16 7.16-16 16-16zm32 96h-34.96L407.2 198.84l-13.77-27.55L512 112h77.05c-6.62 18.58-24.22 32-45.05 32z\"/></svg></li><li title=\"outdent \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M100.69 363.29c10 10 27.31 2.93 27.31-11.31V160c0-14.32-17.33-21.31-27.31-11.31l-96 96a16 16 0 0 0 0 22.62zM432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm3.17-128H204.83A12.82 12.82 0 0 0 192 300.83v38.34A12.82 12.82 0 0 0 204.83 352h230.34A12.82 12.82 0 0 0 448 339.17v-38.34A12.82 12.82 0 0 0 435.17 288zm0-128H204.83A12.82 12.82 0 0 0 192 172.83v38.34A12.82 12.82 0 0 0 204.83 224h230.34A12.82 12.82 0 0 0 448 211.17v-38.34A12.82 12.82 0 0 0 435.17 160zM432 32H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"/></svg></li><li title=\"pager \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M448 64H64a64 64 0 0 0-64 64v256a64 64 0 0 0 64 64h384a64 64 0 0 0 64-64V128a64 64 0 0 0-64-64zM160 368H80a16 16 0 0 1-16-16v-16a16 16 0 0 1 16-16h80zm128-16a16 16 0 0 1-16 16h-80v-48h80a16 16 0 0 1 16 16zm160-128a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32v-64a32 32 0 0 1 32-32h320a32 32 0 0 1 32 32z\"/></svg></li><li title=\"paint brush \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M167.02 309.34c-40.12 2.58-76.53 17.86-97.19 72.3-2.35 6.21-8 9.98-14.59 9.98-11.11 0-45.46-27.67-55.25-34.35C0 439.62 37.93 512 128 512c75.86 0 128-43.77 128-120.19 0-3.11-.65-6.08-.97-9.13l-88.01-73.34zM457.89 0c-15.16 0-29.37 6.71-40.21 16.45C213.27 199.05 192 203.34 192 257.09c0 13.7 3.25 26.76 8.73 38.7l63.82 53.18c7.21 1.8 14.64 3.03 22.39 3.03 62.11 0 98.11-45.47 211.16-256.46 7.38-14.35 13.9-29.85 13.9-45.99C512 20.64 486 0 457.89 0z\"/></svg></li><li title=\"paint roller \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M416 128V32c0-17.67-14.33-32-32-32H32C14.33 0 0 14.33 0 32v96c0 17.67 14.33 32 32 32h352c17.67 0 32-14.33 32-32zm32-64v128c0 17.67-14.33 32-32 32H256c-35.35 0-64 28.65-64 64v32c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32V352c0-17.67-14.33-32-32-32v-32h160c53.02 0 96-42.98 96-96v-64c0-35.35-28.65-64-64-64z\"/></svg></li><li title=\"palette \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M204.3 5C104.9 24.4 24.8 104.3 5.2 203.4c-37 187 131.7 326.4 258.8 306.7 41.2-6.4 61.4-54.6 42.5-91.7-23.1-45.4 9.9-98.4 60.9-98.4h79.7c35.8 0 64.8-29.6 64.9-65.3C511.5 97.1 368.1-26.9 204.3 5zM96 320c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm32-128c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm128-64c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm128 64c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"/></svg></li><li title=\"pallet \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M144 256h352c8.8 0 16-7.2 16-16V16c0-8.8-7.2-16-16-16H384v128l-64-32-64 32V0H144c-8.8 0-16 7.2-16 16v224c0 8.8 7.2 16 16 16zm480 128c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h48v64H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h608c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16h-48v-64h48zm-336 64H128v-64h160v64zm224 0H352v-64h160v64z\"/></svg></li><li title=\"paper plane \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M476 3.2L12.5 270.6c-18.1 10.4-15.8 35.6 2.2 43.2L121 358.4l287.3-253.2c5.5-4.9 13.3 2.6 8.6 8.3L176 407v80.5c0 23.6 28.5 32.9 42.5 15.8L282 426l124.6 52.2c14.2 6 30.4-2.9 33-18.2l72-432C515 7.8 493.3-6.8 476 3.2z\"/></svg></li><li title=\"paperclip \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M43.246 466.142c-58.43-60.289-57.341-157.511 1.386-217.581L254.392 34c44.316-45.332 116.351-45.336 160.671 0 43.89 44.894 43.943 117.329 0 162.276L232.214 383.128c-29.855 30.537-78.633 30.111-107.982-.998-28.275-29.97-27.368-77.473 1.452-106.953l143.743-146.835c6.182-6.314 16.312-6.422 22.626-.241l22.861 22.379c6.315 6.182 6.422 16.312.241 22.626L171.427 319.927c-4.932 5.045-5.236 13.428-.648 18.292 4.372 4.634 11.245 4.711 15.688.165l182.849-186.851c19.613-20.062 19.613-52.725-.011-72.798-19.189-19.627-49.957-19.637-69.154 0L90.39 293.295c-34.763 35.56-35.299 93.12-1.191 128.313 34.01 35.093 88.985 35.137 123.058.286l172.06-175.999c6.177-6.319 16.307-6.433 22.626-.256l22.877 22.364c6.319 6.177 6.434 16.307.256 22.626l-172.06 175.998c-59.576 60.938-155.943 60.216-214.77-.485z\"/></svg></li><li title=\"parachute box \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M511.9 175c-9.1-75.6-78.4-132.4-158.3-158.7C390 55.7 416 116.9 416 192h28.1L327.5 321.5c-2.5-.6-4.8-1.5-7.5-1.5h-48V192h112C384 76.8 315.1 0 256 0S128 76.8 128 192h112v128h-48c-2.7 0-5 .9-7.5 1.5L67.9 192H96c0-75.1 26-136.3 62.4-175.7C78.5 42.7 9.2 99.5.1 175c-1.1 9.1 6.8 17 16 17h8.7l136.7 151.9c-.7 2.6-1.6 5.2-1.6 8.1v128c0 17.7 14.3 32 32 32h128c17.7 0 32-14.3 32-32V352c0-2.9-.9-5.4-1.6-8.1L487.1 192h8.7c9.3 0 17.2-7.8 16.1-17z\"/></svg></li><li title=\"paragraph \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M448 48v32a16 16 0 0 1-16 16h-48v368a16 16 0 0 1-16 16h-32a16 16 0 0 1-16-16V96h-32v368a16 16 0 0 1-16 16h-32a16 16 0 0 1-16-16V352h-32a160 160 0 0 1 0-320h240a16 16 0 0 1 16 16z\"/></svg></li><li title=\"parking \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM240 320h-48v48c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16V144c0-8.8 7.2-16 16-16h96c52.9 0 96 43.1 96 96s-43.1 96-96 96zm0-128h-48v64h48c17.6 0 32-14.4 32-32s-14.4-32-32-32z\"/></svg></li><li title=\"passport \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M129.62 176h39.09c1.49-27.03 6.54-51.35 14.21-70.41-27.71 13.24-48.02 39.19-53.3 70.41zm0 32c5.29 31.22 25.59 57.17 53.3 70.41-7.68-19.06-12.72-43.38-14.21-70.41h-39.09zM224 286.69c7.69-7.45 20.77-34.42 23.43-78.69h-46.87c2.67 44.26 15.75 71.24 23.44 78.69zM200.57 176h46.87c-2.66-44.26-15.74-71.24-23.43-78.69-7.7 7.45-20.78 34.43-23.44 78.69zm64.51 102.41c27.71-13.24 48.02-39.19 53.3-70.41h-39.09c-1.49 27.03-6.53 51.35-14.21 70.41zM416 0H64C28.65 0 0 28.65 0 64v384c0 35.35 28.65 64 64 64h352c17.67 0 32-14.33 32-32V32c0-17.67-14.33-32-32-32zm-80 416H112c-8.8 0-16-7.2-16-16s7.2-16 16-16h224c8.8 0 16 7.2 16 16s-7.2 16-16 16zm-112-96c-70.69 0-128-57.31-128-128S153.31 64 224 64s128 57.31 128 128-57.31 128-128 128zm41.08-214.41c7.68 19.06 12.72 43.38 14.21 70.41h39.09c-5.28-31.22-25.59-57.17-53.3-70.41z\"/></svg></li><li title=\"pastafarianism \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M624.54 347.67c-32.7-12.52-57.36 4.25-75.37 16.45-17.06 11.53-23.25 14.42-31.41 11.36-8.12-3.09-10.83-9.38-15.89-29.38-3.33-13.15-7.44-29.32-17.95-42.65 2.24-2.91 4.43-5.79 6.38-8.57C500.47 304.45 513.71 312 532 312c33.95 0 50.87-25.78 62.06-42.83 10.59-16.14 15-21.17 21.94-21.17 13.25 0 24-10.75 24-24s-10.75-24-24-24c-33.95 0-50.87 25.78-62.06 42.83-10.6 16.14-15 21.17-21.94 21.17-17.31 0-37.48-61.43-97.26-101.91l17.25-34.5C485.43 125.5 512 97.98 512 64c0-35.35-28.65-64-64-64s-64 28.65-64 64c0 13.02 3.94 25.1 10.62 35.21l-18.15 36.3c-16.98-4.6-35.6-7.51-56.46-7.51s-39.49 2.91-56.46 7.51l-18.15-36.3C252.06 89.1 256 77.02 256 64c0-35.35-28.65-64-64-64s-64 28.65-64 64c0 33.98 26.56 61.5 60.02 63.6l17.25 34.5C145.68 202.44 125.15 264 108 264c-6.94 0-11.34-5.03-21.94-21.17C74.88 225.78 57.96 200 24 200c-13.25 0-24 10.75-24 24s10.75 24 24 24c6.94 0 11.34 5.03 21.94 21.17C57.13 286.22 74.05 312 108 312c18.29 0 31.53-7.55 41.7-17.11 1.95 2.79 4.14 5.66 6.38 8.57-10.51 13.33-14.62 29.5-17.95 42.65-5.06 20-7.77 26.28-15.89 29.38-8.11 3.06-14.33.17-31.41-11.36-18.03-12.2-42.72-28.92-75.37-16.45-12.39 4.72-18.59 18.58-13.87 30.97 4.72 12.41 18.61 18.61 30.97 13.88 8.16-3.09 14.34-.19 31.39 11.36 13.55 9.16 30.83 20.86 52.42 20.84 7.17 0 14.83-1.28 22.97-4.39 32.66-12.44 39.98-41.33 45.33-62.44 2.21-8.72 3.99-14.49 5.95-18.87 16.62 13.61 36.95 25.88 61.64 34.17-9.96 37-32.18 90.8-60.26 90.8-13.25 0-24 10.75-24 24s10.75 24 24 24c66.74 0 97.05-88.63 107.42-129.14 6.69.6 13.42 1.14 20.58 1.14s13.89-.54 20.58-1.14C350.95 423.37 381.26 512 448 512c13.25 0 24-10.75 24-24s-10.75-24-24-24c-27.94 0-50.21-53.81-60.22-90.81 24.69-8.29 45-20.56 61.62-34.16 1.96 4.38 3.74 10.15 5.95 18.87 5.34 21.11 12.67 50 45.33 62.44 8.14 3.11 15.8 4.39 22.97 4.39 21.59 0 38.87-11.69 52.42-20.84 17.05-11.55 23.28-14.45 31.39-11.36 12.39 4.75 26.27-1.47 30.97-13.88 4.71-12.4-1.49-26.26-13.89-30.98zM448 48c8.82 0 16 7.18 16 16s-7.18 16-16 16-16-7.18-16-16 7.18-16 16-16zm-256 0c8.82 0 16 7.18 16 16s-7.18 16-16 16-16-7.18-16-16 7.18-16 16-16z\"/></svg></li><li title=\"paste \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M128 184c0-30.879 25.122-56 56-56h136V56c0-13.255-10.745-24-24-24h-80.61C204.306 12.89 183.637 0 160 0s-44.306 12.89-55.39 32H24C10.745 32 0 42.745 0 56v336c0 13.255 10.745 24 24 24h104V184zm32-144c13.255 0 24 10.745 24 24s-10.745 24-24 24-24-10.745-24-24 10.745-24 24-24zm184 248h104v200c0 13.255-10.745 24-24 24H184c-13.255 0-24-10.745-24-24V184c0-13.255 10.745-24 24-24h136v104c0 13.2 10.8 24 24 24zm104-38.059V256h-96v-96h6.059a24 24 0 0 1 16.97 7.029l65.941 65.941a24.002 24.002 0 0 1 7.03 16.971z\"/></svg></li><li title=\"pause circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm-16 328c0 8.8-7.2 16-16 16h-48c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16v160zm112 0c0 8.8-7.2 16-16 16h-48c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16v160z\"/></svg></li><li title=\"pause \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M144 479H48c-26.5 0-48-21.5-48-48V79c0-26.5 21.5-48 48-48h96c26.5 0 48 21.5 48 48v352c0 26.5-21.5 48-48 48zm304-48V79c0-26.5-21.5-48-48-48h-96c-26.5 0-48 21.5-48 48v352c0 26.5 21.5 48 48 48h96c26.5 0 48-21.5 48-48z\"/></svg></li><li title=\"paw \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 224c-79.41 0-192 122.76-192 200.25 0 34.9 26.81 55.75 71.74 55.75 48.84 0 81.09-25.08 120.26-25.08 39.51 0 71.85 25.08 120.26 25.08 44.93 0 71.74-20.85 71.74-55.75C448 346.76 335.41 224 256 224zm-147.28-12.61c-10.4-34.65-42.44-57.09-71.56-50.13-29.12 6.96-44.29 40.69-33.89 75.34 10.4 34.65 42.44 57.09 71.56 50.13 29.12-6.96 44.29-40.69 33.89-75.34zm84.72-20.78c30.94-8.14 46.42-49.94 34.58-93.36s-46.52-72.01-77.46-63.87-46.42 49.94-34.58 93.36c11.84 43.42 46.53 72.02 77.46 63.87zm281.39-29.34c-29.12-6.96-61.15 15.48-71.56 50.13-10.4 34.65 4.77 68.38 33.89 75.34 29.12 6.96 61.15-15.48 71.56-50.13 10.4-34.65-4.77-68.38-33.89-75.34zm-156.27 29.34c30.94 8.14 65.62-20.45 77.46-63.87 11.84-43.42-3.64-85.21-34.58-93.36s-65.62 20.45-77.46 63.87c-11.84 43.42 3.64 85.22 34.58 93.36z\"/></svg></li><li title=\"peace \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm184 248c0 31.93-8.2 61.97-22.57 88.17L280 240.63V74.97c86.23 15.21 152 90.5 152 181.03zM216 437.03c-33.86-5.97-64.49-21.2-89.29-43.02L216 322.57v114.46zm64-114.46L369.29 394c-24.8 21.82-55.43 37.05-89.29 43.02V322.57zm-64-247.6v165.66L86.57 344.17C72.2 317.97 64 287.93 64 256c0-90.53 65.77-165.82 152-181.03z\"/></svg></li><li title=\"pen alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M497.94 74.17l-60.11-60.11c-18.75-18.75-49.16-18.75-67.91 0l-56.55 56.55 128.02 128.02 56.55-56.55c18.75-18.75 18.75-49.15 0-67.91zm-246.8-20.53c-15.62-15.62-40.94-15.62-56.56 0L75.8 172.43c-6.25 6.25-6.25 16.38 0 22.62l22.63 22.63c6.25 6.25 16.38 6.25 22.63 0l101.82-101.82 22.63 22.62L93.95 290.03A327.038 327.038 0 0 0 .17 485.11l-.03.23c-1.7 15.28 11.21 28.2 26.49 26.51a327.02 327.02 0 0 0 195.34-93.8l196.79-196.79-82.77-82.77-84.85-84.85z\"/></svg></li><li title=\"pen fancy \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M79.18 282.94a32.005 32.005 0 0 0-20.24 20.24L0 480l4.69 4.69 92.89-92.89c-.66-2.56-1.57-5.03-1.57-7.8 0-17.67 14.33-32 32-32s32 14.33 32 32-14.33 32-32 32c-2.77 0-5.24-.91-7.8-1.57l-92.89 92.89L32 512l176.82-58.94a31.983 31.983 0 0 0 20.24-20.24l33.07-84.07-98.88-98.88-84.07 33.07zM369.25 28.32L186.14 227.81l97.85 97.85 199.49-183.11C568.4 67.48 443.73-55.94 369.25 28.32z\"/></svg></li><li title=\"pen nib \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M136.6 138.79a64.003 64.003 0 0 0-43.31 41.35L0 460l14.69 14.69L164.8 324.58c-2.99-6.26-4.8-13.18-4.8-20.58 0-26.51 21.49-48 48-48s48 21.49 48 48-21.49 48-48 48c-7.4 0-14.32-1.81-20.58-4.8L37.31 497.31 52 512l279.86-93.29a64.003 64.003 0 0 0 41.35-43.31L416 224 288 96l-151.4 42.79zm361.34-64.62l-60.11-60.11c-18.75-18.75-49.16-18.75-67.91 0l-56.55 56.55 128.02 128.02 56.55-56.55c18.75-18.75 18.75-49.15 0-67.91z\"/></svg></li><li title=\"pen square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 480H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48v352c0 26.5-21.5 48-48 48zM238.1 177.9L102.4 313.6l-6.3 57.1c-.8 7.6 5.6 14.1 13.3 13.3l57.1-6.3L302.2 242c2.3-2.3 2.3-6.1 0-8.5L246.7 178c-2.5-2.4-6.3-2.4-8.6-.1zM345 165.1L314.9 135c-9.4-9.4-24.6-9.4-33.9 0l-23.1 23.1c-2.3 2.3-2.3 6.1 0 8.5l55.5 55.5c2.3 2.3 6.1 2.3 8.5 0L345 199c9.3-9.3 9.3-24.5 0-33.9z\"/></svg></li><li title=\"pen \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M290.74 93.24l128.02 128.02-277.99 277.99-114.14 12.6C11.35 513.54-1.56 500.62.14 485.34l12.7-114.22 277.9-277.88zm207.2-19.06l-60.11-60.11c-18.75-18.75-49.16-18.75-67.91 0l-56.55 56.55 128.02 128.02 56.55-56.55c18.75-18.76 18.75-49.16 0-67.91z\"/></svg></li><li title=\"pencil alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M497.9 142.1l-46.1 46.1c-4.7 4.7-12.3 4.7-17 0l-111-111c-4.7-4.7-4.7-12.3 0-17l46.1-46.1c18.7-18.7 49.1-18.7 67.9 0l60.1 60.1c18.8 18.7 18.8 49.1 0 67.9zM284.2 99.8L21.6 362.4.4 483.9c-2.9 16.4 11.4 30.6 27.8 27.8l121.5-21.3 262.6-262.6c4.7-4.7 4.7-12.3 0-17l-111-111c-4.8-4.7-12.4-4.7-17.1 0zM124.1 339.9c-5.5-5.5-5.5-14.3 0-19.8l154-154c5.5-5.5 14.3-5.5 19.8 0s5.5 14.3 0 19.8l-154 154c-5.5 5.5-14.3 5.5-19.8 0zM88 424h48v36.3l-64.5 11.3-31.1-31.1L51.7 376H88v48z\"/></svg></li><li title=\"pencil ruler \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M109.46 244.04l134.58-134.56-44.12-44.12-61.68 61.68a7.919 7.919 0 0 1-11.21 0l-11.21-11.21c-3.1-3.1-3.1-8.12 0-11.21l61.68-61.68-33.64-33.65C131.47-3.1 111.39-3.1 99 9.29L9.29 99c-12.38 12.39-12.39 32.47 0 44.86l100.17 100.18zm388.47-116.8c18.76-18.76 18.75-49.17 0-67.93l-45.25-45.25c-18.76-18.76-49.18-18.76-67.95 0l-46.02 46.01 113.2 113.2 46.02-46.03zM316.08 82.71l-297 296.96L.32 487.11c-2.53 14.49 10.09 27.11 24.59 24.56l107.45-18.84L429.28 195.9 316.08 82.71zm186.63 285.43l-33.64-33.64-61.68 61.68c-3.1 3.1-8.12 3.1-11.21 0l-11.21-11.21c-3.09-3.1-3.09-8.12 0-11.21l61.68-61.68-44.14-44.14L267.93 402.5l100.21 100.2c12.39 12.39 32.47 12.39 44.86 0l89.71-89.7c12.39-12.39 12.39-32.47 0-44.86z\"/></svg></li><li title=\"people arrows \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z\"/></svg></li><li title=\"people carry \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M128 96c26.5 0 48-21.5 48-48S154.5 0 128 0 80 21.5 80 48s21.5 48 48 48zm384 0c26.5 0 48-21.5 48-48S538.5 0 512 0s-48 21.5-48 48 21.5 48 48 48zm125.7 372.1l-44-110-41.1 46.4-2 18.2 27.7 69.2c5 12.5 17 20.1 29.7 20.1 4 0 8-.7 11.9-2.3 16.4-6.6 24.4-25.2 17.8-41.6zm-34.2-209.8L585 178.1c-4.6-20-18.6-36.8-37.5-44.9-18.5-8-39-6.7-56.1 3.3-22.7 13.4-39.7 34.5-48.1 59.4L432 229.8 416 240v-96c0-8.8-7.2-16-16-16H240c-8.8 0-16 7.2-16 16v96l-16.1-10.2-11.3-33.9c-8.3-25-25.4-46-48.1-59.4-17.2-10-37.6-11.3-56.1-3.3-18.9 8.1-32.9 24.9-37.5 44.9l-18.4 80.2c-4.6 20 .7 41.2 14.4 56.7l67.2 75.9 10.1 92.6C130 499.8 143.8 512 160 512c1.2 0 2.3-.1 3.5-.2 17.6-1.9 30.2-17.7 28.3-35.3l-10.1-92.8c-1.5-13-6.9-25.1-15.6-35l-43.3-49 17.6-70.3 6.8 20.4c4.1 12.5 11.9 23.4 24.5 32.6l51.1 32.5c4.6 2.9 12.1 4.6 17.2 5h160c5.1-.4 12.6-2.1 17.2-5l51.1-32.5c12.6-9.2 20.4-20 24.5-32.6l6.8-20.4 17.6 70.3-43.3 49c-8.7 9.9-14.1 22-15.6 35l-10.1 92.8c-1.9 17.6 10.8 33.4 28.3 35.3 1.2.1 2.3.2 3.5.2 16.1 0 30-12.1 31.8-28.5l10.1-92.6 67.2-75.9c13.6-15.5 19-36.7 14.4-56.7zM46.3 358.1l-44 110c-6.6 16.4 1.4 35 17.8 41.6 16.8 6.6 35.1-1.7 41.6-17.8l27.7-69.2-2-18.2-41.1-46.4z\"/></svg></li><li title=\"pepper hot \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M330.67 263.12V173.4l-52.75-24.22C219.44 218.76 197.58 400 56 400a56 56 0 0 0 0 112c212.64 0 370.65-122.87 419.18-210.34l-37.05-38.54zm131.09-128.37C493.92 74.91 477.18 26.48 458.62 3a8 8 0 0 0-11.93-.59l-22.9 23a8.06 8.06 0 0 0-.89 10.23c6.86 10.36 17.05 35.1-1.4 72.32A142.85 142.85 0 0 0 364.34 96c-28 0-54 8.54-76.34 22.59l74.67 34.29v78.24h89.09L506.44 288c3.26-12.62 5.56-25.63 5.56-39.31a154 154 0 0 0-50.24-113.94z\"/></svg></li><li title=\"percent \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M112 224c61.9 0 112-50.1 112-112S173.9 0 112 0 0 50.1 0 112s50.1 112 112 112zm0-160c26.5 0 48 21.5 48 48s-21.5 48-48 48-48-21.5-48-48 21.5-48 48-48zm224 224c-61.9 0-112 50.1-112 112s50.1 112 112 112 112-50.1 112-112-50.1-112-112-112zm0 160c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zM392.3.2l31.6-.1c19.4-.1 30.9 21.8 19.7 37.8L77.4 501.6a23.95 23.95 0 0 1-19.6 10.2l-33.4.1c-19.5 0-30.9-21.9-19.7-37.8l368-463.7C377.2 4 384.5.2 392.3.2z\"/></svg></li><li title=\"percentage \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M109.25 173.25c24.99-24.99 24.99-65.52 0-90.51-24.99-24.99-65.52-24.99-90.51 0-24.99 24.99-24.99 65.52 0 90.51 25 25 65.52 25 90.51 0zm256 165.49c-24.99-24.99-65.52-24.99-90.51 0-24.99 24.99-24.99 65.52 0 90.51 24.99 24.99 65.52 24.99 90.51 0 25-24.99 25-65.51 0-90.51zm-1.94-231.43l-22.62-22.62c-12.5-12.5-32.76-12.5-45.25 0L20.69 359.44c-12.5 12.5-12.5 32.76 0 45.25l22.62 22.62c12.5 12.5 32.76 12.5 45.25 0l274.75-274.75c12.5-12.49 12.5-32.75 0-45.25z\"/></svg></li><li title=\"person booth \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M192 496c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V320h-64v176zm32-272h-50.9l-45.2-45.3C115.8 166.6 99.7 160 82.7 160H64c-17.1 0-33.2 6.7-45.3 18.8C6.7 190.9 0 207 0 224.1L.2 320 0 480c0 17.7 14.3 32 31.9 32 17.6 0 32-14.3 32-32l.1-100.7c.9.5 1.6 1.3 2.5 1.7l29.1 43v56c0 17.7 14.3 32 32 32s32-14.3 32-32v-56.5c0-9.9-2.3-19.8-6.7-28.6l-41.2-61.3V253l20.9 20.9c9.1 9.1 21.1 14.1 33.9 14.1H224c17.7 0 32-14.3 32-32s-14.3-32-32-32zM64 128c26.5 0 48-21.5 48-48S90.5 32 64 32 16 53.5 16 80s21.5 48 48 48zm224-96l31.5 223.1-30.9 154.6c-4.3 21.6 13 38.3 31.4 38.3 15.2 0 28-9.1 32.3-30.4.9 16.9 14.6 30.4 31.7 30.4 17.7 0 32-14.3 32-32 0 17.7 14.3 32 32 32s32-14.3 32-32V0H288v32zm-96 0v160h64V0h-32c-17.7 0-32 14.3-32 32zM544 0h-32v496c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V32c0-17.7-14.3-32-32-32z\"/></svg></li><li title=\"phone alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"/></svg></li><li title=\"phone slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M268.2 381.4l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48c-10.7 4.6-16.5 16.1-13.9 27.5l24 104c2.5 10.8 12.1 18.6 23.4 18.6 100.7 0 193.7-32.4 269.7-86.9l-80-61.8c-10.9 6.5-22.1 12.7-33.6 18.1zm365.6 76.7L475.1 335.5C537.9 256.4 576 156.9 576 48c0-11.2-7.7-20.9-18.6-23.4l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-12.2 26.1-27.9 50.3-46 72.8L45.5 3.4C38.5-2 28.5-.8 23 6.2L3.4 31.4c-5.4 7-4.2 17 2.8 22.4l588.4 454.7c7 5.4 17 4.2 22.5-2.8l19.6-25.3c5.4-6.8 4.1-16.9-2.9-22.3z\"/></svg></li><li title=\"phone square alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 32H48A48 48 0 0 0 0 80v352a48 48 0 0 0 48 48h352a48 48 0 0 0 48-48V80a48 48 0 0 0-48-48zm-16.39 307.37l-15 65A15 15 0 0 1 354 416C194 416 64 286.29 64 126a15.7 15.7 0 0 1 11.63-14.61l65-15A18.23 18.23 0 0 1 144 96a16.27 16.27 0 0 1 13.79 9.09l30 70A17.9 17.9 0 0 1 189 181a17 17 0 0 1-5.5 11.61l-37.89 31a231.91 231.91 0 0 0 110.78 110.78l31-37.89A17 17 0 0 1 299 291a17.85 17.85 0 0 1 5.91 1.21l70 30A16.25 16.25 0 0 1 384 336a17.41 17.41 0 0 1-.39 3.37z\"/></svg></li><li title=\"phone square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zM94 416c-7.033 0-13.057-4.873-14.616-11.627l-14.998-65a15 15 0 0 1 8.707-17.16l69.998-29.999a15 15 0 0 1 17.518 4.289l30.997 37.885c48.944-22.963 88.297-62.858 110.781-110.78l-37.886-30.997a15.001 15.001 0 0 1-4.289-17.518l30-69.998a15 15 0 0 1 17.16-8.707l65 14.998A14.997 14.997 0 0 1 384 126c0 160.292-129.945 290-290 290z\"/></svg></li><li title=\"phone volume \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M97.333 506.966c-129.874-129.874-129.681-340.252 0-469.933 5.698-5.698 14.527-6.632 21.263-2.422l64.817 40.513a17.187 17.187 0 0 1 6.849 20.958l-32.408 81.021a17.188 17.188 0 0 1-17.669 10.719l-55.81-5.58c-21.051 58.261-20.612 122.471 0 179.515l55.811-5.581a17.188 17.188 0 0 1 17.669 10.719l32.408 81.022a17.188 17.188 0 0 1-6.849 20.958l-64.817 40.513a17.19 17.19 0 0 1-21.264-2.422zM247.126 95.473c11.832 20.047 11.832 45.008 0 65.055-3.95 6.693-13.108 7.959-18.718 2.581l-5.975-5.726c-3.911-3.748-4.793-9.622-2.261-14.41a32.063 32.063 0 0 0 0-29.945c-2.533-4.788-1.65-10.662 2.261-14.41l5.975-5.726c5.61-5.378 14.768-4.112 18.718 2.581zm91.787-91.187c60.14 71.604 60.092 175.882 0 247.428-4.474 5.327-12.53 5.746-17.552.933l-5.798-5.557c-4.56-4.371-4.977-11.529-.93-16.379 49.687-59.538 49.646-145.933 0-205.422-4.047-4.85-3.631-12.008.93-16.379l5.798-5.557c5.022-4.813 13.078-4.394 17.552.933zm-45.972 44.941c36.05 46.322 36.108 111.149 0 157.546-4.39 5.641-12.697 6.251-17.856 1.304l-5.818-5.579c-4.4-4.219-4.998-11.095-1.285-15.931 26.536-34.564 26.534-82.572 0-117.134-3.713-4.836-3.115-11.711 1.285-15.931l5.818-5.579c5.159-4.947 13.466-4.337 17.856 1.304z\"/></svg></li><li title=\"phone \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"/></svg></li><li title=\"photo video \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M608 0H160a32 32 0 0 0-32 32v96h160V64h192v320h128a32 32 0 0 0 32-32V32a32 32 0 0 0-32-32zM232 103a9 9 0 0 1-9 9h-30a9 9 0 0 1-9-9V73a9 9 0 0 1 9-9h30a9 9 0 0 1 9 9zm352 208a9 9 0 0 1-9 9h-30a9 9 0 0 1-9-9v-30a9 9 0 0 1 9-9h30a9 9 0 0 1 9 9zm0-104a9 9 0 0 1-9 9h-30a9 9 0 0 1-9-9v-30a9 9 0 0 1 9-9h30a9 9 0 0 1 9 9zm0-104a9 9 0 0 1-9 9h-30a9 9 0 0 1-9-9V73a9 9 0 0 1 9-9h30a9 9 0 0 1 9 9zm-168 57H32a32 32 0 0 0-32 32v288a32 32 0 0 0 32 32h384a32 32 0 0 0 32-32V192a32 32 0 0 0-32-32zM96 224a32 32 0 1 1-32 32 32 32 0 0 1 32-32zm288 224H64v-32l64-64 32 32 128-128 96 96z\"/></svg></li><li title=\"piggy bank \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M560 224h-29.5c-8.8-20-21.6-37.7-37.4-52.5L512 96h-32c-29.4 0-55.4 13.5-73 34.3-7.6-1.1-15.1-2.3-23-2.3H256c-77.4 0-141.9 55-156.8 128H56c-14.8 0-26.5-13.5-23.5-28.8C34.7 215.8 45.4 208 57 208h1c3.3 0 6-2.7 6-6v-20c0-3.3-2.7-6-6-6-28.5 0-53.9 20.4-57.5 48.6C-3.9 258.8 22.7 288 56 288h40c0 52.2 25.4 98.1 64 127.3V496c0 8.8 7.2 16 16 16h64c8.8 0 16-7.2 16-16v-48h128v48c0 8.8 7.2 16 16 16h64c8.8 0 16-7.2 16-16v-80.7c11.8-8.9 22.3-19.4 31.3-31.3H560c8.8 0 16-7.2 16-16V240c0-8.8-7.2-16-16-16zm-128 64c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zM256 96h128c5.4 0 10.7.4 15.9.8 0-.3.1-.5.1-.8 0-53-43-96-96-96s-96 43-96 96c0 2.1.5 4.1.6 6.2 15.2-3.9 31-6.2 47.4-6.2z\"/></svg></li><li title=\"pills \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M112 32C50.1 32 0 82.1 0 144v224c0 61.9 50.1 112 112 112s112-50.1 112-112V144c0-61.9-50.1-112-112-112zm48 224H64V144c0-26.5 21.5-48 48-48s48 21.5 48 48v112zm139.7-29.7c-3.5-3.5-9.4-3.1-12.3.8-45.3 62.5-40.4 150.1 15.9 206.4 56.3 56.3 143.9 61.2 206.4 15.9 4-2.9 4.3-8.8.8-12.3L299.7 226.3zm229.8-19c-56.3-56.3-143.9-61.2-206.4-15.9-4 2.9-4.3 8.8-.8 12.3l210.8 210.8c3.5 3.5 9.4 3.1 12.3-.8 45.3-62.6 40.5-150.1-15.9-206.4z\"/></svg></li><li title=\"pizza slice \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M158.87.15c-16.16-1.52-31.2 8.42-35.33 24.12l-14.81 56.27c187.62 5.49 314.54 130.61 322.48 317l56.94-15.78c15.72-4.36 25.49-19.68 23.62-35.9C490.89 165.08 340.78 17.32 158.87.15zm-58.47 112L.55 491.64a16.21 16.21 0 0 0 20 19.75l379-105.1c-4.27-174.89-123.08-292.14-299.15-294.1zM128 416a32 32 0 1 1 32-32 32 32 0 0 1-32 32zm48-152a32 32 0 1 1 32-32 32 32 0 0 1-32 32zm104 104a32 32 0 1 1 32-32 32 32 0 0 1-32 32z\"/></svg></li><li title=\"place of worship \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M620.61 366.55L512 320v192h112c8.84 0 16-7.16 16-16V395.96a32 32 0 0 0-19.39-29.41zM0 395.96V496c0 8.84 7.16 16 16 16h112V320L19.39 366.55A32 32 0 0 0 0 395.96zm464.46-149.28L416 217.6V102.63c0-8.49-3.37-16.62-9.38-22.63L331.31 4.69c-6.25-6.25-16.38-6.25-22.62 0L233.38 80c-6 6-9.38 14.14-9.38 22.63V217.6l-48.46 29.08A31.997 31.997 0 0 0 160 274.12V512h96v-96c0-35.35 28.66-64 64-64s64 28.65 64 64v96h96V274.12c0-11.24-5.9-21.66-15.54-27.44z\"/></svg></li><li title=\"plane arrival \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M624 448H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h608c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM44.81 205.66l88.74 80a62.607 62.607 0 0 0 25.47 13.93l287.6 78.35c26.48 7.21 54.56 8.72 81 1.36 29.67-8.27 43.44-21.21 47.25-35.71 3.83-14.5-1.73-32.71-23.37-54.96-19.28-19.82-44.35-32.79-70.83-40l-97.51-26.56L282.8 30.22c-1.51-5.81-5.95-10.35-11.66-11.91L206.05.58c-10.56-2.88-20.9 5.32-20.71 16.44l47.92 164.21-102.2-27.84-27.59-67.88c-1.93-4.89-6.01-8.57-11.02-9.93L52.72 64.75c-10.34-2.82-20.53 5-20.72 15.88l.23 101.78c.19 8.91 6.03 17.34 12.58 23.25z\"/></svg></li><li title=\"plane departure \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M624 448H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h608c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM80.55 341.27c6.28 6.84 15.1 10.72 24.33 10.71l130.54-.18a65.62 65.62 0 0 0 29.64-7.12l290.96-147.65c26.74-13.57 50.71-32.94 67.02-58.31 18.31-28.48 20.3-49.09 13.07-63.65-7.21-14.57-24.74-25.27-58.25-27.45-29.85-1.94-59.54 5.92-86.28 19.48l-98.51 49.99-218.7-82.06a17.799 17.799 0 0 0-18-1.11L90.62 67.29c-10.67 5.41-13.25 19.65-5.17 28.53l156.22 98.1-103.21 52.38-72.35-36.47a17.804 17.804 0 0 0-16.07.02L9.91 230.22c-10.44 5.3-13.19 19.12-5.57 28.08l76.21 82.97z\"/></svg></li><li title=\"plane slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M32.48,147.88,64,256,32.48,364.13A16,16,0,0,0,48,384H88a16,16,0,0,0,12.8-6.41L144,320H246.85l-49,171.59A16,16,0,0,0,213.2,512h65.5a16,16,0,0,0,13.89-8.06l66.6-116.54L34.35,136.34A15.47,15.47,0,0,0,32.48,147.88ZM633.82,458.09,455.14,320H512c35.34,0,96-28.66,96-64s-60.66-64-96-64H397.7L292.61,8.06C290.06,3.61,283.84,0,278.71,0H213.2a16,16,0,0,0-15.38,20.39l36.94,129.29L45.46,3.38A16,16,0,0,0,23,6.19L3.37,31.45A16,16,0,0,0,6.18,53.91L594.54,508.63A16,16,0,0,0,617,505.81l19.64-25.26A16,16,0,0,0,633.82,458.09Z\"/></svg></li><li title=\"plane \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M480 192H365.71L260.61 8.06A16.014 16.014 0 0 0 246.71 0h-65.5c-10.63 0-18.3 10.17-15.38 20.39L214.86 192H112l-43.2-57.6c-3.02-4.03-7.77-6.4-12.8-6.4H16.01C5.6 128-2.04 137.78.49 147.88L32 256 .49 364.12C-2.04 374.22 5.6 384 16.01 384H56c5.04 0 9.78-2.37 12.8-6.4L112 320h102.86l-49.03 171.6c-2.92 10.22 4.75 20.4 15.38 20.4h65.5c5.74 0 11.04-3.08 13.89-8.06L365.71 320H480c35.35 0 96-28.65 96-64s-60.65-64-96-64z\"/></svg></li><li title=\"play circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"/></svg></li><li title=\"play \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"/></svg></li><li title=\"plug \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M320,32a32,32,0,0,0-64,0v96h64Zm48,128H16A16,16,0,0,0,0,176v32a16,16,0,0,0,16,16H32v32A160.07,160.07,0,0,0,160,412.8V512h64V412.8A160.07,160.07,0,0,0,352,256V224h16a16,16,0,0,0,16-16V176A16,16,0,0,0,368,160ZM128,32a32,32,0,0,0-64,0v96h64Z\"/></svg></li><li title=\"plus circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm144 276c0 6.6-5.4 12-12 12h-92v92c0 6.6-5.4 12-12 12h-56c-6.6 0-12-5.4-12-12v-92h-92c-6.6 0-12-5.4-12-12v-56c0-6.6 5.4-12 12-12h92v-92c0-6.6 5.4-12 12-12h56c6.6 0 12 5.4 12 12v92h92c6.6 0 12 5.4 12 12v56z\"/></svg></li><li title=\"plus square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-32 252c0 6.6-5.4 12-12 12h-92v92c0 6.6-5.4 12-12 12h-56c-6.6 0-12-5.4-12-12v-92H92c-6.6 0-12-5.4-12-12v-56c0-6.6 5.4-12 12-12h92v-92c0-6.6 5.4-12 12-12h56c6.6 0 12 5.4 12 12v92h92c6.6 0 12 5.4 12 12v56z\"/></svg></li><li title=\"plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"/></svg></li><li title=\"podcast \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M267.429 488.563C262.286 507.573 242.858 512 224 512c-18.857 0-38.286-4.427-43.428-23.437C172.927 460.134 160 388.898 160 355.75c0-35.156 31.142-43.75 64-43.75s64 8.594 64 43.75c0 32.949-12.871 104.179-20.571 132.813zM156.867 288.554c-18.693-18.308-29.958-44.173-28.784-72.599 2.054-49.724 42.395-89.956 92.124-91.881C274.862 121.958 320 165.807 320 220c0 26.827-11.064 51.116-28.866 68.552-2.675 2.62-2.401 6.986.628 9.187 9.312 6.765 16.46 15.343 21.234 25.363 1.741 3.654 6.497 4.66 9.449 1.891 28.826-27.043 46.553-65.783 45.511-108.565-1.855-76.206-63.595-138.208-139.793-140.369C146.869 73.753 80 139.215 80 220c0 41.361 17.532 78.7 45.55 104.989 2.953 2.771 7.711 1.77 9.453-1.887 4.774-10.021 11.923-18.598 21.235-25.363 3.029-2.2 3.304-6.566.629-9.185zM224 0C100.204 0 0 100.185 0 224c0 89.992 52.602 165.647 125.739 201.408 4.333 2.118 9.267-1.544 8.535-6.31-2.382-15.512-4.342-30.946-5.406-44.339-.146-1.836-1.149-3.486-2.678-4.512-47.4-31.806-78.564-86.016-78.187-147.347.592-96.237 79.29-174.648 175.529-174.899C320.793 47.747 400 126.797 400 224c0 61.932-32.158 116.49-80.65 147.867-.999 14.037-3.069 30.588-5.624 47.23-.732 4.767 4.203 8.429 8.535 6.31C395.227 389.727 448 314.187 448 224 448 100.205 347.815 0 224 0zm0 160c-35.346 0-64 28.654-64 64s28.654 64 64 64 64-28.654 64-64-28.654-64-64-64z\"/></svg></li><li title=\"poll h \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M448 432V80c0-26.5-21.5-48-48-48H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48zM112 192c-8.84 0-16-7.16-16-16v-32c0-8.84 7.16-16 16-16h128c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16H112zm0 96c-8.84 0-16-7.16-16-16v-32c0-8.84 7.16-16 16-16h224c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16H112zm0 96c-8.84 0-16-7.16-16-16v-32c0-8.84 7.16-16 16-16h64c8.84 0 16 7.16 16 16v32c0 8.84-7.16 16-16 16h-64z\"/></svg></li><li title=\"poll \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM160 368c0 8.84-7.16 16-16 16h-32c-8.84 0-16-7.16-16-16V240c0-8.84 7.16-16 16-16h32c8.84 0 16 7.16 16 16v128zm96 0c0 8.84-7.16 16-16 16h-32c-8.84 0-16-7.16-16-16V144c0-8.84 7.16-16 16-16h32c8.84 0 16 7.16 16 16v224zm96 0c0 8.84-7.16 16-16 16h-32c-8.84 0-16-7.16-16-16v-64c0-8.84 7.16-16 16-16h32c8.84 0 16 7.16 16 16v64z\"/></svg></li><li title=\"poo storm \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M308 336h-57.7l17.3-64.9c2-7.6-3.7-15.1-11.6-15.1h-68c-6 0-11.1 4.5-11.9 10.4l-16 120c-1 7.2 4.6 13.6 11.9 13.6h59.3l-23 97.2c-1.8 7.6 4 14.8 11.7 14.8 4.2 0 8.2-2.2 10.4-6l88-152c4.6-8-1.2-18-10.4-18zm66.4-111.3c5.9-9.6 9.6-20.6 9.6-32.7 0-35.3-28.7-64-64-64h-5.9c3.6-10.1 5.9-20.7 5.9-32 0-53-43-96-96-96-5.2 0-10.2.7-15.1 1.5C218.3 14.6 224 30.6 224 48c0 44.2-35.8 80-80 80h-16c-35.3 0-64 28.7-64 64 0 12.1 3.7 23.1 9.6 32.7C32.6 228 0 262.2 0 304c0 44 36 80 80 80h48.3c.1-.6 0-1.2 0-1.8l16-120c3-21.8 21.7-38.2 43.7-38.2h68c13.8 0 26.5 6.3 34.9 17.2s11.2 24.8 7.6 38.1l-6.6 24.7h16c15.7 0 30.3 8.4 38.1 22 7.8 13.6 7.8 30.5 0 44l-8.1 14h30c44 0 80-36 80-80 .1-41.8-32.5-76-73.5-79.3z\"/></svg></li><li title=\"poo \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M451.4 369.1C468.7 356 480 335.4 480 312c0-39.8-32.2-72-72-72h-14.1c13.4-11.7 22.1-28.8 22.1-48 0-35.3-28.7-64-64-64h-5.9c3.6-10.1 5.9-20.7 5.9-32 0-53-43-96-96-96-5.2 0-10.2.7-15.1 1.5C250.3 14.6 256 30.6 256 48c0 44.2-35.8 80-80 80h-16c-35.3 0-64 28.7-64 64 0 19.2 8.7 36.3 22.1 48H104c-39.8 0-72 32.2-72 72 0 23.4 11.3 44 28.6 57.1C26.3 374.6 0 404.1 0 440c0 39.8 32.2 72 72 72h368c39.8 0 72-32.2 72-72 0-35.9-26.3-65.4-60.6-70.9zM192 256c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm159.5 139C341 422.9 293 448 256 448s-85-25.1-95.5-53c-2-5.3 2-11 7.8-11h175.4c5.8 0 9.8 5.7 7.8 11zM320 320c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"/></svg></li><li title=\"poop \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M451.36 369.14C468.66 355.99 480 335.41 480 312c0-39.77-32.24-72-72-72h-14.07c13.42-11.73 22.07-28.78 22.07-48 0-35.35-28.65-64-64-64h-5.88c3.57-10.05 5.88-20.72 5.88-32 0-53.02-42.98-96-96-96-5.17 0-10.15.74-15.11 1.52C250.31 14.64 256 30.62 256 48c0 44.18-35.82 80-80 80h-16c-35.35 0-64 28.65-64 64 0 19.22 8.65 36.27 22.07 48H104c-39.76 0-72 32.23-72 72 0 23.41 11.34 43.99 28.64 57.14C26.31 374.62 0 404.12 0 440c0 39.76 32.24 72 72 72h368c39.76 0 72-32.24 72-72 0-35.88-26.31-65.38-60.64-70.86z\"/></svg></li><li title=\"portrait \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M336 0H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zM192 128c35.3 0 64 28.7 64 64s-28.7 64-64 64-64-28.7-64-64 28.7-64 64-64zm112 236.8c0 10.6-10 19.2-22.4 19.2H102.4C90 384 80 375.4 80 364.8v-19.2c0-31.8 30.1-57.6 67.2-57.6h5c12.3 5.1 25.7 8 39.8 8s27.6-2.9 39.8-8h5c37.1 0 67.2 25.8 67.2 57.6v19.2z\"/></svg></li><li title=\"pound sign \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"><path d=\"M308 352h-45.495c-6.627 0-12 5.373-12 12v50.848H128V288h84c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-84v-63.556c0-32.266 24.562-57.086 61.792-57.086 23.658 0 45.878 11.505 57.652 18.849 5.151 3.213 11.888 2.051 15.688-2.685l28.493-35.513c4.233-5.276 3.279-13.005-2.119-17.081C273.124 54.56 236.576 32 187.931 32 106.026 32 48 84.742 48 157.961V224H20c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h28v128H12c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h296c6.627 0 12-5.373 12-12V364c0-6.627-5.373-12-12-12z\"/></svg></li><li title=\"power off \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M400 54.1c63 45 104 118.6 104 201.9 0 136.8-110.8 247.7-247.5 248C120 504.3 8.2 393 8 256.4 7.9 173.1 48.9 99.3 111.8 54.2c11.7-8.3 28-4.8 35 7.7L162.6 90c5.9 10.5 3.1 23.8-6.6 31-41.5 30.8-68 79.6-68 134.9-.1 92.3 74.5 168.1 168 168.1 91.6 0 168.6-74.2 168-169.1-.3-51.8-24.7-101.8-68.1-134-9.7-7.2-12.4-20.5-6.5-30.9l15.8-28.1c7-12.4 23.2-16.1 34.8-7.8zM296 264V24c0-13.3-10.7-24-24-24h-32c-13.3 0-24 10.7-24 24v240c0 13.3 10.7 24 24 24h32c13.3 0 24-10.7 24-24z\"/></svg></li><li title=\"pray \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M256 128c35.35 0 64-28.65 64-64S291.35 0 256 0s-64 28.65-64 64 28.65 64 64 64zm-30.63 169.75c14.06 16.72 39 19.09 55.97 5.22l88-72.02c17.09-13.98 19.59-39.19 5.62-56.28-13.97-17.11-39.19-19.59-56.31-5.62l-57.44 47-38.91-46.31c-15.44-18.39-39.22-27.92-64-25.33-24.19 2.48-45.25 16.27-56.37 36.92l-49.37 92.03c-23.4 43.64-8.69 96.37 34.19 123.75L131.56 432H40c-22.09 0-40 17.91-40 40s17.91 40 40 40h208c34.08 0 53.77-42.79 28.28-68.28L166.42 333.86l34.8-64.87 24.15 28.76z\"/></svg></li><li title=\"praying hands \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M272 191.91c-17.6 0-32 14.4-32 32v80c0 8.84-7.16 16-16 16s-16-7.16-16-16v-76.55c0-17.39 4.72-34.47 13.69-49.39l77.75-129.59c9.09-15.16 4.19-34.81-10.97-43.91-14.45-8.67-32.72-4.3-42.3 9.21-.2.23-.62.21-.79.48l-117.26 175.9C117.56 205.9 112 224.31 112 243.29v80.23l-90.12 30.04A31.974 31.974 0 0 0 0 383.91v96c0 10.82 8.52 32 32 32 2.69 0 5.41-.34 8.06-1.03l179.19-46.62C269.16 449.99 304 403.8 304 351.91v-128c0-17.6-14.4-32-32-32zm346.12 161.73L528 323.6v-80.23c0-18.98-5.56-37.39-16.12-53.23L394.62 14.25c-.18-.27-.59-.24-.79-.48-9.58-13.51-27.85-17.88-42.3-9.21-15.16 9.09-20.06 28.75-10.97 43.91l77.75 129.59c8.97 14.92 13.69 32 13.69 49.39V304c0 8.84-7.16 16-16 16s-16-7.16-16-16v-80c0-17.6-14.4-32-32-32s-32 14.4-32 32v128c0 51.89 34.84 98.08 84.75 112.34l179.19 46.62c2.66.69 5.38 1.03 8.06 1.03 23.48 0 32-21.18 32-32v-96c0-13.77-8.81-25.99-21.88-30.35z\"/></svg></li><li title=\"prescription bottle alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M360 0H24C10.8 0 0 10.8 0 24v48c0 13.2 10.8 24 24 24h336c13.2 0 24-10.8 24-24V24c0-13.2-10.8-24-24-24zM32 480c0 17.6 14.4 32 32 32h256c17.6 0 32-14.4 32-32V128H32v352zm64-184c0-4.4 3.6-8 8-8h56v-56c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v56h56c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8h-56v56c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-56h-56c-4.4 0-8-3.6-8-8v-48z\"/></svg></li><li title=\"prescription bottle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M32 192h120c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H32v64h120c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H32v64h120c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H32v64c0 17.6 14.4 32 32 32h256c17.6 0 32-14.4 32-32V128H32v64zM360 0H24C10.8 0 0 10.8 0 24v48c0 13.2 10.8 24 24 24h336c13.2 0 24-10.8 24-24V24c0-13.2-10.8-24-24-24z\"/></svg></li><li title=\"prescription \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M301.26 352l78.06-78.06c6.25-6.25 6.25-16.38 0-22.63l-22.63-22.63c-6.25-6.25-16.38-6.25-22.63 0L256 306.74l-83.96-83.96C219.31 216.8 256 176.89 256 128c0-53.02-42.98-96-96-96H16C7.16 32 0 39.16 0 48v256c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-80h18.75l128 128-78.06 78.06c-6.25 6.25-6.25 16.38 0 22.63l22.63 22.63c6.25 6.25 16.38 6.25 22.63 0L256 397.25l78.06 78.06c6.25 6.25 16.38 6.25 22.63 0l22.63-22.63c6.25-6.25 6.25-16.38 0-22.63L301.26 352zM64 96h96c17.64 0 32 14.36 32 32s-14.36 32-32 32H64V96z\"/></svg></li><li title=\"print \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M448 192V77.25c0-8.49-3.37-16.62-9.37-22.63L393.37 9.37c-6-6-14.14-9.37-22.63-9.37H96C78.33 0 64 14.33 64 32v160c-35.35 0-64 28.65-64 64v112c0 8.84 7.16 16 16 16h48v96c0 17.67 14.33 32 32 32h320c17.67 0 32-14.33 32-32v-96h48c8.84 0 16-7.16 16-16V256c0-35.35-28.65-64-64-64zm-64 256H128v-96h256v96zm0-224H128V64h192v48c0 8.84 7.16 16 16 16h48v96zm48 72c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24z\"/></svg></li><li title=\"procedures \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M528 224H272c-8.8 0-16 7.2-16 16v144H64V144c0-8.8-7.2-16-16-16H16c-8.8 0-16 7.2-16 16v352c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48h512v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V336c0-61.9-50.1-112-112-112zM136 96h126.1l27.6 55.2c5.9 11.8 22.7 11.8 28.6 0L368 51.8 390.1 96H512c8.8 0 16-7.2 16-16s-7.2-16-16-16H409.9L382.3 8.8C376.4-3 359.6-3 353.7 8.8L304 108.2l-19.9-39.8c-1.4-2.7-4.1-4.4-7.2-4.4H136c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zm24 256c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64z\"/></svg></li><li title=\"project diagram \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M384 320H256c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h128c17.67 0 32-14.33 32-32V352c0-17.67-14.33-32-32-32zM192 32c0-17.67-14.33-32-32-32H32C14.33 0 0 14.33 0 32v128c0 17.67 14.33 32 32 32h95.72l73.16 128.04C211.98 300.98 232.4 288 256 288h.28L192 175.51V128h224V64H192V32zM608 0H480c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h128c17.67 0 32-14.33 32-32V32c0-17.67-14.33-32-32-32z\"/></svg></li><li title=\"pump medical \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M235.51,159.82H84.24A64,64,0,0,0,20.51,218L.14,442a64,64,0,0,0,63.74,69.8h192A64,64,0,0,0,319.61,442L299.24,218A64,64,0,0,0,235.51,159.82Zm4.37,173.33a13.35,13.35,0,0,1-13.34,13.34h-40v40a13.33,13.33,0,0,1-13.33,13.33H146.54a13.33,13.33,0,0,1-13.33-13.33v-40h-40a13.34,13.34,0,0,1-13.33-13.34V306.49a13.33,13.33,0,0,1,13.33-13.34h40v-40a13.33,13.33,0,0,1,13.33-13.33h26.67a13.33,13.33,0,0,1,13.33,13.33v40h40a13.34,13.34,0,0,1,13.34,13.34ZM379.19,93.88,335.87,50.56a64,64,0,0,0-45.24-18.74H223.88a32,32,0,0,0-32-32h-64a32,32,0,0,0-32,32v96h128v-32h66.75l43.31,43.31a16,16,0,0,0,22.63,0l22.62-22.62A16,16,0,0,0,379.19,93.88Z\"/></svg></li><li title=\"pump soap \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M235.63,160H84.37a64,64,0,0,0-63.74,58.21L.27,442.21A64,64,0,0,0,64,512H256a64,64,0,0,0,63.74-69.79l-20.36-224A64,64,0,0,0,235.63,160ZM160,416c-33.12,0-60-26.33-60-58.75,0-25,35.7-75.47,52-97.27A10,10,0,0,1,168,260c16.33,21.8,52,72.27,52,97.27C220,389.67,193.12,416,160,416ZM379.31,94.06,336,50.74A64,64,0,0,0,290.75,32H224A32,32,0,0,0,192,0H128A32,32,0,0,0,96,32v96H224V96h66.75l43.31,43.31a16,16,0,0,0,22.63,0l22.62-22.62A16,16,0,0,0,379.31,94.06Z\"/></svg></li><li title=\"puzzle piece \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M519.442 288.651c-41.519 0-59.5 31.593-82.058 31.593C377.409 320.244 432 144 432 144s-196.288 80-196.288-3.297c0-35.827 36.288-46.25 36.288-85.985C272 19.216 243.885 0 210.539 0c-34.654 0-66.366 18.891-66.366 56.346 0 41.364 31.711 59.277 31.711 81.75C175.885 207.719 0 166.758 0 166.758v333.237s178.635 41.047 178.635-28.662c0-22.473-40-40.107-40-81.471 0-37.456 29.25-56.346 63.577-56.346 33.673 0 61.788 19.216 61.788 54.717 0 39.735-36.288 50.158-36.288 85.985 0 60.803 129.675 25.73 181.23 25.73 0 0-34.725-120.101 25.827-120.101 35.962 0 46.423 36.152 86.308 36.152C556.712 416 576 387.99 576 354.443c0-34.199-18.962-65.792-56.558-65.792z\"/></svg></li><li title=\"qrcode \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M0 224h192V32H0v192zM64 96h64v64H64V96zm192-64v192h192V32H256zm128 128h-64V96h64v64zM0 480h192V288H0v192zm64-128h64v64H64v-64zm352-64h32v128h-96v-32h-32v96h-64V288h96v32h64v-32zm0 160h32v32h-32v-32zm-64 0h32v32h-32v-32z\"/></svg></li><li title=\"question circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504 256c0 136.997-111.043 248-248 248S8 392.997 8 256C8 119.083 119.043 8 256 8s248 111.083 248 248zM262.655 90c-54.497 0-89.255 22.957-116.549 63.758-3.536 5.286-2.353 12.415 2.715 16.258l34.699 26.31c5.205 3.947 12.621 3.008 16.665-2.122 17.864-22.658 30.113-35.797 57.303-35.797 20.429 0 45.698 13.148 45.698 32.958 0 14.976-12.363 22.667-32.534 33.976C247.128 238.528 216 254.941 216 296v4c0 6.627 5.373 12 12 12h56c6.627 0 12-5.373 12-12v-1.333c0-28.462 83.186-29.647 83.186-106.667 0-58.002-60.165-102-116.531-102zM256 338c-25.365 0-46 20.635-46 46 0 25.364 20.635 46 46 46s46-20.636 46-46c0-25.365-20.635-46-46-46z\"/></svg></li><li title=\"question \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M202.021 0C122.202 0 70.503 32.703 29.914 91.026c-7.363 10.58-5.093 25.086 5.178 32.874l43.138 32.709c10.373 7.865 25.132 6.026 33.253-4.148 25.049-31.381 43.63-49.449 82.757-49.449 30.764 0 68.816 19.799 68.816 49.631 0 22.552-18.617 34.134-48.993 51.164-35.423 19.86-82.299 44.576-82.299 106.405V320c0 13.255 10.745 24 24 24h72.471c13.255 0 24-10.745 24-24v-5.773c0-42.86 125.268-44.645 125.268-160.627C377.504 66.256 286.902 0 202.021 0zM192 373.459c-38.196 0-69.271 31.075-69.271 69.271 0 38.195 31.075 69.27 69.271 69.27s69.271-31.075 69.271-69.271-31.075-69.27-69.271-69.27z\"/></svg></li><li title=\"quidditch \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M256.5 216.8L343.2 326s-16.6 102.4-76.6 150.1C206.7 523.8 0 510.2 0 510.2s3.8-23.1 11-55.4l94.6-112.2c4-4.7-.9-11.6-6.6-9.5l-60.4 22.1c14.4-41.7 32.7-80 54.6-97.5 59.9-47.8 163.3-40.9 163.3-40.9zm238 135c-44 0-79.8 35.8-79.8 79.9 0 44.1 35.7 79.9 79.8 79.9 44.1 0 79.8-35.8 79.8-79.9 0-44.2-35.8-79.9-79.8-79.9zM636.5 31L616.7 6c-5.5-6.9-15.5-8-22.4-2.6L361.8 181.3l-34.1-43c-5.1-6.4-15.1-5.2-18.6 2.2l-25.3 54.6 86.7 109.2 58.8-12.4c8-1.7 11.4-11.2 6.3-17.6l-34.1-42.9L634 53.5c6.9-5.5 8-15.6 2.5-22.5z\"/></svg></li><li title=\"quote left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 256h-80v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8c-88.4 0-160 71.6-160 160v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48zm-288 0H96v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8C71.6 32 0 103.6 0 192v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48z\"/></svg></li><li title=\"quote right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 32H336c-26.5 0-48 21.5-48 48v128c0 26.5 21.5 48 48 48h80v64c0 35.3-28.7 64-64 64h-8c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h8c88.4 0 160-71.6 160-160V80c0-26.5-21.5-48-48-48zm-288 0H48C21.5 32 0 53.5 0 80v128c0 26.5 21.5 48 48 48h80v64c0 35.3-28.7 64-64 64h-8c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h8c88.4 0 160-71.6 160-160V80c0-26.5-21.5-48-48-48z\"/></svg></li><li title=\"quran \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M448 358.4V25.6c0-16-9.6-25.6-25.6-25.6H96C41.6 0 0 41.6 0 96v320c0 54.4 41.6 96 96 96h326.4c12.8 0 25.6-9.6 25.6-25.6v-16c0-6.4-3.2-12.8-9.6-19.2-3.2-16-3.2-60.8 0-73.6 6.4-3.2 9.6-9.6 9.6-19.2zM301.08 145.82c.6-1.21 1.76-1.82 2.92-1.82s2.32.61 2.92 1.82l11.18 22.65 25 3.63c2.67.39 3.74 3.67 1.81 5.56l-18.09 17.63 4.27 24.89c.36 2.11-1.31 3.82-3.21 3.82-.5 0-1.02-.12-1.52-.38L304 211.87l-22.36 11.75c-.5.26-1.02.38-1.52.38-1.9 0-3.57-1.71-3.21-3.82l4.27-24.89-18.09-17.63c-1.94-1.89-.87-5.17 1.81-5.56l24.99-3.63 11.19-22.65zm-57.89-69.01c13.67 0 27.26 2.49 40.38 7.41a6.775 6.775 0 1 1-2.38 13.12c-.67 0-3.09-.21-4.13-.21-52.31 0-94.86 42.55-94.86 94.86 0 52.3 42.55 94.86 94.86 94.86 1.03 0 3.48-.21 4.13-.21 3.93 0 6.8 3.14 6.8 6.78 0 2.98-1.94 5.51-4.62 6.42-13.07 4.87-26.59 7.34-40.19 7.34C179.67 307.19 128 255.51 128 192c0-63.52 51.67-115.19 115.19-115.19zM380.8 448H96c-19.2 0-32-12.8-32-32s16-32 32-32h284.8v64z\"/></svg></li><li title=\"radiation alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M312 256h79.1c9.2 0 16.9-7.7 16-16.8-4.6-43.6-27-81.8-59.5-107.8-7.6-6.1-18.8-4.5-24 3.8L281.9 202c18 11.2 30.1 31.2 30.1 54zm-97.8 54.1L172.4 377c-4.9 7.8-2.4 18.4 5.8 22.5 21.1 10.4 44.7 16.5 69.8 16.5s48.7-6.1 69.9-16.5c8.2-4.1 10.6-14.7 5.8-22.5l-41.8-66.9c-9.8 6.2-21.4 9.9-33.8 9.9s-24.1-3.7-33.9-9.9zM104.9 256H184c0-22.8 12.1-42.8 30.2-54.1l-41.7-66.8c-5.2-8.3-16.4-9.9-24-3.8-32.6 26-54.9 64.2-59.5 107.8-1.1 9.2 6.7 16.9 15.9 16.9zM248 504c137 0 248-111 248-248S385 8 248 8 0 119 0 256s111 248 248 248zm0-432c101.5 0 184 82.5 184 184s-82.5 184-184 184S64 357.5 64 256 146.5 72 248 72zm0 216c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32z\"/></svg></li><li title=\"radiation \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M328.2 255.8h151.6c9.1 0 16.8-7.7 16.2-16.8-5.1-75.8-44.4-142.2-102.5-184.2-7.4-5.3-17.9-2.9-22.7 4.8L290.4 188c22.6 14.3 37.8 39.2 37.8 67.8zm-37.8 67.7c-12.3 7.7-26.8 12.4-42.4 12.4-15.6 0-30-4.7-42.4-12.4L125.2 452c-4.8 7.7-2.4 18.1 5.6 22.4C165.7 493.2 205.6 504 248 504s82.3-10.8 117.2-29.6c8-4.3 10.4-14.8 5.6-22.4l-80.4-128.5zM248 303.8c26.5 0 48-21.5 48-48s-21.5-48-48-48-48 21.5-48 48 21.5 48 48 48zm-231.8-48h151.6c0-28.6 15.2-53.5 37.8-67.7L125.2 59.7c-4.8-7.7-15.3-10.2-22.7-4.8C44.4 96.9 5.1 163.3 0 239.1c-.6 9 7.1 16.7 16.2 16.7z\"/></svg></li><li title=\"rainbow \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M268.3 32.7C115.4 42.9 0 176.9 0 330.2V464c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V320C64 186.8 180.9 80.3 317.5 97.9 430.4 112.4 512 214 512 327.8V464c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V320c0-165.3-140-298.6-307.7-287.3zm-5.6 96.9C166 142 96 229.1 96 326.7V464c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V320c0-74.8 64.5-134.8 140.8-127.4 66.5 6.5 115.2 66.2 115.2 133.1V464c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V320c0-114.2-100.2-205.4-217.3-190.4zm6.2 96.3c-45.6 8.9-76.9 51.5-76.9 97.9V464c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V320c0-17.6 14.3-32 32-32s32 14.4 32 32v144c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V320c0-59.2-53.8-106-115.1-94.1z\"/></svg></li><li title=\"random \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.971 359.029c9.373 9.373 9.373 24.569 0 33.941l-80 79.984c-15.01 15.01-40.971 4.49-40.971-16.971V416h-58.785a12.004 12.004 0 0 1-8.773-3.812l-70.556-75.596 53.333-57.143L352 336h32v-39.981c0-21.438 25.943-31.998 40.971-16.971l80 79.981zM12 176h84l52.781 56.551 53.333-57.143-70.556-75.596A11.999 11.999 0 0 0 122.785 96H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12zm372 0v39.984c0 21.46 25.961 31.98 40.971 16.971l80-79.984c9.373-9.373 9.373-24.569 0-33.941l-80-79.981C409.943 24.021 384 34.582 384 56.019V96h-58.785a12.004 12.004 0 0 0-8.773 3.812L96 336H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h110.785c3.326 0 6.503-1.381 8.773-3.812L352 176h32z\"/></svg></li><li title=\"receipt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M358.4 3.2L320 48 265.6 3.2a15.9 15.9 0 0 0-19.2 0L192 48 137.6 3.2a15.9 15.9 0 0 0-19.2 0L64 48 25.6 3.2C15-4.7 0 2.8 0 16v480c0 13.2 15 20.7 25.6 12.8L64 464l54.4 44.8a15.9 15.9 0 0 0 19.2 0L192 464l54.4 44.8a15.9 15.9 0 0 0 19.2 0L320 464l38.4 44.8c10.5 7.9 25.6.4 25.6-12.8V16c0-13.2-15-20.7-25.6-12.8zM320 360c0 4.4-3.6 8-8 8H72c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h240c4.4 0 8 3.6 8 8v16zm0-96c0 4.4-3.6 8-8 8H72c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h240c4.4 0 8 3.6 8 8v16zm0-96c0 4.4-3.6 8-8 8H72c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h240c4.4 0 8 3.6 8 8v16z\"/></svg></li><li title=\"record vinyl \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 152a104 104 0 1 0 104 104 104 104 0 0 0-104-104zm0 128a24 24 0 1 1 24-24 24 24 0 0 1-24 24zm0-272C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 376a128 128 0 1 1 128-128 128 128 0 0 1-128 128z\"/></svg></li><li title=\"recycle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M184.561 261.903c3.232 13.997-12.123 24.635-24.068 17.168l-40.736-25.455-50.867 81.402C55.606 356.273 70.96 384 96.012 384H148c6.627 0 12 5.373 12 12v40c0 6.627-5.373 12-12 12H96.115c-75.334 0-121.302-83.048-81.408-146.88l50.822-81.388-40.725-25.448c-12.081-7.547-8.966-25.961 4.879-29.158l110.237-25.45c8.611-1.988 17.201 3.381 19.189 11.99l25.452 110.237zm98.561-182.915l41.289 66.076-40.74 25.457c-12.051 7.528-9 25.953 4.879 29.158l110.237 25.45c8.672 1.999 17.215-3.438 19.189-11.99l25.45-110.237c3.197-13.844-11.99-24.719-24.068-17.168l-40.687 25.424-41.263-66.082c-37.521-60.033-125.209-60.171-162.816 0l-17.963 28.766c-3.51 5.62-1.8 13.021 3.82 16.533l33.919 21.195c5.62 3.512 13.024 1.803 16.536-3.817l17.961-28.743c12.712-20.341 41.973-19.676 54.257-.022zM497.288 301.12l-27.515-44.065c-3.511-5.623-10.916-7.334-16.538-3.821l-33.861 21.159c-5.62 3.512-7.33 10.915-3.818 16.536l27.564 44.112c13.257 21.211-2.057 48.96-27.136 48.96H320V336.02c0-14.213-17.242-21.383-27.313-11.313l-80 79.981c-6.249 6.248-6.249 16.379 0 22.627l80 79.989C302.689 517.308 320 510.3 320 495.989V448h95.88c75.274 0 121.335-82.997 81.408-146.88z\"/></svg></li><li title=\"redo alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256.455 8c66.269.119 126.437 26.233 170.859 68.685l35.715-35.715C478.149 25.851 504 36.559 504 57.941V192c0 13.255-10.745 24-24 24H345.941c-21.382 0-32.09-25.851-16.971-40.971l41.75-41.75c-30.864-28.899-70.801-44.907-113.23-45.273-92.398-.798-170.283 73.977-169.484 169.442C88.764 348.009 162.184 424 256 424c41.127 0 79.997-14.678 110.629-41.556 4.743-4.161 11.906-3.908 16.368.553l39.662 39.662c4.872 4.872 4.631 12.815-.482 17.433C378.202 479.813 319.926 504 256 504 119.034 504 8.001 392.967 8 256.002 7.999 119.193 119.646 7.755 256.455 8z\"/></svg></li><li title=\"redo \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M500.33 0h-47.41a12 12 0 0 0-12 12.57l4 82.76A247.42 247.42 0 0 0 256 8C119.34 8 7.9 119.53 8 256.19 8.1 393.07 119.1 504 256 504a247.1 247.1 0 0 0 166.18-63.91 12 12 0 0 0 .48-17.43l-34-34a12 12 0 0 0-16.38-.55A176 176 0 1 1 402.1 157.8l-101.53-4.87a12 12 0 0 0-12.57 12v47.41a12 12 0 0 0 12 12h200.33a12 12 0 0 0 12-12V12a12 12 0 0 0-12-12z\"/></svg></li><li title=\"registered \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M285.363 207.475c0 18.6-9.831 28.431-28.431 28.431h-29.876v-56.14h23.378c28.668 0 34.929 8.773 34.929 27.709zM504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM363.411 360.414c-46.729-84.825-43.299-78.636-44.702-80.98 23.432-15.172 37.945-42.979 37.945-74.486 0-54.244-31.5-89.252-105.498-89.252h-70.667c-13.255 0-24 10.745-24 24V372c0 13.255 10.745 24 24 24h22.567c13.255 0 24-10.745 24-24v-71.663h25.556l44.129 82.937a24.001 24.001 0 0 0 21.188 12.727h24.464c18.261-.001 29.829-19.591 21.018-35.587z\"/></svg></li><li title=\"remove format \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M336 416h-11.17l9.26-27.77L267 336.4 240.49 416H208a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm297.82 42.1L377 259.59 426.17 112H544v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16H176a16 16 0 0 0-16 16v43.9L45.46 3.38A16 16 0 0 0 23 6.19L3.37 31.46a16 16 0 0 0 2.81 22.45l588.36 454.72a16 16 0 0 0 22.46-2.81l19.64-25.27a16 16 0 0 0-2.82-22.45zM309.91 207.76L224 141.36V112h117.83z\"/></svg></li><li title=\"reply all \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M136.309 189.836L312.313 37.851C327.72 24.546 352 35.348 352 56.015v82.763c129.182 10.231 224 52.212 224 183.548 0 61.441-39.582 122.309-83.333 154.132-13.653 9.931-33.111-2.533-28.077-18.631 38.512-123.162-3.922-169.482-112.59-182.015v84.175c0 20.701-24.3 31.453-39.687 18.164L136.309 226.164c-11.071-9.561-11.086-26.753 0-36.328zm-128 36.328L184.313 378.15C199.7 391.439 224 380.687 224 359.986v-15.818l-108.606-93.785A55.96 55.96 0 0 1 96 207.998a55.953 55.953 0 0 1 19.393-42.38L224 71.832V56.015c0-20.667-24.28-31.469-39.687-18.164L8.309 189.836c-11.086 9.575-11.071 26.767 0 36.328z\"/></svg></li><li title=\"reply \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M8.309 189.836L184.313 37.851C199.719 24.546 224 35.347 224 56.015v80.053c160.629 1.839 288 34.032 288 186.258 0 61.441-39.581 122.309-83.333 154.132-13.653 9.931-33.111-2.533-28.077-18.631 45.344-145.012-21.507-183.51-176.59-185.742V360c0 20.7-24.3 31.453-39.687 18.164l-176.004-152c-11.071-9.562-11.086-26.753 0-36.328z\"/></svg></li><li title=\"republican \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M544 192c0-88.4-71.6-160-160-160H160C71.6 32 0 103.6 0 192v64h544v-64zm-367.7-21.6l-19.8 19.3 4.7 27.3c.8 4.9-4.3 8.6-8.7 6.3L128 210.4l-24.5 12.9c-4.3 2.3-9.5-1.4-8.7-6.3l4.7-27.3-19.8-19.3c-3.6-3.5-1.6-9.5 3.3-10.2l27.4-4 12.2-24.8c2.2-4.5 8.6-4.4 10.7 0l12.2 24.8 27.4 4c5 .7 6.9 6.7 3.4 10.2zm144 0l-19.8 19.3 4.7 27.3c.8 4.9-4.3 8.6-8.7 6.3L272 210.4l-24.5 12.9c-4.3 2.3-9.5-1.4-8.7-6.3l4.7-27.3-19.8-19.3c-3.6-3.5-1.6-9.5 3.3-10.2l27.4-4 12.2-24.8c2.2-4.5 8.6-4.4 10.7 0l12.2 24.8 27.4 4c5 .7 6.9 6.7 3.4 10.2zm144 0l-19.8 19.3 4.7 27.3c.8 4.9-4.3 8.6-8.7 6.3L416 210.4l-24.5 12.9c-4.3 2.3-9.5-1.4-8.7-6.3l4.7-27.3-19.8-19.3c-3.6-3.5-1.6-9.5 3.3-10.2l27.4-4 12.2-24.8c2.2-4.5 8.6-4.4 10.7 0l12.2 24.8 27.4 4c5 .7 6.9 6.7 3.4 10.2zM624 320h-32c-8.8 0-16 7.2-16 16v64c0 8.8-7.2 16-16 16s-16-7.2-16-16V288H0v176c0 8.8 7.2 16 16 16h96c8.8 0 16-7.2 16-16v-80h192v80c0 8.8 7.2 16 16 16h96c8.8 0 16-7.2 16-16V352h32v43.3c0 41.8 30 80.1 71.6 84.3 47.8 4.9 88.4-32.7 88.4-79.6v-64c0-8.8-7.2-16-16-16z\"/></svg></li><li title=\"restroom \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M128 128c35.3 0 64-28.7 64-64S163.3 0 128 0 64 28.7 64 64s28.7 64 64 64zm384 0c35.3 0 64-28.7 64-64S547.3 0 512 0s-64 28.7-64 64 28.7 64 64 64zm127.3 226.5l-45.6-185.8c-3.3-13.5-15.5-23-29.8-24.2-15 9.7-32.8 15.5-52 15.5-19.2 0-37-5.8-52-15.5-14.3 1.2-26.5 10.7-29.8 24.2l-45.6 185.8C381 369.6 393 384 409.2 384H464v104c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24V384h54.8c16.2 0 28.2-14.4 24.5-29.5zM336 0h-32c-8.8 0-16 7.2-16 16v480c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V16c0-8.8-7.2-16-16-16zM180.1 144.4c-15 9.8-32.9 15.6-52.1 15.6-19.2 0-37.1-5.8-52.1-15.6C51.3 146.5 32 166.9 32 192v136c0 13.3 10.7 24 24 24h8v136c0 13.3 10.7 24 24 24h80c13.3 0 24-10.7 24-24V352h8c13.3 0 24-10.7 24-24V192c0-25.1-19.3-45.5-43.9-47.6z\"/></svg></li><li title=\"retweet \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M629.657 343.598L528.971 444.284c-9.373 9.372-24.568 9.372-33.941 0L394.343 343.598c-9.373-9.373-9.373-24.569 0-33.941l10.823-10.823c9.562-9.562 25.133-9.34 34.419.492L480 342.118V160H292.451a24.005 24.005 0 0 1-16.971-7.029l-16-16C244.361 121.851 255.069 96 276.451 96H520c13.255 0 24 10.745 24 24v222.118l40.416-42.792c9.285-9.831 24.856-10.054 34.419-.492l10.823 10.823c9.372 9.372 9.372 24.569-.001 33.941zm-265.138 15.431A23.999 23.999 0 0 0 347.548 352H160V169.881l40.416 42.792c9.286 9.831 24.856 10.054 34.419.491l10.822-10.822c9.373-9.373 9.373-24.569 0-33.941L144.971 67.716c-9.373-9.373-24.569-9.373-33.941 0L10.343 168.402c-9.373 9.373-9.373 24.569 0 33.941l10.822 10.822c9.562 9.562 25.133 9.34 34.419-.491L96 169.881V392c0 13.255 10.745 24 24 24h243.549c21.382 0 32.09-25.851 16.971-40.971l-16.001-16z\"/></svg></li><li title=\"ribbon \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M6.1 444.3c-9.6 10.8-7.5 27.6 4.5 35.7l68.8 27.9c9.9 6.7 23.3 5 31.3-3.8l91.8-101.9-79.2-87.9-117.2 130zm435.8 0s-292-324.6-295.4-330.1c15.4-8.4 40.2-17.9 77.5-17.9s62.1 9.5 77.5 17.9c-3.3 5.6-56 64.6-56 64.6l79.1 87.7 34.2-38c28.7-31.9 33.3-78.6 11.4-115.5l-43.7-73.5c-4.3-7.2-9.9-13.3-16.8-18-40.7-27.6-127.4-29.7-171.4 0-6.9 4.7-12.5 10.8-16.8 18l-43.6 73.2c-1.5 2.5-37.1 62.2 11.5 116L337.5 504c8 8.9 21.4 10.5 31.3 3.8l68.8-27.9c11.9-8 14-24.8 4.3-35.6z\"/></svg></li><li title=\"ring \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 64C110.06 64 0 125.91 0 208v98.13C0 384.48 114.62 448 256 448s256-63.52 256-141.87V208c0-82.09-110.06-144-256-144zm0 64c106.04 0 192 35.82 192 80 0 9.26-3.97 18.12-10.91 26.39C392.15 208.21 328.23 192 256 192s-136.15 16.21-181.09 42.39C67.97 226.12 64 217.26 64 208c0-44.18 85.96-80 192-80zM120.43 264.64C155.04 249.93 201.64 240 256 240s100.96 9.93 135.57 24.64C356.84 279.07 308.93 288 256 288s-100.84-8.93-135.57-23.36z\"/></svg></li><li title=\"road \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M573.19 402.67l-139.79-320C428.43 71.29 417.6 64 405.68 64h-97.59l2.45 23.16c.5 4.72-3.21 8.84-7.96 8.84h-29.16c-4.75 0-8.46-4.12-7.96-8.84L267.91 64h-97.59c-11.93 0-22.76 7.29-27.73 18.67L2.8 402.67C-6.45 423.86 8.31 448 30.54 448h196.84l10.31-97.68c.86-8.14 7.72-14.32 15.91-14.32h68.8c8.19 0 15.05 6.18 15.91 14.32L348.62 448h196.84c22.23 0 36.99-24.14 27.73-45.33zM260.4 135.16a8 8 0 0 1 7.96-7.16h39.29c4.09 0 7.53 3.09 7.96 7.16l4.6 43.58c.75 7.09-4.81 13.26-11.93 13.26h-40.54c-7.13 0-12.68-6.17-11.93-13.26l4.59-43.58zM315.64 304h-55.29c-9.5 0-16.91-8.23-15.91-17.68l5.07-48c.86-8.14 7.72-14.32 15.91-14.32h45.15c8.19 0 15.05 6.18 15.91 14.32l5.07 48c1 9.45-6.41 17.68-15.91 17.68z\"/></svg></li><li title=\"robot \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M32,224H64V416H32A31.96166,31.96166,0,0,1,0,384V256A31.96166,31.96166,0,0,1,32,224Zm512-48V448a64.06328,64.06328,0,0,1-64,64H160a64.06328,64.06328,0,0,1-64-64V176a79.974,79.974,0,0,1,80-80H288V32a32,32,0,0,1,64,0V96H464A79.974,79.974,0,0,1,544,176ZM264,256a40,40,0,1,0-40,40A39.997,39.997,0,0,0,264,256Zm-8,128H192v32h64Zm96,0H288v32h64ZM456,256a40,40,0,1,0-40,40A39.997,39.997,0,0,0,456,256Zm-8,128H384v32h64ZM640,256V384a31.96166,31.96166,0,0,1-32,32H576V224h32A31.96166,31.96166,0,0,1,640,256Z\"/></svg></li><li title=\"rocket \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M505.12019,19.09375c-1.18945-5.53125-6.65819-11-12.207-12.1875C460.716,0,435.507,0,410.40747,0,307.17523,0,245.26909,55.20312,199.05238,128H94.83772c-16.34763.01562-35.55658,11.875-42.88664,26.48438L2.51562,253.29688A28.4,28.4,0,0,0,0,264a24.00867,24.00867,0,0,0,24.00582,24H127.81618l-22.47457,22.46875c-11.36521,11.36133-12.99607,32.25781,0,45.25L156.24582,406.625c11.15623,11.1875,32.15619,13.15625,45.27726,0l22.47457-22.46875V488a24.00867,24.00867,0,0,0,24.00581,24,28.55934,28.55934,0,0,0,10.707-2.51562l98.72834-49.39063c14.62888-7.29687,26.50776-26.5,26.50776-42.85937V312.79688c72.59753-46.3125,128.03493-108.40626,128.03493-211.09376C512.07526,76.5,512.07526,51.29688,505.12019,19.09375ZM384.04033,168A40,40,0,1,1,424.05,128,40.02322,40.02322,0,0,1,384.04033,168Z\"/></svg></li><li title=\"route \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M416 320h-96c-17.6 0-32-14.4-32-32s14.4-32 32-32h96s96-107 96-160-43-96-96-96-96 43-96 96c0 25.5 22.2 63.4 45.3 96H320c-52.9 0-96 43.1-96 96s43.1 96 96 96h96c17.6 0 32 14.4 32 32s-14.4 32-32 32H185.5c-16 24.8-33.8 47.7-47.3 64H416c52.9 0 96-43.1 96-96s-43.1-96-96-96zm0-256c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zM96 256c-53 0-96 43-96 96s96 160 96 160 96-107 96-160-43-96-96-96zm0 128c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"/></svg></li><li title=\"rss square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zM112 416c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm157.533 0h-34.335c-6.011 0-11.051-4.636-11.442-10.634-5.214-80.05-69.243-143.92-149.123-149.123-5.997-.39-10.633-5.431-10.633-11.441v-34.335c0-6.535 5.468-11.777 11.994-11.425 110.546 5.974 198.997 94.536 204.964 204.964.352 6.526-4.89 11.994-11.425 11.994zm103.027 0h-34.334c-6.161 0-11.175-4.882-11.427-11.038-5.598-136.535-115.204-246.161-251.76-251.76C68.882 152.949 64 147.935 64 141.774V107.44c0-6.454 5.338-11.664 11.787-11.432 167.83 6.025 302.21 141.191 308.205 308.205.232 6.449-4.978 11.787-11.432 11.787z\"/></svg></li><li title=\"rss \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M128.081 415.959c0 35.369-28.672 64.041-64.041 64.041S0 451.328 0 415.959s28.672-64.041 64.041-64.041 64.04 28.673 64.04 64.041zm175.66 47.25c-8.354-154.6-132.185-278.587-286.95-286.95C7.656 175.765 0 183.105 0 192.253v48.069c0 8.415 6.49 15.472 14.887 16.018 111.832 7.284 201.473 96.702 208.772 208.772.547 8.397 7.604 14.887 16.018 14.887h48.069c9.149.001 16.489-7.655 15.995-16.79zm144.249.288C439.596 229.677 251.465 40.445 16.503 32.01 7.473 31.686 0 38.981 0 48.016v48.068c0 8.625 6.835 15.645 15.453 15.999 191.179 7.839 344.627 161.316 352.465 352.465.353 8.618 7.373 15.453 15.999 15.453h48.068c9.034-.001 16.329-7.474 16.005-16.504z\"/></svg></li><li title=\"ruble sign \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M239.36 320C324.48 320 384 260.542 384 175.071S324.48 32 239.36 32H76c-6.627 0-12 5.373-12 12v206.632H12c-6.627 0-12 5.373-12 12V308c0 6.627 5.373 12 12 12h52v32H12c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h52v52c0 6.627 5.373 12 12 12h58.56c6.627 0 12-5.373 12-12v-52H308c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12H146.56v-32h92.8zm-92.8-219.252h78.72c46.72 0 74.88 29.11 74.88 74.323 0 45.832-28.16 75.561-76.16 75.561h-77.44V100.748z\"/></svg></li><li title=\"ruler combined \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M160 288h-56c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h56v-64h-56c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h56V96h-56c-4.42 0-8-3.58-8-8V72c0-4.42 3.58-8 8-8h56V32c0-17.67-14.33-32-32-32H32C14.33 0 0 14.33 0 32v448c0 2.77.91 5.24 1.57 7.8L160 329.38V288zm320 64h-32v56c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-56h-64v56c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-56h-64v56c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-56h-41.37L24.2 510.43c2.56.66 5.04 1.57 7.8 1.57h448c17.67 0 32-14.33 32-32v-96c0-17.67-14.33-32-32-32z\"/></svg></li><li title=\"ruler horizontal \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M544 128h-48v88c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-88h-64v88c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-88h-64v88c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-88h-64v88c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-88h-64v88c0 4.42-3.58 8-8 8H88c-4.42 0-8-3.58-8-8v-88H32c-17.67 0-32 14.33-32 32v192c0 17.67 14.33 32 32 32h512c17.67 0 32-14.33 32-32V160c0-17.67-14.33-32-32-32z\"/></svg></li><li title=\"ruler vertical \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 256 512\"><path d=\"M168 416c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h88v-64h-88c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h88v-64h-88c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h88v-64h-88c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h88V32c0-17.67-14.33-32-32-32H32C14.33 0 0 14.33 0 32v448c0 17.67 14.33 32 32 32h192c17.67 0 32-14.33 32-32v-64h-88z\"/></svg></li><li title=\"ruler \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M635.7 167.2L556.1 31.7c-8.8-15-28.3-20.1-43.5-11.5l-69 39.1L503.3 161c2.2 3.8.9 8.5-2.9 10.7l-13.8 7.8c-3.8 2.2-8.7.9-10.9-2.9L416 75l-55.2 31.3 27.9 47.4c2.2 3.8.9 8.5-2.9 10.7l-13.8 7.8c-3.8 2.2-8.7.9-10.9-2.9L333.2 122 278 153.3 337.8 255c2.2 3.7.9 8.5-2.9 10.7l-13.8 7.8c-3.8 2.2-8.7.9-10.9-2.9l-59.7-101.7-55.2 31.3 27.9 47.4c2.2 3.8.9 8.5-2.9 10.7l-13.8 7.8c-3.8 2.2-8.7.9-10.9-2.9l-27.9-47.5-55.2 31.3 59.7 101.7c2.2 3.7.9 8.5-2.9 10.7l-13.8 7.8c-3.8 2.2-8.7.9-10.9-2.9L84.9 262.9l-69 39.1C.7 310.7-4.6 329.8 4.2 344.8l79.6 135.6c8.8 15 28.3 20.1 43.5 11.5L624.1 210c15.2-8.6 20.4-27.8 11.6-42.8z\"/></svg></li><li title=\"running \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 416 512\"><path d=\"M272 96c26.51 0 48-21.49 48-48S298.51 0 272 0s-48 21.49-48 48 21.49 48 48 48zM113.69 317.47l-14.8 34.52H32c-17.67 0-32 14.33-32 32s14.33 32 32 32h77.45c19.25 0 36.58-11.44 44.11-29.09l8.79-20.52-10.67-6.3c-17.32-10.23-30.06-25.37-37.99-42.61zM384 223.99h-44.03l-26.06-53.25c-12.5-25.55-35.45-44.23-61.78-50.94l-71.08-21.14c-28.3-6.8-57.77-.55-80.84 17.14l-39.67 30.41c-14.03 10.75-16.69 30.83-5.92 44.86s30.84 16.66 44.86 5.92l39.69-30.41c7.67-5.89 17.44-8 25.27-6.14l14.7 4.37-37.46 87.39c-12.62 29.48-1.31 64.01 26.3 80.31l84.98 50.17-27.47 87.73c-5.28 16.86 4.11 34.81 20.97 40.09 3.19 1 6.41 1.48 9.58 1.48 13.61 0 26.23-8.77 30.52-22.45l31.64-101.06c5.91-20.77-2.89-43.08-21.64-54.39l-61.24-36.14 31.31-78.28 20.27 41.43c8 16.34 24.92 26.89 43.11 26.89H384c17.67 0 32-14.33 32-32s-14.33-31.99-32-31.99z\"/></svg></li><li title=\"rupee sign \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"><path d=\"M308 96c6.627 0 12-5.373 12-12V44c0-6.627-5.373-12-12-12H12C5.373 32 0 37.373 0 44v44.748c0 6.627 5.373 12 12 12h85.28c27.308 0 48.261 9.958 60.97 27.252H12c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h158.757c-6.217 36.086-32.961 58.632-74.757 58.632H12c-6.627 0-12 5.373-12 12v53.012c0 3.349 1.4 6.546 3.861 8.818l165.052 152.356a12.001 12.001 0 0 0 8.139 3.182h82.562c10.924 0 16.166-13.408 8.139-20.818L116.871 319.906c76.499-2.34 131.144-53.395 138.318-127.906H308c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12h-58.69c-3.486-11.541-8.28-22.246-14.252-32H308z\"/></svg></li><li title=\"sad cry \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 8C111 8 0 119 0 256c0 90.1 48.2 168.7 120 212.1V288c0-8.8 7.2-16 16-16s16 7.2 16 16v196.7c29.5 12.4 62 19.3 96 19.3s66.5-6.9 96-19.3V288c0-8.8 7.2-16 16-16s16 7.2 16 16v180.1C447.8 424.7 496 346 496 256 496 119 385 8 248 8zm-65.5 216.5c-14.8-13.2-46.2-13.2-61 0L112 233c-3.8 3.3-9.3 4-13.7 1.6-4.4-2.4-6.9-7.4-6.1-12.4 4-25.2 34.2-42.1 59.9-42.1S208 197 212 222.2c.8 5-1.7 10-6.1 12.4-5.8 3.1-11.2.7-13.7-1.6l-9.7-8.5zM248 416c-26.5 0-48-28.7-48-64s21.5-64 48-64 48 28.7 48 64-21.5 64-48 64zm149.8-181.5c-5.8 3.1-11.2.7-13.7-1.6l-9.5-8.5c-14.8-13.2-46.2-13.2-61 0L304 233c-3.8 3.3-9.3 4-13.7 1.6-4.4-2.4-6.9-7.4-6.1-12.4 4-25.2 34.2-42.1 59.9-42.1S400 197 404 222.2c.6 4.9-1.8 9.9-6.2 12.3z\"/></svg></li><li title=\"sad tear \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm80 168c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zM152 416c-26.5 0-48-21-48-47 0-20 28.5-60.4 41.6-77.8 3.2-4.3 9.6-4.3 12.8 0C171.5 308.6 200 349 200 369c0 26-21.5 47-48 47zm16-176c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm170.2 154.2C315.8 367.4 282.9 352 248 352c-21.2 0-21.2-32 0-32 44.4 0 86.3 19.6 114.7 53.8 13.8 16.4-11.2 36.5-24.5 20.4z\"/></svg></li><li title=\"satellite dish \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M305.44954,462.59c7.39157,7.29792,6.18829,20.09661-3.00038,25.00356-77.713,41.80281-176.72559,29.9105-242.34331-35.7082C-5.49624,386.28227-17.404,287.362,24.41381,209.554c4.89125-9.095,17.68975-10.29834,25.00318-3.00043L166.22872,323.36708l27.39411-27.39452c-.68759-2.60974-1.594-5.00071-1.594-7.81361a32.00407,32.00407,0,1,1,32.00407,32.00455c-2.79723,0-5.20378-.89075-7.79786-1.594l-27.40974,27.41015ZM511.9758,303.06732a16.10336,16.10336,0,0,1-16.002,17.00242H463.86031a15.96956,15.96956,0,0,1-15.89265-15.00213C440.46671,175.5492,336.45348,70.53427,207.03078,63.53328a15.84486,15.84486,0,0,1-15.00191-15.90852V16.02652A16.09389,16.09389,0,0,1,209.031.02425C372.25491,8.61922,503.47472,139.841,511.9758,303.06732Zm-96.01221-.29692a16.21093,16.21093,0,0,1-16.11142,17.29934H367.645a16.06862,16.06862,0,0,1-15.89265-14.70522c-6.90712-77.01094-68.118-138.91037-144.92467-145.22376a15.94,15.94,0,0,1-14.79876-15.89289V112.13393a16.134,16.134,0,0,1,17.29908-16.096C319.45132,104.5391,407.55627,192.64538,415.96359,302.7704Z\"/></svg></li><li title=\"satellite \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M502.60969,310.04206l-96.70393,96.71625a31.88151,31.88151,0,0,1-45.00765,0L280.572,326.34115l-9.89231,9.90759a190.56343,190.56343,0,0,1-5.40716,168.52287c-4.50077,8.50115-16.39342,9.59505-23.20707,2.79725L134.54715,400.05428l-17.7999,17.79929c.70324,2.60972,1.60965,5.00067,1.60965,7.79793a32.00544,32.00544,0,1,1-32.00544-32.00434c2.79735,0,5.18838.90637,7.7982,1.60959l17.7999-17.79929L4.43129,269.94287c-6.798-6.81342-5.70409-18.6119,2.79735-23.20627a190.58161,190.58161,0,0,1,168.52864-5.407l9.79854-9.79821-80.31053-80.41716a32.002,32.002,0,0,1,0-45.09987L201.96474,9.29814A31.62639,31.62639,0,0,1,224.46868,0a31.99951,31.99951,0,0,1,22.59759,9.29814l80.32615,80.30777,47.805-47.89713a33.6075,33.6075,0,0,1,47.50808,0l47.50807,47.50645a33.63308,33.63308,0,0,1,0,47.50644l-47.805,47.89713L502.71908,265.036A31.78938,31.78938,0,0,1,502.60969,310.04206ZM219.56159,197.433l73.82505-73.82252-68.918-68.9-73.80942,73.80689Zm237.74352,90.106-68.90233-68.9156-73.825,73.82252,68.918,68.9Z\"/></svg></li><li title=\"save \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M433.941 129.941l-83.882-83.882A48 48 0 0 0 316.118 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V163.882a48 48 0 0 0-14.059-33.941zM224 416c-35.346 0-64-28.654-64-64 0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64zm96-304.52V212c0 6.627-5.373 12-12 12H76c-6.627 0-12-5.373-12-12V108c0-6.627 5.373-12 12-12h228.52c3.183 0 6.235 1.264 8.485 3.515l3.48 3.48A11.996 11.996 0 0 1 320 111.48z\"/></svg></li><li title=\"school \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M0 224v272c0 8.84 7.16 16 16 16h80V192H32c-17.67 0-32 14.33-32 32zm360-48h-24v-40c0-4.42-3.58-8-8-8h-16c-4.42 0-8 3.58-8 8v64c0 4.42 3.58 8 8 8h48c4.42 0 8-3.58 8-8v-16c0-4.42-3.58-8-8-8zm137.75-63.96l-160-106.67a32.02 32.02 0 0 0-35.5 0l-160 106.67A32.002 32.002 0 0 0 128 138.66V512h128V368c0-8.84 7.16-16 16-16h96c8.84 0 16 7.16 16 16v144h128V138.67c0-10.7-5.35-20.7-14.25-26.63zM320 256c-44.18 0-80-35.82-80-80s35.82-80 80-80 80 35.82 80 80-35.82 80-80 80zm288-64h-64v320h80c8.84 0 16-7.16 16-16V224c0-17.67-14.33-32-32-32z\"/></svg></li><li title=\"screwdriver \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M448 0L320 96v62.06l-83.03 83.03c6.79 4.25 13.27 9.06 19.07 14.87 5.8 5.8 10.62 12.28 14.87 19.07L353.94 192H416l96-128-64-64zM128 278.59L10.92 395.67c-14.55 14.55-14.55 38.15 0 52.71l52.7 52.7c14.56 14.56 38.15 14.56 52.71 0L233.41 384c29.11-29.11 29.11-76.3 0-105.41s-76.3-29.11-105.41 0z\"/></svg></li><li title=\"scroll \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M48 0C21.53 0 0 21.53 0 48v64c0 8.84 7.16 16 16 16h80V48C96 21.53 74.47 0 48 0zm208 412.57V352h288V96c0-52.94-43.06-96-96-96H111.59C121.74 13.41 128 29.92 128 48v368c0 38.87 34.65 69.65 74.75 63.12C234.22 474 256 444.46 256 412.57zM288 384v32c0 52.93-43.06 96-96 96h336c61.86 0 112-50.14 112-112 0-8.84-7.16-16-16-16H288z\"/></svg></li><li title=\"sd card \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M320 0H128L0 128v320c0 35.3 28.7 64 64 64h256c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64zM160 160h-48V64h48v96zm80 0h-48V64h48v96zm80 0h-48V64h48v96z\"/></svg></li><li title=\"search dollar \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M505.04 442.66l-99.71-99.69c-4.5-4.5-10.6-7-17-7h-16.3c27.6-35.3 44-79.69 44-127.99C416.03 93.09 322.92 0 208.02 0S0 93.09 0 207.98s93.11 207.98 208.02 207.98c48.3 0 92.71-16.4 128.01-44v16.3c0 6.4 2.5 12.5 7 17l99.71 99.69c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.59.1-33.99zm-297.02-90.7c-79.54 0-144-64.34-144-143.98 0-79.53 64.35-143.98 144-143.98 79.54 0 144 64.34 144 143.98 0 79.53-64.35 143.98-144 143.98zm27.11-152.54l-45.01-13.5c-5.16-1.55-8.77-6.78-8.77-12.73 0-7.27 5.3-13.19 11.8-13.19h28.11c4.56 0 8.96 1.29 12.82 3.72 3.24 2.03 7.36 1.91 10.13-.73l11.75-11.21c3.53-3.37 3.33-9.21-.57-12.14-9.1-6.83-20.08-10.77-31.37-11.35V112c0-4.42-3.58-8-8-8h-16c-4.42 0-8 3.58-8 8v16.12c-23.63.63-42.68 20.55-42.68 45.07 0 19.97 12.99 37.81 31.58 43.39l45.01 13.5c5.16 1.55 8.77 6.78 8.77 12.73 0 7.27-5.3 13.19-11.8 13.19h-28.1c-4.56 0-8.96-1.29-12.82-3.72-3.24-2.03-7.36-1.91-10.13.73l-11.75 11.21c-3.53 3.37-3.33 9.21.57 12.14 9.1 6.83 20.08 10.77 31.37 11.35V304c0 4.42 3.58 8 8 8h16c4.42 0 8-3.58 8-8v-16.12c23.63-.63 42.68-20.54 42.68-45.07 0-19.97-12.99-37.81-31.59-43.39z\"/></svg></li><li title=\"search location \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M505.04 442.66l-99.71-99.69c-4.5-4.5-10.6-7-17-7h-16.3c27.6-35.3 44-79.69 44-127.99C416.03 93.09 322.92 0 208.02 0S0 93.09 0 207.98s93.11 207.98 208.02 207.98c48.3 0 92.71-16.4 128.01-44v16.3c0 6.4 2.5 12.5 7 17l99.71 99.69c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.59.1-33.99zm-297.02-90.7c-79.54 0-144-64.34-144-143.98 0-79.53 64.35-143.98 144-143.98 79.54 0 144 64.34 144 143.98 0 79.53-64.35 143.98-144 143.98zm.02-239.96c-40.78 0-73.84 33.05-73.84 73.83 0 32.96 48.26 93.05 66.75 114.86a9.24 9.24 0 0 0 14.18 0c18.49-21.81 66.75-81.89 66.75-114.86 0-40.78-33.06-73.83-73.84-73.83zm0 96c-13.26 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24z\"/></svg></li><li title=\"search minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M304 192v32c0 6.6-5.4 12-12 12H124c-6.6 0-12-5.4-12-12v-32c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12zm201 284.7L476.7 505c-9.4 9.4-24.6 9.4-33.9 0L343 405.3c-4.5-4.5-7-10.6-7-17V372c-35.3 27.6-79.7 44-128 44C93.1 416 0 322.9 0 208S93.1 0 208 0s208 93.1 208 208c0 48.3-16.4 92.7-44 128h16.3c6.4 0 12.5 2.5 17 7l99.7 99.7c9.3 9.4 9.3 24.6 0 34zM344 208c0-75.2-60.8-136-136-136S72 132.8 72 208s60.8 136 136 136 136-60.8 136-136z\"/></svg></li><li title=\"search plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M304 192v32c0 6.6-5.4 12-12 12h-56v56c0 6.6-5.4 12-12 12h-32c-6.6 0-12-5.4-12-12v-56h-56c-6.6 0-12-5.4-12-12v-32c0-6.6 5.4-12 12-12h56v-56c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v56h56c6.6 0 12 5.4 12 12zm201 284.7L476.7 505c-9.4 9.4-24.6 9.4-33.9 0L343 405.3c-4.5-4.5-7-10.6-7-17V372c-35.3 27.6-79.7 44-128 44C93.1 416 0 322.9 0 208S93.1 0 208 0s208 93.1 208 208c0 48.3-16.4 92.7-44 128h16.3c6.4 0 12.5 2.5 17 7l99.7 99.7c9.3 9.4 9.3 24.6 0 34zM344 208c0-75.2-60.8-136-136-136S72 132.8 72 208s60.8 136 136 136 136-60.8 136-136z\"/></svg></li><li title=\"search \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z\"/></svg></li><li title=\"seedling \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M64 96H0c0 123.7 100.3 224 224 224v144c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V320C288 196.3 187.7 96 64 96zm384-64c-84.2 0-157.4 46.5-195.7 115.2 27.7 30.2 48.2 66.9 59 107.6C424 243.1 512 147.9 512 32h-64z\"/></svg></li><li title=\"server \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M480 160H32c-17.673 0-32-14.327-32-32V64c0-17.673 14.327-32 32-32h448c17.673 0 32 14.327 32 32v64c0 17.673-14.327 32-32 32zm-48-88c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm-64 0c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm112 248H32c-17.673 0-32-14.327-32-32v-64c0-17.673 14.327-32 32-32h448c17.673 0 32 14.327 32 32v64c0 17.673-14.327 32-32 32zm-48-88c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm-64 0c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm112 248H32c-17.673 0-32-14.327-32-32v-64c0-17.673 14.327-32 32-32h448c17.673 0 32 14.327 32 32v64c0 17.673-14.327 32-32 32zm-48-88c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24zm-64 0c-13.255 0-24 10.745-24 24s10.745 24 24 24 24-10.745 24-24-10.745-24-24-24z\"/></svg></li><li title=\"shapes \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M128,256A128,128,0,1,0,256,384,128,128,0,0,0,128,256Zm379-54.86L400.07,18.29a37.26,37.26,0,0,0-64.14,0L229,201.14C214.76,225.52,232.58,256,261.09,256H474.91C503.42,256,521.24,225.52,507,201.14ZM480,288H320a32,32,0,0,0-32,32V480a32,32,0,0,0,32,32H480a32,32,0,0,0,32-32V320A32,32,0,0,0,480,288Z\"/></svg></li><li title=\"share alt square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M448 80v352c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h352c26.51 0 48 21.49 48 48zM304 296c-14.562 0-27.823 5.561-37.783 14.671l-67.958-40.775a56.339 56.339 0 0 0 0-27.793l67.958-40.775C276.177 210.439 289.438 216 304 216c30.928 0 56-25.072 56-56s-25.072-56-56-56-56 25.072-56 56c0 4.797.605 9.453 1.74 13.897l-67.958 40.775C171.823 205.561 158.562 200 144 200c-30.928 0-56 25.072-56 56s25.072 56 56 56c14.562 0 27.823-5.561 37.783-14.671l67.958 40.775a56.088 56.088 0 0 0-1.74 13.897c0 30.928 25.072 56 56 56s56-25.072 56-56C360 321.072 334.928 296 304 296z\"/></svg></li><li title=\"share alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M352 320c-22.608 0-43.387 7.819-59.79 20.895l-102.486-64.054a96.551 96.551 0 0 0 0-41.683l102.486-64.054C308.613 184.181 329.392 192 352 192c53.019 0 96-42.981 96-96S405.019 0 352 0s-96 42.981-96 96c0 7.158.79 14.13 2.276 20.841L155.79 180.895C139.387 167.819 118.608 160 96 160c-53.019 0-96 42.981-96 96s42.981 96 96 96c22.608 0 43.387-7.819 59.79-20.895l102.486 64.054A96.301 96.301 0 0 0 256 416c0 53.019 42.981 96 96 96s96-42.981 96-96-42.981-96-96-96z\"/></svg></li><li title=\"share square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M568.482 177.448L424.479 313.433C409.3 327.768 384 317.14 384 295.985v-71.963c-144.575.97-205.566 35.113-164.775 171.353 4.483 14.973-12.846 26.567-25.006 17.33C155.252 383.105 120 326.488 120 269.339c0-143.937 117.599-172.5 264-173.312V24.012c0-21.174 25.317-31.768 40.479-17.448l144.003 135.988c10.02 9.463 10.028 25.425 0 34.896zM384 379.128V448H64V128h50.916a11.99 11.99 0 0 0 8.648-3.693c14.953-15.568 32.237-27.89 51.014-37.676C185.708 80.83 181.584 64 169.033 64H48C21.49 64 0 85.49 0 112v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48v-88.806c0-8.288-8.197-14.066-16.011-11.302a71.83 71.83 0 0 1-34.189 3.377c-7.27-1.046-13.8 4.514-13.8 11.859z\"/></svg></li><li title=\"share \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M503.691 189.836L327.687 37.851C312.281 24.546 288 35.347 288 56.015v80.053C127.371 137.907 0 170.1 0 322.326c0 61.441 39.581 122.309 83.333 154.132 13.653 9.931 33.111-2.533 28.077-18.631C66.066 312.814 132.917 274.316 288 272.085V360c0 20.7 24.3 31.453 39.687 18.164l176.004-152c11.071-9.562 11.086-26.753 0-36.328z\"/></svg></li><li title=\"shekel sign \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M248 168v168c0 8.84 7.16 16 16 16h48c8.84 0 16-7.16 16-16V168c0-75.11-60.89-136-136-136H24C10.75 32 0 42.74 0 56v408c0 8.84 7.16 16 16 16h48c8.84 0 16-7.16 16-16V112h112c30.93 0 56 25.07 56 56zM432 32h-48c-8.84 0-16 7.16-16 16v296c0 30.93-25.07 56-56 56H200V176c0-8.84-7.16-16-16-16h-48c-8.84 0-16 7.16-16 16v280c0 13.25 10.75 24 24 24h168c75.11 0 136-60.89 136-136V48c0-8.84-7.16-16-16-16z\"/></svg></li><li title=\"shield alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M466.5 83.7l-192-80a48.15 48.15 0 0 0-36.9 0l-192 80C27.7 91.1 16 108.6 16 128c0 198.5 114.5 335.7 221.5 380.3 11.8 4.9 25.1 4.9 36.9 0C360.1 472.6 496 349.3 496 128c0-19.4-11.7-36.9-29.5-44.3zM256.1 446.3l-.1-381 175.9 73.3c-3.3 151.4-82.1 261.1-175.8 307.7z\"/></svg></li><li title=\"shield virus \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M224,192a16,16,0,1,0,16,16A16,16,0,0,0,224,192ZM466.5,83.68l-192-80A57.4,57.4,0,0,0,256.05,0a57.4,57.4,0,0,0-18.46,3.67l-192,80A47.93,47.93,0,0,0,16,128C16,326.5,130.5,463.72,237.5,508.32a48.09,48.09,0,0,0,36.91,0C360.09,472.61,496,349.3,496,128A48,48,0,0,0,466.5,83.68ZM384,256H371.88c-28.51,0-42.79,34.47-22.63,54.63l8.58,8.57a16,16,0,1,1-22.63,22.63l-8.57-8.58C306.47,313.09,272,327.37,272,355.88V368a16,16,0,0,1-32,0V355.88c0-28.51-34.47-42.79-54.63-22.63l-8.57,8.58a16,16,0,0,1-22.63-22.63l8.58-8.57c20.16-20.16,5.88-54.63-22.63-54.63H128a16,16,0,0,1,0-32h12.12c28.51,0,42.79-34.47,22.63-54.63l-8.58-8.57a16,16,0,0,1,22.63-22.63l8.57,8.58c20.16,20.16,54.63,5.88,54.63-22.63V112a16,16,0,0,1,32,0v12.12c0,28.51,34.47,42.79,54.63,22.63l8.57-8.58a16,16,0,0,1,22.63,22.63l-8.58,8.57C329.09,189.53,343.37,224,371.88,224H384a16,16,0,0,1,0,32Zm-96,0a16,16,0,1,0,16,16A16,16,0,0,0,288,256Z\"/></svg></li><li title=\"ship \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M496.616 372.639l70.012-70.012c16.899-16.9 9.942-45.771-12.836-53.092L512 236.102V96c0-17.673-14.327-32-32-32h-64V24c0-13.255-10.745-24-24-24H248c-13.255 0-24 10.745-24 24v40h-64c-17.673 0-32 14.327-32 32v140.102l-41.792 13.433c-22.753 7.313-29.754 36.173-12.836 53.092l70.012 70.012C125.828 416.287 85.587 448 24 448c-13.255 0-24 10.745-24 24v16c0 13.255 10.745 24 24 24 61.023 0 107.499-20.61 143.258-59.396C181.677 487.432 216.021 512 256 512h128c39.979 0 74.323-24.568 88.742-59.396C508.495 491.384 554.968 512 616 512c13.255 0 24-10.745 24-24v-16c0-13.255-10.745-24-24-24-60.817 0-101.542-31.001-119.384-75.361zM192 128h256v87.531l-118.208-37.995a31.995 31.995 0 0 0-19.584 0L192 215.531V128z\"/></svg></li><li title=\"shipping fast \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M624 352h-16V243.9c0-12.7-5.1-24.9-14.1-33.9L494 110.1c-9-9-21.2-14.1-33.9-14.1H416V48c0-26.5-21.5-48-48-48H112C85.5 0 64 21.5 64 48v48H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h272c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H40c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h208c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h208c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H64v128c0 53 43 96 96 96s96-43 96-96h128c0 53 43 96 96 96s96-43 96-96h48c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zM160 464c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm320 0c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm80-208H416V144h44.1l99.9 99.9V256z\"/></svg></li><li title=\"shoe prints \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M192 160h32V32h-32c-35.35 0-64 28.65-64 64s28.65 64 64 64zM0 416c0 35.35 28.65 64 64 64h32V352H64c-35.35 0-64 28.65-64 64zm337.46-128c-34.91 0-76.16 13.12-104.73 32-24.79 16.38-44.52 32-104.73 32v128l57.53 15.97c26.21 7.28 53.01 13.12 80.31 15.05 32.69 2.31 65.6.67 97.58-6.2C472.9 481.3 512 429.22 512 384c0-64-84.18-96-174.54-96zM491.42 7.19C459.44.32 426.53-1.33 393.84.99c-27.3 1.93-54.1 7.77-80.31 15.04L256 32v128c60.2 0 79.94 15.62 104.73 32 28.57 18.88 69.82 32 104.73 32C555.82 224 640 192 640 128c0-45.22-39.1-97.3-148.58-120.81z\"/></svg></li><li title=\"shopping bag \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M352 160v-32C352 57.42 294.579 0 224 0 153.42 0 96 57.42 96 128v32H0v272c0 44.183 35.817 80 80 80h288c44.183 0 80-35.817 80-80V160h-96zm-192-32c0-35.29 28.71-64 64-64s64 28.71 64 64v32H160v-32zm160 120c-13.255 0-24-10.745-24-24s10.745-24 24-24 24 10.745 24 24-10.745 24-24 24zm-192 0c-13.255 0-24-10.745-24-24s10.745-24 24-24 24 10.745 24 24-10.745 24-24 24z\"/></svg></li><li title=\"shopping basket \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M576 216v16c0 13.255-10.745 24-24 24h-8l-26.113 182.788C514.509 462.435 494.257 480 470.37 480H105.63c-23.887 0-44.139-17.565-47.518-41.212L32 256h-8c-13.255 0-24-10.745-24-24v-16c0-13.255 10.745-24 24-24h67.341l106.78-146.821c10.395-14.292 30.407-17.453 44.701-7.058 14.293 10.395 17.453 30.408 7.058 44.701L170.477 192h235.046L326.12 82.821c-10.395-14.292-7.234-34.306 7.059-44.701 14.291-10.395 34.306-7.235 44.701 7.058L484.659 192H552c13.255 0 24 10.745 24 24zM312 392V280c0-13.255-10.745-24-24-24s-24 10.745-24 24v112c0 13.255 10.745 24 24 24s24-10.745 24-24zm112 0V280c0-13.255-10.745-24-24-24s-24 10.745-24 24v112c0 13.255 10.745 24 24 24s24-10.745 24-24zm-224 0V280c0-13.255-10.745-24-24-24s-24 10.745-24 24v112c0 13.255 10.745 24 24 24s24-10.745 24-24z\"/></svg></li><li title=\"shopping cart \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M528.12 301.319l47.273-208C578.806 78.301 567.391 64 551.99 64H159.208l-9.166-44.81C147.758 8.021 137.93 0 126.529 0H24C10.745 0 0 10.745 0 24v16c0 13.255 10.745 24 24 24h69.883l70.248 343.435C147.325 417.1 136 435.222 136 456c0 30.928 25.072 56 56 56s56-25.072 56-56c0-15.674-6.447-29.835-16.824-40h209.647C430.447 426.165 424 440.326 424 456c0 30.928 25.072 56 56 56s56-25.072 56-56c0-22.172-12.888-41.332-31.579-50.405l5.517-24.276c3.413-15.018-8.002-29.319-23.403-29.319H218.117l-6.545-32h293.145c11.206 0 20.92-7.754 23.403-18.681z\"/></svg></li><li title=\"shower \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M304,320a16,16,0,1,0,16,16A16,16,0,0,0,304,320Zm32-96a16,16,0,1,0,16,16A16,16,0,0,0,336,224Zm32,64a16,16,0,1,0-16-16A16,16,0,0,0,368,288Zm-32,32a16,16,0,1,0-16-16A16,16,0,0,0,336,320Zm-32-64a16,16,0,1,0,16,16A16,16,0,0,0,304,256Zm128-32a16,16,0,1,0-16-16A16,16,0,0,0,432,224Zm-48,16a16,16,0,1,0,16-16A16,16,0,0,0,384,240Zm-16-48a16,16,0,1,0,16,16A16,16,0,0,0,368,192Zm96,32a16,16,0,1,0,16,16A16,16,0,0,0,464,224Zm32-32a16,16,0,1,0,16,16A16,16,0,0,0,496,192Zm-64,64a16,16,0,1,0,16,16A16,16,0,0,0,432,256Zm-32,32a16,16,0,1,0,16,16A16,16,0,0,0,400,288Zm-64,64a16,16,0,1,0,16,16A16,16,0,0,0,336,352Zm-32,32a16,16,0,1,0,16,16A16,16,0,0,0,304,384Zm64-64a16,16,0,1,0,16,16A16,16,0,0,0,368,320Zm21.65-218.35-11.3-11.31a16,16,0,0,0-22.63,0L350.05,96A111.19,111.19,0,0,0,272,64c-19.24,0-37.08,5.3-52.9,13.85l-10-10A121.72,121.72,0,0,0,123.44,32C55.49,31.5,0,92.91,0,160.85V464a16,16,0,0,0,16,16H48a16,16,0,0,0,16-16V158.4c0-30.15,21-58.2,51-61.93a58.38,58.38,0,0,1,48.93,16.67l10,10C165.3,138.92,160,156.76,160,176a111.23,111.23,0,0,0,32,78.05l-5.66,5.67a16,16,0,0,0,0,22.62l11.3,11.31a16,16,0,0,0,22.63,0L389.65,124.28A16,16,0,0,0,389.65,101.65Z\"/></svg></li><li title=\"shuttle van \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M628.88 210.65L494.39 49.27A48.01 48.01 0 0 0 457.52 32H32C14.33 32 0 46.33 0 64v288c0 17.67 14.33 32 32 32h32c0 53.02 42.98 96 96 96s96-42.98 96-96h128c0 53.02 42.98 96 96 96s96-42.98 96-96h32c17.67 0 32-14.33 32-32V241.38c0-11.23-3.94-22.1-11.12-30.73zM64 192V96h96v96H64zm96 240c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm160-240h-96V96h96v96zm160 240c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm-96-240V96h66.02l80 96H384z\"/></svg></li><li title=\"sign in alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M416 448h-84c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h84c17.7 0 32-14.3 32-32V160c0-17.7-14.3-32-32-32h-84c-6.6 0-12-5.4-12-12V76c0-6.6 5.4-12 12-12h84c53 0 96 43 96 96v192c0 53-43 96-96 96zm-47-201L201 79c-15-15-41-4.5-41 17v96H24c-13.3 0-24 10.7-24 24v96c0 13.3 10.7 24 24 24h136v96c0 21.5 26 32 41 17l168-168c9.3-9.4 9.3-24.6 0-34z\"/></svg></li><li title=\"sign language \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M91.434 483.987c-.307-16.018 13.109-29.129 29.13-29.129h62.293v-5.714H56.993c-16.021 0-29.437-13.111-29.13-29.129C28.16 404.491 40.835 392 56.428 392h126.429v-5.714H29.136c-16.021 0-29.437-13.111-29.13-29.129.297-15.522 12.973-28.013 28.566-28.013h154.286v-5.714H57.707c-16.021 0-29.437-13.111-29.13-29.129.297-15.522 12.973-28.013 28.566-28.013h168.566l-31.085-22.606c-12.762-9.281-15.583-27.149-6.302-39.912 9.281-12.761 27.15-15.582 39.912-6.302l123.361 89.715a34.287 34.287 0 0 1 14.12 27.728v141.136c0 15.91-10.946 29.73-26.433 33.374l-80.471 18.934a137.16 137.16 0 0 1-31.411 3.646H120c-15.593-.001-28.269-12.492-28.566-28.014zm73.249-225.701h36.423l-11.187-8.136c-18.579-13.511-20.313-40.887-3.17-56.536l-13.004-16.7c-9.843-12.641-28.43-15.171-40.88-5.088-12.065 9.771-14.133 27.447-4.553 39.75l36.371 46.71zm283.298-2.103l-5.003-152.452c-.518-15.771-13.722-28.136-29.493-27.619-15.773.518-28.137 13.722-27.619 29.493l1.262 38.415L283.565 11.019c-9.58-12.303-27.223-14.63-39.653-5.328-12.827 9.599-14.929 28.24-5.086 40.881l76.889 98.745-4.509 3.511-94.79-121.734c-9.58-12.303-27.223-14.63-39.653-5.328-12.827 9.599-14.929 28.24-5.086 40.881l94.443 121.288-4.509 3.511-77.675-99.754c-9.58-12.303-27.223-14.63-39.653-5.328-12.827 9.599-14.929 28.24-5.086 40.881l52.053 66.849c12.497-8.257 29.055-8.285 41.69.904l123.36 89.714c10.904 7.93 17.415 20.715 17.415 34.198v16.999l61.064-47.549a34.285 34.285 0 0 0 13.202-28.177z\"/></svg></li><li title=\"sign out alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M497 273L329 441c-15 15-41 4.5-41-17v-96H152c-13.3 0-24-10.7-24-24v-96c0-13.3 10.7-24 24-24h136V88c0-21.4 25.9-32 41-17l168 168c9.3 9.4 9.3 24.6 0 34zM192 436v-40c0-6.6-5.4-12-12-12H96c-17.7 0-32-14.3-32-32V160c0-17.7 14.3-32 32-32h84c6.6 0 12-5.4 12-12V76c0-6.6-5.4-12-12-12H96c-53 0-96 43-96 96v192c0 53 43 96 96 96h84c6.6 0 12-5.4 12-12z\"/></svg></li><li title=\"sign \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M496 64H128V16c0-8.8-7.2-16-16-16H80c-8.8 0-16 7.2-16 16v48H16C7.2 64 0 71.2 0 80v32c0 8.8 7.2 16 16 16h48v368c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V128h368c8.8 0 16-7.2 16-16V80c0-8.8-7.2-16-16-16zM160 384h320V160H160v224z\"/></svg></li><li title=\"signal \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M216 288h-48c-8.84 0-16 7.16-16 16v192c0 8.84 7.16 16 16 16h48c8.84 0 16-7.16 16-16V304c0-8.84-7.16-16-16-16zM88 384H40c-8.84 0-16 7.16-16 16v96c0 8.84 7.16 16 16 16h48c8.84 0 16-7.16 16-16v-96c0-8.84-7.16-16-16-16zm256-192h-48c-8.84 0-16 7.16-16 16v288c0 8.84 7.16 16 16 16h48c8.84 0 16-7.16 16-16V208c0-8.84-7.16-16-16-16zm128-96h-48c-8.84 0-16 7.16-16 16v384c0 8.84 7.16 16 16 16h48c8.84 0 16-7.16 16-16V112c0-8.84-7.16-16-16-16zM600 0h-48c-8.84 0-16 7.16-16 16v480c0 8.84 7.16 16 16 16h48c8.84 0 16-7.16 16-16V16c0-8.84-7.16-16-16-16z\"/></svg></li><li title=\"signature \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M623.2 192c-51.8 3.5-125.7 54.7-163.1 71.5-29.1 13.1-54.2 24.4-76.1 24.4-22.6 0-26-16.2-21.3-51.9 1.1-8 11.7-79.2-42.7-76.1-25.1 1.5-64.3 24.8-169.5 126L192 182.2c30.4-75.9-53.2-151.5-129.7-102.8L7.4 116.3C0 121-2.2 130.9 2.5 138.4l17.2 27c4.7 7.5 14.6 9.7 22.1 4.9l58-38.9c18.4-11.7 40.7 7.2 32.7 27.1L34.3 404.1C27.5 421 37 448 64 448c8.3 0 16.5-3.2 22.6-9.4 42.2-42.2 154.7-150.7 211.2-195.8-2.2 28.5-2.1 58.9 20.6 83.8 15.3 16.8 37.3 25.3 65.5 25.3 35.6 0 68-14.6 102.3-30 33-14.8 99-62.6 138.4-65.8 8.5-.7 15.2-7.3 15.2-15.8v-32.1c.2-9.1-7.5-16.8-16.6-16.2z\"/></svg></li><li title=\"sim card \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M0 64v384c0 35.3 28.7 64 64 64h256c35.3 0 64-28.7 64-64V128L256 0H64C28.7 0 0 28.7 0 64zm224 192h-64v-64h64v64zm96 0h-64v-64h32c17.7 0 32 14.3 32 32v32zm-64 128h64v32c0 17.7-14.3 32-32 32h-32v-64zm-96 0h64v64h-64v-64zm-96 0h64v64H96c-17.7 0-32-14.3-32-32v-32zm0-96h256v64H64v-64zm0-64c0-17.7 14.3-32 32-32h32v64H64v-32z\"/></svg></li><li title=\"sink \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M32,416a96,96,0,0,0,96,96H384a96,96,0,0,0,96-96V384H32ZM496,288H400V256h64a16,16,0,0,0,16-16V224a16,16,0,0,0-16-16H384a32,32,0,0,0-32,32v48H288V96a32,32,0,0,1,64,0v16a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V96A96.16,96.16,0,0,0,300.87,1.86C255.29,10.71,224,53.36,224,99.79V288H160V240a32,32,0,0,0-32-32H48a16,16,0,0,0-16,16v16a16,16,0,0,0,16,16h64v32H16A16,16,0,0,0,0,304v32a16,16,0,0,0,16,16H496a16,16,0,0,0,16-16V304A16,16,0,0,0,496,288Z\"/></svg></li><li title=\"sitemap \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M128 352H32c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32v-96c0-17.67-14.33-32-32-32zm-24-80h192v48h48v-48h192v48h48v-57.59c0-21.17-17.23-38.41-38.41-38.41H344v-64h40c17.67 0 32-14.33 32-32V32c0-17.67-14.33-32-32-32H256c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h40v64H94.41C73.23 224 56 241.23 56 262.41V320h48v-48zm264 80h-96c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32v-96c0-17.67-14.33-32-32-32zm240 0h-96c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32v-96c0-17.67-14.33-32-32-32z\"/></svg></li><li title=\"skating \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 0c-26.5 0-48 21.5-48 48s21.5 48 48 48 48-21.5 48-48-21.5-48-48-48zm0 448c-8.8 0-16 7.2-16 16s-7.2 16-16 16h-96c-8.8 0-16 7.2-16 16s7.2 16 16 16h96c26.5 0 48-21.5 48-48 0-8.8-7.2-16-16-16zm-282.2 8.6c-6.2 6.2-16.4 6.3-22.6 0l-67.9-67.9c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l67.9 67.9c9.4 9.4 21.7 14 34 14s24.6-4.7 33.9-14c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.3-22.7 0zm56.1-179.8l-93.7 93.7c-12.5 12.5-12.5 32.8 0 45.2 6.2 6.2 14.4 9.4 22.6 9.4s16.4-3.1 22.6-9.4l91.9-91.9-30.2-30.2c-5-5-9.4-10.7-13.2-16.8zM128 160h105.5l-20.1 17.2c-13.5 11.5-21.6 28.4-22.3 46.1-.7 17.8 6.1 35.2 18.7 47.7l78.2 78.2V432c0 17.7 14.3 32 32 32s32-14.3 32-32v-89.4c0-12.6-5.1-25-14.1-33.9l-61-61c.5-.4 1.2-.6 1.7-1.1l82.3-82.3c11.5-11.5 14.9-28.6 8.7-43.6-6.2-15-20.7-24.7-37-24.7H128c-17.7 0-32 14.3-32 32s14.3 32 32 32z\"/></svg></li><li title=\"skiing nordic \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M336 96c26.5 0 48-21.5 48-48S362.5 0 336 0s-48 21.5-48 48 21.5 48 48 48zm216 320c-13.2 0-24 10.7-24 24 0 13.2-10.8 24-24 24h-69.5L460 285.6c11.7-4.7 20.1-16.2 20.1-29.6 0-17.7-14.3-32-32-32h-44L378 170.8c-12.5-25.5-35.5-44.2-61.8-50.9L245 98.7c-28.3-6.8-57.8-.5-80.8 17.1l-39.7 30.4c-14 10.7-16.7 30.8-5.9 44.9.7.9 1.7 1.3 2.4 2.1L66.9 464H24c-13.2 0-24 10.7-24 24s10.8 24 24 24h480c39.7 0 72-32.3 72-72 0-13.2-10.8-24-24-24zm-260.5 48h-96.9l43.1-91-22-13c-12.1-7.2-21.9-16.9-29.5-27.8L123.7 464H99.5l52.3-261.4c4.1-1 8.1-2.9 11.7-5.6l39.7-30.4c7.7-5.9 17.4-8 25.3-6.1l14.7 4.4-37.5 87.4c-12.6 29.5-1.3 64 26.3 80.3l85 50.2-25.5 81.2zm110.6 0h-43.6l23.6-75.5c5.9-20.8-2.9-43.1-21.6-54.4L299.3 298l31.3-78.3 20.3 41.4c8 16.3 24.9 26.9 43.1 26.9h33.3l-25.2 176z\"/></svg></li><li title=\"skiing \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M432 96c26.5 0 48-21.5 48-48S458.5 0 432 0s-48 21.5-48 48 21.5 48 48 48zm73 356.1c-9.4-9.4-24.6-9.4-33.9 0-12.1 12.1-30.5 15.4-45.1 8.7l-135.8-70.2 49.2-73.8c12.7-19 10.2-44.5-6-60.6L293 215.7l-107-53.1c-2.9 19.9 3.4 40 17.7 54.4l75.1 75.2-45.9 68.8L35 258.7c-11.7-6-26.2-1.5-32.3 10.3-6.1 11.8-1.5 26.3 10.3 32.3l391.9 202.5c11.9 5.5 24.5 8.1 37.1 8.1 23.2 0 46-9 63-26 9.3-9.3 9.3-24.5 0-33.8zM120 91.6l-11.5 22.5c14.4 7.3 31.2 4.9 42.8-4.8l47.2 23.4c-.1.1-.1.2-.2.3l114.5 56.8 32.4-13 6.4 19.1c4 12.1 12.6 22 24 27.7l58.1 29c15.9 7.9 35 1.5 42.9-14.3 7.9-15.8 1.5-35-14.3-42.9l-52.1-26.1-17.1-51.2c-8.1-24.2-40.9-56.6-84.5-39.2l-81.2 32.5-62.5-31c.3-14.5-7.2-28.6-20.9-35.6l-11.1 21.7h-.2l-34.4-7c-1.8-.4-3.7.2-5 1.7-1.9 2.2-1.7 5.5.5 7.4l26.2 23z\"/></svg></li><li title=\"skull crossbones \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M439.15 453.06L297.17 384l141.99-69.06c7.9-3.95 11.11-13.56 7.15-21.46L432 264.85c-3.95-7.9-13.56-11.11-21.47-7.16L224 348.41 37.47 257.69c-7.9-3.95-17.51-.75-21.47 7.16L1.69 293.48c-3.95 7.9-.75 17.51 7.15 21.46L150.83 384 8.85 453.06c-7.9 3.95-11.11 13.56-7.15 21.47l14.31 28.63c3.95 7.9 13.56 11.11 21.47 7.15L224 419.59l186.53 90.72c7.9 3.95 17.51.75 21.47-7.15l14.31-28.63c3.95-7.91.74-17.52-7.16-21.47zM150 237.28l-5.48 25.87c-2.67 12.62 5.42 24.85 16.45 24.85h126.08c11.03 0 19.12-12.23 16.45-24.85l-5.5-25.87c41.78-22.41 70-62.75 70-109.28C368 57.31 303.53 0 224 0S80 57.31 80 128c0 46.53 28.22 86.87 70 109.28zM280 112c17.65 0 32 14.35 32 32s-14.35 32-32 32-32-14.35-32-32 14.35-32 32-32zm-112 0c17.65 0 32 14.35 32 32s-14.35 32-32 32-32-14.35-32-32 14.35-32 32-32z\"/></svg></li><li title=\"skull \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 0C114.6 0 0 100.3 0 224c0 70.1 36.9 132.6 94.5 173.7 9.6 6.9 15.2 18.1 13.5 29.9l-9.4 66.2c-1.4 9.6 6 18.2 15.7 18.2H192v-56c0-4.4 3.6-8 8-8h16c4.4 0 8 3.6 8 8v56h64v-56c0-4.4 3.6-8 8-8h16c4.4 0 8 3.6 8 8v56h77.7c9.7 0 17.1-8.6 15.7-18.2l-9.4-66.2c-1.7-11.7 3.8-23 13.5-29.9C475.1 356.6 512 294.1 512 224 512 100.3 397.4 0 256 0zm-96 320c-35.3 0-64-28.7-64-64s28.7-64 64-64 64 28.7 64 64-28.7 64-64 64zm192 0c-35.3 0-64-28.7-64-64s28.7-64 64-64 64 28.7 64 64-28.7 64-64 64z\"/></svg></li><li title=\"slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M594.53 508.63L6.18 53.9c-6.97-5.42-8.23-15.47-2.81-22.45L23.01 6.18C28.43-.8 38.49-2.06 45.47 3.37L633.82 458.1c6.97 5.42 8.23 15.47 2.81 22.45l-19.64 25.27c-5.42 6.98-15.48 8.23-22.46 2.81z\"/></svg></li><li title=\"sleigh \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M612.7 350.7l-9.3-7.4c-6.9-5.5-17-4.4-22.5 2.5l-10 12.5c-5.5 6.9-4.4 17 2.5 22.5l9.3 7.4c5.9 4.7 9.2 11.7 9.2 19.2 0 13.6-11 24.6-24.6 24.6H48c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16h516c39 0 73.7-29.3 75.9-68.3 1.4-23.8-8.7-46.3-27.2-61zM32 224c0 59.6 40.9 109.2 96 123.5V400h64v-48h192v48h64v-48c53 0 96-43 96-96v-96c17.7 0 32-14.3 32-32s-14.3-32-32-32h-96v64c0 35.3-28.7 64-64 64h-20.7c-65.8 0-125.9-37.2-155.3-96-29.4-58.8-89.6-96-155.3-96H32C14.3 32 0 46.3 0 64s14.3 32 32 32v128z\"/></svg></li><li title=\"sliders h \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M496 384H160v-16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v16H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h80v16c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-16h336c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm0-160h-80v-16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v16H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h336v16c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-16h80c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm0-160H288V48c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v16H16C7.2 64 0 71.2 0 80v32c0 8.8 7.2 16 16 16h208v16c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-16h208c8.8 0 16-7.2 16-16V80c0-8.8-7.2-16-16-16z\"/></svg></li><li title=\"smile beam \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM112 223.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zm250.8 122.8C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.3 24.6 20.5zm6.2-118.3l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.6 8.6-11 11.9-15.1 4.5z\"/></svg></li><li title=\"smile wink \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M0 256c0 137 111 248 248 248s248-111 248-248S385 8 248 8 0 119 0 256zm200-48c0 17.7-14.3 32-32 32s-32-14.3-32-32 14.3-32 32-32 32 14.3 32 32zm158.5 16.5c-14.8-13.2-46.2-13.2-61 0L288 233c-8.3 7.4-21.6.4-19.8-10.8 4-25.2 34.2-42.1 59.9-42.1S384 197 388 222.2c1.7 11.1-11.4 18.3-19.8 10.8l-9.7-8.5zM157.8 325.8C180.2 352.7 213 368 248 368s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.2 24.6 20.5C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11.2-36.7 24.6-20.4z\"/></svg></li><li title=\"smile \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm80 168c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm-160 0c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm194.8 170.2C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.6-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.4-16.2 38.1 4.2 24.6 20.5z\"/></svg></li><li title=\"smog \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M624 368H80c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16h544c8.8 0 16-7.2 16-16v-16c0-8.8-7.2-16-16-16zm-480 96H16c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16h128c8.8 0 16-7.2 16-16v-16c0-8.8-7.2-16-16-16zm416 0H224c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16h336c8.8 0 16-7.2 16-16v-16c0-8.8-7.2-16-16-16zM144 288h156.1c22.5 19.7 51.6 32 83.9 32s61.3-12.3 83.9-32H528c61.9 0 112-50.1 112-112S589.9 64 528 64c-18 0-34.7 4.6-49.7 12.1C454 31 406.8 0 352 0c-41 0-77.8 17.3-104 44.8C221.8 17.3 185 0 144 0 64.5 0 0 64.5 0 144s64.5 144 144 144z\"/></svg></li><li title=\"smoking ban \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M96 304c0 8.8 7.2 16 16 16h117.5l-96-96H112c-8.8 0-16 7.2-16 16v64zM256 0C114.6 0 0 114.6 0 256s114.6 256 256 256 256-114.6 256-256S397.4 0 256 0zm0 448c-105.9 0-192-86.1-192-192 0-41.4 13.3-79.7 35.7-111.1l267.4 267.4C335.7 434.7 297.4 448 256 448zm45.2-192H384v32h-50.8l-32-32zm111.1 111.1L365.2 320H400c8.8 0 16-7.2 16-16v-64c0-8.8-7.2-16-16-16H269.2L144.9 99.7C176.3 77.3 214.6 64 256 64c105.9 0 192 86.1 192 192 0 41.4-13.3 79.7-35.7 111.1zM320.6 128c-15.6 0-28.6-11.2-31.4-25.9-.7-3.6-4-6.1-7.7-6.1h-16.2c-5 0-8.7 4.5-8 9.4 4.6 30.9 31.2 54.6 63.3 54.6 15.6 0 28.6 11.2 31.4 25.9.7 3.6 4 6.1 7.7 6.1h16.2c5 0 8.7-4.5 8-9.4-4.6-30.9-31.2-54.6-63.3-54.6z\"/></svg></li><li title=\"smoking \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M632 352h-48c-4.4 0-8 3.6-8 8v144c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V360c0-4.4-3.6-8-8-8zM553.3 87.1c-5.7-3.8-9.3-10-9.3-16.8V8c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v62.3c0 22 10.2 43.4 28.6 55.4 42.2 27.3 67.4 73.8 67.4 124V280c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-30.3c0-65.5-32.4-126.2-86.7-162.6zM432 352H48c-26.5 0-48 21.5-48 48v64c0 26.5 21.5 48 48 48h384c8.8 0 16-7.2 16-16V368c0-8.8-7.2-16-16-16zm-32 112H224v-64h176v64zm87.7-322.4C463.8 125 448 99.3 448 70.3V8c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v66.4c0 43.7 24.6 81.6 60.3 106.7 22.4 15.7 35.7 41.2 35.7 68.6V280c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-30.3c0-43.3-21-83.4-56.3-108.1zM536 352h-48c-4.4 0-8 3.6-8 8v144c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V360c0-4.4-3.6-8-8-8z\"/></svg></li><li title=\"sms \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 32C114.6 32 0 125.1 0 240c0 49.6 21.4 95 57 130.7C44.5 421.1 2.7 466 2.2 466.5c-2.2 2.3-2.8 5.7-1.5 8.7 1.3 3 4.1 4.8 7.3 4.8 66.3 0 116-31.8 140.6-51.4 32.7 12.3 69 19.4 107.4 19.4 141.4 0 256-93.1 256-208S397.4 32 256 32zM128.2 304H116c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h12.3c6 0 10.4-3.5 10.4-6.6 0-1.3-.8-2.7-2.1-3.8l-21.9-18.8c-8.5-7.2-13.3-17.5-13.3-28.1 0-21.3 19-38.6 42.4-38.6H156c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8h-12.3c-6 0-10.4 3.5-10.4 6.6 0 1.3.8 2.7 2.1 3.8l21.9 18.8c8.5 7.2 13.3 17.5 13.3 28.1.1 21.3-19 38.6-42.4 38.6zm191.8-8c0 4.4-3.6 8-8 8h-16c-4.4 0-8-3.6-8-8v-68.2l-24.8 55.8c-2.9 5.9-11.4 5.9-14.3 0L224 227.8V296c0 4.4-3.6 8-8 8h-16c-4.4 0-8-3.6-8-8V192c0-8.8 7.2-16 16-16h16c6.1 0 11.6 3.4 14.3 8.8l17.7 35.4 17.7-35.4c2.7-5.4 8.3-8.8 14.3-8.8h16c8.8 0 16 7.2 16 16v104zm48.3 8H356c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h12.3c6 0 10.4-3.5 10.4-6.6 0-1.3-.8-2.7-2.1-3.8l-21.9-18.8c-8.5-7.2-13.3-17.5-13.3-28.1 0-21.3 19-38.6 42.4-38.6H396c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8h-12.3c-6 0-10.4 3.5-10.4 6.6 0 1.3.8 2.7 2.1 3.8l21.9 18.8c8.5 7.2 13.3 17.5 13.3 28.1.1 21.3-18.9 38.6-42.3 38.6z\"/></svg></li><li title=\"snowboarding \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M432 96c26.5 0 48-21.5 48-48S458.5 0 432 0s-48 21.5-48 48 21.5 48 48 48zm28.8 153.6c5.8 4.3 12.5 6.4 19.2 6.4 9.7 0 19.3-4.4 25.6-12.8 10.6-14.1 7.8-34.2-6.4-44.8l-111.4-83.5c-13.8-10.3-29.1-18.4-45.4-23.8l-63.7-21.2-26.1-52.1C244.7 2 225.5-4.4 209.7 3.5c-15.8 7.9-22.2 27.1-14.3 42.9l29.1 58.1c5.7 11.4 15.6 19.9 27.7 24l16.4 5.5-41.2 20.6c-21.8 10.9-35.4 32.8-35.4 57.2v53.1l-74.1 24.7c-16.8 5.6-25.8 23.7-20.2 40.5 1.7 5.2 4.9 9.4 8.7 12.9l-38.7-14.1c-9.7-3.5-17.4-10.6-21.8-20-5.6-12-19.9-17.2-31.9-11.6s-17.2 19.9-11.6 31.9c9.8 21 27.1 36.9 48.9 44.8l364.8 132.7c9.7 3.5 19.7 5.3 29.7 5.3 12.5 0 24.9-2.7 36.5-8.2 12-5.6 17.2-19.9 11.6-31.9S474 454.7 462 460.3c-9.3 4.4-19.8 4.8-29.5 1.3l-90.8-33.1c8.7-4.1 15.6-11.8 17.8-21.9l21.9-102c3.9-18.2-3.2-37.2-18.1-48.4l-52-39 66-30.5 83.5 62.9zm-144.4 51.7l-19.7 92c-1.5 7.1-.1 13.9 2.8 20l-169.4-61.6c2.7-.2 5.4-.4 8-1.3l85-28.4c19.6-6.5 32.8-24.8 32.8-45.5V256l60.5 45.3z\"/></svg></li><li title=\"snowflake \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M440.3 345.2l-33.8-19.5 26-7c8.2-2.2 13.1-10.7 10.9-18.9l-4-14.9c-2.2-8.2-10.7-13.1-18.9-10.9l-70.8 19-63.9-37 63.8-36.9 70.8 19c8.2 2.2 16.7-2.7 18.9-10.9l4-14.9c2.2-8.2-2.7-16.7-10.9-18.9l-26-7 33.8-19.5c7.4-4.3 9.9-13.7 5.7-21.1L430.4 119c-4.3-7.4-13.7-9.9-21.1-5.7l-33.8 19.5 7-26c2.2-8.2-2.7-16.7-10.9-18.9l-14.9-4c-8.2-2.2-16.7 2.7-18.9 10.9l-19 70.8-62.8 36.2v-77.5l53.7-53.7c6.2-6.2 6.2-16.4 0-22.6l-11.3-11.3c-6.2-6.2-16.4-6.2-22.6 0L256 56.4V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v40.4l-19.7-19.7c-6.2-6.2-16.4-6.2-22.6 0L138.3 48c-6.3 6.2-6.3 16.4 0 22.6l53.7 53.7v77.5l-62.8-36.2-19-70.8c-2.2-8.2-10.7-13.1-18.9-10.9l-14.9 4c-8.2 2.2-13.1 10.7-10.9 18.9l7 26-33.8-19.5c-7.4-4.3-16.8-1.7-21.1 5.7L2.1 145.7c-4.3 7.4-1.7 16.8 5.7 21.1l33.8 19.5-26 7c-8.3 2.2-13.2 10.7-11 19l4 14.9c2.2 8.2 10.7 13.1 18.9 10.9l70.8-19 63.8 36.9-63.8 36.9-70.8-19c-8.2-2.2-16.7 2.7-18.9 10.9l-4 14.9c-2.2 8.2 2.7 16.7 10.9 18.9l26 7-33.8 19.6c-7.4 4.3-9.9 13.7-5.7 21.1l15.5 26.8c4.3 7.4 13.7 9.9 21.1 5.7l33.8-19.5-7 26c-2.2 8.2 2.7 16.7 10.9 18.9l14.9 4c8.2 2.2 16.7-2.7 18.9-10.9l19-70.8 62.8-36.2v77.5l-53.7 53.7c-6.3 6.2-6.3 16.4 0 22.6l11.3 11.3c6.2 6.2 16.4 6.2 22.6 0l19.7-19.7V496c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-40.4l19.7 19.7c6.2 6.2 16.4 6.2 22.6 0l11.3-11.3c6.2-6.2 6.2-16.4 0-22.6L256 387.7v-77.5l62.8 36.2 19 70.8c2.2 8.2 10.7 13.1 18.9 10.9l14.9-4c8.2-2.2 13.1-10.7 10.9-18.9l-7-26 33.8 19.5c7.4 4.3 16.8 1.7 21.1-5.7l15.5-26.8c4.3-7.3 1.8-16.8-5.6-21z\"/></svg></li><li title=\"snowman \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M510.9 152.3l-5.9-14.5c-3.3-8-12.6-11.9-20.8-8.7L456 140.6v-29c0-8.6-7.2-15.6-16-15.6h-16c-8.8 0-16 7-16 15.6v46.9c0 .5.3 1 .3 1.5l-56.4 23c-5.9-10-13.3-18.9-22-26.6 13.6-16.6 22-37.4 22-60.5 0-53-43-96-96-96s-96 43-96 96c0 23.1 8.5 43.9 22 60.5-8.7 7.7-16 16.6-22 26.6l-56.4-23c.1-.5.3-1 .3-1.5v-46.9C104 103 96.8 96 88 96H72c-8.8 0-16 7-16 15.6v29l-28.1-11.5c-8.2-3.2-17.5.7-20.8 8.7l-5.9 14.5c-3.3 8 .7 17.1 8.9 20.3l135.2 55.2c-.4 4-1.2 8-1.2 12.2 0 10.1 1.7 19.6 4.2 28.9C120.9 296.4 104 334.2 104 376c0 54 28.4 100.9 70.8 127.8 9.3 5.9 20.3 8.2 31.3 8.2h99.2c13.3 0 26.3-4.1 37.2-11.7 46.5-32.3 74.4-89.4 62.9-152.6-5.5-30.2-20.5-57.6-41.6-79 2.5-9.2 4.2-18.7 4.2-28.7 0-4.2-.8-8.1-1.2-12.2L502 172.6c8.1-3.1 12.1-12.2 8.9-20.3zM224 96c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm32 272c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm0-64c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm0-64c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm0-88s-16-23.2-16-32 7.2-16 16-16 16 7.2 16 16-16 32-16 32zm32-56c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16z\"/></svg></li><li title=\"snowplow \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M120 376c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zm80 0c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zm80 0c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zm80 0c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zm238.6 49.4c-14.5-14.5-22.6-34.1-22.6-54.6V269.2c0-20.5 8.1-40.1 22.6-54.6l36.7-36.7c6.2-6.2 6.2-16.4 0-22.6l-22.6-22.6c-6.2-6.2-16.4-6.2-22.6 0l-36.7 36.7c-26.5 26.5-41.4 62.4-41.4 99.9V288h-64v-50.9c0-8.7-1.8-17.2-5.2-25.2L364.5 29.1C356.9 11.4 339.6 0 320.3 0H176c-26.5 0-48 21.5-48 48v112h-16c-26.5 0-48 21.5-48 48v91.2C26.3 317.2 0 355.4 0 400c0 61.9 50.1 112 112 112h256c61.9 0 112-50.1 112-112 0-17.3-4.2-33.4-11.2-48H512v18.7c0 37.5 14.9 73.4 41.4 99.9l36.7 36.7c6.2 6.2 16.4 6.2 22.6 0l22.6-22.6c6.2-6.2 6.2-16.4 0-22.6l-36.7-36.7zM192 64h117.8l68.6 160H256l-64-64V64zm176 384H112c-26.5 0-48-21.5-48-48s21.5-48 48-48h256c26.5 0 48 21.5 48 48s-21.5 48-48 48z\"/></svg></li><li title=\"soap \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M416,192a95.42,95.42,0,0,1-30.94,70.21A95.8,95.8,0,0,1,352,448H160a96,96,0,0,1,0-192h88.91A95.3,95.3,0,0,1,224,192H96A96,96,0,0,0,0,288V416a96,96,0,0,0,96,96H416a96,96,0,0,0,96-96V288A96,96,0,0,0,416,192Zm-96,64a64,64,0,1,0-64-64A64,64,0,0,0,320,256ZM208,96a48,48,0,1,0-48-48A48,48,0,0,0,208,96ZM384,64a32,32,0,1,0-32-32A32,32,0,0,0,384,64ZM160,288a64,64,0,0,0,0,128H352a64,64,0,0,0,0-128Z\"/></svg></li><li title=\"socks \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M214.66 311.01L288 256V96H128v176l-86.65 64.61c-39.4 29.56-53.86 84.42-29.21 127.06C30.39 495.25 63.27 512 96.08 512c20.03 0 40.25-6.25 57.52-19.2l21.86-16.39c-29.85-55.38-13.54-125.84 39.2-165.4zM288 32c0-11.05 3.07-21.3 8.02-30.38C293.4.92 290.85 0 288 0H160c-17.67 0-32 14.33-32 32v32h160V32zM480 0H352c-17.67 0-32 14.33-32 32v32h192V32c0-17.67-14.33-32-32-32zM320 272l-86.13 64.61c-39.4 29.56-53.86 84.42-29.21 127.06 18.25 31.58 50.61 48.33 83.42 48.33 20.03 0 40.25-6.25 57.52-19.2l115.2-86.4A127.997 127.997 0 0 0 512 304V96H320v176z\"/></svg></li><li title=\"solar panel \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M431.98 448.01l-47.97.05V416h-128v32.21l-47.98.05c-8.82.01-15.97 7.16-15.98 15.99l-.05 31.73c-.01 8.85 7.17 16.03 16.02 16.02l223.96-.26c8.82-.01 15.97-7.16 15.98-15.98l.04-31.73c.01-8.85-7.17-16.03-16.02-16.02zM585.2 26.74C582.58 11.31 568.99 0 553.06 0H86.93C71 0 57.41 11.31 54.79 26.74-3.32 369.16.04 348.08.03 352c-.03 17.32 14.29 32 32.6 32h574.74c18.23 0 32.51-14.56 32.59-31.79.02-4.08 3.35 16.95-54.76-325.47zM259.83 64h120.33l9.77 96H250.06l9.77-96zm-75.17 256H71.09L90.1 208h105.97l-11.41 112zm16.29-160H98.24l16.29-96h96.19l-9.77 96zm32.82 160l11.4-112h149.65l11.4 112H233.77zm195.5-256h96.19l16.29 96H439.04l-9.77-96zm26.06 256l-11.4-112H549.9l19.01 112H455.33z\"/></svg></li><li title=\"sort alpha down alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M176 352h-48V48a16 16 0 0 0-16-16H80a16 16 0 0 0-16 16v304H16c-14.19 0-21.36 17.24-11.29 27.31l80 96a16 16 0 0 0 22.62 0l80-96C197.35 369.26 190.22 352 176 352zm112-128h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-56l61.26-70.45A32 32 0 0 0 432 65.63V48a16 16 0 0 0-16-16H288a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h56l-61.26 70.45A32 32 0 0 0 272 190.37V208a16 16 0 0 0 16 16zm159.06 234.62l-59.27-160A16 16 0 0 0 372.72 288h-41.44a16 16 0 0 0-15.07 10.62l-59.27 160A16 16 0 0 0 272 480h24.83a16 16 0 0 0 15.23-11.08l4.42-12.92h71l4.41 12.92A16 16 0 0 0 407.16 480H432a16 16 0 0 0 15.06-21.38zM335.61 400L352 352l16.39 48z\"/></svg></li><li title=\"sort alpha down \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M176 352h-48V48a16 16 0 0 0-16-16H80a16 16 0 0 0-16 16v304H16c-14.19 0-21.36 17.24-11.29 27.31l80 96a16 16 0 0 0 22.62 0l80-96C197.35 369.26 190.22 352 176 352zm240-64H288a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h56l-61.26 70.45A32 32 0 0 0 272 446.37V464a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-56l61.26-70.45A32 32 0 0 0 432 321.63V304a16 16 0 0 0-16-16zm31.06-85.38l-59.27-160A16 16 0 0 0 372.72 32h-41.44a16 16 0 0 0-15.07 10.62l-59.27 160A16 16 0 0 0 272 224h24.83a16 16 0 0 0 15.23-11.08l4.42-12.92h71l4.41 12.92A16 16 0 0 0 407.16 224H432a16 16 0 0 0 15.06-21.38zM335.61 144L352 96l16.39 48z\"/></svg></li><li title=\"sort alpha up alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M16 160h48v304a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V160h48c14.21 0 21.38-17.24 11.31-27.31l-80-96a16 16 0 0 0-22.62 0l-80 96C-5.35 142.74 1.78 160 16 160zm272 64h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-56l61.26-70.45A32 32 0 0 0 432 65.63V48a16 16 0 0 0-16-16H288a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h56l-61.26 70.45A32 32 0 0 0 272 190.37V208a16 16 0 0 0 16 16zm159.06 234.62l-59.27-160A16 16 0 0 0 372.72 288h-41.44a16 16 0 0 0-15.07 10.62l-59.27 160A16 16 0 0 0 272 480h24.83a16 16 0 0 0 15.23-11.08l4.42-12.92h71l4.41 12.92A16 16 0 0 0 407.16 480H432a16 16 0 0 0 15.06-21.38zM335.61 400L352 352l16.39 48z\"/></svg></li><li title=\"sort alpha up \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M16 160h48v304a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V160h48c14.21 0 21.38-17.24 11.31-27.31l-80-96a16 16 0 0 0-22.62 0l-80 96C-5.35 142.74 1.78 160 16 160zm400 128H288a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h56l-61.26 70.45A32 32 0 0 0 272 446.37V464a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-56l61.26-70.45A32 32 0 0 0 432 321.63V304a16 16 0 0 0-16-16zm31.06-85.38l-59.27-160A16 16 0 0 0 372.72 32h-41.44a16 16 0 0 0-15.07 10.62l-59.27 160A16 16 0 0 0 272 224h24.83a16 16 0 0 0 15.23-11.08l4.42-12.92h71l4.41 12.92A16 16 0 0 0 407.16 224H432a16 16 0 0 0 15.06-21.38zM335.61 144L352 96l16.39 48z\"/></svg></li><li title=\"sort amount down alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M240 96h64a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16h-64a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16zm0 128h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16zm256 192H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h256a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-256-64h192a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16zm-64 0h-48V48a16 16 0 0 0-16-16H80a16 16 0 0 0-16 16v304H16c-14.19 0-21.37 17.24-11.29 27.31l80 96a16 16 0 0 0 22.62 0l80-96C197.35 369.26 190.22 352 176 352z\"/></svg></li><li title=\"sort amount down \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M304 416h-64a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-128-64h-48V48a16 16 0 0 0-16-16H80a16 16 0 0 0-16 16v304H16c-14.19 0-21.37 17.24-11.29 27.31l80 96a16 16 0 0 0 22.62 0l80-96C197.35 369.26 190.22 352 176 352zm256-192H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h192a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-64 128H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM496 32H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h256a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"/></svg></li><li title=\"sort amount up alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M240 96h64a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16h-64a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16zm0 128h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16zm256 192H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h256a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-256-64h192a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16zM16 160h48v304a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V160h48c14.21 0 21.39-17.24 11.31-27.31l-80-96a16 16 0 0 0-22.62 0l-80 96C-5.35 142.74 1.78 160 16 160z\"/></svg></li><li title=\"sort amount up \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M304 416h-64a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h64a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM16 160h48v304a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V160h48c14.21 0 21.38-17.24 11.31-27.31l-80-96a16 16 0 0 0-22.62 0l-80 96C-5.35 142.74 1.77 160 16 160zm416 0H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h192a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-64 128H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM496 32H240a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h256a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"/></svg></li><li title=\"sort down \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"><path d=\"M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41z\"/></svg></li><li title=\"sort numeric down alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M176 352h-48V48a16 16 0 0 0-16-16H80a16 16 0 0 0-16 16v304H16c-14.19 0-21.36 17.24-11.29 27.31l80 96a16 16 0 0 0 22.62 0l80-96C197.35 369.26 190.22 352 176 352zm224 64h-16V304a16 16 0 0 0-16-16h-48a16 16 0 0 0-14.29 8.83l-16 32A16 16 0 0 0 304 352h16v64h-16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h96a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM330.17 34.91a79 79 0 0 0-55 54.17c-14.27 51.05 21.19 97.77 68.83 102.53a84.07 84.07 0 0 1-20.85 12.91c-7.57 3.4-10.8 12.47-8.18 20.34l9.9 20c2.87 8.63 12.53 13.49 20.9 9.91 58-24.77 86.25-61.61 86.25-132V112c-.02-51.21-48.4-91.34-101.85-77.09zM352 132a20 20 0 1 1 20-20 20 20 0 0 1-20 20z\"/></svg></li><li title=\"sort numeric down \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M304 96h16v64h-16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h96a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-16V48a16 16 0 0 0-16-16h-48a16 16 0 0 0-14.29 8.83l-16 32A16 16 0 0 0 304 96zm26.15 162.91a79 79 0 0 0-55 54.17c-14.25 51.05 21.21 97.77 68.85 102.53a84.07 84.07 0 0 1-20.85 12.91c-7.57 3.4-10.8 12.47-8.18 20.34l9.9 20c2.87 8.63 12.53 13.49 20.9 9.91 58-24.76 86.25-61.61 86.25-132V336c-.02-51.21-48.4-91.34-101.85-77.09zM352 356a20 20 0 1 1 20-20 20 20 0 0 1-20 20zm-176-4h-48V48a16 16 0 0 0-16-16H80a16 16 0 0 0-16 16v304H16c-14.19 0-21.36 17.24-11.29 27.31l80 96a16 16 0 0 0 22.62 0l80-96C197.35 369.26 190.22 352 176 352z\"/></svg></li><li title=\"sort numeric up alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M107.31 36.69a16 16 0 0 0-22.62 0l-80 96C-5.35 142.74 1.78 160 16 160h48v304a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V160h48c14.21 0 21.38-17.24 11.31-27.31zM400 416h-16V304a16 16 0 0 0-16-16h-48a16 16 0 0 0-14.29 8.83l-16 32A16 16 0 0 0 304 352h16v64h-16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h96a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM330.17 34.91a79 79 0 0 0-55 54.17c-14.27 51.05 21.19 97.77 68.83 102.53a84.07 84.07 0 0 1-20.85 12.91c-7.57 3.4-10.8 12.47-8.18 20.34l9.9 20c2.87 8.63 12.53 13.49 20.9 9.91 58-24.77 86.25-61.61 86.25-132V112c-.02-51.21-48.4-91.34-101.85-77.09zM352 132a20 20 0 1 1 20-20 20 20 0 0 1-20 20z\"/></svg></li><li title=\"sort numeric up \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M330.17 258.91a79 79 0 0 0-55 54.17c-14.27 51.05 21.19 97.77 68.83 102.53a84.07 84.07 0 0 1-20.85 12.91c-7.57 3.4-10.8 12.47-8.18 20.34l9.9 20c2.87 8.63 12.53 13.49 20.9 9.91 58-24.76 86.25-61.61 86.25-132V336c-.02-51.21-48.4-91.34-101.85-77.09zM352 356a20 20 0 1 1 20-20 20 20 0 0 1-20 20zM304 96h16v64h-16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h96a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-16V48a16 16 0 0 0-16-16h-48a16 16 0 0 0-14.29 8.83l-16 32A16 16 0 0 0 304 96zM107.31 36.69a16 16 0 0 0-22.62 0l-80 96C-5.35 142.74 1.78 160 16 160h48v304a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V160h48c14.21 0 21.38-17.24 11.31-27.31z\"/></svg></li><li title=\"sort up \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"><path d=\"M279 224H41c-21.4 0-32.1-25.9-17-41L143 64c9.4-9.4 24.6-9.4 33.9 0l119 119c15.2 15.1 4.5 41-16.9 41z\"/></svg></li><li title=\"sort \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"><path d=\"M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41zm255-105L177 64c-9.4-9.4-24.6-9.4-33.9 0L24 183c-15.1 15.1-4.4 41 17 41h238c21.4 0 32.1-25.9 17-41z\"/></svg></li><li title=\"spa \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M568.25 192c-29.04.13-135.01 6.16-213.84 83-33.12 29.63-53.36 63.3-66.41 94.86-13.05-31.56-33.29-65.23-66.41-94.86-78.83-76.84-184.8-82.87-213.84-83-4.41-.02-7.79 3.4-7.75 7.82.23 27.92 7.14 126.14 88.77 199.3C172.79 480.94 256 480 288 480s115.19.95 199.23-80.88c81.64-73.17 88.54-171.38 88.77-199.3.04-4.42-3.34-7.84-7.75-7.82zM287.98 302.6c12.82-18.85 27.6-35.78 44.09-50.52 19.09-18.61 39.58-33.3 60.26-45.18-16.44-70.5-51.72-133.05-96.73-172.22-4.11-3.58-11.02-3.58-15.14 0-44.99 39.14-80.27 101.63-96.74 172.07 20.37 11.7 40.5 26.14 59.22 44.39a282.768 282.768 0 0 1 45.04 51.46z\"/></svg></li><li title=\"space shuttle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M592.604 208.244C559.735 192.836 515.777 184 472 184H186.327c-4.952-6.555-10.585-11.978-16.72-16H376C229.157 137.747 219.403 32 96.003 32H96v128H80V32c-26.51 0-48 28.654-48 64v64c-23.197 0-32 10.032-32 24v40c0 13.983 8.819 24 32 24v16c-23.197 0-32 10.032-32 24v40c0 13.983 8.819 24 32 24v64c0 35.346 21.49 64 48 64V352h16v128h.003c123.4 0 133.154-105.747 279.997-136H169.606c6.135-4.022 11.768-9.445 16.72-16H472c43.777 0 87.735-8.836 120.604-24.244C622.282 289.845 640 271.992 640 256s-17.718-33.845-47.396-47.756zM488 296a8 8 0 0 1-8-8v-64a8 8 0 0 1 8-8c31.909 0 31.942 80 0 80z\"/></svg></li><li title=\"spell check \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M272 256h91.36c43.2 0 82-32.2 84.51-75.34a79.82 79.82 0 0 0-25.26-63.07 79.81 79.81 0 0 0 9.06-44.91C427.9 30.57 389.3 0 347 0h-75a16 16 0 0 0-16 16v224a16 16 0 0 0 16 16zm40-200h40a24 24 0 0 1 0 48h-40zm0 96h56a24 24 0 0 1 0 48h-56zM155.12 22.25A32 32 0 0 0 124.64 0H99.36a32 32 0 0 0-30.48 22.25L.59 235.73A16 16 0 0 0 16 256h24.93a16 16 0 0 0 15.42-11.73L68.29 208h87.42l11.94 36.27A16 16 0 0 0 183.07 256H208a16 16 0 0 0 15.42-20.27zM89.37 144L112 75.3l22.63 68.7zm482 132.48l-45.21-45.3a15.88 15.88 0 0 0-22.59 0l-151.5 151.5-55.41-55.5a15.88 15.88 0 0 0-22.59 0l-45.3 45.3a16 16 0 0 0 0 22.59l112 112.21a15.89 15.89 0 0 0 22.6 0l208-208.21a16 16 0 0 0-.02-22.59z\"/></svg></li><li title=\"spider \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M151.17 167.35L177.1 176h4.67l5.22-26.12c.72-3.58 1.8-7.58 3.21-11.79l-20.29-40.58 23.8-71.39c2.79-8.38-1.73-17.44-10.12-20.24L168.42.82c-8.38-2.8-17.45 1.73-20.24 10.12l-25.89 77.68a32.04 32.04 0 0 0 1.73 24.43l27.15 54.3zm422.14 182.03l-52.75-79.12a32.002 32.002 0 0 0-26.62-14.25H416l68.99-24.36a32.03 32.03 0 0 0 16.51-12.61l53.6-80.41c4.9-7.35 2.91-17.29-4.44-22.19l-13.31-8.88c-7.35-4.9-17.29-2.91-22.19 4.44l-50.56 75.83L404.1 208H368l-10.37-51.85C355.44 145.18 340.26 96 288 96c-52.26 0-67.44 49.18-69.63 60.15L208 208h-36.1l-60.49-20.17L60.84 112c-4.9-7.35-14.83-9.34-22.19-4.44l-13.31 8.88c-7.35 4.9-9.34 14.83-4.44 22.19l53.6 80.41a32.03 32.03 0 0 0 16.51 12.61L160 256H82.06a32.02 32.02 0 0 0-26.63 14.25L2.69 349.38c-4.9 7.35-2.92 17.29 4.44 22.19l13.31 8.88c7.35 4.9 17.29 2.91 22.19-4.44l48-72h47.06l-60.83 97.33A31.988 31.988 0 0 0 72 418.3V496c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-73.11l74.08-118.53c-1.01 14.05-2.08 28.11-2.08 42.21C192 399.64 232.76 448 288 448s96-48.36 96-101.43c0-14.1-1.08-28.16-2.08-42.21L456 422.89V496c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16v-77.71c0-6-1.69-11.88-4.86-16.96L438.31 304h47.06l48 72c4.9 7.35 14.84 9.34 22.19 4.44l13.31-8.88c7.36-4.9 9.34-14.83 4.44-22.18zM406.09 97.51l-20.29 40.58c1.41 4.21 2.49 8.21 3.21 11.79l5.22 26.12h4.67l25.93-8.65 27.15-54.3a31.995 31.995 0 0 0 1.73-24.43l-25.89-77.68C425.03 2.56 415.96-1.98 407.58.82l-15.17 5.06c-8.38 2.8-12.91 11.86-10.12 20.24l23.8 71.39z\"/></svg></li><li title=\"spinner \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M304 48c0 26.51-21.49 48-48 48s-48-21.49-48-48 21.49-48 48-48 48 21.49 48 48zm-48 368c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zm208-208c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zM96 256c0-26.51-21.49-48-48-48S0 229.49 0 256s21.49 48 48 48 48-21.49 48-48zm12.922 99.078c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-26.509-21.491-48-48-48zm294.156 0c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-26.509-21.49-48-48-48zM108.922 60.922c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.491-48-48-48z\"/></svg></li><li title=\"splotch \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M472.29 195.89l-67.06-22.95c-19.28-6.6-33.54-20.92-38.14-38.3L351.1 74.19c-11.58-43.77-76.57-57.13-109.98-22.62l-46.14 47.67c-13.26 13.71-33.54 20.93-54.2 19.31l-71.88-5.62c-52.05-4.07-86.93 44.88-59.03 82.83l38.54 52.42c11.08 15.07 12.82 33.86 4.64 50.24L24.62 355.4c-20.59 41.25 22.84 84.87 73.49 73.81l69.96-15.28c20.11-4.39 41.45 0 57.07 11.73l54.32 40.83c39.32 29.56 101.04 7.57 104.45-37.22l4.7-61.86c1.35-17.79 12.8-33.86 30.63-42.99l62-31.74c44.88-22.96 39.59-80.17-8.95-96.79z\"/></svg></li><li title=\"spray can \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M224 32c0-17.67-14.33-32-32-32h-64c-17.67 0-32 14.33-32 32v96h128V32zm256 96c-17.67 0-32 14.33-32 32s14.33 32 32 32 32-14.33 32-32-14.33-32-32-32zm-256 32H96c-53.02 0-96 42.98-96 96v224c0 17.67 14.33 32 32 32h256c17.67 0 32-14.33 32-32V256c0-53.02-42.98-96-96-96zm-64 256c-44.18 0-80-35.82-80-80s35.82-80 80-80 80 35.82 80 80-35.82 80-80 80zM480 96c17.67 0 32-14.33 32-32s-14.33-32-32-32-32 14.33-32 32 14.33 32 32 32zm-96 32c-17.67 0-32 14.33-32 32s14.33 32 32 32 32-14.33 32-32-14.33-32-32-32zm-96-96c-17.67 0-32 14.33-32 32s14.33 32 32 32 32-14.33 32-32-14.33-32-32-32zm96 0c-17.67 0-32 14.33-32 32s14.33 32 32 32 32-14.33 32-32-14.33-32-32-32zm96 192c-17.67 0-32 14.33-32 32s14.33 32 32 32 32-14.33 32-32-14.33-32-32-32z\"/></svg></li><li title=\"square full \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M512 512H0V0h512v512z\"/></svg></li><li title=\"square root alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M571.31 251.31l-22.62-22.62c-6.25-6.25-16.38-6.25-22.63 0L480 274.75l-46.06-46.06c-6.25-6.25-16.38-6.25-22.63 0l-22.62 22.62c-6.25 6.25-6.25 16.38 0 22.63L434.75 320l-46.06 46.06c-6.25 6.25-6.25 16.38 0 22.63l22.62 22.62c6.25 6.25 16.38 6.25 22.63 0L480 365.25l46.06 46.06c6.25 6.25 16.38 6.25 22.63 0l22.62-22.62c6.25-6.25 6.25-16.38 0-22.63L525.25 320l46.06-46.06c6.25-6.25 6.25-16.38 0-22.63zM552 0H307.65c-14.54 0-27.26 9.8-30.95 23.87l-84.79 322.8-58.41-106.1A32.008 32.008 0 0 0 105.47 224H24c-13.25 0-24 10.74-24 24v48c0 13.25 10.75 24 24 24h43.62l88.88 163.73C168.99 503.5 186.3 512 204.94 512c17.27 0 44.44-9 54.28-41.48L357.03 96H552c13.25 0 24-10.75 24-24V24c0-13.26-10.75-24-24-24z\"/></svg></li><li title=\"square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48z\"/></svg></li><li title=\"stamp \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M32 512h448v-64H32v64zm384-256h-66.56c-16.26 0-29.44-13.18-29.44-29.44v-9.46c0-27.37 8.88-53.41 21.46-77.72 9.11-17.61 12.9-38.39 9.05-60.42-6.77-38.78-38.47-70.7-77.26-77.45C212.62-9.04 160 37.33 160 96c0 14.16 3.12 27.54 8.69 39.58C182.02 164.43 192 194.7 192 226.49v.07c0 16.26-13.18 29.44-29.44 29.44H96c-53.02 0-96 42.98-96 96v32c0 17.67 14.33 32 32 32h448c17.67 0 32-14.33 32-32v-32c0-53.02-42.98-96-96-96z\"/></svg></li><li title=\"star and crescent \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M340.47 466.36c-1.45 0-6.89.46-9.18.46-116.25 0-210.82-94.57-210.82-210.82S215.04 45.18 331.29 45.18c2.32 0 7.7.46 9.18.46 7.13 0 13.33-5.03 14.75-12.07 1.46-7.25-2.55-14.49-9.47-17.09C316.58 5.54 286.39 0 256 0 114.84 0 0 114.84 0 256s114.84 256 256 256c30.23 0 60.28-5.49 89.32-16.32 5.96-2.02 10.28-7.64 10.28-14.26 0-8.09-6.39-15.06-15.13-15.06zm162.99-252.5l-76.38-11.1-34.16-69.21c-1.83-3.7-5.38-5.55-8.93-5.55s-7.1 1.85-8.93 5.55l-34.16 69.21-76.38 11.1c-8.17 1.18-11.43 11.22-5.52 16.99l55.27 53.87-13.05 76.07c-1.11 6.44 4.01 11.66 9.81 11.66 1.53 0 3.11-.36 4.64-1.17L384 335.37l68.31 35.91c1.53.8 3.11 1.17 4.64 1.17 5.8 0 10.92-5.23 9.81-11.66l-13.05-76.07 55.27-53.87c5.91-5.77 2.65-15.81-5.52-16.99z\"/></svg></li><li title=\"star half alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 536 512\"><path d=\"M508.55 171.51L362.18 150.2 296.77 17.81C290.89 5.98 279.42 0 267.95 0c-11.4 0-22.79 5.9-28.69 17.81l-65.43 132.38-146.38 21.29c-26.25 3.8-36.77 36.09-17.74 54.59l105.89 103-25.06 145.48C86.98 495.33 103.57 512 122.15 512c4.93 0 10-1.17 14.87-3.75l130.95-68.68 130.94 68.7c4.86 2.55 9.92 3.71 14.83 3.71 18.6 0 35.22-16.61 31.66-37.4l-25.03-145.49 105.91-102.98c19.04-18.5 8.52-50.8-17.73-54.6zm-121.74 123.2l-18.12 17.62 4.28 24.88 19.52 113.45-102.13-53.59-22.38-11.74.03-317.19 51.03 103.29 11.18 22.63 25.01 3.64 114.23 16.63-82.65 80.38z\"/></svg></li><li title=\"star half \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M288 0c-11.4 0-22.8 5.9-28.7 17.8L194 150.2 47.9 171.4c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.1 23 46 46.4 33.7L288 439.6V0z\"/></svg></li><li title=\"star of david \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 464 512\"><path d=\"M405.68 256l53.21-89.39C473.3 142.4 455.48 112 426.88 112H319.96l-55.95-93.98C256.86 6.01 244.43 0 232 0s-24.86 6.01-32.01 18.02L144.04 112H37.11c-28.6 0-46.42 30.4-32.01 54.61L58.32 256 5.1 345.39C-9.31 369.6 8.51 400 37.11 400h106.93l55.95 93.98C207.14 505.99 219.57 512 232 512s24.86-6.01 32.01-18.02L319.96 400h106.93c28.6 0 46.42-30.4 32.01-54.61L405.68 256zm-12.78-88l-19.8 33.26L353.3 168h39.6zm-52.39 88l-52.39 88H175.88l-52.39-88 52.38-88h112.25l52.39 88zM232 73.72L254.79 112h-45.57L232 73.72zM71.1 168h39.6l-19.8 33.26L71.1 168zm0 176l19.8-33.26L110.7 344H71.1zM232 438.28L209.21 400h45.57L232 438.28zM353.29 344l19.8-33.26L392.9 344h-39.61z\"/></svg></li><li title=\"star of life \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 480 512\"><path d=\"M471.99 334.43L336.06 256l135.93-78.43c7.66-4.42 10.28-14.2 5.86-21.86l-32.02-55.43c-4.42-7.65-14.21-10.28-21.87-5.86l-135.93 78.43V16c0-8.84-7.17-16-16.01-16h-64.04c-8.84 0-16.01 7.16-16.01 16v156.86L56.04 94.43c-7.66-4.42-17.45-1.79-21.87 5.86L2.15 155.71c-4.42 7.65-1.8 17.44 5.86 21.86L143.94 256 8.01 334.43c-7.66 4.42-10.28 14.21-5.86 21.86l32.02 55.43c4.42 7.65 14.21 10.27 21.87 5.86l135.93-78.43V496c0 8.84 7.17 16 16.01 16h64.04c8.84 0 16.01-7.16 16.01-16V339.14l135.93 78.43c7.66 4.42 17.45 1.8 21.87-5.86l32.02-55.43c4.42-7.65 1.8-17.43-5.86-21.85z\"/></svg></li><li title=\"star \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z\"/></svg></li><li title=\"step backward \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M64 468V44c0-6.6 5.4-12 12-12h48c6.6 0 12 5.4 12 12v176.4l195.5-181C352.1 22.3 384 36.6 384 64v384c0 27.4-31.9 41.7-52.5 24.6L136 292.7V468c0 6.6-5.4 12-12 12H76c-6.6 0-12-5.4-12-12z\"/></svg></li><li title=\"step forward \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M384 44v424c0 6.6-5.4 12-12 12h-48c-6.6 0-12-5.4-12-12V291.6l-195.5 181C95.9 489.7 64 475.4 64 448V64c0-27.4 31.9-41.7 52.5-24.6L312 219.3V44c0-6.6 5.4-12 12-12h48c6.6 0 12 5.4 12 12z\"/></svg></li><li title=\"stethoscope \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M447.1 112c-34.2.5-62.3 28.4-63 62.6-.5 24.3 12.5 45.6 32 56.8V344c0 57.3-50.2 104-112 104-60 0-109.2-44.1-111.9-99.2C265 333.8 320 269.2 320 192V36.6c0-11.4-8.1-21.3-19.3-23.5L237.8.5c-13-2.6-25.6 5.8-28.2 18.8L206.4 35c-2.6 13 5.8 25.6 18.8 28.2l30.7 6.1v121.4c0 52.9-42.2 96.7-95.1 97.2-53.4.5-96.9-42.7-96.9-96V69.4l30.7-6.1c13-2.6 21.4-15.2 18.8-28.2l-3.1-15.7C107.7 6.4 95.1-2 82.1.6L19.3 13C8.1 15.3 0 25.1 0 36.6V192c0 77.3 55.1 142 128.1 156.8C130.7 439.2 208.6 512 304 512c97 0 176-75.4 176-168V231.4c19.1-11.1 32-31.7 32-55.4 0-35.7-29.2-64.5-64.9-64zm.9 80c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16z\"/></svg></li><li title=\"sticky note \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M312 320h136V56c0-13.3-10.7-24-24-24H24C10.7 32 0 42.7 0 56v400c0 13.3 10.7 24 24 24h264V344c0-13.2 10.8-24 24-24zm129 55l-98 98c-4.5 4.5-10.6 7-17 7h-6V352h128v6.1c0 6.3-2.5 12.4-7 16.9z\"/></svg></li><li title=\"stop circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm96 328c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h160c8.8 0 16 7.2 16 16v160z\"/></svg></li><li title=\"stop \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48z\"/></svg></li><li title=\"stopwatch 20 \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M398.5,190.91l.59-.61,26.59-26.58a16,16,0,0,0,0-22.63L403,118.41a16,16,0,0,0-22.63,0l-24.68,24.68A206.68,206.68,0,0,0,256,98.5V64h32a16,16,0,0,0,16-16V16A16,16,0,0,0,288,0H160a16.05,16.05,0,0,0-16,16V48a16.05,16.05,0,0,0,16,16h32V98.5A207.92,207.92,0,0,0,16.09,297.57C12.64,411.5,106.76,510.22,220.72,512,337.13,513.77,432,420,432,304A206,206,0,0,0,398.5,190.91ZM204.37,377.55a8.2,8.2,0,0,1,8.32,8.07v22.31a8.2,8.2,0,0,1-8.32,8.07H121.52a16.46,16.46,0,0,1-16.61-17.62c2.78-35.22,14.67-57.41,38.45-91.37,20.42-29.19,27.1-37.32,27.1-62.34,0-16.92-1.79-24.27-12.21-24.27-9.39,0-12.69,7.4-12.69,22.68v5.23a8.2,8.2,0,0,1-8.33,8.07h-24.9a8.2,8.2,0,0,1-8.33-8.07v-4.07c0-27.3,8.48-60.24,56.43-60.24,43,0,55.57,25.85,55.57,61,0,35.58-12.44,51.21-34.35,81.31-11.56,15-24.61,35.57-26.41,51.2ZM344,352.32c0,35.16-12.3,63.68-57.23,63.68C243.19,416,232,386.48,232,352.55V247.22c0-40.73,19.58-63.22,56.2-63.22C325,184,344,206.64,344,245.3ZM287.87,221.73c-9.41,0-13.23,7.5-13.23,20V357.68c0,13.11,3.59,20.59,13.23,20.59s13-8,13-21.27V241.06C300.89,229.79,297.88,221.73,287.87,221.73Z\"/></svg></li><li title=\"stopwatch \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 304c0 114.9-93.1 208-208 208S16 418.9 16 304c0-104 76.3-190.2 176-205.5V64h-28c-6.6 0-12-5.4-12-12V12c0-6.6 5.4-12 12-12h120c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-28v34.5c37.5 5.8 71.7 21.6 99.7 44.6l27.5-27.5c4.7-4.7 12.3-4.7 17 0l28.3 28.3c4.7 4.7 4.7 12.3 0 17l-29.4 29.4-.6.6C419.7 223.3 432 262.2 432 304zm-176 36V188.5c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12V340c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12z\"/></svg></li><li title=\"store alt slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M17.89,123.62,5.51,142.2c-14.2,21.3,1,49.8,26.59,49.8h74.26ZM576,413.42V224H512V364L384,265V224H330.92l-41.4-32H608c25.5,0,40.7-28.5,26.59-49.8l-85.29-128A32.18,32.18,0,0,0,522.6,0H117.42A31.87,31.87,0,0,0,90.81,14.2l-10.66,16L45.46,3.38A16,16,0,0,0,23,6.19L3.37,31.46A16,16,0,0,0,6.18,53.91L594.53,508.63A16,16,0,0,0,617,505.81l19.64-25.26a16,16,0,0,0-2.81-22.45ZM320,384H128V224H64V480a32,32,0,0,0,32,32H352a32,32,0,0,0,32-32V406.59l-64-49.47Z\"/></svg></li><li title=\"store alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M320 384H128V224H64v256c0 17.7 14.3 32 32 32h256c17.7 0 32-14.3 32-32V224h-64v160zm314.6-241.8l-85.3-128c-6-8.9-16-14.2-26.7-14.2H117.4c-10.7 0-20.7 5.3-26.6 14.2l-85.3 128c-14.2 21.3 1 49.8 26.6 49.8H608c25.5 0 40.7-28.5 26.6-49.8zM512 496c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V224h-64v272z\"/></svg></li><li title=\"store slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M121.51,384V284.2a119.43,119.43,0,0,1-28,3.8,123.46,123.46,0,0,1-17.1-1.2,114.88,114.88,0,0,1-15.58-3.6V480c0,17.7,13.59,32,30.4,32H505.75L348.42,384Zm-28-128.09c25.1,0,47.29-10.72,64-27.24L24,120.05c-30.52,53.39-2.45,126.53,56.49,135A95.68,95.68,0,0,0,93.48,255.91ZM602.13,458.09,547.2,413.41V283.2a93.5,93.5,0,0,1-15.57,3.6,127.31,127.31,0,0,1-17.29,1.2,114.89,114.89,0,0,1-28-3.8v79.68L348.52,251.77a88.06,88.06,0,0,0,25.41,4.14c28.11,0,53-13,70.11-33.11,17.19,20.11,42.08,33.11,70.11,33.11a94.31,94.31,0,0,0,13-.91c59.66-8.41,88-82.8,56.06-136.4L521.55,15A30.1,30.1,0,0,0,495.81,0H112A30.11,30.11,0,0,0,86.27,15L76.88,30.78,43.19,3.38A14.68,14.68,0,0,0,21.86,6.19L3.2,31.45A16.58,16.58,0,0,0,5.87,53.91L564.81,508.63a14.69,14.69,0,0,0,21.33-2.82l18.66-25.26A16.58,16.58,0,0,0,602.13,458.09Z\"/></svg></li><li title=\"store \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 616 512\"><path d=\"M602 118.6L537.1 15C531.3 5.7 521 0 510 0H106C95 0 84.7 5.7 78.9 15L14 118.6c-33.5 53.5-3.8 127.9 58.8 136.4 4.5.6 9.1.9 13.7.9 29.6 0 55.8-13 73.8-33.1 18 20.1 44.3 33.1 73.8 33.1 29.6 0 55.8-13 73.8-33.1 18 20.1 44.3 33.1 73.8 33.1 29.6 0 55.8-13 73.8-33.1 18.1 20.1 44.3 33.1 73.8 33.1 4.7 0 9.2-.3 13.7-.9 62.8-8.4 92.6-82.8 59-136.4zM529.5 288c-10 0-19.9-1.5-29.5-3.8V384H116v-99.8c-9.6 2.2-19.5 3.8-29.5 3.8-6 0-12.1-.4-18-1.2-5.6-.8-11.1-2.1-16.4-3.6V480c0 17.7 14.3 32 32 32h448c17.7 0 32-14.3 32-32V283.2c-5.4 1.6-10.8 2.9-16.4 3.6-6.1.8-12.1 1.2-18.2 1.2z\"/></svg></li><li title=\"stream \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M16 128h416c8.84 0 16-7.16 16-16V48c0-8.84-7.16-16-16-16H16C7.16 32 0 39.16 0 48v64c0 8.84 7.16 16 16 16zm480 80H80c-8.84 0-16 7.16-16 16v64c0 8.84 7.16 16 16 16h416c8.84 0 16-7.16 16-16v-64c0-8.84-7.16-16-16-16zm-64 176H16c-8.84 0-16 7.16-16 16v64c0 8.84 7.16 16 16 16h416c8.84 0 16-7.16 16-16v-64c0-8.84-7.16-16-16-16z\"/></svg></li><li title=\"street view \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M367.9 329.76c-4.62 5.3-9.78 10.1-15.9 13.65v22.94c66.52 9.34 112 28.05 112 49.65 0 30.93-93.12 56-208 56S48 446.93 48 416c0-21.6 45.48-40.3 112-49.65v-22.94c-6.12-3.55-11.28-8.35-15.9-13.65C58.87 345.34 0 378.05 0 416c0 53.02 114.62 96 256 96s256-42.98 256-96c0-37.95-58.87-70.66-144.1-86.24zM256 128c35.35 0 64-28.65 64-64S291.35 0 256 0s-64 28.65-64 64 28.65 64 64 64zm-64 192v96c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-96c17.67 0 32-14.33 32-32v-96c0-26.51-21.49-48-48-48h-11.8c-11.07 5.03-23.26 8-36.2 8s-25.13-2.97-36.2-8H208c-26.51 0-48 21.49-48 48v96c0 17.67 14.33 32 32 32z\"/></svg></li><li title=\"strikethrough \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M496 224H293.9l-87.17-26.83A43.55 43.55 0 0 1 219.55 112h66.79A49.89 49.89 0 0 1 331 139.58a16 16 0 0 0 21.46 7.15l42.94-21.47a16 16 0 0 0 7.16-21.46l-.53-1A128 128 0 0 0 287.51 32h-68a123.68 123.68 0 0 0-123 135.64c2 20.89 10.1 39.83 21.78 56.36H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h480a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-180.24 96A43 43 0 0 1 336 356.45 43.59 43.59 0 0 1 292.45 400h-66.79A49.89 49.89 0 0 1 181 372.42a16 16 0 0 0-21.46-7.15l-42.94 21.47a16 16 0 0 0-7.16 21.46l.53 1A128 128 0 0 0 224.49 480h68a123.68 123.68 0 0 0 123-135.64 114.25 114.25 0 0 0-5.34-24.36z\"/></svg></li><li title=\"stroopwafel \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M188.12 210.74L142.86 256l45.25 45.25L233.37 256l-45.25-45.26zm113.13-22.62L256 142.86l-45.25 45.25L256 233.37l45.25-45.25zm-90.5 135.76L256 369.14l45.26-45.26L256 278.63l-45.25 45.25zM256 0C114.62 0 0 114.62 0 256s114.62 256 256 256 256-114.62 256-256S397.38 0 256 0zm186.68 295.6l-11.31 11.31c-3.12 3.12-8.19 3.12-11.31 0l-28.29-28.29-45.25 45.25 33.94 33.94 16.97-16.97c3.12-3.12 8.19-3.12 11.31 0l11.31 11.31c3.12 3.12 3.12 8.19 0 11.31l-16.97 16.97 16.97 16.97c3.12 3.12 3.12 8.19 0 11.31l-11.31 11.31c-3.12 3.12-8.19 3.12-11.31 0l-16.97-16.97-16.97 16.97c-3.12 3.12-8.19 3.12-11.31 0l-11.31-11.31c-3.12-3.12-3.12-8.19 0-11.31l16.97-16.97-33.94-33.94-45.26 45.26 28.29 28.29c3.12 3.12 3.12 8.19 0 11.31l-11.31 11.31c-3.12 3.12-8.19 3.12-11.31 0L256 414.39l-28.29 28.29c-3.12 3.12-8.19 3.12-11.31 0l-11.31-11.31c-3.12-3.12-3.12-8.19 0-11.31l28.29-28.29-45.25-45.26-33.94 33.94 16.97 16.97c3.12 3.12 3.12 8.19 0 11.31l-11.31 11.31c-3.12 3.12-8.19 3.12-11.31 0l-16.97-16.97-16.97 16.97c-3.12 3.12-8.19 3.12-11.31 0l-11.31-11.31c-3.12-3.12-3.12-8.19 0-11.31l16.97-16.97-16.97-16.97c-3.12-3.12-3.12-8.19 0-11.31l11.31-11.31c3.12-3.12 8.19-3.12 11.31 0l16.97 16.97 33.94-33.94-45.25-45.25-28.29 28.29c-3.12 3.12-8.19 3.12-11.31 0L69.32 295.6c-3.12-3.12-3.12-8.19 0-11.31L97.61 256l-28.29-28.29c-3.12-3.12-3.12-8.19 0-11.31l11.31-11.31c3.12-3.12 8.19-3.12 11.31 0l28.29 28.29 45.25-45.26-33.94-33.94-16.97 16.97c-3.12 3.12-8.19 3.12-11.31 0l-11.31-11.31c-3.12-3.12-3.12-8.19 0-11.31l16.97-16.97-16.97-16.97c-3.12-3.12-3.12-8.19 0-11.31l11.31-11.31c3.12-3.12 8.19-3.12 11.31 0l16.97 16.97 16.97-16.97c3.12-3.12 8.19-3.12 11.31 0l11.31 11.31c3.12 3.12 3.12 8.19 0 11.31l-16.97 16.97 33.94 33.94 45.26-45.25-28.29-28.29c-3.12-3.12-3.12-8.19 0-11.31l11.31-11.31c3.12-3.12 8.19-3.12 11.31 0L256 97.61l28.29-28.29c3.12-3.12 8.19-3.12 11.31 0l11.31 11.31c3.12 3.12 3.12 8.19 0 11.31l-28.29 28.29 45.26 45.25 33.94-33.94-16.97-16.97c-3.12-3.12-3.12-8.19 0-11.31l11.31-11.31c3.12-3.12 8.19-3.12 11.31 0l16.97 16.97 16.97-16.97c3.12-3.12 8.19-3.12 11.31 0l11.31 11.31c3.12 3.12 3.12 8.19 0 11.31l-16.97 16.97 16.97 16.97c3.12 3.12 3.12 8.19 0 11.31l-11.31 11.31c-3.12 3.12-8.19 3.12-11.31 0l-16.97-16.97-33.94 33.94 45.25 45.26 28.29-28.29c3.12-3.12 8.19-3.12 11.31 0l11.31 11.31c3.12 3.12 3.12 8.19 0 11.31L414.39 256l28.29 28.28a8.015 8.015 0 0 1 0 11.32zM278.63 256l45.26 45.25L369.14 256l-45.25-45.26L278.63 256z\"/></svg></li><li title=\"subscript \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M496 448h-16V304a16 16 0 0 0-16-16h-48a16 16 0 0 0-14.29 8.83l-16 32A16 16 0 0 0 400 352h16v96h-16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h96a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM336 64h-67a16 16 0 0 0-13.14 6.87l-79.9 115-79.9-115A16 16 0 0 0 83 64H16A16 16 0 0 0 0 80v48a16 16 0 0 0 16 16h33.48l77.81 112-77.81 112H16a16 16 0 0 0-16 16v48a16 16 0 0 0 16 16h67a16 16 0 0 0 13.14-6.87l79.9-115 79.9 115A16 16 0 0 0 269 448h67a16 16 0 0 0 16-16v-48a16 16 0 0 0-16-16h-33.48l-77.81-112 77.81-112H336a16 16 0 0 0 16-16V80a16 16 0 0 0-16-16z\"/></svg></li><li title=\"subway \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M448 96v256c0 51.815-61.624 96-130.022 96l62.98 49.721C386.905 502.417 383.562 512 376 512H72c-7.578 0-10.892-9.594-4.957-14.279L130.022 448C61.82 448 0 403.954 0 352V96C0 42.981 64 0 128 0h192c65 0 128 42.981 128 96zM200 232V120c0-13.255-10.745-24-24-24H72c-13.255 0-24 10.745-24 24v112c0 13.255 10.745 24 24 24h104c13.255 0 24-10.745 24-24zm200 0V120c0-13.255-10.745-24-24-24H272c-13.255 0-24 10.745-24 24v112c0 13.255 10.745 24 24 24h104c13.255 0 24-10.745 24-24zm-48 56c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zm-256 0c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48z\"/></svg></li><li title=\"suitcase rolling \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M336 160H48c-26.51 0-48 21.49-48 48v224c0 26.51 21.49 48 48 48h16v16c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-16h128v16c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-16h16c26.51 0 48-21.49 48-48V208c0-26.51-21.49-48-48-48zm-16 216c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h240c4.42 0 8 3.58 8 8v16zm0-96c0 4.42-3.58 8-8 8H72c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h240c4.42 0 8 3.58 8 8v16zM144 48h96v80h48V48c0-26.51-21.49-48-48-48h-96c-26.51 0-48 21.49-48 48v80h48V48z\"/></svg></li><li title=\"suitcase \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M128 480h256V80c0-26.5-21.5-48-48-48H176c-26.5 0-48 21.5-48 48v400zm64-384h128v32H192V96zm320 80v256c0 26.5-21.5 48-48 48h-48V128h48c26.5 0 48 21.5 48 48zM96 480H48c-26.5 0-48-21.5-48-48V176c0-26.5 21.5-48 48-48h48v352z\"/></svg></li><li title=\"sun \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 160c-52.9 0-96 43.1-96 96s43.1 96 96 96 96-43.1 96-96-43.1-96-96-96zm246.4 80.5l-94.7-47.3 33.5-100.4c4.5-13.6-8.4-26.5-21.9-21.9l-100.4 33.5-47.4-94.8c-6.4-12.8-24.6-12.8-31 0l-47.3 94.7L92.7 70.8c-13.6-4.5-26.5 8.4-21.9 21.9l33.5 100.4-94.7 47.4c-12.8 6.4-12.8 24.6 0 31l94.7 47.3-33.5 100.5c-4.5 13.6 8.4 26.5 21.9 21.9l100.4-33.5 47.3 94.7c6.4 12.8 24.6 12.8 31 0l47.3-94.7 100.4 33.5c13.6 4.5 26.5-8.4 21.9-21.9l-33.5-100.4 94.7-47.3c13-6.5 13-24.7.2-31.1zm-155.9 106c-49.9 49.9-131.1 49.9-181 0-49.9-49.9-49.9-131.1 0-181 49.9-49.9 131.1-49.9 181 0 49.9 49.9 49.9 131.1 0 181z\"/></svg></li><li title=\"superscript \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M496 160h-16V16a16 16 0 0 0-16-16h-48a16 16 0 0 0-14.29 8.83l-16 32A16 16 0 0 0 400 64h16v96h-16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h96a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM336 64h-67a16 16 0 0 0-13.14 6.87l-79.9 115-79.9-115A16 16 0 0 0 83 64H16A16 16 0 0 0 0 80v48a16 16 0 0 0 16 16h33.48l77.81 112-77.81 112H16a16 16 0 0 0-16 16v48a16 16 0 0 0 16 16h67a16 16 0 0 0 13.14-6.87l79.9-115 79.9 115A16 16 0 0 0 269 448h67a16 16 0 0 0 16-16v-48a16 16 0 0 0-16-16h-33.48l-77.81-112 77.81-112H336a16 16 0 0 0 16-16V80a16 16 0 0 0-16-16z\"/></svg></li><li title=\"surprise \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM136 208c0-17.7 14.3-32 32-32s32 14.3 32 32-14.3 32-32 32-32-14.3-32-32zm112 208c-35.3 0-64-28.7-64-64s28.7-64 64-64 64 28.7 64 64-28.7 64-64 64zm80-176c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"/></svg></li><li title=\"swatchbook \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M434.66,167.71h0L344.5,77.36a31.83,31.83,0,0,0-45-.07h0l-.07.07L224,152.88V424L434.66,212.9A32,32,0,0,0,434.66,167.71ZM480,320H373.09L186.68,506.51c-2.06,2.07-4.5,3.58-6.68,5.49H480a32,32,0,0,0,32-32V352A32,32,0,0,0,480,320ZM192,32A32,32,0,0,0,160,0H32A32,32,0,0,0,0,32V416a96,96,0,0,0,192,0ZM96,440a24,24,0,1,1,24-24A24,24,0,0,1,96,440Zm32-184H64V192h64Zm0-128H64V64h64Z\"/></svg></li><li title=\"swimmer \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M189.61 310.58c3.54 3.26 15.27 9.42 34.39 9.42s30.86-6.16 34.39-9.42c16.02-14.77 34.5-22.58 53.46-22.58h16.3c18.96 0 37.45 7.81 53.46 22.58 3.54 3.26 15.27 9.42 34.39 9.42s30.86-6.16 34.39-9.42c14.86-13.71 31.88-21.12 49.39-22.16l-112.84-80.6 18-12.86c3.64-2.58 8.28-3.52 12.62-2.61l100.35 21.53c25.91 5.53 51.44-10.97 57-36.88 5.55-25.92-10.95-51.44-36.88-57L437.68 98.47c-30.73-6.58-63.02.12-88.56 18.38l-80.02 57.17c-10.38 7.39-19.36 16.44-26.72 26.94L173.75 299c5.47 3.23 10.82 6.93 15.86 11.58zM624 352h-16c-26.04 0-45.8-8.42-56.09-17.9-8.9-8.21-19.66-14.1-31.77-14.1h-16.3c-12.11 0-22.87 5.89-31.77 14.1C461.8 343.58 442.04 352 416 352s-45.8-8.42-56.09-17.9c-8.9-8.21-19.66-14.1-31.77-14.1h-16.3c-12.11 0-22.87 5.89-31.77 14.1C269.8 343.58 250.04 352 224 352s-45.8-8.42-56.09-17.9c-8.9-8.21-19.66-14.1-31.77-14.1h-16.3c-12.11 0-22.87 5.89-31.77 14.1C77.8 343.58 58.04 352 32 352H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h16c38.62 0 72.72-12.19 96-31.84 23.28 19.66 57.38 31.84 96 31.84s72.72-12.19 96-31.84c23.28 19.66 57.38 31.84 96 31.84s72.72-12.19 96-31.84c23.28 19.66 57.38 31.84 96 31.84h16c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zm-512-96c44.18 0 80-35.82 80-80s-35.82-80-80-80-80 35.82-80 80 35.82 80 80 80z\"/></svg></li><li title=\"swimming pool \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M624 416h-16c-26.04 0-45.8-8.42-56.09-17.9-8.9-8.21-19.66-14.1-31.77-14.1h-16.3c-12.11 0-22.87 5.89-31.77 14.1C461.8 407.58 442.04 416 416 416s-45.8-8.42-56.09-17.9c-8.9-8.21-19.66-14.1-31.77-14.1h-16.3c-12.11 0-22.87 5.89-31.77 14.1C269.8 407.58 250.04 416 224 416s-45.8-8.42-56.09-17.9c-8.9-8.21-19.66-14.1-31.77-14.1h-16.3c-12.11 0-22.87 5.89-31.77 14.1C77.8 407.58 58.04 416 32 416H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h16c38.62 0 72.72-12.19 96-31.84 23.28 19.66 57.38 31.84 96 31.84s72.72-12.19 96-31.84c23.28 19.66 57.38 31.84 96 31.84s72.72-12.19 96-31.84c23.28 19.66 57.38 31.84 96 31.84h16c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zm-400-32v-96h192v96c19.12 0 30.86-6.16 34.39-9.42 9.17-8.46 19.2-14.34 29.61-18.07V128c0-17.64 14.36-32 32-32s32 14.36 32 32v16c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-16c0-52.94-43.06-96-96-96s-96 43.06-96 96v96H224v-96c0-17.64 14.36-32 32-32s32 14.36 32 32v16c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-16c0-52.94-43.06-96-96-96s-96 43.06-96 96v228.5c10.41 3.73 20.44 9.62 29.61 18.07 3.53 3.27 15.27 9.43 34.39 9.43z\"/></svg></li><li title=\"synagogue \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M70 196.51L6.67 268.29A26.643 26.643 0 0 0 0 285.93V512h128V239.58l-38-43.07c-5.31-6.01-14.69-6.01-20 0zm563.33 71.78L570 196.51c-5.31-6.02-14.69-6.02-20 0l-38 43.07V512h128V285.93c0-6.5-2.37-12.77-6.67-17.64zM339.99 7.01c-11.69-9.35-28.29-9.35-39.98 0l-128 102.4A32.005 32.005 0 0 0 160 134.4V512h96v-92.57c0-31.88 21.78-61.43 53.25-66.55C349.34 346.35 384 377.13 384 416v96h96V134.4c0-9.72-4.42-18.92-12.01-24.99l-128-102.4zm52.07 215.55c1.98 3.15-.29 7.24-4 7.24h-38.94L324 269.79c-1.85 2.95-6.15 2.95-8 0l-25.12-39.98h-38.94c-3.72 0-5.98-4.09-4-7.24l19.2-30.56-19.2-30.56c-1.98-3.15.29-7.24 4-7.24h38.94l25.12-40c1.85-2.95 6.15-2.95 8 0l25.12 39.98h38.95c3.71 0 5.98 4.09 4 7.24L372.87 192l19.19 30.56z\"/></svg></li><li title=\"sync alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M370.72 133.28C339.458 104.008 298.888 87.962 255.848 88c-77.458.068-144.328 53.178-162.791 126.85-1.344 5.363-6.122 9.15-11.651 9.15H24.103c-7.498 0-13.194-6.807-11.807-14.176C33.933 94.924 134.813 8 256 8c66.448 0 126.791 26.136 171.315 68.685L463.03 40.97C478.149 25.851 504 36.559 504 57.941V192c0 13.255-10.745 24-24 24H345.941c-21.382 0-32.09-25.851-16.971-40.971l41.75-41.749zM32 296h134.059c21.382 0 32.09 25.851 16.971 40.971l-41.75 41.75c31.262 29.273 71.835 45.319 114.876 45.28 77.418-.07 144.315-53.144 162.787-126.849 1.344-5.363 6.122-9.15 11.651-9.15h57.304c7.498 0 13.194 6.807 11.807 14.176C478.067 417.076 377.187 504 256 504c-66.448 0-126.791-26.136-171.315-68.685L48.97 471.03C33.851 486.149 8 475.441 8 454.059V320c0-13.255 10.745-24 24-24z\"/></svg></li><li title=\"sync \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M440.65 12.57l4 82.77A247.16 247.16 0 0 0 255.83 8C134.73 8 33.91 94.92 12.29 209.82A12 12 0 0 0 24.09 224h49.05a12 12 0 0 0 11.67-9.26 175.91 175.91 0 0 1 317-56.94l-101.46-4.86a12 12 0 0 0-12.57 12v47.41a12 12 0 0 0 12 12H500a12 12 0 0 0 12-12V12a12 12 0 0 0-12-12h-47.37a12 12 0 0 0-11.98 12.57zM255.83 432a175.61 175.61 0 0 1-146-77.8l101.8 4.87a12 12 0 0 0 12.57-12v-47.4a12 12 0 0 0-12-12H12a12 12 0 0 0-12 12V500a12 12 0 0 0 12 12h47.35a12 12 0 0 0 12-12.6l-4.15-82.57A247.17 247.17 0 0 0 255.83 504c121.11 0 221.93-86.92 243.55-201.82a12 12 0 0 0-11.8-14.18h-49.05a12 12 0 0 0-11.67 9.26A175.86 175.86 0 0 1 255.83 432z\"/></svg></li><li title=\"syringe \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M201.5 174.8l55.7 55.8c3.1 3.1 3.1 8.2 0 11.3l-11.3 11.3c-3.1 3.1-8.2 3.1-11.3 0l-55.7-55.8-45.3 45.3 55.8 55.8c3.1 3.1 3.1 8.2 0 11.3l-11.3 11.3c-3.1 3.1-8.2 3.1-11.3 0L111 265.2l-26.4 26.4c-17.3 17.3-25.6 41.1-23 65.4l7.1 63.6L2.3 487c-3.1 3.1-3.1 8.2 0 11.3l11.3 11.3c3.1 3.1 8.2 3.1 11.3 0l66.3-66.3 63.6 7.1c23.9 2.6 47.9-5.4 65.4-23l181.9-181.9-135.7-135.7-64.9 65zm308.2-93.3L430.5 2.3c-3.1-3.1-8.2-3.1-11.3 0l-11.3 11.3c-3.1 3.1-3.1 8.2 0 11.3l28.3 28.3-45.3 45.3-56.6-56.6-17-17c-3.1-3.1-8.2-3.1-11.3 0l-33.9 33.9c-3.1 3.1-3.1 8.2 0 11.3l17 17L424.8 223l17 17c3.1 3.1 8.2 3.1 11.3 0l33.9-34c3.1-3.1 3.1-8.2 0-11.3l-73.5-73.5 45.3-45.3 28.3 28.3c3.1 3.1 8.2 3.1 11.3 0l11.3-11.3c3.1-3.2 3.1-8.2 0-11.4z\"/></svg></li><li title=\"table tennis \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M496.2 296.5C527.7 218.7 512 126.2 449 63.1 365.1-21 229-21 145.1 63.1l-56 56.1 211.5 211.5c46.1-62.1 131.5-77.4 195.6-34.2zm-217.9 79.7L57.9 155.9c-27.3 45.3-21.7 105 17.3 144.1l34.5 34.6L6.7 424c-8.6 7.5-9.1 20.7-1 28.8l53.4 53.5c8 8.1 21.2 7.6 28.7-1L177.1 402l35.7 35.7c19.7 19.7 44.6 30.5 70.3 33.3-7.1-17-11-35.6-11-55.1-.1-13.8 2.5-27 6.2-39.7zM416 320c-53 0-96 43-96 96s43 96 96 96 96-43 96-96-43-96-96-96z\"/></svg></li><li title=\"table \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zM224 416H64v-96h160v96zm0-160H64v-96h160v96zm224 160H288v-96h160v96zm0-160H288v-96h160v96z\"/></svg></li><li title=\"tablet alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 0H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zM224 480c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm176-108c0 6.6-5.4 12-12 12H60c-6.6 0-12-5.4-12-12V60c0-6.6 5.4-12 12-12h328c6.6 0 12 5.4 12 12v312z\"/></svg></li><li title=\"tablet \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 0H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zM224 480c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"/></svg></li><li title=\"tablets \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M160 192C78.9 192 12.5 250.5.1 326.7c-.8 4.8 3.3 9.3 8.3 9.3h303.3c5 0 9.1-4.5 8.3-9.3C307.5 250.5 241.1 192 160 192zm151.6 176H8.4c-5 0-9.1 4.5-8.3 9.3C12.5 453.5 78.9 512 160 512s147.5-58.5 159.9-134.7c.8-4.8-3.3-9.3-8.3-9.3zM593.4 46.6c-56.5-56.5-144.2-61.4-206.9-16-4 2.9-4.3 8.9-.8 12.3L597 254.3c3.5 3.5 9.5 3.2 12.3-.8 45.5-62.7 40.6-150.4-15.9-206.9zM363 65.7c-3.5-3.5-9.5-3.2-12.3.8-45.4 62.7-40.5 150.4 15.9 206.9 56.5 56.5 144.2 61.4 206.9 15.9 4-2.9 4.3-8.9.8-12.3L363 65.7z\"/></svg></li><li title=\"tachometer alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M288 32C128.94 32 0 160.94 0 320c0 52.8 14.25 102.26 39.06 144.8 5.61 9.62 16.3 15.2 27.44 15.2h443c11.14 0 21.83-5.58 27.44-15.2C561.75 422.26 576 372.8 576 320c0-159.06-128.94-288-288-288zm0 64c14.71 0 26.58 10.13 30.32 23.65-1.11 2.26-2.64 4.23-3.45 6.67l-9.22 27.67c-5.13 3.49-10.97 6.01-17.64 6.01-17.67 0-32-14.33-32-32S270.33 96 288 96zM96 384c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm48-160c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm246.77-72.41l-61.33 184C343.13 347.33 352 364.54 352 384c0 11.72-3.38 22.55-8.88 32H232.88c-5.5-9.45-8.88-20.28-8.88-32 0-33.94 26.5-61.43 59.9-63.59l61.34-184.01c4.17-12.56 17.73-19.45 30.36-15.17 12.57 4.19 19.35 17.79 15.17 30.36zm14.66 57.2l15.52-46.55c3.47-1.29 7.13-2.23 11.05-2.23 17.67 0 32 14.33 32 32s-14.33 32-32 32c-11.38-.01-20.89-6.28-26.57-15.22zM480 384c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"/></svg></li><li title=\"tag \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M0 252.118V48C0 21.49 21.49 0 48 0h204.118a48 48 0 0 1 33.941 14.059l211.882 211.882c18.745 18.745 18.745 49.137 0 67.882L293.823 497.941c-18.745 18.745-49.137 18.745-67.882 0L14.059 286.059A48 48 0 0 1 0 252.118zM112 64c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48z\"/></svg></li><li title=\"tags \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M497.941 225.941L286.059 14.059A48 48 0 0 0 252.118 0H48C21.49 0 0 21.49 0 48v204.118a48 48 0 0 0 14.059 33.941l211.882 211.882c18.744 18.745 49.136 18.746 67.882 0l204.118-204.118c18.745-18.745 18.745-49.137 0-67.882zM112 160c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm513.941 133.823L421.823 497.941c-18.745 18.745-49.137 18.745-67.882 0l-.36-.36L527.64 323.522c16.999-16.999 26.36-39.6 26.36-63.64s-9.362-46.641-26.36-63.64L331.397 0h48.721a48 48 0 0 1 33.941 14.059l211.882 211.882c18.745 18.745 18.745 49.137 0 67.882z\"/></svg></li><li title=\"tape \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M224 192c-35.3 0-64 28.7-64 64s28.7 64 64 64 64-28.7 64-64-28.7-64-64-64zm400 224H380.6c41.5-40.7 67.4-97.3 67.4-160 0-123.7-100.3-224-224-224S0 132.3 0 256s100.3 224 224 224h400c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm-400-64c-53 0-96-43-96-96s43-96 96-96 96 43 96 96-43 96-96 96z\"/></svg></li><li title=\"tasks \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M139.61 35.5a12 12 0 0 0-17 0L58.93 98.81l-22.7-22.12a12 12 0 0 0-17 0L3.53 92.41a12 12 0 0 0 0 17l47.59 47.4a12.78 12.78 0 0 0 17.61 0l15.59-15.62L156.52 69a12.09 12.09 0 0 0 .09-17zm0 159.19a12 12 0 0 0-17 0l-63.68 63.72-22.7-22.1a12 12 0 0 0-17 0L3.53 252a12 12 0 0 0 0 17L51 316.5a12.77 12.77 0 0 0 17.6 0l15.7-15.69 72.2-72.22a12 12 0 0 0 .09-16.9zM64 368c-26.49 0-48.59 21.5-48.59 48S37.53 464 64 464a48 48 0 0 0 0-96zm432 16H208a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h288a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-320H208a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h288a16 16 0 0 0 16-16V80a16 16 0 0 0-16-16zm0 160H208a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h288a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z\"/></svg></li><li title=\"taxi \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M462 241.64l-22-84.84c-9.6-35.2-41.6-60.8-76.8-60.8H352V64c0-17.67-14.33-32-32-32H192c-17.67 0-32 14.33-32 32v32h-11.2c-35.2 0-67.2 25.6-76.8 60.8l-22 84.84C21.41 248.04 0 273.47 0 304v48c0 23.63 12.95 44.04 32 55.12V448c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h256v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-40.88c19.05-11.09 32-31.5 32-55.12v-48c0-30.53-21.41-55.96-50-62.36zM96 352c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm20.55-112l17.2-66.36c2.23-8.16 9.59-13.64 15.06-13.64h214.4c5.47 0 12.83 5.48 14.85 12.86L395.45 240h-278.9zM416 352c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"/></svg></li><li title=\"teeth open \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M544 0H96C42.98 0 0 42.98 0 96v64c0 35.35 28.66 64 64 64h512c35.34 0 64-28.65 64-64V96c0-53.02-42.98-96-96-96zM160 176c0 8.84-7.16 16-16 16H80c-8.84 0-16-7.16-16-16v-32c0-26.51 21.49-48 48-48s48 21.49 48 48v32zm144 0c0 8.84-7.16 16-16 16h-80c-8.84 0-16-7.16-16-16v-56c0-30.93 25.07-56 56-56s56 25.07 56 56v56zm144 0c0 8.84-7.16 16-16 16h-80c-8.84 0-16-7.16-16-16v-56c0-30.93 25.07-56 56-56s56 25.07 56 56v56zm128 0c0 8.84-7.16 16-16 16h-64c-8.84 0-16-7.16-16-16v-32c0-26.51 21.49-48 48-48s48 21.49 48 48v32zm0 144H64c-35.34 0-64 28.65-64 64v32c0 53.02 42.98 96 96 96h448c53.02 0 96-42.98 96-96v-32c0-35.35-28.66-64-64-64zm-416 80c0 26.51-21.49 48-48 48s-48-21.49-48-48v-32c0-8.84 7.16-16 16-16h64c8.84 0 16 7.16 16 16v32zm144-8c0 30.93-25.07 56-56 56s-56-25.07-56-56v-24c0-8.84 7.16-16 16-16h80c8.84 0 16 7.16 16 16v24zm144 0c0 30.93-25.07 56-56 56s-56-25.07-56-56v-24c0-8.84 7.16-16 16-16h80c8.84 0 16 7.16 16 16v24zm128 8c0 26.51-21.49 48-48 48s-48-21.49-48-48v-32c0-8.84 7.16-16 16-16h64c8.84 0 16 7.16 16 16v32z\"/></svg></li><li title=\"teeth \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M544 0H96C42.98 0 0 42.98 0 96v320c0 53.02 42.98 96 96 96h448c53.02 0 96-42.98 96-96V96c0-53.02-42.98-96-96-96zM160 368c0 26.51-21.49 48-48 48s-48-21.49-48-48v-64c0-8.84 7.16-16 16-16h64c8.84 0 16 7.16 16 16v64zm0-128c0 8.84-7.16 16-16 16H80c-8.84 0-16-7.16-16-16v-64c0-26.51 21.49-48 48-48s48 21.49 48 48v64zm144 120c0 30.93-25.07 56-56 56s-56-25.07-56-56v-56c0-8.84 7.16-16 16-16h80c8.84 0 16 7.16 16 16v56zm0-120c0 8.84-7.16 16-16 16h-80c-8.84 0-16-7.16-16-16v-88c0-30.93 25.07-56 56-56s56 25.07 56 56v88zm144 120c0 30.93-25.07 56-56 56s-56-25.07-56-56v-56c0-8.84 7.16-16 16-16h80c8.84 0 16 7.16 16 16v56zm0-120c0 8.84-7.16 16-16 16h-80c-8.84 0-16-7.16-16-16v-88c0-30.93 25.07-56 56-56s56 25.07 56 56v88zm128 128c0 26.51-21.49 48-48 48s-48-21.49-48-48v-64c0-8.84 7.16-16 16-16h64c8.84 0 16 7.16 16 16v64zm0-128c0 8.84-7.16 16-16 16h-64c-8.84 0-16-7.16-16-16v-64c0-26.51 21.49-48 48-48s48 21.49 48 48v64z\"/></svg></li><li title=\"temperature high \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M416 0c-52.9 0-96 43.1-96 96s43.1 96 96 96 96-43.1 96-96-43.1-96-96-96zm0 128c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm-160-16C256 50.1 205.9 0 144 0S32 50.1 32 112v166.5C12.3 303.2 0 334 0 368c0 79.5 64.5 144 144 144s144-64.5 144-144c0-34-12.3-64.9-32-89.5V112zM144 448c-44.1 0-80-35.9-80-80 0-25.5 12.2-48.9 32-63.8V112c0-26.5 21.5-48 48-48s48 21.5 48 48v192.2c19.8 14.8 32 38.3 32 63.8 0 44.1-35.9 80-80 80zm16-125.1V112c0-8.8-7.2-16-16-16s-16 7.2-16 16v210.9c-18.6 6.6-32 24.2-32 45.1 0 26.5 21.5 48 48 48s48-21.5 48-48c0-20.9-13.4-38.5-32-45.1z\"/></svg></li><li title=\"temperature low \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M416 0c-52.9 0-96 43.1-96 96s43.1 96 96 96 96-43.1 96-96-43.1-96-96-96zm0 128c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm-160-16C256 50.1 205.9 0 144 0S32 50.1 32 112v166.5C12.3 303.2 0 334 0 368c0 79.5 64.5 144 144 144s144-64.5 144-144c0-34-12.3-64.9-32-89.5V112zM144 448c-44.1 0-80-35.9-80-80 0-25.5 12.2-48.9 32-63.8V112c0-26.5 21.5-48 48-48s48 21.5 48 48v192.2c19.8 14.8 32 38.3 32 63.8 0 44.1-35.9 80-80 80zm16-125.1V304c0-8.8-7.2-16-16-16s-16 7.2-16 16v18.9c-18.6 6.6-32 24.2-32 45.1 0 26.5 21.5 48 48 48s48-21.5 48-48c0-20.9-13.4-38.5-32-45.1z\"/></svg></li><li title=\"tenge \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M372 160H12c-6.6 0-12 5.4-12 12v56c0 6.6 5.4 12 12 12h140v228c0 6.6 5.4 12 12 12h56c6.6 0 12-5.4 12-12V240h140c6.6 0 12-5.4 12-12v-56c0-6.6-5.4-12-12-12zm0-128H12C5.4 32 0 37.4 0 44v56c0 6.6 5.4 12 12 12h360c6.6 0 12-5.4 12-12V44c0-6.6-5.4-12-12-12z\"/></svg></li><li title=\"terminal \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M257.981 272.971L63.638 467.314c-9.373 9.373-24.569 9.373-33.941 0L7.029 444.647c-9.357-9.357-9.375-24.522-.04-33.901L161.011 256 6.99 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L257.981 239.03c9.373 9.372 9.373 24.568 0 33.941zM640 456v-32c0-13.255-10.745-24-24-24H312c-13.255 0-24 10.745-24 24v32c0 13.255 10.745 24 24 24h304c13.255 0 24-10.745 24-24z\"/></svg></li><li title=\"text height \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M304 32H16A16 16 0 0 0 0 48v96a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-32h56v304H80a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h160a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-40V112h56v32a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16zm256 336h-48V144h48c14.31 0 21.33-17.31 11.31-27.31l-80-80a16 16 0 0 0-22.62 0l-80 80C379.36 126 384.36 144 400 144h48v224h-48c-14.31 0-21.32 17.31-11.31 27.31l80 80a16 16 0 0 0 22.62 0l80-80C580.64 386 575.64 368 560 368z\"/></svg></li><li title=\"text width \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 32H16A16 16 0 0 0 0 48v80a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16v-16h120v112h-24a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16h-24V112h120v16a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16zm-68.69 260.69C354 283.36 336 288.36 336 304v48H112v-48c0-14.31-17.31-21.32-27.31-11.31l-80 80a16 16 0 0 0 0 22.62l80 80C94 484.64 112 479.64 112 464v-48h224v48c0 14.31 17.31 21.33 27.31 11.31l80-80a16 16 0 0 0 0-22.62z\"/></svg></li><li title=\"th large \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M296 32h192c13.255 0 24 10.745 24 24v160c0 13.255-10.745 24-24 24H296c-13.255 0-24-10.745-24-24V56c0-13.255 10.745-24 24-24zm-80 0H24C10.745 32 0 42.745 0 56v160c0 13.255 10.745 24 24 24h192c13.255 0 24-10.745 24-24V56c0-13.255-10.745-24-24-24zM0 296v160c0 13.255 10.745 24 24 24h192c13.255 0 24-10.745 24-24V296c0-13.255-10.745-24-24-24H24c-13.255 0-24 10.745-24 24zm296 184h192c13.255 0 24-10.745 24-24V296c0-13.255-10.745-24-24-24H296c-13.255 0-24 10.745-24 24v160c0 13.255 10.745 24 24 24z\"/></svg></li><li title=\"th list \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M149.333 216v80c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24v-80c0-13.255 10.745-24 24-24h101.333c13.255 0 24 10.745 24 24zM0 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H24c-13.255 0-24 10.745-24 24zM125.333 32H24C10.745 32 0 42.745 0 56v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24V56c0-13.255-10.745-24-24-24zm80 448H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24zm-24-424v80c0 13.255 10.745 24 24 24H488c13.255 0 24-10.745 24-24V56c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24zm24 264H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24z\"/></svg></li><li title=\"th \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M149.333 56v80c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24V56c0-13.255 10.745-24 24-24h101.333c13.255 0 24 10.745 24 24zm181.334 240v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.256 0 24.001-10.745 24.001-24zm32-240v80c0 13.255 10.745 24 24 24H488c13.255 0 24-10.745 24-24V56c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24zm-32 80V56c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.256 0 24.001-10.745 24.001-24zm-205.334 56H24c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24zM0 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H24c-13.255 0-24 10.745-24 24zm386.667-56H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24zm0 160H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24zM181.333 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24z\"/></svg></li><li title=\"theater masks \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M206.86 245.15c-35.88 10.45-59.95 41.2-57.53 74.1 11.4-12.72 28.81-23.7 49.9-30.92l7.63-43.18zM95.81 295L64.08 115.49c-.29-1.62.28-2.62.24-2.65 57.76-32.06 123.12-49.01 189.01-49.01 1.61 0 3.23.17 4.85.19 13.95-13.47 31.73-22.83 51.59-26 18.89-3.02 38.05-4.55 57.18-5.32-9.99-13.95-24.48-24.23-41.77-27C301.27 1.89 277.24 0 253.32 0 176.66 0 101.02 19.42 33.2 57.06 9.03 70.48-3.92 98.48 1.05 126.58l31.73 179.51c14.23 80.52 136.33 142.08 204.45 142.08 3.59 0 6.75-.46 10.01-.8-13.52-17.08-28.94-40.48-39.5-67.58-47.61-12.98-106.06-51.62-111.93-84.79zm97.55-137.46c-.73-4.12-2.23-7.87-4.07-11.4-8.25 8.91-20.67 15.75-35.32 18.32-14.65 2.58-28.67.4-39.48-5.17-.52 3.94-.64 7.98.09 12.1 3.84 21.7 24.58 36.19 46.34 32.37 21.75-3.82 36.28-24.52 32.44-46.22zM606.8 120.9c-88.98-49.38-191.43-67.41-291.98-51.35-27.31 4.36-49.08 26.26-54.04 54.36l-31.73 179.51c-15.39 87.05 95.28 196.27 158.31 207.35 63.03 11.09 204.47-53.79 219.86-140.84l31.73-179.51c4.97-28.11-7.98-56.11-32.15-69.52zm-273.24 96.8c3.84-21.7 24.58-36.19 46.34-32.36 21.76 3.83 36.28 24.52 32.45 46.22-.73 4.12-2.23 7.87-4.07 11.4-8.25-8.91-20.67-15.75-35.32-18.32-14.65-2.58-28.67-.4-39.48 5.17-.53-3.95-.65-7.99.08-12.11zm70.47 198.76c-55.68-9.79-93.52-59.27-89.04-112.9 20.6 25.54 56.21 46.17 99.49 53.78 43.28 7.61 83.82.37 111.93-16.6-14.18 51.94-66.71 85.51-122.38 75.72zm130.3-151.34c-8.25-8.91-20.68-15.75-35.33-18.32-14.65-2.58-28.67-.4-39.48 5.17-.52-3.94-.64-7.98.09-12.1 3.84-21.7 24.58-36.19 46.34-32.37 21.75 3.83 36.28 24.52 32.45 46.22-.73 4.13-2.23 7.88-4.07 11.4z\"/></svg></li><li title=\"thermometer empty \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 256 512\"><path d=\"M192 384c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64zm32-84.653c19.912 22.563 32 52.194 32 84.653 0 70.696-57.303 128-128 128-.299 0-.609-.001-.909-.003C56.789 511.509-.357 453.636.002 383.333.166 351.135 12.225 321.755 32 299.347V96c0-53.019 42.981-96 96-96s96 42.981 96 96v203.347zM208 384c0-34.339-19.37-52.19-32-66.502V96c0-26.467-21.533-48-48-48S80 69.533 80 96v221.498c-12.732 14.428-31.825 32.1-31.999 66.08-.224 43.876 35.563 80.116 79.423 80.42L128 464c44.112 0 80-35.888 80-80z\"/></svg></li><li title=\"thermometer full \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 256 512\"><path d=\"M224 96c0-53.019-42.981-96-96-96S32 42.981 32 96v203.347C12.225 321.756.166 351.136.002 383.333c-.359 70.303 56.787 128.176 127.089 128.664.299.002.61.003.909.003 70.698 0 128-57.304 128-128 0-32.459-12.088-62.09-32-84.653V96zm-96 368l-.576-.002c-43.86-.304-79.647-36.544-79.423-80.42.173-33.98 19.266-51.652 31.999-66.08V96c0-26.467 21.533-48 48-48s48 21.533 48 48v221.498c12.63 14.312 32 32.164 32 66.502 0 44.112-35.888 80-80 80zm64-80c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-23.685 12.876-44.349 32-55.417V96c0-17.673 14.327-32 32-32s32 14.327 32 32v232.583c19.124 11.068 32 31.732 32 55.417z\"/></svg></li><li title=\"thermometer half \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 256 512\"><path d=\"M192 384c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-23.685 12.876-44.349 32-55.417V224c0-17.673 14.327-32 32-32s32 14.327 32 32v104.583c19.124 11.068 32 31.732 32 55.417zm32-84.653c19.912 22.563 32 52.194 32 84.653 0 70.696-57.303 128-128 128-.299 0-.609-.001-.909-.003C56.789 511.509-.357 453.636.002 383.333.166 351.135 12.225 321.755 32 299.347V96c0-53.019 42.981-96 96-96s96 42.981 96 96v203.347zM208 384c0-34.339-19.37-52.19-32-66.502V96c0-26.467-21.533-48-48-48S80 69.533 80 96v221.498c-12.732 14.428-31.825 32.1-31.999 66.08-.224 43.876 35.563 80.116 79.423 80.42L128 464c44.112 0 80-35.888 80-80z\"/></svg></li><li title=\"thermometer quarter \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 256 512\"><path d=\"M192 384c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-23.685 12.876-44.349 32-55.417V288c0-17.673 14.327-32 32-32s32 14.327 32 32v40.583c19.124 11.068 32 31.732 32 55.417zm32-84.653c19.912 22.563 32 52.194 32 84.653 0 70.696-57.303 128-128 128-.299 0-.609-.001-.909-.003C56.789 511.509-.357 453.636.002 383.333.166 351.135 12.225 321.755 32 299.347V96c0-53.019 42.981-96 96-96s96 42.981 96 96v203.347zM208 384c0-34.339-19.37-52.19-32-66.502V96c0-26.467-21.533-48-48-48S80 69.533 80 96v221.498c-12.732 14.428-31.825 32.1-31.999 66.08-.224 43.876 35.563 80.116 79.423 80.42L128 464c44.112 0 80-35.888 80-80z\"/></svg></li><li title=\"thermometer three quarters \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 256 512\"><path d=\"M192 384c0 35.346-28.654 64-64 64-35.346 0-64-28.654-64-64 0-23.685 12.876-44.349 32-55.417V160c0-17.673 14.327-32 32-32s32 14.327 32 32v168.583c19.124 11.068 32 31.732 32 55.417zm32-84.653c19.912 22.563 32 52.194 32 84.653 0 70.696-57.303 128-128 128-.299 0-.609-.001-.909-.003C56.789 511.509-.357 453.636.002 383.333.166 351.135 12.225 321.755 32 299.347V96c0-53.019 42.981-96 96-96s96 42.981 96 96v203.347zM208 384c0-34.339-19.37-52.19-32-66.502V96c0-26.467-21.533-48-48-48S80 69.533 80 96v221.498c-12.732 14.428-31.825 32.1-31.999 66.08-.224 43.876 35.563 80.116 79.423 80.42L128 464c44.112 0 80-35.888 80-80z\"/></svg></li><li title=\"thermometer \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M476.8 20.4c-37.5-30.7-95.5-26.3-131.9 10.2l-45.7 46 50.5 50.5c3.1 3.1 3.1 8.2 0 11.3l-11.3 11.3c-3.1 3.1-8.2 3.1-11.3 0l-50.4-50.5-45.1 45.4 50.3 50.4c3.1 3.1 3.1 8.2 0 11.3l-11.3 11.3c-3.1 3.1-8.2 3.1-11.3 0L209 167.4l-45.1 45.4L214 263c3.1 3.1 3.1 8.2 0 11.3l-11.3 11.3c-3.1 3.1-8.2 3.1-11.3 0l-50.1-50.2L96 281.1V382L7 471c-9.4 9.4-9.4 24.6 0 33.9 9.4 9.4 24.6 9.4 33.9 0l89-89h99.9L484 162.6c34.9-34.9 42.2-101.5-7.2-142.2z\"/></svg></li><li title=\"thumbs down \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M0 56v240c0 13.255 10.745 24 24 24h80c13.255 0 24-10.745 24-24V56c0-13.255-10.745-24-24-24H24C10.745 32 0 42.745 0 56zm40 200c0-13.255 10.745-24 24-24s24 10.745 24 24-10.745 24-24 24-24-10.745-24-24zm272 256c-20.183 0-29.485-39.293-33.931-57.795-5.206-21.666-10.589-44.07-25.393-58.902-32.469-32.524-49.503-73.967-89.117-113.111a11.98 11.98 0 0 1-3.558-8.521V59.901c0-6.541 5.243-11.878 11.783-11.998 15.831-.29 36.694-9.079 52.651-16.178C256.189 17.598 295.709.017 343.995 0h2.844c42.777 0 93.363.413 113.774 29.737 8.392 12.057 10.446 27.034 6.148 44.632 16.312 17.053 25.063 48.863 16.382 74.757 17.544 23.432 19.143 56.132 9.308 79.469l.11.11c11.893 11.949 19.523 31.259 19.439 49.197-.156 30.352-26.157 58.098-59.553 58.098H350.723C358.03 364.34 384 388.132 384 430.548 384 504 336 512 312 512z\"/></svg></li><li title=\"thumbs up \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M104 224H24c-13.255 0-24 10.745-24 24v240c0 13.255 10.745 24 24 24h80c13.255 0 24-10.745 24-24V248c0-13.255-10.745-24-24-24zM64 472c-13.255 0-24-10.745-24-24s10.745-24 24-24 24 10.745 24 24-10.745 24-24 24zM384 81.452c0 42.416-25.97 66.208-33.277 94.548h101.723c33.397 0 59.397 27.746 59.553 58.098.084 17.938-7.546 37.249-19.439 49.197l-.11.11c9.836 23.337 8.237 56.037-9.308 79.469 8.681 25.895-.069 57.704-16.382 74.757 4.298 17.598 2.244 32.575-6.148 44.632C440.202 511.587 389.616 512 346.839 512l-2.845-.001c-48.287-.017-87.806-17.598-119.56-31.725-15.957-7.099-36.821-15.887-52.651-16.178-6.54-.12-11.783-5.457-11.783-11.998v-213.77c0-3.2 1.282-6.271 3.558-8.521 39.614-39.144 56.648-80.587 89.117-113.111 14.804-14.832 20.188-37.236 25.393-58.902C282.515 39.293 291.817 0 312 0c24 0 72 8 72 81.452z\"/></svg></li><li title=\"thumbtack \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M298.028 214.267L285.793 96H328c13.255 0 24-10.745 24-24V24c0-13.255-10.745-24-24-24H56C42.745 0 32 10.745 32 24v48c0 13.255 10.745 24 24 24h42.207L85.972 214.267C37.465 236.82 0 277.261 0 328c0 13.255 10.745 24 24 24h136v104.007c0 1.242.289 2.467.845 3.578l24 48c2.941 5.882 11.364 5.893 14.311 0l24-48a8.008 8.008 0 0 0 .845-3.578V352h136c13.255 0 24-10.745 24-24-.001-51.183-37.983-91.42-85.973-113.733z\"/></svg></li><li title=\"ticket alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M128 160h320v192H128V160zm400 96c0 26.51 21.49 48 48 48v96c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48v-96c26.51 0 48-21.49 48-48s-21.49-48-48-48v-96c0-26.51 21.49-48 48-48h480c26.51 0 48 21.49 48 48v96c-26.51 0-48 21.49-48 48zm-48-104c0-13.255-10.745-24-24-24H120c-13.255 0-24 10.745-24 24v208c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24V152z\"/></svg></li><li title=\"times circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z\"/></svg></li><li title=\"times \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 352 512\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"/></svg></li><li title=\"tint slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M633.82 458.1L494.97 350.78c.52-5.57 1.03-11.16 1.03-16.87 0-111.76-99.79-153.34-146.78-311.82-7.94-28.78-49.44-30.12-58.44 0-15.52 52.34-36.87 91.96-58.49 125.68L45.47 3.37C38.49-2.05 28.43-.8 23.01 6.18L3.37 31.45C-2.05 38.42-.8 48.47 6.18 53.9l588.36 454.73c6.98 5.43 17.03 4.17 22.46-2.81l19.64-25.27c5.41-6.97 4.16-17.02-2.82-22.45zM144 333.91C144 432.35 222.72 512 320 512c44.71 0 85.37-16.96 116.4-44.7L162.72 255.78c-11.41 23.5-18.72 48.35-18.72 78.13z\"/></svg></li><li title=\"tint \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 352 512\"><path d=\"M205.22 22.09c-7.94-28.78-49.44-30.12-58.44 0C100.01 179.85 0 222.72 0 333.91 0 432.35 78.72 512 176 512s176-79.65 176-178.09c0-111.75-99.79-153.34-146.78-311.82zM176 448c-61.75 0-112-50.25-112-112 0-8.84 7.16-16 16-16s16 7.16 16 16c0 44.11 35.89 80 80 80 8.84 0 16 7.16 16 16s-7.16 16-16 16z\"/></svg></li><li title=\"tired \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm33.8 189.7l80-48c11.6-6.9 24 7.7 15.4 18L343.6 208l33.6 40.3c8.7 10.4-3.9 24.8-15.4 18l-80-48c-7.7-4.7-7.7-15.9 0-20.6zm-163-30c-8.6-10.3 3.8-24.9 15.4-18l80 48c7.8 4.7 7.8 15.9 0 20.6l-80 48c-11.5 6.8-24-7.6-15.4-18l33.6-40.3-33.6-40.3zM248 288c51.9 0 115.3 43.8 123.2 106.7 1.7 13.6-8 24.6-17.7 20.4-25.9-11.1-64.4-17.4-105.5-17.4s-79.6 6.3-105.5 17.4c-9.8 4.2-19.4-7-17.7-20.4C132.7 331.8 196.1 288 248 288z\"/></svg></li><li title=\"toggle off \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M384 64H192C85.961 64 0 149.961 0 256s85.961 192 192 192h192c106.039 0 192-85.961 192-192S490.039 64 384 64zM64 256c0-70.741 57.249-128 128-128 70.741 0 128 57.249 128 128 0 70.741-57.249 128-128 128-70.741 0-128-57.249-128-128zm320 128h-48.905c65.217-72.858 65.236-183.12 0-256H384c70.741 0 128 57.249 128 128 0 70.74-57.249 128-128 128z\"/></svg></li><li title=\"toggle on \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M384 64H192C86 64 0 150 0 256s86 192 192 192h192c106 0 192-86 192-192S490 64 384 64zm0 320c-70.8 0-128-57.3-128-128 0-70.8 57.3-128 128-128 70.8 0 128 57.3 128 128 0 70.8-57.3 128-128 128z\"/></svg></li><li title=\"toilet paper slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M64,192V364.13c0,41.12-9.75,62.75-31.12,126.87A16,16,0,0,0,48,512H328.86a31.87,31.87,0,0,0,30.38-21.87c9.31-27.83,18-53.35,22.18-85.55l-316-244.25C64.53,170.66,64,181.19,64,192ZM633.82,458.09l-102-78.81C575.28,360.91,608,284.32,608,192,608,86,565,0,512,0s-96,86-96,192c0,42,7,80.4,18.43,112L384,265V192c0-83.62,23.63-153.5,60.5-192H160c-23.33,0-44.63,16.83-61.26,44.53L45.46,3.38A16,16,0,0,0,23,6.19L3.37,31.45A16,16,0,0,0,6.18,53.91L594.54,508.63A16,16,0,0,0,617,505.81l19.64-25.26A16,16,0,0,0,633.82,458.09ZM512,256c-17.63,0-32-28.62-32-64s14.37-64,32-64,32,28.63,32,64S529.62,256,512,256Z\"/></svg></li><li title=\"toilet paper \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M128 0C74.98 0 32 85.96 32 192v172.07c0 41.12-9.8 62.77-31.17 126.87C-2.62 501.3 5.09 512 16.01 512h280.92c13.77 0 26-8.81 30.36-21.88 12.83-38.48 24.71-72.4 24.71-126.05V192c0-83.6 23.67-153.52 60.44-192H128zM96 224c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16zm64 0c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16zm64 0c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16zm64 0c-8.84 0-16-7.16-16-16s7.16-16 16-16 16 7.16 16 16-7.16 16-16 16zM480 0c-53.02 0-96 85.96-96 192s42.98 192 96 192 96-85.96 96-192S533.02 0 480 0zm0 256c-17.67 0-32-28.65-32-64s14.33-64 32-64 32 28.65 32 64-14.33 64-32 64z\"/></svg></li><li title=\"toilet \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M368 48c8.8 0 16-7.2 16-16V16c0-8.8-7.2-16-16-16H16C7.2 0 0 7.2 0 16v16c0 8.8 7.2 16 16 16h16v156.7C11.8 214.8 0 226.9 0 240c0 67.2 34.6 126.2 86.8 160.5l-21.4 70.2C59.1 491.2 74.5 512 96 512h192c21.5 0 36.9-20.8 30.6-41.3l-21.4-70.2C349.4 366.2 384 307.2 384 240c0-13.1-11.8-25.2-32-35.3V48h16zM80 72c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H88c-4.4 0-8-3.6-8-8V72zm112 200c-77.1 0-139.6-14.3-139.6-32s62.5-32 139.6-32 139.6 14.3 139.6 32-62.5 32-139.6 32z\"/></svg></li><li title=\"toolbox \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M502.63 214.63l-45.25-45.25c-6-6-14.14-9.37-22.63-9.37H384V80c0-26.51-21.49-48-48-48H176c-26.51 0-48 21.49-48 48v80H77.25c-8.49 0-16.62 3.37-22.63 9.37L9.37 214.63c-6 6-9.37 14.14-9.37 22.63V320h128v-16c0-8.84 7.16-16 16-16h32c8.84 0 16 7.16 16 16v16h128v-16c0-8.84 7.16-16 16-16h32c8.84 0 16 7.16 16 16v16h128v-82.75c0-8.48-3.37-16.62-9.37-22.62zM320 160H192V96h128v64zm64 208c0 8.84-7.16 16-16 16h-32c-8.84 0-16-7.16-16-16v-16H192v16c0 8.84-7.16 16-16 16h-32c-8.84 0-16-7.16-16-16v-16H0v96c0 17.67 14.33 32 32 32h448c17.67 0 32-14.33 32-32v-96H384v16z\"/></svg></li><li title=\"tools \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M501.1 395.7L384 278.6c-23.1-23.1-57.6-27.6-85.4-13.9L192 158.1V96L64 0 0 64l96 128h62.1l106.6 106.6c-13.6 27.8-9.2 62.3 13.9 85.4l117.1 117.1c14.6 14.6 38.2 14.6 52.7 0l52.7-52.7c14.5-14.6 14.5-38.2 0-52.7zM331.7 225c28.3 0 54.9 11 74.9 31l19.4 19.4c15.8-6.9 30.8-16.5 43.8-29.5 37.1-37.1 49.7-89.3 37.9-136.7-2.2-9-13.5-12.1-20.1-5.5l-74.4 74.4-67.9-11.3L334 98.9l74.4-74.4c6.6-6.6 3.4-17.9-5.7-20.2-47.4-11.7-99.6.9-136.6 37.9-28.5 28.5-41.9 66.1-41.2 103.6l82.1 82.1c8.1-1.9 16.5-2.9 24.7-2.9zm-103.9 82l-56.7-56.7L18.7 402.8c-25 25-25 65.5 0 90.5s65.5 25 90.5 0l123.6-123.6c-7.6-19.9-9.9-41.6-5-62.7zM64 472c-13.2 0-24-10.8-24-24 0-13.3 10.7-24 24-24s24 10.7 24 24c0 13.2-10.7 24-24 24z\"/></svg></li><li title=\"tooth \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M443.98 96.25c-11.01-45.22-47.11-82.06-92.01-93.72-32.19-8.36-63 5.1-89.14 24.33-3.25 2.39-6.96 3.73-10.5 5.48l28.32 18.21c7.42 4.77 9.58 14.67 4.8 22.11-4.46 6.95-14.27 9.86-22.11 4.8L162.83 12.84c-20.7-10.85-43.38-16.4-66.81-10.31-44.9 11.67-81 48.5-92.01 93.72-10.13 41.62-.42 80.81 21.5 110.43 23.36 31.57 32.68 68.66 36.29 107.35 4.4 47.16 10.33 94.16 20.94 140.32l7.8 33.95c3.19 13.87 15.49 23.7 29.67 23.7 13.97 0 26.15-9.55 29.54-23.16l34.47-138.42c4.56-18.32 20.96-31.16 39.76-31.16s35.2 12.85 39.76 31.16l34.47 138.42c3.39 13.61 15.57 23.16 29.54 23.16 14.18 0 26.48-9.83 29.67-23.7l7.8-33.95c10.61-46.15 16.53-93.16 20.94-140.32 3.61-38.7 12.93-75.78 36.29-107.35 21.95-29.61 31.66-68.8 21.53-110.43z\"/></svg></li><li title=\"torah \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M320.05 366.48l17.72-29.64h-35.46zm99.21-166H382.4l18.46 30.82zM48 0C21.49 0 0 14.33 0 32v448c0 17.67 21.49 32 48 32s48-14.33 48-32V32C96 14.33 74.51 0 48 0zm172.74 311.5h36.85l-18.46-30.82zm161.71 0h36.86l-18.45-30.8zM128 464h384V48H128zm66.77-278.13a21.22 21.22 0 0 1 18.48-10.71h59.45l29.13-48.71a21.13 21.13 0 0 1 18.22-10.37A20.76 20.76 0 0 1 338 126.29l29.25 48.86h59.52a21.12 21.12 0 0 1 18.1 32L415.63 256 445 305a20.69 20.69 0 0 1 .24 21.12 21.25 21.25 0 0 1-18.48 10.72h-59.47l-29.13 48.7a21.13 21.13 0 0 1-18.16 10.4 20.79 20.79 0 0 1-18-10.22l-29.25-48.88h-59.5a21.11 21.11 0 0 1-18.1-32L224.36 256 195 207a20.7 20.7 0 0 1-.23-21.13zM592 0c-26.51 0-48 14.33-48 32v448c0 17.67 21.49 32 48 32s48-14.33 48-32V32c0-17.67-21.49-32-48-32zM320 145.53l-17.78 29.62h35.46zm-62.45 55h-36.81l18.44 30.8zm29.58 111h65.79L386.09 256l-33.23-55.52h-65.79L253.9 256z\"/></svg></li><li title=\"torii gate \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M376.45 32h-240.9A303.17 303.17 0 0 1 0 0v96c0 17.67 14.33 32 32 32h32v64H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h48v240c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V256h256v240c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V256h48c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16h-48v-64h32c17.67 0 32-14.33 32-32V0a303.17 303.17 0 0 1-135.55 32zM128 128h96v64h-96v-64zm256 64h-96v-64h96v64z\"/></svg></li><li title=\"tractor \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M528 336c-48.6 0-88 39.4-88 88s39.4 88 88 88 88-39.4 88-88-39.4-88-88-88zm0 112c-13.23 0-24-10.77-24-24s10.77-24 24-24 24 10.77 24 24-10.77 24-24 24zm80-288h-64v-40.2c0-14.12 4.7-27.76 13.15-38.84 4.42-5.8 3.55-14.06-1.32-19.49L534.2 37.3c-6.66-7.45-18.32-6.92-24.7.78C490.58 60.9 480 89.81 480 119.8V160H377.67L321.58 29.14A47.914 47.914 0 0 0 277.45 0H144c-26.47 0-48 21.53-48 48v146.52c-8.63-6.73-20.96-6.46-28.89 1.47L36 227.1c-8.59 8.59-8.59 22.52 0 31.11l5.06 5.06c-4.99 9.26-8.96 18.82-11.91 28.72H22c-12.15 0-22 9.85-22 22v44c0 12.15 9.85 22 22 22h7.14c2.96 9.91 6.92 19.46 11.91 28.73l-5.06 5.06c-8.59 8.59-8.59 22.52 0 31.11L67.1 476c8.59 8.59 22.52 8.59 31.11 0l5.06-5.06c9.26 4.99 18.82 8.96 28.72 11.91V490c0 12.15 9.85 22 22 22h44c12.15 0 22-9.85 22-22v-7.14c9.9-2.95 19.46-6.92 28.72-11.91l5.06 5.06c8.59 8.59 22.52 8.59 31.11 0l31.11-31.11c8.59-8.59 8.59-22.52 0-31.11l-5.06-5.06c4.99-9.26 8.96-18.82 11.91-28.72H330c12.15 0 22-9.85 22-22v-6h80.54c21.91-28.99 56.32-48 95.46-48 18.64 0 36.07 4.61 51.8 12.2l50.82-50.82c6-6 9.37-14.14 9.37-22.63V192c.01-17.67-14.32-32-31.99-32zM176 416c-44.18 0-80-35.82-80-80s35.82-80 80-80 80 35.82 80 80-35.82 80-80 80zm22-256h-38V64h106.89l41.15 96H198z\"/></svg></li><li title=\"trademark \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M260.6 96H12c-6.6 0-12 5.4-12 12v43.1c0 6.6 5.4 12 12 12h85.1V404c0 6.6 5.4 12 12 12h54.3c6.6 0 12-5.4 12-12V163.1h85.1c6.6 0 12-5.4 12-12V108c.1-6.6-5.3-12-11.9-12zM640 403l-24-296c-.5-6.2-5.7-11-12-11h-65.4c-5.1 0-9.7 3.3-11.3 8.1l-43.8 127.1c-7.2 20.6-16.1 52.8-16.1 52.8h-.9s-8.9-32.2-16.1-52.8l-43.8-127.1c-1.7-4.8-6.2-8.1-11.3-8.1h-65.4c-6.2 0-11.4 4.8-12 11l-24.4 296c-.6 7 4.9 13 12 13H360c6.3 0 11.5-4.9 12-11.2l9.1-132.9c1.8-24.2 0-53.7 0-53.7h.9s10.7 33.6 17.9 53.7l30.7 84.7c1.7 4.7 6.2 7.9 11.3 7.9h50.3c5.1 0 9.6-3.2 11.3-7.9l30.7-84.7c7.2-20.1 17.9-53.7 17.9-53.7h.9s-1.8 29.5 0 53.7l9.1 132.9c.4 6.3 5.7 11.2 12 11.2H628c7 0 12.5-6 12-13z\"/></svg></li><li title=\"traffic light \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M384 192h-64v-37.88c37.2-13.22 64-48.38 64-90.12h-64V32c0-17.67-14.33-32-32-32H96C78.33 0 64 14.33 64 32v32H0c0 41.74 26.8 76.9 64 90.12V192H0c0 41.74 26.8 76.9 64 90.12V320H0c0 42.84 28.25 78.69 66.99 91.05C79.42 468.72 130.6 512 192 512s112.58-43.28 125.01-100.95C355.75 398.69 384 362.84 384 320h-64v-37.88c37.2-13.22 64-48.38 64-90.12zM192 416c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm0-128c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm0-128c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48z\"/></svg></li><li title=\"trailer \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M624,320H544V80a16,16,0,0,0-16-16H16A16,16,0,0,0,0,80V368a16,16,0,0,0,16,16H65.61c7.83-54.21,54-96,110.39-96s102.56,41.79,110.39,96H624a16,16,0,0,0,16-16V336A16,16,0,0,0,624,320ZM96,243.68a176.29,176.29,0,0,0-32,20.71V136a8,8,0,0,1,8-8H88a8,8,0,0,1,8,8Zm96-18.54c-5.31-.49-10.57-1.14-16-1.14s-10.69.65-16,1.14V136a8,8,0,0,1,8-8h16a8,8,0,0,1,8,8Zm96,39.25a176.29,176.29,0,0,0-32-20.71V136a8,8,0,0,1,8-8h16a8,8,0,0,1,8,8ZM384,320H352V136a8,8,0,0,1,8-8h16a8,8,0,0,1,8,8Zm96,0H448V136a8,8,0,0,1,8-8h16a8,8,0,0,1,8,8Zm-304,0a80,80,0,1,0,80,80A80,80,0,0,0,176,320Zm0,112a32,32,0,1,1,32-32A32,32,0,0,1,176,432Z\"/></svg></li><li title=\"train \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M448 96v256c0 51.815-61.624 96-130.022 96l62.98 49.721C386.905 502.417 383.562 512 376 512H72c-7.578 0-10.892-9.594-4.957-14.279L130.022 448C61.82 448 0 403.954 0 352V96C0 42.981 64 0 128 0h192c65 0 128 42.981 128 96zm-48 136V120c0-13.255-10.745-24-24-24H72c-13.255 0-24 10.745-24 24v112c0 13.255 10.745 24 24 24h304c13.255 0 24-10.745 24-24zm-176 64c-30.928 0-56 25.072-56 56s25.072 56 56 56 56-25.072 56-56-25.072-56-56-56z\"/></svg></li><li title=\"tram \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M288 64c17.7 0 32-14.3 32-32S305.7 0 288 0s-32 14.3-32 32 14.3 32 32 32zm223.5-12.1c-2.3-8.6-11-13.6-19.6-11.3l-480 128c-8.5 2.3-13.6 11-11.3 19.6C2.5 195.3 8.9 200 16 200c1.4 0 2.8-.2 4.1-.5L240 140.8V224H64c-17.7 0-32 14.3-32 32v224c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32V256c0-17.7-14.3-32-32-32H272v-91.7l228.1-60.8c8.6-2.3 13.6-11.1 11.4-19.6zM176 384H80v-96h96v96zm160-96h96v96h-96v-96zm-32 0v96h-96v-96h96zM192 96c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32z\"/></svg></li><li title=\"transgender alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 480 512\"><path d=\"M468 0h-79c-10.7 0-16 12.9-8.5 20.5l16.9 16.9-80.7 80.7C294.5 104.1 268.2 96 240 96c-28.2 0-54.5 8.1-76.7 22.1l-16.5-16.5 19.8-19.8c4.7-4.7 4.7-12.3 0-17l-28.3-28.3c-4.7-4.7-12.3-4.7-17 0l-19.8 19.8-19-19 16.9-16.9C107.1 12.9 101.7 0 91 0H12C5.4 0 0 5.4 0 12v79c0 10.7 12.9 16 20.5 8.5l16.9-16.9 19 19-19.8 19.8c-4.7 4.7-4.7 12.3 0 17l28.3 28.3c4.7 4.7 12.3 4.7 17 0l19.8-19.8 16.5 16.5C104.1 185.5 96 211.8 96 240c0 68.5 47.9 125.9 112 140.4V408h-36c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h36v28c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-28h36c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-36v-27.6c64.1-14.6 112-71.9 112-140.4 0-28.2-8.1-54.5-22.1-76.7l80.7-80.7 16.9 16.9c7.6 7.6 20.5 2.2 20.5-8.5V12c0-6.6-5.4-12-12-12zM240 320c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z\"/></svg></li><li title=\"transgender \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M372 0h-79c-10.7 0-16 12.9-8.5 20.5l16.9 16.9-80.7 80.7C198.5 104.1 172.2 96 144 96 64.5 96 0 160.5 0 240c0 68.5 47.9 125.9 112 140.4V408H76c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h36v28c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-28h36c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-36v-27.6c64.1-14.6 112-71.9 112-140.4 0-28.2-8.1-54.5-22.1-76.7l80.7-80.7 16.9 16.9c7.6 7.6 20.5 2.2 20.5-8.5V12c0-6.6-5.4-12-12-12zM144 320c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z\"/></svg></li><li title=\"trash alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M32 464a48 48 0 0 0 48 48h288a48 48 0 0 0 48-48V128H32zm272-256a16 16 0 0 1 32 0v224a16 16 0 0 1-32 0zm-96 0a16 16 0 0 1 32 0v224a16 16 0 0 1-32 0zm-96 0a16 16 0 0 1 32 0v224a16 16 0 0 1-32 0zM432 32H312l-9.4-18.7A24 24 0 0 0 281.1 0H166.8a23.72 23.72 0 0 0-21.4 13.3L136 32H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"/></svg></li><li title=\"trash restore alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M32 464a48 48 0 0 0 48 48h288a48 48 0 0 0 48-48V128H32zm91.31-172.8l89.38-94.26a15.41 15.41 0 0 1 22.62 0l89.38 94.26c10.08 10.62 2.94 28.8-11.32 28.8H256v112a16 16 0 0 1-16 16h-32a16 16 0 0 1-16-16V320h-57.37c-14.26 0-21.4-18.18-11.32-28.8zM432 32H312l-9.4-18.7A24 24 0 0 0 281.1 0H166.8a23.72 23.72 0 0 0-21.4 13.3L136 32H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"/></svg></li><li title=\"trash restore \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M53.2 467a48 48 0 0 0 47.9 45h245.8a48 48 0 0 0 47.9-45L416 128H32zm70.11-175.8l89.38-94.26a15.41 15.41 0 0 1 22.62 0l89.38 94.26c10.08 10.62 2.94 28.8-11.32 28.8H256v112a16 16 0 0 1-16 16h-32a16 16 0 0 1-16-16V320h-57.37c-14.26 0-21.4-18.18-11.32-28.8zM432 32H312l-9.4-18.7A24 24 0 0 0 281.1 0H166.8a23.72 23.72 0 0 0-21.4 13.3L136 32H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"/></svg></li><li title=\"trash \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M432 32H312l-9.4-18.7A24 24 0 0 0 281.1 0H166.8a23.72 23.72 0 0 0-21.4 13.3L136 32H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16zM53.2 467a48 48 0 0 0 47.9 45h245.8a48 48 0 0 0 47.9-45L416 128H32z\"/></svg></li><li title=\"tree \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M378.31 378.49L298.42 288h30.63c9.01 0 16.98-5 20.78-13.06 3.8-8.04 2.55-17.26-3.28-24.05L268.42 160h28.89c9.1 0 17.3-5.35 20.86-13.61 3.52-8.13 1.86-17.59-4.24-24.08L203.66 4.83c-6.03-6.45-17.28-6.45-23.32 0L70.06 122.31c-6.1 6.49-7.75 15.95-4.24 24.08C69.38 154.65 77.59 160 86.69 160h28.89l-78.14 90.91c-5.81 6.78-7.06 15.99-3.27 24.04C37.97 283 45.93 288 54.95 288h30.63L5.69 378.49c-6 6.79-7.36 16.09-3.56 24.26 3.75 8.05 12 13.25 21.01 13.25H160v24.45l-30.29 48.4c-5.32 10.64 2.42 23.16 14.31 23.16h95.96c11.89 0 19.63-12.52 14.31-23.16L224 440.45V416h136.86c9.01 0 17.26-5.2 21.01-13.25 3.8-8.17 2.44-17.47-3.56-24.26z\"/></svg></li><li title=\"trophy \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M552 64H448V24c0-13.3-10.7-24-24-24H152c-13.3 0-24 10.7-24 24v40H24C10.7 64 0 74.7 0 88v56c0 35.7 22.5 72.4 61.9 100.7 31.5 22.7 69.8 37.1 110 41.7C203.3 338.5 240 360 240 360v72h-48c-35.3 0-64 20.7-64 56v12c0 6.6 5.4 12 12 12h296c6.6 0 12-5.4 12-12v-12c0-35.3-28.7-56-64-56h-48v-72s36.7-21.5 68.1-73.6c40.3-4.6 78.6-19 110-41.7 39.3-28.3 61.9-65 61.9-100.7V88c0-13.3-10.7-24-24-24zM99.3 192.8C74.9 175.2 64 155.6 64 144v-16h64.2c1 32.6 5.8 61.2 12.8 86.2-15.1-5.2-29.2-12.4-41.7-21.4zM512 144c0 16.1-17.7 36.1-35.3 48.8-12.5 9-26.7 16.2-41.8 21.4 7-25 11.8-53.6 12.8-86.2H512v16z\"/></svg></li><li title=\"truck loading \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M50.2 375.6c2.3 8.5 11.1 13.6 19.6 11.3l216.4-58c8.5-2.3 13.6-11.1 11.3-19.6l-49.7-185.5c-2.3-8.5-11.1-13.6-19.6-11.3L151 133.3l24.8 92.7-61.8 16.5-24.8-92.7-77.3 20.7C3.4 172.8-1.7 181.6.6 190.1l49.6 185.5zM384 0c-17.7 0-32 14.3-32 32v323.6L5.9 450c-4.3 1.2-6.8 5.6-5.6 9.8l12.6 46.3c1.2 4.3 5.6 6.8 9.8 5.6l393.7-107.4C418.8 464.1 467.6 512 528 512c61.9 0 112-50.1 112-112V0H384zm144 448c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48z\"/></svg></li><li title=\"truck monster \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M624 224h-16v-64c0-17.67-14.33-32-32-32h-73.6L419.22 24.02A64.025 64.025 0 0 0 369.24 0H256c-17.67 0-32 14.33-32 32v96H48c-8.84 0-16 7.16-16 16v80H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h16.72c29.21-38.65 75.1-64 127.28-64s98.07 25.35 127.28 64h65.45c29.21-38.65 75.1-64 127.28-64s98.07 25.35 127.28 64H624c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zm-336-96V64h81.24l51.2 64H288zm304 224h-5.2c-2.2-7.33-5.07-14.28-8.65-20.89l3.67-3.67c6.25-6.25 6.25-16.38 0-22.63l-22.63-22.63c-6.25-6.25-16.38-6.25-22.63 0l-3.67 3.67A110.85 110.85 0 0 0 512 277.2V272c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v5.2c-7.33 2.2-14.28 5.07-20.89 8.65l-3.67-3.67c-6.25-6.25-16.38-6.25-22.63 0l-22.63 22.63c-6.25 6.25-6.25 16.38 0 22.63l3.67 3.67A110.85 110.85 0 0 0 373.2 352H368c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h5.2c2.2 7.33 5.07 14.28 8.65 20.89l-3.67 3.67c-6.25 6.25-6.25 16.38 0 22.63l22.63 22.63c6.25 6.25 16.38 6.25 22.63 0l3.67-3.67c6.61 3.57 13.57 6.45 20.9 8.65v5.2c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-5.2c7.33-2.2 14.28-5.07 20.9-8.65l3.67 3.67c6.25 6.25 16.38 6.25 22.63 0l22.63-22.63c6.25-6.25 6.25-16.38 0-22.63l-3.67-3.67a110.85 110.85 0 0 0 8.65-20.89h5.2c8.84 0 16-7.16 16-16v-32c-.02-8.84-7.18-16-16.02-16zm-112 80c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm-208-80h-5.2c-2.2-7.33-5.07-14.28-8.65-20.89l3.67-3.67c6.25-6.25 6.25-16.38 0-22.63l-22.63-22.63c-6.25-6.25-16.38-6.25-22.63 0l-3.67 3.67A110.85 110.85 0 0 0 192 277.2V272c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v5.2c-7.33 2.2-14.28 5.07-20.89 8.65l-3.67-3.67c-6.25-6.25-16.38-6.25-22.63 0L58.18 304.8c-6.25 6.25-6.25 16.38 0 22.63l3.67 3.67a110.85 110.85 0 0 0-8.65 20.89H48c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h5.2c2.2 7.33 5.07 14.28 8.65 20.89l-3.67 3.67c-6.25 6.25-6.25 16.38 0 22.63l22.63 22.63c6.25 6.25 16.38 6.25 22.63 0l3.67-3.67c6.61 3.57 13.57 6.45 20.9 8.65v5.2c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-5.2c7.33-2.2 14.28-5.07 20.9-8.65l3.67 3.67c6.25 6.25 16.38 6.25 22.63 0l22.63-22.63c6.25-6.25 6.25-16.38 0-22.63l-3.67-3.67a110.85 110.85 0 0 0 8.65-20.89h5.2c8.84 0 16-7.16 16-16v-32C288 359.16 280.84 352 272 352zm-112 80c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48z\"/></svg></li><li title=\"truck moving \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M621.3 237.3l-58.5-58.5c-12-12-28.3-18.7-45.3-18.7H480V64c0-17.7-14.3-32-32-32H32C14.3 32 0 46.3 0 64v336c0 44.2 35.8 80 80 80 26.3 0 49.4-12.9 64-32.4 14.6 19.6 37.7 32.4 64 32.4 44.2 0 80-35.8 80-80 0-5.5-.6-10.8-1.6-16h163.2c-1.1 5.2-1.6 10.5-1.6 16 0 44.2 35.8 80 80 80s80-35.8 80-80c0-5.5-.6-10.8-1.6-16H624c8.8 0 16-7.2 16-16v-85.5c0-17-6.7-33.2-18.7-45.2zM80 432c-17.6 0-32-14.4-32-32s14.4-32 32-32 32 14.4 32 32-14.4 32-32 32zm128 0c-17.6 0-32-14.4-32-32s14.4-32 32-32 32 14.4 32 32-14.4 32-32 32zm272-224h37.5c4.3 0 8.3 1.7 11.3 4.7l43.3 43.3H480v-48zm48 224c-17.6 0-32-14.4-32-32s14.4-32 32-32 32 14.4 32 32-14.4 32-32 32z\"/></svg></li><li title=\"truck pickup \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M624 288h-16v-64c0-17.67-14.33-32-32-32h-48L419.22 56.02A64.025 64.025 0 0 0 369.24 32H256c-17.67 0-32 14.33-32 32v128H64c-17.67 0-32 14.33-32 32v64H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h49.61c-.76 5.27-1.61 10.52-1.61 16 0 61.86 50.14 112 112 112s112-50.14 112-112c0-5.48-.85-10.73-1.61-16h67.23c-.76 5.27-1.61 10.52-1.61 16 0 61.86 50.14 112 112 112s112-50.14 112-112c0-5.48-.85-10.73-1.61-16H624c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM288 96h81.24l76.8 96H288V96zM176 416c-26.47 0-48-21.53-48-48s21.53-48 48-48 48 21.53 48 48-21.53 48-48 48zm288 0c-26.47 0-48-21.53-48-48s21.53-48 48-48 48 21.53 48 48-21.53 48-48 48z\"/></svg></li><li title=\"truck \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M624 352h-16V243.9c0-12.7-5.1-24.9-14.1-33.9L494 110.1c-9-9-21.2-14.1-33.9-14.1H416V48c0-26.5-21.5-48-48-48H48C21.5 0 0 21.5 0 48v320c0 26.5 21.5 48 48 48h16c0 53 43 96 96 96s96-43 96-96h128c0 53 43 96 96 96s96-43 96-96h48c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zM160 464c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm320 0c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm80-208H416V144h44.1l99.9 99.9V256z\"/></svg></li><li title=\"tshirt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M631.2 96.5L436.5 0C416.4 27.8 371.9 47.2 320 47.2S223.6 27.8 203.5 0L8.8 96.5c-7.9 4-11.1 13.6-7.2 21.5l57.2 114.5c4 7.9 13.6 11.1 21.5 7.2l56.6-27.7c10.6-5.2 23 2.5 23 14.4V480c0 17.7 14.3 32 32 32h256c17.7 0 32-14.3 32-32V226.3c0-11.8 12.4-19.6 23-14.4l56.6 27.7c7.9 4 17.5.8 21.5-7.2L638.3 118c4-7.9.8-17.6-7.1-21.5z\"/></svg></li><li title=\"tty \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M5.37 103.822c138.532-138.532 362.936-138.326 501.262 0 6.078 6.078 7.074 15.496 2.583 22.681l-43.214 69.138a18.332 18.332 0 0 1-22.356 7.305l-86.422-34.569a18.335 18.335 0 0 1-11.434-18.846L351.741 90c-62.145-22.454-130.636-21.986-191.483 0l5.953 59.532a18.331 18.331 0 0 1-11.434 18.846l-86.423 34.568a18.334 18.334 0 0 1-22.356-7.305L2.787 126.502a18.333 18.333 0 0 1 2.583-22.68zM96 308v-40c0-6.627-5.373-12-12-12H44c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm-336 96v-40c0-6.627-5.373-12-12-12H92c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zM96 500v-40c0-6.627-5.373-12-12-12H44c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12zm288 0v-40c0-6.627-5.373-12-12-12H140c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h232c6.627 0 12-5.373 12-12zm96 0v-40c0-6.627-5.373-12-12-12h-40c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h40c6.627 0 12-5.373 12-12z\"/></svg></li><li title=\"tv \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M592 0H48A48 48 0 0 0 0 48v320a48 48 0 0 0 48 48h240v32H112a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16H352v-32h240a48 48 0 0 0 48-48V48a48 48 0 0 0-48-48zm-16 352H64V64h512z\"/></svg></li><li title=\"umbrella beach \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M115.38 136.9l102.11 37.18c35.19-81.54 86.21-144.29 139-173.7-95.88-4.89-188.78 36.96-248.53 111.8-6.69 8.4-2.66 21.05 7.42 24.72zm132.25 48.16l238.48 86.83c35.76-121.38 18.7-231.66-42.63-253.98-7.4-2.7-15.13-4-23.09-4-58.02.01-128.27 69.17-172.76 171.15zM521.48 60.5c6.22 16.3 10.83 34.6 13.2 55.19 5.74 49.89-1.42 108.23-18.95 166.98l102.62 37.36c10.09 3.67 21.31-3.43 21.57-14.17 2.32-95.69-41.91-187.44-118.44-245.36zM560 447.98H321.06L386 269.5l-60.14-21.9-72.9 200.37H16c-8.84 0-16 7.16-16 16.01v32.01C0 504.83 7.16 512 16 512h544c8.84 0 16-7.17 16-16.01v-32.01c0-8.84-7.16-16-16-16z\"/></svg></li><li title=\"umbrella \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M575.7 280.8C547.1 144.5 437.3 62.6 320 49.9V32c0-17.7-14.3-32-32-32s-32 14.3-32 32v17.9C138.3 62.6 29.5 144.5.3 280.8c-2.2 10.1 8.5 21.3 18.7 11.4 52-55 107.7-52.4 158.6 37 5.3 9.5 14.9 8.6 19.7 0 20.2-35.4 44.9-73.2 90.7-73.2 58.5 0 88.2 68.8 90.7 73.2 4.8 8.6 14.4 9.5 19.7 0 51-89.5 107.1-91.4 158.6-37 10.3 10 20.9-1.3 18.7-11.4zM256 301.7V432c0 8.8-7.2 16-16 16-7.8 0-13.2-5.3-15.1-10.7-5.9-16.7-24.1-25.4-40.8-19.5-16.7 5.9-25.4 24.2-19.5 40.8 11.2 31.9 41.6 53.3 75.4 53.3 44.1 0 80-35.9 80-80V301.6c-9.1-7.9-19.8-13.6-32-13.6-12.3.1-22.4 4.8-32 13.7z\"/></svg></li><li title=\"underline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M32 64h32v160c0 88.22 71.78 160 160 160s160-71.78 160-160V64h32a16 16 0 0 0 16-16V16a16 16 0 0 0-16-16H272a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32v160a80 80 0 0 1-160 0V64h32a16 16 0 0 0 16-16V16a16 16 0 0 0-16-16H32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16zm400 384H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z\"/></svg></li><li title=\"undo alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M255.545 8c-66.269.119-126.438 26.233-170.86 68.685L48.971 40.971C33.851 25.851 8 36.559 8 57.941V192c0 13.255 10.745 24 24 24h134.059c21.382 0 32.09-25.851 16.971-40.971l-41.75-41.75c30.864-28.899 70.801-44.907 113.23-45.273 92.398-.798 170.283 73.977 169.484 169.442C423.236 348.009 349.816 424 256 424c-41.127 0-79.997-14.678-110.63-41.556-4.743-4.161-11.906-3.908-16.368.553L89.34 422.659c-4.872 4.872-4.631 12.815.482 17.433C133.798 479.813 192.074 504 256 504c136.966 0 247.999-111.033 248-247.998C504.001 119.193 392.354 7.755 255.545 8z\"/></svg></li><li title=\"undo \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M212.333 224.333H12c-6.627 0-12-5.373-12-12V12C0 5.373 5.373 0 12 0h48c6.627 0 12 5.373 12 12v78.112C117.773 39.279 184.26 7.47 258.175 8.007c136.906.994 246.448 111.623 246.157 248.532C504.041 393.258 393.12 504 256.333 504c-64.089 0-122.496-24.313-166.51-64.215-5.099-4.622-5.334-12.554-.467-17.42l33.967-33.967c4.474-4.474 11.662-4.717 16.401-.525C170.76 415.336 211.58 432 256.333 432c97.268 0 176-78.716 176-176 0-97.267-78.716-176-176-176-58.496 0-110.28 28.476-142.274 72.333h98.274c6.627 0 12 5.373 12 12v48c0 6.627-5.373 12-12 12z\"/></svg></li><li title=\"universal access \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 48c114.953 0 208 93.029 208 208 0 114.953-93.029 208-208 208-114.953 0-208-93.029-208-208 0-114.953 93.029-208 208-208m0-40C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 56C149.961 64 64 149.961 64 256s85.961 192 192 192 192-85.961 192-192S362.039 64 256 64zm0 44c19.882 0 36 16.118 36 36s-16.118 36-36 36-36-16.118-36-36 16.118-36 36-36zm117.741 98.023c-28.712 6.779-55.511 12.748-82.14 15.807.851 101.023 12.306 123.052 25.037 155.621 3.617 9.26-.957 19.698-10.217 23.315-9.261 3.617-19.699-.957-23.316-10.217-8.705-22.308-17.086-40.636-22.261-78.549h-9.686c-5.167 37.851-13.534 56.208-22.262 78.549-3.615 9.255-14.05 13.836-23.315 10.217-9.26-3.617-13.834-14.056-10.217-23.315 12.713-32.541 24.185-54.541 25.037-155.621-26.629-3.058-53.428-9.027-82.141-15.807-8.6-2.031-13.926-10.648-11.895-19.249s10.647-13.926 19.249-11.895c96.686 22.829 124.283 22.783 220.775 0 8.599-2.03 17.218 3.294 19.249 11.895 2.029 8.601-3.297 17.219-11.897 19.249z\"/></svg></li><li title=\"university \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M496 128v16a8 8 0 0 1-8 8h-24v12c0 6.627-5.373 12-12 12H60c-6.627 0-12-5.373-12-12v-12H24a8 8 0 0 1-8-8v-16a8 8 0 0 1 4.941-7.392l232-88a7.996 7.996 0 0 1 6.118 0l232 88A8 8 0 0 1 496 128zm-24 304H40c-13.255 0-24 10.745-24 24v16a8 8 0 0 0 8 8h464a8 8 0 0 0 8-8v-16c0-13.255-10.745-24-24-24zM96 192v192H60c-6.627 0-12 5.373-12 12v20h416v-20c0-6.627-5.373-12-12-12h-36V192h-64v192h-64V192h-64v192h-64V192H96z\"/></svg></li><li title=\"unlink \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M304.083 405.907c4.686 4.686 4.686 12.284 0 16.971l-44.674 44.674c-59.263 59.262-155.693 59.266-214.961 0-59.264-59.265-59.264-155.696 0-214.96l44.675-44.675c4.686-4.686 12.284-4.686 16.971 0l39.598 39.598c4.686 4.686 4.686 12.284 0 16.971l-44.675 44.674c-28.072 28.073-28.072 73.75 0 101.823 28.072 28.072 73.75 28.073 101.824 0l44.674-44.674c4.686-4.686 12.284-4.686 16.971 0l39.597 39.598zm-56.568-260.216c4.686 4.686 12.284 4.686 16.971 0l44.674-44.674c28.072-28.075 73.75-28.073 101.824 0 28.072 28.073 28.072 73.75 0 101.823l-44.675 44.674c-4.686 4.686-4.686 12.284 0 16.971l39.598 39.598c4.686 4.686 12.284 4.686 16.971 0l44.675-44.675c59.265-59.265 59.265-155.695 0-214.96-59.266-59.264-155.695-59.264-214.961 0l-44.674 44.674c-4.686 4.686-4.686 12.284 0 16.971l39.597 39.598zm234.828 359.28l22.627-22.627c9.373-9.373 9.373-24.569 0-33.941L63.598 7.029c-9.373-9.373-24.569-9.373-33.941 0L7.029 29.657c-9.373 9.373-9.373 24.569 0 33.941l441.373 441.373c9.373 9.372 24.569 9.372 33.941 0z\"/></svg></li><li title=\"unlock alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 256H152V152.9c0-39.6 31.7-72.5 71.3-72.9 40-.4 72.7 32.1 72.7 72v16c0 13.3 10.7 24 24 24h32c13.3 0 24-10.7 24-24v-16C376 68 307.5-.3 223.5 0 139.5.3 72 69.5 72 153.5V256H48c-26.5 0-48 21.5-48 48v160c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48zM264 408c0 22.1-17.9 40-40 40s-40-17.9-40-40v-48c0-22.1 17.9-40 40-40s40 17.9 40 40v48z\"/></svg></li><li title=\"unlock \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M400 256H152V152.9c0-39.6 31.7-72.5 71.3-72.9 40-.4 72.7 32.1 72.7 72v16c0 13.3 10.7 24 24 24h32c13.3 0 24-10.7 24-24v-16C376 68 307.5-.3 223.5 0 139.5.3 72 69.5 72 153.5V256H48c-26.5 0-48 21.5-48 48v160c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48z\"/></svg></li><li title=\"upload \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M296 384h-80c-13.3 0-24-10.7-24-24V192h-87.7c-17.8 0-26.7-21.5-14.1-34.1L242.3 5.7c7.5-7.5 19.8-7.5 27.3 0l152.2 152.2c12.6 12.6 3.7 34.1-14.1 34.1H320v168c0 13.3-10.7 24-24 24zm216-8v112c0 13.3-10.7 24-24 24H24c-13.3 0-24-10.7-24-24V376c0-13.3 10.7-24 24-24h136v8c0 30.9 25.1 56 56 56h80c30.9 0 56-25.1 56-56v-8h136c13.3 0 24 10.7 24 24zm-124 88c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20zm64 0c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20z\"/></svg></li><li title=\"user alt slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M633.8 458.1L389.6 269.3C433.8 244.7 464 198.1 464 144 464 64.5 399.5 0 320 0c-67.1 0-123 46.1-139 108.2L45.5 3.4C38.5-2 28.5-.8 23 6.2L3.4 31.4c-5.4 7-4.2 17 2.8 22.4l588.4 454.7c7 5.4 17 4.2 22.5-2.8l19.6-25.3c5.4-6.8 4.1-16.9-2.9-22.3zM198.4 320C124.2 320 64 380.2 64 454.4v9.6c0 26.5 21.5 48 48 48h382.2L245.8 320h-47.4z\"/></svg></li><li title=\"user alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 288c79.5 0 144-64.5 144-144S335.5 0 256 0 112 64.5 112 144s64.5 144 144 144zm128 32h-55.1c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16H128C57.3 320 0 377.3 0 448v16c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48v-16c0-70.7-57.3-128-128-128z\"/></svg></li><li title=\"user astronaut \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M64 224h13.5c24.7 56.5 80.9 96 146.5 96s121.8-39.5 146.5-96H384c8.8 0 16-7.2 16-16v-96c0-8.8-7.2-16-16-16h-13.5C345.8 39.5 289.6 0 224 0S102.2 39.5 77.5 96H64c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16zm40-88c0-22.1 21.5-40 48-40h144c26.5 0 48 17.9 48 40v24c0 53-43 96-96 96h-48c-53 0-96-43-96-96v-24zm72 72l12-36 36-12-36-12-12-36-12 36-36 12 36 12 12 36zm151.6 113.4C297.7 340.7 262.2 352 224 352s-73.7-11.3-103.6-30.6C52.9 328.5 0 385 0 454.4v9.6c0 26.5 21.5 48 48 48h80v-64c0-17.7 14.3-32 32-32h128c17.7 0 32 14.3 32 32v64h80c26.5 0 48-21.5 48-48v-9.6c0-69.4-52.9-125.9-120.4-133zM272 448c-8.8 0-16 7.2-16 16s7.2 16 16 16 16-7.2 16-16-7.2-16-16-16zm-96 0c-8.8 0-16 7.2-16 16v48h32v-48c0-8.8-7.2-16-16-16z\"/></svg></li><li title=\"user check \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4zm323-128.4l-27.8-28.1c-4.6-4.7-12.1-4.7-16.8-.1l-104.8 104-45.5-45.8c-4.6-4.7-12.1-4.7-16.8-.1l-28.1 27.9c-4.7 4.6-4.7 12.1-.1 16.8l81.7 82.3c4.6 4.7 12.1 4.7 16.8.1l141.3-140.2c4.6-4.7 4.7-12.2.1-16.8z\"/></svg></li><li title=\"user circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 96c48.6 0 88 39.4 88 88s-39.4 88-88 88-88-39.4-88-88 39.4-88 88-88zm0 344c-58.7 0-111.3-26.6-146.5-68.2 18.8-35.4 55.6-59.8 98.5-59.8 2.4 0 4.8.4 7.1 1.1 13 4.2 26.6 6.9 40.9 6.9 14.3 0 28-2.7 40.9-6.9 2.3-.7 4.7-1.1 7.1-1.1 42.9 0 79.7 24.4 98.5 59.8C359.3 421.4 306.7 448 248 448z\"/></svg></li><li title=\"user clock \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M496 224c-79.6 0-144 64.4-144 144s64.4 144 144 144 144-64.4 144-144-64.4-144-144-144zm64 150.3c0 5.3-4.4 9.7-9.7 9.7h-60.6c-5.3 0-9.7-4.4-9.7-9.7v-76.6c0-5.3 4.4-9.7 9.7-9.7h12.6c5.3 0 9.7 4.4 9.7 9.7V352h38.3c5.3 0 9.7 4.4 9.7 9.7v12.6zM320 368c0-27.8 6.7-54.1 18.2-77.5-8-1.5-16.2-2.5-24.6-2.5h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h347.1c-45.3-31.9-75.1-84.5-75.1-144zm-96-112c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128z\"/></svg></li><li title=\"user cog \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M610.5 373.3c2.6-14.1 2.6-28.5 0-42.6l25.8-14.9c3-1.7 4.3-5.2 3.3-8.5-6.7-21.6-18.2-41.2-33.2-57.4-2.3-2.5-6-3.1-9-1.4l-25.8 14.9c-10.9-9.3-23.4-16.5-36.9-21.3v-29.8c0-3.4-2.4-6.4-5.7-7.1-22.3-5-45-4.8-66.2 0-3.3.7-5.7 3.7-5.7 7.1v29.8c-13.5 4.8-26 12-36.9 21.3l-25.8-14.9c-2.9-1.7-6.7-1.1-9 1.4-15 16.2-26.5 35.8-33.2 57.4-1 3.3.4 6.8 3.3 8.5l25.8 14.9c-2.6 14.1-2.6 28.5 0 42.6l-25.8 14.9c-3 1.7-4.3 5.2-3.3 8.5 6.7 21.6 18.2 41.1 33.2 57.4 2.3 2.5 6 3.1 9 1.4l25.8-14.9c10.9 9.3 23.4 16.5 36.9 21.3v29.8c0 3.4 2.4 6.4 5.7 7.1 22.3 5 45 4.8 66.2 0 3.3-.7 5.7-3.7 5.7-7.1v-29.8c13.5-4.8 26-12 36.9-21.3l25.8 14.9c2.9 1.7 6.7 1.1 9-1.4 15-16.2 26.5-35.8 33.2-57.4 1-3.3-.4-6.8-3.3-8.5l-25.8-14.9zM496 400.5c-26.8 0-48.5-21.8-48.5-48.5s21.8-48.5 48.5-48.5 48.5 21.8 48.5 48.5-21.7 48.5-48.5 48.5zM224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm201.2 226.5c-2.3-1.2-4.6-2.6-6.8-3.9l-7.9 4.6c-6 3.4-12.8 5.3-19.6 5.3-10.9 0-21.4-4.6-28.9-12.6-18.3-19.8-32.3-43.9-40.2-69.6-5.5-17.7 1.9-36.4 17.9-45.7l7.9-4.6c-.1-2.6-.1-5.2 0-7.8l-7.9-4.6c-16-9.2-23.4-28-17.9-45.7.9-2.9 2.2-5.8 3.2-8.7-3.8-.3-7.5-1.2-11.4-1.2h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c10.1 0 19.5-3.2 27.2-8.5-1.2-3.8-2-7.7-2-11.8v-9.2z\"/></svg></li><li title=\"user edit \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h274.9c-2.4-6.8-3.4-14-2.6-21.3l6.8-60.9 1.2-11.1 7.9-7.9 77.3-77.3c-24.5-27.7-60-45.5-99.9-45.5zm45.3 145.3l-6.8 61c-1.1 10.2 7.5 18.8 17.6 17.6l60.9-6.8 137.9-137.9-71.7-71.7-137.9 137.8zM633 268.9L595.1 231c-9.3-9.3-24.5-9.3-33.8 0l-37.8 37.8-4.1 4.1 71.8 71.7 41.8-41.8c9.3-9.4 9.3-24.5 0-33.9z\"/></svg></li><li title=\"user friends \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"/></svg></li><li title=\"user graduate \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M319.4 320.6L224 416l-95.4-95.4C57.1 323.7 0 382.2 0 454.4v9.6c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-9.6c0-72.2-57.1-130.7-128.6-133.8zM13.6 79.8l6.4 1.5v58.4c-7 4.2-12 11.5-12 20.3 0 8.4 4.6 15.4 11.1 19.7L3.5 242c-1.7 6.9 2.1 14 7.6 14h41.8c5.5 0 9.3-7.1 7.6-14l-15.6-62.3C51.4 175.4 56 168.4 56 160c0-8.8-5-16.1-12-20.3V87.1l66 15.9c-8.6 17.2-14 36.4-14 57 0 70.7 57.3 128 128 128s128-57.3 128-128c0-20.6-5.3-39.8-14-57l96.3-23.2c18.2-4.4 18.2-27.1 0-31.5l-190.4-46c-13-3.1-26.7-3.1-39.7 0L13.6 48.2c-18.1 4.4-18.1 27.2 0 31.6z\"/></svg></li><li title=\"user injured \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M277.37 11.98C261.08 4.47 243.11 0 224 0c-53.69 0-99.5 33.13-118.51 80h81.19l90.69-68.02zM342.51 80c-7.9-19.47-20.67-36.2-36.49-49.52L239.99 80h102.52zM224 256c70.69 0 128-57.31 128-128 0-5.48-.95-10.7-1.61-16H97.61c-.67 5.3-1.61 10.52-1.61 16 0 70.69 57.31 128 128 128zM80 299.7V512h128.26l-98.45-221.52A132.835 132.835 0 0 0 80 299.7zM0 464c0 26.51 21.49 48 48 48V320.24C18.88 344.89 0 381.26 0 422.4V464zm256-48h-55.38l42.67 96H256c26.47 0 48-21.53 48-48s-21.53-48-48-48zm57.6-128h-16.71c-22.24 10.18-46.88 16-72.89 16s-50.65-5.82-72.89-16h-7.37l42.67 96H256c44.11 0 80 35.89 80 80 0 18.08-6.26 34.59-16.41 48H400c26.51 0 48-21.49 48-48v-41.6c0-74.23-60.17-134.4-134.4-134.4z\"/></svg></li><li title=\"user lock \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M224 256A128 128 0 1 0 96 128a128 128 0 0 0 128 128zm96 64a63.08 63.08 0 0 1 8.1-30.5c-4.8-.5-9.5-1.5-14.5-1.5h-16.7a174.08 174.08 0 0 1-145.8 0h-16.7A134.43 134.43 0 0 0 0 422.4V464a48 48 0 0 0 48 48h280.9a63.54 63.54 0 0 1-8.9-32zm288-32h-32v-80a80 80 0 0 0-160 0v80h-32a32 32 0 0 0-32 32v160a32 32 0 0 0 32 32h224a32 32 0 0 0 32-32V320a32 32 0 0 0-32-32zM496 432a32 32 0 1 1 32-32 32 32 0 0 1-32 32zm32-144h-64v-80a32 32 0 0 1 64 0z\"/></svg></li><li title=\"user md \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zM104 424c0 13.3 10.7 24 24 24s24-10.7 24-24-10.7-24-24-24-24 10.7-24 24zm216-135.4v49c36.5 7.4 64 39.8 64 78.4v41.7c0 7.6-5.4 14.2-12.9 15.7l-32.2 6.4c-4.3.9-8.5-1.9-9.4-6.3l-3.1-15.7c-.9-4.3 1.9-8.6 6.3-9.4l19.3-3.9V416c0-62.8-96-65.1-96 1.9v26.7l19.3 3.9c4.3.9 7.1 5.1 6.3 9.4l-3.1 15.7c-.9 4.3-5.1 7.1-9.4 6.3l-31.2-4.2c-7.9-1.1-13.8-7.8-13.8-15.9V416c0-38.6 27.5-70.9 64-78.4v-45.2c-2.2.7-4.4 1.1-6.6 1.9-18 6.3-37.3 9.8-57.4 9.8s-39.4-3.5-57.4-9.8c-7.4-2.6-14.9-4.2-22.6-5.2v81.6c23.1 6.9 40 28.1 40 53.4 0 30.9-25.1 56-56 56s-56-25.1-56-56c0-25.3 16.9-46.5 40-53.4v-80.4C48.5 301 0 355.8 0 422.4v44.8C0 491.9 20.1 512 44.8 512h358.4c24.7 0 44.8-20.1 44.8-44.8v-44.8c0-72-56.8-130.3-128-133.8z\"/></svg></li><li title=\"user minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M624 208H432c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h192c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm-400 48c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4z\"/></svg></li><li title=\"user ninja \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M325.4 289.2L224 390.6 122.6 289.2C54 295.3 0 352.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-70.2-54-127.1-122.6-133.2zM32 192c27.3 0 51.8-11.5 69.2-29.7 15.1 53.9 64 93.7 122.8 93.7 70.7 0 128-57.3 128-128S294.7 0 224 0c-50.4 0-93.6 29.4-114.5 71.8C92.1 47.8 64 32 32 32c0 33.4 17.1 62.8 43.1 80-26 17.2-43.1 46.6-43.1 80zm144-96h96c17.7 0 32 14.3 32 32H144c0-17.7 14.3-32 32-32z\"/></svg></li><li title=\"user nurse \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M319.41,320,224,415.39,128.59,320C57.1,323.1,0,381.6,0,453.79A58.21,58.21,0,0,0,58.21,512H389.79A58.21,58.21,0,0,0,448,453.79C448,381.6,390.9,323.1,319.41,320ZM224,304A128,128,0,0,0,352,176V65.82a32,32,0,0,0-20.76-30L246.47,4.07a64,64,0,0,0-44.94,0L116.76,35.86A32,32,0,0,0,96,65.82V176A128,128,0,0,0,224,304ZM184,71.67a5,5,0,0,1,5-5h21.67V45a5,5,0,0,1,5-5h16.66a5,5,0,0,1,5,5V66.67H259a5,5,0,0,1,5,5V88.33a5,5,0,0,1-5,5H237.33V115a5,5,0,0,1-5,5H215.67a5,5,0,0,1-5-5V93.33H189a5,5,0,0,1-5-5ZM144,160H304v16a80,80,0,0,1-160,0Z\"/></svg></li><li title=\"user plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M624 208h-64v-64c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v64h-64c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h64v64c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-64h64c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm-400 48c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4z\"/></svg></li><li title=\"user secret \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M383.9 308.3l23.9-62.6c4-10.5-3.7-21.7-15-21.7h-58.5c11-18.9 17.8-40.6 17.8-64v-.3c39.2-7.8 64-19.1 64-31.7 0-13.3-27.3-25.1-70.1-33-9.2-32.8-27-65.8-40.6-82.8-9.5-11.9-25.9-15.6-39.5-8.8l-27.6 13.8c-9 4.5-19.6 4.5-28.6 0L182.1 3.4c-13.6-6.8-30-3.1-39.5 8.8-13.5 17-31.4 50-40.6 82.8-42.7 7.9-70 19.7-70 33 0 12.6 24.8 23.9 64 31.7v.3c0 23.4 6.8 45.1 17.8 64H56.3c-11.5 0-19.2 11.7-14.7 22.3l25.8 60.2C27.3 329.8 0 372.7 0 422.4v44.8C0 491.9 20.1 512 44.8 512h358.4c24.7 0 44.8-20.1 44.8-44.8v-44.8c0-48.4-25.8-90.4-64.1-114.1zM176 480l-41.6-192 49.6 32 24 40-32 120zm96 0l-32-120 24-40 49.6-32L272 480zm41.7-298.5c-3.9 11.9-7 24.6-16.5 33.4-10.1 9.3-48 22.4-64-25-2.8-8.4-15.4-8.4-18.3 0-17 50.2-56 32.4-64 25-9.5-8.8-12.7-21.5-16.5-33.4-.8-2.5-6.3-5.7-6.3-5.8v-10.8c28.3 3.6 61 5.8 96 5.8s67.7-2.1 96-5.8v10.8c-.1.1-5.6 3.2-6.4 5.8z\"/></svg></li><li title=\"user shield \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M622.3 271.1l-115.2-45c-4.1-1.6-12.6-3.7-22.2 0l-115.2 45c-10.7 4.2-17.7 14-17.7 24.9 0 111.6 68.7 188.8 132.9 213.9 9.6 3.7 18 1.6 22.2 0C558.4 489.9 640 420.5 640 296c0-10.9-7-20.7-17.7-24.9zM496 462.4V273.3l95.5 37.3c-5.6 87.1-60.9 135.4-95.5 151.8zM224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm96 40c0-2.5.8-4.8 1.1-7.2-2.5-.1-4.9-.8-7.5-.8h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c6.8 0 13.3-1.5 19.2-4-54-42.9-99.2-116.7-99.2-212z\"/></svg></li><li title=\"user slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M633.8 458.1L362.3 248.3C412.1 230.7 448 183.8 448 128 448 57.3 390.7 0 320 0c-67.1 0-121.5 51.8-126.9 117.4L45.5 3.4C38.5-2 28.5-.8 23 6.2L3.4 31.4c-5.4 7-4.2 17 2.8 22.4l588.4 454.7c7 5.4 17 4.2 22.5-2.8l19.6-25.3c5.4-6.8 4.1-16.9-2.9-22.3zM96 422.4V464c0 26.5 21.5 48 48 48h350.2L207.4 290.3C144.2 301.3 96 356 96 422.4z\"/></svg></li><li title=\"user tag \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M630.6 364.9l-90.3-90.2c-12-12-28.3-18.7-45.3-18.7h-79.3c-17.7 0-32 14.3-32 32v79.2c0 17 6.7 33.2 18.7 45.2l90.3 90.2c12.5 12.5 32.8 12.5 45.3 0l92.5-92.5c12.6-12.5 12.6-32.7.1-45.2zm-182.8-21c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24c0 13.2-10.7 24-24 24zm-223.8-88c70.7 0 128-57.3 128-128C352 57.3 294.7 0 224 0S96 57.3 96 128c0 70.6 57.3 127.9 128 127.9zm127.8 111.2V294c-12.2-3.6-24.9-6.2-38.2-6.2h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 287.9 0 348.1 0 422.3v41.6c0 26.5 21.5 48 48 48h352c15.5 0 29.1-7.5 37.9-18.9l-58-58c-18.1-18.1-28.1-42.2-28.1-67.9z\"/></svg></li><li title=\"user tie \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm95.8 32.6L272 480l-32-136 32-56h-96l32 56-32 136-47.8-191.4C56.9 292 0 350.3 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-72.1-56.9-130.4-128.2-133.8z\"/></svg></li><li title=\"user times \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M589.6 240l45.6-45.6c6.3-6.3 6.3-16.5 0-22.8l-22.8-22.8c-6.3-6.3-16.5-6.3-22.8 0L544 194.4l-45.6-45.6c-6.3-6.3-16.5-6.3-22.8 0l-22.8 22.8c-6.3 6.3-6.3 16.5 0 22.8l45.6 45.6-45.6 45.6c-6.3 6.3-6.3 16.5 0 22.8l22.8 22.8c6.3 6.3 16.5 6.3 22.8 0l45.6-45.6 45.6 45.6c6.3 6.3 16.5 6.3 22.8 0l22.8-22.8c6.3-6.3 6.3-16.5 0-22.8L589.6 240zM224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4z\"/></svg></li><li title=\"user \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4z\"/></svg></li><li title=\"users cog \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M610.5 341.3c2.6-14.1 2.6-28.5 0-42.6l25.8-14.9c3-1.7 4.3-5.2 3.3-8.5-6.7-21.6-18.2-41.2-33.2-57.4-2.3-2.5-6-3.1-9-1.4l-25.8 14.9c-10.9-9.3-23.4-16.5-36.9-21.3v-29.8c0-3.4-2.4-6.4-5.7-7.1-22.3-5-45-4.8-66.2 0-3.3.7-5.7 3.7-5.7 7.1v29.8c-13.5 4.8-26 12-36.9 21.3l-25.8-14.9c-2.9-1.7-6.7-1.1-9 1.4-15 16.2-26.5 35.8-33.2 57.4-1 3.3.4 6.8 3.3 8.5l25.8 14.9c-2.6 14.1-2.6 28.5 0 42.6l-25.8 14.9c-3 1.7-4.3 5.2-3.3 8.5 6.7 21.6 18.2 41.1 33.2 57.4 2.3 2.5 6 3.1 9 1.4l25.8-14.9c10.9 9.3 23.4 16.5 36.9 21.3v29.8c0 3.4 2.4 6.4 5.7 7.1 22.3 5 45 4.8 66.2 0 3.3-.7 5.7-3.7 5.7-7.1v-29.8c13.5-4.8 26-12 36.9-21.3l25.8 14.9c2.9 1.7 6.7 1.1 9-1.4 15-16.2 26.5-35.8 33.2-57.4 1-3.3-.4-6.8-3.3-8.5l-25.8-14.9zM496 368.5c-26.8 0-48.5-21.8-48.5-48.5s21.8-48.5 48.5-48.5 48.5 21.8 48.5 48.5-21.7 48.5-48.5 48.5zM96 224c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm224 32c1.9 0 3.7-.5 5.6-.6 8.3-21.7 20.5-42.1 36.3-59.2 7.4-8 17.9-12.6 28.9-12.6 6.9 0 13.7 1.8 19.6 5.3l7.9 4.6c.8-.5 1.6-.9 2.4-1.4 7-14.6 11.2-30.8 11.2-48 0-61.9-50.1-112-112-112S208 82.1 208 144c0 61.9 50.1 112 112 112zm105.2 194.5c-2.3-1.2-4.6-2.6-6.8-3.9-8.2 4.8-15.3 9.8-27.5 9.8-10.9 0-21.4-4.6-28.9-12.6-18.3-19.8-32.3-43.9-40.2-69.6-10.7-34.5 24.9-49.7 25.8-50.3-.1-2.6-.1-5.2 0-7.8l-7.9-4.6c-3.8-2.2-7-5-9.8-8.1-3.3.2-6.5.6-9.8.6-24.6 0-47.6-6-68.5-16h-8.3C179.6 288 128 339.6 128 403.2V432c0 26.5 21.5 48 48 48h255.4c-3.7-6-6.2-12.8-6.2-20.3v-9.2zM173.1 274.6C161.5 263.1 145.6 256 128 256H64c-35.3 0-64 28.7-64 64v32c0 17.7 14.3 32 32 32h65.9c6.3-47.4 34.9-87.3 75.2-109.4z\"/></svg></li><li title=\"users slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M132.65,212.32,36.21,137.78A63.4,63.4,0,0,0,32,160a63.84,63.84,0,0,0,100.65,52.32Zm40.44,62.28A63.79,63.79,0,0,0,128,256H64A64.06,64.06,0,0,0,0,320v32a32,32,0,0,0,32,32H97.91A146.62,146.62,0,0,1,173.09,274.6ZM544,224a64,64,0,1,0-64-64A64.06,64.06,0,0,0,544,224ZM500.56,355.11a114.24,114.24,0,0,0-84.47-65.28L361,247.23c41.46-16.3,71-55.92,71-103.23A111.93,111.93,0,0,0,320,32c-57.14,0-103.69,42.83-110.6,98.08L45.46,3.38A16,16,0,0,0,23,6.19L3.37,31.46A16,16,0,0,0,6.18,53.91L594.53,508.63A16,16,0,0,0,617,505.82l19.64-25.27a16,16,0,0,0-2.81-22.45ZM128,403.21V432a48,48,0,0,0,48,48H464a47.45,47.45,0,0,0,12.57-1.87L232,289.13C173.74,294.83,128,343.42,128,403.21ZM576,256H512a63.79,63.79,0,0,0-45.09,18.6A146.29,146.29,0,0,1,542,384h66a32,32,0,0,0,32-32V320A64.06,64.06,0,0,0,576,256Z\"/></svg></li><li title=\"users \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M96 224c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm448 0c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm32 32h-64c-17.6 0-33.5 7.1-45.1 18.6 40.3 22.1 68.9 62 75.1 109.4h66c17.7 0 32-14.3 32-32v-32c0-35.3-28.7-64-64-64zm-256 0c61.9 0 112-50.1 112-112S381.9 32 320 32 208 82.1 208 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C179.6 288 128 339.6 128 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zm-223.7-13.4C161.5 263.1 145.6 256 128 256H64c-35.3 0-64 28.7-64 64v32c0 17.7 14.3 32 32 32h65.9c6.3-47.4 34.9-87.3 75.2-109.4z\"/></svg></li><li title=\"utensil spoon \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M480.1 31.9c-55-55.1-164.9-34.5-227.8 28.5-49.3 49.3-55.1 110-28.8 160.4L9 413.2c-11.6 10.5-12.1 28.5-1 39.5L59.3 504c11 11 29.1 10.5 39.5-1.1l192.4-214.4c50.4 26.3 111.1 20.5 160.4-28.8 63-62.9 83.6-172.8 28.5-227.8z\"/></svg></li><li title=\"utensils \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 416 512\"><path d=\"M207.9 15.2c.8 4.7 16.1 94.5 16.1 128.8 0 52.3-27.8 89.6-68.9 104.6L168 486.7c.7 13.7-10.2 25.3-24 25.3H80c-13.7 0-24.7-11.5-24-25.3l12.9-238.1C27.7 233.6 0 196.2 0 144 0 109.6 15.3 19.9 16.1 15.2 19.3-5.1 61.4-5.4 64 16.3v141.2c1.3 3.4 15.1 3.2 16 0 1.4-25.3 7.9-139.2 8-141.8 3.3-20.8 44.7-20.8 47.9 0 .2 2.7 6.6 116.5 8 141.8.9 3.2 14.8 3.4 16 0V16.3c2.6-21.6 44.8-21.4 48-1.1zm119.2 285.7l-15 185.1c-1.2 14 9.9 26 23.9 26h56c13.3 0 24-10.7 24-24V24c0-13.2-10.7-24-24-24-82.5 0-221.4 178.5-64.9 300.9z\"/></svg></li><li title=\"vector square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M512 128V32c0-17.67-14.33-32-32-32h-96c-17.67 0-32 14.33-32 32H160c0-17.67-14.33-32-32-32H32C14.33 0 0 14.33 0 32v96c0 17.67 14.33 32 32 32v192c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32h192c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32v-96c0-17.67-14.33-32-32-32V160c17.67 0 32-14.33 32-32zm-96-64h32v32h-32V64zM64 64h32v32H64V64zm32 384H64v-32h32v32zm352 0h-32v-32h32v32zm-32-96h-32c-17.67 0-32 14.33-32 32v32H160v-32c0-17.67-14.33-32-32-32H96V160h32c17.67 0 32-14.33 32-32V96h192v32c0 17.67 14.33 32 32 32h32v192z\"/></svg></li><li title=\"venus double \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M288 176c0-79.5-64.5-144-144-144S0 96.5 0 176c0 68.5 47.9 125.9 112 140.4V368H76c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h36v36c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-36h36c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-36v-51.6c64.1-14.5 112-71.9 112-140.4zm-224 0c0-44.1 35.9-80 80-80s80 35.9 80 80-35.9 80-80 80-80-35.9-80-80zm336 140.4V368h36c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-36v36c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-36h-36c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h36v-51.6c-21.2-4.8-40.6-14.3-57.2-27.3 14-16.7 25-36 32.1-57.1 14.5 14.8 34.7 24 57.1 24 44.1 0 80-35.9 80-80s-35.9-80-80-80c-22.3 0-42.6 9.2-57.1 24-7.1-21.1-18-40.4-32.1-57.1C303.4 43.6 334.3 32 368 32c79.5 0 144 64.5 144 144 0 68.5-47.9 125.9-112 140.4z\"/></svg></li><li title=\"venus mars \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M564 0h-79c-10.7 0-16 12.9-8.5 20.5l16.9 16.9-48.7 48.7C422.5 72.1 396.2 64 368 64c-33.7 0-64.6 11.6-89.2 30.9 14 16.7 25 36 32.1 57.1 14.5-14.8 34.7-24 57.1-24 44.1 0 80 35.9 80 80s-35.9 80-80 80c-22.3 0-42.6-9.2-57.1-24-7.1 21.1-18 40.4-32.1 57.1 24.5 19.4 55.5 30.9 89.2 30.9 79.5 0 144-64.5 144-144 0-28.2-8.1-54.5-22.1-76.7l48.7-48.7 16.9 16.9c2.4 2.4 5.4 3.5 8.4 3.5 6.2 0 12.1-4.8 12.1-12V12c0-6.6-5.4-12-12-12zM144 64C64.5 64 0 128.5 0 208c0 68.5 47.9 125.9 112 140.4V400H76c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h36v36c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-36h36c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-36v-51.6c64.1-14.6 112-71.9 112-140.4 0-79.5-64.5-144-144-144zm0 224c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z\"/></svg></li><li title=\"venus \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 288 512\"><path d=\"M288 176c0-79.5-64.5-144-144-144S0 96.5 0 176c0 68.5 47.9 125.9 112 140.4V368H76c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h36v36c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12v-36h36c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-36v-51.6c64.1-14.5 112-71.9 112-140.4zm-224 0c0-44.1 35.9-80 80-80s80 35.9 80 80-35.9 80-80 80-80-35.9-80-80z\"/></svg></li><li title=\"vest patches \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M437.252,239.877,384,160V32A32,32,0,0,0,352,0H320a23.982,23.982,0,0,0-13.312,4.031l-25,16.672a103.794,103.794,0,0,1-115.376,0l-25-16.672A23.982,23.982,0,0,0,128,0H96A32,32,0,0,0,64,32V160L10.748,239.877A64,64,0,0,0,0,275.377V480a32,32,0,0,0,32,32H192V288a31.987,31.987,0,0,1,1.643-10.119L207.135,237.4,150.188,66.561A151.579,151.579,0,0,0,224,86.234a151.565,151.565,0,0,0,73.811-19.668L224,288V512H416a32,32,0,0,0,32-32V275.377A64,64,0,0,0,437.252,239.877ZM63.5,272.484a12.01,12.01,0,0,1,17-16.968l15.5,15.5,15.5-15.5a12.01,12.01,0,0,1,17,16.968L112.984,288,128.5,303.516a12.01,12.01,0,0,1-17,16.968L96,304.984l-15.5,15.5a12.01,12.01,0,0,1-17-16.968L79.016,288ZM96,456a40,40,0,1,1,40-40A40,40,0,0,1,96,456ZM359.227,335.785,310.7,336a6.671,6.671,0,0,1-6.7-6.7l.215-48.574A24.987,24.987,0,0,1,331.43,256.1c12.789,1.162,22.129,12.619,22.056,25.419l-.037,5.057,5.051-.037c12.826-.035,24.236,9.275,25.4,22.076A24.948,24.948,0,0,1,359.227,335.785Z\"/></svg></li><li title=\"vest \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M437.252,239.877,384,160V32A32,32,0,0,0,352,0H320a24.021,24.021,0,0,0-13.312,4.031l-25,16.672a103.794,103.794,0,0,1-115.376,0l-25-16.672A24.021,24.021,0,0,0,128,0H96A32,32,0,0,0,64,32V160L10.748,239.877A64,64,0,0,0,0,275.377V480a32,32,0,0,0,32,32H192V288a31.987,31.987,0,0,1,1.643-10.119L207.135,237.4,150.188,66.564A151.518,151.518,0,0,0,224,86.234a151.55,151.55,0,0,0,73.812-19.672L224,288V512H416a32,32,0,0,0,32-32V275.377A64,64,0,0,0,437.252,239.877ZM131.312,371.312l-48,48a16,16,0,0,1-22.624-22.624l48-48a16,16,0,0,1,22.624,22.624Zm256,48a15.992,15.992,0,0,1-22.624,0l-48-48a16,16,0,0,1,22.624-22.624l48,48A15.993,15.993,0,0,1,387.312,419.312Z\"/></svg></li><li title=\"vial \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 480 512\"><path d=\"M477.7 186.1L309.5 18.3c-3.1-3.1-8.2-3.1-11.3 0l-34 33.9c-3.1 3.1-3.1 8.2 0 11.3l11.2 11.1L33 316.5c-38.8 38.7-45.1 102-9.4 143.5 20.6 24 49.5 36 78.4 35.9 26.4 0 52.8-10 72.9-30.1l246.3-245.7 11.2 11.1c3.1 3.1 8.2 3.1 11.3 0l34-33.9c3.1-3 3.1-8.1 0-11.2zM318 256H161l148-147.7 78.5 78.3L318 256z\"/></svg></li><li title=\"vials \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M72 64h24v240c0 44.1 35.9 80 80 80s80-35.9 80-80V64h24c4.4 0 8-3.6 8-8V8c0-4.4-3.6-8-8-8H72c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8zm72 0h64v96h-64V64zm480 384H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h608c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zM360 64h24v240c0 44.1 35.9 80 80 80s80-35.9 80-80V64h24c4.4 0 8-3.6 8-8V8c0-4.4-3.6-8-8-8H360c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8zm72 0h64v96h-64V64z\"/></svg></li><li title=\"video slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M633.8 458.1l-55-42.5c15.4-1.4 29.2-13.7 29.2-31.1v-257c0-25.5-29.1-40.4-50.4-25.8L448 177.3v137.2l-32-24.7v-178c0-26.4-21.4-47.8-47.8-47.8H123.9L45.5 3.4C38.5-2 28.5-.8 23 6.2L3.4 31.4c-5.4 7-4.2 17 2.8 22.4L42.7 82 416 370.6l178.5 138c7 5.4 17 4.2 22.5-2.8l19.6-25.3c5.5-6.9 4.2-17-2.8-22.4zM32 400.2c0 26.4 21.4 47.8 47.8 47.8h288.4c11.2 0 21.4-4 29.6-10.5L32 154.7v245.5z\"/></svg></li><li title=\"video \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M336.2 64H47.8C21.4 64 0 85.4 0 111.8v288.4C0 426.6 21.4 448 47.8 448h288.4c26.4 0 47.8-21.4 47.8-47.8V111.8c0-26.4-21.4-47.8-47.8-47.8zm189.4 37.7L416 177.3v157.4l109.6 75.5c21.2 14.6 50.4-.3 50.4-25.8V127.5c0-25.4-29.1-40.4-50.4-25.8z\"/></svg></li><li title=\"vihara \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M632.88 400.71L544 352v-64l55.16-17.69c11.79-5.9 11.79-22.72 0-28.62L480 192v-64l27.31-16.3c7.72-7.72 5.61-20.74-4.16-25.62L320 0 136.85 86.07c-9.77 4.88-11.88 17.9-4.16 25.62L160 128v64L40.84 241.69c-11.79 5.9-11.79 22.72 0 28.62L96 288v64L7.12 400.71c-5.42 3.62-7.7 9.63-7 15.29.62 5.01 3.57 9.75 8.72 12.33L64 448v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h160v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h160v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48l55.15-19.67c5.16-2.58 8.1-7.32 8.72-12.33.71-5.67-1.57-11.68-6.99-15.29zM224 128h192v64H224v-64zm-64 224v-64h320v64H160z\"/></svg></li><li title=\"virus slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M114,227.6H92.4C76.7,227.6,64,240.3,64,256s12.7,28.4,28.4,28.4H114c50.7,0,76.1,61.3,40.2,97.1L139,396.8 c-11.5,10.7-12.2,28.7-1.6,40.2s28.7,12.2,40.2,1.6c0.5-0.5,1.1-1,1.6-1.6l15.2-15.2c35.8-35.8,97.1-10.5,97.1,40.2v21.5 c0,15.7,12.8,28.4,28.5,28.4c15.7,0,28.4-12.7,28.4-28.4V462c0-26.6,17-45.9,38.2-53.4l-244.5-189 C133.7,224.7,123.9,227.5,114,227.6z M617,505.8l19.6-25.3c5.4-7,4.2-17-2.8-22.5L470.6,332c4.2-25.4,24.9-47.5,55.4-47.5h21.5 c15.7,0,28.4-12.7,28.4-28.4s-12.7-28.4-28.4-28.4H526c-50.7,0-76.1-61.3-40.2-97.1l15.2-15.3c10.7-11.5,10-29.5-1.6-40.2 c-10.9-10.1-27.7-10.1-38.6,0l-15.2,15.2c-35.8,35.8-97.1,10.5-97.1-40.2V28.5C348.4,12.7,335.7,0,320,0 c-15.7,0-28.4,12.7-28.4,28.4V50c0,50.7-61.3,76.1-97.1,40.2L179.2,75c-11.1-11.1-29.4-10.6-40.5,0.5L45.5,3.4 c-7-5.4-17-4.2-22.5,2.8L3.4,31.5c-5.4,7-4.2,17,2.8,22.5l588.4,454.7C601.5,514.1,611.6,512.8,617,505.8z M335.4,227.5l-62.9-48.6 c4.9-1.8,10.2-2.8,15.4-2.9c26.5,0,48,21.5,48,48C336,225.2,335.5,226.3,335.4,227.5z\"/></svg></li><li title=\"virus \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M483.55,227.55H462c-50.68,0-76.07-61.27-40.23-97.11L437,115.19A28.44,28.44,0,0,0,396.8,75L381.56,90.22c-35.84,35.83-97.11,10.45-97.11-40.23V28.44a28.45,28.45,0,0,0-56.9,0V50c0,50.68-61.27,76.06-97.11,40.23L115.2,75A28.44,28.44,0,0,0,75,115.19l15.25,15.25c35.84,35.84,10.45,97.11-40.23,97.11H28.45a28.45,28.45,0,1,0,0,56.89H50c50.68,0,76.07,61.28,40.23,97.12L75,396.8A28.45,28.45,0,0,0,115.2,437l15.24-15.25c35.84-35.84,97.11-10.45,97.11,40.23v21.54a28.45,28.45,0,0,0,56.9,0V462c0-50.68,61.27-76.07,97.11-40.23L396.8,437A28.45,28.45,0,0,0,437,396.8l-15.25-15.24c-35.84-35.84-10.45-97.12,40.23-97.12h21.54a28.45,28.45,0,1,0,0-56.89ZM224,272a48,48,0,1,1,48-48A48,48,0,0,1,224,272Zm80,56a24,24,0,1,1,24-24A24,24,0,0,1,304,328Z\"/></svg></li><li title=\"viruses \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M624,352H611.88c-28.51,0-42.79-34.47-22.63-54.63l8.58-8.57a16,16,0,1,0-22.63-22.63l-8.57,8.58C546.47,294.91,512,280.63,512,252.12V240a16,16,0,0,0-32,0v12.12c0,28.51-34.47,42.79-54.63,22.63l-8.57-8.58a16,16,0,0,0-22.63,22.63l8.58,8.57c20.16,20.16,5.88,54.63-22.63,54.63H368a16,16,0,0,0,0,32h12.12c28.51,0,42.79,34.47,22.63,54.63l-8.58,8.57a16,16,0,1,0,22.63,22.63l8.57-8.58c20.16-20.16,54.63-5.88,54.63,22.63V496a16,16,0,0,0,32,0V483.88c0-28.51,34.47-42.79,54.63-22.63l8.57,8.58a16,16,0,1,0,22.63-22.63l-8.58-8.57C569.09,418.47,583.37,384,611.88,384H624a16,16,0,0,0,0-32ZM480,384a32,32,0,1,1,32-32A32,32,0,0,1,480,384ZM346.51,213.33h16.16a21.33,21.33,0,0,0,0-42.66H346.51c-38,0-57.05-46-30.17-72.84l11.43-11.44A21.33,21.33,0,0,0,297.6,56.23L286.17,67.66c-26.88,26.88-72.84,7.85-72.84-30.17V21.33a21.33,21.33,0,0,0-42.66,0V37.49c0,38-46,57.05-72.84,30.17L86.4,56.23A21.33,21.33,0,0,0,56.23,86.39L67.66,97.83c26.88,26.88,7.85,72.84-30.17,72.84H21.33a21.33,21.33,0,0,0,0,42.66H37.49c38,0,57.05,46,30.17,72.84L56.23,297.6A21.33,21.33,0,1,0,86.4,327.77l11.43-11.43c26.88-26.88,72.84-7.85,72.84,30.17v16.16a21.33,21.33,0,0,0,42.66,0V346.51c0-38,46-57.05,72.84-30.17l11.43,11.43a21.33,21.33,0,0,0,30.17-30.17l-11.43-11.43C289.46,259.29,308.49,213.33,346.51,213.33ZM160,192a32,32,0,1,1,32-32A32,32,0,0,1,160,192Zm80,32a16,16,0,1,1,16-16A16,16,0,0,1,240,224Z\"/></svg></li><li title=\"voicemail \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M496 128a144 144 0 0 0-119.74 224H263.74A144 144 0 1 0 144 416h352a144 144 0 0 0 0-288zM64 272a80 80 0 1 1 80 80 80 80 0 0 1-80-80zm432 80a80 80 0 1 1 80-80 80 80 0 0 1-80 80z\"/></svg></li><li title=\"volleyball ball \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M231.39 243.48a285.56 285.56 0 0 0-22.7-105.7c-90.8 42.4-157.5 122.4-180.3 216.8a249 249 0 0 0 56.9 81.1 333.87 333.87 0 0 1 146.1-192.2zm-36.9-134.4a284.23 284.23 0 0 0-57.4-70.7c-91 49.8-144.8 152.9-125 262.2 33.4-83.1 98.4-152 182.4-191.5zm187.6 165.1c8.6-99.8-27.3-197.5-97.5-264.4-14.7-1.7-51.6-5.5-98.9 8.5A333.87 333.87 0 0 1 279.19 241a285 285 0 0 0 102.9 33.18zm-124.7 9.5a286.33 286.33 0 0 0-80.2 72.6c82 57.3 184.5 75.1 277.5 47.8a247.15 247.15 0 0 0 42.2-89.9 336.1 336.1 0 0 1-80.9 10.4c-54.6-.1-108.9-14.1-158.6-40.9zm-98.3 99.7c-15.2 26-25.7 54.4-32.1 84.2a247.07 247.07 0 0 0 289-22.1c-112.9 16.1-203.3-24.8-256.9-62.1zm180.3-360.6c55.3 70.4 82.5 161.2 74.6 253.6a286.59 286.59 0 0 0 89.7-14.2c0-2 .3-4 .3-6 0-107.8-68.7-199.1-164.6-233.4z\"/></svg></li><li title=\"volume down \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M215.03 72.04L126.06 161H24c-13.26 0-24 10.74-24 24v144c0 13.25 10.74 24 24 24h102.06l88.97 88.95c15.03 15.03 40.97 4.47 40.97-16.97V89.02c0-21.47-25.96-31.98-40.97-16.98zm123.2 108.08c-11.58-6.33-26.19-2.16-32.61 9.45-6.39 11.61-2.16 26.2 9.45 32.61C327.98 229.28 336 242.62 336 257c0 14.38-8.02 27.72-20.92 34.81-11.61 6.41-15.84 21-9.45 32.61 6.43 11.66 21.05 15.8 32.61 9.45 28.23-15.55 45.77-45 45.77-76.88s-17.54-61.32-45.78-76.87z\"/></svg></li><li title=\"volume mute \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M215.03 71.05L126.06 160H24c-13.26 0-24 10.74-24 24v144c0 13.25 10.74 24 24 24h102.06l88.97 88.95c15.03 15.03 40.97 4.47 40.97-16.97V88.02c0-21.46-25.96-31.98-40.97-16.97zM461.64 256l45.64-45.64c6.3-6.3 6.3-16.52 0-22.82l-22.82-22.82c-6.3-6.3-16.52-6.3-22.82 0L416 210.36l-45.64-45.64c-6.3-6.3-16.52-6.3-22.82 0l-22.82 22.82c-6.3 6.3-6.3 16.52 0 22.82L370.36 256l-45.63 45.63c-6.3 6.3-6.3 16.52 0 22.82l22.82 22.82c6.3 6.3 16.52 6.3 22.82 0L416 301.64l45.64 45.64c6.3 6.3 16.52 6.3 22.82 0l22.82-22.82c6.3-6.3 6.3-16.52 0-22.82L461.64 256z\"/></svg></li><li title=\"volume off \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 256 512\"><path d=\"M215 71l-89 89H24a24 24 0 0 0-24 24v144a24 24 0 0 0 24 24h102.06L215 441c15 15 41 4.47 41-17V88c0-21.47-26-32-41-17z\"/></svg></li><li title=\"volume up \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M215.03 71.05L126.06 160H24c-13.26 0-24 10.74-24 24v144c0 13.25 10.74 24 24 24h102.06l88.97 88.95c15.03 15.03 40.97 4.47 40.97-16.97V88.02c0-21.46-25.96-31.98-40.97-16.97zm233.32-51.08c-11.17-7.33-26.18-4.24-33.51 6.95-7.34 11.17-4.22 26.18 6.95 33.51 66.27 43.49 105.82 116.6 105.82 195.58 0 78.98-39.55 152.09-105.82 195.58-11.17 7.32-14.29 22.34-6.95 33.5 7.04 10.71 21.93 14.56 33.51 6.95C528.27 439.58 576 351.33 576 256S528.27 72.43 448.35 19.97zM480 256c0-63.53-32.06-121.94-85.77-156.24-11.19-7.14-26.03-3.82-33.12 7.46s-3.78 26.21 7.41 33.36C408.27 165.97 432 209.11 432 256s-23.73 90.03-63.48 115.42c-11.19 7.14-14.5 22.07-7.41 33.36 6.51 10.36 21.12 15.14 33.12 7.46C447.94 377.94 480 319.54 480 256zm-141.77-76.87c-11.58-6.33-26.19-2.16-32.61 9.45-6.39 11.61-2.16 26.2 9.45 32.61C327.98 228.28 336 241.63 336 256c0 14.38-8.02 27.72-20.92 34.81-11.61 6.41-15.84 21-9.45 32.61 6.43 11.66 21.05 15.8 32.61 9.45 28.23-15.55 45.77-45 45.77-76.88s-17.54-61.32-45.78-76.86z\"/></svg></li><li title=\"vote yea \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M608 320h-64v64h22.4c5.3 0 9.6 3.6 9.6 8v16c0 4.4-4.3 8-9.6 8H73.6c-5.3 0-9.6-3.6-9.6-8v-16c0-4.4 4.3-8 9.6-8H96v-64H32c-17.7 0-32 14.3-32 32v96c0 17.7 14.3 32 32 32h576c17.7 0 32-14.3 32-32v-96c0-17.7-14.3-32-32-32zm-96 64V64.3c0-17.9-14.5-32.3-32.3-32.3H160.4C142.5 32 128 46.5 128 64.3V384h384zM211.2 202l25.5-25.3c4.2-4.2 11-4.2 15.2.1l41.3 41.6 95.2-94.4c4.2-4.2 11-4.2 15.2.1l25.3 25.5c4.2 4.2 4.2 11-.1 15.2L300.5 292c-4.2 4.2-11 4.2-15.2-.1l-74.1-74.7c-4.3-4.2-4.2-11 0-15.2z\"/></svg></li><li title=\"vr cardboard \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M608 64H32C14.33 64 0 78.33 0 96v320c0 17.67 14.33 32 32 32h160.22c25.19 0 48.03-14.77 58.36-37.74l27.74-61.64C286.21 331.08 302.35 320 320 320s33.79 11.08 41.68 28.62l27.74 61.64C399.75 433.23 422.6 448 447.78 448H608c17.67 0 32-14.33 32-32V96c0-17.67-14.33-32-32-32zM160 304c-35.35 0-64-28.65-64-64s28.65-64 64-64 64 28.65 64 64-28.65 64-64 64zm320 0c-35.35 0-64-28.65-64-64s28.65-64 64-64 64 28.65 64 64-28.65 64-64 64z\"/></svg></li><li title=\"walking \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"><path d=\"M208 96c26.5 0 48-21.5 48-48S234.5 0 208 0s-48 21.5-48 48 21.5 48 48 48zm94.5 149.1l-23.3-11.8-9.7-29.4c-14.7-44.6-55.7-75.8-102.2-75.9-36-.1-55.9 10.1-93.3 25.2-21.6 8.7-39.3 25.2-49.7 46.2L17.6 213c-7.8 15.8-1.5 35 14.2 42.9 15.6 7.9 34.6 1.5 42.5-14.3L81 228c3.5-7 9.3-12.5 16.5-15.4l26.8-10.8-15.2 60.7c-5.2 20.8.4 42.9 14.9 58.8l59.9 65.4c7.2 7.9 12.3 17.4 14.9 27.7l18.3 73.3c4.3 17.1 21.7 27.6 38.8 23.3 17.1-4.3 27.6-21.7 23.3-38.8l-22.2-89c-2.6-10.3-7.7-19.9-14.9-27.7l-45.5-49.7 17.2-68.7 5.5 16.5c5.3 16.1 16.7 29.4 31.7 37l23.3 11.8c15.6 7.9 34.6 1.5 42.5-14.3 7.7-15.7 1.4-35.1-14.3-43zM73.6 385.8c-3.2 8.1-8 15.4-14.2 21.5l-50 50.1c-12.5 12.5-12.5 32.8 0 45.3s32.7 12.5 45.2 0l59.4-59.4c6.1-6.1 10.9-13.4 14.2-21.5l13.5-33.8c-55.3-60.3-38.7-41.8-47.4-53.7l-20.7 51.5z\"/></svg></li><li title=\"wallet \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M461.2 128H80c-8.84 0-16-7.16-16-16s7.16-16 16-16h384c8.84 0 16-7.16 16-16 0-26.51-21.49-48-48-48H64C28.65 32 0 60.65 0 96v320c0 35.35 28.65 64 64 64h397.2c28.02 0 50.8-21.53 50.8-48V176c0-26.47-22.78-48-50.8-48zM416 336c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z\"/></svg></li><li title=\"warehouse \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M504 352H136.4c-4.4 0-8 3.6-8 8l-.1 48c0 4.4 3.6 8 8 8H504c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm0 96H136.1c-4.4 0-8 3.6-8 8l-.1 48c0 4.4 3.6 8 8 8h368c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm0-192H136.6c-4.4 0-8 3.6-8 8l-.1 48c0 4.4 3.6 8 8 8H504c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm106.5-139L338.4 3.7a48.15 48.15 0 0 0-36.9 0L29.5 117C11.7 124.5 0 141.9 0 161.3V504c0 4.4 3.6 8 8 8h80c4.4 0 8-3.6 8-8V256c0-17.6 14.6-32 32.6-32h382.8c18 0 32.6 14.4 32.6 32v248c0 4.4 3.6 8 8 8h80c4.4 0 8-3.6 8-8V161.3c0-19.4-11.7-36.8-29.5-44.3z\"/></svg></li><li title=\"water \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M562.1 383.9c-21.5-2.4-42.1-10.5-57.9-22.9-14.1-11.1-34.2-11.3-48.2 0-37.9 30.4-107.2 30.4-145.7-1.5-13.5-11.2-33-9.1-46.7 1.8-38 30.1-106.9 30-145.2-1.7-13.5-11.2-33.3-8.9-47.1 2-15.5 12.2-36 20.1-57.7 22.4-7.9.8-13.6 7.8-13.6 15.7v32.2c0 9.1 7.6 16.8 16.7 16 28.8-2.5 56.1-11.4 79.4-25.9 56.5 34.6 137 34.1 192 0 56.5 34.6 137 34.1 192 0 23.3 14.2 50.9 23.3 79.1 25.8 9.1.8 16.7-6.9 16.7-16v-31.6c.1-8-5.7-15.4-13.8-16.3zm0-144c-21.5-2.4-42.1-10.5-57.9-22.9-14.1-11.1-34.2-11.3-48.2 0-37.9 30.4-107.2 30.4-145.7-1.5-13.5-11.2-33-9.1-46.7 1.8-38 30.1-106.9 30-145.2-1.7-13.5-11.2-33.3-8.9-47.1 2-15.5 12.2-36 20.1-57.7 22.4-7.9.8-13.6 7.8-13.6 15.7v32.2c0 9.1 7.6 16.8 16.7 16 28.8-2.5 56.1-11.4 79.4-25.9 56.5 34.6 137 34.1 192 0 56.5 34.6 137 34.1 192 0 23.3 14.2 50.9 23.3 79.1 25.8 9.1.8 16.7-6.9 16.7-16v-31.6c.1-8-5.7-15.4-13.8-16.3zm0-144C540.6 93.4 520 85.4 504.2 73 490.1 61.9 470 61.7 456 73c-37.9 30.4-107.2 30.4-145.7-1.5-13.5-11.2-33-9.1-46.7 1.8-38 30.1-106.9 30-145.2-1.7-13.5-11.2-33.3-8.9-47.1 2-15.5 12.2-36 20.1-57.7 22.4-7.9.8-13.6 7.8-13.6 15.7v32.2c0 9.1 7.6 16.8 16.7 16 28.8-2.5 56.1-11.4 79.4-25.9 56.5 34.6 137 34.1 192 0 56.5 34.6 137 34.1 192 0 23.3 14.2 50.9 23.3 79.1 25.8 9.1.8 16.7-6.9 16.7-16v-31.6c.1-8-5.7-15.4-13.8-16.3z\"/></svg></li><li title=\"wave square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M476 480H324a36 36 0 0 1-36-36V96h-96v156a36 36 0 0 1-36 36H16a16 16 0 0 1-16-16v-32a16 16 0 0 1 16-16h112V68a36 36 0 0 1 36-36h152a36 36 0 0 1 36 36v348h96V260a36 36 0 0 1 36-36h140a16 16 0 0 1 16 16v32a16 16 0 0 1-16 16H512v156a36 36 0 0 1-36 36z\"/></svg></li><li title=\"weight hanging \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M510.28 445.86l-73.03-292.13c-3.8-15.19-16.44-25.72-30.87-25.72h-60.25c3.57-10.05 5.88-20.72 5.88-32 0-53.02-42.98-96-96-96s-96 42.98-96 96c0 11.28 2.3 21.95 5.88 32h-60.25c-14.43 0-27.08 10.54-30.87 25.72L1.72 445.86C-6.61 479.17 16.38 512 48.03 512h415.95c31.64 0 54.63-32.83 46.3-66.14zM256 128c-17.64 0-32-14.36-32-32s14.36-32 32-32 32 14.36 32 32-14.36 32-32 32z\"/></svg></li><li title=\"weight \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M448 64h-25.98C438.44 92.28 448 125.01 448 160c0 105.87-86.13 192-192 192S64 265.87 64 160c0-34.99 9.56-67.72 25.98-96H64C28.71 64 0 92.71 0 128v320c0 35.29 28.71 64 64 64h384c35.29 0 64-28.71 64-64V128c0-35.29-28.71-64-64-64zM256 320c88.37 0 160-71.63 160-160S344.37 0 256 0 96 71.63 96 160s71.63 160 160 160zm-.3-151.94l33.58-78.36c3.5-8.17 12.94-11.92 21.03-8.41 8.12 3.48 11.88 12.89 8.41 21l-33.67 78.55C291.73 188 296 197.45 296 208c0 22.09-17.91 40-40 40s-40-17.91-40-40c0-21.98 17.76-39.77 39.7-39.94z\"/></svg></li><li title=\"wheelchair \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M496.101 385.669l14.227 28.663c3.929 7.915.697 17.516-7.218 21.445l-65.465 32.886c-16.049 7.967-35.556 1.194-43.189-15.055L331.679 320H192c-15.925 0-29.426-11.71-31.679-27.475C126.433 55.308 128.38 70.044 128 64c0-36.358 30.318-65.635 67.052-63.929 33.271 1.545 60.048 28.905 60.925 62.201.868 32.933-23.152 60.423-54.608 65.039l4.67 32.69H336c8.837 0 16 7.163 16 16v32c0 8.837-7.163 16-16 16H215.182l4.572 32H352a32 32 0 0 1 28.962 18.392L438.477 396.8l36.178-18.349c7.915-3.929 17.517-.697 21.446 7.218zM311.358 352h-24.506c-7.788 54.204-54.528 96-110.852 96-61.757 0-112-50.243-112-112 0-41.505 22.694-77.809 56.324-97.156-3.712-25.965-6.844-47.86-9.488-66.333C45.956 198.464 0 261.963 0 336c0 97.047 78.953 176 176 176 71.87 0 133.806-43.308 161.11-105.192L311.358 352z\"/></svg></li><li title=\"wifi \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M634.91 154.88C457.74-8.99 182.19-8.93 5.09 154.88c-6.66 6.16-6.79 16.59-.35 22.98l34.24 33.97c6.14 6.1 16.02 6.23 22.4.38 145.92-133.68 371.3-133.71 517.25 0 6.38 5.85 16.26 5.71 22.4-.38l34.24-33.97c6.43-6.39 6.3-16.82-.36-22.98zM320 352c-35.35 0-64 28.65-64 64s28.65 64 64 64 64-28.65 64-64-28.65-64-64-64zm202.67-83.59c-115.26-101.93-290.21-101.82-405.34 0-6.9 6.1-7.12 16.69-.57 23.15l34.44 33.99c6 5.92 15.66 6.32 22.05.8 83.95-72.57 209.74-72.41 293.49 0 6.39 5.52 16.05 5.13 22.05-.8l34.44-33.99c6.56-6.46 6.33-17.06-.56-23.15z\"/></svg></li><li title=\"wind \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M156.7 256H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h142.2c15.9 0 30.8 10.9 33.4 26.6 3.3 20-12.1 37.4-31.6 37.4-14.1 0-26.1-9.2-30.4-21.9-2.1-6.3-8.6-10.1-15.2-10.1H81.6c-9.8 0-17.7 8.8-15.9 18.4 8.6 44.1 47.6 77.6 94.2 77.6 57.1 0 102.7-50.1 95.2-108.6C249 291 205.4 256 156.7 256zM16 224h336c59.7 0 106.8-54.8 93.8-116.7-7.6-36.2-36.9-65.5-73.1-73.1-55.4-11.6-105.1 24.9-114.9 75.5-1.9 9.6 6.1 18.3 15.8 18.3h32.8c6.7 0 13.1-3.8 15.2-10.1C325.9 105.2 337.9 96 352 96c19.4 0 34.9 17.4 31.6 37.4-2.6 15.7-17.4 26.6-33.4 26.6H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16zm384 32H243.7c19.3 16.6 33.2 38.8 39.8 64H400c26.5 0 48 21.5 48 48s-21.5 48-48 48c-17.9 0-33.3-9.9-41.6-24.4-2.9-5-8.7-7.6-14.5-7.6h-33.8c-10.9 0-19 10.8-15.3 21.1 17.8 50.6 70.5 84.8 129.4 72.3 41.2-8.7 75.1-41.6 84.7-82.7C526 321.5 470.5 256 400 256z\"/></svg></li><li title=\"window close \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-83.6 290.5c4.8 4.8 4.8 12.6 0 17.4l-40.5 40.5c-4.8 4.8-12.6 4.8-17.4 0L256 313.3l-66.5 67.1c-4.8 4.8-12.6 4.8-17.4 0l-40.5-40.5c-4.8-4.8-4.8-12.6 0-17.4l67.1-66.5-67.1-66.5c-4.8-4.8-4.8-12.6 0-17.4l40.5-40.5c4.8-4.8 12.6-4.8 17.4 0l66.5 67.1 66.5-67.1c4.8-4.8 12.6-4.8 17.4 0l40.5 40.5c4.8 4.8 4.8 12.6 0 17.4L313.3 256l67.1 66.5z\"/></svg></li><li title=\"window maximize \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-16 160H64v-84c0-6.6 5.4-12 12-12h360c6.6 0 12 5.4 12 12v84z\"/></svg></li><li title=\"window minimize \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 352H48c-26.5 0-48 21.5-48 48v32c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48v-32c0-26.5-21.5-48-48-48z\"/></svg></li><li title=\"window restore \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M512 48v288c0 26.5-21.5 48-48 48h-48V176c0-44.1-35.9-80-80-80H128V48c0-26.5 21.5-48 48-48h288c26.5 0 48 21.5 48 48zM384 176v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V176c0-26.5 21.5-48 48-48h288c26.5 0 48 21.5 48 48zm-68 28c0-6.6-5.4-12-12-12H76c-6.6 0-12 5.4-12 12v52h252v-52z\"/></svg></li><li title=\"wine bottle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M507.31 72.57L439.43 4.69c-6.25-6.25-16.38-6.25-22.63 0l-22.63 22.63c-6.25 6.25-6.25 16.38 0 22.63l-76.67 76.67c-46.58-19.7-102.4-10.73-140.37 27.23L18.75 312.23c-24.99 24.99-24.99 65.52 0 90.51l90.51 90.51c24.99 24.99 65.52 24.99 90.51 0l158.39-158.39c37.96-37.96 46.93-93.79 27.23-140.37l76.67-76.67c6.25 6.25 16.38 6.25 22.63 0l22.63-22.63c6.24-6.24 6.24-16.37-.01-22.62zM179.22 423.29l-90.51-90.51 122.04-122.04 90.51 90.51-122.04 122.04z\"/></svg></li><li title=\"wine glass alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 288 512\"><path d=\"M216 464h-40V346.81c68.47-15.89 118.05-79.91 111.4-154.16l-15.95-178.1C270.71 6.31 263.9 0 255.74 0H32.26c-8.15 0-14.97 6.31-15.7 14.55L.6 192.66C-6.05 266.91 43.53 330.93 112 346.82V464H72c-22.09 0-40 17.91-40 40 0 4.42 3.58 8 8 8h208c4.42 0 8-3.58 8-8 0-22.09-17.91-40-40-40zM61.75 48h164.5l7.17 80H54.58l7.17-80z\"/></svg></li><li title=\"wine glass \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 288 512\"><path d=\"M216 464h-40V346.81c68.47-15.89 118.05-79.91 111.4-154.16l-15.95-178.1C270.71 6.31 263.9 0 255.74 0H32.26c-8.15 0-14.97 6.31-15.7 14.55L.6 192.66C-6.05 266.91 43.53 330.93 112 346.82V464H72c-22.09 0-40 17.91-40 40 0 4.42 3.58 8 8 8h208c4.42 0 8-3.58 8-8 0-22.09-17.91-40-40-40z\"/></svg></li><li title=\"won sign \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M564 192c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-48l18.6-80.6c1.7-7.5-4-14.7-11.7-14.7h-46.1c-5.7 0-10.6 4-11.7 9.5L450.7 128H340.8l-19.7-86c-1.3-5.5-6.1-9.3-11.7-9.3h-44c-5.6 0-10.4 3.8-11.7 9.3l-20 86H125l-17.5-85.7c-1.1-5.6-6.1-9.6-11.8-9.6H53.6c-7.7 0-13.4 7.1-11.7 14.6L60 128H12c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h62.3l7.2 32H12c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h83.9l40.9 182.6c1.2 5.5 6.1 9.4 11.7 9.4h56.8c5.6 0 10.4-3.9 11.7-9.3L259.3 288h55.1l42.4 182.7c1.3 5.4 6.1 9.3 11.7 9.3h56.8c5.6 0 10.4-3.9 11.7-9.3L479.1 288H564c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12-12h-70.1l7.4-32zM183.8 342c-6.2 25.8-6.8 47.2-7.3 47.2h-1.1s-1.7-22-6.8-47.2l-11-54h38.8zm27.5-118h-66.8l-6.5-32h80.8zm62.9 0l2-8.6c1.9-8 3.5-16 4.8-23.4h11.8c1.3 7.4 2.9 15.4 4.8 23.4l2 8.6zm130.9 118c-5.1 25.2-6.8 47.2-6.8 47.2h-1.1c-.6 0-1.1-21.4-7.3-47.2l-12.4-54h39.1zm25.2-118h-67.4l-7.3-32h81.6z\"/></svg></li><li title=\"wrench \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M507.73 109.1c-2.24-9.03-13.54-12.09-20.12-5.51l-74.36 74.36-67.88-11.31-11.31-67.88 74.36-74.36c6.62-6.62 3.43-17.9-5.66-20.16-47.38-11.74-99.55.91-136.58 37.93-39.64 39.64-50.55 97.1-34.05 147.2L18.74 402.76c-24.99 24.99-24.99 65.51 0 90.5 24.99 24.99 65.51 24.99 90.5 0l213.21-213.21c50.12 16.71 107.47 5.68 147.37-34.22 37.07-37.07 49.7-89.32 37.91-136.73zM64 472c-13.25 0-24-10.75-24-24 0-13.26 10.75-24 24-24s24 10.74 24 24c0 13.25-10.75 24-24 24z\"/></svg></li><li title=\"x ray \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M240 384c-8.8 0-16 7.2-16 16s7.2 16 16 16 16-7.2 16-16-7.2-16-16-16zm160 32c8.8 0 16-7.2 16-16s-7.2-16-16-16-16 7.2-16 16 7.2 16 16 16zM624 0H16C7.2 0 0 7.2 0 16v32c0 8.8 7.2 16 16 16h608c8.8 0 16-7.2 16-16V16c0-8.8-7.2-16-16-16zm0 448h-48V96H64v352H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h608c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zM480 248c0 4.4-3.6 8-8 8H336v32h104c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H336v32h64c26.5 0 48 21.5 48 48s-21.5 48-48 48-48-21.5-48-48v-16h-64v16c0 26.5-21.5 48-48 48s-48-21.5-48-48 21.5-48 48-48h64v-32H200c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h104v-32H168c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h136v-32H200c-4.4 0-8-3.6-8-8v-16c0-4.4 3.6-8 8-8h104v-24c0-4.4 3.6-8 8-8h16c4.4 0 8 3.6 8 8v24h104c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H336v32h136c4.4 0 8 3.6 8 8v16z\"/></svg></li><li title=\"yen sign \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M351.2 32h-65.3c-4.6 0-8.8 2.6-10.8 6.7l-55.4 113.2c-14.5 34.7-27.1 71.9-27.1 71.9h-1.3s-12.6-37.2-27.1-71.9L108.8 38.7c-2-4.1-6.2-6.7-10.8-6.7H32.8c-9.1 0-14.8 9.7-10.6 17.6L102.3 200H44c-6.6 0-12 5.4-12 12v32c0 6.6 5.4 12 12 12h88.2l19.8 37.2V320H44c-6.6 0-12 5.4-12 12v32c0 6.6 5.4 12 12 12h108v92c0 6.6 5.4 12 12 12h56c6.6 0 12-5.4 12-12v-92h108c6.6 0 12-5.4 12-12v-32c0-6.6-5.4-12-12-12H232v-26.8l19.8-37.2H340c6.6 0 12-5.4 12-12v-32c0-6.6-5.4-12-12-12h-58.3l80.1-150.4c4.3-7.9-1.5-17.6-10.6-17.6z\"/></svg></li><li title=\"yin yang \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 496 512\"><path d=\"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm0 376c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm0-128c-53.02 0-96 42.98-96 96s42.98 96 96 96c-106.04 0-192-85.96-192-192S141.96 64 248 64c53.02 0 96 42.98 96 96s-42.98 96-96 96zm0-128c-17.67 0-32 14.33-32 32s14.33 32 32 32 32-14.33 32-32-14.33-32-32-32z\"/></svg></li></ul>"
  },
  {
    "path": "resources/svg/icons/heroicons/LICENSE",
    "content": "MIT License\n\nCopyright (c) 2020 Refactoring UI Inc.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n"
  },
  {
    "path": "resources/svg/icons/heroicons/README.md",
    "content": "<p align=\"center\">\n  <img src=\"https://raw.githubusercontent.com/tailwindlabs/heroicons/master/.github/logo.svg\" alt=\"Heroicons\">\n</p>\n\n<p align=\"center\">\n  A set of 450+ free MIT-licensed high-quality SVG icons for you to use in your web projects. <br>Available as basic SVG icons and via first-party <a href=\"#react\">React</a> and <a href=\"#vue\">Vue</a> libraries.\n<p>\n\n<p align=\"center\">\n  <a href=\"https://heroicons.com\"><strong>Browse at Heroicons.com &rarr;</strong></a>\n</p>\n\n\n<p align=\"center\">\n    <a href=\"https://github.com/tailwindlabs/heroicons/releases\"><img src=\"https://img.shields.io/npm/v/heroicons\" alt=\"Latest Release\"></a>\n    <a href=\"https://github.com/tailwindlabs/heroicons/blob/master/LICENSE\"><img src=\"https://img.shields.io/npm/l/heroicons.svg\" alt=\"License\"></a>\n</p>\n\n\n## Basic Usage\n\nThe quickest way to use these icons is to simply copy the source for the icon you need from [heroicons.com](https://heroicons.com) and inline it directly into your HTML:\n\n```html\n<svg class=\"h-6 w-6 text-gray-500\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\n  <path\n    stroke-linecap=\"round\"\n    stroke-linejoin=\"round\"\n    stroke-width=\"2\"\n    d=\"M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z\"\n  />\n</svg>\n```\n\nBoth icon styles are preconfigured to be stylable by setting the `color` CSS property, either manually or using utility classes like `text-gray-500` in a framework like [Tailwind CSS](https://tailwindcss.com).\n\n## React\n\nFirst, install `@heroicons/react` from npm:\n\n```sh\nnpm install @heroicons/react\n```\n\nNow each icon can be imported individually as a React component:\n\n```js\nimport { BeakerIcon } from '@heroicons/react/solid'\n\nfunction MyComponent() {\n  return (\n    <div>\n      <BeakerIcon className=\"h-5 w-5 text-blue-500\"/>\n      <p>...</p>\n    </div>\n  )\n}\n```\n\nThe 24x24 outline icons can be imported from `@heroicons/react/outline`, and the 20x20 solid icons can be imported from `@heroicons/react/solid`.\n\nIcons use an upper camel case naming convention and are always suffixed with the word `Icon`.\n\n[Browse the full list of icon names on UNPKG &rarr;](https://unpkg.com/browse/@heroicons/react/outline/)\n\n\n## Vue\n\n*Note that this library currently only supports Vue 3.*\n\nFirst, install `@heroicons/vue` from npm:\n\n```sh\nnpm install @heroicons/vue\n```\n\nNow each icon can be imported individually as a Vue component:\n\n```vue\n<template>\n  <div>\n    <BeakerIcon class=\"h-5 w-5 text-blue-500\"/>\n    <p>...</p>\n  </div>\n</template>\n\n<script>\nimport { BeakerIcon } from '@heroicons/vue/solid'\n\nexport default {\n  components: { BeakerIcon }\n}\n</script>\n```\n\nThe 24x24 outline icons can be imported from `@heroicons/vue/outline`, and the 20x20 solid icons can be imported from `@heroicons/vue/solid`.\n\nIcons use an upper camel case naming convention and are always suffixed with the word `Icon`.\n\n[Browse the full list of icon names on UNPKG &rarr;](https://unpkg.com/browse/@heroicons/vue/outline/)\n\n## License\n\nThis library is MIT licensed.\n"
  },
  {
    "path": "resources/svg/icons/heroicons/index.html",
    "content": "<style>\nul.svg-list {\n\tlist-style:none;\n\tpadding:0;\n\tmargin:10px 0 0;\n}\nul.svg-list li {\n\tdisplay:inline-block;\n\tposition:relative;\n\twidth:32px;\n\theight:32px;\n\tpadding:3px;\n\tmargin-right:5px;\n\tmargin-bottom:5px;\n\tbox-shadow:0px 3px 6px 0px rgba(0, 0, 0, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.08);\n}\n\nul.svg-list li:hover {\n\tbox-shadow:none;//0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 0px rgba(0, 0, 0, 0.15);\n}\n\nul.svg-list li svg{\n\tmax-width:100%;\n\tmax-height:100%;\n\tfill: var(--bs-body-color);\n\tcolor: var(--bs-border-color);\n}\n\nul.svg-list li span {\n\t//display:none;\n}\n\nul.svg-list li.heading {\n\twidth:100%;\n\tbox-shadow:none;\n\ttext-transform: capitalize;\n\tfont-size: 12px;\n\tline-height: 32px;\t\n}\n\nul.svg-list li span {\n  visibility: hidden;\n  min-width: 120px;\n  background-color: black;\n  color: #fff;\n  text-align: center;\n  border-radius: 6px;\n  padding: 5px 0;\n  \n  /* Position the tooltip */\n  position: absolute;\n  z-index: 1;\n  left:0;\n  top: 105%;\n  font-size:12px;\n}\n\nul.svg-list li:hover  span {\n  visibility: visible;\n}\n\nul.svg-list li:hover  svg {\n\ttransform: scale(2);\n\tfill:blue;\n\tcolor:green;\n}\t\n</style>\n<ul class=\"svg-list\"><li class='heading'>outline</li><li title=\"academic cap \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 14L21 9L12 4L3 9L12 14Z\"/>\n<path d=\"M12 14L18.1591 10.5783C18.7017 11.9466 19 13.4384 19 14.9999C19 15.7013 18.9398 16.3885 18.8244 17.0569C16.2143 17.3106 13.849 18.4006 12 20.0555C10.151 18.4006 7.78571 17.3106 5.17562 17.0569C5.06017 16.3885 5 15.7012 5 14.9999C5 13.4384 5.29824 11.9466 5.84088 10.5782L12 14Z\"/>\n<path d=\"M12 14L21 9L12 4L3 9L12 14ZM12 14L18.1591 10.5783C18.7017 11.9466 19 13.4384 19 14.9999C19 15.7013 18.9398 16.3885 18.8244 17.0569C16.2143 17.3106 13.849 18.4006 12 20.0555C10.151 18.4006 7.78571 17.3106 5.17562 17.0569C5.06017 16.3885 5 15.7012 5 14.9999C5 13.4384 5.29824 11.9466 5.84088 10.5782L12 14ZM8 19.9999V12.5L12 10.2778\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"adjustments \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 6V4M12 6C10.8954 6 10 6.89543 10 8C10 9.10457 10.8954 10 12 10M12 6C13.1046 6 14 6.89543 14 8C14 9.10457 13.1046 10 12 10M6 18C7.10457 18 8 17.1046 8 16C8 14.8954 7.10457 14 6 14M6 18C4.89543 18 4 17.1046 4 16C4 14.8954 4.89543 14 6 14M6 18V20M6 14V4M12 10V20M18 18C19.1046 18 20 17.1046 20 16C20 14.8954 19.1046 14 18 14M18 18C16.8954 18 16 17.1046 16 16C16 14.8954 16.8954 14 18 14M18 18V20M18 14V4\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"annotation \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 8H17M7 12H11M12 20L8 16H5C3.89543 16 3 15.1046 3 14V6C3 4.89543 3.89543 4 5 4H19C20.1046 4 21 4.89543 21 6V14C21 15.1046 20.1046 16 19 16H16L12 20Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"archive \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 8H19M5 8C3.89543 8 3 7.10457 3 6C3 4.89543 3.89543 4 5 4H19C20.1046 4 21 4.89543 21 6C21 7.10457 20.1046 8 19 8M5 8L5 18C5 19.1046 5.89543 20 7 20H17C18.1046 20 19 19.1046 19 18V8M10 12H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow circle down \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 13L12 16M12 16L9 13M12 16L12 8M12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow circle left \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11 15L8 12M8 12L11 9M8 12L16 12M3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow circle right \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13 9L16 12M16 12L13 15M16 12L8 12M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow circle up \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 11L12 8M12 8L15 11M12 8L12 16M12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow down \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 14L12 21M12 21L5 14M12 21L12 3\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow left \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10 19L3 12M3 12L10 5M3 12L21 12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow narrow down \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 17L12 21M12 21L8 17M12 21L12 3\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow narrow left \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 16L3 12M3 12L7 8M3 12L21 12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow narrow right \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 8L21 12M21 12L17 16M21 12L3 12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow narrow up \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 7L12 3M12 3L16 7M12 3V21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow right \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14 5L21 12M21 12L14 19M21 12L3 12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow sm down \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 13L12 18M12 18L7 13M12 18L12 6\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow sm left \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11 17L6 12M6 12L11 7M6 12L18 12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow sm right \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13 7L18 12M18 12L13 17M18 12L6 12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow sm up \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 11L12 6M12 6L17 11M12 6V18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow up \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 10L12 3M12 3L19 10M12 3V21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrows expand \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4 8V4M4 4H8M4 4L9 9M20 8V4M20 4H16M20 4L15 9M4 16V20M4 20H8M4 20L9 15M20 20L15 15M20 20V16M20 20H16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"at symbol \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 12C16 9.79086 14.2091 8 12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16C14.2091 16 16 14.2091 16 12ZM16 12V13.5C16 14.8807 17.1193 16 18.5 16C19.8807 16 21 14.8807 21 13.5V12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21M16.5 19.7942C15.0801 20.614 13.5296 21.0029 12 21.0015\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"backspace \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 14L14 12M14 12L16 10M14 12L12 10M14 12L16 14M3 12L9.41421 18.4142C9.78929 18.7893 10.298 19 10.8284 19H19C20.1046 19 21 18.1046 21 17V7C21 5.89543 20.1046 5 19 5H10.8284C10.298 5 9.78929 5.21071 9.41421 5.58579L3 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"badge check \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.00012 12L11.0001 14L15.0001 10M7.83486 4.69705C8.55239 4.63979 9.23358 4.35763 9.78144 3.89075C11.0599 2.80123 12.9403 2.80123 14.2188 3.89075C14.7667 4.35763 15.4478 4.63979 16.1654 4.69705C17.8398 4.83067 19.1695 6.16031 19.3031 7.83474C19.3603 8.55227 19.6425 9.23346 20.1094 9.78132C21.1989 11.0598 21.1989 12.9402 20.1094 14.2187C19.6425 14.7665 19.3603 15.4477 19.3031 16.1653C19.1695 17.8397 17.8398 19.1693 16.1654 19.303C15.4479 19.3602 14.7667 19.6424 14.2188 20.1093C12.9403 21.1988 11.0599 21.1988 9.78144 20.1093C9.23358 19.6424 8.55239 19.3602 7.83486 19.303C6.16043 19.1693 4.83079 17.8397 4.69717 16.1653C4.63991 15.4477 4.35775 14.7665 3.89087 14.2187C2.80135 12.9402 2.80135 11.0598 3.89087 9.78132C4.35775 9.23346 4.63991 8.55227 4.69717 7.83474C4.83079 6.16031 6.16043 4.83067 7.83486 4.69705Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"ban \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.364 18.364C21.8787 14.8492 21.8787 9.15076 18.364 5.63604C14.8492 2.12132 9.15076 2.12132 5.63604 5.63604M18.364 18.364C14.8492 21.8787 9.15076 21.8787 5.63604 18.364C2.12132 14.8492 2.12132 9.15076 5.63604 5.63604M18.364 18.364L5.63604 5.63604\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"beaker \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.428 15.4282C19.1488 15.149 18.7932 14.9587 18.406 14.8812L16.0185 14.4037C14.7101 14.1421 13.3519 14.324 12.1585 14.9207L11.8411 15.0793C10.6477 15.676 9.28948 15.8579 7.98113 15.5963L6.04938 15.2099C5.39366 15.0788 4.71578 15.284 4.24294 15.7569M7.9998 4H15.9998L14.9998 5V10.1716C14.9998 10.702 15.2105 11.2107 15.5856 11.5858L20.5856 16.5858C21.8455 17.8457 20.9532 20 19.1714 20H4.82823C3.04642 20 2.15409 17.8457 3.41401 16.5858L8.41402 11.5858C8.78909 11.2107 8.9998 10.702 8.9998 10.1716V5L7.9998 4Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bell \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 17H20L18.5951 15.5951C18.2141 15.2141 18 14.6973 18 14.1585V11C18 8.38757 16.3304 6.16509 14 5.34142V5C14 3.89543 13.1046 3 12 3C10.8954 3 10 3.89543 10 5V5.34142C7.66962 6.16509 6 8.38757 6 11V14.1585C6 14.6973 5.78595 15.2141 5.40493 15.5951L4 17H9M15 17V18C15 19.6569 13.6569 21 12 21C10.3431 21 9 19.6569 9 18V17M15 17H9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"book open \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 6.25278V19.2528M12 6.25278C10.8321 5.47686 9.24649 5 7.5 5C5.75351 5 4.16789 5.47686 3 6.25278V19.2528C4.16789 18.4769 5.75351 18 7.5 18C9.24649 18 10.8321 18.4769 12 19.2528M12 6.25278C13.1679 5.47686 14.7535 5 16.5 5C18.2465 5 19.8321 5.47686 21 6.25278V19.2528C19.8321 18.4769 18.2465 18 16.5 18C14.7535 18 13.1679 18.4769 12 19.2528\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bookmark alt \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 4V16L12 14L8 16V4M6 20H18C19.1046 20 20 19.1046 20 18V6C20 4.89543 19.1046 4 18 4H6C4.89543 4 4 4.89543 4 6V18C4 19.1046 4.89543 20 6 20Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bookmark \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 5C5 3.89543 5.89543 3 7 3H17C18.1046 3 19 3.89543 19 5V21L12 17.5L5 21V5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"briefcase \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 13.2554C18.2207 14.3805 15.1827 15 12 15C8.8173 15 5.7793 14.3805 3 13.2554M16 6V4C16 2.89543 15.1046 2 14 2H10C8.89543 2 8 2.89543 8 4V6M12 12H12.01M5 20H19C20.1046 20 21 19.1046 21 18V8C21 6.89543 20.1046 6 19 6H5C3.89543 6 3 6.89543 3 8V18C3 19.1046 3.89543 20 5 20Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cake \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 15.5458C20.4771 15.5458 19.9542 15.6972 19.5 16C18.5917 16.6056 17.4083 16.6056 16.5 16C15.5917 15.3944 14.4083 15.3944 13.5 16C12.5917 16.6056 11.4083 16.6056 10.5 16C9.59167 15.3944 8.40833 15.3944 7.5 16C6.59167 16.6056 5.40833 16.6056 4.5 16C4.04584 15.6972 3.52292 15.5458 3 15.5458M9 6V8M12 6V8M15 6V8M9 3H9.01M12 3H12.01M15 3H15.01M21 21V14C21 12.8954 20.1046 12 19 12H5C3.89543 12 3 12.8954 3 14V21H21ZM18 12V10C18 8.89543 17.1046 8 16 8H8C6.89543 8 6 8.89543 6 10V12H18Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"calculator \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 7H15M15 17V14M12 17H12.01M9 17H9.01M9 14H9.01M12 14H12.01M15 11H15.01M12 11H12.01M9 11H9.01M7 21H17C18.1046 21 19 20.1046 19 19V5C19 3.89543 18.1046 3 17 3H7C5.89543 3 5 3.89543 5 5V19C5 20.1046 5.89543 21 7 21Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"calendar \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 7V3M16 7V3M7 11H17M5 21H19C20.1046 21 21 20.1046 21 19V7C21 5.89543 20.1046 5 19 5H5C3.89543 5 3 5.89543 3 7V19C3 20.1046 3.89543 21 5 21Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"camera \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 9C3 7.89543 3.89543 7 5 7H5.92963C6.59834 7 7.2228 6.6658 7.59373 6.1094L8.40627 4.8906C8.7772 4.3342 9.40166 4 10.0704 4H13.9296C14.5983 4 15.2228 4.3342 15.5937 4.8906L16.4063 6.1094C16.7772 6.6658 17.4017 7 18.0704 7H19C20.1046 7 21 7.89543 21 9V18C21 19.1046 20.1046 20 19 20H5C3.89543 20 3 19.1046 3 18V9Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 13C15 14.6569 13.6569 16 12 16C10.3431 16 9 14.6569 9 13C9 11.3431 10.3431 10 12 10C13.6569 10 15 11.3431 15 13Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 9V7C17 5.89543 16.1046 5 15 5H5C3.89543 5 3 5.89543 3 7V13C3 14.1046 3.89543 15 5 15H7M9 19H19C20.1046 19 21 18.1046 21 17V11C21 9.89543 20.1046 9 19 9H9C7.89543 9 7 9.89543 7 11V17C7 18.1046 7.89543 19 9 19ZM16 14C16 15.1046 15.1046 16 14 16C12.8954 16 12 15.1046 12 14C12 12.8954 12.8954 12 14 12C15.1046 12 16 12.8954 16 14Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"chart bar \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 19V13C9 11.8954 8.10457 11 7 11H5C3.89543 11 3 11.8954 3 13V19C3 20.1046 3.89543 21 5 21H7C8.10457 21 9 20.1046 9 19ZM9 19V9C9 7.89543 9.89543 7 11 7H13C14.1046 7 15 7.89543 15 9V19M9 19C9 20.1046 9.89543 21 11 21H13C14.1046 21 15 20.1046 15 19M15 19V5C15 3.89543 15.8954 3 17 3H19C20.1046 3 21 3.89543 21 5V19C21 20.1046 20.1046 21 19 21H17C15.8954 21 15 20.1046 15 19Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"chart pie \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11 3.05493C6.50005 3.55238 3 7.36745 3 12C3 16.9706 7.02944 21 12 21C16.6326 21 20.4476 17.5 20.9451 13H11V3.05493Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.4878 9H15V3.5123C17.5572 4.41613 19.5839 6.44285 20.4878 9Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"chart square bar \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 8V16M12 11V16M8 14V16M6 20H18C19.1046 20 20 19.1046 20 18V6C20 4.89543 19.1046 4 18 4H6C4.89543 4 4 4.89543 4 6V18C4 19.1046 4.89543 20 6 20Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"chat alt 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 8H19C20.1046 8 21 8.89543 21 10V16C21 17.1046 20.1046 18 19 18H17V22L13 18H9C8.44772 18 7.94772 17.7761 7.58579 17.4142M7.58579 17.4142L11 14H15C16.1046 14 17 13.1046 17 12V6C17 4.89543 16.1046 4 15 4H5C3.89543 4 3 4.89543 3 6V12C3 13.1046 3.89543 14 5 14H7V18L7.58579 17.4142Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"chat alt \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 10H8.01M12 10H12.01M16 10H16.01M9 16H5C3.89543 16 3 15.1046 3 14V6C3 4.89543 3.89543 4 5 4H19C20.1046 4 21 4.89543 21 6V14C21 15.1046 20.1046 16 19 16H14L9 21V16Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"chat \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 12H8.01M12 12H12.01M16 12H16.01M21 12C21 16.4183 16.9706 20 12 20C10.4607 20 9.01172 19.6565 7.74467 19.0511L3 20L4.39499 16.28C3.51156 15.0423 3 13.5743 3 12C3 7.58172 7.02944 4 12 4C16.9706 4 21 7.58172 21 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"check circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 12L11 14L15 10M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"check \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 13L9 17L19 7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"chevron double down \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 13L12 20L5 13M19 5L12 12L5 5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"chevron double left \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11 19L4 12L11 5M19 19L12 12L19 5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"chevron double right \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13 5L20 12L13 19M5 5L12 12L5 19\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"chevron double up \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 11L12 4L19 11M5 19L12 12L19 19\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"chevron down \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 9L12 16L5 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"chevron left \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 19L8 12L15 5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"chevron right \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 5L16 12L9 19\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"chevron up \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 15L12 8L19 15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"chip \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 3V5M15 3V5M9 19V21M15 19V21M5 9H3M5 15H3M21 9H19M21 15H19M7 19H17C18.1046 19 19 18.1046 19 17V7C19 5.89543 18.1046 5 17 5H7C5.89543 5 5 5.89543 5 7V17C5 18.1046 5.89543 19 7 19ZM9 9H15V15H9V9Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"clipboard check \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 5H7C5.89543 5 5 5.89543 5 7V19C5 20.1046 5.89543 21 7 21H17C18.1046 21 19 20.1046 19 19V7C19 5.89543 18.1046 5 17 5H15M9 5C9 6.10457 9.89543 7 11 7H13C14.1046 7 15 6.10457 15 5M9 5C9 3.89543 9.89543 3 11 3H13C14.1046 3 15 3.89543 15 5M9 14L11 16L15 12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"clipboard copy \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 5H6C4.89543 5 4 5.89543 4 7V19C4 20.1046 4.89543 21 6 21H16C17.1046 21 18 20.1046 18 19V18M8 5C8 6.10457 8.89543 7 10 7H12C13.1046 7 14 6.10457 14 5M8 5C8 3.89543 8.89543 3 10 3H12C13.1046 3 14 3.89543 14 5M14 5H16C17.1046 5 18 5.89543 18 7V10M20 14H10M10 14L13 11M10 14L13 17\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"clipboard list \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 5H7C5.89543 5 5 5.89543 5 7V19C5 20.1046 5.89543 21 7 21H17C18.1046 21 19 20.1046 19 19V7C19 5.89543 18.1046 5 17 5H15M9 5C9 6.10457 9.89543 7 11 7H13C14.1046 7 15 6.10457 15 5M9 5C9 3.89543 9.89543 3 11 3H13C14.1046 3 15 3.89543 15 5M12 12H15M12 16H15M9 12H9.01M9 16H9.01\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"clipboard \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 5H7C5.89543 5 5 5.89543 5 7V19C5 20.1046 5.89543 21 7 21H17C18.1046 21 19 20.1046 19 19V7C19 5.89543 18.1046 5 17 5H15M9 5C9 6.10457 9.89543 7 11 7H13C14.1046 7 15 6.10457 15 5M9 5C9 3.89543 9.89543 3 11 3H13C14.1046 3 15 3.89543 15 5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"clock \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 8V12L15 15M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cloud download \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 16C4.79086 16 3 14.2091 3 12C3 10.0929 4.33457 8.4976 6.12071 8.09695C6.04169 7.74395 6 7.37684 6 7C6 4.23858 8.23858 2 11 2C13.4193 2 15.4373 3.71825 15.9002 6.00098C15.9334 6.00033 15.9666 6 16 6C18.7614 6 21 8.23858 21 11C21 13.419 19.2822 15.4367 17 15.9M9 19L12 22M12 22L15 19M12 22V10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cloud upload \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 16C4.79086 16 3 14.2091 3 12C3 10.0929 4.33457 8.4976 6.12071 8.09695C6.04169 7.74395 6 7.37684 6 7C6 4.23858 8.23858 2 11 2C13.4193 2 15.4373 3.71825 15.9002 6.00098C15.9334 6.00033 15.9666 6 16 6C18.7614 6 21 8.23858 21 11C21 13.419 19.2822 15.4367 17 15.9M15 13L12 10M12 10L9 13M12 10L12 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cloud \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 15C3 17.2091 4.79086 19 7 19H16C18.7614 19 21 16.7614 21 14C21 11.2386 18.7614 9 16 9C15.9666 9 15.9334 9.00033 15.9002 9.00098C15.4373 6.71825 13.4193 5 11 5C8.23858 5 6 7.23858 6 10C6 10.3768 6.04169 10.7439 6.12071 11.097C4.33457 11.4976 3 13.0929 3 15Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"code \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10 20L14 4M18 8L22 12L18 16M6 16L2 12L6 8\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cog \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.3246 4.31731C10.751 2.5609 13.249 2.5609 13.6754 4.31731C13.9508 5.45193 15.2507 5.99038 16.2478 5.38285C17.7913 4.44239 19.5576 6.2087 18.6172 7.75218C18.0096 8.74925 18.5481 10.0492 19.6827 10.3246C21.4391 10.751 21.4391 13.249 19.6827 13.6754C18.5481 13.9508 18.0096 15.2507 18.6172 16.2478C19.5576 17.7913 17.7913 19.5576 16.2478 18.6172C15.2507 18.0096 13.9508 18.5481 13.6754 19.6827C13.249 21.4391 10.751 21.4391 10.3246 19.6827C10.0492 18.5481 8.74926 18.0096 7.75219 18.6172C6.2087 19.5576 4.44239 17.7913 5.38285 16.2478C5.99038 15.2507 5.45193 13.9508 4.31731 13.6754C2.5609 13.249 2.5609 10.751 4.31731 10.3246C5.45193 10.0492 5.99037 8.74926 5.38285 7.75218C4.44239 6.2087 6.2087 4.44239 7.75219 5.38285C8.74926 5.99037 10.0492 5.45193 10.3246 4.31731Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12C9 10.3431 10.3431 9 12 9C13.6569 9 15 10.3431 15 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"collection \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 11H5M19 11C20.1046 11 21 11.8954 21 13V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19V13C3 11.8954 3.89543 11 5 11M19 11V9C19 7.89543 18.1046 7 17 7M5 11V9C5 7.89543 5.89543 7 7 7M7 7V5C7 3.89543 7.89543 3 9 3H15C16.1046 3 17 3.89543 17 5V7M7 7H17\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"color swatch \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 21C4.79086 21 3 19.2091 3 17V5C3 3.89543 3.89543 3 5 3H9C10.1046 3 11 3.89543 11 5V17C11 19.2091 9.20914 21 7 21ZM7 21H19C20.1046 21 21 20.1046 21 19V15C21 13.8954 20.1046 13 19 13H16.6569M11 7.34312L12.6569 5.68629C13.4379 4.90524 14.7042 4.90524 15.4853 5.68629L18.3137 8.51472C19.0948 9.29577 19.0948 10.5621 18.3137 11.3431L9.82843 19.8284M7 17H7.01\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"credit card \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 10H21M7 15H8M12 15H13M6 19H18C19.6569 19 21 17.6569 21 16V8C21 6.34315 19.6569 5 18 5H6C4.34315 5 3 6.34315 3 8V16C3 17.6569 4.34315 19 6 19Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cube transparent \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14 10L12 11M12 11L10 10M12 11V13.5M20 7L18 8M20 7L18 6M20 7V9.5M14 4L12 3L10 4M4 7L6 6M4 7L6 8M4 7V9.5M12 21L10 20M12 21L14 20M12 21V18.5M6 18L4 17V14.5M18 18L20 17V14.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cube \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20 7L12 3L4 7M20 7L12 11M20 7V17L12 21M12 11L4 7M12 11V21M4 7V17L12 21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"currency bangladeshi \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11 11V9C11 7.89543 10.1046 7 9 7M11 11V15C11 16.1046 11.8954 17 13 17C14.1046 17 15 16.1046 15 15V14M11 11H9M11 11H15M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"currency dollar \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 8C10.3431 8 9 8.89543 9 10C9 11.1046 10.3431 12 12 12C13.6569 12 15 12.8954 15 14C15 15.1046 13.6569 16 12 16M12 8C13.1104 8 14.0799 8.4022 14.5987 9M12 8V7M12 8L12 16M12 16L12 17M12 16C10.8896 16 9.92008 15.5978 9.40137 15M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"currency euro \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.1213 15.5355C12.9497 17.4882 11.0503 17.4882 9.87868 15.5355C8.70711 13.5829 8.70711 10.4171 9.87868 8.46447C11.0503 6.51184 12.9497 6.51184 14.1213 8.46447M8 10.5H12M8 13.5H12M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"currency pound \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 9C15 7.89543 14.1046 7 13 7C11.8954 7 11 7.89543 11 9V14C11 15.1046 10.1046 16 9 16H15M9 12H13M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"currency rupee \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 8H15M10 8C11.6569 8 13 9.34315 13 11C13 12.6569 11.6569 14 10 14H9L12 17M9 11H15M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"currency yen \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 8L12 13M12 13L15 8M12 13V17M9 12H15M9 15H15M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cursor click \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.9998 15L12.9998 20L8.99983 9L19.9998 13L14.9998 15ZM14.9998 15L19.9998 20M7.18806 2.23853L7.96452 5.1363M5.13606 7.96472L2.23828 7.18826M13.9495 4.05029L11.8282 6.17161M6.17146 11.8284L4.05014 13.9497\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"database \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4 7V17C4 19.2091 7.58172 21 12 21C16.4183 21 20 19.2091 20 17V7M4 7C4 9.20914 7.58172 11 12 11C16.4183 11 20 9.20914 20 7M4 7C4 4.79086 7.58172 3 12 3C16.4183 3 20 4.79086 20 7M20 12C20 14.2091 16.4183 16 12 16C7.58172 16 4 14.2091 4 12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"desktop computer \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.75 17L9 20L8 21H16L15 20L14.25 17M3 13H21M5 17H19C20.1046 17 21 16.1046 21 15V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V15C3 16.1046 3.89543 17 5 17Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"device mobile \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 18H12.01M8 21H16C17.1046 21 18 20.1046 18 19V5C18 3.89543 17.1046 3 16 3H8C6.89543 3 6 3.89543 6 5V19C6 20.1046 6.89543 21 8 21Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"device tablet \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 18H12.01M7 21H17C18.1046 21 19 20.1046 19 19V5C19 3.89543 18.1046 3 17 3H7C5.89543 3 5 3.89543 5 5V19C5 20.1046 5.89543 21 7 21Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"document add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 13H15M12 10L12 16M17 21H7C5.89543 21 5 20.1046 5 19V5C5 3.89543 5.89543 3 7 3H12.5858C12.851 3 13.1054 3.10536 13.2929 3.29289L18.7071 8.70711C18.8946 8.89464 19 9.149 19 9.41421V19C19 20.1046 18.1046 21 17 21Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"document download \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 10V16M12 16L9 13M12 16L15 13M17 21H7C5.89543 21 5 20.1046 5 19V5C5 3.89543 5.89543 3 7 3H12.5858C12.851 3 13.1054 3.10536 13.2929 3.29289L18.7071 8.70711C18.8946 8.89464 19 9.149 19 9.41421V19C19 20.1046 18.1046 21 17 21Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"document duplicate \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 7V15C8 16.1046 8.89543 17 10 17H16M8 7V5C8 3.89543 8.89543 3 10 3H14.5858C14.851 3 15.1054 3.10536 15.2929 3.29289L19.7071 7.70711C19.8946 7.89464 20 8.149 20 8.41421V15C20 16.1046 19.1046 17 18 17H16M8 7H6C4.89543 7 4 7.89543 4 9V19C4 20.1046 4.89543 21 6 21H14C15.1046 21 16 20.1046 16 19V17\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"document remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 13H15M17 21H7C5.89543 21 5 20.1046 5 19V5C5 3.89543 5.89543 3 7 3H12.5858C12.851 3 13.1054 3.10536 13.2929 3.29289L18.7071 8.70711C18.8946 8.89464 19 9.149 19 9.41421V19C19 20.1046 18.1046 21 17 21Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"document report \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 17V15M12 17V13M15 17V11M17 21H7C5.89543 21 5 20.1046 5 19V5C5 3.89543 5.89543 3 7 3H12.5858C12.851 3 13.1054 3.10536 13.2929 3.29289L18.7071 8.70711C18.8946 8.89464 19 9.149 19 9.41421V19C19 20.1046 18.1046 21 17 21Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"document search \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10 21H17C18.1046 21 19 20.1046 19 19V9.41421C19 9.149 18.8946 8.89464 18.7071 8.70711L13.2929 3.29289C13.1054 3.10536 12.851 3 12.5858 3H7C5.89543 3 5 3.89543 5 5V16M5 21L9.87868 16.1213M9.87868 16.1213C10.4216 16.6642 11.1716 17 12 17C13.6569 17 15 15.6569 15 14C15 12.3431 13.6569 11 12 11C10.3431 11 9 12.3431 9 14C9 14.8284 9.33579 15.5784 9.87868 16.1213Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"document text \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 12H15M9 16H15M17 21H7C5.89543 21 5 20.1046 5 19V5C5 3.89543 5.89543 3 7 3H12.5858C12.851 3 13.1054 3.10536 13.2929 3.29289L18.7071 8.70711C18.8946 8.89464 19 9.149 19 9.41421V19C19 20.1046 18.1046 21 17 21Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"document \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 21H17C18.1046 21 19 20.1046 19 19V9.41421C19 9.149 18.8946 8.89464 18.7071 8.70711L13.2929 3.29289C13.1054 3.10536 12.851 3 12.5858 3H7C5.89543 3 5 3.89543 5 5V19C5 20.1046 5.89543 21 7 21Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"dots circle horizontal \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 12H8.01M12 12H12.01M16 12H16.01M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"dots horizontal \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n\n<path d=\"M5 12H5.01M12 12H12.01M19 12H19.01M6 12C6 12.5523 5.55228 13 5 13C4.44772 13 4 12.5523 4 12C4 11.4477 4.44772 11 5 11C5.55228 11 6 11.4477 6 12ZM13 12C13 12.5523 12.5523 13 12 13C11.4477 13 11 12.5523 11 12C11 11.4477 11.4477 11 12 11C12.5523 11 13 11.4477 13 12ZM20 12C20 12.5523 19.5523 13 19 13C18.4477 13 18 12.5523 18 12C18 11.4477 18.4477 11 19 11C19.5523 11 20 11.4477 20 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"dots vertical \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n\n<path d=\"M12 5L12 5.01M12 12L12 12.01M12 19L12 19.01M12 6C11.4477 6 11 5.55228 11 5C11 4.44772 11.4477 4 12 4C12.5523 4 13 4.44772 13 5C13 5.55228 12.5523 6 12 6ZM12 13C11.4477 13 11 12.5523 11 12C11 11.4477 11.4477 11 12 11C12.5523 11 13 11.4477 13 12C13 12.5523 12.5523 13 12 13ZM12 20C11.4477 20 11 19.5523 11 19C11 18.4477 11.4477 18 12 18C12.5523 18 13 18.4477 13 19C13 19.5523 12.5523 20 12 20Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"download \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4 16L4 17C4 18.6569 5.34315 20 7 20L17 20C18.6569 20 20 18.6569 20 17L20 16M16 12L12 16M12 16L8 12M12 16L12 4\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"duplicate \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 16H6C4.89543 16 4 15.1046 4 14V6C4 4.89543 4.89543 4 6 4H14C15.1046 4 16 4.89543 16 6V8M10 20H18C19.1046 20 20 19.1046 20 18V10C20 8.89543 19.1046 8 18 8H10C8.89543 8 8 8.89543 8 10V18C8 19.1046 8.89543 20 10 20Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"emoji happy \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.8284 14.8284C13.2663 16.3905 10.7337 16.3905 9.17157 14.8284M9 10H9.01M15 10H15.01M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"emoji sad \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.17163 16.1716C10.7337 14.6095 13.2664 14.6095 14.8285 16.1716M9 10H9.01M15 10H15.01M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"exclamation circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 8V12M12 16H12.01M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"exclamation \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 9V11M12 15H12.01M5.07183 19H18.9282C20.4678 19 21.4301 17.3333 20.6603 16L13.7321 4C12.9623 2.66667 11.0378 2.66667 10.268 4L3.33978 16C2.56998 17.3333 3.53223 19 5.07183 19Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"external link \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10 6H6C4.89543 6 4 6.89543 4 8V18C4 19.1046 4.89543 20 6 20H16C17.1046 20 18 19.1046 18 18V14M14 4H20M20 4V10M20 4L10 14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"eye off \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.8749 18.8246C13.2677 18.9398 12.6411 19 12.0005 19C7.52281 19 3.73251 16.0571 2.45825 12C2.80515 10.8955 3.33851 9.87361 4.02143 8.97118M9.87868 9.87868C10.4216 9.33579 11.1716 9 12 9C13.6569 9 15 10.3431 15 12C15 12.8284 14.6642 13.5784 14.1213 14.1213M9.87868 9.87868L14.1213 14.1213M9.87868 9.87868L6.58916 6.58916M14.1213 14.1213L17.4112 17.4112M3 3L6.58916 6.58916M6.58916 6.58916C8.14898 5.58354 10.0066 5 12.0004 5C16.4781 5 20.2684 7.94291 21.5426 12C20.8357 14.2507 19.3545 16.1585 17.4112 17.4112M17.4112 17.4112L21 21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"eye \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.9998 12C14.9998 13.6569 13.6566 15 11.9998 15C10.3429 15 8.99976 13.6569 8.99976 12C8.99976 10.3431 10.3429 9 11.9998 9C13.6566 9 14.9998 10.3431 14.9998 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.45801 12C3.73228 7.94288 7.52257 5 12.0002 5C16.4778 5 20.2681 7.94291 21.5424 12C20.2681 16.0571 16.4778 19 12.0002 19C7.52256 19 3.73226 16.0571 2.45801 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"fast forward \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9333 12.8C12.4667 12.4 12.4667 11.6 11.9333 11.2L6.6 7.19998C5.94076 6.70556 5 7.17594 5 7.99998L5 16C5 16.824 5.94076 17.2944 6.6 16.8L11.9333 12.8Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.9333 12.8C20.4667 12.4 20.4667 11.6 19.9333 11.2L14.6 7.19998C13.9408 6.70556 13 7.17594 13 7.99998L13 16C13 16.824 13.9408 17.2944 14.6 16.8L19.9333 12.8Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"film \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 4V20M17 4V20M3 8H7M17 8H21M3 12H21M3 16H7M17 16H21M4 20H20C20.5523 20 21 19.5523 21 19V5C21 4.44772 20.5523 4 20 4H4C3.44772 4 3 4.44772 3 5V19C3 19.5523 3.44772 20 4 20Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"filter \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 4C3 3.44772 3.44772 3 4 3H20C20.5523 3 21 3.44772 21 4V6.58579C21 6.851 20.8946 7.10536 20.7071 7.29289L14.2929 13.7071C14.1054 13.8946 14 14.149 14 14.4142V17L10 21V14.4142C10 14.149 9.89464 13.8946 9.70711 13.7071L3.29289 7.29289C3.10536 7.10536 3 6.851 3 6.58579V4Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"finger print \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9999 11C11.9999 14.5172 10.9911 17.7988 9.24707 20.5712M5.80688 18.5304C5.82459 18.5005 5.84273 18.4709 5.8613 18.4413C7.2158 16.2881 7.99991 13.7418 7.99991 11C7.99991 8.79086 9.79077 7 11.9999 7C14.209 7 15.9999 8.79086 15.9999 11C15.9999 12.017 15.9307 13.0186 15.7966 14M13.6792 20.8436C14.2909 19.6226 14.7924 18.3369 15.1707 17M19.0097 18.132C19.6547 15.8657 20 13.4732 20 11C20 6.58172 16.4183 3 12 3C10.5429 3 9.17669 3.38958 8 4.07026M3 15.3641C3.64066 14.0454 4 12.5646 4 11C4 9.54285 4.38958 8.17669 5.07026 7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"fire \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.6569 18.6568C14.5327 21.781 9.46734 21.781 6.34315 18.6568C4.78105 17.0947 4 15.0474 4 13C4 10.9526 4.78105 8.90523 6.34315 7.34313C6.34315 7.34313 7.00004 8.99995 9.00004 9.99995C9.00004 7.99995 9.50004 4.99996 11.9859 3C14 5 16.0912 5.77745 17.6569 7.34313C19.219 8.90523 20 10.9526 20 13C20 15.0474 19.2189 17.0947 17.6569 18.6568Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.87868 16.1213C11.0503 17.2928 12.9497 17.2928 14.1213 16.1213C14.7071 15.5355 15 14.7677 15 14C15 13.2322 14.7071 12.4644 14.1213 11.8786C13.5392 11.2965 12.7775 11.0037 12.0146 11L10.9999 13.9999L9 14C9.00001 14.7677 9.2929 15.5355 9.87868 16.1213Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"flag \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 21V17M3 17V5C3 3.89543 3.89543 3 5 3H11.5L12.5 4H21L18 10L21 16H12.5L11.5 15H5C3.89543 15 3 15.8954 3 17ZM12 3.5V9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"folder add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 13H15M12 10V16M3 17V7C3 5.89543 3.89543 5 5 5H11L13 7H19C20.1046 7 21 7.89543 21 9V17C21 18.1046 20.1046 19 19 19H5C3.89543 19 3 18.1046 3 17Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"folder download \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 10V16M12 16L9 13M12 16L15 13M3 17V7C3 5.89543 3.89543 5 5 5H11L13 7H19C20.1046 7 21 7.89543 21 9V17C21 18.1046 20.1046 19 19 19H5C3.89543 19 3 18.1046 3 17Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"folder open \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 19C3.89543 19 3 18.1046 3 17V7C3 5.89543 3.89543 5 5 5H9L11 7H15C16.1046 7 17 7.89543 17 9V10M5 19H19C20.1046 19 21 18.1046 21 17V12C21 10.8954 20.1046 10 19 10H9C7.89543 10 7 10.8954 7 12V17C7 18.1046 6.10457 19 5 19Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"folder remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 13H15M3 17V7C3 5.89543 3.89543 5 5 5H11L13 7H19C20.1046 7 21 7.89543 21 9V17C21 18.1046 20.1046 19 19 19H5C3.89543 19 3 18.1046 3 17Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"folder \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 7V17C3 18.1046 3.89543 19 5 19H19C20.1046 19 21 18.1046 21 17V9C21 7.89543 20.1046 7 19 7H13L11 5H5C3.89543 5 3 5.89543 3 7Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"gift \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 8V21M12 8C12 8 12 6.50722 12 6C12 4.89543 12.8954 4 14 4C15.1046 4 16 4.89543 16 6C16 7.10457 15.1046 8 14 8C13.4027 8 12 8 12 8ZM12 8C12 8 12 6.06291 12 5.5C12 4.11929 10.8807 3 9.5 3C8.11929 3 7 4.11929 7 5.5C7 6.88071 8.11929 8 9.5 8C10.3178 8 12 8 12 8ZM5 12H19M5 12C3.89543 12 3 11.1046 3 10C3 8.89543 3.89543 8 5 8H19C20.1046 8 21 8.89543 21 10C21 11.1046 20.1046 12 19 12M5 12L5 19C5 20.1046 5.89543 21 7 21H17C18.1046 21 19 20.1046 19 19V12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"globe alt \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 12C21 16.9706 16.9706 21 12 21M21 12C21 7.02944 16.9706 3 12 3M21 12H3M12 21C7.02944 21 3 16.9706 3 12M12 21C13.6569 21 15 16.9706 15 12C15 7.02944 13.6569 3 12 3M12 21C10.3431 21 9 16.9706 9 12C9 7.02944 10.3431 3 12 3M3 12C3 7.02944 7.02944 3 12 3\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"globe \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.05493 11H5C6.10457 11 7 11.8954 7 13V14C7 15.1046 7.89543 16 9 16C10.1046 16 11 16.8954 11 18V20.9451M8 3.93552V5.5C8 6.88071 9.11929 8 10.5 8H11C12.1046 8 13 8.89543 13 10C13 11.1046 13.8954 12 15 12C16.1046 12 17 11.1046 17 10C17 8.89543 17.8954 8 19 8L20.0645 8M15 20.4879V18C15 16.8954 15.8954 16 17 16H20.0645M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"hand \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 11.5V14M7 11.5V5.5C7 4.67157 7.67157 4 8.5 4C9.32843 4 10 4.67157 10 5.5M7 11.5C7 10.6716 6.32843 10 5.5 10C4.67157 10 4 10.6716 4 11.5V13.5C4 17.6421 7.35786 21 11.5 21C15.6421 21 19 17.6421 19 13.5V8.5C19 7.67157 18.3284 7 17.5 7C16.6716 7 16 7.67157 16 8.5M10 5.5V11M10 5.5V4.5C10 3.67157 10.6716 3 11.5 3C12.3284 3 13 3.67157 13 4.5V5.5M13 5.5V11M13 5.5C13 4.67157 13.6716 4 14.5 4C15.3284 4 16 4.67157 16 5.5V8.5M16 8.5V11\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"hashtag \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 20L11 4M13 20L17 4M6 9H20M4 15H18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"heart \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.31802 6.31802C2.56066 8.07538 2.56066 10.9246 4.31802 12.682L12.0001 20.364L19.682 12.682C21.4393 10.9246 21.4393 8.07538 19.682 6.31802C17.9246 4.56066 15.0754 4.56066 13.318 6.31802L12.0001 7.63609L10.682 6.31802C8.92462 4.56066 6.07538 4.56066 4.31802 6.31802Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"home \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 12L5 10M5 10L12 3L19 10M5 10V20C5 20.5523 5.44772 21 6 21H9M19 10L21 12M19 10V20C19 20.5523 18.5523 21 18 21H15M9 21C9.55228 21 10 20.5523 10 20V16C10 15.4477 10.4477 15 11 15H13C13.5523 15 14 15.4477 14 16V20C14 20.5523 14.4477 21 15 21M9 21H15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"identification \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10 6H5C3.89543 6 3 6.89543 3 8V17C3 18.1046 3.89543 19 5 19H19C20.1046 19 21 18.1046 21 17V8C21 6.89543 20.1046 6 19 6H14M10 6V5C10 3.89543 10.8954 3 12 3C13.1046 3 14 3.89543 14 5V6M10 6C10 7.10457 10.8954 8 12 8C13.1046 8 14 7.10457 14 6M9 14C10.1046 14 11 13.1046 11 12C11 10.8954 10.1046 10 9 10C7.89543 10 7 10.8954 7 12C7 13.1046 7.89543 14 9 14ZM9 14C10.3062 14 11.4174 14.8348 11.8292 16M9 14C7.69378 14 6.58249 14.8348 6.17065 16M15 11H18M15 15H17\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"inbox in \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 4H6C4.89543 4 4 4.89543 4 6V18C4 19.1046 4.89543 20 6 20H18C19.1046 20 20 19.1046 20 18V6C20 4.89543 19.1046 4 18 4H16M12 3V11M12 11L15 8M12 11L9 8M4 13H6.58579C6.851 13 7.10536 13.1054 7.29289 13.2929L9.70711 15.7071C9.89464 15.8946 10.149 16 10.4142 16H13.5858C13.851 16 14.1054 15.8946 14.2929 15.7071L16.7071 13.2929C16.8946 13.1054 17.149 13 17.4142 13H20\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"inbox \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20 13V6C20 4.89543 19.1046 4 18 4H6C4.89543 4 4 4.89543 4 6V13M20 13V18C20 19.1046 19.1046 20 18 20H6C4.89543 20 4 19.1046 4 18V13M20 13H17.4142C17.149 13 16.8946 13.1054 16.7071 13.2929L14.2929 15.7071C14.1054 15.8946 13.851 16 13.5858 16H10.4142C10.149 16 9.89464 15.8946 9.70711 15.7071L7.29289 13.2929C7.10536 13.1054 6.851 13 6.58579 13H4\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"information circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13 16H12V12H11M12 8H12.01M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"key \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 7C16.1046 7 17 7.89543 17 9M21 9C21 12.3137 18.3137 15 15 15C14.3938 15 13.8087 14.9101 13.2571 14.7429L11 17H9V19H7V21H4C3.44772 21 3 20.5523 3 20V17.4142C3 17.149 3.10536 16.8946 3.29289 16.7071L9.25707 10.7429C9.08989 10.1914 9 9.60617 9 9C9 5.68629 11.6863 3 15 3C18.3137 3 21 5.68629 21 9Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"library \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 14V17M12 14V17M16 14V17M3 21H21M3 10H21M3 7L12 3L21 7M4 10H20V21H4V10Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"light bulb \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.66347 17H14.3364M11.9999 3V4M18.3639 5.63604L17.6568 6.34315M21 11.9999H20M4 11.9999H3M6.34309 6.34315L5.63599 5.63604M8.46441 15.5356C6.51179 13.5829 6.51179 10.4171 8.46441 8.46449C10.417 6.51187 13.5829 6.51187 15.5355 8.46449C17.4881 10.4171 17.4881 13.5829 15.5355 15.5356L14.9884 16.0827C14.3555 16.7155 13.9999 17.5739 13.9999 18.469V19C13.9999 20.1046 13.1045 21 11.9999 21C10.8954 21 9.99995 20.1046 9.99995 19V18.469C9.99995 17.5739 9.6444 16.7155 9.01151 16.0827L8.46441 15.5356Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"lightning bolt \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13 10V3L4 14H11L11 21L20 10L13 10Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"link \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.8284 10.1716C12.2663 8.60948 9.73367 8.60948 8.17157 10.1716L4.17157 14.1716C2.60948 15.7337 2.60948 18.2663 4.17157 19.8284C5.73367 21.3905 8.26633 21.3905 9.82843 19.8284L10.93 18.7269M10.1716 13.8284C11.7337 15.3905 14.2663 15.3905 15.8284 13.8284L19.8284 9.82843C21.3905 8.26633 21.3905 5.73367 19.8284 4.17157C18.2663 2.60948 15.7337 2.60948 14.1716 4.17157L13.072 5.27118\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"location marker \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.6569 16.6569C16.7202 17.5935 14.7616 19.5521 13.4138 20.8999C12.6327 21.681 11.3677 21.6814 10.5866 20.9003C9.26234 19.576 7.34159 17.6553 6.34315 16.6569C3.21895 13.5327 3.21895 8.46734 6.34315 5.34315C9.46734 2.21895 14.5327 2.21895 17.6569 5.34315C20.781 8.46734 20.781 13.5327 17.6569 16.6569Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 11C15 12.6569 13.6569 14 12 14C10.3431 14 9 12.6569 9 11C9 9.34315 10.3431 8 12 8C13.6569 8 15 9.34315 15 11Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"lock closed \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 15V17M6 21H18C19.1046 21 20 20.1046 20 19V13C20 11.8954 19.1046 11 18 11H6C4.89543 11 4 11.8954 4 13V19C4 20.1046 4.89543 21 6 21ZM16 11V7C16 4.79086 14.2091 3 12 3C9.79086 3 8 4.79086 8 7V11H16Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"lock open \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 11V7C8 4.79086 9.79086 3 12 3C14.2091 3 16 4.79086 16 7M12 15V17M6 21H18C19.1046 21 20 20.1046 20 19V13C20 11.8954 19.1046 11 18 11H6C4.89543 11 4 11.8954 4 13V19C4 20.1046 4.89543 21 6 21Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"login \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11 16L7 12M7 12L11 8M7 12L21 12M16 16V17C16 18.6569 14.6569 20 13 20H6C4.34315 20 3 18.6569 3 17V7C3 5.34315 4.34315 4 6 4H13C14.6569 4 16 5.34315 16 7V8\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"logout \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 16L21 12M21 12L17 8M21 12L7 12M13 16V17C13 18.6569 11.6569 20 10 20H6C4.34315 20 3 18.6569 3 17V7C3 5.34315 4.34315 4 6 4H10C11.6569 4 13 5.34315 13 7V8\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"mail open \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 19V10.0704C3 9.40165 3.3342 8.77718 3.8906 8.40625L10.8906 3.73959C11.5624 3.29172 12.4376 3.29172 13.1094 3.73959L20.1094 8.40625C20.6658 8.77718 21 9.40165 21 10.0704V19M3 19C3 20.1046 3.89543 21 5 21H19C20.1046 21 21 20.1046 21 19M3 19L9.75 14.5M21 19L14.25 14.5M3 9.99999L9.75 14.5M21 9.99999L14.25 14.5M14.25 14.5L13.1094 15.2604C12.4376 15.7083 11.5624 15.7083 10.8906 15.2604L9.75 14.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"mail \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 8L10.8906 13.2604C11.5624 13.7083 12.4376 13.7083 13.1094 13.2604L21 8M5 19H19C20.1046 19 21 18.1046 21 17V7C21 5.89543 20.1046 5 19 5H5C3.89543 5 3 5.89543 3 7V17C3 18.1046 3.89543 19 5 19Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"map \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 20L3.55279 17.2764C3.214 17.107 3 16.7607 3 16.382V5.61803C3 4.87465 3.78231 4.39116 4.44721 4.72361L9 7M9 20L15 17M9 20V7M15 17L19.5528 19.2764C20.2177 19.6088 21 19.1253 21 18.382V7.61803C21 7.23926 20.786 6.893 20.4472 6.72361L15 4M15 17V4M15 4L9 7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"menu alt 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4 6H20M4 12H12M4 18H20\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"menu alt 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4 6H20M4 12H20M4 18H11\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"menu alt 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4 6H20M4 12H20M13 18H20\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"menu alt 4 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4 8H20M4 16H20\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"menu \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4 6H20M4 12H20M4 18H20\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"microphone \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 11C19 14.866 15.866 18 12 18M12 18C8.13401 18 5 14.866 5 11M12 18V22M12 22H8M12 22H16M12 14C10.3431 14 9 12.6569 9 11V5C9 3.34315 10.3431 2 12 2C13.6569 2 15 3.34315 15 5V11C15 12.6569 13.6569 14 12 14Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"minus circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 12H9M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"minus sm \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18 12H6\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"minus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20 12H4\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"moon \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.3542 15.3542C19.3176 15.7708 18.1856 16.0001 17 16.0001C12.0294 16.0001 8 11.9706 8 7.00006C8 5.81449 8.22924 4.68246 8.64581 3.64587C5.33648 4.9758 3 8.21507 3 12.0001C3 16.9706 7.02944 21.0001 12 21.0001C15.785 21.0001 19.0243 18.6636 20.3542 15.3542Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"music note \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 19V6L21 3V16M9 19C9 20.1046 7.65685 21 6 21C4.34315 21 3 20.1046 3 19C3 17.8954 4.34315 17 6 17C7.65685 17 9 17.8954 9 19ZM21 16C21 17.1046 19.6569 18 18 18C16.3431 18 15 17.1046 15 16C15 14.8954 16.3431 14 18 14C19.6569 14 21 14.8954 21 16ZM9 10L21 7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"newspaper \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 20H5C3.89543 20 3 19.1046 3 18L3 6C3 4.89543 3.89543 4 5 4L15 4C16.1046 4 17 4.89543 17 6V7M19 20C17.8954 20 17 19.1046 17 18L17 7M19 20C20.1046 20 21 19.1046 21 18V9C21 7.89543 20.1046 7 19 7L17 7M13 4L9 4M7 16H13M7 8H13V12H7V8Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"office building \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 21V5C19 3.89543 18.1046 3 17 3H7C5.89543 3 5 3.89543 5 5V21M19 21L21 21M19 21H14M5 21L3 21M5 21H10M9 6.99998H10M9 11H10M14 6.99998H15M14 11H15M10 21V16C10 15.4477 10.4477 15 11 15H13C13.5523 15 14 15.4477 14 16V21M10 21H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"paper airplane \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 19L21 21L12 3L3 21L12 19ZM12 19V11\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"paper clip \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.1716 7L8.58579 13.5858C7.80474 14.3668 7.80474 15.6332 8.58579 16.4142C9.36684 17.1953 10.6332 17.1953 11.4142 16.4142L17.8284 9.82843C19.3905 8.26633 19.3905 5.73367 17.8284 4.17157C16.2663 2.60948 13.7337 2.60948 12.1716 4.17157L5.75736 10.7574C3.41421 13.1005 3.41421 16.8995 5.75736 19.2426C8.1005 21.5858 11.8995 21.5858 14.2426 19.2426L20.5 13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"pause \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10 9V15M14 9V15M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"pencil alt \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11 5H6C4.89543 5 4 5.89543 4 7V18C4 19.1046 4.89543 20 6 20H17C18.1046 20 19 19.1046 19 18V13M17.5858 3.58579C18.3668 2.80474 19.6332 2.80474 20.4142 3.58579C21.1953 4.36683 21.1953 5.63316 20.4142 6.41421L11.8284 15H9L9 12.1716L17.5858 3.58579Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"pencil \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.2322 5.23223L18.7677 8.76777M16.7322 3.73223C17.7085 2.75592 19.2914 2.75592 20.2677 3.73223C21.244 4.70854 21.244 6.29146 20.2677 7.26777L6.5 21.0355H3V17.4644L16.7322 3.73223Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"phone incoming \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 3L15 9M15 9V4M15 9H20M5 3C3.89543 3 3 3.89543 3 5V6C3 14.2843 9.71573 21 18 21H19C20.1046 21 21 20.1046 21 19V15.7208C21 15.2903 20.7246 14.9082 20.3162 14.7721L15.8228 13.2743C15.3507 13.1169 14.8347 13.3306 14.6121 13.7757L13.4835 16.033C11.0388 14.9308 9.06925 12.9612 7.96701 10.5165L10.2243 9.38787C10.6694 9.16531 10.8831 8.64932 10.7257 8.17721L9.22792 3.68377C9.09181 3.27543 8.70967 3 8.27924 3H5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"phone missed call \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 8L18 6M18 6L20 4M18 6L16 4M18 6L20 8M5 3C3.89543 3 3 3.89543 3 5V6C3 14.2843 9.71573 21 18 21H19C20.1046 21 21 20.1046 21 19V15.7208C21 15.2903 20.7246 14.9082 20.3162 14.7721L15.8228 13.2743C15.3507 13.1169 14.8347 13.3306 14.6121 13.7757L13.4835 16.033C11.0388 14.9308 9.06925 12.9612 7.96701 10.5165L10.2243 9.38787C10.6694 9.16531 10.8831 8.64932 10.7257 8.17721L9.22792 3.68377C9.09181 3.27543 8.70967 3 8.27924 3H5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"phone outgoing \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 3H21M21 3V8M21 3L15 9M5 3C3.89543 3 3 3.89543 3 5V6C3 14.2843 9.71573 21 18 21H19C20.1046 21 21 20.1046 21 19V15.7208C21 15.2903 20.7246 14.9082 20.3162 14.7721L15.8228 13.2743C15.3507 13.1169 14.8347 13.3306 14.6121 13.7757L13.4835 16.033C11.0388 14.9308 9.06925 12.9612 7.96701 10.5165L10.2243 9.38787C10.6694 9.16531 10.8831 8.64932 10.7257 8.17721L9.22792 3.68377C9.09181 3.27543 8.70967 3 8.27924 3H5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"phone \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 5C3 3.89543 3.89543 3 5 3H8.27924C8.70967 3 9.09181 3.27543 9.22792 3.68377L10.7257 8.17721C10.8831 8.64932 10.6694 9.16531 10.2243 9.38787L7.96701 10.5165C9.06925 12.9612 11.0388 14.9308 13.4835 16.033L14.6121 13.7757C14.8347 13.3306 15.3507 13.1169 15.8228 13.2743L20.3162 14.7721C20.7246 14.9082 21 15.2903 21 15.7208V19C21 20.1046 20.1046 21 19 21H18C9.71573 21 3 14.2843 3 6V5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"photograph \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4 16L8.58579 11.4142C9.36683 10.6332 10.6332 10.6332 11.4142 11.4142L16 16M14 14L15.5858 12.4142C16.3668 11.6332 17.6332 11.6332 18.4142 12.4142L20 14M14 8H14.01M6 20H18C19.1046 20 20 19.1046 20 18V6C20 4.89543 19.1046 4 18 4H6C4.89543 4 4 4.89543 4 6V18C4 19.1046 4.89543 20 6 20Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"play \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.7519 11.1679L11.5547 9.03647C10.8901 8.59343 10 9.06982 10 9.86852V14.1315C10 14.9302 10.8901 15.4066 11.5547 14.9635L14.7519 12.8321C15.3457 12.4362 15.3457 11.5638 14.7519 11.1679Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"plus circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 9V12M12 12V15M12 12H15M12 12H9M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"plus sm \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 6V12M12 12V18M12 12H18M12 12L6 12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"plus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 4V20M20 12L4 12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"presentation chart bar \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 13V12M12 13V10M16 13V8M8 21L12 17L16 21M3 4H21M4 4H20V16C20 16.5523 19.5523 17 19 17H5C4.44772 17 4 16.5523 4 16V4Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"presentation chart line \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 12L10 9L13 12L17 8M8 21L12 17L16 21M3 4H21M4 4H20V16C20 16.5523 19.5523 17 19 17H5C4.44772 17 4 16.5523 4 16V4Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"printer \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 17H19C20.1046 17 21 16.1046 21 15V11C21 9.89543 20.1046 9 19 9H5C3.89543 9 3 9.89543 3 11V15C3 16.1046 3.89543 17 5 17H7M9 21H15C16.1046 21 17 20.1046 17 19V15C17 13.8954 16.1046 13 15 13H9C7.89543 13 7 13.8954 7 15V19C7 20.1046 7.89543 21 9 21ZM17 9V5C17 3.89543 16.1046 3 15 3H9C7.89543 3 7 3.89543 7 5V9H17Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"puzzle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11 4C11 2.89543 11.8954 2 13 2C14.1046 2 15 2.89543 15 4V5C15 5.55228 15.4477 6 16 6H19C19.5523 6 20 6.44772 20 7V10C20 10.5523 19.5523 11 19 11H18C16.8954 11 16 11.8954 16 13C16 14.1046 16.8954 15 18 15H19C19.5523 15 20 15.4477 20 16V19C20 19.5523 19.5523 20 19 20H16C15.4477 20 15 19.5523 15 19V18C15 16.8954 14.1046 16 13 16C11.8954 16 11 16.8954 11 18V19C11 19.5523 10.5523 20 10 20H7C6.44772 20 6 19.5523 6 19V16C6 15.4477 5.55228 15 5 15H4C2.89543 15 2 14.1046 2 13C2 11.8954 2.89543 11 4 11H5C5.55228 11 6 10.5523 6 10V7C6 6.44772 6.44772 6 7 6H10C10.5523 6 11 5.55228 11 5V4Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"qrcode \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 4V5M18 16H20M14 16H12V20M12 9V12M12 12H12.01M12 12H16.01M16 20H20M4 12H8M20 12H20.01M5 8H7C7.55228 8 8 7.55228 8 7V5C8 4.44772 7.55228 4 7 4H5C4.44772 4 4 4.44772 4 5V7C4 7.55228 4.44772 8 5 8ZM17 8H19C19.5523 8 20 7.55228 20 7V5C20 4.44772 19.5523 4 19 4H17C16.4477 4 16 4.44772 16 5V7C16 7.55228 16.4477 8 17 8ZM5 20H7C7.55228 20 8 19.5523 8 19V17C8 16.4477 7.55228 16 7 16H5C4.44772 16 4 16.4477 4 17V19C4 19.5523 4.44772 20 5 20Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"question mark circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.22766 9C8.77678 7.83481 10.2584 7 12.0001 7C14.2092 7 16.0001 8.34315 16.0001 10C16.0001 11.3994 14.7224 12.5751 12.9943 12.9066C12.4519 13.0106 12.0001 13.4477 12.0001 14M12 17H12.01M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"receipt refund \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 15V14C16 11.7909 14.2091 10 12 10H8M8 10L11 13M8 10L11 7M20 21V5C20 3.89543 19.1046 3 18 3H6C4.89543 3 4 3.89543 4 5V21L8 19L12 21L16 19L20 21Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"receipt tax \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 14L15 8M9.50003 8.5H9.51003M14.5 13.5H14.51M19 21V5C19 3.89543 18.1046 3 17 3H7C5.89543 3 5 3.89543 5 5V21L8.5 19L12 21L15.5 19L19 21ZM10 8.5C10 8.77614 9.77614 9 9.5 9C9.22386 9 9 8.77614 9 8.5C9 8.22386 9.22386 8 9.5 8C9.77614 8 10 8.22386 10 8.5ZM15 13.5C15 13.7761 14.7761 14 14.5 14C14.2239 14 14 13.7761 14 13.5C14 13.2239 14.2239 13 14.5 13C14.7761 13 15 13.2239 15 13.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"refresh \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4 4V9H4.58152M19.9381 11C19.446 7.05369 16.0796 4 12 4C8.64262 4 5.76829 6.06817 4.58152 9M4.58152 9H9M20 20V15H19.4185M19.4185 15C18.2317 17.9318 15.3574 20 12 20C7.92038 20 4.55399 16.9463 4.06189 13M19.4185 15H15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"reply \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 10H13C17.4183 10 21 13.5817 21 18V20M3 10L9 16M3 10L9 4\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"rewind \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.0665 11.2C11.5332 11.6 11.5332 12.4 12.0665 12.8L17.3998 16.8C18.0591 17.2944 18.9998 16.824 18.9998 16V7.99999C18.9998 7.17594 18.0591 6.70556 17.3998 7.19999L12.0665 11.2Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.0665 11.2C3.53317 11.6 3.53317 12.4 4.0665 12.8L9.39984 16.8C10.0591 17.2944 10.9998 16.824 10.9998 16V7.99998C10.9998 7.17594 10.0591 6.70556 9.39984 7.19998L4.0665 11.2Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"rss \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 5C13.1797 5 19 10.8203 19 18M6 11C9.86599 11 13 14.134 13 18M7 18C7 18.5523 6.55228 19 6 19C5.44772 19 5 18.5523 5 18C5 17.4477 5.44772 17 6 17C6.55228 17 7 17.4477 7 18Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"save as \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 16V18C17 19.1046 16.1046 20 15 20H5C3.89543 20 3 19.1046 3 18V11C3 9.89543 3.89543 9 5 9H7M10 5H9C7.89543 5 7 5.89543 7 7V14C7 15.1046 7.89543 16 9 16H19C20.1046 16 21 15.1046 21 14V7C21 5.89543 20.1046 5 19 5H18M17 9L14 12M14 12L11 9M14 12L14 3\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"save \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 7H5C3.89543 7 3 7.89543 3 9V18C3 19.1046 3.89543 20 5 20H19C20.1046 20 21 19.1046 21 18V9C21 7.89543 20.1046 7 19 7H16M15 11L12 14M12 14L9 11M12 14L12 4\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"scale \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 6L6 7M6 7L3 16C4.77253 17.3334 7.22866 17.3334 9.00119 16M6 7L9.00006 16M6 7L12 5M18 7L21 6M18 7L15 16C16.7725 17.3334 19.2287 17.3334 21.0012 16M18 7L21.0001 16M18 7L12 5M12 3V5M12 21V5M12 21H9M12 21H15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"scissors \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.1213 14.1213L19 19M12 12L19 5M12 12L9.12132 14.8787M12 12L9.12132 9.12132M9.12132 14.8787C8.57843 14.3358 7.82843 14 7 14C5.34315 14 4 15.3431 4 17C4 18.6569 5.34315 20 7 20C8.65685 20 10 18.6569 10 17C10 16.1716 9.66421 15.4216 9.12132 14.8787ZM9.12132 9.12132C9.66421 8.57843 10 7.82843 10 7C10 5.34315 8.65685 4 7 4C5.34315 4 4 5.34315 4 7C4 8.65685 5.34315 10 7 10C7.82843 10 8.57843 9.66421 9.12132 9.12132Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"search circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 16L10.8787 13.1213M10.8787 13.1213C11.4216 13.6642 12.1716 14 13 14C14.6569 14 16 12.6569 16 11C16 9.34315 14.6569 8 13 8C11.3431 8 10 9.34315 10 11C10 11.8284 10.3358 12.5784 10.8787 13.1213ZM21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"search \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 21L15 15M17 10C17 13.866 13.866 17 10 17C6.13401 17 3 13.866 3 10C3 6.13401 6.13401 3 10 3C13.866 3 17 6.13401 17 10Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"selector \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 9L12 5L16 9M16 15L12 19L8 15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"server \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 12H19M5 12C3.89543 12 3 11.1046 3 10V6C3 4.89543 3.89543 4 5 4H19C20.1046 4 21 4.89543 21 6V10C21 11.1046 20.1046 12 19 12M5 12C3.89543 12 3 12.8954 3 14V18C3 19.1046 3.89543 20 5 20H19C20.1046 20 21 19.1046 21 18V14C21 12.8954 20.1046 12 19 12M17 8H17.01M17 16H17.01\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"share \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.68387 13.3419C8.88616 12.9381 9 12.4824 9 12C9 11.5176 8.88616 11.0619 8.68387 10.6581M8.68387 13.3419C8.19134 14.3251 7.17449 15 6 15C4.34315 15 3 13.6569 3 12C3 10.3431 4.34315 9 6 9C7.17449 9 8.19134 9.67492 8.68387 10.6581M8.68387 13.3419L15.3161 16.6581M8.68387 10.6581L15.3161 7.34193M15.3161 7.34193C15.8087 8.32508 16.8255 9 18 9C19.6569 9 21 7.65685 21 6C21 4.34315 19.6569 3 18 3C16.3431 3 15 4.34315 15 6C15 6.48237 15.1138 6.93815 15.3161 7.34193ZM15.3161 16.6581C15.1138 17.0619 15 17.5176 15 18C15 19.6569 16.3431 21 18 21C19.6569 21 21 19.6569 21 18C21 16.3431 19.6569 15 18 15C16.8255 15 15.8087 15.6749 15.3161 16.6581Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"shield check \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 12L11 14L15 10M20.6179 5.98434C20.4132 5.99472 20.2072 5.99997 20 5.99997C16.9265 5.99997 14.123 4.84453 11.9999 2.94434C9.87691 4.84446 7.07339 5.99985 4 5.99985C3.79277 5.99985 3.58678 5.9946 3.38213 5.98422C3.1327 6.94783 3 7.95842 3 9.00001C3 14.5915 6.82432 19.2898 12 20.622C17.1757 19.2898 21 14.5915 21 9.00001C21 7.95847 20.8673 6.94791 20.6179 5.98434Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"shield exclamation \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.6179 5.98434C20.4132 5.99472 20.2072 5.99997 20 5.99997C16.9265 5.99997 14.123 4.84453 11.9999 2.94434C9.87691 4.84446 7.07339 5.99985 4 5.99985C3.79277 5.99985 3.58678 5.9946 3.38213 5.98422C3.1327 6.94783 3 7.95842 3 9.00001C3 14.5915 6.82432 19.2898 12 20.622C17.1757 19.2898 21 14.5915 21 9.00001C21 7.95847 20.8673 6.94791 20.6179 5.98434Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 9V11M12 15H12.01\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"shopping bag \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 11V7C16 4.79086 14.2091 3 12 3C9.79086 3 8 4.79086 8 7V11M5 9H19L20 21H4L5 9Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"shopping cart \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 3H5L5.4 5M7 13H17L21 5H5.4M7 13L5.4 5M7 13L4.70711 15.2929C4.07714 15.9229 4.52331 17 5.41421 17H17M17 17C15.8954 17 15 17.8954 15 19C15 20.1046 15.8954 21 17 21C18.1046 21 19 20.1046 19 19C19 17.8954 18.1046 17 17 17ZM9 19C9 20.1046 8.10457 21 7 21C5.89543 21 5 20.1046 5 19C5 17.8954 5.89543 17 7 17C8.10457 17 9 17.8954 9 19Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"sort ascending \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 4H16M3 8H12M3 12H9M13 12L17 8M17 8L21 12M17 8V20\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"sort descending \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 4H16M3 8H12M3 12H12M17 8V20M17 20L13 16M17 20L21 16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"sparkles \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 3V7M3 5H7M6 17V21M4 19H8M13 3L15.2857 9.85714L21 12L15.2857 14.1429L13 21L10.7143 14.1429L5 12L10.7143 9.85714L13 3Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"speakerphone \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11 5.88218V19.2402C11 20.2121 10.2121 21 9.24018 21C8.49646 21 7.83302 20.5325 7.58288 19.8321L5.43647 13.6829M18 13C19.6569 13 21 11.6569 21 10C21 8.34315 19.6569 7 18 7M5.43647 13.6829C4.0043 13.0741 3 11.6543 3 10C3 7.79086 4.79086 6 6.99999 6H8.83208C12.9327 6 16.4569 4.7659 18 3L18 17C16.4569 15.2341 12.9327 14 8.83208 14L6.99998 14C6.44518 14 5.91677 13.887 5.43647 13.6829Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"star \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.0489 2.92707C11.3483 2.00576 12.6517 2.00576 12.9511 2.92707L14.4697 7.60083C14.6035 8.01285 14.9875 8.29181 15.4207 8.29181H20.335C21.3037 8.29181 21.7065 9.53143 20.9228 10.1008L16.947 12.9894C16.5965 13.244 16.4499 13.6954 16.5838 14.1074L18.1024 18.7812C18.4017 19.7025 17.3472 20.4686 16.5635 19.8992L12.5878 17.0107C12.2373 16.756 11.7627 16.756 11.4122 17.0107L7.43647 19.8992C6.65276 20.4686 5.59828 19.7025 5.89763 18.7812L7.41623 14.1074C7.5501 13.6954 7.40344 13.244 7.05296 12.9894L3.07722 10.1008C2.2935 9.53143 2.69628 8.29181 3.665 8.29181H8.57929C9.01251 8.29181 9.39647 8.01285 9.53034 7.60083L11.0489 2.92707Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"status offline \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.364 5.63605C21.8787 9.15077 21.8787 14.8493 18.364 18.364M18.364 18.364L15.5355 15.5355M18.364 18.364L21 21M15.5355 8.46447C17.4882 10.4171 17.4882 13.5829 15.5355 15.5355M15.5355 15.5355L12.7071 12.7071M8.46447 15.5355C7.66839 14.7395 7.19687 13.7417 7.04991 12.7068M5.63604 18.364C3.13732 15.8652 2.41501 12.2628 3.46913 9.12598M11.2929 11.2929C11.4739 11.1119 11.7239 11 12 11C12.5523 11 13 11.4477 13 12C13 12.2761 12.8881 12.5261 12.7071 12.7071M11.2929 11.2929L3 3M11.2929 11.2929L12.7071 12.7071\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"status online \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.63604 18.3639C2.12132 14.8492 2.12132 9.15071 5.63604 5.63599M18.364 5.63599C21.8787 9.15071 21.8787 14.8492 18.364 18.3639M8.46447 15.5355C6.51184 13.5829 6.51184 10.417 8.46447 8.46441M15.5355 8.46441C17.4882 10.417 17.4882 13.5829 15.5355 15.5355M13 11.9999C13 12.5522 12.5523 12.9999 12 12.9999C11.4477 12.9999 11 12.5522 11 11.9999C11 11.4477 11.4477 10.9999 12 10.9999C12.5523 10.9999 13 11.4477 13 11.9999Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"stop \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 10C9 9.44772 9.44772 9 10 9H14C14.5523 9 15 9.44772 15 10V14C15 14.5523 14.5523 15 14 15H10C9.44772 15 9 14.5523 9 14V10Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"sun \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 3V4M12 20V21M21 12H20M4 12H3M18.364 18.364L17.6569 17.6569M6.34315 6.34315L5.63604 5.63604M18.364 5.63609L17.6569 6.3432M6.3432 17.6569L5.63609 18.364M16 12C16 14.2091 14.2091 16 12 16C9.79086 16 8 14.2091 8 12C8 9.79086 9.79086 8 12 8C14.2091 8 16 9.79086 16 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"support \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.364 5.63604L14.8284 9.17157M14.8284 14.8284L18.364 18.364M9.17157 9.17157L5.63604 5.63604M9.17157 14.8284L5.63604 18.364M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12ZM16 12C16 14.2091 14.2091 16 12 16C9.79086 16 8 14.2091 8 12C8 9.79086 9.79086 8 12 8C14.2091 8 16 9.79086 16 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"switch horizontal \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 7L20 7M20 7L16 3M20 7L16 11M16 17L4 17M4 17L8 21M4 17L8 13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"switch vertical \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 16V4M7 4L3 8M7 4L11 8M17 8V20M17 20L21 16M17 20L13 16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"table \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 10H21M3 14H21M12 10V18M5 18H19C20.1046 18 21 17.1046 21 16V8C21 6.89543 20.1046 6 19 6H5C3.89543 6 3 6.89543 3 8V16C3 17.1046 3.89543 18 5 18Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"tag \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 7H7.01M7 3H12C12.5119 2.99999 13.0237 3.19525 13.4142 3.58579L20.4143 10.5858C21.1953 11.3668 21.1953 12.6332 20.4143 13.4142L13.4142 20.4142C12.6332 21.1953 11.3668 21.1953 10.5858 20.4142L3.58579 13.4142C3.19526 13.0237 3 12.5118 3 12V7C3 4.79086 4.79086 3 7 3Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"template \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4 5C4 4.44772 4.44772 4 5 4H19C19.5523 4 20 4.44772 20 5V7C20 7.55228 19.5523 8 19 8H5C4.44772 8 4 7.55228 4 7V5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 13C4 12.4477 4.44772 12 5 12H11C11.5523 12 12 12.4477 12 13V19C12 19.5523 11.5523 20 11 20H5C4.44772 20 4 19.5523 4 19V13Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 13C16 12.4477 16.4477 12 17 12H19C19.5523 12 20 12.4477 20 13V19C20 19.5523 19.5523 20 19 20H17C16.4477 20 16 19.5523 16 19V13Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"terminal \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 9L11 12L8 15M13 15H16M5 20H19C20.1046 20 21 19.1046 21 18V6C21 4.89543 20.1046 4 19 4H5C3.89543 4 3 4.89543 3 6V18C3 19.1046 3.89543 20 5 20Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"thumb down \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.99991 14H5.23598C3.74922 14 2.78222 12.4354 3.44712 11.1056L6.94712 4.10557C7.28591 3.42801 7.97843 3 8.73598 3H12.7537C12.9172 3 13.0801 3.02005 13.2388 3.05972L16.9999 4M9.99991 14V19C9.99991 20.1046 10.8953 21 11.9999 21H12.0954C12.5949 21 12.9999 20.595 12.9999 20.0955C12.9999 19.3812 13.2113 18.6828 13.6076 18.0885L16.9999 13V4M9.99991 14H11.9999M16.9999 4H18.9999C20.1045 4 20.9999 4.89543 20.9999 6V12C20.9999 13.1046 20.1045 14 18.9999 14H16.4999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"thumb up \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14 10H18.7639C20.2507 10 21.2177 11.5646 20.5528 12.8944L17.0528 19.8944C16.714 20.572 16.0215 21 15.2639 21H11.2462C11.0827 21 10.9198 20.9799 10.7611 20.9403L7 20M14 10V5C14 3.89543 13.1046 3 12 3H11.9045C11.405 3 11 3.40497 11 3.90453C11 4.61883 10.7886 5.31715 10.3923 5.91149L7 11V20M14 10H12M7 20H5C3.89543 20 3 19.1046 3 18V12C3 10.8954 3.89543 10 5 10H7.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"ticket \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 5V7M15 11V13M15 17V19M5 5C3.89543 5 3 5.89543 3 7V10C4.10457 10 5 10.8954 5 12C5 13.1046 4.10457 14 3 14V17C3 18.1046 3.89543 19 5 19H19C20.1046 19 21 18.1046 21 17V14C19.8954 14 19 13.1046 19 12C19 10.8954 19.8954 10 21 10V7C21 5.89543 20.1046 5 19 5H5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"translate \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 5H15M9 3V5M10.0482 14.5C8.52083 12.9178 7.28073 11.0565 6.41187 9M12.5 18H19.5M11 21L16 11L21 21M12.7511 5C11.7831 10.7702 8.06969 15.6095 3 18.129\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"trash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 7L18.1327 19.1425C18.0579 20.1891 17.187 21 16.1378 21H7.86224C6.81296 21 5.94208 20.1891 5.86732 19.1425L5 7M10 11V17M14 11V17M15 7V4C15 3.44772 14.5523 3 14 3H10C9.44772 3 9 3.44772 9 4V7M4 7H20\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"trending down \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13 17H21M21 17V9M21 17L13 9L9 13L3 7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"trending up \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13 7H21M21 7V15M21 7L13 15L9 11L3 17\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"truck \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 17C9 18.1046 8.10457 19 7 19C5.89543 19 5 18.1046 5 17C5 15.8954 5.89543 15 7 15C8.10457 15 9 15.8954 9 17Z\"/>\n<path d=\"M19 17C19 18.1046 18.1046 19 17 19C15.8954 19 15 18.1046 15 17C15 15.8954 15.8954 15 17 15C18.1046 15 19 15.8954 19 17Z\"/>\n<path d=\"M13 16V6C13 5.44772 12.5523 5 12 5H4C3.44772 5 3 5.44772 3 6V16C3 16.5523 3.44772 17 4 17H5M13 16C13 16.5523 12.5523 17 12 17H9M13 16L13 8C13 7.44772 13.4477 7 14 7H16.5858C16.851 7 17.1054 7.10536 17.2929 7.29289L20.7071 10.7071C20.8946 10.8946 21 11.149 21 11.4142V16C21 16.5523 20.5523 17 20 17H19M13 16C13 16.5523 13.4477 17 14 17H15M5 17C5 18.1046 5.89543 19 7 19C8.10457 19 9 18.1046 9 17M5 17C5 15.8954 5.89543 15 7 15C8.10457 15 9 15.8954 9 17M15 17C15 18.1046 15.8954 19 17 19C18.1046 19 19 18.1046 19 17M15 17C15 15.8954 15.8954 15 17 15C18.1046 15 19 15.8954 19 17\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"upload \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4 16L4 17C4 18.6569 5.34315 20 7 20L17 20C18.6569 20 20 18.6569 20 17L20 16M16 8L12 4M12 4L8 8M12 4L12 16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"user add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18 9V12M18 12V15M18 12H21M18 12H15M13 7C13 9.20914 11.2091 11 9 11C6.79086 11 5 9.20914 5 7C5 4.79086 6.79086 3 9 3C11.2091 3 13 4.79086 13 7ZM3 20C3 16.6863 5.68629 14 9 14C12.3137 14 15 16.6863 15 20V21H3V20Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"user circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.12104 17.8037C7.15267 16.6554 9.4998 16 12 16C14.5002 16 16.8473 16.6554 18.879 17.8037M15 10C15 11.6569 13.6569 13 12 13C10.3431 13 9 11.6569 9 10C9 8.34315 10.3431 7 12 7C13.6569 7 15 8.34315 15 10ZM21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"user group \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 20H22V18C22 16.3431 20.6569 15 19 15C18.0444 15 17.1931 15.4468 16.6438 16.1429M17 20H7M17 20V18C17 17.3438 16.8736 16.717 16.6438 16.1429M7 20H2V18C2 16.3431 3.34315 15 5 15C5.95561 15 6.80686 15.4468 7.35625 16.1429M7 20V18C7 17.3438 7.12642 16.717 7.35625 16.1429M7.35625 16.1429C8.0935 14.301 9.89482 13 12 13C14.1052 13 15.9065 14.301 16.6438 16.1429M15 7C15 8.65685 13.6569 10 12 10C10.3431 10 9 8.65685 9 7C9 5.34315 10.3431 4 12 4C13.6569 4 15 5.34315 15 7ZM21 10C21 11.1046 20.1046 12 19 12C17.8954 12 17 11.1046 17 10C17 8.89543 17.8954 8 19 8C20.1046 8 21 8.89543 21 10ZM7 10C7 11.1046 6.10457 12 5 12C3.89543 12 3 11.1046 3 10C3 8.89543 3.89543 8 5 8C6.10457 8 7 8.89543 7 10Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"user remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13 7C13 9.20914 11.2091 11 9 11C6.79086 11 5 9.20914 5 7C5 4.79086 6.79086 3 9 3C11.2091 3 13 4.79086 13 7Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 14C5.68629 14 3 16.6863 3 20V21H15V20C15 16.6863 12.3137 14 9 14Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 12L15 12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"user \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 7C16 9.20914 14.2091 11 12 11C9.79086 11 8 9.20914 8 7C8 4.79086 9.79086 3 12 3C14.2091 3 16 4.79086 16 7Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 14C8.13401 14 5 17.134 5 21H19C19 17.134 15.866 14 12 14Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"users \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 4.35418C12.7329 3.52375 13.8053 3 15 3C17.2091 3 19 4.79086 19 7C19 9.20914 17.2091 11 15 11C13.8053 11 12.7329 10.4762 12 9.64582M15 21H3V20C3 16.6863 5.68629 14 9 14C12.3137 14 15 16.6863 15 20V21ZM15 21H21V20C21 16.6863 18.3137 14 15 14C13.9071 14 12.8825 14.2922 12 14.8027M13 7C13 9.20914 11.2091 11 9 11C6.79086 11 5 9.20914 5 7C5 4.79086 6.79086 3 9 3C11.2091 3 13 4.79086 13 7Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"variable \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.87104 4C3.67341 6.40992 3 9.12632 3 12C3 14.8737 3.67341 17.5901 4.87104 20M19.0001 20C20.1977 17.5901 20.8711 14.8737 20.8711 12C20.8711 9.12632 20.1977 6.40992 19.0001 4M9 9H10.2457C10.6922 9 11.0846 9.29598 11.2072 9.72528L12.7928 15.2747C12.9154 15.704 13.3078 16 13.7543 16H15M16 9H15.9199C15.336 9 14.7813 9.25513 14.4014 9.69842L9.59864 15.3016C9.21868 15.7449 8.66398 16 8.08013 16H8\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"video camera \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 10L19.5528 7.72361C20.2177 7.39116 21 7.87465 21 8.61803V15.382C21 16.1253 20.2177 16.6088 19.5528 16.2764L15 14M5 18H13C14.1046 18 15 17.1046 15 16V8C15 6.89543 14.1046 6 13 6H5C3.89543 6 3 6.89543 3 8V16C3 17.1046 3.89543 18 5 18Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"view boards \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 17V7M9 17C9 18.1046 8.10457 19 7 19H5C3.89543 19 3 18.1046 3 17V7C3 5.89543 3.89543 5 5 5H7C8.10457 5 9 5.89543 9 7M9 17C9 18.1046 9.89543 19 11 19H13C14.1046 19 15 18.1046 15 17M9 7C9 5.89543 9.89543 5 11 5H13C14.1046 5 15 5.89543 15 7M15 17V7M15 17C15 18.1046 15.8954 19 17 19H19C20.1046 19 21 18.1046 21 17V7C21 5.89543 20.1046 5 19 5H17C15.8954 5 15 5.89543 15 7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"view grid add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 14V20M14 17H20M6 10H8C9.10457 10 10 9.10457 10 8V6C10 4.89543 9.10457 4 8 4H6C4.89543 4 4 4.89543 4 6V8C4 9.10457 4.89543 10 6 10ZM16 10H18C19.1046 10 20 9.10457 20 8V6C20 4.89543 19.1046 4 18 4H16C14.8954 4 14 4.89543 14 6V8C14 9.10457 14.8954 10 16 10ZM6 20H8C9.10457 20 10 19.1046 10 18V16C10 14.8954 9.10457 14 8 14H6C4.89543 14 4 14.8954 4 16V18C4 19.1046 4.89543 20 6 20Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"view grid \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4 6C4 4.89543 4.89543 4 6 4H8C9.10457 4 10 4.89543 10 6V8C10 9.10457 9.10457 10 8 10H6C4.89543 10 4 9.10457 4 8V6Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 6C14 4.89543 14.8954 4 16 4H18C19.1046 4 20 4.89543 20 6V8C20 9.10457 19.1046 10 18 10H16C14.8954 10 14 9.10457 14 8V6Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 16C4 14.8954 4.89543 14 6 14H8C9.10457 14 10 14.8954 10 16V18C10 19.1046 9.10457 20 8 20H6C4.89543 20 4 19.1046 4 18V16Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 16C14 14.8954 14.8954 14 16 14H18C19.1046 14 20 14.8954 20 16V18C20 19.1046 19.1046 20 18 20H16C14.8954 20 14 19.1046 14 18V16Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"view list \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4 6H20M4 10H20M4 14H20M4 18H20\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"volume off \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.58579 15.0001H4C3.44772 15.0001 3 14.5523 3 14.0001V10.0001C3 9.44777 3.44772 9.00005 4 9.00005H5.58579L10.2929 4.29294C10.9229 3.66298 12 4.10915 12 5.00005V19.0001C12 19.891 10.9229 20.3371 10.2929 19.7072L5.58579 15.0001Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 14L19 12M19 12L21 10M19 12L17 10M19 12L21 14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"volume up \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.5355 8.46448C17.4881 10.4171 17.4881 13.5829 15.5355 15.5355M18.364 5.63599C21.8787 9.15071 21.8787 14.8492 18.364 18.3639M5.58579 15.0001H4C3.44772 15.0001 3 14.5523 3 14.0001V10.0001C3 9.44777 3.44772 9.00005 4 9.00005H5.58579L10.2929 4.29294C10.9229 3.66298 12 4.10915 12 5.00005V19.0001C12 19.891 10.9229 20.3371 10.2929 19.7072L5.58579 15.0001Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"wifi \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.11107 16.4039C10.259 14.256 13.7414 14.256 15.8892 16.4039M12.0002 20H12.0102M4.92913 12.9289C8.83437 9.02371 15.166 9.0237 19.0713 12.9289M1.39355 9.3934C7.25142 3.53553 16.7489 3.53553 22.6068 9.3934\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"x circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10 14L12 12M12 12L14 10M12 12L10 10M12 12L14 14M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"x \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 18L18 6M6 6L18 18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"zoom in \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 21L15 15M17 10C17 13.866 13.866 17 10 17C6.13401 17 3 13.866 3 10C3 6.13401 6.13401 3 10 3C13.866 3 17 6.13401 17 10Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 7V10M10 10V13M10 10H13M10 10H7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"zoom out \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 21L15 15M17 10C17 13.866 13.866 17 10 17C6.13401 17 3 13.866 3 10C3 6.13401 6.13401 3 10 3C13.866 3 17 6.13401 17 10Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 10H7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li class='heading'>solid</li><li title=\"academic cap \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.3939 2.08085C10.1424 1.97305 9.85763 1.97305 9.60608 2.08085L2.60608 5.08085C2.2384 5.23843 2 5.59997 2 6C2 6.40003 2.2384 6.76157 2.60608 6.91915L5.25037 8.05241C5.34653 7.94347 5.46706 7.85473 5.60608 7.79515L9.60608 6.08087C10.1137 5.86331 10.7016 6.09846 10.9191 6.60609C11.1367 7.11372 10.9015 7.7016 10.3939 7.91916L7.66668 9.08797L9.60608 9.91915C9.85763 10.027 10.1424 10.027 10.3939 9.91915L17.3939 6.91915C17.7616 6.76157 18 6.40003 18 6C18 5.59997 17.7616 5.23843 17.3939 5.08085L10.3939 2.08085Z\" fill=\"#374151\"/>\n<path d=\"M3.31004 9.39673L5 10.121V14.2226C4.65723 14.1449 4.30705 14.0867 3.95071 14.0494C3.48094 14.0001 3.1097 13.6289 3.06044 13.1591C3.02046 12.7778 3 12.391 3 11.9998C3 11.1033 3.10741 10.2315 3.31004 9.39673Z\" fill=\"#374151\"/>\n<path d=\"M9.29996 16.5725C8.62708 15.9129 7.85167 15.3584 7 14.9351V10.9781L8.81824 11.7574C9.57289 12.0808 10.4271 12.0808 11.1818 11.7574L16.69 9.39673C16.8926 10.2315 17 11.1033 17 11.9998C17 12.391 16.9795 12.7778 16.9396 13.1591C16.8903 13.6289 16.5191 14.0001 16.0493 14.0494C13.9765 14.2667 12.1124 15.188 10.7 16.5725C10.3112 16.9537 9.68881 16.9537 9.29996 16.5725Z\" fill=\"#374151\"/>\n<path d=\"M6 18C6.55228 18 7 17.5523 7 17V14.9351C6.37136 14.6227 5.70117 14.3817 5 14.2226V17C5 17.5523 5.44772 18 6 18Z\" fill=\"#374151\"/>\n</svg>\n</li><li title=\"adjustments \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 4C5 3.44772 4.55228 3 4 3C3.44772 3 3 3.44772 3 4V11.2676C2.4022 11.6134 2 12.2597 2 13C2 13.7403 2.4022 14.3866 3 14.7324V16C3 16.5523 3.44772 17 4 17C4.55228 17 5 16.5523 5 16V14.7324C5.5978 14.3866 6 13.7403 6 13C6 12.2597 5.5978 11.6134 5 11.2676V4Z\" fill=\"#4A5568\"/>\n<path d=\"M11 4C11 3.44772 10.5523 3 10 3C9.44772 3 9 3.44772 9 4V5.26756C8.4022 5.61337 8 6.25972 8 7C8 7.74028 8.4022 8.38663 9 8.73244V16C9 16.5523 9.44772 17 10 17C10.5523 17 11 16.5523 11 16V8.73244C11.5978 8.38663 12 7.74028 12 7C12 6.25972 11.5978 5.61337 11 5.26756V4Z\" fill=\"#4A5568\"/>\n<path d=\"M16 3C16.5523 3 17 3.44772 17 4V11.2676C17.5978 11.6134 18 12.2597 18 13C18 13.7403 17.5978 14.3866 17 14.7324V16C17 16.5523 16.5523 17 16 17C15.4477 17 15 16.5523 15 16V14.7324C14.4022 14.3866 14 13.7403 14 13C14 12.2597 14.4022 11.6134 15 11.2676V4C15 3.44772 15.4477 3 16 3Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"annotation \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 13V5C18 3.89543 17.1046 3 16 3H4C2.89543 3 2 3.89543 2 5V13C2 14.1046 2.89543 15 4 15H7L10 18L13 15H16C17.1046 15 18 14.1046 18 13ZM5 7C5 6.44772 5.44772 6 6 6H14C14.5523 6 15 6.44772 15 7C15 7.55228 14.5523 8 14 8H6C5.44772 8 5 7.55228 5 7ZM6 10C5.44772 10 5 10.4477 5 11C5 11.5523 5.44772 12 6 12H9C9.55229 12 10 11.5523 10 11C10 10.4477 9.55229 10 9 10H6Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"archive \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n\n<path d=\"M4 3C2.89543 3 2 3.89543 2 5C2 6.10457 2.89543 7 4 7H16C17.1046 7 18 6.10457 18 5C18 3.89543 17.1046 3 16 3H4Z\" fill=\"#4A5568\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 8H17V15C17 16.1046 16.1046 17 15 17H5C3.89543 17 3 16.1046 3 15V8ZM8 11C8 10.4477 8.44772 10 9 10H11C11.5523 10 12 10.4477 12 11C12 11.5523 11.5523 12 11 12H9C8.44772 12 8 11.5523 8 11Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"arrow circle down \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 18C14.4183 18 18 14.4183 18 10C18 5.58172 14.4183 2 10 2C5.58172 2 2 5.58172 2 10C2 14.4183 5.58172 18 10 18ZM11 7C11 6.44772 10.5523 6 10 6C9.44771 6 9 6.44772 9 7L9 10.5858L7.70711 9.29289C7.31658 8.90237 6.68342 8.90237 6.29289 9.29289C5.90237 9.68342 5.90237 10.3166 6.29289 10.7071L9.29289 13.7071C9.68342 14.0976 10.3166 14.0976 10.7071 13.7071L13.7071 10.7071C14.0976 10.3166 14.0976 9.68342 13.7071 9.29289C13.3166 8.90237 12.6834 8.90237 12.2929 9.29289L11 10.5858V7Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"arrow circle left \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 18C14.4183 18 18 14.4183 18 10C18 5.58172 14.4183 2 10 2C5.58172 2 2 5.58172 2 10C2 14.4183 5.58172 18 10 18ZM10.7071 7.70711C11.0976 7.31658 11.0976 6.68342 10.7071 6.29289C10.3166 5.90237 9.68342 5.90237 9.29289 6.29289L6.29289 9.29289C5.90237 9.68342 5.90237 10.3166 6.29289 10.7071L9.29289 13.7071C9.68342 14.0976 10.3166 14.0976 10.7071 13.7071C11.0976 13.3166 11.0976 12.6834 10.7071 12.2929L9.41421 11H13C13.5523 11 14 10.5523 14 10C14 9.44772 13.5523 9 13 9L9.41421 9L10.7071 7.70711Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"arrow circle right \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 18C14.4183 18 18 14.4183 18 10C18 5.58172 14.4183 2 10 2C5.58172 2 2 5.58172 2 10C2 14.4183 5.58172 18 10 18ZM13.7071 9.29289L10.7071 6.29289C10.3166 5.90237 9.68342 5.90237 9.29289 6.29289C8.90237 6.68342 8.90237 7.31658 9.29289 7.70711L10.5858 9L7 9C6.44772 9 6 9.44771 6 10C6 10.5523 6.44772 11 7 11H10.5858L9.29289 12.2929C8.90237 12.6834 8.90237 13.3166 9.29289 13.7071C9.68342 14.0976 10.3166 14.0976 10.7071 13.7071L13.7071 10.7071C14.0976 10.3166 14.0976 9.68342 13.7071 9.29289Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"arrow circle up \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 18C14.4183 18 18 14.4183 18 10C18 5.58172 14.4183 2 10 2C5.58172 2 2 5.58172 2 10C2 14.4183 5.58172 18 10 18ZM13.7071 9.29289L10.7071 6.29289C10.3166 5.90237 9.68342 5.90237 9.29289 6.29289L6.29289 9.29289C5.90237 9.68342 5.90237 10.3166 6.29289 10.7071C6.68342 11.0976 7.31658 11.0976 7.70711 10.7071L9 9.41421L9 13C9 13.5523 9.44771 14 10 14C10.5523 14 11 13.5523 11 13V9.41421L12.2929 10.7071C12.6834 11.0976 13.3166 11.0976 13.7071 10.7071C14.0976 10.3166 14.0976 9.68342 13.7071 9.29289Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"arrow down \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.7071 10.2929C17.0976 10.6834 17.0976 11.3166 16.7071 11.7071L10.7071 17.7071C10.3166 18.0976 9.68342 18.0976 9.29289 17.7071L3.29289 11.7071C2.90237 11.3166 2.90237 10.6834 3.29289 10.2929C3.68342 9.90237 4.31658 9.90237 4.70711 10.2929L9 14.5858L9 3C9 2.44772 9.44772 2 10 2C10.5523 2 11 2.44772 11 3L11 14.5858L15.2929 10.2929C15.6834 9.90237 16.3166 9.90237 16.7071 10.2929Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"arrow left \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.70711 16.7071C9.31658 17.0976 8.68342 17.0976 8.29289 16.7071L2.29289 10.7071C1.90237 10.3166 1.90237 9.68342 2.29289 9.29289L8.29289 3.29289C8.68342 2.90237 9.31658 2.90237 9.70711 3.29289C10.0976 3.68342 10.0976 4.31658 9.70711 4.70711L5.41421 9H17C17.5523 9 18 9.44772 18 10C18 10.5523 17.5523 11 17 11L5.41421 11L9.70711 15.2929C10.0976 15.6834 10.0976 16.3166 9.70711 16.7071Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"arrow narrow down \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.7071 12.2929C15.0976 12.6834 15.0976 13.3166 14.7071 13.7071L10.7071 17.7071C10.3166 18.0976 9.68342 18.0976 9.29289 17.7071L5.29289 13.7071C4.90237 13.3166 4.90237 12.6834 5.29289 12.2929C5.68342 11.9024 6.31658 11.9024 6.70711 12.2929L9 14.5858L9 3C9 2.44772 9.44772 2 10 2C10.5523 2 11 2.44772 11 3L11 14.5858L13.2929 12.2929C13.6834 11.9024 14.3166 11.9024 14.7071 12.2929Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"arrow narrow left \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.70711 14.7071C7.31658 15.0976 6.68342 15.0976 6.29289 14.7071L2.29289 10.7071C1.90237 10.3166 1.90237 9.68342 2.29289 9.29289L6.29289 5.29289C6.68342 4.90237 7.31658 4.90237 7.70711 5.29289C8.09763 5.68342 8.09763 6.31658 7.70711 6.70711L5.41421 9L17 9C17.5523 9 18 9.44771 18 10C18 10.5523 17.5523 11 17 11L5.41421 11L7.70711 13.2929C8.09763 13.6834 8.09763 14.3166 7.70711 14.7071Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"arrow narrow right \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.2929 5.29289C12.6834 4.90237 13.3166 4.90237 13.7071 5.29289L17.7071 9.29289C18.0976 9.68342 18.0976 10.3166 17.7071 10.7071L13.7071 14.7071C13.3166 15.0976 12.6834 15.0976 12.2929 14.7071C11.9024 14.3166 11.9024 13.6834 12.2929 13.2929L14.5858 11H3C2.44772 11 2 10.5523 2 10C2 9.44772 2.44772 9 3 9H14.5858L12.2929 6.70711C11.9024 6.31658 11.9024 5.68342 12.2929 5.29289Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"arrow narrow up \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.29289 7.70711C4.90237 7.31658 4.90237 6.68342 5.29289 6.29289L9.29289 2.29289C9.68342 1.90237 10.3166 1.90237 10.7071 2.29289L14.7071 6.29289C15.0976 6.68342 15.0976 7.31658 14.7071 7.70711C14.3166 8.09763 13.6834 8.09763 13.2929 7.70711L11 5.41421L11 17C11 17.5523 10.5523 18 10 18C9.44772 18 9 17.5523 9 17L9 5.41421L6.70711 7.70711C6.31658 8.09763 5.68342 8.09763 5.29289 7.70711Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"arrow right \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.2929 3.29289C10.6834 2.90237 11.3166 2.90237 11.7071 3.29289L17.7071 9.29289C18.0976 9.68342 18.0976 10.3166 17.7071 10.7071L11.7071 16.7071C11.3166 17.0976 10.6834 17.0976 10.2929 16.7071C9.90237 16.3166 9.90237 15.6834 10.2929 15.2929L14.5858 11L3 11C2.44772 11 2 10.5523 2 10C2 9.44772 2.44772 9 3 9H14.5858L10.2929 4.70711C9.90237 4.31658 9.90237 3.68342 10.2929 3.29289Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"arrow sm down \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.7071 10.2929C15.0976 10.6834 15.0976 11.3166 14.7071 11.7071L10.7071 15.7071C10.3166 16.0976 9.68342 16.0976 9.29289 15.7071L5.29289 11.7071C4.90237 11.3166 4.90237 10.6834 5.29289 10.2929C5.68342 9.90237 6.31658 9.90237 6.70711 10.2929L9 12.5858V5C9 4.44772 9.44772 4 10 4C10.5523 4 11 4.44772 11 5L11 12.5858L13.2929 10.2929C13.6834 9.90237 14.3166 9.90237 14.7071 10.2929Z\" fill=\"#111827\"/>\n</svg>\n</li><li title=\"arrow sm left \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.70711 14.7071C9.31658 15.0976 8.68342 15.0976 8.29289 14.7071L4.29289 10.7071C3.90237 10.3166 3.90237 9.68342 4.29289 9.29289L8.29289 5.29289C8.68342 4.90237 9.31658 4.90237 9.70711 5.29289C10.0976 5.68342 10.0976 6.31658 9.70711 6.70711L7.41421 9L15 9C15.5523 9 16 9.44772 16 10C16 10.5523 15.5523 11 15 11H7.41421L9.70711 13.2929C10.0976 13.6834 10.0976 14.3166 9.70711 14.7071Z\" fill=\"#111827\"/>\n</svg>\n</li><li title=\"arrow sm right \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.2929 5.29289C10.6834 4.90237 11.3166 4.90237 11.7071 5.29289L15.7071 9.29289C16.0976 9.68342 16.0976 10.3166 15.7071 10.7071L11.7071 14.7071C11.3166 15.0976 10.6834 15.0976 10.2929 14.7071C9.90237 14.3166 9.90237 13.6834 10.2929 13.2929L12.5858 11L5 11C4.44772 11 4 10.5523 4 10C4 9.44772 4.44772 9 5 9H12.5858L10.2929 6.70711C9.90237 6.31658 9.90237 5.68342 10.2929 5.29289Z\" fill=\"#111827\"/>\n</svg>\n</li><li title=\"arrow sm up \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.29289 9.70711C4.90237 9.31658 4.90237 8.68342 5.29289 8.29289L9.29289 4.29289C9.68342 3.90237 10.3166 3.90237 10.7071 4.29289L14.7071 8.29289C15.0976 8.68342 15.0976 9.31658 14.7071 9.70711C14.3166 10.0976 13.6834 10.0976 13.2929 9.70711L11 7.41421L11 15C11 15.5523 10.5523 16 10 16C9.44772 16 9 15.5523 9 15L9 7.41421L6.70711 9.70711C6.31658 10.0976 5.68342 10.0976 5.29289 9.70711Z\" fill=\"#111827\"/>\n</svg>\n</li><li title=\"arrow up \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.29289 9.70711C2.90237 9.31658 2.90237 8.68342 3.29289 8.29289L9.29289 2.29289C9.68342 1.90237 10.3166 1.90237 10.7071 2.29289L16.7071 8.29289C17.0976 8.68342 17.0976 9.31658 16.7071 9.70711C16.3166 10.0976 15.6834 10.0976 15.2929 9.70711L11 5.41421L11 17C11 17.5523 10.5523 18 10 18C9.44772 18 9 17.5523 9 17L9 5.41421L4.70711 9.70711C4.31658 10.0976 3.68342 10.0976 3.29289 9.70711Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"arrows expand \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 4C3 3.44772 3.44772 3 4 3H8C8.55228 3 9 3.44772 9 4C9 4.55228 8.55228 5 8 5H6.41421L8.70711 7.29289C9.09763 7.68342 9.09763 8.31658 8.70711 8.70711C8.31658 9.09763 7.68342 9.09763 7.29289 8.70711L5 6.41421V8C5 8.55228 4.55228 9 4 9C3.44772 9 3 8.55228 3 8V4ZM12 5C11.4477 5 11 4.55228 11 4C11 3.44772 11.4477 3 12 3H16C16.5523 3 17 3.44772 17 4V8C17 8.55228 16.5523 9 16 9C15.4477 9 15 8.55228 15 8V6.41421L12.7071 8.70711C12.3166 9.09763 11.6834 9.09763 11.2929 8.70711C10.9024 8.31658 10.9024 7.68342 11.2929 7.29289L13.5858 5H12ZM3 12C3 11.4477 3.44772 11 4 11C4.55228 11 5 11.4477 5 12V13.5858L7.29289 11.2929C7.68342 10.9024 8.31658 10.9024 8.70711 11.2929C9.09763 11.6834 9.09763 12.3166 8.70711 12.7071L6.41421 15H8C8.55228 15 9 15.4477 9 16C9 16.5523 8.55228 17 8 17H4C3.44772 17 3 16.5523 3 16V12ZM16 11C16.5523 11 17 11.4477 17 12V16C17 16.5523 16.5523 17 16 17H12C11.4477 17 11 16.5523 11 16C11 15.4477 11.4477 15 12 15H13.5858L11.2929 12.7071C10.9024 12.3166 10.9024 11.6834 11.2929 11.2929C11.6834 10.9024 12.3166 10.9024 12.7071 11.2929L15 13.5858V12C15 11.4477 15.4477 11 16 11Z\" fill=\"#111827\"/>\n</svg>\n</li><li title=\"at symbol \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.2426 5.75736C11.8995 3.41421 8.10051 3.41421 5.75736 5.75736C3.41421 8.10051 3.41421 11.8995 5.75736 14.2426C7.79395 16.2792 10.9325 16.5464 13.257 15.0408C13.7205 14.7405 14.3397 14.8729 14.6399 15.3364C14.9402 15.8 14.8078 16.4191 14.3443 16.7194C11.2445 18.7273 7.0606 18.3743 4.34315 15.6569C1.21895 12.5327 1.21895 7.46734 4.34315 4.34315C7.46734 1.21895 12.5327 1.21895 15.6569 4.34315C17.2187 5.90503 18 7.9542 18 10C18 11.6569 16.6569 13 15 13C14.3247 13 13.7015 12.7769 13.2001 12.4003C12.4703 13.3717 11.3085 14 10 14C7.79086 14 6 12.2091 6 10C6 7.79086 7.79086 6 10 6C12.2091 6 14 7.79086 14 10C14 10.5523 14.4477 11 15 11C15.5523 11 16 10.5523 16 10C16 8.46294 15.4144 6.9291 14.2426 5.75736ZM12 10C12 8.89543 11.1046 8 10 8C8.89543 8 8 8.89543 8 10C8 11.1046 8.89543 12 10 12C11.1046 12 12 11.1046 12 10Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"backspace \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.70711 4.87868C7.26972 4.31607 8.03278 4 8.82843 4H15C16.6569 4 18 5.34315 18 7V13C18 14.6569 16.6569 16 15 16H8.82843C8.03278 16 7.26972 15.6839 6.70711 15.1213L2.29289 10.7071C2.10536 10.5196 2 10.2652 2 10C2 9.73478 2.10536 9.48043 2.29289 9.29289L6.70711 4.87868ZM10.7071 7.29289C10.3166 6.90237 9.68342 6.90237 9.29289 7.29289C8.90237 7.68342 8.90237 8.31658 9.29289 8.70711L10.5858 10L9.29289 11.2929C8.90237 11.6834 8.90237 12.3166 9.29289 12.7071C9.68342 13.0976 10.3166 13.0976 10.7071 12.7071L12 11.4142L13.2929 12.7071C13.6834 13.0976 14.3166 13.0976 14.7071 12.7071C15.0976 12.3166 15.0976 11.6834 14.7071 11.2929L13.4142 10L14.7071 8.70711C15.0976 8.31658 15.0976 7.68342 14.7071 7.29289C14.3166 6.90237 13.6834 6.90237 13.2929 7.29289L12 8.58579L10.7071 7.29289Z\" fill=\"#374151\"/>\n</svg>\n</li><li title=\"badge check \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.26701 3.45496C6.91008 3.40364 7.52057 3.15077 8.01158 2.73234C9.15738 1.75589 10.8426 1.75589 11.9884 2.73234C12.4794 3.15077 13.0899 3.40364 13.733 3.45496C15.2336 3.57471 16.4253 4.76636 16.545 6.26701C16.5964 6.91008 16.8492 7.52057 17.2677 8.01158C18.2441 9.15738 18.2441 10.8426 17.2677 11.9884C16.8492 12.4794 16.5964 13.0899 16.545 13.733C16.4253 15.2336 15.2336 16.4253 13.733 16.545C13.0899 16.5964 12.4794 16.8492 11.9884 17.2677C10.8426 18.2441 9.15738 18.2441 8.01158 17.2677C7.52057 16.8492 6.91008 16.5964 6.26701 16.545C4.76636 16.4253 3.57471 15.2336 3.45496 13.733C3.40364 13.0899 3.15077 12.4794 2.73234 11.9884C1.75589 10.8426 1.75589 9.15738 2.73234 8.01158C3.15077 7.52057 3.40364 6.91008 3.45496 6.26701C3.57471 4.76636 4.76636 3.57471 6.26701 3.45496ZM13.7071 8.70711C14.0976 8.31658 14.0976 7.68342 13.7071 7.29289C13.3166 6.90237 12.6834 6.90237 12.2929 7.29289L9 10.5858L7.70711 9.29289C7.31658 8.90237 6.68342 8.90237 6.29289 9.29289C5.90237 9.68342 5.90237 10.3166 6.29289 10.7071L8.29289 12.7071C8.68342 13.0976 9.31658 13.0976 9.70711 12.7071L13.7071 8.70711Z\" fill=\"#4B5563\"/>\n</svg>\n</li><li title=\"ban \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.4766 14.8907C12.4958 15.5892 11.2959 16 10 16C6.68629 16 4 13.3137 4 10C4 8.70414 4.41081 7.50423 5.1093 6.52339L13.4766 14.8907ZM14.8908 13.4765L6.52354 5.1092C7.50434 4.41077 8.7042 4 10 4C13.3137 4 16 6.68629 16 10C16 11.2958 15.5892 12.4957 14.8908 13.4765ZM18 10C18 14.4183 14.4183 18 10 18C5.58172 18 2 14.4183 2 10C2 5.58172 5.58172 2 10 2C14.4183 2 18 5.58172 18 10Z\" fill=\"#4B5563\"/>\n</svg>\n</li><li title=\"beaker \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.99985 2C6.59539 2 6.23075 2.24364 6.07597 2.61732C5.92119 2.99099 6.00675 3.42111 6.29275 3.70711L6.99985 4.41421V8.17157C6.99985 8.43679 6.8945 8.69114 6.70696 8.87868L2.70696 12.8787C0.817066 14.7686 2.15556 18 4.82828 18H15.1714C17.8441 18 19.1826 14.7686 17.2927 12.8787L13.2927 8.87868C13.1052 8.69114 12.9999 8.43679 12.9999 8.17157V4.41421L13.707 3.70711C13.993 3.42111 14.0785 2.99099 13.9237 2.61732C13.769 2.24364 13.4043 2 12.9999 2H6.99985ZM8.99985 8.17157V4H10.9999V8.17157C10.9999 8.96722 11.3159 9.73028 11.8785 10.2929L12.9061 11.3204C12.1892 11.1537 11.4377 11.1874 10.7349 11.4217L10.2647 11.5784C9.44364 11.8521 8.55596 11.8521 7.73489 11.5784L7.17244 11.3909C7.13436 11.3782 7.09607 11.3667 7.05762 11.3564L8.12117 10.2929C8.68378 9.73028 8.99985 8.96722 8.99985 8.17157Z\" fill=\"#374151\"/>\n</svg>\n</li><li title=\"bell \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10 2C6.68632 2 4.00003 4.68629 4.00003 8V11.5858L3.29292 12.2929C3.00692 12.5789 2.92137 13.009 3.07615 13.3827C3.23093 13.7564 3.59557 14 4.00003 14H16C16.4045 14 16.7691 13.7564 16.9239 13.3827C17.0787 13.009 16.9931 12.5789 16.7071 12.2929L16 11.5858V8C16 4.68629 13.3137 2 10 2Z\" fill=\"#4A5568\"/>\n<path d=\"M10 18C8.34315 18 7 16.6569 7 15H13C13 16.6569 11.6569 18 10 18Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"book open \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n\n<path d=\"M9 4.80423C7.9428 4.28906 6.75516 4 5.5 4C4.24484 4 3.0572 4.28906 2 4.80423V14.8042C3.0572 14.2891 4.24484 14 5.5 14C7.1686 14 8.71789 14.5108 10 15.3847C11.2821 14.5108 12.8314 14 14.5 14C15.7552 14 16.9428 14.2891 18 14.8042V4.80423C16.9428 4.28906 15.7552 4 14.5 4C13.2448 4 12.0572 4.28906 11 4.80423V12C11 12.5523 10.5523 13 10 13C9.44772 13 9 12.5523 9 12V4.80423Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"bookmark alt \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 5C3 3.89543 3.89543 3 5 3H15C16.1046 3 17 3.89543 17 5V15C17 16.1046 16.1046 17 15 17H5C3.89543 17 3 16.1046 3 15V5ZM14 6H6V14L10 12L14 14V6Z\" fill=\"#4B5563\"/>\n</svg>\n</li><li title=\"bookmark \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 4C5 2.89543 5.89543 2 7 2H13C14.1046 2 15 2.89543 15 4V18L10 15.5L5 18V4Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"briefcase \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6 6V5C6 3.34315 7.34315 2 9 2H11C12.6569 2 14 3.34315 14 5V6H16C17.1046 6 18 6.89543 18 8V11.5708C15.5096 12.4947 12.8149 12.9999 10 12.9999C7.18514 12.9999 4.49037 12.4947 2 11.5707V8C2 6.89543 2.89543 6 4 6H6ZM8 5C8 4.44772 8.44772 4 9 4H11C11.5523 4 12 4.44772 12 5V6H8V5ZM9 10C9 9.44772 9.44772 9 10 9H10.01C10.5623 9 11.01 9.44772 11.01 10C11.01 10.5523 10.5623 11 10.01 11H10C9.44772 11 9 10.5523 9 10Z\" fill=\"#4A5568\"/>\n<path d=\"M2 13.6923V16C2 17.1046 2.89543 18 4 18H16C17.1046 18 18 17.1046 18 16V13.6923C15.4872 14.5404 12.7964 14.9999 10 14.9999C7.20363 14.9999 4.51279 14.5404 2 13.6923Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"cake \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6 3C6 2.44772 6.44772 2 7 2H7.01C7.56228 2 8.01 2.44772 8.01 3C8.01 3.55228 7.56228 4 7.01 4H7C6.44772 4 6 3.55228 6 3ZM8 6C8 5.44772 7.55228 5 7 5C6.44772 5 6 5.44772 6 6V7C4.89543 7 4 7.89543 4 9V10C2.89543 10 2 10.8954 2 12V12.6833C2.36868 12.7866 2.72499 12.9482 3.0547 13.168C3.62713 13.5496 4.37287 13.5496 4.9453 13.168C6.18953 12.3385 7.81047 12.3385 9.0547 13.168C9.62713 13.5496 10.3729 13.5496 10.9453 13.168C12.1895 12.3385 13.8105 12.3385 15.0547 13.168C15.6271 13.5496 16.3729 13.5496 16.9453 13.168C17.275 12.9482 17.6313 12.7866 18 12.6833V12C18 10.8954 17.1046 10 16 10V9C16 7.89543 15.1046 7 14 7V6C14 5.44772 13.5523 5 13 5C12.4477 5 12 5.44772 12 6V7H11V6C11 5.44772 10.5523 5 10 5C9.44772 5 9 5.44772 9 6V7H8V6ZM18 14.8679C16.7633 15.6614 15.1714 15.6495 13.9453 14.8321C13.3729 14.4505 12.6271 14.4505 12.0547 14.8321C10.8105 15.6616 9.18953 15.6616 7.9453 14.8321C7.37287 14.4505 6.62713 14.4505 6.0547 14.8321C4.82863 15.6495 3.23675 15.6614 2 14.8679V17C2 17.5523 2.44772 18 3 18H17C17.5523 18 18 17.5523 18 17V14.8679ZM9 3C9 2.44772 9.44772 2 10 2H10.01C10.5623 2 11.01 2.44772 11.01 3C11.01 3.55228 10.5623 4 10.01 4H10C9.44772 4 9 3.55228 9 3ZM12 3C12 2.44772 12.4477 2 13 2H13.01C13.5623 2 14.01 2.44772 14.01 3C14.01 3.55228 13.5623 4 13.01 4H13C12.4477 4 12 3.55228 12 3Z\" fill=\"#374151\"/>\n</svg>\n</li><li title=\"calculator \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6 2C4.89543 2 4 2.89543 4 4V16C4 17.1046 4.89543 18 6 18H14C15.1046 18 16 17.1046 16 16V4C16 2.89543 15.1046 2 14 2H6ZM7 4C6.44772 4 6 4.44772 6 5C6 5.55228 6.44772 6 7 6H13C13.5523 6 14 5.55228 14 5C14 4.44772 13.5523 4 13 4H7ZM13 11C13.5523 11 14 11.4477 14 12V15C14 15.5523 13.5523 16 13 16C12.4477 16 12 15.5523 12 15V12C12 11.4477 12.4477 11 13 11ZM10 14C9.44772 14 9 14.4477 9 15C9 15.5523 9.44772 16 10 16H10.01C10.5623 16 11.01 15.5523 11.01 15C11.01 14.4477 10.5623 14 10.01 14H10ZM6 15C6 14.4477 6.44772 14 7 14H7.01C7.56228 14 8.01 14.4477 8.01 15C8.01 15.5523 7.56228 16 7.01 16H7C6.44772 16 6 15.5523 6 15ZM7 11C6.44772 11 6 11.4477 6 12C6 12.5523 6.44772 13 7 13H7.01C7.56228 13 8.01 12.5523 8.01 12C8.01 11.4477 7.56228 11 7.01 11H7ZM9 12C9 11.4477 9.44772 11 10 11H10.01C10.5623 11 11.01 11.4477 11.01 12C11.01 12.5523 10.5623 13 10.01 13H10C9.44772 13 9 12.5523 9 12ZM13 8C12.4477 8 12 8.44772 12 9C12 9.55228 12.4477 10 13 10H13.01C13.5623 10 14.01 9.55228 14.01 9C14.01 8.44772 13.5623 8 13.01 8H13ZM9 9C9 8.44772 9.44772 8 10 8H10.01C10.5623 8 11.01 8.44772 11.01 9C11.01 9.55228 10.5623 10 10.01 10H10C9.44772 10 9 9.55228 9 9ZM7 8C6.44772 8 6 8.44772 6 9C6 9.55228 6.44772 10 7 10H7.01C7.56228 10 8.01 9.55228 8.01 9C8.01 8.44772 7.56228 8 7.01 8H7Z\" fill=\"#374151\"/>\n</svg>\n</li><li title=\"calendar \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6 2C5.44772 2 5 2.44772 5 3V4H4C2.89543 4 2 4.89543 2 6V16C2 17.1046 2.89543 18 4 18H16C17.1046 18 18 17.1046 18 16V6C18 4.89543 17.1046 4 16 4H15V3C15 2.44772 14.5523 2 14 2C13.4477 2 13 2.44772 13 3V4H7V3C7 2.44772 6.55228 2 6 2ZM6 7C5.44772 7 5 7.44772 5 8C5 8.55228 5.44772 9 6 9H14C14.5523 9 15 8.55228 15 8C15 7.44772 14.5523 7 14 7H6Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"camera \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 5C2.89543 5 2 5.89543 2 7V15C2 16.1046 2.89543 17 4 17H16C17.1046 17 18 16.1046 18 15V7C18 5.89543 17.1046 5 16 5H14.4142C14.149 5 13.8946 4.89464 13.7071 4.70711L12.5858 3.58579C12.2107 3.21071 11.702 3 11.1716 3H8.82843C8.29799 3 7.78929 3.21071 7.41421 3.58579L6.29289 4.70711C6.10536 4.89464 5.851 5 5.58579 5H4ZM10 14C11.6569 14 13 12.6569 13 11C13 9.34315 11.6569 8 10 8C8.34315 8 7 9.34315 7 11C7 12.6569 8.34315 14 10 14Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"cash \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 4C2.89543 4 2 4.89543 2 6V10C2 11.1046 2.89543 12 4 12V6H14C14 4.89543 13.1046 4 12 4H4ZM6 10C6 8.89543 6.89543 8 8 8H16C17.1046 8 18 8.89543 18 10V14C18 15.1046 17.1046 16 16 16H8C6.89543 16 6 15.1046 6 14V10ZM12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"chart bar \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 11C2 10.4477 2.44772 10 3 10H5C5.55228 10 6 10.4477 6 11V16C6 16.5523 5.55228 17 5 17H3C2.44772 17 2 16.5523 2 16V11Z\" fill=\"#4B5563\"/>\n<path d=\"M8 7C8 6.44772 8.44772 6 9 6H11C11.5523 6 12 6.44772 12 7V16C12 16.5523 11.5523 17 11 17H9C8.44772 17 8 16.5523 8 16V7Z\" fill=\"#4B5563\"/>\n<path d=\"M14 4C14 3.44772 14.4477 3 15 3H17C17.5523 3 18 3.44772 18 4V16C18 16.5523 17.5523 17 17 17H15C14.4477 17 14 16.5523 14 16V4Z\" fill=\"#4B5563\"/>\n</svg>\n</li><li title=\"chart pie \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 10C2 5.58172 5.58172 2 10 2V10H18C18 14.4183 14.4183 18 10 18C5.58172 18 2 14.4183 2 10Z\" fill=\"#4A5568\"/>\n<path d=\"M12 2.25195C14.8113 2.97552 17.0245 5.18877 17.748 8.00004H12V2.25195Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"chart square bar \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 3C3.89543 3 3 3.89543 3 5V15C3 16.1046 3.89543 17 5 17H15C16.1046 17 17 16.1046 17 15V5C17 3.89543 16.1046 3 15 3H5ZM14 7C14 6.44772 13.5523 6 13 6C12.4477 6 12 6.44772 12 7V13C12 13.5523 12.4477 14 13 14C13.5523 14 14 13.5523 14 13V7ZM11 9C11 8.44772 10.5523 8 10 8C9.44772 8 9 8.44772 9 9V13C9 13.5523 9.44772 14 10 14C10.5523 14 11 13.5523 11 13V9ZM8 12C8 11.4477 7.55228 11 7 11C6.44772 11 6 11.4477 6 12V13C6 13.5523 6.44772 14 7 14C7.55228 14 8 13.5523 8 13V12Z\" fill=\"#4B5563\"/>\n</svg>\n</li><li title=\"chat alt 2 \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 5C2 3.89543 2.89543 3 4 3H11C12.1046 3 13 3.89543 13 5V9C13 10.1046 12.1046 11 11 11H9L6 14V11H4C2.89543 11 2 10.1046 2 9V5Z\" fill=\"#4B5563\"/>\n<path d=\"M15 7V9C15 11.2091 13.2091 13 11 13H9.82843L8.06173 14.7667C8.34154 14.9156 8.66091 15 9 15H11L14 18V15H16C17.1046 15 18 14.1046 18 13V9C18 7.89543 17.1046 7 16 7H15Z\" fill=\"#4B5563\"/>\n</svg>\n</li><li title=\"chat alt \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 5V13C18 14.1046 17.1046 15 16 15H11L6 19V15H4C2.89543 15 2 14.1046 2 13V5C2 3.89543 2.89543 3 4 3H16C17.1046 3 18 3.89543 18 5ZM7 8H5V10H7V8ZM9 8H11V10H9V8ZM15 8H13V10H15V8Z\" fill=\"#4B5563\"/>\n</svg>\n</li><li title=\"chat \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 10C18 13.866 14.4183 17 10 17C8.50836 17 7.11208 16.6428 5.91677 16.0208L2 17L3.3383 13.8773C2.4928 12.7673 2 11.434 2 10C2 6.13401 5.58172 3 10 3C14.4183 3 18 6.13401 18 10ZM7 9H5V11H7V9ZM15 9H13V11H15V9ZM9 9H11V11H9V9Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"check circle \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 18C14.4183 18 18 14.4183 18 10C18 5.58172 14.4183 2 10 2C5.58172 2 2 5.58172 2 10C2 14.4183 5.58172 18 10 18ZM13.7071 8.70711C14.0976 8.31658 14.0976 7.68342 13.7071 7.29289C13.3166 6.90237 12.6834 6.90237 12.2929 7.29289L9 10.5858L7.70711 9.29289C7.31658 8.90237 6.68342 8.90237 6.29289 9.29289C5.90237 9.68342 5.90237 10.3166 6.29289 10.7071L8.29289 12.7071C8.68342 13.0976 9.31658 13.0976 9.70711 12.7071L13.7071 8.70711Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"check \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.7071 5.29289C17.0976 5.68342 17.0976 6.31658 16.7071 6.70711L8.70711 14.7071C8.31658 15.0976 7.68342 15.0976 7.29289 14.7071L3.29289 10.7071C2.90237 10.3166 2.90237 9.68342 3.29289 9.29289C3.68342 8.90237 4.31658 8.90237 4.70711 9.29289L8 12.5858L15.2929 5.29289C15.6834 4.90237 16.3166 4.90237 16.7071 5.29289Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"chevron double down \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.7071 4.29289C16.0976 4.68342 16.0976 5.31658 15.7071 5.70711L10.7071 10.7071C10.3166 11.0976 9.68342 11.0976 9.29289 10.7071L4.29289 5.70711C3.90237 5.31658 3.90237 4.68342 4.29289 4.29289C4.68342 3.90237 5.31658 3.90237 5.70711 4.29289L10 8.58579L14.2929 4.29289C14.6834 3.90237 15.3166 3.90237 15.7071 4.29289ZM15.7071 10.2929C16.0976 10.6834 16.0976 11.3166 15.7071 11.7071L10.7071 16.7071C10.3166 17.0976 9.68342 17.0976 9.29289 16.7071L4.29289 11.7071C3.90237 11.3166 3.90237 10.6834 4.29289 10.2929C4.68342 9.90237 5.31658 9.90237 5.70711 10.2929L10 14.5858L14.2929 10.2929C14.6834 9.90237 15.3166 9.90237 15.7071 10.2929Z\" fill=\"#374151\"/>\n</svg>\n</li><li title=\"chevron double left \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.7071 15.7071C15.3166 16.0976 14.6834 16.0976 14.2929 15.7071L9.29289 10.7071C8.90237 10.3166 8.90237 9.68342 9.29289 9.29289L14.2929 4.29289C14.6834 3.90237 15.3166 3.90237 15.7071 4.29289C16.0976 4.68342 16.0976 5.31658 15.7071 5.70711L11.4142 10L15.7071 14.2929C16.0976 14.6834 16.0976 15.3166 15.7071 15.7071ZM9.70711 15.7071C9.31658 16.0976 8.68342 16.0976 8.29289 15.7071L3.29289 10.7071C2.90237 10.3166 2.90237 9.68342 3.29289 9.29289L8.29289 4.29289C8.68342 3.90237 9.31658 3.90237 9.70711 4.29289C10.0976 4.68342 10.0976 5.31658 9.70711 5.70711L5.41421 10L9.70711 14.2929C10.0976 14.6834 10.0976 15.3166 9.70711 15.7071Z\" fill=\"#374151\"/>\n</svg>\n</li><li title=\"chevron double right \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.2929 15.7071C9.90237 15.3166 9.90237 14.6834 10.2929 14.2929L14.5858 10L10.2929 5.70711C9.90237 5.31658 9.90237 4.68342 10.2929 4.29289C10.6834 3.90237 11.3166 3.90237 11.7071 4.29289L16.7071 9.29289C17.0976 9.68342 17.0976 10.3166 16.7071 10.7071L11.7071 15.7071C11.3166 16.0976 10.6834 16.0976 10.2929 15.7071Z\" fill=\"#374151\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.29289 15.7071C3.90237 15.3166 3.90237 14.6834 4.29289 14.2929L8.58579 10L4.29289 5.70711C3.90237 5.31658 3.90237 4.68342 4.29289 4.29289C4.68342 3.90237 5.31658 3.90237 5.70711 4.29289L10.7071 9.29289C11.0976 9.68342 11.0976 10.3166 10.7071 10.7071L5.70711 15.7071C5.31658 16.0976 4.68342 16.0976 4.29289 15.7071Z\" fill=\"#374151\"/>\n</svg>\n</li><li title=\"chevron double up \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.29289 15.7071C3.90237 15.3166 3.90237 14.6834 4.29289 14.2929L9.29289 9.29289C9.68342 8.90237 10.3166 8.90237 10.7071 9.29289L15.7071 14.2929C16.0976 14.6834 16.0976 15.3166 15.7071 15.7071C15.3166 16.0976 14.6834 16.0976 14.2929 15.7071L10 11.4142L5.70711 15.7071C5.31658 16.0976 4.68342 16.0976 4.29289 15.7071ZM4.29289 9.70711C3.90237 9.31658 3.90237 8.68342 4.29289 8.29289L9.29289 3.29289C9.68342 2.90237 10.3166 2.90237 10.7071 3.29289L15.7071 8.29289C16.0976 8.68342 16.0976 9.31658 15.7071 9.70711C15.3166 10.0976 14.6834 10.0976 14.2929 9.70711L10 5.41421L5.70711 9.70711C5.31658 10.0976 4.68342 10.0976 4.29289 9.70711Z\" fill=\"#374151\"/>\n</svg>\n</li><li title=\"chevron down \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.29289 7.29289C5.68342 6.90237 6.31658 6.90237 6.70711 7.29289L10 10.5858L13.2929 7.29289C13.6834 6.90237 14.3166 6.90237 14.7071 7.29289C15.0976 7.68342 15.0976 8.31658 14.7071 8.70711L10.7071 12.7071C10.3166 13.0976 9.68342 13.0976 9.29289 12.7071L5.29289 8.70711C4.90237 8.31658 4.90237 7.68342 5.29289 7.29289Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"chevron left \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.7071 5.29289C13.0976 5.68342 13.0976 6.31658 12.7071 6.70711L9.41421 10L12.7071 13.2929C13.0976 13.6834 13.0976 14.3166 12.7071 14.7071C12.3166 15.0976 11.6834 15.0976 11.2929 14.7071L7.29289 10.7071C6.90237 10.3166 6.90237 9.68342 7.29289 9.29289L11.2929 5.29289C11.6834 4.90237 12.3166 4.90237 12.7071 5.29289Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"chevron right \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.29289 14.7071C6.90237 14.3166 6.90237 13.6834 7.29289 13.2929L10.5858 10L7.29289 6.70711C6.90237 6.31658 6.90237 5.68342 7.29289 5.29289C7.68342 4.90237 8.31658 4.90237 8.70711 5.29289L12.7071 9.29289C13.0976 9.68342 13.0976 10.3166 12.7071 10.7071L8.70711 14.7071C8.31658 15.0976 7.68342 15.0976 7.29289 14.7071Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"chevron up \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.7071 12.7071C14.3166 13.0976 13.6834 13.0976 13.2929 12.7071L10 9.41421L6.70711 12.7071C6.31658 13.0976 5.68342 13.0976 5.29289 12.7071C4.90237 12.3166 4.90237 11.6834 5.29289 11.2929L9.29289 7.29289C9.68342 6.90237 10.3166 6.90237 10.7071 7.29289L14.7071 11.2929C15.0976 11.6834 15.0976 12.3166 14.7071 12.7071Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"chip \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13 7H7V13H13V7Z\" fill=\"#374151\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7 2C7 1.44772 7.44772 1 8 1C8.55228 1 9 1.44772 9 2V3H11V2C11 1.44772 11.4477 1 12 1C12.5523 1 13 1.44772 13 2V3H15C16.1046 3 17 3.89543 17 5V7H18C18.5523 7 19 7.44772 19 8C19 8.55228 18.5523 9 18 9H17V11H18C18.5523 11 19 11.4477 19 12C19 12.5523 18.5523 13 18 13H17V15C17 16.1046 16.1046 17 15 17H13V18C13 18.5523 12.5523 19 12 19C11.4477 19 11 18.5523 11 18V17H9V18C9 18.5523 8.55228 19 8 19C7.44772 19 7 18.5523 7 18V17H5C3.89543 17 3 16.1046 3 15V13H2C1.44772 13 1 12.5523 1 12C1 11.4477 1.44772 11 2 11H3V9H2C1.44772 9 1 8.55228 1 8C1 7.44772 1.44772 7 2 7H3V5C3 3.89543 3.89543 3 5 3H7V2ZM5 5H15V15H5V5Z\" fill=\"#374151\"/>\n</svg>\n</li><li title=\"clipboard check \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 2C8.44772 2 8 2.44772 8 3C8 3.55228 8.44772 4 9 4H11C11.5523 4 12 3.55228 12 3C12 2.44772 11.5523 2 11 2H9Z\" fill=\"#4A5568\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 5C4 3.89543 4.89543 3 6 3C6 4.65685 7.34315 6 9 6H11C12.6569 6 14 4.65685 14 3C15.1046 3 16 3.89543 16 5V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V5ZM13.7071 10.7071C14.0976 10.3166 14.0976 9.68342 13.7071 9.29289C13.3166 8.90237 12.6834 8.90237 12.2929 9.29289L9 12.5858L7.70711 11.2929C7.31658 10.9024 6.68342 10.9024 6.29289 11.2929C5.90237 11.6834 5.90237 12.3166 6.29289 12.7071L8.29289 14.7071C8.68342 15.0976 9.31658 15.0976 9.70711 14.7071L13.7071 10.7071Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"clipboard copy \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 2C7.44772 2 7 2.44772 7 3C7 3.55228 7.44772 4 8 4H10C10.5523 4 11 3.55228 11 3C11 2.44772 10.5523 2 10 2H8Z\" fill=\"#4A5568\"/>\n<path d=\"M3 5C3 3.89543 3.89543 3 5 3C5 4.65685 6.34315 6 8 6H10C11.6569 6 13 4.65685 13 3C14.1046 3 15 3.89543 15 5V11H10.4142L11.7071 9.70711C12.0976 9.31658 12.0976 8.68342 11.7071 8.29289C11.3166 7.90237 10.6834 7.90237 10.2929 8.29289L7.29289 11.2929C6.90237 11.6834 6.90237 12.3166 7.29289 12.7071L10.2929 15.7071C10.6834 16.0976 11.3166 16.0976 11.7071 15.7071C12.0976 15.3166 12.0976 14.6834 11.7071 14.2929L10.4142 13H15V16C15 17.1046 14.1046 18 13 18H5C3.89543 18 3 17.1046 3 16V5Z\" fill=\"#4A5568\"/>\n<path d=\"M15 11H17C17.5523 11 18 11.4477 18 12C18 12.5523 17.5523 13 17 13H15V11Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"clipboard list \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 2C8.44772 2 8 2.44772 8 3C8 3.55228 8.44772 4 9 4H11C11.5523 4 12 3.55228 12 3C12 2.44772 11.5523 2 11 2H9Z\" fill=\"#4A5568\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 5C4 3.89543 4.89543 3 6 3C6 4.65685 7.34315 6 9 6H11C12.6569 6 14 4.65685 14 3C15.1046 3 16 3.89543 16 5V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V5ZM7 9C6.44772 9 6 9.44772 6 10C6 10.5523 6.44772 11 7 11H7.01C7.56228 11 8.01 10.5523 8.01 10C8.01 9.44772 7.56228 9 7.01 9H7ZM10 9C9.44772 9 9 9.44772 9 10C9 10.5523 9.44772 11 10 11H13C13.5523 11 14 10.5523 14 10C14 9.44772 13.5523 9 13 9H10ZM7 13C6.44772 13 6 13.4477 6 14C6 14.5523 6.44772 15 7 15H7.01C7.56228 15 8.01 14.5523 8.01 14C8.01 13.4477 7.56228 13 7.01 13H7ZM10 13C9.44772 13 9 13.4477 9 14C9 14.5523 9.44772 15 10 15H13C13.5523 15 14 14.5523 14 14C14 13.4477 13.5523 13 13 13H10Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"clipboard \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 3C8 2.44772 8.44772 2 9 2H11C11.5523 2 12 2.44772 12 3C12 3.55228 11.5523 4 11 4H9C8.44772 4 8 3.55228 8 3Z\" fill=\"#4A5568\"/>\n<path d=\"M6 3C4.89543 3 4 3.89543 4 5V16C4 17.1046 4.89543 18 6 18H14C15.1046 18 16 17.1046 16 16V5C16 3.89543 15.1046 3 14 3C14 4.65685 12.6569 6 11 6H9C7.34315 6 6 4.65685 6 3Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"clock \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 18C14.4183 18 18 14.4183 18 10C18 5.58172 14.4183 2 10 2C5.58172 2 2 5.58172 2 10C2 14.4183 5.58172 18 10 18ZM11 6C11 5.44772 10.5523 5 10 5C9.44771 5 9 5.44772 9 6V10C9 10.2652 9.10536 10.5196 9.29289 10.7071L12.1213 13.5355C12.5118 13.9261 13.145 13.9261 13.5355 13.5355C13.9261 13.145 13.9261 12.5118 13.5355 12.1213L11 9.58579V6Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"cloud download \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 9.5C2 11.433 3.567 13 5.5 13H9V15.5858L7.70711 14.2929C7.31658 13.9024 6.68342 13.9024 6.29289 14.2929C5.90237 14.6834 5.90237 15.3166 6.29289 15.7071L9.29289 18.7071C9.68342 19.0976 10.3166 19.0976 10.7071 18.7071L13.7071 15.7071C14.0976 15.3166 14.0976 14.6834 13.7071 14.2929C13.3166 13.9024 12.6834 13.9024 12.2929 14.2929L11 15.5858V13H13.5C15.9853 13 18 10.9853 18 8.5C18 6.01472 15.9853 4 13.5 4C13.2912 4 13.0857 4.01422 12.8845 4.04175C12.4551 2.29538 10.8788 1 9 1C6.79086 1 5 2.79086 5 5C5 5.35223 5.04553 5.69382 5.13102 6.01922C3.37146 6.20358 2 7.69163 2 9.5ZM11 13H9V8C9 7.44772 9.44772 7 10 7C10.5523 7 11 7.44772 11 8V13Z\" fill=\"#374151\"/>\n</svg>\n</li><li title=\"cloud upload \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.5 13C3.567 13 2 11.433 2 9.5C2 7.69163 3.37146 6.20358 5.13102 6.01922C5.04553 5.69382 5 5.35223 5 5C5 2.79086 6.79086 1 9 1C10.8788 1 12.4551 2.29538 12.8845 4.04175C13.0857 4.01422 13.2912 4 13.5 4C15.9853 4 18 6.01472 18 8.5C18 10.9853 15.9853 13 13.5 13H11V9.41421L12.2929 10.7071C12.6834 11.0976 13.3166 11.0976 13.7071 10.7071C14.0976 10.3166 14.0976 9.68342 13.7071 9.29289L10.7071 6.29289C10.3166 5.90237 9.68342 5.90237 9.29289 6.29289L6.29289 9.29289C5.90237 9.68342 5.90237 10.3166 6.29289 10.7071C6.68342 11.0976 7.31658 11.0976 7.70711 10.7071L9 9.41421L9 13H5.5Z\" fill=\"#374151\"/>\n<path d=\"M9 13H11L11 18C11 18.5523 10.5523 19 10 19C9.44772 19 9 18.5523 9 18L9 13Z\" fill=\"#374151\"/>\n</svg>\n</li><li title=\"cloud \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.5 16C3.567 16 2 14.433 2 12.5C2 10.6916 3.37146 9.20358 5.13102 9.01922C5.04553 8.69382 5 8.35223 5 8C5 5.79086 6.79086 4 9 4C10.8788 4 12.4551 5.29538 12.8845 7.04175C13.0857 7.01422 13.2912 7 13.5 7C15.9853 7 18 9.01472 18 11.5C18 13.9853 15.9853 16 13.5 16H5.5Z\" fill=\"#374151\"/>\n</svg>\n</li><li title=\"code \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.3162 3.05134C12.8402 3.22599 13.1233 3.79231 12.9487 4.31625L8.94868 16.3163C8.77404 16.8402 8.20772 17.1234 7.68377 16.9487C7.15983 16.7741 6.87667 16.2077 7.05132 15.6838L11.0513 3.6838C11.226 3.15986 11.7923 2.8767 12.3162 3.05134ZM5.70711 6.29292C6.09763 6.68344 6.09763 7.31661 5.70711 7.70713L3.41421 10L5.70711 12.2929C6.09763 12.6834 6.09763 13.3166 5.70711 13.7071C5.31658 14.0977 4.68342 14.0977 4.29289 13.7071L1.29289 10.7071C0.902369 10.3166 0.902369 9.68344 1.29289 9.29292L4.29289 6.29292C4.68342 5.9024 5.31658 5.9024 5.70711 6.29292ZM14.2929 6.29292C14.6834 5.9024 15.3166 5.9024 15.7071 6.29292L18.7071 9.29292C19.0976 9.68344 19.0976 10.3166 18.7071 10.7071L15.7071 13.7071C15.3166 14.0977 14.6834 14.0977 14.2929 13.7071C13.9024 13.3166 13.9024 12.6834 14.2929 12.2929L16.5858 10L14.2929 7.70713C13.9024 7.31661 13.9024 6.68344 14.2929 6.29292Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"cog \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.4892 3.17094C11.1102 1.60969 8.8898 1.60969 8.51078 3.17094C8.26594 4.17949 7.11045 4.65811 6.22416 4.11809C4.85218 3.28212 3.28212 4.85218 4.11809 6.22416C4.65811 7.11045 4.17949 8.26593 3.17094 8.51078C1.60969 8.8898 1.60969 11.1102 3.17094 11.4892C4.17949 11.7341 4.65811 12.8896 4.11809 13.7758C3.28212 15.1478 4.85218 16.7179 6.22417 15.8819C7.11045 15.3419 8.26594 15.8205 8.51078 16.8291C8.8898 18.3903 11.1102 18.3903 11.4892 16.8291C11.7341 15.8205 12.8896 15.3419 13.7758 15.8819C15.1478 16.7179 16.7179 15.1478 15.8819 13.7758C15.3419 12.8896 15.8205 11.7341 16.8291 11.4892C18.3903 11.1102 18.3903 8.8898 16.8291 8.51078C15.8205 8.26593 15.3419 7.11045 15.8819 6.22416C16.7179 4.85218 15.1478 3.28212 13.7758 4.11809C12.8896 4.65811 11.7341 4.17949 11.4892 3.17094ZM10 13C11.6569 13 13 11.6569 13 10C13 8.34315 11.6569 7 10 7C8.34315 7 7 8.34315 7 10C7 11.6569 8.34315 13 10 13Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"collection \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n\n<path d=\"M7 3C6.44772 3 6 3.44772 6 4C6 4.55228 6.44772 5 7 5H13C13.5523 5 14 4.55228 14 4C14 3.44772 13.5523 3 13 3H7Z\" fill=\"#4A5568\"/>\n<path d=\"M4 7C4 6.44772 4.44772 6 5 6H15C15.5523 6 16 6.44772 16 7C16 7.55228 15.5523 8 15 8H5C4.44772 8 4 7.55228 4 7Z\" fill=\"#4A5568\"/>\n<path d=\"M2 11C2 9.89543 2.89543 9 4 9H16C17.1046 9 18 9.89543 18 11V15C18 16.1046 17.1046 17 16 17H4C2.89543 17 2 16.1046 2 15V11Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"color swatch \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 2C2.89543 2 2 2.89543 2 4V15C2 16.6569 3.34315 18 5 18C6.65685 18 8 16.6569 8 15V4C8 2.89543 7.10457 2 6 2H4ZM5 16C5.55228 16 6 15.5523 6 15C6 14.4477 5.55228 14 5 14C4.44772 14 4 14.4477 4 15C4 15.5523 4.44772 16 5 16ZM10 14.2426L14.8995 9.34308C15.6805 8.56203 15.6805 7.2957 14.8995 6.51465L13.4853 5.10044C12.7042 4.31939 11.4379 4.31939 10.6568 5.10044L10 5.75728V14.2426ZM16 18H9.07104L15.071 12H16C17.1046 12 18 12.8954 18 14V16C18 17.1046 17.1046 18 16 18Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"credit card \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n\n<path d=\"M4 4C2.89543 4 2 4.89543 2 6V7H18V6C18 4.89543 17.1046 4 16 4H4Z\" fill=\"#4A5568\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 9H2V14C2 15.1046 2.89543 16 4 16H16C17.1046 16 18 15.1046 18 14V9ZM4 13C4 12.4477 4.44772 12 5 12H6C6.55228 12 7 12.4477 7 13C7 13.5523 6.55228 14 6 14H5C4.44772 14 4 13.5523 4 13ZM9 12C8.44772 12 8 12.4477 8 13C8 13.5523 8.44772 14 9 14H10C10.5523 14 11 13.5523 11 13C11 12.4477 10.5523 12 10 12H9Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"cube transparent \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.50386 1.13176C9.81129 0.956081 10.1887 0.956081 10.4961 1.13176L12.2461 2.13176C12.7257 2.40577 12.8923 3.01662 12.6182 3.49614C12.3442 3.97566 11.7334 4.14225 11.2539 3.86824L10 3.15175L8.74614 3.86824C8.26662 4.14225 7.65577 3.97566 7.38176 3.49614C7.10775 3.01662 7.27434 2.40577 7.75386 2.13176L9.50386 1.13176ZM5.61824 4.50386C5.89225 4.98338 5.72566 5.59423 5.24614 5.86824L5.01556 6L5.24614 6.13176C5.72566 6.40577 5.89225 7.01662 5.61824 7.49614C5.34423 7.97566 4.73338 8.14225 4.25386 7.86824L4 7.72318V8C4 8.55228 3.55228 9 3 9C2.44772 9 2 8.55228 2 8V6C2 5.75001 2.09173 5.52145 2.24336 5.34614C2.27802 5.30603 2.31598 5.26854 2.35699 5.23411C2.40754 5.19163 2.46236 5.15405 2.52071 5.12213L4.25386 4.13176C4.73338 3.85775 5.34423 4.02434 5.61824 4.50386ZM14.3818 4.50386C14.6558 4.02434 15.2666 3.85775 15.7461 4.13176L17.4793 5.12212C17.5376 5.15405 17.5925 5.19162 17.643 5.23411C17.8613 5.41755 18 5.69258 18 6V8C18 8.55228 17.5523 9 17 9C16.4477 9 16 8.55228 16 8V7.72318L15.7461 7.86824C15.2666 8.14225 14.6558 7.97566 14.3818 7.49614C14.1077 7.01662 14.2743 6.40577 14.7539 6.13176L14.9844 6L14.7539 5.86824C14.2743 5.59423 14.1077 4.98338 14.3818 4.50386ZM7.38176 8.50386C7.65577 8.02434 8.26662 7.85775 8.74614 8.13176L10 8.84825L11.2539 8.13176C11.7334 7.85775 12.3442 8.02434 12.6182 8.50386C12.8923 8.98338 12.7257 9.59423 12.2461 9.86824L11 10.5803V12C11 12.5523 10.5523 13 10 13C9.44772 13 9 12.5523 9 12V10.5803L7.75386 9.86824C7.27434 9.59423 7.10775 8.98338 7.38176 8.50386ZM3 11C3.55228 11 4 11.4477 4 12V13.4197L5.24614 14.1318C5.72566 14.4058 5.89225 15.0166 5.61824 15.4961C5.34423 15.9757 4.73338 16.1423 4.25386 15.8682L2.50386 14.8682C2.19229 14.6902 2 14.3589 2 14V12C2 11.4477 2.44772 11 3 11ZM17 11C17.5523 11 18 11.4477 18 12V14C18 14.3589 17.8077 14.6902 17.4961 14.8682L15.7461 15.8682C15.2666 16.1423 14.6558 15.9757 14.3818 15.4961C14.1077 15.0166 14.2743 14.4058 14.7539 14.1318L16 13.4197V12C16 11.4477 16.4477 11 17 11ZM7.38176 16.5039C7.65577 16.0243 8.26662 15.8577 8.74614 16.1318L9 16.2768V16C9 15.4477 9.44772 15 10 15C10.5523 15 11 15.4477 11 16V16.2768L11.2539 16.1318C11.7334 15.8577 12.3442 16.0243 12.6182 16.5039C12.8923 16.9834 12.7257 17.5942 12.2461 17.8682L10.5113 18.8596C10.3617 18.9488 10.1868 19 10 19C9.81316 19 9.63828 18.9488 9.48866 18.8596L7.75386 17.8682C7.27434 17.5942 7.10775 16.9834 7.38176 16.5039Z\" fill=\"#374151\"/>\n</svg>\n</li><li title=\"cube \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11 17C11 17.3466 11.1795 17.6684 11.4743 17.8507C11.7691 18.0329 12.1372 18.0494 12.4472 17.8944L16.4472 15.8944C16.786 15.725 17 15.3788 17 15V9.23607C17 8.88949 16.8205 8.56762 16.5257 8.38542C16.2309 8.20321 15.8628 8.18665 15.5528 8.34164L11.5528 10.3416C11.214 10.511 11 10.8573 11 11.2361V17Z\" fill=\"#374151\"/>\n<path d=\"M15.2111 6.27639C15.5499 6.107 15.7639 5.76074 15.7639 5.38197C15.7639 5.00319 15.5499 4.65693 15.2111 4.48754L10.4472 2.10557C10.1657 1.96481 9.83431 1.96481 9.55279 2.10557L4.78885 4.48754C4.45007 4.65693 4.23607 5.00319 4.23607 5.38197C4.23607 5.76074 4.45007 6.107 4.78885 6.27639L9.55279 8.65836C9.83431 8.79912 10.1657 8.79912 10.4472 8.65836L15.2111 6.27639Z\" fill=\"#374151\"/>\n<path d=\"M4.44721 8.34164C4.13723 8.18665 3.76909 8.20321 3.47427 8.38542C3.17945 8.56762 3 8.88949 3 9.23607V15C3 15.3788 3.214 15.725 3.55279 15.8944L7.55279 17.8944C7.86277 18.0494 8.23091 18.0329 8.52573 17.8507C8.82055 17.6684 9 17.3466 9 17V11.2361C9 10.8573 8.786 10.511 8.44721 10.3416L4.44721 8.34164Z\" fill=\"#374151\"/>\n</svg>\n</li><li title=\"currency bangladeshi \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 18C14.4183 18 18 14.4183 18 10C18 5.58172 14.4183 2 10 2C5.58172 2 2 5.58172 2 10C2 14.4183 5.58172 18 10 18ZM7 4C6.44772 4 6 4.44772 6 5C6 5.55228 6.44772 6 7 6C7.55228 6 8 6.44772 8 7V8H7C6.44772 8 6 8.44772 6 9C6 9.55228 6.44772 10 7 10H8V13C8 14.6569 9.34315 16 11 16C12.6569 16 14 14.6569 14 13V12C14 11.4477 13.5523 11 13 11C12.4477 11 12 11.4477 12 12V13C12 13.5523 11.5523 14 11 14C10.4477 14 10 13.5523 10 13V10H13C13.5523 10 14 9.55228 14 9C14 8.44772 13.5523 8 13 8H10V7C10 5.34315 8.65685 4 7 4Z\" fill=\"#374151\"/>\n</svg>\n</li><li title=\"currency dollar \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.43338 7.41784C8.58818 7.31464 8.77939 7.2224 9 7.15101L9.00001 8.84899C8.77939 8.7776 8.58818 8.68536 8.43338 8.58216C8.06927 8.33942 8 8.1139 8 8C8 7.8861 8.06927 7.66058 8.43338 7.41784Z\" fill=\"#4A5568\"/>\n<path d=\"M11 12.849L11 11.151C11.2206 11.2224 11.4118 11.3146 11.5666 11.4178C11.9308 11.6606 12 11.8861 12 12C12 12.1139 11.9308 12.3394 11.5666 12.5822C11.4118 12.6854 11.2206 12.7776 11 12.849Z\" fill=\"#4A5568\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 18C14.4183 18 18 14.4183 18 10C18 5.58172 14.4183 2 10 2C5.58172 2 2 5.58172 2 10C2 14.4183 5.58172 18 10 18ZM11 5C11 4.44772 10.5523 4 10 4C9.44772 4 9 4.44772 9 5V5.09199C8.3784 5.20873 7.80348 5.43407 7.32398 5.75374C6.6023 6.23485 6 7.00933 6 8C6 8.99067 6.6023 9.76515 7.32398 10.2463C7.80348 10.5659 8.37841 10.7913 9.00001 10.908L9.00002 12.8492C8.60902 12.7223 8.31917 12.5319 8.15667 12.3446C7.79471 11.9275 7.16313 11.8827 6.74599 12.2447C6.32885 12.6067 6.28411 13.2382 6.64607 13.6554C7.20855 14.3036 8.05956 14.7308 9 14.9076L9 15C8.99999 15.5523 9.44769 16 9.99998 16C10.5523 16 11 15.5523 11 15L11 14.908C11.6216 14.7913 12.1965 14.5659 12.676 14.2463C13.3977 13.7651 14 12.9907 14 12C14 11.0093 13.3977 10.2348 12.676 9.75373C12.1965 9.43407 11.6216 9.20873 11 9.09199L11 7.15075C11.391 7.27771 11.6808 7.4681 11.8434 7.65538C12.2053 8.07252 12.8369 8.11726 13.254 7.7553C13.6712 7.39335 13.7159 6.76176 13.354 6.34462C12.7915 5.69637 11.9405 5.26915 11 5.09236V5Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"currency euro \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 18C14.4183 18 18 14.4183 18 10C18 5.58172 14.4183 2 10 2C5.58172 2 2 5.58172 2 10C2 14.4183 5.58172 18 10 18ZM8.73617 6.97896C9.20793 6.1927 9.69618 6 10 6C10.3038 6 10.7921 6.1927 11.2638 6.97896C11.548 7.45254 12.1622 7.60611 12.6358 7.32196C13.1094 7.03781 13.263 6.42355 12.9788 5.94997C12.279 4.78361 11.2317 4 10 4C8.76829 4 7.721 4.78361 7.02119 5.94997C6.73632 6.42475 6.51422 6.94939 6.35097 7.5H6C5.44772 7.5 5 7.94772 5 8.5C5 9.05228 5.44772 9.5 6 9.5H6.01337C6.00443 9.66702 6 9.83388 6 10C6 10.1661 6.00443 10.333 6.01337 10.5H6C5.44772 10.5 5 10.9477 5 11.5C5 12.0523 5.44772 12.5 6 12.5H6.35097C6.51422 13.0506 6.73632 13.5753 7.02119 14.05C7.721 15.2164 8.76829 16 10 16C11.2317 16 12.279 15.2164 12.9788 14.05C13.263 13.5764 13.1094 12.9622 12.6358 12.678C12.1622 12.3939 11.548 12.5475 11.2638 13.021C10.7921 13.8073 10.3038 14 10 14C9.69618 14 9.20793 13.8073 8.73617 13.021C8.63927 12.8595 8.5511 12.6851 8.47216 12.5H10C10.5523 12.5 11 12.0523 11 11.5C11 10.9477 10.5523 10.5 10 10.5H8.01695C8.00571 10.335 8 10.1681 8 10C8 9.83191 8.00571 9.66498 8.01695 9.5H10C10.5523 9.5 11 9.05228 11 8.5C11 7.94772 10.5523 7.5 10 7.5H8.47216C8.5511 7.31488 8.63927 7.14047 8.73617 6.97896Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"currency pound \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 18C14.4183 18 18 14.4183 18 10C18 5.58172 14.4183 2 10 2C5.58172 2 2 5.58172 2 10C2 14.4183 5.58172 18 10 18ZM11 4C9.34315 4 8 5.34315 8 7V9H7C6.44772 9 6 9.44772 6 10C6 10.5523 6.44772 11 7 11H8V12C8 12.5523 7.55228 13 7 13C6.44772 13 6 13.4477 6 14C6 14.5523 6.44772 15 7 15H13C13.5523 15 14 14.5523 14 14C14 13.4477 13.5523 13 13 13H9.82929C9.93985 12.6872 10 12.3506 10 12V11H11C11.5523 11 12 10.5523 12 10C12 9.44772 11.5523 9 11 9H10V7C10 6.44772 10.4477 6 11 6C11.5523 6 12 6.44772 12 7C12 7.55228 12.4477 8 13 8C13.5523 8 14 7.55228 14 7C14 5.34315 12.6569 4 11 4Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"currency rupee \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 18C14.4183 18 18 14.4183 18 10C18 5.58172 14.4183 2 10 2C5.58172 2 2 5.58172 2 10C2 14.4183 5.58172 18 10 18ZM7.00003 5C6.44774 5 6.00003 5.44772 6.00003 6C6.00003 6.55228 6.44774 7 7.00003 7H8.00003C8.74031 7 9.38666 7.4022 9.73246 8H7.00003C6.44774 8 6.00003 8.44772 6.00003 9C6.00003 9.55228 6.44774 10 7.00003 10H9.73246C9.38665 10.5978 8.74031 11 8.00003 11H7.00003C6.59557 11 6.23093 11.2436 6.07615 11.6173C5.92137 11.991 6.00692 12.4211 6.29292 12.7071L9.29292 15.7071C9.68345 16.0976 10.3166 16.0976 10.7071 15.7071C11.0977 15.3166 11.0977 14.6834 10.7071 14.2929L9.22363 12.8094C10.5222 12.3926 11.5316 11.3302 11.874 10H13C13.5523 10 14 9.55228 14 9C14 8.44772 13.5523 8 13 8H11.874C11.7827 7.64523 11.6439 7.30951 11.4649 7H13C13.5523 7 14 6.55228 14 6C14 5.44772 13.5523 5 13 5H7.00003Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"currency yen \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 18C14.4183 18 18 14.4183 18 10C18 5.58172 14.4183 2 10 2C5.58172 2 2 5.58172 2 10C2 14.4183 5.58172 18 10 18ZM7.85752 5.48541C7.57337 5.01183 6.95911 4.85827 6.48553 5.14241C6.01195 5.42656 5.85839 6.04082 6.14254 6.5144L7.63384 8.99991H7.00003C6.44774 8.99991 6.00003 9.44762 6.00003 9.99991C6.00003 10.5522 6.44774 10.9999 7.00003 10.9999H8.83384L9.00003 11.2769V11.9999H7.00003C6.44774 11.9999 6.00003 12.4476 6.00003 12.9999C6.00003 13.5522 6.44774 13.9999 7.00003 13.9999H9.00003V14.9999C9.00003 15.5522 9.44774 15.9999 10 15.9999C10.5523 15.9999 11 15.5522 11 14.9999V13.9999H13C13.5523 13.9999 14 13.5522 14 12.9999C14 12.4476 13.5523 11.9999 13 11.9999H11V11.2769L11.1662 10.9999H13C13.5523 10.9999 14 10.5522 14 9.99991C14 9.44762 13.5523 8.99991 13 8.99991H12.3662L13.8575 6.5144C14.1417 6.04082 13.9881 5.42656 13.5145 5.14241C13.0409 4.85827 12.4267 5.01183 12.1425 5.48541L10.0338 8.99991H9.96622L7.85752 5.48541Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"cursor click \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.67187 1.91147C6.52893 1.37801 5.9806 1.06142 5.44713 1.20437C4.91366 1.34731 4.59708 1.89565 4.74002 2.42911L4.99884 3.39504C5.14178 3.9285 5.69012 4.24509 6.22359 4.10214C6.75705 3.9592 7.07363 3.41086 6.93069 2.8774L6.67187 1.91147ZM2.42923 4.7399C1.89577 4.59696 1.34743 4.91354 1.20449 5.44701C1.06155 5.98047 1.37813 6.52881 1.9116 6.67175L2.87752 6.93057C3.41099 7.07351 3.95932 6.75693 4.10227 6.22346C4.24521 5.69 3.92863 5.14166 3.39516 4.99872L2.42923 4.7399ZM11.2427 4.17149C11.6332 3.78097 11.6332 3.1478 11.2427 2.75728C10.8522 2.36676 10.219 2.36676 9.82847 2.75728L9.12136 3.46439C8.73084 3.85491 8.73084 4.48808 9.12136 4.8786C9.51189 5.26912 10.1451 5.26912 10.5356 4.8786L11.2427 4.17149ZM4.17162 11.2426L4.87872 10.5355C5.26925 10.1449 5.26925 9.51177 4.87872 9.12124C4.4882 8.73072 3.85503 8.73072 3.46451 9.12124L2.7574 9.82835C2.36688 10.2189 2.36688 10.852 2.7574 11.2426C3.14793 11.6331 3.78109 11.6331 4.17162 11.2426ZM7.37154 6.07152C7.00012 5.92295 6.5759 6.01002 6.29304 6.29289C6.01018 6.57575 5.92311 6.99997 6.07167 7.37138L10.0717 17.3714C10.2179 17.737 10.5651 17.9828 10.9586 17.9991C11.352 18.0155 11.7185 17.7994 11.8946 17.4472L13.2741 14.6882L16.293 17.7071C16.6836 18.0976 17.3167 18.0976 17.7073 17.7071C18.0978 17.3166 18.0978 16.6834 17.7073 16.2929L14.6883 13.2739L17.4474 11.8944C17.7996 11.7183 18.0157 11.3519 17.9993 10.9584C17.9829 10.565 17.7372 10.2178 17.3715 10.0715L7.37154 6.07152Z\" fill=\"#4B5563\"/>\n</svg>\n</li><li title=\"database \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 12V15C3 16.6569 6.13401 18 10 18C13.866 18 17 16.6569 17 15V12C17 13.6569 13.866 15 10 15C6.13401 15 3 13.6569 3 12Z\" fill=\"#374151\"/>\n<path d=\"M3 7V10C3 11.6569 6.13401 13 10 13C13.866 13 17 11.6569 17 10V7C17 8.65685 13.866 10 10 10C6.13401 10 3 8.65685 3 7Z\" fill=\"#374151\"/>\n<path d=\"M17 5C17 6.65685 13.866 8 10 8C6.13401 8 3 6.65685 3 5C3 3.34315 6.13401 2 10 2C13.866 2 17 3.34315 17 5Z\" fill=\"#374151\"/>\n</svg>\n</li><li title=\"desktop computer \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 5C3 3.89543 3.89543 3 5 3H15C16.1046 3 17 3.89543 17 5V13C17 14.1046 16.1046 15 15 15H12.7808L12.903 15.4887L13.7071 16.2929C13.9931 16.5789 14.0787 17.009 13.9239 17.3827C13.7691 17.7563 13.4045 18 13 18H7.00003C6.59557 18 6.23093 17.7563 6.07615 17.3827C5.92137 17.009 6.00692 16.5789 6.29292 16.2929L7.09706 15.4887L7.21925 15H5C3.89543 15 3 14.1046 3 13V5ZM8.7713 12C8.75657 11.9997 8.74189 11.9997 8.72725 12H5V5H15V12H11.2728C11.2582 11.9997 11.2435 11.9997 11.2288 12H8.7713Z\" fill=\"#4B5563\"/>\n</svg>\n</li><li title=\"device mobile \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7 2C5.89543 2 5 2.89543 5 4V16C5 17.1046 5.89543 18 7 18H13C14.1046 18 15 17.1046 15 16V4C15 2.89543 14.1046 2 13 2H7ZM10 16C10.5523 16 11 15.5523 11 15C11 14.4477 10.5523 14 10 14C9.44772 14 9 14.4477 9 15C9 15.5523 9.44772 16 10 16Z\" fill=\"#374151\"/>\n</svg>\n</li><li title=\"device tablet \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6 2C4.89543 2 4 2.89543 4 4V16C4 17.1046 4.89543 18 6 18H14C15.1046 18 16 17.1046 16 16V4C16 2.89543 15.1046 2 14 2H6ZM10 16C10.5523 16 11 15.5523 11 15C11 14.4477 10.5523 14 10 14C9.44772 14 9 14.4477 9 15C9 15.5523 9.44772 16 10 16Z\" fill=\"#374151\"/>\n</svg>\n</li><li title=\"document add \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6 2C4.89543 2 4 2.89543 4 4V16C4 17.1046 4.89543 18 6 18H14C15.1046 18 16 17.1046 16 16V7.41421C16 6.88378 15.7893 6.37507 15.4142 6L12 2.58579C11.6249 2.21071 11.1162 2 10.5858 2H6ZM11 8C11 7.44772 10.5523 7 10 7C9.44772 7 9 7.44772 9 8V10H7C6.44772 10 6 10.4477 6 11C6 11.5523 6.44772 12 7 12H9V14C9 14.5523 9.44771 15 10 15C10.5523 15 11 14.5523 11 14L11 12H13C13.5523 12 14 11.5523 14 11C14 10.4477 13.5523 10 13 10H11V8Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"document download \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6 2C4.89543 2 4 2.89543 4 4V16C4 17.1046 4.89543 18 6 18H14C15.1046 18 16 17.1046 16 16V7.41421C16 6.88378 15.7893 6.37507 15.4142 6L12 2.58579C11.6249 2.21071 11.1162 2 10.5858 2H6ZM11 8C11 7.44772 10.5523 7 10 7C9.44772 7 9 7.44772 9 8V11.5858L7.70711 10.2929C7.31658 9.90237 6.68342 9.90237 6.29289 10.2929C5.90237 10.6834 5.90237 11.3166 6.29289 11.7071L9.29289 14.7071C9.68342 15.0976 10.3166 15.0976 10.7071 14.7071L13.7071 11.7071C14.0976 11.3166 14.0976 10.6834 13.7071 10.2929C13.3166 9.90237 12.6834 9.90237 12.2929 10.2929L11 11.5858V8Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"document duplicate \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 2C7.89543 2 7 2.89543 7 4V12C7 13.1046 7.89543 14 9 14H15C16.1046 14 17 13.1046 17 12V6.41421C17 5.88378 16.7893 5.37507 16.4142 5L14 2.58579C13.6249 2.21071 13.1162 2 12.5858 2H9Z\" fill=\"#4A5568\"/>\n<path d=\"M3 8C3 6.89543 3.89543 6 5 6V16H13C13 17.1046 12.1046 18 11 18H5C3.89543 18 3 17.1046 3 16V8Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"document remove \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6 2C4.89543 2 4 2.89543 4 4V16C4 17.1046 4.89543 18 6 18H14C15.1046 18 16 17.1046 16 16V7.41421C16 6.88378 15.7893 6.37507 15.4142 6L12 2.58579C11.6249 2.21071 11.1162 2 10.5858 2H6ZM7 10C6.44772 10 6 10.4477 6 11C6 11.5523 6.44772 12 7 12H13C13.5523 12 14 11.5523 14 11C14 10.4477 13.5523 10 13 10H7Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"document report \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6 2C4.89543 2 4 2.89543 4 4V16C4 17.1046 4.89543 18 6 18H14C15.1046 18 16 17.1046 16 16V7.41421C16 6.88378 15.7893 6.37507 15.4142 6L12 2.58579C11.6249 2.21071 11.1162 2 10.5858 2H6ZM8 12C8 11.4477 7.55228 11 7 11C6.44772 11 6 11.4477 6 12V15C6 15.5523 6.44772 16 7 16C7.55228 16 8 15.5523 8 15V12ZM10 9C10.5523 9 11 9.44772 11 10V15C11 15.5523 10.5523 16 10 16C9.44772 16 9 15.5523 9 15V10C9 9.44772 9.44772 9 10 9ZM14 8C14 7.44772 13.5523 7 13 7C12.4477 7 12 7.44772 12 8V15C12 15.5523 12.4477 16 13 16C13.5523 16 14 15.5523 14 15V8Z\" fill=\"#4B5563\"/>\n</svg>\n</li><li title=\"document search \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4 4C4 2.89543 4.89543 2 6 2H10.5858C11.1162 2 11.6249 2.21071 12 2.58579L15.4142 6C15.7893 6.37507 16 6.88378 16 7.41421V16C16 17.1046 15.1046 18 14 18H12.4722C13.4223 16.9385 14 15.5367 14 14C14 10.6863 11.3137 8 8 8C6.46329 8 5.06151 8.57771 4 9.52779V4Z\" fill=\"#374151\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 10C5.79086 10 4 11.7909 4 14C4 14.7414 4.20229 15.4364 4.55397 16.0318L3.29289 17.2929C2.90237 17.6834 2.90237 18.3166 3.29289 18.7071C3.68342 19.0976 4.31658 19.0976 4.70711 18.7071L5.96818 17.446C6.56362 17.7977 7.25862 18 8 18C10.2091 18 12 16.2091 12 14C12 11.7909 10.2091 10 8 10ZM6 14C6 12.8954 6.89543 12 8 12C9.10457 12 10 12.8954 10 14C10 15.1046 9.10457 16 8 16C7.44744 16 6.94881 15.7772 6.58579 15.4142C6.22276 15.0512 6 14.5526 6 14Z\" fill=\"#374151\"/>\n</svg>\n</li><li title=\"document text \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 4C4 2.89543 4.89543 2 6 2H10.5858C11.1162 2 11.6249 2.21071 12 2.58579L15.4142 6C15.7893 6.37507 16 6.88378 16 7.41421V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4ZM6 10C6 9.44772 6.44772 9 7 9H13C13.5523 9 14 9.44772 14 10C14 10.5523 13.5523 11 13 11H7C6.44772 11 6 10.5523 6 10ZM7 13C6.44772 13 6 13.4477 6 14C6 14.5523 6.44772 15 7 15H13C13.5523 15 14 14.5523 14 14C14 13.4477 13.5523 13 13 13H7Z\" fill=\"#374151\"/>\n</svg>\n</li><li title=\"document \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 4C4 2.89543 4.89543 2 6 2H10.5858C11.1162 2 11.6249 2.21071 12 2.58579L15.4142 6C15.7893 6.37507 16 6.88378 16 7.41421V16C16 17.1046 15.1046 18 14 18H6C4.89543 18 4 17.1046 4 16V4Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"dots circle horizontal \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 18C14.4183 18 18 14.4183 18 10C18 5.58172 14.4183 2 10 2C5.58172 2 2 5.58172 2 10C2 14.4183 5.58172 18 10 18ZM7 9H5V11H7V9ZM15 9H13V11H15V9ZM9 9H11V11H9V9Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"dots horizontal \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n\n<path d=\"M6 10C6 11.1046 5.10457 12 4 12C2.89543 12 2 11.1046 2 10C2 8.89543 2.89543 8 4 8C5.10457 8 6 8.89543 6 10Z\" fill=\"#4A5568\"/>\n<path d=\"M12 10C12 11.1046 11.1046 12 10 12C8.89543 12 8 11.1046 8 10C8 8.89543 8.89543 8 10 8C11.1046 8 12 8.89543 12 10Z\" fill=\"#4A5568\"/>\n<path d=\"M16 12C17.1046 12 18 11.1046 18 10C18 8.89543 17.1046 8 16 8C14.8954 8 14 8.89543 14 10C14 11.1046 14.8954 12 16 12Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"dots vertical \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n\n<path d=\"M10 6C8.89543 6 8 5.10457 8 4C8 2.89543 8.89543 2 10 2C11.1046 2 12 2.89543 12 4C12 5.10457 11.1046 6 10 6Z\" fill=\"#4A5568\"/>\n<path d=\"M10 12C8.89543 12 8 11.1046 8 10C8 8.89543 8.89543 8 10 8C11.1046 8 12 8.89543 12 10C12 11.1046 11.1046 12 10 12Z\" fill=\"#4A5568\"/>\n<path d=\"M10 18C8.89543 18 8 17.1046 8 16C8 14.8954 8.89543 14 10 14C11.1046 14 12 14.8954 12 16C12 17.1046 11.1046 18 10 18Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"download \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 17C3 16.4477 3.44772 16 4 16H16C16.5523 16 17 16.4477 17 17C17 17.5523 16.5523 18 16 18H4C3.44772 18 3 17.5523 3 17ZM6.29289 9.29289C6.68342 8.90237 7.31658 8.90237 7.70711 9.29289L9 10.5858L9 3C9 2.44772 9.44771 2 10 2C10.5523 2 11 2.44771 11 3L11 10.5858L12.2929 9.29289C12.6834 8.90237 13.3166 8.90237 13.7071 9.29289C14.0976 9.68342 14.0976 10.3166 13.7071 10.7071L10.7071 13.7071C10.5196 13.8946 10.2652 14 10 14C9.73478 14 9.48043 13.8946 9.29289 13.7071L6.29289 10.7071C5.90237 10.3166 5.90237 9.68342 6.29289 9.29289Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"duplicate \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n\n<path d=\"M7 9C7 7.89543 7.89543 7 9 7H15C16.1046 7 17 7.89543 17 9V15C17 16.1046 16.1046 17 15 17H9C7.89543 17 7 16.1046 7 15V9Z\" fill=\"#4A5568\"/>\n<path d=\"M5 3C3.89543 3 3 3.89543 3 5V11C3 12.1046 3.89543 13 5 13L5 5H13C13 3.89543 12.1046 3 11 3H5Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"emoji happy \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 18C14.4183 18 18 14.4183 18 10C18 5.58172 14.4183 2 10 2C5.58172 2 2 5.58172 2 10C2 14.4183 5.58172 18 10 18ZM7 9C7.55228 9 8 8.55228 8 8C8 7.44772 7.55228 7 7 7C6.44772 7 6 7.44772 6 8C6 8.55228 6.44772 9 7 9ZM14 8C14 8.55228 13.5523 9 13 9C12.4477 9 12 8.55228 12 8C12 7.44772 12.4477 7 13 7C13.5523 7 14 7.44772 14 8ZM13.5355 13.5354C13.9261 13.1449 13.9261 12.5118 13.5355 12.1212C13.145 11.7307 12.5118 11.7307 12.1213 12.1212C10.9497 13.2928 9.05025 13.2928 7.87868 12.1212C7.48816 11.7307 6.85499 11.7307 6.46447 12.1212C6.07394 12.5118 6.07394 13.1449 6.46447 13.5354C8.41709 15.4881 11.5829 15.4881 13.5355 13.5354Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"emoji sad \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 18C14.4183 18 18 14.4183 18 10C18 5.58172 14.4183 2 10 2C5.58172 2 2 5.58172 2 10C2 14.4183 5.58172 18 10 18ZM7 9C7.55228 9 8 8.55228 8 8C8 7.44772 7.55228 7 7 7C6.44772 7 6 7.44772 6 8C6 8.55228 6.44772 9 7 9ZM14 8C14 8.55228 13.5523 9 13 9C12.4477 9 12 8.55228 12 8C12 7.44772 12.4477 7 13 7C13.5523 7 14 7.44772 14 8ZM6.46447 13.8785C6.85499 14.269 7.48816 14.269 7.87868 13.8785C9.05025 12.7069 10.9497 12.7069 12.1213 13.8785C12.5118 14.269 13.145 14.269 13.5355 13.8785C13.9261 13.4879 13.9261 12.8548 13.5355 12.4642C11.5829 10.5116 8.41709 10.5116 6.46447 12.4642C6.07394 12.8548 6.07394 13.4879 6.46447 13.8785Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"exclamation circle \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 10C18 14.4183 14.4183 18 10 18C5.58172 18 2 14.4183 2 10C2 5.58172 5.58172 2 10 2C14.4183 2 18 5.58172 18 10ZM11 14C11 14.5523 10.5523 15 10 15C9.44772 15 9 14.5523 9 14C9 13.4477 9.44772 13 10 13C10.5523 13 11 13.4477 11 14ZM10 5C9.44772 5 9 5.44772 9 6V10C9 10.5523 9.44772 11 10 11C10.5523 11 11 10.5523 11 10V6C11 5.44772 10.5523 5 10 5Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"exclamation \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.25706 3.09882C9.02167 1.73952 10.9788 1.73952 11.7434 3.09882L17.3237 13.0194C18.0736 14.3526 17.1102 15.9999 15.5805 15.9999H4.4199C2.89025 15.9999 1.92682 14.3526 2.67675 13.0194L8.25706 3.09882ZM11.0001 13C11.0001 13.5523 10.5524 14 10.0001 14C9.44784 14 9.00012 13.5523 9.00012 13C9.00012 12.4477 9.44784 12 10.0001 12C10.5524 12 11.0001 12.4477 11.0001 13ZM10.0001 5C9.44784 5 9.00012 5.44772 9.00012 6V9C9.00012 9.55228 9.44784 10 10.0001 10C10.5524 10 11.0001 9.55228 11.0001 9V6C11.0001 5.44772 10.5524 5 10.0001 5Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"external link \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11 3C10.4477 3 10 3.44772 10 4C10 4.55228 10.4477 5 11 5H13.5858L7.29289 11.2929C6.90237 11.6834 6.90237 12.3166 7.29289 12.7071C7.68342 13.0976 8.31658 13.0976 8.70711 12.7071L15 6.41421V9C15 9.55228 15.4477 10 16 10C16.5523 10 17 9.55228 17 9V4C17 3.44772 16.5523 3 16 3H11Z\" fill=\"#4A5568\"/>\n<path d=\"M5 5C3.89543 5 3 5.89543 3 7V15C3 16.1046 3.89543 17 5 17H13C14.1046 17 15 16.1046 15 15V12C15 11.4477 14.5523 11 14 11C13.4477 11 13 11.4477 13 12V15H5V7L8 7C8.55228 7 9 6.55228 9 6C9 5.44772 8.55228 5 8 5H5Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"eye off \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.70711 2.29289C3.31658 1.90237 2.68342 1.90237 2.29289 2.29289C1.90237 2.68342 1.90237 3.31658 2.29289 3.70711L16.2929 17.7071C16.6834 18.0976 17.3166 18.0976 17.7071 17.7071C18.0976 17.3166 18.0976 16.6834 17.7071 16.2929L16.2339 14.8197C17.7715 13.5924 18.939 11.9211 19.5424 9.99996C18.2681 5.94288 14.4778 3 10.0002 3C8.37665 3 6.84344 3.38692 5.48779 4.07358L3.70711 2.29289ZM7.96813 6.55391L9.48201 8.0678C9.6473 8.02358 9.82102 8 10.0003 8C11.1048 8 12.0003 8.89543 12.0003 10C12.0003 10.1792 11.9767 10.353 11.9325 10.5182L13.4463 12.0321C13.7983 11.4366 14.0003 10.7419 14.0003 10C14.0003 7.79086 12.2094 6 10.0003 6C9.25838 6 8.56367 6.20197 7.96813 6.55391Z\" fill=\"#4B5563\"/>\n<path d=\"M12.4541 16.6967L9.74965 13.9923C7.74013 13.8681 6.1322 12.2601 6.00798 10.2506L2.33492 6.57754C1.50063 7.57223 0.856368 8.73169 0.458008 10C1.73228 14.0571 5.52257 17 10.0002 17C10.8469 17 11.6689 16.8948 12.4541 16.6967Z\" fill=\"#4B5563\"/>\n</svg>\n</li><li title=\"eye \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n\n<path d=\"M10 12C11.1046 12 12 11.1046 12 10C12 8.89543 11.1046 8 10 8C8.89544 8 8.00001 8.89543 8.00001 10C8.00001 11.1046 8.89544 12 10 12Z\" fill=\"#4A5568\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0.457764 10C1.73202 5.94291 5.52232 3 9.99997 3C14.4776 3 18.2679 5.94288 19.5422 9.99996C18.2679 14.0571 14.4776 17 9.99995 17C5.52232 17 1.73204 14.0571 0.457764 10ZM14 10C14 12.2091 12.2091 14 10 14C7.79087 14 6.00001 12.2091 6.00001 10C6.00001 7.79086 7.79087 6 10 6C12.2091 6 14 7.79086 14 10Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"fast forward \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.5547 5.16795C4.24784 4.96338 3.8533 4.94431 3.52814 5.11833C3.20298 5.29235 3 5.63121 3 6V14C3 14.3688 3.20298 14.7077 3.52814 14.8817C3.8533 15.0557 4.24784 15.0366 4.5547 14.8321L10 11.2019V14C10 14.3688 10.203 14.7077 10.5281 14.8817C10.8533 15.0557 11.2478 15.0366 11.5547 14.8321L17.5547 10.8321C17.8329 10.6466 18 10.3344 18 10C18 9.66565 17.8329 9.35342 17.5547 9.16795L11.5547 5.16795C11.2478 4.96338 10.8533 4.94431 10.5281 5.11833C10.203 5.29235 10 5.63121 10 6V8.79815L4.5547 5.16795Z\" fill=\"#374151\"/>\n</svg>\n</li><li title=\"film \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 3C2.89543 3 2 3.89543 2 5V15C2 16.1046 2.89543 17 4 17H16C17.1046 17 18 16.1046 18 15V5C18 3.89543 17.1046 3 16 3H4ZM7 5L13 5V9H7V5ZM15 13V15H16V13H15ZM13 11H7V15H13V11ZM15 11H16V9H15V11ZM16 7V5H15V7H16ZM5 5V7H4V5H5ZM5 9H4V11H5V9ZM4 13H5V15H4V13Z\" fill=\"#374151\"/>\n</svg>\n</li><li title=\"filter \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 3C3 2.44772 3.44772 2 4 2H16C16.5523 2 17 2.44772 17 3V6C17 6.26522 16.8946 6.51957 16.7071 6.70711L12 11.4142V15C12 15.2652 11.8946 15.5196 11.7071 15.7071L9.70711 17.7071C9.42111 17.9931 8.99099 18.0787 8.61732 17.9239C8.24364 17.7691 8 17.4045 8 17V11.4142L3.29289 6.70711C3.10536 6.51957 3 6.26522 3 6V3Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"finger print \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.62478 2.65458C7.6684 2.23213 8.80833 2 10 2C14.9706 2 19 6.02944 19 11C19 11.5523 18.5523 12 18 12C17.4477 12 17 11.5523 17 11C17 7.13401 13.866 4 10 4C9.06987 4 8.18446 4.18088 7.37522 4.50845C6.86328 4.71568 6.28029 4.46867 6.07306 3.95673C5.86584 3.4448 6.11285 2.8618 6.62478 2.65458ZM4.66173 4.95861C5.0758 5.32408 5.1152 5.95602 4.74974 6.37008C3.66007 7.60467 3 9.22404 3 11C3 11.5523 2.55228 12 2 12C1.44772 12 1 11.5523 1 11C1 8.71818 1.85048 6.63256 3.25026 5.04662C3.61573 4.63255 4.24766 4.59315 4.66173 4.95861Z\" fill=\"#374151\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 11C5 8.23858 7.23857 6 10 6C12.7614 6 15 8.23858 15 11C15 11.5523 14.5523 12 14 12C13.4477 12 13 11.5523 13 11C13 9.34315 11.6569 8 10 8C8.34315 8 7 9.34315 7 11C7 12.6772 6.65535 14.2764 6.03206 15.7288C5.81426 16.2363 5.22626 16.4712 4.71874 16.2533C4.21122 16.0355 3.97636 15.4475 4.19416 14.94C4.71247 13.7323 5 12.401 5 11ZM13.9212 13.0123C14.4666 13.0989 14.8387 13.6112 14.7521 14.1567C14.6205 14.9867 14.4378 15.7998 14.2072 16.5928C14.0531 17.1231 13.4982 17.428 12.9679 17.2739C12.4375 17.1197 12.1326 16.5648 12.2868 16.0345C12.494 15.3215 12.6584 14.5901 12.7768 13.8433C12.8634 13.2979 13.3757 12.9258 13.9212 13.0123Z\" fill=\"#374151\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 10C10.5523 10 11 10.4477 11 11C11 13.2363 10.5406 15.3679 9.71014 17.3036C9.49239 17.8111 8.90441 18.046 8.39687 17.8283C7.88933 17.6105 7.65441 17.0225 7.87217 16.515C8.59772 14.8239 9 12.9602 9 11C9 10.4477 9.44771 10 10 10Z\" fill=\"#374151\"/>\n</svg>\n</li><li title=\"fire \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.3945 2.55279C12.2662 2.29624 12.034 2.10713 11.7568 2.03351C11.4795 1.95988 11.184 2.00885 10.9454 2.16795C10.5995 2.39858 10.3314 2.72608 10.1229 3.04791C9.90855 3.37854 9.71986 3.76148 9.553 4.16366C9.21939 4.96773 8.93911 5.93195 8.71375 6.89778C8.42752 8.12448 8.21568 9.41687 8.10004 10.4776C7.61585 10.1512 7.33491 9.78527 7.15481 9.41104C6.82729 8.73046 6.75736 7.8772 6.75736 6.75739C6.75736 6.35292 6.51372 5.98829 6.14004 5.83351C5.76637 5.67872 5.33625 5.76428 5.05025 6.05028C3.68361 7.41692 3 9.21013 3 11C3 12.7899 3.68361 14.5831 5.05025 15.9498C7.78392 18.6834 12.2161 18.6834 14.9497 15.9498C16.3164 14.5831 17 12.7899 17 11C17 9.21013 16.3164 7.41692 14.9497 6.05028C14.3584 5.45889 13.9696 5.06453 13.6021 4.5828C13.239 4.10688 12.8781 3.51991 12.3945 2.55279ZM12.1213 15.1213C10.9497 16.2929 9.05025 16.2929 7.87868 15.1213C7.29289 14.5355 7 13.7678 7 13C7 13 7.87868 13.5 9.50005 13.5C9.50005 12.5 10 9.5 10.75 9C11.25 10 11.5355 10.2929 12.1213 10.8787C12.7071 11.4645 13 12.2322 13 13C13 13.7678 12.7071 14.5355 12.1213 15.1213Z\" fill=\"#374151\"/>\n</svg>\n</li><li title=\"flag \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 6C3 4.34315 4.34315 3 6 3H16C16.3788 3 16.725 3.214 16.8944 3.55279C17.0638 3.89157 17.0273 4.29698 16.8 4.6L14.25 8L16.8 11.4C17.0273 11.703 17.0638 12.1084 16.8944 12.4472C16.725 12.786 16.3788 13 16 13H6C5.44772 13 5 13.4477 5 14V17C5 17.5523 4.55228 18 4 18C3.44772 18 3 17.5523 3 17V6Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"folder add \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 6C2 4.89543 2.89543 4 4 4H9L11 6H16C17.1046 6 18 6.89543 18 8V14C18 15.1046 17.1046 16 16 16H4C2.89543 16 2 15.1046 2 14V6Z\" fill=\"#374151\"/>\n<path d=\"M8 11H12M10 9V13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"folder download \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 6C2 4.89543 2.89543 4 4 4H9L11 6H16C17.1046 6 18 6.89543 18 8V14C18 15.1046 17.1046 16 16 16H4C2.89543 16 2 15.1046 2 14V6Z\" fill=\"#374151\"/>\n<path d=\"M10 9V13M10 13L8 11M10 13L12 11\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"folder open \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 6C2 4.89543 2.89543 4 4 4H8L10 6H14C15.1046 6 16 6.89543 16 8V9H8C6.34315 9 5 10.3431 5 12V13.5C5 14.3284 4.32843 15 3.5 15C2.67157 15 2 14.3284 2 13.5V6Z\" fill=\"#374151\"/>\n<path d=\"M6 12C6 10.8954 6.89543 10 8 10H16C17.1046 10 18 10.8954 18 12V14C18 15.1046 17.1046 16 16 16H2H4C5.10457 16 6 15.1046 6 14V12Z\" fill=\"#374151\"/>\n</svg>\n</li><li title=\"folder remove \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 6C2 4.89543 2.89543 4 4 4H9L11 6H16C17.1046 6 18 6.89543 18 8V14C18 15.1046 17.1046 16 16 16H4C2.89543 16 2 15.1046 2 14V6Z\" fill=\"#374151\"/>\n<path d=\"M8 11H12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"folder \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n\n<path d=\"M2 6C2 4.89543 2.89543 4 4 4H9L11 6H16C17.1046 6 18 6.89543 18 8V14C18 15.1046 17.1046 16 16 16H4C2.89543 16 2 15.1046 2 14V6Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"gift \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 5C5 3.34315 6.34315 2 8 2C8.76836 2 9.46924 2.28885 10 2.7639C10.5308 2.28885 11.2316 2 12 2C13.6569 2 15 3.34315 15 5C15 5.35064 14.9398 5.68722 14.8293 6H16C17.1046 6 18 6.89543 18 8C18 9.10457 17.1046 10 16 10H11V9C11 8.44772 10.5523 8 10 8C9.44772 8 9 8.44771 9 9V10H4C2.89543 10 2 9.10457 2 8C2 6.89543 2.89543 6 4 6H5.17071C5.06015 5.68722 5 5.35064 5 5ZM9 6V5C9 4.44772 8.55228 4 8 4C7.44772 4 7 4.44772 7 5C7 5.55228 7.44772 6 8 6H9ZM12 6C12.5523 6 13 5.55228 13 5C13 4.44772 12.5523 4 12 4C11.4477 4 11 4.44772 11 5V6H12Z\" fill=\"#374151\"/>\n<path d=\"M9 11H3V16C3 17.1046 3.89543 18 5 18H9V11Z\" fill=\"#374151\"/>\n<path d=\"M11 18H15C16.1046 18 17 17.1046 17 16V11H11V18Z\" fill=\"#374151\"/>\n</svg>\n</li><li title=\"globe alt \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.08296 9H6.02863C6.11783 7.45361 6.41228 6.02907 6.86644 4.88228C5.41752 5.77135 4.37513 7.25848 4.08296 9ZM10 2C5.58172 2 2 5.58172 2 10C2 14.4183 5.58172 18 10 18C14.4183 18 18 14.4183 18 10C18 5.58172 14.4183 2 10 2ZM10 4C9.92395 4 9.76787 4.03173 9.5347 4.26184C9.29723 4.4962 9.03751 4.8849 8.79782 5.44417C8.40914 6.3511 8.12491 7.58559 8.03237 9H11.9676C11.8751 7.58559 11.5909 6.3511 11.2022 5.44417C10.9625 4.8849 10.7028 4.4962 10.4653 4.26184C10.2321 4.03173 10.076 4 10 4ZM13.9714 9C13.8822 7.45361 13.5877 6.02907 13.1336 4.88228C14.5825 5.77135 15.6249 7.25848 15.917 9H13.9714ZM11.9676 11H8.03237C8.12491 12.4144 8.40914 13.6489 8.79782 14.5558C9.03751 15.1151 9.29723 15.5038 9.5347 15.7382C9.76787 15.9683 9.92395 16 10 16C10.076 16 10.2321 15.9683 10.4653 15.7382C10.7028 15.5038 10.9625 15.1151 11.2022 14.5558C11.5909 13.6489 11.8751 12.4144 11.9676 11ZM13.1336 15.1177C13.5877 13.9709 13.8822 12.5464 13.9714 11H15.917C15.6249 12.7415 14.5825 14.2287 13.1336 15.1177ZM6.86644 15.1177C6.41228 13.9709 6.11783 12.5464 6.02863 11H4.08296C4.37513 12.7415 5.41752 14.2287 6.86644 15.1177Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"globe \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 18C14.4183 18 18 14.4183 18 10C18 5.58172 14.4183 2 10 2C5.58172 2 2 5.58172 2 10C2 14.4183 5.58172 18 10 18ZM4.33179 8.02741C4.70542 6.95361 5.37558 6.01864 6.24421 5.32056C6.51209 5.72966 6.97449 5.99991 7.50001 5.99991C8.32844 5.99991 9.00001 6.67148 9.00001 7.49991V7.99991C9.00001 9.10448 9.89545 9.99991 11 9.99991C12.1046 9.99991 13 9.10448 13 7.99991C13 7.05979 13.6487 6.27118 14.5228 6.05719C15.4428 7.11161 16 8.49069 16 9.99992C16 10.3407 15.9716 10.6748 15.917 11.0001H15C13.8954 11.0001 13 11.8955 13 13.0001V15.1973C12.1175 15.7078 11.0928 15.9999 9.99992 15.9999V14C9.99992 12.8954 9.10448 12 7.99992 12C6.89535 12 5.99992 11.1046 5.99992 10C5.99992 9.00849 5.27841 8.1855 4.33179 8.02741Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"hand \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 3C9 2.44772 9.44772 2 10 2C10.5523 2 11 2.44772 11 3V8V8.5C11 8.77614 11.2239 9 11.5 9C11.7761 9 12 8.77614 12 8.5V8V4C12 3.44772 12.4477 3 13 3C13.5523 3 14 3.44772 14 4V8V8.5C14 8.77614 14.2239 9 14.5 9C14.7761 9 15 8.77614 15 8.5V8V6C15 5.44772 15.4477 5 16 5C16.5523 5 17 5.44772 17 6V11C17 14.866 13.866 18 10 18C6.13401 18 3 14.866 3 11V9C3 8.44772 3.44772 8 4 8C4.55228 8 5 8.44772 5 9V11V11.5C5 11.7761 5.22386 12 5.5 12C5.77614 12 6 11.7761 6 11.5V11V10V8V4C6 3.44772 6.44772 3 7 3C7.55228 3 8 3.44772 8 4V8V8.5C8 8.77614 8.22386 9 8.5 9C8.77614 9 9 8.77614 9 8.5V8V3Z\" fill=\"#374151\"/>\n</svg>\n</li><li title=\"hashtag \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.24254 3.02985C9.77833 3.1638 10.1041 3.70673 9.97014 4.24253L9.53078 5.99999H12.4692L13.0299 3.75746C13.1638 3.22166 13.7067 2.8959 14.2425 3.02985C14.7783 3.1638 15.1041 3.70673 14.9701 4.24253L14.5308 5.99999H17C17.5523 5.99999 18 6.44771 18 6.99999C18 7.55228 17.5523 7.99999 17 7.99999H14.0308L13.0308 12H15C15.5523 12 16 12.4477 16 13C16 13.5523 15.5523 14 15 14H12.5308L11.9701 16.2425C11.8362 16.7783 11.2933 17.1041 10.7575 16.9701C10.2217 16.8362 9.89591 16.2933 10.0299 15.7575L10.4692 14H7.53078L6.97014 16.2425C6.83619 16.7783 6.29326 17.1041 5.75746 16.9701C5.22167 16.8362 4.89591 16.2933 5.02986 15.7575L5.46922 14H3C2.44772 14 2 13.5523 2 13C2 12.4477 2.44772 12 3 12H5.96922L6.96922 7.99999H5C4.44772 7.99999 4 7.55228 4 6.99999C4 6.44771 4.44772 5.99999 5 5.99999H7.46922L8.02986 3.75746C8.16381 3.22166 8.70674 2.8959 9.24254 3.02985ZM9.03078 7.99999L8.03078 12H10.9692L11.9692 7.99999H9.03078Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"heart \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.17157 5.17157C4.73367 3.60948 7.26633 3.60948 8.82843 5.17157L10 6.34315L11.1716 5.17157C12.7337 3.60948 15.2663 3.60948 16.8284 5.17157C18.3905 6.73367 18.3905 9.26633 16.8284 10.8284L10 17.6569L3.17157 10.8284C1.60948 9.26633 1.60948 6.73367 3.17157 5.17157Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"home \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.7071 2.29289C10.3166 1.90237 9.68342 1.90237 9.29289 2.29289L2.29289 9.29289C1.90237 9.68342 1.90237 10.3166 2.29289 10.7071C2.68342 11.0976 3.31658 11.0976 3.70711 10.7071L4 10.4142V17C4 17.5523 4.44772 18 5 18H7C7.55228 18 8 17.5523 8 17V15C8 14.4477 8.44772 14 9 14H11C11.5523 14 12 14.4477 12 15V17C12 17.5523 12.4477 18 13 18H15C15.5523 18 16 17.5523 16 17V10.4142L16.2929 10.7071C16.6834 11.0976 17.3166 11.0976 17.7071 10.7071C18.0976 10.3166 18.0976 9.68342 17.7071 9.29289L10.7071 2.29289Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"identification \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 2C9.44772 2 9 2.44772 9 3V4C9 4.55228 9.44772 5 10 5C10.5523 5 11 4.55228 11 4V3C11 2.44772 10.5523 2 10 2ZM4 4H7C7 5.65685 8.34315 7 10 7C11.6569 7 13 5.65685 13 4H16C17.1046 4 18 4.89543 18 6V15C18 16.1046 17.1046 17 16 17H4C2.89543 17 2 16.1046 2 15V6C2 4.89543 2.89543 4 4 4ZM6.5 11C7.32843 11 8 10.3284 8 9.5C8 8.67157 7.32843 8 6.5 8C5.67157 8 5 8.67157 5 9.5C5 10.3284 5.67157 11 6.5 11ZM8.95048 15C8.98327 14.8384 9.00049 14.6712 9.00049 14.5C9.00049 13.1193 7.8812 12 6.50049 12C5.11978 12 4.00049 13.1193 4.00049 14.5C4.00049 14.6712 4.0177 14.8384 4.0505 15H8.95048ZM12 9C11.4477 9 11 9.44772 11 10C11 10.5523 11.4477 11 12 11H15C15.5523 11 16 10.5523 16 10C16 9.44772 15.5523 9 15 9H12ZM11 13C11 12.4477 11.4477 12 12 12H14C14.5523 12 15 12.4477 15 13C15 13.5523 14.5523 14 14 14H12C11.4477 14 11 13.5523 11 13Z\" fill=\"#374151\"/>\n</svg>\n</li><li title=\"inbox in \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.70711 7.29289C8.31658 6.90237 7.68342 6.90237 7.29289 7.29289C6.90237 7.68342 6.90237 8.31658 7.29289 8.70711L9.29289 10.7071C9.48043 10.8946 9.73478 11 10 11C10.2652 11 10.5196 10.8946 10.7071 10.7071L12.7071 8.70711C13.0976 8.31658 13.0976 7.68342 12.7071 7.29289C12.3166 6.90237 11.6834 6.90237 11.2929 7.29289L11 7.58579L11 3C11 2.44771 10.5523 2 10 2C9.44771 2 9 2.44772 9 3V7.58579L8.70711 7.29289Z\" fill=\"#4A5568\"/>\n<path d=\"M3 5C3 3.89543 3.89543 3 5 3H6C6.55228 3 7 3.44772 7 4C7 4.55228 6.55228 5 6 5L5 5V12H7L8 14H12L13 12H15V5H14C13.4477 5 13 4.55228 13 4C13 3.44772 13.4477 3 14 3H15C16.1046 3 17 3.89543 17 5V15C17 16.1046 16.1046 17 15 17H5C3.89543 17 3 16.1046 3 15V5Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"inbox \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 3C3.89543 3 3 3.89543 3 5V15C3 16.1046 3.89543 17 5 17H15C16.1046 17 17 16.1046 17 15V5C17 3.89543 16.1046 3 15 3H5ZM5 5L15 5V12H13L12 14H8L7 12H5V5Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"information circle \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 10C18 14.4183 14.4183 18 10 18C5.58172 18 2 14.4183 2 10C2 5.58172 5.58172 2 10 2C14.4183 2 18 5.58172 18 10ZM11 6C11 6.55228 10.5523 7 10 7C9.44772 7 9 6.55228 9 6C9 5.44772 9.44772 5 10 5C10.5523 5 11 5.44772 11 6ZM9 9C8.44772 9 8 9.44772 8 10C8 10.5523 8.44772 11 9 11V14C9 14.5523 9.44772 15 10 15H11C11.5523 15 12 14.5523 12 14C12 13.4477 11.5523 13 11 13V10C11 9.44772 10.5523 9 10 9H9Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"key \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 8C18 11.3137 15.3137 14 12 14C11.3938 14 10.8087 13.9101 10.2571 13.7429L10 14L9 15L8 16H6V18H2V14L6.25707 9.74293C6.08989 9.19135 6 8.60617 6 8C6 4.68629 8.68629 2 12 2C15.3137 2 18 4.68629 18 8ZM12 4C11.4477 4 11 4.44772 11 5C11 5.55228 11.4477 6 12 6C13.1046 6 14 6.89543 14 8C14 8.55228 14.4477 9 15 9C15.5523 9 16 8.55228 16 8C16 5.79086 14.2091 4 12 4Z\" fill=\"#4B5563\"/>\n</svg>\n</li><li title=\"library \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.4963 2.13176C10.1889 1.95608 9.81146 1.95608 9.50403 2.13176L2.50403 6.13176C2.02451 6.40577 1.85792 7.01662 2.13193 7.49614C2.31631 7.81881 2.65322 7.99979 3 8.00017V15C2.44772 15 2 15.4477 2 16C2 16.5523 2.44772 17 3 17H17C17.5523 17 18 16.5523 18 16C18 15.4477 17.5523 15 17 15V8.00017C17.3469 7.99991 17.684 7.81892 17.8684 7.49614C18.1424 7.01662 17.9758 6.40577 17.4963 6.13176L10.4963 2.13176ZM6 9C5.44772 9 5 9.44772 5 10V13C5 13.5523 5.44772 14 6 14C6.55228 14 7 13.5523 7 13V10C7 9.44772 6.55228 9 6 9ZM9 10C9 9.44772 9.44772 9 10 9C10.5523 9 11 9.44772 11 10V13C11 13.5523 10.5523 14 10 14C9.44772 14 9 13.5523 9 13V10ZM14 9C13.4477 9 13 9.44772 13 10V13C13 13.5523 13.4477 14 14 14C14.5523 14 15 13.5523 15 13V10C15 9.44772 14.5523 9 14 9Z\" fill=\"#4B5563\"/>\n</svg>\n</li><li title=\"light bulb \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11 3C11 2.44772 10.5523 2 10 2C9.44771 2 9 2.44772 9 3V4C9 4.55228 9.44771 5 10 5C10.5523 5 11 4.55228 11 4V3Z\" fill=\"#4A5568\"/>\n<path d=\"M15.6568 5.75731C16.0473 5.36678 16.0473 4.73362 15.6568 4.34309C15.2663 3.95257 14.6331 3.95257 14.2426 4.34309L13.5355 5.0502C13.145 5.44072 13.145 6.07389 13.5355 6.46441C13.926 6.85494 14.5592 6.85494 14.9497 6.46441L15.6568 5.75731Z\" fill=\"#4A5568\"/>\n<path d=\"M18 10C18 10.5523 17.5523 11 17 11H16C15.4477 11 15 10.5523 15 10C15 9.44771 15.4477 9 16 9H17C17.5523 9 18 9.44771 18 10Z\" fill=\"#4A5568\"/>\n<path d=\"M5.05019 6.46443C5.44071 6.85496 6.07388 6.85496 6.4644 6.46443C6.85493 6.07391 6.85493 5.44074 6.4644 5.05022L5.7573 4.34311C5.36677 3.95259 4.73361 3.95259 4.34308 4.34311C3.95256 4.73363 3.95256 5.3668 4.34308 5.75732L5.05019 6.46443Z\" fill=\"#4A5568\"/>\n<path d=\"M5 10C5 10.5523 4.55228 11 4 11H3C2.44772 11 2 10.5523 2 10C2 9.44771 2.44772 9 3 9H4C4.55228 9 5 9.44771 5 10Z\" fill=\"#4A5568\"/>\n<path d=\"M8 16V15H12V16C12 17.1046 11.1046 18 10 18C8.89543 18 8 17.1046 8 16Z\" fill=\"#4A5568\"/>\n<path d=\"M12.0009 14C12.0155 13.6597 12.2076 13.3537 12.4768 13.1411C13.4046 12.4086 14 11.2738 14 10C14 7.79086 12.2091 6 10 6C7.79086 6 6 7.79086 6 10C6 11.2738 6.59545 12.4086 7.52319 13.1411C7.79241 13.3537 7.98451 13.6597 7.99911 14H12.0009Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"lightning bolt \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.3006 1.04621C11.7169 1.17743 12 1.56348 12 1.99995V6.99995L16 6.99995C16.3729 6.99995 16.7148 7.20741 16.887 7.53814C17.0592 7.86887 17.0331 8.26794 16.8192 8.57341L9.81924 18.5734C9.56894 18.931 9.11564 19.0849 8.69936 18.9537C8.28309 18.8225 8 18.4364 8 18L8 13H4C3.62713 13 3.28522 12.7925 3.11302 12.4618C2.94083 12.131 2.96694 11.732 3.18077 11.4265L10.1808 1.42649C10.4311 1.06892 10.8844 0.914992 11.3006 1.04621Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"link \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.5858 4.58579C13.3668 3.80474 14.6331 3.80474 15.4142 4.58579C16.1952 5.36683 16.1952 6.63316 15.4142 7.41421L12.4142 10.4142C11.6331 11.1953 10.3668 11.1953 9.58577 10.4142C9.19524 10.0237 8.56208 10.0237 8.17156 10.4142C7.78103 10.8047 7.78103 11.4379 8.17156 11.8284C9.73365 13.3905 12.2663 13.3905 13.8284 11.8284L16.8284 8.82843C18.3905 7.26633 18.3905 4.73367 16.8284 3.17157C15.2663 1.60948 12.7337 1.60948 11.1716 3.17157L9.67156 4.67157C9.28103 5.0621 9.28103 5.69526 9.67156 6.08579C10.0621 6.47631 10.6952 6.47631 11.0858 6.08579L12.5858 4.58579ZM7.58579 9.58579C8.36683 8.80474 9.63316 8.80474 10.4142 9.58579C10.8047 9.97631 11.4379 9.97631 11.8284 9.58579C12.219 9.19526 12.219 8.5621 11.8284 8.17157C10.2663 6.60948 7.73367 6.60948 6.17157 8.17157L3.17157 11.1716C1.60948 12.7337 1.60948 15.2663 3.17157 16.8284C4.73367 18.3905 7.26633 18.3905 8.82843 16.8284L10.3284 15.3284C10.719 14.9379 10.719 14.3047 10.3284 13.9142C9.9379 13.5237 9.30474 13.5237 8.91421 13.9142L7.41421 15.4142C6.63316 16.1953 5.36684 16.1953 4.58579 15.4142C3.80474 14.6332 3.80474 13.3668 4.58579 12.5858L7.58579 9.58579Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"location marker \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.05025 4.05025C7.78392 1.31658 12.2161 1.31658 14.9497 4.05025C17.6834 6.78392 17.6834 11.2161 14.9497 13.9497L10 18.8995L5.05025 13.9497C2.31658 11.2161 2.31658 6.78392 5.05025 4.05025ZM10 11C11.1046 11 12 10.1046 12 9C12 7.89543 11.1046 7 10 7C8.89543 7 8 7.89543 8 9C8 10.1046 8.89543 11 10 11Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"lock closed \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 9V7C5 4.23858 7.23858 2 10 2C12.7614 2 15 4.23858 15 7V9C16.1046 9 17 9.89543 17 11V16C17 17.1046 16.1046 18 15 18H5C3.89543 18 3 17.1046 3 16V11C3 9.89543 3.89543 9 5 9ZM13 7V9H7V7C7 5.34315 8.34315 4 10 4C11.6569 4 13 5.34315 13 7Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"lock open \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n\n<path d=\"M10 2C7.23858 2 5 4.23858 5 7V9C3.89543 9 3 9.89543 3 11V16C3 17.1046 3.89543 18 5 18H15C16.1046 18 17 17.1046 17 16V11C17 9.89543 16.1046 9 15 9H7V7C7 5.34315 8.34315 4 10 4C11.3965 4 12.5725 4.95512 12.9055 6.24926C13.0432 6.78411 13.5884 7.1061 14.1232 6.96844C14.6581 6.83078 14.9801 6.28559 14.8424 5.75074C14.2874 3.59442 12.3312 2 10 2Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"login \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 3C3.55229 3 4 3.44771 4 4L4 16C4 16.5523 3.55228 17 3 17C2.44771 17 2 16.5523 2 16L2 4C2 3.44771 2.44772 3 3 3ZM10.7071 6.29289C11.0976 6.68342 11.0976 7.31658 10.7071 7.70711L9.41421 9L17 9C17.5523 9 18 9.44771 18 10C18 10.5523 17.5523 11 17 11L9.41421 11L10.7071 12.2929C11.0976 12.6834 11.0976 13.3166 10.7071 13.7071C10.3166 14.0976 9.68342 14.0976 9.29289 13.7071L6.29289 10.7071C6.10536 10.5196 6 10.2652 6 10C6 9.73478 6.10536 9.48043 6.29289 9.29289L9.29289 6.29289C9.68342 5.90237 10.3166 5.90237 10.7071 6.29289Z\" fill=\"#374151\"/>\n</svg>\n</li><li title=\"logout \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 3C2.44772 3 2 3.44772 2 4V16C2 16.5523 2.44772 17 3 17C3.55228 17 4 16.5523 4 16V4C4 3.44772 3.55228 3 3 3ZM13.2929 12.2929C12.9024 12.6834 12.9024 13.3166 13.2929 13.7071C13.6834 14.0976 14.3166 14.0976 14.7071 13.7071L17.7071 10.7071C17.8946 10.5196 18 10.2652 18 10C18 9.73478 17.8946 9.48043 17.7071 9.29289L14.7071 6.29289C14.3166 5.90237 13.6834 5.90237 13.2929 6.29289C12.9024 6.68342 12.9024 7.31658 13.2929 7.70711L14.5858 9L7 9C6.44771 9 6 9.44772 6 10C6 10.5523 6.44772 11 7 11H14.5858L13.2929 12.2929Z\" fill=\"#374151\"/>\n</svg>\n</li><li title=\"mail open \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.94 6.4124C2.35524 6.77788 2 7.41882 2 8.1084V15.9999C2 17.1045 2.89543 17.9999 4 17.9999H16C17.1046 17.9999 18 17.1045 18 15.9999V8.1084C18 7.41882 17.6448 6.77788 17.06 6.4124L11.06 2.6624C10.4115 2.25706 9.58854 2.25706 8.94 2.6624L2.94 6.4124ZM5.5547 8.83462C5.09517 8.52826 4.4743 8.65244 4.16795 9.11197C3.8616 9.5715 3.98577 10.1924 4.4453 10.4987L9.4453 13.8321C9.7812 14.056 10.2188 14.056 10.5547 13.8321L15.5547 10.4987C16.0142 10.1924 16.1384 9.5715 15.8321 9.11197C15.5257 8.65244 14.9048 8.52826 14.4453 8.83462L10 11.7981L5.5547 8.83462Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"mail \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n\n<path d=\"M2.00333 5.88355L9.99995 9.88186L17.9967 5.8835C17.9363 4.83315 17.0655 4 16 4H4C2.93452 4 2.06363 4.83318 2.00333 5.88355Z\" fill=\"#4A5568\"/>\n<path d=\"M18 8.1179L9.99995 12.1179L2 8.11796V14C2 15.1046 2.89543 16 4 16H16C17.1046 16 18 15.1046 18 14V8.1179Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"map \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 1.58582L8 5.58582V18.4142L12 14.4142V1.58582Z\" fill=\"#374151\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.70711 3.29292C3.42111 3.00692 2.99099 2.92137 2.61732 3.07615C2.24364 3.23093 2 3.59557 2 4.00003V14C2 14.2652 2.10536 14.5196 2.29289 14.7071L6 18.4142V5.58582L3.70711 3.29292Z\" fill=\"#374151\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.7071 5.29292L14 1.58582V14.4142L16.2929 16.7071C16.5789 16.9931 17.009 17.0787 17.3827 16.9239C17.7564 16.7691 18 16.4045 18 16V6.00003C18 5.73481 17.8946 5.48046 17.7071 5.29292Z\" fill=\"#374151\"/>\n</svg>\n</li><li title=\"menu alt 1 \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 5C3 4.44772 3.44772 4 4 4H16C16.5523 4 17 4.44772 17 5C17 5.55228 16.5523 6 16 6H4C3.44772 6 3 5.55228 3 5Z\" fill=\"#4A5568\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 10C3 9.44772 3.44772 9 4 9H10C10.5523 9 11 9.44772 11 10C11 10.5523 10.5523 11 10 11H4C3.44772 11 3 10.5523 3 10Z\" fill=\"#4A5568\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 15C3 14.4477 3.44772 14 4 14H16C16.5523 14 17 14.4477 17 15C17 15.5523 16.5523 16 16 16H4C3.44772 16 3 15.5523 3 15Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"menu alt 2 \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 5C3 4.44772 3.44772 4 4 4H16C16.5523 4 17 4.44772 17 5C17 5.55228 16.5523 6 16 6H4C3.44772 6 3 5.55228 3 5Z\" fill=\"#4A5568\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 10C3 9.44772 3.44772 9 4 9H16C16.5523 9 17 9.44772 17 10C17 10.5523 16.5523 11 16 11H4C3.44772 11 3 10.5523 3 10Z\" fill=\"#4A5568\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 15C3 14.4477 3.44772 14 4 14H10C10.5523 14 11 14.4477 11 15C11 15.5523 10.5523 16 10 16H4C3.44772 16 3 15.5523 3 15Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"menu alt 3 \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 5C3 4.44772 3.44772 4 4 4H16C16.5523 4 17 4.44772 17 5C17 5.55228 16.5523 6 16 6H4C3.44772 6 3 5.55228 3 5Z\" fill=\"#4A5568\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 10C3 9.44772 3.44772 9 4 9H16C16.5523 9 17 9.44772 17 10C17 10.5523 16.5523 11 16 11H4C3.44772 11 3 10.5523 3 10Z\" fill=\"#4A5568\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 15C9 14.4477 9.44772 14 10 14H16C16.5523 14 17 14.4477 17 15C17 15.5523 16.5523 16 16 16H10C9.44772 16 9 15.5523 9 15Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"menu alt 4 \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 7C3 6.44772 3.44772 6 4 6H16C16.5523 6 17 6.44772 17 7C17 7.55228 16.5523 8 16 8H4C3.44772 8 3 7.55228 3 7Z\" fill=\"#4A5568\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 13C3 12.4477 3.44772 12 4 12H16C16.5523 12 17 12.4477 17 13C17 13.5523 16.5523 14 16 14H4C3.44772 14 3 13.5523 3 13Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"menu \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 5C3 4.44772 3.44772 4 4 4H16C16.5523 4 17 4.44772 17 5C17 5.55228 16.5523 6 16 6H4C3.44772 6 3 5.55228 3 5Z\" fill=\"#4A5568\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 10C3 9.44772 3.44772 9 4 9H16C16.5523 9 17 9.44772 17 10C17 10.5523 16.5523 11 16 11H4C3.44772 11 3 10.5523 3 10Z\" fill=\"#4A5568\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 15C3 14.4477 3.44772 14 4 14H16C16.5523 14 17 14.4477 17 15C17 15.5523 16.5523 16 16 16H4C3.44772 16 3 15.5523 3 15Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"microphone \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7 4C7 2.34315 8.34315 1 10 1C11.6569 1 13 2.34315 13 4V8C13 9.65685 11.6569 11 10 11C8.34315 11 7 9.65685 7 8V4ZM11 14.9291C14.3923 14.4439 17 11.5265 17 8C17 7.44772 16.5523 7 16 7C15.4477 7 15 7.44772 15 8C15 10.7614 12.7614 13 10 13C7.23858 13 5 10.7614 5 8C5 7.44772 4.55228 7 4 7C3.44772 7 3 7.44772 3 8C3 11.5265 5.60771 14.4439 9 14.9291V17H6C5.44772 17 5 17.4477 5 18C5 18.5523 5.44772 19 6 19H14C14.5523 19 15 18.5523 15 18C15 17.4477 14.5523 17 14 17H11V14.9291Z\" fill=\"#4B5563\"/>\n</svg>\n</li><li title=\"minus circle \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 18C14.4183 18 18 14.4183 18 10C18 5.58172 14.4183 2 10 2C5.58172 2 2 5.58172 2 10C2 14.4183 5.58172 18 10 18ZM7 9C6.44772 9 6 9.44772 6 10C6 10.5523 6.44772 11 7 11H13C13.5523 11 14 10.5523 14 10C14 9.44772 13.5523 9 13 9H7Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"minus sm \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 10C5 9.44772 5.44772 9 6 9L14 9C14.5523 9 15 9.44772 15 10C15 10.5523 14.5523 11 14 11L6 11C5.44772 11 5 10.5523 5 10Z\" fill=\"#374151\"/>\n</svg>\n</li><li title=\"minus \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 10C3 9.44772 3.44772 9 4 9L16 9C16.5523 9 17 9.44772 17 10C17 10.5523 16.5523 11 16 11L4 11C3.44772 11 3 10.5523 3 10Z\" fill=\"#374151\"/>\n</svg>\n</li><li title=\"moon \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.2929 13.2929C16.2886 13.7471 15.1738 13.9999 14 13.9999C9.58172 13.9999 6 10.4182 6 5.9999C6 4.82593 6.25287 3.71102 6.70712 2.70667C3.93137 3.96191 2 6.75526 2 9.9997C2 14.418 5.58172 17.9997 10 17.9997C13.2443 17.9997 16.0376 16.0685 17.2929 13.2929Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"music note \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18 3.00001C18 2.70042 17.8657 2.41661 17.634 2.22667C17.4023 2.03673 17.0977 1.96067 16.8039 2.01943L6.80388 4.01943C6.33646 4.11291 6 4.52333 6 5.00001V14.1138C5.68722 14.0401 5.35064 14 5 14C3.34315 14 2 14.8954 2 16C2 17.1046 3.34315 18 5 18C6.65685 18 7.99999 17.1046 8 16V7.81981L16 6.21981V12.1138C15.6872 12.0401 15.3506 12 15 12C13.3431 12 12 12.8954 12 14C12 15.1046 13.3431 16 15 16C16.6569 16 18 15.1046 18 14V3.00001Z\" fill=\"#374151\"/>\n</svg>\n</li><li title=\"newspaper \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 5C2 3.89543 2.89543 3 4 3H12C13.1046 3 14 3.89543 14 5V15C14 16.1046 14.8954 17 16 17H4C2.89543 17 2 16.1046 2 15V5ZM5 6H11V10H5V6ZM11 12H5V14H11V12Z\" fill=\"#4B5563\"/>\n<path d=\"M15 7H16C17.1046 7 18 7.89543 18 9V14.5C18 15.3284 17.3284 16 16.5 16C15.6716 16 15 15.3284 15 14.5V7Z\" fill=\"#4B5563\"/>\n</svg>\n</li><li title=\"office building \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 4C4 2.89543 4.89543 2 6 2H14C15.1046 2 16 2.89543 16 4V16C16.5523 16 17 16.4477 17 17C17 17.5523 16.5523 18 16 18H13C12.4477 18 12 17.5523 12 17V15C12 14.4477 11.5523 14 11 14H9C8.44772 14 8 14.4477 8 15V17C8 17.5523 7.55228 18 7 18H4C3.44772 18 3 17.5523 3 17C3 16.4477 3.44772 16 4 16V4ZM7 5H9V7H7V5ZM9 9H7V11H9V9ZM11 5H13V7H11V5ZM13 9H11V11H13V9Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"paper airplane \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.8944 2.55279C10.725 2.214 10.3788 2 10 2C9.62124 2 9.27498 2.214 9.10558 2.55279L2.10558 16.5528C1.92823 16.9075 1.97724 17.3335 2.2305 17.6386C2.48376 17.9438 2.89342 18.0705 3.27473 17.9615L8.27472 16.533C8.70402 16.4103 9 16.0179 9 15.5714V11C9 10.4477 9.44772 10 10 10C10.5523 10 11 10.4477 11 11V15.5714C11 16.0179 11.296 16.4103 11.7253 16.533L16.7253 17.9615C17.1066 18.0705 17.5163 17.9438 17.7695 17.6386C18.0228 17.3335 18.0718 16.9075 17.8944 16.5528L10.8944 2.55279Z\" fill=\"#374151\"/>\n</svg>\n</li><li title=\"paper clip \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 4C6.34315 4 5 5.34315 5 7V11C5 13.7614 7.23858 16 10 16C12.7614 16 15 13.7614 15 11V7C15 6.44772 15.4477 6 16 6C16.5523 6 17 6.44772 17 7V11C17 14.866 13.866 18 10 18C6.13401 18 3 14.866 3 11V7C3 4.23858 5.23858 2 8 2C10.7614 2 13 4.23858 13 7V11C13 12.6569 11.6569 14 10 14C8.34315 14 7 12.6569 7 11V7C7 6.44772 7.44772 6 8 6C8.55228 6 9 6.44772 9 7V11C9 11.5523 9.44772 12 10 12C10.5523 12 11 11.5523 11 11V7C11 5.34315 9.65685 4 8 4Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"pause \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 10C18 14.4183 14.4183 18 10 18C5.58172 18 2 14.4183 2 10C2 5.58172 5.58172 2 10 2C14.4183 2 18 5.58172 18 10ZM7 8C7 7.44772 7.44772 7 8 7C8.55228 7 9 7.44772 9 8V12C9 12.5523 8.55228 13 8 13C7.44772 13 7 12.5523 7 12V8ZM12 7C11.4477 7 11 7.44772 11 8V12C11 12.5523 11.4477 13 12 13C12.5523 13 13 12.5523 13 12V8C13 7.44772 12.5523 7 12 7Z\" fill=\"#4B5563\"/>\n</svg>\n</li><li title=\"pencil alt \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n\n<path d=\"M17.4142 2.58579C16.6332 1.80474 15.3668 1.80474 14.5858 2.58579L7 10.1716V13H9.82842L17.4142 5.41421C18.1953 4.63316 18.1953 3.36683 17.4142 2.58579Z\" fill=\"#4A5568\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 6C2 4.89543 2.89543 4 4 4H8C8.55228 4 9 4.44772 9 5C9 5.55228 8.55228 6 8 6H4V16H14V12C14 11.4477 14.4477 11 15 11C15.5523 11 16 11.4477 16 12V16C16 17.1046 15.1046 18 14 18H4C2.89543 18 2 17.1046 2 16V6Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"pencil \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n\n<path d=\"M13.5858 3.58579C14.3668 2.80474 15.6332 2.80474 16.4142 3.58579C17.1953 4.36683 17.1953 5.63316 16.4142 6.41421L15.6213 7.20711L12.7929 4.37868L13.5858 3.58579Z\" fill=\"#4A5568\"/>\n<path d=\"M11.3787 5.79289L3 14.1716V17H5.82842L14.2071 8.62132L11.3787 5.79289Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"phone incoming \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.4142 7L17.7071 3.70711C18.0976 3.31658 18.0976 2.68342 17.7071 2.29289C17.3166 1.90237 16.6834 1.90237 16.2929 2.29289L13 5.58579V4C13 3.44772 12.5523 3 12 3C11.4477 3 11 3.44772 11 4V7.99931C11 8.00031 11 8.002 11 8.003C11.0004 8.1375 11.0273 8.26575 11.0759 8.38278C11.1236 8.49805 11.1937 8.6062 11.2864 8.70055C11.2907 8.70494 11.2951 8.70929 11.2995 8.7136C11.3938 8.80626 11.502 8.87643 11.6172 8.92412C11.7351 8.97301 11.8644 9 12 9H16C16.5523 9 17 8.55228 17 8C17 7.44772 16.5523 7 16 7H14.4142Z\" fill=\"#4A5568\"/>\n<path d=\"M2 3C2 2.44772 2.44772 2 3 2H5.15287C5.64171 2 6.0589 2.35341 6.13927 2.8356L6.87858 7.27147C6.95075 7.70451 6.73206 8.13397 6.3394 8.3303L4.79126 9.10437C5.90756 11.8783 8.12168 14.0924 10.8956 15.2087L11.6697 13.6606C11.866 13.2679 12.2955 13.0492 12.7285 13.1214L17.1644 13.8607C17.6466 13.9411 18 14.3583 18 14.8471V17C18 17.5523 17.5523 18 17 18H15C7.8203 18 2 12.1797 2 5V3Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"phone missed call \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 3C2 2.44772 2.44772 2 3 2H5.15287C5.64171 2 6.0589 2.35341 6.13927 2.8356L6.87858 7.27147C6.95075 7.70451 6.73206 8.13397 6.3394 8.3303L4.79126 9.10437C5.90756 11.8783 8.12168 14.0924 10.8956 15.2087L11.6697 13.6606C11.866 13.2679 12.2955 13.0492 12.7285 13.1214L17.1644 13.8607C17.6466 13.9411 18 14.3583 18 14.8471V17C18 17.5523 17.5523 18 17 18H15C7.8203 18 2 12.1797 2 5V3Z\" fill=\"#374151\"/>\n<path d=\"M16.7071 3.29289C17.0976 3.68342 17.0976 4.31658 16.7071 4.70711L15.4142 6L16.7071 7.29289C17.0976 7.68342 17.0976 8.31658 16.7071 8.70711C16.3166 9.09763 15.6834 9.09763 15.2929 8.70711L14 7.41421L12.7071 8.70711C12.3166 9.09763 11.6834 9.09763 11.2929 8.70711C10.9024 8.31658 10.9024 7.68342 11.2929 7.29289L12.5858 6L11.2929 4.70711C10.9024 4.31658 10.9024 3.68342 11.2929 3.29289C11.6834 2.90237 12.3166 2.90237 12.7071 3.29289L14 4.58579L15.2929 3.29289C15.6834 2.90237 16.3166 2.90237 16.7071 3.29289Z\" fill=\"#374151\"/>\n</svg>\n</li><li title=\"phone outgoing \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.9241 2.61722C17.8757 2.50014 17.804 2.3904 17.7092 2.29502C17.7078 2.2936 17.7064 2.29219 17.705 2.29078C17.5242 2.11106 17.2751 2 17 2H13C12.4477 2 12 2.44772 12 3C12 3.55228 12.4477 4 13 4H14.5858L11.2929 7.29289C10.9024 7.68342 10.9024 8.31658 11.2929 8.70711C11.6834 9.09763 12.3166 9.09763 12.7071 8.70711L16 5.41421V7C16 7.55228 16.4477 8 17 8C17.5523 8 18 7.55228 18 7V3C18 2.86441 17.973 2.73512 17.9241 2.61722Z\" fill=\"#4A5568\"/>\n<path d=\"M2 3C2 2.44772 2.44772 2 3 2H5.15287C5.64171 2 6.0589 2.35341 6.13927 2.8356L6.87858 7.27147C6.95075 7.70451 6.73206 8.13397 6.3394 8.3303L4.79126 9.10437C5.90756 11.8783 8.12168 14.0924 10.8956 15.2087L11.6697 13.6606C11.866 13.2679 12.2955 13.0492 12.7285 13.1214L17.1644 13.8607C17.6466 13.9411 18 14.3583 18 14.8471V17C18 17.5523 17.5523 18 17 18H15C7.8203 18 2 12.1797 2 5V3Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"phone \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 3C2 2.44772 2.44772 2 3 2H5.15287C5.64171 2 6.0589 2.35341 6.13927 2.8356L6.87858 7.27147C6.95075 7.70451 6.73206 8.13397 6.3394 8.3303L4.79126 9.10437C5.90756 11.8783 8.12168 14.0924 10.8956 15.2087L11.6697 13.6606C11.866 13.2679 12.2955 13.0492 12.7285 13.1214L17.1644 13.8607C17.6466 13.9411 18 14.3583 18 14.8471V17C18 17.5523 17.5523 18 17 18H15C7.8203 18 2 12.1797 2 5V3Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"photograph \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 3C2.89543 3 2 3.89543 2 5V15C2 16.1046 2.89543 17 4 17H16C17.1046 17 18 16.1046 18 15V5C18 3.89543 17.1046 3 16 3H4ZM16 15H4L8 7L11 13L13 9L16 15Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"play \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 18C14.4183 18 18 14.4183 18 10C18 5.58172 14.4183 2 10 2C5.58172 2 2 5.58172 2 10C2 14.4183 5.58172 18 10 18ZM9.5547 7.16795C9.24784 6.96338 8.8533 6.94431 8.52814 7.11833C8.20298 7.29235 8 7.63121 8 8V12C8 12.3688 8.20298 12.7077 8.52814 12.8817C8.8533 13.0557 9.24784 13.0366 9.5547 12.8321L12.5547 10.8321C12.8329 10.6466 13 10.3344 13 10C13 9.66565 12.8329 9.35342 12.5547 9.16795L9.5547 7.16795Z\" fill=\"#4B5563\"/>\n</svg>\n</li><li title=\"plus circle \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 18C14.4183 18 18 14.4183 18 10C18 5.58172 14.4183 2 10 2C5.58172 2 2 5.58172 2 10C2 14.4183 5.58172 18 10 18ZM11 7C11 6.44772 10.5523 6 10 6C9.44772 6 9 6.44772 9 7V9H7C6.44772 9 6 9.44771 6 10C6 10.5523 6.44772 11 7 11H9V13C9 13.5523 9.44772 14 10 14C10.5523 14 11 13.5523 11 13V11H13C13.5523 11 14 10.5523 14 10C14 9.44772 13.5523 9 13 9H11V7Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"plus sm \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 5C10.5523 5 11 5.44772 11 6V9L14 9C14.5523 9 15 9.44772 15 10C15 10.5523 14.5523 11 14 11H11V14C11 14.5523 10.5523 15 10 15C9.44771 15 9 14.5523 9 14V11H6C5.44772 11 5 10.5523 5 10C5 9.44771 5.44772 9 6 9L9 9V6C9 5.44772 9.44771 5 10 5Z\" fill=\"#374151\"/>\n</svg>\n</li><li title=\"plus \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 3C10.5523 3 11 3.44772 11 4V9H16C16.5523 9 17 9.44772 17 10C17 10.5523 16.5523 11 16 11H11V16C11 16.5523 10.5523 17 10 17C9.44772 17 9 16.5523 9 16V11H4C3.44772 11 3 10.5523 3 10C3 9.44771 3.44772 9 4 9L9 9V4C9 3.44772 9.44772 3 10 3Z\" fill=\"#111827\"/>\n</svg>\n</li><li title=\"presentation chart bar \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 3C2.44772 3 2 3.44772 2 4C2 4.55228 2.44772 5 3 5V13C3 14.1046 3.89543 15 5 15H7.58579L6.29289 16.2929C5.90237 16.6834 5.90237 17.3166 6.29289 17.7071C6.68342 18.0976 7.31658 18.0976 7.70711 17.7071L10 15.4142L12.2929 17.7071C12.6834 18.0976 13.3166 18.0976 13.7071 17.7071C14.0976 17.3166 14.0976 16.6834 13.7071 16.2929L12.4142 15H15C16.1046 15 17 14.1046 17 13V5C17.5523 5 18 4.55228 18 4C18 3.44772 17.5523 3 17 3H3ZM14 7C14 6.44772 13.5523 6 13 6C12.4477 6 12 6.44772 12 7V11C12 11.5523 12.4477 12 13 12C13.5523 12 14 11.5523 14 11V7ZM11 8C11 7.44772 10.5523 7 10 7C9.44772 7 9 7.44772 9 8V11C9 11.5523 9.44772 12 10 12C10.5523 12 11 11.5523 11 11V8ZM8 9C8 8.44772 7.55228 8 7 8C6.44772 8 6 8.44772 6 9V11C6 11.5523 6.44772 12 7 12C7.55228 12 8 11.5523 8 11V9Z\" fill=\"#374151\"/>\n</svg>\n</li><li title=\"presentation chart line \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 3C2.44772 3 2 3.44772 2 4C2 4.55228 2.44772 5 3 5V13C3 14.1046 3.89543 15 5 15H7.58579L6.29289 16.2929C5.90237 16.6834 5.90237 17.3166 6.29289 17.7071C6.68342 18.0976 7.31658 18.0976 7.70711 17.7071L10 15.4142L12.2929 17.7071C12.6834 18.0976 13.3166 18.0976 13.7071 17.7071C14.0976 17.3166 14.0976 16.6834 13.7071 16.2929L12.4142 15H15C16.1046 15 17 14.1046 17 13V5C17.5523 5 18 4.55228 18 4C18 3.44772 17.5523 3 17 3H3ZM14.7071 7.70711C15.0976 7.31658 15.0976 6.68342 14.7071 6.29289C14.3166 5.90237 13.6834 5.90237 13.2929 6.29289L10 9.58579L8.70711 8.29289C8.31658 7.90237 7.68342 7.90237 7.29289 8.29289L5.29289 10.2929C4.90237 10.6834 4.90237 11.3166 5.29289 11.7071C5.68342 12.0976 6.31658 12.0976 6.70711 11.7071L8 10.4142L9.29289 11.7071C9.68342 12.0976 10.3166 12.0976 10.7071 11.7071L14.7071 7.70711Z\" fill=\"#374151\"/>\n</svg>\n</li><li title=\"printer \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 4V7H4C2.89543 7 2 7.89543 2 9V12C2 13.1046 2.89543 14 4 14H5V16C5 17.1046 5.89543 18 7 18H13C14.1046 18 15 17.1046 15 16V14H16C17.1046 14 18 13.1046 18 12V9C18 7.89543 17.1046 7 16 7H15V4C15 2.89543 14.1046 2 13 2H7C5.89543 2 5 2.89543 5 4ZM13 4H7V7H13V4ZM13 12H7V16H13V12Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"puzzle \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10 3.5C10 2.67157 10.6716 2 11.5 2C12.3284 2 13 2.67157 13 3.5V4C13 4.55228 13.4477 5 14 5H17C17.5523 5 18 5.44772 18 6V9C18 9.55228 17.5523 10 17 10H16.5C15.6716 10 15 10.6716 15 11.5C15 12.3284 15.6716 13 16.5 13H17C17.5523 13 18 13.4477 18 14V17C18 17.5523 17.5523 18 17 18H14C13.4477 18 13 17.5523 13 17V16.5C13 15.6716 12.3284 15 11.5 15C10.6716 15 10 15.6716 10 16.5V17C10 17.5523 9.55228 18 9 18H6C5.44772 18 5 17.5523 5 17V14C5 13.4477 4.55228 13 4 13H3.5C2.67157 13 2 12.3284 2 11.5C2 10.6716 2.67157 10 3.5 10H4C4.55228 10 5 9.55228 5 9V6C5 5.44772 5.44772 5 6 5H9C9.55228 5 10 4.55228 10 4V3.5Z\" fill=\"#374151\"/>\n</svg>\n</li><li title=\"qrcode \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 4C3 3.44772 3.44772 3 4 3H7C7.55228 3 8 3.44772 8 4V7C8 7.55228 7.55228 8 7 8H4C3.44772 8 3 7.55228 3 7V4ZM5 6V5H6V6H5Z\" fill=\"#4A5568\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 13C3 12.4477 3.44772 12 4 12H7C7.55228 12 8 12.4477 8 13V16C8 16.5523 7.55228 17 7 17H4C3.44772 17 3 16.5523 3 16V13ZM5 15V14H6V15H5Z\" fill=\"#4A5568\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 3C12.4477 3 12 3.44772 12 4V7C12 7.55228 12.4477 8 13 8H16C16.5523 8 17 7.55228 17 7V4C17 3.44772 16.5523 3 16 3H13ZM14 5V6H15V5H14Z\" fill=\"#4A5568\"/>\n<path d=\"M11 4C11 3.44772 10.5523 3 10 3C9.44772 3 9 3.44772 9 4V5C9 5.55228 9.44772 6 10 6C10.5523 6 11 5.55228 11 5V4Z\" fill=\"#4A5568\"/>\n<path d=\"M10 7C10.5523 7 11 7.44772 11 8V9H13C13.5523 9 14 9.44772 14 10C14 10.5523 13.5523 11 13 11H10C9.44772 11 9 10.5523 9 10V8C9 7.44772 9.44772 7 10 7Z\" fill=\"#4A5568\"/>\n<path d=\"M16 9C15.4477 9 15 9.44772 15 10C15 10.5523 15.4477 11 16 11C16.5523 11 17 10.5523 17 10C17 9.44772 16.5523 9 16 9Z\" fill=\"#4A5568\"/>\n<path d=\"M9 13C9 12.4477 9.44772 12 10 12H11C11.5523 12 12 12.4477 12 13C12 13.5523 11.5523 14 11 14V16C11 16.5523 10.5523 17 10 17C9.44772 17 9 16.5523 9 16V13Z\" fill=\"#4A5568\"/>\n<path d=\"M7 11C7.55228 11 8 10.5523 8 10C8 9.44772 7.55228 9 7 9H4C3.44772 9 3 9.44771 3 10C3 10.5523 3.44772 11 4 11H7Z\" fill=\"#4A5568\"/>\n<path d=\"M17 13C17 13.5523 16.5523 14 16 14H14C13.4477 14 13 13.5523 13 13C13 12.4477 13.4477 12 14 12H16C16.5523 12 17 12.4477 17 13Z\" fill=\"#4A5568\"/>\n<path d=\"M16 17C16.5523 17 17 16.5523 17 16C17 15.4477 16.5523 15 16 15H13C12.4477 15 12 15.4477 12 16C12 16.5523 12.4477 17 13 17H16Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"question mark circle \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 10C18 14.4183 14.4183 18 10 18C5.58172 18 2 14.4183 2 10C2 5.58172 5.58172 2 10 2C14.4183 2 18 5.58172 18 10ZM10 7C9.63113 7 9.3076 7.19922 9.13318 7.50073C8.85664 7.97879 8.24491 8.14215 7.76685 7.86561C7.28879 7.58906 7.12543 6.97733 7.40197 6.49927C7.91918 5.60518 8.88833 5 10 5C11.6569 5 13 6.34315 13 8C13 9.30622 12.1652 10.4175 11 10.8293V11C11 11.5523 10.5523 12 10 12C9.44773 12 9.00001 11.5523 9.00001 11V10C9.00001 9.44772 9.44773 9 10 9C10.5523 9 11 8.55228 11 8C11 7.44772 10.5523 7 10 7ZM10 15C10.5523 15 11 14.5523 11 14C11 13.4477 10.5523 13 10 13C9.44772 13 9 13.4477 9 14C9 14.5523 9.44772 15 10 15Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"receipt refund \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 2C3.89543 2 3 2.89543 3 4V18L6.5 16L10 18L13.5 16L17 18V4C17 2.89543 16.1046 2 15 2H5ZM9.70711 5.70711C10.0976 5.31658 10.0976 4.68342 9.70711 4.29289C9.31658 3.90237 8.68342 3.90237 8.29289 4.29289L5.29289 7.29289C4.90237 7.68342 4.90237 8.31658 5.29289 8.70711L8.29289 11.7071C8.68342 12.0976 9.31658 12.0976 9.70711 11.7071C10.0976 11.3166 10.0976 10.6834 9.70711 10.2929L8.41421 9H10C11.6569 9 13 10.3431 13 12V13C13 13.5523 13.4477 14 14 14C14.5523 14 15 13.5523 15 13V12C15 9.23858 12.7614 7 10 7H8.41421L9.70711 5.70711Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"receipt tax \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 2C3.89543 2 3 2.89543 3 4V18L6.5 16L10 18L13.5 16L17 18V4C17 2.89543 16.1046 2 15 2H5ZM7.5 5C6.67157 5 6 5.67157 6 6.5C6 7.32843 6.67157 8 7.5 8C8.32843 8 9 7.32843 9 6.5C9 5.67157 8.32843 5 7.5 5ZM13.7071 5.29289C13.3166 4.90237 12.6834 4.90237 12.2929 5.29289L6.29289 11.2929C5.90237 11.6834 5.90237 12.3166 6.29289 12.7071C6.68342 13.0976 7.31658 13.0976 7.70711 12.7071L13.7071 6.70711C14.0976 6.31658 14.0976 5.68342 13.7071 5.29289ZM12.5 10C11.6716 10 11 10.6716 11 11.5C11 12.3284 11.6716 13 12.5 13C13.3284 13 14 12.3284 14 11.5C14 10.6716 13.3284 10 12.5 10Z\" fill=\"#374151\"/>\n</svg>\n</li><li title=\"refresh \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 2C4.55228 2 5 2.44772 5 3V5.10125C6.27009 3.80489 8.04052 3 10 3C13.0494 3 15.641 4.94932 16.6014 7.66675C16.7855 8.18747 16.5126 8.75879 15.9918 8.94284C15.4711 9.12689 14.8998 8.85396 14.7157 8.33325C14.0289 6.38991 12.1755 5 10 5C8.36507 5 6.91204 5.78502 5.99935 7H9C9.55228 7 10 7.44772 10 8C10 8.55228 9.55228 9 9 9H4C3.44772 9 3 8.55228 3 8V3C3 2.44772 3.44772 2 4 2ZM4.00817 11.0572C4.52888 10.8731 5.1002 11.146 5.28425 11.6668C5.97112 13.6101 7.82453 15 10 15C11.6349 15 13.088 14.215 14.0006 13L11 13C10.4477 13 10 12.5523 10 12C10 11.4477 10.4477 11 11 11H16C16.2652 11 16.5196 11.1054 16.7071 11.2929C16.8946 11.4804 17 11.7348 17 12V17C17 17.5523 16.5523 18 16 18C15.4477 18 15 17.5523 15 17V14.8987C13.7299 16.1951 11.9595 17 10 17C6.95059 17 4.35905 15.0507 3.39857 12.3332C3.21452 11.8125 3.48745 11.2412 4.00817 11.0572Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"reply \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.70711 3.29289C8.09763 3.68342 8.09763 4.31658 7.70711 4.70711L5.41421 7H11C14.866 7 18 10.134 18 14V16C18 16.5523 17.5523 17 17 17C16.4477 17 16 16.5523 16 16V14C16 11.2386 13.7614 9 11 9H5.41421L7.70711 11.2929C8.09763 11.6834 8.09763 12.3166 7.70711 12.7071C7.31658 13.0976 6.68342 13.0976 6.29289 12.7071L2.29289 8.70711C1.90237 8.31658 1.90237 7.68342 2.29289 7.29289L6.29289 3.29289C6.68342 2.90237 7.31658 2.90237 7.70711 3.29289Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"rewind \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.4453 14.8321C8.75216 15.0366 9.1467 15.0557 9.47186 14.8817C9.79701 14.7077 10 14.3688 10 14L10 11.2019L15.4453 14.8321C15.7522 15.0366 16.1467 15.0557 16.4719 14.8817C16.797 14.7077 17 14.3688 17 14V6C17 5.63121 16.797 5.29235 16.4719 5.11833C16.1467 4.94431 15.7522 4.96338 15.4453 5.16795L10 8.79815V6C10 5.63121 9.79702 5.29235 9.47186 5.11833C9.1467 4.94431 8.75216 4.96338 8.4453 5.16795L2.4453 9.16795C2.1671 9.35342 2 9.66565 2 10C2 10.3344 2.1671 10.6466 2.4453 10.8321L8.4453 14.8321Z\" fill=\"#374151\"/>\n</svg>\n</li><li title=\"rss \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 3C4.44772 3 4 3.44772 4 4C4 4.55228 4.44772 5 5 5C10.5228 5 15 9.47715 15 15C15 15.5523 15.4477 16 16 16C16.5523 16 17 15.5523 17 15C17 8.37258 11.6274 3 5 3Z\" fill=\"#374151\"/>\n<path d=\"M4 9C4 8.44772 4.44772 8 5 8C8.86599 8 12 11.134 12 15C12 15.5523 11.5523 16 11 16C10.4477 16 10 15.5523 10 15C10 12.2386 7.76142 10 5 10C4.44772 10 4 9.55228 4 9Z\" fill=\"#374151\"/>\n<path d=\"M3 15C3 13.8954 3.89543 13 5 13C6.10457 13 7 13.8954 7 15C7 16.1046 6.10457 17 5 17C3.89543 17 3 16.1046 3 15Z\" fill=\"#374151\"/>\n</svg>\n</li><li title=\"save as \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.70711 7.29289C9.31658 6.90237 8.68342 6.90237 8.29289 7.29289C7.90237 7.68342 7.90237 8.31658 8.29289 8.70711L11.2929 11.7071C11.6834 12.0976 12.3166 12.0976 12.7071 11.7071L15.7071 8.70711C16.0976 8.31658 16.0976 7.68342 15.7071 7.29289C15.3166 6.90237 14.6834 6.90237 14.2929 7.29289L13 8.58579L13 5H16C17.1046 5 18 5.89543 18 7V12C18 13.1046 17.1046 14 16 14H8C6.89543 14 6 13.1046 6 12V7C6 5.89543 6.89543 5 8 5H11L11 8.58579L9.70711 7.29289Z\" fill=\"#374151\"/>\n<path d=\"M11 3C11 2.44772 11.4477 2 12 2C12.5523 2 13 2.44772 13 3L13 5H11L11 3Z\" fill=\"#374151\"/>\n<path d=\"M4 9C2.89543 9 2 9.89543 2 11V16C2 17.1046 2.89543 18 4 18H12C13.1046 18 14 17.1046 14 16H4V9Z\" fill=\"#374151\"/>\n</svg>\n</li><li title=\"save \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.70711 10.2929C7.31658 9.90237 6.68342 9.90237 6.29289 10.2929C5.90237 10.6834 5.90237 11.3166 6.29289 11.7071L9.29289 14.7071C9.68342 15.0976 10.3166 15.0976 10.7071 14.7071L13.7071 11.7071C14.0976 11.3166 14.0976 10.6834 13.7071 10.2929C13.3166 9.90237 12.6834 9.90237 12.2929 10.2929L11 11.5858L11 6H16C17.1046 6 18 6.89543 18 8V15C18 16.1046 17.1046 17 16 17H4C2.89543 17 2 16.1046 2 15V8C2 6.89543 2.89543 6 4 6H9L9 11.5858L7.70711 10.2929Z\" fill=\"#374151\"/>\n<path d=\"M9 4C9 3.44772 9.44772 3 10 3C10.5523 3 11 3.44772 11 4L11 6H9L9 4Z\" fill=\"#374151\"/>\n</svg>\n</li><li title=\"scale \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.99998 2C10.5523 2 11 2.44772 11 3V4.32297L14.9544 5.90474L16.5528 5.10557C17.0467 4.85858 17.6474 5.05881 17.8944 5.55279C18.1414 6.04676 17.9412 6.64744 17.4472 6.89443L16.214 7.51101L17.9522 12.9307C18.0727 13.3065 17.961 13.718 17.6669 13.9812C16.9599 14.614 16.0238 15 15 15C13.9761 15 13.0401 14.614 12.3331 13.9812C12.039 13.718 11.9272 13.3065 12.0477 12.9307L13.7631 7.58227L11 6.47703V16H13C13.5523 16 14 16.4477 14 17C14 17.5523 13.5523 18 13 18H6.99997C6.44769 18 5.99997 17.5523 5.99997 17C5.99997 16.4477 6.44769 16 6.99997 16H8.99997V6.47703L6.23689 7.58227L7.9522 12.9307C8.07272 13.3065 7.96096 13.718 7.66689 13.9812C6.95988 14.614 6.02381 15 4.99997 15C3.97614 15 3.04007 14.614 2.33306 13.9812C2.03899 13.718 1.92723 13.3065 2.04775 12.9307L3.78592 7.51101L2.55276 6.89443C2.05878 6.64744 1.85856 6.04676 2.10555 5.55279C2.35254 5.05881 2.95321 4.85858 3.44719 5.10557L5.04553 5.90474L8.99997 4.32297V3C8.99997 2.44772 9.44769 2 9.99998 2ZM4.99997 10.2745L4.18174 12.8258C4.43132 12.9378 4.708 13 4.99997 13C5.29194 13 5.56863 12.9378 5.81821 12.8258L4.99997 10.2745ZM15 10.2745L14.1817 12.8258C14.4313 12.9378 14.708 13 15 13C15.2919 13 15.5686 12.9378 15.8182 12.8258L15 10.2745Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"scissors \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.5 2C3.567 2 2 3.567 2 5.5C2 7.433 3.567 9 5.5 9C6.10276 9 6.66993 8.84763 7.1651 8.57931L8.58582 10L7.16515 11.4207C6.66997 11.1524 6.10278 11 5.5 11C3.567 11 2 12.567 2 14.5C2 16.433 3.567 18 5.5 18C7.433 18 9 16.433 9 14.5C9 13.8973 8.84764 13.3301 8.57934 12.835L16.7072 4.70711C17.0977 4.31658 17.0977 3.68342 16.7072 3.29289C16.3167 2.90237 15.6835 2.90237 15.293 3.29289L10 8.58582L8.57931 7.1651C8.84763 6.66993 9 6.10276 9 5.5C9 3.567 7.433 2 5.5 2ZM4 5.5C4 4.67157 4.67157 4 5.5 4C6.32843 4 7 4.67157 7 5.5C7 6.32843 6.32843 7 5.5 7C4.67157 7 4 6.32843 4 5.5ZM4 14.5C4 13.6716 4.67157 13 5.5 13C6.32843 13 7 13.6716 7 14.5C7 15.3284 6.32843 16 5.5 16C4.67157 16 4 15.3284 4 14.5Z\" fill=\"#374151\"/>\n<path d=\"M12.8284 11.4142C12.4379 11.0237 11.8047 11.0237 11.4142 11.4142C11.0237 11.8047 11.0237 12.4379 11.4142 12.8284L15.2929 16.7071C15.6834 17.0976 16.3166 17.0976 16.7071 16.7071C17.0976 16.3166 17.0976 15.6834 16.7071 15.2929L12.8284 11.4142Z\" fill=\"#374151\"/>\n</svg>\n</li><li title=\"search circle \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 9C9 7.89543 9.89543 7 11 7C12.1046 7 13 7.89543 13 9C13 10.1046 12.1046 11 11 11C10.4474 11 9.94881 10.7772 9.58579 10.4142C9.22276 10.0512 9 9.55256 9 9Z\" fill=\"#374151\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 18C14.4183 18 18 14.4183 18 10C18 5.58172 14.4183 2 10 2C5.58172 2 2 5.58172 2 10C2 14.4183 5.58172 18 10 18ZM11 5C8.79086 5 7 6.79086 7 9C7 9.74138 7.20229 10.4364 7.55397 11.0318L5.29289 13.2929C4.90237 13.6834 4.90237 14.3166 5.29289 14.7071C5.68342 15.0976 6.31658 15.0976 6.70711 14.7071L8.96818 12.446C9.56362 12.7977 10.2586 13 11 13C13.2091 13 15 11.2091 15 9C15 6.79086 13.2091 5 11 5Z\" fill=\"#374151\"/>\n</svg>\n</li><li title=\"search \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 4C5.79086 4 4 5.79086 4 8C4 10.2091 5.79086 12 8 12C10.2091 12 12 10.2091 12 8C12 5.79086 10.2091 4 8 4ZM2 8C2 4.68629 4.68629 2 8 2C11.3137 2 14 4.68629 14 8C14 9.29583 13.5892 10.4957 12.8907 11.4765L17.7071 16.2929C18.0976 16.6834 18.0976 17.3166 17.7071 17.7071C17.3166 18.0976 16.6834 18.0976 16.2929 17.7071L11.4765 12.8907C10.4957 13.5892 9.29583 14 8 14C4.68629 14 2 11.3137 2 8Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"selector \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 3C10.2652 3 10.5196 3.10536 10.7071 3.29289L13.7071 6.29289C14.0976 6.68342 14.0976 7.31658 13.7071 7.70711C13.3166 8.09763 12.6834 8.09763 12.2929 7.70711L10 5.41421L7.70711 7.70711C7.31658 8.09763 6.68342 8.09763 6.29289 7.70711C5.90237 7.31658 5.90237 6.68342 6.29289 6.29289L9.29289 3.29289C9.48043 3.10536 9.73478 3 10 3ZM6.29289 12.2929C6.68342 11.9024 7.31658 11.9024 7.70711 12.2929L10 14.5858L12.2929 12.2929C12.6834 11.9024 13.3166 11.9024 13.7071 12.2929C14.0976 12.6834 14.0976 13.3166 13.7071 13.7071L10.7071 16.7071C10.3166 17.0976 9.68342 17.0976 9.29289 16.7071L6.29289 13.7071C5.90237 13.3166 5.90237 12.6834 6.29289 12.2929Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"server \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 5C2 3.89543 2.89543 3 4 3H16C17.1046 3 18 3.89543 18 5V7C18 8.10457 17.1046 9 16 9H4C2.89543 9 2 8.10457 2 7V5ZM16 6C16 6.55228 15.5523 7 15 7C14.4477 7 14 6.55228 14 6C14 5.44772 14.4477 5 15 5C15.5523 5 16 5.44772 16 6Z\" fill=\"#374151\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 13C2 11.8954 2.89543 11 4 11H16C17.1046 11 18 11.8954 18 13V15C18 16.1046 17.1046 17 16 17H4C2.89543 17 2 16.1046 2 15V13ZM16 14C16 14.5523 15.5523 15 15 15C14.4477 15 14 14.5523 14 14C14 13.4477 14.4477 13 15 13C15.5523 13 16 13.4477 16 14Z\" fill=\"#374151\"/>\n</svg>\n</li><li title=\"share \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n\n<path d=\"M15 8C16.6569 8 18 6.65685 18 5C18 3.34315 16.6569 2 15 2C13.3431 2 12 3.34315 12 5C12 5.12548 12.0077 5.24917 12.0227 5.37061L7.08259 7.84064C6.54303 7.32015 5.8089 7 5 7C3.34315 7 2 8.34315 2 10C2 11.6569 3.34315 13 5 13C5.80892 13 6.54306 12.6798 7.08263 12.1593L12.0227 14.6293C12.0077 14.7508 12 14.8745 12 15C12 16.6569 13.3431 18 15 18C16.6569 18 18 16.6569 18 15C18 13.3431 16.6569 12 15 12C14.1911 12 13.457 12.3201 12.9174 12.8406L7.97733 10.3706C7.9923 10.2492 8 10.1255 8 10C8 9.8745 7.99229 9.7508 7.97733 9.62934L12.9174 7.15932C13.4569 7.67984 14.1911 8 15 8Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"shield check \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.16611 4.99891C5.17437 4.95809 7.91528 3.81033 10 1.94446C12.0847 3.81033 14.8256 4.95809 17.8339 4.99891C17.9431 5.64968 18 6.31821 18 7.00003C18 12.2249 14.6608 16.6698 10 18.3172C5.33923 16.6698 2 12.2249 2 7.00003C2 6.31821 2.05686 5.64968 2.16611 4.99891ZM13.7071 8.70711C14.0976 8.31658 14.0976 7.68342 13.7071 7.29289C13.3166 6.90237 12.6834 6.90237 12.2929 7.29289L9 10.5858L7.70711 9.29289C7.31658 8.90237 6.68342 8.90237 6.29289 9.29289C5.90237 9.68342 5.90237 10.3166 6.29289 10.7071L8.29289 12.7071C8.68342 13.0976 9.31658 13.0976 9.70711 12.7071L13.7071 8.70711Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"shield exclamation \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 1.94446C7.91528 3.81033 5.17437 4.95809 2.16611 4.99891C2.05686 5.64968 2 6.31821 2 7.00003C2 12.2249 5.33923 16.6698 10 18.3172C14.6608 16.6698 18 12.2249 18 7.00003C18 6.31821 17.9431 5.64968 17.8339 4.99891C14.8256 4.95809 12.0847 3.81033 10 1.94446ZM11 14C11 14.5523 10.5523 15 10 15C9.44771 15 9 14.5523 9 14C9 13.4477 9.44771 13 10 13C10.5523 13 11 13.4477 11 14ZM11 7C11 6.44772 10.5523 6 10 6C9.44771 6 9 6.44772 9 7V10C9 10.5523 9.44771 11 10 11C10.5523 11 11 10.5523 11 10V7Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"shopping bag \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 2C7.79086 2 6 3.79086 6 6V7H5C4.49046 7 4.06239 7.38314 4.00612 7.88957L3.00612 16.8896C2.97471 17.1723 3.06518 17.455 3.25488 17.6669C3.44458 17.8789 3.71556 18 4 18H16C16.2844 18 16.5554 17.8789 16.7451 17.6669C16.9348 17.455 17.0253 17.1723 16.9939 16.8896L15.9939 7.88957C15.9376 7.38314 15.5096 7 15 7H14V6C14 3.79086 12.2091 2 10 2ZM12 7V6C12 4.89543 11.1046 4 10 4C8.89543 4 8 4.89543 8 6V7H12ZM6 10C6 9.44772 6.44772 9 7 9C7.55228 9 8 9.44772 8 10C8 10.5523 7.55228 11 7 11C6.44772 11 6 10.5523 6 10ZM13 9C12.4477 9 12 9.44772 12 10C12 10.5523 12.4477 11 13 11C13.5523 11 14 10.5523 14 10C14 9.44772 13.5523 9 13 9Z\" fill=\"#374151\"/>\n</svg>\n</li><li title=\"shopping cart \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 1C2.44772 1 2 1.44772 2 2C2 2.55228 2.44772 3 3 3H4.21922L4.52478 4.22224C4.52799 4.23637 4.5315 4.25039 4.5353 4.26429L5.89253 9.69321L4.99995 10.5858C3.74002 11.8457 4.63235 14 6.41416 14H15C15.5522 14 16 13.5523 16 13C16 12.4477 15.5522 12 15 12L6.41417 12L7.41416 11H14C14.3788 11 14.725 10.786 14.8944 10.4472L17.8944 4.44721C18.0494 4.13723 18.0329 3.76909 17.8507 3.47427C17.6684 3.17945 17.3466 3 17 3H6.28078L5.97014 1.75746C5.85885 1.3123 5.45887 1 5 1H3Z\" fill=\"#4B5563\"/>\n<path d=\"M16 16.5C16 17.3284 15.3284 18 14.5 18C13.6716 18 13 17.3284 13 16.5C13 15.6716 13.6716 15 14.5 15C15.3284 15 16 15.6716 16 16.5Z\" fill=\"#4B5563\"/>\n<path d=\"M6.5 18C7.32843 18 8 17.3284 8 16.5C8 15.6716 7.32843 15 6.5 15C5.67157 15 5 15.6716 5 16.5C5 17.3284 5.67157 18 6.5 18Z\" fill=\"#4B5563\"/>\n</svg>\n</li><li title=\"sort ascending \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n\n<path d=\"M3 3C2.44772 3 2 3.44772 2 4C2 4.55228 2.44772 5 3 5H14C14.5523 5 15 4.55228 15 4C15 3.44772 14.5523 3 14 3H3Z\" fill=\"#4A5568\"/>\n<path d=\"M3 7C2.44772 7 2 7.44772 2 8C2 8.55228 2.44772 9 3 9H8C8.55228 9 9 8.55228 9 8C9 7.44772 8.55228 7 8 7H3Z\" fill=\"#4A5568\"/>\n<path d=\"M3 11C2.44772 11 2 11.4477 2 12C2 12.5523 2.44772 13 3 13H7C7.55228 13 8 12.5523 8 12C8 11.4477 7.55228 11 7 11H3Z\" fill=\"#4A5568\"/>\n<path d=\"M13 16C13 16.5523 13.4477 17 14 17C14.5523 17 15 16.5523 15 16L15 10.4142L16.2929 11.7071C16.6834 12.0976 17.3166 12.0976 17.7071 11.7071C18.0976 11.3166 18.0976 10.6834 17.7071 10.2929L14.7071 7.29289C14.5196 7.10536 14.2652 7 14 7C13.7348 7 13.4804 7.10536 13.2929 7.29289L10.2929 10.2929C9.90237 10.6834 9.90237 11.3166 10.2929 11.7071C10.6834 12.0976 11.3166 12.0976 11.7071 11.7071L13 10.4142L13 16Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"sort descending \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n\n<path d=\"M3 3C2.44772 3 2 3.44772 2 4C2 4.55228 2.44772 5 3 5H14C14.5523 5 15 4.55228 15 4C15 3.44772 14.5523 3 14 3H3Z\" fill=\"#4A5568\"/>\n<path d=\"M3 7C2.44772 7 2 7.44772 2 8C2 8.55228 2.44772 9 3 9H10C10.5523 9 11 8.55228 11 8C11 7.44772 10.5523 7 10 7H3Z\" fill=\"#4A5568\"/>\n<path d=\"M3 11C2.44772 11 2 11.4477 2 12C2 12.5523 2.44772 13 3 13H7C7.55228 13 8 12.5523 8 12C8 11.4477 7.55228 11 7 11H3Z\" fill=\"#4A5568\"/>\n<path d=\"M15 8C15 7.44772 14.5523 7 14 7C13.4477 7 13 7.44771 13 8L13 13.5858L11.7071 12.2929C11.3166 11.9024 10.6834 11.9024 10.2929 12.2929C9.90237 12.6834 9.90237 13.3166 10.2929 13.7071L13.2929 16.7071C13.4804 16.8946 13.7348 17 14 17C14.2652 17 14.5196 16.8946 14.7071 16.7071L17.7071 13.7071C18.0976 13.3166 18.0976 12.6834 17.7071 12.2929C17.3166 11.9024 16.6834 11.9024 16.2929 12.2929L15 13.5858L15 8Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"sparkles \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 2C5.55228 2 6 2.44772 6 3V4H7C7.55228 4 8 4.44772 8 5C8 5.55228 7.55228 6 7 6H6V7C6 7.55228 5.55228 8 5 8C4.44772 8 4 7.55228 4 7V6H3C2.44772 6 2 5.55228 2 5C2 4.44772 2.44772 4 3 4H4V3C4 2.44772 4.44772 2 5 2ZM5 12C5.55228 12 6 12.4477 6 13V14H7C7.55228 14 8 14.4477 8 15C8 15.5523 7.55228 16 7 16H6V17C6 17.5523 5.55228 18 5 18C4.44772 18 4 17.5523 4 17V16H3C2.44772 16 2 15.5523 2 15C2 14.4477 2.44772 14 3 14H4V13C4 12.4477 4.44772 12 5 12Z\" fill=\"#4A5568\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.9999 2C12.4537 2 12.8505 2.30548 12.9667 2.74411L14.1459 7.19893L17.4997 9.13381C17.8092 9.31241 17.9999 9.64262 17.9999 10C17.9999 10.3574 17.8092 10.6876 17.4997 10.8662L14.1459 12.8011L12.9667 17.2559C12.8505 17.6945 12.4537 18 11.9999 18C11.5462 18 11.1493 17.6945 11.0332 17.2559L9.85402 12.8011L6.50027 10.8662C6.19072 10.6876 6 10.3574 6 10C6 9.64262 6.19072 9.31241 6.50027 9.13382L9.85402 7.19893L11.0332 2.74411C11.1493 2.30548 11.5462 2 11.9999 2Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"speakerphone \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 3C18 2.65342 17.8205 2.33156 17.5257 2.14935C17.2309 1.96714 16.8628 1.95058 16.5528 2.10557L8.76393 6H5C3.34315 6 2 7.34315 2 9C2 10.6569 3.34315 12 5 12H5.27925L7.05132 17.3162C7.18744 17.7246 7.56958 18 8.00001 18H9.00001C9.55229 18 10 17.5523 10 17V12.618L16.5528 15.8944C16.8628 16.0494 17.2309 16.0329 17.5257 15.8507C17.8205 15.6684 18 15.3466 18 15V3Z\" fill=\"#4B5563\"/>\n</svg>\n</li><li title=\"star \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.04893 2.92707C9.34828 2.00576 10.6517 2.00576 10.951 2.92707L12.0206 6.21886C12.1545 6.63089 12.5384 6.90985 12.9717 6.90985H16.4329C17.4016 6.90985 17.8044 8.14946 17.0207 8.71886L14.2205 10.7533C13.87 11.0079 13.7233 11.4593 13.8572 11.8713L14.9268 15.1631C15.2261 16.0844 14.1717 16.8506 13.3879 16.2812L10.5878 14.2467C10.2373 13.9921 9.76269 13.9921 9.4122 14.2467L6.61203 16.2812C5.82832 16.8506 4.77384 16.0844 5.07319 15.1631L6.14276 11.8713C6.27663 11.4593 6.12997 11.0079 5.77949 10.7533L2.97932 8.71886C2.1956 8.14946 2.59838 6.90985 3.5671 6.90985H7.0283C7.46153 6.90985 7.84548 6.63089 7.97936 6.21886L9.04893 2.92707Z\" fill=\"#4B5563\"/>\n</svg>\n</li><li title=\"status offline \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.70711 2.29289C3.31658 1.90237 2.68342 1.90237 2.29289 2.29289C1.90237 2.68342 1.90237 3.31658 2.29289 3.70711L9.21426 10.6285C9.26325 10.6906 9.31947 10.7469 9.38164 10.7958L16.2929 17.7071C16.6834 18.0976 17.3166 18.0976 17.7071 17.7071C18.0976 17.3166 18.0976 16.6834 17.7071 16.2929L17.0323 15.6181C19.8626 12.0844 19.6398 6.91177 16.3641 3.63603C15.9736 3.24551 15.3404 3.24551 14.9499 3.63603C14.5593 4.02656 14.5593 4.65972 14.9499 5.05025C17.4435 7.54386 17.6625 11.4508 15.6068 14.1926L14.172 12.7578C15.4582 10.8164 15.2461 8.17494 13.5357 6.46446C13.1451 6.07394 12.512 6.07394 12.1214 6.46446C11.7309 6.85498 11.7309 7.48815 12.1214 7.87867C13.0451 8.80233 13.2406 10.1784 12.7078 11.2936L10.7164 9.30219C10.7103 9.29595 10.7042 9.28979 10.6979 9.2837L3.70711 2.29289Z\" fill=\"#374151\"/>\n<path d=\"M3.23766 8.1865C3.38012 7.65291 3.06305 7.10485 2.52946 6.96239C1.99586 6.81992 1.44781 7.137 1.30535 7.67059C0.5045 10.6701 1.27982 14.0074 3.63615 16.3637C4.02667 16.7542 4.65984 16.7542 5.05036 16.3637C5.44089 15.9732 5.44089 15.34 5.05036 14.9495C3.21924 13.1184 2.6134 10.5246 3.23766 8.1865Z\" fill=\"#374151\"/>\n<path d=\"M7.40075 11.4995C7.12434 11.0214 6.51266 10.8578 6.03452 11.1343C5.55639 11.4107 5.39285 12.0223 5.66926 12.5005C5.88367 12.8714 6.14907 13.2198 6.46458 13.5353C6.85511 13.9258 7.48827 13.9258 7.8788 13.5353C8.26932 13.1448 8.26932 12.5116 7.8788 12.1211C7.68771 11.93 7.52865 11.7208 7.40075 11.4995Z\" fill=\"#374151\"/>\n</svg>\n</li><li title=\"status online \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.05025 3.63579C5.44078 4.02631 5.44078 4.65948 5.05025 5.05C2.31658 7.78367 2.31658 12.2158 5.05025 14.9495C5.44078 15.34 5.44078 15.9732 5.05025 16.3637C4.65973 16.7542 4.02656 16.7542 3.63604 16.3637C0.12132 12.849 0.12132 7.15051 3.63604 3.63579C4.02656 3.24526 4.65973 3.24526 5.05025 3.63579ZM14.9498 3.63602C15.3403 3.2455 15.9735 3.2455 16.364 3.63602C19.8787 7.15074 19.8787 12.8492 16.364 16.3639C15.9735 16.7545 15.3403 16.7545 14.9498 16.3639C14.5592 15.9734 14.5592 15.3403 14.9498 14.9497C17.6834 12.2161 17.6834 7.78391 14.9498 5.05023C14.5592 4.65971 14.5592 4.02655 14.9498 3.63602ZM7.87869 6.46422C8.26921 6.85474 8.26921 7.48791 7.87869 7.87843C6.70711 9.05 6.70711 10.9495 7.87869 12.1211C8.26921 12.5116 8.26921 13.1448 7.87868 13.5353C7.48816 13.9258 6.855 13.9258 6.46447 13.5353C4.51185 11.5827 4.51185 8.41684 6.46447 6.46422C6.855 6.07369 7.48816 6.07369 7.87869 6.46422ZM12.1213 6.46445C12.5119 6.07392 13.145 6.07392 13.5355 6.46445C15.4882 8.41707 15.4882 11.5829 13.5355 13.5355C13.145 13.926 12.5119 13.926 12.1213 13.5355C11.7308 13.145 11.7308 12.5118 12.1213 12.1213C13.2929 10.9497 13.2929 9.05023 12.1213 7.87866C11.7308 7.48814 11.7308 6.85497 12.1213 6.46445ZM10 8.99998C10.5523 8.99998 11 9.4477 11 9.99998V10.01C11 10.5623 10.5523 11.01 10 11.01C9.44772 11.01 9 10.5623 9 10.01V9.99998C9 9.4477 9.44772 8.99998 10 8.99998Z\" fill=\"#374151\"/>\n</svg>\n</li><li title=\"stop \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 18C14.4183 18 18 14.4183 18 10C18 5.58172 14.4183 2 10 2C5.58172 2 2 5.58172 2 10C2 14.4183 5.58172 18 10 18ZM8 7C7.44772 7 7 7.44772 7 8V12C7 12.5523 7.44772 13 8 13H12C12.5523 13 13 12.5523 13 12V8C13 7.44772 12.5523 7 12 7H8Z\" fill=\"#4B5563\"/>\n</svg>\n</li><li title=\"sun \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 2C10.5523 2 11 2.44772 11 3V4C11 4.55228 10.5523 5 10 5C9.44772 5 9 4.55228 9 4V3C9 2.44772 9.44772 2 10 2ZM14 10C14 12.2091 12.2091 14 10 14C7.79086 14 6 12.2091 6 10C6 7.79086 7.79086 6 10 6C12.2091 6 14 7.79086 14 10ZM13.5356 14.9497L14.2427 15.6568C14.6332 16.0473 15.2664 16.0473 15.6569 15.6568C16.0474 15.2663 16.0474 14.6331 15.6569 14.2426L14.9498 13.5355C14.5593 13.145 13.9261 13.145 13.5356 13.5355C13.1451 13.926 13.1451 14.5592 13.5356 14.9497ZM15.6568 4.34309C16.0473 4.73362 16.0473 5.36678 15.6568 5.75731L14.9497 6.46441C14.5592 6.85494 13.926 6.85494 13.5355 6.46441C13.145 6.07389 13.145 5.44072 13.5355 5.0502L14.2426 4.34309C14.6331 3.95257 15.2663 3.95257 15.6568 4.34309ZM17 11C17.5523 11 18 10.5523 18 10C18 9.44772 17.5523 9 17 9H16C15.4477 9 15 9.44772 15 10C15 10.5523 15.4477 11 16 11H17ZM10 15C10.5523 15 11 15.4477 11 16V17C11 17.5523 10.5523 18 10 18C9.44772 18 9 17.5523 9 17V16C9 15.4477 9.44772 15 10 15ZM5.05031 6.46443C5.44083 6.85496 6.074 6.85496 6.46452 6.46443C6.85505 6.07391 6.85505 5.44074 6.46452 5.05022L5.75742 4.34311C5.36689 3.95259 4.73373 3.95259 4.3432 4.34311C3.95268 4.73363 3.95268 5.3668 4.3432 5.75732L5.05031 6.46443ZM6.46443 14.9497L5.75732 15.6568C5.3668 16.0473 4.73363 16.0473 4.34311 15.6568C3.95259 15.2663 3.95259 14.6331 4.34311 14.2426L5.05022 13.5355C5.44074 13.145 6.07391 13.145 6.46443 13.5355C6.85496 13.926 6.85496 14.5592 6.46443 14.9497ZM4 11C4.55228 11 5 10.5523 5 10C5 9.44772 4.55228 9 4 9H3C2.44772 9 2 9.44772 2 10C2 10.5523 2.44772 11 3 11H4Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"support \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 10C18 14.4183 14.4183 18 10 18C5.58172 18 2 14.4183 2 10C2 5.58172 5.58172 2 10 2C14.4183 2 18 5.58172 18 10ZM16 10C16 10.9926 15.7589 11.929 15.3322 12.7537L13.8076 11.2291C13.9325 10.8419 14 10.4288 14 10C14 9.6714 13.9604 9.35205 13.8856 9.04648L15.4484 7.48368C15.8025 8.24895 16 9.1014 16 10ZM10.8345 13.9128L12.4156 15.4939C11.6765 15.8193 10.8594 16 10 16C9.1014 16 8.24895 15.8025 7.48368 15.4484L9.04648 13.8856C9.35205 13.9604 9.6714 14 10 14C10.2862 14 10.5653 13.9699 10.8345 13.9128ZM6.1581 11.1172C6.05517 10.7626 6 10.3878 6 10C6 9.66814 6.04041 9.34571 6.11659 9.03738L6.0378 9.11617L4.50608 7.58444C4.18066 8.32349 4 9.14065 4 10C4 10.9539 4.2226 11.8558 4.61868 12.6566L6.1581 11.1172ZM7.24631 4.66782C8.07101 4.24105 9.00735 4 10 4C10.9539 4 11.8558 4.2226 12.6566 4.61868L11.1172 6.1581C10.7626 6.05517 10.3878 6 10 6C9.57119 6 9.15814 6.06748 8.77088 6.19239L7.24631 4.66782ZM12 10C12 11.1046 11.1046 12 10 12C8.89543 12 8 11.1046 8 10C8 8.89543 8.89543 8 10 8C11.1046 8 12 8.89543 12 10Z\" fill=\"#4B5563\"/>\n</svg>\n</li><li title=\"switch horizontal \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n\n<path d=\"M8 5C7.44772 5 7 5.44771 7 6C7 6.55228 7.44772 7 8 7L13.5858 7L12.2929 8.29289C11.9024 8.68342 11.9024 9.31658 12.2929 9.70711C12.6834 10.0976 13.3166 10.0976 13.7071 9.70711L16.7071 6.70711C16.8946 6.51957 17 6.26522 17 6C17 5.73478 16.8946 5.48043 16.7071 5.29289L13.7071 2.29289C13.3166 1.90237 12.6834 1.90237 12.2929 2.29289C11.9024 2.68342 11.9024 3.31658 12.2929 3.70711L13.5858 5L8 5Z\" fill=\"#4A5568\"/>\n<path d=\"M12 15C12.5523 15 13 14.5523 13 14C13 13.4477 12.5523 13 12 13L6.41421 13L7.70711 11.7071C8.09763 11.3166 8.09763 10.6834 7.70711 10.2929C7.31658 9.90237 6.68342 9.90237 6.29289 10.2929L3.29289 13.2929C3.10536 13.4804 3 13.7348 3 14C3 14.2652 3.10536 14.5196 3.29289 14.7071L6.29289 17.7071C6.68342 18.0976 7.31658 18.0976 7.70711 17.7071C8.09763 17.3166 8.09763 16.6834 7.70711 16.2929L6.41421 15L12 15Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"switch vertical \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n\n<path d=\"M5 12C5 12.5523 5.44771 13 6 13C6.55228 13 7 12.5523 7 12L7 6.41421L8.29289 7.70711C8.68342 8.09763 9.31658 8.09763 9.70711 7.70711C10.0976 7.31658 10.0976 6.68342 9.70711 6.29289L6.70711 3.29289C6.51957 3.10536 6.26522 3 6 3C5.73478 3 5.48043 3.10536 5.29289 3.29289L2.29289 6.29289C1.90237 6.68342 1.90237 7.31658 2.29289 7.70711C2.68342 8.09763 3.31658 8.09763 3.70711 7.70711L5 6.41421L5 12Z\" fill=\"#4A5568\"/>\n<path d=\"M15 8C15 7.44772 14.5523 7 14 7C13.4477 7 13 7.44772 13 8L13 13.5858L11.7071 12.2929C11.3166 11.9024 10.6834 11.9024 10.2929 12.2929C9.90237 12.6834 9.90237 13.3166 10.2929 13.7071L13.2929 16.7071C13.4804 16.8946 13.7348 17 14 17C14.2652 17 14.5196 16.8946 14.7071 16.7071L17.7071 13.7071C18.0976 13.3166 18.0976 12.6834 17.7071 12.2929C17.3166 11.9024 16.6834 11.9024 16.2929 12.2929L15 13.5858L15 8Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"table \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 4C3.34315 4 2 5.34315 2 7V13C2 14.6569 3.34315 16 5 16H15C16.6569 16 18 14.6569 18 13V7C18 5.34315 16.6569 4 15 4H5ZM4 13V12H9V14H5C4.44772 14 4 13.5523 4 13ZM11 14H15C15.5523 14 16 13.5523 16 13V12H11V14ZM11 10H16V8H11V10ZM9 8H4V10H9V8Z\" fill=\"#374151\"/>\n</svg>\n</li><li title=\"tag \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.7071 9.29289C18.0976 9.68342 18.0976 10.3166 17.7071 10.7071L10.7071 17.7071C10.3166 18.0976 9.68342 18.0976 9.29289 17.7071L2.29289 10.7071C2.0976 10.5118 1.99997 10.2558 2 9.99988V5C2 3.34315 3.34315 2 5 2H10.0003C10.2561 2.00007 10.5119 2.0977 10.7071 2.29289L17.7071 9.29289ZM5 6C5.55228 6 6 5.55228 6 5C6 4.44772 5.55228 4 5 4C4.44772 4 4 4.44772 4 5C4 5.55228 4.44772 6 5 6Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"template \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 4C3 3.44772 3.44772 3 4 3H16C16.5523 3 17 3.44772 17 4V6C17 6.55228 16.5523 7 16 7H4C3.44772 7 3 6.55228 3 6V4Z\" fill=\"#4A5568\"/>\n<path d=\"M3 10C3 9.44771 3.44772 9 4 9H10C10.5523 9 11 9.44771 11 10V16C11 16.5523 10.5523 17 10 17H4C3.44772 17 3 16.5523 3 16V10Z\" fill=\"#4A5568\"/>\n<path d=\"M14 9C13.4477 9 13 9.44771 13 10V16C13 16.5523 13.4477 17 14 17H16C16.5523 17 17 16.5523 17 16V10C17 9.44771 16.5523 9 16 9H14Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"terminal \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 5C2 3.89543 2.89543 3 4 3H16C17.1046 3 18 3.89543 18 5V15C18 16.1046 17.1046 17 16 17H4C2.89543 17 2 16.1046 2 15V5ZM5.29289 6.29289C5.68342 5.90237 6.31658 5.90237 6.70711 6.29289L9.70711 9.29289C10.0976 9.68342 10.0976 10.3166 9.70711 10.7071L6.70711 13.7071C6.31658 14.0976 5.68342 14.0976 5.29289 13.7071C4.90237 13.3166 4.90237 12.6834 5.29289 12.2929L7.58579 10L5.29289 7.70711C4.90237 7.31658 4.90237 6.68342 5.29289 6.29289ZM11 12C10.4477 12 10 12.4477 10 13C10 13.5523 10.4477 14 11 14H14C14.5523 14 15 13.5523 15 13C15 12.4477 14.5523 12 14 12H11Z\" fill=\"#4B5563\"/>\n</svg>\n</li><li title=\"thumb down \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18 9.5C18 10.3284 17.3285 11 16.5 11C15.6716 11 15 10.3284 15 9.5V3.5C15 2.67157 15.6716 2 16.5 2C17.3285 2 18 2.67157 18 3.5V9.5Z\" fill=\"#374151\"/>\n<path d=\"M14 9.66667V4.23607C14 3.47852 13.572 2.786 12.8945 2.44721L12.8446 2.42229C12.2892 2.14458 11.6767 2 11.0558 2L5.63964 2C4.68628 2 3.86545 2.67292 3.67848 3.60777L2.47848 9.60777C2.23097 10.8453 3.17755 12 4.43964 12H8.00004V16C8.00004 17.1046 8.89547 18 10 18C10.5523 18 11 17.5523 11 17V16.3333C11 15.4679 11.2807 14.6257 11.8 13.9333L13.2 12.0667C13.7193 11.3743 14 10.5321 14 9.66667Z\" fill=\"#374151\"/>\n</svg>\n</li><li title=\"thumb up \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 10.5C2 9.67157 2.67157 9 3.5 9C4.32843 9 5 9.67157 5 10.5V16.5C5 17.3284 4.32843 18 3.5 18C2.67157 18 2 17.3284 2 16.5V10.5Z\" fill=\"#374151\"/>\n<path d=\"M6 10.3333V15.7639C6 16.5215 6.428 17.214 7.10557 17.5528L7.15542 17.5777C7.71084 17.8554 8.32329 18 8.94427 18H14.3604C15.3138 18 16.1346 17.3271 16.3216 16.3922L17.5216 10.3922C17.7691 9.15465 16.8225 8 15.5604 8H12V4C12 2.89543 11.1046 2 10 2C9.44772 2 9 2.44772 9 3V3.66667C9 4.53215 8.71929 5.37428 8.2 6.06667L6.8 7.93333C6.28071 8.62572 6 9.46785 6 10.3333Z\" fill=\"#374151\"/>\n</svg>\n</li><li title=\"ticket \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n\n<path d=\"M2 6C2 4.89543 2.89543 4 4 4H16C17.1046 4 18 4.89543 18 6V8C16.8954 8 16 8.89543 16 10C16 11.1046 16.8954 12 18 12V14C18 15.1046 17.1046 16 16 16H4C2.89543 16 2 15.1046 2 14V12C3.10457 12 4 11.1046 4 10C4 8.89543 3.10457 8 2 8V6Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"translate \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.00001 2C7.55229 2 8.00001 2.44772 8.00001 3V4H8.73223C8.744 3.99979 8.75581 3.99979 8.76765 4H11C11.5523 4 12 4.44772 12 5C12 5.55228 11.5523 6 11 6H9.57801C9.21635 7.68748 8.63076 9.29154 7.85405 10.7796C8.14482 11.1338 8.44964 11.476 8.76767 11.8055C9.15124 12.2028 9.14007 12.8359 8.74272 13.2195C8.34537 13.603 7.7123 13.5919 7.32873 13.1945C7.13962 12.9986 6.95468 12.7987 6.77405 12.5948C5.88895 13.9101 4.84387 15.1084 3.66692 16.1618C3.2554 16.5301 2.6232 16.4951 2.25487 16.0836C1.88655 15.672 1.92157 15.0398 2.3331 14.6715C3.54619 13.5858 4.60214 12.3288 5.4631 10.9389C4.90663 10.1499 4.40868 9.31652 3.97558 8.44503C3.7298 7.95045 3.93148 7.35027 4.42606 7.10449C4.92064 6.8587 5.52083 7.06039 5.76661 7.55497C6.00021 8.02502 6.25495 8.48278 6.52961 8.92699C6.947 7.99272 7.28247 7.01402 7.52698 6H3.00001C2.44772 6 2.00001 5.55228 2.00001 5C2.00001 4.44772 2.44772 4 3.00001 4H6.00001V3C6.00001 2.44772 6.44772 2 7.00001 2ZM13 8C13.3788 8 13.725 8.214 13.8944 8.55279L16.8854 14.5348C16.8919 14.5471 16.8982 14.5596 16.9041 14.5722L17.8944 16.5528C18.1414 17.0468 17.9412 17.6474 17.4472 17.8944C16.9532 18.1414 16.3526 17.9412 16.1056 17.4472L15.382 16H10.618L9.89444 17.4472C9.64745 17.9412 9.04677 18.1414 8.5528 17.8944C8.05882 17.6474 7.85859 17.0468 8.10558 16.5528L9.09589 14.5722C9.10187 14.5596 9.1081 14.5471 9.11458 14.5348L12.1056 8.55279C12.275 8.214 12.6212 8 13 8ZM11.618 14H14.382L13 11.2361L11.618 14Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"trash \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 2C8.62123 2 8.27497 2.214 8.10557 2.55279L7.38197 4H4C3.44772 4 3 4.44772 3 5C3 5.55228 3.44772 6 4 6L4 16C4 17.1046 4.89543 18 6 18H14C15.1046 18 16 17.1046 16 16V6C16.5523 6 17 5.55228 17 5C17 4.44772 16.5523 4 16 4H12.618L11.8944 2.55279C11.725 2.214 11.3788 2 11 2H9ZM7 8C7 7.44772 7.44772 7 8 7C8.55228 7 9 7.44772 9 8V14C9 14.5523 8.55228 15 8 15C7.44772 15 7 14.5523 7 14V8ZM12 7C11.4477 7 11 7.44772 11 8V14C11 14.5523 11.4477 15 12 15C12.5523 15 13 14.5523 13 14V8C13 7.44772 12.5523 7 12 7Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"trending down \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 13C11.4477 13 11 13.4477 11 14C11 14.5523 11.4477 15 12 15H17C17.5523 15 18 14.5523 18 14V9C18 8.44772 17.5523 8 17 8C16.4477 8 16 8.44772 16 9V11.5858L11.7071 7.29289C11.3166 6.90237 10.6834 6.90237 10.2929 7.29289L8 9.58579L3.70711 5.29289C3.31658 4.90237 2.68342 4.90237 2.29289 5.29289C1.90237 5.68342 1.90237 6.31658 2.29289 6.70711L7.29289 11.7071C7.68342 12.0976 8.31658 12.0976 8.70711 11.7071L11 9.41421L14.5858 13H12Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"trending up \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 7C11.4477 7 11 6.55228 11 6C11 5.44772 11.4477 5 12 5H17C17.5523 5 18 5.44772 18 6V11C18 11.5523 17.5523 12 17 12C16.4477 12 16 11.5523 16 11V8.41421L11.7071 12.7071C11.3166 13.0976 10.6834 13.0976 10.2929 12.7071L8 10.4142L3.70711 14.7071C3.31658 15.0976 2.68342 15.0976 2.29289 14.7071C1.90237 14.3166 1.90237 13.6834 2.29289 13.2929L7.29289 8.29289C7.68342 7.90237 8.31658 7.90237 8.70711 8.29289L11 10.5858L14.5858 7H12Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"truck \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 16.5C8 17.3284 7.32843 18 6.5 18C5.67157 18 5 17.3284 5 16.5C5 15.6716 5.67157 15 6.5 15C7.32843 15 8 15.6716 8 16.5Z\" fill=\"#374151\"/>\n<path d=\"M15 16.5C15 17.3284 14.3284 18 13.5 18C12.6716 18 12 17.3284 12 16.5C12 15.6716 12.6716 15 13.5 15C14.3284 15 15 15.6716 15 16.5Z\" fill=\"#374151\"/>\n<path d=\"M3 4C2.44772 4 2 4.44772 2 5V15C2 15.5523 2.44772 16 3 16H4.05001C4.28164 14.8589 5.29052 14 6.5 14C7.70948 14 8.71836 14.8589 8.94999 16H10C10.5523 16 11 15.5523 11 15V5C11 4.44772 10.5523 4 10 4H3Z\" fill=\"#374151\"/>\n<path d=\"M14 7C13.4477 7 13 7.44772 13 8V14.05C13.1616 14.0172 13.3288 14 13.5 14C14.7095 14 15.7184 14.8589 15.95 16H17C17.5523 16 18 15.5523 18 15V10C18 9.73478 17.8946 9.48043 17.7071 9.29289L15.7071 7.29289C15.5196 7.10536 15.2652 7 15 7H14Z\" fill=\"#374151\"/>\n</svg>\n</li><li title=\"upload \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 17C3 16.4477 3.44772 16 4 16H16C16.5523 16 17 16.4477 17 17C17 17.5523 16.5523 18 16 18H4C3.44772 18 3 17.5523 3 17ZM6.29289 6.70711C5.90237 6.31658 5.90237 5.68342 6.29289 5.29289L9.29289 2.29289C9.48043 2.10536 9.73478 2 10 2C10.2652 2 10.5196 2.10536 10.7071 2.29289L13.7071 5.29289C14.0976 5.68342 14.0976 6.31658 13.7071 6.70711C13.3166 7.09763 12.6834 7.09763 12.2929 6.70711L11 5.41421L11 13C11 13.5523 10.5523 14 10 14C9.44771 14 9 13.5523 9 13L9 5.41421L7.70711 6.70711C7.31658 7.09763 6.68342 7.09763 6.29289 6.70711Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"user add \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n\n<path d=\"M8 9C9.65685 9 11 7.65685 11 6C11 4.34315 9.65685 3 8 3C6.34315 3 5 4.34315 5 6C5 7.65685 6.34315 9 8 9Z\" fill=\"#4A5568\"/>\n<path d=\"M8 11C11.3137 11 14 13.6863 14 17H2C2 13.6863 4.68629 11 8 11Z\" fill=\"#4A5568\"/>\n<path d=\"M16 7C16 6.44772 15.5523 6 15 6C14.4477 6 14 6.44772 14 7V8H13C12.4477 8 12 8.44771 12 9C12 9.55228 12.4477 10 13 10H14V11C14 11.5523 14.4477 12 15 12C15.5523 12 16 11.5523 16 11V10H17C17.5523 10 18 9.55228 18 9C18 8.44772 17.5523 8 17 8H16V7Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"user circle \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 10C18 14.4183 14.4183 18 10 18C5.58172 18 2 14.4183 2 10C2 5.58172 5.58172 2 10 2C14.4183 2 18 5.58172 18 10ZM12 7C12 8.10457 11.1046 9 10 9C8.89543 9 8 8.10457 8 7C8 5.89543 8.89543 5 10 5C11.1046 5 12 5.89543 12 7ZM9.99993 11C7.98239 11 6.24394 12.195 5.45374 13.9157C6.55403 15.192 8.18265 16 9.99998 16C11.8173 16 13.4459 15.1921 14.5462 13.9158C13.756 12.195 12.0175 11 9.99993 11Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"user group \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n\n<path d=\"M13 6C13 7.65685 11.6569 9 10 9C8.34315 9 7 7.65685 7 6C7 4.34315 8.34315 3 10 3C11.6569 3 13 4.34315 13 6Z\" fill=\"#4A5568\"/>\n<path d=\"M18 8C18 9.10457 17.1046 10 16 10C14.8954 10 14 9.10457 14 8C14 6.89543 14.8954 6 16 6C17.1046 6 18 6.89543 18 8Z\" fill=\"#4A5568\"/>\n<path d=\"M14 15C14 12.7909 12.2091 11 10 11C7.79086 11 6 12.7909 6 15V18H14V15Z\" fill=\"#4A5568\"/>\n<path d=\"M6 8C6 9.10457 5.10457 10 4 10C2.89543 10 2 9.10457 2 8C2 6.89543 2.89543 6 4 6C5.10457 6 6 6.89543 6 8Z\" fill=\"#4A5568\"/>\n<path d=\"M16 18V15C16 13.9459 15.7282 12.9552 15.2507 12.0943C15.4902 12.0327 15.7413 12 16 12C17.6569 12 19 13.3431 19 15V18H16Z\" fill=\"#4A5568\"/>\n<path d=\"M4.74926 12.0943C4.27185 12.9552 4 13.9459 4 15V18H1V15C1 13.3431 2.34315 12 4 12C4.25871 12 4.50977 12.0327 4.74926 12.0943Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"user remove \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n\n<path d=\"M11 6C11 7.65685 9.65685 9 8 9C6.34315 9 5 7.65685 5 6C5 4.34315 6.34315 3 8 3C9.65685 3 11 4.34315 11 6Z\" fill=\"#4A5568\"/>\n<path d=\"M14 17C14 13.6863 11.3137 11 8 11C4.68629 11 2 13.6863 2 17H14Z\" fill=\"#4A5568\"/>\n<path d=\"M13 8C12.4477 8 12 8.44771 12 9C12 9.55229 12.4477 10 13 10H17C17.5523 10 18 9.55229 18 9C18 8.44771 17.5523 8 17 8H13Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"user \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 9C11.6569 9 13 7.65685 13 6C13 4.34315 11.6569 3 10 3C8.34315 3 7 4.34315 7 6C7 7.65685 8.34315 9 10 9ZM3 18C3 14.134 6.13401 11 10 11C13.866 11 17 14.134 17 18H3Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"users \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n\n<path d=\"M9 6C9 7.65685 7.65685 9 6 9C4.34315 9 3 7.65685 3 6C3 4.34315 4.34315 3 6 3C7.65685 3 9 4.34315 9 6Z\" fill=\"#4A5568\"/>\n<path d=\"M17 6C17 7.65685 15.6569 9 14 9C12.3431 9 11 7.65685 11 6C11 4.34315 12.3431 3 14 3C15.6569 3 17 4.34315 17 6Z\" fill=\"#4A5568\"/>\n<path d=\"M12.9291 17C12.9758 16.6734 13 16.3395 13 16C13 14.3648 12.4393 12.8606 11.4998 11.6691C12.2352 11.2435 13.0892 11 14 11C16.7614 11 19 13.2386 19 16V17H12.9291Z\" fill=\"#4A5568\"/>\n<path d=\"M6 11C8.76142 11 11 13.2386 11 16V17H1V16C1 13.2386 3.23858 11 6 11Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"variable \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.6485 3.08366C5.15459 3.30478 5.3856 3.89429 5.16448 4.40038C4.41582 6.11389 4 8.00707 4 10C4 11.9929 4.41582 13.8861 5.16448 15.5996C5.3856 16.1057 5.15459 16.6952 4.6485 16.9164C4.14242 17.1375 3.5529 16.9065 3.33178 16.4004C2.47486 14.4391 2 12.2737 2 10C2 7.72632 2.47486 5.56091 3.33178 3.59964C3.5529 3.09355 4.14242 2.86254 4.6485 3.08366ZM12.9613 7C12.0499 7 11.188 7.41427 10.6186 8.12592L10.2911 8.53528L10.1799 8.25722C9.87619 7.4979 9.14078 7 8.32297 7H8C7.44772 7 7 7.44772 7 8C7 8.55228 7.44772 9 8 9H8.32297L8.8551 10.3303L7.81962 11.6247C7.62985 11.8619 7.34253 12 7.03875 12H7C6.44772 12 6 12.4477 6 13C6 13.5523 6.44772 14 7 14H7.03875C7.9501 14 8.81204 13.5857 9.38136 12.8741L9.70885 12.4647L9.82008 12.7428C10.1238 13.5021 10.8592 14 11.677 14H12C12.5523 14 13 13.5523 13 13C13 12.4477 12.5523 12 12 12H11.677L11.1449 10.6697L12.1804 9.37531C12.3702 9.13809 12.6575 9 12.9613 9H13C13.5523 9 14 8.55228 14 8C14 7.44772 13.5523 7 13 7H12.9613ZM14.8355 4.40038C14.6144 3.89429 14.8454 3.30478 15.3515 3.08366C15.8576 2.86254 16.4471 3.09355 16.6682 3.59964C17.5251 5.56091 18 7.72632 18 10C18 12.2737 17.5251 14.4391 16.6682 16.4004C16.4471 16.9065 15.8576 17.1375 15.3515 16.9164C14.8454 16.6952 14.6144 16.1057 14.8355 15.5996C15.5842 13.8861 16 11.9929 16 10C16 8.00707 15.5842 6.11389 14.8355 4.40038Z\" fill=\"#374151\"/>\n</svg>\n</li><li title=\"video camera \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 6C2 4.89543 2.89543 4 4 4H10C11.1046 4 12 4.89543 12 6V14C12 15.1046 11.1046 16 10 16H4C2.89543 16 2 15.1046 2 14V6Z\" fill=\"#374151\"/>\n<path d=\"M14.5528 7.10557C14.214 7.27497 14 7.62123 14 8V12C14 12.3788 14.214 12.725 14.5528 12.8944L16.5528 13.8944C16.8628 14.0494 17.2309 14.0329 17.5257 13.8507C17.8205 13.6684 18 13.3466 18 13V7C18 6.65342 17.8205 6.33156 17.5257 6.14935C17.2309 5.96714 16.8628 5.95058 16.5528 6.10557L14.5528 7.10557Z\" fill=\"#374151\"/>\n</svg>\n</li><li title=\"view boards \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n\n<path d=\"M2 4C2 3.44772 2.44772 3 3 3H5C5.55228 3 6 3.44772 6 4V16C6 16.5523 5.55228 17 5 17H3C2.44772 17 2 16.5523 2 16V4Z\" fill=\"#4A5568\"/>\n<path d=\"M8 4C8 3.44772 8.44772 3 9 3H11C11.5523 3 12 3.44772 12 4V16C12 16.5523 11.5523 17 11 17H9C8.44772 17 8 16.5523 8 16V4Z\" fill=\"#4A5568\"/>\n<path d=\"M15 3C14.4477 3 14 3.44772 14 4V16C14 16.5523 14.4477 17 15 17H17C17.5523 17 18 16.5523 18 16V4C18 3.44772 17.5523 3 17 3H15Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"view grid add \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 3C3.89543 3 3 3.89543 3 5V7C3 8.10457 3.89543 9 5 9H7C8.10457 9 9 8.10457 9 7V5C9 3.89543 8.10457 3 7 3H5Z\" fill=\"#4B5563\"/>\n<path d=\"M5 11C3.89543 11 3 11.8954 3 13V15C3 16.1046 3.89543 17 5 17H7C8.10457 17 9 16.1046 9 15V13C9 11.8954 8.10457 11 7 11H5Z\" fill=\"#4B5563\"/>\n<path d=\"M11 5C11 3.89543 11.8954 3 13 3H15C16.1046 3 17 3.89543 17 5V7C17 8.10457 16.1046 9 15 9H13C11.8954 9 11 8.10457 11 7V5Z\" fill=\"#4B5563\"/>\n<path d=\"M14 11C14.5523 11 15 11.4477 15 12V13H16C16.5523 13 17 13.4477 17 14C17 14.5523 16.5523 15 16 15H15V16C15 16.5523 14.5523 17 14 17C13.4477 17 13 16.5523 13 16V15H12C11.4477 15 11 14.5523 11 14C11 13.4477 11.4477 13 12 13H13V12C13 11.4477 13.4477 11 14 11Z\" fill=\"#4B5563\"/>\n</svg>\n</li><li title=\"view grid \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 3C3.89543 3 3 3.89543 3 5V7C3 8.10457 3.89543 9 5 9H7C8.10457 9 9 8.10457 9 7V5C9 3.89543 8.10457 3 7 3H5Z\" fill=\"#374151\"/>\n<path d=\"M5 11C3.89543 11 3 11.8954 3 13V15C3 16.1046 3.89543 17 5 17H7C8.10457 17 9 16.1046 9 15V13C9 11.8954 8.10457 11 7 11H5Z\" fill=\"#374151\"/>\n<path d=\"M11 5C11 3.89543 11.8954 3 13 3H15C16.1046 3 17 3.89543 17 5V7C17 8.10457 16.1046 9 15 9H13C11.8954 9 11 8.10457 11 7V5Z\" fill=\"#374151\"/>\n<path d=\"M11 13C11 11.8954 11.8954 11 13 11H15C16.1046 11 17 11.8954 17 13V15C17 16.1046 16.1046 17 15 17H13C11.8954 17 11 16.1046 11 15V13Z\" fill=\"#374151\"/>\n</svg>\n</li><li title=\"view list \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 4C3 3.44772 3.44772 3 4 3H16C16.5523 3 17 3.44772 17 4C17 4.55228 16.5523 5 16 5H4C3.44772 5 3 4.55228 3 4ZM3 8C3 7.44772 3.44772 7 4 7H16C16.5523 7 17 7.44772 17 8C17 8.55228 16.5523 9 16 9H4C3.44772 9 3 8.55228 3 8ZM3 12C3 11.4477 3.44772 11 4 11H16C16.5523 11 17 11.4477 17 12C17 12.5523 16.5523 13 16 13H4C3.44772 13 3 12.5523 3 12ZM3 16C3 15.4477 3.44772 15 4 15H16C16.5523 15 17 15.4477 17 16C17 16.5523 16.5523 17 16 17H4C3.44772 17 3 16.5523 3 16Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"volume off \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.38268 3.07615C9.75636 3.23093 10 3.59557 10 4.00003V16C10 16.4045 9.75636 16.7691 9.38268 16.9239C9.00901 17.0787 8.57889 16.9931 8.29289 16.7071L4.58579 13H2C1.44772 13 1 12.5523 1 12V8.00003C1 7.44774 1.44772 7.00003 2 7.00003H4.58579L8.29289 3.29292C8.57889 3.00692 9.00901 2.92137 9.38268 3.07615Z\" fill=\"#4A5568\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.2929 7.29289C12.6834 6.90237 13.3166 6.90237 13.7071 7.29289L15 8.58579L16.2929 7.29289C16.6834 6.90237 17.3166 6.90237 17.7071 7.29289C18.0976 7.68342 18.0976 8.31658 17.7071 8.70711L16.4142 10L17.7071 11.2929C18.0976 11.6834 18.0976 12.3166 17.7071 12.7071C17.3166 13.0976 16.6834 13.0976 16.2929 12.7071L15 11.4142L13.7071 12.7071C13.3166 13.0976 12.6834 13.0976 12.2929 12.7071C11.9024 12.3166 11.9024 11.6834 12.2929 11.2929L13.5858 10L12.2929 8.70711C11.9024 8.31658 11.9024 7.68342 12.2929 7.29289Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"volume up \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.38268 3.07615C9.75636 3.23093 10 3.59557 10 4.00003V16C10 16.4045 9.75636 16.7691 9.38268 16.9239C9.00901 17.0787 8.57889 16.9931 8.29289 16.7071L4.58579 13H2C1.44772 13 1 12.5523 1 12V8.00003C1 7.44774 1.44772 7.00003 2 7.00003H4.58579L8.29289 3.29292C8.57889 3.00692 9.00901 2.92137 9.38268 3.07615Z\" fill=\"#4A5568\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.6568 2.92888C15.0474 2.53836 15.6805 2.53836 16.0711 2.92888C17.8796 4.73743 19 7.2388 19 9.99995C19 12.7611 17.8796 15.2625 16.0711 17.071C15.6805 17.4615 15.0474 17.4615 14.6568 17.071C14.2663 16.6805 14.2663 16.0473 14.6568 15.6568C16.1057 14.208 17 12.2094 17 9.99995C17 7.79053 16.1057 5.7919 14.6568 4.34309C14.2663 3.95257 14.2663 3.3194 14.6568 2.92888ZM11.8284 5.75731C12.2189 5.36678 12.8521 5.36678 13.2426 5.75731C13.7685 6.28319 14.1976 6.90687 14.5003 7.59958C14.822 8.33592 15 9.14847 15 9.99995C15 11.6565 14.3273 13.1579 13.2426 14.2426C12.8521 14.6331 12.2189 14.6331 11.8284 14.2426C11.4379 13.8521 11.4379 13.2189 11.8284 12.8284C12.5534 12.1034 13 11.1048 13 9.99995C13 9.42922 12.8811 8.8889 12.6676 8.40032C12.4663 7.93958 12.1802 7.52327 11.8284 7.17152C11.4379 6.781 11.4379 6.14783 11.8284 5.75731Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"wifi \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.7781 8.22183C13.4823 3.92606 6.51752 3.92606 2.22176 8.22183C1.83123 8.61235 1.19807 8.61235 0.807542 8.22183C0.417017 7.8313 0.417017 7.19814 0.807542 6.80761C5.88436 1.7308 14.1155 1.7308 19.1923 6.80761C19.5828 7.19814 19.5828 7.8313 19.1923 8.22183C18.8018 8.61235 18.1686 8.61235 17.7781 8.22183ZM14.9497 11.0503C12.216 8.31659 7.78385 8.31659 5.05018 11.0503C4.65966 11.4408 4.02649 11.4408 3.63597 11.0503C3.24544 10.6597 3.24544 10.0266 3.63597 9.63605C7.15069 6.12133 12.8492 6.12133 16.3639 9.63605C16.7544 10.0266 16.7544 10.6597 16.3639 11.0503C15.9734 11.4408 15.3402 11.4408 14.9497 11.0503ZM12.1213 13.8787C10.9497 12.7071 9.05018 12.7071 7.87861 13.8787C7.48809 14.2692 6.85492 14.2692 6.4644 13.8787C6.07387 13.4882 6.07387 12.855 6.4644 12.4645C8.41702 10.5119 11.5828 10.5119 13.5355 12.4645C13.926 12.855 13.926 13.4882 13.5355 13.8787C13.1449 14.2692 12.5118 14.2692 12.1213 13.8787ZM8.99993 16C8.99993 15.4477 9.44765 15 9.99993 15H10.0099C10.5622 15 11.0099 15.4477 11.0099 16C11.0099 16.5523 10.5622 17 10.0099 17H9.99993C9.44765 17 8.99993 16.5523 8.99993 16Z\" fill=\"#374151\"/>\n</svg>\n</li><li title=\"x circle \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 18C14.4183 18 18 14.4183 18 10C18 5.58172 14.4183 2 10 2C5.58172 2 2 5.58172 2 10C2 14.4183 5.58172 18 10 18ZM8.70711 7.29289C8.31658 6.90237 7.68342 6.90237 7.29289 7.29289C6.90237 7.68342 6.90237 8.31658 7.29289 8.70711L8.58579 10L7.29289 11.2929C6.90237 11.6834 6.90237 12.3166 7.29289 12.7071C7.68342 13.0976 8.31658 13.0976 8.70711 12.7071L10 11.4142L11.2929 12.7071C11.6834 13.0976 12.3166 13.0976 12.7071 12.7071C13.0976 12.3166 13.0976 11.6834 12.7071 11.2929L11.4142 10L12.7071 8.70711C13.0976 8.31658 13.0976 7.68342 12.7071 7.29289C12.3166 6.90237 11.6834 6.90237 11.2929 7.29289L10 8.58579L8.70711 7.29289Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"x \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.29289 4.29289C4.68342 3.90237 5.31658 3.90237 5.70711 4.29289L10 8.58579L14.2929 4.29289C14.6834 3.90237 15.3166 3.90237 15.7071 4.29289C16.0976 4.68342 16.0976 5.31658 15.7071 5.70711L11.4142 10L15.7071 14.2929C16.0976 14.6834 16.0976 15.3166 15.7071 15.7071C15.3166 16.0976 14.6834 16.0976 14.2929 15.7071L10 11.4142L5.70711 15.7071C5.31658 16.0976 4.68342 16.0976 4.29289 15.7071C3.90237 15.3166 3.90237 14.6834 4.29289 14.2929L8.58579 10L4.29289 5.70711C3.90237 5.31658 3.90237 4.68342 4.29289 4.29289Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"zoom in \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n\n<path d=\"M5 8C5 7.44772 5.44772 7 6 7H7V6C7 5.44772 7.44772 5 8 5C8.55228 5 9 5.44772 9 6V7H10C10.5523 7 11 7.44772 11 8C11 8.55228 10.5523 9 10 9H9V10C9 10.5523 8.55228 11 8 11C7.44771 11 7 10.5523 7 10V9H6C5.44772 9 5 8.55228 5 8Z\" fill=\"#4A5568\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 8C2 4.68629 4.68629 2 8 2C11.3137 2 14 4.68629 14 8C14 9.29583 13.5892 10.4957 12.8907 11.4765L17.7071 16.2929C18.0976 16.6834 18.0976 17.3166 17.7071 17.7071C17.3166 18.0976 16.6834 18.0976 16.2929 17.7071L11.4765 12.8907C10.4957 13.5892 9.29583 14 8 14C4.68629 14 2 11.3137 2 8ZM8 4C5.79086 4 4 5.79086 4 8C4 10.2091 5.79086 12 8 12C10.2091 12 12 10.2091 12 8C12 5.79086 10.2091 4 8 4Z\" fill=\"#4A5568\"/>\n</svg>\n</li><li title=\"zoom out \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 4C5.79086 4 4 5.79086 4 8C4 10.2091 5.79086 12 8 12C10.2091 12 12 10.2091 12 8C12 5.79086 10.2091 4 8 4ZM2 8C2 4.68629 4.68629 2 8 2C11.3137 2 14 4.68629 14 8C14 9.29583 13.5892 10.4957 12.8907 11.4765L17.7071 16.2929C18.0976 16.6834 18.0976 17.3166 17.7071 17.7071C17.3166 18.0976 16.6834 18.0976 16.2929 17.7071L11.4765 12.8907C10.4957 13.5892 9.29583 14 8 14C4.68629 14 2 11.3137 2 8Z\" fill=\"#4A5568\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 8C5 7.44772 5.44772 7 6 7H10C10.5523 7 11 7.44772 11 8C11 8.55228 10.5523 9 10 9H6C5.44772 9 5 8.55228 5 8Z\" fill=\"#4A5568\"/>\n</svg>\n</li></ul>"
  },
  {
    "path": "resources/svg/icons/iconoir/LICENSE",
    "content": "MIT License\n\nCopyright (c) 2021 Luca Burgio\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n"
  },
  {
    "path": "resources/svg/icons/iconoir/README.md",
    "content": "<p align=\"center\">\n  <img src=\"assets/iconoir.png\" alt=\"Iconoir\">\n</p>\n\n<p align=\"center\">\n  Iconoir is an open source library with 1000+ SVG Icons, designed on a 24x24 pixels grid. No premium icons, no email sign-up, no newsletters.\n<p>\n\n<p align=\"center\">\n  <a href=\"https://iconoir.com\"><strong>Browse at iconoir.com &rarr;</strong></a>\n</p>\n\n<p align=\"center\">\n  <a href=\"https://github.com/lucaburgio/iconoir/releases\">\n    <img src=\"https://img.shields.io/github/v/release/lucaburgio/iconoir?style=flat-square\" alt=\"Version\">\n  </a>\n  <a href=\"https://github.com/lucaburgio/iconoir\">\n    <img src=\"https://img.shields.io/github/stars/lucaburgio/iconoir?style=flat-square\" alt=\"Project Stars\">\n  </a>\n  <a href=\"https://github.com/lucaburgio/iconoir/blob/master/LICENSE\">\n    <img src=\"https://img.shields.io/github/license/lucaburgio/iconoir?style=flat-square\" alt=\"License\">\n  </a>\n</p>\n\n## Basic Usage\n\nYou can download any icon of the pack directly from https://iconoir.com or get them from this repository.\n\nAdditionally, the icons are available via the `iconoir` NPM package:\n```bash\nyarn add iconoir\n# or\nnpm i iconoir\n```\n\nExample usage:\n```js\nimport Iconoir from 'iconoir/icons/iconoir.svg'\n```\n\n## React\n\nA React library is available to install under the name `iconoir-react`. For more details, see the package [README](./packages/iconoir-react).\n\n## React Native\n\nA React Native library is available to install under the name `iconoir-react-native`. For more details, see the package [README](./packages/iconoir-react-native).\n\n## Framer\n\nIconoir is happily part of [Framer](https://framer.com) now. To start using the icons: On the top menu, `Insert` > `Graphics` > `Iconoir`.\nYou can switch between icons from the right sidebar in the editor.\n\n## CSS\n\nImport the CSS File:\n\n```html\n<link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/gh/lucaburgio/iconoir@master/css/iconoir.css\">\n```\n\nHere is an example in HTML:\n\n```html\n<i class=\"iconoir-hand-brake\"></i>\n```\nThe class must always be \"iconoir-\" and then the name of the icon. You can find the names of the icons [here](https://iconoir.com).\n\n## Figma\n\nThe library is available in the Figma community [here](https://www.figma.com/community/file/983248991460488027/Iconoir-Pack).\n\n## License\n\nMIT License\n"
  },
  {
    "path": "resources/svg/icons/iconoir/index.html",
    "content": "<style>\nul.svg-list {\n\tlist-style:none;\n\tpadding:0;\n\tmargin:10px 0 0;\n}\nul.svg-list li {\n\tdisplay:inline-block;\n\tposition:relative;\n\twidth:32px;\n\theight:32px;\n\tpadding:3px;\n\tmargin-right:5px;\n\tmargin-bottom:5px;\n\tbox-shadow:0px 3px 6px 0px rgba(0, 0, 0, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.08);\n}\n\nul.svg-list li:hover {\n\tbox-shadow:none;//0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 0px rgba(0, 0, 0, 0.15);\n}\n\nul.svg-list li svg{\n\tmax-width:100%;\n\tmax-height:100%;\n\tfill: var(--bs-body-color);\n\t//color: var(--bs-border-color);\n}\n\nul.svg-list li span {\n\t//display:none;\n}\n\nul.svg-list li.heading {\n\twidth:100%;\n\tbox-shadow:none;\n\ttext-transform: capitalize;\n\tfont-size: 12px;\n\tline-height: 32px;\t\n}\n\nul.svg-list li span {\n  visibility: hidden;\n  min-width: 120px;\n  background-color: black;\n  color: #fff;\n  text-align: center;\n  border-radius: 6px;\n  padding: 5px 0;\n  \n  /* Position the tooltip */\n  position: absolute;\n  z-index: 1;\n  left:0;\n  top: 105%;\n  font-size:12px;\n}\n\nul.svg-list li:hover  span {\n  visibility: visible;\n}\n\nul.svg-list li:hover  svg {\n\ttransform: scale(2);\n\tfill:blue;\n\tcolor:green;\n}\t\n</style>\n<ul class=\"svg-list\"><li title=\"1st medal \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.2718 10.445L18 2M9.31612 10.6323L5 2M12.7615 10.0479L8.835 2M14.36 2L13.32 4.5M6 16C6 19.3137 8.68629 22 12 22C15.3137 22 18 19.3137 18 16C18 12.6863 15.3137 10 12 10C8.68629 10 6 12.6863 6 16Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.5 15L12.5 13.5V18.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"2x2 cell \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 3.6V12H12V3H20.4C20.7314 3 21 3.26863 21 3.6Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M21 20.4V12H12V21H20.4C20.7314 21 21 20.7314 21 20.4Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M3 12V3.6C3 3.26863 3.26863 3 3.6 3H12V12H3Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M3 12V20.4C3 20.7314 3.26863 21 3.6 21H12V12H3Z\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"360 view \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4 8.5H5.75M5.75 8.5C6.7165 8.5 7.5 9.2835 7.5 10.25C7.5 11.2165 6.7165 12 5.75 12H3M5.75 8.5C6.7165 8.5 7.5 7.7165 7.5 6.75C7.5 5.7835 6.7165 5 5.75 5H3\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 15C21 18.3137 16.9706 21 12 21C7.02944 21 3 18.3137 3 15\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 5H13C11.3431 5 10 6.34315 10 8V10M14.5 9.5L14.5 10C14.5 11.1046 13.6046 12 12.5 12H12C10.8954 12 10 11.1046 10 10V9.5C10 8.39543 10.8954 7.5 12 7.5H12.5C13.6046 7.5 14.5 8.39543 14.5 9.5Z\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 8.5V7C17 5.89543 17.8954 5 19 5H19.5C20.6046 5 21.5 5.89543 21.5 7V8.5V10C21.5 11.1046 20.6046 12 19.5 12H19C17.8954 12 17 11.1046 17 10V8.5Z\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"4k display \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.5 9L13.5 13M13.5 15L13.5 13M13.5 13L14.8706 11.4336M17 9L14.8706 11.4336M14.8706 11.4336L17 15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.5 9L6.5 13.5L10 13.5L10 15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 18.4V5.6C2 5.26863 2.26863 5 2.6 5H21.4C21.7314 5 22 5.26863 22 5.6V18.4C22 18.7314 21.7314 19 21.4 19H2.6C2.26863 19 2 18.7314 2 18.4Z\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"accessibility sign \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 16L15.8889 16L17.4444 18.5H19\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 8.5L12 11M12 16V11M12 11H15.8889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 6.5C10.8954 6.5 10 5.60457 10 4.5C10 3.39543 10.8954 2.5 12 2.5C13.1046 2.5 14 3.39543 14 4.5C14 5.60457 13.1046 6.5 12 6.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.8816 19.5157C13.8771 20.8374 12.2882 21.6907 10.5001 21.6907C7.46249 21.6907 5.00005 19.2283 5.00005 16.1907C5.00005 13.7921 6.53551 11.7521 8.67713 11\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"accessibility tech \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 19V5C3 3.89543 3.89543 3 5 3H19C20.1046 3 21 3.89543 21 5V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M9.71942 11.7864C8.7031 12.2668 8 13.3013 8 14.5001C8 16.157 9.34315 17.5001 11 17.5001C11.9211 17.5001 12.7453 17.085 13.2956 16.4315\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 14H14.5L15.5 15.5L16.5 15.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 9.5V11M12 14L12 11M12 11H14.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 7.5C11.7239 7.5 11.5 7.27614 11.5 7C11.5 6.72386 11.7239 6.5 12 6.5C12.2761 6.5 12.5 6.72386 12.5 7C12.5 7.27614 12.2761 7.5 12 7.5Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"accessibility \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 9L12 10M17 9L12 10M12 10V13M12 13L10 18M12 13L14 18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 7C11.7239 7 11.5 6.77614 11.5 6.5C11.5 6.22386 11.7239 6 12 6C12.2761 6 12.5 6.22386 12.5 6.5C12.5 6.77614 12.2761 7 12 7Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"activity \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 12H6L9 3L15 21L18 12H21\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"add circled outline \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 12H12M16 12H12M12 12V8M12 12V16\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"add database script \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 14V8.5M6 13V6C6 4.34315 7.34315 3 9 3H14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.9922 4H19.9922M22.9922 4L19.9922 4M19.9922 4V1M19.9922 4V7\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 21H6C3.79086 21 2 19.2091 2 17C2 14.7909 3.79086 13 6 13H17H18C15.7909 13 14 14.7909 14 17C14 19.2091 15.7909 21 18 21C20.2091 21 22 19.2091 22 17V14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"add folder \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18 6H20M22 6H20M20 6V4M20 6V8\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.4 20H2.6C2.26863 20 2 19.7314 2 19.4V11H21.4C21.7314 11 22 11.2686 22 11.6V19.4C22 19.7314 21.7314 20 21.4 20Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 11V4.6C2 4.26863 2.26863 4 2.6 4H8.77805C8.92127 4 9.05977 4.05124 9.16852 4.14445L12.3315 6.85555C12.4402 6.94876 12.5787 7 12.722 7H14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"add frame \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.9984 2H2V4.9984H4.9984V2Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.99854 3.50049H18.9987\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.5 4.99805V19\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.4978 4.99951V19.0015\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.99854 20.5005H18.9987\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.9984 19H2V21.9984H4.9984V19Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.9974 2.00098H18.999V4.99938H21.9974V2.00098Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.9974 19.001H18.999V21.9994H21.9974V19.001Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 12H12M15 12H12M12 12V9M12 12V15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"add hexagon \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 12H12M15 12H12M12 12V9M12 12V15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.7 1.1732C11.8856 1.06603 12.1144 1.06603 12.3 1.17321L21.2263 6.3268C21.4119 6.43397 21.5263 6.63205 21.5263 6.84641V17.1536C21.5263 17.3679 21.4119 17.566 21.2263 17.6732L12.3 22.8268C12.1144 22.934 11.8856 22.934 11.7 22.8268L2.77372 17.6732C2.58808 17.566 2.47372 17.3679 2.47372 17.1536V6.84641C2.47372 6.63205 2.58808 6.43397 2.77372 6.32679L11.7 1.1732Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"add keyframe alt \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.8189 13.3287L13.4948 19.3183C12.6992 20.2134 11.3008 20.2134 10.5052 19.3183L5.18109 13.3287C4.50752 12.571 4.50752 11.429 5.18109 10.6713L10.5052 4.68167C11.3008 3.78664 12.6992 3.78664 13.4948 4.68167L18.8189 10.6713C19.4925 11.429 19.4925 12.571 18.8189 13.3287Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 12H12M15 12H12M12 12V9M12 12V15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"add keyframe \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 5H18M21 5H18M18 5V2M18 5V8\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.8476 13.317L10.5052 18.2798C9.70833 19.1905 8.29167 19.1905 7.49485 18.2798L3.15238 13.317C2.49259 12.563 2.49259 11.437 3.15238 10.683L7.49485 5.72018C8.29167 4.80952 9.70833 4.80952 10.5052 5.72017L14.8476 10.683C15.5074 11.437 15.5074 12.563 14.8476 13.317Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"add keyframes \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 12H5M8 12H5M5 12V9M5 12V15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.25 6L6.49485 5.72018C7.29167 4.80952 8.70833 4.80952 9.50515 5.72017L13.8476 10.683C14.5074 11.437 14.5074 12.563 13.8476 13.317L9.50515 18.2798C8.70833 19.1905 7.29167 19.1905 6.49485 18.2798L6.25 18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 19L17.8844 13.3016C18.5263 12.5526 18.5263 11.4474 17.8844 10.6984L13 5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 19L21.8844 13.3016C22.5263 12.5526 22.5263 11.4474 21.8844 10.6984L17 5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"add lens \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2.99219 6H5.99219M8.99219 6H5.99219M5.99219 6V3M5.99219 6V9\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.11169 13.5C2.83542 18.3113 6.98691 22 11.9999 22C17.5228 22 21.9999 17.5229 21.9999 12C21.9999 6.98697 18.3112 2.83548 13.4999 2.11176\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.1973 9C17.0976 8.82774 16.9896 8.66089 16.8739 8.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.811 13.5C17.2683 15.6084 15.6084 17.2683 13.5 17.811\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"add media image \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13 21H3.6C3.26863 21 3 20.7314 3 20.4V3.6C3 3.26863 3.26863 3 3.6 3H20.4C20.7314 3 21 3.26863 21 3.6V13\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 16L10 13L15.5 15.5\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 10C14.8954 10 14 9.10457 14 8C14 6.89543 14.8954 6 16 6C17.1046 6 18 6.89543 18 8C18 9.10457 17.1046 10 16 10Z\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 19H19M22 19H19M19 19V16M19 19V22\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"add media video \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13 21H3.6C3.26863 21 3 20.7314 3 20.4V3.6C3 3.26863 3.26863 3 3.6 3H20.4C20.7314 3 21 3.26863 21 3.6V13\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 19H19M22 19H19M19 19V16M19 19V22\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.89768 8.51296C9.49769 8.28439 9 8.57321 9 9.03391V14.9661C9 15.4268 9.49769 15.7156 9.89768 15.487L15.0883 12.5209C15.4914 12.2906 15.4914 11.7094 15.0883 11.4791L9.89768 8.51296Z\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"add page \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 12H12M15 12H12M12 12V9M12 12V15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 21.4V2.6C4 2.26863 4.26863 2 4.6 2H16.2515C16.4106 2 16.5632 2.06321 16.6757 2.17574L19.8243 5.32426C19.9368 5.43679 20 5.5894 20 5.74853V21.4C20 21.7314 19.7314 22 19.4 22H4.6C4.26863 22 4 21.7314 4 21.4Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 5.4V2.35355C16 2.15829 16.1583 2 16.3536 2C16.4473 2 16.5372 2.03725 16.6036 2.10355L19.8964 5.39645C19.9628 5.46275 20 5.55268 20 5.64645C20 5.84171 19.8417 6 19.6464 6H16.6C16.2686 6 16 5.73137 16 5.4Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"add pin alt \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 9.2C16 13.1765 9 20 9 20C9 20 2 13.1765 2 9.2C2 5.22355 5.13401 2 9 2C12.866 2 16 5.22355 16 9.2Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M9 10C9.55228 10 10 9.55228 10 9C10 8.44772 9.55228 8 9 8C8.44772 8 8 8.44772 8 9C8 9.55228 8.44772 10 9 10Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 19H19M22 19H19M19 19V16M19 19V22\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"add selection \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 12H12M16 12H12M12 12V8M12 12V16\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 4H4V7\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 11V13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 4H13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 20H13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 11V13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 4H20V7\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 20H4V17\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 20H20V17\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"add square \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 12H12M15 12H12M12 12V9M12 12V15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 3.6V20.4C21 20.7314 20.7314 21 20.4 21H3.6C3.26863 21 3 20.7314 3 20.4V3.6C3 3.26863 3.26863 3 3.6 3H20.4C20.7314 3 21 3.26863 21 3.6Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"add to cart \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 6H22L19 16H6L3 6ZM3 6L2.25 3.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.99219 11H11.9922M13.9922 11H11.9922M11.9922 11V9M11.9922 11V13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 19.5C11 20.3284 10.3284 21 9.5 21C8.67157 21 8 20.3284 8 19.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 19.5C17 20.3284 16.3284 21 15.5 21C14.6716 21 14 20.3284 14 19.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"add user \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 10H20M23 10H20M20 10V7M20 10V13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M1 20V19C1 15.134 4.13401 12 8 12V12C11.866 12 15 15.134 15 19V20\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 12C10.2091 12 12 10.2091 12 8C12 5.79086 10.2091 4 8 4C5.79086 4 4 5.79086 4 8C4 10.2091 5.79086 12 8 12Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"air conditioner \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 3.6V11H2V3.6C2 3.26863 2.26863 3 2.6 3H21.4C21.7314 3 22 3.26863 22 3.6Z\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 7H19\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 11L2.78969 13.5844C3.04668 14.4255 3.82294 15 4.70239 15H6\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 11L21.2103 13.5844C20.9533 14.4255 20.1771 15 19.2976 15H18\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.5 14.5C9.5 14.5 9.5 21.5 6 21.5\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.5 14.5C14.5 14.5 14.5 21.5 18 21.5\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 14.5V21.5\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"airplane helix 45deg \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.1207 14.1213C15.2922 12.9497 15.2922 11.0503 14.1207 9.87868C12.9491 8.70711 11.0496 8.70711 9.87803 9.87868C8.70646 11.0503 8.70646 12.9497 9.87803 14.1213C11.0496 15.2929 12.9491 15.2929 14.1207 14.1213Z\" stroke=\"currentColor\" stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.87868 9.87863C9.87868 9.87863 7.07642 9.88782 5.63604 8.46441C4.22749 7.05444 2.77156 5.67063 4.22183 4.22177C5.59998 2.84504 7.03117 4.20692 8.46447 5.63599C9.8702 7.03747 9.87868 9.87863 9.87868 9.87863Z\" stroke=\"currentColor\" stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.1214 9.87868C14.1214 9.87868 14.1122 7.07642 15.5356 5.63604C16.9456 4.22749 18.3294 2.77156 19.7782 4.22183C21.155 5.59998 19.7931 7.03117 18.364 8.46447C16.9625 9.8702 14.1214 9.87868 14.1214 9.87868Z\" stroke=\"currentColor\" stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.87863 14.1213C9.87863 14.1213 9.88782 16.9236 8.46441 18.364C7.05444 19.7725 5.67063 21.2284 4.22177 19.7782C2.84504 18.4 4.20692 16.9688 5.63599 15.5355C7.03747 14.1298 9.87863 14.1213 9.87863 14.1213Z\" stroke=\"currentColor\" stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.1213 14.1214C14.1213 14.1214 16.9236 14.1122 18.364 15.5356C19.7725 16.9456 21.2284 18.3294 19.7782 19.7782C18.4 21.155 16.9688 19.7931 15.5355 18.364C14.1298 16.9625 14.1213 14.1214 14.1213 14.1214Z\" stroke=\"currentColor\" stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"airplane helix \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9996 14.9995C13.6565 14.9995 14.9996 13.6564 14.9996 11.9995C14.9996 10.3427 13.6565 8.99951 11.9996 8.99951C10.3428 8.99951 8.99963 10.3427 8.99963 11.9995C8.99963 13.6564 10.3428 14.9995 11.9996 14.9995Z\" stroke=\"currentColor\" stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 9C12 9 10.012 7.025 10 5C10.001 3.007 9.95 0.999 12 1C13.948 1.001 13.997 2.976 14 5C14.003 6.985 12 9 12 9Z\" stroke=\"currentColor\" stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 12C15 12 16.975 10.012 19 10C20.993 10.001 23.001 9.95 23 12C22.999 13.948 21.024 13.997 19 14C17.015 14.003 15 12 15 12Z\" stroke=\"currentColor\" stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 12C9 12 7.025 13.988 5 14C3.007 13.999 0.999 14.05 1 12C1.001 10.052 2.976 10.003 5 10C6.985 9.997 9 12 9 12Z\" stroke=\"currentColor\" stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 15C12 15 13.988 16.975 14 19C13.999 20.993 14.05 23.001 12 23C10.052 22.999 10.003 21.024 10 19C9.997 17.015 12 15 12 15Z\" stroke=\"currentColor\" stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"airplane off \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.88099 9.88688L2.782 14.3237C2.60657 14.4334 2.5 14.6257 2.5 14.8325V15.7315C2.5 16.1219 2.86683 16.4083 3.24552 16.3136L9.75448 14.6864C10.1332 14.5917 10.5 14.8781 10.5 15.2685V18.2277C10.5 18.4008 10.4253 18.5654 10.2951 18.6793L8.13481 20.5695C7.6765 20.9706 8.03808 21.7203 8.63724 21.6114L11.8927 21.0195C11.9636 21.0066 12.0364 21.0066 12.1073 21.0195L15.3628 21.6114C15.9619 21.7203 16.3235 20.9706 15.8652 20.5695L13.7049 18.6793C13.5747 18.5654 13.5 18.4008 13.5 18.2277V15.2685C13.5 14.8781 13.8668 14.5917 14.2455 14.6864L14.7029 14.8007M10.5 7.5V4.5C10.5 3.67157 11.1716 3 12 3V3C12.8284 3 13.5 3.67157 13.5 4.5V9.16745C13.5 9.37433 13.6066 9.56661 13.782 9.67625L21.218 14.3237C21.3934 14.4334 21.5 14.6257 21.5 14.8325V15.7315C21.5 16.1219 21.1332 16.4083 20.7545 16.3136L18.7493 15.8123\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 3L21 21\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"airplane rotation \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.87868 14.1218C11.0503 15.2934 12.9497 15.2934 14.1213 14.1218C15.2929 12.9502 15.2929 11.0507 14.1213 9.87913C12.9497 8.70756 11.0503 8.70756 9.87868 9.87913C8.70711 11.0507 8.7071 12.9502 9.87868 14.1218Z\" stroke=\"currentColor\" stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.37076 16.7726C4.09132 16.3274 3.84879 15.8547 3.64986 15.3612C3.23116 14.323 3.00098 13.1891 3.00098 12.0012C3.00098 7.7649 5.93471 4.20879 9.8792 3.25392C10.5594 3.0891 11.2698 3.00195 12.0002 3.00195\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.7148 7.3667C20.5304 8.72132 20.9993 10.3061 20.9993 12.0008C20.9993 15.807 18.6311 19.0638 15.29 20.3786C14.2708 20.7793 13.1605 21 12.0001 21\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.1213 9.87918C14.1213 9.87918 14.1121 7.07691 15.5355 5.63653C16.9455 4.22798 18.3293 2.77204 19.7782 4.22232C21.1549 5.60047 19.793 7.03166 18.364 8.46496C16.9625 9.87069 14.1213 9.87918 14.1213 9.87918Z\" stroke=\"currentColor\" stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.87869 14.1208C9.87869 14.1208 9.88788 16.9231 8.46448 18.3635C7.0545 19.772 5.6707 21.228 4.22183 19.7777C2.8451 18.3995 4.20698 16.9683 5.63605 15.535C7.03753 14.1293 9.87869 14.1208 9.87869 14.1208Z\" stroke=\"currentColor\" stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"airplane \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.5 4.5V9.16745C10.5 9.37433 10.3934 9.56661 10.218 9.67625L2.782 14.3237C2.60657 14.4334 2.5 14.6257 2.5 14.8325V15.7315C2.5 16.1219 2.86683 16.4083 3.24552 16.3136L9.75448 14.6864C10.1332 14.5917 10.5 14.8781 10.5 15.2685V18.2277C10.5 18.4008 10.4253 18.5654 10.2951 18.6793L8.13481 20.5695C7.6765 20.9706 8.03808 21.7204 8.63724 21.6114L11.8927 21.0195C11.9636 21.0066 12.0364 21.0066 12.1073 21.0195L15.3628 21.6114C15.9619 21.7204 16.3235 20.9706 15.8652 20.5695L13.7049 18.6793C13.5747 18.5654 13.5 18.4008 13.5 18.2277V15.2685C13.5 14.8781 13.8668 14.5917 14.2455 14.6864L20.7545 16.3136C21.1332 16.4083 21.5 16.1219 21.5 15.7315V14.8325C21.5 14.6257 21.3934 14.4334 21.218 14.3237L13.782 9.67625C13.6066 9.56661 13.5 9.37433 13.5 9.16745V4.5C13.5 3.67157 12.8284 3 12 3C11.1716 3 10.5 3.67157 10.5 4.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"airplay \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 17L3 17L3 4L21 4L21 17L18 17\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.62188 19.0672L11.5008 14.7488C11.7383 14.3926 12.2617 14.3926 12.4992 14.7488L15.3781 19.0672C15.6439 19.4659 15.3581 20 14.8789 20H9.12111C8.64189 20 8.35606 19.4659 8.62188 19.0672Z\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"alarm \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 13H12V8\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 3.5L7 2\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 3.5L17 2\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22C16.9706 22 21 17.9706 21 13C21 8.02944 16.9706 4 12 4C7.02944 4 3 8.02944 3 13C3 17.9706 7.02944 22 12 22Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"album carousel \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 19.4V4.6C2 4.26863 2.26863 4 2.6 4H17.4C17.7314 4 18 4.26863 18 4.6V19.4C18 19.7314 17.7314 20 17.4 20H2.6C2.26863 20 2 19.7314 2 19.4Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M22 6V18\" stroke=\"currentColor\" stroke-linecap=\"round\"/>\n<path d=\"M11 14.5C11 15.3284 10.3284 16 9.5 16C8.67157 16 8 15.3284 8 14.5C8 13.6716 8.67157 13 9.5 13C10.3284 13 11 13.6716 11 14.5Z\" fill=\"currentColor\"/>\n<path d=\"M11 14.5C11 15.3284 10.3284 16 9.5 16C8.67157 16 8 15.3284 8 14.5C8 13.6716 8.67157 13 9.5 13C10.3284 13 11 13.6716 11 14.5ZM11 14.5V8.6C11 8.26863 11.2686 8 11.6 8H13\" stroke=\"currentColor\" stroke-linecap=\"round\"/>\n</svg>\n</li><li title=\"album list \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 17.4V2.6C2 2.26863 2.26863 2 2.6 2H17.4C17.7314 2 18 2.26863 18 2.6V17.4C18 17.7314 17.7314 18 17.4 18H2.6C2.26863 18 2 17.7314 2 17.4Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M8 22H21.4C21.7314 22 22 21.7314 22 21.4V8\" stroke=\"currentColor\" stroke-linecap=\"round\"/>\n<path d=\"M11 12.5C11 13.3284 10.3284 14 9.5 14C8.67157 14 8 13.3284 8 12.5C8 11.6716 8.67157 11 9.5 11C10.3284 11 11 11.6716 11 12.5Z\" fill=\"currentColor\"/>\n<path d=\"M11 12.5C11 13.3284 10.3284 14 9.5 14C8.67157 14 8 13.3284 8 12.5C8 11.6716 8.67157 11 9.5 11C10.3284 11 11 11.6716 11 12.5ZM11 12.5V6.6C11 6.26863 11.2686 6 11.6 6H13\" stroke=\"currentColor\" stroke-linecap=\"round\"/>\n</svg>\n</li><li title=\"album open \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 2.19995C19.5645 3.12649 23 7.162 23 11.9999C23 16.8378 19.5645 20.8733 15 21.7999\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 9C16.1411 9.28364 17 10.519 17 12C17 13.481 16.1411 14.7164 15 15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M1 2L11 2L11 22L1 22\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 15.5C4 16.3284 3.32843 17 2.5 17C1.67157 17 1 16.3284 1 15.5C1 14.6716 1.67157 14 2.5 14C3.32843 14 4 14.6716 4 15.5Z\" fill=\"currentColor\"/>\n<path d=\"M4 15.5C4 16.3284 3.32843 17 2.5 17C1.67157 17 1 16.3284 1 15.5C1 14.6716 1.67157 14 2.5 14C3.32843 14 4 14.6716 4 15.5ZM4 15.5V7.6C4 7.26863 4.26863 7 4.6 7H7\" stroke=\"currentColor\" stroke-linecap=\"round\"/>\n</svg>\n</li><li title=\"album \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 20.4V3.6C3 3.26863 3.26863 3 3.6 3H20.4C20.7314 3 21 3.26863 21 3.6V20.4C21 20.7314 20.7314 21 20.4 21H3.6C3.26863 21 3 20.7314 3 20.4Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M12 15.5C12 16.3284 11.3284 17 10.5 17C9.67157 17 9 16.3284 9 15.5C9 14.6716 9.67157 14 10.5 14C11.3284 14 12 14.6716 12 15.5Z\" fill=\"currentColor\"/>\n<path d=\"M12 15.5C12 16.3284 11.3284 17 10.5 17C9.67157 17 9 16.3284 9 15.5C9 14.6716 9.67157 14 10.5 14C11.3284 14 12 14.6716 12 15.5ZM12 15.5V7.6C12 7.26863 12.2686 7 12.6 7H15\" stroke=\"currentColor\" stroke-linecap=\"round\"/>\n</svg>\n</li><li title=\"align bottom box \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4 8.00001L4.01 8.01112\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 4.00001L4.01 4.01112\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 4.00001L8.01 4.01112\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 4.00001L12.01 4.01112\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 4.00001L16.01 4.01112\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 4.00001L20.01 4.01112\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 8.00001L20.01 8.01112\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 12V20H20V12H4Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"align center \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 6H21\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 14H21\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 10L18 10\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 18L18 18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"align justify \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 6H21\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 10H21\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 14H21\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 18H21\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"align left box \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.0041 3.995L15.993 4.005\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.0041 3.995L19.993 4.005\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.0041 7.995L19.993 8.005\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.0041 11.995L19.993 12.005\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.0041 15.995L19.993 16.005\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.0041 19.995L19.993 20.005\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.0041 19.995L15.993 20.005\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.0059 3.995L4.00586 3.995L4.00586 19.995H12.0059L12.0059 3.995Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"align left \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 10L17 10\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 6H21\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 18L17 18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 14H21\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"align right box \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.00563 20.005L8.01674 19.995\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.00563 20.005L4.01674 19.995\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.00563 16.005L4.01674 15.995\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.00563 12.005L4.01674 11.995\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.00563 8.005L4.01674 7.995\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.00563 4.005L4.01674 3.995\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.00563 4.005L8.01674 3.995\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.0059 20.005H20.0059V4.005H12.0059V20.005Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"align right \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 10L21 10\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 6H21\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 18L21 18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 14H21\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"align top box \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4 16L4.01 15.9889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 20L4.01 19.9889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 20L8.01 19.9889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 20L12.01 19.9889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 20L16.01 19.9889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 20L20.01 19.9889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 16L20.01 15.9889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 12V4H20V12H4Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"antenna off \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 5C12.5523 5 13 4.55228 13 4C13 3.44772 12.5523 3 12 3C11.4477 3 11 3.44772 11 4C11 4.55228 11.4477 5 12 5Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 23L8.11111 19M17 23L15.8889 19M9.5 14L8.11111 19M9.5 14H13.5M9.5 14L10.2998 11.1208M8.11111 19H15.8889M15.8889 19L14.7045 14.7361M11.4444 7L12 5L13.0466 8.76759\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 3L21 21\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"antenna signal rounded \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 15V9C2 5.68629 4.68629 3 8 3H16C19.3137 3 22 5.68629 22 9V15C22 18.3137 19.3137 21 16 21H8C4.68629 21 2 18.3137 2 15Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M15 9C15 9 16 10.125 16 12C16 13.875 15 15 15 15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 12.01L12.01 11.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 7C17 7 19 8.78571 19 12C19 15.2143 17 17 17 17\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 9C9 9 8 10.125 8 12C8 13.875 9 15 9 15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 7C7 7 5 8.78571 5 12C5 15.2143 7 17 7 17\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"antenna signal \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.5 8C17.5 8 19 9.5 19 12C19 14.5 17.5 16 17.5 16\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.5 5C20.5 5 23 7.5 23 12C23 16.5 20.5 19 20.5 19\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.5 8C6.5 8 5 9.5 5 12C5 14.5 6.5 16 6.5 16\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.5 5C3.5 5 1 7.5 1 12C1 16.5 3.5 19 3.5 19\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 13C12.5523 13 13 12.5523 13 12C13 11.4477 12.5523 11 12 11C11.4477 11 11 11.4477 11 12C11 12.5523 11.4477 13 12 13Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"antenna \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 5C12.5523 5 13 4.55228 13 4C13 3.44772 12.5523 3 12 3C11.4477 3 11 3.44772 11 4C11 4.55228 11.4477 5 12 5Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 1C16 1 17.5 2 17.5 4C17.5 6 16 7 16 7\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 1C8 1 6.5 2 6.5 4C6.5 6 8 7 8 7\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 23L8.11111 19M17 23L15.8889 19M14.5 14L12 5L9.5 14M14.5 14H9.5M14.5 14L15.8889 19M9.5 14L8.11111 19M8.11111 19H15.8889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"app notification \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 8C20.6569 8 22 6.65685 22 5C22 3.34315 20.6569 2 19 2C17.3431 2 16 3.34315 16 5C16 6.65685 17.3431 8 19 8Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 12V15C21 18.3137 18.3137 21 15 21H9C5.68629 21 3 18.3137 3 15V9C3 5.68629 5.68629 3 9 3H12\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"apple half alt \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.1471 21.2646L12 21.2351L11.8529 21.2646C9.47627 21.7399 7.23257 21.4756 5.59352 20.1643C3.96312 18.86 2.75 16.374 2.75 12C2.75 7.52684 3.75792 5.70955 5.08541 5.04581C5.77977 4.69863 6.67771 4.59759 7.82028 4.72943C8.96149 4.86111 10.2783 5.21669 11.7628 5.71153L12.0235 5.79841L12.2785 5.69638C14.7602 4.70367 16.9909 4.3234 18.5578 5.05463C20.0271 5.7403 21.25 7.59326 21.25 12C21.25 16.374 20.0369 18.86 18.4065 20.1643C16.7674 21.4756 14.5237 21.7399 12.1471 21.2646Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M12 5.5C12 3 11 2 9 2\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 6V21\" stroke=\"currentColor\" stroke-/>\n<path d=\"M9 12L9 14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"apple half \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.1471 21.2646L12 21.2351L11.8529 21.2646C9.47627 21.7399 7.23257 21.4756 5.59352 20.1643C3.96312 18.86 2.75 16.374 2.75 12C2.75 7.52684 3.75792 5.70955 5.08541 5.04581C5.77977 4.69863 6.67771 4.59759 7.82028 4.72943C8.96149 4.86111 10.2783 5.21669 11.7628 5.71153L12.0235 5.79841L12.2785 5.69638C14.7602 4.70367 16.9909 4.3234 18.5578 5.05463C20.0271 5.7403 21.25 7.59326 21.25 12C21.25 16.374 20.0369 18.86 18.4065 20.1643C16.7674 21.4756 14.5237 21.7399 12.1471 21.2646Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M12 5.5C12 3 11 2 9 2\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 6V21\" stroke=\"currentColor\" stroke-/>\n<path d=\"M15 12L15 14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"apple imac 2021 side \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 22L8 22M14 22L8 22M8 22L10 13.5M10 13.5L7 2M10 13.5L11.5 19\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 22L18 22\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"apple imac 2021 \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 15.5V2.6C2 2.26863 2.26863 2 2.6 2H21.4C21.7314 2 22 2.26863 22 2.6V15.5M2 15.5V17.4C2 17.7314 2.26863 18 2.6 18H21.4C21.7314 18 22 17.7314 22 17.4V15.5M2 15.5H22M9 22H10.5M10.5 22V18M10.5 22H13.5M13.5 22H15M13.5 22L13.5 18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"apple mac \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 2C16.3632 4.17921 14.0879 5.83084 12.8158 6.57142C12.4406 6.78988 12.0172 6.5117 12.0819 6.08234C12.2993 4.63878 13.0941 2.00008 16 2Z\" stroke=\"currentColor\" />\n<path d=\"M9 6.5C9.89676 6.5 10.6905 6.69941 11.2945 6.92013C12.0563 7.19855 12.9437 7.19854 13.7055 6.92012C14.3094 6.6994 15.1032 6.5 15.9999 6.5C17.0852 6.5 18.4649 7.08889 19.4999 8.26666C16 11 17 15.5 20.269 16.6916C19.2253 19.5592 17.2413 21.5 15.4999 21.5C13.9999 21.5 14 20.8 12.5 20.8C11 20.8 11 21.5 9.5 21.5C7 21.5 4 17.5 4 12.5C4 8.5 7 6.5 9 6.5Z\" stroke=\"currentColor\" />\n</svg>\n</li><li title=\"apple swift \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.457 14.5892C20.9032 13.1527 21.9081 7.84019 14.5261 3.10086C14.2661 2.9345 13.9248 2.97821 13.7186 3.20043C13.5111 3.42264 13.5024 3.75778 13.6974 3.99092C13.7274 4.02614 16.4472 7.33991 15.4798 11.1248C13.8074 9.97369 7.1565 4.70249 7.1565 4.70249L11 11L3.8617 6.40006C3.8617 6.40006 8.90765 12.5953 11.9962 14.9255C10.5013 15.4622 7.25274 16.0305 2.963 13.364C2.72052 13.2122 2.40179 13.2413 2.1918 13.438C1.98431 13.6311 1.93931 13.9395 2.08555 14.1812C2.2293 14.4192 5.66784 20 12.9387 20C14.9335 20 16.0997 19.4317 17.0372 18.9764C17.6134 18.6971 18.0683 18.4749 18.5646 18.4749C19.8007 18.4749 20.6119 19.7025 20.6194 19.7134C20.7344 19.8919 20.9357 20 21.1507 20C21.1669 20 21.1844 19.9988 21.2019 19.9976C21.4356 19.9794 21.6381 19.8373 21.7281 19.6272C22.6206 17.5544 21.0832 15.359 20.457 14.5892Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"apple wallet \"><svg  stroke-  viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 21H5C3.89543 21 3 20.1046 3 19V5C3 3.89543 3.89543 3 5 3H19C20.1046 3 21 3.89543 21 5V19C21 20.1046 20.1046 21 19 21Z\" stroke=\"currentColor\" />\n<path d=\"M3 15H9.4C9.73137 15 10.0053 15.2783 10.1504 15.5762C10.3564 15.9991 10.8442 16.5 12 16.5C13.1558 16.5 13.6436 15.9991 13.8496 15.5762C13.9947 15.2783 14.2686 15 14.6 15H21\" stroke=\"currentColor\" />\n<path d=\"M3 7H21\" stroke=\"currentColor\" />\n<path d=\"M3 11H21\" stroke=\"currentColor\" />\n</svg>\n</li><li title=\"apple \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.1471 21.2646L12 21.2351L11.8529 21.2646C9.47627 21.7399 7.23257 21.4756 5.59352 20.1643C3.96312 18.86 2.75 16.374 2.75 12C2.75 7.52684 3.75792 5.70955 5.08541 5.04581C5.77977 4.69863 6.67771 4.59759 7.82028 4.72943C8.96149 4.86111 10.2783 5.21669 11.7628 5.71153L12.0235 5.79841L12.2785 5.69638C14.7602 4.70367 16.9909 4.3234 18.5578 5.05463C20.0271 5.7403 21.25 7.59326 21.25 12C21.25 16.374 20.0369 18.86 18.4065 20.1643C16.7674 21.4756 14.5237 21.7399 12.1471 21.2646Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M12 5.5C12 3 11 2 9 2\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"ar symbol \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 15V9C2 5.68629 4.68629 3 8 3H16C19.3137 3 22 5.68629 22 9V15C22 18.3137 19.3137 21 16 21H8C4.68629 21 2 18.3137 2 15Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M13 15.5V12.7M15.8571 12.7C16.5714 12.7 18 12.7 18 10.6C18 8.5 16.5714 8.5 15.8571 8.5L13 8.5V12.7M15.8571 12.7C14.7143 12.7 13.4762 12.7 13 12.7M15.8571 12.7L18 15.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 15.5L9.92857 13M5 15.5L6.07143 13M6.07143 13L8 8.5L9.92857 13M6.07143 13H9.92857\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"archery \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 12H18M7 12L5 10H1L3 12L1 14H5L7 12ZM18 12L16 10M18 12L16 14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.5 22C20.5376 22 23 17.5228 23 12C23 6.47715 20.5376 2 17.5 2C14.4624 2 12 6.47715 12 12C12 17.5228 14.4624 22 17.5 22Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"archive \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 6L17 6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 9L17 9\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 17H15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 12H2.6C2.26863 12 2 12.2686 2 12.6V21.4C2 21.7314 2.26863 22 2.6 22H21.4C21.7314 22 22 21.7314 22 21.4V12.6C22 12.2686 21.7314 12 21.4 12H21M3 12V2.6C3 2.26863 3.26863 2 3.6 2H20.4C20.7314 2 21 2.26863 21 2.6V12M3 12H21\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"area search \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.1241 20.1185C20.6654 19.5758 21 18.827 21 18C21 16.3431 19.6569 15 18 15C16.3431 15 15 16.3431 15 18C15 19.6569 16.3431 21 18 21C18.8299 21 19.581 20.663 20.1241 20.1185ZM20.1241 20.1185L22 22\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 2H4V5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 11V13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 2H13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 22H13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 11V13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 2H20V5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 22H4V19\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow archery \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.61096 15.8891L20.6318 3.86829M8.61096 15.8891H5.78253L2.9541 18.7175H5.78253V21.546L8.61096 18.7175V15.8891ZM20.6318 3.86829H17.8033M20.6318 3.86829V6.69671\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow down circled \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 8V16M12 16L15.5 12.5M12 16L8.5 12.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow down \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.25 5.5V18M12.25 18L6.25 12M12.25 18L18.25 12\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow left circled \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 12H8M8 12L11.5 15.5M8 12L11.5 8.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow left \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.5 12H6M6 12L12 6M6 12L12 18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow right circled \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 12H16M16 12L12.5 8.5M16 12L12.5 15.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow right \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 12H18.5M18.5 12L12.5 6M18.5 12L12.5 18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow separate vertical \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.5 9.5L12 6L8.5 9.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5 14L12 17.5L8.5 14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow separate \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.5 8L6 11.5L9.5 15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 8L17.5 11.5L14 15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow union vertical \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.5 6L12 9.5L8.5 6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5 17.5L12 14L8.5 17.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow union \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.5 8L14 11.5L17.5 15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 8L9.5 11.5L6 15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow up circled \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 16V8M12 8L15.5 11.5M12 8L8.5 11.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow up \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.25 18.5V6M12.25 6L18.25 12M12.25 6L6.25 12\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"asana \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 11.5C14.2091 11.5 16 9.70914 16 7.5C16 5.29086 14.2091 3.5 12 3.5C9.79086 3.5 8 5.29086 8 7.5C8 9.70914 9.79086 11.5 12 11.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 20.5C9.20914 20.5 11 18.7091 11 16.5C11 14.2909 9.20914 12.5 7 12.5C4.79086 12.5 3 14.2909 3 16.5C3 18.7091 4.79086 20.5 7 20.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 20.5C19.2091 20.5 21 18.7091 21 16.5C21 14.2909 19.2091 12.5 17 12.5C14.7909 12.5 13 14.2909 13 16.5C13 18.7091 14.7909 20.5 17 20.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"atom \"><svg  stroke-  viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.40434 13.6099C3.51517 13.1448 3 12.5924 3 12C3 10.3431 7.02944 9 12 9C16.9706 9 21 10.3431 21 12C21 12.7144 20.2508 13.3705 19 13.8858\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 11.01L12.01 10.9989\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.8827 6C16.878 4.97702 16.6199 4.25309 16.0856 3.98084C14.6093 3.22864 11.5832 6.20912 9.32664 10.6379C7.07005 15.0667 6.43747 19.2668 7.91374 20.019C8.44117 20.2877 9.16642 20.08 9.98372 19.5\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.60092 4.25164C8.94056 3.86579 8.35719 3.75489 7.91369 3.98086C6.43742 4.73306 7.06999 8.93309 9.32658 13.3619C11.5832 17.7907 14.6092 20.7712 16.0855 20.019C17.3977 19.3504 17.0438 15.9577 15.3641 12.1016\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"attachment \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.4383 11.6622L12.2483 20.8522C11.1225 21.9781 9.59552 22.6106 8.00334 22.6106C6.41115 22.6106 4.88418 21.9781 3.75834 20.8522C2.63249 19.7264 2 18.1994 2 16.6072C2 15.015 2.63249 13.4881 3.75834 12.3622L12.9483 3.17222C13.6989 2.42166 14.7169 2 15.7783 2C16.8398 2 17.8578 2.42166 18.6083 3.17222C19.3589 3.92279 19.7806 4.94077 19.7806 6.00222C19.7806 7.06368 19.3589 8.08166 18.6083 8.83222L9.40834 18.0222C9.03306 18.3975 8.52406 18.6083 7.99334 18.6083C7.46261 18.6083 6.95362 18.3975 6.57834 18.0222C6.20306 17.6469 5.99222 17.138 5.99222 16.6072C5.99222 16.0765 6.20306 15.5675 6.57834 15.1922L15.0683 6.71222\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"auto flash \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.42596 13.0064C3.36853 13.0053 3.36853 13.0053 3.31129 13C2.67797 12.9296 2.21591 12.3021 2.27924 11.5983L2.88954 4.1532C2.94845 3.49854 3.4442 3 4.03626 3H8.49908C8.62656 3 8.75315 3.0235 8.87371 3.06956C9.47561 3.29947 9.79582 4.02807 9.58892 4.69693L8.09993 8.80233L10.8465 8.80235C11.0497 8.80235 11.2493 8.86206 11.4251 8.97543C11.9755 9.33051 12.1627 10.1142 11.8432 10.7259C11.4287 11.5409 7.26319 18.5413 5.91711 20.8004C5.80995 20.9802 5.53566 20.8921 5.54792 20.6831L5.99864 13L3.42596 13.0064Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 9.5L16.6923 8M22 9.5L21.3077 8M21.3077 8L19 3L16.6923 8M21.3077 8H16.6923\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"axes \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 19.4516L12 12.8428M12 12.8428L12 2.99999M12 12.8428L3 19.4516\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.4375 16.7097L21 19.4516L18.1875 20\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.75 5.19354L12 2.99999L14.25 5.19354\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.8125 20L3 19.4516L3.5625 16.7097\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"backward 15 seconds \"><svg  stroke-  viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 13C3 17.9706 7.02944 22 12 22C16.9706 22 21 17.9706 21 13C21 8.02944 16.9706 4 12 4\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 9L9 16\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 9L13 9C12.4477 9 12 9.44772 12 10L12 11.5C12 12.0523 12.4477 12.5 13 12.5L14 12.5C14.5523 12.5 15 12.9477 15 13.5L15 15C15 15.5523 14.5523 16 14 16L12 16\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 4L4.5 4M4.5 4L6.5 2M4.5 4L6.5 6\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bag \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.50828 20H19.4917C19.785 20 20.0353 19.788 20.0836 19.4986L21.8836 8.69864C21.9445 8.33292 21.6625 8 21.2917 8H2.70828C2.33751 8 2.05549 8.33292 2.11644 8.69864L3.91644 19.4986C3.96466 19.788 4.21497 20 4.50828 20Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M7 8V6C7 4.89543 7.89543 4 9 4H15C16.1046 4 17 4.89543 17 6V8\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"bank \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 9.5L12 4L21 9.5\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 20H19\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 9L14 9\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 17L6 12\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 17L10 12\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 17L14 12\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 17L18 12\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"barcode \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 19L5 5L6 5\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 19L12 5L13 5\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 5L9 19\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 5L16 19\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 5L19 19\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 5L6 19H5\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 5L13 19H12\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"basketball alt \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0)\">\n<path d=\"M17.7357 20.1916C22.2597 17.0238 23.3592 10.7884 20.1914 6.2643C17.0237 1.74025 10.7882 0.640771 6.26415 3.80855C1.7401 6.97632 0.640621 13.2118 3.8084 17.7358C6.97617 22.2599 13.2116 23.3594 17.7357 20.1916Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.7357 20.1916L6.26416 3.80853\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.5774 5.47348C15.8066 11.3693 11.069 14.6867 3.27527 16.8884\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.0597 2.05625C13.4732 7.29607 16.4517 11.55 21.7065 14.4052\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.29333 9.59491C7.0757 11.7757 10.0544 16.0294 10.9402 21.9439\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<defs>\n<clipPath id=\"clip0\">\n<rect   stroke- fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n</li><li title=\"basketball field \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 5H21.4C21.7314 5 22 5.26863 22 5.6V18.4C22 18.7314 21.7314 19 21.4 19H12M12 5H2.6C2.26863 5 2 5.26863 2 5.6V18.4C2 18.7314 2.26863 19 2.6 19H12M12 5V19\" stroke=\"currentColor\" stroke-/>\n<path d=\"M12 15C10.3431 15 9 13.6569 9 12C9 10.3431 10.3431 9 12 9C13.6569 9 15 10.3431 15 12C15 13.6569 13.6569 15 12 15Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 17C4.76142 17 7 14.7614 7 12C7 9.23858 4.76142 7 2 7\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 17C19.2386 17 17 14.7614 17 12C17 9.23858 19.2386 7 22 7\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"basketball \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22V2\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.9506 11C15.48 13.6667 9.69644 13.6668 2.04938 11\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.5716 4.46234C15.905 8.99175 15.9049 14.1847 18.5716 19.5377\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.42838 4.46234C8.09504 8.99175 8.09516 14.1847 5.42838 19.5377\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"battery 25 \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M23 10V14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M1 16V8C1 6.89543 1.89543 6 3 6H18C19.1046 6 20 6.89543 20 8V16C20 17.1046 19.1046 18 18 18H3C1.89543 18 1 17.1046 1 16Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M4 14.4V9.6C4 9.26863 4.26863 9 4.6 9H6.4C6.73137 9 7 9.26863 7 9.6V14.4C7 14.7314 6.73137 15 6.4 15H4.6C4.26863 15 4 14.7314 4 14.4Z\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"battery 50 \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M23 10V14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M1 16V8C1 6.89543 1.89543 6 3 6H18C19.1046 6 20 6.89543 20 8V16C20 17.1046 19.1046 18 18 18H3C1.89543 18 1 17.1046 1 16Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M4 14.4V9.6C4 9.26863 4.26863 9 4.6 9H9.4C9.73137 9 10 9.26863 10 9.6V14.4C10 14.7314 9.73137 15 9.4 15H4.6C4.26863 15 4 14.7314 4 14.4Z\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"battery 75 \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M23 10V14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M1 16V8C1 6.89543 1.89543 6 3 6H18C19.1046 6 20 6.89543 20 8V16C20 17.1046 19.1046 18 18 18H3C1.89543 18 1 17.1046 1 16Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M4 14.4V9.6C4 9.26863 4.26863 9 4.6 9H13.4C13.7314 9 14 9.26863 14 9.6V14.4C14 14.7314 13.7314 15 13.4 15H4.6C4.26863 15 4 14.7314 4 14.4Z\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"battery charging \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M23 10V14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M1 16V8C1 6.89543 1.89543 6 3 6H18C19.1046 6 20 6.89543 20 8V16C20 17.1046 19.1046 18 18 18H3C1.89543 18 1 17.1046 1 16Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M10.1667 9L8.5 12H12.5L10.8333 15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"battery empty \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M23 10V14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M1 16V8C1 6.89543 1.89543 6 3 6H18C19.1046 6 20 6.89543 20 8V16C20 17.1046 19.1046 18 18 18H3C1.89543 18 1 17.1046 1 16Z\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"battery full \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M23 10V14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M1 16V8C1 6.89543 1.89543 6 3 6H18C19.1046 6 20 6.89543 20 8V16C20 17.1046 19.1046 18 18 18H3C1.89543 18 1 17.1046 1 16Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M4 14.4V9.6C4 9.26863 4.26863 9 4.6 9H16.4C16.7314 9 17 9.26863 17 9.6V14.4C17 14.7314 16.7314 15 16.4 15H4.6C4.26863 15 4 14.7314 4 14.4Z\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"battery indicator \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14 13H16L18 13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 13H8M10 13H8M8 13V11M8 13V15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 7H2.6C2.26863 7 2 7.26863 2 7.6V18.4C2 18.7314 2.26863 19 2.6 19H21.4C21.7314 19 22 18.7314 22 18.4V7.6C22 7.26863 21.7314 7 21.4 7H18M6 7V5H8V7M6 7H8M8 7H16M16 7V5H18V7M16 7H18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"battery warning \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M23 10V14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M1 16V8C1 6.89543 1.89543 6 3 6H18C19.1046 6 20 6.89543 20 8V16C20 17.1046 19.1046 18 18 18H3C1.89543 18 1 17.1046 1 16Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M10.5 9L10.5 11\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.5 15.01L10.51 14.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bbq \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.5 14.5L5 22\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 6C8 6 9 4.9387 9 4C9 2.66667 8 2 8 2\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 6C12 6 13 4.9387 13 4C13 2.66667 12 2 12 2\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 6C16 6 17 4.9387 17 4C17 2.66667 16 2 16 2\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.5 17.5L7.5 17.5\" stroke=\"currentColor\"  stroke-linejoin=\"round\"/>\n<path d=\"M15.5 14.5L17.6 19\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.5 22C19.3284 22 20 21.3284 20 20.5C20 19.6716 19.3284 19 18.5 19C17.6716 19 17 19.6716 17 20.5C17 21.3284 17.6716 22 18.5 22Z\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 15C15.664 15 18.6705 12.185 18.9747 8.59974C19.0027 8.26956 18.7314 8 18.4 8H5.6C5.26863 8 4.99732 8.26956 5.02533 8.59974C5.32955 12.185 8.33603 15 12 15Z\" stroke=\"currentColor\" />\n</svg>\n</li><li title=\"beach bag big \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2.76923 12L2.13717 8.71331C2.06601 8.34327 2.34956 8 2.72638 8H21.2736C21.6504 8 21.934 8.34327 21.8628 8.71331L21.2308 12M2.76923 12H21.2308M2.76923 12L3.38462 16M21.2308 12L20.6154 16M20.6154 16L20.0783 19.4912C20.0332 19.7839 19.7814 20 19.4852 20H4.51475C4.21861 20 3.96676 19.7839 3.92173 19.4912L3.38462 16M20.6154 16H3.38462M5 8V6C5 4.89543 5.89543 4 7 4H17C18.1046 4 19 4.89543 19 6V8\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"beach bag \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2.76923 13L2.13717 9.71331C2.06601 9.34327 2.34956 9 2.72638 9H21.2736C21.6504 9 21.934 9.34327 21.8628 9.71331L21.2308 13M2.76923 13H21.2308M2.76923 13L3.38462 17M21.2308 13L20.6154 17M20.6154 17L20.0783 20.4912C20.0332 20.7839 19.7814 21 19.4852 21H4.51475C4.21861 21 3.96676 20.7839 3.92173 20.4912L3.38462 17M20.6154 17H3.38462\" stroke=\"currentColor\" stroke-/>\n<path d=\"M8 9V5C8 3.89543 8.89543 3 10 3H14C15.1046 3 16 3.89543 16 5V9\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"bell notification \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.1336 11C18.7155 16.3755 21 18 21 18H3C3 18 6 15.8667 6 8.4C6 6.70261 6.63214 5.07475 7.75736 3.87452C8.88258 2.67428 10.4087 2 12 2C12.3373 2 12.6717 2.0303 13 2.08949\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 8C20.6569 8 22 6.65685 22 5C22 3.34315 20.6569 2 19 2C17.3431 2 16 3.34315 16 5C16 6.65685 17.3431 8 19 8Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.73 21C13.5542 21.3031 13.3019 21.5547 12.9982 21.7295C12.6946 21.9044 12.3504 21.9965 12 21.9965C11.6496 21.9965 11.3054 21.9044 11.0018 21.7295C10.6982 21.5547 10.4458 21.3031 10.27 21\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bell off \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.27049 6.5C6.09277 7.10971 6 7.74975 6 8.4C6 15.8667 3 18 3 18H18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.75732 3.87452C8.88254 2.67428 10.4087 2 12 2C13.5913 2 15.1174 2.67428 16.2426 3.87452C17.3678 5.07475 18 6.70261 18 8.4C18 15.8667 21 18 21 18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.73 21C13.5542 21.3031 13.3019 21.5547 12.9982 21.7295C12.6946 21.9044 12.3504 21.9965 12 21.9965C11.6496 21.9965 11.3054 21.9044 11.0018 21.7295C10.6982 21.5547 10.4458 21.3031 10.27 21\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 3L21 21\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bell \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18 8.4C18 6.70261 17.3679 5.07475 16.2426 3.87452C15.1174 2.67428 13.5913 2 12 2C10.4087 2 8.88258 2.67428 7.75736 3.87452C6.63214 5.07475 6 6.70261 6 8.4C6 15.8667 3 18 3 18H21C21 18 18 15.8667 18 8.4Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.73 21C13.5542 21.3031 13.3019 21.5547 12.9982 21.7295C12.6946 21.9044 12.3504 21.9965 12 21.9965C11.6496 21.9965 11.3054 21.9044 11.0018 21.7295C10.6982 21.5547 10.4458 21.3031 10.27 21\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bicycle \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 19C7.20914 19 9 17.2091 9 15C9 12.7909 7.20914 11 5 11C2.79086 11 1 12.7909 1 15C1 17.2091 2.79086 19 5 19Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 7.5L14.5 7.5M19 15L15 7.5L14.5 7.5M14.5 7.5L16.5 4.5M16.5 4.5L14 4.5M16.5 4.5L18.5 4.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 15L8.5 7.5L12 14L15 14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 7.5C8.16667 6.5 7 4.5 5 4.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 19C21.2091 19 23 17.2091 23 15C23 12.7909 21.2091 11 19 11C16.7909 11 15 12.7909 15 15C15 17.2091 16.7909 19 19 19Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bin add \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.99219 14H11.9922M14.9922 14H11.9922M11.9922 14V11M11.9922 14V17\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.03919 4.2939C3.01449 4.10866 3.0791 3.92338 3.23133 3.81499C3.9272 3.31953 6.3142 2 12 2C17.6858 2 20.0728 3.31952 20.7687 3.81499C20.9209 3.92338 20.9855 4.10866 20.9608 4.2939L19.2616 17.0378C19.0968 18.2744 18.3644 19.3632 17.2813 19.9821L16.9614 20.1649C13.8871 21.9217 10.1129 21.9217 7.03861 20.1649L6.71873 19.9821C5.6356 19.3632 4.90325 18.2744 4.73838 17.0378L3.03919 4.2939Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M3 5C5.57143 7.66666 18.4286 7.66662 21 5\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"bin full \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.2616 17.0378L20.9383 4.46293C20.9746 4.19069 20.8214 3.92855 20.5664 3.82655L16 2H10.5L9.81818 3.5L5 2L3.20966 3.79034C3.07751 3.92249 3.01449 4.10866 3.03919 4.2939L4.73838 17.0378C4.90325 18.2744 5.6356 19.3632 6.71873 19.9821L7.03861 20.1649C10.1129 21.9217 13.8871 21.9217 16.9614 20.1649L17.2813 19.9821C18.3644 19.3632 19.0968 18.2744 19.2616 17.0378Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M16 2L14 7\" stroke=\"currentColor\" stroke-/>\n<path d=\"M9 6.5L9.81818 3.5\" stroke=\"currentColor\" stroke-/>\n<path d=\"M3 5.00002C5.57143 7.66668 18.4286 7.66664 21 5.00002\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"bin half \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.03919 4.2939C3.01449 4.10866 3.0791 3.92338 3.23133 3.81499C3.9272 3.31953 6.3142 2 12 2C17.6858 2 20.0728 3.31952 20.7687 3.81499C20.9209 3.92338 20.9855 4.10866 20.9608 4.2939L19.2616 17.0378C19.0968 18.2744 18.3644 19.3632 17.2813 19.9821L16.9614 20.1649C13.8871 21.9217 10.1129 21.9217 7.03861 20.1649L6.71873 19.9821C5.6356 19.3632 4.90325 18.2744 4.73838 17.0378L3.03919 4.2939Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M3 5C5.57143 7.66666 18.4286 7.66662 21 5\" stroke=\"currentColor\" stroke-/>\n<path d=\"M11 18L14 14.5M14 14.5L19 17M14 14.5L20 11.5\" stroke=\"currentColor\" stroke-/>\n<path d=\"M4.5 16L7.73595 15.5377C7.90405 15.5137 8.07446 15.562 8.20491 15.6708L11 18L14 21\" stroke=\"currentColor\" stroke-/>\n<path d=\"M8 15.5L10.6149 12.4493C10.8284 12.2001 11.2025 12.1688 11.4546 12.3788L14 14.5\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"bin minus \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.99219 13H11.9922H14.9922\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.03919 4.2939C3.01449 4.10866 3.0791 3.92338 3.23133 3.81499C3.9272 3.31953 6.3142 2 12 2C17.6858 2 20.0728 3.31952 20.7687 3.81499C20.9209 3.92338 20.9855 4.10866 20.9608 4.2939L19.2616 17.0378C19.0968 18.2744 18.3644 19.3632 17.2813 19.9821L16.9614 20.1649C13.8871 21.9217 10.1129 21.9217 7.03861 20.1649L6.71873 19.9821C5.6356 19.3632 4.90325 18.2744 4.73838 17.0378L3.03919 4.2939Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M3 5C5.57143 7.66666 18.4286 7.66662 21 5\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"bin \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.03919 4.2939C3.01449 4.10866 3.0791 3.92338 3.23133 3.81499C3.9272 3.31953 6.3142 2 12 2C17.6858 2 20.0728 3.31952 20.7687 3.81499C20.9209 3.92338 20.9855 4.10866 20.9608 4.2939L19.2616 17.0378C19.0968 18.2744 18.3644 19.3632 17.2813 19.9821L16.9614 20.1649C13.8871 21.9217 10.1129 21.9217 7.03861 20.1649L6.71873 19.9821C5.6356 19.3632 4.90325 18.2744 4.73838 17.0378L3.03919 4.2939Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M3 5C5.57143 7.66666 18.4286 7.66662 21 5\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"bluetooth rounded \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 9.6L15 14.7L11.8571 18V6L15 9.3L9 14.4\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 15V9C2 5.68629 4.68629 3 8 3H16C19.3137 3 22 5.68629 22 9V15C22 18.3137 19.3137 21 16 21H8C4.68629 21 2 18.3137 2 15Z\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"bluetooth \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.75 8L17.25 16.5L11.75 22V2L17.25 7.5L6.75 16\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bold square outline \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 20.4V3.6C3 3.26863 3.26863 3 3.6 3H20.4C20.7314 3 21 3.26863 21 3.6V20.4C21 20.7314 20.7314 21 20.4 21H3.6C3.26863 21 3 20.7314 3 20.4Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M12 12H9M12 12C12 12 14.5 12 14.5 9.5C14.5 7.00001 12 7 12 7C12 7 12 7 12 7H9.6C9.26863 7 9 7.26863 9 7.6V12M12 12C12 12 15 12 15 14.75C15 17.5 12 17.5 12 17.5C12 17.5 12 17.5 12 17.5H9.6C9.26863 17.5 9 17.2314 9 16.9V12\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"bold \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 11.6667H8M12 11.6667C12 11.6667 15.3333 11.6667 15.3333 8.33333C15.3333 5.00002 12 5 12 5C12 5 12 5 12 5H8.6C8.26863 5 8 5.26863 8 5.6V11.6667M12 11.6667C12 11.6667 16 11.6667 16 15.3333C16 19 12 19 12 19C12 19 12 19 12 19H8.6C8.26863 19 8 18.7314 8 18.4V11.6667\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"bonfire \"><svg  stroke-  viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 14C9 15.6099 10.3771 16 12.0758 16C14.9661 16 15.9206 14.3333 13.9982 11C11.3069 14 10.9224 9.33333 11.3069 8C10.1534 10 9 11.8785 9 14Z\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 16C15.1559 16 17 13.9024 17 10.3125C17 6.72265 12 3 12 3C12 3 7 6.72265 7 10.3125C7 13.9024 8.84409 16 12 16Z\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.27258 21.0703L19.7274 16.9292\" stroke=\"currentColor\"  stroke-linecap=\"round\"/>\n<path d=\"M4.27259 16.9292L12 18.9998\" stroke=\"currentColor\"  stroke-linecap=\"round\"/>\n<path d=\"M19.7274 21.0703L15.8637 20.035\" stroke=\"currentColor\"  stroke-linecap=\"round\"/>\n</svg>\n</li><li title=\"book stack \"><svg  stroke-  viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 19.5V5C5 3.89543 5.89543 3 7 3H18.4C18.7314 3 19 3.26863 19 3.6V21\" stroke=\"currentColor\"  stroke-linecap=\"round\"/>\n<path d=\"M9 7L15 7\" stroke=\"currentColor\"  stroke-linecap=\"round\"/>\n<path d=\"M6.5 15L19 15\" stroke=\"currentColor\"  stroke-linecap=\"round\"/>\n<path d=\"M6.5 18L19 18\" stroke=\"currentColor\"  stroke-linecap=\"round\"/>\n<path d=\"M6.5 21L19 21\" stroke=\"currentColor\"  stroke-linecap=\"round\"/>\n<path d=\"M6.5 18C5.5 18 5 17.3284 5 16.5C5 15.6716 5.5 15 6.5 15\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.5 21C5.5 21 5 20.3284 5 19.5C5 18.6716 5.5 18 6.5 18\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"book \"><svg  stroke-  viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4 19V5C4 3.89543 4.89543 3 6 3H19.4C19.7314 3 20 3.26863 20 3.6V16.7143\" stroke=\"currentColor\"  stroke-linecap=\"round\"/>\n<path d=\"M6 17L20 17\" stroke=\"currentColor\"  stroke-linecap=\"round\"/>\n<path d=\"M6 21L20 21\" stroke=\"currentColor\"  stroke-linecap=\"round\"/>\n<path d=\"M6 21C4.89543 21 4 20.1046 4 19C4 17.8954 4.89543 17 6 17\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 7L15 7\" stroke=\"currentColor\"  stroke-linecap=\"round\"/>\n</svg>\n</li><li title=\"bookmark book \"><svg  stroke-  viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4 19V5C4 3.89543 4.89543 3 6 3H19.4C19.7314 3 20 3.26863 20 3.6V16.7143\" stroke=\"currentColor\"  stroke-linecap=\"round\"/>\n<path d=\"M8 3V11L10.5 9.4L13 11V3\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 17L20 17\" stroke=\"currentColor\"  stroke-linecap=\"round\"/>\n<path d=\"M6 21L20 21\" stroke=\"currentColor\"  stroke-linecap=\"round\"/>\n<path d=\"M6 21C4.89543 21 4 20.1046 4 19C4 17.8954 4.89543 17 6 17\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bookmark circled \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 16V10C9 8.89543 9.89543 8 11 8H13C14.1046 8 15 8.89543 15 10V16L13.1094 14.7396C12.4376 14.2917 11.5624 14.2917 10.8906 14.7396L9 16Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bookmark empty \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 21V5C5 3.89543 5.89543 3 7 3H17C18.1046 3 19 3.89543 19 5V21L13.0815 17.1953C12.4227 16.7717 11.5773 16.7717 10.9185 17.1953L5 21Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"border bl \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4 4L4 20L20 20\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.01 16L19.9989 16.01\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.01 12L19.9989 12.01\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.01 8L19.9989 8.01\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.01 4L19.9989 4.01\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.01 4L7.99889 4.01\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.01 4L11.9989 4.01\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.01 4L15.9989 4.01\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"border bottom \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20 4.01L20.01 3.99889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 4.01L16.01 3.99889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 4.01L12.01 3.99889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 4.01L8.01 3.99889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 4.01L4.01 3.99889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 8.01L4.01 7.99889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 12.01L4.01 11.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 12.01L12.01 11.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 16.01L4.01 15.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 8.01L20.01 7.99889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 12.01L20.01 11.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 16.01L20.01 15.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 20H20\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"border br \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.01 4L20.01 20L4.00999 20\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.99999 16L4.01111 16.01\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.99999 12L4.01111 12.01\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.99999 8L4.01111 8.01\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.99999 4L4.01111 4.01\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 4L16.0111 4.01\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 4L12.0111 4.01\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.99999 4L8.01111 4.01\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"border inner \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4 20.01L4.01 19.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 16.01L4.01 15.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 8.01L4.01 7.99889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 4.01L4.01 3.99889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 4.01L8.01 3.99889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 4.01L16.01 3.99889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 4.01L20.01 3.99889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 8.01L20.01 7.99889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 20.01L8.01 19.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 20.01L16.01 19.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 20.01L20.01 19.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 16.01L20.01 15.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 12H12M20 12H12M12 12V4M12 12V20\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"border left \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.01 20L19.9989 20.01\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.01 16L19.9989 16.01\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.01 12L19.9989 12.01\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.01 8L19.9989 8.01\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.01 4L19.9989 4.01\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.01 4L7.99889 4.01\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.01 4L11.9989 4.01\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.01 12L11.9989 12.01\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.01 4L15.9989 4.01\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.01 20L7.99889 20.01\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.01 20L11.9989 20.01\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.01 20L15.9989 20.01\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 4L4 20\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"border out \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.0098 16L11.9998 16.0111\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.0098 12L11.9998 12.0111\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.0098 8.00001L11.9998 8.01112\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.00977 12L7.99977 12.0111\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.0098 12L15.9998 12.0111\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 3.6V20.4C21 20.7314 20.7314 21 20.4 21H3.6C3.26863 21 3 20.7314 3 20.4V3.6C3 3.26863 3.26863 3 3.6 3H20.4C20.7314 3 21 3.26863 21 3.6Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"border right \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.99977 20L4.01088 20.01\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.99977 16L4.01088 16.01\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.99977 12L4.01088 12.01\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.99977 8L4.01088 8.01\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.99977 4L4.01088 4.01\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.9998 4L16.0109 4.01\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9998 4L12.0109 4.01\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9998 12L12.0109 12.01\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.99977 4L8.01088 4.01\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.9998 20L16.0109 20.01\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9998 20L12.0109 20.01\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.99977 20L8.01088 20.01\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.0098 4L20.0098 20\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"border tl \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 20.01L8.01 19.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 20.01L12.01 19.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 20.01L16.01 19.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 20.01L20.01 19.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 16.01L20.01 15.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 12.01L20.01 11.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 8.01L20.01 7.99889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 20V4H20\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"border top \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20 20.01L20.01 19.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 20.01L16.01 19.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 20.01L12.01 19.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 20.01L8.01 19.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 20.01L4.01 19.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 8.01L4.01 7.99889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 12.01L4.01 11.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 12.01L12.01 11.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 16.01L4.01 15.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 8.01L20.01 7.99889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 12.01L20.01 11.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 16.01L20.01 15.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 4L20 4\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"border tr \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.0098 20L20.0098 4L4.00977 4\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.99977 8L4.01088 7.99\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.99977 12L4.01088 11.99\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.99977 16L4.01088 15.99\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.99977 20L4.01088 19.99\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.9998 20L16.0109 19.99\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9998 20L12.0109 19.99\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.99977 20L8.01088 19.99\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bounce left \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 7C4.89543 7 4 6.10457 4 5C4 3.89543 4.89543 3 6 3C7.10457 3 8 3.89543 8 5C8 6.10457 7.10457 7 6 7Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 15.5C18 14.5 15.5 15 13 20C12.5 17 11 12.5 9.5 10\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bounce right \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 7C17.8954 7 17 6.10457 17 5C17 3.89543 17.8954 3 19 3C20.1046 3 21 3.89543 21 5C21 6.10457 20.1046 7 19 7Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 15.5C7 14.5 9.5 15 12 20C12.5 17 14 12.5 15.5 10\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bowling ball \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.5 8C11.7761 8 12 7.77614 12 7.5C12 7.22386 11.7761 7 11.5 7C11.2239 7 11 7.22386 11 7.5C11 7.77614 11.2239 8 11.5 8Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.5 11C7.77614 11 8 10.7761 8 10.5C8 10.2239 7.77614 10 7.5 10C7.22386 10 7 10.2239 7 10.5C7 10.7761 7.22386 11 7.5 11Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.5 13C11.7761 13 12 12.7761 12 12.5C12 12.2239 11.7761 12 11.5 12C11.2239 12 11 12.2239 11 12.5C11 12.7761 11.2239 13 11.5 13Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"box iso \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2.6954 7.18536L11.6954 11.1854L12.3046 9.81464L3.3046 5.81464L2.6954 7.18536ZM12.75 21.5V10.5H11.25V21.5H12.75ZM12.3046 11.1854L21.3046 7.18536L20.6954 5.81464L11.6954 9.81464L12.3046 11.1854Z\" fill=\"currentColor\"/>\n<path d=\"M3 17.1101V6.88992C3 6.65281 3.13964 6.43794 3.35632 6.34164L11.7563 2.6083C11.9115 2.53935 12.0885 2.53935 12.2437 2.6083L20.6437 6.34164C20.8604 6.43794 21 6.65281 21 6.88992V17.1101C21 17.3472 20.8604 17.5621 20.6437 17.6584L12.2437 21.3917C12.0885 21.4606 11.9115 21.4606 11.7563 21.3917L3.35632 17.6584C3.13964 17.5621 3 17.3472 3 17.1101Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.5 4.5L16.1437 8.34164C16.3604 8.43794 16.5 8.65281 16.5 8.88992V12.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"box \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10 12L14 12\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 3L21 3\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 7V20.4C21 20.7314 20.7314 21 20.4 21H3.6C3.26863 21 3 20.7314 3 20.4V7\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"boxing glove \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.48901 17.7273H18.3556M8.48901 17.7273V21H18.3556V17.7273M8.48901 17.7273C5.20016 15.5455 3.55573 10.0909 4.10387 8.45455C4.54239 7.14545 6.47916 7.54545 7.39273 7.90909C7.39273 4.09091 9.03715 3 13.4223 3C17.8074 3 20 4.09091 20 9.54545C20 13.9091 18.9037 16.8182 18.3556 17.7273\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.39282 7.90909C7.75825 8.27272 8.81799 9 10.1335 9C11.4491 9 13.9705 9 15.0668 9\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.39282 7.90909C7.39282 11.7273 9.03725 12.2727 10.1335 12.2727\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bubble download \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 2V8M19 8L22 5M19 8L16 5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 2.04938C12.6711 2.01672 12.3375 2 12 2C6.47715 2 2 6.47715 2 12C2 13.8214 2.48697 15.5291 3.33782 17L2.5 21.5L7 20.6622C8.47087 21.513 10.1786 22 12 22C17.5228 22 22 17.5228 22 12C22 11.6625 21.9833 11.3289 21.9506 11\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bubble error \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13 2.04938C12.6711 2.01672 12.3375 2 12 2C6.47715 2 2 6.47715 2 12C2 13.8214 2.48697 15.5291 3.33782 17L2.5 21.5L7 20.6622C8.47087 21.513 10.1786 22 12 22C17.5228 22 22 17.5228 22 12C22 11.6625 21.9833 11.3289 21.9506 11\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.1211 7.36398L19.2424 5.24266M19.2424 5.24266L21.3637 3.12134M19.2424 5.24266L17.1211 3.12134M19.2424 5.24266L21.3637 7.36398\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bubble income \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 5H16M16 5L19 2M16 5L19 8\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 2.04938C12.6711 2.01672 12.3375 2 12 2C6.47715 2 2 6.47715 2 12C2 13.8214 2.48697 15.5291 3.33782 17L2.5 21.5L7 20.6622C8.47087 21.513 10.1786 22 12 22C17.5228 22 22 17.5228 22 12C22 11.6625 21.9833 11.3289 21.9506 11\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bubble outcome \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 5H22M22 5L19 8M22 5L19 2\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 2.04938C12.6711 2.01672 12.3375 2 12 2C6.47715 2 2 6.47715 2 12C2 13.8214 2.48697 15.5291 3.33782 17L2.5 21.5L7 20.6622C8.47087 21.513 10.1786 22 12 22C17.5228 22 22 17.5228 22 12C22 11.6625 21.9833 11.3289 21.9506 11\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bubble search \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.5 6.5L22 8\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 4.5C16 5.88071 17.1193 7 18.5 7C19.1916 7 19.8175 6.71921 20.2701 6.26541C20.7211 5.81319 21 5.18916 21 4.5C21 3.11929 19.8807 2 18.5 2C17.1193 2 16 3.11929 16 4.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 2.04938C12.6711 2.01672 12.3375 2 12 2C6.47715 2 2 6.47715 2 12C2 13.8214 2.48697 15.5291 3.33782 17L2.5 21.5L7 20.6622C8.47087 21.513 10.1786 22 12 22C17.5228 22 22 17.5228 22 12C22 11.6625 21.9833 11.3289 21.9506 11\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bubble star \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.3056 4.11325L18.2147 2.1856C18.3314 1.93813 18.6686 1.93813 18.7853 2.1856L19.6944 4.11325L21.7275 4.42427C21.9884 4.46418 22.0923 4.79977 21.9035 4.99229L20.4326 6.4917L20.7797 8.60999C20.8243 8.88202 20.5515 9.08946 20.3181 8.96099L18.5 7.96031L16.6819 8.96099C16.4485 9.08946 16.1757 8.88202 16.2203 8.60999L16.5674 6.4917L15.0965 4.99229C14.9077 4.79977 15.0116 4.46418 15.2725 4.42427L17.3056 4.11325Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 2.04938C12.6711 2.01672 12.3375 2 12 2C6.47715 2 2 6.47715 2 12C2 13.8214 2.48697 15.5291 3.33782 17L2.5 21.5L7 20.6622C8.47087 21.513 10.1786 22 12 22C17.5228 22 22 17.5228 22 12C22 11.6625 21.9833 11.3289 21.9506 11\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bubble upload \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 8V2M19 2L22 5M19 2L16 5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 2.04938C12.6711 2.01672 12.3375 2 12 2C6.47715 2 2 6.47715 2 12C2 13.8214 2.48697 15.5291 3.33782 17L2.5 21.5L7 20.6622C8.47087 21.513 10.1786 22 12 22C17.5228 22 22 17.5228 22 12C22 11.6625 21.9833 11.3289 21.9506 11\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bubble warning \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18 2L18 5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 9.01L18.01 8.99889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 2.04938C12.6711 2.01672 12.3375 2 12 2C6.47715 2 2 6.47715 2 12C2 13.8214 2.48697 15.5291 3.33782 17L2.5 21.5L7 20.6622C8.47087 21.513 10.1786 22 12 22C17.5228 22 22 17.5228 22 12C22 11.6625 21.9833 11.3289 21.9506 11\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"building \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10 9.01L10.01 8.99889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 9.01L14.01 8.99889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 13.01L10.01 12.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 13.01L14.01 12.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 17.01L10.01 16.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 17.01L14.01 16.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 20.4V5.6C6 5.26863 6.26863 5 6.6 5H12V3.6C12 3.26863 12.2686 3 12.6 3H17.4C17.7314 3 18 3.26863 18 3.6V20.4C18 20.7314 17.7314 21 17.4 21H6.6C6.26863 21 6 20.7314 6 20.4Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bus outline \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 16.01L7.01 15.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 16.01L17.01 15.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 12H21V19C21 19.5523 20.5523 20 20 20H4C3.44772 20 3 19.5523 3 19V12Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 8V6C21 3.79086 19.2091 2 17 2H7C4.79086 2 3 3.79086 3 6V8\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 8L17 8\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 20H8V22C8 22.5523 7.55228 23 7 23H5C4.44772 23 4 22.5523 4 22V20Z\" fill=\"currentColor\"/>\n<path d=\"M16 20H20V22C20 22.5523 19.5523 23 19 23H17C16.4477 23 16 22.5523 16 22V20Z\" fill=\"currentColor\"/>\n</svg>\n</li><li title=\"bus stop \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 16.01L16.01 15.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 16.01L6.01 15.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 22V15V8M20 8H18L18 2H22V8H20Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 20V22H6V20H4Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 20V22H16V20H14Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 20H2.6C2.26863 20 2 19.7314 2 19.4V12.6C2 12.2686 2.26863 12 2.6 12H16\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 8H6M14 2H6C3.79086 2 2 3.79086 2 6V8\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cable rounded \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 15V9C2 5.68629 4.68629 3 8 3H16C19.3137 3 22 5.68629 22 9V15C22 18.3137 19.3137 21 16 21H8C4.68629 21 2 18.3137 2 15Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M11.6667 8L10 12H14L12.3333 16\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"calculator \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M1 21V3C1 1.89543 1.89543 1 3 1H21C22.1046 1 23 1.89543 23 3V21C23 22.1046 22.1046 23 21 23H3C1.89543 23 1 22.1046 1 21Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M15 7L17 7H19\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 15.5H17L19 15.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 18.5H17H19\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 7H7M9 7H7M7 7V5M7 7V9\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.58609 18.4142L7.0003 17M8.41452 15.5858L7.0003 17M7.0003 17L5.58609 15.5858M7.0003 17L8.41452 18.4142\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"calendar \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 4V2M15 4V6M15 4H10.5M3 10V19C3 20.1046 3.89543 21 5 21H19C20.1046 21 21 20.1046 21 19V10H3Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 10V6C3 4.89543 3.89543 4 5 4H7\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 2V6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 10V6C21 4.89543 20.1046 4 19 4H18.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"camera \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 19V9C2 7.89543 2.89543 7 4 7H4.5C5.12951 7 5.72229 6.70361 6.1 6.2L8.32 3.24C8.43331 3.08892 8.61115 3 8.8 3H15.2C15.3889 3 15.5667 3.08892 15.68 3.24L17.9 6.2C18.2777 6.70361 18.8705 7 19.5 7H20C21.1046 7 22 7.89543 22 9V19C22 20.1046 21.1046 21 20 21H4C2.89543 21 2 20.1046 2 19Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 17C14.2091 17 16 15.2091 16 13C16 10.7909 14.2091 9 12 9C9.79086 9 8 10.7909 8 13C8 15.2091 9.79086 17 12 17Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cancel \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.75827 17.2426L12.0009 12M17.2435 6.75736L12.0009 12M12.0009 12L6.75827 6.75736M12.0009 12L17.2435 17.2426\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"car outline \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 10L16 10\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 14L8 14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 14L17 14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 18V11.4105C3 11.1397 3.05502 10.8716 3.16171 10.6227L5.4805 5.21216C5.79566 4.47679 6.51874 4 7.31879 4H16.6812C17.4813 4 18.2043 4.47679 18.5195 5.21216L20.8383 10.6227C20.945 10.8716 21 11.1397 21 11.4105V18M3 18V20.4C3 20.7314 3.26863 21 3.6 21H6.4C6.73137 21 7 20.7314 7 20.4V18M3 18H7M21 18V20.4C21 20.7314 20.7314 21 20.4 21H17.6C17.2686 21 17 20.7314 17 20.4V18M21 18H17M7 18H17\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"carbon \"><svg  stroke-  viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 3.6V20.4C21 20.7314 20.7314 21 20.4 21H3.6C3.26863 21 3 20.7314 3 20.4V3.6C3 3.26863 3.26863 3 3.6 3H20.4C20.7314 3 21 3.26863 21 3.6Z\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 10V9.8C14 8.80589 13.1941 8 12.2 8H11.8C10.8059 8 10 8.80589 10 9.8V14.2C10 15.1941 10.8059 16 11.8 16H12.2C13.1941 16 14 15.1941 14 14.2L14 14\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"card wallet \"><svg  stroke-  viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 20H5C3.89543 20 3 19.1046 3 18V9C3 7.89543 3.89543 7 5 7H19C20.1046 7 21 7.89543 21 9V18C21 19.1046 20.1046 20 19 20Z\" stroke=\"currentColor\" />\n<path d=\"M7 7V3.6C7 3.26863 7.26863 3 7.6 3H16.4C16.7314 3 17 3.26863 17 3.6V7\" stroke=\"currentColor\" />\n<path d=\"M10 3V7\" stroke=\"currentColor\" />\n<path d=\"M12 3V7\" stroke=\"currentColor\" />\n<path d=\"M16.5 14C16.2239 14 16 13.7761 16 13.5C16 13.2239 16.2239 13 16.5 13C16.7761 13 17 13.2239 17 13.5C17 13.7761 16.7761 14 16.5 14Z\" fill=\"currentColor\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cart alt \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.5 22C20.3284 22 21 21.3284 21 20.5C21 19.6716 20.3284 19 19.5 19C18.6716 19 18 19.6716 18 20.5C18 21.3284 18.6716 22 19.5 22Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.5 22C10.3284 22 11 21.3284 11 20.5C11 19.6716 10.3284 19 9.5 19C8.67157 19 8 19.6716 8 20.5C8 21.3284 8.67157 22 9.5 22Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.5 4H22L20 15H15.5M16.5 4L15.5 15M16.5 4H10.75M15.5 15H11.5M10.75 4H5L7 15H11.5M10.75 4L11.5 15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 4C4.83333 3.33333 4 2 2 2\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 15H7H5.23077C3.44646 15 2.5 15.7812 2.5 17C2.5 18.2188 3.44646 19 5.23077 19H19.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cart \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.5 22C20.3284 22 21 21.3284 21 20.5C21 19.6716 20.3284 19 19.5 19C18.6716 19 18 19.6716 18 20.5C18 21.3284 18.6716 22 19.5 22Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.5 22C10.3284 22 11 21.3284 11 20.5C11 19.6716 10.3284 19 9.5 19C8.67157 19 8 19.6716 8 20.5C8 21.3284 8.67157 22 9.5 22Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 4H22L20 15H7L5 4ZM5 4C4.83333 3.33333 4 2 2 2\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 15H7H5.23077C3.44646 15 2.5 15.7812 2.5 17C2.5 18.2188 3.44646 19 5.23077 19H19.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cash \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14 5H21.4C21.7314 5 22 5.26863 22 5.6V18.4C22 18.7314 21.7314 19 21.4 19H14M14 5V19M14 5H10M14 19H10M10 19H2.6C2.26863 19 2 18.7314 2 18.4V5.6C2 5.26863 2.26863 5 2.6 5H10M10 19V5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 9.84866C7 9.43457 6.58681 9.15025 6.25061 9.39198C5.49323 9.93653 5 10.8254 5 11.8294C5 12.8334 5.49323 13.7223 6.25061 14.2668C6.58681 14.5085 7 14.2243 7 13.8102C7 12.5562 7 11.3768 7 9.84866Z\" fill=\"currentColor\"/>\n<path d=\"M17 9.84866C17 9.43457 17.4132 9.15025 17.7494 9.39198C18.5068 9.93653 19 10.8254 19 11.8294C19 12.8334 18.5068 13.7223 17.7494 14.2668C17.4132 14.5085 17 14.2243 17 13.8102C17 12.5562 17 11.3768 17 9.84866Z\" fill=\"currentColor\"/>\n</svg>\n</li><li title=\"center align \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4 16.01L4.01 15.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 20.01L4.01 19.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 8.01L4.01 7.99889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 4.01L4.01 3.99889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 12.01L4.01 11.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 20.01L8.01 19.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 20.01L12.01 19.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 20.01L16.01 19.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 20.01L20.01 19.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 16.01L20.01 15.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 12.01L20.01 11.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 8.01L20.01 7.99889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 4.01L20.01 3.99889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 4.01L16.01 3.99889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 4.01L12.01 3.99889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 4.01L8.01 3.99889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 16V8H16V16H8Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"chat add \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 12H12M15 12H12M12 12V9M12 12V15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 13.8214 2.48697 15.5291 3.33782 17L2.5 21.5L7 20.6622C8.47087 21.513 10.1786 22 12 22Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"chat bubble check 1 \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 12L11 15L16 10\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 13.8214 2.48697 15.5291 3.33782 17L2.5 21.5L7 20.6622C8.47087 21.513 10.1786 22 12 22Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"chat bubble check \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 12L11 15L16 10\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 13.8214 2.48697 15.5291 3.33782 17L2.5 21.5L7 20.6622C8.47087 21.513 10.1786 22 12 22Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"chat bubble empty \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 13.8214 2.48697 15.5291 3.33782 17L2.5 21.5L7 20.6622C8.47087 21.513 10.1786 22 12 22Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"chat bubble error \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.5 14.5L11.9926 12M14.5 9.5L11.9926 12M11.9926 12L9.5 9.5M11.9926 12L14.5 14.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 13.8214 2.48697 15.5291 3.33782 17L2.5 21.5L7 20.6622C8.47087 21.513 10.1786 22 12 22Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"chat bubble question \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 9C9 5.49997 14.5 5.5 14.5 9C14.5 11.5 12 10.9999 12 13.9999\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 18.01L12.01 17.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 13.8214 2.48697 15.5291 3.33782 17L2.5 21.5L7 20.6622C8.47087 21.513 10.1786 22 12 22Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"chat bubble translate \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 13.8214 2.48697 15.5291 3.33782 17L2.5 21.5L7 20.6622C8.47087 21.513 10.1786 22 12 22Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 8.51724H12M17 8.51724H15.2143M12 8.51724H15.2143M12 8.51724V7M15.2143 8.51724C14.6282 10.5922 13.4009 12.5536 12 14.2773M8.42857 18C9.561 16.9691 10.84 15.7047 12 14.2773M12 14.2773C11.2857 13.4483 10.2857 12.1069 10 11.5M12 14.2773L14.1429 16.4828\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"chat bubble warning \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 8L12 12\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 16.01L12.01 15.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 13.8214 2.48697 15.5291 3.33782 17L2.5 21.5L7 20.6622C8.47087 21.513 10.1786 22 12 22Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"chat bubble \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 12.5C17.2761 12.5 17.5 12.2761 17.5 12C17.5 11.7239 17.2761 11.5 17 11.5C16.7239 11.5 16.5 11.7239 16.5 12C16.5 12.2761 16.7239 12.5 17 12.5Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 12.5C12.2761 12.5 12.5 12.2761 12.5 12C12.5 11.7239 12.2761 11.5 12 11.5C11.7239 11.5 11.5 11.7239 11.5 12C11.5 12.2761 11.7239 12.5 12 12.5Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 12.5C7.27614 12.5 7.5 12.2761 7.5 12C7.5 11.7239 7.27614 11.5 7 11.5C6.72386 11.5 6.5 11.7239 6.5 12C6.5 12.2761 6.72386 12.5 7 12.5Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 13.8214 2.48697 15.5291 3.33782 17L2.5 21.5L7 20.6622C8.47087 21.513 10.1786 22 12 22Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"chat lines \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 10L12 10L16 10\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 14L10 14L12 14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 13.8214 2.48697 15.5291 3.33782 17L2.5 21.5L7 20.6622C8.47087 21.513 10.1786 22 12 22Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"chat remove \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 13.8214 2.48697 15.5291 3.33782 17L2.5 21.5L7 20.6622C8.47087 21.513 10.1786 22 12 22Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 12H12L15 12\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"check circled outline \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 12.5L10 15.5L17 8.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"check \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 13L9 17L19 7\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"chocolate \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 6.5C16 6.5 14.5 6 14.5 3L5 3L5 21L19 21L19 6.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 15L5 15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 9L19 9\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 21L12 3\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"chromecast active \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 20.01L2.01 19.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 20H20C21.1046 20 22 19.1046 22 18V6C22 4.89543 21.1046 4 20 4H4C2.89543 4 2 4.89543 2 6V7\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 16C4 16.5 5.5 18 6 20\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 12C6 12.5 9.5 16 10 20\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.00195 7.63027C5.00195 7.2989 5.27058 7.03027 5.60195 7.03027H18.4059C18.7372 7.03027 19.0059 7.2989 19.0059 7.63027V16.462C19.0059 16.7934 18.7372 17.062 18.4059 17.062H13.4413C13.2029 17.062 12.9876 16.9226 12.8854 16.7072C12.4625 15.815 11.2633 13.4465 9.81567 12C8.39582 10.5813 6.24338 9.55638 5.37987 9.17985C5.15312 9.08097 5.00195 8.85869 5.00195 8.61131V7.63027Z\" fill=\"currentColor\"/>\n</svg>\n</li><li title=\"chromecast \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 20.01L2.01 19.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 20H20C21.1046 20 22 19.1046 22 18V6C22 4.89543 21.1046 4 20 4H4C2.89543 4 2 4.89543 2 6V7\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 16C4 16.5 5.5 18 6 20\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 12C6 12.5 9.5 16 10 20\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"church alt \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.57574 7.42426C7.81005 7.18995 8.18995 7.18995 8.42426 7.42426L11.8243 10.8243C11.9368 10.9368 12 11.0894 12 11.2485V21.4C12 21.7314 11.7314 22 11.4 22H4.6C4.26863 22 4 21.7314 4 21.4V11.2485C4 11.0894 4.06321 10.9368 4.17574 10.8243L7.57574 7.42426Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 7V4M8 2V4M8 4H6M8 4H10\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22H19.4C19.7314 22 20 21.7314 20 21.4V10.7485C20 10.5894 19.9368 10.4368 19.8243 10.3243L16.6757 7.17574C16.5632 7.06321 16.4106 7 16.2515 7H8\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 22V17\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 13.01L8.01 12.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"church \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 6L4.282 10.8237C4.10657 10.9334 4 11.1257 4 11.3325V21.4C4 21.7314 4.26863 22 4.6 22H12M12 6L19.718 10.8237C19.8934 10.9334 20 11.1257 20 11.3325V21.4C20 21.7314 19.7314 22 19.4 22H12M12 6V4M12 2V4M10 4H12M12 4H14M12 22V17\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 17.01L16.01 16.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 13.01L16.01 12.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 13.01L12.01 12.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 13.01L8.01 12.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 17.01L8.01 16.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cinema old \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 14C8.10457 14 9 13.1046 9 12C9 10.8954 8.10457 10 7 10C5.89543 10 5 10.8954 5 12C5 13.1046 5.89543 14 7 14Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 14C18.1046 14 19 13.1046 19 12C19 10.8954 18.1046 10 17 10C15.8954 10 15 10.8954 15 12C15 13.1046 15.8954 14 17 14Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 9C13.1046 9 14 8.10457 14 7C14 5.89543 13.1046 5 12 5C10.8954 5 10 5.89543 10 7C10 8.10457 10.8954 9 12 9Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 19C13.1046 19 14 18.1046 14 17C14 15.8954 13.1046 15 12 15C10.8954 15 10 15.8954 10 17C10 18.1046 10.8954 19 12 19Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12ZM2 12V22\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"circle \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"city \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 9.01L7.01 8.99889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 9.01L11.01 8.99889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 13.01L7.01 12.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 13.01L11.01 12.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 17.01L7.01 16.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 17.01L11.01 16.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 21H3.6C3.26863 21 3 20.7314 3 20.4V5.6C3 5.26863 3.26863 5 3.6 5H9V3.6C9 3.26863 9.26863 3 9.6 3H14.4C14.7314 3 15 3.26863 15 3.6V9M15 21H20.4C20.7314 21 21 20.7314 21 20.4V9.6C21 9.26863 20.7314 9 20.4 9H15M15 21V17M15 9V13M15 13H17M15 13V17M15 17H17\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"clock outline \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 6L12 12L18 12\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"closet \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 14L8 14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 14L15 14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 2H20.4C20.7314 2 21 2.26863 21 2.6V21.4C21 21.7314 20.7314 22 20.4 22H12M12 2H3.6C3.26863 2 3 2.26863 3 2.6V21.4C3 21.7314 3.26863 22 3.6 22H12M12 2V22\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"cloud book alt \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.5 12H15.5V22L12 20L8.5 22V12Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 17.6073C21.4937 17.0221 23 15.6889 23 13C23 9 19.6667 8 18 8C18 6 18 2 12 2C6 2 6 6 6 8C4.33333 8 1 9 1 13C1 15.6889 2.50628 17.0221 4 17.6073\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cloud check \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 18L11 21L16 16\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 17.6073C21.4937 17.0221 23 15.6889 23 13C23 9 19.6667 8 18 8C18 6 18 2 12 2C6 2 6 6 6 8C4.33333 8 1 9 1 13C1 15.6889 2.50628 17.0221 4 17.6073\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cloud desync \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20 17.6073C21.4937 17.0221 23 15.6889 23 13C23 9 19.6667 8 18 8C18 6 18 2 12 2C6 2 6 6 6 8C4.33333 8 1 9 1 13C1 15.6889 2.50628 17.0221 4 17.6073\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.4203 19.4874L14.6525 21.2552C13.0904 22.8173 10.5577 22.8173 8.99564 21.2552L8.64209 20.9016\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.0667 21.9623L16.4203 19.4874L13.9454 19.841L16.0667 21.9623Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.58059 16.9016L9.34836 15.1339C10.9105 13.5718 13.4431 13.5718 15.0052 15.1339L15.3588 15.4874\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.93413 14.4268L7.58058 16.9017L10.0554 16.5481L7.93413 14.4268Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cloud download \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 13V22M12 22L15.5 18.5M12 22L8.5 18.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 17.6073C21.4937 17.0221 23 15.6889 23 13C23 9 19.6667 8 18 8C18 6 18 2 12 2C6 2 6 6 6 8C4.33333 8 1 9 1 13C1 15.6889 2.50628 17.0221 4 17.6073\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cloud error \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22L12.0005 19M15 16L12.0005 19M12.0005 19L9 16M12.0005 19L15 22\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 17.6073C21.4937 17.0221 23 15.6889 23 13C23 9 19.6667 8 18 8C18 6 18 2 12 2C6 2 6 6 6 8C4.33333 8 1 9 1 13C1 15.6889 2.50628 17.0221 4 17.6073\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cloud sunny \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 13C4.33333 13 1 14 1 18C1 22 4.33333 23 6 23H18C19.6667 23 23 22 23 18C23 14 19.6667 13 18 13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 12C13.6569 12 15 10.6569 15 9C15 7.34315 13.6569 6 12 6C10.3431 6 9 7.34315 9 9C9 10.6569 10.3431 12 12 12Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 9L20 9\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 2V1\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.5 3.5L17.5 4.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.5 3.5L6.5 4.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 9L5 9\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cloud sync \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20 17.6073C21.4937 17.0221 23 15.6889 23 13C23 9 19.6667 8 18 8C18 6 18 2 12 2C6 2 6 6 6 8C4.33333 8 1 9 1 13C1 15.6889 2.50628 17.0221 4 17.6073\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.58059 19.4874L9.34836 21.2552C10.9105 22.8173 13.4431 22.8173 15.0052 21.2552L15.3588 20.9016\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.93413 21.9623L7.58058 19.4874L10.0554 19.841L7.93413 21.9623Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.2981 16.9016L14.5303 15.1339C12.9682 13.5718 10.4355 13.5718 8.87345 15.1339L8.51989 15.4874\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.9445 14.4268L16.2981 16.9017L13.8232 16.5481L15.9445 14.4268Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cloud upload \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22V13M12 13L15.5 16.5M12 13L8.5 16.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 17.6073C21.4937 17.0221 23 15.6889 23 13C23 9 19.6667 8 18 8C18 6 18 2 12 2C6 2 6 6 6 8C4.33333 8 1 9 1 13C1 15.6889 2.50628 17.0221 4 17.6073\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cloud \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 4C6 4 6 8 6 10C4.33333 10 1 11 1 15C1 19 4.33333 20 6 20H18C19.6667 20 23 19 23 15C23 11 19.6667 10 18 10C18 8 18 4 12 4Z\" stroke=\"currentColor\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"code brackets square \"><svg  stroke-  viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10 17L9.33334 17C8.22877 17 7.33334 16.1047 7.33334 15.0002C7.33334 14.3284 7.33334 13.6211 7.33333 13.1111C7.33333 12.5556 6 12 6 12C6 12 7.33333 11.4444 7.33334 10.8889C7.33334 10.4359 7.33334 9.70586 7.33334 8.99998C7.33334 7.89541 8.22877 7 9.33334 7L10 7\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 17L14.6667 17C15.7712 17 16.6667 16.1047 16.6667 15.0002C16.6667 14.3284 16.6667 13.6211 16.6667 13.1111C16.6667 12.5556 18 12 18 12C18 12 16.6667 11.4444 16.6667 10.8889C16.6667 10.4359 16.6667 9.70586 16.6667 8.99998C16.6667 7.89541 15.7712 7 14.6667 7L14 7\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 3.6V20.4C21 20.7314 20.7314 21 20.4 21H3.6C3.26863 21 3 20.7314 3 20.4V3.6C3 3.26863 3.26863 3 3.6 3H20.4C20.7314 3 21 3.26863 21 3.6Z\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"code brackets \"><svg  stroke-  viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.00001 21L8.00001 21C6.89544 21 6.00001 20.1057 6.00001 19.0011C6.00001 17.4501 6.00001 15.3443 6 14C6 13 4.5 12 4.5 12C4.5 12 6.00001 11 6.00001 10C6.00001 8.827 6.00001 6.62207 6.00001 4.99914C6.00001 3.89457 6.89544 3 8.00001 3L9.00001 3\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 21L16 21C17.1046 21 18 20.1057 18 19.0011C18 17.4501 18 15.3443 18 14C18 13 19.5 12 19.5 12C19.5 12 18 11 18 10C18 8.827 18 6.62207 18 4.99914C18 3.89457 17.1046 3 16 3L15 3\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"code \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.5 6L10 18.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.5 8.5L3 12L6.5 15.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.5 8.5L21 12L17.5 15.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"codepen \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 9V15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 15V9\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 21V15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 3V9\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 15L3 9L12 3L21 9L12 15Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 21L3 15L12 9L21 15L12 21Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"coin \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 8.5C14.315 7.81501 13.1087 7.33855 12 7.30872M9 15C9.64448 15.8593 10.8428 16.3494 12 16.391M12 7.30872C10.6809 7.27322 9.5 7.86998 9.5 9.50001C9.5 12.5 15 11 15 14C15 15.711 13.5362 16.4462 12 16.391M12 7.30872V5.5M12 16.391V18.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"collage frame \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.4 20H4.6C4.26863 20 4 19.7314 4 19.4V4.6C4 4.26863 4.26863 4 4.6 4H19.4C19.7314 4 20 4.26863 20 4.6V19.4C20 19.7314 19.7314 20 19.4 20Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M11 12V4\" stroke=\"currentColor\" stroke-/>\n<path d=\"M4 12H20\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"collapse \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20 20L15 15M15 15V19M15 15H19\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 20L9 15M9 15V19M9 15H5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 4L15 9M15 9V5M15 9H19\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 4L9 9M9 9V5M9 9H5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"color filter \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 14.5C15.3137 14.5 18 11.8137 18 8.5C18 5.18629 15.3137 2.5 12 2.5C8.68629 2.5 6 5.18629 6 8.5C6 11.8137 8.68629 14.5 12 14.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 21.5C19.3137 21.5 22 18.8137 22 15.5C22 12.1863 19.3137 9.5 16 9.5C12.6863 9.5 10 12.1863 10 15.5C10 18.8137 12.6863 21.5 16 21.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 21.5C11.3137 21.5 14 18.8137 14 15.5C14 12.1863 11.3137 9.5 8 9.5C4.68629 9.5 2 12.1863 2 15.5C2 18.8137 4.68629 21.5 8 21.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"color picker empty \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.8787 7.6966L16 9.81792C16.3906 10.2084 16.3906 10.8416 16 11.2321L8.36329 18.8689C8.26994 18.9622 8.15902 19.0362 8.03694 19.0865L5.54031 20.1145C4.3074 20.6221 3.0745 19.3892 3.58216 18.1563L4.61019 15.6597C4.66046 15.5376 4.7344 15.4267 4.82776 15.3334L12.4645 7.6966C12.855 7.30607 13.4882 7.30607 13.8787 7.6966Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.8787 3.45395L16.0001 5.57527M20.2427 9.81791L18.1214 7.69659M16.0001 5.57527L17.4143 4.16106C17.8048 3.77054 18.438 3.77054 18.8285 4.16106L19.5356 4.86817C19.9261 5.25869 19.9261 5.89186 19.5356 6.28238L18.1214 7.69659M16.0001 5.57527L18.1214 7.69659\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"color picker \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 13.161L12.4644 7.6966C12.8549 7.30607 13.4881 7.30607 13.8786 7.6966L15.9999 9.81792C16.3904 10.2084 16.3904 10.8416 15.9999 11.2321L14.0711 13.161M7 13.161L4.82764 15.3334C4.73428 15.4267 4.66034 15.5376 4.61007 15.6597L3.58204 18.1563C3.07438 19.3892 4.30728 20.6221 5.54018 20.1145L8.03681 19.0865C8.1589 19.0362 8.26981 18.9622 8.36317 18.8689L14.0711 13.161M7 13.161H14.0711\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.878 3.45401L15.9993 5.57533M20.242 9.81798L18.1206 7.69666M15.9993 5.57533L17.4135 4.16112C17.8041 3.7706 18.4372 3.7706 18.8277 4.16112L19.5349 4.86823C19.9254 5.25875 19.9254 5.89192 19.5349 6.28244L18.1206 7.69666M15.9993 5.57533L18.1206 7.69666\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"combine \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 9.6V20.4C21 20.7314 20.7314 21 20.4 21H9.6C9.26863 21 9 20.7314 9 20.4V9.6C9 9.26863 9.26863 9 9.6 9H20.4C20.7314 9 21 9.26863 21 9.6Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 3.6V14.4C15 14.7314 14.7314 15 14.4 15H3.6C3.26863 15 3 14.7314 3 14.4V3.6C3 3.26863 3.26863 3 3.6 3H14.4C14.7314 3 15 3.26863 15 3.6Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"compact disc \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"compress lines \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18 2L6 2\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 22L6 22\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 5V10M12 10L15 7M12 10L9 7\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 19V14M12 14L15 17M12 14L9 17\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"compress \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18 12L6 12\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22V16M12 16L15 19M12 16L9 19\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 2V8M12 8L15 5M12 8L9 5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"computer \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 21L17 21\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 21L22 21\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 16.4V3.6C2 3.26863 2.26863 3 2.6 3H21.4C21.7314 3 22 3.26863 22 3.6V16.4C22 16.7314 21.7314 17 21.4 17H2.6C2.26863 17 2 16.7314 2 16.4Z\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"consumable \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22.0029 3V7.49704C22.0029 7.77482 21.7777 8 21.4999 8V8C21.3 8 21.1201 7.88104 21.034 7.70059C19.4263 4.32948 15.9866 2 12.0029 2C6.81752 2 2.55397 5.94668 2.05225 11\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 9.99999L17 15C17 16.1046 16.1046 17 15 17H9C7.89543 17 7 16.1046 7 15V10C7 8.89543 7.89543 8 9 8H15C16.1045 8 17 8.89543 17 9.99999Z\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 11L12 8\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.05084 21V16.503C2.05084 16.2252 2.27603 16 2.5538 16V16C2.75372 16 2.93363 16.119 3.01969 16.2994C4.62743 19.6705 8.06709 22 12.0508 22C17.2362 22 21.4997 18.0533 22.0015 13\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"control slider \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.75469 17.2828L5.32612 7.28284C5.154 6.07798 6.08892 5 7.30602 5H10.694C11.9111 5 12.846 6.07797 12.6739 7.28284L11.2453 17.2828C11.1046 18.2681 10.2607 19 9.26541 19H8.73459C7.73929 19 6.89545 18.2681 6.75469 17.2828Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M2 12L6 12M22 12L12 12\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cookie \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.5 11C7.22386 11 7 10.7761 7 10.5C7 10.2239 7.22386 10 7.5 10C7.77614 10 8 10.2239 8 10.5C8 10.7761 7.77614 11 7.5 11Z\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 18C12.4477 18 12 17.5523 12 17C12 16.4477 12.4477 16 13 16C13.5523 16 14 16.4477 14 17C14 17.5523 13.5523 18 13 18Z\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 7.01L11.01 6.99889\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 16.01L8.01 15.9989\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 9.01L16.01 8.99889\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 14.01L17.01 13.9989\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 12.01L13.01 11.9989\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"copy \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.4 20H9.6C9.26863 20 9 19.7314 9 19.4V9.6C9 9.26863 9.26863 9 9.6 9H19.4C19.7314 9 20 9.26863 20 9.6V19.4C20 19.7314 19.7314 20 19.4 20Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 9V4.6C15 4.26863 14.7314 4 14.4 4H4.6C4.26863 4 4 4.26863 4 4.6V14.4C4 14.7314 4.26863 15 4.6 15H9\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"copyright \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.5 9.17071C13.1872 9.06015 12.8506 9 12.5 9C10.8431 9 9.5 10.3431 9.5 12C9.5 13.6569 10.8431 15 12.5 15C12.8506 15 13.1872 14.9398 13.5 14.8293\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"corner bottom left \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.00047 8.00001L4.01047 8.01112\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.00047 4.00001L4.01047 4.01112\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.00047 4.00001L8.01047 4.01112\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.0005 4.00001L12.0105 4.01112\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.0005 4.00001L16.0105 4.01112\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.0005 4.00001L20.0105 4.01112\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.0005 8.00001L20.0105 8.01112\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.0005 12L20.0105 12.0111\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.0005 16L20.0105 16.0111\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.0005 20L20.0105 20.0111\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.0005 20L16.0105 20.0111\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.00047 12.01V20.01H12.0005V12.01H4.00047Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"corner bottom right \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.01 8.00001L20 8.01112\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.01 4.00001L20 4.01112\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.01 4.00001L16 4.01112\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.01 4.00001L12 4.01112\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.00999 4.00001L7.99999 4.01112\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.00999 4.00001L3.99999 4.01112\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.00999 8.00001L3.99999 8.01112\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.00999 12L3.99999 12.0111\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.00999 16L3.99999 16.0111\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.00999 20L3.99999 20.0111\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.00999 20L7.99999 20.0111\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.01 12.01V20.01H12.01V12.01H20.01Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"corner top left \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4 16.01L4.01 15.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 20.01L4.01 19.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 20.01L8.01 19.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 20.01L12.01 19.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 20.01L16.01 19.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 20.01L20.01 19.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 16.01L20.01 15.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 12.01L20.01 11.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 8.01L20.01 7.99889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 4.01L20.01 3.99889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 4.01L16.01 3.99889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 12V4H12V12H4Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"corner top right \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.01 16.01L20 15.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.01 20.01L20 19.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.01 20.01L16 19.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.01 20.01L12 19.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.00999 20.01L7.99999 19.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.00999 20.01L3.99999 19.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.00999 16.01L3.99999 15.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.00999 12.01L3.99999 11.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.00999 8.01L3.99999 7.99889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.00999 4.01L3.99999 3.99889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.00999 4.01L7.99999 3.99889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.01 12V4H12.01V12H20.01Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cpu warning \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 2L19 6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 10.01L19.01 9.99889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 14V15.4C16 15.7314 15.7314 16 15.4 16H8.6C8.26863 16 8 15.7314 8 15.4V8.6C8 8.26863 8.26863 8 8.6 8H14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 14V19.4C20 19.7314 19.7314 20 19.4 20H4.6C4.26863 20 4 19.7314 4 19.4V4.6C4 4.26863 4.26863 4 4.6 4H14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 17H22\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 20V22\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 20V22\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 20V22\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 17H2\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 12H2\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 7H2\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 4V2\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 4V2\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cpu \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 15.4V8.6C8 8.26863 8.26863 8 8.6 8H15.4C15.7314 8 16 8.26863 16 8.6V15.4C16 15.7314 15.7314 16 15.4 16H8.6C8.26863 16 8 15.7314 8 15.4Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 4.6V19.4C20 19.7314 19.7314 20 19.4 20H4.6C4.26863 20 4 19.7314 4 19.4V4.6C4 4.26863 4.26863 4 4.6 4H19.4C19.7314 4 20 4.26863 20 4.6Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 4V2\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 4V2\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 4V2\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 20V22\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 20V22\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 20V22\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 17H22\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 12H22\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 7H22\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 17H2\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 12H2\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 7H2\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cracked egg \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C16.4183 22 20 18.4183 20 14C20 9.58172 16.4183 2 12 2C7.58172 2 4 9.58172 4 14C4 18.4183 7.58172 22 12 22Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.5 3.5L12 8L9.5 11L12 14.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"creative commons \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.5 9.17071C10.1872 9.06015 9.85064 9 9.5 9C7.84315 9 6.5 10.3431 6.5 12C6.5 13.6569 7.84315 15 9.5 15C9.85064 15 10.1872 14.9398 10.5 14.8293\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.75 9.17071C16.4372 9.06015 16.1006 9 15.75 9C14.0931 9 12.75 10.3431 12.75 12C12.75 13.6569 14.0931 15 15.75 15C16.1006 15 16.4372 14.9398 16.75 14.8293\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"credit card 2 \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 9V5.6C2 5.26863 2.26863 5 2.6 5H21.4C21.7314 5 22 5.26863 22 5.6V9V18.4C22 18.7314 21.7314 19 21.4 19H2.6C2.26863 19 2 18.7314 2 18.4V9ZM2 9H16\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<rect x=\"15\" y=\"12\"   rx=\"0.6\" fill=\"currentColor\"/>\n</svg>\n</li><li title=\"credit card \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 15C7.55228 15 8 14.5523 8 14C8 13.4477 7.55228 13 7 13C6.44772 13 6 13.4477 6 14C6 14.5523 6.44772 15 7 15Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 9V5.6C2 5.26863 2.26863 5 2.6 5H21.4C21.7314 5 22 5.26863 22 5.6V9M2 9V18.4C2 18.7314 2.26863 19 2.6 19H21.4C21.7314 19 22 18.7314 22 18.4V9M2 9H22\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"crop rotate bl \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.5 12V16C5.5 18.2091 7.29086 20 9.5 20H10.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 14.5L5.5 12L8 14.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.5 4L11.5 12C11.5 12.5523 11.9477 13 12.5 13L20.5 13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.5 15L18.5 7C18.5 6.44772 18.0523 6 17.5 6L9.5 6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"crop rotate br \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.748 18.2501H15.748C17.9572 18.2501 19.748 16.4592 19.748 14.2501V13.2501\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.248 20.7501L11.748 18.2501L14.248 15.7501\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.74805 12.2501L11.748 12.2501C12.3003 12.2501 12.748 11.8023 12.748 11.2501L12.748 3.25006\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.748 5.25006L6.74805 5.25006C6.19576 5.25006 5.74805 5.69778 5.74805 6.25006L5.74805 14.2501\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"crop rotate tl \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.746 5.75006H7.74597C5.53683 5.75006 3.74597 7.54092 3.74597 9.75006V10.7501\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.24597 3.25006L11.746 5.75006L9.24597 8.25006\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.746 11.7501L11.746 11.7501C11.1937 11.7501 10.746 12.1978 10.746 12.7501L10.746 20.7501\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.74597 18.7501L16.746 18.7501C17.2983 18.7501 17.746 18.3023 17.746 17.7501L17.746 9.75006\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"crop rotate tr \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18 12V8C18 5.79086 16.2091 4 14 4H13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.5 9.5L18 12L15.5 9.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 20L12 12C12 11.4477 11.5523 11 11 11L3 11\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 9L5 17C5 17.5523 5.44772 18 6 18L14 18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"crop \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 18H6V3\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 6H18V21\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"css3 \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4 3L5.77778 20.0899L12 22L18.2222 20.0899L20 3H4Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 7H16.5L15.5 17L12 18L8.5 17L8.25 14.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 11.5H7.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cursor pointer \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.5027 9.96958C20.7073 10.4588 20.6154 12.1941 19.3658 12.5533L13.0605 14.3658L10.1807 20.2606C9.60996 21.4288 7.88499 21.218 7.6124 19.9468L4.67677 6.25646C4.44638 5.18204 5.5121 4.2878 6.53019 4.70126L19.5027 9.96958Z\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"cut alt \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.23611 8C6.71115 7.46924 7 6.76835 7 6C7 4.34315 5.65685 3 4 3C2.34315 3 1 4.34315 1 6C1 7.65685 2.34315 9 4 9C4.8885 9 5.68679 8.61375 6.23611 8ZM6.23611 8L16 16\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 12H17.5H18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 12H22.5H23\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.23611 16C6.71115 16.5308 7 17.2316 7 18C7 19.6569 5.65685 21 4 21C2.34315 21 1 19.6569 1 18C1 16.3431 2.34315 15 4 15C4.8885 15 5.68679 15.3863 6.23611 16ZM6.23611 16L16 8\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cut \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 12H17.5H18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 12H22.5H23\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.23611 7C6.71115 6.46924 7 5.76835 7 5C7 3.34315 5.65685 2 4 2C2.34315 2 1 3.34315 1 5C1 6.65685 2.34315 8 4 8C4.8885 8 5.68679 7.61375 6.23611 7ZM6.23611 7L19 18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.23611 17C6.71115 17.5308 7 18.2316 7 19C7 20.6569 5.65685 22 4 22C2.34315 22 1 20.6569 1 19C1 17.3431 2.34315 16 4 16C4.8885 16 5.68679 16.3863 6.23611 17ZM6.23611 17L19 6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cycling \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14 7C15.1046 7 16 6.10457 16 5C16 3.89543 15.1046 3 14 3C12.8954 3 12 3.89543 12 5C12 6.10457 12.8954 7 14 7Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 21C19.6569 21 21 19.6569 21 18C21 16.3431 19.6569 15 18 15C16.3431 15 15 16.3431 15 18C15 19.6569 16.3431 21 18 21Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 21C7.65685 21 9 19.6569 9 18C9 16.3431 7.65685 15 6 15C4.34315 15 3 16.3431 3 18C3 19.6569 4.34315 21 6 21Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.5 18L13 14L8.11768 12L11.1179 8.50006L14.1179 11.0001L17.6179 11.0001\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"dash flag \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 15L5.95039 4.54568C5.97849 4.23663 6.23761 4 6.54793 4H20.343C20.6958 4 20.9725 4.30295 20.9405 4.65432L20.0496 14.4543C20.0215 14.7634 19.7624 15 19.4521 15H5ZM5 15L4.4 21\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 7.5L16 11.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"dashboard dots \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 7.01L12.01 6.99889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 9.01L16.01 8.99889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 9.01L8.01 8.99889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 13.01L18.01 12.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 13.01L6.01 12.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 17.01L17.01 16.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 17.01L7.01 16.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 17L13 11\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 20.001H4C2.74418 18.3295 2 16.2516 2 14C2 8.47715 6.47715 4 12 4C17.5228 4 22 8.47715 22 14C22 16.2516 21.2558 18.3295 20 20.001L15.5 20\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 23C13.6569 23 15 21.6569 15 20C15 18.3431 13.6569 17 12 17C10.3431 17 9 18.3431 9 20C9 21.6569 10.3431 23 12 23Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"dashboard speed \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 4L12 8\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 8L6.5 10.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.5 10.5L20 8\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 17H6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 17L13 11\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 17H21\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 20.001H4C2.74418 18.3295 2 16.2516 2 14C2 8.47715 6.47715 4 12 4C17.5228 4 22 8.47715 22 14C22 16.2516 21.2558 18.3295 20 20.001L15.5 20\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 23C13.6569 23 15 21.6569 15 20C15 18.3431 13.6569 17 12 17C10.3431 17 9 18.3431 9 20C9 21.6569 10.3431 23 12 23Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"dashboard \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 15.8C15 14.0327 12 11 12 11C12 11 9 14.0327 9 15.8C9 17.5673 10.3431 19 12 19C13.6569 19 15 17.5673 15 15.8Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M12 4L12 8\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.5 7.5L6.5 10.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.5 10.5L20.5 7.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 17H6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 17H22\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"data transfer both \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 20V4M17 4L20 7M17 4L14 7\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 4V20M7 20L10 17M7 20L4 17\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"data transfer check \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14 19L17 22L22 17\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 14V4M17 4L20 7M17 4L14 7\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 4V20M7 20L10 17M7 20L4 17\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"data transfer down \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 20L17 19\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 15L17 14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 4V20M7 20L4 17M7 20L10 17\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 10V4M17 4L14 7M17 4L20 7\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"data transfer up \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 4L7 5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 9L7 10\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 20V4M17 4L20 7M17 4L14 7\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 14V20M7 20L10 17M7 20L4 17\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"data transfer warning \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 4L7 5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 9L7 10\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 12V4M17 4L20 7M17 4L14 7\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 16L20 18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 22.01L20.01 21.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 14V20M7 20L10 17M7 20L4 17\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"database backup \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4 6V12C4 12 4 15 11 15C11.5925 15 12.1349 14.9785 12.6313 14.9392\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 6V12\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 3C18 3 18 6 18 6C18 6 18 9 11 9C4 9 4 6 4 6C4 6 4 3 11 3Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 21C4 21 4 18 4 18V12\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22.6664 17.6667C22.0476 16.097 20.6345 15 18.9901 15C17.2318 15 15.7377 16.2545 15.1968 18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.9951 17.6667H22.6664V17.6667C22.8507 17.6667 23.0001 17.5173 23.0001 17.333V15.4445\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.3336 20.3333C15.9524 21.903 17.3655 23 19.0099 23C20.7682 23 22.2623 21.7455 22.8032 20\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.0049 20.3333H15.3336V20.3333C15.1493 20.3333 14.9999 20.4827 14.9999 20.667V22.5555\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"database export \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 16V22M19 22L22 19M19 22L16 19\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 6V12C4 12 4 15 11 15C18 15 18 12 18 12V6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 3C18 3 18 6 18 6C18 6 18 9 11 9C4 9 4 6 4 6C4 6 4 3 11 3Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 21C4 21 4 18 4 18V12\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"database monitor \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4 6V12C4 12 4 15 11 15C18 15 18 12 18 12V6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 3C18 3 18 6 18 6C18 6 18 9 11 9C4 9 4 6 4 6C4 6 4 3 11 3Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 21C4 21 4 18 4 18V12\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 22H19.5H21M19.5 19.4286H21.8333V16H17.1666V19.4286H19.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"database restore \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4 6V12C4 12 4 15 11 15C18 15 18 12 18 12V6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 3C18 3 18 6 18 6C18 6 18 9 11 9C4 9 4 6 4 6C4 6 4 3 11 3Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 21C4 21 4 18 4 18V12\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 22V16M19 16L22 19M19 16L16 19\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"database rounded \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 15V9C2 5.68629 4.68629 3 8 3H16C19.3137 3 22 5.68629 22 9V15C22 18.3137 19.3137 21 16 21H8C4.68629 21 2 18.3137 2 15Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M16.3571 12C17.0714 12 18.5 12 18.5 10C18.5 8 17.0714 8 16.3571 8L13.5 8V12M16.3571 12C15.2143 12 13.9762 12 13.5 12M16.3571 12C17.0714 12 18.5 12 18.5 14C18.5 16 17.0714 16 16.3571 16H13.5V12\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.35714 8H5.5V12L5.5 16H8.35714C9.07143 16 10.5 16 10.5 14V10C10.5 8 9.07143 8 8.35714 8Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"database script \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 14V6C22 4.34315 20.6569 3 19 3H9C7.34315 3 6 4.34315 6 6V13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 21H6C3.79086 21 2 19.2091 2 17C2 14.7909 3.79086 13 6 13H17H18C15.7909 13 14 14.7909 14 17C14 19.2091 15.7909 21 18 21C20.2091 21 22 19.2091 22 17V14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"database settings \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4 6V12C4 12 4 15 11 15C18 15 18 12 18 12V6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 3C18 3 18 6 18 6C18 6 18 9 11 9C4 9 4 6 4 6C4 6 4 3 11 3Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 21C4 21 4 18 4 18V12\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 21C20.1046 21 21 20.1046 21 19C21 17.8954 20.1046 17 19 17C18.6357 17 18.2942 17.0974 18 17.2676C17.4022 17.6134 17 18.2597 17 19C17 19.7403 17.4022 20.3866 18 20.7324C18.2942 20.9026 18.6357 21 19 21Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 22C20.6569 22 22 20.6569 22 19C22 17.3431 20.6569 16 19 16C17.3431 16 16 17.3431 16 19C16 20.6569 17.3431 22 19 22Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"0.3 2\"/>\n</svg>\n</li><li title=\"database star \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4 6V12C4 12 4 15 11 15C18 15 18 12 18 12V6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 3C18 3 18 6 18 6C18 6 18 9 11 9C4 9 4 6 4 6C4 6 4 3 11 3Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 21C4 21 4 18 4 18V12\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.3056 17.1133L18.2147 15.1856C18.3314 14.9381 18.6686 14.9381 18.7853 15.1856L19.6944 17.1133L21.7275 17.4243C21.9884 17.4642 22.0923 17.7998 21.9035 17.9923L20.4326 19.4917L20.7797 21.61C20.8243 21.882 20.5515 22.0895 20.3181 21.961L18.5 20.9603L16.6819 21.961C16.4485 22.0895 16.1757 21.882 16.2203 21.61L16.5674 19.4917L15.0965 17.9923C14.9077 17.7998 15.0116 17.4642 15.2725 17.4243L17.3056 17.1133Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"database stats \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4 6V12C4 12 4 15 11 15C18 15 18 12 18 12V6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 3C18 3 18 6 18 6C18 6 18 9 11 9C4 9 4 6 4 6C4 6 4 3 11 3Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 21C4 21 4 18 4 18V12\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 21V19\" stroke=\"currentColor\" stroke-linecap=\"round\"/>\n<path d=\"M18 21V17\" stroke=\"currentColor\" stroke-linecap=\"round\"/>\n<path d=\"M21 21V15\" stroke=\"currentColor\" stroke-linecap=\"round\"/>\n</svg>\n</li><li title=\"db check \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14 19L17 22L22 17\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 6V12C4 12 4 15 11 15C18 15 18 12 18 12V6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 3C18 3 18 6 18 6C18 6 18 9 11 9C4 9 4 6 4 6C4 6 4 3 11 3Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 21C4 21 4 18 4 18V12\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"db error \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.1213 21.364L19.2426 19.2427M21.364 17.1214L19.2426 19.2427M19.2426 19.2427L17.1213 17.1214M19.2426 19.2427L21.364 21.364\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 6V12C4 12 4 15 11 15C18 15 18 12 18 12V6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 3C18 3 18 6 18 6C18 6 18 9 11 9C4 9 4 6 4 6C4 6 4 3 11 3Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 21C4 21 4 18 4 18V12\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"db search \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.5 20.5L22 22\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 18.5C16 19.8807 17.1193 21 18.5 21C19.1916 21 19.8175 20.7192 20.2701 20.2654C20.7211 19.8132 21 19.1892 21 18.5C21 17.1193 19.8807 16 18.5 16C17.1193 16 16 17.1193 16 18.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 6V12C4 12 4 15 11 15C18 15 18 12 18 12V6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 3C18 3 18 6 18 6C18 6 18 9 11 9C4 9 4 6 4 6C4 6 4 3 11 3Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 21C4 21 4 18 4 18V12\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"db star \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4 6C4 6 4 3 11 3C18 3 18 6 18 6M4 6C4 6 4 9 11 9C18 9 18 6 18 6M4 6V12M18 6V12C18 12 18 15 11 15C4 15 4 12 4 12M11 21C4 21 4 18 4 18V12\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.3056 17.1133L18.2147 15.1856C18.3314 14.9381 18.6686 14.9381 18.7853 15.1856L19.6944 17.1133L21.7275 17.4243C21.9884 17.4642 22.0923 17.7998 21.9035 17.9923L20.4326 19.4917L20.7797 21.61C20.8243 21.882 20.5515 22.0895 20.3181 21.961L18.5 20.9603L16.6819 21.961C16.4485 22.0895 16.1757 21.882 16.2203 21.61L16.5674 19.4917L15.0965 17.9923C14.9077 17.7998 15.0116 17.4642 15.2725 17.4243L17.3056 17.1133Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"db warning \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20 16L20 18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 22.01L20.01 21.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 6V12C4 12 4 15 11 15C18 15 18 12 18 12V6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 3C18 3 18 6 18 6C18 6 18 9 11 9C4 9 4 6 4 6C4 6 4 3 11 3Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 21C4 21 4 18 4 18V12\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"db \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 12V18C5 18 5 21 12 21C19 21 19 18 19 18V12\" stroke=\"currentColor\" stroke-/>\n<path d=\"M5 6V12C5 12 5 15 12 15C19 15 19 12 19 12V6\" stroke=\"currentColor\" stroke-/>\n<path d=\"M12 3C19 3 19 6 19 6C19 6 19 9 12 9C5 9 5 6 5 6C5 6 5 3 12 3Z\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"de compress \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18 12L6 12\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 16V22M12 22L15 19M12 22L9 19\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 8V2M12 2L15 5M12 2L9 5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"delete circled outline \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.17218 14.8284L12.0006 12M14.829 9.17157L12.0006 12M12.0006 12L9.17218 9.17157M12.0006 12L14.829 14.8284\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"delivery truck \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 19C9.10457 19 10 18.1046 10 17C10 15.8954 9.10457 15 8 15C6.89543 15 6 15.8954 6 17C6 18.1046 6.89543 19 8 19Z\" stroke=\"currentColor\"   stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 19C19.1046 19 20 18.1046 20 17C20 15.8954 19.1046 15 18 15C16.8954 15 16 15.8954 16 17C16 18.1046 16.8954 19 18 19Z\" stroke=\"currentColor\"   stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.05 17H15V6.6C15 6.26863 14.7314 6 14.4 6H1\" stroke=\"currentColor\"   stroke-linecap=\"round\"/>\n<path d=\"M5.65 17H3.6C3.26863 17 3 16.7314 3 16.4V11.5\" stroke=\"currentColor\"   stroke-linecap=\"round\"/>\n<path d=\"M2 9L6 9\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 9H20.6101C20.8472 9 21.0621 9.13964 21.1584 9.35632L22.9483 13.3836C22.9824 13.4604 23 13.5434 23 13.6273V16.4C23 16.7314 22.7314 17 22.4 17H20.5\" stroke=\"currentColor\"   stroke-linecap=\"round\"/>\n<path d=\"M15 17H16\" stroke=\"currentColor\"   stroke-linecap=\"round\"/>\n</svg>\n</li><li title=\"delivery \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 4H18C19.1045 4 19.9999 4.89543 20 5.99999L20 18C20 19.1046 19.1046 20 18 20H6C4.89543 20 4 19.1046 4 18V12\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 9V4\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 8H3\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"design pencil \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 21.1679V14L12 7L16 14V21.1679\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 14C8 14 9.12676 15 10 15C10.8732 15 12 14 12 14C12 14 13.1268 15 14 15C14.8732 15 16 14 16 14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"dialpad \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 7C5.44772 7 5 6.55228 5 6C5 5.44772 5.44772 5 6 5C6.55228 5 7 5.44772 7 6C7 6.55228 6.55228 7 6 7Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 7C11.4477 7 11 6.55228 11 6C11 5.44772 11.4477 5 12 5C12.5523 5 13 5.44772 13 6C13 6.55228 12.5523 7 12 7Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 7C17.4477 7 17 6.55228 17 6C17 5.44772 17.4477 5 18 5C18.5523 5 19 5.44772 19 6C19 6.55228 18.5523 7 18 7Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 13C5.44772 13 5 12.5523 5 12C5 11.4477 5.44772 11 6 11C6.55228 11 7 11.4477 7 12C7 12.5523 6.55228 13 6 13Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 13C11.4477 13 11 12.5523 11 12C11 11.4477 11.4477 11 12 11C12.5523 11 13 11.4477 13 12C13 12.5523 12.5523 13 12 13Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 13C17.4477 13 17 12.5523 17 12C17 11.4477 17.4477 11 18 11C18.5523 11 19 11.4477 19 12C19 12.5523 18.5523 13 18 13Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 19C11.4477 19 11 18.5523 11 18C11 17.4477 11.4477 17 12 17C12.5523 17 13 17.4477 13 18C13 18.5523 12.5523 19 12 19Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"dishwasher \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.5 21H5C3.89543 21 3 20.1046 3 19V5C3 3.89543 3.89543 3 5 3H18.9999C20.1045 3 20.9999 3.89543 20.9999 4.99999L21 19C21 20.1046 20.1046 21 19 21H16.5\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 7H3.00006\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 16V21M12 21H10M12 21H14\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 16C13.6569 16 15 14.5076 15 12.6667V10H9V12.6667C9 14.5076 10.3431 16 12 16Z\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 5.01L18.01 4.99889\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 5.01L15.01 4.99889\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"divide selection 1 \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20 20H4V16H20V20Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 12H22\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 4H4V7\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 4H13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 4H20V7\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"divide selection 2 \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 12H22\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 4H4V7\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 4H13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 4H20V7\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 20H13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 20H4V17\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 20H20V17\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"doc search alt \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14 15L15.5 16.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 12.5C8.5 14.1569 9.84315 15.5 11.5 15.5C12.3299 15.5 13.081 15.163 13.6241 14.6185C14.1654 14.0758 14.5 13.327 14.5 12.5C14.5 10.8431 13.1569 9.5 11.5 9.5C9.84315 9.5 8.5 10.8431 8.5 12.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 21.4V2.6C4 2.26863 4.26863 2 4.6 2H16.2515C16.4106 2 16.5632 2.06321 16.6757 2.17574L19.8243 5.32426C19.9368 5.43679 20 5.5894 20 5.74853V21.4C20 21.7314 19.7314 22 19.4 22H4.6C4.26863 22 4 21.7314 4 21.4Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 5.4V2.35355C16 2.15829 16.1583 2 16.3536 2C16.4473 2 16.5372 2.03725 16.6036 2.10355L19.8964 5.39645C19.9628 5.46275 20 5.55268 20 5.64645C20 5.84171 19.8417 6 19.6464 6H16.6C16.2686 6 16 5.73137 16 5.4Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"doc search \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.5 20.5L22 22\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 18C15 19.6569 16.3431 21 18 21C18.8299 21 19.581 20.663 20.1241 20.1185C20.6654 19.5758 21 18.827 21 18C21 16.3431 19.6569 15 18 15C16.3431 15 15 16.3431 15 18Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 12V5.74853C20 5.5894 19.9368 5.43679 19.8243 5.32426L16.6757 2.17574C16.5632 2.06321 16.4106 2 16.2515 2H4.6C4.26863 2 4 2.26863 4 2.6V21.4C4 21.7314 4.26863 22 4.6 22H11\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 5.4V2.35355C16 2.15829 16.1583 2 16.3536 2C16.4473 2 16.5372 2.03725 16.6036 2.10355L19.8964 5.39645C19.9628 5.46275 20 5.55268 20 5.64645C20 5.84171 19.8417 6 19.6464 6H16.6C16.2686 6 16 5.73137 16 5.4Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"doc star alt \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4 21.4V2.6C4 2.26863 4.26863 2 4.6 2H16.2515C16.4106 2 16.5632 2.06321 16.6757 2.17574L19.8243 5.32426C19.9368 5.43679 20 5.5894 20 5.74853V21.4C20 21.7314 19.7314 22 19.4 22H4.6C4.26863 22 4 21.7314 4 21.4Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 5.4V2.35355C16 2.15829 16.1583 2 16.3536 2C16.4473 2 16.5372 2.03725 16.6036 2.10355L19.8964 5.39645C19.9628 5.46275 20 5.55268 20 5.64645C20 5.84171 19.8417 6 19.6464 6H16.6C16.2686 6 16 5.73137 16 5.4Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.6349 10.4151L11.674 8.21211C11.8073 7.9293 12.1927 7.9293 12.326 8.21211L13.3651 10.4151L15.6886 10.7706C15.9867 10.8162 16.1055 11.1997 15.8897 11.4198L14.2087 13.1334L14.6054 15.5543C14.6564 15.8652 14.3446 16.1022 14.0778 15.9554L12 14.8118L9.92219 15.9554C9.65544 16.1022 9.34363 15.8652 9.39458 15.5543L9.7913 13.1334L8.1103 11.4198C7.89447 11.1997 8.01329 10.8162 8.31141 10.7706L10.6349 10.4151Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"doc star \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.3056 17.1133L17.2147 15.1856C17.3314 14.9381 17.6686 14.9381 17.7853 15.1856L18.6944 17.1133L20.7275 17.4243C20.9884 17.4642 21.0923 17.7998 20.9035 17.9923L19.4326 19.4917L19.7797 21.61C19.8243 21.882 19.5515 22.0895 19.3181 21.961L17.5 20.9603L15.6819 21.961C15.4485 22.0895 15.1757 21.882 15.2203 21.61L15.5674 19.4917L14.0965 17.9923C13.9077 17.7998 14.0116 17.4642 14.2725 17.4243L16.3056 17.1133Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 12V5.74853C20 5.5894 19.9368 5.43679 19.8243 5.32426L16.6757 2.17574C16.5632 2.06321 16.4106 2 16.2515 2H4.6C4.26863 2 4 2.26863 4 2.6V21.4C4 21.7314 4.26863 22 4.6 22H11\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 5.4V2.35355C16 2.15829 16.1583 2 16.3536 2C16.4473 2 16.5372 2.03725 16.6036 2.10355L19.8964 5.39645C19.9628 5.46275 20 5.55268 20 5.64645C20 5.84171 19.8417 6 19.6464 6H16.6C16.2686 6 16 5.73137 16 5.4Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"dollar \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.1538 7.15382C15.2054 6.20538 13.5351 5.54568 12 5.50437M7.84619 16.1538C8.73855 17.3436 10.3977 18.0222 12 18.0798M12 5.50437C10.1735 5.45522 8.5385 6.2815 8.5385 8.53845C8.5385 12.6923 16.1538 10.6154 16.1538 14.7692C16.1538 17.1383 14.127 18.1562 12 18.0798M12 5.50437V3M12 18.0798V20.9999\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"domotic issue \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 9V12\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 16.01L12.01 15.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 9.5L12 4L21 9.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 13V19.4C19 19.7314 18.7314 20 18.4 20H5.6C5.26863 20 5 19.7314 5 19.4V13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"donate \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 6.27975C16 6.88118 15.7625 7.45883 15.3383 7.88611C14.3619 8.87007 13.415 9.89605 12.4021 10.8443C12.17 11.0585 11.8017 11.0507 11.5795 10.8268L8.6615 7.88611C7.7795 6.99725 7.7795 5.56225 8.6615 4.67339C9.55218 3.77579 11.0032 3.77579 11.8938 4.67339L11.9999 4.78027L12.1059 4.67345C12.533 4.24286 13.1146 4 13.7221 4C14.3297 4 14.9113 4.24284 15.3383 4.67339C15.7625 5.10073 16 5.67835 16 6.27975Z\" stroke=\"currentColor\" stroke-linejoin=\"round\"/>\n<path d=\"M18 20L21.8243 16.1757C21.9368 16.0632 22 15.9106 22 15.7515V10.5C22 9.67157 21.3284 9 20.5 9V9C19.6716 9 19 9.67157 19 10.5V15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 16L18.8581 15.1419C18.949 15.051 19 14.9278 19 14.7994V14.7994C19 14.6159 18.8963 14.4482 18.7322 14.3661L18.2893 14.1447C17.5194 13.7597 16.5894 13.9106 15.9807 14.5193L15.0858 15.4142C14.7107 15.7893 14.5 16.298 14.5 16.8284V20\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 20L2.17574 16.1757C2.06321 16.0632 2 15.9106 2 15.7515V10.5C2 9.67157 2.67157 9 3.5 9V9C4.32843 9 5 9.67157 5 10.5V15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 16L5.14187 15.1419C5.05103 15.051 5 14.9278 5 14.7994V14.7994C5 14.6159 5.10366 14.4482 5.26776 14.3661L5.71067 14.1447C6.48064 13.7597 7.41059 13.9106 8.01931 14.5193L8.91421 15.4142C9.28929 15.7893 9.5 16.298 9.5 16.8284V20\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"double check \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M1.5 12.5L5.57574 16.5757C5.81005 16.8101 6.18995 16.8101 6.42426 16.5757L9 14\" stroke=\"currentColor\" stroke-linecap=\"round\"/>\n<path d=\"M16 7L12 11\" stroke=\"currentColor\" stroke-linecap=\"round\"/>\n<path d=\"M7 12L11.5757 16.5757C11.8101 16.8101 12.1899 16.8101 12.4243 16.5757L22 7\" stroke=\"currentColor\" stroke-linecap=\"round\"/>\n</svg>\n</li><li title=\"down round arrow \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 5H18C20.2091 5 22 6.79086 22 9V15C22 17.2091 20.2091 19 18 19H6C3.79086 19 2 17.2091 2 15V9C2 6.79086 3.79086 5 6 5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.5 10.75L12 13.25L9.5 10.75\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"download circled outline \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 17L15 17\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 6V13M12 13L15.5 9.5M12 13L8.5 9.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"download square outline \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 18L18 18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 6V14M12 14L15.5 10.5M12 14L8.5 10.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 20.4V3.6C3 3.26863 3.26863 3 3.6 3H20.4C20.7314 3 21 3.26863 21 3.6V20.4C21 20.7314 20.7314 21 20.4 21H3.6C3.26863 21 3 20.7314 3 20.4Z\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"download \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 20L18 20\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 4V16M12 16L15.5 12.5M12 16L8.5 12.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"drag hand gesture \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 10.5L4.99591 13.1721C4.41845 13.9421 4.47127 15.0141 5.1216 15.7236L8.9055 19.8515C9.28432 20.2647 9.81826 20.5 10.3789 20.5C11.4651 20.5 13.2415 20.5 15 20.5C17.4 20.5 19 19 19 16.5C19 16.5 19 16.5 19 16.5C19 16.5 19 9.64287 19 7.92859\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 8.49995C16 8.49995 16 8.37483 16 7.92852C16 5.6428 19 5.6428 19 7.92852\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 8.50008C13 8.50008 13 7.91978 13 7.02715M13 6.50008C13 6.50008 13 6.804 13 7.02715M16 8.50008C16 8.50008 16 8.37496 16 7.92865C16 7.70549 16 7.25031 16 7.02715C16 4.74144 13 4.74144 13 7.02715\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 8.50008C13 8.50008 13 7.91978 13 7.02715C13 4.74144 16 4.74144 16 7.02715C16 7.25031 16 7.70549 16 7.92865C16 8.37496 16 8.50008 16 8.50008\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 8.50005C10 8.50005 10 7.85719 10 6.50005C10 4.21434 13 4.21434 13 6.50005C13 6.50005 13 6.50005 13 6.50005C13 6.50005 13 6.80397 13 7.02713C13 7.91975 13 8.50005 13 8.50005\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 13.5001V6.50006C7 5.67164 7.67157 5.00006 8.5 5.00006V5.00006C9.32843 5.00006 10 5.55527 10 6.38369C10 6.42151 10 6.4603 10 6.50006C10 7.85721 10 8.50006 10 8.50006\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"drawer \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 14H3\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 8H21\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 17H13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 11H13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 5H13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 2.6V19.4C21 19.7314 20.7314 20 20.4 20H3.6C3.26863 20 3 19.7314 3 19.4V2.6C3 2.26863 3.26863 2 3.6 2H20.4C20.7314 2 21 2.26863 21 2.6Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.5 20V22\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.5 20V22\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"dribbble \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.6726 20.8435C15.5 14 12.5 8.00003 8.5 2.62964\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.06653 10.8406C6.00004 11 15.2829 10.5 19.1415 5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.9677 12.81C15.3438 10.8407 7.50002 14.0001 5.23145 19.3613\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"droplet half \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.3328 16C5.11669 15.3065 5 14.5673 5 13.8C5 9.82355 12 3 12 3C12 3 15.7476 6.65312 17.7586 10.1711M5.3328 16C6.23671 18.9004 8.87998 21 12 21C15.866 21 19 17.7765 19 13.8C19 12.7331 18.4961 11.4612 17.7586 10.1711M5.3328 16L17.7586 10.1711\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"droplet \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 13.8C19 9.82355 12 3 12 3C12 3 5 9.82355 5 13.8C5 17.7765 8.13401 21 12 21C15.866 21 19 17.7765 19 13.8Z\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"ease curve control points \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 20C17 21.1046 17.8954 22 19 22C20.1046 22 21 21.1046 21 20C21 18.8954 20.1046 18 19 18C17.8954 18 17 18.8954 17 20ZM17 20H15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 4C7 5.10457 6.10457 6 5 6C3.89543 6 3 5.10457 3 4C3 2.89543 3.89543 2 5 2C6.10457 2 7 2.89543 7 4ZM7 4L9 4\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 4L12 4\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 20H10\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 20C11 20 13 4 21 4\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"ease in control point \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 20C11 20 21 4 21 4\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 20C17 21.1046 17.8954 22 19 22C20.1046 22 21 21.1046 21 20C21 18.8954 20.1046 18 19 18C17.8954 18 17 18.8954 17 20ZM17 20H15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 20H10\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"ease in out \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 20C11 20 13 4 21 4\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"ease in \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 20C11 20 21 4 21 4\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"ease out control point \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 20C3 20 13 4 21 4\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 4C7 5.10457 6.10457 6 5 6C3.89543 6 3 5.10457 3 4C3 2.89543 3.89543 2 5 2C6.10457 2 7 2.89543 7 4ZM7 4L9 4\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 4L12 4\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"ease out \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 20C3 20 13 4 21 4\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"edit pencil \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.0207 5.82839L15.8491 2.99996L20.7988 7.94971L17.9704 10.7781M13.0207 5.82839L3.41405 15.435C3.22652 15.6225 3.12116 15.8769 3.12116 16.1421V20.6776H7.65669C7.92191 20.6776 8.17626 20.5723 8.3638 20.3847L17.9704 10.7781M13.0207 5.82839L17.9704 10.7781\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"edit \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 21L12 21H21\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.2218 5.82839L15.0503 2.99996L20 7.94971L17.1716 10.7781M12.2218 5.82839L6.61522 11.435C6.42769 11.6225 6.32233 11.8769 6.32233 12.1421L6.32233 16.6776L10.8579 16.6776C11.1231 16.6776 11.3774 16.5723 11.565 16.3847L17.1716 10.7781M12.2218 5.82839L17.1716 10.7781\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"egg \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C16.4183 22 20 18.4183 20 14C20 9.58172 16.4183 2 12 2C7.58172 2 4 9.58172 4 14C4 18.4183 7.58172 22 12 22Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"eject \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 14L4.40799 13.5395C4.23212 13.7657 4.20041 14.0722 4.32626 14.3295C4.45212 14.5868 4.71355 14.75 5 14.75V14ZM19 14V14.75C19.2865 14.75 19.5479 14.5868 19.6737 14.3295C19.7996 14.0722 19.7679 13.7657 19.592 13.5395L19 14ZM5 14.75H19V13.25H5V14.75ZM10.6186 5.55443L4.40799 13.5395L5.59201 14.4605L11.8027 6.47534L10.6186 5.55443ZM19.592 13.5395L13.3814 5.55442L12.1973 6.47534L18.408 14.4605L19.592 13.5395ZM11.8027 6.47534C11.9028 6.34665 12.0972 6.34665 12.1973 6.47534L13.3814 5.55442C12.6807 4.65362 11.3193 4.65362 10.6186 5.55443L11.8027 6.47534Z\" fill=\"currentColor\"/>\n<path d=\"M5 17.25C4.58579 17.25 4.25 17.5858 4.25 18C4.25 18.4142 4.58579 18.75 5 18.75V17.25ZM19 18.75C19.4142 18.75 19.75 18.4142 19.75 18C19.75 17.5858 19.4142 17.25 19 17.25V18.75ZM5 18.75H19V17.25H5V18.75Z\" fill=\"currentColor\"/>\n</svg>\n</li><li title=\"electronics chip \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 19.4V4.6C7 4.26863 7.26863 4 7.6 4H16.4C16.7314 4 17 4.26863 17 4.6V19.4C17 19.7314 16.7314 20 16.4 20H7.6C7.26863 20 7 19.7314 7 19.4Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 20V22.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 20V22.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 4V1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 4V1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 12H4.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.5 12H17\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 6.5H4.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.5 6.5H17\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 17.5H4.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.5 17.5H17\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"electronics transister \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 16V3.6C7 3.26863 7.26863 3 7.6 3H16.4C16.7314 3 17 3.26863 17 3.6V16M7 16H9M7 16H5M17 16H15M17 16H19M12 16V22M12 16H9M12 16H15M9 16V22M15 16V22\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"emoji ball \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10 9H8M16 9H14M18 15H6M2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"emoji blink left \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10 9H8M2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.5 14.5C16.5 14.5 15 16.5 12 16.5C9 16.5 7.5 14.5 7.5 14.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5 9C15.2239 9 15 8.77614 15 8.5C15 8.22386 15.2239 8 15.5 8C15.7761 8 16 8.22386 16 8.5C16 8.77614 15.7761 9 15.5 9Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"emoji blink right \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.5 9C8.22386 9 8 8.77614 8 8.5C8 8.22386 8.22386 8 8.5 8C8.77614 8 9 8.22386 9 8.5C9 8.77614 8.77614 9 8.5 9Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 9H16M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.5 14.5C7.5 14.5 9 16.5 12 16.5C15 16.5 16.5 14.5 16.5 14.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"emoji look bottom \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.5 14C8.22386 14 8 13.7761 8 13.5C8 13.2239 8.22386 13 8.5 13C8.77614 13 9 13.2239 9 13.5C9 13.7761 8.77614 14 8.5 14Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5 14C15.2239 14 15 13.7761 15 13.5C15 13.2239 15.2239 13 15.5 13C15.7761 13 16 13.2239 16 13.5C16 13.7761 15.7761 14 15.5 14Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 18H14M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"emoji look left \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.5 9C8.22386 9 8 8.77614 8 8.5C8 8.22386 8.22386 8 8.5 8C8.77614 8 9 8.22386 9 8.5C9 8.77614 8.77614 9 8.5 9Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.4578 15C2.16035 14.053 2 13.0452 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C7.52236 22 3.73207 19.0571 2.4578 15ZM2.4578 15H7\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"emoji look right \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.5 9C15.7761 9 16 8.77614 16 8.5C16 8.22386 15.7761 8 15.5 8C15.2239 8 15 8.22386 15 8.5C15 8.77614 15.2239 9 15.5 9Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.5422 15C21.8396 14.053 22 13.0452 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C16.4776 22 20.2679 19.0571 21.5422 15ZM21.5422 15H17\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"emoji look top \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.5 7C8.22386 7 8 6.77614 8 6.5C8 6.22386 8.22386 6 8.5 6C8.77614 6 9 6.22386 9 6.5C9 6.77614 8.77614 7 8.5 7Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5 7C15.2239 7 15 6.77614 15 6.5C15 6.22386 15.2239 6 15.5 6C15.7761 6 16 6.22386 16 6.5C16 6.77614 15.7761 7 15.5 7Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 11H14M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"emoji puzzled \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.5 15.5C11.5 15.5 13 13.5 16 13.5C19 13.5 20.5 15.5 20.5 15.5\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 4C3 1.24586 7 1.2458 7 3.99993C7 5.96716 5 5.63927 5 7.99994\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 11.01L5.01 10.9989\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.5 9C17.2239 9 17 8.77614 17 8.5C17 8.22386 17.2239 8 17.5 8C17.7761 8 18 8.22386 18 8.5C18 8.77614 17.7761 9 17.5 9Z\" fill=\"black\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.5 9C10.2239 9 10 8.77614 10 8.5C10 8.22386 10.2239 8 10.5 8C10.7761 8 11 8.22386 11 8.5C11 8.77614 10.7761 9 10.5 9Z\" fill=\"black\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"emoji quite \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 15H15M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 9C8.22386 9 8 8.77614 8 8.5C8 8.22386 8.22386 8 8.5 8C8.77614 8 9 8.22386 9 8.5C9 8.77614 8.77614 9 8.5 9Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5 9C15.2239 9 15 8.77614 15 8.5C15 8.22386 15.2239 8 15.5 8C15.7761 8 16 8.22386 16 8.5C16 8.77614 15.7761 9 15.5 9Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"emoji really \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10 9H8M16 9H14M15 15H9M2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"emoji sad \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.5 9C8.22386 9 8 8.77614 8 8.5C8 8.22386 8.22386 8 8.5 8C8.77614 8 9 8.22386 9 8.5C9 8.77614 8.77614 9 8.5 9Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5 9C15.2239 9 15 8.77614 15 8.5C15 8.22386 15.2239 8 15.5 8C15.7761 8 16 8.22386 16 8.5C16 8.77614 15.7761 9 15.5 9Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.5 15.5C7.5 15.5 9 13.5 12 13.5C15 13.5 16.5 15.5 16.5 15.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"emoji satisfied \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10 9H8M16 9H14M2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.5 14.5C16.5 14.5 15 16.5 12 16.5C9 16.5 7.5 14.5 7.5 14.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"emoji sing left note \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2.8 8.1C2.8 8.59706 2.39706 9 1.9 9C1.40294 9 1 8.59706 1 8.1C1 7.60294 1.40294 7.2 1.9 7.2C2.39706 7.2 2.8 7.60294 2.8 8.1Z\" fill=\"currentColor\"/>\n<path d=\"M2.8 8.1C2.8 8.59706 2.39706 9 1.9 9C1.40294 9 1 8.59706 1 8.1C1 7.60294 1.40294 7.2 1.9 7.2C2.39706 7.2 2.8 7.60294 2.8 8.1ZM2.8 8.1V3.6C2.8 3.26863 3.06863 3 3.4 3H5\" stroke=\"currentColor\" stroke-linecap=\"round\"/>\n<path d=\"M8 17C9.10457 17 10 16.1046 10 15C10 13.8954 9.10457 13 8 13C6.89543 13 6 13.8954 6 15C6 16.1046 6.89543 17 8 17Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.04938 13C2.5511 18.0533 6.81465 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C10.5778 2 9.22492 2.2969 8 2.83209\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5 9C15.7761 9 16 8.77614 16 8.5C16 8.22386 15.7761 8 15.5 8C15.2239 8 15 8.22386 15 8.5C15 8.77614 15.2239 9 15.5 9Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 9C8.77614 9 9 8.77614 9 8.5C9 8.22386 8.77614 8 8.5 8C8.22386 8 8 8.22386 8 8.5C8 8.77614 8.22386 9 8.5 9Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"emoji sing left \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 17C6.89543 17 6 16.1046 6 15C6 13.8954 6.89543 13 8 13C9.10457 13 10 13.8954 10 15C10 16.1046 9.10457 17 8 17Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 9C8.22386 9 8 8.77614 8 8.5C8 8.22386 8.22386 8 8.5 8C8.77614 8 9 8.22386 9 8.5C9 8.77614 8.77614 9 8.5 9Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5 9C15.2239 9 15 8.77614 15 8.5C15 8.22386 15.2239 8 15.5 8C15.7761 8 16 8.22386 16 8.5C16 8.77614 15.7761 9 15.5 9Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"emoji sing right note \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.8 8.1C20.8 8.59706 20.3971 9 19.9 9C19.4029 9 19 8.59706 19 8.1C19 7.60294 19.4029 7.2 19.9 7.2C20.3971 7.2 20.8 7.60294 20.8 8.1Z\" fill=\"currentColor\"/>\n<path d=\"M20.8 8.1C20.8 8.59706 20.3971 9 19.9 9C19.4029 9 19 8.59706 19 8.1C19 7.60294 19.4029 7.2 19.9 7.2C20.3971 7.2 20.8 7.60294 20.8 8.1ZM20.8 8.1V3.6C20.8 3.26863 21.0686 3 21.4 3H23\" stroke=\"currentColor\" stroke-linecap=\"round\"/>\n<path d=\"M16 17C14.8954 17 14 16.1046 14 15C14 13.8954 14.8954 13 16 13C17.1046 13 18 13.8954 18 15C18 16.1046 17.1046 17 16 17Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.9506 13C21.4489 18.0533 17.1853 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C13.4222 2 14.7751 2.2969 16 2.83209\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 9C8.22386 9 8 8.77614 8 8.5C8 8.22386 8.22386 8 8.5 8C8.77614 8 9 8.22386 9 8.5C9 8.77614 8.77614 9 8.5 9Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5 9C15.2239 9 15 8.77614 15 8.5C15 8.22386 15.2239 8 15.5 8C15.7761 8 16 8.22386 16 8.5C16 8.77614 15.7761 9 15.5 9Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"emoji sing right \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 17C14.8954 17 14 16.1046 14 15C14 13.8954 14.8954 13 16 13C17.1046 13 18 13.8954 18 15C18 16.1046 17.1046 17 16 17Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 9C8.22386 9 8 8.77614 8 8.5C8 8.22386 8.22386 8 8.5 8C8.77614 8 9 8.22386 9 8.5C9 8.77614 8.77614 9 8.5 9Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5 9C15.2239 9 15 8.77614 15 8.5C15 8.22386 15.2239 8 15.5 8C15.7761 8 16 8.22386 16 8.5C16 8.77614 15.7761 9 15.5 9Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 9C8.22386 9 8 8.77614 8 8.5C8 8.22386 8.22386 8 8.5 8C8.77614 8 9 8.22386 9 8.5C9 8.77614 8.77614 9 8.5 9Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5 9C15.2239 9 15 8.77614 15 8.5C15 8.22386 15.2239 8 15.5 8C15.7761 8 16 8.22386 16 8.5C16 8.77614 15.7761 9 15.5 9Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"emoji surprise alt \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 17C10.8954 17 10 16.1046 10 15C10 13.8954 10.8954 13 12 13C13.1046 13 14 13.8954 14 15C14 16.1046 13.1046 17 12 17Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 9C8.22386 9 8 8.77614 8 8.5C8 8.22386 8.22386 8 8.5 8C8.77614 8 9 8.22386 9 8.5C9 8.77614 8.77614 9 8.5 9Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5 9C15.2239 9 15 8.77614 15 8.5C15 8.22386 15.2239 8 15.5 8C15.7761 8 16 8.22386 16 8.5C16 8.77614 15.7761 9 15.5 9Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"emoji surprise \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 9C8.22386 9 8 8.77614 8 8.5C8 8.22386 8.22386 8 8.5 8C8.77614 8 9 8.22386 9 8.5C9 8.77614 8.77614 9 8.5 9Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 17C11.4477 17 11 16.5523 11 16C11 15.4477 11.4477 15 12 15C12.5523 15 13 15.4477 13 16C13 16.5523 12.5523 17 12 17Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5 9C15.2239 9 15 8.77614 15 8.5C15 8.22386 15.2239 8 15.5 8C15.7761 8 16 8.22386 16 8.5C16 8.77614 15.7761 9 15.5 9Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"emoji talking angry \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10 9H8M16 9H14M2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12ZM14 18H10V15C10 14.3333 10.4 13 12 13C13.6 13 14 14.3333 14 15V18Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"emoji talking happy \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10 9H8M16 9H14M2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12ZM14 13H10V16C10 16.6667 10.4 18 12 18C13.6 18 14 16.6667 14 16V13Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"emoji think left \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10 15H7M2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 9C8.22386 9 8 8.77614 8 8.5C8 8.22386 8.22386 8 8.5 8C8.77614 8 9 8.22386 9 8.5C9 8.77614 8.77614 9 8.5 9Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5 9C15.2239 9 15 8.77614 15 8.5C15 8.22386 15.2239 8 15.5 8C15.7761 8 16 8.22386 16 8.5C16 8.77614 15.7761 9 15.5 9Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"emoji think right \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14 15H17M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 9C8.22386 9 8 8.77614 8 8.5C8 8.22386 8.22386 8 8.5 8C8.77614 8 9 8.22386 9 8.5C9 8.77614 8.77614 9 8.5 9Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5 9C15.2239 9 15 8.77614 15 8.5C15 8.22386 15.2239 8 15.5 8C15.7761 8 16 8.22386 16 8.5C16 8.77614 15.7761 9 15.5 9Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"emoji \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.5 14.5C16.5 14.5 15 16.5 12 16.5C9 16.5 7.5 14.5 7.5 14.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5 9C15.2239 9 15 8.77614 15 8.5C15 8.22386 15.2239 8 15.5 8C15.7761 8 16 8.22386 16 8.5C16 8.77614 15.7761 9 15.5 9Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 9C8.22386 9 8 8.77614 8 8.5C8 8.22386 8.22386 8 8.5 8C8.77614 8 9 8.22386 9 8.5C9 8.77614 8.77614 9 8.5 9Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"empty page \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4 21.4V2.6C4 2.26863 4.26863 2 4.6 2H16.2515C16.4106 2 16.5632 2.06321 16.6757 2.17574L19.8243 5.32426C19.9368 5.43679 20 5.5894 20 5.74853V21.4C20 21.7314 19.7314 22 19.4 22H4.6C4.26863 22 4 21.7314 4 21.4Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 5.4V2.35355C16 2.15829 16.1583 2 16.3536 2C16.4473 2 16.5372 2.03725 16.6036 2.10355L19.8964 5.39645C19.9628 5.46275 20 5.55268 20 5.64645C20 5.84171 19.8417 6 19.6464 6H16.6C16.2686 6 16 5.73137 16 5.4Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"enlarge round arrow \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.5 9.5L6 12L8.5 14.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5 9.5L18 12L15.5 14.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 15V9C2 6.79086 3.79086 5 6 5H18C20.2091 5 22 6.79086 22 9V15C22 17.2091 20.2091 19 18 19H6C3.79086 19 2 17.2091 2 15Z\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"enlarge \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 9L20 4M20 4V8M20 4H16\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 15L4 20M4 20V16M4 20H8\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"euro square \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 20.4V3.6C3 3.26863 3.26863 3 3.6 3H20.4C20.7314 3 21 3.26863 21 3.6V20.4C21 20.7314 20.7314 21 20.4 21H3.6C3.26863 21 3 20.7314 3 20.4Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M16 7.50265C15.3565 7.18066 14.6336 7 13.8696 7C11.1802 7 9 9.23858 9 12C9 14.7614 11.1802 17 13.8696 17C14.6336 17 15.3565 16.8193 16 16.4974\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 11H14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 13H14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"euro \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.5 4.80423C17.4428 4.28906 16.2552 4 15 4C10.5817 4 7 7.58172 7 12C7 16.4183 10.5817 20 15 20C16.2552 20 17.4428 19.7109 18.5 19.1958\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 10H16\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 14H16\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"ev charge alt \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 5L20 9L18 5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 5H14V9L16 9\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 7H15.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 9V19C6 20.1046 6.89543 21 8 21H17C18.1046 21 19 20.1046 19 19V14\" stroke=\"currentColor\" stroke-linecap=\"round\"/>\n<path d=\"M9 5.6V7C9 8.10457 8.10457 9 7 9H5C3.89543 9 3 8.10457 3 7V5.6C3 5.26863 3.26863 5 3.6 5H8.4C8.73137 5 9 5.26863 9 5.6Z\" stroke=\"currentColor\" stroke-linecap=\"round\"/>\n<path d=\"M4 5V3\" stroke=\"currentColor\" stroke-linecap=\"round\"/>\n<path d=\"M8 5V3\" stroke=\"currentColor\" stroke-linecap=\"round\"/>\n</svg>\n</li><li title=\"ev charge \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 9V19C6 20.1046 6.89543 21 8 21H17C18.1046 21 19 20.1046 19 19V14\" stroke=\"currentColor\" stroke-linecap=\"round\"/>\n<path d=\"M9 5.6V7C9 8.10457 8.10457 9 7 9H5C3.89543 9 3 8.10457 3 7V5.6C3 5.26863 3.26863 5 3.6 5H8.4C8.73137 5 9 5.26863 9 5.6Z\" stroke=\"currentColor\" stroke-linecap=\"round\"/>\n<path d=\"M4 5V3\" stroke=\"currentColor\" stroke-linecap=\"round\"/>\n<path d=\"M8 5V3\" stroke=\"currentColor\" stroke-linecap=\"round\"/>\n<path d=\"M18.1667 4L16.5 7H20.5L18.8333 10\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"ev plug charging \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10 13.1538V21\" stroke=\"currentColor\" stroke-linecap=\"round\"/>\n<path d=\"M15 8.38452V11.1538C15 12.2583 14.1046 13.1538 13 13.1538H7C5.89543 13.1538 5 12.2583 5 11.1538V8.38452C5 7.27995 5.89543 6.38452 7 6.38452H13C14.1046 6.38452 15 7.27995 15 8.38452Z\" stroke=\"currentColor\" stroke-linecap=\"round\"/>\n<path d=\"M13.3334 6.38462V3\" stroke=\"currentColor\" stroke-linecap=\"round\"/>\n<path d=\"M6.66663 6.38462V3\" stroke=\"currentColor\" stroke-linecap=\"round\"/>\n<path d=\"M16.6667 16L15 19H19L17.3333 22\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"ev plug error \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10 13.1538V21\" stroke=\"currentColor\" stroke-linecap=\"round\"/>\n<path d=\"M15 8.38452V11.1538C15 12.2583 14.1046 13.1538 13 13.1538H7C5.89543 13.1538 5 12.2583 5 11.1538V8.38452C5 7.27995 5.89543 6.38452 7 6.38452H13C14.1046 6.38452 15 7.27995 15 8.38452Z\" stroke=\"currentColor\" stroke-linecap=\"round\"/>\n<path d=\"M13.3334 6.38462V3\" stroke=\"currentColor\" stroke-linecap=\"round\"/>\n<path d=\"M6.66663 6.38462V3\" stroke=\"currentColor\" stroke-linecap=\"round\"/>\n<path d=\"M15.1213 21.364L17.2427 19.2427M17.2427 19.2427L19.364 17.1213M17.2427 19.2427L15.1213 17.1213M17.2427 19.2427L19.364 21.364\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"ev plug \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 13.1538V21\" stroke=\"currentColor\" stroke-linecap=\"round\"/>\n<path d=\"M17 8.38452V11.1538C17 12.2583 16.1046 13.1538 15 13.1538H9C7.89543 13.1538 7 12.2583 7 11.1538V8.38452C7 7.27995 7.89543 6.38452 9 6.38452H15C16.1046 6.38452 17 7.27995 17 8.38452Z\" stroke=\"currentColor\" stroke-linecap=\"round\"/>\n<path d=\"M15.3334 6.38462V3\" stroke=\"currentColor\" stroke-linecap=\"round\"/>\n<path d=\"M8.66663 6.38462V3\" stroke=\"currentColor\" stroke-linecap=\"round\"/>\n</svg>\n</li><li title=\"ev rounded \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.5 9L15.5 15L12.5 9\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 9H6L6 15L10 15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 12H9\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 15V9C2 5.68629 4.68629 3 8 3H16C19.3137 3 22 5.68629 22 9V15C22 18.3137 19.3137 21 16 21H8C4.68629 21 2 18.3137 2 15Z\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"ev station \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 5V9\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 19V9C5 7.89543 5.89543 7 7 7H16C17.1046 7 18 7.89543 18 9V19C18 20.1046 17.1046 21 16 21H7C5.89543 21 5 20.1046 5 19Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M5 10V5C5 3.89543 5.89543 3 7 3H16C17.1046 3 18 3.89543 18 5V10\" stroke=\"currentColor\" stroke-/>\n<path d=\"M11.1667 11L9.5 14H13.5L11.8333 17\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"exclude \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.5 15H9.6C9.26863 15 9 15.2686 9 15.6V20.4C9 20.7314 9.26863 21 9.6 21H20.4C20.7314 21 21 20.7314 21 20.4V9.6C21 9.26863 20.7314 9 20.4 9H15.6C15.2686 9 15 9.26863 15 9.6V10.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.5 15H14.4C14.7314 15 15 14.7314 15 14.4V13.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 13.5V14.4C9 14.7314 8.73137 15 8.4 15H3.6C3.26863 15 3 14.7314 3 14.4V3.6C3 3.26863 3.26863 3 3.6 3H14.4C14.7314 3 15 3.26863 15 3.6V8.4C15 8.73137 14.7314 9 14.4 9H13.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 10.5V9.6C9 9.26863 9.26863 9 9.6 9H10.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"expand lines \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18 2L6 2\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 22L6 22\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 14V19M12 19L15 16M12 19L9 16\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 10V5M12 5L15 8M12 5L9 8\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"expand \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 9L4 4M4 4V8M4 4H8\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 9L20 4M20 4V8M20 4H16\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 15L4 20M4 20V16M4 20H8\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 15L20 20M20 20V16M20 20H16\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"eye alt \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.5 12.5C7.5 6 16.5 6 19.5 12.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 16C10.8954 16 10 15.1046 10 14C10 12.8954 10.8954 12 12 12C13.1046 12 14 12.8954 14 14C14 15.1046 13.1046 16 12 16Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"eye close \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.5 8C7.5 14.5 16.5 14.5 19.5 8\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.8162 11.3175L19.5 15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 12.875V16.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.18383 11.3175L4.5 15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"eye empty \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 12C19.1114 14.991 15.7183 18 12 18C8.2817 18 4.88856 14.991 3 12C5.29855 9.15825 7.99163 6 12 6C16.0084 6 18.7015 9.1582 21 12Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"eye off \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 3L21 21\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.5 10.6771C10.1888 11.0296 10 11.4928 10 12C10 13.1045 10.8954 14 12 14C12.5072 14 12.9703 13.8112 13.3229 13.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.36185 7.5611C5.68002 8.73968 4.27894 10.4188 3 12C4.88856 14.991 8.2817 18 12 18C13.5499 18 15.0434 17.4772 16.3949 16.6508\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 6C16.0084 6 18.7015 9.1582 21 12C20.6815 12.5043 20.3203 13.0092 19.922 13.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"face id \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 3H5C3.89543 3 3 3.89543 3 5V7\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 3H19C20.1046 3 21 3.89543 21 5V7\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 8L16 10\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 8L8 10\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 16C9 16 10 17 12 17C14 17 15 16 15 16\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 8L12 13L11 13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 21H5C3.89543 21 3 20.1046 3 19V17\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 21H19C20.1046 21 21 20.1046 21 19V17\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"facebook squared \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 8V16C21 18.7614 18.7614 21 16 21H8C5.23858 21 3 18.7614 3 16V8C3 5.23858 5.23858 3 8 3H16C18.7614 3 21 5.23858 21 8Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 21C11 18 11 15 11 12C11 9.8125 11.5 8 15 8\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 13H11H15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"facebook \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 2H14C12.6739 2 11.4021 2.52678 10.4645 3.46447C9.52678 4.40215 9 5.67392 9 7V10H6V14H9V22H13V14H16L17 10H13V7C13 6.73478 13.1054 6.48043 13.2929 6.29289C13.4804 6.10536 13.7348 6 14 6H17V2Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"facetime \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 16V8C2 4.68629 4.68629 2 8 2H16C19.3137 2 22 4.68629 22 8V16C22 19.3137 19.3137 22 16 22H8C4.68629 22 2 19.3137 2 16Z\" stroke=\"currentColor\" />\n<path d=\"M6 13V11C6 9.89543 6.89543 9 8 9H11C12.1046 9 13 9.89543 13 11V13C13 14.1046 12.1046 15 11 15H8C6.89543 15 6 14.1046 6 13Z\" stroke=\"currentColor\" />\n<path d=\"M17.0399 9.22L13.9733 11.52C13.6533 11.76 13.6533 12.24 13.9733 12.48L17.0399 14.78C17.4355 15.0767 17.9999 14.7944 17.9999 14.3V9.7C17.9999 9.20557 17.4355 8.92334 17.0399 9.22Z\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"farm \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 20H2V8L8 5L14 8V20H11M5 20V13H11V20M5 20H11\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 14V17V20\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 17H18H22\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 14H18H22\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"fast arrow down box \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 20.4V3.6C3 3.26863 3.26863 3 3.6 3H20.4C20.7314 3 21 3.26863 21 3.6V20.4C21 20.7314 20.7314 21 20.4 21H3.6C3.26863 21 3 20.7314 3 20.4Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M15.5 7.5L12 11L8.5 7.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5 13.5L12 17L8.5 13.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"fast arrow down \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.5 7L12 10.5L8.5 7\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5 13L12 16.5L8.5 13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"fast arrow left box \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 20.4V3.6C3 3.26863 3.26863 3 3.6 3H20.4C20.7314 3 21 3.26863 21 3.6V20.4C21 20.7314 20.7314 21 20.4 21H3.6C3.26863 21 3 20.7314 3 20.4Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M16.5 8.5L13 12L16.5 15.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.5 8.5L7 12L10.5 15.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"fast arrow left \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.5 8L13 11.5L16.5 15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.5 8L7 11.5L10.5 15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"fast arrow right box \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 8.5L11.5 12L8 15.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 8.5L17.5 12L14 15.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 20.4V3.6C3 3.26863 3.26863 3 3.6 3H20.4C20.7314 3 21 3.26863 21 3.6V20.4C21 20.7314 20.7314 21 20.4 21H3.6C3.26863 21 3 20.7314 3 20.4Z\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"fast arrow right \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 8L10.5 11.5L7 15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 8L16.5 11.5L13 15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"fast arrow top \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.5 16.5L12 13L8.5 16.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5 10.5L12 7L8.5 10.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"fast arrow up box \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.5 16.5L12 13L8.5 16.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5 10.5L12 7L8.5 10.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 20.4V3.6C3 3.26863 3.26863 3 3.6 3H20.4C20.7314 3 21 3.26863 21 3.6V20.4C21 20.7314 20.7314 21 20.4 21H3.6C3.26863 21 3 20.7314 3 20.4Z\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"fast bottom circle \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.5 7.5L12 11L15.5 7.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 13.5L12 17L15.5 13.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"fast left circle \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.5 8.5L13 12L16.5 15.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.5 8.5L7 12L10.5 15.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"fast right circle \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 8.5L11.5 12L8 15.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 8.5L17.5 12L14 15.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"fast top circle \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.5 16.5L12 13L15.5 16.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 10.5L12 7L15.5 10.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"favourite book \"><svg  stroke-  viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4 19V5C4 3.89543 4.89543 3 6 3H19.4C19.7314 3 20 3.26863 20 3.6V16.7143\" stroke=\"currentColor\"  stroke-linecap=\"round\"/>\n<path d=\"M16 8.77975C16 9.38118 15.7625 9.95883 15.3383 10.3861C14.3619 11.3701 13.415 12.3961 12.4021 13.3443C12.17 13.5585 11.8017 13.5507 11.5795 13.3268L8.6615 10.3861C7.7795 9.49725 7.7795 8.06225 8.6615 7.17339C9.55218 6.27579 11.0032 6.27579 11.8938 7.17339L11.9999 7.28027L12.1059 7.17345C12.533 6.74286 13.1146 6.5 13.7221 6.5C14.3297 6.5 14.9113 6.74284 15.3383 7.17339C15.7625 7.60073 16 8.17835 16 8.77975Z\" stroke=\"currentColor\"  stroke-linejoin=\"round\"/>\n<path d=\"M6 17L20 17\" stroke=\"currentColor\"  stroke-linecap=\"round\"/>\n<path d=\"M6 21L20 21\" stroke=\"currentColor\"  stroke-linecap=\"round\"/>\n<path d=\"M6 21C4.89543 21 4 20.1046 4 19C4 17.8954 4.89543 17 6 17\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"female \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 15C15.3137 15 18 12.3137 18 9C18 5.68629 15.3137 3 12 3C8.68629 3 6 5.68629 6 9C6 12.3137 8.68629 15 12 15ZM12 15V19M12 21V19M12 19H10M12 19H14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"figma \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 6C6 5.20435 6.31607 4.44129 6.87868 3.87868C7.44129 3.31607 8.20435 3 9 3H12V9H9C8.20435 9 7.44129 8.68393 6.87868 8.12132C6.31607 7.55871 6 6.79565 6 6Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 3H15C15.394 3 15.7841 3.0776 16.1481 3.22836C16.512 3.37913 16.8427 3.6001 17.1213 3.87868C17.3999 4.15726 17.6209 4.48797 17.7716 4.85195C17.9224 5.21593 18 5.60603 18 6C18 6.39397 17.9224 6.78407 17.7716 7.14805C17.6209 7.51203 17.3999 7.84274 17.1213 8.12132C16.8427 8.3999 16.512 8.62087 16.1481 8.77164C15.7841 8.9224 15.394 9 15 9H12V3Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 12C12 11.606 12.0776 11.2159 12.2284 10.8519C12.3791 10.488 12.6001 10.1573 12.8787 9.87868C13.1573 9.6001 13.488 9.37913 13.8519 9.22836C14.2159 9.0776 14.606 9 15 9C15.394 9 15.7841 9.0776 16.1481 9.22836C16.512 9.37913 16.8427 9.6001 17.1213 9.87868C17.3999 10.1573 17.6209 10.488 17.7716 10.8519C17.9224 11.2159 18 11.606 18 12C18 12.394 17.9224 12.7841 17.7716 13.1481C17.6209 13.512 17.3999 13.8427 17.1213 14.1213C16.8427 14.3999 16.512 14.6209 16.1481 14.7716C15.7841 14.9224 15.394 15 15 15C14.606 15 14.2159 14.9224 13.8519 14.7716C13.488 14.6209 13.1573 14.3999 12.8787 14.1213C12.6001 13.8427 12.3791 13.512 12.2284 13.1481C12.0776 12.7841 12 12.394 12 12V12Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 18C6 17.2044 6.31607 16.4413 6.87868 15.8787C7.44129 15.3161 8.20435 15 9 15H12V18C12 18.7956 11.6839 19.5587 11.1213 20.1213C10.5587 20.6839 9.79565 21 9 21C8.20435 21 7.44129 20.6839 6.87868 20.1213C6.31607 19.5587 6 18.7956 6 18Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 12C6 11.2044 6.31607 10.4413 6.87868 9.87868C7.44129 9.31607 8.20435 9 9 9H12V15H9C8.20435 15 7.44129 14.6839 6.87868 14.1213C6.31607 13.5587 6 12.7956 6 12Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"file not found \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 8L12 12\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 16.01L12.01 15.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 3H4V6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 11V13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 11V13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 3H20V6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 21H4V18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 21H20V18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"filter alt \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2.99997 7V4C2.99997 3.44772 3.44769 3 3.99997 3H20.0001C20.5523 3 21 3.44766 21.0001 3.9999L21.0004 7M2.99997 7L9.65077 12.7007C9.87241 12.8907 9.99998 13.168 9.99998 13.4599V19.7192C9.99998 20.3698 10.6114 20.8472 11.2425 20.6894L13.2425 20.1894C13.6877 20.0781 14 19.6781 14 19.2192V13.46C14 13.168 14.1275 12.8907 14.3492 12.7007L21.0004 7M2.99997 7H21.0004\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"filter \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.99961 3H19.9997C20.552 3 20.9997 3.44764 20.9997 3.99987L20.9999 5.58569C21 5.85097 20.8946 6.10538 20.707 6.29295L14.2925 12.7071C14.105 12.8946 13.9996 13.149 13.9996 13.4142L13.9996 19.7192C13.9996 20.3698 13.3882 20.8472 12.7571 20.6894L10.7571 20.1894C10.3119 20.0781 9.99961 19.6781 9.99961 19.2192L9.99961 13.4142C9.99961 13.149 9.89425 12.8946 9.70672 12.7071L3.2925 6.29289C3.10496 6.10536 2.99961 5.851 2.99961 5.58579V4C2.99961 3.44772 3.44732 3 3.99961 3Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"finder \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 15V9C3 5.68629 5.68629 3 9 3H15C18.3137 3 21 5.68629 21 9V15C21 18.3137 18.3137 21 15 21H9C5.68629 21 3 18.3137 3 15Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 3C15 3 10.5 3 10.5 12C12 12 12 12 13 12C13 21 15 21 15 21\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.5 14.5C16.5 14.5 15 16.5 12 16.5C9 16.5 7.5 14.5 7.5 14.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 9V11\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 9V11\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"fingerprint circled error \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 16V11.3615C7 10.8518 7.10026 10.3624 7.28451 9.90769M17 14V12.8154M9.22222 7.73446C10.0167 7.27055 10.9721 7 12 7C14.2795 7 16.2027 8.33062 16.8046 10.15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 17V14.8235M14 17V11.8529C14 10.8296 13.1046 10 12 10C10.8954 10 10 10.8296 10 11.8529V12.6471\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 13.0452 21.8396 14.053 21.5422 15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.1213 22.364L19.2427 20.2427M19.2427 20.2427L21.364 18.1213M19.2427 20.2427L17.1213 18.1213M19.2427 20.2427L21.364 22.364\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"fingerprint circled lock \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 16V11.3615C7 10.8518 7.10026 10.3624 7.28451 9.90769M17 13.5V12.8154M9.22222 7.73446C10.0167 7.27055 10.9721 7 12 7C14.2795 7 16.2027 8.33062 16.8046 10.15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 17V14.8235M14 17V11.8529C14 10.8296 13.1046 10 12 10C10.8954 10 10 10.8296 10 11.8529V12.6471\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 21.8C13.3538 21.9311 12.6849 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 12.254 21.9905 12.5057 21.9719 12.7549\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.1667 18.5H21.4C21.7314 18.5 22 18.7686 22 19.1V21.4C22 21.7314 21.7314 22 21.4 22H17.6C17.2686 22 17 21.7314 17 21.4V19.1C17 18.7686 17.2686 18.5 17.6 18.5H17.8333M21.1667 18.5V16.75C21.1667 16.1667 20.8333 15 19.5 15C18.1667 15 17.8333 16.1667 17.8333 16.75V18.5M21.1667 18.5H17.8333\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"fingerprint circled ok \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 16V11.3615C7 10.8518 7.10026 10.3624 7.28451 9.90769M17 16V12.8154M9.22222 7.73446C10.0167 7.27055 10.9721 7 12 7C14.2795 7 16.2027 8.33062 16.8046 10.15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 17V14.8235M14 17V11.8529C14 10.8296 13.1046 10 12 10C10.8954 10 10 10.8296 10 11.8529V12.6471\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 13.0452 21.8396 14.053 21.5422 15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5 20.5L17.5 22.5L22.5 17.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"fingerprint circled \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 16V11.3615C7 10.8518 7.10026 10.3624 7.28451 9.90769M17 16V12.8154M9.22222 7.73446C10.0167 7.27055 10.9721 7 12 7C14.2795 7 16.2027 8.33062 16.8046 10.15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 17V14.8235M14 17V11.8529C14 10.8296 13.1046 10 12 10C10.8954 10 10 10.8296 10 11.8529V12.6471\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"fingerprint phone \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 11V6.36154C12 5.85177 12.1003 5.36242 12.2845 4.90769M22 11V7.81538M14.2222 2.73446C15.0167 2.27055 15.9721 2 17 2C19.2795 2 21.2027 3.33062 21.8046 5.15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 12V9.82353M19 12V6.85294C19 5.82959 18.1046 5 17 5C15.8954 5 15 5.82959 15 6.85294V7.64706\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 17.01L8.01 16.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 5H3.6C3.26863 5 3 5.26863 3 5.6V20.4C3 20.7314 3.26863 21 3.6 21H12.4C12.7314 21 13 20.7314 13 20.4V16\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"fingerprint scan \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 16V11.3615C7 10.8518 7.10026 10.3624 7.28451 9.90769M17 16V12.8154M9.22222 7.73446C10.0167 7.27055 10.9721 7 12 7C14.2795 7 16.2027 8.33062 16.8046 10.15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 17V14.8235M14 17V11.8529C14 10.8296 13.1046 10 12 10C10.8954 10 10 10.8296 10 11.8529V12.6471\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 3H3V6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 3H21V6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 21H3V18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 21H21V18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"fingerprint squared \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 16V11.3615C7 10.8518 7.10026 10.3624 7.28451 9.90769M17 16V12.8154M9.22222 7.73446C10.0167 7.27055 10.9721 7 12 7C14.2795 7 16.2027 8.33062 16.8046 10.15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 17V14.8235M14 17V11.8529C14 10.8296 13.1046 10 12 10C10.8954 10 10 10.8296 10 11.8529V12.6471\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 3.6V20.4C21 20.7314 20.7314 21 20.4 21H3.6C3.26863 21 3 20.7314 3 20.4V3.6C3 3.26863 3.26863 3 3.6 3H20.4C20.7314 3 21 3.26863 21 3.6Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"fingerprint \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 3.51555C8.4301 2.55827 10.1499 2 12 2C16.1031 2 19.5649 4.74572 20.6482 8.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 22V14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 22V11C3 9.94809 3.18046 8.93834 3.51212 8\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 22V11.3C18 7.82061 15.3137 5 12 5C8.68629 5 6 7.82061 6 11.3V14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 22V18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 22V11.15C9 9.4103 10.3431 8 12 8C12.8653 8 13.645 8.38466 14.1926 9\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 22V14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22V18.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 11V14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"fire flame \"><svg  stroke-  viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 18C8 20.4148 9.79086 21 12 21C15.7587 21 17 18.5 14.5 13.5C11 18 10.5 11 11 9C9.5 12 8 14.8177 8 18Z\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 21C17.0495 21 20 18.0956 20 13.125C20 8.15444 12 3 12 3C12 3 4 8.15444 4 13.125C4 18.0956 6.95054 21 12 21Z\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"fishing \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 7C17.1046 7 18 6.10457 18 5C18 3.89543 17.1046 3 16 3C14.8954 3 14 3.89543 14 5C14 6.10457 14.8954 7 16 7ZM16 7C16 7 16 13.0948 16 17C16 23 6 23 6 17V13L8 15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"flare \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.4563 2.66509C11.6717 2.2034 12.3283 2.2034 12.5437 2.66509L15.4077 8.80229C15.4673 8.93 15.57 9.03266 15.6977 9.09227L21.8349 11.9563C22.2966 12.1717 22.2966 12.8283 21.8349 13.0437L15.6977 15.9077C15.57 15.9673 15.4673 16.07 15.4077 16.1977L12.5437 22.3349C12.3283 22.7966 11.6717 22.7966 11.4563 22.3349L8.59227 16.1977C8.53266 16.07 8.43 15.9673 8.30229 15.9077L2.16509 13.0437C1.7034 12.8283 1.7034 12.1717 2.16509 11.9563L8.30229 9.09227C8.43 9.03266 8.53266 8.93 8.59227 8.80229L11.4563 2.66509Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"flash off \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.58537 7.87573L7.28022 11.5983C7.21689 12.302 7.67895 12.9296 8.31226 13C8.3695 13.0053 8.3695 13.0053 8.42693 13.0063L10.9996 13L10.5489 20.6831C10.5366 20.892 10.8127 20.9772 10.9199 20.7974C11.5966 19.6617 12.9824 17.3334 14.2474 15.193\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 3H13.5001C13.6275 3 13.7541 3.0235 13.8747 3.06956C14.4766 3.29947 14.7968 4.02807 14.5899 4.69693L13.1009 8.80233L15.8475 8.80235C16.0507 8.80235 16.2503 8.86206 16.4261 8.97543C16.9765 9.33051 17.1637 10.1142 16.8442 10.7259C16.7751 10.8617 16.6018 11.1694 16.3547 11.5983\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 4L20 20\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"flash \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.42596 13.0064C8.36853 13.0053 8.36853 13.0053 8.31129 13C7.67797 12.9296 7.21591 12.3021 7.27924 11.5983L7.88954 4.1532C7.94845 3.49854 8.4442 3 9.03626 3H13.4991C13.6266 3 13.7532 3.0235 13.8737 3.06956C14.4756 3.29947 14.7958 4.02807 14.5889 4.69693L13.0999 8.80233L15.8465 8.80235C16.0497 8.80235 16.2493 8.86206 16.4251 8.97543C16.9755 9.33051 17.1627 10.1142 16.8432 10.7259C16.4287 11.5409 12.2632 18.5413 10.9171 20.8004C10.81 20.9802 10.5357 20.8921 10.5479 20.6831L10.9986 13L8.42596 13.0064Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"flask \"><svg  stroke-  viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.5 15L5.5 15\" stroke=\"currentColor\"  stroke-linejoin=\"round\"/>\n<path d=\"M16 4L8 4\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 4.5L9 10.2602C9 10.7376 8.82922 11.1992 8.51851 11.5617L3.48149 17.4383C3.17078 17.8008 3 18.2624 3 18.7398V19C3 20.1046 3.89543 21 5 21L19 21C20.1046 21 21 20.1046 21 19V18.7398C21 18.2624 20.8292 17.8008 20.5185 17.4383L15.4815 11.5617C15.1708 11.1992 15 10.7376 15 10.2602L15 4.5\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 9.01L12.01 8.99889\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 2.01L11.01 1.99889\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"flip reverse \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.5 12V14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.75 12L4.8125 14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.625 20H9.5V18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.875 20H2L2.9375 18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.625 8L9.5 4V8\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.5 20H22L14.5 4V20Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"flip \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.5 20H2L9.5 4V20Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.125 20H22L21.0625 18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.375 20H14.5V18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.5 12V14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.25 12L19.1875 14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.375 8L14.5 4V8\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"flower \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9996 14.9995C13.6565 14.9995 14.9996 13.6564 14.9996 11.9995C14.9996 10.3427 13.6565 8.99951 11.9996 8.99951C10.3428 8.99951 8.99963 10.3427 8.99963 11.9995C8.99963 13.6564 10.3428 14.9995 11.9996 14.9995Z\" stroke=\"currentColor\" stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 9C13 9 14 7 14 5C14 3 12 1 12 1C12 1 10 3 10 5C10 7 11 9 11 9\" stroke=\"currentColor\" stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 11C9 11 7 10 5 10C3 10 1 12 1 12C1 12 3 14 5 14C7 14 9 13 9 13\" stroke=\"currentColor\" stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 15C13 15 14 17 14 19C14 21 12 23 12 23C12 23 10 21 10 19C10 17 11 15 11 15\" stroke=\"currentColor\" stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 11C15 11 17 10 19 10C21 10 23 12 23 12C23 12 21 14 19 14C17 14 15 13 15 13\" stroke=\"currentColor\" stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.5858 9.17176C10.5858 9.17176 9.87868 7.05044 8.46447 5.63623C7.05026 4.22202 4.22183 4.22202 4.22183 4.22202C4.22183 4.22202 4.22183 7.05044 5.63604 8.46466C7.05026 9.87887 9.17158 10.586 9.17158 10.586\" stroke=\"currentColor\" stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.17152 13.4142C9.17152 13.4142 7.0502 14.1213 5.63599 15.5355C4.22177 16.9497 4.22177 19.7782 4.22177 19.7782C4.22177 19.7782 7.0502 19.7782 8.46441 18.364C9.87863 16.9497 10.5857 14.8284 10.5857 14.8284\" stroke=\"currentColor\" stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.8285 13.4142C14.8285 13.4142 16.9498 14.1213 18.364 15.5355C19.7782 16.9497 19.7782 19.7782 19.7782 19.7782C19.7782 19.7782 16.9498 19.7782 15.5356 18.364C14.1214 16.9497 13.4143 14.8284 13.4143 14.8284\" stroke=\"currentColor\" stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.4142 9.17176C13.4142 9.17176 14.1213 7.05044 15.5355 5.63623C16.9497 4.22202 19.7782 4.22202 19.7782 4.22202C19.7782 4.22202 19.7782 7.05044 18.364 8.46466C16.9497 9.87887 14.8284 10.586 14.8284 10.586\" stroke=\"currentColor\" stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"fluorine \"><svg  stroke-  viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 3.6V20.4C21 20.7314 20.7314 21 20.4 21H3.6C3.26863 21 3 20.7314 3 20.4V3.6C3 3.26863 3.26863 3 3.6 3H20.4C20.7314 3 21 3.26863 21 3.6Z\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 16V8H14\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 12H14\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"fog \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 14H15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 22H15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 18H17\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.5 17.3818C2.1879 16.7066 1 15.3879 1 13C1 9 4.33333 8 6 8C6 6 6 2 12 2C18 2 18 6 18 8C19.6667 8 23 9 23 13C23 15.3879 21.8121 16.7066 20.5 17.3818\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"folder alert \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18 3L18 7\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 11.01L18.01 10.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 7V11V19.4C22 19.7314 21.7314 20 21.4 20H2.6C2.26863 20 2 19.7314 2 19.4V11\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 7H12.722C12.5787 7 12.4402 6.94876 12.3315 6.85555L9.16852 4.14445C9.05977 4.05124 8.92127 4 8.77805 4H2.6C2.26863 4 2 4.26863 2 4.6V11H14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"folder \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 11V4.6C2 4.26863 2.26863 4 2.6 4H8.77805C8.92127 4 9.05977 4.05124 9.16852 4.14445L12.3315 6.85555C12.4402 6.94876 12.5787 7 12.722 7H21.4C21.7314 7 22 7.26863 22 7.6V11M2 11V19.4C2 19.7314 2.26863 20 2.6 20H21.4C21.7314 20 22 19.7314 22 19.4V11M2 11H22\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"font size \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18 21V11M18 21L16 18.5M18 21L20 18.5M18 11L16 13M18 11L20 13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 5L9 17M9 17H7M9 17H11\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 7V5L3 5L3 7\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"football ball \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.11543 14.0149C3.95724 15.3855 3.95988 16.6715 4.01198 17.6795C4.07734 18.9439 5.05607 19.9227 6.3205 19.988C7.32849 20.0401 8.61453 20.0428 9.98508 19.8846M4.11543 14.0149C4.39374 11.6036 5.16988 8.93063 7.05025 7.05025C8.93063 5.16988 11.6036 4.39374 14.0149 4.11543M4.11543 14.0149L9.98508 19.8846M9.98508 19.8846C12.3964 19.6063 15.0694 18.8301 16.9497 16.9497C18.8301 15.0694 19.6063 12.3964 19.8846 9.98508M14.0149 4.11543C15.3855 3.95724 16.6715 3.95988 17.6795 4.01198C18.9439 4.07734 19.9227 5.05607 19.988 6.3205C20.0401 7.32849 20.0428 8.61453 19.8846 9.98508M14.0149 4.11543L19.8846 9.98508M9.17158 14.8284L10.5858 13.4142M10.5858 13.4142L9.17158 12M10.5858 13.4142L12 14.8284M10.5858 13.4142L13.4142 10.5858M13.4142 10.5858L14.8284 9.17158M13.4142 10.5858L12 9.17158M13.4142 10.5858L14.8284 12\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"football \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 13.8281L12 21\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 3L5 13.8281L19 13.8281V3\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.0003 6.732C14.071 6.11379 14.4336 4.61841 14.5487 3.89927C14.5872 3.65863 14.4553 3.43024 14.2277 3.34327C13.5474 3.08336 12.071 2.64969 11.0003 3.26789C9.92951 3.8861 9.56691 5.38148 9.45183 6.10061C9.41332 6.34125 9.54519 6.56965 9.77284 6.65662C10.4532 6.91653 11.9295 7.3502 13.0003 6.732Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"forward 15 seconds \"><svg  stroke-  viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 13C21 17.9706 16.9706 22 12 22C7.02944 22 3 17.9706 3 13C3 8.02944 7.02944 4 12 4\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 4H19.5M19.5 4L17.5 2M19.5 4L17.5 6\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 9L9 16\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 9L13 9C12.4477 9 12 9.44772 12 10L12 11.5C12 12.0523 12.4477 12.5 13 12.5L14 12.5C14.5523 12.5 15 12.9477 15 13.5L15 15C15 15.5523 14.5523 16 14 16L12 16\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"forward outline \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2.95592 5.70436C2.55976 5.41246 2 5.69531 2 6.1874V17.8126C2 18.3047 2.55976 18.5875 2.95592 18.2956L10.8445 12.483C11.1699 12.2432 11.1699 11.7568 10.8445 11.517L2.95592 5.70436Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.9559 5.70436C13.5598 5.41246 13 5.69531 13 6.1874V17.8126C13 18.3047 13.5598 18.5875 13.9559 18.2956L21.8445 12.483C22.1699 12.2432 22.1699 11.7568 21.8445 11.517L13.9559 5.70436Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"frame alt empty \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 3L6 21\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 3L18 21\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 6L21 6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 18L21 18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"frame alt \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 3L6 21\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 3L18 21\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 6L21 6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.6 9H14.4C14.7314 9 15 9.26863 15 9.6V14.4C15 14.7314 14.7314 15 14.4 15H9.6C9.26863 15 9 14.7314 9 14.4V9.6C9 9.26863 9.26863 9 9.6 9Z\" fill=\"currentColor\"/>\n<path d=\"M3 18L21 18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"frame select \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.9984 2H2V4.9984H4.9984V2Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.99854 3.50098H18.9987\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.5 4.99854V19.0005\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.4978 5V19.002\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.99854 20.501H18.9987\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.9984 19H2V21.9984H4.9984V19Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.9974 2.00195H18.999V5.00035H21.9974V2.00195Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.9974 19.002H18.999V22.0004H21.9974V19.002Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.9966 15.002L7.99658 8.00195L14.9966 11.002L11.9986 12.0009L10.9966 15.002Z\" stroke=\"currentColor\" stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.999 12.002L14.997 15.002L11.999 12.002Z\" stroke=\"currentColor\" stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"frame simple \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.9984 2H2V4.9984H4.9984V2Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.9978 3.50098H18.998\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.49878 4.99805V19\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.4968 4.99951V19.0015\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.9978 20.501H18.998\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.9984 19H2V21.9984H4.9984V19Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.9964 2.00195H18.998V5.00035H21.9964V2.00195Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.9964 19.002H18.998V22.0004H21.9964V19.002Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"frame tool \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 7H3M2 17H3M21 7H22M21 17H22M17 3V2M7 3V2M17 22V21M7 22V21M18 6.6V17.4C18 17.7314 17.7314 18 17.4 18H6.6C6.26863 18 6 17.7314 6 17.4V6.6C6 6.26863 6.26863 6 6.6 6H17.4C17.7314 6 18 6.26863 18 6.6Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"frame \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.9984 2.00098H2V4.99938H4.9984V2.00098Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.9984 10.502H2V13.5004H4.9984V10.502Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.4978 5.00049V10.503\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.5 5.00049V10.503\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.4978 13.5015V19.004\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.5 13.5015V19.004\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.99902 20.5015H10.4999\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.99902 3.50342H10.4999\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.498 20.499H18.9989\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.498 3.50098H18.9989\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.9984 19.001H2V21.9994H4.9984V19.001Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.9974 2.00195H18.999V5.00035H21.9974V2.00195Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.4974 2H10.499V4.9984H13.4974V2Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.9974 10.5029H18.999V13.5013H21.9974V10.5029Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.9974 19.002H18.999V22.0004H21.9974V19.002Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.4974 19H10.499V21.9984H13.4974V19Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"fridge \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10 14L9 14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 6L9 6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 10V2.6C5 2.26863 5.26863 2 5.6 2H18.4C18.7314 2 19 2.26863 19 2.6V10M5 10V21.4C5 21.7314 5.26863 22 5.6 22H18.4C18.7314 22 19 21.7314 19 21.4V10M5 10H19\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"fx rounded \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 15V9C2 5.68629 4.68629 3 8 3H16C19.3137 3 22 5.68629 22 9V15C22 18.3137 19.3137 21 16 21H8C4.68629 21 2 18.3137 2 15Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M6 15V9L11 9\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.99998 12H9.57141\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 15L15.5 12M15.5 12L18 9M15.5 12L13 9M15.5 12L18 15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"fx \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 17L3 7L10 7\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 12H8\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 17L17 12M17 12L21 7M17 12L13 7M17 12L21 17\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"garage \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 20H3V6L12 4L21 6V20H18M6 20H18M6 20V16M18 20V16M6 12V8L18 8V12M6 12L18 12M6 12V16M18 12V16M6 16H18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"gas tank drop \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 7.56208C3 6.14754 4.14659 5.0002 5.56319 5.0002C6.34439 5.0002 6.9996 5.0002 6.9996 5.0002V3H12V5.0002H14.0016C17.8662 5.0002 21 8.13329 21 11.9977C21 14.2891 21 16.6925 21 18.4399C21 19.1184 20.73 19.7713 20.2494 20.2513C19.7688 20.7314 19.1172 21.0018 18.4368 21.0018C15.015 21.0018 8.98499 21.0018 5.56319 21.0018C4.88279 21.0018 4.23121 20.7314 3.75061 20.2513C3.27001 19.7713 3 19.1184 3 18.4399C3 15.454 3 10.548 3 7.56208Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.9991 9C11.9991 9 14.9991 11.9934 14.9994 13.8865C14.9997 15.5422 13.6552 16.8865 11.9997 16.8865C10.3442 16.8865 9.012 15.5422 9 13.8865C9.00979 11.9924 11.9991 9 11.9991 9Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"gas tank \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 7.56208C3 6.14754 4.14659 5.0002 5.56319 5.0002C6.34439 5.0002 6.9996 5.0002 6.9996 5.0002V3H12V5.0002H14.0016C17.8662 5.0002 21 8.13329 21 11.9977C21 14.2891 21 16.6925 21 18.4399C21 19.1184 20.73 19.7713 20.2494 20.2513C19.7688 20.7314 19.1172 21.0018 18.4368 21.0018C15.015 21.0018 8.98499 21.0018 5.56319 21.0018C4.88279 21.0018 4.23121 20.7314 3.75061 20.2513C3.27001 19.7713 3 19.1184 3 18.4399C3 15.454 3 10.548 3 7.56208Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 8.87817L16 17.1155L12 12.9948L8 17.1155L12 12.9948L16 8.87402\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"gas \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 8C9 6.34315 10.3431 5 12 5V5C13.6569 5 15 6.34315 15 8V21.4C15 21.7314 14.7314 22 14.4 22H9.6C9.26863 22 9 21.7314 9 21.4V8Z\" stroke=\"currentColor\" stroke-linecap=\"round\"/>\n<path d=\"M9 11H15\" stroke=\"currentColor\" stroke-linecap=\"round\"/>\n<path d=\"M12 5V2M12 2H11M12 2H13\" stroke=\"currentColor\" stroke-linecap=\"round\"/>\n</svg>\n</li><li title=\"gift \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20 12V21.4C20 21.7314 19.7314 22 19.4 22H4.6C4.26863 22 4 21.7314 4 21.4V12\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.4 7H2.6C2.26863 7 2 7.26863 2 7.6V11.4C2 11.7314 2.26863 12 2.6 12H21.4C21.7314 12 22 11.7314 22 11.4V7.6C22 7.26863 21.7314 7 21.4 7Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22V7\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 7H7.5C6.83696 7 6.20107 6.73661 5.73223 6.26777C5.26339 5.79893 5 5.16304 5 4.5C5 3.83696 5.26339 3.20107 5.73223 2.73223C6.20107 2.26339 6.83696 2 7.5 2C11 2 12 7 12 7Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 7H16.5C17.163 7 17.7989 6.73661 18.2678 6.26777C18.7366 5.79893 19 5.16304 19 4.5C19 3.83696 18.7366 3.20107 18.2678 2.73223C17.7989 2.26339 17.163 2 16.5 2C13 2 12 7 12 7Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"git branch \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18 9C19.6569 9 21 7.65685 21 6C21 4.34315 19.6569 3 18 3C16.3431 3 15 4.34315 15 6C15 7.65685 16.3431 9 18 9Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 21C7.65685 21 9 19.6569 9 18C9 16.3431 7.65685 15 6 15C4.34315 15 3 16.3431 3 18C3 19.6569 4.34315 21 6 21Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 15V3\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 18C12.5 18 18 15.9 18 9.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"git commit \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 12H3\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 12H21\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"git merge \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18 21C19.6569 21 21 19.6569 21 18C21 16.3431 19.6569 15 18 15C16.3431 15 15 16.3431 15 18C15 19.6569 16.3431 21 18 21Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 9C7.65685 9 9 7.65685 9 6C9 4.34315 7.65685 3 6 3C4.34315 3 3 4.34315 3 6C3 7.65685 4.34315 9 6 9ZM6 9V21M6 9C6 12.5 8.5 18 14.5 18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"github outline \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.3333 19V17.137C14.3583 16.8275 14.3154 16.5163 14.2073 16.2242C14.0993 15.9321 13.9286 15.6657 13.7067 15.4428C15.8 15.2156 18 14.4431 18 10.8989C17.9998 9.99256 17.6418 9.12101 17 8.46461C17.3039 7.67171 17.2824 6.79528 16.94 6.01739C16.94 6.01739 16.1533 5.7902 14.3333 6.97811C12.8053 6.57488 11.1947 6.57488 9.66666 6.97811C7.84666 5.7902 7.05999 6.01739 7.05999 6.01739C6.71757 6.79528 6.69609 7.67171 6.99999 8.46461C6.35341 9.12588 5.99501 10.0053 5.99999 10.9183C5.99999 14.4366 8.19999 15.2091 10.2933 15.4622C10.074 15.6829 9.90483 15.9461 9.79686 16.2347C9.68889 16.5232 9.64453 16.8306 9.66666 17.137V19\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.66667 17.7018C7.66667 18.3335 6 17.7018 5 15.7544\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"github \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 22.0268V19.1568C16.0375 18.68 15.9731 18.2006 15.811 17.7506C15.6489 17.3006 15.3929 16.8902 15.06 16.5468C18.2 16.1968 21.5 15.0068 21.5 9.54679C21.4997 8.15062 20.9627 6.80799 20 5.79679C20.4558 4.5753 20.4236 3.22514 19.91 2.02679C19.91 2.02679 18.73 1.67679 16 3.50679C13.708 2.88561 11.292 2.88561 8.99999 3.50679C6.26999 1.67679 5.08999 2.02679 5.08999 2.02679C4.57636 3.22514 4.54413 4.5753 4.99999 5.79679C4.03011 6.81549 3.49251 8.17026 3.49999 9.57679C3.49999 14.9968 6.79998 16.1868 9.93998 16.5768C9.61098 16.9168 9.35725 17.3222 9.19529 17.7667C9.03334 18.2112 8.96679 18.6849 8.99999 19.1568V22.0268\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 20.0267C6 20.9999 3.5 20.0267 2 17.0267\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"gitlab full \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.0573 2.54429C17.1158 2.36426 17.3684 2.35862 17.4348 2.53587L20.5488 10.8457L21.9467 14.5766C21.9782 14.6607 21.9497 14.7555 21.8771 14.8084L12.1177 21.9143C12.0476 21.9654 11.9524 21.9654 11.8823 21.9143L2.1229 14.8084C2.05027 14.7555 2.02182 14.6607 2.05334 14.5766L3.45095 10.8462L3.61783 10.3963L6.56249 2.53587C6.62889 2.35863 6.88149 2.36422 6.93999 2.54422L9.40952 10.1431C9.4363 10.2255 9.51309 10.2813 9.59973 10.2813H14.4002C14.4868 10.2813 14.5637 10.2255 14.5904 10.143L17.0573 2.54429Z\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"glass empty \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.5 11L8.5 16\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.03919 4.2939C3.01449 4.10866 3.0791 3.92338 3.23133 3.81499C3.9272 3.31953 6.3142 2 12 2C17.6858 2 20.0728 3.31952 20.7687 3.81499C20.9209 3.92338 20.9855 4.10866 20.9608 4.2939L19.2616 17.0378C19.0968 18.2744 18.3644 19.3632 17.2813 19.9821L16.9614 20.1649C13.8871 21.9217 10.1129 21.9217 7.03861 20.1649L6.71873 19.9821C5.6356 19.3632 4.90325 18.2744 4.73838 17.0378L3.03919 4.2939Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M3 5C5.57143 7.66666 18.4286 7.66662 21 5\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"glass half alt \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.03919 4.2939C3.01449 4.10866 3.0791 3.92338 3.23133 3.81499C3.9272 3.31953 6.3142 2 12 2C17.6858 2 20.0728 3.31952 20.7687 3.81499C20.9209 3.92338 20.9855 4.10866 20.9608 4.2939L19.2616 17.0378C19.0968 18.2744 18.3644 19.3632 17.2813 19.9821L16.9614 20.1649C13.8871 21.9217 10.1129 21.9217 7.03861 20.1649L6.71873 19.9821C5.6356 19.3632 4.90325 18.2744 4.73838 17.0378L3.03919 4.2939Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M3 5C5.57143 7.66666 18.4286 7.66662 21 5\" stroke=\"currentColor\" stroke-/>\n<path d=\"M4 13C5.03151 14.2034 7.92505 14.8638 11 14.981C14.7388 15.1236 18.7458 14.4632 20 13\" stroke=\"currentColor\" stroke-/>\n<path d=\"M15 14.823V20.5\" stroke=\"currentColor\" stroke-/>\n<path d=\"M4 13C6.28571 10.3333 17.7143 10.3334 20 13\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"glass half \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.03919 4.2939C3.01449 4.10866 3.0791 3.92338 3.23133 3.81499C3.9272 3.31953 6.3142 2 12 2C17.6858 2 20.0728 3.31952 20.7687 3.81499C20.9209 3.92338 20.9855 4.10866 20.9608 4.2939L19.2616 17.0378C19.0968 18.2744 18.3644 19.3632 17.2813 19.9821L16.9614 20.1649C13.8871 21.9217 10.1129 21.9217 7.03861 20.1649L6.71873 19.9821C5.6356 19.3632 4.90325 18.2744 4.73838 17.0378L3.03919 4.2939Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M3 5C5.57143 7.66666 18.4286 7.66662 21 5\" stroke=\"currentColor\" stroke-/>\n<path d=\"M4 13C5.03151 14.2034 7.92505 14.8638 11 14.981C12.3455 15.0323 13.7258 14.9796 15 14.823C17.2664 14.5443 19.1972 13.9366 20 13\" stroke=\"currentColor\" stroke-/>\n<path d=\"M4 13C6.28571 10.3333 17.7143 10.3334 20 13\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"glasses \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 14C2 16.2091 3.79086 18 6 18C8.20914 18 10 16.2091 10 14C10 11.7909 8.20914 10 6 10C3.79086 10 2 11.7909 2 14ZM2 14V6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 14C22 16.2091 20.2091 18 18 18C15.7909 18 14 16.2091 14 14C14 11.7909 15.7909 10 18 10C20.2091 10 22 11.7909 22 14ZM22 14V6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 14H10\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"globe \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.5 12.5L8 14.5L7 18L8 21\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 20.5L16.5 18L14 17V13.5L17 12.5L21.5 13\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 5.5L18.5 7L15 7.5V10.5L17.5 9.5H19.5L21.5 10.5\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.5 10.5L5 8.5L7.5 8L9.5 5L8.5 3\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"golf \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 18L12 12M12 12V3.40992C12 2.97917 12.4404 2.68876 12.8364 2.85844L21.2803 6.47729C21.7549 6.68065 21.7681 7.34854 21.302 7.5705L12 12Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22C15.866 22 19 20.433 19 18.5C19 16.567 15.866 15 12 15C8.13401 15 5 16.567 5 18.5C5 20.433 8.13401 22 12 22Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"google circled \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.5475 8.30327C14.6407 7.49361 13.4329 7 12.1089 7C9.28696 7 7 9.23899 7 12C7 14.761 9.28696 17 12.1089 17C15.5781 17 16.86 14.4296 17 12.4167H12.841\" stroke=\"currentColor\" stroke-/>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"google docs \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 3L5 3C3.89543 3 3 3.89543 3 5L3 19C3 20.1046 3.89543 21 5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 7L17 7\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 12L17 12\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 17L13 17\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"google drive check \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0)\">\n<path d=\"M9.14286 3.00375L14.8571 3M9.14286 3.00375L2 15.0038M9.14286 3.00375L14.0446 12.5M14.8571 3L5.575 21M14.8571 3L21.5 14M5.575 21L2 15.0038M5.575 21H12.0036M2 15.0038H12.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 19L18 22L23 17\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<defs>\n<clipPath id=\"clip0\">\n<rect   stroke- fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n</li><li title=\"google drive sync \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.14286 3.00375L14.8571 3M9.14286 3.00375L2 15.0038M9.14286 3.00375L14.0446 12.5M14.8571 3L5.575 21M14.8571 3L20.2126 12M5.575 21L2 15.0038M5.575 21H12.0036M2 15.0038H12.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22.6663 17.6667C22.0476 16.097 20.6344 15 18.9901 15C17.2317 15 15.7376 16.2545 15.1967 18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.9951 17.7722H22.4C22.7314 17.7722 23 17.5036 23 17.1722V15.55\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.3337 20.3333C15.9524 21.903 17.3656 23 19.0099 23C20.7683 23 22.2624 21.7455 22.8033 20\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.0049 20.2278H15.6C15.2686 20.2278 15 20.4964 15 20.8278V22.45\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"google drive warning \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.14286 3.00375L14.8571 3M9.14286 3.00375L2 15.0038M9.14286 3.00375L14.0446 12.5M14.8571 3L5.575 21M14.8571 3L21.5 14M5.575 21L2 15.0038M5.575 21H12.0036M2 15.0038H12.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 16L18 18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 22.01L18.01 21.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"google drive \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.14286 3.00375L14.8571 3M9.14286 3.00375L2 15.0038M9.14286 3.00375L18.4321 21M14.8571 3L22 15.0038M14.8571 3L5.575 21M18.4321 21H5.575M18.4321 21L22 15.0038M5.575 21L2 15.0038M22 15.0038L2 15.0038\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"google home \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.7083 17C19.1334 15.4077 20 13.3051 20 11C20 6.02944 15.9706 2 11 2C6.02944 2 2 6.02944 2 11C2 15.9706 6.02944 20 11 20C13.6655 20 16.0604 18.8412 17.7083 17ZM17.7083 17H19.5C20.8807 17 22 18.1193 22 19.5V19.5C22 20.8807 20.8807 22 19.5 22H17\" stroke=\"currentColor\" stroke-linecap=\"round\"/>\n<path d=\"M11 11.01L11.01 10.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 11.01L8.01 10.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 11.01L14.01 10.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"google one \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11 5V19C11 20.1046 11.8954 21 13 21C14.1046 21 15 20.1046 15 19L15 5C15 3.89543 14.1046 3 13 3C11.8954 3 11 3.89543 11 5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.6396 3.52916L6.74732 8.17181C5.94609 8.93214 5.91294 10.198 6.67328 10.9993C7.43361 11.8005 8.69951 11.8336 9.50074 11.0733L14.3931 6.43066C15.1943 5.67033 15.2274 4.40443 14.4671 3.6032C13.7068 2.80198 12.4409 2.76883 11.6396 3.52916Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"google \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.5475 8.30327C14.6407 7.49361 13.4329 7 12.1089 7C9.28696 7 7 9.23899 7 12C7 14.761 9.28696 17 12.1089 17C15.5781 17 16.86 14.4296 17 12.4167H12.841\" stroke=\"currentColor\" stroke-/>\n<path d=\"M21 8V16C21 18.7614 18.7614 21 16 21H8C5.23858 21 3 18.7614 3 16V8C3 5.23858 5.23858 3 8 3H16C18.7614 3 21 5.23858 21 8Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"gps \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 8.5H19.75C18.7835 8.5 18 9.2835 18 10.25V10.25C18 11.2165 18.7835 12 19.75 12H21.25C22.2165 12 23 12.7835 23 13.75V13.75C23 14.7165 22.2165 15.5 21.25 15.5H18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.5 15.5V12.7M10.5 12.7C10.9762 12.7 12.2143 12.7 13.3571 12.7C14.0714 12.7 15.5 12.7 15.5 10.6C15.5 8.5 14.0714 8.5 13.3571 8.5L10.5 8.5V12.7Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.5 9.12734C5.93308 8.73191 5.24362 8.5 4.5 8.5C2.567 8.5 1 10.067 1 12C1 13.933 2.567 15.5 4.5 15.5C6.433 15.5 8 14 8 12H5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"graph down \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20 20H4V4\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 7L12 15L15 12L19.5 16.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"graph up \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20 20H4V4\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 16.5L12 9L15 12L19.5 7.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"grid add \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.9922 17H16.9922M19.9922 17H16.9922M16.9922 17V14M16.9922 17V20\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 9.4V4.6C4 4.26863 4.26863 4 4.6 4H9.4C9.73137 4 10 4.26863 10 4.6V9.4C10 9.73137 9.73137 10 9.4 10H4.6C4.26863 10 4 9.73137 4 9.4Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M4 19.4V14.6C4 14.2686 4.26863 14 4.6 14H9.4C9.73137 14 10 14.2686 10 14.6V19.4C10 19.7314 9.73137 20 9.4 20H4.6C4.26863 20 4 19.7314 4 19.4Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M14 9.4V4.6C14 4.26863 14.2686 4 14.6 4H19.4C19.7314 4 20 4.26863 20 4.6V9.4C20 9.73137 19.7314 10 19.4 10H14.6C14.2686 10 14 9.73137 14 9.4Z\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"grid minus \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.9922 17H16.9922H19.9922\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 9.4V4.6C4 4.26863 4.26863 4 4.6 4H9.4C9.73137 4 10 4.26863 10 4.6V9.4C10 9.73137 9.73137 10 9.4 10H4.6C4.26863 10 4 9.73137 4 9.4Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M4 19.4V14.6C4 14.2686 4.26863 14 4.6 14H9.4C9.73137 14 10 14.2686 10 14.6V19.4C10 19.7314 9.73137 20 9.4 20H4.6C4.26863 20 4 19.7314 4 19.4Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M14 9.4V4.6C14 4.26863 14.2686 4 14.6 4H19.4C19.7314 4 20 4.26863 20 4.6V9.4C20 9.73137 19.7314 10 19.4 10H14.6C14.2686 10 14 9.73137 14 9.4Z\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"grid remove \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.8713 19.1213L16.9926 17M19.114 14.8787L16.9926 17M16.9926 17L14.8713 14.8787M16.9926 17L19.114 19.1213\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 9.4V4.6C4 4.26863 4.26863 4 4.6 4H9.4C9.73137 4 10 4.26863 10 4.6V9.4C10 9.73137 9.73137 10 9.4 10H4.6C4.26863 10 4 9.73137 4 9.4Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M4 19.4V14.6C4 14.2686 4.26863 14 4.6 14H9.4C9.73137 14 10 14.2686 10 14.6V19.4C10 19.7314 9.73137 20 9.4 20H4.6C4.26863 20 4 19.7314 4 19.4Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M14 9.4V4.6C14 4.26863 14.2686 4 14.6 4H19.4C19.7314 4 20 4.26863 20 4.6V9.4C20 9.73137 19.7314 10 19.4 10H14.6C14.2686 10 14 9.73137 14 9.4Z\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"group \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M1 20V19C1 15.134 4.13401 12 8 12V12C11.866 12 15 15.134 15 19V20\" stroke=\"currentColor\" stroke-linecap=\"round\"/>\n<path d=\"M13 14V14C13 11.2386 15.2386 9 18 9V9C20.7614 9 23 11.2386 23 14V14.5\" stroke=\"currentColor\" stroke-linecap=\"round\"/>\n<path d=\"M8 12C10.2091 12 12 10.2091 12 8C12 5.79086 10.2091 4 8 4C5.79086 4 4 5.79086 4 8C4 10.2091 5.79086 12 8 12Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 9C19.6569 9 21 7.65685 21 6C21 4.34315 19.6569 3 18 3C16.3431 3 15 4.34315 15 6C15 7.65685 16.3431 9 18 9Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"gym \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.4 7H4.6C4.26863 7 4 7.26863 4 7.6V16.4C4 16.7314 4.26863 17 4.6 17H7.4C7.73137 17 8 16.7314 8 16.4V7.6C8 7.26863 7.73137 7 7.4 7Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.4 7H16.6C16.2686 7 16 7.26863 16 7.6V16.4C16 16.7314 16.2686 17 16.6 17H19.4C19.7314 17 20 16.7314 20 16.4V7.6C20 7.26863 19.7314 7 19.4 7Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M1 14.4V9.6C1 9.26863 1.26863 9 1.6 9H3.4C3.73137 9 4 9.26863 4 9.6V14.4C4 14.7314 3.73137 15 3.4 15H1.6C1.26863 15 1 14.7314 1 14.4Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M23 14.4V9.6C23 9.26863 22.7314 9 22.4 9H20.6C20.2686 9 20 9.26863 20 9.6V14.4C20 14.7314 20.2686 15 20.6 15H22.4C22.7314 15 23 14.7314 23 14.4Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 12H16\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"half cookie \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.8 13.9999C20.8734 18.5644 16.8379 21.9999 12 21.9999C6.47715 21.9999 2 17.5228 2 11.9999C2 6.81459 5.94668 2.55104 11 2.04932\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.5 10C6.22386 10 6 9.77614 6 9.5C6 9.22386 6.22386 9 6.5 9C6.77614 9 7 9.22386 7 9.5C7 9.77614 6.77614 10 6.5 10Z\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.5 4C20.2239 4 20 3.77614 20 3.5C20 3.22386 20.2239 3 20.5 3C20.7761 3 21 3.22386 21 3.5C21 3.77614 20.7761 4 20.5 4Z\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 19C11.4477 19 11 18.5523 11 18C11 17.4477 11.4477 17 12 17C12.5523 17 13 17.4477 13 18C13 18.5523 12.5523 19 12 19Z\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 15.01L7.01 14.9989\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 15.01L17.01 14.9989\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 12.01L11.01 11.9989\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 9.01L21.01 8.99889\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 6.01L17.01 5.99889\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 2C10.5 3.5 11.4999 5 13.0855 5C11 8.5 13 12 18 11.5C18 14 20.5 14.5 21.6998 14.0136\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"half moon \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 11.5066C3 16.7497 7.25034 21 12.4934 21C16.2209 21 19.4466 18.8518 21 15.7259C12.4934 15.7259 8.27411 11.5066 8.27411 3C5.14821 4.55344 3 7.77915 3 11.5066Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"hand brake \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 16V14V12\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 9V8.5V8\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<circle cx=\"12\" cy=\"12\" r=\"8\" stroke=\"currentColor\" stroke-/>\n<path d=\"M3.9532 4.5C2.12105 6.46488 1 9.10152 1 12C1 14.8985 2.12105 17.5351 3.9532 19.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.0468 4.5C21.8789 6.46488 23 9.10152 23 12C23 14.8985 21.8789 17.5351 20.0468 19.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"handbag \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 8H4C2.89543 8 2 8.89543 2 10V19C2 20.1046 2.89543 21 4 21H20C21.1046 21 22 20.1046 22 19V10C22 8.89543 21.1046 8 20 8H15M9 8V3.6C9 3.26863 9.26863 3 9.6 3H14.4C14.7314 3 15 3.26863 15 3.6V8M9 8H15M9 8V14M15 8V14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"hard drive \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10 17.01L10.01 16.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 17.01L6.01 16.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 13V20.4C2 20.7314 2.26863 21 2.6 21H21.4C21.7314 21 22 20.7314 22 20.4V13M2 13H22M2 13L4.87172 3.42759C4.94786 3.1738 5.18145 3 5.44642 3H18.5536C18.8185 3 19.0521 3.1738 19.1283 3.42759L22 13\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"hat \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 17V15C7 11.134 10.134 8 14 8C17.866 8 21 11.134 21 15V17H7ZM7 17H2\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 6.01L14.01 5.99889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"hd display \"><svg  stroke-  viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.5 8.5V12M5.5 15.5V12M5.5 12H10M10 12L10 8.5M10 12L10 15.5\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.5 12V8.5C16 8.5 18.5 8.5 18.5 12C18.5 15.5 16 15.5 13.5 15.5V12Z\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 18.4V5.6C2 5.26863 2.26863 5 2.6 5H21.4C21.7314 5 22 5.26863 22 5.6V18.4C22 18.7314 21.7314 19 21.4 19H2.6C2.26863 19 2 18.7314 2 18.4Z\" stroke=\"currentColor\" />\n</svg>\n</li><li title=\"hd \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 7V12M3 17L3 12M3 12H10M10 12L10 7M10 12L10 17\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 12V7C17 7 21 7 21 12C21 17 17 17 13 17V12Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"hdr \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M1.5 8.5V12M1.5 15.5V12M1.5 12H6M6 12L6 8.5M6 12L6 15.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.5 15.5V12.7M20.3571 12.7C21.0714 12.7 22.5 12.7 22.5 10.6C22.5 8.5 21.0714 8.5 20.3571 8.5L17.5 8.5V12.7M20.3571 12.7C19.2143 12.7 17.9762 12.7 17.5 12.7M20.3571 12.7L22.5 15.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.5 12V8.5C12 8.5 14.5 8.5 14.5 12C14.5 15.5 12 15.5 9.5 15.5V12Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"headset charge \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.5 13L10 17H14L11.5 21\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 13.5V13C4 8.02944 7.58172 4 12 4C16.4183 4 20 8.02944 20 13V13.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 17.4385V15.5616C2 14.6439 2.62459 13.8439 3.51493 13.6213L4 13.5L5.25448 13.1864C5.63317 13.0918 6 13.3782 6 13.7685V19.2316C6 19.6219 5.63317 19.9083 5.25448 19.8137L3.51493 19.3788C2.62459 19.1562 2 18.3562 2 17.4385Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 17.4385V15.5616C22 14.6439 21.3754 13.8439 20.4851 13.6213L20 13.5L18.7455 13.1864C18.3668 13.0918 18 13.3782 18 13.7685V19.2316C18 19.6219 18.3668 19.9083 18.7455 19.8137L20.4851 19.3788C21.3754 19.1562 22 18.3562 22 17.4385Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"headset help \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20 11C20 6.58172 16.4183 3 12 3C7.58172 3 4 6.58172 4 11\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 15.4384V13.5616C2 12.6438 2.62459 11.8439 3.51493 11.6213L5.25448 11.1864C5.63317 11.0917 6 11.3781 6 11.7685V17.2315C6 17.6219 5.63317 17.9083 5.25448 17.8136L3.51493 17.3787C2.62459 17.1561 2 16.3562 2 15.4384Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M22 15.4384V13.5616C22 12.6438 21.3754 11.8439 20.4851 11.6213L18.7455 11.1864C18.3668 11.0917 18 11.3781 18 11.7685V17.2315C18 17.6219 18.3668 17.9083 18.7455 17.8136L20.4851 17.3787C21.3754 17.1561 22 16.3562 22 15.4384Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M20 18V18.5C20 19.6046 19.1046 20.5 18 20.5H14.5\" stroke=\"currentColor\" stroke-/>\n<path d=\"M13.5 22H10.5C9.67157 22 9 21.3284 9 20.5C9 19.6716 9.67157 19 10.5 19H13.5C14.3284 19 15 19.6716 15 20.5C15 21.3284 14.3284 22 13.5 22Z\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"headset issue \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 12L12 17\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 21.01L12.01 20.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 13.5V13C4 8.02944 7.58172 4 12 4C16.4183 4 20 8.02944 20 13V13.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 17.4385V15.5616C2 14.6439 2.62459 13.8439 3.51493 13.6213L4 13.5L5.25448 13.1864C5.63317 13.0918 6 13.3782 6 13.7685V19.2316C6 19.6219 5.63317 19.9083 5.25448 19.8137L3.51493 19.3788C2.62459 19.1562 2 18.3562 2 17.4385Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 17.4385V15.5616C22 14.6439 21.3754 13.8439 20.4851 13.6213L20 13.5L18.7455 13.1864C18.3668 13.0918 18 13.3782 18 13.7685V19.2316C18 19.6219 18.3668 19.9083 18.7455 19.8137L20.4851 19.3788C21.3754 19.1562 22 18.3562 22 17.4385Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"headset \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4 13.5V13C4 8.02944 7.58172 4 12 4C16.4183 4 20 8.02944 20 13V13.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 17.4385V15.5616C2 14.6439 2.62459 13.8439 3.51493 13.6213L4 13.5L5.25448 13.1864C5.63317 13.0918 6 13.3782 6 13.7685V19.2316C6 19.6219 5.63317 19.9083 5.25448 19.8137L3.51493 19.3788C2.62459 19.1562 2 18.3562 2 17.4385Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 17.4385V15.5616C22 14.6439 21.3754 13.8439 20.4851 13.6213L20 13.5L18.7455 13.1864C18.3668 13.0918 18 13.3782 18 13.7685V19.2316C18 19.6219 18.3668 19.9083 18.7455 19.8137L20.4851 19.3788C21.3754 19.1562 22 18.3562 22 17.4385Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"health shield \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.6667 16H10.3333V13.6667H8V10.3333H10.3333V8H13.6667V10.3333H16V13.6667H13.6667V16Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 18L3.13036 4.91253C3.05646 4.39524 3.39389 3.91247 3.90398 3.79912L11.5661 2.09641C11.8519 2.03291 12.1481 2.03291 12.4339 2.09641L20.096 3.79912C20.6061 3.91247 20.9435 4.39524 20.8696 4.91252L19 18C18.9293 18.495 18.5 21.5 12 21.5C5.5 21.5 5.07071 18.495 5 18Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"healthcare \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18 20L21.8243 16.1757C21.9368 16.0632 22 15.9106 22 15.7515V10.5C22 9.67157 21.3284 9 20.5 9V9C19.6716 9 19 9.67157 19 10.5V15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 16L18.8581 15.1419C18.949 15.051 19 14.9278 19 14.7994V14.7994C19 14.6159 18.8963 14.4482 18.7322 14.3661L18.2893 14.1447C17.5194 13.7597 16.5894 13.9106 15.9807 14.5193L15.0858 15.4142C14.7107 15.7893 14.5 16.298 14.5 16.8284V20\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 20L2.17574 16.1757C2.06321 16.0632 2 15.9106 2 15.7515V10.5C2 9.67157 2.67157 9 3.5 9V9C4.32843 9 5 9.67157 5 10.5V15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 16L5.14187 15.1419C5.05103 15.051 5 14.9278 5 14.7994V14.7994C5 14.6159 5.10366 14.4482 5.26776 14.3661L5.71067 14.1447C6.48064 13.7597 7.41059 13.9106 8.01931 14.5193L8.91421 15.4142C9.28929 15.7893 9.5 16.298 9.5 16.8284V20\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.6667 12H10.3333V9.66667H8V6.33333H10.3333V4H13.6667V6.33333H16V9.66667H13.6667V12Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"heart \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 8.86222C22 10.4087 21.4062 11.8941 20.3458 12.9929C17.9049 15.523 15.5374 18.1613 13.0053 20.5997C12.4249 21.1505 11.5042 21.1304 10.9488 20.5547L3.65376 12.9929C1.44875 10.7072 1.44875 7.01723 3.65376 4.73157C5.88044 2.42345 9.50794 2.42345 11.7346 4.73157L11.9998 5.00642L12.2648 4.73173C13.3324 3.6245 14.7864 3 16.3053 3C17.8242 3 19.2781 3.62444 20.3458 4.73157C21.4063 5.83045 22 7.31577 22 8.86222Z\" stroke=\"currentColor\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"heavy rain \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 13V20\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 13V20\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 15V22\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 17.6073C21.4937 17.0221 23 15.6889 23 13C23 9 19.6667 8 18 8C18 6 18 2 12 2C6 2 6 6 6 8C4.33333 8 1 9 1 13C1 15.6889 2.50628 17.0221 4 17.6073\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"heptagon \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.7397 1.62537C11.9042 1.54614 12.0958 1.54614 12.2603 1.62537L20.3398 5.51624C20.5043 5.59547 20.6238 5.7453 20.6644 5.92331L22.6599 14.666C22.7005 14.844 22.6579 15.0309 22.5441 15.1736L16.9529 22.1848C16.839 22.3275 16.6664 22.4107 16.4838 22.4107H7.51622C7.33363 22.4107 7.16097 22.3275 7.04712 22.1848L1.45595 15.1736C1.3421 15.0309 1.29946 14.844 1.34009 14.666L3.33556 5.92331C3.37619 5.7453 3.49567 5.59547 3.66018 5.51624L11.7397 1.62537Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"her slips \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M1 4.6C1 4.26863 1.26863 4 1.6 4H22.4C22.7314 4 23 4.26863 23 4.6V8.51175C23 8.79612 22.8011 9.04191 22.5243 9.10697C21.4716 9.35435 18.8886 10.0207 17 11C13.5564 12.7856 13.0695 17.6549 13.0068 19.3822C12.9945 19.7209 12.7194 20 12.3805 20H11.6195C11.2806 20 11.0055 19.7209 10.9932 19.3822C10.9305 17.6549 10.4436 12.7856 7 11C5.11136 10.0207 2.52843 9.35435 1.47571 9.10697C1.19887 9.04191 1 8.79612 1 8.51175V4.6Z\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"hesa warning outline \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M1.1732 12.3C1.06603 12.1144 1.06603 11.8856 1.17321 11.7L6.3268 2.77372C6.43397 2.58808 6.63205 2.47372 6.84641 2.47372H17.1536C17.3679 2.47372 17.566 2.58808 17.6732 2.77372L22.8268 11.7C22.934 11.8856 22.934 12.1144 22.8268 12.3L17.6732 21.2263C17.566 21.4119 17.3679 21.5263 17.1536 21.5263H6.84641C6.63205 21.5263 6.43397 21.4119 6.32679 21.2263L1.1732 12.3Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 8L12 12\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 16.01L12.01 15.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"hexagon alt \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0)\">\n<path d=\"M6.32677 2.77363C6.43395 2.58799 6.63202 2.47363 6.84638 2.47363L17.1536 2.47363C17.3679 2.47363 17.566 2.58799 17.6732 2.77363L22.8268 11.6999C22.9339 11.8856 22.9339 12.1143 22.8268 12.2999L17.6732 21.2262C17.566 21.4118 17.3679 21.5262 17.1536 21.5262L6.84638 21.5262C6.63202 21.5262 6.43395 21.4118 6.32677 21.2262L1.17318 12.2999C1.066 12.1143 1.066 11.8856 1.17318 11.6999L6.32677 2.77363Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<defs>\n<clipPath id=\"clip0\">\n<rect   stroke- fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n</li><li title=\"hexagon \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.7 1.1732C11.8856 1.06603 12.1144 1.06603 12.3 1.17321L21.2263 6.3268C21.4119 6.43397 21.5263 6.63205 21.5263 6.84641V17.1536C21.5263 17.3679 21.4119 17.566 21.2263 17.6732L12.3 22.8268C12.1144 22.934 11.8856 22.934 11.7 22.8268L2.77372 17.6732C2.58808 17.566 2.47372 17.3679 2.47372 17.1536V6.84641C2.47372 6.63205 2.58808 6.43397 2.77372 6.32679L11.7 1.1732Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"high priority \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.5757 1.42426C11.81 1.18995 12.1899 1.18995 12.4243 1.42426L22.5757 11.5757C22.81 11.81 22.8101 12.1899 22.5757 12.4243L12.4243 22.5757C12.19 22.81 11.8101 22.8101 11.5757 22.5757L1.42426 12.4243C1.18995 12.19 1.18995 11.8101 1.42426 11.5757L11.5757 1.42426Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 8L12 12\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 16.01L12.01 15.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"historic shield alt \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.7317 21.8658L6.21115 19.1056C4.85601 18.428 4 17.043 4 15.5279V2.6C4 2.26863 4.26863 2 4.6 2H19.4C19.7314 2 20 2.26863 20 2.6V15.5279C20 17.043 19.144 18.428 17.7889 19.1056L12.2683 21.8658C12.0994 21.9503 11.9006 21.9503 11.7317 21.8658Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 10V2\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 10H20\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"historic shield \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4 15.5279V2.6C4 2.26863 4.26863 2 4.6 2H19.4C19.7314 2 20 2.26863 20 2.6V15.5279C20 17.043 19.144 18.428 17.7889 19.1056L12.2683 21.8658C12.0994 21.9503 11.9006 21.9503 11.7317 21.8658L6.21115 19.1056C4.85601 18.428 4 17.043 4 15.5279Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"home alt slim horiz \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 9.5L12 4L21 9.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 13V19.4C19 19.7314 18.7314 20 18.4 20H5.6C5.26863 20 5 19.7314 5 19.4V13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 16H14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"home alt slim \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 9.5L12 4L21 9.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 13V19.4C19 19.7314 18.7314 20 18.4 20H5.6C5.26863 20 5 19.7314 5 19.4V13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 17V13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"home alt \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.4 17H11.6C11.2686 17 11 16.7314 11 16.4V14.6C11 14.2686 11.2686 14 11.6 14H12.4C12.7314 14 13 14.2686 13 14.6V16.4C13 16.7314 12.7314 17 12.4 17Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 9.5L12 4L21 9.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 13V19.4C19 19.7314 18.7314 20 18.4 20H5.6C5.26863 20 5 19.7314 5 19.4V13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"home hospital \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 9.5L12 4L21 9.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 13V19.4C19 19.7314 18.7314 20 18.4 20H5.6C5.26863 20 5 19.7314 5 19.4V13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.6667 17H10.3333V14.6667H8V11.3333H10.3333V9H13.6667V11.3333H16V14.6667H13.6667V17Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"home simple door \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 21H7C4.79086 21 3 19.2091 3 17V10.7076C3 9.30887 3.73061 8.01175 4.92679 7.28679L9.92679 4.25649C11.2011 3.48421 12.7989 3.48421 14.0732 4.25649L19.0732 7.28679C20.2694 8.01175 21 9.30887 21 10.7076V17C21 19.2091 19.2091 21 17 21H15M9 21V17C9 15.3431 10.3431 14 12 14V14C13.6569 14 15 15.3431 15 17V21M9 21H15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"home simple \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 21H7C4.79086 21 3 19.2091 3 17V10.7076C3 9.30887 3.73061 8.01175 4.92679 7.28679L9.92679 4.25649C11.2011 3.48421 12.7989 3.48421 14.0732 4.25649L19.0732 7.28679C20.2694 8.01175 21 9.30887 21 10.7076V17C21 19.2091 19.2091 21 17 21Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 17H15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"home user \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2.5 9.5L12 4L21.5 9.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 21V20C7 17.2386 9.23858 15 12 15V15C14.7614 15 17 17.2386 17 20V21\" stroke=\"currentColor\" stroke-/>\n<path d=\"M12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"home \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 9.5L12 4L21 9.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 13V19.4C19 19.7314 18.7314 20 18.4 20H5.6C5.26863 20 5 19.7314 5 19.4V13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"horiz distribution left \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 17V7M19 17H13.6C13.2686 17 13 16.7314 13 16.4V7.6C13 7.26863 13.2686 7 13.6 7H19M19 17V20M19 7V4\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 17V7M9 17H5.6C5.26863 17 5 16.7314 5 16.4V7.6C5 7.26863 5.26863 7 5.6 7H9M9 17V20M9 7V4\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"horiz distribution right \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 17V7M5 17H10.4C10.7314 17 11 16.7314 11 16.4V7.6C11 7.26863 10.7314 7 10.4 7H5M5 17V20M5 7V4\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 17V7M15 17H18.4C18.7314 17 19 16.7314 19 16.4V7.6C19 7.26863 18.7314 7 18.4 7H15M15 17V20M15 7V4\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"hospital sign \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 12C10.6667 12 13.3333 12 16 12M8 12V7M8 12V17M16 12V17M16 12V7\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"hospital \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.4 8C6.73137 8 7 7.73137 7 7.4V3.6C7 3.26863 7.26863 3 7.6 3H16.4C16.7314 3 17 3.26863 17 3.6V7.4C17 7.73137 17.2686 8 17.6 8H19.4C19.7314 8 20 8.26863 20 8.6V20.4C20 20.7314 19.7314 21 19.4 21H4.6C4.26863 21 4 20.7314 4 20.4V8.6C4 8.26863 4.26863 8 4.6 8H6.4Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M9.99219 8H11.9922M13.9922 8H11.9922M11.9922 8V6M11.9922 8V10\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 17.01L16.01 16.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 13.01L16.01 12.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 13.01L12.01 12.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 13.01L8.01 12.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 17.01L8.01 16.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 17.01L12.01 16.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"hourglass \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 12C15.3137 12 18 9.31371 18 6H6C6 9.31371 8.68629 12 12 12ZM12 12C15.3137 12 18 14.6863 18 18H6C6 14.6863 8.68629 12 12 12Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 3L12 3L18 3\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 21H12L18 21\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"html5 \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4 3L5.77778 20.0899L12 22L18.2222 20.0899L20 3H4Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 7H7.5L8 11.5H16L15.5 17L12 18L8.5 17L8.25 14.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"hydrogen \"><svg  stroke-  viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 3.6V20.4C21 20.7314 20.7314 21 20.4 21H3.6C3.26863 21 3 20.7314 3 20.4V3.6C3 3.26863 3.26863 3 3.6 3H20.4C20.7314 3 21 3.26863 21 3.6Z\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 8V12M10 16V12M10 12H14M14 12L14 8M14 12L14 16\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"iconoir \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 3L5 3C3.89543 3 3 3.89543 3 5L3 19C3 20.1046 3.89543 21 5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"import \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4 13V19C4 20.1046 4.89543 21 6 21H18C19.1046 21 20 20.1046 20 19V13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 3L12 15M12 15L8.5 11.5M12 15L15.5 11.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"industry \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18 10C18 9 17 8 15 8C14.6978 8 14.355 8 14.0002 8C12.3434 8 11 6.65685 11 5V2\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 21H21V12H18V16.5M18 21V16.5M18 21L3 21V17L6.5 14L10.5 16.5L14.5 14L18 16.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 10C21 4 17 4 17 4C17 4 21 4.5 21 2\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"info empty \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 11.5V16.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 7.51L12.01 7.49889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"input field \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4 6H20C21.1046 6 22 6.89543 22 8V16C22 17.1046 21.1046 18 20 18H4C2.89543 18 2 17.1046 2 16V8C2 6.89543 2.89543 6 4 6Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 8.5H6.5M8 8.5H6.5M6.5 8.5V15.5M6.5 15.5H5M6.5 15.5H8\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"input search \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 12V10C21 7.23858 18.7614 5 16 5H8C5.23858 5 3 7.23858 3 10V10C3 12.7614 5.23858 15 8 15H12\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.1241 19.1185C20.6654 18.5758 21 17.827 21 17C21 15.3431 19.6569 14 18 14C16.3431 14 15 15.3431 15 17C15 18.6569 16.3431 20 18 20C18.8299 20 19.581 19.663 20.1241 19.1185ZM20.1241 19.1185L22 21\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"instagram \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 16V8C3 5.23858 5.23858 3 8 3H16C18.7614 3 21 5.23858 21 8V16C21 18.7614 18.7614 21 16 21H8C5.23858 21 3 18.7614 3 16Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M17.5 6.51L17.51 6.49889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"internet \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 2.04932C13 2.04932 16 5.99994 16 11.9999\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 21.9506C11 21.9506 8 17.9999 8 11.9999C8 5.99994 11 2.04932 11 2.04932\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.62964 15.5H12\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.62964 8.5H21.3704\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.8789 17.9174C22.3727 18.2211 22.3423 18.9604 21.8337 19.0181L19.2671 19.309L18.1159 21.6213C17.8878 22.0795 17.1827 21.8552 17.0661 21.2873L15.8108 15.1713C15.7123 14.6913 16.1437 14.3892 16.561 14.646L21.8789 17.9174Z\" stroke=\"currentColor\"  />\n</svg>\n</li><li title=\"intersect alt \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.0098 3.00001L14.9998 3.01112\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.0098 3.00001L10.9998 3.01112\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.00977 3.00001L6.99977 3.01112\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.00977 3.00001L2.99977 3.01112\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.00977 7.00001L2.99977 7.01112\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.00977 11L2.99977 11.0111\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.00977 15L2.99977 15.0111\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 21.01L9.01 20.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 21.01L13.01 20.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 21.01L17.01 20.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 21.01L21.01 20.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 17.01L21.01 16.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 13.01L21.01 12.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 9.01L21.01 8.99889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 17L9 10C9 9.44772 9.44772 9 10 9L17 9\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 7L15 14C15 14.5523 14.5523 15 14 15L7 15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"intersect \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 13.5V16.5M13.5 21H16.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.5 9H9.6C9.26863 9 9 9.26863 9 9.6V16.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.5 21H9.6C9.26863 21 9 20.7314 9 20.4V19.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 19.5V20.4C21 20.7314 20.7314 21 20.4 21H19.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.5 9H20.4C20.7314 9 21 9.26863 21 9.6V10.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 10.5V7.5M7.5 3H10.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.5 15H14.4C14.7314 15 15 14.7314 15 14.4V7.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.5 15H3.6C3.26863 15 3 14.7314 3 14.4V13.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 4.5V3.6C3 3.26863 3.26863 3 3.6 3H4.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.5 3H14.4C14.7314 3 15 3.26863 15 3.6V4.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"ios settings \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 18C15.3137 18 18 15.3137 18 12C18 8.68629 15.3137 6 12 6C8.68629 6 6 8.68629 6 12C6 15.3137 8.68629 18 12 18Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 12H12M9 6.80273L12 12M12 12L9 17.1973\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 19C15.866 19 19 15.866 19 12C19 8.13401 15.866 5 12 5C8.13401 5 5 8.13401 5 12C5 15.866 8.13401 19 12 19Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"1 3\"/>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"ip address \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 15V9C2 5.68629 4.68629 3 8 3H16C19.3137 3 22 5.68629 22 9V15C22 18.3137 19.3137 21 16 21H8C4.68629 21 2 18.3137 2 15Z\" stroke=\"currentColor\"  />\n<path d=\"M12 9V15\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 9V15\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9999 12H14.5C15.3284 12 16 11.3284 16 10.5V10.5C16 9.67157 15.3284 9 14.5 9L12 9\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"iris scan \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 3H3V6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 12C19.1114 14.991 15.7183 18 12 18C8.2817 18 4.88856 14.991 3 12C5.29855 9.15825 7.99163 6 12 6C16.0084 6 18.7015 9.1582 21 12Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 3H21V6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 21H3V18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 21H21V18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"italic square outline \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 6L14 6M16 6L14 6M14 6L10 18M10 18L8 18M10 18L12 18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 20.4V3.6C3 3.26863 3.26863 3 3.6 3H20.4C20.7314 3 21 3.26863 21 3.6V20.4C21 20.7314 20.7314 21 20.4 21H3.6C3.26863 21 3 20.7314 3 20.4Z\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"italic \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11 5L14 5M17 5L14 5M14 5L10 19M10 19L7 19M10 19L13 19\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"journal page \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 6L14 6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 10H18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 14L18 14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 18L18 18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 21.4V2.6C2 2.26863 2.26863 2 2.6 2H18.2515C18.4106 2 18.5632 2.06321 18.6757 2.17574L21.8243 5.32426C21.9368 5.43679 22 5.5894 22 5.74853V21.4C22 21.7314 21.7314 22 21.4 22H2.6C2.26863 22 2 21.7314 2 21.4Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 5.4V2.35355C18 2.15829 18.1583 2 18.3536 2C18.4473 2 18.5372 2.03725 18.6036 2.10355L21.8964 5.39645C21.9628 5.46275 22 5.55268 22 5.64645C22 5.84171 21.8417 6 21.6464 6H18.6C18.2686 6 18 5.73137 18 5.4Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 18V14H8V18H6Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"journal \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 6L18 6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 10H18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 14L18 14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 18L18 18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 21.4V2.6C2 2.26863 2.26863 2 2.6 2H21.4C21.7314 2 22 2.26863 22 2.6V21.4C22 21.7314 21.7314 22 21.4 22H2.6C2.26863 22 2 21.7314 2 21.4Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 18V14H8V18H6Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"kanban board \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 3.6V20.4C3 20.7314 3.26863 21 3.6 21H20.4C20.7314 21 21 20.7314 21 20.4V3.6C21 3.26863 20.7314 3 20.4 3H3.6C3.26863 3 3 3.26863 3 3.6Z\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 6L6 16\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 6V9\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 6V13\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 6V11\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"key alt back \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14 12C14 14.2091 15.7909 16 18 16C20.2091 16 22 14.2091 22 12C22 9.79086 20.2091 8 18 8C15.7909 8 14 9.79086 14 12ZM14 12H2V15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 12V15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"key alt minus \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.9922 18H17.9922H20.9922\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.4123 10.3431C13.9744 11.9052 16.5071 11.9052 18.0692 10.3431C19.6313 8.78105 19.6313 6.24839 18.0692 4.68629C16.5071 3.1242 13.9744 3.1242 12.4123 4.68629C10.8502 6.24839 10.8502 8.78105 12.4123 10.3431ZM12.4123 10.3431L3.92706 18.8284L6.04838 20.9497\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.75549 16L8.87681 18.1213\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"key alt plus \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.9922 18H17.9922M20.9922 18H17.9922M17.9922 18V15M17.9922 18V21\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.4123 10.3431C13.9744 11.9052 16.5071 11.9052 18.0692 10.3431C19.6313 8.78105 19.6313 6.24839 18.0692 4.68629C16.5071 3.1242 13.9744 3.1242 12.4123 4.68629C10.8502 6.24839 10.8502 8.78105 12.4123 10.3431ZM12.4123 10.3431L3.92706 18.8284L6.04838 20.9497\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.75549 16L8.87681 18.1213\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"key alt remove \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.8709 20.1213L17.9922 18M20.1135 15.8787L17.9922 18M17.9922 18L15.8709 15.8787M17.9922 18L20.1135 20.1213\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.4123 10.3431C13.9744 11.9052 16.5071 11.9052 18.0692 10.3431C19.6313 8.78105 19.6313 6.24839 18.0692 4.68629C16.5071 3.1242 13.9744 3.1242 12.4123 4.68629C10.8502 6.24839 10.8502 8.78105 12.4123 10.3431ZM12.4123 10.3431L3.92706 18.8284L6.04838 20.9497\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.75549 16L8.87681 18.1213\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"key alt \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10 12C10 14.2091 8.20914 16 6 16C3.79086 16 2 14.2091 2 12C2 9.79086 3.79086 8 6 8C8.20914 8 10 9.79086 10 12ZM10 12H22V15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 12V15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"keyframe align center \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.7001 12.3748L12.4685 16.4143C12.2283 16.7146 11.7717 16.7146 11.5315 16.4143L8.29985 12.3748C8.12455 12.1557 8.12455 11.8443 8.29985 11.6252L11.5315 7.58565C11.7717 7.28541 12.2283 7.28541 12.4685 7.58565L15.7001 11.6252C15.8755 11.8443 15.8755 12.1557 15.7001 12.3748Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22V20\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 4V2\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 12H2\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 12H20\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"keyframe align horizontal \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.7001 12.3748L12.4685 16.4143C12.2283 16.7146 11.7717 16.7146 11.5315 16.4143L8.29985 12.3748C8.12455 12.1557 8.12455 11.8443 8.29985 11.6252L11.5315 7.58565C11.7717 7.28541 12.2283 7.28541 12.4685 7.58565L15.7001 11.6252C15.8755 11.8443 15.8755 12.1557 15.7001 12.3748Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 12H2\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 12H20\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"keyframe align vertical \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.7001 12.3748L12.4685 16.4143C12.2283 16.7146 11.7717 16.7146 11.5315 16.4143L8.29985 12.3748C8.12455 12.1557 8.12455 11.8443 8.29985 11.6252L11.5315 7.58565C11.7717 7.28541 12.2283 7.28541 12.4685 7.58565L15.7001 11.6252C15.8755 11.8443 15.8755 12.1557 15.7001 12.3748Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22V20\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 4V2\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"keyframe position \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.73 8.36L12.48 11.36C12.24 11.68 11.76 11.68 11.52 11.36L9.27 8.36C9.11 8.14667 9.11 7.85333 9.27 7.64L11.52 4.64C11.76 4.32 12.24 4.32 12.48 4.64L14.73 7.64C14.89 7.85333 14.89 8.14667 14.73 8.36Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 20H12L21 20M12 17V15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"keyframe \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.8189 13.3287L13.4948 19.3183C12.6992 20.2134 11.3008 20.2134 10.5052 19.3183L5.18109 13.3287C4.50752 12.571 4.50752 11.429 5.18109 10.6713L10.5052 4.68167C11.3008 3.78664 12.6992 3.78664 13.4948 4.68167L18.8189 10.6713C19.4925 11.429 19.4925 12.571 18.8189 13.3287Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"keyframes couple \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.8189 13.3287L10.4948 19.3183C9.69924 20.2134 8.30076 20.2134 7.50518 19.3183L2.18109 13.3287C1.50752 12.571 1.50752 11.429 2.18109 10.6713L7.50518 4.68167C8.30076 3.78664 9.69924 3.78664 10.4948 4.68167L15.8189 10.6713C16.4925 11.429 16.4925 12.571 15.8189 13.3287Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 6.375L13.5052 4.68167C14.3008 3.78664 15.6992 3.78664 16.4948 4.68167L21.8189 10.6713C22.4925 11.429 22.4925 12.571 21.8189 13.3287L16.4948 19.3183C15.6992 20.2134 14.3008 20.2134 13.5052 19.3183L12 17.625\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"keyframes \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.8476 13.317L9.50515 18.2798C8.70833 19.1905 7.29167 19.1905 6.49485 18.2798L2.15238 13.317C1.49259 12.563 1.49259 11.437 2.15238 10.683L6.49485 5.72018C7.29167 4.80952 8.70833 4.80952 9.50515 5.72017L13.8476 10.683C14.5074 11.437 14.5074 12.563 13.8476 13.317Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 19L17.8844 13.3016C18.5263 12.5526 18.5263 11.4474 17.8844 10.6984L13 5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 19L21.8844 13.3016C22.5263 12.5526 22.5263 11.4474 21.8844 10.6984L17 5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"label outline \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 17.4V6.6C3 6.26863 3.26863 6 3.6 6H16.6789C16.8795 6 17.0668 6.10026 17.1781 6.26718L20.7781 11.6672C20.9125 11.8687 20.9125 12.1313 20.7781 12.3328L17.1781 17.7328C17.0668 17.8997 16.8795 18 16.6789 18H3.6C3.26863 18 3 17.7314 3 17.4Z\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"lamp \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 21H12M15 21H12M12 21L12 11M12 7L12 11M12 11L6 11L9 3H15L18 11H12Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"language \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 2.04932C13 2.04932 16 5.99994 16 11.9999C16 17.9999 13 21.9506 13 21.9506\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 21.9506C11 21.9506 8 17.9999 8 11.9999C8 5.99994 11 2.04932 11 2.04932\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.62964 15.5H21.3704\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.62964 8.5H21.3704\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"laptop charging \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.2 14.2222V4C3.2 2.89543 4.09543 2 5.2 2H18.8C19.9046 2 20.8 2.89543 20.8 4V14.2222M3.2 14.2222H20.8M3.2 14.2222L1.71969 19.4556C1.35863 20.7321 2.31762 22 3.64418 22H20.3558C21.6824 22 22.6414 20.7321 22.2803 19.4556L20.8 14.2222\" stroke=\"currentColor\" stroke-/>\n<path d=\"M11.6667 5L10 8H14L12.3333 11\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 19L13 19\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"laptop fix \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.8 14.2222H3.65383C3.38535 14.2222 3.14955 14.4005 3.07648 14.6589L1.71969 19.4556C1.35863 20.7321 2.31762 22 3.64418 22H20.3558C21.6824 22 22.6414 20.7321 22.2803 19.4556L20.8 14.2222ZM20.8 14.2222V8.11108\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.19995 14.2222V4C3.19995 2.89543 4.09538 2 5.19995 2H12\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 19L13 19\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.6569 4.82837L14.8284 7.6568\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.4853 4.82843C19.7042 5.60948 18.4379 5.60948 17.6569 4.82843C16.8758 4.04738 16.8758 2.78105 17.6569 2\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.8284 10.4853C15.6094 9.70427 15.6094 8.43794 14.8284 7.65689C14.0473 6.87584 12.781 6.87584 12 7.65689\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"laptop issue \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.2 14.2222V4C3.2 2.89543 4.09543 2 5.2 2H18.8C19.9046 2 20.8 2.89543 20.8 4V14.2222M3.2 14.2222H20.8M3.2 14.2222L1.71969 19.4556C1.35863 20.7321 2.31762 22 3.64418 22H20.3558C21.6824 22 22.6414 20.7321 22.2803 19.4556L20.8 14.2222\" stroke=\"currentColor\" stroke-/>\n<path d=\"M12 5V8\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 11.01L12.01 10.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 19L13 19\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"laptop \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.2 14.2222V4C3.2 2.89543 4.09543 2 5.2 2H18.8C19.9046 2 20.8 2.89543 20.8 4V14.2222M3.2 14.2222H20.8M3.2 14.2222L1.71969 19.4556C1.35863 20.7321 2.31762 22 3.64418 22H20.3558C21.6824 22 22.6414 20.7321 22.2803 19.4556L20.8 14.2222\" stroke=\"currentColor\" stroke-/>\n<path d=\"M11 19L13 19\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"large suitcase \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 7H4C2.89543 7 2 7.89543 2 9V19C2 20.1046 2.89543 21 4 21H20C21.1046 21 22 20.1046 22 19V9C22 7.89543 21.1046 7 20 7H16M8 7V3.6C8 3.26863 8.26863 3 8.6 3H15.4C15.7314 3 16 3.26863 16 3.6V7M8 7H16\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"layout left \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.6 3H20.4C20.7314 3 21 3.26863 21 3.6V20.4C21 20.7314 20.7314 21 20.4 21H3.6C3.26863 21 3 20.7314 3 20.4V3.6C3 3.26863 3.26863 3 3.6 3Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M9.75 9.75V21\" stroke=\"currentColor\" stroke-/>\n<path d=\"M3 9.75H21\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"layout right \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.4 3H3.6C3.26863 3 3 3.26863 3 3.6V20.4C3 20.7314 3.26863 21 3.6 21H20.4C20.7314 21 21 20.7314 21 20.4V3.6C21 3.26863 20.7314 3 20.4 3Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M14.25 9.75V21\" stroke=\"currentColor\" stroke-/>\n<path d=\"M21 9.75H14.25H3\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"leaderboard star \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 21H9V12.6C9 12.2686 9.26863 12 9.6 12H14.4C14.7314 12 15 12.2686 15 12.6V21Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.4 21H15V18.1C15 17.7686 15.2686 17.5 15.6 17.5H20.4C20.7314 17.5 21 17.7686 21 18.1V20.4C21 20.7314 20.7314 21 20.4 21Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 21V16.1C9 15.7686 8.73137 15.5 8.4 15.5H3.6C3.26863 15.5 3 15.7686 3 16.1V20.4C3 20.7314 3.26863 21 3.6 21H9Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.8056 5.11325L11.7147 3.1856C11.8314 2.93813 12.1686 2.93813 12.2853 3.1856L13.1944 5.11325L15.2275 5.42427C15.4884 5.46418 15.5923 5.79977 15.4035 5.99229L13.9326 7.4917L14.2797 9.60999C14.3243 9.88202 14.0515 10.0895 13.8181 9.96099L12 8.96031L10.1819 9.96099C9.94851 10.0895 9.67568 9.88202 9.72026 9.60999L10.0674 7.4917L8.59651 5.99229C8.40766 5.79977 8.51163 5.46418 8.77248 5.42427L10.8056 5.11325Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"leaderboard \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 19H9V12.5V8.6C9 8.26863 9.26863 8 9.6 8H14.4C14.7314 8 15 8.26863 15 8.6V14.5V19Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 5H9\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.4 19H15V15.1C15 14.7686 15.2686 14.5 15.6 14.5H20.4C20.7314 14.5 21 14.7686 21 15.1V18.4C21 18.7314 20.7314 19 20.4 19Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 19V13.1C9 12.7686 8.73137 12.5 8.4 12.5H3.6C3.26863 12.5 3 12.7686 3 13.1V18.4C3 18.7314 3.26863 19 3.6 19H9Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"left round arrow \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.75 12H6.75M6.75 12L9.5 14.75M6.75 12L9.5 9.25\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 15V9C2 6.79086 3.79086 5 6 5H18C20.2091 5 22 6.79086 22 9V15C22 17.2091 20.2091 19 18 19H6C3.79086 19 2 17.2091 2 15Z\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"lens \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.1973 9C17.0976 8.82774 16.9896 8.66089 16.8739 8.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.811 13.5C17.2683 15.6084 15.6084 17.2683 13.5 17.811\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"lifebelt \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 12C8 14.2091 9.79086 16 12 16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8C9.79086 8 8 9.79086 8 12Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.2351 14.8906L5 19.0001\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.7649 14.8906L19 19.0001\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.7649 9.10943L19 5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.2351 9.10943L5 5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"light bulb off \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 18H15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 21H14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.4999 11.5C17.4997 10.5 17.9765 9.48689 17.9999 8C18.0479 4.95029 16 3 11.9999 3C10.8324 3 9.83119 3.16613 8.99988 3.47724\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.99985 15C9 13 8.5 12.5 7.49985 11.5C6.4997 10.5 6.02324 9.48689 5.99985 8C5.99142 7.46458 6.0476 6.96304 6.1676 6.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 3L21 21\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"light bulb on \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 2L20 3\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 2L4 3\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 16L20 15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 16L4 15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 18H15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 21H14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9998 3C7.9997 3 5.95186 4.95029 5.99985 8C6.02324 9.48689 6.4997 10.5 7.49985 11.5C8.5 12.5 9 13 8.99985 15H14.9998C15 13.0001 15.5 12.5 16.4997 11.5001L16.4998 11.5C17.4997 10.5 17.9765 9.48689 17.9998 8C18.0478 4.95029 16 3 11.9998 3Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"light bulb \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 18H15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 21H14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.00082 15C9.00098 13 8.50098 12.5 7.50082 11.5C6.50067 10.5 6.02422 9.48689 6.00082 8C5.95284 4.95029 8.00067 3 12.0008 3C16.001 3 18.0488 4.95029 18.0008 8C17.9774 9.48689 17.5007 10.5 16.5008 11.5C15.501 12.5 15.001 13 15.0008 15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"line space \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11 7H20\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 12H20\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 17H20\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 17V7M6 17L4 14.5M6 17L8 14.5M6 7L4 9M6 7L8 9\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"linear \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 20L21 4\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"link \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14 11.9976C14 9.5059 11.683 7 8.85714 7C8.52241 7 7.41904 7.00001 7.14286 7.00001C4.30254 7.00001 2 9.23752 2 11.9976C2 14.376 3.70973 16.3664 6 16.8714C6.36756 16.9525 6.75006 16.9952 7.14286 16.9952\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 11.9976C10 14.4893 12.317 16.9952 15.1429 16.9952C15.4776 16.9952 16.581 16.9952 16.8571 16.9952C19.6975 16.9952 22 14.7577 22 11.9976C22 9.6192 20.2903 7.62884 18 7.12383C17.6324 7.04278 17.2499 6.99999 16.8571 6.99999\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"linkedin \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 8V16C21 18.7614 18.7614 21 16 21H8C5.23858 21 3 18.7614 3 16V8C3 5.23858 5.23858 3 8 3H16C18.7614 3 21 5.23858 21 8Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 17V13.5V10\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 17V13.75M11 10V13.75M11 13.75C11 10 17 10 17 13.75V17\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 7.01L7.01 6.99889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"linux \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2.5 20C3.5 20 4.5 19.2 4.5 18C4.5 16.8 4.5 13.3333 4.5 11C4.5 7.5 7.6 4 12 4\" stroke=\"currentColor\"  stroke-linecap=\"round\"/>\n<path d=\"M21.5 20C20.5 20 19.5 19.2 19.5 18V11C19.5 7.5 16.4 4 12 4\" stroke=\"currentColor\"  stroke-linecap=\"round\"/>\n<path d=\"M12 19C14.7614 19 17 17.8807 17 16.5C17 15.1193 14.7614 14 12 14C9.23858 14 7 15.1193 7 16.5C7 17.8807 9.23858 19 12 19Z\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.75036 15C7.28731 14.3647 7 13.4793 7 12.5C7 10.567 8.11929 9 9.5 9C10.8807 9 12 10.567 12 12.5C12 12.9554 11.9379 13.3904 11.8249 13.7895\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.2496 15C16.7127 14.3647 17 13.4793 17 12.5C17 10.567 15.8807 9 14.5 9C13.1193 9 12 10.567 12 12.5C12 12.9554 12.0621 13.3904 12.1751 13.7895\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.5 12V14\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.5 12V14\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"list \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 6L20 6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 6.01L4.01 5.99889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 12.01L4.01 11.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 18.01L4.01 17.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 12L20 12\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 18L20 18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"load action floppy \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 6.5V5C3 3.89543 3.89543 3 5 3H16.1716C16.702 3 17.2107 3.21071 17.5858 3.58579L20.4142 6.41421C20.7893 6.78929 21 7.29799 21 7.82843V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19V17.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 3H16V8.4C16 8.73137 15.7314 9 15.4 9H8.6C8.26863 9 8 8.73137 8 8.4V3Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 21V13.6C18 13.2686 17.7314 13 17.4 13H15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 21V17.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 12H1M1 12L4 9M1 12L4 15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"lock key \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.6667 12H15.4C15.7314 12 16 12.2686 16 12.6V16.4C16 16.7314 15.7314 17 15.4 17H8.6C8.26863 17 8 16.7314 8 16.4V12.6C8 12.2686 8.26863 12 8.6 12H9.33333M14.6667 12V9.5C14.6667 8.66667 14.1333 7 12 7C9.86667 7 9.33333 8.66667 9.33333 9.5V12M14.6667 12H9.33333\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 19V5C3 3.89543 3.89543 3 5 3H19C20.1046 3 21 3.89543 21 5V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19Z\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"lock \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 12H17.4C17.7314 12 18 12.2686 18 12.6V19.4C18 19.7314 17.7314 20 17.4 20H6.6C6.26863 20 6 19.7314 6 19.4V12.6C6 12.2686 6.26863 12 6.6 12H8M16 12V8C16 6.66667 15.2 4 12 4C8.8 4 8 6.66667 8 8V12M16 12H8\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"locked book \"><svg  stroke-  viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4 19V5C4 3.89543 4.89543 3 6 3H19.4C19.7314 3 20 3.26863 20 3.6V16.7143\" stroke=\"currentColor\"  stroke-linecap=\"round\"/>\n<path d=\"M14 10H14.4C14.7314 10 15 10.2686 15 10.6V13.4C15 13.7314 14.7314 14 14.4 14H9.6C9.26863 14 9 13.7314 9 13.4V10.6C9 10.2686 9.26863 10 9.6 10H10M14 10V8C14 7.33333 13.6 6 12 6C10.4 6 10 7.33333 10 8V10M14 10H10\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 17L20 17\" stroke=\"currentColor\"  stroke-linecap=\"round\"/>\n<path d=\"M6 21L20 21\" stroke=\"currentColor\"  stroke-linecap=\"round\"/>\n<path d=\"M6 21C4.89543 21 4 20.1046 4 19C4 17.8954 4.89543 17 6 17\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"log denied \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.8566 9.2C17.1306 8.45946 16.119 8 15 8C12.7909 8 11 9.79086 11 12C11 13.0902 11.4361 14.0785 12.1434 14.8M17.8566 9.2C18.5639 9.9215 19 10.9098 19 12C19 14.2091 17.2091 16 15 16C13.881 16 12.8694 15.5405 12.1434 14.8M17.8566 9.2L12.1434 14.8\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 6V5C19 3.89543 18.1046 3 17 3H7C5.89543 3 5 3.89543 5 5V19C5 20.1046 5.89543 21 7 21H17C18.1046 21 19 20.1046 19 19V18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"log in \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 12H12M12 12L15 15M12 12L15 9\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 6V5C19 3.89543 18.1046 3 17 3H7C5.89543 3 5 3.89543 5 5V19C5 20.1046 5.89543 21 7 21H17C18.1046 21 19 20.1046 19 19V18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"log out \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 12H19M19 12L16 15M19 12L16 9\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 6V5C19 3.89543 18.1046 3 17 3H7C5.89543 3 5 3.89543 5 5V19C5 20.1046 5.89543 21 7 21H17C18.1046 21 19 20.1046 19 19V18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"long arrow down left \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.25 19.25L6.75 15.75L10.25 12.25\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.75 15.75H12.75C14.9591 15.75 16.75 13.9591 16.75 11.75V4.75\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"long arrow down right \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.25 19.25L16.75 15.75L13.25 12.25\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.75 15.75H10.75C8.54086 15.75 6.75 13.9591 6.75 11.75V4.75\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"long arrow left down \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.5 13.5L8 17L11.5 13.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 17V11C8 8.79086 9.79086 7 12 7H19\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"long arrow left up \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.5 10.5L8 7L11.5 10.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 7V13C8 15.2091 9.79086 17 12 17H19\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"long arrow right down \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 13.5L15.5 17L12 13.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5 17V11C15.5 8.79086 13.7091 7 11.5 7H4.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"long arrow right up 1 \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.5 7V13C15.5 15.2091 13.7091 17 11.5 17H4.5M15.5 7L19 10.5M15.5 7L12 10.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"long arrow right up \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 10.5L15.5 7L12 10.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5 7V13C15.5 15.2091 13.7091 17 11.5 17H4.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"long arrow up left \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.25 4.75L6.75 8.25L10.25 11.75\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.75 8.25L12.75 8.25C14.9591 8.25 16.75 10.0409 16.75 12.25V19.25\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"long arrow up right \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.25 4.75L16.75 8.25L13.25 11.75\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.75 8.25L10.75 8.25C8.54086 8.25 6.75 10.0409 6.75 12.25L6.75 19.25\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"lot of cash \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M1 16V4H19\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 8H22.4C22.7314 8 23 8.26863 23 8.6V19.4C23 19.7314 22.7314 20 22.4 20H16M16 8V20M16 8H12M16 20H12M12 20H5.6C5.26863 20 5 19.7314 5 19.4V8.6C5 8.26863 5.26863 8 5.6 8H12M12 20V8\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"mac control key \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 19V5C3 3.89543 3.89543 3 5 3H19C20.1046 3 21 3.89543 21 5V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M8 14L12 10L16 14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"mac dock \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 17C7.72386 17 7.5 16.7761 7.5 16.5C7.5 16.2239 7.72386 16 8 16C8.27614 16 8.5 16.2239 8.5 16.5C8.5 16.7761 8.27614 17 8 17Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 17C11.7239 17 11.5 16.7761 11.5 16.5C11.5 16.2239 11.7239 16 12 16C12.2761 16 12.5 16.2239 12.5 16.5C12.5 16.7761 12.2761 17 12 17Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 17C15.7239 17 15.5 16.7761 15.5 16.5C15.5 16.2239 15.7239 16 16 16C16.2761 16 16.5 16.2239 16.5 16.5C16.5 16.7761 16.2761 17 16 17Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 21H3C2.44772 21 2 20.5523 2 20L2 4C2 3.44772 2.44772 3 3 3H21C21.5523 3 22 3.44772 22 4V20C22 20.5523 21.5523 21 21 21Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 17.5L4 16.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 17.5L20 16.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"mac option key \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 19V5C3 3.89543 3.89543 3 5 3H19C20.1046 3 21 3.89543 21 5V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M14 10H15.125H17\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 14L14.9167 14L12 14L10.3333 10H7\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"mac os window \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 17V7C3 5.89543 3.89543 5 5 5H19C20.1046 5 21 5.89543 21 7V17C21 18.1046 20.1046 19 19 19H5C3.89543 19 3 18.1046 3 17Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M6 8.01L6.01 7.99889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 8.01L8.01 7.99889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 8.01L10.01 7.99889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"magnet energy \"><svg  stroke-  viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 9V15.7407C5 19.1976 8.13401 22 12 22C15.866 22 19 19.1976 19 15.7407V9\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 9H8\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 9H19\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.0741 11.5V15.0606C14.0741 16.1317 13.1455 17 12 17C10.8545 17 9.9259 16.1317 9.9259 15.0606V11.5\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 13L5 13\" stroke=\"currentColor\"  stroke-linejoin=\"round\"/>\n<path d=\"M19 13L14 13\" stroke=\"currentColor\"  stroke-linejoin=\"round\"/>\n<path d=\"M11.6667 2L10 5H14L12.3333 8\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"magnet \"><svg  stroke-  viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4 4V12.2963C4 16.5509 7.58172 20 12 20C16.4183 20 20 16.5509 20 12.2963V4\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 4H9.62963V10.8182C9.62963 12.0232 10.6909 13 12 13C13.3091 13 14.3704 12.0232 14.3704 10.8182V4H20\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 8L4 8\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 8L15 8\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"mail opened \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 12L12 15.5L17 12\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 20V9.13238C2 8.42985 2.3686 7.77884 2.97101 7.41739L10.971 2.61739C11.6044 2.23738 12.3956 2.23738 13.029 2.6174L21.029 7.4174C21.6314 7.77884 22 8.42985 22 9.13238V20C22 21.1046 21.1046 22 20 22H4C2.89543 22 2 21.1046 2 20Z\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"mail \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 9L12 12.5L17 9\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 17V7C2 5.89543 2.89543 5 4 5H20C21.1046 5 22 5.89543 22 7V17C22 18.1046 21.1046 19 20 19H4C2.89543 19 2 18.1046 2 17Z\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"male \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.2323 9.74707C13.1474 8.66733 11.6516 8 10 8C6.68629 8 4 10.6863 4 14C4 17.3137 6.68629 20 10 20C13.3137 20 16 17.3137 16 14C16 12.3379 15.3242 10.8337 14.2323 9.74707ZM14.2323 9.74707L20 4M20 4H16M20 4V8\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"map issue \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 19L3.78974 20.7368C3.40122 20.8663 3 20.5771 3 20.1675L3 5.43246C3 5.1742 3.16526 4.94491 3.41026 4.86325L9 3M9 19L14.2103 20.7368C14.5988 20.8663 15 20.5771 15 20.1675L15 5.43246C15 5.1742 14.8347 4.94491 14.5897 4.86325L9 3M9 19L9 3\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 5L20.2103 3.26325C20.5988 3.13374 21 3.42292 21 3.83246L21 15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.1213 22.364L19.2427 20.2427M19.2427 20.2427L21.364 18.1213M19.2427 20.2427L17.1213 18.1213M19.2427 20.2427L21.364 22.364\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"map \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 19L3.78974 20.7368C3.40122 20.8663 3 20.5771 3 20.1675L3 5.43246C3 5.1742 3.16526 4.94491 3.41026 4.86325L9 3M9 19L15 21M9 19L9 3M15 21L20.5897 19.1368C20.8347 19.0551 21 18.8258 21 18.5675L21 3.83246C21 3.42292 20.5988 3.13374 20.2103 3.26325L15 5M15 21L15 5M15 5L9 3\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"maps arrow diagonal \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.03132 8.91684L19.508 4.58337C19.8835 4.47824 20.2294 4.82421 20.1243 5.19967L15.7908 20.6763C15.6642 21.1284 15.0407 21.1726 14.8517 20.7429L11.6034 13.3605C11.5531 13.246 11.4616 13.1546 11.3471 13.1042L3.96477 9.85598C3.53507 9.66692 3.57926 9.04342 4.03132 8.91684Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"maps arrow issue \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14 17.2778L12.1812 16.5705C12.0647 16.5251 11.9353 16.5251 11.8188 16.5705L4.30179 19.4937C3.86426 19.6639 3.45463 19.1918 3.68478 18.7826L11.5642 4.77473C11.7554 4.43491 12.2446 4.43491 12.4358 4.77473L18.5 15.5556\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.1213 22.364L19.2427 20.2427M19.2427 20.2427L21.364 18.1213M19.2427 20.2427L17.1213 18.1213M19.2427 20.2427L21.364 22.364\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"maps arrow \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.68478 18.7826L11.5642 4.77473C11.7554 4.43491 12.2446 4.43491 12.4358 4.77473L20.3152 18.7826C20.5454 19.1918 20.1357 19.6639 19.6982 19.4937L12.1812 16.5705C12.0647 16.5251 11.9353 16.5251 11.8188 16.5705L4.30179 19.4937C3.86426 19.6639 3.45463 19.1918 3.68478 18.7826Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"maps go straight \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.36463 19.787L11.6678 13.2953C11.8573 13.1269 12.1427 13.1269 12.3322 13.2953L19.6354 19.787C20.0155 20.1249 19.707 20.7486 19.2078 20.6515L12.0954 19.2686C12.0324 19.2563 11.9676 19.2563 11.9046 19.2686L4.79225 20.6515C4.29295 20.7486 3.98446 20.1249 4.36463 19.787Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 10.5V4M12 4L8 6.5M12 4L16 6.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"maps turn back \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.36463 19.787L11.6678 13.2953C11.8573 13.1269 12.1427 13.1269 12.3322 13.2953L19.6354 19.787C20.0155 20.1249 19.707 20.7486 19.2078 20.6515L12.0954 19.2686C12.0324 19.2563 11.9676 19.2563 11.9046 19.2686L4.79225 20.6515C4.29295 20.7486 3.98446 20.1249 4.36463 19.787Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.5 11C5.5 7.5 5.5 6 5.5 6V6C5.5 6 5.5 2.5 8.5 2.5C12 2.5 12 6 12 6V10.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 7.5C7.63317 8.86683 6.86683 9.63317 5.5 11C4.13317 9.63317 3.36683 8.86683 2 7.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"maps turn left \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.36463 19.787L11.6678 13.2953C11.8573 13.1269 12.1427 13.1269 12.3322 13.2953L19.6354 19.787C20.0155 20.1249 19.707 20.7486 19.2078 20.6515L12.0954 19.2686C12.0324 19.2563 11.9676 19.2563 11.9046 19.2686L4.79225 20.6515C4.29295 20.7486 3.98446 20.1249 4.36463 19.787Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 6.5H8C8 6.5 8 6.5 8 6.5C8 6.5 12 6.5 12 10.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 9L5 6.5L8.5 4\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"maps turn right \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.36463 19.787L11.6678 13.2953C11.8573 13.1269 12.1427 13.1269 12.3322 13.2953L19.6354 19.787C20.0155 20.1249 19.707 20.7486 19.2078 20.6515L12.0954 19.2686C12.0324 19.2563 11.9676 19.2563 11.9046 19.2686L4.79225 20.6515C4.29295 20.7486 3.98446 20.1249 4.36463 19.787Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 6.5H16C16 6.5 16 6.5 16 6.5C16 6.5 12 6.5 12 10.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5 9L19 6.5L15.5 4\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"mask square \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 3.6V20.4C21 20.7314 20.7314 21 20.4 21H3.6C3.26863 21 3 20.7314 3 20.4V3.6C3 3.26863 3.26863 3 3.6 3H20.4C20.7314 3 21 3.26863 21 3.6Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 17.6586C10.6256 17.8797 11.2987 18 12 18C15.3137 18 18 15.3137 18 12C18 9.38756 16.3304 7.16508 14 6.34141M10 17.6586C7.66962 16.8349 6 14.6124 6 12C6 8.68629 8.68629 6 12 6C12.7013 6 13.3744 6.12031 14 6.34141M10 17.6586L14 6.34141\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"math book \"><svg  stroke-  viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4 19V5C4 3.89543 4.89543 3 6 3H19.4C19.7314 3 20 3.26863 20 3.6V16.7143\" stroke=\"currentColor\"  stroke-linecap=\"round\"/>\n<path d=\"M6 17L20 17\" stroke=\"currentColor\"  stroke-linecap=\"round\"/>\n<path d=\"M6 21L20 21\" stroke=\"currentColor\"  stroke-linecap=\"round\"/>\n<path d=\"M6 21C4.89543 21 4 20.1046 4 19C4 17.8954 4.89543 17 6 17\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 10H14\" stroke=\"currentColor\"  stroke-linecap=\"round\"/>\n<path d=\"M12 13.01L12.01 12.9989\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 7.01L12.01 6.99889\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"maximize \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 4H4V7\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 4H20V7\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 20H4V17\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 20H20V17\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"medal \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.2718 10.445L18 2M9.31612 10.6323L5 2M12.7615 10.0479L8.835 2M14.36 2L13.32 4.5M6 16C6 19.3137 8.68629 22 12 22C15.3137 22 18 19.3137 18 16C18 12.6863 15.3137 10 12 10C8.68629 10 6 12.6863 6 16Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"media image folder \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 12.6V20.4C22 20.7314 21.7314 21 21.4 21H13.6C13.2686 21 13 20.7314 13 20.4V12.6C13 12.2686 13.2686 12 13.6 12H21.4C21.7314 12 22 12.2686 22 12.6Z\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.5 14.51L19.51 14.4989\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 18.2L16.5 17L22 19\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 10V3.6C2 3.26863 2.26863 3 2.6 3H8.77805C8.92127 3 9.05977 3.05124 9.16852 3.14445L12.3315 5.85555C12.4402 5.94876 12.5787 6 12.722 6H21.4C21.7314 6 22 6.26863 22 6.6V9M2 10V18.4C2 18.7314 2.26863 19 2.6 19H10M2 10H10\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"media image list \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 7.6V20.4C21 20.7314 20.7314 21 20.4 21H7.6C7.26863 21 7 20.7314 7 20.4V7.6C7 7.26863 7.26863 7 7.6 7H20.4C20.7314 7 21 7.26863 21 7.6Z\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 4H4.6C4.26863 4 4 4.26863 4 4.6V18\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 16.8L12.4444 15L21 18\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.5 13C15.6716 13 15 12.3284 15 11.5C15 10.6716 15.6716 10 16.5 10C17.3284 10 18 10.6716 18 11.5C18 12.3284 17.3284 13 16.5 13Z\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"media image \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 3.6V20.4C21 20.7314 20.7314 21 20.4 21H3.6C3.26863 21 3 20.7314 3 20.4V3.6C3 3.26863 3.26863 3 3.6 3H20.4C20.7314 3 21 3.26863 21 3.6Z\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 16L10 13L21 18\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 10C14.8954 10 14 9.10457 14 8C14 6.89543 14.8954 6 16 6C17.1046 6 18 6.89543 18 8C18 9.10457 17.1046 10 16 10Z\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"media video folder \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 12.6V20.4C22 20.7314 21.7314 21 21.4 21H13.6C13.2686 21 13 20.7314 13 20.4V12.6C13 12.2686 13.2686 12 13.6 12H21.4C21.7314 12 22 12.2686 22 12.6Z\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.918 14.5737C16.5184 14.324 16 14.6113 16 15.0825V17.9175C16 18.3887 16.5184 18.676 16.918 18.4263L19.1859 17.0088C19.5619 16.7738 19.5619 16.2262 19.1859 15.9912L16.918 14.5737Z\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 10V3.6C2 3.26863 2.26863 3 2.6 3H8.77805C8.92127 3 9.05977 3.05124 9.16852 3.14445L12.3315 5.85555C12.4402 5.94876 12.5787 6 12.722 6H21.4C21.7314 6 22 6.26863 22 6.6V9M2 10V18.4C2 18.7314 2.26863 19 2.6 19H10M2 10H10\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"media video list \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 7.6V20.4C21 20.7314 20.7314 21 20.4 21H7.6C7.26863 21 7 20.7314 7 20.4V7.6C7 7.26863 7.26863 7 7.6 7H20.4C20.7314 7 21 7.26863 21 7.6Z\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 4H4.6C4.26863 4 4 4.26863 4 4.6V18\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.9087 11.5452C12.5088 11.3053 12 11.5933 12 12.0597V15.9403C12 16.4067 12.5088 16.6947 12.9087 16.4548L16.1425 14.5145C16.5309 14.2815 16.5309 13.7185 16.1425 13.4855L12.9087 11.5452Z\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"media video \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 3.6V20.4C21 20.7314 20.7314 21 20.4 21H3.6C3.26863 21 3 20.7314 3 20.4V3.6C3 3.26863 3.26863 3 3.6 3H20.4C20.7314 3 21 3.26863 21 3.6Z\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.89768 8.51296C9.49769 8.28439 9 8.57321 9 9.03391V14.9661C9 15.4268 9.49769 15.7156 9.89768 15.487L15.0883 12.5209C15.4914 12.2906 15.4914 11.7094 15.0883 11.4791L9.89768 8.51296Z\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"medium \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 16C9.20914 16 11 14.2091 11 12C11 9.79086 9.20914 8 7 8C4.79086 8 3 9.79086 3 12C3 14.2091 4.79086 16 7 16Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 16C16.1046 16 17 14.2091 17 12C17 9.79086 16.1046 8 15 8C13.8954 8 13 9.79086 13 12C13 14.2091 13.8954 16 15 16Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 16C20.5523 16 21 14.2091 21 12C21 9.79086 20.5523 8 20 8C19.4477 8 19 9.79086 19 12C19 14.2091 19.4477 16 20 16Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"megaphone \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14 14V6M14 14L20.1023 17.487C20.5023 17.7156 21 17.4268 21 16.9661V3.03391C21 2.57321 20.5023 2.28439 20.1023 2.51296L14 6M14 14H7C4.79086 14 3 12.2091 3 10V10C3 7.79086 4.79086 6 7 6H14\" stroke=\"currentColor\" stroke-/>\n<path d=\"M7.75716 19.3001L7 14H11L11.6772 18.7401C11.8476 19.9329 10.922 21 9.71716 21C8.73186 21 7.8965 20.2755 7.75716 19.3001Z\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"menu scale \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 5H11\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 12H16\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 19H21\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"menu \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 5H21\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 12H21\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 19H21\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"message alert \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 7V9\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 13.01L12.01 12.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 20.2895V5C3 3.89543 3.89543 3 5 3H19C20.1046 3 21 3.89543 21 5V15C21 16.1046 20.1046 17 19 17H7.96125C7.35368 17 6.77906 17.2762 6.39951 17.7506L4.06852 20.6643C3.71421 21.1072 3 20.8567 3 20.2895Z\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"message text \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 12L17 12\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 8L13 8\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 20.2895V5C3 3.89543 3.89543 3 5 3H19C20.1046 3 21 3.89543 21 5V15C21 16.1046 20.1046 17 19 17H7.96125C7.35368 17 6.77906 17.2762 6.39951 17.7506L4.06852 20.6643C3.71421 21.1072 3 20.8567 3 20.2895Z\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"message \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 20.2895V5C3 3.89543 3.89543 3 5 3H19C20.1046 3 21 3.89543 21 5V15C21 16.1046 20.1046 17 19 17H7.96125C7.35368 17 6.77906 17.2762 6.39951 17.7506L4.06852 20.6643C3.71421 21.1072 3 20.8567 3 20.2895Z\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"metro \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.5 20H11.5L9.77639 23.4472C9.607 23.786 9.26074 24 8.88197 24H8.11803C7.37465 24 6.89116 23.2177 7.22361 22.5528L8.5 20Z\" fill=\"currentColor\"/>\n<path d=\"M15.5 20H12.5L14.2236 23.4472C14.393 23.786 14.7393 24 15.118 24H15.882C16.6253 24 17.1088 23.2177 16.7764 22.5528L15.5 20Z\" fill=\"currentColor\"/>\n<path d=\"M14 16.01L14.01 15.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 16.01L10.01 15.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 12V15C22 17.7614 19.7614 20 17 20H7C4.23858 20 2 17.7614 2 15V12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 12V15C18 17.7614 15.7614 20 13 20H11C8.23858 20 6 17.7614 6 15V12C6 9.23858 8.23858 7 11 7H13C15.7614 7 18 9.23858 18 12Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.7857 10H12.2143C13.2005 10 14 10.7995 14 11.7857C14 11.9041 13.9041 12 13.7857 12H10.2143C10.0959 12 10 11.9041 10 11.7857C10 10.7995 10.7995 10 11.7857 10Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"mic add \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.9922 19H19.9922M22.9922 19H19.9922M19.9922 19V16M19.9922 19V22\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<rect x=\"5\" y=\"2\"   rx=\"3\" stroke=\"currentColor\" stroke-/>\n<path d=\"M1 10V11C1 14.866 4.13401 18 8 18V18V18C11.866 18 15 14.866 15 11V10\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 18V22M8 22H5M8 22H11\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"mic check \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.5 20.5L17.5 22.5L22.5 17.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<rect x=\"5\" y=\"2\"   rx=\"3\" stroke=\"currentColor\" stroke-/>\n<path d=\"M1 10V11C1 14.866 4.13401 18 8 18V18V18C11.866 18 15 14.866 15 11V10\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 18V22M8 22H5M8 22H11\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"mic mute \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 3L21 21\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 9V9C9 11.7614 11.2386 14 14 14V14M15 10.5V5C15 3.34315 13.6569 2 12 2V2C10.3431 2 9 3.34315 9 5V5.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 10V11C5 14.866 8.13401 18 12 18V18V18C15.866 18 19 14.866 19 11V10\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 18V22M12 22H9M12 22H15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"mic remove \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.9922 19H19.9922H22.9922\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<rect x=\"5\" y=\"2\"   rx=\"3\" stroke=\"currentColor\" stroke-/>\n<path d=\"M1 10V11C1 14.866 4.13401 18 8 18V18V18C11.866 18 15 14.866 15 11V10\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 18V22M8 22H5M8 22H11\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"mic speaking \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<rect x=\"9\" y=\"2\"   rx=\"3\" stroke=\"currentColor\" stroke-/>\n<path d=\"M5 3V5M1 2V6M19 3V5M23 2V6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 10V11C5 14.866 8.13401 18 12 18V18V18C15.866 18 19 14.866 19 11V10\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 18V22M12 22H9M12 22H15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"mic warning \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 14L21 18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 22.01L21.01 21.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<rect x=\"7\" y=\"2\"   rx=\"3\" stroke=\"currentColor\" stroke-/>\n<path d=\"M3 10V11C3 14.866 6.13401 18 10 18V18V18C13.866 18 17 14.866 17 11V10\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 18V22M10 22H7M10 22H13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"mic \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<rect x=\"9\" y=\"2\"   rx=\"3\" stroke=\"currentColor\" stroke-/>\n<path d=\"M5 10V11C5 14.866 8.13401 18 12 18V18V18C15.866 18 19 14.866 19 11V10\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 18V22M12 22H9M12 22H15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"minus 1 \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 12H18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"minus hexagon \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 12H12H15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.7 1.1732C11.8856 1.06603 12.1144 1.06603 12.3 1.17321L21.2263 6.3268C21.4119 6.43397 21.5263 6.63205 21.5263 6.84641V17.1536C21.5263 17.3679 21.4119 17.566 21.2263 17.6732L12.3 22.8268C12.1144 22.934 11.8856 22.934 11.7 22.8268L2.77372 17.6732C2.58808 17.566 2.47372 17.3679 2.47372 17.1536V6.84641C2.47372 6.63205 2.58808 6.43397 2.77372 6.32679L11.7 1.1732Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"minus pin alt \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 9.2C16 13.1765 9 20 9 20C9 20 2 13.1765 2 9.2C2 5.22355 5.13401 2 9 2C12.866 2 16 5.22355 16 9.2Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M16 19L22 19\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 10C9.55228 10 10 9.55228 10 9C10 8.44772 9.55228 8 9 8C8.44772 8 8 8.44772 8 9C8 9.55228 8.44772 10 9 10Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"minus square \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 12H12H15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 3.6V20.4C21 20.7314 20.7314 21 20.4 21H3.6C3.26863 21 3 20.7314 3 20.4V3.6C3 3.26863 3.26863 3 3.6 3H20.4C20.7314 3 21 3.26863 21 3.6Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"minus \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 12H18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"missing font \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.46875 18.3744L4.53321 16.0325M14.1134 18.3744L13.0489 16.0325M13.0489 16.0325L8.79105 6.66528L4.53321 16.0325M13.0489 16.0325H4.53321\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.1777 8.79421C15.1777 5.06857 21.0323 5.0686 21.0323 8.79421C21.0323 11.4554 18.3711 10.9231 18.3711 14.1164\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.3711 18.385L18.3817 18.3732\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"modern tv 4k \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 21L17 21\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.5 7L13.5 11M13.5 13L13.5 11M13.5 11L14.8706 9.43363M17 7L14.8706 9.43363M14.8706 9.43363L17 13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.5 7L6.5 11.5L10 11.5L10 13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 16.4V3.6C2 3.26863 2.26863 3 2.6 3H21.4C21.7314 3 22 3.26863 22 3.6V16.4C22 16.7314 21.7314 17 21.4 17H2.6C2.26863 17 2 16.7314 2 16.4Z\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"modern tv \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 21L17 21\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 16.4V3.6C2 3.26863 2.26863 3 2.6 3H21.4C21.7314 3 22 3.26863 22 3.6V16.4C22 16.7314 21.7314 17 21.4 17H2.6C2.26863 17 2 16.7314 2 16.4Z\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"money square \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 20.4V3.6C3 3.26863 3.26863 3 3.6 3H20.4C20.7314 3 21 3.26863 21 3.6V20.4C21 20.7314 20.7314 21 20.4 21H3.6C3.26863 21 3 20.7314 3 20.4Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M15 8.5C14.315 7.81501 13.1087 7.33855 12 7.30872M9 15C9.64448 15.8593 10.8428 16.3494 12 16.391M12 7.30872C10.6809 7.27322 9.5 7.86998 9.5 9.50001C9.5 12.5 15 11 15 14C15 15.711 13.5362 16.4462 12 16.391M12 7.30872V5.5M12 16.391V18.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"moon sat \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"12\" cy=\"12\" r=\"10\" stroke=\"currentColor\" stroke-/>\n<path d=\"M7.63262 3.06689C8.98567 3.35733 9.99999 4.56025 9.99999 6.00007C9.99999 7.65693 8.65685 9.00007 6.99999 9.00007C5.4512 9.00007 4.17653 7.82641 4.01685 6.31997\" stroke=\"currentColor\" stroke-/>\n<path d=\"M22 13.0505C21.3647 12.4022 20.4793 12 19.5 12C17.567 12 16 13.567 16 15.5C16 17.2632 17.3039 18.7219 19 18.9646\" stroke=\"currentColor\" stroke-/>\n<path d=\"M14.5 8.51L14.51 8.49889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 17C11.1046 17 12 16.1046 12 15C12 13.8954 11.1046 13 10 13C8.89543 13 8 13.8954 8 15C8 16.1046 8.89543 17 10 17Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"more horiz circled outline \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 12.5C7.27614 12.5 7.5 12.2761 7.5 12C7.5 11.7239 7.27614 11.5 7 11.5C6.72386 11.5 6.5 11.7239 6.5 12C6.5 12.2761 6.72386 12.5 7 12.5Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 12.5C12.2761 12.5 12.5 12.2761 12.5 12C12.5 11.7239 12.2761 11.5 12 11.5C11.7239 11.5 11.5 11.7239 11.5 12C11.5 12.2761 11.7239 12.5 12 12.5Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 12.5C17.2761 12.5 17.5 12.2761 17.5 12C17.5 11.7239 17.2761 11.5 17 11.5C16.7239 11.5 16.5 11.7239 16.5 12C16.5 12.2761 16.7239 12.5 17 12.5Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"more horiz \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18 12.5C18.2761 12.5 18.5 12.2761 18.5 12C18.5 11.7239 18.2761 11.5 18 11.5C17.7239 11.5 17.5 11.7239 17.5 12C17.5 12.2761 17.7239 12.5 18 12.5Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 12.5C12.2761 12.5 12.5 12.2761 12.5 12C12.5 11.7239 12.2761 11.5 12 11.5C11.7239 11.5 11.5 11.7239 11.5 12C11.5 12.2761 11.7239 12.5 12 12.5Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 12.5C6.27614 12.5 6.5 12.2761 6.5 12C6.5 11.7239 6.27614 11.5 6 11.5C5.72386 11.5 5.5 11.7239 5.5 12C5.5 12.2761 5.72386 12.5 6 12.5Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"more vert circled outline \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 7.5C12.2761 7.5 12.5 7.27614 12.5 7C12.5 6.72386 12.2761 6.5 12 6.5C11.7239 6.5 11.5 6.72386 11.5 7C11.5 7.27614 11.7239 7.5 12 7.5Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 17.5C12.2761 17.5 12.5 17.2761 12.5 17C12.5 16.7239 12.2761 16.5 12 16.5C11.7239 16.5 11.5 16.7239 11.5 17C11.5 17.2761 11.7239 17.5 12 17.5Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 12.5C12.2761 12.5 12.5 12.2761 12.5 12C12.5 11.7239 12.2761 11.5 12 11.5C11.7239 11.5 11.5 11.7239 11.5 12C11.5 12.2761 11.7239 12.5 12 12.5Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"more vert \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 12.5C12.2761 12.5 12.5 12.2761 12.5 12C12.5 11.7239 12.2761 11.5 12 11.5C11.7239 11.5 11.5 11.7239 11.5 12C11.5 12.2761 11.7239 12.5 12 12.5Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 18.5C12.2761 18.5 12.5 18.2761 12.5 18C12.5 17.7239 12.2761 17.5 12 17.5C11.7239 17.5 11.5 17.7239 11.5 18C11.5 18.2761 11.7239 18.5 12 18.5Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 6.5C12.2761 6.5 12.5 6.27614 12.5 6C12.5 5.72386 12.2761 5.5 12 5.5C11.7239 5.5 11.5 5.72386 11.5 6C11.5 6.27614 11.7239 6.5 12 6.5Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"mouse button left \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20 10V14C20 18.4183 16.4183 22 12 22C7.58172 22 4 18.4183 4 14V9C4 5.13401 7.13401 2 11 2H12C16.4183 2 20 5.58172 20 10Z\" stroke=\"currentColor\" stroke-linecap=\"round\"/>\n<path d=\"M12 2V8.4C12 8.73137 11.7314 9 11.4 9H4\" stroke=\"currentColor\" stroke-linecap=\"round\"/>\n</svg>\n</li><li title=\"mouse button right \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4 10V14C4 18.4183 7.58172 22 12 22C16.4183 22 20 18.4183 20 14V9C20 5.13401 16.866 2 13 2H12C7.58172 2 4 5.58172 4 10Z\" stroke=\"currentColor\" stroke-linecap=\"round\"/>\n<path d=\"M12 2V8.4C12 8.73137 12.2686 9 12.6 9H20\" stroke=\"currentColor\" stroke-linecap=\"round\"/>\n</svg>\n</li><li title=\"mouse scroll wheel \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 5L12.5303 4.46967C12.2374 4.17678 11.7626 4.17678 11.4697 4.46967L12 5ZM12 13L11.4697 13.5303C11.7626 13.8232 12.2374 13.8232 12.5303 13.5303L12 13ZM9.46967 6.46967C9.17678 6.76256 9.17678 7.23744 9.46967 7.53033C9.76256 7.82322 10.2374 7.82322 10.5303 7.53033L9.46967 6.46967ZM13.4697 7.53033C13.7626 7.82322 14.2374 7.82322 14.5303 7.53033C14.8232 7.23744 14.8232 6.76256 14.5303 6.46967L13.4697 7.53033ZM10.5303 10.4697C10.2374 10.1768 9.76256 10.1768 9.46967 10.4697C9.17678 10.7626 9.17678 11.2374 9.46967 11.5303L10.5303 10.4697ZM14.5303 11.5303C14.8232 11.2374 14.8232 10.7626 14.5303 10.4697C14.2374 10.1768 13.7626 10.1768 13.4697 10.4697L14.5303 11.5303ZM3.25 10V14H4.75V10H3.25ZM20.75 14V10H19.25V14H20.75ZM11.25 5V13H12.75V5H11.25ZM11.4697 4.46967L9.46967 6.46967L10.5303 7.53033L12.5303 5.53033L11.4697 4.46967ZM11.4697 5.53033L13.4697 7.53033L14.5303 6.46967L12.5303 4.46967L11.4697 5.53033ZM12.5303 12.4697L10.5303 10.4697L9.46967 11.5303L11.4697 13.5303L12.5303 12.4697ZM12.5303 13.5303L14.5303 11.5303L13.4697 10.4697L11.4697 12.4697L12.5303 13.5303ZM20.75 10C20.75 5.16751 16.8325 1.25 12 1.25V2.75C16.0041 2.75 19.25 5.99594 19.25 10H20.75ZM12 22.75C16.8325 22.75 20.75 18.8325 20.75 14H19.25C19.25 18.0041 16.0041 21.25 12 21.25V22.75ZM3.25 14C3.25 18.8325 7.16751 22.75 12 22.75V21.25C7.99594 21.25 4.75 18.0041 4.75 14H3.25ZM4.75 10C4.75 5.99594 7.99594 2.75 12 2.75V1.25C7.16751 1.25 3.25 5.16751 3.25 10H4.75Z\" fill=\"currentColor\"/>\n</svg>\n</li><li title=\"move down \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 6C10.8954 6 10 5.10457 10 4C10 2.89543 10.8954 2 12 2C13.1046 2 14 2.89543 14 4C14 5.10457 13.1046 6 12 6Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 9L12 22M12 22L15 19M12 22L9 19\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"move left \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20 14C18.8954 14 18 13.1046 18 12C18 10.8954 18.8954 10 20 10C21.1046 10 22 10.8954 22 12C22 13.1046 21.1046 14 20 14Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 12H2M2 12L5 9M2 12L5 15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"move right \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4 14C2.89543 14 2 13.1046 2 12C2 10.8954 2.89543 10 4 10C5.10457 10 6 10.8954 6 12C6 13.1046 5.10457 14 4 14Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 12H22M22 12L19 9M22 12L19 15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"move ruler \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.4 22H8.6C8.26863 22 8 21.7314 8 21.4V2.6C8 2.26863 8.26863 2 8.6 2H15.4C15.7314 2 16 2.26863 16 2.6V21.4C16 21.7314 15.7314 22 15.4 22Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 17H13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 7H13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 12H23M23 12L21 14M23 12L21 10\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M1 12L3 10M1 12L3 14M1 12H8\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"move up \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C10.8954 22 10 21.1046 10 20C10 18.8954 10.8954 18 12 18C13.1046 18 14 18.8954 14 20C14 21.1046 13.1046 22 12 22Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 15L12 2M12 2L15 5M12 2L9 5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"movie \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 8.01L7.01 7.99889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 8.01L17.01 7.99889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 12.01L7.01 11.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 12.01L17.01 11.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 16.01L7.01 15.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 16.01L17.01 15.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 2H3.6C3.26863 2 3 2.26863 3 2.6V21.4C3 21.7314 3.26863 22 3.6 22H7M7 2V4M7 2H17M17 2H20.4C20.7314 2 21 2.26863 21 2.6V21.4C21 21.7314 20.7314 22 20.4 22H17M17 2V4M17 22V20M17 22H7M7 22V20\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"multi bubble \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.5 22C10.5376 22 13 19.5376 13 16.5C13 13.4624 10.5376 11 7.5 11C4.46243 11 2 13.4624 2 16.5C2 17.5018 2.26783 18.441 2.7358 19.25L2.275 21.725L4.75 21.2642C5.55898 21.7322 6.49821 22 7.5 22Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.2824 17.8978C16.2587 17.7405 17.1758 17.4065 18 16.9297L21.6 17.6L20.9297 14C21.6104 12.8233 22 11.4571 22 10C22 5.58172 18.4183 2 14 2C9.97262 2 6.64032 4.97598 6.08221 8.84884\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"multi mac os window \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 19V11C7 9.89543 7.89543 9 9 9H20C21.1046 9 22 9.89543 22 11V19C22 20.1046 21.1046 21 20 21H9C7.89543 21 7 20.1046 7 19Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M10 12.01L10.01 11.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 12.01L12.01 11.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 12.01L14.01 11.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.5 16H4C2.89543 16 2 15.1046 2 14V6C2 4.89543 2.89543 4 4 4H15C16.1046 4 17 4.89543 17 6V9\" stroke=\"currentColor\" stroke-/>\n<path d=\"M5 7.01L5.01 6.99889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 7.01L7.01 6.99889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 7.01L9.01 6.99889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"multi window \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 19V11C7 9.89543 7.89543 9 9 9H20C21.1046 9 22 9.89543 22 11V19C22 20.1046 21.1046 21 20 21H9C7.89543 21 7 20.1046 7 19Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M6.5 16H4C2.89543 16 2 15.1046 2 14V6C2 4.89543 2.89543 4 4 4H15C16.1046 4 17 4.89543 17 6V9\" stroke=\"currentColor\" stroke-/>\n<path d=\"M10 12H11\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 7H6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"multiple pages add \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M1.99219 19H4.99219M7.99219 19H4.99219M4.99219 19V16M4.99219 19V22\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 2L16.5 2L21 6.5V19\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 22H16.5C17.3284 22 18 21.3284 18 20.5V8.74853C18 8.5894 17.9368 8.43679 17.8243 8.32426L14.6757 5.17574C14.5632 5.06321 14.4106 5 14.2515 5H4.5C3.67157 5 3 5.67157 3 6.5V13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 8.4V5.35355C14 5.15829 14.1583 5 14.3536 5C14.4473 5 14.5372 5.03725 14.6036 5.10355L17.8964 8.39645C17.9628 8.46275 18 8.55268 18 8.64645C18 8.84171 17.8417 9 17.6464 9H14.6C14.2686 9 14 8.73137 14 8.4Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"multiple pages delete \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2.87132 21.1213L4.99264 19M7.11396 16.8787L4.99264 19M4.99264 19L2.87132 16.8787M4.99264 19L7.11396 21.1213\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 2L16.5 2L21 6.5V19\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 22H16.5C17.3284 22 18 21.3284 18 20.5V8.74853C18 8.5894 17.9368 8.43679 17.8243 8.32426L14.6757 5.17574C14.5632 5.06321 14.4106 5 14.2515 5H4.5C3.67157 5 3 5.67157 3 6.5V13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 8.4V5.35355C14 5.15829 14.1583 5 14.3536 5C14.4473 5 14.5372 5.03725 14.6036 5.10355L17.8964 8.39645C17.9628 8.46275 18 8.55268 18 8.64645C18 8.84171 17.8417 9 17.6464 9H14.6C14.2686 9 14 8.73137 14 8.4Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"multiple pages empty \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 2L16.5 2L21 6.5V19\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 20.5V6.5C3 5.67157 3.67157 5 4.5 5H14.2515C14.4106 5 14.5632 5.06321 14.6757 5.17574L17.8243 8.32426C17.9368 8.43679 18 8.5894 18 8.74853V20.5C18 21.3284 17.3284 22 16.5 22H4.5C3.67157 22 3 21.3284 3 20.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 8.4V5.35355C14 5.15829 14.1583 5 14.3536 5C14.4473 5 14.5372 5.03725 14.6036 5.10355L17.8964 8.39645C17.9628 8.46275 18 8.55268 18 8.64645C18 8.84171 17.8417 9 17.6464 9H14.6C14.2686 9 14 8.73137 14 8.4Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"multiple pages remove \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 2L16.5 2L21 6.5V19\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 22H16.5C17.3284 22 18 21.3284 18 20.5V8.74853C18 8.5894 17.9368 8.43679 17.8243 8.32426L14.6757 5.17574C14.5632 5.06321 14.4106 5 14.2515 5H4.5C3.67157 5 3 5.67157 3 6.5V13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 8.4V5.35355C14 5.15829 14.1583 5 14.3536 5C14.4473 5 14.5372 5.03725 14.6036 5.10355L17.8964 8.39645C17.9628 8.46275 18 8.55268 18 8.64645C18 8.84171 17.8417 9 17.6464 9H14.6C14.2686 9 14 8.73137 14 8.4Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M1.99219 19H4.99219H7.99219\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"multiple pages \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 18H10.5H14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 14H7.5H8\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 10H8.5H10\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 2L16.5 2L21 6.5V19\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 20.5V6.5C3 5.67157 3.67157 5 4.5 5H14.2515C14.4106 5 14.5632 5.06321 14.6757 5.17574L17.8243 8.32426C17.9368 8.43679 18 8.5894 18 8.74853V20.5C18 21.3284 17.3284 22 16.5 22H4.5C3.67157 22 3 21.3284 3 20.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 8.4V5.35355C14 5.15829 14.1583 5 14.3536 5C14.4473 5 14.5372 5.03725 14.6036 5.10355L17.8964 8.39645C17.9628 8.46275 18 8.55268 18 8.64645C18 8.84171 17.8417 9 17.6464 9H14.6C14.2686 9 14 8.73137 14 8.4Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"music 1 add \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 6.5H20M23 6.5H20M20 6.5V3.5M20 6.5V9.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 15.9999V4.99992L14 4\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 14V10\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 19H13C14.1046 19 15 18.1046 15 17V14H12C10.8954 14 10 14.8954 10 16V17C10 18.1046 10.8954 19 12 19Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 21H4C5.10457 21 6 20.1046 6 19V16H3C1.89543 16 1 16.8954 1 18V19C1 20.1046 1.89543 21 3 21Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"music 1 \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20 14V3L9 5V16\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 19H18C19.1046 19 20 18.1046 20 17V14H17C15.8954 14 15 14.8954 15 16V17C15 18.1046 15.8954 19 17 19Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 21H7C8.10457 21 9 20.1046 9 19V16H6C4.89543 16 4 16.8954 4 18V19C4 20.1046 4.89543 21 6 21Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"music 2 add \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 10H19M22 10H19M19 10V7M19 10V13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 16V19C7 20.1046 6.10457 21 5 21H4C2.89543 21 2 20.1046 2 19V18C2 16.8954 2.89543 16 4 16H7ZM7 16V8M7 8V4L12 3V7L7 8Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"music 2 \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 16V19C12 20.1046 11.1046 21 10 21H9C7.89543 21 7 20.1046 7 19V18C7 16.8954 7.89543 16 9 16H12ZM12 16V8M12 8V4L17 3V7L12 8Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"nav arrow down \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 9L12 15L18 9\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"nav arrow left \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 6L9 12L15 18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"nav arrow right \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 6L15 12L9 18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"nav arrow up \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 15L12 9L18 15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"navigator alt \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"12\" cy=\"12\" r=\"10\" stroke=\"currentColor\" stroke-/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.9304 17.869C13.6084 18.7988 12.2931 18.798 11.9721 17.8678L10.3524 13.1739L5.78287 11.2307C4.87733 10.8456 4.96832 9.53344 5.91837 9.27705L16.1497 6.51591C16.9526 6.29922 17.6707 7.0693 17.3986 7.85518L13.9304 17.869Z\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"navigator \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"12\" cy=\"12\" r=\"10\" stroke=\"currentColor\" stroke-/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.8733 15.4753C18.3338 16.345 17.4362 17.3064 16.537 16.9067L11.9994 14.89L7.46178 16.9067C6.56256 17.3064 5.66499 16.345 6.12541 15.4753L11.0838 6.1095C11.4729 5.37447 12.5259 5.37448 12.915 6.1095L17.8733 15.4753Z\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"network alt \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<rect   rx=\"0.6\" transform=\"matrix(1 0 0 -1 3 22)\" stroke=\"currentColor\" stroke-/>\n<rect   rx=\"0.6\" transform=\"matrix(1 0 0 -1 8.5 7)\" stroke=\"currentColor\" stroke-/>\n<rect   rx=\"0.6\" transform=\"matrix(1 0 0 -1 14 22)\" stroke=\"currentColor\" stroke-/>\n<path d=\"M6.5 17V13.5C6.5 12.3954 7.39543 11.5 8.5 11.5H15.5C16.6046 11.5 17.5 12.3954 17.5 13.5V17\" stroke=\"currentColor\" stroke-/>\n<path d=\"M12 11.5V7\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"network left \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<rect x=\"2\" y=\"21\"   rx=\"0.6\" transform=\"rotate(-90 2 21)\" stroke=\"currentColor\" stroke-/>\n<rect x=\"17\" y=\"15.5\"   rx=\"0.6\" transform=\"rotate(-90 17 15.5)\" stroke=\"currentColor\" stroke-/>\n<rect x=\"2\" y=\"10\"   rx=\"0.6\" transform=\"rotate(-90 2 10)\" stroke=\"currentColor\" stroke-/>\n<path d=\"M7 17.5H10.5C11.6046 17.5 12.5 16.6046 12.5 15.5V8.5C12.5 7.39543 11.6046 6.5 10.5 6.5H7\" stroke=\"currentColor\" stroke-/>\n<path d=\"M12.5 12H17\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"network right \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<rect   rx=\"0.6\" transform=\"matrix(0 -1 -1 0 22 21)\" stroke=\"currentColor\" stroke-/>\n<rect   rx=\"0.6\" transform=\"matrix(0 -1 -1 0 7 15.5)\" stroke=\"currentColor\" stroke-/>\n<rect   rx=\"0.6\" transform=\"matrix(0 -1 -1 0 22 10)\" stroke=\"currentColor\" stroke-/>\n<path d=\"M17 17.5H13.5C12.3954 17.5 11.5 16.6046 11.5 15.5V8.5C11.5 7.39543 12.3954 6.5 13.5 6.5H17\" stroke=\"currentColor\" stroke-/>\n<path d=\"M11.5 12H7\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"network \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<rect x=\"3\" y=\"2\"   rx=\"0.6\" stroke=\"currentColor\" stroke-/>\n<rect x=\"8.5\" y=\"17\"   rx=\"0.6\" stroke=\"currentColor\" stroke-/>\n<rect x=\"14\" y=\"2\"   rx=\"0.6\" stroke=\"currentColor\" stroke-/>\n<path d=\"M6.5 7V10.5C6.5 11.6046 7.39543 12.5 8.5 12.5H15.5C16.6046 12.5 17.5 11.6046 17.5 10.5V7\" stroke=\"currentColor\" stroke-/>\n<path d=\"M12 12.5V17\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"new tab \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 19V5C2 3.89543 2.89543 3 4 3H20C21.1046 3 22 3.89543 22 5V19C22 20.1046 21.1046 21 20 21H4C2.89543 21 2 20.1046 2 19Z\" stroke=\"currentColor\"  />\n<path d=\"M2 7L22 7\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 14H12M15 14H12M12 14V11M12 14V17\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"nitrogen \"><svg  stroke-  viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 3.6V20.4C21 20.7314 20.7314 21 20.4 21H3.6C3.26863 21 3 20.7314 3 20.4V3.6C3 3.26863 3.26863 3 3.6 3H20.4C20.7314 3 21 3.26863 21 3.6Z\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 16V8L14 16L14 8\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"no battery \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 3L21 21\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M23 10V14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.5 6H3C1.89543 6 1 6.89543 1 8V16C1 17.1046 1.89543 18 3 18H17.5M20 14.5V8C20 6.89543 19.1046 6 18 6H11.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"no coin \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.62323 5.24841C2.99408 7.02743 2 9.39765 2 12C2 17.5229 6.47715 22 12 22C14.5361 22 16.8517 21.0559 18.6146 19.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.3021 15.6775C21.7525 14.5392 22 13.2985 22 12C22 6.47715 17.5228 2 12 2C10.7687 2 9.58934 2.22255 8.5 2.62961\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 15C9.64448 15.8593 10.8428 16.3494 12 16.391C13.1141 16.431 14.1901 16.0554 14.6973 15.1933\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 16.391V18.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.5 9.5C9.5 10.6811 10.3525 11.1647 11.3862 11.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 8.5C14.315 7.81501 13.1087 7.33855 12 7.30872V5.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 3L21 21\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"no credit card \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 3L21 21\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 15C7.55228 15 8 14.5523 8 14C8 13.4477 7.55228 13 7 13C6.44772 13 6 13.4477 6 14C6 14.5523 6.44772 15 7 15Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.5 19H2.6C2.26863 19 2 18.7314 2 18.4V9H8.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 9V5.6C2 5.26863 2.26863 5 2.6 5H4.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 9H22V17\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 9V5.6C22 5.26863 21.7314 5 21.4 5H10\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"no lock \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.5 12H6.6C6.26863 12 6 12.2686 6 12.6V19.4C6 19.7314 6.26863 20 6.6 20H17.4C17.7314 20 18 19.7314 18 19.4V18.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 12V8C16 6.66667 15.2 4 12 4C11.2532 4 10.6371 4.14525 10.1313 4.38491\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 12H17.4C17.7314 12 18 12.2686 18 12.6V13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 8V8.5V12\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 3L21 21\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"no smoking \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18 15V18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 11C18 10 17 9 15 9C14.6978 9 14.355 9 14.0002 9C12.3434 9 11 7.65685 11 6V2\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 11C22 5 18 5 18 5C18 5 22 6 22 2\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 15V18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.6 18H18L15 15H2.6C2.26863 15 2 15.2686 2 15.6V17.4C2 17.7314 2.26863 18 2.6 18Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M3 3L21 21\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"notes \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 14L16 14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 10L10 10\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 18L12 18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 3H6C4.89543 3 4 3.89543 4 5V20C4 21.1046 4.89543 22 6 22H18C19.1046 22 20 21.1046 20 20V5C20 3.89543 19.1046 3 18 3H14.5M10 3V1M10 3V5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"numbered list left \"><svg  stroke-  viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 6L20 6\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 8L5 4\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 14L4.6 14C4.26863 14 4 13.7314 4 13.4L4 12.6C4 12.2686 4.26863 12 4.6 12L5.4 12C5.73137 12 6 11.7314 6 11.4L6 10.6C6 10.2686 5.73137 10 5.4 10L4 10\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 16L5.4 16C5.73137 16 6 16.2686 6 16.6L6 19.4C6 19.7314 5.73137 20 5.4 20L4 20\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 18L4 18\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 12L20 12\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 18L20 18\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"numbered list right \"><svg  stroke-  viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4 6L15 6\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 8L19 4\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 14L18.6 14C18.2686 14 18 13.7314 18 13.4L18 12.6C18 12.2686 18.2686 12 18.6 12L19.4 12C19.7314 12 20 11.7314 20 11.4L20 10.6C20 10.2686 19.7314 10 19.4 10L18 10\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 16L19.4 16C19.7314 16 20 16.2686 20 16.6L20 19.4C20 19.7314 19.7314 20 19.4 20L18 20\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 18L18 18\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 12L15 12\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 18L15 18\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"octagon \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.7704 1.09511C11.9174 1.03421 12.0826 1.03421 12.2296 1.09511L19.5486 4.12672C19.6956 4.18761 19.8124 4.30442 19.8733 4.45144L22.9049 11.7704C22.9658 11.9174 22.9658 12.0826 22.9049 12.2296L19.8733 19.5486C19.8124 19.6956 19.6956 19.8124 19.5486 19.8733L12.2296 22.9049C12.0826 22.9658 11.9174 22.9658 11.7704 22.9049L4.45144 19.8733C4.30442 19.8124 4.18761 19.6956 4.12672 19.5486L1.09511 12.2296C1.03421 12.0826 1.03421 11.9174 1.09511 11.7704L4.12672 4.45144C4.18761 4.30442 4.30442 4.18761 4.45144 4.12672L11.7704 1.09511Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"off rounded \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M1 15V9C1 5.68629 3.68629 3 7 3H17C20.3137 3 23 5.68629 23 9V15C23 18.3137 20.3137 21 17 21H7C3.68629 21 1 18.3137 1 15Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M7 9C8.65685 9 10 10.3431 10 12C10 13.6569 8.65685 15 7 15C5.34315 15 4 13.6569 4 12C4 10.3431 5.34315 9 7 9Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M12 15V9L15 9\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 15V9L20 9\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.0001 12H14.5715\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.0001 12H19.5715\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"oil industry \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18 10C18 9 17 8 15 8C14.6978 8 14.355 8 14.0002 8C12.3434 8 11 6.65685 11 5V2\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 10.8C9 9.03269 6 6 6 6C6 6 3 9.03269 3 10.8C3 12.5673 4.34315 14 6 14C7.65685 14 9 12.5673 9 10.8Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M18 21H21V12H18V16.5M18 21V16.5M18 21H10.5V16.5L14.5 14L18 16.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 10C21 4 17 4 17 4C17 4 21 4.5 21 2\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"on rounded \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M1 15V9C1 5.68629 3.68629 3 7 3H17C20.3137 3 23 5.68629 23 9V15C23 18.3137 20.3137 21 17 21H7C3.68629 21 1 18.3137 1 15Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M9 9C10.6569 9 12 10.3431 12 12C12 13.6569 10.6569 15 9 15C7.34315 15 6 13.6569 6 12C6 10.3431 7.34315 9 9 9Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M14 15V9L18 15V9\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"one finger select hand gesture \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.5 12L5.49591 14.6721C4.91845 15.4421 4.97127 16.5141 5.6216 17.2236L9.4055 21.3515C9.78431 21.7647 10.3183 22 10.8789 22C11.9651 22 13.7415 22 15.5 22C17.9 22 19.5 20 19.5 18C19.5 18 19.5 18 19.5 18C19.5 18 19.5 11.1429 19.5 9.42859\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.5 9.99995C16.5 9.99995 16.5 9.87483 16.5 9.42852C16.5 7.1428 19.5 7.1428 19.5 9.42852\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.5 9.99998C13.5 9.99998 13.5 9.17832 13.5 8.2857C13.5 5.99998 16.5 5.99998 16.5 8.2857C16.5 8.50885 16.5 9.2054 16.5 9.42855C16.5 9.87487 16.5 9.99998 16.5 9.99998\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.5 10.0001C10.5 10.0001 10.5 8.61584 10.5 7.50005C10.5 5.21434 13.5 5.21434 13.5 7.50005C13.5 7.50005 13.5 7.50005 13.5 7.50005C13.5 7.50005 13.5 8.06261 13.5 8.28577C13.5 9.17839 13.5 10.0001 13.5 10.0001\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.5 10C10.5 10 10.5 8.61578 10.5 7.5C10.5 6.34156 10.5 4.68968 10.5 3.49899C10.5 2.67056 9.82843 2 9 2V2C8.17157 2 7.5 2.67157 7.5 3.5V12V15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"open book \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 21V7C12 5.89543 12.8954 5 14 5H21.4C21.7314 5 22 5.26863 22 5.6V18.7143\" stroke=\"currentColor\"   stroke-linecap=\"round\"/>\n<path d=\"M12 21V7C12 5.89543 11.1046 5 10 5H2.6C2.26863 5 2 5.26863 2 5.6V18.7143\" stroke=\"currentColor\"   stroke-linecap=\"round\"/>\n<path d=\"M14 19L22 19\" stroke=\"currentColor\"   stroke-linecap=\"round\"/>\n<path d=\"M10 19L2 19\" stroke=\"currentColor\"   stroke-linecap=\"round\"/>\n<path d=\"M12 21C12 19.8954 12.8954 19 14 19\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 21C12 19.8954 11.1046 19 10 19\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"open in browser \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 21H20.4C20.7314 21 21 20.7314 21 20.4V3.6C21 3.26863 20.7314 3 20.4 3H3.6C3.26863 3 3 3.26863 3 3.6V16\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 6L18 6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 6H7\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.5 20.5L12 12M12 12V16M12 12H8\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"open in window \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 21H20.4C20.7314 21 21 20.7314 21 20.4V3.6C21 3.26863 20.7314 3 20.4 3H3.6C3.26863 3 3 3.26863 3 3.6V16\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.5 20.5L12 12M12 12V16M12 12H8\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"open select hand gesture \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 14.5714L6.17716 12.8354C5.53522 12.224 4.51329 12.2705 3.92953 12.9377V12.9377C3.40196 13.5406 3.41749 14.4453 3.96544 15.0298L9.90739 21.3679C10.2855 21.7712 10.8127 22 11.3655 22C12.4505 22 14.2343 22 16 22C18.4 22 20 20 20 18C20 18 20 18 20 18C20 18 20 11.1429 20 9.42859\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 9.99995C17 9.99995 17 9.87483 17 9.42852C17 7.1428 20 7.1428 20 9.42852\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 9.99998C14 9.99998 14 9.17832 14 8.2857C14 5.99998 17 5.99998 17 8.2857C17 8.50885 17 9.2054 17 9.42855C17 9.87487 17 9.99998 17 9.99998\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 10.0001C11 10.0001 11 8.61584 11 7.50005C11 5.21434 14 5.21434 14 7.50005C14 7.50005 14 7.50005 14 7.50005C14 7.50005 14 8.06261 14 8.28577C14 9.17839 14 10.0001 14 10.0001\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 14.5714V3.5C8 2.67157 8.67157 2 9.5 2V2C10.3284 2 11 2.67056 11 3.49899C11 4.68968 11 6.34156 11 7.5C11 8.61578 11 10 11 10\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"open vpn \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.8351 15.2894L11.5726 15.426L10.8351 15.2894ZM10.4771 14.582L10.8583 13.9361L10.4771 14.582ZM10.2016 21.8286L10.3402 21.0915L10.2016 21.8286ZM9.75001 21.1507L10.4875 21.2872L9.75001 21.1507ZM16.8489 19.8141L17.586 19.6755L16.8489 19.8141ZM17.7212 20.1916L17.2912 19.5771L17.7212 20.1916ZM7.87166 15.9841L7.13459 15.8455L7.87166 15.9841ZM7.73203 15.4643L7.15066 15.9381L7.73203 15.4643ZM13.5232 14.582L13.9045 15.2279L13.5232 14.582ZM13.1652 15.2894L13.9027 15.1529L13.1652 15.2894ZM16.268 15.4643L15.6866 14.9905L16.268 15.4643ZM16.1283 15.9841L16.8654 15.8455L16.1283 15.9841ZM14.2501 21.1513L13.5126 21.2878L14.2501 21.1513ZM13.7972 21.8297L13.9347 22.567L13.7972 21.8297ZM6.27883 20.1916L5.84889 20.8061L6.27883 20.1916ZM2.75 12C2.75 6.89078 6.89078 2.75 12 2.75V1.25C6.06235 1.25 1.25 6.06235 1.25 12H2.75ZM6.70878 19.5771C4.3153 17.9025 2.75 15.1368 2.75 12H1.25C1.25 15.6498 3.07379 18.8646 5.84889 20.8061L6.70878 19.5771ZM7.13459 15.8455L6.41403 19.6755L7.88817 19.9528L8.60873 16.1228L7.13459 15.8455ZM5.75 12C5.75 13.4936 6.27575 14.8646 7.15066 15.9381L8.3134 14.9905C7.64834 14.1745 7.25 13.1354 7.25 12H5.75ZM12 5.75C8.54868 5.75 5.75 8.54868 5.75 12H7.25C7.25 9.3771 9.3771 7.25 12 7.25V5.75ZM18.25 12C18.25 8.54868 15.4513 5.75 12 5.75V7.25C14.6229 7.25 16.75 9.3771 16.75 12H18.25ZM16.8493 15.9381C17.7243 14.8646 18.25 13.4936 18.25 12H16.75C16.75 13.1354 16.3517 14.1745 15.6866 14.9905L16.8493 15.9381ZM17.586 19.6755L16.8654 15.8455L15.3913 16.1228L16.1118 19.9528L17.586 19.6755ZM21.25 12C21.25 15.1368 19.6847 17.9025 17.2912 19.5771L18.1511 20.8061C20.9262 18.8646 22.75 15.6498 22.75 12H21.25ZM12 2.75C17.1092 2.75 21.25 6.89078 21.25 12H22.75C22.75 6.06235 17.9377 1.25 12 1.25V2.75ZM15.7502 12C15.7502 9.92949 14.0706 8.24996 12.0002 8.24996V9.74996C13.2422 9.74996 14.2502 10.7579 14.2502 12H15.7502ZM13.9045 15.2279C15.0061 14.5777 15.7502 13.3768 15.7502 12H14.2502C14.2502 12.8229 13.8068 13.5437 13.142 13.9361L13.9045 15.2279ZM14.9876 21.0148L13.9027 15.1529L12.4277 15.4259L13.5126 21.2878L14.9876 21.0148ZM12.0002 22.75C12.6654 22.75 13.3108 22.6834 13.9347 22.567L13.6597 21.0925C13.118 21.1935 12.5649 21.25 12.0002 21.25V22.75ZM10.063 22.5657C10.688 22.6832 11.3343 22.75 12.0002 22.75V21.25C11.435 21.25 10.8817 21.1934 10.3402 21.0915L10.063 22.5657ZM10.0977 15.1529L9.01255 21.0141L10.4875 21.2872L11.5726 15.426L10.0977 15.1529ZM8.25018 12C8.25018 13.3767 8.99426 14.5776 10.0958 15.2279L10.8583 13.9361C10.1935 13.5437 9.75018 12.8229 9.75018 12H8.25018ZM12.0002 8.24996C9.92971 8.24996 8.25018 9.92949 8.25018 12H9.75018C9.75018 10.7579 10.7581 9.74996 12.0002 9.74996V8.24996ZM11.5726 15.426C11.6951 14.7643 11.3142 14.2052 10.8583 13.9361L10.0958 15.2279C10.1005 15.2306 10.1042 15.2337 10.1066 15.2361C10.1089 15.2386 10.1082 15.2386 10.1061 15.2346C10.1039 15.2304 10.0997 15.2209 10.0971 15.2059C10.0944 15.1902 10.0942 15.1718 10.0977 15.1529L11.5726 15.426ZM10.3402 21.0915C10.4587 21.1138 10.5 21.2197 10.4875 21.2872L9.01255 21.0141C8.88408 21.708 9.3184 22.4256 10.063 22.5657L10.3402 21.0915ZM16.1118 19.9528C16.2796 20.8445 17.3238 21.385 18.1511 20.8061L17.2912 19.5771C17.3508 19.5354 17.4317 19.533 17.4888 19.5582C17.5413 19.5813 17.577 19.6277 17.586 19.6755L16.1118 19.9528ZM8.60873 16.1228C8.6883 15.6999 8.55779 15.2903 8.3134 14.9905L7.15066 15.9381C7.14395 15.9299 7.12459 15.8987 7.13459 15.8455L8.60873 16.1228ZM13.142 13.9361C12.6861 14.2052 12.3053 14.7642 12.4277 15.4259L13.9027 15.1529C13.9062 15.1718 13.9059 15.1903 13.9032 15.2059C13.9006 15.2209 13.8964 15.2304 13.8942 15.2346C13.8921 15.2386 13.8914 15.2386 13.8938 15.2362C13.8961 15.2337 13.8998 15.2307 13.9045 15.2279L13.142 13.9361ZM15.6866 14.9905C15.4422 15.2903 15.3117 15.6999 15.3913 16.1228L16.8654 15.8455C16.8754 15.8987 16.8561 15.9299 16.8493 15.9381L15.6866 14.9905ZM13.5126 21.2878C13.5001 21.22 13.5417 21.1145 13.6597 21.0925L13.9347 22.567C14.68 22.428 15.1163 21.7101 14.9876 21.0148L13.5126 21.2878ZM5.84889 20.8061C6.67624 21.385 7.72041 20.8445 7.88817 19.9528L6.41403 19.6755C6.42302 19.6277 6.45865 19.5813 6.51117 19.5582C6.56834 19.533 6.64921 19.5354 6.70878 19.5771L5.84889 20.8061Z\" fill=\"currentColor\"/>\n</svg>\n</li><li title=\"orange half \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2M12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2M12 22V12M12 2V12M12 12L17 17.5M12 12L17 7M12 12H19\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"orange slice alt \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.3895 10.1109L5.61133 2.33275C1.31556 6.62852 1.31556 13.5933 5.61133 17.8891C9.9071 22.1849 16.8719 22.1849 21.1677 17.8891L13.3895 10.1109ZM13.3895 10.1109L13.7431 18.2427M13.3895 10.1109H5.61133M13.3895 10.1109L8.0862 15.4142\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"orange slice \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.6125 10.1109L18.3906 2.33275C22.6864 6.62852 22.6864 13.5933 18.3906 17.8891C14.0949 22.1849 7.13004 22.1849 2.83428 17.8891L10.6125 10.1109ZM10.6125 10.1109L10.2589 18.2427M10.6125 10.1109H18.3906M10.6125 10.1109L15.9158 15.4142\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"oxygen \"><svg  stroke-  viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 3.6V20.4C21 20.7314 20.7314 21 20.4 21H3.6C3.26863 21 3 20.7314 3 20.4V3.6C3 3.26863 3.26863 3 3.6 3H20.4C20.7314 3 21 3.26863 21 3.6Z\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.2 8H11.8C10.8059 8 10 8.80589 10 9.8V14.2C10 15.1941 10.8059 16 11.8 16H12.2C13.1941 16 14 15.1941 14 14.2V9.8C14 8.80589 13.1941 8 12.2 8Z\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"package lock \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14 20H6C4.89543 20 4 19.1046 4 18V6C4 4.89543 4.89543 4 6 4H18C19.1045 4 19.9999 4.89543 20 5.99999L20 12\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 9V4\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.1667 18.5H21.4C21.7314 18.5 22 18.7686 22 19.1V21.4C22 21.7314 21.7314 22 21.4 22H17.6C17.2686 22 17 21.7314 17 21.4V19.1C17 18.7686 17.2686 18.5 17.6 18.5H17.8333M21.1667 18.5V16.75C21.1667 16.1667 20.8333 15 19.5 15C18.1667 15 17.8333 16.1667 17.8333 16.75V18.5M21.1667 18.5H17.8333\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"package \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20 5.99999L20 18C20 19.1046 19.1046 20 18 20H6C4.89543 20 4 19.1046 4 18V6C4 4.89543 4.89543 4 6 4H18C19.1045 4 19.9999 4.89543 20 5.99999Z\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 9V4\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"packages \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.99998 15L9.99999 19C10 20.1046 9.10457 21 7.99999 21H4C2.89543 21 2 20.1046 2 19V15C2 13.8954 2.89543 13 4 13H7.99998C9.10455 13 9.99998 13.8954 9.99998 15Z\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 4.99999L16 8.99999C16 10.1046 15.1046 11 14 11H10C8.89543 11 8 10.1046 8 9V5C8 3.89543 8.89543 3 10 3H14C15.1045 3 16 3.89543 16 4.99999Z\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 15L22 19C22 20.1046 21.1046 21 20 21H16C14.8954 21 14 20.1046 14 19V15C14 13.8954 14.8954 13 16 13H20C21.1045 13 22 13.8954 22 15Z\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 16V13\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 6V3\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 16V13\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"page edit \"><svg  stroke-  viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20 12V5.74853C20 5.5894 19.9368 5.43679 19.8243 5.32426L16.6757 2.17574C16.5632 2.06321 16.4106 2 16.2515 2H4.6C4.26863 2 4 2.26863 4 2.6V21.4C4 21.7314 4.26863 22 4.6 22H11\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 10H16M8 6H12M8 14H11\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 5.4V2.35355C16 2.15829 16.1583 2 16.3536 2C16.4473 2 16.5372 2.03725 16.6036 2.10355L19.8964 5.39645C19.9628 5.46275 20 5.55268 20 5.64645C20 5.84171 19.8417 6 19.6464 6H16.6C16.2686 6 16 5.73137 16 5.4Z\" fill=\"currentColor\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.9541 16.9394L18.9541 15.9394C19.392 15.5015 20.102 15.5015 20.5399 15.9394V15.9394C20.9778 16.3773 20.9778 17.0873 20.5399 17.5252L19.5399 18.5252M17.9541 16.9394L14.963 19.9305C14.8131 20.0804 14.7147 20.2741 14.6821 20.4835L14.4394 22.0399L15.9957 21.7973C16.2052 21.7646 16.3988 21.6662 16.5487 21.5163L19.5399 18.5252M17.9541 16.9394L19.5399 18.5252\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"page flip \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 11H14.5H17\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 7H14.5H17\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 15V3.6C8 3.26863 8.26863 3 8.6 3H20.4C20.7314 3 21 3.26863 21 3.6V17C21 19.2091 19.2091 21 17 21V21\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 15H8H12.4C12.7314 15 13.0031 15.2668 13.0298 15.5971C13.1526 17.1147 13.7812 21 17 21H8H6C4.34315 21 3 19.6569 3 18V17C3 15.8954 3.89543 15 5 15Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"page search \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20 12V5.74853C20 5.5894 19.9368 5.43679 19.8243 5.32426L16.6757 2.17574C16.5632 2.06321 16.4106 2 16.2515 2H4.6C4.26863 2 4 2.26863 4 2.6V21.4C4 21.7314 4.26863 22 4.6 22H11\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 10H16M8 6H12M8 14H11\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.5 20.5L22 22\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 18C15 19.6569 16.3431 21 18 21C18.8299 21 19.581 20.663 20.1241 20.1185C20.6654 19.5758 21 18.827 21 18C21 16.3431 19.6569 15 18 15C16.3431 15 15 16.3431 15 18Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 5.4V2.35355C16 2.15829 16.1583 2 16.3536 2C16.4473 2 16.5372 2.03725 16.6036 2.10355L19.8964 5.39645C19.9628 5.46275 20 5.55268 20 5.64645C20 5.84171 19.8417 6 19.6464 6H16.6C16.2686 6 16 5.73137 16 5.4Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"page star \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20 12V5.74853C20 5.5894 19.9368 5.43679 19.8243 5.32426L16.6757 2.17574C16.5632 2.06321 16.4106 2 16.2515 2H4.6C4.26863 2 4 2.26863 4 2.6V21.4C4 21.7314 4.26863 22 4.6 22H11\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 10H16M8 6H12M8 14H11\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 5.4V2.35355C16 2.15829 16.1583 2 16.3536 2C16.4473 2 16.5372 2.03725 16.6036 2.10355L19.8964 5.39645C19.9628 5.46275 20 5.55268 20 5.64645C20 5.84171 19.8417 6 19.6464 6H16.6C16.2686 6 16 5.73137 16 5.4Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.3056 17.1133L17.2147 15.1856C17.3314 14.9381 17.6686 14.9381 17.7853 15.1856L18.6944 17.1133L20.7275 17.4243C20.9884 17.4642 21.0923 17.7998 20.9035 17.9923L19.4326 19.4917L19.7797 21.61C19.8243 21.882 19.5515 22.0895 19.3181 21.961L17.5 20.9603L15.6819 21.961C15.4485 22.0895 15.1757 21.882 15.2203 21.61L15.5674 19.4917L14.0965 17.9923C13.9077 17.7998 14.0116 17.4642 14.2725 17.4243L16.3056 17.1133Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"page \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4 21.4V2.6C4 2.26863 4.26863 2 4.6 2H16.2515C16.4106 2 16.5632 2.06321 16.6757 2.17574L19.8243 5.32426C19.9368 5.43679 20 5.5894 20 5.74853V21.4C20 21.7314 19.7314 22 19.4 22H4.6C4.26863 22 4 21.7314 4 21.4Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 5.4V2.35355C16 2.15829 16.1583 2 16.3536 2C16.4473 2 16.5372 2.03725 16.6036 2.10355L19.8964 5.39645C19.9628 5.46275 20 5.55268 20 5.64645C20 5.84171 19.8417 6 19.6464 6H16.6C16.2686 6 16 5.73137 16 5.4Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 10L16 10\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 18L16 18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 14L12 14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"palette \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.5096 9.54C20.4243 9.77932 20.2918 9.99909 20.12 10.1863C19.9483 10.3735 19.7407 10.5244 19.5096 10.63C18.2796 11.1806 17.2346 12.0745 16.5002 13.2045C15.7659 14.3345 15.3733 15.6524 15.3696 17C15.3711 17.4701 15.418 17.9389 15.5096 18.4C15.5707 18.6818 15.5747 18.973 15.5215 19.2564C15.4682 19.5397 15.3588 19.8096 15.1996 20.05C15.0649 20.2604 14.8877 20.4403 14.6793 20.5781C14.4709 20.7158 14.2359 20.8085 13.9896 20.85C13.4554 20.9504 12.9131 21.0006 12.3696 21C11.1638 21.0006 9.97011 20.7588 8.85952 20.2891C7.74893 19.8194 6.74405 19.1314 5.90455 18.2657C5.06506 17.4001 4.40807 16.3747 3.97261 15.2502C3.53714 14.1257 3.33208 12.9252 3.36959 11.72C3.4472 9.47279 4.3586 7.33495 5.92622 5.72296C7.49385 4.11097 9.60542 3.14028 11.8496 3H12.3596C14.0353 3.00042 15.6777 3.46869 17.1017 4.35207C18.5257 5.23544 19.6748 6.49885 20.4196 8C20.6488 8.47498 20.6812 9.02129 20.5096 9.52V9.54Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M8 16.01L8.01 15.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 12.01L6.01 11.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 8.01L8.01 7.99889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 6.01L12.01 5.99889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 8.01L16.01 7.99889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"panorama enlarge \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 5C14.9952 5 19.2354 5.69203 20.5764 5.92472C20.8312 5.96893 21.0235 6.17124 21.056 6.42778C21.1866 7.45584 21.5 10.1194 21.5 12C21.5 13.8806 21.1866 16.5442 21.056 17.5722C21.0235 17.8288 20.8312 18.0311 20.5764 18.0753C19.2354 18.308 14.9952 19 12 19C9.00483 19 4.76463 18.308 3.4236 18.0753C3.16881 18.0311 2.97653 17.8288 2.94395 17.5722C2.81339 16.5442 2.5 13.8806 2.5 12C2.5 10.1194 2.81339 7.45584 2.94395 6.42778C2.97653 6.17124 3.16882 5.96892 3.42361 5.92472C4.76463 5.69203 9.00483 5 12 5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"panorama reduce \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 6.86208V17.1379C21 17.5558 20.5848 17.8501 20.1886 17.7171C18.5457 17.1656 14.7486 16 12 16C9.25138 16 5.45427 17.1656 3.81139 17.7171C3.41523 17.8501 3 17.5558 3 17.1379V6.86208C3 6.44418 3.41523 6.14988 3.81139 6.28288C5.45427 6.83441 9.25138 8 12 8C14.7486 8 18.5457 6.83441 20.1886 6.28288C20.5848 6.14988 21 6.44418 21 6.86208Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"pants alt \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 19H16.4363C16.7532 19 17.0154 18.7536 17.0352 18.4374L17.9602 3.63743C17.9817 3.29201 17.7074 3 17.3613 3H6.63426C6.28981 3 6.01608 3.28936 6.03518 3.63328L6.96852 20.4333C6.98618 20.7512 7.24915 21 7.56759 21H11.4C11.7314 21 12 20.7314 12 20.4V8\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"pants \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.03518 3.63328C5.01608 3.28936 5.28981 3 5.63426 3H18.3657C18.7102 3 18.9839 3.28936 18.9648 3.63328L18.0315 20.4333C18.0138 20.7512 17.7508 21 17.4324 21H14.5335C14.2293 21 13.9732 20.7723 13.9377 20.4701L12.5959 9.06507C12.5128 8.35854 11.4872 8.35854 11.4041 9.06507L10.0623 20.4701C10.0268 20.7723 9.7707 21 9.46645 21H6.56759C6.24915 21 5.98618 20.7512 5.96852 20.4333L5.03518 3.63328Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M5 7.5H6.5C7.60457 7.5 8.5 6.60457 8.5 5.5V3\" stroke=\"currentColor\" stroke-/>\n<path d=\"M18.5 7.5H17.5C16.3954 7.5 15.5 6.60457 15.5 5.5V3\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"parking \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10 15.5V12.7M10 12.7C10.4762 12.7 11.7143 12.7 12.8571 12.7C13.5714 12.7 15 12.7 15 10.6C15 8.5 13.5714 8.5 12.8571 8.5L10 8.5V12.7Z\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<circle cx=\"12\" cy=\"12\" r=\"10\" stroke=\"currentColor\" />\n</svg>\n</li><li title=\"password cursor \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 13V8C21 6.89543 20.1046 6 19 6H5C3.89543 6 3 6.89543 3 8V14C3 15.1046 3.89543 16 5 16H12\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.8789 16.9174C21.3727 17.2211 21.3423 17.9604 20.8337 18.0181L18.2671 18.309L17.1159 20.6213C16.8878 21.0795 16.1827 20.8552 16.0661 20.2873L14.8108 14.1713C14.7123 13.6913 15.1437 13.3892 15.561 13.646L20.8789 16.9174Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M12 11.01L12.01 10.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 11.01L16.01 10.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 11.01L8.01 10.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"password error \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.1213 20.364L17.2427 18.2427M17.2427 18.2427L19.364 16.1213M17.2427 18.2427L15.1213 16.1213M17.2427 18.2427L19.364 20.364\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 13V8C21 6.89543 20.1046 6 19 6H5C3.89543 6 3 6.89543 3 8V14C3 15.1046 3.89543 16 5 16H11\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 11.01L12.01 10.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 11.01L16.01 10.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 11.01L8.01 10.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"password pass \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 13V8C21 6.89543 20.1046 6 19 6H5C3.89543 6 3 6.89543 3 8V14C3 15.1046 3.89543 16 5 16H12\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.5 18.5L16.5 20.5L20.5 16.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 11.01L12.01 10.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 11.01L16.01 10.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 11.01L8.01 10.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"pause outline \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 18.4V5.6C6 5.26863 6.26863 5 6.6 5H9.4C9.73137 5 10 5.26863 10 5.6V18.4C10 18.7314 9.73137 19 9.4 19H6.6C6.26863 19 6 18.7314 6 18.4Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M14 18.4V5.6C14 5.26863 14.2686 5 14.6 5H17.4C17.7314 5 18 5.26863 18 5.6V18.4C18 18.7314 17.7314 19 17.4 19H14.6C14.2686 19 14 18.7314 14 18.4Z\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"pc check \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 22L17 22\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 17V4C2 2.89543 2.89543 2 4 2H20C21.1046 2 22 2.89543 22 4V17C22 18.1046 21.1046 19 20 19H4C2.89543 19 2 18.1046 2 17Z\" stroke=\"currentColor\"  />\n<path d=\"M9 10.5L11 12.5L15 8.5\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"pc firewall \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 22L17 22\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 17V4C2 2.89543 2.89543 2 4 2H20C21.1046 2 22 2.89543 22 4V17C22 18.1046 21.1046 19 20 19H4C2.89543 19 2 18.1046 2 17Z\" stroke=\"currentColor\"  />\n<path d=\"M12.4851 6.12127L15.5455 6.88638C15.8126 6.95316 16.0011 7.19646 15.9937 7.47168C15.8176 13.9997 12 15 12 15C12 15 8.18239 13.9997 8.00629 7.47168C7.99886 7.19646 8.18738 6.95316 8.45448 6.88638L11.5149 6.12127C11.8334 6.04165 12.1666 6.04165 12.4851 6.12127Z\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"pc mouse \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 2V2C16.4183 2 20 5.58172 20 10V14C20 18.4183 16.4183 22 12 22V22C7.58172 22 4 18.4183 4 14V10C4 5.58172 7.58172 2 12 2V2ZM12 2V9\" stroke=\"currentColor\" stroke-linecap=\"round\"/>\n</svg>\n</li><li title=\"pc no entry \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 22L17 22\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 17V4C2 2.89543 2.89543 2 4 2H20C21.1046 2 22 2.89543 22 4V17C22 18.1046 21.1046 19 20 19H4C2.89543 19 2 18.1046 2 17Z\" stroke=\"currentColor\"  />\n<path d=\"M14.8566 7.7C14.1306 6.95946 13.119 6.5 12 6.5C9.79086 6.5 8 8.29086 8 10.5C8 11.5902 8.43613 12.5785 9.14343 13.3M14.8566 7.7C15.5639 8.4215 16 9.40982 16 10.5C16 12.7091 14.2091 14.5 12 14.5C10.881 14.5 9.8694 14.0405 9.14343 13.3M14.8566 7.7L9.14343 13.3\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"pc warning \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 22L17 22\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 17V4C2 2.89543 2.89543 2 4 2H20C21.1046 2 22 2.89543 22 4V17C22 18.1046 21.1046 19 20 19H4C2.89543 19 2 18.1046 2 17Z\" stroke=\"currentColor\"  />\n<path d=\"M12 7L12 10\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 14.01L12.01 13.9989\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"pen connect bluetooth \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0)\">\n<path d=\"M6.50006 17.4999L5.5 21.5L9.23128 20.5672C9.40711 20.5232 9.56769 20.4323 9.69585 20.3041L21.5 8.5C22.3284 7.67157 22.3284 6.32843 21.5 5.5V5.5C20.6716 4.67157 19.3284 4.67157 18.5 5.5L14.5 9.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.5 6.5L20.5 9.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 6.6L12 11.7L8.33333 15V3L12 6.3L5 11.4\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<defs>\n<clipPath id=\"clip0\">\n<rect   stroke- fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n</li><li title=\"pen connect wifi \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 9.76L8.01 9.74889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 6.24992C5.5 3.25001 10.5 3.25 13 6.25001\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 8.25003C6.5 6.25 9.5 6.25 11 8.25003\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.5 6.5L18.5 5.5C19.3284 4.67157 20.6716 4.67157 21.5 5.5V5.5C22.3284 6.32843 22.3284 7.67157 21.5 8.5L20.5 9.5M17.5 6.5L6.69591 17.3041C6.56775 17.4322 6.47684 17.5928 6.43288 17.7686L5.5 21.5L9.23128 20.5672C9.40711 20.5232 9.56769 20.4323 9.69585 20.3041L20.5 9.5M17.5 6.5L20.5 9.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"pen tablet connect usb \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 7V5C22 3.89543 21.1046 3 20 3H4C2.89543 3 2 3.89543 2 5V19C2 20.1046 2.89543 21 4 21H20C21.1046 21 22 20.1046 22 19V17\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 12H6\" stroke=\"currentColor\" stroke-/>\n<path d=\"M6 3V21\" stroke=\"currentColor\" stroke-/>\n<path d=\"M19.25 12H11\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.7 12L17.875 15H16.225\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.6 12L16.5 9H14.575\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 12C22 11.2469 21.3844 10.6364 20.625 10.6364C19.8656 10.6364 19.25 11.2469 19.25 12C19.25 12.7531 19.8656 13.3636 20.625 13.3636C21.3844 13.3636 22 12.7531 22 12Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"pen tablet connect wifi \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 15.51L17.01 15.4989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 11.9999C14.5 9.00001 19.5 9 22 12\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 14C15.5 12 18.5 12 20 14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 7V5C22 3.89543 21.1046 3 20 3H4C2.89543 3 2 3.89543 2 5V19C2 20.1046 2.89543 21 4 21H20C21.1046 21 22 20.1046 22 19V17\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 12H6\" stroke=\"currentColor\" stroke-/>\n<path d=\"M6 3V21\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"pen tablet \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 5V19C22 20.1046 21.1046 21 20 21H4C2.89543 21 2 20.1046 2 19V5C2 3.89543 2.89543 3 4 3H20C21.1046 3 22 3.89543 22 5Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M2 12H6\" stroke=\"currentColor\" stroke-/>\n<path d=\"M6 3V21\" stroke=\"currentColor\" stroke-/>\n<path d=\"M15.5 11.5L12 14.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 10.01L17.01 9.99889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"pentagon \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.6473 2.25623C11.8576 2.10344 12.1424 2.10344 12.3527 2.25623L22.1089 9.34458C22.3192 9.49737 22.4072 9.76819 22.3269 10.0154L18.6003 21.4846C18.52 21.7318 18.2896 21.8992 18.0297 21.8992H5.97029C5.71035 21.8992 5.47998 21.7318 5.39965 21.4846L1.67309 10.0154C1.59276 9.76819 1.68076 9.49737 1.89105 9.34458L11.6473 2.25623Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"people rounded \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 16V8C3 5.23858 5.23858 3 8 3H16C18.7614 3 21 5.23858 21 8V16C21 18.7614 18.7614 21 16 21H8C5.23858 21 3 18.7614 3 16Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M16.5 14.5C16.5 14.5 15 16.5 12 16.5C9 16.5 7.5 14.5 7.5 14.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 10C8.22386 10 8 9.77614 8 9.5C8 9.22386 8.22386 9 8.5 9C8.77614 9 9 9.22386 9 9.5C9 9.77614 8.77614 10 8.5 10Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5 10C15.2239 10 15 9.77614 15 9.5C15 9.22386 15.2239 9 15.5 9C15.7761 9 16 9.22386 16 9.5C16 9.77614 15.7761 10 15.5 10Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"percentage round \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5 16C15.7761 16 16 15.7761 16 15.5C16 15.2239 15.7761 15 15.5 15C15.2239 15 15 15.2239 15 15.5C15 15.7761 15.2239 16 15.5 16Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 9C8.77614 9 9 8.77614 9 8.5C9 8.22386 8.77614 8 8.5 8C8.22386 8 8 8.22386 8 8.5C8 8.77614 8.22386 9 8.5 9Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 8L8 16\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"percentage square \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 20.4V3.6C3 3.26863 3.26863 3 3.6 3H20.4C20.7314 3 21 3.26863 21 3.6V20.4C21 20.7314 20.7314 21 20.4 21H3.6C3.26863 21 3 20.7314 3 20.4Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M15.5 16C15.7761 16 16 15.7761 16 15.5C16 15.2239 15.7761 15 15.5 15C15.2239 15 15 15.2239 15 15.5C15 15.7761 15.2239 16 15.5 16Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 9C8.77614 9 9 8.77614 9 8.5C9 8.22386 8.77614 8 8.5 8C8.22386 8 8 8.22386 8 8.5C8 8.77614 8.22386 9 8.5 9Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 8L8 16\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"percentage \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 19C15.8954 19 15 18.1046 15 17C15 15.8954 15.8954 15 17 15C18.1046 15 19 15.8954 19 17C19 18.1046 18.1046 19 17 19Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 9C5.89543 9 5 8.10457 5 7C5 5.89543 5.89543 5 7 5C8.10457 5 9 5.89543 9 7C9 8.10457 8.10457 9 7 9Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 5L5 19\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"pharmacy circled cross \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.9 18H10.1C9.76863 18 9.5 17.7314 9.5 17.4V15.1C9.5 14.7686 9.23137 14.5 8.9 14.5H6.6C6.26863 14.5 6 14.2314 6 13.9V10.1C6 9.76863 6.26863 9.5 6.6 9.5H8.9C9.23137 9.5 9.5 9.23137 9.5 8.9V6.6C9.5 6.26863 9.76863 6 10.1 6H13.9C14.2314 6 14.5 6.26863 14.5 6.6V8.9C14.5 9.23137 14.7686 9.5 15.1 9.5H17.4C17.7314 9.5 18 9.76863 18 10.1V13.9C18 14.2314 17.7314 14.5 17.4 14.5H15.1C14.7686 14.5 14.5 14.7686 14.5 15.1V17.4C14.5 17.7314 14.2314 18 13.9 18Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"pharmacy squared cross \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 8V16C21 18.7614 18.7614 21 16 21H8C5.23858 21 3 18.7614 3 16V8C3 5.23858 5.23858 3 8 3H16C18.7614 3 21 5.23858 21 8Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.9 18H10.1C9.76863 18 9.5 17.7314 9.5 17.4V15.1C9.5 14.7686 9.23137 14.5 8.9 14.5H6.6C6.26863 14.5 6 14.2314 6 13.9V10.1C6 9.76863 6.26863 9.5 6.6 9.5H8.9C9.23137 9.5 9.5 9.23137 9.5 8.9V6.6C9.5 6.26863 9.76863 6 10.1 6H13.9C14.2314 6 14.5 6.26863 14.5 6.6V8.9C14.5 9.23137 14.7686 9.5 15.1 9.5H17.4C17.7314 9.5 18 9.76863 18 10.1V13.9C18 14.2314 17.7314 14.5 17.4 14.5H15.1C14.7686 14.5 14.5 14.7686 14.5 15.1V17.4C14.5 17.7314 14.2314 18 13.9 18Z\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"phone add \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.2426 5.24268H19.2426M22.2426 5.24268H19.2426M19.2426 5.24268V2.24268M19.2426 5.24268V8.24268\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.1182 14.702L14 15.5C11.2183 14.1038 9.5 12.5 8.5 10L9.26995 5.8699L7.81452 2L4.0636 2C2.93605 2 2.04814 2.93178 2.21654 4.04668C2.63695 6.83 3.87653 11.8765 7.5 15.5C11.3052 19.3052 16.7857 20.9564 19.802 21.6127C20.9668 21.8662 22 20.9575 22 19.7655L22 16.1812L18.1182 14.702Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"phone delete \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0)\">\n<path d=\"M17.1213 7.364L19.2426 5.24268M21.364 3.12136L19.2426 5.24268M19.2426 5.24268L17.1213 3.12136M19.2426 5.24268L21.364 7.364\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.1182 14.702L14 15.5C11.2183 14.1038 9.5 12.5 8.5 10L9.26995 5.8699L7.81452 2L4.0636 2C2.93605 2 2.04814 2.93178 2.21654 4.04668C2.63695 6.83 3.87653 11.8765 7.5 15.5C11.3052 19.3052 16.7857 20.9564 19.802 21.6127C20.9668 21.8662 22 20.9575 22 19.7655L22 16.1812L18.1182 14.702Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<defs>\n<clipPath id=\"clip0\">\n<rect   stroke- fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n</li><li title=\"phone disabled \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.77964 8.5L9.26995 5.8699L7.81452 2L4.0636 2C2.93605 2 2.04804 2.93086 2.2164 4.04576C2.50361 5.94771 3.17338 8.90701 4.72526 11.7468M10.9413 13.5C11.778 14.244 12.7881 14.8917 14 15.5L18.1182 14.702L22 16.1812L22 19.7655C22 20.9575 20.9679 21.8664 19.8031 21.613C16.9734 20.9974 11.9738 19.506 8.22387 16.1812\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 3L3 21\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"phone income \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 5H16M16 5L19 2M16 5L19 8\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.1182 14.702L14 15.5C11.2183 14.1038 9.5 12.5 8.5 10L9.26995 5.8699L7.81452 2L4.0636 2C2.93605 2 2.04814 2.93178 2.21654 4.04668C2.63695 6.83 3.87653 11.8765 7.5 15.5C11.3052 19.3052 16.7857 20.9564 19.802 21.6127C20.9668 21.8662 22 20.9575 22 19.7655L22 16.1812L18.1182 14.702Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"phone outcome \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 5H22M22 5L19 2M22 5L19 8\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.1182 14.702L14 15.5C11.2183 14.1038 9.5 12.5 8.5 10L9.26995 5.8699L7.81452 2L4.0636 2C2.93605 2 2.04814 2.93178 2.21654 4.04668C2.63695 6.83 3.87653 11.8765 7.5 15.5C11.3052 19.3052 16.7857 20.9564 19.802 21.6127C20.9668 21.8662 22 20.9575 22 19.7655L22 16.1812L18.1182 14.702Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"phone paused \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18 2L18 7\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 2L22 7\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.1182 14.702L14 15.5C11.2183 14.1038 9.5 12.5 8.5 10L9.26995 5.8699L7.81452 2L4.0636 2C2.93605 2 2.04814 2.93178 2.21654 4.04668C2.63695 6.83 3.87653 11.8765 7.5 15.5C11.3052 19.3052 16.7857 20.9564 19.802 21.6127C20.9668 21.8662 22 20.9575 22 19.7655L22 16.1812L18.1182 14.702Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"phone remove \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.2422 5.24268H19.2422H22.2422\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.1182 14.702L14 15.5C11.2183 14.1038 9.5 12.5 8.5 10L9.26995 5.8699L7.81452 2L4.0636 2C2.93605 2 2.04814 2.93178 2.21654 4.04668C2.63695 6.83 3.87653 11.8765 7.5 15.5C11.3052 19.3052 16.7857 20.9564 19.802 21.6127C20.9668 21.8662 22 20.9575 22 19.7655L22 16.1812L18.1182 14.702Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"phone \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.1182 14.702L14 15.5C11.2183 14.1038 9.5 12.5 8.5 10L9.26995 5.8699L7.81452 2L4.0636 2C2.93605 2 2.04814 2.93178 2.21654 4.04668C2.63695 6.83 3.87653 11.8765 7.5 15.5C11.3052 19.3052 16.7857 20.9564 19.802 21.6127C20.9668 21.8662 22 20.9575 22 19.7655L22 16.1812L18.1182 14.702Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"piggy bank \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.5 8.5C13.7193 8.29761 12.6344 8 11.7647 8C7.47636 8 4 10.6676 4 13.9583C4 15.8493 5.14794 17.5345 6.93824 18.6261L6.45318 20.2259C6.33635 20.6112 6.62471 21 7.02736 21H8.79147C8.92135 21 9.04773 20.9579 9.15161 20.8799L10.5462 19.8333H12.9831L14.3777 20.8799C14.4816 20.9579 14.608 21 14.7379 21H16.502C16.9046 21 17.193 20.6112 17.0761 20.2259L16.5911 18.6261C17.6577 17.9758 18.4963 17.1147 19 16.125\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.5 8.5L19 7L18.916 10.6283L21 11.5V15L19.0741 16\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5 13C15.2239 13 15 12.7761 15 12.5C15 12.2239 15.2239 12 15.5 12C15.7761 12 16 12.2239 16 12.5C16 12.7761 15.7761 13 15.5 13Z\" fill=\"black\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 10C2 10 2 12.4 4 13\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.8008 7.75296C12.9298 7.38131 13 6.98136 13 6.56472C13 4.59598 11.433 3 9.5 3C7.567 3 6 4.59598 6 6.56472C6 7.50638 6.35849 8.36275 6.94404 9\" stroke=\"currentColor\"  stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"pin alt \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20 10C20 14.4183 12 22 12 22C12 22 4 14.4183 4 10C4 5.58172 7.58172 2 12 2C16.4183 2 20 5.58172 20 10Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M12 11C12.5523 11 13 10.5523 13 10C13 9.44772 12.5523 9 12 9C11.4477 9 11 9.44772 11 10C11 10.5523 11.4477 11 12 11Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"pin \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.5717 12.5L3.92896 20.0708M21.1923 8.46432C21.1923 5.34018 18.6597 2.80757 15.5355 2.80757C12.4114 2.80757 9.87878 5.34018 9.87878 8.46432C9.87878 11.5885 12.4114 14.1211 15.5355 14.1211C18.6597 14.1211 21.1923 11.5885 21.1923 8.46432Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.9029 9.5C12.504 8.48459 12.7149 7.28504 13.5356 6.46436C14.3944 5.60558 15.668 5.4145 16.7114 5.8911\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"pizza slice \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14 9.01L14.01 8.99889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 8.01L8.01 7.99889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 14.01L8.01 13.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 19L2.23626 3.0041C2.13087 2.55618 2.54815 2.16122 2.98961 2.29106L19 7\" stroke=\"currentColor\" stroke-/>\n<path d=\"M22.198 8.42467C22.4324 7.48703 21.8623 6.5369 20.9247 6.30249C19.987 6.06808 19.0369 6.63816 18.8025 7.5758C18.4106 9.14318 16.9015 11.6241 14.5753 13.9503C12.2743 16.2513 9.42714 18.1442 6.60672 18.7951C5.66497 19.0124 5.07771 19.952 5.29504 20.8937C5.51236 21.8355 6.45198 22.4227 7.39373 22.2054C11.0734 21.3563 14.4762 18.9991 17.0502 16.4252C19.5989 13.8764 21.5898 10.8573 22.198 8.42467Z\" stroke=\"currentColor\" stroke-linecap=\"round\"/>\n</svg>\n</li><li title=\"planet alt \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"12\" cy=\"12\" r=\"8\" stroke=\"currentColor\" stroke-/>\n<path d=\"M19.812 12.9893C21.6252 14.5004 22.5667 15.8535 22.1738 16.6414C21.4428 18.1075 16.3687 17.0617 10.8406 14.3054C5.31236 11.5492 1.42346 8.12624 2.15445 6.6601C2.54636 5.87405 4.18666 5.81005 6.47602 6.34458\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"planet sat \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"12\" cy=\"12\" r=\"8\" stroke=\"currentColor\" stroke-/>\n<path d=\"M17.4995 6.34835C19.7975 5.80967 21.4447 5.87208 21.8376 6.66002C22.5686 8.12616 18.6797 11.5491 13.1515 14.3053C7.62327 17.0616 2.5492 18.1074 1.81821 16.6413C1.4263 15.8553 2.36234 14.5067 4.16701 13.0001\" stroke=\"currentColor\" stroke-/>\n<path d=\"M9.5 10.51L9.51 10.4989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"planet \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"12\" cy=\"12\" r=\"8\" stroke=\"currentColor\" stroke-/>\n<path d=\"M17.4995 6.34835C19.7975 5.80967 21.4447 5.87208 21.8376 6.66002C22.5686 8.12616 18.6797 11.5491 13.1515 14.3053C7.62327 17.0616 2.5492 18.1074 1.81821 16.6413C1.4263 15.8553 2.36234 14.5067 4.16701 13.0001\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"play outline \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.90588 4.53682C6.50592 4.2998 6 4.58808 6 5.05299V18.947C6 19.4119 6.50592 19.7002 6.90588 19.4632L18.629 12.5162C19.0211 12.2838 19.0211 11.7162 18.629 11.4838L6.90588 4.53682Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"playlist add \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18 18H20M22 18H20M20 18V16M20 18V20\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 11L20 11\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 17L14 17\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 5L20 5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"playlist play \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 17.5L18.5 20V15L22 17.5Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 5L20 5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 11L20 11\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 17L14 17\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"playlist \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 11L16 11\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 17L13 17\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 5L20 5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 18.5C20 19.3284 19.3284 20 18.5 20C17.6716 20 17 19.3284 17 18.5C17 17.6716 17.6716 17 18.5 17C19.3284 17 20 17.6716 20 18.5Z\" fill=\"currentColor\"/>\n<path d=\"M20 18.5C20 19.3284 19.3284 20 18.5 20C17.6716 20 17 19.3284 17 18.5C17 17.6716 17.6716 17 18.5 17C19.3284 17 20 17.6716 20 18.5ZM20 18.5V10.6C20 10.2686 20.2686 10 20.6 10H22\" stroke=\"currentColor\" stroke-linecap=\"round\"/>\n</svg>\n</li><li title=\"plug type a \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 10V14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 10V14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"plug type c \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 14C9.10457 14 10 13.1046 10 12C10 10.8954 9.10457 10 8 10C6.89543 10 6 10.8954 6 12C6 13.1046 6.89543 14 8 14Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 14C17.1046 14 18 13.1046 18 12C18 10.8954 17.1046 10 16 10C14.8954 10 14 10.8954 14 12C14 13.1046 14.8954 14 16 14Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"plug type g \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 7V10\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 14H17\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 14H10\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"plug type l \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10 3H5.6C5.26863 3 5 3.26863 5 3.6V20.4C5 20.7314 5.26863 21 5.6 21H10\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 7H13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 12H13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 17H13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 3H18.4C18.7314 3 19 3.26863 19 3.6V20.4C19 20.7314 18.7314 21 18.4 21H14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"plus \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 12H12M18 12H12M12 12V6M12 12V18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"pocket \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 6V11C21 15.9706 16.9706 20 12 20C7.02944 20 3 15.9706 3 11V6C3 4.89543 3.89543 4 5 4H19C20.1046 4 21 4.89543 21 6Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 10L12 14L16 10\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"position align \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4 16.01L4.01 15.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 20.01L4.01 19.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 8.01L4.01 7.99889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 4.01L4.01 3.99889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 12.01L4.01 11.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 12.01L12.01 11.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 20.01L8.01 19.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 20.01L12.01 19.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 20.01L16.01 19.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 20.01L20.01 19.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 16.01L20.01 15.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 12.01L20.01 11.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 8.01L20.01 7.99889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 4.01L20.01 3.99889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 4.01L16.01 3.99889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 4.01L12.01 3.99889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 4.01L8.01 3.99889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"position \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 19C15.866 19 19 15.866 19 12C19 8.13401 15.866 5 12 5C8.13401 5 5 8.13401 5 12C5 15.866 8.13401 19 12 19Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 19V21\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 12H3\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 5V3\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 12H21\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"pound \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.6667 13.6C9.55558 16.2666 7.88891 18.9333 5.66669 20H16.2222C16.2222 20 17.8889 20 19 18.9333\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.1111 13.6H4\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.3333 8.8C17.3333 6.14903 15.0947 4 12.3333 4C9.57189 4 7.33331 6.14903 7.33331 8.8C7.33331 11.451 9.57189 13.6 12.3333 13.6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"precision tool \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 6L12 8\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 16L12 18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 12H6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 12H16\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"printer alt \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 13.01L17.01 12.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 17H17M6 10V3.6C6 3.26863 6.26863 3 6.6 3H17.4C17.7314 3 18 3.26863 18 3.6V10M21 20.4V14C21 11.7909 19.2091 10 17 10H7C4.79086 10 3 11.7909 3 14V20.4C3 20.7314 3.26863 21 3.6 21H20.4C20.7314 21 21 20.7314 21 20.4Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"printer \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 17H21M6 10V3.6C6 3.26863 6.26863 3 6.6 3H17.4C17.7314 3 18 3.26863 18 3.6V10M21 20.4V14C21 11.7909 19.2091 10 17 10H7C4.79086 10 3 11.7909 3 14V20.4C3 20.7314 3.26863 21 3.6 21H20.4C20.7314 21 21 20.7314 21 20.4Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M17 13.01L17.01 12.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"printing page \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.5714 18H20.4C20.7314 18 21 17.7314 21 17.4V11C21 8.79086 19.2091 7 17 7H7C4.79086 7 3 8.79086 3 11V17.4C3 17.7314 3.26863 18 3.6 18H6.42857\" stroke=\"currentColor\" stroke-/>\n<path d=\"M8 7V3.6C8 3.26863 8.26863 3 8.6 3H15.4C15.7314 3 16 3.26863 16 3.6V7\" stroke=\"currentColor\" stroke-/>\n<path d=\"M6.09782 20.3151L6.42855 18L6.92639 14.5151C6.96862 14.2196 7.22177 14 7.52036 14H16.4796C16.7782 14 17.0313 14.2196 17.0736 14.5151L17.5714 18L17.9021 20.3151C17.9538 20.6766 17.6733 21 17.3082 21H6.69179C6.32666 21 6.04618 20.6766 6.09782 20.3151Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M17 10.01L17.01 9.99889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"priority down \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.5757 1.42426C11.81 1.18995 12.1899 1.18995 12.4243 1.42426L22.5757 11.5757C22.81 11.81 22.8101 12.1899 22.5757 12.4243L12.4243 22.5757C12.19 22.81 11.8101 22.8101 11.5757 22.5757L1.42426 12.4243C1.18995 12.19 1.18995 11.8101 1.42426 11.5757L11.5757 1.42426Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 16L16 12M12 16L8 11.8333M12 16L12 7\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"priority up \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.5757 1.42426C11.81 1.18995 12.1899 1.18995 12.4243 1.42426L22.5757 11.5757C22.81 11.81 22.8101 12.1899 22.5757 12.4243L12.4243 22.5757C12.19 22.81 11.8101 22.8101 11.5757 22.5757L1.42426 12.4243C1.18995 12.19 1.18995 11.8101 1.42426 11.5757L11.5757 1.42426Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 7L16 11M12 7L8 11.1667M12 7L12 16\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"profile circled \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.271 18.3457C4.271 18.3457 6.50002 15.5 12 15.5C17.5 15.5 19.7291 18.3457 19.7291 18.3457\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 12C13.6569 12 15 10.6569 15 9C15 7.34315 13.6569 6 12 6C10.3431 6 9 7.34315 9 9C9 10.6569 10.3431 12 12 12Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"prohibition \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.1414 5C17.3265 3.14864 14.7974 2 12 2C6.47715 2 2 6.47715 2 12C2 14.7255 3.09032 17.1962 4.85857 19M19.1414 5C20.9097 6.80375 22 9.27455 22 12C22 17.5228 17.5228 22 12 22C9.20261 22 6.67349 20.8514 4.85857 19M19.1414 5L4.85857 19\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"puzzle \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4 14V18.4C4 18.7314 4.26863 19 4.6 19H10\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 14V18.4C19 18.7314 18.7314 19 18.4 19H14\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 5H18.4C18.7314 5 19 5.26863 19 5.6V10\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 10V5.6C4 5.26863 4.26863 5 4.6 5H10\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 19V20C14 21.1046 13.1046 22 12 22C10.8954 22 10 21.1046 10 20V19\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 10H5C6.10457 10 7 10.8954 7 12C7 13.1046 6.10457 14 5 14H4\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 10H20C21.1046 10 22 10.8954 22 12C22 13.1046 21.1046 14 20 14H19\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 5V4C14 2.89543 13.1046 2 12 2C10.8954 2 10 2.89543 10 4V5\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"qr code \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 12L15 15\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 3V6\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 12L18 15\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 18L21 18\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 21H21\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 12H9\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 6.01111L6.01 6\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 12.0111L12.01 12\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 12.0111L3.01 12\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 9.01111L12.01 9\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 15.0111L12.01 15\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 21.0111L15.01 21\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 21.0111L12.01 21\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 12.0111L21.01 12\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 15.0111L21.01 15\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 6.01111L18.01 6\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 3.6V8.4C9 8.73137 8.73137 9 8.4 9H3.6C3.26863 9 3 8.73137 3 8.4V3.6C3 3.26863 3.26863 3 3.6 3H8.4C8.73137 3 9 3.26863 9 3.6Z\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 3.6V8.4C21 8.73137 20.7314 9 20.4 9H15.6C15.2686 9 15 8.73137 15 8.4V3.6C15 3.26863 15.2686 3 15.6 3H20.4C20.7314 3 21 3.26863 21 3.6Z\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 18.0111L6.01 18\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 15.6V20.4C9 20.7314 8.73137 21 8.4 21H3.6C3.26863 21 3 20.7314 3 20.4V15.6C3 15.2686 3.26863 15 3.6 15H8.4C8.73137 15 9 15.2686 9 15.6Z\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"question mark circle \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 9C9 5.49997 14.5 5.5 14.5 9C14.5 11.5 12 10.9999 12 13.9999\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 18.01L12.01 17.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"question mark \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.90039 8.07954C7.90039 3.30678 15.4004 3.30682 15.4004 8.07955C15.4004 11.4886 11.9913 10.8067 11.9913 14.8976\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 19.01L12.01 18.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"question square outline \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 9C9 5.49997 14.5 5.5 14.5 9C14.5 11.5 12 10.9999 12 13.9999\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 18.01L12.01 17.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 20.4V3.6C3 3.26863 3.26863 3 3.6 3H20.4C20.7314 3 21 3.26863 21 3.6V20.4C21 20.7314 20.7314 21 20.4 21H3.6C3.26863 21 3 20.7314 3 20.4Z\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"quote message \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 20.2895V5C3 3.89543 3.89543 3 5 3H19C20.1046 3 21 3.89543 21 5V15C21 16.1046 20.1046 17 19 17H7.96125C7.35368 17 6.77906 17.2762 6.39951 17.7506L4.06852 20.6643C3.71421 21.1072 3 20.8567 3 20.2895Z\" stroke=\"currentColor\"  />\n<path d=\"M10.5 10H8.5C7.94772 10 7.5 9.55228 7.5 9V8C7.5 7.44772 7.94772 7 8.5 7H9.5C10.0523 7 10.5 7.44772 10.5 8V10ZM10.5 10C10.5 11 9.5 12 8.5 13\" stroke=\"currentColor\"   stroke-linecap=\"round\"/>\n<path d=\"M16.5 10H14.5C13.9477 10 13.5 9.55228 13.5 9V8C13.5 7.44772 13.9477 7 14.5 7H15.5C16.0523 7 16.5 7.44772 16.5 8V10ZM16.5 10C16.5 11 15.5 12 14.5 13\" stroke=\"currentColor\"   stroke-linecap=\"round\"/>\n</svg>\n</li><li title=\"quote \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10 12H5C4.44772 12 4 11.5523 4 11V7.5C4 6.94772 4.44772 6.5 5 6.5H9C9.55228 6.5 10 6.94772 10 7.5V12ZM10 12C10 14.5 9 16 6 17.5\" stroke=\"currentColor\"   stroke-linecap=\"round\"/>\n<path d=\"M20 12H15C14.4477 12 14 11.5523 14 11V7.5C14 6.94772 14.4477 6.5 15 6.5H19C19.5523 6.5 20 6.94772 20 7.5V12ZM20 12C20 14.5 19 16 16 17.5\" stroke=\"currentColor\"   stroke-linecap=\"round\"/>\n</svg>\n</li><li title=\"rain \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 14V16\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 20V22\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 18V20\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 18V20\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 17.6073C21.4937 17.0221 23 15.6889 23 13C23 9 19.6667 8 18 8C18 6 18 2 12 2C6 2 6 6 6 8C4.33333 8 1 9 1 13C1 15.6889 2.50628 17.0221 4 17.6073\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"receive dollars \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10 8.23077C9.20085 7.49308 7.79346 6.97998 6.5 6.94785M3 15.2308C3.75189 16.1562 5.1499 16.684 6.5 16.7288M6.5 6.94785C4.96102 6.90962 3.58333 7.55229 3.58333 9.3077C3.58333 12.5385 10 10.9231 10 14.1538C10 15.9965 8.2922 16.7882 6.5 16.7288M6.5 6.94785V5M6.5 16.7288V19\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 12H13M13 12L16.84 8M13 12L16.84 16\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"receive euros \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 12H13M13 12L16.84 8M13 12L16.84 16\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 7.50265C10.3565 7.18066 9.63357 7 8.86957 7C6.18018 7 4 9.23858 4 12C4 14.7614 6.18018 17 8.86957 17C9.63357 17 10.3565 16.8193 11 16.4974\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 11H9\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 13H9\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"receive pounds \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 12H13M13 12L16.84 8M13 12L16.84 16\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 13C6.33333 14.6667 5.33333 16.3333 4 17H10.3333C10.3333 17 11.3333 17 12 16.3333\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.66667 13H3\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 10C11 8.34315 9.65685 7 8 7C6.34315 7 5 8.34315 5 10C5 11.6569 6.34315 13 8 13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"receive yens \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 12H13M13 12L16.84 8M13 12L16.84 16\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 13H11\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 7L7 12.5M11 7L7 12.5M7 12.5V18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 15H11\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"redo action \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 7V9.5V12\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 9.5C16 9.5 12 9.5 9 9.5C3.5 9.5 3.5 18 9 18C12 18 19 18 19 18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.5 13L16 9.5L12.5 6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"redo circle \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 10.625H9.8C9.8 10.625 9.8 10.625 9.8 10.625C9.8 10.625 7 10.625 7 13.625C7 17 9.8 17 9.8 17H10.6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.5 14L17 10.625L13.5 7\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"redo \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 9.5C15.5 9.5 12.5 9.5 9 9.5C8.83847 9.5 5 9.5 5 13.5C5 18 8.70237 18 9 18C12 18 14 18 17 18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5 13C16.8668 11.6332 17.6332 10.8668 19 9.5C17.6332 8.13317 16.8668 7.36683 15.5 6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"reduce round arrow \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 9.5L9.5 12L7 14.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.5 9.5L14 12L16.5 14.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 5H18C20.2091 5 22 6.79086 22 9V15C22 17.2091 20.2091 19 18 19H6C3.79086 19 2 17.2091 2 15V9C2 6.79086 3.79086 5 6 5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"reduce \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4 20L9 15M9 15V19M9 15H5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 4L15 9M15 9V5M15 9H19\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"refresh circular \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"12\" cy=\"12\" r=\"10\" stroke=\"currentColor\" stroke-/>\n<path d=\"M16.5829 9.66667C15.8095 8.09697 14.043 7 11.9876 7C9.38854 7 7.25148 8.75408 7 11\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.4939 9.72222H16.4001C16.7315 9.72222 17.0001 9.45359 17.0001 9.12222V7.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.41707 13.6667C8.19054 15.6288 9.95698 17 12.0124 17C14.6115 17 16.7485 14.8074 17 12\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.5061 13.6222H7.59992C7.26855 13.6222 6.99992 13.8909 6.99992 14.2222V16.4\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"refresh double \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.1679 8C19.6247 4.46819 16.1006 2 11.9999 2C6.81459 2 2.55104 5.94668 2.04932 11\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 8H21.4C21.7314 8 22 7.73137 22 7.4V3\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.88146 16C4.42458 19.5318 7.94874 22 12.0494 22C17.2347 22 21.4983 18.0533 22 13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.04932 16H2.64932C2.31795 16 2.04932 16.2686 2.04932 16.6V21\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"refresh \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.8883 13.5C21.1645 18.3113 17.013 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C16.1006 2 19.6248 4.46819 21.1679 8\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 8H21.4C21.7314 8 22 7.73137 22 7.4V3\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"reminder hand gesture \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.5 11.9999L19.5041 14.6721C20.0815 15.442 20.0287 16.5141 19.3784 17.2235L15.5945 21.3514C15.2157 21.7647 14.6817 21.9999 14.1211 21.9999C13.0349 21.9999 11.2585 21.9999 9.5 21.9999C7.14159 21.9999 5.87758 19.4249 5.51817 18.0704C5.50559 18.023 5.5 17.9762 5.5 17.9271C5.5 17.1881 5.5 11.039 5.5 9.42852C5.5 7.1428 8.5 7.1428 8.5 9.42852C8.5 9.87483 8.5 9.99995 8.5 9.99995\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.5 9.99998C11.5 9.99998 11.5 9.17832 11.5 8.2857C11.5 5.99998 8.5 5.99998 8.5 8.2857C8.5 8.50885 8.5 9.2054 8.5 9.42855C8.5 9.87487 8.5 9.99998 8.5 9.99998\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.5 10.0001C14.5 10.0001 14.5 8.61584 14.5 7.50005C14.5 5.21434 11.5 5.21434 11.5 7.50005C11.5 7.50005 11.5 7.50005 11.5 7.50005C11.5 7.50005 11.5 8.06261 11.5 8.28577C11.5 9.17839 11.5 10.0001 11.5 10.0001\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.5 10C14.5 10 14.5 8.61578 14.5 7.5C14.5 6.34156 14.5 4.68968 14.5 3.49899C14.5 2.67056 15.1716 2 16 2V2C16.8284 2 17.5 2.67157 17.5 3.5V12V15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.5625 6.5H19.625C20.5 6.5 21 6.07843 21 5.25C21 4.42157 20.5 4 19.625 4H17.5625H14.4375H12.25C11.5596 4 11 4.55964 11 5.25V5.5C11 6.05228 11.4477 6.5 12 6.5V6.5\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"remove database script \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 14V8.5M6 13V6C6 4.34315 7.34315 3 9 3H14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 4L22 4\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 21H6C3.79086 21 2 19.2091 2 17C2 14.7909 3.79086 13 6 13H17H18C15.7909 13 14 14.7909 14 17C14 19.2091 15.7909 21 18 21C20.2091 21 22 19.2091 22 17V14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"remove empty \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 12H16\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"remove folder \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18 6H20H22\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.4 20H2.6C2.26863 20 2 19.7314 2 19.4V11H21.4C21.7314 11 22 11.2686 22 11.6V19.4C22 19.7314 21.7314 20 21.4 20Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 11V4.6C2 4.26863 2.26863 4 2.6 4H8.77805C8.92127 4 9.05977 4.05124 9.16852 4.14445L12.3315 6.85555C12.4402 6.94876 12.5787 7 12.722 7H14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"remove frame \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.9984 2H2V4.9984H4.9984V2Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.99854 3.50049H18.9987\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.5 4.99805V19\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.4978 4.99951V19.0015\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.99854 20.5005H18.9987\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.9984 19H2V21.9984H4.9984V19Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.9974 2.00098H18.999V4.99938H21.9974V2.00098Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.9974 19.001H18.999V21.9994H21.9974V19.001Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 12H15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"remove from cart \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 6H22L19 16H6L3 6ZM3 6L2.25 3.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.99219 11H13.9922\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 19.5C11 20.3284 10.3284 21 9.5 21C8.67157 21 8 20.3284 8 19.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 19.5C17 20.3284 16.3284 21 15.5 21C14.6716 21 14 20.3284 14 19.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"remove keyframe alt \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.8189 13.3287L13.4948 19.3183C12.6992 20.2134 11.3008 20.2134 10.5052 19.3183L5.18109 13.3287C4.50752 12.571 4.50752 11.429 5.18109 10.6713L10.5052 4.68167C11.3008 3.78664 12.6992 3.78664 13.4948 4.68167L18.8189 10.6713C19.4925 11.429 19.4925 12.571 18.8189 13.3287Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 12H12H15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"remove keyframe \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 5H18H21\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.8476 13.317L10.5052 18.2798C9.70833 19.1905 8.29167 19.1905 7.49485 18.2798L3.15238 13.317C2.49259 12.563 2.49259 11.437 3.15238 10.683L7.49485 5.72018C8.29167 4.80952 9.70833 4.80952 10.5052 5.72017L14.8476 10.683C15.5074 11.437 15.5074 12.563 14.8476 13.317Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"remove keyframes \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 12H5H8\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.25 6L6.49485 5.72018C7.29167 4.80952 8.70833 4.80952 9.50515 5.72017L13.8476 10.683C14.5074 11.437 14.5074 12.563 13.8476 13.317L9.50515 18.2798C8.70833 19.1905 7.29167 19.1905 6.49485 18.2798L6.25 18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 19L17.8844 13.3016C18.5263 12.5526 18.5263 11.4474 17.8844 10.6984L13 5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 19L21.8844 13.3016C22.5263 12.5526 22.5263 11.4474 21.8844 10.6984L17 5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"remove media image \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 16L10 13L14 14.8182\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 10C14.8954 10 14 9.10457 14 8C14 6.89543 14.8954 6 16 6C17.1046 6 18 6.89543 18 8C18 9.10457 17.1046 10 16 10Z\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.8786 21.1213L19 19M21.1213 16.8787L19 19M19 19L16.8786 16.8787M19 19L21.1213 21.1213\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 21H3.6C3.26863 21 3 20.7314 3 20.4V3.6C3 3.26863 3.26863 3 3.6 3H20.4C20.7314 3 21 3.26863 21 3.6V13\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"remove media video \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.8786 21.1213L19 19M21.1213 16.8787L19 19M19 19L16.8786 16.8787M19 19L21.1213 21.1213\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 21H3.6C3.26863 21 3 20.7314 3 20.4V3.6C3 3.26863 3.26863 3 3.6 3H20.4C20.7314 3 21 3.26863 21 3.6V13\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.89768 8.51296C9.49769 8.28439 9 8.57321 9 9.03391V14.9661C9 15.4268 9.49769 15.7156 9.89768 15.487L15.0883 12.5209C15.4914 12.2906 15.4914 11.7094 15.0883 11.4791L9.89768 8.51296Z\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"remove page \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 12L15 12\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 21.4V2.6C4 2.26863 4.26863 2 4.6 2H16.2515C16.4106 2 16.5632 2.06321 16.6757 2.17574L19.8243 5.32426C19.9368 5.43679 20 5.5894 20 5.74853V21.4C20 21.7314 19.7314 22 19.4 22H4.6C4.26863 22 4 21.7314 4 21.4Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 5.4V2.35355C16 2.15829 16.1583 2 16.3536 2C16.4473 2 16.5372 2.03725 16.6036 2.10355L19.8964 5.39645C19.9628 5.46275 20 5.55268 20 5.64645C20 5.84171 19.8417 6 19.6464 6H16.6C16.2686 6 16 5.73137 16 5.4Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"remove pin alt \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 9.2C16 13.1765 9 20 9 20C9 20 2 13.1765 2 9.2C2 5.22355 5.13401 2 9 2C12.866 2 16 5.22355 16 9.2Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M9 10C9.55228 10 10 9.55228 10 9C10 8.44772 9.55228 8 9 8C8.44772 8 8 8.44772 8 9C8 9.55228 8.44772 10 9 10Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.8791 21.1213L19.0005 19M21.1218 16.8787L19.0005 19M19.0005 19L16.8791 16.8787M19.0005 19L21.1218 21.1213\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"remove selection \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 4H4V7\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 12H12H16\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 11V13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 4H13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 20H13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 11V13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 4H20V7\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 20H4V17\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 20H20V17\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"remove square \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.87871 14.1213L12 12M14.1213 9.87868L12 12M12 12L9.87871 9.87868M12 12L14.1213 14.1213\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 3.6V20.4C21 20.7314 20.7314 21 20.4 21H3.6C3.26863 21 3 20.7314 3 20.4V3.6C3 3.26863 3.26863 3 3.6 3H20.4C20.7314 3 21 3.26863 21 3.6Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"remove user \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0)\">\n<path d=\"M18.6213 12.1213L20.7426 10M22.864 7.87868L20.7426 10M20.7426 10L18.6213 7.87868M20.7426 10L22.864 12.1213\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M1 20V19C1 15.134 4.13401 12 8 12V12C11.866 12 15 15.134 15 19V20\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 12C10.2091 12 12 10.2091 12 8C12 5.79086 10.2091 4 8 4C5.79086 4 4 5.79086 4 8C4 10.2091 5.79086 12 8 12Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<defs>\n<clipPath id=\"clip0\">\n<rect   stroke- fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n</li><li title=\"repeat once \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 17H8C6.33333 17 3 16 3 12\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 7H16C17.6667 7 21 8 21 12C21 13.4943 20.5348 14.57 19.865 15.3312\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.5 14.5L17 17L14.5 19.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 8V5V3L2 4\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"repeat \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 17H8C6.33333 17 3 16 3 12C3 8 6.33333 7 8 7H16C17.6667 7 21 8 21 12C21 13.4943 20.5348 14.57 19.865 15.3312\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.5 14.5L17 17L14.5 19.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"report columns \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 7.4V3.6C3 3.26863 3.26863 3 3.6 3H9.4C9.73137 3 10 3.26863 10 3.6V7.4C10 7.73137 9.73137 8 9.4 8H3.6C3.26863 8 3 7.73137 3 7.4Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M14 20.4V16.6C14 16.2686 14.2686 16 14.6 16H20.4C20.7314 16 21 16.2686 21 16.6V20.4C21 20.7314 20.7314 21 20.4 21H14.6C14.2686 21 14 20.7314 14 20.4Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M14 12.4V3.6C14 3.26863 14.2686 3 14.6 3H20.4C20.7314 3 21 3.26863 21 3.6V12.4C21 12.7314 20.7314 13 20.4 13H14.6C14.2686 13 14 12.7314 14 12.4Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M3 20.4V11.6C3 11.2686 3.26863 11 3.6 11H9.4C9.73137 11 10 11.2686 10 11.6V20.4C10 20.7314 9.73137 21 9.4 21H3.6C3.26863 21 3 20.7314 3 20.4Z\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"reports \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 21H15M9 21V16M9 21H3.6C3.26863 21 3 20.7314 3 20.4V16.6C3 16.2686 3.26863 16 3.6 16H9M15 21V9M15 21H20.4C20.7314 21 21 20.7314 21 20.4V3.6C21 3.26863 20.7314 3 20.4 3H15.6C15.2686 3 15 3.26863 15 3.6V9M15 9H9.6C9.26863 9 9 9.26863 9 9.6V16\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"restart \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_1735_6488)\">\n<path d=\"M6.67742 20.5673C2.53141 18.0212 0.758026 12.7584 2.71678 8.1439C4.87472 3.0601 10.7453 0.68822 15.8291 2.84617C20.9129 5.00412 23.2848 10.8747 21.1269 15.9585C20.2837 17.945 18.8736 19.5174 17.1651 20.5673\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 16V20.4C17 20.7314 17.2686 21 17.6 21H22\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22.01L12.01 21.9989\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_1735_6488\">\n<rect   stroke- fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n</li><li title=\"rewind outline \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.0441 5.70436C21.4402 5.41246 22 5.69531 22 6.1874V17.8126C22 18.3047 21.4402 18.5875 21.0441 18.2956L13.1555 12.483C12.8301 12.2432 12.8301 11.7568 13.1555 11.517L21.0441 5.70436Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.0441 5.70436C10.4402 5.41246 11 5.69531 11 6.1874V17.8126C11 18.3047 10.4402 18.5875 10.0441 18.2956L2.15555 12.483C1.8301 12.2432 1.8301 11.7568 2.15555 11.517L10.0441 5.70436Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"rhombus \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.5757 1.42426C11.81 1.18995 12.1899 1.18995 12.4243 1.42426L22.5757 11.5757C22.81 11.81 22.8101 12.1899 22.5757 12.4243L12.4243 22.5757C12.19 22.81 11.8101 22.8101 11.5757 22.5757L1.42426 12.4243C1.18995 12.19 1.18995 11.8101 1.42426 11.5757L11.5757 1.42426Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"right round arrow \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.75 12H16.75M16.75 12L14 14.75M16.75 12L14 9.25\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 15V9C2 6.79086 3.79086 5 6 5H18C20.2091 5 22 6.79086 22 9V15C22 17.2091 20.2091 19 18 19H6C3.79086 19 2 17.2091 2 15Z\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"rings \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 8C4.68629 8 2 10.6863 2 14C2 17.3137 4.68629 20 8 20C11.3137 20 14 17.3137 14 14C14 10.6863 11.3137 8 8 8ZM8 8V3\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 8C12.6863 8 10 10.6863 10 14C10 17.3137 12.6863 20 16 20C19.3137 20 22 17.3137 22 14C22 10.6863 19.3137 8 16 8ZM16 8V3\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"rotate camera left \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2.05078 3V7.49704C2.05078 7.77482 2.27596 8 2.55374 8V8C2.75366 8 2.93357 7.88104 3.01963 7.70059C4.62737 4.32948 8.06703 2 12.0508 2C17.2361 2 21.4997 5.94668 22.0014 11\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22.0014 21V16.503C22.0014 16.2252 21.7762 16 21.4984 16V16C21.2985 16 21.1186 16.119 21.0326 16.2994C19.4248 19.6705 15.9852 22 12.0014 22C6.81606 22 2.55251 18.0533 2.05078 13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 16.4V9.39365C6 9.06228 6.26863 8.79365 6.6 8.79365H7.77283C7.97677 8.79365 8.16674 8.69006 8.2772 8.51863L9.7228 6.27502C9.83326 6.10359 10.0232 6 10.2272 6H13.7728C13.9768 6 14.1667 6.10359 14.2772 6.27502L15.7228 8.51863C15.8333 8.69006 16.0232 8.79365 16.2272 8.79365H17.4C17.7314 8.79365 18 9.06228 18 9.39365V16.4C18 16.7314 17.7314 17 17.4 17H6.6C6.26863 17 6 16.7314 6 16.4Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"rotate camera right \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22.0028 3V7.49704C22.0028 7.77482 21.7776 8 21.4998 8V8C21.2999 8 21.12 7.88104 21.034 7.70059C19.4262 4.32948 15.9866 2 12.0028 2C6.81746 2 2.55391 5.94668 2.05219 11\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 16.4V9.39365C6 9.06228 6.26863 8.79365 6.6 8.79365H7.77283C7.97677 8.79365 8.16674 8.69006 8.2772 8.51863L9.7228 6.27502C9.83326 6.10359 10.0232 6 10.2272 6H13.7728C13.9768 6 14.1667 6.10359 14.2772 6.27502L15.7228 8.51863C15.8333 8.69006 16.0232 8.79365 16.2272 8.79365H17.4C17.7314 8.79365 18 9.06228 18 9.39365V16.4C18 16.7314 17.7314 17 17.4 17H6.6C6.26863 17 6 16.7314 6 16.4Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.05078 21V16.503C2.05078 16.2252 2.27596 16 2.55374 16V16C2.75366 16 2.93357 16.119 3.01963 16.2994C4.62737 19.6705 8.06703 22 12.0508 22C17.2361 22 21.4997 18.0533 22.0014 13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"round flask \"><svg  stroke-  viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 15L5 15\" stroke=\"currentColor\"  stroke-linejoin=\"round\"/>\n<path d=\"M16 4L8 4\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 4.5V8.75309C15 9.51628 15.4449 10.1982 16.0783 10.6241C18.2866 12.1088 20 14.6173 20 17.4616C20 18.2738 19.8864 19.0585 19.6747 19.7999C19.4602 20.5507 18.7299 21 17.949 21H6.05096C5.27012 21 4.53978 20.5507 4.32535 19.7999C4.11362 19.0585 4 18.2738 4 17.4616C4 14.6173 5.7134 12.1088 7.92172 10.6241C8.55506 10.1982 9 9.51628 9 8.75309V4.5\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 7.01L13.01 6.99889\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 2.01L11.01 1.99889\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"rss feed squared \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 17C12 14 10 12 7 12\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 17C17 11 13 7 7 7\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 17.01L7.01 16.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 8V16C21 18.7614 18.7614 21 16 21H8C5.23858 21 3 18.7614 3 16V8C3 5.23858 5.23858 3 8 3H16C18.7614 3 21 5.23858 21 8Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"rss feed \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 19C12 14.8 9.2 12 5 12\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 19C19 10.6 13.4 5 5 5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 19.01L5.01 18.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"ruler add \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 5H18M21 5H18M18 5V2M18 5V8\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 7V2.6C11 2.26863 10.7314 2 10.4 2H3.6C3.26863 2 3 2.26863 3 2.6V21.4C3 21.7314 3.26863 22 3.6 22H10.4C10.7314 22 11 21.7314 11 21.4V17M11 7H8M11 7V12M11 12H8M11 12V17M11 17H8\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"ruler combine \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 21.4V2.6C2 2.26863 2.26863 2 2.6 2H21.4C21.7314 2 22 2.26863 22 2.6V9.4C22 9.73137 21.7314 10 21.4 10H10.6C10.2686 10 10 10.2686 10 10.6V21.4C10 21.7314 9.73137 22 9.4 22H2.6C2.26863 22 2 21.7314 2 21.4Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 10V7\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 10V7\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 16H7\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 10H7\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"ruler remove \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 5H18H21\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 7V2.6C11 2.26863 10.7314 2 10.4 2H3.6C3.26863 2 3 2.26863 3 2.6V21.4C3 21.7314 3.26863 22 3.6 22H10.4C10.7314 22 11 21.7314 11 21.4V17M11 7H8M11 7V12M11 12H8M11 12V17M11 17H8\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"ruler \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 7V2.6C16 2.26863 15.7314 2 15.4 2H8.6C8.26863 2 8 2.26863 8 2.6V21.4C8 21.7314 8.26863 22 8.6 22H15.4C15.7314 22 16 21.7314 16 21.4V17M16 7H13M16 7V12M16 12H13M16 12V17M16 17H13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"running \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 7C16.1046 7 17 6.10457 17 5C17 3.89543 16.1046 3 15 3C13.8954 3 13 3.89543 13 5C13 6.10457 13.8954 7 15 7Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.6133 8.26691L9.30505 12.4021L13.4403 16.5374L11.3727 21.0861\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.4104 9.5075L9.79728 6.19931L12.6132 8.26692L15.508 11.5752H19.2297\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.89152 15.7103L7.65095 16.5374H4.34277\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"safari \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.5857 10.5857L16.9496 7.0502L13.4141 13.4142M10.5857 10.5857L7.05012 16.9497L13.4141 13.4142M10.5857 10.5857L13.4141 13.4142\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 12H18\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 12H5\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 5V6\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 18V19\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.05029 7.05029L7.7574 7.7574\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.2427 16.2427L16.9498 16.9498\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"sandals \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 7C22 7 22.5001 3 18 3C13.4999 3 14 7 14 7M22 7H14M22 7L21.7857 10M14 7L14.2143 10M21.7857 10L21.199 18.2137C21.0869 19.7837 19.7806 21 18.2067 21H17.7934C16.2195 21 14.9131 19.7837 14.801 18.2137L14.2143 10M21.7857 10H14.2143\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.0001 7C10.0001 7 10.5001 3 6.00007 3C1.5 3 2.00007 7 2.00007 7M10.0001 7H2.00007M10.0001 7L9.78579 10M2.00007 7L2.21436 10M9.78579 10L9.19909 18.2137C9.08695 19.7837 7.78063 21 6.20671 21H5.79343C4.21951 21 2.91319 19.7837 2.80105 18.2137L2.21436 10M9.78579 10H2.21436\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"save action floppy \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 7.5V5C3 3.89543 3.89543 3 5 3H16.1716C16.702 3 17.2107 3.21071 17.5858 3.58579L20.4142 6.41421C20.7893 6.78929 21 7.29799 21 7.82843V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19V16.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 21V17\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 21V13.6C18 13.2686 17.7314 13 17.4 13H15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 3V8.4C16 8.73137 15.7314 9 15.4 9H13.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 3V6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M1 12H12M12 12L9 9M12 12L9 15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"save floppy disk \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 19V5C3 3.89543 3.89543 3 5 3H16.1716C16.702 3 17.2107 3.21071 17.5858 3.58579L20.4142 6.41421C20.7893 6.78929 21 7.29799 21 7.82843V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M8.6 9H15.4C15.7314 9 16 8.73137 16 8.4V3.6C16 3.26863 15.7314 3 15.4 3H8.6C8.26863 3 8 3.26863 8 3.6V8.4C8 8.73137 8.26863 9 8.6 9Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M6 13.6V21H18V13.6C18 13.2686 17.7314 13 17.4 13H6.6C6.26863 13 6 13.2686 6 13.6Z\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"scale frame enlarge \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11 13.6V21H3.6C3.26863 21 3 20.7314 3 20.4V13H10.4C10.7314 13 11 13.2686 11 13.6Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 21H14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 13V10\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 3H3.6C3.26863 3 3 3.26863 3 3.6V6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 3H10\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 10V14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 3H20.4C20.7314 3 21 3.26863 21 3.6V6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 21H20.4C20.7314 21 21 20.7314 21 20.4V18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 10H14V13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"scale frame reduce \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11 15V13.6C11 13.2686 10.7314 13 10.4 13H9\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 13H3\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 18V21\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.4 3H3.6C3.26863 3 3 3.26863 3 3.6V20.4C3 20.7314 3.26863 21 3.6 21H20.4C20.7314 21 21 20.7314 21 20.4V3.6C21 3.26863 20.7314 3 20.4 3Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 11H13V8\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"scan barcode \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10 12L10 6L11 6\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 12L11 12L11 6\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 18L10 15L11 15\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 15L11 18H10\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 6L7 12\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 15L7 18\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 6L14 12\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 15L14 18\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 6L17 12\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 15L17 18\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 3H3V6\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 12H12L22 12\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 3H21V6\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 21H3V18\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 21H21V18\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"scan qr code \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 6.6V8.4C9 8.73137 8.73137 9 8.4 9H6.6C6.26863 9 6 8.73137 6 8.4V6.6C6 6.26863 6.26863 6 6.6 6H8.4C8.73137 6 9 6.26863 9 6.6Z\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 12H9\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 12V15\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 18H15\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 12.0111L12.01 12\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 12.0111L18.01 12\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 15.0111L12.01 15\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 15.0111L18.01 15\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 18.0111L18.01 18\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 9.01111L12.01 9\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 6.01111L12.01 6\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 15.6V17.4C9 17.7314 8.73137 18 8.4 18H6.6C6.26863 18 6 17.7314 6 17.4V15.6C6 15.2686 6.26863 15 6.6 15H8.4C8.73137 15 9 15.2686 9 15.6Z\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 6.6V8.4C18 8.73137 17.7314 9 17.4 9H15.6C15.2686 9 15 8.73137 15 8.4V6.6C15 6.26863 15.2686 6 15.6 6H17.4C17.7314 6 18 6.26863 18 6.6Z\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 3H21V6\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 21H21V18\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 3H3V6\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 21H3V18\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"scanning \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 3H3V6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 12H12L22 12\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 19V17V15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 16V15.5V15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 17V16V15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 21V19.5V18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 3H21V6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 21H3V18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 21H21V18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"scarf \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 11H5C3.89543 11 3 10.1046 3 9V5C3 3.89543 3.89543 3 5 3H19C20.1046 3 21 3.89543 21 5V21\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 21V19\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 3V7V11V21\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 7H3\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"scissor alt \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.2361 8C10.7111 7.46924 11 6.76835 11 6C11 4.34315 9.65685 3 8 3C6.34315 3 5 4.34315 5 6C5 7.65685 6.34315 9 8 9C8.8885 9 9.68679 8.61375 10.2361 8ZM10.2361 8L20 16\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.2361 16C10.7111 16.5308 11 17.2316 11 18C11 19.6569 9.65685 21 8 21C6.34315 21 5 19.6569 5 18C5 16.3431 6.34315 15 8 15C8.8885 15 9.68679 15.3863 10.2361 16ZM10.2361 16L20 8\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"scissor \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.23611 7C7.71115 6.46924 8 5.76835 8 5C8 3.34315 6.65685 2 5 2C3.34315 2 2 3.34315 2 5C2 6.65685 3.34315 8 5 8C5.8885 8 6.68679 7.61375 7.23611 7ZM7.23611 7L20 18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.23611 17C7.71115 17.5308 8 18.2316 8 19C8 20.6569 6.65685 22 5 22C3.34315 22 2 20.6569 2 19C2 17.3431 3.34315 16 5 16C5.8885 16 6.68679 16.3863 7.23611 17ZM7.23611 17L20 6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"sea and sun \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 15C5.48276 15 7.34483 12 7.34483 12C7.34483 12 9.2069 15 11.6897 15C14.1724 15 16.6552 12 16.6552 12C16.6552 12 19.1379 15 21 15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 20C5.48276 20 7.34483 17 7.34483 17C7.34483 17 9.2069 20 11.6897 20C14.1724 20 16.6552 17 16.6552 17C16.6552 17 19.1379 20 21 20\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 10C19 6.13401 15.866 3 12 3C8.13401 3 5 6.13401 5 10\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"sea waves \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 10C5.48276 10 7.34483 7 7.34483 7C7.34483 7 9.2069 10 11.6897 10C14.1724 10 16.6552 7 16.6552 7C16.6552 7 19.1379 10 21 10\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 17C5.48276 17 7.34483 14 7.34483 14C7.34483 14 9.2069 17 11.6897 17C14.1724 17 16.6552 14 16.6552 14C16.6552 14 19.1379 17 21 17\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"search engine \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 19V5C3 3.89543 3.89543 3 5 3H19C20.1046 3 21 3.89543 21 5V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19Z\" stroke=\"currentColor\"  />\n<path d=\"M13.8562 13.8497C14.4747 13.2295 14.8571 12.3737 14.8571 11.4286C14.8571 9.53502 13.3221 8 11.4286 8C9.53502 8 8 9.53502 8 11.4286C8 13.3221 9.53502 14.8571 11.4286 14.8571C12.377 14.8571 13.2355 14.4721 13.8562 13.8497ZM13.8562 13.8497L16 16\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"search font \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.5 19.5L21 21\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 17C14 18.6569 15.3431 20 17 20C17.8299 20 18.581 19.663 19.1241 19.1185C19.6654 18.5758 20 17.827 20 17C20 15.3431 18.6569 14 17 14C15.3431 14 14 15.3431 14 17Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 5L9 17M9 17H7M9 17H11\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 7V5L3 5L3 7\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"search \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.5 15.5L19 19\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 11C5 14.3137 7.68629 17 11 17C12.6597 17 14.1621 16.3261 15.2483 15.237C16.3308 14.1517 17 12.654 17 11C17 7.68629 14.3137 5 11 5C7.68629 5 5 7.68629 5 11Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"security pass \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 11L12 14L20 6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C12.9473 4 13.8561 4.16464 14.6994 4.46686\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"selection \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 4H4V7\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 11V13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 4H13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 20H13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 11V13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 4H20V7\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 20H4V17\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 20H20V17\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"selective tool \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 13C12.5523 13 13 12.5523 13 12C13 11.4477 12.5523 11 12 11C11.4477 11 11 11.4477 11 12C11 12.5523 11.4477 13 12 13Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"send dollars \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10 8.23077C9.20085 7.49308 7.79346 6.97998 6.5 6.94785M3 15.2308C3.75189 16.1562 5.1499 16.684 6.5 16.7288M6.5 6.94785C4.96102 6.90962 3.58333 7.55229 3.58333 9.3077C3.58333 12.5385 10 10.9231 10 14.1538C10 15.9965 8.2922 16.7882 6.5 16.7288M6.5 6.94785V5M6.5 16.7288V19\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 12H21M21 12L17.16 8M21 12L17.16 16\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"send euros \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13 12H21M21 12L17.16 8M21 12L17.16 16\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 7.50265C10.3565 7.18066 9.63357 7 8.86957 7C6.18018 7 4 9.23858 4 12C4 14.7614 6.18018 17 8.86957 17C9.63357 17 10.3565 16.8193 11 16.4974\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 11H9\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 13H9\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"send pounds \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13 12H21M21 12L17.16 8M21 12L17.16 16\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 13C6.33333 14.6667 5.33333 16.3333 4 17H10.3333C10.3333 17 11.3333 17 12 16.3333\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.66667 13H3\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 10C11 8.34315 9.65685 7 8 7C6.34315 7 5 8.34315 5 10C5 11.6569 6.34315 13 8 13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"send yens \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13 12H21M21 12L17.16 8M21 12L17.16 16\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 13H11\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 7L7 12.5M11 7L7 12.5M7 12.5V18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 15H11\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"server connection \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 19H12M21 19H12M12 19V13M12 13H18V5H6V13H12Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 9.01L9.01 8.99889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 9.01L12.01 8.99889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"server \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 18.01L6.01 17.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 6.01L6.01 5.99889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 9.4V2.6C2 2.26863 2.26863 2 2.6 2H21.4C21.7314 2 22 2.26863 22 2.6V9.4C22 9.73137 21.7314 10 21.4 10H2.6C2.26863 10 2 9.73137 2 9.4Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M2 21.4V14.6C2 14.2686 2.26863 14 2.6 14H21.4C21.7314 14 22 14.2686 22 14.6V21.4C22 21.7314 21.7314 22 21.4 22H2.6C2.26863 22 2 21.7314 2 21.4Z\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"settings cloud \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 20.4V3.6C3 3.26863 3.26863 3 3.6 3H20.4C20.7314 3 21 3.26863 21 3.6V20.4C21 20.7314 20.7314 21 20.4 21H3.6C3.26863 21 3 20.7314 3 20.4Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M12 8C8.72727 8 8.72727 10 8.72727 11C7.81818 11 6 11.5 6 13.5C6 15.5 7.81818 16 8.72727 16H15.2727C16.1818 16 18 15.5 18 13.5C18 11.5 16.1818 11 15.2727 11C15.2727 10 15.2727 8 12 8Z\" stroke=\"currentColor\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"settings profiles \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.6065 2.34184C11.8322 2.14578 12.1678 2.14578 12.3935 2.34184L14.3418 4.03445C14.4646 4.14111 14.6254 4.19336 14.7874 4.17924L17.3586 3.9551C17.6564 3.92913 17.9279 4.1264 17.9953 4.41768L18.5766 6.93224C18.6133 7.09069 18.7126 7.22748 18.852 7.31129L21.0639 8.64123C21.3201 8.79529 21.4238 9.11447 21.307 9.3897L20.2994 11.7657C20.2359 11.9155 20.2359 12.0845 20.2994 12.2343L21.307 14.6103C21.4238 14.8855 21.3201 15.2047 21.0639 15.3588L18.852 16.6887C18.7126 16.7725 18.6133 16.9093 18.5766 17.0678L17.9953 19.5823C17.9279 19.8736 17.6564 20.0709 17.3586 20.0449L14.7874 19.8208C14.6254 19.8066 14.4646 19.8589 14.3418 19.9655L12.3935 21.6582C12.1678 21.8542 11.8322 21.8542 11.6065 21.6582L9.65816 19.9655C9.53539 19.8589 9.37458 19.8066 9.21256 19.8208L6.64142 20.0449C6.34359 20.0709 6.07208 19.8736 6.00474 19.5823L5.42338 17.0678C5.38675 16.9093 5.28736 16.7725 5.14798 16.6887L2.93615 15.3588C2.67993 15.2047 2.57622 14.8855 2.69295 14.6103L3.70065 12.2343C3.76414 12.0845 3.76414 11.9155 3.70065 11.7657L2.69295 9.3897C2.57622 9.11447 2.67993 8.79529 2.93615 8.64123L5.14798 7.31129C5.28736 7.22748 5.38675 7.09069 5.42338 6.93224L6.00474 4.41768C6.07208 4.1264 6.34359 3.92913 6.64142 3.9551L9.21256 4.17924C9.37458 4.19336 9.53539 4.14111 9.65816 4.03445L11.6065 2.34184Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M9 13L11 15L16 10\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"settings \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.6224 10.3954L18.5247 7.7448L20 6L18 4L16.2647 5.48295L13.5578 4.36974L12.9353 2H10.981L10.3491 4.40113L7.70441 5.51596L6 4L4 6L5.45337 7.78885L4.3725 10.4463L2 11V13L4.40111 13.6555L5.51575 16.2997L4 18L6 20L7.79116 18.5403L10.397 19.6123L11 22H13L13.6045 19.6132L16.2551 18.5155C16.6969 18.8313 18 20 18 20L20 18L18.5159 16.2494L19.6139 13.598L21.9999 12.9772L22 11L19.6224 10.3954Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"share android \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18 22C19.6569 22 21 20.6569 21 19C21 17.3431 19.6569 16 18 16C16.3431 16 15 17.3431 15 19C15 20.6569 16.3431 22 18 22Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 8C19.6569 8 21 6.65685 21 5C21 3.34315 19.6569 2 18 2C16.3431 2 15 3.34315 15 5C15 6.65685 16.3431 8 18 8Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 15C7.65685 15 9 13.6569 9 12C9 10.3431 7.65685 9 6 9C4.34315 9 3 10.3431 3 12C3 13.6569 4.34315 15 6 15Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5 6.5L8.5 10.5\" stroke=\"currentColor\" stroke-/>\n<path d=\"M8.5 13.5L15.5 17.5\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"share ios \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20 13V19C20 20.1046 19.1046 21 18 21H6C4.89543 21 4 20.1046 4 19V13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 15V3M12 3L8.5 6.5M12 3L15.5 6.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"shield add \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 12H12M15 12H12M12 12V9M12 12V15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 18L3.13036 4.91253C3.05646 4.39524 3.39389 3.91247 3.90398 3.79912L11.5661 2.09641C11.8519 2.03291 12.1481 2.03291 12.4339 2.09641L20.096 3.79912C20.6061 3.91247 20.9435 4.39524 20.8696 4.91252L19 18C18.9293 18.495 18.5 21.5 12 21.5C5.5 21.5 5.07071 18.495 5 18Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"shield alert \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 7L12 12\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 16.01L12.01 15.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 18L3.13036 4.91253C3.05646 4.39524 3.39389 3.91247 3.90398 3.79912L11.5661 2.09641C11.8519 2.03291 12.1481 2.03291 12.4339 2.09641L20.096 3.79912C20.6061 3.91247 20.9435 4.39524 20.8696 4.91252L19 18C18.9293 18.495 18.5 21.5 12 21.5C5.5 21.5 5.07071 18.495 5 18Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"shield alt \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.57143 8C3.39038 6.73263 3.23403 5.63823 3.13088 4.91614C3.05698 4.39885 3.39389 3.91247 3.90398 3.79912L11.5661 2.09641C11.8519 2.03291 12.1481 2.03291 12.4339 2.09641L20.096 3.79912C20.6061 3.91247 20.943 4.39885 20.8691 4.91614C20.766 5.63823 20.6096 6.73263 20.4286 8M3.57143 8H20.4286M3.57143 8C3.87997 10.1598 4.26028 12.822 4.57143 15M20.4286 8C20.12 10.1598 19.7397 12.822 19.4286 15M19.4286 15C19.2567 16.2032 19.1059 17.2586 19 18C18.9293 18.495 18.5 21.5 12 21.5C5.5 21.5 5.07071 18.495 5 18C4.89409 17.2586 4.74331 16.2032 4.57143 15M19.4286 15H4.57143\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"shield broken \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.5 7L9 12H12H15L12.5 17\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 18L3.13036 4.91253C3.05646 4.39524 3.39389 3.91247 3.90398 3.79912L11.5661 2.09641C11.8519 2.03291 12.1481 2.03291 12.4339 2.09641L20.096 3.79912C20.6061 3.91247 20.9435 4.39524 20.8696 4.91252L19 18C18.9293 18.495 18.5 21.5 12 21.5C5.5 21.5 5.07071 18.495 5 18Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"shield check \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.5 11.5L11.5 14.5L16.5 9.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 18L3.13036 4.91253C3.05646 4.39524 3.39389 3.91247 3.90398 3.79912L11.5661 2.09641C11.8519 2.03291 12.1481 2.03291 12.4339 2.09641L20.096 3.79912C20.6061 3.91247 20.9435 4.39524 20.8696 4.91252L19 18C18.9293 18.495 18.5 21.5 12 21.5C5.5 21.5 5.07071 18.495 5 18Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"shield cross \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.87132 14.1213L11.9926 12M14.114 9.87868L11.9926 12M11.9926 12L9.87132 9.87868M11.9926 12L14.114 14.1213\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 18L3.13036 4.91253C3.05646 4.39524 3.39389 3.91247 3.90398 3.79912L11.5661 2.09641C11.8519 2.03291 12.1481 2.03291 12.4339 2.09641L20.096 3.79912C20.6061 3.91247 20.9435 4.39524 20.8696 4.91252L19 18C18.9293 18.495 18.5 21.5 12 21.5C5.5 21.5 5.07071 18.495 5 18Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"shield download \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 8V15M12 15L15 12M12 15L9 12\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 18L3.13036 4.91253C3.05646 4.39524 3.39389 3.91247 3.90398 3.79912L11.5661 2.09641C11.8519 2.03291 12.1481 2.03291 12.4339 2.09641L20.096 3.79912C20.6061 3.91247 20.9435 4.39524 20.8696 4.91252L19 18C18.9293 18.495 18.5 21.5 12 21.5C5.5 21.5 5.07071 18.495 5 18Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"shield eye \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 9C8 9 9 8 12 8C15 8 16 9 16 9\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 14C12.5523 14 13 13.5523 13 13C13 12.4477 12.5523 12 12 12C11.4477 12 11 12.4477 11 13C11 13.5523 11.4477 14 12 14Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 18L3.13036 4.91253C3.05646 4.39524 3.39389 3.91247 3.90398 3.79912L11.5661 2.09641C11.8519 2.03291 12.1481 2.03291 12.4339 2.09641L20.096 3.79912C20.6061 3.91247 20.9435 4.39524 20.8696 4.91252L19 18C18.9293 18.495 18.5 21.5 12 21.5C5.5 21.5 5.07071 18.495 5 18Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"shield loading \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 10.01L8.01 9.99889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 10.01L12.01 9.99889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 10.01L16.01 9.99889\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 18L3.13036 4.91253C3.05646 4.39524 3.39389 3.91247 3.90398 3.79912L11.5661 2.09641C11.8519 2.03291 12.1481 2.03291 12.4339 2.09641L20.096 3.79912C20.6061 3.91247 20.9435 4.39524 20.8696 4.91252L19 18C18.9293 18.495 18.5 21.5 12 21.5C5.5 21.5 5.07071 18.495 5 18Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"shield minus \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 12H12H15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 18L3.13036 4.91253C3.05646 4.39524 3.39389 3.91247 3.90398 3.79912L11.5661 2.09641C11.8519 2.03291 12.1481 2.03291 12.4339 2.09641L20.096 3.79912C20.6061 3.91247 20.9435 4.39524 20.8696 4.91252L19 18C18.9293 18.495 18.5 21.5 12 21.5C5.5 21.5 5.07071 18.495 5 18Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"shield question \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 9C9 5.49997 14.5 5.5 14.5 9C14.5 11.5 12 10.9999 12 13.9999\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 18.01L12.01 17.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 18L3.13036 4.91253C3.05646 4.39524 3.39389 3.91247 3.90398 3.79912L11.5661 2.09641C11.8519 2.03291 12.1481 2.03291 12.4339 2.09641L20.096 3.79912C20.6061 3.91247 20.9435 4.39524 20.8696 4.91252L19 18C18.9293 18.495 18.5 21.5 12 21.5C5.5 21.5 5.07071 18.495 5 18Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"shield search \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.5 13L15 14.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 11C9 12.3807 10.1193 13.5 11.5 13.5C12.1916 13.5 12.8175 13.2192 13.2701 12.7654C13.7211 12.3132 14 11.6892 14 11C14 9.61929 12.8807 8.5 11.5 8.5C10.1193 8.5 9 9.61929 9 11Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 18L3.13036 4.91253C3.05646 4.39524 3.39389 3.91247 3.90398 3.79912L11.5661 2.09641C11.8519 2.03291 12.1481 2.03291 12.4339 2.09641L20.096 3.79912C20.6061 3.91247 20.9435 4.39524 20.8696 4.91252L19 18C18.9293 18.495 18.5 21.5 12 21.5C5.5 21.5 5.07071 18.495 5 18Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"shield upload \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 15V8M12 8L15 11M12 8L9 11\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 18L3.13036 4.91253C3.05646 4.39524 3.39389 3.91247 3.90398 3.79912L11.5661 2.09641C11.8519 2.03291 12.1481 2.03291 12.4339 2.09641L20.096 3.79912C20.6061 3.91247 20.9435 4.39524 20.8696 4.91252L19 18C18.9293 18.495 18.5 21.5 12 21.5C5.5 21.5 5.07071 18.495 5 18Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"shield \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 18L3.13036 4.91253C3.05646 4.39524 3.39389 3.91247 3.90398 3.79912L11.5661 2.09641C11.8519 2.03291 12.1481 2.03291 12.4339 2.09641L20.096 3.79912C20.6061 3.91247 20.9435 4.39524 20.8696 4.91252L19 18C18.9293 18.495 18.5 21.5 12 21.5C5.5 21.5 5.07071 18.495 5 18Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"shop alt \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.485 3H16.4933L16.9933 8C16.9933 8 17.9933 9 19.4933 9C20.5703 9 21.3036 8.48445 21.6316 8.1937C21.7623 8.07782 21.8101 7.90091 21.7814 7.72861L21.0768 3.50136C21.0286 3.21205 20.7783 3 20.485 3Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M16.4933 3L16.9933 8C16.9933 8 15.9933 9 14.4933 9C12.9933 9 11.9933 8 11.9933 8V3H16.4933Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M11.9933 3V8C11.9933 8 10.9933 9 9.49329 9C7.99329 9 6.99329 8 6.99329 8L7.49329 3H11.9933Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M7.49331 3H3.50158C3.20828 3 2.95797 3.21205 2.90975 3.50136L2.2052 7.72862C2.17649 7.90091 2.22432 8.07782 2.35502 8.1937C2.68294 8.48445 3.41626 9 4.49329 9C5.99329 9 6.99331 8 6.99331 8L7.49331 3Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M3 9V19C3 20.1046 3.89543 21 5 21H19C20.1046 21 21 20.1046 21 19V9\" stroke=\"currentColor\" stroke-/>\n<path d=\"M14.8333 21V15C14.8333 13.8954 13.9379 13 12.8333 13H10.8333C9.72874 13 8.83331 13.8954 8.83331 15V21\" stroke=\"currentColor\" stroke-miterlimit=\"16\"/>\n</svg>\n</li><li title=\"shop \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 9V19C3 20.1046 3.89543 21 5 21H19C20.1046 21 21 20.1046 21 19V9\" stroke=\"currentColor\" stroke-/>\n<path d=\"M20.485 3H16.4933L16.9933 8C16.9933 8 17.9933 9 19.4933 9C20.5703 9 21.3036 8.48445 21.6316 8.1937C21.7623 8.07782 21.8101 7.90091 21.7814 7.72861L21.0768 3.50136C21.0286 3.21205 20.7783 3 20.485 3Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M16.4933 3L16.9933 8C16.9933 8 15.9933 9 14.4933 9C12.9933 9 11.9933 8 11.9933 8V3H16.4933Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M11.9933 3V8C11.9933 8 10.9933 9 9.49329 9C7.99329 9 6.99329 8 6.99329 8L7.49329 3H11.9933Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M7.49331 3H3.50158C3.20828 3 2.95797 3.21205 2.90975 3.50136L2.2052 7.72862C2.17649 7.90091 2.22432 8.07782 2.35502 8.1937C2.68294 8.48445 3.41626 9 4.49329 9C5.99329 9 6.99331 8 6.99331 8L7.49331 3Z\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"shopping bag add \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.2609 9.69589L20.6455 18.6959C20.8319 19.9074 19.8945 21 18.6688 21H5.33122C4.10545 21 3.16809 19.9074 3.35448 18.6959L4.73909 9.69589C4.8892 8.72022 5.7287 8 6.71584 8H17.2842C18.2713 8 19.1108 8.72022 19.2609 9.69589Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 5C14 3.89543 13.1046 3 12 3C10.8954 3 10 3.89543 10 5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.99219 15H11.9922M14.9922 15H11.9922M11.9922 15V12M11.9922 15V18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"shopping bag alt \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.2609 9.69589L20.6455 18.6959C20.8319 19.9074 19.8945 21 18.6688 21H5.33122C4.10545 21 3.16809 19.9074 3.35448 18.6959L4.73909 9.69589C4.8892 8.72022 5.7287 8 6.71584 8H17.2842C18.2713 8 19.1108 8.72022 19.2609 9.69589Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 11L9 18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 11L15 18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 5C14 3.89543 13.1046 3 12 3C10.8954 3 10 3.89543 10 5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"shopping bag arrow down \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.5 21H18.6688C19.8945 21 20.8319 19.9074 20.6455 18.6959L19.2609 9.69589C19.1108 8.72022 18.2713 8 17.2842 8H6.71584C5.7287 8 4.8892 8.72022 4.73909 9.69589L3.35448 18.6959C3.16809 19.9074 4.10545 21 5.33122 21H7.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 12V19M12 19L15 16M12 19L9 16\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 5C14 3.89543 13.1046 3 12 3C10.8954 3 10 3.89543 10 5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"shopping bag arrow up \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.5 21H18.6688C19.8945 21 20.8319 19.9074 20.6455 18.6959L19.2609 9.69589C19.1108 8.72022 18.2713 8 17.2842 8H6.71584C5.7287 8 4.8892 8.72022 4.73909 9.69589L3.35448 18.6959C3.16809 19.9074 4.10545 21 5.33122 21H7.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 19V12M12 12L15 15M12 12L9 15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 5C14 3.89543 13.1046 3 12 3C10.8954 3 10 3.89543 10 5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"shopping bag check \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20 14.5L19.2609 9.69588C19.1108 8.72022 18.2713 8 17.2842 8H6.71584C5.7287 8 4.8892 8.72022 4.73909 9.69589L3.35448 18.6959C3.16809 19.9074 4.10545 21 5.33122 21H12\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 19L17 22L22 17\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 5C14 3.89543 13.1046 3 12 3C10.8954 3 10 3.89543 10 5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"shopping bag issue \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20 14.5L19.2609 9.69588C19.1108 8.72022 18.2713 8 17.2842 8H6.71584C5.7287 8 4.8892 8.72022 4.73909 9.69589L3.35448 18.6959C3.16809 19.9074 4.10545 21 5.33122 21H12\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.5 17L17.5 19\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.5 22.01L17.51 21.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 5C14 3.89543 13.1046 3 12 3C10.8954 3 10 3.89543 10 5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"shopping bag remove \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.2609 9.69589L20.6455 18.6959C20.8319 19.9074 19.8945 21 18.6688 21H5.33122C4.10545 21 3.16809 19.9074 3.35448 18.6959L4.73909 9.69589C4.8892 8.72022 5.7287 8 6.71584 8H17.2842C18.2713 8 19.1108 8.72022 19.2609 9.69589Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 5C14 3.89543 13.1046 3 12 3C10.8954 3 10 3.89543 10 5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.99219 15H14.9922\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"shopping bag \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.2609 9.69589L20.6455 18.6959C20.8319 19.9074 19.8945 21 18.6688 21H5.33122C4.10545 21 3.16809 19.9074 3.35448 18.6959L4.73909 9.69589C4.8892 8.72022 5.7287 8 6.71584 8H17.2842C18.2713 8 19.1108 8.72022 19.2609 9.69589Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 5C14 3.89543 13.1046 3 12 3C10.8954 3 10 3.89543 10 5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"shopping code check \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 5V7\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 5V11\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 5V6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 10V16\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 18.5V19\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 18.5V19\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 14V16\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 13V15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 5V10\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 9V13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 19L17 21L21 17\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"shopping code error \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 5V7\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 5V11\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 5V6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 10V16\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 18.5V19\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 18.5V19\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 14V16\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 13V15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 5V10\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 9V13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.1213 21.364L18.2427 19.2427M18.2427 19.2427L20.364 17.1213M18.2427 19.2427L16.1213 17.1213M18.2427 19.2427L20.364 21.364\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"shopping code \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 5V7\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 5V11\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 5V6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 10V16\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 18.5V19\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 18.5V19\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 18.5V19\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 18.5V19\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 14V16\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 13V16\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 5V10\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 9V16\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"short pants alt \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 16.8H18.9662C19.2706 16.8 19.5267 16.5721 19.5621 16.2698L20.9215 4.66983C20.9633 4.31323 20.6846 4 20.3256 4H3.65888C3.30539 4 3.02851 4.30406 3.0615 4.65601L4.449 19.456C4.47791 19.7643 4.73671 20 5.04638 20H11.4C11.7314 20 12 19.7314 12 19.4V12\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"short pants \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.06014 5.65487C3.02786 5.30331 3.30459 5 3.65763 5H20.3424C20.6954 5 20.9721 5.30331 20.9399 5.65487L19.7643 18.4549C19.736 18.7637 19.477 19 19.1669 19H15.0152C14.7515 19 14.5187 18.8278 14.4415 18.5756L12.5737 12.4742C12.4005 11.9083 11.5995 11.9083 11.4263 12.4742L9.55848 18.5756C9.48129 18.8278 9.24848 19 8.98476 19H4.83314C4.52303 19 4.26401 18.7637 4.23565 18.4549L3.64286 12L3.06014 5.65487Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M4 9.5H5.5C6.60457 9.5 7.5 8.60457 7.5 7.5V5\" stroke=\"currentColor\" stroke-/>\n<path d=\"M20.5 9.5H18.5C17.3954 9.5 16.5 8.60457 16.5 7.5V5\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"shuffle \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 6.99999C19 6.99999 13.5 6.99999 11.5 12.5C9.5 18 5 18 2 18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 5C20 5 21.219 6.21895 22 7C21.219 7.78105 20 9 20 9\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 18C19 18 13.5 18 11.5 12.5C9.5 6.99999 5 7.00001 2 7\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 20C20 20 21.219 18.781 22 18C21.219 17.219 20 16 20 16\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"sidebar collapse \"><svg  stroke-  viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 21L5 21C3.89543 21 3 20.1046 3 19L3 5C3 3.89543 3.89543 3 5 3L19 3C20.1046 3 21 3.89543 21 5L21 19C21 20.1046 20.1046 21 19 21Z\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.25 10L5.5 12L7.25 14\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.5 21V3\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"sidebar expand \"><svg  stroke-  viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 21L5 21C3.89543 21 3 20.1046 3 19L3 5C3 3.89543 3.89543 3 5 3L19 3C20.1046 3 21 3.89543 21 5L21 19C21 20.1046 20.1046 21 19 21Z\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.5 21V3\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.5 10L7.25 12L5.5 14\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"simple cart \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 6H22L19 16H6L3 6ZM3 6L2.25 3.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 19.5C11 20.3284 10.3284 21 9.5 21C8.67157 21 8 20.3284 8 19.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 19.5C17 20.3284 16.3284 21 15.5 21C14.6716 21 14 20.3284 14 19.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"single tap gesture \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 20.5C15.866 20.5 19 17.366 19 13.5C19 9.63401 15.866 6.5 12 6.5C8.13401 6.5 5 9.63401 5 13.5C5 17.366 8.13401 20.5 12 20.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 7.28995C5.49623 5.03879 8.51707 3.5 12 3.5C15.4829 3.5 18.5038 5.03879 20 7.28995\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"skateboard \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.5 16C8.32843 16 9 15.3284 9 14.5C9 13.6716 8.32843 13 7.5 13C6.67157 13 6 13.6716 6 14.5C6 15.3284 6.67157 16 7.5 16Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 9L6 10L18 10L21 9\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.5 16C17.3284 16 18 15.3284 18 14.5C18 13.6716 17.3284 13 16.5 13C15.6716 13 15 13.6716 15 14.5C15 15.3284 15.6716 16 16.5 16Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"skateboarding \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 19L7.33333 20L16.6667 20L19 19\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 22.01L8.01 21.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 22.01L16.01 21.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 7.8335C7 7.8335 8.82843 6.91929 10 6.3335C12 5.3335 14.2705 6.90111 14.2705 6.90111L9.96227 10.0363L14 13.3335V17.3335\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.54875 13.3445L8.30818 14.1716H5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.1653 9.20935H17.887\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 6C18.1046 6 19 5.10457 19 4C19 2.89543 18.1046 2 17 2C15.8954 2 15 2.89543 15 4C15 5.10457 15.8954 6 17 6Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"skip next outline \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18 7V17\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.97179 5.2672C6.57832 4.95657 6 5.23682 6 5.73813V18.2619C6 18.7632 6.57832 19.0434 6.97179 18.7328L14.9035 12.4709C15.2078 12.2307 15.2078 11.7693 14.9035 11.5291L6.97179 5.2672Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"skip prev outline \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 7V17\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.0282 5.2672C17.4217 4.95657 18 5.23682 18 5.73813V18.2619C18 18.7632 17.4217 19.0434 17.0282 18.7328L9.09651 12.4709C8.79223 12.2307 8.79223 11.7693 9.09651 11.5291L17.0282 5.2672Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"small shop alt \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 10V19C3 20.1046 3.89543 21 5 21H19C20.1046 21 21 20.1046 21 19V10\" stroke=\"currentColor\" stroke-/>\n<path d=\"M14.8333 21V15C14.8333 13.8954 13.9379 13 12.8333 13H10.8333C9.72874 13 8.83331 13.8954 8.83331 15V21\" stroke=\"currentColor\" stroke-miterlimit=\"16\"/>\n<path d=\"M21.8183 9.36418L20.1243 3.43517C20.0507 3.17759 19.8153 3 19.5474 3H15.5L15.9753 8.70377C15.9909 8.89043 16.0923 9.05904 16.2532 9.15495C16.6425 9.38698 17.4052 9.81699 18 10C19.0158 10.3125 20.5008 10.1998 21.3465 10.0958C21.6982 10.0526 21.9157 9.7049 21.8183 9.36418Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M14 10C14.5675 9.82538 15.2879 9.42589 15.6909 9.18807C15.8828 9.07486 15.9884 8.86103 15.9699 8.63904L15.5 3H8.5L8.03008 8.63904C8.01158 8.86103 8.11723 9.07486 8.30906 9.18807C8.71207 9.42589 9.4325 9.82538 10 10C11.493 10.4594 12.507 10.4594 14 10Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M3.87567 3.43517L2.18166 9.36418C2.08431 9.7049 2.3018 10.0526 2.6535 10.0958C3.49916 10.1998 4.98424 10.3125 6 10C6.59477 9.81699 7.35751 9.38698 7.74678 9.15495C7.90767 9.05904 8.00913 8.89043 8.02469 8.70377L8.5 3H4.45258C4.18469 3 3.94926 3.17759 3.87567 3.43517Z\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"small shop \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.8183 9.36418L20.1243 3.43517C20.0507 3.17759 19.8153 3 19.5474 3H15.5L15.9753 8.70377C15.9909 8.89043 16.0923 9.05904 16.2532 9.15495C16.6425 9.38698 17.4052 9.81699 18 10C19.0158 10.3125 20.5008 10.1998 21.3465 10.0958C21.6982 10.0526 21.9157 9.7049 21.8183 9.36418Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M14 10C14.5675 9.82538 15.2879 9.42589 15.6909 9.18807C15.8828 9.07486 15.9884 8.86103 15.9699 8.63904L15.5 3H8.5L8.03008 8.63904C8.01158 8.86103 8.11723 9.07486 8.30906 9.18807C8.71207 9.42589 9.4325 9.82538 10 10C11.493 10.4594 12.507 10.4594 14 10Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M3.87567 3.43517L2.18166 9.36418C2.08431 9.7049 2.3018 10.0526 2.6535 10.0958C3.49916 10.1998 4.98424 10.3125 6 10C6.59477 9.81699 7.35751 9.38698 7.74678 9.15495C7.90767 9.05904 8.00913 8.89043 8.02469 8.70377L8.5 3H4.45258C4.18469 3 3.94926 3.17759 3.87567 3.43517Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M3 10V19C3 20.1046 3.89543 21 5 21H19C20.1046 21 21 20.1046 21 19V10\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"smartphone device \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 16.01L12.01 15.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 19.4V4.6C7 4.26863 7.26863 4 7.6 4H16.4C16.7314 4 17 4.26863 17 4.6V19.4C17 19.7314 16.7314 20 16.4 20H7.6C7.26863 20 7 19.7314 7 19.4Z\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"smoking \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18 19V22\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 16C18 15 17 14 15 14C14.6978 14 14.355 14 14.0002 14C12.3434 14 11 12.6569 11 11V8.5C11 7.11929 12.1193 6 13.5 6V6H14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 16C22 11.5 20 10.5 18 10C20 9.5 22 9 22 6C22 3 19.5 2 18 2\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 19V22\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<rect x=\"2\" y=\"19\"   rx=\"0.6\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"snapchat \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<rect   stroke- fill=\"white\"/>\n<path d=\"M18 8.75004C18 -0.250032 6 -0.249992 6 8.75004V10.25L4.37231 10.25C3.78861 10.25 3.54858 10.999 4.02356 11.3383L6 12.75C5.66667 13.9167 4.3 16.45 1.5 17.25C1.83333 17.75 2.8 18.75 4 18.75L5 20.25L7.5 19.75C8.33333 20.4167 10.4 21.75 12 21.75C13.6 21.75 15.6667 20.4167 16.5 19.75L19 20.25L20 18.75C21.2 18.75 22.1667 17.75 22.5 17.25C19.7 16.45 18.3333 13.9167 18 12.75L19.9764 11.3383C20.4514 10.999 20.2114 10.25 19.6277 10.25L18 10.25V8.75004Z\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"snow flake \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 7L6.5 9M21 17L17.5 15M12 12L6.5 9M12 12L6.5 15M12 12V5M12 12V18.5M12 12L17.5 15M12 12L17.5 9M12 2V5M12 22V18.5M21 7L17.5 9M3 17L6.5 15M6.5 9L3 10M6.5 9L6 5.5M6.5 15L3 14M6.5 15L6 18.5M12 5L9.5 4M12 5L14.5 4M12 18.5L14.5 20M12 18.5L9.5 20M17.5 15L18 18.5M17.5 15L21 14M17.5 9L21 10M17.5 9L18 5.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"snow \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 12L12 17M12 22L12 17M12 17L7.5 14.5M12 17L16.5 19.5M12 17L16.5 14.5M12 17L7.5 19.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 17.6073C21.4937 17.0221 23 15.6889 23 13C23 9 19.6667 8 18 8C18 6 18 2 12 2C6 2 6 6 6 8C4.33333 8 1 9 1 13C1 15.6889 2.50628 17.0221 4 17.6073\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"soap \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 11C7 8.79086 8.79086 7 11 7H13C15.2091 7 17 8.79086 17 11V20.4C17 20.7314 16.7314 21 16.4 21H7.6C7.26863 21 7 20.7314 7 20.4V11Z\" stroke=\"currentColor\" stroke-linecap=\"round\"/>\n<path d=\"M7 13H17\" stroke=\"currentColor\" stroke-linecap=\"round\"/>\n<path d=\"M12 7V3M12 3H9M12 3H13\" stroke=\"currentColor\" stroke-linecap=\"round\"/>\n</svg>\n</li><li title=\"soccer ball \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 8L15.8043 10.7639M12 8L8.1958 10.7639M12 8V5M15.8043 10.7639L14.3512 15.2361M15.8043 10.7639L18.5 9.5M14.3512 15.2361H9.64889M14.3512 15.2361L16 17.5M9.64889 15.2361L8.1958 10.7639M9.64889 15.2361L8 17.5M8.1958 10.7639L5.5 9.5M5.5 9.5L2.04938 13M5.5 9.5L4.5 5.38544M18.5 9.5L21.9506 13M18.5 9.5L19.5 5.38544M12 5L8.62434 2.58409M12 5L15.3757 2.58409M8 17.5L3.33782 17M8 17.5L10.5 21.8883M16 17.5L20.6622 17M16 17.5L13.5 21.8883M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"sort down \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14 10L2 10\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 14H2\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 18H2\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 6L2 6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 10V20M19 20L22 17M19 20L16 17\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"sort up \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14 14L2 14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 10H2\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 6H2\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 18H2\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 14V4M19 4L22 7M19 4L16 7\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"sound high \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 14V10C2 9.44772 2.44772 9 3 9H5.69722C5.89465 9 6.08766 8.94156 6.25192 8.83205L10.4453 6.03647C11.1099 5.59343 12 6.06982 12 6.86852V17.1315C12 17.9302 11.1099 18.4066 10.4453 17.9635L6.25192 15.1679C6.08766 15.0584 5.89465 15 5.69722 15H3C2.44772 15 2 14.5523 2 14Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M16.5 7.5C16.5 7.5 18 9 18 11.5C18 14 16.5 15.5 16.5 15.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.5 4.5C19.5 4.5 22 7 22 11.5C22 16 19.5 18.5 19.5 18.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"sound low \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.5 7.5C18.5 7.5 20 9 20 11.5C20 14 18.5 15.5 18.5 15.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 14V10C4 9.44772 4.44772 9 5 9H7.69722C7.89465 9 8.08766 8.94156 8.25192 8.83205L12.4453 6.03647C13.1099 5.59343 14 6.06982 14 6.86852V17.1315C14 17.9302 13.1099 18.4066 12.4453 17.9635L8.25192 15.1679C8.08766 15.0584 7.89465 15 7.69722 15H5C4.44772 15 4 14.5523 4 14Z\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"sound min \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 14V10C7 9.44772 7.44772 9 8 9H10.6972C10.8946 9 11.0877 8.94156 11.2519 8.83205L15.4453 6.03647C16.1099 5.59343 17 6.06982 17 6.86852V17.1315C17 17.9302 16.1099 18.4066 15.4453 17.9635L11.2519 15.1679C11.0877 15.0584 10.8946 15 10.6972 15H8C7.44772 15 7 14.5523 7 14Z\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"sound off \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 14L19.0005 12M21 10L19.0005 12M19.0005 12L17 10M19.0005 12L21 14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 14V10C3 9.44772 3.44772 9 4 9H6.69722C6.89465 9 7.08766 8.94156 7.25192 8.83205L11.4453 6.03647C12.1099 5.59343 13 6.06982 13 6.86852V17.1315C13 17.9302 12.1099 18.4066 11.4453 17.9635L7.25192 15.1679C7.08766 15.0584 6.89465 15 6.69722 15H4C3.44772 15 3 14.5523 3 14Z\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"spock hand gesture \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18 7.5L18.9187 7.65312C20.0497 7.84162 20.791 8.94046 20.5423 10.0598L20.0143 12.4357C20.0048 12.4784 20 12.5223 20 12.5661C20 15.1904 20 17.5 20 17.5C20 17.5 20 17.5 20 17.5C20 19.5 18.4 21.5 16 21.5C14.1259 21.5 11.0119 21.5 9.41979 21.5C8.83594 21.5 8.28132 21.2449 7.90136 20.8016L3.35288 15.495C2.85811 14.9178 2.84375 14.0703 3.31868 13.4767V13.4767C3.93438 12.707 5.09624 12.6814 5.74526 13.4231L8 16V12.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 5L8.20966 5.13172C7.03189 5.32802 6.28739 6.50588 6.61542 7.65395L8 12.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 12.5L8.92263 4.60598C8.69579 3.744 9.25886 2.87352 10.1381 2.72699V2.72699C10.9097 2.59838 11.6523 3.07873 11.8514 3.83526L14 12\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 12.5L18 7.5L18.2475 6.01515C18.3869 5.17836 17.8216 4.38694 16.9848 4.24747V4.24747C16.16 4.11 15.3767 4.65763 15.2226 5.47955L14 12\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"square \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 3.6V20.4C21 20.7314 20.7314 21 20.4 21H3.6C3.26863 21 3 20.7314 3 20.4V3.6C3 3.26863 3.26863 3 3.6 3H20.4C20.7314 3 21 3.26863 21 3.6Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"star dashed \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.8062 5L12.8151 3.00376C12.4817 2.33208 11.5184 2.33208 11.1849 3.00376L10.6894 4.00188\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.011 7.427L15.4126 8.23599L16.8648 8.44704\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.7693 8.86914L21.2215 9.08019C21.9668 9.1885 22.2639 10.0994 21.7243 10.6219L20.6736 11.6394\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.5724 13.6743L17.5217 14.6918L17.7697 16.1292\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.2656 19.0039L18.5135 20.4413C18.6409 21.1797 17.8614 21.7427 17.1945 21.394L15.8959 20.715\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.4279 19.5L12 18.678L13.2986 19.357\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.67145 19.3689L5.48645 20.4414C5.35908 21.1797 6.13859 21.7428 6.80546 21.3941L7.65273 20.9511\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.25259 16L6.47826 14.6917L5.78339 14.0188\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.69875 12L2.27575 10.6219C1.73617 10.0993 2.03322 9.18844 2.77852 9.08012L3.88926 8.9187\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 8.4666L8.58737 8.23591L9.39062 6.61792\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"star half dashed \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.8151 3.00376C12.4817 2.33208 11.5184 2.33208 11.1849 3.00376L10.6894 4.00188\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 18.678L10.4279 19.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.67145 19.3689L5.48645 20.4414C5.35908 21.1797 6.13859 21.7428 6.80546 21.3941L7.65273 20.9511\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.25259 16L6.47826 14.6917L5.78339 14.0188\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.69875 12L2.27575 10.6219C1.73617 10.0993 2.03322 9.18844 2.77852 9.08012L3.88926 8.9187\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 8.4666L8.58737 8.23591L9.39062 6.61792\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.4126 8.23597L12.8151 3.00376C12.6484 2.66792 12.3242 2.5 12 2.5V18.678L17.1945 21.3941C17.8614 21.7428 18.6409 21.1798 18.5135 20.4414L17.5217 14.6918L21.7243 10.6219C22.2638 10.0994 21.9668 9.18848 21.2215 9.08017L15.4126 8.23597Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"star outline \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.58737 8.23597L11.1849 3.00376C11.5183 2.33208 12.4817 2.33208 12.8151 3.00376L15.4126 8.23597L21.2215 9.08017C21.9668 9.18848 22.2638 10.0994 21.7243 10.6219L17.5217 14.6918L18.5135 20.4414C18.6409 21.1798 17.8614 21.7428 17.1945 21.3941L12 18.678L6.80547 21.3941C6.1386 21.7428 5.35909 21.1798 5.48645 20.4414L6.47825 14.6918L2.27575 10.6219C1.73617 10.0994 2.03322 9.18848 2.77852 9.08017L8.58737 8.23597Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"stat down \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4 10L12 18L15 15L20 20\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 4V12M16 12L19 9M16 12L13 9\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"stat up \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 20V12M16 12L19 15M16 12L13 15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 14L12 6L15 9L20 4\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"stats report \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10 9H6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5 11C14.1193 11 13 9.88071 13 8.5C13 7.11929 14.1193 6 15.5 6C16.8807 6 18 7.11929 18 8.5C18 9.88071 16.8807 11 15.5 11Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 6H9\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 18L13.5 15L11 17L6 13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 20.4V3.6C3 3.26863 3.26863 3 3.6 3H20.4C20.7314 3 21 3.26863 21 3.6V20.4C21 20.7314 20.7314 21 20.4 21H3.6C3.26863 21 3 20.7314 3 20.4Z\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"stats square down \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 16L8 8\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 16L12 11\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 16L16 13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 20.4V3.6C3 3.26863 3.26863 3 3.6 3H20.4C20.7314 3 21 3.26863 21 3.6V20.4C21 20.7314 20.7314 21 20.4 21H3.6C3.26863 21 3 20.7314 3 20.4Z\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"stats square up \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 16L16 8\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 16L12 11\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 16L8 13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 20.4V3.6C3 3.26863 3.26863 3 3.6 3H20.4C20.7314 3 21 3.26863 21 3.6V20.4C21 20.7314 20.7314 21 20.4 21H3.6C3.26863 21 3 20.7314 3 20.4Z\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"stretching \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 7C17.1046 7 18 6.10457 18 5C18 3.89543 17.1046 3 16 3C14.8954 3 14 3.89543 14 5C14 6.10457 14.8954 7 16 7Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 20L9.90909 19.4762L12.6364 14.2381L13.7273 9L8.81818 10.0476L10.4545 12.1429\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.8181 15.2857H16.9999V20\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"stroller \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0)\">\n<path d=\"M11.5 3C6.80558 3 3 6.80558 3 11.5C3 13.1526 3.4716 14.695 4.28755 16\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.7125 16C19.5284 14.695 20 13.1526 20 11.5V9.5H22.5\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 21C6.89543 21 6 20.1046 6 19C6 17.8954 6.89543 17 8 17C9.10457 17 10 17.8954 10 19C10 20.1046 9.10457 21 8 21Z\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 21C13.8954 21 13 20.1046 13 19C13 17.8954 13.8954 17 15 17C16.1046 17 17 17.8954 17 19C17 20.1046 16.1046 21 15 21Z\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.5 3V12\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.5 12H19.5\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<defs>\n<clipPath id=\"clip0\">\n<rect   stroke- fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n</li><li title=\"style border \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 2H8C4.68629 2 2 4.68629 2 8V16C2 19.3137 4.68629 22 8 22H16C19.3137 22 22 19.3137 22 16V8C22 4.68629 19.3137 2 16 2Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"2 2\"/>\n<path d=\"M16 5H8C6.34315 5 5 6.34315 5 8V16C5 17.6569 6.34315 19 8 19H16C17.6569 19 19 17.6569 19 16V8C19 6.34315 17.6569 5 16 5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"substract \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 3.6V14.4C15 14.7314 14.7314 15 14.4 15H3.6C3.26863 15 3 14.7314 3 14.4V3.6C3 3.26863 3.26863 3 3.6 3H14.4C14.7314 3 15 3.26863 15 3.6Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.5 21H16.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 13.5V16.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 19.5V20.4C21 20.7314 20.7314 21 20.4 21H19.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.5 21H9.6C9.26863 21 9 20.7314 9 20.4V19.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.5 9H20.4C20.7314 9 21 9.26863 21 9.6V10.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.5 9H9.6C9.26863 9 9 9.26863 9 9.6V16.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"suggestion \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 3.6C3 3.26863 3.26863 3 3.6 3H20.4C20.7314 3 21 3.26863 21 3.6V17.4C21 17.7314 20.7314 18 20.4 18H16.2592C16.0938 18 15.9357 18.0683 15.8223 18.1888L12.4369 21.7858C12.2 22.0375 11.8 22.0375 11.5631 21.7858L8.17768 18.1888C8.06429 18.0683 7.90619 18 7.74076 18H3.6C3.26863 18 3 17.7314 3 17.4V3.6Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M12 7L13.4254 9.57457L16 11L13.4254 12.4254L12 15L10.5746 12.4254L8 11L10.5746 9.57457L12 7Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"sun light \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 18C15.3137 18 18 15.3137 18 12C18 8.68629 15.3137 6 12 6C8.68629 6 6 8.68629 6 12C6 15.3137 8.68629 18 12 18Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 12L23 12\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 2V1\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 23V22\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 20L19 19\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 4L19 5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 20L5 19\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 4L5 5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M1 12L2 12\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"swimming \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 15C5.48276 15 7.34483 12 7.34483 12C7.34483 12 9.2069 15 11.6897 15C14.1724 15 16.6552 12 16.6552 12C16.6552 12 19.1379 15 21 15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 20C5.48276 20 7.34483 17 7.34483 17C7.34483 17 9.2069 20 11.6897 20C14.1724 20 16.6552 17 16.6552 17C16.6552 17 19.1379 20 21 20\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 10.5L9 8L7.81306 6.51633C7.36819 5.96024 7.47151 5.14637 8.04123 4.71908V4.71908C8.57851 4.31612 9.33729 4.40475 9.76724 4.92069L14 10\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.5 8C17.8807 8 19 6.88071 19 5.5C19 4.11929 17.8807 3 16.5 3C15.1193 3 14 4.11929 14 5.5C14 6.88071 15.1193 8 16.5 8Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"swipe down gesture \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 14C15.3137 14 18 11.3137 18 8C18 4.68629 15.3137 2 12 2C8.68629 2 6 4.68629 6 8C6 11.3137 8.68629 14 12 14ZM12 14V22M12 22L9 19M12 22L15 19\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"swipe left gesture \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10 12C10 15.3137 12.6863 18 16 18C19.3137 18 22 15.3137 22 12C22 8.68629 19.3137 6 16 6C12.6863 6 10 8.68629 10 12ZM10 12H2M2 12L5 9M2 12L5 15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"swipe right gesture \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14 12C14 15.3137 11.3137 18 8 18C4.68629 18 2 15.3137 2 12C2 8.68629 4.68629 6 8 6C11.3137 6 14 8.68629 14 12ZM14 12H22M22 12L19 9M22 12L19 15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"swipe two fingers down gesture \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.5 12C4.567 12 3 10.433 3 8.5C3 6.567 4.567 5 6.5 5C8.433 5 10 6.567 10 8.5C10 10.433 8.433 12 6.5 12ZM6.5 12V19M6.5 19L9 16.6M6.5 19L4 16.6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.5 12C15.567 12 14 10.433 14 8.5C14 6.567 15.567 5 17.5 5C19.433 5 21 6.567 21 8.5C21 10.433 19.433 12 17.5 12ZM17.5 12V19M17.5 19L20 16.6M17.5 19L15 16.6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"swipe two fingers left gesture \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 17.5C12 19.433 13.567 21 15.5 21C17.433 21 19 19.433 19 17.5C19 15.567 17.433 14 15.5 14C13.567 14 12 15.567 12 17.5ZM12 17.5H5M5 17.5L7.4 15M5 17.5L7.4 20\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 6.5C12 8.433 13.567 10 15.5 10C17.433 10 19 8.433 19 6.5C19 4.567 17.433 3 15.5 3C13.567 3 12 4.567 12 6.5ZM12 6.5H5M5 6.5L7.4 4M5 6.5L7.4 9\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"swipe two fingers right gesture \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 17.5C12 19.433 10.433 21 8.5 21C6.567 21 5 19.433 5 17.5C5 15.567 6.567 14 8.5 14C10.433 14 12 15.567 12 17.5ZM12 17.5H19M19 17.5L16.6 15M19 17.5L16.6 20\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 6.5C12 8.433 10.433 10 8.5 10C6.567 10 5 8.433 5 6.5C5 4.567 6.567 3 8.5 3C10.433 3 12 4.567 12 6.5ZM12 6.5H19M19 6.5L16.6 4M19 6.5L16.6 9\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"swipe two fingers up gesture \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.5 12C4.567 12 3 13.567 3 15.5C3 17.433 4.567 19 6.5 19C8.433 19 10 17.433 10 15.5C10 13.567 8.433 12 6.5 12ZM6.5 12V5M6.5 5L9 7.4M6.5 5L4 7.4\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.5 12C15.567 12 14 13.567 14 15.5C14 17.433 15.567 19 17.5 19C19.433 19 21 17.433 21 15.5C21 13.567 19.433 12 17.5 12ZM17.5 12V5M17.5 5L20 7.4M17.5 5L15 7.4\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"swipe up gesture \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 10C8.68629 10 6 12.6863 6 16C6 19.3137 8.68629 22 12 22C15.3137 22 18 19.3137 18 16C18 12.6863 15.3137 10 12 10ZM12 10V2M12 2L15 5M12 2L9 5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"switch off outline \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 13C7.55228 13 8 12.5523 8 12C8 11.4477 7.55228 11 7 11C6.44772 11 6 11.4477 6 12C6 12.5523 6.44772 13 7 13Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 17H7C4.23858 17 2 14.7614 2 12C2 9.23858 4.23858 7 7 7H17C19.7614 7 22 9.23858 22 12C22 14.7614 19.7614 17 17 17Z\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"switch on outline \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 13C17.5523 13 18 12.5523 18 12C18 11.4477 17.5523 11 17 11C16.4477 11 16 11.4477 16 12C16 12.5523 16.4477 13 17 13Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 17H7C4.23858 17 2 14.7614 2 12C2 9.23858 4.23858 7 7 7H17C19.7614 7 22 9.23858 22 12C22 14.7614 19.7614 17 17 17Z\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"system restart \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 2V6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 18V22\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 12H18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 12H2\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.92896 4.92896L7.75738 7.75738\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.2427 16.2427L19.0711 19.0711\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.071 4.92896L16.2426 7.75738\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.75732 16.2427L4.9289 19.0711\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"system shut \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 7V17\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"table 2 columns \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 20.4V3.6C3 3.26863 3.26863 3 3.6 3H20.4C20.7314 3 21 3.26863 21 3.6V20.4C21 20.7314 20.7314 21 20.4 21H3.6C3.26863 21 3 20.7314 3 20.4Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M3 16.5H21\" stroke=\"currentColor\" stroke-/>\n<path d=\"M3 12H21\" stroke=\"currentColor\" stroke-/>\n<path d=\"M21 7.5H3\" stroke=\"currentColor\" stroke-/>\n<path d=\"M12 21V3\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"table rows \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 12H7.5H12H16.5H21M3 12V16.5M3 12V7.5M21 12V16.5M21 12V7.5M3 16.5V20.4C3 20.7314 3.26863 21 3.6 21H7.5H12H16.5H20.4C20.7314 21 21 20.7314 21 20.4V16.5M3 16.5H7.5H12H16.5H21M21 7.5V3.6C21 3.26863 20.7314 3 20.4 3H16.5H12H7.5H3.6C3.26863 3 3 3.26863 3 3.6V7.5M21 7.5H16.5H12H7.5H3\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"table \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 3V21H3V3H21Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 16.5H21\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 12H21\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 7.5H21\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.5 3V21\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 3V21\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.5 3V21\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"task list \"><svg  stroke-  viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 6L20 6\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.80002 5.79999L4.60002 6.59998L6.60001 4.59999\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.80002 11.8L4.60002 12.6L6.60001 10.6\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.80002 17.8L4.60002 18.6L6.60001 16.6\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 12L20 12\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 18L20 18\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"telegram circled \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18 8L5 12.5L9.5 14M18 8L9.5 14M18 8L14 18.5L9.5 14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"telegram \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 5L2 12.5L9 13.5M21 5L18.5 20L9 13.5M21 5L9 13.5M9 13.5V19L12.2488 15.7229\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"tennis ball alt \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.6602 6.99993C23.4216 11.7829 21.7829 17.8988 17 20.6602C12.217 23.4216 6.10113 21.7829 3.33971 16.9999C0.57828 12.217 2.21703 6.1011 6.99996 3.33968C11.7829 0.578252 17.8988 2.217 20.6602 6.99993Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.46 15.2419C16.474 11.9395 13.8776 7.44223 13.9223 2.18631\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.0776 21.8136C9.71062 15.8444 7.11402 11.3472 2.53992 8.75793\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"tennis ball \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.5716 4.46234C15.905 8.99175 15.9049 14.1847 18.5716 19.5377\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.42834 4.46234C8.09501 8.99175 8.09513 14.1847 5.42834 19.5377\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"terminal outline \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13 16H18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 8L10 12L6 16\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 18V6C2 4.89543 2.89543 4 4 4H20C21.1046 4 22 4.89543 22 6V18C22 19.1046 21.1046 20 20 20H4C2.89543 20 2 19.1046 2 18Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"terminal simple \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13 17H20\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 7L10 12L5 17\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"test tube \"><svg  stroke-  viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.1414 19.995C8.59885 21.7157 10.4224 19.9831 11.4592 18.5025L18.7592 8.07692L20.7255 7.0122L14.1723 2.42358L5.7251 14.4875C4.68838 15.9681 3.68394 18.2743 6.1414 19.995Z\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.091 11.0194C13.2146 10.1673 11.6877 11.801 8.81128 10.9489\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"text alt \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 3.6V20.4C21 20.7314 20.7314 21 20.4 21H3.6C3.26863 21 3 20.7314 3 20.4V3.6C3 3.26863 3.26863 3 3.6 3H20.4C20.7314 3 21 3.26863 21 3.6Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 9V7L17 7V9\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 7V17M12 17H10M12 17H14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"text size \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4 8L4 6L16 6V8\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 6L10 18M10 18H12M10 18H8\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 13.5L14 12L20 12V13.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 12V18M17 18H15.5M17 18H18.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"text \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 7V5L5 5V7\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 5L12 19M12 19H10M12 19H14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"three stars \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.63495 14.4151L5.67396 12.2121C5.80734 11.9293 6.19266 11.9293 6.32604 12.2121L7.36505 14.4151L9.68859 14.7706C9.98671 14.8162 10.1055 15.1997 9.8897 15.4198L8.2087 17.1334L8.60542 19.5543C8.65637 19.8652 8.34456 20.1022 8.07781 19.9554L6 18.8118L3.92219 19.9554C3.65544 20.1022 3.34363 19.8652 3.39458 19.5543L3.7913 17.1334L2.1103 15.4198C1.89447 15.1997 2.01329 14.8162 2.31141 14.7706L4.63495 14.4151Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.6349 14.4151L17.674 12.2121C17.8073 11.9293 18.1927 11.9293 18.326 12.2121L19.3651 14.4151L21.6886 14.7706C21.9867 14.8162 22.1055 15.1997 21.8897 15.4198L20.2087 17.1334L20.6054 19.5543C20.6564 19.8652 20.3446 20.1022 20.0778 19.9554L18 18.8118L15.9222 19.9554C15.6554 20.1022 15.3436 19.8652 15.3946 19.5543L15.7913 17.1334L14.1103 15.4198C13.8945 15.1997 14.0133 14.8162 14.3114 14.7706L16.6349 14.4151Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.6349 5.41515L11.674 3.21211C11.8073 2.9293 12.1927 2.9293 12.326 3.21211L13.3651 5.41515L15.6886 5.7706C15.9867 5.8162 16.1055 6.19974 15.8897 6.41976L14.2087 8.13337L14.6054 10.5543C14.6564 10.8652 14.3446 11.1022 14.0778 10.9554L12 9.81178L9.92219 10.9554C9.65544 11.1022 9.34363 10.8652 9.39458 10.5543L9.7913 8.13337L8.1103 6.41976C7.89447 6.19974 8.01329 5.8162 8.31141 5.7706L10.6349 5.41515Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"thumbs down \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.4724 3.5H4.1C3.76863 3.5 3.5 3.76863 3.5 4.1V13.9C3.5 14.2314 3.76863 14.5 4.1 14.5H6.86762C7.57015 14.5 8.22116 14.8686 8.5826 15.471L11.293 19.9884C11.8779 20.9631 13.2554 21.0558 13.9655 20.1681C14.3002 19.7497 14.4081 19.1937 14.2541 18.6804L13.2317 15.2724C13.1162 14.8874 13.4045 14.5 13.8064 14.5H18.3815C19.7002 14.5 20.658 13.246 20.311 11.9738L18.4019 4.97376C18.1646 4.10364 17.3743 3.5 16.4724 3.5Z\" stroke=\"currentColor\"   stroke-linecap=\"round\"/>\n<path d=\"M7 14.5L7 3.5\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"thumbs up \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.4724 20H4.1C3.76863 20 3.5 19.7314 3.5 19.4V9.6C3.5 9.26863 3.76863 9 4.1 9H6.86762C7.57015 9 8.22116 8.6314 8.5826 8.02899L11.293 3.51161C11.8779 2.53688 13.2554 2.44422 13.9655 3.33186C14.3002 3.75025 14.4081 4.30635 14.2541 4.81956L13.2317 8.22759C13.1162 8.61256 13.4045 9 13.8064 9H18.3815C19.7002 9 20.658 10.254 20.311 11.5262L18.4019 18.5262C18.1646 19.3964 17.3743 20 16.4724 20Z\" stroke=\"currentColor\"   stroke-linecap=\"round\"/>\n<path d=\"M7 20L7 9\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"thunderstorm \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.5 12L9 17H15L12.5 22\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 17.6073C21.4937 17.0221 23 15.6889 23 13C23 9 19.6667 8 18 8C18 6 18 2 12 2C6 2 6 6 6 8C4.33333 8 1 9 1 13C1 15.6889 2.50628 17.0221 4 17.6073\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"tiktok \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 8V16C21 18.7614 18.7614 21 16 21H8C5.23858 21 3 18.7614 3 16V8C3 5.23858 5.23858 3 8 3H16C18.7614 3 21 5.23858 21 8Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 12C8.34315 12 7 13.3431 7 15C7 16.6569 8.34315 18 10 18C11.6569 18 13 16.6569 13 15V6C13.3333 7 14.6 9 17 9\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"timer off \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 2L15 2\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 7L19 21.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 10L12 14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.1905 8.5C4.83275 9.93366 4 11.8696 4 14C4 18.4183 7.58172 22 12 22C14.0049 22 15.8375 21.2625 17.2413 20.044M19.4185 17C19.7935 16.0736 20 15.0609 20 14C20 9.58172 16.4183 6 12 6C11.0187 6 10.0786 6.17669 9.20988 6.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"timer \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 2L15 2\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 10L12 14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22C16.4183 22 20 18.4183 20 14C20 9.58172 16.4183 6 12 6C7.58172 6 4 9.58172 4 14C4 18.4183 7.58172 22 12 22Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"tower check \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13 19L16 22L21 17\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 22H7C5.89543 22 5 21.1046 5 20V11.1817C5 11.0632 4.96494 10.9474 4.89923 10.8488L3.10077 8.15115C3.03506 8.05259 3 7.93679 3 7.81833V2.6C3 2.26863 3.26863 2 3.6 2H5.4C5.73137 2 6 2.26863 6 2.6V4.4C6 4.73137 6.26863 5 6.6 5H9.4C9.73137 5 10 4.73137 10 4.4V2.6C10 2.26863 10.2686 2 10.6 2H13.4C13.7314 2 14 2.26863 14 2.6V4.4C14 4.73137 14.2686 5 14.6 5H17.4C17.7314 5 18 4.73137 18 4.4V2.6C18 2.26863 18.2686 2 18.6 2H20.4C20.7314 2 21 2.26863 21 2.6V7.81833C21 7.93679 20.9649 8.05259 20.8992 8.15115L19.1008 10.8488C19.0351 10.9474 19 11.0632 19 11.1817V13.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"tower no access \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.8566 15.2C19.1306 14.4595 18.119 14 17 14C14.7909 14 13 15.7909 13 18C13 19.0902 13.4361 20.0785 14.1434 20.8M19.8566 15.2C20.5639 15.9215 21 16.9098 21 18C21 20.2091 19.2091 22 17 22C15.881 22 14.8694 21.5405 14.1434 20.8M19.8566 15.2L14.1434 20.8\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 22H7C5.89543 22 5 21.1046 5 20V11.1817C5 11.0632 4.96494 10.9474 4.89923 10.8488L3.10077 8.15115C3.03506 8.05259 3 7.93679 3 7.81833V2.6C3 2.26863 3.26863 2 3.6 2H5.4C5.73137 2 6 2.26863 6 2.6V4.4C6 4.73137 6.26863 5 6.6 5H9.4C9.73137 5 10 4.73137 10 4.4V2.6C10 2.26863 10.2686 2 10.6 2H13.4C13.7314 2 14 2.26863 14 2.6V4.4C14 4.73137 14.2686 5 14.6 5H17.4C17.7314 5 18 4.73137 18 4.4V2.6C18 2.26863 18.2686 2 18.6 2H20.4C20.7314 2 21 2.26863 21 2.6V7.81833C21 7.93679 20.9649 8.05259 20.8992 8.15115L20 9.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"tower warning \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 10L12 13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 17.01L12.01 16.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 22H7C5.89543 22 5 21.1046 5 20V11.1817C5 11.0632 4.96494 10.9474 4.89923 10.8488L3.10077 8.15115C3.03506 8.05259 3 7.93679 3 7.81833V2.6C3 2.26863 3.26863 2 3.6 2H5.4C5.73137 2 6 2.26863 6 2.6V4.4C6 4.73137 6.26863 5 6.6 5H9.4C9.73137 5 10 4.73137 10 4.4V2.6C10 2.26863 10.2686 2 10.6 2H13.4C13.7314 2 14 2.26863 14 2.6V4.4C14 4.73137 14.2686 5 14.6 5H17.4C17.7314 5 18 4.73137 18 4.4V2.6C18 2.26863 18.2686 2 18.6 2H20.4C20.7314 2 21 2.26863 21 2.6V7.81833C21 7.93679 20.9649 8.05259 20.8992 8.15115L19.1008 10.8488C19.0351 10.9474 19 11.0632 19 11.1817V20C19 21.1046 18.1046 22 17 22Z\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"tower \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 22H7C5.89543 22 5 21.1046 5 20V11.1817C5 11.0632 4.96494 10.9474 4.89923 10.8488L3.10077 8.15115C3.03506 8.05259 3 7.93679 3 7.81833V2.6C3 2.26863 3.26863 2 3.6 2H5.4C5.73137 2 6 2.26863 6 2.6V4.4C6 4.73137 6.26863 5 6.6 5H9.4C9.73137 5 10 4.73137 10 4.4V2.6C10 2.26863 10.2686 2 10.6 2H13.4C13.7314 2 14 2.26863 14 2.6V4.4C14 4.73137 14.2686 5 14.6 5H17.4C17.7314 5 18 4.73137 18 4.4V2.6C18 2.26863 18.2686 2 18.6 2H20.4C20.7314 2 21 2.26863 21 2.6V7.81833C21 7.93679 20.9649 8.05259 20.8992 8.15115L19.1008 10.8488C19.0351 10.9474 19 11.0632 19 11.1817V20C19 21.1046 18.1046 22 17 22Z\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"trademark \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.5 15.5V12.7M12.3571 12.7C13.0714 12.7 14.5 12.7 14.5 10.6C14.5 8.5 13.0714 8.5 12.3571 8.5L9.5 8.5V12.7M12.3571 12.7C11.2143 12.7 9.97619 12.7 9.5 12.7M12.3571 12.7L14.5 15.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"train outline \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.6087 7H14.3913C15.832 7 17 8.16795 17 9.6087C17 9.82481 16.8248 10 16.6087 10H7.3913C7.17519 10 7 9.82481 7 9.6087C7 8.16795 8.16795 7 9.6087 7Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 19H10L8.27639 22.4472C8.107 22.786 7.76074 23 7.38197 23H6.61803C5.87465 23 5.39116 22.2177 5.72361 21.5528L7 19Z\" fill=\"currentColor\"/>\n<path d=\"M17 19H14L15.7236 22.4472C15.893 22.786 16.2393 23 16.618 23H17.382C18.1253 23 18.6088 22.2177 18.2764 21.5528L17 19Z\" fill=\"currentColor\"/>\n<path d=\"M9 3H15C18.3137 3 21 5.68629 21 9V13C21 16.3137 18.3137 19 15 19H9C5.68629 19 3 16.3137 3 13V9C3 5.68629 5.68629 3 9 3Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 15.01L16.01 14.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 15.01L8.01 14.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"tram \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 20H11L9.27639 23.4472C9.107 23.786 8.76074 24 8.38197 24H7.61803C6.87465 24 6.39116 23.2177 6.72361 22.5528L8 20Z\" fill=\"currentColor\"/>\n<path d=\"M16 20H13L14.7236 23.4472C14.893 23.786 15.2393 24 15.618 24H16.382C17.1253 24 17.6088 23.2177 17.2764 22.5528L16 20Z\" fill=\"currentColor\"/>\n<path d=\"M15 16.01L15.01 15.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 16.01L9.01 15.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 6H15C17.7614 6 20 8.23858 20 11V18C20 19.1046 19.1046 20 18 20H6C4.89543 20 4 19.1046 4 18V11C4 8.23858 6.23858 6 9 6H13ZM13 6L14 2M14 2H17M14 2H7M16 11.7857V11.7857C16 11.9041 15.9041 12 15.7857 12H8.21429C8.09594 12 8 11.9041 8 11.7857V11.7857C8 10.7995 8.79949 10 9.78571 10H14.2143C15.2005 10 16 10.7995 16 11.7857Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"transition bottom \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18 2L6 2C4.34315 2 3 3.34315 3 5L3 7C3 8.65685 4.34315 10 6 10H18C19.6569 10 21 8.65685 21 7V5C21 3.34315 19.6569 2 18 2Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M3 16V18C3 20.2091 4.79086 22 7 22H17C19.2091 22 21 20.2091 21 18V16\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 10V18M12 18L9 15M12 18L15 15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"transition left \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 18V6C22 4.34315 20.6569 3 19 3H17C15.3431 3 14 4.34315 14 6V18C14 19.6569 15.3431 21 17 21H19C20.6569 21 22 19.6569 22 18Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M8 3H6C3.79086 3 2 4.79086 2 7V17C2 19.2091 3.79086 21 6 21H8\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 12H6M6 12L9 9M6 12L9 15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"transition right \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 18V6C2 4.34315 3.34315 3 5 3H7C8.65685 3 10 4.34315 10 6V18C10 19.6569 8.65685 21 7 21H5C3.34315 21 2 19.6569 2 18Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M16 3H18C20.2091 3 22 4.79086 22 7V17C22 19.2091 20.2091 21 18 21H16\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 12H18M18 12L15 9M18 12L15 15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"transition top \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18 22H6C4.34315 22 3 20.6569 3 19L3 17C3 15.3431 4.34315 14 6 14H18C19.6569 14 21 15.3431 21 17V19C21 20.6569 19.6569 22 18 22Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M3 8V6C3 3.79086 4.79086 2 7 2L17 2C19.2091 2 21 3.79086 21 6V8\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 14V6M12 6L9 9M12 6L15 9\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"translate \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 5H9M16 5H13.5M9 5L13.5 5M9 5V3M13.5 5C12.6795 7.73513 10.9612 10.3206 9 12.5929M4 17.5C5.58541 16.1411 7.376 14.4744 9 12.5929M9 12.5929C8 11.5 6.4 9.3 6 8.5M9 12.5929L12 15.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.5 21L14.6429 18M21.5 21L20.3571 18M14.6429 18L17.5 10.5L20.3571 18M14.6429 18H20.3571\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"trash \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 11V20.4C19 20.7314 18.7314 21 18.4 21H5.6C5.26863 21 5 20.7314 5 20.4V11\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 17V11\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 17V11\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 7L16 7M3 7L8 7M8 7V3.6C8 3.26863 8.26863 3 8.6 3L15.4 3C15.7314 3 16 3.26863 16 3.6V7M8 7L16 7\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"treadmill \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13 6C14.1046 6 15 5.10457 15 4C15 2.89543 14.1046 2 13 2C11.8954 2 11 2.89543 11 4C11 5.10457 11.8954 6 13 6Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.6132 7.26691L7.30493 11.4021L11.4402 15.5374L9.37255 20.0861\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.4104 8.5075L7.79728 5.19931L10.6132 7.26692L13.508 10.5752H15.2297\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.89152 14.7103L5.65095 15.5374H2.34277\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.34277 21.5374L18.651 19.5374V8\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.8915 6L18.651 8L17 9.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.8914 21.7103L18.6509 19.5374\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"trekking \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18 10L15 11.5L11 8.5L10 14L13.5 17L14 21.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 8.5V10V21.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 17L8 21.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 8.5C7 9.5 6 12 6 12L8 13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 6.5C13.1046 6.5 14 5.60457 14 4.5C14 3.39543 13.1046 2.5 12 2.5C10.8954 2.5 10 3.39543 10 4.5C10 5.60457 10.8954 6.5 12 6.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"trello \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 3L5 3C3.89543 3 3 3.89543 3 5L3 19C3 20.1046 3.89543 21 5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.4 6H6.6C6.26863 6 6 6.26863 6 6.6L6 17.4C6 17.7314 6.26863 18 6.6 18H10.4C10.7314 18 11 17.7314 11 17.4V6.6C11 6.26863 10.7314 6 10.4 6Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.4 6H13.6C13.2686 6 13 6.26863 13 6.6V13.4C13 13.7314 13.2686 14 13.6 14H17.4C17.7314 14 18 13.7314 18 13.4V6.6C18 6.26863 17.7314 6 17.4 6Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"triangle flag circle \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 21.5V15.5M9 15.5V6.99654C9 6.5444 9.48113 6.25472 9.88073 6.46627L16.5505 9.99731C16.9654 10.217 16.9787 10.8067 16.5739 11.0447L9 15.5ZM22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"triangle flag full \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 21L8 16M8 16L17.7231 9.51793C18.0866 9.2756 18.0775 8.73848 17.7061 8.50854L8.91581 3.06693C8.5161 2.81949 8 3.10699 8 3.57709V16Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 11.0001L14.5 6.52393\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"triangle flag \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 21L8 16M8 16V3.57709C8 3.10699 8.5161 2.81949 8.91581 3.06693L17.7061 8.50854C18.0775 8.73848 18.0866 9.2756 17.7231 9.51793L8 16Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"triangle \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.4752 2.94682C11.7037 2.53464 12.2963 2.53464 12.5248 2.94682L21.8985 19.8591C22.1202 20.259 21.831 20.75 21.3738 20.75H2.62625C2.16902 20.75 1.87981 20.259 2.10146 19.8591L11.4752 2.94682Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"trophy \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.74534 4H17.3132C17.3132 4 16.4326 17.2571 12.0293 17.2571C9.87826 17.2571 8.56786 14.0935 7.79011 10.8571C6.97574 7.46844 6.74534 4 6.74534 4Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.3132 4C17.3132 4 18.2344 3.01733 19 2.99999C20.5 2.96603 20.7773 4 20.7773 4C21.0709 4.60953 21.3057 6.19429 19.8967 7.65715C18.4876 9.12 16.9103 10.4 16.2684 10.8571\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.74527 4.00001C6.74527 4.00001 5.78547 3.00614 4.99995 3.00001C3.49995 2.9883 3.22264 4.00001 3.22264 4.00001C2.92908 4.60953 2.69424 6.19429 4.1033 7.65715C5.51235 9.12001 7.14823 10.4 7.79004 10.8572\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.50662 20C8.50662 18.1714 12.0292 17.2571 12.0292 17.2571C12.0292 17.2571 15.5519 18.1714 15.5519 20H8.50662Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"truck length \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 16C8.10457 16 9 15.1046 9 14C9 12.8954 8.10457 12 7 12C5.89543 12 5 12.8954 5 14C5 15.1046 5.89543 16 7 16Z\" stroke=\"currentColor\"   stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 16C18.1046 16 19 15.1046 19 14C19 12.8954 18.1046 12 17 12C15.8954 12 15 12.8954 15 14C15 15.1046 15.8954 16 17 16Z\" stroke=\"currentColor\"   stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 14V3.6C14 3.26863 13.7314 3 13.4 3H2.6C2.26863 3 2 3.26863 2 3.6V13.4C2 13.7314 2.26863 14 2.6 14H4.65\" stroke=\"currentColor\"   stroke-linecap=\"round\"/>\n<path d=\"M14 14H9.05005\" stroke=\"currentColor\"   stroke-linecap=\"round\"/>\n<path d=\"M14 6H19.6101C19.8472 6 20.0621 6.13964 20.1584 6.35632L21.9483 10.3836C21.9824 10.4604 22 10.5434 22 10.6273V13.4C22 13.7314 21.7314 14 21.4 14H19.5\" stroke=\"currentColor\"   stroke-linecap=\"round\"/>\n<path d=\"M14 14H15\" stroke=\"currentColor\"   stroke-linecap=\"round\"/>\n<path d=\"M3 20H20.75M3 20L4.75 21.75M3 20L4.75 18.25M20.75 20L19 21.75M20.75 20L19 18.25\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"truck \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 19C8.10457 19 9 18.1046 9 17C9 15.8954 8.10457 15 7 15C5.89543 15 5 15.8954 5 17C5 18.1046 5.89543 19 7 19Z\" stroke=\"currentColor\"   stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 19C18.1046 19 19 18.1046 19 17C19 15.8954 18.1046 15 17 15C15.8954 15 15 15.8954 15 17C15 18.1046 15.8954 19 17 19Z\" stroke=\"currentColor\"   stroke-miterlimit=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 17V6.6C14 6.26863 13.7314 6 13.4 6H2.6C2.26863 6 2 6.26863 2 6.6V16.4C2 16.7314 2.26863 17 2.6 17H4.65\" stroke=\"currentColor\"   stroke-linecap=\"round\"/>\n<path d=\"M14 17H9.05005\" stroke=\"currentColor\"   stroke-linecap=\"round\"/>\n<path d=\"M14 9H19.6101C19.8472 9 20.0621 9.13964 20.1584 9.35632L21.9483 13.3836C21.9824 13.4604 22 13.5434 22 13.6273V16.4C22 16.7314 21.7314 17 21.4 17H19.5\" stroke=\"currentColor\"   stroke-linecap=\"round\"/>\n<path d=\"M14 17H15\" stroke=\"currentColor\"   stroke-linecap=\"round\"/>\n</svg>\n</li><li title=\"tunnel \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20 20H4V15M20 20V12C20 7.58172 16.4183 4 12 4C11.2057 4 10.4385 4.11575 9.71429 4.33129C6.40973 5.31477 4 8.37598 4 12V15M20 20L4 15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 9V10\" stroke=\"currentColor\" stroke-linecap=\"round\"/>\n<path d=\"M12 8V9\" stroke=\"currentColor\" stroke-linecap=\"round\"/>\n<path d=\"M8 7V8\" stroke=\"currentColor\" stroke-linecap=\"round\"/>\n</svg>\n</li><li title=\"tv fix \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 20V9C2 7.89543 2.89543 7 4 7H20C21.1046 7 22 7.89543 22 9V20C22 21.1046 21.1046 22 20 22H4C2.89543 22 2 21.1046 2 20Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M13.6569 12.8284L10.8284 15.6568\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.4853 12.8284C15.7042 13.6095 14.4379 13.6095 13.6569 12.8284C12.8758 12.0474 12.8758 10.781 13.6569 10\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.8284 18.4853C11.6094 17.7043 11.6094 16.4379 10.8284 15.6569C10.0473 14.8758 8.78102 14.8758 7.99997 15.6569\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 2.5L12 6L15.5 2.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"tv issue \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 11V14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 18.01L12.01 17.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 20V9C2 7.89543 2.89543 7 4 7H20C21.1046 7 22 7.89543 22 9V20C22 21.1046 21.1046 22 20 22H4C2.89543 22 2 21.1046 2 20Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M8.5 2.5L12 6L15.5 2.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"tv \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 20V9C2 7.89543 2.89543 7 4 7H20C21.1046 7 22 7.89543 22 9V20C22 21.1046 21.1046 22 20 22H4C2.89543 22 2 21.1046 2 20Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M8.5 2.5L12 6L15.5 2.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"twitter verified badge \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.5213 2.62368C11.3147 1.75255 12.6853 1.75255 13.4787 2.62368L14.4989 3.74391C14.8998 4.18418 15.4761 4.42288 16.071 4.39508L17.5845 4.32435C18.7614 4.26934 19.7307 5.23857 19.6757 6.41554L19.6049 7.92905C19.5771 8.52388 19.8158 9.10016 20.2561 9.50111L21.3763 10.5213C22.2475 11.3147 22.2475 12.6853 21.3763 13.4787L20.2561 14.4989C19.8158 14.8998 19.5771 15.4761 19.6049 16.071L19.6757 17.5845C19.7307 18.7614 18.7614 19.7307 17.5845 19.6757L16.071 19.6049C15.4761 19.5771 14.8998 19.8158 14.4989 20.2561L13.4787 21.3763C12.6853 22.2475 11.3147 22.2475 10.5213 21.3763L9.50111 20.2561C9.10016 19.8158 8.52388 19.5771 7.92905 19.6049L6.41553 19.6757C5.23857 19.7307 4.26934 18.7614 4.32435 17.5845L4.39508 16.071C4.42288 15.4761 4.18418 14.8998 3.74391 14.4989L2.62368 13.4787C1.75255 12.6853 1.75255 11.3147 2.62368 10.5213L3.74391 9.50111C4.18418 9.10016 4.42288 8.52388 4.39508 7.92905L4.32435 6.41553C4.26934 5.23857 5.23857 4.26934 6.41554 4.32435L7.92905 4.39508C8.52388 4.42288 9.10016 4.18418 9.50111 3.74391L10.5213 2.62368Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M9 12L11 14L15 10\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"twitter \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M23 3.01006C23 3.01006 20.9821 4.20217 19.86 4.54006C19.2577 3.84757 18.4573 3.35675 17.567 3.13398C16.6767 2.91122 15.7395 2.96725 14.8821 3.29451C14.0247 3.62177 13.2884 4.20446 12.773 4.96377C12.2575 5.72309 11.9877 6.62239 12 7.54006V8.54006C10.2426 8.58562 8.50127 8.19587 6.93101 7.4055C5.36074 6.61513 4.01032 5.44869 3 4.01006C3 4.01006 -1 13.0101 8 17.0101C5.94053 18.408 3.48716 19.109 1 19.0101C10 24.0101 21 19.0101 21 7.51006C20.9991 7.23151 20.9723 6.95365 20.92 6.68006C21.9406 5.67355 23 3.01006 23 3.01006Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"type \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 16.2485C7 16.0894 6.93679 15.9368 6.82426 15.8243L3.17574 12.1757C3.06321 12.0632 3 11.9106 3 11.7515V4C3 2.89543 3.89543 2 5 2H12H19C20.1046 2 21 2.89543 21 4V11.7515C21 11.9106 20.9368 12.0632 20.8243 12.1757L17.1757 15.8243C17.0632 15.9368 17 16.0894 17 16.2485V20C17 21.1046 16.1046 22 15 22H9C7.89543 22 7 21.1046 7 20V16.2485Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M9.5 11.5L10 10.4M14.5 11.5L14 10.4M14 10.4L12 6L10 10.4M14 10.4H10\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"umbrella full \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.7781 4.04337C17.7007 2.08074 14.9382 1 12 1C9.0618 1 6.29934 2.08089 4.2217 4.04337C2.14423 6.00617 1 8.61557 1 11.3911C1 11.7274 1.28853 12 1.64437 12C2.00038 12 2.28891 11.7274 2.28891 11.3911C2.28891 10.3784 3.16123 9.55439 4.23328 9.55439C6.12573 9.55439 5.43138 12 6.82219 12C8.21299 12 7.51871 9.55439 9.41109 9.55439C11.3035 9.55439 12 12 12 12C12 12 12.6965 9.55439 14.5889 9.55439C16.4813 9.55439 15.988 12 17.1778 12C18.3677 12 17.8743 9.55439 19.7667 9.55439C20.8388 9.55439 21.7111 10.3784 21.7111 11.3911C21.7111 11.7274 21.9996 12 22.3556 12C22.7115 12 23 11.7274 23 11.3911C23 8.61557 21.8559 6.00617 19.7781 4.04337Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M12 12C12 12 12 16.0948 12 20C12 24 6 24 6 20\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"underline square outline \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 20.4V3.6C3 3.26863 3.26863 3 3.6 3H20.4C20.7314 3 21 3.26863 21 3.6V20.4C21 20.7314 20.7314 21 20.4 21H3.6C3.26863 21 3 20.7314 3 20.4Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M16 6V10C16 12.2091 14.2091 14 12 14V14C9.79086 14 8 12.2091 8 10V6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 18L18 18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"underline \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 5V11C16 13.2091 14.2091 15 12 15V15C9.79086 15 8 13.2091 8 11V5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 19L18 19\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"undo action \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 7V9.5V12\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.875 9.5H14.875C20.375 9.5 20.375 18 14.875 18C11.875 18 4.875 18 4.875 18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.375 13L7.875 9.5L11.375 6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"undo circle \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 10.625H14.2C14.2 10.625 14.2 10.625 14.2 10.625C14.2 10.625 17 10.625 17 13.625C17 17 14.2 17 14.2 17H13.4\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.5 14L7 10.625L10.5 7\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"undo \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 9.5C8.5 9.5 11.5 9.5 15 9.5C15.1615 9.5 19 9.5 19 13.5C19 18 15.2976 18 15 18C12 18 10 18 7 18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 13C7.13317 11.6332 6.36683 10.8668 5 9.5C6.36683 8.13317 7.13317 7.36683 8.5 6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"union alt \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22C12.866 22 16 18.866 16 15C16 11.134 12.866 8 9 8C5.13401 8 2 11.134 2 15C2 18.866 5.13401 22 9 22Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 16C18.866 16 22 12.866 22 9C22 5.13401 18.866 2 15 2C11.134 2 8 5.13401 8 9C8 12.866 11.134 16 15 16Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"union horiz alt \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 19C11.866 19 15 15.866 15 12C15 8.13401 11.866 5 8 5C4.13401 5 1 8.13401 1 12C1 15.866 4.13401 19 8 19Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 19C19.866 19 23 15.866 23 12C23 8.13401 19.866 5 16 5C12.134 5 9 8.13401 9 12C9 15.866 12.134 19 16 19Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"union \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 9H20.4C20.7314 9 21 9.26863 21 9.6V20.4C21 20.7314 20.7314 21 20.4 21H9.6C9.26863 21 9 20.7314 9 20.4V15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 9V3.6C15 3.26863 14.7314 3 14.4 3H3.6C3.26863 3 3 3.26863 3 3.6V14.4C3 14.7314 3.26863 15 3.6 15H9\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"unity 5 \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.672 20.7858C11.8713 20.916 12.1287 20.916 12.328 20.7858L21.6116 14.7239C21.8403 14.5745 21.9393 14.2894 21.8523 14.0304L18.2848 3.40896C18.2028 3.16462 17.9738 3 17.7161 3H6.22057C5.96168 3 5.73198 3.16606 5.65082 3.4119L2.14466 14.032C2.05937 14.2904 2.15858 14.5738 2.38637 14.7225L11.672 20.7858Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.5 6H10L9.5 11C10.0187 10.1033 10.9882 9.5 12.0987 9.5C13.7555 9.5 15.0987 10.8431 15.0987 12.5C15.0987 13.327 14.764 14.0758 14.2228 14.6185C13.6797 15.163 12.9285 15.5 12.0987 15.5C10.9882 15.5 10.0187 14.8967 9.5 14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"unity \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0)\">\n<path d=\"M4 13L13.5 13M4 13L8 17.5M4 13L8 8.5M13.5 13L18.5 4M13.5 13L18.5 20M18.5 4L12.5 5M18.5 4L20 9.5M18.5 20L20 14.5M18.5 20L12.5 19.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<defs>\n<clipPath id=\"clip0\">\n<rect   stroke- fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>\n</li><li title=\"up round arrow \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.5 13.25L12 10.75L9.5 13.25\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 5H18C20.2091 5 22 6.79086 22 9V15C22 17.2091 20.2091 19 18 19H6C3.79086 19 2 17.2091 2 15V9C2 6.79086 3.79086 5 6 5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"upload square outline \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 20.4V3.6C3 3.26863 3.26863 3 3.6 3H20.4C20.7314 3 21 3.26863 21 3.6V20.4C21 20.7314 20.7314 21 20.4 21H3.6C3.26863 21 3 20.7314 3 20.4Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M6 18L18 18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 14V6M12 6L15.5 9.5M12 6L8.5 9.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"upload \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 20L18 20\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 16V4M12 4L15.5 7.5M12 4L8.5 7.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"usb \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.5 2V17\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.5 14L18 12V8.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.5 16L7 14.5V11.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.5 22C13.8807 22 15 20.8807 15 19.5C15 18.1193 13.8807 17 12.5 17C11.1193 17 10 18.1193 10 19.5C10 20.8807 11.1193 22 12.5 22Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.5 5.5V8.5H19.5V5.5H16.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.5 4L12.5 2L14.5 4\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 11C8.10457 11 9 10.1046 9 9C9 7.89543 8.10457 7 7 7C5.89543 7 5 7.89543 5 9C5 10.1046 5.89543 11 7 11Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"user bag \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 11C11.2091 11 13 9.20914 13 7C13 4.79086 11.2091 3 9 3C6.79086 3 5 4.79086 5 7C5 9.20914 6.79086 11 9 11Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 18C2 14.134 5.13401 11 9 11C10.635 11 12.1391 11.5606 13.3306 12.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.364 16.7069L21.6603 18.7069C21.8393 19.915 20.9032 21 19.6819 21H16.3181C15.0968 21 14.1607 19.915 14.3397 18.7069L14.636 16.7069C14.7813 15.7262 15.6231 15 16.6144 15H19.3856C20.3769 15 21.2187 15.7262 21.364 16.7069Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 13H19\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"user cart \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 12.5L21.1667 15M21.1667 15L20 18.5H15.5L14.5 15H21.1667Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.5 20.51L16.51 20.4989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.5 20.51L19.51 20.4989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 11C11.2091 11 13 9.20914 13 7C13 4.79086 11.2091 3 9 3C6.79086 3 5 4.79086 5 7C5 9.20914 6.79086 11 9 11Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 18C2 14.134 5.13401 11 9 11C10.635 11 12.1391 11.5606 13.3306 12.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"user circle alt \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 18V17C7 14.2386 9.23858 12 12 12V12C14.7614 12 17 14.2386 17 17V18\" stroke=\"currentColor\" stroke-linecap=\"round\"/>\n<path d=\"M12 12C13.6569 12 15 10.6569 15 9C15 7.34315 13.6569 6 12 6C10.3431 6 9 7.34315 9 9C9 10.6569 10.3431 12 12 12Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<circle cx=\"12\" cy=\"12\" r=\"10\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"user scan \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 3H3V6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 3H21V6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 21H3V18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 18V17C7 14.2386 9.23858 12 12 12V12C14.7614 12 17 14.2386 17 17V18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 12C13.6569 12 15 10.6569 15 9C15 7.34315 13.6569 6 12 6C10.3431 6 9 7.34315 9 9C9 10.6569 10.3431 12 12 12Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 21H21V18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"user square alt \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 18V17C7 14.2386 9.23858 12 12 12V12C14.7614 12 17 14.2386 17 17V18\" stroke=\"currentColor\" stroke-linecap=\"round\"/>\n<path d=\"M12 12C13.6569 12 15 10.6569 15 9C15 7.34315 13.6569 6 12 6C10.3431 6 9 7.34315 9 9C9 10.6569 10.3431 12 12 12Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 3.6V20.4C21 20.7314 20.7314 21 20.4 21H3.6C3.26863 21 3 20.7314 3 20.4V3.6C3 3.26863 3.26863 3 3.6 3H20.4C20.7314 3 21 3.26863 21 3.6Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"user \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 20V19C5 15.134 8.13401 12 12 12V12C15.866 12 19 15.134 19 19V20\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 12C14.2091 12 16 10.2091 16 8C16 5.79086 14.2091 4 12 4C9.79086 4 8 5.79086 8 8C8 10.2091 9.79086 12 12 12Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"verified badge \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.5283 1.5999C11.7686 1.29437 12.2314 1.29437 12.4717 1.5999L14.2805 3.90051C14.4309 4.09173 14.6818 4.17325 14.9158 4.10693L17.7314 3.3089C18.1054 3.20292 18.4799 3.475 18.4946 3.86338L18.6057 6.78783C18.615 7.03089 18.77 7.24433 18.9984 7.32823L21.7453 8.33761C22.1101 8.47166 22.2532 8.91189 22.0368 9.23478L20.4078 11.666C20.2724 11.8681 20.2724 12.1319 20.4078 12.334L22.0368 14.7652C22.2532 15.0881 22.1101 15.5283 21.7453 15.6624L18.9984 16.6718C18.77 16.7557 18.615 16.9691 18.6057 17.2122L18.4946 20.1366C18.4799 20.525 18.1054 20.7971 17.7314 20.6911L14.9158 19.8931C14.6818 19.8267 14.4309 19.9083 14.2805 20.0995L12.4717 22.4001C12.2314 22.7056 11.7686 22.7056 11.5283 22.4001L9.71949 20.0995C9.56915 19.9083 9.31823 19.8267 9.08421 19.8931L6.26856 20.6911C5.89463 20.7971 5.52014 20.525 5.50539 20.1366L5.39427 17.2122C5.38503 16.9691 5.22996 16.7557 5.00164 16.6718L2.25467 15.6624C1.88986 15.5283 1.74682 15.0881 1.96317 14.7652L3.59221 12.334C3.72761 12.1319 3.72761 11.8681 3.59221 11.666L1.96317 9.23478C1.74682 8.91189 1.88986 8.47166 2.25467 8.33761L5.00165 7.32823C5.22996 7.24433 5.38503 7.03089 5.39427 6.78783L5.50539 3.86338C5.52014 3.475 5.89463 3.20292 6.26857 3.3089L9.08421 4.10693C9.31823 4.17325 9.56915 4.09173 9.71949 3.90051L11.5283 1.5999Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M9 12L11 14L15 10\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"verified user \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 20V19C2 15.134 5.13401 12 9 12V12\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.8038 12.3135C16.4456 11.6088 17.5544 11.6088 18.1962 12.3135V12.3135C18.5206 12.6697 18.9868 12.8628 19.468 12.8403V12.8403C20.4201 12.7958 21.2042 13.5799 21.1597 14.532V14.532C21.1372 15.0132 21.3303 15.4794 21.6865 15.8038V15.8038C22.3912 16.4456 22.3912 17.5544 21.6865 18.1962V18.1962C21.3303 18.5206 21.1372 18.9868 21.1597 19.468V19.468C21.2042 20.4201 20.4201 21.2042 19.468 21.1597V21.1597C18.9868 21.1372 18.5206 21.3303 18.1962 21.6865V21.6865C17.5544 22.3912 16.4456 22.3912 15.8038 21.6865V21.6865C15.4794 21.3303 15.0132 21.1372 14.532 21.1597V21.1597C13.5799 21.2042 12.7958 20.4201 12.8403 19.468V19.468C12.8628 18.9868 12.6697 18.5206 12.3135 18.1962V18.1962C11.6088 17.5544 11.6088 16.4456 12.3135 15.8038V15.8038C12.6697 15.4794 12.8628 15.0132 12.8403 14.532V14.532C12.7958 13.5799 13.5799 12.7958 14.532 12.8403V12.8403C15.0132 12.8628 15.4794 12.6697 15.8038 12.3135V12.3135Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M15.3636 17L16.4546 18.0909L18.6364 15.9091\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 12C11.2091 12 13 10.2091 13 8C13 5.79086 11.2091 4 9 4C6.79086 4 5 5.79086 5 8C5 10.2091 6.79086 12 9 12Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"video camera off \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.5 7H3.6C3.26863 7 3 7.26863 3 7.6V16.4C3 16.7314 3.26863 17 3.6 17H14.4C14.7314 17 15 16.7314 15 16.4V15M11.5 7H14.4C14.7314 7 15 7.26863 15 7.6V10.719C15 11.2277 15.5933 11.5056 15.9841 11.1799L20.0159 7.82009C20.4067 7.49443 21 7.77232 21 8.28103V15.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 3L21 21\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"video camera \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 12V16.4C15 16.7314 14.7314 17 14.4 17H3.6C3.26863 17 3 16.7314 3 16.4V7.6C3 7.26863 3.26863 7 3.6 7H14.4C14.7314 7 15 7.26863 15 7.6V12ZM15 12L20.0159 7.82009C20.4067 7.49443 21 7.77232 21 8.28103V15.719C21 16.2277 20.4067 16.5056 20.0159 16.1799L15 12Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"view columns 2 \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 3H20.4C20.7314 3 21 3.26863 21 3.6V20.4C21 20.7314 20.7314 21 20.4 21H12M12 3H3.6C3.26863 3 3 3.26863 3 3.6V20.4C3 20.7314 3.26863 21 3.6 21H12M12 3V21\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"view columns 3 \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 3H3.6C3.26863 3 3 3.26863 3 3.6V20.4C3 20.7314 3.26863 21 3.6 21H9M9 3V21M9 3H15M9 21H15M15 3H20.4C20.7314 3 21 3.26863 21 3.6V20.4C21 20.7314 20.7314 21 20.4 21H15M15 3V21\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"view grid \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14 20.4V14.6C14 14.2686 14.2686 14 14.6 14H20.4C20.7314 14 21 14.2686 21 14.6V20.4C21 20.7314 20.7314 21 20.4 21H14.6C14.2686 21 14 20.7314 14 20.4Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M3 20.4V14.6C3 14.2686 3.26863 14 3.6 14H9.4C9.73137 14 10 14.2686 10 14.6V20.4C10 20.7314 9.73137 21 9.4 21H3.6C3.26863 21 3 20.7314 3 20.4Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M14 9.4V3.6C14 3.26863 14.2686 3 14.6 3H20.4C20.7314 3 21 3.26863 21 3.6V9.4C21 9.73137 20.7314 10 20.4 10H14.6C14.2686 10 14 9.73137 14 9.4Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M3 9.4V3.6C3 3.26863 3.26863 3 3.6 3H9.4C9.73137 3 10 3.26863 10 3.6V9.4C10 9.73137 9.73137 10 9.4 10H3.6C3.26863 10 3 9.73137 3 9.4Z\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"view structure down \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 20.4V14.6C3 14.2686 3.26863 14 3.6 14H20.4C20.7314 14 21 14.2686 21 14.6V20.4C21 20.7314 20.7314 21 20.4 21H3.6C3.26863 21 3 20.7314 3 20.4Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M14 9.4V3.6C14 3.26863 14.2686 3 14.6 3H20.4C20.7314 3 21 3.26863 21 3.6V9.4C21 9.73137 20.7314 10 20.4 10H14.6C14.2686 10 14 9.73137 14 9.4Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M3 9.4V3.6C3 3.26863 3.26863 3 3.6 3H9.4C9.73137 3 10 3.26863 10 3.6V9.4C10 9.73137 9.73137 10 9.4 10H3.6C3.26863 10 3 9.73137 3 9.4Z\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"view structure up \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 9.4V3.6C3 3.26863 3.26863 3 3.6 3H20.4C20.7314 3 21 3.26863 21 3.6V9.4C21 9.73137 20.7314 10 20.4 10H3.6C3.26863 10 3 9.73137 3 9.4Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M14 20.4V14.6C14 14.2686 14.2686 14 14.6 14H20.4C20.7314 14 21 14.2686 21 14.6V20.4C21 20.7314 20.7314 21 20.4 21H14.6C14.2686 21 14 20.7314 14 20.4Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M3 20.4V14.6C3 14.2686 3.26863 14 3.6 14H9.4C9.73137 14 10 14.2686 10 14.6V20.4C10 20.7314 9.73137 21 9.4 21H3.6C3.26863 21 3 20.7314 3 20.4Z\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"voice circled lock \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14 21.8C13.3538 21.9311 12.6849 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 12.254 21.9905 12.5057 21.9719 12.7549\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 6L12 18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 9L9 15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 11L18 13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 11L6 13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 7L15 17\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.1667 18.5H21.4C21.7314 18.5 22 18.7686 22 19.1V21.4C22 21.7314 21.7314 22 21.4 22H17.6C17.2686 22 17 21.7314 17 21.4V19.1C17 18.7686 17.2686 18.5 17.6 18.5H17.8333M21.1667 18.5V16.75C21.1667 16.1667 20.8333 15 19.5 15C18.1667 15 17.8333 16.1667 17.8333 16.75V18.5M21.1667 18.5H17.8333\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"voice circled \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 6L12 18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 9L9 15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 11L18 13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 11L6 13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 7L15 17\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"voice error \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 3L12 19\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 8L8 14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 9L20 13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 9L4 13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 6L16 14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.1213 21.364L18.2427 19.2427M18.2427 19.2427L20.364 17.1213M18.2427 19.2427L16.1213 17.1213M18.2427 19.2427L20.364 21.364\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"voice ok \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 3L12 19\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 8L8 14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 9L20 13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 9L4 13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 6L16 15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5 19.5L17.5 21.5L22.5 16.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"voice phone \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 17.01L8.01 16.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 5H3.6C3.26863 5 3 5.26863 3 5.6V20.4C3 20.7314 3.26863 21 3.6 21H12.4C12.7314 21 13 20.7314 13 20.4V16\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 3L16 13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 5L13 11\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 7L22 9\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 7L10 9\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 4L19 12\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"voice scan \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 6L12 18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 9L9 15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 11L18 13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 11L6 13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 7L15 17\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 3H3V6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 3H21V6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 21H3V18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 21H21V18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"voice squared \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 3.6V20.4C21 20.7314 20.7314 21 20.4 21H3.6C3.26863 21 3 20.7314 3 20.4V3.6C3 3.26863 3.26863 3 3.6 3H20.4C20.7314 3 21 3.26863 21 3.6Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 6L12 18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 9L9 15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 11L18 13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 11L6 13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 7L15 17\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"voice \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 4L12 20\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 9L8 15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 10L20 14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 10L4 14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 7L16 17\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"vr symbol \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 15V9C2 5.68629 4.68629 3 8 3H16C19.3137 3 22 5.68629 22 9V15C22 18.3137 19.3137 21 16 21H8C4.68629 21 2 18.3137 2 15Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M13 15.5V12.7M15.8571 12.7C16.5714 12.7 18 12.7 18 10.6C18 8.5 16.5714 8.5 15.8571 8.5L13 8.5V12.7M15.8571 12.7C14.7143 12.7 13.4762 12.7 13 12.7M15.8571 12.7L18 15.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 8.5L8 15.5L5 8.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"waist \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.4001 4C18.4001 4 16.8 7.75071 16.8 10.8571C16.8 11.8517 17.1409 12.684 17.6 13.5129C18.1285 14.4669 18.8137 15.4163 19.3166 16.6035C19.7158 17.5456 20.0001 18.6374 20.0001 20\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.6 4C5.6 4 7.2 7.75071 7.2 10.8571C7.2 11.8517 6.85919 12.684 6.40001 13.5129C5.87156 14.4669 5.18633 15.4163 4.68341 16.6035C4.2843 17.5456 4 18.6374 4 20\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.40002 13.5129H17.6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.68335 16.6035C4.68335 16.6035 10.4 17.7143 12 20C13.6 17.7143 19.3165 16.6035 19.3165 16.6035\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"walking \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.4409 9.12717L11.0322 14.7618L15.9626 21.1008\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.3278 18.2835L8.21484 21.1008\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.21484 13.3532C8.21484 9.40889 11.0323 9.12714 12.4409 9.12717L13.8494 9.12714C14.0842 10.301 15.1172 12.7897 17.3711 13.3531\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 7C14.1046 7 15 6.10457 15 5C15 3.89543 14.1046 3 13 3C11.8954 3 11 3.89543 11 5C11 6.10457 11.8954 7 13 7Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"wallet \"><svg  stroke-  viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 20H5C3.89543 20 3 19.1046 3 18V9C3 7.89543 3.89543 7 5 7H19C20.1046 7 21 7.89543 21 9V18C21 19.1046 20.1046 20 19 20Z\" stroke=\"currentColor\" />\n<path d=\"M16.5 14C16.2239 14 16 13.7761 16 13.5C16 13.2239 16.2239 13 16.5 13C16.7761 13 17 13.2239 17 13.5C17 13.7761 16.7761 14 16.5 14Z\" fill=\"currentColor\" stroke=\"currentColor\"  stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 7V5.60322C18 4.28916 16.7544 3.33217 15.4847 3.67075L4.48467 6.60409C3.60917 6.83756 3 7.63046 3 8.53656V9\" stroke=\"currentColor\" />\n</svg>\n</li><li title=\"warning circled outline \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 7L12 13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 17.01L12.01 16.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"warning square outline \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 7V13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 17.01L12.01 16.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 20.4V3.6C3 3.26863 3.26863 3 3.6 3H20.4C20.7314 3 21 3.26863 21 3.6V20.4C21 20.7314 20.7314 21 20.4 21H3.6C3.26863 21 3 20.7314 3 20.4Z\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"warning triangle outline \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.0429 21H3.95705C2.41902 21 1.45658 19.3364 2.22324 18.0031L10.2662 4.01533C11.0352 2.67792 12.9648 2.67791 13.7338 4.01532L21.7768 18.0031C22.5434 19.3364 21.581 21 20.0429 21Z\" stroke=\"currentColor\" stroke-linecap=\"round\"/>\n<path d=\"M12 9V13\" stroke=\"currentColor\" stroke-linecap=\"round\"/>\n<path d=\"M12 17.01L12.01 16.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"wash \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 5L20.0455 17.3135C19.8913 18.2849 19.0538 19 18.0702 19H5.92981C4.94628 19 4.10872 18.2849 3.95454 17.3135L2 5\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 11C19 11 16.5 8 16.5 8C16.5 8 14.3513 11 12 11C9.64873 11 7.5 8 7.5 8C7.5 8 5 11 3 11\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"washing machine \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.9999 3.99999L21 20C21 21.1046 20.1046 22 19 22H5C3.89543 22 3 21.1046 3 20V4C3 2.89543 3.89543 2 5 2H18.9999C20.1045 2 20.9999 2.89543 20.9999 3.99999Z\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 5.01L18.01 4.99889\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 19C15.3137 19 18 16.3137 18 13C18 9.68629 15.3137 7 12 7C8.68629 7 6 9.68629 6 13C6 16.3137 8.68629 19 12 19Z\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 16C10.3431 16 9 14.6569 9 13\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"web window close \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 17V7C3 5.89543 3.89543 5 5 5H19C20.1046 5 21 5.89543 21 7V17C21 18.1046 20.1046 19 19 19H5C3.89543 19 3 18.1046 3 17Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M10 14.2426L12.1213 12.1213M12.1213 12.1213L14.2426 10M12.1213 12.1213L10 10M12.1213 12.1213L14.2426 14.2426\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 8H7\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"web window energy consumption \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 17V7C3 5.89543 3.89543 5 5 5H19C20.1046 5 21 5.89543 21 7V17C21 18.1046 20.1046 19 19 19H5C3.89543 19 3 18.1046 3 17Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M11.6667 9L10 12H14L12.3333 15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 8H7\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"web window \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 17V7C3 5.89543 3.89543 5 5 5H19C20.1046 5 21 5.89543 21 7V17C21 18.1046 20.1046 19 19 19H5C3.89543 19 3 18.1046 3 17Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M6 8H7\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"weight alt \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.5 5H20.4C20.7314 5 21 5.26863 21 5.6V20.4C21 20.7314 20.7314 21 20.4 21H3.6C3.26863 21 3 20.7314 3 20.4V5.6C3 5.26863 3.26863 5 3.6 5H7.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.2785 6.3288L16.4836 5.09864C16.4944 5.03333 16.4944 4.96667 16.4836 4.90136L16.2785 3.6712C16.1178 2.70683 15.2834 2 14.3057 2H9.69425C8.71658 2 7.8822 2.70683 7.72147 3.6712L7.51644 4.90136C7.50556 4.96667 7.50556 5.03333 7.51644 5.09864L7.72147 6.3288C7.8822 7.29317 8.71658 8 9.69425 8H14.3057C15.2834 8 16.1178 7.29317 16.2785 6.3288Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 8L11 5.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 17L17 17\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"weight \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.5 5H20.4C20.7314 5 21 5.26863 21 5.6V20.4C21 20.7314 20.7314 21 20.4 21H3.6C3.26863 21 3 20.7314 3 20.4V5.6C3 5.26863 3.26863 5 3.6 5H7.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.2785 6.3288L16.4836 5.09864C16.4944 5.03333 16.4944 4.96667 16.4836 4.90136L16.2785 3.6712C16.1178 2.70683 15.2834 2 14.3057 2H9.69425C8.71658 2 7.8822 2.70683 7.72147 3.6712L7.51644 4.90136C7.50556 4.96667 7.50556 5.03333 7.51644 5.09864L7.72147 6.3288C7.8822 7.29317 8.71658 8 9.69425 8H14.3057C15.2834 8 16.1178 7.29317 16.2785 6.3288Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 8L11 5.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"white flag \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 15L5.95039 4.54568C5.97849 4.23663 6.23761 4 6.54793 4H20.343C20.6958 4 20.9725 4.30295 20.9405 4.65432L20.0496 14.4543C20.0215 14.7634 19.7624 15 19.4521 15H5ZM5 15L4.4 21\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"wifi issue \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2.12636 8.32361C1.92567 8.06248 1.97135 7.71868 2.21158 7.53482C5.2903 5.17827 8.55286 4 11.9993 4C15.4457 4 18.7082 5.17827 21.7869 7.53482C22.0388 7.74708 22.0676 8.09272 21.8722 8.32367L12.4174 19.4967C12.3978 19.5199 12.3763 19.5414 12.3531 19.561C12.1222 19.7564 11.7765 19.7276 11.5811 19.4967L2.12636 8.32361Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M12 8V10\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 14.01L12.01 13.9989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"wifi off \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 19.51L12.01 19.4989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 3L21 21\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 8C3.18476 7.11143 4.4475 6.39832 5.75742 5.86066M22 8C18.4276 5.32068 14.1461 4.23664 10 4.74787\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 12C6.3333 11 7.8888 10.3333 9.51838 10M19 12C17.7314 11.0486 16.2617 10.3989 14.7183 10.0509\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 15.5C10.7504 14.1 13.2498 14.0996 15.5001 15.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"wifi rounded \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 15V9C2 5.68629 4.68629 3 8 3H16C19.3137 3 22 5.68629 22 9V15C22 18.3137 19.3137 21 16 21H8C4.68629 21 2 18.3137 2 15Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M12 14.76L12.01 14.7489\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 11.2499C9.5 8.25001 14.5 8.25 17 11.25\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 13.25C10.5 11.25 13.5 11.25 15 13.25\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"wifi signal none \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2.12636 8.32361C1.92567 8.06248 1.97135 7.71868 2.21158 7.53482C5.2903 5.17827 8.55286 4 11.9993 4C15.4457 4 18.7082 5.17827 21.7869 7.53482C22.0388 7.74708 22.0676 8.09272 21.8722 8.32367L12.4174 19.4967C12.3978 19.5199 12.3763 19.5414 12.3531 19.561C12.1222 19.7564 11.7765 19.7276 11.5811 19.4967L2.12636 8.32361Z\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"wifi \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 19.51L12.01 19.4989\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 8C8 3.5 16 3.5 22 8\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 12C9 9 15 9 19 12\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 15.5C10.7504 14.1 13.2498 14.0996 15.5001 15.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"wind \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.2785 7C19.7816 7 21 8.11929 21 9.5C21 10.8807 19.7816 12 18.2785 12H3\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.9375 20C19.0766 20 20.5 19.5 20.5 17.5C20.5 15.5 19.0766 15 17.9375 15H3\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.4118 4C11.8412 4 13 5.11929 13 6.5C13 7.88071 11.8412 9 10.4118 9H3\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"windows \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4 16.9865V7.01353C4 6.71792 4.21531 6.46636 4.50737 6.42072L19.3074 4.10822C19.6713 4.05137 20 4.33273 20 4.70103V19.299C20 19.6673 19.6713 19.9486 19.3074 19.8918L4.50737 17.5793C4.21531 17.5336 4 17.2821 4 16.9865Z\" stroke=\"currentColor\" />\n<path d=\"M4 12H20\" stroke=\"currentColor\" />\n<path d=\"M10.5 5.5V18.5\" stroke=\"currentColor\" />\n</svg>\n</li><li title=\"wrap text \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4 7H20\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 17H9\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 12H17.5C18.8807 12 20 13.1193 20 14.5V14.5C20 15.8807 18.8807 17 17.5 17H12.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 15.5L12.5 17L15 18.5V15.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"wristwatch \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 16.4722V20C16 21.1045 15.1046 22 14 22H10C8.89543 22 8 21.1045 8 20V16.4722\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 7.52779V4C8 2.89543 8.89543 2 10 2H14C15.1046 2 16 2.89543 16 4V7.52779\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 12C18 8.68629 15.3137 6 12 6C8.68629 6 6 8.68629 6 12C6 15.3137 8.68629 18 12 18C15.3137 18 18 15.3137 18 12Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 12H12V10\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"www \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.33789 17C5.06694 19.989 8.29866 22 12.0001 22C15.7015 22 18.9332 19.989 20.6622 17\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.33789 7C5.06694 4.01099 8.29866 2 12.0001 2C15.7015 2 18.9332 4.01099 20.6622 7\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 21.9506C13 21.9506 14.4079 20.0966 15.2947 16.9999\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 2.04932C13 2.04932 14.4079 3.90328 15.2947 7\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 21.9506C11 21.9506 9.59215 20.0966 8.70532 16.9999\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 2.04932C11 2.04932 9.59215 3.90328 8.70532 7\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 10L10.5 15L12 10L13.5 15L15 10\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M1 10L2.5 15L4 10L5.5 15L7 10\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 10L18.5 15L20 10L21.5 15L23 10\" stroke=\"currentColor\"   stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"yen square \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 20.4V3.6C3 3.26863 3.26863 3 3.6 3H20.4C20.7314 3 21 3.26863 21 3.6V20.4C21 20.7314 20.7314 21 20.4 21H3.6C3.26863 21 3 20.7314 3 20.4Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M8 13H16\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 7L12 12.5M16 7L12 12.5M12 12.5V18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 15H16\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"yen \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 12H18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 4L12 12M18 4L12 12M12 12V20\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 16H18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"yoga \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.5714 15.0036L15.4286 16.8486C15.4286 16.8486 19.2857 17.6678 19.2857 19.6162C19.2857 21 17.5714 21 17.5714 21H13L10.75 19.75\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.42864 15.0036L8.5715 16.8486C8.5715 16.8486 4.71436 17.6678 4.71436 19.6162C4.71436 21 6.42864 21 6.42864 21H8.50007L10.7501 19.75L13.5001 18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 15.9261C3 15.9261 5.14286 15.4649 6.42857 15.0036C7.71429 8.54595 11.5714 9.00721 12 9.00721C12.4286 9.00721 16.2857 8.54595 17.5714 15.0036C18.8571 15.4649 21 15.9261 21 15.9261\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 7C13.1046 7 14 6.10457 14 5C14 3.89543 13.1046 3 12 3C10.8954 3 10 3.89543 10 5C10 6.10457 10.8954 7 12 7Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"youtube \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14 12L10.5 14V10L14 12Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 12.7075V11.2924C2 8.39705 2 6.94939 2.90549 6.01792C3.81099 5.08645 5.23656 5.04613 8.08769 4.96549C9.43873 4.92728 10.8188 4.8999 12 4.8999C13.1812 4.8999 14.5613 4.92728 15.9123 4.96549C18.7634 5.04613 20.189 5.08645 21.0945 6.01792C22 6.94939 22 8.39705 22 11.2924V12.7075C22 15.6028 22 17.0505 21.0945 17.9819C20.189 18.9134 18.7635 18.9537 15.9124 19.0344C14.5613 19.0726 13.1812 19.1 12 19.1C10.8188 19.1 9.43867 19.0726 8.0876 19.0344C5.23651 18.9537 3.81097 18.9134 2.90548 17.9819C2 17.0505 2 15.6028 2 12.7075Z\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"zoom in \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 11H11M13 11H11M11 11V9M11 11V13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 16L20 20\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 11C4 14.866 7.13401 18 11 18C12.9363 18 14.6891 17.2138 15.9563 15.9432C17.2192 14.6769 18 12.9296 18 11C18 7.13401 14.866 4 11 4C7.13401 4 4 7.13401 4 11Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"zoom out \"><svg   stroke- viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 11H11H13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 16L20 20\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 11C4 14.866 7.13401 18 11 18C12.9363 18 14.6891 17.2138 15.9563 15.9432C17.2192 14.6769 18 12.9296 18 11C18 7.13401 14.866 4 11 4C7.13401 4 4 7.13401 4 11Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li></ul>\n"
  },
  {
    "path": "resources/svg/icons/iconsax/index.html",
    "content": "<style>\nul.svg-list {\n\tlist-style:none;\n\tpadding:0;\n\tmargin:10px 0 0;\n}\nul.svg-list li {\n\tdisplay:inline-block;\n\tposition:relative;\n\twidth:32px;\n\theight:32px;\n\tpadding:3px;\n\tmargin-right:5px;\n\tmargin-bottom:5px;\n\tbox-shadow:0px 3px 6px 0px rgba(0, 0, 0, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.08);\n}\n\nul.svg-list li:hover {\n\tbox-shadow:none;//0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 0px rgba(0, 0, 0, 0.15);\n}\n\nul.svg-list li svg{\n\tmax-width:100%;\n\tmax-height:100%;\n\tfill: var(--bs-body-color);\n\tcolor: var(--bs-border-color);\n}\n\nul.svg-list li span {\n\t//display:none;\n}\n\nul.svg-list li.heading {\n\twidth:100%;\n\tbox-shadow:none;\n\ttext-transform: capitalize;\n\tfont-size: 12px;\n\tline-height: 32px;\t\n}\n\nul.svg-list li span {\n  visibility: hidden;\n  min-width: 120px;\n  background-color: black;\n  color: #fff;\n  text-align: center;\n  border-radius: 6px;\n  padding: 5px 0;\n  \n  /* Position the tooltip */\n  position: absolute;\n  z-index: 1;\n  left:0;\n  top: 105%;\n  font-size:12px;\n}\n\nul.svg-list li:hover  span {\n  visibility: visible;\n}\n\nul.svg-list li:hover  svg {\n\ttransform: scale(2);\n\tfill:blue;\n\tcolor:green;\n}\t\n</style>\n<ul class=\"svg-list\"><li class='heading'>bold</li><li title=\"24 support \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18 2H6C4.34 2 3 3.33 3 4.97V15.88C3 17.52 4.34 18.85 6 18.85H6.76C7.56 18.85 8.32 19.16 8.88 19.72L10.59 21.41C11.37 22.18 12.64 22.18 13.42 21.41L15.13 19.72C15.69 19.16 16.46 18.85 17.25 18.85H18C19.66 18.85 21 17.52 21 15.88V4.97C21 3.33 19.66 2 18 2ZM10.38 13.01C10.79 13.01 11.13 13.35 11.13 13.76C11.13 14.17 10.79 14.51 10.38 14.51H7.7C7.26 14.51 6.85 14.3 6.59 13.94C6.34 13.6 6.28 13.18 6.4 12.78C6.75 11.71 7.61 11.13 8.37 10.61C9.17 10.07 9.62 9.73 9.62 9.15C9.62 8.63 9.2 8.21 8.68 8.21C8.16 8.21 7.75 8.64 7.75 9.16C7.75 9.57 7.41 9.91 7 9.91C6.59 9.91 6.25 9.57 6.25 9.16C6.25 7.82 7.34 6.72 8.69 6.72C10.04 6.72 11.13 7.81 11.13 9.16C11.13 10.57 10.07 11.29 9.22 11.87C8.69 12.23 8.19 12.57 7.94 13.02H10.38V13.01ZM17 13.08H16.79V13.77C16.79 14.18 16.45 14.52 16.04 14.52C15.63 14.52 15.29 14.18 15.29 13.77V13.08H13.33C13.33 13.08 13.33 13.08 13.32 13.08C12.83 13.08 12.38 12.82 12.13 12.4C11.88 11.97 11.88 11.44 12.13 11.02C12.81 9.85 13.6 8.52 14.32 7.36C14.64 6.85 15.25 6.62 15.82 6.78C16.39 6.95 16.79 7.47 16.78 8.07V11.59H17C17.41 11.59 17.75 11.93 17.75 12.34C17.75 12.75 17.41 13.08 17 13.08Z\" fill=\"\"/>\n<path d=\"M15.2891 11.5806V8.64062C14.6991 9.60062 14.0891 10.6306 13.5391 11.5706H15.2891V11.5806Z\" fill=\"\"/>\n</svg>\n</li><li title=\"3d cube scan \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 9.75C21.59 9.75 21.25 9.41 21.25 9V7C21.25 4.42 19.58 2.75 17 2.75H7C4.42 2.75 2.75 4.42 2.75 7V9C2.75 9.41 2.41 9.75 2 9.75C1.59 9.75 1.25 9.41 1.25 9V7C1.25 3.56 3.56 1.25 7 1.25H17C20.44 1.25 22.75 3.56 22.75 7V9C22.75 9.41 22.41 9.75 22 9.75Z\" fill=\"\"/>\n<path d=\"M17 22.75H7C3.56 22.75 1.25 20.44 1.25 17V15C1.25 14.59 1.59 14.25 2 14.25C2.41 14.25 2.75 14.59 2.75 15V17C2.75 19.58 4.42 21.25 7 21.25H17C19.58 21.25 21.25 19.58 21.25 17V15C21.25 14.59 21.59 14.25 22 14.25C22.41 14.25 22.75 14.59 22.75 15V17C22.75 20.44 20.44 22.75 17 22.75Z\" fill=\"\"/>\n<path d=\"M16.4002 8.21094L12.6402 6.18094C12.2402 5.97094 11.7702 5.97094 11.3702 6.18094L7.60016 8.21094C7.33016 8.36094 7.16016 8.65094 7.16016 8.97094C7.16016 9.30094 7.33016 9.59094 7.60016 9.74094L11.3602 11.7709C11.5602 11.8809 11.7802 11.9309 12.0002 11.9309C12.2202 11.9309 12.4402 11.8809 12.6402 11.7709L16.4002 9.74094C16.6702 9.59094 16.8402 9.30094 16.8402 8.97094C16.8402 8.65094 16.6702 8.36094 16.4002 8.21094Z\" fill=\"\"/>\n<path d=\"M10.74 12.4685L7.24 10.7185C6.97 10.5885 6.66 10.5985 6.4 10.7585C6.15 10.9185 6 11.1885 6 11.4885V14.7985C6 15.3685 6.32 15.8885 6.83 16.1385L10.33 17.8885C10.45 17.9485 10.58 17.9785 10.72 17.9785C10.88 17.9785 11.03 17.9385 11.17 17.8485C11.43 17.6885 11.58 17.4185 11.58 17.1185V13.8085C11.57 13.2385 11.26 12.7285 10.74 12.4685Z\" fill=\"\"/>\n<path d=\"M17.5919 10.7585C17.3319 10.5985 17.0219 10.5885 16.7519 10.7185L13.2519 12.4685C12.7419 12.7285 12.4219 13.2385 12.4219 13.8085V17.1185C12.4219 17.4185 12.5719 17.6885 12.8319 17.8485C12.9719 17.9385 13.1219 17.9785 13.2819 17.9785C13.4119 17.9785 13.5419 17.9485 13.6719 17.8885L17.1719 16.1385C17.6819 15.8785 18.0019 15.3685 18.0019 14.7985V11.4885C18.0019 11.1885 17.8519 10.9185 17.5919 10.7585Z\" fill=\"\"/>\n</svg>\n</li><li title=\"3d rotate \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.0002 22.7483C14.7302 22.7483 14.4802 22.5983 14.3502 22.3683C14.2202 22.1283 14.2202 21.8483 14.3602 21.6083L15.4102 19.8583C15.6202 19.5083 16.0802 19.3883 16.4402 19.5983C16.8002 19.8083 16.9102 20.2683 16.7002 20.6283L16.4302 21.0783C19.1902 20.4283 21.2602 17.9483 21.2602 14.9883C21.2602 14.5783 21.6002 14.2383 22.0102 14.2383C22.4202 14.2383 22.7602 14.5783 22.7602 14.9883C22.7502 19.2683 19.2702 22.7483 15.0002 22.7483Z\" fill=\"\"/>\n<path d=\"M2 9.75C1.59 9.75 1.25 9.41 1.25 9C1.25 4.73 4.73 1.25 9 1.25C9.27 1.25 9.52 1.4 9.65 1.63C9.78 1.87 9.78 2.15 9.64 2.39L8.59 4.14C8.38 4.49 7.92 4.61 7.56 4.39C7.21 4.18 7.09 3.72 7.31 3.36L7.58 2.91C4.81 3.56 2.75 6.04 2.75 9C2.75 9.41 2.41 9.75 2 9.75Z\" fill=\"\"/>\n<path d=\"M16.4002 8.21094L12.6402 6.18094C12.2402 5.97094 11.7702 5.97094 11.3702 6.18094L7.60016 8.21094C7.33016 8.36094 7.16016 8.65094 7.16016 8.97094C7.16016 9.30094 7.33016 9.59094 7.60016 9.74094L11.3602 11.7709C11.5602 11.8809 11.7802 11.9309 12.0002 11.9309C12.2202 11.9309 12.4402 11.8809 12.6402 11.7709L16.4002 9.74094C16.6702 9.59094 16.8402 9.30094 16.8402 8.97094C16.8402 8.65094 16.6702 8.36094 16.4002 8.21094Z\" fill=\"\"/>\n<path d=\"M10.74 12.4685L7.24 10.7185C6.97 10.5885 6.66 10.5985 6.4 10.7585C6.15 10.9185 6 11.1885 6 11.4885V14.7985C6 15.3685 6.32 15.8885 6.83 16.1385L10.33 17.8885C10.45 17.9485 10.58 17.9785 10.72 17.9785C10.88 17.9785 11.03 17.9385 11.17 17.8485C11.43 17.6885 11.58 17.4185 11.58 17.1185V13.8085C11.57 13.2385 11.26 12.7285 10.74 12.4685Z\" fill=\"\"/>\n<path d=\"M17.5919 10.7585C17.3319 10.5985 17.0219 10.5885 16.7519 10.7185L13.2519 12.4685C12.7419 12.7285 12.4219 13.2385 12.4219 13.8085V17.1185C12.4219 17.4185 12.5719 17.6885 12.8319 17.8485C12.9719 17.9385 13.1219 17.9785 13.2819 17.9785C13.4119 17.9785 13.5419 17.9485 13.6719 17.8885L17.1719 16.1385C17.6819 15.8785 18.0019 15.3685 18.0019 14.7985V11.4885C18.0019 11.1885 17.8519 10.9185 17.5919 10.7585Z\" fill=\"\"/>\n</svg>\n</li><li title=\"3d square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2.32812H7.81C4.17 2.32812 2 4.50812 2 8.14812V16.5181C2 20.1581 4.17 22.3281 7.81 22.3281H16.18C19.82 22.3281 21.99 20.1581 21.99 16.5181V8.14812C22 4.50812 19.83 2.32812 16.19 2.32812ZM11.57 17.1181C11.57 17.4181 11.42 17.6881 11.16 17.8481C11.02 17.9381 10.87 17.9781 10.71 17.9781C10.58 17.9781 10.45 17.9481 10.32 17.8881L6.82 16.1381C6.32 15.8781 6 15.3681 6 14.7981V11.4881C6 11.1881 6.15 10.9181 6.41 10.7581C6.67 10.5981 6.98 10.5881 7.25 10.7181L10.75 12.4681C11.26 12.7281 11.58 13.2381 11.58 13.8081V17.1181H11.57ZM11.36 11.7681L7.6 9.73812C7.33 9.58812 7.16 9.29813 7.16 8.96813C7.16 8.64813 7.33 8.34812 7.6 8.19812L11.36 6.16813C11.76 5.95813 12.23 5.95813 12.63 6.16813L16.39 8.19812C16.66 8.34812 16.83 8.63813 16.83 8.96813C16.83 9.29813 16.66 9.58812 16.39 9.73812L12.63 11.7681C12.43 11.8781 12.21 11.9281 11.99 11.9281C11.77 11.9281 11.56 11.8781 11.36 11.7681ZM18 14.7981C18 15.3681 17.68 15.8881 17.17 16.1381L13.67 17.8881C13.55 17.9481 13.42 17.9781 13.28 17.9781C13.12 17.9781 12.97 17.9381 12.83 17.8481C12.57 17.6881 12.42 17.4181 12.42 17.1181V13.8081C12.42 13.2381 12.74 12.7181 13.25 12.4681L16.75 10.7181C17.02 10.5881 17.33 10.5981 17.59 10.7581C17.85 10.9181 18 11.1881 18 11.4881V14.7981Z\" fill=\"\"/>\n</svg>\n</li><li title=\"3dcube \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.3297 5.68125L13.0597 2.30125C12.3997 1.94125 11.5997 1.94125 10.9397 2.30125L4.66969 5.68125C4.20969 5.93125 3.92969 6.41125 3.92969 6.96125C3.92969 7.50125 4.20969 7.99125 4.66969 8.24125L10.9397 11.6213C11.2697 11.8013 11.6397 11.8913 11.9997 11.8913C12.3597 11.8913 12.7297 11.8013 13.0597 11.6213L19.3297 8.24125C19.7897 7.99125 20.0697 7.51125 20.0697 6.96125C20.0697 6.41125 19.7897 5.93125 19.3297 5.68125Z\" fill=\"\"/>\n<path d=\"M9.91 12.79L4.07 9.87C3.62 9.65 3.1 9.67 2.68 9.93C2.25 10.2 2 10.65 2 11.15V16.66C2 17.61 2.53 18.47 3.38 18.9L9.21 21.82C9.41 21.92 9.63 21.97 9.85 21.97C10.11 21.97 10.37 21.9 10.6 21.76C11.03 21.5 11.28 21.04 11.28 20.54V15.03C11.29 14.07 10.76 13.21 9.91 12.79Z\" fill=\"\"/>\n<path d=\"M21.3207 9.93014C20.8907 9.67014 20.3707 9.64014 19.9307 9.87014L14.1007 12.7901C13.2507 13.2201 12.7207 14.0701 12.7207 15.0301V20.5401C12.7207 21.0401 12.9707 21.5001 13.4007 21.7601C13.6307 21.9001 13.8907 21.9701 14.1507 21.9701C14.3707 21.9701 14.5907 21.9201 14.7907 21.8201L20.6207 18.9001C21.4707 18.4701 22.0007 17.6201 22.0007 16.6601V11.1501C22.0007 10.6501 21.7507 10.2001 21.3207 9.93014Z\" fill=\"\"/>\n</svg>\n</li><li title=\"3square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 18.5V19.38C12 21.25 11.25 22 9.37 22H4.62C3.17 22 2 20.83 2 19.38V14.63C2 12.75 2.75 12 4.62 12H5.5V15.5C5.5 17.16 6.84 18.5 8.5 18.5H12Z\" fill=\"\"/>\n<path d=\"M17 13.5V14.37C17 15.82 15.82 17 14.37 17H9.62C7.75 17 7 16.25 7 14.37V9.62C7 8.17 8.17 7 9.62 7H10.5V10.5C10.5 12.16 11.84 13.5 13.5 13.5H17Z\" fill=\"\"/>\n<path d=\"M22 4.62V9.37C22 11.25 21.25 12 19.37 12H14.62C12.75 12 12 11.25 12 9.37V4.62C12 2.75 12.75 2 14.62 2H19.37C21.25 2 22 2.75 22 4.62Z\" fill=\"\"/>\n</svg>\n</li><li title=\"activity \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM17.26 9.96L14.95 12.94C14.66 13.31 14.25 13.55 13.78 13.6C13.31 13.66 12.85 13.53 12.48 13.24L10.65 11.8C10.58 11.74 10.5 11.74 10.46 11.75C10.42 11.75 10.35 11.77 10.29 11.85L7.91 14.94C7.76 15.13 7.54 15.23 7.32 15.23C7.16 15.23 7 15.18 6.86 15.07C6.53 14.82 6.47 14.35 6.72 14.02L9.1 10.93C9.39 10.56 9.8 10.32 10.27 10.26C10.73 10.2 11.2 10.33 11.57 10.62L13.4 12.06C13.47 12.12 13.54 12.12 13.59 12.11C13.63 12.11 13.7 12.09 13.76 12.01L16.07 9.03C16.32 8.7 16.8 8.64 17.12 8.9C17.45 9.17 17.51 9.64 17.26 9.96Z\" fill=\"\"/>\n</svg>\n</li><li title=\"add circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 2C6.49 2 2 6.49 2 12C2 17.51 6.49 22 12 22C17.51 22 22 17.51 22 12C22 6.49 17.51 2 12 2ZM16 12.75H12.75V16C12.75 16.41 12.41 16.75 12 16.75C11.59 16.75 11.25 16.41 11.25 16V12.75H8C7.59 12.75 7.25 12.41 7.25 12C7.25 11.59 7.59 11.25 8 11.25H11.25V8C11.25 7.59 11.59 7.25 12 7.25C12.41 7.25 12.75 7.59 12.75 8V11.25H16C16.41 11.25 16.75 11.59 16.75 12C16.75 12.41 16.41 12.75 16 12.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"add square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM16 12.75H12.75V16C12.75 16.41 12.41 16.75 12 16.75C11.59 16.75 11.25 16.41 11.25 16V12.75H8C7.59 12.75 7.25 12.41 7.25 12C7.25 11.59 7.59 11.25 8 11.25H11.25V8C11.25 7.59 11.59 7.25 12 7.25C12.41 7.25 12.75 7.59 12.75 8V11.25H16C16.41 11.25 16.75 11.59 16.75 12C16.75 12.41 16.41 12.75 16 12.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM18 12.75H12.75V18C12.75 18.41 12.41 18.75 12 18.75C11.59 18.75 11.25 18.41 11.25 18V12.75H6C5.59 12.75 5.25 12.41 5.25 12C5.25 11.59 5.59 11.25 6 11.25H11.25V6C11.25 5.59 11.59 5.25 12 5.25C12.41 5.25 12.75 5.59 12.75 6V11.25H18C18.41 11.25 18.75 11.59 18.75 12C18.75 12.41 18.41 12.75 18 12.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"additem \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.43 5.43V6.77C10.81 6.98 9.32 8.66 9.32 11.43V16H5.43C3.14 16 2 14.86 2 12.57V5.43C2 3.14 3.14 2 5.43 2H10C12.29 2 13.43 3.14 13.43 5.43Z\" fill=\"\"/>\n<path d=\"M18.5703 8H14.0003C11.7103 8 10.5703 9.14 10.5703 11.43V18.57C10.5703 20.86 11.7103 22 14.0003 22H18.5703C20.8603 22 22.0003 20.86 22.0003 18.57V11.43C22.0003 9.14 20.8603 8 18.5703 8ZM18.1303 15.75H17.2503V16.63C17.2503 17.04 16.9103 17.38 16.5003 17.38C16.0903 17.38 15.7503 17.04 15.7503 16.63V15.75H14.8703C14.4603 15.75 14.1203 15.41 14.1203 15C14.1203 14.59 14.4603 14.25 14.8703 14.25H15.7503V13.37C15.7503 12.96 16.0903 12.62 16.5003 12.62C16.9103 12.62 17.2503 12.96 17.2503 13.37V14.25H18.1303C18.5403 14.25 18.8803 14.59 18.8803 15C18.8803 15.41 18.5403 15.75 18.1303 15.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"airdrop \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.1297 11.3386C14.5197 9.69856 13.0897 8.26856 11.4497 8.65856C10.6797 8.84856 10.0497 9.47856 9.85974 10.2486C9.46974 11.8886 10.8997 13.3186 12.5397 12.9286C13.3197 12.7386 13.9497 12.1086 14.1297 11.3386Z\" fill=\"\"/>\n<path d=\"M6.02094 17.97C5.84094 17.97 5.65094 17.9 5.51094 17.77C3.57094 15.97 2.46094 13.43 2.46094 10.79C2.46094 5.53 6.74094 1.25 12.0009 1.25C17.2609 1.25 21.5409 5.53 21.5409 10.79C21.5409 13.45 20.4709 15.91 18.5309 17.74C18.2309 18.02 17.7509 18.01 17.4709 17.71C17.1909 17.41 17.2009 16.93 17.5009 16.65C19.1409 15.11 20.0409 13.04 20.0409 10.8C20.0409 6.37 16.4309 2.76 12.0009 2.76C7.57094 2.76 3.96094 6.37 3.96094 10.8C3.96094 13.06 4.87094 15.14 6.53094 16.68C6.83094 16.96 6.85094 17.44 6.57094 17.74C6.42094 17.89 6.22094 17.97 6.02094 17.97Z\" fill=\"\"/>\n<path d=\"M15.9995 15.2986C15.8195 15.2986 15.6295 15.2286 15.4895 15.0986C15.1895 14.8186 15.1695 14.3386 15.4595 14.0386C16.2895 13.1586 16.7495 11.9986 16.7495 10.7986C16.7495 8.17859 14.6195 6.05859 12.0095 6.05859C9.39953 6.05859 7.26953 8.18859 7.26953 10.7986C7.26953 12.0086 7.72953 13.1586 8.55953 14.0386C8.83953 14.3386 8.82953 14.8186 8.52953 15.0986C8.22953 15.3886 7.74953 15.3686 7.46953 15.0686C6.37953 13.9086 5.76953 12.3886 5.76953 10.7986C5.76953 7.35859 8.56953 4.55859 12.0095 4.55859C15.4495 4.55859 18.2495 7.35859 18.2495 10.7986C18.2495 12.3886 17.6495 13.9086 16.5495 15.0686C16.3995 15.2186 16.1995 15.2986 15.9995 15.2986Z\" fill=\"\"/>\n<path d=\"M10.3009 16.66L8.86086 18.45C7.72086 19.88 8.74086 22 10.5609 22H13.4309C15.2609 22 16.2809 19.88 15.1309 18.46L13.6909 16.67C12.8309 15.57 11.1709 15.57 10.3009 16.66Z\" fill=\"\"/>\n</svg>\n</li><li title=\"airplane square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM18.51 13.19C18.51 13.79 18.05 14.09 17.5 13.85L14.15 12.41C13.76 12.25 13.45 12.45 13.45 12.87V14.72C13.45 14.88 13.54 15.11 13.66 15.23L15.3 16.88C15.47 17.05 15.55 17.39 15.47 17.62L15.15 18.58C15.01 19 14.53 19.2 14.14 19L12.47 17.58C12.21 17.37 11.79 17.37 11.54 17.58L9.86 19C9.46 19.2 8.99 19 8.85 18.57L8.53 17.61C8.45 17.38 8.53 17.04 8.7 16.87L10.37 15.23C10.48 15.12 10.58 14.89 10.58 14.72V12.87C10.58 12.45 10.26 12.24 9.88 12.41L6.53 13.85C5.97 14.09 5.52 13.79 5.52 13.19V12.26C5.52 11.78 5.89 11.22 6.33 11.03L10.27 9.33C10.43 9.26 10.57 9.05 10.57 8.87V6.8C10.57 6.12 11.06 5.31 11.67 5.01C11.89 4.9 12.14 4.9 12.36 5.01C12.96 5.32 13.46 6.12 13.46 6.8V8.87C13.46 9.05 13.59 9.26 13.76 9.33L17.7 11.03C18.15 11.22 18.51 11.78 18.51 12.26V13.19Z\" fill=\"\"/>\n</svg>\n</li><li title=\"airplane \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.0486 10.6286L15.3786 8.61859L14.3386 8.17859C14.1786 8.09859 14.0386 7.88859 14.0386 7.70859V4.64859C14.0386 3.68859 13.3286 2.54859 12.4686 2.10859C12.1686 1.95859 11.8086 1.95859 11.5086 2.10859C10.6586 2.54859 9.94859 3.69859 9.94859 4.65859V7.71859C9.94859 7.89859 9.80859 8.10859 9.64859 8.18859L3.94859 10.6386C3.31859 10.8986 2.80859 11.6886 2.80859 12.3686V13.6886C2.80859 14.5386 3.44859 14.9586 4.23859 14.6186L9.24859 12.4586C9.63859 12.2886 9.95859 12.4986 9.95859 12.9286V14.0386V15.8386C9.95859 16.0686 9.82859 16.3986 9.66859 16.5586L7.34859 18.8886C7.10859 19.1286 6.99859 19.5986 7.10859 19.9386L7.55859 21.2986C7.73859 21.8886 8.40859 22.1686 8.95859 21.8886L11.3386 19.8886C11.6986 19.5786 12.2886 19.5786 12.6486 19.8886L15.0286 21.8886C15.5786 22.1586 16.2486 21.8886 16.4486 21.2986L16.8986 19.9386C17.0086 19.6086 16.8986 19.1286 16.6586 18.8886L14.3386 16.5586C14.1686 16.3986 14.0386 16.0686 14.0386 15.8386V12.9286C14.0386 12.4986 14.3486 12.2986 14.7486 12.4586L19.7586 14.6186C20.5486 14.9586 21.1886 14.5386 21.1886 13.6886V12.3686C21.1886 11.6886 20.6786 10.8986 20.0486 10.6286Z\" fill=\"\"/>\n</svg>\n</li><li title=\"airpod \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.08 11.3419H8.92C8.28 11.3419 7.65 11.0819 7.2 10.6219C7.06 10.4819 6.94 10.3319 6.84 10.1619C6.66 9.86187 6.34 9.67188 5.99 9.67188H3.5C2.95 9.67188 2.5 10.1219 2.5 10.6719V17.5019C2.5 19.9919 4.51 22.0019 7 22.0019H17C19.49 22.0019 21.5 19.9919 21.5 17.5019V10.6719C21.5 10.1219 21.05 9.67188 20.5 9.67188H18C17.64 9.67188 17.32 9.87188 17.14 10.1819C16.72 10.8719 15.95 11.3419 15.08 11.3419Z\" fill=\"\"/>\n<path d=\"M17 2H7C4.51 2 2.5 4.01 2.5 6.5V7.17C2.5 7.72 2.95 8.17 3.5 8.17H6C6.36 8.17 6.68 7.97 6.86 7.66C7.28 6.97 8.05 6.5 8.92 6.5H14.91C15.52 6.5 16.4 6.82 16.82 7.25C16.95 7.38 17.05 7.52 17.15 7.67C17.33 7.97 17.65 8.17 18.01 8.17H20.51C21.06 8.17 21.51 7.72 21.51 7.17V6.5C21.5 4.01 19.49 2 17 2Z\" fill=\"\"/>\n</svg>\n</li><li title=\"airpods \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.67 2H5.78C4.74 2 3.8 2.42 3.11 3.11C2.42 3.8 2 4.74 2 5.78C2 7.86 3.7 9.56 5.78 9.56H6.72V17.11C6.72 17.84 7.14 18.47 7.75 18.78C8 18.92 8.3 19 8.61 19C8.83 19 9.05 18.96 9.25 18.88C9.98 18.62 10.5 17.93 10.5 17.11V4.83C10.5 3.28 9.22 2 7.67 2ZM5.78 5.97C6.19 5.97 6.53 6.31 6.53 6.72C6.53 7.13 6.19 7.47 5.78 7.47C4.85 7.47 4.09 6.71 4.09 5.77C4.09 4.83 4.85 4.08 5.78 4.08C6.19 4.08 6.53 4.42 6.53 4.83C6.53 5.24 6.19 5.58 5.78 5.58C5.67 5.58 5.59 5.67 5.59 5.77C5.59 5.87 5.67 5.97 5.78 5.97Z\" fill=\"\"/>\n<path d=\"M20.89 3.11C20.2 2.42 19.26 2 18.22 2H16.33C14.77 2 13.5 3.28 13.5 4.83V17.11C13.5 17.93 14.02 18.62 14.75 18.88C14.95 18.96 15.17 19 15.39 19C15.7 19 16 18.92 16.25 18.78C16.86 18.47 17.28 17.84 17.28 17.11V9.56H18.22C20.3 9.56 22 7.86 22 5.78C22 4.74 21.58 3.8 20.89 3.11ZM18.22 7.47C17.81 7.47 17.47 7.13 17.47 6.72C17.47 6.31 17.81 5.97 18.22 5.97C18.33 5.97 18.41 5.88 18.41 5.77C18.41 5.66 18.32 5.58 18.22 5.58C17.81 5.58 17.47 5.24 17.47 4.83C17.47 4.42 17.81 4.08 18.22 4.08C19.15 4.08 19.91 4.84 19.91 5.77C19.91 6.7 19.16 7.47 18.22 7.47Z\" fill=\"\"/>\n<path d=\"M9.25 18.8812V22.0012C9.25 22.4112 8.91 22.7512 8.5 22.7512C8.09 22.7512 7.75 22.4112 7.75 22.0012V18.7812C8 18.9213 8.3 19.0012 8.61 19.0012C8.83 19.0012 9.05 18.9612 9.25 18.8812Z\" fill=\"\"/>\n<path d=\"M16.25 18.7812V22.0012C16.25 22.4112 15.91 22.7512 15.5 22.7512C15.09 22.7512 14.75 22.4112 14.75 22.0012V18.8812C14.95 18.9612 15.17 19.0012 15.39 19.0012C15.7 19.0012 16 18.9213 16.25 18.7812Z\" fill=\"\"/>\n</svg>\n</li><li title=\"alarm \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 21.25H21V15C21 10.03 16.97 6 12 6C7.03 6 3 10.03 3 15V21.25H2C1.59 21.25 1.25 21.59 1.25 22C1.25 22.41 1.59 22.75 2 22.75H22C22.41 22.75 22.75 22.41 22.75 22C22.75 21.59 22.41 21.25 22 21.25Z\" fill=\"\"/>\n<path d=\"M12 3.75C11.59 3.75 11.25 3.41 11.25 3V2C11.25 1.59 11.59 1.25 12 1.25C12.41 1.25 12.75 1.59 12.75 2V3C12.75 3.41 12.41 3.75 12 3.75Z\" fill=\"\"/>\n<path d=\"M5.00141 5.75141C4.81141 5.75141 4.62141 5.68141 4.47141 5.53141L3.47141 4.53141C3.18141 4.24141 3.18141 3.76141 3.47141 3.47141C3.76141 3.18141 4.24141 3.18141 4.53141 3.47141L5.53141 4.47141C5.82141 4.76141 5.82141 5.24141 5.53141 5.53141C5.38141 5.68141 5.19141 5.75141 5.00141 5.75141Z\" fill=\"\"/>\n<path d=\"M19.0014 5.75141C18.8114 5.75141 18.6214 5.68141 18.4714 5.53141C18.1814 5.24141 18.1814 4.76141 18.4714 4.47141L19.4714 3.47141C19.7614 3.18141 20.2414 3.18141 20.5314 3.47141C20.8214 3.76141 20.8214 4.24141 20.5314 4.53141L19.5314 5.53141C19.3814 5.68141 19.1914 5.75141 19.0014 5.75141Z\" fill=\"\"/>\n</svg>\n</li><li title=\"align bottom \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.98 19.3789H17.02C18.61 19.3789 19.25 18.7789 19.25 17.2589V5.37891H13.75V17.2589C13.76 18.7789 14.4 19.3789 15.98 19.3789Z\" fill=\"\"/>\n<path d=\"M7.48 14.3789H8.52C10.11 14.3789 10.75 13.7689 10.75 12.2589V5.37891H5.25V12.2589C5.26 13.7689 5.9 14.3789 7.48 14.3789Z\" fill=\"\"/>\n<path d=\"M21.25 6.11891H2.75C2.34 6.11891 2 5.78891 2 5.37891C2 4.96891 2.34 4.62891 2.75 4.62891H21.25C21.66 4.62891 22 4.96891 22 5.37891C22 5.78891 21.66 6.11891 21.25 6.11891Z\" fill=\"\"/>\n</svg>\n</li><li title=\"align horizontally \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.75 17.4V6.6C4.75 5.1 5.39 4.5 6.98 4.5H8.02C9.61 4.5 10.25 5.1 10.25 6.6V17.4C10.25 18.9 9.61 19.5 8.02 19.5H6.98C5.39 19.5 4.75 18.9 4.75 17.4Z\" fill=\"\"/>\n<path d=\"M4.75 12.75H2.75C2.34 12.75 2 12.41 2 12C2 11.59 2.34 11.25 2.75 11.25H4.75V12.75Z\" fill=\"\"/>\n<path d=\"M13.25 11.25H10.25V12.75H13.25V11.25Z\" fill=\"\"/>\n<path d=\"M21.25 12.75H18.75V11.25H21.25C21.66 11.25 22 11.59 22 12C22 12.41 21.66 12.75 21.25 12.75Z\" fill=\"\"/>\n<path d=\"M13.25 15.4V8.6C13.25 7.1 13.89 6.5 15.48 6.5H16.52C18.11 6.5 18.75 7.1 18.75 8.6V15.4C18.75 16.9 18.11 17.5 16.52 17.5H15.48C13.89 17.5 13.25 16.9 13.25 15.4Z\" fill=\"\"/>\n</svg>\n</li><li title=\"align left \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.3809 15.98V17.02C19.3809 18.61 18.7809 19.25 17.2609 19.25H5.38086V13.75H17.2609C18.7809 13.75 19.3809 14.39 19.3809 15.98Z\" fill=\"\"/>\n<path d=\"M14.3809 7.48V8.52C14.3809 10.11 13.7709 10.75 12.2609 10.75H5.38086V5.25H12.2609C13.7709 5.25 14.3809 5.89 14.3809 7.48Z\" fill=\"\"/>\n<path d=\"M5.37912 22C4.96912 22 4.62912 21.66 4.62912 21.25V2.75C4.61912 2.33 4.95912 2 5.37912 2C5.79912 2 6.12912 2.34 6.12912 2.75V21.25C6.11912 21.66 5.78912 22 5.37912 22Z\" fill=\"\"/>\n</svg>\n</li><li title=\"align right \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.61914 15.98V17.02C4.61914 18.61 5.21914 19.25 6.73914 19.25H18.6191V13.75H6.73914C5.21914 13.75 4.61914 14.39 4.61914 15.98Z\" fill=\"\"/>\n<path d=\"M9.61914 7.48V8.52C9.61914 10.11 10.2291 10.75 11.7391 10.75H18.6191V5.25H11.7391C10.2291 5.25 9.61914 5.89 9.61914 7.48Z\" fill=\"\"/>\n<path d=\"M18.6191 22C18.2091 22 17.8691 21.66 17.8691 21.25V2.75C17.8691 2.34 18.2091 2 18.6191 2C19.0291 2 19.3691 2.34 19.3691 2.75V21.25C19.3791 21.66 19.0391 22 18.6191 22Z\" fill=\"\"/>\n</svg>\n</li><li title=\"align vertically \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.4 19.25H6.6C5.1 19.25 4.5 18.61 4.5 17.02V15.98C4.5 14.39 5.1 13.75 6.6 13.75H17.4C18.9 13.75 19.5 14.39 19.5 15.98V17.02C19.5 18.61 18.9 19.25 17.4 19.25Z\" fill=\"\"/>\n<path d=\"M12.75 19.25V21.25C12.75 21.66 12.41 22 12 22C11.59 22 11.25 21.66 11.25 21.25V19.25H12.75Z\" fill=\"\"/>\n<path d=\"M12.75 10.75H11.25V13.75H12.75V10.75Z\" fill=\"\"/>\n<path d=\"M12.75 2.75V5.25H11.25V2.75C11.25 2.34 11.59 2 12 2C12.41 2 12.75 2.34 12.75 2.75Z\" fill=\"\"/>\n<path d=\"M15.4 10.75H8.6C7.1 10.75 6.5 10.11 6.5 8.52V7.48C6.5 5.89 7.1 5.25 8.6 5.25H15.4C16.9 5.25 17.5 5.89 17.5 7.48V8.52C17.5 10.11 16.9 10.75 15.4 10.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"aquarius \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.75 9C19.75 4.73 16.27 1.25 12 1.25C7.73 1.25 4.25 4.73 4.25 9C4.25 9.41 4.59 9.75 5 9.75C5.41 9.75 5.75 9.41 5.75 9C5.75 5.55 8.55 2.75 12 2.75C15.45 2.75 18.25 5.55 18.25 9C18.25 12.45 15.45 15.25 12 15.25C11.59 15.25 11.25 15.59 11.25 16V22C11.25 22.41 11.59 22.75 12 22.75C12.41 22.75 12.75 22.41 12.75 22V16.71C16.67 16.33 19.75 13.02 19.75 9Z\" fill=\"\"/>\n<path d=\"M15 19.75H9C8.59 19.75 8.25 19.41 8.25 19C8.25 18.59 8.59 18.25 9 18.25H15C15.41 18.25 15.75 18.59 15.75 19C15.75 19.41 15.41 19.75 15 19.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"archive 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.8203 2H7.18031C5.05031 2 3.32031 3.74 3.32031 5.86V19.95C3.32031 21.75 4.61031 22.51 6.19031 21.64L11.0703 18.93C11.5903 18.64 12.4303 18.64 12.9403 18.93L17.8203 21.64C19.4003 22.52 20.6903 21.76 20.6903 19.95V5.86C20.6803 3.74 18.9503 2 16.8203 2ZM15.0103 9.75C14.0403 10.1 13.0203 10.28 12.0003 10.28C10.9803 10.28 9.96031 10.1 8.99031 9.75C8.60031 9.61 8.40031 9.18 8.54031 8.79C8.69031 8.4 9.12031 8.2 9.51031 8.34C11.1203 8.92 12.8903 8.92 14.5003 8.34C14.8903 8.2 15.3203 8.4 15.4603 8.79C15.6003 9.18 15.4003 9.61 15.0103 9.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"archive 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 5V7C22 8.83 21.17 9.82 19.5 9.97C19.34 9.99 19.17 10 19 10H5C4.83 10 4.66 9.99 4.5 9.97C2.83 9.82 2 8.83 2 7V5C2 3 3 2 5 2H19C21 2 22 3 22 5Z\" fill=\"\"/>\n<path d=\"M5.5 11.25C4.95 11.25 4.5 11.7 4.5 12.25V19C4.5 21 5 22 7.5 22H16.5C19 22 19.5 21 19.5 19V12.25C19.5 11.7 19.05 11.25 18.5 11.25H5.5ZM13.82 15.75H10.18C9.77 15.75 9.43 15.41 9.43 15C9.43 14.59 9.77 14.25 10.18 14.25H13.82C14.23 14.25 14.57 14.59 14.57 15C14.57 15.41 14.23 15.75 13.82 15.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"archive add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.8203 2H7.18031C5.05031 2 3.32031 3.74 3.32031 5.86V19.95C3.32031 21.75 4.61031 22.51 6.19031 21.64L11.0703 18.93C11.5903 18.64 12.4303 18.64 12.9403 18.93L17.8203 21.64C19.4003 22.52 20.6903 21.76 20.6903 19.95V5.86C20.6803 3.74 18.9503 2 16.8203 2ZM14.5003 11.4H12.7503V13.21C12.7503 13.62 12.4103 13.96 12.0003 13.96C11.5903 13.96 11.2503 13.62 11.2503 13.21V11.4H9.50031C9.09031 11.4 8.75031 11.06 8.75031 10.65C8.75031 10.24 9.09031 9.9 9.50031 9.9H11.2503V8.21C11.2503 7.8 11.5903 7.46 12.0003 7.46C12.4103 7.46 12.7503 7.8 12.7503 8.21V9.9H14.5003C14.9103 9.9 15.2503 10.24 15.2503 10.65C15.2503 11.06 14.9103 11.4 14.5003 11.4Z\" fill=\"\"/>\n</svg>\n</li><li title=\"archive book \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.9303 2.5V8.4C14.9303 8.84 14.4103 9.06 14.0903 8.77L12.3403 7.16C12.1503 6.98 11.8503 6.98 11.6603 7.16L9.91031 8.76C9.59031 9.06 9.07031 8.83 9.07031 8.4V2.5C9.07031 2.22 9.29031 2 9.57031 2H14.4303C14.7103 2 14.9303 2.22 14.9303 2.5Z\" fill=\"\"/>\n<path d=\"M16.98 2.05891C16.69 2.01891 16.43 2.26891 16.43 2.55891V8.57891C16.43 9.33891 15.98 10.0289 15.28 10.3389C14.58 10.6389 13.77 10.5089 13.21 9.98891L12.34 9.18891C12.15 9.00891 11.86 9.00891 11.66 9.18891L10.79 9.98891C10.43 10.3289 9.96 10.4989 9.49 10.4989C9.23 10.4989 8.97 10.4489 8.72 10.3389C8.02 10.0289 7.57 9.33891 7.57 8.57891V2.55891C7.57 2.26891 7.31 2.01891 7.02 2.05891C4.22 2.40891 3 4.29891 3 6.99891V16.9989C3 19.9989 4.5 21.9989 8 21.9989H16C19.5 21.9989 21 19.9989 21 16.9989V6.99891C21 4.29891 19.78 2.40891 16.98 2.05891ZM17.5 18.7489H9C8.59 18.7489 8.25 18.4089 8.25 17.9989C8.25 17.5889 8.59 17.2489 9 17.2489H17.5C17.91 17.2489 18.25 17.5889 18.25 17.9989C18.25 18.4089 17.91 18.7489 17.5 18.7489ZM17.5 14.7489H13.25C12.84 14.7489 12.5 14.4089 12.5 13.9989C12.5 13.5889 12.84 13.2489 13.25 13.2489H17.5C17.91 13.2489 18.25 13.5889 18.25 13.9989C18.25 14.4089 17.91 14.7489 17.5 14.7489Z\" fill=\"\"/>\n</svg>\n</li><li title=\"archive minus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.8203 2H7.18031C5.05031 2 3.32031 3.74 3.32031 5.86V19.95C3.32031 21.75 4.61031 22.51 6.19031 21.64L11.0703 18.93C11.5903 18.64 12.4303 18.64 12.9403 18.93L17.8203 21.64C19.4003 22.52 20.6903 21.76 20.6903 19.95V5.86C20.6803 3.74 18.9503 2 16.8203 2ZM14.5003 11.4H9.50031C9.09031 11.4 8.75031 11.06 8.75031 10.65C8.75031 10.24 9.09031 9.9 9.50031 9.9H14.5003C14.9103 9.9 15.2503 10.24 15.2503 10.65C15.2503 11.06 14.9103 11.4 14.5003 11.4Z\" fill=\"\"/>\n</svg>\n</li><li title=\"archive slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.1203 3.88L3.39031 20.61C3.34031 20.41 3.32031 20.19 3.32031 19.95V5.86C3.32031 3.74 5.05031 2 7.18031 2H16.8203C18.2203 2 19.4503 2.75 20.1203 3.88Z\" fill=\"\"/>\n<path d=\"M21.7709 2.22891C21.4709 1.92891 20.9809 1.92891 20.6809 2.22891L2.23086 20.6889C1.93086 20.9889 1.93086 21.4789 2.23086 21.7789C2.38086 21.9189 2.57086 21.9989 2.77086 21.9989C2.97086 21.9989 3.16086 21.9189 3.31086 21.7689L21.7709 3.30891C22.0809 3.00891 22.0809 2.52891 21.7709 2.22891Z\" fill=\"\"/>\n<path d=\"M19.2902 7.71054L11.9001 15.1005C11.4401 15.5605 11.5301 16.3305 12.0901 16.6605L19.4801 21.0905C20.1501 21.4905 20.9901 21.0105 20.9901 20.2305V8.41054C21.0001 7.52054 19.9201 7.08054 19.2902 7.71054Z\" fill=\"\"/>\n</svg>\n</li><li title=\"archive tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.8203 1.91016H7.18031C5.06031 1.91016 3.32031 3.65016 3.32031 5.77016V19.8602C3.32031 21.6602 4.61031 22.4202 6.19031 21.5502L11.0703 18.8402C11.5903 18.5502 12.4303 18.5502 12.9403 18.8402L17.8203 21.5502C19.4003 22.4302 20.6903 21.6702 20.6903 19.8602V5.77016C20.6803 3.65016 18.9503 1.91016 16.8203 1.91016ZM15.6203 9.03016L11.6203 13.0302C11.4703 13.1802 11.2803 13.2502 11.0903 13.2502C10.9003 13.2502 10.7103 13.1802 10.5603 13.0302L9.06031 11.5302C8.77031 11.2402 8.77031 10.7602 9.06031 10.4702C9.35031 10.1802 9.83031 10.1802 10.1203 10.4702L11.0903 11.4402L14.5603 7.97016C14.8503 7.68016 15.3303 7.68016 15.6203 7.97016C15.9103 8.26016 15.9103 8.74016 15.6203 9.03016Z\" fill=\"\"/>\n</svg>\n</li><li title=\"archive \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 9.75H8C7.31 9.75 6.75 10.31 6.75 11V12.05C6.78 12.04 6.8 12.03 6.83 12.02C6.95 11.96 7.08 11.92 7.21 11.88C7.27 11.86 7.33 11.84 7.4 11.82C7.6 11.78 7.8 11.75 8.01 11.75H16.01C16.22 11.75 16.42 11.78 16.62 11.82C16.68 11.83 16.74 11.86 16.81 11.88C16.94 11.92 17.07 11.96 17.19 12.02C17.22 12.03 17.25 12.04 17.27 12.05V11C17.25 10.31 16.69 9.75 16 9.75Z\" fill=\"\"/>\n<path d=\"M16 13.25H8C7.31 13.25 6.75 13.81 6.75 14.5V15H9.5C9.91 15 10.25 15.34 10.25 15.75C10.25 16.71 11.04 17.5 12 17.5C12.96 17.5 13.75 16.71 13.75 15.75C13.75 15.34 14.09 15 14.5 15H17.25V14.5C17.25 13.81 16.69 13.25 16 13.25Z\" fill=\"\"/>\n<path d=\"M16 6.5H8C7.31 6.5 6.75 7.06 6.75 7.75V8.56C7.13 8.37 7.55 8.25 8 8.25H16C16.45 8.25 16.87 8.37 17.25 8.56V7.75C17.25 7.06 16.69 6.5 16 6.5Z\" fill=\"\"/>\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM19 16.5H18H15.16C14.82 17.93 13.53 19 12 19C10.47 19 9.18 17.93 8.84 16.5H6H5C4.59 16.5 4.25 16.16 4.25 15.75C4.25 15.34 4.59 15 5 15H5.25V14.5V14V11V7.75C5.25 6.23 6.48 5 8 5H16C17.52 5 18.75 6.23 18.75 7.75V11V14V14.5V15H19C19.41 15 19.75 15.34 19.75 15.75C19.75 16.16 19.41 16.5 19 16.5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrange circle 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM17.85 14.1C17.81 14.19 17.76 14.27 17.69 14.34L14.65 17.38C14.5 17.53 14.31 17.6 14.12 17.6C13.93 17.6 13.74 17.53 13.59 17.38C13.3 17.09 13.3 16.61 13.59 16.32L15.35 14.56H6.85C6.44 14.56 6.1 14.22 6.1 13.81C6.1 13.4 6.44 13.06 6.85 13.06H17.16C17.26 13.06 17.35 13.08 17.45 13.12C17.63 13.2 17.78 13.34 17.86 13.53C17.92 13.71 17.92 13.92 17.85 14.1ZM17.15 10.93H6.85C6.75 10.93 6.65 10.91 6.56 10.87C6.38 10.79 6.23 10.65 6.15 10.46C6.07 10.28 6.07 10.07 6.15 9.89C6.19 9.8 6.24 9.72 6.31 9.65L9.35 6.61C9.64 6.32 10.12 6.32 10.41 6.61C10.7 6.9 10.7 7.38 10.41 7.67L8.66 9.43H17.16C17.57 9.43 17.91 9.77 17.91 10.18C17.91 10.59 17.57 10.93 17.15 10.93Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrange circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM10.93 17.15C10.93 17.25 10.91 17.34 10.87 17.44C10.79 17.62 10.65 17.77 10.46 17.85C10.37 17.89 10.27 17.91 10.17 17.91C10.07 17.91 9.98 17.89 9.88 17.85C9.79 17.81 9.71 17.76 9.64 17.69L6.6 14.65C6.31 14.36 6.31 13.88 6.6 13.59C6.89 13.3 7.37 13.3 7.66 13.59L9.42 15.35V6.85C9.42 6.44 9.76 6.1 10.17 6.1C10.58 6.1 10.92 6.44 10.92 6.85V17.15H10.93ZM17.39 10.42C17.24 10.57 17.05 10.64 16.86 10.64C16.67 10.64 16.48 10.57 16.33 10.42L14.57 8.66V17.16C14.57 17.57 14.23 17.91 13.82 17.91C13.41 17.91 13.07 17.57 13.07 17.16V6.85C13.07 6.75 13.09 6.66 13.13 6.56C13.21 6.38 13.35 6.23 13.54 6.15C13.72 6.07 13.93 6.07 14.11 6.15C14.2 6.19 14.28 6.24 14.35 6.31L17.39 9.35C17.68 9.65 17.68 10.12 17.39 10.42Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrange square 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM10.93 17.15C10.93 17.25 10.91 17.34 10.87 17.44C10.79 17.62 10.65 17.77 10.46 17.85C10.37 17.89 10.27 17.91 10.17 17.91C10.07 17.91 9.98 17.89 9.88 17.85C9.79 17.81 9.71 17.76 9.64 17.69L6.6 14.65C6.31 14.36 6.31 13.88 6.6 13.59C6.89 13.3 7.37 13.3 7.66 13.59L9.42 15.35V6.85C9.42 6.44 9.76 6.1 10.17 6.1C10.58 6.1 10.92 6.44 10.92 6.85V17.15H10.93ZM17.39 10.42C17.24 10.57 17.05 10.64 16.86 10.64C16.67 10.64 16.48 10.57 16.33 10.42L14.57 8.66V17.16C14.57 17.57 14.23 17.91 13.82 17.91C13.41 17.91 13.07 17.57 13.07 17.16V6.85C13.07 6.75 13.09 6.66 13.13 6.56C13.21 6.38 13.35 6.23 13.54 6.15C13.72 6.07 13.93 6.07 14.11 6.15C14.2 6.19 14.28 6.24 14.35 6.31L17.39 9.35C17.68 9.65 17.68 10.12 17.39 10.42Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrange square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM17.85 14.1C17.81 14.19 17.76 14.27 17.69 14.34L14.65 17.38C14.5 17.53 14.31 17.6 14.12 17.6C13.93 17.6 13.74 17.53 13.59 17.38C13.3 17.09 13.3 16.61 13.59 16.32L15.35 14.56H6.85C6.44 14.56 6.1 14.22 6.1 13.81C6.1 13.4 6.44 13.06 6.85 13.06H17.16C17.26 13.06 17.35 13.08 17.45 13.12C17.63 13.2 17.78 13.34 17.86 13.53C17.92 13.71 17.92 13.92 17.85 14.1ZM17.15 10.93H6.85C6.75 10.93 6.66 10.91 6.56 10.87C6.38 10.79 6.23 10.65 6.15 10.46C6.07 10.28 6.07 10.07 6.15 9.89C6.19 9.8 6.24 9.72 6.31 9.65L9.35 6.61C9.64 6.32 10.12 6.32 10.41 6.61C10.7 6.9 10.7 7.38 10.41 7.67L8.66 9.43H17.16C17.57 9.43 17.91 9.77 17.91 10.18C17.91 10.59 17.57 10.93 17.15 10.93Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.75 6.72922C21.75 6.52922 21.67 6.33922 21.53 6.19922L17.81 2.47922C17.52 2.18922 17.04 2.18922 16.75 2.47922C16.46 2.76922 16.46 3.24922 16.75 3.53922L19.2 5.98922H3C2.59 5.98922 2.25 6.32922 2.25 6.73922C2.25 7.14922 2.59 7.47922 3 7.47922H19.19L16.75 9.91922C16.46 10.2092 16.46 10.6892 16.75 10.9792C16.9 11.1292 17.09 11.1992 17.28 11.1992C17.47 11.1992 17.66 11.1292 17.81 10.9792L21.52 7.26922C21.59 7.19922 21.65 7.10922 21.69 7.00922C21.69 6.99922 21.69 6.98922 21.7 6.97922C21.73 6.89922 21.75 6.81922 21.75 6.72922Z\" fill=\"\"/>\n<path d=\"M21 16.5183H4.81L7.25 14.0783C7.54 13.7883 7.54 13.3083 7.25 13.0183C6.96 12.7283 6.48 12.7283 6.19 13.0183L2.48 16.7283C2.41 16.7983 2.35 16.8883 2.31 16.9883C2.31 16.9983 2.31 17.0083 2.3 17.0183C2.27 17.0983 2.25 17.1883 2.25 17.2783C2.25 17.4783 2.33 17.6683 2.47 17.8083L6.19 21.5283C6.34 21.6783 6.53 21.7483 6.72 21.7483C6.91 21.7483 7.1 21.6783 7.25 21.5283C7.54 21.2383 7.54 20.7583 7.25 20.4683L4.8 18.0183H21C21.41 18.0183 21.75 17.6783 21.75 17.2683C21.75 16.8583 21.41 16.5183 21 16.5183Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.9814 6.19L7.27141 2.48C7.20141 2.41 7.11141 2.35 7.01141 2.31C7.00141 2.31 6.99141 2.31 6.98141 2.3C6.90141 2.27 6.82141 2.25 6.73141 2.25C6.53141 2.25 6.34141 2.33 6.20141 2.47L2.47141 6.19C2.18141 6.48 2.18141 6.96 2.47141 7.25C2.76141 7.54 3.24141 7.54 3.53141 7.25L5.98141 4.8V21C5.98141 21.41 6.32141 21.75 6.73141 21.75C7.14141 21.75 7.48141 21.41 7.48141 21V4.81L9.92141 7.25C10.0714 7.4 10.2614 7.47 10.4514 7.47C10.6414 7.47 10.8314 7.4 10.9814 7.25C11.2714 6.96 11.2714 6.49 10.9814 6.19Z\" fill=\"\"/>\n<path d=\"M21.5283 16.75C21.2383 16.46 20.7583 16.46 20.4683 16.75L18.0183 19.2V3C18.0183 2.59 17.6783 2.25 17.2683 2.25C16.8583 2.25 16.5183 2.59 16.5183 3V19.19L14.0783 16.75C13.7883 16.46 13.3083 16.46 13.0183 16.75C12.7283 17.04 12.7283 17.52 13.0183 17.81L16.7283 21.52C16.7983 21.59 16.8883 21.65 16.9883 21.69C16.9983 21.69 17.0083 21.69 17.0183 21.7C17.0983 21.73 17.1883 21.75 17.2783 21.75C17.4783 21.75 17.6683 21.67 17.8083 21.53L21.5283 17.81C21.8183 17.51 21.8183 17.04 21.5283 16.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow bottom \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.32919 6H14.6692C17.9892 6 19.3392 8.35 17.6892 11.22L16.9492 12.5C16.7692 12.81 16.4392 13 16.0792 13H7.91919C7.55919 13 7.22919 12.81 7.04919 12.5L6.30919 11.22C4.65919 8.35 6.00919 6 9.32919 6Z\" fill=\"\"/>\n<path d=\"M8.79152 14H15.2215C15.6115 14 15.8515 14.42 15.6515 14.75L15.0115 15.85C13.3615 18.72 10.6415 18.72 8.99152 15.85L8.35152 14.75C8.16152 14.42 8.40152 14 8.79152 14Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow circle down \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 2C6.49 2 2 6.49 2 12C2 17.51 6.49 22 12 22C17.51 22 22 17.51 22 12C22 6.49 17.51 2 12 2ZM16.06 11.27L12.53 14.8C12.38 14.95 12.19 15.02 12 15.02C11.81 15.02 11.62 14.95 11.47 14.8L7.94 11.27C7.65 10.98 7.65 10.5 7.94 10.21C8.23 9.92 8.71 9.92 9 10.21L12 13.21L15 10.21C15.29 9.92 15.77 9.92 16.06 10.21C16.35 10.5 16.35 10.97 16.06 11.27Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow circle left \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 2C6.49 2 2 6.49 2 12C2 17.51 6.49 22 12 22C17.51 22 22 17.51 22 12C22 6.49 17.51 2 12 2ZM13.79 15C14.08 15.29 14.08 15.77 13.79 16.06C13.64 16.21 13.45 16.28 13.26 16.28C13.07 16.28 12.88 16.21 12.73 16.06L9.2 12.53C8.91 12.24 8.91 11.76 9.2 11.47L12.73 7.94C13.02 7.65 13.5 7.65 13.79 7.94C14.08 8.23 14.08 8.71 13.79 9L10.79 12L13.79 15Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow circle right \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 2C6.49 2 2 6.49 2 12C2 17.51 6.49 22 12 22C17.51 22 22 17.51 22 12C22 6.49 17.51 2 12 2ZM14.79 12.53L11.26 16.06C11.11 16.21 10.92 16.28 10.73 16.28C10.54 16.28 10.35 16.21 10.2 16.06C9.91 15.77 9.91 15.29 10.2 15L13.2 12L10.2 9C9.91 8.71 9.91 8.23 10.2 7.94C10.49 7.65 10.97 7.65 11.26 7.94L14.79 11.47C15.09 11.76 15.09 12.24 14.79 12.53Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow circle up \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 2C6.49 2 2 6.49 2 12C2 17.51 6.49 22 12 22C17.51 22 22 17.51 22 12C22 6.49 17.51 2 12 2ZM16.06 13.79C15.91 13.94 15.72 14.01 15.53 14.01C15.34 14.01 15.15 13.94 15 13.79L12 10.79L9 13.79C8.71 14.08 8.23 14.08 7.94 13.79C7.65 13.5 7.65 13.02 7.94 12.73L11.47 9.2C11.76 8.91 12.24 8.91 12.53 9.2L16.06 12.73C16.35 13.03 16.35 13.5 16.06 13.79Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow down 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM16.82 14.24L12.53 18.53C12.39 18.67 12.2 18.75 12 18.75C11.8 18.75 11.61 18.67 11.47 18.53L7.18 14.24C6.89 13.95 6.89 13.47 7.18 13.18C7.47 12.89 7.95 12.89 8.24 13.18L11.25 16.19V6C11.25 5.59 11.59 5.25 12 5.25C12.41 5.25 12.75 5.59 12.75 6V16.19L15.76 13.18C16.05 12.89 16.53 12.89 16.82 13.18C16.97 13.33 17.04 13.52 17.04 13.71C17.04 13.9 16.96 14.1 16.82 14.24Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow down 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM15.53 13.03L12.53 16.03C12.38 16.18 12.19 16.25 12 16.25C11.81 16.25 11.62 16.18 11.47 16.03L8.47 13.03C8.18 12.74 8.18 12.26 8.47 11.97C8.76 11.68 9.24 11.68 9.53 11.97L11.25 13.69V8.5C11.25 8.09 11.59 7.75 12 7.75C12.41 7.75 12.75 8.09 12.75 8.5V13.69L14.47 11.97C14.76 11.68 15.24 11.68 15.53 11.97C15.82 12.26 15.82 12.74 15.53 13.03Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow down \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.9188 8.17969H11.6888H6.07877C5.11877 8.17969 4.63877 9.33969 5.31877 10.0197L10.4988 15.1997C11.3288 16.0297 12.6788 16.0297 13.5088 15.1997L15.4788 13.2297L18.6888 10.0197C19.3588 9.33969 18.8788 8.17969 17.9188 8.17969Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow left 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM18 12.75H7.81L10.82 15.76C11.11 16.05 11.11 16.53 10.82 16.82C10.67 16.97 10.48 17.04 10.29 17.04C10.1 17.04 9.91 16.97 9.76 16.82L5.47 12.53C5.33 12.39 5.25 12.2 5.25 12C5.25 11.8 5.33 11.61 5.47 11.47L9.76 7.18C10.05 6.89 10.53 6.89 10.82 7.18C11.11 7.47 11.11 7.95 10.82 8.24L7.81 11.25H18C18.41 11.25 18.75 11.59 18.75 12C18.75 12.41 18.41 12.75 18 12.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow left 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM15.5 12.75H10.31L12.03 14.47C12.32 14.76 12.32 15.24 12.03 15.53C11.88 15.68 11.69 15.75 11.5 15.75C11.31 15.75 11.12 15.68 10.97 15.53L7.97 12.53C7.68 12.24 7.68 11.76 7.97 11.47L10.97 8.47C11.26 8.18 11.74 8.18 12.03 8.47C12.32 8.76 12.32 9.24 12.03 9.53L10.31 11.25H15.5C15.91 11.25 16.25 11.59 16.25 12C16.25 12.41 15.91 12.75 15.5 12.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow left 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.9783 5.31877L10.7683 8.52877L8.79828 10.4888C7.96828 11.3188 7.96828 12.6688 8.79828 13.4988L13.9783 18.6788C14.6583 19.3588 15.8183 18.8688 15.8183 17.9188V12.3088V6.07877C15.8183 5.11877 14.6583 4.63877 13.9783 5.31877Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow left \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18 9.32919V14.6692C18 17.9892 15.65 19.3392 12.78 17.6892L11.5 16.9492C11.19 16.7692 11 16.4392 11 16.0792V7.91919C11 7.55919 11.19 7.22919 11.5 7.04919L12.78 6.30919C15.65 4.65919 18 6.00919 18 9.32919Z\" fill=\"\"/>\n<path d=\"M9.99859 8.79152V15.2215C9.99859 15.6115 9.57859 15.8515 9.24859 15.6515L8.14859 15.0115C5.27859 13.3615 5.27859 10.6415 8.14859 8.99152L9.24859 8.35152C9.57859 8.16152 9.99859 8.40152 9.99859 8.79152Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow right 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 9.32919V14.6692C6 17.9892 8.35 19.3392 11.22 17.6892L12.5 16.9492C12.81 16.7692 13 16.4392 13 16.0792V7.91919C13 7.55919 12.81 7.22919 12.5 7.04919L11.22 6.30919C8.35 4.65919 6 6.00919 6 9.32919Z\" fill=\"\"/>\n<path d=\"M14 8.79152V15.2215C14 15.6115 14.42 15.8515 14.75 15.6515L15.85 15.0115C18.72 13.3615 18.72 10.6415 15.85 8.99152L14.75 8.35152C14.42 8.16152 14 8.40152 14 8.79152Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow right 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.1997 10.4919L13.2297 8.52188L10.0197 5.31188C9.33969 4.64188 8.17969 5.12188 8.17969 6.08188V12.3119V17.9219C8.17969 18.8819 9.33969 19.3619 10.0197 18.6819L15.1997 13.5019C16.0297 12.6819 16.0297 11.3219 15.1997 10.4919Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow right 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM18.53 12.53L14.24 16.82C14.09 16.97 13.9 17.04 13.71 17.04C13.52 17.04 13.33 16.97 13.18 16.82C12.89 16.53 12.89 16.05 13.18 15.76L16.19 12.75H6C5.59 12.75 5.25 12.41 5.25 12C5.25 11.59 5.59 11.25 6 11.25H16.19L13.18 8.24C12.89 7.95 12.89 7.47 13.18 7.18C13.47 6.89 13.95 6.89 14.24 7.18L18.53 11.47C18.67 11.61 18.75 11.8 18.75 12C18.75 12.2 18.67 12.39 18.53 12.53Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow right \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM16.03 12.53L13.03 15.53C12.88 15.68 12.69 15.75 12.5 15.75C12.31 15.75 12.12 15.68 11.97 15.53C11.68 15.24 11.68 14.76 11.97 14.47L13.69 12.75H8.5C8.09 12.75 7.75 12.41 7.75 12C7.75 11.59 8.09 11.25 8.5 11.25H13.69L11.97 9.53C11.68 9.24 11.68 8.76 11.97 8.47C12.26 8.18 12.74 8.18 13.03 8.47L16.03 11.47C16.32 11.76 16.32 12.24 16.03 12.53Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow square down \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM16.06 11.17L12.53 14.7C12.38 14.85 12.19 14.92 12 14.92C11.81 14.92 11.62 14.85 11.47 14.7L7.94 11.17C7.65 10.88 7.65 10.4 7.94 10.11C8.23 9.82 8.71 9.82 9 10.11L12 13.11L15 10.11C15.29 9.82 15.77 9.82 16.06 10.11C16.35 10.4 16.35 10.87 16.06 11.17Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow square left \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM13.79 15C14.08 15.29 14.08 15.77 13.79 16.06C13.64 16.21 13.45 16.28 13.26 16.28C13.07 16.28 12.88 16.21 12.73 16.06L9.2 12.53C8.91 12.24 8.91 11.76 9.2 11.47L12.73 7.94C13.02 7.65 13.5 7.65 13.79 7.94C14.08 8.23 14.08 8.71 13.79 9L10.79 12L13.79 15Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow square right \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM14.79 12.53L11.26 16.06C11.11 16.21 10.92 16.28 10.73 16.28C10.54 16.28 10.35 16.21 10.2 16.06C9.91 15.77 9.91 15.29 10.2 15L13.2 12L10.2 9C9.91 8.71 9.91 8.23 10.2 7.94C10.49 7.65 10.97 7.65 11.26 7.94L14.79 11.47C15.09 11.76 15.09 12.24 14.79 12.53Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow square up \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM16.06 14C15.91 14.15 15.72 14.22 15.53 14.22C15.34 14.22 15.15 14.14 15 14L12 11L9 14C8.71 14.29 8.23 14.29 7.94 14C7.65 13.71 7.65 13.23 7.94 12.94L11.47 9.41C11.76 9.12 12.24 9.12 12.53 9.41L16.06 12.94C16.35 13.23 16.35 13.7 16.06 14Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM19.35 8.84C19.31 8.93 19.26 9.01 19.19 9.08L17.39 10.88C17.24 11.03 17.05 11.1 16.86 11.1C16.67 11.1 16.48 11.03 16.33 10.88C16.04 10.59 16.04 10.11 16.33 9.82L16.85 9.3H16.7C14.6 9.3 12.88 11.01 12.88 13.11V15.07V17.24C12.88 17.65 12.54 17.99 12.13 17.99C11.72 17.99 11.38 17.65 11.38 17.24V15.07V13.11C11.38 11.01 9.67 9.3 7.57 9.3H7.15L7.67 9.82C7.96 10.11 7.96 10.59 7.67 10.88C7.52 11.03 7.33 11.1 7.14 11.1C6.95 11.1 6.76 11.03 6.61 10.88L4.81 9.08C4.52 8.79 4.52 8.31 4.81 8.02L6.61 6.22C6.9 5.93 7.38 5.93 7.67 6.22C7.96 6.51 7.96 6.99 7.67 7.28L7.15 7.8H7.58C9.53 7.8 11.22 8.87 12.14 10.44C13.06 8.87 14.75 7.8 16.71 7.8H16.86L16.34 7.28C16.05 6.99 16.05 6.51 16.34 6.22C16.63 5.93 17.11 5.93 17.4 6.22L19.2 8.02C19.27 8.09 19.32 8.17 19.36 8.26C19.43 8.45 19.43 8.66 19.35 8.84Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow swap horizontal \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM17.69 14.05C17.65 14.14 17.6 14.22 17.53 14.29L14.58 17.24C14.43 17.39 14.24 17.46 14.05 17.46C13.86 17.46 13.67 17.39 13.52 17.24C13.23 16.95 13.23 16.47 13.52 16.18L15.19 14.51H7C6.59 14.51 6.25 14.17 6.25 13.76C6.25 13.35 6.59 13.01 7 13.01H17C17.1 13.01 17.19 13.03 17.29 13.07C17.47 13.15 17.62 13.29 17.7 13.48C17.77 13.66 17.77 13.86 17.69 14.05ZM17 10.99H7C6.9 10.99 6.81 10.97 6.71 10.93C6.53 10.85 6.38 10.71 6.3 10.52C6.22 10.34 6.22 10.13 6.3 9.95C6.35 9.86 6.4 9.78 6.47 9.71L9.42 6.76C9.71 6.47 10.19 6.47 10.48 6.76C10.77 7.05 10.77 7.53 10.48 7.82L8.81 9.49H17C17.41 9.49 17.75 9.83 17.75 10.24C17.75 10.65 17.41 10.99 17 10.99Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow swap \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM10.99 17C10.99 17.1 10.97 17.19 10.93 17.29C10.85 17.47 10.71 17.62 10.52 17.7C10.43 17.74 10.33 17.76 10.23 17.76C10.13 17.76 10.04 17.74 9.94 17.7C9.85 17.66 9.77 17.61 9.7 17.54L6.75 14.59C6.46 14.3 6.46 13.82 6.75 13.53C7.04 13.24 7.52 13.24 7.81 13.53L9.48 15.2V7C9.48 6.59 9.82 6.25 10.23 6.25C10.64 6.25 10.99 6.59 10.99 7V17ZM17.24 10.48C17.09 10.63 16.9 10.7 16.71 10.7C16.52 10.7 16.33 10.63 16.18 10.48L14.51 8.81V17C14.51 17.41 14.17 17.75 13.76 17.75C13.35 17.75 13.01 17.41 13.01 17V7C13.01 6.9 13.03 6.81 13.07 6.71C13.15 6.53 13.29 6.38 13.48 6.3C13.66 6.22 13.87 6.22 14.05 6.3C14.14 6.34 14.22 6.39 14.29 6.46L17.24 9.41C17.53 9.71 17.53 10.19 17.24 10.48Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow up 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.6806 13.9783L15.4706 10.7683L13.5106 8.79828C12.6806 7.96828 11.3306 7.96828 10.5006 8.79828L5.32056 13.9783C4.64056 14.6583 5.13056 15.8183 6.08056 15.8183H11.6906H17.9206C18.8806 15.8183 19.3606 14.6583 18.6806 13.9783Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow up 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.32919 18H14.6692C17.9892 18 19.3392 15.65 17.6892 12.78L16.9492 11.5C16.7692 11.19 16.4392 11 16.0792 11H7.91919C7.55919 11 7.22919 11.19 7.04919 11.5L6.30919 12.78C4.65919 15.65 6.00919 18 9.32919 18Z\" fill=\"\"/>\n<path d=\"M8.79152 9.99859H15.2215C15.6115 9.99859 15.8515 9.57859 15.6515 9.24859L15.0115 8.14859C13.3615 5.27859 10.6415 5.27859 8.99152 8.14859L8.35152 9.24859C8.16152 9.57859 8.40152 9.99859 8.79152 9.99859Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow up 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM16.82 10.82C16.53 11.11 16.05 11.11 15.76 10.82L12.75 7.81V18C12.75 18.41 12.41 18.75 12 18.75C11.59 18.75 11.25 18.41 11.25 18V7.81L8.24 10.82C7.95 11.11 7.47 11.11 7.18 10.82C7.03 10.67 6.96 10.48 6.96 10.29C6.96 10.1 7.04 9.9 7.18 9.76L11.47 5.47C11.61 5.33 11.8 5.25 12 5.25C12.2 5.25 12.39 5.33 12.53 5.47L16.82 9.76C17.11 10.05 17.11 10.52 16.82 10.82Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow up \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM15.53 12.03C15.38 12.18 15.19 12.25 15 12.25C14.81 12.25 14.62 12.18 14.47 12.03L12.75 10.31V15.5C12.75 15.91 12.41 16.25 12 16.25C11.59 16.25 11.25 15.91 11.25 15.5V10.31L9.53 12.03C9.24 12.32 8.76 12.32 8.47 12.03C8.18 11.74 8.18 11.26 8.47 10.97L11.47 7.97C11.76 7.68 12.24 7.68 12.53 7.97L15.53 10.97C15.82 11.26 15.82 11.74 15.53 12.03Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22.75C11.59 22.75 11.25 22.41 11.25 22V20C11.25 19.59 11.59 19.25 12 19.25C12.41 19.25 12.75 19.59 12.75 20V22C12.75 22.41 12.41 22.75 12 22.75Z\" fill=\"\"/>\n<path d=\"M12 18.75C11.59 18.75 11.25 18.41 11.25 18V16C11.25 15.59 11.59 15.25 12 15.25C12.41 15.25 12.75 15.59 12.75 16V18C12.75 18.41 12.41 18.75 12 18.75Z\" fill=\"\"/>\n<path d=\"M12 14.75C11.59 14.75 11.25 14.41 11.25 14V11C11.25 6.73 14.73 3.25 19 3.25H22C22.41 3.25 22.75 3.59 22.75 4C22.75 4.41 22.41 4.75 22 4.75H19C15.55 4.75 12.75 7.55 12.75 11V14C12.75 14.41 12.41 14.75 12 14.75Z\" fill=\"\"/>\n<path d=\"M12 14.75C11.59 14.75 11.25 14.41 11.25 14V11C11.25 7.55 8.45 4.75 5 4.75H2C1.59 4.75 1.25 4.41 1.25 4C1.25 3.59 1.59 3.25 2 3.25H5C9.27 3.25 12.75 6.73 12.75 11V14C12.75 14.41 12.41 14.75 12 14.75Z\" fill=\"\"/>\n<path d=\"M4.00141 6.75141C3.81141 6.75141 3.62141 6.68141 3.47141 6.53141L1.47141 4.53141C1.18141 4.24141 1.18141 3.76141 1.47141 3.47141L3.47141 1.47141C3.76141 1.18141 4.24141 1.18141 4.53141 1.47141C4.82141 1.76141 4.82141 2.24141 4.53141 2.53141L3.06141 4.00141L4.53141 5.47141C4.82141 5.76141 4.82141 6.24141 4.53141 6.53141C4.38141 6.68141 4.19141 6.75141 4.00141 6.75141Z\" fill=\"\"/>\n<path d=\"M20.0014 6.75141C19.8114 6.75141 19.6214 6.68141 19.4714 6.53141C19.1814 6.24141 19.1814 5.76141 19.4714 5.47141L20.9414 4.00141L19.4714 2.53141C19.1814 2.24141 19.1814 1.76141 19.4714 1.47141C19.7614 1.18141 20.2414 1.18141 20.5314 1.47141L22.5314 3.47141C22.8214 3.76141 22.8214 4.24141 22.5314 4.53141L20.5314 6.53141C20.3814 6.68141 20.1914 6.75141 20.0014 6.75141Z\" fill=\"\"/>\n</svg>\n</li><li title=\"attach circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.93\" d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM16.37 14.35L14.15 16.57C13.61 17.11 12.91 17.37 12.21 17.37C11.51 17.37 10.8 17.1 10.27 16.57C9.75 16.05 9.46 15.36 9.46 14.63C9.46 13.9 9.75 13.2 10.27 12.69L11.68 11.28C11.97 10.99 12.45 10.99 12.74 11.28C13.03 11.57 13.03 12.05 12.74 12.34L11.33 13.75C11.09 13.99 10.96 14.3 10.96 14.63C10.96 14.96 11.09 15.28 11.33 15.51C11.82 16 12.61 16 13.1 15.51L15.32 13.29C16.59 12.02 16.59 9.96 15.32 8.69C14.05 7.42 11.99 7.42 10.72 8.69L8.3 11.11C7.79 11.62 7.51 12.29 7.51 13C7.51 13.71 7.79 14.39 8.3 14.89C8.59 15.18 8.59 15.66 8.3 15.95C8.01 16.24 7.53 16.24 7.24 15.95C6.44 15.18 6 14.13 6 13.01C6 11.89 6.43 10.84 7.22 10.05L9.64 7.63C11.49 5.78 14.51 5.78 16.36 7.63C18.22 9.48 18.22 12.5 16.37 14.35Z\" fill=\"\"/>\n</svg>\n</li><li title=\"attach square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM16.37 14.35L14.15 16.57C13.61 17.11 12.91 17.37 12.21 17.37C11.51 17.37 10.8 17.1 10.27 16.57C9.75 16.05 9.46 15.36 9.46 14.63C9.46 13.9 9.75 13.2 10.27 12.69L11.68 11.28C11.97 10.99 12.45 10.99 12.74 11.28C13.03 11.57 13.03 12.05 12.74 12.34L11.33 13.75C11.09 13.99 10.96 14.3 10.96 14.63C10.96 14.96 11.09 15.28 11.33 15.51C11.82 16 12.61 16 13.1 15.51L15.32 13.29C16.59 12.02 16.59 9.96 15.32 8.69C14.05 7.42 11.99 7.42 10.72 8.69L8.3 11.11C7.79 11.62 7.51 12.29 7.51 13C7.51 13.71 7.79 14.39 8.3 14.89C8.59 15.18 8.59 15.66 8.3 15.95C8.01 16.24 7.53 16.24 7.24 15.95C6.44 15.18 6 14.13 6 13.01C6 11.89 6.43 10.84 7.22 10.05L9.64 7.63C11.49 5.78 14.51 5.78 16.36 7.63C18.22 9.48 18.22 12.5 16.37 14.35Z\" fill=\"\"/>\n</svg>\n</li><li title=\"audio square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.66984 13.9219C8.92984 13.9219 8.33984 14.5219 8.33984 15.2619C8.33984 16.0019 8.93984 16.5919 9.66984 16.5919C10.4098 16.5919 11.0098 15.9919 11.0098 15.2619C11.0098 14.5219 10.4098 13.9219 9.66984 13.9219Z\" fill=\"\"/>\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM17.12 9.8C17.12 10.41 16.86 10.95 16.42 11.27C16.14 11.47 15.8 11.58 15.44 11.58C15.23 11.58 15.02 11.54 14.8 11.47L12.51 10.71C12.5 10.71 12.48 10.7 12.47 10.69V15.25C12.47 16.79 11.21 18.05 9.67 18.05C8.13 18.05 6.87 16.79 6.87 15.25C6.87 13.71 8.13 12.45 9.67 12.45C10.16 12.45 10.61 12.59 11.01 12.8V8.63V8.02C11.01 7.41 11.27 6.87 11.71 6.55C12.16 6.23 12.75 6.15 13.33 6.35L15.62 7.11C16.48 7.4 17.13 8.3 17.13 9.2V9.8H17.12Z\" fill=\"\"/>\n</svg>\n</li><li title=\"autobrightness \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.5609 10.7381L20.2109 9.15812C19.9609 8.85812 19.7509 8.29813 19.7509 7.89813V6.19812C19.7509 5.13812 18.8809 4.26812 17.8209 4.26812H16.1209C15.7209 4.26812 15.1509 4.05813 14.8509 3.80812L13.2709 2.45812C12.5809 1.86813 11.4509 1.86813 10.7609 2.45812L9.16086 3.80812C8.86086 4.05813 8.30086 4.26812 7.90086 4.26812H6.17086C5.11086 4.26812 4.24086 5.13812 4.24086 6.19812V7.89813C4.24086 8.28813 4.04086 8.84812 3.79086 9.14812L2.44086 10.7381C1.86086 11.4381 1.86086 12.5581 2.44086 13.2381L3.79086 14.8281C4.04086 15.1181 4.24086 15.6881 4.24086 16.0781V17.7881C4.24086 18.8481 5.11086 19.7181 6.17086 19.7181H7.91086C8.30086 19.7181 8.87086 19.9281 9.17086 20.1781L10.7509 21.5281C11.4409 22.1181 12.5709 22.1181 13.2609 21.5281L14.8409 20.1781C15.1409 19.9281 15.7009 19.7181 16.1009 19.7181H17.8009C18.8609 19.7181 19.7309 18.8481 19.7309 17.7881V16.0881C19.7309 15.6881 19.9409 15.1281 20.1909 14.8281L21.5409 13.2481C22.1509 12.5681 22.1509 11.4381 21.5609 10.7381ZM14.8109 16.2381L13.8309 14.0381C13.8009 14.0381 13.7709 14.0581 13.7409 14.0581H10.2409C10.2109 14.0581 10.1809 14.0481 10.1509 14.0381L9.17086 16.2381L7.80086 15.6281L11.3009 7.74813H12.6709L16.1709 15.6281L14.8109 16.2381Z\" fill=\"\"/>\n<path d=\"M10.8203 12.5602H13.1803L12.0003 9.91016L10.8203 12.5602Z\" fill=\"\"/>\n</svg>\n</li><li title=\"award \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.8114 5.49V6.23L14.2714 4.18C12.9314 3.41 11.0614 3.41 9.73141 4.18L6.19141 6.24V5.49C6.19141 3.24 7.42141 2 9.67141 2H14.3314C16.5814 2 17.8114 3.24 17.8114 5.49Z\" fill=\"\"/>\n<path d=\"M17.84 7.96828L17.7 7.89828L16.34 7.11828L13.52 5.48828C12.66 4.98828 11.34 4.98828 10.48 5.48828L7.66 7.10828L6.3 7.90828L6.12 7.99828C4.37 9.17828 4.25 9.39828 4.25 11.2883V15.8083C4.25 17.6983 4.37 17.9183 6.16 19.1283L10.48 21.6183C10.91 21.8783 11.45 21.9883 12 21.9883C12.54 21.9883 13.09 21.8683 13.52 21.6183L17.88 19.0983C19.64 17.9183 19.75 17.7083 19.75 15.8083V11.2883C19.75 9.39828 19.63 9.17828 17.84 7.96828ZM14.79 13.4983L14.18 14.2483C14.08 14.3583 14.01 14.5683 14.02 14.7183L14.08 15.6783C14.12 16.2683 13.7 16.5683 13.15 16.3583L12.26 15.9983C12.12 15.9483 11.89 15.9483 11.75 15.9983L10.86 16.3483C10.31 16.5683 9.89 16.2583 9.93 15.6683L9.99 14.7083C10 14.5583 9.93 14.3483 9.83 14.2383L9.21 13.4983C8.83 13.0483 9 12.5483 9.57 12.3983L10.5 12.1583C10.65 12.1183 10.82 11.9783 10.9 11.8583L11.42 11.0583C11.74 10.5583 12.25 10.5583 12.58 11.0583L13.1 11.8583C13.18 11.9883 13.36 12.1183 13.5 12.1583L14.43 12.3983C15 12.5483 15.17 13.0483 14.79 13.4983Z\" fill=\"\"/>\n</svg>\n</li><li title=\"back square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM13.92 16.13H9C8.59 16.13 8.25 15.79 8.25 15.38C8.25 14.97 8.59 14.63 9 14.63H13.92C15.2 14.63 16.25 13.59 16.25 12.3C16.25 11.01 15.21 9.97 13.92 9.97H8.85L9.11 10.23C9.4 10.53 9.4 11 9.1 11.3C8.95 11.45 8.76 11.52 8.57 11.52C8.38 11.52 8.19 11.45 8.04 11.3L6.47 9.72C6.18 9.43 6.18 8.95 6.47 8.66L8.04 7.09C8.33 6.8 8.81 6.8 9.1 7.09C9.39 7.38 9.39 7.86 9.1 8.15L8.77 8.48H13.92C16.03 8.48 17.75 10.2 17.75 12.31C17.75 14.42 16.03 16.13 13.92 16.13Z\" fill=\"\"/>\n</svg>\n</li><li title=\"backward 10 seconds \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.5415 16.6708C9.1315 16.6708 8.7915 16.3308 8.7915 15.9208V12.5308L8.6015 12.7508C8.3215 13.0608 7.8515 13.0808 7.5415 12.8108C7.2315 12.5308 7.2115 12.0608 7.4815 11.7508L8.9815 10.0808C9.1915 9.85081 9.5215 9.77081 9.8115 9.88081C10.1015 9.99081 10.2915 10.2708 10.2915 10.5808V15.9308C10.2915 16.3408 9.9615 16.6708 9.5415 16.6708Z\" fill=\"\"/>\n<path d=\"M12.0011 3.47974C11.9211 3.47974 11.8411 3.48974 11.7611 3.48974L12.5811 2.46974C12.8411 2.14974 12.7911 1.66974 12.4611 1.41974C12.1411 1.15974 11.6711 1.20974 11.4111 1.53974L9.44109 3.99974C9.43109 4.00974 9.43109 4.01974 9.42109 4.03974C9.39109 4.07974 9.37109 4.12974 9.35109 4.16974C9.33109 4.21974 9.31109 4.25974 9.30109 4.29974C9.29109 4.34974 9.29109 4.38974 9.29109 4.43974C9.29109 4.48974 9.29109 4.53974 9.29109 4.58974C9.29109 4.60974 9.29109 4.61974 9.29109 4.63974C9.30109 4.66974 9.32109 4.68974 9.33109 4.72974C9.35109 4.77974 9.36109 4.81974 9.39109 4.85974C9.42109 4.89974 9.45109 4.93974 9.49109 4.97974C9.51109 4.99974 9.53109 5.02974 9.55109 5.04974C9.56109 5.05974 9.58109 5.05974 9.59109 5.06974C9.62109 5.08974 9.65109 5.10974 9.69109 5.11974C9.74109 5.14974 9.79109 5.16974 9.84109 5.17974C9.88109 5.19974 9.91109 5.19974 9.95109 5.19974C9.98109 5.19974 10.0011 5.20974 10.0311 5.20974C10.0511 5.20974 10.0811 5.19974 10.1011 5.18974C10.1311 5.18974 10.1611 5.18974 10.2011 5.18974C10.8411 5.03974 11.4411 4.96974 12.0111 4.96974C16.5011 4.96974 20.1511 8.61974 20.1511 13.1097C20.1511 17.5997 16.5011 21.2497 12.0111 21.2497C7.52109 21.2497 3.87109 17.5997 3.87109 13.1097C3.87109 11.3697 4.44109 9.68974 5.52109 8.24974C5.77109 7.91974 5.70109 7.44974 5.37109 7.19974C5.04109 6.94974 4.57109 7.01974 4.32109 7.34974C3.04109 9.04974 2.37109 11.0397 2.37109 13.1097C2.37109 18.4197 6.69109 22.7497 12.0111 22.7497C17.3311 22.7497 21.6511 18.4297 21.6511 13.1097C21.6511 7.78974 17.3111 3.47974 12.0011 3.47974Z\" fill=\"\"/>\n<path d=\"M14 16.6703C12.48 16.6703 11.25 15.4403 11.25 13.9203V12.5703C11.25 11.0503 12.48 9.82031 14 9.82031C15.52 9.82031 16.75 11.0503 16.75 12.5703V13.9203C16.75 15.4403 15.52 16.6703 14 16.6703ZM14 11.3303C13.31 11.3303 12.75 11.8903 12.75 12.5803V13.9303C12.75 14.6203 13.31 15.1803 14 15.1803C14.69 15.1803 15.25 14.6203 15.25 13.9303V12.5803C15.25 11.8903 14.69 11.3303 14 11.3303Z\" fill=\"\"/>\n</svg>\n</li><li title=\"backward 15 seconds \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.4314 16.9203H12.1414C11.7314 16.9203 11.3914 16.5803 11.3914 16.1703C11.3914 15.7603 11.7314 15.4203 12.1414 15.4203H14.4314C14.8614 15.4203 15.2114 15.0703 15.2114 14.6403C15.2114 14.2103 14.8614 13.8603 14.4314 13.8603H12.1414C11.9014 13.8603 11.6714 13.7403 11.5314 13.5503C11.3914 13.3603 11.3514 13.1003 11.4314 12.8703L12.1914 10.5803C12.2914 10.2703 12.5814 10.0703 12.9014 10.0703H15.9614C16.3714 10.0703 16.7114 10.4103 16.7114 10.8203C16.7114 11.2303 16.3714 11.5703 15.9614 11.5703H13.4414L13.1814 12.3603H14.4314C15.6914 12.3603 16.7114 13.3803 16.7114 14.6403C16.7114 15.9003 15.6814 16.9203 14.4314 16.9203Z\" fill=\"\"/>\n<path d=\"M9.54041 16.9208C9.13041 16.9208 8.79041 16.5808 8.79041 16.1708V12.7808L8.60041 13.0008C8.32041 13.3108 7.85041 13.3308 7.54041 13.0608C7.24041 12.7808 7.21041 12.3108 7.49041 12.0008L8.99041 10.3308C9.20041 10.1008 9.53041 10.0208 9.82041 10.1308C10.1104 10.2408 10.3004 10.5208 10.3004 10.8308V16.1808C10.2904 16.5908 9.96041 16.9208 9.54041 16.9208Z\" fill=\"\"/>\n<path d=\"M12.0016 3.47945C11.9216 3.47945 11.8416 3.48945 11.7616 3.48945L12.5816 2.46945C12.8416 2.14945 12.7916 1.66945 12.4616 1.41945C12.1316 1.16945 11.6716 1.20945 11.4116 1.53945L9.44156 3.99945C9.43156 4.00945 9.43156 4.01945 9.42156 4.03945C9.39156 4.07945 9.37156 4.12945 9.35156 4.16945C9.33156 4.21945 9.31156 4.25945 9.30156 4.29945C9.29156 4.34945 9.29156 4.38945 9.29156 4.43945C9.29156 4.48945 9.29156 4.53945 9.29156 4.58945C9.29156 4.60945 9.29156 4.61945 9.29156 4.63945C9.30156 4.66945 9.32156 4.68945 9.33156 4.71945C9.35156 4.76945 9.37156 4.80945 9.39156 4.85945C9.42156 4.89945 9.45156 4.93945 9.49156 4.96945C9.51156 4.99945 9.52156 5.02945 9.55156 5.04945C9.57156 5.05945 9.58156 5.06945 9.60156 5.07945C9.62156 5.09945 9.65156 5.10945 9.68156 5.11945C9.73156 5.14945 9.79156 5.16945 9.84156 5.17945C9.88156 5.19945 9.91156 5.19945 9.94156 5.19945C9.97156 5.19945 9.99156 5.20945 10.0216 5.20945C10.0516 5.20945 10.0716 5.19945 10.0916 5.18945C10.1216 5.18945 10.1516 5.19945 10.1816 5.18945C10.8216 5.03945 11.4216 4.96945 11.9916 4.96945C16.4816 4.96945 20.1316 8.61945 20.1316 13.1095C20.1316 17.5994 16.4816 21.2495 11.9916 21.2495C7.50156 21.2495 3.85156 17.5994 3.85156 13.1095C3.85156 11.3695 4.42156 9.68945 5.50156 8.24945C5.75156 7.91945 5.68156 7.44945 5.35156 7.19945C5.02156 6.94945 4.55156 7.01945 4.30156 7.34945C3.02156 9.04945 2.35156 11.0395 2.35156 13.1095C2.35156 18.4195 6.67156 22.7495 11.9916 22.7495C17.3116 22.7495 21.6316 18.4295 21.6316 13.1095C21.6316 7.78945 17.3116 3.47945 12.0016 3.47945Z\" fill=\"\"/>\n</svg>\n</li><li title=\"backward 5 seconds \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.3806 16.9203H10.0906C9.68062 16.9203 9.34062 16.5803 9.34062 16.1703C9.34062 15.7603 9.68062 15.4203 10.0906 15.4203H12.3806C12.8106 15.4203 13.1606 15.0703 13.1606 14.6403C13.1606 14.2103 12.8106 13.8603 12.3806 13.8603H10.0906C9.85062 13.8603 9.62062 13.7403 9.48062 13.5503C9.34062 13.3603 9.30062 13.1003 9.38062 12.8703L10.1406 10.5803C10.2406 10.2703 10.5306 10.0703 10.8506 10.0703H13.9106C14.3206 10.0703 14.6606 10.4103 14.6606 10.8203C14.6606 11.2303 14.3206 11.5703 13.9106 11.5703H11.3906L11.1306 12.3603H12.3806C13.6406 12.3603 14.6606 13.3803 14.6606 14.6403C14.6606 15.9003 13.6406 16.9203 12.3806 16.9203Z\" fill=\"\"/>\n<path d=\"M12.0016 3.47945C11.9216 3.47945 11.8416 3.48945 11.7616 3.48945L12.5816 2.46945C12.8416 2.14945 12.7916 1.66945 12.4616 1.41945C12.1316 1.16945 11.6716 1.20945 11.4116 1.53945L9.44156 3.99945C9.43156 4.00945 9.43156 4.01945 9.42156 4.03945C9.39156 4.07945 9.37156 4.12945 9.35156 4.16945C9.33156 4.21945 9.31156 4.25945 9.30156 4.29945C9.29156 4.34945 9.29156 4.38945 9.29156 4.43945C9.29156 4.48945 9.29156 4.53945 9.29156 4.58945C9.29156 4.60945 9.29156 4.61945 9.29156 4.63945C9.30156 4.66945 9.32156 4.68945 9.33156 4.71945C9.35156 4.76945 9.37156 4.80945 9.39156 4.85945C9.42156 4.89945 9.45156 4.93945 9.49156 4.96945C9.51156 4.99945 9.52156 5.02945 9.55156 5.04945C9.57156 5.05945 9.58156 5.06945 9.60156 5.07945C9.63156 5.09945 9.65156 5.10945 9.68156 5.11945C9.73156 5.14945 9.79156 5.16945 9.85156 5.17945C9.88156 5.19945 9.91156 5.19945 9.94156 5.19945C9.97156 5.19945 9.99156 5.20945 10.0216 5.20945C10.0516 5.20945 10.0716 5.19945 10.0916 5.18945C10.1216 5.18945 10.1516 5.19945 10.1816 5.18945C10.8216 5.03945 11.4216 4.96945 11.9916 4.96945C16.4816 4.96945 20.1316 8.61945 20.1316 13.1095C20.1316 17.5994 16.4816 21.2495 11.9916 21.2495C7.50156 21.2495 3.85156 17.5994 3.85156 13.1095C3.85156 11.3695 4.42156 9.68945 5.50156 8.24945C5.75156 7.91945 5.68156 7.44945 5.35156 7.19945C5.02156 6.94945 4.55156 7.01945 4.30156 7.34945C3.02156 9.04945 2.35156 11.0395 2.35156 13.1095C2.35156 18.4195 6.67156 22.7495 11.9916 22.7495C17.3116 22.7495 21.6316 18.4295 21.6316 13.1095C21.6316 7.78945 17.3116 3.47945 12.0016 3.47945Z\" fill=\"\"/>\n</svg>\n</li><li title=\"backward item \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.25 5.15V7.85C21.25 9.69 20.69 10.25 18.85 10.25H16.15C14.31 10.25 13.75 9.69 13.75 7.85V5.15C13.75 3.31 14.31 2.75 16.15 2.75H18.85C20.69 2.75 21.25 3.31 21.25 5.15Z\" fill=\"\"/>\n<path d=\"M10.25 16.15V18.85C10.25 20.69 9.69 21.25 7.85 21.25H5.15C3.31 21.25 2.75 20.69 2.75 18.85V16.15C2.75 14.31 3.31 13.75 5.15 13.75H7.85C9.69 13.75 10.25 14.31 10.25 16.15Z\" fill=\"\"/>\n<path d=\"M16.1491 11.7511C16.4142 11.7511 16.6291 11.966 16.6291 12.2311V13.6211C16.6291 15.9011 15.8991 16.6311 13.6191 16.6311H12.2291C11.964 16.6311 11.7491 16.4162 11.7491 16.1511C11.7491 13.4911 10.5091 12.2511 7.84914 12.2511C7.58404 12.2511 7.36914 12.0362 7.36914 11.7711V10.3811C7.36914 8.10109 8.09914 7.37109 10.3791 7.37109H11.7691C12.0342 7.37109 12.2491 7.586 12.2491 7.85109C12.2491 10.5111 13.4891 11.7511 16.1491 11.7511Z\" fill=\"\"/>\n</svg>\n</li><li title=\"backward \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.9983 8.34032V15.6603C21.9983 17.1603 20.3683 18.1003 19.0683 17.3503L15.8983 15.5203L12.7283 13.6903L12.2383 13.4103V10.5903L12.7283 10.3103L15.8983 8.48032L19.0683 6.65032C20.3683 5.90032 21.9983 6.84032 21.9983 8.34032Z\" fill=\"\"/>\n<path d=\"M12.2414 8.34032V15.6603C12.2414 17.1603 10.6114 18.1003 9.32141 17.3503L6.14141 15.5203L2.97141 13.6903C1.68141 12.9403 1.68141 11.0603 2.97141 10.3103L6.14141 8.48032L9.32141 6.65032C10.6114 5.90032 12.2414 6.84032 12.2414 8.34032Z\" fill=\"\"/>\n</svg>\n</li><li title=\"bag 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.9597 8.95844C19.2897 8.21844 18.2797 7.78844 16.8797 7.63844V6.87844C16.8797 5.50844 16.2997 4.18844 15.2797 3.26844C14.2497 2.32844 12.9097 1.88844 11.5197 2.01844C9.12975 2.24844 7.11975 4.55844 7.11975 7.05844V7.63844C5.71975 7.78844 4.70975 8.21844 4.03975 8.95844C3.06975 10.0384 3.09975 11.4784 3.20975 12.4784L3.90975 18.0484C4.11975 19.9984 4.90975 21.9984 9.20975 21.9984H14.7897C19.0897 21.9984 19.8797 19.9984 20.0897 18.0584L20.7897 12.4684C20.8997 11.4784 20.9197 10.0384 19.9597 8.95844ZM11.6597 3.40844C12.6597 3.31844 13.6097 3.62844 14.3497 4.29844C15.0797 4.95844 15.4897 5.89844 15.4897 6.87844V7.57844H8.50975V7.05844C8.50975 5.27844 9.97975 3.56844 11.6597 3.40844ZM8.41975 13.1484H8.40975C7.85975 13.1484 7.40975 12.6984 7.40975 12.1484C7.40975 11.5984 7.85975 11.1484 8.40975 11.1484C8.96975 11.1484 9.41975 11.5984 9.41975 12.1484C9.41975 12.6984 8.96975 13.1484 8.41975 13.1484ZM15.4197 13.1484H15.4097C14.8597 13.1484 14.4097 12.6984 14.4097 12.1484C14.4097 11.5984 14.8597 11.1484 15.4097 11.1484C15.9697 11.1484 16.4197 11.5984 16.4197 12.1484C16.4197 12.6984 15.9697 13.1484 15.4197 13.1484Z\" fill=\"\"/>\n</svg>\n</li><li title=\"bag cross 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.24 5.57859H18.84L15.46 2.19859C15.19 1.92859 14.75 1.92859 14.47 2.19859C14.2 2.46859 14.2 2.90859 14.47 3.18859L16.86 5.57859H7.14L9.53 3.18859C9.8 2.91859 9.8 2.47859 9.53 2.19859C9.26 1.92859 8.82 1.92859 8.54 2.19859L5.17 5.57859H4.77C3.87 5.57859 2 5.57859 2 8.13859C2 9.10859 2.2 9.74859 2.62 10.1686C2.86 10.4186 3.15 10.5486 3.46 10.6186C3.75 10.6886 4.06 10.6986 4.36 10.6986H19.64C19.95 10.6986 20.24 10.6786 20.52 10.6186C21.36 10.4186 22 9.81859 22 8.13859C22 5.57859 20.13 5.57859 19.24 5.57859Z\" fill=\"\"/>\n<path d=\"M19.0897 12H4.90971C4.28971 12 3.81971 12.55 3.91971 13.16L4.75971 18.3C5.03971 20.02 5.78971 22 9.11971 22H14.7297C18.0997 22 18.6997 20.31 19.0597 18.42L20.0697 13.19C20.1897 12.57 19.7197 12 19.0897 12ZM13.9197 18.89C13.7797 19.04 13.5897 19.11 13.3897 19.11C13.1997 19.11 13.0097 19.04 12.8597 18.89L12.0197 18.04L11.1397 18.92C10.9897 19.07 10.7997 19.14 10.6097 19.14C10.4097 19.14 10.2197 19.07 10.0797 18.92C9.77971 18.63 9.77971 18.16 10.0797 17.86L10.9597 16.98L10.1097 16.14C9.80971 15.84 9.80971 15.37 10.1097 15.08C10.3997 14.78 10.8697 14.78 11.1697 15.08L12.0197 15.92L12.8297 15.11C13.1297 14.81 13.5997 14.81 13.8897 15.11C14.1897 15.4 14.1897 15.87 13.8897 16.17L13.0797 16.98L13.9197 17.83C14.2197 18.13 14.2197 18.6 13.9197 18.89Z\" fill=\"\"/>\n</svg>\n</li><li title=\"bag cross \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.9597 8.95844C19.2897 8.21844 18.2797 7.78844 16.8797 7.63844V6.87844C16.8797 5.50844 16.2997 4.18844 15.2797 3.26844C14.2497 2.32844 12.9097 1.88844 11.5197 2.01844C9.12975 2.24844 7.11975 4.55844 7.11975 7.05844V7.63844C5.71975 7.78844 4.70975 8.21844 4.03975 8.95844C3.06975 10.0384 3.09975 11.4784 3.20975 12.4784L3.90975 18.0484C4.11975 19.9984 4.90975 21.9984 9.20975 21.9984H14.7897C19.0897 21.9984 19.8797 19.9984 20.0897 18.0584L20.7897 12.4684C20.8997 11.4784 20.9297 10.0384 19.9597 8.95844ZM11.6597 3.40844C12.6597 3.31844 13.6097 3.62844 14.3497 4.29844C15.0797 4.95844 15.4897 5.89844 15.4897 6.87844V7.57844H8.50975V7.05844C8.50975 5.27844 9.97975 3.56844 11.6597 3.40844ZM11.9997 18.5784C9.90975 18.5784 8.20975 16.8784 8.20975 14.7884C8.20975 12.6984 9.90975 10.9984 11.9997 10.9984C14.0897 10.9984 15.7897 12.6984 15.7897 14.7884C15.7897 16.8784 14.0897 18.5784 11.9997 18.5784Z\" fill=\"\"/>\n<path d=\"M13.5991 15.3102L13.0691 14.7802L13.5691 14.2802C13.8591 13.9902 13.8591 13.5102 13.5691 13.2202C13.2791 12.9302 12.7991 12.9302 12.5091 13.2202L12.0091 13.7202L11.4791 13.1902C11.1891 12.9002 10.7091 12.9002 10.4191 13.1902C10.1291 13.4802 10.1291 13.9602 10.4191 14.2502L10.9491 14.7802L10.3991 15.3302C10.1091 15.6202 10.1091 16.1002 10.3991 16.3902C10.5491 16.5402 10.7391 16.6102 10.9291 16.6102C11.1191 16.6102 11.3091 16.5402 11.4591 16.3902L12.0091 15.8402L12.5391 16.3702C12.6891 16.5202 12.8791 16.5902 13.0691 16.5902C13.2591 16.5902 13.4491 16.5202 13.5991 16.3702C13.8891 16.0802 13.8891 15.6102 13.5991 15.3102Z\" fill=\"\"/>\n</svg>\n</li><li title=\"bag happy \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.24 5.57859H18.84L15.46 2.19859C15.19 1.92859 14.75 1.92859 14.47 2.19859C14.2 2.46859 14.2 2.90859 14.47 3.18859L16.86 5.57859H7.14L9.53 3.18859C9.8 2.91859 9.8 2.47859 9.53 2.19859C9.26 1.92859 8.82 1.92859 8.54 2.19859L5.17 5.57859H4.77C3.87 5.57859 2 5.57859 2 8.13859C2 9.10859 2.2 9.74859 2.62 10.1686C2.86 10.4186 3.15 10.5486 3.46 10.6186C3.75 10.6886 4.06 10.6986 4.36 10.6986H19.64C19.95 10.6986 20.24 10.6786 20.52 10.6186C21.36 10.4186 22 9.81859 22 8.13859C22 5.57859 20.13 5.57859 19.24 5.57859Z\" fill=\"\"/>\n<path d=\"M19.0506 12H4.87064C4.25064 12 3.78064 12.55 3.88064 13.16L4.72064 18.3C5.00064 20.02 5.75064 22 9.08064 22H14.6906C18.0606 22 18.6606 20.31 19.0206 18.42L20.0306 13.19C20.1506 12.57 19.6806 12 19.0506 12ZM12.0006 19.5C9.66064 19.5 7.75064 17.59 7.75064 15.25C7.75064 14.84 8.09064 14.5 8.50064 14.5C8.91064 14.5 9.25064 14.84 9.25064 15.25C9.25064 16.77 10.4806 18 12.0006 18C13.5206 18 14.7506 16.77 14.7506 15.25C14.7506 14.84 15.0906 14.5 15.5006 14.5C15.9106 14.5 16.2506 14.84 16.2506 15.25C16.2506 17.59 14.3406 19.5 12.0006 19.5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"bag tick 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.9597 8.95844C19.2897 8.21844 18.2797 7.78844 16.8797 7.63844V6.87844C16.8797 5.50844 16.2997 4.18844 15.2797 3.26844C14.2497 2.32844 12.9097 1.88844 11.5197 2.01844C9.12975 2.24844 7.11975 4.55844 7.11975 7.05844V7.63844C5.71975 7.78844 4.70975 8.21844 4.03975 8.95844C3.06975 10.0384 3.09975 11.4784 3.20975 12.4784L3.90975 18.0484C4.11975 19.9984 4.90975 21.9984 9.20975 21.9984H14.7897C19.0897 21.9984 19.8797 19.9984 20.0897 18.0584L20.7897 12.4684C20.8997 11.4784 20.9297 10.0384 19.9597 8.95844ZM11.6597 3.40844C12.6597 3.31844 13.6097 3.62844 14.3497 4.29844C15.0797 4.95844 15.4897 5.89844 15.4897 6.87844V7.57844H8.50975V7.05844C8.50975 5.27844 9.97975 3.56844 11.6597 3.40844ZM11.9997 18.5784C9.90975 18.5784 8.20975 16.8784 8.20975 14.7884C8.20975 12.6984 9.90975 10.9984 11.9997 10.9984C14.0897 10.9984 15.7897 12.6984 15.7897 14.7884C15.7897 16.8784 14.0897 18.5784 11.9997 18.5784Z\" fill=\"\"/>\n<path d=\"M11.4309 16.64C11.2409 16.64 11.0509 16.57 10.9009 16.42L9.91086 15.43C9.62086 15.14 9.62086 14.66 9.91086 14.37C10.2009 14.08 10.6809 14.08 10.9709 14.37L11.4509 14.85L13.0509 13.37C13.3509 13.09 13.8309 13.11 14.1109 13.41C14.3909 13.71 14.3709 14.19 14.0709 14.47L11.9409 16.44C11.7909 16.57 11.6109 16.64 11.4309 16.64Z\" fill=\"\"/>\n</svg>\n</li><li title=\"bag tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.24 5.57859H18.84L15.46 2.19859C15.19 1.92859 14.75 1.92859 14.47 2.19859C14.2 2.46859 14.2 2.90859 14.47 3.18859L16.86 5.57859H7.14L9.53 3.18859C9.8 2.91859 9.8 2.47859 9.53 2.19859C9.26 1.92859 8.82 1.92859 8.54 2.19859L5.17 5.57859H4.77C3.87 5.57859 2 5.57859 2 8.13859C2 9.10859 2.2 9.74859 2.62 10.1686C2.86 10.4186 3.15 10.5486 3.46 10.6186C3.75 10.6886 4.06 10.6986 4.36 10.6986H19.64C19.95 10.6986 20.24 10.6786 20.52 10.6186C21.36 10.4186 22 9.81859 22 8.13859C22 5.57859 20.13 5.57859 19.24 5.57859Z\" fill=\"\"/>\n<path d=\"M19.0897 12H4.90971C4.28971 12 3.81971 12.55 3.91971 13.16L4.75971 18.3C5.03971 20.02 5.78971 22 9.11971 22H14.7297C18.0997 22 18.6997 20.31 19.0597 18.42L20.0697 13.19C20.1897 12.57 19.7197 12 19.0897 12ZM14.8797 16.05L11.6297 19.05C11.4897 19.18 11.3097 19.25 11.1197 19.25C10.9297 19.25 10.7397 19.18 10.5897 19.03L9.08971 17.53C8.79971 17.24 8.79971 16.76 9.08971 16.47C9.38971 16.18 9.85971 16.18 10.1597 16.47L11.1497 17.46L13.8697 14.95C14.1697 14.67 14.6497 14.69 14.9297 14.99C15.2097 15.3 15.1897 15.77 14.8797 16.05Z\" fill=\"\"/>\n</svg>\n</li><li title=\"bag timer \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.9597 8.95844C19.2897 8.21844 18.2797 7.78844 16.8797 7.63844V6.87844C16.8797 5.50844 16.2997 4.18844 15.2797 3.26844C14.2497 2.32844 12.9097 1.88844 11.5197 2.01844C9.12975 2.24844 7.11975 4.55844 7.11975 7.05844V7.63844C5.71975 7.78844 4.70975 8.21844 4.03975 8.95844C3.06975 10.0384 3.09975 11.4784 3.20975 12.4784L3.90975 18.0484C4.11975 19.9984 4.90975 21.9984 9.20975 21.9984H14.7897C19.0897 21.9984 19.8797 19.9984 20.0897 18.0584L20.7897 12.4684C20.8997 11.4784 20.9297 10.0384 19.9597 8.95844ZM11.6597 3.40844C12.6597 3.31844 13.6097 3.62844 14.3497 4.29844C15.0797 4.95844 15.4897 5.89844 15.4897 6.87844V7.57844H8.50975V7.05844C8.50975 5.27844 9.97975 3.56844 11.6597 3.40844ZM11.9997 18.5784C9.90975 18.5784 8.20975 16.8784 8.20975 14.7884C8.20975 12.6984 9.90975 10.9984 11.9997 10.9984C14.0897 10.9984 15.7897 12.6984 15.7897 14.7884C15.7897 16.8784 14.0897 18.5784 11.9997 18.5784Z\" fill=\"\"/>\n<path d=\"M10.9999 16.5781C10.7499 16.5781 10.4999 16.4481 10.3599 16.2181C10.1499 15.8681 10.2599 15.3981 10.6199 15.1881L11.5099 14.6581V13.5781C11.5099 13.1681 11.8499 12.8281 12.2599 12.8281C12.6699 12.8281 12.9999 13.1581 12.9999 13.5781V15.0781C12.9999 15.3381 12.8599 15.5881 12.6399 15.7181L11.3899 16.4681C11.2699 16.5381 11.1299 16.5781 10.9999 16.5781Z\" fill=\"\"/>\n</svg>\n</li><li title=\"bag \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.24 5.57859H18.84L15.46 2.19859C15.19 1.92859 14.75 1.92859 14.47 2.19859C14.2 2.46859 14.2 2.90859 14.47 3.18859L16.86 5.57859H7.14L9.53 3.18859C9.8 2.91859 9.8 2.47859 9.53 2.19859C9.26 1.92859 8.82 1.92859 8.54 2.19859L5.17 5.57859H4.77C3.87 5.57859 2 5.57859 2 8.13859C2 9.10859 2.2 9.74859 2.62 10.1686C2.86 10.4186 3.15 10.5486 3.46 10.6186C3.75 10.6886 4.06 10.6986 4.36 10.6986H19.64C19.95 10.6986 20.24 10.6786 20.52 10.6186C21.36 10.4186 22 9.81859 22 8.13859C22 5.57859 20.13 5.57859 19.24 5.57859Z\" fill=\"\"/>\n<path d=\"M19.0506 12H4.87064C4.25064 12 3.78064 12.55 3.88064 13.16L4.72064 18.3C5.00064 20.02 5.75064 22 9.08064 22H14.6906C18.0606 22 18.6606 20.31 19.0206 18.42L20.0306 13.19C20.1506 12.57 19.6806 12 19.0506 12ZM10.6106 18.45C10.6106 18.84 10.3006 19.15 9.92064 19.15C9.53064 19.15 9.22064 18.84 9.22064 18.45V15.15C9.22064 14.77 9.53064 14.45 9.92064 14.45C10.3006 14.45 10.6106 14.77 10.6106 15.15V18.45ZM14.8906 18.45C14.8906 18.84 14.5806 19.15 14.1906 19.15C13.8106 19.15 13.4906 18.84 13.4906 18.45V15.15C13.4906 14.77 13.8106 14.45 14.1906 14.45C14.5806 14.45 14.8906 14.77 14.8906 15.15V18.45Z\" fill=\"\"/>\n</svg>\n</li><li title=\"bank \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 19V22H2V19C2 18.45 2.45 18 3 18H21C21.55 18 22 18.45 22 19Z\" fill=\"\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 11H5V18H7V11Z\" fill=\"\"/>\n<path d=\"M11 11H9V18H11V11Z\" fill=\"\"/>\n<path d=\"M15 11H13V18H15V11Z\" fill=\"\"/>\n<path d=\"M19 11H17V18H19V11Z\" fill=\"\"/>\n<path d=\"M23 22.75H1C0.59 22.75 0.25 22.41 0.25 22C0.25 21.59 0.59 21.25 1 21.25H23C23.41 21.25 23.75 21.59 23.75 22C23.75 22.41 23.41 22.75 23 22.75Z\" fill=\"\"/>\n<path d=\"M21.37 5.74984L12.37 2.14984C12.17 2.06984 11.83 2.06984 11.63 2.14984L2.63 5.74984C2.28 5.88984 2 6.29984 2 6.67984V9.99984C2 10.5498 2.45 10.9998 3 10.9998H21C21.55 10.9998 22 10.5498 22 9.99984V6.67984C22 6.29984 21.72 5.88984 21.37 5.74984ZM12 8.49984C11.17 8.49984 10.5 7.82984 10.5 6.99984C10.5 6.16984 11.17 5.49984 12 5.49984C12.83 5.49984 13.5 6.16984 13.5 6.99984C13.5 7.82984 12.83 8.49984 12 8.49984Z\" fill=\"\"/>\n</svg>\n</li><li title=\"barcode \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 3.5H7C4 3.5 2 5 2 8.5V15.5C2 19 4 20.5 7 20.5H17C20 20.5 22 19 22 15.5V8.5C22 5 20 3.5 17 3.5ZM6.75 16C6.75 16.41 6.41 16.75 6 16.75C5.59 16.75 5.25 16.41 5.25 16V8C5.25 7.59 5.59 7.25 6 7.25C6.41 7.25 6.75 7.59 6.75 8V16ZM9.75 16C9.75 16.41 9.41 16.75 9 16.75C8.59 16.75 8.25 16.41 8.25 16V15C8.25 14.59 8.59 14.25 9 14.25C9.41 14.25 9.75 14.59 9.75 15V16ZM9.75 12C9.75 12.41 9.41 12.75 9 12.75C8.59 12.75 8.25 12.41 8.25 12V8C8.25 7.59 8.59 7.25 9 7.25C9.41 7.25 9.75 7.59 9.75 8V12ZM12.75 16C12.75 16.41 12.41 16.75 12 16.75C11.59 16.75 11.25 16.41 11.25 16V8C11.25 7.59 11.59 7.25 12 7.25C12.41 7.25 12.75 7.59 12.75 8V16ZM15.75 16C15.75 16.41 15.41 16.75 15 16.75C14.59 16.75 14.25 16.41 14.25 16V12C14.25 11.59 14.59 11.25 15 11.25C15.41 11.25 15.75 11.59 15.75 12V16ZM15.75 9C15.75 9.41 15.41 9.75 15 9.75C14.59 9.75 14.25 9.41 14.25 9V8C14.25 7.59 14.59 7.25 15 7.25C15.41 7.25 15.75 7.59 15.75 8V9ZM18.75 16C18.75 16.41 18.41 16.75 18 16.75C17.59 16.75 17.25 16.41 17.25 16V8C17.25 7.59 17.59 7.25 18 7.25C18.41 7.25 18.75 7.59 18.75 8V16Z\" fill=\"\"/>\n</svg>\n</li><li title=\"battery 3full \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.4192 9.00047C20.2792 8.99047 20.0992 8.98047 19.8992 8.98047C19.5092 8.98047 19.1992 9.29047 19.1992 9.68047V14.3305C19.1992 14.7205 19.5092 15.0305 19.8992 15.0305C20.0992 15.0305 20.2692 15.0205 20.4392 15.0105C21.9992 14.8305 21.9992 13.7305 21.9992 12.9305V11.0705C21.9992 10.2705 21.9992 9.17047 20.4192 9.00047Z\" fill=\"\"/>\n<path d=\"M12.93 4.78906H7.35C3.25 4.78906 2 6.03906 2 10.1391V13.8591C2 17.9591 3.25 19.2091 7.35 19.2091H12.93C17.03 19.2091 18.28 17.9591 18.28 13.8591V10.1391C18.28 6.03906 17.03 4.78906 12.93 4.78906ZM7.1 14.1791C7.02 14.5191 6.71 14.7491 6.37 14.7491C6.31 14.7491 6.25 14.7391 6.19 14.7291C5.79 14.6291 5.54 14.2191 5.64 13.8191C5.94 12.6291 5.94 11.3691 5.64 10.1791C5.54 9.77906 5.78 9.36906 6.19 9.26906C6.6 9.16906 7 9.41906 7.1 9.81906C7.46 11.2491 7.46 12.7491 7.1 14.1791ZM10.6 14.1791C10.52 14.5191 10.21 14.7491 9.87 14.7491C9.81 14.7491 9.75 14.7391 9.69 14.7291C9.29 14.6291 9.04 14.2191 9.14 13.8191C9.44 12.6291 9.44 11.3691 9.14 10.1791C9.04 9.77906 9.28 9.36906 9.69 9.26906C10.09 9.16906 10.5 9.40906 10.6 9.81906C10.96 11.2491 10.96 12.7491 10.6 14.1791Z\" fill=\"\"/>\n</svg>\n</li><li title=\"battery charging \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.4192 9.00047C20.2792 8.99047 20.0992 8.98047 19.8992 8.98047C19.5092 8.98047 19.1992 9.29047 19.1992 9.68047V14.3305C19.1992 14.7205 19.5092 15.0305 19.8992 15.0305C20.0992 15.0305 20.2692 15.0205 20.4392 15.0105C21.9992 14.8305 21.9992 13.7305 21.9992 12.9305V11.0705C21.9992 10.2705 21.9992 9.17047 20.4192 9.00047Z\" fill=\"\"/>\n<path d=\"M12.93 4.78906H7.35C3.25 4.78906 2 6.03906 2 10.1391V13.8591C2 17.9591 3.25 19.2091 7.35 19.2091H12.93C17.03 19.2091 18.28 17.9591 18.28 13.8591V10.1391C18.28 6.03906 17.03 4.78906 12.93 4.78906ZM12.53 13.6791C12.51 13.7191 12.48 13.7591 12.45 13.7891L10.58 15.9791C10.43 16.1491 10.22 16.2391 10.01 16.2391C9.84 16.2391 9.66 16.1791 9.52 16.0591C9.21 15.7891 9.17 15.3191 9.44 14.9991L11.24 12.8891C11.25 12.8591 11.24 12.8291 11.22 12.7991C11.2 12.7591 11.16 12.7391 11.11 12.7391H9.12C8.53 12.7391 8.01 12.4391 7.71 11.9291C7.42 11.4191 7.42 10.8191 7.71 10.3091L9.42 8.04906C9.67 7.71906 10.14 7.64906 10.47 7.89906C10.8 8.14906 10.87 8.61906 10.62 8.94906L8.97 11.1391C9 11.0991 9 11.1391 9.02 11.1891C9.04 11.2291 9.08 11.2491 9.13 11.2491H11.14C11.73 11.2491 12.25 11.5491 12.55 12.0591C12.82 12.5691 12.82 13.1691 12.53 13.6791Z\" fill=\"\"/>\n</svg>\n</li><li title=\"battery disable \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.4192 9.00047C20.2792 8.99047 20.0992 8.98047 19.8992 8.98047C19.5092 8.98047 19.1992 9.29047 19.1992 9.68047V14.3305C19.1992 14.7205 19.5092 15.0305 19.8992 15.0305C20.0992 15.0305 20.2692 15.0205 20.4392 15.0105C21.9992 14.8305 21.9992 13.7305 21.9992 12.9305V11.0705C21.9992 10.2705 21.9992 9.17047 20.4192 9.00047Z\" fill=\"\"/>\n<path d=\"M18.2794 10.1405V13.8605C18.2794 16.8105 15.8794 19.2105 12.9294 19.2105H9.25942C8.46942 19.2105 7.98942 18.3405 8.40942 17.6805L15.6694 6.2005C16.0294 5.6305 16.8394 5.5805 17.2894 6.0905C18.0094 6.9205 18.2794 8.2105 18.2794 10.1405Z\" fill=\"\"/>\n<path d=\"M16.4 1.87036C16.05 1.65036 15.59 1.75036 15.37 2.10036L13.66 4.81036C13.43 4.80036 13.19 4.79036 12.93 4.79036H7.35C3.25 4.79036 2 6.04036 2 10.1404V13.8604C2 16.9104 2.7 18.3704 4.74 18.9204L3.37 21.1004C3.15 21.4504 3.25 21.9104 3.6 22.1304C3.72 22.2104 3.86 22.2504 4 22.2504C4.25 22.2504 4.49 22.1304 4.63 21.9004L16.63 2.90036C16.86 2.55036 16.75 2.09036 16.4 1.87036Z\" fill=\"\"/>\n</svg>\n</li><li title=\"battery empty 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.93 4.78906H7.35C3.25 4.78906 2 6.03906 2 10.1391V13.8591C2 17.9591 3.25 19.2091 7.35 19.2091H12.93C17.03 19.2091 18.28 17.9591 18.28 13.8591V10.1391C18.28 6.03906 17.03 4.78906 12.93 4.78906Z\" fill=\"\"/>\n<path d=\"M20.4192 9.00047C20.2792 8.99047 20.0992 8.98047 19.8992 8.98047C19.5092 8.98047 19.1992 9.29047 19.1992 9.68047V14.3305C19.1992 14.7205 19.5092 15.0305 19.8992 15.0305C20.0992 15.0305 20.2692 15.0205 20.4392 15.0105C21.9992 14.8305 21.9992 13.7305 21.9992 12.9305V11.0705C21.9992 10.2705 21.9992 9.17047 20.4192 9.00047Z\" fill=\"\"/>\n</svg>\n</li><li title=\"battery empty \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.4192 9.00047C20.2792 8.99047 20.0992 8.98047 19.8992 8.98047C19.5092 8.98047 19.1992 9.29047 19.1992 9.68047V14.3305C19.1992 14.7205 19.5092 15.0305 19.8992 15.0305C20.0992 15.0305 20.2692 15.0205 20.4392 15.0105C21.9992 14.8305 21.9992 13.7305 21.9992 12.9305V11.0705C21.9992 10.2705 21.9992 9.17047 20.4192 9.00047Z\" fill=\"\"/>\n<path d=\"M12.93 4.78906H7.35C3.25 4.78906 2 6.03906 2 10.1391V13.8591C2 17.9591 3.25 19.2091 7.35 19.2091H12.93C17.03 19.2091 18.28 17.9591 18.28 13.8591V10.1391C18.28 6.03906 17.03 4.78906 12.93 4.78906ZM7.1 14.1791C7.02 14.5191 6.71 14.7491 6.37 14.7491C6.31 14.7491 6.25 14.7391 6.19 14.7291C5.79 14.6291 5.54 14.2191 5.64 13.8191C5.94 12.6291 5.94 11.3691 5.64 10.1791C5.54 9.77906 5.78 9.36906 6.19 9.26906C6.59 9.16906 7 9.41906 7.1 9.81906C7.46 11.2491 7.46 12.7491 7.1 14.1791Z\" fill=\"\"/>\n</svg>\n</li><li title=\"battery full \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.4192 9.00047C20.2792 8.99047 20.0992 8.98047 19.8992 8.98047C19.5092 8.98047 19.1992 9.29047 19.1992 9.68047V14.3305C19.1992 14.7205 19.5092 15.0305 19.8992 15.0305C20.0992 15.0305 20.2692 15.0205 20.4392 15.0105C21.9992 14.8305 21.9992 13.7305 21.9992 12.9305V11.0705C21.9992 10.2705 21.9992 9.17047 20.4192 9.00047Z\" fill=\"\"/>\n<path d=\"M12.93 4.78906H7.35C3.25 4.78906 2 6.03906 2 10.1391V13.8591C2 17.9591 3.25 19.2091 7.35 19.2091H12.93C17.03 19.2091 18.28 17.9591 18.28 13.8591V10.1391C18.28 6.03906 17.03 4.78906 12.93 4.78906ZM7.1 14.1791C7.02 14.5191 6.71 14.7491 6.37 14.7491C6.31 14.7491 6.25 14.7391 6.19 14.7291C5.79 14.6291 5.54 14.2191 5.64 13.8191C5.94 12.6291 5.94 11.3691 5.64 10.1791C5.54 9.77906 5.78 9.36906 6.19 9.26906C6.6 9.16906 7 9.41906 7.1 9.81906C7.46 11.2491 7.46 12.7491 7.1 14.1791ZM10.6 14.1791C10.52 14.5191 10.21 14.7491 9.87 14.7491C9.81 14.7491 9.75 14.7391 9.69 14.7291C9.29 14.6291 9.04 14.2191 9.14 13.8191C9.44 12.6291 9.44 11.3691 9.14 10.1791C9.04 9.77906 9.28 9.36906 9.69 9.26906C10.09 9.16906 10.5 9.40906 10.6 9.81906C10.96 11.2491 10.96 12.7491 10.6 14.1791ZM14.1 14.1791C14.02 14.5191 13.71 14.7491 13.37 14.7491C13.31 14.7491 13.25 14.7391 13.19 14.7291C12.79 14.6291 12.54 14.2191 12.64 13.8191C12.94 12.6291 12.94 11.3691 12.64 10.1791C12.54 9.77906 12.78 9.36906 13.19 9.26906C13.59 9.16906 14 9.40906 14.1 9.81906C14.46 11.2491 14.46 12.7491 14.1 14.1791Z\" fill=\"\"/>\n</svg>\n</li><li title=\"bezier \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.14 7.72C19.43 8.47 20.15 9 21 9C22.1 9 23 8.1 23 7C23 5.9 22.1 5 21 5C20.15 5 19.43 5.53 19.14 6.28C19.09 6.27 19.05 6.25 19 6.25H15V5.5C15 4.68 14.32 4 13.5 4H10.5C9.68 4 9 4.68 9 5.5V6.25H5C4.95 6.25 4.91 6.27 4.86 6.28C4.57 5.53 3.85 5 3 5C1.9 5 1 5.9 1 7C1 8.1 1.9 9 3 9C3.85 9 4.57 8.47 4.86 7.72C4.91 7.73 4.95 7.75 5 7.75H7.57C5.52 9.27 4.25 11.79 4.25 14.5C4.25 14.67 4.26 14.83 4.28 15H4C3.17 15 2.5 15.67 2.5 16.5V18.5C2.5 19.33 3.17 20 4 20H6C6.22 20 6.42 19.95 6.61 19.86C7.13 19.64 7.5 19.11 7.5 18.5V16.5C7.5 15.67 6.83 15 6 15H5.77C5.77 14.97 5.78 14.94 5.78 14.91C5.76 14.77 5.76 14.64 5.76 14.5C5.76 12.03 7.03 9.77 9.02 8.6C9.06 9.37 9.71 10 10.5 10H13.5C14.29 10 14.94 9.37 14.99 8.6C16.98 9.77 18.25 12.04 18.25 14.5C18.25 14.64 18.24 14.77 18.23 14.91C18.23 14.94 18.24 14.97 18.24 15H18C17.17 15 16.5 15.67 16.5 16.5V18.5C16.5 19.11 16.87 19.64 17.39 19.86C17.58 19.95 17.78 20 18 20H20C20.83 20 21.5 19.33 21.5 18.5V16.5C21.5 15.67 20.83 15 20 15H19.72C19.74 14.83 19.75 14.67 19.75 14.5C19.75 11.79 18.48 9.27 16.43 7.75H19C19.05 7.75 19.09 7.73 19.14 7.72Z\" fill=\"\"/>\n</svg>\n</li><li title=\"bill \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 3.25H2C1.59 3.25 1.25 2.91 1.25 2.5C1.25 2.09 1.59 1.75 2 1.75H22C22.41 1.75 22.75 2.09 22.75 2.5C22.75 2.91 22.41 3.25 22 3.25Z\" fill=\"\"/>\n<path d=\"M3.66992 2.5V14.47C3.66992 15.45 4.12992 16.38 4.91992 16.97L10.1299 20.87C11.2399 21.7 12.7699 21.7 13.8799 20.87L19.0899 16.97C19.8799 16.38 20.3399 15.45 20.3399 14.47V2.5H3.66992ZM15.9999 13.75H7.99992C7.58992 13.75 7.24992 13.41 7.24992 13C7.24992 12.59 7.58992 12.25 7.99992 12.25H15.9999C16.4099 12.25 16.7499 12.59 16.7499 13C16.7499 13.41 16.4099 13.75 15.9999 13.75ZM15.9999 8.75H7.99992C7.58992 8.75 7.24992 8.41 7.24992 8C7.24992 7.59 7.58992 7.25 7.99992 7.25H15.9999C16.4099 7.25 16.7499 7.59 16.7499 8C16.7499 8.41 16.4099 8.75 15.9999 8.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"bitcoin card \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.38 10.75C17.38 10.53 17.14 10.25 16.88 10.25H14.94H14.5V11.25H16.88C17.15 11.25 17.38 11.03 17.38 10.75Z\" fill=\"\"/>\n<path d=\"M17.32 12.75H16.87H14.5V13.75H14.94H17.32C17.69 13.75 18 13.52 18 13.25C18 12.98 17.69 12.75 17.32 12.75Z\" fill=\"\"/>\n<path d=\"M17.85 3.39844H6.15C3.86 3.39844 2 5.24844 2 7.53844V16.4584C2 18.7484 3.86 20.5984 6.15 20.5984H17.85C20.14 20.5984 22 18.7484 22 16.4584V7.53844C22 5.24844 20.14 3.39844 17.85 3.39844ZM9.25 12.7484H5.25C4.84 12.7484 4.5 12.4084 4.5 11.9984C4.5 11.5884 4.84 11.2484 5.25 11.2484H9.25C9.66 11.2484 10 11.5884 10 11.9984C10 12.4084 9.66 12.7484 9.25 12.7484ZM17.32 15.2484H16.26V15.7484C16.26 16.1584 15.92 16.4984 15.51 16.4984C15.1 16.4984 14.76 16.1584 14.76 15.7484V15.2484H13.75H12.75C12.34 15.2484 12 14.9084 12 14.4984C12 14.0884 12.34 13.7484 12.75 13.7484H13V11.9984V10.2484H12.75C12.34 10.2484 12 9.90844 12 9.49844C12 9.08844 12.34 8.74844 12.75 8.74844H13.75H14.76V8.24844C14.76 7.83844 15.1 7.49844 15.51 7.49844C15.92 7.49844 16.26 7.83844 16.26 8.24844V8.74844H16.87C17.94 8.74844 18.87 9.67844 18.87 10.7484C18.87 11.0784 18.78 11.3884 18.64 11.6684C19.16 12.0384 19.5 12.6084 19.5 13.2484C19.5 14.3484 18.52 15.2484 17.32 15.2484Z\" fill=\"\"/>\n</svg>\n</li><li title=\"bitcoin convert \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M23.0004 15.2188C22.5904 15.2188 22.2504 15.5588 22.2504 15.9688C22.2504 18.9288 20.1904 21.4087 17.4204 22.0587L17.6904 21.6088C17.9004 21.2488 17.7904 20.7887 17.4304 20.5787C17.0804 20.3687 16.6104 20.4787 16.4004 20.8387L15.3504 22.5887C15.2104 22.8187 15.2104 23.1087 15.3404 23.3387C15.4704 23.5787 15.7204 23.7187 15.9904 23.7187C20.2604 23.7187 23.7404 20.2387 23.7404 15.9688C23.7504 15.5588 23.4104 15.2188 23.0004 15.2188Z\" fill=\"\"/>\n<path d=\"M8 0.21875C3.73 0.21875 0.25 3.69875 0.25 7.96875C0.25 8.37875 0.59 8.71875 1 8.71875C1.41 8.71875 1.75 8.37875 1.75 7.96875C1.75 5.00875 3.81 2.52875 6.58 1.87875L6.31 2.32875C6.1 2.68875 6.21 3.14875 6.57 3.35875C6.92 3.56875 7.39 3.45875 7.6 3.09875L8.65 1.34875C8.78 1.11875 8.79 0.83875 8.65 0.59875C8.52 0.36875 8.27 0.21875 8 0.21875Z\" fill=\"\"/>\n<path d=\"M21.5002 8.67C21.5002 11.75 19.2602 14.29 16.3302 14.76C16.3302 14.75 16.3302 14.75 16.3302 14.74C16.0402 11.01 13.0202 7.97 9.24023 7.67C9.71023 4.74 12.2502 2.5 15.3302 2.5C18.7402 2.5 21.5002 5.26 21.5002 8.67Z\" fill=\"\"/>\n<path d=\"M9.80914 14.2003C9.80914 14.0503 9.63914 13.8203 9.42914 13.8203H7.36914V14.5703H9.42914C9.63914 14.5803 9.80914 14.4103 9.80914 14.2003Z\" fill=\"\"/>\n<path d=\"M9.82914 16.0781H9.42914H7.36914V16.8281H9.83914C10.1591 16.8281 10.3791 16.6281 10.3791 16.4481C10.3791 16.2681 10.1491 16.0781 9.82914 16.0781Z\" fill=\"\"/>\n<path d=\"M14.83 14.8484C14.6 11.8184 12.18 9.39844 9.15 9.16844C8.99 9.15844 8.84 9.14844 8.67 9.14844C5.26 9.14844 2.5 11.9084 2.5 15.3284C2.5 18.7384 5.26 21.4984 8.67 21.4984C12.08 21.4984 14.85 18.7384 14.85 15.3284C14.85 15.1584 14.84 15.0084 14.83 14.8484ZM9.83 18.3284H9.17V18.7084C9.17 19.1184 8.83 19.4584 8.42 19.4584C8.01 19.4584 7.67 19.1184 7.67 18.7084V18.3284H6.62C6.21 18.3284 5.87 17.9884 5.87 17.5784V15.3284V13.0784C5.87 12.6684 6.21 12.3284 6.62 12.3284H7.67V11.9484C7.67 11.5384 8.01 11.1984 8.42 11.1984C8.83 11.1984 9.17 11.5384 9.17 11.9484V12.3284H9.43C10.43 12.3284 11.31 13.2084 11.31 14.2084C11.31 14.4984 11.24 14.7684 11.12 15.0184C11.58 15.3584 11.87 15.8784 11.87 16.4584C11.87 17.4884 10.96 18.3284 9.83 18.3284Z\" fill=\"\"/>\n</svg>\n</li><li title=\"bitcoin refresh \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M23.5293 12.0483C23.2393 11.7583 22.7593 11.7583 22.4693 12.0483L22.0093 12.5083V11.9983C22.0093 6.47828 17.5193 1.98828 11.9993 1.98828C8.94927 1.98828 6.09927 3.35828 4.18927 5.73828C3.92927 6.05828 3.97927 6.53828 4.30927 6.79828C4.62927 7.04828 5.09927 6.99828 5.35927 6.67828C6.98927 4.64828 9.40927 3.48828 11.9993 3.48828C16.6893 3.48828 20.5093 7.30828 20.5093 11.9983V12.4983L20.0493 12.0383C19.7593 11.7483 19.2793 11.7483 18.9893 12.0383C18.6993 12.3283 18.6993 12.8083 18.9893 13.0983L20.7293 14.8383C20.7993 14.9083 20.8793 14.9583 20.9693 14.9983C21.0593 15.0383 21.1593 15.0583 21.2593 15.0583C21.3593 15.0583 21.4493 15.0383 21.5493 14.9983C21.6393 14.9583 21.7193 14.9083 21.7893 14.8383L23.5293 13.0983C23.8193 12.8183 23.8193 12.3383 23.5293 12.0483Z\" fill=\"\"/>\n<path d=\"M19.6895 17.1997C19.3695 16.9397 18.8895 16.9897 18.6395 17.3197C17.0095 19.3497 14.5895 20.5097 11.9995 20.5097C7.30945 20.5097 3.48945 16.6897 3.48945 11.9997V11.4997L3.94945 11.9597C4.09945 12.1097 4.28945 12.1797 4.47945 12.1797C4.66945 12.1797 4.85945 12.0997 4.99945 11.9497C5.28945 11.6597 5.28945 11.1797 4.99945 10.8897L3.26945 9.14969C3.19945 9.08969 3.10945 9.02969 3.01945 8.98969C2.83945 8.90969 2.62945 8.90969 2.44945 8.98969C2.35945 9.02969 2.27945 9.08969 2.20945 9.14969L0.469453 10.8897C0.179453 11.1797 0.179453 11.6597 0.469453 11.9497C0.759453 12.2397 1.23945 12.2397 1.52945 11.9497L1.98945 11.4897V11.9997C1.98945 17.5197 6.47945 22.0097 11.9995 22.0097C15.0495 22.0097 17.8995 20.6397 19.8095 18.2597C20.0695 17.9397 20.0195 17.4597 19.6895 17.1997Z\" fill=\"\"/>\n<path d=\"M15.45 11.64C15.72 11.24 15.87 10.77 15.87 10.25C15.87 8.92 14.7 7.75 13.37 7.75H12.55V6.75C12.55 6.34 12.21 6 11.8 6C11.39 6 11.05 6.34 11.05 6.75V7.75H9C8.59 7.75 8.25 8.09 8.25 8.5V12V15.5C8.25 15.91 8.59 16.25 9 16.25H11.05V17.25C11.05 17.66 11.39 18 11.8 18C12.21 18 12.55 17.66 12.55 17.25V16.25H14C15.52 16.25 16.75 15.13 16.75 13.75C16.75 12.86 16.23 12.08 15.45 11.64ZM9.75 9.25H13.37C13.92 9.25 14.37 9.8 14.37 10.25C14.37 10.8 13.92 11.25 13.37 11.25H9.75V9.25ZM14 14.75H9.75V12.75H13.37H14C14.69 12.75 15.25 13.2 15.25 13.75C15.25 14.3 14.69 14.75 14 14.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"blend 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.9007 8.07C15.4507 4.64 12.5207 2 8.9707 2C5.1007 2 1.9707 5.13 1.9707 9C1.9707 12.55 4.6107 15.48 8.0407 15.93C8.3407 15.98 8.6507 16 8.9707 16C9.08708 16 9.20194 15.997 9.31589 15.991C9.53626 15.9793 9.62675 15.716 9.4707 15.56C9.1807 15.26 9.1807 14.79 9.4707 14.5C9.7607 14.2 10.2407 14.2 10.5307 14.5L11.3102 15.2795C11.4503 15.4196 11.6606 15.4653 11.8416 15.3847C12.2241 15.2145 12.5859 15.0103 12.9271 14.7743C13.1713 14.6053 13.1868 14.2581 12.9756 14.0493L12.4707 13.55C12.1807 13.26 12.1707 12.79 12.4707 12.49C12.7607 12.2 13.2307 12.19 13.5307 12.48L14.0393 12.9829C14.2491 13.1904 14.5936 13.1728 14.7616 12.9302C14.9924 12.5969 15.1932 12.2431 15.3582 11.869C15.4376 11.689 15.3913 11.4806 15.2522 11.3415L14.4707 10.56C14.1807 10.26 14.1807 9.79 14.4707 9.5C14.7607 9.2 15.2407 9.2 15.5307 9.5C15.6867 9.65604 15.95 9.56556 15.9617 9.34519C15.9677 9.23124 15.9707 9.11637 15.9707 9C15.9707 8.68 15.9507 8.37 15.9007 8.07Z\" fill=\"\"/>\n<path d=\"M21.9698 14.9991C21.9698 18.8691 18.8398 21.9991 14.9698 21.9991C12.0396 21.9991 9.52548 20.1991 8.49135 17.6319C8.36614 17.321 8.63465 16.9991 8.96977 16.9991C9.31977 16.9991 9.64977 16.9791 9.98977 16.9291L10.4948 16.8617C10.6492 16.8411 10.8044 16.8937 10.9145 17.0038L11.4398 17.5291C11.5898 17.6791 11.7798 17.7491 11.9698 17.7491C12.1698 17.7491 12.3598 17.6791 12.4998 17.5291C12.7998 17.2391 12.7998 16.7591 12.4998 16.4691C12.4034 16.3727 12.4337 16.2094 12.5556 16.1486C12.9546 15.9498 13.3634 15.6963 13.7314 15.4229C13.9392 15.2685 14.2309 15.2784 14.4151 15.4603L14.8998 15.9391C15.0498 16.0791 15.2398 16.1591 15.4298 16.1591C15.6198 16.1591 15.8198 16.0791 15.9598 15.9291C16.2498 15.6391 16.2498 15.1591 15.9498 14.8691L15.4717 14.397C15.2889 14.2165 15.2738 13.9276 15.4251 13.7201C15.6885 13.3588 15.9359 12.9657 16.1326 12.5808C16.1918 12.4649 16.3477 12.437 16.4398 12.5291C16.5898 12.6791 16.7798 12.7491 16.9698 12.7491C17.1698 12.7491 17.3598 12.6791 17.4998 12.5291C17.7998 12.2391 17.7998 11.7591 17.4998 11.4691L16.9745 10.9438C16.8644 10.8337 16.8118 10.6785 16.8324 10.5241L16.8998 10.0191C16.9498 9.67906 16.9698 9.34906 16.9698 8.99906C16.9698 8.6641 17.2917 8.39584 17.6023 8.52135C20.1621 9.55592 21.9698 12.0696 21.9698 14.9991Z\" fill=\"\"/>\n</svg>\n</li><li title=\"blend \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.9707 12C21.9707 15.31 19.2807 18 15.9707 18C15.2262 18 14.51 17.8643 13.8518 17.6141C13.5331 17.4929 13.4737 17.0851 13.6955 16.8262C14.8375 15.4938 15.4707 13.786 15.4707 12C15.4707 10.2082 14.8319 8.49432 13.6986 7.17467C13.4759 6.91543 13.5349 6.50621 13.8544 6.38494C14.5118 6.13537 15.2272 6 15.9707 6C19.2807 6 21.9707 8.69 21.9707 12Z\" fill=\"\"/>\n<path d=\"M13.9707 12C13.9707 13.77 13.2007 15.37 11.9707 16.46C10.9107 17.42 9.5107 18 7.9707 18C4.6607 18 1.9707 15.31 1.9707 12C1.9707 8.69 4.6607 6 7.9707 6C9.5107 6 10.9107 6.58 11.9707 7.54C13.2007 8.63 13.9707 10.23 13.9707 12Z\" fill=\"\"/>\n</svg>\n</li><li title=\"bluetooth 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.3008 17.3208L14.6108 15.3908L12.3008 13.3008V17.3208Z\" fill=\"\"/>\n<path d=\"M12.3008 6.67969V10.6397L14.6108 8.51969L12.3008 6.67969Z\" fill=\"\"/>\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM5.25 12C5.25 11.24 5.87 10.62 6.63 10.62C7.39 10.62 8 11.24 8 12C8 12.76 7.38 13.38 6.62 13.38C5.86 13.38 5.25 12.76 5.25 12ZM15.57 16.54L13.16 18.55C12.75 18.9 12.37 19 12.08 19C11.85 19 11.67 18.94 11.57 18.89C11.34 18.78 10.8 18.43 10.8 17.45V14.06L7.9 16.71C7.6 16.99 7.12 16.97 6.84 16.66C6.56 16.35 6.58 15.88 6.89 15.6L10.8 12.02V11.94L6.89 8.4C6.58 8.12 6.56 7.65 6.84 7.34C7.12 7.04 7.6 7.01 7.9 7.29L10.8 9.94V6.56C10.8 5.58 11.34 5.22 11.57 5.12C11.8 5.01 12.42 4.83 13.17 5.46L15.58 7.47C15.91 7.74 16.1 8.13 16.11 8.54C16.12 8.95 15.95 9.35 15.64 9.64L13.04 12L15.63 14.37C15.94 14.66 16.12 15.06 16.11 15.47C16.09 15.88 15.9 16.27 15.57 16.54ZM17.38 13.38C16.62 13.38 16 12.76 16 12C16 11.24 16.62 10.62 17.38 10.62C18.14 10.62 18.76 11.24 18.76 12C18.76 12.76 18.13 13.38 17.38 13.38Z\" fill=\"\"/>\n</svg>\n</li><li title=\"bluetooth circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.9004 10.5919L14.5704 9.06188L12.9004 7.67188V10.5919Z\" fill=\"\"/>\n<path d=\"M12.9004 16.3302L14.5704 14.9402L12.9004 13.4102V16.3302Z\" fill=\"\"/>\n<path d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM15.72 13.95C16.01 14.22 16.17 14.59 16.16 14.97C16.15 15.35 15.97 15.72 15.67 15.97L13.6 17.7C13.22 18.02 12.87 18.11 12.6 18.11C12.38 18.11 12.21 18.05 12.11 18.01C11.89 17.91 11.39 17.58 11.39 16.67V14L9.09 16.11C8.79 16.39 8.31 16.37 8.03 16.06C7.75 15.75 7.77 15.28 8.08 15L11.36 12L8.08 8.99C7.78 8.71 7.76 8.24 8.04 7.93C8.32 7.63 8.8 7.6 9.1 7.88L11.4 10V7.33C11.4 6.43 11.9 6.1 12.12 5.99C12.33 5.89 12.91 5.72 13.61 6.29L15.67 8.01C15.97 8.26 16.15 8.63 16.16 9.01C16.17 9.39 16.01 9.77 15.72 10.03L13.58 12L15.72 13.95Z\" fill=\"\"/>\n</svg>\n</li><li title=\"bluetooth rectangle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.9004 16.3302L14.5704 14.9402L12.9004 13.4102V16.3302Z\" fill=\"\"/>\n<path d=\"M12.9004 10.5919L14.5704 9.06188L12.9004 7.67188V10.5919Z\" fill=\"\"/>\n<path d=\"M15 2H9C6 2 4 4 4 7V17C4 20 6 22 9 22H15C18 22 20 20 20 17V7C20 4 18 2 15 2ZM15.72 13.95C16.01 14.22 16.17 14.59 16.16 14.97C16.15 15.35 15.97 15.72 15.67 15.97L13.6 17.7C13.22 18.02 12.87 18.11 12.6 18.11C12.38 18.11 12.21 18.05 12.11 18.01C11.89 17.91 11.39 17.58 11.39 16.67V14L9.09 16.11C8.79 16.39 8.31 16.37 8.03 16.06C7.75 15.75 7.77 15.28 8.08 15L11.36 12L8.08 8.99C7.78 8.71 7.76 8.24 8.04 7.93C8.32 7.63 8.8 7.6 9.1 7.88L11.4 10V7.33C11.4 6.43 11.9 6.1 12.12 5.99C12.33 5.89 12.91 5.71 13.61 6.29L15.67 8.01C15.97 8.26 16.15 8.63 16.16 9.01C16.17 9.39 16.01 9.77 15.72 10.03L13.58 12L15.72 13.95Z\" fill=\"\"/>\n</svg>\n</li><li title=\"bluetooth \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.9297 10.6406L15.2597 8.51063L12.9297 6.64062V10.6406Z\" fill=\"\"/>\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM16.27 14.39C16.58 14.68 16.76 15.08 16.75 15.49C16.74 15.9 16.55 16.29 16.22 16.57L13.8 18.59C13.38 18.94 13 19.04 12.71 19.04C12.48 19.04 12.3 18.98 12.2 18.93C11.97 18.82 11.43 18.46 11.43 17.48V14.06L8.51 16.74C8.21 17.02 7.73 17 7.45 16.69C7.17 16.38 7.19 15.91 7.5 15.63L11.43 12.03V11.95L7.49 8.38C7.19 8.1 7.17 7.62 7.45 7.32C7.73 7.02 8.21 6.99 8.51 7.27L11.43 9.95V6.53C11.43 5.55 11.97 5.19 12.2 5.08C12.43 4.97 13.05 4.79 13.8 5.42L16.22 7.44C16.55 7.71 16.74 8.11 16.75 8.52C16.76 8.93 16.59 9.33 16.27 9.62L13.67 12L16.27 14.39Z\" fill=\"\"/>\n<path d=\"M12.9297 17.3608L15.2597 15.4108L12.9297 13.3008V17.3608Z\" fill=\"\"/>\n</svg>\n</li><li title=\"blur \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.47 7.41158L15.93 6.20158C16.23 6.05158 16.31 5.66158 16.08 5.42158C15.19 4.44158 14.29 3.62158 13.57 3.00158C13.24 2.72158 12.75 2.95158 12.75 3.38158V6.96158C12.75 7.33158 13.14 7.57158 13.47 7.41158Z\" fill=\"\"/>\n<path d=\"M12.75 19.7384V21.3884C12.75 21.6884 13.02 21.9384 13.32 21.8884C16.05 21.4384 18.33 19.6084 19.41 17.1484C19.6 16.7284 19.14 16.3084 18.72 16.5084L13.03 19.2984C12.86 19.3784 12.75 19.5484 12.75 19.7384Z\" fill=\"\"/>\n<path d=\"M11.2505 3.36159C11.2505 2.93159 10.7605 2.70159 10.4305 2.97159C8.07046 4.95159 3.88046 9.12158 3.90046 13.9016C3.90046 17.9216 6.84046 21.2516 10.6805 21.8916C10.9805 21.9416 11.2505 21.6916 11.2505 21.3916V3.36159Z\" fill=\"\"/>\n<path d=\"M13.4402 12.4714L18.7302 10.2514C19.0002 10.1314 19.1302 9.82141 19.0002 9.56141C18.6302 8.83141 18.2002 8.12141 17.7302 7.46141C17.5902 7.26141 17.3302 7.20141 17.1102 7.30141L13.0202 9.29141C12.8502 9.37141 12.7402 9.55141 12.7402 9.74141V12.0114C12.7502 12.3614 13.1102 12.6114 13.4402 12.4714Z\" fill=\"\"/>\n<path d=\"M19.83 14.3107C19.99 14.2307 20.09 14.0807 20.09 13.9107C20.09 13.2707 20.01 12.6407 19.87 12.0207C19.8 11.7207 19.47 11.5607 19.19 11.6807L13.05 14.3007C12.87 14.3807 12.75 14.5607 12.75 14.7607V16.9607C12.75 17.3307 13.14 17.5707 13.47 17.4107L19.37 14.5407L19.83 14.3107Z\" fill=\"\"/>\n</svg>\n</li><li title=\"book 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 4.84969V16.7397C22 17.7097 21.21 18.5997 20.24 18.7197L19.93 18.7597C18.29 18.9797 15.98 19.6597 14.12 20.4397C13.47 20.7097 12.75 20.2197 12.75 19.5097V5.59969C12.75 5.22969 12.96 4.88969 13.29 4.70969C15.12 3.71969 17.89 2.83969 19.77 2.67969H19.83C21.03 2.67969 22 3.64969 22 4.84969Z\" fill=\"\"/>\n<path d=\"M10.7083 4.70969C8.87828 3.71969 6.10828 2.83969 4.22828 2.67969H4.15828C2.95828 2.67969 1.98828 3.64969 1.98828 4.84969V16.7397C1.98828 17.7097 2.77828 18.5997 3.74828 18.7197L4.05828 18.7597C5.69828 18.9797 8.00828 19.6597 9.86828 20.4397C10.5183 20.7097 11.2383 20.2197 11.2383 19.5097V5.59969C11.2383 5.21969 11.0383 4.88969 10.7083 4.70969ZM4.99828 7.73969H7.24828C7.65828 7.73969 7.99828 8.07969 7.99828 8.48969C7.99828 8.90969 7.65828 9.23969 7.24828 9.23969H4.99828C4.58828 9.23969 4.24828 8.90969 4.24828 8.48969C4.24828 8.07969 4.58828 7.73969 4.99828 7.73969ZM7.99828 12.2397H4.99828C4.58828 12.2397 4.24828 11.9097 4.24828 11.4897C4.24828 11.0797 4.58828 10.7397 4.99828 10.7397H7.99828C8.40828 10.7397 8.74828 11.0797 8.74828 11.4897C8.74828 11.9097 8.40828 12.2397 7.99828 12.2397Z\" fill=\"\"/>\n</svg>\n</li><li title=\"book saved \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.25 5.99813V19.9081C11.25 20.6181 10.53 21.1081 9.88 20.8381C8.02 20.0581 5.71 19.3781 4.07 19.1581L3.76 19.1181C2.79 18.9981 2 18.1081 2 17.1381V5.24813C2 4.04813 2.97 3.07812 4.17 3.07812H4.24C6.12 3.23812 8.89 4.11813 10.72 5.10813C11.05 5.28813 11.25 5.61812 11.25 5.99813Z\" fill=\"\"/>\n<path d=\"M19.83 3.07812H19.77C19.53 3.09812 19.27 3.12813 19 3.17813C17.77 3.37813 16.31 3.79813 15 4.31813C14.38 4.56813 13.8 4.83813 13.29 5.10813C12.96 5.28813 12.75 5.62813 12.75 5.99813V19.9081C12.75 20.6181 13.47 21.1081 14.12 20.8381C15.98 20.0581 18.29 19.3781 19.93 19.1581L20.24 19.1181C21.21 18.9981 22 18.1081 22 17.1381V5.24813C22 4.04813 21.03 3.07812 19.83 3.07812ZM19.27 13.7281C19.27 14.1181 18.99 14.2881 18.65 14.0981L17.59 13.5081C17.48 13.4481 17.3 13.4481 17.18 13.5081L16.12 14.0981C15.78 14.2881 15.5 14.1181 15.5 13.7281V10.6581C15.5 10.1981 15.88 9.81812 16.34 9.81812H18.44C18.9 9.81812 19.28 10.1981 19.28 10.6581V13.7281H19.27Z\" fill=\"\"/>\n</svg>\n</li><li title=\"book square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM11.5 17.25C11.5 17.61 11.14 17.85 10.81 17.71C9.6 17.19 8.02 16.71 6.92 16.57L6.73 16.55C6.12 16.47 5.62 15.9 5.62 15.28V7.58C5.62 6.81 6.24 6.24 7 6.3C8.25 6.4 10.1 7 11.26 7.66C11.42 7.75 11.5 7.92 11.5 8.09V17.25ZM18.38 15.27C18.38 15.89 17.88 16.46 17.27 16.54L17.06 16.56C15.97 16.71 14.4 17.18 13.19 17.69C12.86 17.83 12.5 17.59 12.5 17.23V8.08C12.5 7.9 12.59 7.73 12.75 7.64C13.91 6.99 15.72 6.41 16.95 6.3H16.99C17.76 6.3 18.38 6.92 18.38 7.69V15.27Z\" fill=\"\"/>\n</svg>\n</li><li title=\"book \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.5 16V18.5C20.5 20.43 18.93 22 17 22H7C5.07 22 3.5 20.43 3.5 18.5V17.85C3.5 16.28 4.78 15 6.35 15H19.5C20.05 15 20.5 15.45 20.5 16Z\" fill=\"\"/>\n<path d=\"M15.5 2H8.5C4.5 2 3.5 3 3.5 7V14.58C4.26 13.91 5.26 13.5 6.35 13.5H19.5C20.05 13.5 20.5 13.05 20.5 12.5V7C20.5 3 19.5 2 15.5 2ZM13 10.75H8C7.59 10.75 7.25 10.41 7.25 10C7.25 9.59 7.59 9.25 8 9.25H13C13.41 9.25 13.75 9.59 13.75 10C13.75 10.41 13.41 10.75 13 10.75ZM16 7.25H8C7.59 7.25 7.25 6.91 7.25 6.5C7.25 6.09 7.59 5.75 8 5.75H16C16.41 5.75 16.75 6.09 16.75 6.5C16.75 6.91 16.41 7.25 16 7.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"bookmark 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 4.96V12.08C17 14.07 15.59 14.84 13.86 13.8L12.54 13C12.24 12.82 11.76 12.82 11.46 13L10.14 13.8C8.41 14.84 7 14.07 7 12.08V4.99C7.01 3 8.01 2 10 2H14C15.98 2 16.98 2.99 17 4.96Z\" fill=\"\"/>\n<path d=\"M22 11.9008V14.9308C22 19.9808 20 22.0008 15 22.0008H9C4 22.0008 2 19.9808 2 14.9308V11.9008C2 9.21083 2.57 7.38083 3.85 6.26083C4.5 5.71083 5.5 6.19083 5.5 7.04083V12.0808C5.5 13.5708 6.11 14.7708 7.17 15.3708C8.24 15.9808 9.6 15.8708 10.92 15.0808L12 14.4308L13.09 15.0808C13.83 15.5308 14.6 15.7608 15.32 15.7608C15.86 15.7608 16.37 15.6308 16.83 15.3708C17.89 14.7708 18.5 13.5708 18.5 12.0808V7.03083C18.5 6.18083 19.51 5.70083 20.15 6.26083C21.43 7.38083 22 9.21083 22 11.9008Z\" fill=\"\"/>\n</svg>\n</li><li title=\"bookmark \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 7.80983V16.1898C22 19.3998 19.4 21.9998 16.19 21.9998H7.81C4.6 21.9998 2 19.3998 2 16.1898V7.80983C2 5.31983 3.02 3.50983 4.83 2.62983C5.49 2.30983 6.25 2.80983 6.25 3.53983V12.4198C6.25 13.6098 6.71 14.5598 7.54 15.0398C8.38 15.5098 9.44 15.4098 10.52 14.7598L11.82 13.9798C11.9 13.9398 12.1 13.9398 12.16 13.9698L13.48 14.7598C14.2 15.1898 14.82 15.3298 15.32 15.3298C15.84 15.3298 16.24 15.1698 16.48 15.0298C17.29 14.5598 17.75 13.6098 17.75 12.4198V3.53983C17.75 2.80983 18.52 2.30983 19.17 2.62983C20.98 3.50983 22 5.31983 22 7.80983Z\" fill=\"\"/>\n<path d=\"M15.25 2C15.8 2 16.25 2.45 16.25 3V12.42C16.25 13.06 16.06 13.54 15.73 13.73C15.39 13.93 14.85 13.83 14.25 13.47L12.93 12.68C12.42 12.37 11.58 12.37 11.07 12.68L9.75 13.47C9.15 13.83 8.61 13.92 8.27 13.73C7.94 13.54 7.75 13.06 7.75 12.42V3C7.75 2.45 8.2 2 8.75 2H15.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"box 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.0984 6.94C20.0984 7.48 19.8084 7.97 19.3484 8.22L17.6084 9.16L16.1284 9.95L13.0584 11.61C12.7284 11.79 12.3684 11.88 11.9984 11.88C11.6284 11.88 11.2684 11.79 10.9384 11.61L4.64844 8.22C4.18844 7.97 3.89844 7.48 3.89844 6.94C3.89844 6.4 4.18844 5.91 4.64844 5.66L6.61844 4.6L8.18844 3.75L10.9384 2.27C11.5984 1.91 12.3984 1.91 13.0584 2.27L19.3484 5.66C19.8084 5.91 20.0984 6.4 20.0984 6.94Z\" fill=\"\"/>\n<path d=\"M9.89875 12.7901L4.04875 9.87014C3.59875 9.64014 3.07875 9.67014 2.64875 9.93014C2.21875 10.1901 1.96875 10.6501 1.96875 11.1501V16.6801C1.96875 17.6401 2.49875 18.5001 3.35875 18.9301L9.20875 21.8501C9.40875 21.9501 9.62875 22.0001 9.84875 22.0001C10.1088 22.0001 10.3688 21.9301 10.5988 21.7801C11.0288 21.5201 11.2787 21.0601 11.2787 20.5601V15.0301C11.2887 14.0801 10.7587 13.2201 9.89875 12.7901Z\" fill=\"\"/>\n<path d=\"M22.0309 11.1496V16.6796C22.0309 17.6296 21.5009 18.4896 20.6409 18.9196L14.7909 21.8496C14.5909 21.9496 14.3709 21.9996 14.1509 21.9996C13.8909 21.9996 13.6309 21.9296 13.3909 21.7796C12.9709 21.5196 12.7109 21.0596 12.7109 20.5596V15.0396C12.7109 14.0796 13.2409 13.2196 14.1009 12.7896L16.2509 11.7196L17.7509 10.9696L19.9509 9.86964C20.4009 9.63964 20.9209 9.65964 21.3509 9.92964C21.7709 10.1896 22.0309 10.6496 22.0309 11.1496Z\" fill=\"\"/>\n<path d=\"M17.6111 9.16L16.1311 9.95L6.62109 4.6L8.19109 3.75L17.3711 8.93C17.4711 8.99 17.5511 9.07 17.6111 9.16Z\" fill=\"\"/>\n<path d=\"M17.75 10.9688V13.2387C17.75 13.6487 17.41 13.9887 17 13.9887C16.59 13.9887 16.25 13.6487 16.25 13.2387V11.7188L17.75 10.9688Z\" fill=\"\"/>\n</svg>\n</li><li title=\"box 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.32914 19.4213C5.21914 19.4213 5.09914 19.3913 4.99914 19.3413L2.77914 18.2312C2.52914 18.1012 2.36914 17.8412 2.36914 17.5612V14.7812C2.36914 14.3713 2.70914 14.0312 3.11914 14.0312C3.52914 14.0312 3.86914 14.3713 3.86914 14.7812V17.0913L5.66914 18.0013C6.03914 18.1813 6.18914 18.6313 5.99914 19.0013C5.86914 19.2613 5.60914 19.4213 5.32914 19.4213Z\" fill=\"\"/>\n<path d=\"M11.9995 22.7488C11.9395 22.7488 11.8795 22.7388 11.8295 22.7288C11.7695 22.7188 11.7095 22.6888 11.6495 22.6588L9.43947 21.5588C9.06947 21.3688 8.91947 20.9187 9.09947 20.5487C9.28947 20.1787 9.73947 20.0287 10.1095 20.2087L11.2495 20.7788V19.2188C11.2495 18.8088 11.5895 18.4688 11.9995 18.4688C12.4095 18.4688 12.7495 18.8088 12.7495 19.2188V20.7788L13.8895 20.2087C14.2595 20.0287 14.7095 20.1787 14.8995 20.5487C15.0895 20.9187 14.9395 21.3688 14.5595 21.5588L12.3495 22.6588C12.2895 22.6888 12.2295 22.7088 12.1695 22.7288C12.1095 22.7388 12.0595 22.7488 11.9995 22.7488Z\" fill=\"\"/>\n<path d=\"M18.6702 19.4191C18.4002 19.4191 18.1302 19.2691 18.0002 19.0091C17.8102 18.6391 17.9602 18.1891 18.3402 17.9991L20.1502 17.0991V14.7891C20.1502 14.3791 20.4902 14.0391 20.9002 14.0391C21.3102 14.0391 21.6502 14.3791 21.6502 14.7891V17.5691C21.6502 17.8491 21.4902 18.1091 21.2402 18.2391L19.0002 19.3391C18.8902 19.3891 18.7802 19.4191 18.6702 19.4191Z\" fill=\"\"/>\n<path d=\"M11.9995 14.4191C11.5895 14.4191 11.2495 14.0791 11.2495 13.6691V11.3591L9.43947 10.4591C9.06947 10.2691 8.91947 9.81907 9.09947 9.44907C9.28947 9.07907 9.73947 8.92907 10.1095 9.10907L11.9995 10.0491L13.8895 9.10907C14.2595 8.92907 14.7095 9.06907 14.8995 9.44907C15.0895 9.81907 14.9395 10.2691 14.5595 10.4591L12.7495 11.3591V13.6691C12.7495 14.0791 12.4095 14.4191 11.9995 14.4191Z\" fill=\"\"/>\n<path d=\"M3.10938 9.96807C2.69938 9.96807 2.35938 9.62807 2.35938 9.21807V6.45807V6.44807C2.35938 6.38807 2.36938 6.32807 2.37938 6.27807C2.39938 6.18807 2.42938 6.11807 2.46938 6.04807C2.49938 5.99807 2.53938 5.95807 2.57938 5.91807C2.61938 5.87807 2.66938 5.83807 2.71938 5.80807C2.73938 5.79807 2.76938 5.77807 2.78938 5.76807L4.99938 4.65807C5.36938 4.47807 5.81938 4.62807 5.99938 4.99807C6.18938 5.36807 6.03938 5.81807 5.66938 5.99807L4.78938 6.43807L5.66938 6.87807C6.03938 7.06807 6.18938 7.51807 5.99938 7.88807C5.81938 8.25807 5.36938 8.40807 4.99938 8.22807L3.85938 7.65807V9.21807C3.85938 9.63807 3.52937 9.96807 3.10938 9.96807Z\" fill=\"\"/>\n<path d=\"M14.2198 3.85859C14.1098 3.85859 13.9898 3.82859 13.8898 3.77859L11.9998 2.83859L10.1098 3.77859C9.73981 3.96859 9.28981 3.81859 9.10981 3.44859C8.91981 3.07859 9.06981 2.62859 9.43981 2.43859L11.6598 1.32859C11.8698 1.21859 12.1198 1.21859 12.3298 1.32859L14.5498 2.43859C14.9198 2.62859 15.0698 3.07859 14.8898 3.44859C14.7598 3.70859 14.4998 3.85859 14.2198 3.85859Z\" fill=\"\"/>\n<path d=\"M20.8904 9.96807C20.4804 9.96807 20.1404 9.62807 20.1404 9.21807V7.65807L19.0004 8.22807C18.6304 8.40807 18.1804 8.25807 18.0004 7.88807C17.8104 7.51807 17.9604 7.06807 18.3404 6.87807L19.2204 6.43807L18.3304 5.99807C17.9604 5.81807 17.8104 5.36807 18.0004 4.99807C18.1904 4.62807 18.6304 4.47807 19.0004 4.65807L21.2104 5.75807C21.2304 5.76807 21.2604 5.77807 21.2804 5.79807C21.3404 5.82807 21.3904 5.87807 21.4404 5.92807C21.4704 5.96807 21.5004 6.00807 21.5304 6.04807C21.5704 6.11807 21.6004 6.18807 21.6204 6.26807C21.6304 6.32807 21.6404 6.38807 21.6404 6.43807V6.44807V9.20807C21.6404 9.63807 21.3004 9.96807 20.8904 9.96807Z\" fill=\"\"/>\n</svg>\n</li><li title=\"box add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.6005 5.31125L11.9505 2.27125C11.3505 1.95125 10.6405 1.95125 10.0405 2.27125L4.40047 5.31125C3.99047 5.54125 3.73047 5.98125 3.73047 6.46125C3.73047 6.95125 3.98047 7.39125 4.40047 7.61125L10.0505 10.6512C10.3505 10.8112 10.6805 10.8913 11.0005 10.8913C11.3205 10.8913 11.6605 10.8112 11.9505 10.6512L17.6005 7.61125C18.0105 7.39125 18.2705 6.95125 18.2705 6.46125C18.2705 5.98125 18.0105 5.54125 17.6005 5.31125Z\" fill=\"\"/>\n<path d=\"M9.12 11.7106L3.87 9.09058C3.46 8.88058 3 8.91058 2.61 9.14058C2.23 9.38058 2 9.79058 2 10.2406V15.2006C2 16.0606 2.48 16.8306 3.25 17.2206L8.5 19.8406C8.68 19.9306 8.88 19.9806 9.08 19.9806C9.31 19.9806 9.55 19.9106 9.76 19.7906C10.14 19.5506 10.37 19.1406 10.37 18.6906V13.7306C10.36 12.8706 9.88 12.1006 9.12 11.7106Z\" fill=\"\"/>\n<path d=\"M20.0006 10.2406V12.7006C19.5206 12.5606 19.0106 12.5006 18.5006 12.5006C17.1406 12.5006 15.8106 12.9706 14.7606 13.8106C13.3206 14.9406 12.5006 16.6506 12.5006 18.5006C12.5006 18.9906 12.5606 19.4806 12.6906 19.9506C12.5406 19.9306 12.3906 19.8706 12.2506 19.7806C11.8706 19.5506 11.6406 19.1406 11.6406 18.6906V13.7306C11.6406 12.8706 12.1206 12.1006 12.8806 11.7106L18.1306 9.09058C18.5406 8.88058 19.0006 8.91058 19.3906 9.14058C19.7706 9.38058 20.0006 9.79058 20.0006 10.2406Z\" fill=\"\"/>\n<path d=\"M22 15.7C22 15.69 21.99 15.68 21.98 15.67C21.94 15.61 21.89 15.55 21.84 15.5C21.83 15.49 21.82 15.47 21.81 15.46C21 14.56 19.81 14 18.5 14C17.24 14 16.09 14.52 15.27 15.36C14.48 16.17 14 17.28 14 18.5C14 19.34 14.24 20.14 14.65 20.82C14.87 21.19 15.15 21.53 15.47 21.81C15.49 21.82 15.5 21.83 15.51 21.84C15.56 21.89 15.61 21.93 15.67 21.98C15.67 21.98 15.67 21.98 15.68 21.98C15.69 21.99 15.7 22 15.71 22C16.46 22.63 17.43 23 18.5 23C20.14 23 21.57 22.12 22.35 20.82C22.58 20.43 22.76 20 22.87 19.55C22.96 19.21 23 18.86 23 18.5C23 17.44 22.63 16.46 22 15.7ZM20.18 19.23H19.25V20.2C19.25 20.61 18.91 20.95 18.5 20.95C18.09 20.95 17.75 20.61 17.75 20.2V19.23H16.82C16.41 19.23 16.07 18.89 16.07 18.48C16.07 18.07 16.41 17.73 16.82 17.73H17.75V16.84C17.75 16.43 18.09 16.09 18.5 16.09C18.91 16.09 19.25 16.43 19.25 16.84V17.73H20.18C20.59 17.73 20.93 18.07 20.93 18.48C20.93 18.89 20.6 19.23 20.18 19.23Z\" fill=\"\"/>\n</svg>\n</li><li title=\"box remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.6005 5.31125L11.9505 2.27125C11.3505 1.95125 10.6405 1.95125 10.0405 2.27125L4.40047 5.31125C3.99047 5.54125 3.73047 5.98125 3.73047 6.46125C3.73047 6.95125 3.98047 7.39125 4.40047 7.61125L10.0505 10.6512C10.3505 10.8112 10.6805 10.8913 11.0005 10.8913C11.3205 10.8913 11.6605 10.8112 11.9505 10.6512L17.6005 7.61125C18.0105 7.39125 18.2705 6.95125 18.2705 6.46125C18.2705 5.98125 18.0105 5.54125 17.6005 5.31125Z\" fill=\"\"/>\n<path d=\"M9.12 11.7106L3.87 9.09058C3.46 8.88058 3 8.91058 2.61 9.14058C2.23 9.38058 2 9.79058 2 10.2406V15.2006C2 16.0606 2.48 16.8306 3.25 17.2206L8.5 19.8406C8.68 19.9306 8.88 19.9806 9.08 19.9806C9.31 19.9806 9.55 19.9106 9.76 19.7906C10.14 19.5506 10.37 19.1406 10.37 18.6906V13.7306C10.36 12.8706 9.88 12.1006 9.12 11.7106Z\" fill=\"\"/>\n<path d=\"M20.0006 10.2406V12.7006C19.5206 12.5606 19.0106 12.5006 18.5006 12.5006C17.1406 12.5006 15.8106 12.9706 14.7606 13.8106C13.3206 14.9406 12.5006 16.6506 12.5006 18.5006C12.5006 18.9906 12.5606 19.4806 12.6906 19.9506C12.5406 19.9306 12.3906 19.8706 12.2506 19.7806C11.8706 19.5506 11.6406 19.1406 11.6406 18.6906V13.7306C11.6406 12.8706 12.1206 12.1006 12.8806 11.7106L18.1306 9.09058C18.5406 8.88058 19.0006 8.91058 19.3906 9.14058C19.7706 9.38058 20.0006 9.79058 20.0006 10.2406Z\" fill=\"\"/>\n<path d=\"M21.6814 15.3206C20.7914 14.4306 19.6114 13.9806 18.4414 14.0006C17.3114 14.0106 16.1814 14.4606 15.3214 15.3206C14.7214 15.9106 14.3314 16.6506 14.1414 17.4206C14.0314 17.8406 13.9914 18.2706 14.0214 18.7006V18.7506C14.0214 18.8206 14.0314 18.8806 14.0414 18.9606C14.0414 18.9606 14.0414 18.9606 14.0514 18.9706V19.0006C14.1414 19.9806 14.5614 20.9306 15.3214 21.6806C16.4814 22.8406 18.1114 23.2306 19.5814 22.8606C20.0214 22.7506 20.4514 22.5706 20.8514 22.3306C21.1514 22.1606 21.4314 21.9406 21.6814 21.6806C22.4314 20.9306 22.8614 19.9806 22.9514 18.9906C22.9614 18.9906 22.9614 18.9706 22.9614 18.9606C22.9814 18.8906 22.9814 18.8106 22.9814 18.7406C22.9814 18.7306 22.9914 18.7106 22.9914 18.6906C23.0514 17.4806 22.6114 16.2406 21.6814 15.3206ZM20.2314 20.2106C19.9414 20.5006 19.4714 20.5006 19.1714 20.2106L18.5114 19.5506L17.8314 20.2306C17.5314 20.5306 17.0614 20.5306 16.7714 20.2306C16.4714 19.9406 16.4714 19.4706 16.7714 19.1706L17.4514 18.4906L16.7914 17.8306C16.5014 17.5306 16.5014 17.0606 16.7914 16.7706C17.0914 16.4706 17.5614 16.4706 17.8614 16.7706L18.5114 17.4306L19.1414 16.7906C19.4414 16.5006 19.9114 16.5006 20.2114 16.7906C20.5014 17.0906 20.5014 17.5606 20.2114 17.8606L19.5714 18.4906L20.2314 19.1406C20.5314 19.4406 20.5314 19.9106 20.2314 20.2106Z\" fill=\"\"/>\n</svg>\n</li><li title=\"box search \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.6005 5.31125L11.9505 2.27125C11.3505 1.95125 10.6405 1.95125 10.0405 2.27125L4.40047 5.31125C3.99047 5.54125 3.73047 5.98125 3.73047 6.46125C3.73047 6.95125 3.98047 7.39125 4.40047 7.61125L10.0505 10.6512C10.3505 10.8112 10.6805 10.8913 11.0005 10.8913C11.3205 10.8913 11.6605 10.8112 11.9505 10.6512L17.6005 7.61125C18.0105 7.39125 18.2705 6.95125 18.2705 6.46125C18.2705 5.98125 18.0105 5.54125 17.6005 5.31125Z\" fill=\"\"/>\n<path d=\"M9.12 11.7106L3.87 9.09058C3.46 8.88058 3 8.91058 2.61 9.14058C2.23 9.38058 2 9.79058 2 10.2406V15.2006C2 16.0606 2.48 16.8306 3.25 17.2206L8.5 19.8406C8.68 19.9306 8.88 19.9806 9.08 19.9806C9.31 19.9806 9.55 19.9106 9.76 19.7906C10.14 19.5506 10.37 19.1406 10.37 18.6906V13.7306C10.36 12.8706 9.88 12.1006 9.12 11.7106Z\" fill=\"\"/>\n<path d=\"M20.0006 10.2406V12.7006C19.5206 12.5606 19.0106 12.5006 18.5006 12.5006C17.1406 12.5006 15.8106 12.9706 14.7606 13.8106C13.3206 14.9406 12.5006 16.6506 12.5006 18.5006C12.5006 18.9906 12.5606 19.4806 12.6906 19.9506C12.5406 19.9306 12.3906 19.8706 12.2506 19.7806C11.8706 19.5506 11.6406 19.1406 11.6406 18.6906V13.7306C11.6406 12.8706 12.1206 12.1006 12.8806 11.7106L18.1306 9.09058C18.5406 8.88058 19.0006 8.91058 19.3906 9.14058C19.7706 9.38058 20.0006 9.79058 20.0006 10.2406Z\" fill=\"\"/>\n<path d=\"M22.58 21.4989L21.74 20.6589C22.18 19.9989 22.44 19.1989 22.44 18.3489C22.44 16.0189 20.55 14.1289 18.22 14.1289C15.89 14.1289 14 16.0189 14 18.3489C14 20.6789 15.89 22.5689 18.22 22.5689C19.07 22.5689 19.87 22.3089 20.53 21.8689L21.37 22.7089C21.54 22.8789 21.75 22.9589 21.97 22.9589C22.19 22.9589 22.41 22.8789 22.57 22.7089C22.91 22.3689 22.91 21.8289 22.58 21.4989Z\" fill=\"\"/>\n</svg>\n</li><li title=\"box tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.6005 5.31125L11.9505 2.27125C11.3505 1.95125 10.6405 1.95125 10.0405 2.27125L4.40047 5.31125C3.99047 5.54125 3.73047 5.98125 3.73047 6.46125C3.73047 6.95125 3.98047 7.39125 4.40047 7.61125L10.0505 10.6512C10.3505 10.8112 10.6805 10.8913 11.0005 10.8913C11.3205 10.8913 11.6605 10.8112 11.9505 10.6512L17.6005 7.61125C18.0105 7.39125 18.2705 6.95125 18.2705 6.46125C18.2705 5.98125 18.0105 5.54125 17.6005 5.31125Z\" fill=\"\"/>\n<path d=\"M9.12 11.7106L3.87 9.09058C3.46 8.88058 3 8.91058 2.61 9.14058C2.23 9.38058 2 9.79058 2 10.2406V15.2006C2 16.0606 2.48 16.8306 3.25 17.2206L8.5 19.8406C8.68 19.9306 8.88 19.9806 9.08 19.9806C9.31 19.9806 9.55 19.9106 9.76 19.7906C10.14 19.5506 10.37 19.1406 10.37 18.6906V13.7306C10.36 12.8706 9.88 12.1006 9.12 11.7106Z\" fill=\"\"/>\n<path d=\"M20.0006 10.2406V12.7006C19.5206 12.5606 19.0106 12.5006 18.5006 12.5006C17.1406 12.5006 15.8106 12.9706 14.7606 13.8106C13.3206 14.9406 12.5006 16.6506 12.5006 18.5006C12.5006 18.9906 12.5606 19.4806 12.6906 19.9506C12.5406 19.9306 12.3906 19.8706 12.2506 19.7806C11.8706 19.5506 11.6406 19.1406 11.6406 18.6906V13.7306C11.6406 12.8706 12.1206 12.1006 12.8806 11.7106L18.1306 9.09058C18.5406 8.88058 19.0006 8.91058 19.3906 9.14058C19.7706 9.38058 20.0006 9.79058 20.0006 10.2406Z\" fill=\"\"/>\n<path d=\"M21.98 15.6695C21.16 14.6595 19.91 14.0195 18.5 14.0195C17.44 14.0195 16.46 14.3895 15.69 15.0095C14.65 15.8295 14 17.0995 14 18.5195C14 19.3595 14.24 20.1595 14.65 20.8395C14.92 21.2895 15.26 21.6795 15.66 21.9995H15.67C16.44 22.6395 17.43 23.0195 18.5 23.0195C19.64 23.0195 20.67 22.5995 21.46 21.8995C21.81 21.5995 22.11 21.2395 22.35 20.8395C22.76 20.1595 23 19.3595 23 18.5195C23 17.4395 22.62 16.4395 21.98 15.6695ZM20.76 17.9595L18.36 20.1795C18.22 20.3095 18.03 20.3795 17.85 20.3795C17.66 20.3795 17.47 20.3095 17.32 20.1595L16.21 19.0495C15.92 18.7595 15.92 18.2795 16.21 17.9895C16.5 17.6995 16.98 17.6995 17.27 17.9895L17.87 18.5895L19.74 16.8595C20.04 16.5795 20.52 16.5995 20.8 16.8995C21.09 17.2095 21.07 17.6795 20.76 17.9595Z\" fill=\"\"/>\n</svg>\n</li><li title=\"box time \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.6005 5.31125L11.9505 2.27125C11.3505 1.95125 10.6405 1.95125 10.0405 2.27125L4.40047 5.31125C3.99047 5.54125 3.73047 5.98125 3.73047 6.46125C3.73047 6.95125 3.98047 7.39125 4.40047 7.61125L10.0505 10.6512C10.3505 10.8112 10.6805 10.8913 11.0005 10.8913C11.3205 10.8913 11.6605 10.8112 11.9505 10.6512L17.6005 7.61125C18.0105 7.39125 18.2705 6.95125 18.2705 6.46125C18.2705 5.98125 18.0105 5.54125 17.6005 5.31125Z\" fill=\"\"/>\n<path d=\"M9.12 11.7106L3.87 9.09058C3.46 8.88058 3 8.91058 2.61 9.14058C2.23 9.38058 2 9.79058 2 10.2406V15.2006C2 16.0606 2.48 16.8306 3.25 17.2206L8.5 19.8406C8.68 19.9306 8.88 19.9806 9.08 19.9806C9.31 19.9806 9.55 19.9106 9.76 19.7906C10.14 19.5506 10.37 19.1406 10.37 18.6906V13.7306C10.36 12.8706 9.88 12.1006 9.12 11.7106Z\" fill=\"\"/>\n<path d=\"M20.0006 10.2406V12.7006C19.5206 12.5606 19.0106 12.5006 18.5006 12.5006C17.1406 12.5006 15.8106 12.9706 14.7606 13.8106C13.3206 14.9406 12.5006 16.6506 12.5006 18.5006C12.5006 18.9906 12.5606 19.4806 12.6906 19.9506C12.5406 19.9306 12.3906 19.8706 12.2506 19.7806C11.8706 19.5506 11.6406 19.1406 11.6406 18.6906V13.7306C11.6406 12.8706 12.1206 12.1006 12.8806 11.7106L18.1306 9.09058C18.5406 8.88058 19.0006 8.91058 19.3906 9.14058C19.7706 9.38058 20.0006 9.79058 20.0006 10.2406Z\" fill=\"\"/>\n<path d=\"M21.98 15.65C21.16 14.64 19.91 14 18.5 14C17.44 14 16.46 14.37 15.69 14.99C14.65 15.81 14 17.08 14 18.5C14 19.91 14.64 21.16 15.65 21.98C16.42 22.62 17.42 23 18.5 23C19.64 23 20.67 22.57 21.47 21.88C22.4 21.05 23 19.85 23 18.5C23 17.42 22.62 16.42 21.98 15.65ZM19.53 18.78C19.53 19.04 19.39 19.29 19.17 19.42L17.76 20.26C17.64 20.33 17.51 20.37 17.37 20.37C17.12 20.37 16.87 20.24 16.73 20.01C16.52 19.65 16.63 19.19 16.99 18.98L18.03 18.36V17.1C18.03 16.69 18.37 16.35 18.78 16.35C19.19 16.35 19.53 16.69 19.53 17.1V18.78Z\" fill=\"\"/>\n</svg>\n</li><li title=\"box \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.2083 7.82141L12.5083 12.2814C12.1983 12.4614 11.8083 12.4614 11.4883 12.2814L3.78826 7.82141C3.23826 7.50141 3.09826 6.75141 3.51826 6.28141C3.80826 5.95141 4.13826 5.68141 4.48826 5.49141L9.90826 2.49141C11.0683 1.84141 12.9483 1.84141 14.1083 2.49141L19.5283 5.49141C19.8783 5.68141 20.2083 5.96141 20.4983 6.28141C20.8983 6.75141 20.7583 7.50141 20.2083 7.82141Z\" fill=\"\"/>\n<path d=\"M11.4305 14.1389V20.9589C11.4305 21.7189 10.6605 22.2189 9.98047 21.8889C7.92047 20.8789 4.45047 18.9889 4.45047 18.9889C3.23047 18.2989 2.23047 16.5589 2.23047 15.1289V9.9689C2.23047 9.1789 3.06047 8.6789 3.74047 9.0689L10.9305 13.2389C11.2305 13.4289 11.4305 13.7689 11.4305 14.1389Z\" fill=\"\"/>\n<path d=\"M12.5703 14.1389V20.9589C12.5703 21.7189 13.3403 22.2189 14.0203 21.8889C16.0803 20.8789 19.5503 18.9889 19.5503 18.9889C20.7703 18.2989 21.7703 16.5589 21.7703 15.1289V9.9689C21.7703 9.1789 20.9403 8.6789 20.2603 9.0689L13.0703 13.2389C12.7703 13.4289 12.5703 13.7689 12.5703 14.1389Z\" fill=\"\"/>\n</svg>\n</li><li title=\"briefcase \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.091 6.97953C20.241 6.03953 18.821 5.56953 16.761 5.56953H16.521V5.52953C16.521 3.84953 16.521 1.76953 12.761 1.76953H11.241C7.48101 1.76953 7.48101 3.85953 7.48101 5.52953V5.57953H7.24101C5.17101 5.57953 3.76101 6.04953 2.91101 6.98953C1.92101 8.08953 1.95101 9.56953 2.05101 10.5795L2.06101 10.6495L2.13847 11.4628C2.15273 11.6126 2.2334 11.7479 2.35929 11.8303C2.59909 11.9872 3.00044 12.2459 3.24101 12.3795C3.38101 12.4695 3.53101 12.5495 3.68101 12.6295C5.39101 13.5695 7.27101 14.1995 9.18101 14.5095C9.27101 15.4495 9.68101 16.5495 11.871 16.5495C14.061 16.5495 14.491 15.4595 14.561 14.4895C16.601 14.1595 18.571 13.4495 20.351 12.4095C20.411 12.3795 20.451 12.3495 20.501 12.3195C20.8977 12.0953 21.3093 11.819 21.6845 11.5484C21.7975 11.4668 21.8698 11.3408 21.8852 11.2023L21.901 11.0595L21.951 10.5895C21.961 10.5295 21.961 10.4795 21.971 10.4095C22.051 9.39953 22.031 8.01953 21.091 6.97953ZM13.091 13.8295C13.091 14.8895 13.091 15.0495 11.861 15.0495C10.631 15.0495 10.631 14.8595 10.631 13.8395V12.5795H13.091V13.8295ZM8.91101 5.56953V5.52953C8.91101 3.82953 8.91101 3.19953 11.241 3.19953H12.761C15.091 3.19953 15.091 3.83953 15.091 5.52953V5.57953H8.91101V5.56953Z\" fill=\"\"/>\n<path d=\"M20.8733 13.7349C21.2269 13.5666 21.6342 13.8469 21.5988 14.2369L21.2398 18.1907C21.0298 20.1907 20.2098 22.2307 15.8098 22.2307H8.18984C3.78984 22.2307 2.96984 20.1907 2.75984 18.2007L2.41913 14.4529C2.38409 14.0674 2.78205 13.7874 3.13468 13.947C4.2741 14.4625 6.37724 15.3771 7.67641 15.7174C7.84072 15.7604 7.97361 15.878 8.04556 16.0319C8.65253 17.33 9.96896 18.0207 11.8698 18.0207C13.752 18.0207 15.085 17.3034 15.694 16.0021C15.766 15.8481 15.8991 15.7305 16.0635 15.6873C17.443 15.3243 19.6816 14.3019 20.8733 13.7349Z\" fill=\"\"/>\n</svg>\n</li><li title=\"brifecase cross \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.6011 14.5094L13.0711 13.9794L13.5711 13.4794C13.8611 13.1894 13.8611 12.7094 13.5711 12.4194C13.2811 12.1294 12.8011 12.1294 12.5111 12.4194L12.0111 12.9194L11.4811 12.3894C11.1911 12.0994 10.7111 12.0994 10.4211 12.3894C10.1311 12.6794 10.1311 13.1594 10.4211 13.4494L10.9511 13.9794L10.4011 14.5294C10.1111 14.8194 10.1111 15.2994 10.4011 15.5894C10.5511 15.7394 10.7411 15.8094 10.9311 15.8094C11.1211 15.8094 11.3111 15.7394 11.4611 15.5894L12.0111 15.0394L12.5411 15.5694C12.6911 15.7194 12.8811 15.7894 13.0711 15.7894C13.2611 15.7894 13.4511 15.7194 13.6011 15.5694C13.8911 15.2794 13.8911 14.8094 13.6011 14.5094Z\" fill=\"\"/>\n<path d=\"M21.091 6.97953C20.241 6.03953 18.831 5.56953 16.761 5.56953H16.521V5.52953C16.521 3.84953 16.521 1.76953 12.761 1.76953H11.241C7.48101 1.76953 7.48101 3.84953 7.48101 5.52953V5.56953H7.24101C5.17101 5.56953 3.75101 6.03953 2.91101 6.97953C1.92101 8.08953 1.95101 9.55953 2.05101 10.5695L2.06101 10.6395L2.1301 11.4455C2.14329 11.5994 2.22683 11.7387 2.35655 11.8227C2.64024 12.0063 2.94207 12.199 3.23101 12.3595C3.37101 12.4495 3.52101 12.5295 3.67101 12.6095C4.80101 13.2295 6.01101 13.7195 7.25101 14.0595C7.28101 16.6495 9.40101 18.7495 12.001 18.7495C14.621 18.7495 16.751 16.6195 16.751 13.9995V13.9595C18.011 13.5795 19.221 13.0495 20.351 12.3895C20.411 12.3595 20.451 12.3295 20.501 12.2995C20.8959 12.0849 21.3055 11.804 21.6792 11.539C21.7951 11.4568 21.87 11.3288 21.8857 11.1876L21.901 11.0495L21.951 10.5795C21.961 10.5195 21.961 10.4695 21.971 10.3995C22.051 9.39953 22.031 8.01953 21.091 6.97953ZM8.91101 5.52953C8.91101 3.82953 8.91101 3.18953 11.241 3.18953H12.761C15.091 3.18953 15.091 3.82953 15.091 5.52953V5.56953H8.91101V5.52953ZM12.001 17.2495C10.351 17.2495 8.98101 16.0095 8.78101 14.4095C8.76101 14.2795 8.75101 14.1395 8.75101 13.9995C8.75101 12.2095 10.211 10.7495 12.001 10.7495C13.791 10.7495 15.251 12.2095 15.251 13.9995C15.251 14.1195 15.241 14.2295 15.231 14.3395V14.3495C15.051 15.9795 13.671 17.2495 12.001 17.2495Z\" fill=\"\"/>\n<path d=\"M21.0416 13.7311C21.2903 13.5929 21.6129 13.7931 21.587 14.0765L21.2316 17.9611C21.0216 19.9611 20.2016 22.0011 15.8016 22.0011H8.18156C3.78156 22.0011 2.96156 19.9611 2.76156 17.9711L2.41569 14.2678C2.38884 13.9802 2.69635 13.786 2.95156 13.9211C3.73156 14.3511 4.54156 14.7311 5.37156 15.0311C5.68156 15.1411 5.90156 15.4011 5.99156 15.7211C6.74156 18.3211 9.16156 20.2511 12.0016 20.2511C14.8916 20.2511 17.3316 18.2811 18.0416 15.5811C18.1216 15.2611 18.3416 15.0011 18.6516 14.8811C19.4916 14.5511 20.2916 14.1611 21.0416 13.7311Z\" fill=\"\"/>\n</svg>\n</li><li title=\"brifecase tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.091 6.97953C20.241 6.03953 18.831 5.56953 16.761 5.56953H16.521V5.52953C16.521 3.84953 16.521 1.76953 12.761 1.76953H11.241C7.48101 1.76953 7.48101 3.84953 7.48101 5.52953V5.56953H7.24101C5.17101 5.56953 3.75101 6.03953 2.91101 6.97953C1.92101 8.08953 1.95101 9.55953 2.05101 10.5695L2.06101 10.6395L2.1301 11.4455C2.14329 11.5994 2.22683 11.7387 2.35655 11.8227C2.64024 12.0063 2.94207 12.199 3.23101 12.3595C3.37101 12.4495 3.52101 12.5295 3.67101 12.6095C4.80101 13.2295 6.01101 13.7195 7.25101 14.0595C7.28101 16.6495 9.40101 18.7495 12.001 18.7495C14.621 18.7495 16.751 16.6195 16.751 13.9995V13.9595C18.011 13.5795 19.221 13.0495 20.351 12.3895C20.411 12.3595 20.451 12.3295 20.501 12.2995C20.8956 12.0851 21.305 11.8043 21.6786 11.5395C21.7948 11.457 21.8698 11.3285 21.8852 11.1868L21.951 10.5795C21.961 10.5195 21.961 10.4695 21.971 10.3995C22.051 9.39953 22.031 8.01953 21.091 6.97953ZM8.91101 5.52953C8.91101 3.82953 8.91101 3.18953 11.241 3.18953H12.761C15.091 3.18953 15.091 3.82953 15.091 5.52953V5.56953H8.91101V5.52953ZM12.001 17.2495C10.351 17.2495 8.98101 16.0095 8.78101 14.4095C8.76101 14.2795 8.75101 14.1395 8.75101 13.9995C8.75101 12.2095 10.211 10.7495 12.001 10.7495C13.791 10.7495 15.251 12.2095 15.251 13.9995C15.251 14.1195 15.241 14.2295 15.231 14.3395V14.3495C15.051 15.9795 13.671 17.2495 12.001 17.2495Z\" fill=\"\"/>\n<path d=\"M11.4289 16.0284C11.2389 16.0284 11.0489 15.9584 10.8989 15.8084L9.90891 14.8284C9.61891 14.5384 9.61891 14.0584 9.90891 13.7684C10.1989 13.4784 10.6789 13.4784 10.9689 13.7684L11.4489 14.2484L13.0589 12.7684C13.3589 12.4884 13.8389 12.5084 14.1189 12.8084C14.3989 13.1084 14.3789 13.5884 14.0789 13.8684L11.9489 15.8384C11.7889 15.9584 11.6089 16.0284 11.4289 16.0284Z\" fill=\"\"/>\n<path d=\"M21.0416 13.7311C21.2903 13.5929 21.6129 13.7931 21.587 14.0765L21.2316 17.9611C21.0216 19.9611 20.2016 22.0011 15.8016 22.0011H8.18156C3.78156 22.0011 2.96156 19.9611 2.76156 17.9711L2.41569 14.2678C2.38884 13.9802 2.69635 13.786 2.95156 13.9211C3.73156 14.3511 4.54156 14.7311 5.37156 15.0311C5.68156 15.1411 5.90156 15.4011 5.99156 15.7211C6.74156 18.3211 9.16156 20.2511 12.0016 20.2511C14.8916 20.2511 17.3316 18.2811 18.0416 15.5811C18.1216 15.2611 18.3416 15.0011 18.6516 14.8811C19.4916 14.5511 20.2916 14.1611 21.0416 13.7311Z\" fill=\"\"/>\n</svg>\n</li><li title=\"brifecase timer \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.1288 15.8789C10.8788 15.8789 10.6288 15.7489 10.4888 15.5189C10.2788 15.1689 10.3888 14.6989 10.7488 14.4889L11.6388 13.9589V12.8789C11.6388 12.4689 11.9788 12.1289 12.3888 12.1289C12.7988 12.1289 13.1388 12.4689 13.1388 12.8789V14.3789C13.1388 14.6389 12.9988 14.8889 12.7788 15.0189L11.5288 15.7689C11.3888 15.8389 11.2588 15.8789 11.1288 15.8789Z\" fill=\"\"/>\n<path d=\"M21.091 6.97953C20.241 6.03953 18.831 5.56953 16.761 5.56953H16.521V5.52953C16.521 3.84953 16.521 1.76953 12.761 1.76953H11.241C7.48101 1.76953 7.48101 3.84953 7.48101 5.52953V5.56953H7.24101C5.17101 5.56953 3.75101 6.03953 2.91101 6.97953C1.92101 8.08953 1.95101 9.55953 2.05101 10.5695L2.06101 10.6395L2.1301 11.4455C2.14329 11.5994 2.22683 11.7387 2.35655 11.8227C2.64024 12.0063 2.94207 12.199 3.23101 12.3595C3.37101 12.4495 3.52101 12.5295 3.67101 12.6095C4.80101 13.2295 6.01101 13.7195 7.25101 14.0595C7.28101 16.6495 9.40101 18.7495 12.001 18.7495C14.621 18.7495 16.751 16.6195 16.751 13.9995V13.9595C18.011 13.5795 19.221 13.0495 20.351 12.3895C20.411 12.3595 20.451 12.3295 20.501 12.2995C20.8959 12.0849 21.3055 11.804 21.6792 11.539C21.7951 11.4568 21.87 11.3288 21.8857 11.1876L21.901 11.0495L21.951 10.5795C21.961 10.5195 21.961 10.4695 21.971 10.3995C22.051 9.39953 22.031 8.01953 21.091 6.97953ZM8.91101 5.52953C8.91101 3.82953 8.91101 3.18953 11.241 3.18953H12.761C15.091 3.18953 15.091 3.82953 15.091 5.52953V5.56953H8.91101V5.52953ZM12.001 17.2495C10.351 17.2495 8.98101 16.0095 8.78101 14.4095C8.76101 14.2795 8.75101 14.1395 8.75101 13.9995C8.75101 12.2095 10.211 10.7495 12.001 10.7495C13.791 10.7495 15.251 12.2095 15.251 13.9995C15.251 14.1195 15.241 14.2295 15.231 14.3395V14.3495C15.051 15.9795 13.671 17.2495 12.001 17.2495Z\" fill=\"\"/>\n<path d=\"M21.0416 13.7311C21.2903 13.5929 21.6129 13.7931 21.587 14.0765L21.2316 17.9611C21.0216 19.9611 20.2016 22.0011 15.8016 22.0011H8.18156C3.78156 22.0011 2.96156 19.9611 2.76156 17.9711L2.41569 14.2678C2.38884 13.9802 2.69635 13.786 2.95156 13.9211C3.73156 14.3511 4.54156 14.7311 5.37156 15.0311C5.68156 15.1411 5.90156 15.4011 5.99156 15.7211C6.74156 18.3211 9.16156 20.2511 12.0016 20.2511C14.8916 20.2511 17.3316 18.2811 18.0416 15.5811C18.1216 15.2611 18.3416 15.0011 18.6516 14.8811C19.4916 14.5511 20.2916 14.1611 21.0416 13.7311Z\" fill=\"\"/>\n</svg>\n</li><li title=\"broom \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.82005 4.90101L7.54005 2.78101C7.06005 2.00101 6.11005 1.56101 5.22005 1.82101C3.88005 2.22101 3.36005 3.73101 4.03005 4.84101L5.35005 7.01101C5.50005 7.24101 5.81005 7.32101 6.04005 7.18101L8.65005 5.59101C8.89005 5.44101 8.97005 5.13101 8.82005 4.90101Z\" fill=\"\"/>\n<path d=\"M19.7404 14.2098L16.9304 10.4098C15.9504 9.08984 14.2504 8.46984 12.6504 8.89984C12.6504 8.88984 12.6404 8.88984 12.6404 8.87984L10.9804 6.14984C10.6804 5.67984 10.0604 5.52984 9.59037 5.81984L6.12037 7.92984C5.64037 8.20984 5.49037 8.83984 5.78037 9.31984L7.43037 12.0498C7.43037 12.0498 7.43037 12.0598 7.44037 12.0598C6.33037 13.2898 6.09037 15.0798 6.83037 16.5698L8.91037 20.8098C9.55037 22.1198 11.0604 22.6198 12.3404 21.9598C12.4404 21.9098 12.4704 21.7898 12.4104 21.6898L10.8504 19.1098C10.6304 18.7498 10.7404 18.2898 11.1004 18.0598C11.4604 17.8498 11.9204 17.9598 12.1504 18.3098L13.7204 20.8898C13.7804 20.9798 13.9004 21.0098 13.9904 20.9598L14.9504 20.3798C15.0404 20.3198 15.0704 20.1998 15.0204 20.1098L13.4504 17.5298C13.2404 17.1698 13.3504 16.7098 13.7004 16.4798C14.0704 16.2698 14.5304 16.3798 14.7504 16.7298L16.3204 19.3098C16.3804 19.3998 16.5004 19.4298 16.5904 19.3798L17.5504 18.7998C17.6404 18.7398 17.6704 18.6198 17.6204 18.5298L16.0504 15.9498C15.8404 15.5898 15.9504 15.1298 16.3004 14.8998C16.6704 14.6898 17.1304 14.7998 17.3504 15.1498L18.9304 17.7198C18.9904 17.8098 19.1104 17.8398 19.2004 17.7798C20.3604 16.9498 20.6204 15.3898 19.7404 14.2098Z\" fill=\"\"/>\n</svg>\n</li><li title=\"brush 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.6494 4.79H16.3694C16.2694 4 15.9794 3.37 15.5194 2.9C14.9194 2.3 14.0494 2 12.9294 2H7.34938C5.09938 2 3.85938 3.24 3.85938 5.49C3.85938 6.61 4.15938 7.48 4.75938 8.08C5.35938 8.68 6.22937 8.98 7.34938 8.98H12.9294C14.9294 8.98 16.1294 7.99 16.3694 6.19H16.6494C18.7394 6.19 18.7394 6.47 18.7394 8.28V10.14C18.7394 11.95 18.7394 12.23 16.6494 12.23H12.9294C9.93938 12.23 9.50938 13.65 9.44938 15.03C8.54938 15.09 7.57938 15.51 7.57938 17.11V19.9C7.57938 21.63 8.71938 21.99 9.66938 21.99H10.5994C11.5494 21.99 12.6894 21.63 12.6894 19.9V17.11C12.6894 15.53 11.7394 15.09 10.8394 15.03C10.8894 14.02 11.1794 13.62 12.9194 13.62H16.6394C19.8894 13.62 20.1294 12.3 20.1294 10.13V8.28C20.1394 6.11 19.8994 4.79 16.6494 4.79Z\" fill=\"\"/>\n</svg>\n</li><li title=\"brush 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.8098 3.93814C20.4998 7.20814 17.5098 11.4781 14.6598 14.2681C14.2498 11.6881 12.1898 9.66814 9.58984 9.30814C12.3898 6.44814 16.6898 3.41814 19.9698 2.09814C20.5498 1.87814 21.1298 2.04814 21.4898 2.40814C21.8698 2.78814 22.0498 3.35814 21.8098 3.93814Z\" fill=\"\"/>\n<path d=\"M13.7791 15.0909C13.5791 15.2609 13.3791 15.4309 13.1791 15.5909L11.3891 17.0209C11.3891 16.9909 11.3791 16.9509 11.3791 16.9109C11.2391 15.8409 10.7391 14.8509 9.92914 14.0409C9.10914 13.2209 8.08914 12.7209 6.96914 12.5809C6.93914 12.5809 6.89914 12.5709 6.86914 12.5709L8.31914 10.7409C8.45914 10.5609 8.60914 10.3909 8.76914 10.2109L9.44914 10.3009C11.5991 10.6009 13.3291 12.2909 13.6691 14.4309L13.7791 15.0909Z\" fill=\"\"/>\n<path d=\"M10.4298 17.6208C10.4298 18.7208 10.0098 19.7708 9.20976 20.5608C8.59976 21.1808 7.77977 21.6008 6.77977 21.7208L4.32976 21.9908C2.98976 22.1408 1.83976 20.9908 1.98976 19.6408L2.25976 17.1808C2.49976 14.9908 4.32976 13.5908 6.26976 13.5508C6.45976 13.5408 6.66976 13.5508 6.86976 13.5708C7.71976 13.6808 8.53976 14.0708 9.22976 14.7508C9.89976 15.4208 10.2798 16.2108 10.3898 17.0408C10.4098 17.2408 10.4298 17.4308 10.4298 17.6208Z\" fill=\"\"/>\n</svg>\n</li><li title=\"brush 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM10.49 16.72C10.15 17.06 9.7 17.29 9.15 17.36L7.8 17.51C7.06 17.59 6.43 16.96 6.51 16.21L6.66 14.85C6.79 13.64 7.8 12.87 8.87 12.85C8.97 12.84 9.09 12.85 9.2 12.86C9.67 12.92 10.12 13.14 10.5 13.51C10.87 13.88 11.08 14.32 11.14 14.77C11.15 14.88 11.16 14.99 11.16 15.09C11.16 15.71 10.93 16.28 10.49 16.72ZM17.44 7.55C16.72 9.35 15.07 11.71 13.5 13.25C13.27 11.83 12.14 10.71 10.7 10.51C12.24 8.93 14.62 7.26 16.43 6.53C16.75 6.41 17.07 6.5 17.27 6.7C17.47 6.92 17.57 7.23 17.44 7.55Z\" fill=\"\"/>\n</svg>\n</li><li title=\"brush 4 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.5 19.5V18H4.5C3.95 18 3.45 17.78 3.09 17.41C2.72 17.05 2.5 16.55 2.5 16C2.5 14.97 3.3 14.11 4.31 14.01C4.37 14 4.43 14 4.5 14H19.5C19.57 14 19.63 14 19.69 14.01C20.17 14.05 20.59 14.26 20.91 14.59C21.32 14.99 21.54 15.56 21.49 16.18C21.4 17.23 20.45 18 19.39 18H14.5V19.5C14.5 20.88 13.38 22 12 22C10.62 22 9.5 20.88 9.5 19.5Z\" fill=\"\"/>\n<path d=\"M17.1906 2H13.2506C12.9706 2 12.7506 2.22 12.7506 2.5V4C12.7506 4.41 12.4106 4.75 12.0006 4.75C11.9106 4.75 11.8306 4.73 11.7506 4.7C11.4606 4.6 11.2506 4.32 11.2506 4V2.5C11.2506 2.22 11.0306 2 10.7506 2H9.24058C8.96058 2 8.74058 2.22 8.74058 2.5V7C8.74058 7.41 8.40058 7.75 7.99058 7.75C7.58058 7.75 7.24058 7.41 7.24058 7V4.75V2.5C7.24058 2.23 7.04058 2.02 6.77058 2H6.74058C5.00058 2.04 3.65058 3.55 3.83058 5.3L4.20058 12.05C4.23058 12.58 4.67058 13 5.20058 13H18.8006C19.3306 13 19.7706 12.58 19.8006 12.05L20.1706 5.3C20.3506 3.53 18.9606 2 17.1906 2Z\" fill=\"\"/>\n</svg>\n</li><li title=\"brush \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 2H18C19.1 2 20 2.9 20 4V7.32C20 7.87 19.55 8.32 19 8.32H5C4.45 8.32 4 7.87 4 7.32V4C4 2.9 4.9 2 6 2Z\" fill=\"\"/>\n<path d=\"M4 10.3203V11.8803C4 12.9603 4.58 13.9603 5.53 14.4903L8.49 16.1603C9.12 16.5103 9.51 17.1803 9.51 17.9003V20.0003C9.51 21.1003 10.41 22.0003 11.51 22.0003H12.51C13.61 22.0003 14.51 21.1003 14.51 20.0003V17.9003C14.51 17.1803 14.9 16.5103 15.53 16.1603L18.49 14.4903C19.43 13.9603 20.02 12.9603 20.02 11.8803V10.3203C20.02 9.77031 19.57 9.32031 19.02 9.32031H5C4.45 9.32031 4 9.76031 4 10.3203Z\" fill=\"\"/>\n</svg>\n</li><li title=\"bubble \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.5909 1.75C12.6209 1.75 10.2109 4.16 10.2109 7.13C10.2109 10.1 12.6209 12.51 15.5909 12.51C18.5609 12.51 20.9709 10.1 20.9709 7.13C20.9709 4.16 18.5609 1.75 15.5909 1.75Z\" fill=\"\"/>\n<path d=\"M6.3593 13.0312C4.5293 13.0312 3.0293 14.5213 3.0293 16.3613C3.0293 18.2013 4.5193 19.6913 6.3593 19.6913C8.1893 19.6913 9.6893 18.2013 9.6893 16.3613C9.6893 14.5213 8.1893 13.0312 6.3593 13.0312Z\" fill=\"\"/>\n<path d=\"M16.6205 16.6211C15.0705 16.6211 13.8105 17.8811 13.8105 19.4311C13.8105 20.9811 15.0705 22.2411 16.6205 22.2411C18.1705 22.2411 19.4305 20.9811 19.4305 19.4311C19.4305 17.8811 18.1705 16.6211 16.6205 16.6211Z\" fill=\"\"/>\n</svg>\n</li><li title=\"bucket circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM11.63 16.25C10.78 17.1 9.92 17.1 9.06 16.25L6.5 13.68C6.06 13.24 5.85 12.8 5.86 12.35C5.87 11.93 6.09 11.52 6.5 11.11L10.1 7.51L9.54 6.96C9.35 6.77 9.35 6.47 9.54 6.28C9.73 6.09 10.03 6.09 10.22 6.28L10.77 6.83L15.47 11.53C15.57 11.63 15.64 11.78 15.64 11.92C15.65 12.09 15.6 12.26 15.47 12.39L11.63 16.25ZM16.64 17.86C15.81 17.86 15.14 17.19 15.14 16.36C15.14 15.52 16.13 14.41 16.33 14.19C16.49 14.01 16.8 14.01 16.97 14.19C17.17 14.4 18.16 15.52 18.16 16.36C18.14 17.19 17.47 17.86 16.64 17.86Z\" fill=\"\"/>\n</svg>\n</li><li title=\"bucket square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM9.06 16.25L6.5 13.68C6.06 13.24 5.85 12.8 5.86 12.35C5.87 11.93 6.09 11.52 6.5 11.11L10.1 7.51L9.54 6.96C9.35 6.77 9.35 6.47 9.54 6.28C9.73 6.09 10.03 6.09 10.22 6.28L10.77 6.83L15.47 11.53C15.57 11.63 15.64 11.78 15.64 11.92C15.65 12.09 15.6 12.26 15.47 12.39L11.62 16.24C10.78 17.1 9.92 17.1 9.06 16.25ZM16.64 17.86C15.81 17.86 15.14 17.19 15.14 16.36C15.14 15.52 16.13 14.41 16.33 14.19C16.49 14.01 16.8 14.01 16.97 14.19C17.17 14.4 18.16 15.52 18.16 16.36C18.14 17.19 17.47 17.86 16.64 17.86Z\" fill=\"\"/>\n</svg>\n</li><li title=\"bucket \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.0408 10.6406L9.69083 3.29062L8.82083 2.42063C8.53083 2.13063 8.05083 2.13063 7.76083 2.42063C7.47083 2.71062 7.47083 3.19062 7.76083 3.48062L8.63083 4.35062L3.00083 9.98062C2.36083 10.6206 2.02083 11.2706 2.00083 11.9206C1.98083 12.6106 2.32083 13.3006 3.00083 13.9906L7.01083 18.0006C8.35083 19.3306 9.69083 19.3306 11.0208 18.0006L17.0408 11.9806C17.2408 11.7806 17.3308 11.5106 17.3108 11.2506C17.3008 11.0306 17.2008 10.8006 17.0408 10.6406Z\" fill=\"\"/>\n<path d=\"M16 22.75H3C2.59 22.75 2.25 22.41 2.25 22C2.25 21.59 2.59 21.25 3 21.25H16C16.41 21.25 16.75 21.59 16.75 22C16.75 22.41 16.41 22.75 16 22.75Z\" fill=\"\"/>\n<path d=\"M19.35 14.7803C19.09 14.5003 18.61 14.5003 18.35 14.7803C18.04 15.1203 16.5 16.8503 16.5 18.1703C16.5 19.4703 17.55 20.5203 18.85 20.5203C20.15 20.5203 21.2 19.4703 21.2 18.1703C21.2 16.8603 19.66 15.1203 19.35 14.7803Z\" fill=\"\"/>\n</svg>\n</li><li title=\"building 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 7.06984C15 6.39984 14.67 5.77984 14.11 5.40984L10.11 2.73984C9.44 2.28984 8.56 2.28984 7.89 2.73984L3.89 5.40984C3.34 5.77984 3 6.39984 3 7.06984V12.7498C3 13.0298 3.22 13.2498 3.5 13.2498H14.5C14.78 13.2498 15 13.0298 15 12.7498V7.06984ZM9 10.7498C8.04 10.7498 7.25 9.95984 7.25 8.99984C7.25 8.03984 8.04 7.24984 9 7.24984C9.96 7.24984 10.75 8.03984 10.75 8.99984C10.75 9.95984 9.96 10.7498 9 10.7498Z\" fill=\"\"/>\n<path d=\"M22 21.2511H20.73V18.2511C21.68 17.9411 22.37 17.0511 22.37 16.0011V14.0011C22.37 12.6911 21.3 11.6211 19.99 11.6211C18.68 11.6211 17.61 12.6911 17.61 14.0011V16.0011C17.61 17.0411 18.29 17.9211 19.22 18.2411V21.2511H15V15.2511C15 14.9711 14.78 14.7511 14.5 14.7511H3.5C3.22 14.7511 3 14.9711 3 15.2511V21.2511H2C1.59 21.2511 1.25 21.5911 1.25 22.0011C1.25 22.4111 1.59 22.7511 2 22.7511H19.93C19.95 22.7511 19.96 22.7611 19.98 22.7611C20 22.7611 20.01 22.7511 20.03 22.7511H22C22.41 22.7511 22.75 22.4111 22.75 22.0011C22.75 21.5911 22.41 21.2511 22 21.2511ZM8.25 18.2511C8.25 17.8411 8.59 17.5011 9 17.5011C9.41 17.5011 9.75 17.8411 9.75 18.2511V21.2511H8.25V18.2511Z\" fill=\"\"/>\n</svg>\n</li><li title=\"building 4 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.3196 3H5.08961C3.09961 3 2.09961 4.01 2.09961 6.02V22H7.49961V18.25C7.49961 17.84 7.83961 17.5 8.24961 17.5C8.65961 17.5 8.99961 17.83 8.99961 18.25V22H14.2996V6.02C14.2996 4.01 13.3096 3 11.3196 3ZM10.7496 12.75H5.79961C5.38961 12.75 5.04961 12.41 5.04961 12C5.04961 11.59 5.38961 11.25 5.79961 11.25H10.7496C11.1596 11.25 11.4996 11.59 11.4996 12C11.4996 12.41 11.1596 12.75 10.7496 12.75ZM10.7496 9H5.79961C5.38961 9 5.04961 8.66 5.04961 8.25C5.04961 7.84 5.38961 7.5 5.79961 7.5H10.7496C11.1596 7.5 11.4996 7.84 11.4996 8.25C11.4996 8.66 11.1596 9 10.7496 9Z\" fill=\"\"/>\n<path d=\"M23 21.2511H20.73V18.2511C21.68 17.9411 22.37 17.0511 22.37 16.0011V14.0011C22.37 12.6911 21.3 11.6211 19.99 11.6211C18.68 11.6211 17.61 12.6911 17.61 14.0011V16.0011C17.61 17.0411 18.29 17.9211 19.22 18.2411V21.2511H1C0.59 21.2511 0.25 21.5911 0.25 22.0011C0.25 22.4111 0.59 22.7511 1 22.7511H19.93C19.95 22.7511 19.96 22.7611 19.98 22.7611C20 22.7611 20.01 22.7511 20.03 22.7511H23C23.41 22.7511 23.75 22.4111 23.75 22.0011C23.75 21.5911 23.41 21.2511 23 21.2511Z\" fill=\"\"/>\n</svg>\n</li><li title=\"building \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.7507 4.64035L6.3207 2.45035C3.9307 1.28035 1.9707 2.47035 1.9707 5.09035V19.9303C1.9707 21.0703 2.9207 22.0003 4.0807 22.0003H11.5007C12.0507 22.0003 12.5007 21.5503 12.5007 21.0003V7.41035C12.5007 6.36035 11.7107 5.11035 10.7507 4.64035ZM8.9707 13.7503H5.5007C5.0907 13.7503 4.7507 13.4103 4.7507 13.0003C4.7507 12.5903 5.0907 12.2503 5.5007 12.2503H8.9707C9.3807 12.2503 9.7207 12.5903 9.7207 13.0003C9.7207 13.4103 9.3907 13.7503 8.9707 13.7503ZM8.9707 9.75035H5.5007C5.0907 9.75035 4.7507 9.41035 4.7507 9.00035C4.7507 8.59035 5.0907 8.25035 5.5007 8.25035H8.9707C9.3807 8.25035 9.7207 8.59035 9.7207 9.00035C9.7207 9.41035 9.3907 9.75035 8.9707 9.75035Z\" fill=\"\"/>\n<path d=\"M22 18.0391V19.4991C22 20.8791 20.88 21.9991 19.5 21.9991H14.97C14.43 21.9991 14 21.5691 14 21.0291V18.8691C15.07 18.9991 16.2 18.6891 17.01 18.0391C17.69 18.5891 18.56 18.9191 19.51 18.9191C20.44 18.9191 21.31 18.5891 22 18.0391Z\" fill=\"\"/>\n<path d=\"M22 15.0505V15.0605C21.92 16.3705 20.85 17.4205 19.51 17.4205C18.12 17.4205 17.01 16.2905 17.01 14.9205C17.01 16.4505 15.6 17.6805 14 17.3705V12.0005C14 11.3605 14.59 10.8805 15.22 11.0205L17.01 11.4205L17.49 11.5305L19.53 11.9905C20.02 12.0905 20.47 12.2605 20.86 12.5105C20.86 12.5205 20.87 12.5205 20.87 12.5205C20.97 12.5905 21.07 12.6705 21.16 12.7605C21.62 13.2205 21.92 13.8905 21.99 14.8705C21.99 14.9305 22 14.9905 22 15.0505Z\" fill=\"\"/>\n</svg>\n</li><li title=\"buildings 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.6 4.15C10.6 4.34 10.44 4.5 10.25 4.5H9.12C6.96 4.5 5.2 6.26 5.2 8.42V17.65C5.2 17.84 5.04 18 4.85 18H4.15C2.96 18 2 17.04 2 15.85V4.15C2 2.96 2.96 2 4.15 2H8.45C9.64 2 10.6 2.96 10.6 4.15Z\" fill=\"\"/>\n<path d=\"M22.0004 4.15V15.85C22.0004 17.04 21.0404 18 19.8504 18H19.2204C19.0304 18 18.8704 17.84 18.8704 17.65V8.42C18.8704 6.26 17.1104 4.5 14.9504 4.5H13.7504C13.5604 4.5 13.4004 4.34 13.4004 4.15C13.4004 2.96 14.3604 2 15.5504 2H19.8504C21.0404 2 22.0004 2.96 22.0004 4.15Z\" fill=\"\"/>\n<path d=\"M14.9492 6H9.11922C7.77922 6 6.69922 7.08 6.69922 8.42V19.58C6.69922 20.92 7.77922 22 9.11922 22H10.7492C11.0292 22 11.2492 21.78 11.2492 21.5V19C11.2492 18.59 11.5892 18.25 11.9992 18.25C12.4092 18.25 12.7492 18.59 12.7492 19V21.5C12.7492 21.78 12.9692 22 13.2492 22H14.9592C16.2892 22 17.3692 20.92 17.3692 19.59V8.42C17.3692 7.08 16.2892 6 14.9492 6ZM13.9992 14.75H9.99922C9.58922 14.75 9.24922 14.41 9.24922 14C9.24922 13.59 9.58922 13.25 9.99922 13.25H13.9992C14.4092 13.25 14.7492 13.59 14.7492 14C14.7492 14.41 14.4092 14.75 13.9992 14.75ZM13.9992 11.75H9.99922C9.58922 11.75 9.24922 11.41 9.24922 11C9.24922 10.59 9.58922 10.25 9.99922 10.25H13.9992C14.4092 10.25 14.7492 10.59 14.7492 11C14.7492 11.41 14.4092 11.75 13.9992 11.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"buildings \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 8C3.34 8 2 9.34 2 11V19C2 20.66 3.34 22 5 22H6.5C7.6 22 8.5 21.1 8.5 20V10C8.5 8.9 7.6 8 6.5 8H5ZM6 17C6 17.41 5.66 17.75 5.25 17.75C4.84 17.75 4.5 17.41 4.5 17V13C4.5 12.59 4.84 12.25 5.25 12.25C5.66 12.25 6 12.59 6 13V17Z\" fill=\"\"/>\n<path d=\"M19 2H13C11.34 2 10 3.34 10 5V19C10 20.66 11.34 22 13 22H13.5C13.78 22 14 21.78 14 21.5V18C14 17.45 14.45 17 15 17H17C17.55 17 18 17.45 18 18V21.5C18 21.78 18.22 22 18.5 22H19C20.66 22 22 20.66 22 19V5C22 3.34 20.66 2 19 2ZM14.75 13C14.75 13.41 14.41 13.75 14 13.75C13.59 13.75 13.25 13.41 13.25 13V8C13.25 7.59 13.59 7.25 14 7.25C14.41 7.25 14.75 7.59 14.75 8V13ZM18.75 13C18.75 13.41 18.41 13.75 18 13.75C17.59 13.75 17.25 13.41 17.25 13V8C17.25 7.59 17.59 7.25 18 7.25C18.41 7.25 18.75 7.59 18.75 8V13Z\" fill=\"\"/>\n</svg>\n</li><li title=\"buliding \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 21.25H2C1.59 21.25 1.25 21.59 1.25 22C1.25 22.41 1.59 22.75 2 22.75H22C22.41 22.75 22.75 22.41 22.75 22C22.75 21.59 22.41 21.25 22 21.25Z\" fill=\"\"/>\n<path d=\"M17 2H7C4 2 3 3.79 3 6V22H21V6C21 3.79 20 2 17 2ZM10 17.25H7C6.59 17.25 6.25 16.91 6.25 16.5C6.25 16.09 6.59 15.75 7 15.75H10C10.41 15.75 10.75 16.09 10.75 16.5C10.75 16.91 10.41 17.25 10 17.25ZM10 12.75H7C6.59 12.75 6.25 12.41 6.25 12C6.25 11.59 6.59 11.25 7 11.25H10C10.41 11.25 10.75 11.59 10.75 12C10.75 12.41 10.41 12.75 10 12.75ZM10 8.25H7C6.59 8.25 6.25 7.91 6.25 7.5C6.25 7.09 6.59 6.75 7 6.75H10C10.41 6.75 10.75 7.09 10.75 7.5C10.75 7.91 10.41 8.25 10 8.25ZM17 17.25H14C13.59 17.25 13.25 16.91 13.25 16.5C13.25 16.09 13.59 15.75 14 15.75H17C17.41 15.75 17.75 16.09 17.75 16.5C17.75 16.91 17.41 17.25 17 17.25ZM17 12.75H14C13.59 12.75 13.25 12.41 13.25 12C13.25 11.59 13.59 11.25 14 11.25H17C17.41 11.25 17.75 11.59 17.75 12C17.75 12.41 17.41 12.75 17 12.75ZM17 8.25H14C13.59 8.25 13.25 7.91 13.25 7.5C13.25 7.09 13.59 6.75 14 6.75H17C17.41 6.75 17.75 7.09 17.75 7.5C17.75 7.91 17.41 8.25 17 8.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"bus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4 13.5V18.9C4 20.6 5.39 22 7.1 22H16.9C18.6 22 20 20.61 20 18.9V13.5C20 13.22 19.78 13 19.5 13H4.5C4.22 13 4 13.22 4 13.5ZM8.88 18.38C8.65 18.62 8.33 18.75 8 18.75C7.92 18.75 7.84 18.74 7.76 18.73C7.68 18.71 7.6 18.69 7.52 18.65C7.45 18.62 7.37 18.58 7.31 18.54C7.24 18.49 7.17 18.44 7.12 18.38C6.88 18.15 6.75 17.83 6.75 17.5C6.75 17.17 6.88 16.85 7.12 16.62C7.17 16.56 7.24 16.51 7.31 16.46C7.37 16.42 7.45 16.38 7.52 16.35C7.6 16.31 7.68 16.29 7.76 16.27C8.16 16.19 8.59 16.33 8.88 16.62C9.12 16.85 9.25 17.17 9.25 17.5C9.25 17.83 9.12 18.15 8.88 18.38ZM16.88 18.38C16.83 18.44 16.76 18.49 16.69 18.54C16.63 18.58 16.55 18.62 16.48 18.65C16.4 18.69 16.32 18.71 16.25 18.73C16.16 18.74 16.08 18.75 16 18.75C15.92 18.75 15.84 18.74 15.76 18.73C15.68 18.71 15.6 18.69 15.52 18.65C15.45 18.62 15.37 18.58 15.31 18.54C15.24 18.49 15.17 18.44 15.12 18.38C14.88 18.15 14.75 17.83 14.75 17.5C14.75 17.17 14.88 16.85 15.12 16.62C15.17 16.56 15.24 16.51 15.31 16.46C15.37 16.42 15.45 16.38 15.52 16.35C15.6 16.31 15.68 16.29 15.76 16.27C15.92 16.24 16.08 16.24 16.25 16.27C16.32 16.29 16.4 16.31 16.48 16.35C16.55 16.38 16.63 16.42 16.69 16.46C16.76 16.51 16.83 16.56 16.88 16.62C17.12 16.85 17.25 17.17 17.25 17.5C17.25 17.83 17.12 18.15 16.88 18.38Z\" fill=\"\"/>\n<path d=\"M16.9 2H7.1C5.39 2 4 3.39 4 5.1V7.5C4 7.78 4.22 8 4.5 8H19.5C19.78 8 20 7.78 20 7.5V5.1C20 3.39 18.61 2 16.9 2ZM14.5 5.75H9.5C9.09 5.75 8.75 5.41 8.75 5C8.75 4.59 9.09 4.25 9.5 4.25H14.5C14.91 4.25 15.25 4.59 15.25 5C15.25 5.41 14.91 5.75 14.5 5.75Z\" fill=\"\"/>\n<path d=\"M19.5 12H4.5C4.22 12 4 11.78 4 11.5V9.5C4 9.22 4.22 9 4.5 9H19.5C19.78 9 20 9.22 20 9.5V11.5C20 11.78 19.78 12 19.5 12Z\" fill=\"\"/>\n</svg>\n</li><li title=\"buy crypto \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22.0001 8.5C22.0001 11.76 19.6001 14.45 16.4801 14.92V14.86C16.1701 10.98 13.0201 7.83 9.11008 7.52H9.08008C9.55008 4.4 12.2401 2 15.5001 2C19.0901 2 22.0001 4.91 22.0001 8.5Z\" fill=\"\"/>\n<path d=\"M14.98 14.98C14.73 11.81 12.19 9.27 9.02 9.02C8.85 9.01 8.67 9 8.5 9C4.91 9 2 11.91 2 15.5C2 19.09 4.91 22 8.5 22C12.09 22 15 19.09 15 15.5C15 15.33 14.99 15.15 14.98 14.98ZM9.38 16.38L8.5 18L7.62 16.38L6 15.5L7.62 14.62L8.5 13L9.38 14.62L11 15.5L9.38 16.38Z\" fill=\"\"/>\n</svg>\n</li><li title=\"cake \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.8894 13V14H20.0194C19.2794 14 18.6794 14.6 18.6794 15.35V15.65C18.6794 16.4 18.0794 17 17.3294 17C16.5894 17 15.9894 16.4 15.9894 15.65V15.35C15.9894 14.6 15.3794 14 14.6394 14C13.8994 14 13.2994 14.6 13.2994 15.35V15.65C13.2994 16.4 12.6894 17 11.9494 17C11.2094 17 10.5994 16.4 10.5994 15.65V15.35C10.5994 14.6 9.99938 14 9.25938 14C8.51938 14 7.90938 14.6 7.90938 15.35V15.65C7.90938 16.4 7.30938 17 6.56938 17C5.81938 17 5.21937 16.4 5.21937 15.65V15.33C5.21937 14.59 4.62938 13.99 3.89938 13.98H3.10938V13C3.10938 11.62 4.14938 10.45 5.55938 10.11C5.83938 10.04 6.12938 10 6.43938 10H17.5594C17.8694 10 18.1594 10.04 18.4394 10.11C19.8494 10.45 20.8894 11.62 20.8894 13Z\" fill=\"\"/>\n<path d=\"M18.4405 7.17V8.58C18.1505 8.52 17.8605 8.5 17.5605 8.5H6.44055C6.14055 8.5 5.85055 8.53 5.56055 8.59V7.17C5.56055 5.97 6.64055 5 7.98055 5H16.0205C17.3605 5 18.4405 5.97 18.4405 7.17Z\" fill=\"\"/>\n<path d=\"M8.75 3.54844V5.00844H7.98C7.72 5.00844 7.48 5.03844 7.25 5.09844V3.54844C7.25 3.19844 7.59 2.89844 8 2.89844C8.41 2.89844 8.75 3.19844 8.75 3.54844Z\" fill=\"\"/>\n<path d=\"M16.75 3.32812V5.09812C16.52 5.02813 16.28 4.99813 16.02 4.99813H15.25V3.32812C15.25 2.91813 15.59 2.57812 16 2.57812C16.41 2.57812 16.75 2.91813 16.75 3.32812Z\" fill=\"\"/>\n<path d=\"M12.75 2.82V5H11.25V2.82C11.25 2.37 11.59 2 12 2C12.41 2 12.75 2.37 12.75 2.82Z\" fill=\"\"/>\n<path d=\"M22 21.2505C22 21.6605 21.66 22.0005 21.25 22.0005H2.75C2.34 22.0005 2 21.6605 2 21.2505C2 20.8405 2.34 20.5005 2.75 20.5005H3.11V15.4805H3.72V15.5505C3.72 16.8905 4.6 18.1305 5.91 18.4205C6.93 18.6605 7.9 18.3305 8.56 17.6805C8.94 17.3005 9.56 17.2905 9.94 17.6705C10.46 18.1805 11.17 18.5005 11.95 18.5005C12.73 18.5005 13.44 18.1905 13.96 17.6705C14.34 17.3005 14.95 17.3005 15.34 17.6805C15.99 18.3305 16.96 18.6605 17.99 18.4205C19.3 18.1305 20.18 16.8905 20.18 15.5505V15.5005H20.89V20.5005H21.25C21.66 20.5005 22 20.8405 22 21.2505Z\" fill=\"\"/>\n</svg>\n</li><li title=\"calculator \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 2H8C5.24 2 3 4.24 3 7V17C3 19.76 5.24 22 8 22H16C18.76 22 21 19.76 21 17V7C21 4.24 18.76 2 16 2ZM8.86 18.63C8.67 18.82 8.42 18.92 8.16 18.92C7.89 18.92 7.64 18.82 7.45 18.63C7.26 18.44 7.15 18.19 7.15 17.92C7.15 17.66 7.26 17.4 7.45 17.21C7.54 17.12 7.65 17.05 7.77 17C8.02 16.9 8.29 16.9 8.54 17C8.6 17.02 8.66 17.05 8.71 17.09C8.77 17.12 8.82 17.17 8.86 17.21C9.05 17.4 9.16 17.66 9.16 17.92C9.16 18.19 9.05 18.44 8.86 18.63ZM7.15 13.92C7.15 13.79 7.18 13.66 7.23 13.54C7.28 13.41 7.35 13.31 7.45 13.21C7.68 12.98 8.03 12.87 8.35 12.94C8.41 12.95 8.48 12.97 8.54 13C8.6 13.02 8.66 13.05 8.71 13.09C8.77 13.12 8.82 13.17 8.86 13.21C8.95 13.31 9.03 13.41 9.08 13.54C9.13 13.66 9.15 13.79 9.15 13.92C9.15 14.19 9.05 14.44 8.86 14.63C8.67 14.82 8.42 14.92 8.16 14.92C8.02 14.92 7.89 14.89 7.77 14.84C7.65 14.79 7.54 14.72 7.45 14.63C7.26 14.44 7.15 14.19 7.15 13.92ZM12.86 18.63C12.77 18.72 12.66 18.79 12.54 18.84C12.42 18.89 12.29 18.92 12.15 18.92C11.89 18.92 11.64 18.82 11.45 18.63C11.26 18.44 11.15 18.19 11.15 17.92C11.15 17.85 11.16 17.79 11.17 17.72C11.19 17.66 11.21 17.6 11.23 17.54C11.26 17.48 11.29 17.42 11.32 17.36C11.36 17.31 11.4 17.26 11.45 17.21C11.54 17.12 11.65 17.05 11.77 17C12.14 16.85 12.58 16.93 12.86 17.21C13.05 17.4 13.15 17.66 13.15 17.92C13.15 18.19 13.05 18.44 12.86 18.63ZM12.86 14.63C12.67 14.82 12.42 14.92 12.15 14.92C11.89 14.92 11.64 14.82 11.45 14.63C11.26 14.44 11.15 14.19 11.15 13.92C11.15 13.66 11.26 13.4 11.45 13.21C11.82 12.84 12.49 12.84 12.86 13.21C12.95 13.31 13.03 13.41 13.08 13.54C13.13 13.66 13.15 13.79 13.15 13.92C13.15 14.19 13.05 14.44 12.86 14.63ZM9 10.46C7.97 10.46 7.12 9.62 7.12 8.58V7.58C7.12 6.55 7.96 5.7 9 5.7H15C16.03 5.7 16.88 6.54 16.88 7.58V8.58C16.88 9.61 16.04 10.46 15 10.46H9ZM16.86 18.63C16.67 18.82 16.42 18.92 16.15 18.92C16.02 18.92 15.89 18.89 15.77 18.84C15.65 18.79 15.54 18.72 15.45 18.63C15.26 18.44 15.16 18.19 15.16 17.92C15.16 17.66 15.26 17.4 15.45 17.21C15.72 16.93 16.17 16.85 16.54 17C16.66 17.05 16.77 17.12 16.86 17.21C17.05 17.4 17.15 17.66 17.15 17.92C17.15 18.19 17.05 18.44 16.86 18.63ZM17.08 14.3C17.03 14.42 16.96 14.53 16.86 14.63C16.67 14.82 16.42 14.92 16.15 14.92C15.89 14.92 15.64 14.82 15.45 14.63C15.26 14.44 15.15 14.19 15.15 13.92C15.15 13.66 15.26 13.4 15.45 13.21C15.82 12.84 16.49 12.84 16.86 13.21C17.05 13.4 17.16 13.66 17.16 13.92C17.16 14.05 17.13 14.18 17.08 14.3Z\" fill=\"\"/>\n</svg>\n</li><li title=\"calendar 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.25 5.75C7.84 5.75 7.5 5.41 7.5 5V2C7.5 1.59 7.84 1.25 8.25 1.25C8.66 1.25 9 1.59 9 2V5C9 5.41 8.66 5.75 8.25 5.75Z\" fill=\"\"/>\n<path d=\"M15.75 5.75C15.34 5.75 15 5.41 15 5V2C15 1.59 15.34 1.25 15.75 1.25C16.16 1.25 16.5 1.59 16.5 2V5C16.5 5.41 16.16 5.75 15.75 5.75Z\" fill=\"\"/>\n<path d=\"M11.9996 14.09C12.5196 14.09 12.8996 13.78 12.8996 13.29C12.8996 12.79 12.5196 12.5 11.9996 12.5C11.4796 12.5 11.0996 12.79 11.0996 13.29C11.0996 13.78 11.4796 14.09 11.9996 14.09Z\" fill=\"\"/>\n<path d=\"M11.9994 17.0006C12.629 17.0006 13.1394 16.5842 13.1394 16.0706C13.1394 15.557 12.629 15.1406 11.9994 15.1406C11.3698 15.1406 10.8594 15.557 10.8594 16.0706C10.8594 16.5842 11.3698 17.0006 11.9994 17.0006Z\" fill=\"\"/>\n<path d=\"M19.57 4.5C18.91 4.01 17.96 4.48 17.96 5.31V5.41C17.96 6.58 17.12 7.66 15.95 7.78C14.6 7.92 13.46 6.86 13.46 5.54V4.5C13.46 3.95 13.01 3.5 12.46 3.5H11.54C10.99 3.5 10.54 3.95 10.54 4.5V5.54C10.54 6.33 10.13 7.03 9.51 7.42C9.42 7.48 9.32 7.53 9.22 7.58C9.13 7.63 9.03 7.67 8.92 7.7C8.8 7.74 8.67 7.77 8.53 7.78C8.37 7.8 8.21 7.8 8.05 7.78C7.91 7.77 7.78 7.74 7.66 7.7C7.56 7.67 7.46 7.63 7.36 7.58C7.26 7.53 7.16 7.48 7.07 7.42C6.44 6.98 6.04 6.22 6.04 5.41V5.31C6.04 4.54 5.22 4.08 4.57 4.41C4.56 4.42 4.55 4.42 4.54 4.43C4.5 4.45 4.47 4.47 4.43 4.5C4.4 4.53 4.36 4.55 4.33 4.58C4.05 4.8 3.8 5.05 3.59 5.32C3.48 5.44 3.39 5.57 3.31 5.7C3.3 5.71 3.29 5.72 3.28 5.74C3.19 5.87 3.11 6.02 3.04 6.16C3.02 6.18 3.01 6.19 3.01 6.21C2.95 6.33 2.89 6.45 2.85 6.58C2.82 6.63 2.81 6.67 2.79 6.72C2.73 6.87 2.69 7.02 2.65 7.17C2.61 7.31 2.58 7.46 2.56 7.61C2.54 7.72 2.53 7.83 2.52 7.95C2.51 8.09 2.5 8.23 2.5 8.37V17.13C2.5 19.82 4.68 22 7.37 22H16.63C19.32 22 21.5 19.82 21.5 17.13V8.37C21.5 6.78 20.74 5.39 19.57 4.5ZM12 18.25C10.45 18.25 9.5 17.48 9.5 16.24C9.5 15.56 9.85 14.97 10.46 14.62C10.02 14.31 9.73 13.85 9.73 13.22C9.73 11.92 10.77 11.25 12 11.25C13.23 11.25 14.26 11.92 14.26 13.22C14.26 13.85 13.98 14.31 13.53 14.62C14.15 14.97 14.5 15.56 14.5 16.24C14.5 17.48 13.54 18.25 12 18.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"calendar 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.7502 3.56V2C16.7502 1.59 16.4102 1.25 16.0002 1.25C15.5902 1.25 15.2502 1.59 15.2502 2V3.5H8.75023V2C8.75023 1.59 8.41023 1.25 8.00023 1.25C7.59023 1.25 7.25023 1.59 7.25023 2V3.56C4.55023 3.81 3.24023 5.42 3.04023 7.81C3.02023 8.1 3.26023 8.34 3.54023 8.34H20.4602C20.7502 8.34 20.9902 8.09 20.9602 7.81C20.7602 5.42 19.4502 3.81 16.7502 3.56Z\" fill=\"\"/>\n<path d=\"M20 9.83984H4C3.45 9.83984 3 10.2898 3 10.8398V16.9998C3 19.9998 4.5 21.9998 8 21.9998H16C19.5 21.9998 21 19.9998 21 16.9998V10.8398C21 10.2898 20.55 9.83984 20 9.83984ZM9.21 18.2098C9.11 18.2998 9 18.3698 8.88 18.4198C8.76 18.4698 8.63 18.4998 8.5 18.4998C8.37 18.4998 8.24 18.4698 8.12 18.4198C8 18.3698 7.89 18.2998 7.79 18.2098C7.61 18.0198 7.5 17.7598 7.5 17.4998C7.5 17.2398 7.61 16.9798 7.79 16.7898C7.89 16.6998 8 16.6298 8.12 16.5798C8.36 16.4798 8.64 16.4798 8.88 16.5798C9 16.6298 9.11 16.6998 9.21 16.7898C9.39 16.9798 9.5 17.2398 9.5 17.4998C9.5 17.7598 9.39 18.0198 9.21 18.2098ZM9.42 14.3798C9.37 14.4998 9.3 14.6098 9.21 14.7098C9.11 14.7998 9 14.8698 8.88 14.9198C8.76 14.9698 8.63 14.9998 8.5 14.9998C8.37 14.9998 8.24 14.9698 8.12 14.9198C8 14.8698 7.89 14.7998 7.79 14.7098C7.7 14.6098 7.63 14.4998 7.58 14.3798C7.53 14.2598 7.5 14.1298 7.5 13.9998C7.5 13.8698 7.53 13.7398 7.58 13.6198C7.63 13.4998 7.7 13.3898 7.79 13.2898C7.89 13.1998 8 13.1298 8.12 13.0798C8.36 12.9798 8.64 12.9798 8.88 13.0798C9 13.1298 9.11 13.1998 9.21 13.2898C9.3 13.3898 9.37 13.4998 9.42 13.6198C9.47 13.7398 9.5 13.8698 9.5 13.9998C9.5 14.1298 9.47 14.2598 9.42 14.3798ZM12.71 14.7098C12.61 14.7998 12.5 14.8698 12.38 14.9198C12.26 14.9698 12.13 14.9998 12 14.9998C11.87 14.9998 11.74 14.9698 11.62 14.9198C11.5 14.8698 11.39 14.7998 11.29 14.7098C11.11 14.5198 11 14.2598 11 13.9998C11 13.7398 11.11 13.4798 11.29 13.2898C11.39 13.1998 11.5 13.1298 11.62 13.0798C11.86 12.9698 12.14 12.9698 12.38 13.0798C12.5 13.1298 12.61 13.1998 12.71 13.2898C12.89 13.4798 13 13.7398 13 13.9998C13 14.2598 12.89 14.5198 12.71 14.7098Z\" fill=\"\"/>\n</svg>\n</li><li title=\"calendar add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.7502 3.56V2C16.7502 1.59 16.4102 1.25 16.0002 1.25C15.5902 1.25 15.2502 1.59 15.2502 2V3.5H8.75023V2C8.75023 1.59 8.41023 1.25 8.00023 1.25C7.59023 1.25 7.25023 1.59 7.25023 2V3.56C4.55023 3.81 3.24023 5.42 3.04023 7.81C3.02023 8.1 3.26023 8.34 3.54023 8.34H20.4602C20.7502 8.34 20.9902 8.09 20.9602 7.81C20.7602 5.42 19.4502 3.81 16.7502 3.56Z\" fill=\"\"/>\n<path d=\"M20 9.83984H4C3.45 9.83984 3 10.2898 3 10.8398V16.9998C3 19.9998 4.5 21.9998 8 21.9998H12.93C13.62 21.9998 14.1 21.3298 13.88 20.6798C13.68 20.0998 13.51 19.4598 13.51 18.9998C13.51 15.9698 15.98 13.4998 19.01 13.4998C19.3 13.4998 19.59 13.5198 19.87 13.5698C20.47 13.6598 21.01 13.1898 21.01 12.5898V10.8498C21 10.2898 20.55 9.83984 20 9.83984ZM9.21 17.7098C9.11 17.7998 9 17.8698 8.88 17.9198C8.76 17.9698 8.63 17.9998 8.5 17.9998C8.37 17.9998 8.24 17.9698 8.12 17.9198C8 17.8698 7.89 17.7998 7.79 17.7098C7.61 17.5198 7.5 17.2598 7.5 16.9998C7.5 16.9398 7.51 16.8698 7.52 16.8098C7.53 16.7398 7.55 16.6798 7.58 16.6198C7.6 16.5598 7.63 16.4998 7.67 16.4398C7.7 16.3898 7.75 16.3398 7.79 16.2898C7.89 16.1998 8 16.1298 8.12 16.0798C8.36 15.9798 8.64 15.9798 8.88 16.0798C9 16.1298 9.11 16.1998 9.21 16.2898C9.25 16.3398 9.3 16.3898 9.33 16.4398C9.37 16.4998 9.4 16.5598 9.42 16.6198C9.45 16.6798 9.47 16.7398 9.48 16.8098C9.49 16.8698 9.5 16.9398 9.5 16.9998C9.5 17.2598 9.39 17.5198 9.21 17.7098ZM9.21 14.2098C9.11 14.2998 9 14.3698 8.88 14.4198C8.76 14.4698 8.63 14.4998 8.5 14.4998C8.37 14.4998 8.24 14.4698 8.12 14.4198C7.99 14.3698 7.89 14.2998 7.79 14.2098C7.61 14.0198 7.5 13.7598 7.5 13.4998C7.5 13.2398 7.61 12.9798 7.79 12.7898C7.89 12.6998 8 12.6298 8.12 12.5798C8.36 12.4798 8.64 12.4798 8.88 12.5798C9 12.6298 9.11 12.6998 9.21 12.7898C9.25 12.8398 9.3 12.8898 9.33 12.9398C9.37 12.9998 9.4 13.0598 9.42 13.1198C9.45 13.1798 9.47 13.2398 9.48 13.2998C9.49 13.3698 9.5 13.4398 9.5 13.4998C9.5 13.7598 9.39 14.0198 9.21 14.2098ZM12.71 14.2098C12.52 14.3898 12.27 14.4998 12 14.4998C11.87 14.4998 11.74 14.4698 11.62 14.4198C11.49 14.3698 11.39 14.2998 11.29 14.2098C11.11 14.0198 11 13.7598 11 13.4998C11 13.4398 11.01 13.3698 11.02 13.2998C11.03 13.2398 11.05 13.1798 11.08 13.1198C11.1 13.0598 11.13 12.9998 11.17 12.9398C11.21 12.8898 11.25 12.8398 11.29 12.7898C11.66 12.4198 12.33 12.4198 12.71 12.7898C12.75 12.8398 12.79 12.8898 12.83 12.9398C12.87 12.9998 12.9 13.0598 12.92 13.1198C12.95 13.1798 12.97 13.2398 12.98 13.2998C12.99 13.3698 13 13.4398 13 13.4998C13 13.7598 12.89 14.0198 12.71 14.2098Z\" fill=\"\"/>\n<path d=\"M21.83 16.17C20.27 14.61 17.73 14.61 16.17 16.17C14.61 17.73 14.61 20.27 16.17 21.83C17.73 23.39 20.27 23.39 21.83 21.83C23.39 20.27 23.39 17.73 21.83 16.17ZM21.07 19.56C20.94 19.7 20.75 19.78 20.54 19.78H19.8V20.56C19.8 20.77 19.72 20.95 19.58 21.09C19.44 21.23 19.26 21.31 19.05 21.31C18.64 21.31 18.3 20.97 18.3 20.56V19.78H17.55C17.14 19.78 16.8 19.45 16.8 19.03C16.8 18.62 17.14 18.28 17.55 18.28H18.3V17.57C18.3 17.16 18.63 16.82 19.05 16.82C19.46 16.82 19.8 17.16 19.8 17.57V18.28H20.54C20.96 18.28 21.29 18.62 21.29 19.03C21.29 19.24 21.21 19.43 21.07 19.56Z\" fill=\"\"/>\n</svg>\n</li><li title=\"calendar circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM6.85 9.44C7.27 8.47 8.06 7.72 9.15 7.38V6.58C9.15 6.17 9.49 5.83 9.9 5.83C10.31 5.83 10.65 6.17 10.65 6.58V7.17H13.36V6.58C13.36 6.17 13.7 5.83 14.11 5.83C14.52 5.83 14.86 6.17 14.86 6.58V7.37C15.95 7.71 16.74 8.46 17.16 9.43C17.3 9.76 17.06 10.14 16.7 10.14H7.31C6.95 10.14 6.71 9.77 6.85 9.44ZM17.5 14.17C17.5 16.37 16 18.17 13.5 18.17H10.5C8 18.17 6.5 16.37 6.5 14.17V11.64C6.5 11.36 6.72 11.14 7 11.14H17C17.28 11.14 17.5 11.36 17.5 11.64V14.17Z\" fill=\"\"/>\n</svg>\n</li><li title=\"calendar edit \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.7502 3.56V2C16.7502 1.59 16.4102 1.25 16.0002 1.25C15.5902 1.25 15.2502 1.59 15.2502 2V3.5H8.75023V2C8.75023 1.59 8.41023 1.25 8.00023 1.25C7.59023 1.25 7.25023 1.59 7.25023 2V3.56C4.55023 3.81 3.24023 5.42 3.04023 7.81C3.02023 8.1 3.26023 8.34 3.54023 8.34H20.4602C20.7502 8.34 20.9902 8.09 20.9602 7.81C20.7602 5.42 19.4502 3.81 16.7502 3.56Z\" fill=\"\"/>\n<path d=\"M20 9.83984H4C3.45 9.83984 3 10.2898 3 10.8398V16.9998C3 19.9998 4.5 21.9998 8 21.9998H16C19.5 21.9998 21 19.9998 21 16.9998V10.8398C21 10.2898 20.55 9.83984 20 9.83984ZM14.84 14.9898L14.34 15.4998H14.33L11.3 18.5298C11.17 18.6598 10.9 18.7998 10.71 18.8198L9.36 19.0198C8.87 19.0898 8.53 18.7398 8.6 18.2598L8.79 16.8998C8.82 16.7098 8.95 16.4498 9.08 16.3098L12.12 13.2798L12.62 12.7698C12.95 12.4398 13.32 12.1998 13.72 12.1998C14.06 12.1998 14.43 12.3598 14.84 12.7698C15.74 13.6698 15.45 14.3798 14.84 14.9898Z\" fill=\"\"/>\n</svg>\n</li><li title=\"calendar remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.7502 3.56V2C16.7502 1.59 16.4102 1.25 16.0002 1.25C15.5902 1.25 15.2502 1.59 15.2502 2V3.5H8.75023V2C8.75023 1.59 8.41023 1.25 8.00023 1.25C7.59023 1.25 7.25023 1.59 7.25023 2V3.56C4.55023 3.81 3.24023 5.42 3.04023 7.81C3.02023 8.1 3.26023 8.34 3.54023 8.34H20.4602C20.7502 8.34 20.9902 8.09 20.9602 7.81C20.7602 5.42 19.4502 3.81 16.7502 3.56Z\" fill=\"\"/>\n<path d=\"M20 9.83984H4C3.45 9.83984 3 10.2898 3 10.8398V16.9998C3 19.9998 4.5 21.9998 8 21.9998H12.93C13.62 21.9998 14.1 21.3298 13.88 20.6798C13.68 20.0998 13.51 19.4598 13.51 18.9998C13.51 15.9698 15.98 13.4998 19.01 13.4998C19.3 13.4998 19.59 13.5198 19.87 13.5698C20.47 13.6598 21.01 13.1898 21.01 12.5898V10.8498C21 10.2898 20.55 9.83984 20 9.83984ZM9.21 17.7098C9.02 17.8898 8.76 17.9998 8.5 17.9998C8.37 17.9998 8.24 17.9698 8.12 17.9198C8 17.8698 7.89 17.7998 7.79 17.7098C7.61 17.5198 7.5 17.2698 7.5 16.9998C7.5 16.8698 7.53 16.7398 7.58 16.6198C7.63 16.4898 7.7 16.3898 7.79 16.2898C7.89 16.1998 8 16.1298 8.12 16.0798C8.48 15.9198 8.93 16.0098 9.21 16.2898C9.3 16.3898 9.37 16.4898 9.42 16.6198C9.47 16.7398 9.5 16.8698 9.5 16.9998C9.5 17.2698 9.39 17.5198 9.21 17.7098ZM9.21 14.2098C9.02 14.3898 8.76 14.4998 8.5 14.4998C8.37 14.4998 8.24 14.4798 8.12 14.4198C8 14.3698 7.89 14.2998 7.79 14.2098C7.61 14.0198 7.5 13.7598 7.5 13.4998C7.5 13.3698 7.53 13.2398 7.58 13.1198C7.63 12.9998 7.7 12.8898 7.79 12.7898C7.89 12.6998 8 12.6298 8.12 12.5798C8.48 12.4298 8.93 12.5098 9.21 12.7898C9.3 12.8898 9.37 12.9998 9.42 13.1198C9.47 13.2398 9.5 13.3698 9.5 13.4998C9.5 13.7598 9.39 14.0198 9.21 14.2098ZM12.92 13.8798C12.87 13.9998 12.8 14.1098 12.71 14.2098C12.61 14.2998 12.5 14.3698 12.38 14.4198C12.26 14.4798 12.13 14.4998 12 14.4998C11.74 14.4998 11.48 14.3898 11.29 14.2098C11.2 14.1098 11.13 13.9998 11.08 13.8798C11.03 13.7598 11 13.6298 11 13.4998C11 13.2398 11.11 12.9798 11.29 12.7898C11.57 12.5098 12.01 12.4198 12.38 12.5798C12.5 12.6298 12.61 12.6998 12.71 12.7898C12.89 12.9798 13 13.2398 13 13.4998C13 13.6298 12.98 13.7598 12.92 13.8798Z\" fill=\"\"/>\n<path d=\"M19 15C16.79 15 15 16.79 15 19C15 21.21 16.79 23 19 23C21.21 23 23 21.21 23 19C23 16.79 21.21 15 19 15ZM20.6 20.64C20.45 20.79 20.26 20.86 20.07 20.86C19.88 20.86 19.69 20.79 19.54 20.64L19.01 20.11L18.46 20.66C18.31 20.81 18.12 20.88 17.93 20.88C17.74 20.88 17.55 20.81 17.4 20.66C17.11 20.37 17.11 19.89 17.4 19.6L17.95 19.05L17.42 18.52C17.13 18.23 17.13 17.75 17.42 17.46C17.71 17.17 18.19 17.17 18.48 17.46L19.01 18L19.51 17.5C19.8 17.21 20.28 17.21 20.57 17.5C20.86 17.79 20.86 18.27 20.57 18.56L20.07 19.06L20.6 19.59C20.89 19.88 20.89 20.35 20.6 20.64Z\" fill=\"\"/>\n</svg>\n</li><li title=\"calendar search \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.7502 3.56V2C16.7502 1.59 16.4102 1.25 16.0002 1.25C15.5902 1.25 15.2502 1.59 15.2502 2V3.5H8.75023V2C8.75023 1.59 8.41023 1.25 8.00023 1.25C7.59023 1.25 7.25023 1.59 7.25023 2V3.56C4.55023 3.81 3.24023 5.42 3.04023 7.81C3.02023 8.1 3.26023 8.34 3.54023 8.34H20.4602C20.7502 8.34 20.9902 8.09 20.9602 7.81C20.7602 5.42 19.4502 3.81 16.7502 3.56Z\" fill=\"\"/>\n<path d=\"M20 9.83984H4C3.45 9.83984 3 10.2898 3 10.8398V16.9998C3 19.9998 4.5 21.9998 8 21.9998H16C19.5 21.9998 21 19.9998 21 16.9998V10.8398C21 10.2898 20.55 9.83984 20 9.83984ZM15.66 19.5298C15.51 19.6798 15.32 19.7498 15.13 19.7498C14.94 19.7498 14.75 19.6798 14.6 19.5298L13.86 18.7898C13.28 19.1698 12.58 19.3998 11.83 19.3998C9.79 19.3998 8.13 17.7398 8.13 15.6998C8.13 13.6598 9.79 11.9998 11.83 11.9998C13.87 11.9998 15.53 13.6598 15.53 15.6998C15.53 16.4498 15.3 17.1498 14.92 17.7298L15.66 18.4698C15.95 18.7598 15.95 19.2398 15.66 19.5298Z\" fill=\"\"/>\n</svg>\n</li><li title=\"calendar tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.7502 3.56V2C16.7502 1.59 16.4102 1.25 16.0002 1.25C15.5902 1.25 15.2502 1.59 15.2502 2V3.5H8.75023V2C8.75023 1.59 8.41023 1.25 8.00023 1.25C7.59023 1.25 7.25023 1.59 7.25023 2V3.56C4.55023 3.81 3.24023 5.42 3.04023 7.81C3.02023 8.1 3.26023 8.34 3.54023 8.34H20.4602C20.7502 8.34 20.9902 8.09 20.9602 7.81C20.7602 5.42 19.4502 3.81 16.7502 3.56Z\" fill=\"\"/>\n<path d=\"M19 15C16.79 15 15 16.79 15 19C15 19.75 15.21 20.46 15.58 21.06C16.27 22.22 17.54 23 19 23C20.46 23 21.73 22.22 22.42 21.06C22.79 20.46 23 19.75 23 19C23 16.79 21.21 15 19 15ZM21.07 18.57L18.94 20.54C18.8 20.67 18.61 20.74 18.43 20.74C18.24 20.74 18.05 20.67 17.9 20.52L16.91 19.53C16.62 19.24 16.62 18.76 16.91 18.47C17.2 18.18 17.68 18.18 17.97 18.47L18.45 18.95L20.05 17.47C20.35 17.19 20.83 17.21 21.11 17.51C21.39 17.81 21.37 18.28 21.07 18.57Z\" fill=\"\"/>\n<path d=\"M20 9.83984H4C3.45 9.83984 3 10.2898 3 10.8398V16.9998C3 19.9998 4.5 21.9998 8 21.9998H12.93C13.62 21.9998 14.1 21.3298 13.88 20.6798C13.68 20.0998 13.51 19.4598 13.51 18.9998C13.51 15.9698 15.98 13.4998 19.01 13.4998C19.3 13.4998 19.59 13.5198 19.87 13.5698C20.47 13.6598 21.01 13.1898 21.01 12.5898V10.8498C21 10.2898 20.55 9.83984 20 9.83984ZM9.21 18.2098C9.02 18.3898 8.76 18.4998 8.5 18.4998C8.24 18.4998 7.98 18.3898 7.79 18.2098C7.61 18.0198 7.5 17.7598 7.5 17.4998C7.5 17.2398 7.61 16.9798 7.79 16.7898C7.89 16.6998 7.99 16.6298 8.12 16.5798C8.49 16.4198 8.93 16.5098 9.21 16.7898C9.39 16.9798 9.5 17.2398 9.5 17.4998C9.5 17.7598 9.39 18.0198 9.21 18.2098ZM9.21 14.7098C9.16 14.7498 9.11 14.7898 9.06 14.8298C9 14.8698 8.94 14.8998 8.88 14.9198C8.82 14.9498 8.76 14.9698 8.7 14.9798C8.63 14.9898 8.56 14.9998 8.5 14.9998C8.24 14.9998 7.98 14.8898 7.79 14.7098C7.61 14.5198 7.5 14.2598 7.5 13.9998C7.5 13.7398 7.61 13.4798 7.79 13.2898C8.02 13.0598 8.37 12.9498 8.7 13.0198C8.76 13.0298 8.82 13.0498 8.88 13.0798C8.94 13.0998 9 13.1298 9.06 13.1698C9.11 13.2098 9.16 13.2498 9.21 13.2898C9.39 13.4798 9.5 13.7398 9.5 13.9998C9.5 14.2598 9.39 14.5198 9.21 14.7098ZM12.71 14.7098C12.52 14.8898 12.26 14.9998 12 14.9998C11.74 14.9998 11.48 14.8898 11.29 14.7098C11.11 14.5198 11 14.2598 11 13.9998C11 13.7398 11.11 13.4798 11.29 13.2898C11.67 12.9198 12.34 12.9198 12.71 13.2898C12.89 13.4798 13 13.7398 13 13.9998C13 14.2598 12.89 14.5198 12.71 14.7098Z\" fill=\"\"/>\n</svg>\n</li><li title=\"calendar \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.7502 3.56V2C16.7502 1.59 16.4102 1.25 16.0002 1.25C15.5902 1.25 15.2502 1.59 15.2502 2V3.5H8.75023V2C8.75023 1.59 8.41023 1.25 8.00023 1.25C7.59023 1.25 7.25023 1.59 7.25023 2V3.56C4.55023 3.81 3.24023 5.42 3.04023 7.81C3.02023 8.1 3.26023 8.34 3.54023 8.34H20.4602C20.7502 8.34 20.9902 8.09 20.9602 7.81C20.7602 5.42 19.4502 3.81 16.7502 3.56Z\" fill=\"\"/>\n<path d=\"M20 9.83984H4C3.45 9.83984 3 10.2898 3 10.8398V16.9998C3 19.9998 4.5 21.9998 8 21.9998H16C19.5 21.9998 21 19.9998 21 16.9998V10.8398C21 10.2898 20.55 9.83984 20 9.83984ZM9.21 18.2098C9.16 18.2498 9.11 18.2998 9.06 18.3298C9 18.3698 8.94 18.3998 8.88 18.4198C8.82 18.4498 8.76 18.4698 8.7 18.4798C8.63 18.4898 8.57 18.4998 8.5 18.4998C8.37 18.4998 8.24 18.4698 8.12 18.4198C7.99 18.3698 7.89 18.2998 7.79 18.2098C7.61 18.0198 7.5 17.7598 7.5 17.4998C7.5 17.2398 7.61 16.9798 7.79 16.7898C7.89 16.6998 7.99 16.6298 8.12 16.5798C8.3 16.4998 8.5 16.4798 8.7 16.5198C8.76 16.5298 8.82 16.5498 8.88 16.5798C8.94 16.5998 9 16.6298 9.06 16.6698C9.11 16.7098 9.16 16.7498 9.21 16.7898C9.39 16.9798 9.5 17.2398 9.5 17.4998C9.5 17.7598 9.39 18.0198 9.21 18.2098ZM9.21 14.7098C9.02 14.8898 8.76 14.9998 8.5 14.9998C8.24 14.9998 7.98 14.8898 7.79 14.7098C7.61 14.5198 7.5 14.2598 7.5 13.9998C7.5 13.7398 7.61 13.4798 7.79 13.2898C8.07 13.0098 8.51 12.9198 8.88 13.0798C9.01 13.1298 9.12 13.1998 9.21 13.2898C9.39 13.4798 9.5 13.7398 9.5 13.9998C9.5 14.2598 9.39 14.5198 9.21 14.7098ZM12.71 18.2098C12.52 18.3898 12.26 18.4998 12 18.4998C11.74 18.4998 11.48 18.3898 11.29 18.2098C11.11 18.0198 11 17.7598 11 17.4998C11 17.2398 11.11 16.9798 11.29 16.7898C11.66 16.4198 12.34 16.4198 12.71 16.7898C12.89 16.9798 13 17.2398 13 17.4998C13 17.7598 12.89 18.0198 12.71 18.2098ZM12.71 14.7098C12.66 14.7498 12.61 14.7898 12.56 14.8298C12.5 14.8698 12.44 14.8998 12.38 14.9198C12.32 14.9498 12.26 14.9698 12.2 14.9798C12.13 14.9898 12.07 14.9998 12 14.9998C11.74 14.9998 11.48 14.8898 11.29 14.7098C11.11 14.5198 11 14.2598 11 13.9998C11 13.7398 11.11 13.4798 11.29 13.2898C11.38 13.1998 11.49 13.1298 11.62 13.0798C11.99 12.9198 12.43 13.0098 12.71 13.2898C12.89 13.4798 13 13.7398 13 13.9998C13 14.2598 12.89 14.5198 12.71 14.7098ZM16.21 18.2098C16.02 18.3898 15.76 18.4998 15.5 18.4998C15.24 18.4998 14.98 18.3898 14.79 18.2098C14.61 18.0198 14.5 17.7598 14.5 17.4998C14.5 17.2398 14.61 16.9798 14.79 16.7898C15.16 16.4198 15.84 16.4198 16.21 16.7898C16.39 16.9798 16.5 17.2398 16.5 17.4998C16.5 17.7598 16.39 18.0198 16.21 18.2098ZM16.21 14.7098C16.16 14.7498 16.11 14.7898 16.06 14.8298C16 14.8698 15.94 14.8998 15.88 14.9198C15.82 14.9498 15.76 14.9698 15.7 14.9798C15.63 14.9898 15.56 14.9998 15.5 14.9998C15.24 14.9998 14.98 14.8898 14.79 14.7098C14.61 14.5198 14.5 14.2598 14.5 13.9998C14.5 13.7398 14.61 13.4798 14.79 13.2898C14.89 13.1998 14.99 13.1298 15.12 13.0798C15.3 12.9998 15.5 12.9798 15.7 13.0198C15.76 13.0298 15.82 13.0498 15.88 13.0798C15.94 13.0998 16 13.1298 16.06 13.1698C16.11 13.2098 16.16 13.2498 16.21 13.2898C16.39 13.4798 16.5 13.7398 16.5 13.9998C16.5 14.2598 16.39 14.5198 16.21 14.7098Z\" fill=\"\"/>\n</svg>\n</li><li title=\"call add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.5 5.25H18.75V3.5C18.75 3.09 18.41 2.75 18 2.75C17.59 2.75 17.25 3.09 17.25 3.5V5.25H15.5C15.09 5.25 14.75 5.59 14.75 6C14.75 6.41 15.09 6.75 15.5 6.75H17.25V8.5C17.25 8.91 17.59 9.25 18 9.25C18.41 9.25 18.75 8.91 18.75 8.5V6.75H20.5C20.91 6.75 21.25 6.41 21.25 6C21.25 5.59 20.91 5.25 20.5 5.25Z\" fill=\"\"/>\n<path d=\"M11.05 14.95L9.2 16.8C8.81 17.19 8.19 17.19 7.79 16.81C7.68 16.7 7.57 16.6 7.46 16.49C6.43 15.45 5.5 14.36 4.67 13.22C3.85 12.08 3.19 10.94 2.71 9.81C2.24 8.67 2 7.58 2 6.54C2 5.86 2.12 5.21 2.36 4.61C2.6 4 2.98 3.44 3.51 2.94C4.15 2.31 4.85 2 5.59 2C5.87 2 6.15 2.06 6.4 2.18C6.66 2.3 6.89 2.48 7.07 2.74L9.39 6.01C9.57 6.26 9.7 6.49 9.79 6.71C9.88 6.92 9.93 7.13 9.93 7.32C9.93 7.56 9.86 7.8 9.72 8.03C9.59 8.26 9.4 8.5 9.16 8.74L8.4 9.53C8.29 9.64 8.24 9.77 8.24 9.93C8.24 10.01 8.25 10.08 8.27 10.16C8.3 10.24 8.33 10.3 8.35 10.36C8.53 10.69 8.84 11.12 9.28 11.64C9.73 12.16 10.21 12.69 10.73 13.22C10.83 13.32 10.94 13.42 11.04 13.52C11.44 13.91 11.45 14.55 11.05 14.95Z\" fill=\"\"/>\n<path d=\"M21.9696 18.3291C21.9696 18.6091 21.9196 18.8991 21.8196 19.1791C21.7896 19.2591 21.7596 19.3391 21.7196 19.4191C21.5496 19.7791 21.3296 20.1191 21.0396 20.4391C20.5496 20.9791 20.0096 21.3691 19.3996 21.6191C19.3896 21.6191 19.3796 21.6291 19.3696 21.6291C18.7796 21.8691 18.1396 21.9991 17.4496 21.9991C16.4296 21.9991 15.3396 21.7591 14.1896 21.2691C13.0396 20.7791 11.8896 20.1191 10.7496 19.2891C10.3596 18.9991 9.96961 18.7091 9.59961 18.3991L12.8696 15.1291C13.1496 15.3391 13.3996 15.4991 13.6096 15.6091C13.6596 15.6291 13.7196 15.6591 13.7896 15.6891C13.8696 15.7191 13.9496 15.7291 14.0396 15.7291C14.2096 15.7291 14.3396 15.6691 14.4496 15.5591L15.2096 14.8091C15.4596 14.5591 15.6996 14.3691 15.9296 14.2491C16.1596 14.1091 16.3896 14.0391 16.6396 14.0391C16.8296 14.0391 17.0296 14.0791 17.2496 14.1691C17.4696 14.2591 17.6996 14.3891 17.9496 14.5591L21.2596 16.9091C21.5196 17.0891 21.6996 17.2991 21.8096 17.5491C21.9096 17.7991 21.9696 18.0491 21.9696 18.3291Z\" fill=\"\"/>\n</svg>\n</li><li title=\"call calling \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.62 10.7516C17.19 10.7516 16.85 10.4016 16.85 9.98156C16.85 9.61156 16.48 8.84156 15.86 8.17156C15.25 7.52156 14.58 7.14156 14.02 7.14156C13.59 7.14156 13.25 6.79156 13.25 6.37156C13.25 5.95156 13.6 5.60156 14.02 5.60156C15.02 5.60156 16.07 6.14156 16.99 7.11156C17.85 8.02156 18.4 9.15156 18.4 9.97156C18.4 10.4016 18.05 10.7516 17.62 10.7516Z\" fill=\"\"/>\n<path d=\"M21.2298 10.75C20.7998 10.75 20.4598 10.4 20.4598 9.98C20.4598 6.43 17.5698 3.55 14.0298 3.55C13.5998 3.55 13.2598 3.2 13.2598 2.78C13.2598 2.36 13.5998 2 14.0198 2C18.4198 2 21.9998 5.58 21.9998 9.98C21.9998 10.4 21.6498 10.75 21.2298 10.75Z\" fill=\"\"/>\n<path d=\"M11.05 14.95L9.2 16.8C8.81 17.19 8.19 17.19 7.79 16.81C7.68 16.7 7.57 16.6 7.46 16.49C6.43 15.45 5.5 14.36 4.67 13.22C3.85 12.08 3.19 10.94 2.71 9.81C2.24 8.67 2 7.58 2 6.54C2 5.86 2.12 5.21 2.36 4.61C2.6 4 2.98 3.44 3.51 2.94C4.15 2.31 4.85 2 5.59 2C5.87 2 6.15 2.06 6.4 2.18C6.66 2.3 6.89 2.48 7.07 2.74L9.39 6.01C9.57 6.26 9.7 6.49 9.79 6.71C9.88 6.92 9.93 7.13 9.93 7.32C9.93 7.56 9.86 7.8 9.72 8.03C9.59 8.26 9.4 8.5 9.16 8.74L8.4 9.53C8.29 9.64 8.24 9.77 8.24 9.93C8.24 10.01 8.25 10.08 8.27 10.16C8.3 10.24 8.33 10.3 8.35 10.36C8.53 10.69 8.84 11.12 9.28 11.64C9.73 12.16 10.21 12.69 10.73 13.22C10.83 13.32 10.94 13.42 11.04 13.52C11.44 13.91 11.45 14.55 11.05 14.95Z\" fill=\"\"/>\n<path d=\"M21.9696 18.3291C21.9696 18.6091 21.9196 18.8991 21.8196 19.1791C21.7896 19.2591 21.7596 19.3391 21.7196 19.4191C21.5496 19.7791 21.3296 20.1191 21.0396 20.4391C20.5496 20.9791 20.0096 21.3691 19.3996 21.6191C19.3896 21.6191 19.3796 21.6291 19.3696 21.6291C18.7796 21.8691 18.1396 21.9991 17.4496 21.9991C16.4296 21.9991 15.3396 21.7591 14.1896 21.2691C13.0396 20.7791 11.8896 20.1191 10.7496 19.2891C10.3596 18.9991 9.96961 18.7091 9.59961 18.3991L12.8696 15.1291C13.1496 15.3391 13.3996 15.4991 13.6096 15.6091C13.6596 15.6291 13.7196 15.6591 13.7896 15.6891C13.8696 15.7191 13.9496 15.7291 14.0396 15.7291C14.2096 15.7291 14.3396 15.6691 14.4496 15.5591L15.2096 14.8091C15.4596 14.5591 15.6996 14.3691 15.9296 14.2491C16.1596 14.1091 16.3896 14.0391 16.6396 14.0391C16.8296 14.0391 17.0296 14.0791 17.2496 14.1691C17.4696 14.2591 17.6996 14.3891 17.9496 14.5591L21.2596 16.9091C21.5196 17.0891 21.6996 17.2991 21.8096 17.5491C21.9096 17.7991 21.9696 18.0491 21.9696 18.3291Z\" fill=\"\"/>\n</svg>\n</li><li title=\"call incoming \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.9992 8.55H16.1992C15.7892 8.55 15.4492 8.21 15.4492 7.8V3C15.4492 2.59 15.7892 2.25 16.1992 2.25C16.6092 2.25 16.9492 2.59 16.9492 3V7.05H20.9992C21.4092 7.05 21.7492 7.39 21.7492 7.8C21.7492 8.21 21.4092 8.55 20.9992 8.55Z\" fill=\"\"/>\n<path d=\"M11.05 14.95L9.2 16.8C8.81 17.19 8.19 17.19 7.79 16.81C7.68 16.7 7.57 16.6 7.46 16.49C6.43 15.45 5.5 14.36 4.67 13.22C3.85 12.08 3.19 10.94 2.71 9.81C2.24 8.67 2 7.58 2 6.54C2 5.86 2.12 5.21 2.36 4.61C2.6 4 2.98 3.44 3.51 2.94C4.15 2.31 4.85 2 5.59 2C5.87 2 6.15 2.06 6.4 2.18C6.66 2.3 6.89 2.48 7.07 2.74L9.39 6.01C9.57 6.26 9.7 6.49 9.79 6.71C9.88 6.92 9.93 7.13 9.93 7.32C9.93 7.56 9.86 7.8 9.72 8.03C9.59 8.26 9.4 8.5 9.16 8.74L8.4 9.53C8.29 9.64 8.24 9.77 8.24 9.93C8.24 10.01 8.25 10.08 8.27 10.16C8.3 10.24 8.33 10.3 8.35 10.36C8.53 10.69 8.84 11.12 9.28 11.64C9.73 12.16 10.21 12.69 10.73 13.22C10.83 13.32 10.94 13.42 11.04 13.52C11.44 13.91 11.45 14.55 11.05 14.95Z\" fill=\"\"/>\n<path d=\"M21.9696 18.3291C21.9696 18.6091 21.9196 18.8991 21.8196 19.1791C21.7896 19.2591 21.7596 19.3391 21.7196 19.4191C21.5496 19.7791 21.3296 20.1191 21.0396 20.4391C20.5496 20.9791 20.0096 21.3691 19.3996 21.6191C19.3896 21.6191 19.3796 21.6291 19.3696 21.6291C18.7796 21.8691 18.1396 21.9991 17.4496 21.9991C16.4296 21.9991 15.3396 21.7591 14.1896 21.2691C13.0396 20.7791 11.8896 20.1191 10.7496 19.2891C10.3596 18.9991 9.96961 18.7091 9.59961 18.3991L12.8696 15.1291C13.1496 15.3391 13.3996 15.4991 13.6096 15.6091C13.6596 15.6291 13.7196 15.6591 13.7896 15.6891C13.8696 15.7191 13.9496 15.7291 14.0396 15.7291C14.2096 15.7291 14.3396 15.6691 14.4496 15.5591L15.2096 14.8091C15.4596 14.5591 15.6996 14.3691 15.9296 14.2491C16.1596 14.1091 16.3896 14.0391 16.6396 14.0391C16.8296 14.0391 17.0296 14.0791 17.2496 14.1691C17.4696 14.2591 17.6996 14.3891 17.9496 14.5591L21.2596 16.9091C21.5196 17.0891 21.6996 17.2991 21.8096 17.5491C21.9096 17.7991 21.9696 18.0491 21.9696 18.3291Z\" fill=\"\"/>\n</svg>\n</li><li title=\"call minus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.5 6.75H15.5C15.09 6.75 14.75 6.41 14.75 6C14.75 5.59 15.09 5.25 15.5 5.25H20.5C20.91 5.25 21.25 5.59 21.25 6C21.25 6.41 20.91 6.75 20.5 6.75Z\" fill=\"\"/>\n<path d=\"M11.05 14.95L9.2 16.8C8.81 17.19 8.19 17.19 7.79 16.81C7.68 16.7 7.57 16.6 7.46 16.49C6.43 15.45 5.5 14.36 4.67 13.22C3.85 12.08 3.19 10.94 2.71 9.81C2.24 8.67 2 7.58 2 6.54C2 5.86 2.12 5.21 2.36 4.61C2.6 4 2.98 3.44 3.51 2.94C4.15 2.31 4.85 2 5.59 2C5.87 2 6.15 2.06 6.4 2.18C6.66 2.3 6.89 2.48 7.07 2.74L9.39 6.01C9.57 6.26 9.7 6.49 9.79 6.71C9.88 6.92 9.93 7.13 9.93 7.32C9.93 7.56 9.86 7.8 9.72 8.03C9.59 8.26 9.4 8.5 9.16 8.74L8.4 9.53C8.29 9.64 8.24 9.77 8.24 9.93C8.24 10.01 8.25 10.08 8.27 10.16C8.3 10.24 8.33 10.3 8.35 10.36C8.53 10.69 8.84 11.12 9.28 11.64C9.73 12.16 10.21 12.69 10.73 13.22C10.83 13.32 10.94 13.42 11.04 13.52C11.44 13.91 11.45 14.55 11.05 14.95Z\" fill=\"\"/>\n<path d=\"M21.9696 18.3291C21.9696 18.6091 21.9196 18.8991 21.8196 19.1791C21.7896 19.2591 21.7596 19.3391 21.7196 19.4191C21.5496 19.7791 21.3296 20.1191 21.0396 20.4391C20.5496 20.9791 20.0096 21.3691 19.3996 21.6191C19.3896 21.6191 19.3796 21.6291 19.3696 21.6291C18.7796 21.8691 18.1396 21.9991 17.4496 21.9991C16.4296 21.9991 15.3396 21.7591 14.1896 21.2691C13.0396 20.7791 11.8896 20.1191 10.7496 19.2891C10.3596 18.9991 9.96961 18.7091 9.59961 18.3991L12.8696 15.1291C13.1496 15.3391 13.3996 15.4991 13.6096 15.6091C13.6596 15.6291 13.7196 15.6591 13.7896 15.6891C13.8696 15.7191 13.9496 15.7291 14.0396 15.7291C14.2096 15.7291 14.3396 15.6691 14.4496 15.5591L15.2096 14.8091C15.4596 14.5591 15.6996 14.3691 15.9296 14.2491C16.1596 14.1091 16.3896 14.0391 16.6396 14.0391C16.8296 14.0391 17.0296 14.0791 17.2496 14.1691C17.4696 14.2591 17.6996 14.3891 17.9496 14.5591L21.2596 16.9091C21.5196 17.0891 21.6996 17.2991 21.8096 17.5491C21.9096 17.7991 21.9696 18.0491 21.9696 18.3291Z\" fill=\"\"/>\n</svg>\n</li><li title=\"call outgoing \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.9992 9.55C19.5892 9.55 19.2492 9.21 19.2492 8.8V4.75H15.1992C14.7892 4.75 14.4492 4.41 14.4492 4C14.4492 3.59 14.7892 3.25 15.1992 3.25H19.9992C20.4092 3.25 20.7492 3.59 20.7492 4V8.8C20.7492 9.21 20.4092 9.55 19.9992 9.55Z\" fill=\"\"/>\n<path d=\"M11.05 14.95L9.2 16.8C8.81 17.19 8.19 17.19 7.79 16.81C7.68 16.7 7.57 16.6 7.46 16.49C6.43 15.45 5.5 14.36 4.67 13.22C3.85 12.08 3.19 10.94 2.71 9.81C2.24 8.67 2 7.58 2 6.54C2 5.86 2.12 5.21 2.36 4.61C2.6 4 2.98 3.44 3.51 2.94C4.15 2.31 4.85 2 5.59 2C5.87 2 6.15 2.06 6.4 2.18C6.66 2.3 6.89 2.48 7.07 2.74L9.39 6.01C9.57 6.26 9.7 6.49 9.79 6.71C9.88 6.92 9.93 7.13 9.93 7.32C9.93 7.56 9.86 7.8 9.72 8.03C9.59 8.26 9.4 8.5 9.16 8.74L8.4 9.53C8.29 9.64 8.24 9.77 8.24 9.93C8.24 10.01 8.25 10.08 8.27 10.16C8.3 10.24 8.33 10.3 8.35 10.36C8.53 10.69 8.84 11.12 9.28 11.64C9.73 12.16 10.21 12.69 10.73 13.22C10.83 13.32 10.94 13.42 11.04 13.52C11.44 13.91 11.45 14.55 11.05 14.95Z\" fill=\"\"/>\n<path d=\"M21.9696 18.3291C21.9696 18.6091 21.9196 18.8991 21.8196 19.1791C21.7896 19.2591 21.7596 19.3391 21.7196 19.4191C21.5496 19.7791 21.3296 20.1191 21.0396 20.4391C20.5496 20.9791 20.0096 21.3691 19.3996 21.6191C19.3896 21.6191 19.3796 21.6291 19.3696 21.6291C18.7796 21.8691 18.1396 21.9991 17.4496 21.9991C16.4296 21.9991 15.3396 21.7591 14.1896 21.2691C13.0396 20.7791 11.8896 20.1191 10.7496 19.2891C10.3596 18.9991 9.96961 18.7091 9.59961 18.3991L12.8696 15.1291C13.1496 15.3391 13.3996 15.4991 13.6096 15.6091C13.6596 15.6291 13.7196 15.6591 13.7896 15.6891C13.8696 15.7191 13.9496 15.7291 14.0396 15.7291C14.2096 15.7291 14.3396 15.6691 14.4496 15.5591L15.2096 14.8091C15.4596 14.5591 15.6996 14.3691 15.9296 14.2491C16.1596 14.1091 16.3896 14.0391 16.6396 14.0391C16.8296 14.0391 17.0296 14.0791 17.2496 14.1691C17.4696 14.2591 17.6996 14.3891 17.9496 14.5591L21.2596 16.9091C21.5196 17.0891 21.6996 17.2991 21.8096 17.5491C21.9096 17.7991 21.9696 18.0491 21.9696 18.3291Z\" fill=\"\"/>\n</svg>\n</li><li title=\"call received \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.9995 8.72188C16.8095 8.72188 16.6195 8.65188 16.4695 8.50187L14.4695 6.50187C14.1795 6.21187 14.1795 5.73187 14.4695 5.44187C14.7595 5.15188 15.2395 5.15188 15.5295 5.44187L16.9995 6.91187L20.4695 3.45188C20.7595 3.16188 21.2395 3.16188 21.5295 3.45188C21.8195 3.74187 21.8195 4.22188 21.5295 4.51188L17.5295 8.51188C17.3795 8.64188 17.1895 8.72188 16.9995 8.72188Z\" fill=\"\"/>\n<path d=\"M11.05 14.95L9.2 16.8C8.81 17.19 8.19 17.19 7.79 16.81C7.68 16.7 7.57 16.6 7.46 16.49C6.43 15.45 5.5 14.36 4.67 13.22C3.85 12.08 3.19 10.94 2.71 9.81C2.24 8.67 2 7.58 2 6.54C2 5.86 2.12 5.21 2.36 4.61C2.6 4 2.98 3.44 3.51 2.94C4.15 2.31 4.85 2 5.59 2C5.87 2 6.15 2.06 6.4 2.18C6.66 2.3 6.89 2.48 7.07 2.74L9.39 6.01C9.57 6.26 9.7 6.49 9.79 6.71C9.88 6.92 9.93 7.13 9.93 7.32C9.93 7.56 9.86 7.8 9.72 8.03C9.59 8.26 9.4 8.5 9.16 8.74L8.4 9.53C8.29 9.64 8.24 9.77 8.24 9.93C8.24 10.01 8.25 10.08 8.27 10.16C8.3 10.24 8.33 10.3 8.35 10.36C8.53 10.69 8.84 11.12 9.28 11.64C9.73 12.16 10.21 12.69 10.73 13.22C10.83 13.32 10.94 13.42 11.04 13.52C11.44 13.91 11.45 14.55 11.05 14.95Z\" fill=\"\"/>\n<path d=\"M21.9696 18.3291C21.9696 18.6091 21.9196 18.8991 21.8196 19.1791C21.7896 19.2591 21.7596 19.3391 21.7196 19.4191C21.5496 19.7791 21.3296 20.1191 21.0396 20.4391C20.5496 20.9791 20.0096 21.3691 19.3996 21.6191C19.3896 21.6191 19.3796 21.6291 19.3696 21.6291C18.7796 21.8691 18.1396 21.9991 17.4496 21.9991C16.4296 21.9991 15.3396 21.7591 14.1896 21.2691C13.0396 20.7791 11.8896 20.1191 10.7496 19.2891C10.3596 18.9991 9.96961 18.7091 9.59961 18.3991L12.8696 15.1291C13.1496 15.3391 13.3996 15.4991 13.6096 15.6091C13.6596 15.6291 13.7196 15.6591 13.7896 15.6891C13.8696 15.7191 13.9496 15.7291 14.0396 15.7291C14.2096 15.7291 14.3396 15.6691 14.4496 15.5591L15.2096 14.8091C15.4596 14.5591 15.6996 14.3691 15.9296 14.2491C16.1596 14.1091 16.3896 14.0391 16.6396 14.0391C16.8296 14.0391 17.0296 14.0791 17.2496 14.1691C17.4696 14.2591 17.6996 14.3891 17.9496 14.5591L21.2596 16.9091C21.5196 17.0891 21.6996 17.2991 21.8096 17.5491C21.9096 17.7991 21.9696 18.0491 21.9696 18.3291Z\" fill=\"\"/>\n</svg>\n</li><li title=\"call remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.0599 6.00187L20.2999 4.76188C20.5899 4.47188 20.5899 3.99187 20.2999 3.70188C20.0099 3.41188 19.5299 3.41188 19.2399 3.70188L17.9999 4.94187L16.7599 3.70188C16.4699 3.41188 15.9899 3.41188 15.6999 3.70188C15.4099 3.99187 15.4099 4.47188 15.6999 4.76188L16.9399 6.00187L15.6999 7.24187C15.4099 7.53187 15.4099 8.01188 15.6999 8.30188C15.8499 8.45188 16.0399 8.52188 16.2299 8.52188C16.4199 8.52188 16.6099 8.45188 16.7599 8.30188L17.9999 7.06187L19.2399 8.30188C19.3899 8.45188 19.5799 8.52188 19.7699 8.52188C19.9599 8.52188 20.1499 8.45188 20.2999 8.30188C20.5899 8.01188 20.5899 7.53187 20.2999 7.24187L19.0599 6.00187Z\" fill=\"\"/>\n<path d=\"M11.05 14.95L9.2 16.8C8.81 17.19 8.19 17.19 7.79 16.81C7.68 16.7 7.57 16.6 7.46 16.49C6.43 15.45 5.5 14.36 4.67 13.22C3.85 12.08 3.19 10.94 2.71 9.81C2.24 8.67 2 7.58 2 6.54C2 5.86 2.12 5.21 2.36 4.61C2.6 4 2.98 3.44 3.51 2.94C4.15 2.31 4.85 2 5.59 2C5.87 2 6.15 2.06 6.4 2.18C6.66 2.3 6.89 2.48 7.07 2.74L9.39 6.01C9.57 6.26 9.7 6.49 9.79 6.71C9.88 6.92 9.93 7.13 9.93 7.32C9.93 7.56 9.86 7.8 9.72 8.03C9.59 8.26 9.4 8.5 9.16 8.74L8.4 9.53C8.29 9.64 8.24 9.77 8.24 9.93C8.24 10.01 8.25 10.08 8.27 10.16C8.3 10.24 8.33 10.3 8.35 10.36C8.53 10.69 8.84 11.12 9.28 11.64C9.73 12.16 10.21 12.69 10.73 13.22C10.83 13.32 10.94 13.42 11.04 13.52C11.44 13.91 11.45 14.55 11.05 14.95Z\" fill=\"\"/>\n<path d=\"M21.9696 18.3291C21.9696 18.6091 21.9196 18.8991 21.8196 19.1791C21.7896 19.2591 21.7596 19.3391 21.7196 19.4191C21.5496 19.7791 21.3296 20.1191 21.0396 20.4391C20.5496 20.9791 20.0096 21.3691 19.3996 21.6191C19.3896 21.6191 19.3796 21.6291 19.3696 21.6291C18.7796 21.8691 18.1396 21.9991 17.4496 21.9991C16.4296 21.9991 15.3396 21.7591 14.1896 21.2691C13.0396 20.7791 11.8896 20.1191 10.7496 19.2891C10.3596 18.9991 9.96961 18.7091 9.59961 18.3991L12.8696 15.1291C13.1496 15.3391 13.3996 15.4991 13.6096 15.6091C13.6596 15.6291 13.7196 15.6591 13.7896 15.6891C13.8696 15.7191 13.9496 15.7291 14.0396 15.7291C14.2096 15.7291 14.3396 15.6691 14.4496 15.5591L15.2096 14.8091C15.4596 14.5591 15.6996 14.3691 15.9296 14.2491C16.1596 14.1091 16.3896 14.0391 16.6396 14.0391C16.8296 14.0391 17.0296 14.0791 17.2496 14.1691C17.4696 14.2591 17.6996 14.3891 17.9496 14.5591L21.2596 16.9091C21.5196 17.0891 21.6996 17.2991 21.8096 17.5491C21.9096 17.7991 21.9696 18.0491 21.9696 18.3291Z\" fill=\"\"/>\n</svg>\n</li><li title=\"call slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22.0005 18.3291C22.0005 18.6891 21.9205 19.0591 21.7505 19.4191C21.5805 19.7791 21.3605 20.1191 21.0705 20.4391C20.5805 20.9791 20.0405 21.3691 19.4305 21.6191C18.8305 21.8691 18.1705 21.9991 17.4705 21.9991C16.4505 21.9991 15.3605 21.7591 14.2105 21.2691C13.0605 20.7791 11.9005 20.1191 10.7605 19.2891C10.1805 18.8591 9.61055 18.4191 9.06055 17.9391L12.3205 14.6791C12.3305 14.6791 12.3305 14.6791 12.3405 14.6891C12.8605 15.1291 13.2905 15.4291 13.6305 15.6091C13.6805 15.6291 13.7405 15.6591 13.8105 15.6891C13.8905 15.7191 13.9705 15.7291 14.0605 15.7291C14.2305 15.7291 14.3605 15.6691 14.4705 15.5591L15.2305 14.8091C15.4805 14.5591 15.7205 14.3691 15.9505 14.2491C16.1805 14.1091 16.4105 14.0391 16.6605 14.0391C16.8505 14.0391 17.0505 14.0791 17.2705 14.1691C17.4905 14.2591 17.7205 14.3891 17.9705 14.5591L21.2905 16.9091C21.5505 17.0891 21.7305 17.2991 21.8405 17.5491C21.9405 17.7991 22.0005 18.0491 22.0005 18.3291Z\" fill=\"\"/>\n<path d=\"M10.76 13.24L7.5 16.5C7.49 16.5 7.49 16.5 7.48 16.49C6.45 15.45 5.52 14.36 4.68 13.22C3.87 12.1 3.22 10.97 2.74 9.86C2.73 9.84 2.73 9.83 2.72 9.81C2.24 8.67 2 7.58 2 6.54C2 5.86 2.12 5.21 2.36 4.61C2.56 4.1 2.86 3.62 3.27 3.19C3.34 3.11 3.42 3.02 3.51 2.94C3.67 2.78 3.83 2.64 4 2.53C4.01 2.53 4.01 2.53 4.01 2.53C4.51 2.17 5.04 2 5.6 2C5.88 2 6.16 2.06 6.41 2.18C6.65 2.29 6.86 2.45 7.03 2.68C7.05 2.7 7.06 2.72 7.08 2.74L9.4 6.01C9.58 6.26 9.71 6.49 9.8 6.71C9.89 6.92 9.94 7.13 9.94 7.32C9.94 7.56 9.87 7.8 9.73 8.03C9.6 8.26 9.41 8.5 9.17 8.74L8.41 9.53C8.3 9.64 8.25 9.77 8.25 9.93C8.25 10.01 8.26 10.08 8.28 10.16C8.31 10.24 8.34 10.3 8.36 10.36C8.54 10.69 8.85 11.12 9.29 11.64C9.74 12.16 10.22 12.69 10.74 13.22C10.75 13.23 10.75 13.23 10.76 13.24Z\" fill=\"\"/>\n<path d=\"M21.7709 2.22891C21.4709 1.92891 20.9809 1.92891 20.6809 2.22891L2.23086 20.6889C1.93086 20.9889 1.93086 21.4789 2.23086 21.7789C2.38086 21.9189 2.57086 21.9989 2.77086 21.9989C2.97086 21.9989 3.16086 21.9189 3.31086 21.7689L21.7709 3.30891C22.0809 3.00891 22.0809 2.52891 21.7709 2.22891Z\" fill=\"\"/>\n</svg>\n</li><li title=\"call \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.05 14.95L9.2 16.8C8.81 17.19 8.19 17.19 7.79 16.81C7.68 16.7 7.57 16.6 7.46 16.49C6.43 15.45 5.5 14.36 4.67 13.22C3.85 12.08 3.19 10.94 2.71 9.81C2.24 8.67 2 7.58 2 6.54C2 5.86 2.12 5.21 2.36 4.61C2.6 4 2.98 3.44 3.51 2.94C4.15 2.31 4.85 2 5.59 2C5.87 2 6.15 2.06 6.4 2.18C6.66 2.3 6.89 2.48 7.07 2.74L9.39 6.01C9.57 6.26 9.7 6.49 9.79 6.71C9.88 6.92 9.93 7.13 9.93 7.32C9.93 7.56 9.86 7.8 9.72 8.03C9.59 8.26 9.4 8.5 9.16 8.74L8.4 9.53C8.29 9.64 8.24 9.77 8.24 9.93C8.24 10.01 8.25 10.08 8.27 10.16C8.3 10.24 8.33 10.3 8.35 10.36C8.53 10.69 8.84 11.12 9.28 11.64C9.73 12.16 10.21 12.69 10.73 13.22C10.83 13.32 10.94 13.42 11.04 13.52C11.44 13.91 11.45 14.55 11.05 14.95Z\" fill=\"\"/>\n<path d=\"M21.9696 18.3291C21.9696 18.6091 21.9196 18.8991 21.8196 19.1791C21.7896 19.2591 21.7596 19.3391 21.7196 19.4191C21.5496 19.7791 21.3296 20.1191 21.0396 20.4391C20.5496 20.9791 20.0096 21.3691 19.3996 21.6191C19.3896 21.6191 19.3796 21.6291 19.3696 21.6291C18.7796 21.8691 18.1396 21.9991 17.4496 21.9991C16.4296 21.9991 15.3396 21.7591 14.1896 21.2691C13.0396 20.7791 11.8896 20.1191 10.7496 19.2891C10.3596 18.9991 9.96961 18.7091 9.59961 18.3991L12.8696 15.1291C13.1496 15.3391 13.3996 15.4991 13.6096 15.6091C13.6596 15.6291 13.7196 15.6591 13.7896 15.6891C13.8696 15.7191 13.9496 15.7291 14.0396 15.7291C14.2096 15.7291 14.3396 15.6691 14.4496 15.5591L15.2096 14.8091C15.4596 14.5591 15.6996 14.3691 15.9296 14.2491C16.1596 14.1091 16.3896 14.0391 16.6396 14.0391C16.8296 14.0391 17.0296 14.0791 17.2496 14.1691C17.4696 14.2591 17.6996 14.3891 17.9496 14.5591L21.2596 16.9091C21.5196 17.0891 21.6996 17.2991 21.8096 17.5491C21.9096 17.7991 21.9696 18.0491 21.9696 18.3291Z\" fill=\"\"/>\n</svg>\n</li><li title=\"camera slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.7689 2.22891C21.4689 1.92891 20.9789 1.92891 20.6789 2.22891L2.22891 20.6889C1.92891 20.9889 1.92891 21.4789 2.22891 21.7789C2.37891 21.9189 2.56891 21.9989 2.76891 21.9989C2.96891 21.9989 3.15891 21.9189 3.30891 21.7689L21.7689 3.30891C22.0789 3.00891 22.0789 2.52891 21.7689 2.22891Z\" fill=\"\"/>\n<path d=\"M16.5502 5.11L15.8302 3.66C15.3702 2.75 14.1702 2 13.1502 2H10.8602C9.83017 2 8.63017 2.75 8.17017 3.66L7.45017 5.11C7.17017 5.65 6.61017 6 6.00017 6C3.83017 6 2.11017 7.83 2.25017 9.99L2.77017 18.25C2.82017 19.1 3.03017 19.89 3.48017 20.52L18.0002 6C17.3902 6 16.8302 5.65 16.5502 5.11ZM9.50017 10.75H6.50017C6.09017 10.75 5.75017 10.41 5.75017 10C5.75017 9.59 6.09017 9.25 6.50017 9.25H9.50017C9.91017 9.25 10.2502 9.59 10.2502 10C10.2502 10.41 9.91017 10.75 9.50017 10.75Z\" fill=\"\"/>\n<path d=\"M21.7503 9.98835L21.2303 18.2483C21.1003 20.3083 20.0003 21.9983 17.2403 21.9983H7.41026C6.52026 21.9983 6.07026 20.9183 6.70026 20.2883L9.17026 17.8183C9.48026 17.5083 9.96026 17.4683 10.3503 17.6883C11.0403 18.0783 11.8703 18.2283 12.7503 18.0383C14.0203 17.7683 15.0503 16.7283 15.3003 15.4483C15.4703 14.5883 15.3203 13.7783 14.9403 13.1083C14.7203 12.7183 14.7503 12.2283 15.0703 11.9183L19.5703 7.41835C19.9803 7.00835 20.6703 7.05835 21.0203 7.52835C21.5403 8.20835 21.8103 9.06835 21.7503 9.98835Z\" fill=\"\"/>\n</svg>\n</li><li title=\"camera \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.0002 6C17.3902 6 16.8302 5.65 16.5502 5.11L15.8302 3.66C15.3702 2.75 14.1702 2 13.1502 2H10.8602C9.83017 2 8.63017 2.75 8.17017 3.66L7.45017 5.11C7.17017 5.65 6.61017 6 6.00017 6C3.83017 6 2.11017 7.83 2.25017 9.99L2.77017 18.25C2.89017 20.31 4.00017 22 6.76017 22H17.2402C20.0002 22 21.1002 20.31 21.2302 18.25L21.7502 9.99C21.8902 7.83 20.1702 6 18.0002 6ZM10.5002 7.25H13.5002C13.9102 7.25 14.2502 7.59 14.2502 8C14.2502 8.41 13.9102 8.75 13.5002 8.75H10.5002C10.0902 8.75 9.75017 8.41 9.75017 8C9.75017 7.59 10.0902 7.25 10.5002 7.25ZM12.0002 18.12C10.1402 18.12 8.62017 16.61 8.62017 14.74C8.62017 12.87 10.1302 11.36 12.0002 11.36C13.8702 11.36 15.3802 12.87 15.3802 14.74C15.3802 16.61 13.8602 18.12 12.0002 18.12Z\" fill=\"\"/>\n</svg>\n</li><li title=\"candle 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22.75 17.5C22.75 17.91 22.41 18.25 22 18.25H15V18.5C15 20 14.1 20.5 13 20.5H7C5.9 20.5 5 20 5 18.5V18.25H2C1.59 18.25 1.25 17.91 1.25 17.5C1.25 17.09 1.59 16.75 2 16.75H5V16.5C5 15 5.9 14.5 7 14.5H13C14.1 14.5 15 15 15 16.5V16.75H22C22.41 16.75 22.75 17.09 22.75 17.5Z\" fill=\"\"/>\n<path d=\"M22.75 6.5C22.75 6.91 22.41 7.25 22 7.25H19V7.5C19 9 18.1 9.5 17 9.5H11C9.9 9.5 9 9 9 7.5V7.25H2C1.59 7.25 1.25 6.91 1.25 6.5C1.25 6.09 1.59 5.75 2 5.75H9V5.5C9 4 9.9 3.5 11 3.5H17C18.1 3.5 19 4 19 5.5V5.75H22C22.41 5.75 22.75 6.09 22.75 6.5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"candle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.5 4.5H7.25V2C7.25 1.59 6.91 1.25 6.5 1.25C6.09 1.25 5.75 1.59 5.75 2V4.5H5.5C3.91 4.5 3 5.41 3 7V13C3 14.59 3.91 15.5 5.5 15.5H5.75V22C5.75 22.41 6.09 22.75 6.5 22.75C6.91 22.75 7.25 22.41 7.25 22V15.5H7.5C9.09 15.5 10 14.59 10 13V7C10 5.41 9.09 4.5 7.5 4.5Z\" fill=\"\"/>\n<path d=\"M18.5 8.5H18.25V2C18.25 1.59 17.91 1.25 17.5 1.25C17.09 1.25 16.75 1.59 16.75 2V8.5H16.5C14.91 8.5 14 9.41 14 11V17C14 18.59 14.91 19.5 16.5 19.5H16.75V22C16.75 22.41 17.09 22.75 17.5 22.75C17.91 22.75 18.25 22.41 18.25 22V19.5H18.5C20.09 19.5 21 18.59 21 17V11C21 9.41 20.09 8.5 18.5 8.5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"car \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.75 7.99813C21.75 8.40812 21.41 8.74813 21 8.74813H3C2.59 8.74813 2.25 8.40812 2.25 7.99813C2.25 7.58813 2.59 7.24813 3 7.24813H4.02L4.4 5.43813C4.76 3.68813 5.51 2.07812 8.49 2.07812H15.51C18.49 2.07812 19.24 3.68813 19.6 5.43813L19.98 7.24813H21C21.41 7.24813 21.75 7.58813 21.75 7.99813Z\" fill=\"\"/>\n<path d=\"M22.1816 13.66C22.0316 12.01 21.5915 10.25 18.3815 10.25H5.62155C2.41155 10.25 1.98155 12.01 1.82155 13.66L1.26155 19.75C1.19155 20.51 1.44155 21.27 1.96155 21.84C2.49155 22.42 3.24155 22.75 4.04155 22.75H5.92155C7.54155 22.75 7.85155 21.82 8.05155 21.21L8.25155 20.61C8.48155 19.92 8.54155 19.75 9.44155 19.75H14.5616C15.4616 19.75 15.4916 19.85 15.7516 20.61L15.9516 21.21C16.1516 21.82 16.4616 22.75 18.0816 22.75H19.9615C20.7516 22.75 21.5116 22.42 22.0416 21.84C22.5616 21.27 22.8116 20.51 22.7416 19.75L22.1816 13.66ZM9.00155 15.75H6.00155C5.59155 15.75 5.25155 15.41 5.25155 15C5.25155 14.59 5.59155 14.25 6.00155 14.25H9.00155C9.41155 14.25 9.75155 14.59 9.75155 15C9.75155 15.41 9.41155 15.75 9.00155 15.75ZM18.0016 15.75H15.0016C14.5916 15.75 14.2516 15.41 14.2516 15C14.2516 14.59 14.5916 14.25 15.0016 14.25H18.0016C18.4116 14.25 18.7516 14.59 18.7516 15C18.7516 15.41 18.4116 15.75 18.0016 15.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"card add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 11.46V16.46C2 18.75 3.85 20.6 6.14 20.6H17.85C20.14 20.6 22 18.74 22 16.45V11.46C22 10.79 21.46 10.25 20.79 10.25H3.21C2.54 10.25 2 10.79 2 11.46ZM8 17.25H6C5.59 17.25 5.25 16.91 5.25 16.5C5.25 16.09 5.59 15.75 6 15.75H8C8.41 15.75 8.75 16.09 8.75 16.5C8.75 16.91 8.41 17.25 8 17.25ZM14.5 17.25H10.5C10.09 17.25 9.75 16.91 9.75 16.5C9.75 16.09 10.09 15.75 10.5 15.75H14.5C14.91 15.75 15.25 16.09 15.25 16.5C15.25 16.91 14.91 17.25 14.5 17.25Z\" fill=\"\"/>\n<path d=\"M13.5 4.60844V7.53844C13.5 8.20844 12.96 8.74844 12.29 8.74844H3.21C2.53 8.74844 2 8.18844 2 7.51844C2.01 6.38844 2.46 5.35844 3.21 4.60844C3.96 3.85844 5 3.39844 6.14 3.39844H12.29C12.96 3.39844 13.5 3.93844 13.5 4.60844Z\" fill=\"\"/>\n<path d=\"M19.97 2H17.03C15.76 2 15 2.76 15 4.03V6.97C15 8.24 15.76 9 17.03 9H19.97C21.24 9 22 8.24 22 6.97V4.03C22 2.76 21.24 2 19.97 2ZM20.91 5.93C20.81 6.03 20.66 6.1 20.5 6.11H19.09L19.1 7.5C19.09 7.67 19.03 7.81 18.91 7.93C18.81 8.03 18.66 8.1 18.5 8.1C18.17 8.1 17.9 7.83 17.9 7.5V6.1L16.5 6.11C16.17 6.11 15.9 5.83 15.9 5.5C15.9 5.17 16.17 4.9 16.5 4.9L17.9 4.91V3.51C17.9 3.18 18.17 2.9 18.5 2.9C18.83 2.9 19.1 3.18 19.1 3.51L19.09 4.9H20.5C20.83 4.9 21.1 5.17 21.1 5.5C21.09 5.67 21.02 5.81 20.91 5.93Z\" fill=\"\"/>\n</svg>\n</li><li title=\"card coin \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 15.7V15.81C12 16.09 11.78 16.31 11.5 16.31H2.5C2.22 16.31 2 16.09 2 15.81V15.7C2 13.94 2.44 13.5 4.22 13.5H9.78C11.56 13.5 12 13.94 12 15.7Z\" fill=\"\"/>\n<path d=\"M2.5 17.3086C2.22 17.3086 2 17.5286 2 17.8086V18.8086V19.7986C2 21.5586 2.44 21.9986 4.22 21.9986H9.78C11.56 21.9986 12 21.5586 12 19.7986V18.8086V17.8086C12 17.5286 11.78 17.3086 11.5 17.3086H2.5Z\" fill=\"\"/>\n<path d=\"M22 15C22 18.87 18.87 22 15 22L16.05 20.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 9C2 5.13 5.13 2 9 2L7.95 3.75\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.5 11C20.9853 11 23 8.98528 23 6.5C23 4.01472 20.9853 2 18.5 2C16.0147 2 14 4.01472 14 6.5C14 8.98528 16.0147 11 18.5 11Z\" fill=\"\"/>\n</svg>\n</li><li title=\"card edit \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.5 4.60844V7.53844C13.5 8.20844 12.96 8.74844 12.29 8.74844H3.21C2.53 8.74844 2 8.18844 2 7.51844C2.01 6.38844 2.46 5.35844 3.21 4.60844C3.96 3.85844 5 3.39844 6.14 3.39844H12.29C12.96 3.39844 13.5 3.93844 13.5 4.60844Z\" fill=\"\"/>\n<path d=\"M2 11.46V16.46C2 18.75 3.85 20.6 6.14 20.6H17.85C20.14 20.6 22 18.74 22 16.45V11.46C22 10.79 21.46 10.25 20.79 10.25H3.21C2.54 10.25 2 10.79 2 11.46ZM8 17.25H6C5.59 17.25 5.25 16.91 5.25 16.5C5.25 16.09 5.59 15.75 6 15.75H8C8.41 15.75 8.75 16.09 8.75 16.5C8.75 16.91 8.41 17.25 8 17.25ZM14.5 17.25H10.5C10.09 17.25 9.75 16.91 9.75 16.5C9.75 16.09 10.09 15.75 10.5 15.75H14.5C14.91 15.75 15.25 16.09 15.25 16.5C15.25 16.91 14.91 17.25 14.5 17.25Z\" fill=\"\"/>\n<path d=\"M19.97 1.75H17.03C15.76 1.75 15 2.51 15 3.78V6.72C15 7.99 15.76 8.75 17.03 8.75H19.97C21.24 8.75 22 7.99 22 6.72V3.78C22 2.51 21.24 1.75 19.97 1.75ZM18.01 7.32C17.98 7.35 17.91 7.39 17.86 7.39L16.82 7.54C16.79 7.55 16.75 7.55 16.72 7.55C16.57 7.55 16.44 7.5 16.35 7.4C16.23 7.28 16.18 7.11 16.21 6.93L16.36 5.89C16.37 5.84 16.4 5.77 16.43 5.74L18.13 4.04C18.16 4.11 18.19 4.19 18.22 4.27C18.26 4.35 18.3 4.42 18.34 4.49C18.37 4.55 18.41 4.61 18.45 4.65C18.49 4.71 18.53 4.77 18.56 4.8C18.58 4.83 18.59 4.84 18.6 4.85C18.69 4.96 18.79 5.06 18.88 5.13C18.9 5.15 18.92 5.17 18.93 5.17C18.98 5.21 19.04 5.26 19.08 5.29C19.14 5.33 19.19 5.37 19.25 5.4C19.32 5.44 19.4 5.48 19.48 5.52C19.56 5.56 19.64 5.59 19.71 5.61L18.01 7.32ZM20.4 4.93L20.07 5.26C20.06 5.28 20.03 5.29 20 5.29C19.99 5.29 19.98 5.29 19.97 5.29C19.25 5.08 18.68 4.51 18.47 3.79C18.46 3.75 18.47 3.71 18.5 3.68L18.83 3.35C19.37 2.81 19.88 2.82 20.41 3.35C20.68 3.62 20.81 3.88 20.81 4.14C20.8 4.4 20.67 4.66 20.4 4.93Z\" fill=\"\"/>\n</svg>\n</li><li title=\"card pos \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 21.25C22 21.66 21.66 22 21.25 22H2.75C2.34 22 2 21.66 2 21.25C2 20.84 2.34 20.5 2.75 20.5H21.25C21.66 20.5 22 20.84 22 21.25Z\" fill=\"\"/>\n<path d=\"M15.3914 4.52172L4.65141 15.2617C4.24141 15.6717 3.58141 15.6717 3.18141 15.2617H3.17141C1.78141 13.8617 1.78141 11.6017 3.17141 10.2117L10.3214 3.06172C11.7214 1.66172 13.9814 1.66172 15.3814 3.06172C15.7914 3.45172 15.7914 4.12172 15.3914 4.52172Z\" fill=\"\"/>\n<path d=\"M20.8214 8.49031L17.7714 5.44031C17.3614 5.03031 16.7014 5.03031 16.3014 5.44031L5.56141 16.1803C5.15141 16.5803 5.15141 17.2403 5.56141 17.6503L8.61141 20.7103C10.0114 22.1003 12.2714 22.1003 13.6714 20.7103L20.8114 13.5603C22.2314 12.1603 22.2314 9.89031 20.8214 8.49031ZM12.7614 17.5203L11.5514 18.7403C11.3014 18.9903 10.8914 18.9903 10.6314 18.7403C10.3814 18.4903 10.3814 18.0803 10.6314 17.8203L11.8514 16.6003C12.0914 16.3603 12.5114 16.3603 12.7614 16.6003C13.0114 16.8503 13.0114 17.2803 12.7614 17.5203ZM16.7314 13.5503L14.2914 16.0003C14.0414 16.2403 13.6314 16.2403 13.3714 16.0003C13.1214 15.7503 13.1214 15.3403 13.3714 15.0803L15.8214 12.6303C16.0614 12.3903 16.4814 12.3903 16.7314 12.6303C16.9814 12.8903 16.9814 13.3003 16.7314 13.5503Z\" fill=\"\"/>\n</svg>\n</li><li title=\"card receive \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.97 8.75H17.03C15.76 8.75 15 7.99 15 6.72V3.78C15 2.51 15.76 1.75 17.03 1.75H19.97C21.24 1.75 22 2.51 22 3.78V6.72C22 7.99 21.24 8.75 19.97 8.75ZM20.19 5.44C20.07 5.32 19.91 5.26 19.75 5.26C19.59 5.26 19.43 5.32 19.31 5.44L19.13 5.62V3.38C19.13 3.03 18.85 2.75 18.5 2.75C18.15 2.75 17.87 3.03 17.87 3.38V5.62L17.69 5.44C17.45 5.2 17.05 5.2 16.81 5.44C16.57 5.68 16.57 6.08 16.81 6.32L18.06 7.57C18.11 7.62 18.18 7.66 18.25 7.69C18.27 7.7 18.29 7.7 18.31 7.71C18.36 7.73 18.41 7.74 18.47 7.74C18.49 7.74 18.51 7.74 18.53 7.74C18.6 7.74 18.66 7.73 18.73 7.7C18.74 7.7 18.74 7.7 18.75 7.7C18.82 7.67 18.88 7.63 18.93 7.58C18.94 7.57 18.94 7.57 18.95 7.57L20.2 6.32C20.44 6.08 20.44 5.68 20.19 5.44Z\" fill=\"\"/>\n<path d=\"M2 11.46V16.46C2 18.75 3.85 20.6 6.14 20.6H17.85C20.14 20.6 22 18.74 22 16.45V11.46C22 10.79 21.46 10.25 20.79 10.25H3.21C2.54 10.25 2 10.79 2 11.46ZM8 17.25H6C5.59 17.25 5.25 16.91 5.25 16.5C5.25 16.09 5.59 15.75 6 15.75H8C8.41 15.75 8.75 16.09 8.75 16.5C8.75 16.91 8.41 17.25 8 17.25ZM14.5 17.25H10.5C10.09 17.25 9.75 16.91 9.75 16.5C9.75 16.09 10.09 15.75 10.5 15.75H14.5C14.91 15.75 15.25 16.09 15.25 16.5C15.25 16.91 14.91 17.25 14.5 17.25Z\" fill=\"\"/>\n<path d=\"M13.5 4.60844V7.53844C13.5 8.20844 12.96 8.74844 12.29 8.74844H3.21C2.53 8.74844 2 8.18844 2 7.51844C2.01 6.38844 2.46 5.35844 3.21 4.60844C3.96 3.85844 5 3.39844 6.14 3.39844H12.29C12.96 3.39844 13.5 3.93844 13.5 4.60844Z\" fill=\"\"/>\n</svg>\n</li><li title=\"card remove 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 11.46V16.46C2 18.75 3.85 20.6 6.14 20.6H17.85C20.14 20.6 22 18.74 22 16.45V11.46C22 10.79 21.46 10.25 20.79 10.25H3.21C2.54 10.25 2 10.79 2 11.46ZM8 17.25H6C5.59 17.25 5.25 16.91 5.25 16.5C5.25 16.09 5.59 15.75 6 15.75H8C8.41 15.75 8.75 16.09 8.75 16.5C8.75 16.91 8.41 17.25 8 17.25ZM14.5 17.25H10.5C10.09 17.25 9.75 16.91 9.75 16.5C9.75 16.09 10.09 15.75 10.5 15.75H14.5C14.91 15.75 15.25 16.09 15.25 16.5C15.25 16.91 14.91 17.25 14.5 17.25Z\" fill=\"\"/>\n<path d=\"M13.5 4.60844V7.53844C13.5 8.20844 12.96 8.74844 12.29 8.74844H3.21C2.53 8.74844 2 8.18844 2 7.51844C2.01 6.38844 2.46 5.35844 3.21 4.60844C3.96 3.85844 5 3.39844 6.14 3.39844H12.29C12.96 3.39844 13.5 3.93844 13.5 4.60844Z\" fill=\"\"/>\n<path d=\"M19.97 2H17.03C15.76 2 15 2.76 15 4.03V6.97C15 8.24 15.76 9 17.03 9H19.97C21.24 9 22 8.24 22 6.97V4.03C22 2.76 21.24 2 19.97 2ZM20.34 6.49C20.45 6.62 20.51 6.76 20.51 6.93C20.51 7.07 20.45 7.23 20.34 7.34C20.11 7.57 19.72 7.57 19.49 7.34L18.5 6.35L17.52 7.35C17.29 7.58 16.9 7.58 16.66 7.34C16.43 7.11 16.43 6.72 16.66 6.49L17.66 5.51L16.67 4.52C16.44 4.29 16.43 3.9 16.66 3.66C16.89 3.42 17.28 3.43 17.52 3.67L18.5 4.66L19.5 3.66C19.73 3.43 20.12 3.43 20.35 3.66C20.46 3.79 20.51 3.94 20.52 4.1C20.52 4.24 20.46 4.4 20.36 4.52L19.36 5.52L20.34 6.49Z\" fill=\"\"/>\n</svg>\n</li><li title=\"card remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.8984 15.0312C16.6884 15.0312 14.8984 16.8213 14.8984 19.0313C14.8984 21.2413 16.6884 23.0313 18.8984 23.0313C21.1084 23.0313 22.8984 21.2413 22.8984 19.0313C22.8984 16.8213 21.1084 15.0312 18.8984 15.0312ZM20.4984 20.6813C20.3484 20.8313 20.1584 20.9012 19.9684 20.9012C19.7784 20.9012 19.5884 20.8313 19.4384 20.6813L18.9084 20.1512L18.3584 20.7013C18.2084 20.8513 18.0184 20.9213 17.8284 20.9213C17.6384 20.9213 17.4484 20.8513 17.2984 20.7013C17.0084 20.4113 17.0084 19.9312 17.2984 19.6412L17.8484 19.0913L17.3184 18.5612C17.0284 18.2712 17.0284 17.7913 17.3184 17.5013C17.6084 17.2113 18.0884 17.2113 18.3784 17.5013L18.9084 18.0313L19.4084 17.5313C19.6984 17.2413 20.1784 17.2413 20.4684 17.5313C20.7584 17.8213 20.7584 18.3013 20.4684 18.5913L19.9684 19.0913L20.4984 19.6213C20.7884 19.9113 20.7884 20.3913 20.4984 20.6813Z\" fill=\"\"/>\n<path d=\"M22 7.54844V7.99844C22 8.54844 21.55 8.99844 21 8.99844H3C2.45 8.99844 2 8.54844 2 7.99844V7.53844C2 5.24844 3.85 3.39844 6.14 3.39844H17.85C20.14 3.39844 22 5.25844 22 7.54844Z\" fill=\"\"/>\n<path d=\"M2 11.4983V16.4583C2 18.7483 3.85 20.5983 6.14 20.5983H12.4C12.98 20.5983 13.48 20.1083 13.43 19.5283C13.29 17.9983 13.78 16.3383 15.14 15.0183C15.7 14.4683 16.39 14.0483 17.14 13.8083C18.39 13.4083 19.6 13.4583 20.67 13.8183C21.32 14.0383 22 13.5683 22 12.8783V11.4883C22 10.9383 21.55 10.4883 21 10.4883H3C2.45 10.4983 2 10.9483 2 11.4983ZM8 17.2483H6C5.59 17.2483 5.25 16.9083 5.25 16.4983C5.25 16.0883 5.59 15.7483 6 15.7483H8C8.41 15.7483 8.75 16.0883 8.75 16.4983C8.75 16.9083 8.41 17.2483 8 17.2483Z\" fill=\"\"/>\n</svg>\n</li><li title=\"card send \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.97 1.75H17.03C15.76 1.75 15 2.51 15 3.78V6.72C15 7.99 15.76 8.75 17.03 8.75H19.97C21.24 8.75 22 7.99 22 6.72V3.78C22 2.51 21.24 1.75 19.97 1.75ZM20.19 5.06C20.07 5.18 19.91 5.24 19.75 5.24C19.59 5.24 19.43 5.18 19.31 5.06L19.13 4.88V7.12C19.13 7.47 18.85 7.75 18.5 7.75C18.15 7.75 17.87 7.47 17.87 7.12V4.88L17.69 5.06C17.45 5.3 17.05 5.3 16.81 5.06C16.57 4.82 16.57 4.42 16.81 4.18L18.06 2.93C18.11 2.88 18.18 2.84 18.25 2.81C18.27 2.8 18.29 2.8 18.31 2.79C18.36 2.77 18.41 2.76 18.47 2.76C18.49 2.76 18.51 2.76 18.53 2.76C18.6 2.76 18.66 2.77 18.73 2.8C18.74 2.8 18.74 2.8 18.75 2.8C18.82 2.83 18.88 2.87 18.93 2.92C18.94 2.93 18.94 2.93 18.95 2.93L20.2 4.18C20.44 4.42 20.44 4.82 20.19 5.06Z\" fill=\"\"/>\n<path d=\"M2 11.46V16.46C2 18.75 3.85 20.6 6.14 20.6H17.85C20.14 20.6 22 18.74 22 16.45V11.46C22 10.79 21.46 10.25 20.79 10.25H3.21C2.54 10.25 2 10.79 2 11.46ZM8 17.25H6C5.59 17.25 5.25 16.91 5.25 16.5C5.25 16.09 5.59 15.75 6 15.75H8C8.41 15.75 8.75 16.09 8.75 16.5C8.75 16.91 8.41 17.25 8 17.25ZM14.5 17.25H10.5C10.09 17.25 9.75 16.91 9.75 16.5C9.75 16.09 10.09 15.75 10.5 15.75H14.5C14.91 15.75 15.25 16.09 15.25 16.5C15.25 16.91 14.91 17.25 14.5 17.25Z\" fill=\"\"/>\n<path d=\"M13.5 4.60844V7.53844C13.5 8.20844 12.96 8.74844 12.29 8.74844H3.21C2.53 8.74844 2 8.18844 2 7.51844C2.01 6.38844 2.46 5.35844 3.21 4.60844C3.96 3.85844 5 3.39844 6.14 3.39844H12.29C12.96 3.39844 13.5 3.93844 13.5 4.60844Z\" fill=\"\"/>\n</svg>\n</li><li title=\"card slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.27 3.64844L14.17 8.74844H3.2C2.54 8.74844 2 8.20844 2 7.54844V7.53844C2 5.24844 3.85 3.39844 6.14 3.39844H17.85C18.35 3.39844 18.83 3.48844 19.27 3.64844Z\" fill=\"\"/>\n<path d=\"M12.67 10.25L7.17 15.75H6C5.59 15.75 5.25 16.09 5.25 16.5C5.25 16.81 5.45 17.09 5.73 17.19L3.38 19.54C2.53 18.79 2 17.69 2 16.46V11.45C2 10.79 2.54 10.25 3.2 10.25H12.67Z\" fill=\"\"/>\n<path d=\"M21.9987 11V16.46C21.9987 18.75 20.1487 20.6 17.8587 20.6H8.8087C7.9187 20.6 7.4687 19.52 8.0987 18.89L9.4487 17.54C9.6387 17.35 9.8887 17.25 10.1587 17.25H14.4987C14.9087 17.25 15.2487 16.91 15.2487 16.5C15.2487 16.09 14.9087 15.75 14.4987 15.75H13.6587C12.7687 15.75 12.3187 14.67 12.9487 14.04L16.4087 10.58C16.7887 10.21 17.2987 10 17.8287 10H20.9987C21.5487 10 21.9987 10.45 21.9987 11Z\" fill=\"\"/>\n<path d=\"M21.7689 2.22891C21.4689 1.92891 20.9789 1.92891 20.6789 2.22891L2.22891 20.6889C1.92891 20.9889 1.92891 21.4789 2.22891 21.7789C2.37891 21.9189 2.56891 21.9989 2.76891 21.9989C2.96891 21.9989 3.15891 21.9189 3.30891 21.7689L21.7689 3.30891C22.0789 3.00891 22.0789 2.52891 21.7689 2.22891Z\" fill=\"\"/>\n<path d=\"M21.7686 3.30859L20.6086 4.46859L16.3286 8.74859L3.30859 21.7686C3.15859 21.9186 2.96859 21.9986 2.76859 21.9986C2.56859 21.9986 2.37859 21.9186 2.22859 21.7686C1.91859 21.4686 1.91859 20.9886 2.22859 20.6886L3.37859 19.5386L5.72859 17.1886L19.2686 3.64859L20.6886 2.22859C20.9886 1.91859 21.4686 1.91859 21.7686 2.22859C22.0786 2.52859 22.0786 3.00859 21.7686 3.30859Z\" fill=\"\"/>\n<path d=\"M22.0005 7.41026C22.0005 6.52026 20.9205 6.07026 20.2905 6.70026L20.0005 7.00026L19.7105 7.29026C19.0805 7.92026 19.5205 9.00026 20.4105 9.00026H21.0005C21.5505 9.00026 22.0005 8.55026 22.0005 8.00026V7.41026Z\" fill=\"\"/>\n</svg>\n</li><li title=\"card tick 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 11.46V16.46C2 18.75 3.85 20.6 6.14 20.6H17.85C20.14 20.6 22 18.74 22 16.45V11.46C22 10.79 21.46 10.25 20.79 10.25H3.21C2.54 10.25 2 10.79 2 11.46ZM8 17.25H6C5.59 17.25 5.25 16.91 5.25 16.5C5.25 16.09 5.59 15.75 6 15.75H8C8.41 15.75 8.75 16.09 8.75 16.5C8.75 16.91 8.41 17.25 8 17.25ZM14.5 17.25H10.5C10.09 17.25 9.75 16.91 9.75 16.5C9.75 16.09 10.09 15.75 10.5 15.75H14.5C14.91 15.75 15.25 16.09 15.25 16.5C15.25 16.91 14.91 17.25 14.5 17.25Z\" fill=\"\"/>\n<path d=\"M13.5 4.60844V7.53844C13.5 8.20844 12.96 8.74844 12.29 8.74844H3.21C2.53 8.74844 2 8.18844 2 7.51844C2.01 6.38844 2.46 5.35844 3.21 4.60844C3.96 3.85844 5 3.39844 6.14 3.39844H12.29C12.96 3.39844 13.5 3.93844 13.5 4.60844Z\" fill=\"\"/>\n<path d=\"M19.97 2H17.03C15.76 2 15 2.76 15 4.03V6.97C15 8.24 15.76 9 17.03 9H19.97C21.24 9 22 8.24 22 6.97V4.03C22 2.76 21.24 2 19.97 2ZM20.63 4.45L18.26 7.22C18.17 7.33 18.03 7.4 17.89 7.4C17.88 7.4 17.88 7.4 17.87 7.4C17.73 7.4 17.6 7.35 17.5 7.25L16.4 6.17C16.2 5.97 16.2 5.64 16.4 5.44C16.6 5.24 16.93 5.23 17.13 5.44L17.83 6.13L19.83 3.79C20.02 3.57 20.34 3.55 20.56 3.73C20.79 3.91 20.81 4.24 20.63 4.45Z\" fill=\"\"/>\n</svg>\n</li><li title=\"card tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 15C16.79 15 15 16.79 15 19C15 19.75 15.21 20.46 15.58 21.06C16.27 22.22 17.54 23 19 23C20.46 23 21.73 22.22 22.42 21.06C22.79 20.46 23 19.75 23 19C23 16.79 21.21 15 19 15ZM21.07 18.57L18.94 20.54C18.8 20.67 18.61 20.74 18.43 20.74C18.24 20.74 18.05 20.67 17.9 20.52L16.91 19.53C16.62 19.24 16.62 18.76 16.91 18.47C17.2 18.18 17.68 18.18 17.97 18.47L18.45 18.95L20.05 17.47C20.35 17.19 20.83 17.21 21.11 17.51C21.39 17.81 21.37 18.28 21.07 18.57Z\" fill=\"\"/>\n<path d=\"M22 7.54844V7.99844C22 8.54844 21.55 8.99844 21 8.99844H3C2.45 8.99844 2 8.54844 2 7.99844V7.53844C2 5.24844 3.85 3.39844 6.14 3.39844H17.85C20.14 3.39844 22 5.25844 22 7.54844Z\" fill=\"\"/>\n<path d=\"M2 11.4983V16.4583C2 18.7483 3.85 20.5983 6.14 20.5983H12.4C12.98 20.5983 13.48 20.1083 13.43 19.5283C13.29 17.9983 13.78 16.3383 15.14 15.0183C15.7 14.4683 16.39 14.0483 17.14 13.8083C18.39 13.4083 19.6 13.4583 20.67 13.8183C21.32 14.0383 22 13.5683 22 12.8783V11.4883C22 10.9383 21.55 10.4883 21 10.4883H3C2.45 10.4983 2 10.9483 2 11.4983ZM8 17.2483H6C5.59 17.2483 5.25 16.9083 5.25 16.4983C5.25 16.0883 5.59 15.7483 6 15.7483H8C8.41 15.7483 8.75 16.0883 8.75 16.4983C8.75 16.9083 8.41 17.2483 8 17.2483Z\" fill=\"\"/>\n</svg>\n</li><li title=\"card \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 7.54844C22 8.20844 21.46 8.74844 20.8 8.74844H3.2C2.54 8.74844 2 8.20844 2 7.54844V7.53844C2 5.24844 3.85 3.39844 6.14 3.39844H17.85C20.14 3.39844 22 5.25844 22 7.54844Z\" fill=\"\"/>\n<path d=\"M2 11.45V16.46C2 18.75 3.85 20.6 6.14 20.6H17.85C20.14 20.6 22 18.74 22 16.45V11.45C22 10.79 21.46 10.25 20.8 10.25H3.2C2.54 10.25 2 10.79 2 11.45ZM8 17.25H6C5.59 17.25 5.25 16.91 5.25 16.5C5.25 16.09 5.59 15.75 6 15.75H8C8.41 15.75 8.75 16.09 8.75 16.5C8.75 16.91 8.41 17.25 8 17.25ZM14.5 17.25H10.5C10.09 17.25 9.75 16.91 9.75 16.5C9.75 16.09 10.09 15.75 10.5 15.75H14.5C14.91 15.75 15.25 16.09 15.25 16.5C15.25 16.91 14.91 17.25 14.5 17.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"cards \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.22 6.55078H5.78C5.5 6.55078 5.24 6.56078 5 6.57078C2.63 6.71078 2 7.58078 2 10.2808V10.8608C2 11.4108 2.45 11.8608 3 11.8608H18C18.55 11.8608 19 11.4108 19 10.8608V10.2808C19 7.30078 18.24 6.55078 15.22 6.55078Z\" fill=\"\"/>\n<path d=\"M3 13.3594C2.45 13.3594 2 13.8094 2 14.3594V17.2694C2 20.2494 2.76 20.9994 5.78 20.9994H15.22C18.19 20.9994 18.97 20.2794 19 17.4294V14.3594C19 13.8094 18.55 13.3594 18 13.3594H3ZM6.96 18.5594H5.25C4.84 18.5594 4.5 18.2194 4.5 17.8094C4.5 17.3994 4.84 17.0594 5.25 17.0594H6.97C7.38 17.0594 7.72 17.3994 7.72 17.8094C7.72 18.2194 7.38 18.5594 6.96 18.5594ZM12.55 18.5594H9.11C8.7 18.5594 8.36 18.2194 8.36 17.8094C8.36 17.3994 8.7 17.0594 9.11 17.0594H12.55C12.96 17.0594 13.3 17.3994 13.3 17.8094C13.3 18.2194 12.97 18.5594 12.55 18.5594Z\" fill=\"\"/>\n<path d=\"M22.0016 13.3316V8.09156C22.0016 4.96156 20.2116 3.60156 17.5116 3.60156H8.58157C7.82157 3.60156 7.14157 3.71156 6.54157 3.94156C6.07157 4.11156 5.65157 4.36156 5.31157 4.69156C5.13157 4.86156 5.27157 5.14156 5.53157 5.14156H16.4016C18.6516 5.14156 20.4716 6.96156 20.4716 9.21156V16.3816C20.4716 16.6316 20.7416 16.7716 20.9216 16.5916C21.6116 15.8616 22.0016 14.7916 22.0016 13.3316Z\" fill=\"\"/>\n</svg>\n</li><li title=\"category 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.6695 2H16.7695C14.5895 2 13.4395 3.15 13.4395 5.33V7.23C13.4395 9.41 14.5895 10.56 16.7695 10.56H18.6695C20.8495 10.56 21.9995 9.41 21.9995 7.23V5.33C21.9995 3.15 20.8495 2 18.6695 2Z\" fill=\"\"/>\n<path d=\"M7.24 13.4297H5.34C3.15 13.4297 2 14.5797 2 16.7597V18.6597C2 20.8497 3.15 21.9997 5.33 21.9997H7.23C9.41 21.9997 10.56 20.8497 10.56 18.6697V16.7697C10.57 14.5797 9.42 13.4297 7.24 13.4297Z\" fill=\"\"/>\n<path d=\"M6.29 10.58C8.6593 10.58 10.58 8.6593 10.58 6.29C10.58 3.9207 8.6593 2 6.29 2C3.9207 2 2 3.9207 2 6.29C2 8.6593 3.9207 10.58 6.29 10.58Z\" fill=\"\"/>\n<path d=\"M17.7099 22.0019C20.0792 22.0019 21.9999 20.0812 21.9999 17.7119C21.9999 15.3426 20.0792 13.4219 17.7099 13.4219C15.3406 13.4219 13.4199 15.3426 13.4199 17.7119C13.4199 20.0812 15.3406 22.0019 17.7099 22.0019Z\" fill=\"\"/>\n</svg>\n</li><li title=\"category \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.24 2H5.34C3.15 2 2 3.15 2 5.33V7.23C2 9.41 3.15 10.56 5.33 10.56H7.23C9.41 10.56 10.56 9.41 10.56 7.23V5.33C10.57 3.15 9.42 2 7.24 2Z\" fill=\"\"/>\n<path d=\"M18.6695 2H16.7695C14.5895 2 13.4395 3.15 13.4395 5.33V7.23C13.4395 9.41 14.5895 10.56 16.7695 10.56H18.6695C20.8495 10.56 21.9995 9.41 21.9995 7.23V5.33C21.9995 3.15 20.8495 2 18.6695 2Z\" fill=\"\"/>\n<path d=\"M18.6695 13.4297H16.7695C14.5895 13.4297 13.4395 14.5797 13.4395 16.7597V18.6597C13.4395 20.8397 14.5895 21.9897 16.7695 21.9897H18.6695C20.8495 21.9897 21.9995 20.8397 21.9995 18.6597V16.7597C21.9995 14.5797 20.8495 13.4297 18.6695 13.4297Z\" fill=\"\"/>\n<path d=\"M7.24 13.4297H5.34C3.15 13.4297 2 14.5797 2 16.7597V18.6597C2 20.8497 3.15 21.9997 5.33 21.9997H7.23C9.41 21.9997 10.56 20.8497 10.56 18.6697V16.7697C10.57 14.5797 9.42 13.4297 7.24 13.4297Z\" fill=\"\"/>\n</svg>\n</li><li title=\"cd \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM12 14.5C10.62 14.5 9.5 13.38 9.5 12C9.5 10.62 10.62 9.5 12 9.5C13.38 9.5 14.5 10.62 14.5 12C14.5 13.38 13.38 14.5 12 14.5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"chart 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 22.75H3C2.59 22.75 2.25 22.41 2.25 22C2.25 21.59 2.59 21.25 3 21.25H21C21.41 21.25 21.75 21.59 21.75 22C21.75 22.41 21.41 22.75 21 22.75Z\" fill=\"\"/>\n<path d=\"M5.6 8.37891H4C3.45 8.37891 3 8.82891 3 9.37891V17.9989C3 18.5489 3.45 18.9989 4 18.9989H5.6C6.15 18.9989 6.6 18.5489 6.6 17.9989V9.37891C6.6 8.81891 6.15 8.37891 5.6 8.37891Z\" fill=\"\"/>\n<path d=\"M12.7992 5.19141H11.1992C10.6492 5.19141 10.1992 5.64141 10.1992 6.19141V18.0014C10.1992 18.5514 10.6492 19.0014 11.1992 19.0014H12.7992C13.3492 19.0014 13.7992 18.5514 13.7992 18.0014V6.19141C13.7992 5.64141 13.3492 5.19141 12.7992 5.19141Z\" fill=\"\"/>\n<path d=\"M20.0004 2H18.4004C17.8504 2 17.4004 2.45 17.4004 3V18C17.4004 18.55 17.8504 19 18.4004 19H20.0004C20.5504 19 21.0004 18.55 21.0004 18V3C21.0004 2.45 20.5504 2 20.0004 2Z\" fill=\"\"/>\n</svg>\n</li><li title=\"chart 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.19C2 19.83 4.17 22 7.81 22H16.19C19.83 22 22 19.83 22 16.19V7.81C22 4.17 19.83 2 16.19 2ZM7.75 13.6C7.75 14.01 7.41 14.35 7 14.35C6.59 14.35 6.25 14.01 6.25 13.6V10.4C6.25 9.99 6.59 9.65 7 9.65C7.41 9.65 7.75 9.99 7.75 10.4V13.6ZM12.75 15.34C12.75 15.75 12.41 16.09 12 16.09C11.59 16.09 11.25 15.75 11.25 15.34V8.66C11.25 8.25 11.59 7.91 12 7.91C12.41 7.91 12.75 8.25 12.75 8.66V15.34ZM17.75 13.6C17.75 14.01 17.41 14.35 17 14.35C16.59 14.35 16.25 14.01 16.25 13.6V10.4C16.25 9.99 16.59 9.65 17 9.65C17.41 9.65 17.75 9.99 17.75 10.4V13.6Z\" fill=\"\"/>\n</svg>\n</li><li title=\"chart 21 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM9.91 16.19C9.91 16.83 9.39 17.35 8.74 17.35C8.1 17.35 7.58 16.83 7.58 16.19V12.93C7.58 12.29 8.1 11.77 8.74 11.77C9.39 11.77 9.91 12.29 9.91 12.93V16.19ZM16.42 16.19C16.42 16.83 15.9 17.35 15.26 17.35C14.61 17.35 14.09 16.83 14.09 16.19V7.81C14.09 7.17 14.61 6.65 15.26 6.65C15.9 6.65 16.42 7.17 16.42 7.81V16.19Z\" fill=\"\"/>\n</svg>\n</li><li title=\"chart 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 22H2C1.59 22 1.25 21.66 1.25 21.25C1.25 20.84 1.59 20.5 2 20.5H22C22.41 20.5 22.75 20.84 22.75 21.25C22.75 21.66 22.41 22 22 22Z\" fill=\"\"/>\n<path d=\"M9.75 4V22H14.25V4C14.25 2.9 13.8 2 12.45 2H11.55C10.2 2 9.75 2.9 9.75 4Z\" fill=\"\"/>\n<path d=\"M3 10V22H7V10C7 8.9 6.6 8 5.4 8H4.6C3.4 8 3 8.9 3 10Z\" fill=\"\"/>\n<path d=\"M17 15V22H21V15C21 13.9 20.6 13 19.4 13H18.6C17.4 13 17 13.9 17 15Z\" fill=\"\"/>\n</svg>\n</li><li title=\"chart fail \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.97 7.21C21.69 4.48 19.52 2.31 16.79 2.03C16.59 2.01 16.39 2 16.19 2H7.81C7.61 2 7.41 2.01 7.21 2.03C4.48 2.31 2.31 4.48 2.03 7.21C2.01 7.41 2 7.61 2 7.81V16.19C2 16.39 2.01 16.59 2.03 16.79C2.31 19.52 4.48 21.69 7.21 21.97C7.41 21.99 7.61 22 7.81 22H14C14.55 22 15 21.55 15 21V18.03C15 16.36 16.36 15 18.03 15H21C21.55 15 22 14.55 22 14V7.81C22 7.61 21.99 7.41 21.97 7.21ZM7.75 13.5C7.75 13.91 7.41 14.25 7 14.25C6.59 14.25 6.25 13.91 6.25 13.5V10.5C6.25 10.09 6.59 9.75 7 9.75C7.41 9.75 7.75 10.09 7.75 10.5V13.5ZM12.75 13.5C12.75 13.91 12.41 14.25 12 14.25C11.59 14.25 11.25 13.91 11.25 13.5V10.5C11.25 10.09 11.59 9.75 12 9.75C12.41 9.75 12.75 10.09 12.75 10.5V13.5Z\" fill=\"\"/>\n<path d=\"M20.97 16H18.03C16.76 16 16 16.76 16 18.03V20.97C16 22.24 16.76 23 18.03 23H20.97C22.24 23 23 22.24 23 20.97V18.03C23 16.76 22.24 16 20.97 16ZM21.47 20.56C21.72 20.81 21.72 21.22 21.47 21.47C21.34 21.59 21.17 21.65 21.01 21.65C20.85 21.65 20.68 21.59 20.55 21.47L19.49 20.41L18.45 21.47C18.32 21.59 18.16 21.65 17.98 21.65C17.83 21.65 17.66 21.59 17.54 21.47C17.29 21.22 17.29 20.81 17.54 20.56L18.6 19.5L17.54 18.45C17.29 18.2 17.29 17.79 17.54 17.54C17.79 17.29 18.2 17.29 18.45 17.54L19.49 18.6L20.55 17.54C20.8 17.29 21.22 17.29 21.47 17.54C21.72 17.79 21.72 18.2 21.47 18.45L20.41 19.5L21.47 20.56Z\" fill=\"\"/>\n</svg>\n</li><li title=\"chart square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM9.11 16.9C9.11 17.18 8.89 17.4 8.61 17.4H5.82C5.54 17.4 5.32 17.18 5.32 16.9V12.28C5.32 11.65 5.83 11.14 6.46 11.14H8.61C8.89 11.14 9.11 11.36 9.11 11.64V16.9ZM13.89 16.9C13.89 17.18 13.67 17.4 13.39 17.4H10.6C10.32 17.4 10.1 17.18 10.1 16.9V7.74C10.1 7.11 10.61 6.6 11.24 6.6H12.76C13.39 6.6 13.9 7.11 13.9 7.74V16.9H13.89ZM18.68 16.9C18.68 17.18 18.46 17.4 18.18 17.4H15.39C15.11 17.4 14.89 17.18 14.89 16.9V13.35C14.89 13.07 15.11 12.85 15.39 12.85H17.54C18.17 12.85 18.68 13.36 18.68 13.99V16.9Z\" fill=\"\"/>\n</svg>\n</li><li title=\"chart success \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.97 16H18.03C16.76 16 16 16.76 16 18.03V20.97C16 22.24 16.76 23 18.03 23H20.97C22.24 23 23 22.24 23 20.97V18.03C23 16.76 22.24 16 20.97 16ZM21.63 18.45L19.26 21.22C19.16 21.33 19.03 21.4 18.88 21.4C18.88 21.4 18.87 21.4 18.86 21.4C18.73 21.4 18.59 21.35 18.5 21.25L17.4 20.17C17.2 19.97 17.2 19.64 17.4 19.43C17.6 19.23 17.93 19.23 18.14 19.43L18.83 20.12L20.84 17.78C21.02 17.56 21.35 17.53 21.57 17.72C21.79 17.91 21.81 18.24 21.63 18.45Z\" fill=\"\"/>\n<path d=\"M20.97 16H18.03C16.76 16 16 16.76 16 18.03V20.97C16 22.24 16.76 23 18.03 23H20.97C22.24 23 23 22.24 23 20.97V18.03C23 16.76 22.24 16 20.97 16ZM21.63 18.45L19.26 21.22C19.16 21.33 19.03 21.4 18.88 21.4C18.88 21.4 18.87 21.4 18.86 21.4C18.73 21.4 18.59 21.35 18.5 21.25L17.4 20.17C17.2 19.97 17.2 19.64 17.4 19.43C17.6 19.23 17.93 19.23 18.14 19.43L18.83 20.12L20.84 17.78C21.02 17.56 21.35 17.53 21.57 17.72C21.79 17.91 21.81 18.24 21.63 18.45Z\" fill=\"\"/>\n<path d=\"M21.97 7.21C21.69 4.48 19.52 2.31 16.79 2.03C16.59 2.01 16.39 2 16.19 2H7.81C7.61 2 7.41 2.01 7.21 2.03C4.48 2.31 2.31 4.48 2.03 7.21C2.01 7.41 2 7.61 2 7.81V16.19C2 16.39 2.01 16.59 2.03 16.79C2.31 19.52 4.48 21.69 7.21 21.97C7.41 21.99 7.61 22 7.81 22H14C14.55 22 15 21.55 15 21V18.03C15 16.36 16.36 15 18.03 15H21C21.55 15 22 14.55 22 14V7.81C22 7.61 21.99 7.41 21.97 7.21ZM7.75 13.5C7.75 13.91 7.41 14.25 7 14.25C6.59 14.25 6.25 13.91 6.25 13.5V10.5C6.25 10.09 6.59 9.75 7 9.75C7.41 9.75 7.75 10.09 7.75 10.5V13.5ZM12.75 13.5C12.75 13.91 12.41 14.25 12 14.25C11.59 14.25 11.25 13.91 11.25 13.5V10.5C11.25 10.09 11.59 9.75 12 9.75C12.41 9.75 12.75 10.09 12.75 10.5V13.5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"chart \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM12 8.75C11.59 8.75 11.25 8.41 11.25 8C11.25 7.59 11.59 7.25 12 7.25C14.62 7.25 16.75 9.38 16.75 12C16.75 14.62 14.62 16.75 12 16.75C11.59 16.75 11.25 16.41 11.25 16C11.25 15.59 11.59 15.25 12 15.25C13.79 15.25 15.25 13.79 15.25 12C15.25 10.21 13.79 8.75 12 8.75ZM12 19.75C7.73 19.75 4.25 16.27 4.25 12C4.25 11.59 4.59 11.25 5 11.25C5.41 11.25 5.75 11.59 5.75 12C5.75 15.45 8.55 18.25 12 18.25C15.45 18.25 18.25 15.45 18.25 12C18.25 8.55 15.45 5.75 12 5.75C11.59 5.75 11.25 5.41 11.25 5C11.25 4.59 11.59 4.25 12 4.25C16.27 4.25 19.75 7.73 19.75 12C19.75 16.27 16.27 19.75 12 19.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"check \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22C14.59 22 14.25 21.66 14.25 21.25V2.75C14.25 2.34 14.59 2 15 2C15.41 2 15.75 2.34 15.75 2.75V21.25C15.75 21.66 15.41 22 15 22Z\" fill=\"\"/>\n<path d=\"M18 20H15V4H18C20.21 4 22 5.79 22 8V16C22 18.21 20.21 20 18 20Z\" fill=\"\"/>\n<path d=\"M6 4C3.79 4 2 5.79 2 8V16C2 18.21 3.79 20 6 20H11C11.55 20 12 19.55 12 19V5C12 4.45 11.55 4 11 4H6ZM7.75 15.5C7.75 15.91 7.41 16.25 7 16.25C6.59 16.25 6.25 15.91 6.25 15.5V8.5C6.25 8.09 6.59 7.75 7 7.75C7.41 7.75 7.75 8.09 7.75 8.5V15.5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"chrome \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.8195 6.9C14.6795 6.28 17.5795 6.19 20.4495 6.66C18.6795 3.86 15.5595 2 11.9995 2C8.88953 2 6.10953 3.42 4.26953 5.65C4.70953 6.95 5.26953 8.19 5.93953 9.37C6.31953 10.05 7.28953 10.02 7.67953 9.35C8.52953 7.92 10.0595 6.96 11.8195 6.9Z\" fill=\"\"/>\n<path d=\"M7.72002 14.7214C5.72002 12.5814 4.16002 10.1414 3.09002 7.44141C1.59002 10.4014 1.60002 14.0314 3.43002 17.0814C5.03002 19.7514 7.67002 21.4114 10.53 21.8414C11.42 20.7914 12.2 19.6714 12.87 18.5014C13.26 17.8214 12.73 17.0114 11.95 17.0114C10.28 17.0214 8.67002 16.2014 7.72002 14.7214Z\" fill=\"\"/>\n<path d=\"M8.57031 11.9982C8.57031 12.6082 8.72031 13.1782 9.03031 13.7182C9.64031 14.7682 10.7703 15.4282 11.9903 15.4282C13.2103 15.4282 14.3503 14.7682 14.9503 13.7182C15.2603 13.1782 15.4203 12.6082 15.4203 11.9982C15.4203 10.1082 13.8803 8.57817 11.9903 8.57817C10.1103 8.56817 8.57031 10.1082 8.57031 11.9982Z\" fill=\"\"/>\n<path d=\"M21.3402 8.41931C19.9702 8.12931 18.5802 7.96931 17.2002 7.94931C16.4102 7.93931 15.9602 8.79931 16.3502 9.48931C16.7502 10.1993 16.9802 11.0193 16.9802 11.8893C16.9802 12.7293 16.7602 13.5593 16.3502 14.2993C15.4102 17.1793 14.0102 19.7393 12.1602 21.9993C17.6102 21.9093 22.0002 17.4693 22.0002 11.9993C22.0002 10.7393 21.7702 9.52931 21.3402 8.41931Z\" fill=\"\"/>\n</svg>\n</li><li title=\"clipboard close \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.3498 2H9.64977C8.60977 2 7.75977 2.84 7.75977 3.88V4.82C7.75977 5.86 8.59977 6.7 9.63977 6.7H14.3498C15.3898 6.7 16.2298 5.86 16.2298 4.82V3.88C16.2398 2.84 15.3898 2 14.3498 2Z\" fill=\"\"/>\n<path d=\"M17.2391 4.81949C17.2391 6.40949 15.9391 7.70949 14.3491 7.70949H9.64906C8.05906 7.70949 6.75906 6.40949 6.75906 4.81949C6.75906 4.25949 6.15906 3.90949 5.65906 4.16949C4.24906 4.91949 3.28906 6.40949 3.28906 8.11949V17.5295C3.28906 19.9895 5.29906 21.9995 7.75906 21.9995H16.2391C18.6991 21.9995 20.7091 19.9895 20.7091 17.5295V8.11949C20.7091 6.40949 19.7491 4.91949 18.3391 4.16949C17.8391 3.90949 17.2391 4.25949 17.2391 4.81949ZM14.5291 16.6895C14.3791 16.8395 14.1891 16.9095 13.9991 16.9095C13.8091 16.9095 13.6191 16.8395 13.4691 16.6895L12.0191 15.2395L10.5291 16.7295C10.3791 16.8795 10.1891 16.9495 9.99906 16.9495C9.80906 16.9495 9.61906 16.8795 9.46906 16.7295C9.17906 16.4395 9.17906 15.9595 9.46906 15.6695L10.9591 14.1795L9.50906 12.7295C9.21906 12.4395 9.21906 11.9595 9.50906 11.6695C9.79906 11.3795 10.2791 11.3795 10.5691 11.6695L12.0191 13.1195L13.4191 11.7195C13.7091 11.4295 14.1891 11.4295 14.4791 11.7195C14.7691 12.0095 14.7691 12.4895 14.4791 12.7795L13.0791 14.1795L14.5291 15.6295C14.8191 15.9195 14.8191 16.3895 14.5291 16.6895Z\" fill=\"\"/>\n</svg>\n</li><li title=\"clipboard export \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.3498 2H9.64977C8.60977 2 7.75977 2.84 7.75977 3.88V4.82C7.75977 5.86 8.59977 6.7 9.63977 6.7H14.3498C15.3898 6.7 16.2298 5.86 16.2298 4.82V3.88C16.2398 2.84 15.3898 2 14.3498 2Z\" fill=\"\"/>\n<path d=\"M17.2391 4.81949C17.2391 6.40949 15.9391 7.70949 14.3491 7.70949H9.64906C8.05906 7.70949 6.75906 6.40949 6.75906 4.81949C6.75906 4.25949 6.15906 3.90949 5.65906 4.16949C4.24906 4.91949 3.28906 6.40949 3.28906 8.11949V17.5295C3.28906 19.9895 5.29906 21.9995 7.75906 21.9995H16.2391C18.6991 21.9995 20.7091 19.9895 20.7091 17.5295V8.11949C20.7091 6.40949 19.7491 4.91949 18.3391 4.16949C17.8391 3.90949 17.2391 4.25949 17.2391 4.81949ZM15.5291 17.5295C15.3791 17.6795 15.1891 17.7495 14.9991 17.7495C14.8091 17.7495 14.6191 17.6795 14.4691 17.5295L9.74906 12.8095V13.9995C9.74906 14.4095 9.40906 14.7495 8.99906 14.7495C8.58906 14.7495 8.24906 14.4095 8.24906 13.9995V10.9995C8.24906 10.5895 8.58906 10.2495 8.99906 10.2495H11.9991C12.4091 10.2495 12.7491 10.5895 12.7491 10.9995C12.7491 11.4095 12.4091 11.7495 11.9991 11.7495H10.8091L15.5291 16.4695C15.8191 16.7595 15.8191 17.2395 15.5291 17.5295Z\" fill=\"\"/>\n</svg>\n</li><li title=\"clipboard import \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.3498 2H9.64977C8.60977 2 7.75977 2.84 7.75977 3.88V4.82C7.75977 5.86 8.59977 6.7 9.63977 6.7H14.3498C15.3898 6.7 16.2298 5.86 16.2298 4.82V3.88C16.2398 2.84 15.3898 2 14.3498 2Z\" fill=\"\"/>\n<path d=\"M17.2391 4.81949C17.2391 6.40949 15.9391 7.70949 14.3491 7.70949H9.64906C8.05906 7.70949 6.75906 6.40949 6.75906 4.81949C6.75906 4.25949 6.15906 3.90949 5.65906 4.16949C4.24906 4.91949 3.28906 6.40949 3.28906 8.11949V17.5295C3.28906 19.9895 5.29906 21.9995 7.75906 21.9995H16.2391C18.6991 21.9995 20.7091 19.9895 20.7091 17.5295V8.11949C20.7091 6.40949 19.7491 4.91949 18.3391 4.16949C17.8391 3.90949 17.2391 4.25949 17.2391 4.81949ZM15.7491 16.9995C15.7491 17.4095 15.4091 17.7495 14.9991 17.7495H11.9991C11.5891 17.7495 11.2491 17.4095 11.2491 16.9995C11.2491 16.5895 11.5891 16.2495 11.9991 16.2495H13.1891L8.46906 11.5295C8.17906 11.2395 8.17906 10.7595 8.46906 10.4695C8.75906 10.1795 9.23906 10.1795 9.52906 10.4695L14.2491 15.1895V13.9995C14.2491 13.5895 14.5891 13.2495 14.9991 13.2495C15.4091 13.2495 15.7491 13.5895 15.7491 13.9995V16.9995Z\" fill=\"\"/>\n</svg>\n</li><li title=\"clipboard text \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.3498 2H9.64977C8.60977 2 7.75977 2.84 7.75977 3.88V4.82C7.75977 5.86 8.59977 6.7 9.63977 6.7H14.3498C15.3898 6.7 16.2298 5.86 16.2298 4.82V3.88C16.2398 2.84 15.3898 2 14.3498 2Z\" fill=\"\"/>\n<path d=\"M17.2391 4.81949C17.2391 6.40949 15.9391 7.70949 14.3491 7.70949H9.64906C8.05906 7.70949 6.75906 6.40949 6.75906 4.81949C6.75906 4.25949 6.15906 3.90949 5.65906 4.16949C4.24906 4.91949 3.28906 6.40949 3.28906 8.11949V17.5295C3.28906 19.9895 5.29906 21.9995 7.75906 21.9995H16.2391C18.6991 21.9995 20.7091 19.9895 20.7091 17.5295V8.11949C20.7091 6.40949 19.7491 4.91949 18.3391 4.16949C17.8391 3.90949 17.2391 4.25949 17.2391 4.81949ZM12.3791 16.9495H7.99906C7.58906 16.9495 7.24906 16.6095 7.24906 16.1995C7.24906 15.7895 7.58906 15.4495 7.99906 15.4495H12.3791C12.7891 15.4495 13.1291 15.7895 13.1291 16.1995C13.1291 16.6095 12.7891 16.9495 12.3791 16.9495ZM14.9991 12.9495H7.99906C7.58906 12.9495 7.24906 12.6095 7.24906 12.1995C7.24906 11.7895 7.58906 11.4495 7.99906 11.4495H14.9991C15.4091 11.4495 15.7491 11.7895 15.7491 12.1995C15.7491 12.6095 15.4091 12.9495 14.9991 12.9495Z\" fill=\"\"/>\n</svg>\n</li><li title=\"clipboard tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.3498 2H9.64977C8.60977 2 7.75977 2.84 7.75977 3.88V4.82C7.75977 5.86 8.59977 6.7 9.63977 6.7H14.3498C15.3898 6.7 16.2298 5.86 16.2298 4.82V3.88C16.2398 2.84 15.3898 2 14.3498 2Z\" fill=\"\"/>\n<path d=\"M17.2391 4.81949C17.2391 6.40949 15.9391 7.70949 14.3491 7.70949H9.64906C8.05906 7.70949 6.75906 6.40949 6.75906 4.81949C6.75906 4.25949 6.15906 3.90949 5.65906 4.16949C4.24906 4.91949 3.28906 6.40949 3.28906 8.11949V17.5295C3.28906 19.9895 5.29906 21.9995 7.75906 21.9995H16.2391C18.6991 21.9995 20.7091 19.9895 20.7091 17.5295V8.11949C20.7091 6.40949 19.7491 4.91949 18.3391 4.16949C17.8391 3.90949 17.2391 4.25949 17.2391 4.81949ZM15.3391 12.7295L11.3391 16.7295C11.1891 16.8795 10.9991 16.9495 10.8091 16.9495C10.6191 16.9495 10.4291 16.8795 10.2791 16.7295L8.77906 15.2295C8.48906 14.9395 8.48906 14.4595 8.77906 14.1695C9.06906 13.8795 9.54906 13.8795 9.83906 14.1695L10.8091 15.1395L14.2791 11.6695C14.5691 11.3795 15.0491 11.3795 15.3391 11.6695C15.6291 11.9595 15.6291 12.4395 15.3391 12.7295Z\" fill=\"\"/>\n</svg>\n</li><li title=\"clipboard \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.89 2.87819L9.19999 2.13819C5.28999 1.52819 3.47999 2.84819 2.85999 6.75819L2.11999 11.4482C1.71999 14.0082 2.13999 15.6682 3.58999 16.6782C4.34999 17.2182 5.38999 17.5782 6.73999 17.7882L11.43 18.5282C15.34 19.1382 17.15 17.8182 17.77 13.9082L18.5 9.21819C18.62 8.44819 18.67 7.75819 18.63 7.14819C18.5 4.64819 17.03 3.36819 13.89 2.87819ZM8.23999 9.34819C7.06999 9.34819 6.11999 8.39819 6.11999 7.23819C6.11999 6.06819 7.06999 5.11819 8.23999 5.11819C9.39999 5.11819 10.35 6.06819 10.35 7.23819C10.35 8.39819 9.39999 9.34819 8.23999 9.34819Z\" fill=\"\"/>\n<path d=\"M20.5006 13.4686L19.0006 17.9786C17.7506 21.7386 15.7506 22.7386 11.9906 21.4886L7.48063 19.9886C6.07063 19.5186 5.05063 18.9386 4.39062 18.2086C5.02062 18.4586 5.75063 18.6486 6.58063 18.7786L11.2806 19.5186C11.9206 19.6186 12.5206 19.6686 13.0806 19.6686C16.3806 19.6686 18.1506 17.8886 18.7606 14.0586L19.4906 9.36859C19.5906 8.78859 19.6306 8.27859 19.6306 7.80859C21.1506 9.05859 21.3706 10.8386 20.5006 13.4686Z\" fill=\"\"/>\n</svg>\n</li><li title=\"clock 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.7184 18.9972C15.1163 18.8421 15.5758 19.1811 15.4905 19.5995C15.0005 21.4995 13.9005 21.9995 12.5505 21.9995H11.4605C10.1105 21.9995 9.00055 21.4995 8.52055 19.5895C8.4383 19.1705 8.89557 18.8342 9.2932 18.99C10.1478 19.3248 11.0613 19.4995 12.0005 19.4995C12.9442 19.4995 13.8624 19.3309 14.7184 18.9972Z\" fill=\"\"/>\n<path d=\"M15.4908 4.4C15.5792 4.82271 15.1132 5.1669 14.7113 5.00871C13.8736 4.67891 12.9595 4.5 12.0008 4.5C11.0432 4.5 10.1309 4.68113 9.29243 5.01127C8.89454 5.16793 8.43543 4.82901 8.52078 4.41C9.00078 2.5 10.1108 2 11.4608 2H12.5508C13.9008 2 15.0008 2.5 15.4908 4.4Z\" fill=\"\"/>\n<path d=\"M12 5.5C8.41 5.5 5.5 8.41 5.5 12C5.5 14.1 6.49 15.96 8.03 17.15H8.04C9.14 18 10.51 18.5 12 18.5C13.51 18.5 14.89 17.99 15.99 17.13H16C17.52 15.94 18.5 14.08 18.5 12C18.5 8.41 15.59 5.5 12 5.5ZM13.93 14.38C13.78 14.53 13.59 14.6 13.4 14.6C13.21 14.6 13.02 14.53 12.87 14.38L11.47 12.98C11.33 12.84 11.25 12.65 11.25 12.45V9.66C11.25 9.25 11.59 8.91 12 8.91C12.41 8.91 12.75 9.25 12.75 9.66V12.14L13.93 13.32C14.22 13.61 14.22 14.09 13.93 14.38Z\" fill=\"\"/>\n</svg>\n</li><li title=\"clock \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 2C6.49 2 2 6.49 2 12C2 17.51 6.49 22 12 22C17.51 22 22 17.51 22 12C22 6.49 17.51 2 12 2ZM16.35 15.57C16.21 15.81 15.96 15.94 15.7 15.94C15.57 15.94 15.44 15.91 15.32 15.83L12.22 13.98C11.45 13.52 10.88 12.51 10.88 11.62V7.52C10.88 7.11 11.22 6.77 11.63 6.77C12.04 6.77 12.38 7.11 12.38 7.52V11.62C12.38 11.98 12.68 12.51 12.99 12.69L16.09 14.54C16.45 14.75 16.57 15.21 16.35 15.57Z\" fill=\"\"/>\n</svg>\n</li><li title=\"close circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 2C6.49 2 2 6.49 2 12C2 17.51 6.49 22 12 22C17.51 22 22 17.51 22 12C22 6.49 17.51 2 12 2ZM15.36 14.3C15.65 14.59 15.65 15.07 15.36 15.36C15.21 15.51 15.02 15.58 14.83 15.58C14.64 15.58 14.45 15.51 14.3 15.36L12 13.06L9.7 15.36C9.55 15.51 9.36 15.58 9.17 15.58C8.98 15.58 8.79 15.51 8.64 15.36C8.35 15.07 8.35 14.59 8.64 14.3L10.94 12L8.64 9.7C8.35 9.41 8.35 8.93 8.64 8.64C8.93 8.35 9.41 8.35 9.7 8.64L12 10.94L14.3 8.64C14.59 8.35 15.07 8.35 15.36 8.64C15.65 8.93 15.65 9.41 15.36 9.7L13.06 12L15.36 14.3Z\" fill=\"\"/>\n</svg>\n</li><li title=\"close square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM15.36 14.3C15.65 14.59 15.65 15.07 15.36 15.36C15.21 15.51 15.02 15.58 14.83 15.58C14.64 15.58 14.45 15.51 14.3 15.36L12 13.06L9.7 15.36C9.55 15.51 9.36 15.58 9.17 15.58C8.98 15.58 8.79 15.51 8.64 15.36C8.35 15.07 8.35 14.59 8.64 14.3L10.94 12L8.64 9.7C8.35 9.41 8.35 8.93 8.64 8.64C8.93 8.35 9.41 8.35 9.7 8.64L12 10.94L14.3 8.64C14.59 8.35 15.07 8.35 15.36 8.64C15.65 8.93 15.65 9.41 15.36 9.7L13.06 12L15.36 14.3Z\" fill=\"\"/>\n</svg>\n</li><li title=\"cloud add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 11.5312C9.24 11.5312 7 13.7713 7 16.5313C7 17.2713 7.16 17.9713 7.46 18.5913C7.54 18.7713 7.63 18.9413 7.73 19.1013C8.59 20.5513 10.18 21.5313 12 21.5313C13.82 21.5313 15.41 20.5513 16.27 19.1013C16.37 18.9413 16.46 18.7713 16.54 18.5913C16.84 17.9713 17 17.2713 17 16.5313C17 13.7713 14.76 11.5312 12 11.5312ZM14.07 16.1013L11.94 18.0712C11.8 18.2013 11.61 18.2713 11.43 18.2713C11.24 18.2713 11.05 18.2012 10.9 18.0512L9.91 17.0612C9.62 16.7712 9.62 16.2913 9.91 16.0013C10.2 15.7113 10.68 15.7113 10.97 16.0013L11.45 16.4812L13.05 15.0013C13.36 14.7213 13.83 14.7413 14.11 15.0413C14.39 15.3413 14.37 15.8113 14.07 16.1013Z\" fill=\"\"/>\n<path d=\"M20.1993 17.0715C19.8393 17.3915 19.4493 17.6615 19.0293 17.8815C18.6693 18.0615 18.3093 17.7115 18.3693 17.3115C18.4093 17.0215 18.4293 16.7215 18.4293 16.4115C18.4293 12.8315 15.5093 9.91149 11.9293 9.91149C8.34934 9.91149 5.42934 12.8315 5.42934 16.4115C5.42934 16.8715 5.47934 17.3115 5.56934 17.7415C5.63934 18.0915 5.36934 18.4415 5.01934 18.3515C1.06934 17.3915 1.04934 11.3115 5.46934 11.0015H5.51934C2.30934 2.07149 15.8493 -1.49851 17.3993 7.88149C21.7293 8.43149 23.4793 14.2015 20.1993 17.0715Z\" fill=\"\"/>\n</svg>\n</li><li title=\"cloud change \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.1093 11.8498C5.2893 12.0498 5.2993 16.1498 8.1093 16.3498H14.7793C15.5893 16.3598 16.3693 16.0498 16.9693 15.5098C18.9493 13.7798 17.8893 10.3098 15.2893 9.97976C14.3593 4.33976 6.2093 6.47976 8.1393 11.8498\" fill=\"\"/>\n<path d=\"M9 22.75C4.73 22.75 1.25 19.27 1.25 15C1.25 14.59 1.59 14.25 2 14.25C2.41 14.25 2.75 14.59 2.75 15C2.75 17.96 4.81 20.44 7.58 21.09L7.31 20.64C7.1 20.28 7.21 19.82 7.57 19.61C7.92 19.4 8.39 19.51 8.6 19.87L9.65 21.62C9.79 21.85 9.79 22.14 9.66 22.37C9.52 22.6 9.27 22.75 9 22.75Z\" fill=\"\"/>\n<path d=\"M22.0004 9.75C21.5904 9.75 21.2504 9.41 21.2504 9C21.2504 6.04 19.1904 3.56 16.4204 2.91L16.6904 3.36C16.9004 3.72 16.7904 4.18 16.4304 4.39C16.0804 4.6 15.6104 4.49 15.4004 4.13L14.3504 2.38C14.2104 2.15 14.2104 1.86 14.3404 1.63C14.4804 1.4 14.7304 1.25 15.0004 1.25C19.2704 1.25 22.7504 4.73 22.7504 9C22.7504 9.41 22.4104 9.75 22.0004 9.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"cloud connection \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.2007 14.7811C18.3407 15.5711 17.2007 16.0111 16.0307 16.0011H6.3707C2.3007 15.7111 2.2907 9.80114 6.3707 9.51114H6.4107C3.6207 1.75114 15.4107 -1.33886 16.7607 6.80114C20.5307 7.28114 22.0607 12.2911 19.2007 14.7811Z\" fill=\"\"/>\n<path d=\"M18.75 21C18.75 21.41 18.41 21.75 18 21.75H14C13.95 21.75 13.91 21.75 13.86 21.73C13.57 22.47 12.84 23 12 23C11.16 23 10.43 22.47 10.14 21.73C10.09 21.75 10.05 21.75 10 21.75H6C5.59 21.75 5.25 21.41 5.25 21C5.25 20.59 5.59 20.25 6 20.25H10C10.05 20.25 10.09 20.25 10.14 20.27C10.34 19.75 10.75 19.34 11.27 19.14C11.25 19.09 11.25 19.05 11.25 19V16H12.75V19C12.75 19.05 12.75 19.09 12.73 19.14C13.25 19.34 13.66 19.75 13.86 20.27C13.91 20.25 13.95 20.25 14 20.25H18C18.41 20.25 18.75 20.59 18.75 21Z\" fill=\"\"/>\n</svg>\n</li><li title=\"cloud cross \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.17 17.5709C19.64 18.0609 19.03 18.4309 18.37 18.6809C17.71 18.9309 17 18.4509 17 17.7409V16.4209C17 14.4709 15.42 12.8909 13.47 12.8909H10.53C8.58 12.8909 7 14.4709 7 16.4209V18.0009C7 18.5509 6.55 19.0009 6 19.0009H5.55C3.1 18.6309 2 16.6409 2 14.8609C2 13.1809 2.98 11.3209 5.11 10.8009C4.52 8.47091 5.02 6.28091 6.54 4.69091C8.27 2.88091 11.03 2.16091 13.41 2.90091C15.6 3.57091 17.14 5.37091 17.69 7.87091C19.6 8.30091 21.13 9.74091 21.74 11.7409C22.4 13.9109 21.8 16.1409 20.17 17.5709Z\" fill=\"\"/>\n<path d=\"M13.47 14.3906H10.53C9.26 14.3906 8.5 15.1506 8.5 16.4206V19.3606C8.5 20.6306 9.26 21.3906 10.53 21.3906H13.47C14.74 21.3906 15.5 20.6306 15.5 19.3606V16.4206C15.5 15.1506 14.74 14.3906 13.47 14.3906ZM13.97 18.9406C14.22 19.1906 14.22 19.6006 13.97 19.8506C13.84 19.9706 13.68 20.0306 13.51 20.0306C13.35 20.0306 13.19 19.9706 13.06 19.8506L12 18.7906L10.95 19.8506C10.82 19.9706 10.66 20.0306 10.49 20.0306C10.33 20.0306 10.17 19.9706 10.04 19.8506C9.79 19.6006 9.79 19.1906 10.04 18.9406L11.1 17.8806L10.04 16.8306C9.79 16.5806 9.79 16.1706 10.04 15.9206C10.29 15.6706 10.7 15.6706 10.95 15.9206L12 16.9806L13.06 15.9206C13.31 15.6706 13.72 15.6706 13.97 15.9206C14.22 16.1706 14.22 16.5806 13.97 16.8306L12.91 17.8806L13.97 18.9406Z\" fill=\"\"/>\n</svg>\n</li><li title=\"cloud drizzle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.17 17.5709C19.64 18.0609 19.03 18.4309 18.37 18.6809C17.71 18.9309 17 18.4509 17 17.7409V16.4209C17 14.4709 15.42 12.8909 13.47 12.8909H10.53C8.58 12.8909 7 14.4709 7 16.4209V18.0009C7 18.5509 6.55 19.0009 6 19.0009H5.55C3.1 18.6309 2 16.6409 2 14.8609C2 13.1809 2.98 11.3209 5.11 10.8009C4.52 8.47091 5.02 6.28091 6.54 4.69091C8.27 2.88091 11.03 2.16091 13.41 2.90091C15.6 3.57091 17.14 5.37091 17.69 7.87091C19.6 8.30091 21.13 9.74091 21.74 11.7409C22.4 13.9109 21.8 16.1409 20.17 17.5709Z\" fill=\"\"/>\n<path d=\"M13.47 14.3906H10.53C9.26 14.3906 8.5 15.1506 8.5 16.4206V19.3606C8.5 20.6306 9.26 21.3906 10.53 21.3906H13.47C14.74 21.3906 15.5 20.6306 15.5 19.3606V16.4206C15.5 15.1506 14.74 14.3906 13.47 14.3906ZM11.71 18.8406L10.47 20.0706C10.38 20.1606 10.26 20.2106 10.15 20.2106C10.02 20.2106 9.91 20.1606 9.82 20.0706C9.64 19.8906 9.64 19.6006 9.82 19.4206L11.05 18.1806C11.24 18.0006 11.53 18.0006 11.71 18.1806C11.89 18.3606 11.89 18.6606 11.71 18.8406ZM11.71 16.3606L10.47 17.6006C10.38 17.6906 10.26 17.7406 10.15 17.7406C10.02 17.7406 9.91 17.6906 9.82 17.6006C9.64 17.4206 9.64 17.1206 9.82 16.9406L11.05 15.7106C11.24 15.5306 11.53 15.5306 11.71 15.7106C11.89 15.8906 11.89 16.1806 11.71 16.3606ZM14.18 18.8406L12.95 20.0706C12.85 20.1606 12.74 20.2106 12.62 20.2106C12.5 20.2106 12.38 20.1606 12.29 20.0706C12.11 19.8906 12.11 19.6006 12.29 19.4206L13.53 18.1806C13.71 18.0006 14 18.0006 14.18 18.1806C14.36 18.3606 14.36 18.6606 14.18 18.8406ZM14.18 16.3606L12.95 17.6006C12.85 17.6906 12.74 17.7406 12.62 17.7406C12.5 17.7406 12.38 17.6906 12.29 17.6006C12.11 17.4206 12.11 17.1206 12.29 16.9406L13.53 15.7106C13.71 15.5306 14 15.5306 14.18 15.7106C14.36 15.8906 14.36 16.1806 14.18 16.3606Z\" fill=\"\"/>\n</svg>\n</li><li title=\"cloud fog \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.801 12.0013H4.20103C3.98103 12.0013 3.78103 11.8513 3.71103 11.6413C0.961026 2.55126 14.841 -0.938745 16.451 8.82125C18.111 9.03125 19.421 9.97125 20.231 11.2313C20.441 11.5613 20.191 12.0013 19.801 12.0013Z\" fill=\"\"/>\n<path d=\"M20 15.7812H4C3.59 15.7812 3.25 15.4412 3.25 15.0312C3.25 14.6213 3.59 14.2812 4 14.2812H20C20.41 14.2812 20.75 14.6213 20.75 15.0312C20.75 15.4412 20.41 15.7812 20 15.7812Z\" fill=\"\"/>\n<path d=\"M18 18.7812H6C5.59 18.7812 5.25 18.4412 5.25 18.0312C5.25 17.6213 5.59 17.2812 6 17.2812H18C18.41 17.2812 18.75 17.6213 18.75 18.0312C18.75 18.4412 18.41 18.7812 18 18.7812Z\" fill=\"\"/>\n<path d=\"M15 21.7812H9C8.59 21.7812 8.25 21.4412 8.25 21.0312C8.25 20.6213 8.59 20.2812 9 20.2812H15C15.41 20.2812 15.75 20.6213 15.75 21.0312C15.75 21.4412 15.41 21.7812 15 21.7812Z\" fill=\"\"/>\n</svg>\n</li><li title=\"cloud lightning \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.17 17.5709C19.64 18.0609 19.03 18.4309 18.37 18.6809C17.71 18.9309 17 18.4509 17 17.7409V16.4209C17 14.4709 15.42 12.8909 13.47 12.8909H10.53C8.58 12.8909 7 14.4709 7 16.4209V18.0009C7 18.5509 6.55 19.0009 6 19.0009H5.55C3.1 18.6309 2 16.6409 2 14.8609C2 13.1809 2.98 11.3209 5.11 10.8009C4.52 8.47091 5.02 6.28091 6.54 4.69091C8.27 2.88091 11.03 2.16091 13.41 2.90091C15.6 3.57091 17.14 5.37091 17.69 7.87091C19.6 8.30091 21.13 9.74091 21.74 11.7409C22.4 13.9109 21.8 16.1409 20.17 17.5709Z\" fill=\"\"/>\n<path d=\"M13.47 14.3906H10.53C9.26 14.3906 8.5 15.1506 8.5 16.4206V19.3606C8.5 20.6306 9.26 21.3906 10.53 21.3906H13.47C14.74 21.3906 15.5 20.6306 15.5 19.3606V16.4206C15.5 15.1506 14.74 14.3906 13.47 14.3906ZM13.67 18.0506L12 19.9506L11.8 20.1806C11.53 20.4906 11.3 20.4106 11.3 19.9906V18.2106H10.54C10.19 18.2106 10.1 18.0006 10.33 17.7406L12 15.8406L12.2 15.6106C12.47 15.3006 12.7 15.3806 12.7 15.8006V17.5806H13.46C13.81 17.5706 13.9 17.7906 13.67 18.0506Z\" fill=\"\"/>\n</svg>\n</li><li title=\"cloud minus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.17 17.5709C19.64 18.0609 19.03 18.4309 18.37 18.6809C17.71 18.9309 17 18.4509 17 17.7409V16.4209C17 14.4709 15.42 12.8909 13.47 12.8909H10.53C8.58 12.8909 7 14.4709 7 16.4209V18.0009C7 18.5509 6.55 19.0009 6 19.0009H5.55C3.1 18.6309 2 16.6409 2 14.8609C2 13.1809 2.98 11.3209 5.11 10.8009C4.52 8.47091 5.02 6.28091 6.54 4.69091C8.27 2.88091 11.03 2.16091 13.41 2.90091C15.6 3.57091 17.14 5.37091 17.69 7.87091C19.6 8.30091 21.13 9.74091 21.74 11.7409C22.4 13.9109 21.8 16.1409 20.17 17.5709Z\" fill=\"\"/>\n<path d=\"M13.47 14.3906H10.53C9.26 14.3906 8.5 15.1506 8.5 16.4206V19.3606C8.5 20.6306 9.26 21.3906 10.53 21.3906H13.47C14.74 21.3906 15.5 20.6306 15.5 19.3606V16.4206C15.5 15.1506 14.74 14.3906 13.47 14.3906ZM13.71 18.4606H10.3C9.94 18.4606 9.65 18.1706 9.65 17.8106C9.65 17.4606 9.94 17.1706 10.3 17.1706H13.72C14.07 17.1706 14.36 17.4606 14.36 17.8106C14.35 18.1806 14.06 18.4606 13.71 18.4606Z\" fill=\"\"/>\n</svg>\n</li><li title=\"cloud notif \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.2717 8.76172C21.2717 9.78172 20.8017 10.7017 20.0417 11.3017C19.4917 11.7517 18.7817 12.0217 18.0117 12.0217C16.2217 12.0217 14.7617 10.5617 14.7617 8.77172C14.7617 7.88172 15.1217 7.07172 15.7217 6.48172V6.47172C16.3117 5.88172 17.1217 5.51172 18.0117 5.51172C19.8117 5.51172 21.2717 6.97172 21.2717 8.76172Z\" fill=\"\"/>\n<path d=\"M20.1817 18.7289C19.1317 19.6889 17.7817 20.2189 16.3517 20.2189H5.97172C3.23172 20.0189 2.01172 17.9089 2.01172 16.0289C2.01172 14.3489 2.98172 12.4889 5.11172 11.9689C4.18172 8.38887 5.96172 5.88887 8.04172 4.69887C10.1017 3.52887 13.0017 3.33887 15.1817 4.94887C14.9917 5.08887 14.8217 5.23887 14.6517 5.40887L14.2217 5.85887V5.91887C13.6017 6.72887 13.2617 7.71887 13.2617 8.75887C13.2617 11.3789 15.4017 13.5089 18.0217 13.5089C19.1017 13.5089 20.1517 13.1389 20.9717 12.4689C21.1217 12.3489 21.2717 12.2189 21.4017 12.0789C22.3917 14.1589 22.2517 16.9189 20.1817 18.7289Z\" fill=\"\"/>\n</svg>\n</li><li title=\"cloud plus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.47 14.3906H10.53C9.26 14.3906 8.5 15.1506 8.5 16.4206V19.3606C8.5 20.6306 9.26 21.3906 10.53 21.3906H13.47C14.74 21.3906 15.5 20.6306 15.5 19.3606V16.4206C15.5 15.1506 14.74 14.3906 13.47 14.3906ZM14.41 18.3206C14.31 18.4206 14.16 18.4906 14 18.5006H12.59L12.6 19.8906C12.59 20.0606 12.53 20.2006 12.41 20.3206C12.31 20.4206 12.16 20.4906 12 20.4906C11.67 20.4906 11.4 20.2206 11.4 19.8906V18.4906L10 18.5006C9.67 18.5006 9.4 18.2206 9.4 17.8906C9.4 17.5606 9.67 17.2906 10 17.2906L11.4 17.3006V15.9006C11.4 15.5706 11.67 15.2906 12 15.2906C12.33 15.2906 12.6 15.5706 12.6 15.9006L12.59 17.2906H14C14.33 17.2906 14.6 17.5606 14.6 17.8906C14.59 18.0606 14.52 18.2006 14.41 18.3206Z\" fill=\"\"/>\n<path d=\"M20.17 17.5709C19.64 18.0609 19.03 18.4309 18.37 18.6809C17.71 18.9309 17 18.4509 17 17.7409V16.4209C17 14.4709 15.42 12.8909 13.47 12.8909H10.53C8.58 12.8909 7 14.4709 7 16.4209V18.0009C7 18.5509 6.55 19.0009 6 19.0009H5.55C3.1 18.6309 2 16.6409 2 14.8609C2 13.1809 2.98 11.3209 5.11 10.8009C4.52 8.47091 5.02 6.28091 6.54 4.69091C8.27 2.88091 11.03 2.16091 13.41 2.90091C15.6 3.57091 17.14 5.37091 17.69 7.87091C19.6 8.30091 21.13 9.74091 21.74 11.7409C22.4 13.9109 21.8 16.1409 20.17 17.5709Z\" fill=\"\"/>\n</svg>\n</li><li title=\"cloud remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 11.5312C9.24 11.5312 7 13.7713 7 16.5313C7 17.2713 7.16 17.9713 7.46 18.5913C7.54 18.7713 7.63 18.9413 7.73 19.1013C8.59 20.5513 10.18 21.5313 12 21.5313C13.82 21.5313 15.41 20.5513 16.27 19.1013C16.37 18.9413 16.46 18.7713 16.54 18.5913C16.84 17.9713 17 17.2713 17 16.5313C17 13.7713 14.76 11.5312 12 11.5312ZM13.5 18.1412C13.35 18.2912 13.16 18.3613 12.97 18.3613C12.78 18.3613 12.59 18.2912 12.44 18.1412L11.91 17.6113L11.36 18.1613C11.21 18.3113 11.02 18.3812 10.83 18.3812C10.64 18.3812 10.45 18.3113 10.3 18.1613C10.01 17.8713 10.01 17.3913 10.3 17.1013L10.85 16.5512L10.32 16.0213C10.03 15.7313 10.03 15.2513 10.32 14.9613C10.61 14.6713 11.09 14.6713 11.38 14.9613L11.91 15.4913L12.41 14.9913C12.7 14.7013 13.18 14.7013 13.47 14.9913C13.76 15.2812 13.76 15.7612 13.47 16.0512L12.97 16.5512L13.5 17.0813C13.79 17.3813 13.79 17.8512 13.5 18.1412Z\" fill=\"\"/>\n<path d=\"M20.1993 17.2909C19.8393 17.6109 19.4493 17.8809 19.0293 18.1009C18.6693 18.2809 18.3093 17.9309 18.3693 17.5309C18.4093 17.2409 18.4293 16.9409 18.4293 16.6309C18.4293 13.0509 15.5093 10.1309 11.9293 10.1309C8.34934 10.1309 5.42934 13.0509 5.42934 16.6309C5.42934 17.0909 5.47934 17.5309 5.56934 17.9609C5.63934 18.3109 5.36934 18.6609 5.01934 18.5709C1.06934 17.6109 1.04934 11.5309 5.46934 11.2109H5.51934C2.30934 2.29094 15.8493 -1.27906 17.3993 8.10094C21.7293 8.65094 23.4793 14.4209 20.1993 17.2909Z\" fill=\"\"/>\n</svg>\n</li><li title=\"cloud snow \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.17 17.5709C19.64 18.0609 19.03 18.4309 18.37 18.6809C17.71 18.9309 17 18.4509 17 17.7409V16.4209C17 14.4709 15.42 12.8909 13.47 12.8909H10.53C8.58 12.8909 7 14.4709 7 16.4209V18.0009C7 18.5509 6.55 19.0009 6 19.0009H5.55C3.1 18.6309 2 16.6409 2 14.8609C2 13.1809 2.98 11.3209 5.11 10.8009C4.52 8.47091 5.02 6.28091 6.54 4.69091C8.27 2.88091 11.03 2.16091 13.41 2.90091C15.6 3.57091 17.14 5.37091 17.69 7.87091C19.6 8.30091 21.13 9.74091 21.74 11.7409C22.4 13.9109 21.8 16.1409 20.17 17.5709Z\" fill=\"\"/>\n<path d=\"M13.47 14.3906H10.53C9.26 14.3906 8.5 15.1506 8.5 16.4206V19.3606C8.5 20.6306 9.26 21.3906 10.53 21.3906H13.47C14.74 21.3906 15.5 20.6306 15.5 19.3606V16.4206C15.5 15.1506 14.74 14.3906 13.47 14.3906ZM10.5 17.6306C10.08 17.6306 9.75 17.2906 9.75 16.8806C9.75 16.4706 10.08 16.1306 10.5 16.1306C10.92 16.1306 11.25 16.4706 11.25 16.8806C11.25 17.2906 10.91 17.6306 10.5 17.6306ZM12 19.8806C11.59 19.8806 11.25 19.5406 11.25 19.1306C11.25 18.7206 11.59 18.3806 12 18.3806C12.41 18.3806 12.75 18.7206 12.75 19.1306C12.75 19.5406 12.42 19.8806 12 19.8806ZM13.51 17.6306C13.09 17.6306 12.76 17.2906 12.76 16.8806C12.76 16.4706 13.09 16.1306 13.51 16.1306C13.93 16.1306 14.26 16.4706 14.26 16.8806C14.26 17.2906 13.92 17.6306 13.51 17.6306Z\" fill=\"\"/>\n</svg>\n</li><li title=\"cloud sunny \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.6117 10.8305C19.8417 9.91045 18.8517 9.31045 17.7017 9.05045C17.4417 7.89045 16.9917 6.89045 16.3317 6.06045C16.3117 6.03045 16.2917 6.00045 16.2717 5.98045C14.0717 3.32045 10.4717 3.33045 8.04172 4.71045C5.96172 5.90045 4.19172 8.41045 5.12172 11.9904C2.99172 12.5105 2.01172 14.3704 2.01172 16.0504C2.01172 17.9304 3.24172 20.0404 5.98172 20.2404H16.3217C16.3317 20.2404 16.3517 20.2404 16.3617 20.2404C17.7817 20.2404 19.1417 19.7105 20.1917 18.7505C22.7017 16.5304 22.3717 12.9104 20.6117 10.8305Z\" fill=\"\"/>\n<path d=\"M21.7592 8.74172C21.7592 9.08172 21.7192 9.41172 21.6192 9.73172C20.8892 8.88172 19.9592 8.25172 18.9292 7.86172C18.6092 6.86172 18.1492 5.97172 17.5492 5.19172C17.5192 5.15172 17.4892 5.11172 17.4492 5.06172C17.6392 5.02172 17.8392 5.01172 18.0292 5.01172C20.0892 5.01172 21.7592 6.68172 21.7592 8.74172Z\" fill=\"\"/>\n</svg>\n</li><li title=\"cloud \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.74 12.9089C21.48 12.0489 21.05 11.2989 20.48 10.6889C19.75 9.85888 18.78 9.28888 17.69 9.03888C17.14 6.53888 15.6 4.73888 13.41 4.06888C11.03 3.32888 8.27 4.04888 6.54 5.85888C5.02 7.44888 4.52 9.63888 5.11 11.9689C3.11 12.4589 2.12 14.1289 2.01 15.7189C2 15.8289 2 15.9289 2 16.0289C2 17.9089 3.23 20.0189 5.97 20.2189H16.35C17.77 20.2189 19.13 19.6889 20.17 18.7389C21.8 17.3089 22.4 15.0789 21.74 12.9089Z\" fill=\"\"/>\n</svg>\n</li><li title=\"code 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM9.94 13.27C9.26 14.29 8.32 15.12 7.22 15.67C7.12 15.72 7 15.75 6.89 15.75C6.61 15.75 6.35 15.6 6.22 15.34C6.03 14.97 6.18 14.52 6.56 14.33C7.43 13.9 8.17 13.24 8.7 12.44C8.88 12.17 8.88 11.83 8.7 11.56C8.16 10.76 7.42 10.1 6.56 9.67C6.18 9.49 6.03 9.04 6.22 8.66C6.4 8.29 6.85 8.14 7.22 8.33C8.32 8.88 9.26 9.71 9.94 10.73C10.46 11.5 10.46 12.5 9.94 13.27ZM17 15.75H13C12.59 15.75 12.25 15.41 12.25 15C12.25 14.59 12.59 14.25 13 14.25H17C17.41 14.25 17.75 14.59 17.75 15C17.75 15.41 17.41 15.75 17 15.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"code circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM8.53 13.47C8.82 13.76 8.82 14.24 8.53 14.53C8.38 14.68 8.19 14.75 8 14.75C7.81 14.75 7.62 14.68 7.47 14.53L5.47 12.53C5.18 12.24 5.18 11.76 5.47 11.47L7.47 9.47C7.76 9.18 8.24 9.18 8.53 9.47C8.82 9.76 8.82 10.24 8.53 10.53L7.06 12L8.53 13.47ZM13.69 9.96L11.69 14.63C11.57 14.91 11.29 15.08 11 15.08C10.9 15.08 10.8 15.06 10.71 15.02C10.33 14.86 10.15 14.42 10.32 14.03L12.32 9.36C12.48 8.98 12.92 8.8 13.3 8.97C13.68 9.14 13.85 9.58 13.69 9.96ZM18.53 12.53L16.53 14.53C16.38 14.68 16.19 14.75 16 14.75C15.81 14.75 15.62 14.68 15.47 14.53C15.18 14.24 15.18 13.76 15.47 13.47L16.94 12L15.47 10.53C15.18 10.24 15.18 9.76 15.47 9.47C15.76 9.18 16.24 9.18 16.53 9.47L18.53 11.47C18.82 11.76 18.82 12.24 18.53 12.53Z\" fill=\"\"/>\n</svg>\n</li><li title=\"code \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 10H3C2.45 10 2 10.45 2 11V16.19C2 16.39 2.01 16.59 2.03 16.79C2.23 19.87 4.13 21.77 7.21 21.97C7.41 21.99 7.61 22 7.81 22H16.19C16.39 22 16.59 21.99 16.79 21.97C19.87 21.77 21.77 19.87 21.97 16.79C21.99 16.59 22 16.39 22 16.19V11C22 10.45 21.55 10 21 10ZM8 16.15C8.34 16.65 8.8 17.06 9.33 17.33C9.71 17.51 9.86 17.96 9.67 18.34C9.54 18.6 9.27 18.75 9 18.75C8.89 18.75 8.77 18.72 8.67 18.67C7.89 18.29 7.23 17.7 6.76 16.99C6.36 16.39 6.36 15.61 6.76 15.01C7.23 14.3 7.89 13.71 8.67 13.33C9.04 13.14 9.49 13.29 9.67 13.66C9.86 14.04 9.71 14.49 9.33 14.67C8.8 14.94 8.34 15.35 8 15.85C7.94 15.94 7.94 16.06 8 16.15ZM17.45 16.99C16.97 17.7 16.31 18.29 15.54 18.67C15.43 18.72 15.32 18.75 15.21 18.75C14.93 18.75 14.67 18.6 14.54 18.34C14.35 17.96 14.5 17.51 14.87 17.33C15.41 17.06 15.87 16.65 16.2 16.15C16.27 16.06 16.27 15.94 16.2 15.85C15.87 15.35 15.41 14.94 14.87 14.67C14.5 14.49 14.35 14.04 14.54 13.66C14.72 13.29 15.17 13.14 15.54 13.33C16.31 13.71 16.97 14.3 17.45 15.01C17.85 15.61 17.85 16.39 17.45 16.99Z\" fill=\"\"/>\n<path d=\"M22 7.81V8C22 8.55 21.55 9 21 9L3 9.01C2.45 9.01 2 8.56 2 8.01V7.81C2 7.61 2.01 7.41 2.03 7.21C2.23 4.13 4.13 2.23 7.21 2.03C7.41 2.01 7.61 2 7.81 2H16.19C16.39 2 16.59 2.01 16.79 2.03C19.87 2.23 21.77 4.13 21.97 7.21C21.99 7.41 22 7.61 22 7.81Z\" fill=\"\"/>\n</svg>\n</li><li title=\"coffee \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 5.12109C5.59 5.12109 5.25 4.78109 5.25 4.37109V2.62109C5.25 2.21109 5.59 1.87109 6 1.87109C6.41 1.87109 6.75 2.21109 6.75 2.62109V4.37109C6.75 4.79109 6.41 5.12109 6 5.12109Z\" fill=\"\"/>\n<path d=\"M10 5.12109C9.59 5.12109 9.25 4.78109 9.25 4.37109V2.62109C9.25 2.21109 9.59 1.87109 10 1.87109C10.41 1.87109 10.75 2.21109 10.75 2.62109V4.37109C10.75 4.79109 10.41 5.12109 10 5.12109Z\" fill=\"\"/>\n<path d=\"M14 5.12109C13.59 5.12109 13.25 4.78109 13.25 4.37109V2.62109C13.25 2.21109 13.59 1.87109 14 1.87109C14.41 1.87109 14.75 2.21109 14.75 2.62109V4.37109C14.75 4.79109 14.41 5.12109 14 5.12109Z\" fill=\"\"/>\n<path d=\"M22.25 13.2517C22.25 10.6317 20.22 8.51172 17.66 8.29172C16.92 7.08172 15.6 6.26172 14.08 6.26172H6.71C4.39 6.26172 2.5 8.15172 2.5 10.4717V11.0017H18.29V10.4717C18.29 10.2817 18.26 10.0917 18.23 9.91172C19.68 10.3417 20.75 11.6617 20.75 13.2517C20.75 14.8217 19.71 16.1317 18.29 16.5717V12.0017H2.5V17.7917C2.5 20.1117 4.39 22.0017 6.71 22.0017H14.08C16.28 22.0017 18.07 20.3017 18.25 18.1417C20.53 17.6817 22.25 15.6617 22.25 13.2517Z\" fill=\"\"/>\n</svg>\n</li><li title=\"coin 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.9199 16.7486C21.5899 19.4086 19.4099 21.5886 16.7499 21.9186C15.1399 22.1186 13.6399 21.6786 12.4699 20.8186C11.7999 20.3286 11.9599 19.2886 12.7599 19.0486C15.7699 18.1386 18.1399 15.7586 19.0599 12.7486C19.2999 11.9586 20.3399 11.7986 20.8299 12.4586C21.6799 13.6386 22.1199 15.1386 21.9199 16.7486Z\" fill=\"\"/>\n<path d=\"M9.99 2C5.58 2 2 5.58 2 9.99C2 14.4 5.58 17.98 9.99 17.98C14.4 17.98 17.98 14.4 17.98 9.99C17.97 5.58 14.4 2 9.99 2ZM9.05 8.87L11.46 9.71C12.33 10.02 12.75 10.63 12.75 11.57C12.75 12.65 11.89 13.54 10.84 13.54H10.75V13.59C10.75 14 10.41 14.34 10 14.34C9.59 14.34 9.25 14 9.25 13.59V13.53C8.14 13.48 7.25 12.55 7.25 11.39C7.25 10.98 7.59 10.64 8 10.64C8.41 10.64 8.75 10.98 8.75 11.39C8.75 11.75 9.01 12.04 9.33 12.04H10.83C11.06 12.04 11.24 11.83 11.24 11.57C11.24 11.22 11.18 11.2 10.95 11.12L8.54 10.28C7.68 9.98 7.25 9.37 7.25 8.42C7.25 7.34 8.11 6.45 9.16 6.45H9.25V6.41C9.25 6 9.59 5.66 10 5.66C10.41 5.66 10.75 6 10.75 6.41V6.47C11.86 6.52 12.75 7.45 12.75 8.61C12.75 9.02 12.41 9.36 12 9.36C11.59 9.36 11.25 9.02 11.25 8.61C11.25 8.25 10.99 7.96 10.67 7.96H9.17C8.94 7.96 8.76 8.17 8.76 8.43C8.75 8.77 8.81 8.79 9.05 8.87Z\" fill=\"\"/>\n</svg>\n</li><li title=\"coin \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22.7484C8 22.7484 4.75 19.8784 4.75 16.3484V12.6484C4.75 12.2384 5.09 11.8984 5.5 11.8984C5.91 11.8984 6.25 12.2384 6.25 12.6484C6.25 15.2684 8.72 17.2484 12 17.2484C15.28 17.2484 17.75 15.2684 17.75 12.6484C17.75 12.2384 18.09 11.8984 18.5 11.8984C18.91 11.8984 19.25 12.2384 19.25 12.6484V16.3484C19.25 19.8784 16 22.7484 12 22.7484ZM6.25 16.4584C6.32 19.1084 8.87 21.2484 12 21.2484C15.13 21.2484 17.68 19.1084 17.75 16.4584C16.45 17.8684 14.39 18.7484 12 18.7484C9.61 18.7484 7.56 17.8684 6.25 16.4584Z\" fill=\"\"/>\n<path d=\"M12 13.75C9.24 13.75 6.75999 12.51 5.54999 10.51C5.02999 9.66 4.75 8.67 4.75 7.65C4.75 5.93 5.52 4.31 6.91 3.09C8.27 1.9 10.08 1.25 12 1.25C13.92 1.25 15.72 1.9 17.09 3.08C18.48 4.31 19.25 5.93 19.25 7.65C19.25 8.67 18.97 9.65 18.45 10.51C17.24 12.51 14.76 13.75 12 13.75ZM12 2.75C10.44 2.75 8.98001 3.27 7.89001 4.23C6.83001 5.15 6.25 6.37 6.25 7.65C6.25 8.4 6.44999 9.1 6.82999 9.73C7.77999 11.29 9.76 12.25 12 12.25C14.24 12.25 16.22 11.28 17.17 9.73C17.56 9.1 17.75 8.4 17.75 7.65C17.75 6.37 17.17 5.15 16.1 4.21C15.01 3.27 13.56 2.75 12 2.75Z\" fill=\"\"/>\n<path d=\"M12 18.75C7.87 18.75 4.75 16.13 4.75 12.65V7.65C4.75 4.12 8 1.25 12 1.25C13.92 1.25 15.72 1.9 17.09 3.08C18.48 4.31 19.25 5.93 19.25 7.65V12.65C19.25 16.13 16.13 18.75 12 18.75ZM12 2.75C8.83 2.75 6.25 4.95 6.25 7.65V12.65C6.25 15.27 8.72 17.25 12 17.25C15.28 17.25 17.75 15.27 17.75 12.65V7.65C17.75 6.37 17.17 5.15 16.1 4.21C15.01 3.27 13.56 2.75 12 2.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"color swatch \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22.0009 16.5V19.5C22.0009 20.88 20.8809 22 19.5009 22H12.3609C11.4709 22 11.0309 20.93 11.6509 20.3L17.5209 14.3C17.7109 14.11 17.9709 14 18.2309 14H19.5009C20.8809 14 22.0009 15.12 22.0009 16.5Z\" fill=\"\"/>\n<path d=\"M18.3702 11.2895L15.6602 13.9995L13.2002 16.4495C12.5702 17.0795 11.4902 16.6395 11.4902 15.7495C11.4902 12.5395 11.4902 7.25953 11.4902 7.25953C11.4902 6.98953 11.6002 6.73953 11.7802 6.54953L12.7002 5.62953C13.6802 4.64953 15.2602 4.64953 16.2402 5.62953L18.3602 7.74953C19.3502 8.72953 19.3502 10.3095 18.3702 11.2895Z\" fill=\"\"/>\n<path d=\"M7.5 2H4.5C3 2 2 3 2 4.5V18C2 18.27 2.03 18.54 2.08 18.8C2.11 18.93 2.14 19.06 2.18 19.19C2.23 19.34 2.28 19.49 2.34 19.63C2.35 19.64 2.35 19.65 2.35 19.65C2.36 19.65 2.36 19.65 2.35 19.66C2.49 19.94 2.65 20.21 2.84 20.46C2.95 20.59 3.06 20.71 3.17 20.83C3.28 20.95 3.4 21.05 3.53 21.15L3.54 21.16C3.79 21.35 4.06 21.51 4.34 21.65C4.35 21.64 4.35 21.64 4.35 21.65C4.5 21.72 4.65 21.77 4.81 21.82C4.94 21.86 5.07 21.89 5.2 21.92C5.46 21.97 5.73 22 6 22C6.41 22 6.83 21.94 7.22 21.81C7.33 21.77 7.44 21.73 7.55 21.68C7.9 21.54 8.24 21.34 8.54 21.08C8.63 21.01 8.73 20.92 8.82 20.83L8.86 20.79C9.56 20.07 10 19.08 10 18V4.5C10 3 9 2 7.5 2ZM6 19.5C5.17 19.5 4.5 18.83 4.5 18C4.5 17.17 5.17 16.5 6 16.5C6.83 16.5 7.5 17.17 7.5 18C7.5 18.83 6.83 19.5 6 19.5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"colorfilter \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14 15.9991C14 17.7691 13.23 19.3691 12 20.4591C10.94 21.4191 9.54 21.9991 8 21.9991C4.69 21.9991 2 19.3091 2 15.9991C2 13.9743 3.01397 12.1804 4.5554 11.0964C4.80358 10.9219 5.1393 11.0413 5.27324 11.3135C6.21715 13.2322 7.95419 14.669 10.02 15.2291C10.65 15.4091 11.31 15.4991 12 15.4991C12.4872 15.4991 12.9539 15.4529 13.4074 15.3678C13.6958 15.3137 13.9828 15.4985 13.9955 15.7916C13.9985 15.8611 14 15.9305 14 15.9991Z\" fill=\"\"/>\n<path d=\"M18 8C18 8.78 17.85 9.53 17.58 10.21C16.89 11.95 15.41 13.29 13.58 13.79C13.08 13.93 12.55 14 12 14C11.45 14 10.92 13.93 10.42 13.79C8.59 13.29 7.11 11.95 6.42 10.21C6.15 9.53 6 8.78 6 8C6 4.69 8.69 2 12 2C15.31 2 18 4.69 18 8Z\" fill=\"\"/>\n<path d=\"M22 15.9991C22 19.3091 19.31 21.9991 16 21.9991C15.2555 21.9991 14.5393 21.8633 13.8811 21.6131C13.5624 21.492 13.503 21.0841 13.7248 20.8253C14.8668 19.4928 15.5 17.785 15.5 15.9991C15.5 15.6591 15.47 15.3191 15.42 14.9991C15.3902 14.8146 15.4844 14.6333 15.6478 14.5428C16.9719 13.8098 18.0532 12.6866 18.727 11.3144C18.8609 11.0418 19.1968 10.9221 19.4452 11.0968C20.9863 12.1809 22 13.9746 22 15.9991Z\" fill=\"\"/>\n</svg>\n</li><li title=\"colors square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM12 6C13.99 6 15.6 7.61 15.6 9.6C15.6 10.07 15.51 10.52 15.35 10.93C14.94 11.97 14.05 12.78 12.95 13.08C12.65 13.16 12.33 13.21 12 13.21C11.67 13.21 11.35 13.17 11.05 13.08C9.95 12.78 9.06 11.98 8.65 10.93C8.49 10.52 8.4 10.07 8.4 9.6C8.4 7.61 10.01 6 12 6ZM9.6 18C7.61 18 6 16.39 6 14.4C6 13.2675 6.52861 12.2563 7.34433 11.5961C7.58105 11.4045 7.91916 11.5252 8.06744 11.7912C8.65221 12.8402 9.64554 13.6195 10.81 13.93C11.19 14.04 11.58 14.09 12 14.09C12.2489 14.09 12.4868 14.0716 12.7181 14.0347C12.9554 13.9969 13.2 14.1497 13.2 14.39C13.2 15.45 12.74 16.41 12 17.07C11.36 17.65 10.52 18 9.6 18ZM14.4 18C14.0515 18 13.71 17.9512 13.3878 17.8576C13.0613 17.7628 13.0015 17.3559 13.2059 17.0843C13.781 16.3202 14.1 15.3764 14.1 14.4C14.1 14.2 14.08 13.99 14.05 13.8C14.0321 13.6868 14.0898 13.5756 14.1899 13.5197C14.914 13.1155 15.5205 12.5224 15.9242 11.7942C16.0723 11.5272 16.4106 11.4042 16.6487 11.5953C17.471 12.2555 18 13.267 18 14.4C18 16.39 16.39 18 14.4 18Z\" fill=\"\"/>\n</svg>\n</li><li title=\"command square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM9.6 16.2C9.6 17.19 8.79 18 7.8 18C6.81 18 6 17.19 6 16.2C6 15.21 6.81 14.4 7.8 14.4H8.6C9.15 14.4 9.6 14.85 9.6 15.4V16.2ZM9.6 8.6C9.6 9.15 9.15 9.6 8.6 9.6H7.8C6.81 9.6 6 8.79 6 7.8C6 6.81 6.81 6 7.8 6C8.79 6 9.6 6.81 9.6 7.8V8.6ZM14.15 13.25C14.15 13.74 13.75 14.15 13.25 14.15H10.74C10.25 14.15 9.84 13.75 9.84 13.25V10.74C9.84 10.25 10.24 9.84 10.74 9.84H13.25C13.74 9.84 14.15 10.24 14.15 10.74V13.25ZM16.2 18C15.21 18 14.4 17.19 14.4 16.2V15.4C14.4 14.85 14.85 14.4 15.4 14.4H16.2C17.19 14.4 18 15.21 18 16.2C18 17.19 17.19 18 16.2 18ZM16.2 9.6H15.4C14.85 9.6 14.4 9.15 14.4 8.6V7.8C14.4 6.81 15.21 6 16.2 6C17.19 6 18 6.81 18 7.8C18 8.79 17.19 9.6 16.2 9.6Z\" fill=\"\"/>\n</svg>\n</li><li title=\"command \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 8H8V16H16V8Z\" fill=\"\"/>\n<path d=\"M2 19C2 20.65 3.35 22 5 22C6.65 22 8 20.65 8 19V16H5C3.35 16 2 17.35 2 19Z\" fill=\"\"/>\n<path d=\"M5 2C3.35 2 2 3.35 2 5C2 6.65 3.35 8 5 8H8V5C8 3.35 6.65 2 5 2Z\" fill=\"\"/>\n<path d=\"M22 5C22 3.35 20.65 2 19 2C17.35 2 16 3.35 16 5V8H19C20.65 8 22 6.65 22 5Z\" fill=\"\"/>\n<path d=\"M19 16H16V19C16 20.65 17.35 22 19 22C20.65 22 22 20.65 22 19C22 17.35 20.65 16 19 16Z\" fill=\"\"/>\n</svg>\n</li><li title=\"component \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.9498 14.55L14.5598 20.94C13.1598 22.34 10.8598 22.34 9.44977 20.94L3.05977 14.55C1.65977 13.15 1.65977 10.85 3.05977 9.44L9.44977 3.05C10.8498 1.65 13.1498 1.65 14.5598 3.05L20.9498 9.44C22.3498 10.85 22.3498 13.15 20.9498 14.55Z\" fill=\"\"/>\n</svg>\n</li><li title=\"computing \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.9509 4.12891L4.13086 20.9489C5.08086 21.6389 6.32086 21.9989 7.81086 21.9989H16.1909C19.8309 21.9989 22.0009 19.8289 22.0009 16.1889V7.80891C22.0009 6.31891 21.6409 5.07891 20.9509 4.12891ZM18.5009 16.2489H16.8109V17.9989C16.8109 18.4089 16.4709 18.7489 16.0609 18.7489C15.6509 18.7489 15.3109 18.4089 15.3109 17.9989V16.2489H13.5009C13.0909 16.2489 12.7509 15.9089 12.7509 15.4989C12.7509 15.0889 13.0909 14.7489 13.5009 14.7489H15.3109V12.9989C15.3109 12.5889 15.6509 12.2489 16.0609 12.2489C16.4709 12.2489 16.8109 12.5889 16.8109 12.9989V14.7489H18.5009C18.9109 14.7489 19.2509 15.0889 19.2509 15.4989C19.2509 15.9089 18.9109 16.2489 18.5009 16.2489Z\" fill=\"\"/>\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.19C2 17.68 2.36 18.92 3.05 19.87L19.87 3.05C18.92 2.36 17.68 2 16.19 2ZM10.5 8.25H5.5C5.09 8.25 4.75 7.91 4.75 7.5C4.75 7.09 5.09 6.75 5.5 6.75H10.5C10.91 6.75 11.25 7.09 11.25 7.5C11.25 7.91 10.91 8.25 10.5 8.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"convert 3d cube \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.0002 22.75C14.7302 22.75 14.4802 22.6 14.3502 22.37C14.2202 22.14 14.2202 21.85 14.3602 21.62L15.4102 19.87C15.6202 19.51 16.0802 19.4 16.4402 19.61C16.8002 19.82 16.9102 20.28 16.7002 20.64L16.4302 21.09C19.1902 20.44 21.2602 17.96 21.2602 15C21.2602 14.59 21.6002 14.25 22.0102 14.25C22.4202 14.25 22.7602 14.59 22.7602 15C22.7502 19.27 19.2702 22.75 15.0002 22.75Z\" fill=\"\"/>\n<path d=\"M2 9.75C1.59 9.75 1.25 9.41 1.25 9C1.25 4.73 4.73 1.25 9 1.25C9.27 1.25 9.52 1.4 9.65 1.63C9.78 1.86 9.78 2.15 9.64 2.38L8.59 4.14C8.38 4.49 7.92 4.61 7.56 4.39C7.21 4.18 7.09 3.72 7.31 3.36L7.58 2.91C4.81 3.56 2.75 6.04 2.75 9C2.75 9.41 2.41 9.75 2 9.75Z\" fill=\"\"/>\n<path d=\"M10.6709 13.8484L7.53094 12.1584C7.20094 11.9784 6.80094 11.9784 6.47094 12.1584L3.33094 13.8484C3.10094 13.9684 2.96094 14.2184 2.96094 14.4884C2.96094 14.7584 3.10094 15.0084 3.33094 15.1284L6.47094 16.8184C6.64094 16.9084 6.82094 16.9484 7.00094 16.9484C7.18094 16.9484 7.36094 16.9084 7.53094 16.8184L10.6709 15.1284C10.9009 15.0084 11.0409 14.7584 11.0409 14.4884C11.0409 14.2184 10.8909 13.9784 10.6709 13.8484Z\" fill=\"\"/>\n<path d=\"M5.95 17.4106L3.03 15.9506C2.81 15.8406 2.55 15.8506 2.33 15.9806C2.13 16.1106 2 16.3406 2 16.5906V19.3506C2 19.8306 2.26 20.2606 2.69 20.4706L5.61 21.9306C5.71 21.9706 5.82 22.0006 5.93 22.0006C6.06 22.0006 6.19 21.9606 6.31 21.8906C6.52 21.7606 6.65 21.5306 6.65 21.2806V18.5206C6.65 18.0506 6.38 17.6206 5.95 17.4106Z\" fill=\"\"/>\n<path d=\"M11.6616 15.9806C11.4516 15.8506 11.1916 15.8406 10.9616 15.9506L8.04156 17.4106C7.61156 17.6206 7.35156 18.0506 7.35156 18.5306V21.2906C7.35156 21.5406 7.48156 21.7706 7.69156 21.9006C7.81156 21.9606 7.94156 22.0006 8.07156 22.0006C8.18156 22.0006 8.29156 21.9706 8.39156 21.9206L11.3116 20.4606C11.7416 20.2506 12.0016 19.8206 12.0016 19.3406V16.5806C12.0016 16.3406 11.8716 16.1106 11.6616 15.9806Z\" fill=\"\"/>\n<path d=\"M20.6709 3.82891L17.5309 2.13891C17.2009 1.95891 16.8009 1.95891 16.4709 2.13891L13.3309 3.82891C13.1009 3.94891 12.9609 4.19891 12.9609 4.46891C12.9609 4.73891 13.1009 4.98891 13.3309 5.10891L16.4709 6.79891C16.6409 6.88891 16.8209 6.92891 17.0009 6.92891C17.1809 6.92891 17.3609 6.88891 17.5309 6.79891L20.6709 5.10891C20.9009 4.98891 21.0409 4.73891 21.0409 4.46891C21.0409 4.18891 20.8909 3.94891 20.6709 3.82891Z\" fill=\"\"/>\n<path d=\"M15.95 7.37938L13.03 5.91938C12.81 5.80938 12.55 5.81937 12.33 5.94937C12.13 6.07937 12 6.30937 12 6.55937V9.31937C12 9.79937 12.26 10.2294 12.69 10.4394L15.61 11.8994C15.71 11.9494 15.82 11.9794 15.93 11.9794C16.06 11.9794 16.19 11.9394 16.31 11.8694C16.52 11.7394 16.65 11.5094 16.65 11.2594V8.49938C16.65 8.01938 16.38 7.58938 15.95 7.37938Z\" fill=\"\"/>\n<path d=\"M21.6616 5.94937C21.4516 5.81937 21.1916 5.80938 20.9616 5.91938L18.0416 7.37938C17.6116 7.58938 17.3516 8.01938 17.3516 8.49938V11.2594C17.3516 11.5094 17.4816 11.7394 17.6916 11.8694C17.8116 11.9394 17.9416 11.9794 18.0716 11.9794C18.1816 11.9794 18.2916 11.9494 18.3916 11.8994L21.3116 10.4394C21.7416 10.2194 22.0016 9.78937 22.0016 9.31937V6.55937C22.0016 6.30937 21.8716 6.07937 21.6616 5.94937Z\" fill=\"\"/>\n</svg>\n</li><li title=\"convert card \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 15C22 18.87 18.87 22 15 22L16.05 20.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 9C2 5.13 5.13 2 9 2L7.95 3.75\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 4.2V4.31C22 4.59 21.78 4.81 21.5 4.81H12.5C12.22 4.81 12 4.59 12 4.31V4.2C12 2.44 12.44 2 14.22 2H19.78C21.56 2 22 2.44 22 4.2Z\" fill=\"\"/>\n<path d=\"M12.5 5.80859C12.22 5.80859 12 6.02859 12 6.30859V7.30859V8.29859C12 10.0586 12.44 10.4986 14.22 10.4986H19.78C21.56 10.4986 22 10.0586 22 8.29859V7.30859V6.30859C22 6.02859 21.78 5.80859 21.5 5.80859H12.5Z\" fill=\"\"/>\n<path d=\"M12 15.7V15.81C12 16.09 11.78 16.31 11.5 16.31H2.5C2.22 16.31 2 16.09 2 15.81V15.7C2 13.94 2.44 13.5 4.22 13.5H9.78C11.56 13.5 12 13.94 12 15.7Z\" fill=\"\"/>\n<path d=\"M2.5 17.3086C2.22 17.3086 2 17.5286 2 17.8086V18.8086V19.7986C2 21.5586 2.44 21.9986 4.22 21.9986H9.78C11.56 21.9986 12 21.5586 12 19.7986V18.8086V17.8086C12 17.5286 11.78 17.3086 11.5 17.3086H2.5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"convert \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.0312 2.03125C10.0813 2.03125 8.26125 2.59125 6.73125 3.55125L13.5913 10.4213L13.6013 7.68125C13.6013 7.27125 13.9413 6.93125 14.3513 6.93125C14.7713 6.93125 15.1013 7.27125 15.1013 7.68125L15.0913 12.2312C15.0913 12.5413 14.9012 12.8113 14.6213 12.9213C14.5312 12.9613 14.4313 12.9812 14.3413 12.9812C14.1413 12.9812 13.9513 12.9013 13.8113 12.7613L5.62125 4.56125C5.58125 4.52125 5.55125 4.48125 5.52125 4.44125C3.38125 6.28125 2.03125 9.00125 2.03125 12.0312C2.03125 17.5513 6.51125 22.0312 12.0312 22.0312C13.9812 22.0312 15.8013 21.4712 17.3313 20.5112L10.4713 13.6413L10.4613 16.3812C10.4613 16.7912 10.1213 17.1312 9.71125 17.1312C9.29125 17.1312 8.96125 16.7912 8.96125 16.3812L8.97125 11.8313C8.97125 11.5212 9.16125 11.2513 9.44125 11.1413C9.71125 11.0213 10.0413 11.0813 10.2513 11.3013L18.4412 19.5012C18.4813 19.5413 18.5112 19.5812 18.5413 19.6213C20.6812 17.7812 22.0312 15.0612 22.0312 12.0312C22.0312 6.51125 17.5513 2.03125 12.0312 2.03125Z\" fill=\"\"/>\n</svg>\n</li><li title=\"convertshape 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11 16.15V18.85C11 21.1 10.1 22 7.85 22H5.15C2.9 22 2 21.1 2 18.85V16.15C2 13.9 2.9 13 5.15 13H7.85C10.1 13 11 13.9 11 16.15Z\" fill=\"\"/>\n<path d=\"M17.5 11C19.9853 11 22 8.98528 22 6.5C22 4.01472 19.9853 2 17.5 2C15.0147 2 13 4.01472 13 6.5C13 8.98528 15.0147 11 17.5 11Z\" fill=\"\"/>\n<path d=\"M14.7795 21.9995C14.5095 21.9995 14.2595 21.8495 14.1295 21.6195C13.9995 21.3795 13.9995 21.0995 14.1395 20.8595L15.1095 19.2395C15.3195 18.8795 15.7795 18.7695 16.1395 18.9795C16.4995 19.1895 16.6095 19.6495 16.3995 20.0095L16.2195 20.3095C18.6895 19.6695 20.5095 17.4295 20.5095 14.7695C20.5095 14.3595 20.8495 14.0195 21.2595 14.0195C21.6695 14.0195 21.9995 14.3595 21.9995 14.7795C21.9995 18.7595 18.7595 21.9995 14.7795 21.9995Z\" fill=\"\"/>\n<path d=\"M2.75 9.97C2.34 9.97 2 9.64 2 9.22C2 5.24 5.24 2 9.22 2C9.5 2 9.74 2.15 9.88 2.38C10.01 2.62 10.01 2.9 9.87 3.14L8.9 4.75C8.68 5.11 8.22 5.23 7.87 5.01C7.51 4.8 7.4 4.34 7.61 3.98L7.79 3.68C5.33 4.32 3.5 6.56 3.5 9.22C3.5 9.64 3.16 9.97 2.75 9.97Z\" fill=\"\"/>\n</svg>\n</li><li title=\"convertshape \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 5.15V8.85C22 11.1 21.1 12 18.85 12H16.15C13.9 12 13 11.1 13 8.85V5.15C13 2.9 13.9 2 16.15 2H18.85C21.1 2 22 2.9 22 5.15Z\" fill=\"\"/>\n<path d=\"M11 15.15V18.85C11 21.1 10.1 22 7.85 22H5.15C2.9 22 2 21.1 2 18.85V15.15C2 12.9 2.9 12 5.15 12H7.85C10.1 12 11 12.9 11 15.15Z\" fill=\"\"/>\n<path d=\"M14.7795 21.9995C14.5095 21.9995 14.2595 21.8495 14.1295 21.6195C13.9995 21.3795 13.9995 21.0995 14.1395 20.8595L15.1095 19.2395C15.3195 18.8795 15.7795 18.7695 16.1395 18.9795C16.4995 19.1895 16.6095 19.6495 16.3995 20.0095L16.2195 20.3095C18.6895 19.6695 20.5095 17.4295 20.5095 14.7695C20.5095 14.3595 20.8495 14.0195 21.2595 14.0195C21.6695 14.0195 21.9995 14.3595 21.9995 14.7795C21.9995 18.7595 18.7595 21.9995 14.7795 21.9995Z\" fill=\"\"/>\n<path d=\"M2.75 9.97C2.34 9.97 2 9.64 2 9.22C2 5.24 5.24 2 9.22 2C9.5 2 9.74 2.15 9.88 2.38C10.01 2.62 10.01 2.9 9.87 3.14L8.9 4.75C8.68 5.11 8.22 5.23 7.87 5.01C7.51 4.8 7.4 4.34 7.61 3.98L7.79 3.68C5.33 4.32 3.5 6.56 3.5 9.22C3.5 9.64 3.16 9.97 2.75 9.97Z\" fill=\"\"/>\n</svg>\n</li><li title=\"copy success \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.0998 2H12.8998C9.81668 2 8.37074 3.09409 8.06951 5.73901C8.00649 6.29235 8.46476 6.75 9.02167 6.75H11.0998C15.2998 6.75 17.2498 8.7 17.2498 12.9V14.9781C17.2498 15.535 17.7074 15.9933 18.2608 15.9303C20.9057 15.629 21.9998 14.1831 21.9998 11.1V6.9C21.9998 3.4 20.5998 2 17.0998 2Z\" fill=\"\"/>\n<path d=\"M11.1 8H6.9C3.4 8 2 9.4 2 12.9V17.1C2 20.6 3.4 22 6.9 22H11.1C14.6 22 16 20.6 16 17.1V12.9C16 9.4 14.6 8 11.1 8ZM12.29 13.65L8.58 17.36C8.44 17.5 8.26 17.57 8.07 17.57C7.88 17.57 7.7 17.5 7.56 17.36L5.7 15.5C5.42 15.22 5.42 14.77 5.7 14.49C5.98 14.21 6.43 14.21 6.71 14.49L8.06 15.84L11.27 12.63C11.55 12.35 12 12.35 12.28 12.63C12.56 12.91 12.57 13.37 12.29 13.65Z\" fill=\"\"/>\n</svg>\n</li><li title=\"copy \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 12.9V17.1C16 20.6 14.6 22 11.1 22H6.9C3.4 22 2 20.6 2 17.1V12.9C2 9.4 3.4 8 6.9 8H11.1C14.6 8 16 9.4 16 12.9Z\" fill=\"\"/>\n<path d=\"M17.0998 2H12.8998C9.81668 2 8.37074 3.09409 8.06951 5.73901C8.00649 6.29235 8.46476 6.75 9.02167 6.75H11.0998C15.2998 6.75 17.2498 8.7 17.2498 12.9V14.9781C17.2498 15.535 17.7074 15.9933 18.2608 15.9303C20.9057 15.629 21.9998 14.1831 21.9998 11.1V6.9C21.9998 3.4 20.5998 2 17.0998 2Z\" fill=\"\"/>\n</svg>\n</li><li title=\"copyright \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM12.24 15.25C13.02 15.25 13.79 14.96 14.38 14.44C14.69 14.17 15.17 14.2 15.44 14.51C15.71 14.82 15.68 15.3 15.37 15.57C14.5 16.34 13.39 16.76 12.24 16.76C9.62 16.76 7.49 14.63 7.49 12.01C7.49 9.39 9.62 7.26 12.24 7.26C13.39 7.26 14.51 7.68 15.37 8.45C15.68 8.72 15.71 9.2 15.44 9.51C15.16 9.82 14.69 9.85 14.38 9.58C13.79 9.06 13.03 8.77 12.24 8.77C10.45 8.77 8.99 10.23 8.99 12.02C8.99 13.81 10.45 15.25 12.24 15.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"courthouse \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 21.2512H20.75V11.0012C20.75 8.58117 19.42 7.25116 17 7.25116H12.75V6.02116C13.33 6.16116 13.91 6.24116 14.5 6.24116C15.44 6.24116 16.38 6.06116 17.28 5.70116C17.56 5.59116 17.75 5.31117 17.75 5.00117V2.00117C17.75 1.75117 17.63 1.52117 17.42 1.38117C17.21 1.24117 16.95 1.21117 16.72 1.30117C15.29 1.87117 13.71 1.87117 12.28 1.30117C12.05 1.21117 11.79 1.24117 11.58 1.38117C11.37 1.52117 11.25 1.75117 11.25 2.00117V5.00117V7.25116H7C4.58 7.25116 3.25 8.58117 3.25 11.0012V21.2512H2C1.59 21.2512 1.25 21.5912 1.25 22.0012C1.25 22.4112 1.59 22.7512 2 22.7512H4H20H22C22.41 22.7512 22.75 22.4112 22.75 22.0012C22.75 21.5912 22.41 21.2512 22 21.2512ZM7.24 21.2512H4.75V12.7512H7.24V21.2512ZM11.24 21.2512H8.74V12.7512H11.24V21.2512ZM15.24 21.2512H12.74V12.7512H15.24V21.2512ZM19.25 21.2512H16.74V12.7512H19.25V21.2512Z\" fill=\"\"/>\n</svg>\n</li><li title=\"cpu charge \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.9802 7.75H10.0102C8.76023 7.75 7.74023 8.76 7.74023 10.02V13.99C7.74023 15.24 8.75023 16.26 10.0102 16.26H13.9802C15.2302 16.26 16.2502 15.25 16.2502 13.99V10.02C16.2502 8.76 15.2402 7.75 13.9802 7.75ZM13.5002 12.98L12.6102 14.53C12.4802 14.76 12.2402 14.88 12.0002 14.88C11.8802 14.88 11.7502 14.85 11.6502 14.79C11.3102 14.6 11.1902 14.17 11.3902 13.83L12.0302 12.72H11.4702C11.0202 12.72 10.6502 12.52 10.4502 12.18C10.2502 11.84 10.2702 11.42 10.5002 11.03L11.3902 9.48C11.5902 9.14 12.0202 9.03 12.3502 9.22C12.6902 9.41 12.8102 9.84 12.6102 10.18L11.9702 11.29H12.5302C12.9802 11.29 13.3502 11.49 13.5502 11.83C13.7502 12.17 13.7302 12.59 13.5002 12.98Z\" fill=\"\"/>\n<path d=\"M21.25 12.75C21.67 12.75 22 12.41 22 12C22 11.58 21.67 11.25 21.25 11.25H20V9.05H21.25C21.67 9.05 22 8.72 22 8.3C22 7.89 21.67 7.55 21.25 7.55H19.77C19.29 5.96 18.04 4.71 16.45 4.23V2.75C16.45 2.34 16.11 2 15.7 2C15.29 2 14.95 2.34 14.95 2.75V4H12.75V2.75C12.75 2.34 12.41 2 12 2C11.59 2 11.25 2.34 11.25 2.75V4H9.06V2.75C9.06 2.34 8.72 2 8.31 2C7.89 2 7.56 2.34 7.56 2.75V4.23C5.96 4.71 4.71 5.96 4.23 7.55H2.75C2.34 7.55 2 7.89 2 8.3C2 8.72 2.34 9.05 2.75 9.05H4V11.25H2.75C2.34 11.25 2 11.58 2 12C2 12.41 2.34 12.75 2.75 12.75H4V14.95H2.75C2.34 14.95 2 15.28 2 15.7C2 16.11 2.34 16.45 2.75 16.45H4.23C4.7 18.04 5.96 19.29 7.56 19.77V21.25C7.56 21.66 7.89 22 8.31 22C8.72 22 9.06 21.66 9.06 21.25V20H11.26V21.25C11.26 21.66 11.59 22 12.01 22C12.42 22 12.76 21.66 12.76 21.25V20H14.95V21.25C14.95 21.66 15.29 22 15.7 22C16.11 22 16.45 21.66 16.45 21.25V19.77C18.04 19.29 19.29 18.04 19.77 16.45H21.25C21.67 16.45 22 16.11 22 15.7C22 15.28 21.67 14.95 21.25 14.95H20V12.75H21.25ZM17.26 14.26C17.26 15.91 15.91 17.26 14.26 17.26H9.74C8.09 17.26 6.74 15.91 6.74 14.26V9.74C6.74 8.09 8.09 6.74 9.74 6.74H14.26C15.91 6.74 17.26 8.09 17.26 9.74V14.26Z\" fill=\"\"/>\n</svg>\n</li><li title=\"cpu setting \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.09 8.08C4.04 8.38 4 8.68 4 9C4 8.69 4.04 8.38 4.09 8.08ZM4 15C4 15.32 4.04 15.62 4.09 15.92C4.04 15.62 4 15.31 4 15ZM8.09 19.91C8.38 19.96 8.69 20 9 20C8.69 20 8.39 19.96 8.09 19.91ZM8.09 4.09C8.39 4.04 8.69 4 9 4C8.69 4 8.38 4.04 8.09 4.09ZM15.92 4.09C15.62 4.04 15.32 4 15 4C15.31 4 15.62 4.04 15.92 4.09ZM19.91 8.08C19.96 8.38 20 8.69 20 9C20 8.68 19.96 8.38 19.91 8.08Z\" fill=\"\"/>\n<path d=\"M22 8.3C22 8.72 21.67 9.05 21.25 9.05H20V10.8871C20 11.2207 19.638 11.4284 19.35 11.26C18.92 11.01 18.42 10.93 17.94 11.06C17.6321 11.1339 17.26 10.9349 17.26 10.6183V9.74C17.26 8.09 15.91 6.74 14.26 6.74H9.74C8.09 6.74 6.74 8.09 6.74 9.74V14.26C6.74 15.91 8.09 17.26 9.74 17.26H10.19C10.306 17.26 10.4 17.354 10.4 17.47C10.4 18.4335 11.0982 19.2436 12.0175 19.4298C12.1904 19.4648 12.3073 19.6716 12.25 19.8383C12.2172 19.9337 12.1302 20 12.0293 20H9.06V21.25C9.06 21.66 8.72 22 8.31 22C7.89 22 7.56 21.66 7.56 21.25V19.78C5.96 19.29 4.71 18.04 4.23 16.45H2.75C2.34 16.45 2 16.11 2 15.7C2 15.28 2.34 14.95 2.75 14.95H4V12.75H2.75C2.34 12.75 2 12.41 2 12C2 11.58 2.34 11.25 2.75 11.25H4V9.05H2.75C2.34 9.05 2 8.72 2 8.3C2 7.89 2.34 7.55 2.75 7.55H4.23C4.71 5.96 5.96 4.71 7.56 4.22V2.75C7.56 2.34 7.89 2 8.31 2C8.72 2 9.06 2.34 9.06 2.75V4H11.25V2.75C11.25 2.34 11.59 2 12 2C12.41 2 12.75 2.34 12.75 2.75V4H14.95V2.75C14.95 2.34 15.29 2 15.7 2C16.11 2 16.45 2.34 16.45 2.75V4.23C18.04 4.71 19.29 5.96 19.77 7.55H21.25C21.67 7.55 22 7.89 22 8.3Z\" fill=\"\"/>\n<path d=\"M20.9904 15.5315C20.3104 15.5315 19.9204 15.1915 19.9204 14.6915C19.9204 14.4915 19.9804 14.2615 20.1204 14.0215C20.4004 13.5415 20.2304 12.9215 19.7504 12.6515L18.8404 12.1215C18.4204 11.8715 17.8804 12.0215 17.6304 12.4415L17.5704 12.5415C17.0904 13.3715 16.3104 13.3715 15.8304 12.5415L15.7704 12.4415C15.5304 12.0215 14.9804 11.8715 14.5704 12.1215L13.6504 12.6515C13.3304 12.8315 13.1404 13.1715 13.1404 13.5215C13.1404 13.6915 13.1904 13.8615 13.2804 14.0215C13.4204 14.2615 13.4904 14.4915 13.4904 14.6915C13.4904 15.1915 13.0904 15.5315 12.4104 15.5315C11.8604 15.5315 11.4004 15.9815 11.4004 16.5315V17.4715C11.4004 18.0215 11.8604 18.4715 12.4104 18.4715C13.0904 18.4715 13.4904 18.8115 13.4904 19.3115C13.4904 19.5115 13.4204 19.7415 13.2804 19.9815C13.0004 20.4615 13.1704 21.0815 13.6504 21.3515L14.5704 21.8815C14.9804 22.1315 15.5304 21.9815 15.7704 21.5615L15.8304 21.4615C16.3104 20.6315 17.0904 20.6315 17.5704 21.4615L17.6304 21.5615C17.8804 21.9815 18.4204 22.1315 18.8404 21.8815L19.7504 21.3515C20.0704 21.1715 20.2604 20.8315 20.2604 20.4815C20.2604 20.3115 20.2104 20.1415 20.1204 19.9815C19.9804 19.7415 19.9204 19.5115 19.9204 19.3115C19.9204 18.8115 20.3104 18.4715 20.9904 18.4715C21.5504 18.4715 22.0004 18.0215 22.0004 17.4715V16.5315C22.0004 15.9815 21.5504 15.5315 20.9904 15.5315ZM16.7004 18.7215C15.7504 18.7215 14.9804 17.9515 14.9804 17.0015C14.9804 16.0515 15.7504 15.2815 16.7004 15.2815C17.6504 15.2815 18.4204 16.0515 18.4204 17.0015C18.4204 17.9515 17.6504 18.7215 16.7004 18.7215Z\" fill=\"\"/>\n<path d=\"M16.25 10.02V10.5925C16.25 10.9266 15.8047 11.1384 15.48 11.06C14.98 10.93 14.48 11 14.07 11.25L13.16 11.78C12.53 12.13 12.14 12.8 12.14 13.52C12.14 13.5796 12.1425 13.6396 12.1475 13.6996C12.1803 14.0858 11.9103 14.5545 11.5593 14.7191C11.0767 14.9454 10.6979 15.3577 10.5165 15.8624C10.4389 16.0785 10.2496 16.25 10.02 16.25C8.76 16.25 7.75 15.24 7.75 13.98V10.02C7.75 8.76 8.76 7.75 10.02 7.75H13.98C15.24 7.75 16.25 8.76 16.25 10.02Z\" fill=\"\"/>\n</svg>\n</li><li title=\"cpu \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.25 12.75C21.67 12.75 22 12.41 22 12C22 11.58 21.67 11.25 21.25 11.25H20V9.05H21.25C21.67 9.05 22 8.72 22 8.3C22 7.89 21.67 7.55 21.25 7.55H19.77C19.29 5.96 18.04 4.71 16.45 4.23V2.75C16.45 2.34 16.11 2 15.7 2C15.29 2 14.95 2.34 14.95 2.75V4H12.75V2.75C12.75 2.34 12.41 2 12 2C11.59 2 11.25 2.34 11.25 2.75V4H9.06V2.75C9.06 2.34 8.72 2 8.31 2C7.89 2 7.56 2.34 7.56 2.75V4.23C5.96 4.71 4.71 5.96 4.23 7.55H2.75C2.34 7.55 2 7.89 2 8.3C2 8.72 2.34 9.05 2.75 9.05H4V11.25H2.75C2.34 11.25 2 11.58 2 12C2 12.41 2.34 12.75 2.75 12.75H4V14.95H2.75C2.34 14.95 2 15.28 2 15.7C2 16.11 2.34 16.45 2.75 16.45H4.23C4.7 18.04 5.96 19.29 7.56 19.77V21.25C7.56 21.66 7.89 22 8.31 22C8.72 22 9.06 21.66 9.06 21.25V20H11.26V21.25C11.26 21.66 11.59 22 12.01 22C12.42 22 12.76 21.66 12.76 21.25V20H14.95V21.25C14.95 21.66 15.29 22 15.7 22C16.11 22 16.45 21.66 16.45 21.25V19.77C18.04 19.29 19.29 18.04 19.77 16.45H21.25C21.67 16.45 22 16.11 22 15.7C22 15.28 21.67 14.95 21.25 14.95H20V12.75H21.25ZM17.26 14.26C17.26 15.91 15.91 17.26 14.26 17.26H9.74C8.09 17.26 6.74 15.91 6.74 14.26V9.74C6.74 8.09 8.09 6.74 9.74 6.74H14.26C15.91 6.74 17.26 8.09 17.26 9.74V14.26Z\" fill=\"\"/>\n<path d=\"M10.02 16.2483H13.99C15.24 16.2483 16.26 15.2383 16.26 13.9783V10.0083C16.26 8.75828 15.25 7.73828 13.99 7.73828H10.02C8.77 7.73828 7.75 8.74828 7.75 10.0083V13.9783C7.75 15.2383 8.76 16.2483 10.02 16.2483Z\" fill=\"\"/>\n</svg>\n</li><li title=\"creative commons \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM8.99 14.12C9.5 14.12 10 13.93 10.39 13.59C10.7 13.32 11.18 13.35 11.45 13.66C11.72 13.97 11.69 14.45 11.38 14.72C10.72 15.3 9.87 15.62 8.99 15.62C6.99 15.62 5.37 14 5.37 12C5.37 10 6.99 8.38 8.99 8.38C9.87 8.38 10.71 8.7 11.38 9.28C11.69 9.55 11.72 10.03 11.45 10.34C11.18 10.65 10.7 10.68 10.39 10.41C10 10.07 9.5 9.88 8.99 9.88C7.82 9.88 6.87 10.83 6.87 12C6.87 13.17 7.82 14.12 8.99 14.12ZM15.99 14.12C16.5 14.12 17 13.93 17.39 13.59C17.7 13.32 18.18 13.35 18.45 13.66C18.72 13.97 18.69 14.45 18.38 14.72C17.72 15.3 16.87 15.62 15.99 15.62C13.99 15.62 12.37 14 12.37 12C12.37 10 13.99 8.38 15.99 8.38C16.87 8.38 17.71 8.7 18.38 9.28C18.69 9.55 18.72 10.03 18.45 10.34C18.18 10.65 17.7 10.68 17.39 10.41C17 10.07 16.51 9.88 15.99 9.88C14.82 9.88 13.87 10.83 13.87 12C13.87 13.17 14.82 14.12 15.99 14.12Z\" fill=\"\"/>\n</svg>\n</li><li title=\"crop \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.53 2C5.11 2 4.78 2.34 4.78 2.75V4.78H2.75C2.34 4.78 2 5.11 2 5.53C2 5.95 2.34 6.28 2.75 6.28H5.53C5.94 6.28 6.28 5.94 6.28 5.53V2.75C6.28 2.34 5.94 2 5.53 2Z\" fill=\"\"/>\n<path d=\"M21.2507 17.7188H18.4707C18.0607 17.7188 17.7207 18.0588 17.7207 18.4688V21.2488C17.7207 21.6588 18.0607 21.9988 18.4707 21.9988C18.8807 21.9988 19.2207 21.6588 19.2207 21.2488V19.2188H21.2507C21.6607 19.2188 22.0007 18.8787 22.0007 18.4688C22.0007 18.0588 21.6607 17.7188 21.2507 17.7188Z\" fill=\"\"/>\n<path d=\"M16.7201 18.4703C16.7201 17.5103 17.5101 16.7203 18.4701 16.7203H19.1601V10.0503C19.1601 7.16031 16.8201 4.82031 13.9301 4.82031H7.28008V5.51031C7.28008 6.47031 6.49008 7.26031 5.53008 7.26031H4.83008V13.9303C4.83008 16.8203 7.17008 19.1603 10.0601 19.1603H16.7301V18.4703H16.7201Z\" fill=\"\"/>\n</svg>\n</li><li title=\"crown 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22.0003 5.70951V15.2895C22.0003 18.0495 19.7603 20.2895 17.0003 20.2895H7.00031C6.54031 20.2895 6.10031 20.2295 5.67031 20.1095C5.05031 19.9395 4.85031 19.1495 5.31031 18.6895L15.9403 8.05951C16.1603 7.83951 16.4903 7.78951 16.8003 7.84951C17.1203 7.90951 17.4703 7.81951 17.7203 7.57951L20.2903 4.99951C21.2303 4.05951 22.0003 4.36951 22.0003 5.70951Z\" fill=\"\"/>\n<path d=\"M14.64 7.35953L4.17 17.8295C3.69 18.3095 2.89 18.1895 2.57 17.5895C2.2 16.9095 2 16.1195 2 15.2895V5.70953C2 4.36953 2.77 4.05953 3.71 4.99953L6.29 7.58953C6.68 7.96953 7.32 7.96953 7.71 7.58953L11.29 3.99953C11.68 3.60953 12.32 3.60953 12.71 3.99953L14.65 5.93953C15.03 6.32953 15.03 6.96953 14.64 7.35953Z\" fill=\"\"/>\n</svg>\n</li><li title=\"crown \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 22H7C6.59 22 6.25 21.66 6.25 21.25C6.25 20.84 6.59 20.5 7 20.5H17C17.41 20.5 17.75 20.84 17.75 21.25C17.75 21.66 17.41 22 17 22Z\" fill=\"\"/>\n<path d=\"M20.3502 5.51906L16.3502 8.37906C15.8202 8.75906 15.0602 8.52906 14.8302 7.91906L12.9402 2.87906C12.6202 2.00906 11.3902 2.00906 11.0702 2.87906L9.17022 7.90906C8.94022 8.52906 8.19022 8.75906 7.66022 8.36906L3.66022 5.50906C2.86022 4.94906 1.80022 5.73906 2.13022 6.66906L6.29022 18.3191C6.43022 18.7191 6.81022 18.9791 7.23022 18.9791H16.7602C17.1802 18.9791 17.5602 18.7091 17.7002 18.3191L21.8602 6.66906C22.2002 5.73906 21.1402 4.94906 20.3502 5.51906ZM14.5002 14.7491H9.50022C9.09022 14.7491 8.75022 14.4091 8.75022 13.9991C8.75022 13.5891 9.09022 13.2491 9.50022 13.2491H14.5002C14.9102 13.2491 15.2502 13.5891 15.2502 13.9991C15.2502 14.4091 14.9102 14.7491 14.5002 14.7491Z\" fill=\"\"/>\n</svg>\n</li><li title=\"cup \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.25 18.2509H9C7.9 18.2509 7 19.1509 7 20.2509V20.5009H6C5.59 20.5009 5.25 20.8409 5.25 21.2509C5.25 21.6609 5.59 22.0009 6 22.0009H18C18.41 22.0009 18.75 21.6609 18.75 21.2509C18.75 20.8409 18.41 20.5009 18 20.5009H17V20.2509C17 19.1509 16.1 18.2509 15 18.2509H12.75V15.9609C12.5 15.9909 12.25 16.0009 12 16.0009C11.75 16.0009 11.5 15.9909 11.25 15.9609V18.2509Z\" fill=\"\"/>\n<path d=\"M18.4793 11.64C19.1393 11.39 19.7193 10.98 20.1793 10.52C21.1093 9.49 21.7193 8.26 21.7193 6.82C21.7193 5.38 20.5893 4.25 19.1493 4.25H18.5893C17.9393 2.92 16.5793 2 14.9993 2H8.9993C7.4193 2 6.0593 2.92 5.4093 4.25H4.8493C3.4093 4.25 2.2793 5.38 2.2793 6.82C2.2793 8.26 2.8893 9.49 3.8193 10.52C4.2793 10.98 4.8593 11.39 5.5193 11.64C6.5593 14.2 9.0593 16 11.9993 16C14.9393 16 17.4393 14.2 18.4793 11.64ZM14.8393 8.45L14.2193 9.21C14.1193 9.32 14.0493 9.54 14.0593 9.69L14.1193 10.67C14.1593 11.27 13.7293 11.58 13.1693 11.36L12.2593 11C12.1193 10.95 11.8793 10.95 11.7393 11L10.8293 11.36C10.2693 11.58 9.8393 11.27 9.8793 10.67L9.9393 9.69C9.9493 9.54 9.8793 9.32 9.7793 9.21L9.1593 8.45C8.7693 7.99 8.9393 7.48 9.5193 7.33L10.4693 7.09C10.6193 7.05 10.7993 6.91 10.8793 6.78L11.4093 5.96C11.7393 5.45 12.2593 5.45 12.5893 5.96L13.1193 6.78C13.1993 6.91 13.3793 7.05 13.5293 7.09L14.4793 7.33C15.0593 7.48 15.2293 7.99 14.8393 8.45Z\" fill=\"\"/>\n</svg>\n</li><li title=\"danger \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.7605 15.92L15.3605 4.4C14.5005 2.85 13.3105 2 12.0005 2C10.6905 2 9.50047 2.85 8.64047 4.4L2.24047 15.92C1.43047 17.39 1.34047 18.8 1.99047 19.91C2.64047 21.02 3.92047 21.63 5.60047 21.63H18.4005C20.0805 21.63 21.3605 21.02 22.0105 19.91C22.6605 18.8 22.5705 17.38 21.7605 15.92ZM11.2505 9C11.2505 8.59 11.5905 8.25 12.0005 8.25C12.4105 8.25 12.7505 8.59 12.7505 9V14C12.7505 14.41 12.4105 14.75 12.0005 14.75C11.5905 14.75 11.2505 14.41 11.2505 14V9ZM12.7105 17.71C12.6605 17.75 12.6105 17.79 12.5605 17.83C12.5005 17.87 12.4405 17.9 12.3805 17.92C12.3205 17.95 12.2605 17.97 12.1905 17.98C12.1305 17.99 12.0605 18 12.0005 18C11.9405 18 11.8705 17.99 11.8005 17.98C11.7405 17.97 11.6805 17.95 11.6205 17.92C11.5605 17.9 11.5005 17.87 11.4405 17.83C11.3905 17.79 11.3405 17.75 11.2905 17.71C11.1105 17.52 11.0005 17.26 11.0005 17C11.0005 16.74 11.1105 16.48 11.2905 16.29C11.3405 16.25 11.3905 16.21 11.4405 16.17C11.5005 16.13 11.5605 16.1 11.6205 16.08C11.6805 16.05 11.7405 16.03 11.8005 16.02C11.9305 15.99 12.0705 15.99 12.1905 16.02C12.2605 16.03 12.3205 16.05 12.3805 16.08C12.4405 16.1 12.5005 16.13 12.5605 16.17C12.6105 16.21 12.6605 16.25 12.7105 16.29C12.8905 16.48 13.0005 16.74 13.0005 17C13.0005 17.26 12.8905 17.52 12.7105 17.71Z\" fill=\"\"/>\n</svg>\n</li><li title=\"data 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 8H4C2.9 8 2 7.1 2 6V4C2 2.9 2.9 2 4 2H7C8.1 2 9 2.9 9 4V6C9 7.1 8.1 8 7 8Z\" fill=\"\"/>\n<path d=\"M20.8 7H17.2C16.54 7 16 6.46 16 5.8V4.2C16 3.54 16.54 3 17.2 3H20.8C21.46 3 22 3.54 22 4.2V5.8C22 6.46 21.46 7 20.8 7Z\" fill=\"\"/>\n<path d=\"M20.8 14.5H17.2C16.54 14.5 16 13.96 16 13.3V11.7C16 11.04 16.54 10.5 17.2 10.5H20.8C21.46 10.5 22 11.04 22 11.7V13.3C22 13.96 21.46 14.5 20.8 14.5Z\" fill=\"\"/>\n<path opacity=\"0.96\" d=\"M16 13.25C16.41 13.25 16.75 12.91 16.75 12.5C16.75 12.09 16.41 11.75 16 11.75H13.25V5.75H16C16.41 5.75 16.75 5.41 16.75 5C16.75 4.59 16.41 4.25 16 4.25H9C8.59 4.25 8.25 4.59 8.25 5C8.25 5.41 8.59 5.75 9 5.75H11.75V18C11.75 19.52 12.98 20.75 14.5 20.75H16C16.41 20.75 16.75 20.41 16.75 20C16.75 19.59 16.41 19.25 16 19.25H14.5C13.81 19.25 13.25 18.69 13.25 18V13.25H16Z\" fill=\"\"/>\n<path d=\"M20.8 22H17.2C16.54 22 16 21.46 16 20.8V19.2C16 18.54 16.54 18 17.2 18H20.8C21.46 18 22 18.54 22 19.2V20.8C22 21.46 21.46 22 20.8 22Z\" fill=\"\"/>\n</svg>\n</li><li title=\"data \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20 14.25C21.2426 14.25 22.25 13.2426 22.25 12C22.25 10.7574 21.2426 9.75 20 9.75C18.7574 9.75 17.75 10.7574 17.75 12C17.75 13.2426 18.7574 14.25 20 14.25Z\" fill=\"\"/>\n<path d=\"M20 6.25C21.2426 6.25 22.25 5.24264 22.25 4C22.25 2.75736 21.2426 1.75 20 1.75C18.7574 1.75 17.75 2.75736 17.75 4C17.75 5.24264 18.7574 6.25 20 6.25Z\" fill=\"\"/>\n<path d=\"M20 22.25C21.2426 22.25 22.25 21.2426 22.25 20C22.25 18.7574 21.2426 17.75 20 17.75C18.7574 17.75 17.75 18.7574 17.75 20C17.75 21.2426 18.7574 22.25 20 22.25Z\" fill=\"\"/>\n<path d=\"M4 14.25C5.24264 14.25 6.25 13.2426 6.25 12C6.25 10.7574 5.24264 9.75 4 9.75C2.75736 9.75 1.75 10.7574 1.75 12C1.75 13.2426 2.75736 14.25 4 14.25Z\" fill=\"\"/>\n<path d=\"M19 12.75C19.41 12.75 19.75 12.41 19.75 12C19.75 11.59 19.41 11.25 19 11.25H11.75V7C11.75 5.42 12.42 4.75 14 4.75H19C19.41 4.75 19.75 4.41 19.75 4C19.75 3.59 19.41 3.25 19 3.25H14C11.58 3.25 10.25 4.58 10.25 7V11.25H5C4.59 11.25 4.25 11.59 4.25 12C4.25 12.41 4.59 12.75 5 12.75H10.25V17C10.25 19.42 11.58 20.75 14 20.75H19C19.41 20.75 19.75 20.41 19.75 20C19.75 19.59 19.41 19.25 19 19.25H14C12.42 19.25 11.75 18.58 11.75 17V12.75H19Z\" fill=\"\"/>\n</svg>\n</li><li title=\"designtools \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.0391 13.2789L20.1191 12.3789L12.3691 20.1189L13.2991 21.0489C14.0791 21.8289 14.8891 22.2189 15.6891 22.2189C16.4891 22.2189 17.2991 21.8289 18.0791 21.0489L21.0391 18.0889C22.6291 16.4889 22.6291 14.8789 21.0391 13.2789Z\" fill=\"\"/>\n<path d=\"M10.6898 2.93141C9.11976 1.36141 7.46977 1.36141 5.89977 2.93141L2.92977 5.89141C1.36977 7.46141 1.36977 9.11141 2.92977 10.6814L3.84977 11.6014L11.5998 3.85141L10.6898 2.93141Z\" fill=\"\"/>\n<path d=\"M21.8098 3.93814C20.4998 7.20814 17.5098 11.4781 14.6598 14.2681C14.2498 11.6881 12.1898 9.66814 9.58984 9.30814C12.3898 6.44814 16.6898 3.41814 19.9698 2.09814C20.5498 1.87814 21.1298 2.04814 21.4898 2.40814C21.8698 2.78814 22.0498 3.35814 21.8098 3.93814Z\" fill=\"\"/>\n<path d=\"M13.7791 15.0909C13.5791 15.2609 13.3791 15.4309 13.1791 15.5909L11.3891 17.0209C11.3891 16.9909 11.3791 16.9509 11.3791 16.9109C11.2391 15.8409 10.7391 14.8509 9.92914 14.0409C9.10914 13.2209 8.08914 12.7209 6.96914 12.5809C6.93914 12.5809 6.89914 12.5709 6.86914 12.5709L8.31914 10.7409C8.45914 10.5609 8.60914 10.3909 8.76914 10.2109L9.44914 10.3009C11.5991 10.6009 13.3291 12.2909 13.6691 14.4309L13.7791 15.0909Z\" fill=\"\"/>\n<path d=\"M10.4298 17.6208C10.4298 18.7208 10.0098 19.7708 9.20976 20.5608C8.59976 21.1808 7.77977 21.6008 6.77977 21.7208L4.32976 21.9908C2.98976 22.1408 1.83976 20.9908 1.98976 19.6408L2.25976 17.1808C2.49976 14.9908 4.32976 13.5908 6.26976 13.5508C6.45976 13.5408 6.66976 13.5508 6.86976 13.5708C7.71976 13.6808 8.53976 14.0708 9.22976 14.7508C9.89976 15.4208 10.2798 16.2108 10.3898 17.0408C10.4098 17.2408 10.4298 17.4308 10.4298 17.6208Z\" fill=\"\"/>\n</svg>\n</li><li title=\"device message \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.75 13.9H16.9038C16.7057 13.9 16.5121 13.9588 16.3476 14.069L14.09 15.58C13.73 15.82 13.31 15.93 12.9 15.93C12.55 15.93 12.2 15.85 11.88 15.67C11.3982 15.4153 11.0443 14.9475 10.8705 14.423C10.7313 14.0029 10.4537 13.6136 10.0537 13.4244C9.59444 13.2073 9.18043 12.9204 8.83 12.57C7.97 11.71 7.5 10.5 7.5 9.15V5.25V5C7.5 4.44772 7.05228 4 6.5 4C3.8 4 2 5.35 2 8.5V13.9C2 17.05 3.8 18.4 6.5 18.4H10.25V21.25H7.4C6.99 21.25 6.65 21.59 6.65 22C6.65 22.41 6.99 22.75 7.4 22.75H14.6C15.01 22.75 15.35 22.41 15.35 22C15.35 21.59 15.01 21.25 14.6 21.25H11.75V18.4H15.5C17.8954 18.4 19.5824 17.3374 19.9326 14.898C20.011 14.3513 19.5523 13.9 19 13.9H18.75Z\" fill=\"\"/>\n<path d=\"M18.75 2H12.25C10.76 2 9.64 2.76 9.2 4C9.07 4.38 9 4.8 9 5.25V9.15C9 10.12 9.32 10.94 9.89 11.51C10.46 12.08 11.28 12.4 12.25 12.4V13.79C12.25 14.3 12.83 14.61 13.26 14.33L16.15 12.4H18.75C19.2 12.4 19.62 12.33 20 12.2C21.24 11.76 22 10.64 22 9.15V5.25C22 3.3 20.7 2 18.75 2ZM12.62 8C12.2 8 11.87 7.66 11.87 7.25C11.87 6.84 12.2 6.5 12.62 6.5C13.04 6.5 13.37 6.84 13.37 7.25C13.37 7.66 13.04 8 12.62 8ZM15.44 8C15.02 8 14.69 7.66 14.69 7.25C14.69 6.84 15.03 6.5 15.44 6.5C15.85 6.5 16.19 6.84 16.19 7.25C16.19 7.66 15.85 8 15.44 8ZM18.25 8C17.83 8 17.5 7.66 17.5 7.25C17.5 6.84 17.84 6.5 18.25 6.5C18.66 6.5 19 6.84 19 7.25C19 7.66 18.66 8 18.25 8Z\" fill=\"\"/>\n<path d=\"M22 5.25V9.15C22 10.64 21.24 11.76 20 12.2C19.62 12.33 19.2 12.4 18.75 12.4H16.15L13.26 14.33C12.83 14.61 12.25 14.3 12.25 13.79V12.4C11.28 12.4 10.46 12.08 9.89 11.51C9.32 10.94 9 10.12 9 9.15V5.25C9 4.8 9.07 4.38 9.2 4C9.64 2.76 10.76 2 12.25 2H18.75C20.7 2 22 3.3 22 5.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"devices 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20 6V6.24H14.87C11.9 6.24 10.52 7.62 10.52 10.59V15.7H9.75V19.25H10.52V20.75H4.95C4.54 20.75 4.2 20.41 4.2 20C4.2 19.59 4.54 19.25 4.95 19.25H8.25V15.7H6C2.87 15.7 2.03 14.93 2 11.9V6C2 2.8 2.8 2 6 2H16C19.2 2 20 2.8 20 6Z\" fill=\"\"/>\n<path d=\"M19.9995 7.78828C19.7495 7.75828 19.4595 7.73828 19.1495 7.73828H14.8695C12.7295 7.73828 12.0195 8.44828 12.0195 10.5883V19.2483C12.0295 19.8683 12.0995 20.3583 12.2495 20.7483C12.5995 21.6583 13.3895 21.9983 14.8695 21.9983H19.1495C21.2895 21.9983 21.9995 21.2883 21.9995 19.1483V10.5883C21.9995 8.75828 21.4795 7.97828 19.9995 7.78828ZM17.0095 10.0883C17.8795 10.0883 18.5795 10.7883 18.5795 11.6583C18.5795 12.5283 17.8795 13.2283 17.0095 13.2283C16.1395 13.2283 15.4395 12.5283 15.4395 11.6583C15.4395 10.7883 16.1395 10.0883 17.0095 10.0883ZM17.0095 19.1483C15.8295 19.1483 14.8695 18.1883 14.8695 17.0083C14.8695 16.5183 15.0395 16.0583 15.3195 15.6983C15.7095 15.1983 16.3195 14.8683 17.0095 14.8683C17.5495 14.8683 18.0395 15.0683 18.4095 15.3883C18.8595 15.7883 19.1495 16.3683 19.1495 17.0083C19.1495 18.1883 18.1895 19.1483 17.0095 19.1483Z\" fill=\"\"/>\n<path d=\"M19.9995 7.78828C19.7495 7.75828 19.4595 7.73828 19.1495 7.73828H14.8695C12.7295 7.73828 12.0195 8.44828 12.0195 10.5883V19.2483C12.0295 19.8683 12.0995 20.3583 12.2495 20.7483C12.5995 21.6583 13.3895 21.9983 14.8695 21.9983H19.1495C21.2895 21.9983 21.9995 21.2883 21.9995 19.1483V10.5883C21.9995 8.75828 21.4795 7.97828 19.9995 7.78828ZM17.0095 10.0883C17.8795 10.0883 18.5795 10.7883 18.5795 11.6583C18.5795 12.5283 17.8795 13.2283 17.0095 13.2283C16.1395 13.2283 15.4395 12.5283 15.4395 11.6583C15.4395 10.7883 16.1395 10.0883 17.0095 10.0883ZM17.0095 19.1483C15.8295 19.1483 14.8695 18.1883 14.8695 17.0083C14.8695 16.5183 15.0395 16.0583 15.3195 15.6983C15.7095 15.1983 16.3195 14.8683 17.0095 14.8683C17.5495 14.8683 18.0395 15.0683 18.4095 15.3883C18.8595 15.7883 19.1495 16.3683 19.1495 17.0083C19.1495 18.1883 18.1895 19.1483 17.0095 19.1483Z\" fill=\"\"/>\n</svg>\n</li><li title=\"devices \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.7194 9.68953C13.6694 7.62953 10.3294 7.62953 8.27937 9.68953C6.21938 11.7495 6.21938 15.0795 8.27937 17.1295C10.3394 19.1895 13.6694 19.1895 15.7194 17.1295C17.7794 15.0695 17.7794 11.7395 15.7194 9.68953ZM12.5294 13.9395L10.9394 15.5295C10.7894 15.6795 10.5994 15.7495 10.4094 15.7495C10.2194 15.7495 10.0194 15.6795 9.87938 15.5295C9.58938 15.2395 9.58938 14.7595 9.87938 14.4595L11.4694 12.8695C11.7594 12.5795 12.2394 12.5795 12.5394 12.8695C12.8294 13.1695 12.8294 13.6495 12.5294 13.9395Z\" fill=\"\"/>\n<path d=\"M19.5981 5.80875C19.3781 5.58875 19.0981 5.46875 18.7881 5.46875C18.4781 5.46875 18.1981 5.58875 17.9781 5.79875C17.5281 6.24875 17.5281 6.96875 17.9781 7.41875C18.1981 7.63875 18.4781 7.75875 18.7881 7.75875C19.0981 7.75875 19.3781 7.63875 19.5981 7.42875C19.8181 7.20875 19.9381 6.92875 19.9381 6.61875C19.9381 6.30875 19.8181 6.01875 19.5981 5.80875Z\" fill=\"\"/>\n<path d=\"M6.01859 19.3908C5.79859 19.1708 5.51859 19.0508 5.20859 19.0508C4.89859 19.0508 4.61859 19.1708 4.39859 19.3808C4.17859 19.6008 4.05859 19.8808 4.05859 20.1908C4.05859 20.5008 4.17859 20.7808 4.39859 21.0008C4.61859 21.2208 4.91859 21.3308 5.20859 21.3308C5.49859 21.3308 5.79859 21.2208 6.01859 20.9908C6.45859 20.5608 6.45859 19.8308 6.01859 19.3908Z\" fill=\"\"/>\n<path d=\"M22.4106 12.6017C22.2006 12.3817 21.9106 12.2717 21.6006 12.2617C21.2906 12.2617 21.0106 12.3817 20.7906 12.6017C20.3406 13.0517 20.3406 13.7717 20.7906 14.2217C21.0106 14.4417 21.3106 14.5517 21.6006 14.5517C21.8906 14.5517 22.1906 14.4417 22.4106 14.2217C22.8606 13.7717 22.8606 13.0417 22.4106 12.6017Z\" fill=\"\"/>\n<path d=\"M3.21141 12.5994C2.77141 12.1594 2.04141 12.1494 1.59141 12.5994C1.14141 13.0494 1.14141 13.7694 1.59141 14.2194C1.81141 14.4394 2.11141 14.5494 2.40141 14.5494C2.69141 14.5494 2.99141 14.4394 3.21141 14.2194C3.65141 13.7694 3.65141 13.0394 3.21141 12.5994Z\" fill=\"\"/>\n<path d=\"M19.5981 19.3883C19.1481 18.9383 18.4281 18.9383 17.9781 19.3883C17.5281 19.8383 17.5281 20.5583 17.9781 21.0083C18.1981 21.2283 18.4981 21.3383 18.7881 21.3383C19.0781 21.3383 19.3781 21.2283 19.5981 21.0083C19.8181 20.7883 19.9381 20.4983 19.9381 20.1983C19.9381 19.8883 19.8181 19.5983 19.5981 19.3883Z\" fill=\"\"/>\n<path d=\"M6.01859 5.80875C5.79859 5.58875 5.51859 5.46875 5.20859 5.46875C4.89859 5.46875 4.61859 5.58875 4.39859 5.79875C4.17859 6.01875 4.05859 6.29875 4.05859 6.60875C4.05859 6.91875 4.17859 7.20875 4.39859 7.41875C4.61859 7.63875 4.89859 7.75875 5.20859 7.75875C5.51859 7.75875 5.79859 7.63875 6.01859 7.42875C6.45859 6.97875 6.45859 6.24875 6.01859 5.80875Z\" fill=\"\"/>\n<path d=\"M12.8116 3.00156C12.8116 2.99156 12.8116 2.99156 12.8116 3.00156C12.3616 2.55156 11.6416 2.55156 11.1916 3.00156C10.9716 3.22156 10.8516 3.51156 10.8516 3.81156C10.8516 4.12156 10.9716 4.40156 11.1816 4.62156C11.4016 4.84156 11.6816 4.96156 11.9916 4.96156C12.3016 4.96156 12.5816 4.84156 12.8016 4.62156C13.2616 4.17156 13.2616 3.44156 12.8116 3.00156Z\" fill=\"\"/>\n</svg>\n</li><li title=\"diagram \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 22.75H5C2.93 22.75 1.25 21.07 1.25 19V2C1.25 1.59 1.59 1.25 2 1.25C2.41 1.25 2.75 1.59 2.75 2V19C2.75 20.24 3.76 21.25 5 21.25H22C22.41 21.25 22.75 21.59 22.75 22C22.75 22.41 22.41 22.75 22 22.75Z\" fill=\"\"/>\n<path d=\"M4.99982 17.7498C4.82982 17.7498 4.64982 17.6898 4.50982 17.5698C4.19982 17.2998 4.15982 16.8298 4.42982 16.5098L9.01982 11.1498C9.51982 10.5698 10.2398 10.2198 10.9998 10.1898C11.7598 10.1698 12.5098 10.4498 13.0498 10.9898L13.9998 11.9398C14.2498 12.1898 14.5698 12.3098 14.9298 12.3098C15.2798 12.2998 15.5998 12.1398 15.8298 11.8698L20.4198 6.50982C20.6898 6.19982 21.1598 6.15982 21.4798 6.42982C21.7898 6.69982 21.8298 7.16982 21.5598 7.48982L16.9698 12.8498C16.4698 13.4298 15.7498 13.7798 14.9898 13.8098C14.2198 13.8298 13.4798 13.5498 12.9398 13.0098L11.9998 12.0598C11.7498 11.8098 11.4198 11.6798 11.0698 11.6898C10.7198 11.6998 10.3998 11.8598 10.1698 12.1298L5.57982 17.4898C5.41982 17.6598 5.20982 17.7498 4.99982 17.7498Z\" fill=\"\"/>\n</svg>\n</li><li title=\"diamonds \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.7704 9.79844L20.9704 7.99844L19.2104 4.03844C18.7404 2.99844 18.0004 2.14844 16.3004 2.14844H7.70044C6.00044 2.14844 5.26044 2.99844 4.79044 4.03844L3.03044 7.99844L2.23044 9.79844C1.77044 10.8484 2.02044 12.3884 2.79044 13.2384L9.64044 20.7784C10.9404 22.2084 13.0604 22.2084 14.3604 20.7784L21.2104 13.2384C21.9804 12.3884 22.2304 10.8484 21.7704 9.79844Z\" fill=\"\"/>\n</svg>\n</li><li title=\"direct down \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.0192 2.71825L13.5392 4.45825C12.5692 4.93825 11.4392 4.93825 10.4692 4.45825L6.97924 2.70825C3.99924 1.21825 0.849241 4.43825 2.40924 7.38825L3.22924 8.92825C3.33924 9.13825 3.51924 9.30825 3.73924 9.40825L16.3892 15.0982C16.9092 15.3282 17.5192 15.1182 17.7792 14.6182L21.5892 7.37825C23.1392 4.43825 19.9992 1.21825 17.0192 2.71825Z\" fill=\"\"/>\n<path d=\"M15.6004 16.3093L7.32045 12.5793C6.39045 12.1593 5.45045 13.1593 5.93045 14.0593L8.97045 19.8293C10.2604 22.2793 13.7604 22.2793 15.0504 19.8293L16.1204 17.7893C16.4004 17.2393 16.1604 16.5693 15.6004 16.3093Z\" fill=\"\"/>\n</svg>\n</li><li title=\"direct inbox \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.3 12.2305H17.82C16.84 12.2305 15.97 12.7705 15.53 13.6505L14.69 15.3105C14.49 15.7105 14.09 15.9605 13.65 15.9605H10.37C10.06 15.9605 9.62 15.8905 9.33 15.3105L8.49 13.6605C8.05 12.7905 7.17 12.2405 6.2 12.2405H2.7C2.31 12.2405 2 12.5505 2 12.9405V16.2005C2 19.8305 4.18 22.0005 7.82 22.0005H16.2C19.63 22.0005 21.74 20.1205 22 16.7805V12.9305C22 12.5505 21.69 12.2305 21.3 12.2305Z\" fill=\"\"/>\n<path d=\"M12.75 2C12.75 1.59 12.41 1.25 12 1.25C11.59 1.25 11.25 1.59 11.25 2V4H12.75V2Z\" fill=\"\"/>\n<path d=\"M22 9.81V10.85C21.78 10.77 21.54 10.73 21.3 10.73H17.82C16.27 10.73 14.88 11.59 14.19 12.97L13.44 14.45H10.58L9.83 12.98C9.14 11.59 7.75 10.73 6.2 10.73H2.7C2.46 10.73 2.22 10.77 2 10.85V9.81C2 6.17 4.17 4 7.81 4H11.25V7.19L10.53 6.47C10.24 6.18 9.76 6.18 9.47 6.47C9.18 6.76 9.18 7.24 9.47 7.53L11.47 9.53C11.48 9.54 11.49 9.54 11.49 9.55C11.56 9.61 11.63 9.66 11.71 9.69C11.81 9.73 11.9 9.75 12 9.75C12.1 9.75 12.19 9.73 12.28 9.69C12.37 9.66 12.46 9.6 12.53 9.53L14.53 7.53C14.82 7.24 14.82 6.76 14.53 6.47C14.24 6.18 13.76 6.18 13.47 6.47L12.75 7.19V4H16.19C19.83 4 22 6.17 22 9.81Z\" fill=\"\"/>\n</svg>\n</li><li title=\"direct left \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.2916 17.0218L19.5516 13.5418C19.0716 12.5718 19.0716 11.4418 19.5516 10.4718L21.2916 6.99178C22.7816 4.00178 19.5716 0.861782 16.6216 2.42178L15.0816 3.24178C14.8716 3.35178 14.7016 3.53178 14.6016 3.75178L8.90164 16.3918C8.67164 16.9118 8.88164 17.5218 9.38164 17.7818L16.6216 21.5918C19.5716 23.1518 22.7816 20.0018 21.2916 17.0218Z\" fill=\"\"/>\n<path d=\"M7.68953 15.6004L11.4195 7.32045C11.8395 6.39045 10.8395 5.45045 9.93953 5.93045L4.16953 8.96045C1.71953 10.2504 1.71953 13.7504 4.16953 15.0404L6.20953 16.1104C6.75953 16.4004 7.42953 16.1704 7.68953 15.6004Z\" fill=\"\"/>\n</svg>\n</li><li title=\"direct normal \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.3 12.2305H17.82C16.84 12.2305 15.97 12.7705 15.53 13.6505L14.69 15.3105C14.49 15.7105 14.09 15.9605 13.65 15.9605H10.37C10.06 15.9605 9.62 15.8905 9.33 15.3105L8.49 13.6605C8.05 12.7905 7.17 12.2405 6.2 12.2405H2.7C2.31 12.2405 2 12.5505 2 12.9405V16.2005C2 19.8305 4.18 22.0005 7.82 22.0005H16.2C19.63 22.0005 21.74 20.1205 22 16.7805V12.9305C22 12.5505 21.69 12.2305 21.3 12.2305Z\" fill=\"\"/>\n<path d=\"M22 7.81V10.85C21.78 10.77 21.54 10.73 21.3 10.73H17.82C16.27 10.73 14.88 11.59 14.19 12.97L13.44 14.45H10.58L9.83 12.98C9.14 11.59 7.75 10.73 6.2 10.73H2.7C2.46 10.73 2.22 10.77 2 10.85V7.81C2 4.17 4.17 2 7.81 2H16.19C19.83 2 22 4.17 22 7.81Z\" fill=\"\"/>\n</svg>\n</li><li title=\"direct notification \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 8C20.6569 8 22 6.65685 22 5C22 3.34315 20.6569 2 19 2C17.3431 2 16 3.34315 16 5C16 6.65685 17.3431 8 19 8Z\" fill=\"\"/>\n<path d=\"M20.34 12.7209H17.03C16.1 12.7209 15.27 13.2409 14.85 14.0609L14.05 15.6409C13.86 16.0209 13.48 16.2509 13.06 16.2509H9.95C9.66 16.2509 9.23 16.1909 8.96 15.6309L8.17 14.0609C7.75 13.2309 6.92 12.7109 5.99 12.7109H2.66C2.3 12.7209 2 13.0209 2 13.3809V16.4709C2 19.9409 4.07 22.0009 7.53 22.0009H15.49C18.75 22.0009 20.76 20.2109 21 17.0409V13.3809C21 13.0209 20.7 12.7209 20.34 12.7209Z\" fill=\"\"/>\n<path d=\"M21 10.4V11.33C20.79 11.26 20.57 11.22 20.34 11.22H17.03C15.53 11.22 14.18 12.05 13.52 13.39L12.82 14.76H10.19L9.51 13.4C8.83 12.05 7.49 11.22 5.99 11.22H2.66C2.43 11.22 2.21 11.26 2 11.33V8.52C2 5.47 4.47 3 7.52 3H13.6C14.24 3 14.7 3.58 14.58 4.2C14.42 5 14.49 5.87 14.88 6.79C15.33 7.83 16.17 8.67 17.21 9.12C18.13 9.51 19 9.58 19.8 9.42C20.42 9.3 21 9.76 21 10.4Z\" fill=\"\"/>\n</svg>\n</li><li title=\"direct right \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2.70911 17.0192L4.44911 13.5392C4.92911 12.5692 4.92911 11.4392 4.44911 10.4692L2.70911 6.97924C1.21911 3.99924 4.42911 0.849241 7.37911 2.40924L8.91911 3.22924C9.13911 3.33924 9.30911 3.51924 9.39911 3.73924L15.0891 16.3892C15.3191 16.9092 15.1091 17.5192 14.6091 17.7792L7.36911 21.5892C4.42911 23.1492 1.21911 19.9992 2.70911 17.0192Z\" fill=\"\"/>\n<path d=\"M16.3093 15.6004L12.5793 7.32045C12.1593 6.39045 13.1593 5.45045 14.0593 5.93045L19.8293 8.97045C22.2793 10.2604 22.2793 13.7604 19.8293 15.0504L17.7893 16.1204C17.2393 16.4004 16.5693 16.1704 16.3093 15.6004Z\" fill=\"\"/>\n</svg>\n</li><li title=\"direct send \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.3 12.2305H17.82C16.84 12.2305 15.97 12.7705 15.53 13.6505L14.69 15.3105C14.49 15.7105 14.09 15.9605 13.65 15.9605H10.37C10.06 15.9605 9.62 15.8905 9.33 15.3105L8.49 13.6605C8.05 12.7905 7.17 12.2405 6.2 12.2405H2.7C2.31 12.2405 2 12.5505 2 12.9405V16.2005C2 19.8305 4.18 22.0005 7.82 22.0005H16.2C19.63 22.0005 21.74 20.1205 22 16.7805V12.9305C22 12.5505 21.69 12.2305 21.3 12.2305Z\" fill=\"\"/>\n<path d=\"M12.7492 3.80828L13.4692 4.52828C13.6192 4.67828 13.8092 4.74828 13.9992 4.74828C14.1892 4.74828 14.3792 4.67828 14.5292 4.52828C14.8192 4.23828 14.8192 3.75828 14.5292 3.46828L12.5292 1.46828C12.5192 1.45828 12.5092 1.45828 12.5092 1.44828C12.4492 1.38828 12.3692 1.33828 12.2892 1.29828C12.2792 1.29828 12.2792 1.29828 12.2692 1.28828C12.1892 1.25828 12.1092 1.24828 12.0292 1.23828C11.9992 1.23828 11.9792 1.23828 11.9492 1.23828C11.8892 1.23828 11.8292 1.25828 11.7692 1.27828C11.7392 1.28828 11.7192 1.29828 11.6992 1.30828C11.6192 1.34828 11.5392 1.38828 11.4792 1.45828L9.47922 3.45828C9.18922 3.74828 9.18922 4.22828 9.47922 4.51828C9.76922 4.80828 10.2492 4.80828 10.5392 4.51828L11.2592 3.79828V4.99828H12.7592V3.80828H12.7492Z\" fill=\"\"/>\n<path d=\"M22 10.81V10.85C21.78 10.77 21.54 10.73 21.3 10.73H17.82C16.27 10.73 14.88 11.59 14.19 12.97L13.44 14.45H10.58L9.83 12.98C9.14 11.59 7.75 10.73 6.2 10.73H2.7C2.46 10.73 2.22 10.77 2 10.85V10.81C2 7.17 4.17 5 7.81 5H11.25V9C11.25 9.41 11.59 9.75 12 9.75C12.41 9.75 12.75 9.41 12.75 9V5H16.19C19.83 5 22 7.17 22 10.81Z\" fill=\"\"/>\n</svg>\n</li><li title=\"direct up \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.0192 21.2916L13.5392 19.5516C12.5692 19.0716 11.4392 19.0716 10.4692 19.5516L6.98918 21.2916C3.99918 22.7816 0.84918 19.5716 2.40918 16.6216L3.22918 15.0816C3.33918 14.8716 3.51918 14.7016 3.73918 14.6016L16.3792 8.90164C16.8992 8.67164 17.5092 8.88164 17.7692 9.38164L21.5792 16.6216C23.1392 19.5716 19.9992 22.7816 17.0192 21.2916Z\" fill=\"\"/>\n<path d=\"M15.6004 7.68953L7.32045 11.4195C6.39045 11.8395 5.45045 10.8395 5.93045 9.93953L8.97045 4.16953C10.2604 1.71953 13.7604 1.71953 15.0504 4.16953L16.1204 6.20953C16.4004 6.75953 16.1604 7.43953 15.6004 7.68953Z\" fill=\"\"/>\n</svg>\n</li><li title=\"direct \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.3 12.2305H17.82C16.84 12.2305 15.97 12.7705 15.53 13.6505L14.69 15.3105C14.49 15.7105 14.09 15.9605 13.65 15.9605H10.37C10.06 15.9605 9.62 15.8905 9.33 15.3105L8.49 13.6605C8.05 12.7905 7.17 12.2405 6.2 12.2405H2.7C2.31 12.2405 2 12.5505 2 12.9405V16.2005C2 19.8305 4.18 22.0005 7.82 22.0005H16.2C19.63 22.0005 21.74 20.1205 22 16.7805V12.9305C22 12.5505 21.69 12.2305 21.3 12.2305Z\" fill=\"\"/>\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V10.85C2.22 10.77 2.46 10.73 2.7 10.73H6.2C7.75 10.73 9.14 11.59 9.83 12.98L10.58 14.45H13.44L14.19 12.97C14.88 11.59 16.27 10.73 17.82 10.73H21.3C21.54 10.73 21.78 10.77 22 10.85V7.81C22 4.17 19.83 2 16.19 2ZM10.45 5.41H13.55C13.93 5.41 14.25 5.72 14.25 6.1C14.25 6.49 13.93 6.8 13.55 6.8H10.45C10.07 6.8 9.75 6.49 9.75 6.1C9.75 5.72 10.07 5.41 10.45 5.41ZM14.33 9.59H9.67C9.29 9.59 8.98 9.28 8.98 8.9C8.98 8.51 9.29 8.2 9.67 8.2H14.33C14.71 8.2 15.02 8.51 15.02 8.9C15.02 9.28 14.71 9.59 14.33 9.59Z\" fill=\"\"/>\n</svg>\n</li><li title=\"directbox default \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.6897 11.5308C18.1197 11.3808 17.4497 11.3008 16.6497 11.3008C15.5397 11.3008 15.1297 11.5708 14.5597 12.0008C14.5297 12.0208 14.4997 12.0508 14.4697 12.0808L13.5197 13.0908C12.7197 13.9308 11.2797 13.9408 10.4797 13.0808L9.52969 12.0808C9.49969 12.0508 9.46969 12.0208 9.43969 12.0008C8.86969 11.5708 8.45969 11.3008 7.34969 11.3008C6.54969 11.3008 5.87969 11.3808 5.30969 11.5308C2.92969 12.1708 2.92969 14.0608 2.92969 15.7208V16.6508C2.92969 19.1608 2.92969 22.0008 8.27969 22.0008H15.7197C19.2697 22.0008 21.0697 20.2008 21.0697 16.6508V15.7208C21.0697 14.0608 21.0697 12.1708 18.6897 11.5308ZM14.3297 18.4008H9.66969C9.28969 18.4008 8.97969 18.0908 8.97969 17.7008C8.97969 17.3108 9.28969 17.0008 9.66969 17.0008H14.3297C14.7097 17.0008 15.0197 17.3108 15.0197 17.7008C15.0197 18.0908 14.7097 18.4008 14.3297 18.4008Z\" fill=\"\"/>\n<path d=\"M19.2091 6.42V10.12C19.1691 10.1 19.1191 10.09 19.0791 10.08C18.3791 9.89 17.5891 9.8 16.6491 9.8C15.1091 9.8 14.3891 10.25 13.6491 10.81C13.5491 10.88 13.4591 10.97 13.3791 11.05L12.4191 12.06C12.3291 12.16 12.1691 12.22 11.9991 12.22C11.8291 12.22 11.6691 12.16 11.5691 12.05L10.6291 11.06C10.5391 10.96 10.4391 10.87 10.3391 10.8C9.61906 10.25 8.88906 9.8 7.34906 9.8C6.40906 9.8 5.61906 9.89 4.91906 10.08C4.87906 10.09 4.82906 10.1 4.78906 10.12V6.42C4.78906 4.35 4.78906 2 9.20906 2H14.7891C19.2091 2 19.2091 4.35 19.2091 6.42Z\" fill=\"\"/>\n</svg>\n</li><li title=\"directbox notif \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.6897 11.5308C18.1197 11.3808 17.4497 11.3008 16.6497 11.3008C15.5397 11.3008 15.1297 11.5708 14.5597 12.0008C14.5297 12.0208 14.4997 12.0508 14.4697 12.0808L13.5197 13.0908C12.7297 13.9408 11.2797 13.9408 10.4797 13.0908L9.52969 12.0908C9.49969 12.0508 9.46969 12.0208 9.43969 12.0008C8.85969 11.5708 8.44969 11.3008 7.34969 11.3008C6.54969 11.3008 5.87969 11.3708 5.30969 11.5308C2.92969 12.1708 2.92969 14.0608 2.92969 15.7208V16.6508C2.92969 19.1608 2.92969 22.0008 8.27969 22.0008H15.7197C19.2697 22.0008 21.0697 20.2008 21.0697 16.6508V15.7208C21.0697 14.0608 21.0697 12.1708 18.6897 11.5308Z\" fill=\"\"/>\n<path d=\"M14.7891 2H9.20906C4.78906 2 4.78906 4.35 4.78906 6.42V10.12C4.82906 10.1 4.87906 10.09 4.91906 10.08C5.61906 9.89 6.40906 9.8 7.34906 9.8C8.88906 9.8 9.61906 10.25 10.3391 10.8C10.4391 10.87 10.5391 10.96 10.6291 11.06L11.5691 12.05C11.6691 12.16 11.8291 12.22 11.9991 12.22C12.1691 12.22 12.3291 12.16 12.4191 12.06L13.3791 11.05C13.4591 10.97 13.5491 10.88 13.6491 10.81C14.3891 10.25 15.1091 9.8 16.6491 9.8C17.5891 9.8 18.3791 9.89 19.0791 10.08C19.1191 10.09 19.1691 10.1 19.2091 10.12V6.42C19.2091 4.35 19.2091 2 14.7891 2ZM13.5491 8.5H10.4491C10.0691 8.5 9.74906 8.18 9.74906 7.8C9.74906 7.41 10.0691 7.1 10.4491 7.1H13.5491C13.9291 7.1 14.2491 7.41 14.2491 7.8C14.2491 8.18 13.9291 8.5 13.5491 8.5ZM14.3291 5.71H9.66906C9.28906 5.71 8.97906 5.39 8.97906 5.01C8.97906 4.62 9.28906 4.31 9.66906 4.31H14.3291C14.7091 4.31 15.0191 4.62 15.0191 5.01C15.0191 5.39 14.7091 5.71 14.3291 5.71Z\" fill=\"\"/>\n</svg>\n</li><li title=\"directbox receive \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.6897 11.5308C18.1197 11.3808 17.4497 11.3008 16.6497 11.3008C15.5397 11.3008 15.1297 11.5708 14.5597 12.0008C14.5297 12.0208 14.4997 12.0508 14.4697 12.0808L13.5197 13.0908C12.7197 13.9308 11.2797 13.9408 10.4797 13.0808L9.52969 12.0808C9.49969 12.0508 9.46969 12.0208 9.43969 12.0008C8.86969 11.5708 8.45969 11.3008 7.34969 11.3008C6.54969 11.3008 5.87969 11.3808 5.30969 11.5308C2.92969 12.1708 2.92969 14.0608 2.92969 15.7208V16.6508C2.92969 19.1608 2.92969 22.0008 8.27969 22.0008H15.7197C19.2697 22.0008 21.0697 20.2008 21.0697 16.6508V15.7208C21.0697 14.0608 21.0697 12.1708 18.6897 11.5308ZM14.3297 18.4008H9.66969C9.28969 18.4008 8.97969 18.0908 8.97969 17.7008C8.97969 17.3108 9.28969 17.0008 9.66969 17.0008H14.3297C14.7097 17.0008 15.0197 17.3108 15.0197 17.7008C15.0197 18.0908 14.7097 18.4008 14.3297 18.4008Z\" fill=\"\"/>\n<path d=\"M12.6681 2.67C12.6681 2.3 12.3681 2 11.9981 2C11.6281 2 11.3281 2.3 11.3281 2.67V4H12.6781V2.67H12.6681Z\" fill=\"\"/>\n<path d=\"M19.2091 8.42V10.12C19.1691 10.1 19.1191 10.09 19.0791 10.08H19.0691C18.3591 9.89 17.5691 9.8 16.6491 9.8C15.1091 9.8 14.3791 10.25 13.7191 10.75C13.5791 10.85 13.4791 10.95 13.3791 11.05L12.4291 12.06C12.3291 12.16 12.1691 12.22 11.9991 12.22C11.9191 12.22 11.7191 12.21 11.5691 12.05L10.5891 11.02C10.4891 10.91 10.3691 10.82 10.3391 10.8C9.61906 10.25 8.88906 9.8 7.34906 9.8C6.42906 9.8 5.63906 9.89 4.91906 10.08C4.87906 10.09 4.82906 10.1 4.78906 10.12V8.42C4.78906 6.35 4.78906 4 9.20906 4H11.3291V7.45L10.6791 6.8C10.4091 6.53 9.98906 6.53 9.71906 6.8C9.45906 7.06 9.45906 7.49 9.71906 7.75L11.5191 9.55C11.5291 9.56 11.5391 9.56 11.5391 9.57C11.5991 9.62 11.6691 9.67 11.7391 9.7C11.8291 9.73 11.9091 9.75 11.9991 9.75C12.0891 9.75 12.1691 9.73 12.2591 9.7C12.3391 9.67 12.4091 9.62 12.4791 9.55L14.2791 7.75C14.5391 7.49 14.5391 7.06 14.2791 6.8C14.0091 6.53 13.5891 6.53 13.3191 6.8L12.6691 7.45V4H14.7891C19.2091 4 19.2091 6.35 19.2091 8.42Z\" fill=\"\"/>\n</svg>\n</li><li title=\"directbox send \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.6897 11.5308C18.1197 11.3808 17.4497 11.3008 16.6497 11.3008C15.5397 11.3008 15.1297 11.5708 14.5597 12.0008C14.5297 12.0208 14.4997 12.0508 14.4697 12.0808L13.5197 13.0908C12.7197 13.9308 11.2797 13.9408 10.4797 13.0808L9.52969 12.0808C9.49969 12.0508 9.46969 12.0208 9.43969 12.0008C8.86969 11.5708 8.45969 11.3008 7.34969 11.3008C6.54969 11.3008 5.87969 11.3808 5.30969 11.5308C2.92969 12.1708 2.92969 14.0608 2.92969 15.7208V16.6508C2.92969 19.1608 2.92969 22.0008 8.27969 22.0008H15.7197C19.2697 22.0008 21.0697 20.2008 21.0697 16.6508V15.7208C21.0697 14.0608 21.0697 12.1708 18.6897 11.5308ZM14.3297 18.4008H9.66969C9.28969 18.4008 8.97969 18.0908 8.97969 17.7008C8.97969 17.3108 9.28969 17.0008 9.66969 17.0008H14.3297C14.7097 17.0008 15.0197 17.3108 15.0197 17.7008C15.0197 18.0908 14.7097 18.4008 14.3297 18.4008Z\" fill=\"\"/>\n<path d=\"M12.6684 4.3L13.3184 4.95C13.5784 5.21 14.0084 5.21 14.2684 4.95C14.5284 4.69 14.5284 4.26 14.2684 4L12.4684 2.2C12.4084 2.14 12.3284 2.09 12.2484 2.05C12.1684 2.02 12.0884 2 11.9984 2C11.9084 2 11.8284 2.02 11.7384 2.05C11.6584 2.08 11.5984 2.13 11.5384 2.18C11.5284 2.19 11.5284 2.19 11.5184 2.19L9.71844 4C9.45844 4.26 9.45844 4.69 9.71844 4.95C9.97844 5.21 10.4084 5.21 10.6684 4.95L11.3184 4.3V6H12.6684V4.3Z\" fill=\"\"/>\n<path d=\"M19.2091 10.12C19.1691 10.1 19.1191 10.09 19.0791 10.08H19.0691C18.3591 9.89 17.5691 9.8 16.6491 9.8C15.1091 9.8 14.3791 10.25 13.7191 10.75C13.5791 10.85 13.4791 10.95 13.3791 11.05L12.4291 12.06C12.3291 12.16 12.1691 12.22 11.9991 12.22C11.9391 12.22 11.7191 12.21 11.5691 12.05L10.5891 11.02C10.4891 10.91 10.3691 10.82 10.3391 10.8C9.61906 10.25 8.88906 9.8 7.34906 9.8C6.42906 9.8 5.63906 9.89 4.91906 10.08C4.87906 10.09 4.82906 10.1 4.78906 10.12C4.79906 8.13 4.99906 6 9.20906 6H11.3291V9.08C11.3291 9.45 11.6291 9.75 11.9991 9.75C12.3691 9.75 12.6691 9.45 12.6691 9.08V6H14.7891C18.9991 6 19.1991 8.13 19.2091 10.12Z\" fill=\"\"/>\n</svg>\n</li><li title=\"discount circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM9 8C9.55 8 10 8.45 10 9C10 9.55 9.56 10 9 10C8.45 10 8 9.55 8 9C8 8.45 8.45 8 9 8ZM9.53 15.53C9.38 15.68 9.19 15.75 9 15.75C8.81 15.75 8.62 15.68 8.47 15.53C8.18 15.24 8.18 14.76 8.47 14.47L14.47 8.47C14.76 8.18 15.24 8.18 15.53 8.47C15.82 8.76 15.82 9.24 15.53 9.53L9.53 15.53ZM15 16C14.44 16 13.99 15.55 13.99 15C13.99 14.45 14.44 14 14.99 14C15.54 14 15.99 14.45 15.99 15C15.99 15.55 15.55 16 15 16Z\" fill=\"\"/>\n</svg>\n</li><li title=\"discount shape \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.5289 10.8689L20.0089 9.34891C19.7489 9.08891 19.5389 8.57891 19.5389 8.21891V6.05891C19.5389 5.17891 18.8189 4.45891 17.9389 4.45891H15.7889C15.4289 4.45891 14.9189 4.24891 14.6589 3.98891L13.1389 2.46891C12.5189 1.84891 11.4989 1.84891 10.8789 2.46891L9.33891 3.98891C9.08891 4.24891 8.57891 4.45891 8.20891 4.45891H6.05891C5.17891 4.45891 4.45891 5.17891 4.45891 6.05891V8.20891C4.45891 8.56891 4.24891 9.07891 3.98891 9.33891L2.46891 10.8589C1.84891 11.4789 1.84891 12.4989 2.46891 13.1189L3.98891 14.6389C4.24891 14.8989 4.45891 15.4089 4.45891 15.7689V17.9189C4.45891 18.7989 5.17891 19.5189 6.05891 19.5189H8.20891C8.56891 19.5189 9.07891 19.7289 9.33891 19.9889L10.8589 21.5089C11.4789 22.1289 12.4989 22.1289 13.1189 21.5089L14.6389 19.9889C14.8989 19.7289 15.4089 19.5189 15.7689 19.5189H17.9189C18.7989 19.5189 19.5189 18.7989 19.5189 17.9189V15.7689C19.5189 15.4089 19.7289 14.8989 19.9889 14.6389L21.5089 13.1189C22.1589 12.5089 22.1589 11.4889 21.5289 10.8689ZM7.99891 8.99891C7.99891 8.44891 8.44891 7.99891 8.99891 7.99891C9.54891 7.99891 9.99891 8.44891 9.99891 8.99891C9.99891 9.54891 9.55891 9.99891 8.99891 9.99891C8.44891 9.99891 7.99891 9.54891 7.99891 8.99891ZM9.52891 15.5289C9.37891 15.6789 9.18891 15.7489 8.99891 15.7489C8.80891 15.7489 8.61891 15.6789 8.46891 15.5289C8.17891 15.2389 8.17891 14.7589 8.46891 14.4689L14.4689 8.46891C14.7589 8.17891 15.2389 8.17891 15.5289 8.46891C15.8189 8.75891 15.8189 9.23891 15.5289 9.52891L9.52891 15.5289ZM14.9989 15.9989C14.4389 15.9989 13.9889 15.5489 13.9889 14.9989C13.9889 14.4489 14.4389 13.9989 14.9889 13.9989C15.5389 13.9989 15.9889 14.4489 15.9889 14.9989C15.9889 15.5489 15.5489 15.9989 14.9989 15.9989Z\" fill=\"\"/>\n</svg>\n</li><li title=\"discover 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 2C6.49 2 2 6.49 2 12C2 17.51 6.49 22 12 22C17.51 22 22 17.51 22 12C22 6.49 17.51 2 12 2ZM10.5 16.13C9.05 16.13 7.88 14.95 7.88 13.51C7.88 10.41 10.4 7.89 13.5 7.89C14.95 7.89 16.12 9.07 16.12 10.51C16.12 13.6 13.6 16.13 10.5 16.13Z\" fill=\"\"/>\n</svg>\n</li><li title=\"discover \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.9808 3.02084C20.1108 2.15084 18.8808 1.81084 17.6908 2.11084L7.89084 4.56084C6.24084 4.97084 4.97084 6.25084 4.56084 7.89084L2.11084 17.7008C1.81084 18.8908 2.15084 20.1208 3.02084 20.9908C3.68084 21.6408 4.55084 22.0008 5.45084 22.0008C5.73084 22.0008 6.02084 21.9708 6.30084 21.8908L16.1108 19.4408C17.7508 19.0308 19.0308 17.7608 19.4408 16.1108L21.8908 6.30084C22.1908 5.11084 21.8508 3.88084 20.9808 3.02084ZM12.0008 15.8808C9.86084 15.8808 8.12084 14.1408 8.12084 12.0008C8.12084 9.86084 9.86084 8.12084 12.0008 8.12084C14.1408 8.12084 15.8808 9.86084 15.8808 12.0008C15.8808 14.1408 14.1408 15.8808 12.0008 15.8808Z\" fill=\"\"/>\n</svg>\n</li><li title=\"dislike \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.609 5.49953V15.6595C15.609 16.0595 15.489 16.4495 15.269 16.7795L12.539 20.8395C12.109 21.4895 11.039 21.9495 10.129 21.6095C9.14904 21.2795 8.49904 20.1795 8.70904 19.1995L9.22904 15.9295C9.26904 15.6295 9.18904 15.3595 9.01904 15.1495C8.84904 14.9595 8.59904 14.8395 8.32904 14.8395H4.21904C3.42904 14.8395 2.74904 14.5195 2.34904 13.9595C1.96904 13.4195 1.89904 12.7195 2.14904 12.0095L4.60904 4.51953C4.91904 3.27953 6.26904 2.26953 7.60904 2.26953H11.509C12.179 2.26953 13.119 2.49953 13.549 2.92953L14.829 3.91953C15.319 4.29953 15.609 4.87953 15.609 5.49953Z\" fill=\"\"/>\n<path d=\"M18.7894 17.6084H19.8194C21.3694 17.6084 21.9994 17.0084 21.9994 15.5284V5.47844C21.9994 3.99844 21.3694 3.39844 19.8194 3.39844H18.7894C17.2394 3.39844 16.6094 3.99844 16.6094 5.47844V15.5384C16.6094 17.0084 17.2394 17.6084 18.7894 17.6084Z\" fill=\"\"/>\n</svg>\n</li><li title=\"document 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.5 10.19H17.61C15.24 10.19 13.31 8.26 13.31 5.89V3C13.31 2.45 12.86 2 12.31 2H8.07C4.99 2 2.5 4 2.5 7.57V16.43C2.5 20 4.99 22 8.07 22H15.93C19.01 22 21.5 20 21.5 16.43V11.19C21.5 10.64 21.05 10.19 20.5 10.19Z\" fill=\"\"/>\n<path d=\"M15.7997 2.21048C15.3897 1.80048 14.6797 2.08048 14.6797 2.65048V6.14048C14.6797 7.60048 15.9197 8.81048 17.4297 8.81048C18.3797 8.82048 19.6997 8.82048 20.8297 8.82048C21.3997 8.82048 21.6997 8.15048 21.2997 7.75048C19.8597 6.30048 17.2797 3.69048 15.7997 2.21048Z\" fill=\"\"/>\n</svg>\n</li><li title=\"document cloud \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.7997 2.21048C15.3897 1.80048 14.6797 2.08048 14.6797 2.65048V6.14048C14.6797 7.60048 15.9197 8.81048 17.4297 8.81048C18.3797 8.82048 19.6997 8.82048 20.8297 8.82048C21.3997 8.82048 21.6997 8.15048 21.2997 7.75048C19.8597 6.30048 17.2797 3.69048 15.7997 2.21048Z\" fill=\"\"/>\n<path d=\"M14.7605 19.2618C12.4105 19.4318 12.4105 22.8318 14.7605 23.0018H20.3205C20.9905 23.0018 21.6505 22.7518 22.1405 22.3018C23.7905 20.8618 22.9105 17.9818 20.7405 17.7118C19.9605 13.0218 13.1805 14.8018 14.7805 19.2718\" fill=\"\"/>\n<path d=\"M21.5 11.19V14.44C21.5 14.74 21.06 14.88 20.84 14.67C20.36 14.2 19.77 13.84 19.09 13.63C17.41 13.11 15.46 13.62 14.25 14.9C13.44 15.74 13.03 16.81 13.04 17.97C13.04 18.16 12.95 18.33 12.8 18.44C12 19.05 11.5 20.01 11.5 21.12C11.5 21.2 11.5 21.28 11.51 21.36C11.53 21.68 11.3 21.99 10.97 21.99H8.07C4.99 21.99 2.5 19.99 2.5 16.42V7.57C2.5 4 4.99 2 8.07 2H12.31C12.86 2 13.31 2.45 13.31 3V5.89C13.31 8.27 15.23 10.19 17.61 10.19H20.5C21.05 10.19 21.5 10.64 21.5 11.19Z\" fill=\"\"/>\n</svg>\n</li><li title=\"document code 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 2H8C4.5 2 3 4 3 7V11.47C3 11.82 3.34 12.06 3.66 11.94C4.76 11.51 6.01 11.37 7.3 11.63C9.9 12.15 11.97 14.29 12.4 16.9C12.66 18.49 12.34 20 11.61 21.25C11.41 21.58 11.65 22 12.04 22H16C19.5 22 21 20 21 17V7C21 4 19.5 2 16 2ZM18.5 9.25H16.5C14.98 9.25 13.75 8.02 13.75 6.5V4.5C13.75 4.09 14.09 3.75 14.5 3.75C14.91 3.75 15.25 4.09 15.25 4.5V6.5C15.25 7.19 15.81 7.75 16.5 7.75H18.5C18.91 7.75 19.25 8.09 19.25 8.5C19.25 8.91 18.91 9.25 18.5 9.25Z\" fill=\"\"/>\n<path d=\"M6 13C3.24 13 1 15.24 1 18C1 20.76 3.24 23 6 23C8.76 23 11 20.76 11 18C11 15.24 8.76 13 6 13ZM5.16 19.27C5.41 19.52 5.41 19.93 5.16 20.19C5.03 20.32 4.87 20.38 4.7 20.38C4.53 20.38 4.37 20.32 4.24 20.19L2.51 18.46C2.26 18.21 2.26 17.8 2.51 17.54L4.24 15.81C4.49 15.56 4.9 15.56 5.16 15.81C5.41 16.06 5.41 16.47 5.16 16.73L3.89 18L5.16 19.27ZM9.48 18.46L7.75 20.19C7.62 20.32 7.46 20.38 7.29 20.38C7.12 20.38 6.96 20.32 6.83 20.19C6.58 19.94 6.58 19.53 6.83 19.27L8.11 18L6.84 16.73C6.59 16.48 6.59 16.07 6.84 15.81C7.09 15.56 7.5 15.56 7.76 15.81L9.49 17.54C9.73 17.8 9.73 18.2 9.48 18.46Z\" fill=\"\"/>\n</svg>\n</li><li title=\"document code \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 2H8C4.5 2 3 4 3 7V17C3 20 4.5 22 8 22H16C19.5 22 21 20 21 17V7C21 4 19.5 2 16 2ZM10.53 16.47C10.82 16.76 10.82 17.24 10.53 17.53C10.38 17.68 10.19 17.75 10 17.75C9.81 17.75 9.62 17.68 9.47 17.53L7.47 15.53C7.18 15.24 7.18 14.76 7.47 14.47L9.47 12.47C9.76 12.18 10.24 12.18 10.53 12.47C10.82 12.76 10.82 13.24 10.53 13.53L9.06 15L10.53 16.47ZM16.53 15.53L14.53 17.53C14.38 17.68 14.19 17.75 14 17.75C13.81 17.75 13.62 17.68 13.47 17.53C13.18 17.24 13.18 16.76 13.47 16.47L14.94 15L13.47 13.53C13.18 13.24 13.18 12.76 13.47 12.47C13.76 12.18 14.24 12.18 14.53 12.47L16.53 14.47C16.82 14.76 16.82 15.24 16.53 15.53ZM18.5 9.25H16.5C14.98 9.25 13.75 8.02 13.75 6.5V4.5C13.75 4.09 14.09 3.75 14.5 3.75C14.91 3.75 15.25 4.09 15.25 4.5V6.5C15.25 7.19 15.81 7.75 16.5 7.75H18.5C18.91 7.75 19.25 8.09 19.25 8.5C19.25 8.91 18.91 9.25 18.5 9.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"document copy \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.5 13.15H13.33C11.55 13.15 10.1 11.71 10.1 9.92V7.75C10.1 7.34 9.77 7 9.35 7H6.18C3.87 7 2 8.5 2 11.18V17.82C2 20.5 3.87 22 6.18 22H12.07C14.38 22 16.25 20.5 16.25 17.82V13.9C16.25 13.48 15.91 13.15 15.5 13.15Z\" fill=\"\"/>\n<path d=\"M17.8198 2H15.8498H14.7598H11.9298C9.66977 2 7.83977 3.44 7.75977 6.01C7.81977 6.01 7.86977 6 7.92977 6H10.7598H11.8498H13.8198C16.1298 6 17.9998 7.5 17.9998 10.18V12.15V14.86V16.83C17.9998 16.89 17.9898 16.94 17.9898 16.99C20.2198 16.92 21.9998 15.44 21.9998 12.83V10.86V8.15V6.18C21.9998 3.5 20.1298 2 17.8198 2Z\" fill=\"\"/>\n<path d=\"M11.9806 7.1517C11.6706 6.8417 11.1406 7.0517 11.1406 7.4817V10.1017C11.1406 11.2017 12.0706 12.1017 13.2106 12.1017C13.9206 12.1117 14.9106 12.1117 15.7606 12.1117C16.1906 12.1117 16.4106 11.6117 16.1106 11.3117C15.0206 10.2217 13.0806 8.2717 11.9806 7.1517Z\" fill=\"\"/>\n</svg>\n</li><li title=\"document download \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.5 10.19H17.61C15.24 10.19 13.31 8.26 13.31 5.89V3C13.31 2.45 12.86 2 12.31 2H8.07C4.99 2 2.5 4 2.5 7.57V16.43C2.5 20 4.99 22 8.07 22H15.93C19.01 22 21.5 20 21.5 16.43V11.19C21.5 10.64 21.05 10.19 20.5 10.19ZM12.28 15.78L10.28 17.78C10.21 17.85 10.12 17.91 10.03 17.94C9.94 17.98 9.85 18 9.75 18C9.65 18 9.56 17.98 9.47 17.94C9.39 17.91 9.31 17.85 9.25 17.79C9.24 17.78 9.23 17.78 9.23 17.77L7.23 15.77C6.94 15.48 6.94 15 7.23 14.71C7.52 14.42 8 14.42 8.29 14.71L9 15.44V11.25C9 10.84 9.34 10.5 9.75 10.5C10.16 10.5 10.5 10.84 10.5 11.25V15.44L11.22 14.72C11.51 14.43 11.99 14.43 12.28 14.72C12.57 15.01 12.57 15.49 12.28 15.78Z\" fill=\"\"/>\n<path d=\"M17.4297 8.81048C18.3797 8.82048 19.6997 8.82048 20.8297 8.82048C21.3997 8.82048 21.6997 8.15048 21.2997 7.75048C19.8597 6.30048 17.2797 3.69048 15.7997 2.21048C15.3897 1.80048 14.6797 2.08048 14.6797 2.65048V6.14048C14.6797 7.60048 15.9197 8.81048 17.4297 8.81048Z\" fill=\"\"/>\n</svg>\n</li><li title=\"document favorite \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.5 10.19H17.61C15.24 10.19 13.31 8.26 13.31 5.89V3C13.31 2.45 12.86 2 12.31 2H8.07C4.99 2 2.5 4 2.5 7.57V16.43C2.5 20 4.99 22 8.07 22H15.93C19.01 22 21.5 20 21.5 16.43V11.19C21.5 10.64 21.05 10.19 20.5 10.19ZM12.48 15.7C11.96 17.37 10.13 18.27 9.5 18.27C8.86 18.27 7.07 17.4 6.52 15.7C6.16 14.59 6.57 13.14 7.84 12.73C8.42 12.54 9.04 12.65 9.49 13C9.94 12.65 10.56 12.54 11.15 12.73C12.43 13.14 12.83 14.59 12.48 15.7Z\" fill=\"\"/>\n<path d=\"M17.4297 8.81048C18.3797 8.82048 19.6997 8.82048 20.8297 8.82048C21.3997 8.82048 21.6997 8.15048 21.2997 7.75048C19.8597 6.30048 17.2797 3.69048 15.7997 2.21048C15.3897 1.80048 14.6797 2.08048 14.6797 2.65048V6.14048C14.6797 7.60048 15.9197 8.81048 17.4297 8.81048Z\" fill=\"\"/>\n</svg>\n</li><li title=\"document filter \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.23 1H11.36C12.04 1 12.59 1.56 12.59 2.25V3.62C12.59 4.12 12.28 4.74 11.97 5.05L9.33 7.43C8.96 7.74 8.72 8.36 8.72 8.86V11.54C8.72 11.91 8.47 12.41 8.17 12.6L7.3 13.17C6.5 13.67 5.39 13.11 5.39 12.11V8.8C5.39 8.36 5.14 7.8 4.9 7.49L2.56 4.99C2.25 4.68 2 4.12 2 3.75V2.31C2 1.56 2.55 1 3.23 1Z\" fill=\"\"/>\n<path d=\"M17 2H14.6C14.32 2 14.1 2.22 14.1 2.5C14.1 2.98 14.1 3.62 14.1 3.62C14.1 4.61 13.57 5.58 13.05 6.11L10.33 8.54C10.3 8.61 10.25 8.71 10.22 8.79V11.54C10.22 12.45 9.68 13.44 8.94 13.89L8.12 14.42C7.66 14.71 7.15 14.85 6.64 14.85C6.18 14.85 5.72 14.73 5.3 14.5C4.78254 14.2134 4.39183 13.781 4.1531 13.2736C4.03113 13.0143 4 12.7245 4 12.438V10.21C4 10.08 3.95 9.95 3.85 9.86L2.85 8.86C2.54 8.54 2 8.76 2 9.21V17C2 19.76 4.24 22 7 22H17C19.76 22 22 19.76 22 17V7C22 4.24 19.76 2 17 2ZM18 17.75H11C10.59 17.75 10.25 17.41 10.25 17C10.25 16.59 10.59 16.25 11 16.25H18C18.41 16.25 18.75 16.59 18.75 17C18.75 17.41 18.41 17.75 18 17.75ZM18 13.75H13C12.59 13.75 12.25 13.41 12.25 13C12.25 12.59 12.59 12.25 13 12.25H18C18.41 12.25 18.75 12.59 18.75 13C18.75 13.41 18.41 13.75 18 13.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"document forward \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.5 10.19H17.61C15.24 10.19 13.31 8.26 13.31 5.89V3C13.31 2.45 12.86 2 12.31 2H8.07C4.99 2 2.5 4 2.5 7.57V16.43C2.5 20 4.99 22 8.07 22H15.93C19.01 22 21.5 20 21.5 16.43V11.19C21.5 10.64 21.05 10.19 20.5 10.19ZM13.75 14.94C13.75 14.99 13.75 15.05 13.75 15.1C13.73 15.24 13.67 15.37 13.57 15.49C13.56 15.5 13.54 15.52 13.53 15.53L11.53 17.53C11.38 17.68 11.19 17.75 11 17.75C10.81 17.75 10.62 17.68 10.47 17.53C10.18 17.24 10.18 16.76 10.47 16.47L11.19 15.75H7C6.59 15.75 6.25 15.41 6.25 15C6.25 14.59 6.59 14.25 7 14.25H11.19L10.47 13.53C10.32 13.38 10.25 13.19 10.25 13C10.25 12.81 10.32 12.62 10.47 12.47C10.76 12.18 11.24 12.18 11.53 12.47L13.53 14.47C13.66 14.61 13.73 14.77 13.75 14.94Z\" fill=\"\"/>\n<path d=\"M17.4297 8.81048C18.3797 8.82048 19.6997 8.82048 20.8297 8.82048C21.3997 8.82048 21.6997 8.15048 21.2997 7.75048C19.8597 6.30048 17.2797 3.69048 15.7997 2.21048C15.3897 1.80048 14.6797 2.08048 14.6797 2.65048V6.14048C14.6797 7.60048 15.9197 8.81048 17.4297 8.81048Z\" fill=\"\"/>\n</svg>\n</li><li title=\"document like \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 2H8C4.5 2 3 4 3 7V17C3 20 4.5 22 8 22H16C19.5 22 21 20 21 17V7C21 4 19.5 2 16 2ZM13.07 15.49C12.56 17.12 10.77 17.97 10.27 17.97C9.78 17.96 8.01 17.13 7.48 15.49C7.15 14.46 7.54 13.19 8.61 12.84C9.18 12.66 9.88 12.81 10.27 13.36C10.64 12.79 11.37 12.66 11.93 12.84C13.01 13.19 13.39 14.46 13.07 15.49ZM18.5 9.25H16.5C14.98 9.25 13.75 8.02 13.75 6.5V4.5C13.75 4.09 14.09 3.75 14.5 3.75C14.91 3.75 15.25 4.09 15.25 4.5V6.5C15.25 7.19 15.81 7.75 16.5 7.75H18.5C18.91 7.75 19.25 8.09 19.25 8.5C19.25 8.91 18.91 9.25 18.5 9.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"document normal \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.7091 8.11949V17.5295C20.7091 19.9895 18.6991 21.9995 16.2391 21.9995H7.75906C5.29906 21.9995 3.28906 19.9895 3.28906 17.5295V8.11949C3.28906 6.40949 4.24906 4.91949 5.65906 4.16949C6.14906 3.90949 6.75906 4.25949 6.75906 4.81949C6.75906 6.40949 8.05906 7.70949 9.64906 7.70949H14.3491C15.9391 7.70949 17.2391 6.40949 17.2391 4.81949C17.2391 4.25949 17.8391 3.90949 18.3391 4.16949C19.7491 4.91949 20.7091 6.40949 20.7091 8.11949Z\" fill=\"\"/>\n<path d=\"M14.3498 2H9.64977C8.60977 2 7.75977 2.84 7.75977 3.88V4.82C7.75977 5.86 8.59977 6.7 9.63977 6.7H14.3498C15.3898 6.7 16.2298 5.86 16.2298 4.82V3.88C16.2398 2.84 15.3898 2 14.3498 2Z\" fill=\"\"/>\n</svg>\n</li><li title=\"document previous \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.7997 2.21048C15.3897 1.80048 14.6797 2.08048 14.6797 2.65048V6.14048C14.6797 7.60048 15.9197 8.81048 17.4297 8.81048C18.3797 8.82048 19.6997 8.82048 20.8297 8.82048C21.3997 8.82048 21.6997 8.15048 21.2997 7.75048C19.8597 6.30048 17.2797 3.69048 15.7997 2.21048Z\" fill=\"\"/>\n<path d=\"M20.5 10.19H17.61C15.24 10.19 13.31 8.26 13.31 5.89V3C13.31 2.45 12.86 2 12.31 2H8.07C4.99 2 2.5 4 2.5 7.57V16.43C2.5 20 4.99 22 8.07 22H15.93C19.01 22 21.5 20 21.5 16.43V11.19C21.5 10.64 21.05 10.19 20.5 10.19ZM13 15.75H8.81L9.53 16.47C9.82 16.76 9.82 17.24 9.53 17.53C9.38 17.68 9.19 17.75 9 17.75C8.81 17.75 8.62 17.68 8.47 17.53L6.47 15.53C6.4 15.46 6.36 15.39 6.32 15.31C6.31 15.29 6.3 15.26 6.29 15.24C6.27 15.18 6.26 15.12 6.25 15.06C6.25 15.03 6.25 15.01 6.25 14.98C6.25 14.9 6.27 14.82 6.3 14.74C6.3 14.73 6.3 14.73 6.31 14.72C6.34 14.64 6.4 14.56 6.46 14.5C6.47 14.49 6.47 14.48 6.48 14.48L8.48 12.48C8.77 12.19 9.25 12.19 9.54 12.48C9.83 12.77 9.83 13.25 9.54 13.54L8.82 14.26H13C13.41 14.26 13.75 14.6 13.75 15.01C13.75 15.42 13.41 15.75 13 15.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"document sketch \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.5 10.19H17.61C15.24 10.19 13.31 8.26 13.31 5.89V3C13.31 2.45 12.86 2 12.31 2H8.07C4.99 2 2.5 4 2.5 7.57V16.43C2.5 20 4.99 22 8.07 22H15.93C19.01 22 21.5 20 21.5 16.43V11.19C21.5 10.64 21.05 10.19 20.5 10.19ZM12.4 15.58L10.54 17.44C10.31 17.67 9.99 17.8 9.65 17.8C9.31 17.8 9 17.67 8.76 17.44L6.9 15.58C6.49 15.17 6.42 14.48 6.75 14L7.6 12.72C7.81 12.39 8.25 12.16 8.64 12.16H10.65C11.04 12.16 11.47 12.39 11.69 12.72L12.55 14C12.86 14.48 12.8 15.17 12.4 15.58Z\" fill=\"\"/>\n<path d=\"M17.4297 8.81048C18.3797 8.82048 19.6997 8.82048 20.8297 8.82048C21.3997 8.82048 21.6997 8.15048 21.2997 7.75048C19.8597 6.30048 17.2797 3.69048 15.7997 2.21048C15.3897 1.80048 14.6797 2.08048 14.6797 2.65048V6.14048C14.6797 7.60048 15.9197 8.81048 17.4297 8.81048Z\" fill=\"\"/>\n</svg>\n</li><li title=\"document text 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 2H8C4.5 2 3 4 3 7V17C3 20 4.5 22 8 22H16C19.5 22 21 20 21 17V7C21 4 19.5 2 16 2ZM8 12.25H12C12.41 12.25 12.75 12.59 12.75 13C12.75 13.41 12.41 13.75 12 13.75H8C7.59 13.75 7.25 13.41 7.25 13C7.25 12.59 7.59 12.25 8 12.25ZM16 17.75H8C7.59 17.75 7.25 17.41 7.25 17C7.25 16.59 7.59 16.25 8 16.25H16C16.41 16.25 16.75 16.59 16.75 17C16.75 17.41 16.41 17.75 16 17.75ZM18.5 9.25H16.5C14.98 9.25 13.75 8.02 13.75 6.5V4.5C13.75 4.09 14.09 3.75 14.5 3.75C14.91 3.75 15.25 4.09 15.25 4.5V6.5C15.25 7.19 15.81 7.75 16.5 7.75H18.5C18.91 7.75 19.25 8.09 19.25 8.5C19.25 8.91 18.91 9.25 18.5 9.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"document text \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.7997 2.21048C15.3897 1.80048 14.6797 2.08048 14.6797 2.65048V6.14048C14.6797 7.60048 15.9197 8.81048 17.4297 8.81048C18.3797 8.82048 19.6997 8.82048 20.8297 8.82048C21.3997 8.82048 21.6997 8.15048 21.2997 7.75048C19.8597 6.30048 17.2797 3.69048 15.7997 2.21048Z\" fill=\"\"/>\n<path d=\"M20.5 10.19H17.61C15.24 10.19 13.31 8.26 13.31 5.89V3C13.31 2.45 12.86 2 12.31 2H8.07C4.99 2 2.5 4 2.5 7.57V16.43C2.5 20 4.99 22 8.07 22H15.93C19.01 22 21.5 20 21.5 16.43V11.19C21.5 10.64 21.05 10.19 20.5 10.19ZM11.5 17.75H7.5C7.09 17.75 6.75 17.41 6.75 17C6.75 16.59 7.09 16.25 7.5 16.25H11.5C11.91 16.25 12.25 16.59 12.25 17C12.25 17.41 11.91 17.75 11.5 17.75ZM13.5 13.75H7.5C7.09 13.75 6.75 13.41 6.75 13C6.75 12.59 7.09 12.25 7.5 12.25H13.5C13.91 12.25 14.25 12.59 14.25 13C14.25 13.41 13.91 13.75 13.5 13.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"document upload \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.5 10.19H17.61C15.24 10.19 13.31 8.26 13.31 5.89V3C13.31 2.45 12.86 2 12.31 2H8.07C4.99 2 2.5 4 2.5 7.57V16.43C2.5 20 4.99 22 8.07 22H15.93C19.01 22 21.5 20 21.5 16.43V11.19C21.5 10.64 21.05 10.19 20.5 10.19ZM11.53 13.53C11.38 13.68 11.19 13.75 11 13.75C10.81 13.75 10.62 13.68 10.47 13.53L9.75 12.81V17C9.75 17.41 9.41 17.75 9 17.75C8.59 17.75 8.25 17.41 8.25 17V12.81L7.53 13.53C7.24 13.82 6.76 13.82 6.47 13.53C6.18 13.24 6.18 12.76 6.47 12.47L8.47 10.47C8.54 10.41 8.61 10.36 8.69 10.32C8.71 10.31 8.74 10.3 8.76 10.29C8.82 10.27 8.88 10.26 8.95 10.25C8.98 10.25 9 10.25 9.03 10.25C9.11 10.25 9.19 10.27 9.27 10.3C9.28 10.3 9.28 10.3 9.29 10.3C9.37 10.33 9.45 10.39 9.51 10.45C9.52 10.46 9.53 10.46 9.53 10.47L11.53 12.47C11.82 12.76 11.82 13.24 11.53 13.53Z\" fill=\"\"/>\n<path d=\"M17.4297 8.81048C18.3797 8.82048 19.6997 8.82048 20.8297 8.82048C21.3997 8.82048 21.6997 8.15048 21.2997 7.75048C19.8597 6.30048 17.2797 3.69048 15.7997 2.21048C15.3897 1.80048 14.6797 2.08048 14.6797 2.65048V6.14048C14.6797 7.60048 15.9197 8.81048 17.4297 8.81048Z\" fill=\"\"/>\n</svg>\n</li><li title=\"document \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM15.75 15.75H8.25C7.84 15.75 7.5 15.41 7.5 15C7.5 14.59 7.84 14.25 8.25 14.25H15.75C16.16 14.25 16.5 14.59 16.5 15C16.5 15.41 16.16 15.75 15.75 15.75ZM15.75 9.75H8.25C7.84 9.75 7.5 9.41 7.5 9C7.5 8.59 7.84 8.25 8.25 8.25H15.75C16.16 8.25 16.5 8.59 16.5 9C16.5 9.41 16.16 9.75 15.75 9.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"dollar circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.75 15.9203H13.4C14.05 15.9203 14.59 15.3403 14.59 14.6403C14.59 13.7703 14.28 13.6003 13.77 13.4203L12.76 13.0703V15.9203H12.75Z\" fill=\"\"/>\n<path d=\"M11.9701 1.89845C6.45007 1.91845 1.98007 6.40845 2.00007 11.9285C2.02007 17.4485 6.51007 21.9185 12.0301 21.8985C17.5501 21.8785 22.0201 17.3885 22.0001 11.8685C21.9801 6.34845 17.4901 1.88845 11.9701 1.89845ZM14.2601 11.9985C15.0401 12.2685 16.0901 12.8485 16.0901 14.6385C16.0901 16.1785 14.8801 17.4185 13.4001 17.4185H12.7501V17.9985C12.7501 18.4085 12.4101 18.7485 12.0001 18.7485C11.5901 18.7485 11.2501 18.4085 11.2501 17.9985V17.4185H10.8901C9.25007 17.4185 7.92007 16.0385 7.92007 14.3385C7.92007 13.9285 8.26007 13.5885 8.67007 13.5885C9.08007 13.5885 9.42007 13.9285 9.42007 14.3385C9.42007 15.2085 10.0801 15.9185 10.8901 15.9185H11.2501V12.5385L9.74007 11.9985C8.96007 11.7285 7.91007 11.1485 7.91007 9.35845C7.91007 7.81845 9.12007 6.57845 10.6001 6.57845H11.2501V5.99845C11.2501 5.58845 11.5901 5.24845 12.0001 5.24845C12.4101 5.24845 12.7501 5.58845 12.7501 5.99845V6.57845H13.1101C14.7501 6.57845 16.0801 7.95845 16.0801 9.65845C16.0801 10.0685 15.7401 10.4085 15.3301 10.4085C14.9201 10.4085 14.5801 10.0685 14.5801 9.65845C14.5801 8.78845 13.9201 8.07845 13.1101 8.07845H12.7501V11.4585L14.2601 11.9985Z\" fill=\"\"/>\n<path d=\"M9.42188 9.36812C9.42188 10.2381 9.73187 10.4081 10.2419 10.5881L11.2519 10.9381V8.07812H10.6019C9.95188 8.07812 9.42188 8.65812 9.42188 9.36812Z\" fill=\"\"/>\n</svg>\n</li><li title=\"dollar square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.2519 8.07812V10.9381L10.2419 10.5881C9.73187 10.4081 9.42188 10.2381 9.42188 9.36812C9.42188 8.65812 9.95188 8.07812 10.6019 8.07812H11.2519Z\" fill=\"\"/>\n<path d=\"M14.58 14.6286C14.58 15.3386 14.05 15.9186 13.4 15.9186H12.75V13.0586L13.76 13.4086C14.27 13.5886 14.58 13.7586 14.58 14.6286Z\" fill=\"\"/>\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.19C2 19.83 4.17 22 7.81 22H16.19C19.83 22 22 19.83 22 16.19V7.81C22 4.17 19.83 2 16.19 2ZM14.26 12C15.04 12.27 16.08 12.84 16.08 14.63C16.08 16.17 14.88 17.42 13.4 17.42H12.75V18C12.75 18.41 12.41 18.75 12 18.75C11.59 18.75 11.25 18.41 11.25 18V17.42H10.89C9.25 17.42 7.92 16.03 7.92 14.33C7.92 13.92 8.25 13.58 8.67 13.58C9.08 13.58 9.42 13.92 9.42 14.33C9.42 15.21 10.08 15.92 10.89 15.92H11.25V12.53L9.74 12C8.96 11.73 7.92 11.16 7.92 9.37C7.92 7.83 9.12 6.58 10.6 6.58H11.25V6C11.25 5.59 11.59 5.25 12 5.25C12.41 5.25 12.75 5.59 12.75 6V6.58H13.11C14.75 6.58 16.08 7.97 16.08 9.67C16.08 10.08 15.75 10.42 15.33 10.42C14.92 10.42 14.58 10.08 14.58 9.67C14.58 8.79 13.92 8.08 13.11 8.08H12.75V11.47L14.26 12Z\" fill=\"\"/>\n</svg>\n</li><li title=\"driver 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.6 2 2 4.6 2 7.81V10.25C2 10.8 2.45 11.25 3 11.25H21C21.55 11.25 22 10.8 22 10.25V7.81C22 4.6 19.4 2 16.19 2ZM6.75 8.25C6.75 8.66 6.41 9 6 9C5.59 9 5.25 8.66 5.25 8.25V6.25C5.25 5.84 5.59 5.5 6 5.5C6.41 5.5 6.75 5.84 6.75 6.25V8.25ZM10.75 8.25C10.75 8.66 10.41 9 10 9C9.59 9 9.25 8.66 9.25 8.25V6.25C9.25 5.84 9.59 5.5 10 5.5C10.41 5.5 10.75 5.84 10.75 6.25V8.25ZM18 8H14C13.59 8 13.25 7.66 13.25 7.25C13.25 6.84 13.59 6.5 14 6.5H18C18.41 6.5 18.75 6.84 18.75 7.25C18.75 7.66 18.41 8 18 8Z\" fill=\"\"/>\n<path d=\"M2 16.19C2 19.4 4.6 22 7.81 22H16.18C19.4 22 22 19.4 22 16.19V13.75C22 13.2 21.55 12.75 21 12.75H3C2.45 12.75 2 13.2 2 13.75V16.19ZM14 16.25H18C18.41 16.25 18.75 16.59 18.75 17C18.75 17.41 18.41 17.75 18 17.75H14C13.59 17.75 13.25 17.41 13.25 17C13.25 16.59 13.59 16.25 14 16.25ZM9.25 16C9.25 15.59 9.59 15.25 10 15.25C10.41 15.25 10.75 15.59 10.75 16V18C10.75 18.41 10.41 18.75 10 18.75C9.59 18.75 9.25 18.41 9.25 18V16ZM5.25 16C5.25 15.59 5.59 15.25 6 15.25C6.41 15.25 6.75 15.59 6.75 16V18C6.75 18.41 6.41 18.75 6 18.75C5.59 18.75 5.25 18.41 5.25 18V16Z\" fill=\"\"/>\n</svg>\n</li><li title=\"driver refresh \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.93 12.75H3C2.45 12.75 2 13.2 2 13.75V16.19C2 19.4 4.6 22 7.81 22H9.51C10.28 22 10.75 21.18 10.38 20.5C9.59 19.03 9.28 17.26 9.67 15.4C9.81 14.72 10.05 14.08 10.37 13.48C10.54 13.15 10.31 12.75 9.93 12.75ZM6.75 18C6.75 18.41 6.41 18.75 6 18.75C5.59 18.75 5.25 18.41 5.25 18V16C5.25 15.59 5.59 15.25 6 15.25C6.41 15.25 6.75 15.59 6.75 16V18Z\" fill=\"\"/>\n<path d=\"M16.19 2H7.81C4.6 2 2 4.6 2 7.81V10.25C2 10.8 2.45 11.25 3 11.25H11.84C12.06 11.25 12.27 11.17 12.45 11.03C13.31 10.37 14.32 9.89 15.4 9.67C17.26 9.28 19.03 9.59 20.5 10.38C21.18 10.74 22 10.28 22 9.51V7.81C22 4.6 19.4 2 16.19 2ZM6.75 8.25C6.75 8.66 6.41 9 6 9C5.59 9 5.25 8.66 5.25 8.25V6.25C5.25 5.84 5.59 5.5 6 5.5C6.41 5.5 6.75 5.84 6.75 6.25V8.25ZM10.75 8.25C10.75 8.66 10.41 9 10 9C9.59 9 9.25 8.66 9.25 8.25V6.25C9.25 5.84 9.59 5.5 10 5.5C10.41 5.5 10.75 5.84 10.75 6.25V8.25ZM18 8H14C13.59 8 13.25 7.66 13.25 7.25C13.25 6.84 13.59 6.5 14 6.5H18C18.41 6.5 18.75 6.84 18.75 7.25C18.75 7.66 18.41 8 18 8Z\" fill=\"\"/>\n<path d=\"M17 11C13.69 11 11 13.69 11 17C11 20.31 13.69 23 17 23C20.31 23 23 20.31 23 17C23 13.69 20.31 11 17 11ZM19.93 18.2C19.77 18.59 19.54 18.94 19.24 19.24C18.64 19.84 17.85 20.17 17 20.17C16.32 20.17 15.68 19.95 15.14 19.55V19.69C15.14 20 14.89 20.26 14.57 20.26C14.25 20.25 14 20 14 19.68V18.24C14 17.93 14.25 17.67 14.57 17.67H16.01C16.32 17.67 16.58 17.92 16.58 18.24C16.58 18.53 16.37 18.75 16.09 18.79C16.85 19.16 17.82 19.04 18.43 18.43C18.62 18.24 18.77 18.01 18.87 17.76C18.99 17.47 19.32 17.33 19.61 17.45C19.91 17.57 20.05 17.91 19.93 18.2ZM20 15.76C20 16.07 19.75 16.33 19.43 16.33H17.99C17.68 16.33 17.42 16.08 17.42 15.76C17.42 15.47 17.63 15.25 17.91 15.21C17.15 14.84 16.18 14.96 15.56 15.57C15.39 15.74 15.26 15.93 15.16 16.14C15.06 16.35 14.86 16.47 14.65 16.47C14.57 16.47 14.49 16.45 14.41 16.42C14.13 16.29 14 15.95 14.14 15.66C14.3 15.33 14.51 15.03 14.76 14.77C15.36 14.17 16.15 13.84 17 13.84C17.68 13.84 18.32 14.06 18.86 14.46V14.33C18.86 14.02 19.11 13.76 19.43 13.76C19.75 13.76 20 14 20 14.32V15.76Z\" fill=\"\"/>\n</svg>\n</li><li title=\"driver \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.32 2H4.68C3.21 2 2 3.21 2 4.68V7.31C2 8.79 3.21 10 4.68 10H19.31C20.79 10 22 8.79 22 7.32V4.68C22 3.21 20.79 2 19.32 2ZM6.75 7C6.75 7.41 6.41 7.75 6 7.75C5.59 7.75 5.25 7.41 5.25 7V5C5.25 4.59 5.59 4.25 6 4.25C6.41 4.25 6.75 4.59 6.75 5V7ZM10.75 7C10.75 7.41 10.41 7.75 10 7.75C9.59 7.75 9.25 7.41 9.25 7V5C9.25 4.59 9.59 4.25 10 4.25C10.41 4.25 10.75 4.59 10.75 5V7ZM18 6.75H14C13.59 6.75 13.25 6.41 13.25 6C13.25 5.59 13.59 5.25 14 5.25H18C18.41 5.25 18.75 5.59 18.75 6C18.75 6.41 18.41 6.75 18 6.75Z\" fill=\"\"/>\n<path d=\"M19.32 14H4.68C3.21 14 2 15.21 2 16.68V19.31C2 20.79 3.21 22 4.68 22H19.31C20.79 22 21.99 20.79 21.99 19.32V16.69C22 15.21 20.79 14 19.32 14ZM6.75 19C6.75 19.41 6.41 19.75 6 19.75C5.59 19.75 5.25 19.41 5.25 19V17C5.25 16.59 5.59 16.25 6 16.25C6.41 16.25 6.75 16.59 6.75 17V19ZM10.75 19C10.75 19.41 10.41 19.75 10 19.75C9.59 19.75 9.25 19.41 9.25 19V17C9.25 16.59 9.59 16.25 10 16.25C10.41 16.25 10.75 16.59 10.75 17V19ZM18 18.75H14C13.59 18.75 13.25 18.41 13.25 18C13.25 17.59 13.59 17.25 14 17.25H18C18.41 17.25 18.75 17.59 18.75 18C18.75 18.41 18.41 18.75 18 18.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"driving \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 18.75C11.59 18.75 11.25 18.41 11.25 18V17C11.25 16.59 11.59 16.25 12 16.25C12.41 16.25 12.75 16.59 12.75 17V18C12.75 18.41 12.41 18.75 12 18.75Z\" fill=\"\"/>\n<path d=\"M12 22.75C11.59 22.75 11.25 22.41 11.25 22V21C11.25 20.59 11.59 20.25 12 20.25C12.41 20.25 12.75 20.59 12.75 21V22C12.75 22.41 12.41 22.75 12 22.75Z\" fill=\"\"/>\n<path d=\"M1.99814 22.7481C1.93814 22.7481 1.87814 22.7381 1.81814 22.7281C1.41814 22.6281 1.16814 22.2181 1.26814 21.8181L2.26814 17.8181C2.36814 17.4181 2.76814 17.1681 3.17814 17.2681C3.57814 17.3681 3.82814 17.7781 3.72814 18.1781L2.72814 22.1781C2.63814 22.5181 2.33814 22.7481 1.99814 22.7481Z\" fill=\"\"/>\n<path d=\"M21.7526 22.5026C21.4126 22.5026 21.1126 22.2726 21.0226 21.9326L20.0226 17.9326C19.9226 17.5326 20.1626 17.1226 20.5726 17.0226C20.9726 16.9226 21.3826 17.1626 21.4826 17.5726L22.4826 21.5726C22.5826 21.9726 22.3426 22.3826 21.9326 22.4826C21.8726 22.4926 21.8126 22.5026 21.7526 22.5026Z\" fill=\"\"/>\n<path d=\"M19.1383 5.3C19.1383 5.6 18.8883 5.84 18.5983 5.84H5.52828C5.22828 5.84 4.98828 5.59 4.98828 5.3C4.98828 5 5.23828 4.76 5.52828 4.76H6.26828L6.54828 3.45C6.80828 2.17 7.34828 1 9.50828 1H14.5983C16.7583 1 17.3083 2.17 17.5683 3.44L17.8483 4.75H18.5883C18.8883 4.75 19.1383 5 19.1383 5.3Z\" fill=\"\"/>\n<path d=\"M19.4482 9.39969C19.3382 8.19969 19.0182 6.92969 16.6882 6.92969H7.42819C5.09819 6.92969 4.78819 8.20969 4.66819 9.39969L4.25819 13.8197C4.20819 14.3697 4.38819 14.9197 4.76819 15.3397C5.15819 15.7597 5.69819 15.9997 6.27819 15.9997H7.63819C8.81819 15.9997 9.03819 15.3297 9.18819 14.8797L9.33819 14.4397C9.50819 13.9397 9.54819 13.8197 10.1982 13.8197H13.9182C14.5682 13.8197 14.5882 13.8897 14.7782 14.4397L14.9282 14.8797C15.0682 15.3297 15.2982 15.9997 16.4682 15.9997H17.8282C18.3982 15.9997 18.9482 15.7597 19.3382 15.3397C19.7182 14.9297 19.8982 14.3697 19.8482 13.8197L19.4482 9.39969ZM9.87819 10.9197H7.70819C7.40819 10.9197 7.16819 10.6697 7.16819 10.3797C7.16819 10.0897 7.41819 9.83969 7.70819 9.83969H9.88819C10.1882 9.83969 10.4282 10.0897 10.4282 10.3797C10.4282 10.6697 10.1782 10.9197 9.87819 10.9197ZM16.4082 10.9197H14.2282C13.9282 10.9197 13.6882 10.6697 13.6882 10.3797C13.6882 10.0897 13.9382 9.83969 14.2282 9.83969H16.4082C16.7082 9.83969 16.9482 10.0897 16.9482 10.3797C16.9482 10.6697 16.7082 10.9197 16.4082 10.9197Z\" fill=\"\"/>\n</svg>\n</li><li title=\"drop \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.5885 7.41L6.30849 17.69C5.82849 18.17 5.00849 18.06 4.71849 17.45C4.19849 16.38 3.89849 15.17 3.89849 13.9C3.87849 8.38 9.47849 3.66 11.3785 2.21C11.7485 1.93 12.2485 1.93 12.6085 2.21C13.4785 2.87 15.1085 4.24 16.6385 6.04C16.9785 6.44 16.9585 7.04 16.5885 7.41Z\" fill=\"\"/>\n<path d=\"M20.1 13.9103C20.1 18.3703 16.47 22.0003 12 22.0003C10.21 22.0003 8.53996 21.4203 7.18996 20.4203C6.69996 20.0603 6.65996 19.3403 7.08996 18.9103L17.16 8.84026C17.63 8.37026 18.42 8.47026 18.74 9.05026C19.56 10.5603 20.11 12.2003 20.1 13.9103Z\" fill=\"\"/>\n</svg>\n</li><li title=\"edit 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 22H3C2.59 22 2.25 21.66 2.25 21.25C2.25 20.84 2.59 20.5 3 20.5H21C21.41 20.5 21.75 20.84 21.75 21.25C21.75 21.66 21.41 22 21 22Z\" fill=\"\"/>\n<path d=\"M19.0206 3.48162C17.0806 1.54162 15.1806 1.49162 13.1906 3.48162L11.9806 4.69162C11.8806 4.79162 11.8406 4.95162 11.8806 5.09162C12.6406 7.74162 14.7606 9.86162 17.4106 10.6216C17.4506 10.6316 17.4906 10.6416 17.5306 10.6416C17.6406 10.6416 17.7406 10.6016 17.8206 10.5216L19.0206 9.31162C20.0106 8.33162 20.4906 7.38162 20.4906 6.42162C20.5006 5.43162 20.0206 4.47162 19.0206 3.48162Z\" fill=\"\"/>\n<path d=\"M15.6103 11.5308C15.3203 11.3908 15.0403 11.2508 14.7703 11.0908C14.5503 10.9608 14.3403 10.8208 14.1303 10.6708C13.9603 10.5608 13.7603 10.4008 13.5703 10.2408C13.5503 10.2308 13.4803 10.1708 13.4003 10.0908C13.0703 9.81078 12.7003 9.45078 12.3703 9.05078C12.3403 9.03078 12.2903 8.96078 12.2203 8.87078C12.1203 8.75078 11.9503 8.55078 11.8003 8.32078C11.6803 8.17078 11.5403 7.95078 11.4103 7.73078C11.2503 7.46078 11.1103 7.19078 10.9703 6.91078C10.9491 6.86539 10.9286 6.82022 10.9088 6.77532C10.7612 6.442 10.3265 6.34455 10.0688 6.60231L4.34032 12.3308C4.21032 12.4608 4.09032 12.7108 4.06032 12.8808L3.52032 16.7108C3.42032 17.3908 3.61032 18.0308 4.03032 18.4608C4.39032 18.8108 4.89032 19.0008 5.43032 19.0008C5.55032 19.0008 5.67032 18.9908 5.79032 18.9708L9.63032 18.4308C9.81032 18.4008 10.0603 18.2808 10.1803 18.1508L15.9016 12.4295C16.1612 12.1699 16.0633 11.7245 15.7257 11.5804C15.6877 11.5642 15.6492 11.5476 15.6103 11.5308Z\" fill=\"\"/>\n</svg>\n</li><li title=\"edit \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM10.95 17.51C10.66 17.8 10.11 18.08 9.71 18.14L7.25 18.49C7.16 18.5 7.07 18.51 6.98 18.51C6.57 18.51 6.19 18.37 5.92 18.1C5.59 17.77 5.45 17.29 5.53 16.76L5.88 14.3C5.94 13.89 6.21 13.35 6.51 13.06L10.97 8.6C11.05 8.81 11.13 9.02 11.24 9.26C11.34 9.47 11.45 9.69 11.57 9.89C11.67 10.06 11.78 10.22 11.87 10.34C11.98 10.51 12.11 10.67 12.19 10.76C12.24 10.83 12.28 10.88 12.3 10.9C12.55 11.2 12.84 11.48 13.09 11.69C13.16 11.76 13.2 11.8 13.22 11.81C13.37 11.93 13.52 12.05 13.65 12.14C13.81 12.26 13.97 12.37 14.14 12.46C14.34 12.58 14.56 12.69 14.78 12.8C15.01 12.9 15.22 12.99 15.43 13.06L10.95 17.51ZM17.37 11.09L16.45 12.02C16.39 12.08 16.31 12.11 16.23 12.11C16.2 12.11 16.16 12.11 16.14 12.1C14.11 11.52 12.49 9.9 11.91 7.87C11.88 7.76 11.91 7.64 11.99 7.57L12.92 6.64C14.44 5.12 15.89 5.15 17.38 6.64C18.14 7.4 18.51 8.13 18.51 8.89C18.5 9.61 18.13 10.33 17.37 11.09Z\" fill=\"\"/>\n</svg>\n</li><li title=\"electricity \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.59 5H15.25V2C15.25 1.59 14.91 1.25 14.5 1.25C14.09 1.25 13.75 1.59 13.75 2V5H10.25V2C10.25 1.59 9.91 1.25 9.5 1.25C9.09 1.25 8.75 1.59 8.75 2V5H8.41C7.36 5 6.5 5.86 6.5 6.91V12C6.5 14.2 8 16 10.5 16H11.25V22C11.25 22.41 11.59 22.75 12 22.75C12.41 22.75 12.75 22.41 12.75 22V16H13.5C16 16 17.5 14.2 17.5 12V6.91C17.5 5.86 16.64 5 15.59 5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"element 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11 19.9V4.1C11 2.6 10.36 2 8.77 2H4.73C3.14 2 2.5 2.6 2.5 4.1V19.9C2.5 21.4 3.14 22 4.73 22H8.77C10.36 22 11 21.4 11 19.9Z\" fill=\"\"/>\n<path d=\"M21.5 10.9V4.1C21.5 2.6 20.86 2 19.27 2H15.23C13.64 2 13 2.6 13 4.1V10.9C13 12.4 13.64 13 15.23 13H19.27C20.86 13 21.5 12.4 21.5 10.9Z\" fill=\"\"/>\n<path d=\"M21.5 19.9V17.1C21.5 15.6 20.86 15 19.27 15H15.23C13.64 15 13 15.6 13 17.1V19.9C13 21.4 13.64 22 15.23 22H19.27C20.86 22 21.5 21.4 21.5 19.9Z\" fill=\"\"/>\n</svg>\n</li><li title=\"element 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 8.52V3.98C22 2.57 21.36 2 19.77 2H15.73C14.14 2 13.5 2.57 13.5 3.98V8.51C13.5 9.93 14.14 10.49 15.73 10.49H19.77C21.36 10.5 22 9.93 22 8.52Z\" fill=\"\"/>\n<path d=\"M22 19.77V15.73C22 14.14 21.36 13.5 19.77 13.5H15.73C14.14 13.5 13.5 14.14 13.5 15.73V19.77C13.5 21.36 14.14 22 15.73 22H19.77C21.36 22 22 21.36 22 19.77Z\" fill=\"\"/>\n<path d=\"M10.5 8.52V3.98C10.5 2.57 9.86 2 8.27 2H4.23C2.64 2 2 2.57 2 3.98V8.51C2 9.93 2.64 10.49 4.23 10.49H8.27C9.86 10.5 10.5 9.93 10.5 8.52Z\" fill=\"\"/>\n<path d=\"M10.5 19.77V15.73C10.5 14.14 9.86 13.5 8.27 13.5H4.23C2.64 13.5 2 14.14 2 15.73V19.77C2 21.36 2.64 22 4.23 22H8.27C9.86 22 10.5 21.36 10.5 19.77Z\" fill=\"\"/>\n</svg>\n</li><li title=\"element 4 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.5 10.9V4.1C21.5 2.6 20.86 2 19.27 2H15.23C13.64 2 13 2.6 13 4.1V10.9C13 12.4 13.64 13 15.23 13H19.27C20.86 13 21.5 12.4 21.5 10.9Z\" fill=\"\"/>\n<path d=\"M11 13.1V19.9C11 21.4 10.36 22 8.77 22H4.73C3.14 22 2.5 21.4 2.5 19.9V13.1C2.5 11.6 3.14 11 4.73 11H8.77C10.36 11 11 11.6 11 13.1Z\" fill=\"\"/>\n<path d=\"M21.5 19.9V17.1C21.5 15.6 20.86 15 19.27 15H15.23C13.64 15 13 15.6 13 17.1V19.9C13 21.4 13.64 22 15.23 22H19.27C20.86 22 21.5 21.4 21.5 19.9Z\" fill=\"\"/>\n<path d=\"M11 6.9V4.1C11 2.6 10.36 2 8.77 2H4.73C3.14 2 2.5 2.6 2.5 4.1V6.9C2.5 8.4 3.14 9 4.73 9H8.77C10.36 9 11 8.4 11 6.9Z\" fill=\"\"/>\n</svg>\n</li><li title=\"element equal \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 16.25H15C14.59 16.25 14.25 15.91 14.25 15.5C14.25 15.09 14.59 14.75 15 14.75H21C21.41 14.75 21.75 15.09 21.75 15.5C21.75 15.91 21.41 16.25 21 16.25Z\" fill=\"\"/>\n<path d=\"M21 20.25H15C14.59 20.25 14.25 19.91 14.25 19.5C14.25 19.09 14.59 18.75 15 18.75H21C21.41 18.75 21.75 19.09 21.75 19.5C21.75 19.91 21.41 20.25 21 20.25Z\" fill=\"\"/>\n<path d=\"M22 8.52V3.98C22 2.57 21.36 2 19.77 2H15.73C14.14 2 13.5 2.57 13.5 3.98V8.51C13.5 9.93 14.14 10.49 15.73 10.49H19.77C21.36 10.5 22 9.93 22 8.52Z\" fill=\"\"/>\n<path d=\"M10.5 8.52V3.98C10.5 2.57 9.86 2 8.27 2H4.23C2.64 2 2 2.57 2 3.98V8.51C2 9.93 2.64 10.49 4.23 10.49H8.27C9.86 10.5 10.5 9.93 10.5 8.52Z\" fill=\"\"/>\n<path d=\"M10.5 19.77V15.73C10.5 14.14 9.86 13.5 8.27 13.5H4.23C2.64 13.5 2 14.14 2 15.73V19.77C2 21.36 2.64 22 4.23 22H8.27C9.86 22 10.5 21.36 10.5 19.77Z\" fill=\"\"/>\n</svg>\n</li><li title=\"element plus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.5 16.75H18.25V14.5C18.25 14.09 17.91 13.75 17.5 13.75C17.09 13.75 16.75 14.09 16.75 14.5V16.75H14.5C14.09 16.75 13.75 17.09 13.75 17.5C13.75 17.91 14.09 18.25 14.5 18.25H16.75V20.5C16.75 20.91 17.09 21.25 17.5 21.25C17.91 21.25 18.25 20.91 18.25 20.5V18.25H20.5C20.91 18.25 21.25 17.91 21.25 17.5C21.25 17.09 20.91 16.75 20.5 16.75Z\" fill=\"\"/>\n<path d=\"M22 8.52V3.98C22 2.57 21.36 2 19.77 2H15.73C14.14 2 13.5 2.57 13.5 3.98V8.51C13.5 9.93 14.14 10.49 15.73 10.49H19.77C21.36 10.5 22 9.93 22 8.52Z\" fill=\"\"/>\n<path d=\"M10.5 8.52V3.98C10.5 2.57 9.86 2 8.27 2H4.23C2.64 2 2 2.57 2 3.98V8.51C2 9.93 2.64 10.49 4.23 10.49H8.27C9.86 10.5 10.5 9.93 10.5 8.52Z\" fill=\"\"/>\n<path d=\"M10.5 19.77V15.73C10.5 14.14 9.86 13.5 8.27 13.5H4.23C2.64 13.5 2 14.14 2 15.73V19.77C2 21.36 2.64 22 4.23 22H8.27C9.86 22 10.5 21.36 10.5 19.77Z\" fill=\"\"/>\n</svg>\n</li><li title=\"emoji happy \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM8.5 6.38C9.53 6.38 10.38 7.22 10.38 8.26C10.38 9.3 9.54 10.14 8.5 10.14C7.46 10.14 6.62 9.28 6.62 8.25C6.62 7.22 7.47 6.38 8.5 6.38ZM12 19.08C9.31 19.08 7.12 16.89 7.12 14.2C7.12 13.5 7.69 12.92 8.39 12.92H15.59C16.29 12.92 16.86 13.49 16.86 14.2C16.88 16.89 14.69 19.08 12 19.08ZM15.5 10.12C14.47 10.12 13.62 9.28 13.62 8.24C13.62 7.2 14.46 6.36 15.5 6.36C16.54 6.36 17.38 7.2 17.38 8.24C17.38 9.28 16.53 10.12 15.5 10.12Z\" fill=\"\"/>\n</svg>\n</li><li title=\"emoji normal \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM6.47 7.72C6.76 7.43 7.24 7.43 7.53 7.72C8.24 8.43 9.4 8.43 10.11 7.72C10.4 7.43 10.88 7.43 11.17 7.72C11.46 8.01 11.46 8.49 11.17 8.78C10.52 9.43 9.67 9.75 8.82 9.75C7.97 9.75 7.12 9.43 6.47 8.78C6.18 8.48 6.18 8.01 6.47 7.72ZM12 18.78C9.31 18.78 7.12 16.59 7.12 13.9C7.12 13.2 7.69 12.62 8.39 12.62H15.59C16.29 12.62 16.86 13.19 16.86 13.9C16.88 16.59 14.69 18.78 12 18.78ZM17.53 8.78C16.88 9.43 16.03 9.75 15.18 9.75C14.33 9.75 13.48 9.43 12.83 8.78C12.54 8.49 12.54 8.01 12.83 7.72C13.12 7.43 13.6 7.43 13.89 7.72C14.6 8.43 15.76 8.43 16.47 7.72C16.76 7.43 17.24 7.43 17.53 7.72C17.82 8.01 17.82 8.48 17.53 8.78Z\" fill=\"\"/>\n</svg>\n</li><li title=\"emoji sad \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM6.47 9.28C6.18 8.99 6.18 8.51 6.47 8.22C7.76 6.93 9.87 6.93 11.17 8.22C11.46 8.51 11.46 8.99 11.17 9.28C11.02 9.43 10.83 9.5 10.64 9.5C10.45 9.5 10.26 9.43 10.11 9.28C9.4 8.57 8.24 8.57 7.53 9.28C7.24 9.58 6.76 9.58 6.47 9.28ZM15.6 18.08H8.4C7.7 18.08 7.13 17.51 7.13 16.8C7.13 14.11 9.32 11.92 12.01 11.92C14.7 11.92 16.89 14.11 16.89 16.8C16.88 17.5 16.3 18.08 15.6 18.08ZM17.53 9.28C17.24 9.57 16.76 9.57 16.47 9.28C15.76 8.57 14.6 8.57 13.89 9.28C13.74 9.43 13.55 9.5 13.36 9.5C13.17 9.5 12.98 9.43 12.83 9.28C12.54 8.99 12.54 8.51 12.83 8.22C14.12 6.93 16.23 6.93 17.53 8.22C17.82 8.52 17.82 8.99 17.53 9.28Z\" fill=\"\"/>\n</svg>\n</li><li title=\"empty wallet add \"><svg   viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.25864 21.2453C8.90561 20.5983 9.27728 19.7724 9.37364 18.9189C9.50441 17.7833 9.12586 16.6063 8.25864 15.7391C7.74244 15.2229 7.10923 14.8788 6.44161 14.7205C5.16831 14.397 3.75736 14.7342 2.75248 15.7391C2.05733 16.4343 1.67878 17.3221 1.6306 18.2375C1.59619 18.6298 1.6306 19.0359 1.73385 19.4282C1.89215 20.0959 2.23628 20.7291 2.75248 21.2453C4.27356 22.7663 6.73756 22.7663 8.25864 21.2453ZM6.96469 17.7764C7.36389 17.7764 7.69426 18.1068 7.69426 18.506C7.68738 18.912 7.36389 19.2355 6.95781 19.2424L6.23513 19.2355L6.24201 19.9307C6.23513 20.3368 5.91164 20.6602 5.50556 20.6671C5.09948 20.6602 4.776 20.3367 4.76911 19.9307L4.776 19.2355L4.05331 19.2424C3.64723 19.2355 3.32375 18.912 3.31686 18.506C3.32375 18.3064 3.40634 18.1274 3.53711 17.9966C3.66788 17.8659 3.84683 17.7833 4.04643 17.7764L4.776 17.7764L4.776 17.0193C4.776 16.8128 4.85859 16.6339 4.98936 16.5031C5.12013 16.3723 5.29908 16.2897 5.50556 16.2897C5.90476 16.2897 6.23513 16.6201 6.23513 17.0193L6.23513 17.7764L6.96469 17.7764Z\" fill=\"\"/>\n<path d=\"M15.0952 3.84548V7.54425H13.6352V3.84548C13.6352 3.58267 13.4016 3.45613 13.2458 3.45613C13.1972 3.45613 13.1485 3.46587 13.0998 3.48533L5.38108 6.39568C4.8652 6.59035 4.53426 7.07703 4.53426 7.63185V8.284C3.6485 8.94589 3.07422 10.0068 3.07422 11.2041V7.63185C3.07422 6.47355 3.78477 5.44179 4.8652 5.03298L12.5937 2.1129C12.8078 2.03503 13.0317 1.99609 13.2458 1.99609C14.2192 1.99609 15.0952 2.78452 15.0952 3.84548Z\" fill=\"\"/>\n<path d=\"M21.5691 14.1156V15.0889C21.5691 15.3518 21.3647 15.5659 21.0921 15.5756H19.671C19.1551 15.5756 18.6879 15.196 18.649 14.6899C18.6198 14.3881 18.7366 14.1059 18.9313 13.9112C19.1065 13.7262 19.3498 13.6289 19.6126 13.6289H21.0824C21.3647 13.6386 21.5691 13.8528 21.5691 14.1156Z\" fill=\"\"/>\n<path d=\"M19.6019 12.6044H20.5947C21.1301 12.6044 21.5681 12.1664 21.5681 11.6311V11.2028C21.5681 9.18795 19.9231 7.54297 17.9082 7.54297H6.73405C5.9067 7.54297 5.14748 7.81551 4.53426 8.28272C3.6485 8.94461 3.07422 10.0056 3.07422 11.2028V12.9354C3.07422 13.3053 3.46356 13.5389 3.81397 13.4221C4.35905 13.2371 4.93334 13.1398 5.50762 13.1398C8.4569 13.1398 10.8611 15.544 10.8611 18.4933C10.8611 19.1941 10.6762 19.963 10.3842 20.6444C10.2284 20.9948 10.4718 21.4134 10.8514 21.4134H17.9082C19.9231 21.4134 21.5681 19.7684 21.5681 17.7535V17.5686C21.5681 17.0332 21.1301 16.5952 20.5947 16.5952H19.7479C18.8135 16.5952 17.918 16.0209 17.6746 15.1157C17.4799 14.376 17.7136 13.6557 18.2002 13.1885C18.5604 12.8186 19.0568 12.6044 19.6019 12.6044ZM14.2679 12.4098H9.40106C9.00198 12.4098 8.67104 12.0788 8.67104 11.6797C8.67104 11.2807 9.00198 10.9497 9.40106 10.9497H14.2679C14.6669 10.9497 14.9979 11.2807 14.9979 11.6797C14.9979 12.0788 14.6669 12.4098 14.2679 12.4098Z\" fill=\"\"/>\n</svg>\n</li><li title=\"empty wallet change \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 15C3.98 15 3.04 15.39 2.33 16.03C2.17 16.17 2.02 16.32 1.89 16.49C1.33 17.18 1 18.05 1 19C1 21.21 2.8 23 5 23C5.96 23 6.83 22.66 7.52 22.11C8.08 21.64 8.52 21.03 8.76 20.33C8.92 19.92 9 19.47 9 19C9 16.8 7.21 15 5 15ZM7.4 18.23C7.4 18.51 7.18 18.72 6.91 18.72C6.64 18.72 6.42 18.51 6.42 18.23V18.13C6.42 18.02 6.34 17.93 6.23 17.93H4.23C4.33 18.12 4.31 18.35 4.15 18.51C4.06 18.6 3.94 18.65 3.8 18.65C3.68 18.65 3.55 18.6 3.46 18.51L2.74 17.79C2.7 17.75 2.66 17.69 2.63 17.63C2.59 17.51 2.59 17.38 2.63 17.26C2.66 17.21 2.69 17.14 2.74 17.1L3.46 16.39C3.65 16.19 3.96 16.19 4.14 16.39C4.3 16.54 4.32 16.78 4.22 16.96H6.23C6.87 16.96 7.39 17.48 7.39 18.13V18.23H7.4ZM6.2 21.76C6.07 21.76 5.94 21.72 5.85 21.62C5.69 21.47 5.67 21.23 5.77 21.05H3.76C3.12 21.05 2.6 20.53 2.6 19.88V19.78C2.6 19.5 2.82 19.29 3.09 19.29C3.36 19.29 3.58 19.5 3.58 19.78V19.88C3.58 19.99 3.66 20.08 3.77 20.08H5.78C5.68 19.89 5.7 19.66 5.86 19.5C6.05 19.31 6.36 19.31 6.54 19.5L7.26 20.22C7.3 20.26 7.34 20.32 7.37 20.38C7.41 20.5 7.41 20.63 7.37 20.75C7.34 20.8 7.3 20.86 7.26 20.9L6.54 21.61C6.45 21.71 6.32 21.76 6.2 21.76Z\" fill=\"\"/>\n<path d=\"M14.85 3.95078V7.75078H13.35V3.95078C13.35 3.68078 13.11 3.55078 12.95 3.55078C12.9 3.55078 12.85 3.56078 12.8 3.58078L4.87 6.57078C4.34 6.77078 4 7.27078 4 7.84078V8.51078C3.09 9.19078 2.5 10.2808 2.5 11.5108V7.84078C2.5 6.65078 3.23 5.59078 4.34 5.17078L12.28 2.17078C12.5 2.09078 12.73 2.05078 12.95 2.05078C13.95 2.05078 14.85 2.86078 14.85 3.95078Z\" fill=\"\"/>\n<path d=\"M21.5007 14.5V15.5C21.5007 15.77 21.2907 15.99 21.0107 16H19.5507C19.0207 16 18.5407 15.61 18.5007 15.09C18.4707 14.78 18.5907 14.49 18.7907 14.29C18.9707 14.1 19.2207 14 19.4907 14H21.0007C21.2907 14.01 21.5007 14.23 21.5007 14.5Z\" fill=\"\"/>\n<path d=\"M19.48 12.95H20.5C21.05 12.95 21.5 12.5 21.5 11.95V11.51C21.5 9.44 19.81 7.75 17.74 7.75H6.26C5.41 7.75 4.63 8.03 4 8.51C3.09 9.19 2.5 10.28 2.5 11.51V13.29C2.5 13.67 2.9 13.91 3.26 13.79C3.82 13.6 4.41 13.5 5 13.5C8.03 13.5 10.5 15.97 10.5 19C10.5 19.72 10.31 20.51 10.01 21.21C9.85 21.57 10.1 22 10.49 22H17.74C19.81 22 21.5 20.31 21.5 18.24V18.05C21.5 17.5 21.05 17.05 20.5 17.05H19.63C18.67 17.05 17.75 16.46 17.5 15.53C17.3 14.77 17.54 14.03 18.04 13.55C18.41 13.17 18.92 12.95 19.48 12.95ZM14 12.75H9C8.59 12.75 8.25 12.41 8.25 12C8.25 11.59 8.59 11.25 9 11.25H14C14.41 11.25 14.75 11.59 14.75 12C14.75 12.41 14.41 12.75 14 12.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"empty wallet remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.85 3.95078V7.75078H13.35V3.95078C13.35 3.68078 13.11 3.55078 12.95 3.55078C12.9 3.55078 12.85 3.56078 12.8 3.58078L4.87 6.57078C4.34 6.77078 4 7.27078 4 7.84078V8.51078C3.09 9.19078 2.5 10.2808 2.5 11.5108V7.84078C2.5 6.65078 3.23 5.59078 4.34 5.17078L12.28 2.17078C12.5 2.09078 12.73 2.05078 12.95 2.05078C13.95 2.05078 14.85 2.86078 14.85 3.95078Z\" fill=\"\"/>\n<path d=\"M21.5007 14.5V15.5C21.5007 15.77 21.2907 15.99 21.0107 16H19.5507C19.0207 16 18.5407 15.61 18.5007 15.09C18.4707 14.78 18.5907 14.49 18.7907 14.29C18.9707 14.1 19.2207 14 19.4907 14H21.0007C21.2907 14.01 21.5007 14.23 21.5007 14.5Z\" fill=\"\"/>\n<path d=\"M5 15C4.06 15 3.19 15.33 2.5 15.88C1.58 16.61 1 17.74 1 19C1 19.75 1.21 20.46 1.58 21.06C2.27 22.22 3.54 23 5 23C6.01 23 6.93 22.63 7.63 22C7.94 21.74 8.21 21.42 8.42 21.06C8.79 20.46 9 19.75 9 19C9 16.79 7.21 15 5 15ZM3.42 18.46C3.13 18.17 3.13 17.69 3.42 17.4C3.72 17.11 4.19 17.11 4.49 17.4L5.01 17.93L5.51 17.42C5.81 17.13 6.28 17.13 6.58 17.42C6.87 17.72 6.87 18.19 6.58 18.49L6.07 18.99L6.6 19.51C6.89 19.81 6.89 20.28 6.6 20.58C6.45 20.72 6.26 20.79 6.07 20.79C5.88 20.79 5.69 20.72 5.54 20.58L5.01 20.05L4.46 20.6C4.31 20.75 4.12 20.82 3.93 20.82C3.74 20.82 3.55 20.75 3.4 20.6C3.11 20.31 3.11 19.83 3.4 19.54L3.95 18.99L3.42 18.46Z\" fill=\"\"/>\n<path d=\"M19.48 12.95H20.5C21.05 12.95 21.5 12.5 21.5 11.95V11.51C21.5 9.44 19.81 7.75 17.74 7.75H6.26C5.41 7.75 4.63 8.03 4 8.51C3.09 9.19 2.5 10.28 2.5 11.51V13.29C2.5 13.67 2.9 13.91 3.26 13.79C3.82 13.6 4.41 13.5 5 13.5C8.03 13.5 10.5 15.97 10.5 19C10.5 19.72 10.31 20.51 10.01 21.21C9.85 21.57 10.1 22 10.49 22H17.74C19.81 22 21.5 20.31 21.5 18.24V18.05C21.5 17.5 21.05 17.05 20.5 17.05H19.63C18.67 17.05 17.75 16.46 17.5 15.53C17.3 14.77 17.54 14.03 18.04 13.55C18.41 13.17 18.92 12.95 19.48 12.95ZM14 12.75H9C8.59 12.75 8.25 12.41 8.25 12C8.25 11.59 8.59 11.25 9 11.25H14C14.41 11.25 14.75 11.59 14.75 12C14.75 12.41 14.41 12.75 14 12.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"empty wallet tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 15C4.06 15 3.19 15.33 2.5 15.88C1.58 16.61 1 17.74 1 19C1 19.75 1.21 20.46 1.58 21.06C2.27 22.22 3.54 23 5 23C6.01 23 6.93 22.63 7.63 22C7.94 21.74 8.21 21.42 8.42 21.06C8.79 20.46 9 19.75 9 19C9 16.79 7.21 15 5 15ZM7.07 18.57L4.94 20.54C4.8 20.67 4.61 20.74 4.43 20.74C4.24 20.74 4.05 20.67 3.9 20.52L2.91 19.53C2.62 19.24 2.62 18.76 2.91 18.47C3.2 18.18 3.68 18.18 3.97 18.47L4.45 18.95L6.05 17.47C6.35 17.19 6.83 17.21 7.11 17.51C7.39 17.81 7.37 18.29 7.07 18.57Z\" fill=\"\"/>\n<path d=\"M14.85 3.95078V7.75078H13.35V3.95078C13.35 3.68078 13.11 3.55078 12.95 3.55078C12.9 3.55078 12.85 3.56078 12.8 3.58078L4.87 6.57078C4.34 6.77078 4 7.27078 4 7.84078V8.51078C3.09 9.19078 2.5 10.2808 2.5 11.5108V7.84078C2.5 6.65078 3.23 5.59078 4.34 5.17078L12.28 2.17078C12.5 2.09078 12.73 2.05078 12.95 2.05078C13.95 2.05078 14.85 2.86078 14.85 3.95078Z\" fill=\"\"/>\n<path d=\"M21.5007 14.5V15.5C21.5007 15.77 21.2907 15.99 21.0107 16H19.5507C19.0207 16 18.5407 15.61 18.5007 15.09C18.4707 14.78 18.5907 14.49 18.7907 14.29C18.9707 14.1 19.2207 14 19.4907 14H21.0007C21.2907 14.01 21.5007 14.23 21.5007 14.5Z\" fill=\"\"/>\n<path d=\"M19.48 12.95H20.5C21.05 12.95 21.5 12.5 21.5 11.95V11.51C21.5 9.44 19.81 7.75 17.74 7.75H6.26C5.41 7.75 4.63 8.03 4 8.51C3.09 9.19 2.5 10.28 2.5 11.51V13.29C2.5 13.67 2.9 13.91 3.26 13.79C3.82 13.6 4.41 13.5 5 13.5C8.03 13.5 10.5 15.97 10.5 19C10.5 19.72 10.31 20.51 10.01 21.21C9.85 21.57 10.1 22 10.49 22H17.74C19.81 22 21.5 20.31 21.5 18.24V18.05C21.5 17.5 21.05 17.05 20.5 17.05H19.63C18.67 17.05 17.75 16.46 17.5 15.53C17.3 14.77 17.54 14.03 18.04 13.55C18.41 13.17 18.92 12.95 19.48 12.95ZM14 12.75H9C8.59 12.75 8.25 12.41 8.25 12C8.25 11.59 8.59 11.25 9 11.25H14C14.41 11.25 14.75 11.59 14.75 12C14.75 12.41 14.41 12.75 14 12.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"empty wallet time \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 15C4.06 15 3.19 15.33 2.5 15.88C1.58 16.61 1 17.74 1 19C1 21.21 2.79 23 5 23C6.01 23 6.93 22.62 7.64 22C8.47 21.27 9 20.2 9 19C9 16.79 7.21 15 5 15ZM6 19.25C6 19.51 5.86 19.76 5.64 19.89L4.39 20.64C4.27 20.72 4.13 20.75 4 20.75C3.75 20.75 3.5 20.62 3.36 20.39C3.15 20.03 3.26 19.57 3.62 19.36L4.51 18.83V17.75C4.5 17.34 4.84 17 5.25 17C5.66 17 6 17.34 6 17.75V19.25Z\" fill=\"\"/>\n<path d=\"M14.85 3.95078V7.75078H13.35V3.95078C13.35 3.68078 13.11 3.55078 12.95 3.55078C12.9 3.55078 12.85 3.56078 12.8 3.58078L4.87 6.57078C4.34 6.77078 4 7.27078 4 7.84078V8.51078C3.09 9.19078 2.5 10.2808 2.5 11.5108V7.84078C2.5 6.65078 3.23 5.59078 4.34 5.17078L12.28 2.17078C12.5 2.09078 12.73 2.05078 12.95 2.05078C13.95 2.05078 14.85 2.86078 14.85 3.95078Z\" fill=\"\"/>\n<path d=\"M21.5007 14.5V15.5C21.5007 15.77 21.2907 15.99 21.0107 16H19.5507C19.0207 16 18.5407 15.61 18.5007 15.09C18.4707 14.78 18.5907 14.49 18.7907 14.29C18.9707 14.1 19.2207 14 19.4907 14H21.0007C21.2907 14.01 21.5007 14.23 21.5007 14.5Z\" fill=\"\"/>\n<path d=\"M19.48 12.95H20.5C21.05 12.95 21.5 12.5 21.5 11.95V11.51C21.5 9.44 19.81 7.75 17.74 7.75H6.26C5.41 7.75 4.63 8.03 4 8.51C3.09 9.19 2.5 10.28 2.5 11.51V13.29C2.5 13.67 2.9 13.91 3.26 13.79C3.82 13.6 4.41 13.5 5 13.5C8.03 13.5 10.5 15.97 10.5 19C10.5 19.72 10.31 20.51 10.01 21.21C9.85 21.57 10.1 22 10.49 22H17.74C19.81 22 21.5 20.31 21.5 18.24V18.05C21.5 17.5 21.05 17.05 20.5 17.05H19.63C18.67 17.05 17.75 16.46 17.5 15.53C17.3 14.77 17.54 14.03 18.04 13.55C18.41 13.17 18.92 12.95 19.48 12.95ZM14 12.75H9C8.59 12.75 8.25 12.41 8.25 12C8.25 11.59 8.59 11.25 9 11.25H14C14.41 11.25 14.75 11.59 14.75 12C14.75 12.41 14.41 12.75 14 12.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"empty wallet \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.85 3.95078V7.75078H13.35V3.95078C13.35 3.68078 13.11 3.55078 12.95 3.55078C12.9 3.55078 12.85 3.56078 12.8 3.58078L4.87 6.57078C4.34 6.77078 4 7.27078 4 7.84078V8.51078C3.09 9.19078 2.5 10.2808 2.5 11.5108V7.84078C2.5 6.65078 3.23 5.59078 4.34 5.17078L12.28 2.17078C12.5 2.09078 12.73 2.05078 12.95 2.05078C13.95 2.05078 14.85 2.86078 14.85 3.95078Z\" fill=\"\"/>\n<path d=\"M21.5007 14.5V15.5C21.5007 15.77 21.2907 15.99 21.0107 16H19.5507C19.0207 16 18.5407 15.61 18.5007 15.09C18.4707 14.78 18.5907 14.49 18.7907 14.29C18.9707 14.1 19.2207 14 19.4907 14H21.0007C21.2907 14.01 21.5007 14.23 21.5007 14.5Z\" fill=\"\"/>\n<path d=\"M19.48 12.95H20.5C21.05 12.95 21.5 12.5 21.5 11.95V11.51C21.5 9.44 19.81 7.75 17.74 7.75H6.26C5.41 7.75 4.63 8.03 4 8.51C3.09 9.19 2.5 10.28 2.5 11.51V18.24C2.5 20.31 4.19 22 6.26 22H17.74C19.81 22 21.5 20.31 21.5 18.24V18.05C21.5 17.5 21.05 17.05 20.5 17.05H19.63C18.67 17.05 17.75 16.46 17.5 15.53C17.29 14.77 17.54 14.04 18.04 13.55C18.41 13.17 18.92 12.95 19.48 12.95ZM14 12.75H7C6.59 12.75 6.25 12.41 6.25 12C6.25 11.59 6.59 11.25 7 11.25H14C14.41 11.25 14.75 11.59 14.75 12C14.75 12.41 14.41 12.75 14 12.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"eraser 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.0302 22H13.9902C13.5702 22 13.2402 21.66 13.2402 21.25C13.2402 20.84 13.5802 20.5 13.9902 20.5H21.0302C21.4502 20.5 21.7802 20.84 21.7802 21.25C21.7802 21.66 21.4502 22 21.0302 22Z\" fill=\"\"/>\n<path d=\"M13.64 16.6894C14.03 17.0794 14.03 17.7094 13.64 18.1094L10.66 21.0894C9.55 22.1994 7.77 22.2594 6.59 21.2694C6.52 21.2094 6.46 21.1494 6.4 21.0894L5.53 20.2194L3.74 18.4294L2.88 17.5694C2.81 17.4994 2.75 17.4294 2.69 17.3594C1.71 16.1794 1.78 14.4194 2.88 13.3194L5.86 10.3394C6.25 9.94938 6.88 9.94938 7.27 10.3394L13.64 16.6894Z\" fill=\"\"/>\n<path d=\"M21.1194 10.6414L16.1194 15.6414C15.7294 16.0314 15.0994 16.0314 14.7094 15.6414L8.33937 9.29141C7.94938 8.90141 7.94938 8.27141 8.33937 7.87141L13.3394 2.88141C14.5094 1.71141 16.4294 1.71141 17.5994 2.88141L21.1194 6.39141C22.2894 7.56141 22.2894 9.47141 21.1194 10.6414Z\" fill=\"\"/>\n</svg>\n</li><li title=\"eraser \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM12.52 15.75L11.26 17.01C10.62 17.66 9.57 17.66 8.92 17.01L6.99 15.08C6.34 14.43 6.35 13.39 6.99 12.74L8.26 11.48C8.46 11.29 8.77 11.29 8.97 11.48L12.53 15.04C12.72 15.24 12.72 15.56 12.52 15.75ZM17.01 11.26L13.93 14.34C13.73 14.54 13.42 14.54 13.22 14.34L9.66 10.78C9.46 10.58 9.46 10.27 9.66 10.07L12.74 6.99C13.38 6.34 14.43 6.34 15.08 6.99L17.01 8.92C17.66 9.57 17.66 10.62 17.01 11.26Z\" fill=\"\"/>\n</svg>\n</li><li title=\"export 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM17.25 12.33C17.25 12.74 16.91 13.08 16.5 13.08C16.09 13.08 15.75 12.74 15.75 12.33V9.31L8.03 17.03C7.88 17.18 7.69 17.25 7.5 17.25C7.31 17.25 7.12 17.18 6.97 17.03C6.68 16.74 6.68 16.26 6.97 15.97L14.69 8.25H11.67C11.26 8.25 10.92 7.91 10.92 7.5C10.92 7.09 11.26 6.75 11.67 6.75H16.5C16.91 6.75 17.25 7.09 17.25 7.5V12.33Z\" fill=\"\"/>\n</svg>\n</li><li title=\"export 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.14 9.89844H12.75V15.3784C12.75 15.7884 12.41 16.1284 12 16.1284C11.59 16.1284 11.25 15.7884 11.25 15.3784V9.89844H2.86C2.38 9.89844 2 10.2784 2 10.7584C2 16.6484 6.11 20.7584 12 20.7584C17.89 20.7584 22 16.6484 22 10.7584C22 10.2784 21.62 9.89844 21.14 9.89844Z\" fill=\"\"/>\n<path d=\"M12.7484 5.79969L14.3084 7.35969C14.5984 7.64969 15.0784 7.64969 15.3684 7.35969C15.6584 7.06969 15.6584 6.58969 15.3684 6.29969L12.5184 3.45969C12.2284 3.16969 11.7484 3.16969 11.4584 3.45969L8.61844 6.30969C8.47844 6.45969 8.39844 6.64969 8.39844 6.83969C8.39844 7.02969 8.46844 7.21969 8.61844 7.36969C8.90844 7.65969 9.38844 7.65969 9.67844 7.36969L11.2384 5.80969V9.89969H12.7384V5.79969H12.7484Z\" fill=\"\"/>\n</svg>\n</li><li title=\"export 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.8 9H12.75V15.25C12.75 15.66 12.41 16 12 16C11.59 16 11.25 15.66 11.25 15.25V9H7.2C4 9 2 11 2 14.2V16.79C2 20 4 22 7.2 22H16.79C19.99 22 21.99 20 21.99 16.8V14.2C22 11 20 9 16.8 9Z\" fill=\"\"/>\n<path d=\"M12.7498 4.56141L14.8198 6.63141C14.9698 6.78141 15.1598 6.85141 15.3498 6.85141C15.5398 6.85141 15.7298 6.78141 15.8798 6.63141C16.1698 6.34141 16.1698 5.86141 15.8798 5.57141L12.5298 2.22141C12.2398 1.93141 11.7598 1.93141 11.4698 2.22141L8.11984 5.57141C7.82984 5.86141 7.82984 6.34141 8.11984 6.63141C8.40984 6.92141 8.88984 6.92141 9.17984 6.63141L11.2498 4.56141V9.00141H12.7498V4.56141Z\" fill=\"\"/>\n</svg>\n</li><li title=\"export \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM17.25 12.33C17.25 12.74 16.91 13.08 16.5 13.08C16.09 13.08 15.75 12.74 15.75 12.33V9.31L8.03 17.03C7.88 17.18 7.69 17.25 7.5 17.25C7.31 17.25 7.12 17.18 6.97 17.03C6.68 16.74 6.68 16.26 6.97 15.97L14.69 8.25H11.67C11.26 8.25 10.92 7.91 10.92 7.5C10.92 7.09 11.26 6.75 11.67 6.75H16.5C16.91 6.75 17.25 7.09 17.25 7.5V12.33Z\" fill=\"\"/>\n</svg>\n</li><li title=\"external drive \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 2H8C5.79 2 4 3.79 4 6V13.25C4 13.8 4.45 14.25 5 14.25H20C20.55 14.25 21 13.8 21 13.25V6C21 3.79 19.21 2 17 2ZM8 12.75H7C6.59 12.75 6.25 12.41 6.25 12C6.25 11.59 6.59 11.25 7 11.25H8C8.41 11.25 8.75 11.59 8.75 12C8.75 12.41 8.41 12.75 8 12.75ZM8 10.25H7C6.59 10.25 6.25 9.91 6.25 9.5C6.25 9.09 6.59 8.75 7 8.75H8C8.41 8.75 8.75 9.09 8.75 9.5C8.75 9.91 8.41 10.25 8 10.25ZM8 7.75H7C6.59 7.75 6.25 7.41 6.25 7C6.25 6.59 6.59 6.25 7 6.25H8C8.41 6.25 8.75 6.59 8.75 7C8.75 7.41 8.41 7.75 8 7.75Z\" fill=\"\"/>\n<path d=\"M4 16.75V18C4 20.21 5.79 22 8 22H17C19.21 22 21 20.21 21 18V16.75C21 16.2 20.55 15.75 20 15.75H5C4.45 15.75 4 16.2 4 16.75ZM17.71 19.46C17.52 19.64 17.26 19.75 17 19.75C16.74 19.75 16.48 19.64 16.29 19.46C16.11 19.27 16 19.01 16 18.75C16 18.49 16.11 18.23 16.29 18.04C16.66 17.67 17.33 17.67 17.71 18.04C17.89 18.23 18 18.49 18 18.75C18 19.01 17.89 19.27 17.71 19.46Z\" fill=\"\"/>\n</svg>\n</li><li title=\"eye slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.2714 9.17834C20.9814 8.71834 20.6714 8.28834 20.3514 7.88834C19.9814 7.41834 19.2814 7.37834 18.8614 7.79834L15.8614 10.7983C16.0814 11.4583 16.1214 12.2183 15.9214 13.0083C15.5714 14.4183 14.4314 15.5583 13.0214 15.9083C12.2314 16.1083 11.4714 16.0683 10.8114 15.8483C10.8114 15.8483 9.38141 17.2783 8.35141 18.3083C7.85141 18.8083 8.01141 19.6883 8.68141 19.9483C9.75141 20.3583 10.8614 20.5683 12.0014 20.5683C13.7814 20.5683 15.5114 20.0483 17.0914 19.0783C18.7014 18.0783 20.1514 16.6083 21.3214 14.7383C22.2714 13.2283 22.2214 10.6883 21.2714 9.17834Z\" fill=\"\"/>\n<path d=\"M14.0206 9.98062L9.98062 14.0206C9.47062 13.5006 9.14062 12.7806 9.14062 12.0006C9.14062 10.4306 10.4206 9.14062 12.0006 9.14062C12.7806 9.14062 13.5006 9.47062 14.0206 9.98062Z\" fill=\"\"/>\n<path d=\"M18.25 5.74969L14.86 9.13969C14.13 8.39969 13.12 7.95969 12 7.95969C9.76 7.95969 7.96 9.76969 7.96 11.9997C7.96 13.1197 8.41 14.1297 9.14 14.8597L5.76 18.2497H5.75C4.64 17.3497 3.62 16.1997 2.75 14.8397C1.75 13.2697 1.75 10.7197 2.75 9.14969C3.91 7.32969 5.33 5.89969 6.91 4.91969C8.49 3.95969 10.22 3.42969 12 3.42969C14.23 3.42969 16.39 4.24969 18.25 5.74969Z\" fill=\"\"/>\n<path d=\"M14.8581 11.9981C14.8581 13.5681 13.5781 14.8581 11.9981 14.8581C11.9381 14.8581 11.8881 14.8581 11.8281 14.8381L14.8381 11.8281C14.8581 11.8881 14.8581 11.9381 14.8581 11.9981Z\" fill=\"\"/>\n<path d=\"M21.7689 2.22891C21.4689 1.92891 20.9789 1.92891 20.6789 2.22891L2.22891 20.6889C1.92891 20.9889 1.92891 21.4789 2.22891 21.7789C2.37891 21.9189 2.56891 21.9989 2.76891 21.9989C2.96891 21.9989 3.15891 21.9189 3.30891 21.7689L21.7689 3.30891C22.0789 3.00891 22.0789 2.52891 21.7689 2.22891Z\" fill=\"\"/>\n</svg>\n</li><li title=\"eye \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.25 9.14969C18.94 5.51969 15.56 3.42969 12 3.42969C10.22 3.42969 8.49 3.94969 6.91 4.91969C5.33 5.89969 3.91 7.32969 2.75 9.14969C1.75 10.7197 1.75 13.2697 2.75 14.8397C5.06 18.4797 8.44 20.5597 12 20.5597C13.78 20.5597 15.51 20.0397 17.09 19.0697C18.67 18.0897 20.09 16.6597 21.25 14.8397C22.25 13.2797 22.25 10.7197 21.25 9.14969ZM12 16.0397C9.76 16.0397 7.96 14.2297 7.96 11.9997C7.96 9.76969 9.76 7.95969 12 7.95969C14.24 7.95969 16.04 9.76969 16.04 11.9997C16.04 14.2297 14.24 16.0397 12 16.0397Z\" fill=\"\"/>\n<path d=\"M11.9984 9.14062C10.4284 9.14062 9.14844 10.4206 9.14844 12.0006C9.14844 13.5706 10.4284 14.8506 11.9984 14.8506C13.5684 14.8506 14.8584 13.5706 14.8584 12.0006C14.8584 10.4306 13.5684 9.14062 11.9984 9.14062Z\" fill=\"\"/>\n</svg>\n</li><li title=\"fatrows \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.9 13.5H4.1C2.6 13.5 2 14.14 2 15.73V19.77C2 21.36 2.6 22 4.1 22H19.9C21.4 22 22 21.36 22 19.77V15.73C22 14.14 21.4 13.5 19.9 13.5Z\" fill=\"\"/>\n<path d=\"M12.9 2H4.1C2.6 2 2 2.64 2 4.23V8.27C2 9.86 2.6 10.5 4.1 10.5H12.9C14.4 10.5 15 9.86 15 8.27V4.23C15 2.64 14.4 2 12.9 2Z\" fill=\"\"/>\n</svg>\n</li><li title=\"favorite chart \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.1199 14.9414L19.4399 15.5914C19.5999 15.9114 20.0099 16.2114 20.3499 16.2714L20.7799 16.3414C22.0899 16.5614 22.3899 17.5214 21.4599 18.4614L21.0599 18.8614C20.7899 19.1314 20.6499 19.6514 20.7299 20.0314L20.7799 20.2714C21.1399 21.8514 20.2999 22.4614 18.9299 21.6314L18.6399 21.4514C18.2899 21.2414 17.7099 21.2414 17.3599 21.4514L17.0699 21.6314C15.6899 22.4614 14.8599 21.8514 15.2199 20.2714L15.2699 20.0314C15.3499 19.6614 15.2099 19.1314 14.9399 18.8614L14.5399 18.4614C13.6099 17.5114 13.9099 16.5614 15.2199 16.3414L15.6499 16.2714C15.9999 16.2114 16.3999 15.9114 16.5599 15.5914L16.8799 14.9414C17.4999 13.6914 18.4999 13.6914 19.1199 14.9414Z\" fill=\"\"/>\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.19C2 19.83 4.17 22 7.81 22H13.09C13.44 22 13.69 21.64 13.65 21.29C13.61 20.91 13.63 20.46 13.75 19.94C13.77 19.87 13.75 19.79 13.69 19.73L13.47 19.51C12.62 18.65 12.31 17.61 12.61 16.66C12.92 15.72 13.78 15.06 14.97 14.86L15.27 14.81L15.54 14.27C16.09 13.15 16.99 12.5 18 12.5C19.01 12.5 19.91 13.15 20.46 14.27L20.61 14.58C20.68 14.73 20.82 14.83 20.98 14.86C21.07 14.88 21.16 14.9 21.25 14.92C21.6 15.01 22 14.73 22 14.36V7.81C22 4.17 19.83 2 16.19 2ZM16.26 8.96L13.95 11.94C13.66 12.31 13.25 12.55 12.78 12.6C12.32 12.66 11.85 12.53 11.49 12.24L9.66 10.82C9.59 10.76 9.51 10.76 9.47 10.77C9.43 10.77 9.36 10.79 9.3 10.87L6.92 13.96C6.77 14.15 6.55 14.25 6.32 14.25C6.16 14.25 6 14.2 5.86 14.09C5.53 13.84 5.47 13.37 5.72 13.04L8.1 9.95C8.39 9.58 8.8 9.34 9.27 9.28C9.74 9.22 10.2 9.35 10.57 9.64L12.4 11.08C12.47 11.14 12.54 11.13 12.59 11.13C12.63 11.13 12.7 11.11 12.76 11.03L15.07 8.05C15.32 7.72 15.79 7.66 16.12 7.92C16.46 8.17 16.51 8.64 16.26 8.96Z\" fill=\"\"/>\n</svg>\n</li><li title=\"filter add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.8809 10C14.2609 10 12.1309 12.13 12.1309 14.75C12.1309 15.64 12.3809 16.48 12.8209 17.2C13.6409 18.58 15.1509 19.5 16.8809 19.5C18.6109 19.5 20.1209 18.57 20.9409 17.2C21.3809 16.49 21.6309 15.64 21.6309 14.75C21.6309 12.13 19.5109 10 16.8809 10ZM18.6609 15.48H17.6309V16.55C17.6309 16.96 17.2909 17.3 16.8809 17.3C16.4709 17.3 16.1309 16.96 16.1309 16.55V15.48H15.1109C14.7009 15.48 14.3609 15.14 14.3609 14.73C14.3609 14.32 14.7009 13.98 15.1109 13.98H16.1309V13C16.1309 12.59 16.4709 12.25 16.8809 12.25C17.2909 12.25 17.6309 12.59 17.6309 13V13.98H18.6609C19.0709 13.98 19.4109 14.32 19.4109 14.73C19.4109 15.14 19.0709 15.48 18.6609 15.48Z\" fill=\"\"/>\n<path d=\"M20.5799 4.02V6.24C20.5799 7.05 20.0799 8.06 19.5799 8.57L19.3999 8.73C19.2599 8.86 19.0499 8.89 18.8699 8.83C18.6699 8.76 18.4699 8.71 18.2699 8.66C17.8299 8.55 17.3599 8.5 16.8799 8.5C13.4299 8.5 10.6299 11.3 10.6299 14.75C10.6299 15.89 10.9399 17.01 11.5299 17.97C12.0299 18.81 12.7299 19.51 13.4899 19.98C13.7199 20.13 13.8099 20.45 13.6099 20.63C13.5399 20.69 13.4699 20.74 13.3999 20.79L11.9999 21.7C10.6999 22.51 8.90992 21.6 8.90992 19.98V14.63C8.90992 13.92 8.50992 13.01 8.10992 12.51L4.31992 8.47C3.81992 7.96 3.41992 7.05 3.41992 6.45V4.12C3.41992 2.91 4.31992 2 5.40992 2H18.5899C19.6799 2 20.5799 2.91 20.5799 4.02Z\" fill=\"\"/>\n</svg>\n</li><li title=\"filter edit \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.9209 6.37C17.5909 6.29 17.2409 6.25 16.8809 6.25C14.2609 6.25 12.1309 8.38 12.1309 11C12.1309 11.89 12.3809 12.73 12.8209 13.45C13.1909 14.07 13.7009 14.6 14.3209 14.98C15.0609 15.47 15.9409 15.75 16.8809 15.75C18.6209 15.75 20.1309 14.82 20.9509 13.45C21.3909 12.73 21.6309 11.89 21.6309 11C21.6309 8.74 20.0509 6.84 17.9209 6.37ZM18.8309 10.57L16.4009 13C16.3109 13.09 16.1209 13.18 15.9909 13.2L15.0609 13.33C14.7209 13.38 14.4909 13.14 14.5409 12.81L14.6709 11.88C14.6909 11.75 14.7809 11.57 14.8709 11.47L16.9509 9.39L17.3009 9.04C17.7209 8.62 18.2109 8.42 18.8209 9.04C19.4309 9.66 19.2509 10.15 18.8309 10.57Z\" fill=\"\"/>\n<path d=\"M20.5799 4.02V4.98C20.5799 5.39 20.1099 5.64 19.7399 5.45C19.2799 5.21 18.7899 5.03 18.2699 4.91C17.8299 4.8 17.3599 4.75 16.8799 4.75C13.4299 4.75 10.6299 7.55 10.6299 11C10.6299 12.14 10.9399 13.26 11.5299 14.22C12.0299 15.06 12.7299 15.76 13.4899 16.23C13.6599 16.34 13.8399 16.44 14.0099 16.54C14.1799 16.63 14.2999 16.81 14.2999 17V19.07C14.2999 19.68 13.8999 20.49 13.3999 20.79L11.9999 21.7C10.6999 22.51 8.90992 21.6 8.90992 19.98V14.63C8.90992 13.92 8.50992 13.01 8.10992 12.51L4.31992 8.47C3.81992 7.96 3.41992 7.05 3.41992 6.45V4.12C3.41992 2.91 4.31992 2 5.40992 2H18.5899C19.6799 2 20.5799 2.91 20.5799 4.02Z\" fill=\"\"/>\n</svg>\n</li><li title=\"filter remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.8809 10C14.2609 10 12.1309 12.13 12.1309 14.75C12.1309 15.64 12.3809 16.48 12.8209 17.2C13.6409 18.58 15.1509 19.5 16.8809 19.5C18.6109 19.5 20.1209 18.57 20.9409 17.2C21.3809 16.49 21.6309 15.64 21.6309 14.75C21.6309 12.13 19.5109 10 16.8809 10ZM18.6809 16.52C18.5309 16.67 18.3409 16.74 18.1509 16.74C17.9609 16.74 17.7709 16.67 17.6209 16.52L16.9009 15.8L16.1509 16.55C16.0009 16.7 15.8109 16.77 15.6209 16.77C15.4309 16.77 15.2409 16.7 15.0909 16.55C14.8009 16.26 14.8009 15.78 15.0909 15.49L15.8409 14.74L15.1209 14.01C14.8309 13.72 14.8309 13.24 15.1209 12.95C15.4109 12.66 15.8909 12.66 16.1809 12.95L16.9009 13.67L17.6009 12.97C17.8909 12.68 18.3709 12.68 18.6609 12.97C18.9509 13.26 18.9509 13.74 18.6609 14.03L17.9609 14.73L18.6809 15.46C18.9809 15.75 18.9809 16.23 18.6809 16.52Z\" fill=\"\"/>\n<path d=\"M20.5799 4.02V6.24C20.5799 7.05 20.0799 8.06 19.5799 8.57L19.3999 8.73C19.2599 8.86 19.0499 8.89 18.8699 8.83C18.6699 8.76 18.4699 8.71 18.2699 8.66C17.8299 8.55 17.3599 8.5 16.8799 8.5C13.4299 8.5 10.6299 11.3 10.6299 14.75C10.6299 15.89 10.9399 17.01 11.5299 17.97C12.0299 18.81 12.7299 19.51 13.4899 19.98C13.7199 20.13 13.8099 20.45 13.6099 20.63C13.5399 20.69 13.4699 20.74 13.3999 20.79L11.9999 21.7C10.6999 22.51 8.90992 21.6 8.90992 19.98V14.63C8.90992 13.92 8.50992 13.01 8.10992 12.51L4.31992 8.47C3.81992 7.96 3.41992 7.05 3.41992 6.45V4.12C3.41992 2.91 4.31992 2 5.40992 2H18.5899C19.6799 2 20.5799 2.91 20.5799 4.02Z\" fill=\"\"/>\n</svg>\n</li><li title=\"filter search \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.7206 18.24L19.7806 17.3C20.2706 16.56 20.5606 15.67 20.5606 14.71C20.5606 12.11 18.4506 10 15.8506 10C13.2506 10 11.1406 12.11 11.1406 14.71C11.1406 17.31 13.2506 19.42 15.8506 19.42C16.8106 19.42 17.6906 19.13 18.4406 18.64L19.3806 19.58C19.5706 19.77 19.8106 19.86 20.0606 19.86C20.3106 19.86 20.5506 19.77 20.7406 19.58C21.0906 19.22 21.0906 18.62 20.7206 18.24Z\" fill=\"\"/>\n<path d=\"M19.5799 4.02V6.24C19.5799 7.05 19.0799 8.06 18.5799 8.57L18.3999 8.73C18.2599 8.86 18.0499 8.89 17.8699 8.83C17.6699 8.76 17.4699 8.71 17.2699 8.66C16.8299 8.55 16.3599 8.5 15.8799 8.5C12.4299 8.5 9.62992 11.3 9.62992 14.75C9.62992 15.89 9.93992 17.01 10.5299 17.97C11.0299 18.81 11.7299 19.51 12.4899 19.98C12.7199 20.13 12.8099 20.45 12.6099 20.63C12.5399 20.69 12.4699 20.74 12.3999 20.79L10.9999 21.7C9.69992 22.51 7.90992 21.6 7.90992 19.98V14.63C7.90992 13.92 7.50992 13.01 7.10992 12.51L3.31992 8.47C2.81992 7.96 2.41992 7.05 2.41992 6.45V4.12C2.41992 2.91 3.31992 2 4.40992 2H17.5899C18.6799 2 19.5799 2.91 19.5799 4.02Z\" fill=\"\"/>\n</svg>\n</li><li title=\"filter square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.95 4.13C20.66 3.71 20.29 3.34 19.87 3.05C18.92 2.36 17.68 2 16.19 2H7.81C7.61 2 7.41 2.01 7.22 2.03C3.94 2.24 2 4.37 2 7.81V16.19C2 17.68 2.36 18.92 3.05 19.87C3.34 20.29 3.71 20.66 4.13 20.95C4.95 21.55 5.99 21.9 7.22 21.98C7.41 21.99 7.61 22 7.81 22H16.19C19.83 22 22 19.83 22 16.19V7.81C22 6.32 21.64 5.08 20.95 4.13ZM8.46 10.68L7.97 10.17C7.71 9.91 7.5 9.44 7.5 9.12V7.92C7.5 7.29 7.97 6.82 8.55 6.82H10.69C11.1 6.82 11.35 7.27 11.13 7.62L9.28 10.6C9.1 10.89 8.69 10.93 8.46 10.68ZM16.5 9.02C16.5 9.44 16.24 9.96 15.98 10.22L13.73 12.21C13.42 12.47 13.21 12.99 13.21 13.41V15.66C13.21 15.97 13 16.39 12.74 16.55L12 17.02C11.32 17.44 10.38 16.97 10.38 16.13V13.36C10.38 12.99 10.17 12.52 9.96 12.26L9.72 12C9.56 11.83 9.53 11.57 9.65 11.36L12.33 7.06C12.43 6.91 12.59 6.81 12.77 6.81H15.45C16.03 6.81 16.5 7.28 16.5 7.86V9.02Z\" fill=\"\"/>\n</svg>\n</li><li title=\"filter tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.9209 10.12C17.5909 10.04 17.2409 10 16.8809 10C14.2609 10 12.1309 12.13 12.1309 14.75C12.1309 15.64 12.3809 16.48 12.8209 17.2C13.1909 17.82 13.7009 18.35 14.3209 18.73C15.0609 19.22 15.9409 19.5 16.8809 19.5C18.6209 19.5 20.1309 18.57 20.9509 17.2C21.3909 16.48 21.6309 15.64 21.6309 14.75C21.6309 12.49 20.0509 10.59 17.9209 10.12ZM19.2509 14.13L16.7109 16.47C16.5709 16.6 16.3809 16.67 16.2009 16.67C16.0109 16.67 15.8209 16.6 15.6709 16.45L14.5009 15.28C14.2109 14.99 14.2109 14.51 14.5009 14.22C14.7909 13.93 15.2709 13.93 15.5609 14.22L16.2209 14.88L18.2309 13.03C18.5409 12.75 19.0109 12.77 19.2909 13.07C19.5709 13.38 19.5509 13.85 19.2509 14.13Z\" fill=\"\"/>\n<path d=\"M20.5799 4.02V6.24C20.5799 7.05 20.0799 8.06 19.5799 8.57L19.3999 8.73C19.2599 8.86 19.0499 8.89 18.8699 8.83C18.6699 8.76 18.4699 8.71 18.2699 8.66C17.8299 8.55 17.3599 8.5 16.8799 8.5C13.4299 8.5 10.6299 11.3 10.6299 14.75C10.6299 15.89 10.9399 17.01 11.5299 17.97C12.0299 18.81 12.7299 19.51 13.4899 19.98C13.7199 20.13 13.8099 20.45 13.6099 20.63C13.5399 20.69 13.4699 20.74 13.3999 20.79L11.9999 21.7C10.6999 22.51 8.90992 21.6 8.90992 19.98V14.63C8.90992 13.92 8.50992 13.01 8.10992 12.51L4.31992 8.47C3.81992 7.96 3.41992 7.05 3.41992 6.45V4.12C3.41992 2.91 4.31992 2 5.40992 2H18.5899C19.6799 2 20.5799 2.91 20.5799 4.02Z\" fill=\"\"/>\n</svg>\n</li><li title=\"filter \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.6009 4.10156V6.30156C20.6009 7.10156 20.1009 8.10156 19.6009 8.60156L15.3009 12.4016C14.7009 12.9016 14.3009 13.9016 14.3009 14.7016V19.0016C14.3009 19.6016 13.9009 20.4016 13.4009 20.7016L12.0009 21.6016C10.7009 22.4016 8.90086 21.5016 8.90086 19.9016V14.6016C8.90086 13.9016 8.50086 13.0016 8.10086 12.5016L7.63086 12.0116C7.32086 11.6816 7.26086 11.1816 7.51086 10.7916L12.6309 2.57156C12.8109 2.28156 13.1309 2.10156 13.4809 2.10156H18.6009C19.7009 2.10156 20.6009 3.00156 20.6009 4.10156Z\" fill=\"\"/>\n<path d=\"M10.3504 3.63156L6.80039 9.32156C6.46039 9.87156 5.68039 9.95156 5.23039 9.48156L4.30039 8.50156C3.80039 8.00156 3.40039 7.10156 3.40039 6.50156V4.20156C3.40039 3.00156 4.30039 2.10156 5.40039 2.10156H9.50039C10.2804 2.10156 10.7604 2.96156 10.3504 3.63156Z\" fill=\"\"/>\n</svg>\n</li><li title=\"finger cricle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 7.94922C10.21 7.94922 8.75 9.40922 8.75 11.1992V12.7992C8.75 14.5892 10.21 16.0492 12 16.0492C13.79 16.0492 15.25 14.5892 15.25 12.7992V11.1992C15.25 9.40922 13.79 7.94922 12 7.94922ZM12.9 13.2392C12.9 13.7392 12.5 14.1392 12 14.1392C11.5 14.1392 11.1 13.7392 11.1 13.2392V10.7692C11.1 10.2792 11.5 9.86922 12 9.86922C12.5 9.86922 12.9 10.2692 12.9 10.7692V13.2392Z\" fill=\"\"/>\n<path d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM16.75 12.8C16.75 15.42 14.62 17.55 12 17.55C9.38 17.55 7.25 15.42 7.25 12.8V11.2C7.25 8.58 9.38 6.45 12 6.45C14.62 6.45 16.75 8.58 16.75 11.2V12.8Z\" fill=\"\"/>\n</svg>\n</li><li title=\"finger scan \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 9.75C21.59 9.75 21.25 9.41 21.25 9V7C21.25 4.42 19.58 2.75 17 2.75H15C14.59 2.75 14.25 2.41 14.25 2C14.25 1.59 14.59 1.25 15 1.25H17C20.44 1.25 22.75 3.56 22.75 7V9C22.75 9.41 22.41 9.75 22 9.75Z\" fill=\"\"/>\n<path d=\"M2 9.75C1.59 9.75 1.25 9.41 1.25 9V7C1.25 3.56 3.56 1.25 7 1.25H9C9.41 1.25 9.75 1.59 9.75 2C9.75 2.41 9.41 2.75 9 2.75H7C4.42 2.75 2.75 4.42 2.75 7V9C2.75 9.41 2.41 9.75 2 9.75Z\" fill=\"\"/>\n<path d=\"M17 22.75H15C14.59 22.75 14.25 22.41 14.25 22C14.25 21.59 14.59 21.25 15 21.25H17C19.58 21.25 21.25 19.58 21.25 17V15C21.25 14.59 21.59 14.25 22 14.25C22.41 14.25 22.75 14.59 22.75 15V17C22.75 20.44 20.44 22.75 17 22.75Z\" fill=\"\"/>\n<path d=\"M9 22.75H7C3.56 22.75 1.25 20.44 1.25 17V15C1.25 14.59 1.59 14.25 2 14.25C2.41 14.25 2.75 14.59 2.75 15V17C2.75 19.58 4.42 21.25 7 21.25H9C9.41 21.25 9.75 21.59 9.75 22C9.75 22.41 9.41 22.75 9 22.75Z\" fill=\"\"/>\n<path d=\"M12.0016 9.87109C11.5116 9.87109 11.1016 10.2711 11.1016 10.7711V13.2411C11.1016 13.7411 11.5016 14.1411 12.0016 14.1411C12.5016 14.1411 12.9016 13.7411 12.9016 13.2411V10.7711C12.9016 10.2711 12.4916 9.87109 12.0016 9.87109Z\" fill=\"\"/>\n<path d=\"M15.5317 7.39969C15.1917 7.05969 14.8017 6.76969 14.3817 6.52969C14.2417 6.45969 14.0917 6.38969 13.9417 6.31969C13.7917 6.25969 13.6417 6.19969 13.4817 6.15969C13.3217 6.10969 13.1617 6.06969 13.0017 6.02969C12.9917 6.02969 12.9717 6.02969 12.9617 6.01969C12.6517 5.95969 12.3317 5.92969 12.0117 5.92969H11.9917C11.6717 5.92969 11.3617 5.95969 11.0517 6.01969C11.0117 6.02969 10.9717 6.02969 10.9417 6.04969C10.8017 6.07969 10.6617 6.10969 10.5217 6.15969C10.3517 6.19969 10.1817 6.26969 10.0117 6.33969C9.88172 6.39969 9.75172 6.46969 9.63172 6.52969C9.48172 6.60969 9.35172 6.69969 9.21172 6.78969C8.95172 6.96969 8.70172 7.16969 8.47172 7.39969C8.36172 7.50969 8.25172 7.62969 8.15172 7.74969C8.05172 7.87969 7.95172 7.99969 7.86172 8.13969C7.77172 8.26969 7.69172 8.40969 7.61172 8.54969C7.23172 9.25969 7.01172 10.0697 7.01172 10.9297V13.0697C7.01172 14.7997 7.89172 16.3197 9.21172 17.2097C9.33172 17.2997 9.46172 17.3697 9.59172 17.4497L10.1417 17.7097C10.4217 17.8197 10.7117 17.9097 11.0017 17.9697C11.3217 18.0297 11.6517 18.0697 11.9917 18.0697C12.0017 18.0697 12.0017 18.0697 12.0117 18.0697C12.3517 18.0697 12.6817 18.0297 13.0017 17.9697C13.3017 17.9097 13.5917 17.8197 13.8717 17.7097C14.0617 17.6297 14.2417 17.5397 14.4117 17.4497C15.9517 16.5997 16.9917 14.9497 16.9917 13.0697V10.9297C16.9917 9.54969 16.4317 8.29969 15.5317 7.39969ZM14.4017 13.2397C14.4017 14.5597 13.3217 15.6397 12.0017 15.6397C10.6817 15.6397 9.60172 14.5597 9.60172 13.2397V10.7697C9.60172 9.44969 10.6817 8.36969 12.0017 8.36969C13.3217 8.36969 14.4017 9.44969 14.4017 10.7697V13.2397Z\" fill=\"\"/>\n</svg>\n</li><li title=\"firstline \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 5.25H14C13.59 5.25 13.25 4.91 13.25 4.5C13.25 4.09 13.59 3.75 14 3.75H21C21.41 3.75 21.75 4.09 21.75 4.5C21.75 4.91 21.41 5.25 21 5.25Z\" fill=\"\"/>\n<path d=\"M21 10.25H14C13.59 10.25 13.25 9.91 13.25 9.5C13.25 9.09 13.59 8.75 14 8.75H21C21.41 8.75 21.75 9.09 21.75 9.5C21.75 9.91 21.41 10.25 21 10.25Z\" fill=\"\"/>\n<path d=\"M21 15.25H3C2.59 15.25 2.25 14.91 2.25 14.5C2.25 14.09 2.59 13.75 3 13.75H21C21.41 13.75 21.75 14.09 21.75 14.5C21.75 14.91 21.41 15.25 21 15.25Z\" fill=\"\"/>\n<path d=\"M21 20.25H3C2.59 20.25 2.25 19.91 2.25 19.5C2.25 19.09 2.59 18.75 3 18.75H21C21.41 18.75 21.75 19.09 21.75 19.5C21.75 19.91 21.41 20.25 21 20.25Z\" fill=\"\"/>\n<path d=\"M7.92 3.5H5.08C3.68 3.5 3 4.18 3 5.58V8.43C3 9.83 3.68 10.51 5.08 10.51H7.93C9.33 10.51 10.01 9.83 10.01 8.43V5.58C10 4.18 9.32 3.5 7.92 3.5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"flag 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.1992 7.16L7.19922 3.7V2.75C7.19922 2.34 6.85922 2 6.44922 2C6.03922 2 5.69922 2.34 5.69922 2.75V21.25C5.69922 21.66 6.03922 22 6.44922 22C6.85922 22 7.19922 21.66 7.19922 21.25V17.29L15.4192 13.23C15.4192 13.23 15.4192 13.23 15.4292 13.23C17.0892 12.37 17.9792 11.26 17.9292 10.09C17.8792 8.92 16.9092 7.88 15.1992 7.16Z\" fill=\"\"/>\n</svg>\n</li><li title=\"flag \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.0204 12.33L16.8004 11.11C16.5104 10.86 16.3404 10.49 16.3304 10.08C16.3104 9.63 16.4904 9.18 16.8204 8.85L18.0204 7.65C19.0604 6.61 19.4504 5.61 19.1204 4.82C18.8004 4.04 17.8104 3.61 16.3504 3.61H5.90039V2.75C5.90039 2.34 5.56039 2 5.15039 2C4.74039 2 4.40039 2.34 4.40039 2.75V21.25C4.40039 21.66 4.74039 22 5.15039 22C5.56039 22 5.90039 21.66 5.90039 21.25V16.37H16.3504C17.7904 16.37 18.7604 15.93 19.0904 15.14C19.4204 14.35 19.0404 13.36 18.0204 12.33Z\" fill=\"\"/>\n</svg>\n</li><li title=\"flash 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.9105 10.7209H14.8205V3.52087C14.8205 1.84087 13.9105 1.50087 12.8005 2.76087L12.0005 3.67087L5.2305 11.3709C4.3005 12.4209 4.6905 13.2809 6.0905 13.2809H9.1805V20.4809C9.1805 22.1609 10.0905 22.5009 11.2005 21.2409L12.0005 20.3309L18.7705 12.6309C19.7005 11.5809 19.3105 10.7209 17.9105 10.7209Z\" fill=\"\"/>\n</svg>\n</li><li title=\"flash circle 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9707 2C6.4507 2 1.9707 6.48 1.9707 12C1.9707 17.52 6.4507 22 11.9707 22C17.4907 22 21.9707 17.52 21.9707 12C21.9707 6.48 17.5007 2 11.9707 2ZM15.7207 12.35L12.0007 16.58L11.5607 17.08C10.9507 17.77 10.4507 17.59 10.4507 16.66V12.7H8.7507C7.9807 12.7 7.7707 12.23 8.2807 11.65L12.0007 7.42L12.4407 6.92C13.0507 6.23 13.5507 6.41 13.5507 7.34V11.3H15.2507C16.0207 11.3 16.2307 11.77 15.7207 12.35Z\" fill=\"\"/>\n</svg>\n</li><li title=\"flash circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM15.53 13.23L10.35 16.82C9.59 17.35 9.15 17.04 9.37 16.15L10.32 12.31L8.67 11.9C7.92 11.72 7.83 11.2 8.46 10.76L13.64 7.17C14.4 6.64 14.84 6.95 14.62 7.84L13.67 11.68L15.32 12.09C16.07 12.28 16.16 12.79 15.53 13.23Z\" fill=\"\"/>\n</svg>\n</li><li title=\"flash slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.7709 2.22891C21.4709 1.92891 20.9809 1.92891 20.6809 2.22891L2.23086 20.6889C1.93086 20.9889 1.93086 21.4789 2.23086 21.7789C2.38086 21.9189 2.57086 21.9989 2.77086 21.9989C2.97086 21.9989 3.16086 21.9189 3.31086 21.7689L21.7709 3.30891C22.0809 3.00891 22.0809 2.52891 21.7709 2.22891Z\" fill=\"\"/>\n<path d=\"M14.8205 3.52087V9.18087L9.1805 14.8209V13.2809H6.0905C4.6905 13.2809 4.3005 12.4209 5.2305 11.3709L12.0005 3.67087L12.8005 2.76087C13.9105 1.50087 14.8205 1.84087 14.8205 3.52087Z\" fill=\"\"/>\n<path d=\"M18.7697 12.6287L11.9997 20.3287L11.1997 21.2387C10.0897 22.4987 9.17969 22.1587 9.17969 20.4787V17.8187L16.2797 10.7188H17.9097C19.3097 10.7188 19.6997 11.5787 18.7697 12.6287Z\" fill=\"\"/>\n</svg>\n</li><li title=\"flash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.31994 13.2814H12.4099V20.4814C12.4099 21.5414 13.7299 22.0414 14.4299 21.2414L21.9999 12.6414C22.6599 11.8914 22.1299 10.7214 21.1299 10.7214H18.0399V3.52143C18.0399 2.46143 16.7199 1.96143 16.0199 2.76143L8.44994 11.3614C7.79994 12.1114 8.32994 13.2814 9.31994 13.2814Z\" fill=\"\"/>\n<path d=\"M8.5 4.75H1.5C1.09 4.75 0.75 4.41 0.75 4C0.75 3.59 1.09 3.25 1.5 3.25H8.5C8.91 3.25 9.25 3.59 9.25 4C9.25 4.41 8.91 4.75 8.5 4.75Z\" fill=\"\"/>\n<path d=\"M7.5 20.75H1.5C1.09 20.75 0.75 20.41 0.75 20C0.75 19.59 1.09 19.25 1.5 19.25H7.5C7.91 19.25 8.25 19.59 8.25 20C8.25 20.41 7.91 20.75 7.5 20.75Z\" fill=\"\"/>\n<path d=\"M4.5 12.75H1.5C1.09 12.75 0.75 12.41 0.75 12C0.75 11.59 1.09 11.25 1.5 11.25H4.5C4.91 11.25 5.25 11.59 5.25 12C5.25 12.41 4.91 12.75 4.5 12.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"folder 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.4345 4.03448C19.5668 4.2424 19.3401 4.48461 19.0998 4.43C18.6298 4.29 18.1098 4.22 17.5798 4.22H14.2796C14.1223 4.22 13.9743 4.14605 13.8798 4.02037L12.7298 2.49C12.589 2.29044 12.7221 2 12.9664 2H15.7198C17.2808 2 18.6559 2.81073 19.4345 4.03448Z\" fill=\"\"/>\n<path d=\"M20.14 6.54C19.71 6.23 19.22 6 18.69 5.87C18.33 5.77 17.96 5.72 17.58 5.72H13.86C13.28 5.72 13.24 5.67 12.93 5.26L11.53 3.4C10.88 2.53 10.37 2 8.74 2H6.42C3.98 2 2 3.98 2 6.42V17.58C2 20.02 3.98 22 6.42 22H17.58C20.02 22 22 20.02 22 17.58V10.14C22 8.65 21.27 7.34 20.14 6.54ZM14.39 16.34H9.6C9.21 16.34 8.91 16.03 8.91 15.64C8.91 15.26 9.21 14.94 9.6 14.94H14.39C14.78 14.94 15.09 15.26 15.09 15.64C15.09 16.03 14.78 16.34 14.39 16.34Z\" fill=\"\"/>\n</svg>\n</li><li title=\"folder add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.0169 7.99175C21.4148 8.55833 20.9405 9.25 20.2482 9.25H3C2.44772 9.25 2 8.80228 2 8.25V6.42C2 3.98 3.98 2 6.42 2H8.74C10.37 2 10.88 2.53 11.53 3.4L12.93 5.26C13.24 5.67 13.28 5.72 13.86 5.72H16.65C18.4546 5.72 20.0516 6.61709 21.0169 7.99175Z\" fill=\"\"/>\n<path d=\"M21.9834 11.7466C21.9815 11.1957 21.5343 10.75 20.9834 10.75L2.99998 10.7503C2.44771 10.7503 2 11.1981 2 11.7503V16.6504C2 19.6004 4.4 22.0004 7.35 22.0004H16.65C19.6 22.0004 22 19.6004 22 16.6504L21.9834 11.7466ZM14.5 16.7504H12.81V18.5004C12.81 18.9104 12.47 19.2504 12.06 19.2504C11.64 19.2504 11.31 18.9104 11.31 18.5004V16.7504H9.5C9.09 16.7504 8.75 16.4104 8.75 16.0004C8.75 15.5904 9.09 15.2504 9.5 15.2504H11.31V13.5004C11.31 13.0904 11.64 12.7504 12.06 12.7504C12.47 12.7504 12.81 13.0904 12.81 13.5004V15.2504H14.5C14.91 15.2504 15.25 15.5904 15.25 16.0004C15.25 16.4104 14.91 16.7504 14.5 16.7504Z\" fill=\"\"/>\n</svg>\n</li><li title=\"folder cloud \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.5786 19.6986C13.4686 19.8486 13.4686 22.9086 15.5786 23.0586H20.5886C21.1986 23.0586 21.7786 22.8386 22.2286 22.4286C23.7086 21.1386 22.9186 18.5386 20.9686 18.2986C20.2686 14.0786 14.1586 15.6786 15.6086 19.6986\" fill=\"\"/>\n<path d=\"M15.5786 19.6986C13.4686 19.8486 13.4686 22.9086 15.5786 23.0586H20.5886C21.1986 23.0586 21.7786 22.8386 22.2286 22.4286C23.7086 21.1386 22.9186 18.5386 20.9686 18.2986C20.2686 14.0786 14.1586 15.6786 15.6086 19.6986\" fill=\"\"/>\n<path d=\"M22 11.07V15.34C22 15.66 21.49 15.8 21.27 15.57C20.8 15.08 20.21 14.71 19.53 14.5C17.96 14.01 16.15 14.49 15.01 15.67C14.29 16.44 13.9 17.4 13.88 18.44C13.88 18.62 13.79 18.78 13.65 18.89C12.93 19.46 12.49 20.35 12.49 21.37V21.38C12.49 21.7 12.26 21.99 11.94 21.99H7.34C4.4 22 2 19.6 2 16.65V6.42C2 3.98 3.98 2 6.42 2H8.74C10.37 2 10.88 2.53 11.53 3.4L12.93 5.26C13.24 5.67 13.28 5.72 13.86 5.72H16.65C19.03 5.72 21.05 7.28 21.74 9.44C21.89 9.89 21.97 10.35 21.99 10.84C22 10.91 22 11 22 11.07Z\" fill=\"\"/>\n</svg>\n</li><li title=\"folder connection \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.75 16H15.5C18.3 16 19 15.3 19 12.5V8.3C19 5.5 18.3 4.8 15.5 4.8H13.4C12.7 4.8 12.55 4.59 12.28 4.24L11.23 2.84C10.83 2.31 10.6 2 9.55 2H8.5C5.7 2 5 2.7 5 5.5V12.5C5 15.3 5.7 16 8.5 16H11.25V19C11.25 19.05 11.27 19.09 11.28 19.14C10.76 19.34 10.34 19.76 10.14 20.28C10.09 20.27 10.05 20.25 10 20.25H6C5.59 20.25 5.25 20.59 5.25 21C5.25 21.41 5.59 21.75 6 21.75H10C10.05 21.75 10.09 21.73 10.14 21.72C10.43 22.47 11.15 23 12 23C12.85 23 13.57 22.47 13.86 21.72C13.91 21.73 13.95 21.75 14 21.75H18C18.41 21.75 18.75 21.41 18.75 21C18.75 20.59 18.41 20.25 18 20.25H14C13.95 20.25 13.91 20.27 13.86 20.28C13.66 19.76 13.24 19.34 12.72 19.14C12.73 19.09 12.75 19.05 12.75 19V16Z\" fill=\"\"/>\n</svg>\n</li><li title=\"folder cross \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.0169 7.99175C21.4148 8.55833 20.9405 9.25 20.2482 9.25H3C2.44772 9.25 2 8.80228 2 8.25V6.42C2 3.98 3.98 2 6.42 2H8.74C10.37 2 10.88 2.53 11.53 3.4L12.93 5.26C13.24 5.67 13.28 5.72 13.86 5.72H16.65C18.4546 5.72 20.0516 6.61709 21.0169 7.99175Z\" fill=\"\"/>\n<path d=\"M21.9834 11.7466C21.9815 11.1957 21.5343 10.75 20.9834 10.75L2.99998 10.7503C2.44771 10.7503 2 11.198 2 11.7503V16.6503C2 19.6003 4.4 22.0003 7.35 22.0003H16.65C19.6 22.0003 22 19.6003 22 16.6503L21.9834 11.7466ZM14.34 18.2803C14.19 18.4203 14 18.5003 13.81 18.5003C13.62 18.5003 13.42 18.4203 13.28 18.2803L12.04 17.0403L10.76 18.3203C10.62 18.4603 10.42 18.5403 10.23 18.5403C10.04 18.5403 9.85 18.4603 9.7 18.3203C9.41 18.0303 9.41 17.5503 9.7 17.2603L10.98 15.9803L9.74 14.7403C9.45 14.4503 9.45 13.9703 9.74 13.6803C10.04 13.3903 10.51 13.3903 10.8 13.6803L12.04 14.9203L13.24 13.7203C13.53 13.4303 14 13.4303 14.3 13.7203C14.59 14.0203 14.59 14.4903 14.3 14.7803L13.1 15.9803L14.34 17.2203C14.63 17.5103 14.63 17.9903 14.34 18.2803Z\" fill=\"\"/>\n</svg>\n</li><li title=\"folder favorite \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.0169 7.99175C21.4148 8.55833 20.9405 9.25 20.2482 9.25H3C2.44772 9.25 2 8.80228 2 8.25V6.42C2 3.98 3.98 2 6.42 2H8.74C10.37 2 10.88 2.53 11.53 3.4L12.93 5.26C13.24 5.67 13.28 5.72 13.86 5.72H16.65C18.4546 5.72 20.0516 6.61709 21.0169 7.99175Z\" fill=\"\"/>\n<path d=\"M21.9834 11.7466C21.9815 11.1957 21.5343 10.75 20.9834 10.75L3 10.75C2.44772 10.75 2 11.1977 2 11.75V16.65C2 19.6 4.4 22 7.35 22H16.65C19.6 22 22 19.6 22 16.65L21.9834 11.7466ZM14.54 16.97L12.39 18.85C12.28 18.95 12.14 19 12 19C11.86 19 11.72 18.95 11.61 18.85L9.46 16.97C8.78 16.37 8.69 15.35 9.26 14.64C9.83 13.92 10.86 13.79 11.6 14.34L12 14.64L12.4 14.34C13.14 13.79 14.17 13.92 14.74 14.64C15.31 15.35 15.22 16.37 14.54 16.97Z\" fill=\"\"/>\n</svg>\n</li><li title=\"folder minus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.0169 7.99175C21.4148 8.55833 20.9405 9.25 20.2482 9.25H3C2.44772 9.25 2 8.80228 2 8.25V6.42C2 3.98 3.98 2 6.42 2H8.74C10.37 2 10.88 2.53 11.53 3.4L12.93 5.26C13.24 5.67 13.28 5.72 13.86 5.72H16.65C18.4546 5.72 20.0516 6.61709 21.0169 7.99175Z\" fill=\"\"/>\n<path d=\"M21.9834 11.7466C21.9815 11.1957 21.5343 10.75 20.9833 10.75L2.99996 10.7507C2.44769 10.7507 2 11.1984 2 11.7507V16.6507C2 19.6007 4.4 22.0007 7.35 22.0007H16.65C19.6 22.0007 22 19.6007 22 16.6507L21.9834 11.7466ZM14.43 16.7507H9.43C9.01 16.7507 8.68 16.4207 8.68 16.0007C8.68 15.5907 9.01 15.2507 9.43 15.2507H14.43C14.84 15.2507 15.18 15.5907 15.18 16.0007C15.18 16.4207 14.84 16.7507 14.43 16.7507Z\" fill=\"\"/>\n</svg>\n</li><li title=\"folder open \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.0582 11.8216L20.8982 11.6016C20.6182 11.2616 20.2882 10.9916 19.9082 10.7916C19.3982 10.5016 18.8182 10.3516 18.2182 10.3516H5.76824C5.16824 10.3516 4.59824 10.5016 4.07824 10.7916C3.68824 11.0016 3.33824 11.2916 3.04824 11.6516C2.47824 12.3816 2.20824 13.2816 2.29824 14.1816L2.66824 18.8516C2.79824 20.2616 2.96824 22.0016 6.13824 22.0016H17.8582C21.0282 22.0016 21.1882 20.2616 21.3282 18.8416L21.6982 14.1916C21.7882 13.3516 21.5682 12.5116 21.0582 11.8216ZM14.3882 17.3416H9.59824C9.20824 17.3416 8.89824 17.0216 8.89824 16.6416C8.89824 16.2616 9.20824 15.9416 9.59824 15.9416H14.3882C14.7782 15.9416 15.0882 16.2616 15.0882 16.6416C15.0882 17.0316 14.7782 17.3416 14.3882 17.3416Z\" fill=\"\"/>\n<path d=\"M20.56 8.59643C20.5976 8.97928 20.1823 9.23561 19.8175 9.11348C19.3127 8.94449 18.7814 8.86 18.2289 8.86H5.76891C5.21206 8.86 4.66381 8.95012 4.15225 9.12194C3.79185 9.24298 3.37891 8.99507 3.37891 8.61489V6.66C3.37891 3.09 4.46891 2 8.03891 2H9.21891C10.6489 2 11.0989 2.46 11.6789 3.21L12.8789 4.81C13.1289 5.15 13.1389 5.17 13.5789 5.17H15.9589C19.0846 5.17 20.3059 6.00724 20.56 8.59643Z\" fill=\"\"/>\n</svg>\n</li><li title=\"folder \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.0169 7.99175C21.4148 8.55833 20.9405 9.25 20.2482 9.25H3C2.44772 9.25 2 8.80228 2 8.25V6.42C2 3.98 3.98 2 6.42 2H8.74C10.37 2 10.88 2.53 11.53 3.4L12.93 5.26C13.24 5.67 13.28 5.72 13.86 5.72H16.65C18.4546 5.72 20.0516 6.61709 21.0169 7.99175Z\" fill=\"\"/>\n<path d=\"M20.9834 10.75C21.5343 10.75 21.9815 11.1957 21.9834 11.7466L22 16.6503C22 19.6003 19.6 22.0003 16.65 22.0003H7.35C4.4 22.0003 2 19.6003 2 16.6503V11.7503C2 11.198 2.44771 10.7503 2.99999 10.7503L20.9834 10.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"forbidden 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.12 6.98L17.02 2.88C16.54 2.4 15.58 2 14.9 2H9.1C8.42 2 7.46 2.4 6.98 2.88L2.88 6.98C2.4 7.46 2 8.42 2 9.1V14.9C2 15.58 2.4 16.54 2.88 17.02L6.98 21.12C7.46 21.6 8.42 22 9.1 22H14.9C15.58 22 16.54 21.6 17.02 21.12L21.12 17.02C21.6 16.54 22 15.58 22 14.9V9.1C22 8.42 21.6 7.46 21.12 6.98ZM16.03 14.97C16.32 15.26 16.32 15.74 16.03 16.03C15.88 16.18 15.69 16.25 15.5 16.25C15.31 16.25 15.12 16.18 14.97 16.03L12 13.06L9.03 16.03C8.88 16.18 8.69 16.25 8.5 16.25C8.31 16.25 8.12 16.18 7.97 16.03C7.68 15.74 7.68 15.26 7.97 14.97L10.94 12L7.97 9.03C7.68 8.74 7.68 8.26 7.97 7.97C8.26 7.68 8.74 7.68 9.03 7.97L12 10.94L14.97 7.97C15.26 7.68 15.74 7.68 16.03 7.97C16.32 8.26 16.32 8.74 16.03 9.03L13.06 12L16.03 14.97Z\" fill=\"\"/>\n</svg>\n</li><li title=\"forbidden \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.02 2.88C16.54 2.4 15.58 2 14.9 2H9.1C8.42 2 7.46 2.4 6.98 2.88L2.88 6.98C2.4 7.46 2 8.42 2 9.1V14.9C2 15.58 2.4 16.54 2.88 17.02L4.41 18.55L18.55 4.41L17.02 2.88Z\" fill=\"\"/>\n<path d=\"M21.1207 6.97875L19.6107 5.46875L5.4707 19.6088L6.9807 21.1188C7.4607 21.5988 8.4207 21.9988 9.1007 21.9988H14.9007C15.5807 21.9988 16.5407 21.5988 17.0207 21.1188L21.1207 17.0188C21.6007 16.5388 22.0007 15.5788 22.0007 14.8988V9.09875C22.0007 8.41875 21.6007 7.45875 21.1207 6.97875Z\" fill=\"\"/>\n<path d=\"M2.49094 20.4708C2.20094 20.7608 2.20094 21.2408 2.49094 21.5308C2.64094 21.6808 2.83094 21.7508 3.02094 21.7508C3.21094 21.7508 3.40094 21.6808 3.55094 21.5308L5.47094 19.6108L4.41094 18.5508L2.49094 20.4708Z\" fill=\"\"/>\n<path d=\"M21.5308 3.55094C21.8208 3.26094 21.8208 2.78094 21.5308 2.49094C21.2408 2.20094 20.7608 2.20094 20.4708 2.49094L18.5508 4.41094L19.6108 5.47094L21.5308 3.55094Z\" fill=\"\"/>\n</svg>\n</li><li title=\"format circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.1 7.87C21.68 7.23 22 6.4 22 5.53C22 3.58 20.42 2 18.47 2C17.6 2 16.78 2.32 16.14 2.9C14.85 2.3 13.46 2 12 2C10.57 2 9.15 2.31 7.87 2.9C7.23 2.32 6.4 2 5.53 2C3.58 2 2 3.58 2 5.53C2 6.4 2.32 7.23 2.9 7.87C2.31 9.15 2 10.57 2 12C2 13.46 2.3 14.85 2.9 16.14C2.32 16.78 2 17.6 2 18.47C2 20.42 3.58 22 5.53 22C6.4 22 7.23 21.68 7.87 21.1C9.15 21.69 10.57 22 12 22C13.46 22 14.85 21.7 16.14 21.1C16.78 21.68 17.6 22 18.47 22C20.42 22 22 20.42 22 18.47C22 17.6 21.68 16.78 21.1 16.14C21.7 14.85 22 13.46 22 12C22 10.57 21.69 9.15 21.1 7.87ZM19.68 15.17C19.57 15.13 19.46 15.09 19.35 15.06C19.18 15.02 19 14.99 18.83 14.97C18.71 14.96 18.59 14.95 18.47 14.95C16.53 14.95 14.95 16.53 14.95 18.47C14.95 18.59 14.96 18.71 14.97 18.83C14.99 19 15.02 19.18 15.06 19.35C15.09 19.46 15.13 19.57 15.17 19.68C15.17 19.71 15.18 19.74 15.2 19.77C15.21 19.8 15.22 19.83 15.23 19.86C13.22 20.7 10.82 20.71 8.77 19.86C8.78 19.83 8.79 19.8 8.8 19.77C8.82 19.74 8.83 19.71 8.83 19.68C8.87 19.57 8.91 19.46 8.94 19.35C8.98 19.18 9.01 19 9.03 18.83C9.04 18.71 9.05 18.59 9.05 18.47C9.05 16.53 7.47 14.95 5.53 14.95C5.41 14.95 5.29 14.96 5.17 14.97C5 14.99 4.82 15.02 4.65 15.06C4.54 15.09 4.43 15.13 4.32 15.17C4.29 15.17 4.26 15.18 4.23 15.2C4.2 15.21 4.17 15.22 4.14 15.23C3.71 14.22 3.5 13.13 3.5 12C3.5 10.89 3.72 9.78 4.14 8.77C4.15 8.77 4.17 8.78 4.18 8.78C4.06 8.73 3.93 8.67 3.82 8.61C3.66 8.52 3.5 8.42 3.35 8.3C3.65 8.53 3.97 8.71 4.32 8.83C4.44 8.88 4.57 8.92 4.69 8.95C4.77 8.97 4.84 8.98 4.91 8.99C5 9.01 5.08 9.02 5.17 9.03C5.29 9.04 5.41 9.05 5.53 9.05C7.47 9.05 9.05 7.47 9.05 5.53C9.05 5.41 9.04 5.29 9.03 5.17C9.02 5.08 9.01 5 8.99 4.91C8.98 4.84 8.97 4.77 8.95 4.69C8.92 4.57 8.88 4.44 8.83 4.32C8.71 3.97 8.53 3.65 8.3 3.35C8.42 3.5 8.52 3.66 8.61 3.82C8.67 3.93 8.73 4.06 8.78 4.18C8.78 4.17 8.77 4.15 8.77 4.14C10.81 3.29 13.22 3.3 15.23 4.14C15.22 4.17 15.21 4.2 15.2 4.23C15.18 4.26 15.17 4.29 15.17 4.32C15.13 4.43 15.09 4.54 15.06 4.65C15.02 4.82 14.99 5 14.97 5.17C14.96 5.29 14.95 5.41 14.95 5.53C14.95 7.47 16.53 9.05 18.47 9.05C18.59 9.05 18.71 9.04 18.83 9.03C19 9.01 19.18 8.98 19.35 8.94C19.46 8.91 19.57 8.87 19.68 8.83C19.71 8.83 19.74 8.82 19.77 8.8C19.8 8.79 19.83 8.78 19.86 8.77C20.28 9.78 20.5 10.89 20.5 12C20.5 13.13 20.29 14.22 19.86 15.23C19.83 15.22 19.8 15.21 19.77 15.2C19.74 15.18 19.71 15.17 19.68 15.17Z\" fill=\"\"/>\n</svg>\n</li><li title=\"format square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.75 16.5V7.5C21.94 7 22.75 5.83 22.75 4.5C22.75 2.71 21.29 1.25 19.5 1.25C18.18 1.25 17 2.06 16.5 3.25H7.5C7 2.06 5.83 1.25 4.5 1.25C2.71 1.25 1.25 2.71 1.25 4.5C1.25 5.82 2.06 7 3.25 7.5V16.5C2.06 17 1.25 18.17 1.25 19.5C1.25 21.29 2.71 22.75 4.5 22.75C5.82 22.75 7 21.94 7.5 20.75H16.5C17 21.94 18.17 22.75 19.5 22.75C21.29 22.75 22.75 21.29 22.75 19.5C22.75 18.18 21.94 17 20.75 16.5ZM19.16 16.27C19.05 16.28 18.95 16.3 18.84 16.32C18.57 16.37 18.31 16.46 18.06 16.59C18 16.62 17.94 16.65 17.88 16.69C17.38 16.97 16.97 17.38 16.69 17.88C16.65 17.94 16.62 18 16.59 18.06C16.46 18.31 16.37 18.57 16.32 18.84C16.3 18.95 16.28 19.05 16.27 19.16C16.26 19.19 16.26 19.22 16.26 19.25H7.74C7.72 19 7.67 18.76 7.6 18.53C7.58 18.45 7.55 18.36 7.51 18.28C7.48 18.21 7.45 18.14 7.41 18.06C7.38 18 7.35 17.94 7.31 17.88C7.03 17.38 6.62 16.97 6.12 16.69C6.06 16.65 6 16.62 5.94 16.59C5.86 16.55 5.79 16.52 5.72 16.49C5.64 16.45 5.55 16.42 5.47 16.4C5.24 16.33 5 16.28 4.75 16.26V7.74C5.01 7.72 5.25 7.67 5.49 7.59C5.58 7.57 5.68 7.53 5.77 7.49C5.82 7.47 5.88 7.44 5.94 7.41C6 7.38 6.06 7.35 6.12 7.31C6.62 7.03 7.03 6.62 7.31 6.12C7.35 6.06 7.38 6 7.41 5.94C7.44 5.88 7.47 5.82 7.49 5.77C7.53 5.68 7.57 5.58 7.59 5.49C7.67 5.25 7.72 5.01 7.74 4.75H16.26C16.28 5.02 16.33 5.27 16.42 5.52C16.44 5.6 16.47 5.69 16.51 5.77C16.53 5.83 16.56 5.88 16.59 5.94C16.62 6 16.65 6.06 16.69 6.12C16.97 6.62 17.38 7.03 17.88 7.31C17.94 7.35 18 7.38 18.06 7.41C18.12 7.44 18.17 7.47 18.23 7.49C18.31 7.53 18.4 7.56 18.48 7.58C18.73 7.67 18.98 7.72 19.25 7.74V16.26C19.22 16.26 19.19 16.26 19.16 16.27Z\" fill=\"\"/>\n</svg>\n</li><li title=\"forward 10 seconds \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.6916 7.34849C19.4416 7.01849 18.9716 6.94849 18.6416 7.19849C18.3116 7.44849 18.2416 7.91849 18.4916 8.24849C19.5716 9.68849 20.1416 11.3685 20.1416 13.1085C20.1416 17.5985 16.4916 21.2485 12.0016 21.2485C7.51156 21.2485 3.86156 17.5985 3.86156 13.1085C3.86156 8.61849 7.51156 4.97849 12.0016 4.97849C12.5816 4.97849 13.1716 5.04849 13.8116 5.19849C13.8416 5.20849 13.8716 5.19849 13.9116 5.19849C13.9316 5.19849 13.9616 5.21849 13.9816 5.21849C14.0116 5.21849 14.0316 5.20849 14.0616 5.20849C14.1016 5.20849 14.1316 5.19849 14.1616 5.18849C14.2116 5.17849 14.2616 5.15849 14.3116 5.12849C14.3416 5.10849 14.3816 5.09849 14.4116 5.07849C14.4216 5.06849 14.4416 5.06849 14.4516 5.05849C14.4816 5.03849 14.4916 5.00849 14.5116 4.98849C14.5516 4.94849 14.5816 4.91849 14.6116 4.86849C14.6416 4.82849 14.6516 4.77849 14.6716 4.73849C14.6816 4.70849 14.7016 4.67849 14.7116 4.64849C14.7116 4.62849 14.7116 4.61849 14.7116 4.59849C14.7216 4.54849 14.7216 4.49849 14.7116 4.44849C14.7116 4.39849 14.7116 4.35849 14.7016 4.30849C14.6916 4.26849 14.6716 4.22849 14.6516 4.17849C14.6316 4.12849 14.6116 4.07849 14.5816 4.03849C14.5716 4.01849 14.5716 4.00849 14.5616 3.99849L12.5816 1.52849C12.3216 1.20849 11.8516 1.15849 11.5316 1.40849C11.2116 1.66849 11.1616 2.13849 11.4116 2.45849L12.2316 3.47849C12.1516 3.47849 12.0716 3.46849 11.9916 3.46849C6.68156 3.46849 2.35156 7.78849 2.35156 13.1085C2.35156 18.4285 6.67156 22.7485 11.9916 22.7485C17.3116 22.7485 21.6316 18.4285 21.6316 13.1085C21.6416 11.0385 20.9616 9.04849 19.6916 7.34849Z\" fill=\"\"/>\n<path d=\"M9.5415 16.6708C9.1315 16.6708 8.7915 16.3308 8.7915 15.9208V12.5308L8.6015 12.7508C8.3215 13.0608 7.8515 13.0808 7.5415 12.8108C7.2315 12.5308 7.2115 12.0608 7.4815 11.7508L8.9815 10.0808C9.1915 9.85081 9.5215 9.77081 9.8115 9.88081C10.1015 9.99081 10.2915 10.2708 10.2915 10.5808V15.9308C10.2915 16.3408 9.9615 16.6708 9.5415 16.6708Z\" fill=\"\"/>\n<path d=\"M14 16.6703C12.48 16.6703 11.25 15.4403 11.25 13.9203V12.5703C11.25 11.0503 12.48 9.82031 14 9.82031C15.52 9.82031 16.75 11.0503 16.75 12.5703V13.9203C16.75 15.4403 15.52 16.6703 14 16.6703ZM14 11.3303C13.31 11.3303 12.75 11.8903 12.75 12.5803V13.9303C12.75 14.6203 13.31 15.1803 14 15.1803C14.69 15.1803 15.25 14.6203 15.25 13.9303V12.5803C15.25 11.8903 14.69 11.3303 14 11.3303Z\" fill=\"\"/>\n</svg>\n</li><li title=\"forward 15 seconds \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.4314 16.9203H12.1414C11.7314 16.9203 11.3914 16.5803 11.3914 16.1703C11.3914 15.7603 11.7314 15.4203 12.1414 15.4203H14.4314C14.8614 15.4203 15.2114 15.0703 15.2114 14.6403C15.2114 14.2103 14.8614 13.8603 14.4314 13.8603H12.1414C11.9014 13.8603 11.6714 13.7403 11.5314 13.5503C11.3914 13.3603 11.3514 13.1003 11.4314 12.8703L12.1914 10.5803C12.2914 10.2703 12.5814 10.0703 12.9014 10.0703H15.9614C16.3714 10.0703 16.7114 10.4103 16.7114 10.8203C16.7114 11.2303 16.3714 11.5703 15.9614 11.5703H13.4414L13.1814 12.3603H14.4314C15.6914 12.3603 16.7114 13.3803 16.7114 14.6403C16.7114 15.9003 15.6814 16.9203 14.4314 16.9203Z\" fill=\"\"/>\n<path d=\"M9.54041 16.9208C9.13041 16.9208 8.79041 16.5808 8.79041 16.1708V12.7808L8.60041 13.0008C8.32041 13.3108 7.85041 13.3308 7.54041 13.0608C7.24041 12.7808 7.21041 12.3108 7.49041 12.0008L8.99041 10.3308C9.20041 10.1008 9.53041 10.0208 9.82041 10.1308C10.1104 10.2408 10.3004 10.5208 10.3004 10.8308V16.1808C10.2904 16.5908 9.96041 16.9208 9.54041 16.9208Z\" fill=\"\"/>\n<path d=\"M19.6916 7.3488C19.4416 7.0188 18.9716 6.9488 18.6416 7.1988C18.3116 7.4488 18.2416 7.9188 18.4916 8.2488C19.5716 9.6888 20.1416 11.3688 20.1416 13.1088C20.1416 17.5988 16.4916 21.2488 12.0016 21.2488C7.51156 21.2488 3.86156 17.5988 3.86156 13.1088C3.86156 8.6188 7.51156 4.9788 12.0016 4.9788C12.5816 4.9788 13.1716 5.0488 13.8116 5.1988C13.8416 5.2088 13.8716 5.1988 13.9016 5.1988C13.9316 5.1988 13.9516 5.2188 13.9716 5.2188C14.0016 5.2188 14.0216 5.2088 14.0516 5.2088C14.0816 5.2088 14.1116 5.1988 14.1516 5.1888C14.2116 5.1788 14.2616 5.1488 14.3116 5.1288C14.3416 5.1088 14.3716 5.0988 14.4016 5.0788C14.4116 5.0688 14.4316 5.0688 14.4416 5.0588C14.4716 5.0388 14.4816 5.0088 14.5016 4.9888C14.5416 4.9488 14.5716 4.9188 14.6016 4.8688C14.6316 4.8288 14.6416 4.7788 14.6616 4.7288C14.6716 4.6988 14.6916 4.6688 14.7016 4.6388C14.7016 4.6188 14.7016 4.6088 14.7016 4.5888C14.7116 4.5388 14.7116 4.4888 14.7016 4.4388C14.7016 4.3888 14.7016 4.3488 14.6916 4.2988C14.6816 4.2588 14.6616 4.2188 14.6416 4.1688C14.6216 4.1188 14.6016 4.0688 14.5716 4.0288C14.5716 4.0188 14.5716 4.0088 14.5616 3.9988L12.5816 1.5288C12.3216 1.2088 11.8516 1.1488 11.5316 1.4088C11.2116 1.6688 11.1616 2.1388 11.4116 2.4588L12.2316 3.4788C12.1516 3.4788 12.0716 3.4688 11.9916 3.4688C6.68156 3.4688 2.35156 7.7888 2.35156 13.1088C2.35156 18.4288 6.67156 22.7488 11.9916 22.7488C17.3116 22.7488 21.6316 18.4288 21.6316 13.1088C21.6416 11.0388 20.9616 9.0488 19.6916 7.3488Z\" fill=\"\"/>\n</svg>\n</li><li title=\"forward 5 seconds \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.4791 7.09052C19.2191 6.77052 18.7491 6.72052 18.4291 6.98052C18.1091 7.24052 18.0591 7.71052 18.3191 8.03052C19.4491 9.43052 20.0791 11.0905 20.1391 12.8305C20.2991 17.3105 16.7791 21.0905 12.2891 21.2405C7.79906 21.4005 4.02906 17.8805 3.86906 13.4005C3.70906 8.92052 7.22906 5.14052 11.7191 4.99052C12.2891 4.97052 12.8891 5.02052 13.5391 5.15052C13.5791 5.16052 13.6191 5.15052 13.6591 5.15052C13.7591 5.20052 13.8791 5.23052 13.9891 5.23052C14.1591 5.23052 14.3191 5.18052 14.4591 5.06052C14.7791 4.80052 14.8291 4.33052 14.5791 4.01052L12.5991 1.54052C12.3391 1.22052 11.8691 1.16052 11.5491 1.42052C11.2291 1.68052 11.1791 2.15052 11.4291 2.47052L12.2591 3.50052C12.0691 3.49052 11.8691 3.48052 11.6791 3.49052C6.36906 3.67052 2.19906 8.15052 2.38906 13.4605C2.57906 18.7705 7.04906 22.9405 12.3591 22.7505C17.6691 22.5605 21.8391 18.0905 21.6491 12.7805C21.5591 10.7105 20.8191 8.74052 19.4791 7.09052Z\" fill=\"\"/>\n<path d=\"M12.3806 16.9203H10.0906C9.68062 16.9203 9.34062 16.5803 9.34062 16.1703C9.34062 15.7603 9.68062 15.4203 10.0906 15.4203H12.3806C12.8106 15.4203 13.1606 15.0703 13.1606 14.6403C13.1606 14.2103 12.8106 13.8603 12.3806 13.8603H10.0906C9.85062 13.8603 9.62062 13.7403 9.48062 13.5503C9.34062 13.3603 9.30062 13.1003 9.38062 12.8703L10.1406 10.5803C10.2406 10.2703 10.5306 10.0703 10.8506 10.0703H13.9106C14.3206 10.0703 14.6606 10.4103 14.6606 10.8203C14.6606 11.2303 14.3206 11.5703 13.9106 11.5703H11.3906L11.1306 12.3603H12.3806C13.6406 12.3603 14.6606 13.3803 14.6606 14.6403C14.6606 15.9003 13.6406 16.9203 12.3806 16.9203Z\" fill=\"\"/>\n</svg>\n</li><li title=\"forward item \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.2505 5.77V9C21.2505 11.1146 20.5427 11.899 18.6312 12.0068C18.3555 12.0223 18.1305 11.7961 18.1305 11.52V10.38C18.1305 7.26 16.7405 5.87 13.6205 5.87H12.4805C12.2043 5.87 11.9781 5.64494 11.9937 5.36924C12.1014 3.45773 12.8859 2.75 15.0005 2.75H18.2305C20.5205 2.75 21.2505 3.48 21.2505 5.77Z\" fill=\"\"/>\n<path d=\"M16.6291 10.3811V13.6211C16.6291 15.9011 15.8991 16.6311 13.6191 16.6311H10.3791C8.09914 16.6311 7.36914 15.9011 7.36914 13.6211V10.3811C7.36914 8.10109 8.09914 7.37109 10.3791 7.37109H13.6191C15.8991 7.37109 16.6291 8.10109 16.6291 10.3811Z\" fill=\"\"/>\n<path d=\"M11.52 18.1305C11.7961 18.1305 12.0223 18.3555 12.0068 18.6312C11.899 20.5427 11.1146 21.2505 9 21.2505H5.77C3.48 21.2505 2.75 20.5205 2.75 18.2305V15.0005C2.75 12.8859 3.45773 12.1014 5.36924 11.9937C5.64494 11.9781 5.87 12.2043 5.87 12.4805V13.6205C5.87 16.7405 7.26 18.1305 10.38 18.1305H11.52Z\" fill=\"\"/>\n</svg>\n</li><li title=\"forward square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM17.53 9.72L15.96 11.29C15.81 11.44 15.62 11.51 15.43 11.51C15.24 11.51 15.05 11.44 14.9 11.29C14.61 11 14.61 10.52 14.9 10.23L15.16 9.97H10.08C8.8 9.97 7.75 11.01 7.75 12.3C7.75 13.59 8.79 14.63 10.08 14.63H15C15.41 14.63 15.75 14.97 15.75 15.38C15.75 15.79 15.41 16.13 15 16.13H10.08C7.97 16.13 6.25 14.41 6.25 12.3C6.25 10.19 7.97 8.47 10.08 8.47H15.23L14.9 8.15C14.61 7.86 14.61 7.38 14.9 7.09C15.19 6.8 15.67 6.8 15.96 7.09L17.53 8.66C17.82 8.96 17.82 9.43 17.53 9.72Z\" fill=\"\"/>\n</svg>\n</li><li title=\"forward \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 8.34032V15.6603C2 17.1603 3.63 18.1003 4.93 17.3503L8.1 15.5203L11.27 13.6903L11.76 13.4103V10.5903L11.27 10.3103L8.1 8.48032L4.93 6.65032C3.63 5.90032 2 6.84032 2 8.34032Z\" fill=\"\"/>\n<path d=\"M11.7617 8.34032V15.6603C11.7617 17.1603 13.3917 18.1003 14.6817 17.3503L17.8617 15.5203L21.0317 13.6903C22.3217 12.9403 22.3217 11.0603 21.0317 10.3103L17.8617 8.48032L14.6817 6.65032C13.3917 5.90032 11.7617 6.84032 11.7617 8.34032Z\" fill=\"\"/>\n</svg>\n</li><li title=\"frame 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.4098 6.96141V8.79141C20.4098 9.43141 20.1098 10.0314 19.5898 10.4014L8.58984 18.4614C7.87984 18.9814 6.90984 18.9814 6.20984 18.4514L4.76984 17.3714C4.11984 16.8814 3.58984 15.8214 3.58984 15.0114V6.96141C3.58984 5.84141 4.44984 4.60141 5.49984 4.21141L10.9698 2.16141C11.5398 1.95141 12.4598 1.95141 13.0298 2.16141L18.4998 4.21141C19.5498 4.60141 20.4098 5.84141 20.4098 6.96141Z\" fill=\"\"/>\n<path d=\"M18.8216 12.3414C19.4816 11.8614 20.4116 12.3314 20.4116 13.1514V15.0314C20.4116 15.8414 19.8816 16.8914 19.2316 17.3814L13.7616 21.4714C13.2816 21.8214 12.6416 22.0014 12.0016 22.0014C11.3616 22.0014 10.7216 21.8214 10.2416 21.4614L9.41157 20.8414C8.87157 20.4414 8.87157 19.6314 9.42157 19.2314L18.8216 12.3414Z\" fill=\"\"/>\n</svg>\n</li><li title=\"frame 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 8C20.6569 8 22 6.65685 22 5C22 3.34315 20.6569 2 19 2C17.3431 2 16 3.34315 16 5C16 6.65685 17.3431 8 19 8Z\" fill=\"\"/>\n<path d=\"M17.7892 9.33927C16.2792 8.93927 15.0592 7.71927 14.6592 6.20927C14.3992 5.24927 14.4592 4.32927 14.7492 3.50927C14.9492 2.94927 14.6092 2.32927 14.0292 2.20927C12.5592 1.89927 10.9692 1.90927 9.30923 2.35927C5.52923 3.41927 2.63923 6.68927 2.09923 10.5793C1.17923 17.1993 6.78923 22.8093 13.4092 21.8993C17.3092 21.3593 20.5692 18.4693 21.6192 14.6793C22.0792 13.0293 22.0892 11.4393 21.7792 9.95927C21.6592 9.37927 21.0392 9.04927 20.4792 9.23927C19.6692 9.52927 18.7492 9.58927 17.7892 9.33927Z\" fill=\"\"/>\n</svg>\n</li><li title=\"frame 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11 19.9V4.1C11 2.6 10.36 2 8.77 2H4.73C3.14 2 2.5 2.6 2.5 4.1V19.9C2.5 21.4 3.14 22 4.73 22H8.77C10.36 22 11 21.4 11 19.9Z\" fill=\"\"/>\n<path d=\"M21.5 19.64V15.36C21.5 14.06 20.5 13 19.27 13H15.23C14 13 13 14.06 13 15.36V19.64C13 20.94 14 22 15.23 22H19.27C20.5 22 21.5 20.94 21.5 19.64Z\" fill=\"\"/>\n<path d=\"M21.5 8.64V4.36C21.5 3.06 20.5 2 19.27 2H15.23C14 2 13 3.06 13 4.36V8.64C13 9.94 14 11 15.23 11H19.27C20.5 11 21.5 9.94 21.5 8.64Z\" fill=\"\"/>\n</svg>\n</li><li title=\"frame 4 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.02 4.62109H6.98C5.39 4.62109 4.75 5.22109 4.75 6.74109V18.6211H10.25V6.74109C10.24 5.22109 9.6 4.62109 8.02 4.62109Z\" fill=\"\"/>\n<path d=\"M16.52 9.62109H15.48C13.89 9.62109 13.25 10.2311 13.25 11.7411V18.6211H18.75V11.7411C18.75 10.2311 18.1 9.62109 16.52 9.62109Z\" fill=\"\"/>\n<path d=\"M2.75 17.8789H21.25C21.66 17.8789 22 18.2189 22 18.6289C22 19.0389 21.66 19.3789 21.25 19.3789H2.75C2.34 19.3789 2 19.0389 2 18.6189C2 18.1989 2.34 17.8789 2.75 17.8789Z\" fill=\"\"/>\n</svg>\n</li><li title=\"frame \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 2C9.38 2 7.25 4.13 7.25 6.75C7.25 9.32 9.26 11.4 11.88 11.49C11.96 11.48 12.04 11.48 12.1 11.49C12.12 11.49 12.13 11.49 12.15 11.49C12.16 11.49 12.16 11.49 12.17 11.49C14.73 11.4 16.74 9.32 16.75 6.75C16.75 4.13 14.62 2 12 2Z\" fill=\"\"/>\n<path d=\"M17.0809 14.1489C14.2909 12.2889 9.74094 12.2889 6.93094 14.1489C5.66094 14.9989 4.96094 16.1489 4.96094 17.3789C4.96094 18.6089 5.66094 19.7489 6.92094 20.5889C8.32094 21.5289 10.1609 21.9989 12.0009 21.9989C13.8409 21.9989 15.6809 21.5289 17.0809 20.5889C18.3409 19.7389 19.0409 18.5989 19.0409 17.3589C19.0309 16.1289 18.3409 14.9889 17.0809 14.1489Z\" fill=\"\"/>\n</svg>\n</li><li title=\"gallery add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.97 1H18.03C17.16 1 16.52 1.36 16.23 2C16.07 2.29 16 2.63 16 3.03V5.97C16 7.24 16.76 8 18.03 8H20.97C21.37 8 21.71 7.93 22 7.77C22.64 7.48 23 6.84 23 5.97V3.03C23 1.76 22.24 1 20.97 1ZM21.91 4.93C21.81 5.03 21.66 5.1 21.5 5.11H20.09V5.62L20.1 6.5C20.09 6.67 20.03 6.81 19.91 6.93C19.81 7.03 19.66 7.1 19.5 7.1C19.17 7.1 18.9 6.83 18.9 6.5V5.1L17.5 5.11C17.17 5.11 16.9 4.83 16.9 4.5C16.9 4.17 17.17 3.9 17.5 3.9L18.38 3.91H18.9V2.51C18.9 2.18 19.17 1.9 19.5 1.9C19.83 1.9 20.1 2.18 20.1 2.51L20.09 3.22V3.9H21.5C21.83 3.9 22.1 4.17 22.1 4.5C22.09 4.67 22.02 4.81 21.91 4.93Z\" fill=\"\"/>\n<path d=\"M9.00109 10.3811C10.3155 10.3811 11.3811 9.31553 11.3811 8.00109C11.3811 6.68666 10.3155 5.62109 9.00109 5.62109C7.68666 5.62109 6.62109 6.68666 6.62109 8.00109C6.62109 9.31553 7.68666 10.3811 9.00109 10.3811Z\" fill=\"\"/>\n<path d=\"M20.97 8H20.5V12.61L20.37 12.5C19.59 11.83 18.33 11.83 17.55 12.5L13.39 16.07C12.61 16.74 11.35 16.74 10.57 16.07L10.23 15.79C9.52 15.17 8.39 15.11 7.59 15.65L3.85 18.16C3.63 17.6 3.5 16.95 3.5 16.19V7.81C3.5 4.99 4.99 3.5 7.81 3.5H16V3.03C16 2.63 16.07 2.29 16.23 2H7.81C4.17 2 2 4.17 2 7.81V16.19C2 17.28 2.19 18.23 2.56 19.03C3.42 20.93 5.26 22 7.81 22H16.19C19.83 22 22 19.83 22 16.19V7.77C21.71 7.93 21.37 8 20.97 8Z\" fill=\"\"/>\n</svg>\n</li><li title=\"gallery edit \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.97 1H18.03C16.76 1 16 1.76 16 3.03V5.97C16 7.24 16.76 8 18.03 8H20.97C22.24 8 23 7.24 23 5.97V3.03C23 1.76 22.24 1 20.97 1ZM19.01 6.57C18.98 6.6 18.91 6.64 18.86 6.64L17.82 6.79C17.79 6.8 17.75 6.8 17.72 6.8C17.57 6.8 17.44 6.75 17.35 6.65C17.23 6.53 17.18 6.36 17.21 6.18L17.36 5.14C17.37 5.09 17.4 5.02 17.43 4.99L19.13 3.29C19.16 3.36 19.19 3.44 19.22 3.52C19.26 3.6 19.3 3.67 19.34 3.74C19.37 3.8 19.41 3.86 19.45 3.9C19.49 3.96 19.53 4.02 19.56 4.05C19.58 4.08 19.59 4.09 19.6 4.1C19.69 4.21 19.79 4.31 19.88 4.38C19.9 4.4 19.92 4.42 19.93 4.42C19.98 4.46 20.04 4.51 20.08 4.54C20.14 4.58 20.19 4.62 20.25 4.65C20.32 4.69 20.4 4.73 20.48 4.77C20.56 4.81 20.64 4.84 20.71 4.86L19.01 6.57ZM21.4 4.18L21.08 4.5C21.06 4.53 21.03 4.54 21 4.54C20.99 4.54 20.98 4.54 20.97 4.54C20.25 4.33 19.68 3.76 19.47 3.04C19.46 3 19.47 2.96 19.5 2.93L19.83 2.6C20.37 2.06 20.88 2.07 21.41 2.6C21.68 2.87 21.81 3.13 21.81 3.39C21.8 3.65 21.67 3.91 21.4 4.18Z\" fill=\"\"/>\n<path d=\"M9.00109 10.3811C10.3155 10.3811 11.3811 9.31553 11.3811 8.00109C11.3811 6.68666 10.3155 5.62109 9.00109 5.62109C7.68666 5.62109 6.62109 6.68666 6.62109 8.00109C6.62109 9.31553 7.68666 10.3811 9.00109 10.3811Z\" fill=\"\"/>\n<path d=\"M20.97 8H20.5V12.61L20.37 12.5C19.59 11.83 18.33 11.83 17.55 12.5L13.39 16.07C12.61 16.74 11.35 16.74 10.57 16.07L10.23 15.79C9.52 15.17 8.39 15.11 7.59 15.65L3.85 18.16C3.63 17.6 3.5 16.95 3.5 16.19V7.81C3.5 4.99 4.99 3.5 7.81 3.5H16V3.03C16 2.63 16.07 2.29 16.23 2H7.81C4.17 2 2 4.17 2 7.81V16.19C2 17.28 2.19 18.23 2.56 19.03C3.42 20.93 5.26 22 7.81 22H16.19C19.83 22 22 19.83 22 16.19V7.77C21.71 7.93 21.37 8 20.97 8Z\" fill=\"\"/>\n</svg>\n</li><li title=\"gallery export \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.97 1H18.03C16.76 1 16 1.76 16 3.03V5.97C16 7.24 16.76 8 18.03 8H20.97C22.24 8 23 7.24 23 5.97V3.03C23 1.76 22.24 1 20.97 1ZM21.19 4.31C21.07 4.43 20.91 4.49 20.75 4.49C20.59 4.49 20.43 4.43 20.31 4.31L20.13 4.13V6.37C20.13 6.72 19.85 7 19.5 7C19.15 7 18.87 6.72 18.87 6.37V4.13L18.69 4.31C18.45 4.55 18.05 4.55 17.81 4.31C17.57 4.07 17.57 3.67 17.81 3.43L19.06 2.18C19.11 2.13 19.18 2.09 19.25 2.06C19.27 2.05 19.29 2.05 19.31 2.04C19.36 2.02 19.41 2.01 19.47 2.01C19.49 2.01 19.51 2.01 19.53 2.01C19.6 2.01 19.66 2.02 19.73 2.05C19.74 2.05 19.74 2.05 19.75 2.05C19.82 2.08 19.88 2.12 19.93 2.17C19.94 2.18 19.94 2.18 19.95 2.18L21.2 3.43C21.44 3.67 21.44 4.07 21.19 4.31Z\" fill=\"\"/>\n<path d=\"M9.00109 10.3811C10.3155 10.3811 11.3811 9.31553 11.3811 8.00109C11.3811 6.68666 10.3155 5.62109 9.00109 5.62109C7.68666 5.62109 6.62109 6.68666 6.62109 8.00109C6.62109 9.31553 7.68666 10.3811 9.00109 10.3811Z\" fill=\"\"/>\n<path d=\"M20.97 8H20.5V12.61L20.37 12.5C19.59 11.83 18.33 11.83 17.55 12.5L13.39 16.07C12.61 16.74 11.35 16.74 10.57 16.07L10.23 15.79C9.52 15.17 8.39 15.11 7.59 15.65L3.85 18.16C3.63 17.6 3.5 16.95 3.5 16.19V7.81C3.5 4.99 4.99 3.5 7.81 3.5H16V3.03C16 2.63 16.07 2.29 16.23 2H7.81C4.17 2 2 4.17 2 7.81V16.19C2 17.28 2.19 18.23 2.56 19.03C3.42 20.93 5.26 22 7.81 22H16.19C19.83 22 22 19.83 22 16.19V7.77C21.71 7.93 21.37 8 20.97 8Z\" fill=\"\"/>\n</svg>\n</li><li title=\"gallery favorite \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.00109 10.3811C10.3155 10.3811 11.3811 9.31553 11.3811 8.00109C11.3811 6.68666 10.3155 5.62109 9.00109 5.62109C7.68666 5.62109 6.62109 6.68666 6.62109 8.00109C6.62109 9.31553 7.68666 10.3811 9.00109 10.3811Z\" fill=\"\"/>\n<path d=\"M20.97 8H20.5V12.61L20.37 12.5C19.59 11.83 18.33 11.83 17.55 12.5L13.39 16.07C12.61 16.74 11.35 16.74 10.57 16.07L10.23 15.79C9.52 15.17 8.39 15.11 7.59 15.65L3.85 18.16C3.63 17.6 3.5 16.95 3.5 16.19V7.81C3.5 4.99 4.99 3.5 7.81 3.5H16V3.03C16 2.63 16.07 2.29 16.23 2H7.81C4.17 2 2 4.17 2 7.81V16.19C2 17.28 2.19 18.23 2.56 19.03C3.42 20.93 5.26 22 7.81 22H16.19C19.83 22 22 19.83 22 16.19V7.77C21.71 7.93 21.37 8 20.97 8Z\" fill=\"\"/>\n<path d=\"M20.97 1H18.03C17.16 1 16.52 1.36 16.23 2C16.07 2.29 16 2.63 16 3.03V3.5V5.97C16 7.24 16.76 8 18.03 8H20.5H20.97C21.37 8 21.71 7.93 22 7.77C22.64 7.48 23 6.84 23 5.97V3.03C23 1.76 22.24 1 20.97 1ZM20.3 6.21C19.98 6.4 19.67 6.5 19.5 6.5C19.05 6.5 17.77 5.88 17.39 4.68C17.33 4.5 17.3 4.3 17.3 4.11C17.3 3.94 17.32 3.77 17.37 3.61C17.5 3.14 17.81 2.73 18.33 2.56C18.53 2.5 18.74 2.48 18.93 2.52C19.13 2.55 19.32 2.63 19.49 2.76C19.81 2.51 20.25 2.43 20.67 2.56C21.58 2.86 21.87 3.89 21.61 4.68C21.57 4.8 21.52 4.92 21.46 5.03C21.19 5.57 20.73 5.97 20.3 6.21Z\" fill=\"\"/>\n</svg>\n</li><li title=\"gallery import \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.97 8H18.03C16.76 8 16 7.24 16 5.97V3.03C16 1.76 16.76 1 18.03 1H20.97C22.24 1 23 1.76 23 3.03V5.97C23 7.24 22.24 8 20.97 8ZM21.19 4.69C21.07 4.57 20.91 4.51 20.75 4.51C20.59 4.51 20.43 4.57 20.31 4.69L20.13 4.87V2.63C20.13 2.28 19.85 2 19.5 2C19.15 2 18.87 2.28 18.87 2.63V4.87L18.69 4.69C18.45 4.45 18.05 4.45 17.81 4.69C17.57 4.93 17.57 5.33 17.81 5.57L19.06 6.82C19.11 6.87 19.18 6.91 19.25 6.94C19.27 6.95 19.29 6.95 19.31 6.96C19.36 6.98 19.41 6.99 19.47 6.99C19.49 6.99 19.51 6.99 19.53 6.99C19.6 6.99 19.66 6.98 19.73 6.95C19.74 6.95 19.74 6.95 19.75 6.95C19.82 6.92 19.88 6.88 19.93 6.83C19.94 6.82 19.94 6.82 19.95 6.82L21.2 5.57C21.44 5.33 21.44 4.93 21.19 4.69Z\" fill=\"\"/>\n<path d=\"M9.00109 10.3811C10.3155 10.3811 11.3811 9.31553 11.3811 8.00109C11.3811 6.68666 10.3155 5.62109 9.00109 5.62109C7.68666 5.62109 6.62109 6.68666 6.62109 8.00109C6.62109 9.31553 7.68666 10.3811 9.00109 10.3811Z\" fill=\"\"/>\n<path d=\"M20.97 8H20.5V12.61L20.37 12.5C19.59 11.83 18.33 11.83 17.55 12.5L13.39 16.07C12.61 16.74 11.35 16.74 10.57 16.07L10.23 15.79C9.52 15.17 8.39 15.11 7.59 15.65L3.85 18.16C3.63 17.6 3.5 16.95 3.5 16.19V7.81C3.5 4.99 4.99 3.5 7.81 3.5H16V3.03C16 2.63 16.07 2.29 16.23 2H7.81C4.17 2 2 4.17 2 7.81V16.19C2 17.28 2.19 18.23 2.56 19.03C3.42 20.93 5.26 22 7.81 22H16.19C19.83 22 22 19.83 22 16.19V7.77C21.71 7.93 21.37 8 20.97 8Z\" fill=\"\"/>\n</svg>\n</li><li title=\"gallery remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.97 1H18.03C16.76 1 16 1.76 16 3.03V5.97C16 7.24 16.76 8 18.03 8H20.97C22.24 8 23 7.24 23 5.97V3.03C23 1.76 22.24 1 20.97 1ZM21.47 5.56C21.72 5.81 21.72 6.22 21.47 6.47C21.34 6.59 21.18 6.65 21.01 6.65C20.85 6.65 20.69 6.59 20.56 6.47L19.5 5.41L18.45 6.47C18.32 6.59 18.16 6.65 17.99 6.65C17.83 6.65 17.67 6.59 17.54 6.47C17.29 6.22 17.29 5.81 17.54 5.56L18.6 4.5L17.54 3.45C17.29 3.2 17.29 2.79 17.54 2.54C17.79 2.29 18.2 2.29 18.45 2.54L19.5 3.6L20.56 2.54C20.81 2.29 21.22 2.29 21.47 2.54C21.72 2.79 21.72 3.2 21.47 3.45L20.41 4.5L21.47 5.56Z\" fill=\"\"/>\n<path d=\"M9.00109 10.3811C10.3155 10.3811 11.3811 9.31553 11.3811 8.00109C11.3811 6.68666 10.3155 5.62109 9.00109 5.62109C7.68666 5.62109 6.62109 6.68666 6.62109 8.00109C6.62109 9.31553 7.68666 10.3811 9.00109 10.3811Z\" fill=\"\"/>\n<path d=\"M20.97 8H20.5V12.61L20.37 12.5C19.59 11.83 18.33 11.83 17.55 12.5L13.39 16.07C12.61 16.74 11.35 16.74 10.57 16.07L10.23 15.79C9.52 15.17 8.39 15.11 7.59 15.65L3.85 18.16C3.63 17.6 3.5 16.95 3.5 16.19V7.81C3.5 4.99 4.99 3.5 7.81 3.5H16V3.03C16 2.63 16.07 2.29 16.23 2H7.81C4.17 2 2 4.17 2 7.81V16.19C2 17.28 2.19 18.23 2.56 19.03C3.42 20.93 5.26 22 7.81 22H16.19C19.83 22 22 19.83 22 16.19V7.77C21.71 7.93 21.37 8 20.97 8Z\" fill=\"\"/>\n</svg>\n</li><li title=\"gallery slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.7689 2.22891C21.4689 1.92891 20.9789 1.92891 20.6789 2.22891L2.22891 20.6889C1.92891 20.9889 1.92891 21.4789 2.22891 21.7789C2.37891 21.9189 2.56891 21.9989 2.76891 21.9989C2.96891 21.9989 3.15891 21.9189 3.30891 21.7689L21.7689 3.30891C22.0789 3.00891 22.0789 2.52891 21.7689 2.22891Z\" fill=\"\"/>\n<path d=\"M9.00109 10.3811C10.3155 10.3811 11.3811 9.31553 11.3811 8.00109C11.3811 6.68666 10.3155 5.62109 9.00109 5.62109C7.68666 5.62109 6.62109 6.68666 6.62109 8.00109C6.62109 9.31553 7.68666 10.3811 9.00109 10.3811Z\" fill=\"\"/>\n<path d=\"M21.6084 5.39062L20.3884 6.61063C20.4684 6.98063 20.4984 7.38063 20.4984 7.81063V12.6106L20.3684 12.5006C19.5884 11.8306 18.3284 11.8306 17.5484 12.5006L13.3884 16.0706C12.6784 16.6806 11.5584 16.7406 10.7784 16.2206L5.39844 21.6006C5.43844 21.6206 5.47844 21.6306 5.51844 21.6406C5.78844 21.7306 6.05844 21.8006 6.34844 21.8606C6.44844 21.8806 6.54844 21.9006 6.65844 21.9106C7.02844 21.9606 7.40844 22.0006 7.80844 22.0006H16.1884C19.8284 22.0006 21.9984 19.8306 21.9984 16.1906V7.81063C21.9984 6.91063 21.8684 6.10062 21.6084 5.39062Z\" fill=\"\"/>\n<path d=\"M21.6106 5.39062L20.3906 6.61063C20.4706 6.98063 20.5006 7.38063 20.5006 7.81063V12.6106L20.3706 12.5006C19.5906 11.8306 18.3306 11.8306 17.5506 12.5006L13.3906 16.0706C12.6806 16.6806 11.5606 16.7406 10.7806 16.2206L5.39062 21.6106C6.10062 21.8706 6.91063 22.0006 7.81063 22.0006H16.1906C19.8306 22.0006 22.0006 19.8306 22.0006 16.1906V7.81063C22.0006 6.91063 21.8706 6.10062 21.6106 5.39062Z\" fill=\"\"/>\n<path d=\"M20.46 3.54L19.4 4.6C18.68 3.87 17.6 3.5 16.19 3.5H7.81C4.99 3.5 3.5 4.99 3.5 7.81V16.19C3.5 16.95 3.63 17.6 3.85 18.16L7.59 15.65C7.93 15.42 8.32 15.3 8.71 15.29L3.54 20.46C3.14 20.06 2.81 19.58 2.56 19.03C2.19 18.23 2 17.28 2 16.19V7.81C2 4.17 4.17 2 7.81 2H16.19C18.01 2 19.46 2.54 20.46 3.54Z\" fill=\"\"/>\n</svg>\n</li><li title=\"gallery tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.97 1H18.03C16.76 1 16 1.76 16 3.03V5.97C16 7.24 16.76 8 18.03 8H20.97C22.24 8 23 7.24 23 5.97V3.03C23 1.76 22.24 1 20.97 1ZM21.63 3.45L19.26 6.22C19.17 6.33 19.03 6.4 18.89 6.4C18.88 6.4 18.88 6.4 18.87 6.4C18.73 6.4 18.6 6.35 18.5 6.25L17.4 5.17C17.2 4.97 17.2 4.64 17.4 4.44C17.6 4.24 17.93 4.23 18.13 4.44L18.83 5.13L20.83 2.79C21.02 2.57 21.34 2.55 21.56 2.73C21.79 2.91 21.81 3.24 21.63 3.45Z\" fill=\"\"/>\n<path d=\"M9.00109 10.3811C10.3155 10.3811 11.3811 9.31553 11.3811 8.00109C11.3811 6.68666 10.3155 5.62109 9.00109 5.62109C7.68666 5.62109 6.62109 6.68666 6.62109 8.00109C6.62109 9.31553 7.68666 10.3811 9.00109 10.3811Z\" fill=\"\"/>\n<path d=\"M20.97 8H20.5V12.61L20.37 12.5C19.59 11.83 18.33 11.83 17.55 12.5L13.39 16.07C12.61 16.74 11.35 16.74 10.57 16.07L10.23 15.79C9.52 15.17 8.39 15.11 7.59 15.65L3.85 18.16C3.63 17.6 3.5 16.95 3.5 16.19V7.81C3.5 4.99 4.99 3.5 7.81 3.5H16V3.03C16 2.63 16.07 2.29 16.23 2H7.81C4.17 2 2 4.17 2 7.81V16.19C2 17.28 2.19 18.23 2.56 19.03C3.42 20.93 5.26 22 7.81 22H16.19C19.83 22 22 19.83 22 16.19V7.77C21.71 7.93 21.37 8 20.97 8Z\" fill=\"\"/>\n</svg>\n</li><li title=\"gallery \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2.58078 19.0112L2.56078 19.0312C2.29078 18.4413 2.12078 17.7713 2.05078 17.0312C2.12078 17.7613 2.31078 18.4212 2.58078 19.0112Z\" fill=\"\"/>\n<path d=\"M9.00109 10.3811C10.3155 10.3811 11.3811 9.31553 11.3811 8.00109C11.3811 6.68666 10.3155 5.62109 9.00109 5.62109C7.68666 5.62109 6.62109 6.68666 6.62109 8.00109C6.62109 9.31553 7.68666 10.3811 9.00109 10.3811Z\" fill=\"\"/>\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.19C2 17.28 2.19 18.23 2.56 19.03C3.42 20.93 5.26 22 7.81 22H16.19C19.83 22 22 19.83 22 16.19V13.9V7.81C22 4.17 19.83 2 16.19 2ZM20.37 12.5C19.59 11.83 18.33 11.83 17.55 12.5L13.39 16.07C12.61 16.74 11.35 16.74 10.57 16.07L10.23 15.79C9.52 15.17 8.39 15.11 7.59 15.65L3.85 18.16C3.63 17.6 3.5 16.95 3.5 16.19V7.81C3.5 4.99 4.99 3.5 7.81 3.5H16.19C19.01 3.5 20.5 4.99 20.5 7.81V12.61L20.37 12.5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"game \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.65 5.71875H7.35C4.4 5.71875 2 8.11875 2 11.0687V16.6488C2 19.5988 4.4 21.9988 7.35 21.9988H16.65C19.6 21.9988 22 19.5988 22 16.6488V11.0687C22 8.11875 19.6 5.71875 16.65 5.71875ZM14.5 12.0188C14.5 11.4688 14.95 11.0188 15.5 11.0188C16.05 11.0188 16.5 11.4688 16.5 12.0188C16.5 12.5688 16.05 13.0287 15.5 13.0287C14.95 13.0287 14.5 12.5888 14.5 12.0388V12.0188ZM10.13 16.0688C9.98 16.2188 9.79 16.2888 9.6 16.2888C9.41 16.2888 9.22 16.2188 9.07 16.0688L8.04 15.0387L7.05 16.0288C6.9 16.1788 6.71 16.2488 6.52 16.2488C6.33 16.2488 6.14 16.1788 5.99 16.0288C5.7 15.7388 5.7 15.2587 5.99 14.9688L6.98 13.9788L6.02 13.0188C5.73 12.7288 5.73 12.2488 6.02 11.9588C6.31 11.6688 6.79 11.6688 7.08 11.9588L8.04 12.9188L9.03 11.9288C9.32 11.6388 9.8 11.6388 10.09 11.9288C10.38 12.2188 10.38 12.6988 10.09 12.9887L9.1 13.9788L10.13 15.0088C10.42 15.2988 10.42 15.7788 10.13 16.0688ZM13.54 14.9988C12.99 14.9988 12.53 14.5488 12.53 13.9988C12.53 13.4488 12.97 12.9988 13.52 12.9988H13.54C14.09 12.9988 14.54 13.4488 14.54 13.9988C14.54 14.5488 14.1 14.9988 13.54 14.9988ZM15.5 16.9688C14.95 16.9688 14.5 16.5288 14.5 15.9788V15.9587C14.5 15.4087 14.95 14.9587 15.5 14.9587C16.05 14.9587 16.5 15.4087 16.5 15.9587C16.5 16.5087 16.06 16.9688 15.5 16.9688ZM17.48 14.9988C16.93 14.9988 16.47 14.5488 16.47 13.9988C16.47 13.4488 16.91 12.9988 17.46 12.9988H17.48C18.03 12.9988 18.48 13.4488 18.48 13.9988C18.48 14.5488 18.04 14.9988 17.48 14.9988Z\" fill=\"\"/>\n<path d=\"M13.6394 2.71L13.6294 3.65C13.6194 4.53 12.8894 5.26 11.9994 5.26C11.8494 5.26 11.7594 5.36 11.7594 5.49C11.7594 5.62 11.8594 5.72 11.9894 5.72H10.3794C10.3694 5.65 10.3594 5.57 10.3594 5.49C10.3594 4.59 11.0894 3.86 11.9794 3.86C12.1294 3.86 12.2294 3.76 12.2294 3.63L12.2394 2.69C12.2494 2.31 12.5594 2 12.9394 2H12.9494C13.3394 2 13.6394 2.32 13.6394 2.71Z\" fill=\"\"/>\n</svg>\n</li><li title=\"gameboy \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 2H7C4.8 2 3 3.8 3 6V18C3 20.2 4.8 22 7 22H17C19.2 22 21 20.2 21 18V6C21 3.8 19.2 2 17 2ZM10.86 18.14C10.71 18.29 10.52 18.36 10.33 18.36C10.14 18.36 9.95 18.29 9.8 18.14L9.15 17.49L8.53 18.11C8.38 18.26 8.19 18.33 8 18.33C7.81 18.33 7.62 18.26 7.47 18.11C7.18 17.82 7.18 17.34 7.47 17.05L8.09 16.43L7.5 15.84C7.21 15.55 7.21 15.07 7.5 14.78C7.79 14.49 8.27 14.49 8.56 14.78L9.15 15.37L9.77 14.75C10.06 14.46 10.54 14.46 10.83 14.75C11.12 15.04 11.12 15.52 10.83 15.81L10.21 16.43L10.86 17.08C11.15 17.37 11.15 17.85 10.86 18.14ZM14.49 18.49C13.94 18.49 13.49 18.05 13.49 17.5V17.48C13.49 16.93 13.94 16.48 14.49 16.48C15.04 16.48 15.49 16.93 15.49 17.48C15.49 18.03 15.04 18.49 14.49 18.49ZM16.51 16.33C15.96 16.33 15.5 15.88 15.5 15.33C15.5 14.78 15.94 14.33 16.49 14.33H16.51C17.06 14.33 17.51 14.78 17.51 15.33C17.51 15.88 17.06 16.33 16.51 16.33ZM18 9.25C18 10.21 17.21 11 16.25 11H7.75C6.79 11 6 10.21 6 9.25V6.75C6 5.79 6.79 5 7.75 5H16.25C17.21 5 18 5.79 18 6.75V9.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"gas station \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22.34 9.33L20.34 8.33C19.97 8.15 19.51 8.29 19.33 8.66C19.14 9.04 19.29 9.49 19.66 9.67L21.25 10.46V15.25L17.5 15.26V5C17.5 3 16.16 2 14.5 2H6.5C4.84 2 3.5 3 3.5 5V21.25H2C1.59 21.25 1.25 21.59 1.25 22C1.25 22.41 1.59 22.75 2 22.75H19C19.41 22.75 19.75 22.41 19.75 22C19.75 21.59 19.41 21.25 19 21.25H17.5V16.76L22 16.75C22.42 16.75 22.75 16.41 22.75 16V10C22.75 9.72 22.59 9.46 22.34 9.33ZM6 6.89C6 5.5 6.85 5 7.89 5H13.12C14.15 5 15 5.5 15 6.89V8.12C15 9.5 14.15 10 13.11 10H7.89C6.85 10 6 9.5 6 8.11V6.89ZM6.5 12.25H9.5C9.91 12.25 10.25 12.59 10.25 13C10.25 13.41 9.91 13.75 9.5 13.75H6.5C6.09 13.75 5.75 13.41 5.75 13C5.75 12.59 6.09 12.25 6.5 12.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"gemini 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M23.5295 6.47L21.5295 4.47C21.3895 4.33 21.1995 4.25 20.9995 4.25C20.7995 4.25 20.6095 4.33 20.4695 4.47L18.4695 6.47C18.1795 6.76 18.1795 7.24 18.4695 7.53C18.7595 7.82 19.2395 7.82 19.5295 7.53L20.2495 6.81V11C20.2495 14.58 18.5795 16.25 14.9995 16.25H12.7495V3.81L14.7695 5.83C14.9195 5.98 15.1095 6.05 15.2995 6.05C15.4895 6.05 15.6795 5.98 15.8295 5.83C16.1195 5.54 16.1195 5.06 15.8295 4.77L12.5295 1.47C12.3895 1.33 12.1995 1.25 11.9995 1.25C11.7995 1.25 11.6095 1.33 11.4695 1.47L8.16945 4.77C7.87945 5.06 7.87945 5.54 8.16945 5.83C8.45945 6.12 8.93945 6.12 9.22945 5.83L11.2495 3.81V16.25H8.99945C5.41945 16.25 3.74945 14.58 3.74945 11V6.81L4.46945 7.53C4.61945 7.68 4.80945 7.75 4.99945 7.75C5.18945 7.75 5.37945 7.68 5.52945 7.53C5.81945 7.24 5.81945 6.76 5.52945 6.47L3.52945 4.47C3.38945 4.33 3.19945 4.25 2.99945 4.25C2.79945 4.25 2.60945 4.33 2.46945 4.47L0.469453 6.47C0.179453 6.76 0.179453 7.24 0.469453 7.53C0.759453 7.82 1.23945 7.82 1.52945 7.53L2.24945 6.81V11C2.24945 15.42 4.57945 17.75 8.99945 17.75H11.2495V22C11.2495 22.41 11.5895 22.75 11.9995 22.75C12.4095 22.75 12.7495 22.41 12.7495 22V17.75H14.9995C19.4195 17.75 21.7495 15.42 21.7495 11V6.81L22.4695 7.53C22.6195 7.68 22.8095 7.75 22.9995 7.75C23.1895 7.75 23.3795 7.68 23.5295 7.53C23.8195 7.24 23.8195 6.76 23.5295 6.47Z\" fill=\"\"/>\n<path d=\"M15 20.75H9C8.59 20.75 8.25 20.41 8.25 20C8.25 19.59 8.59 19.25 9 19.25H15C15.41 19.25 15.75 19.59 15.75 20C15.75 20.41 15.41 20.75 15 20.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"gemini \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.2296 4.18055L19.3596 3.94055C19.5096 3.67055 19.4696 3.33055 19.2696 3.09055C19.0696 2.85055 18.7396 2.77055 18.4396 2.88055C14.2896 4.40055 9.70958 4.40055 5.55958 2.88055C5.25958 2.77055 4.93958 2.85055 4.72958 3.09055C4.52958 3.33055 4.48958 3.66055 4.63958 3.94055L4.76958 4.17055C7.38958 9.16055 7.35958 15.0905 4.66958 20.0505C4.51958 20.3205 4.55958 20.6605 4.75958 20.9005C4.95958 21.1405 5.28958 21.2205 5.57958 21.1105C9.70958 19.6005 14.2696 19.6005 18.4096 21.1105C18.4896 21.1405 18.5796 21.1605 18.6696 21.1605C18.8796 21.1605 19.0896 21.0705 19.2396 20.9005C19.4396 20.6605 19.4796 20.3305 19.3296 20.0505C16.6496 15.0905 16.6096 9.16055 19.2296 4.18055Z\" fill=\"\"/>\n<path d=\"M18.6998 4.33152C18.3898 4.33152 18.1098 4.14152 17.9998 3.84152C17.8598 3.45152 18.0598 3.02152 18.4398 2.88152C19.5198 2.48152 20.5798 1.97152 21.6198 1.36152C21.9798 1.15152 22.4398 1.27152 22.6498 1.62152C22.8598 1.98152 22.7398 2.44152 22.3898 2.65152C21.2798 3.31152 20.1298 3.86152 18.9698 4.29152C18.8698 4.32152 18.7898 4.33152 18.6998 4.33152Z\" fill=\"\"/>\n<path d=\"M5.30042 4.32988C5.21042 4.32988 5.13042 4.31988 5.04042 4.27988C3.88042 3.85988 2.73042 3.29988 1.62042 2.63988C1.26042 2.42988 1.14042 1.96988 1.36042 1.61988C1.57042 1.25988 2.03042 1.14988 2.39042 1.35988C3.42042 1.96988 4.49042 2.47988 5.57042 2.87988C5.95042 3.01988 6.15042 3.44988 6.00042 3.83988C5.89042 4.13988 5.60042 4.32988 5.30042 4.32988Z\" fill=\"\"/>\n<path d=\"M22.0004 22.7509C21.8704 22.7509 21.7404 22.7209 21.6204 22.6409C20.5904 22.0309 19.5204 21.5109 18.4204 21.1109C18.0304 20.9709 17.8304 20.5409 17.9704 20.1509C18.1104 19.7609 18.5404 19.5609 18.9304 19.7009C20.1204 20.1309 21.2804 20.6909 22.3904 21.3509C22.7504 21.5609 22.8604 22.0209 22.6504 22.3809C22.5004 22.6209 22.2504 22.7509 22.0004 22.7509Z\" fill=\"\"/>\n<path d=\"M1.99988 22.7509C1.74988 22.7509 1.49988 22.6209 1.35988 22.3809C1.14988 22.0209 1.25988 21.5609 1.61988 21.3509C2.72988 20.6909 3.88988 20.1309 5.07988 19.7009C5.46988 19.5609 5.89988 19.7609 6.03988 20.1509C6.17988 20.5409 5.97988 20.9709 5.58988 21.1109C4.48988 21.5109 3.40988 22.0309 2.38988 22.6409C2.25988 22.7209 2.12988 22.7509 1.99988 22.7509Z\" fill=\"\"/>\n</svg>\n</li><li title=\"ghost \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 2C6.5 2 2 6.58 2 12.18V20.07C2 21.33 2.75 21.67 3.67 20.83L4.67 19.92C5.04 19.58 5.64 19.58 6.01 19.92L8.01 21.75C8.38 22.09 8.98 22.09 9.35 21.75L11.35 19.92C11.72 19.58 12.32 19.58 12.69 19.92L14.69 21.75C15.06 22.09 15.66 22.09 16.03 21.75L18.03 19.92C18.4 19.58 19 19.58 19.37 19.92L20.37 20.83C21.29 21.67 22.04 21.33 22.04 20.07V12.18C22 6.58 17.5 2 12 2ZM12 6.62C13.31 6.62 14.38 7.69 14.38 9C14.38 10.31 13.31 11.38 12 11.38C10.69 11.38 9.62 10.31 9.62 9C9.62 7.69 10.69 6.62 12 6.62ZM16.45 14.6C15.14 15.58 13.57 16.07 12 16.07C10.43 16.07 8.86 15.58 7.55 14.6C7.22 14.35 7.15 13.88 7.4 13.55C7.65 13.22 8.12 13.15 8.45 13.4C10.54 14.97 13.46 14.97 15.55 13.4C15.88 13.15 16.35 13.22 16.6 13.55C16.85 13.88 16.78 14.35 16.45 14.6Z\" fill=\"\"/>\n</svg>\n</li><li title=\"gift \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20 12V18C20 20.21 18.21 22 16 22H8C5.79 22 4 20.21 4 18V12C4 11.45 4.45 11 5 11H6.97C7.52 11 7.97 11.45 7.97 12V15.14C7.97 15.88 8.38 16.56 9.03 16.91C9.32 17.07 9.64 17.15 9.97 17.15C10.35 17.15 10.73 17.04 11.06 16.82L12.01 16.2L12.89 16.79C13.5 17.2 14.28 17.25 14.93 16.9C15.59 16.55 16 15.88 16 15.13V12C16 11.45 16.45 11 17 11H19C19.55 11 20 11.45 20 12Z\" fill=\"\"/>\n<path d=\"M21.5 7V8C21.5 9.1 20.97 10 19.5 10H4.5C2.97 10 2.5 9.1 2.5 8V7C2.5 5.9 2.97 5 4.5 5H19.5C20.97 5 21.5 5.9 21.5 7Z\" fill=\"\"/>\n<path d=\"M11.6388 5.00141H6.11881C5.77881 4.63141 5.78881 4.06141 6.14881 3.70141L7.56881 2.28141C7.93881 1.91141 8.54881 1.91141 8.91881 2.28141L11.6388 5.00141Z\" fill=\"\"/>\n<path d=\"M17.8716 5.00141H12.3516L15.0716 2.28141C15.4416 1.91141 16.0516 1.91141 16.4216 2.28141L17.8416 3.70141C18.2016 4.06141 18.2116 4.63141 17.8716 5.00141Z\" fill=\"\"/>\n<path d=\"M13.9714 11C14.5214 11 14.9714 11.45 14.9714 12V15.13C14.9714 15.93 14.0814 16.41 13.4214 15.96L12.5214 15.36C12.1914 15.14 11.7614 15.14 11.4214 15.36L10.4814 15.98C9.82141 16.42 8.94141 15.94 8.94141 15.15V12C8.94141 11.45 9.39141 11 9.94141 11H13.9714Z\" fill=\"\"/>\n</svg>\n</li><li title=\"glass 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.7098 2H16.7598C16.3698 2 16.0498 2.32 16.0498 2.71C16.0498 3.11 16.3698 3.43 16.7598 3.43H17.7098C19.4198 3.43 20.8098 4.82 20.8098 6.52V12.4C20.4498 12.21 20.0498 12.11 19.6198 12.11H15.8098C14.3698 12.11 13.1898 13.28 13.1898 14.73V16.29H10.8098V14.73C10.8098 13.28 9.62977 12.11 8.18976 12.11H4.37977C3.94977 12.11 3.54977 12.21 3.18977 12.4V6.52C3.18977 4.82 4.57977 3.43 6.28977 3.43H7.23977C7.62977 3.43 7.94977 3.11 7.94977 2.71C7.94977 2.32 7.62977 2 7.23977 2H6.28977C3.78977 2 1.75977 4.03 1.75977 6.52V14.73V19.38C1.75977 20.83 2.93977 22 4.37977 22H8.18976C9.62977 22 10.8098 20.83 10.8098 19.38V17.71H13.1898V19.38C13.1898 20.83 14.3698 22 15.8098 22H19.6198C21.0598 22 22.2398 20.83 22.2398 19.38V14.73V6.52C22.2398 4.03 20.2098 2 17.7098 2Z\" fill=\"\"/>\n</svg>\n</li><li title=\"glass \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.8406 21.9983H8.16059C3.97059 21.9983 3.14059 19.4683 4.50059 16.3883L5.94059 13.1183C5.94059 13.1183 9.00059 12.9983 12.0006 13.9983C15.0006 14.9983 17.8306 13.1083 17.8306 13.1083L18.0206 12.9883L19.5106 16.3983C20.8506 19.4783 19.9706 21.9983 15.8406 21.9983Z\" fill=\"\"/>\n<path d=\"M15.4403 6.74H15.2803L17.4103 11.6L17.0003 11.86C16.9803 11.87 14.7203 13.32 12.4703 12.58C10.1203 11.79 7.76031 11.65 6.60031 11.63L8.74031 6.74H8.44031C7.79031 6.74 7.19031 6.48 6.76031 6.05C6.33031 5.62 6.07031 5.02 6.07031 4.37C6.07031 3.07 7.13031 2 8.44031 2H15.5503C16.2103 2 16.8003 2.27 17.2303 2.7C17.7903 3.26 18.0803 4.08 17.8603 4.95C17.6003 6.03 16.5603 6.74 15.4403 6.74Z\" fill=\"\"/>\n</svg>\n</li><li title=\"global edit \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.7304 14.6711L14.5804 18.8211C14.4204 18.9811 14.2704 19.2911 14.2304 19.5111L14.0004 21.1011C13.9204 21.6711 14.3204 22.0811 14.8904 21.9911L16.4804 21.7611C16.7004 21.7311 17.0104 21.5711 17.1704 21.4111L21.3204 17.2611C22.0304 16.5511 22.3704 15.7111 21.3204 14.6611C20.2804 13.6211 19.4504 13.9511 18.7304 14.6711Z\" fill=\"\"/>\n<path d=\"M18.1406 15.2617C18.4906 16.5217 19.4806 17.5017 20.7406 17.8617L18.1406 15.2617Z\" fill=\"\"/>\n<path d=\"M2.02977 14.6289C2.02977 14.6589 2.00977 14.6989 2.00977 14.7289C2.92977 16.5689 4.42977 18.0789 6.26977 18.9889C6.29977 18.9889 6.33977 18.9689 6.36977 18.9689C6.02977 17.8089 5.76977 16.6189 5.57977 15.4289C4.37977 15.2289 3.18977 14.9689 2.02977 14.6289Z\" fill=\"\"/>\n<path d=\"M19.0701 6.43141C18.1301 4.46141 16.5401 2.87141 14.5801 1.94141C14.9401 3.13141 15.2401 4.35141 15.4401 5.57141C16.6601 5.77141 17.8801 6.06141 19.0701 6.43141Z\" fill=\"\"/>\n<path d=\"M1.92969 6.42953C3.12969 6.06953 4.34969 5.76953 5.56969 5.56953C5.76969 4.37953 6.01969 3.19953 6.35969 2.03953C6.32969 2.03953 6.28969 2.01953 6.25969 2.01953C4.37969 2.94953 2.84969 4.51953 1.92969 6.42953Z\" fill=\"\"/>\n<path d=\"M13.8197 5.36C13.5797 4.06 13.2797 2.76 12.8497 1.5C12.8297 1.43 12.8297 1.37 12.8197 1.29C12.0797 1.11 11.2997 1 10.4997 1C9.68969 1 8.91969 1.11 8.16969 1.3C8.15969 1.37 8.16969 1.43 8.14969 1.51C7.72969 2.77 7.41969 4.06 7.17969 5.36C9.38969 5.12 11.6097 5.12 13.8197 5.36Z\" fill=\"\"/>\n<path d=\"M5.36 7.17969C4.05 7.41969 2.77 7.72969 1.5 8.14969C1.43 8.16969 1.37 8.16969 1.3 8.17969C1.11 8.91969 1 9.69969 1 10.4997C1 11.3097 1.11 12.0797 1.3 12.8297C1.37 12.8397 1.43 12.8297 1.51 12.8497C2.77 13.2697 4.06 13.5797 5.37 13.8197C5.12 11.6097 5.12 9.38969 5.36 7.17969Z\" fill=\"\"/>\n<path d=\"M19.7009 8.17969C19.6309 8.17969 19.5709 8.16969 19.4909 8.14969C18.2309 7.72969 16.9309 7.41969 15.6309 7.17969C15.8809 9.38969 15.8809 11.6097 15.6309 13.8097C16.9309 13.5697 18.2309 13.2697 19.4909 12.8397C19.5609 12.8197 19.6209 12.8297 19.7009 12.8197C19.8809 12.0697 20.0009 11.2997 20.0009 10.4897C20.0009 9.69969 19.8909 8.92969 19.7009 8.17969Z\" fill=\"\"/>\n<path d=\"M7.17969 15.6389C7.41969 16.9489 7.71969 18.2389 8.14969 19.4989C8.16969 19.5689 8.15969 19.6289 8.16969 19.7089C8.91969 19.8889 9.68969 19.9989 10.4997 19.9989C11.2997 19.9989 12.0797 19.8889 12.8197 19.6989C12.8297 19.6289 12.8297 19.5689 12.8497 19.4889C13.2697 18.2289 13.5797 16.9389 13.8197 15.6289C12.7197 15.7489 11.6097 15.8389 10.4997 15.8389C9.38969 15.8389 8.27969 15.7589 7.17969 15.6389Z\" fill=\"\"/>\n<path d=\"M6.94961 6.95156C6.64961 9.31156 6.64961 11.6916 6.94961 14.0616C9.30961 14.3616 11.6896 14.3616 14.0596 14.0616C14.3596 11.7016 14.3596 9.32156 14.0596 6.95156C11.6896 6.65156 9.30961 6.65156 6.94961 6.95156Z\" fill=\"\"/>\n</svg>\n</li><li title=\"global refresh \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22.6517 18.1302C22.5517 17.7302 22.1517 17.4802 21.7517 17.5802C21.3517 17.6802 21.1017 18.0802 21.1917 18.4802C21.2317 18.6502 21.2517 18.8202 21.2517 19.0002C21.2517 20.2402 20.2417 21.2502 19.0017 21.2502C17.7617 21.2502 16.7517 20.2402 16.7517 19.0002C16.7517 17.9002 17.5417 16.9902 18.5917 16.7902C18.4917 17.0202 18.5017 17.3002 18.6617 17.5202C18.8117 17.7202 19.0417 17.8302 19.2717 17.8302C19.4217 17.8302 19.5817 17.7802 19.7117 17.6902L20.8817 16.8402C20.8917 16.8302 20.8917 16.8202 20.9017 16.8202C20.9117 16.8102 20.9217 16.8102 20.9317 16.8002C20.9617 16.7702 20.9817 16.7402 21.0017 16.7002C21.0317 16.6602 21.0717 16.6302 21.0917 16.5802C21.1117 16.5402 21.1217 16.4902 21.1417 16.4502C21.1517 16.4002 21.1717 16.3602 21.1817 16.3102C21.1917 16.2602 21.1817 16.2202 21.1717 16.1702C21.1717 16.1202 21.1717 16.0702 21.1517 16.0202C21.1417 15.9702 21.1117 15.9302 21.0917 15.8902C21.0717 15.8502 21.0617 15.8102 21.0417 15.7802C21.0317 15.7702 21.0217 15.7702 21.0117 15.7602C21.0017 15.7602 21.0017 15.7502 21.0017 15.7402L20.0017 14.5902C19.7317 14.2802 19.2517 14.2402 18.9417 14.5202C18.7217 14.7202 18.6417 15.0102 18.7217 15.2802C16.7917 15.4302 15.2617 17.0302 15.2617 19.0002C15.2617 21.0702 16.9417 22.7502 19.0117 22.7502C21.0817 22.7502 22.7617 21.0702 22.7617 19.0002C22.7517 18.7102 22.7217 18.4102 22.6517 18.1302Z\" fill=\"\"/>\n<path d=\"M2.03172 14.6289C2.03172 14.6589 2.01172 14.6989 2.01172 14.7289C2.93172 16.5689 4.43172 18.0789 6.27172 18.9889C6.30172 18.9889 6.34172 18.9689 6.37172 18.9689C6.03172 17.8089 5.77172 16.6189 5.58172 15.4289C4.38172 15.2289 3.19172 14.9689 2.03172 14.6289Z\" fill=\"\"/>\n<path d=\"M19.0681 6.43141C18.1281 4.46141 16.5381 2.87141 14.5781 1.94141C14.9381 3.13141 15.2381 4.35141 15.4381 5.57141C16.6581 5.77141 17.8781 6.06141 19.0681 6.43141Z\" fill=\"\"/>\n<path d=\"M1.92969 6.42953C3.12969 6.06953 4.34969 5.76953 5.56969 5.56953C5.76969 4.37953 6.01969 3.19953 6.35969 2.03953C6.32969 2.03953 6.28969 2.01953 6.25969 2.01953C4.37969 2.94953 2.84969 4.51953 1.92969 6.42953Z\" fill=\"\"/>\n<path d=\"M13.8197 5.36C13.5797 4.06 13.2797 2.76 12.8497 1.5C12.8297 1.43 12.8297 1.37 12.8197 1.29C12.0797 1.11 11.2997 1 10.4997 1C9.68969 1 8.91969 1.11 8.16969 1.3C8.15969 1.37 8.16969 1.43 8.14969 1.51C7.72969 2.77 7.41969 4.06 7.17969 5.36C9.38969 5.12 11.6097 5.12 13.8197 5.36Z\" fill=\"\"/>\n<path d=\"M5.36 7.17969C4.05 7.41969 2.77 7.72969 1.5 8.14969C1.43 8.16969 1.37 8.16969 1.3 8.17969C1.11 8.91969 1 9.69969 1 10.4997C1 11.3097 1.11 12.0797 1.3 12.8297C1.37 12.8397 1.43 12.8297 1.51 12.8497C2.77 13.2697 4.06 13.5797 5.37 13.8197C5.12 11.6097 5.12 9.38969 5.36 7.17969Z\" fill=\"\"/>\n<path d=\"M19.6989 8.17969C19.6289 8.17969 19.5689 8.16969 19.4889 8.14969C18.2289 7.72969 16.9289 7.41969 15.6289 7.17969C15.8789 9.38969 15.8789 11.6097 15.6289 13.8097C16.9289 13.5697 18.2289 13.2697 19.4889 12.8397C19.5589 12.8197 19.6189 12.8297 19.6989 12.8197C19.8789 12.0697 19.9989 11.2997 19.9989 10.4897C19.9989 9.69969 19.8889 8.92969 19.6989 8.17969Z\" fill=\"\"/>\n<path d=\"M7.17969 15.6389C7.41969 16.9489 7.71969 18.2389 8.14969 19.4989C8.16969 19.5689 8.15969 19.6289 8.16969 19.7089C8.91969 19.8889 9.68969 19.9989 10.4997 19.9989C11.2997 19.9989 12.0797 19.8889 12.8197 19.6989C12.8297 19.6289 12.8297 19.5689 12.8497 19.4889C13.2697 18.2289 13.5797 16.9389 13.8197 15.6289C12.7197 15.7489 11.6097 15.8389 10.4997 15.8389C9.38969 15.8389 8.27969 15.7589 7.17969 15.6389Z\" fill=\"\"/>\n<path d=\"M6.95156 6.95156C6.65156 9.31156 6.65156 11.6916 6.95156 14.0616C9.31156 14.3616 11.6916 14.3616 14.0616 14.0616C14.3616 11.7016 14.3616 9.32156 14.0616 6.95156C11.6916 6.65156 9.31156 6.65156 6.95156 6.95156Z\" fill=\"\"/>\n</svg>\n</li><li title=\"global search \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.79 20.76L21.07 20.04C21.44 19.48 21.66 18.8 21.66 18.08C21.66 16.1 20.06 14.5 18.08 14.5C16.1 14.5 14.5 16.1 14.5 18.08C14.5 20.06 16.1 21.66 18.08 21.66C18.81 21.66 19.48 21.44 20.04 21.07L20.76 21.79C20.9 21.93 21.09 22 21.27 22C21.46 22 21.64 21.93 21.78 21.79C22.07 21.5 22.07 21.04 21.79 20.76Z\" fill=\"\"/>\n<path d=\"M2.03172 14.6289C2.03172 14.6589 2.01172 14.6989 2.01172 14.7289C2.93172 16.5689 4.43172 18.0789 6.27172 18.9889C6.30172 18.9889 6.34172 18.9689 6.37172 18.9689C6.03172 17.8089 5.77172 16.6189 5.58172 15.4289C4.38172 15.2289 3.19172 14.9689 2.03172 14.6289Z\" fill=\"\"/>\n<path d=\"M19.0681 6.43141C18.1281 4.46141 16.5381 2.87141 14.5781 1.94141C14.9381 3.13141 15.2381 4.35141 15.4381 5.57141C16.6581 5.77141 17.8781 6.06141 19.0681 6.43141Z\" fill=\"\"/>\n<path d=\"M1.92969 6.42953C3.12969 6.06953 4.34969 5.76953 5.56969 5.56953C5.76969 4.37953 6.01969 3.19953 6.35969 2.03953C6.32969 2.03953 6.28969 2.01953 6.25969 2.01953C4.37969 2.94953 2.84969 4.51953 1.92969 6.42953Z\" fill=\"\"/>\n<path d=\"M13.8197 5.36C13.5797 4.06 13.2797 2.76 12.8497 1.5C12.8297 1.43 12.8297 1.37 12.8197 1.29C12.0797 1.11 11.2997 1 10.4997 1C9.68969 1 8.91969 1.11 8.16969 1.3C8.15969 1.37 8.16969 1.43 8.14969 1.51C7.72969 2.77 7.41969 4.06 7.17969 5.36C9.38969 5.12 11.6097 5.12 13.8197 5.36Z\" fill=\"\"/>\n<path d=\"M5.36 7.17969C4.05 7.41969 2.77 7.72969 1.5 8.14969C1.43 8.16969 1.37 8.16969 1.3 8.17969C1.11 8.91969 1 9.69969 1 10.4997C1 11.3097 1.11 12.0797 1.3 12.8297C1.37 12.8397 1.43 12.8297 1.51 12.8497C2.77 13.2697 4.06 13.5797 5.37 13.8197C5.12 11.6097 5.12 9.38969 5.36 7.17969Z\" fill=\"\"/>\n<path d=\"M19.6989 8.17969C19.6289 8.17969 19.5689 8.16969 19.4889 8.14969C18.2289 7.72969 16.9289 7.41969 15.6289 7.17969C15.8789 9.38969 15.8789 11.6097 15.6289 13.8097C16.9289 13.5697 18.2289 13.2697 19.4889 12.8397C19.5589 12.8197 19.6189 12.8297 19.6989 12.8197C19.8789 12.0697 19.9989 11.2997 19.9989 10.4897C19.9989 9.69969 19.8889 8.92969 19.6989 8.17969Z\" fill=\"\"/>\n<path d=\"M7.17969 15.6389C7.41969 16.9489 7.71969 18.2389 8.14969 19.4989C8.16969 19.5689 8.15969 19.6289 8.16969 19.7089C8.91969 19.8889 9.68969 19.9989 10.4997 19.9989C11.2997 19.9989 12.0797 19.8889 12.8197 19.6989C12.8297 19.6289 12.8297 19.5689 12.8497 19.4889C13.2697 18.2289 13.5797 16.9389 13.8197 15.6289C12.7197 15.7489 11.6097 15.8389 10.4997 15.8389C9.38969 15.8389 8.27969 15.7589 7.17969 15.6389Z\" fill=\"\"/>\n<path d=\"M6.95156 6.95156C6.65156 9.31156 6.65156 11.6916 6.95156 14.0616C9.31156 14.3616 11.6916 14.3616 14.0616 14.0616C14.3616 11.7016 14.3616 9.32156 14.0616 6.95156C11.6916 6.65156 9.31156 6.65156 6.95156 6.95156Z\" fill=\"\"/>\n</svg>\n</li><li title=\"global \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.64859 20.9098C7.61859 20.9098 7.57859 20.9298 7.54859 20.9298C5.60859 19.9698 4.02859 18.3798 3.05859 16.4398C3.05859 16.4098 3.07859 16.3698 3.07859 16.3398C4.29859 16.6998 5.55859 16.9698 6.80859 17.1798C7.02859 18.4398 7.28859 19.6898 7.64859 20.9098Z\" fill=\"\"/>\n<path d=\"M20.9391 16.4498C19.9491 18.4398 18.2991 20.0498 16.2891 21.0198C16.6691 19.7498 16.9891 18.4698 17.1991 17.1798C18.4591 16.9698 19.6991 16.6998 20.9191 16.3398C20.9091 16.3798 20.9391 16.4198 20.9391 16.4498Z\" fill=\"\"/>\n<path d=\"M21.0191 7.71047C19.7591 7.33047 18.4891 7.02047 17.1991 6.80047C16.9891 5.51047 16.6791 4.23047 16.2891 2.98047C18.3591 3.97047 20.0291 5.64047 21.0191 7.71047Z\" fill=\"\"/>\n<path d=\"M7.65047 3.08859C7.29047 4.30859 7.03047 5.54859 6.82047 6.80859C5.53047 7.00859 4.25047 7.32859 2.98047 7.70859C3.95047 5.69859 5.56047 4.04859 7.55047 3.05859C7.58047 3.05859 7.62047 3.08859 7.65047 3.08859Z\" fill=\"\"/>\n<path d=\"M15.4917 6.59C13.1717 6.33 10.8317 6.33 8.51172 6.59C8.76172 5.22 9.08172 3.85 9.53172 2.53C9.55172 2.45 9.54172 2.39 9.55172 2.31C10.3417 2.12 11.1517 2 12.0017 2C12.8417 2 13.6617 2.12 14.4417 2.31C14.4517 2.39 14.4517 2.45 14.4717 2.53C14.9217 3.86 15.2417 5.22 15.4917 6.59Z\" fill=\"\"/>\n<path d=\"M6.59 15.4917C5.21 15.2417 3.85 14.9217 2.53 14.4717C2.45 14.4517 2.39 14.4617 2.31 14.4517C2.12 13.6617 2 12.8517 2 12.0017C2 11.1617 2.12 10.3417 2.31 9.56172C2.39 9.55172 2.45 9.55172 2.53 9.53172C3.86 9.09172 5.21 8.76172 6.59 8.51172C6.34 10.8317 6.34 13.1717 6.59 15.4917Z\" fill=\"\"/>\n<path d=\"M22.0002 12.0017C22.0002 12.8517 21.8802 13.6617 21.6902 14.4517C21.6102 14.4617 21.5502 14.4517 21.4702 14.4717C20.1402 14.9117 18.7802 15.2417 17.4102 15.4917C17.6702 13.1717 17.6702 10.8317 17.4102 8.51172C18.7802 8.76172 20.1502 9.08172 21.4702 9.53172C21.5502 9.55172 21.6102 9.56172 21.6902 9.56172C21.8802 10.3517 22.0002 11.1617 22.0002 12.0017Z\" fill=\"\"/>\n<path d=\"M15.4917 17.4102C15.2417 18.7902 14.9217 20.1502 14.4717 21.4702C14.4517 21.5502 14.4517 21.6102 14.4417 21.6902C13.6617 21.8802 12.8417 22.0002 12.0017 22.0002C11.1517 22.0002 10.3417 21.8802 9.55172 21.6902C9.54172 21.6102 9.55172 21.5502 9.53172 21.4702C9.09172 20.1402 8.76172 18.7902 8.51172 17.4102C9.67172 17.5402 10.8317 17.6302 12.0017 17.6302C13.1717 17.6302 14.3417 17.5402 15.4917 17.4102Z\" fill=\"\"/>\n<path d=\"M15.7633 15.7633C13.2622 16.0789 10.7378 16.0789 8.23667 15.7633C7.92111 13.2622 7.92111 10.7378 8.23667 8.23667C10.7378 7.92111 13.2622 7.92111 15.7633 8.23667C16.0789 10.7378 16.0789 13.2622 15.7633 15.7633Z\" fill=\"\"/>\n</svg>\n</li><li title=\"gps slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22.7509 11.9987C22.7509 12.4087 22.4109 12.7487 22.0009 12.7487H19.9609C19.6109 16.5587 16.5609 19.6087 12.7509 19.9587V21.9987C12.7509 22.4087 12.4109 22.7487 12.0009 22.7487C11.5909 22.7487 11.2509 22.4087 11.2509 21.9987V19.9587C10.6409 19.9087 10.0409 19.7787 9.47092 19.5887C8.76092 19.3487 8.54092 18.4487 9.07092 17.9187L11.8809 15.1087C11.9209 15.1187 11.9509 15.1187 11.9909 15.1187C13.7209 15.1187 15.1109 13.7287 15.1109 11.9987C15.1109 11.9587 15.1109 11.9287 15.1009 11.8887L17.9109 9.07873C18.4409 8.54873 19.3409 8.76873 19.5809 9.47873C19.7709 10.0487 19.9009 10.6387 19.9509 11.2587H22.0009C22.4109 11.2487 22.7509 11.5887 22.7509 11.9987Z\" fill=\"\"/>\n<path d=\"M21.77 2.23C21.47 1.93 20.98 1.93 20.68 2.23L17.07 5.84C15.87 4.85 14.37 4.2 12.74 4.05V2C12.74 1.59 12.4 1.25 11.99 1.25C11.58 1.25 11.24 1.59 11.24 2V4.04C7.43 4.4 4.38 7.44 4.03 11.25H2C1.59 11.25 1.25 11.59 1.25 12C1.25 12.41 1.59 12.75 2 12.75H4.04C4.19 14.38 4.84 15.88 5.83 17.08L2.22 20.69C1.92 20.99 1.92 21.48 2.22 21.78C2.38 21.92 2.57 22 2.77 22C2.97 22 3.16 21.92 3.31 21.77L21.77 3.31C22.08 3.01 22.08 2.53 21.77 2.23ZM8.88 12C8.88 10.28 10.28 8.88 12 8.88C12.58 8.88 13.12 9.05 13.58 9.33L9.33 13.58C9.05 13.12 8.88 12.58 8.88 12Z\" fill=\"\"/>\n</svg>\n</li><li title=\"gps \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 11.25H19.96C19.6 7.44 16.56 4.39 12.75 4.04V2C12.75 1.59 12.41 1.25 12 1.25C11.59 1.25 11.25 1.59 11.25 2V4.04C7.44 4.4 4.39 7.44 4.04 11.25H2C1.59 11.25 1.25 11.59 1.25 12C1.25 12.41 1.59 12.75 2 12.75H4.04C4.4 16.56 7.44 19.61 11.25 19.96V22C11.25 22.41 11.59 22.75 12 22.75C12.41 22.75 12.75 22.41 12.75 22V19.96C16.56 19.6 19.61 16.56 19.96 12.75H22C22.41 12.75 22.75 12.41 22.75 12C22.75 11.59 22.41 11.25 22 11.25ZM12 15.12C10.28 15.12 8.88 13.72 8.88 12C8.88 10.28 10.28 8.88 12 8.88C13.72 8.88 15.12 10.28 15.12 12C15.12 13.72 13.72 15.12 12 15.12Z\" fill=\"\"/>\n</svg>\n</li><li title=\"grammerly \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.1105 4.95984C15.2005 1.04984 8.85045 1.04984 4.94045 4.95984C0.960454 8.93984 1.03045 15.4298 5.14045 19.3298C8.94045 22.9198 15.1005 22.9198 18.9005 19.3298C23.0205 15.4298 23.0905 8.93984 19.1105 4.95984ZM16.3805 16.6498C15.1805 17.7898 13.6005 18.3598 12.0205 18.3598C10.4405 18.3598 8.86045 17.7898 7.66045 16.6498C7.36045 16.3598 7.35045 15.8898 7.63045 15.5898C7.92045 15.2898 8.39045 15.2798 8.69045 15.5598C10.5205 17.2898 13.5105 17.2998 15.3505 15.5598C15.6505 15.2798 16.1305 15.2898 16.4105 15.5898C16.7005 15.8898 16.6805 16.3598 16.3805 16.6498Z\" fill=\"\"/>\n</svg>\n</li><li title=\"graph \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.6702 6.94942C21.0302 4.77942 19.2202 2.96942 17.0502 2.32942C15.4002 1.84942 14.2602 1.88942 13.4702 2.47942C12.5202 3.18942 12.4102 4.46942 12.4102 5.37942V7.86942C12.4102 10.3294 13.5302 11.5794 15.7302 11.5794H18.6002C19.5002 11.5794 20.7902 11.4694 21.5002 10.5194C22.1102 9.73942 22.1602 8.59942 21.6702 6.94942Z\" fill=\"\"/>\n<path d=\"M18.9094 13.3611C18.6494 13.0611 18.2694 12.8911 17.8794 12.8911H14.2994C12.5394 12.8911 11.1094 11.4611 11.1094 9.70113V6.12113C11.1094 5.73113 10.9394 5.35113 10.6394 5.09113C10.3494 4.83113 9.94941 4.71113 9.56941 4.76113C7.21941 5.06113 5.05941 6.35113 3.64941 8.29113C2.22941 10.2411 1.70941 12.6211 2.15941 15.0011C2.80941 18.4411 5.55941 21.1911 9.00941 21.8411C9.55941 21.9511 10.1094 22.0011 10.6594 22.0011C12.4694 22.0011 14.2194 21.4411 15.7094 20.3511C17.6494 18.9411 18.9394 16.7811 19.2394 14.4311C19.2894 14.0411 19.1694 13.6511 18.9094 13.3611Z\" fill=\"\"/>\n</svg>\n</li><li title=\"grid 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.75 2V7.8H2C2 4.19 4.15 2.02 7.75 2Z\" fill=\"\"/>\n<path d=\"M22 7.8H16.25V2C19.85 2.02 22 4.19 22 7.8Z\" fill=\"\"/>\n<path d=\"M22 16.3008C21.96 19.8508 19.82 21.9808 16.25 22.0008V16.3008H22Z\" fill=\"\"/>\n<path d=\"M7.75 16.3008V22.0008C4.18 21.9808 2.04 19.8508 2 16.3008H7.75Z\" fill=\"\"/>\n<path d=\"M7.75 9.30078H2V14.8008H7.75V9.30078Z\" fill=\"\"/>\n<path d=\"M22 9.30078H16.25V14.8008H22V9.30078Z\" fill=\"\"/>\n<path d=\"M14.75 9.30078H9.25V14.8008H14.75V9.30078Z\" fill=\"\"/>\n<path d=\"M14.75 2H9.25V7.8H14.75V2Z\" fill=\"\"/>\n<path d=\"M14.75 16.3008H9.25V22.0008H14.75V16.3008Z\" fill=\"\"/>\n</svg>\n</li><li title=\"grid 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.25 12.75V22H7.81C4.17 22 2 19.83 2 16.19V12.75H11.25Z\" fill=\"\"/>\n<path d=\"M22 7.81V11.25H12.75V2H16.19C19.83 2 22 4.17 22 7.81Z\" fill=\"\"/>\n<path d=\"M11.25 2V11.25H2V7.81C2 4.17 4.17 2 7.81 2H11.25Z\" fill=\"\"/>\n<path d=\"M22 12.75V16.19C22 19.83 19.83 22 16.19 22H12.75V12.75H22Z\" fill=\"\"/>\n</svg>\n</li><li title=\"grid 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H12.75V8V8.75V13.75H22V8.75V8V7.81C22 4.17 19.83 2 16.19 2Z\" fill=\"\"/>\n<path d=\"M2 10.25V15.25V15.75V16.19C2 19.83 4.17 22 7.81 22H11.25V15.75V15.25V10.25H2Z\" fill=\"\"/>\n<path d=\"M11.25 2V8.75H2V7.81C2 4.17 4.17 2 7.81 2H11.25Z\" fill=\"\"/>\n<path d=\"M22 15.25V16.19C22 19.83 19.83 22 16.19 22H12.75V15.25H22Z\" fill=\"\"/>\n</svg>\n</li><li title=\"grid 4 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 7.81V16.19C22 19.83 19.83 22 16.19 22H9.75V2H16.19C19.83 2 22 4.17 22 7.81Z\" fill=\"\"/>\n<path d=\"M8.25 2V22H7.81C4.17 22 2 19.83 2 16.19V7.81C2 4.17 4.17 2 7.81 2H8.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"grid 5 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.25 2V22H7.81C4.17 22 2 19.83 2 16.19V7.81C2 4.17 4.17 2 7.81 2H8.25Z\" fill=\"\"/>\n<path d=\"M22 7.81V11.25H9.75V2H16.19C19.83 2 22 4.17 22 7.81Z\" fill=\"\"/>\n<path d=\"M22 12.75V16.19C22 19.83 19.83 22 16.19 22H9.75V12.75H22Z\" fill=\"\"/>\n</svg>\n</li><li title=\"grid 6 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 7.74922H9.75V1.94922H16.19C19.83 1.94922 22 4.11922 22 7.74922Z\" fill=\"\"/>\n<path d=\"M22 16.25C21.95 19.82 19.79 21.95 16.19 21.95H9.75V16.25H22Z\" fill=\"\"/>\n<path d=\"M8.25 1.94922V21.9492H7.81C4.17 21.9492 2 19.7792 2 16.1392V7.75922C2 4.11922 4.17 1.94922 7.81 1.94922H8.25Z\" fill=\"\"/>\n<path d=\"M22 9.25H9.75V14.75H22V9.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"grid 7 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.25 10.5V22H7.81C4.17 22 2 19.83 2 16.19V10.5H11.25Z\" fill=\"\"/>\n<path d=\"M22 10.5V16.19C22 19.83 19.83 22 16.19 22H12.75V10.5H22Z\" fill=\"\"/>\n<path d=\"M22 7.81V9H2V7.81C2 4.17 4.17 2 7.81 2H16.19C19.83 2 22 4.17 22 7.81Z\" fill=\"\"/>\n</svg>\n</li><li title=\"grid 8 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 7.81125V11.2513H16.75V2.03125C20.05 2.23125 22 4.36125 22 7.81125Z\" fill=\"\"/>\n<path d=\"M22 12.75V16.19C22 19.64 20.05 21.77 16.75 21.97V12.75H22Z\" fill=\"\"/>\n<path d=\"M7.25 12.75V21.97C3.95 21.77 2 19.64 2 16.19V12.75H7.25Z\" fill=\"\"/>\n<path d=\"M7.25 2.03125V11.2513H2V7.81125C2 4.36125 3.95 2.23125 7.25 2.03125Z\" fill=\"\"/>\n<path d=\"M15.25 2H8.75V11.25H15.25V2Z\" fill=\"\"/>\n<path d=\"M15.25 12.75H8.75V22H15.25V12.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"grid 9 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 7.81V16.19C22 19.83 19.83 22 16.19 22H12.75V2H16.19C19.83 2 22 4.17 22 7.81Z\" fill=\"\"/>\n<path d=\"M11.25 2V22H7.81C4.17 22 2 19.83 2 16.19V7.81C2 4.17 4.17 2 7.81 2H11.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"grid edit \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.3304 14.67C20.2804 13.62 19.4504 13.96 18.7304 14.67L14.5804 18.82C14.4204 18.98 14.2704 19.29 14.2304 19.51L14.0004 21.1C13.9204 21.67 14.3204 22.08 14.8904 21.99L16.4804 21.76C16.7004 21.73 17.0104 21.57 17.1704 21.41L21.3204 17.26C22.0504 16.55 22.3804 15.72 21.3304 14.67Z\" fill=\"\"/>\n<path d=\"M6.74683 2.06549C7.29669 1.99425 7.75 2.45112 7.75 3.00557V6.8C7.75 7.35229 7.30228 7.8 6.75 7.8H3C2.44772 7.8 1.9918 7.35027 2.05867 6.80204C2.38633 4.11548 4.07187 2.41205 6.74683 2.06549Z\" fill=\"\"/>\n<path d=\"M20.93 7.8H17.25C16.6977 7.8 16.25 7.35228 16.25 6.8V3.00625C16.25 2.45153 16.7041 1.99459 17.2542 2.06633C19.8878 2.40978 21.5645 4.0681 21.93 6.68C22.01 7.27 21.53 7.8 20.93 7.8Z\" fill=\"\"/>\n<path d=\"M6.75 16.3008C7.30228 16.3008 7.75 16.7485 7.75 17.3008V20.9208C7.75 21.5208 7.22 22.0008 6.62 21.9208C4.05088 21.5385 2.43008 19.8918 2.07373 17.3109C1.99752 16.7589 2.4555 16.3008 3.01274 16.3008H6.75Z\" fill=\"\"/>\n<path d=\"M7.75 10.3008C7.75 9.7485 7.30228 9.30078 6.75 9.30078H3C2.44772 9.30078 2 9.7485 2 10.3008V13.8008C2 14.3531 2.44772 14.8008 3 14.8008H6.75C7.30228 14.8008 7.75 14.3531 7.75 13.8008V10.3008Z\" fill=\"\"/>\n<path d=\"M14.75 10.3008C14.75 9.7485 14.3023 9.30078 13.75 9.30078H10.25C9.69772 9.30078 9.25 9.7485 9.25 10.3008V13.8008C9.25 14.3531 9.69772 14.8008 10.25 14.8008H13.75C14.3 14.8008 14.75 14.3508 14.75 13.8008V10.3008Z\" fill=\"\"/>\n<path d=\"M14.75 3C14.75 2.44771 14.3023 2 13.75 2H10.25C9.69772 2 9.25 2.44772 9.25 3V6.8C9.25 7.35229 9.69772 7.8 10.25 7.8H13.75C14.3023 7.8 14.75 7.35228 14.75 6.8V3Z\" fill=\"\"/>\n</svg>\n</li><li title=\"grid eraser \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.7998 20.7009L16.8998 22.6109C16.3798 23.1309 15.5198 23.1309 14.9798 22.6109L13.3998 21.0209C12.8798 20.4909 12.8798 19.6409 13.3998 19.1009L15.3098 17.2109L18.7998 20.7009Z\" fill=\"\"/>\n<path d=\"M22.6105 16.9L19.8005 19.7L16.3105 16.21L19.1105 13.39C19.6405 12.87 20.5005 12.87 21.0305 13.39L22.6105 14.98C23.1305 15.51 23.1305 16.38 22.6105 16.9Z\" fill=\"\"/>\n<path d=\"M6.74683 2.06549C7.29669 1.99425 7.75 2.45112 7.75 3.00557V6.8C7.75 7.35229 7.30228 7.8 6.75 7.8H3C2.44772 7.8 1.9918 7.35027 2.05867 6.80204C2.38633 4.11548 4.07187 2.41205 6.74683 2.06549Z\" fill=\"\"/>\n<path d=\"M20.93 7.8H17.25C16.6977 7.8 16.25 7.35228 16.25 6.8V3.00625C16.25 2.45153 16.7041 1.99459 17.2542 2.06633C19.8878 2.40978 21.5645 4.0681 21.93 6.68C22.01 7.27 21.53 7.8 20.93 7.8Z\" fill=\"\"/>\n<path d=\"M6.75 16.3008C7.30228 16.3008 7.75 16.7485 7.75 17.3008V20.9208C7.75 21.5208 7.22 22.0008 6.62 21.9208C4.05088 21.5385 2.43008 19.8918 2.07373 17.3109C1.99752 16.7589 2.4555 16.3008 3.01274 16.3008H6.75Z\" fill=\"\"/>\n<path d=\"M7.75 10.3008C7.75 9.7485 7.30228 9.30078 6.75 9.30078H3C2.44772 9.30078 2 9.7485 2 10.3008V13.8008C2 14.3531 2.44772 14.8008 3 14.8008H6.75C7.30228 14.8008 7.75 14.3531 7.75 13.8008V10.3008Z\" fill=\"\"/>\n<path d=\"M14.75 10.3008C14.75 9.7485 14.3023 9.30078 13.75 9.30078H10.25C9.69772 9.30078 9.25 9.7485 9.25 10.3008V13.8008C9.25 14.3531 9.69772 14.8008 10.25 14.8008H13.75C14.3 14.8008 14.75 14.3508 14.75 13.8008V10.3008Z\" fill=\"\"/>\n<path d=\"M14.75 3C14.75 2.44771 14.3023 2 13.75 2H10.25C9.69772 2 9.25 2.44772 9.25 3V6.8C9.25 7.35229 9.69772 7.8 10.25 7.8H13.75C14.3023 7.8 14.75 7.35228 14.75 6.8V3Z\" fill=\"\"/>\n</svg>\n</li><li title=\"grid lock \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.5298 17.31V17.15C21.5298 15.22 20.5498 14.25 18.6298 14.25C16.7098 14.25 15.7298 15.23 15.7298 17.15V17.31C14.6798 17.57 14.2598 18.29 14.2598 19.73V20.47C14.2598 22.32 14.9498 23 16.7898 23H20.4698C22.3198 23 22.9998 22.31 22.9998 20.47V19.73C22.9998 18.3 22.5798 17.57 21.5298 17.31ZM18.6198 15.63C19.9098 15.63 20.1398 16.12 20.1398 17.15V17.2H17.0998V17.15C17.0998 16.12 17.3298 15.63 18.6198 15.63Z\" fill=\"\"/>\n<path d=\"M6.74683 2.06549C7.29669 1.99425 7.75 2.45112 7.75 3.00557V6.8C7.75 7.35229 7.30228 7.8 6.75 7.8H3C2.44772 7.8 1.9918 7.35027 2.05867 6.80204C2.38633 4.11548 4.07187 2.41205 6.74683 2.06549Z\" fill=\"\"/>\n<path d=\"M20.93 7.8H17.25C16.6977 7.8 16.25 7.35228 16.25 6.8V3.00625C16.25 2.45153 16.7041 1.99459 17.2542 2.06633C19.8878 2.40978 21.5645 4.0681 21.93 6.68C22.01 7.27 21.53 7.8 20.93 7.8Z\" fill=\"\"/>\n<path d=\"M6.75 16.3008C7.30228 16.3008 7.75 16.7485 7.75 17.3008V20.9208C7.75 21.5208 7.22 22.0008 6.62 21.9208C4.05088 21.5385 2.43008 19.8918 2.07373 17.3109C1.99752 16.7589 2.4555 16.3008 3.01274 16.3008H6.75Z\" fill=\"\"/>\n<path d=\"M7.75 10.3008C7.75 9.7485 7.30228 9.30078 6.75 9.30078H3C2.44772 9.30078 2 9.7485 2 10.3008V13.8008C2 14.3531 2.44772 14.8008 3 14.8008H6.75C7.30228 14.8008 7.75 14.3531 7.75 13.8008V10.3008Z\" fill=\"\"/>\n<path d=\"M14.75 10.3008C14.75 9.7485 14.3023 9.30078 13.75 9.30078H10.25C9.69772 9.30078 9.25 9.7485 9.25 10.3008V13.8008C9.25 14.3531 9.69772 14.8008 10.25 14.8008H13.75C14.3 14.8008 14.75 14.3508 14.75 13.8008V10.3008Z\" fill=\"\"/>\n<path d=\"M14.75 3C14.75 2.44771 14.3023 2 13.75 2H10.25C9.69772 2 9.25 2.44772 9.25 3V6.8C9.25 7.35229 9.69772 7.8 10.25 7.8H13.75C14.3023 7.8 14.75 7.35228 14.75 6.8V3Z\" fill=\"\"/>\n</svg>\n</li><li title=\"happyemoji \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9707 2C6.4507 2 1.9707 6.48 1.9707 12C1.9707 17.52 6.4507 22 11.9707 22C17.4907 22 21.9707 17.52 21.9707 12C21.9707 6.48 17.5007 2 11.9707 2ZM17.4007 16.43C16.1707 18.2 14.1507 19.25 12.0007 19.25C9.8507 19.25 7.8307 18.2 6.6007 16.43C6.3607 16.09 6.4507 15.62 6.7907 15.39C7.1307 15.15 7.6007 15.24 7.8307 15.58C8.7807 16.94 10.3407 17.76 12.0007 17.76C13.6607 17.76 15.2207 16.95 16.1707 15.58C16.4107 15.24 16.8707 15.16 17.2107 15.39C17.5607 15.62 17.6407 16.09 17.4007 16.43Z\" fill=\"\"/>\n</svg>\n</li><li title=\"hashtag 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.05078 10.1408V11.3008H11.3108V8.05078H10.1508C8.99078 8.05078 8.05078 8.99078 8.05078 10.1408Z\" fill=\"\"/>\n<path d=\"M8.05078 13.8592C8.05078 15.0092 8.99078 15.9492 10.1408 15.9492H11.3008V12.6992H8.05078V13.8592Z\" fill=\"\"/>\n<path d=\"M12.6992 15.9492H13.8592C15.0092 15.9492 15.9492 15.0092 15.9492 13.8592V12.6992H12.6992V15.9492Z\" fill=\"\"/>\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM17.35 13.86C17.35 15.78 15.78 17.35 13.86 17.35H10.14C8.22 17.35 6.65 15.79 6.65 13.86V10.14C6.65 8.22 8.22 6.65 10.14 6.65H13.86C15.78 6.65 17.35 8.21 17.35 10.14V13.86Z\" fill=\"\"/>\n<path d=\"M13.8592 8.05078H12.6992V11.3108H15.9592V10.1508C15.9492 8.99078 15.0092 8.05078 13.8592 8.05078Z\" fill=\"\"/>\n</svg>\n</li><li title=\"hashtag down \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.0801 11.8319H11.7301L11.9201 10.1719H10.2701L10.0801 11.8319Z\" fill=\"\"/>\n<path d=\"M21.97 7.21C21.77 4.13 19.87 2.23 16.79 2.03C16.59 2.01 16.39 2 16.19 2H7.81C7.61 2 7.41 2.01 7.21 2.03C4.13 2.23 2.23 4.13 2.03 7.21C2.01 7.41 2 7.61 2 7.81V16.19C2 16.39 2.01 16.59 2.03 16.79C2.23 19.87 4.13 21.77 7.21 21.97C7.41 21.99 7.61 22 7.81 22H13.5C14.05 22 14.5 21.55 14.5 21V18.03C14.5 16.08 16.08 14.5 18.03 14.5H21C21.55 14.5 22 14.05 22 13.5V7.81C22 7.61 21.99 7.41 21.97 7.21ZM16 10.17H13.43L13.24 11.83H15.47C15.89 11.83 16.22 12.17 16.22 12.58C16.22 12.99 15.89 13.33 15.47 13.33H13.08L12.8 15.82C12.76 16.2 12.43 16.49 12.05 16.49C12.03 16.49 12 16.49 11.97 16.48C11.56 16.44 11.26 16.07 11.31 15.65L11.57 13.33H9.92L9.64 15.82C9.6 16.2 9.27 16.49 8.9 16.49C8.87 16.49 8.84 16.49 8.81 16.48C8.4 16.44 8.1 16.07 8.15 15.65L8.41 13.33H6C5.59 13.33 5.25 12.99 5.25 12.58C5.25 12.17 5.59 11.83 6 11.83H8.57L8.76 10.17H6.53C6.11 10.17 5.78 9.83 5.78 9.42C5.78 9.01 6.11 8.67 6.53 8.67H8.92L9.2 6.18C9.25 5.77 9.62 5.47 10.03 5.52C10.44 5.56 10.74 5.93 10.69 6.35L10.43 8.67H12.08L12.36 6.18C12.41 5.77 12.78 5.47 13.19 5.52C13.6 5.56 13.9 5.93 13.85 6.35L13.59 8.67H16C16.41 8.67 16.75 9.01 16.75 9.42C16.75 9.83 16.41 10.17 16 10.17Z\" fill=\"\"/>\n<path d=\"M20.97 23H18.03C16.76 23 16 22.24 16 20.97V18.03C16 16.76 16.76 16 18.03 16H20.97C22.24 16 23 16.76 23 18.03V20.97C23 22.24 22.24 23 20.97 23ZM21.19 19.69C21.07 19.57 20.91 19.51 20.75 19.51C20.59 19.51 20.43 19.57 20.31 19.69L20.13 19.87V17.63C20.13 17.28 19.85 17 19.5 17C19.15 17 18.87 17.28 18.87 17.63V19.87L18.69 19.69C18.45 19.45 18.05 19.45 17.81 19.69C17.57 19.93 17.57 20.33 17.81 20.57L19.06 21.82C19.11 21.87 19.18 21.91 19.25 21.94C19.27 21.95 19.29 21.95 19.31 21.96C19.36 21.98 19.41 21.99 19.47 21.99C19.49 21.99 19.51 21.99 19.53 21.99C19.6 21.99 19.66 21.98 19.73 21.95C19.74 21.95 19.74 21.95 19.75 21.95C19.82 21.92 19.88 21.88 19.93 21.83C19.94 21.82 19.94 21.82 19.95 21.82L21.2 20.57C21.44 20.33 21.44 19.93 21.19 19.69Z\" fill=\"\"/>\n</svg>\n</li><li title=\"hashtag up \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.0801 11.8319H11.7301L11.9201 10.1719H10.2701L10.0801 11.8319Z\" fill=\"\"/>\n<path d=\"M21.97 7.21C21.77 4.13 19.87 2.23 16.79 2.03C16.59 2.01 16.39 2 16.19 2H7.81C7.61 2 7.41 2.01 7.21 2.03C4.13 2.23 2.23 4.13 2.03 7.21C2.01 7.41 2 7.61 2 7.81V16.19C2 16.39 2.01 16.59 2.03 16.79C2.23 19.87 4.13 21.77 7.21 21.97C7.41 21.99 7.61 22 7.81 22H13.5C14.05 22 14.5 21.55 14.5 21V18.03C14.5 16.08 16.08 14.5 18.03 14.5H21C21.55 14.5 22 14.05 22 13.5V7.81C22 7.61 21.99 7.41 21.97 7.21ZM16 10.17H13.43L13.24 11.83H15.47C15.89 11.83 16.22 12.17 16.22 12.58C16.22 12.99 15.89 13.33 15.47 13.33H13.08L12.8 15.82C12.76 16.2 12.43 16.49 12.05 16.49C12.03 16.49 12 16.49 11.97 16.48C11.56 16.44 11.26 16.07 11.31 15.65L11.57 13.33H9.92L9.64 15.82C9.6 16.2 9.27 16.49 8.9 16.49C8.87 16.49 8.84 16.49 8.81 16.48C8.4 16.44 8.1 16.07 8.15 15.65L8.41 13.33H6C5.59 13.33 5.25 12.99 5.25 12.58C5.25 12.17 5.59 11.83 6 11.83H8.57L8.76 10.17H6.53C6.11 10.17 5.78 9.83 5.78 9.42C5.78 9.01 6.11 8.67 6.53 8.67H8.92L9.2 6.18C9.25 5.77 9.62 5.47 10.03 5.52C10.44 5.56 10.74 5.93 10.69 6.35L10.43 8.67H12.08L12.36 6.18C12.41 5.77 12.78 5.47 13.19 5.52C13.6 5.56 13.9 5.93 13.85 6.35L13.59 8.67H16C16.41 8.67 16.75 9.01 16.75 9.42C16.75 9.83 16.41 10.17 16 10.17Z\" fill=\"\"/>\n<path d=\"M20.97 16H18.03C16.76 16 16 16.76 16 18.03V20.97C16 22.24 16.76 23 18.03 23H20.97C22.24 23 23 22.24 23 20.97V18.03C23 16.76 22.24 16 20.97 16ZM21.19 19.31C21.07 19.43 20.91 19.49 20.75 19.49C20.59 19.49 20.43 19.43 20.31 19.31L20.13 19.13V21.37C20.13 21.72 19.85 22 19.5 22C19.15 22 18.87 21.72 18.87 21.37V19.13L18.69 19.31C18.45 19.55 18.05 19.55 17.81 19.31C17.57 19.07 17.57 18.67 17.81 18.43L19.06 17.18C19.11 17.13 19.18 17.09 19.25 17.06C19.27 17.05 19.29 17.05 19.31 17.04C19.36 17.02 19.41 17.01 19.47 17.01C19.49 17.01 19.51 17.01 19.53 17.01C19.6 17.01 19.66 17.02 19.73 17.05C19.74 17.05 19.74 17.05 19.75 17.05C19.82 17.08 19.88 17.12 19.93 17.17C19.94 17.18 19.94 17.18 19.95 17.18L21.2 18.43C21.44 18.67 21.44 19.07 21.19 19.31Z\" fill=\"\"/>\n</svg>\n</li><li title=\"hashtag \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.4199 13.4181H13.2599L13.5799 10.5781H10.7399L10.4199 13.4181Z\" fill=\"\"/>\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM18.82 10.58H15.05L14.73 13.43H18.1C18.5 13.43 18.83 13.76 18.83 14.16C18.83 14.56 18.5 14.89 18.1 14.89H14.57L14.16 18.55C14.12 18.92 13.8 19.2 13.43 19.2C13.4 19.2 13.38 19.2 13.35 19.2C12.95 19.16 12.66 18.79 12.7 18.39L13.09 14.89H10.25L9.84 18.55C9.8 18.92 9.48 19.2 9.11 19.2C9.08 19.2 9.06 19.2 9.03 19.2C8.63 19.16 8.34 18.79 8.38 18.39L8.77 14.89H5.18C4.78 14.89 4.45 14.56 4.45 14.16C4.45 13.76 4.78 13.43 5.18 13.43H8.95L9.27 10.58H5.9C5.5 10.58 5.17 10.25 5.17 9.85C5.17 9.45 5.5 9.12 5.9 9.12H9.43L9.84 5.46C9.88 5.06 10.25 4.77 10.65 4.81C11.05 4.85 11.34 5.22 11.3 5.62L10.91 9.12H13.75L14.16 5.46C14.21 5.06 14.57 4.77 14.97 4.81C15.37 4.85 15.66 5.22 15.62 5.62L15.23 9.12H18.84C19.24 9.12 19.57 9.45 19.57 9.85C19.57 10.25 19.22 10.58 18.82 10.58Z\" fill=\"\"/>\n</svg>\n</li><li title=\"headphone \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2.74982 18.6508C2.33982 18.6508 1.99982 18.3108 1.99982 17.9008V12.2008C1.94982 9.49078 2.95982 6.93078 4.83982 5.01078C6.71982 3.10078 9.23982 2.05078 11.9498 2.05078C17.4898 2.05078 21.9998 6.56078 21.9998 12.1008V17.8008C21.9998 18.2108 21.6598 18.5508 21.2498 18.5508C20.8398 18.5508 20.4998 18.2108 20.4998 17.8008V12.1008C20.4998 7.39078 16.6698 3.55078 11.9498 3.55078C9.63982 3.55078 7.49982 4.44078 5.90982 6.06078C4.30982 7.69078 3.45982 9.86078 3.49982 12.1808V17.8908C3.49982 18.3108 3.16982 18.6508 2.74982 18.6508Z\" fill=\"\"/>\n<path d=\"M5.94 12.4492H5.81C3.71 12.4492 2 14.1592 2 16.2592V18.1392C2 20.2392 3.71 21.9492 5.81 21.9492H5.94C8.04 21.9492 9.75 20.2392 9.75 18.1392V16.2592C9.75 14.1592 8.04 12.4492 5.94 12.4492Z\" fill=\"\"/>\n<path d=\"M18.19 12.4492H18.06C15.96 12.4492 14.25 14.1592 14.25 16.2592V18.1392C14.25 20.2392 15.96 21.9492 18.06 21.9492H18.19C20.29 21.9492 22 20.2392 22 18.1392V16.2592C22 14.1592 20.29 12.4492 18.19 12.4492Z\" fill=\"\"/>\n</svg>\n</li><li title=\"headphones \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.5 12.75C8.09 12.75 7.75 12.41 7.75 12V6C7.75 5.59 8.09 5.25 8.5 5.25C8.91 5.25 9.25 5.59 9.25 6V12C9.25 12.41 8.91 12.75 8.5 12.75Z\" fill=\"\"/>\n<path d=\"M8.5 22.75C8.09 22.75 7.75 22.41 7.75 22V18C7.75 17.59 8.09 17.25 8.5 17.25C8.91 17.25 9.25 17.59 9.25 18V22C9.25 22.41 8.91 22.75 8.5 22.75Z\" fill=\"\"/>\n<path d=\"M15.5 22.75C15.09 22.75 14.75 22.41 14.75 22V6C14.75 5.59 15.09 5.25 15.5 5.25C15.91 5.25 16.25 5.59 16.25 6V22C16.25 22.41 15.91 22.75 15.5 22.75Z\" fill=\"\"/>\n<path d=\"M10.1008 5.3C10.1008 5.79 9.90078 6.24 9.57078 6.57C9.24078 6.9 8.79078 7.1 8.30078 7.1H6.05078C6.33078 6.73 6.50078 6.25 6.50078 5.75V4.85C6.50078 4.35 6.33078 3.87 6.05078 3.5H8.30078C9.29078 3.5 10.1008 4.31 10.1008 5.3Z\" fill=\"\"/>\n<path d=\"M6.5 4.84834V5.74834C6.5 6.24834 6.33 6.72834 6.05 7.09834C5.29 8.10834 3.73 8.44834 2.28 7.15834C2.12 7.01834 2 6.71834 2 6.50834V4.16834C2 3.96834 2.1 3.69834 2.23 3.55834C3.49 2.23834 5.01 2.42834 5.84 3.25834C5.91 3.32834 5.99 3.40834 6.05 3.49834C6.33 3.86834 6.5 4.34834 6.5 4.84834Z\" fill=\"\"/>\n<path d=\"M13.9004 5.3C13.9004 5.79 14.1004 6.24 14.4304 6.57C14.7604 6.9 15.2104 7.1 15.7004 7.1H17.9504C17.6704 6.73 17.5004 6.25 17.5004 5.75V4.85C17.5004 4.35 17.6704 3.87 17.9504 3.5H15.7004C14.7104 3.5 13.9004 4.31 13.9004 5.3Z\" fill=\"\"/>\n<path d=\"M17.5 4.84834V5.74834C17.5 6.24834 17.67 6.72834 17.95 7.09834C18.71 8.10834 20.27 8.44834 21.72 7.15834C21.88 7.01834 22 6.71834 22 6.50834V4.16834C22 3.97834 21.9 3.69834 21.77 3.55834C20.51 2.23834 18.99 2.42834 18.16 3.25834C18.09 3.32834 18.02 3.40834 17.95 3.49834C17.67 3.86834 17.5 4.34834 17.5 4.84834Z\" fill=\"\"/>\n<path d=\"M10 13.5V17.5C10 18.33 9.33 19 8.5 19C7.67 19 7 18.33 7 17.5V13.5C7 12.67 7.67 12 8.5 12C9.33 12 10 12.67 10 13.5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"health \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 7.81V12.5H17.92C17.8 12.49 17.54 12.34 17.48 12.23L16.44 10.26C16.03 9.48 15.32 9.04 14.56 9.08C13.8 9.12 13.15 9.63 12.82 10.46L11.44 13.92L11.24 13.4C10.75 12.13 9.35 11.17 7.97 11.17L2 11.2V7.81C2 4.17 4.17 2 7.81 2H16.19C19.83 2 22 4.17 22 7.81Z\" fill=\"\"/>\n<path d=\"M22 16.1887V13.9987H17.92C17.25 13.9987 16.46 13.5187 16.15 12.9287L15.11 10.9587C14.83 10.4287 14.43 10.4587 14.21 11.0087L11.91 16.8187C11.66 17.4687 11.24 17.4687 10.98 16.8187L9.84 13.9387C9.57 13.2387 8.73 12.6687 7.98 12.6687L2 12.6987V16.1887C2 19.7687 4.1 21.9287 7.63 21.9887C7.74 21.9987 7.86 21.9987 7.97 21.9987H15.97C16.12 21.9987 16.27 21.9987 16.41 21.9887C19.92 21.9087 22 19.7587 22 16.1887Z\" fill=\"\"/>\n<path d=\"M2.0007 12.6992V16.0092C1.9807 15.6892 1.9707 15.3492 1.9707 14.9992V12.6992H2.0007Z\" fill=\"\"/>\n</svg>\n</li><li title=\"heart add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.6804 13.9084V13.8984C19.8004 12.9684 18.5704 12.3984 17.2004 12.3984C14.5504 12.3984 12.4004 14.5484 12.4004 17.1984C12.4004 18.4284 12.8704 19.5484 13.6304 20.3984C14.5104 21.3784 15.7804 21.9984 17.2004 21.9984C19.8504 21.9984 22.0004 19.8484 22.0004 17.1984C22.0004 15.9284 21.5004 14.7684 20.6804 13.9084ZM18.9904 18.0084H17.9504V19.0984C17.9504 19.5084 17.6104 19.8484 17.2004 19.8484C16.7904 19.8484 16.4504 19.5084 16.4504 19.0984V18.0084H15.4104C14.9904 18.0084 14.6604 17.6784 14.6604 17.2584C14.6604 16.8484 14.9804 16.5184 15.4004 16.5084H16.4504V15.5084C16.4504 15.4884 16.4504 15.4684 16.4604 15.4484C16.4804 15.0684 16.8104 14.7584 17.2004 14.7584C17.6004 14.7584 17.9304 15.0784 17.9504 15.4784V16.5084H18.9904C19.4104 16.5084 19.7404 16.8484 19.7404 17.2584C19.7404 17.6784 19.4104 18.0084 18.9904 18.0084Z\" fill=\"\"/>\n<path d=\"M22 8.73062C22 9.92062 21.81 11.0206 21.48 12.0406C21.42 12.2506 21.17 12.3106 20.99 12.1806C19.9 11.3706 18.57 10.9406 17.2 10.9406C13.73 10.9406 10.9 13.7706 10.9 17.2406C10.9 18.3206 11.18 19.3806 11.71 20.3206C11.87 20.6006 11.68 20.9606 11.38 20.8506C8.97 20.0306 4.1 17.0406 2.52 12.0406C2.19 11.0206 2 9.92062 2 8.73062C2 5.64062 4.49 3.14063 7.56 3.14063C9.37 3.14063 10.99 4.02062 12 5.37062C13.01 4.02062 14.63 3.14063 16.44 3.14063C19.51 3.14062 22 5.64062 22 8.73062Z\" fill=\"\"/>\n</svg>\n</li><li title=\"heart circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM12.33 17C12.15 17.06 11.84 17.06 11.66 17C10.1 16.47 6.6 14.24 6.6 10.46C6.6 8.79 7.94 7.44 9.6 7.44C10.58 7.44 11.45 7.91 12 8.65C12.54 7.92 13.42 7.44 14.4 7.44C16.06 7.44 17.4 8.79 17.4 10.46C17.4 14.24 13.9 16.47 12.33 17Z\" fill=\"\"/>\n</svg>\n</li><li title=\"heart edit \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.44 3.10156C14.63 3.10156 13.01 3.98156 12 5.33156C10.99 3.98156 9.37 3.10156 7.56 3.10156C4.49 3.10156 2 5.60156 2 8.69156C2 9.88156 2.19 10.9816 2.52 12.0016C4.1 17.0016 8.97 19.9916 11.38 20.8116C11.72 20.9316 12.28 20.9316 12.62 20.8116C15.03 19.9916 19.9 17.0016 21.48 12.0016C21.81 10.9816 22 9.88156 22 8.69156C22 5.60156 19.51 3.10156 16.44 3.10156ZM14.84 11.3816L11.3 14.9216C11.16 15.0616 10.9 15.1916 10.71 15.2216L9.36 15.4016C8.87 15.4716 8.53 15.1316 8.6 14.6416L8.79 13.2916C8.82 13.1016 8.95 12.8316 9.09 12.7016L12.63 9.16156C13.24 8.55156 13.95 8.26156 14.85 9.16156C15.74 10.0616 15.45 10.7716 14.84 11.3816Z\" fill=\"\"/>\n</svg>\n</li><li title=\"heart remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.6904 13.9184C20.6804 13.9184 20.6804 13.9084 20.6804 13.9084V13.8984C19.8004 12.9784 18.5704 12.3984 17.2004 12.3984C14.5504 12.3984 12.4004 14.5484 12.4004 17.1984C12.4004 18.4284 12.8704 19.5484 13.6304 20.3984C14.5104 21.3784 15.7804 21.9984 17.2004 21.9984C19.8504 21.9984 22.0004 19.8484 22.0004 17.1984C22.0004 15.9284 21.5004 14.7784 20.6904 13.9184ZM19.0104 19.0684C18.8704 19.2084 18.6704 19.2884 18.4804 19.2884C18.2904 19.2884 18.1004 19.2084 17.9504 19.0684L17.2104 18.3284L16.4504 19.0984C16.3004 19.2384 16.1104 19.3184 15.9204 19.3184C15.8204 19.3184 15.7304 19.2984 15.6404 19.2584C15.5504 19.2284 15.4604 19.1684 15.3904 19.0984C15.0904 18.7984 15.0904 18.3284 15.3904 18.0384L16.1504 17.2684L15.4204 16.5284C15.1204 16.2384 15.1204 15.7584 15.4204 15.4684C15.7104 15.1784 16.1804 15.1784 16.4804 15.4684L17.2104 16.2084L17.9204 15.4984C18.2204 15.2084 18.6904 15.2084 18.9804 15.4984C19.1504 15.6684 19.2204 15.8884 19.1904 16.1084C19.1804 16.2784 19.1104 16.4384 18.9804 16.5584L18.2704 17.2684L19.0104 18.0084C19.3104 18.2984 19.3104 18.7684 19.0104 19.0684Z\" fill=\"\"/>\n<path d=\"M22 8.73062C22 9.92062 21.81 11.0206 21.48 12.0406C21.42 12.2506 21.17 12.3106 20.99 12.1806C19.9 11.3706 18.57 10.9406 17.2 10.9406C13.73 10.9406 10.9 13.7706 10.9 17.2406C10.9 18.3206 11.18 19.3806 11.71 20.3206C11.87 20.6006 11.68 20.9606 11.38 20.8506C8.97 20.0306 4.1 17.0406 2.52 12.0406C2.19 11.0206 2 9.92062 2 8.73062C2 5.64062 4.49 3.14063 7.56 3.14063C9.37 3.14063 10.99 4.02062 12 5.37062C13.01 4.02062 14.63 3.14063 16.44 3.14063C19.51 3.14062 22 5.64062 22 8.73062Z\" fill=\"\"/>\n</svg>\n</li><li title=\"heart search \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.74 20.5083L20.88 19.6483C21.33 18.9683 21.59 18.1583 21.59 17.2883C21.59 14.9183 19.67 12.9883 17.29 12.9883C14.91 12.9883 13 14.9183 13 17.2983C13 19.6783 14.92 21.5983 17.3 21.5983C18.17 21.5983 18.98 21.3383 19.66 20.8883L20.52 21.7483C20.69 21.9183 20.91 22.0083 21.14 22.0083C21.37 22.0083 21.59 21.9183 21.76 21.7483C22.09 21.3983 22.09 20.8483 21.74 20.5083Z\" fill=\"\"/>\n<path d=\"M22 8.73062C22 9.92062 21.81 11.0206 21.48 12.0406C21.42 12.2506 21.17 12.3106 20.99 12.1806C19.9 11.3706 18.57 10.9406 17.2 10.9406C13.73 10.9406 10.9 13.7706 10.9 17.2406C10.9 18.3206 11.18 19.3806 11.71 20.3206C11.87 20.6006 11.68 20.9606 11.38 20.8506C8.97 20.0306 4.1 17.0406 2.52 12.0406C2.19 11.0206 2 9.92062 2 8.73062C2 5.64062 4.49 3.14063 7.56 3.14063C9.37 3.14063 10.99 4.02062 12 5.37062C13.01 4.02062 14.63 3.14063 16.44 3.14063C19.51 3.14062 22 5.64062 22 8.73062Z\" fill=\"\"/>\n</svg>\n</li><li title=\"heart slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22.0009 8.69106C22.0009 9.88106 21.8109 10.9811 21.4809 12.0011C19.9009 17.0011 15.0309 19.9911 12.6209 20.8111C12.2809 20.9311 11.7209 20.9311 11.3809 20.8111C10.7409 20.5911 9.93085 20.2211 9.06085 19.7011C8.50085 19.3711 8.41085 18.5911 8.87085 18.1311L20.1509 6.85106C20.6909 6.31106 21.6409 6.54106 21.8309 7.28106C21.9409 7.73106 22.0009 8.20106 22.0009 8.69106Z\" fill=\"\"/>\n<path d=\"M22.5295 1.47141C22.2395 1.18141 21.7595 1.18141 21.4695 1.47141L19.1295 3.81141C18.3395 3.36141 17.4195 3.10141 16.4395 3.10141C14.6295 3.10141 13.0095 3.98141 11.9995 5.33141C10.9895 3.98141 9.36945 3.10141 7.55945 3.10141C4.48945 3.10141 1.99945 5.60141 1.99945 8.69141C1.99945 9.88141 2.18945 10.9814 2.51945 12.0014C3.16945 14.0714 4.38945 15.8014 5.76945 17.1714L1.46945 21.4714C1.17945 21.7614 1.17945 22.2414 1.46945 22.5314C1.61945 22.6814 1.80945 22.7514 1.99945 22.7514C2.18945 22.7514 2.37945 22.6814 2.52945 22.5314L22.5295 2.53141C22.8195 2.24141 22.8195 1.76141 22.5295 1.47141Z\" fill=\"\"/>\n</svg>\n</li><li title=\"heart tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.2004 12.3984C14.5504 12.3984 12.4004 14.5484 12.4004 17.1984C12.4004 18.0984 12.6504 18.9484 13.1004 19.6684C13.9304 21.0584 15.4504 21.9984 17.2004 21.9984C18.9504 21.9984 20.4804 21.0584 21.3004 19.6684C21.7404 18.9484 22.0004 18.0984 22.0004 17.1984C22.0004 14.5484 19.8504 12.3984 17.2004 12.3984ZM19.5804 16.5684L17.0204 18.9284C16.8804 19.0584 16.6904 19.1284 16.5104 19.1284C16.3204 19.1284 16.1304 19.0584 15.9804 18.9084L14.8004 17.7284C14.5104 17.4384 14.5104 16.9584 14.8004 16.6684C15.0904 16.3784 15.5704 16.3784 15.8604 16.6684L16.5304 17.3384L18.5604 15.4584C18.8604 15.1784 19.3404 15.1984 19.6204 15.4984C19.9004 15.8084 19.8804 16.2884 19.5804 16.5684Z\" fill=\"\"/>\n<path d=\"M22 8.73062C22 9.92062 21.81 11.0206 21.48 12.0406C21.42 12.2506 21.17 12.3106 20.99 12.1806C19.9 11.3706 18.57 10.9406 17.2 10.9406C13.73 10.9406 10.9 13.7706 10.9 17.2406C10.9 18.3206 11.18 19.3806 11.71 20.3206C11.87 20.6006 11.68 20.9606 11.38 20.8506C8.97 20.0306 4.1 17.0406 2.52 12.0406C2.19 11.0206 2 9.92062 2 8.73062C2 5.64062 4.49 3.14063 7.56 3.14063C9.37 3.14063 10.99 4.02062 12 5.37062C13.01 4.02062 14.63 3.14063 16.44 3.14063C19.51 3.14062 22 5.64062 22 8.73062Z\" fill=\"\"/>\n</svg>\n</li><li title=\"heart \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.44 3.10156C14.63 3.10156 13.01 3.98156 12 5.33156C10.99 3.98156 9.37 3.10156 7.56 3.10156C4.49 3.10156 2 5.60156 2 8.69156C2 9.88156 2.19 10.9816 2.52 12.0016C4.1 17.0016 8.97 19.9916 11.38 20.8116C11.72 20.9316 12.28 20.9316 12.62 20.8116C15.03 19.9916 19.9 17.0016 21.48 12.0016C21.81 10.9816 22 9.88156 22 8.69156C22 5.60156 19.51 3.10156 16.44 3.10156Z\" fill=\"\"/>\n</svg>\n</li><li title=\"hierarchy 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.75 22C20.5449 22 22 20.5449 22 18.75C22 16.9551 20.5449 15.5 18.75 15.5C16.9551 15.5 15.5 16.9551 15.5 18.75C15.5 20.5449 16.9551 22 18.75 22Z\" fill=\"\"/>\n<path d=\"M19 8C20.6569 8 22 6.65685 22 5C22 3.34315 20.6569 2 19 2C17.3431 2 16 3.34315 16 5C16 6.65685 17.3431 8 19 8Z\" fill=\"\"/>\n<path d=\"M5 8C6.65685 8 8 6.65685 8 5C8 3.34315 6.65685 2 5 2C3.34315 2 2 3.34315 2 5C2 6.65685 3.34315 8 5 8Z\" fill=\"\"/>\n<path d=\"M4.83049 8.02C5.80049 10.8 8.42049 12.67 11.3705 12.67C11.3805 12.67 11.3905 12.67 11.4005 12.67L14.9305 12.66C16.4505 12.64 17.8105 13.67 18.2205 15.15V17C18.2205 17.42 18.5605 17.76 18.9905 17.76C19.4105 17.76 19.7505 17.42 19.7505 17V5.76C19.7505 5.34 19.4105 5 18.9905 5C18.5705 5 18.2205 5.34 18.2205 5.76V12.38C17.3405 11.6 16.1905 11.12 14.9405 11.12C14.9305 11.12 14.9305 11.12 14.9205 11.12L11.3905 11.13C11.3805 11.13 11.3805 11.13 11.3705 11.13C9.08049 11.13 7.03049 9.68 6.28049 7.51C6.16049 7.2 5.87049 7 5.55049 7C5.47049 7 5.38049 7.02 5.30049 7.04C4.90049 7.18 4.69049 7.62 4.83049 8.02Z\" fill=\"\"/>\n</svg>\n</li><li title=\"hierarchy 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 8C6.65685 8 8 6.65685 8 5C8 3.34315 6.65685 2 5 2C3.34315 2 2 3.34315 2 5C2 6.65685 3.34315 8 5 8Z\" fill=\"\"/>\n<path d=\"M19 15C20.6569 15 22 13.6569 22 12C22 10.3431 20.6569 9 19 9C17.3431 9 16 10.3431 16 12C16 13.6569 17.3431 15 19 15Z\" fill=\"\"/>\n<path d=\"M5 22C6.65685 22 8 20.6569 8 19C8 17.3431 6.65685 16 5 16C3.34315 16 2 17.3431 2 19C2 20.6569 3.34315 22 5 22Z\" fill=\"\"/>\n<path d=\"M5 16.75C4.59 16.75 4.25 16.41 4.25 16V8C4.25 7.59 4.59 7.25 5 7.25C5.41 7.25 5.75 7.59 5.75 8C5.75 10.19 6.81 11.25 9 11.25H16C16.41 11.25 16.75 11.59 16.75 12C16.75 12.41 16.41 12.75 16 12.75H9C7.64 12.75 6.55 12.4 5.75 11.74V16C5.75 16.41 5.41 16.75 5 16.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"hierarchy square 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM16.2 18.25C15.07 18.25 14.15 17.33 14.15 16.2C14.15 15.54 14.47 14.96 14.96 14.58C14.54 13.48 13.49 12.72 12.31 12.76L10.25 12.77H10.24C9.63 12.77 9.05 12.59 8.56 12.28V14.3C9.32 14.6 9.86 15.34 9.86 16.2C9.86 17.33 8.94 18.25 7.81 18.25C6.68 18.25 5.76 17.33 5.76 16.2C5.76 15.33 6.3 14.6 7.06 14.3V9.95C6.3 9.6 5.76 8.84 5.76 7.95C5.76 6.74 6.75 5.75 7.96 5.75C9.17 5.75 10.16 6.74 10.16 7.95C10.16 8.93 9.51 9.75 8.62 10.04C8.82 10.77 9.48 11.28 10.24 11.28C10.24 11.28 10.24 11.28 10.25 11.28L12.31 11.27C12.32 11.27 12.32 11.27 12.33 11.27C14.17 11.27 15.82 12.44 16.42 14.18C17.45 14.29 18.26 15.15 18.26 16.21C18.25 17.33 17.33 18.25 16.2 18.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"hierarchy square 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM16.41 9.83C15.8 11.57 14.16 12.74 12.32 12.74C12.31 12.74 12.31 12.74 12.3 12.74L10.24 12.73C10.24 12.73 10.24 12.73 10.23 12.73C9.47 12.73 8.81 13.24 8.61 13.97C9.5 14.25 10.15 15.08 10.15 16.06C10.15 17.27 9.16 18.26 7.95 18.26C6.74 18.26 5.75 17.27 5.75 16.06C5.75 15.17 6.29 14.4 7.05 14.06V9.7C6.29 9.4 5.75 8.66 5.75 7.8C5.75 6.67 6.67 5.75 7.8 5.75C8.93 5.75 9.85 6.67 9.85 7.8C9.85 8.67 9.31 9.4 8.55 9.7V11.72C9.04 11.41 9.62 11.23 10.23 11.23H10.24L12.3 11.24C13.48 11.28 14.53 10.52 14.95 9.42C14.46 9.04 14.14 8.46 14.14 7.8C14.14 6.67 15.06 5.75 16.19 5.75C17.32 5.75 18.24 6.67 18.24 7.8C18.25 8.86 17.44 9.72 16.41 9.83Z\" fill=\"\"/>\n</svg>\n</li><li title=\"hierarchy square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM9.85 16.45C9.85 17.58 8.93 18.5 7.8 18.5C6.67 18.5 5.75 17.58 5.75 16.45C5.75 15.58 6.29 14.85 7.05 14.55V10.26C6.21 9.95 5.6 9.15 5.6 8.2C5.6 6.99 6.59 6 7.8 6C9.01 6 10 6.99 10 8.2C10 9.15 9.39 9.95 8.55 10.26V14.55C9.31 14.85 9.85 15.59 9.85 16.45ZM16.75 18.5C15.62 18.5 14.7 17.58 14.7 16.45C14.7 15.58 15.24 14.85 16 14.55V8.75C16 8.61 15.89 8.5 15.75 8.5H14.62L14.83 8.67C15.15 8.94 15.19 9.41 14.93 9.73C14.78 9.91 14.56 10 14.35 10C14.18 10 14.01 9.94 13.87 9.83L12.07 8.33C11.9 8.18 11.8 7.97 11.8 7.75C11.8 7.53 11.9 7.32 12.07 7.17L13.87 5.67C14.19 5.41 14.66 5.45 14.93 5.77C15.2 6.09 15.15 6.56 14.83 6.83L14.62 7H15.75C16.71 7 17.5 7.79 17.5 8.75V14.55C18.26 14.85 18.8 15.59 18.8 16.45C18.8 17.58 17.88 18.5 16.75 18.5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"hierarchy \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.25 8.5C7.04493 8.5 8.5 7.04493 8.5 5.25C8.5 3.45507 7.04493 2 5.25 2C3.45507 2 2 3.45507 2 5.25C2 7.04493 3.45507 8.5 5.25 8.5Z\" fill=\"\"/>\n<path d=\"M5 22C6.65685 22 8 20.6569 8 19C8 17.3431 6.65685 16 5 16C3.34315 16 2 17.3431 2 19C2 20.6569 3.34315 22 5 22Z\" fill=\"\"/>\n<path d=\"M19 22C20.6569 22 22 20.6569 22 19C22 17.3431 20.6569 16 19 16C17.3431 16 16 17.3431 16 19C16 20.6569 17.3431 22 19 22Z\" fill=\"\"/>\n<path d=\"M19.17 15.98C18.2 13.2 15.58 11.33 12.63 11.33C12.62 11.33 12.61 11.33 12.6 11.33L9.07 11.34C7.55 11.36 6.19 10.33 5.78 8.85V7.01C5.78 6.59 5.44 6.25 5.01 6.25C4.58 6.25 4.25 6.59 4.25 7.01V18.23C4.25 18.65 4.59 18.99 5.01 18.99C5.43 18.99 5.78 18.65 5.78 18.23V11.61C6.66 12.39 7.81 12.87 9.06 12.87C9.07 12.87 9.07 12.87 9.08 12.87L12.61 12.86C12.62 12.86 12.62 12.86 12.63 12.86C14.92 12.86 16.97 14.31 17.72 16.48C17.84 16.8 18.13 17 18.45 17C18.53 17 18.62 16.99 18.7 16.96C19.1 16.82 19.31 16.38 19.17 15.98Z\" fill=\"\"/>\n</svg>\n</li><li title=\"home 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.83 8.01002L14.28 2.77002C13 1.75002 11 1.74002 9.72996 2.76002L3.17996 8.01002C2.23996 8.76002 1.66996 10.26 1.86996 11.44L3.12996 18.98C3.41996 20.67 4.98996 22 6.69996 22H17.3C18.99 22 20.59 20.64 20.88 18.97L22.14 11.43C22.32 10.26 21.75 8.76002 20.83 8.01002ZM12.75 18C12.75 18.41 12.41 18.75 12 18.75C11.59 18.75 11.25 18.41 11.25 18V15C11.25 14.59 11.59 14.25 12 14.25C12.41 14.25 12.75 14.59 12.75 15V18Z\" fill=\"\"/>\n</svg>\n</li><li title=\"home 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.0402 6.82165L14.2802 2.79165C12.7102 1.69165 10.3002 1.75165 8.79023 2.92165L3.78023 6.83165C2.78023 7.61165 1.99023 9.21165 1.99023 10.4716V17.3716C1.99023 19.9216 4.06023 22.0016 6.61023 22.0016H17.3902C19.9402 22.0016 22.0102 19.9316 22.0102 17.3816V10.6016C22.0102 9.25165 21.1402 7.59165 20.0402 6.82165ZM12.7502 18.0016C12.7502 18.4116 12.4102 18.7516 12.0002 18.7516C11.5902 18.7516 11.2502 18.4116 11.2502 18.0016V15.0016C11.2502 14.5916 11.5902 14.2516 12.0002 14.2516C12.4102 14.2516 12.7502 14.5916 12.7502 15.0016V18.0016Z\" fill=\"\"/>\n</svg>\n</li><li title=\"home hashtag \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.6992 16.8798H13.3992C14.5492 16.8798 15.4892 15.9398 15.4892 14.7898V14.0898H12.6992V16.8798Z\" fill=\"\"/>\n<path d=\"M8.50977 14.7898C8.50977 15.9398 9.44977 16.8798 10.5998 16.8798H11.2998V14.0898H8.50977V14.7898Z\" fill=\"\"/>\n<path d=\"M8.50977 12.0002V12.7002H11.2998V9.91016H10.5998C9.44977 9.91016 8.50977 10.8502 8.50977 12.0002Z\" fill=\"\"/>\n<path d=\"M20.03 6.82165L14.28 2.79165C12.71 1.69165 10.31 1.75165 8.8 2.92165L3.79 6.83165C2.78 7.61165 2 9.21165 2 10.4716V17.3716C2 19.9216 4.07 22.0016 6.61 22.0016H17.38C19.92 22.0016 21.99 19.9316 21.99 17.3816V10.6016C22 9.25165 21.13 7.59165 20.03 6.82165ZM16.88 14.7916C16.88 16.7116 15.31 18.2816 13.39 18.2816H10.6C8.68 18.2816 7.11 16.7216 7.11 14.7916V12.0016C7.11 10.0816 8.68 8.51165 10.6 8.51165H13.39C15.31 8.51165 16.88 10.0716 16.88 12.0016V14.7916Z\" fill=\"\"/>\n<path d=\"M13.3992 9.91016H12.6992V12.7002H15.4892V12.0002C15.4892 10.8502 14.5492 9.91016 13.3992 9.91016Z\" fill=\"\"/>\n</svg>\n</li><li title=\"home trend down \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.0402 6.82165L14.2802 2.79165C12.7102 1.69165 10.3002 1.75165 8.79023 2.92165L3.78023 6.83165C2.78023 7.61165 1.99023 9.21165 1.99023 10.4716V17.3716C1.99023 19.9216 4.06023 22.0016 6.61023 22.0016H17.3902C19.9402 22.0016 22.0102 19.9316 22.0102 17.3816V10.6016C22.0102 9.25165 21.1402 7.59165 20.0402 6.82165ZM16.8802 16.1916C16.8802 16.2816 16.8602 16.3716 16.8302 16.4616C16.7602 16.6316 16.6202 16.7716 16.4502 16.8416C16.3602 16.8816 16.2702 16.8916 16.1802 16.8916H14.3202C13.9302 16.8916 13.6202 16.5816 13.6202 16.1916C13.6202 15.8016 13.9302 15.4916 14.3202 15.4916H14.5002L12.3902 13.3816L11.3702 14.9016C11.2502 15.0716 11.0702 15.1916 10.8602 15.2116C10.6402 15.2316 10.4502 15.1616 10.3002 15.0116L7.32023 12.0316C7.05023 11.7616 7.05023 11.3216 7.32023 11.0416C7.59023 10.7616 8.03023 10.7716 8.31024 11.0416L10.6902 13.4216L11.7102 11.9016C11.8302 11.7316 12.0102 11.6116 12.2202 11.5916C12.4402 11.5716 12.6302 11.6416 12.7802 11.7916L15.5002 14.5116V14.3316C15.5002 13.9416 15.8102 13.6316 16.2002 13.6316C16.5902 13.6316 16.9002 13.9416 16.9002 14.3316V16.1916H16.8802Z\" fill=\"\"/>\n</svg>\n</li><li title=\"home trend up \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.0402 6.82165L14.2802 2.79165C12.7102 1.69165 10.3002 1.75165 8.79023 2.92165L3.78023 6.83165C2.78023 7.61165 1.99023 9.21165 1.99023 10.4716V17.3716C1.99023 19.9216 4.06023 22.0016 6.61023 22.0016H17.3902C19.9402 22.0016 22.0102 19.9316 22.0102 17.3816V10.6016C22.0102 9.25165 21.1402 7.59165 20.0402 6.82165ZM16.8802 13.4016C16.8802 13.7916 16.5702 14.1016 16.1802 14.1016C15.7902 14.1016 15.4802 13.7916 15.4802 13.4016V13.2216L12.7602 15.9416C12.6102 16.0916 12.4102 16.1616 12.2002 16.1416C12.0002 16.1216 11.8102 16.0016 11.7002 15.8316L10.6802 14.3116L8.30023 16.6916C8.16023 16.8316 7.99023 16.8916 7.81023 16.8916C7.63023 16.8916 7.45023 16.8216 7.32023 16.6916C7.05023 16.4216 7.05023 15.9816 7.32023 15.7016L10.3002 12.7216C10.4502 12.5716 10.6502 12.5016 10.8602 12.5216C11.0702 12.5416 11.2602 12.6516 11.3702 12.8316L12.3902 14.3516L14.5002 12.2416H14.3202C13.9302 12.2416 13.6202 11.9316 13.6202 11.5416C13.6202 11.1516 13.9302 10.8416 14.3202 10.8416H16.1802C16.2702 10.8416 16.3602 10.8616 16.4502 10.8916C16.6202 10.9616 16.7602 11.1016 16.8302 11.2716C16.8702 11.3616 16.8802 11.4516 16.8802 11.5416V13.4016Z\" fill=\"\"/>\n</svg>\n</li><li title=\"home wifi \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.8593 8.36985L13.9293 2.82985C12.8593 1.96985 11.1293 1.96985 10.0693 2.81985L3.13929 8.36985C2.35929 8.98985 1.85929 10.2998 2.02929 11.2798L3.35929 19.2398C3.59929 20.6598 4.95929 21.8098 6.39929 21.8098H17.5993C19.0293 21.8098 20.3993 20.6498 20.6393 19.2398L21.9693 11.2798C22.1293 10.2998 21.6293 8.98985 20.8593 8.36985ZM12.7093 17.1999C12.5093 17.3998 12.2593 17.4998 11.9993 17.4998C11.7393 17.4998 11.4893 17.3998 11.2893 17.2098C10.8993 16.8198 10.8993 16.1898 11.2893 15.7998C11.6793 15.4098 12.3193 15.4098 12.7093 15.7998C13.0993 16.1798 13.0993 16.8098 12.7093 17.1999ZM14.6593 14.8998C14.5093 15.0498 14.3193 15.1298 14.1193 15.1298C13.9293 15.1298 13.7493 15.0598 13.5993 14.9198C12.6293 13.9898 11.3693 13.9898 10.3893 14.9198C10.0893 15.2098 9.61929 15.1998 9.32929 14.8998C9.03929 14.5998 9.04929 14.1298 9.34929 13.8398C10.8993 12.3498 13.0693 12.3498 14.6293 13.8398C14.9393 14.1198 14.9493 14.5998 14.6593 14.8998ZM16.7793 12.7798C16.6293 12.9298 16.4393 13.0098 16.2393 13.0098C16.0493 13.0098 15.8593 12.9398 15.7193 12.7998C15.2493 12.3398 14.7193 11.9698 14.1593 11.6998C12.7593 11.0298 11.2293 11.0298 9.83929 11.6998C9.27929 11.9698 8.75929 12.3398 8.27929 12.7998C7.98929 13.0898 7.50929 13.0898 7.21929 12.7898C6.92929 12.4898 6.93929 12.0198 7.22929 11.7298C7.81929 11.1498 8.47929 10.6898 9.18929 10.3498C10.9993 9.47985 12.9993 9.47985 14.7993 10.3498C15.5093 10.6898 16.1693 11.1498 16.7593 11.7298C17.0593 12.0098 17.0693 12.4898 16.7793 12.7798Z\" fill=\"\"/>\n</svg>\n</li><li title=\"home \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.8593 8.36985L13.9293 2.82985C12.8593 1.96985 11.1293 1.96985 10.0693 2.81985L3.13929 8.36985C2.35929 8.98985 1.85929 10.2998 2.02929 11.2798L3.35929 19.2398C3.59929 20.6598 4.95929 21.8098 6.39929 21.8098H17.5993C19.0293 21.8098 20.3993 20.6498 20.6393 19.2398L21.9693 11.2798C22.1293 10.2998 21.6293 8.98985 20.8593 8.36985ZM11.9993 15.4998C10.6193 15.4998 9.49929 14.3798 9.49929 12.9998C9.49929 11.6198 10.6193 10.4998 11.9993 10.4998C13.3793 10.4998 14.4993 11.6198 14.4993 12.9998C14.4993 14.3798 13.3793 15.4998 11.9993 15.4998Z\" fill=\"\"/>\n</svg>\n</li><li title=\"hospital \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 21.25H2C1.59 21.25 1.25 21.59 1.25 22C1.25 22.41 1.59 22.75 2 22.75H22C22.41 22.75 22.75 22.41 22.75 22C22.75 21.59 22.41 21.25 22 21.25Z\" fill=\"\"/>\n<path d=\"M17 2H7C4 2 3 3.79 3 6V22H9V15.94C9 15.42 9.42 15 9.94 15H14.07C14.58 15 15.01 15.42 15.01 15.94V22H21.01V6C21 3.79 20 2 17 2ZM14.5 9.25H12.75V11C12.75 11.41 12.41 11.75 12 11.75C11.59 11.75 11.25 11.41 11.25 11V9.25H9.5C9.09 9.25 8.75 8.91 8.75 8.5C8.75 8.09 9.09 7.75 9.5 7.75H11.25V6C11.25 5.59 11.59 5.25 12 5.25C12.41 5.25 12.75 5.59 12.75 6V7.75H14.5C14.91 7.75 15.25 8.09 15.25 8.5C15.25 8.91 14.91 9.25 14.5 9.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"house 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10 15.5C9.59 15.5 9.25 15.84 9.25 16.25V17.75C9.25 18.16 9.59 18.5 10 18.5C10.41 18.5 10.75 18.16 10.75 17.75V16.25C10.75 15.84 10.41 15.5 10 15.5Z\" fill=\"\"/>\n<path d=\"M22 21.2488H21V9.97875C21 9.35875 20.72 8.77875 20.23 8.39875L13.23 2.95875C12.51 2.38875 11.49 2.38875 10.77 2.95875L3.77 8.39875C3.28 8.77875 3 9.35875 3 9.96875L2.95 21.2488H2C1.59 21.2488 1.25 21.5788 1.25 21.9988C1.25 22.4088 1.59 22.7488 2 22.7488H22C22.41 22.7488 22.75 22.4088 22.75 21.9988C22.75 21.5788 22.41 21.2488 22 21.2488ZM10.5 6.74875H13.5C13.91 6.74875 14.25 7.08875 14.25 7.49875C14.25 7.90875 13.91 8.24875 13.5 8.24875H10.5C10.09 8.24875 9.75 7.90875 9.75 7.49875C9.75 7.08875 10.09 6.74875 10.5 6.74875ZM17 21.2488H7V12.4987C7 11.6687 7.67 10.9987 8.5 10.9987H15.5C16.33 10.9987 17 11.6687 17 12.4987V21.2488Z\" fill=\"\"/>\n</svg>\n</li><li title=\"house \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 21.2488H21V9.97875C21 9.35875 20.72 8.77875 20.23 8.39875L19 7.43875L18.98 4.98875C18.98 4.43875 18.53 3.99875 17.98 3.99875H14.57L13.23 2.95875C12.51 2.38875 11.49 2.38875 10.77 2.95875L3.77 8.39875C3.28 8.77875 3 9.35875 3 9.96875L2.95 21.2488H2C1.59 21.2488 1.25 21.5888 1.25 21.9988C1.25 22.4088 1.59 22.7488 2 22.7488H22C22.41 22.7488 22.75 22.4088 22.75 21.9988C22.75 21.5888 22.41 21.2488 22 21.2488ZM6.5 12.7487V11.2487C6.5 10.6987 6.95 10.2487 7.5 10.2487H9.5C10.05 10.2487 10.5 10.6987 10.5 11.2487V12.7487C10.5 13.2987 10.05 13.7487 9.5 13.7487H7.5C6.95 13.7487 6.5 13.2987 6.5 12.7487ZM14.5 21.2488H9.5V18.4987C9.5 17.6687 10.17 16.9987 11 16.9987H13C13.83 16.9987 14.5 17.6687 14.5 18.4987V21.2488ZM17.5 12.7487C17.5 13.2987 17.05 13.7487 16.5 13.7487H14.5C13.95 13.7487 13.5 13.2987 13.5 12.7487V11.2487C13.5 10.6987 13.95 10.2487 14.5 10.2487H16.5C17.05 10.2487 17.5 10.6987 17.5 11.2487V12.7487Z\" fill=\"\"/>\n</svg>\n</li><li title=\"image \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22.0187 16.8203L18.8887 9.50027C18.3187 8.16027 17.4687 7.40027 16.4987 7.35027C15.5387 7.30027 14.6087 7.97027 13.8987 9.25027L11.9987 12.6603C11.5987 13.3803 11.0287 13.8103 10.4087 13.8603C9.77867 13.9203 9.14867 13.5903 8.63867 12.9403L8.41867 12.6603C7.70867 11.7703 6.82867 11.3403 5.92867 11.4303C5.02867 11.5203 4.25867 12.1403 3.74867 13.1503L2.01867 16.6003C1.39867 17.8503 1.45867 19.3003 2.18867 20.4803C2.91867 21.6603 4.18867 22.3703 5.57867 22.3703H18.3387C19.6787 22.3703 20.9287 21.7003 21.6687 20.5803C22.4287 19.4603 22.5487 18.0503 22.0187 16.8203Z\" fill=\"\"/>\n<path d=\"M6.96984 8.38109C8.83657 8.38109 10.3498 6.86782 10.3498 5.00109C10.3498 3.13437 8.83657 1.62109 6.96984 1.62109C5.10312 1.62109 3.58984 3.13437 3.58984 5.00109C3.58984 6.86782 5.10312 8.38109 6.96984 8.38109Z\" fill=\"\"/>\n</svg>\n</li><li title=\"import 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM17.53 7.53L9.81 15.25H12.83C13.24 15.25 13.58 15.59 13.58 16C13.58 16.41 13.24 16.75 12.83 16.75H8C7.59 16.75 7.25 16.41 7.25 16V11.17C7.25 10.76 7.59 10.42 8 10.42C8.41 10.42 8.75 10.76 8.75 11.17V14.19L16.47 6.47C16.62 6.32 16.81 6.25 17 6.25C17.19 6.25 17.38 6.32 17.53 6.47C17.82 6.76 17.82 7.24 17.53 7.53Z\" fill=\"\"/>\n</svg>\n</li><li title=\"import 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.8 9H12.75V13.44L14.82 11.37C14.97 11.22 15.16 11.15 15.35 11.15C15.54 11.15 15.73 11.22 15.88 11.37C16.17 11.66 16.17 12.14 15.88 12.43L12.53 15.78C12.24 16.07 11.76 16.07 11.47 15.78L8.12 12.43C7.83 12.14 7.83 11.66 8.12 11.37C8.41 11.08 8.89 11.08 9.18 11.37L11.25 13.44V9H7.2C4 9 2 11 2 14.2V16.79C2 20 4 22 7.2 22H16.79C19.99 22 21.99 20 21.99 16.8V14.2C22 11 20 9 16.8 9Z\" fill=\"\"/>\n<path d=\"M12.75 2.75C12.75 2.34 12.41 2 12 2C11.59 2 11.25 2.34 11.25 2.75V9H12.75V2.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"import 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.14 9.89844H12.68V13.5684L14.25 11.9984C14.54 11.7084 15.02 11.7084 15.31 11.9984C15.6 12.2884 15.6 12.7684 15.31 13.0584L12.46 15.8984C12.17 16.1884 11.69 16.1884 11.4 15.8984L8.55 13.0584C8.4 12.9084 8.33 12.7184 8.33 12.5284C8.33 12.3384 8.41 12.1484 8.56 11.9984C8.85 11.7084 9.33 11.7084 9.62 11.9984L11.18 13.5584V9.89844H2.86C2.38 9.89844 2 10.2784 2 10.7584C2 16.6484 6.11 20.7584 12 20.7584C17.89 20.7584 22 16.6484 22 10.7584C22 10.2784 21.62 9.89844 21.14 9.89844Z\" fill=\"\"/>\n<path d=\"M12.6797 3.98828C12.6797 3.57828 12.3397 3.23828 11.9297 3.23828C11.5197 3.23828 11.1797 3.57828 11.1797 3.98828V9.88828H12.6797V3.98828Z\" fill=\"\"/>\n</svg>\n</li><li title=\"import \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM17.53 7.53L9.81 15.25H12.83C13.24 15.25 13.58 15.59 13.58 16C13.58 16.41 13.24 16.75 12.83 16.75H8C7.59 16.75 7.25 16.41 7.25 16V11.17C7.25 10.76 7.59 10.42 8 10.42C8.41 10.42 8.75 10.76 8.75 11.17V14.19L16.47 6.47C16.62 6.32 16.81 6.25 17 6.25C17.19 6.25 17.38 6.32 17.53 6.47C17.82 6.76 17.82 7.24 17.53 7.53Z\" fill=\"\"/>\n</svg>\n</li><li title=\"info circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 2C6.49 2 2 6.49 2 12C2 17.51 6.49 22 12 22C17.51 22 22 17.51 22 12C22 6.49 17.51 2 12 2ZM11.25 8C11.25 7.59 11.59 7.25 12 7.25C12.41 7.25 12.75 7.59 12.75 8V13C12.75 13.41 12.41 13.75 12 13.75C11.59 13.75 11.25 13.41 11.25 13V8ZM12.92 16.38C12.87 16.51 12.8 16.61 12.71 16.71C12.61 16.8 12.5 16.87 12.38 16.92C12.26 16.97 12.13 17 12 17C11.87 17 11.74 16.97 11.62 16.92C11.5 16.87 11.39 16.8 11.29 16.71C11.2 16.61 11.13 16.51 11.08 16.38C11.03 16.26 11 16.13 11 16C11 15.87 11.03 15.74 11.08 15.62C11.13 15.5 11.2 15.39 11.29 15.29C11.39 15.2 11.5 15.13 11.62 15.08C11.86 14.98 12.14 14.98 12.38 15.08C12.5 15.13 12.61 15.2 12.71 15.29C12.8 15.39 12.87 15.5 12.92 15.62C12.97 15.74 13 15.87 13 16C13 16.13 12.97 16.26 12.92 16.38Z\" fill=\"\"/>\n</svg>\n</li><li title=\"information \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.5609 10.7381L20.2109 9.15812C19.9609 8.85812 19.7509 8.29813 19.7509 7.89813V6.19812C19.7509 5.13812 18.8809 4.26812 17.8209 4.26812H16.1209C15.7209 4.26812 15.1509 4.05813 14.8509 3.80812L13.2709 2.45812C12.5809 1.86813 11.4509 1.86813 10.7609 2.45812L9.16086 3.80812C8.86086 4.05813 8.30086 4.26812 7.90086 4.26812H6.17086C5.11086 4.26812 4.24086 5.13812 4.24086 6.19812V7.89813C4.24086 8.28813 4.04086 8.84812 3.79086 9.14812L2.44086 10.7381C1.86086 11.4381 1.86086 12.5581 2.44086 13.2381L3.79086 14.8281C4.04086 15.1181 4.24086 15.6881 4.24086 16.0781V17.7881C4.24086 18.8481 5.11086 19.7181 6.17086 19.7181H7.91086C8.30086 19.7181 8.87086 19.9281 9.17086 20.1781L10.7509 21.5281C11.4409 22.1181 12.5709 22.1181 13.2609 21.5281L14.8409 20.1781C15.1409 19.9281 15.7009 19.7181 16.1009 19.7181H17.8009C18.8609 19.7181 19.7309 18.8481 19.7309 17.7881V16.0881C19.7309 15.6881 19.9409 15.1281 20.1909 14.8281L21.5409 13.2481C22.1509 12.5681 22.1509 11.4381 21.5609 10.7381ZM11.2509 8.12813C11.2509 7.71813 11.5909 7.37813 12.0009 7.37813C12.4109 7.37813 12.7509 7.71813 12.7509 8.12813V12.9581C12.7509 13.3681 12.4109 13.7081 12.0009 13.7081C11.5909 13.7081 11.2509 13.3681 11.2509 12.9581V8.12813ZM12.0009 16.8681C11.4509 16.8681 11.0009 16.4181 11.0009 15.8681C11.0009 15.3181 11.4409 14.8681 12.0009 14.8681C12.5509 14.8681 13.0009 15.3181 13.0009 15.8681C13.0009 16.4181 12.5609 16.8681 12.0009 16.8681Z\" fill=\"\"/>\n</svg>\n</li><li title=\"instagram \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM12 15.88C9.86 15.88 8.12 14.14 8.12 12C8.12 9.86 9.86 8.12 12 8.12C14.14 8.12 15.88 9.86 15.88 12C15.88 14.14 14.14 15.88 12 15.88ZM17.92 6.88C17.87 7 17.8 7.11 17.71 7.21C17.61 7.3 17.5 7.37 17.38 7.42C17.26 7.47 17.13 7.5 17 7.5C16.73 7.5 16.48 7.4 16.29 7.21C16.2 7.11 16.13 7 16.08 6.88C16.03 6.76 16 6.63 16 6.5C16 6.37 16.03 6.24 16.08 6.12C16.13 5.99 16.2 5.89 16.29 5.79C16.52 5.56 16.87 5.45 17.19 5.52C17.26 5.53 17.32 5.55 17.38 5.58C17.44 5.6 17.5 5.63 17.56 5.67C17.61 5.7 17.66 5.75 17.71 5.79C17.8 5.89 17.87 5.99 17.92 6.12C17.97 6.24 18 6.37 18 6.5C18 6.63 17.97 6.76 17.92 6.88Z\" fill=\"\"/>\n</svg>\n</li><li title=\"judge \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.5393 19.0413C20.3893 19.1913 20.1993 19.2613 20.0093 19.2613C19.8193 19.2613 19.6293 19.1913 19.4793 19.0413L14.5293 14.0913L15.0593 13.5613L15.5893 13.0312L20.5393 17.9812C20.8293 18.2712 20.8293 18.7513 20.5393 19.0413Z\" fill=\"\"/>\n<path d=\"M6.46937 9.27814L12.2694 15.0781C12.6594 15.4681 12.6594 16.0981 12.2694 16.4881L11.3694 17.3981C10.5594 18.1981 9.27938 18.1981 8.47937 17.3981L4.13938 13.0581C3.34938 12.2681 3.34938 10.9781 4.13938 10.1781L5.04938 9.26814C5.43938 8.88814 6.07937 8.88814 6.46937 9.27814Z\" fill=\"\"/>\n<path d=\"M18.5898 10.1897L14.7798 13.9897C14.3798 14.3897 13.7398 14.3897 13.3398 13.9897L7.55977 8.20969C7.15977 7.80969 7.15977 7.16969 7.55977 6.76969L11.3698 2.95969C12.1598 2.16969 13.4498 2.16969 14.2498 2.95969L18.5898 7.29969C19.3798 8.09969 19.3798 9.37969 18.5898 10.1897Z\" fill=\"\"/>\n<path d=\"M8 21.75H2C1.59 21.75 1.25 21.41 1.25 21C1.25 20.59 1.59 20.25 2 20.25H8C8.41 20.25 8.75 20.59 8.75 21C8.75 21.41 8.41 21.75 8 21.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"kanban \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.5 19.9V4.1C10.5 2.6 9.86 2 8.27 2H4.23C2.64 2 2 2.6 2 4.1V19.9C2 21.4 2.64 22 4.23 22H8.27C9.86 22 10.5 21.4 10.5 19.9Z\" fill=\"\"/>\n<path d=\"M22 12.9V4.1C22 2.6 21.36 2 19.77 2H15.73C14.14 2 13.5 2.6 13.5 4.1V12.9C13.5 14.4 14.14 15 15.73 15H19.77C21.36 15 22 14.4 22 12.9Z\" fill=\"\"/>\n</svg>\n</li><li title=\"key square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.25 12C13.9404 12 14.5 11.4404 14.5 10.75C14.5 10.0596 13.9404 9.5 13.25 9.5C12.5596 9.5 12 10.0596 12 10.75C12 11.4404 12.5596 12 13.25 12Z\" fill=\"\"/>\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM15.89 13.47C14.86 14.49 13.39 14.81 12.09 14.4L11.03 15.45C10.94 15.54 10.78 15.54 10.68 15.45L9.71 14.48C9.57 14.34 9.33 14.34 9.18 14.48C9.03 14.62 9.04 14.86 9.18 15.01L10.15 15.98C10.25 16.08 10.25 16.24 10.15 16.33L9.74 16.74C9.57 16.92 9.24 17.03 9 17L7.91 16.85C7.55 16.8 7.22 16.46 7.16 16.1L7.01 15.01C6.97 14.77 7.09 14.44 7.25 14.27L9.6 11.92C9.2 10.62 9.51 9.15 10.54 8.12C12.01 6.65 14.41 6.65 15.89 8.12C17.37 9.59 17.37 11.99 15.89 13.47Z\" fill=\"\"/>\n</svg>\n</li><li title=\"key \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.7887 4.22031C16.8287 1.27031 12.0287 1.27031 9.08868 4.22031C7.01868 6.27031 6.39868 9.22031 7.19868 11.8203L2.49868 16.5203C2.16868 16.8603 1.93868 17.5303 2.00868 18.0103L2.30868 20.1903C2.41868 20.9103 3.08868 21.5903 3.80868 21.6903L5.98868 21.9903C6.46868 22.0603 7.13868 21.8403 7.47868 21.4903L8.29868 20.6703C8.49868 20.4803 8.49868 20.1603 8.29868 19.9603L6.35868 18.0203C6.06868 17.7303 6.06868 17.2503 6.35868 16.9603C6.64868 16.6703 7.12868 16.6703 7.41868 16.9603L9.36868 18.9103C9.55868 19.1003 9.87868 19.1003 10.0687 18.9103L12.1887 16.8003C14.7787 17.6103 17.7287 16.9803 19.7887 14.9303C22.7387 11.9803 22.7387 7.17031 19.7887 4.22031ZM14.4987 12.0003C13.1187 12.0003 11.9987 10.8803 11.9987 9.50031C11.9987 8.12031 13.1187 7.00031 14.4987 7.00031C15.8787 7.00031 16.9987 8.12031 16.9987 9.50031C16.9987 10.8803 15.8787 12.0003 14.4987 12.0003Z\" fill=\"\"/>\n</svg>\n</li><li title=\"keyboard open \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 22.75H7C6.59 22.75 6.25 22.41 6.25 22C6.25 21.59 6.59 21.25 7 21.25H17C17.41 21.25 17.75 21.59 17.75 22C17.75 22.41 17.41 22.75 17 22.75Z\" fill=\"\"/>\n<path d=\"M18 2H6C3.79 2 2 3.79 2 6V15C2 17.21 3.79 19 6 19H18C20.21 19 22 17.21 22 15V6C22 3.79 20.21 2 18 2ZM9.99 7.32C10.55 7.32 11 7.77 11 8.32C11 8.87 10.55 9.32 10 9.32C9.45 9.32 9 8.87 9 8.32C9 7.77 9.44 7.32 9.99 7.32ZM6.84 7.32C7.4 7.32 7.85 7.77 7.85 8.32C7.85 8.87 7.4 9.32 6.85 9.32C6.3 9.32 5.85 8.87 5.85 8.32C5.85 7.77 6.28 7.32 6.84 7.32ZM17.26 14.86H6.76C6.34 14.86 6 14.52 6 14.11C6 13.7 6.33 13.36 6.74 13.36H17.27C17.68 13.36 18.02 13.7 18.02 14.11C18.02 14.52 17.68 14.86 17.26 14.86ZM17.26 9.07H13.58C13.17 9.07 12.83 8.73 12.83 8.32C12.83 7.91 13.17 7.57 13.58 7.57H17.26C17.67 7.57 18.01 7.91 18.01 8.32C18.01 8.73 17.68 9.07 17.26 9.07Z\" fill=\"\"/>\n</svg>\n</li><li title=\"keyboard \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.27 3.35C17.8 3.28 17.26 3.25 16.5 3.25H7.5C6.75 3.25 6.2 3.28 5.76 3.34C2.41 3.71 1.75 5.7 1.75 9V15C1.75 18.3 2.41 20.29 5.73 20.65C6.2 20.72 6.74 20.75 7.5 20.75H16.5C17.25 20.75 17.8 20.72 18.24 20.66C21.59 20.29 22.25 18.31 22.25 15V9C22.25 5.7 21.59 3.71 18.27 3.35ZM10.09 9C10.65 9 11.1 9.45 11.1 10C11.1 10.55 10.65 11 10.1 11C9.55 11 9.1 10.55 9.1 10C9.1 9.45 9.54 9 10.09 9ZM7.09 9C7.66 9 8.1 9.45 8.1 10C8.1 10.55 7.65 11 7.1 11C6.55 11 6.1 10.55 6.1 10C6.1 9.45 6.54 9 7.09 9ZM17 16.25H7.02C6.61 16.25 6.26 15.91 6.26 15.5C6.26 15.09 6.59 14.75 7 14.75H17C17.41 14.75 17.75 15.09 17.75 15.5C17.75 15.91 17.41 16.25 17 16.25ZM17 10.75H13.5C13.09 10.75 12.75 10.41 12.75 10C12.75 9.59 13.09 9.25 13.5 9.25H17C17.41 9.25 17.75 9.59 17.75 10C17.75 10.41 17.41 10.75 17 10.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"lamp 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.5007 5.48125C12.5807 5.48125 12.6607 5.48125 12.7507 5.49125V2.53125C12.7507 2.12125 12.4107 1.78125 12.0007 1.78125C11.5907 1.78125 11.2507 2.12125 11.2507 2.53125V5.49125C11.3307 5.48125 11.4107 5.48125 11.5007 5.48125C6.8907 5.71125 3.2207 9.51125 3.2207 14.1813V16.1213C3.2207 17.2213 4.1207 18.1213 5.2207 18.1213H18.7807C19.8807 18.1213 20.7807 17.2213 20.7807 16.1213V14.1813C20.7807 9.51125 17.1107 5.71125 12.5007 5.48125Z\" fill=\"\"/>\n<path d=\"M14.7292 19.1094C15.0592 19.1094 15.2992 19.4194 15.2192 19.7394C14.8392 21.1694 13.5392 22.2194 11.9992 22.2194C10.4592 22.2194 9.15915 21.1694 8.77915 19.7394C8.69915 19.4194 8.93916 19.1094 9.26916 19.1094H14.7292Z\" fill=\"\"/>\n</svg>\n</li><li title=\"lamp charge \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.2592 21.9984C15.1992 21.9984 15.1292 21.9884 15.0692 21.9684C13.0592 21.3984 10.9492 21.3984 8.93918 21.9684C8.56918 22.0684 8.17918 21.8584 8.07918 21.4884C7.96918 21.1184 8.18918 20.7284 8.55918 20.6284C10.8192 19.9884 13.1992 19.9884 15.4592 20.6284C15.8292 20.7384 16.0492 21.1184 15.9392 21.4884C15.8392 21.7984 15.5592 21.9984 15.2592 21.9984Z\" fill=\"\"/>\n<path d=\"M19.2107 6.36148C18.1707 4.26148 16.1607 2.71148 13.8307 2.20148C11.3907 1.66148 8.8907 2.24148 6.9807 3.78148C5.0607 5.31148 3.9707 7.60148 3.9707 10.0515C3.9707 12.6415 5.5207 15.3515 7.8607 16.9215V17.7515C7.8507 18.0315 7.8407 18.4615 8.1807 18.8115C8.5307 19.1715 9.0507 19.2115 9.4607 19.2115H14.5907C15.1307 19.2115 15.5407 19.0615 15.8207 18.7815C16.2007 18.3915 16.1907 17.8915 16.1807 17.6215V16.9215C19.2807 14.8315 21.2307 10.4215 19.2107 6.36148ZM13.7207 11.6215L12.6507 13.4815C12.5107 13.7215 12.2607 13.8615 12.0007 13.8615C11.8707 13.8615 11.7407 13.8315 11.6307 13.7615C11.2707 13.5515 11.1507 13.0915 11.3507 12.7415L12.2007 11.2615H11.3607C10.8607 11.2615 10.4507 11.0415 10.2307 10.6715C10.0107 10.2915 10.0307 9.83148 10.2807 9.39148L11.3507 7.53148C11.5607 7.17148 12.0207 7.05148 12.3707 7.25148C12.7307 7.46148 12.8507 7.92148 12.6507 8.27148L11.8007 9.75148H12.6407C13.1407 9.75148 13.5507 9.97148 13.7707 10.3415C13.9907 10.7215 13.9707 11.1915 13.7207 11.6215Z\" fill=\"\"/>\n</svg>\n</li><li title=\"lamp on \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.2107 6.36148C18.1707 4.26148 16.1607 2.71148 13.8307 2.20148C11.3907 1.66148 8.8907 2.24148 6.9807 3.78148C5.0607 5.31148 3.9707 7.60148 3.9707 10.0515C3.9707 12.6415 5.5207 15.3515 7.8607 16.9215V17.7515C7.8507 18.0315 7.8407 18.4615 8.1807 18.8115C8.5307 19.1715 9.0507 19.2115 9.4607 19.2115H14.5907C15.1307 19.2115 15.5407 19.0615 15.8207 18.7815C16.2007 18.3915 16.1907 17.8915 16.1807 17.6215V16.9215C19.2807 14.8315 21.2307 10.4215 19.2107 6.36148Z\" fill=\"\"/>\n<path d=\"M15.2592 21.9984C15.1992 21.9984 15.1292 21.9884 15.0692 21.9684C13.0592 21.3984 10.9492 21.3984 8.93918 21.9684C8.56918 22.0684 8.17918 21.8584 8.07918 21.4884C7.96918 21.1184 8.18918 20.7284 8.55918 20.6284C10.8192 19.9884 13.1992 19.9884 15.4592 20.6284C15.8292 20.7384 16.0492 21.1184 15.9392 21.4884C15.8392 21.7984 15.5592 21.9984 15.2592 21.9984Z\" fill=\"\"/>\n</svg>\n</li><li title=\"lamp slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.7007 4.34909L6.4007 13.6491C5.9307 14.1191 5.1107 14.0191 4.8107 13.4191C4.2707 12.3491 3.9707 11.1791 3.9707 10.0491C3.9707 7.59909 5.0607 5.30909 6.9707 3.76909C8.8807 2.22909 11.3807 1.65909 13.8307 2.19909C14.3707 2.31909 14.9007 2.48909 15.4007 2.71909C16.0407 3.00909 16.2007 3.84909 15.7007 4.34909Z\" fill=\"\"/>\n<path d=\"M15.4494 20.6284C13.1894 19.9884 10.8094 19.9884 8.54941 20.6284C8.17941 20.7384 7.95941 21.1184 8.06941 21.4884C8.17941 21.8584 8.55941 22.0684 8.92941 21.9684C10.9394 21.3984 13.0494 21.3984 15.0594 21.9684C15.1194 21.9884 15.1894 21.9984 15.2494 21.9984C15.5494 21.9984 15.8294 21.7984 15.9194 21.4884C16.0294 21.1184 15.8194 20.7384 15.4494 20.6284Z\" fill=\"\"/>\n<path d=\"M20.5591 1.95188C20.2691 1.66188 19.7891 1.66188 19.4991 1.95188L3.64914 17.8019C3.35914 18.0919 3.35914 18.5719 3.64914 18.8619C3.79914 19.0119 3.98914 19.0819 4.17914 19.0819C4.36914 19.0819 4.55914 19.0119 4.70914 18.8619L7.16914 16.4019C7.38914 16.5819 7.61914 16.7619 7.85914 16.9219V17.7519C7.84914 18.0319 7.83914 18.4619 8.16914 18.8119C8.51914 19.1619 9.03914 19.2119 9.44914 19.2119H14.5791C15.1191 19.2119 15.5291 19.0619 15.8091 18.7819C16.1991 18.3819 16.1791 17.8819 16.1691 17.6219V16.9219C19.2791 14.8319 21.2291 10.4219 19.2091 6.36188C18.9891 5.93188 18.7191 5.52187 18.4191 5.14187L20.5491 3.01187C20.8491 2.72187 20.8491 2.24187 20.5591 1.95188Z\" fill=\"\"/>\n</svg>\n</li><li title=\"lamp \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.4306 11.78L18.2306 3.7C17.9806 2.77 16.9706 2 16.0106 2H7.9906C7.0306 2 6.0206 2.77 5.7706 3.7L3.5706 11.78C3.1306 13.38 4.1306 14.69 5.7906 14.69H11.2506V20.5H8.0006C7.5906 20.5 7.2506 20.84 7.2506 21.25C7.2506 21.66 7.5906 22 8.0006 22H16.0006C16.4106 22 16.7506 21.66 16.7506 21.25C16.7506 20.84 16.4106 20.5 16.0006 20.5H12.7506V14.69H18.2106C19.8706 14.69 20.8706 13.38 20.4306 11.78Z\" fill=\"\"/>\n</svg>\n</li><li title=\"language circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM17 17.47C15.29 17.47 13.69 16.73 12.41 15.36C10.96 16.67 9.07 17.47 7 17.47C6.59 17.47 6.25 17.13 6.25 16.72C6.25 16.31 6.59 15.97 7 15.97C10.47 15.97 13.34 13.22 13.71 9.7H12H7.01C6.6 9.7 6.26 9.36 6.26 8.95C6.26 8.54 6.6 8.21 7.01 8.21H11.25V7.28C11.25 6.87 11.59 6.53 12 6.53C12.41 6.53 12.75 6.87 12.75 7.28V8.21H14.44C14.46 8.21 14.48 8.2 14.5 8.2C14.52 8.2 14.54 8.21 14.56 8.21H16.99C17.4 8.21 17.74 8.55 17.74 8.96C17.74 9.37 17.4 9.71 16.99 9.71H15.21C15.06 11.42 14.42 12.99 13.44 14.27C14.44 15.38 15.69 15.98 17 15.98C17.41 15.98 17.75 16.32 17.75 16.73C17.75 17.14 17.41 17.47 17 17.47Z\" fill=\"\"/>\n</svg>\n</li><li title=\"language square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM17 17.47C15.29 17.47 13.69 16.73 12.41 15.36C10.96 16.67 9.07 17.47 7 17.47C6.59 17.47 6.25 17.13 6.25 16.72C6.25 16.31 6.59 15.97 7 15.97C10.47 15.97 13.34 13.22 13.71 9.7H12H7.01C6.6 9.7 6.26 9.36 6.26 8.95C6.26 8.54 6.6 8.21 7.01 8.21H11.25V7.28C11.25 6.87 11.59 6.53 12 6.53C12.41 6.53 12.75 6.87 12.75 7.28V8.21H14.44C14.46 8.21 14.48 8.2 14.5 8.2C14.52 8.2 14.54 8.21 14.56 8.21H16.99C17.4 8.21 17.74 8.55 17.74 8.96C17.74 9.37 17.4 9.71 16.99 9.71H15.21C15.06 11.42 14.42 12.99 13.44 14.27C14.44 15.38 15.69 15.98 17 15.98C17.41 15.98 17.75 16.32 17.75 16.73C17.75 17.14 17.41 17.47 17 17.47Z\" fill=\"\"/>\n</svg>\n</li><li title=\"layer \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.3697 4.89109L13.5097 2.28109C12.6497 1.90109 11.3497 1.90109 10.4897 2.28109L4.62969 4.89109C3.14969 5.55109 2.92969 6.45109 2.92969 6.93109C2.92969 7.41109 3.14969 8.31109 4.62969 8.97109L10.4897 11.5811C10.9197 11.7711 11.4597 11.8711 11.9997 11.8711C12.5397 11.8711 13.0797 11.7711 13.5097 11.5811L19.3697 8.97109C20.8497 8.31109 21.0697 7.41109 21.0697 6.93109C21.0697 6.45109 20.8597 5.55109 19.3697 4.89109Z\" fill=\"\"/>\n<path d=\"M12.0003 17.04C11.6203 17.04 11.2403 16.96 10.8903 16.81L4.15031 13.81C3.12031 13.35 2.32031 12.12 2.32031 10.99C2.32031 10.58 2.65031 10.25 3.06031 10.25C3.47031 10.25 3.80031 10.58 3.80031 10.99C3.80031 11.53 4.25031 12.23 4.75031 12.45L11.4903 15.45C11.8103 15.59 12.1803 15.59 12.5003 15.45L19.2403 12.45C19.7403 12.23 20.1903 11.54 20.1903 10.99C20.1903 10.58 20.5203 10.25 20.9303 10.25C21.3403 10.25 21.6703 10.58 21.6703 10.99C21.6703 12.11 20.8703 13.35 19.8403 13.81L13.1003 16.81C12.7603 16.96 12.3803 17.04 12.0003 17.04Z\" fill=\"\"/>\n<path d=\"M12.0003 22.0009C11.6203 22.0009 11.2403 21.9209 10.8903 21.7709L4.15031 18.7709C3.04031 18.2809 2.32031 17.1709 2.32031 15.9509C2.32031 15.5409 2.65031 15.2109 3.06031 15.2109C3.47031 15.2109 3.80031 15.5409 3.80031 15.9509C3.80031 16.5809 4.17031 17.1509 4.75031 17.4109L11.4903 20.4109C11.8103 20.5509 12.1803 20.5509 12.5003 20.4109L19.2403 17.4109C19.8103 17.1609 20.1903 16.5809 20.1903 15.9509C20.1903 15.5409 20.5203 15.2109 20.9303 15.2109C21.3403 15.2109 21.6703 15.5409 21.6703 15.9509C21.6703 17.1709 20.9503 18.2709 19.8403 18.7709L13.1003 21.7709C12.7603 21.9209 12.3803 22.0009 12.0003 22.0009Z\" fill=\"\"/>\n</svg>\n</li><li title=\"level \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM7 12.75H5C4.59 12.75 4.25 12.41 4.25 12C4.25 11.59 4.59 11.25 5 11.25H7C7.41 11.25 7.75 11.59 7.75 12C7.75 12.41 7.41 12.75 7 12.75ZM12 14.25C10.76 14.25 9.75 13.24 9.75 12C9.75 10.76 10.76 9.75 12 9.75C13.24 9.75 14.25 10.76 14.25 12C14.25 13.24 13.24 14.25 12 14.25ZM19 12.75H17C16.59 12.75 16.25 12.41 16.25 12C16.25 11.59 16.59 11.25 17 11.25H19C19.41 11.25 19.75 11.59 19.75 12C19.75 12.41 19.41 12.75 19 12.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"lifebuoy \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.5007 12.0005C7.5007 11.3374 7.64861 10.7076 7.91148 10.1377C8.11499 9.69642 8.07996 9.15973 7.73636 8.81613L5.15929 6.23906C4.74923 5.829 4.07311 5.85053 3.74213 6.32671C2.62168 7.93866 1.9707 9.89445 1.9707 12.0005C1.9707 14.1048 2.62067 16.0592 3.73347 17.6705C4.06348 18.1483 4.74064 18.1714 5.15178 17.7613L7.73484 15.1848C8.07922 14.8413 8.11463 14.304 7.91102 13.8623C7.64844 13.2926 7.5007 12.6632 7.5007 12.0005Z\" fill=\"\"/>\n<path d=\"M12.0009 7.5C12.6641 7.5 13.2938 7.64791 13.8637 7.91078C14.305 8.11428 14.8417 8.07926 15.1853 7.73566L17.7345 5.18643C18.1438 4.77717 18.1233 4.10256 17.6486 3.77141C16.0425 2.65097 14.0854 2 11.9709 2C9.86674 2 7.91966 2.64985 6.31072 3.76248C5.8331 4.09277 5.80998 4.76993 6.22007 5.18107L8.78114 7.74868C9.12705 8.09546 9.66901 8.12873 10.1126 7.92105C10.6864 7.6524 11.3246 7.5 12.0009 7.5Z\" fill=\"\"/>\n<path d=\"M19.8905 5.90437C19.7128 5.67475 19.3754 5.6628 19.1699 5.86784L15.9511 9.07838C15.7777 9.25133 15.7578 9.52303 15.8817 9.73427C16.2721 10.3997 16.5004 11.1705 16.5004 11.9983C16.5004 12.8263 16.2719 13.5972 15.8814 14.2628C15.7576 14.4738 15.7773 14.7452 15.9503 14.9182L19.1699 18.1377C19.3753 18.3432 19.7131 18.3315 19.8908 18.1016C21.1961 16.4133 21.9704 14.2951 21.9704 11.9983C21.9704 9.70125 21.196 7.59144 19.8905 5.90437Z\" fill=\"\"/>\n<path d=\"M11.9992 16.4984C11.1712 16.4984 10.4003 16.27 9.73473 15.8794C9.52372 15.7556 9.25233 15.7753 9.07933 15.9483L5.82976 19.1979C5.62427 19.4034 5.63601 19.7411 5.86592 19.9189C7.55424 21.2242 9.67239 21.9984 11.9692 21.9984C14.2764 21.9984 16.3961 21.2234 18.077 19.9092C18.305 19.7309 18.3156 19.3949 18.111 19.1902L14.8864 15.9656C14.7146 15.7938 14.4455 15.7731 14.2351 15.8945C13.572 16.277 12.8106 16.4984 11.9992 16.4984Z\" fill=\"\"/>\n</svg>\n</li><li title=\"like 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.39062 18.4907V8.33071C8.39062 7.93071 8.51062 7.54071 8.73062 7.21071L11.4606 3.15071C11.8906 2.50071 12.9606 2.04071 13.8706 2.38071C14.8506 2.71071 15.5006 3.81071 15.2906 4.79071L14.7706 8.06071C14.7306 8.36071 14.8106 8.63071 14.9806 8.84071C15.1506 9.03071 15.4006 9.15071 15.6706 9.15071H19.7806C20.5706 9.15071 21.2506 9.47071 21.6506 10.0307C22.0306 10.5707 22.1006 11.2707 21.8506 11.9807L19.3906 19.4707C19.0806 20.7107 17.7306 21.7207 16.3906 21.7207H12.4906C11.8206 21.7207 10.8806 21.4907 10.4506 21.0607L9.17062 20.0707C8.68062 19.7007 8.39062 19.1107 8.39062 18.4907Z\" fill=\"\"/>\n<path d=\"M5.21 6.37891H4.18C2.63 6.37891 2 6.97891 2 8.45891V18.5189C2 19.9989 2.63 20.5989 4.18 20.5989H5.21C6.76 20.5989 7.39 19.9989 7.39 18.5189V8.45891C7.39 6.97891 6.76 6.37891 5.21 6.37891Z\" fill=\"\"/>\n</svg>\n</li><li title=\"like dislike \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.15 15.3709C12.93 15.0509 12.54 14.8709 12.09 14.8709H9.76C9.61 14.8709 9.46 14.8109 9.37 14.6909C9.27 14.5709 9.23 14.4209 9.25 14.2509L9.54 12.3909C9.66 11.8409 9.29 11.2109 8.74 11.0209C8.22 10.8309 7.62 11.0909 7.37 11.4609L5.06 14.9009V14.4709C5.06 13.6309 4.7 13.2909 3.82 13.2909H3.24C2.36 13.3009 2 13.6409 2 14.4809V20.1909C2 21.0309 2.36 21.3709 3.24 21.3709H3.82C4.66 21.3709 5.01 21.0409 5.04 20.2809L6.79 21.6309C7.04 21.8709 7.57 22.0009 7.95 22.0009H10.16C10.92 22.0009 11.68 21.4309 11.86 20.7309L13.26 16.4809C13.41 16.0709 13.37 15.6809 13.15 15.3709Z\" fill=\"\"/>\n<path d=\"M21.1108 2.61047H20.5308C19.6908 2.61047 19.3408 2.94047 19.3008 3.70047L17.5508 2.35047C17.3108 2.11047 16.7708 1.98047 16.3908 1.98047H14.1808C13.4208 1.98047 12.6608 2.55047 12.4808 3.25047L11.0808 7.50047C10.9308 7.91047 10.9808 8.30047 11.1908 8.61047C11.4108 8.93047 11.8008 9.11047 12.2508 9.11047H14.5808C14.7308 9.11047 14.8808 9.17047 14.9708 9.29047C15.0708 9.41047 15.1108 9.56047 15.0908 9.73047L14.8008 11.5905C14.6808 12.1405 15.0508 12.7705 15.6008 12.9605C16.1208 13.1505 16.7208 12.8905 16.9708 12.5205L19.2808 9.08047V9.51047C19.2808 10.3505 19.6408 10.6905 20.5208 10.6905H21.1008C21.9808 10.6905 22.3408 10.3505 22.3408 9.51047V3.78047C22.3508 2.95047 21.9908 2.61047 21.1108 2.61047Z\" fill=\"\"/>\n</svg>\n</li><li title=\"like shapes \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.5609 10.7386L20.2009 9.15859C19.9409 8.85859 19.7309 8.29859 19.7309 7.89859V6.19859C19.7309 5.13859 18.8609 4.26859 17.8009 4.26859H16.1009C15.7109 4.26859 15.1409 4.05859 14.8409 3.79859L13.2609 2.43859C12.5709 1.84859 11.4409 1.84859 10.7409 2.43859L9.17086 3.80859C8.87086 4.05859 8.30086 4.26859 7.91086 4.26859H6.18086C5.12086 4.26859 4.25086 5.13859 4.25086 6.19859V7.90859C4.25086 8.29859 4.04086 8.85859 3.79086 9.15859L2.44086 10.7486C1.86086 11.4386 1.86086 12.5586 2.44086 13.2486L3.79086 14.8386C4.04086 15.1386 4.25086 15.6986 4.25086 16.0886V17.7986C4.25086 18.8586 5.12086 19.7286 6.18086 19.7286H7.91086C8.30086 19.7286 8.87086 19.9386 9.17086 20.1986L10.7509 21.5586C11.4409 22.1486 12.5709 22.1486 13.2709 21.5586L14.8509 20.1986C15.1509 19.9386 15.7109 19.7286 16.1109 19.7286H17.8109C18.8709 19.7286 19.7409 18.8586 19.7409 17.7986V16.0986C19.7409 15.7086 19.9509 15.1386 20.2109 14.8386L21.5709 13.2586C22.1509 12.5686 22.1509 11.4286 21.5609 10.7386ZM16.6809 11.9986L15.5109 15.5586C15.3609 16.1486 14.7309 16.6286 14.0909 16.6286H12.2409C11.9209 16.6286 11.4709 16.5186 11.2709 16.3186L9.80086 15.1686C9.77086 15.8086 9.48086 16.0786 8.77086 16.0786H8.29086C7.55086 16.0786 7.25086 15.7886 7.25086 15.0886V10.3086C7.25086 9.60859 7.55086 9.31859 8.29086 9.31859H8.78086C9.52086 9.31859 9.82086 9.60859 9.82086 10.3086V10.6686L11.7609 7.78859C11.9609 7.47859 12.4709 7.25859 12.9009 7.42859C13.3709 7.58859 13.6709 8.10859 13.5709 8.56859L13.3309 10.1286C13.3109 10.2686 13.3409 10.3986 13.4309 10.4986C13.5109 10.5886 13.6309 10.6486 13.7609 10.6486H15.7109C16.0909 10.6486 16.4109 10.7986 16.6009 11.0686C16.7709 11.3286 16.8009 11.6586 16.6809 11.9986Z\" fill=\"\"/>\n</svg>\n</li><li title=\"like tag \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18 2H6C4.34 2 3 3.33 3 4.97V15.88C3 17.52 4.34 18.85 6 18.85H6.76C7.56 18.85 8.32 19.16 8.88 19.72L10.59 21.41C11.37 22.18 12.64 22.18 13.42 21.41L15.13 19.72C15.69 19.16 16.46 18.85 17.25 18.85H18C19.66 18.85 21 17.52 21 15.88V4.97C21 3.33 19.66 2 18 2ZM16.68 10.5L15.51 14.06C15.36 14.65 14.73 15.13 14.09 15.13H12.24C11.92 15.13 11.47 15.02 11.27 14.82L9.8 13.67C9.77 14.31 9.48 14.58 8.77 14.58H8.29C7.55 14.58 7.25 14.29 7.25 13.59V8.82C7.25 8.12 7.55 7.83 8.29 7.83H8.78C9.52 7.83 9.82 8.12 9.82 8.82V9.18L11.76 6.3C11.96 5.99 12.47 5.77 12.9 5.94C13.37 6.1 13.67 6.62 13.57 7.08L13.33 8.64C13.3 8.77 13.33 8.91 13.42 9C13.5 9.09 13.62 9.15 13.75 9.15H15.7C16.08 9.15 16.4 9.3 16.59 9.57C16.77 9.83 16.8 10.16 16.68 10.5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"like \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18 2H6C4.34 2 3 3.33 3 4.97V15.88C3 17.52 4.34 18.85 6 18.85H6.76C7.56 18.85 8.32 19.16 8.88 19.72L10.59 21.41C11.37 22.18 12.64 22.18 13.42 21.41L15.13 19.72C15.69 19.16 16.46 18.85 17.25 18.85H18C19.66 18.85 21 17.52 21 15.88V4.97C21 3.33 19.66 2 18 2ZM12.28 14.96C12.13 15.01 11.88 15.01 11.72 14.96C10.42 14.51 7.5 12.66 7.5 9.51C7.51 8.12 8.62 7 10 7C10.82 7 11.54 7.39 12 8C12.46 7.39 13.18 7 14 7C15.38 7 16.5 8.12 16.5 9.51C16.49 12.66 13.58 14.51 12.28 14.96Z\" fill=\"\"/>\n</svg>\n</li><li title=\"link 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.4081 18.5919C15.0081 18.5919 14.6781 18.2619 14.6781 17.8619C14.6781 17.4619 15.0081 17.1319 15.4081 17.1319C18.2281 17.1319 20.5281 14.8319 20.5281 12.0119C20.5281 9.19188 18.2281 6.89187 15.4081 6.89187C12.5881 6.89187 10.2881 9.19188 10.2881 12.0119C10.2881 12.4119 9.95813 12.7419 9.55813 12.7419C9.15813 12.7419 8.82812 12.4119 8.82812 12.0119C8.82812 8.38188 11.7781 5.42188 15.4181 5.42188C19.0581 5.42188 21.9981 8.37187 21.9981 12.0019C21.9981 15.6319 19.0481 18.5919 15.4081 18.5919Z\" fill=\"\"/>\n<path d=\"M8.59 5.41016C8.99 5.41016 9.32 5.74016 9.32 6.14016C9.32 6.54016 8.99 6.87016 8.59 6.87016C5.77 6.87016 3.47 9.17016 3.47 11.9902C3.47 14.8102 5.77 17.1102 8.59 17.1102C11.41 17.1102 13.71 14.8102 13.71 11.9902C13.71 11.5902 14.04 11.2602 14.44 11.2602C14.84 11.2602 15.17 11.5902 15.17 11.9902C15.17 15.6202 12.22 18.5802 8.58 18.5802C4.94 18.5802 2 15.6302 2 12.0002C2 8.37016 4.95 5.41016 8.59 5.41016Z\" fill=\"\"/>\n</svg>\n</li><li title=\"link 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.24989 12C7.24989 11.59 7.58989 11.25 7.99989 11.25H10.9999V7.5C10.9999 6.95 10.5499 6.5 9.99989 6.5H7.76989C4.61989 6.5 1.87989 9.08 1.99989 12.22C2.05989 13.65 2.65989 14.94 3.60989 15.89C4.60989 16.88 5.97989 17.5 7.49989 17.5H9.99989C10.5499 17.5 10.9999 17.05 10.9999 16.5V12.75H7.99989C7.58989 12.75 7.24989 12.41 7.24989 12Z\" fill=\"\"/>\n<path d=\"M20.39 8.11C19.39 7.12 18.02 6.5 16.5 6.5H14C13.45 6.5 13 6.95 13 7.5V11.25H16C16.41 11.25 16.75 11.59 16.75 12C16.75 12.41 16.41 12.75 16 12.75H13V16.5C13 17.05 13.45 17.5 14 17.5H16.23C19.38 17.5 22.12 14.92 21.99 11.78C21.94 10.35 21.33 9.06 20.39 8.11Z\" fill=\"\"/>\n<path d=\"M13 11.25H11V12.75H13V11.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"link 21 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.0712 14.2416C18.7812 14.5316 18.3212 14.5316 18.0413 14.2416C17.7513 13.9516 17.7513 13.4916 18.0413 13.2116C20.0413 11.2116 20.0413 7.96156 18.0413 5.97156C16.0413 3.98156 12.7912 3.97156 10.8012 5.97156C8.81125 7.97156 8.80125 11.2216 10.8012 13.2116C11.0912 13.5016 11.0912 13.9616 10.8012 14.2416C10.5112 14.5316 10.0512 14.5316 9.77125 14.2416C7.20125 11.6716 7.20125 7.49156 9.77125 4.93156C12.3412 2.37156 16.5212 2.36156 19.0812 4.93156C21.6412 7.50156 21.6412 11.6716 19.0712 14.2416Z\" fill=\"\"/>\n<path d=\"M4.92875 9.76047C5.21875 9.47047 5.67875 9.47047 5.95875 9.76047C6.24875 10.0505 6.24875 10.5105 5.95875 10.7905C3.95875 12.7905 3.95875 16.0405 5.95875 18.0305C7.95875 20.0205 11.2088 20.0305 13.1988 18.0305C15.1888 16.0305 15.1988 12.7805 13.1988 10.7905C12.9088 10.5005 12.9088 10.0405 13.1988 9.76047C13.4888 9.47047 13.9488 9.47047 14.2288 9.76047C16.7988 12.3305 16.7988 16.5105 14.2288 19.0705C11.6588 21.6305 7.47875 21.6405 4.91875 19.0705C2.35875 16.5005 2.35875 12.3305 4.92875 9.76047Z\" fill=\"\"/>\n</svg>\n</li><li title=\"link circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM8.65 14.77C8.54 15.07 8.25 15.26 7.95 15.26C7.86 15.26 7.78 15.25 7.69 15.21C6.88 14.91 6.2 14.32 5.77 13.55C4.77 11.75 5.39 9.4 7.14 8.31L9.48 6.86C10.34 6.33 11.35 6.17 12.31 6.42C13.27 6.67 14.08 7.3 14.57 8.18C15.57 9.98 14.95 12.33 13.2 13.42L12.94 13.61C12.6 13.85 12.13 13.77 11.89 13.44C11.65 13.1 11.73 12.63 12.06 12.39L12.37 12.17C13.49 11.47 13.87 10.02 13.26 8.91C12.97 8.39 12.5 8.02 11.94 7.87C11.38 7.72 10.79 7.81 10.28 8.13L7.92 9.59C6.84 10.26 6.46 11.71 7.07 12.83C7.32 13.28 7.72 13.63 8.2 13.81C8.59 13.95 8.79 14.38 8.65 14.77ZM16.92 15.65L14.58 17.1C13.99 17.47 13.33 17.65 12.66 17.65C12.36 17.65 12.05 17.61 11.75 17.53C10.79 17.28 9.98 16.65 9.5 15.77C8.5 13.97 9.12 11.62 10.87 10.53L11.13 10.34C11.47 10.1 11.94 10.18 12.18 10.51C12.42 10.85 12.34 11.32 12.01 11.56L11.7 11.78C10.58 12.48 10.2 13.93 10.81 15.04C11.1 15.56 11.57 15.93 12.13 16.08C12.69 16.23 13.28 16.14 13.79 15.82L16.13 14.37C17.21 13.7 17.59 12.25 16.98 11.13C16.73 10.68 16.33 10.33 15.85 10.15C15.46 10.01 15.26 9.58 15.41 9.19C15.55 8.8 15.99 8.6 16.37 8.75C17.18 9.05 17.86 9.64 18.29 10.41C19.28 12.21 18.67 14.56 16.92 15.65Z\" fill=\"\"/>\n</svg>\n</li><li title=\"link square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM8.18 16.77C8.16 16.77 8.13 16.77 8.11 16.77C7.14 16.68 6.23 16.23 5.55 15.51C3.95 13.83 3.95 11.1 5.55 9.42L7.74 7.12C8.52 6.3 9.57 5.84 10.69 5.84C11.81 5.84 12.86 6.29 13.64 7.12C15.24 8.8 15.24 11.53 13.64 13.21L12.55 14.36C12.26 14.66 11.79 14.67 11.49 14.39C11.19 14.1 11.18 13.63 11.46 13.33L12.55 12.18C13.61 11.07 13.61 9.26 12.55 8.16C11.56 7.12 9.82 7.12 8.82 8.16L6.63 10.46C5.57 11.57 5.57 13.38 6.63 14.48C7.06 14.94 7.64 15.22 8.25 15.28C8.66 15.32 8.96 15.69 8.92 16.1C8.89 16.48 8.56 16.77 8.18 16.77ZM18.45 14.59L16.26 16.89C15.48 17.71 14.43 18.17 13.31 18.17C12.19 18.17 11.14 17.72 10.36 16.89C8.76 15.21 8.76 12.48 10.36 10.8L11.45 9.65C11.74 9.35 12.21 9.34 12.51 9.62C12.81 9.91 12.82 10.38 12.54 10.68L11.45 11.83C10.39 12.94 10.39 14.75 11.45 15.85C12.44 16.89 14.18 16.9 15.18 15.85L17.37 13.55C18.43 12.44 18.43 10.63 17.37 9.53C16.94 9.07 16.36 8.79 15.75 8.73C15.34 8.69 15.04 8.32 15.08 7.91C15.12 7.5 15.48 7.19 15.9 7.24C16.87 7.34 17.78 7.78 18.46 8.5C20.05 10.17 20.05 12.91 18.45 14.59Z\" fill=\"\"/>\n</svg>\n</li><li title=\"link \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.5 14.75H10C9.59 14.75 9.25 14.41 9.25 14C9.25 13.59 9.59 13.25 10 13.25H12.5C15.12 13.25 17.25 11.12 17.25 8.5C17.25 5.88 15.12 3.75 12.5 3.75H7.5C4.88 3.75 2.75 5.88 2.75 8.5C2.75 9.6 3.14 10.67 3.84 11.52C4.1 11.84 4.06 12.31 3.74 12.58C3.42 12.84 2.95 12.8 2.68 12.48C1.76 11.36 1.25 9.95 1.25 8.5C1.25 5.05 4.05 2.25 7.5 2.25H12.5C15.95 2.25 18.75 5.05 18.75 8.5C18.75 11.95 15.95 14.75 12.5 14.75Z\" fill=\"\"/>\n<path d=\"M16.5 21.75H11.5C8.05 21.75 5.25 18.95 5.25 15.5C5.25 12.05 8.05 9.25 11.5 9.25H14C14.41 9.25 14.75 9.59 14.75 10C14.75 10.41 14.41 10.75 14 10.75H11.5C8.88 10.75 6.75 12.88 6.75 15.5C6.75 18.12 8.88 20.25 11.5 20.25H16.5C19.12 20.25 21.25 18.12 21.25 15.5C21.25 14.4 20.86 13.33 20.16 12.48C19.9 12.16 19.94 11.69 20.26 11.42C20.58 11.15 21.05 11.2 21.32 11.52C22.25 12.64 22.76 14.05 22.76 15.5C22.75 18.95 19.95 21.75 16.5 21.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"location add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.6188 8.7C19.5788 4.07 15.5388 2 11.9988 2C11.9988 2 11.9988 2 11.9888 2C8.45877 2 4.42877 4.07 3.37877 8.69C2.19877 13.85 5.35877 18.22 8.21877 20.98C9.27877 22 10.6388 22.51 11.9988 22.51C13.3588 22.51 14.7188 22 15.7688 20.98C18.6288 18.22 21.7888 13.86 20.6188 8.7ZM14.7488 11.75H12.7488V13.75C12.7488 14.16 12.4088 14.5 11.9988 14.5C11.5888 14.5 11.2488 14.16 11.2488 13.75V11.75H9.24877C8.83877 11.75 8.49877 11.41 8.49877 11C8.49877 10.59 8.83877 10.25 9.24877 10.25H11.2488V8.25C11.2488 7.84 11.5888 7.5 11.9988 7.5C12.4088 7.5 12.7488 7.84 12.7488 8.25V10.25H14.7488C15.1588 10.25 15.4988 10.59 15.4988 11C15.4988 11.41 15.1588 11.75 14.7488 11.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"location cross \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.6188 8.7C19.5788 4.07 15.5388 2 11.9988 2C11.9988 2 11.9988 2 11.9888 2C8.45877 2 4.42877 4.07 3.37877 8.69C2.19877 13.85 5.35877 18.22 8.21877 20.98C9.27877 22 10.6388 22.51 11.9988 22.51C13.3588 22.51 14.7188 22 15.7688 20.98C18.6288 18.22 21.7888 13.86 20.6188 8.7ZM14.5288 13.49C14.3788 13.64 14.1888 13.71 13.9988 13.71C13.8088 13.71 13.6188 13.64 13.4688 13.49L12.0188 12.04L10.5288 13.53C10.3788 13.68 10.1888 13.75 9.99877 13.75C9.80877 13.75 9.61877 13.68 9.46877 13.53C9.17877 13.24 9.17877 12.76 9.46877 12.47L10.9588 10.98L9.50877 9.53C9.21877 9.24 9.21877 8.76 9.50877 8.47C9.79877 8.18 10.2788 8.18 10.5688 8.47L12.0188 9.92L13.4188 8.52C13.7088 8.23 14.1888 8.23 14.4788 8.52C14.7688 8.81 14.7688 9.29 14.4788 9.58L13.0788 10.98L14.5288 12.43C14.8188 12.72 14.8188 13.19 14.5288 13.49Z\" fill=\"\"/>\n</svg>\n</li><li title=\"location minus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.6188 8.7C19.5788 4.07 15.5388 2 11.9988 2C11.9988 2 11.9988 2 11.9888 2C8.45877 2 4.42877 4.07 3.37877 8.69C2.19877 13.85 5.35877 18.22 8.21877 20.98C9.27877 22 10.6388 22.51 11.9988 22.51C13.3588 22.51 14.7188 22 15.7688 20.98C18.6288 18.22 21.7888 13.86 20.6188 8.7ZM14.7488 11.75H9.24877C8.83877 11.75 8.49877 11.41 8.49877 11C8.49877 10.59 8.83877 10.25 9.24877 10.25H14.7488C15.1588 10.25 15.4988 10.59 15.4988 11C15.4988 11.41 15.1588 11.75 14.7488 11.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"location slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.7806 20.9809C14.7206 22.0009 13.3606 22.5109 12.0006 22.5109C10.6406 22.5109 9.28063 21.9909 8.22063 20.9709C7.86063 20.6309 7.50063 20.2509 7.14062 19.8609L20.0406 6.96094C20.2906 7.50094 20.4806 8.07094 20.6206 8.70094C21.7906 13.8609 18.6306 18.2209 15.7806 20.9809Z\" fill=\"\"/>\n<path d=\"M21.7689 2.22891C21.4689 1.92891 20.9789 1.92891 20.6789 2.22891L2.22891 20.6889C1.92891 20.9889 1.92891 21.4789 2.22891 21.7789C2.37891 21.9189 2.56891 21.9989 2.76891 21.9989C2.96891 21.9989 3.15891 21.9189 3.30891 21.7689L21.7689 3.30891C22.0789 3.00891 22.0789 2.52891 21.7689 2.22891Z\" fill=\"\"/>\n<path d=\"M8.84865 10.31C8.84865 8.57 10.2586 7.16 11.9986 7.16C13.3086 7.16 14.4286 7.96 14.9086 9.1L18.8886 5.12C17.1186 2.98 14.4387 2 11.9986 2C10.2286 2 8.33865 2.52 6.75865 3.61C5.17865 4.71 3.89865 6.38 3.37865 8.69C2.53865 12.36 3.89865 15.64 5.78865 18.21L10.7886 13.21C9.64865 12.74 8.84865 11.61 8.84865 10.31Z\" fill=\"\"/>\n</svg>\n</li><li title=\"location tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.6188 8.7C19.5788 4.07 15.5388 2 11.9988 2C11.9988 2 11.9988 2 11.9888 2C8.45877 2 4.42877 4.07 3.37877 8.69C2.19877 13.85 5.35877 18.22 8.21877 20.98C9.27877 22 10.6388 22.51 11.9988 22.51C13.3588 22.51 14.7188 22 15.7688 20.98C18.6288 18.22 21.7888 13.86 20.6188 8.7ZM15.2788 9.53L11.2788 13.53C11.1288 13.68 10.9388 13.75 10.7488 13.75C10.5588 13.75 10.3688 13.68 10.2188 13.53L8.71877 12.03C8.42877 11.74 8.42877 11.26 8.71877 10.97C9.00877 10.68 9.48877 10.68 9.77877 10.97L10.7488 11.94L14.2188 8.47C14.5088 8.18 14.9888 8.18 15.2788 8.47C15.5688 8.76 15.5688 9.24 15.2788 9.53Z\" fill=\"\"/>\n</svg>\n</li><li title=\"location \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.6211 8.45C19.5711 3.83 15.5411 1.75 12.0011 1.75C12.0011 1.75 12.0011 1.75 11.9911 1.75C8.46107 1.75 4.42107 3.82 3.37107 8.44C2.20107 13.6 5.36107 17.97 8.22107 20.72C9.28107 21.74 10.6411 22.25 12.0011 22.25C13.3611 22.25 14.7211 21.74 15.7711 20.72C18.6311 17.97 21.7911 13.61 20.6211 8.45ZM12.0011 13.46C10.2611 13.46 8.85107 12.05 8.85107 10.31C8.85107 8.57 10.2611 7.16 12.0011 7.16C13.7411 7.16 15.1511 8.57 15.1511 10.31C15.1511 12.05 13.7411 13.46 12.0011 13.46Z\" fill=\"\"/>\n</svg>\n</li><li title=\"lock 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.75 8V10.1C18.31 10.04 17.81 10.01 17.25 10V8C17.25 4.85 16.36 2.75 12 2.75C7.64 2.75 6.75 4.85 6.75 8V10C6.19 10.01 5.69 10.04 5.25 10.1V8C5.25 5.1 5.95 1.25 12 1.25C18.05 1.25 18.75 5.1 18.75 8Z\" fill=\"\"/>\n<path d=\"M18.75 10.1C18.31 10.04 17.81 10.01 17.25 10H6.75C6.19 10.01 5.69 10.04 5.25 10.1C2.7 10.41 2 11.66 2 15V17C2 21 3 22 7 22H17C21 22 22 21 22 17V15C22 11.66 21.3 10.41 18.75 10.1ZM8.71 16.71C8.52 16.89 8.26 17 8 17C7.87 17 7.74 16.97 7.62 16.92C7.49 16.87 7.39 16.8 7.29 16.71C7.11 16.52 7 16.26 7 16C7 15.87 7.03 15.74 7.08 15.62C7.13 15.5 7.2 15.39 7.29 15.29C7.39 15.2 7.49 15.13 7.62 15.08C7.99 14.92 8.43 15.01 8.71 15.29C8.8 15.39 8.87 15.5 8.92 15.62C8.97 15.74 9 15.87 9 16C9 16.26 8.89 16.52 8.71 16.71ZM12.92 16.38C12.87 16.5 12.8 16.61 12.71 16.71C12.52 16.89 12.26 17 12 17C11.73 17 11.48 16.89 11.29 16.71C11.2 16.61 11.13 16.5 11.08 16.38C11.03 16.26 11 16.13 11 16C11 15.73 11.11 15.48 11.29 15.29C11.66 14.92 12.33 14.92 12.71 15.29C12.89 15.48 13 15.73 13 16C13 16.13 12.97 16.26 12.92 16.38ZM16.71 16.71C16.52 16.89 16.26 17 16 17C15.74 17 15.48 16.89 15.29 16.71C15.11 16.52 15 16.27 15 16C15 15.73 15.11 15.48 15.29 15.29C15.67 14.92 16.34 14.92 16.71 15.29C16.75 15.34 16.79 15.39 16.83 15.45C16.87 15.5 16.9 15.56 16.92 15.62C16.95 15.68 16.97 15.74 16.98 15.8C16.99 15.87 17 15.94 17 16C17 16.26 16.89 16.52 16.71 16.71Z\" fill=\"\"/>\n</svg>\n</li><li title=\"lock circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 7.75C10.11 7.75 9.75 8.54 9.75 10V10.62H14.25V10C14.25 8.54 13.89 7.75 12 7.75Z\" fill=\"\"/>\n<path d=\"M11.9984 15.0984C12.606 15.0984 13.0984 14.606 13.0984 13.9984C13.0984 13.3909 12.606 12.8984 11.9984 12.8984C11.3909 12.8984 10.8984 13.3909 10.8984 13.9984C10.8984 14.606 11.3909 15.0984 11.9984 15.0984Z\" fill=\"\"/>\n<path d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM17.38 14.5C17.38 16.7 16.7 17.38 14.5 17.38H9.5C7.3 17.38 6.62 16.7 6.62 14.5V13.5C6.62 11.79 7.03 11 8.25 10.73V10C8.25 9.07 8.25 6.25 12 6.25C15.75 6.25 15.75 9.07 15.75 10V10.73C16.97 11 17.38 11.79 17.38 13.5V14.5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"lock slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.6308 15.7195C13.6308 16.6195 12.9008 17.3495 12.0008 17.3495C11.3608 17.3495 10.8108 16.9795 10.5508 16.4495L12.7308 14.2695C13.2608 14.5295 13.6308 15.0795 13.6308 15.7195Z\" fill=\"\"/>\n<path d=\"M21.7711 2.23C21.4711 1.93 20.9811 1.93 20.6811 2.23L17.8711 5.04C17.1011 3.02 15.1311 2 12.0011 2C6.37109 2 5.72109 5.58 5.72109 8.28V9.53C5.73109 9.53 5.74109 9.53 5.75109 9.53C2.92109 9.87 2.00109 11.28 2.00109 14.79V16.65C2.00109 18.25 2.19109 19.41 2.67109 20.24L2.22109 20.69C1.92109 20.99 1.92109 21.48 2.22109 21.78C2.38109 21.92 2.57109 22 2.77109 22C2.97109 22 3.16109 21.92 3.31109 21.77L21.7711 3.31C22.0811 3.01 22.0811 2.53 21.7711 2.23ZM7.35109 9.44C7.27109 9.44 7.20109 9.44 7.12109 9.44V8.28C7.12109 5.35 7.95109 3.4 12.0011 3.4C15.4011 3.4 16.4711 4.7 16.7711 6.15L13.4811 9.44H7.35109Z\" fill=\"\"/>\n<path d=\"M22.0005 14.789V16.649C22.0005 20.749 20.7505 21.999 16.6505 21.999H7.41054C6.52054 21.999 6.08054 20.919 6.71054 20.289L9.53054 17.469C9.60054 17.569 9.68054 17.659 9.76054 17.749C10.4605 18.509 11.5005 18.909 12.6505 18.669C12.7405 18.649 12.8305 18.629 12.9205 18.589C13.0105 18.569 13.0905 18.539 13.1705 18.499C13.3705 18.429 13.5605 18.319 13.7405 18.189C13.8105 18.149 13.8705 18.099 13.9205 18.049C14.0705 17.929 14.2105 17.789 14.3305 17.639C14.3805 17.589 14.4305 17.529 14.4705 17.459C14.6005 17.279 14.7105 17.089 14.7805 16.889C14.8205 16.809 14.8505 16.729 14.8705 16.639C14.9105 16.549 14.9305 16.459 14.9505 16.369C15.1905 15.219 14.7905 14.179 14.0305 13.479C13.9505 13.399 13.8505 13.319 13.7505 13.249L16.8705 10.129C16.9205 10.079 16.9605 10.039 17.0105 9.999C17.4105 9.669 17.9205 9.509 18.4305 9.549C18.5205 9.559 18.6205 9.569 18.7105 9.589C18.8805 9.619 19.0505 9.659 19.2105 9.699C19.3705 9.739 19.5205 9.789 19.6705 9.839C19.9605 9.949 20.2105 10.079 20.4405 10.229C20.6705 10.379 20.8605 10.559 21.0405 10.769C21.1305 10.879 21.2205 10.999 21.2905 11.129C21.3605 11.239 21.4205 11.359 21.4805 11.489C21.5405 11.619 21.5905 11.759 21.6405 11.899C21.7005 12.069 21.7505 12.259 21.7905 12.459C21.8305 12.599 21.8505 12.749 21.8805 12.909C21.9005 13.059 21.9205 13.219 21.9405 13.389C21.9805 13.809 22.0005 14.279 22.0005 14.789Z\" fill=\"\"/>\n</svg>\n</li><li title=\"lock \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.0011 17.3498C12.9013 17.3498 13.6311 16.6201 13.6311 15.7198C13.6311 14.8196 12.9013 14.0898 12.0011 14.0898C11.1009 14.0898 10.3711 14.8196 10.3711 15.7198C10.3711 16.6201 11.1009 17.3498 12.0011 17.3498Z\" fill=\"\"/>\n<path d=\"M18.28 9.53V8.28C18.28 5.58 17.63 2 12 2C6.37 2 5.72 5.58 5.72 8.28V9.53C2.92 9.88 2 11.3 2 14.79V16.65C2 20.75 3.25 22 7.35 22H16.65C20.75 22 22 20.75 22 16.65V14.79C22 11.3 21.08 9.88 18.28 9.53ZM12 18.74C10.33 18.74 8.98 17.38 8.98 15.72C8.98 14.05 10.34 12.7 12 12.7C13.66 12.7 15.02 14.06 15.02 15.72C15.02 17.39 13.67 18.74 12 18.74ZM7.35 9.44C7.27 9.44 7.2 9.44 7.12 9.44V8.28C7.12 5.35 7.95 3.4 12 3.4C16.05 3.4 16.88 5.35 16.88 8.28V9.45C16.8 9.45 16.73 9.45 16.65 9.45H7.35V9.44Z\" fill=\"\"/>\n</svg>\n</li><li title=\"login 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.8 2H14.2C11 2 9 4 9 7.2V11.25H13.44L11.37 9.18C11.22 9.03 11.15 8.84 11.15 8.65C11.15 8.46 11.22 8.27 11.37 8.12C11.66 7.83 12.14 7.83 12.43 8.12L15.78 11.47C16.07 11.76 16.07 12.24 15.78 12.53L12.43 15.88C12.14 16.17 11.66 16.17 11.37 15.88C11.08 15.59 11.08 15.11 11.37 14.82L13.44 12.75H9V16.8C9 20 11 22 14.2 22H16.79C19.99 22 21.99 20 21.99 16.8V7.2C22 4 20 2 16.8 2Z\" fill=\"\"/>\n<path d=\"M2.75 11.25C2.34 11.25 2 11.59 2 12C2 12.41 2.34 12.75 2.75 12.75H9V11.25H2.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"login \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.7584 2C10.2784 2 9.89844 2.38 9.89844 2.86V11.32H13.5684L11.9984 9.75C11.7084 9.46 11.7084 8.98 11.9984 8.69C12.2884 8.4 12.7684 8.4 13.0584 8.69L15.8984 11.54C16.1884 11.83 16.1884 12.31 15.8984 12.6L13.0584 15.45C12.9084 15.6 12.7184 15.67 12.5284 15.67C12.3384 15.67 12.1484 15.6 11.9984 15.45C11.7084 15.16 11.7084 14.68 11.9984 14.39L13.5584 12.83H9.89844V21.16C9.89844 21.63 10.2784 22.02 10.7584 22.02C16.6484 22.02 20.7584 17.91 20.7584 12.02C20.7584 6.13 16.6384 2 10.7584 2Z\" fill=\"\"/>\n<path d=\"M3.98828 11.3203C3.57828 11.3203 3.23828 11.6603 3.23828 12.0703C3.23828 12.4803 3.57828 12.8203 3.98828 12.8203H9.88828V11.3203H3.98828Z\" fill=\"\"/>\n</svg>\n</li><li title=\"logout 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.87828 12.07C7.87828 11.66 8.21828 11.32 8.62828 11.32H14.1083V2.86C14.0983 2.38 13.7183 2 13.2383 2C7.34828 2 3.23828 6.11 3.23828 12C3.23828 17.89 7.34828 22 13.2383 22C13.7083 22 14.0983 21.62 14.0983 21.14V12.81H8.62828C8.20828 12.82 7.87828 12.48 7.87828 12.07Z\" fill=\"\"/>\n<path d=\"M20.5416 11.5402L17.7016 8.69016C17.4116 8.40016 16.9316 8.40016 16.6416 8.69016C16.3516 8.98016 16.3516 9.46016 16.6416 9.75016L18.2016 11.3102H14.1016V12.8102H18.1916L16.6316 14.3702C16.3416 14.6602 16.3416 15.1402 16.6316 15.4302C16.7816 15.5802 16.9716 15.6502 17.1616 15.6502C17.3516 15.6502 17.5416 15.5802 17.6916 15.4302L20.5316 12.5802C20.8316 12.3002 20.8316 11.8302 20.5416 11.5402Z\" fill=\"\"/>\n</svg>\n</li><li title=\"logout \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.8 2H14.2C11 2 9 4 9 7.2V11.25H15.25C15.66 11.25 16 11.59 16 12C16 12.41 15.66 12.75 15.25 12.75H9V16.8C9 20 11 22 14.2 22H16.79C19.99 22 21.99 20 21.99 16.8V7.2C22 4 20 2 16.8 2Z\" fill=\"\"/>\n<path d=\"M4.56141 11.2498L6.63141 9.17984C6.78141 9.02984 6.85141 8.83984 6.85141 8.64984C6.85141 8.45984 6.78141 8.25984 6.63141 8.11984C6.34141 7.82984 5.86141 7.82984 5.57141 8.11984L2.22141 11.4698C1.93141 11.7598 1.93141 12.2398 2.22141 12.5298L5.57141 15.8798C5.86141 16.1698 6.34141 16.1698 6.63141 15.8798C6.92141 15.5898 6.92141 15.1098 6.63141 14.8198L4.56141 12.7498H9.00141V11.2498H4.56141Z\" fill=\"\"/>\n</svg>\n</li><li title=\"lovely \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.8008 9.91016C17.6708 9.91016 16.6608 10.4602 16.0308 11.3002C15.4008 10.4602 14.3908 9.91016 13.2608 9.91016C11.3508 9.91016 9.80078 11.4702 9.80078 13.3902C9.80078 14.1302 9.92078 14.8202 10.1208 15.4502C11.1008 18.5602 14.1408 20.4302 15.6408 20.9402C15.8508 21.0102 16.2008 21.0102 16.4108 20.9402C17.9108 20.4302 20.9508 18.5702 21.9308 15.4502C22.1408 14.8102 22.2508 14.1302 22.2508 13.3902C22.2608 11.4702 20.7108 9.91016 18.8008 9.91016Z\" fill=\"\"/>\n<path d=\"M20.75 8.34156C20.75 8.57156 20.52 8.72156 20.3 8.66156C18.95 8.31156 17.47 8.60156 16.35 9.40156C16.13 9.56156 15.83 9.56156 15.62 9.40156C14.83 8.82156 13.87 8.50156 12.86 8.50156C10.28 8.50156 8.18 10.6116 8.18 13.2116C8.18 16.0316 9.53 18.1416 10.89 19.5516C10.96 19.6216 10.9 19.7416 10.81 19.7016C8.08 18.7716 2 14.9116 2 8.34156C2 5.44156 4.33 3.10156 7.21 3.10156C8.92 3.10156 10.43 3.92156 11.38 5.19156C12.34 3.92156 13.85 3.10156 15.55 3.10156C18.42 3.10156 20.75 5.44156 20.75 8.34156Z\" fill=\"\"/>\n</svg>\n</li><li title=\"magic star \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.2903 4.14004L17.2203 7.93004C17.2103 8.45004 17.5403 9.14004 17.9603 9.45004L20.4403 11.33C22.0303 12.53 21.7703 14 19.8703 14.6L16.6403 15.61C16.1003 15.78 15.5303 16.37 15.3903 16.92L14.6203 19.86C14.0103 22.18 12.4903 22.41 11.2303 20.37L9.47027 17.52C9.15027 17 8.39027 16.61 7.79027 16.64L4.45027 16.81C2.06027 16.93 1.38027 15.55 2.94027 13.73L4.92027 11.43C5.29027 11 5.46027 10.2 5.29027 9.66004L4.27027 6.42004C3.68027 4.52004 4.74027 3.47004 6.63027 4.09004L9.58027 5.06004C10.0803 5.22004 10.8303 5.11004 11.2503 4.80004L14.3303 2.58004C16.0003 1.39004 17.3303 2.09004 17.2903 4.14004Z\" fill=\"\"/>\n<path d=\"M21.4403 20.4702L18.4103 17.4402C18.1203 17.1502 17.6403 17.1502 17.3503 17.4402C17.0603 17.7302 17.0603 18.2102 17.3503 18.5002L20.3803 21.5302C20.5303 21.6802 20.7203 21.7502 20.9103 21.7502C21.1003 21.7502 21.2903 21.6802 21.4403 21.5302C21.7303 21.2402 21.7303 20.7602 21.4403 20.4702Z\" fill=\"\"/>\n</svg>\n</li><li title=\"magicpen \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.4998 7.49891L18.0098 8.98891L15.0098 5.98891L16.4998 4.49891C16.9198 4.07891 17.4598 3.87891 17.9998 3.87891C18.5398 3.87891 19.0798 4.07891 19.4998 4.49891C20.3298 5.32891 20.3298 6.66891 19.4998 7.49891Z\" fill=\"\"/>\n<path d=\"M17.3095 9.69922L6.49945 20.4992C5.66945 21.3292 4.32945 21.3292 3.49945 20.4992C2.66945 19.6692 2.66945 18.3292 3.49945 17.4992L14.3095 6.69922L17.3095 9.69922Z\" fill=\"\"/>\n<path d=\"M9.95051 3.50051L10.3605 2.11051C10.4005 1.98051 10.3605 1.84051 10.2705 1.74051C10.1805 1.64051 10.0205 1.60051 9.89051 1.64051L8.50051 2.05051L7.11051 1.64051C6.98051 1.60051 6.84051 1.64051 6.74051 1.73051C6.64051 1.83051 6.61051 1.97051 6.65051 2.10051L7.05051 3.50051L6.64051 4.89051C6.60051 5.0205 6.64051 5.16051 6.73051 5.26051C6.83051 5.36051 6.97051 5.39051 7.10051 5.35051L8.50051 4.95051L9.89051 5.36051C9.93051 5.37051 9.96051 5.38051 10.0005 5.38051C10.1005 5.38051 10.1905 5.34051 10.2705 5.27051C10.3705 5.17051 10.4005 5.03051 10.3605 4.90051L9.95051 3.50051Z\" fill=\"\"/>\n<path d=\"M5.95051 9.50051L6.36051 8.1105C6.40051 7.9805 6.36051 7.84051 6.27051 7.74051C6.17051 7.64051 6.03051 7.61051 5.90051 7.65051L4.50051 8.05051L3.1105 7.64051C2.9805 7.60051 2.84051 7.64051 2.74051 7.73051C2.64051 7.83051 2.61051 7.97051 2.65051 8.10051L3.05051 9.50051L2.64051 10.8905C2.60051 11.0205 2.64051 11.1605 2.73051 11.2605C2.83051 11.3605 2.9705 11.3905 3.1005 11.3505L4.4905 10.9405L5.88051 11.3505C5.91051 11.3605 5.95051 11.3605 5.9905 11.3605C6.0905 11.3605 6.18051 11.3205 6.26051 11.2505C6.36051 11.1505 6.39051 11.0105 6.35051 10.8805L5.95051 9.50051Z\" fill=\"\"/>\n<path d=\"M20.9497 14.5L21.3597 13.11C21.3997 12.98 21.3597 12.84 21.2697 12.74C21.1697 12.64 21.0297 12.61 20.8997 12.65L19.5097 13.06L18.1197 12.65C17.9897 12.61 17.8497 12.65 17.7497 12.74C17.6497 12.84 17.6197 12.98 17.6597 13.11L18.0697 14.5L17.6597 15.89C17.6197 16.02 17.6597 16.16 17.7497 16.26C17.8497 16.36 17.9897 16.39 18.1197 16.35L19.5097 15.94L20.8997 16.35C20.9297 16.36 20.9697 16.36 21.0097 16.36C21.1097 16.36 21.1997 16.32 21.2797 16.25C21.3797 16.15 21.4097 16.01 21.3697 15.88L20.9497 14.5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"main component \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.5098 5.01L14.5498 3.05C13.1498 1.65 10.8498 1.65 9.44977 3.05L7.48977 5.01C7.09977 5.4 7.09977 6.04 7.48977 6.43L11.2998 10.24C11.6898 10.63 12.3198 10.63 12.7098 10.24L16.5198 6.43C16.8998 6.04 16.8998 5.4 16.5098 5.01Z\" fill=\"\"/>\n<path d=\"M5.01 7.49172L3.05 9.45172C1.65 10.8517 1.65 13.1517 3.05 14.5517L5.01 16.5117C5.4 16.9017 6.03 16.9017 6.42 16.5117L10.23 12.7017C10.62 12.3117 10.62 11.6817 10.23 11.2917L6.43 7.49172C6.04 7.10172 5.4 7.10172 5.01 7.49172Z\" fill=\"\"/>\n<path d=\"M20.9491 9.45172L18.9891 7.49172C18.5991 7.10172 17.9691 7.10172 17.5791 7.49172L13.7691 11.3017C13.3791 11.6917 13.3791 12.3217 13.7691 12.7117L17.5791 16.5217C17.9691 16.9117 18.5991 16.9117 18.9891 16.5217L20.9491 14.5617C22.3491 13.1517 22.3491 10.8517 20.9491 9.45172Z\" fill=\"\"/>\n<path d=\"M7.48907 18.9891L9.44907 20.9491C10.8491 22.3491 13.1491 22.3491 14.5491 20.9491L16.5091 18.9891C16.8991 18.5991 16.8991 17.9691 16.5091 17.5791L12.6991 13.7691C12.3091 13.3791 11.6791 13.3791 11.2891 13.7691L7.47907 17.5791C7.09907 17.9591 7.09907 18.5991 7.48907 18.9891Z\" fill=\"\"/>\n</svg>\n</li><li title=\"man \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22.19 2.21C22.12 2.03 21.97 1.88 21.79 1.81C21.69 1.77 21.6 1.75 21.5 1.75H15C14.59 1.75 14.25 2.09 14.25 2.5C14.25 2.91 14.59 3.25 15 3.25H19.69L15.18 7.77H15.17C13.83 6.66 12.12 6 10.25 6C5.97 6 2.5 9.47 2.5 13.75C2.5 18.03 5.97 21.5 10.25 21.5C14.53 21.5 18 18.03 18 13.75C18 11.88 17.34 10.17 16.23 8.83L20.75 4.31V9C20.75 9.41 21.09 9.75 21.5 9.75C21.91 9.75 22.25 9.41 22.25 9V2.5C22.25 2.4 22.23 2.31 22.19 2.21Z\" fill=\"\"/>\n</svg>\n</li><li title=\"map 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.62906 3.56969C7.80845 3.47184 7.99906 3.62237 7.99906 3.8267V17.3825C7.99906 17.6058 7.84665 17.7946 7.64926 17.8988C7.64249 17.9024 7.63576 17.906 7.62906 17.9097L5.27906 19.2497C3.63906 20.1897 2.28906 19.4097 2.28906 17.5097V7.77969C2.28906 7.14969 2.73906 6.36969 3.29906 6.04969L7.62906 3.56969Z\" fill=\"\"/>\n<path d=\"M14.7219 6.1029C14.8922 6.18725 15 6.36089 15 6.55096V19.7041C15 20.0726 14.615 20.3145 14.283 20.1546L10.033 18.107C9.85998 18.0236 9.75 17.8485 9.75 17.6565V4.4462C9.75 4.07534 10.1396 3.83355 10.4719 3.99814L14.7219 6.1029Z\" fill=\"\"/>\n<path d=\"M22 6.49006V16.2201C22 16.8501 21.55 17.6301 20.99 17.9501L17.4986 19.951C17.1653 20.1421 16.75 19.9014 16.75 19.5172V6.33038C16.75 6.15087 16.8462 5.98513 17.0021 5.89615L19.01 4.75006C20.65 3.81006 22 4.59006 22 6.49006Z\" fill=\"\"/>\n</svg>\n</li><li title=\"map \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.14844 7.48828C8.58844 7.48828 8.14844 7.93828 8.14844 8.48828C8.14844 9.03828 8.59844 9.48828 9.14844 9.48828C9.69844 9.48828 10.1484 9.03828 10.1484 8.48828C10.1484 7.93828 9.69844 7.48828 9.14844 7.48828Z\" fill=\"\"/>\n<path d=\"M21.46 5.04C20.62 3.09 18.77 2 16.19 2H7.81C4.6 2 2 4.6 2 7.81V16.19C2 18.77 3.09 20.62 5.04 21.46C5.23 21.54 5.45 21.49 5.59 21.35L21.35 5.59C21.5 5.44 21.55 5.22 21.46 5.04ZM10.53 12.24C10.14 12.62 9.63 12.8 9.12 12.8C8.61 12.8 8.1 12.61 7.71 12.24C6.69 11.28 5.57 9.75 6 7.93C6.38 6.28 7.84 5.54 9.12 5.54C10.4 5.54 11.86 6.28 12.24 7.94C12.66 9.75 11.54 11.28 10.53 12.24Z\" fill=\"\"/>\n<path d=\"M19.4689 20.5295C19.6889 20.7495 19.6589 21.1095 19.3889 21.2595C18.5089 21.7495 17.4389 21.9995 16.1889 21.9995H7.80892C7.51892 21.9995 7.39892 21.6595 7.59892 21.4595L13.6389 15.4195C13.8389 15.2195 14.1489 15.2195 14.3489 15.4195L19.4689 20.5295Z\" fill=\"\"/>\n<path d=\"M22.0017 7.80892V16.1889C22.0017 17.4389 21.7517 18.5189 21.2617 19.3889C21.1117 19.6589 20.7517 19.6789 20.5317 19.4689L15.4117 14.3489C15.2117 14.1489 15.2117 13.8389 15.4117 13.6389L21.4517 7.59892C21.6617 7.39892 22.0017 7.51892 22.0017 7.80892Z\" fill=\"\"/>\n</svg>\n</li><li title=\"mask 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM12 17C9.24 17 7 14.76 7 12C7 9.24 9.24 7 12 7C14.76 7 17 9.24 17 12C17 14.76 14.76 17 12 17Z\" fill=\"\"/>\n<path d=\"M12 7V17C9.24 17 7 14.76 7 12C7 9.24 9.24 7 12 7Z\" fill=\"\"/>\n</svg>\n</li><li title=\"mask 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.6493 4.59125C16.8893 2.99125 14.5593 2.03125 11.9993 2.03125C6.4993 2.03125 2.0293 6.50125 2.0293 12.0013C2.0293 17.5013 6.4993 21.9712 11.9993 21.9712C14.5593 21.9712 16.8893 21.0112 18.6493 19.4112C20.6893 17.6012 21.9693 14.9412 21.9693 12.0013C21.9693 9.06125 20.6893 6.40125 18.6493 4.59125ZM11.9693 16.3912C11.9493 18.0413 10.7193 18.4412 9.5693 17.9812C7.1993 17.0312 5.5293 14.7113 5.5293 12.0013C5.5293 9.29125 7.1993 6.97125 9.5693 6.01125C10.7193 5.55125 11.9493 5.96125 11.9693 7.60125V16.3912Z\" fill=\"\"/>\n</svg>\n</li><li title=\"mask \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.2402 9.51974L20.9502 14.2297C21.2302 14.5097 21.7202 14.3597 21.8002 13.9697C21.9302 13.3297 22.0002 12.6697 22.0002 11.9997C22.0002 9.70974 21.2202 7.59974 19.9302 5.91974C19.7502 5.67974 19.3902 5.66974 19.1802 5.87974L16.2402 8.81974C16.0502 9.00974 16.0502 9.32974 16.2402 9.51974Z\" fill=\"\"/>\n<path d=\"M14.4805 10.58L12.7105 12.35C12.5105 12.55 12.5105 12.86 12.7105 13.06L18.5305 18.88C18.7305 19.08 19.0505 19.08 19.2405 18.88C19.8605 18.23 20.3905 17.5 20.8205 16.71C20.9205 16.52 20.8805 16.27 20.7305 16.12L15.1905 10.58C14.9905 10.39 14.6705 10.39 14.4805 10.58Z\" fill=\"\"/>\n<path d=\"M10.9393 14.1203L9.1793 15.8803C8.9793 16.0803 8.9793 16.3903 9.1793 16.5903L14.0993 21.5203C14.2293 21.6503 14.4193 21.7003 14.5893 21.6503C15.5193 21.4003 16.3993 21.0203 17.1993 20.5203C17.4693 20.3503 17.5093 19.9703 17.2793 19.7403L11.6493 14.1103C11.4493 13.9303 11.1293 13.9303 10.9393 14.1203Z\" fill=\"\"/>\n<path d=\"M18.0797 4.06967C16.0997 2.53967 13.5297 1.73967 10.7697 2.06967C6.25967 2.60967 2.60967 6.26967 2.06967 10.7697C1.73967 13.5297 2.53967 16.0897 4.06967 18.0797C4.24967 18.3197 4.60967 18.3297 4.81967 18.1197L18.1197 4.81967C18.3297 4.60967 18.3197 4.24967 18.0797 4.06967Z\" fill=\"\"/>\n<path d=\"M7.39974 17.6695L5.87974 19.1895C5.66974 19.3995 5.67974 19.7595 5.91974 19.9395C7.42974 21.1095 9.27974 21.8495 11.3097 21.9895C11.7397 22.0195 11.9497 21.5095 11.6397 21.1995L8.10974 17.6695C7.91974 17.4695 7.59974 17.4695 7.39974 17.6695Z\" fill=\"\"/>\n</svg>\n</li><li title=\"math \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM11.03 17.66C11.32 17.95 11.32 18.43 11.03 18.72C10.88 18.87 10.69 18.94 10.5 18.94C10.31 18.94 10.12 18.87 9.97 18.72L8.25 17L6.53 18.72C6.38 18.86 6.19 18.94 6 18.94C5.81 18.94 5.62 18.87 5.47 18.72C5.18 18.43 5.18 17.95 5.47 17.66L7.19 15.94L5.47 14.22C5.18 13.93 5.18 13.45 5.47 13.16C5.76 12.87 6.24 12.87 6.53 13.16L8.25 14.88L9.97 13.16C10.26 12.87 10.74 12.87 11.03 13.16C11.32 13.45 11.32 13.93 11.03 14.22L9.31 15.94L11.03 17.66ZM10.5 8.81H6C5.59 8.81 5.25 8.47 5.25 8.06C5.25 7.65 5.59 7.31 6 7.31H10.5C10.91 7.31 11.25 7.65 11.25 8.06C11.25 8.47 10.91 8.81 10.5 8.81ZM18 18.56H13.5C13.09 18.56 12.75 18.22 12.75 17.81C12.75 17.4 13.09 17.06 13.5 17.06H18C18.41 17.06 18.75 17.4 18.75 17.81C18.75 18.22 18.41 18.56 18 18.56ZM18 14.81H13.5C13.09 14.81 12.75 14.47 12.75 14.06C12.75 13.65 13.09 13.31 13.5 13.31H18C18.41 13.31 18.75 13.65 18.75 14.06C18.75 14.47 18.41 14.81 18 14.81ZM18 8.81H16.52V10.31C16.52 10.72 16.18 11.06 15.77 11.06C15.36 11.06 15.02 10.72 15.02 10.31V8.81H13.5C13.09 8.81 12.75 8.47 12.75 8.06C12.75 7.65 13.09 7.31 13.5 7.31H15.02V5.81C15.02 5.4 15.36 5.06 15.77 5.06C16.18 5.06 16.52 5.4 16.52 5.81V7.31H18C18.41 7.31 18.75 7.65 18.75 8.06C18.75 8.47 18.41 8.81 18 8.81Z\" fill=\"\"/>\n</svg>\n</li><li title=\"maximize 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM18.75 14C18.75 14.41 18.41 14.75 18 14.75C17.59 14.75 17.25 14.41 17.25 14V12.75H12.75V17.25H14C14.41 17.25 14.75 17.59 14.75 18C14.75 18.41 14.41 18.75 14 18.75H10C9.59 18.75 9.25 18.41 9.25 18C9.25 17.59 9.59 17.25 10 17.25H11.25V12.75H6.75V14C6.75 14.41 6.41 14.75 6 14.75C5.59 14.75 5.25 14.41 5.25 14V10C5.25 9.59 5.59 9.25 6 9.25C6.41 9.25 6.75 9.59 6.75 10V11.25H11.25V6.75H10C9.59 6.75 9.25 6.41 9.25 6C9.25 5.59 9.59 5.25 10 5.25H14C14.41 5.25 14.75 5.59 14.75 6C14.75 6.41 14.41 6.75 14 6.75H12.75V11.25H17.25V10C17.25 9.59 17.59 9.25 18 9.25C18.41 9.25 18.75 9.59 18.75 10V14Z\" fill=\"\"/>\n</svg>\n</li><li title=\"maximize 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM10.22 21H7.91C5.2 21 3 18.8 3 16.09V13.78C3 13.37 3.34 13.03 3.75 13.03C4.16 13.03 4.5 13.37 4.5 13.78V16.09C4.5 17.97 6.03 19.5 7.91 19.5H10.22C10.63 19.5 10.97 19.84 10.97 20.25C10.97 20.66 10.64 21 10.22 21ZM10.22 4.5H7.91C6.03 4.5 4.5 6.03 4.5 7.91V10.22C4.5 10.63 4.16 10.97 3.75 10.97C3.34 10.97 3 10.64 3 10.22V7.91C3 5.2 5.2 3 7.91 3H10.22C10.63 3 10.97 3.34 10.97 3.75C10.97 4.16 10.64 4.5 10.22 4.5ZM21 16.09C21 18.8 18.8 21 16.09 21H14.7C14.29 21 13.95 20.66 13.95 20.25C13.95 19.84 14.29 19.5 14.7 19.5H16.09C17.97 19.5 19.5 17.97 19.5 16.09V14.7C19.5 14.29 19.84 13.95 20.25 13.95C20.66 13.95 21 14.29 21 14.7V16.09ZM21 10.22C21 10.63 20.66 10.97 20.25 10.97C19.84 10.97 19.5 10.63 19.5 10.22V7.91C19.5 6.03 17.97 4.5 16.09 4.5H13.78C13.37 4.5 13.03 4.16 13.03 3.75C13.03 3.34 13.36 3 13.78 3H16.09C18.8 3 21 5.2 21 7.91V10.22Z\" fill=\"\"/>\n</svg>\n</li><li title=\"maximize 21 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11 16.15V18.85C11 21.1 10.1 22 7.85 22H5.15C2.9 22 2 21.1 2 18.85V16.15C2 13.9 2.9 13 5.15 13H7.85C10.1 13 11 13.9 11 16.15Z\" fill=\"\"/>\n<path d=\"M16.48 2H8.52C5.47 2 3 4.47 3 7.52V10.5C3 11.05 3.45 11.5 4 11.5H8.5C10.71 11.5 12.5 13.29 12.5 15.5V20C12.5 20.55 12.95 21 13.5 21H16.48C19.93 21 22 18.94 22 15.48V7.52C22 4.47 19.53 2 16.48 2ZM18.76 9.99C18.76 10.4 18.42 10.74 18.01 10.74C17.6 10.74 17.26 10.4 17.26 9.99V7.79L13.53 11.53C13.38 11.68 13.19 11.75 13 11.75C12.81 11.75 12.62 11.68 12.47 11.53C12.18 11.24 12.18 10.76 12.47 10.47L16.2 6.72H14C13.58 6.72 13.25 6.39 13.25 5.97C13.25 5.56 13.58 5.22 14 5.22H18.01C18.1 5.22 18.19 5.25 18.27 5.28C18.3 5.29 18.32 5.3 18.34 5.31C18.4 5.34 18.45 5.37 18.5 5.42C18.52 5.43 18.54 5.45 18.56 5.47C18.61 5.53 18.65 5.59 18.69 5.66C18.69 5.67 18.7 5.68 18.7 5.69C18.74 5.77 18.75 5.86 18.75 5.95C18.76 5.96 18.76 5.96 18.76 5.97V9.99Z\" fill=\"\"/>\n</svg>\n</li><li title=\"maximize 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM18.75 10C18.75 10.41 18.41 10.75 18 10.75C17.59 10.75 17.25 10.41 17.25 10V7.81L7.81 17.25H10C10.41 17.25 10.75 17.59 10.75 18C10.75 18.41 10.41 18.75 10 18.75H6C5.9 18.75 5.8 18.73 5.71 18.69C5.53 18.61 5.38 18.47 5.3 18.28C5.27 18.19 5.25 18.1 5.25 18V14C5.25 13.59 5.59 13.25 6 13.25C6.41 13.25 6.75 13.59 6.75 14V16.19L16.19 6.75H14C13.59 6.75 13.25 6.41 13.25 6C13.25 5.59 13.59 5.25 14 5.25H18C18.1 5.25 18.19 5.27 18.29 5.31C18.47 5.39 18.62 5.53 18.7 5.72C18.73 5.81 18.75 5.9 18.75 6V10Z\" fill=\"\"/>\n</svg>\n</li><li title=\"maximize 4 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM11.53 13.53L7.81 17.25H10C10.41 17.25 10.75 17.59 10.75 18C10.75 18.41 10.41 18.75 10 18.75H6C5.9 18.75 5.8 18.73 5.71 18.69C5.53 18.61 5.38 18.47 5.3 18.28C5.27 18.19 5.25 18.1 5.25 18V14C5.25 13.59 5.59 13.25 6 13.25C6.41 13.25 6.75 13.59 6.75 14V16.19L10.47 12.47C10.76 12.18 11.24 12.18 11.53 12.47C11.82 12.76 11.82 13.24 11.53 13.53ZM18.75 10C18.75 10.41 18.41 10.75 18 10.75C17.59 10.75 17.25 10.41 17.25 10V7.81L13.53 11.53C13.38 11.68 13.19 11.75 13 11.75C12.81 11.75 12.62 11.68 12.47 11.53C12.18 11.24 12.18 10.76 12.47 10.47L16.19 6.75H14C13.59 6.75 13.25 6.41 13.25 6C13.25 5.59 13.59 5.25 14 5.25H18C18.1 5.25 18.19 5.27 18.29 5.31C18.47 5.39 18.62 5.53 18.7 5.72C18.73 5.81 18.75 5.9 18.75 6V10Z\" fill=\"\"/>\n</svg>\n</li><li title=\"maximize circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.6914 2.71C21.6114 2.53 21.4714 2.38 21.2814 2.3C21.1914 2.27 21.1014 2.25 21.0014 2.25H17.0014C16.5914 2.25 16.2514 2.59 16.2514 3C16.2514 3.41 16.5914 3.75 17.0014 3.75H19.1914L14.4714 8.47C14.1814 8.76 14.1814 9.24 14.4714 9.53C14.6214 9.68 14.8114 9.75 15.0014 9.75C15.1914 9.75 15.3814 9.68 15.5314 9.53L20.2514 4.81V7C20.2514 7.41 20.5914 7.75 21.0014 7.75C21.4114 7.75 21.7514 7.41 21.7514 7V3C21.7514 2.9 21.7314 2.81 21.6914 2.71Z\" fill=\"\"/>\n<path d=\"M8.47 14.4714L3.75 19.1914V17.0014C3.75 16.5914 3.41 16.2514 3 16.2514C2.59 16.2514 2.25 16.5914 2.25 17.0014V21.0014C2.25 21.1014 2.27 21.1914 2.31 21.2914C2.39 21.4714 2.53 21.6214 2.72 21.7014C2.8 21.7314 2.9 21.7514 3 21.7514H7C7.41 21.7514 7.75 21.4114 7.75 21.0014C7.75 20.5914 7.41 20.2514 7 20.2514H4.81L9.53 15.5314C9.82 15.2414 9.82 14.7614 9.53 14.4714C9.24 14.1814 8.76 14.1814 8.47 14.4714Z\" fill=\"\"/>\n<path d=\"M2.2 14.75C1.85 14.75 1.54 14.5 1.47 14.15C1.33 13.45 1.25 12.72 1.25 12C1.25 6.07 6.07 1.25 12 1.25C12.73 1.25 13.46 1.32 14.17 1.47C14.58 1.55 14.84 1.95 14.76 2.35C14.68 2.76 14.27 3.01 13.88 2.94C13.25 2.81 12.63 2.75 12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 12.62 2.81 13.25 2.94 13.85C3.02 14.26 2.76 14.65 2.35 14.73C2.3 14.75 2.25 14.75 2.2 14.75Z\" fill=\"\"/>\n<path d=\"M12.001 22.7483C11.271 22.7483 10.541 22.6783 9.83101 22.5283C9.42101 22.4483 9.16101 22.0483 9.24101 21.6483C9.32101 21.2383 9.73101 20.9883 10.121 21.0583C10.731 21.1783 11.361 21.2483 11.991 21.2483C17.091 21.2483 21.241 17.0983 21.241 11.9983C21.241 11.3783 21.181 10.7583 21.061 10.1483C20.981 9.73835 21.241 9.34835 21.651 9.26835C22.061 9.18835 22.451 9.44835 22.531 9.85835C22.671 10.5583 22.741 11.2783 22.741 11.9983C22.751 17.9283 17.931 22.7483 12.001 22.7483Z\" fill=\"\"/>\n</svg>\n</li><li title=\"maximize \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.95 4.13C20.66 3.71 20.29 3.34 19.87 3.05C18.92 2.36 17.68 2 16.19 2H7.81C7.61 2 7.41 2.01 7.22 2.03C3.94 2.24 2 4.37 2 7.81V16.19C2 17.68 2.36 18.92 3.05 19.87C3.34 20.29 3.71 20.66 4.13 20.95C4.95 21.55 5.99 21.9 7.22 21.98C7.41 21.99 7.61 22 7.81 22H16.19C19.83 22 22 19.83 22 16.19V7.81C22 6.32 21.64 5.08 20.95 4.13ZM18.75 10C18.75 10.41 18.41 10.75 18 10.75C17.59 10.75 17.25 10.41 17.25 10V7.81L13.06 12L17.25 16.19V14C17.25 13.59 17.59 13.25 18 13.25C18.41 13.25 18.75 13.59 18.75 14V18C18.75 18.1 18.73 18.19 18.69 18.29C18.61 18.47 18.47 18.62 18.28 18.7C18.19 18.74 18.09 18.76 17.99 18.76H13.99C13.58 18.76 13.24 18.42 13.24 18.01C13.24 17.6 13.58 17.26 13.99 17.26H16.18L12 13.06L7.81 17.25H10C10.41 17.25 10.75 17.59 10.75 18C10.75 18.41 10.41 18.75 10 18.75H6C5.9 18.75 5.8 18.73 5.71 18.69C5.53 18.61 5.38 18.47 5.3 18.28C5.27 18.19 5.25 18.1 5.25 18V14C5.25 13.59 5.59 13.25 6 13.25C6.41 13.25 6.75 13.59 6.75 14V16.19L10.94 12L6.75 7.81V10C6.75 10.41 6.41 10.75 6 10.75C5.59 10.75 5.25 10.41 5.25 10V6C5.25 5.9 5.27 5.81 5.31 5.71C5.39 5.53 5.53 5.38 5.72 5.3C5.81 5.27 5.9 5.25 6 5.25H10C10.41 5.25 10.75 5.59 10.75 6C10.75 6.41 10.41 6.75 10 6.75H7.81L12 10.94L16.19 6.75H14C13.59 6.75 13.25 6.41 13.25 6C13.25 5.59 13.59 5.25 14 5.25H18C18.1 5.25 18.19 5.27 18.29 5.31C18.47 5.39 18.62 5.53 18.7 5.72C18.73 5.81 18.75 5.9 18.75 6V10Z\" fill=\"\"/>\n</svg>\n</li><li title=\"medal star \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.2502 18.4701L19.6002 18.8601C19.2302 18.9501 18.9402 19.2301 18.8602 19.6001L18.5102 21.0701C18.3202 21.8701 17.3002 22.1201 16.7702 21.4901L13.7802 18.0501C13.5402 17.7701 13.6702 17.3301 14.0302 17.2401C15.8002 16.8101 17.3902 15.8201 18.5602 14.4101C18.7502 14.1801 19.0902 14.1501 19.3002 14.3601L21.5202 16.5801C22.2802 17.3401 22.0102 18.2901 21.2502 18.4701Z\" fill=\"\"/>\n<path d=\"M2.69919 18.4701L4.34919 18.8601C4.71919 18.9501 5.00919 19.2301 5.08919 19.6001L5.43919 21.0701C5.62919 21.8701 6.64919 22.1201 7.17919 21.4901L10.1692 18.0501C10.4092 17.7701 10.2792 17.3301 9.91919 17.2401C8.14919 16.8101 6.55919 15.8201 5.38919 14.4101C5.19919 14.1801 4.85919 14.1501 4.64919 14.3601L2.42919 16.5801C1.66919 17.3401 1.93919 18.2901 2.69919 18.4701Z\" fill=\"\"/>\n<path d=\"M12 2C8.13 2 5 5.13 5 9C5 10.45 5.43 11.78 6.17 12.89C7.25 14.49 8.96 15.62 10.95 15.91C11.29 15.97 11.64 16 12 16C12.36 16 12.71 15.97 13.05 15.91C15.04 15.62 16.75 14.49 17.83 12.89C18.57 11.78 19 10.45 19 9C19 5.13 15.87 2 12 2ZM15.06 8.78L14.23 9.61C14.09 9.75 14.01 10.02 14.06 10.22L14.3 11.25C14.49 12.06 14.06 12.38 13.34 11.95L12.34 11.36C12.16 11.25 11.86 11.25 11.68 11.36L10.68 11.95C9.96 12.37 9.53 12.06 9.72 11.25L9.96 10.22C10 10.03 9.93 9.75 9.79 9.61L8.94 8.78C8.45 8.29 8.61 7.8 9.29 7.69L10.36 7.51C10.54 7.48 10.75 7.32 10.83 7.16L11.42 5.98C11.74 5.34 12.26 5.34 12.58 5.98L13.17 7.16C13.25 7.32 13.46 7.48 13.65 7.51L14.72 7.69C15.39 7.8 15.55 8.29 15.06 8.78Z\" fill=\"\"/>\n</svg>\n</li><li title=\"medal \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 15C15.7279 15 18.75 12.0899 18.75 8.5C18.75 4.91015 15.7279 2 12 2C8.27208 2 5.25 4.91015 5.25 8.5C5.25 12.0899 8.27208 15 12 15Z\" fill=\"\"/>\n<path d=\"M15.79 15.6091C16.12 15.4391 16.5 15.6891 16.5 16.0591V20.9091C16.5 21.8091 15.87 22.2491 15.09 21.8791L12.41 20.6091C12.18 20.5091 11.82 20.5091 11.59 20.6091L8.91 21.8791C8.13 22.2391 7.5 21.7991 7.5 20.8991L7.52 16.0591C7.52 15.6891 7.91 15.4491 8.23 15.6091C9.36 16.1791 10.64 16.4991 12 16.4991C13.36 16.4991 14.65 16.1791 15.79 15.6091Z\" fill=\"\"/>\n</svg>\n</li><li title=\"menu 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM17 17.25H7C6.59 17.25 6.25 16.91 6.25 16.5C6.25 16.09 6.59 15.75 7 15.75H17C17.41 15.75 17.75 16.09 17.75 16.5C17.75 16.91 17.41 17.25 17 17.25ZM17 12.75H7C6.59 12.75 6.25 12.41 6.25 12C6.25 11.59 6.59 11.25 7 11.25H17C17.41 11.25 17.75 11.59 17.75 12C17.75 12.41 17.41 12.75 17 12.75ZM17 8.25H7C6.59 8.25 6.25 7.91 6.25 7.5C6.25 7.09 6.59 6.75 7 6.75H17C17.41 6.75 17.75 7.09 17.75 7.5C17.75 7.91 17.41 8.25 17 8.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"menu board \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.9009 9.85L21.4909 19.74C21.5109 20.01 21.3809 20.19 21.3109 20.27C21.2309 20.36 21.0609 20.5 20.7809 20.5H18.0509L20.2109 9.85H20.9009ZM22.0009 6L21.9909 6.02C22.0109 6.26 21.9909 6.51 21.9309 6.76L14.5609 20.29C14.3209 21.3 13.4209 22 12.3809 22H20.7809C22.0709 22 23.0909 20.91 22.9909 19.62L22.0009 6Z\" fill=\"\"/>\n<path d=\"M11.4502 2.24136C11.5502 1.84136 11.3002 1.43136 10.9002 1.33136C10.5002 1.24136 10.0902 1.48136 9.99023 1.88136L9.49023 3.95136H11.0302L11.4502 2.24136Z\" fill=\"\"/>\n<path d=\"M18.0509 2.20859C18.1409 1.79859 17.8809 1.40859 17.4709 1.31859C17.0709 1.22859 16.6709 1.48859 16.5809 1.89859L16.1309 3.96859H17.6709L18.0509 2.20859Z\" fill=\"\"/>\n<path d=\"M21.8198 5.33141C21.4898 4.53141 20.7098 3.96141 19.7498 3.96141H17.6698L17.1098 6.55141C17.0298 6.90141 16.7198 7.14141 16.3798 7.14141C16.3298 7.14141 16.2698 7.14141 16.2198 7.12141C15.8198 7.03141 15.5598 6.63141 15.6398 6.23141L16.1298 3.95141H11.0298L10.3998 6.55141C10.3198 6.89141 10.0098 7.12141 9.66975 7.12141C9.60975 7.12141 9.54976 7.11141 9.48975 7.10141C9.08976 7.00141 8.83975 6.60141 8.93975 6.19141L9.47975 3.94141H7.44975C6.46975 3.94141 5.59975 4.58141 5.30975 5.52141L1.09975 19.0714C0.659754 20.5214 1.72975 22.0014 3.23975 22.0014H16.3798C17.4198 22.0014 18.3198 21.3014 18.5598 20.2914L21.9298 6.76141C21.9898 6.51141 22.0098 6.26141 21.9898 6.02141C21.9698 5.78141 21.9198 5.54141 21.8198 5.33141ZM14.6998 16.7514H6.69975C6.28975 16.7514 5.94975 16.4114 5.94975 16.0014C5.94975 15.5914 6.28975 15.2514 6.69975 15.2514H14.6998C15.1098 15.2514 15.4498 15.5914 15.4498 16.0014C15.4498 16.4114 15.1098 16.7514 14.6998 16.7514ZM15.6998 12.7514H7.69975C7.28975 12.7514 6.94975 12.4114 6.94975 12.0014C6.94975 11.5914 7.28975 11.2514 7.69975 11.2514H15.6998C16.1098 11.2514 16.4498 11.5914 16.4498 12.0014C16.4498 12.4114 16.1098 12.7514 15.6998 12.7514Z\" fill=\"\"/>\n</svg>\n</li><li title=\"menu \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.5401 8.81063C19.1748 8.81063 20.5001 7.48539 20.5001 5.85062C20.5001 4.21586 19.1748 2.89062 17.5401 2.89062C15.9053 2.89062 14.5801 4.21586 14.5801 5.85062C14.5801 7.48539 15.9053 8.81063 17.5401 8.81063Z\" fill=\"\"/>\n<path d=\"M6.46 8.81063C8.09476 8.81063 9.42 7.48539 9.42 5.85062C9.42 4.21586 8.09476 2.89062 6.46 2.89062C4.82524 2.89062 3.5 4.21586 3.5 5.85062C3.5 7.48539 4.82524 8.81063 6.46 8.81063Z\" fill=\"\"/>\n<path d=\"M17.5401 21.1114C19.1748 21.1114 20.5001 19.7862 20.5001 18.1514C20.5001 16.5166 19.1748 15.1914 17.5401 15.1914C15.9053 15.1914 14.5801 16.5166 14.5801 18.1514C14.5801 19.7862 15.9053 21.1114 17.5401 21.1114Z\" fill=\"\"/>\n<path d=\"M6.46 21.1114C8.09476 21.1114 9.42 19.7862 9.42 18.1514C9.42 16.5166 8.09476 15.1914 6.46 15.1914C4.82524 15.1914 3.5 16.5166 3.5 18.1514C3.5 19.7862 4.82524 21.1114 6.46 21.1114Z\" fill=\"\"/>\n</svg>\n</li><li title=\"message 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 2.42969H7C4 2.42969 2 4.42969 2 7.42969V13.4297C2 16.4297 4 18.4297 7 18.4297H11L15.45 21.3897C16.11 21.8297 17 21.3597 17 20.5597V18.4297C20 18.4297 22 16.4297 22 13.4297V7.42969C22 4.42969 20 2.42969 17 2.42969ZM15.5 11.2497H8.5C8.09 11.2497 7.75 10.9097 7.75 10.4997C7.75 10.0897 8.09 9.74969 8.5 9.74969H15.5C15.91 9.74969 16.25 10.0897 16.25 10.4997C16.25 10.9097 15.91 11.2497 15.5 11.2497Z\" fill=\"\"/>\n</svg>\n</li><li title=\"message add 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 2H8C4 2 2 4 2 8V21C2 21.55 2.45 22 3 22H16C20 22 22 20 22 16V8C22 4 20 2 16 2ZM15.5 12.75H12.75V15.5C12.75 15.91 12.41 16.25 12 16.25C11.59 16.25 11.25 15.91 11.25 15.5V12.75H8.5C8.09 12.75 7.75 12.41 7.75 12C7.75 11.59 8.09 11.25 8.5 11.25H11.25V8.5C11.25 8.09 11.59 7.75 12 7.75C12.41 7.75 12.75 8.09 12.75 8.5V11.25H15.5C15.91 11.25 16.25 11.59 16.25 12C16.25 12.41 15.91 12.75 15.5 12.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"message add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.21 13.5117C4.12 13.4417 3 13.8417 2.17 14.6717C0.61 16.2317 0.61 18.7617 2.17 20.3317C2.7 20.8617 3.35 21.2117 4.04 21.3817C4.42 21.4817 4.82 21.5117 5.22 21.4917C6.17 21.4517 7.1 21.0717 7.83 20.3417C8.86 19.3117 9.21 17.8617 8.88 16.5517C8.72 15.8617 8.36 15.2117 7.83 14.6817C7.11 13.9517 6.17 13.5617 5.21 13.5117ZM7.24 17.4817C7.24 17.6917 7.16 17.8717 7.02 18.0117C6.88 18.1517 6.7 18.2317 6.49 18.2317H5.75V19.0117C5.75 19.2217 5.67 19.4017 5.53 19.5417C5.39 19.6817 5.21 19.7617 5 19.7617C4.59 19.7617 4.25 19.4217 4.25 19.0117V18.2317H3.5C3.09 18.2317 2.75 17.8917 2.75 17.4817C2.75 17.0717 3.09 16.7317 3.5 16.7317H4.25V16.0217C4.25 15.6117 4.59 15.2717 5 15.2717C5.41 15.2717 5.75 15.6117 5.75 16.0217V16.7317H6.49C6.91 16.7317 7.24 17.0717 7.24 17.4817Z\" fill=\"\"/>\n<path d=\"M17.25 2.42969H7.75C4.9 2.42969 3 4.32969 3 7.17969V11.6397C3 11.9897 3.36 12.2397 3.7 12.1497C4.12 12.0497 4.55 11.9997 5 11.9997C7.86 11.9997 10.22 14.3197 10.48 17.1297C10.5 17.4097 10.73 17.6297 11 17.6297H11.55L15.78 20.4497C16.4 20.8697 17.25 20.4097 17.25 19.6497V17.6297C18.67 17.6297 19.86 17.1497 20.69 16.3297C21.52 15.4897 22 14.2997 22 12.8797V7.17969C22 4.32969 20.1 2.42969 17.25 2.42969ZM15.83 10.8097H9.17C8.78 10.8097 8.46 10.4897 8.46 10.0997C8.46 9.69969 8.78 9.37969 9.17 9.37969H15.83C16.22 9.37969 16.54 9.69969 16.54 10.0997C16.54 10.4897 16.22 10.8097 15.83 10.8097Z\" fill=\"\"/>\n</svg>\n</li><li title=\"message circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM17.25 12.81C17.25 12.98 17.24 13.14 17.22 13.3C17.07 15.07 16.02 15.95 14.1 15.95H13.84C13.68 15.95 13.52 16.03 13.42 16.16L12.63 17.21C12.28 17.68 11.72 17.68 11.37 17.21L10.58 16.16C10.49 16.05 10.3 15.95 10.16 15.95H9.9C7.81 15.95 6.75 15.43 6.75 12.8V10.17C6.75 8.25 7.64 7.2 9.4 7.05C9.56 7.04 9.73 7.04 9.9 7.04H14.1C16.19 7.04 17.25 8.09 17.25 10.19V12.81Z\" fill=\"\"/>\n</svg>\n</li><li title=\"message edit \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 2H8C4 2 2 4 2 8V21C2 21.55 2.45 22 3 22H16C20 22 22 20 22 16V8C22 4 20 2 16 2ZM11.11 16.66C10.86 16.91 10.4 17.14 10.06 17.19L7.98 17.48C7.9 17.49 7.82 17.5 7.75 17.5C7.4 17.5 7.08 17.38 6.85 17.15C6.57 16.87 6.45 16.46 6.52 16.02L6.81 13.94C6.86 13.6 7.09 13.13 7.34 12.89L11.11 9.12C11.17 9.3 11.25 9.48 11.34 9.68C11.43 9.86 11.52 10.04 11.62 10.21C11.7 10.35 11.79 10.49 11.87 10.59C11.97 10.74 12.07 10.87 12.14 10.94C12.18 11 12.22 11.04 12.23 11.06C12.45 11.31 12.68 11.55 12.9 11.73C12.96 11.79 13 11.82 13.01 11.83C13.14 11.93 13.26 12.04 13.38 12.11C13.51 12.21 13.65 12.3 13.79 12.38C13.96 12.48 14.14 12.58 14.33 12.67C14.52 12.76 14.7 12.83 14.88 12.89L11.11 16.66ZM16.55 11.23L15.77 12.01C15.72 12.06 15.65 12.09 15.58 12.09C15.56 12.09 15.52 12.09 15.5 12.08C13.78 11.59 12.41 10.22 11.92 8.5C11.89 8.41 11.92 8.31 11.99 8.24L12.78 7.45C14.07 6.16 15.29 6.19 16.55 7.45C17.19 8.09 17.51 8.71 17.5 9.35C17.5 9.98 17.19 10.59 16.55 11.23Z\" fill=\"\"/>\n</svg>\n</li><li title=\"message favorite \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.97 1H18.03C16.76 1 16 1.76 16 3.03V5.97C16 7.24 16.76 8 18.03 8H20.97C22.24 8 23 7.24 23 5.97V3.03C23 1.76 22.24 1 20.97 1ZM21.61 4.68C21.24 5.86 19.95 6.5 19.5 6.5C19.05 6.5 17.77 5.88 17.39 4.68C17.33 4.5 17.3 4.3 17.3 4.11C17.3 3.46 17.63 2.79 18.32 2.57C18.73 2.44 19.17 2.51 19.48 2.77C19.8 2.52 20.24 2.44 20.66 2.57C21.58 2.86 21.87 3.89 21.61 4.68Z\" fill=\"\"/>\n<path d=\"M18.03 9.5C16.08 9.5 14.5 7.92 14.5 5.97V3C14.5 2.45 14.05 2 13.5 2H7C4.24 2 2 4.23 2 6.98V13.95C2 16.71 4.24 18.95 7 18.95H8.5C8.78 18.95 9.14 19.13 9.3 19.35L10.8 21.34C11.46 22.22 12.54 22.22 13.2 21.34L14.7 19.35C14.89 19.1 15.19 18.95 15.5 18.95H17.01C19.77 18.95 22 16.72 22 13.96V10.5C22 9.95 21.55 9.5 21 9.5H18.03ZM8 12C7.44 12 7 11.55 7 11C7 10.45 7.44 10 8 10C8.55 10 9 10.45 9 11C9 11.55 8.56 12 8 12ZM12 12C11.44 12 11 11.55 11 11C11 10.45 11.44 10 12 10C12.55 10 13 10.45 13 11C13 11.55 12.56 12 12 12Z\" fill=\"\"/>\n</svg>\n</li><li title=\"message minus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 2H8C4 2 2 4 2 8V21C2 21.55 2.45 22 3 22H16C20 22 22 20 22 16V8C22 4 20 2 16 2ZM15.5 12.75H8.5C8.09 12.75 7.75 12.41 7.75 12C7.75 11.59 8.09 11.25 8.5 11.25H15.5C15.91 11.25 16.25 11.59 16.25 12C16.25 12.41 15.91 12.75 15.5 12.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"message notif \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20 6.75C21.5188 6.75 22.75 5.51878 22.75 4C22.75 2.48122 21.5188 1.25 20 1.25C18.4812 1.25 17.25 2.48122 17.25 4C17.25 5.51878 18.4812 6.75 20 6.75Z\" fill=\"\"/>\n<path d=\"M19.04 8.15C17.47 7.81 16.19 6.53 15.85 4.96C15.72 4.35 15.71 3.76 15.82 3.2C15.95 2.58 15.49 2 14.85 2H7C4.24 2 2 4.24 2 7V13.95C2 16.71 4.24 18.95 7 18.95H8.5C8.78 18.95 9.14 19.13 9.3 19.35L10.8 21.34C11.46 22.22 12.54 22.22 13.2 21.34L14.7 19.35C14.89 19.1 15.18 18.95 15.5 18.95H17.01C19.77 18.95 22 16.72 22 13.96V9.15C22 8.52 21.42 8.06 20.8 8.18C20.24 8.28 19.65 8.28 19.04 8.15ZM8 12C7.44 12 7 11.55 7 11C7 10.45 7.44 10 8 10C8.55 10 9 10.45 9 11C9 11.55 8.56 12 8 12ZM12 12C11.44 12 11 11.55 11 11C11 10.45 11.44 10 12 10C12.55 10 13 10.45 13 11C13 11.55 12.56 12 12 12ZM16 12C15.44 12 15 11.55 15 11C15 10.45 15.44 10 16 10C16.55 10 17 10.45 17 11C17 11.55 16.56 12 16 12Z\" fill=\"\"/>\n</svg>\n</li><li title=\"message programming \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 1.96875H8C4 1.96875 2 3.96875 2 7.96875V12.9688C2 17.9688 4 18.9688 8 18.9688H8.5C8.78 18.9688 9.14 19.1488 9.3 19.3688L10.8 21.3688C11.46 22.2488 12.54 22.2488 13.2 21.3688L14.7 19.3688C14.89 19.1188 15.19 18.9688 15.5 18.9688H16C20 18.9688 22 16.9688 22 12.9688V7.96875C22 3.96875 20 1.96875 16 1.96875ZM8.53 12.1687C8.82 12.4587 8.82 12.9387 8.53 13.2287C8.38 13.3787 8.19 13.4487 8 13.4487C7.81 13.4487 7.62 13.3787 7.47 13.2287L5.47 11.2287C5.18 10.9387 5.18 10.4587 5.47 10.1687L7.47 8.16875C7.76 7.87875 8.24 7.87875 8.53 8.16875C8.82 8.45875 8.82 8.93875 8.53 9.22875L7.06 10.6987L8.53 12.1687ZM13.69 8.65875L11.69 13.3287C11.57 13.6087 11.29 13.7787 11 13.7787C10.9 13.7787 10.8 13.7587 10.7 13.7188C10.32 13.5588 10.14 13.1187 10.31 12.7287L12.31 8.05875C12.47 7.67875 12.91 7.49875 13.3 7.66875C13.68 7.83875 13.85 8.27875 13.69 8.65875ZM18.53 11.2287L16.53 13.2287C16.38 13.3787 16.19 13.4487 16 13.4487C15.81 13.4487 15.62 13.3787 15.47 13.2287C15.18 12.9387 15.18 12.4587 15.47 12.1687L16.94 10.6987L15.47 9.22875C15.18 8.93875 15.18 8.45875 15.47 8.16875C15.76 7.87875 16.24 7.87875 16.53 8.16875L18.53 10.1687C18.82 10.4587 18.82 10.9387 18.53 11.2287Z\" fill=\"\"/>\n</svg>\n</li><li title=\"message question \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 2.42969H7C4 2.42969 2 4.42969 2 7.42969V13.4297C2 16.4297 4 18.4297 7 18.4297V20.5597C7 21.3597 7.89 21.8397 8.55 21.3897L13 18.4297H17C20 18.4297 22 16.4297 22 13.4297V7.42969C22 4.42969 20 2.42969 17 2.42969ZM12 14.5997C11.58 14.5997 11.25 14.2597 11.25 13.8497C11.25 13.4397 11.58 13.0997 12 13.0997C12.42 13.0997 12.75 13.4397 12.75 13.8497C12.75 14.2597 12.42 14.5997 12 14.5997ZM13.26 10.4497C12.87 10.7097 12.75 10.8797 12.75 11.1597V11.3697C12.75 11.7797 12.41 12.1197 12 12.1197C11.59 12.1197 11.25 11.7797 11.25 11.3697V11.1597C11.25 9.99969 12.1 9.42969 12.42 9.20969C12.79 8.95969 12.91 8.78969 12.91 8.52969C12.91 8.02969 12.5 7.61969 12 7.61969C11.5 7.61969 11.09 8.02969 11.09 8.52969C11.09 8.93969 10.75 9.27969 10.34 9.27969C9.93 9.27969 9.59 8.93969 9.59 8.52969C9.59 7.19969 10.67 6.11969 12 6.11969C13.33 6.11969 14.41 7.19969 14.41 8.52969C14.41 9.66969 13.57 10.2397 13.26 10.4497Z\" fill=\"\"/>\n</svg>\n</li><li title=\"message remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.97 14.83C7.25 14.01 6.18 13.5 5 13.5C2.79 13.5 1 15.29 1 17.5C1 18.25 1.21 18.96 1.58 19.56C1.78 19.9 2.04 20.21 2.34 20.47C3.04 21.11 3.97 21.5 5 21.5C6.46 21.5 7.73 20.72 8.42 19.56C8.79 18.96 9 18.25 9 17.5C9 16.48 8.61 15.54 7.97 14.83ZM6.6 19.08C6.45 19.23 6.26 19.3 6.07 19.3C5.88 19.3 5.69 19.23 5.54 19.08L5.01 18.55L4.46 19.1C4.31 19.25 4.12 19.32 3.93 19.32C3.74 19.32 3.55 19.25 3.4 19.1C3.11 18.81 3.11 18.33 3.4 18.04L3.95 17.49L3.42 16.96C3.13 16.67 3.13 16.19 3.42 15.9C3.71 15.61 4.19 15.61 4.48 15.9L5.01 16.43L5.51 15.93C5.8 15.64 6.28 15.64 6.57 15.93C6.86 16.22 6.86 16.7 6.57 16.99L6.07 17.49L6.6 18.02C6.89 18.31 6.89 18.78 6.6 19.08Z\" fill=\"\"/>\n<path d=\"M17.25 2.42969H7.75C4.9 2.42969 3 4.32969 3 7.17969V11.6397C3 11.9897 3.36 12.2397 3.7 12.1497C4.12 12.0497 4.55 11.9997 5 11.9997C7.86 11.9997 10.22 14.3197 10.48 17.1297C10.5 17.4097 10.73 17.6297 11 17.6297H11.55L15.78 20.4497C16.4 20.8697 17.25 20.4097 17.25 19.6497V17.6297C18.67 17.6297 19.86 17.1497 20.69 16.3297C21.52 15.4897 22 14.2997 22 12.8797V7.17969C22 4.32969 20.1 2.42969 17.25 2.42969ZM15.83 10.8097H9.17C8.78 10.8097 8.46 10.4897 8.46 10.0997C8.46 9.69969 8.78 9.37969 9.17 9.37969H15.83C16.22 9.37969 16.54 9.69969 16.54 10.0997C16.54 10.4897 16.22 10.8097 15.83 10.8097Z\" fill=\"\"/>\n</svg>\n</li><li title=\"message search \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 2H7C4.24 2 2 4.23 2 6.98V12.96V13.96C2 16.71 4.24 18.94 7 18.94H8.5C8.77 18.94 9.13 19.12 9.3 19.34L10.8 21.33C11.46 22.21 12.54 22.21 13.2 21.33L14.7 19.34C14.89 19.09 15.19 18.94 15.5 18.94H17C19.76 18.94 22 16.71 22 13.96V6.98C22 4.23 19.76 2 17 2ZM15.66 14.53C15.51 14.68 15.32 14.75 15.13 14.75C14.94 14.75 14.75 14.68 14.6 14.53L13.86 13.79C13.28 14.17 12.58 14.4 11.83 14.4C9.79 14.4 8.13 12.74 8.13 10.7C8.13 8.66 9.78 7 11.83 7C13.88 7 15.53 8.66 15.53 10.7C15.53 11.45 15.3 12.15 14.92 12.73L15.66 13.47C15.95 13.76 15.95 14.24 15.66 14.53Z\" fill=\"\"/>\n</svg>\n</li><li title=\"message square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM18.28 12.91C18.28 13.11 18.27 13.31 18.25 13.5C18.07 15.62 16.82 16.68 14.52 16.68H14.2C14 16.68 13.81 16.77 13.7 16.93L12.76 18.19C12.34 18.75 11.67 18.75 11.25 18.19L10.31 16.93C10.21 16.8 9.98 16.68 9.81 16.68H9.49C6.98 16.68 5.73 16.06 5.73 12.92V9.76C5.73 7.46 6.79 6.21 8.91 6.03C9.08 6.01 9.28 6 9.49 6H14.52C17.03 6 18.28 7.26 18.28 9.76V12.91Z\" fill=\"\"/>\n</svg>\n</li><li title=\"message text 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 2H7C4.24 2 2 4.23 2 6.98V12.96V13.96C2 16.71 4.24 18.94 7 18.94H8.5C8.77 18.94 9.13 19.12 9.3 19.34L10.8 21.33C11.46 22.21 12.54 22.21 13.2 21.33L14.7 19.34C14.89 19.09 15.19 18.94 15.5 18.94H17C19.76 18.94 22 16.71 22 13.96V6.98C22 4.23 19.76 2 17 2ZM13 13.75H7C6.59 13.75 6.25 13.41 6.25 13C6.25 12.59 6.59 12.25 7 12.25H13C13.41 12.25 13.75 12.59 13.75 13C13.75 13.41 13.41 13.75 13 13.75ZM17 8.75H7C6.59 8.75 6.25 8.41 6.25 8C6.25 7.59 6.59 7.25 7 7.25H17C17.41 7.25 17.75 7.59 17.75 8C17.75 8.41 17.41 8.75 17 8.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"message text \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 2H8C4 2 2 4 2 8V21C2 21.55 2.45 22 3 22H16C20 22 22 20 22 16V8C22 4 20 2 16 2ZM14 15.25H7C6.59 15.25 6.25 14.91 6.25 14.5C6.25 14.09 6.59 13.75 7 13.75H14C14.41 13.75 14.75 14.09 14.75 14.5C14.75 14.91 14.41 15.25 14 15.25ZM17 10.25H7C6.59 10.25 6.25 9.91 6.25 9.5C6.25 9.09 6.59 8.75 7 8.75H17C17.41 8.75 17.75 9.09 17.75 9.5C17.75 9.91 17.41 10.25 17 10.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"message tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 13.5C2.79 13.5 1 15.29 1 17.5C1 18.25 1.21 18.96 1.58 19.56C2.27 20.72 3.54 21.5 5 21.5C6.46 21.5 7.73 20.72 8.42 19.56C8.79 18.96 9 18.25 9 17.5C9 15.29 7.21 13.5 5 13.5ZM6.97 17.17L4.84 19.14C4.7 19.27 4.51 19.34 4.33 19.34C4.14 19.34 3.95 19.27 3.8 19.12L2.81 18.13C2.52 17.84 2.52 17.36 2.81 17.07C3.1 16.78 3.58 16.78 3.87 17.07L4.35 17.55L5.95 16.07C6.25 15.79 6.73 15.81 7.01 16.11C7.29 16.41 7.27 16.89 6.97 17.17Z\" fill=\"\"/>\n<path d=\"M17.25 2.42969H7.75C4.9 2.42969 3 4.32969 3 7.17969V11.6397C3 11.9897 3.36 12.2397 3.7 12.1497C4.12 12.0497 4.55 11.9997 5 11.9997C7.86 11.9997 10.22 14.3197 10.48 17.1297C10.5 17.4097 10.73 17.6297 11 17.6297H11.55L15.78 20.4497C16.4 20.8697 17.25 20.4097 17.25 19.6497V17.6297C18.67 17.6297 19.86 17.1497 20.69 16.3297C21.52 15.4897 22 14.2997 22 12.8797V7.17969C22 4.32969 20.1 2.42969 17.25 2.42969ZM15.83 10.8097H9.17C8.78 10.8097 8.46 10.4897 8.46 10.0997C8.46 9.69969 8.78 9.37969 9.17 9.37969H15.83C16.22 9.37969 16.54 9.69969 16.54 10.0997C16.54 10.4897 16.22 10.8097 15.83 10.8097Z\" fill=\"\"/>\n</svg>\n</li><li title=\"message time \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 13.5C4.06 13.5 3.19 13.83 2.5 14.38C1.58 15.11 1 16.24 1 17.5C1 19.71 2.79 21.5 5 21.5C6.01 21.5 6.93 21.12 7.64 20.5C8.47 19.77 9 18.7 9 17.5C9 15.29 7.21 13.5 5 13.5ZM6 17.75C6 18.01 5.86 18.26 5.64 18.39L4.39 19.14C4.27 19.22 4.13 19.25 4 19.25C3.75 19.25 3.5 19.12 3.36 18.89C3.15 18.53 3.26 18.07 3.62 17.86L4.51 17.33V16.25C4.51 15.84 4.85 15.5 5.26 15.5C5.67 15.5 6 15.84 6 16.25V17.75Z\" fill=\"\"/>\n<path d=\"M17.25 2.42969H7.75C4.9 2.42969 3 4.32969 3 7.17969V11.6397C3 11.9897 3.36 12.2397 3.7 12.1497C4.12 12.0497 4.55 11.9997 5 11.9997C7.86 11.9997 10.22 14.3197 10.48 17.1297C10.5 17.4097 10.73 17.6297 11 17.6297H11.55L15.78 20.4497C16.4 20.8697 17.25 20.4097 17.25 19.6497V17.6297C18.67 17.6297 19.86 17.1497 20.69 16.3297C21.52 15.4897 22 14.2997 22 12.8797V7.17969C22 4.32969 20.1 2.42969 17.25 2.42969ZM15.83 10.8097H9.17C8.78 10.8097 8.46 10.4897 8.46 10.0997C8.46 9.69969 8.78 9.37969 9.17 9.37969H15.83C16.22 9.37969 16.54 9.69969 16.54 10.0997C16.54 10.4897 16.22 10.8097 15.83 10.8097Z\" fill=\"\"/>\n</svg>\n</li><li title=\"message \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 2H7C4.24 2 2 4.23 2 6.98V12.96V13.96C2 16.71 4.24 18.94 7 18.94H8.5C8.77 18.94 9.13 19.12 9.3 19.34L10.8 21.33C11.46 22.21 12.54 22.21 13.2 21.33L14.7 19.34C14.89 19.09 15.19 18.94 15.5 18.94H17C19.76 18.94 22 16.71 22 13.96V6.98C22 4.23 19.76 2 17 2ZM8 12C7.44 12 7 11.55 7 11C7 10.45 7.45 10 8 10C8.55 10 9 10.45 9 11C9 11.55 8.56 12 8 12ZM12 12C11.44 12 11 11.55 11 11C11 10.45 11.45 10 12 10C12.55 10 13 10.45 13 11C13 11.55 12.56 12 12 12ZM16 12C15.44 12 15 11.55 15 11C15 10.45 15.45 10 16 10C16.55 10 17 10.45 17 11C17 11.55 16.56 12 16 12Z\" fill=\"\"/>\n</svg>\n</li><li title=\"messages 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.19 6H6.79C6.53 6 6.28 6.01 6.04 6.04C3.35 6.27 2 7.86 2 10.79V14.79C2 18.79 3.6 19.58 6.79 19.58H7.19C7.41 19.58 7.7 19.73 7.83 19.9L9.03 21.5C9.56 22.21 10.42 22.21 10.95 21.5L12.15 19.9C12.3 19.7 12.54 19.58 12.79 19.58H13.19C16.12 19.58 17.71 18.24 17.94 15.54C17.97 15.3 17.98 15.05 17.98 14.79V10.79C17.98 7.6 16.38 6 13.19 6ZM6.5 14C5.94 14 5.5 13.55 5.5 13C5.5 12.45 5.95 12 6.5 12C7.05 12 7.5 12.45 7.5 13C7.5 13.55 7.05 14 6.5 14ZM9.99 14C9.43 14 8.99 13.55 8.99 13C8.99 12.45 9.44 12 9.99 12C10.54 12 10.99 12.45 10.99 13C10.99 13.55 10.55 14 9.99 14ZM13.49 14C12.93 14 12.49 13.55 12.49 13C12.49 12.45 12.94 12 13.49 12C14.04 12 14.49 12.45 14.49 13C14.49 13.55 14.04 14 13.49 14Z\" fill=\"\"/>\n<path d=\"M21.9802 6.79V10.79C21.9802 12.79 21.3602 14.15 20.1202 14.9C19.8202 15.08 19.4702 14.84 19.4702 14.49L19.4802 10.79C19.4802 6.79 17.1902 4.5 13.1902 4.5L7.10025 4.51C6.75025 4.51 6.51025 4.16 6.69025 3.86C7.44025 2.62 8.80025 2 10.7902 2H17.1902C20.3802 2 21.9802 3.6 21.9802 6.79Z\" fill=\"\"/>\n</svg>\n</li><li title=\"messages 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.4704 16.83L18.8604 19.99C18.9604 20.82 18.0704 21.4 17.3604 20.97L13.9004 18.91C13.6604 18.77 13.6004 18.47 13.7304 18.23C14.2304 17.31 14.5004 16.27 14.5004 15.23C14.5004 11.57 11.3604 8.59 7.50038 8.59C6.71038 8.59 5.94038 8.71 5.22038 8.95C4.85038 9.07 4.49038 8.73 4.58038 8.35C5.49038 4.71 8.99038 2 13.1704 2C18.0504 2 22.0004 5.69 22.0004 10.24C22.0004 12.94 20.6104 15.33 18.4704 16.83Z\" fill=\"\"/>\n<path d=\"M13 15.2298C13 16.4198 12.56 17.5198 11.82 18.3898C10.83 19.5898 9.26 20.3598 7.5 20.3598L4.89 21.9098C4.45 22.1798 3.89 21.8098 3.95 21.2998L4.2 19.3298C2.86 18.3998 2 16.9098 2 15.2298C2 13.4698 2.94 11.9198 4.38 10.9998C5.27 10.4198 6.34 10.0898 7.5 10.0898C10.54 10.0898 13 12.3898 13 15.2298Z\" fill=\"\"/>\n</svg>\n</li><li title=\"messages 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.59 12.4V16.47C15.59 16.83 15.55 17.17 15.46 17.48C15.09 18.95 13.87 19.87 12.19 19.87H9.47L6.45 21.88C6 22.19 5.4 21.86 5.4 21.32V19.87C4.38 19.87 3.53 19.53 2.94 18.94C2.34 18.34 2 17.49 2 16.47V12.4C2 10.5 3.18 9.19 5 9.02C5.13 9.01 5.26 9 5.4 9H12.19C14.23 9 15.59 10.36 15.59 12.4Z\" fill=\"\"/>\n<path d=\"M17.75 15.6C19.02 15.6 20.09 15.18 20.83 14.43C21.58 13.69 22 12.62 22 11.35V6.25C22 3.9 20.1 2 17.75 2H9.25C6.9 2 5 3.9 5 6.25V7C5 7.28 5.22 7.5 5.5 7.5H12.19C14.9 7.5 17.09 9.69 17.09 12.4V15.1C17.09 15.38 17.31 15.6 17.59 15.6H17.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"messages \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.9989 12.8595C21.9989 15.1495 20.8189 17.1795 18.9989 18.4595L17.6589 21.4095C17.3489 22.0795 16.4489 22.2095 15.9789 21.6395L14.4989 19.8595C12.6389 19.8595 10.9289 19.2295 9.62891 18.1795L10.2289 17.4695C14.8489 17.1195 18.4989 13.4595 18.4989 8.99953C18.4989 8.23953 18.3889 7.48953 18.1889 6.76953C20.4589 7.96953 21.9989 10.2495 21.9989 12.8595Z\" fill=\"\"/>\n<path d=\"M16.3 6.07C15.13 3.67 12.52 2 9.5 2C5.36 2 2 5.13 2 9C2 11.29 3.18 13.32 5 14.6L6.34 17.55C6.65 18.22 7.55 18.34 8.02 17.78L8.57 17.12L9.5 16C13.64 16 17 12.87 17 9C17 7.95 16.75 6.96 16.3 6.07ZM12 9.75H7C6.59 9.75 6.25 9.41 6.25 9C6.25 8.59 6.59 8.25 7 8.25H12C12.41 8.25 12.75 8.59 12.75 9C12.75 9.41 12.41 9.75 12 9.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"microphone 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.1197 9.11938C18.7297 9.11938 18.4197 9.42938 18.4197 9.81938V11.3994C18.4197 14.9394 15.5397 17.8194 11.9997 17.8194C8.45969 17.8194 5.57969 14.9394 5.57969 11.3994V9.80938C5.57969 9.41938 5.26969 9.10938 4.87969 9.10938C4.48969 9.10938 4.17969 9.41938 4.17969 9.80938V11.3894C4.17969 15.4594 7.30969 18.8094 11.2997 19.1694V21.2994C11.2997 21.6894 11.6097 21.9994 11.9997 21.9994C12.3897 21.9994 12.6997 21.6894 12.6997 21.2994V19.1694C16.6797 18.8194 19.8197 15.4594 19.8197 11.3894V9.80938C19.8097 9.42938 19.4997 9.11938 19.1197 9.11938Z\" fill=\"\"/>\n<path d=\"M11.9981 2C9.55813 2 7.57812 3.98 7.57812 6.42V11.54C7.57812 13.98 9.55813 15.96 11.9981 15.96C14.4381 15.96 16.4181 13.98 16.4181 11.54V6.42C16.4181 3.98 14.4381 2 11.9981 2ZM13.3081 8.95C13.2381 9.21 13.0081 9.38 12.7481 9.38C12.6981 9.38 12.6481 9.37 12.5981 9.36C12.2081 9.25 11.7981 9.25 11.4081 9.36C11.0881 9.45 10.7781 9.26 10.6981 8.95C10.6081 8.64 10.7981 8.32 11.1081 8.24C11.6981 8.08 12.3181 8.08 12.9081 8.24C13.2081 8.32 13.3881 8.64 13.3081 8.95ZM13.8381 7.01C13.7481 7.25 13.5281 7.39 13.2881 7.39C13.2181 7.39 13.1581 7.38 13.0881 7.36C12.3881 7.1 11.6081 7.1 10.9081 7.36C10.6081 7.47 10.2681 7.31 10.1581 7.01C10.0481 6.71 10.2081 6.37 10.5081 6.27C11.4681 5.92 12.5281 5.92 13.4881 6.27C13.7881 6.38 13.9481 6.71 13.8381 7.01Z\" fill=\"\"/>\n</svg>\n</li><li title=\"microphone slash 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.6189 5.72L7.00891 16.33C6.27891 15.34 5.87891 14.13 5.87891 12.82V8.11C5.87891 6.27 6.69891 4.62 7.99891 3.5V7.64C7.99891 8.03 8.31891 8.35 8.69891 8.35C9.08891 8.35 9.40891 8.03 9.40891 7.64V2.57C9.86891 2.34 10.3589 2.18 10.8689 2.09V5.75C10.8689 6.15 11.1889 6.46 11.5789 6.46C11.9689 6.46 12.2889 6.15 12.2889 5.75V2C14.6789 2.11 16.7389 3.61 17.6189 5.72Z\" fill=\"\"/>\n<path d=\"M18.1202 8.87891V12.8189C18.1202 16.1889 15.3702 18.9389 12.0002 18.9389C11.8202 18.9389 11.6402 18.9289 11.4602 18.9089C11.3802 18.9089 11.3002 18.8989 11.2302 18.8889C11.1002 18.8689 10.9702 18.8489 10.8502 18.8289C10.8002 18.8289 10.7602 18.8089 10.7002 18.7989C10.5602 18.7689 10.4202 18.7289 10.2902 18.6889C10.0702 18.6289 9.86016 18.5489 9.66016 18.4689C9.53016 18.4189 9.41016 18.3689 9.29016 18.2989C9.26016 18.2889 9.24016 18.2689 9.21016 18.2589C9.11016 18.2089 9.01016 18.1589 8.91016 18.0889L18.1202 8.87891Z\" fill=\"\"/>\n<path d=\"M21.7497 11V13C21.7497 18.38 17.3797 22.75 11.9997 22.75C9.87969 22.75 7.84969 22.07 6.17969 20.82L7.25969 19.74C8.63969 20.72 10.2797 21.25 11.9997 21.25C16.5497 21.25 20.2497 17.55 20.2497 13V11C20.2497 10.59 20.5897 10.25 20.9997 10.25C21.4097 10.25 21.7497 10.59 21.7497 11Z\" fill=\"\"/>\n<path d=\"M21.7689 2.22891C21.4689 1.92891 20.9789 1.92891 20.6789 2.22891L2.22891 20.6889C1.92891 20.9889 1.92891 21.4789 2.22891 21.7789C2.37891 21.9189 2.56891 21.9989 2.76891 21.9989C2.96891 21.9989 3.15891 21.9189 3.30891 21.7689L21.7689 3.30891C22.0789 3.00891 22.0789 2.52891 21.7689 2.22891Z\" fill=\"\"/>\n</svg>\n</li><li title=\"microphone slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.4181 6.4216V7.5816L9.13813 14.8616C8.17813 13.9916 7.57812 12.7116 7.57812 11.3416V6.4216C7.57812 4.3616 8.97813 2.6516 10.8781 2.1616C11.0681 2.1116 11.2481 2.2716 11.2481 2.4616V4.0016C11.2481 4.4116 11.5881 4.7516 11.9981 4.7516C12.4081 4.7516 12.7481 4.4116 12.7481 4.0016V2.4616C12.7481 2.2716 12.9281 2.1116 13.1181 2.1616C15.0181 2.6516 16.4181 4.3616 16.4181 6.4216Z\" fill=\"\"/>\n<path d=\"M19.8117 9.81109V11.4011C19.8117 15.4711 16.6817 18.8211 12.7017 19.1711V21.3011C12.7017 21.6911 12.3917 22.0011 12.0017 22.0011C11.6117 22.0011 11.3017 21.6911 11.3017 21.3011V19.1711C10.2117 19.0711 9.18172 18.7511 8.26172 18.2411L9.29172 17.2111C10.1117 17.5911 11.0317 17.8111 12.0017 17.8111C15.5417 17.8111 18.4217 14.9311 18.4217 11.4011V9.81109C18.4217 9.43109 18.7317 9.12109 19.1217 9.12109C19.5017 9.12109 19.8117 9.43109 19.8117 9.81109Z\" fill=\"\"/>\n<path d=\"M16.4183 10.0781V11.5281C16.4183 14.1081 14.1983 16.1781 11.5583 15.9281C11.2783 15.8981 10.9983 15.8481 10.7383 15.7581L16.4183 10.0781Z\" fill=\"\"/>\n<path d=\"M21.7711 2.22891C21.4711 1.92891 20.9811 1.92891 20.6811 2.22891L7.23109 15.6789C6.20109 14.5489 5.58109 13.0489 5.58109 11.3989V9.80891C5.58109 9.42891 5.27109 9.11891 4.88109 9.11891C4.50109 9.11891 4.19109 9.42891 4.19109 9.80891V11.3989C4.19109 13.4289 4.97109 15.2789 6.24109 16.6689L2.22109 20.6889C1.92109 20.9889 1.92109 21.4789 2.22109 21.7789C2.38109 21.9189 2.57109 21.9989 2.77109 21.9989C2.97109 21.9989 3.16109 21.9189 3.31109 21.7689L21.7711 3.30891C22.0811 3.00891 22.0811 2.52891 21.7711 2.22891Z\" fill=\"\"/>\n</svg>\n</li><li title=\"microphone \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.0016 21.9292C6.96156 21.9292 2.85156 17.8292 2.85156 12.7792V10.8992C2.85156 10.5092 3.17156 10.1992 3.55156 10.1992C3.93156 10.1992 4.25156 10.5192 4.25156 10.8992V12.7792C4.25156 17.0492 7.72156 20.5192 11.9916 20.5192C16.2616 20.5192 19.7316 17.0492 19.7316 12.7792V10.8992C19.7316 10.5092 20.0516 10.1992 20.4316 10.1992C20.8116 10.1992 21.1316 10.5192 21.1316 10.8992V12.7792C21.1516 17.8292 17.0416 21.9292 12.0016 21.9292Z\" fill=\"\"/>\n<path d=\"M11.9984 2C8.63844 2 5.89844 4.74 5.89844 8.1V12.79C5.89844 16.15 8.63844 18.89 11.9984 18.89C15.3584 18.89 18.0984 16.15 18.0984 12.79V8.1C18.0984 4.74 15.3584 2 11.9984 2ZM14.1784 10.59C14.1084 10.86 13.8584 11.04 13.5884 11.04C13.5384 11.04 13.4784 11.03 13.4284 11.02C12.4084 10.74 11.3284 10.74 10.3084 11.02C9.97844 11.11 9.64844 10.92 9.55844 10.59C9.46844 10.27 9.65844 9.93 9.98844 9.84C11.2184 9.5 12.5184 9.5 13.7484 9.84C14.0784 9.93 14.2684 10.26 14.1784 10.59ZM15.0284 7.82C14.9384 8.07 14.7084 8.22 14.4584 8.22C14.3884 8.22 14.3184 8.21 14.2484 8.18C12.7184 7.62 11.0384 7.62 9.50844 8.18C9.18844 8.3 8.83844 8.14 8.71844 7.82C8.60844 7.51 8.76844 7.16 9.08844 7.04C10.8884 6.39 12.8684 6.39 14.6584 7.04C14.9784 7.16 15.1384 7.51 15.0284 7.82Z\" fill=\"\"/>\n</svg>\n</li><li title=\"microscope \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.8406 10.8986L20.5006 7.10862C21.0706 6.72862 21.2206 5.94862 20.8406 5.38862L19.0206 2.67862C18.6406 2.10862 17.8606 1.95862 17.3006 2.33862L11.6406 6.12862L14.8406 10.8986Z\" fill=\"\"/>\n<path d=\"M14.5197 10.4216L12.7597 11.6016L10.0897 13.3916L9.73969 13.6216L9.57969 13.3816L7.33969 10.0416L7.17969 9.80156L11.9597 6.60156L14.5197 10.4216Z\" fill=\"\"/>\n<path d=\"M5.63912 16.0191L9.58912 13.3791L7.34912 10.0391L3.39912 12.6791C2.93912 12.9891 2.81912 13.6091 3.12912 14.0691L4.25912 15.7491C4.55912 16.2091 5.17912 16.3291 5.63912 16.0191Z\" fill=\"\"/>\n<path d=\"M16.5594 21.8116C16.4594 21.8516 16.3494 21.8816 16.2494 21.8816C15.9594 21.8816 15.6894 21.7116 15.5594 21.4316L11.8294 13.1916L8.04941 21.4416C7.91941 21.7116 7.64941 21.8816 7.35941 21.8816C7.25941 21.8816 7.14941 21.8516 7.04941 21.8116C6.67941 21.6316 6.50941 21.1916 6.67941 20.8116L10.0894 13.3916L12.7594 11.6016L16.9294 20.8216C17.0994 21.1916 16.9294 21.6416 16.5594 21.8116Z\" fill=\"\"/>\n</svg>\n</li><li title=\"milk \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18 15.9983V18.9983C18 20.6483 16.65 21.9983 15 21.9983H9C7.35 21.9983 6 20.6483 6 18.9983V14.9883C6 14.4383 6.45 13.9883 7.01 13.9883L9.89 13.9983C10.58 13.9983 11.26 14.1483 11.89 14.4483C12.58 14.7683 13.31 14.9983 14.08 14.9983H17C17.55 14.9983 18 15.4483 18 15.9983Z\" fill=\"\"/>\n<path d=\"M17.41 9.41L15.29 7.29C15.1 7.1 15 6.85 15 6.59V4.91C15.58 4.71 16 4.15 16 3.5C16 2.67 15.33 2 14.5 2H9.5C8.67 2 8 2.67 8 3.5C8 4.15 8.42 4.71 9 4.91V6.59C9 6.85 8.9 7.1 8.71 7.29L6.59 9.41C6.27 9.73 6 10.38 6 10.83V11.48C6 12.03 6.44 12.48 6.99 12.48L9.9 12.5C10.88 12.5 11.87 12.74 12.75 13.2C13.17 13.42 13.65 13.5 14.12 13.5H17C17.55 13.5 18 13.05 18 12.5V10.83C18 10.38 17.73 9.73 17.41 9.41Z\" fill=\"\"/>\n</svg>\n</li><li title=\"mini music sqaure \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M20.7117 17.5195C20.3417 18.7395 19.6117 19.6795 18.5717 20.2595C18.5317 20.0995 18.5117 19.9295 18.5117 19.7595C18.5117 18.5395 19.5017 17.5395 20.7117 17.5195Z\" fill=\"\"/>\n<path d=\"M21 7.52V9.48397C21 10.0065 20.586 10.4294 20.08 10.56L17.13 11.38C15.57 11.78 14.53 13.13 14.53 14.74V16.2849C14.53 16.7595 14.1873 17.1556 13.7612 17.3644C12.7457 17.8619 11.9698 18.8714 11.677 20.0107C11.5395 20.5456 11.1023 21 10.55 21H7.52C4.07 21 2 18.94 2 15.48V7.52C2 4.06 4.07 2 7.52 2H15.48C18.93 2 21 4.06 21 7.52Z\" fill=\"\"/>\n<path d=\"M22.3091 12.251C22.0491 12.061 21.6291 11.861 20.9991 11.921C20.8391 11.931 20.6691 11.961 20.4791 12.011L17.4991 12.831C16.6091 13.061 16.0291 13.811 16.0291 14.741V18.651C15.7991 18.571 15.5491 18.521 15.2891 18.521C14.0491 18.521 13.0391 19.521 13.0391 20.761C13.0391 20.841 13.0391 20.921 13.0491 21.001C13.1691 22.121 14.1291 23.001 15.2891 23.001C16.5091 23.001 17.4991 22.011 17.5191 20.801C17.5191 20.781 17.5291 20.771 17.5291 20.761V17.071L20.9791 16.121L21.4991 15.981V17.661C21.2691 17.581 21.0191 17.521 20.7491 17.521H20.7091C19.4991 17.541 18.5091 18.541 18.5091 19.761C18.5091 19.931 18.5291 20.101 18.5691 20.261C18.7991 21.261 19.6891 22.011 20.7491 22.011C21.9791 22.011 22.9691 21.021 22.9891 19.801C22.9891 19.791 22.9991 19.781 22.9991 19.761V13.931C22.9991 13.171 22.7691 12.611 22.3091 12.251ZM15.2891 21.501C14.9591 21.501 14.6791 21.291 14.5891 21.001C14.5491 20.931 14.5391 20.841 14.5391 20.761C14.5391 20.351 14.8791 20.021 15.2891 20.021C15.6891 20.021 16.0291 20.351 16.0291 20.761C16.0291 20.841 16.0191 20.911 15.9891 20.981C15.8991 21.281 15.6191 21.501 15.2891 21.501ZM20.7491 20.511C20.3491 20.511 20.0091 20.171 20.0091 19.761C20.0091 19.361 20.3491 19.021 20.7491 19.021C21.1591 19.021 21.4991 19.361 21.4991 19.761C21.4991 20.171 21.1591 20.511 20.7491 20.511Z\" fill=\"\"/>\n</svg>\n</li><li title=\"minus cirlce \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 2C6.49 2 2 6.49 2 12C2 17.51 6.49 22 12 22C17.51 22 22 17.51 22 12C22 6.49 17.51 2 12 2ZM15.92 12.75H7.92C7.51 12.75 7.17 12.41 7.17 12C7.17 11.59 7.51 11.25 7.92 11.25H15.92C16.33 11.25 16.67 11.59 16.67 12C16.67 12.41 16.34 12.75 15.92 12.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"minus square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM16 12.75H8C7.59 12.75 7.25 12.41 7.25 12C7.25 11.59 7.59 11.25 8 11.25H16C16.41 11.25 16.75 11.59 16.75 12C16.75 12.41 16.41 12.75 16 12.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"minus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM18 12.75H6C5.59 12.75 5.25 12.41 5.25 12C5.25 11.59 5.59 11.25 6 11.25H18C18.41 11.25 18.75 11.59 18.75 12C18.75 12.41 18.41 12.75 18 12.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"mirror \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 18C16.4183 18 20 14.4183 20 10C20 5.58172 16.4183 2 12 2C7.58172 2 4 5.58172 4 10C4 14.4183 7.58172 18 12 18Z\" fill=\"\"/>\n<path d=\"M18 22.75H6C5.59 22.75 5.25 22.41 5.25 22C5.25 21.59 5.59 21.25 6 21.25H18C18.41 21.25 18.75 21.59 18.75 22C18.75 22.41 18.41 22.75 18 22.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"mirroring screen \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 3H7C4.24 3 2 5.24 2 8V9V16C2 18.76 4.24 21 7 21H16H17C19.76 21 22 18.76 22 16V8C22 5.24 19.76 3 17 3ZM10.49 16.81C10.46 16.81 10.43 16.82 10.39 16.82C10.02 16.82 9.7 16.54 9.65 16.17C9.52 15.15 8.78 14.41 7.76 14.28C7.35 14.23 7.06 13.85 7.11 13.44C7.16 13.03 7.54 12.74 7.95 12.79C9.64 13.01 10.92 14.29 11.14 15.98C11.19 16.38 10.9 16.76 10.49 16.81ZM13.54 16.3C13.51 16.3 13.48 16.31 13.44 16.31C13.07 16.31 12.75 16.03 12.7 15.66C12.39 13.28 10.66 11.54 8.27 11.23C7.86 11.18 7.57 10.8 7.62 10.39C7.67 9.98 8.05 9.69 8.46 9.74C11.54 10.14 13.79 12.38 14.19 15.47C14.24 15.87 13.95 16.24 13.54 16.3ZM16.24 15.43C16.21 15.43 16.18 15.44 16.14 15.44C15.77 15.44 15.45 15.16 15.4 14.79C14.97 11.41 12.51 8.95 9.13 8.52C8.72 8.47 8.43 8.09 8.48 7.68C8.53 7.27 8.91 6.98 9.32 7.03C13.39 7.55 16.36 10.52 16.89 14.6C16.94 15.01 16.65 15.38 16.24 15.43Z\" fill=\"\"/>\n</svg>\n</li><li title=\"mobile programming \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18 13C15.24 13 13 15.24 13 18C13 20.76 15.24 23 18 23C20.76 23 23 20.76 23 18C23 15.24 20.76 13 18 13ZM17.16 19.27C17.41 19.52 17.41 19.93 17.16 20.19C17.03 20.32 16.87 20.38 16.7 20.38C16.53 20.38 16.37 20.32 16.24 20.19L14.51 18.46C14.26 18.21 14.26 17.8 14.51 17.54L16.24 15.81C16.49 15.56 16.9 15.56 17.16 15.81C17.41 16.06 17.41 16.47 17.16 16.73L15.89 18L17.16 19.27ZM21.48 18.46L19.75 20.19C19.62 20.32 19.46 20.38 19.29 20.38C19.12 20.38 18.96 20.32 18.83 20.19C18.58 19.94 18.58 19.53 18.83 19.27L20.11 18L18.84 16.73C18.59 16.48 18.59 16.07 18.84 15.81C19.09 15.56 19.5 15.56 19.76 15.81L21.49 17.54C21.73 17.8 21.73 18.2 21.48 18.46Z\" fill=\"\"/>\n<path d=\"M21 7.00078V11.4708C21 11.8208 20.66 12.0608 20.34 11.9408C19.23 11.5108 17.99 11.3708 16.69 11.6308C14.09 12.1508 12.02 14.2808 11.59 16.9008C11.33 18.5008 11.65 20.0108 12.38 21.2408C12.58 21.5808 12.34 22.0008 11.95 22.0008H8C4.5 22.0008 3 20.0008 3 17.0008V7.00078C3 4.34078 4.18 2.47078 6.89 2.08078C7.18 2.04078 7.44 2.27078 7.45 2.57078L7.48 3.58078C7.51 5.18078 8.86 6.50078 10.48 6.50078H13.5C15.15 6.50078 16.5 5.15078 16.5 3.50078V2.57078C16.5 2.27078 16.76 2.03078 17.05 2.07078C19.8 2.44078 21 4.32078 21 7.00078Z\" fill=\"\"/>\n<path d=\"M14.9996 3V3.5C14.9996 4.32 14.3196 5 13.4996 5H10.4696C9.65963 5 8.98963 4.35 8.96963 3.54L8.95963 3.03C8.93963 2.46 9.38963 2 9.95963 2H13.9996C14.5496 2 14.9996 2.45 14.9996 3Z\" fill=\"\"/>\n</svg>\n</li><li title=\"mobile \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.24 2H7.76C5 2 4 3 4 5.81V18.19C4 21 5 22 7.76 22H16.23C19 22 20 21 20 18.19V5.81C20 3 19 2 16.24 2ZM12 19.3C11.04 19.3 10.25 18.51 10.25 17.55C10.25 16.59 11.04 15.8 12 15.8C12.96 15.8 13.75 16.59 13.75 17.55C13.75 18.51 12.96 19.3 12 19.3ZM14 6.25H10C9.59 6.25 9.25 5.91 9.25 5.5C9.25 5.09 9.59 4.75 10 4.75H14C14.41 4.75 14.75 5.09 14.75 5.5C14.75 5.91 14.41 6.25 14 6.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"money 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z\" fill=\"\"/>\n<path d=\"M17 3.5H7C4 3.5 2 5 2 8.5V9V15V15.5C2 19 4 20.5 7 20.5H17C20 20.5 22 19 22 15.5V15V9V8.5C22 5 20 3.5 17 3.5ZM7 19C7 16.18 6.09 15.14 3.5 15.02V15V9V8.98C6.09 8.86 7 7.82 7 5H17C17 7.82 17.91 8.86 20.5 8.98V9V15V15.02C17.91 15.14 17 16.18 17 19H7Z\" fill=\"\"/>\n</svg>\n</li><li title=\"money 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 3.5H7C4 3.5 2 5 2 8.5V15.5C2 19 4 20.5 7 20.5H17C20 20.5 22 19 22 15.5V8.5C22 5 20 3.5 17 3.5ZM8 17.75H5C4.59 17.75 4.25 17.41 4.25 17C4.25 16.59 4.59 16.25 5 16.25H8C8.41 16.25 8.75 16.59 8.75 17C8.75 17.41 8.41 17.75 8 17.75ZM12 15C10.34 15 9 13.66 9 12C9 10.34 10.34 9 12 9C13.66 9 15 10.34 15 12C15 13.66 13.66 15 12 15ZM19 7.75H16C15.59 7.75 15.25 7.41 15.25 7C15.25 6.59 15.59 6.25 16 6.25H19C19.41 6.25 19.75 6.59 19.75 7C19.75 7.41 19.41 7.75 19 7.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"money 4 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 3.5H7C4 3.5 2 5 2 8.5V15.5C2 19 4 20.5 7 20.5H17C20 20.5 22 19 22 15.5V8.5C22 5 20 3.5 17 3.5ZM3.75 8.5C3.75 6.71 5.21 5.25 7 5.25H8.5C8.91 5.25 9.25 5.59 9.25 6C9.25 6.41 8.91 6.75 8.5 6.75H7C6.04 6.75 5.25 7.54 5.25 8.5V10C5.25 10.41 4.91 10.75 4.5 10.75C4.09 10.75 3.75 10.41 3.75 10V8.5ZM8.5 18.75H7C5.21 18.75 3.75 17.29 3.75 15.5V14C3.75 13.59 4.09 13.25 4.5 13.25C4.91 13.25 5.25 13.59 5.25 14V15.5C5.25 16.46 6.04 17.25 7 17.25H8.5C8.91 17.25 9.25 17.59 9.25 18C9.25 18.41 8.91 18.75 8.5 18.75ZM12 15C10.34 15 9 13.66 9 12C9 10.34 10.34 9 12 9C13.66 9 15 10.34 15 12C15 13.66 13.66 15 12 15ZM20.25 15.5C20.25 17.29 18.79 18.75 17 18.75H15.5C15.09 18.75 14.75 18.41 14.75 18C14.75 17.59 15.09 17.25 15.5 17.25H17C17.96 17.25 18.75 16.46 18.75 15.5V14C18.75 13.59 19.09 13.25 19.5 13.25C19.91 13.25 20.25 13.59 20.25 14V15.5ZM20.25 10C20.25 10.41 19.91 10.75 19.5 10.75C19.09 10.75 18.75 10.41 18.75 10V8.5C18.75 7.54 17.96 6.75 17 6.75H15.5C15.09 6.75 14.75 6.41 14.75 6C14.75 5.59 15.09 5.25 15.5 5.25H17C18.79 5.25 20.25 6.71 20.25 8.5V10Z\" fill=\"\"/>\n</svg>\n</li><li title=\"money add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 4H7C4 4 2 5.5 2 9V12.56C2 12.93 2.38 13.16 2.71 13.01C3.69 12.56 4.82 12.39 6.01 12.6C8.64 13.07 10.57 15.51 10.5 18.18C10.49 18.6 10.43 19.01 10.32 19.41C10.24 19.72 10.49 20.01 10.81 20.01H17C20 20.01 22 18.51 22 15.01V9C22 5.5 20 4 17 4ZM12 14.5C10.62 14.5 9.5 13.38 9.5 12C9.5 10.62 10.62 9.5 12 9.5C13.38 9.5 14.5 10.62 14.5 12C14.5 13.38 13.38 14.5 12 14.5ZM19.25 14C19.25 14.41 18.91 14.75 18.5 14.75C18.09 14.75 17.75 14.41 17.75 14V10C17.75 9.59 18.09 9.25 18.5 9.25C18.91 9.25 19.25 9.59 19.25 10V14Z\" fill=\"\"/>\n<path d=\"M5 14C2.79 14 1 15.79 1 18C1 18.75 1.21 19.46 1.58 20.06C2.27 21.22 3.54 22 5 22C6.46 22 7.73 21.22 8.42 20.06C8.79 19.46 9 18.75 9 18C9 15.79 7.21 14 5 14ZM6.49 18.73H5.75V19.51C5.75 19.92 5.41 20.26 5 20.26C4.59 20.26 4.25 19.92 4.25 19.51V18.73H3.51C3.1 18.73 2.76 18.39 2.76 17.98C2.76 17.57 3.1 17.23 3.51 17.23H4.25V16.52C4.25 16.11 4.59 15.77 5 15.77C5.41 15.77 5.75 16.11 5.75 16.52V17.23H6.49C6.9 17.23 7.24 17.57 7.24 17.98C7.24 18.39 6.91 18.73 6.49 18.73Z\" fill=\"\"/>\n</svg>\n</li><li title=\"money change \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 4H7C4 4 2 5.5 2 9V12.56C2 12.93 2.38 13.16 2.71 13.01C3.69 12.56 4.82 12.39 6.01 12.6C8.64 13.07 10.57 15.51 10.5 18.18C10.49 18.6 10.43 19.01 10.32 19.41C10.24 19.72 10.49 20.01 10.81 20.01H17C20 20.01 22 18.51 22 15.01V9C22 5.5 20 4 17 4ZM12 14.5C10.62 14.5 9.5 13.38 9.5 12C9.5 10.62 10.62 9.5 12 9.5C13.38 9.5 14.5 10.62 14.5 12C14.5 13.38 13.38 14.5 12 14.5ZM19.25 14C19.25 14.41 18.91 14.75 18.5 14.75C18.09 14.75 17.75 14.41 17.75 14V10C17.75 9.59 18.09 9.25 18.5 9.25C18.91 9.25 19.25 9.59 19.25 10V14Z\" fill=\"\"/>\n<path d=\"M5 14C3.75 14 2.62 14.59 1.89 15.49C1.33 16.18 1 17.05 1 18C1 20.21 2.8 22 5 22C6.74 22 8.23 20.89 8.77 19.33C8.92 18.92 9 18.47 9 18C9 15.8 7.21 14 5 14ZM7.36 19.74C7.34 19.8 7.3 19.86 7.26 19.9L6.54 20.61C6.45 20.71 6.33 20.75 6.2 20.75C6.07 20.75 5.94 20.71 5.85 20.61C5.69 20.46 5.67 20.22 5.77 20.04H3.76C3.12 20.04 2.6 19.52 2.6 18.87V18.77C2.6 18.49 2.82 18.28 3.09 18.28C3.36 18.28 3.58 18.49 3.58 18.77V18.87C3.58 18.98 3.66 19.07 3.77 19.07H5.78C5.68 18.88 5.7 18.65 5.86 18.49C6.05 18.3 6.36 18.3 6.54 18.49L7.26 19.21C7.3 19.25 7.34 19.31 7.37 19.37C7.41 19.48 7.41 19.62 7.36 19.74ZM7.4 17.23C7.4 17.51 7.18 17.72 6.91 17.72C6.64 17.72 6.42 17.51 6.42 17.23V17.13C6.42 17.02 6.34 16.93 6.23 16.93H4.23C4.33 17.12 4.31 17.35 4.15 17.51C4.06 17.6 3.94 17.65 3.8 17.65C3.68 17.65 3.55 17.6 3.46 17.51L2.74 16.79C2.7 16.75 2.66 16.69 2.63 16.63C2.59 16.51 2.59 16.38 2.63 16.26C2.66 16.21 2.69 16.14 2.74 16.1L3.46 15.39C3.65 15.19 3.96 15.19 4.14 15.39C4.3 15.54 4.32 15.78 4.22 15.96H6.23C6.87 15.96 7.39 16.48 7.39 17.13V17.23H7.4Z\" fill=\"\"/>\n</svg>\n</li><li title=\"money forbidden \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M1.7 20.24C1.71 20.23 1.71 20.22 1.71 20.22L7.21 14.72C7.22 14.71 7.23 14.71 7.24 14.7C6.61 14.26 5.84 14 5 14C2.79 14 1 15.79 1 18C1 18.75 1.21 19.46 1.58 20.06C1.62 20.12 1.66 20.18 1.7 20.24Z\" fill=\"\"/>\n<path d=\"M8.3 15.75C8.29 15.76 8.29 15.77 8.28 15.78L2.78 21.28C2.77 21.29 2.76 21.29 2.75 21.3C3.39 21.74 4.16 22 5 22C6.46 22 7.73 21.22 8.42 20.06C8.79 19.46 9 18.75 9 18C9 17.16 8.74 16.39 8.3 15.75Z\" fill=\"\"/>\n<path d=\"M17 4H7C4 4 2 5.5 2 9V12.56C2 12.93 2.38 13.16 2.71 13.01C3.69 12.56 4.82 12.39 6.01 12.6C8.64 13.07 10.57 15.51 10.5 18.18C10.49 18.6 10.43 19.01 10.32 19.41C10.24 19.72 10.49 20.01 10.81 20.01H17C20 20.01 22 18.51 22 15.01V9C22 5.5 20 4 17 4ZM12 14.5C10.62 14.5 9.5 13.38 9.5 12C9.5 10.62 10.62 9.5 12 9.5C13.38 9.5 14.5 10.62 14.5 12C14.5 13.38 13.38 14.5 12 14.5ZM19.25 14C19.25 14.41 18.91 14.75 18.5 14.75C18.09 14.75 17.75 14.41 17.75 14V10C17.75 9.59 18.09 9.25 18.5 9.25C18.91 9.25 19.25 9.59 19.25 10V14Z\" fill=\"\"/>\n</svg>\n</li><li title=\"money recive \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.8086 6.25047H20.1686C19.9786 5.98047 19.7786 5.73047 19.5686 5.48047L18.8086 6.25047Z\" fill=\"\"/>\n<path d=\"M18.52 4.42031C18.27 4.21031 18.02 4.01031 17.75 3.82031V5.18031L18.52 4.42031Z\" fill=\"\"/>\n<path d=\"M19.5795 5.48141L22.5295 2.53141C22.8195 2.24141 22.8195 1.76141 22.5295 1.47141C22.2395 1.18141 21.7595 1.18141 21.4695 1.47141L18.5195 4.42141C18.8995 4.75141 19.2495 5.11141 19.5795 5.48141Z\" fill=\"\"/>\n<path d=\"M17.7517 3C17.7517 2.59 17.4117 2.25 17.0017 2.25C16.6017 2.25 16.2817 2.57 16.2617 2.96C16.7817 3.21 17.2817 3.49 17.7517 3.82V3Z\" fill=\"\"/>\n<path d=\"M21.7519 7C21.7519 6.59 21.4119 6.25 21.0019 6.25H20.1719C20.5019 6.72 20.7919 7.22 21.0319 7.74C21.4319 7.72 21.7519 7.4 21.7519 7Z\" fill=\"\"/>\n<path d=\"M12.75 14.7508H13.05C13.44 14.7508 13.75 14.4008 13.75 13.9708C13.75 13.4308 13.6 13.3508 13.26 13.2308L12.75 13.0508V14.7508Z\" fill=\"\"/>\n<path d=\"M21.04 7.74C21.03 7.74 21.02 7.75 21 7.75H17C16.9 7.75 16.81 7.73 16.71 7.69C16.53 7.61 16.38 7.47 16.3 7.28C16.27 7.19 16.25 7.1 16.25 7V3C16.25 2.99 16.26 2.98 16.26 2.96C14.96 2.35 13.52 2 12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 10.48 21.65 9.04 21.04 7.74ZM13.75 11.82C14.39 12.04 15.25 12.51 15.25 13.98C15.25 15.23 14.26 16.26 13.05 16.26H12.75V16.51C12.75 16.92 12.41 17.26 12 17.26C11.59 17.26 11.25 16.92 11.25 16.51V16.26H11.17C9.84 16.26 8.75 15.14 8.75 13.76C8.75 13.34 9.09 13 9.5 13C9.91 13 10.25 13.34 10.25 13.75C10.25 14.3 10.66 14.75 11.17 14.75H11.25V12.53L10.25 12.18C9.61 11.96 8.75 11.49 8.75 10.02C8.75 8.77 9.74 7.74 10.95 7.74H11.25V7.5C11.25 7.09 11.59 6.75 12 6.75C12.41 6.75 12.75 7.09 12.75 7.5V7.75H12.83C14.16 7.75 15.25 8.87 15.25 10.25C15.25 10.66 14.91 11 14.5 11C14.09 11 13.75 10.66 13.75 10.25C13.75 9.7 13.34 9.25 12.83 9.25H12.75V11.47L13.75 11.82Z\" fill=\"\"/>\n<path d=\"M10.25 10.03C10.25 10.57 10.4 10.65 10.74 10.77L11.25 10.95V9.25H10.95C10.57 9.25 10.25 9.6 10.25 10.03Z\" fill=\"\"/>\n</svg>\n</li><li title=\"money remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 4H7C4 4 2 5.5 2 9V12.56C2 12.93 2.38 13.16 2.71 13.01C3.69 12.56 4.82 12.39 6.01 12.6C8.64 13.07 10.57 15.51 10.5 18.18C10.49 18.6 10.43 19.01 10.32 19.41C10.24 19.72 10.49 20.01 10.81 20.01H17C20 20.01 22 18.51 22 15.01V9C22 5.5 20 4 17 4ZM12 14.5C10.62 14.5 9.5 13.38 9.5 12C9.5 10.62 10.62 9.5 12 9.5C13.38 9.5 14.5 10.62 14.5 12C14.5 13.38 13.38 14.5 12 14.5ZM19.25 14C19.25 14.41 18.91 14.75 18.5 14.75C18.09 14.75 17.75 14.41 17.75 14V10C17.75 9.59 18.09 9.25 18.5 9.25C18.91 9.25 19.25 9.59 19.25 10V14Z\" fill=\"\"/>\n<path d=\"M5 14C3.8 14 2.73 14.53 2 15.36C1.38 16.07 1 16.99 1 18C1 18.75 1.21 19.46 1.58 20.06C2.27 21.22 3.54 22 5 22C6.01 22 6.93 21.63 7.63 21C7.94 20.74 8.21 20.42 8.42 20.06C8.79 19.46 9 18.75 9 18C9 15.79 7.21 14 5 14ZM6.6 19.58C6.45 19.73 6.26 19.8 6.07 19.8C5.88 19.8 5.69 19.73 5.54 19.58L5.01 19.05L4.46 19.6C4.31 19.75 4.12 19.82 3.93 19.82C3.74 19.82 3.55 19.75 3.4 19.6C3.11 19.31 3.11 18.83 3.4 18.54L3.95 17.99L3.42 17.46C3.13 17.17 3.13 16.69 3.42 16.4C3.71 16.11 4.19 16.11 4.48 16.4L5.01 16.93L5.51 16.43C5.8 16.14 6.28 16.14 6.57 16.43C6.86 16.72 6.86 17.2 6.57 17.49L6.07 17.99L6.6 18.52C6.89 18.81 6.89 19.28 6.6 19.58Z\" fill=\"\"/>\n</svg>\n</li><li title=\"money send \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.25 10.03C10.25 10.57 10.4 10.65 10.74 10.77L11.25 10.95V9.25H10.95C10.57 9.25 10.25 9.6 10.25 10.03Z\" fill=\"\"/>\n<path d=\"M12.75 14.7508H13.05C13.44 14.7508 13.75 14.4008 13.75 13.9708C13.75 13.4308 13.6 13.3508 13.26 13.2308L12.75 13.0508V14.7508Z\" fill=\"\"/>\n<path d=\"M19.58 5.48L17.53 7.53C17.38 7.68 17.19 7.75 17 7.75C16.81 7.75 16.62 7.68 16.47 7.53C16.18 7.24 16.18 6.76 16.47 6.47L18.52 4.42C16.76 2.92 14.49 2 12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 9.51 21.08 7.24 19.58 5.48ZM13.75 11.82C14.39 12.05 15.25 12.51 15.25 13.98C15.25 15.23 14.26 16.26 13.05 16.26H12.75V16.51C12.75 16.92 12.41 17.26 12 17.26C11.59 17.26 11.25 16.92 11.25 16.51V16.26H11.17C9.84 16.26 8.75 15.14 8.75 13.76C8.75 13.34 9.09 13 9.5 13C9.91 13 10.25 13.34 10.25 13.75C10.25 14.3 10.66 14.75 11.17 14.75H11.25V12.53L10.25 12.18C9.61 11.95 8.75 11.49 8.75 10.02C8.75 8.77 9.74 7.74 10.95 7.74H11.25V7.5C11.25 7.09 11.59 6.75 12 6.75C12.41 6.75 12.75 7.09 12.75 7.5V7.75H12.83C14.16 7.75 15.25 8.87 15.25 10.25C15.25 10.66 14.91 11 14.5 11C14.09 11 13.75 10.66 13.75 10.25C13.75 9.7 13.34 9.25 12.83 9.25H12.75V11.47L13.75 11.82Z\" fill=\"\"/>\n<path d=\"M22.69 1.71C22.61 1.53 22.47 1.38 22.28 1.3C22.19 1.27 22.1 1.25 22 1.25H18C17.59 1.25 17.25 1.59 17.25 2C17.25 2.41 17.59 2.75 18 2.75H20.19L18.52 4.42C18.9 4.75 19.25 5.1 19.58 5.48L21.25 3.81V6C21.25 6.41 21.59 6.75 22 6.75C22.41 6.75 22.75 6.41 22.75 6V2C22.75 1.9 22.73 1.81 22.69 1.71Z\" fill=\"\"/>\n</svg>\n</li><li title=\"money tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 4H7C4 4 2 5.5 2 9V12.56C2 12.93 2.38 13.16 2.71 13.01C3.69 12.56 4.82 12.39 6.01 12.6C8.64 13.07 10.57 15.51 10.5 18.18C10.49 18.6 10.43 19.01 10.32 19.41C10.24 19.72 10.49 20.01 10.81 20.01H17C20 20.01 22 18.51 22 15.01V9C22 5.5 20 4 17 4ZM12 14.5C10.62 14.5 9.5 13.38 9.5 12C9.5 10.62 10.62 9.5 12 9.5C13.38 9.5 14.5 10.62 14.5 12C14.5 13.38 13.38 14.5 12 14.5ZM19.25 14C19.25 14.41 18.91 14.75 18.5 14.75C18.09 14.75 17.75 14.41 17.75 14V10C17.75 9.59 18.09 9.25 18.5 9.25C18.91 9.25 19.25 9.59 19.25 10V14Z\" fill=\"\"/>\n<path d=\"M5 14C2.79 14 1 15.79 1 18C1 18.75 1.21 19.46 1.58 20.06C2.27 21.22 3.54 22 5 22C6.46 22 7.73 21.22 8.42 20.06C8.79 19.46 9 18.75 9 18C9 15.79 7.21 14 5 14ZM6.97 17.67L4.84 19.64C4.7 19.77 4.51 19.84 4.33 19.84C4.14 19.84 3.95 19.77 3.8 19.62L2.81 18.63C2.52 18.34 2.52 17.86 2.81 17.57C3.1 17.28 3.58 17.28 3.87 17.57L4.35 18.05L5.95 16.57C6.25 16.29 6.73 16.31 7.01 16.61C7.29 16.91 7.27 17.39 6.97 17.67Z\" fill=\"\"/>\n</svg>\n</li><li title=\"money time \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 14C2.79 14 1 15.79 1 18C1 20.21 2.79 22 5 22C7.21 22 9 20.21 9 18C9 15.79 7.21 14 5 14ZM6 17.68C6 18.29 5.67 18.87 5.15 19.18L4.39 19.64C4.27 19.72 4.13 19.75 4 19.75C3.75 19.75 3.5 19.62 3.36 19.39C3.15 19.04 3.26 18.57 3.62 18.36L4.38 17.9C4.45 17.86 4.5 17.77 4.5 17.69V16.76C4.5 16.34 4.84 16 5.25 16C5.66 16 6 16.34 6 16.75V17.68Z\" fill=\"\"/>\n<path d=\"M17 4H7C4 4 2 5.5 2 9V12.56C2 12.93 2.38 13.16 2.71 13.01C3.69 12.56 4.82 12.39 6.01 12.6C8.64 13.07 10.57 15.51 10.5 18.18C10.49 18.6 10.43 19.01 10.32 19.41C10.24 19.72 10.49 20.01 10.81 20.01H17C20 20.01 22 18.51 22 15.01V9C22 5.5 20 4 17 4ZM12 14.5C10.62 14.5 9.5 13.38 9.5 12C9.5 10.62 10.62 9.5 12 9.5C13.38 9.5 14.5 10.62 14.5 12C14.5 13.38 13.38 14.5 12 14.5ZM19.25 14C19.25 14.41 18.91 14.75 18.5 14.75C18.09 14.75 17.75 14.41 17.75 14V10C17.75 9.59 18.09 9.25 18.5 9.25C18.91 9.25 19.25 9.59 19.25 10V14Z\" fill=\"\"/>\n</svg>\n</li><li title=\"money \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 3.5H7C4 3.5 2 5 2 8.5V15.5C2 19 4 20.5 7 20.5H17C20 20.5 22 19 22 15.5V8.5C22 5 20 3.5 17 3.5ZM6.25 14.5C6.25 14.91 5.91 15.25 5.5 15.25C5.09 15.25 4.75 14.91 4.75 14.5V9.5C4.75 9.09 5.09 8.75 5.5 8.75C5.91 8.75 6.25 9.09 6.25 9.5V14.5ZM12 15C10.34 15 9 13.66 9 12C9 10.34 10.34 9 12 9C13.66 9 15 10.34 15 12C15 13.66 13.66 15 12 15ZM19.25 14.5C19.25 14.91 18.91 15.25 18.5 15.25C18.09 15.25 17.75 14.91 17.75 14.5V9.5C17.75 9.09 18.09 8.75 18.5 8.75C18.91 8.75 19.25 9.09 19.25 9.5V14.5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"moneys \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.1709 6.63953C18.7409 4.46953 17.1309 3.51953 14.8909 3.51953H6.11094C3.47094 3.51953 1.71094 4.83953 1.71094 7.91953V13.0695C1.71094 15.2895 2.62094 16.5895 4.12094 17.1495C4.34094 17.2295 4.58094 17.2995 4.83094 17.3395C5.23094 17.4295 5.66094 17.4695 6.11094 17.4695H14.9009C17.5409 17.4695 19.3009 16.1495 19.3009 13.0695V7.91953C19.3009 7.44953 19.2609 7.02953 19.1709 6.63953ZM5.53094 11.9995C5.53094 12.4095 5.19094 12.7495 4.78094 12.7495C4.37094 12.7495 4.03094 12.4095 4.03094 11.9995V8.99953C4.03094 8.58953 4.37094 8.24953 4.78094 8.24953C5.19094 8.24953 5.53094 8.58953 5.53094 8.99953V11.9995ZM10.5009 13.1395C9.04094 13.1395 7.86094 11.9595 7.86094 10.4995C7.86094 9.03953 9.04094 7.85953 10.5009 7.85953C11.9609 7.85953 13.1409 9.03953 13.1409 10.4995C13.1409 11.9595 11.9609 13.1395 10.5009 13.1395ZM16.9609 11.9995C16.9609 12.4095 16.6209 12.7495 16.2109 12.7495C15.8009 12.7495 15.4609 12.4095 15.4609 11.9995V8.99953C15.4609 8.58953 15.8009 8.24953 16.2109 8.24953C16.6209 8.24953 16.9609 8.58953 16.9609 8.99953V11.9995Z\" fill=\"\"/>\n<path d=\"M22.3017 10.9183V16.0683C22.3017 19.1483 20.5417 20.4783 17.8917 20.4783H9.11172C8.36172 20.4783 7.69172 20.3683 7.11172 20.1483C6.64172 19.9783 6.23172 19.7283 5.90172 19.4083C5.72172 19.2383 5.86172 18.9683 6.11172 18.9683H14.8917C18.5917 18.9683 20.7917 16.7683 20.7917 13.0783V7.91832C20.7917 7.67832 21.0617 7.52832 21.2317 7.70832C21.9117 8.42832 22.3017 9.47832 22.3017 10.9183Z\" fill=\"\"/>\n</svg>\n</li><li title=\"monitor mobbile \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.99 9.71C20.65 9.57 20.2 9.5 19.64 9.5H14.36C12.62 9.5 12 10.12 12 11.88V19.62C12 20.2 12.07 20.65 12.22 21C12.53 21.72 13.19 22 14.36 22H19.64C21.38 22 22 21.37 22 19.62V11.88C22 10.69 21.72 10.02 20.99 9.71ZM18 19.75H16C15.98 19.75 15.95 19.75 15.93 19.74C15.78 19.73 15.65 19.68 15.54 19.58C15.36 19.45 15.25 19.24 15.25 19C15.25 18.59 15.59 18.25 16 18.25H18C18.41 18.25 18.75 18.59 18.75 19C18.75 19.41 18.41 19.75 18 19.75Z\" fill=\"\"/>\n<path d=\"M20.9898 6.19V7C20.9898 7.55 20.5398 8 19.9898 8H14.3598C11.7998 8 10.4998 9.31 10.4998 11.88V21C10.4998 21.55 10.0498 22 9.49977 22H7.54977C7.14977 22 6.82977 21.68 6.82977 21.29C6.82977 20.89 7.14977 20.58 7.54977 20.58H9.49977V16.75H5.99977C3.77977 16.64 2.00977 14.81 2.00977 12.56V6.19C2.00977 3.88 3.88977 2 6.20977 2H16.7998C19.1098 2 20.9898 3.88 20.9898 6.19Z\" fill=\"\"/>\n</svg>\n</li><li title=\"monitor recorder \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.97 10.37V13.56C20.97 15.88 19.09 17.76 16.77 17.76H13.21C12.66 17.76 12.21 18.2 12.21 18.76V19.58C12.21 20.13 12.66 20.58 13.21 20.58H15.47C15.86 20.58 16.18 20.89 16.18 21.29C16.18 21.68 15.86 22 15.47 22H7.53C7.14 22 6.82 21.68 6.82 21.29C6.82 20.89 7.14 20.58 7.53 20.58H9.79C10.34 20.58 10.79 20.13 10.79 19.58V18.76C10.79 18.2 10.34 17.76 9.79 17.76H6.19C3.88 17.76 2 15.88 2 13.56V7.19C2 4.88 3.88 3 6.19 3H10.5C11.05 3 11.5 3.45 11.5 4V6.15C11.5 8.08 12.79 9.37 14.71 9.37H19.97C20.52 9.37 20.97 9.82 20.97 10.37Z\" fill=\"\"/>\n<path d=\"M21.99 2.35962L20.86 3.14962V2.72962C20.86 1.77962 20.09 1.01962 19.15 1.01962H14.87C13.84 1.00962 13 1.84962 13 2.87962V6.15962C13 7.01962 13.43 7.86962 14.71 7.86962H19.14C20.09 7.86962 20.85 7.09962 20.85 6.15962V5.72962L21.98 6.51962C22.55 6.90962 23 6.66962 23 5.98962V2.88962C23 2.20962 22.55 1.97962 21.99 2.35962Z\" fill=\"\"/>\n</svg>\n</li><li title=\"monitor \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.56 2H6.41C3.98 2 2 3.98 2 6.41V12.91V13.11C2 15.55 3.98 17.52 6.41 17.52H10.25C10.8 17.52 11.25 17.97 11.25 18.52V19.49C11.25 20.04 10.8 20.49 10.25 20.49H7.83C7.42 20.49 7.08 20.83 7.08 21.24C7.08 21.65 7.41 22 7.83 22H16.18C16.59 22 16.93 21.66 16.93 21.25C16.93 20.84 16.59 20.5 16.18 20.5H13.76C13.21 20.5 12.76 20.05 12.76 19.5V18.53C12.76 17.98 13.21 17.53 13.76 17.53H17.57C20.01 17.53 21.98 15.55 21.98 13.12V12.92V6.42C21.97 3.98 19.99 2 17.56 2Z\" fill=\"\"/>\n</svg>\n</li><li title=\"moon \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.5287 15.9294C21.3687 15.6594 20.9187 15.2394 19.7987 15.4394C19.1787 15.5494 18.5487 15.5994 17.9187 15.5694C15.5887 15.4694 13.4787 14.3994 12.0087 12.7494C10.7087 11.2994 9.90873 9.40938 9.89873 7.36938C9.89873 6.22938 10.1187 5.12938 10.5687 4.08938C11.0087 3.07938 10.6987 2.54938 10.4787 2.32938C10.2487 2.09938 9.70873 1.77938 8.64873 2.21938C4.55873 3.93938 2.02873 8.03938 2.32873 12.4294C2.62873 16.5594 5.52873 20.0894 9.36873 21.4194C10.2887 21.7394 11.2587 21.9294 12.2587 21.9694C12.4187 21.9794 12.5787 21.9894 12.7387 21.9894C16.0887 21.9894 19.2287 20.4094 21.2087 17.7194C21.8787 16.7894 21.6987 16.1994 21.5287 15.9294Z\" fill=\"\"/>\n</svg>\n</li><li title=\"more 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.97\" d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM8.31 16.31C7.59 16.31 7 15.72 7 15C7 14.28 7.59 13.69 8.31 13.69C9.03 13.69 9.62 14.28 9.62 15C9.62 15.72 9.03 16.31 8.31 16.31ZM12 10.31C11.28 10.31 10.69 9.72 10.69 9C10.69 8.28 11.28 7.69 12 7.69C12.72 7.69 13.31 8.28 13.31 9C13.31 9.72 12.72 10.31 12 10.31ZM15.69 16.31C14.97 16.31 14.38 15.72 14.38 15C14.38 14.28 14.97 13.69 15.69 13.69C16.41 13.69 17 14.28 17 15C17 15.72 16.41 16.31 15.69 16.31Z\" fill=\"\"/>\n</svg>\n</li><li title=\"more circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 2C6.49 2 2 6.49 2 12C2 17.51 6.49 22 12 22C17.51 22 22 17.51 22 12C22 6.49 17.51 2 12 2ZM8 13C7.44 13 7 12.55 7 12C7 11.45 7.45 11 8 11C8.55 11 9 11.45 9 12C9 12.55 8.56 13 8 13ZM12 13C11.44 13 11 12.55 11 12C11 11.45 11.45 11 12 11C12.55 11 13 11.45 13 12C13 12.55 12.56 13 12 13ZM16 13C15.44 13 15 12.55 15 12C15 11.45 15.45 11 16 11C16.55 11 17 11.45 17 12C17 12.55 16.56 13 16 13Z\" fill=\"\"/>\n</svg>\n</li><li title=\"more square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM8 13C7.44 13 7 12.55 7 12C7 11.45 7.45 11 8 11C8.55 11 9 11.45 9 12C9 12.55 8.56 13 8 13ZM12 13C11.44 13 11 12.55 11 12C11 11.45 11.45 11 12 11C12.55 11 13 11.45 13 12C13 12.55 12.56 13 12 13ZM16 13C15.44 13 15 12.55 15 12C15 11.45 15.45 11 16 11C16.55 11 17 11.45 17 12C17 12.55 16.56 13 16 13Z\" fill=\"\"/>\n</svg>\n</li><li title=\"more \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM7 13.31C6.28 13.31 5.69 12.72 5.69 12C5.69 11.28 6.28 10.69 7 10.69C7.72 10.69 8.31 11.28 8.31 12C8.31 12.72 7.72 13.31 7 13.31ZM12 13.31C11.28 13.31 10.69 12.72 10.69 12C10.69 11.28 11.28 10.69 12 10.69C12.72 10.69 13.31 11.28 13.31 12C13.31 12.72 12.72 13.31 12 13.31ZM17 13.31C16.28 13.31 15.69 12.72 15.69 12C15.69 11.28 16.28 10.69 17 10.69C17.72 10.69 18.31 11.28 18.31 12C18.31 12.72 17.72 13.31 17 13.31Z\" fill=\"\"/>\n</svg>\n</li><li title=\"mouse 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM16.15 12.83L14.42 13.41C13.94 13.57 13.57 13.94 13.41 14.42L12.83 16.15C12.34 17.64 10.24 17.61 9.78 16.12L7.83 9.84C7.45 8.59 8.6 7.44 9.83 7.82L16.12 9.77C17.61 10.24 17.63 12.34 16.15 12.83Z\" fill=\"\"/>\n</svg>\n</li><li title=\"mouse circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.9597 17.8385L19.3297 18.3885C18.8797 18.5385 18.5197 18.8885 18.3697 19.3485L17.8197 20.9785C17.3497 22.3885 15.3697 22.3585 14.9297 20.9485L13.0797 14.9985C12.7197 13.8185 13.8097 12.7185 14.9797 13.0885L20.9397 14.9385C22.3397 15.3785 22.3597 17.3685 20.9597 17.8385Z\" fill=\"\"/>\n<path d=\"M20.9994 11.4994C20.9994 11.9294 20.9694 12.3594 20.9194 12.7794C20.8794 13.0794 20.5694 13.2594 20.2794 13.1694L15.4294 11.6594C14.3494 11.3294 13.1994 11.6094 12.3994 12.3994C11.5994 13.1994 11.3094 14.3694 11.6494 15.4494L13.1494 20.2794C13.2394 20.5694 13.0494 20.8794 12.7494 20.9194C12.3294 20.9694 11.9194 20.9994 11.4994 20.9994C6.15942 20.9994 1.85942 16.6094 1.99942 11.2294C2.13942 6.26942 6.26942 2.13942 11.2294 1.99942C16.6094 1.85942 20.9994 6.15942 20.9994 11.4994Z\" fill=\"\"/>\n</svg>\n</li><li title=\"mouse square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 7.52V13.4C21 13.74 20.67 13.98 20.35 13.88L16.42 12.66C15.34 12.33 14.18 12.61 13.39 13.4C12.59 14.2 12.3 15.37 12.64 16.45L13.85 20.35C13.95 20.67 13.71 21 13.37 21H7.52C4.07 21 2 18.94 2 15.48V7.52C2 4.06 4.07 2 7.52 2H15.48C18.93 2 21 4.06 21 7.52Z\" fill=\"\"/>\n<path d=\"M21.9597 18.8385L20.3297 19.3885C19.8797 19.5385 19.5197 19.8885 19.3697 20.3485L18.8197 21.9785C18.3497 23.3885 16.3697 23.3585 15.9297 21.9485L14.0797 15.9985C13.7197 14.8185 14.8097 13.7185 15.9797 14.0885L21.9397 15.9385C23.3397 16.3785 23.3597 18.3685 21.9597 18.8385Z\" fill=\"\"/>\n</svg>\n</li><li title=\"mouse \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.2978 2.11468C13.0064 2.06339 12.75 2.29593 12.75 2.59185V5.45262C12.75 5.65098 12.8709 5.82564 13.0359 5.93583C13.5391 6.27202 13.87 6.84597 13.87 7.49906V9.49906C13.87 10.5291 13.03 11.3791 12 11.3791C10.96 11.3791 10.12 10.5291 10.12 9.49906V7.49906C10.12 6.84578 10.4583 6.27168 10.9639 5.93554C11.1291 5.82572 11.25 5.65098 11.25 5.45262V2.59249C11.25 2.29634 10.9935 2.0637 10.7019 2.11513C9.15243 2.38834 7.76579 3.13327 6.7 4.19906C5.34 5.55906 4.5 7.43906 4.5 9.49906V14.4991C4.5 18.6291 7.87 21.9991 12 21.9991C16.13 21.9991 19.5 18.6291 19.5 14.4991V9.49906C19.5 5.80857 16.813 2.73328 13.2978 2.11468Z\" fill=\"\"/>\n</svg>\n</li><li title=\"music circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2.58158 9.41928C2.50158 9.41928 2.41158 9.40928 2.33158 9.37928C1.94158 9.23928 1.74158 8.80928 1.87158 8.41928C2.54158 6.53928 3.70158 4.88928 5.25158 3.63928C5.57158 3.37928 6.04158 3.42928 6.30158 3.74928C6.56158 4.06928 6.51158 4.53928 6.19158 4.80928C4.87158 5.87928 3.86158 7.29928 3.29158 8.91928C3.18158 9.22928 2.89158 9.41928 2.58158 9.41928Z\" fill=\"\"/>\n<path d=\"M2.58 16.08C2.27 16.08 1.98 15.89 1.87 15.58C1.46 14.42 1.25 13.21 1.25 12C1.25 11.59 1.59 11.25 2 11.25C2.41 11.25 2.75 11.59 2.75 12C2.75 13.04 2.93 14.08 3.29 15.08C3.43 15.47 3.22 15.9 2.83 16.04C2.75 16.07 2.66 16.08 2.58 16.08Z\" fill=\"\"/>\n<path d=\"M11.9986 22.7515C10.9386 22.7515 9.88864 22.5915 8.86864 22.2815C8.46864 22.1615 8.24864 21.7415 8.36864 21.3415C8.48864 20.9415 8.90864 20.7215 9.30864 20.8415C10.1786 21.1115 11.0886 21.2415 11.9986 21.2415C17.0986 21.2415 21.2486 17.0915 21.2486 11.9915C21.2486 11.4715 21.1986 10.9315 21.0986 10.3615C21.0286 9.95151 21.2986 9.56151 21.7086 9.49151C22.1086 9.42151 22.5086 9.69151 22.5786 10.1015C22.6986 10.7615 22.7586 11.3815 22.7586 12.0015C22.7486 17.9315 17.9286 22.7515 11.9986 22.7515Z\" fill=\"\"/>\n<path d=\"M5.71826 20.4981C5.54826 20.4981 5.38826 20.4481 5.24826 20.3281C4.67826 19.8681 4.21826 19.4281 3.82826 18.9781C3.55826 18.6681 3.59826 18.1881 3.90826 17.9181C4.22826 17.6481 4.69826 17.6881 4.96826 17.9981C5.29826 18.3781 5.69826 18.7581 6.18826 19.1581C6.50826 19.4181 6.55826 19.8881 6.29826 20.2081C6.15826 20.3981 5.93826 20.4981 5.71826 20.4981Z\" fill=\"\"/>\n<path d=\"M20.2384 7.09C19.9984 7.09 19.7684 6.98 19.6184 6.76C17.8984 4.25 15.0384 2.75 11.9984 2.75C11.0884 2.75 10.1784 2.88 9.30845 3.15C8.91845 3.27 8.49845 3.05 8.36845 2.65C8.23845 2.25 8.46845 1.83 8.86845 1.71C9.88845 1.41 10.9384 1.25 11.9984 1.25C15.5384 1.25 18.8484 3 20.8584 5.92C21.0884 6.26 21.0084 6.73 20.6684 6.96C20.5384 7.05 20.3884 7.09 20.2384 7.09Z\" fill=\"\"/>\n<path d=\"M16.03 6.49851C15.7 6.24851 15.1 5.99851 14.14 6.25851L10.95 7.11851C10.03 7.37851 9.43 8.15851 9.43 9.11851V10.7585V13.3385C9.17 13.2385 8.89 13.1785 8.59 13.1785C7.3 13.1785 6.25 14.2285 6.25 15.5185C6.25 16.8085 7.3 17.8585 8.59 17.8585C9.87 17.8585 10.9 16.8285 10.92 15.5585C10.92 15.5485 10.93 15.5385 10.93 15.5185V11.3285L15.25 10.1485V12.2785C14.99 12.1785 14.71 12.1185 14.41 12.1185C13.12 12.1185 12.07 13.1685 12.07 14.4585C12.07 15.7485 13.12 16.7985 14.41 16.7985C15.7 16.7985 16.75 15.7485 16.75 14.4585V9.16851V8.24851C16.75 7.44851 16.51 6.85851 16.03 6.49851ZM8.59 16.3585C8.13 16.3585 7.75 15.9785 7.75 15.5185C7.75 15.0585 8.13 14.6785 8.59 14.6785C9.05 14.6785 9.43 15.0585 9.43 15.5185C9.43 15.9785 9.05 16.3585 8.59 16.3585ZM14.41 15.2985C13.95 15.2985 13.57 14.9185 13.57 14.4585C13.57 13.9985 13.95 13.6185 14.41 13.6185C14.87 13.6185 15.25 13.9985 15.25 14.4585C15.25 14.9185 14.87 15.2985 14.41 15.2985Z\" fill=\"\"/>\n</svg>\n</li><li title=\"music dashboard \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 3.25178V20.7518C7 21.3918 6.39 21.9018 5.77 21.7318C3.37 21.0518 2 19.0918 2 16.1918V7.81178C2 4.91178 3.37 2.95178 5.77 2.27178C6.39 2.10178 7 2.60178 7 3.25178Z\" fill=\"\"/>\n<path d=\"M12.4691 14.3711C12.0891 14.3711 11.7891 14.6811 11.7891 15.0511C11.7891 15.4211 12.0991 15.7311 12.4691 15.7311C12.8491 15.7311 13.1591 15.4211 13.1591 15.0511C13.1591 14.6811 12.8491 14.3711 12.4691 14.3711Z\" fill=\"\"/>\n<path d=\"M17.5181 13.4492C17.1381 13.4492 16.8281 13.7592 16.8281 14.1392C16.8281 14.5192 17.1381 14.8192 17.5181 14.8192C17.8981 14.8192 18.2081 14.5092 18.2081 14.1392C18.2081 13.7692 17.8981 13.4492 17.5181 13.4492Z\" fill=\"\"/>\n<path d=\"M16.19 2H9.5C8.95 2 8.5 2.45 8.5 3V21C8.5 21.55 8.95 22 9.5 22H16.19C19.4 22 22 19.4 22 16.19V7.81C22 4.6 19.4 2 16.19 2ZM19.6 9.74V14.14C19.6 14.15 19.59 14.16 19.59 14.17C19.57 15.3 18.65 16.21 17.52 16.21C16.38 16.21 15.45 15.28 15.45 14.14C15.45 13 16.38 12.07 17.52 12.07C17.76 12.07 17.99 12.12 18.21 12.2V10.65L14.54 11.65V15.07C14.54 15.08 14.53 15.09 14.53 15.1C14.51 16.23 13.59 17.14 12.46 17.14C11.32 17.14 10.39 16.21 10.39 15.07C10.39 13.93 11.32 13 12.46 13C12.7 13 12.93 13.05 13.15 13.13V11.13V9.5C13.15 8.64 13.68 7.94 14.51 7.73L17.26 6.97C18.12 6.74 18.65 6.97 18.95 7.2C19.38 7.53 19.59 8.05 19.59 8.75V9.74H19.6Z\" fill=\"\"/>\n</svg>\n</li><li title=\"music filter \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 3.75H2C1.59 3.75 1.25 3.41 1.25 3C1.25 2.59 1.59 2.25 2 2.25H22C22.41 2.25 22.75 2.59 22.75 3C22.75 3.41 22.41 3.75 22 3.75Z\" fill=\"\"/>\n<path d=\"M11 9.75H2C1.59 9.75 1.25 9.41 1.25 9C1.25 8.59 1.59 8.25 2 8.25H11C11.41 8.25 11.75 8.59 11.75 9C11.75 9.41 11.41 9.75 11 9.75Z\" fill=\"\"/>\n<path d=\"M8 15.75H2C1.59 15.75 1.25 15.41 1.25 15C1.25 14.59 1.59 14.25 2 14.25H8C8.41 14.25 8.75 14.59 8.75 15C8.75 15.41 8.41 15.75 8 15.75Z\" fill=\"\"/>\n<path d=\"M6 21.75H2C1.59 21.75 1.25 21.41 1.25 21C1.25 20.59 1.59 20.25 2 20.25H6C6.41 20.25 6.75 20.59 6.75 21C6.75 21.41 6.41 21.75 6 21.75Z\" fill=\"\"/>\n<path d=\"M21.8602 7.67825C21.2702 7.22825 20.4602 7.13826 19.5102 7.39826L15.1602 8.57825C13.9902 8.89825 13.2702 9.84826 13.2702 11.0483V13.5983V17.2783C12.8502 17.0383 12.3602 16.8883 11.8402 16.8883C10.2302 16.8883 8.91016 18.1983 8.91016 19.8183C8.91016 21.4283 10.2202 22.7483 11.8402 22.7483C13.4602 22.7483 14.7702 21.4383 14.7702 19.8183V14.1683L21.2502 12.3983V15.8283C20.8302 15.5883 20.3402 15.4383 19.8202 15.4383C18.2102 15.4383 16.8902 16.7483 16.8902 18.3683C16.8902 19.9783 18.2002 21.2983 19.8202 21.2983C21.4402 21.2983 22.7502 19.9883 22.7502 18.3683V11.4183V9.86825C22.7502 8.85825 22.4502 8.11825 21.8602 7.67825ZM11.8402 21.2483C11.0502 21.2483 10.4102 20.6083 10.4102 19.8183C10.4102 19.0283 11.0502 18.3883 11.8402 18.3883C12.6302 18.3883 13.2702 19.0283 13.2702 19.8183C13.2702 20.6083 12.6302 21.2483 11.8402 21.2483ZM19.8202 19.7983C19.0302 19.7983 18.3902 19.1583 18.3902 18.3683C18.3902 17.5783 19.0302 16.9383 19.8202 16.9383C20.6102 16.9383 21.2502 17.5783 21.2502 18.3683C21.2502 19.1583 20.6102 19.7983 19.8202 19.7983Z\" fill=\"\"/>\n</svg>\n</li><li title=\"music library 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 4.75H16V3.26C16 2.43 15.32 1.75 14.49 1.75H9.51C8.68 1.75 8 2.43 8 3.26V4.75H7C5.9 4.75 5 5.65 5 6.75V6.88C5.32 6.79 5.65 6.75 6 6.75H18C18.35 6.75 18.68 6.79 19 6.88V6.75C19 5.65 18.1 4.75 17 4.75Z\" fill=\"\"/>\n<path d=\"M13.9294 16.9297C13.6094 16.9297 13.3594 17.1897 13.3594 17.4997C13.3594 17.8097 13.6194 18.0697 13.9294 18.0697C14.2394 18.0697 14.4994 17.8097 14.4994 17.4997C14.4994 17.1897 14.2394 16.9297 13.9294 16.9297Z\" fill=\"\"/>\n<path d=\"M9.07 17.8086C8.75 17.8086 8.5 18.0686 8.5 18.3786C8.5 18.6886 8.76 18.9486 9.07 18.9486C9.38 18.9486 9.64 18.6886 9.64 18.3786C9.64 18.0686 9.39 17.8086 9.07 17.8086Z\" fill=\"\"/>\n<path d=\"M19 8.38C18.68 8.29 18.35 8.25 18 8.25H6C5.65 8.25 5.32 8.29 5 8.38C3.28 8.83 2 10.4 2 12.25V18.25C2 20.45 3.8 22.25 6 22.25H18C20.2 22.25 22 20.45 22 18.25V12.25C22 10.4 20.72 8.83 19 8.38ZM16 13.28V17.5C16 18.64 15.07 19.57 13.93 19.57C12.79 19.57 11.86 18.64 11.86 17.5C11.86 16.36 12.79 15.43 13.93 15.43C14.13 15.43 14.32 15.47 14.5 15.52V14.26L11.15 15.17V18.38C11.15 18.39 11.15 18.4 11.14 18.41C11.13 19.54 10.2 20.46 9.07 20.46C7.93 20.46 7 19.53 7 18.38C7 17.23 7.93 16.31 9.07 16.31C9.27 16.31 9.46 16.35 9.65 16.4V14.6V13.05C9.65 12.19 10.19 11.49 11.01 11.27L13.66 10.54C14.51 10.31 15.05 10.53 15.35 10.76C15.65 10.99 16 11.44 16 12.33V13.28Z\" fill=\"\"/>\n</svg>\n</li><li title=\"music play \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.1807 11.8606C12.7807 11.8606 12.4207 11.6406 12.2507 11.2806L10.8007 8.39058L10.3807 9.17058C10.1507 9.60058 9.6907 9.87058 9.2007 9.87058H8.4707C8.0607 9.87058 7.7207 9.53058 7.7207 9.12058C7.7207 8.71058 8.0607 8.37058 8.4707 8.37058H9.1107L9.9007 6.91058C10.0907 6.57058 10.4707 6.34058 10.8307 6.36058C11.2207 6.36058 11.5707 6.59058 11.7507 6.93058L13.1807 9.79058L13.5207 9.10058C13.7507 8.64058 14.2007 8.36058 14.7207 8.36058H15.5307C15.9407 8.36058 16.2807 8.70058 16.2807 9.11058C16.2807 9.52058 15.9407 9.86058 15.5307 9.86058H14.8207L14.1107 11.2706C13.9307 11.6406 13.5807 11.8606 13.1807 11.8606Z\" fill=\"\"/>\n<path d=\"M2.74982 18.6508C2.33982 18.6508 1.99982 18.3108 1.99982 17.9008V12.2008C1.94982 9.49078 2.95982 6.93078 4.83982 5.01078C6.71982 3.10078 9.23982 2.05078 11.9498 2.05078C17.4898 2.05078 21.9998 6.56078 21.9998 12.1008V17.8008C21.9998 18.2108 21.6598 18.5508 21.2498 18.5508C20.8398 18.5508 20.4998 18.2108 20.4998 17.8008V12.1008C20.4998 7.39078 16.6698 3.55078 11.9498 3.55078C9.63982 3.55078 7.49982 4.44078 5.90982 6.06078C4.30982 7.69078 3.45982 9.86078 3.49982 12.1808V17.8908C3.49982 18.3108 3.16982 18.6508 2.74982 18.6508Z\" fill=\"\"/>\n<path d=\"M5.94 12.4492H5.81C3.71 12.4492 2 14.1592 2 16.2592V18.1392C2 20.2392 3.71 21.9492 5.81 21.9492H5.94C8.04 21.9492 9.75 20.2392 9.75 18.1392V16.2592C9.75 14.1592 8.04 12.4492 5.94 12.4492Z\" fill=\"\"/>\n<path d=\"M18.19 12.4492H18.06C15.96 12.4492 14.25 14.1592 14.25 16.2592V18.1392C14.25 20.2392 15.96 21.9492 18.06 21.9492H18.19C20.29 21.9492 22 20.2392 22 18.1392V16.2592C22 14.1592 20.29 12.4492 18.19 12.4492Z\" fill=\"\"/>\n</svg>\n</li><li title=\"music playlist \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18 5.25H6C5.59 5.25 5.25 4.91 5.25 4.5C5.25 4.09 5.59 3.75 6 3.75H18C18.41 3.75 18.75 4.09 18.75 4.5C18.75 4.91 18.41 5.25 18 5.25Z\" fill=\"\"/>\n<path d=\"M15 2.75H9C8.59 2.75 8.25 2.41 8.25 2C8.25 1.59 8.59 1.25 9 1.25H15C15.41 1.25 15.75 1.59 15.75 2C15.75 2.41 15.41 2.75 15 2.75Z\" fill=\"\"/>\n<path d=\"M13.9091 16.2109C13.5691 16.2109 13.2891 16.4909 13.2891 16.8309C13.2891 17.1709 13.5691 17.4509 13.9091 17.4509C14.2491 17.4509 14.5291 17.1709 14.5291 16.8309C14.5291 16.4909 14.2491 16.2109 13.9091 16.2109Z\" fill=\"\"/>\n<path d=\"M9.50953 17.7389C9.50953 17.3989 9.22953 17.1289 8.88953 17.1289C8.54953 17.1289 8.26953 17.4089 8.26953 17.7489C8.26953 18.0889 8.54953 18.3689 8.88953 18.3689C9.22953 18.3589 9.50953 18.0789 9.50953 17.7389Z\" fill=\"\"/>\n<path d=\"M18 7H6C3.8 7 2 8.8 2 11V18C2 20.2 3.8 22 6 22H18C20.2 22 22 20.2 22 18V11C22 8.8 20.2 7 18 7ZM16.03 12.46V16.83C16.03 16.85 16.02 16.86 16.02 16.88C15.99 18.02 15.06 18.95 13.91 18.95C12.74 18.95 11.79 18 11.79 16.83C11.79 15.66 12.74 14.71 13.91 14.71C14.13 14.71 14.33 14.75 14.53 14.81V13.44L11.01 14.4V17.73V17.74C11.01 18.91 10.06 19.86 8.89 19.86C7.72 19.86 6.77 18.91 6.77 17.74C6.77 16.57 7.72 15.62 8.89 15.62C9.11 15.62 9.31 15.66 9.51 15.72V13.82V12.22C9.51 11.33 10.06 10.61 10.91 10.39L13.64 9.64C14.52 9.41 15.06 9.64 15.37 9.88C15.67 10.11 16.03 10.58 16.03 11.47V12.46Z\" fill=\"\"/>\n</svg>\n</li><li title=\"music square add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.21 15.0117C18.12 14.9417 17 15.3417 16.17 16.1717C14.61 17.7317 14.61 20.2617 16.17 21.8317C16.7 22.3617 17.35 22.7117 18.04 22.8817C18.42 22.9817 18.82 23.0117 19.22 22.9917C20.17 22.9517 21.1 22.5717 21.83 21.8417C22.86 20.8117 23.21 19.3617 22.88 18.0517C22.72 17.3617 22.36 16.7117 21.83 16.1817C21.11 15.4517 20.17 15.0617 19.21 15.0117ZM21.24 18.9817C21.24 19.1917 21.16 19.3717 21.02 19.5117C20.88 19.6517 20.7 19.7317 20.49 19.7317H19.75V20.5117C19.75 20.7217 19.67 20.9017 19.53 21.0417C19.39 21.1817 19.21 21.2617 19 21.2617C18.59 21.2617 18.25 20.9217 18.25 20.5117V19.7317H17.5C17.09 19.7317 16.75 19.3917 16.75 18.9817C16.75 18.5717 17.09 18.2317 17.5 18.2317H18.25V17.5217C18.25 17.1117 18.59 16.7717 19 16.7717C19.41 16.7717 19.75 17.1117 19.75 17.5217V18.2317H20.49C20.91 18.2317 21.24 18.5717 21.24 18.9817Z\" fill=\"\"/>\n<path d=\"M12.2283 12.0703C11.8183 12.0703 11.4883 12.4003 11.4883 12.8103C11.4883 13.2203 11.8183 13.5503 12.2283 13.5503C12.6383 13.5503 12.9683 13.2203 12.9683 12.8103C12.9683 12.4003 12.6383 12.0703 12.2283 12.0703Z\" fill=\"\"/>\n<path d=\"M6.75953 13.0586C6.34953 13.0586 6.01953 13.3886 6.01953 13.7986C6.01953 14.2086 6.34953 14.5386 6.75953 14.5386C7.16953 14.5386 7.49953 14.2086 7.49953 13.7986C7.49953 13.3886 7.16953 13.0586 6.75953 13.0586Z\" fill=\"\"/>\n<path d=\"M16.19 2H7.81C7.53 2 7.26 2.01 7 2.05C3.85 2.34 2 4.45 2 7.81V16.19C2 19.55 3.85 21.66 7 21.95C7.26 21.99 7.53 22 7.81 22H13.5C13.89 22 14.14 21.56 13.99 21.2C13.7 20.51 13.5 19.71 13.5 19C13.5 15.97 15.97 13.5 19 13.5C19.76 13.5 20.5 13.65 21.18 13.95C21.55 14.11 22 13.86 22 13.46V7.81C22 4.17 19.83 2 16.19 2ZM14.48 8.05V12.81C14.48 12.82 14.47 12.83 14.47 12.85C14.45 14.07 13.46 15.06 12.23 15.06C10.99 15.06 9.99 14.05 9.99 12.82C9.99 11.58 11 10.58 12.23 10.58C12.49 10.58 12.74 10.63 12.98 10.72V9.03L9.01 10.11V13.81C9.01 13.82 9 13.83 9 13.84C8.98 15.06 7.99 16.04 6.76 16.04C5.52 16.04 4.52 15.03 4.52 13.8C4.52 12.57 5.53 11.56 6.76 11.56C7.02 11.56 7.27 11.61 7.5 11.7V9.54V7.79C7.5 6.86 8.08 6.11 8.97 5.87L11.95 5.05C12.88 4.8 13.45 5.05 13.77 5.29C14.23 5.64 14.46 6.21 14.46 6.97V8.05H14.48Z\" fill=\"\"/>\n</svg>\n</li><li title=\"music square remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.97 16.33C21.25 15.51 20.18 15 19 15C16.79 15 15 16.79 15 19C15 19.75 15.21 20.46 15.58 21.06C15.78 21.4 16.04 21.71 16.34 21.97C17.04 22.61 17.97 23 19 23C20.46 23 21.73 22.22 22.42 21.06C22.79 20.46 23 19.75 23 19C23 17.98 22.61 17.04 21.97 16.33ZM20.6 20.58C20.45 20.73 20.26 20.8 20.07 20.8C19.88 20.8 19.69 20.73 19.54 20.58L19.01 20.05L18.46 20.6C18.31 20.75 18.12 20.82 17.93 20.82C17.74 20.82 17.55 20.75 17.4 20.6C17.11 20.31 17.11 19.83 17.4 19.54L17.95 18.99L17.42 18.46C17.13 18.17 17.13 17.69 17.42 17.4C17.71 17.11 18.19 17.11 18.48 17.4L19.01 17.93L19.51 17.43C19.8 17.14 20.28 17.14 20.57 17.43C20.86 17.72 20.86 18.2 20.57 18.49L20.07 18.99L20.6 19.52C20.89 19.81 20.89 20.28 20.6 20.58Z\" fill=\"\"/>\n<path d=\"M12.2283 12.0703C11.8183 12.0703 11.4883 12.4003 11.4883 12.8103C11.4883 13.2203 11.8183 13.5503 12.2283 13.5503C12.6383 13.5503 12.9683 13.2203 12.9683 12.8103C12.9683 12.4003 12.6383 12.0703 12.2283 12.0703Z\" fill=\"\"/>\n<path d=\"M6.75953 13.0586C6.34953 13.0586 6.01953 13.3886 6.01953 13.7986C6.01953 14.2086 6.34953 14.5386 6.75953 14.5386C7.16953 14.5386 7.49953 14.2086 7.49953 13.7986C7.49953 13.3886 7.16953 13.0586 6.75953 13.0586Z\" fill=\"\"/>\n<path d=\"M16.19 2H7.81C7.53 2 7.26 2.01 7 2.05C3.85 2.34 2 4.45 2 7.81V16.19C2 19.55 3.85 21.66 7 21.95C7.26 21.99 7.53 22 7.81 22H13.5C13.89 22 14.14 21.56 13.99 21.2C13.7 20.51 13.5 19.71 13.5 19C13.5 15.97 15.97 13.5 19 13.5C19.76 13.5 20.5 13.65 21.18 13.95C21.55 14.11 22 13.86 22 13.46V7.81C22 4.17 19.83 2 16.19 2ZM14.48 8.05V12.81C14.48 12.82 14.47 12.83 14.47 12.85C14.45 14.07 13.46 15.06 12.23 15.06C10.99 15.06 9.99 14.05 9.99 12.82C9.99 11.58 11 10.58 12.23 10.58C12.49 10.58 12.74 10.63 12.98 10.72V9.03L9.01 10.11V13.81C9.01 13.82 9 13.83 9 13.84C8.98 15.06 7.99 16.04 6.76 16.04C5.52 16.04 4.52 15.03 4.52 13.8C4.52 12.57 5.53 11.56 6.76 11.56C7.02 11.56 7.27 11.61 7.5 11.7V9.54V7.79C7.5 6.86 8.08 6.11 8.97 5.87L11.95 5.05C12.88 4.8 13.45 5.05 13.77 5.29C14.23 5.64 14.46 6.21 14.46 6.97V8.05H14.48Z\" fill=\"\"/>\n</svg>\n</li><li title=\"music square search \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22.79 21.76L22.07 21.04C22.44 20.48 22.66 19.8 22.66 19.08C22.66 17.1 21.06 15.5 19.08 15.5C17.1 15.5 15.5 17.1 15.5 19.08C15.5 21.06 17.1 22.66 19.08 22.66C19.81 22.66 20.48 22.44 21.04 22.07L21.76 22.79C21.9 22.93 22.09 23 22.27 23C22.46 23 22.64 22.93 22.78 22.79C23.07 22.5 23.07 22.04 22.79 21.76Z\" fill=\"\"/>\n<path d=\"M12.2283 12.0703C11.8183 12.0703 11.4883 12.4003 11.4883 12.8103C11.4883 13.2203 11.8183 13.5503 12.2283 13.5503C12.6383 13.5503 12.9683 13.2203 12.9683 12.8103C12.9683 12.4003 12.6383 12.0703 12.2283 12.0703Z\" fill=\"\"/>\n<path d=\"M6.75953 13.0586C6.34953 13.0586 6.01953 13.3886 6.01953 13.7986C6.01953 14.2086 6.34953 14.5386 6.75953 14.5386C7.16953 14.5386 7.49953 14.2086 7.49953 13.7986C7.49953 13.3886 7.16953 13.0586 6.75953 13.0586Z\" fill=\"\"/>\n<path d=\"M16.19 2H7.81C7.53 2 7.26 2.01 7 2.05C3.85 2.34 2 4.45 2 7.81V16.19C2 19.55 3.85 21.66 7 21.95C7.26 21.99 7.53 22 7.81 22H13.5C13.89 22 14.14 21.56 13.99 21.2C13.7 20.51 13.5 19.71 13.5 19C13.5 15.97 15.97 13.5 19 13.5C19.76 13.5 20.5 13.65 21.18 13.95C21.55 14.11 22 13.86 22 13.46V7.81C22 4.17 19.83 2 16.19 2ZM14.48 8.05V12.81C14.48 12.82 14.47 12.83 14.47 12.85C14.45 14.07 13.46 15.06 12.23 15.06C10.99 15.06 9.99 14.05 9.99 12.82C9.99 11.58 11 10.58 12.23 10.58C12.49 10.58 12.74 10.63 12.98 10.72V9.03L9.01 10.11V13.81C9.01 13.82 9 13.83 9 13.84C8.98 15.06 7.99 16.04 6.76 16.04C5.52 16.04 4.52 15.03 4.52 13.8C4.52 12.57 5.53 11.56 6.76 11.56C7.02 11.56 7.27 11.61 7.5 11.7V9.54V7.79C7.5 6.86 8.08 6.11 8.97 5.87L11.95 5.05C12.88 4.8 13.45 5.05 13.77 5.29C14.23 5.64 14.46 6.21 14.46 6.97V8.05H14.48Z\" fill=\"\"/>\n</svg>\n</li><li title=\"music square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.5406 13.6719C14.1806 13.6719 13.8906 13.9619 13.8906 14.3219C13.8906 14.6819 14.1806 14.9719 14.5406 14.9719C14.9006 14.9719 15.1906 14.6819 15.1906 14.3219C15.1806 13.9619 14.8906 13.6719 14.5406 13.6719Z\" fill=\"\"/>\n<path d=\"M9.06016 14.6602C8.70016 14.6602 8.41016 14.9502 8.41016 15.3102C8.41016 15.6702 8.70016 15.9602 9.06016 15.9602C9.42016 15.9602 9.71016 15.6702 9.71016 15.3102C9.71016 14.9502 9.42016 14.6602 9.06016 14.6602Z\" fill=\"\"/>\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM16.88 9.55V14.31C16.88 15.6 15.83 16.65 14.54 16.65C13.25 16.65 12.2 15.6 12.2 14.31C12.2 13.02 13.25 11.97 14.54 11.97C14.77 11.97 14.98 12.01 15.19 12.07V10.65L11.41 11.68V15.3C11.41 15.31 11.4 15.32 11.4 15.33C11.39 16.61 10.34 17.64 9.06 17.64C7.77 17.64 6.72 16.59 6.72 15.3C6.72 14.01 7.77 12.96 9.06 12.96C9.29 12.96 9.5 13 9.71 13.06V11.03V9.29C9.71 8.32 10.31 7.53 11.25 7.28L14.24 6.46C15.2 6.2 15.8 6.45 16.14 6.71C16.47 6.97 16.88 7.48 16.88 8.48V9.55Z\" fill=\"\"/>\n</svg>\n</li><li title=\"music \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.8894 5.1786V16.4786C20.8894 18.4586 19.2794 20.0686 17.2994 20.0686C15.3294 20.0686 13.7094 18.4586 13.7094 16.4786C13.7094 14.5086 15.3294 12.8986 17.2994 12.8986C18.1394 12.8986 18.8894 13.1886 19.4994 13.6686V7.7186L10.2894 10.3386V18.4086C10.2894 20.3886 8.66937 21.9986 6.69937 21.9986C4.71937 21.9986 3.10938 20.3886 3.10938 18.4086C3.10938 16.4386 4.71937 14.8286 6.69937 14.8286C7.52938 14.8286 8.27938 15.1186 8.88938 15.5886V6.7486C8.88938 5.2786 9.77938 4.1386 11.1894 3.7586L16.9694 2.1786C18.1394 1.8586 19.1294 1.9686 19.8294 2.5086C20.5394 3.0386 20.8894 3.9386 20.8894 5.1786Z\" fill=\"\"/>\n</svg>\n</li><li title=\"musicnote \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.7188 6.27879V7.44879C21.7188 8.42879 21.3288 9.26879 20.6388 9.75879C20.2087 10.0788 19.6787 10.2288 19.1287 10.2288C18.7887 10.2288 18.4488 10.1788 18.0988 10.0588L12.7188 8.26879V17.9988C12.7188 20.6188 10.5887 22.7488 7.96875 22.7488C5.34875 22.7488 3.21875 20.6188 3.21875 17.9988C3.21875 15.3788 5.34875 13.2488 7.96875 13.2488C9.22875 13.2488 10.3688 13.7488 11.2188 14.5488V3.99879C11.2188 3.02879 11.6188 2.18879 12.3088 1.68879C12.9987 1.19879 13.9187 1.08879 14.8387 1.38879L19.2588 2.86879C20.6188 3.31879 21.7188 4.84879 21.7188 6.27879Z\" fill=\"\"/>\n</svg>\n</li><li title=\"next \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.76172 7.21957V16.7896C3.76172 18.7496 5.89172 19.9796 7.59172 18.9996L11.7417 16.6096L15.8917 14.2096C17.5917 13.2296 17.5917 10.7796 15.8917 9.79957L11.7417 7.39957L7.59172 5.00957C5.89172 4.02957 3.76172 5.24957 3.76172 7.21957Z\" fill=\"\"/>\n<path d=\"M20.2383 18.9303C19.8283 18.9303 19.4883 18.5903 19.4883 18.1803V5.82031C19.4883 5.41031 19.8283 5.07031 20.2383 5.07031C20.6483 5.07031 20.9883 5.41031 20.9883 5.82031V18.1803C20.9883 18.5903 20.6583 18.9303 20.2383 18.9303Z\" fill=\"\"/>\n</svg>\n</li><li title=\"note 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 4.25C16 5.49 14.99 6.5 13.75 6.5H10.25C9.63 6.5 9.07 6.25 8.66 5.84C8.25 5.43 8 4.87 8 4.25C8 3.01 9.01 2 10.25 2H13.75C14.37 2 14.93 2.25 15.34 2.66C15.75 3.07 16 3.63 16 4.25Z\" fill=\"\"/>\n<path d=\"M18.83 5.02874C18.6 4.83874 18.34 4.68874 18.06 4.57874C17.77 4.46874 17.48 4.69874 17.42 4.99874C17.08 6.70874 15.57 7.99874 13.75 7.99874H10.25C9.25 7.99874 8.31 7.60874 7.6 6.89874C7.08 6.37874 6.72 5.71874 6.58 5.00874C6.52 4.70874 6.22 4.46874 5.93 4.58874C4.77 5.05874 4 6.11874 4 8.24874V17.9987C4 20.9987 5.79 21.9987 8 21.9987H16C18.21 21.9987 20 20.9987 20 17.9987V8.24874C20 6.61874 19.55 5.61874 18.83 5.02874ZM8 12.2487H12C12.41 12.2487 12.75 12.5887 12.75 12.9987C12.75 13.4087 12.41 13.7487 12 13.7487H8C7.59 13.7487 7.25 13.4087 7.25 12.9987C7.25 12.5887 7.59 12.2487 8 12.2487ZM16 17.7487H8C7.59 17.7487 7.25 17.4087 7.25 16.9987C7.25 16.5887 7.59 16.2487 8 16.2487H16C16.41 16.2487 16.75 16.5887 16.75 16.9987C16.75 17.4087 16.41 17.7487 16 17.7487Z\" fill=\"\"/>\n</svg>\n</li><li title=\"note 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.5503 20.1619C13.2903 20.2719 13.0103 20.3719 12.7103 20.4719L11.1303 20.9919C7.16034 22.2719 5.07034 21.2019 3.78034 17.2319L2.50034 13.2819C1.22034 9.31187 2.28034 7.21187 6.25034 5.93187L7.79034 5.42188C7.60034 5.90187 7.44034 6.45188 7.29034 7.07188L6.31034 11.2619C5.21034 15.9719 6.82034 18.5719 11.5303 19.6919L13.2103 20.0919C13.3203 20.1219 13.4403 20.1419 13.5503 20.1619Z\" fill=\"\"/>\n<path d=\"M17.1702 3.20854L15.5002 2.81854C12.1602 2.02854 10.1702 2.67854 9.00018 5.09854C8.70018 5.70854 8.46018 6.44854 8.26018 7.29854L7.28018 11.4885C6.30018 15.6685 7.59018 17.7285 11.7602 18.7185L13.4402 19.1185C14.0202 19.2585 14.5602 19.3485 15.0602 19.3885C18.1802 19.6885 19.8402 18.2285 20.6802 14.6185L21.6602 10.4385C22.6402 6.25854 21.3602 4.18854 17.1702 3.20854Z\" fill=\"\"/>\n</svg>\n</li><li title=\"note 21 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.6761 19.9589C12.9508 20.0228 12.976 20.3827 12.7084 20.4719L11.1284 20.9919C7.15839 22.2719 5.06839 21.2019 3.77839 17.2319L2.49839 13.2819C1.21839 9.31187 2.27839 7.21187 6.24839 5.93187L6.77238 5.75834C7.17525 5.62493 7.56731 6.02899 7.45292 6.43766C7.39622 6.64023 7.34167 6.85164 7.28839 7.07188L6.30839 11.2619C5.20839 15.9719 6.81839 18.5719 11.5284 19.6919L12.6761 19.9589Z\" fill=\"\"/>\n<path d=\"M17.1702 3.20854L15.5002 2.81854C12.1602 2.02854 10.1702 2.67854 9.00018 5.09854C8.70018 5.70854 8.46018 6.44854 8.26018 7.29854L7.28018 11.4885C6.30018 15.6685 7.59018 17.7285 11.7602 18.7185L13.4402 19.1185C14.0202 19.2585 14.5602 19.3485 15.0602 19.3885C18.1802 19.6885 19.8402 18.2285 20.6802 14.6185L21.6602 10.4385C22.6402 6.25854 21.3602 4.18854 17.1702 3.20854ZM15.2902 13.3285C15.2002 13.6685 14.9002 13.8885 14.5602 13.8885C14.5002 13.8885 14.4402 13.8785 14.3702 13.8685L11.4602 13.1285C11.0602 13.0285 10.8202 12.6185 10.9202 12.2185C11.0202 11.8185 11.4302 11.5785 11.8302 11.6785L14.7402 12.4185C15.1502 12.5185 15.3902 12.9285 15.2902 13.3285ZM18.2202 9.94854C18.1302 10.2885 17.8302 10.5085 17.4902 10.5085C17.4302 10.5085 17.3702 10.4985 17.3002 10.4885L12.4502 9.25854C12.0502 9.15854 11.8102 8.74854 11.9102 8.34854C12.0102 7.94854 12.4202 7.70854 12.8202 7.80854L17.6702 9.03854C18.0802 9.12854 18.3202 9.53854 18.2202 9.94854Z\" fill=\"\"/>\n</svg>\n</li><li title=\"note add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.28906 6.29C7.86906 6.29 7.53906 5.95 7.53906 5.54V2.75C7.53906 2.34 7.86906 2 8.28906 2C8.70906 2 9.03906 2.34 9.03906 2.75V5.53C9.03906 5.95 8.70906 6.29 8.28906 6.29Z\" fill=\"\"/>\n<path d=\"M15.7109 6.29C15.2909 6.29 14.9609 5.95 14.9609 5.54V2.75C14.9609 2.33 15.3009 2 15.7109 2C16.1309 2 16.4609 2.34 16.4609 2.75V5.53C16.4609 5.95 16.1309 6.29 15.7109 6.29Z\" fill=\"\"/>\n<path d=\"M19.57 4.5C18.91 4.01 17.96 4.48 17.96 5.31V5.41C17.96 6.58 17.12 7.66 15.95 7.78C14.6 7.92 13.46 6.86 13.46 5.54V4.5C13.46 3.95 13.01 3.5 12.46 3.5H11.54C10.99 3.5 10.54 3.95 10.54 4.5V5.54C10.54 6.33 10.13 7.03 9.51 7.42C9.42 7.48 9.32 7.53 9.22 7.58C9.13 7.63 9.03 7.67 8.92 7.7C8.8 7.74 8.67 7.77 8.53 7.78C8.37 7.8 8.21 7.8 8.05 7.78C7.91 7.77 7.78 7.74 7.66 7.7C7.56 7.67 7.46 7.63 7.36 7.58C7.26 7.53 7.16 7.48 7.07 7.42C6.44 6.98 6.04 6.22 6.04 5.41V5.31C6.04 4.54 5.22 4.08 4.57 4.41C4.56 4.42 4.55 4.42 4.54 4.43C4.5 4.45 4.47 4.47 4.43 4.5C4.4 4.53 4.36 4.55 4.33 4.58C4.05 4.8 3.8 5.05 3.59 5.32C3.48 5.44 3.39 5.57 3.31 5.7C3.3 5.71 3.29 5.72 3.28 5.74C3.19 5.87 3.11 6.02 3.04 6.16C3.02 6.18 3.01 6.19 3.01 6.21C2.95 6.33 2.89 6.45 2.85 6.58C2.82 6.63 2.81 6.67 2.79 6.72C2.73 6.87 2.69 7.02 2.65 7.17C2.61 7.31 2.58 7.46 2.56 7.61C2.54 7.72 2.53 7.83 2.52 7.95C2.51 8.09 2.5 8.23 2.5 8.37V17.13C2.5 19.82 4.68 22 7.37 22H16.63C19.32 22 21.5 19.82 21.5 17.13V8.37C21.5 6.78 20.74 5.39 19.57 4.5ZM12 16.25H10.31V18C10.31 18.41 9.97 18.75 9.56 18.75C9.14 18.75 8.81 18.41 8.81 18V16.25H7C6.59 16.25 6.25 15.91 6.25 15.5C6.25 15.09 6.59 14.75 7 14.75H8.81V13C8.81 12.59 9.14 12.25 9.56 12.25C9.97 12.25 10.31 12.59 10.31 13V14.75H12C12.41 14.75 12.75 15.09 12.75 15.5C12.75 15.91 12.41 16.25 12 16.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"note favorite \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.75 3.5V2C7.75 1.59 7.41 1.25 7 1.25C6.59 1.25 6.25 1.59 6.25 2V3.56C6.5 3.53 6.73 3.5 7 3.5H7.75Z\" fill=\"\"/>\n<path d=\"M15.75 3.56V2C15.75 1.59 15.41 1.25 15 1.25C14.59 1.25 14.25 1.59 14.25 2V3.5H15C15.27 3.5 15.5 3.53 15.75 3.56Z\" fill=\"\"/>\n<path d=\"M21.29 14.97C20.52 14.36 19.55 14 18.5 14C17.45 14 16.46 14.37 15.69 14.99C14.65 15.81 14 17.09 14 18.5C14 19.34 14.24 20.15 14.65 20.81C14.97 21.33 15.38 21.79 15.87 22.14C16.61 22.68 17.51 23 18.5 23C19.64 23 20.67 22.58 21.46 21.88C21.81 21.59 22.11 21.23 22.35 20.82C22.76 20.15 23 19.34 23 18.5C23 17.07 22.33 15.79 21.29 14.97ZM18.5 20.64C18.5 19.46 17.54 18.5 16.36 18.5C17.54 18.5 18.5 17.54 18.5 16.36C18.5 17.54 19.46 18.5 20.64 18.5C19.46 18.5 18.5 19.46 18.5 20.64Z\" fill=\"\"/>\n<path d=\"M15.75 3.56V5C15.75 5.41 15.41 5.75 15 5.75C14.59 5.75 14.25 5.41 14.25 5V3.5H7.75V5C7.75 5.41 7.41 5.75 7 5.75C6.59 5.75 6.25 5.41 6.25 5V3.56C3.3 3.83 2 5.73 2 8.5V17C2 20 3.5 22 7 22H11.13C11.89 22 12.4 21.15 12.21 20.41C12.07 19.87 12 19.31 12 18.75C12 16.67 12.93 14.75 14.54 13.48C15.71 12.53 17.21 12 18.75 12H18.79C19.42 12 20 11.54 20 10.91V8.5C20 5.73 18.7 3.83 15.75 3.56ZM9 16.75H7C6.59 16.75 6.25 16.41 6.25 16C6.25 15.59 6.59 15.25 7 15.25H9C9.41 15.25 9.75 15.59 9.75 16C9.75 16.41 9.41 16.75 9 16.75ZM12 11.75H7C6.59 11.75 6.25 11.41 6.25 11C6.25 10.59 6.59 10.25 7 10.25H12C12.41 10.25 12.75 10.59 12.75 11C12.75 11.41 12.41 11.75 12 11.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"note remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.97 1H3.03C1.76 1 1 1.76 1 3.03V5.97C1 7.24 1.76 8 3.03 8H5.97C7.24 8 8 7.24 8 5.97V3.03C8 1.76 7.24 1 5.97 1ZM6.47 5.56C6.72 5.81 6.72 6.22 6.47 6.47C6.34 6.59 6.17 6.65 6.01 6.65C5.85 6.65 5.69 6.59 5.56 6.47L4.49 5.41L3.45 6.47C3.32 6.59 3.16 6.65 2.98 6.65C2.82 6.65 2.66 6.59 2.53 6.47C2.28 6.22 2.28 5.81 2.53 5.56L3.6 4.5L2.54 3.45C2.29 3.2 2.29 2.79 2.54 2.54C2.79 2.29 3.2 2.29 3.45 2.54L4.49 3.6L5.55 2.54C5.8 2.29 6.21 2.29 6.46 2.54C6.71 2.79 6.71 3.2 6.46 3.45L5.41 4.5L6.47 5.56Z\" fill=\"\"/>\n<path d=\"M21.4995 15.8197C21.4995 15.9697 21.4495 16.1197 21.3195 16.2497C19.8695 17.7097 17.2895 20.3097 15.8095 21.7997C15.6795 21.9397 15.5095 21.9997 15.3395 21.9997C15.0095 21.9997 14.6895 21.7397 14.6895 21.3597V17.8597C14.6895 16.3997 15.9295 15.1897 17.4495 15.1897C18.3995 15.1797 19.7195 15.1797 20.8495 15.1797C21.2395 15.1797 21.4995 15.4897 21.4995 15.8197Z\" fill=\"\"/>\n<path d=\"M21.4995 15.8197C21.4995 15.9697 21.4495 16.1197 21.3195 16.2497C19.8695 17.7097 17.2895 20.3097 15.8095 21.7997C15.6795 21.9397 15.5095 21.9997 15.3395 21.9997C15.0095 21.9997 14.6895 21.7397 14.6895 21.3597V17.8597C14.6895 16.3997 15.9295 15.1897 17.4495 15.1897C18.3995 15.1797 19.7195 15.1797 20.8495 15.1797C21.2395 15.1797 21.4995 15.4897 21.4995 15.8197Z\" fill=\"\"/>\n<path d=\"M16.63 2H10.5C9.95 2 9.5 2.45 9.5 3V6.5C9.5 8.16 8.16 9.5 6.5 9.5H3.5C2.95 9.5 2.5 9.95 2.5 10.5V17.13C2.5 19.82 4.68 22 7.37 22H12.19C12.74 22 13.19 21.55 13.19 21V17.86C13.19 15.56 15.1 13.69 17.45 13.69C17.98 13.68 19.27 13.68 20.5 13.68C21.05 13.68 21.5 13.24 21.5 12.68V6.87C21.5 4.18 19.32 2 16.63 2ZM8.72 17.01H6.08C5.67 17.01 5.33 16.67 5.33 16.26C5.33 15.84 5.67 15.5 6.08 15.5H8.72C9.15 15.5 9.47 15.84 9.47 16.26C9.47 16.67 9.15 17.01 8.72 17.01ZM11.51 13.3H6.08C5.67 13.3 5.33 12.96 5.33 12.55C5.33 12.13 5.67 11.79 6.08 11.79H11.51C11.92 11.79 12.27 12.13 12.27 12.55C12.27 12.96 11.92 13.3 11.51 13.3Z\" fill=\"\"/>\n</svg>\n</li><li title=\"note square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.6189 12.099L20.9989 11.889L19.3289 11.339C18.7489 11.149 18.1589 11.219 17.7089 11.539C17.2689 11.869 17.0089 12.399 17.0089 13.019V17.809C16.6089 17.589 16.1589 17.449 15.6689 17.449C14.1289 17.449 12.8789 18.709 12.8789 20.249C12.8789 20.509 12.9189 20.759 12.9789 20.999C13.3089 22.189 14.3889 23.049 15.6689 23.049C17.1989 23.049 18.4389 21.829 18.4689 20.309V15.699C18.4889 15.699 18.4989 15.709 18.5189 15.719L20.7989 16.479C20.8389 16.489 20.8889 16.509 20.9289 16.509C21.1089 16.559 21.2689 16.579 21.4389 16.579C21.7989 16.579 22.1389 16.479 22.4189 16.269C22.8689 15.949 23.1189 15.419 23.1189 14.799V14.199C23.1189 13.289 22.4789 12.389 21.6189 12.099ZM15.6689 21.589C15.2089 21.589 14.8089 21.359 14.5689 20.999C14.4189 20.789 14.3389 20.529 14.3389 20.249C14.3389 19.519 14.9389 18.919 15.6689 18.919C16.4089 18.919 17.0089 19.519 17.0089 20.249C17.0089 20.479 16.9489 20.689 16.8489 20.869C16.6289 21.299 16.1789 21.589 15.6689 21.589Z\" fill=\"\"/>\n<path d=\"M23.1189 14.199V14.799C23.1189 15.419 22.8689 15.949 22.4189 16.269C22.1389 16.479 21.7989 16.579 21.4389 16.579C21.2689 16.579 21.1089 16.559 20.9289 16.509C20.8889 16.509 20.8389 16.489 20.7989 16.479L18.5189 15.719C18.4989 15.709 18.4889 15.699 18.4689 15.699V20.309C18.4389 21.829 17.1989 23.049 15.6689 23.049C14.3889 23.049 13.3089 22.189 12.9789 20.999C12.9189 20.759 12.8789 20.509 12.8789 20.249C12.8789 18.709 14.1289 17.449 15.6689 17.449C16.1589 17.449 16.6089 17.589 17.0089 17.809V13.019C17.0089 12.399 17.2689 11.869 17.7089 11.539C18.1589 11.219 18.7489 11.149 19.3289 11.339L20.9989 11.889L21.6189 12.099C22.4789 12.389 23.1189 13.289 23.1189 14.199Z\" fill=\"\"/>\n<path d=\"M21 7.52V9.62C21 9.96 20.67 10.2 20.34 10.09L19.8 9.91C18.75 9.58 17.68 9.72 16.81 10.34C15.98 10.96 15.51 11.94 15.51 13.02V15.47C15.51 15.74 15.3 15.96 15.03 16C12.97 16.31 11.38 18.1 11.38 20.25C11.38 20.3 11.38 20.35 11.38 20.4C11.39 20.71 11.16 21 10.84 21H7.52C4.07 21 2 18.94 2 15.48V7.52C2 4.06 4.07 2 7.52 2H15.48C18.93 2 21 4.06 21 7.52Z\" fill=\"\"/>\n</svg>\n</li><li title=\"note text \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.75 3.5V2C8.75 1.59 8.41 1.25 8 1.25C7.59 1.25 7.25 1.59 7.25 2V3.56C7.5 3.53 7.73 3.5 8 3.5H8.75Z\" fill=\"\"/>\n<path d=\"M16.75 3.56V2C16.75 1.59 16.41 1.25 16 1.25C15.59 1.25 15.25 1.59 15.25 2V3.5H16C16.27 3.5 16.5 3.53 16.75 3.56Z\" fill=\"\"/>\n<path d=\"M16.75 3.56V5C16.75 5.41 16.41 5.75 16 5.75C15.59 5.75 15.25 5.41 15.25 5V3.5H8.75V5C8.75 5.41 8.41 5.75 8 5.75C7.59 5.75 7.25 5.41 7.25 5V3.56C4.3 3.83 3 5.73 3 8.5V17C3 20 4.5 22 8 22H16C19.5 22 21 20 21 17V8.5C21 5.73 19.7 3.83 16.75 3.56ZM12 16.75H8C7.59 16.75 7.25 16.41 7.25 16C7.25 15.59 7.59 15.25 8 15.25H12C12.41 15.25 12.75 15.59 12.75 16C12.75 16.41 12.41 16.75 12 16.75ZM16 11.75H8C7.59 11.75 7.25 11.41 7.25 11C7.25 10.59 7.59 10.25 8 10.25H16C16.41 10.25 16.75 10.59 16.75 11C16.75 11.41 16.41 11.75 16 11.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"note \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.28906 6.29C7.86906 6.29 7.53906 5.95 7.53906 5.54V2.75C7.53906 2.34 7.86906 2 8.28906 2C8.70906 2 9.03906 2.34 9.03906 2.75V5.53C9.03906 5.95 8.70906 6.29 8.28906 6.29Z\" fill=\"\"/>\n<path d=\"M15.7109 6.29C15.2909 6.29 14.9609 5.95 14.9609 5.54V2.75C14.9609 2.33 15.3009 2 15.7109 2C16.1309 2 16.4609 2.34 16.4609 2.75V5.53C16.4609 5.95 16.1309 6.29 15.7109 6.29Z\" fill=\"\"/>\n<path d=\"M19.57 4.5C18.91 4.01 17.96 4.48 17.96 5.31V5.41C17.96 6.58 17.12 7.66 15.95 7.78C14.6 7.92 13.46 6.86 13.46 5.54V4.5C13.46 3.95 13.01 3.5 12.46 3.5H11.54C10.99 3.5 10.54 3.95 10.54 4.5V5.54C10.54 6.33 10.13 7.03 9.51 7.42C9.42 7.48 9.32 7.53 9.22 7.58C9.13 7.63 9.03 7.67 8.92 7.7C8.8 7.74 8.67 7.77 8.53 7.78C8.37 7.8 8.21 7.8 8.05 7.78C7.91 7.77 7.78 7.74 7.66 7.7C7.56 7.67 7.46 7.63 7.36 7.58C7.26 7.53 7.16 7.48 7.07 7.42C6.44 6.98 6.04 6.22 6.04 5.41V5.31C6.04 4.54 5.22 4.08 4.57 4.41C4.56 4.42 4.55 4.42 4.54 4.43C4.5 4.45 4.47 4.47 4.43 4.5C4.4 4.53 4.36 4.55 4.33 4.58C4.05 4.8 3.8 5.05 3.59 5.32C3.48 5.44 3.39 5.57 3.31 5.7C3.3 5.71 3.29 5.72 3.28 5.74C3.19 5.87 3.11 6.02 3.04 6.16C3.02 6.18 3.01 6.19 3.01 6.21C2.95 6.33 2.89 6.45 2.85 6.58C2.82 6.63 2.81 6.67 2.79 6.72C2.73 6.87 2.69 7.02 2.65 7.17C2.61 7.31 2.58 7.46 2.56 7.61C2.54 7.72 2.53 7.83 2.52 7.95C2.51 8.09 2.5 8.23 2.5 8.37V17.13C2.5 19.82 4.68 22 7.37 22H16.63C19.32 22 21.5 19.82 21.5 17.13V8.37C21.5 6.78 20.74 5.39 19.57 4.5ZM12 17.42H7.36C6.95 17.42 6.61 17.08 6.61 16.67C6.61 16.25 6.95 15.91 7.36 15.91H12C12.42 15.91 12.75 16.25 12.75 16.67C12.75 17.08 12.42 17.42 12 17.42ZM14.78 13.71H7.36C6.95 13.71 6.61 13.37 6.61 12.96C6.61 12.54 6.95 12.2 7.36 12.2H14.78C15.2 12.2 15.54 12.54 15.54 12.96C15.54 13.37 15.2 13.71 14.78 13.71Z\" fill=\"\"/>\n</svg>\n</li><li title=\"notification 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 8C20.6569 8 22 6.65685 22 5C22 3.34315 20.6569 2 19 2C17.3431 2 16 3.34315 16 5C16 6.65685 17.3431 8 19 8Z\" fill=\"\"/>\n<path d=\"M21 10.4V16.48C21 16.62 20.99 16.76 20.98 16.89C20.97 17.01 20.96 17.12 20.94 17.24C20.93 17.36 20.91 17.48 20.89 17.59C20.54 20.01 19 21.54 16.59 21.89C16.48 21.91 16.36 21.93 16.24 21.94C16.12 21.96 16.01 21.97 15.89 21.98C15.76 21.99 15.62 22 15.48 22H7.52C7.38 22 7.24 21.99 7.11 21.98C6.99 21.97 6.88 21.96 6.76 21.94C6.64 21.93 6.52 21.91 6.41 21.89C4 21.54 2.46 20.01 2.11 17.59C2.09 17.48 2.07 17.36 2.06 17.24C2.04 17.12 2.03 17.01 2.02 16.89C2.01 16.76 2 16.62 2 16.48V8.52C2 8.38 2.01 8.24 2.02 8.11C2.03 7.99 2.04 7.88 2.06 7.76C2.07 7.64 2.09 7.52 2.11 7.41C2.46 4.99 4 3.46 6.41 3.11C6.52 3.09 6.64 3.07 6.76 3.06C6.88 3.04 6.99 3.03 7.11 3.02C7.24 3.01 7.38 3 7.52 3H13.6C14.24 3 14.7 3.58 14.58 4.2C14.58 4.22 14.57 4.24 14.57 4.26C14.55 4.36 14.54 4.46 14.52 4.57C14.48 4.99 14.5 5.44 14.59 5.9C14.62 6.02 14.64 6.12 14.68 6.23C14.76 6.56 14.89 6.87 15.06 7.16C15.12 7.28 15.2 7.4 15.27 7.51C15.6 7.99 16.01 8.4 16.49 8.73C16.6 8.8 16.72 8.88 16.84 8.94C17.13 9.11 17.44 9.24 17.77 9.32C17.88 9.36 17.98 9.38 18.1 9.41C18.56 9.5 19.01 9.52 19.43 9.48C19.54 9.46 19.64 9.45 19.74 9.43C19.76 9.43 19.78 9.42 19.8 9.42C20.42 9.3 21 9.76 21 10.4Z\" fill=\"\"/>\n</svg>\n</li><li title=\"notification bing \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.1892 14.0608L19.0592 12.1808C18.8092 11.7708 18.5892 10.9808 18.5892 10.5008V8.63078C18.5892 5.00078 15.6392 2.05078 12.0192 2.05078C8.38923 2.06078 5.43923 5.00078 5.43923 8.63078V10.4908C5.43923 10.9708 5.21923 11.7608 4.97923 12.1708L3.84923 14.0508C3.41923 14.7808 3.31923 15.6108 3.58923 16.3308C3.85923 17.0608 4.46923 17.6408 5.26923 17.9008C6.34923 18.2608 7.43923 18.5208 8.54923 18.7108C8.65923 18.7308 8.76923 18.7408 8.87923 18.7608C9.01923 18.7808 9.16923 18.8008 9.31923 18.8208C9.57923 18.8608 9.83923 18.8908 10.1092 18.9108C10.7392 18.9708 11.3792 19.0008 12.0192 19.0008C12.6492 19.0008 13.2792 18.9708 13.8992 18.9108C14.1292 18.8908 14.3592 18.8708 14.5792 18.8408C14.7592 18.8208 14.9392 18.8008 15.1192 18.7708C15.2292 18.7608 15.3392 18.7408 15.4492 18.7208C16.5692 18.5408 17.6792 18.2608 18.7592 17.9008C19.5292 17.6408 20.1192 17.0608 20.3992 16.3208C20.6792 15.5708 20.5992 14.7508 20.1892 14.0608ZM12.7492 10.0008C12.7492 10.4208 12.4092 10.7608 11.9892 10.7608C11.5692 10.7608 11.2292 10.4208 11.2292 10.0008V6.90078C11.2292 6.48078 11.5692 6.14078 11.9892 6.14078C12.4092 6.14078 12.7492 6.48078 12.7492 6.90078V10.0008Z\" fill=\"\"/>\n<path d=\"M14.8297 20.01C14.4097 21.17 13.2997 22 11.9997 22C11.2097 22 10.4297 21.68 9.87969 21.11C9.55969 20.81 9.31969 20.41 9.17969 20C9.30969 20.02 9.43969 20.03 9.57969 20.05C9.80969 20.08 10.0497 20.11 10.2897 20.13C10.8597 20.18 11.4397 20.21 12.0197 20.21C12.5897 20.21 13.1597 20.18 13.7197 20.13C13.9297 20.11 14.1397 20.1 14.3397 20.07C14.4997 20.05 14.6597 20.03 14.8297 20.01Z\" fill=\"\"/>\n</svg>\n</li><li title=\"notification favorite \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 8C20.6569 8 22 6.65685 22 5C22 3.34315 20.6569 2 19 2C17.3431 2 16 3.34315 16 5C16 6.65685 17.3431 8 19 8Z\" fill=\"\"/>\n<path d=\"M19.8 9.42C19.77 9.43 19.74 9.43 19.71 9.44C19.63 9.45 19.56 9.46 19.47 9.47C19.32 9.49 19.16 9.5 19 9.5C18.57 9.5 18.16 9.44 17.77 9.32C17.6 9.28 17.44 9.23 17.29 9.16C17.14 9.1 16.98 9.02 16.84 8.94C16.09 8.53 15.47 7.91 15.06 7.16C14.98 7.02 14.9 6.86 14.84 6.71C14.77 6.56 14.72 6.4 14.68 6.23C14.56 5.84 14.5 5.43 14.5 5C14.5 4.84 14.51 4.68 14.53 4.53C14.54 4.44 14.55 4.37 14.56 4.29C14.57 4.26 14.57 4.23 14.58 4.2C14.7 3.58 14.24 3 13.6 3H7.52C7.38 3 7.24 3.01 7.11 3.02C6.99 3.03 6.88 3.04 6.76 3.06C6.64 3.07 6.52 3.09 6.41 3.11C4 3.46 2.46 4.99 2.11 7.41C2.09 7.52 2.07 7.64 2.06 7.76C2.04 7.88 2.03 7.99 2.02 8.11C2.01 8.24 2 8.38 2 8.52V16.48C2 16.62 2.01 16.76 2.02 16.89C2.03 17.01 2.04 17.12 2.06 17.24C2.07 17.36 2.09 17.48 2.11 17.59C2.46 20.01 4 21.54 6.41 21.89C6.52 21.91 6.64 21.93 6.76 21.94C6.88 21.96 6.99 21.97 7.11 21.98C7.24 21.99 7.38 22 7.52 22H15.48C15.62 22 15.76 21.99 15.89 21.98C16.01 21.97 16.12 21.96 16.24 21.94C16.36 21.93 16.48 21.91 16.59 21.89C19 21.54 20.54 20.01 20.89 17.59C20.91 17.48 20.93 17.36 20.94 17.24C20.96 17.12 20.97 17.01 20.98 16.89C20.99 16.76 21 16.62 21 16.48V10.4C21 9.76 20.42 9.3 19.8 9.42ZM12.28 15.25C11.75 16.92 9.93 17.82 9.3 17.82C8.66 17.82 6.87 16.94 6.33 15.25H6.32C5.97 14.14 6.37 12.69 7.64 12.28C8.22 12.09 8.84 12.2 9.29 12.55C9.74 12.2 10.37 12.09 10.96 12.28C12.23 12.69 12.63 14.14 12.28 15.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"notification status \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 8C20.6569 8 22 6.65685 22 5C22 3.34315 20.6569 2 19 2C17.3431 2 16 3.34315 16 5C16 6.65685 17.3431 8 19 8Z\" fill=\"\"/>\n<path d=\"M19.8 9.42C19.78 9.42 19.76 9.43 19.74 9.43C19.64 9.45 19.54 9.46 19.43 9.48C19.01 9.52 18.56 9.5 18.1 9.41C17.98 9.38 17.88 9.36 17.77 9.32C17.44 9.24 17.13 9.11 16.84 8.94C16.72 8.88 16.6 8.8 16.49 8.73C16.01 8.4 15.6 7.99 15.27 7.51C15.2 7.4 15.12 7.28 15.06 7.16C14.89 6.87 14.76 6.56 14.68 6.23C14.64 6.12 14.62 6.02 14.59 5.9C14.5 5.44 14.48 4.99 14.52 4.57C14.54 4.46 14.55 4.36 14.57 4.26C14.57 4.24 14.58 4.22 14.58 4.2C14.7 3.58 14.24 3 13.6 3H7.52C7.38 3 7.24 3.01 7.11 3.02C6.99 3.03 6.88 3.04 6.76 3.06C6.64 3.07 6.52 3.09 6.41 3.11C4 3.46 2.46 4.99 2.11 7.41C2.09 7.52 2.07 7.64 2.06 7.76C2.04 7.88 2.03 7.99 2.02 8.11C2.01 8.24 2 8.38 2 8.52V16.48C2 16.62 2.01 16.76 2.02 16.89C2.03 17.01 2.04 17.12 2.06 17.24C2.07 17.36 2.09 17.48 2.11 17.59C2.46 20.01 4 21.54 6.41 21.89C6.52 21.91 6.64 21.93 6.76 21.94C6.88 21.96 6.99 21.97 7.11 21.98C7.24 21.99 7.38 22 7.52 22H15.48C15.62 22 15.76 21.99 15.89 21.98C16.01 21.97 16.12 21.96 16.24 21.94C16.36 21.93 16.48 21.91 16.59 21.89C19 21.54 20.54 20.01 20.89 17.59C20.91 17.48 20.93 17.36 20.94 17.24C20.96 17.12 20.97 17.01 20.98 16.89C20.99 16.76 21 16.62 21 16.48V10.4C21 9.76 20.42 9.3 19.8 9.42ZM6.75 12.5H11.75C12.16 12.5 12.5 12.84 12.5 13.25C12.5 13.66 12.16 14 11.75 14H6.75C6.34 14 6 13.66 6 13.25C6 12.84 6.34 12.5 6.75 12.5ZM15.75 18H6.75C6.34 18 6 17.66 6 17.25C6 16.84 6.34 16.5 6.75 16.5H15.75C16.16 16.5 16.5 16.84 16.5 17.25C16.5 17.66 16.16 18 15.75 18Z\" fill=\"\"/>\n</svg>\n</li><li title=\"notification \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.3399 14.49L18.3399 12.83C18.1299 12.46 17.9399 11.76 17.9399 11.35V8.82C17.9399 6.47 16.5599 4.44 14.5699 3.49C14.0499 2.57 13.0899 2 11.9899 2C10.8999 2 9.91994 2.59 9.39994 3.52C7.44994 4.49 6.09994 6.5 6.09994 8.82V11.35C6.09994 11.76 5.90994 12.46 5.69994 12.82L4.68994 14.49C4.28994 15.16 4.19994 15.9 4.44994 16.58C4.68994 17.25 5.25994 17.77 5.99994 18.02C7.93994 18.68 9.97994 19 12.0199 19C14.0599 19 16.0999 18.68 18.0399 18.03C18.7399 17.8 19.2799 17.27 19.5399 16.58C19.7999 15.89 19.7299 15.13 19.3399 14.49Z\" fill=\"\"/>\n<path d=\"M14.8297 20.01C14.4097 21.17 13.2997 22 11.9997 22C11.2097 22 10.4297 21.68 9.87969 21.11C9.55969 20.81 9.31969 20.41 9.17969 20C9.30969 20.02 9.43969 20.03 9.57969 20.05C9.80969 20.08 10.0497 20.11 10.2897 20.13C10.8597 20.18 11.4397 20.21 12.0197 20.21C12.5897 20.21 13.1597 20.18 13.7197 20.13C13.9297 20.11 14.1397 20.1 14.3397 20.07C14.4997 20.05 14.6597 20.03 14.8297 20.01Z\" fill=\"\"/>\n</svg>\n</li><li title=\"omega circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM17 17.25H13.9C13.6 17.25 13.33 17.08 13.21 16.8C13.09 16.52 13.14 16.21 13.34 15.99L14.96 14.2C15.63 13.45 16.01 12.5 16.01 11.52C16.01 10.52 15.6 9.58 14.85 8.87C14.1 8.16 13.06 7.75 12 7.75C10.94 7.75 9.9 8.16 9.15 8.87C8.4 9.58 7.99 10.52 7.99 11.52C7.99 12.5 8.36 13.45 9.04 14.2L10.65 16C10.85 16.22 10.9 16.54 10.78 16.81C10.66 17.08 10.39 17.26 10.09 17.26H7C6.59 17.26 6.25 16.92 6.25 16.51C6.25 16.1 6.59 15.75 7 15.75H8.41L7.92 15.21C7 14.19 6.49 12.88 6.49 11.52C6.49 10.13 7.08 8.76 8.12 7.78C9.16 6.79 10.53 6.25 12 6.25C13.47 6.25 14.84 6.79 15.88 7.78C16.91 8.76 17.51 10.13 17.51 11.52C17.51 12.87 17 14.18 16.08 15.21L15.59 15.75H17C17.41 15.75 17.75 16.09 17.75 16.5C17.75 16.91 17.41 17.25 17 17.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"omega square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM17 17.5H13.9C13.6 17.5 13.33 17.33 13.21 17.05C13.09 16.77 13.14 16.46 13.34 16.24L14.96 14.45C15.63 13.7 16.01 12.75 16.01 11.77C16.01 10.77 15.6 9.83 14.85 9.12C14.1 8.41 13.06 8 12 8C10.94 8 9.9 8.41 9.15 9.12C8.4 9.83 7.99 10.77 7.99 11.77C7.99 12.75 8.36 13.7 9.04 14.45L10.66 16.24C10.86 16.46 10.91 16.78 10.79 17.05C10.67 17.32 10.4 17.5 10.1 17.5H7C6.59 17.5 6.25 17.16 6.25 16.75C6.25 16.34 6.59 16 7 16H8.41L7.92 15.46C7 14.44 6.49 13.13 6.49 11.77C6.49 10.38 7.08 9.01 8.12 8.03C9.16 7.04 10.53 6.5 12 6.5C13.47 6.5 14.84 7.04 15.88 8.03C16.91 9.01 17.51 10.38 17.51 11.77C17.51 13.12 17 14.43 16.08 15.46L15.59 16H17C17.41 16 17.75 16.34 17.75 16.75C17.75 17.16 17.41 17.5 17 17.5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"paintbucket \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.11 7.47145L15.59 3.95145C12.43 0.801451 10.77 1.96145 8.77005 3.95145L3.11005 9.61145C1.96005 10.7615 1.33005 11.5015 1.10005 12.3215C1.10005 12.3315 1.09005 12.3315 1.09005 12.3315C1.09005 12.3415 1.09005 12.3415 1.09005 12.3415C1.09005 12.3515 1.09005 12.3515 1.09005 12.3515V12.3815C0.680048 13.8415 1.76005 15.0815 3.11005 16.4315L6.64005 19.9415C7.90005 21.2115 8.92005 22.0015 10.05 22.0015C11.18 22.0015 12.15 21.2415 13.45 19.9415L19.11 14.2915C19.6 13.7915 19.96 13.3815 20.24 12.9915C20.24 12.9815 20.24 12.9815 20.24 12.9815C20.24 12.9815 20.24 12.9815 20.25 12.9815C21.53 11.1915 21.19 9.54145 19.11 7.47145ZM18.08 11.3715H18.07C17.77 11.3015 17.46 11.2415 17.15 11.1815C17.13 11.1815 17.11 11.1715 17.08 11.1715C16.38 11.0415 15.67 10.9315 14.95 10.8415H14.91C14.19 10.7515 13.46 10.6815 12.73 10.6415H12.65C12.01 10.6015 11.36 10.5815 10.72 10.5815C9.94005 10.5815 9.16005 10.6215 8.39005 10.6715C8.26005 10.6815 8.14005 10.6915 8.02005 10.7015C7.44005 10.7415 6.86005 10.8015 6.29005 10.8715C6.13005 10.8915 5.98005 10.9115 5.83005 10.9315C5.25005 11.0215 4.68005 11.1115 4.11005 11.2215C3.98005 11.2515 3.86005 11.2715 3.73005 11.2915C3.68005 11.3015 3.62005 11.3115 3.57005 11.3215C3.75005 11.1215 3.96005 10.9115 4.19005 10.6815L9.84005 5.03145C11.66 3.23145 12.28 2.80145 14.52 5.03145L18.03 8.55145C18.57 9.08145 18.93 9.53145 19.15 9.92145C19.15 9.92145 19.15 9.93145 19.16 9.93145C19.58 10.6615 18.9 11.5315 18.08 11.3715Z\" fill=\"\"/>\n<path d=\"M20.9499 16.87C20.5699 16.4 20.2399 16 19.4999 16C18.7599 16 18.4299 16.4 18.0599 16.87C17.2599 17.86 16.8999 18.94 17.0299 19.98C17.1799 21.17 18.1999 22 19.4999 22C20.7999 22 21.8199 21.17 21.9699 19.97C22.0999 18.93 21.7499 17.86 20.9499 16.87Z\" fill=\"\"/>\n</svg>\n</li><li title=\"paperclip 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM16.37 14.63L14.15 16.85C13.61 17.39 12.91 17.65 12.21 17.65C11.51 17.65 10.8 17.38 10.27 16.85C9.2 15.78 9.2 14.03 10.27 12.96L11.68 11.55C11.97 11.26 12.45 11.26 12.74 11.55C13.03 11.84 13.03 12.32 12.74 12.61L11.33 14.02C10.84 14.51 10.84 15.3 11.33 15.79C11.82 16.28 12.61 16.28 13.1 15.79L15.32 13.57C15.93 12.96 16.27 12.14 16.27 11.27C16.27 10.4 15.93 9.59 15.32 8.97C14.09 7.74 11.95 7.74 10.72 8.97L8.29 11.4C7.25 12.44 7.25 14.14 8.29 15.19C8.58 15.48 8.58 15.96 8.29 16.25C8 16.54 7.52 16.54 7.23 16.25C5.6 14.62 5.6 11.97 7.23 10.34L9.65 7.92C10.55 7.02 11.74 6.53 13.01 6.53C14.28 6.53 15.47 7.02 16.37 7.92C17.27 8.82 17.76 10.01 17.76 11.28C17.76 12.55 17.27 13.74 16.37 14.63Z\" fill=\"\"/>\n</svg>\n</li><li title=\"paperclip \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM16.75 13.71C16.75 15.23 15.52 16.46 14 16.46C12.48 16.46 11.25 15.23 11.25 13.71V11.71C11.25 11.3 11.59 10.96 12 10.96C12.41 10.96 12.75 11.3 12.75 11.71V13.71C12.75 14.4 13.31 14.96 14 14.96C14.69 14.96 15.25 14.4 15.25 13.71V10.57C15.25 8.78 13.79 7.32 12 7.32C10.21 7.32 8.75 8.78 8.75 10.57V14C8.75 15.48 9.95 16.68 11.43 16.68C11.84 16.68 12.18 17.02 12.18 17.43C12.18 17.84 11.84 18.18 11.43 18.18C9.13 18.18 7.25 16.3 7.25 14V10.57C7.25 7.95 9.38 5.82 12 5.82C14.62 5.82 16.75 7.95 16.75 10.57V13.71Z\" fill=\"\"/>\n</svg>\n</li><li title=\"password check \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18 4H15.75V2.75C15.75 2.34 15.41 2 15 2C14.59 2 14.25 2.34 14.25 2.75V21.25C14.25 21.66 14.59 22 15 22C15.41 22 15.75 21.66 15.75 21.25V20H18C20.21 20 22 18.21 22 16V8C22 5.79 20.21 4 18 4Z\" fill=\"\"/>\n<path d=\"M6.5 4C4.29 4 2.5 5.79 2.5 8V16C2.5 18.21 4.29 20 6.5 20H11.5C12.05 20 12.5 19.55 12.5 19V5C12.5 4.45 12.05 4 11.5 4H6.5ZM6.67 12.38C6.62 12.5 6.55 12.61 6.46 12.71C6.36 12.8 6.25 12.87 6.13 12.92C6.01 12.97 5.88 13 5.75 13C5.62 13 5.49 12.97 5.37 12.92C5.25 12.87 5.14 12.8 5.04 12.71C4.95 12.61 4.88 12.5 4.82 12.38C4.77 12.26 4.75 12.13 4.75 12C4.75 11.74 4.86 11.48 5.04 11.29C5.09 11.25 5.14 11.21 5.19 11.17C5.25 11.13 5.31 11.1 5.37 11.08C5.43 11.05 5.49 11.03 5.55 11.02C5.89 10.95 6.23 11.06 6.46 11.29C6.64 11.48 6.75 11.74 6.75 12C6.75 12.13 6.72 12.26 6.67 12.38ZM10.17 12.38C10.12 12.5 10.05 12.61 9.96 12.71C9.86 12.8 9.75 12.87 9.63 12.92C9.51 12.97 9.38 13 9.25 13C9.12 13 8.99 12.97 8.87 12.92C8.75 12.87 8.64 12.8 8.54 12.71C8.35 12.52 8.25 12.27 8.25 12C8.25 11.87 8.28 11.74 8.33 11.62C8.38 11.49 8.45 11.39 8.54 11.29C8.91 10.92 9.58 10.92 9.96 11.29C10.14 11.48 10.25 11.74 10.25 12C10.25 12.13 10.22 12.26 10.17 12.38Z\" fill=\"\"/>\n</svg>\n</li><li title=\"path 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.1505 22.0003H9.83047C8.29047 22.0003 7.15047 20.7503 7.45047 19.4203L7.97047 17.1003C8.07047 16.6403 8.48047 16.3203 8.95047 16.3203H15.0405C15.5105 16.3203 15.9105 16.6403 16.0205 17.1003L16.5405 19.4103C16.8605 20.8403 15.7905 22.0003 14.1505 22.0003Z\" fill=\"\"/>\n<path d=\"M18.8198 13.69L17.7498 14.63C17.3798 14.95 16.9098 15.13 16.4298 15.13H7.58983C7.09983 15.13 6.61983 14.95 6.25983 14.62L5.20983 13.68C3.48983 12.27 3.47983 11.19 4.79983 9.53L10.0298 2.92C10.0664 2.87094 10.1039 2.82374 10.1423 2.77836C10.5832 2.25735 11.2698 2.70487 11.2698 3.38743V6.86C11.2598 7.29 11.5998 7.63 12.0198 7.62C12.4398 7.63 12.7698 7.29 12.7798 6.86V3.38743C12.7798 2.70487 13.4562 2.2676 13.9088 2.77848C13.9463 2.82077 13.9833 2.8646 14.0198 2.91L19.2298 9.53C20.5298 11.19 20.4798 12.22 18.8198 13.69Z\" fill=\"\"/>\n</svg>\n</li><li title=\"path square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM16.66 11.25L15.04 12.27L15.18 14.67C15.31 16.01 14.85 16.47 13.58 16.62L8.51 17.22C8.23176 17.2579 8.13732 16.9427 8.33589 16.7441L9.88 15.2C10.17 14.91 10.17 14.43 9.88 14.14C9.58 13.85 9.11 13.85 8.81 14.14L7.27478 15.683C7.07699 15.8818 6.76211 15.7879 6.8 15.51L7.39 10.44C7.55 9.17 8.01 8.76 9.35 8.84L11.74 8.98L12.77 7.35C13.24 6.61 14.2 6.57 14.9 7.27L16.75 9.12C17.41 9.77 17.37 10.8 16.66 11.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"path \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.0199 10.7004L17.8999 12.0404C17.4999 12.2904 16.9899 12.2304 16.6599 11.9004L12.1299 7.37041C11.7999 7.04041 11.7399 6.53041 11.9899 6.13041L13.3299 4.01041C14.1499 2.72041 15.7899 2.66041 16.9999 3.86041L20.1799 7.04041C21.2999 8.17041 21.2299 9.93041 20.0199 10.7004Z\" fill=\"\"/>\n<path d=\"M14.7106 19.9498L5.99064 20.9698C5.91296 20.9801 5.83629 20.9874 5.76069 20.9919C5.07556 21.0323 4.90569 20.2247 5.39099 19.7394L7.98064 17.1498C8.30064 16.8398 8.30064 16.3498 7.98064 16.0398C7.68064 15.7298 7.19064 15.7298 6.87064 16.0398L4.28099 18.6294C3.79569 19.1147 2.99556 18.9441 3.03197 18.2588C3.03579 18.1868 3.04199 18.1138 3.05064 18.0398L4.08064 9.31975C4.34064 7.13975 5.14064 6.41975 7.44064 6.55975L8.94064 6.64975C9.43064 6.67975 9.89064 6.88975 10.2406 7.23975L16.7906 13.7898C17.1406 14.1398 17.3506 14.5998 17.3706 15.0898L17.4606 16.5898C17.6906 18.8998 16.9006 19.6998 14.7106 19.9498Z\" fill=\"\"/>\n</svg>\n</li><li title=\"pause circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9688 2C6.44875 2 1.96875 6.48 1.96875 12C1.96875 17.52 6.44875 22 11.9688 22C17.4888 22 21.9688 17.52 21.9688 12C21.9688 6.48 17.4988 2 11.9688 2ZM10.7188 15.03C10.7188 15.51 10.5188 15.7 10.0087 15.7H8.70875C8.19875 15.7 7.99875 15.51 7.99875 15.03V8.97C7.99875 8.49 8.19875 8.3 8.70875 8.3H9.99875C10.5087 8.3 10.7087 8.49 10.7087 8.97V15.03H10.7188ZM15.9987 15.03C15.9987 15.51 15.7987 15.7 15.2887 15.7H13.9987C13.4887 15.7 13.2887 15.51 13.2887 15.03V8.97C13.2887 8.49 13.4887 8.3 13.9987 8.3H15.2887C15.7987 8.3 15.9987 8.49 15.9987 8.97V15.03Z\" fill=\"\"/>\n</svg>\n</li><li title=\"pause \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.65 19.11V4.89C10.65 3.54 10.08 3 8.64 3H5.01C3.57 3 3 3.54 3 4.89V19.11C3 20.46 3.57 21 5.01 21H8.64C10.08 21 10.65 20.46 10.65 19.11Z\" fill=\"\"/>\n<path d=\"M21.0016 19.11V4.89C21.0016 3.54 20.4316 3 18.9916 3H15.3616C13.9316 3 13.3516 3.54 13.3516 4.89V19.11C13.3516 20.46 13.9216 21 15.3616 21H18.9916C20.4316 21 21.0016 20.46 21.0016 19.11Z\" fill=\"\"/>\n</svg>\n</li><li title=\"pen add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.5 2C5.44 2 4.46 2.37 3.69 2.99C2.65 3.81 2 5.08 2 6.5C2 7.34 2.24 8.14 2.65 8.82C3.19 9.72 4.04 10.42 5.06 10.76C5.51 10.92 5.99 11 6.5 11C7.64 11 8.67 10.58 9.46 9.88C9.81 9.58 10.11 9.22 10.35 8.82C10.56 8.47 10.72 8.1 10.83 7.7C10.94 7.32 11 6.91 11 6.5C11 4.01 8.99 2 6.5 2ZM8.16 7.25H7.27V8.18C7.27 8.59 6.93 8.93 6.52 8.93C6.11 8.93 5.77 8.6 5.77 8.18V7.25H4.8C4.39 7.25 4.05 6.91 4.05 6.5C4.05 6.09 4.39 5.75 4.8 5.75H5.77V4.82C5.77 4.41 6.11 4.07 6.52 4.07C6.93 4.07 7.27 4.4 7.27 4.82V5.75H8.16C8.57 5.75 8.91 6.09 8.91 6.5C8.91 6.91 8.58 7.25 8.16 7.25Z\" fill=\"\"/>\n<path d=\"M16.0003 21.2902L6.64034 22.3902C5.99034 22.4702 5.41034 22.3702 4.92034 22.1302C4.40034 21.8702 3.99034 21.4702 3.73034 20.9402C3.49034 20.4502 3.40034 19.8802 3.47034 19.2402L4.32034 12.0902C4.40034 12.1202 4.48034 12.1502 4.56034 12.1702C5.17034 12.3902 5.82034 12.5002 6.50034 12.5002C7.96034 12.5002 9.37034 11.9702 10.4403 11.0202C10.9003 10.6202 11.3103 10.1402 11.6403 9.59016C11.9203 9.12016 12.1303 8.62016 12.2703 8.13016C12.3403 7.87016 12.4003 7.59016 12.4403 7.31016C12.4503 7.26016 12.4503 7.21016 12.4503 7.16016L12.6203 7.17016L18.7003 13.2602L18.9603 17.6802C19.2103 20.1602 18.3503 21.0202 16.0003 21.2902Z\" fill=\"\"/>\n<path d=\"M22.0006 10.2819L19.9306 11.5919C19.5406 11.8319 19.0406 11.7819 18.7206 11.4519L14.2906 7.02186C13.9706 6.70186 13.9106 6.20186 14.1506 5.81186L15.4606 3.74186C16.2606 2.48186 17.8606 2.42186 19.0506 3.59186L22.1606 6.70186C23.2506 7.81186 23.1806 9.53186 22.0006 10.2819Z\" fill=\"\"/>\n</svg>\n</li><li title=\"pen close \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.0003 21.2902L6.64034 22.3902C5.99034 22.4702 5.41034 22.3702 4.92034 22.1302C4.40034 21.8702 3.99034 21.4702 3.73034 20.9402C3.49034 20.4502 3.40034 19.8802 3.47034 19.2402L4.32034 12.0902C4.40034 12.1202 4.48034 12.1502 4.56034 12.1702C5.17034 12.3902 5.82034 12.5002 6.50034 12.5002C7.96034 12.5002 9.37034 11.9702 10.4403 11.0202C10.9003 10.6202 11.3103 10.1402 11.6403 9.59016C11.9203 9.12016 12.1303 8.62016 12.2703 8.13016C12.3403 7.87016 12.4003 7.59016 12.4403 7.31016C12.4503 7.26016 12.4503 7.21016 12.4503 7.16016L12.6203 7.17016L18.7003 13.2602L18.9603 17.6802C19.2103 20.1602 18.3503 21.0202 16.0003 21.2902Z\" fill=\"\"/>\n<path d=\"M6.5 2C5.44 2 4.46 2.37 3.69 2.99C2.65 3.81 2 5.08 2 6.5C2 7.34 2.24 8.14 2.65 8.82C3.09 9.55 3.73 10.15 4.51 10.53C4.68 10.62 4.87 10.7 5.06 10.76C5.51 10.92 5.99 11 6.5 11C7.64 11 8.67 10.58 9.46 9.88C9.81 9.58 10.11 9.22 10.35 8.82C10.56 8.47 10.72 8.1 10.83 7.7C10.89 7.5 10.93 7.29 10.96 7.07C10.99 6.88 11 6.69 11 6.5C11 4.01 8.99 2 6.5 2ZM8.23 8.21C8.09 8.35 7.89 8.43 7.7 8.43C7.51 8.43 7.32 8.35 7.17 8.21L6.51 7.55L5.83 8.23C5.68 8.38 5.49 8.45 5.3 8.45C5.11 8.45 4.91 8.38 4.77 8.23C4.48 7.94 4.48 7.46 4.77 7.17L5.46 6.48L4.79 5.83C4.5 5.54 4.5 5.06 4.79 4.77C5.08 4.48 5.56 4.48 5.85 4.77L6.51 5.43L7.14 4.8C7.43 4.51 7.91 4.51 8.2 4.8C8.49 5.09 8.49 5.57 8.2 5.86L7.57 6.49L8.23 7.15C8.53 7.44 8.53 7.91 8.23 8.21Z\" fill=\"\"/>\n<path d=\"M22.0006 10.2819L19.9306 11.5919C19.5406 11.8319 19.0406 11.7819 18.7206 11.4519L14.2906 7.02186C13.9706 6.70186 13.9106 6.20186 14.1506 5.81186L15.4606 3.74186C16.2606 2.48186 17.8606 2.42186 19.0506 3.59186L22.1606 6.70186C23.2506 7.81186 23.1806 9.53186 22.0006 10.2819Z\" fill=\"\"/>\n</svg>\n</li><li title=\"pen remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.5 2C5.44 2 4.46 2.37 3.69 2.99C2.65 3.81 2 5.08 2 6.5C2 7.34 2.24 8.14 2.65 8.82C3.19 9.72 4.04 10.42 5.06 10.76C5.51 10.92 5.99 11 6.5 11C7.64 11 8.67 10.58 9.46 9.88C9.81 9.58 10.11 9.22 10.35 8.82C10.56 8.47 10.72 8.1 10.83 7.7C10.94 7.32 11 6.91 11 6.5C11 4.01 8.99 2 6.5 2ZM8.16 7.25H4.8C4.39 7.25 4.05 6.91 4.05 6.5C4.05 6.09 4.39 5.75 4.8 5.75H8.16C8.57 5.75 8.91 6.09 8.91 6.5C8.91 6.91 8.58 7.25 8.16 7.25Z\" fill=\"\"/>\n<path d=\"M16.0003 21.2902L6.64034 22.3902C5.99034 22.4702 5.41034 22.3702 4.92034 22.1302C4.40034 21.8702 3.99034 21.4702 3.73034 20.9402C3.49034 20.4502 3.40034 19.8802 3.47034 19.2402L4.32034 12.0902C4.40034 12.1202 4.48034 12.1502 4.56034 12.1702C5.17034 12.3902 5.82034 12.5002 6.50034 12.5002C7.96034 12.5002 9.37034 11.9702 10.4403 11.0202C10.9003 10.6202 11.3103 10.1402 11.6403 9.59016C11.9203 9.12016 12.1303 8.62016 12.2703 8.13016C12.3403 7.87016 12.4003 7.59016 12.4403 7.31016C12.4503 7.26016 12.4503 7.21016 12.4503 7.16016L12.6203 7.17016L18.7003 13.2602L18.9603 17.6802C19.2103 20.1602 18.3503 21.0202 16.0003 21.2902Z\" fill=\"\"/>\n<path d=\"M22.0006 10.2819L19.9306 11.5919C19.5406 11.8319 19.0406 11.7819 18.7206 11.4519L14.2906 7.02186C13.9706 6.70186 13.9106 6.20186 14.1506 5.81186L15.4606 3.74186C16.2606 2.48186 17.8606 2.42186 19.0506 3.59186L22.1606 6.70186C23.2506 7.81186 23.1806 9.53186 22.0006 10.2819Z\" fill=\"\"/>\n</svg>\n</li><li title=\"pen tool 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.9795 10.7C20.7595 6.8 17.8695 3.55 14.0095 2.89C13.9495 2.12 13.3095 1.5 12.5195 1.5H11.5195C10.7295 1.5 10.0995 2.11 10.0295 2.88C6.14953 3.52 3.23953 6.78 3.01953 10.7C2.30953 10.82 1.76953 11.43 1.76953 12.17V13.17C1.76953 14 2.43953 14.67 3.26953 14.67H4.26953C5.09953 14.67 5.76953 14 5.76953 13.17V12.17C5.76953 11.43 5.22953 10.82 4.51953 10.7C4.72953 7.58 7.01953 4.99 10.0795 4.39C10.2495 5.03 10.8295 5.5 11.5195 5.5H12.5195C13.2095 5.5 13.7795 5.03 13.9595 4.4C16.9995 5.01 19.2695 7.6 19.4795 10.7C18.7695 10.82 18.2295 11.43 18.2295 12.17V13.17C18.2295 14 18.8995 14.67 19.7295 14.67H20.7295C21.5595 14.67 22.2295 14 22.2295 13.17V12.17C22.2295 11.43 21.6895 10.81 20.9795 10.7Z\" fill=\"\"/>\n<path d=\"M15.7703 16.5492L14.1303 17.9992H9.88032L8.24032 16.5492C7.29032 15.7692 7.29032 15.1692 8.01032 14.2492L10.9003 10.5892C11.1003 10.3392 11.3303 10.1692 11.5903 10.0792C11.8603 9.98922 12.1503 9.98922 12.4303 10.0792C12.6803 10.1692 12.9103 10.3392 13.1203 10.5892L16.0003 14.2392C16.7303 15.1592 16.6903 15.7292 15.7703 16.5492Z\" fill=\"\"/>\n<path d=\"M13.3202 21.9998H10.7302C9.81017 21.9998 9.12017 21.2498 9.30017 20.4498L9.61017 19.0598C9.67017 18.7798 9.92017 18.5898 10.2002 18.5898H13.8502C14.1302 18.5898 14.3702 18.7798 14.4402 19.0598L14.7502 20.4498C14.9402 21.2998 14.3002 21.9998 13.3202 21.9998Z\" fill=\"\"/>\n</svg>\n</li><li title=\"pen tool \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.5491 9.43906H19.4491C19.2991 9.43906 19.1491 9.46906 19.0091 9.50906L14.0191 4.51906C14.4991 3.89906 14.4591 3.00906 13.8891 2.44906L13.1091 1.66906C12.5191 1.07906 11.4791 1.07906 10.8791 1.66906L10.0991 2.44906C9.53914 3.00906 9.49914 3.89906 9.97914 4.51906L4.98914 9.50906C4.84914 9.46906 4.69914 9.43906 4.54914 9.43906H3.44914C2.57914 9.43906 1.86914 10.1491 1.86914 11.0191V12.1191C1.86914 12.9891 2.57914 13.6991 3.44914 13.6991H4.54914C5.41914 13.6991 6.12914 12.9891 6.12914 12.1191V11.0191C6.12914 10.8691 6.09914 10.7191 6.05914 10.5791L11.0491 5.58906C11.3191 5.79906 11.6591 5.90906 11.9991 5.90906C12.3391 5.90906 12.6791 5.78906 12.9591 5.57906L17.9491 10.5691C17.9091 10.7091 17.8791 10.8591 17.8791 11.0091V12.1091C17.8791 12.9791 18.5891 13.6891 19.4591 13.6891H20.5591C21.4291 13.6891 22.1391 12.9791 22.1391 12.1091V11.0091C22.1191 10.1391 21.4191 9.43906 20.5491 9.43906Z\" fill=\"\"/>\n<path d=\"M15.7491 16.5492L14.1091 17.9992H9.84907L8.20907 16.5492C7.25907 15.7692 7.25907 15.1692 7.97907 14.2492L10.8691 10.5892C11.0691 10.3392 11.2991 10.1692 11.5591 10.0792C11.8291 9.98922 12.1191 9.98922 12.3991 10.0792C12.6491 10.1692 12.8791 10.3392 13.0891 10.5892L15.9791 14.2492C16.6991 15.1592 16.6691 15.7292 15.7491 16.5492Z\" fill=\"\"/>\n<path d=\"M13.2909 21.9998H10.7009C9.78087 21.9998 9.09087 21.2498 9.27087 20.4498L9.58087 19.0598C9.64087 18.7798 9.89087 18.5898 10.1709 18.5898H13.8209C14.1009 18.5898 14.3409 18.7798 14.4109 19.0598L14.7209 20.4498C14.9209 21.2998 14.2709 21.9998 13.2909 21.9998Z\" fill=\"\"/>\n</svg>\n</li><li title=\"people \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.5291 7.77C17.4591 7.76 17.3891 7.76 17.3191 7.77C15.7691 7.72 14.5391 6.45 14.5391 4.89C14.5391 3.3 15.8291 2 17.4291 2C19.0191 2 20.3191 3.29 20.3191 4.89C20.3091 6.45 19.0791 7.72 17.5291 7.77Z\" fill=\"\"/>\n<path d=\"M20.7916 14.7004C19.6716 15.4504 18.1016 15.7304 16.6516 15.5404C17.0316 14.7204 17.2316 13.8104 17.2416 12.8504C17.2416 11.8504 17.0216 10.9004 16.6016 10.0704C18.0816 9.8704 19.6516 10.1504 20.7816 10.9004C22.3616 11.9404 22.3616 13.6504 20.7916 14.7004Z\" fill=\"\"/>\n<path d=\"M6.44016 7.77C6.51016 7.76 6.58016 7.76 6.65016 7.77C8.20016 7.72 9.43016 6.45 9.43016 4.89C9.43016 3.29 8.14016 2 6.54016 2C4.95016 2 3.66016 3.29 3.66016 4.89C3.66016 6.45 4.89016 7.72 6.44016 7.77Z\" fill=\"\"/>\n<path d=\"M6.55109 12.8506C6.55109 13.8206 6.76109 14.7406 7.14109 15.5706C5.73109 15.7206 4.26109 15.4206 3.18109 14.7106C1.60109 13.6606 1.60109 11.9506 3.18109 10.9006C4.25109 10.1806 5.76109 9.89059 7.18109 10.0506C6.77109 10.8906 6.55109 11.8406 6.55109 12.8506Z\" fill=\"\"/>\n<path d=\"M12.1208 15.87C12.0408 15.86 11.9508 15.86 11.8608 15.87C10.0208 15.81 8.55078 14.3 8.55078 12.44C8.56078 10.54 10.0908 9 12.0008 9C13.9008 9 15.4408 10.54 15.4408 12.44C15.4308 14.3 13.9708 15.81 12.1208 15.87Z\" fill=\"\"/>\n<path d=\"M8.87078 17.9406C7.36078 18.9506 7.36078 20.6106 8.87078 21.6106C10.5908 22.7606 13.4108 22.7606 15.1308 21.6106C16.6408 20.6006 16.6408 18.9406 15.1308 17.9406C13.4208 16.7906 10.6008 16.7906 8.87078 17.9406Z\" fill=\"\"/>\n</svg>\n</li><li title=\"percentage circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM8.73 7.66C9.54 7.66 10.21 8.32 10.21 9.14C10.21 9.95 9.55 10.62 8.73 10.62C7.92 10.62 7.25 9.96 7.25 9.14C7.25 8.32 7.91 7.66 8.73 7.66ZM8.85 15.8C8.7 15.95 8.51 16.02 8.32 16.02C8.13 16.02 7.94 15.95 7.79 15.8C7.5 15.51 7.5 15.03 7.79 14.74L14.34 8.19C14.63 7.9 15.11 7.9 15.4 8.19C15.69 8.48 15.69 8.96 15.4 9.25L8.85 15.8ZM15.27 16.34C14.46 16.34 13.79 15.68 13.79 14.86C13.79 14.05 14.45 13.38 15.27 13.38C16.08 13.38 16.75 14.04 16.75 14.86C16.75 15.68 16.09 16.34 15.27 16.34Z\" fill=\"\"/>\n</svg>\n</li><li title=\"percentage square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM7.75 9.14C7.75 8.33 8.41 7.66 9.23 7.66C10.04 7.66 10.71 8.32 10.71 9.14C10.71 9.95 10.05 10.62 9.23 10.62C8.41 10.61 7.75 9.95 7.75 9.14ZM8.82 16.02C8.63 16.02 8.44 15.95 8.29 15.8C8 15.51 8 15.04 8.29 14.74L14.84 8.19C15.13 7.9 15.61 7.9 15.9 8.19C16.19 8.48 16.19 8.96 15.9 9.25L9.35 15.8C9.2 15.95 9.01 16.02 8.82 16.02ZM15.77 16.34C14.96 16.34 14.29 15.68 14.29 14.86C14.29 14.05 14.95 13.38 15.77 13.38C16.58 13.38 17.25 14.04 17.25 14.86C17.25 15.68 16.59 16.34 15.77 16.34Z\" fill=\"\"/>\n</svg>\n</li><li title=\"personalcard \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18 3H6C3.79 3 2 4.78 2 6.97V17.03C2 19.22 3.79 21 6 21H18C20.21 21 22 19.22 22 17.03V6.97C22 4.78 20.21 3 18 3ZM8.5 7.17C9.77 7.17 10.81 8.21 10.81 9.48C10.81 10.75 9.77 11.79 8.5 11.79C7.23 11.79 6.19 10.75 6.19 9.48C6.19 8.21 7.23 7.17 8.5 7.17ZM12.37 16.66C12.28 16.76 12.14 16.82 12 16.82H5C4.86 16.82 4.72 16.76 4.63 16.66C4.54 16.56 4.49 16.42 4.5 16.28C4.67 14.6 6.01 13.27 7.69 13.11C8.22 13.06 8.77 13.06 9.3 13.11C10.98 13.27 12.33 14.6 12.49 16.28C12.51 16.42 12.46 16.56 12.37 16.66ZM19 16.75H17C16.59 16.75 16.25 16.41 16.25 16C16.25 15.59 16.59 15.25 17 15.25H19C19.41 15.25 19.75 15.59 19.75 16C19.75 16.41 19.41 16.75 19 16.75ZM19 12.75H15C14.59 12.75 14.25 12.41 14.25 12C14.25 11.59 14.59 11.25 15 11.25H19C19.41 11.25 19.75 11.59 19.75 12C19.75 12.41 19.41 12.75 19 12.75ZM19 8.75H14C13.59 8.75 13.25 8.41 13.25 8C13.25 7.59 13.59 7.25 14 7.25H19C19.41 7.25 19.75 7.59 19.75 8C19.75 8.41 19.41 8.75 19 8.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"pet \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.0803 15.7203C18.4903 12.1903 15.1003 9.32031 11.5203 9.32031C7.63028 9.32031 4.21028 12.4703 3.88028 16.3503C3.75028 17.8503 4.23028 19.2703 5.22028 20.3403C6.20028 21.4103 7.58028 22.0003 9.08028 22.0003H13.7603C15.4503 22.0003 16.9303 21.3403 17.9403 20.1503C18.9503 18.9603 19.3503 17.3803 19.0803 15.7203Z\" fill=\"\"/>\n<path d=\"M10.2796 7.86C11.8978 7.86 13.2096 6.54819 13.2096 4.93C13.2096 3.31181 11.8978 2 10.2796 2C8.66141 2 7.34961 3.31181 7.34961 4.93C7.34961 6.54819 8.66141 7.86 10.2796 7.86Z\" fill=\"\"/>\n<path d=\"M16.94 9.02844C18.2876 9.02844 19.38 7.93601 19.38 6.58844C19.38 5.24086 18.2876 4.14844 16.94 4.14844C15.5924 4.14844 14.5 5.24086 14.5 6.58844C14.5 7.93601 15.5924 9.02844 16.94 9.02844Z\" fill=\"\"/>\n<path d=\"M20.5496 12.9313C21.6266 12.9313 22.4996 12.0582 22.4996 10.9812C22.4996 9.90429 21.6266 9.03125 20.5496 9.03125C19.4727 9.03125 18.5996 9.90429 18.5996 10.9812C18.5996 12.0582 19.4727 12.9313 20.5496 12.9313Z\" fill=\"\"/>\n<path d=\"M3.94 10.9816C5.28757 10.9816 6.38 9.88914 6.38 8.54156C6.38 7.19399 5.28757 6.10156 3.94 6.10156C2.59243 6.10156 1.5 7.19399 1.5 8.54156C1.5 9.88914 2.59243 10.9816 3.94 10.9816Z\" fill=\"\"/>\n</svg>\n</li><li title=\"pharagraphspacing \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 22.75H3C2.59 22.75 2.25 22.41 2.25 22C2.25 21.59 2.59 21.25 3 21.25H21C21.41 21.25 21.75 21.59 21.75 22C21.75 22.41 21.41 22.75 21 22.75Z\" fill=\"\"/>\n<path d=\"M21 2.75H3C2.59 2.75 2.25 2.41 2.25 2C2.25 1.59 2.59 1.25 3 1.25H21C21.41 1.25 21.75 1.59 21.75 2C21.75 2.41 21.41 2.75 21 2.75Z\" fill=\"\"/>\n<path d=\"M14.2994 15.3584L12.7494 16.9084V6.69844L14.2994 8.24844C14.4494 8.39844 14.6394 8.46844 14.8294 8.46844C15.0194 8.46844 15.2094 8.39844 15.3594 8.24844C15.6494 7.95844 15.6494 7.47844 15.3594 7.18844L12.5294 4.35844C12.2494 4.07844 11.7494 4.07844 11.4694 4.35844L8.63938 7.18844C8.34938 7.47844 8.34938 7.95844 8.63938 8.24844C8.92937 8.53844 9.40937 8.53844 9.69937 8.24844L11.2494 6.69844V16.9084L9.69937 15.3584C9.40937 15.0684 8.92937 15.0684 8.63938 15.3584C8.34938 15.6484 8.34938 16.1284 8.63938 16.4184L11.4694 19.2484C11.6094 19.3884 11.7994 19.4684 11.9994 19.4684C12.1994 19.4684 12.3894 19.3884 12.5294 19.2484L15.3594 16.4184C15.6494 16.1284 15.6494 15.6484 15.3594 15.3584C15.0694 15.0684 14.5894 15.0684 14.2994 15.3584Z\" fill=\"\"/>\n</svg>\n</li><li title=\"picture frame \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.51 11.22L8.31 2.39C8.26 2.16 8.05 2 7.81 2C4.6 2 2 4.6 2 7.81V13.51C2 13.85 2.33 14.1 2.66 14L10.16 11.83C10.42 11.76 10.58 11.49 10.51 11.22Z\" fill=\"\"/>\n<path d=\"M11.12 13.6789C11.05 13.3989 10.76 13.2289 10.48 13.3089L2.37 15.6689C2.15 15.7389 2 15.9389 2 16.1689V16.1889C2 19.3989 4.6 21.9989 7.81 21.9989H12.53C12.86 21.9989 13.11 21.6889 13.03 21.3589L11.12 13.6789Z\" fill=\"\"/>\n<path d=\"M16.1908 2H10.4408C10.1108 2 9.86081 2.31 9.94081 2.64L14.6808 21.61C14.7408 21.84 14.9408 22 15.1808 22H16.1808C19.4008 22 22.0008 19.4 22.0008 16.19V7.81C22.0008 4.6 19.4008 2 16.1908 2Z\" fill=\"\"/>\n</svg>\n</li><li title=\"play add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.8507 10.2506C21.0707 5.80065 17.2407 2.35065 12.7307 2.03065C6.6307 1.59065 1.5907 6.64065 2.0307 12.7306C2.3507 17.2406 5.8007 21.0606 10.2507 21.8406C11.4007 22.0406 12.5207 22.0406 13.5907 21.8606C13.9007 21.8106 14.0807 21.4706 13.9607 21.1906C13.6607 20.5106 13.5007 19.7606 13.5007 18.9906C13.5007 17.3006 14.2507 15.7406 15.5707 14.7006C16.5407 13.9206 17.7607 13.4906 19.0007 13.4906C19.7807 13.4906 20.5207 13.6506 21.1907 13.9506C21.4807 14.0806 21.8107 13.8906 21.8707 13.5806C22.0507 12.5206 22.0507 11.4006 21.8507 10.2506ZM14.5007 13.5706L13.3007 14.2606L12.1007 14.9506C10.6107 15.8106 9.3907 15.1106 9.3907 13.3806V12.0006V10.6106C9.3907 8.89065 10.6107 8.18065 12.1007 9.04065L13.3007 9.73065L14.5007 10.4206C15.9907 11.3006 15.9907 12.7006 14.5007 13.5706Z\" fill=\"\"/>\n<path d=\"M19 15C18.06 15 17.19 15.33 16.5 15.88C15.58 16.61 15 17.74 15 19C15 19.75 15.21 20.46 15.58 21.06C16.27 22.22 17.54 23 19 23C20.01 23 20.93 22.63 21.63 22C21.94 21.74 22.21 21.42 22.42 21.06C22.79 20.46 23 19.75 23 19C23 16.79 21.21 15 19 15ZM20.5 19.73H19.75V20.51C19.75 20.92 19.41 21.26 19 21.26C18.59 21.26 18.25 20.92 18.25 20.51V19.73H17.5C17.09 19.73 16.75 19.39 16.75 18.98C16.75 18.57 17.09 18.23 17.5 18.23H18.25V17.52C18.25 17.11 18.59 16.77 19 16.77C19.41 16.77 19.75 17.11 19.75 17.52V18.23H20.5C20.91 18.23 21.25 18.57 21.25 18.98C21.25 19.39 20.91 19.73 20.5 19.73Z\" fill=\"\"/>\n</svg>\n</li><li title=\"play circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9688 2C6.44875 2 1.96875 6.48 1.96875 12C1.96875 17.52 6.44875 22 11.9688 22C17.4888 22 21.9688 17.52 21.9688 12C21.9688 6.48 17.4988 2 11.9688 2ZM14.9688 14.23L12.0687 15.9C11.7087 16.11 11.3088 16.21 10.9187 16.21C10.5188 16.21 10.1287 16.11 9.76875 15.9C9.04875 15.48 8.61875 14.74 8.61875 13.9V10.55C8.61875 9.72 9.04875 8.97 9.76875 8.55C10.4888 8.13 11.3487 8.13 12.0787 8.55L14.9787 10.22C15.6987 10.64 16.1287 11.38 16.1287 12.22C16.1287 13.06 15.6987 13.81 14.9688 14.23Z\" fill=\"\"/>\n</svg>\n</li><li title=\"play cricle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.0717 19.8211C18.8817 19.8211 18.6917 19.7511 18.5417 19.6011C18.2517 19.3111 18.2517 18.8311 18.5417 18.5411C22.1517 14.9311 22.1517 9.06109 18.5417 5.46109C18.2517 5.17109 18.2517 4.69109 18.5417 4.40109C18.8317 4.11109 19.3117 4.11109 19.6017 4.40109C23.7917 8.59109 23.7917 15.4111 19.6017 19.6011C19.4517 19.7511 19.2617 19.8211 19.0717 19.8211Z\" fill=\"\"/>\n<path d=\"M4.93031 19.8211C4.74031 19.8211 4.55031 19.7511 4.40031 19.6011C0.210312 15.4111 0.210312 8.59109 4.40031 4.40109C4.69031 4.11109 5.17031 4.11109 5.46031 4.40109C5.75031 4.69109 5.75031 5.17109 5.46031 5.46109C1.85031 9.07109 1.85031 14.9411 5.46031 18.5411C5.75031 18.8311 5.75031 19.3111 5.46031 19.6011C5.31031 19.7511 5.12031 19.8211 4.93031 19.8211Z\" fill=\"\"/>\n<path d=\"M11.9988 22.7119C10.7488 22.7019 9.55878 22.5019 8.44878 22.1119C8.05878 21.9719 7.84878 21.5419 7.98878 21.1519C8.12878 20.7619 8.54878 20.5519 8.94878 20.6919C9.90878 21.0219 10.9288 21.2019 12.0088 21.2019C13.0788 21.2019 14.1088 21.0219 15.0588 20.6919C15.4488 20.5619 15.8788 20.7619 16.0188 21.1519C16.1588 21.5419 15.9488 21.9719 15.5588 22.1119C14.4388 22.5019 13.2488 22.7119 11.9988 22.7119Z\" fill=\"\"/>\n<path d=\"M15.2988 3.33906C15.2188 3.33906 15.1288 3.32906 15.0488 3.29906C14.0988 2.95906 13.0688 2.78906 11.9988 2.78906C10.9288 2.78906 9.90878 2.96906 8.94878 3.29906C8.54878 3.42906 8.12878 3.22906 7.98878 2.83906C7.84878 2.44906 8.05878 2.01906 8.44878 1.87906C9.56878 1.48906 10.7588 1.28906 11.9988 1.28906C13.2388 1.28906 14.4388 1.48906 15.5488 1.87906C15.9388 2.01906 16.1488 2.44906 16.0088 2.83906C15.8988 3.14906 15.6088 3.33906 15.2988 3.33906Z\" fill=\"\"/>\n<path d=\"M8.73828 12.0001V10.3301C8.73828 8.25014 10.2083 7.40014 12.0083 8.44014L13.4583 9.28014L14.9083 10.1201C16.7083 11.1601 16.7083 12.8601 14.9083 13.9001L13.4583 14.7401L12.0083 15.5801C10.2083 16.6201 8.73828 15.7701 8.73828 13.6901V12.0001Z\" fill=\"\"/>\n</svg>\n</li><li title=\"play remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.28 15.72C20.63 15.27 19.84 15 19 15C18.06 15 17.19 15.33 16.5 15.88C15.58 16.61 15 17.74 15 19C15 19.75 15.21 20.46 15.58 21.06C15.62 21.13 15.67 21.2 15.73 21.27C16.43 22.31 17.63 23 19 23C20.01 23 20.93 22.63 21.63 22C21.94 21.74 22.21 21.42 22.42 21.06C22.79 20.46 23 19.75 23 19C23 17.64 22.32 16.44 21.28 15.72ZM20.6 20.58C20.45 20.73 20.26 20.8 20.07 20.8C19.88 20.8 19.69 20.73 19.54 20.58L19.01 20.05L18.46 20.6C18.31 20.75 18.12 20.82 17.93 20.82C17.74 20.82 17.55 20.75 17.4 20.6C17.11 20.31 17.11 19.83 17.4 19.54L17.95 18.99L17.42 18.46C17.13 18.17 17.13 17.69 17.42 17.4C17.71 17.11 18.19 17.11 18.48 17.4L19.01 17.93L19.51 17.43C19.8 17.14 20.28 17.14 20.57 17.43C20.86 17.72 20.86 18.2 20.57 18.49L20.07 18.99L20.6 19.52C20.89 19.81 20.89 20.28 20.6 20.58Z\" fill=\"\"/>\n<path d=\"M21.8507 10.2506C21.0707 5.80065 17.2407 2.35065 12.7307 2.03065C6.6307 1.59065 1.5907 6.64065 2.0307 12.7306C2.3507 17.2406 5.8007 21.0606 10.2507 21.8406C11.4007 22.0406 12.5207 22.0406 13.5907 21.8606C13.9007 21.8106 14.0807 21.4706 13.9607 21.1906C13.6607 20.5106 13.5007 19.7606 13.5007 18.9906C13.5007 17.3006 14.2507 15.7406 15.5707 14.7006C16.5407 13.9206 17.7607 13.4906 19.0007 13.4906C19.7807 13.4906 20.5207 13.6506 21.1907 13.9506C21.4807 14.0806 21.8107 13.8906 21.8707 13.5806C22.0507 12.5206 22.0507 11.4006 21.8507 10.2506ZM14.5007 13.5706L13.3007 14.2606L12.1007 14.9506C10.6107 15.8106 9.3907 15.1106 9.3907 13.3806V12.0006V10.6106C9.3907 8.89065 10.6107 8.18065 12.1007 9.04065L13.3007 9.73065L14.5007 10.4206C15.9907 11.3006 15.9907 12.7006 14.5007 13.5706Z\" fill=\"\"/>\n</svg>\n</li><li title=\"play \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.49 9.59965L5.6 16.7696C4.9 17.1896 4 16.6896 4 15.8696V7.86965C4 4.37965 7.77 2.19965 10.8 3.93965L15.39 6.57965L17.48 7.77965C18.17 8.18965 18.18 9.18965 17.49 9.59965Z\" fill=\"\"/>\n<path d=\"M18.0888 15.4606L14.0388 17.8006L9.99883 20.1306C8.54883 20.9606 6.90883 20.7906 5.71883 19.9506C5.13883 19.5506 5.20883 18.6606 5.81883 18.3006L18.5288 10.6806C19.1288 10.3206 19.9188 10.6606 20.0288 11.3506C20.2788 12.9006 19.6388 14.5706 18.0888 15.4606Z\" fill=\"\"/>\n</svg>\n</li><li title=\"presention chart \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 2.75H2C1.59 2.75 1.25 2.41 1.25 2C1.25 1.59 1.59 1.25 2 1.25H22C22.41 1.25 22.75 1.59 22.75 2C22.75 2.41 22.41 2.75 22 2.75Z\" fill=\"\"/>\n<path d=\"M16.6703 22.34C16.5403 22.6 16.2703 22.75 16.0003 22.75C15.8903 22.75 15.7703 22.72 15.6703 22.67L12.0003 20.84L8.33026 22.67C8.23026 22.72 8.11026 22.75 8.00026 22.75C7.73026 22.75 7.46026 22.6 7.33026 22.34C7.14026 21.96 7.29026 21.51 7.67026 21.33L11.2503 19.54V17H12.7503V19.54L16.3303 21.33C16.7103 21.51 16.8603 21.96 16.6703 22.34Z\" fill=\"\"/>\n<path d=\"M3 2V14.1C3 16 4 17 5.9 17H18.1C20 17 21 16 21 14.1V2H3ZM16.98 8.58L13.83 11.21C13.54 11.45 13.17 11.55 12.82 11.49C12.46 11.43 12.15 11.21 11.96 10.89L10.91 9.14L7.98 11.58C7.84 11.7 7.67 11.75 7.5 11.75C7.29 11.75 7.07 11.66 6.92 11.48C6.65 11.16 6.7 10.69 7.02 10.42L10.17 7.79C10.46 7.55 10.83 7.45 11.18 7.51C11.54 7.57 11.85 7.79 12.04 8.11L13.09 9.86L16.02 7.42C16.34 7.15 16.81 7.2 17.08 7.52C17.34 7.84 17.3 8.31 16.98 8.58Z\" fill=\"\"/>\n</svg>\n</li><li title=\"previous \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.2409 7.21957V16.7896C20.2409 18.7496 18.1109 19.9796 16.4109 18.9996L12.2609 16.6096L8.11094 14.2096C6.41094 13.2296 6.41094 10.7796 8.11094 9.79957L12.2609 7.39957L16.4109 5.00957C18.1109 4.02957 20.2409 5.24957 20.2409 7.21957Z\" fill=\"\"/>\n<path d=\"M3.76172 18.9303C3.35172 18.9303 3.01172 18.5903 3.01172 18.1803V5.82031C3.01172 5.41031 3.35172 5.07031 3.76172 5.07031C4.17172 5.07031 4.51172 5.41031 4.51172 5.82031V18.1803C4.51172 18.5903 4.17172 18.9303 3.76172 18.9303Z\" fill=\"\"/>\n</svg>\n</li><li title=\"printer slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 7C4 7 3 8 3 10V15C3 17 4 18 6 18L8 16V15H9L17 7H6ZM7 11.75C6.59 11.75 6.25 11.41 6.25 11C6.25 10.59 6.59 10.25 7 10.25H9C9.41 10.25 9.75 10.59 9.75 11C9.75 11.41 9.41 11.75 9 11.75H7Z\" fill=\"\"/>\n<path d=\"M9 15L8 16V15H9Z\" fill=\"\"/>\n<path d=\"M17 5V7H7V5C7 3.34 8.34 2 10 2H14C15.66 2 17 3.34 17 5Z\" fill=\"\"/>\n<path d=\"M22.5295 1.47141C22.2395 1.18141 21.7595 1.18141 21.4695 1.47141L1.46945 21.4714C1.17945 21.7614 1.17945 22.2414 1.46945 22.5314C1.61945 22.6814 1.80945 22.7514 1.99945 22.7514C2.18945 22.7514 2.37945 22.6814 2.52945 22.5314L22.5295 2.53141C22.8195 2.24141 22.8195 1.76141 22.5295 1.47141Z\" fill=\"\"/>\n<path d=\"M17.0001 14.25H12.9572C12.8246 14.25 12.6974 14.3027 12.6037 14.3964L12.0001 15L11.2501 15.75L8.80011 18.2C8.16011 18.84 8.03011 20 8.55011 20.74C9.09011 21.5 9.99011 22 11.0001 22H13.0001C14.6601 22 16.0001 20.66 16.0001 19V15.75H17.0001C17.4101 15.75 17.7501 15.41 17.7501 15C17.7501 14.59 17.4101 14.25 17.0001 14.25Z\" fill=\"\"/>\n<path d=\"M19.02 7.97914L15.46 11.5391C14.83 12.1691 15.28 13.2491 16.17 13.2491H16.91C17.78 13.2491 18.59 13.8391 18.73 14.6991C18.8812 15.6145 18.313 16.4382 17.4934 16.6786C17.2284 16.7564 17 16.973 17 17.2491V17.4991C17 17.7753 17.2239 17.9991 17.5 17.9991H18C19.66 17.9991 21 16.6591 21 14.9991V9.99914C21 9.20914 20.84 8.56914 20.53 8.08914C20.19 7.57914 19.45 7.54914 19.02 7.97914Z\" fill=\"\"/>\n</svg>\n</li><li title=\"printer \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 5C7 3.34 8.34 2 10 2H14C15.66 2 17 3.34 17 5C17 5.55 16.55 6 16 6H8C7.45 6 7 5.55 7 5Z\" fill=\"\"/>\n<path d=\"M17.75 15C17.75 15.41 17.41 15.75 17 15.75H16V19C16 20.66 14.66 22 13 22H11C9.34 22 8 20.66 8 19V15.75H7C6.59 15.75 6.25 15.41 6.25 15C6.25 14.59 6.59 14.25 7 14.25H17C17.41 14.25 17.75 14.59 17.75 15Z\" fill=\"\"/>\n<path d=\"M18 7H6C4 7 3 8 3 10V15C3 17 4 18 6 18H6.375C6.72018 18 7 17.7202 7 17.375C7 17.0298 6.71131 16.7604 6.38841 16.6384C5.72619 16.3882 5.25 15.7453 5.25 15C5.25 14.04 6.04 13.25 7 13.25H17C17.96 13.25 18.75 14.04 18.75 15C18.75 15.7453 18.2738 16.3882 17.6116 16.6384C17.2887 16.7604 17 17.0298 17 17.375C17 17.7202 17.2798 18 17.625 18H18C20 18 21 17 21 15V10C21 8 20 7 18 7ZM10 11.75H7C6.59 11.75 6.25 11.41 6.25 11C6.25 10.59 6.59 10.25 7 10.25H10C10.41 10.25 10.75 10.59 10.75 11C10.75 11.41 10.41 11.75 10 11.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"profile 2user \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 2C6.38 2 4.25 4.13 4.25 6.75C4.25 9.32 6.26 11.4 8.88 11.49C8.96 11.48 9.04 11.48 9.1 11.49C9.12 11.49 9.13 11.49 9.15 11.49C9.16 11.49 9.16 11.49 9.17 11.49C11.73 11.4 13.74 9.32 13.75 6.75C13.75 4.13 11.62 2 9 2Z\" fill=\"\"/>\n<path d=\"M14.0809 14.1489C11.2909 12.2889 6.74094 12.2889 3.93094 14.1489C2.66094 14.9989 1.96094 16.1489 1.96094 17.3789C1.96094 18.6089 2.66094 19.7489 3.92094 20.5889C5.32094 21.5289 7.16094 21.9989 9.00094 21.9989C10.8409 21.9989 12.6809 21.5289 14.0809 20.5889C15.3409 19.7389 16.0409 18.5989 16.0409 17.3589C16.0309 16.1289 15.3409 14.9889 14.0809 14.1489Z\" fill=\"\"/>\n<path d=\"M19.9894 7.33815C20.1494 9.27815 18.7694 10.9781 16.8594 11.2081C16.8494 11.2081 16.8494 11.2081 16.8394 11.2081H16.8094C16.7494 11.2081 16.6894 11.2081 16.6394 11.2281C15.6694 11.2781 14.7794 10.9681 14.1094 10.3981C15.1394 9.47815 15.7294 8.09815 15.6094 6.59815C15.5394 5.78815 15.2594 5.04815 14.8394 4.41815C15.2194 4.22815 15.6594 4.10815 16.1094 4.06815C18.0694 3.89815 19.8194 5.35815 19.9894 7.33815Z\" fill=\"\"/>\n<path d=\"M21.9883 16.5904C21.9083 17.5604 21.2883 18.4004 20.2483 18.9704C19.2483 19.5204 17.9883 19.7804 16.7383 19.7504C17.4583 19.1004 17.8783 18.2904 17.9583 17.4304C18.0583 16.1904 17.4683 15.0004 16.2883 14.0504C15.6183 13.5204 14.8383 13.1004 13.9883 12.7904C16.1983 12.1504 18.9783 12.5804 20.6883 13.9604C21.6083 14.7004 22.0783 15.6304 21.9883 16.5904Z\" fill=\"\"/>\n</svg>\n</li><li title=\"profile add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 2C9.38 2 7.25 4.13 7.25 6.75C7.25 9.32 9.26 11.4 11.88 11.49C11.96 11.48 12.04 11.48 12.1 11.49C12.12 11.49 12.13 11.49 12.15 11.49C12.16 11.49 12.16 11.49 12.17 11.49C14.73 11.4 16.74 9.32 16.75 6.75C16.75 4.13 14.62 2 12 2Z\" fill=\"\"/>\n<path d=\"M17.0809 14.1489C14.2909 12.2889 9.74094 12.2889 6.93094 14.1489C5.66094 14.9989 4.96094 16.1489 4.96094 17.3789C4.96094 18.6089 5.66094 19.7489 6.92094 20.5889C8.32094 21.5289 10.1609 21.9989 12.0009 21.9989C13.8409 21.9989 15.6809 21.5289 17.0809 20.5889C18.3409 19.7389 19.0409 18.5989 19.0409 17.3589C19.0309 16.1289 18.3409 14.9889 17.0809 14.1489ZM14.0009 18.1289H12.7509V19.3789C12.7509 19.7889 12.4109 20.1289 12.0009 20.1289C11.5909 20.1289 11.2509 19.7889 11.2509 19.3789V18.1289H10.0009C9.59094 18.1289 9.25094 17.7889 9.25094 17.3789C9.25094 16.9689 9.59094 16.6289 10.0009 16.6289H11.2509V15.3789C11.2509 14.9689 11.5909 14.6289 12.0009 14.6289C12.4109 14.6289 12.7509 14.9689 12.7509 15.3789V16.6289H14.0009C14.4109 16.6289 14.7509 16.9689 14.7509 17.3789C14.7509 17.7889 14.4109 18.1289 14.0009 18.1289Z\" fill=\"\"/>\n</svg>\n</li><li title=\"profile circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 12C22 6.49 17.51 2 12 2C6.49 2 2 6.49 2 12C2 14.9 3.25 17.51 5.23 19.34C5.23 19.35 5.23 19.35 5.22 19.36C5.32 19.46 5.44 19.54 5.54 19.63C5.6 19.68 5.65 19.73 5.71 19.77C5.89 19.92 6.09 20.06 6.28 20.2C6.35 20.25 6.41 20.29 6.48 20.34C6.67 20.47 6.87 20.59 7.08 20.7C7.15 20.74 7.23 20.79 7.3 20.83C7.5 20.94 7.71 21.04 7.93 21.13C8.01 21.17 8.09 21.21 8.17 21.24C8.39 21.33 8.61 21.41 8.83 21.48C8.91 21.51 8.99 21.54 9.07 21.56C9.31 21.63 9.55 21.69 9.79 21.75C9.86 21.77 9.93 21.79 10.01 21.8C10.29 21.86 10.57 21.9 10.86 21.93C10.9 21.93 10.94 21.94 10.98 21.95C11.32 21.98 11.66 22 12 22C12.34 22 12.68 21.98 13.01 21.95C13.05 21.95 13.09 21.94 13.13 21.93C13.42 21.9 13.7 21.86 13.98 21.8C14.05 21.79 14.12 21.76 14.2 21.75C14.44 21.69 14.69 21.64 14.92 21.56C15 21.53 15.08 21.5 15.16 21.48C15.38 21.4 15.61 21.33 15.82 21.24C15.9 21.21 15.98 21.17 16.06 21.13C16.27 21.04 16.48 20.94 16.69 20.83C16.77 20.79 16.84 20.74 16.91 20.7C17.11 20.58 17.31 20.47 17.51 20.34C17.58 20.3 17.64 20.25 17.71 20.2C17.91 20.06 18.1 19.92 18.28 19.77C18.34 19.72 18.39 19.67 18.45 19.63C18.56 19.54 18.67 19.45 18.77 19.36C18.77 19.35 18.77 19.35 18.76 19.34C20.75 17.51 22 14.9 22 12ZM16.94 16.97C14.23 15.15 9.79 15.15 7.06 16.97C6.62 17.26 6.26 17.6 5.96 17.97C4.44 16.43 3.5 14.32 3.5 12C3.5 7.31 7.31 3.5 12 3.5C16.69 3.5 20.5 7.31 20.5 12C20.5 14.32 19.56 16.43 18.04 17.97C17.75 17.6 17.38 17.26 16.94 16.97Z\" fill=\"\"/>\n<path d=\"M12 6.92969C9.93 6.92969 8.25 8.60969 8.25 10.6797C8.25 12.7097 9.84 14.3597 11.95 14.4197C11.98 14.4197 12.02 14.4197 12.04 14.4197C12.06 14.4197 12.09 14.4197 12.11 14.4197C12.12 14.4197 12.13 14.4197 12.13 14.4197C14.15 14.3497 15.74 12.7097 15.75 10.6797C15.75 8.60969 14.07 6.92969 12 6.92969Z\" fill=\"\"/>\n</svg>\n</li><li title=\"profile delete \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 2C9.38 2 7.25 4.13 7.25 6.75C7.25 9.32 9.26 11.4 11.88 11.49C11.96 11.48 12.04 11.48 12.1 11.49C12.12 11.49 12.13 11.49 12.15 11.49C12.16 11.49 12.16 11.49 12.17 11.49C14.73 11.4 16.74 9.32 16.75 6.75C16.75 4.13 14.62 2 12 2Z\" fill=\"\"/>\n<path d=\"M17.0809 14.1489C14.2909 12.2889 9.74094 12.2889 6.93094 14.1489C5.66094 14.9989 4.96094 16.1489 4.96094 17.3789C4.96094 18.6089 5.66094 19.7489 6.92094 20.5889C8.32094 21.5289 10.1609 21.9989 12.0009 21.9989C13.8409 21.9989 15.6809 21.5289 17.0809 20.5889C18.3409 19.7389 19.0409 18.5989 19.0409 17.3589C19.0309 16.1289 18.3409 14.9889 17.0809 14.1489ZM13.9409 18.2589C14.2309 18.5489 14.2309 19.0289 13.9409 19.3189C13.7909 19.4689 13.6009 19.5389 13.4109 19.5389C13.2209 19.5389 13.0309 19.4689 12.8809 19.3189L12.0009 18.4389L11.1209 19.3189C10.9709 19.4689 10.7809 19.5389 10.5909 19.5389C10.4009 19.5389 10.2109 19.4689 10.0609 19.3189C9.77094 19.0289 9.77094 18.5489 10.0609 18.2589L10.9409 17.3789L10.0609 16.4989C9.77094 16.2089 9.77094 15.7289 10.0609 15.4389C10.3509 15.1489 10.8309 15.1489 11.1209 15.4389L12.0009 16.3189L12.8809 15.4389C13.1709 15.1489 13.6509 15.1489 13.9409 15.4389C14.2309 15.7289 14.2309 16.2089 13.9409 16.4989L13.0609 17.3789L13.9409 18.2589Z\" fill=\"\"/>\n</svg>\n</li><li title=\"profile remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 2C9.38 2 7.25 4.13 7.25 6.75C7.25 9.32 9.26 11.4 11.88 11.49C11.96 11.48 12.04 11.48 12.1 11.49C12.12 11.49 12.13 11.49 12.15 11.49C12.16 11.49 12.16 11.49 12.17 11.49C14.73 11.4 16.74 9.32 16.75 6.75C16.75 4.13 14.62 2 12 2Z\" fill=\"\"/>\n<path d=\"M17.0809 14.1606C14.2909 12.3006 9.74094 12.3006 6.93094 14.1606C5.66094 15.0006 4.96094 16.1506 4.96094 17.3806C4.96094 18.6106 5.66094 19.7506 6.92094 20.5906C8.32094 21.5306 10.1609 22.0006 12.0009 22.0006C13.8409 22.0006 15.6809 21.5306 17.0809 20.5906C18.3409 19.7406 19.0409 18.6006 19.0409 17.3606C19.0309 16.1406 18.3409 14.9906 17.0809 14.1606ZM13.8309 18.0706H10.1809C9.80094 18.0706 9.49094 17.7606 9.49094 17.3806C9.49094 17.0006 9.80094 16.6906 10.1809 16.6906H13.8309C14.2109 16.6906 14.5209 17.0006 14.5209 17.3806C14.5209 17.7606 14.2109 18.0706 13.8309 18.0706Z\" fill=\"\"/>\n</svg>\n</li><li title=\"profile tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 2C9.38 2 7.25 4.13 7.25 6.75C7.25 9.32 9.26 11.4 11.88 11.49C11.96 11.48 12.04 11.48 12.1 11.49C12.12 11.49 12.13 11.49 12.15 11.49C12.16 11.49 12.16 11.49 12.17 11.49C14.73 11.4 16.74 9.32 16.75 6.75C16.75 4.13 14.62 2 12 2Z\" fill=\"\"/>\n<path d=\"M17.0809 14.1606C14.2909 12.3006 9.74094 12.3006 6.93094 14.1606C5.66094 15.0006 4.96094 16.1506 4.96094 17.3806C4.96094 18.6106 5.66094 19.7506 6.92094 20.5906C8.32094 21.5306 10.1609 22.0006 12.0009 22.0006C13.8409 22.0006 15.6809 21.5306 17.0809 20.5906C18.3409 19.7406 19.0409 18.6006 19.0409 17.3606C19.0309 16.1406 18.3409 14.9906 17.0809 14.1606ZM14.3309 16.5606L11.8109 19.0806C11.6909 19.2006 11.5309 19.2606 11.3709 19.2606C11.2109 19.2606 11.0509 19.1906 10.9309 19.0806L9.67094 17.8206C9.43094 17.5806 9.43094 17.1806 9.67094 16.9406C9.91094 16.7006 10.3109 16.7006 10.5509 16.9406L11.3709 17.7606L13.4509 15.6806C13.6909 15.4406 14.0909 15.4406 14.3309 15.6806C14.5809 15.9206 14.5809 16.3206 14.3309 16.5606Z\" fill=\"\"/>\n</svg>\n</li><li title=\"programming arrow \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.75 16.11V7.89C7.04 7.56 8 6.4 8 5C8 3.34 6.66 2 5 2C3.34 2 2 3.34 2 5C2 6.4 2.96 7.56 4.25 7.89V16.1C2.96 16.44 2 17.6 2 19C2 20.66 3.34 22 5 22C6.66 22 8 20.66 8 19C8 17.6 7.04 16.44 5.75 16.11Z\" fill=\"\"/>\n<path d=\"M19.75 16.1107V6.50066C19.75 4.98066 18.52 3.75066 17 3.75066H14.07L15.48 2.58066C15.8 2.31066 15.84 1.84066 15.58 1.52066C15.31 1.20066 14.84 1.16066 14.52 1.42066L11.52 3.92066C11.35 4.06066 11.25 4.27066 11.25 4.50066C11.25 4.73066 11.35 4.93066 11.52 5.08066L14.52 7.58066C14.66 7.70066 14.83 7.75066 15 7.75066C15.21 7.75066 15.43 7.66066 15.58 7.48066C15.85 7.16066 15.8 6.69066 15.48 6.42066L14.07 5.25066H17C17.69 5.25066 18.25 5.81066 18.25 6.50066V16.1107C16.96 16.4407 16 17.6007 16 19.0007C16 20.6607 17.34 22.0007 19 22.0007C20.66 22.0007 22 20.6607 22 19.0007C22 17.6007 21.04 16.4407 19.75 16.1107Z\" fill=\"\"/>\n</svg>\n</li><li title=\"programming arrows \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.73 16.1007C19.73 16.0707 19.75 16.0407 19.75 16.0007V6.50066C19.75 4.98066 18.52 3.75066 17 3.75066H13.07L14.48 2.58066C14.8 2.31066 14.84 1.84066 14.58 1.52066C14.31 1.20066 13.84 1.16066 13.52 1.42066L10.52 3.92066C10.35 4.06066 10.25 4.27066 10.25 4.50066C10.25 4.73066 10.35 4.93066 10.52 5.08066L13.52 7.58066C13.66 7.70066 13.83 7.75066 14 7.75066C14.21 7.75066 14.43 7.66066 14.58 7.48066C14.85 7.16066 14.8 6.69066 14.48 6.42066L13.07 5.25066H17C17.69 5.25066 18.25 5.81066 18.25 6.50066V16.0007C18.25 16.0407 18.27 16.0707 18.27 16.1007C16.97 16.4307 16 17.6007 16 19.0007C16 20.6607 17.34 22.0007 19 22.0007C20.66 22.0007 22 20.6607 22 19.0007C22 17.6007 21.03 16.4307 19.73 16.1007Z\" fill=\"\"/>\n<path d=\"M13.48 18.92L10.48 16.42C10.16 16.15 9.69 16.2 9.42 16.52C9.15 16.84 9.2 17.31 9.52 17.58L10.93 18.75H7C6.31 18.75 5.75 18.19 5.75 17.5V8C5.75 7.96 5.73 7.93 5.73 7.9C7.03 7.57 8 6.4 8 5C8 3.34 6.66 2 5 2C3.34 2 2 3.34 2 5C2 6.4 2.97 7.57 4.27 7.9C4.27 7.93 4.25 7.96 4.25 8V17.5C4.25 19.02 5.48 20.25 7 20.25H10.93L9.52 21.42C9.2 21.69 9.16 22.16 9.42 22.48C9.57 22.66 9.78 22.75 10 22.75C10.17 22.75 10.34 22.69 10.48 22.58L13.48 20.08C13.65 19.94 13.75 19.73 13.75 19.5C13.75 19.27 13.65 19.07 13.48 18.92Z\" fill=\"\"/>\n</svg>\n</li><li title=\"quote down circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM11.61 14.84C11.61 15.93 10.76 16.78 9.67 16.78H8.19C7.12 16.78 6.25 15.91 6.25 14.84V12.17C6.25 9.09 6.92 8.4 8.71 7.34C8.83 7.27 8.96 7.24 9.09 7.24C9.35 7.24 9.6 7.37 9.74 7.61C9.95 7.97 9.83 8.43 9.48 8.64C8.27 9.34 7.85 9.6 7.77 11.41H9.68C10.77 11.41 11.62 12.26 11.62 13.35V14.84H11.61ZM17.75 14.84C17.75 15.93 16.9 16.78 15.81 16.78H14.32C13.25 16.78 12.38 15.91 12.38 14.84V12.17C12.38 9.09 13.05 8.4 14.84 7.34C14.96 7.27 15.09 7.24 15.22 7.24C15.48 7.24 15.73 7.37 15.87 7.61C16.08 7.97 15.96 8.43 15.61 8.64C14.4 9.36 13.98 9.62 13.9 11.43H15.81C16.9 11.43 17.75 12.28 17.75 13.37V14.84Z\" fill=\"\"/>\n</svg>\n</li><li title=\"quote down square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM11.61 14.84C11.61 15.93 10.76 16.78 9.67 16.78H8.19C7.12 16.78 6.25 15.91 6.25 14.84V12.17C6.25 9.09 6.92 8.4 8.71 7.34C8.83 7.27 8.96 7.24 9.09 7.24C9.35 7.24 9.6 7.37 9.74 7.61C9.95 7.97 9.83 8.43 9.48 8.64C8.27 9.34 7.85 9.6 7.77 11.41H9.68C10.77 11.41 11.62 12.26 11.62 13.35V14.84H11.61ZM17.75 14.84C17.75 15.93 16.9 16.78 15.81 16.78H14.32C13.25 16.78 12.38 15.91 12.38 14.84V12.17C12.38 9.09 13.05 8.4 14.84 7.34C14.96 7.27 15.09 7.24 15.22 7.24C15.48 7.24 15.73 7.37 15.87 7.61C16.08 7.97 15.96 8.43 15.61 8.64C14.4 9.36 13.98 9.62 13.9 11.43H15.81C16.9 11.43 17.75 12.28 17.75 13.37V14.84Z\" fill=\"\"/>\n</svg>\n</li><li title=\"quote down \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.9082 12.3714H20.5982C20.5182 17.0414 19.5982 17.8114 16.7282 19.5114C16.3982 19.7114 16.2882 20.1314 16.4882 20.4714C16.6882 20.8014 17.1082 20.9114 17.4482 20.7114C20.8282 18.7114 22.0082 17.4914 22.0082 11.6714V6.28141C22.0082 4.57141 20.6182 3.19141 18.9182 3.19141H15.9182C14.1582 3.19141 12.8282 4.52141 12.8282 6.28141V9.28141C12.8182 11.0414 14.1482 12.3714 15.9082 12.3714Z\" fill=\"\"/>\n<path d=\"M5.09 12.3714H9.78C9.7 17.0414 8.78 17.8114 5.91 19.5114C5.58 19.7114 5.47 20.1314 5.67 20.4714C5.87 20.8014 6.29 20.9114 6.63 20.7114C10.01 18.7114 11.19 17.4914 11.19 11.6714V6.28141C11.19 4.57141 9.8 3.19141 8.1 3.19141H5.1C3.33 3.19141 2 4.52141 2 6.28141V9.28141C2 11.0414 3.33 12.3714 5.09 12.3714Z\" fill=\"\"/>\n</svg>\n</li><li title=\"quote up circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM11.61 11.84C11.61 14.92 10.94 15.61 9.15 16.67C9.03 16.74 8.9 16.77 8.77 16.77C8.51 16.77 8.26 16.64 8.12 16.4C7.91 16.04 8.03 15.58 8.38 15.37C9.59 14.65 10.01 14.39 10.09 12.58H8.19C7.1 12.58 6.25 11.73 6.25 10.64V9.16C6.25 8.07 7.1 7.22 8.19 7.22H9.68C10.75 7.22 11.62 8.09 11.62 9.16V11.84H11.61ZM17.75 11.84C17.75 14.92 17.08 15.61 15.29 16.67C15.17 16.74 15.04 16.77 14.91 16.77C14.65 16.77 14.4 16.64 14.26 16.4C14.05 16.04 14.17 15.58 14.52 15.37C15.73 14.65 16.15 14.39 16.23 12.58H14.32C13.23 12.58 12.38 11.73 12.38 10.64V9.16C12.38 8.07 13.23 7.22 14.32 7.22H15.81C16.88 7.22 17.75 8.09 17.75 9.16V11.84Z\" fill=\"\"/>\n</svg>\n</li><li title=\"quote up square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM11.61 11.84C11.61 14.92 10.94 15.61 9.15 16.67C9.03 16.74 8.9 16.77 8.77 16.77C8.51 16.77 8.26 16.64 8.12 16.4C7.91 16.04 8.03 15.58 8.38 15.37C9.59 14.65 10.01 14.39 10.09 12.58H8.19C7.1 12.58 6.25 11.73 6.25 10.64V9.16C6.25 8.07 7.1 7.22 8.19 7.22H9.68C10.75 7.22 11.62 8.09 11.62 9.16V11.84H11.61ZM17.75 11.84C17.75 14.92 17.08 15.61 15.29 16.67C15.17 16.74 15.04 16.77 14.91 16.77C14.65 16.77 14.4 16.64 14.26 16.4C14.05 16.04 14.17 15.58 14.52 15.37C15.73 14.65 16.15 14.39 16.23 12.58H14.32C13.23 12.58 12.38 11.73 12.38 10.64V9.16C12.38 8.07 13.23 7.22 14.32 7.22H15.81C16.88 7.22 17.75 8.09 17.75 9.16V11.84Z\" fill=\"\"/>\n</svg>\n</li><li title=\"quote up \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.09 11.6314H3.4C3.48 6.96144 4.4 6.19144 7.27 4.49144C7.6 4.29144 7.71 3.87144 7.51 3.53144C7.32 3.20144 6.89 3.09144 6.56 3.29144C3.18 5.29144 2 6.51144 2 12.3214V17.7114C2 19.4214 3.39 20.8014 5.09 20.8014H8.09C9.85 20.8014 11.18 19.4714 11.18 17.7114V14.7114C11.18 12.9614 9.85 11.6314 8.09 11.6314Z\" fill=\"\"/>\n<path d=\"M18.9086 11.6314H14.2186C14.2986 6.96144 15.2186 6.19144 18.0886 4.49144C18.4186 4.29144 18.5286 3.87144 18.3286 3.53144C18.1286 3.20144 17.7086 3.09144 17.3686 3.29144C13.9886 5.29144 12.8086 6.51144 12.8086 12.3314V17.7214C12.8086 19.4314 14.1986 20.8114 15.8986 20.8114H18.8986C20.6586 20.8114 21.9886 19.4814 21.9886 17.7214V14.7214C21.9986 12.9614 20.6686 11.6314 18.9086 11.6314Z\" fill=\"\"/>\n</svg>\n</li><li title=\"radar 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM12 19.75C7.73 19.75 4.25 16.27 4.25 12C4.25 10.64 4.61 9.31 5.28 8.14C5.48 7.78 5.94 7.66 6.3 7.86L12.37 11.35C12.73 11.56 12.85 12.01 12.65 12.37C12.44 12.73 11.99 12.85 11.63 12.65L6.24 9.56C5.92 10.33 5.75 11.16 5.75 12C5.75 15.45 8.55 18.25 12 18.25C15.45 18.25 18.25 15.45 18.25 12C18.25 8.55 15.45 5.75 12 5.75C10.64 5.75 9.34 6.18 8.25 7C7.92 7.25 7.45 7.18 7.2 6.85C6.95 6.52 7.02 6.05 7.35 5.8C8.7 4.79 10.31 4.25 12 4.25C16.27 4.25 19.75 7.73 19.75 12C19.75 16.27 16.27 19.75 12 19.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"radar 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM12 19.75C7.73 19.75 4.25 16.27 4.25 12C4.25 10.64 4.61 9.31 5.28 8.14C5.48 7.78 5.94 7.66 6.3 7.86L12.37 11.35C12.73 11.56 12.85 12.01 12.65 12.37C12.44 12.73 11.99 12.85 11.63 12.65L8.72 10.98C8.62 11.31 8.55 11.65 8.55 12C8.55 13.9 10.1 15.45 12 15.45C13.9 15.45 15.45 13.9 15.45 12C15.45 10.1 13.9 8.55 12 8.55C11.49 8.55 10.99 8.66 10.53 8.88C10.15 9.06 9.71 8.9 9.53 8.52C9.35 8.15 9.51 7.7 9.89 7.52C10.55 7.21 11.26 7.05 12 7.05C14.73 7.05 16.95 9.27 16.95 12C16.95 14.73 14.73 16.95 12 16.95C9.27 16.95 7.05 14.73 7.05 12C7.05 11.39 7.17 10.78 7.39 10.21L6.24 9.56C5.92 10.33 5.75 11.16 5.75 12C5.75 15.45 8.55 18.25 12 18.25C15.45 18.25 18.25 15.45 18.25 12C18.25 8.55 15.45 5.75 12 5.75C10.64 5.75 9.34 6.18 8.25 7C7.92 7.25 7.45 7.18 7.2 6.85C6.95 6.52 7.02 6.05 7.35 5.8C8.7 4.79 10.31 4.25 12 4.25C16.27 4.25 19.75 7.73 19.75 12C19.75 16.27 16.27 19.75 12 19.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"radar \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.0011 14.3811C13.3155 14.3811 14.3811 13.3155 14.3811 12.0011C14.3811 10.6867 13.3155 9.62109 12.0011 9.62109C10.6867 9.62109 9.62109 10.6867 9.62109 12.0011C9.62109 13.3155 10.6867 14.3811 12.0011 14.3811Z\" fill=\"\"/>\n<path d=\"M20.0003 18.7503C19.8403 18.7503 19.6903 18.7003 19.5503 18.6003C19.2203 18.3503 19.1503 17.8803 19.4003 17.5503C20.6103 15.9403 21.2503 14.0203 21.2503 12.0003C21.2503 9.98027 20.6103 8.06027 19.4003 6.45027C19.1503 6.12027 19.2203 5.65027 19.5503 5.40027C19.8803 5.15027 20.3503 5.22027 20.6003 5.55027C22.0103 7.42027 22.7503 9.65027 22.7503 12.0003C22.7503 14.3503 22.0103 16.5803 20.6003 18.4503C20.4503 18.6503 20.2303 18.7503 20.0003 18.7503Z\" fill=\"\"/>\n<path d=\"M4 18.7503C3.77 18.7503 3.55 18.6503 3.4 18.4503C1.99 16.5803 1.25 14.3503 1.25 12.0003C1.25 9.65027 1.99 7.42027 3.4 5.55027C3.65 5.22027 4.12 5.15027 4.45 5.40027C4.78 5.65027 4.85 6.12027 4.6 6.45027C3.39 8.06027 2.75 9.98027 2.75 12.0003C2.75 14.0203 3.39 15.9403 4.6 17.5503C4.85 17.8803 4.78 18.3503 4.45 18.6003C4.32 18.7003 4.16 18.7503 4 18.7503Z\" fill=\"\"/>\n<path d=\"M16.8011 16.3487C16.6411 16.3487 16.4911 16.2987 16.3511 16.1987C16.0211 15.9487 15.9511 15.4787 16.2011 15.1487C16.8911 14.2387 17.2511 13.1487 17.2511 11.9987C17.2511 10.8487 16.8911 9.75871 16.2011 8.84871C15.9511 8.51871 16.0211 8.04871 16.3511 7.79871C16.6811 7.54871 17.1511 7.61871 17.4011 7.94871C18.2811 9.12871 18.7511 10.5287 18.7511 11.9987C18.7511 13.4687 18.2811 14.8787 17.4011 16.0487C17.2511 16.2487 17.0311 16.3487 16.8011 16.3487Z\" fill=\"\"/>\n<path d=\"M7.2 16.3487C6.97 16.3487 6.75 16.2487 6.6 16.0487C5.72 14.8787 5.25 13.4687 5.25 11.9987C5.25 10.5287 5.72 9.11871 6.6 7.94871C6.85 7.61871 7.32 7.54871 7.65 7.79871C7.98 8.04871 8.05 8.51871 7.8 8.84871C7.11 9.75871 6.75 10.8487 6.75 11.9987C6.75 13.1487 7.11 14.2387 7.8 15.1487C8.05 15.4787 7.98 15.9487 7.65 16.1987C7.52 16.2987 7.36 16.3487 7.2 16.3487Z\" fill=\"\"/>\n</svg>\n</li><li title=\"radio \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.75 2V5H7C6.74 5 6.49 5.01 6.25 5.05V2C6.25 1.59 6.59 1.25 7 1.25C7.41 1.25 7.75 1.59 7.75 2Z\" fill=\"\"/>\n<path d=\"M17 5H7C6.74 5 6.49 5.01 6.25 5.05C3.67 5.35 2 7.26 2 10V17C2 20 4 22 7 22H17C20 22 22 20 22 17V10C22 7 20 5 17 5ZM7.88 16C6.5 16 5.38 14.88 5.38 13.5C5.38 12.12 6.5 11 7.88 11C9.26 11 10.38 12.12 10.38 13.5C10.38 14.88 9.26 16 7.88 16ZM14.38 16.25H13.88C13.47 16.25 13.13 15.91 13.13 15.5C13.13 15.09 13.47 14.75 13.88 14.75H14.38C14.79 14.75 15.13 15.09 15.13 15.5C15.13 15.91 14.79 16.25 14.38 16.25ZM17.88 16.25H17.38C16.97 16.25 16.63 15.91 16.63 15.5C16.63 15.09 16.97 14.75 17.38 14.75H17.88C18.29 14.75 18.63 15.09 18.63 15.5C18.63 15.91 18.29 16.25 17.88 16.25ZM17.88 12.25H13.88C13.47 12.25 13.13 11.91 13.13 11.5C13.13 11.09 13.47 10.75 13.88 10.75H17.88C18.29 10.75 18.63 11.09 18.63 11.5C18.63 11.91 18.29 12.25 17.88 12.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"ram 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.0103 20.97C16.0159 21.5261 15.5666 21.98 15.0104 21.98H8.99374C8.44406 21.98 7.99743 21.5364 7.99376 20.9867L7.98047 19C7.98047 17.9 8.87047 17 9.98047 17H13.9905C15.0905 17 15.9805 17.89 15.9905 18.99L16.0103 20.97Z\" fill=\"\"/>\n<path d=\"M18.5 9.99938V12.1694C18.5 12.6994 18.71 13.2094 19.09 13.5894L19.91 14.4094C20.29 14.7894 20.5 15.2994 20.5 15.8294V16.9994C20.5 19.3005 19.5911 20.993 17.6057 21.6655C17.3045 21.7676 17.0089 21.5297 17.0078 21.2117L17 18.9794C16.98 17.3394 15.63 15.9994 14 15.9994H9.99C8.33 15.9994 6.99 17.3494 6.99 18.9994V21.2235C6.99 21.541 6.69629 21.7798 6.3949 21.6801C4.386 21.0153 3.5 19.3124 3.5 16.9994V6.99938C3.5 4.59334 4.45179 2.83316 6.64523 2.23589C6.94579 2.15404 7.2259 2.3956 7.22143 2.70706L7.19 4.89938C7.18 5.36938 7.35 5.81938 7.67 6.15938C8 6.49938 8.43 6.68937 8.94 6.69938C9.45417 6.69938 9.91203 6.48662 10.2245 6.14032C10.3367 6.01594 10.5516 6.01093 10.67 6.12938C10.99 6.46938 11.43 6.66937 11.94 6.67937C12.4543 6.67937 12.9235 6.45332 13.2436 6.08945C13.3488 5.96988 13.5642 5.96034 13.67 6.07938C13.99 6.41937 14.43 6.61938 14.94 6.62938C15.9 6.62938 16.67 5.87937 16.69 4.90937L16.7297 2.68602C16.7351 2.38172 17.0106 2.15075 17.3047 2.22893C19.5087 2.8147 20.5 4.58656 20.5 6.99938V7.99938C20.5 8.54938 20.05 8.99938 19.5 8.99938C18.95 8.99938 18.5 9.44938 18.5 9.99938Z\" fill=\"\"/>\n<path d=\"M9.22788 2.0033C9.50858 2.00149 9.73577 2.23107 9.73103 2.51174L9.68967 4.96C9.67967 5.37 9.34967 5.7 8.93967 5.7H8.92968C8.50968 5.69 8.17967 5.35 8.18967 4.93V2.50678C8.18967 2.2319 8.41157 2.00857 8.68645 2.00679L9.22788 2.0033Z\" fill=\"\"/>\n<path d=\"M12.2311 2C12.5106 2 12.7358 2.22906 12.7311 2.50847L12.6897 4.95C12.6797 5.35 12.3497 5.68 11.9397 5.68H11.9297C11.5097 5.67 11.1797 5.33 11.1897 4.92L11.1897 2.5C11.1897 2.22386 11.4135 2 11.6897 2H12.2311Z\" fill=\"\"/>\n<path d=\"M15.2341 2.00658C15.5124 2.00833 15.7357 2.23699 15.7309 2.51525L15.6897 4.88977C15.6797 5.29977 15.3497 5.62977 14.9397 5.62977H14.9297C14.5097 5.61977 14.1797 5.27977 14.1897 4.86977V2.50316C14.1897 2.22579 14.4155 2.00142 14.6928 2.00317L15.2341 2.00658Z\" fill=\"\"/>\n</svg>\n</li><li title=\"ram \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.5 9C20.05 9 20.5 8.55 20.5 8V7C20.5 4 18.97 2 15.5 2H8.5C4.97 2 3.5 4 3.5 7V17C3.5 19.3139 4.37827 21.0255 6.39493 21.6836C6.69648 21.782 6.98895 21.5422 6.98783 21.2249L6.98 19C6.98 17.34 8.33 16 9.98 16H13.99C15.63 16 16.98 17.34 16.99 18.98L17.0057 21.227C17.0079 21.5435 17.3017 21.7801 17.6018 21.6794C19.5899 21.0126 20.5 19.3027 20.5 17V15.83C20.5 15.3 20.29 14.79 19.91 14.41L19.09 13.59C18.71 13.21 18.5 12.7 18.5 12.17V10C18.5 9.45 18.95 9 19.5 9ZM13.97 8.53H7.97C7.56 8.53 7.22 8.19 7.22 7.78C7.22 7.37 7.56 7.03 7.97 7.03H13.97C14.38 7.03 14.72 7.37 14.72 7.78C14.72 8.19 14.39 8.53 13.97 8.53Z\" fill=\"\"/>\n<path d=\"M16.0103 20.97C16.0159 21.5261 15.5666 21.98 15.0104 21.98H8.99374C8.44406 21.98 7.99743 21.5364 7.99376 20.9867L7.98047 19C7.98047 17.9 8.87047 17 9.98047 17H13.9905C15.0905 17 15.9805 17.89 15.9905 18.99L16.0103 20.97Z\" fill=\"\"/>\n</svg>\n</li><li title=\"ranking 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.67 14H4C2.9 14 2 14.9 2 16V21C2 21.55 2.45 22 3 22H6.67C7.22 22 7.67 21.55 7.67 21V15C7.67 14.45 7.22 14 6.67 14Z\" fill=\"\"/>\n<path d=\"M13.3302 10H10.6602C9.56016 10 8.66016 10.9 8.66016 12V21C8.66016 21.55 9.11016 22 9.66016 22H14.3302C14.8802 22 15.3302 21.55 15.3302 21V12C15.3302 10.9 14.4402 10 13.3302 10Z\" fill=\"\"/>\n<path d=\"M20.0001 17H17.3301C16.7801 17 16.3301 17.45 16.3301 18V21C16.3301 21.55 16.7801 22 17.3301 22H21.0001C21.5501 22 22.0001 21.55 22.0001 21V19C22.0001 17.9 21.1001 17 20.0001 17Z\" fill=\"\"/>\n<path d=\"M15.0095 4.85047C15.3195 4.54047 15.4395 4.17047 15.3395 3.85047C15.2395 3.53047 14.9295 3.30047 14.4895 3.23047L13.5295 3.07047C13.4895 3.07047 13.3995 3.00047 13.3795 2.96047L12.8495 1.90047C12.4495 1.09047 11.5395 1.09047 11.1395 1.90047L10.6095 2.96047C10.5995 3.00047 10.5095 3.07047 10.4695 3.07047L9.50945 3.23047C9.06945 3.30047 8.76945 3.53047 8.65945 3.85047C8.55945 4.17047 8.67945 4.54047 8.98945 4.85047L9.72945 5.60047C9.76945 5.63047 9.79945 5.75047 9.78945 5.79047L9.57945 6.71047C9.41945 7.40047 9.67945 7.71047 9.84945 7.83047C10.0195 7.95047 10.3895 8.11047 10.9995 7.75047L11.8995 7.22047C11.9395 7.19047 12.0695 7.19047 12.1095 7.22047L12.9995 7.75047C13.2795 7.92047 13.5095 7.97047 13.6895 7.97047C13.8995 7.97047 14.0495 7.89047 14.1395 7.83047C14.3095 7.71047 14.5695 7.40047 14.4095 6.71047L14.1995 5.79047C14.1895 5.74047 14.2195 5.63047 14.2595 5.60047L15.0095 4.85047Z\" fill=\"\"/>\n</svg>\n</li><li title=\"ranking \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.3 8.11032L14.62 10.7503C14.8 11.1103 15.28 11.4703 15.68 11.5303L18.07 11.9303C19.6 12.1903 19.96 13.2903 18.86 14.3903L17 16.2603C16.69 16.5703 16.51 17.1803 16.61 17.6203L17.14 19.9303C17.56 21.7503 16.59 22.4603 14.98 21.5103L12.74 20.1803C12.33 19.9403 11.67 19.9403 11.26 20.1803L9.00997 21.5003C7.39997 22.4503 6.42997 21.7403 6.84997 19.9203L7.37997 17.6103C7.47997 17.1803 7.29997 16.5703 6.98997 16.2503L5.13997 14.4003C4.03997 13.3003 4.39997 12.1903 5.92997 11.9403L8.31997 11.5403C8.71997 11.4703 9.19997 11.1203 9.37997 10.7603L10.7 8.12032C11.41 6.68032 12.59 6.68032 13.3 8.11032Z\" fill=\"\"/>\n<path d=\"M6 9.75C5.59 9.75 5.25 9.41 5.25 9V2C5.25 1.59 5.59 1.25 6 1.25C6.41 1.25 6.75 1.59 6.75 2V9C6.75 9.41 6.41 9.75 6 9.75Z\" fill=\"\"/>\n<path d=\"M18 9.75C17.59 9.75 17.25 9.41 17.25 9V2C17.25 1.59 17.59 1.25 18 1.25C18.41 1.25 18.75 1.59 18.75 2V9C18.75 9.41 18.41 9.75 18 9.75Z\" fill=\"\"/>\n<path d=\"M12 4.75C11.59 4.75 11.25 4.41 11.25 4V2C11.25 1.59 11.59 1.25 12 1.25C12.41 1.25 12.75 1.59 12.75 2V4C12.75 4.41 12.41 4.75 12 4.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"receipt 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.78 2H8.22C4.44 2 3.5 3.01 3.5 7.04V18.3C3.5 20.96 4.96 21.59 6.73 19.69L6.74 19.68C7.56 18.81 8.81 18.88 9.52 19.83L10.53 21.18C11.34 22.25 12.65 22.25 13.46 21.18L14.47 19.83C15.19 18.87 16.44 18.8 17.26 19.68C19.04 21.58 20.49 20.95 20.49 18.29V7.04C20.5 3.01 19.56 2 15.78 2ZM15 11.75H9C8.59 11.75 8.25 11.41 8.25 11C8.25 10.59 8.59 10.25 9 10.25H15C15.41 10.25 15.75 10.59 15.75 11C15.75 11.41 15.41 11.75 15 11.75ZM16 7.75H8C7.59 7.75 7.25 7.41 7.25 7C7.25 6.59 7.59 6.25 8 6.25H16C16.41 6.25 16.75 6.59 16.75 7C16.75 7.41 16.41 7.75 16 7.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"receipt 2 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.78 2H8.22C4.44 2 3.5 3.01 3.5 7.04V18.3C3.5 20.96 4.96 21.59 6.73 19.69L6.74 19.68C7.56 18.81 8.81 18.88 9.52 19.83L10.53 21.18C11.34 22.25 12.65 22.25 13.46 21.18L14.47 19.83C15.19 18.87 16.44 18.8 17.26 19.68C19.04 21.58 20.49 20.95 20.49 18.29V7.04C20.5 3.01 19.56 2 15.78 2ZM7.78 12C7.23 12 6.78 11.55 6.78 11C6.78 10.45 7.23 10 7.78 10C8.33 10 8.78 10.45 8.78 11C8.78 11.55 8.33 12 7.78 12ZM7.78 8C7.23 8 6.78 7.55 6.78 7C6.78 6.45 7.23 6 7.78 6C8.33 6 8.78 6.45 8.78 7C8.78 7.55 8.33 8 7.78 8ZM16.23 11.75H10.73C10.32 11.75 9.98 11.41 9.98 11C9.98 10.59 10.32 10.25 10.73 10.25H16.23C16.64 10.25 16.98 10.59 16.98 11C16.98 11.41 16.64 11.75 16.23 11.75ZM16.23 7.75H10.73C10.32 7.75 9.98 7.41 9.98 7C9.98 6.59 10.32 6.25 10.73 6.25H16.23C16.64 6.25 16.98 6.59 16.98 7C16.98 7.41 16.64 7.75 16.23 7.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"receipt 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.5 3.67C19.5 3.66 19.5 3.65 19.48 3.64C19.26 3.36 18.97 3.21 18.63 3.21C18.1 3.21 17.46 3.56 16.77 4.3C15.95 5.18 14.69 5.11 13.97 4.15L12.96 2.81C12.56 2.27 12.03 2 11.5 2C10.97 2 10.44 2.27 10.04 2.81L9.02 4.16C8.31 5.11 7.06 5.18 6.24 4.31L6.23 4.3C5.1 3.09 4.09 2.91 3.52 3.64C3.5 3.65 3.5 3.66 3.5 3.67C3.14 4.44 3 5.52 3 7.04V16.96C3 18.48 3.14 19.56 3.5 20.33C3.5 20.34 3.51 20.36 3.52 20.37C4.1 21.09 5.1 20.91 6.23 19.7L6.24 19.69C7.06 18.82 8.31 18.89 9.02 19.84L10.04 21.19C10.44 21.73 10.97 22 11.5 22C12.03 22 12.56 21.73 12.96 21.19L13.97 19.85C14.69 18.89 15.95 18.82 16.77 19.7C17.46 20.44 18.1 20.79 18.63 20.79C18.97 20.79 19.26 20.65 19.48 20.37C19.49 20.36 19.5 20.34 19.5 20.33C19.86 19.56 20 18.48 20 16.96V7.04C20 5.52 19.86 4.44 19.5 3.67ZM14 14.5H8C7.59 14.5 7.25 14.16 7.25 13.75C7.25 13.34 7.59 13 8 13H14C14.41 13 14.75 13.34 14.75 13.75C14.75 14.16 14.41 14.5 14 14.5ZM16 11H8C7.59 11 7.25 10.66 7.25 10.25C7.25 9.84 7.59 9.5 8 9.5H16C16.41 9.5 16.75 9.84 16.75 10.25C16.75 10.66 16.41 11 16 11Z\" fill=\"\"/>\n</svg>\n</li><li title=\"receipt add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.01 2V3.5C18.67 3.5 19.3 3.77 19.76 4.22C20.24 4.71 20.5 5.34 20.5 6V8.42C20.5 9.16 20.17 9.5 19.42 9.5H17.5V4.01C17.5 3.73 17.73 3.5 18.01 3.5V2ZM18.01 2C16.9 2 16 2.9 16 4.01V11H19.42C21 11 22 10 22 8.42V6C22 4.9 21.55 3.9 20.83 3.17C20.1 2.45 19.11 2.01 18.01 2C18.02 2 18.01 2 18.01 2Z\" fill=\"\"/>\n<path d=\"M7 2H6C3 2 2 3.79 2 6V7V21C2 21.83 2.94 22.3 3.6 21.8L5.31 20.52C5.71 20.22 6.27 20.26 6.63 20.62L8.29 22.29C8.68 22.68 9.32 22.68 9.71 22.29L11.39 20.61C11.74 20.26 12.3 20.22 12.69 20.52L14.4 21.8C15.06 22.29 16 21.82 16 21V4C16 2.9 16.9 2 18 2H7ZM11.75 10.75H9.75V12.75C9.75 13.16 9.41 13.5 9 13.5C8.59 13.5 8.25 13.16 8.25 12.75V10.75H6.25C5.84 10.75 5.5 10.41 5.5 10C5.5 9.59 5.84 9.25 6.25 9.25H8.25V7.25C8.25 6.84 8.59 6.5 9 6.5C9.41 6.5 9.75 6.84 9.75 7.25V9.25H11.75C12.16 9.25 12.5 9.59 12.5 10C12.5 10.41 12.16 10.75 11.75 10.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"receipt discount \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 2H6C3 2 2 3.79 2 6V7V21C2 21.83 2.94 22.3 3.6 21.8L5.31 20.52C5.71 20.22 6.27 20.26 6.63 20.62L8.29 22.29C8.68 22.68 9.32 22.68 9.71 22.29L11.39 20.61C11.74 20.26 12.3 20.22 12.69 20.52L14.4 21.8C15.06 22.29 16 21.82 16 21V4C16 2.9 16.9 2 18 2H7ZM6.57 8.03C7.12 8.03 7.57 8.48 7.57 9.03C7.57 9.58 7.12 10.03 6.57 10.03C6.02 10.03 5.57 9.58 5.57 9.03C5.57 8.48 6.02 8.03 6.57 8.03ZM11.43 14.08C10.87 14.08 10.43 13.63 10.43 13.08C10.43 12.53 10.88 12.08 11.43 12.08C11.98 12.08 12.43 12.53 12.43 13.08C12.43 13.63 11.98 14.08 11.43 14.08ZM12.26 8.8L6.8 14.26C6.65 14.41 6.46 14.48 6.27 14.48C6.08 14.48 5.89 14.41 5.74 14.26C5.45 13.97 5.45 13.49 5.74 13.2L11.2 7.74C11.49 7.45 11.97 7.45 12.26 7.74C12.55 8.03 12.55 8.51 12.26 8.8Z\" fill=\"\"/>\n<path d=\"M18.01 2V3.5C18.67 3.5 19.3 3.77 19.76 4.22C20.24 4.71 20.5 5.34 20.5 6V8.42C20.5 9.16 20.17 9.5 19.42 9.5H17.5V4.01C17.5 3.73 17.73 3.5 18.01 3.5V2ZM18.01 2C16.9 2 16 2.9 16 4.01V11H19.42C21 11 22 10 22 8.42V6C22 4.9 21.55 3.9 20.83 3.17C20.1 2.45 19.11 2.01 18.01 2C18.02 2 18.01 2 18.01 2Z\" fill=\"\"/>\n</svg>\n</li><li title=\"receipt disscount \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.78 2H8.22C4.44 2 3.5 3.01 3.5 7.04V18.3C3.5 20.96 4.96 21.59 6.73 19.69L6.74 19.68C7.56 18.81 8.81 18.88 9.52 19.83L10.53 21.18C11.34 22.25 12.65 22.25 13.46 21.18L14.47 19.83C15.19 18.87 16.44 18.8 17.26 19.68C19.04 21.58 20.49 20.95 20.49 18.29V7.04C20.5 3.01 19.56 2 15.78 2ZM9 7C9.55 7 10 7.45 10 8C10 8.55 9.56 9 9 9C8.44 9 8 8.55 8 8C8 7.45 8.44 7 9 7ZM15 14C14.44 14 14 13.55 14 13C14 12.45 14.45 12 15 12C15.55 12 16 12.45 16 13C16 13.55 15.56 14 15 14ZM15.9 7.59L9.17 14.32C9.02 14.47 8.83 14.54 8.64 14.54C8.45 14.54 8.26 14.47 8.11 14.32C7.82 14.03 7.82 13.55 8.11 13.26L14.84 6.53C15.13 6.24 15.61 6.24 15.9 6.53C16.19 6.82 16.19 7.3 15.9 7.59Z\" fill=\"\"/>\n</svg>\n</li><li title=\"receipt edit \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.78 2H8.22C4.44 2 3.5 3.01 3.5 7.04V18.3C3.5 20.96 4.96 21.59 6.73 19.69L6.74 19.68C7.56 18.81 8.81 18.88 9.52 19.83L10.53 21.18C11.34 22.25 12.65 22.25 13.46 21.18L14.47 19.83C15.19 18.87 16.44 18.8 17.26 19.68C19.04 21.58 20.49 20.95 20.49 18.29V7.04C20.5 3.01 19.56 2 15.78 2ZM14.84 9.99L14.34 10.5H14.33L11.3 13.53C11.17 13.66 10.9 13.8 10.71 13.82L9.36 14.02C8.87 14.09 8.53 13.74 8.6 13.26L8.79 11.9C8.82 11.71 8.95 11.45 9.08 11.31L12.12 8.28L12.62 7.77C12.95 7.44 13.32 7.2 13.72 7.2C14.06 7.2 14.43 7.36 14.84 7.77C15.74 8.67 15.45 9.38 14.84 9.99Z\" fill=\"\"/>\n</svg>\n</li><li title=\"receipt item \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 2H6C3 2 2 3.79 2 6V7V21C2 21.83 2.94 22.3 3.6 21.8L5.31 20.52C5.71 20.22 6.27 20.26 6.63 20.62L8.29 22.29C8.68 22.68 9.32 22.68 9.71 22.29L11.39 20.61C11.74 20.26 12.3 20.22 12.69 20.52L14.4 21.8C15.06 22.29 16 21.82 16 21V4C16 2.9 16.9 2 18 2H7ZM5.97 14.01C5.42 14.01 4.97 13.56 4.97 13.01C4.97 12.46 5.42 12.01 5.97 12.01C6.52 12.01 6.97 12.46 6.97 13.01C6.97 13.56 6.52 14.01 5.97 14.01ZM5.97 10.01C5.42 10.01 4.97 9.56 4.97 9.01C4.97 8.46 5.42 8.01 5.97 8.01C6.52 8.01 6.97 8.46 6.97 9.01C6.97 9.56 6.52 10.01 5.97 10.01ZM12 13.76H9C8.59 13.76 8.25 13.42 8.25 13.01C8.25 12.6 8.59 12.26 9 12.26H12C12.41 12.26 12.75 12.6 12.75 13.01C12.75 13.42 12.41 13.76 12 13.76ZM12 9.76H9C8.59 9.76 8.25 9.42 8.25 9.01C8.25 8.6 8.59 8.26 9 8.26H12C12.41 8.26 12.75 8.6 12.75 9.01C12.75 9.42 12.41 9.76 12 9.76Z\" fill=\"\"/>\n<path d=\"M18.01 2V3.5C18.67 3.5 19.3 3.77 19.76 4.22C20.24 4.71 20.5 5.34 20.5 6V8.42C20.5 9.16 20.17 9.5 19.42 9.5H17.5V4.01C17.5 3.73 17.73 3.5 18.01 3.5V2ZM18.01 2C16.9 2 16 2.9 16 4.01V11H19.42C21 11 22 10 22 8.42V6C22 4.9 21.55 3.9 20.83 3.17C20.1 2.45 19.11 2.01 18.01 2C18.02 2 18.01 2 18.01 2Z\" fill=\"\"/>\n</svg>\n</li><li title=\"receipt minus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 2H6C3 2 2 3.79 2 6V7V21C2 21.83 2.94 22.3 3.6 21.8L5.31 20.52C5.71 20.22 6.27 20.26 6.63 20.62L8.29 22.29C8.68 22.68 9.32 22.68 9.71 22.29L11.39 20.61C11.74 20.26 12.3 20.22 12.69 20.52L14.4 21.8C15.06 22.29 16 21.82 16 21V4C16 2.9 16.9 2 18 2H7ZM11.75 10.75H6.25C5.84 10.75 5.5 10.41 5.5 10C5.5 9.59 5.84 9.25 6.25 9.25H11.75C12.16 9.25 12.5 9.59 12.5 10C12.5 10.41 12.16 10.75 11.75 10.75Z\" fill=\"\"/>\n<path d=\"M18.01 2V3.5C18.67 3.5 19.3 3.77 19.76 4.22C20.24 4.71 20.5 5.34 20.5 6V8.42C20.5 9.16 20.17 9.5 19.42 9.5H17.5V4.01C17.5 3.73 17.73 3.5 18.01 3.5V2ZM18.01 2C16.9 2 16 2.9 16 4.01V11H19.42C21 11 22 10 22 8.42V6C22 4.9 21.55 3.9 20.83 3.17C20.1 2.45 19.11 2.01 18.01 2C18.02 2 18.01 2 18.01 2Z\" fill=\"\"/>\n</svg>\n</li><li title=\"receipt search \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.78 2H8.22C4.44 2 3.5 3.01 3.5 7.04V18.3C3.5 20.96 4.96 21.59 6.73 19.69L6.74 19.68C7.56 18.81 8.81 18.88 9.52 19.83L10.53 21.18C11.34 22.25 12.65 22.25 13.46 21.18L14.47 19.83C15.19 18.87 16.44 18.8 17.26 19.68C19.04 21.58 20.49 20.95 20.49 18.29V7.04C20.5 3.01 19.56 2 15.78 2ZM15.66 14.53C15.51 14.68 15.32 14.75 15.13 14.75C14.94 14.75 14.75 14.68 14.6 14.53L13.86 13.79C13.28 14.17 12.58 14.4 11.83 14.4C9.79 14.4 8.13 12.74 8.13 10.7C8.13 8.66 9.78 7 11.83 7C13.88 7 15.53 8.66 15.53 10.7C15.53 11.45 15.3 12.15 14.92 12.73L15.66 13.47C15.95 13.76 15.95 14.24 15.66 14.53Z\" fill=\"\"/>\n</svg>\n</li><li title=\"receipt square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM17 15.71C17 17.28 16.14 17.65 15.1 16.53C14.62 16.02 13.88 16.06 13.46 16.62L12.87 17.41C12.4 18.04 11.62 18.04 11.15 17.41L10.55 16.61C10.13 16.05 9.39 16.01 8.91 16.52C7.86 17.64 7 17.27 7 15.71V9.08C7 6.71 7.56 6.12 9.78 6.12H14.22C16.44 6.12 17 6.71 17 9.08V15.71Z\" fill=\"\"/>\n</svg>\n</li><li title=\"receipt text \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 2H6C3 2 2 3.79 2 6V7V21C2 21.83 2.94 22.3 3.6 21.8L5.31 20.52C5.71 20.22 6.27 20.26 6.63 20.62L8.29 22.29C8.68 22.68 9.32 22.68 9.71 22.29L11.39 20.61C11.74 20.26 12.3 20.22 12.69 20.52L14.4 21.8C15.06 22.29 16 21.82 16 21V4C16 2.9 16.9 2 18 2H7ZM11.25 13.75H6.75C6.34 13.75 6 13.41 6 13C6 12.59 6.34 12.25 6.75 12.25H11.25C11.66 12.25 12 12.59 12 13C12 13.41 11.66 13.75 11.25 13.75ZM12 9.75H6C5.59 9.75 5.25 9.41 5.25 9C5.25 8.59 5.59 8.25 6 8.25H12C12.41 8.25 12.75 8.59 12.75 9C12.75 9.41 12.41 9.75 12 9.75Z\" fill=\"\"/>\n<path d=\"M18.01 2V3.5C18.67 3.5 19.3 3.77 19.76 4.22C20.24 4.71 20.5 5.34 20.5 6V8.42C20.5 9.16 20.17 9.5 19.42 9.5H17.5V4.01C17.5 3.73 17.73 3.5 18.01 3.5V2ZM18.01 2C16.9 2 16 2.9 16 4.01V11H19.42C21 11 22 10 22 8.42V6C22 4.9 21.55 3.9 20.83 3.17C20.1 2.45 19.11 2.01 18.01 2C18.02 2 18.01 2 18.01 2Z\" fill=\"\"/>\n</svg>\n</li><li title=\"receipt \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 7V21C2 21.83 2.94 22.3 3.6 21.8L5.31 20.52C5.71 20.22 6.27 20.26 6.63 20.62L8.29 22.29C8.68 22.68 9.32 22.68 9.71 22.29L11.39 20.61C11.74 20.26 12.3 20.22 12.69 20.52L14.4 21.8C15.06 22.29 16 21.82 16 21V4C16 2.9 16.9 2 18 2H7H6C3 2 2 3.79 2 6V7Z\" fill=\"\"/>\n<path d=\"M18.01 2V3.5C18.67 3.5 19.3 3.77 19.76 4.22C20.24 4.71 20.5 5.34 20.5 6V8.42C20.5 9.16 20.17 9.5 19.42 9.5H17.5V4.01C17.5 3.73 17.73 3.5 18.01 3.5V2ZM18.01 2C16.9 2 16 2.9 16 4.01V11H19.42C21 11 22 10 22 8.42V6C22 4.9 21.55 3.9 20.83 3.17C20.1 2.45 19.11 2.01 18.01 2C18.02 2 18.01 2 18.01 2Z\" fill=\"\"/>\n</svg>\n</li><li title=\"receive square 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM8.64 7.15C8.93 6.86 9.41 6.86 9.7 7.15L14.08 11.53V9.1C14.08 8.69 14.42 8.35 14.83 8.35C15.24 8.35 15.58 8.69 15.58 9.1V13.34C15.58 13.44 15.56 13.53 15.52 13.63C15.44 13.81 15.3 13.96 15.11 14.04C15.02 14.08 14.92 14.1 14.82 14.1H10.58C10.17 14.1 9.83 13.76 9.83 13.35C9.83 12.94 10.17 12.6 10.58 12.6H13.01L8.64 8.21C8.35 7.92 8.35 7.45 8.64 7.15ZM18.24 17.22C16.23 17.89 14.12 18.23 12 18.23C9.88 18.23 7.77 17.89 5.76 17.22C5.37 17.09 5.16 16.66 5.29 16.27C5.42 15.88 5.84 15.66 6.24 15.8C9.96 17.04 14.05 17.04 17.77 15.8C18.16 15.67 18.59 15.88 18.72 16.27C18.84 16.67 18.63 17.09 18.24 17.22Z\" fill=\"\"/>\n</svg>\n</li><li title=\"receive square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM8.47 10.98C8.76 10.69 9.24 10.69 9.53 10.98L11.25 12.7V6.51C11.25 6.1 11.59 5.76 12 5.76C12.41 5.76 12.75 6.1 12.75 6.51V12.7L14.47 10.98C14.76 10.69 15.24 10.69 15.53 10.98C15.82 11.27 15.82 11.75 15.53 12.04L12.53 15.04C12.46 15.11 12.38 15.16 12.29 15.2C12.2 15.24 12.1 15.26 12 15.26C11.9 15.26 11.81 15.24 11.71 15.2C11.62 15.16 11.54 15.11 11.47 15.04L8.47 12.04C8.18 11.75 8.18 11.28 8.47 10.98ZM18.24 17.22C16.23 17.89 14.12 18.23 12 18.23C9.88 18.23 7.77 17.89 5.76 17.22C5.37 17.09 5.16 16.66 5.29 16.27C5.42 15.88 5.84 15.66 6.24 15.8C9.96 17.04 14.05 17.04 17.77 15.8C18.16 15.67 18.59 15.88 18.72 16.27C18.84 16.67 18.63 17.09 18.24 17.22Z\" fill=\"\"/>\n</svg>\n</li><li title=\"received \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.71 18.1914C4.81 18.2314 4.9 18.2514 5 18.2514H15.27C15.68 18.2514 16.02 17.9114 16.02 17.5014C16.02 17.0914 15.68 16.7514 15.27 16.7514H6.81L19.53 4.03141C19.82 3.74141 19.82 3.26141 19.53 2.97141C19.24 2.68141 18.76 2.68141 18.47 2.97141L5.75 15.6914V7.23141C5.75 6.82141 5.41 6.48141 5 6.48141C4.59 6.48141 4.25 6.82141 4.25 7.23141V17.5014C4.25 17.6014 4.27 17.6914 4.31 17.7914C4.38 17.9714 4.53 18.1214 4.71 18.1914Z\" fill=\"\"/>\n<path d=\"M20.5 21.25H3.5C3.09 21.25 2.75 21.59 2.75 22C2.75 22.41 3.09 22.75 3.5 22.75H20.5C20.91 22.75 21.25 22.41 21.25 22C21.25 21.59 20.91 21.25 20.5 21.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"record circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9688 2C6.44875 2 1.96875 6.48 1.96875 12C1.96875 17.52 6.44875 22 11.9688 22C17.4888 22 21.9688 17.52 21.9688 12C21.9688 6.48 17.4988 2 11.9688 2ZM11.9987 16.23C9.65875 16.23 7.76875 14.34 7.76875 12C7.76875 9.66 9.65875 7.77 11.9987 7.77C14.3387 7.77 16.2287 9.66 16.2287 12C16.2287 14.34 14.3387 16.23 11.9987 16.23Z\" fill=\"\"/>\n</svg>\n</li><li title=\"record \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.6297 7.23844C19.9297 7.70844 19.7697 8.33844 19.2897 8.62844L18.6997 8.97844L5.58967 16.8384C5.10967 17.1284 4.47967 16.9684 4.19967 16.4784C3.19967 14.7384 2.74967 12.6184 3.13967 10.3984C3.79967 6.62844 6.89967 3.62844 10.6897 3.08844C14.4397 2.55844 17.8297 4.35844 19.6297 7.23844Z\" fill=\"\"/>\n<path d=\"M20.8892 13.4308C20.2092 17.6808 16.4492 20.9308 12.1392 21.0008C10.2392 21.0308 8.47917 20.4808 7.01917 19.4908C6.39917 19.0808 6.41917 18.1608 7.05917 17.7808L19.4692 10.4908C20.1192 10.1108 20.9192 10.5508 20.9792 11.3008C21.0292 12.0008 20.9992 12.7108 20.8892 13.4308Z\" fill=\"\"/>\n</svg>\n</li><li title=\"recovery convert \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.0002 22.7483C14.7302 22.7483 14.4802 22.5983 14.3502 22.3683C14.2202 22.1283 14.2202 21.8483 14.3602 21.6083L15.4102 19.8583C15.6202 19.4983 16.0902 19.3883 16.4402 19.5983C16.8002 19.8083 16.9102 20.2683 16.7002 20.6283L16.4302 21.0783C19.1902 20.4283 21.2602 17.9483 21.2602 14.9883C21.2602 14.5783 21.6002 14.2383 22.0102 14.2383C22.4202 14.2383 22.7602 14.5783 22.7602 14.9883C22.7502 19.2683 19.2702 22.7483 15.0002 22.7483Z\" fill=\"\"/>\n<path d=\"M2 9.75C1.59 9.75 1.25 9.41 1.25 9C1.25 4.73 4.73 1.25 9 1.25C9.27 1.25 9.52 1.4 9.65 1.63C9.78 1.87 9.78 2.15 9.64 2.39L8.59 4.14C8.38 4.49 7.92 4.61 7.56 4.39C7.21 4.18 7.09 3.72 7.31 3.36L7.58 2.91C4.81 3.56 2.75 6.04 2.75 9C2.75 9.41 2.41 9.75 2 9.75Z\" fill=\"\"/>\n<path d=\"M14.8 12.6292V15.5692C14.8 18.0192 13.82 18.9992 11.37 18.9992H8.43C5.98 18.9992 5 18.0192 5 15.5692V12.6292C5 10.1792 5.98 9.19922 8.43 9.19922H11.37C13.82 9.19922 14.8 10.1792 14.8 12.6292Z\" fill=\"\"/>\n<path d=\"M15.5709 5H12.6309C10.2209 5 9.24094 5.96 9.21094 8.32H11.3709C14.3109 8.32 15.6709 9.69 15.6709 12.62V14.78C18.0409 14.75 18.9909 13.77 18.9909 11.36V8.43C19.0009 5.98 18.0209 5 15.5709 5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"redo \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM17.53 10.22L15.96 11.79C15.81 11.94 15.62 12.01 15.43 12.01C15.24 12.01 15.05 11.94 14.9 11.79C14.61 11.5 14.61 11.02 14.9 10.73L15.16 10.47H10.08C8.8 10.47 7.75 11.51 7.75 12.8C7.75 14.09 8.79 15.13 10.08 15.13H15C15.41 15.13 15.75 15.47 15.75 15.88C15.75 16.29 15.41 16.63 15 16.63H10.08C7.97 16.63 6.25 14.91 6.25 12.8C6.25 10.69 7.97 8.97 10.08 8.97H15.23L14.9 8.65C14.61 8.36 14.61 7.88 14.9 7.59C15.19 7.3 15.67 7.3 15.96 7.59L17.53 9.16C17.82 9.46 17.82 9.93 17.53 10.22Z\" fill=\"\"/>\n</svg>\n</li><li title=\"refresh 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM12 18.25C10.21 18.25 8.81 17.36 7.86 16.48V17.19C7.86 17.6 7.52 17.94 7.11 17.94C6.7 17.94 6.36 17.6 6.36 17.19V14.44C6.36 14.03 6.7 13.69 7.11 13.69H9.59C10 13.69 10.34 14.03 10.34 14.44C10.34 14.85 10 15.19 9.59 15.19H8.69C9.43 15.93 10.58 16.75 12 16.75C14.62 16.75 16.75 14.62 16.75 12C16.75 11.59 17.09 11.25 17.5 11.25C17.91 11.25 18.25 11.59 18.25 12C18.25 15.45 15.45 18.25 12 18.25ZM18.25 9.54C18.25 9.57 18.25 9.6 18.25 9.62C18.24 9.73 18.21 9.83 18.16 9.92C18.11 10.01 18.04 10.09 17.95 10.16C17.88 10.21 17.8 10.25 17.71 10.28C17.64 10.3 17.57 10.31 17.5 10.31H15.07C14.66 10.31 14.32 9.97 14.32 9.56C14.32 9.15 14.66 8.81 15.07 8.81H15.9C15.1 8.07 13.81 7.25 12.02 7.25C9.4 7.25 7.27 9.38 7.27 12C7.27 12.41 6.93 12.75 6.52 12.75C6.11 12.75 5.75 12.41 5.75 12C5.75 8.55 8.55 5.75 12 5.75C14.15 5.75 15.73 6.68 16.75 7.57V6.81C16.75 6.4 17.09 6.06 17.5 6.06C17.91 6.06 18.25 6.4 18.25 6.81V9.54Z\" fill=\"\"/>\n</svg>\n</li><li title=\"refresh circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM6.6 11.23C6.77 10.04 7.3 8.97 8.13 8.13C10.13 6.14 13.28 6.03 15.42 7.77V6.82C15.42 6.41 15.76 6.07 16.17 6.07C16.58 6.07 16.92 6.41 16.92 6.82V9.49C16.92 9.9 16.58 10.24 16.17 10.24H13.5C13.09 10.24 12.75 9.9 12.75 9.49C12.75 9.08 13.09 8.74 13.5 8.74H14.25C12.7 7.66 10.56 7.81 9.18 9.19C8.58 9.79 8.2 10.57 8.07 11.44C8.02 11.81 7.7 12.08 7.33 12.08C7.29 12.08 7.26 12.08 7.22 12.07C6.83 12.02 6.54 11.64 6.6 11.23ZM15.87 15.87C14.8 16.94 13.4 17.47 12 17.47C10.78 17.47 9.57 17.04 8.57 16.23V17.17C8.57 17.58 8.23 17.92 7.82 17.92C7.41 17.92 7.07 17.58 7.07 17.17V14.5C7.07 14.09 7.41 13.75 7.82 13.75H10.49C10.9 13.75 11.24 14.09 11.24 14.5C11.24 14.91 10.9 15.25 10.49 15.25H9.74C11.29 16.33 13.43 16.18 14.81 14.8C15.41 14.2 15.79 13.42 15.92 12.55C15.98 12.14 16.35 11.85 16.77 11.91C17.18 11.97 17.46 12.35 17.41 12.76C17.23 13.97 16.7 15.04 15.87 15.87Z\" fill=\"\"/>\n</svg>\n</li><li title=\"refresh left square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM12 18.01C8.83 18.01 6.25 15.43 6.25 12.26C6.25 11.12 6.58 10.01 7.22 9.07C7.45 8.72 7.92 8.63 8.26 8.86C8.6 9.09 8.7 9.56 8.46 9.9C8 10.6 7.75 11.42 7.75 12.26C7.75 14.6 9.66 16.51 12 16.51C14.34 16.51 16.25 14.6 16.25 12.26C16.25 9.92 14.34 8.01 12 8.01C11.81 8.01 11.63 8.03 11.44 8.05L12 8.46C12.33 8.7 12.41 9.17 12.16 9.51C12.01 9.71 11.78 9.82 11.55 9.82C11.4 9.82 11.24 9.77 11.11 9.68L9.17 8.25C9.17 8.25 9.16 8.24 9.15 8.23C9.14 8.22 9.13 8.22 9.12 8.21C9.09 8.19 9.08 8.15 9.05 8.12C9.02 8.08 8.99 8.05 8.96 8C8.94 7.96 8.93 7.91 8.91 7.87C8.9 7.82 8.88 7.78 8.88 7.73C8.88 7.68 8.88 7.64 8.89 7.59C8.89 7.54 8.89 7.5 8.91 7.45C8.91 7.4 8.94 7.36 8.96 7.31C8.98 7.28 8.98 7.24 9.01 7.2C9.02 7.2 9.03 7.19 9.04 7.18C9.05 7.17 9.05 7.16 9.06 7.15L10.73 5.24C11 4.93 11.48 4.89 11.79 5.17C12.1 5.44 12.13 5.92 11.86 6.23L11.58 6.55C11.72 6.54 11.86 6.52 12.01 6.52C15.18 6.52 17.76 9.1 17.76 12.27C17.76 15.44 15.17 18.01 12 18.01Z\" fill=\"\"/>\n</svg>\n</li><li title=\"refresh right square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM12 18.01C8.83 18.01 6.25 15.43 6.25 12.26C6.25 9.09 8.83 6.51 12 6.51C12.14 6.51 12.29 6.53 12.43 6.54L12.15 6.22C11.88 5.91 11.91 5.43 12.22 5.16C12.53 4.89 13.01 4.92 13.28 5.23L14.95 7.14C14.96 7.15 14.96 7.16 14.97 7.17C14.98 7.18 14.99 7.18 14.99 7.19C15.01 7.22 15.02 7.26 15.04 7.3C15.06 7.35 15.09 7.39 15.1 7.44C15.11 7.49 15.11 7.53 15.12 7.58C15.12 7.63 15.13 7.67 15.13 7.72C15.13 7.77 15.11 7.81 15.09 7.86C15.07 7.91 15.06 7.96 15.04 8C15.02 8.04 14.98 8.08 14.95 8.12C14.92 8.15 14.91 8.19 14.88 8.21C14.87 8.22 14.86 8.22 14.85 8.23C14.84 8.24 14.84 8.25 14.83 8.25L12.89 9.67C12.76 9.77 12.6 9.81 12.45 9.81C12.22 9.81 11.99 9.7 11.84 9.5C11.6 9.17 11.67 8.7 12 8.45L12.56 8.04C12.37 8.03 12.19 8.01 12 8.01C9.66 8.01 7.75 9.92 7.75 12.26C7.75 14.6 9.66 16.51 12 16.51C14.34 16.51 16.25 14.6 16.25 12.26C16.25 11.41 16 10.6 15.54 9.9C15.31 9.56 15.4 9.09 15.75 8.86C16.09 8.63 16.56 8.72 16.79 9.07C17.42 10.02 17.76 11.12 17.76 12.26C17.75 15.44 15.17 18.01 12 18.01Z\" fill=\"\"/>\n</svg>\n</li><li title=\"refresh square 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM5.25 11.89C5.28 10.13 5.98 8.47 7.22 7.23C8.5 5.95 10.2 5.25 12 5.25C13.8 5.25 15.5 5.95 16.77 7.23C16.8 7.26 16.83 7.3 16.86 7.34V6.48C16.86 6.07 17.2 5.73 17.61 5.73C18.02 5.73 18.36 6.07 18.36 6.48V9.13C18.36 9.54 18.02 9.88 17.61 9.88H14.96C14.55 9.88 14.21 9.54 14.21 9.13C14.21 8.72 14.55 8.38 14.96 8.38H15.79C15.76 8.35 15.74 8.32 15.71 8.29C14.72 7.3 13.4 6.75 12 6.75C10.6 6.75 9.28 7.3 8.29 8.29C7.32 9.26 6.78 10.55 6.76 11.92C6.75 12.32 6.41 12.65 6 12.65H5.99C5.58 12.65 5.25 12.3 5.25 11.89ZM16.77 16.77C15.5 18.04 13.8 18.75 12 18.75C10.2 18.75 8.5 18.05 7.23 16.77C7.2 16.74 7.17 16.7 7.14 16.66V17.51C7.14 17.92 6.8 18.26 6.39 18.26C5.98 18.26 5.64 17.92 5.64 17.51V14.86C5.64 14.45 5.98 14.11 6.39 14.11H9.04C9.45 14.11 9.79 14.45 9.79 14.86C9.79 15.27 9.45 15.61 9.04 15.61H8.21C8.24 15.64 8.26 15.67 8.29 15.7C9.28 16.69 10.6 17.24 12 17.24C13.4 17.24 14.72 16.69 15.71 15.7C16.69 14.72 17.24 13.41 17.24 12.01C17.24 11.6 17.58 11.26 17.99 11.26C18.4 11.26 18.74 11.6 18.74 12.01C18.74 13.82 18.04 15.51 16.77 16.77Z\" fill=\"\"/>\n</svg>\n</li><li title=\"refresh \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.55 22.42C14.22 22.42 13.91 22.2 13.82 21.86C13.72 21.46 13.95 21.05 14.35 20.94C18.41 19.87 21.24 16.19 21.24 11.99C21.24 6.89 17.09 2.74 11.99 2.74C7.66 2.74 4.82 5.27 3.49 6.8H6.43C6.84 6.8 7.18 7.14 7.18 7.55C7.18 7.96 6.86 8.31 6.44 8.31H2.01C1.94 8.31 1.87 8.3 1.8 8.28C1.71 8.25 1.63 8.21 1.56 8.16C1.47 8.1 1.4 8.02 1.35 7.93C1.3 7.83 1.26 7.73 1.25 7.62C1.25 7.59 1.25 7.57 1.25 7.54V3C1.25 2.59 1.59 2.25 2 2.25C2.41 2.25 2.75 2.59 2.75 3V5.39C4.38 3.64 7.45 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 16.88 19.46 21.16 14.74 22.4C14.68 22.41 14.61 22.42 14.55 22.42Z\" fill=\"\"/>\n<path d=\"M11.29 22.73C11.27 22.73 11.24 22.73 11.22 22.72C10.15 22.65 9.1 22.41 8.1 22.02C7.81 21.91 7.62 21.62 7.62 21.31C7.62 21.22 7.64 21.13 7.67 21.05C7.82 20.67 8.26 20.47 8.64 20.62C9.5 20.96 10.41 21.16 11.33 21.23H11.34C11.74 21.25 12.04 21.59 12.04 21.99C12.04 22 12.04 22.02 12.04 22.03C12.01 22.42 11.68 22.73 11.29 22.73ZM5.78 20.58C5.61 20.58 5.45 20.53 5.31 20.42C4.47 19.75 3.74 18.96 3.13 18.07C3.04 17.94 2.99 17.8 2.99 17.65C2.99 17.4 3.11 17.17 3.32 17.03C3.65 16.8 4.14 16.89 4.36 17.22C4.89 17.99 5.52 18.67 6.25 19.24C6.42 19.38 6.53 19.59 6.53 19.82C6.53 19.99 6.48 20.16 6.37 20.3C6.23 20.48 6.01 20.58 5.78 20.58ZM2.44 15.7C2.11 15.7 1.82 15.49 1.73 15.18C1.41 14.15 1.25 13.08 1.25 12C1.25 11.59 1.59 11.25 2 11.25C2.41 11.25 2.75 11.59 2.75 12C2.75 12.93 2.89 13.85 3.16 14.73C3.18 14.8 3.19 14.88 3.19 14.96C3.19 15.29 2.98 15.57 2.67 15.67C2.59 15.69 2.52 15.7 2.44 15.7Z\" fill=\"\"/>\n<path d=\"M12 16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16Z\" fill=\"\"/>\n</svg>\n</li><li title=\"repeat circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM17.19 15.94C17.15 16.03 17.1 16.11 17.03 16.18L15.34 17.87C15.19 18.02 15 18.09 14.81 18.09C14.62 18.09 14.43 18.02 14.28 17.87C13.99 17.58 13.99 17.1 14.28 16.81L14.69 16.4H9.1C7.8 16.4 6.75 15.34 6.75 14.05V12.28C6.75 11.87 7.09 11.53 7.5 11.53C7.91 11.53 8.25 11.87 8.25 12.28V14.05C8.25 14.52 8.63 14.9 9.1 14.9H14.69L14.28 14.49C13.99 14.2 13.99 13.72 14.28 13.43C14.57 13.14 15.05 13.14 15.34 13.43L17.03 15.12C17.1 15.19 17.15 15.27 17.19 15.36C17.27 15.55 17.27 15.76 17.19 15.94ZM17.25 11.72C17.25 12.13 16.91 12.47 16.5 12.47C16.09 12.47 15.75 12.13 15.75 11.72V9.95C15.75 9.48 15.37 9.1 14.9 9.1H9.31L9.72 9.5C10.01 9.79 10.01 10.27 9.72 10.56C9.57 10.71 9.38 10.78 9.19 10.78C9 10.78 8.81 10.71 8.66 10.56L6.97 8.87C6.9 8.8 6.85 8.72 6.81 8.63C6.73 8.45 6.73 8.24 6.81 8.06C6.85 7.97 6.9 7.88 6.97 7.81L8.66 6.12C8.95 5.83 9.43 5.83 9.72 6.12C10.01 6.41 10.01 6.89 9.72 7.18L9.31 7.59H14.9C16.2 7.59 17.25 8.65 17.25 9.94V11.72Z\" fill=\"\"/>\n</svg>\n</li><li title=\"repeat \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.4181 4.41141H5.38812L7.26813 2.53141C7.55813 2.24141 7.55813 1.76141 7.26813 1.47141C6.97813 1.18141 6.49813 1.18141 6.20813 1.47141L3.04813 4.63141C2.97813 4.70141 2.92813 4.78141 2.88813 4.87141C2.84813 4.96141 2.82812 5.06141 2.82812 5.16141C2.82812 5.26141 2.84813 5.36141 2.88813 5.45141C2.92813 5.54141 2.97813 5.62141 3.04813 5.69141L6.20813 8.85141C6.35813 9.00141 6.54812 9.07141 6.73812 9.07141C6.92812 9.07141 7.11812 9.00141 7.26813 8.85141C7.55813 8.56141 7.55813 8.08141 7.26813 7.79141L5.38812 5.91141H17.4181C18.6581 5.91141 19.6681 6.92141 19.6681 8.16141V11.4814C19.6681 11.8914 20.0081 12.2314 20.4181 12.2314C20.8281 12.2314 21.1681 11.8914 21.1681 11.4814V8.16141C21.1681 6.09141 19.4881 4.41141 17.4181 4.41141Z\" fill=\"\"/>\n<path d=\"M21.1681 18.8395C21.1681 18.7395 21.1481 18.6395 21.1081 18.5495C21.0681 18.4595 21.0181 18.3795 20.9481 18.3095L17.7881 15.1495C17.4981 14.8595 17.0181 14.8595 16.7281 15.1495C16.4381 15.4395 16.4381 15.9195 16.7281 16.2095L18.6081 18.0895H6.57812C5.33812 18.0895 4.32812 17.0795 4.32812 15.8395V12.5195C4.32812 12.1095 3.98812 11.7695 3.57812 11.7695C3.16813 11.7695 2.82812 12.1095 2.82812 12.5195V15.8395C2.82812 17.9095 4.50813 19.5895 6.57812 19.5895H18.6081L16.7281 21.4695C16.4381 21.7595 16.4381 22.2395 16.7281 22.5295C16.8781 22.6795 17.0681 22.7495 17.2581 22.7495C17.4481 22.7495 17.6381 22.6795 17.7881 22.5295L20.9481 19.3695C21.0181 19.2995 21.0681 19.2195 21.1081 19.1295C21.1481 19.0395 21.1681 18.9395 21.1681 18.8395Z\" fill=\"\"/>\n</svg>\n</li><li title=\"repeate music \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.91 17.1814C3.72 17.1814 3.53 17.1114 3.38 16.9614C2.01 15.5814 1.25 13.7614 1.25 11.8314C1.25 7.82139 4.5 4.56139 8.5 4.56139L14.57 4.58139L13.48 3.54139C13.18 3.25139 13.17 2.78139 13.46 2.48139C13.75 2.18139 14.22 2.17139 14.52 2.46139L16.96 4.80139C17.18 5.01139 17.25 5.34139 17.14 5.62139C17.03 5.90139 16.75 6.09139 16.44 6.09139L8.5 6.07139C5.33 6.07139 2.75 8.66139 2.75 11.8414C2.75 13.3714 3.35 14.8214 4.44 15.9114C4.73 16.2014 4.73 16.6814 4.44 16.9714C4.29 17.1114 4.1 17.1814 3.91 17.1814Z\" fill=\"\"/>\n<path d=\"M9.9999 21.75C9.8099 21.75 9.6299 21.68 9.4799 21.54L7.0399 19.2C6.8199 18.99 6.7499 18.66 6.8599 18.38C6.9699 18.1 7.2499 17.91 7.5599 17.91L15.5099 17.93C18.6799 17.93 21.2599 15.34 21.2599 12.16C21.2599 10.63 20.6599 9.18 19.5699 8.09C19.2799 7.8 19.2799 7.32 19.5699 7.03C19.8599 6.74 20.3399 6.74 20.6299 7.03C21.9999 8.41 22.7599 10.23 22.7599 12.16C22.7599 16.17 19.5099 19.43 15.5099 19.43L9.4399 19.41L10.5299 20.45C10.8299 20.74 10.8399 21.21 10.5499 21.51C10.3899 21.67 10.1999 21.75 9.9999 21.75Z\" fill=\"\"/>\n<path d=\"M9 15.5H15C16.92 15.5 18.5 13.93 18.5 12C18.5 10.08 16.93 8.5 15 8.5H9C7.08 8.5 5.5 10.07 5.5 12C5.5 13.93 7.07 15.5 9 15.5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"repeate one \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.91 17.1814C3.72 17.1814 3.53 17.1114 3.38 16.9614C2.01 15.5814 1.25 13.7614 1.25 11.8314C1.25 7.82139 4.5 4.56139 8.5 4.56139L14.57 4.58139L13.48 3.54139C13.18 3.25139 13.17 2.78139 13.46 2.48139C13.75 2.18139 14.22 2.17139 14.52 2.46139L16.96 4.80139C17.18 5.01139 17.25 5.34139 17.14 5.62139C17.03 5.90139 16.75 6.09139 16.44 6.09139L8.5 6.07139C5.33 6.07139 2.75 8.66139 2.75 11.8414C2.75 13.3714 3.35 14.8214 4.44 15.9114C4.73 16.2014 4.73 16.6814 4.44 16.9714C4.29 17.1114 4.1 17.1814 3.91 17.1814Z\" fill=\"\"/>\n<path d=\"M9.9999 21.75C9.8099 21.75 9.6299 21.68 9.4799 21.54L7.0399 19.2C6.8199 18.99 6.7499 18.66 6.8599 18.38C6.9799 18.1 7.2599 17.95 7.5599 17.91L15.5099 17.93C18.6799 17.93 21.2599 15.34 21.2599 12.16C21.2599 10.63 20.6599 9.18 19.5699 8.09C19.2799 7.8 19.2799 7.32 19.5699 7.03C19.8599 6.74 20.3399 6.74 20.6299 7.03C21.9999 8.41 22.7599 10.23 22.7599 12.16C22.7599 16.17 19.5099 19.43 15.5099 19.43L9.4399 19.41L10.5299 20.45C10.8299 20.74 10.8399 21.21 10.5499 21.51C10.3899 21.67 10.1999 21.75 9.9999 21.75Z\" fill=\"\"/>\n<path d=\"M12.2485 15.4191C11.8385 15.4191 11.4985 15.0791 11.4985 14.6691V11.2791L11.3085 11.4891C11.0285 11.7991 10.5585 11.8191 10.2485 11.5491C9.93853 11.2791 9.91853 10.7991 10.1885 10.4891L11.6885 8.81909C11.8985 8.58909 12.2285 8.50909 12.5185 8.61909C12.8085 8.73909 12.9985 9.00909 12.9985 9.32909V14.6791C12.9985 15.0891 12.6585 15.4191 12.2485 15.4191Z\" fill=\"\"/>\n</svg>\n</li><li title=\"reserve \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.9707 18V19C21.9707 20.65 21.9707 22 18.9707 22H4.9707C1.9707 22 1.9707 20.65 1.9707 19V18C1.9707 17.45 2.4207 17 2.9707 17H20.9707C21.5207 17 21.9707 17.45 21.9707 18Z\" fill=\"\"/>\n<path d=\"M14.4095 5.17977C14.4595 4.97977 14.4895 4.78977 14.4995 4.57977C14.5295 3.41977 13.8195 2.39977 12.6995 2.09977C11.0195 1.63977 9.49953 2.89977 9.49953 4.49977C9.49953 4.73977 9.52953 4.95977 9.58953 5.17977C5.97953 5.94977 3.26953 9.15977 3.26953 12.9998V14.4998C3.26953 15.0498 3.71953 15.4998 4.26953 15.4998H19.7195C20.2695 15.4998 20.7195 15.0498 20.7195 14.4998V12.9998C20.7195 9.15977 18.0195 5.95977 14.4095 5.17977ZM14.9995 11.7498H8.99953C8.58953 11.7498 8.24953 11.4098 8.24953 10.9998C8.24953 10.5898 8.58953 10.2498 8.99953 10.2498H14.9995C15.4095 10.2498 15.7495 10.5898 15.7495 10.9998C15.7495 11.4098 15.4095 11.7498 14.9995 11.7498Z\" fill=\"\"/>\n</svg>\n</li><li title=\"rotate left 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.25 22H11.75C15.5 22 17 20.5 17 16.75V12.25C17 8.5 15.5 7 11.75 7H7.25C3.5 7 2 8.5 2 12.25V16.75C2 20.5 3.5 22 7.25 22Z\" fill=\"\"/>\n<path d=\"M21.2504 10.5C20.8404 10.5 20.5004 10.16 20.5004 9.75C20.5004 6.79 18.4404 4.31 15.6704 3.66L15.9404 4.11C16.1504 4.47 16.0404 4.93 15.6804 5.14C15.3204 5.35 14.8604 5.24 14.6504 4.88L13.6004 3.13C13.4604 2.9 13.4604 2.61 13.5904 2.38C13.7304 2.15 13.9804 2 14.2504 2C18.5204 2 22.0004 5.48 22.0004 9.75C22.0004 10.16 21.6604 10.5 21.2504 10.5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"rotate left \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM12 18.58C8.83 18.58 6.25 16 6.25 12.83C6.25 11.69 6.58 10.58 7.22 9.64C7.45 9.3 7.92 9.2 8.26 9.43C8.6 9.66 8.7 10.13 8.47 10.47C8 11.17 7.76 11.99 7.76 12.83C7.76 15.17 9.67 17.08 12.01 17.08C14.35 17.08 16.26 15.17 16.26 12.83C16.26 10.59 14.52 8.75 12.32 8.59L12.73 8.89C13.06 9.13 13.14 9.6 12.89 9.94C12.65 10.27 12.18 10.35 11.84 10.1L9.9 8.69C9.83 8.64 9.77 8.58 9.72 8.51C9.71 8.5 9.7 8.49 9.69 8.47C9.65 8.4 9.62 8.32 9.6 8.24C9.58 8.14 9.58 8.05 9.59 7.95C9.6 7.91 9.61 7.87 9.62 7.83C9.64 7.76 9.68 7.7 9.72 7.63C9.74 7.62 9.76 7.6 9.78 7.58L11.44 5.68C11.71 5.37 12.19 5.34 12.5 5.61C12.81 5.88 12.84 6.36 12.57 6.67L12.2 7.1C15.28 7.2 17.76 9.74 17.76 12.85C17.75 16 15.17 18.58 12 18.58Z\" fill=\"\"/>\n</svg>\n</li><li title=\"rotate right 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.75 22H12.25C8.5 22 7 20.5 7 16.75V12.25C7 8.5 8.5 7 12.25 7H16.75C20.5 7 22 8.5 22 12.25V16.75C22 20.5 20.5 22 16.75 22Z\" fill=\"\"/>\n<path d=\"M2.75 10.5C3.16 10.5 3.5 10.16 3.5 9.75C3.5 6.79 5.56 4.31 8.33 3.66L8.06 4.11C7.85 4.47 7.96 4.93 8.32 5.14C8.68 5.35 9.14 5.24 9.35 4.88L10.4 3.13C10.54 2.9 10.54 2.61 10.41 2.38C10.27 2.15 10.02 2 9.75 2C5.48 2 2 5.48 2 9.75C2 10.16 2.34 10.5 2.75 10.5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"rotate right \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM12 18.58C8.83 18.58 6.25 16 6.25 12.83C6.25 9.72 8.73 7.19 11.81 7.08L11.44 6.65C11.17 6.34 11.2 5.86 11.51 5.59C11.82 5.32 12.3 5.35 12.57 5.66L14.23 7.56C14.25 7.58 14.26 7.6 14.28 7.62C14.32 7.68 14.36 7.75 14.38 7.82C14.39 7.86 14.4 7.9 14.41 7.94C14.43 8.03 14.42 8.13 14.4 8.22C14.38 8.3 14.35 8.38 14.31 8.46C14.3 8.48 14.28 8.5 14.27 8.52C14.23 8.58 14.17 8.63 14.11 8.67C14.11 8.67 14.1 8.67 14.1 8.68L12.16 10.1C11.82 10.34 11.36 10.27 11.11 9.94C10.87 9.61 10.94 9.14 11.27 8.89L11.68 8.59C9.48 8.75 7.74 10.59 7.74 12.83C7.74 15.17 9.65 17.08 11.99 17.08C14.33 17.08 16.24 15.17 16.24 12.83C16.24 11.99 15.99 11.17 15.53 10.47C15.3 10.13 15.39 9.66 15.74 9.43C16.09 9.2 16.55 9.29 16.78 9.64C17.41 10.59 17.75 11.69 17.75 12.83C17.75 16 15.17 18.58 12 18.58Z\" fill=\"\"/>\n</svg>\n</li><li title=\"route square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM17.35 9.05L15.01 16.59C14.45 18.38 11.94 18.41 11.35 16.63L10.65 14.56C10.46 13.99 10.01 13.53 9.44 13.35L7.36 12.65C5.6 12.06 5.62 9.53 7.41 8.99L14.95 6.64C16.43 6.19 17.82 7.58 17.35 9.05Z\" fill=\"\"/>\n</svg>\n</li><li title=\"routing 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9975 19.75H9.3175C8.1575 19.75 7.1475 19.05 6.7475 17.97C6.3375 16.89 6.6375 15.7 7.5075 14.93L15.4975 7.94C15.9775 7.52 15.9875 6.95 15.8475 6.56C15.6975 6.17 15.3175 5.75 14.6775 5.75H11.9975C11.5875 5.75 11.2475 5.41 11.2475 5C11.2475 4.59 11.5875 4.25 11.9975 4.25H14.6775C15.8375 4.25 16.8475 4.95 17.2475 6.03C17.6575 7.11 17.3575 8.3 16.4875 9.07L8.4975 16.06C8.0175 16.48 8.0075 17.05 8.1475 17.44C8.2975 17.83 8.6775 18.25 9.3175 18.25H11.9975C12.4075 18.25 12.7475 18.59 12.7475 19C12.7475 19.41 12.4075 19.75 11.9975 19.75Z\" fill=\"\"/>\n<path d=\"M20 15H17C15.9 15 15 15.9 15 17V20C15 21.1 15.9 22 17 22H20C21.1 22 22 21.1 22 20V17C22 15.9 21.1 15 20 15ZM18.51 19.5C17.96 19.5 17.51 19.05 17.51 18.5C17.51 17.95 17.95 17.5 18.51 17.5H18.52C19.07 17.5 19.52 17.95 19.52 18.5C19.52 19.05 19.07 19.5 18.51 19.5Z\" fill=\"\"/>\n<path d=\"M5.46875 2C3.53875 2 1.96875 3.57 1.96875 5.5C1.96875 7.43 3.53875 9 5.46875 9C7.39875 9 8.96875 7.43 8.96875 5.5C8.96875 3.57 7.40875 2 5.46875 2ZM5.50875 6.5C4.95875 6.5 4.50875 6.05 4.50875 5.5C4.50875 4.95 4.94875 4.5 5.50875 4.5H5.51875C6.06875 4.5 6.51875 4.95 6.51875 5.5C6.51875 6.05 6.06875 6.5 5.50875 6.5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"routing \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.88003 4.59875C8.08003 1.13875 2.87002 1.12875 2.07002 4.59875C1.60002 6.62875 2.89003 8.34875 4.01003 9.41875C4.83003 10.1888 6.12003 10.1888 6.94003 9.41875C8.06003 8.34875 9.34003 6.62875 8.88003 4.59875ZM5.51003 6.19875C4.96003 6.19875 4.51003 5.74875 4.51003 5.19875C4.51003 4.64875 4.95003 4.19875 5.50003 4.19875H5.51003C6.07003 4.19875 6.51003 4.64875 6.51003 5.19875C6.51003 5.74875 6.07003 6.19875 5.51003 6.19875Z\" fill=\"\"/>\n<path d=\"M21.91 16.5988C21.11 13.1388 15.88 13.1288 15.07 16.5988C14.6 18.6288 15.89 20.3488 17.02 21.4188C17.84 22.1888 19.14 22.1888 19.96 21.4188C21.09 20.3488 22.38 18.6288 21.91 16.5988ZM18.53 18.1988C17.98 18.1988 17.53 17.7488 17.53 17.1988C17.53 16.6488 17.97 16.1988 18.52 16.1988H18.53C19.08 16.1988 19.53 16.6488 19.53 17.1988C19.53 17.7488 19.08 18.1988 18.53 18.1988Z\" fill=\"\"/>\n<path d=\"M11.9995 19.75H9.31945C8.15945 19.75 7.14945 19.05 6.74945 17.97C6.33945 16.89 6.63945 15.7 7.50945 14.93L15.4995 7.94C15.9795 7.52 15.9895 6.95 15.8495 6.56C15.6995 6.17 15.3195 5.75 14.6795 5.75H11.9995C11.5895 5.75 11.2495 5.41 11.2495 5C11.2495 4.59 11.5895 4.25 11.9995 4.25H14.6795C15.8395 4.25 16.8495 4.95 17.2495 6.03C17.6595 7.11 17.3595 8.3 16.4895 9.07L8.49945 16.06C8.01945 16.48 8.00945 17.05 8.14945 17.44C8.29945 17.83 8.67945 18.25 9.31945 18.25H11.9995C12.4095 18.25 12.7495 18.59 12.7495 19C12.7495 19.41 12.4095 19.75 11.9995 19.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"row horizontal \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.5 4.1V19.9C13.5 21.4 14.14 22 15.73 22H19.77C21.36 22 22 21.4 22 19.9V4.1C22 2.6 21.36 2 19.77 2H15.73C14.14 2 13.5 2.6 13.5 4.1Z\" fill=\"\"/>\n<path d=\"M2 4.1V19.9C2 21.4 2.64 22 4.23 22H8.27C9.86 22 10.5 21.4 10.5 19.9V4.1C10.5 2.6 9.86 2 8.27 2H4.23C2.64 2 2 2.6 2 4.1Z\" fill=\"\"/>\n</svg>\n</li><li title=\"row vertical \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.9 13.5H4.1C2.6 13.5 2 14.14 2 15.73V19.77C2 21.36 2.6 22 4.1 22H19.9C21.4 22 22 21.36 22 19.77V15.73C22 14.14 21.4 13.5 19.9 13.5Z\" fill=\"\"/>\n<path d=\"M19.9 2H4.1C2.6 2 2 2.64 2 4.23V8.27C2 9.86 2.6 10.5 4.1 10.5H19.9C21.4 10.5 22 9.86 22 8.27V4.23C22 2.64 21.4 2 19.9 2Z\" fill=\"\"/>\n</svg>\n</li><li title=\"ruler&pen \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.4707 2H14.4707C12.9779 2 11.7439 3.28581 11.5105 4.75204C11.467 5.02475 11.6946 5.25 11.9707 5.25H16.4707C16.8807 5.25 17.2207 5.59 17.2207 6C17.2207 6.41 16.8807 6.75 16.4707 6.75H11.9707C11.6946 6.75 11.4707 6.97386 11.4707 7.25V8.75C11.4707 9.02614 11.6946 9.25 11.9707 9.25H14.2807C14.6907 9.25 15.0307 9.59 15.0307 10C15.0307 10.41 14.6907 10.75 14.2807 10.75H11.9707C11.6946 10.75 11.4707 10.9739 11.4707 11.25V12.705C11.4707 12.9792 11.6915 13.2022 11.9657 13.2049L16.4707 13.25C16.8907 13.25 17.2207 13.59 17.2207 14.01C17.2107 14.42 16.8807 14.75 16.4707 14.75C16.4607 14.75 16.4607 14.75 16.4607 14.75L11.9757 14.7051C11.6976 14.7023 11.4707 14.9269 11.4707 15.205V16.75C11.4707 17.0261 11.6946 17.25 11.9707 17.25H15.3707C15.7907 17.25 16.1207 17.59 16.1207 18C16.1207 18.41 15.7907 18.75 15.3707 18.75H11.9707C11.6946 18.75 11.467 18.9753 11.5105 19.248C11.7439 20.7142 12.9779 22 14.4707 22H18.4707C20.1207 22 21.4707 20.66 21.4707 19V5C21.4707 3.34 20.1207 2 18.4707 2Z\" fill=\"\"/>\n<path d=\"M8.4393 4.95V5.75C8.4393 6.02614 8.21544 6.25 7.9393 6.25H3.0293C2.75315 6.25 2.5293 6.02614 2.5293 5.75V4.95C2.5293 3.33 3.8593 2 5.4893 2C7.1093 2 8.4393 3.33 8.4393 4.95Z\" fill=\"\"/>\n<path d=\"M2.5293 17.91C2.5293 18.36 2.7193 19.05 2.9593 19.43L3.7693 20.79C4.7193 22.37 6.2593 22.37 7.1993 20.79L8.0193 19.43C8.2493 19.05 8.4393 18.36 8.4393 17.91V8.25C8.4393 7.97386 8.21544 7.75 7.9393 7.75H3.0293C2.75315 7.75 2.5293 7.97386 2.5293 8.25V17.91Z\" fill=\"\"/>\n</svg>\n</li><li title=\"ruler \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 7C18.86 7 18.75 7.11 18.75 7.25V12C18.75 12.41 18.41 12.75 18 12.75C17.59 12.75 17.25 12.41 17.25 12V7.25C17.25 7.11 17.14 7 17 7H15C14.86 7 14.75 7.11 14.75 7.25V9.6C14.75 10.01 14.41 10.35 14 10.35C13.59 10.35 13.25 10.01 13.25 9.6V7.25C13.25 7.11 13.14 7 13 7H11.04C10.9 7 10.79 7.11 10.79 7.25L10.75 12.01C10.75 12.42 10.41 12.75 10 12.75C10 12.75 10 12.75 9.99 12.75C9.58 12.75 9.25 12.41 9.25 11.99L9.29 7.25C9.29 7.11 9.18 7 9.04 7H7C6.86 7 6.75 7.11 6.75 7.25V10.8C6.75 11.21 6.41 11.55 6 11.55C5.59 11.55 5.25 11.21 5.25 10.8V7.25C5.25 7.11 5.14 7 5 7C3.34 7 2 8.34 2 10V14C2 15.66 3.34 17 5 17H19C20.66 17 22 15.66 22 14V10C22 8.34 20.66 7 19 7Z\" fill=\"\"/>\n</svg>\n</li><li title=\"safe home \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22.9998 15.3714V17.5614C22.9998 20.0014 21.2198 22.3014 18.7998 22.9714C18.6298 23.0114 18.4498 23.0114 18.2898 22.9714C17.1098 22.6514 16.0698 21.9314 15.3398 21.0014C14.5498 20.0214 14.0898 18.8114 14.0898 17.5614V15.3714C14.0898 14.9514 14.3998 14.4914 14.7798 14.3314L17.5598 13.1914C18.1898 12.9414 18.8898 12.9414 19.5198 13.1914L20.5198 13.6014L22.3098 14.3314C22.6898 14.4914 22.9998 14.9514 22.9998 15.3714Z\" fill=\"\"/>\n<path d=\"M20.9493 11.0113L20.7693 12.0813L20.0693 11.8013C19.0793 11.4013 17.9993 11.4013 16.9893 11.8013L14.1993 12.9513C13.2493 13.3513 12.5893 14.3413 12.5893 15.3713V17.5613C12.5893 18.7513 12.9193 19.9413 13.5293 21.0013H6.1793C4.8093 21.0013 3.5193 19.9113 3.2893 18.5613L2.0293 11.0113C1.8693 10.0813 2.3393 8.83126 3.0793 8.24126L9.6593 2.98126C10.6693 2.17126 12.3093 2.17126 13.3193 2.99126L19.8993 8.24126C20.6293 8.83126 21.1093 10.0813 20.9493 11.0113Z\" fill=\"\"/>\n</svg>\n</li><li title=\"sagittarius \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.6895 2.71C21.6095 2.53 21.4695 2.38 21.2795 2.3C21.1895 2.27 21.0995 2.25 20.9995 2.25H11.9995C11.5895 2.25 11.2495 2.59 11.2495 3C11.2495 3.41 11.5895 3.75 11.9995 3.75H19.1895L2.46945 20.47C2.17945 20.76 2.17945 21.24 2.46945 21.53C2.61945 21.68 2.80945 21.75 2.99945 21.75C3.18945 21.75 3.37945 21.68 3.52945 21.53L20.2495 4.81V12C20.2495 12.41 20.5895 12.75 20.9995 12.75C21.4095 12.75 21.7495 12.41 21.7495 12V3C21.7495 2.9 21.7295 2.81 21.6895 2.71Z\" fill=\"\"/>\n<path d=\"M17.3991 18.1491C17.2091 18.1491 17.0191 18.0791 16.8691 17.9291L6.06906 7.12906C5.77906 6.83906 5.77906 6.35906 6.06906 6.06906C6.35906 5.77906 6.83906 5.77906 7.12906 6.06906L17.9291 16.8691C18.2191 17.1591 18.2191 17.6391 17.9291 17.9291C17.7791 18.0791 17.5891 18.1491 17.3991 18.1491Z\" fill=\"\"/>\n</svg>\n</li><li title=\"save 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.89 5.87891H5.11C3.4 5.87891 2 7.27891 2 8.98891V20.3489C2 21.7989 3.04 22.4189 4.31 21.7089L8.24 19.5189C8.66 19.2889 9.34 19.2889 9.75 19.5189L13.68 21.7089C14.96 22.4089 16 21.7989 16 20.3489V8.98891C16 7.27891 14.6 5.87891 12.89 5.87891Z\" fill=\"\"/>\n<path d=\"M21.9998 5.11V16.47C21.9998 17.92 20.9598 18.53 19.6898 17.83L17.7598 16.75C17.5998 16.66 17.4998 16.49 17.4998 16.31V8.99C17.4998 6.45 15.4298 4.38 12.8898 4.38H8.81984C8.44984 4.38 8.18984 3.99 8.35984 3.67C8.87984 2.68 9.91984 2 11.1098 2H18.8898C20.5998 2 21.9998 3.4 21.9998 5.11Z\" fill=\"\"/>\n</svg>\n</li><li title=\"save add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.9998 5.11V16.47C21.9998 17.92 20.9598 18.53 19.6898 17.83L17.7598 16.75C17.5998 16.66 17.4998 16.49 17.4998 16.31V8.99C17.4998 6.45 15.4298 4.38 12.8898 4.38H8.81984C8.44984 4.38 8.18984 3.99 8.35984 3.67C8.87984 2.68 9.91984 2 11.1098 2H18.8898C20.5998 2 21.9998 3.4 21.9998 5.11Z\" fill=\"\"/>\n<path d=\"M12.89 5.87891H5.11C3.4 5.87891 2 7.27891 2 8.98891V20.3489C2 21.7989 3.04 22.4089 4.31 21.7089L8.24 19.5189C8.66 19.2889 9.34 19.2889 9.76 19.5189L13.69 21.7089C14.96 22.4089 16 21.7989 16 20.3489V8.98891C16 7.27891 14.6 5.87891 12.89 5.87891ZM11 12.7489H9.75V13.9989C9.75 14.4089 9.41 14.7489 9 14.7489C8.59 14.7489 8.25 14.4089 8.25 13.9989V12.7489H7C6.59 12.7489 6.25 12.4089 6.25 11.9989C6.25 11.5889 6.59 11.2489 7 11.2489H8.25V9.99891C8.25 9.58891 8.59 9.24891 9 9.24891C9.41 9.24891 9.75 9.58891 9.75 9.99891V11.2489H11C11.41 11.2489 11.75 11.5889 11.75 11.9989C11.75 12.4089 11.41 12.7489 11 12.7489Z\" fill=\"\"/>\n</svg>\n</li><li title=\"save minus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.9998 5.11V16.47C21.9998 17.92 20.9598 18.53 19.6898 17.83L17.7598 16.75C17.5998 16.66 17.4998 16.49 17.4998 16.31V8.99C17.4998 6.45 15.4298 4.38 12.8898 4.38H8.81984C8.44984 4.38 8.18984 3.99 8.35984 3.67C8.87984 2.68 9.91984 2 11.1098 2H18.8898C20.5998 2 21.9998 3.4 21.9998 5.11Z\" fill=\"\"/>\n<path d=\"M12.89 5.87891H5.11C3.4 5.87891 2 7.27891 2 8.98891V20.3489C2 21.7989 3.04 22.4089 4.31 21.7089L8.24 19.5189C8.66 19.2889 9.34 19.2889 9.76 19.5189L13.69 21.7089C14.96 22.4089 16 21.7989 16 20.3489V8.98891C16 7.27891 14.6 5.87891 12.89 5.87891ZM11 12.7489H7C6.59 12.7489 6.25 12.4089 6.25 11.9989C6.25 11.5889 6.59 11.2489 7 11.2489H11C11.41 11.2489 11.75 11.5889 11.75 11.9989C11.75 12.4089 11.41 12.7489 11 12.7489Z\" fill=\"\"/>\n</svg>\n</li><li title=\"save remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.9998 5.11V16.47C21.9998 17.92 20.9598 18.53 19.6898 17.83L17.7598 16.75C17.5998 16.66 17.4998 16.49 17.4998 16.31V8.99C17.4998 6.45 15.4298 4.38 12.8898 4.38H8.81984C8.44984 4.38 8.18984 3.99 8.35984 3.67C8.87984 2.68 9.91984 2 11.1098 2H18.8898C20.5998 2 21.9998 3.4 21.9998 5.11Z\" fill=\"\"/>\n<path d=\"M12.89 5.87891H5.11C3.4 5.87891 2 7.27891 2 8.98891V20.3489C2 21.7989 3.04 22.4089 4.31 21.7089L8.24 19.5189C8.66 19.2889 9.34 19.2889 9.76 19.5189L13.69 21.7089C14.96 22.4089 16 21.7989 16 20.3489V8.98891C16 7.27891 14.6 5.87891 12.89 5.87891ZM10.94 12.8789C11.23 13.1689 11.23 13.6489 10.94 13.9389C10.79 14.0889 10.6 14.1589 10.41 14.1589C10.22 14.1589 10.03 14.0889 9.88 13.9389L9 13.0589L8.12 13.9389C7.97 14.0889 7.78 14.1589 7.59 14.1589C7.4 14.1589 7.21 14.0889 7.06 13.9389C6.77 13.6489 6.77 13.1689 7.06 12.8789L7.94 11.9989L7.06 11.1189C6.77 10.8289 6.77 10.3489 7.06 10.0589C7.35 9.76891 7.83 9.76891 8.12 10.0589L9 10.9389L9.88 10.0589C10.17 9.76891 10.65 9.76891 10.94 10.0589C11.23 10.3489 11.23 10.8289 10.94 11.1189L10.06 11.9989L10.94 12.8789Z\" fill=\"\"/>\n</svg>\n</li><li title=\"scan barcode \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 9.75C1.59 9.75 1.25 9.41 1.25 9V6.5C1.25 3.6 3.61 1.25 6.5 1.25H9C9.41 1.25 9.75 1.59 9.75 2C9.75 2.41 9.41 2.75 9 2.75H6.5C4.43 2.75 2.75 4.43 2.75 6.5V9C2.75 9.41 2.41 9.75 2 9.75Z\" fill=\"\"/>\n<path d=\"M22 9.75C21.59 9.75 21.25 9.41 21.25 9V6.5C21.25 4.43 19.57 2.75 17.5 2.75H15C14.59 2.75 14.25 2.41 14.25 2C14.25 1.59 14.59 1.25 15 1.25H17.5C20.39 1.25 22.75 3.6 22.75 6.5V9C22.75 9.41 22.41 9.75 22 9.75Z\" fill=\"\"/>\n<path d=\"M17.5 22.75H16C15.59 22.75 15.25 22.41 15.25 22C15.25 21.59 15.59 21.25 16 21.25H17.5C19.57 21.25 21.25 19.57 21.25 17.5V16C21.25 15.59 21.59 15.25 22 15.25C22.41 15.25 22.75 15.59 22.75 16V17.5C22.75 20.4 20.39 22.75 17.5 22.75Z\" fill=\"\"/>\n<path d=\"M9 22.75H6.5C3.61 22.75 1.25 20.4 1.25 17.5V15C1.25 14.59 1.59 14.25 2 14.25C2.41 14.25 2.75 14.59 2.75 15V17.5C2.75 19.57 4.43 21.25 6.5 21.25H9C9.41 21.25 9.75 21.59 9.75 22C9.75 22.41 9.41 22.75 9 22.75Z\" fill=\"\"/>\n<path d=\"M9 5.25H7C5.86 5.25 5.25 5.85 5.25 7V9C5.25 10.15 5.86 10.75 7 10.75H9C10.14 10.75 10.75 10.15 10.75 9V7C10.75 5.85 10.14 5.25 9 5.25Z\" fill=\"\"/>\n<path d=\"M17 5.25H15C13.86 5.25 13.25 5.85 13.25 7V9C13.25 10.15 13.86 10.75 15 10.75H17C18.14 10.75 18.75 10.15 18.75 9V7C18.75 5.85 18.14 5.25 17 5.25Z\" fill=\"\"/>\n<path d=\"M9 13.25H7C5.86 13.25 5.25 13.85 5.25 15V17C5.25 18.15 5.86 18.75 7 18.75H9C10.14 18.75 10.75 18.15 10.75 17V15C10.75 13.85 10.14 13.25 9 13.25Z\" fill=\"\"/>\n<path d=\"M17 13.25H15C13.86 13.25 13.25 13.85 13.25 15V17C13.25 18.15 13.86 18.75 15 18.75H17C18.14 18.75 18.75 18.15 18.75 17V15C18.75 13.85 18.14 13.25 17 13.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"scan \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2.77 10C2.34 10 2 9.66 2 9.23V6.92C2 4.21 4.21 2 6.92 2H9.23C9.66 2 10 2.34 10 2.77C10 3.2 9.66 3.54 9.23 3.54H6.92C5.05 3.54 3.54 5.06 3.54 6.92V9.23C3.54 9.66 3.19 10 2.77 10Z\" fill=\"\"/>\n<path d=\"M21.23 10C20.81 10 20.46 9.66 20.46 9.23V6.92C20.46 5.05 18.94 3.54 17.08 3.54H14.77C14.34 3.54 14 3.19 14 2.77C14 2.35 14.34 2 14.77 2H17.08C19.79 2 22 4.21 22 6.92V9.23C22 9.66 21.66 10 21.23 10Z\" fill=\"\"/>\n<path d=\"M17.0819 21.9997H15.6919C15.2719 21.9997 14.9219 21.6597 14.9219 21.2297C14.9219 20.8097 15.2619 20.4597 15.6919 20.4597H17.0819C18.9519 20.4597 20.4619 18.9397 20.4619 17.0797V15.6997C20.4619 15.2797 20.8019 14.9297 21.2319 14.9297C21.6519 14.9297 22.0019 15.2697 22.0019 15.6997V17.0797C22.0019 19.7897 19.7919 21.9997 17.0819 21.9997Z\" fill=\"\"/>\n<path d=\"M9.23 22H6.92C4.21 22 2 19.79 2 17.08V14.77C2 14.34 2.34 14 2.77 14C3.2 14 3.54 14.34 3.54 14.77V17.08C3.54 18.95 5.06 20.46 6.92 20.46H9.23C9.65 20.46 10 20.8 10 21.23C10 21.66 9.66 22 9.23 22Z\" fill=\"\"/>\n<path d=\"M18.4595 11.2305H17.0995H6.89953H5.53953C5.10953 11.2305 4.76953 11.5805 4.76953 12.0005C4.76953 12.4205 5.10953 12.7705 5.53953 12.7705H6.89953H17.0995H18.4595C18.8895 12.7705 19.2295 12.4205 19.2295 12.0005C19.2295 11.5805 18.8895 11.2305 18.4595 11.2305Z\" fill=\"\"/>\n<path d=\"M6.89844 13.9405V14.2705C6.89844 15.9305 8.23844 17.2705 9.89844 17.2705H14.0984C15.7584 17.2705 17.0984 15.9305 17.0984 14.2705V13.9405C17.0984 13.8205 17.0084 13.7305 16.8884 13.7305H7.10844C6.98844 13.7305 6.89844 13.8205 6.89844 13.9405Z\" fill=\"\"/>\n<path d=\"M6.89844 10.0605V9.73047C6.89844 8.07047 8.23844 6.73047 9.89844 6.73047H14.0984C15.7584 6.73047 17.0984 8.07047 17.0984 9.73047V10.0605C17.0984 10.1805 17.0084 10.2705 16.8884 10.2705H7.10844C6.98844 10.2705 6.89844 10.1805 6.89844 10.0605Z\" fill=\"\"/>\n</svg>\n</li><li title=\"scanner \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 9.75C21.59 9.75 21.25 9.41 21.25 9V7C21.25 4.42 19.58 2.75 17 2.75H7C4.42 2.75 2.75 4.42 2.75 7V9C2.75 9.41 2.41 9.75 2 9.75C1.59 9.75 1.25 9.41 1.25 9V7C1.25 3.56 3.56 1.25 7 1.25H17C20.44 1.25 22.75 3.56 22.75 7V9C22.75 9.41 22.41 9.75 22 9.75Z\" fill=\"\"/>\n<path d=\"M17 22.75H7C3.56 22.75 1.25 20.44 1.25 17V15C1.25 14.59 1.59 14.25 2 14.25C2.41 14.25 2.75 14.59 2.75 15V17C2.75 19.58 4.42 21.25 7 21.25H17C19.58 21.25 21.25 19.58 21.25 17V15C21.25 14.59 21.59 14.25 22 14.25C22.41 14.25 22.75 14.59 22.75 15V17C22.75 20.44 20.44 22.75 17 22.75Z\" fill=\"\"/>\n<path d=\"M22 12.75H2C1.59 12.75 1.25 12.41 1.25 12C1.25 11.59 1.59 11.25 2 11.25H22C22.41 11.25 22.75 11.59 22.75 12C22.75 12.41 22.41 12.75 22 12.75Z\" fill=\"\"/>\n<path d=\"M16.5 9H7.5C7.22 9 7 8.78 7 8.5V6.5C7 5.67 7.67 5 8.5 5H15.5C16.33 5 17 5.67 17 6.5V8.5C17 8.78 16.78 9 16.5 9Z\" fill=\"\"/>\n<path d=\"M16.5 15H7.5C7.22 15 7 15.22 7 15.5V17.5C7 18.33 7.67 19 8.5 19H15.5C16.32 19 17 18.33 17 17.5V15.5C17 15.22 16.78 15 16.5 15Z\" fill=\"\"/>\n</svg>\n</li><li title=\"scanning \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 9.75C1.59 9.75 1.25 9.41 1.25 9V6.5C1.25 3.6 3.61 1.25 6.5 1.25H9C9.41 1.25 9.75 1.59 9.75 2C9.75 2.41 9.41 2.75 9 2.75H6.5C4.43 2.75 2.75 4.43 2.75 6.5V9C2.75 9.41 2.41 9.75 2 9.75Z\" fill=\"\"/>\n<path d=\"M22 9.75C21.59 9.75 21.25 9.41 21.25 9V6.5C21.25 4.43 19.57 2.75 17.5 2.75H15C14.59 2.75 14.25 2.41 14.25 2C14.25 1.59 14.59 1.25 15 1.25H17.5C20.39 1.25 22.75 3.6 22.75 6.5V9C22.75 9.41 22.41 9.75 22 9.75Z\" fill=\"\"/>\n<path d=\"M17.5 22.75H16C15.59 22.75 15.25 22.41 15.25 22C15.25 21.59 15.59 21.25 16 21.25H17.5C19.57 21.25 21.25 19.57 21.25 17.5V16C21.25 15.59 21.59 15.25 22 15.25C22.41 15.25 22.75 15.59 22.75 16V17.5C22.75 20.4 20.39 22.75 17.5 22.75Z\" fill=\"\"/>\n<path d=\"M9 22.75H6.5C3.61 22.75 1.25 20.4 1.25 17.5V15C1.25 14.59 1.59 14.25 2 14.25C2.41 14.25 2.75 14.59 2.75 15V17.5C2.75 19.57 4.43 21.25 6.5 21.25H9C9.41 21.25 9.75 21.59 9.75 22C9.75 22.41 9.41 22.75 9 22.75Z\" fill=\"\"/>\n<path d=\"M8.50109 11.3811C10.0917 11.3811 11.3811 10.0917 11.3811 8.50109C11.3811 6.91051 10.0917 5.62109 8.50109 5.62109C6.91051 5.62109 5.62109 6.91051 5.62109 8.50109C5.62109 10.0917 6.91051 11.3811 8.50109 11.3811Z\" fill=\"\"/>\n<path d=\"M7.50109 18.3811C8.53939 18.3811 9.38109 17.5394 9.38109 16.5011C9.38109 15.4628 8.53939 14.6211 7.50109 14.6211C6.4628 14.6211 5.62109 15.4628 5.62109 16.5011C5.62109 17.5394 6.4628 18.3811 7.50109 18.3811Z\" fill=\"\"/>\n<path d=\"M16.5011 9.38109C17.5394 9.38109 18.3811 8.53939 18.3811 7.50109C18.3811 6.4628 17.5394 5.62109 16.5011 5.62109C15.4628 5.62109 14.6211 6.4628 14.6211 7.50109C14.6211 8.53939 15.4628 9.38109 16.5011 9.38109Z\" fill=\"\"/>\n<path d=\"M15.5011 18.3811C17.0917 18.3811 18.3811 17.0917 18.3811 15.5011C18.3811 13.9105 17.0917 12.6211 15.5011 12.6211C13.9105 12.6211 12.6211 13.9105 12.6211 15.5011C12.6211 17.0917 13.9105 18.3811 15.5011 18.3811Z\" fill=\"\"/>\n</svg>\n</li><li title=\"scissor 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.5 10C7.433 10 9 8.433 9 6.5C9 4.567 7.433 3 5.5 3C3.567 3 2 4.567 2 6.5C2 8.433 3.567 10 5.5 10Z\" fill=\"\"/>\n<path d=\"M5.5 21C7.433 21 9 19.433 9 17.5C9 15.567 7.433 14 5.5 14C3.567 14 2 15.567 2 17.5C2 19.433 3.567 21 5.5 21Z\" fill=\"\"/>\n<path d=\"M15.2491 11.9803L22.4491 6.60027C22.7791 6.35027 22.8491 5.88027 22.5991 5.55027C22.3491 5.22027 21.8791 5.15027 21.5491 5.40027L13.9991 11.0503L8.4491 6.89027C8.1191 6.65027 7.6491 6.71027 7.3991 7.04027C7.1491 7.37027 7.2191 7.84027 7.5491 8.09027L12.7491 11.9803L6.8491 16.4003C6.5191 16.6503 6.4491 17.1203 6.6991 17.4503C6.8491 17.6503 7.0691 17.7503 7.2991 17.7503C7.4591 17.7503 7.6091 17.7003 7.7491 17.6003L13.9991 12.9203L21.5491 18.5703C21.6791 18.6703 21.8391 18.7203 21.9991 18.7203C22.2291 18.7203 22.4491 18.6203 22.5991 18.4203C22.8491 18.0903 22.7791 17.6203 22.4491 17.3703L15.2491 11.9803Z\" fill=\"\"/>\n</svg>\n</li><li title=\"scissor \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM17.76 14.68C18.09 14.93 18.16 15.4 17.91 15.73C17.76 15.93 17.54 16.03 17.31 16.03C17.15 16.03 17 15.98 16.86 15.88L12.91 12.93L10.5 14.73C10.51 14.83 10.53 14.93 10.53 15.03C10.53 16.3 9.5 17.33 8.23 17.33C6.96 17.33 5.93 16.3 5.93 15.03C5.93 13.76 6.96 12.73 8.23 12.73C8.85 12.73 9.4 12.98 9.81 13.37L11.65 11.99L9.82 10.62C9.41 11.02 8.84 11.27 8.22 11.27C6.95 11.27 5.92 10.24 5.92 8.97C5.92 7.7 6.95 6.67 8.22 6.67C9.49 6.67 10.52 7.7 10.52 8.97C10.52 9.07 10.5 9.16 10.49 9.25L12.89 11.05L16.84 8.1C17.17 7.85 17.64 7.92 17.89 8.25C18.14 8.58 18.07 9.05 17.74 9.3L14.14 11.99L17.76 14.68Z\" fill=\"\"/>\n</svg>\n</li><li title=\"screenmirroring \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM18.5 16.4C18.5 17.9 17.9 18.5 16.4 18.5H12.6C11.1 18.5 10.5 17.9 10.5 16.4V14.6C10.5 13.1 11.1 12.5 12.6 12.5H16.4C17.9 12.5 18.5 13.1 18.5 14.6V16.4Z\" fill=\"\"/>\n</svg>\n</li><li title=\"scroll \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM10.13 14.5C10.42 14.79 10.42 15.27 10.13 15.56C9.98 15.71 9.79 15.78 9.6 15.78C9.41 15.78 9.22 15.71 9.07 15.56L6.58 13.07C5.99 12.48 5.99 11.53 6.58 10.94L9.07 8.45C9.36 8.16 9.84 8.16 10.13 8.45C10.42 8.74 10.42 9.22 10.13 9.51L7.64 12L10.13 14.5ZM17.42 13.06L14.93 15.55C14.78 15.7 14.59 15.77 14.4 15.77C14.21 15.77 14.02 15.7 13.87 15.55C13.58 15.26 13.58 14.78 13.87 14.49L16.36 12L13.87 9.5C13.58 9.21 13.58 8.73 13.87 8.44C14.16 8.15 14.64 8.15 14.93 8.44L17.42 10.93C18.01 11.52 18.01 12.48 17.42 13.06Z\" fill=\"\"/>\n</svg>\n</li><li title=\"search favorite 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.3005 21.9986C21.1205 21.9986 20.9405 21.9286 20.8105 21.7986L18.9505 19.9386C18.6805 19.6686 18.6805 19.2286 18.9505 18.9486C19.2205 18.6786 19.6605 18.6786 19.9405 18.9486L21.8005 20.8086C22.0705 21.0786 22.0705 21.5186 21.8005 21.7986C21.6605 21.9286 21.4805 21.9986 21.3005 21.9986Z\" fill=\"\"/>\n<path d=\"M11.5 2C6.26 2 2 6.26 2 11.5C2 16.74 6.26 21 11.5 21C16.74 21 21 16.74 21 11.5C21 6.26 16.74 2 11.5 2ZM14.68 12.06C14.12 13.84 12.17 14.81 11.5 14.81C10.81 14.81 8.9 13.88 8.32 12.06C7.94 10.87 8.37 9.32 9.73 8.89C10.35 8.69 11.01 8.81 11.5 9.18C11.98 8.81 12.65 8.69 13.28 8.89C14.63 9.33 15.06 10.88 14.68 12.06Z\" fill=\"\"/>\n</svg>\n</li><li title=\"search favorite \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.0002 1.98828C6.03023 1.98828 1.99023 6.02828 1.99023 10.9983C1.99023 15.9683 6.03023 20.0083 11.0002 20.0083C15.9702 20.0083 20.0102 15.9683 20.0102 10.9983C20.0102 6.02828 15.9702 1.98828 11.0002 1.98828ZM14.1802 11.5583C13.6202 13.3383 11.6702 14.3083 11.0002 14.3083C10.3102 14.3083 8.40023 13.3783 7.82023 11.5583C7.44023 10.3683 7.87023 8.81828 9.23023 8.38828C9.85023 8.18828 10.5102 8.30828 11.0002 8.67828C11.4802 8.30828 12.1502 8.18828 12.7802 8.38828C14.1302 8.82828 14.5602 10.3783 14.1802 11.5583Z\" fill=\"\"/>\n<path d=\"M21.9901 18.95C21.6601 18.34 20.9601 18 20.0201 18C19.3101 18 18.7001 18.29 18.3401 18.79C17.9801 19.29 17.9001 19.96 18.1201 20.63C18.5501 21.93 19.3001 22.22 19.7101 22.27C19.7701 22.28 19.8301 22.28 19.9001 22.28C20.3401 22.28 21.0201 22.09 21.6801 21.1C22.2101 20.33 22.3101 19.56 21.9901 18.95Z\" fill=\"\"/>\n</svg>\n</li><li title=\"search normal 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.5 21C16.7467 21 21 16.7467 21 11.5C21 6.25329 16.7467 2 11.5 2C6.25329 2 2 6.25329 2 11.5C2 16.7467 6.25329 21 11.5 21Z\" fill=\"\"/>\n<path d=\"M21.3005 21.9986C21.1205 21.9986 20.9405 21.9286 20.8105 21.7986L18.9505 19.9386C18.6805 19.6686 18.6805 19.2286 18.9505 18.9486C19.2205 18.6786 19.6605 18.6786 19.9405 18.9486L21.8005 20.8086C22.0705 21.0786 22.0705 21.5186 21.8005 21.7986C21.6605 21.9286 21.4805 21.9986 21.3005 21.9986Z\" fill=\"\"/>\n</svg>\n</li><li title=\"search normal \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.01 20.02C15.9861 20.02 20.02 15.9861 20.02 11.01C20.02 6.03391 15.9861 2 11.01 2C6.03391 2 2 6.03391 2 11.01C2 15.9861 6.03391 20.02 11.01 20.02Z\" fill=\"\"/>\n<path d=\"M21.9901 18.95C21.6601 18.34 20.9601 18 20.0201 18C19.3101 18 18.7001 18.29 18.3401 18.79C17.9801 19.29 17.9001 19.96 18.1201 20.63C18.5501 21.93 19.3001 22.22 19.7101 22.27C19.7701 22.28 19.8301 22.28 19.9001 22.28C20.3401 22.28 21.0201 22.09 21.6801 21.1C22.2101 20.33 22.3101 19.56 21.9901 18.95Z\" fill=\"\"/>\n</svg>\n</li><li title=\"search status 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.0002 1.98828C6.03023 1.98828 1.99023 6.02828 1.99023 10.9983C1.99023 15.9683 6.03023 20.0083 11.0002 20.0083C15.9702 20.0083 20.0102 15.9683 20.0102 10.9983C20.0102 6.02828 15.9702 1.98828 11.0002 1.98828ZM11.0002 13.2483H8.00023C7.59023 13.2483 7.25023 12.9083 7.25023 12.4983C7.25023 12.0883 7.59023 11.7483 8.00023 11.7483H11.0002C11.4102 11.7483 11.7502 12.0883 11.7502 12.4983C11.7502 12.9083 11.4102 13.2483 11.0002 13.2483ZM14.0002 10.2483H8.00023C7.59023 10.2483 7.25023 9.90828 7.25023 9.49828C7.25023 9.08828 7.59023 8.74828 8.00023 8.74828H14.0002C14.4102 8.74828 14.7502 9.08828 14.7502 9.49828C14.7502 9.90828 14.4102 10.2483 14.0002 10.2483Z\" fill=\"\"/>\n<path d=\"M21.9901 18.95C21.6601 18.34 20.9601 18 20.0201 18C19.3101 18 18.7001 18.29 18.3401 18.79C17.9801 19.29 17.9001 19.96 18.1201 20.63C18.5501 21.93 19.3001 22.22 19.7101 22.27C19.7701 22.28 19.8301 22.28 19.9001 22.28C20.3401 22.28 21.0201 22.09 21.6801 21.1C22.2101 20.33 22.3101 19.56 21.9901 18.95Z\" fill=\"\"/>\n</svg>\n</li><li title=\"search status \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.5 2C6.26 2 2 6.26 2 11.5C2 16.74 6.26 21 11.5 21C16.74 21 21 16.74 21 11.5C21 6.26 16.74 2 11.5 2ZM11.5 13.75H8.5C8.09 13.75 7.75 13.41 7.75 13C7.75 12.59 8.09 12.25 8.5 12.25H11.5C11.91 12.25 12.25 12.59 12.25 13C12.25 13.41 11.91 13.75 11.5 13.75ZM14.5 10.75H8.5C8.09 10.75 7.75 10.41 7.75 10C7.75 9.59 8.09 9.25 8.5 9.25H14.5C14.91 9.25 15.25 9.59 15.25 10C15.25 10.41 14.91 10.75 14.5 10.75Z\" fill=\"\"/>\n<path d=\"M21.3005 21.9986C21.1205 21.9986 20.9405 21.9286 20.8105 21.7986L18.9505 19.9386C18.6805 19.6686 18.6805 19.2286 18.9505 18.9486C19.2205 18.6786 19.6605 18.6786 19.9405 18.9486L21.8005 20.8086C22.0705 21.0786 22.0705 21.5186 21.8005 21.7986C21.6605 21.9286 21.4805 21.9986 21.3005 21.9986Z\" fill=\"\"/>\n</svg>\n</li><li title=\"search zoom in 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.3005 21.9986C21.1205 21.9986 20.9405 21.9286 20.8105 21.7986L18.9505 19.9386C18.6805 19.6686 18.6805 19.2286 18.9505 18.9486C19.2205 18.6786 19.6605 18.6786 19.9405 18.9486L21.8005 20.8086C22.0705 21.0786 22.0705 21.5186 21.8005 21.7986C21.6605 21.9286 21.4805 21.9986 21.3005 21.9986Z\" fill=\"\"/>\n<path d=\"M11.5 2C6.26 2 2 6.26 2 11.5C2 16.74 6.26 21 11.5 21C16.74 21 21 16.74 21 11.5C21 6.26 16.74 2 11.5 2ZM14.2 12.45H12.45V14.2C12.45 14.61 12.11 14.95 11.7 14.95C11.29 14.95 10.95 14.61 10.95 14.2V12.45H9.2C8.79 12.45 8.45 12.11 8.45 11.7C8.45 11.29 8.79 10.95 9.2 10.95H10.95V9.2C10.95 8.79 11.29 8.45 11.7 8.45C12.11 8.45 12.45 8.79 12.45 9.2V10.95H14.2C14.61 10.95 14.95 11.29 14.95 11.7C14.95 12.11 14.61 12.45 14.2 12.45Z\" fill=\"\"/>\n</svg>\n</li><li title=\"search zoom in \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.01 2C6.04 2 2 6.04 2 11.01C2 15.98 6.04 20.02 11.01 20.02C15.98 20.02 20.02 15.98 20.02 11.01C20.02 6.04 15.98 2 11.01 2ZM13.5 11.75H11.75V13.5C11.75 13.91 11.41 14.25 11 14.25C10.59 14.25 10.25 13.91 10.25 13.5V11.75H8.5C8.09 11.75 7.75 11.41 7.75 11C7.75 10.59 8.09 10.25 8.5 10.25H10.25V8.5C10.25 8.09 10.59 7.75 11 7.75C11.41 7.75 11.75 8.09 11.75 8.5V10.25H13.5C13.91 10.25 14.25 10.59 14.25 11C14.25 11.41 13.91 11.75 13.5 11.75Z\" fill=\"\"/>\n<path d=\"M21.9901 18.95C21.6601 18.34 20.9601 18 20.0201 18C19.3101 18 18.7001 18.29 18.3401 18.79C17.9801 19.29 17.9001 19.96 18.1201 20.63C18.5501 21.93 19.3001 22.22 19.7101 22.27C19.7701 22.28 19.8301 22.28 19.9001 22.28C20.3401 22.28 21.0201 22.09 21.6801 21.1C22.2101 20.33 22.3101 19.56 21.9901 18.95Z\" fill=\"\"/>\n</svg>\n</li><li title=\"search zoom out 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.3005 21.9986C21.1205 21.9986 20.9405 21.9286 20.8105 21.7986L18.9505 19.9386C18.6805 19.6686 18.6805 19.2286 18.9505 18.9486C19.2205 18.6786 19.6605 18.6786 19.9405 18.9486L21.8005 20.8086C22.0705 21.0786 22.0705 21.5186 21.8005 21.7986C21.6605 21.9286 21.4805 21.9986 21.3005 21.9986Z\" fill=\"\"/>\n<path d=\"M11.5 2C6.26 2 2 6.26 2 11.5C2 16.74 6.26 21 11.5 21C16.74 21 21 16.74 21 11.5C21 6.26 16.74 2 11.5 2ZM14 12.45H9C8.59 12.45 8.25 12.11 8.25 11.7C8.25 11.29 8.59 10.95 9 10.95H14C14.41 10.95 14.75 11.29 14.75 11.7C14.75 12.11 14.41 12.45 14 12.45Z\" fill=\"\"/>\n</svg>\n</li><li title=\"search zoom out \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.01 2C6.04 2 2 6.04 2 11.01C2 15.98 6.04 20.02 11.01 20.02C15.98 20.02 20.02 15.98 20.02 11.01C20.02 6.04 15.98 2 11.01 2ZM13.5 11.75H8.5C8.09 11.75 7.75 11.41 7.75 11C7.75 10.59 8.09 10.25 8.5 10.25H13.5C13.91 10.25 14.25 10.59 14.25 11C14.25 11.41 13.91 11.75 13.5 11.75Z\" fill=\"\"/>\n<path d=\"M21.9901 18.95C21.6601 18.34 20.9601 18 20.0201 18C19.3101 18 18.7001 18.29 18.3401 18.79C17.9801 19.29 17.9001 19.96 18.1201 20.63C18.5501 21.93 19.3001 22.22 19.7101 22.27C19.7701 22.28 19.8301 22.28 19.9001 22.28C20.3401 22.28 21.0201 22.09 21.6801 21.1C22.2101 20.33 22.3101 19.56 21.9901 18.95Z\" fill=\"\"/>\n</svg>\n</li><li title=\"security card \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.4909 13.3789H11.0009C10.7009 13.3789 10.4609 13.6189 10.4609 13.9189C10.4609 14.2189 10.7009 14.4589 11.0009 14.4589H13.4909C13.7909 14.4589 14.0309 14.2189 14.0309 13.9189C14.0309 13.6189 13.7909 13.3789 13.4909 13.3789Z\" fill=\"\"/>\n<path d=\"M9.43844 13.3789H8.18844C7.88844 13.3789 7.64844 13.6189 7.64844 13.9189C7.64844 14.2189 7.88844 14.4589 8.18844 14.4589H9.43844C9.73844 14.4589 9.97844 14.2189 9.97844 13.9189C9.97844 13.6189 9.73844 13.3789 9.43844 13.3789Z\" fill=\"\"/>\n<path d=\"M18.5408 4.22141L13.0408 2.16141C12.4708 1.95141 11.5408 1.95141 10.9708 2.16141L5.47078 4.22141C4.41078 4.62141 3.55078 5.86141 3.55078 6.99141V15.0914C3.55078 15.9014 4.08078 16.9714 4.73078 17.4514L10.2308 21.5614C11.2008 22.2914 12.7908 22.2914 13.7608 21.5614L19.2608 17.4514C19.9108 16.9614 20.4408 15.9014 20.4408 15.0914V6.99141C20.4508 5.86141 19.5908 4.62141 18.5408 4.22141ZM18.1708 13.6514C18.1508 15.7214 17.5808 16.2414 15.4308 16.2414H8.58078C6.39078 16.2414 5.84078 15.7014 5.84078 13.5314V11.2014C5.84078 10.9214 6.06078 10.7014 6.34078 10.7014H17.6708C17.9508 10.7014 18.1708 10.9214 18.1708 11.2014V13.6514ZM18.1708 9.11141C18.1708 9.39141 17.9508 9.61141 17.6708 9.61141H6.34078C6.06078 9.61141 5.84078 9.39141 5.84078 9.11141V8.47141C5.84078 6.51141 6.30078 5.88141 8.01078 5.77141C8.19078 5.77141 8.38078 5.76141 8.58078 5.76141H15.4308C17.6208 5.76141 18.1708 6.30141 18.1708 8.47141V9.11141Z\" fill=\"\"/>\n</svg>\n</li><li title=\"security safe \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.9098 11.1203V6.73031C20.9098 5.91031 20.2898 4.98031 19.5198 4.67031L13.9498 2.39031C12.6998 1.88031 11.2898 1.88031 10.0398 2.39031L4.46984 4.67031C3.70984 4.98031 3.08984 5.91031 3.08984 6.73031V11.1203C3.08984 16.0103 6.63984 20.5903 11.4898 21.9303C11.8198 22.0203 12.1798 22.0203 12.5098 21.9303C17.3598 20.5903 20.9098 16.0103 20.9098 11.1203ZM12.7498 12.8703V15.5003C12.7498 15.9103 12.4098 16.2503 11.9998 16.2503C11.5898 16.2503 11.2498 15.9103 11.2498 15.5003V12.8703C10.2398 12.5503 9.49984 11.6103 9.49984 10.5003C9.49984 9.12031 10.6198 8.00031 11.9998 8.00031C13.3798 8.00031 14.4998 9.12031 14.4998 10.5003C14.4998 11.6203 13.7598 12.5503 12.7498 12.8703Z\" fill=\"\"/>\n</svg>\n</li><li title=\"security time \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 8.25C10.21 8.25 8.75 9.71 8.75 11.5C8.75 13.29 10.21 14.75 12 14.75C13.79 14.75 15.25 13.29 15.25 11.5C15.25 9.71 13.79 8.25 12 8.25ZM13 11.18C13 11.79 12.67 12.37 12.15 12.68L11.38 13.14C11.26 13.21 11.13 13.25 10.99 13.25C10.74 13.25 10.49 13.12 10.35 12.89C10.14 12.53 10.25 12.07 10.61 11.86L11.37 11.4C11.45 11.35 11.49 11.27 11.49 11.19V10.26C11.49 9.85 11.83 9.51 12.24 9.51C12.65 9.51 13 9.84 13 10.25V11.18Z\" fill=\"\"/>\n<path d=\"M18.5408 4.17063L13.0408 2.11062C12.4708 1.90063 11.5408 1.90063 10.9708 2.11062L5.47078 4.17063C4.41078 4.57063 3.55078 5.81063 3.55078 6.94063V15.0406C3.55078 15.8506 4.08078 16.9206 4.73078 17.4006L10.2308 21.5106C11.2008 22.2406 12.7908 22.2406 13.7608 21.5106L19.2608 17.4006C19.9108 16.9106 20.4408 15.8506 20.4408 15.0406V6.94063C20.4508 5.81063 19.5908 4.57063 18.5408 4.17063ZM12.0008 16.2506C9.38078 16.2506 7.25078 14.1206 7.25078 11.5006C7.25078 8.88062 9.38078 6.75063 12.0008 6.75063C14.6208 6.75063 16.7508 8.88062 16.7508 11.5006C16.7508 14.1206 14.6208 16.2506 12.0008 16.2506Z\" fill=\"\"/>\n</svg>\n</li><li title=\"security user \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.5002 4.11031L13.5102 2.24031C12.6802 1.93031 11.3202 1.93031 10.4902 2.24031L5.50016 4.11031C4.35016 4.54031 3.41016 5.90031 3.41016 7.12031V14.5503C3.41016 15.7303 4.19016 17.2803 5.14016 17.9903L9.44016 21.2003C10.8502 22.2603 13.1702 22.2603 14.5802 21.2003L18.8802 17.9903C19.8302 17.2803 20.6102 15.7303 20.6102 14.5503V7.12031C20.5902 5.90031 19.6502 4.54031 18.5002 4.11031ZM11.9302 7.03031C13.1102 7.03031 14.0702 7.99031 14.0702 9.17031C14.0702 10.3303 13.1602 11.2603 12.0102 11.3003H11.9902H11.9702C11.9502 11.3003 11.9302 11.3003 11.9102 11.3003C10.7102 11.2603 9.81016 10.3303 9.81016 9.17031C9.80016 7.99031 10.7602 7.03031 11.9302 7.03031ZM14.1902 16.3603C13.5802 16.7603 12.7902 16.9703 12.0002 16.9703C11.2102 16.9703 10.4102 16.7703 9.81016 16.3603C9.24016 15.9803 8.93016 15.4603 8.92016 14.8903C8.92016 14.3303 9.24016 13.7903 9.81016 13.4103C11.0202 12.6103 12.9902 12.6103 14.2002 13.4103C14.7702 13.7903 15.0902 14.3103 15.0902 14.8803C15.0802 15.4403 14.7602 15.9803 14.1902 16.3603Z\" fill=\"\"/>\n</svg>\n</li><li title=\"security \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.3281 5.67L6.58813 17.41C6.14813 17.85 5.40813 17.79 5.04813 17.27C3.80813 15.46 3.07812 13.32 3.07812 11.12V6.73C3.07812 5.91 3.69813 4.98 4.45813 4.67L10.0281 2.39C11.2881 1.87 12.6881 1.87 13.9481 2.39L17.9981 4.04C18.6581 4.31 18.8281 5.17 18.3281 5.67Z\" fill=\"\"/>\n<path d=\"M19.27 7.04159C19.92 6.49159 20.91 6.96159 20.91 7.81159V11.1216C20.91 16.0116 17.36 20.5916 12.51 21.9316C12.18 22.0216 11.82 22.0216 11.48 21.9316C10.06 21.5316 8.74001 20.8616 7.61001 19.9816C7.13001 19.6116 7.08001 18.9116 7.50001 18.4816C9.68001 16.2516 16.06 9.75159 19.27 7.04159Z\" fill=\"\"/>\n</svg>\n</li><li title=\"send 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.0693 8.50867L9.50929 4.22867C3.75929 1.34867 1.39929 3.70867 4.27929 9.45867L5.14929 11.1987C5.39929 11.7087 5.39929 12.2987 5.14929 12.8087L4.27929 14.5387C1.39929 20.2887 3.74929 22.6487 9.50929 19.7687L18.0693 15.4887C21.9093 13.5687 21.9093 10.4287 18.0693 8.50867ZM14.8393 12.7487H9.43929C9.02929 12.7487 8.68929 12.4087 8.68929 11.9987C8.68929 11.5887 9.02929 11.2487 9.43929 11.2487H14.8393C15.2493 11.2487 15.5893 11.5887 15.5893 11.9987C15.5893 12.4087 15.2493 12.7487 14.8393 12.7487Z\" fill=\"\"/>\n</svg>\n</li><li title=\"send 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.1391 2.95907L7.10914 5.95907C1.03914 7.98907 1.03914 11.2991 7.10914 13.3191L9.78914 14.2091L10.6791 16.8891C12.6991 22.9591 16.0191 22.9591 18.0391 16.8891L21.0491 7.86907C22.3891 3.81907 20.1891 1.60907 16.1391 2.95907ZM16.4591 8.33907L12.6591 12.1591C12.5091 12.3091 12.3191 12.3791 12.1291 12.3791C11.9391 12.3791 11.7491 12.3091 11.5991 12.1591C11.3091 11.8691 11.3091 11.3891 11.5991 11.0991L15.3991 7.27907C15.6891 6.98907 16.1691 6.98907 16.4591 7.27907C16.7491 7.56907 16.7491 8.04907 16.4591 8.33907Z\" fill=\"\"/>\n</svg>\n</li><li title=\"send sqaure 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM8.64 12.81L13.02 8.43H10.59C10.18 8.43 9.84 8.09 9.84 7.68C9.84 7.27 10.18 6.93 10.59 6.93H14.83C14.93 6.93 15.02 6.95 15.12 6.99C15.3 7.07 15.45 7.21 15.53 7.4C15.57 7.49 15.59 7.59 15.59 7.69V11.93C15.59 12.34 15.25 12.68 14.84 12.68C14.43 12.68 14.09 12.34 14.09 11.93V9.5L9.7 13.87C9.55 14.02 9.36 14.09 9.17 14.09C8.98 14.09 8.79 14.02 8.64 13.87C8.35 13.58 8.35 13.1 8.64 12.81ZM18.24 17.22C16.23 17.89 14.12 18.23 12 18.23C9.88 18.23 7.77 17.89 5.76 17.22C5.37 17.09 5.16 16.66 5.29 16.27C5.42 15.88 5.84 15.66 6.24 15.8C9.96 17.04 14.05 17.04 17.77 15.8C18.16 15.67 18.59 15.88 18.72 16.27C18.84 16.67 18.63 17.09 18.24 17.22Z\" fill=\"\"/>\n</svg>\n</li><li title=\"send square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM8.47 8.98L11.47 5.98C11.54 5.91 11.62 5.86 11.71 5.82C11.89 5.74 12.1 5.74 12.28 5.82C12.37 5.86 12.45 5.91 12.52 5.98L15.52 8.98C15.81 9.27 15.81 9.75 15.52 10.04C15.37 10.19 15.18 10.26 14.99 10.26C14.8 10.26 14.61 10.19 14.46 10.04L12.74 8.32V14.51C12.74 14.92 12.4 15.26 11.99 15.26C11.58 15.26 11.24 14.92 11.24 14.51V8.32L9.52 10.04C9.23 10.33 8.75 10.33 8.46 10.04C8.17 9.75 8.18 9.28 8.47 8.98ZM18.24 17.22C16.23 17.89 14.12 18.23 12 18.23C9.88 18.23 7.77 17.89 5.76 17.22C5.37 17.09 5.16 16.66 5.29 16.27C5.42 15.88 5.85 15.66 6.24 15.8C9.96 17.04 14.05 17.04 17.77 15.8C18.16 15.67 18.59 15.88 18.72 16.27C18.84 16.67 18.63 17.09 18.24 17.22Z\" fill=\"\"/>\n</svg>\n</li><li title=\"send \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.5 21.25H3.5C3.09 21.25 2.75 21.59 2.75 22C2.75 22.41 3.09 22.75 3.5 22.75H20.5C20.91 22.75 21.25 22.41 21.25 22C21.25 21.59 20.91 21.25 20.5 21.25Z\" fill=\"\"/>\n<path d=\"M5 14.52C5.41 14.52 5.75 14.18 5.75 13.77V5.31L18.47 18.03C18.62 18.18 18.81 18.25 19 18.25C19.19 18.25 19.38 18.18 19.53 18.03C19.82 17.74 19.82 17.26 19.53 16.97L6.81 4.25H15.27C15.68 4.25 16.02 3.91 16.02 3.5C16.02 3.09 15.68 2.75 15.27 2.75H5C4.9 2.75 4.81 2.77 4.71 2.81C4.53 2.88 4.38 3.03 4.31 3.21C4.27 3.31 4.25 3.4 4.25 3.5V13.77C4.25 14.18 4.59 14.52 5 14.52Z\" fill=\"\"/>\n</svg>\n</li><li title=\"setting 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.1 9.2214C18.29 9.2214 17.55 7.9414 18.45 6.3714C18.97 5.4614 18.66 4.3014 17.75 3.7814L16.02 2.7914C15.23 2.3214 14.21 2.6014 13.74 3.3914L13.63 3.5814C12.73 5.1514 11.25 5.1514 10.34 3.5814L10.23 3.3914C9.78 2.6014 8.76 2.3214 7.97 2.7914L6.24 3.7814C5.33 4.3014 5.02 5.4714 5.54 6.3814C6.45 7.9414 5.71 9.2214 3.9 9.2214C2.86 9.2214 2 10.0714 2 11.1214V12.8814C2 13.9214 2.85 14.7814 3.9 14.7814C5.71 14.7814 6.45 16.0614 5.54 17.6314C5.02 18.5414 5.33 19.7014 6.24 20.2214L7.97 21.2114C8.76 21.6814 9.78 21.4014 10.25 20.6114L10.36 20.4214C11.26 18.8514 12.74 18.8514 13.65 20.4214L13.76 20.6114C14.23 21.4014 15.25 21.6814 16.04 21.2114L17.77 20.2214C18.68 19.7014 18.99 18.5314 18.47 17.6314C17.56 16.0614 18.3 14.7814 20.11 14.7814C21.15 14.7814 22.01 13.9314 22.01 12.8814V11.1214C22 10.0814 21.15 9.2214 20.1 9.2214ZM12 15.2514C10.21 15.2514 8.75 13.7914 8.75 12.0014C8.75 10.2114 10.21 8.7514 12 8.7514C13.79 8.7514 15.25 10.2114 15.25 12.0014C15.25 13.7914 13.79 15.2514 12 15.2514Z\" fill=\"\"/>\n</svg>\n</li><li title=\"setting 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM7.67 5.5C7.67 5.09 8.01 4.75 8.42 4.75C8.83 4.75 9.17 5.09 9.17 5.5V9.4C9.17 9.81 8.83 10.15 8.42 10.15C8.01 10.15 7.67 9.81 7.67 9.4V5.5ZM9.52282 16.4313C9.31938 16.5216 9.17 16.7132 9.17 16.9358V18.5C9.17 18.91 8.83 19.25 8.42 19.25C8.01 19.25 7.67 18.91 7.67 18.5V16.9358C7.67 16.7132 7.5206 16.5216 7.31723 16.4311C6.36275 16.0064 5.7 15.058 5.7 13.95C5.7 12.45 6.92 11.22 8.42 11.22C9.92 11.22 11.15 12.44 11.15 13.95C11.15 15.0582 10.4791 16.0066 9.52282 16.4313ZM16.33 18.5C16.33 18.91 15.99 19.25 15.58 19.25C15.17 19.25 14.83 18.91 14.83 18.5V14.6C14.83 14.19 15.17 13.85 15.58 13.85C15.99 13.85 16.33 14.19 16.33 14.6V18.5ZM15.58 12.77C14.08 12.77 12.85 11.55 12.85 10.04C12.85 8.93185 13.5209 7.98342 14.4772 7.55873C14.6806 7.46839 14.83 7.27681 14.83 7.05421V5.5C14.83 5.09 15.17 4.75 15.58 4.75C15.99 4.75 16.33 5.09 16.33 5.5V7.06421C16.33 7.28681 16.4794 7.47835 16.6828 7.56885C17.6372 7.9936 18.3 8.94195 18.3 10.05C18.3 11.55 17.08 12.77 15.58 12.77Z\" fill=\"\"/>\n</svg>\n</li><li title=\"setting 4 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.2995 7.57969H15.7195C15.3295 7.57969 15.0195 7.26969 15.0195 6.87969C15.0195 6.48969 15.3295 6.17969 15.7195 6.17969H21.2995C21.6895 6.17969 21.9995 6.48969 21.9995 6.87969C21.9995 7.26969 21.6895 7.57969 21.2995 7.57969Z\" fill=\"\"/>\n<path d=\"M6.42 7.57969H2.7C2.31 7.57969 2 7.26969 2 6.87969C2 6.48969 2.31 6.17969 2.7 6.17969H6.42C6.81 6.17969 7.12 6.48969 7.12 6.87969C7.12 7.26969 6.8 7.57969 6.42 7.57969Z\" fill=\"\"/>\n<path d=\"M10.1395 10.8297C12.321 10.8297 14.0895 9.06121 14.0895 6.87969C14.0895 4.69816 12.321 2.92969 10.1395 2.92969C7.95793 2.92969 6.18945 4.69816 6.18945 6.87969C6.18945 9.06121 7.95793 10.8297 10.1395 10.8297Z\" fill=\"\"/>\n<path d=\"M21.3009 17.8102H17.5809C17.1909 17.8102 16.8809 17.5002 16.8809 17.1102C16.8809 16.7202 17.1909 16.4102 17.5809 16.4102H21.3009C21.6909 16.4102 22.0009 16.7202 22.0009 17.1102C22.0009 17.5002 21.6909 17.8102 21.3009 17.8102Z\" fill=\"\"/>\n<path d=\"M8.28 17.8102H2.7C2.31 17.8102 2 17.5002 2 17.1102C2 16.7202 2.31 16.4102 2.7 16.4102H8.28C8.67 16.4102 8.98 16.7202 8.98 17.1102C8.98 17.5002 8.66 17.8102 8.28 17.8102Z\" fill=\"\"/>\n<path d=\"M13.8602 21.0719C16.0417 21.0719 17.8102 19.3034 17.8102 17.1219C17.8102 14.9404 16.0417 13.1719 13.8602 13.1719C11.6786 13.1719 9.91016 14.9404 9.91016 17.1219C9.91016 19.3034 11.6786 21.0719 13.8602 21.0719Z\" fill=\"\"/>\n</svg>\n</li><li title=\"setting 5 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.5094 8.25078C19.0094 8.25078 19.4094 7.85078 19.4094 7.35078V2.70078C19.4094 2.20078 19.0094 1.80078 18.5094 1.80078C18.0094 1.80078 17.6094 2.20078 17.6094 2.70078V7.35078C17.6094 7.84078 18.0194 8.25078 18.5094 8.25078Z\" fill=\"\"/>\n<path d=\"M11.9996 15.75C11.4996 15.75 11.0996 16.15 11.0996 16.65V21.3C11.0996 21.8 11.4996 22.2 11.9996 22.2C12.4996 22.2 12.8996 21.8 12.8996 21.3V16.65C12.8996 16.16 12.4996 15.75 11.9996 15.75Z\" fill=\"\"/>\n<path d=\"M5.48984 8.25078C5.98984 8.25078 6.38984 7.85078 6.38984 7.35078V2.70078C6.38984 2.20078 5.98984 1.80078 5.48984 1.80078C4.98984 1.80078 4.58984 2.20078 4.58984 2.70078V7.35078C4.58984 7.84078 4.98984 8.25078 5.48984 8.25078Z\" fill=\"\"/>\n<path d=\"M7.35047 10.1719H3.63047C3.13047 10.1719 2.73047 10.5719 2.73047 11.0719C2.73047 11.5719 3.13047 11.9719 3.63047 11.9719H4.59047V21.3019C4.59047 21.8019 4.99047 22.2019 5.49047 22.2019C5.99047 22.2019 6.39047 21.8019 6.39047 21.3019V11.9719H7.35047C7.85047 11.9719 8.25047 11.5719 8.25047 11.0719C8.25047 10.5719 7.84047 10.1719 7.35047 10.1719Z\" fill=\"\"/>\n<path d=\"M20.37 10.1719H16.65C16.15 10.1719 15.75 10.5719 15.75 11.0719C15.75 11.5719 16.15 11.9719 16.65 11.9719H17.61V21.3019C17.61 21.8019 18.01 22.2019 18.51 22.2019C19.01 22.2019 19.41 21.8019 19.41 21.3019V11.9719H20.37C20.87 11.9719 21.27 11.5719 21.27 11.0719C21.27 10.5719 20.87 10.1719 20.37 10.1719Z\" fill=\"\"/>\n<path d=\"M13.8602 12.0308H12.9002V2.70078C12.9002 2.20078 12.5002 1.80078 12.0002 1.80078C11.5002 1.80078 11.1002 2.20078 11.1002 2.70078V12.0308H10.1402C9.64023 12.0308 9.24023 12.4308 9.24023 12.9308C9.24023 13.4308 9.64023 13.8308 10.1402 13.8308H13.8602C14.3602 13.8308 14.7602 13.4308 14.7602 12.9308C14.7602 12.4308 14.3602 12.0308 13.8602 12.0308Z\" fill=\"\"/>\n</svg>\n</li><li title=\"setting \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.9401 5.42141L13.7701 2.43141C12.7801 1.86141 11.2301 1.86141 10.2401 2.43141L5.02008 5.44141C2.95008 6.84141 2.83008 7.05141 2.83008 9.28141V14.7114C2.83008 16.9414 2.95008 17.1614 5.06008 18.5814L10.2301 21.5714C10.7301 21.8614 11.3701 22.0014 12.0001 22.0014C12.6301 22.0014 13.2701 21.8614 13.7601 21.5714L18.9801 18.5614C21.0501 17.1614 21.1701 16.9514 21.1701 14.7214V9.28141C21.1701 7.05141 21.0501 6.84141 18.9401 5.42141ZM12.0001 15.2514C10.2101 15.2514 8.75008 13.7914 8.75008 12.0014C8.75008 10.2114 10.2101 8.75141 12.0001 8.75141C13.7901 8.75141 15.2501 10.2114 15.2501 12.0014C15.2501 13.7914 13.7901 15.2514 12.0001 15.2514Z\" fill=\"\"/>\n</svg>\n</li><li title=\"settings \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 16.5C14.4853 16.5 16.5 14.4853 16.5 12C16.5 9.51472 14.4853 7.5 12 7.5C9.51472 7.5 7.5 9.51472 7.5 12C7.5 14.4853 9.51472 16.5 12 16.5Z\" fill=\"\"/>\n<path d=\"M10 12.75H2C1.59 12.75 1.25 12.41 1.25 12C1.25 11.59 1.59 11.25 2 11.25H10C10.41 11.25 10.75 11.59 10.75 12C10.75 12.41 10.41 12.75 10 12.75Z\" fill=\"\"/>\n<path d=\"M22 12.75H14C13.59 12.75 13.25 12.41 13.25 12C13.25 11.59 13.59 11.25 14 11.25H22C22.41 11.25 22.75 11.59 22.75 12C22.75 12.41 22.41 12.75 22 12.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"shapes 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.75 7H11H7C4.24 7 2 9.24 2 12V17C2 19.76 4.24 22 7 22H12C14.76 22 17 19.76 17 17V13V12.25C17 9.35 14.65 7 11.75 7Z\" fill=\"\"/>\n<path d=\"M21.8806 6.33033C22.4052 8.88991 21.1628 11.2123 19.1598 12.306C18.8522 12.4739 18.5006 12.2343 18.5006 11.8838V11.7503C18.5006 8.31033 15.6906 5.50033 12.2506 5.50033H12.1171C11.7666 5.50033 11.527 5.14879 11.695 4.84119C12.7887 2.8381 15.111 1.59574 17.6706 2.12033C19.7606 2.55033 21.4506 4.24033 21.8806 6.33033Z\" fill=\"\"/>\n</svg>\n</li><li title=\"shapes \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.4303 15.0014H4.40034C2.58034 15.0014 1.42034 13.0514 2.30034 11.4514L4.63034 7.21141L6.81034 3.24141C7.72034 1.59141 10.1003 1.59141 11.0103 3.24141L13.2003 7.21141L14.2503 9.12141L15.5303 11.4514C16.4103 13.0514 15.2503 15.0014 13.4303 15.0014Z\" fill=\"\"/>\n<path d=\"M22.6507 15.999C22.6507 19.589 19.7407 22.499 16.1507 22.499C13.1007 22.499 10.5507 20.409 9.84075 17.569C9.77075 17.269 10.0007 16.999 10.3107 16.999H14.0807C15.4707 16.999 16.7307 16.279 17.4407 15.089C18.1407 13.889 18.1707 12.449 17.4907 11.229L16.9907 10.309C16.8007 9.96898 17.0707 9.55898 17.4507 9.62898C20.4107 10.229 22.6507 12.849 22.6507 15.999Z\" fill=\"\"/>\n</svg>\n</li><li title=\"share \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.3591 12.7315C19.9891 12.7315 19.6791 12.4515 19.6391 12.0815C19.3991 9.88154 18.2191 7.90154 16.3991 6.64154C16.0691 6.41154 15.9891 5.96154 16.2191 5.63154C16.4491 5.30154 16.8991 5.22154 17.2291 5.45154C19.3991 6.96154 20.7991 9.32154 21.0891 11.9315C21.1291 12.3315 20.8391 12.6915 20.4391 12.7315C20.4091 12.7315 20.3891 12.7315 20.3591 12.7315Z\" fill=\"\"/>\n<path d=\"M3.73931 12.7812C3.71931 12.7812 3.68931 12.7812 3.66931 12.7812C3.26931 12.7412 2.97931 12.3812 3.01931 11.9812C3.28931 9.37118 4.66931 7.01118 6.81931 5.49118C7.13931 5.26118 7.59931 5.34118 7.82931 5.66118C8.05931 5.99118 7.97931 6.44118 7.65931 6.67118C5.85931 7.95118 4.68931 9.93118 4.46931 12.1212C4.42931 12.5012 4.10931 12.7812 3.73931 12.7812Z\" fill=\"\"/>\n<path d=\"M15.9906 21.1003C14.7606 21.6903 13.4406 21.9903 12.0606 21.9903C10.6206 21.9903 9.25059 21.6703 7.97059 21.0203C7.61059 20.8503 7.47059 20.4103 7.65059 20.0503C7.82059 19.6903 8.26059 19.5503 8.62059 19.7203C9.25059 20.0403 9.92059 20.2603 10.6006 20.3903C11.5206 20.5703 12.4606 20.5803 13.3806 20.4203C14.0606 20.3003 14.7306 20.0903 15.3506 19.7903C15.7206 19.6203 16.1606 19.7603 16.3206 20.1303C16.5006 20.4903 16.3606 20.9303 15.9906 21.1003Z\" fill=\"\"/>\n<path d=\"M12.0505 2.01172C10.5005 2.01172 9.23047 3.27172 9.23047 4.83172C9.23047 6.39172 10.4905 7.65172 12.0505 7.65172C13.6105 7.65172 14.8705 6.39172 14.8705 4.83172C14.8705 3.27172 13.6105 2.01172 12.0505 2.01172Z\" fill=\"\"/>\n<path d=\"M5.05047 13.8711C3.50047 13.8711 2.23047 15.1311 2.23047 16.6911C2.23047 18.2511 3.49047 19.5111 5.05047 19.5111C6.61047 19.5111 7.87047 18.2511 7.87047 16.6911C7.87047 15.1311 6.60047 13.8711 5.05047 13.8711Z\" fill=\"\"/>\n<path d=\"M18.9509 13.8711C17.4009 13.8711 16.1309 15.1311 16.1309 16.6911C16.1309 18.2511 17.3909 19.5111 18.9509 19.5111C20.5109 19.5111 21.7709 18.2511 21.7709 16.6911C21.7709 15.1311 20.5109 13.8711 18.9509 13.8711Z\" fill=\"\"/>\n</svg>\n</li><li title=\"shield cross \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.5408 4.11984L13.0408 2.05984C12.4708 1.84984 11.5408 1.84984 10.9708 2.05984L5.47078 4.11984C4.41078 4.51984 3.55078 5.75984 3.55078 6.88984V14.9898C3.55078 15.7998 4.08078 16.8698 4.73078 17.3498L10.2308 21.4598C11.2008 22.1898 12.7908 22.1898 13.7608 21.4598L19.2608 17.3498C19.9108 16.8598 20.4408 15.7998 20.4408 14.9898V6.88984C20.4508 5.75984 19.5908 4.51984 18.5408 4.11984ZM14.6808 13.9698C14.5308 14.1198 14.3408 14.1898 14.1508 14.1898C13.9608 14.1898 13.7708 14.1198 13.6208 13.9698L12.0308 12.3798L10.3908 14.0198C10.2408 14.1698 10.0508 14.2398 9.86078 14.2398C9.67078 14.2398 9.48078 14.1698 9.33078 14.0198C9.04078 13.7298 9.04078 13.2498 9.33078 12.9598L10.9708 11.3198L9.37078 9.71984C9.08078 9.42984 9.08078 8.94984 9.37078 8.65984C9.66078 8.36984 10.1408 8.36984 10.4308 8.65984L12.0208 10.2498L13.5708 8.69984C13.8608 8.40984 14.3408 8.40984 14.6308 8.69984C14.9208 8.98984 14.9208 9.46984 14.6308 9.75984L13.0808 11.3098L14.6708 12.8998C14.9708 13.1998 14.9708 13.6698 14.6808 13.9698Z\" fill=\"\"/>\n</svg>\n</li><li title=\"shield search \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.4491 6.94063V9.45062C19.4491 10.1606 18.7291 10.6206 18.0591 10.3706C17.2191 10.0606 16.2891 9.94062 15.3091 10.0406C12.9291 10.3006 10.4891 12.5906 10.0891 14.9606C9.75906 16.9306 10.3891 18.7706 11.5991 20.0706C12.1491 20.6706 11.7791 21.6406 10.9691 21.7306C10.2791 21.8106 9.59906 21.7906 9.21906 21.5106L3.71906 17.4006C3.06906 16.9106 2.53906 15.8506 2.53906 15.0306V6.94063C2.53906 5.81063 3.39906 4.57063 4.44906 4.17063L9.94906 2.11062C10.5191 1.90063 11.4591 1.90063 12.0291 2.11062L17.5291 4.17063C18.5891 4.57063 19.4491 5.81063 19.4491 6.94063Z\" fill=\"\"/>\n<path d=\"M16 11.5117C13.52 11.5117 11.5 13.5317 11.5 16.0117C11.5 18.4917 13.52 20.5117 16 20.5117C18.48 20.5117 20.5 18.4917 20.5 16.0117C20.5 13.5217 18.48 11.5117 16 11.5117Z\" fill=\"\"/>\n<path d=\"M21 22.0009C20.73 22.0009 20.48 21.8909 20.29 21.7109C20.25 21.6609 20.2 21.6109 20.17 21.5509C20.13 21.5009 20.1 21.4409 20.08 21.3809C20.05 21.3209 20.03 21.2609 20.02 21.2009C20.01 21.1309 20 21.0709 20 21.0009C20 20.8709 20.03 20.7409 20.08 20.6209C20.13 20.4909 20.2 20.3909 20.29 20.2909C20.52 20.0609 20.87 19.9509 21.19 20.0209C21.26 20.0309 21.32 20.0509 21.38 20.0809C21.44 20.1009 21.5 20.1309 21.55 20.1709C21.61 20.2009 21.66 20.2509 21.71 20.2909C21.8 20.3909 21.87 20.4909 21.92 20.6209C21.97 20.7409 22 20.8709 22 21.0009C22 21.2609 21.89 21.5209 21.71 21.7109C21.66 21.7509 21.61 21.7909 21.55 21.8309C21.5 21.8709 21.44 21.9009 21.38 21.9209C21.32 21.9509 21.26 21.9709 21.19 21.9809C21.13 21.9909 21.06 22.0009 21 22.0009Z\" fill=\"\"/>\n</svg>\n</li><li title=\"shield security \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.5408 4.17063L13.0408 2.11062C12.4708 1.90063 11.5408 1.90063 10.9708 2.11062L5.47078 4.17063C4.41078 4.57063 3.55078 5.81063 3.55078 6.94063V15.0406C3.55078 15.8506 4.08078 16.9206 4.73078 17.4006L10.2308 21.5106C11.2008 22.2406 12.7908 22.2406 13.7608 21.5106L19.2608 17.4006C19.9108 16.9106 20.4408 15.8506 20.4408 15.0406V6.94063C20.4508 5.81063 19.5908 4.57063 18.5408 4.17063ZM12.7508 12.8706V15.5006C12.7508 15.9106 12.4108 16.2506 12.0008 16.2506C11.5908 16.2506 11.2508 15.9106 11.2508 15.5006V12.8706C10.2408 12.5506 9.50078 11.6106 9.50078 10.5006C9.50078 9.12062 10.6208 8.00063 12.0008 8.00063C13.3808 8.00063 14.5008 9.12062 14.5008 10.5006C14.5008 11.6206 13.7608 12.5506 12.7508 12.8706Z\" fill=\"\"/>\n</svg>\n</li><li title=\"shield slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.3608 4.63984L5.83078 18.1698L4.73078 17.3498C4.08078 16.8598 3.55078 15.7998 3.55078 14.9798V6.88984C3.55078 5.75984 4.41078 4.51984 5.46078 4.11984L10.9608 2.05984C11.5308 1.84984 12.4708 1.84984 13.0408 2.05984L18.5408 4.11984C18.8308 4.22984 19.1108 4.40984 19.3608 4.63984Z\" fill=\"\"/>\n<path d=\"M20.449 14.9789C20.449 15.7989 19.919 16.8589 19.269 17.3489L13.769 21.4589C12.789 22.1789 11.209 22.1789 10.229 21.4589L8.46901 20.1489C7.97901 19.7889 7.92901 19.0689 8.35901 18.6389L18.739 8.25886C19.369 7.62886 20.449 8.07886 20.449 8.96886V14.9789Z\" fill=\"\"/>\n<path d=\"M21.7689 2.22891C21.4689 1.92891 20.9789 1.92891 20.6789 2.22891L2.22891 20.6889C1.92891 20.9889 1.92891 21.4789 2.22891 21.7789C2.37891 21.9189 2.56891 21.9989 2.76891 21.9989C2.96891 21.9989 3.15891 21.9189 3.30891 21.7689L21.7689 3.30891C22.0789 3.00891 22.0789 2.52891 21.7689 2.22891Z\" fill=\"\"/>\n</svg>\n</li><li title=\"shield tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.5408 4.11984L13.0408 2.05984C12.4708 1.84984 11.5408 1.84984 10.9708 2.05984L5.47078 4.11984C4.41078 4.51984 3.55078 5.75984 3.55078 6.88984V14.9898C3.55078 15.7998 4.08078 16.8698 4.73078 17.3498L10.2308 21.4598C11.2008 22.1898 12.7908 22.1898 13.7608 21.4598L19.2608 17.3498C19.9108 16.8598 20.4408 15.7998 20.4408 14.9898V6.88984C20.4508 5.75984 19.5908 4.51984 18.5408 4.11984ZM15.4808 9.71984L11.1808 14.0198C11.0308 14.1698 10.8408 14.2398 10.6508 14.2398C10.4608 14.2398 10.2708 14.1698 10.1208 14.0198L8.52078 12.3998C8.23078 12.1098 8.23078 11.6298 8.52078 11.3398C8.81078 11.0498 9.29078 11.0498 9.58078 11.3398L10.6608 12.4198L14.4308 8.64984C14.7208 8.35984 15.2008 8.35984 15.4908 8.64984C15.7808 8.93984 15.7808 9.42984 15.4808 9.71984Z\" fill=\"\"/>\n</svg>\n</li><li title=\"ship \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.6297 14.6608L21.2197 16.5208C20.5097 19.7208 17.9997 22.0008 14.3797 22.0008H9.61974C5.99974 22.0008 3.48974 19.7208 2.77974 16.5208L2.36974 14.6608C2.16974 13.7508 2.70974 12.7208 3.57974 12.3708L4.99974 11.8008L10.5097 9.59078C10.9897 9.40078 11.4997 9.30078 11.9997 9.30078C12.4997 9.30078 13.0097 9.40078 13.4897 9.59078L18.9997 11.8008L20.4197 12.3708C21.2897 12.7208 21.8297 13.7508 21.6297 14.6608Z\" fill=\"\"/>\n<path d=\"M19 8V9.44C19 9.79 18.64 10.04 18.31 9.9L14.04 8.19C12.73 7.68 11.27 7.68 9.95 8.2L5.69 9.91C5.36 10.05 5 9.8 5 9.45V8C5 6.35 6.35 5 8 5H16C17.65 5 19 6.35 19 8Z\" fill=\"\"/>\n<path d=\"M14.5 5H9.5V3C9.5 2.45 9.95 2 10.5 2H13.5C14.05 2 14.5 2.45 14.5 3V5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"shop add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.80023 22.1483C5.15023 22.1483 2.99023 19.9983 2.99023 17.3383V14.4983C2.99023 13.8283 3.65023 13.3783 4.28023 13.5983C4.54023 13.6883 4.80023 13.7483 5.07023 13.7883C5.19023 13.8083 5.31023 13.8283 5.43023 13.8283C5.58023 13.8483 5.74023 13.8583 5.89023 13.8583C7.00023 13.8583 8.10023 13.4483 8.97023 12.7383C9.80023 13.4483 10.8702 13.8583 12.0102 13.8583C13.1502 13.8583 14.2102 13.4683 15.0402 12.7483C15.9002 13.4483 16.9802 13.8583 18.0802 13.8583C18.2502 13.8583 18.4302 13.8483 18.5902 13.8283C18.7102 13.8183 18.8102 13.8083 18.9202 13.7883C19.2202 13.7483 19.4902 13.6683 19.7602 13.5783C20.3802 13.3683 21.0302 13.8283 21.0302 14.4783V17.3383C21.0302 19.9883 18.8802 22.1483 16.2202 22.1483H7.80023Z\" fill=\"\"/>\n<path d=\"M21.9799 8.59156L21.6999 5.93156C21.2999 3.03156 19.9799 1.85156 17.1599 1.85156H14.8999H13.4799H10.5599H9.12985H6.81985C3.99985 1.85156 2.68985 3.03156 2.27985 5.96156L2.01985 8.60156C1.91985 9.63156 2.19985 10.6316 2.80985 11.4116C3.53985 12.3616 4.65985 12.9016 5.90985 12.9016C7.11985 12.9016 8.27985 12.2916 9.00985 11.3216C9.65985 12.2916 10.7799 12.9016 12.0199 12.9016C13.2599 12.9016 14.3499 12.3216 15.0099 11.3616C15.7499 12.3116 16.8899 12.9016 18.0899 12.9016C19.3699 12.9016 20.5199 12.3316 21.2399 11.3316C21.8199 10.5616 22.0799 9.59156 21.9799 8.59156ZM13.4999 7.73156H12.7499V8.51156C12.7499 8.93156 12.4099 9.26156 11.9999 9.26156C11.5899 9.26156 11.2499 8.93156 11.2499 8.51156V7.73156H10.4999C10.0899 7.73156 9.74985 7.40156 9.74985 6.98156C9.74985 6.57156 10.0899 6.23156 10.4999 6.23156H11.2499V5.52156C11.2499 5.11156 11.5899 4.77156 11.9999 4.77156C12.4099 4.77156 12.7499 5.11156 12.7499 5.52156V6.23156H13.4999C13.9099 6.23156 14.2499 6.57156 14.2499 6.98156C14.2499 7.40156 13.9099 7.73156 13.4999 7.73156Z\" fill=\"\"/>\n</svg>\n</li><li title=\"shop remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.80023 22.1483C5.15023 22.1483 2.99023 19.9983 2.99023 17.3383V14.4983C2.99023 13.8283 3.65023 13.3783 4.28023 13.5983C4.54023 13.6883 4.80023 13.7483 5.07023 13.7883C5.19023 13.8083 5.31023 13.8283 5.43023 13.8283C5.58023 13.8483 5.74023 13.8583 5.89023 13.8583C7.00023 13.8583 8.10023 13.4483 8.97023 12.7383C9.80023 13.4483 10.8702 13.8583 12.0102 13.8583C13.1502 13.8583 14.2102 13.4683 15.0402 12.7483C15.9002 13.4483 16.9802 13.8583 18.0802 13.8583C18.2502 13.8583 18.4302 13.8483 18.5902 13.8283C18.7102 13.8183 18.8102 13.8083 18.9202 13.7883C19.2202 13.7483 19.4902 13.6683 19.7602 13.5783C20.3802 13.3683 21.0302 13.8283 21.0302 14.4783V17.3383C21.0302 19.9883 18.8802 22.1483 16.2202 22.1483H7.80023Z\" fill=\"\"/>\n<path d=\"M21.9799 8.59156L21.6999 5.93156C21.2999 3.03156 19.9799 1.85156 17.1699 1.85156H6.81985C3.99985 1.85156 2.68985 3.03156 2.27985 5.96156L2.01985 8.60156C1.91985 9.63156 2.19985 10.6316 2.80985 11.4116C3.53985 12.3616 4.65985 12.9016 5.90985 12.9016C7.11985 12.9016 8.27985 12.2916 9.01985 11.3216C9.66985 12.2916 10.7799 12.9016 12.0199 12.9016C13.2599 12.9016 14.3499 12.3216 15.0099 11.3616C15.7499 12.3116 16.8999 12.9016 18.0899 12.9016C19.3699 12.9016 20.5199 12.3316 21.2399 11.3316C21.8199 10.5616 22.0799 9.59156 21.9799 8.59156ZM13.4999 7.73156H10.4999C10.0899 7.73156 9.74985 7.40156 9.74985 6.98156C9.74985 6.57156 10.0899 6.23156 10.4999 6.23156H13.4999C13.9099 6.23156 14.2499 6.57156 14.2499 6.98156C14.2499 7.40156 13.9099 7.73156 13.4999 7.73156Z\" fill=\"\"/>\n</svg>\n</li><li title=\"shop \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22.3596 8.27L22.0696 5.5C21.6496 2.48 20.2796 1.25 17.3497 1.25H14.9896H13.5097H10.4697H8.98965H6.58965C3.64965 1.25 2.28965 2.48 1.85965 5.53L1.58965 8.28C1.48965 9.35 1.77965 10.39 2.40965 11.2C3.16965 12.19 4.33965 12.75 5.63965 12.75C6.89965 12.75 8.10965 12.12 8.86965 11.11C9.54965 12.12 10.7097 12.75 11.9997 12.75C13.2896 12.75 14.4197 12.15 15.1096 11.15C15.8797 12.14 17.0696 12.75 18.3096 12.75C19.6396 12.75 20.8396 12.16 21.5896 11.12C22.1896 10.32 22.4597 9.31 22.3596 8.27Z\" fill=\"\"/>\n<path d=\"M11.3491 16.6602C10.0791 16.7902 9.11914 17.8702 9.11914 19.1502V21.8902C9.11914 22.1602 9.33914 22.3802 9.60914 22.3802H14.3791C14.6491 22.3802 14.8691 22.1602 14.8691 21.8902V19.5002C14.8791 17.4102 13.6491 16.4202 11.3491 16.6602Z\" fill=\"\"/>\n<path d=\"M21.3709 14.3981V17.3781C21.3709 20.1381 19.1309 22.3781 16.3709 22.3781C16.1009 22.3781 15.8809 22.1581 15.8809 21.8881V19.4981C15.8809 18.2181 15.4909 17.2181 14.7309 16.5381C14.0609 15.9281 13.1509 15.6281 12.0209 15.6281C11.7709 15.6281 11.5209 15.6381 11.2509 15.6681C9.47086 15.8481 8.12086 17.3481 8.12086 19.1481V21.8881C8.12086 22.1581 7.90086 22.3781 7.63086 22.3781C4.87086 22.3781 2.63086 20.1381 2.63086 17.3781V14.4181C2.63086 13.7181 3.32086 13.2481 3.97086 13.4781C4.24086 13.5681 4.51086 13.6381 4.79086 13.6781C4.91086 13.6981 5.04086 13.7181 5.16086 13.7181C5.32086 13.7381 5.48086 13.7481 5.64086 13.7481C6.80086 13.7481 7.94086 13.3181 8.84086 12.5781C9.70086 13.3181 10.8209 13.7481 12.0009 13.7481C13.1909 13.7481 14.2909 13.3381 15.1509 12.5981C16.0509 13.3281 17.1709 13.7481 18.3109 13.7481C18.4909 13.7481 18.6709 13.7381 18.8409 13.7181C18.9609 13.7081 19.0709 13.6981 19.1809 13.6781C19.4909 13.6381 19.7709 13.5481 20.0509 13.4581C20.7009 13.2381 21.3709 13.7181 21.3709 14.3981Z\" fill=\"\"/>\n</svg>\n</li><li title=\"shopping bag \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 8.75C15.59 8.75 15.25 8.41 15.25 8V4.5C15.25 3.42 14.58 2.75 13.5 2.75H10.5C9.42 2.75 8.75 3.42 8.75 4.5V8C8.75 8.41 8.41 8.75 8 8.75C7.59 8.75 7.25 8.41 7.25 8V4.5C7.25 2.59 8.59 1.25 10.5 1.25H13.5C15.41 1.25 16.75 2.59 16.75 4.5V8C16.75 8.41 16.41 8.75 16 8.75Z\" fill=\"\"/>\n<path d=\"M8.00082 17.78C7.59082 17.78 7.25082 17.44 7.25082 17.03C7.25082 16.61 7.59082 16.28 8.00082 16.28H19.7608C20.0608 16.28 20.2908 16.02 20.2608 15.72L19.5808 10.03C19.3408 8.09 19.0008 6.5 15.6008 6.5H8.40082C5.00082 6.5 4.66082 8.09 4.43082 10.03L3.53082 17.53C3.24082 19.99 4.00082 22 7.51082 22H16.4908C19.6508 22 20.5808 20.37 20.5308 18.25C20.5208 17.98 20.3008 17.78 20.0308 17.78H8.00082Z\" fill=\"\"/>\n</svg>\n</li><li title=\"shopping cart \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.25 22.5C17.2165 22.5 18 21.7165 18 20.75C18 19.7835 17.2165 19 16.25 19C15.2835 19 14.5 19.7835 14.5 20.75C14.5 21.7165 15.2835 22.5 16.25 22.5Z\" fill=\"\"/>\n<path d=\"M8.25 22.5C9.2165 22.5 10 21.7165 10 20.75C10 19.7835 9.2165 19 8.25 19C7.2835 19 6.5 19.7835 6.5 20.75C6.5 21.7165 7.2835 22.5 8.25 22.5Z\" fill=\"\"/>\n<path d=\"M4.84 3.94L4.64 6.39C4.6 6.86 4.97 7.25 5.44 7.25H20.75C21.17 7.25 21.52 6.93 21.55 6.51C21.68 4.74 20.33 3.3 18.56 3.3H6.27C6.17 2.86 5.97 2.44 5.66 2.09C5.16 1.56 4.46 1.25 3.74 1.25H2C1.59 1.25 1.25 1.59 1.25 2C1.25 2.41 1.59 2.75 2 2.75H3.74C4.05 2.75 4.34 2.88 4.55 3.1C4.76 3.33 4.86 3.63 4.84 3.94Z\" fill=\"\"/>\n<path d=\"M20.5101 8.75H5.17005C4.75005 8.75 4.41005 9.07 4.37005 9.48L4.01005 13.83C3.87005 15.54 5.21005 17 6.92005 17H18.0401C19.5401 17 20.8601 15.77 20.9701 14.27L21.3001 9.6C21.3401 9.14 20.9801 8.75 20.5101 8.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"shuffle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.7507 17.9809C21.7507 17.9609 21.7407 17.9409 21.7407 17.9209C21.7307 17.8409 21.7207 17.7609 21.6907 17.6909C21.6507 17.6009 21.6007 17.5309 21.5407 17.4609C21.5407 17.4609 21.5407 17.4509 21.5307 17.4509C21.4607 17.3809 21.3807 17.3309 21.2907 17.2909C21.2007 17.2509 21.1007 17.2309 21.0007 17.2309L16.3307 17.2509C16.3307 17.2509 16.3307 17.2509 16.3207 17.2509C15.7207 17.2509 15.1407 16.9709 14.7807 16.4909L13.5607 14.9209C13.3107 14.5909 12.8407 14.5309 12.5107 14.7909C12.1807 15.0509 12.1207 15.5109 12.3807 15.8409L13.6007 17.4109C14.2507 18.2509 15.2707 18.7509 16.3307 18.7509H16.3407L19.1907 18.7409L18.4807 19.4509C18.1907 19.7409 18.1907 20.2209 18.4807 20.5109C18.6307 20.6609 18.8207 20.7309 19.0107 20.7309C19.2007 20.7309 19.3907 20.6609 19.5407 20.5109L21.5407 18.5109C21.6107 18.4409 21.6607 18.3609 21.7007 18.2709C21.7307 18.1709 21.7507 18.0709 21.7507 17.9809Z\" fill=\"\"/>\n<path d=\"M8.42 6.69172C7.77 5.79172 6.73 5.26172 5.62 5.26172C5.61 5.26172 5.61 5.26172 5.6 5.26172L3 5.27172C2.59 5.27172 2.25 5.61172 2.25 6.02172C2.25 6.43172 2.59 6.77172 3 6.77172L5.61 6.76172H5.62C6.25 6.76172 6.84 7.06172 7.2 7.57172L8.28 9.07172C8.43 9.27172 8.66 9.38172 8.89 9.38172C9.04 9.38172 9.2 9.33172 9.33 9.24172C9.67 8.99172 9.74 8.52172 9.5 8.19172L8.42 6.69172Z\" fill=\"\"/>\n<path d=\"M21.74 6.07875C21.74 6.05875 21.75 6.03875 21.75 6.02875C21.75 5.92875 21.73 5.82875 21.69 5.73875C21.65 5.64875 21.6 5.56875 21.53 5.49875L19.53 3.49875C19.24 3.20875 18.76 3.20875 18.47 3.49875C18.18 3.78875 18.18 4.26875 18.47 4.55875L19.18 5.26875L16.45 5.25875C16.44 5.25875 16.44 5.25875 16.43 5.25875C15.28 5.25875 14.2 5.82875 13.56 6.79875L7.17 16.3787C6.81 16.9187 6.2 17.2487 5.55 17.2487H5.54L3 17.2287C2.59 17.2287 2.25 17.5587 2.25 17.9787C2.25 18.3887 2.58 18.7287 3 18.7287L5.55 18.7387C5.56 18.7387 5.56 18.7387 5.57 18.7387C6.73 18.7387 7.8 18.1688 8.44 17.1988L14.83 7.61875C15.19 7.07875 15.8 6.74875 16.45 6.74875H16.46L21 6.76875C21.1 6.76875 21.19 6.74875 21.29 6.70875C21.38 6.66875 21.46 6.61875 21.53 6.54875C21.53 6.54875 21.53 6.53875 21.54 6.53875C21.6 6.46875 21.66 6.39875 21.69 6.30875C21.72 6.23875 21.73 6.15875 21.74 6.07875Z\" fill=\"\"/>\n</svg>\n</li><li title=\"sidebar bottom \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.04953 19.8713C3.33953 20.2913 3.70953 20.6613 4.12953 20.9513C5.07953 21.6413 6.31953 22.0012 7.80953 22.0012H16.1895C19.6295 22.0012 21.7595 20.0612 21.9695 16.7812H2.01953C2.09953 18.0113 2.44953 19.0513 3.04953 19.8713Z\" fill=\"\"/>\n<path d=\"M20.95 4.13C20.66 3.71 20.29 3.34 19.87 3.05C18.92 2.36 17.68 2 16.19 2H7.81C4.17 2 2 4.17 2 7.81V15.28H22V7.81C22 6.32 21.64 5.08 20.95 4.13ZM15.09 9.56L12.53 12.12C12.24 12.41 11.76 12.41 11.47 12.12L8.91 9.56C8.76 9.41 8.69 9.22 8.69 9.03C8.69 8.84 8.76 8.64 8.91 8.5C9.2 8.2 9.68 8.2 9.97 8.5L12 10.52L14.03 8.49C14.32 8.2 14.8 8.2 15.09 8.49C15.38 8.78 15.38 9.26 15.09 9.56Z\" fill=\"\"/>\n</svg>\n</li><li title=\"sidebar left \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 7.81125V16.1913C2 17.6813 2.36 18.9212 3.05 19.8713C3.34 20.2913 3.71 20.6612 4.13 20.9513C4.95 21.5513 5.99 21.9012 7.22 21.9812V2.03125C3.94 2.24125 2 4.37125 2 7.81125Z\" fill=\"\"/>\n<path d=\"M20.9507 4.13C20.6607 3.71 20.2907 3.34 19.8707 3.05C18.9207 2.36 17.6807 2 16.1907 2H8.7207V22H16.1907C19.8307 22 22.0007 19.83 22.0007 16.19V7.81C22.0007 6.32 21.6407 5.08 20.9507 4.13ZM15.5007 14.03C15.7907 14.32 15.7907 14.8 15.5007 15.09C15.3507 15.24 15.1607 15.31 14.9707 15.31C14.7807 15.31 14.5907 15.24 14.4407 15.09L11.8807 12.53C11.5907 12.24 11.5907 11.76 11.8807 11.47L14.4407 8.91C14.7307 8.62 15.2107 8.62 15.5007 8.91C15.7907 9.2 15.7907 9.68 15.5007 9.97L13.4807 12L15.5007 14.03Z\" fill=\"\"/>\n</svg>\n</li><li title=\"sidebar right \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.81 2C6.32 2 5.08 2.36 4.13 3.05C3.71 3.34 3.34 3.71 3.05 4.13C2.36 5.08 2 6.32 2 7.81V16.19C2 19.83 4.17 22 7.81 22H15.28V2H7.81ZM12.12 12.53L9.56 15.09C9.41 15.24 9.22 15.31 9.03 15.31C8.84 15.31 8.65 15.24 8.5 15.09C8.21 14.8 8.21 14.32 8.5 14.03L10.52 12L8.5 9.97C8.2 9.68 8.2 9.2 8.5 8.91C8.8 8.62 9.27 8.62 9.56 8.91L12.12 11.47C12.41 11.76 12.41 12.24 12.12 12.53Z\" fill=\"\"/>\n<path d=\"M16.7793 2.03125V21.9812C18.0093 21.9012 19.0493 21.5513 19.8693 20.9513C20.2893 20.6612 20.6593 20.2913 20.9493 19.8713C21.6393 18.9212 21.9993 17.6813 21.9993 16.1913V7.81125C21.9993 4.37125 20.0593 2.24125 16.7793 2.03125Z\" fill=\"\"/>\n</svg>\n</li><li title=\"sidebar top \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.9493 4.13C20.6593 3.71 20.2893 3.34 19.8693 3.05C18.9193 2.36 17.6793 2 16.1893 2H7.8093C4.3693 2 2.2393 3.94 2.0293 7.22H21.9793C21.8993 5.99 21.5493 4.95 20.9493 4.13Z\" fill=\"\"/>\n<path d=\"M2 16.1888C2 17.6788 2.36 18.9188 3.05 19.8688C3.34 20.2888 3.71 20.6588 4.13 20.9488C5.08 21.6388 6.32 21.9987 7.81 21.9987H16.19C19.83 21.9987 22 19.8288 22 16.1888V8.71875H2V16.1888ZM8.91 14.4387L11.47 11.8787C11.76 11.5887 12.24 11.5887 12.53 11.8787L15.09 14.4387C15.24 14.5887 15.31 14.7787 15.31 14.9688C15.31 15.1588 15.24 15.3487 15.09 15.4987C14.8 15.7887 14.32 15.7887 14.03 15.4987L12 13.4787L9.97 15.4987C9.68 15.7887 9.2 15.7887 8.91 15.4987C8.62 15.2087 8.62 14.7387 8.91 14.4387Z\" fill=\"\"/>\n</svg>\n</li><li title=\"signpost \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.3398 14.13L16.1598 12.38C15.8498 12.14 15.4598 12 15.0598 12H12.7498V9H17.2198C18.1898 9 18.9698 8.22 18.9698 7.25V3.75C18.9698 2.78 18.1898 2 17.2198 2H8.95984C8.56984 2 8.17984 2.14 7.86984 2.38L5.67984 4.13C4.80984 4.83 4.80984 6.17 5.67984 6.87L7.86984 8.62C8.17984 8.86 8.56984 9 8.95984 9H11.2498V12H6.79984C5.82984 12 5.04984 12.78 5.04984 13.75V17.25C5.04984 18.22 5.82984 19 6.79984 19H11.2498V21.25H8.99984C8.58984 21.25 8.24984 21.59 8.24984 22C8.24984 22.41 8.58984 22.75 8.99984 22.75H14.9998C15.4098 22.75 15.7498 22.41 15.7498 22C15.7498 21.59 15.4098 21.25 14.9998 21.25H12.7498V19H15.0598C15.4598 19 15.8498 18.86 16.1598 18.62L18.3398 16.87C19.2198 16.17 19.2198 14.83 18.3398 14.13Z\" fill=\"\"/>\n</svg>\n</li><li title=\"simcard 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.54 6.54L16.47 3.47C15.53 2.53 14.26 2 12.93 2H8C5 2 3 4 3 7V17C3 20 5 22 8 22H16C19 22 21 20 21 17V10.07C21 8.74 20.47 7.47 19.54 6.54ZM11.5 18C11.5 18.2761 11.2761 18.5 11 18.5H10C8.35 18.5 7 17.15 7 15.5V15C7 14.7239 7.22386 14.5 7.5 14.5H11.25C11.39 14.5 11.5 14.61 11.5 14.75V18ZM11.5 13.25C11.5 13.39 11.39 13.5 11.25 13.5H7.5C7.22386 13.5 7 13.2761 7 13V12.5C7 10.85 8.35 9.5 10 9.5H11C11.2761 9.5 11.5 9.72386 11.5 10V13.25ZM17 15.5C17 17.15 15.65 18.5 14 18.5H13C12.7239 18.5 12.5 18.2761 12.5 18V14.75C12.5 14.61 12.61 14.5 12.75 14.5H16.5C16.7761 14.5 17 14.7239 17 15V15.5ZM17 13C17 13.2761 16.7761 13.5 16.5 13.5H12.75C12.61 13.5 12.5 13.39 12.5 13.25V10C12.5 9.72386 12.7239 9.5 13 9.5H14C15.65 9.5 17 10.85 17 12.5V13Z\" fill=\"\"/>\n</svg>\n</li><li title=\"simcard 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 12.6919V18.0819C16 20.4219 14.44 21.9719 12.11 21.9719H5.89C3.56 21.9719 2 20.4219 2 18.0819V10.3119C2 7.97188 3.56 6.42188 5.89 6.42188H9.72C10.75 6.42188 11.74 6.83187 12.47 7.56187L14.86 9.94187C15.59 10.6719 16 11.6619 16 12.6919Z\" fill=\"\"/>\n<path d=\"M21.9995 8.24875V13.6388C21.9995 15.9688 20.4395 17.5288 18.1095 17.5288H16.9995V12.6887C16.9995 11.3987 16.4795 10.1387 15.5695 9.22875L13.1795 6.84875C12.2695 5.93875 11.0095 5.41875 9.71953 5.41875H8.01953C8.19953 3.33875 9.70953 1.96875 11.8895 1.96875H15.7195C16.7495 1.96875 17.7395 2.37875 18.4695 3.10875L20.8595 5.49875C21.5895 6.22875 21.9995 7.21875 21.9995 8.24875Z\" fill=\"\"/>\n</svg>\n</li><li title=\"simcard \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.54 6.54L16.47 3.47C15.53 2.53 14.26 2 12.93 2H8C5 2 3 4 3 7V17C3 20 5 22 8 22H16C19 22 21 20 21 17V10.07C21 8.74 20.47 7.47 19.54 6.54ZM10.03 17.47C10.32 17.76 10.32 18.24 10.03 18.53C9.88 18.68 9.69 18.75 9.5 18.75C9.31 18.75 9.12 18.68 8.97 18.53L6.97 16.53C6.68 16.24 6.68 15.76 6.97 15.47L8.97 13.47C9.26 13.18 9.74 13.18 10.03 13.47C10.32 13.76 10.32 14.24 10.03 14.53L8.56 16L10.03 17.47ZM17.03 16.53L15.03 18.53C14.88 18.68 14.69 18.75 14.5 18.75C14.31 18.75 14.12 18.68 13.97 18.53C13.68 18.24 13.68 17.76 13.97 17.47L15.44 16L13.97 14.53C13.68 14.24 13.68 13.76 13.97 13.47C14.26 13.18 14.74 13.18 15.03 13.47L17.03 15.47C17.32 15.76 17.32 16.24 17.03 16.53Z\" fill=\"\"/>\n</svg>\n</li><li title=\"size \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.9707 5.5V9.5C21.9707 11.2615 20.6712 12.7232 18.9692 12.9649C18.6958 13.0038 18.4707 12.7761 18.4707 12.5V12.25C18.4707 8.53 15.4507 5.5 11.7207 5.5H11.4707C11.1946 5.5 10.9669 5.27486 11.0061 5.0015C11.2488 3.30678 12.7099 2 14.4707 2H18.4707C20.4107 2 21.9707 3.57 21.9707 5.5Z\" fill=\"\"/>\n<path d=\"M11.7207 7H10.9707H6.9707C4.2107 7 1.9707 9.24 1.9707 12V17C1.9707 19.76 4.2107 22 6.9707 22H11.9707C14.7307 22 16.9707 19.76 16.9707 17V13V12.25C16.9707 9.35 14.6207 7 11.7207 7Z\" fill=\"\"/>\n</svg>\n</li><li title=\"slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.53 5.53L5.53 19.53C5.51 19.55 5.5 19.56 5.48 19.57C5.1 19.25 4.75 18.9 4.43 18.52C2.91 16.77 2 14.49 2 12C2 6.48 6.48 2 12 2C14.49 2 16.77 2.91 18.52 4.43C18.9 4.75 19.25 5.1 19.57 5.48C19.56 5.5 19.55 5.51 19.53 5.53Z\" fill=\"\"/>\n<path d=\"M22.0008 12.0008C22.0008 17.4908 17.4908 22.0008 12.0008 22.0008C10.5008 22.0008 9.08084 21.6708 7.80084 21.0708C7.18084 20.7808 7.06084 19.9508 7.54084 19.4608L19.4608 7.54084C19.9408 7.06084 20.7808 7.18084 21.0708 7.80084C21.6708 9.07084 22.0008 10.5008 22.0008 12.0008Z\" fill=\"\"/>\n<path d=\"M21.7709 2.22891C21.4709 1.92891 20.9809 1.92891 20.6809 2.22891L2.23086 20.6889C1.93086 20.9889 1.93086 21.4789 2.23086 21.7789C2.38086 21.9189 2.57086 21.9989 2.77086 21.9989C2.97086 21.9989 3.16086 21.9189 3.31086 21.7689L21.7709 3.30891C22.0809 3.00891 22.0809 2.52891 21.7709 2.22891Z\" fill=\"\"/>\n</svg>\n</li><li title=\"slider horizontal 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.5 5.05859V18.9386C3.5 19.3486 3.16 19.6886 2.75 19.6886C2.34 19.6886 2 19.3486 2 18.9386V5.05859C2 4.64859 2.34 4.30859 2.75 4.30859C3.16 4.30859 3.5 4.64859 3.5 5.05859Z\" fill=\"\"/>\n<path d=\"M22 5.05859V18.9386C22 19.3486 21.66 19.6886 21.25 19.6886C20.84 19.6886 20.5 19.3486 20.5 18.9386V5.05859C20.5 4.64859 20.84 4.30859 21.25 4.30859C21.66 4.30859 22 4.64859 22 5.05859Z\" fill=\"\"/>\n<path d=\"M8 21.25H16C17.66 21.25 19 19.91 19 18.25V5.75C19 4.09 17.66 2.75 16 2.75H8C6.34 2.75 5 4.09 5 5.75V18.25C5 19.91 6.34 21.25 8 21.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"slider horizontal \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C16.66 22 18 20.66 18 19V5C18 3.34 16.66 2 15 2H9C7.34 2 6 3.34 6 5V19C6 20.66 7.34 22 9 22Z\" fill=\"\"/>\n<path d=\"M4.5 5.92923V18.0692C4.5 18.3892 4.21 18.6192 3.9 18.5592C2.42 18.2892 2 17.4292 2 15.3292V8.66923C2 6.56923 2.42 5.70923 3.9 5.43923C4.21 5.37923 4.5 5.60923 4.5 5.92923Z\" fill=\"\"/>\n<path d=\"M22 8.66923V15.3292C22 17.4292 21.58 18.2892 20.1 18.5592C19.79 18.6192 19.5 18.3792 19.5 18.0692V5.92923C19.5 5.60923 19.79 5.37923 20.1 5.43923C21.58 5.70923 22 6.56923 22 8.66923Z\" fill=\"\"/>\n</svg>\n</li><li title=\"slider vertical 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.9405 3.5H5.06055C4.65055 3.5 4.31055 3.16 4.31055 2.75C4.31055 2.34 4.65055 2 5.06055 2H18.9405C19.3505 2 19.6905 2.34 19.6905 2.75C19.6905 3.16 19.3505 3.5 18.9405 3.5Z\" fill=\"\"/>\n<path d=\"M18.9405 22H5.06055C4.65055 22 4.31055 21.66 4.31055 21.25C4.31055 20.84 4.65055 20.5 5.06055 20.5H18.9405C19.3505 20.5 19.6905 20.84 19.6905 21.25C19.6905 21.66 19.3505 22 18.9405 22Z\" fill=\"\"/>\n<path d=\"M2.75 8V16C2.75 17.66 4.09 19 5.75 19H18.25C19.91 19 21.25 17.66 21.25 16V8C21.25 6.34 19.91 5 18.25 5H5.75C4.09 5 2.75 6.34 2.75 8Z\" fill=\"\"/>\n</svg>\n</li><li title=\"slider vertical \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 15V9C22 7.34 20.66 6 19 6H5C3.34 6 2 7.34 2 9V15C2 16.66 3.34 18 5 18H19C20.66 18 22 16.66 22 15Z\" fill=\"\"/>\n<path d=\"M5.92923 19.5H18.0692C18.3892 19.5 18.6192 19.79 18.5592 20.1C18.2892 21.58 17.4192 22 15.3292 22H8.66923C6.56923 22 5.70923 21.58 5.43923 20.1C5.37923 19.79 5.60923 19.5 5.92923 19.5Z\" fill=\"\"/>\n<path d=\"M8.66923 2H15.3292C17.4292 2 18.2892 2.42 18.5592 3.9C18.6192 4.21 18.3792 4.5 18.0692 4.5H5.92923C5.60923 4.5 5.37923 4.21 5.43923 3.9C5.70923 2.42 6.56923 2 8.66923 2Z\" fill=\"\"/>\n</svg>\n</li><li title=\"slider \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18 16.0117C18.55 16.0117 19 16.4617 19 17.0117V18.0017C19 20.2017 17.5 22.0017 15 22.0017H9C6.5 22.0017 5 20.2017 5 18.0017V17.0117C5 16.4617 5.45 16.0117 6 16.0117H18Z\" fill=\"\"/>\n<path d=\"M19 6V13.5C19 14.05 18.55 14.5 18 14.5H6C5.45 14.5 5 14.05 5 13.5V6C5 3.8 6.5 2 9 2H15C17.5 2 19 3.8 19 6Z\" fill=\"\"/>\n<path d=\"M3 20.75C2.59 20.75 2.25 20.41 2.25 20V4C2.25 3.59 2.59 3.25 3 3.25C3.41 3.25 3.75 3.59 3.75 4V20C3.75 20.41 3.41 20.75 3 20.75Z\" fill=\"\"/>\n<path d=\"M21 20.75C20.59 20.75 20.25 20.41 20.25 20V4C20.25 3.59 20.59 3.25 21 3.25C21.41 3.25 21.75 3.59 21.75 4V20C21.75 20.41 21.41 20.75 21 20.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"smallcaps \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.95 4.13C20.66 3.71 20.29 3.34 19.87 3.05C18.92 2.36 17.68 2 16.19 2H7.81C7.61 2 7.41 2.01 7.22 2.03C3.94 2.24 2 4.37 2 7.81V16.19C2 17.68 2.36 18.92 3.05 19.87C3.34 20.29 3.71 20.66 4.13 20.95C4.95 21.55 5.99 21.9 7.22 21.98C7.41 21.99 7.61 22 7.81 22H16.19C19.83 22 22 19.83 22 16.19V7.81C22 6.32 21.64 5.08 20.95 4.13ZM11.39 15.88H8.52C8.11 15.88 7.77 15.54 7.77 15.13C7.77 14.72 8.11 14.38 8.52 14.38H9.52V7.91H6.95C6.84 7.91 6.75 8 6.75 8.11V8.89C6.75 9.3 6.41 9.63 6 9.63C5.59 9.63 5.25 9.3 5.25 8.88V8.1C5.25 7.16 6.01 6.4 6.95 6.4H13.59C14.53 6.4 15.29 7.16 15.29 8.1V8.88C15.29 9.29 14.95 9.63 14.54 9.63C14.13 9.63 13.79 9.29 13.79 8.88V8.1C13.79 7.99 13.7 7.9 13.59 7.9H11.02V14.38H11.39C11.8 14.38 12.14 14.72 12.14 15.13C12.14 15.54 11.8 15.88 11.39 15.88ZM18.75 12.23C18.75 12.64 18.41 12.98 18 12.98C17.59 12.98 17.25 12.64 17.25 12.23V11.9H15.7V16.1H16.05C16.46 16.1 16.8 16.44 16.8 16.85C16.8 17.26 16.46 17.6 16.05 17.6H13.85C13.44 17.6 13.1 17.26 13.1 16.85C13.1 16.44 13.44 16.1 13.85 16.1H14.2V11.9H13.72C13.31 11.9 12.97 11.56 12.97 11.15C12.97 10.74 13.31 10.4 13.72 10.4H17.32C18.11 10.4 18.75 11.04 18.75 11.83V12.23Z\" fill=\"\"/>\n</svg>\n</li><li title=\"smart car \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.7089 9.49049C18.6089 9.49049 18.5089 9.47049 18.4089 9.43049C18.0289 9.26049 17.8589 8.82049 18.0189 8.44049C18.2089 8.01049 18.0989 7.38049 17.7489 6.86049C17.3989 6.33049 16.8689 5.97049 16.3889 6.00049C15.9489 6.00049 15.6389 5.67049 15.6289 5.26049C15.6289 4.84049 15.9589 4.51049 16.3689 4.50049C17.3989 4.48049 18.3689 5.07049 18.9989 6.02049C19.6389 6.98049 19.7889 8.13049 19.3989 9.03049C19.2789 9.32049 18.9989 9.49049 18.7089 9.49049Z\" fill=\"\"/>\n<path d=\"M21.8201 10.4794C21.7501 10.4794 21.6901 10.4694 21.6201 10.4494C21.2201 10.3394 20.9901 9.92937 21.1001 9.52937C21.4801 8.16937 21.1601 6.54937 20.2501 5.18937C19.3401 3.82937 17.9601 2.91937 16.5501 2.74937C16.1401 2.69937 15.8501 2.32937 15.9001 1.91937C15.9501 1.50937 16.3301 1.20937 16.7301 1.26937C18.5601 1.48937 20.3401 2.64937 21.4901 4.36937C22.6401 6.08937 23.0301 8.16937 22.5401 9.94937C22.4501 10.2594 22.1501 10.4794 21.8201 10.4794Z\" fill=\"\"/>\n<path d=\"M17.1189 11.7809C17.1189 12.0809 16.8689 12.3309 16.5689 12.3309H3.42891C3.12891 12.3309 2.87891 12.0809 2.87891 11.7809C2.87891 11.4809 3.12891 11.2309 3.42891 11.2309H4.16891L4.44891 9.91094C4.70891 8.63094 5.25891 7.46094 7.43891 7.46094H12.5689C14.7489 7.46094 15.2889 8.64094 15.5589 9.91094L15.8389 11.2309H16.5789C16.8689 11.2309 17.1189 11.4809 17.1189 11.7809Z\" fill=\"\"/>\n<path d=\"M17.4305 15.9119C17.3205 14.7119 17.0005 13.4219 14.6605 13.4219H5.34053C3.00054 13.4219 2.68053 14.7119 2.57053 15.9119L2.16053 20.3619C2.11053 20.9119 2.29053 21.4719 2.67053 21.8919C3.06053 22.3119 3.60053 22.5519 4.19053 22.5519H5.56053C6.74053 22.5519 6.97053 21.8719 7.12053 21.4319L7.27053 20.9919C7.44054 20.4919 7.48054 20.3619 8.14054 20.3619H11.8805C12.5405 20.3619 12.5605 20.4319 12.7505 20.9919L12.9005 21.4319C13.0505 21.8819 13.2705 22.5519 14.4605 22.5519H15.8305C16.4105 22.5519 16.9605 22.3119 17.3505 21.8919C17.7305 21.4719 17.9105 20.9219 17.8605 20.3619L17.4305 15.9119ZM7.81053 17.4319H5.62053C5.32053 17.4319 5.07053 17.1819 5.07053 16.8819C5.07053 16.5819 5.32053 16.3319 5.62053 16.3319H7.81053C8.11054 16.3319 8.36053 16.5819 8.36053 16.8819C8.36053 17.1819 8.11054 17.4319 7.81053 17.4319ZM14.3805 17.4319H12.1905C11.8905 17.4319 11.6405 17.1819 11.6405 16.8819C11.6405 16.5819 11.8905 16.3319 12.1905 16.3319H14.3805C14.6805 16.3319 14.9305 16.5819 14.9305 16.8819C14.9305 17.1819 14.6805 17.4319 14.3805 17.4319Z\" fill=\"\"/>\n</svg>\n</li><li title=\"smart home \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.8593 8.56126L13.9293 3.02126C12.8593 2.16126 11.1293 2.16126 10.0693 3.01126L3.13929 8.56126C2.35929 9.18126 1.85929 10.4913 2.02929 11.4713L3.35929 19.4313C3.59929 20.8513 4.95929 22.0013 6.39929 22.0013H17.5993C19.0293 22.0013 20.3993 20.8413 20.6393 19.4313L21.9693 11.4713C22.1293 10.4913 21.6293 9.18126 20.8593 8.56126ZM9.37929 17.3813C8.81929 17.3813 8.37929 16.9313 8.37929 16.3813C8.37929 15.8313 8.82929 15.3813 9.37929 15.3813C9.92929 15.3813 10.3793 15.8313 10.3793 16.3813C10.3793 16.9313 9.92929 17.3813 9.37929 17.3813ZM12.3893 17.1213C12.3793 17.1213 12.3793 17.1213 12.3693 17.1213C11.9593 17.1213 11.6293 16.7913 11.6193 16.3913C11.5893 15.0413 10.6993 14.1513 9.34929 14.1213C8.93929 14.1113 8.60929 13.7713 8.61929 13.3513C8.62929 12.9413 8.95929 12.6213 9.36929 12.6213C9.37929 12.6213 9.37929 12.6213 9.38929 12.6213C11.5393 12.6713 13.0793 14.2013 13.1193 16.3513C13.1293 16.7713 12.8093 17.1213 12.3893 17.1213ZM15.3793 17.1213C14.9593 17.1213 14.6293 16.7913 14.6193 16.3813C14.6093 15.7213 14.4993 15.0913 14.2993 14.5013C13.7893 13.0413 12.6993 11.9613 11.2393 11.4413C10.6493 11.2313 10.0193 11.1213 9.35929 11.1213C8.94929 11.1213 8.60929 10.7813 8.61929 10.3613C8.61929 9.95126 8.95929 9.62126 9.36929 9.62126H9.37929C10.2093 9.63126 10.9993 9.77126 11.7393 10.0313C13.6293 10.7013 15.0393 12.1113 15.7093 14.0013C15.9693 14.7413 16.1093 15.5413 16.1193 16.3613C16.1293 16.7813 15.7993 17.1213 15.3793 17.1213Z\" fill=\"\"/>\n</svg>\n</li><li title=\"smileys \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10 1H4C2.34 1 1 2.34 1 4V10C1 11.66 2.34 13 4 13H8.5C8.5 10.52 10.52 8.5 13 8.5V4C13 2.34 11.66 1 10 1ZM3.77 4.27C4.54 3.72 5.59 3.71 6.38 4.25C6.72 4.48 6.81 4.95 6.58 5.29C6.35 5.63 5.88 5.72 5.54 5.49C5.27 5.3 4.9 5.3 4.63 5.5C4.5 5.59 4.35 5.63 4.2 5.63C3.97 5.63 3.73 5.52 3.59 5.32C3.35 4.98 3.43 4.51 3.77 4.27ZM9.27 8.24C9.01 8.57 8.54 8.62 8.22 8.36C7.87 8.08 7.45 7.93 7 7.93C6 7.93 5.17 8.69 5.06 9.67H7.16C7.57 9.67 7.91 10.01 7.91 10.42C7.91 10.83 7.57 11.17 7.16 11.17H4.84C4.13 11.17 3.55 10.59 3.55 9.88C3.55 7.98 5.1 6.43 7 6.43C7.78 6.43 8.55 6.7 9.16 7.19C9.48 7.45 9.53 7.92 9.27 8.24ZM10.58 5.29C10.35 5.63 9.88 5.72 9.54 5.49C9.27 5.3 8.9 5.3 8.63 5.5C8.5 5.59 8.35 5.63 8.2 5.63C7.97 5.63 7.73 5.52 7.59 5.32C7.35 4.98 7.43 4.51 7.77 4.27C8.54 3.72 9.59 3.71 10.38 4.25C10.72 4.48 10.81 4.95 10.58 5.29Z\" fill=\"\"/>\n<path d=\"M18.2207 16.6786C18.1507 16.5986 18.0507 16.5586 17.9407 16.5586H14.0607C13.9507 16.5586 13.8507 16.5986 13.7807 16.6786C13.7107 16.7586 13.6707 16.8686 13.6907 16.9686C13.8207 18.1486 14.8107 19.0486 16.0007 19.0486C17.1907 19.0486 18.1807 18.1586 18.3107 16.9686C18.3207 16.8586 18.2907 16.7586 18.2207 16.6786Z\" fill=\"\"/>\n<path d=\"M19 10H13C11.35 10 10 11.35 10 13V19C10 20.65 11.35 22 13 22H19C20.65 22 22 20.65 22 19V13C22 11.35 20.65 10 19 10ZM12.59 13.17C12.83 12.83 13.3 12.75 13.64 12.99C13.91 13.18 14.27 13.18 14.54 13C14.88 12.76 15.35 12.85 15.58 13.2C15.81 13.54 15.73 14.01 15.38 14.24C14.99 14.5 14.54 14.64 14.09 14.64C13.62 14.64 13.16 14.5 12.77 14.22C12.43 13.97 12.35 13.5 12.59 13.17ZM16 20.17C14.1 20.17 12.55 18.62 12.55 16.72C12.55 16.01 13.13 15.43 13.84 15.43H18.16C18.87 15.43 19.45 16.01 19.45 16.72C19.45 18.62 17.9 20.17 16 20.17ZM19.38 14.23C18.99 14.49 18.54 14.63 18.09 14.63C17.62 14.63 17.16 14.49 16.77 14.21C16.43 13.97 16.35 13.5 16.59 13.16C16.83 12.82 17.3 12.74 17.64 12.98C17.91 13.17 18.27 13.17 18.54 12.99C18.88 12.75 19.35 12.84 19.58 13.19C19.81 13.54 19.72 14 19.38 14.23Z\" fill=\"\"/>\n</svg>\n</li><li title=\"sms edit \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 3H7C4 3 2 4.5 2 8V15C2 18.5 4 20 7 20H10.57C11.16 20 11.64 19.48 11.56 18.89C11.46 18.18 11.48 17.44 11.63 16.68C12.16 14.08 14.3 12.01 16.92 11.58C18.23 11.37 19.48 11.55 20.58 12.03C21.25 12.32 22 11.86 22 11.13V8C22 4.5 20 3 17 3ZM17.47 8.59L14.34 11.09C13.68 11.62 12.84 11.88 12 11.88C11.16 11.88 10.31 11.62 9.66 11.09L6.53 8.59C6.21 8.33 6.16 7.86 6.41 7.53C6.67 7.21 7.14 7.15 7.46 7.41L10.59 9.91C11.35 10.52 12.64 10.52 13.4 9.91L16.53 7.41C16.85 7.15 17.33 7.2 17.58 7.53C17.84 7.86 17.79 8.33 17.47 8.59Z\" fill=\"\"/>\n<path d=\"M18 13C15.24 13 13 15.23 13 18C13 20.76 15.24 23 18 23C20.77 23 23 20.76 23 18C23 15.23 20.77 13 18 13ZM20.05 17.55L19.68 17.91L17.5 20.1C17.4 20.19 17.21 20.29 17.07 20.31L16.09 20.45C15.74 20.5 15.49 20.25 15.54 19.9L15.68 18.92C15.7 18.78 15.79 18.59 15.89 18.49L18.07 16.32L18.43 15.95C18.67 15.71 18.94 15.55 19.22 15.55C19.46 15.55 19.73 15.66 20.03 15.95C20.7 16.6 20.49 17.11 20.05 17.55Z\" fill=\"\"/>\n</svg>\n</li><li title=\"sms notification \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.5 8C20.8807 8 22 6.88071 22 5.5C22 4.11929 20.8807 3 19.5 3C18.1193 3 17 4.11929 17 5.5C17 6.88071 18.1193 8 19.5 8Z\" fill=\"\"/>\n<path d=\"M19.5 8C20.8807 8 22 6.88071 22 5.5C22 4.11929 20.8807 3 19.5 3C18.1193 3 17 4.11929 17 5.5C17 6.88071 18.1193 8 19.5 8Z\" fill=\"\"/>\n<path d=\"M20.72 9.31C20.02 9.53 19.25 9.57 18.45 9.37C17.11 9.02 16.02 7.95 15.65 6.61C15.47 5.96 15.46 5.32 15.57 4.74C15.7 4.1 15.25 3.5 14.61 3.5H7C4 3.5 2 5 2 8.5V15.5C2 19 4 20.5 7 20.5H17C20 20.5 22 19 22 15.5V10.26C22 9.6 21.36 9.1 20.72 9.31ZM15.52 11.15L14.34 12.09C13.68 12.62 12.84 12.88 12 12.88C11.16 12.88 10.31 12.62 9.66 12.09L6.53 9.59C6.21 9.33 6.16 8.85 6.41 8.53C6.67 8.21 7.14 8.15 7.46 8.41L10.59 10.91C11.35 11.52 12.64 11.52 13.4 10.91L14.58 9.97C14.9 9.71 15.38 9.76 15.63 10.09C15.89 10.41 15.84 10.89 15.52 11.15Z\" fill=\"\"/>\n</svg>\n</li><li title=\"sms search \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 3H7C4 3 2 4.5 2 8V15.96C2 18.25 3.85 20.1 6.14 20.1H12.4C12.98 20.1 13.48 19.61 13.42 19.03C13.28 17.5 13.78 15.85 15.14 14.52C15.7 13.97 16.39 13.55 17.14 13.31C18.39 12.91 19.6 12.96 20.67 13.33C21.32 13.55 22 13.08 22 12.39V8C22 4.5 20 3 17 3ZM17.47 8.59L14.34 11.09C13.68 11.62 12.84 11.88 12 11.88C11.16 11.88 10.31 11.62 9.66 11.09L6.53 8.59C6.21 8.33 6.16 7.86 6.41 7.53C6.67 7.21 7.14 7.15 7.46 7.41L10.59 9.91C11.35 10.52 12.64 10.52 13.4 9.91L16.53 7.41C16.85 7.15 17.33 7.2 17.58 7.53C17.84 7.86 17.79 8.33 17.47 8.59Z\" fill=\"\"/>\n<path d=\"M22.65 21.4489L21.9 20.6989C22.29 20.1089 22.52 19.3989 22.52 18.6389C22.52 16.5589 20.84 14.8789 18.76 14.8789C16.68 14.8789 15 16.5589 15 18.6289C15 20.6989 16.68 22.3889 18.76 22.3889C19.52 22.3889 20.23 22.1589 20.82 21.7689L21.57 22.5189C21.72 22.6689 21.91 22.7389 22.11 22.7389C22.31 22.7389 22.5 22.6689 22.65 22.5189C22.95 22.2289 22.95 21.7489 22.65 21.4489Z\" fill=\"\"/>\n</svg>\n</li><li title=\"sms star \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.4812 2.81875L19.7612 3.38875C19.9012 3.66875 20.2512 3.92875 20.5612 3.98875L20.9412 4.04875C22.0812 4.23875 22.3512 5.07875 21.5312 5.90875L21.1812 6.25875C20.9512 6.49875 20.8212 6.95875 20.8912 7.27875L20.9412 7.48875C21.2512 8.86875 20.5212 9.39876 19.3212 8.67875L19.0612 8.52875C18.7512 8.34875 18.2512 8.34875 17.9412 8.52875L17.6812 8.67875C16.4712 9.40875 15.7412 8.86875 16.0612 7.48875L16.1112 7.27875C16.1812 6.95875 16.0512 6.49875 15.8212 6.25875L15.4712 5.89875C14.6512 5.06875 14.9212 4.22875 16.0612 4.03875L16.4412 3.97875C16.7412 3.92875 17.1012 3.65875 17.2412 3.37875L17.5212 2.80875C18.0612 1.72875 18.9412 1.72875 19.4812 2.81875Z\" fill=\"\"/>\n<path d=\"M21.57 10.09C21.21 10.35 20.2 10.83 18.76 10.09C18.6 10.01 18.4 10 18.24 10.09C17.67 10.38 17.15 10.5 16.74 10.5C16.1 10.5 15.65 10.25 15.43 10.09C15.06 9.82 14.28 9.05 14.55 7.42C14.58 7.25 14.53 7.08 14.42 6.95C13.73 6.16 13.35 5.1 13.62 4.27C13.72 3.94 13.51 3.5 13.17 3.5H7C4 3.5 2 5 2 8.5V15.5C2 19 4 20.5 7 20.5H17C20 20.5 22 19 22 15.5V10.27C22 10.08 21.73 9.98 21.57 10.09ZM14.34 12.09C13.68 12.62 12.84 12.88 12 12.88C11.16 12.88 10.31 12.62 9.66 12.09L6.53 9.59C6.21 9.33 6.16 8.85 6.41 8.53C6.67 8.21 7.14 8.15 7.46 8.41L10.59 10.91C11.35 11.52 12.64 11.52 13.4 10.91C13.72 10.65 14.19 10.7 14.45 11.03C14.72 11.35 14.67 11.83 14.34 12.09Z\" fill=\"\"/>\n</svg>\n</li><li title=\"sms tracking \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 13C3.24 13 1 15.23 1 18C1 20.77 3.24 23 6 23C8.76 23 11 20.76 11 18C11 15.24 8.77 13 6 13ZM3.96 15.96H6C6.38 15.96 6.68 16.27 6.68 16.64C6.68 17.01 6.38 17.32 6 17.32H3.96C3.58 17.32 3.28 17.01 3.28 16.64C3.28 16.27 3.58 15.96 3.96 15.96ZM8.04 20.04H3.96C3.58 20.04 3.28 19.73 3.28 19.36C3.28 18.99 3.59 18.68 3.96 18.68H8.05C8.43 18.68 8.73 18.99 8.73 19.36C8.73 19.73 8.42 20.04 8.04 20.04Z\" fill=\"\"/>\n<path d=\"M17 3H7C4 3 2 4.5 2 8V11.14C2 11.87 2.75 12.33 3.42 12.04C4.52 11.56 5.77 11.38 7.08 11.59C9.7 12.02 11.84 14.09 12.37 16.69C12.52 17.45 12.54 18.19 12.44 18.9C12.36 19.49 12.84 20.01 13.43 20.01H17C20 20.01 22 18.51 22 15.01V8C22 4.5 20 3 17 3ZM17.47 8.59L14.34 11.09C13.68 11.62 12.84 11.88 12 11.88C11.16 11.88 10.31 11.62 9.66 11.09L6.53 8.59C6.21 8.33 6.16 7.85 6.41 7.53C6.67 7.21 7.14 7.15 7.46 7.41L10.59 9.91C11.35 10.52 12.64 10.52 13.4 9.91L16.53 7.41C16.85 7.15 17.33 7.2 17.58 7.53C17.84 7.85 17.79 8.33 17.47 8.59Z\" fill=\"\"/>\n</svg>\n</li><li title=\"sms \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 3.5H7C4 3.5 2 5 2 8.5V15.5C2 19 4 20.5 7 20.5H17C20 20.5 22 19 22 15.5V8.5C22 5 20 3.5 17 3.5ZM17.47 9.59L14.34 12.09C13.68 12.62 12.84 12.88 12 12.88C11.16 12.88 10.31 12.62 9.66 12.09L6.53 9.59C6.21 9.33 6.16 8.85 6.41 8.53C6.67 8.21 7.14 8.15 7.46 8.41L10.59 10.91C11.35 11.52 12.64 11.52 13.4 10.91L16.53 8.41C16.85 8.15 17.33 8.2 17.58 8.53C17.84 8.85 17.79 9.33 17.47 9.59Z\" fill=\"\"/>\n</svg>\n</li><li title=\"sort \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM13.33 17H10.66C10.25 17 9.91 16.66 9.91 16.25C9.91 15.84 10.25 15.5 10.66 15.5H13.33C13.74 15.5 14.08 15.84 14.08 16.25C14.08 16.66 13.75 17 13.33 17ZM16 12.75H8C7.59 12.75 7.25 12.41 7.25 12C7.25 11.59 7.59 11.25 8 11.25H16C16.41 11.25 16.75 11.59 16.75 12C16.75 12.41 16.41 12.75 16 12.75ZM18 8.5H6C5.59 8.5 5.25 8.16 5.25 7.75C5.25 7.34 5.59 7 6 7H18C18.41 7 18.75 7.34 18.75 7.75C18.75 8.16 18.41 8.5 18 8.5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"sound \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 16.5C2.59 16.5 2.25 16.16 2.25 15.75V8.25C2.25 7.84 2.59 7.5 3 7.5C3.41 7.5 3.75 7.84 3.75 8.25V15.75C3.75 16.16 3.41 16.5 3 16.5Z\" fill=\"\"/>\n<path d=\"M7.5 19C7.09 19 6.75 18.66 6.75 18.25V5.75C6.75 5.34 7.09 5 7.5 5C7.91 5 8.25 5.34 8.25 5.75V18.25C8.25 18.66 7.91 19 7.5 19Z\" fill=\"\"/>\n<path d=\"M12 21.5C11.59 21.5 11.25 21.16 11.25 20.75V3.25C11.25 2.84 11.59 2.5 12 2.5C12.41 2.5 12.75 2.84 12.75 3.25V20.75C12.75 21.16 12.41 21.5 12 21.5Z\" fill=\"\"/>\n<path d=\"M16.5 19C16.09 19 15.75 18.66 15.75 18.25V5.75C15.75 5.34 16.09 5 16.5 5C16.91 5 17.25 5.34 17.25 5.75V18.25C17.25 18.66 16.91 19 16.5 19Z\" fill=\"\"/>\n<path d=\"M21 16.5C20.59 16.5 20.25 16.16 20.25 15.75V8.25C20.25 7.84 20.59 7.5 21 7.5C21.41 7.5 21.75 7.84 21.75 8.25V15.75C21.75 16.16 21.41 16.5 21 16.5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"speaker \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.9991 1.62109H8.99914C5.80914 1.62109 4.61914 2.81109 4.61914 6.00109V18.0011C4.61914 21.1911 5.80914 22.3811 8.99914 22.3811H14.9991C18.1891 22.3811 19.3791 21.1911 19.3791 18.0011V6.00109C19.3791 2.81109 18.1891 1.62109 14.9991 1.62109ZM11.9991 6.00109C12.8291 6.00109 13.4991 6.67109 13.4991 7.50109C13.4991 8.33109 12.8291 9.00109 11.9991 9.00109C11.1691 9.00109 10.4991 8.33109 10.4991 7.50109C10.4991 6.67109 11.1691 6.00109 11.9991 6.00109ZM11.9991 18.0011C10.3391 18.0011 8.99914 16.6611 8.99914 15.0011C8.99914 13.3411 10.3391 12.0011 11.9991 12.0011C13.6591 12.0011 14.9991 13.3411 14.9991 15.0011C14.9991 16.6611 13.6591 18.0011 11.9991 18.0011Z\" fill=\"\"/>\n</svg>\n</li><li title=\"speedometer \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.14 20.25C18.95 20.25 18.76 20.18 18.61 20.04C18.31 19.75 18.31 19.28 18.6 18.98C20.31 17.24 21.25 14.94 21.25 12.5C21.25 7.4 17.1 3.25 12 3.25C6.9 3.25 2.75 7.4 2.75 12.5C2.75 14.93 3.68 17.22 5.38 18.96C5.67 19.26 5.66 19.73 5.37 20.02C5.07 20.31 4.6 20.3 4.31 20.01C2.34 17.99 1.25 15.32 1.25 12.5C1.25 6.57 6.07 1.75 12 1.75C17.93 1.75 22.75 6.57 22.75 12.5C22.75 15.33 21.66 18.01 19.67 20.03C19.53 20.18 19.33 20.25 19.14 20.25Z\" fill=\"\"/>\n<path d=\"M11.9991 21.9983C14.142 21.9983 15.8791 20.2611 15.8791 18.1183C15.8791 15.9754 14.142 14.2383 11.9991 14.2383C9.85628 14.2383 8.11914 15.9754 8.11914 18.1183C8.11914 20.2611 9.85628 21.9983 11.9991 21.9983Z\" fill=\"\"/>\n<path d=\"M16 8.5C14.9 8.5 14 9.4 14 10.5V11.25C14 11.94 14.56 12.5 15.25 12.5H16C17.1 12.5 18 11.6 18 10.5C18 9.4 17.1 8.5 16 8.5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"star 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.73937 16C5.84937 15.51 5.64937 14.81 5.29937 14.46L2.86937 12.03C2.10937 11.27 1.80937 10.46 2.02937 9.76C2.25937 9.06 2.96937 8.58 4.02937 8.4L7.14937 7.88C7.59937 7.8 8.14937 7.4 8.35937 6.99L10.0794 3.54C10.5794 2.55 11.2594 2 11.9994 2C12.7394 2 13.4194 2.55 13.9194 3.54L15.6394 6.99C15.7694 7.25 16.0394 7.5 16.3294 7.67L5.55937 18.44C5.41937 18.58 5.17937 18.45 5.21937 18.25L5.73937 16Z\" fill=\"\"/>\n<path d=\"M18.7008 14.4619C18.3408 14.8219 18.1408 15.5119 18.2608 16.0019L18.9508 19.0119C19.2408 20.2619 19.0608 21.2019 18.4408 21.6519C18.1908 21.8319 17.8908 21.9219 17.5408 21.9219C17.0308 21.9219 16.4308 21.7319 15.7708 21.3419L12.8408 19.6019C12.3808 19.3319 11.6208 19.3319 11.1608 19.6019L8.23078 21.3419C7.12078 21.9919 6.17078 22.1019 5.56078 21.6519C5.33078 21.4819 5.16078 21.2519 5.05078 20.9519L17.2108 8.79185C17.6708 8.33185 18.3208 8.12185 18.9508 8.23185L19.9608 8.40185C21.0208 8.58185 21.7308 9.06185 21.9608 9.76185C22.1808 10.4619 21.8808 11.2719 21.1208 12.0319L18.7008 14.4619Z\" fill=\"\"/>\n</svg>\n</li><li title=\"star slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.6992 14.4586C18.3492 14.8086 18.1492 15.5086 18.2592 15.9886L18.9492 19.0086C19.2392 20.2586 19.0592 21.1986 18.4392 21.6486C18.1892 21.8286 17.8892 21.9186 17.5392 21.9186C17.0292 21.9186 16.4292 21.7286 15.7692 21.3386L12.8392 19.5986C12.3792 19.3286 11.6192 19.3286 11.1592 19.5986L8.22922 21.3386C7.11922 21.9886 6.16922 22.0986 5.55922 21.6486C5.51922 21.6186 5.47922 21.5886 5.44922 21.5486L18.0692 8.92857C18.5292 8.46857 19.1792 8.25857 19.8192 8.36857L19.9692 8.39857C21.0292 8.57857 21.7392 9.05857 21.9692 9.75857C22.1892 10.4586 21.8892 11.2686 21.1292 12.0286L18.6992 14.4586Z\" fill=\"\"/>\n<path d=\"M5.73937 16C5.84937 15.52 5.64937 14.81 5.29937 14.46L2.86937 12.03C2.10937 11.27 1.80937 10.46 2.02937 9.76C2.25937 9.06 2.96937 8.58 4.02937 8.4L7.14937 7.88C7.59937 7.8 8.14937 7.4 8.35937 6.99L10.0794 3.54C10.5794 2.55 11.2594 2 11.9994 2C12.7394 2 13.4194 2.55 13.9194 3.54L15.6394 6.99C15.7694 7.25 16.0394 7.5 16.3294 7.67L5.06937 18.93L5.73937 16Z\" fill=\"\"/>\n<path d=\"M21.7709 2.22891C21.4709 1.92891 20.9809 1.92891 20.6809 2.22891L2.23086 20.6889C1.93086 20.9889 1.93086 21.4789 2.23086 21.7789C2.38086 21.9189 2.57086 21.9989 2.77086 21.9989C2.97086 21.9989 3.16086 21.9189 3.31086 21.7689L21.7709 3.30891C22.0809 3.00891 22.0809 2.52891 21.7709 2.22891Z\" fill=\"\"/>\n</svg>\n</li><li title=\"star \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.3895 5.21125L16.7995 8.03125C16.9895 8.42125 17.4995 8.79125 17.9295 8.87125L20.4795 9.29125C22.1095 9.56125 22.4895 10.7413 21.3195 11.9213L19.3295 13.9113C18.9995 14.2413 18.8095 14.8913 18.9195 15.3613L19.4895 17.8213C19.9395 19.7613 18.8995 20.5213 17.1895 19.5013L14.7995 18.0813C14.3695 17.8213 13.6495 17.8213 13.2195 18.0813L10.8295 19.5013C9.11945 20.5113 8.07945 19.7613 8.52945 17.8213L9.09945 15.3613C9.18945 14.8813 8.99945 14.2313 8.66945 13.9013L6.67945 11.9113C5.50945 10.7413 5.88945 9.56125 7.51945 9.28125L10.0695 8.86125C10.4995 8.79125 11.0095 8.41125 11.1995 8.02125L12.6095 5.20125C13.3795 3.68125 14.6195 3.68125 15.3895 5.21125Z\" fill=\"\"/>\n<path d=\"M8 5.75H2C1.59 5.75 1.25 5.41 1.25 5C1.25 4.59 1.59 4.25 2 4.25H8C8.41 4.25 8.75 4.59 8.75 5C8.75 5.41 8.41 5.75 8 5.75Z\" fill=\"\"/>\n<path d=\"M5 19.75H2C1.59 19.75 1.25 19.41 1.25 19C1.25 18.59 1.59 18.25 2 18.25H5C5.41 18.25 5.75 18.59 5.75 19C5.75 19.41 5.41 19.75 5 19.75Z\" fill=\"\"/>\n<path d=\"M3 12.75H2C1.59 12.75 1.25 12.41 1.25 12C1.25 11.59 1.59 11.25 2 11.25H3C3.41 11.25 3.75 11.59 3.75 12C3.75 12.41 3.41 12.75 3 12.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"status up \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM7.63 18.15C7.63 18.56 7.29 18.9 6.88 18.9C6.47 18.9 6.13 18.56 6.13 18.15V16.08C6.13 15.67 6.47 15.33 6.88 15.33C7.29 15.33 7.63 15.67 7.63 16.08V18.15ZM12.75 18.15C12.75 18.56 12.41 18.9 12 18.9C11.59 18.9 11.25 18.56 11.25 18.15V14C11.25 13.59 11.59 13.25 12 13.25C12.41 13.25 12.75 13.59 12.75 14V18.15ZM17.87 18.15C17.87 18.56 17.53 18.9 17.12 18.9C16.71 18.9 16.37 18.56 16.37 18.15V11.93C16.37 11.52 16.71 11.18 17.12 11.18C17.53 11.18 17.87 11.52 17.87 11.93V18.15ZM17.87 8.77C17.87 9.18 17.53 9.52 17.12 9.52C16.71 9.52 16.37 9.18 16.37 8.77V7.8C13.82 10.42 10.63 12.27 7.06 13.16C7 13.18 6.94 13.18 6.88 13.18C6.54 13.18 6.24 12.95 6.15 12.61C6.05 12.21 6.29 11.8 6.7 11.7C10.07 10.86 13.07 9.09 15.45 6.59H14.2C13.79 6.59 13.45 6.25 13.45 5.84C13.45 5.43 13.79 5.09 14.2 5.09H17.13C17.17 5.09 17.2 5.11 17.24 5.11C17.29 5.12 17.34 5.12 17.39 5.14C17.44 5.16 17.48 5.19 17.53 5.22C17.56 5.24 17.59 5.25 17.62 5.27C17.63 5.28 17.63 5.29 17.64 5.29C17.68 5.33 17.71 5.37 17.74 5.41C17.77 5.45 17.8 5.48 17.81 5.52C17.83 5.56 17.83 5.6 17.84 5.65C17.85 5.7 17.87 5.75 17.87 5.81C17.87 5.82 17.88 5.83 17.88 5.84V8.77H17.87Z\" fill=\"\"/>\n</svg>\n</li><li title=\"status \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.00084 14.2188H3.92084C3.31084 14.2188 2.75084 14.5287 2.43084 15.0487C2.11084 15.5587 2.08084 16.1687 2.34084 16.7087C3.57084 19.2287 5.79084 21.2087 8.43084 22.1387C8.61084 22.1987 8.81084 22.2387 9.00084 22.2387C9.35084 22.2387 9.70084 22.1287 10.0008 21.9187C10.4708 21.5887 10.7508 21.0487 10.7508 20.4787L10.7608 15.9787C10.7608 15.5087 10.5808 15.0687 10.2508 14.7387C9.91084 14.4087 9.47084 14.2188 9.00084 14.2188Z\" fill=\"\"/>\n<path d=\"M22.4799 9.6C21.3599 4.68 17.0499 1.25 11.9999 1.25C6.94993 1.25 2.63993 4.68 1.51993 9.6C1.39993 10.12 1.51993 10.65 1.85993 11.07C2.19993 11.49 2.69993 11.73 3.23993 11.73H20.7699C21.3099 11.73 21.8099 11.49 22.1499 11.07C22.4799 10.65 22.5999 10.11 22.4799 9.6Z\" fill=\"\"/>\n<path d=\"M20.06 14.2717L15 14.2617C14.53 14.2617 14.09 14.4417 13.76 14.7717C13.43 15.1017 13.25 15.5417 13.25 16.0117L13.26 20.4917C13.26 21.0617 13.54 21.6017 14.01 21.9317C14.31 22.1417 14.66 22.2517 15.01 22.2517C15.2 22.2517 15.39 22.2217 15.57 22.1517C18.19 21.2317 20.41 19.2617 21.64 16.7717C21.9 16.2417 21.87 15.6217 21.56 15.1217C21.23 14.5817 20.67 14.2717 20.06 14.2717Z\" fill=\"\"/>\n</svg>\n</li><li title=\"sticker \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.9595 11.6608C20.7695 10.9108 19.3895 10.5008 17.9695 10.5008C13.8295 10.5008 10.4695 13.8608 10.4695 18.0008C10.4695 19.4208 10.8695 20.7908 11.6195 21.9808C11.1595 21.9708 10.6895 21.9208 10.2095 21.8508C6.0995 21.1508 2.7895 17.8208 2.1095 13.7008C0.979502 6.85075 6.8195 1.01075 13.6695 2.14075C17.7895 2.82075 21.1195 6.13075 21.8195 10.2408C21.8995 10.7208 21.9495 11.2008 21.9595 11.6608Z\" fill=\"\"/>\n<path d=\"M13.3807 21.86C12.5007 20.82 11.9707 19.47 11.9707 18C11.9707 14.69 14.6607 12 17.9707 12C19.4407 12 20.7907 12.53 21.8307 13.41\" fill=\"\"/>\n</svg>\n</li><li title=\"stickynote \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.28906 6.29C7.86906 6.29 7.53906 5.95 7.53906 5.54V2.75C7.53906 2.34 7.86906 2 8.28906 2C8.70906 2 9.03906 2.34 9.03906 2.75V5.53C9.03906 5.95 8.70906 6.29 8.28906 6.29Z\" fill=\"\"/>\n<path d=\"M15.7109 6.29C15.2909 6.29 14.9609 5.95 14.9609 5.54V2.75C14.9609 2.33 15.3009 2 15.7109 2C16.1309 2 16.4609 2.34 16.4609 2.75V5.53C16.4609 5.95 16.1309 6.29 15.7109 6.29Z\" fill=\"\"/>\n<path d=\"M21.4995 15.8197C21.4995 15.9697 21.4495 16.1197 21.3195 16.2497C19.8695 17.7097 17.2895 20.3097 15.8095 21.7997C15.6795 21.9397 15.5095 21.9997 15.3395 21.9997C15.0095 21.9997 14.6895 21.7397 14.6895 21.3597V17.8597C14.6895 16.3997 15.9295 15.1897 17.4495 15.1897C18.3995 15.1797 19.7195 15.1797 20.8495 15.1797C21.2395 15.1797 21.4995 15.4897 21.4995 15.8197Z\" fill=\"\"/>\n<path d=\"M21.4995 15.8197C21.4995 15.9697 21.4495 16.1197 21.3195 16.2497C19.8695 17.7097 17.2895 20.3097 15.8095 21.7997C15.6795 21.9397 15.5095 21.9997 15.3395 21.9997C15.0095 21.9997 14.6895 21.7397 14.6895 21.3597V17.8597C14.6895 16.3997 15.9295 15.1897 17.4495 15.1897C18.3995 15.1797 19.7195 15.1797 20.8495 15.1797C21.2395 15.1797 21.4995 15.4897 21.4995 15.8197Z\" fill=\"\"/>\n<path d=\"M19.57 4.5C18.91 4.01 17.96 4.48 17.96 5.31V5.41C17.96 6.58 17.12 7.66 15.95 7.78C14.6 7.92 13.46 6.86 13.46 5.54V4.5C13.46 3.95 13.01 3.5 12.46 3.5H11.54C10.99 3.5 10.54 3.95 10.54 4.5V5.41C10.54 6.29 10.07 7.11 9.34 7.51C9.3 7.54 9.26 7.56 9.22 7.58C9.21 7.58 9.21 7.59 9.2 7.59C9.13 7.62 9.06 7.65 8.98 7.68C8.96 7.69 8.94 7.69 8.92 7.7C8.8 7.74 8.67 7.77 8.53 7.78H8.52C8.37 7.8 8.21 7.8 8.06 7.78H8.05C7.91 7.77 7.78 7.74 7.66 7.7C7.56 7.67 7.46 7.63 7.36 7.58C6.58 7.23 6.04 6.45 6.04 5.54V5.31C6.04 4.54 5.22 4.08 4.57 4.41C4.56 4.42 4.55 4.42 4.54 4.43H4.53C4.46 4.48 4.4 4.53 4.33 4.58C4.22 4.67 4.11 4.76 4.01 4.86C3.94 4.93 3.87 5 3.81 5.07C3.73 5.15 3.66 5.23 3.59 5.32C3.54 5.38 3.48 5.44 3.44 5.51C3.39 5.57 3.35 5.64 3.31 5.7C3.3 5.71 3.29 5.72 3.28 5.74C3.19 5.87 3.11 6.02 3.04 6.16C3.02 6.18 3.01 6.19 3.01 6.21C2.95 6.33 2.89 6.45 2.85 6.58C2.82 6.63 2.81 6.67 2.79 6.72C2.77 6.76 2.76 6.81 2.74 6.85C2.71 6.95 2.68 7.06 2.65 7.17C2.61 7.31 2.58 7.46 2.56 7.61C2.54 7.72 2.53 7.83 2.52 7.95C2.51 8.09 2.5 8.23 2.5 8.37V17.13C2.5 19.82 4.68 22 7.37 22H12.19C12.74 22 13.19 21.55 13.19 21V17.86C13.19 15.56 15.1 13.69 17.45 13.69C17.98 13.68 19.27 13.68 20.5 13.68C21.05 13.68 21.5 13.23 21.5 12.68V8.37C21.5 6.78 20.74 5.39 19.57 4.5ZM11.13 15.91C11.04 16.21 10.76 16.42 10.43 16.42H6.79C6.74 16.42 6.7 16.42 6.66 16.4C6.3 16.35 6.04 16.04 6.04 15.67C6.04 15.25 6.37 14.91 6.79 14.91H10.43C10.84 14.91 11.18 15.25 11.18 15.67C11.18 15.75 11.17 15.84 11.13 15.91ZM13.91 12.2C13.82 12.5 13.54 12.71 13.21 12.71H6.79C6.74 12.71 6.7 12.71 6.66 12.69C6.3 12.64 6.04 12.33 6.04 11.96C6.04 11.54 6.37 11.2 6.79 11.2H13.21C13.63 11.2 13.96 11.54 13.96 11.96C13.96 12.04 13.95 12.13 13.91 12.2Z\" fill=\"\"/>\n</svg>\n</li><li title=\"stop circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9688 2C6.44875 2 1.96875 6.48 1.96875 12C1.96875 17.52 6.44875 22 11.9688 22C17.4888 22 21.9688 17.52 21.9688 12C21.9688 6.48 17.4988 2 11.9688 2ZM16.2287 13.23C16.2287 14.89 14.8887 16.23 13.2287 16.23H10.7688C9.10875 16.23 7.76875 14.89 7.76875 13.23V10.77C7.76875 9.11 9.10875 7.77 10.7688 7.77H13.2287C14.8887 7.77 16.2287 9.11 16.2287 10.77V13.23Z\" fill=\"\"/>\n</svg>\n</li><li title=\"stop \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.36 7.78L4.54 17.28C3.93 17.65 3.11 17.28 3.03 16.57C3.01 16.38 3 16.19 3 16V8C3 5 5 3 8 3H16C19 3 20.23 4.54 20.81 6.65C20.93 7.09 20.74 7.55 20.36 7.78Z\" fill=\"\"/>\n<path d=\"M20.9994 11.09V16C20.9994 19 18.9994 21 15.9994 21H7.99942C7.07942 21 6.20942 20.75 5.46942 20.31C4.82942 19.94 4.86942 19 5.49942 18.62L19.4794 10.23C20.1494 9.83001 20.9994 10.31 20.9994 11.09Z\" fill=\"\"/>\n</svg>\n</li><li title=\"story \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.42 7.95109C18.86 10.3911 18.86 14.3511 16.42 16.7911C13.98 19.2311 10.02 19.2311 7.58 16.7911C5.14 14.3511 5.14 10.3911 7.58 7.95109C10.02 5.51109 13.98 5.51109 16.42 7.95109Z\" fill=\"\"/>\n<path d=\"M8.24905 22.3889C8.15905 22.3889 8.05905 22.3689 7.96905 22.3389C5.71905 21.4389 3.89905 19.8489 2.67905 17.7489C1.49905 15.6989 1.02905 13.3789 1.33905 11.0189C1.38905 10.6089 1.77905 10.3189 2.17905 10.3689C2.58905 10.4189 2.87905 10.7989 2.82905 11.2089C2.56905 13.2389 2.96905 15.2389 3.97905 16.9989C5.01905 18.7989 6.58906 20.1689 8.51905 20.9389C8.89906 21.0989 9.08905 21.5289 8.93905 21.9189C8.82905 22.2089 8.53905 22.3889 8.24905 22.3889Z\" fill=\"\"/>\n<path d=\"M5.84962 5.22937C5.62962 5.22937 5.40962 5.12937 5.25962 4.93937C4.99962 4.61937 5.05962 4.14938 5.38962 3.88938C7.28962 2.39938 9.57962 1.60938 11.9996 1.60938C14.3596 1.60938 16.6096 2.36937 18.4996 3.80937C18.8296 4.05937 18.8896 4.52938 18.6396 4.85938C18.3896 5.18937 17.9196 5.24937 17.5896 4.99937C15.9596 3.75937 14.0296 3.10937 11.9996 3.10937C9.91962 3.10937 7.94962 3.78938 6.30962 5.06938C6.16962 5.17937 6.00962 5.22937 5.84962 5.22937Z\" fill=\"\"/>\n<path d=\"M15.7507 22.3906C15.4507 22.3906 15.1707 22.2106 15.0507 21.9206C14.9007 21.5406 15.0807 21.1006 15.4707 20.9406C17.4007 20.1606 18.9707 18.8006 20.0107 17.0006C21.0307 15.2406 21.4307 13.2406 21.1607 11.2206C21.1107 10.8106 21.4007 10.4306 21.8107 10.3806C22.2107 10.3306 22.6007 10.6206 22.6507 11.0306C22.9507 13.3806 22.4907 15.7106 21.3107 17.7606C20.1007 19.8606 18.2707 21.4406 16.0207 22.3506C15.9407 22.3706 15.8507 22.3906 15.7507 22.3906Z\" fill=\"\"/>\n</svg>\n</li><li title=\"strongbox 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM19 8.24C19 8.79 18.55 9.24 18 9.24H16C15.59 9.24 15.25 9.58 15.25 9.99C15.25 10.41 15.59 10.74 16 10.74H18C18.55 10.74 19 11.19 19 11.74V12.25C19 12.8 18.55 13.25 18 13.25H16C15.59 13.25 15.25 13.59 15.25 14C15.25 14.41 15.59 14.75 16 14.75H18C18.55 14.75 19 15.2 19 15.75V16C19 17.66 17.66 19 16 19H8C6.34 19 5 17.66 5 16V15.5C5 14.95 5.45 14.5 6 14.5H7.48C8.95 14.5 10.12 13.24 9.97 11.74C9.84 10.44 8.65 9.5 7.34 9.5H6C5.45 9.5 5 9.05 5 8.5V8C5 6.34 6.34 5 8 5H16C17.66 5 19 6.34 19 8V8.24ZM5 12C5 11.45 5.45 11 6 11H7C7.55 11 8 11.45 8 12C8 12.55 7.55 13 7 13H6C5.45 13 5 12.55 5 12Z\" fill=\"\"/>\n</svg>\n</li><li title=\"strongbox \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.25 12.5802V14.5602C13.25 15.2502 12.69 15.8102 12 15.8102C11.31 15.8102 10.75 15.2502 10.75 14.5602V12.5802C10.39 12.3602 10.11 12.0402 9.91 11.6602H3C2.45 11.6602 2 12.1102 2 12.6602V16.1902C2 19.4002 4.6 22.0002 7.81 22.0002H16.18C19.4 22.0002 22 19.4002 22 16.1902V12.6602C22 12.1102 21.55 11.6602 21 11.6602H14.09C13.89 12.0402 13.61 12.3602 13.25 12.5802Z\" fill=\"\"/>\n<path d=\"M16.19 2H7.81C4.6 2 2 4.6 2 7.81V9.16C2 9.71 2.45 10.16 3 10.16H9.67C9.9 8.84 11.21 7.9 12.64 8.28C13.44 8.49 14.09 9.14 14.3 9.94C14.32 10.01 14.32 10.09 14.33 10.16H21C21.55 10.16 22 9.71 22 9.16V7.81C22 4.6 19.4 2 16.19 2Z\" fill=\"\"/>\n</svg>\n</li><li title=\"subtitle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM6.5 12.57H9.27C9.68 12.57 10.02 12.91 10.02 13.32C10.02 13.73 9.68 14.07 9.27 14.07H6.5C6.09 14.07 5.75 13.73 5.75 13.32C5.75 12.91 6.09 12.57 6.5 12.57ZM12.97 17.83H6.5C6.09 17.83 5.75 17.49 5.75 17.08C5.75 16.67 6.09 16.33 6.5 16.33H12.97C13.38 16.33 13.72 16.67 13.72 17.08C13.72 17.49 13.39 17.83 12.97 17.83ZM17.5 17.83H15.65C15.24 17.83 14.9 17.49 14.9 17.08C14.9 16.67 15.24 16.33 15.65 16.33H17.5C17.91 16.33 18.25 16.67 18.25 17.08C18.25 17.49 17.91 17.83 17.5 17.83ZM17.5 14.07H11.97C11.56 14.07 11.22 13.73 11.22 13.32C11.22 12.91 11.56 12.57 11.97 12.57H17.5C17.91 12.57 18.25 12.91 18.25 13.32C18.25 13.73 17.91 14.07 17.5 14.07Z\" fill=\"\"/>\n</svg>\n</li><li title=\"sun 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 19C15.866 19 19 15.866 19 12C19 8.13401 15.866 5 12 5C8.13401 5 5 8.13401 5 12C5 15.866 8.13401 19 12 19Z\" fill=\"\"/>\n<path d=\"M12 22.96C11.45 22.96 11 22.55 11 22V21.92C11 21.37 11.45 20.92 12 20.92C12.55 20.92 13 21.37 13 21.92C13 22.47 12.55 22.96 12 22.96ZM19.14 20.14C18.88 20.14 18.63 20.04 18.43 19.85L18.3 19.72C17.91 19.33 17.91 18.7 18.3 18.31C18.69 17.92 19.32 17.92 19.71 18.31L19.84 18.44C20.23 18.83 20.23 19.46 19.84 19.85C19.65 20.04 19.4 20.14 19.14 20.14ZM4.86 20.14C4.6 20.14 4.35 20.04 4.15 19.85C3.76 19.46 3.76 18.83 4.15 18.44L4.28 18.31C4.67 17.92 5.3 17.92 5.69 18.31C6.08 18.7 6.08 19.33 5.69 19.72L5.56 19.85C5.37 20.04 5.11 20.14 4.86 20.14ZM22 13H21.92C21.37 13 20.92 12.55 20.92 12C20.92 11.45 21.37 11 21.92 11C22.47 11 22.96 11.45 22.96 12C22.96 12.55 22.55 13 22 13ZM2.08 13H2C1.45 13 1 12.55 1 12C1 11.45 1.45 11 2 11C2.55 11 3.04 11.45 3.04 12C3.04 12.55 2.63 13 2.08 13ZM19.01 5.99C18.75 5.99 18.5 5.89 18.3 5.7C17.91 5.31 17.91 4.68 18.3 4.29L18.43 4.16C18.82 3.77 19.45 3.77 19.84 4.16C20.23 4.55 20.23 5.18 19.84 5.57L19.71 5.7C19.52 5.89 19.27 5.99 19.01 5.99ZM4.99 5.99C4.73 5.99 4.48 5.89 4.28 5.7L4.15 5.56C3.76 5.17 3.76 4.54 4.15 4.15C4.54 3.76 5.17 3.76 5.56 4.15L5.69 4.28C6.08 4.67 6.08 5.3 5.69 5.69C5.5 5.89 5.24 5.99 4.99 5.99ZM12 3.04C11.45 3.04 11 2.63 11 2.08V2C11 1.45 11.45 1 12 1C12.55 1 13 1.45 13 2C13 2.55 12.55 3.04 12 3.04Z\" fill=\"\"/>\n</svg>\n</li><li title=\"sun fog \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.4807 12.25C18.7607 12.25 19.0007 12.01 18.9807 11.73C18.7107 8.1 15.6907 5.25 12.0007 5.25C8.3107 5.25 5.2907 8.1 5.0207 11.73C5.0007 12.01 5.2407 12.25 5.5207 12.25H18.4807Z\" fill=\"\"/>\n<path d=\"M22 13H21.92C21.37 13 20.92 12.55 20.92 12C20.92 11.45 21.37 11 21.92 11C22.47 11 22.96 11.45 22.96 12C22.96 12.55 22.55 13 22 13ZM2.08 13H2C1.45 13 1 12.55 1 12C1 11.45 1.45 11 2 11C2.55 11 3.04 11.45 3.04 12C3.04 12.55 2.63 13 2.08 13ZM19.01 5.99C18.75 5.99 18.5 5.89 18.3 5.7C17.91 5.31 17.91 4.68 18.3 4.29L18.43 4.16C18.82 3.77 19.45 3.77 19.84 4.16C20.23 4.55 20.23 5.18 19.84 5.57L19.71 5.7C19.52 5.89 19.27 5.99 19.01 5.99ZM4.99 5.99C4.73 5.99 4.48 5.89 4.28 5.7L4.15 5.56C3.76 5.17 3.76 4.54 4.15 4.15C4.54 3.76 5.17 3.76 5.56 4.15L5.69 4.28C6.08 4.67 6.08 5.3 5.69 5.69C5.5 5.89 5.24 5.99 4.99 5.99ZM12 3.04C11.45 3.04 11 2.63 11 2.08V2C11 1.45 11.45 1 12 1C12.55 1 13 1.45 13 2C13 2.55 12.55 3.04 12 3.04Z\" fill=\"\"/>\n<path d=\"M20 15.75H4C3.59 15.75 3.25 15.41 3.25 15C3.25 14.59 3.59 14.25 4 14.25H20C20.41 14.25 20.75 14.59 20.75 15C20.75 15.41 20.41 15.75 20 15.75Z\" fill=\"\"/>\n<path d=\"M18 18.75H6C5.59 18.75 5.25 18.41 5.25 18C5.25 17.59 5.59 17.25 6 17.25H18C18.41 17.25 18.75 17.59 18.75 18C18.75 18.41 18.41 18.75 18 18.75Z\" fill=\"\"/>\n<path d=\"M15 21.75H9C8.59 21.75 8.25 21.41 8.25 21C8.25 20.59 8.59 20.25 9 20.25H15C15.41 20.25 15.75 20.59 15.75 21C15.75 21.41 15.41 21.75 15 21.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"sun \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10 3.75H11.25V8.5C11.25 8.91 11.59 9.25 12 9.25C12.41 9.25 12.75 8.91 12.75 8.5V3.75H14C14.41 3.75 14.75 3.41 14.75 3C14.75 2.59 14.41 2.25 14 2.25H10C9.59 2.25 9.25 2.59 9.25 3C9.25 3.41 9.59 3.75 10 3.75Z\" fill=\"\"/>\n<path d=\"M14 20.25H12.75V15.5C12.75 15.09 12.41 14.75 12 14.75C11.59 14.75 11.25 15.09 11.25 15.5V20.25H10C9.59 20.25 9.25 20.59 9.25 21C9.25 21.41 9.59 21.75 10 21.75H14C14.41 21.75 14.75 21.41 14.75 21C14.75 20.59 14.41 20.25 14 20.25Z\" fill=\"\"/>\n<path d=\"M2.83036 9.87896C2.95036 9.94896 3.08036 9.97896 3.20036 9.97896C3.46036 9.97896 3.71036 9.84896 3.85036 9.59896L4.48036 8.51896L8.60037 10.899C8.71037 10.969 8.84036 10.999 8.97037 10.999C9.23036 10.999 9.48036 10.869 9.62036 10.619C9.83036 10.269 9.70037 9.80896 9.35037 9.59896L5.23036 7.21896L5.85036 6.13896C6.06036 5.77896 5.93036 5.31896 5.58036 5.11896C5.22036 4.90896 4.76036 5.02896 4.56036 5.38896L2.56036 8.84896C2.35036 9.21896 2.47036 9.66896 2.83036 9.87896Z\" fill=\"\"/>\n<path d=\"M21.1685 14.1211C20.8085 13.9111 20.3485 14.0311 20.1485 14.3911L19.5185 15.4711L15.3985 13.1011C15.0385 12.8911 14.5785 13.0211 14.3785 13.3711C14.1685 13.7311 14.2985 14.1911 14.6485 14.3911L18.7585 16.7711L18.1385 17.8511C17.9285 18.2111 18.0585 18.6711 18.4085 18.8711C18.5285 18.9411 18.6585 18.9711 18.7785 18.9711C19.0385 18.9711 19.2885 18.8411 19.4285 18.5911L21.4285 15.1311C21.6485 14.7811 21.5285 14.3311 21.1685 14.1211Z\" fill=\"\"/>\n<path d=\"M18.7707 7.22068L14.6507 9.60068C14.2907 9.81068 14.1707 10.2707 14.3807 10.6207C14.5207 10.8607 14.7707 11.0007 15.0307 11.0007C15.1607 11.0007 15.2907 10.9707 15.4007 10.9007L19.5107 8.52068L20.1407 9.60068C20.2807 9.84068 20.5307 9.98068 20.7907 9.98068C20.9207 9.98068 21.0507 9.95068 21.1607 9.88068C21.5207 9.67068 21.6407 9.21068 21.4307 8.86068L19.4307 5.40068C19.2207 5.04068 18.7607 4.92068 18.4107 5.13068C18.0507 5.34068 17.9307 5.80068 18.1407 6.15068L18.7707 7.22068Z\" fill=\"\"/>\n<path d=\"M5.23036 16.7811L9.34036 14.4011C9.70037 14.1911 9.82036 13.7311 9.61036 13.3811C9.40036 13.0211 8.94036 12.9011 8.59036 13.1111L4.48036 15.4911L3.85036 14.4111C3.64036 14.0511 3.18036 13.9311 2.83036 14.1411C2.47036 14.3511 2.35036 14.8111 2.56036 15.1611L4.56036 18.6211C4.70036 18.8611 4.95036 19.0011 5.21036 19.0011C5.34036 19.0011 5.47036 18.9711 5.58036 18.9011C5.94036 18.6911 6.06036 18.2311 5.85036 17.8811L5.23036 16.7811Z\" fill=\"\"/>\n<path d=\"M15.5 12C15.5 12.64 15.33 13.23 15.03 13.75C14.42 14.8 13.29 15.5 12 15.5C10.71 15.5 9.58 14.8 8.97 13.75C8.67 13.23 8.5 12.64 8.5 12C8.5 11.36 8.67 10.77 8.97 10.25C9.58 9.2 10.71 8.5 12 8.5C13.29 8.5 14.42 9.2 15.03 10.25C15.33 10.77 15.5 11.36 15.5 12Z\" fill=\"\"/>\n</svg>\n</li><li title=\"tag 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.8305 8.6998L15.3005 4.1698C14.3505 3.2198 13.0405 2.7098 11.7005 2.7798L6.70046 3.0198C4.70046 3.1098 3.11046 4.6998 3.01046 6.6898L2.77046 11.6898C2.71046 13.0298 3.21046 14.3398 4.16046 15.2898L8.69046 19.8198C10.5505 21.6798 13.5705 21.6798 15.4405 19.8198L19.8305 15.4298C21.7005 13.5798 21.7005 10.5598 19.8305 8.6998ZM9.50046 12.3798C7.92046 12.3798 6.62046 11.0898 6.62046 9.4998C6.62046 7.9098 7.92046 6.6198 9.50046 6.6198C11.0805 6.6198 12.3805 7.9098 12.3805 9.4998C12.3805 11.0898 11.0805 12.3798 9.50046 12.3798ZM17.5305 13.5298L13.5305 17.5298C13.3805 17.6798 13.1905 17.7498 13.0005 17.7498C12.8105 17.7498 12.6205 17.6798 12.4705 17.5298C12.1805 17.2398 12.1805 16.7598 12.4705 16.4698L16.4705 12.4698C16.7605 12.1798 17.2405 12.1798 17.5305 12.4698C17.8205 12.7598 17.8205 13.2398 17.5305 13.5298Z\" fill=\"\"/>\n</svg>\n</li><li title=\"tag cross \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.9997 3.75H10.2797C8.86969 3.75 7.52969 4.34 6.57969 5.39L3.04969 9.27C1.63969 10.82 1.63969 13.18 3.04969 14.73L6.57969 18.61C7.52969 19.65 8.86969 20.25 10.2797 20.25H16.9997C19.7597 20.25 21.9997 18.01 21.9997 15.25V8.75C21.9997 5.99 19.7597 3.75 16.9997 3.75ZM16.5297 13.94C16.8197 14.23 16.8197 14.71 16.5297 15C16.3797 15.15 16.1897 15.22 15.9997 15.22C15.8097 15.22 15.6197 15.15 15.4697 15L13.5297 13.06L11.5897 15C11.4397 15.15 11.2497 15.22 11.0597 15.22C10.8697 15.22 10.6797 15.15 10.5297 15C10.2397 14.71 10.2397 14.23 10.5297 13.94L12.4697 12L10.5297 10.06C10.2397 9.77 10.2397 9.29 10.5297 9C10.8197 8.71 11.2997 8.71 11.5897 9L13.5297 10.94L15.4697 9C15.7597 8.71 16.2397 8.71 16.5297 9C16.8197 9.29 16.8197 9.77 16.5297 10.06L14.5897 12L16.5297 13.94Z\" fill=\"\"/>\n</svg>\n</li><li title=\"tag right \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.8796 6.12156L3.9196 20.0816C3.4896 20.5116 2.7696 20.4716 2.4196 19.9816C1.9196 19.2916 1.8196 18.3316 2.3396 17.5016L5.0996 13.0716C5.4696 12.4816 5.4696 11.5216 5.0996 10.9316L2.3396 6.50156C1.4096 5.02156 2.4796 3.10156 4.2196 3.10156H15.6696C16.3496 3.10156 17.1896 3.57156 17.5496 4.14156L18.0196 4.88156C18.2596 5.28156 18.2096 5.79156 17.8796 6.12156Z\" fill=\"\"/>\n<path d=\"M21.6299 13.1119L16.4499 20.0119C16.0899 20.5019 15.2899 20.9019 14.6699 20.9019H7.50987C6.61987 20.9019 6.16987 19.8219 6.79987 19.1919L18.3199 7.68195C18.7699 7.23195 19.5399 7.31195 19.8799 7.86195L21.7299 10.8319C22.1299 11.4719 22.0899 12.5019 21.6299 13.1119Z\" fill=\"\"/>\n</svg>\n</li><li title=\"tag user \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18 2H6C4.34 2 3 3.33 3 4.97V15.88C3 17.52 4.34 18.86 6 18.86H6.76C7.55 18.86 8.32 19.17 8.88 19.73L10.59 21.42C11.37 22.19 12.63 22.19 13.41 21.42L15.12 19.73C15.68 19.17 16.45 18.86 17.24 18.86H18C19.66 18.86 21 17.52 21 15.88V4.97C21 3.33 19.66 2 18 2ZM12 5.55C13.08 5.55 13.95 6.43 13.95 7.5C13.95 8.56 13.11 9.41 12.07 9.45C12.03 9.45 11.97 9.45 11.92 9.45C10.87 9.41 10.04 8.56 10.04 7.5C10.05 6.43 10.92 5.55 12 5.55ZM14.75 14.69C13.24 15.7 10.76 15.7 9.25 14.69C7.92 13.81 7.92 12.35 9.25 11.46C10.77 10.45 13.25 10.45 14.75 11.46C16.08 12.35 16.08 13.8 14.75 14.69Z\" fill=\"\"/>\n</svg>\n</li><li title=\"tag \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.8305 8.6998L15.3005 4.1698C14.3505 3.2198 13.0405 2.7098 11.7005 2.7798L6.70046 3.0198C4.70046 3.1098 3.11046 4.6998 3.01046 6.6898L2.77046 11.6898C2.71046 13.0298 3.21046 14.3398 4.16046 15.2898L8.69046 19.8198C10.5505 21.6798 13.5705 21.6798 15.4405 19.8198L19.8305 15.4298C21.7005 13.5798 21.7005 10.5598 19.8305 8.6998ZM9.50046 12.3798C7.91046 12.3798 6.62046 11.0898 6.62046 9.4998C6.62046 7.9098 7.91046 6.6198 9.50046 6.6198C11.0905 6.6198 12.3805 7.9098 12.3805 9.4998C12.3805 11.0898 11.0905 12.3798 9.50046 12.3798Z\" fill=\"\"/>\n</svg>\n</li><li title=\"task square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.19C2 19.83 4.17 22 7.81 22H16.19C19.83 22 22 19.83 22 16.19V7.81C22 4.17 19.83 2 16.19 2ZM9.97 14.9L7.72 17.15C7.57 17.3 7.38 17.37 7.19 17.37C7 17.37 6.8 17.3 6.66 17.15L5.91 16.4C5.61 16.11 5.61 15.63 5.91 15.34C6.2 15.05 6.67 15.05 6.97 15.34L7.19 15.56L8.91 13.84C9.2 13.55 9.67 13.55 9.97 13.84C10.26 14.13 10.26 14.61 9.97 14.9ZM9.97 7.9L7.72 10.15C7.57 10.3 7.38 10.37 7.19 10.37C7 10.37 6.8 10.3 6.66 10.15L5.91 9.4C5.61 9.11 5.61 8.63 5.91 8.34C6.2 8.05 6.67 8.05 6.97 8.34L7.19 8.56L8.91 6.84C9.2 6.55 9.67 6.55 9.97 6.84C10.26 7.13 10.26 7.61 9.97 7.9ZM17.56 16.62H12.31C11.9 16.62 11.56 16.28 11.56 15.87C11.56 15.46 11.9 15.12 12.31 15.12H17.56C17.98 15.12 18.31 15.46 18.31 15.87C18.31 16.28 17.98 16.62 17.56 16.62ZM17.56 9.62H12.31C11.9 9.62 11.56 9.28 11.56 8.87C11.56 8.46 11.9 8.12 12.31 8.12H17.56C17.98 8.12 18.31 8.46 18.31 8.87C18.31 9.28 17.98 9.62 17.56 9.62Z\" fill=\"\"/>\n</svg>\n</li><li title=\"task \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.9994 19.2611H10.9294C10.4794 19.2611 10.1094 18.8911 10.1094 18.4411C10.1094 17.9911 10.4794 17.6211 10.9294 17.6211H19.9994C20.4494 17.6211 20.8194 17.9911 20.8194 18.4411C20.8194 18.9011 20.4494 19.2611 19.9994 19.2611Z\" fill=\"\"/>\n<path d=\"M19.9994 12.9681H10.9294C10.4794 12.9681 10.1094 12.5981 10.1094 12.1481C10.1094 11.6981 10.4794 11.3281 10.9294 11.3281H19.9994C20.4494 11.3281 20.8194 11.6981 20.8194 12.1481C20.8194 12.5981 20.4494 12.9681 19.9994 12.9681Z\" fill=\"\"/>\n<path d=\"M19.9994 6.67125H10.9294C10.4794 6.67125 10.1094 6.30125 10.1094 5.85125C10.1094 5.40125 10.4794 5.03125 10.9294 5.03125H19.9994C20.4494 5.03125 20.8194 5.40125 20.8194 5.85125C20.8194 6.30125 20.4494 6.67125 19.9994 6.67125Z\" fill=\"\"/>\n<path d=\"M4.90969 8.03187C4.68969 8.03187 4.47969 7.94187 4.32969 7.79187L3.41969 6.88188C3.09969 6.56188 3.09969 6.04187 3.41969 5.72187C3.73969 5.40187 4.25969 5.40187 4.57969 5.72187L4.90969 6.05188L7.04969 3.91187C7.36969 3.59188 7.88969 3.59188 8.20969 3.91187C8.52969 4.23188 8.52969 4.75188 8.20969 5.07188L5.48969 7.79187C5.32969 7.94187 5.12969 8.03187 4.90969 8.03187Z\" fill=\"\"/>\n<path d=\"M4.90969 14.3287C4.69969 14.3287 4.48969 14.2487 4.32969 14.0887L3.41969 13.1788C3.09969 12.8588 3.09969 12.3388 3.41969 12.0188C3.73969 11.6988 4.25969 11.6988 4.57969 12.0188L4.90969 12.3488L7.04969 10.2087C7.36969 9.88875 7.88969 9.88875 8.20969 10.2087C8.52969 10.5288 8.52969 11.0487 8.20969 11.3687L5.48969 14.0887C5.32969 14.2487 5.11969 14.3287 4.90969 14.3287Z\" fill=\"\"/>\n<path d=\"M4.90969 20.3288C4.69969 20.3288 4.48969 20.2488 4.32969 20.0888L3.41969 19.1788C3.09969 18.8588 3.09969 18.3388 3.41969 18.0188C3.73969 17.6988 4.25969 17.6988 4.57969 18.0188L4.90969 18.3488L7.04969 16.2087C7.36969 15.8888 7.88969 15.8888 8.20969 16.2087C8.52969 16.5288 8.52969 17.0488 8.20969 17.3688L5.48969 20.0888C5.32969 20.2488 5.11969 20.3288 4.90969 20.3288Z\" fill=\"\"/>\n</svg>\n</li><li title=\"teacher \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.8311 15.6402C17.5011 15.2002 18.3811 15.6802 18.3811 16.4802V17.7702C18.3811 19.0402 17.3911 20.4002 16.2011 20.8002L13.0111 21.8602C12.4511 22.0502 11.5411 22.0502 10.9911 21.8602L7.80109 20.8002C6.60109 20.4002 5.62109 19.0402 5.62109 17.7702V16.4702C5.62109 15.6802 6.50109 15.2002 7.16109 15.6302L9.22109 16.9702C10.0111 17.5002 11.0111 17.7602 12.0111 17.7602C13.0111 17.7602 14.0111 17.5002 14.8011 16.9702L16.8311 15.6402Z\" fill=\"\"/>\n<path d=\"M19.9795 6.45859L13.9895 2.52859C12.9095 1.81859 11.1295 1.81859 10.0495 2.52859L4.02953 6.45859C2.09953 7.70859 2.09953 10.5386 4.02953 11.7986L5.62953 12.8386L10.0495 15.7186C11.1295 16.4286 12.9095 16.4286 13.9895 15.7186L18.3795 12.8386L19.7495 11.9386V14.9986C19.7495 15.4086 20.0895 15.7486 20.4995 15.7486C20.9095 15.7486 21.2495 15.4086 21.2495 14.9986V10.0786C21.6495 8.78859 21.2395 7.28859 19.9795 6.45859Z\" fill=\"\"/>\n</svg>\n</li><li title=\"text block \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM17.67 9.22C17.48 9.59 17.04 9.74 16.66 9.56C15.43 8.94 14.1 8.6 12.75 8.5V16.29C12.75 16.7 12.41 17.04 12 17.04C11.59 17.04 11.25 16.7 11.25 16.29V8.5C9.9 8.6 8.57 8.94 7.34 9.56C7.23 9.61 7.11 9.63 7 9.63C6.73 9.63 6.46 9.48 6.33 9.22C6.14 8.85 6.29 8.4 6.66 8.21C10 6.54 13.99 6.54 17.33 8.21C17.71 8.4 17.86 8.85 17.67 9.22Z\" fill=\"\"/>\n</svg>\n</li><li title=\"text bold \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.75 12.75H12.25H8.5V16.74C8.5 17.02 8.73 17.25 9.01 17.25H13.75C14.99 17.25 16 16.24 16 15C16 13.76 14.99 12.75 13.75 12.75Z\" fill=\"\"/>\n<path d=\"M14.5 9C14.5 7.76 13.49 6.75 12.25 6.75H9.01C8.73 6.75 8.5 6.98 8.5 7.26V11.25H12.25C13.49 11.25 14.5 10.24 14.5 9Z\" fill=\"\"/>\n<path d=\"M20.95 4.13C20.66 3.71 20.29 3.34 19.87 3.05C18.92 2.36 17.68 2 16.19 2H7.81C7.61 2 7.41 2.01 7.22 2.03C3.94 2.24 2 4.37 2 7.81V16.19C2 17.68 2.36 18.92 3.05 19.87C3.34 20.29 3.71 20.66 4.13 20.95C4.95 21.55 5.99 21.9 7.22 21.98C7.41 21.99 7.61 22 7.81 22H16.19C19.83 22 22 19.83 22 16.19V7.81C22 6.32 21.64 5.08 20.95 4.13ZM13.75 18.75H9.01C7.9 18.75 7 17.85 7 16.74V12V7.26C7 6.15 7.9 5.25 9.01 5.25H12.25C14.32 5.25 16 6.93 16 9C16 9.96 15.63 10.83 15.03 11.49C16.46 12.02 17.5 13.38 17.5 15C17.5 17.07 15.82 18.75 13.75 18.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"text italic \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.95 4.13C20.66 3.71 20.29 3.34 19.87 3.05C18.92 2.36 17.68 2 16.19 2H7.81C7.61 2 7.41 2.01 7.22 2.03C3.94 2.24 2 4.37 2 7.81V16.19C2 17.68 2.36 18.92 3.05 19.87C3.34 20.29 3.71 20.66 4.13 20.95C4.95 21.55 5.99 21.9 7.22 21.98C7.41 21.99 7.61 22 7.81 22H16.19C19.83 22 22 19.83 22 16.19V7.81C22 6.32 21.64 5.08 20.95 4.13ZM15.87 7.51H13.92L11.68 16.48H13.52C13.93 16.48 14.27 16.82 14.27 17.23C14.27 17.64 13.93 17.98 13.52 17.98H8.13C7.72 17.98 7.38 17.64 7.38 17.23C7.38 16.82 7.72 16.48 8.13 16.48H10.13L12.37 7.51H10.48C10.07 7.51 9.73 7.17 9.73 6.76C9.73 6.35 10.07 6.01 10.48 6.01H15.86C16.27 6.01 16.61 6.35 16.61 6.76C16.61 7.17 16.28 7.51 15.87 7.51Z\" fill=\"\"/>\n</svg>\n</li><li title=\"text underline \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.95 4.13C20.66 3.71 20.29 3.34 19.87 3.05C18.92 2.36 17.68 2 16.19 2H7.81C7.61 2 7.41 2.01 7.22 2.03C3.94 2.24 2 4.37 2 7.81V16.19C2 17.68 2.36 18.92 3.05 19.87C3.34 20.29 3.71 20.66 4.13 20.95C4.95 21.55 5.99 21.9 7.22 21.98C7.41 21.99 7.61 22 7.81 22H16.19C19.83 22 22 19.83 22 16.19V7.81C22 6.32 21.64 5.08 20.95 4.13ZM16.83 18.96H7.17C6.76 18.96 6.42 18.62 6.42 18.21C6.42 17.8 6.76 17.46 7.17 17.46H16.84C17.25 17.46 17.59 17.8 17.59 18.21C17.59 18.62 17.25 18.96 16.83 18.96ZM17.58 10.62C17.58 13.7 15.08 16.2 12 16.2C8.92 16.2 6.42 13.7 6.42 10.62V5.79C6.42 5.38 6.76 5.04 7.17 5.04C7.58 5.04 7.92 5.38 7.92 5.79V10.62C7.92 12.87 9.75 14.7 12 14.7C14.25 14.7 16.08 12.87 16.08 10.62V5.79C16.08 5.38 16.42 5.04 16.83 5.04C17.24 5.04 17.58 5.38 17.58 5.79V10.62Z\" fill=\"\"/>\n</svg>\n</li><li title=\"text \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.95 4.13C20.66 3.71 20.29 3.34 19.87 3.05C18.92 2.36 17.68 2 16.19 2H7.81C7.61 2 7.41 2.01 7.22 2.03C3.94 2.24 2 4.37 2 7.81V16.19C2 17.68 2.36 18.92 3.05 19.87C3.34 20.29 3.71 20.66 4.13 20.95C4.95 21.55 5.99 21.9 7.22 21.98C7.41 21.99 7.61 22 7.81 22H16.19C19.83 22 22 19.83 22 16.19V7.81C22 6.32 21.64 5.08 20.95 4.13ZM18.75 8.9C18.75 9.31 18.41 9.65 18 9.65C17.59 9.65 17.25 9.31 17.25 8.9V7.72C17.25 7.4 16.99 7.14 16.67 7.14H12.75V16.86H14.53C14.94 16.86 15.28 17.2 15.28 17.61C15.28 18.02 14.94 18.36 14.53 18.36H9.47C9.06 18.36 8.72 18.02 8.72 17.61C8.72 17.2 9.06 16.86 9.47 16.86H11.25V7.14H7.33C7.01 7.14 6.75 7.4 6.75 7.72V8.9C6.75 9.31 6.41 9.65 6 9.65C5.59 9.65 5.25 9.31 5.25 8.9V7.72C5.25 6.57 6.18 5.64 7.33 5.64H16.66C17.81 5.64 18.74 6.57 18.74 7.72V8.9H18.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"textalign center \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 5.25H3C2.59 5.25 2.25 4.91 2.25 4.5C2.25 4.09 2.59 3.75 3 3.75H21C21.41 3.75 21.75 4.09 21.75 4.5C21.75 4.91 21.41 5.25 21 5.25Z\" fill=\"\"/>\n<path d=\"M16.7417 10.25H7.26172C6.85172 10.25 6.51172 9.91 6.51172 9.5C6.51172 9.09 6.85172 8.75 7.26172 8.75H16.7317C17.1417 8.75 17.4817 9.09 17.4817 9.5C17.4817 9.91 17.1517 10.25 16.7417 10.25Z\" fill=\"\"/>\n<path d=\"M21 15.25H3C2.59 15.25 2.25 14.91 2.25 14.5C2.25 14.09 2.59 13.75 3 13.75H21C21.41 13.75 21.75 14.09 21.75 14.5C21.75 14.91 21.41 15.25 21 15.25Z\" fill=\"\"/>\n<path d=\"M16.7417 20.25H7.26172C6.85172 20.25 6.51172 19.91 6.51172 19.5C6.51172 19.09 6.85172 18.75 7.26172 18.75H16.7317C17.1417 18.75 17.4817 19.09 17.4817 19.5C17.4817 19.91 17.1517 20.25 16.7417 20.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"textalign justifycenter \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 5.25H3C2.59 5.25 2.25 4.91 2.25 4.5C2.25 4.09 2.59 3.75 3 3.75H21C21.41 3.75 21.75 4.09 21.75 4.5C21.75 4.91 21.41 5.25 21 5.25Z\" fill=\"\"/>\n<path d=\"M21 10.25H3C2.59 10.25 2.25 9.91 2.25 9.5C2.25 9.09 2.59 8.75 3 8.75H21C21.41 8.75 21.75 9.09 21.75 9.5C21.75 9.91 21.41 10.25 21 10.25Z\" fill=\"\"/>\n<path d=\"M21 15.25H3C2.59 15.25 2.25 14.91 2.25 14.5C2.25 14.09 2.59 13.75 3 13.75H21C21.41 13.75 21.75 14.09 21.75 14.5C21.75 14.91 21.41 15.25 21 15.25Z\" fill=\"\"/>\n<path d=\"M21 20.25H3C2.59 20.25 2.25 19.91 2.25 19.5C2.25 19.09 2.59 18.75 3 18.75H21C21.41 18.75 21.75 19.09 21.75 19.5C21.75 19.91 21.41 20.25 21 20.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"textalign justifyleft \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 5.25H3C2.59 5.25 2.25 4.91 2.25 4.5C2.25 4.09 2.59 3.75 3 3.75H12C12.41 3.75 12.75 4.09 12.75 4.5C12.75 4.91 12.41 5.25 12 5.25Z\" fill=\"\"/>\n<path d=\"M12 10.25H3C2.59 10.25 2.25 9.91 2.25 9.5C2.25 9.09 2.59 8.75 3 8.75H12C12.41 8.75 12.75 9.09 12.75 9.5C12.75 9.91 12.41 10.25 12 10.25Z\" fill=\"\"/>\n<path d=\"M21 15.25H3C2.59 15.25 2.25 14.91 2.25 14.5C2.25 14.09 2.59 13.75 3 13.75H21C21.41 13.75 21.75 14.09 21.75 14.5C21.75 14.91 21.41 15.25 21 15.25Z\" fill=\"\"/>\n<path d=\"M21 20.25H3C2.59 20.25 2.25 19.91 2.25 19.5C2.25 19.09 2.59 18.75 3 18.75H21C21.41 18.75 21.75 19.09 21.75 19.5C21.75 19.91 21.41 20.25 21 20.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"textalign justifyright \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 5.25H12C11.59 5.25 11.25 4.91 11.25 4.5C11.25 4.09 11.59 3.75 12 3.75H21C21.41 3.75 21.75 4.09 21.75 4.5C21.75 4.91 21.41 5.25 21 5.25Z\" fill=\"\"/>\n<path d=\"M21 10.25H12C11.59 10.25 11.25 9.91 11.25 9.5C11.25 9.09 11.59 8.75 12 8.75H21C21.41 8.75 21.75 9.09 21.75 9.5C21.75 9.91 21.41 10.25 21 10.25Z\" fill=\"\"/>\n<path d=\"M21 15.25H3C2.59 15.25 2.25 14.91 2.25 14.5C2.25 14.09 2.59 13.75 3 13.75H21C21.41 13.75 21.75 14.09 21.75 14.5C21.75 14.91 21.41 15.25 21 15.25Z\" fill=\"\"/>\n<path d=\"M21 20.25H3C2.59 20.25 2.25 19.91 2.25 19.5C2.25 19.09 2.59 18.75 3 18.75H21C21.41 18.75 21.75 19.09 21.75 19.5C21.75 19.91 21.41 20.25 21 20.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"textalign left \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 5.25H3C2.59 5.25 2.25 4.91 2.25 4.5C2.25 4.09 2.59 3.75 3 3.75H21C21.41 3.75 21.75 4.09 21.75 4.5C21.75 4.91 21.41 5.25 21 5.25Z\" fill=\"\"/>\n<path d=\"M12.47 10.25H3C2.59 10.25 2.25 9.91 2.25 9.5C2.25 9.09 2.59 8.75 3 8.75H12.47C12.88 8.75 13.22 9.09 13.22 9.5C13.22 9.91 12.89 10.25 12.47 10.25Z\" fill=\"\"/>\n<path d=\"M21 15.25H3C2.59 15.25 2.25 14.91 2.25 14.5C2.25 14.09 2.59 13.75 3 13.75H21C21.41 13.75 21.75 14.09 21.75 14.5C21.75 14.91 21.41 15.25 21 15.25Z\" fill=\"\"/>\n<path d=\"M12.47 20.25H3C2.59 20.25 2.25 19.91 2.25 19.5C2.25 19.09 2.59 18.75 3 18.75H12.47C12.88 18.75 13.22 19.09 13.22 19.5C13.22 19.91 12.89 20.25 12.47 20.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"textalign right \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 5.25H3C2.59 5.25 2.25 4.91 2.25 4.5C2.25 4.09 2.59 3.75 3 3.75H21C21.41 3.75 21.75 4.09 21.75 4.5C21.75 4.91 21.41 5.25 21 5.25Z\" fill=\"\"/>\n<path d=\"M21.0013 10.25H11.5312C11.1213 10.25 10.7812 9.91 10.7812 9.5C10.7812 9.09 11.1213 8.75 11.5312 8.75H21.0013C21.4113 8.75 21.7513 9.09 21.7513 9.5C21.7513 9.91 21.4113 10.25 21.0013 10.25Z\" fill=\"\"/>\n<path d=\"M21 15.25H3C2.59 15.25 2.25 14.91 2.25 14.5C2.25 14.09 2.59 13.75 3 13.75H21C21.41 13.75 21.75 14.09 21.75 14.5C21.75 14.91 21.41 15.25 21 15.25Z\" fill=\"\"/>\n<path d=\"M21.0013 20.25H11.5312C11.1213 20.25 10.7812 19.91 10.7812 19.5C10.7812 19.09 11.1213 18.75 11.5312 18.75H21.0013C21.4113 18.75 21.7513 19.09 21.7513 19.5C21.7513 19.91 21.4113 20.25 21.0013 20.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"tick circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 2C6.49 2 2 6.49 2 12C2 17.51 6.49 22 12 22C17.51 22 22 17.51 22 12C22 6.49 17.51 2 12 2ZM16.78 9.7L11.11 15.37C10.97 15.51 10.78 15.59 10.58 15.59C10.38 15.59 10.19 15.51 10.05 15.37L7.22 12.54C6.93 12.25 6.93 11.77 7.22 11.48C7.51 11.19 7.99 11.19 8.28 11.48L10.58 13.78L15.72 8.64C16.01 8.35 16.49 8.35 16.78 8.64C17.07 8.93 17.07 9.4 16.78 9.7Z\" fill=\"\"/>\n</svg>\n</li><li title=\"tick square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM16.78 9.7L11.11 15.37C10.97 15.51 10.78 15.59 10.58 15.59C10.38 15.59 10.19 15.51 10.05 15.37L7.22 12.54C6.93 12.25 6.93 11.77 7.22 11.48C7.51 11.19 7.99 11.19 8.28 11.48L10.58 13.78L15.72 8.64C16.01 8.35 16.49 8.35 16.78 8.64C17.07 8.93 17.07 9.4 16.78 9.7Z\" fill=\"\"/>\n</svg>\n</li><li title=\"ticket 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.1888 4.96C17.1888 4.97 17.1888 4.97 17.1888 4.98C16.9388 4.97 16.6887 4.96 16.4187 4.96H8.71875L9.78875 3.9C10.7687 2.91 11.8488 2 13.0988 2C14.3588 2 15.4387 2.91 16.4187 3.9L16.9787 4.46C17.1187 4.59 17.1888 4.77 17.1888 4.96Z\" fill=\"\"/>\n<path d=\"M20.8409 13.1692C21.2309 13.1692 21.5409 12.8492 21.5409 12.4492V11.5692C21.5409 7.63922 20.3409 6.44922 16.4209 6.44922H10.1209H7.58094C3.66094 6.44922 2.46094 7.64922 2.46094 11.5692V11.9992C2.46094 12.3992 2.77094 12.7092 3.16094 12.7092C4.00094 12.7092 4.67094 13.3892 4.67094 14.2192C4.67094 15.0492 4.00094 15.7392 3.16094 15.7392C2.77094 15.7392 2.46094 16.0492 2.46094 16.4492V16.8792C2.46094 20.8092 3.66094 21.9992 7.58094 21.9992H10.1109H16.4109C20.3309 21.9992 21.5309 20.7992 21.5309 16.8792C21.5309 16.4892 21.2209 16.1692 20.8309 16.1692C19.9909 16.1692 19.3209 15.4992 19.3209 14.6692C19.3309 13.8392 20.0009 13.1692 20.8409 13.1692ZM10.8209 18.8592C10.8209 19.2492 10.5009 19.5692 10.1109 19.5692C9.72094 19.5692 9.40094 19.2492 9.40094 18.8592V16.1792C9.40094 15.7892 9.72094 15.4692 10.1109 15.4692C10.5009 15.4692 10.8209 15.7892 10.8209 16.1792V18.8592ZM10.8209 12.2692C10.8209 12.6592 10.5009 12.9792 10.1109 12.9792C9.72094 12.9792 9.40094 12.6592 9.40094 12.2692V9.58922C9.40094 9.19922 9.72094 8.87922 10.1109 8.87922C10.5009 8.87922 10.8209 9.19922 10.8209 9.58922V12.2692Z\" fill=\"\"/>\n</svg>\n</li><li title=\"ticket discount \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.3 10.8394C21.69 10.8394 22 10.5294 22 10.1394V9.20938C22 5.10938 20.75 3.85938 16.65 3.85938H7.35C3.25 3.85937 2 5.10938 2 9.20938V9.67938C2 10.0694 2.31 10.3794 2.7 10.3794C3.6 10.3794 4.33 11.1094 4.33 12.0094C4.33 12.9094 3.6 13.6294 2.7 13.6294C2.31 13.6294 2 13.9394 2 14.3294V14.7994C2 18.8994 3.25 20.1494 7.35 20.1494H16.65C20.75 20.1494 22 18.8994 22 14.7994C22 14.4094 21.69 14.0994 21.3 14.0994C20.4 14.0994 19.67 13.3694 19.67 12.4694C19.67 11.5694 20.4 10.8394 21.3 10.8394ZM9 8.87938C9.55 8.87938 10 9.32938 10 9.87938C10 10.4294 9.56 10.8794 9 10.8794C8.45 10.8794 8 10.4294 8 9.87938C8 9.32938 8.44 8.87938 9 8.87938ZM15 15.8794C14.44 15.8794 13.99 15.4294 13.99 14.8794C13.99 14.3294 14.44 13.8794 14.99 13.8794C15.54 13.8794 15.99 14.3294 15.99 14.8794C15.99 15.4294 15.56 15.8794 15 15.8794ZM15.9 9.47937L9.17 16.2094C9.02 16.3594 8.83 16.4294 8.64 16.4294C8.45 16.4294 8.26 16.3594 8.11 16.2094C7.82 15.9194 7.82 15.4394 8.11 15.1494L14.84 8.41938C15.13 8.12938 15.61 8.12938 15.9 8.41938C16.19 8.70938 16.19 9.18937 15.9 9.47937Z\" fill=\"\"/>\n</svg>\n</li><li title=\"ticket expired \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.8501 12.9408C19.8501 13.7408 20.5001 14.4008 21.3001 14.4008C21.6801 14.4008 22.0001 14.7108 22.0001 15.0908C22.0001 18.9308 20.8401 20.0908 17.0001 20.0908H11.7501V18.5008C11.7501 18.1108 11.4501 17.7908 11.0701 17.7608C11.0501 17.7508 11.0201 17.7508 11.0001 17.7508C10.5901 17.7508 10.2501 18.0908 10.2501 18.5008V20.0908H8.49009C6.61009 20.0908 5.64009 18.6808 4.76009 16.5508L4.59009 16.1308C4.45009 15.7708 4.62009 15.3608 4.98009 15.2208C5.35009 15.0808 5.64009 14.7908 5.79009 14.4108C5.95009 14.0408 5.95009 13.6308 5.80009 13.2608C5.48009 12.4908 4.60009 12.1208 3.82009 12.4308C3.65009 12.5108 3.45009 12.5108 3.28009 12.4308C3.11009 12.3608 2.98009 12.2208 2.90009 12.0408L2.75009 11.6408C1.26009 8.02079 1.91009 6.47079 5.53009 4.97079L7.98009 3.96079C8.34009 3.81079 8.75009 3.98079 8.89009 4.34079L11.0701 9.09079C10.6601 9.09079 10.2501 9.42079 10.2501 9.83079V14.1708C10.2501 14.5808 10.5901 14.9208 11.0001 14.9208C11.0201 14.9208 11.0501 14.9208 11.0701 14.9108C11.4501 14.8808 11.7501 14.5608 11.7501 14.1708V9.83079C11.7501 9.44079 11.4501 9.12079 11.0701 9.09079V4.93079H17.0001C20.8401 4.93079 22.0001 6.09079 22.0001 9.93079V10.7808C22.0001 11.1708 21.6801 11.4808 21.3001 11.4808C20.5001 11.4808 19.8501 12.1308 19.8501 12.9408Z\" fill=\"\"/>\n</svg>\n</li><li title=\"ticket star \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.6487 3.85938H9.90865V6.87938C9.90865 7.26938 9.58865 7.57938 9.20865 7.57938C8.82865 7.57938 8.50865 7.26938 8.50865 6.87938V3.85938H7.34865C3.39865 3.85938 2.09865 5.03937 2.00865 8.72937C1.99865 8.90937 2.07865 9.09937 2.20865 9.22937C2.33865 9.36937 2.50865 9.43937 2.70865 9.43937C4.10865 9.43937 5.25865 10.5994 5.25865 11.9994C5.25865 13.3994 4.10865 14.5594 2.70865 14.5594C2.51865 14.5594 2.33865 14.6294 2.20865 14.7694C2.07865 14.8994 1.99865 15.0894 2.00865 15.2694C2.09865 18.9594 3.39865 20.1394 7.34865 20.1394H8.50865V17.1194C8.50865 16.7294 8.82865 16.4194 9.20865 16.4194C9.58865 16.4194 9.90865 16.7294 9.90865 17.1194V20.1394H16.6487C20.7487 20.1394 21.9987 18.8894 21.9987 14.7894V9.20938C21.9987 5.10938 20.7487 3.85938 16.6487 3.85938ZM18.4687 11.8994L17.5387 12.7994C17.4987 12.8294 17.4887 12.8894 17.4987 12.9394L17.7187 14.2094C17.7587 14.4394 17.6687 14.6794 17.4687 14.8194C17.2787 14.9594 17.0287 14.9794 16.8187 14.8694L15.6687 14.2694C15.6287 14.2494 15.5687 14.2494 15.5287 14.2694L14.3787 14.8694C14.2887 14.9194 14.1887 14.9394 14.0887 14.9394C13.9587 14.9394 13.8387 14.8994 13.7287 14.8194C13.5387 14.6794 13.4387 14.4494 13.4787 14.2094L13.6987 12.9394C13.7087 12.8894 13.6887 12.8394 13.6587 12.7994L12.7287 11.8994C12.5587 11.7394 12.4987 11.4894 12.5687 11.2694C12.6387 11.0394 12.8287 10.8794 13.0687 10.8494L14.3487 10.6594C14.3987 10.6494 14.4387 10.6194 14.4687 10.5794L15.0387 9.41938C15.1487 9.20938 15.3587 9.07938 15.5987 9.07938C15.8387 9.07938 16.0487 9.20938 16.1487 9.41938L16.7187 10.5794C16.7387 10.6294 16.7787 10.6594 16.8287 10.6594L18.1087 10.8494C18.3487 10.8794 18.5387 11.0494 18.6087 11.2694C18.6987 11.4894 18.6387 11.7294 18.4687 11.8994Z\" fill=\"\"/>\n</svg>\n</li><li title=\"ticket \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 10.75C22.41 10.75 22.75 10.41 22.75 10V9C22.75 4.59 21.41 3.25 17 3.25H10.75V5.5C10.75 5.91 10.41 6.25 10 6.25C9.59 6.25 9.25 5.91 9.25 5.5V3.25H7C2.59 3.25 1.25 4.59 1.25 9V9.5C1.25 9.91 1.59 10.25 2 10.25C2.96 10.25 3.75 11.04 3.75 12C3.75 12.96 2.96 13.75 2 13.75C1.59 13.75 1.25 14.09 1.25 14.5V15C1.25 19.41 2.59 20.75 7 20.75H9.25V18.5C9.25 18.09 9.59 17.75 10 17.75C10.41 17.75 10.75 18.09 10.75 18.5V20.75H17C21.41 20.75 22.75 19.41 22.75 15C22.75 14.59 22.41 14.25 22 14.25C21.04 14.25 20.25 13.46 20.25 12.5C20.25 11.54 21.04 10.75 22 10.75ZM10.75 14.17C10.75 14.58 10.41 14.92 10 14.92C9.59 14.92 9.25 14.58 9.25 14.17V9.83C9.25 9.42 9.59 9.08 10 9.08C10.41 9.08 10.75 9.42 10.75 9.83V14.17Z\" fill=\"\"/>\n</svg>\n</li><li title=\"timer 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.0001 4.64844C7.22008 4.64844 3.33008 8.53844 3.33008 13.3184C3.33008 18.0984 7.22008 21.9984 12.0001 21.9984C16.7801 21.9984 20.6701 18.1084 20.6701 13.3284C20.6701 8.54844 16.7801 4.64844 12.0001 4.64844ZM12.7501 12.9984C12.7501 13.4084 12.4101 13.7484 12.0001 13.7484C11.5901 13.7484 11.2501 13.4084 11.2501 12.9984V7.99844C11.2501 7.58844 11.5901 7.24844 12.0001 7.24844C12.4101 7.24844 12.7501 7.58844 12.7501 7.99844V12.9984Z\" fill=\"\"/>\n<path d=\"M14.8906 3.45H9.11062C8.71062 3.45 8.39062 3.13 8.39062 2.73C8.39062 2.33 8.71062 2 9.11062 2H14.8906C15.2906 2 15.6106 2.32 15.6106 2.72C15.6106 3.12 15.2906 3.45 14.8906 3.45Z\" fill=\"\"/>\n</svg>\n</li><li title=\"timer pause \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.8906 3.45H9.11062C8.71062 3.45 8.39062 3.13 8.39062 2.73C8.39062 2.33 8.71062 2 9.11062 2H14.8906C15.2906 2 15.6106 2.32 15.6106 2.72C15.6106 3.12 15.2906 3.45 14.8906 3.45Z\" fill=\"\"/>\n<path d=\"M14.0001 19.9684V17.0284C14.0001 15.2184 15.2201 13.9984 17.0301 13.9984H19.9701C20.2001 13.9984 20.4201 14.0184 20.6301 14.0584C20.6501 13.8184 20.6701 13.5784 20.6701 13.3284C20.6701 8.53844 16.7801 4.64844 12.0001 4.64844C7.22008 4.64844 3.33008 8.53844 3.33008 13.3284C3.33008 18.1084 7.22008 21.9984 12.0001 21.9984C12.8501 21.9984 13.6601 21.8584 14.4401 21.6384C14.1601 21.1684 14.0001 20.6084 14.0001 19.9684ZM12.7501 12.9984C12.7501 13.4084 12.4101 13.7484 12.0001 13.7484C11.5901 13.7484 11.2501 13.4084 11.2501 12.9984V7.99844C11.2501 7.58844 11.5901 7.24844 12.0001 7.24844C12.4101 7.24844 12.7501 7.58844 12.7501 7.99844V12.9984Z\" fill=\"\"/>\n<path d=\"M19.97 15H17.04C15.76 15 15 15.76 15 17.03V19.97C15 21.24 15.76 22 17.04 22H19.97C21.24 22 22 21.24 22 19.97V17.03C22 15.76 21.24 15 19.97 15ZM17.92 20.06C17.92 20.38 17.66 20.64 17.33 20.64C17.01 20.64 16.75 20.38 16.75 20.06V16.94C16.75 16.62 17.01 16.36 17.33 16.36C17.66 16.36 17.92 16.62 17.92 16.94V20.06ZM20.25 20.06C20.25 20.38 19.99 20.64 19.67 20.64C19.35 20.64 19.08 20.38 19.08 20.06V16.94C19.08 16.62 19.35 16.36 19.67 16.36C19.99 16.36 20.25 16.62 20.25 16.94V20.06Z\" fill=\"\"/>\n</svg>\n</li><li title=\"timer start \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.8906 3.45H9.11062C8.71062 3.45 8.39062 3.13 8.39062 2.73C8.39062 2.33 8.71062 2 9.11062 2H14.8906C15.2906 2 15.6106 2.32 15.6106 2.72C15.6106 3.12 15.2906 3.45 14.8906 3.45Z\" fill=\"\"/>\n<path d=\"M19.97 15H17.03C15.76 15 15 15.76 15 17.03V19.97C15 21.24 15.76 22 17.03 22H19.97C21.24 22 22 21.24 22 19.97V17.03C22 15.76 21.24 15 19.97 15ZM19.69 19.46L18.51 20.14C18.27 20.28 18.03 20.35 17.81 20.35C17.64 20.35 17.49 20.31 17.35 20.23C17.03 20.04 16.85 19.67 16.85 19.18V17.82C16.85 17.33 17.03 16.96 17.35 16.77C17.67 16.58 18.08 16.62 18.51 16.86L19.69 17.54C20.11 17.79 20.35 18.13 20.35 18.5C20.35 18.87 20.12 19.21 19.69 19.46Z\" fill=\"\"/>\n<path d=\"M14.0001 19.9684V17.0284C14.0001 15.2184 15.2201 13.9984 17.0301 13.9984H19.9701C20.2001 13.9984 20.4201 14.0184 20.6301 14.0584C20.6501 13.8184 20.6701 13.5784 20.6701 13.3284C20.6701 8.53844 16.7801 4.64844 12.0001 4.64844C7.22008 4.64844 3.33008 8.53844 3.33008 13.3284C3.33008 18.1084 7.22008 21.9984 12.0001 21.9984C12.8501 21.9984 13.6601 21.8584 14.4401 21.6384C14.1601 21.1684 14.0001 20.6084 14.0001 19.9684ZM12.7501 12.9984C12.7501 13.4084 12.4101 13.7484 12.0001 13.7484C11.5901 13.7484 11.2501 13.4084 11.2501 12.9984V7.99844C11.2501 7.58844 11.5901 7.24844 12.0001 7.24844C12.4101 7.24844 12.7501 7.58844 12.7501 7.99844V12.9984Z\" fill=\"\"/>\n</svg>\n</li><li title=\"timer \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.3895 15.67L13.3495 12H10.6395L6.59949 15.67C5.46949 16.69 5.09949 18.26 5.64949 19.68C6.19949 21.09 7.53949 22 9.04949 22H14.9395C16.4595 22 17.7895 21.09 18.3395 19.68C18.8895 18.26 18.5195 16.69 17.3895 15.67ZM13.8195 18.14H10.1795C9.79949 18.14 9.49949 17.83 9.49949 17.46C9.49949 17.09 9.80949 16.78 10.1795 16.78H13.8195C14.1995 16.78 14.4995 17.09 14.4995 17.46C14.4995 17.83 14.1895 18.14 13.8195 18.14Z\" fill=\"\"/>\n<path d=\"M18.3506 4.32C17.8006 2.91 16.4606 2 14.9506 2H9.05065C7.54065 2 6.20065 2.91 5.65065 4.32C5.11065 5.74 5.48065 7.31 6.61065 8.33L10.6506 12H13.3606L17.4006 8.33C18.5206 7.31 18.8906 5.74 18.3506 4.32ZM13.8206 7.23H10.1806C9.80065 7.23 9.50065 6.92 9.50065 6.55C9.50065 6.18 9.81065 5.87 10.1806 5.87H13.8206C14.2006 5.87 14.5006 6.18 14.5006 6.55C14.5006 6.92 14.1906 7.23 13.8206 7.23Z\" fill=\"\"/>\n</svg>\n</li><li title=\"toggle off circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.86 3.85938H10.14C5.65 3.85938 2 7.50938 2 11.9994C2 16.4894 5.65 20.1394 10.14 20.1394H13.86C18.35 20.1394 22 16.4894 22 11.9994C22 7.50938 18.35 3.85938 13.86 3.85938ZM10.14 16.4194C7.7 16.4194 5.72 14.4394 5.72 11.9994C5.72 9.55938 7.7 7.57938 10.14 7.57938C12.58 7.57938 14.56 9.55938 14.56 11.9994C14.56 14.4394 12.58 16.4194 10.14 16.4194Z\" fill=\"\"/>\n</svg>\n</li><li title=\"toggle off \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.65 3.85938H7.35C3.25 3.85938 2 5.10938 2 9.20938V14.7894C2 18.8894 3.25 20.1394 7.35 20.1394H16.65C20.75 20.1394 22 18.8894 22 14.7894V9.20938C22 5.10938 20.75 3.85938 16.65 3.85938ZM14.09 13.1194C14.09 15.3694 13.04 16.4194 10.79 16.4194H8.56C6.31 16.4194 5.26 15.3694 5.26 13.1194V10.8894C5.26 8.63938 6.31 7.58938 8.56 7.58938H10.79C13.04 7.58938 14.09 8.63938 14.09 10.8894V13.1194Z\" fill=\"\"/>\n</svg>\n</li><li title=\"toggle on circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.86 3.85938H10.14C5.65 3.85938 2 7.50938 2 11.9994C2 16.4894 5.65 20.1394 10.14 20.1394H13.86C18.35 20.1394 22 16.4894 22 11.9994C22 7.50938 18.35 3.85938 13.86 3.85938ZM13.86 16.4194C11.42 16.4194 9.44 14.4394 9.44 11.9994C9.44 9.55938 11.42 7.57938 13.86 7.57938C16.3 7.57938 18.28 9.55938 18.28 11.9994C18.28 14.4394 16.3 16.4194 13.86 16.4194Z\" fill=\"\"/>\n</svg>\n</li><li title=\"toggle on \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.65 3.85938H7.35C3.25 3.85938 2 5.10938 2 9.20938V14.7894C2 18.8894 3.25 20.1394 7.35 20.1394H16.65C20.75 20.1394 22 18.8894 22 14.7894V9.20938C22 5.10938 20.75 3.85938 16.65 3.85938ZM18.74 13.1194C18.74 15.3694 17.69 16.4194 15.44 16.4194H13.21C10.96 16.4194 9.91 15.3694 9.91 13.1194V10.8894C9.91 8.63938 10.96 7.58938 13.21 7.58938H15.44C17.69 7.58938 18.74 8.63938 18.74 10.8894V13.1194Z\" fill=\"\"/>\n</svg>\n</li><li title=\"trade \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 15.5C15 19.09 12.09 22 8.5 22C4.91 22 2 19.09 2 15.5C2 11.91 4.91 9 8.5 9C8.67 9 8.85 9.01 9.02 9.02C12.19 9.27 14.73 11.81 14.98 14.98C14.99 15.15 15 15.33 15 15.5Z\" fill=\"\"/>\n<path d=\"M22.0001 8.5C22.0001 11.76 19.6001 14.45 16.4801 14.92V14.86C16.1701 10.98 13.0201 7.83 9.11008 7.52H9.08008C9.55008 4.4 12.2401 2 15.5001 2C19.0901 2 22.0001 4.91 22.0001 8.5Z\" fill=\"\"/>\n<path d=\"M5.59 2H3C2.45 2 2 2.45 2 3V5.59C2 6.48 3.08 6.93 3.71 6.3L6.3 3.71C6.92 3.08 6.48 2 5.59 2Z\" fill=\"\"/>\n<path d=\"M18.4097 22.0003H20.9997C21.5497 22.0003 21.9997 21.5503 21.9997 21.0003V18.4103C21.9997 17.5203 20.9197 17.0703 20.2897 17.7003L17.6997 20.2903C17.0797 20.9203 17.5197 22.0003 18.4097 22.0003Z\" fill=\"\"/>\n</svg>\n</li><li title=\"transaction minus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.78 2H8.22C4.44 2 3.5 3.01 3.5 7.04V18.3C3.5 20.96 4.96 21.59 6.73 19.69L6.74 19.68C7.56 18.81 8.81 18.88 9.52 19.83L10.53 21.18C11.34 22.25 12.65 22.25 13.46 21.18L14.47 19.83C15.19 18.87 16.44 18.8 17.26 19.68C19.04 21.58 20.49 20.95 20.49 18.29V7.04C20.5 3.01 19.56 2 15.78 2ZM14.75 10.75H9.25C8.84 10.75 8.5 10.41 8.5 10C8.5 9.59 8.84 9.25 9.25 9.25H14.75C15.16 9.25 15.5 9.59 15.5 10C15.5 10.41 15.16 10.75 14.75 10.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"translate \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.93 2H5.02C3 2 2 3 2 5.02V8.94C2 11 3 12 5.02 11.95H8.94C11 12 12 11 11.95 8.93V5.02C12 3 11 2 8.93 2ZM9.01 9.76C8.33 9.76 7.67 9.5 7.12 9.04C6.5 9.49 5.75 9.76 4.94 9.76C4.53 9.76 4.19 9.42 4.19 9.01C4.19 8.6 4.53 8.26 4.94 8.26C5.96 8.26 6.81 7.56 7.12 6.6H4.94C4.53 6.6 4.19 6.26 4.19 5.85C4.19 5.44 4.53 5.1 4.94 5.1H6.23C6.27 4.72 6.58 4.42 6.97 4.42C7.36 4.42 7.67 4.72 7.71 5.1H7.97C7.98 5.1 7.99 5.1 7.99 5.1H8.01H9C9.41 5.1 9.75 5.44 9.75 5.85C9.75 6.26 9.42 6.6 9 6.6H8.67C8.58 7.08 8.39 7.53 8.14 7.94C8.41 8.14 8.7 8.26 9.01 8.26C9.42 8.26 9.76 8.6 9.76 9.01C9.76 9.42 9.42 9.76 9.01 9.76Z\" fill=\"\"/>\n<path d=\"M9 22.75C4.73 22.75 1.25 19.27 1.25 15C1.25 14.59 1.59 14.25 2 14.25C2.41 14.25 2.75 14.59 2.75 15C2.75 17.96 4.81 20.44 7.58 21.09L7.31 20.64C7.1 20.28 7.21 19.82 7.57 19.61C7.92 19.4 8.39 19.51 8.6 19.87L9.65 21.62C9.79 21.85 9.79 22.14 9.66 22.37C9.52 22.6 9.27 22.75 9 22.75Z\" fill=\"\"/>\n<path d=\"M21.9985 9.75C21.5885 9.75 21.2485 9.41 21.2485 9C21.2485 6.04 19.1885 3.56 16.4185 2.91L16.6885 3.36C16.8985 3.72 16.7885 4.18 16.4285 4.39C16.0785 4.6 15.6085 4.49 15.3985 4.13L14.3485 2.38C14.2085 2.15 14.2085 1.86 14.3385 1.63C14.4785 1.4 14.7285 1.25 14.9985 1.25C19.2685 1.25 22.7485 4.73 22.7485 9C22.7485 9.41 22.4085 9.75 21.9985 9.75Z\" fill=\"\"/>\n<path d=\"M16.9198 11.8516C14.1198 11.8516 11.8398 14.1216 11.8398 16.9316C11.8398 19.7316 14.1098 22.0116 16.9198 22.0116C19.7198 22.0116 21.9998 19.7416 21.9998 16.9316C21.9998 14.1216 19.7298 11.8516 16.9198 11.8516ZM19.3998 19.3416C19.0298 19.5216 18.5798 19.3816 18.3898 19.0016L18.2198 18.6616H15.6298L15.4598 19.0016C15.3298 19.2616 15.0598 19.4116 14.7898 19.4116C14.6798 19.4116 14.5598 19.3816 14.4598 19.3316C14.0898 19.1416 13.9398 18.6916 14.1198 18.3216L16.2598 14.0516C16.3898 13.8016 16.6498 13.6416 16.9298 13.6416C17.2098 13.6416 17.4698 13.8016 17.5998 14.0616L19.7398 18.3316C19.9198 18.7016 19.7698 19.1516 19.3998 19.3416Z\" fill=\"\"/>\n<path d=\"M16.3789 17.1603H17.4689L16.9189 16.0703L16.3789 17.1603Z\" fill=\"\"/>\n</svg>\n</li><li title=\"trash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.0697 5.23C19.4597 5.07 17.8497 4.95 16.2297 4.86V4.85L16.0097 3.55C15.8597 2.63 15.6397 1.25 13.2997 1.25H10.6797C8.34967 1.25 8.12967 2.57 7.96967 3.54L7.75967 4.82C6.82967 4.88 5.89967 4.94 4.96967 5.03L2.92967 5.23C2.50967 5.27 2.20967 5.64 2.24967 6.05C2.28967 6.46 2.64967 6.76 3.06967 6.72L5.10967 6.52C10.3497 6 15.6297 6.2 20.9297 6.73C20.9597 6.73 20.9797 6.73 21.0097 6.73C21.3897 6.73 21.7197 6.44 21.7597 6.05C21.7897 5.64 21.4897 5.27 21.0697 5.23Z\" fill=\"\"/>\n<path d=\"M19.2297 8.14C18.9897 7.89 18.6597 7.75 18.3197 7.75H5.67975C5.33975 7.75 4.99975 7.89 4.76975 8.14C4.53975 8.39 4.40975 8.73 4.42975 9.08L5.04975 19.34C5.15975 20.86 5.29975 22.76 8.78975 22.76H15.2097C18.6997 22.76 18.8398 20.87 18.9497 19.34L19.5697 9.09C19.5897 8.73 19.4597 8.39 19.2297 8.14ZM13.6597 17.75H10.3297C9.91975 17.75 9.57975 17.41 9.57975 17C9.57975 16.59 9.91975 16.25 10.3297 16.25H13.6597C14.0697 16.25 14.4097 16.59 14.4097 17C14.4097 17.41 14.0697 17.75 13.6597 17.75ZM14.4997 13.75H9.49975C9.08975 13.75 8.74975 13.41 8.74975 13C8.74975 12.59 9.08975 12.25 9.49975 12.25H14.4997C14.9097 12.25 15.2497 12.59 15.2497 13C15.2497 13.41 14.9097 13.75 14.4997 13.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"tree \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.1693 10.0603H7.82934C6.64934 10.0603 6.23934 9.27031 6.92934 8.31031L11.0993 2.47031C11.5893 1.77031 12.4093 1.77031 12.8993 2.47031L17.0693 8.31031C17.7593 9.27031 17.3493 10.0603 16.1693 10.0603Z\" fill=\"\"/>\n<path d=\"M17.5896 17.9986H6.4096C4.8296 17.9986 4.2896 16.9486 5.2196 15.6686L9.2096 10.0586H14.7896L18.7796 15.6686C19.7096 16.9486 19.1696 17.9986 17.5896 17.9986Z\" fill=\"\"/>\n<path d=\"M12.75 18V22C12.75 22.41 12.41 22.75 12 22.75C11.59 22.75 11.25 22.41 11.25 22V18H12.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"trend down \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM16.88 14.33C16.88 14.42 16.86 14.51 16.83 14.6C16.76 14.77 16.62 14.91 16.45 14.98C16.36 15.02 16.27 15.03 16.18 15.03H14.32C13.93 15.03 13.62 14.72 13.62 14.33C13.62 13.94 13.93 13.63 14.32 13.63H14.5L12.39 11.52L11.37 13.04C11.25 13.21 11.07 13.33 10.86 13.35C10.65 13.37 10.45 13.3 10.3 13.15L7.32 10.17C7.05 9.9 7.05 9.46 7.32 9.18C7.59 8.9 8.03 8.91 8.31 9.18L10.69 11.56L11.71 10.04C11.83 9.87 12.01 9.75 12.22 9.73C12.44 9.71 12.63 9.78 12.78 9.93L15.5 12.65V12.47C15.5 12.08 15.81 11.77 16.2 11.77C16.59 11.77 16.9 12.08 16.9 12.47V14.33H16.88Z\" fill=\"\"/>\n</svg>\n</li><li title=\"trend up \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM16.88 11.53C16.88 11.92 16.57 12.23 16.18 12.23C15.79 12.23 15.48 11.92 15.48 11.53V11.35L12.76 14.07C12.61 14.22 12.41 14.29 12.2 14.27C11.99 14.25 11.8 14.14 11.69 13.96L10.67 12.44L8.29 14.82C8.15 14.96 7.98 15.02 7.8 15.02C7.62 15.02 7.44 14.95 7.31 14.82C7.04 14.55 7.04 14.11 7.31 13.83L10.29 10.85C10.44 10.7 10.64 10.63 10.85 10.65C11.06 10.67 11.25 10.78 11.36 10.96L12.38 12.48L14.49 10.37H14.31C13.92 10.37 13.61 10.06 13.61 9.67C13.61 9.28 13.92 8.97 14.31 8.97H16.17C16.26 8.97 16.35 8.99 16.44 9.02C16.61 9.09 16.75 9.23 16.82 9.4C16.86 9.49 16.87 9.58 16.87 9.67V11.53H16.88Z\" fill=\"\"/>\n</svg>\n</li><li title=\"triangle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.2497 3.89863V12.9186C11.2497 13.2486 11.0897 13.5486 10.8197 13.7386L3.60969 18.7886C3.01969 19.1986 2.17969 18.8786 2.04969 18.1686C1.89969 17.3086 2.09969 16.2986 2.69969 15.2086L5.81969 9.59864L8.75969 4.30863C8.98969 3.89863 9.23969 3.53863 9.49969 3.22863C10.0997 2.52863 11.2497 2.97863 11.2497 3.89863Z\" fill=\"\"/>\n<path d=\"M20.39 18.7886L13.18 13.7386C12.91 13.5486 12.75 13.2486 12.75 12.9186V3.89863C12.75 2.97863 13.9 2.52863 14.5 3.22863C14.76 3.53863 15.01 3.89863 15.24 4.30863L18.18 9.59864L21.3 15.2086C21.9 16.2986 22.1 17.3086 21.95 18.1686C21.82 18.8786 20.98 19.1986 20.39 18.7886Z\" fill=\"\"/>\n<path d=\"M5.26018 19.14L11.4102 15.04C11.7402 14.82 12.2802 14.82 12.6102 15.04L18.7602 19.14C20.3902 20.23 20.1202 21.12 18.1602 21.12H5.85018C3.90018 21.11 3.63018 20.22 5.26018 19.14Z\" fill=\"\"/>\n</svg>\n</li><li title=\"truck fast \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.5 15.5C21.78 15.5 22 15.72 22 16V17C22 18.66 20.66 20 19 20C19 18.35 17.65 17 16 17C14.35 17 13 18.35 13 20H11C11 18.35 9.65 17 8 17C6.35 17 5 18.35 5 20C3.34 20 2 18.66 2 17V15C2 14.45 2.45 14 3 14H12.5C13.88 14 15 12.88 15 11.5V6C15 5.45 15.45 5 16 5H16.84C17.56 5 18.22 5.39 18.58 6.01L19.22 7.13C19.31 7.29 19.19 7.5 19 7.5C17.62 7.5 16.5 8.62 16.5 10V13C16.5 14.38 17.62 15.5 19 15.5H21.5Z\" fill=\"\"/>\n<path d=\"M8 22C9.10457 22 10 21.1046 10 20C10 18.8954 9.10457 18 8 18C6.89543 18 6 18.8954 6 20C6 21.1046 6.89543 22 8 22Z\" fill=\"\"/>\n<path d=\"M16 22C17.1046 22 18 21.1046 18 20C18 18.8954 17.1046 18 16 18C14.8954 18 14 18.8954 14 20C14 21.1046 14.8954 22 16 22Z\" fill=\"\"/>\n<path d=\"M22 12.53V14H19C18.45 14 18 13.55 18 13V10C18 9.45 18.45 9 19 9H20.29L21.74 11.54C21.91 11.84 22 12.18 22 12.53Z\" fill=\"\"/>\n<path d=\"M13.08 2H5.69C3.9 2 2.4 3.28 2.07 4.98H6.44C6.82 4.98 7.12 5.29 7.12 5.67C7.12 6.05 6.82 6.35 6.44 6.35H2V7.73H4.6C4.98 7.73 5.29 8.04 5.29 8.42C5.29 8.8 4.98 9.1 4.6 9.1H2V10.48H2.77C3.15 10.48 3.46 10.79 3.46 11.17C3.46 11.55 3.15 11.85 2.77 11.85H2V12.08C2 12.63 2.45 13.08 3 13.08H12.15C13.17 13.08 14 12.25 14 11.23V2.92C14 2.41 13.59 2 13.08 2Z\" fill=\"\"/>\n<path d=\"M2.07 4.98047H1.92H0.94C0.56 4.98047 0.25 5.29047 0.25 5.67047C0.25 6.05047 0.56 6.35047 0.94 6.35047H1.85H2V5.69047C2 5.45047 2.03 5.21047 2.07 4.98047Z\" fill=\"\"/>\n<path d=\"M1.85 7.73047H0.94C0.56 7.73047 0.25 8.04047 0.25 8.42047C0.25 8.80047 0.56 9.10047 0.94 9.10047H1.85H2V7.73047H1.85Z\" fill=\"\"/>\n<path d=\"M1.85 10.4805H0.94C0.56 10.4805 0.25 10.7905 0.25 11.1705C0.25 11.5505 0.56 11.8505 0.94 11.8505H1.85H2V10.4805H1.85Z\" fill=\"\"/>\n</svg>\n</li><li title=\"truck remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.5 15.5C21.78 15.5 22 15.72 22 16V17C22 18.66 20.66 20 19 20C19 18.35 17.65 17 16 17C14.35 17 13 18.35 13 20H11C11 18.35 9.65 17 8 17C6.35 17 5 18.35 5 20C3.34 20 2 18.66 2 17V15C2 14.45 2.45 14 3 14H12.5C13.88 14 15 12.88 15 11.5V6C15 5.45 15.45 5 16 5H16.84C17.56 5 18.22 5.39 18.58 6.01L19.22 7.13C19.31 7.29 19.19 7.5 19 7.5C17.62 7.5 16.5 8.62 16.5 10V13C16.5 14.38 17.62 15.5 19 15.5H21.5Z\" fill=\"\"/>\n<path d=\"M8 22C9.10457 22 10 21.1046 10 20C10 18.8954 9.10457 18 8 18C6.89543 18 6 18.8954 6 20C6 21.1046 6.89543 22 8 22Z\" fill=\"\"/>\n<path d=\"M16 22C17.1046 22 18 21.1046 18 20C18 18.8954 17.1046 18 16 18C14.8954 18 14 18.8954 14 20C14 21.1046 14.8954 22 16 22Z\" fill=\"\"/>\n<path d=\"M22 12.53V14H19C18.45 14 18 13.55 18 13V10C18 9.45 18.45 9 19 9H20.29L21.74 11.54C21.91 11.84 22 12.18 22 12.53Z\" fill=\"\"/>\n<path d=\"M13.08 1.98047H5.69C3.65 1.98047 2 3.63047 2 5.67047V12.0605C2 12.6105 2.45 13.0605 3 13.0605H12.15C13.17 13.0605 14 12.2305 14 11.2105V2.90047C14 2.39047 13.59 1.98047 13.08 1.98047ZM9.6 9.10047C9.45 9.24047 9.26 9.31047 9.07 9.31047C8.88 9.31047 8.69 9.24047 8.54 9.10047L8.01 8.57047L7.46 9.12047C7.31 9.27047 7.12 9.34047 6.93 9.34047C6.74 9.34047 6.55 9.27047 6.4 9.12047C6.11 8.83047 6.11 8.35047 6.4 8.06047L6.95 7.51047L6.42 6.98047C6.13 6.69047 6.13 6.21047 6.42 5.92047C6.72 5.63047 7.19 5.63047 7.49 5.92047L8.01 6.45047L8.51 5.94047C8.81 5.65047 9.28 5.65047 9.58 5.94047C9.87 6.24047 9.87 6.71047 9.58 7.01047L9.07 7.51047L9.6 8.03047C9.89 8.33047 9.89 8.80047 9.6 9.10047Z\" fill=\"\"/>\n</svg>\n</li><li title=\"truck tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.5 15.5C21.78 15.5 22 15.72 22 16V17C22 18.66 20.66 20 19 20C19 18.35 17.65 17 16 17C14.35 17 13 18.35 13 20H11C11 18.35 9.65 17 8 17C6.35 17 5 18.35 5 20C3.34 20 2 18.66 2 17V15C2 14.45 2.45 14 3 14H12.5C13.88 14 15 12.88 15 11.5V6C15 5.45 15.45 5 16 5H16.84C17.56 5 18.22 5.39 18.58 6.01L19.22 7.13C19.31 7.29 19.19 7.5 19 7.5C17.62 7.5 16.5 8.62 16.5 10V13C16.5 14.38 17.62 15.5 19 15.5H21.5Z\" fill=\"\"/>\n<path d=\"M8 22C9.10457 22 10 21.1046 10 20C10 18.8954 9.10457 18 8 18C6.89543 18 6 18.8954 6 20C6 21.1046 6.89543 22 8 22Z\" fill=\"\"/>\n<path d=\"M16 22C17.1046 22 18 21.1046 18 20C18 18.8954 17.1046 18 16 18C14.8954 18 14 18.8954 14 20C14 21.1046 14.8954 22 16 22Z\" fill=\"\"/>\n<path d=\"M22 12.53V14H19C18.45 14 18 13.55 18 13V10C18 9.45 18.45 9 19 9H20.29L21.74 11.54C21.91 11.84 22 12.18 22 12.53Z\" fill=\"\"/>\n<path d=\"M13.08 2H5.69C3.65 2 2 3.65 2 5.69V12.07C2 12.62 2.45 13.07 3 13.07H12.15C13.17 13.07 14 12.24 14 11.22V2.92C14 2.41 13.59 2 13.08 2ZM10.07 7.07L7.98 9.09C7.83 9.23 7.64 9.3 7.46 9.3C7.27 9.3 7.08 9.23 6.94 9.09L5.93 8.13C5.63 7.84 5.62 7.36 5.91 7.06C6.19 6.76 6.67 6.76 6.97 7.04L7.46 7.51L9.03 5.99C9.33 5.7 9.8 5.71 10.09 6.01C10.38 6.31 10.37 6.78 10.07 7.07Z\" fill=\"\"/>\n</svg>\n</li><li title=\"truck time \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.5 15.5C21.78 15.5 22 15.72 22 16V17C22 18.66 20.66 20 19 20C19 18.35 17.65 17 16 17C14.35 17 13 18.35 13 20H11C11 18.35 9.65 17 8 17C6.35 17 5 18.35 5 20C3.34 20 2 18.66 2 17V15C2 14.45 2.45 14 3 14H12.5C13.88 14 15 12.88 15 11.5V6C15 5.45 15.45 5 16 5H16.84C17.56 5 18.22 5.39 18.58 6.01L19.22 7.13C19.31 7.29 19.19 7.5 19 7.5C17.62 7.5 16.5 8.62 16.5 10V13C16.5 14.38 17.62 15.5 19 15.5H21.5Z\" fill=\"\"/>\n<path d=\"M8 22C9.10457 22 10 21.1046 10 20C10 18.8954 9.10457 18 8 18C6.89543 18 6 18.8954 6 20C6 21.1046 6.89543 22 8 22Z\" fill=\"\"/>\n<path d=\"M16 22C17.1046 22 18 21.1046 18 20C18 18.8954 17.1046 18 16 18C14.8954 18 14 18.8954 14 20C14 21.1046 14.8954 22 16 22Z\" fill=\"\"/>\n<path d=\"M22 12.53V14H19C18.45 14 18 13.55 18 13V10C18 9.45 18.45 9 19 9H20.29L21.74 11.54C21.91 11.84 22 12.18 22 12.53Z\" fill=\"\"/>\n<path d=\"M13.08 2H5.69C3.65 2 2 3.65 2 5.69V12.08C2 12.63 2.45 13.08 3 13.08H12.15C13.17 13.08 14 12.25 14 11.23V2.92C14 2.41 13.59 2 13.08 2ZM9.38 7.91C9.38 8.17 9.24 8.42 9.02 8.55L7.77 9.3C7.64 9.38 7.51 9.41 7.38 9.41C7.13 9.41 6.88 9.28 6.74 9.05C6.52 8.69 6.64 8.23 6.99 8.02L7.88 7.49V6.41C7.88 6 8.22 5.66 8.63 5.66C9.04 5.66 9.38 6 9.38 6.41V7.91Z\" fill=\"\"/>\n</svg>\n</li><li title=\"truck \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14 2.92V11.23C14 12.25 13.17 13.08 12.15 13.08H3C2.45 13.08 2 12.63 2 12.08V5.69C2 3.65 3.65 2 5.69 2H13.07C13.59 2 14 2.41 14 2.92Z\" fill=\"\"/>\n<path d=\"M21.5 15.5C21.78 15.5 22 15.72 22 16V17C22 18.66 20.66 20 19 20C19 18.35 17.65 17 16 17C14.35 17 13 18.35 13 20H11C11 18.35 9.65 17 8 17C6.35 17 5 18.35 5 20C3.34 20 2 18.66 2 17V15C2 14.45 2.45 14 3 14H12.5C13.88 14 15 12.88 15 11.5V6C15 5.45 15.45 5 16 5H16.84C17.56 5 18.22 5.39 18.58 6.01L19.22 7.13C19.31 7.29 19.19 7.5 19 7.5C17.62 7.5 16.5 8.62 16.5 10V13C16.5 14.38 17.62 15.5 19 15.5H21.5Z\" fill=\"\"/>\n<path d=\"M8 22C9.10457 22 10 21.1046 10 20C10 18.8954 9.10457 18 8 18C6.89543 18 6 18.8954 6 20C6 21.1046 6.89543 22 8 22Z\" fill=\"\"/>\n<path d=\"M16 22C17.1046 22 18 21.1046 18 20C18 18.8954 17.1046 18 16 18C14.8954 18 14 18.8954 14 20C14 21.1046 14.8954 22 16 22Z\" fill=\"\"/>\n<path d=\"M22 12.53V14H19C18.45 14 18 13.55 18 13V10C18 9.45 18.45 9 19 9H20.29L21.74 11.54C21.91 11.84 22 12.18 22 12.53Z\" fill=\"\"/>\n</svg>\n</li><li title=\"trush square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM15.76 15.76C15.7 16.61 15.63 17.67 13.71 17.67H10.29C8.38 17.67 8.3 16.61 8.24 15.76L7.93 11.8C7.91 11.54 8 11.29 8.17 11.1C8.34 10.91 8.59 10.81 8.84 10.81H15.16C15.41 10.81 15.66 10.92 15.83 11.1C16 11.29 16.09 11.54 16.07 11.79L15.76 15.76ZM16.8 9.82C16.78 9.82 16.76 9.82 16.74 9.82C15.7 9.72 14.75 9.65 13.84 9.61C12.62 9.55 11.4 9.53 10.17 9.58C9.57 9.61 8.96 9.65 8.36 9.71L7.27 9.82C7.25 9.82 7.22 9.82 7.2 9.82C6.85 9.82 6.55 9.56 6.52 9.2C6.48 8.83 6.76 8.49 7.13 8.46L8.22 8.35C8.65 8.31 9.07 8.28 9.5 8.26L9.58 7.79C9.66 7.29 9.81 6.33 11.31 6.33H12.7C14.21 6.33 14.36 7.32 14.43 7.8L14.51 8.28C15.26 8.32 16.03 8.38 16.87 8.46C17.25 8.5 17.52 8.83 17.49 9.21C17.45 9.56 17.15 9.82 16.8 9.82Z\" fill=\"\"/>\n</svg>\n</li><li title=\"undo \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM13.92 16.63H9C8.59 16.63 8.25 16.29 8.25 15.88C8.25 15.47 8.59 15.13 9 15.13H13.92C15.2 15.13 16.25 14.09 16.25 12.8C16.25 11.51 15.21 10.47 13.92 10.47H8.85L9.11 10.73C9.4 11.02 9.4 11.5 9.11 11.79C8.96 11.94 8.77 12.01 8.58 12.01C8.39 12.01 8.2 11.94 8.05 11.79L6.48 10.22C6.19 9.93 6.19 9.45 6.48 9.16L8.05 7.59C8.34 7.3 8.82 7.3 9.11 7.59C9.4 7.88 9.4 8.36 9.11 8.65L8.77 8.98H13.92C16.03 8.98 17.75 10.7 17.75 12.81C17.75 14.92 16.03 16.63 13.92 16.63Z\" fill=\"\"/>\n</svg>\n</li><li title=\"unlimited \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.4502 17.3019C15.7702 17.3019 14.2202 16.5119 13.2102 15.1219C12.9702 14.7919 13.0402 14.3219 13.3702 14.0719C13.7002 13.8219 14.1702 13.9019 14.4202 14.2319C15.1502 15.2219 16.2502 15.7919 17.4502 15.7919C19.5402 15.7919 21.2502 14.0919 21.2502 11.9919C21.2502 9.89187 19.5502 8.19187 17.4502 8.19187C16.0302 8.19187 14.6902 8.95187 13.9602 10.1619L11.3102 14.5719C10.3102 16.2419 8.48023 17.2719 6.54023 17.2719C3.62023 17.2719 1.24023 14.8919 1.24023 11.9719C1.24023 9.05188 3.62023 6.67188 6.54023 6.67188C8.22023 6.67188 9.77023 7.46188 10.7802 8.85188C11.0202 9.18188 10.9502 9.65187 10.6202 9.90187C10.2802 10.1519 9.82023 10.0719 9.57023 9.74187C8.85023 8.77187 7.75023 8.20187 6.55023 8.20187C4.46023 8.20187 2.75023 9.90188 2.75023 12.0019C2.75023 14.1019 4.45023 15.8019 6.55023 15.8019C7.97023 15.8019 9.31023 15.0419 10.0402 13.8319L12.6902 9.42188C13.6902 7.75188 15.5202 6.72187 17.4602 6.72187C20.3802 6.72187 22.7602 9.10188 22.7602 12.0219C22.7602 14.9419 20.3702 17.3019 17.4502 17.3019Z\" fill=\"\"/>\n<path d=\"M6.5 14C7.60457 14 8.5 13.1046 8.5 12C8.5 10.8954 7.60457 10 6.5 10C5.39543 10 4.5 10.8954 4.5 12C4.5 13.1046 5.39543 14 6.5 14Z\" fill=\"\"/>\n<path d=\"M17.5 14C18.6046 14 19.5 13.1046 19.5 12C19.5 10.8954 18.6046 10 17.5 10C16.3954 10 15.5 10.8954 15.5 12C15.5 13.1046 16.3954 14 17.5 14Z\" fill=\"\"/>\n</svg>\n</li><li title=\"unlock \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.0011 17.3498C12.9013 17.3498 13.6311 16.6201 13.6311 15.7198C13.6311 14.8196 12.9013 14.0898 12.0011 14.0898C11.1009 14.0898 10.3711 14.8196 10.3711 15.7198C10.3711 16.6201 11.1009 17.3498 12.0011 17.3498Z\" fill=\"\"/>\n<path d=\"M16.65 9.44H7.35C7.27 9.44 7.2 9.44 7.12 9.44V8.28C7.12 5.35 7.95 3.4 12 3.4C16.33 3.4 16.88 5.51 16.88 7.35C16.88 7.74 17.19 8.05 17.58 8.05C17.97 8.05 18.28 7.74 18.28 7.35C18.28 3.8 16.17 2 12 2C6.37 2 5.72 5.58 5.72 8.28V9.53C2.92 9.88 2 11.3 2 14.79V16.65C2 20.75 3.25 22 7.35 22H16.65C20.75 22 22 20.75 22 16.65V14.79C22 10.69 20.75 9.44 16.65 9.44ZM12 18.74C10.33 18.74 8.98 17.38 8.98 15.72C8.98 14.05 10.34 12.7 12 12.7C13.66 12.7 15.02 14.06 15.02 15.72C15.02 17.39 13.67 18.74 12 18.74Z\" fill=\"\"/>\n</svg>\n</li><li title=\"user add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.0002 15C6.99016 15 2.91016 18.36 2.91016 22.5C2.91016 22.78 3.13016 23 3.41016 23H20.5902C20.8702 23 21.0902 22.78 21.0902 22.5C21.0902 18.36 17.0102 15 12.0002 15Z\" fill=\"\"/>\n<path d=\"M15.71 3.66C14.81 2.64 13.47 2 12 2C10.6 2 9.32 2.57 8.41 3.51C7.54 4.41 7 5.65 7 7C7 7.94 7.26 8.82 7.73 9.57C7.98 10 8.3 10.39 8.68 10.71C9.55 11.51 10.71 12 12 12C13.83 12 15.41 11.02 16.28 9.57C16.54 9.14 16.74 8.66 16.85 8.16C16.95 7.79 17 7.4 17 7C17 5.72 16.51 4.55 15.71 3.66ZM13.87 7.92H12.94V8.89C12.94 9.41 12.52 9.83 12 9.83C11.48 9.83 11.06 9.41 11.06 8.89V7.92H10.13C9.61 7.92 9.19 7.5 9.19 6.98C9.19 6.46 9.61 6.04 10.13 6.04H11.06V5.15C11.06 4.63 11.48 4.21 12 4.21C12.52 4.21 12.94 4.63 12.94 5.15V6.04H13.87C14.39 6.04 14.81 6.46 14.81 6.98C14.81 7.5 14.39 7.92 13.87 7.92Z\" fill=\"\"/>\n</svg>\n</li><li title=\"user cirlce add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.97 2.33C21.25 1.51 20.18 1 19 1C17.88 1 16.86 1.46 16.13 2.21C15.71 2.64 15.39 3.16 15.2 3.74C15.07 4.14 15 4.56 15 5C15 5.75 15.21 6.46 15.58 7.06C15.78 7.4 16.04 7.71 16.34 7.97C17.04 8.61 17.97 9 19 9C19.44 9 19.86 8.93 20.25 8.79C21.17 8.5 21.94 7.87 22.42 7.06C22.63 6.72 22.79 6.33 22.88 5.93C22.96 5.63 23 5.32 23 5C23 3.98 22.61 3.04 21.97 2.33ZM20.49 5.73H19.75V6.51C19.75 6.92 19.41 7.26 19 7.26C18.59 7.26 18.25 6.92 18.25 6.51V5.73H17.51C17.1 5.73 16.76 5.39 16.76 4.98C16.76 4.57 17.1 4.23 17.51 4.23H18.25V3.52C18.25 3.11 18.59 2.77 19 2.77C19.41 2.77 19.75 3.11 19.75 3.52V4.23H20.49C20.9 4.23 21.24 4.57 21.24 4.98C21.24 5.39 20.91 5.73 20.49 5.73Z\" fill=\"\"/>\n<path d=\"M22 12C22 10.69 21.75 9.43 21.28 8.28C20.97 8.5 20.62 8.67 20.25 8.79C20.14 8.83 20.03 8.86 19.91 8.89C20.29 9.85 20.5 10.9 20.5 12C20.5 14.32 19.56 16.43 18.04 17.97C17.75 17.6 17.38 17.26 16.94 16.97C14.23 15.15 9.79 15.15 7.06 16.97C6.62 17.26 6.26 17.6 5.96 17.97C4.44 16.43 3.5 14.32 3.5 12C3.5 7.31 7.31 3.5 12 3.5C13.09 3.5 14.14 3.71 15.1 4.09C15.13 3.97 15.16 3.86 15.2 3.74C15.32 3.37 15.49 3.03 15.72 2.72C14.57 2.25 13.31 2 12 2C6.49 2 2 6.49 2 12C2 14.9 3.25 17.51 5.23 19.34C5.23 19.35 5.23 19.35 5.22 19.36C5.32 19.46 5.44 19.54 5.54 19.63C5.6 19.68 5.65 19.73 5.71 19.77C5.89 19.92 6.09 20.06 6.28 20.2C6.35 20.25 6.41 20.29 6.48 20.34C6.67 20.47 6.87 20.59 7.08 20.7C7.15 20.74 7.23 20.79 7.3 20.83C7.5 20.94 7.71 21.04 7.93 21.13C8.01 21.17 8.09 21.21 8.17 21.24C8.39 21.33 8.61 21.41 8.83 21.48C8.91 21.51 8.99 21.54 9.07 21.56C9.31 21.63 9.55 21.69 9.79 21.75C9.86 21.77 9.93 21.79 10.01 21.8C10.29 21.86 10.57 21.9 10.86 21.93C10.9 21.93 10.94 21.94 10.98 21.95C11.32 21.98 11.66 22 12 22C12.34 22 12.68 21.98 13.01 21.95C13.05 21.95 13.09 21.94 13.13 21.93C13.42 21.9 13.7 21.86 13.98 21.8C14.05 21.79 14.12 21.76 14.2 21.75C14.44 21.69 14.69 21.64 14.92 21.56C15 21.53 15.08 21.5 15.16 21.48C15.38 21.4 15.61 21.33 15.82 21.24C15.9 21.21 15.98 21.17 16.06 21.13C16.27 21.04 16.48 20.94 16.69 20.83C16.77 20.79 16.84 20.74 16.91 20.7C17.11 20.58 17.31 20.47 17.51 20.34C17.58 20.3 17.64 20.25 17.71 20.2C17.91 20.06 18.1 19.92 18.28 19.77C18.34 19.72 18.39 19.67 18.45 19.63C18.56 19.54 18.67 19.45 18.77 19.36C18.77 19.35 18.77 19.35 18.76 19.34C20.75 17.51 22 14.9 22 12Z\" fill=\"\"/>\n<path d=\"M12 6.92969C9.93 6.92969 8.25 8.60969 8.25 10.6797C8.25 12.7097 9.84 14.3597 11.95 14.4197C11.98 14.4197 12.02 14.4197 12.04 14.4197C12.06 14.4197 12.09 14.4197 12.11 14.4197C12.12 14.4197 12.13 14.4197 12.13 14.4197C14.15 14.3497 15.74 12.7097 15.75 10.6797C15.75 8.60969 14.07 6.92969 12 6.92969Z\" fill=\"\"/>\n</svg>\n</li><li title=\"user edit \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 2C9.24 2 7 4.24 7 7C7 9.76 9.24 12 12 12C14.76 12 17 9.76 17 7C17 4.24 14.76 2 12 2ZM14.17 6.51L11.47 9.21C11.37 9.31 11.16 9.41 11.02 9.44L9.99 9.58C9.61 9.63 9.35 9.37 9.41 9L9.56 7.97C9.58 7.83 9.68 7.62 9.79 7.52L12.49 4.82C12.95 4.36 13.5 4.14 14.18 4.82C14.85 5.51 14.63 6.05 14.17 6.51Z\" fill=\"\"/>\n<path d=\"M12.0002 14C6.99016 14 2.91016 17.36 2.91016 21.5C2.91016 21.78 3.13016 22 3.41016 22H20.5902C20.8702 22 21.0902 21.78 21.0902 21.5C21.0902 17.36 17.0102 14 12.0002 14Z\" fill=\"\"/>\n</svg>\n</li><li title=\"user minus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.0002 14C6.99016 14 2.91016 17.36 2.91016 21.5C2.91016 21.78 3.13016 22 3.41016 22H20.5902C20.8702 22 21.0902 21.78 21.0902 21.5C21.0902 17.36 17.0102 14 12.0002 14Z\" fill=\"\"/>\n<path d=\"M15.71 3.66C14.81 2.64 13.47 2 12 2C10.6 2 9.32 2.57 8.41 3.51C7.54 4.41 7 5.65 7 7C7 7.94 7.26 8.82 7.73 9.57C7.98 10 8.3 10.39 8.68 10.71C9.55 11.51 10.71 12 12 12C13.83 12 15.41 11.02 16.28 9.57C16.54 9.14 16.74 8.66 16.85 8.16C16.95 7.79 17 7.4 17 7C17 5.72 16.51 4.55 15.71 3.66ZM13.87 7.92H10.13C9.61 7.92 9.19 7.5 9.19 6.98C9.19 6.46 9.61 6.04 10.13 6.04H13.87C14.39 6.04 14.81 6.46 14.81 6.98C14.81 7.5 14.39 7.92 13.87 7.92Z\" fill=\"\"/>\n</svg>\n</li><li title=\"user octagon \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.5119 5.85L13.5719 2.42C12.6019 1.86 11.4019 1.86 10.4219 2.42L4.49187 5.85C3.52187 6.41 2.92188 7.45 2.92188 8.58V15.42C2.92188 16.54 3.52187 17.58 4.49187 18.15L10.4319 21.58C11.4019 22.14 12.6019 22.14 13.5819 21.58L19.5219 18.15C20.4919 17.59 21.0919 16.55 21.0919 15.42V8.58C21.0819 7.45 20.4819 6.42 19.5119 5.85ZM12.0019 7.34C13.2919 7.34 14.3319 8.38 14.3319 9.67C14.3319 10.96 13.2919 12 12.0019 12C10.7119 12 9.67188 10.96 9.67188 9.67C9.67188 8.39 10.7119 7.34 12.0019 7.34ZM14.6819 16.66H9.32187C8.51187 16.66 8.04187 15.76 8.49187 15.09C9.17187 14.08 10.4919 13.4 12.0019 13.4C13.5119 13.4 14.8319 14.08 15.5119 15.09C15.9619 15.75 15.4819 16.66 14.6819 16.66Z\" fill=\"\"/>\n</svg>\n</li><li title=\"user remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.0002 14C6.99016 14 2.91016 17.36 2.91016 21.5C2.91016 21.78 3.13016 22 3.41016 22H20.5902C20.8702 22 21.0902 21.78 21.0902 21.5C21.0902 17.36 17.0102 14 12.0002 14Z\" fill=\"\"/>\n<path d=\"M16.8506 5.79813C16.7306 5.30813 16.5306 4.82813 16.2506 4.38813C16.0606 4.06813 15.8106 3.74813 15.5406 3.46813C14.6406 2.56813 13.4706 2.07813 12.2706 2.01813C10.9106 1.92813 9.52058 2.42813 8.47058 3.46813C7.48058 4.44813 6.98058 5.75813 7.00058 7.07813C7.01058 8.32813 7.51058 9.57813 8.46058 10.5381C9.12058 11.1981 9.93058 11.6381 10.8006 11.8381C11.2706 11.9581 11.7706 12.0181 12.2706 11.9781C13.4606 11.9281 14.6206 11.4581 15.5306 10.5381C16.8206 9.24813 17.2606 7.43813 16.8506 5.79813ZM14.0006 8.99813C13.6406 9.35813 13.0406 9.35813 12.6806 8.99813L11.9906 8.30813L11.3306 8.96813C10.9706 9.32813 10.3706 9.32813 10.0106 8.96813C9.64058 8.59813 9.64058 8.00813 10.0006 7.64813L10.6606 6.98813L10.0206 6.36813C9.66058 5.99813 9.66058 5.40813 10.0206 5.02813C10.3906 4.66813 10.9806 4.66813 11.3606 5.02813L11.9806 5.66813L12.6506 4.99813C13.0106 4.63813 13.6006 4.63813 13.9706 4.99813C14.3306 5.35813 14.3306 5.95813 13.9706 6.31813L13.3106 6.97813L14.0006 7.67813C14.3606 8.03813 14.3606 8.63813 14.0006 8.99813Z\" fill=\"\"/>\n</svg>\n</li><li title=\"user search \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.0002 14C6.99016 14 2.91016 17.36 2.91016 21.5C2.91016 21.78 3.13016 22 3.41016 22H20.5902C20.8702 22 21.0902 21.78 21.0902 21.5C21.0902 17.36 17.0102 14 12.0002 14Z\" fill=\"\"/>\n<path d=\"M16.72 10.35L15.76 9.39C16.26 8.64 16.55 7.74 16.55 6.77C16.55 4.13 14.41 2 11.78 2C9.15 2 7 4.14 7 6.77C7 9.4 9.14 11.54 11.77 11.54C12.74 11.54 13.64 11.25 14.39 10.75L15.35 11.71C15.54 11.9 15.79 11.99 16.03 11.99C16.28 11.99 16.53 11.9 16.71 11.71C17.09 11.34 17.09 10.73 16.72 10.35Z\" fill=\"\"/>\n</svg>\n</li><li title=\"user square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.19C2 19 3.29 20.93 5.56 21.66C6.22 21.89 6.98 22 7.81 22H16.19C17.02 22 17.78 21.89 18.44 21.66C20.71 20.93 22 19 22 16.19V7.81C22 4.17 19.83 2 16.19 2ZM20.5 16.19C20.5 18.33 19.66 19.68 17.97 20.24C17 18.33 14.7 16.97 12 16.97C9.3 16.97 7.01 18.32 6.03 20.24H6.02C4.35 19.7 3.5 18.34 3.5 16.2V7.81C3.5 4.99 4.99 3.5 7.81 3.5H16.19C19.01 3.5 20.5 4.99 20.5 7.81V16.19Z\" fill=\"\"/>\n<path d=\"M12.0019 8C10.0219 8 8.42188 9.6 8.42188 11.58C8.42188 13.56 10.0219 15.17 12.0019 15.17C13.9819 15.17 15.5819 13.56 15.5819 11.58C15.5819 9.6 13.9819 8 12.0019 8Z\" fill=\"\"/>\n</svg>\n</li><li title=\"user tag \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18 2H6C4.34 2 3 3.33 3 4.97V15.88C3 17.52 4.34 18.85 6 18.85H6.76C7.56 18.85 8.32 19.16 8.88 19.72L10.59 21.41C11.37 22.18 12.64 22.18 13.42 21.41L15.13 19.72C15.69 19.16 16.46 18.85 17.25 18.85H18C19.66 18.85 21 17.52 21 15.88V4.97C21 3.33 19.66 2 18 2ZM12 5.75C13.29 5.75 14.33 6.79 14.33 8.08C14.33 9.37 13.29 10.41 12 10.41C10.71 10.41 9.67 9.36 9.67 8.08C9.67 6.79 10.71 5.75 12 5.75ZM14.68 15.06H9.32C8.51 15.06 8.04 14.16 8.49 13.49C9.17 12.48 10.49 11.8 12 11.8C13.51 11.8 14.83 12.48 15.51 13.49C15.96 14.16 15.48 15.06 14.68 15.06Z\" fill=\"\"/>\n</svg>\n</li><li title=\"user tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.0002 14C6.99016 14 2.91016 17.36 2.91016 21.5C2.91016 21.78 3.13016 22 3.41016 22H20.5902C20.8702 22 21.0902 21.78 21.0902 21.5C21.0902 17.36 17.0102 14 12.0002 14Z\" fill=\"\"/>\n<path d=\"M12 2C10.82 2 9.74 2.41 8.88 3.1C7.73 4.01 7 5.42 7 7C7 7.94 7.26 8.82 7.73 9.57C8.59 11.02 10.17 12 12 12C13.26 12 14.41 11.54 15.29 10.75C15.68 10.42 16.02 10.02 16.28 9.57C16.74 8.82 17 7.94 17 7C17 4.24 14.76 2 12 2ZM14.59 6.46L11.92 8.92C11.74 9.09 11.51 9.17 11.28 9.17C11.04 9.17 10.8 9.08 10.62 8.9L9.39 7.66C9.02 7.29 9.02 6.7 9.39 6.33C9.76 5.96 10.35 5.96 10.72 6.33L11.31 6.92L13.32 5.07C13.7 4.72 14.29 4.74 14.64 5.12C14.99 5.51 14.97 6.11 14.59 6.46Z\" fill=\"\"/>\n</svg>\n</li><li title=\"user \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 12C14.7614 12 17 9.76142 17 7C17 4.23858 14.7614 2 12 2C9.23858 2 7 4.23858 7 7C7 9.76142 9.23858 12 12 12Z\" fill=\"\"/>\n<path d=\"M12.0002 14.5C6.99016 14.5 2.91016 17.86 2.91016 22C2.91016 22.28 3.13016 22.5 3.41016 22.5H20.5902C20.8702 22.5 21.0902 22.28 21.0902 22C21.0902 17.86 17.0102 14.5 12.0002 14.5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"verify \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.5609 10.7386L20.2009 9.15859C19.9409 8.85859 19.7309 8.29859 19.7309 7.89859V6.19859C19.7309 5.13859 18.8609 4.26859 17.8009 4.26859H16.1009C15.7109 4.26859 15.1409 4.05859 14.8409 3.79859L13.2609 2.43859C12.5709 1.84859 11.4409 1.84859 10.7409 2.43859L9.17086 3.80859C8.87086 4.05859 8.30086 4.26859 7.91086 4.26859H6.18086C5.12086 4.26859 4.25086 5.13859 4.25086 6.19859V7.90859C4.25086 8.29859 4.04086 8.85859 3.79086 9.15859L2.44086 10.7486C1.86086 11.4386 1.86086 12.5586 2.44086 13.2486L3.79086 14.8386C4.04086 15.1386 4.25086 15.6986 4.25086 16.0886V17.7986C4.25086 18.8586 5.12086 19.7286 6.18086 19.7286H7.91086C8.30086 19.7286 8.87086 19.9386 9.17086 20.1986L10.7509 21.5586C11.4409 22.1486 12.5709 22.1486 13.2709 21.5586L14.8509 20.1986C15.1509 19.9386 15.7109 19.7286 16.1109 19.7286H17.8109C18.8709 19.7286 19.7409 18.8586 19.7409 17.7986V16.0986C19.7409 15.7086 19.9509 15.1386 20.2109 14.8386L21.5709 13.2586C22.1509 12.5686 22.1509 11.4286 21.5609 10.7386ZM16.1609 10.1086L11.3309 14.9386C11.1909 15.0786 11.0009 15.1586 10.8009 15.1586C10.6009 15.1586 10.4109 15.0786 10.2709 14.9386L7.85086 12.5186C7.56086 12.2286 7.56086 11.7486 7.85086 11.4586C8.14086 11.1686 8.62086 11.1686 8.91086 11.4586L10.8009 13.3486L15.1009 9.04859C15.3909 8.75859 15.8709 8.75859 16.1609 9.04859C16.4509 9.33859 16.4509 9.81859 16.1609 10.1086Z\" fill=\"\"/>\n</svg>\n</li><li title=\"video add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.7295 5.86V2.5C14.7295 2.22 14.5095 2 14.2295 2H9.76953C9.48953 2 9.26953 2.22 9.26953 2.5V5.86C9.26953 6.14 9.48953 6.36 9.76953 6.36H14.2295C14.5095 6.36 14.7295 6.14 14.7295 5.86Z\" fill=\"\"/>\n<path d=\"M7.24851 2.0207C4.68851 2.1807 2.93851 3.5007 2.28851 5.7007C2.18851 6.0307 2.42851 6.3607 2.76851 6.3607H7.26851C7.54851 6.3607 7.76851 6.1407 7.76851 5.8607V2.5207C7.76851 2.2407 7.52851 2.0007 7.24851 2.0207Z\" fill=\"\"/>\n<path d=\"M16.7505 2.00898C19.3105 2.16898 21.0605 3.48898 21.7105 5.68898C21.8105 6.01898 21.5705 6.34898 21.2305 6.34898H16.7305C16.4505 6.34898 16.2305 6.12898 16.2305 5.84898V2.50898C16.2305 2.22898 16.4705 1.98898 16.7505 2.00898Z\" fill=\"\"/>\n<path d=\"M22 15.7C22 15.69 21.99 15.68 21.98 15.67C21.94 15.61 21.89 15.55 21.84 15.5C21.83 15.49 21.82 15.47 21.81 15.46C21 14.56 19.81 14 18.5 14C17.24 14 16.09 14.52 15.27 15.36C14.48 16.17 14 17.28 14 18.5C14 19.34 14.24 20.14 14.65 20.82C14.87 21.19 15.15 21.53 15.47 21.81C15.49 21.82 15.5 21.83 15.51 21.84C15.56 21.89 15.61 21.93 15.67 21.98C15.67 21.98 15.67 21.98 15.68 21.98C15.69 21.99 15.7 22 15.71 22C16.46 22.63 17.43 23 18.5 23C20.14 23 21.57 22.12 22.35 20.82C22.58 20.43 22.76 20 22.87 19.55C22.96 19.21 23 18.86 23 18.5C23 17.44 22.63 16.46 22 15.7ZM20.18 19.23H19.25V20.2C19.25 20.61 18.91 20.95 18.5 20.95C18.09 20.95 17.75 20.61 17.75 20.2V19.23H16.82C16.41 19.23 16.07 18.89 16.07 18.48C16.07 18.07 16.41 17.73 16.82 17.73H17.75V16.84C17.75 16.43 18.09 16.09 18.5 16.09C18.91 16.09 19.25 16.43 19.25 16.84V17.73H20.18C20.59 17.73 20.93 18.07 20.93 18.48C20.93 18.89 20.6 19.23 20.18 19.23Z\" fill=\"\"/>\n<path d=\"M22 8.35937V12.7394C22 13.1094 21.61 13.3494 21.28 13.1794C20.44 12.7394 19.48 12.4994 18.5 12.4994C16.89 12.4994 15.32 13.1594 14.2 14.3094C13.1 15.4294 12.5 16.9194 12.5 18.4994C12.5 19.3094 12.82 20.3494 13.22 21.2194C13.38 21.5694 13.14 21.9994 12.75 21.9994H7.81C4.6 21.9994 2 19.3994 2 16.1894V8.35937C2 8.07937 2.22 7.85938 2.5 7.85938H21.5C21.78 7.85938 22 8.07937 22 8.35937Z\" fill=\"\"/>\n</svg>\n</li><li title=\"video circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM14.66 13.73L13.38 14.47L12.1 15.21C10.45 16.16 9.1 15.38 9.1 13.48V12V10.52C9.1 8.61 10.45 7.84 12.1 8.79L13.38 9.53L14.66 10.27C16.31 11.22 16.31 12.78 14.66 13.73Z\" fill=\"\"/>\n</svg>\n</li><li title=\"video horizontal \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.25 7.85938H2V16.1894C2 16.2494 2 16.3094 2.01 16.3594H11.25V7.85938Z\" fill=\"\"/>\n<path d=\"M7.69141 6.36H11.2514V2H7.72141V6.24C7.72141 6.28 7.70141 6.32 7.69141 6.36Z\" fill=\"\"/>\n<path d=\"M6.21891 6.24016V2.16016C3.99891 2.62016 2.54891 4.10016 2.12891 6.36016H6.23891C6.22891 6.32016 6.21891 6.28016 6.21891 6.24016Z\" fill=\"\"/>\n<path d=\"M16.22 2H12.75V6.36H16.22V2Z\" fill=\"\"/>\n<path d=\"M17.7109 6.35844H21.8709C21.4509 4.07844 19.9809 2.58844 17.7209 2.14844V6.32844C17.7209 6.33844 17.7109 6.34844 17.7109 6.35844Z\" fill=\"\"/>\n<path d=\"M17.7188 21.8494C19.9088 21.4194 21.3488 20.0194 21.8188 17.8594H17.7188V21.8494Z\" fill=\"\"/>\n<path d=\"M16.22 17.8594H12.75V21.9994H16.22V17.8594Z\" fill=\"\"/>\n<path d=\"M12.75 16.3594H21.99C22 16.3094 22 16.2494 22 16.1894V7.85938H12.75V16.3594Z\" fill=\"\"/>\n<path d=\"M11.2488 17.8594H7.71875V21.9994H11.2488V17.8594Z\" fill=\"\"/>\n<path d=\"M2.17969 17.8594C2.64969 19.9994 4.06969 21.3994 6.21969 21.8394V17.8594H2.17969Z\" fill=\"\"/>\n</svg>\n</li><li title=\"video octagon \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.5119 5.85L13.5719 2.42C12.6019 1.86 11.4019 1.86 10.4219 2.42L4.49187 5.85C3.52187 6.41 2.92188 7.45 2.92188 8.58V15.42C2.92188 16.54 3.52187 17.58 4.49187 18.15L10.4319 21.58C11.4019 22.14 12.6019 22.14 13.5819 21.58L19.5219 18.15C20.4919 17.59 21.0919 16.55 21.0919 15.42V8.58C21.0819 7.45 20.4819 6.42 19.5119 5.85ZM14.2519 13.4L13.2119 14L12.1719 14.6C10.8419 15.37 9.75187 14.74 9.75187 13.2V12V10.8C9.75187 9.26 10.8419 8.63 12.1719 9.4L13.2119 10L14.2519 10.6C15.5819 11.37 15.5819 12.63 14.2519 13.4Z\" fill=\"\"/>\n</svg>\n</li><li title=\"video play \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.7295 2H9.26953V6.36H14.7295V2Z\" fill=\"\"/>\n<path d=\"M16.2305 2V6.36H21.8705C21.3605 3.61 19.3305 2.01 16.2305 2Z\" fill=\"\"/>\n<path d=\"M2 7.85938V16.1894C2 19.8294 4.17 21.9994 7.81 21.9994H16.19C19.83 21.9994 22 19.8294 22 16.1894V7.85938H2ZM14.44 16.1794L12.36 17.3794C11.92 17.6294 11.49 17.7594 11.09 17.7594C10.79 17.7594 10.52 17.6894 10.27 17.5494C9.69 17.2194 9.37 16.5394 9.37 15.6594V13.2594C9.37 12.3794 9.69 11.6994 10.27 11.3694C10.85 11.0294 11.59 11.0894 12.36 11.5394L14.44 12.7394C15.21 13.1794 15.63 13.7994 15.63 14.4694C15.63 15.1394 15.2 15.7294 14.44 16.1794Z\" fill=\"\"/>\n<path d=\"M7.76891 2C4.66891 2.01 2.63891 3.61 2.12891 6.36H7.76891V2Z\" fill=\"\"/>\n</svg>\n</li><li title=\"video remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.98 15.67C21.94 15.61 21.89 15.55 21.84 15.5C21.03 14.57 19.83 14 18.5 14C17.24 14 16.09 14.52 15.27 15.36C14.48 16.17 14 17.28 14 18.5C14 19.34 14.24 20.14 14.65 20.82C14.88 21.2 15.17 21.55 15.51 21.84C15.56 21.89 15.61 21.93 15.67 21.98C15.67 21.98 15.67 21.98 15.68 21.98C16.44 22.62 17.42 23 18.5 23C20.14 23 21.57 22.12 22.35 20.82C22.58 20.43 22.76 20 22.87 19.55C22.96 19.21 23 18.86 23 18.5C23 17.43 22.62 16.44 21.98 15.67ZM20.23 20.21C20.08 20.36 19.89 20.43 19.7 20.43C19.51 20.43 19.32 20.36 19.17 20.21L18.51 19.55L17.82 20.24C17.67 20.39 17.48 20.46 17.29 20.46C17.1 20.46 16.91 20.39 16.76 20.24C16.47 19.95 16.47 19.47 16.76 19.18L17.45 18.49L16.79 17.83C16.5 17.54 16.5 17.06 16.79 16.77C17.08 16.48 17.56 16.48 17.85 16.77L18.51 17.43L19.14 16.8C19.43 16.51 19.91 16.51 20.2 16.8C20.49 17.09 20.49 17.57 20.2 17.86L19.57 18.49L20.23 19.15C20.53 19.44 20.53 19.91 20.23 20.21Z\" fill=\"\"/>\n<path d=\"M14.7295 5.86V2.5C14.7295 2.22 14.5095 2 14.2295 2H9.76953C9.48953 2 9.26953 2.22 9.26953 2.5V5.86C9.26953 6.14 9.48953 6.36 9.76953 6.36H14.2295C14.5095 6.36 14.7295 6.14 14.7295 5.86Z\" fill=\"\"/>\n<path d=\"M7.24851 2.0207C4.68851 2.1807 2.93851 3.5007 2.28851 5.7007C2.18851 6.0307 2.42851 6.3607 2.76851 6.3607H7.26851C7.54851 6.3607 7.76851 6.1407 7.76851 5.8607V2.5207C7.76851 2.2407 7.52851 2.0007 7.24851 2.0207Z\" fill=\"\"/>\n<path d=\"M16.7505 2.00898C19.3105 2.16898 21.0605 3.48898 21.7105 5.68898C21.8105 6.01898 21.5705 6.34898 21.2305 6.34898H16.7305C16.4505 6.34898 16.2305 6.12898 16.2305 5.84898V2.50898C16.2305 2.22898 16.4705 1.98898 16.7505 2.00898Z\" fill=\"\"/>\n<path d=\"M22 8.35937V12.7394C22 13.1094 21.61 13.3494 21.28 13.1794C20.44 12.7394 19.48 12.4994 18.5 12.4994C16.89 12.4994 15.32 13.1594 14.2 14.3094C13.1 15.4294 12.5 16.9194 12.5 18.4994C12.5 19.3094 12.82 20.3494 13.22 21.2194C13.38 21.5694 13.14 21.9994 12.75 21.9994H7.81C4.6 21.9994 2 19.3994 2 16.1894V8.35937C2 8.07937 2.22 7.85938 2.5 7.85938H21.5C21.78 7.85938 22 8.07937 22 8.35937Z\" fill=\"\"/>\n</svg>\n</li><li title=\"video slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M17.7405 7.57031C17.7505 7.64031 17.7505 7.72031 17.7405 7.79031C17.7405 7.72031 17.7305 7.65031 17.7305 7.58031L17.7405 7.57031Z\" fill=\"\"/>\n<path d=\"M17.2789 6.56L3.82891 20.01C2.42891 19.12 1.87891 17.53 1.87891 16V8C1.87891 4.58 3.20891 3.25 6.62891 3.25H12.6289C15.5189 3.25 16.9089 4.2 17.2789 6.56Z\" fill=\"\"/>\n<path d=\"M21.4 2.22891C21.1 1.92891 20.61 1.92891 20.31 2.22891L1.85 20.6889C1.55 20.9889 1.55 21.4789 1.85 21.7789C2 21.9189 2.2 21.9989 2.39 21.9989C2.59 21.9989 2.78 21.9189 2.93 21.7689L21.4 3.30891C21.7 3.00891 21.7 2.52891 21.4 2.22891Z\" fill=\"\"/>\n<path d=\"M22.3802 8.38047V15.6205C22.3802 17.0505 21.6802 17.6205 21.2802 17.8305C21.0902 17.9305 20.7902 18.0405 20.4202 18.0405C19.9902 18.0405 19.4602 17.9005 18.8402 17.4605L17.3602 16.4205C17.2902 18.6305 16.5902 19.8905 15.0002 20.4205C14.3602 20.6505 13.5702 20.7505 12.6202 20.7505H6.62016C6.38016 20.7505 6.15016 20.7405 5.91016 20.7105L15.0002 11.6305L20.6502 5.98047C20.9102 6.00047 21.1202 6.08047 21.2802 6.17047C21.6802 6.38047 22.3802 6.95047 22.3802 8.38047Z\" fill=\"\"/>\n</svg>\n</li><li title=\"video square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM14.66 13.73L13.38 14.47L12.1 15.21C10.45 16.16 9.1 15.38 9.1 13.48V12V10.52C9.1 8.61 10.45 7.84 12.1 8.79L13.38 9.53L14.66 10.27C16.31 11.22 16.31 12.78 14.66 13.73Z\" fill=\"\"/>\n</svg>\n</li><li title=\"video tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.98 15.65C21.16 14.64 19.91 14 18.5 14C17.44 14 16.46 14.37 15.69 14.99C14.65 15.81 14 17.08 14 18.5C14 19.34 14.24 20.14 14.65 20.82C14.92 21.27 15.26 21.66 15.66 21.98H15.67C16.44 22.62 17.43 23 18.5 23C19.64 23 20.67 22.58 21.46 21.88C21.81 21.58 22.11 21.22 22.35 20.82C22.76 20.14 23 19.34 23 18.5C23 17.42 22.62 16.42 21.98 15.65ZM20.76 17.94L18.36 20.16C18.22 20.29 18.03 20.36 17.85 20.36C17.66 20.36 17.47 20.29 17.32 20.14L16.21 19.03C15.92 18.74 15.92 18.26 16.21 17.97C16.5 17.68 16.98 17.68 17.27 17.97L17.87 18.57L19.74 16.84C20.04 16.56 20.52 16.58 20.8 16.88C21.09 17.19 21.07 17.66 20.76 17.94Z\" fill=\"\"/>\n<path d=\"M14.7295 5.86V2.5C14.7295 2.22 14.5095 2 14.2295 2H9.76953C9.48953 2 9.26953 2.22 9.26953 2.5V5.86C9.26953 6.14 9.48953 6.36 9.76953 6.36H14.2295C14.5095 6.36 14.7295 6.14 14.7295 5.86Z\" fill=\"\"/>\n<path d=\"M7.24851 2.0207C4.68851 2.1807 2.93851 3.5007 2.28851 5.7007C2.18851 6.0307 2.42851 6.3607 2.76851 6.3607H7.26851C7.54851 6.3607 7.76851 6.1407 7.76851 5.8607V2.5207C7.76851 2.2407 7.52851 2.0007 7.24851 2.0207Z\" fill=\"\"/>\n<path d=\"M16.7505 2.00898C19.3105 2.16898 21.0605 3.48898 21.7105 5.68898C21.8105 6.01898 21.5705 6.34898 21.2305 6.34898H16.7305C16.4505 6.34898 16.2305 6.12898 16.2305 5.84898V2.50898C16.2305 2.22898 16.4705 1.98898 16.7505 2.00898Z\" fill=\"\"/>\n<path d=\"M22 8.35937V12.7394C22 13.1094 21.61 13.3494 21.28 13.1794C20.44 12.7394 19.48 12.4994 18.5 12.4994C16.89 12.4994 15.32 13.1594 14.2 14.3094C13.1 15.4294 12.5 16.9194 12.5 18.4994C12.5 19.3094 12.82 20.3494 13.22 21.2194C13.38 21.5694 13.14 21.9994 12.75 21.9994H7.81C4.6 21.9994 2 19.3994 2 16.1894V8.35937C2 8.07937 2.22 7.85938 2.5 7.85938H21.5C21.78 7.85938 22 8.07937 22 8.35937Z\" fill=\"\"/>\n</svg>\n</li><li title=\"video time \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.98 15.65C21.16 14.64 19.91 14 18.5 14C17.44 14 16.46 14.37 15.69 14.99C14.65 15.81 14 17.08 14 18.5C14 19.91 14.64 21.16 15.65 21.98C16.42 22.62 17.42 23 18.5 23C19.64 23 20.67 22.57 21.47 21.88C22.4 21.05 23 19.85 23 18.5C23 17.42 22.62 16.42 21.98 15.65ZM19.53 18.78C19.53 19.04 19.39 19.29 19.17 19.42L17.76 20.26C17.64 20.33 17.51 20.37 17.37 20.37C17.12 20.37 16.87 20.24 16.73 20.01C16.52 19.65 16.63 19.19 16.99 18.98L18.03 18.36V17.1C18.03 16.69 18.37 16.35 18.78 16.35C19.19 16.35 19.53 16.69 19.53 17.1V18.78Z\" fill=\"\"/>\n<path d=\"M14.7295 5.86V2.5C14.7295 2.22 14.5095 2 14.2295 2H9.76953C9.48953 2 9.26953 2.22 9.26953 2.5V5.86C9.26953 6.14 9.48953 6.36 9.76953 6.36H14.2295C14.5095 6.36 14.7295 6.14 14.7295 5.86Z\" fill=\"\"/>\n<path d=\"M7.24851 2.0207C4.68851 2.1807 2.93851 3.5007 2.28851 5.7007C2.18851 6.0307 2.42851 6.3607 2.76851 6.3607H7.26851C7.54851 6.3607 7.76851 6.1407 7.76851 5.8607V2.5207C7.76851 2.2407 7.52851 2.0007 7.24851 2.0207Z\" fill=\"\"/>\n<path d=\"M16.7505 2.00898C19.3105 2.16898 21.0605 3.48898 21.7105 5.68898C21.8105 6.01898 21.5705 6.34898 21.2305 6.34898H16.7305C16.4505 6.34898 16.2305 6.12898 16.2305 5.84898V2.50898C16.2305 2.22898 16.4705 1.98898 16.7505 2.00898Z\" fill=\"\"/>\n<path d=\"M22 8.35937V12.7394C22 13.1094 21.61 13.3494 21.28 13.1794C20.44 12.7394 19.48 12.4994 18.5 12.4994C16.89 12.4994 15.32 13.1594 14.2 14.3094C13.1 15.4294 12.5 16.9194 12.5 18.4994C12.5 19.3094 12.82 20.3494 13.22 21.2194C13.38 21.5694 13.14 21.9994 12.75 21.9994H7.81C4.6 21.9994 2 19.3994 2 16.1894V8.35937C2 8.07937 2.22 7.85938 2.5 7.85938H21.5C21.78 7.85938 22 8.07937 22 8.35937Z\" fill=\"\"/>\n</svg>\n</li><li title=\"video vertical \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.36 7.78125H2V11.2512H6.36V7.78125Z\" fill=\"\"/>\n<path d=\"M6.35844 6.28891V2.12891C4.07844 2.54891 2.58844 4.01891 2.14844 6.27891H6.32844C6.33844 6.27891 6.34844 6.28891 6.35844 6.28891Z\" fill=\"\"/>\n<path d=\"M6.36 16.31V12.75H2V16.28H6.24C6.28 16.28 6.32 16.3 6.36 16.31Z\" fill=\"\"/>\n<path d=\"M21.8494 6.27969C21.4194 4.08969 20.0194 2.64969 17.8594 2.17969V6.27969H21.8494Z\" fill=\"\"/>\n<path d=\"M16.3594 11.25V2.01C16.3094 2 16.2494 2 16.1894 2H7.85938V11.25H16.3594Z\" fill=\"\"/>\n<path d=\"M21.9994 12.75H17.8594V16.28H21.9994V12.75Z\" fill=\"\"/>\n<path d=\"M17.8594 21.8212C19.9994 21.3512 21.3994 19.9313 21.8394 17.7812H17.8594V21.8212Z\" fill=\"\"/>\n<path d=\"M6.24016 17.7817H2.16016C2.62016 20.0017 4.10016 21.4517 6.36016 21.8717V17.7617C6.32016 17.7717 6.28016 17.7817 6.24016 17.7817Z\" fill=\"\"/>\n<path d=\"M21.9994 7.78125H17.8594V11.2512H21.9994V7.78125Z\" fill=\"\"/>\n<path d=\"M7.85938 12.75V22H16.1894C16.2494 22 16.3094 22 16.3594 21.99V12.75H7.85938Z\" fill=\"\"/>\n</svg>\n</li><li title=\"video \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.15 6.17C20.74 5.95 19.88 5.72 18.71 6.54L17.24 7.58C17.13 4.47 15.78 3.25 12.5 3.25H6.5C3.08 3.25 1.75 4.58 1.75 8V16C1.75 18.3 3 20.75 6.5 20.75H12.5C15.78 20.75 17.13 19.53 17.24 16.42L18.71 17.46C19.33 17.9 19.87 18.04 20.3 18.04C20.67 18.04 20.96 17.93 21.15 17.83C21.56 17.62 22.25 17.05 22.25 15.62V8.38C22.25 6.95 21.56 6.38 21.15 6.17ZM11 11.38C9.97 11.38 9.12 10.54 9.12 9.5C9.12 8.46 9.97 7.62 11 7.62C12.03 7.62 12.88 8.46 12.88 9.5C12.88 10.54 12.03 11.38 11 11.38Z\" fill=\"\"/>\n</svg>\n</li><li title=\"voice cricle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM6.75 14.14C6.75 14.55 6.41 14.89 6 14.89C5.59 14.89 5.25 14.55 5.25 14.14V9.86C5.25 9.45 5.59 9.11 6 9.11C6.41 9.11 6.75 9.45 6.75 9.86V14.14ZM9.75 15.57C9.75 15.98 9.41 16.32 9 16.32C8.59 16.32 8.25 15.98 8.25 15.57V8.43C8.25 8.02 8.59 7.68 9 7.68C9.41 7.68 9.75 8.02 9.75 8.43V15.57ZM12.75 17C12.75 17.41 12.41 17.75 12 17.75C11.59 17.75 11.25 17.41 11.25 17V7C11.25 6.59 11.59 6.25 12 6.25C12.41 6.25 12.75 6.59 12.75 7V17ZM15.75 15.57C15.75 15.98 15.41 16.32 15 16.32C14.59 16.32 14.25 15.98 14.25 15.57V8.43C14.25 8.02 14.59 7.68 15 7.68C15.41 7.68 15.75 8.02 15.75 8.43V15.57ZM18.75 14.14C18.75 14.55 18.41 14.89 18 14.89C17.59 14.89 17.25 14.55 17.25 14.14V9.86C17.25 9.45 17.59 9.11 18 9.11C18.41 9.11 18.75 9.45 18.75 9.86V14.14Z\" fill=\"\"/>\n</svg>\n</li><li title=\"voice square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM6.75 14.14C6.75 14.55 6.41 14.89 6 14.89C5.59 14.89 5.25 14.55 5.25 14.14V9.86C5.25 9.45 5.59 9.11 6 9.11C6.41 9.11 6.75 9.45 6.75 9.86V14.14ZM9.75 15.57C9.75 15.98 9.41 16.32 9 16.32C8.59 16.32 8.25 15.98 8.25 15.57V8.43C8.25 8.02 8.59 7.68 9 7.68C9.41 7.68 9.75 8.02 9.75 8.43V15.57ZM12.75 17C12.75 17.41 12.41 17.75 12 17.75C11.59 17.75 11.25 17.41 11.25 17V7C11.25 6.59 11.59 6.25 12 6.25C12.41 6.25 12.75 6.59 12.75 7V17ZM15.75 15.57C15.75 15.98 15.41 16.32 15 16.32C14.59 16.32 14.25 15.98 14.25 15.57V8.43C14.25 8.02 14.59 7.68 15 7.68C15.41 7.68 15.75 8.02 15.75 8.43V15.57ZM18.75 14.14C18.75 14.55 18.41 14.89 18 14.89C17.59 14.89 17.25 14.55 17.25 14.14V9.86C17.25 9.45 17.59 9.11 18 9.11C18.41 9.11 18.75 9.45 18.75 9.86V14.14Z\" fill=\"\"/>\n</svg>\n</li><li title=\"volume cross \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22.5314 13.4197L21.0814 11.9697L22.4814 10.5697C22.7714 10.2797 22.7714 9.79969 22.4814 9.50969C22.1914 9.21969 21.7114 9.21969 21.4214 9.50969L20.0214 10.9097L18.5714 9.45969C18.2814 9.16969 17.8014 9.16969 17.5114 9.45969C17.2214 9.74969 17.2214 10.2297 17.5114 10.5197L18.9614 11.9697L17.4714 13.4597C17.1814 13.7497 17.1814 14.2297 17.4714 14.5197C17.6214 14.6697 17.8114 14.7397 18.0014 14.7397C18.1914 14.7397 18.3814 14.6697 18.5314 14.5197L20.0214 13.0297L21.4714 14.4797C21.6214 14.6297 21.8114 14.6997 22.0014 14.6997C22.1914 14.6997 22.3814 14.6297 22.5314 14.4797C22.8214 14.1897 22.8214 13.7197 22.5314 13.4197Z\" fill=\"\"/>\n<path d=\"M14.02 3.78168C12.9 3.16168 11.47 3.32168 10.01 4.23168L7.09 6.06168C6.89 6.18168 6.66 6.25168 6.43 6.25168H5.5H5C2.58 6.25168 1.25 7.58168 1.25 10.0017V14.0017C1.25 16.4217 2.58 17.7517 5 17.7517H5.5H6.43C6.66 17.7517 6.89 17.8217 7.09 17.9417L10.01 19.7717C10.89 20.3217 11.75 20.5917 12.55 20.5917C13.07 20.5917 13.57 20.4717 14.02 20.2217C15.13 19.6017 15.75 18.3117 15.75 16.5917V7.41168C15.75 5.69168 15.13 4.40168 14.02 3.78168Z\" fill=\"\"/>\n</svg>\n</li><li title=\"volume high \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.0003 16.7503C17.8403 16.7503 17.6903 16.7003 17.5503 16.6003C17.2203 16.3503 17.1503 15.8803 17.4003 15.5503C18.9703 13.4603 18.9703 10.5403 17.4003 8.45027C17.1503 8.12027 17.2203 7.65027 17.5503 7.40027C17.8803 7.15027 18.3503 7.22027 18.6003 7.55027C20.5603 10.1703 20.5603 13.8303 18.6003 16.4503C18.4503 16.6503 18.2303 16.7503 18.0003 16.7503Z\" fill=\"\"/>\n<path d=\"M19.8284 19.2503C19.6684 19.2503 19.5184 19.2003 19.3784 19.1003C19.0484 18.8503 18.9784 18.3803 19.2284 18.0503C21.8984 14.4903 21.8984 9.51027 19.2284 5.95027C18.9784 5.62027 19.0484 5.15027 19.3784 4.90027C19.7084 4.65027 20.1784 4.72027 20.4284 5.05027C23.4984 9.14027 23.4984 14.8603 20.4284 18.9503C20.2884 19.1503 20.0584 19.2503 19.8284 19.2503Z\" fill=\"\"/>\n<path d=\"M14.02 3.78168C12.9 3.16168 11.47 3.32168 10.01 4.23168L7.09 6.06168C6.89 6.18168 6.66 6.25168 6.43 6.25168H5.5H5C2.58 6.25168 1.25 7.58168 1.25 10.0017V14.0017C1.25 16.4217 2.58 17.7517 5 17.7517H5.5H6.43C6.66 17.7517 6.89 17.8217 7.09 17.9417L10.01 19.7717C10.89 20.3217 11.75 20.5917 12.55 20.5917C13.07 20.5917 13.57 20.4717 14.02 20.2217C15.13 19.6017 15.75 18.3117 15.75 16.5917V7.41168C15.75 5.69168 15.13 4.40168 14.02 3.78168Z\" fill=\"\"/>\n</svg>\n</li><li title=\"volume low 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.3284 16.7503C19.1684 16.7503 19.0184 16.7003 18.8784 16.6003C18.5484 16.3503 18.4784 15.8803 18.7284 15.5503C20.2984 13.4603 20.2984 10.5403 18.7284 8.45027C18.4784 8.12027 18.5484 7.65027 18.8784 7.40027C19.2084 7.15027 19.6784 7.22027 19.9284 7.55027C21.8984 10.1703 21.8984 13.8303 19.9284 16.4503C19.7884 16.6503 19.5584 16.7503 19.3284 16.7503Z\" fill=\"\"/>\n<path d=\"M15.3481 3.78168C14.2281 3.16168 12.7981 3.32168 11.3381 4.23168L8.41813 6.06168C8.21813 6.18168 7.98813 6.25168 7.75813 6.25168H6.82812H6.32812C3.90812 6.25168 2.57812 7.58168 2.57812 10.0017V14.0017C2.57812 16.4217 3.90812 17.7517 6.32812 17.7517H6.82812H7.75813C7.98813 17.7517 8.21813 17.8217 8.41813 17.9417L11.3381 19.7717C12.2181 20.3217 13.0781 20.5917 13.8781 20.5917C14.3981 20.5917 14.8981 20.4717 15.3481 20.2217C16.4581 19.6017 17.0781 18.3117 17.0781 16.5917V7.41168C17.0781 5.69168 16.4581 4.40168 15.3481 3.78168Z\" fill=\"\"/>\n</svg>\n</li><li title=\"volume low \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 12.75H18C17.59 12.75 17.25 12.41 17.25 12C17.25 11.59 17.59 11.25 18 11.25H22C22.41 11.25 22.75 11.59 22.75 12C22.75 12.41 22.41 12.75 22 12.75Z\" fill=\"\"/>\n<path d=\"M14.02 3.78168C12.9 3.16168 11.47 3.32168 10.01 4.23168L7.09 6.06168C6.89 6.18168 6.66 6.25168 6.43 6.25168H5.5H5C2.58 6.25168 1.25 7.58168 1.25 10.0017V14.0017C1.25 16.4217 2.58 17.7517 5 17.7517H5.5H6.43C6.66 17.7517 6.89 17.8217 7.09 17.9417L10.01 19.7717C10.89 20.3217 11.75 20.5917 12.55 20.5917C13.07 20.5917 13.57 20.4717 14.02 20.2217C15.13 19.6017 15.75 18.3117 15.75 16.5917V7.41168C15.75 5.69168 15.13 4.40168 14.02 3.78168Z\" fill=\"\"/>\n</svg>\n</li><li title=\"volume mute \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.52 3.78168C16.4 3.16168 14.97 3.32168 13.51 4.23168L10.59 6.06168C10.39 6.18168 10.16 6.25168 9.93 6.25168H9H8.5C6.08 6.25168 4.75 7.58168 4.75 10.0017V14.0017C4.75 16.4217 6.08 17.7517 8.5 17.7517H9H9.93C10.16 17.7517 10.39 17.8217 10.59 17.9417L13.51 19.7717C14.39 20.3217 15.25 20.5917 16.05 20.5917C16.57 20.5917 17.07 20.4717 17.52 20.2217C18.63 19.6017 19.25 18.3117 19.25 16.5917V7.41168C19.25 5.69168 18.63 4.40168 17.52 3.78168Z\" fill=\"\"/>\n</svg>\n</li><li title=\"volume slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.0003 16.7503C17.8403 16.7503 17.6903 16.7003 17.5503 16.6003C17.2203 16.3503 17.1503 15.8803 17.4003 15.5503C18.6603 13.8703 18.9303 11.6403 18.1203 9.71032C17.9603 9.33032 18.1403 8.89032 18.5203 8.73032C18.9003 8.57032 19.3403 8.75032 19.5003 9.13032C20.5203 11.5503 20.1703 14.3603 18.6003 16.4603C18.4503 16.6503 18.2303 16.7503 18.0003 16.7503Z\" fill=\"\"/>\n<path d=\"M19.8284 19.2492C19.6684 19.2492 19.5184 19.1992 19.3784 19.0992C19.0484 18.8492 18.9784 18.3792 19.2284 18.0492C21.3684 15.1992 21.8384 11.3792 20.4584 8.08922C20.2984 7.70922 20.4784 7.26922 20.8584 7.10922C21.2384 6.94922 21.6784 7.12922 21.8384 7.50922C23.4284 11.2892 22.8884 15.6692 20.4284 18.9492C20.2884 19.1492 20.0584 19.2492 19.8284 19.2492Z\" fill=\"\"/>\n<path d=\"M14.0405 12.9581C14.6705 12.3281 15.7505 12.7781 15.7505 13.6681V16.5981C15.7505 18.3181 15.1305 19.6081 14.0205 20.2281C13.5705 20.4781 13.0705 20.5981 12.5505 20.5981C11.7505 20.5981 10.8905 20.3281 10.0105 19.7781L9.37047 19.3781C8.83047 19.0381 8.74047 18.2781 9.19047 17.8281L14.0405 12.9581Z\" fill=\"\"/>\n<path d=\"M21.77 2.22891C21.47 1.92891 20.98 1.92891 20.68 2.22891L15.73 7.17891C15.67 5.57891 15.07 4.37891 14.01 3.78891C12.89 3.16891 11.46 3.32891 10 4.23891L7.09 6.05891C6.89 6.17891 6.66 6.24891 6.43 6.24891H5.5H5C2.58 6.24891 1.25 7.57891 1.25 9.99891V13.9989C1.25 16.4189 2.58 17.7489 5 17.7489H5.16L2.22 20.6889C1.92 20.9889 1.92 21.4789 2.22 21.7789C2.38 21.9189 2.57 21.9989 2.77 21.9989C2.97 21.9989 3.16 21.9189 3.31 21.7689L21.77 3.30891C22.08 3.00891 22.08 2.52891 21.77 2.22891Z\" fill=\"\"/>\n</svg>\n</li><li title=\"volume up \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 11.25H20.75V10C20.75 9.59 20.41 9.25 20 9.25C19.59 9.25 19.25 9.59 19.25 10V11.25H18C17.59 11.25 17.25 11.59 17.25 12C17.25 12.41 17.59 12.75 18 12.75H19.25V14C19.25 14.41 19.59 14.75 20 14.75C20.41 14.75 20.75 14.41 20.75 14V12.75H22C22.41 12.75 22.75 12.41 22.75 12C22.75 11.59 22.41 11.25 22 11.25Z\" fill=\"\"/>\n<path d=\"M14.02 3.78168C12.9 3.16168 11.47 3.32168 10.01 4.23168L7.09 6.06168C6.89 6.18168 6.66 6.25168 6.43 6.25168H5.5H5C2.58 6.25168 1.25 7.58168 1.25 10.0017V14.0017C1.25 16.4217 2.58 17.7517 5 17.7517H5.5H6.43C6.66 17.7517 6.89 17.8217 7.09 17.9417L10.01 19.7717C10.89 20.3217 11.75 20.5917 12.55 20.5917C13.07 20.5917 13.57 20.4717 14.02 20.2217C15.13 19.6017 15.75 18.3117 15.75 16.5917V7.41168C15.75 5.69168 15.13 4.40168 14.02 3.78168Z\" fill=\"\"/>\n</svg>\n</li><li title=\"wallet 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9392 2.21178L9.52922 7.82178H7.11922C6.71922 7.82178 6.32922 7.85178 5.94922 7.93178L6.94922 5.53178L6.98922 5.44178L7.04922 5.28178C7.07922 5.21178 7.09922 5.15178 7.12922 5.10178C8.28922 2.41178 9.58922 1.57178 11.9392 2.21178Z\" fill=\"\"/>\n<path d=\"M18.7311 8.08953L18.7111 8.07953C18.1111 7.90953 17.5011 7.81953 16.8811 7.81953H10.6211L12.8711 2.58953L12.9011 2.51953C13.0411 2.56953 13.1911 2.63953 13.3411 2.68953L15.5511 3.61953C16.7811 4.12953 17.6411 4.65953 18.1711 5.29953C18.2611 5.41953 18.3411 5.52953 18.4211 5.65953C18.5111 5.79953 18.5811 5.93953 18.6211 6.08953C18.6611 6.17953 18.6911 6.25953 18.7111 6.34953C18.8611 6.85953 18.8711 7.43953 18.7311 8.08953Z\" fill=\"\"/>\n<path d=\"M12.5195 17.6581H12.7695C13.0695 17.6581 13.3195 17.3881 13.3195 17.0581C13.3195 16.6381 13.1995 16.5781 12.9395 16.4781L12.5195 16.3281V17.6581Z\" fill=\"\"/>\n<path d=\"M18.2883 9.52031C17.8383 9.39031 17.3683 9.32031 16.8783 9.32031H7.11828C6.43828 9.32031 5.79828 9.45031 5.19828 9.71031C3.45828 10.4603 2.23828 12.1903 2.23828 14.2003V16.1503C2.23828 16.3903 2.25828 16.6203 2.28828 16.8603C2.50828 20.0403 4.20828 21.7403 7.38828 21.9503C7.61828 21.9803 7.84828 22.0003 8.09828 22.0003H15.8983C19.5983 22.0003 21.5483 20.2403 21.7383 16.7403C21.7483 16.5503 21.7583 16.3503 21.7583 16.1503V14.2003C21.7583 11.9903 20.2883 10.1303 18.2883 9.52031ZM13.2783 15.5003C13.7383 15.6603 14.3583 16.0003 14.3583 17.0603C14.3583 17.9703 13.6483 18.7003 12.7683 18.7003H12.5183V18.9203C12.5183 19.2103 12.2883 19.4403 11.9983 19.4403C11.7083 19.4403 11.4783 19.2103 11.4783 18.9203V18.7003H11.3883C10.4283 18.7003 9.63828 17.8903 9.63828 16.8903C9.63828 16.6003 9.86828 16.3703 10.1583 16.3703C10.4483 16.3703 10.6783 16.6003 10.6783 16.8903C10.6783 17.3103 10.9983 17.6603 11.3883 17.6603H11.4783V15.9703L10.7183 15.7003C10.2583 15.5403 9.63828 15.2003 9.63828 14.1403C9.63828 13.2303 10.3483 12.5003 11.2283 12.5003H11.4783V12.2803C11.4783 11.9903 11.7083 11.7603 11.9983 11.7603C12.2883 11.7603 12.5183 11.9903 12.5183 12.2803V12.5003H12.6083C13.5683 12.5003 14.3583 13.3103 14.3583 14.3103C14.3583 14.6003 14.1283 14.8303 13.8383 14.8303C13.5483 14.8303 13.3183 14.6003 13.3183 14.3103C13.3183 13.8903 12.9983 13.5403 12.6083 13.5403H12.5183V15.2303L13.2783 15.5003Z\" fill=\"\"/>\n<path d=\"M10.6797 14.1391C10.6797 14.5591 10.7997 14.6191 11.0597 14.7191L11.4797 14.8691V13.5391H11.2297C10.9197 13.5391 10.6797 13.8091 10.6797 14.1391Z\" fill=\"\"/>\n</svg>\n</li><li title=\"wallet 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22.0002 10.9692V13.0292C22.0002 13.5792 21.5602 14.0292 21.0002 14.0492H19.0402C17.9602 14.0492 16.9702 13.2592 16.8802 12.1792C16.8202 11.5492 17.0602 10.9592 17.4802 10.5492C17.8502 10.1692 18.3602 9.94922 18.9202 9.94922H21.0002C21.5602 9.96922 22.0002 10.4192 22.0002 10.9692Z\" fill=\"\"/>\n<path d=\"M20.47 15.55H19.04C17.14 15.55 15.54 14.12 15.38 12.3C15.29 11.26 15.67 10.22 16.43 9.48C17.07 8.82 17.96 8.45 18.92 8.45H20.47C20.76 8.45 21 8.21 20.97 7.92C20.75 5.49 19.14 3.83 16.75 3.55C16.51 3.51 16.26 3.5 16 3.5H7C6.72 3.5 6.45 3.52 6.19 3.56C3.64 3.88 2 5.78 2 8.5V15.5C2 18.26 4.24 20.5 7 20.5H16C18.8 20.5 20.73 18.75 20.97 16.08C21 15.79 20.76 15.55 20.47 15.55ZM13 9.75H7C6.59 9.75 6.25 9.41 6.25 9C6.25 8.59 6.59 8.25 7 8.25H13C13.41 8.25 13.75 8.59 13.75 9C13.75 9.41 13.41 9.75 13 9.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"wallet 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22.0002 12.6216V14.6816C22.0002 15.2416 21.5402 15.7016 20.9702 15.7016H19.0402C17.9602 15.7016 16.9702 14.9116 16.8802 13.8316C16.8202 13.2016 17.0602 12.6116 17.4802 12.2016C17.8502 11.8216 18.3602 11.6016 18.9202 11.6016H20.9702C21.5402 11.6016 22.0002 12.0616 22.0002 12.6216Z\" fill=\"\"/>\n<path d=\"M15.38 13.9584C15.29 12.9084 15.67 11.8784 16.43 11.1284C17.07 10.4784 17.96 10.0984 18.92 10.0984H19.49C19.77 10.0984 20 9.86844 19.96 9.58844C19.69 7.64844 18.01 6.14844 16 6.14844H6C3.79 6.14844 2 7.93844 2 10.1484V17.1484C2 19.3584 3.79 21.1484 6 21.1484H16C18.02 21.1484 19.69 19.6484 19.96 17.7084C20 17.4284 19.77 17.1984 19.49 17.1984H19.04C17.14 17.1984 15.54 15.7784 15.38 13.9584ZM13 11.8984H7C6.59 11.8984 6.25 11.5684 6.25 11.1484C6.25 10.7284 6.59 10.3984 7 10.3984H13C13.41 10.3984 13.75 10.7384 13.75 11.1484C13.75 11.5584 13.41 11.8984 13 11.8984Z\" fill=\"\"/>\n<path d=\"M14.2106 3.98156C14.4706 4.25156 14.2406 4.65156 13.8606 4.65156H6.03064C4.94064 4.65156 3.92064 4.97156 3.07064 5.52156C2.68064 5.77156 2.15064 5.50156 2.34064 5.07156C2.90064 3.76156 4.21064 2.85156 5.72064 2.85156H11.3406C12.5006 2.85156 13.5306 3.26156 14.2106 3.98156Z\" fill=\"\"/>\n</svg>\n</li><li title=\"wallet add 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9392 2.21178L9.52922 7.82178H7.11922C6.71922 7.82178 6.32922 7.85178 5.94922 7.93178L6.94922 5.53178L6.98922 5.44178L7.04922 5.28178C7.07922 5.21178 7.09922 5.15178 7.12922 5.10178C8.28922 2.41178 9.58922 1.57178 11.9392 2.21178Z\" fill=\"\"/>\n<path d=\"M18.7311 8.08953L18.7111 8.07953C18.1111 7.90953 17.5011 7.81953 16.8811 7.81953H10.6211L12.8711 2.58953L12.9011 2.51953C13.0411 2.56953 13.1911 2.63953 13.3411 2.68953L15.5511 3.61953C16.7811 4.12953 17.6411 4.65953 18.1711 5.29953C18.2611 5.41953 18.3411 5.52953 18.4211 5.65953C18.5111 5.79953 18.5811 5.93953 18.6211 6.08953C18.6611 6.17953 18.6911 6.25953 18.7111 6.34953C18.8611 6.85953 18.8711 7.43953 18.7311 8.08953Z\" fill=\"\"/>\n<path d=\"M18.2883 9.52031C17.8383 9.39031 17.3683 9.32031 16.8783 9.32031H7.11828C6.43828 9.32031 5.79828 9.45031 5.19828 9.71031C3.45828 10.4603 2.23828 12.1903 2.23828 14.2003V16.1503C2.23828 16.3903 2.25828 16.6203 2.28828 16.8603C2.50828 20.0403 4.20828 21.7403 7.38828 21.9503C7.61828 21.9803 7.84828 22.0003 8.09828 22.0003H15.8983C19.5983 22.0003 21.5483 20.2403 21.7383 16.7403C21.7483 16.5503 21.7583 16.3503 21.7583 16.1503V14.2003C21.7583 11.9903 20.2883 10.1303 18.2883 9.52031ZM14.4983 16.1903H12.7483V18.0003C12.7483 18.4103 12.4083 18.7503 11.9983 18.7503C11.5883 18.7503 11.2483 18.4103 11.2483 18.0003V16.1903H9.49828C9.08828 16.1903 8.74828 15.8603 8.74828 15.4403C8.74828 15.0303 9.08828 14.6903 9.49828 14.6903H11.2483V13.0003C11.2483 12.5903 11.5883 12.2503 11.9983 12.2503C12.4083 12.2503 12.7483 12.5903 12.7483 13.0003V14.6903H14.4983C14.9083 14.6903 15.2483 15.0303 15.2483 15.4403C15.2483 15.8603 14.9083 16.1903 14.4983 16.1903Z\" fill=\"\"/>\n</svg>\n</li><li title=\"wallet add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 15C2.79 15 1 16.79 1 19C1 19.75 1.21 20.46 1.58 21.06C2.27 22.22 3.54 23 5 23C6.46 23 7.73 22.22 8.42 21.06C8.79 20.46 9 19.75 9 19C9 16.79 7.21 15 5 15ZM6.49 19.73H5.75V20.51C5.75 20.92 5.41 21.26 5 21.26C4.59 21.26 4.25 20.92 4.25 20.51V19.73H3.51C3.1 19.73 2.76 19.39 2.76 18.98C2.76 18.57 3.1 18.23 3.51 18.23H4.25V17.52C4.25 17.11 4.59 16.77 5 16.77C5.41 16.77 5.75 17.11 5.75 17.52V18.23H6.49C6.9 18.23 7.24 18.57 7.24 18.98C7.24 19.39 6.91 19.73 6.49 19.73Z\" fill=\"\"/>\n<path d=\"M21.5 12.5H19C17.9 12.5 17 13.4 17 14.5C17 15.6 17.9 16.5 19 16.5H21.5C21.78 16.5 22 16.28 22 16V13C22 12.72 21.78 12.5 21.5 12.5Z\" fill=\"\"/>\n<path d=\"M16.5292 5.40016C16.8292 5.69016 16.5792 6.14016 16.1592 6.14016L7.87923 6.13016C7.39923 6.13016 7.15923 5.55016 7.49923 5.21016L9.24923 3.45016C10.7292 1.98016 13.1192 1.98016 14.5992 3.45016L16.4892 5.36016C16.4992 5.37016 16.5192 5.39016 16.5292 5.40016Z\" fill=\"\"/>\n<path d=\"M21.8694 18.66C21.2594 20.72 19.4994 22 17.0994 22H10.5994C10.2094 22 9.95938 21.57 10.1194 21.21C10.4194 20.51 10.6094 19.72 10.6094 19C10.6094 15.97 8.13938 13.5 5.10938 13.5C4.34938 13.5 3.60938 13.66 2.92938 13.96C2.55938 14.12 2.10938 13.87 2.10938 13.47V12C2.10938 9.28 3.74938 7.38 6.29938 7.06C6.54938 7.02 6.81937 7 7.09937 7H17.0994C17.3594 7 17.6094 7.01 17.8494 7.05C19.8694 7.28 21.3294 8.51 21.8694 10.34C21.9694 10.67 21.7294 11 21.3894 11H19.0994C16.9294 11 15.2094 12.98 15.6794 15.23C16.0094 16.87 17.5294 18 19.1994 18H21.3894C21.7394 18 21.9694 18.34 21.8694 18.66Z\" fill=\"\"/>\n</svg>\n</li><li title=\"wallet check \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 15C2.79 15 1 16.79 1 19C1 19.75 1.21 20.46 1.58 21.06C2.27 22.22 3.54 23 5 23C6.46 23 7.73 22.22 8.42 21.06C8.79 20.46 9 19.75 9 19C9 16.79 7.21 15 5 15ZM6.97 18.67L4.84 20.64C4.7 20.77 4.51 20.84 4.33 20.84C4.14 20.84 3.95 20.77 3.8 20.62L2.81 19.63C2.52 19.34 2.52 18.86 2.81 18.57C3.1 18.28 3.58 18.28 3.87 18.57L4.35 19.05L5.95 17.57C6.25 17.29 6.73 17.31 7.01 17.61C7.29 17.91 7.27 18.39 6.97 18.67Z\" fill=\"\"/>\n<path d=\"M21.5 12.5H19C17.9 12.5 17 13.4 17 14.5C17 15.6 17.9 16.5 19 16.5H21.5C21.78 16.5 22 16.28 22 16V13C22 12.72 21.78 12.5 21.5 12.5Z\" fill=\"\"/>\n<path d=\"M16.5292 5.40016C16.8292 5.69016 16.5792 6.14016 16.1592 6.14016L7.87923 6.13016C7.39923 6.13016 7.15923 5.55016 7.49923 5.21016L9.24923 3.45016C10.7292 1.98016 13.1192 1.98016 14.5992 3.45016L16.4892 5.36016C16.4992 5.37016 16.5192 5.39016 16.5292 5.40016Z\" fill=\"\"/>\n<path d=\"M21.8694 18.66C21.2594 20.72 19.4994 22 17.0994 22H10.5994C10.2094 22 9.95938 21.57 10.1194 21.21C10.4194 20.51 10.6094 19.72 10.6094 19C10.6094 15.97 8.13938 13.5 5.10938 13.5C4.34938 13.5 3.60938 13.66 2.92938 13.96C2.55938 14.12 2.10938 13.87 2.10938 13.47V12C2.10938 9.28 3.74938 7.38 6.29938 7.06C6.54938 7.02 6.81937 7 7.09937 7H17.0994C17.3594 7 17.6094 7.01 17.8494 7.05C19.8694 7.28 21.3294 8.51 21.8694 10.34C21.9694 10.67 21.7294 11 21.3894 11H19.0994C16.9294 11 15.2094 12.98 15.6794 15.23C16.0094 16.87 17.5294 18 19.1994 18H21.3894C21.7394 18 21.9694 18.34 21.8694 18.66Z\" fill=\"\"/>\n</svg>\n</li><li title=\"wallet minus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9392 2.21178L9.52922 7.82178H7.11922C6.71922 7.82178 6.32922 7.85178 5.94922 7.93178L6.94922 5.53178L6.98922 5.44178L7.04922 5.28178C7.07922 5.21178 7.09922 5.15178 7.12922 5.10178C8.28922 2.41178 9.58922 1.57178 11.9392 2.21178Z\" fill=\"\"/>\n<path d=\"M18.7311 8.08953L18.7111 8.07953C18.1111 7.90953 17.5011 7.81953 16.8811 7.81953H10.6211L12.8711 2.58953L12.9011 2.51953C13.0411 2.56953 13.1911 2.63953 13.3411 2.68953L15.5511 3.61953C16.7811 4.12953 17.6411 4.65953 18.1711 5.29953C18.2611 5.41953 18.3411 5.52953 18.4211 5.65953C18.5111 5.79953 18.5811 5.93953 18.6211 6.08953C18.6611 6.17953 18.6911 6.25953 18.7111 6.34953C18.8611 6.85953 18.8711 7.43953 18.7311 8.08953Z\" fill=\"\"/>\n<path d=\"M18.2883 9.52031C17.8383 9.39031 17.3683 9.32031 16.8783 9.32031H7.11828C6.43828 9.32031 5.79828 9.45031 5.19828 9.71031C3.45828 10.4603 2.23828 12.1903 2.23828 14.2003V16.1503C2.23828 16.3903 2.25828 16.6203 2.28828 16.8603C2.50828 20.0403 4.20828 21.7403 7.38828 21.9503C7.61828 21.9803 7.84828 22.0003 8.09828 22.0003H15.8983C19.5983 22.0003 21.5483 20.2403 21.7383 16.7403C21.7483 16.5503 21.7583 16.3503 21.7583 16.1503V14.2003C21.7583 11.9903 20.2883 10.1303 18.2883 9.52031ZM14.4983 16.7503H9.49828C9.08828 16.7503 8.74828 16.4103 8.74828 16.0003C8.74828 15.5903 9.08828 15.2503 9.49828 15.2503H14.4983C14.9083 15.2503 15.2483 15.5903 15.2483 16.0003C15.2483 16.4103 14.9083 16.7503 14.4983 16.7503Z\" fill=\"\"/>\n</svg>\n</li><li title=\"wallet money \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.97 16.08C20.73 18.75 18.8 20.5 16 20.5H7C4.24 20.5 2 18.26 2 15.5V8.5C2 5.78 3.64 3.88 6.19 3.56C6.45 3.52 6.72 3.5 7 3.5H16C16.26 3.5 16.51 3.51 16.75 3.55C19.14 3.83 20.76 5.5 20.97 7.92C21 8.21 20.76 8.45 20.47 8.45H18.92C17.96 8.45 17.07 8.82 16.43 9.48C15.67 10.22 15.29 11.26 15.38 12.3C15.54 14.12 17.14 15.55 19.04 15.55H20.47C20.76 15.55 21 15.79 20.97 16.08Z\" fill=\"\"/>\n<path d=\"M22.0002 10.9692V13.0292C22.0002 13.5792 21.5602 14.0292 21.0002 14.0492H19.0402C17.9602 14.0492 16.9702 13.2592 16.8802 12.1792C16.8202 11.5492 17.0602 10.9592 17.4802 10.5492C17.8502 10.1692 18.3602 9.94922 18.9202 9.94922H21.0002C21.5602 9.96922 22.0002 10.4192 22.0002 10.9692Z\" fill=\"\"/>\n</svg>\n</li><li title=\"wallet remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.5 12.5H19C17.9 12.5 17 13.4 17 14.5C17 15.6 17.9 16.5 19 16.5H21.5C21.78 16.5 22 16.28 22 16V13C22 12.72 21.78 12.5 21.5 12.5Z\" fill=\"\"/>\n<path d=\"M5 15C3.8 15 2.73 15.53 2 16.36C1.38 17.07 1 17.99 1 19C1 19.75 1.21 20.46 1.58 21.06C2.27 22.22 3.54 23 5 23C6.01 23 6.93 22.63 7.63 22C7.94 21.74 8.21 21.42 8.42 21.06C8.79 20.46 9 19.75 9 19C9 16.79 7.21 15 5 15ZM6.6 20.58C6.45 20.73 6.26 20.8 6.07 20.8C5.88 20.8 5.69 20.73 5.54 20.58L5.01 20.05L4.46 20.6C4.31 20.75 4.12 20.82 3.93 20.82C3.74 20.82 3.55 20.75 3.4 20.6C3.11 20.31 3.11 19.83 3.4 19.54L3.95 18.99L3.42 18.46C3.13 18.17 3.13 17.69 3.42 17.4C3.71 17.11 4.19 17.11 4.48 17.4L5.01 17.93L5.51 17.43C5.8 17.14 6.28 17.14 6.57 17.43C6.86 17.72 6.86 18.2 6.57 18.49L6.07 18.99L6.6 19.52C6.89 19.81 6.89 20.28 6.6 20.58Z\" fill=\"\"/>\n<path d=\"M16.5292 5.40016C16.8292 5.69016 16.5792 6.14016 16.1592 6.14016L7.87923 6.13016C7.39923 6.13016 7.15923 5.55016 7.49923 5.21016L9.24923 3.45016C10.7292 1.98016 13.1192 1.98016 14.5992 3.45016L16.4892 5.36016C16.4992 5.37016 16.5192 5.39016 16.5292 5.40016Z\" fill=\"\"/>\n<path d=\"M21.8694 18.66C21.2594 20.72 19.4994 22 17.0994 22H10.5994C10.2094 22 9.95938 21.57 10.1194 21.21C10.4194 20.51 10.6094 19.72 10.6094 19C10.6094 15.97 8.13938 13.5 5.10938 13.5C4.34938 13.5 3.60938 13.66 2.92938 13.96C2.55938 14.12 2.10938 13.87 2.10938 13.47V12C2.10938 9.28 3.74938 7.38 6.29938 7.06C6.54938 7.02 6.81937 7 7.09937 7H17.0994C17.3594 7 17.6094 7.01 17.8494 7.05C19.8694 7.28 21.3294 8.51 21.8694 10.34C21.9694 10.67 21.7294 11 21.3894 11H19.0994C16.9294 11 15.2094 12.98 15.6794 15.23C16.0094 16.87 17.5294 18 19.1994 18H21.3894C21.7394 18 21.9694 18.34 21.8694 18.66Z\" fill=\"\"/>\n</svg>\n</li><li title=\"wallet search \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M1.22986 21.6817L1.98986 20.9217C1.58986 20.3217 1.35986 19.6017 1.35986 18.8317C1.35986 16.7217 3.06986 15.0117 5.17986 15.0117C7.28986 15.0117 8.99986 16.7117 8.99986 18.8217C8.99986 20.9317 7.28986 22.6417 5.17986 22.6417C4.40986 22.6417 3.68986 22.4117 3.08986 22.0117L2.32986 22.7717C2.16986 22.9217 1.96986 23.0017 1.76986 23.0017C1.56986 23.0017 1.36986 22.9217 1.21986 22.7717C0.919859 22.4717 0.919859 21.9817 1.22986 21.6817Z\" fill=\"\"/>\n<path d=\"M21.5 12.5H19C17.9 12.5 17 13.4 17 14.5C17 15.6 17.9 16.5 19 16.5H21.5C21.78 16.5 22 16.28 22 16V13C22 12.72 21.78 12.5 21.5 12.5Z\" fill=\"\"/>\n<path d=\"M16.5292 5.40016C16.8292 5.69016 16.5792 6.14016 16.1592 6.14016L7.87923 6.13016C7.39923 6.13016 7.15923 5.55016 7.49923 5.21016L9.24923 3.45016C10.7292 1.98016 13.1192 1.98016 14.5992 3.45016L16.4892 5.36016C16.4992 5.37016 16.5192 5.39016 16.5292 5.40016Z\" fill=\"\"/>\n<path d=\"M21.8694 18.66C21.2594 20.72 19.4994 22 17.0994 22H10.5994C10.2094 22 9.95938 21.57 10.1194 21.21C10.4194 20.51 10.6094 19.72 10.6094 19C10.6094 15.97 8.13938 13.5 5.10938 13.5C4.34938 13.5 3.60938 13.66 2.92938 13.96C2.55938 14.12 2.10938 13.87 2.10938 13.47V12C2.10938 9.28 3.74938 7.38 6.29938 7.06C6.54938 7.02 6.81937 7 7.09937 7H17.0994C17.3594 7 17.6094 7.01 17.8494 7.05C19.8694 7.28 21.3294 8.51 21.8694 10.34C21.9694 10.67 21.7294 11 21.3894 11H19.0994C16.9294 11 15.2094 12.98 15.6794 15.23C16.0094 16.87 17.5294 18 19.1994 18H21.3894C21.7394 18 21.9694 18.34 21.8694 18.66Z\" fill=\"\"/>\n</svg>\n</li><li title=\"wallet \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.4499 13.6406V14.6406C21.4499 14.9106 21.2399 15.1306 20.9599 15.1406H19.4999C18.9699 15.1406 18.4899 14.7506 18.4499 14.2306C18.4199 13.9206 18.5399 13.6306 18.7399 13.4306C18.9199 13.2406 19.1699 13.1406 19.4399 13.1406H20.9499C21.2399 13.1506 21.4499 13.3706 21.4499 13.6406Z\" fill=\"\"/>\n<path d=\"M17.9892 12.6906C17.4892 13.1806 17.2492 13.9106 17.4492 14.6706C17.7092 15.6006 18.6192 16.1906 19.5792 16.1906H20.4492C20.9992 16.1906 21.4492 16.6406 21.4492 17.1906V17.3806C21.4492 19.4506 19.7592 21.1406 17.6892 21.1406H6.20922C4.13922 21.1406 2.44922 19.4506 2.44922 17.3806V10.6506C2.44922 9.42062 3.03922 8.33063 3.94922 7.65063C4.57922 7.17063 5.35922 6.89062 6.20922 6.89062H17.6892C19.7592 6.89062 21.4492 8.58062 21.4492 10.6506V11.0906C21.4492 11.6406 20.9992 12.0906 20.4492 12.0906H19.4292C18.8692 12.0906 18.3592 12.3106 17.9892 12.6906Z\" fill=\"\"/>\n<path d=\"M16.1991 4.82C16.4691 5.09 16.2391 5.51 15.8591 5.51L8.17908 5.5C7.73908 5.5 7.50908 4.96 7.82908 4.65L9.44908 3.02C10.8191 1.66 13.0391 1.66 14.4091 3.02L16.1591 4.79C16.1691 4.8 16.1891 4.81 16.1991 4.82Z\" fill=\"\"/>\n</svg>\n</li><li title=\"warning 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.5099 5.85L13.5699 2.42C12.5999 1.86 11.3999 1.86 10.4199 2.42L4.48992 5.85C3.51992 6.41 2.91992 7.45 2.91992 8.58V15.42C2.91992 16.54 3.51992 17.58 4.48992 18.15L10.4299 21.58C11.3999 22.14 12.5999 22.14 13.5799 21.58L19.5199 18.15C20.4899 17.59 21.0899 16.55 21.0899 15.42V8.58C21.0799 7.45 20.4799 6.42 19.5099 5.85ZM11.2499 7.75C11.2499 7.34 11.5899 7 11.9999 7C12.4099 7 12.7499 7.34 12.7499 7.75V13C12.7499 13.41 12.4099 13.75 11.9999 13.75C11.5899 13.75 11.2499 13.41 11.2499 13V7.75ZM12.9199 16.63C12.8699 16.75 12.7999 16.86 12.7099 16.96C12.5199 17.15 12.2699 17.25 11.9999 17.25C11.8699 17.25 11.7399 17.22 11.6199 17.17C11.4899 17.12 11.3899 17.05 11.2899 16.96C11.1999 16.86 11.1299 16.75 11.0699 16.63C11.0199 16.51 10.9999 16.38 10.9999 16.25C10.9999 15.99 11.0999 15.73 11.2899 15.54C11.3899 15.45 11.4899 15.38 11.6199 15.33C11.9899 15.17 12.4299 15.26 12.7099 15.54C12.7999 15.64 12.8699 15.74 12.9199 15.87C12.9699 15.99 12.9999 16.12 12.9999 16.25C12.9999 16.38 12.9699 16.51 12.9199 16.63Z\" fill=\"\"/>\n</svg>\n</li><li title=\"watch status \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 3.75H8C7.59 3.75 7.25 3.41 7.25 3C7.25 2.59 7.59 2.25 8 2.25H16C16.41 2.25 16.75 2.59 16.75 3C16.75 3.41 16.41 3.75 16 3.75Z\" fill=\"\"/>\n<path d=\"M16 21.75H8C7.59 21.75 7.25 21.41 7.25 21C7.25 20.59 7.59 20.25 8 20.25H16C16.41 20.25 16.75 20.59 16.75 21C16.75 21.41 16.41 21.75 16 21.75Z\" fill=\"\"/>\n<path d=\"M15.5 5H8.5C6.17 5 5 6.17 5 8.5V15.5C5 17.83 6.17 19 8.5 19H15.5C17.83 19 19 17.83 19 15.5V8.5C19 6.17 17.83 5 15.5 5ZM9.75 14C9.75 14.41 9.41 14.75 9 14.75C8.59 14.75 8.25 14.42 8.25 14V13C8.25 12.59 8.59 12.25 9 12.25C9.41 12.25 9.75 12.59 9.75 13V14ZM12.75 14C12.75 14.41 12.41 14.75 12 14.75C11.59 14.75 11.25 14.41 11.25 14V10C11.25 9.59 11.59 9.25 12 9.25C12.41 9.25 12.75 9.59 12.75 10V14ZM15.75 14C15.75 14.41 15.41 14.75 15 14.75C14.59 14.75 14.25 14.41 14.25 14V12C14.25 11.59 14.59 11.25 15 11.25C15.41 11.25 15.75 11.59 15.75 12V14Z\" fill=\"\"/>\n</svg>\n</li><li title=\"watch \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 3.75H8C7.59 3.75 7.25 3.41 7.25 3C7.25 2.59 7.59 2.25 8 2.25H16C16.41 2.25 16.75 2.59 16.75 3C16.75 3.41 16.41 3.75 16 3.75Z\" fill=\"\"/>\n<path d=\"M16 21.75H8C7.59 21.75 7.25 21.41 7.25 21C7.25 20.59 7.59 20.25 8 20.25H16C16.41 20.25 16.75 20.59 16.75 21C16.75 21.41 16.41 21.75 16 21.75Z\" fill=\"\"/>\n<path d=\"M15.5 5H8.5C6.17 5 5 6.17 5 8.5V15.5C5 17.83 6.17 19 8.5 19H15.5C17.83 19 19 17.83 19 15.5V8.5C19 6.17 17.83 5 15.5 5ZM14.5 13.25H11.5C11.09 13.25 10.75 12.91 10.75 12.5V9.5C10.75 9.09 11.09 8.75 11.5 8.75C11.91 8.75 12.25 9.09 12.25 9.5V11.75H14.5C14.91 11.75 15.25 12.09 15.25 12.5C15.25 12.91 14.91 13.25 14.5 13.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"weight 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.1797 5.25C15.4697 5.25 13.4297 5.9 13.4297 9V15C13.4297 18.1 15.4697 18.75 17.1797 18.75C18.8897 18.75 20.9297 18.1 20.9297 15V9C20.9297 5.9 18.8897 5.25 17.1797 5.25Z\" fill=\"\"/>\n<path d=\"M6.82031 5.25C5.11031 5.25 3.07031 5.9 3.07031 9V15C3.07031 18.1 5.11031 18.75 6.82031 18.75C8.53031 18.75 10.5703 18.1 10.5703 15V9C10.5703 5.9 8.53031 5.25 6.82031 5.25Z\" fill=\"\"/>\n<path d=\"M13.4303 11.25H10.5703V12.75H13.4303V11.25Z\" fill=\"\"/>\n<path d=\"M22.5 15.25C22.09 15.25 21.75 14.91 21.75 14.5V9.5C21.75 9.09 22.09 8.75 22.5 8.75C22.91 8.75 23.25 9.09 23.25 9.5V14.5C23.25 14.91 22.91 15.25 22.5 15.25Z\" fill=\"\"/>\n<path d=\"M1.5 15.25C1.09 15.25 0.75 14.91 0.75 14.5V9.5C0.75 9.09 1.09 8.75 1.5 8.75C1.91 8.75 2.25 9.09 2.25 9.5V14.5C2.25 14.91 1.91 15.25 1.5 15.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"weight \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 2H8C5 2 3 4 3 7V17C3 20 5 22 8 22H16C19 22 21 20 21 17V7C21 4 19 2 16 2ZM17.57 8.48L15.39 11.98C15.33 12.07 15.23 12.14 15.13 12.15C15.11 12.15 15.09 12.15 15.08 12.15C14.99 12.15 14.9 12.12 14.83 12.06C13.22 10.63 10.8 10.63 9.19 12.06C9.11 12.13 9 12.17 8.89 12.15C8.78 12.13 8.68 12.07 8.63 11.98L6.45 8.48C6.33 8.33 6.36 8.13 6.5 8C9.63 5.21 14.36 5.21 17.5 8C17.64 8.13 17.67 8.33 17.57 8.48Z\" fill=\"\"/>\n</svg>\n</li><li title=\"wifi square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM14.79 16.6C14.64 16.79 14.42 16.89 14.2 16.89C14.04 16.89 13.88 16.84 13.74 16.73C12.68 15.91 11.31 15.91 10.25 16.73C9.92 16.98 9.45 16.92 9.2 16.6C8.95 16.27 9.01 15.8 9.33 15.55C10.92 14.32 13.06 14.32 14.65 15.55C14.99 15.8 15.05 16.27 14.79 16.6ZM17 13.51C16.85 13.7 16.63 13.8 16.41 13.8C16.25 13.8 16.09 13.75 15.95 13.64C13.55 11.79 10.46 11.79 8.06 13.64C7.73 13.9 7.26 13.84 7 13.51C6.74 13.18 6.81 12.71 7.13 12.46C10.08 10.18 13.9 10.18 16.85 12.46C17.19 12.71 17.25 13.18 17 13.51ZM18.59 10.42C18.44 10.61 18.22 10.71 18 10.71C17.84 10.71 17.68 10.66 17.54 10.55C14.17 7.95 9.82 7.95 6.46 10.55C6.13 10.8 5.66 10.74 5.41 10.42C5.16 10.09 5.22 9.62 5.54 9.37C9.46 6.34 14.53 6.34 18.46 9.37C18.79 9.62 18.85 10.09 18.59 10.42Z\" fill=\"\"/>\n</svg>\n</li><li title=\"wifi \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.0909 12.5884C18.9309 12.5884 18.7709 12.5384 18.6309 12.4284C14.6009 9.31844 9.39091 9.31844 5.36091 12.4284C5.03091 12.6784 4.56091 12.6184 4.31091 12.2984C4.06091 11.9684 4.12091 11.4984 4.44091 11.2484C9.03091 7.69844 14.9609 7.69844 19.5409 11.2484C19.8709 11.4984 19.9309 11.9684 19.6709 12.2984C19.5409 12.4884 19.3209 12.5884 19.0909 12.5884Z\" fill=\"\"/>\n<path d=\"M22 9.10844C21.84 9.10844 21.68 9.05844 21.54 8.94844C15.74 4.46844 8.25001 4.46844 2.46001 8.94844C2.13001 9.19844 1.66001 9.13844 1.41001 8.81844C1.15001 8.49844 1.21001 8.01844 1.54001 7.76844C7.89001 2.85844 16.1 2.85844 22.46 7.76844C22.79 8.01844 22.85 8.48844 22.59 8.81844C22.45 9.00844 22.22 9.10844 22 9.10844Z\" fill=\"\"/>\n<path d=\"M17.2096 16.2413C17.0496 16.2413 16.8896 16.1913 16.7496 16.0813C13.8696 13.8513 10.1396 13.8513 7.24958 16.0813C6.91958 16.3313 6.44958 16.2713 6.19958 15.9513C5.94958 15.6213 6.00958 15.1513 6.32958 14.9013C9.76958 12.2413 14.2196 12.2413 17.6596 14.9013C17.9896 15.1513 18.0496 15.6213 17.7896 15.9513C17.6496 16.1413 17.4296 16.2413 17.2096 16.2413Z\" fill=\"\"/>\n<path d=\"M14.5992 19.9005C14.4392 19.9005 14.2792 19.8505 14.1392 19.7405C12.8392 18.7305 11.1492 18.7305 9.84919 19.7405C9.51919 19.9905 9.04919 19.9305 8.79919 19.6105C8.54919 19.2805 8.60919 18.8105 8.92919 18.5605C10.7892 17.1205 13.1892 17.1205 15.0492 18.5605C15.3792 18.8105 15.4392 19.2805 15.1792 19.6105C15.0492 19.7905 14.8292 19.9005 14.5992 19.9005Z\" fill=\"\"/>\n</svg>\n</li><li title=\"wind 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.9999 13.8509C21.8699 13.8509 21.7399 13.8209 21.6199 13.7409L19.1199 12.2409C17.8199 11.4609 16.1999 11.4609 14.8899 12.2409C13.1099 13.3109 10.8999 13.3109 9.11988 12.2409C7.81988 11.4609 6.19988 11.4609 4.88988 12.2409L2.38988 13.7409C2.02988 13.9509 1.56988 13.8409 1.35988 13.4809C1.14988 13.1309 1.25988 12.6609 1.61988 12.4509L4.11988 10.9509C5.89988 9.88094 8.10988 9.88094 9.88988 10.9509C11.1899 11.7309 12.8099 11.7309 14.1199 10.9509C15.8999 9.88094 18.1099 9.88094 19.8899 10.9509L22.3899 12.4509C22.7499 12.6609 22.8599 13.1209 22.6499 13.4809C22.4999 13.7209 22.2499 13.8509 21.9999 13.8509Z\" fill=\"\"/>\n<path d=\"M7.00082 6.84832C6.00082 6.84832 5.00082 6.57832 4.11082 6.04832L1.61082 4.54832C1.26082 4.32832 1.14082 3.86832 1.36082 3.51832C1.57082 3.15832 2.03082 3.04832 2.39082 3.25832L4.89082 4.75832C6.19082 5.53832 7.81082 5.53832 9.12082 4.75832C10.9008 3.68832 13.1108 3.68832 14.8908 4.75832C16.1908 5.53832 17.8108 5.53832 19.1208 4.75832L21.6208 3.25832C21.9808 3.04832 22.4408 3.15832 22.6508 3.51832C22.8608 3.86832 22.7508 4.33832 22.3908 4.54832L19.8908 6.04832C18.1108 7.11832 15.9008 7.11832 14.1208 6.04832C12.8208 5.26832 11.2008 5.26832 9.89082 6.04832C9.00082 6.57832 8.00082 6.84832 7.00082 6.84832Z\" fill=\"\"/>\n<path d=\"M21.9999 20.8509C21.8699 20.8509 21.7399 20.8209 21.6199 20.7409L19.1199 19.2409C17.8199 18.4609 16.1999 18.4609 14.8899 19.2409C13.1099 20.3109 10.8999 20.3109 9.11988 19.2409C7.81988 18.4609 6.19988 18.4609 4.88988 19.2409L2.38988 20.7409C2.02988 20.9509 1.56988 20.8409 1.35988 20.4809C1.14988 20.1309 1.25988 19.6609 1.61988 19.4509L4.11988 17.9509C5.89988 16.8809 8.10988 16.8809 9.88988 17.9509C11.1899 18.7309 12.8099 18.7309 14.1199 17.9509C15.8999 16.8809 18.1099 16.8809 19.8899 17.9509L22.3899 19.4509C22.7499 19.6609 22.8599 20.1209 22.6499 20.4809C22.4999 20.7209 22.2499 20.8509 21.9999 20.8509Z\" fill=\"\"/>\n</svg>\n</li><li title=\"wind \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.5 22.75C16.16 22.75 14.25 20.84 14.25 18.5V18C14.25 17.59 14.59 17.25 15 17.25C15.41 17.25 15.75 17.59 15.75 18V18.5C15.75 20.02 16.98 21.25 18.5 21.25C20.02 21.25 21.25 20.02 21.25 18.5C21.25 16.98 20.02 15.75 18.5 15.75H2C1.59 15.75 1.25 15.41 1.25 15C1.25 14.59 1.59 14.25 2 14.25H18.5C20.84 14.25 22.75 16.16 22.75 18.5C22.75 20.84 20.84 22.75 18.5 22.75Z\" fill=\"\"/>\n<path d=\"M18.5 12.75H2C1.59 12.75 1.25 12.41 1.25 12C1.25 11.59 1.59 11.25 2 11.25H18.5C20.02 11.25 21.25 10.02 21.25 8.5C21.25 6.98 20.02 5.75 18.5 5.75C16.98 5.75 15.75 6.98 15.75 8.5V9C15.75 9.41 15.41 9.75 15 9.75C14.59 9.75 14.25 9.41 14.25 9V8.5C14.25 6.16 16.16 4.25 18.5 4.25C20.84 4.25 22.75 6.16 22.75 8.5C22.75 10.84 20.84 12.75 18.5 12.75Z\" fill=\"\"/>\n<path d=\"M9.31 9.75109H2C1.59 9.75109 1.25 9.41109 1.25 9.00109C1.25 8.59109 1.59 8.25109 2 8.25109H9.31C10.38 8.25109 11.25 7.38109 11.25 6.31109C11.25 5.24109 10.38 4.37109 9.31 4.37109C8.24 4.37109 7.37 5.24109 7.37 6.31109V6.69109C7.37 7.10109 7.03 7.44109 6.62 7.44109C6.21 7.44109 5.87 7.11109 5.87 6.69109V6.31109C5.87 4.41109 7.41 2.87109 9.31 2.87109C11.21 2.87109 12.75 4.41109 12.75 6.31109C12.75 8.21109 11.21 9.75109 9.31 9.75109Z\" fill=\"\"/>\n</svg>\n</li><li title=\"woman \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 9C19 5.13 15.87 2 12 2C8.13 2 5 5.13 5 9C5 12.62 7.74 15.59 11.25 15.96V18.25H9C8.59 18.25 8.25 18.59 8.25 19C8.25 19.41 8.59 19.75 9 19.75H11.25V22C11.25 22.41 11.59 22.75 12 22.75C12.41 22.75 12.75 22.41 12.75 22V19.75H15C15.41 19.75 15.75 19.41 15.75 19C15.75 18.59 15.41 18.25 15 18.25H12.75V15.96C16.26 15.59 19 12.62 19 9Z\" fill=\"\"/>\n</svg>\n</li><li class='heading'>broken</li><li title=\"24 support \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 4.96997C3 3.32997 4.34 2 6 2H18C19.66 2 21 3.32997 21 4.96997V15.88C21 17.52 19.66 18.85 18 18.85H17.24C16.44 18.85 15.68 19.16 15.12 19.72L13.41 21.41C12.63 22.18 11.36 22.18 10.58 21.41L8.87 19.72C8.31 19.16 7.54 18.85 6.75 18.85H6C4.34 18.85 3 17.52 3 15.88V9.06995\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 9.16003C7 8.23003 7.76 7.46997 8.69 7.46997C9.62 7.46997 10.38 8.23003 10.38 9.16003C10.38 11.04 7.71 11.24 7.12 13.03C7 13.4 7.31 13.77 7.7 13.77H10.38\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.0398 13.76V8.05003C16.0398 7.79003 15.8698 7.55997 15.6198 7.48997C15.3698 7.41997 15.0998 7.51997 14.9598 7.73997C14.2398 8.89997 13.4598 10.22 12.7798 11.38C12.6698 11.57 12.6698 11.82 12.7798 12.01C12.8898 12.2 13.0998 12.3199 13.3298 12.3199H16.9998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"3d cube scan \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 2C20 2 22 4 22 7V9\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 9V7C2 4 4 2 7 2H12.77\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22.0007 15V17C22.0007 20 20.0007 22 17.0007 22H11.4707\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 15V17C2 20 4 22 7 22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.69922 9.26001L11.9992 12.33L17.2592 9.28003\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 17.7701V12.3201\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.7602 6.29006L7.56023 8.07009C6.84023 8.47009 6.24023 9.48008 6.24023 10.3101V13.7001C6.24023 14.5301 6.83023 15.5401 7.56023 15.9401L10.7602 17.7201C11.4402 18.1001 12.5602 18.1001 13.2502 17.7201L16.4502 15.9401C17.1702 15.5401 17.7702 14.5301 17.7702 13.7001V10.3101C17.7702 9.48008 17.1802 8.47009 16.4502 8.07009L13.2502 6.29006C12.5602 5.90006 11.4402 5.90006 10.7602 6.29006Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"3d rotate \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.70117 9.26001L12.0012 12.33L17.2612 9.28001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.002 17.7701V12.3201\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.23047 10.3001C6.23047 9.47012 6.82045 8.46012 7.55045 8.06012L10.7505 6.28012C11.4305 5.90012 12.5504 5.90012 13.2404 6.28012L16.4405 8.06012C17.1605 8.46012 17.7605 9.47012 17.7605 10.3001V13.6901C17.7605 14.5201 17.1705 15.5301 16.4405 15.9301L13.2404 17.7101C12.5604 18.0901 11.4405 18.0901 10.7505 17.7101L7.55045 15.9301C7.19045 15.7301 6.86045 15.3801 6.62045 14.9701\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 15C22 18.87 18.87 22 15 22L16.05 20.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 9C2 5.13 5.13 2 9 2L7.95001 3.75\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"3d square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 14V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.70117 9.26001L12.0012 12.33L17.2612 9.28001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.002 17.7701V12.3201\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.7603 6.2901L7.56024 8.0701C6.84024 8.4701 6.24023 9.4801 6.24023 10.3101V13.7001C6.24023 14.5301 6.83024 15.5401 7.56024 15.9401L10.7603 17.7201C11.4403 18.1001 12.5602 18.1001 13.2502 17.7201L16.4503 15.9401C17.1703 15.5401 17.7702 14.5301 17.7702 13.7001V10.3001C17.7702 9.4701 17.1803 8.4601 16.4503 8.0601L13.2502 6.2801C12.5602 5.9001 11.4403 5.9001 10.7603 6.2901Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"3dcube \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.43 7.76009C20.19 7.35009 20.19 6.18009 19.43 5.77009L12.92 2.26009C12.34 1.95009 11.66 1.95009 11.08 2.26009L4.57 5.77009C3.81 6.18009 3.81 7.35009 4.57 7.76009L11.08 11.2701C11.66 11.5801 12.34 11.5801 12.92 11.2701L15.26 10.0101\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 11.1199C2 10.2899 2.87 9.75993 3.61 10.1299L9.66 13.1599C10.41 13.5399 10.89 14.3099 10.89 15.1499V20.8699C10.89 21.6999 10.02 22.2299 9.28 21.8599L3.23 18.8299C2.48 18.4499 2 17.6799 2 16.8399V14.9599\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.3894 10.1299L14.3394 13.1599C13.5894 13.5399 13.1094 14.3099 13.1094 15.1499V20.8699C13.1094 21.6999 13.9794 22.2299 14.7194 21.8599L20.7694 18.8299C21.5194 18.4499 21.9994 17.6799 21.9994 16.8399V11.1199C21.9994 10.2899 21.1294 9.75993 20.3894 10.1299Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"3square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 17V19.38C12 21.25 11.25 22 9.37 22H4.62C2.75 22 2 21.25 2 19.38V14.63C2 12.75 2.75 12 4.62 12H7V14.37C7 16.25 7.75 17 9.62 17H12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 12V14.37C17 16.25 16.25 17 14.37 17H9.62C7.75 17 7 16.25 7 14.37V9.62C7 7.75 7.75 7 9.62 7H12V9.37C12 11.25 12.75 12 14.62 12H17Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 9.37C22 11.25 21.25 12 19.37 12H14.62C12.75 12 12 11.25 12 9.37V4.62C12 2.75 12.75 2 14.62 2H19.37C21.25 2 22 2.75 22 4.62\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"activity \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 12.96V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.33008 14.49L9.71008 11.4C10.0501 10.96 10.6801 10.88 11.1201 11.22L12.9501 12.66C13.3901 13 14.0201 12.92 14.3601 12.49L16.6701 9.51001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"add circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 16V8\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.9902 12H16.0002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 12H11.81\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 16V8\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 6C2.75 7.67 2 9.75 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2C10.57 2 9.2 2.3 7.97 2.85\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"add square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.9902 12H16.0002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 12H11.81\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 16V8\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 13.04V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 18V6\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 12H18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 12H11.66\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 18V6\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"additem \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 5.43C2 3.14 3.14 2 5.43 2H10C12.29 2 13.43 3.14 13.43 5.43\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 16H5.43C3.14 16 2 14.86 2 12.57V9.97998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.5703 22H14.0003C11.7103 22 10.5703 20.86 10.5703 18.57V11.43C10.5703 9.14 11.7103 8 14.0003 8H18.5703C20.8603 8 22.0003 9.14 22.0003 11.43V18.57C22.0003 20.86 20.8603 22 18.5703 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.8691 15H18.1291\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.5 16.6301V13.3701\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"airdrop \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.5495 12.9201C10.9095 13.3101 9.4795 11.8801 9.8695 10.2401C10.0595 9.47008 10.6895 8.84011 11.4595 8.65011C12.8095 8.32011 14.0295 9.25009 14.1895 10.5001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.64093 3.1499C4.99093 4.6599 3.21094 7.51986 3.21094 10.7899C3.21094 13.3299 4.29094 15.6198 6.02094 17.2198\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.01 17.19C19.72 15.59 20.79 13.32 20.79 10.79C20.79 5.92998 16.85 2 12 2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.99977 14.55C7.07977 13.57 6.50977 12.25 6.50977 10.79C6.50977 7.76004 8.96977 5.30005 11.9998 5.30005C15.0298 5.30005 17.4898 7.76004 17.4898 10.79C17.4898 12.25 16.9198 13.56 15.9998 14.55\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.3007 16.66L8.86071 18.4501C7.72071 19.8801 8.73071 21.99 10.5607 21.99H13.4307C15.2607 21.99 16.2807 19.8701 15.1307 18.4501L13.6907 16.66C12.8307 15.57 11.1707 15.57 10.3007 16.66Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"airplane square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.85953 19L11.5395 17.58C11.7895 17.37 12.2095 17.37 12.4695 17.58L14.1395 19C14.5295 19.2 15.0095 19 15.1495 18.58L15.4695 17.62C15.5495 17.39 15.4695 17.05 15.2995 16.88L13.6595 15.23C13.5395 15.11 13.4495 14.88 13.4495 14.72V12.87C13.4495 12.45 13.7595 12.25 14.1495 12.41L17.4995 13.85C18.0495 14.09 18.5095 13.79 18.5095 13.19V12.26C18.5095 11.78 18.1495 11.22 17.6995 11.03L13.7595 9.32999C13.5895 9.25999 13.4595 9.04999 13.4595 8.86999V6.79999C13.4595 6.11999 12.9595 5.31999 12.3595 5.00999C12.1395 4.89999 11.8895 4.89999 11.6695 5.00999C11.0595 5.30999 10.5695 6.11999 10.5695 6.79999V8.86999C10.5695 9.04999 10.4295 9.25999 10.2695 9.32999L6.32953 11.03C5.88953 11.22 5.51953 11.78 5.51953 12.26V13.19C5.51953 13.79 5.96953 14.09 6.52953 13.85L9.87953 12.41C10.2595 12.24 10.5795 12.45 10.5795 12.87V14.72C10.5795 14.89 10.4795 15.12 10.3695 15.23L8.69953 16.87C8.52953 17.04 8.44953 17.38 8.52953 17.61L8.84953 18.57C8.98953 19 9.45953 19.2 9.85953 19Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 12.95V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"airplane \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.2702 9.10001L14.3002 8.25001C14.1402 8.18001 14.0002 7.97001 14.0002 7.79001V4.79001C14.0002 3.85001 13.3102 2.74001 12.4702 2.31001C12.1702 2.16001 11.8202 2.16001 11.5202 2.31001C10.6802 2.74001 9.99023 3.86001 9.99023 4.80001V7.80001C9.99023 7.98001 9.85023 8.19001 9.69023 8.26001L4.11023 10.67C3.49023 10.92 2.99023 11.69 2.99023 12.36V13.65C2.99023 14.49 3.62023 14.9 4.39023 14.57L9.30023 12.45C9.68023 12.28 10.0002 12.49 10.0002 12.91V15.76C10.0002 15.99 9.87023 16.31 9.71023 16.47L7.44023 18.75C7.20023 18.99 7.09023 19.45 7.20023 19.78L7.64023 21.11C7.82023 21.69 8.48024 21.97 9.02024 21.69L11.3502 19.73C11.7002 19.43 12.2802 19.43 12.6302 19.73L14.9602 21.69C15.5002 21.96 16.1602 21.69 16.3602 21.11L16.8002 19.78C16.9102 19.46 16.8002 18.99 16.5602 18.75L14.2902 16.47C14.1202 16.31 13.9902 15.99 13.9902 15.76V12.91C13.9902 12.49 14.3002 12.29 14.6902 12.45L19.6002 14.57C20.3702 14.9 21.0002 14.49 21.0002 13.65V12.36C21.0002 11.69 20.5002 10.92 19.8802 10.66\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"airpod \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2.61914 10.97V8.25C2.61914 7.48 2.64914 6.79 2.72914 6.18C3.09914 2.89 4.64914 2 8.87914 2H15.1291C19.3491 2 20.9091 2.89 21.2691 6.18C21.3591 6.79 21.3791 7.48 21.3791 8.25V15.75C21.3791 16.52 21.3491 17.21 21.2691 17.83C20.8991 21.11 19.3491 22 15.1191 22H8.87914C4.65914 22 3.09914 21.11 2.73914 17.83C2.64914 17.21 2.61914 16.52 2.61914 15.75V15.01\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.2309 8.91992H17.1309\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.86953 8.91992H2.76953\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.1291 8.92012C17.1291 10.0501 16.2091 10.9701 15.0791 10.9701H8.91914C8.35914 10.9701 7.83914 10.7401 7.46914 10.3601C7.09914 10.0001 6.86914 9.49012 6.86914 8.92012C6.86914 7.79012 7.78914 6.87012 8.91914 6.87012H15.0691C15.6291 6.87012 16.1491 7.10012 16.5191 7.48012C16.8991 7.85012 17.1291 8.36012 17.1291 8.92012Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"airpods \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.72 9.56H5.78C3.7 9.56 2 7.86003 2 5.78003C2 3.70003 3.7 2 5.78 2H7.67001C9.23001 2 10.5 3.28002 10.5 4.83002V7.39001V17.1C10.5 18.14 9.64999 18.99 8.60999 18.99C7.56999 18.99 6.72 18.14 6.72 17.1V9.56Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.77985 6.72003C5.25985 6.72003 4.83984 6.30009 4.83984 5.78009C4.83984 5.26009 5.25985 4.84009 5.77985 4.84009\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.28 13.52V9.56H18.22C20.3 9.56 22 7.86003 22 5.78003C22 3.70003 20.3 2 18.22 2H16.33C14.77 2 13.5 3.28002 13.5 4.83002V7.39001V17.1C13.5 18.14 14.35 18.99 15.39 18.99C16.43 18.99 17.28 18.14 17.28 17.1\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.2207 6.72003C18.7407 6.72003 19.1607 6.30009 19.1607 5.78009C19.1607 5.26009 18.7407 4.84009 18.2207 4.84009\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 22V19\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5 22V19\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"alarm \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 22H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 16.03V15C21 10.03 16.97 6 12 6C10.56 6 9.21 6.34 8 6.94C7.26 7.31 6.58 7.77001 5.97 8.32001C4.15 9.97001 3 12.35 3 15V22H21V19.97\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 2V3\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 4L5 5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 4L19 5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"align bottom \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.2598 5.1001V16.9001C19.2598 18.4001 18.6198 19.0001 17.0298 19.0001H15.9898C14.3998 19.0001 13.7598 18.4001 13.7598 16.9001V5.1001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.7593 5.1001V11.9001C10.7593 13.4001 10.1193 14.0001 8.5293 14.0001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.25977 5.1001V11.9001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 5H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"align horizontally \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.75 17.4V6.6C4.75 5.1 5.39 4.5 6.98 4.5H8.02C9.61 4.5 10.25 5.1 10.25 6.6V17.4C10.25 18.9 9.61 19.5 8.02 19.5H6.98C5.39 19.5 4.75 18.9 4.75 17.4Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.75 15.4V8.6C18.75 7.1 18.11 6.5 16.52 6.5H15.48C13.89 6.5 13.25 7.1 13.25 8.6V15.4C13.25 16.9 13.89 17.5 15.48 17.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 12H4.4\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 12H13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22.0005 12H19.3105\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"align left \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.09961 19.25H16.8996C18.3996 19.25 18.9996 18.61 18.9996 17.02V15.98C18.9996 14.39 18.3996 13.75 16.8996 13.75H5.09961\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.09961 10.75H11.8996C13.3996 10.75 13.9996 10.11 13.9996 8.52002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.09961 5.25H11.8996\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 1.98999V21.99\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"align right \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.9 19.25H7.1C5.6 19.25 5 18.61 5 17.02V15.98C5 14.39 5.6 13.75 7.1 13.75H18.9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 8.52002C10 10.11 10.6 10.75 12.1 10.75H18.9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.8996 5.25H12.0996\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 1.98999V21.99\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"align vertically \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.4 19.25H6.6C5.1 19.25 4.5 18.61 4.5 17.02V15.98C4.5 14.39 5.1 13.75 6.6 13.75H17.4C18.9 13.75 19.5 14.39 19.5 15.98V17.02C19.5 18.61 18.9 19.25 17.4 19.25Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.4 5.25H8.6C7.1 5.25 6.5 5.89 6.5 7.48V8.52C6.5 10.11 7.1 10.75 8.6 10.75H15.4C16.9 10.75 17.5 10.11 17.5 8.52\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22.0001V19.6001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 13V11\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 2V4.69\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"aquarius \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 16C15.87 16 19 12.87 19 9C19 5.13 15.87 2 12 2C8.13 2 5 5.13 5 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 16V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 19H9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"archive 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.25 9.05005C11.03 9.70005 12.97 9.70005 14.75 9.05005\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.32031 10V19.95C3.32031 21.75 4.61031 22.51 6.19031 21.64L11.0703 18.93C11.5903 18.64 12.4303 18.64 12.9403 18.93L17.8203 21.64C19.4003 22.52 20.6903 21.76 20.6903 19.95V5.86C20.6903 3.74 18.9503 2 16.8303 2H7.18031C5.05031 2 3.32031 3.74 3.32031 5.86\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"archive 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.5 13.01V10.22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.5 10.22V19C19.5 21 19 22 16.5 22H7.5C5 22 4.5 21 4.5 19V16.97\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 2H19C21 2 22 3 22 5V7C22 9 21 10 19 10H5C3 10 2 9 2 7V5C2 3 3 2 5 2Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.1797 14H13.8197\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"archive add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.5 10.6499H9.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 8.20996V13.21\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.32031 10.04V19.95C3.32031 21.75 4.61031 22.51 6.19031 21.64L11.0703 18.93C11.5903 18.64 12.4303 18.64 12.9403 18.93L17.8203 21.64C19.4003 22.52 20.6903 21.76 20.6903 19.95V5.86C20.6903 3.74 18.9503 2 16.8303 2H7.18031C5.05031 2 3.32031 3.74 3.32031 5.86\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"archive book \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 7C3 4 4.5 2 8 2H16C19.5 2 21 4 21 7V17C21 20 19.5 22 16 22H8C4.5 22 3 20 3 17V10.95\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5 5.98999V9.85999C15.5 10.3 14.98 10.52 14.66 10.23L12.34 8.09003C12.15 7.91003 11.85 7.91003 11.66 8.09003L9.34003 10.23C9.02003 10.52 8.5 10.3 8.5 9.85999V2H15.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.25 14H17.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 18H17.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"archive minus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.5 10.6499H9.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.32031 10.01V19.94C3.32031 21.74 4.61031 22.5 6.19031 21.63L11.0703 18.92C11.5903 18.63 12.4303 18.63 12.9403 18.92L17.8203 21.63C19.4003 22.51 20.6903 21.75 20.6903 19.94V5.86C20.6903 3.74 18.9503 2 16.8303 2H7.18031C5.05031 2 3.32031 3.74 3.32031 5.86\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"archive slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 2L2 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.68 8.70996V19.71C20.68 21.72 19.24 22.57 17.48 21.59L11 17.54\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.32031 5.86C3.32031 3.74 5.05031 2 7.18031 2H16.8303C18.0403 2 19.1203 2.56 19.8303 3.44\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.32031 19.95V10.01\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"archive tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.32031 10.02V19.95C3.32031 21.75 4.61031 22.51 6.19031 21.64L11.0703 18.93C11.5903 18.64 12.4303 18.64 12.9403 18.93L17.8203 21.64C19.4003 22.52 20.6903 21.76 20.6903 19.95V5.86C20.6903 3.74 18.9503 2 16.8303 2H7.18031C5.05031 2 3.32031 3.74 3.32031 5.86\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.58984 11L11.0898 12.5L15.0898 8.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"archive \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 13V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 7.75V14.5C18 13.4 17.1 12.5 16 12.5H8C6.9 12.5 6 13.4 6 14.5V7.75C6 6.65 6.9 5.75 8 5.75H16C17.1 5.75 18 6.65 18 7.75Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 15.75H18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 15.75H5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 14V11C18 9.9 17.1 9 16 9H8C6.9 9 6 9.9 6 11V14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 14.5V15.75H14.5C14.5 17.13 13.38 18.25 12 18.25C10.62 18.25 9.5 17.13 9.5 15.75H6V14.5C6 13.4 6.9 12.5 8 12.5H16C17.1 12.5 18 13.4 18 14.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrange circle 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.1494 13.8201L14.1094 16.86\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.84961 13.8201H17.1496\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.84961 10.1801L9.88962 7.14014\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.1096 10.1802H6.84961\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.1489 10.1802H16.6289\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 6C2.75 7.67 2 9.75 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2C10.57 2 9.2 2.30001 7.97 2.85001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrange circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.1806 17.1501L7.14062 14.1101\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.1797 6.8501V17.1501\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.8203 6.8501L16.8603 9.89011\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.8203 14.1101V6.8501\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.8203 17.1501V16.6301\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 6C2.75 7.67 2 9.75 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2C10.57 2 9.2 2.30001 7.97 2.85001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrange square 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.1806 17.1501L7.14062 14.1101\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.1797 6.8501V17.1501\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.8203 6.8501L16.8603 9.8901\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.8203 17.1501V6.8501\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 14V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrange square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.1494 13.8201L14.1094 16.8601\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.84961 13.8201H17.1496\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.84961 10.1799L9.88961 7.13989\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.1496 10.1799H6.84961\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 14V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.2793 10.45L20.9993 6.72998L17.2793 3.01001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.0098 6.72998H20.9998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 6.72998H5.98999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.71997 13.55L3 17.2701L6.71997 20.9901\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 17.27H14.09\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.9993 17.27H18.0293\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.5508 17.28L17.2708 21L20.9908 17.28\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.2695 10.01V21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.2695 3V5.98999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.4498 6.71997L6.72974 3L3.00977 6.71997\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.73047 3V14.09\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.73047 21V18.03\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow bottom \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.30919 11.22C4.65919 8.35 6.00919 6 9.32919 6H11.9992H14.6692C17.9792 6 19.3392 8.35 17.6792 11.22L16.3392 13.53L14.9992 15.84C13.3392 18.71 10.6292 18.71 8.96919 15.84\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow circle down \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.87 4.99C3.09 6.79 2 9.27 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2C11.31 2 10.64 2.07 9.98 2.2\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.4707 10.74L12.0007 14.26L15.5307 10.74\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow circle left \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.87 4.99C3.09 6.79 2 9.27 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2C11.31 2 10.64 2.07 9.98 2.2\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.2602 15.53L9.74023 12L10.7002 11.03L12.9002 8.82997L13.2602 8.46997\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow circle right \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.87 4.99C3.09 6.79 2 9.27 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2C11.31 2 10.64 2.07 9.98 2.2\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.7402 15.53L14.2602 12L10.7402 8.46997\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow circle up \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.87 4.99C3.09 6.79 2 9.27 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2C11.31 2 10.64 2.07 9.98 2.2\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.4707 13.26L12.0007 9.73999L15.5307 13.26\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow down 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.0697 14.4299L11.9997 20.4999L5.92969 14.4299\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 12V20.33\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 3.5V8.03\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow down 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.0101 12.85L13.3901 15.47C12.6201 16.24 11.3601 16.24 10.5901 15.47L4.08008 8.94995\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.9209 8.94995L18.8809 9.98995\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow down \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 8.5V14.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 12.5L12 15.5L15 12.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 6C2.75 7.67 2 9.75 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2C10.57 2 9.2 2.3 7.97 2.85\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow left 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.57 5.92993L3.5 11.9999L9.57 18.0699\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.82 12H3.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.3296 12H16.8496\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow left 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.1897 7.93994L8.56969 10.5599C7.79969 11.3299 7.79969 12.5899 8.56969 13.3599L15.0897 19.8799\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.0908 4.04004L14.0508 5.08004\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow left 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.7803 6.30992C15.6503 4.65992 18.0003 6.00993 18.0003 9.32993V11.9999V14.6699C18.0003 17.9799 15.6503 19.3399 12.7803 17.6799L10.4703 16.3399L8.16031 14.9999C5.29031 13.3399 5.29031 10.6299 8.16031 8.96993\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow left \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.5 12H9.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.5 9L8.5 12L11.5 15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 6C2.75 7.67 2 9.75 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2C10.57 2 9.2 2.3 7.97 2.85\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow right 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.85 8.98992C18.72 10.6499 18.72 13.3599 15.85 15.0199L13.54 16.3599L11.23 17.6999C8.35 19.3399 6 17.9899 6 14.6699V11.9999V9.32992C6 6.01992 8.35 4.65992 11.22 6.31992\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow right 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.5 12H14.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.5 15L15.5 12L12.5 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 6C2.75 7.67 2 9.75 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2C10.57 2 9.2 2.3 7.97 2.85\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow right 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.9 7.93994L15.52 10.5599C16.29 11.3299 16.29 12.5899 15.52 13.3599L9 19.8699\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 4.04004L10.04 5.08004\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow right \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.4297 5.92993L20.4997 11.9999L14.4297 18.0699\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.0098 12H20.3298\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.5 12H6.97\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow square down \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 12.99V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.4707 10.6399L12.0007 14.1599L15.5307 10.6399\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow square left \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 13.05V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.2602 15.53L9.74023 12L13.2602 8.46997\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow square right \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 13.01V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.7402 15.53L14.2602 12L10.7402 8.46997\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow square up \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 13.04V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.4707 13.4599L12.0007 9.93994L15.5307 13.4599\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.1406 15.0701V13.11C12.1406 10.59 14.1806 8.54004 16.7106 8.54004H18.6706\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.61914 8.55005H7.57916C10.0992 8.55005 12.1492 10.59 12.1492 13.12V13.7701V17.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.13983 6.75L5.33984 8.55L7.13983 10.35\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.8594 6.75L18.6594 8.55L16.8594 10.35\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 9C2 4 4 2 9 2H15C20 2 22 4 22 9V15C22 20 20 22 15 22H9C4 22 2 20 2 15V13.02\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow swap horizontal \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.5 9.00999L8.51 3.98999\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.01 9.01001H6.01H3.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.5 9.01001H17\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.5002 14.99L15.4902 20.01\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.9902 14.99H17.9902H20.5002\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.5 14.99H7\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow swap \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.9902 3.5L20.0102 8.51\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.9902 13.01V6.01V3.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.9902 20.5V17\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.01023 20.5L3.99023 15.49\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.00977 10.99V17.99V20.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.00977 3.5V7\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow up 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 15.5V9.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 11.5L12 8.5L15 11.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 6C2.75 7.67 2 9.75 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2C10.57 2 9.2 2.3 7.97 2.85\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow up 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.6897 12.7801C19.3497 15.6501 17.9897 18.0001 14.6797 18.0001H11.9997H9.32968C6.01968 18.0001 4.65968 15.6501 6.31968 12.7801L7.65968 10.4701L8.99968 8.16007C10.6597 5.29007 13.3697 5.29007 15.0297 8.16007\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow up 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.0101 11.1499L13.4001 8.52989C12.6301 7.75989 11.3701 7.75989 10.6001 8.52989L4.08008 15.0499\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.9209 15.05L18.8809 14.01\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow up \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.0697 9.57L11.9997 3.5L5.92969 9.57\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 11.9999V3.66992\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 20.5V15.97\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22V20\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 18V16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 14V11C12 7.13 15.13 4 19 4H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.44922 5.6001C11.0092 6.8801 11.9992 8.83009 11.9992 11.0001V12.0001V14.0001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 4H5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 2L2 4L4 6\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 2L22 4L20 6\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"attach circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.2009 11.8L10.7908 13.21C10.0108 13.99 10.0108 15.26 10.7908 16.04C11.5708 16.82 12.8408 16.82 13.6208 16.04L15.8409 13.82C17.4009 12.26 17.4009 9.72999 15.8409 8.15999C14.2809 6.59999 11.7508 6.59999 10.1808 8.15999L7.76086 10.58C6.42086 11.92 6.42086 14.09 7.76086 15.43\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 6C2.75 7.67 2 9.75 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2C10.57 2 9.19997 2.30001 7.96997 2.85001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"attach square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 13.02V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.2009 11.8L10.7908 13.21C10.0108 13.99 10.0108 15.26 10.7908 16.04C11.5708 16.82 12.8408 16.82 13.6208 16.04L15.8409 13.82C17.4009 12.26 17.4009 9.72999 15.8409 8.15999C14.2809 6.59999 11.7508 6.59999 10.1808 8.15999L7.76086 10.58C6.42086 11.92 6.42086 14.09 7.76086 15.43\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"audio square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 12.99V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.62 17.3C10.7908 17.3 11.74 16.3509 11.74 15.1801C11.74 14.0092 10.7908 13.0601 9.62 13.0601C8.44915 13.0601 7.5 14.0092 7.5 15.1801C7.5 16.3509 8.44915 17.3 9.62 17.3Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.7402 15.18V7.77002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.1302 6.7701L15.4702 7.55006C16.0402 7.74006 16.5002 8.38006 16.5002 8.98006V9.60005C16.5002 10.4101 15.8702 10.8601 15.1102 10.6001L12.7703 9.82008C12.2003 9.63008 11.7402 8.99009 11.7402 8.39009V7.7701C11.7402 6.9701 12.3602 6.5101 13.1302 6.7701Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"autobrightness \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.24086 6.20008C4.24086 5.14008 5.11086 4.27008 6.17086 4.27008H7.90086C8.30086 4.27008 8.86086 4.06008 9.16086 3.81008L10.7409 2.46008C11.4409 1.87008 12.5709 1.87008 13.2509 2.46008L14.8309 3.81008C15.1309 4.06008 15.7009 4.27008 16.1009 4.27008H17.8009C18.8609 4.27008 19.7309 5.14008 19.7309 6.20008V7.90008C19.7309 8.30008 19.9409 8.86008 20.1909 9.16008L21.5409 10.7401C22.1309 11.4401 22.1309 12.5701 21.5409 13.2501L20.1909 14.8301C19.9409 15.1301 19.7309 15.6901 19.7309 16.0901V17.7901C19.7309 18.8501 18.8609 19.7201 17.8009 19.7201H16.1009C15.7009 19.7201 15.1409 19.9301 14.8409 20.1801L13.2609 21.5301C12.5609 22.1201 11.4309 22.1201 10.7509 21.5301L9.17086 20.1801C8.87086 19.9301 8.30086 19.7201 7.91086 19.7201H6.17086C5.11086 19.7201 4.24086 18.8501 4.24086 17.7901V16.0801C4.24086 15.6901 4.04086 15.1201 3.79086 14.8301L2.44086 13.2401C1.86086 12.5501 1.86086 11.4301 2.44086 10.7401L3.00086 10.0801\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 15.9401L12 8.06006L15.5 15.9401\" stroke=\"currentColor\" stroke- stroke-linejoin=\"bevel\"/>\n<path d=\"M13.75 13.3101H10.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"award \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.0198 18.9599C19.7398 17.7999 19.7398 17.7999 19.7398 15.9799V11.0099C19.7398 9.18993 19.7398 9.18993 18.0198 8.02993L13.2898 5.29993C12.5798 4.88993 11.4198 4.88993 10.7098 5.29993L5.97977 8.03993C4.25977 9.19993 4.25977 9.19993 4.25977 11.0199V15.9899C4.25977 17.8099 4.25977 17.8099 5.97977 18.9699L10.7098 21.6999C11.4198 22.1099 12.5798 22.1099 13.2898 21.6999L14.8098 20.8199\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.5 7.63V5C17.5 3 16.5 2 14.5 2H9.5C7.5 2 6.5 3 6.5 5V7.56\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.2795 16.4199C12.1295 16.3599 11.8795 16.3599 11.7295 16.4199L10.7495 16.8099C10.1495 17.0499 9.68955 16.7099 9.72955 16.0699L9.78955 15.0199C9.79955 14.8599 9.71955 14.6199 9.61955 14.4999L8.94955 13.6899C8.53955 13.1899 8.70955 12.6499 9.33955 12.4899L10.3595 12.2299C10.5195 12.1899 10.7195 12.0399 10.7995 11.9099L11.3695 11.0199C11.7195 10.4699 12.2895 10.4699 12.6395 11.0199L13.2095 11.9099C13.2995 12.0499 13.4995 12.1899 13.6495 12.2299L14.6695 12.4899C15.2995 12.6499 15.4695 13.1899 15.0595 13.6899L14.3895 14.4999C14.2895 14.6299 14.2095 14.8599 14.2195 15.0199\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"back square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.00039 15.3802H13.9204C15.6204 15.3802 17.0004 14.0002 17.0004 12.3002C17.0004 10.6002 15.6204 9.22021 13.9204 9.22021H7.15039\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.57 10.7701L7 9.19012L8.57 7.62012\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 14V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"backward 10 seconds \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.0195 4.46997L11.9995 2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.99023 16.96C5.42023 19.94 8.47024 22 12.0002 22C16.9102 22 20.8903 18.02 20.8903 13.11C20.8903 8.19999 16.9102 4.21997 12.0002 4.21997C11.3202 4.21997 10.6602 4.31002 10.0202 4.46002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.90939 7.80005C3.79939 9.28005 3.10938 11.11 3.10938 13.11\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.53906 15.92V10.5801L8.03906 12.2501\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 10.5801C15.1 10.5801 16 11.4801 16 12.5801V13.9301C16 15.0301 15.1 15.9301 14 15.9301C12.9 15.9301 12 15.0301 12 13.9301V12.5801C12 11.4701 12.9 10.5801 14 10.5801Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"backward 15 seconds \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.0195 4.46997L11.9995 2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.99023 16.96C5.42023 19.94 8.47024 22 12.0002 22C16.9102 22 20.8903 18.02 20.8903 13.11C20.8903 8.19999 16.9102 4.21997 12.0002 4.21997C11.3202 4.21997 10.6603 4.31002 10.0203 4.46002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.90936 7.80005C3.79936 9.28005 3.10938 11.11 3.10938 13.11\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.9606 10.8301H12.9006L12.1406 13.1201H14.4306C15.2706 13.1201 15.9606 13.8001 15.9606 14.6501C15.9606 15.4901 15.2806 16.1801 14.4306 16.1801H12.1406\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.53906 16.17V10.8301L8.03906 12.5001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"backward 5 seconds \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.9099 10.8301H10.8499L10.0898 13.1201H12.3799C13.2199 13.1201 13.9099 13.8001 13.9099 14.6501C13.9099 15.4901 13.2299 16.1801 12.3799 16.1801H10.0898\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.0195 4.46997L11.9995 2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.99023 16.96C5.42023 19.94 8.47024 22 12.0002 22C16.9102 22 20.8903 18.02 20.8903 13.11C20.8903 8.19999 16.9102 4.21997 12.0002 4.21997C11.3202 4.21997 10.6602 4.31002 10.0202 4.46002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.90939 7.80005C3.79939 9.28005 3.10938 11.11 3.10938 13.11\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"backward item \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 5.14999V7.85001C22 10.1 21.1 11 18.85 11H16.15C13.9 11 13 10.1 13 7.85001V5.14999C13 2.89999 13.9 2 16.15 2H18.85C21.1 2 22 2.89999 22 5.14999Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 16.15V18.85C11 21.1 10.1 22 7.85 22H5.15C2.9 22 2 21.1 2 18.85V16.15C2 13.9 2.9 13 5.15 13H7.85C10.1 13 11 13.9 11 16.15Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.95914 6.75012C9.36914 6.66012 9.84914 6.62012 10.3791 6.62012H12.9991V7.85013C12.9991 10.1001 13.8991 11.0001 16.1491 11.0001H17.3791V13.6201C17.3791 16.3101 16.3091 17.3801 13.6191 17.3801H10.9991V16.1501C10.9991 13.9001 10.0991 13.0001 7.84914 13.0001H6.61914V10.3801\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"backward \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22.0002 8.33994V15.6599C22.0002 17.1599 20.3703 18.0999 19.0703 17.3499L15.9002 15.5299L12.7303 13.7C12.5303 13.58 12.3702 13.45 12.2402 13.29V10.73C12.3702 10.57 12.5303 10.44 12.7303 10.32L15.9002 8.48993L19.0703 6.66996C20.3703 5.89996 22.0002 6.83994 22.0002 8.33994Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.32086 6.65007C10.6209 5.90007 12.2508 6.84007 12.2508 8.34007V15.6601C12.2508 17.1601 10.6209 18.1001 9.32086 17.3501L6.15084 15.5301L2.98086 13.7001C1.68086 12.9501 1.68086 11.0801 2.98086 10.3201L5.39086 8.93007\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bag 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.5 7.67001V6.70001C7.5 4.45001 9.31 2.24001 11.56 2.03001C14.24 1.77001 16.5 3.88001 16.5 6.51001V7.89001\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.8108 16.56L4.0408 18.43C4.2608 20.39 4.9808 22 9.0008 22H15.0008C19.0208 22 19.7408 20.39 19.9508 18.43L20.7008 12.43C20.9708 9.99 20.2708 8 16.0008 8H8.0008C3.7308 8 3.0308 9.99 3.3008 12.43\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.4945 12H15.5035\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.49451 12H8.50349\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bag cross 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 19C14.2091 19 16 17.2091 16 15C16 12.7909 14.2091 11 12 11C9.79086 11 8 12.7909 8 15C8 17.2091 9.79086 19 12 19Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.0692 16.11L10.9492 14\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.0497 14.02L10.9297 16.14\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.8108 16.56L4.0408 18.43C4.2608 20.39 4.9808 22 9.0008 22H15.0008C19.0208 22 19.7408 20.39 19.9508 18.43L20.7008 12.43C20.9708 9.99 20.2708 8 16.0008 8H8.0008C3.7308 8 3.0308 9.99 3.3008 12.43\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.5 7.67001V6.70001C7.5 4.45001 9.31 2.24001 11.56 2.03001C14.24 1.77001 16.5 3.88001 16.5 6.51001V7.89001\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bag cross \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.3906 17.3601L10.6406 14.6101\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.3594 14.6399L10.6094 17.3899\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.80945 2L5.18945 5.63\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.1895 2L18.8095 5.63\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 7.8501C2 6.0001 2.99 5.8501 4.22 5.8501H19.78C21.01 5.8501 22 6.0001 22 7.8501C22 10.0001 21.01 9.8501 19.78 9.8501H4.22C2.99 9.8501 2 10.0001 2 7.8501Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M4.91016 18.64C5.23016 20.58 6.00016 22 8.86016 22H14.8902C18.0002 22 18.4602 20.64 18.8202 18.76L20.5002 10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M3.5 10L4.19 14.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n</svg>\n</li><li title=\"bag happy \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.3398 15.28C15.4398 14.95 15.4998 14.61 15.4998 14.25\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 14.25C8.5 16.17 10.08 17.75 12 17.75C12.36 17.75 12.71 17.69 13.04 17.59\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.80945 2L5.18945 5.63\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.1895 2L18.8095 5.63\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 7.8501C2 6.0001 2.99 5.8501 4.22 5.8501H19.78C21.01 5.8501 22 6.0001 22 7.8501C22 10.0001 21.01 9.8501 19.78 9.8501H4.22C2.99 9.8501 2 10.0001 2 7.8501Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M4.91016 18.64C5.23016 20.58 6.00016 22 8.86016 22H14.8902C18.0002 22 18.4602 20.64 18.8202 18.76L20.5002 10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M3.5 10L4.19 14.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n</svg>\n</li><li title=\"bag tick 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 19C14.2091 19 16 17.2091 16 15C16 12.7909 14.2091 11 12 11C9.79086 11 8 12.7909 8 15C8 17.2091 9.79086 19 12 19Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.4395 15L11.0895 15.65C11.2795 15.84 11.5895 15.85 11.7795 15.66L13.5595 14.02\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.8108 16.56L4.0408 18.43C4.2608 20.39 4.9808 22 9.0008 22H15.0008C19.0208 22 19.7408 20.39 19.9508 18.43L20.7008 12.43C20.9708 9.99 20.2708 8 16.0008 8H8.0008C3.7308 8 3.0308 9.99 3.3008 12.43\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.5 7.67001V6.70001C7.5 4.45001 9.31 2.24001 11.56 2.03001C14.24 1.77001 16.5 3.88001 16.5 6.51001V7.89001\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bag tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.61914 16L11.1191 17.5L14.3691 14.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.80945 2L5.18945 5.63\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.1895 2L18.8095 5.63\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 7.8501C2 6.0001 2.99 5.8501 4.22 5.8501H19.78C21.01 5.8501 22 6.0001 22 7.8501C22 10.0001 21.01 9.8501 19.78 9.8501H4.22C2.99 9.8501 2 10.0001 2 7.8501Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M4.91016 18.64C5.23016 20.58 6.00016 22 8.86016 22H14.8902C18.0002 22 18.4602 20.64 18.8202 18.76L20.5002 10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M3.5 10L4.19 14.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n</svg>\n</li><li title=\"bag timer \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 19C14.2091 19 16 17.2091 16 15C16 12.7909 14.2091 11 12 11C9.79086 11 8 12.7909 8 15C8 17.2091 9.79086 19 12 19Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.25 13.75V14.68C12.25 15.03 12.07 15.36 11.76 15.54L11 16\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.8108 16.56L4.0408 18.43C4.2608 20.39 4.9808 22 9.0008 22H15.0008C19.0208 22 19.7408 20.39 19.9508 18.43L20.7008 12.43C20.9708 9.99 20.2708 8 16.0008 8H8.0008C3.7308 8 3.0308 9.99 3.3008 12.43\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.5 7.67001V6.70001C7.5 4.45001 9.31 2.24001 11.56 2.03001C14.24 1.77001 16.5 3.88001 16.5 6.51001V7.89001\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bag \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.80945 2L5.18945 5.63\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.1895 2L18.8095 5.63\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 7.8501C2 6.0001 2.99 5.8501 4.22 5.8501H19.78C21.01 5.8501 22 6.0001 22 7.8501C22 10.0001 21.01 9.8501 19.78 9.8501H4.22C2.99 9.8501 2 10.0001 2 7.8501Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M9.75977 14V17.55\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M14.3594 14V17.55\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M4.91016 18.64C5.23016 20.58 6.00016 22 8.86016 22H14.8902C18.0002 22 18.4602 20.64 18.8202 18.76L20.5002 10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M3.5 10L4.22 14.38\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n</svg>\n</li><li title=\"bank \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2.63 5.75006C2.28 5.89006 2 6.31006 2 6.68006V10.0001C2 10.5501 2.45 11.0001 3 11.0001H21C21.55 11.0001 22 10.5501 22 10.0001V6.68006C22 6.31006 21.72 5.89006 21.37 5.75006L12.37 2.15009C12.17 2.07009 11.83 2.07009 11.63 2.15009L6.78998 4.09009\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 22H2V19C2 18.45 2.45 18 3 18H21C21.55 18 22 18.45 22 19V22Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 18V11\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 18V11\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 18V11\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 18V11\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 18V11\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M1 22H23\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 8.5C12.8284 8.5 13.5 7.82843 13.5 7C13.5 6.17157 12.8284 5.5 12 5.5C11.1716 5.5 10.5 6.17157 10.5 7C10.5 7.82843 11.1716 8.5 12 8.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"barcode \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 8.5C2 5 4 3.5 7 3.5H17C20 3.5 22 5 22 8.5V15.5C22 19 20 20.5 17 20.5H7C4 20.5 2 19 2 15.5V12.59\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 8V16\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 8V12\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 15V16\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 8V9\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 8V16\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 12V16\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 8V16\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"battery 3full \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.5 9.5C22 9.5 22 10 22 11V13C22 14 22 14.5 20.5 14.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.38086 10C6.71086 11.31 6.71086 12.69 6.38086 14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.88086 10C10.2109 11.31 10.2109 12.69 9.88086 14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.01 5H13C17 5 18 6 18 10V14C18 18 17 19 13 19H7C3 19 2 18 2 14V10C2 6 3 5 7 5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"battery charging \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.5 9.5C22 9.5 22 10 22 11V13C22 14 22 14.5 20.5 14.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.27 12C12.04 12 12.52 12.83 12.14 13.5L10 16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.99922 8L8.10922 10.5C7.71922 11.17 8.19922 12 8.96922 12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 10C2 6 3 5 7 5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 19C3 19 2 18 2 14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 5C17 5 18 6 18 10V14C18 18 17 19 13 19\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"battery disable \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.5 9.5C22 9.5 22 10 22 11V13C22 14 22 14.5 20.5 14.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 21.5L8.09 15.03L16 2.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 14C2 17.4 2.72 18.63 5.39 18.92\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 5C3 5 2 6 2 10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 19.0001C17 19.0001 18 18.0001 18 14.0001V10.0001C18 6.61008 17.28 5.37008 14.63 5.08008\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"battery empty 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.99 5H13C17 5 18 6 18 10V14C18 18 17 19 13 19H7C3 19 2 18 2 14V10C2 6 3 5 7 5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.5 9.5C22 9.5 22 10 22 11V13C22 14 22 14.5 20.5 14.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.38086 10C6.62086 10.98 6.69086 11.99 6.57086 12.99C6.53086 13.33 6.47086 13.67 6.38086 14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"battery empty \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.97 5H13C17 5 18 6 18 10V14C18 16 17.75 17.25 17 18C16.25 18.75 15 19 13 19H7C3 19 2 18 2 14V10C2 6 3 5 7 5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.5 9.5C21.36 9.5 21.73 9.66 21.88 9.99C22 10.24 22 10.57 22 11V12V13C22 14 22 14.5 20.5 14.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"battery full \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.5 9.5C22 9.5 22 10 22 11V13C22 14 22 14.5 20.5 14.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.38086 10C6.71086 11.31 6.71086 12.69 6.38086 14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.88086 10C10.2109 11.31 10.2109 12.69 9.88086 14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.3809 10C13.7109 11.31 13.7109 12.69 13.3809 14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.97 5H13C17 5 18 6 18 10V14C18 18 17 19 13 19H7C3 19 2 18 2 14V10C2 6 3 5 7 5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bezier \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 9C4.10457 9 5 8.10457 5 7C5 5.89543 4.10457 5 3 5C1.89543 5 1 5.89543 1 7C1 8.10457 1.89543 9 3 9Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 9C22.1046 9 23 8.10457 23 7C23 5.89543 22.1046 5 21 5C19.8954 5 19 5.89543 19 7C19 8.10457 19.8954 9 21 9Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 7H15\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 7H5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.5 16.5V18.5C7.5 19.11 7.13 19.64 6.61 19.86C6.42 19.95 6.22 20 6 20H4C3.17 20 2.5 19.33 2.5 18.5V16.5C2.5 15.67 3.17 15 4 15H6C6.83 15 7.5 15.67 7.5 16.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.5 16.5V18.5C21.5 19.33 20.83 20 20 20H18C17.78 20 17.58 19.95 17.39 19.86C16.87 19.64 16.5 19.11 16.5 18.5V16.5C16.5 15.67 17.17 15 18 15H20C20.83 15 21.5 15.67 21.5 16.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 5.5V8.5C15 9.32 14.32 10 13.5 10H10.5C9.68 10 9 9.32 9 8.5V5.5C9 4.68 9.68 4 10.5 4H13.5C14.32 4 15 4.68 15 5.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 7.72998C16.31 8.38998 17.39 9.47 18.1 10.81\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.03 15C5.01 14.83 5 14.67 5 14.5C5 11.51 6.63 8.92998 9 7.72998\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bill \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.66992 10.95V14.47C3.66992 15.45 4.12992 16.38 4.91992 16.97L10.1299 20.87C11.2399 21.7 12.7699 21.7 13.8799 20.87L19.0899 16.97C19.8799 16.38 20.3399 15.45 20.3399 14.47V2.5H3.6799V6.03999\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 2.5H22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\"/>\n<path d=\"M8 8H16\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 13H12\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 13H16\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bitcoin card \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 8.5H13\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 16.5H8\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.5 16.5H14.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 8.34998V7.89001C2 4.38001 2.89 3.5 6.44 3.5H13.28\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 11.3301V16.11C22 19.62 21.11 20.5001 17.56 20.5001H6.44C2.89 20.5001 2 19.62 2 16.11V13.05\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 3.25H20.13C20.82 3.25 21.38 3.88 21.38 4.5C21.38 5.19 20.82 5.75 20.13 5.75H17V3.25Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 5.75H20.57C21.36 5.75 22 6.31 22 7C22 7.69 21.36 8.25 20.57 8.25H17V5.75Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.7598 8.25V9.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.7598 2V3.25\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.19 3.25H16\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.19 8.25H16\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bitcoin convert \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M23 15.97C23 19.84 19.87 22.97 16 22.97L17.05 21.22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M1 7.96997C1 4.09997 4.13 0.969971 8 0.969971L6.95 2.71997\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.61914 13.0698H9.42914C10.0491 13.0698 10.5591 13.6298 10.5591 14.1998C10.5591 14.8198 10.0591 15.3298 9.42914 15.3298H6.61914V13.0698Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.61914 15.3301H9.83914C10.5491 15.3301 11.1291 15.8301 11.1291 16.4601C11.1291 17.0801 10.5491 17.5901 9.83914 17.5901H6.61914V15.3301Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.41992 17.5801V18.7001\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.41992 11.95V13.0699\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.5 15.33C2.5 11.92 5.26 9.15991 8.67 9.15991C8.83 9.15991 8.98 9.16993 9.15 9.17993C12.18 9.40993 14.6 11.8299 14.83 14.8599C14.84 15.0199 14.85 15.17 14.85 15.34C14.85 18.75 12.09 21.5099 8.68 21.5099C6.55 21.5099 4.67 20.4299 3.56 18.7899\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.5002 8.66998C21.5002 12.08 18.7402 14.84 15.3302 14.84H14.8402C14.6102 11.81 12.1902 9.38997 9.16016 9.15997V8.66998C9.16016 5.25998 11.9202 2.5 15.3302 2.5C17.1302 2.5 18.7502 3.27 19.8802 4.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bitcoin refresh \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.47 11.4199L2.73 9.67993L1 11.4199\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.5293 12.5801L21.2693 14.3201L23.0093 12.5801\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9995 2.73999C9.07953 2.73999 6.46953 4.10002 4.76953 6.21002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.26 14.3201V12.0001C21.26 8.32012 19.11 5.14014 16 3.64014\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 21.2601C14.92 21.2601 17.53 19.9 19.23 17.79\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.74023 9.67993V11.9999C2.74023 15.6499 4.85024 18.8099 7.93024 20.3199\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 8.5H13.38C14.35 8.5 15.13 9.38 15.13 10.25C15.13 11.22 14.35 12 13.38 12H9V8.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 12H14C15.1 12 16 12.78 16 13.75C16 14.72 15.1 15.5 14 15.5H9V12Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.8008 15.5V17.25\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.8008 6.75V8.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"blend 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.9707 2C12.5207 2 15.4507 4.64 15.9007 8.07C15.9507 8.37 15.9707 8.68 15.9707 9C15.9707 12.87 12.8407 16 8.9707 16C8.6507 16 8.3407 15.98 8.0407 15.93C4.6107 15.48 1.9707 12.55 1.9707 9C1.9707 7.07 2.7507 5.32 4.0207 4.05\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.9691 15.0001C21.9691 18.8701 18.8391 22.0001 14.9691 22.0001C11.4191 22.0001 8.48906 19.3601 8.03906 15.9301C8.33906 15.9801 8.64906 16.0001 8.96906 16.0001C12.8391 16.0001 15.9691 12.8701 15.9691 9.00007C15.9691 8.68007 15.9491 8.37007 15.8991 8.07007C19.3291 8.52007 21.9691 11.4501 21.9691 15.0001Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.1191 14.1201L15.4291 15.4101\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.9707 12L15.9707 11\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9707 17L10.9707 16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"blend \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.9707 12C21.9707 15.31 19.2807 18 15.9707 18C14.4307 18 13.0307 17.42 11.9707 16.46C13.2007 15.37 13.9707 13.77 13.9707 12C13.9707 10.23 13.2007 8.63 11.9707 7.54C13.0307 6.58 14.4307 6 15.9707 6C19.2807 6 21.9707 8.69 21.9707 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.4407 15.92C2.5307 14.87 1.9707 13.5 1.9707 12C1.9707 8.69 4.6607 6 7.9707 6C9.5107 6 10.9107 6.58 11.9707 7.54C13.2007 8.63 13.9707 10.23 13.9707 12C13.9707 13.77 13.2007 15.37 11.9707 16.46C10.9107 17.42 9.5107 18 7.9707 18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bluetooth 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.2306 3.38999L13.1006 2.43998C12.1006 1.60998 11.2806 1.98998 11.2806 3.28998V20.71C11.2806 22.01 12.1006 22.39 13.1006 21.56L16.9506 18.35C17.4906 17.9 17.5006 17.15 16.9906 16.68L4.64062 5.35996\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.64062 18.64L16.9906 7.32004C17.5006 6.85004 17.4906 6.10002 16.9506 5.65002\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 13C5.55228 13 6 12.5523 6 12C6 11.4477 5.55228 11 5 11C4.44772 11 4 11.4477 4 12C4 12.5523 4.44772 13 5 13Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 13C19.5523 13 20 12.5523 20 12C20 11.4477 19.5523 11 19 11C18.4477 11 18 11.4477 18 12C18 12.5523 18.4477 13 19 13Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bluetooth circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.58984 15.56L15.2098 9.49002C15.4898 9.24002 15.4798 8.84004 15.1898 8.60004L13.1299 6.88004C12.5899 6.43004 12.1599 6.64003 12.1599 7.34003V16.67C12.1599 17.37 12.5999 17.57 13.1299 17.13L15.1898 15.41C15.4798 15.17 15.4898 14.77 15.2098 14.52L8.58984 8.45005\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 6C2.75 7.67 2 9.75 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2C10.57 2 9.2 2.30001 7.97 2.85001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bluetooth rectangle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.58984 15.56L15.2098 9.49002C15.4898 9.24002 15.4798 8.84004 15.1898 8.60004L13.1299 6.88004C12.5899 6.43004 12.1599 6.64003 12.1599 7.34003V16.67C12.1599 17.37 12.5999 17.57 13.1299 17.13L15.1898 15.41C15.4798 15.17 15.4898 14.77 15.2098 14.52L8.58984 8.45005\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 7C4 4 6 2 9 2H15C18 2 20 4 20 7V17C20 20 18 22 15 22H9C6 22 4 20 4 17V11.03\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bluetooth \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.9494 3.38999L13.8194 2.43998C12.8194 1.60998 11.9994 1.98998 11.9994 3.28998V20.71C11.9994 22.01 12.8194 22.39 13.8194 21.56L17.6694 18.35C18.2094 17.9 18.2194 17.15 17.7094 16.68L5.35938 5.35996\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.35938 18.64L17.7094 7.32004C18.2194 6.85004 18.2094 6.10002 17.6694 5.65002\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"blur \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.90039 13.9C3.90039 18.36 7.53037 22 12.0004 22C16.4704 22 20.1003 18.37 20.1003 13.91C20.1303 8.47997 14.5004 3.66996 12.6104 2.20996\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.6091 2.21C12.2491 1.93 11.7491 1.93 11.3891 2.21C10.0891 3.2 7.06906 5.71 5.28906 8.96\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 2V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 18.96L19.7 15.22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 13.9599L19.37 10.3799\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 8.96001L17.03 6.51001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"book 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.5002 11V17C20.5002 17.14 20.5002 17.28 20.4902 17.42\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.5 18V7C3.5 3 4.5 2 8.5 2H15.5C19.5 2 20.5 3 20.5 7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.35 15H20.5V18.5C20.5 20.43 18.93 22 17 22H7C5.07 22 3.5 20.43 3.5 18.5V17.85C3.5 16.28 4.78 15 6.35 15Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 7H16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 10.5H13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"book saved \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 4.65993C2 3.46993 2.96997 2.56994 4.15997 2.66994C6.25997 2.83994 9.43997 3.89997 11.22 5.00997L11.47 5.15993C11.76 5.33994 12.24 5.33994 12.53 5.15993L12.7 5.04995C13.33 4.65995 14.13 4.26994 15 3.91994V7.99996L17 6.66994L19 7.99996V2.77999C19.27 2.72999 19.53 2.69995 19.77 2.67995H19.83C21.02 2.57995 22 3.46994 22 4.66994V16.74C22 17.7 21.22 18.5999 20.26 18.7199L19.93 18.76C17.75 19.05 14.39 20.1599 12.47 21.2199C12.21 21.3699 11.78 21.3699 11.51 21.2199L11.47 21.2C9.54997 20.15 6.20003 19.05 4.03003 18.76L3.73999 18.7199C2.77999 18.5999 2 17.7 2 16.74V8.84994\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 5.48999V20.49\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 2.78003V8L17 6.66998L15 8V3.91998C16.31 3.39998 17.77 2.98003 19 2.78003Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"book square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 13.02V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.3792 15.27V7.57999C18.3792 6.80999 17.7591 6.25 16.9991 6.31H16.9592C15.6192 6.42 13.5892 7.11001 12.4492 7.82001L12.3392 7.89002C12.1592 8.00002 11.8491 8.00002 11.6591 7.89002L11.4991 7.79001C10.3691 7.08001 8.33915 6.40999 6.99915 6.29999C6.23915 6.23999 5.61914 6.81001 5.61914 7.57001V15.27C5.61914 15.88 6.11913 16.46 6.72913 16.53L6.90912 16.56C8.28912 16.74 10.4292 17.45 11.6492 18.12L11.6791 18.13C11.8491 18.23 12.1291 18.23 12.2891 18.13C13.5091 17.45 15.6591 16.75 17.0491 16.56L17.2592 16.53C17.8792 16.46 18.3792 15.89 18.3792 15.27Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 8.1001V17.6601\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"book \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 10.9899V4.66994C22 3.46994 21.02 2.57994 19.83 2.67994H19.77C17.67 2.85994 14.48 3.92994 12.7 5.04994L12.53 5.15994C12.24 5.33994 11.76 5.33994 11.47 5.15994L11.22 5.00994C9.44 3.89994 6.26 2.83994 4.16 2.66994C2.97 2.56994 2 3.46994 2 4.65994V16.7399C2 17.6999 2.78 18.5999 3.74 18.7199L4.03 18.7599C6.2 19.0499 9.55 20.1499 11.47 21.1999L11.51 21.2199C11.78 21.3699 12.21 21.3699 12.47 21.2199C14.39 20.1599 17.75 19.0499 19.93 18.7599L20.26 18.7199C21.22 18.5999 22 17.6999 22 16.7399V15.0199\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 5.48999V20.49\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.75 8.48999H5.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 11.49H5.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bookmark 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14 2C16 2 17 3.01 17 5.03V12.08C17 14.07 15.59 14.84 13.86 13.8L12.54 13C12.24 12.82 11.76 12.82 11.46 13L10.14 13.8C8.41 14.84 7 14.07 7 12.08V5.03C7 3.01 8 2 10 2H14Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 14.93C2 19.98 4 22 9 22H15C20 22 22 19.98 22 14.93V11.9C22 7.58996 20.54 5.47996 17 4.95996\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.81914 4.98999C3.97914 5.45999 2.52914 6.99999 2.11914 9.93999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bookmark \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H15C20 22 22 20 22 15V12.97\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 4.98994V2.43994\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 2.43994V12.4199C17 14.3899 15.59 15.1599 13.86 14.1199L12.54 13.3299C12.24 13.1499 11.76 13.1499 11.46 13.3299L10.14 14.1199C8.41 15.1499 7 14.3899 7 12.4199V8.99994\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"box 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.16992 7.43994L11.9999 12.5499L20.7699 7.46994\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 21.61V12.54\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.39062 13.2501V14.8301C2.39062 16.2101 3.38063 17.8901 4.59063 18.5601L9.93062 21.5301C11.0706 22.1601 12.9406 22.1601 14.0806 21.5301L19.4206 18.5601C20.6306 17.8901 21.6206 16.2101 21.6206 14.8301V9.17006C21.6206 7.79006 20.6306 6.11006 19.4206 5.44006L14.0806 2.47006C12.9406 1.84006 11.0706 1.84006 9.93062 2.47006L4.59063 5.44006C3.38063 6.11006 2.39062 7.79006 2.39062 9.17006\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"box 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.6694 18.67L20.8894 17.56V14.78M14.2194 9.78L11.9994 10.89L14.2194 9.78ZM11.9994 10.89L9.77937 9.78L11.9994 10.89ZM11.9994 10.89V13.67V10.89ZM20.8894 6.44L18.6694 7.55L20.8894 6.44ZM20.8894 6.44L18.6694 5.33L20.8894 6.44ZM20.8894 6.44V9.22V6.44ZM14.2194 3.11L11.9994 2L9.77937 3.11H14.2194ZM3.10938 6.44L5.32938 5.33L3.10938 6.44ZM3.10938 6.44L5.32938 7.55L3.10938 6.44ZM3.10938 6.44V9.22V6.44ZM11.9994 22L9.77937 20.89L11.9994 22ZM11.9994 22L14.2194 20.89L11.9994 22ZM11.9994 22V19.22V22ZM5.32938 18.67L3.10938 17.56V14.78L5.32938 18.67Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"box add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M23 18C23 18.75 22.79 19.46 22.42 20.06C22.21 20.42 21.94 20.74 21.63 21C20.93 21.63 20.01 22 19 22C17.78 22 16.69 21.45 15.97 20.59C15.95 20.56 15.92 20.54 15.9 20.51C15.78 20.37 15.67 20.22 15.58 20.06C15.21 19.46 15 18.75 15 18C15 16.74 15.58 15.61 16.5 14.88C17.19 14.33 18.06 14 19 14C20 14 20.9 14.36 21.6 14.97C21.72 15.06 21.83 15.17 21.93 15.28C22.59 16 23 16.95 23 18Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.4898 17.98H17.5098\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 16.52V19.51\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.16992 7.43994L11.9999 12.5499L20.7699 7.46991\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 21.61V12.54\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.39062 14.83V9.17C2.39062 7.79 3.38062 6.11002 4.59062 5.44002L9.93062 2.48C11.0706 1.84 12.9306 1.84 14.0706 2.48L19.4106 5.44002C20.6206 6.11002 21.6106 7.79 21.6106 9.17V14.83C21.6106 14.88 21.6106 14.92 21.6006 14.97C20.9006 14.36 20.0006 14 19.0006 14C18.0606 14 17.1906 14.33 16.5006 14.88C15.5806 15.61 15.0006 16.74 15.0006 18C15.0006 18.75 15.2106 19.46 15.5806 20.06C15.6706 20.22 15.7806 20.37 15.9006 20.51L14.0706 21.52C12.9306 22.16 11.0706 22.16 9.93062 21.52L4.59062 18.56\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"box remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.16992 7.43994L11.9999 12.5499L20.7699 7.46991\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 21.61V12.54\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.39062 14.83V9.17C2.39062 7.79 3.38061 6.11002 4.59061 5.44002L9.9306 2.48C11.0706 1.84 12.9306 1.84 14.0706 2.48L19.4106 5.44002C20.6206 6.11002 21.6106 7.79 21.6106 9.17V14.83C21.6106 14.88 21.6106 14.92 21.6006 14.97C20.9006 14.36 20.0006 14 19.0006 14C18.0606 14 17.1906 14.33 16.5006 14.88C15.5806 15.61 15.0006 16.74 15.0006 18C15.0006 18.75 15.2106 19.46 15.5806 20.06C15.6706 20.22 15.7806 20.37 15.9006 20.51L14.0706 21.52C12.9306 22.16 11.0706 22.16 9.9306 21.52L4.59061 18.56\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M23 18C23 18.75 22.79 19.46 22.42 20.06C22.21 20.42 21.94 20.74 21.63 21C20.93 21.63 20.01 22 19 22C17.54 22 16.27 21.22 15.58 20.06C15.21 19.46 15 18.75 15 18C15 16.74 15.58 15.61 16.5 14.88C17.19 14.33 18.06 14 19 14C21.21 14 23 15.79 23 18Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.0692 19.0399L17.9492 16.9299\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.0497 16.96L17.9297 19.0699\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"box search \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.16992 7.43994L11.9999 12.5499L20.7699 7.46991\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 21.61V12.54\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.0706 21.5201C13.5006 21.8401 12.7506 22.0001 12.0006 22.0001C11.2506 22.0001 10.5006 21.8401 9.9306 21.5201L4.59061 18.5601C3.38061 17.8901 2.39062 16.2101 2.39062 14.8301\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.6106 12.83V9.17C21.6106 7.79 20.6206 6.11002 19.4106 5.44002L14.0706 2.48C12.9306 1.84 11.0706 1.84 9.9306 2.48L4.59061 5.44002C3.38061 6.11002 2.39062 7.79 2.39062 9.17\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.2 21.4C20.9673 21.4 22.4 19.9673 22.4 18.2C22.4 16.4327 20.9673 15 19.2 15C17.4327 15 16 16.4327 16 18.2C16 19.9673 17.4327 21.4 19.2 21.4Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M23 22L22 21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"box tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.16992 7.43994L11.9999 12.5499L20.7699 7.46991\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 21.61V12.54\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.39062 14.83V9.17C2.39062 7.79 3.38061 6.11002 4.59061 5.44002L9.9306 2.48C11.0706 1.84 12.9306 1.84 14.0706 2.48L19.4106 5.44002C20.6206 6.11002 21.6106 7.79 21.6106 9.17V14.83C21.6106 14.88 21.6106 14.92 21.6006 14.97C20.9006 14.36 20.0006 14 19.0006 14C18.0606 14 17.1906 14.33 16.5006 14.88C15.5806 15.61 15.0006 16.74 15.0006 18C15.0006 18.75 15.2106 19.46 15.5806 20.06C15.6706 20.22 15.7806 20.37 15.9006 20.51L14.0706 21.52C12.9306 22.16 11.0706 22.16 9.9306 21.52L4.59061 18.56\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22.9992 17.91C23.0192 18.66 22.8192 19.37 22.4592 19.98C22.2592 20.34 21.9892 20.6701 21.6892 20.9401C20.9992 21.5801 20.0892 21.9701 19.0792 22.0001C17.6192 22.0301 16.3292 21.2801 15.6192 20.1301C15.2392 19.5401 15.0092 18.8301 14.9992 18.0801C14.9692 16.8201 15.5292 15.6801 16.4292 14.9301C17.1092 14.3701 17.9692 14.0201 18.9092 14.0001C21.1192 13.9501 22.9492 15.7 22.9992 17.91Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.4395 18.03L18.4495 18.99L20.5395 16.97\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"box time \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.16992 7.43994L11.9999 12.5499L20.7699 7.46991\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 21.61V12.54\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.39062 14.83V9.17C2.39062 7.79 3.38061 6.11002 4.59061 5.44002L9.9306 2.48C11.0706 1.84 12.9306 1.84 14.0706 2.48L19.4106 5.44002C20.6206 6.11002 21.6106 7.79 21.6106 9.17V14.83C21.6106 14.88 21.6106 14.92 21.6006 14.97C20.9006 14.36 20.0006 14 19.0006 14C18.0606 14 17.1906 14.33 16.5006 14.88C15.5806 15.61 15.0006 16.74 15.0006 18C15.0006 18.75 15.2106 19.46 15.5806 20.06C15.6706 20.22 15.7806 20.37 15.9006 20.51L14.0706 21.52C12.9306 22.16 11.0706 22.16 9.9306 21.52L4.59061 18.56\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M23 18C23 19.2 22.47 20.27 21.64 21C20.93 21.62 20.01 22 19 22C16.79 22 15 20.21 15 18C15 16.74 15.58 15.61 16.5 14.88C17.19 14.33 18.06 14 19 14C21.21 14 23 15.79 23 18Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.25 16.75V18.25L18 19\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"box \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.16992 7.43994L11.9999 12.5499L20.7699 7.46991\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 21.61V12.54\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.39062 9.17007C2.39062 7.79007 3.38061 6.11009 4.59061 5.44009L9.9306 2.47006C11.0706 1.84006 12.9406 1.84006 14.0806 2.47006L19.4206 5.44009C20.6306 6.11009 21.6206 7.79007 21.6206 9.17007V14.8201C21.6206 16.2001 20.6306 17.8801 19.4206 18.5501L14.0806 21.5201C12.9406 22.1501 11.0706 22.1501 9.9306 21.5201L4.59061 18.5501C3.38061 17.8801 2.39062 16.2001 2.39062 14.8201V14.0001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.9998 13.2401V9.58014L10.9297 6.07013L9.87976 5.47009L7.50977 4.1001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"briefcase \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.3708 14L21.7108 10.43C21.9708 7.99 21.2708 6 17.0008 6H7.0008C2.7308 6 2.0308 7.99 2.3008 10.43L3.0508 18.43C3.2608 20.39 3.9808 22 8.0008 22H16.0008C20.0208 22 20.7408 20.39 20.9508 18.43\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 6V5.2C8 3.43 8 2 11.2 2H12.8C16 2 16 3.43 16 5.2V6\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 13V14C14 14.01 14 14.01 14 14.02C14 15.11 13.99 16 12 16C10.02 16 10 15.12 10 14.03V13C10 12 10 12 11 12H13C14 12 14 12 14 13Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.65 11C19.34 12.68 16.7 13.68 14 14.02\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.61914 11.27C4.86914 12.81 7.40914 13.74 9.99914 14.03\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"brifecase cross \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 18.2C14.2091 18.2 16 16.4091 16 14.2C16 11.9908 14.2091 10.2 12 10.2C9.79086 10.2 8 11.9908 8 14.2C8 16.4091 9.79086 18.2 12 18.2Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.0692 15.31L10.9492 13.2\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.0497 13.22L10.9297 15.34\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.3708 14L21.7108 10.43C21.9708 7.99 21.2708 6 17.0008 6H7.0008C2.7308 6 2.0308 7.99 2.3008 10.43L3.0508 18.43C3.2608 20.39 3.9808 22 8.0008 22H16.0008C20.0208 22 20.7408 20.39 20.9508 18.43\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 6V5.2C8 3.43 8 2 11.2 2H12.8C16 2 16 3.43 16 5.2V6\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.6498 11C19.9198 12.26 17.9998 13.14 16.0098 13.64\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.61914 11.27C4.28914 12.41 6.10914 13.22 7.99914 13.68\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"brifecase tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 18.2C14.2091 18.2 16 16.4091 16 14.2C16 11.9908 14.2091 10.2 12 10.2C9.79086 10.2 8 11.9908 8 14.2C8 16.4091 9.79086 18.2 12 18.2Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.4395 14.3001L11.0895 14.9501C11.2795 15.1401 11.5895 15.1401 11.7795 14.9601L13.5595 13.3201\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.3708 14L21.7108 10.43C21.9708 7.99 21.2708 6 17.0008 6H7.0008C2.7308 6 2.0308 7.99 2.3008 10.43L3.0508 18.43C3.2608 20.39 3.9808 22 8.0008 22H16.0008C20.0208 22 20.7408 20.39 20.9508 18.43\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 6V5.2C8 3.43 8 2 11.2 2H12.8C16 2 16 3.43 16 5.2V6\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.6498 11C19.9198 12.26 17.9998 13.14 16.0098 13.64\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.61914 11.27C4.28914 12.41 6.10914 13.22 7.99914 13.68\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"brifecase timer \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 18.2C14.2091 18.2 16 16.4091 16 14.2C16 11.9908 14.2091 10.2 12 10.2C9.79086 10.2 8 11.9908 8 14.2C8 16.4091 9.79086 18.2 12 18.2Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.25 12.95V13.88C12.25 14.23 12.07 14.56 11.76 14.74L11 15.2\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.9508 18.43C20.7408 20.39 20.0208 22 16.0008 22H8.0008C3.9808 22 3.2608 20.39 3.0508 18.43L2.3008 10.43C2.0308 7.99 2.7308 6 7.0008 6H17.0008C21.2708 6 21.9708 7.99 21.7008 10.43L21.3708 14\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 6V5.2C8 3.43 8 2 11.2 2H12.8C16 2 16 3.43 16 5.2V6\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.6498 11C19.9198 12.26 17.9998 13.14 16.0098 13.64\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.61914 11.27C4.28914 12.41 6.10914 13.22 7.99914 13.68\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"broom \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.87031 5.6701L6.45031 7.75012L4.89031 5.19012C4.32031 4.25012 4.62031 3.01012 5.56031 2.44012C6.50031 1.87012 7.74031 2.1701 8.31031 3.1101L9.87031 5.6701Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.19913 20.4401C9.85913 21.7901 11.4591 22.26 12.7391 21.47L19.1691 17.5601C20.4591 16.7801 20.7691 15.1501 19.8791 13.9401L17.1091 10.2001C15.9091 8.59009 13.6491 8.04005 11.8191 9.16005L8.65914 11.0801C6.81914 12.2001 6.25913 14.4601 7.14913 16.2601\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.7574 5.09791L5.63281 8.21851L7.71321 11.6349L12.8378 8.51431L10.7574 5.09791Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.3105 16.8101L15.9606 19.5201\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.75 18.3701L13.4 21.0801\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.8691 15.25L18.5191 17.96\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"brush 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M1.9707 12.9399V14.9999C1.9707 19.9999 3.9707 21.9999 8.9707 21.9999H14.9707C19.9707 21.9999 21.9707 19.9999 21.9707 14.9999V12.9999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.9707 2H8.9707C3.9707 2 1.9707 4 1.9707 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.5092 2.99998C19.1692 2.62998 19.8092 2.31998 20.4092 2.07998C20.8792 1.89998 21.3392 2.03998 21.6292 2.32998C21.9292 2.62998 22.0792 3.08998 21.8892 3.55998C20.6592 6.62998 17.5692 10.81 14.9892 12.88L13.4092 14.14C13.2092 14.29 13.0092 14.41 12.7792 14.5C12.7792 14.35 12.7692 14.2 12.7492 14.04C12.6592 13.37 12.3592 12.74 11.8192 12.21C11.2692 11.66 10.6092 11.35 9.92922 11.26C9.76922 11.25 9.60922 11.24 9.44922 11.25C9.53922 11 9.66922 10.77 9.83922 10.58L11.0892 8.99998C12.1592 7.65998 13.8092 6.17998 15.5792 4.88998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.7801 14.49C12.7801 15.37 12.4401 16.21 11.8101 16.85C11.3201 17.34 10.6601 17.68 9.87009 17.78L7.90009 17.99C6.83009 18.11 5.91009 17.2 6.03009 16.11L6.24009 14.14C6.43009 12.39 7.89009 11.27 9.45009 11.24C9.61009 11.23 9.77009 11.24 9.93009 11.25C10.6101 11.34 11.2701 11.65 11.8201 12.2C12.3601 12.74 12.6601 13.36 12.7501 14.03C12.7701 14.19 12.7801 14.35 12.7801 14.49Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.8193 11.9799C15.8193 9.88994 14.1293 8.18994 12.0293 8.18994\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"brush 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.5 19.5V18H4.5C3.95 18 3.45 17.78 3.09 17.41C2.72 17.05 2.5 16.55 2.5 16C2.5 14.97 3.3 14.11 4.31 14.01C4.37 14 4.43 14 4.5 14H19.5C19.57 14 19.63 14 19.69 14.01C20.17 14.05 20.59 14.26 20.91 14.59C21.32 14.99 21.54 15.56 21.49 16.18C21.4 17.23 20.45 18 19.39 18H14.5V19.5C14.5 20.88 13.38 22 12 22C10.62 22 9.5 20.88 9.5 19.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.8002 12L19.6902 14.01C19.6302 14 19.5702 14 19.5002 14H4.50016C4.43016 14 4.37016 14 4.31016 14.01L3.83016 5.3C3.65016 3.53 5.04016 2 6.81016 2H17.1902C18.9602 2 20.3502 3.53 20.1702 5.3L20.0202 8.01\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.99023 2V7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 2V4\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"brush 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.0198 3.01011C18.6898 2.65011 19.3498 2.34011 19.9598 2.10011C20.5498 1.88011 21.1198 2.04011 21.4798 2.41011C21.8598 2.79011 22.0398 3.36011 21.7998 3.95011C20.2598 7.79011 16.3998 13.0101 13.1698 15.6001L11.1998 17.1801C10.9498 17.3601 10.6998 17.5201 10.4198 17.6301C10.4198 17.4501 10.4098 17.2501 10.3798 17.0601C10.2698 16.2201 9.88977 15.4401 9.21977 14.7701C8.53977 14.0901 7.70977 13.6901 6.85977 13.5801C6.65977 13.5701 6.45977 13.5501 6.25977 13.5701C6.36977 13.2601 6.53977 12.9701 6.74977 12.7301L8.30977 10.7601C9.65977 9.07011 11.7498 7.20011 13.9698 5.58011\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.4293 17.6198C10.4293 18.7198 10.0093 19.7698 9.2193 20.5698C8.6093 21.1798 7.7793 21.5998 6.7893 21.7298L4.3293 21.9998C2.9893 22.1498 1.8393 21.0098 1.9993 19.6498L2.2693 17.1898C2.5093 14.9998 4.3393 13.5998 6.2793 13.5598C6.4793 13.5498 6.6893 13.5598 6.8793 13.5698C7.7293 13.6798 8.5593 14.0698 9.2393 14.7598C9.9093 15.4298 10.2893 16.2098 10.3993 17.0498C10.4093 17.2398 10.4293 17.4298 10.4293 17.6198Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.2398 14.4702C14.2398 11.8602 12.1198 9.74023 9.50977 9.74023\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"brush 4 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20 8C20 6 20 5 17 5H16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 15.9999C10 14.3399 10 12.9999 13 12.9999H17C19.03 12.9999 19.68 12.5399 19.9 11.6299\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9992 2H7.99922C7.34922 3.95 7.34922 6.05 7.99922 8H11.9992C12.6492 6.05 12.6492 3.95 11.9992 2Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 2H7C5 2 4 3 4 5C4 7 5 8 7 8H8C7 6 7 4 8 2Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 2H12C13 4 13 6 12 8H13C15 8 16 7 16 5C16 3 15 2 13 2Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.5 22H10.5C12 22 12 21 12 20.5V17.5C12 17 12 16 10.5 16H9.5C8 16 8 17 8 17.5V20.5C8 21 8 22 9.5 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"brush \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.98 8.32001H4V4C4 2.9 4.9 2 6 2H18C19.1 2 20 2.9 20 4V8.32001H16.93\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 11.8801C4 12.9601 4.58003 13.9601 5.53003 14.4901L8.48999 16.16C9.11999 16.51 9.51001 17.1801 9.51001 17.9001V20.0001C9.51001 21.1001 10.41 22.0001 11.51 22.0001H12.51C13.61 22.0001 14.51 21.1001 14.51 20.0001V17.9001C14.51 17.1801 14.9 16.51 15.53 16.16L18.49 14.4901C19.43 13.9601 20.02 12.9601 20.02 11.8801V8.32007\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bubble \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.5909 12.26C18.4209 12.26 20.7209 9.96 20.7209 7.13C20.7209 4.3 18.4209 2 15.5909 2C12.7609 2 10.4609 4.3 10.4609 7.13C10.4609 8.43 10.9409 9.60999 11.7409 10.51\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.2793 16.36C3.2793 18.06 4.65928 19.44 6.35928 19.44C8.05928 19.44 9.4393 18.06 9.4393 16.36C9.4393 14.66 8.05928 13.28 6.35928 13.28\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.6205 21.9999C18.0344 21.9999 19.1805 20.8537 19.1805 19.4399C19.1805 18.026 18.0344 16.8799 16.6205 16.8799C15.2067 16.8799 14.0605 18.026 14.0605 19.4399C14.0605 20.8537 15.2067 21.9999 16.6205 21.9999Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n</svg>\n</li><li title=\"bucket circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.40994 15.9499L7.01992 13.56C6.21992 12.76 6.21992 11.9599 7.01992 11.1699L11.0099 7.17993L15.3999 11.5699C15.6199 11.7899 15.6199 12.1499 15.3999 12.3699L11.8099 15.9599C11.0099 16.7499 10.2099 16.7499 9.40994 15.9499Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.209 6.37988L11.009 7.17987\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.45898 12.3299L15.489 11.9399\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.4691 14.1699C16.4691 14.1699 15.3691 15.3699 15.3691 16.0999C15.3691 16.7099 15.8691 17.1998 16.4691 17.1998C17.0791 17.1998 17.5692 16.6999 17.5692 16.0999C17.5792 15.3599 16.4691 14.1699 16.4691 14.1699Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 6C2.75 7.67 2 9.75 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2C10.57 2 9.2 2.29998 7.97 2.84998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bucket square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.93931 16.9301L6.1093 14.1C5.1693 13.16 5.1693 12.2101 6.1093 11.2701L10.8293 6.55005L16.0193 11.7401C16.2793 12.0001 16.2793 12.4201 16.0193 12.6801L11.7693 16.9301C10.8293 17.8701 9.87931 17.8701 8.93931 16.9301Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.87891 5.6001L10.8289 6.5401\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.43945 12.6401L16.1295 12.1702\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.3002 14.8101C17.3002 14.8101 15.9902 16.23 15.9902 17.1C15.9902 17.82 16.5802 18.41 17.3002 18.41C18.0202 18.41 18.6102 17.82 18.6102 17.1C18.6002 16.23 17.3002 14.8101 17.3002 14.8101Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 12.97V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bucket \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.68914 3.29004L17.0391 10.6401C17.4091 11.0101 17.4091 11.61 17.0391 11.98L11.0191 18.0001C9.67914 19.3401 8.34914 19.3401 7.00914 18.0001L2.99914 13.9901C1.65914 12.6501 1.65914 11.32 2.99914 9.98004L7.30914 5.67004\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.34961 1.9502L9.68961 3.29016\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.07031 11.9197L17.1903 11.2598\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 22H10\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 22H16\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.85 15C18.85 15 17 17.01 17 18.24C17 19.26 17.83 20.09 18.85 20.09C19.87 20.09 20.7 19.26 20.7 18.24C20.7 17.01 18.85 15 18.85 15Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"building 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 22H22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 8.99985V7.06986C3 6.39986 3.34001 5.77983 3.89001 5.40983L7.89001 2.73984C8.56001 2.28984 9.43999 2.28984 10.11 2.73984L14.11 5.40983C14.67 5.77983 15 6.39986 15 7.06986L15.01 21.9898L3.01001 22.0099L3 12.9198\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.9805 22.01V18\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 12C18.9 12 18 12.9 18 14V16C18 17.1 18.9 18 20 18C21.1 18 22 17.1 22 16V14C22 12.9 21.1 12 20 12Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 14H15\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 22V18.25\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 10.5C9.82843 10.5 10.5 9.82843 10.5 9C10.5 8.17157 9.82843 7.5 9 7.5C8.17157 7.5 7.5 8.17157 7.5 9C7.5 9.82843 8.17157 10.5 9 10.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"building 4 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M1 22H23\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.7793 22.0101V17.55\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.7996 10.8901C18.5796 10.8901 17.5996 11.8701 17.5996 13.0901V15.3601C17.5996 16.5801 18.5796 17.5601 19.7996 17.5601C21.0196 17.5601 21.9996 16.5801 21.9996 15.3601V13.0901C21.9996 11.8701 21.0196 10.8901 19.7996 10.8901Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.09961 6.02002C2.09961 4.01002 3.09966 3 5.08966 3H11.3196C13.3096 3 14.2996 4.01002 14.2996 6.02002V22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.09961 22V10.01\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.80078 8.25H10.7508\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.80078 12H10.7508\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.25 22V18.25\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"building \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M1.9707 5.9501V5.09011C1.9707 2.47011 3.9207 1.2801 6.3107 2.4501L10.7507 4.63011C11.7107 5.10011 12.5007 6.3501 12.5007 7.4101V22.0001H4.0807C2.9207 22.0001 1.9707 21.0701 1.9707 19.9301V10.0201\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.97 15.0599V18.8399C21.97 20.9999 20.97 21.9999 18.81 21.9999H12.5V10.4199L12.97 10.5199L17.47 11.5299L19.5 11.9799C20.82 12.2699 21.9 12.9499 21.96 14.8699C21.97 14.9299 21.97 14.9899 21.97 15.0599Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.5 9H8.97\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.5 13H8.97\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.4707 11.53V14.75C17.4707 15.99 16.4607 17 15.2207 17C13.9807 17 12.9707 15.99 12.9707 14.75V10.52L17.4707 11.53Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.9607 14.87C21.9007 16.05 20.9207 17 19.7207 17C18.4807 17 17.4707 15.99 17.4707 14.75V11.53L19.5007 11.98C20.8207 12.27 21.9007 12.95 21.9607 14.87Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"buildings 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 4.15002C2 2.72002 2.72002 2 4.15002 2H8.45001C9.88001 2 10.6 2.72002 10.6 4.15002V6\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.70001 18.0001H4.15002C2.72002 18.0001 2 17.28 2 15.85V8.04004\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.3692 8.41998V19.58C17.3692 21.19 16.5692 22 14.9592 22H9.1192C7.5092 22 6.69922 21.19 6.69922 19.58V8.41998C6.69922 6.80998 7.5092 6 9.1192 6H14.9592C16.5692 6 17.3692 6.80998 17.3692 8.41998Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.4004 6V4.15002C13.4004 2.72002 14.1204 2 15.5504 2H19.8503C21.2803 2 22.0004 2.72002 22.0004 4.15002V15.85C22.0004 17.28 21.2803 18 19.8503 18H17.3704\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 11H14\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 14H14\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22V19\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"buildings \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 11C2 9 3 8 5 8H10V19C10 21 11 22 13 22H5C3 22 2 21 2 19V15\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.11 4C10.03 4.3 10 4.63 10 5V8H5V6C5 4.9 5.9 4 7 4H10.11Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 8V13\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 8V13\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 17H15C14.45 17 14 17.45 14 18V22H18V18C18 17.45 17.55 17 17 17Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 13V17\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 19V5C10 3 11 2 13 2H19C21 2 22 3 22 5V19C22 21 21 22 19 22H13C11 22 10 21 10 19Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"buliding \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 22H22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 6C21 3.79 20 2 17 2H7C4 2 3 3.79 3 6V22H21V10.02\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 16.5H10\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 16.5H17\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 12H10\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 12H17\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 7.5H10\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 7.5H17\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4 14.96V5.10001C4 3.40001 5.39001 2 7.10001 2H16.9C18.6 2 20 3.39001 20 5.10001V18.9C20 20.6 18.61 22 16.9 22H7.10001C5.40001 22 4 20.61 4 18.9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.5 13C19.33 13 20 12.33 20 11.5V9.5C20 8.67 19.33 8 18.5 8H5.5C4.67 8 4 8.67 4 9.5V11.5C4 12.33 4.67 13 5.5 13H14.03\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.5 5H14.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.49451 17.7H8.50349\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.4945 17.7H15.5035\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"buy crypto \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 8.5C22 12.09 19.09 15 15.5 15C15.33 15 15.15 14.99 14.98 14.98C14.73 11.81 12.19 9.26999 9.01999 9.01999C9.00999 8.84999 9 8.67 9 8.5C9 4.91 11.91 2 15.5 2C19.09 2 22 4.91 22 8.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.67999 20.76C3.05999 19.58 2 17.66 2 15.5C2 11.91 4.91 9 8.5 9C8.67 9 8.84999 9.00999 9.01999 9.01999C12.19 9.26999 14.73 11.81 14.98 14.98C14.99 15.15 15 15.33 15 15.5C15 19.09 12.09 22 8.5 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.62 14.62L8.5 13L9.38 14.62L11 15.5L9.38 16.38L8.5 18L7.62 16.38L6 15.5L7.62 14.62Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cake \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 22H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.5605 10C19.4005 10 20.8905 11.34 20.8905 13V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.10938 22V13C3.10938 11.34 4.59938 10 6.43938 10H13.2994\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.56055 10V7.17C5.56055 5.97 6.64055 5 7.98055 5H16.0305C17.3605 5 18.4405 5.97 18.4405 7.17V10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.4702 14H20.0202C19.2802 14 18.6702 14.6 18.6702 15.35V15.66C18.6702 16.4 18.0702 17.01 17.3202 17.01C16.5802 17.01 15.9702 16.41 15.9702 15.66V15.35C15.9702 14.61 15.3702 14 14.6202 14C13.8802 14 13.2702 14.6 13.2702 15.35V15.66C13.2702 16.4 12.6702 17.01 11.9202 17.01C11.1802 17.01 10.5702 16.41 10.5702 15.66V15.35C10.6002 14.6 10.0002 14 9.26016 14C8.52016 14 7.91016 14.6 7.91016 15.35\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.5293 13.98L3.8993 13.99C4.6393 14 5.2293 14.6 5.2293 15.34V15.67C5.2293 16.41 5.8293 17.02 6.5793 17.02\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 5V3\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 5V3\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 5V2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"calculator \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 12.97V15C3 20 5 22 10 22H14C19 22 21 20 21 15V9C21 4 19 2 14 2H10C5 2 3 4 3 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.5 7.58008V8.58008C16.5 9.40008 15.83 10.0801 15 10.0801H9C8.18 10.0801 7.5 9.41008 7.5 8.58008V7.58008C7.5 6.76008 8.17 6.08008 9 6.08008H15C15.83 6.08008 16.5 6.75008 16.5 7.58008Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.13612 14H8.14767\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9955 14H12.007\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.8549 14H15.8664\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.13612 17.5H8.14767\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9955 17.5H12.007\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.8549 17.5H15.8664\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"calendar 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 2V5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 2V5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 9.65C3 4.95 4.67 3.69 8 3.5H16C19.33 3.68 21 4.95 21 9.65V15.83C21 19.95 20 22.01 15 22.01H9C4 22.01 3 19.95 3 15.83V14\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.75 17.6001H3.25\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 8.25C10.77 8.25 9.73 8.92 9.73 10.22C9.73 10.84 10.02 11.31 10.46 11.61C9.85 11.97 9.5 12.55 9.5 13.23C9.5 14.47 10.45 15.24 12 15.24C13.54 15.24 14.5 14.47 14.5 13.23C14.5 12.55 14.15 11.96 13.53 11.61C13.98 11.3 14.26 10.84 14.26 10.22C14.26 8.92 13.23 8.25 12 8.25ZM12 11.09C11.48 11.09 11.1 10.78 11.1 10.29C11.1 9.79 11.48 9.5 12 9.5C12.52 9.5 12.9 9.79 12.9 10.29C12.9 10.78 12.52 11.09 12 11.09ZM12 14C11.34 14 10.86 13.67 10.86 13.07C10.86 12.47 11.34 12.15 12 12.15C12.66 12.15 13.14 12.48 13.14 13.07C13.14 13.67 12.66 14 12 14Z\" fill=\"\"/>\n</svg>\n</li><li title=\"calendar 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 2V5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 2V5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.5 9.08984H20.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 13.01V8.5C3 5.5 4.5 3.5 8 3.5H16C19.5 3.5 21 5.5 21 8.5V17C21 20 19.5 22 16 22H8C4.5 22 3 20 3 17\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9945 13.7H12.0035\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.29529 13.7H8.30427\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.29529 16.7H8.30427\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"calendar add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 13.01V8.5C3 5.5 4.5 3.5 8 3.5H16C19.5 3.5 21 5.5 21 8.5V16.36C20.27 15.53 19.2 15 18 15C15.79 15 14 16.79 14 19C14 19.75 14.21 20.46 14.58 21.06C14.79 21.42 15.06 21.74 15.37 22H8C4.5 22 3 20 3 17\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 2V5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 2V5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.5 9.08984H20.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 23C20.2091 23 22 21.2091 22 19C22 16.7909 20.2091 15 18 15C15.7909 15 14 16.7909 14 19C14 21.2091 15.7909 23 18 23Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.4898 19.0498H16.5098\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 17.5898V20.5798\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9945 13.7H12.0035\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.29529 13.7H8.30427\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.29529 16.7H8.30427\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"calendar circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.89062 5.83008V7.83008\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.1094 5.83008V7.83008\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.5293 10.1401H16.4693\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.5 17.6702H10.5C8 17.6702 6.5 15.8702 6.5 13.6702V10.6702C6.5 8.47017 8 6.67017 10.5 6.67017H13.5C16 6.67017 17.5 8.47017 17.5 10.6702V13.6702C17.5 15.8702 16 17.6702 13.5 17.6702Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 6C2.75 7.67 2 9.75 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2C10.57 2 9.2 2.30001 7.97 2.85001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"calendar edit \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 2V5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 2V5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.5 9.08984H20.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.211 15.77L15.671 19.31C15.531 19.45 15.401 19.71 15.371 19.9L15.181 21.25C15.111 21.74 15.451 22.0801 15.941 22.0101L17.291 21.82C17.481 21.79 17.751 21.66 17.881 21.52L21.421 17.9801C22.031 17.3701 22.321 16.6601 21.421 15.7601C20.531 14.8701 19.821 15.16 19.211 15.77Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.6992 16.28C18.9992 17.36 19.8392 18.2 20.9192 18.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 13.08V8.5C3 5.5 4.5 3.5 8 3.5H16C19.5 3.5 21 5.5 21 8.5V12\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22H8C4.5 22 3 20 3 17\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9945 13.7H12.0035\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.29529 13.7H8.30427\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.29529 16.7H8.30427\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"calendar remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 2V5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 2V5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.5 9.08984H20.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 23C20.2091 23 22 21.2091 22 19C22 16.7909 20.2091 15 18 15C15.7909 15 14 16.7909 14 19C14 21.2091 15.7909 23 18 23Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.0692 20.11L16.9492 18\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.0497 18.02L16.9297 20.14\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 13.01V8.5C3 5.5 4.5 3.5 8 3.5H16C19.5 3.5 21 5.5 21 8.5V16.36C20.27 15.53 19.2 15 18 15C15.79 15 14 16.79 14 19C14 19.75 14.21 20.46 14.58 21.06C14.79 21.42 15.06 21.74 15.37 22H8C4.5 22 3 20 3 17\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9945 13.7H12.0035\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.29529 13.7H8.30427\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.29529 16.7H8.30427\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"calendar search \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 2V5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 2V5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.2 21.4C19.9673 21.4 21.4 19.9673 21.4 18.2C21.4 16.4327 19.9673 15 18.2 15C16.4327 15 15 16.4327 15 18.2C15 19.9673 16.4327 21.4 18.2 21.4Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 22L21 21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.5 9.08984H20.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 13.01V8.5C3 5.5 4.5 3.5 8 3.5H16C19.5 3.5 21 5.5 21 8.5V13\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.37 22H8C4.5 22 3 20 3 17\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9945 13.7H12.0035\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.29529 13.7H8.30427\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.29529 16.7H8.30427\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"calendar tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 2V5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 2V5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.5 9.08984H20.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 19C22 19.75 21.79 20.46 21.42 21.06C20.73 22.22 19.46 23 18 23C16.99 23 16.07 22.63 15.37 22C15.06 21.74 14.79 21.42 14.58 21.06C14.21 20.46 14 19.75 14 19C14 16.79 15.79 15 18 15C19.2 15 20.27 15.53 21 16.36C21.62 17.07 22 17.99 22 19Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.4395 19L17.4295 19.99L19.5594 18.02\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 13.1V8.5C3 5.5 4.5 3.5 8 3.5H16C19.5 3.5 21 5.5 21 8.5V16.36C20.27 15.53 19.2 15 18 15C15.79 15 14 16.79 14 19C14 19.75 14.21 20.46 14.58 21.06C14.79 21.42 15.06 21.74 15.37 22H8C4.5 22 3 20 3 17\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9945 13.7H12.0035\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.29529 13.7H8.30427\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.29529 16.7H8.30427\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"calendar \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 2V5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 2V5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.5 9.08984H20.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 13.01V8.5C3 5.5 4.5 3.5 8 3.5H16C19.5 3.5 21 5.5 21 8.5V17C21 20 19.5 22 16 22H8C4.5 22 3 20 3 17\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.6937 13.7H15.7027\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.6937 16.7H15.7027\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9945 13.7H12.0035\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9945 16.7H12.0035\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.29529 13.7H8.30427\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.29529 16.7H8.30427\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"call add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.1699 6H20.4999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5 6H15.87\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 8.5V3.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.39 6.01C9.57 6.26 9.7 6.49 9.79 6.71C9.88 6.92 9.93 7.13 9.93 7.32C9.93 7.56 9.86 7.8 9.72 8.03C9.59 8.26 9.4 8.5 9.16 8.74L8.4 9.53C8.29 9.64 8.24 9.77 8.24 9.93C8.24 10.01 8.25 10.08 8.27 10.16C8.3 10.24 8.33 10.3 8.35 10.36C8.53 10.69 8.84 11.12 9.28 11.64C9.73 12.16 10.21 12.69 10.73 13.22C11.27 13.75 11.79 14.24 12.32 14.69C12.84 15.13 13.27 15.43 13.61 15.61C13.66 15.63 13.72 15.66 13.79 15.69C13.87 15.72 13.95 15.73 14.04 15.73C14.21 15.73 14.34 15.67 14.45 15.56L15.21 14.81C15.46 14.56 15.7 14.37 15.93 14.25C16.16 14.11 16.39 14.04 16.64 14.04C16.83 14.04 17.03 14.08 17.25 14.17C17.47 14.26 17.7 14.39 17.95 14.56L21.26 16.91C21.52 17.09 21.7 17.3 21.81 17.55C21.91 17.8 21.97 18.05 21.97 18.33C21.97 18.69 21.89 19.06 21.72 19.42C21.55 19.78 21.33 20.12 21.04 20.44C20.55 20.98 20.01 21.37 19.4 21.62C18.8 21.87 18.15 22 17.45 22C16.43 22 15.34 21.76 14.19 21.27C13.04 20.78 11.89 20.12 10.75 19.29C9.6 18.45 8.51 17.52 7.47 16.49C6.44 15.45 5.51 14.36 4.68 13.22C3.86 12.08 3.2 10.94 2.72 9.81C2.24 8.67 2 7.58 2 6.54C2 5.86 2.12 5.21 2.36 4.61C2.6 4 2.98 3.44 3.51 2.94C4.15 2.31 4.85 2 5.59 2C5.87 2 6.15 2.06 6.4 2.18C6.66 2.3 6.89 2.48 7.07 2.74\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"call calling \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.39 6.01C9.57 6.26 9.7 6.49 9.79 6.71C9.88 6.92 9.93 7.13 9.93 7.32C9.93 7.56 9.86 7.8 9.72 8.03C9.59 8.26 9.4 8.5 9.16 8.74L8.4 9.53C8.29 9.64 8.24 9.77 8.24 9.93C8.24 10.01 8.25 10.08 8.27 10.16C8.3 10.24 8.33 10.3 8.35 10.36C8.53 10.69 8.84 11.12 9.28 11.64C9.73 12.16 10.21 12.69 10.73 13.22C11.27 13.75 11.79 14.24 12.32 14.69C12.84 15.13 13.27 15.43 13.61 15.61C13.66 15.63 13.72 15.66 13.79 15.69C13.87 15.72 13.95 15.73 14.04 15.73C14.21 15.73 14.34 15.67 14.45 15.56L15.21 14.81C15.46 14.56 15.7 14.37 15.93 14.25C16.16 14.11 16.39 14.04 16.64 14.04C16.83 14.04 17.03 14.08 17.25 14.17C17.47 14.26 17.7 14.39 17.95 14.56L21.26 16.91C21.52 17.09 21.7 17.3 21.81 17.55C21.91 17.8 21.97 18.05 21.97 18.33C21.97 18.69 21.89 19.06 21.72 19.42C21.55 19.78 21.33 20.12 21.04 20.44C20.55 20.98 20.01 21.37 19.4 21.62C18.8 21.87 18.15 22 17.45 22C16.43 22 15.34 21.76 14.19 21.27C13.04 20.78 11.89 20.12 10.75 19.29C9.6 18.45 8.51 17.52 7.47 16.49C6.44 15.45 5.51 14.36 4.68 13.22C3.86 12.08 3.2 10.94 2.72 9.81C2.24 8.67 2 7.58 2 6.54C2 5.86 2.12 5.21 2.36 4.61C2.6 4 2.98 3.44 3.51 2.94C4.15 2.31 4.85 2 5.59 2C5.87 2 6.15 2.06 6.4 2.18C6.66 2.3 6.89 2.48 7.07 2.74\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.5 9C18.5 8.4 18.03 7.48 17.33 6.73C16.69 6.04 15.84 5.5 15 5.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.01 2.29C16.37 2.1 15.7 2 15 2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.9995 9.00002C21.9995 6.63002 20.8195 4.53002 19.0195 3.27002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"call incoming \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.1992 7.8H20.9992M16.1992 4.95V3V4.95ZM16.1992 7.8V7.01V7.8Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.39 6.01C9.57 6.26 9.7 6.49 9.79 6.71C9.88 6.92 9.93 7.13 9.93 7.32C9.93 7.56 9.86 7.8 9.72 8.03C9.59 8.26 9.4 8.5 9.16 8.74L8.4 9.53C8.29 9.64 8.24 9.77 8.24 9.93C8.24 10.01 8.25 10.08 8.27 10.16C8.3 10.24 8.33 10.3 8.35 10.36C8.53 10.69 8.84 11.12 9.28 11.64C9.73 12.16 10.21 12.69 10.73 13.22C11.27 13.75 11.79 14.24 12.32 14.69C12.84 15.13 13.27 15.43 13.61 15.61C13.66 15.63 13.72 15.66 13.79 15.69C13.87 15.72 13.95 15.73 14.04 15.73C14.21 15.73 14.34 15.67 14.45 15.56L15.21 14.81C15.46 14.56 15.7 14.37 15.93 14.25C16.16 14.11 16.39 14.04 16.64 14.04C16.83 14.04 17.03 14.08 17.25 14.17C17.47 14.26 17.7 14.39 17.95 14.56L21.26 16.91C21.52 17.09 21.7 17.3 21.81 17.55C21.91 17.8 21.97 18.05 21.97 18.33C21.97 18.69 21.89 19.06 21.72 19.42C21.55 19.78 21.33 20.12 21.04 20.44C20.55 20.98 20.01 21.37 19.4 21.62C18.8 21.87 18.15 22 17.45 22C16.43 22 15.34 21.76 14.19 21.27C13.04 20.78 11.89 20.12 10.75 19.29C9.6 18.45 8.51 17.52 7.47 16.49C6.44 15.45 5.51 14.36 4.68 13.22C3.86 12.08 3.2 10.94 2.72 9.81C2.24 8.67 2 7.58 2 6.54C2 5.86 2.12 5.21 2.36 4.61C2.6 4 2.98 3.44 3.51 2.94C4.15 2.31 4.85 2 5.59 2C5.87 2 6.15 2.06 6.4 2.18C6.66 2.3 6.89 2.48 7.07 2.74\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"call minus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.39 6.01C9.57 6.26 9.7 6.49 9.79 6.71C9.88 6.92 9.93 7.13 9.93 7.32C9.93 7.56 9.86 7.8 9.72 8.03C9.59 8.26 9.4 8.5 9.16 8.74L8.4 9.53C8.29 9.64 8.24 9.77 8.24 9.93C8.24 10.01 8.25 10.08 8.27 10.16C8.3 10.24 8.33 10.3 8.35 10.36C8.53 10.69 8.84 11.12 9.28 11.64C9.73 12.16 10.21 12.69 10.73 13.22C11.27 13.75 11.79 14.24 12.32 14.69C12.84 15.13 13.27 15.43 13.61 15.61C13.66 15.63 13.72 15.66 13.79 15.69C13.87 15.72 13.95 15.73 14.04 15.73C14.21 15.73 14.34 15.67 14.45 15.56L15.21 14.81C15.46 14.56 15.7 14.37 15.93 14.25C16.16 14.11 16.39 14.04 16.64 14.04C16.83 14.04 17.03 14.08 17.25 14.17C17.47 14.26 17.7 14.39 17.95 14.56L21.26 16.91C21.52 17.09 21.7 17.3 21.81 17.55C21.91 17.8 21.97 18.05 21.97 18.33C21.97 18.69 21.89 19.06 21.72 19.42C21.55 19.78 21.33 20.12 21.04 20.44C20.55 20.98 20.01 21.37 19.4 21.62C18.8 21.87 18.15 22 17.45 22C16.43 22 15.34 21.76 14.19 21.27C13.04 20.78 11.89 20.12 10.75 19.29C9.6 18.45 8.51 17.52 7.47 16.49C6.44 15.45 5.51 14.36 4.68 13.22C3.86 12.08 3.2 10.94 2.72 9.81C2.24 8.67 2 7.58 2 6.54C2 5.86 2.12 5.21 2.36 4.61C2.6 4 2.98 3.44 3.51 2.94C4.15 2.31 4.85 2 5.59 2C5.87 2 6.15 2.06 6.4 2.18C6.66 2.3 6.89 2.48 7.07 2.74\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5 6H20.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"call outgoing \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.9992 3.7998H15.1992M19.9992 6.6498V8.5998V6.6498ZM19.9992 3.7998V4.5898V3.7998Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.39 6.01C9.57 6.26 9.7 6.49 9.79 6.71C9.88 6.92 9.93 7.13 9.93 7.32C9.93 7.56 9.86 7.8 9.72 8.03C9.59 8.26 9.4 8.5 9.16 8.74L8.4 9.53C8.29 9.64 8.24 9.77 8.24 9.93C8.24 10.01 8.25 10.08 8.27 10.16C8.3 10.24 8.33 10.3 8.35 10.36C8.53 10.69 8.84 11.12 9.28 11.64C9.73 12.16 10.21 12.69 10.73 13.22C11.27 13.75 11.79 14.24 12.32 14.69C12.84 15.13 13.27 15.43 13.61 15.61C13.66 15.63 13.72 15.66 13.79 15.69C13.87 15.72 13.95 15.73 14.04 15.73C14.21 15.73 14.34 15.67 14.45 15.56L15.21 14.81C15.46 14.56 15.7 14.37 15.93 14.25C16.16 14.11 16.39 14.04 16.64 14.04C16.83 14.04 17.03 14.08 17.25 14.17C17.47 14.26 17.7 14.39 17.95 14.56L21.26 16.91C21.52 17.09 21.7 17.3 21.81 17.55C21.91 17.8 21.97 18.05 21.97 18.33C21.97 18.69 21.89 19.06 21.72 19.42C21.55 19.78 21.33 20.12 21.04 20.44C20.55 20.98 20.01 21.37 19.4 21.62C18.8 21.87 18.15 22 17.45 22C16.43 22 15.34 21.76 14.19 21.27C13.04 20.78 11.89 20.12 10.75 19.29C9.6 18.45 8.51 17.52 7.47 16.49C6.44 15.45 5.51 14.36 4.68 13.22C3.86 12.08 3.2 10.94 2.72 9.81C2.24 8.67 2 7.58 2 6.54C2 5.86 2.12 5.21 2.36 4.61C2.6 4 2.98 3.44 3.51 2.94C4.15 2.31 4.85 2 5.59 2C5.87 2 6.15 2.06 6.4 2.18C6.66 2.3 6.89 2.48 7.07 2.74\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"call received \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.0801 5.91998L19.7701 4.22998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.2305 7.7698L16.7005 7.2998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.7705 7.76998L16.2305 4.22998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.39 6.01C9.57 6.26 9.7 6.49 9.79 6.71C9.88 6.92 9.93 7.13 9.93 7.32C9.93 7.56 9.86 7.8 9.72 8.03C9.59 8.26 9.4 8.5 9.16 8.74L8.4 9.53C8.29 9.64 8.24 9.77 8.24 9.93C8.24 10.01 8.25 10.08 8.27 10.16C8.3 10.24 8.33 10.3 8.35 10.36C8.53 10.69 8.84 11.12 9.28 11.64C9.73 12.16 10.21 12.69 10.73 13.22C11.27 13.75 11.79 14.24 12.32 14.69C12.84 15.13 13.27 15.43 13.61 15.61C13.66 15.63 13.72 15.66 13.79 15.69C13.87 15.72 13.95 15.73 14.04 15.73C14.21 15.73 14.34 15.67 14.45 15.56L15.21 14.81C15.46 14.56 15.7 14.37 15.93 14.25C16.16 14.11 16.39 14.04 16.64 14.04C16.83 14.04 17.03 14.08 17.25 14.17C17.47 14.26 17.7 14.39 17.95 14.56L21.26 16.91C21.52 17.09 21.7 17.3 21.81 17.55C21.91 17.8 21.97 18.05 21.97 18.33C21.97 18.69 21.89 19.06 21.72 19.42C21.55 19.78 21.33 20.12 21.04 20.44C20.55 20.98 20.01 21.37 19.4 21.62C18.8 21.87 18.15 22 17.45 22C16.43 22 15.34 21.76 14.19 21.27C13.04 20.78 11.89 20.12 10.75 19.29C9.6 18.45 8.51 17.52 7.47 16.49C6.44 15.45 5.51 14.36 4.68 13.22C3.86 12.08 3.2 10.94 2.72 9.81C2.24 8.67 2 7.58 2 6.54C2 5.86 2.12 5.21 2.36 4.61C2.6 4 2.98 3.44 3.51 2.94C4.15 2.31 4.85 2 5.59 2C5.87 2 6.15 2.06 6.4 2.18C6.66 2.3 6.89 2.48 7.07 2.74\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"call remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.0801 5.91998L19.7701 4.22998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.2305 7.7698L16.7005 7.2998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.7705 7.76998L16.2305 4.22998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.39 6.01C9.57 6.26 9.7 6.49 9.79 6.71C9.88 6.92 9.93 7.13 9.93 7.32C9.93 7.56 9.86 7.8 9.72 8.03C9.59 8.26 9.4 8.5 9.16 8.74L8.4 9.53C8.29 9.64 8.24 9.77 8.24 9.93C8.24 10.01 8.25 10.08 8.27 10.16C8.3 10.24 8.33 10.3 8.35 10.36C8.53 10.69 8.84 11.12 9.28 11.64C9.73 12.16 10.21 12.69 10.73 13.22C11.27 13.75 11.79 14.24 12.32 14.69C12.84 15.13 13.27 15.43 13.61 15.61C13.66 15.63 13.72 15.66 13.79 15.69C13.87 15.72 13.95 15.73 14.04 15.73C14.21 15.73 14.34 15.67 14.45 15.56L15.21 14.81C15.46 14.56 15.7 14.37 15.93 14.25C16.16 14.11 16.39 14.04 16.64 14.04C16.83 14.04 17.03 14.08 17.25 14.17C17.47 14.26 17.7 14.39 17.95 14.56L21.26 16.91C21.52 17.09 21.7 17.3 21.81 17.55C21.91 17.8 21.97 18.05 21.97 18.33C21.97 18.69 21.89 19.06 21.72 19.42C21.55 19.78 21.33 20.12 21.04 20.44C20.55 20.98 20.01 21.37 19.4 21.62C18.8 21.87 18.15 22 17.45 22C16.43 22 15.34 21.76 14.19 21.27C13.04 20.78 11.89 20.12 10.75 19.29C9.6 18.45 8.51 17.52 7.47 16.49C6.44 15.45 5.51 14.36 4.68 13.22C3.86 12.08 3.2 10.94 2.72 9.81C2.24 8.67 2 7.58 2 6.54C2 5.86 2.12 5.21 2.36 4.61C2.6 4 2.98 3.44 3.51 2.94C4.15 2.31 4.85 2 5.59 2C5.87 2 6.15 2.06 6.4 2.18C6.66 2.3 6.89 2.48 7.07 2.74\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"call slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.3203 18.97C10.4603 19.08 10.6003 19.18 10.7503 19.29C11.8903 20.12 13.0403 20.78 14.1903 21.27C15.3403 21.76 16.4303 22 17.4503 22C18.1503 22 18.8003 21.87 19.4003 21.62C20.0103 21.37 20.5503 20.98 21.0403 20.44C21.3303 20.12 21.5503 19.78 21.7203 19.42C21.8903 19.06 21.9703 18.69 21.9703 18.33C21.9703 18.05 21.9103 17.8 21.8103 17.55C21.7003 17.3 21.5203 17.09 21.2603 16.91L17.9503 14.56C17.7003 14.39 17.4703 14.26 17.2503 14.17C17.0303 14.08 16.8303 14.04 16.6403 14.04C16.3903 14.04 16.1603 14.11 15.9303 14.25C15.7003 14.37 15.4603 14.56 15.2103 14.81L14.4503 15.56C14.3403 15.67 14.2103 15.73 14.0403 15.73C13.9503 15.73 13.8703 15.72 13.7903 15.69C13.7203 15.66 13.6603 15.63 13.6103 15.61C13.4203 15.51 13.2003 15.37 12.9603 15.19\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.07 2.74C6.89 2.48 6.66 2.3 6.4 2.18C6.15 2.06 5.87 2 5.59 2C4.85 2 4.15 2.31 3.51 2.94C2.98 3.44 2.6 4 2.36 4.61C2.12 5.21 2 5.86 2 6.54C2 7.58 2.24 8.67 2.72 9.81C3.2 10.94 3.86 12.08 4.68 13.22C5.51 14.36 6.44 15.45 7.47 16.49\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.7302 13.2198C10.2102 12.6898 9.73023 12.1598 9.28023 11.6398C8.84023 11.1198 8.53023 10.6898 8.35023 10.3598C8.33023 10.2998 8.30024 10.2398 8.27024 10.1598C8.25024 10.0798 8.24023 10.0098 8.24023 9.92977C8.24023 9.76977 8.29023 9.63977 8.40023 9.52977L9.16023 8.73977C9.40023 8.49977 9.59023 8.25977 9.72023 8.02977C9.86023 7.79977 9.93023 7.55977 9.93023 7.31977C9.93023 7.12977 9.88023 6.91977 9.79023 6.70977C9.70023 6.48977 9.57023 6.25977 9.39023 6.00977\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 2L2 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"call \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.39 6.01C9.57 6.26 9.7 6.49 9.79 6.71C9.88 6.92 9.93 7.13 9.93 7.32C9.93 7.56 9.86 7.8 9.72 8.03C9.59 8.26 9.4 8.5 9.16 8.74L8.4 9.53C8.29 9.64 8.24 9.77 8.24 9.93C8.24 10.01 8.25 10.08 8.27 10.16C8.3 10.24 8.33 10.3 8.35 10.36C8.53 10.69 8.84 11.12 9.28 11.64C9.73 12.16 10.21 12.69 10.73 13.22C11.27 13.75 11.79 14.24 12.32 14.69C12.84 15.13 13.27 15.43 13.61 15.61C13.66 15.63 13.72 15.66 13.79 15.69C13.87 15.72 13.95 15.73 14.04 15.73C14.21 15.73 14.34 15.67 14.45 15.56L15.21 14.81C15.46 14.56 15.7 14.37 15.93 14.25C16.16 14.11 16.39 14.04 16.64 14.04C16.83 14.04 17.03 14.08 17.25 14.17C17.47 14.26 17.7 14.39 17.95 14.56L21.26 16.91C21.52 17.09 21.7 17.3 21.81 17.55C21.91 17.8 21.97 18.05 21.97 18.33C21.97 18.69 21.89 19.06 21.72 19.42C21.55 19.78 21.33 20.12 21.04 20.44C20.55 20.98 20.01 21.37 19.4 21.62C18.8 21.87 18.15 22 17.45 22C16.43 22 15.34 21.76 14.19 21.27C13.04 20.78 11.89 20.12 10.75 19.29C9.6 18.45 8.51 17.52 7.47 16.49C6.44 15.45 5.51 14.36 4.68 13.22C3.86 12.08 3.2 10.94 2.72 9.81C2.24 8.67 2 7.58 2 6.54C2 5.86 2.12 5.21 2.36 4.61C2.6 4 2.98 3.44 3.51 2.94C4.15 2.31 4.85 2 5.59 2C5.87 2 6.15 2.06 6.4 2.18C6.66 2.3 6.89 2.48 7.07 2.74\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"camera slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 10H9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.75977 22H17.2398C19.9998 22 21.0998 20.31 21.2298 18.25L21.7498 9.99001C21.8098 9.06001 21.5198 8.19001 21.0098 7.51001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.76953 18.25C2.81953 19.07 3.02953 19.84 3.43953 20.46\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.0002 6C17.3902 6 16.8302 5.65 16.5502 5.11L15.8302 3.66C15.3702 2.75 14.1702 2 13.1502 2H10.8602C9.83017 2 8.63017 2.75 8.17017 3.66L7.45017 5.11C7.17017 5.65 6.61017 6 6.00017 6C3.83017 6 2.11017 7.83 2.25017 9.99L2.50017 14.02\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 17.31C10.55 17.74 11.25 18 12 18C13.79 18 15.25 16.54 15.25 14.75C15.25 14.11 15.07 13.52 14.75 13.02\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 2L2 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"camera \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2.77017 18.25C2.89017 20.31 4.00017 22 6.76017 22H17.2402C20.0002 22 21.1002 20.31 21.2302 18.25L21.7502 9.99C21.8902 7.83 20.1702 6 18.0002 6C17.3902 6 16.8302 5.65 16.5502 5.11L15.8302 3.66C15.3702 2.75 14.1702 2 13.1502 2H10.8602C9.83017 2 8.63017 2.75 8.17017 3.66L7.45017 5.11C7.17017 5.65 6.61017 6 6.00017 6C3.83017 6 2.11017 7.83 2.25017 9.99L2.51017 14.06\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.5 8H13.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 18C13.79 18 15.25 16.54 15.25 14.75C15.25 12.96 13.79 11.5 12 11.5C10.21 11.5 8.75 12.96 8.75 14.75C8.75 16.54 10.21 18 12 18Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"candle 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 17.5H15\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 17.5H2\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 6.5H19\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 6.5H2\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 14.5H13C14.1 14.5 15 15 15 16.5V18.5C15 20 14.1 20.5 13 20.5H7C5.9 20.5 5 20 5 18.5V16.5C5 15 5.9 14.5 7 14.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 3.5C18.1 3.5 19 4 19 5.5V7.5C19 9 18.1 9.5 17 9.5H11C9.9 9.5 9 9 9 7.5V5.5C9 4 9.9 3.5 11 3.5H13.03\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"candle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.5 22V15\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.5 5V2\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.5 22V19\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.5 9V2\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.5 11.02V13C9.5 14.1 9 15 7.5 15H5.5C4 15 3.5 14.1 3.5 13V7C3.5 5.9 4 5 5.5 5H7.5C9 5 9.5 5.9 9.5 7\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.5 11V17C20.5 18.1 20 19 18.5 19H16.5C15 19 14.5 18.1 14.5 17V11C14.5 9.9 15 9 16.5 9H18.5C20 9 20.5 9.9 20.5 11Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"car \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.51 2.82996H8.49C6 2.82996 5.45 4.06996 5.13 5.58996L4 11H20L18.87 5.58996C18.55 4.06996 18 2.82996 15.51 2.82996Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.57071 13.73C2.71071 12.23 3.00071 11 5.62071 11H18.3807C21.0007 11 21.2907 12.23 21.4307 13.73L21.9907 19.82C22.1007 20.99 21.1607 22 19.9607 22H18.0807C17.0007 22 16.8507 21.54 16.6607 20.97L16.4607 20.37C16.1807 19.55 16.0007 19 14.5607 19H9.44071C8.00071 19 7.79071 19.62 7.54071 20.37L7.34071 20.97C7.15071 21.54 7.00071 22 5.92071 22H4.04071C2.84071 22 1.90071 20.99 2.01071 19.82L2.20071 17.76\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 8H3\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 8H20\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 3V5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.5 5H13.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 15H9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 15H18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"card add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 8.5H13.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 16.5H8\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.5 16.5H14.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 11.01V7.89C2 4.38 2.89 3.5 6.44 3.5H13.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 12.03V16.11C22 19.62 21.11 20.5 17.56 20.5H6.44C2.89 20.5 2 19.62 2 16.11V15.04\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.5 6.25H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M19.25 9V3.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n</svg>\n</li><li title=\"card coin \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 17.0601H12\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.68976 22H4.22974C2.44974 22 2.00977 21.56 2.00977 19.8V15.7C2.00977 13.94 2.44974 13.5 4.22974 13.5H9.78973C11.5697 13.5 12.0098 13.94 12.0098 15.7V19.81C12.0098 21.57 11.5697 22.01 9.78973 22.01\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 15C22 18.87 18.87 22 15 22L16.05 20.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 9C2 5.13 5.13 2 9 2L7.95001 3.75\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.5 11C20.99 11 23 8.99 23 6.5C23 4.01 20.99 2 18.5 2C16.01 2 14 4.01 14 6.5C14 7.09 14.11 7.65 14.32 8.16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"card edit \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 8.5H11.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 16.5H8\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.5 16.5H14.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 11.03V7.89C2 4.38 2.89 3.5 6.44 3.5H14.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 12.03V16.11C22 19.62 21.11 20.5 17.56 20.5H6.44C2.89 20.5 2 19.62 2 16.11V15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.0803 4.13006L15.3703 7.84006C15.2303 7.98006 15.0903 8.26006 15.0603 8.46006L14.8603 9.88006C14.7903 10.3901 15.1503 10.7501 15.6603 10.6801L17.0803 10.4801C17.2803 10.4501 17.5603 10.3101 17.7003 10.1701L21.4103 6.46006C22.0503 5.82006 22.3503 5.08006 21.4103 4.14006C20.4603 3.19006 19.7203 3.49006 19.0803 4.13006Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.5508 4.65991C18.8708 5.78991 19.7508 6.66991 20.8708 6.97991\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"card pos \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.92969 15.8799L15.8797 3.92993\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.0996 18.2801L12.2996 17.0801\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.7891 15.59L16.1791 13.2\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.4295 8.47998C22.5295 10.58 22.5195 11.64 20.3995 13.76L13.7595 20.4C11.6395 22.52 10.5795 22.53 8.47949 20.43L3.56949 15.52C1.46949 13.42 1.47949 12.36 3.59949 10.24L10.2395 3.59998C12.3595 1.47998 13.4195 1.46998 15.5195 3.56998L17.4195 5.46998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 22H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"card receive \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 8.5H14.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 16.5H8\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.5 16.5H14.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 11.06V7.89C2 4.38 2.89 3.5 6.44 3.5H14.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 14.03V16.11C22 19.62 21.11 20.5 17.56 20.5H6.44C2.89 20.5 2 19.62 2 16.11V15.03\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 3.5V9.5L22 7.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 9.5L18 7.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"card remove 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 8.5H13.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 16.5H8\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.5 16.5H14.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 11.03V7.89C2 4.38 2.89 3.5 6.44 3.5H13.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 12.03V16.11C22 19.62 21.11 20.5 17.56 20.5H6.44C2.89 20.5 2 19.62 2 16.11V15.02\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.3105 8.19006L21.1905 4.31006\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M21.1905 8.19006L17.3105 4.31006\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n</svg>\n</li><li title=\"card remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 10.03H21.9\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.4604 20.53H6.35034C2.80034 20.53 1.90039 19.65 1.90039 16.14V7.92004C1.90039 4.74004 2.64036 3.72004 5.43036 3.56004C5.71036 3.55004 6.02034 3.54004 6.35034 3.54004H17.4604C21.0104 3.54004 21.9103 4.42004 21.9103 7.93004V12.34\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.9004 22.03C20.1095 22.03 21.9004 20.2392 21.9004 18.03C21.9004 15.8209 20.1095 14.03 17.9004 14.03C15.6913 14.03 13.9004 15.8209 13.9004 18.03C13.9004 20.2392 15.6913 22.03 17.9004 22.03Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.9694 19.15L16.8594 17.03\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.9501 17.0601L16.8301 19.1701\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.90039 16.03H9.90039\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"card send \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 8.5H14.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 16.5H8\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.5 16.5H14.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 11.01V7.89C2 4.38 2.89 3.5 6.44 3.5H14.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 14.03V16.11C22 19.62 21.11 20.5 17.56 20.5H6.44C2.89 20.5 2 19.62 2 16.11V14.99\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 9.5V3.5L22 5.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 3.5L18 5.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"card slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 8.5H15.24\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 16.5H7.29\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 16.5H14.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.98047 20.4999H17.5605C21.1205 20.4999 22.0005 19.6199 22.0005 16.1099V6.88989\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 14.97V16.11C2 18.45 2.39 19.62 3.71 20.14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.99 3.75C19.37 3.57 18.57 3.5 17.56 3.5H6.44C2.89 3.5 2 4.38 2 7.89V10.94\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 2L2 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"card tick 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 8.5H13.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 16.5H8\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.5 16.5H14.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 11.01V7.89C2 4.38 2.89 3.5 6.44 3.5H13.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 11.03V16.11C22 19.62 21.11 20.5 17.56 20.5H6.44C2.89 20.5 2 19.62 2 16.11V15.01\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.5 6L18 7.5L22 3.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"card tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 10H22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.5502 20.5H6.44025C2.89025 20.5 1.99023 19.62 1.99023 16.11V7.89001C1.99023 4.71001 2.73026 3.69001 5.52026 3.53001C5.80026 3.52001 6.11025 3.51001 6.44025 3.51001H17.5502C21.1002 3.51001 22.0002 4.39001 22.0002 7.90001V12.31\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 16H10\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 18C22 18.75 21.79 19.46 21.42 20.06C20.73 21.22 19.46 22 18 22C16.54 22 15.27 21.22 14.58 20.06C14.21 19.46 14 18.75 14 18C14 15.79 15.79 14 18 14C20.21 14 22 15.79 22 18Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.4395 18L17.4294 18.99L19.5594 17.02\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"card \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 8.5H22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 16.5H8\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.5 16.5H14.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 14.99V16.11C22 19.62 21.11 20.5 17.56 20.5H6.44C2.89 20.5 2 19.62 2 16.11V7.89C2 4.38 2.89 3.5 6.44 3.5H17.55C21.11 3.5 22 4.38 22 7.89V10.98\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cards \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 12.6101H19\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.74 21H5.78003C2.76003 21 2 20.2501 2 17.2701V10.28C2 7.58005 2.63 6.71005 5 6.57005C5.24 6.56005 5.50003 6.55005 5.78003 6.55005H15.22C18.24 6.55005 19 7.30005 19 10.28V17.43C18.97 20.28 18.19 21 15.22 21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 6.73V13.72C22 16.42 21.37 17.29 19 17.43V10.28C19 7.3 18.24 6.55 15.22 6.55H5.78003C5.50003 6.55 5.24 6.56 5 6.57C5.03 3.72 5.81003 3 8.78003 3H18.22C21.24 3 22 3.75 22 6.73Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.25 17.8101H6.96997\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.10938 17.8101H12.5494\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"category 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 2H17C15 2 14 3 14 5V7C14 9 15 10 17 10H19C21 10 22 9 22 7V5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 22H7C9 22 10 21 10 19V17C10 15 9 14 7 14H5C3 14 2 15 2 17V19\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 10C8.20914 10 10 8.20914 10 6C10 3.79086 8.20914 2 6 2C3.79086 2 2 3.79086 2 6C2 8.20914 3.79086 10 6 10Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 22C20.2091 22 22 20.2091 22 18C22 15.7909 20.2091 14 18 14C15.7909 14 14 15.7909 14 18C14 20.2091 15.7909 22 18 22Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"category \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 10H7C9 10 10 9 10 7V5C10 3 9 2 7 2H5C3 2 2 3 2 5V7C2 9 3 10 5 10Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 2H17C15 2 14 3 14 5V7C14 9 15 10 17 10H19C21 10 22 9 22 7V5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 22H19C21 22 22 21 22 19V17C22 15 21 14 19 14H17C15 14 14 15 14 17V19C14 21 15 22 17 22Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 22H7C9 22 10 21 10 19V17C10 15 9 14 7 14H5C3 14 2 15 2 17V19\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cd \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14 12C14 10.9 13.1 10 12 10C10.9 10 10 10.9 10 12C10 13.1 10.9 14 12 14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 6C2.75 7.67 2 9.75 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2C10.57 2 9.2 2.3 7.97 2.85\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"chart 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 22H6\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 12.9999V17.9999C3 18.5499 3.45 18.9999 4 18.9999H5.59998C6.14998 18.9999 6.59998 18.5499 6.59998 17.9999V9.37988C6.59998 8.82988 6.14998 8.37988 5.59998 8.37988H4C3.45 8.37988 3 8.82988 3 9.37988\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.7992 5.18994H11.1992C10.6492 5.18994 10.1992 5.63994 10.1992 6.18994V17.9999C10.1992 18.5499 10.6492 18.9999 11.1992 18.9999H12.7992C13.3492 18.9999 13.7992 18.5499 13.7992 17.9999V6.18994C13.7992 5.63994 13.3492 5.18994 12.7992 5.18994Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.0004 3C21.0004 2.45 20.5504 2 20.0004 2H18.4004C17.8504 2 17.4004 2.45 17.4004 3V18C17.4004 18.55 17.8504 19 18.4004 19H20.0004C20.5504 19 21.0004 18.55 21.0004 18V7.13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"chart 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 22H22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.75 4V22H14.25V4C14.25 2.9 13.8 2 12.45 2H11.55C10.2 2 9.75 2.9 9.75 4Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 10C7 8.9 6.6 8 5.4 8H4.6C3.4 8 3 8.9 3 10V22H7V13.99\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 15V22H21V15C21 13.9 20.6 13 19.4 13H18.6C17.4 13 17 13.9 17 15Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"chart 21 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 13.01V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.5 11.57V16.5C17.5 17.6 16.61 18.5 15.5 18.5C14.4 18.5 13.5 17.6 13.5 16.5V7.5C13.5 6.4 14.4 5.5 15.5 5.5C16.6 5.5 17.5 6.4 17.5 7.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 18.5C9.6 18.5 10.5 17.6 10.5 16.5V13C10.5 11.9 9.6 11 8.5 11C7.4 11 6.5 11.9 6.5 13V16.5C6.5 17.6 7.39 18.5 8.5 18.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"chart 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 10.74V13.94\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 15.68V12.76\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 9V10.01\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 10.74V13.94\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 12.98V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"chart fail \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.2305 20.77L20.7705 17.23\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.7705 20.77L17.2305 17.23\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 10.5V13.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 10.5V13.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 10.5V13.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 13V15C2 20 4 22 9 22H13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 13V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"chart square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 12.83V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.1103 11.1501H7.4603C6.8303 11.1501 6.32031 11.6601 6.32031 12.2901V17.4101H10.1103V11.1501V11.1501Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.7596 6.6001H11.2396C10.6096 6.6001 10.0996 7.11011 10.0996 7.74011V17.4001H13.8896V7.74011C13.8896 7.11011 13.3896 6.6001 12.7596 6.6001Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.5504 12.8501H13.9004V17.4001H17.6904V13.9901C17.6804 13.3601 17.1704 12.8501 16.5504 12.8501Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"chart success \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 13V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 13V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 10.74V13.94\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 10.74V13.94\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 13V15C2 20 4 22 9 22H13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 13V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 19.43L17.58 21L21 17\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 10.5V13.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"chart \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.02 5.97C2.75 7.65 2 9.74 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 12C5 15.87 8.13 19 12 19C15.87 19 19 15.87 19 12C19 8.13 15.87 5 12 5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 16C14.21 16 16 14.21 16 12C16 9.79 14.21 8 12 8\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"check \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.02 19.5H7.5C6.88 19.5 6.33 19.48 5.84 19.41C3.21 19.12 2.5 17.88 2.5 14.5V13.98V9.5C2.5 6.12 3.21 4.88 5.84 4.59C6.33 4.52 6.88 4.5 7.5 4.5H10.96\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.4995 13.55V14.5C21.4995 17.88 20.7895 19.12 18.1595 19.41C17.6695 19.48 17.1195 19.5 16.4995 19.5H15.0195\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.0195 4.5H16.4995C17.1195 4.5 17.6695 4.52 18.1595 4.59C20.7895 4.88 21.4995 6.12 21.4995 9.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 2V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 8.5V15.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"chrome \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.13 16.62C4.8 19.82 8.14 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2C6.48 2 2 6.48 2 12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 16C14.21 16 16 14.21 16 12C16 9.79 14.21 8 12 8C9.79 8 8 9.79 8 12C8 14.21 9.79 16 12 16Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.17 7.99988C18.15 7.33988 15.02 7.33988 12 7.99988\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.94922 6.06006L3.96922 6.12006C4.97922 9.01006 6.52922 11.6901 8.53922 14.0001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.8809 21.94C12.9409 19.67 14.4909 16.99 15.4309 14.08L15.4609 14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"clipboard close \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.9991 16.16L10.0391 12.2\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.96 12.24L10 16.2\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.96 2H10C9 2 8 2 8 4C8 6 9 6 10 6H14C16 6 16 5 16 4C16 2 15 2 14 2\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 10C3 5.44002 4.67 4.20002 8 4.02002\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 4.02002C19.33 4.20002 21 5.43002 21 10V16C21 20 20 22 15 22H9C4 22 3 20 3 16V13.91\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"clipboard export \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 10C3 5.44002 4.67 4.20002 8 4.02002\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 22H9C4 22 3 20 3 16V14\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 4.02002C19.33 4.20002 21 5.43002 21 10V15\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.9991 2H10.0391C9.03906 2 8.03906 2 8.03906 4C8.03906 6 9.03906 6 10.0391 6H14.0391C16.0391 6 16.0391 5 16.0391 4C16.0391 2 15.0391 2 14.0391 2\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 19V16H18\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.9991 22L15.0391 16.04\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"clipboard import \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 10C3 5.44002 4.67 4.20002 8 4.02002\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 22H9C4 22 3 20 3 16V14.01\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 4.02002C19.33 4.20002 21 5.43002 21 10V15\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.96 2H10C9 2 8 2 8 4C8 6 9 6 10 6H14C16 6 16 5 16 4C16 2 15 2 14 2\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 19V22H18\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 16L20.96 21.96\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"clipboard text \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 12.2H15\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 16.2H12.38\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.96 2H10C9 2 8 2 8 4C8 6 9 6 10 6H14C16 6 16 5 16 4C16 2 15 2 14 2\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 10C3 5.44002 4.67 4.20002 8 4.02002\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 4.02002C19.33 4.20002 21 5.43002 21 10V16C21 20 20 22 15 22H9C4 22 3 20 3 16V13.91\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"clipboard tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.31055 14.7L10.8105 16.2L14.8105 12.2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.96 2H10C9 2 8 2 8 4C8 6 9 6 10 6H14C16 6 16 5 16 4C16 2 15 2 14 2\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 10C3 5.44002 4.67 4.20002 8 4.02002\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 4.02002C19.33 4.20002 21 5.43002 21 10V16C21 20 20 22 15 22H9C4 22 3 20 3 16V13.91\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"clipboard \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.89 2.8799C17.03 3.3699 18.5 4.6499 18.63 7.1499C18.67 7.7599 18.62 8.4499 18.5 9.2199L17.77 13.9099C17.15 17.8199 15.34 19.1399 11.43 18.5299L6.73999 17.7899C5.38999 17.5799 4.34999 17.2199 3.58999 16.6799C2.13999 15.6699 1.71999 14.0099 2.11999 11.4499L2.85999 6.7599C3.47999 2.8499 5.28999 1.5299 9.19999 2.1399\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.4998 13.4699L18.9998 17.9799C17.7498 21.7399 15.7498 22.7399 11.9898 21.4899L7.47984 19.9899C5.20984 19.2399 3.94984 18.1999 3.58984 16.6799C4.34984 17.2199 5.38984 17.5799 6.73984 17.7899L11.4298 18.5299C15.3398 19.1399 17.1498 17.8199 17.7698 13.9099L18.4998 9.2199C18.6198 8.4499 18.6698 7.7599 18.6298 7.1499C21.0198 8.4199 21.5398 10.3399 20.4998 13.4699Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.24 8.98C9.20098 8.98 9.98 8.20098 9.98 7.24C9.98 6.27902 9.20098 5.5 8.24 5.5C7.27902 5.5 6.5 6.27902 6.5 7.24C6.5 8.20098 7.27902 8.98 8.24 8.98Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"clock 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 9.65991V12.4499L13.4 13.8499\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.96 7.89C8.16 6.43 9.97 5.5 12 5.5C15.59 5.5 18.5 8.41 18.5 12C18.5 14.08 17.52 15.94 16 17.13H15.99C14.89 17.99 13.51 18.5 12 18.5C10.51 18.5 9.14 18 8.04 17.15H8.03C6.49 15.96 5.5 14.1 5.5 12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.0293 17.1499H8.0393C9.1393 17.9999 10.5093 18.4999 11.9993 18.4999C13.5093 18.4999 14.8893 17.9899 15.9893 17.1299H15.9993L15.4893 19.5999C14.9993 21.4999 13.8993 21.9999 12.5493 21.9999H11.4593C10.1093 21.9999 8.9993 21.4999 8.5193 19.5899L8.0293 17.1499Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.0293 6.85H8.0393C9.1393 6 10.5093 5.5 11.9993 5.5C13.5093 5.5 14.8893 6.01 15.9893 6.87H15.9993L15.4893 4.4C14.9993 2.5 13.8993 2 12.5493 2H11.4593C10.1093 2 8.9993 2.5 8.5193 4.41L8.0293 6.85Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"clock \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.7109 15.18L12.6109 13.33C12.0709 13.01 11.6309 12.24 11.6309 11.61V7.51001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 6C2.75 7.67 2 9.75 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2C10.57 2 9.2 2.3 7.97 2.85\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"close circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.9902 10.0099L14.8302 9.16992\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.16992 14.8301L11.9199 12.0801\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.8299 14.8299L9.16992 9.16992\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 6C2.75 7.67 2 9.75 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2C10.57 2 9.2 2.3 7.97 2.85\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"close square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.9902 10.0099L14.8302 9.16992\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.16992 14.8301L11.9199 12.0801\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.8299 14.8299L9.16992 9.16992\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 12.96V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cloud add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.5393 11.1199C0.859297 11.4499 0.859297 18.2599 5.5393 18.5899H7.45934\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.4691 8C21.7991 8.55 23.5491 14.32 20.2691 17.19C19.2691 18.1 17.9791 18.6 16.6291 18.59H16.5391\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.58881 11.12C3.05881 4.08998 10.9188 0.379982 15.1288 3.69998\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 16.53C17 17.27 16.84 17.97 16.54 18.59C16.46 18.77 16.37 18.94 16.27 19.1C15.41 20.55 13.82 21.53 12 21.53C10.18 21.53 8.58998 20.55 7.72998 19.1C7.62998 18.94 7.54002 18.77 7.46002 18.59C7.16002 17.97 7 17.27 7 16.53C7 13.77 9.24 11.53 12 11.53C14.76 11.53 17 13.77 17 16.53Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.4395 16.53L11.4294 17.5201L13.5594 15.55\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cloud change \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.2883 9.98001C14.3583 4.34001 6.20833 6.48 8.13833 11.85\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.1093 11.85C5.2893 12.05 5.2993 16.15 8.1093 16.35H14.7793C15.5893 16.36 16.3693 16.05 16.9693 15.51C17.7393 14.84 18.0493 13.91 17.9893 13.01\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 15C2 18.87 5.13 22 9 22L7.95001 20.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 9C22 5.13 18.87 2 15 2L16.05 3.75\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cloud connection \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.40996 9.50993C3.61996 1.74993 15.41 -1.34009 16.76 6.79991C20.18 7.22991 21.76 11.3899 19.88 14.0199\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.3707 9.51001C2.2907 9.80001 2.3007 15.71 6.3707 16H16.0307\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 16V19\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 21C10 19.9 10.9 19 12 19C13.1 19 14 19.9 14 21C14 22.1 13.1 23 12 23\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 21H14\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 21H6\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cloud cross \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.3905 18.5901L9.56055 21.4101\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.3905 21.4101L9.56055 18.5901\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.0001 3.98007C8.01007 3.64007 3.66007 7.09007 5.62007 12.5601\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.6109 20C17.9509 20.01 19.2409 19.51 20.2309 18.61C23.5009 15.75 21.7509 10.01 17.4409 9.47002C17.2009 8.02002 16.6709 6.88002 15.9609 6.02002\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.27938 12.9701C6.74938 12.7001 6.15938 12.5601 5.56938 12.5701C0.909376 12.9001 0.919376 19.6801 5.56938 20.0101\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.8203 9.88998C16.3403 9.62998 16.9003 9.48998 17.4803 9.47998\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cloud drizzle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.9707 20L7.9707 22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.9707 20L11.9707 22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.9707 16L11.9707 18\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.9707 16L7.9707 18\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.0001 3.98007C8.01007 3.64007 3.66007 7.09007 5.62007 12.5601\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.6109 20C17.9509 20.01 19.2409 19.51 20.2309 18.61C23.5009 15.75 21.7509 10.01 17.4409 9.47002C17.2009 8.02002 16.6709 6.88002 15.9609 6.02002\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.27938 12.9701C6.74938 12.7001 6.15938 12.5601 5.56938 12.5701C0.909376 12.9001 0.919376 19.6801 5.56938 20.0101\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.8203 9.88998C16.3403 9.62998 16.9003 9.48998 17.4803 9.47998\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cloud fog \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.29063 11.62C1.09063 2.69002 14.6206 -0.869977 16.1706 8.50002C18.1006 8.74002 19.5107 10.02 20.2007 11.62\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.541 8.93002C15.061 8.67002 15.6311 8.53002 16.2111 8.52002\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 15.03H20\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 15.03H15\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 18.03H18\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 21.03H15\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cloud lightning \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.2291 19.1601H10.2291V21.4901C10.2291 21.8301 10.6591 22.0001 10.8791 21.7401L13.3291 18.9501C13.6291 18.6101 13.4991 18.3301 13.0491 18.3301H12.0491V16.0001C12.0491 15.6601 11.6191 15.4901 11.3991 15.7501L8.9491 18.5401C8.6491 18.8801 8.7791 19.1601 9.2291 19.1601Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.0001 3.98007C8.01007 3.64007 3.66007 7.09007 5.62007 12.5601\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.6109 20C17.9509 20.01 19.2409 19.51 20.2309 18.61C23.5009 15.75 21.7509 10.01 17.4409 9.47002C17.2009 8.02002 16.6709 6.88002 15.9609 6.02002\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.27938 12.9701C6.74938 12.7001 6.15938 12.5601 5.56938 12.5701C0.909376 12.9001 0.919376 19.6801 5.56938 20.0101\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.8203 9.88998C16.3403 9.62998 16.9003 9.48998 17.4803 9.47998\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cloud minus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.9707 20H8.9707\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.0001 3.98007C8.01007 3.64007 3.66007 7.09007 5.62007 12.5601\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.6109 20C17.9509 20.01 19.2409 19.51 20.2309 18.61C23.5009 15.75 21.7509 10.01 17.4409 9.47002C17.2009 8.02002 16.6709 6.88002 15.9609 6.02002\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.27938 12.9701C6.74938 12.7001 6.15938 12.5601 5.56938 12.5701C0.909376 12.9001 0.919376 19.6801 5.56938 20.0101\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.8203 9.88998C16.3403 9.62998 16.9003 9.48998 17.4803 9.47998\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cloud notif \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.91992 5.7299C8.59992 4.1399 11.1699 3.5399 13.3799 4.2499\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.8995 13.9601C22.1695 15.6301 21.6995 17.4201 20.2695 18.6801C19.2795 19.5901 17.9795 20.0901 16.6295 20.0801H5.53945C0.869454 19.7401 0.859454 12.9401 5.53945 12.6001H5.58945C5.19945 11.5201 5.05945 10.5201 5.10945 9.62012\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.25984 13.0101C6.73984 12.7501 6.16984 12.6101 5.58984 12.6001\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.9707 8.5C21.9707 9.6 21.4607 10.59 20.6507 11.23C20.0607 11.71 19.2907 12 18.4707 12C16.5407 12 14.9707 10.43 14.9707 8.5C14.9707 7.54 15.3607 6.67 16.0007 6.04V6.03C16.6307 5.39 17.5107 5 18.4707 5C20.4007 5 21.9707 6.57 21.9707 8.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cloud plus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.9707 20H8.9707\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.9707 22V18\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.0001 3.98007C8.01007 3.64007 3.66007 7.09007 5.62007 12.5601\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.6109 20C17.9509 20.01 19.2409 19.51 20.2309 18.61C23.5009 15.75 21.7509 10.01 17.4409 9.47002C17.2009 8.02002 16.6709 6.88002 15.9609 6.02002\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.27938 12.9701C6.74938 12.7001 6.15938 12.5601 5.56938 12.5701C0.909376 12.9001 0.919376 19.6801 5.56938 20.0101\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.8203 9.88998C16.3403 9.62998 16.9003 9.48998 17.4803 9.47998\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cloud remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.5393 11.1199C0.859297 11.4499 0.859297 18.2599 5.5393 18.5899H7.4593\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.4691 8C21.7991 8.55 23.5491 14.32 20.2691 17.19C19.2691 18.1 17.9791 18.6 16.6291 18.59H16.5391\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.58881 11.12C3.05881 4.08998 10.9188 0.379982 15.1288 3.69998\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.9694 17.61L10.8594 15.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.9501 15.52L10.8301 17.64\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 16.53C17 17.27 16.84 17.97 16.54 18.59C16.46 18.77 16.37 18.94 16.27 19.1C15.41 20.55 13.82 21.53 12 21.53C10.18 21.53 8.59 20.55 7.73 19.1C7.63 18.94 7.54 18.77 7.46 18.59C7.16 17.97 7 17.27 7 16.53C7 13.77 9.24 11.53 12 11.53C14.76 11.53 17 13.77 17 16.53Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cloud snow \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.0001 3.98007C8.01007 3.64007 3.66007 7.09007 5.62007 12.5601\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.6109 20C17.9509 20.01 19.2409 19.51 20.2309 18.61C23.5009 15.75 21.7509 10.01 17.4409 9.47002C17.2009 8.02002 16.6709 6.88002 15.9609 6.02002\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.27938 12.9701C6.74938 12.7001 6.15938 12.5601 5.56938 12.5701C0.909376 12.9001 0.919376 19.6801 5.56938 20.0101\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.8203 9.88998C16.3403 9.62998 16.9003 9.48998 17.4803 9.47998\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.9955 18.5H13.0045\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.9955 18.5H9.0045\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.9955 21.5H11.0045\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cloud sunny \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.25945 5.43006C9.73945 3.42006 13.7595 3.32006 15.9995 6.03006V6.04006C16.6995 6.90006 17.2295 8.04006 17.4695 9.49006C18.7995 9.66006 19.8795 10.3101 20.6495 11.2301C22.3995 13.3001 22.5495 16.6801 20.2695 18.6801C19.2795 19.5901 17.9795 20.0901 16.6295 20.0801H5.53945C0.869454 19.7401 0.859454 12.9401 5.53945 12.6001H5.58945C5.10945 11.2601 5.00945 10.0401 5.17945 8.96006\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.25984 13.0101C6.73984 12.7501 6.16984 12.6101 5.58984 12.6001\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.8496 9.92001C16.3696 9.66001 16.9396 9.52001 17.5196 9.51001\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.97 8.5C21.97 9.6 21.46 10.59 20.65 11.23C19.88 10.31 18.8 9.66 17.47 9.49C17.23 8.04 16.7 6.9 16 6.04V6.03C16.63 5.39 17.51 5 18.47 5C20.4 5 21.97 6.57 21.97 8.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cloud \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.8496 9.92001C16.3696 9.66001 16.9396 9.52001 17.5196 9.51001\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9903 3.90012C7.98029 3.57012 3.62029 7.03012 5.59029 12.5201\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.2593 12.9299C6.7293 12.6599 6.1393 12.5199 5.5393 12.5199C0.859297 12.8499 0.859297 19.6599 5.5393 19.9899H16.6293C17.9793 19.9999 19.2793 19.4999 20.2693 18.5899C23.5593 15.7199 21.7993 9.94993 17.4693 9.39993C17.2293 7.93993 16.6893 6.78993 15.9793 5.92993\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.8398 9.83993C16.3598 9.57993 16.9298 9.43993 17.5098 9.42993\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"code 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.89062 9C7.87063 9.49 8.71062 10.23 9.32062 11.15C9.67062 11.67 9.67062 12.34 9.32062 12.86C8.71062 13.77 7.87063 14.51 6.89062 15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 13.04V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 15H17\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"code circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 10L6 12L8 14\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 10L18 12L16 14\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 9.66992L11 14.33\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 6C2.75 7.67 2 9.75 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2C10.57 2 9.2 2.29998 7.97 2.84998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"code \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.99953 13C8.33953 13.33 7.78953 13.82 7.37953 14.43C7.14953 14.78 7.14953 15.22 7.37953 15.57C7.78953 16.18 8.33953 16.67 8.99953 17\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.2109 13C15.8709 13.33 16.4209 13.82 16.8309 14.43C17.0609 14.78 17.0609 15.22 16.8309 15.57C16.4209 16.18 15.8709 16.67 15.2109 17\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 13V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.23047 8.01L21.4505 8\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"coffee \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 13.55V10.47C2 8.14001 3.89 6.26001 6.21 6.26001H13.58C15.91 6.26001 17.79 8.15001 17.79 10.47V17.79C17.79 20.12 15.9 22 13.58 22H6.21C3.89 22 2 20.11 2 17.79\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.5 4V2.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.5 4V2.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.5 4V2.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.9991 13.16C21.9991 15.48 20.1091 17.37 17.7891 17.37V8.94995C20.1091 8.94995 21.9991 10.83 21.9991 13.16Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 12H17.51\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"coin 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 11.4C8 12.17 8.6 12.8 9.33 12.8H10.83C11.47 12.8 11.99 12.25 11.99 11.58C11.99 10.85 11.67 10.59 11.2 10.42L8.8 9.57995C8.32 9.40995 8 9.14995 8 8.41995C8 7.74995 8.52 7.19995 9.16 7.19995H10.66C11.4 7.20995 12 7.82995 12 8.59995\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 12.8501V13.5901\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 6.40991V7.18991\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.07 3.02C7.23 2.37 8.56 2 9.99 2C14.4 2 17.98 5.58 17.98 9.99C17.98 14.4 14.4 17.98 9.99 17.98C5.58 17.98 2 14.4 2 9.99C2 8.76 2.28 7.59 2.78 6.55\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.9805 19.88C13.8805 21.15 15.3505 21.98 17.0305 21.98C19.7605 21.98 21.9805 19.76 21.9805 17.03C21.9805 15.37 21.1605 13.9 19.9105 13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"coin \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 21.9999C15.59 21.9999 18.5 19.4699 18.5 16.3499V12.6499C18.5 15.7699 15.59 17.9999 12 17.9999C8.41 17.9999 5.5 15.7699 5.5 12.6499V16.3499C5.5 18.0599 6.37 19.5899 7.75 20.6199\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.5 7.65C18.5 8.56 18.25 9.4 17.81 10.12C16.74 11.88 14.54 13 12 13C9.46 13 7.26 11.88 6.19 10.12C5.75 9.4 5.5 8.56 5.5 7.65C5.5 6.09 6.22999 4.68 7.39999 3.66C8.57999 2.63 10.2 2 12 2C13.8 2 15.42 2.63 16.6 3.65C17.77 4.68 18.5 6.09 18.5 7.65Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.5 7.65V12.65C18.5 15.77 15.59 18 12 18C8.41 18 5.5 15.77 5.5 12.65V7.65C5.5 4.53 8.41 2 12 2C13.8 2 15.42 2.63 16.6 3.65C17.77 4.68 18.5 6.09 18.5 7.65Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"color swatch \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 4.5C2 3 3 2 4.5 2H7.5C9 2 10 3 10 4.5V18C10 19.08 9.55999 20.07 8.85999 20.79L8.82001 20.83C8.73001 20.92 8.63001 21.01 8.54001 21.08C8.24001 21.34 7.89999 21.54 7.54999 21.68C7.43999 21.73 7.33 21.77 7.22 21.81C6.83 21.94 6.41 22 6 22C5.73 22 5.46001 21.97 5.20001 21.92C5.07001 21.89 4.94 21.86 4.81 21.82C4.65 21.77 4.50001 21.72 4.35001 21.65C4.35001 21.64 4.35 21.64 4.34 21.65C4.06 21.51 3.79001 21.35 3.54001 21.16L3.53 21.15C3.4 21.05 3.28001 20.95 3.17001 20.83C3.06001 20.71 2.95 20.59 2.84 20.46C2.65 20.21 2.49001 19.94 2.35001 19.66C2.36001 19.65 2.36001 19.65 2.35001 19.65C2.35001 19.65 2.35 19.64 2.34 19.63C2.28 19.49 2.22999 19.34 2.17999 19.19C2.13999 19.06 2.10999 18.93 2.07999 18.8C2.02999 18.54 2 18.27 2 18V8.57001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 16.5V19.5C22 21 21 22 19.5 22H6C6.41 22 6.83 21.94 7.22 21.81C7.33 21.77 7.43999 21.73 7.54999 21.68C7.89999 21.54 8.24001 21.34 8.54001 21.08C8.63001 21.01 8.73001 20.92 8.82001 20.83L8.85999 20.79L15.66 14H19.5C21 14 22 15 22 16.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.80969 21.8199C4.20969 21.6399 3.63971 21.3099 3.16971 20.8299C2.68971 20.3599 2.35969 19.7899 2.17969 19.1899C2.56969 20.4399 3.55969 21.4299 4.80969 21.8199Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.3694 11.2899L15.6594 14L8.85938 20.7899C9.55937 20.0699 9.99939 19.08 9.99939 18V8.33995L12.7094 5.62996C13.7694 4.56996 15.1894 4.56996 16.2494 5.62996L18.3694 7.74996C19.4294 8.80996 19.4294 10.2299 18.3694 11.2899Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 19C6.55228 19 7 18.5523 7 18C7 17.4477 6.55228 17 6 17C5.44772 17 5 17.4477 5 18C5 18.5523 5.44772 19 6 19Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"colorfilter \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14 16C14 17.77 13.23 19.37 12 20.46C10.94 21.42 9.54 22 8 22C4.69 22 2 19.31 2 16C2 13.24 3.88 10.9 6.42 10.21C7.11 11.95 8.59 13.29 10.42 13.79C10.92 13.93 11.45 14 12 14C12.55 14 13.08 13.93 13.58 13.79C13.85 14.47 14 15.22 14 16Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.52 4.01C8.62 2.78 10.22 2 12 2C15.31 2 18 4.69 18 8C18 8.78 17.85 9.53 17.58 10.21C16.89 11.95 15.41 13.29 13.58 13.79C13.08 13.93 12.55 14 12 14C11.45 14 10.92 13.93 10.42 13.79C8.59 13.29 7.11 11.95 6.42 10.21C6.15 9.53 6 8.78 6 8\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 16C22 19.31 19.31 22 16 22C14.46 22 13.06 21.42 12 20.46C13.23 19.37 14 17.77 14 16C14 15.22 13.85 14.47 13.58 13.79C15.41 13.29 16.89 11.95 17.58 10.21C20.12 10.9 22 13.24 22 16Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"colors square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.2 14.3999C13.2 15.4599 12.74 16.4199 12 17.0799C11.36 17.6599 10.52 17.9999 9.59998 17.9999C7.60998 17.9999 6 16.3899 6 14.3999C6 12.7399 7.13002 11.3399 8.65002 10.9299C9.06002 11.9699 9.94999 12.7799 11.05 13.0799C11.35 13.1599 11.67 13.2099 12 13.2099C12.33 13.2099 12.65 13.1699 12.95 13.0799C13.11 13.4799 13.2 13.9299 13.2 14.3999Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.6003 9.6C15.6003 10.07 15.5103 10.52 15.3503 10.93C14.9403 11.97 14.0504 12.78 12.9504 13.08C12.6504 13.16 12.3304 13.21 12.0004 13.21C11.6704 13.21 11.3504 13.17 11.0504 13.08C9.95035 12.78 9.06039 11.98 8.65039 10.93C8.49039 10.52 8.40039 10.07 8.40039 9.6C8.40039 7.61 10.0104 6 12.0004 6C13.9904 6 15.6003 7.61 15.6003 9.6Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 14.3999C18 16.3899 16.39 17.9999 14.4 17.9999C13.48 17.9999 12.64 17.6499 12 17.0799C12.74 16.4299 13.2 15.4699 13.2 14.3999C13.2 13.9299 13.11 13.4799 12.95 13.0699C14.05 12.7699 14.94 11.9699 15.35 10.9199C16.87 11.3399 18 12.7399 18 14.3999Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 13.2V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"command square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 13.02V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.3997 9.6001H9.59961V14.4001H14.3997V9.6001Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.79999 17.9999C8.78999 17.9999 9.59998 17.1899 9.59998 16.1999V14.3999H7.79999C6.80999 14.3999 6 15.2099 6 16.1999C6 17.1899 6.80999 17.9999 7.79999 17.9999Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.79999 9.60001H9.59998V7.79999C9.59998 6.80999 8.78999 6 7.79999 6C6.80999 6 6 6.80999 6 7.79999C6 8.78999 6.80999 9.60001 7.79999 9.60001Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.4004 9.60001H16.2004C17.1904 9.60001 18.0004 8.78999 18.0004 7.79999C18.0004 6.80999 17.1904 6 16.2004 6C15.2104 6 14.4004 6.80999 14.4004 7.79999V9.60001Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.2004 17.9999C17.1904 17.9999 18.0004 17.1899 18.0004 16.1999C18.0004 15.2099 17.1904 14.3999 16.2004 14.3999H14.4004V16.1999C14.4004 17.1899 15.2104 17.9999 16.2004 17.9999Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"command \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 8H8V16H16V8Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.16992 19.99C2.57992 21.16 3.69994 22 4.99994 22C6.64994 22 7.99994 20.65 7.99994 19V16H4.99994\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 8H8V5C8 3.35 6.65 2 5 2C3.35 2 2 3.35 2 5C2 6.65 3.35 8 5 8Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 8H19C20.65 8 22 6.65 22 5C22 3.35 20.65 2 19 2C17.35 2 16 3.35 16 5V8Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 22C20.65 22 22 20.65 22 19C22 17.35 20.65 16 19 16H16V19C16 20.65 17.35 22 19 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"component \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.73976 18.24L3.05977 14.56C1.65977 13.16 1.65977 10.86 3.05977 9.45002L9.44978 3.06001C10.8498 1.66001 13.1498 1.66001 14.5598 3.06001L20.9498 9.45002C22.3498 10.85 22.3498 13.15 20.9498 14.56L14.5598 20.95C13.1598 22.35 10.8598 22.35 9.44978 20.95\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"computing \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M1.9707 13V15C1.9707 20 3.9707 22 8.9707 22H14.9707C19.9707 22 21.9707 20 21.9707 15V9C21.9707 4 19.9707 2 14.9707 2H8.9707C3.9707 2 1.9707 4 1.9707 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.7195 3.25L3.26953 19.7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.0605 18V13\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.5 15.5H13.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.5 7.5H5.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"convert 3d cube \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 15C22 18.87 18.87 22 15 22L16.05 20.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 9C2 5.13 5.13 2 9 2L7.95 3.75\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.6992 4.44995L17.6792 6.74994L21.6192 4.45996\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.6797 10.82V6.73999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.7396 2.21L14.3396 3.53996C13.7996 3.83996 13.3496 4.59995 13.3496 5.21995V7.75999C13.3496 8.37999 13.7896 9.13998 14.3396 9.43998L16.7396 10.77C17.2496 11.06 18.0896 11.06 18.6096 10.77L21.0096 9.43998C21.5496 9.13998 21.9996 8.37999 21.9996 7.75999V5.21995C21.9996 4.59995 21.5596 3.83996 21.0096 3.53996L18.6096 2.21C18.0996 1.93 17.2596 1.93 16.7396 2.21Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.34961 15.45L6.31961 17.7499L10.2696 15.46\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.32031 21.82V17.74\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.65 16.23C10.65 15.61 10.21 14.85 9.66 14.55L7.25999 13.2199C6.74999 12.9299 5.91 12.9299 5.39 13.2199L2.99001 14.55C2.45001 14.85 2 15.61 2 16.23V18.77C2 19.39 2.44001 20.15 2.99001 20.45L5.39 21.78C5.9 22.07 6.73999 22.07 7.25999 21.78L9.66 20.45\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"convert card \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 5.56006H22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.65 10.5H14.22C12.44 10.5 12 10.06 12 8.3V4.2C12 2.44 12.44 2 14.22 2H19.78C21.56 2 22 2.44 22 4.2V8.31C22 10.07 21.56 10.51 19.78 10.51\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 17.0601H12\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.5 22H4.22C2.44 22 2 21.56 2 19.8V15.7C2 13.94 2.44 13.5 4.22 13.5H9.78C11.56 13.5 12 13.94 12 15.7V19.81C12 21.57 11.56 22.01 9.78 22.01\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 15C22 18.87 18.87 22 15 22L16.05 20.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 9C2 5.13 5.13 2 9 2L7.95001 3.75\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"convert \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.11914 4L14.3091 12.2L14.3191 7.65\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.8797 20L9.68969 11.8L9.67969 16.35\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 6C21.25 7.67 22 9.75 22 12C22 17.52 17.52 22 12 22C6.48 22 2 17.52 2 12C2 6.48 6.48 2 12 2C13.43 2 14.8 2.3 16.03 2.85\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"convertshape 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 18.85V16.15C2 13.9 2.9 13 5.15 13H7.85C10.1 13 11 13.9 11 16.15V18.85C11 21.1 10.1 22 7.85 22H5.15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 15C22 18.87 18.87 22 15 22L16.05 20.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 9C2 5.13 5.13 2 9 2L7.95 3.75\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.5 11C19.9853 11 22 8.98528 22 6.5C22 4.01472 19.9853 2 17.5 2C15.0147 2 13 4.01472 13 6.5C13 8.98528 15.0147 11 17.5 11Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"convertshape \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.85 2H16.15C13.9 2 13 2.9 13 5.15V8.85C13 11.1 13.9 12 16.15 12H18.85C21.1 12 22 11.1 22 8.85V5.96\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.15 22H7.85C10.1 22 11 21.1 11 18.85V15.15C11 12.9 10.1 12 7.85 12H5.15C2.9 12 2 12.9 2 15.15V18.16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 15C22 18.87 18.87 22 15 22L16.05 20.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 9C2 5.13 5.13 2 9 2L7.95 3.75\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"copy success \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 6.9C22 3.4 20.6 2 17.1 2H12.9C9.4 2 8 3.4 8 6.9V8H11.1C14.6 8 16 9.4 16 12.9V16H17.1C20.6 16 22 14.6 22 11.1\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 17.1C2 20.6 3.4 22 6.9 22H11.1C14.6 22 16 20.6 16 17.1V12.9C16 9.4 14.6 8 11.1 8H6.9C3.4 8 2 9.4 2 12.9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.08008 15L8.03008 16.95L11.9201 13.05\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"copy \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 12.9C2 9.4 3.4 8 6.9 8H11.1C14.6 8 16 9.4 16 12.9V17.1C16 20.6 14.6 22 11.1 22H6.9C3.4 22 2 20.6 2 17.1\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 11.1C22 14.6 20.6 16 17.1 16H16V12.9C16 9.4 14.6 8 11.1 8H8V6.9C8 3.4 9.4 2 12.9 2H17.1C20.6 2 22 3.4 22 6.9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"copyright \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.8802 15C14.1702 15.62 13.2502 16 12.2402 16C10.0302 16 8.24023 14.21 8.24023 12C8.24023 9.79 10.0302 8 12.2402 8C13.2502 8 14.1702 8.38 14.8802 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 6C2.75 7.67 2 9.75 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2C10.57 2 9.19997 2.29998 7.96997 2.84998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"courthouse \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 22H22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 2C13.6 2.64 15.4 2.64 17 2V5C15.4 5.64 13.6 5.64 12 5V2Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 5V8\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 15.91V22H20V11C20 9 19 8 17 8H7C5 8 4 9 4 11V12\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 12H19.42\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.99023 12V22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9902 12V22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/>\n<path d=\"M15.9902 12V22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cpu charge \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.6 20H14.4C18.4 20 20 18.4 20 14.4V9.6C20 5.6 18.4 4 14.4 4H9.6C5.6 4 4 5.6 4 9.6V14.4C4 18.4 5.6 20 9.6 20Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 10.5V13.5C7 16 8 17 10.5 17H13.5C16 17 17 16 17 13.5V10.5C17 8 16 7 13.5 7H10.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.00977 4V2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 4V2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 4V2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 8H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 12H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 16H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 20V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.0098 20V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.00977 20V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 8H4\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 12H4\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 16H4\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.0007 9.69995L11.0607 11.34C10.8507 11.7 11.0207 12 11.4407 12H12.5607C12.9807 12 13.1507 12.3 12.9407 12.66L12.0007 14.3\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cpu setting \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20 9.6C20 5.6 18.4 4 14.4 4H9.6C5.6 4 4 5.6 4 9.6V14.4C4 18.4 5.6 20 9.6 20\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.35 8C15.8 7.3 14.88 7 13.5 7H10.5C8 7 7 8 7 10.5V13.5C7 14.88 7.3 15.8 7.99 16.35\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.00977 4V2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 4V2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 4V2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 8H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.00977 20V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 8H4\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 12H4\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 16H4\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.7091 18.5899C17.5873 18.5899 18.2991 17.878 18.2991 16.9999C18.2991 16.1218 17.5873 15.4099 16.7091 15.4099C15.831 15.4099 15.1191 16.1218 15.1191 16.9999C15.1191 17.878 15.831 18.5899 16.7091 18.5899Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.4102 17.46V16.53C11.4102 15.98 11.8602 15.53 12.4102 15.53C13.3702 15.53 13.7602 14.85 13.2802 14.02C13.0002 13.54 13.1702 12.92 13.6502 12.65L14.5602 12.12C14.9802 11.87 15.5202 12.02 15.7702 12.44L15.8302 12.54C16.3102 13.37 17.0902 13.37 17.5702 12.54L17.6302 12.44C17.8802 12.02 18.4202 11.88 18.8402 12.12L19.7502 12.65C20.2302 12.93 20.4002 13.54 20.1202 14.02C19.6402 14.85 20.0302 15.53 20.9902 15.53C21.5402 15.53 21.9902 15.98 21.9902 16.53V17.46C21.9902 18.01 21.5402 18.46 20.9902 18.46C20.0302 18.46 19.6402 19.14 20.1202 19.97C20.4002 20.45 20.2302 21.07 19.7502 21.34L18.8402 21.87C18.4202 22.12 17.8802 21.97 17.6302 21.55L17.5702 21.45C17.0902 20.62 16.3102 20.62 15.8302 21.45L15.7702 21.55C15.5202 21.97 14.9802 22.11 14.5602 21.87L13.6502 21.34C13.1702 21.06 13.0002 20.45 13.2802 19.97C13.7602 19.14 13.3702 18.46 12.4102 18.46C11.8602 18.47 11.4102 18.02 11.4102 17.46Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cpu \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.6 20H14.4C18.4 20 20 18.4 20 14.4V9.6C20 5.6 18.4 4 14.4 4H9.6C5.6 4 4 5.6 4 9.6V14.4C4 18.4 5.6 20 9.6 20Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 10.5V13.5C7 16 8 17 10.5 17H13.5C16 17 17 16 17 13.5V10.5C17 8 16 7 13.5 7H10.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.00977 4V2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 4V2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 4V2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 8H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 12H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 16H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 20V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.0098 20V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.00977 20V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 8H4\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 12H4\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 16H4\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"creative commons \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.8792 14.1499C10.3692 14.5899 9.70914 14.8699 8.98914 14.8699C7.40914 14.8699 6.11914 13.5899 6.11914 11.9999C6.11914 10.4099 7.39914 9.12988 8.98914 9.12988C9.71914 9.12988 10.3792 9.39985 10.8792 9.84985\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.8792 14.1499C17.3692 14.5899 16.7091 14.8699 15.9891 14.8699C14.4091 14.8699 13.1191 13.5899 13.1191 11.9999C13.1191 10.4099 14.3991 9.12988 15.9891 9.12988C16.7191 9.12988 17.3792 9.39985 17.8792 9.84985\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 6C2.75 7.67 2 9.75 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2C10.57 2 9.19997 2.29998 7.96997 2.84998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"crop \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.98 5H5V14.1C5 18 6 19 9.9 19H19V9.9C19 6 18 5 14.1 5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 5V2\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 5H2\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 19V22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 19H22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"crown 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 10.99V5.71002C2 4.38002 2.77 4.06002 3.71 5.00002L6.3 7.59002C6.69 7.98002 7.33 7.98002 7.71 7.59002L11.29 4.00002C11.68 3.61002 12.32 3.61002 12.7 4.00002L16.29 7.59002C16.68 7.98002 17.32 7.98002 17.7 7.59002L20.29 5.00002C21.23 4.06002 22 4.38002 22 5.71002V15.3C22 18.3 20 20.3 17 20.3H7C4.24 20.3 2 18.06 2 15.3\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"crown \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.0992 5.69011C21.6592 4.57011 22.4092 5.14011 21.7692 6.95011L17.7292 18.2601C17.5892 18.6601 17.1192 18.9901 16.6992 18.9901H7.29922C6.87922 18.9901 6.40922 18.6601 6.26922 18.2601L2.12922 6.67011C1.53922 5.01011 2.22922 4.50011 3.64922 5.52011L7.54922 8.31011C8.19922 8.76011 8.93922 8.53011 9.21922 7.80011L10.9792 3.11011C11.5392 1.61011 12.4692 1.61011 13.0292 3.11011L14.7892 7.80011C15.0692 8.53011 15.8092 8.76011 16.4492 8.31011L17.0792 7.86011\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.5 22H17.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.5 14H14.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cup \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.1504 16.5V18.6\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.15039 22H17.1504V21C17.1504 19.9 16.2504 19 15.1504 19H9.15039C8.05039 19 7.15039 19.9 7.15039 21V22V22Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n<path d=\"M6.15039 22H18.1504\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.51 15.07C6.41 13.86 5 11.6 5 9V6C5 3.79 6.79 2 9 2H15C17.21 2 19 3.79 19 6V9C19 12.82 15.95 15.92 12.15 16C12.1 16 12 16 12 16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.46906 11.6501C4.71906 11.4101 4.05906 10.9701 3.53906 10.4501C2.63906 9.4501 2.03906 8.2501 2.03906 6.8501C2.03906 5.4501 3.13906 4.3501 4.53906 4.3501H5.18906C4.98906 4.8101 4.88906 5.3201 4.88906 5.8501V8.8501C4.88906 9.8501 5.09906 10.7901 5.46906 11.6501Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.5293 11.6501C19.2793 11.4101 19.9393 10.9701 20.4593 10.4501C21.3593 9.4501 21.9593 8.2501 21.9593 6.8501C21.9593 5.4501 20.8593 4.3501 19.4593 4.3501H18.8093C19.0093 4.8101 19.1093 5.3201 19.1093 5.8501V8.8501C19.1093 9.8501 18.8993 10.7901 18.5293 11.6501Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"danger \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 9V14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.2394 14L21.2994 15.9C22.9794 18.93 21.5194 21.41 18.0594 21.41H11.9994H5.93944C2.46944 21.41 1.01944 18.93 2.69944 15.9L5.81944 10.28L8.75944 5.00003C10.5394 1.79003 13.4594 1.79003 15.2394 5.00003L18.1794 10.29\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9941 17H12.0031\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"data 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 8H4C2.9 8 2 7.1 2 6V4C2 2.9 2.9 2 4 2H7C8.1 2 9 2.9 9 4V6C9 7.1 8.1 8 7 8Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.8 7H17.2C16.54 7 16 6.45999 16 5.79999V4.20001C16 3.54001 16.54 3 17.2 3H20.8C21.46 3 22 3.54001 22 4.20001V5.79999C22 6.45999 21.46 7 20.8 7Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.8 14.5H17.2C16.54 14.5 16 13.96 16 13.3V11.7C16 11.04 16.54 10.5 17.2 10.5H20.8C21.46 10.5 22 11.04 22 11.7V13.3C22 13.96 21.46 14.5 20.8 14.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 5H16\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.5 16.3599V17.9999C12.5 19.0999 13.4 19.9999 14.5 19.9999H16\" fill=\"white\"/>\n<path d=\"M12.5 16.3599V17.9999C12.5 19.0999 13.4 19.9999 14.5 19.9999H16\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.5 5V12.32\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 12.5H12.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.8 22H17.2C16.54 22 16 21.46 16 20.8V19.2C16 18.54 16.54 18 17.2 18H20.8C21.46 18 22 18.54 22 19.2V20.8C22 21.46 21.46 22 20.8 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"data \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20 14C21.1046 14 22 13.1046 22 12C22 10.8954 21.1046 10 20 10C18.8954 10 18 10.8954 18 12C18 13.1046 18.8954 14 20 14Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 6C21.1046 6 22 5.10457 22 4C22 2.89543 21.1046 2 20 2C18.8954 2 18 2.89543 18 4C18 5.10457 18.8954 6 20 6Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 22C21.1046 22 22 21.1046 22 20C22 18.8954 21.1046 18 20 18C18.8954 18 18 18.8954 18 20C18 21.1046 18.8954 22 20 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 14C5.10457 14 6 13.1046 6 12C6 10.8954 5.10457 10 4 10C2.89543 10 2 10.8954 2 12C2 13.1046 2.89543 14 4 14Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 12H18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 12V17C11 19 12 20 14 20H18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 4H14C12 4 11 5 11 7V7.97998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"designtools \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.9998 3.02011C18.6798 2.66011 19.3398 2.35011 19.9598 2.10011C20.5498 1.88011 21.1198 2.04011 21.4798 2.41011C21.8598 2.79011 22.0398 3.36011 21.7998 3.95011C20.2598 7.79011 16.3998 13.0101 13.1698 15.6001L11.1998 17.1801C10.9498 17.3601 10.6998 17.5201 10.4198 17.6301C10.4198 17.4501 10.4098 17.2501 10.3798 17.0601C10.2698 16.2201 9.88977 15.4401 9.21977 14.7701C8.53977 14.0901 7.70977 13.6901 6.85977 13.5801C6.65977 13.5701 6.45977 13.5501 6.25977 13.5701C6.36977 13.2601 6.53977 12.9701 6.74977 12.7301L8.30977 10.7601C9.75977 8.95011 12.0398 6.94011 14.4298 5.25011\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.4293 17.6198C10.4293 18.7198 10.0093 19.7698 9.2193 20.5698C8.6093 21.1798 7.7793 21.5998 6.7893 21.7298L4.3293 21.9998C2.9893 22.1498 1.8393 21.0098 1.9993 19.6498L2.2693 17.1898C2.5093 14.9998 4.3393 13.5998 6.2793 13.5598C6.4793 13.5498 6.6893 13.5598 6.8793 13.5698C7.7293 13.6798 8.5593 14.0698 9.2393 14.7598C9.9093 15.4298 10.2893 16.2098 10.3993 17.0498C10.4093 17.2398 10.4293 17.4298 10.4293 17.6198Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.2398 14.4702C14.2398 11.8602 12.1198 9.74023 9.50977 9.74023\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.1207 12.73L20.8607 13.46C22.3507 14.95 22.3507 16.42 20.8607 17.91L17.9007 20.87C16.4307 22.34 14.9407 22.34 13.4707 20.87\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M3.11031 10.5101C1.64031 9.02006 1.64031 7.55006 3.11031 6.06006L6.07031 3.10006C7.54031 1.63006 9.03031 1.63006 10.5003 3.10006L11.2403 3.84006\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M11.2508 3.8501L7.55078 7.5501\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M20.1202 12.73L17.1602 15.68\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n</svg>\n</li><li title=\"device message \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 8.5C2 5.35 3.8 4 6.5 4H9.2C9.07 4.38 9 4.8 9 5.25V9.15002C9 10.12 9.32 10.94 9.89 11.51C10.46 12.08 11.28 12.4 12.25 12.4V13.79C12.25 14.3 12.83 14.61 13.26 14.33L16.15 12.4H18.75C19.2 12.4 19.62 12.33 20 12.2V13.9C20 17.05 18.2 18.4 15.5 18.4H6.5C3.8 18.4 2 17.05 2 13.9V12.4\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 9.15002C22 10.64 21.24 11.76 20 12.2C19.62 12.33 19.2 12.4 18.75 12.4H16.15L13.26 14.33C12.83 14.61 12.25 14.3 12.25 13.79V12.4C11.28 12.4 10.46 12.08 9.89 11.51C9.32 10.94 9 10.12 9 9.15002V5.25C9 4.8 9.07 4.38 9.2 4C9.64 2.76 10.76 2 12.25 2H18.75C20.7 2 22 3.3 22 5.25\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.40039 22H14.6004\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 18.3999V21.9999\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.4955 7.25H18.5045\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.6947 7.25H15.7037\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.8959 7.25H12.9049\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"devices 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.0095 12.73C17.6004 12.73 18.0794 12.251 18.0794 11.66C18.0794 11.0691 17.6004 10.5901 17.0095 10.5901C16.4185 10.5901 15.9395 11.0691 15.9395 11.66C15.9395 12.251 16.4185 12.73 17.0095 12.73Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 6C2 2.8 2.8 2 6 2H16C19.2 2 20 2.8 20 6V7.78998C19.75 7.75998 19.46 7.73999 19.15 7.73999H14.87C12.73 7.73999 12.02 8.45003 12.02 10.59V15.7H6C2.8 15.7 2 14.9 2 11.7V10.05\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 15.7V19.9999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 11.8999H12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.94922 20H11.9992\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.0095 12.73C17.6004 12.73 18.0794 12.251 18.0794 11.66C18.0794 11.0691 17.6004 10.5901 17.0095 10.5901C16.4185 10.5901 15.9395 11.0691 15.9395 11.66C15.9395 12.251 16.4185 12.73 17.0095 12.73Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.9995 7.78998C19.7495 7.75998 19.4595 7.73999 19.1495 7.73999H14.8695C12.7295 7.73999 12.0195 8.45003 12.0195 10.59V19.15C12.0195 21.29 12.7295 22 14.8695 22H19.1495C21.2895 22 21.9995 21.29 21.9995 19.15V10.59C21.9995 8.76003 21.4795 7.97998 19.9995 7.78998ZM17.0096 10.59C17.5996 10.59 18.0795 11.07 18.0795 11.66C18.0795 12.25 17.5996 12.73 17.0096 12.73C16.4196 12.73 15.9395 12.25 15.9395 11.66C15.9395 11.07 16.4196 10.59 17.0096 10.59ZM17.0096 19.15C15.8296 19.15 14.8695 18.19 14.8695 17.01C14.8695 16.52 15.0395 16.06 15.3195 15.7C15.7095 15.2 16.3196 14.87 17.0096 14.87C17.5496 14.87 18.0395 15.07 18.4095 15.39C18.8595 15.79 19.1495 16.37 19.1495 17.01C19.1495 18.19 18.1896 19.15 17.0096 19.15Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.1491 17.0101C19.1491 18.1901 18.1892 19.1501 17.0092 19.1501C15.8292 19.1501 14.8691 18.1901 14.8691 17.0101C14.8691 16.5201 15.0392 16.0601 15.3192 15.7001C15.7092 15.2001 16.3192 14.8701 17.0092 14.8701C17.5492 14.8701 18.0391 15.0701 18.4091 15.3901C18.8591 15.7901 19.1491 16.3701 19.1491 17.0101Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.0095 12.73C17.6004 12.73 18.0794 12.251 18.0794 11.66C18.0794 11.0691 17.6004 10.5901 17.0095 10.5901C16.4185 10.5901 15.9395 11.0691 15.9395 11.66C15.9395 12.251 16.4185 12.73 17.0095 12.73Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"devices \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.7194 9.69002C13.6694 7.63002 10.3294 7.63002 8.27937 9.69002C6.21938 11.75 6.21938 15.08 8.27937 17.13C10.3394 19.19 13.6694 19.19 15.7194 17.13C16.7494 16.1 17.2594 14.76 17.2594 13.41\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.0002 13.4099L10.4102 14.9999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.0708 6.33997C19.2208 6.48997 19.2208 6.73997 19.0708 6.89997C18.9208 7.04997 18.6708 7.04997 18.5108 6.89997C18.3508 6.74997 18.3608 6.49997 18.5108 6.33997C18.6608 6.17997 18.9208 6.17997 19.0708 6.33997Z\" stroke=\"currentColor\" stroke-miterlimit=\"10\"/>\n<path d=\"M19.0708 6.33997C19.2208 6.48997 19.2208 6.73997 19.0708 6.89997C18.9208 7.04997 18.6708 7.04997 18.5108 6.89997C18.3508 6.74997 18.3608 6.49997 18.5108 6.33997C18.6608 6.17997 18.9208 6.17997 19.0708 6.33997Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.49086 19.92C5.64086 20.07 5.64086 20.32 5.49086 20.48C5.34086 20.64 5.09086 20.63 4.93086 20.48C4.78086 20.33 4.78086 20.08 4.93086 19.92C5.08086 19.76 5.34086 19.76 5.49086 19.92Z\" stroke=\"currentColor\" stroke-miterlimit=\"10\"/>\n<path d=\"M5.49086 19.92C5.64086 20.07 5.64086 20.32 5.49086 20.48C5.34086 20.64 5.09086 20.63 4.93086 20.48C4.78086 20.33 4.78086 20.08 4.93086 19.92C5.08086 19.76 5.34086 19.76 5.49086 19.92Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.8794 13.13C22.0294 13.28 22.0294 13.53 21.8794 13.69C21.7294 13.84 21.4794 13.84 21.3194 13.69C21.1594 13.54 21.1694 13.29 21.3194 13.13C21.4694 12.97 21.7294 12.97 21.8794 13.13Z\" stroke=\"currentColor\" stroke-miterlimit=\"10\"/>\n<path d=\"M21.8794 13.13C22.0294 13.28 22.0294 13.53 21.8794 13.69C21.7294 13.84 21.4794 13.84 21.3194 13.69C21.1594 13.54 21.1694 13.29 21.3194 13.13C21.4694 12.97 21.7294 12.97 21.8794 13.13Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.67057 13.13C2.82057 13.28 2.82057 13.53 2.67057 13.69C2.52057 13.85 2.27055 13.84 2.11055 13.69C1.96055 13.54 1.96055 13.29 2.11055 13.13C2.27055 12.97 2.52057 12.97 2.67057 13.13Z\" stroke=\"currentColor\" stroke-miterlimit=\"10\"/>\n<path d=\"M2.67057 13.13C2.82057 13.28 2.82057 13.53 2.67057 13.69C2.52057 13.85 2.27055 13.84 2.11055 13.69C1.96055 13.54 1.96055 13.29 2.11055 13.13C2.27055 12.97 2.52057 12.97 2.67057 13.13Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.0708 19.92C19.2208 20.07 19.2208 20.32 19.0708 20.48C18.9208 20.63 18.6708 20.63 18.5108 20.48C18.3508 20.33 18.3608 20.08 18.5108 19.92C18.6708 19.76 18.9208 19.76 19.0708 19.92Z\" stroke=\"currentColor\" stroke-miterlimit=\"10\"/>\n<path d=\"M19.0708 19.92C19.2208 20.07 19.2208 20.32 19.0708 20.48C18.9208 20.63 18.6708 20.63 18.5108 20.48C18.3508 20.33 18.3608 20.08 18.5108 19.92C18.6708 19.76 18.9208 19.76 19.0708 19.92Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.49086 6.33997C5.64086 6.48997 5.64086 6.73997 5.49086 6.89997C5.34086 7.05997 5.09086 7.04997 4.93086 6.89997C4.78086 6.74997 4.78086 6.49997 4.93086 6.33997C5.08086 6.17997 5.34086 6.17997 5.49086 6.33997Z\" stroke=\"currentColor\" stroke-miterlimit=\"10\"/>\n<path d=\"M5.49086 6.33997C5.64086 6.48997 5.64086 6.73997 5.49086 6.89997C5.34086 7.05997 5.09086 7.04997 4.93086 6.89997C4.78086 6.74997 4.78086 6.49997 4.93086 6.33997C5.08086 6.17997 5.34086 6.17997 5.49086 6.33997Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.2798 3.52009C12.4298 3.67009 12.4298 3.92009 12.2798 4.08009C12.1298 4.24009 11.8798 4.23009 11.7198 4.08009C11.5598 3.93009 11.5698 3.68009 11.7198 3.52009C11.8698 3.36009 12.1298 3.37009 12.2798 3.52009Z\" stroke=\"currentColor\" stroke-miterlimit=\"10\"/>\n<path d=\"M12.2798 3.52009C12.4298 3.67009 12.4298 3.92009 12.2798 4.08009C12.1298 4.24009 11.8798 4.23009 11.7198 4.08009C11.5598 3.93009 11.5698 3.68009 11.7198 3.52009C11.8698 3.36009 12.1298 3.37009 12.2798 3.52009Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"diagram \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.9707 22H22.0007\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 2V19C2 20.66 3.34 22 5 22H13.98\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.9902 8.17999L21.0002 7\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 17L9.59 11.64C10.35 10.76 11.7 10.7 12.52 11.53L13.47 12.48C14.29 13.3 15.64 13.25 16.4 12.37L17.55 11.02\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"diamonds \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.2105 13.2299C21.9805 12.3799 22.2304 10.8399 21.7604 9.7999L19.2004 4.0399C18.7404 2.9999 17.9904 2.1499 16.2904 2.1499H7.70044C6.00044 2.1499 5.25044 2.9999 4.79044 4.0399L2.23044 9.7999C1.77044 10.8399 2.02044 12.3899 2.79044 13.2299L9.65044 20.7699C10.9504 22.1899 13.0704 22.1899 14.3604 20.7699L18.3904 16.3299\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.5 8H20.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"direct down \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.06931 7.6999C1.61931 4.9499 4.54931 1.9599 7.32931 3.3499L10.5693 4.9699C11.4693 5.4199 12.5293 5.4199 13.4293 4.9699L16.6693 3.3499C19.4493 1.9599 22.3693 4.9499 20.9293 7.6999L14.8293 19.2899C13.6293 21.5699 10.3693 21.5699 9.16931 19.2899L5.49931 12.3199\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"direct inbox \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 2V9L14 7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 9L10 7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M1.98047 13H6.39047C6.77047 13 7.11047 13.21 7.28047 13.55L8.45047 15.89C8.79047 16.57 9.48047 17 10.2405 17H13.7705C14.5305 17 15.2205 16.57 15.5605 15.89L16.7305 13.55C16.9005 13.21 17.2505 13 17.6205 13H21.9805\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.68945 18.9999C3.64945 21.0999 5.64945 21.9999 8.99945 21.9999H14.9995C19.9995 21.9999 21.9995 19.9999 21.9995 14.9999V10.9999C21.9995 6.72988 20.5395 4.64988 16.9995 4.12988\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 4.12988C3.46 4.64988 2 6.72988 2 10.9999V14.9999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"direct left \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.3 3.07005C19.05 1.62005 22.04 4.55005 20.65 7.33005L19.03 10.57C18.58 11.47 18.58 12.53 19.03 13.43L20.65 16.67C22.04 19.45 19.05 22.37 16.3 20.93L4.71 14.83C2.43 13.63 2.43 10.37 4.71 9.17005L11.68 5.50005\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"direct normal \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2.69 19.01C3.65 21.1 5.65 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 13.0002H5.76C6.52 13.0002 7.21 13.4302 7.55 14.1102L8.44 15.9002C9 17.0002 10 17.0002 10.24 17.0002H13.77C14.53 17.0002 15.22 16.5702 15.56 15.8902L16.45 14.1002C16.79 13.4202 17.48 12.9902 18.24 12.9902H21.98\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"direct notification \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M1.98047 13.0002H5.77047C6.53047 13.0002 7.22047 13.4302 7.56047 14.1102L8.45047 15.9002C9.00047 17.0002 10.0005 17.0002 10.2405 17.0002H13.7705C14.5305 17.0002 15.2205 16.5702 15.5605 15.8902L16.4505 14.1002C16.7905 13.4202 17.4805 12.9902 18.2405 12.9902H21.9805\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 2C17.34 2 16 3.34 16 5C16 6.66 17.34 8 19 8C20.66 8 22 6.66 22 5C22 4.66 21.94 4.32 21.84 4.02\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.68945 19C3.64945 21.1 5.64945 22 8.99945 22H14.9995C19.9995 22 21.9995 20 21.9995 15V10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 2H9C4 2 2 4 2 9V15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"direct right \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.70015 3.07005C4.95015 1.62005 1.96015 4.55005 3.35015 7.33005L4.97015 10.57C5.42015 11.47 5.42015 12.53 4.97015 13.43L3.35015 16.67C1.96015 19.45 4.95015 22.37 7.70015 20.93L19.2901 14.83C21.5701 13.63 21.5701 10.37 19.2901 9.17005L12.3201 5.50005\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"direct send \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 9V2L10 4\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 2L14 4\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M1.98047 13H6.39047C6.77047 13 7.11047 13.21 7.28047 13.55L8.45047 15.89C8.79047 16.57 9.48047 17 10.2405 17H13.7705C14.5305 17 15.2205 16.57 15.5605 15.89L16.7305 13.55C16.9005 13.21 17.2505 13 17.6205 13H21.9805\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.68945 18.9999C3.64945 21.0999 5.64945 21.9999 8.99945 21.9999H14.9995C19.9995 21.9999 21.9995 19.9999 21.9995 14.9999V11.9999C21.9995 7.72988 20.5395 5.64988 16.9995 5.12988\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 5.12988C3.46 5.64988 2 7.72988 2 11.9999V14.9999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"direct up \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.06931 16.3C1.61931 19.05 4.54931 22.04 7.32931 20.65L10.5693 19.03C11.4693 18.58 12.5293 18.58 13.4293 19.03L16.6693 20.65C19.4493 22.04 22.3693 19.05 20.9293 16.3L14.8293 4.71C13.6293 2.43 10.3693 2.43 9.16931 4.71L5.49931 11.68\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"direct \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2.69 19.01C3.65 21.1 5.65 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 13.0002H5.76C6.52 13.0002 7.21 13.4302 7.55 14.1102L8.44 15.9002C9 17.0002 10 17.0002 10.24 17.0002H13.77C14.53 17.0002 15.22 16.5702 15.56 15.8902L16.45 14.1002C16.79 13.4202 17.48 12.9902 18.24 12.9902H21.98\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.6602 10H14.5002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.5 10H11.08\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.3398 7H13.6698\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"directbox default \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 9.95996V12\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 12V6C19 3.79 19 2 15 2H9C5 2 5 3.79 5 6\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 12C3 12 3 13.79 3 16V17C3 19.76 3 22 8 22H16C20 22 21 19.76 21 17V16C21 13.79 21 12 17 12C16 12 15.72 12.21 15.2 12.6L14.18 13.68C13 14.94 11 14.94 9.81 13.68L8.8 12.6C8.28 12.21 8 12 7 12Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"directbox notif \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 12C3 12 3 13.79 3 16V17C3 19.76 3 22 8 22H16C20 22 21 19.76 21 17V16C21 13.79 21 12 17 12C16 12 15.72 12.21 15.2 12.6L14.18 13.68C13 14.94 11 14.94 9.81 13.68L8.8 12.6C8.28 12.21 8 12 7 12Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 9.95996V12\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 12V6C19 3.79 19 2 15 2H9C5 2 5 3.79 5 6\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.3301 9.2002H13.6601\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.6602 6.2002H14.5002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.5 6.2002H11.08\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"directbox receive \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 2V8L14 6\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 8L10 6\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22H16C20 22 21 19.76 21 17V16C21 13.79 21 12 17 12C16 12 15.72 12.21 15.2 12.6L14.18 13.68C13 14.94 11 14.94 9.81 13.68L8.8 12.6C8.28 12.21 8 12 7 12C3 12 3 13.79 3 16V17C3 19.76 3 22 8 22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 12V8.00004C5 5.99004 5 4.33004 8 4.04004\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 12V8.00004C19 5.99004 19 4.33004 16 4.04004\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"directbox send \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 8V2L10 4\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 2L14 4\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22H16C20 22 21 19.76 21 17V16C21 13.79 21 12 17 12C16 12 15.72 12.21 15.2 12.6L14.18 13.68C13 14.94 11 14.94 9.81 13.68L8.8 12.6C8.28 12.21 8 12 7 12C3 12 3 13.79 3 16V17C3 19.76 3 22 8 22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 12V10C5 7.99004 5 6.33004 8 6.04004\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 12V10C19 7.99004 19 6.33004 16 6.04004\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"discount circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 15L15 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 6C2.75 7.67 2 9.75 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2C10.57 2 9.19997 2.29998 7.96997 2.84998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.4945 14.5H14.5035\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.49451 9.5H9.50349\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"discount shape \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.6604 20.01L13.1404 21.53C12.5204 22.15 11.5004 22.15 10.8804 21.53L9.36039 20.01C9.10039 19.75 8.59041 19.54 8.23041 19.54H6.08039C5.20039 19.54 4.48041 18.8199 4.48041 17.9399V15.79C4.48041 15.43 4.27041 14.92 4.01041 14.66L2.49039 13.14C1.87039 12.52 1.87039 11.5 2.49039 10.88L4.01041 9.35999C4.27041 9.09999 4.48041 8.58998 4.48041 8.22998V6.07996C4.48041 5.19996 5.20039 4.47998 6.08039 4.47998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.33984 3.9899L10.8598 2.46988C11.4798 1.84988 12.4998 1.84988 13.1198 2.46988L14.6399 3.9899C14.8999 4.2499 15.4098 4.45987 15.7698 4.45987H17.9199C18.7999 4.45987 19.5198 5.17997 19.5198 6.05997V8.20987C19.5198 8.56987 19.7298 9.07988 19.9898 9.33988L21.5099 10.8599C22.1299 11.4799 22.1299 12.4999 21.5099 13.1199L19.9898 14.6399C19.7298 14.8999 19.5198 15.4099 19.5198 15.7699V17.92C19.5198 18.8 18.7999 19.5199 17.9199 19.5199\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 15L15 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.4945 14.5H14.5035\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.49451 9.5H9.50349\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"discover 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.86912 4.59C6.41912 4.95 4.94912 6.42 4.58912 7.87L2.09912 17.8C1.34912 20.8 3.18912 22.65 6.19912 21.9L16.1291 19.42C17.5691 19.06 19.0491 17.58 19.4091 16.14L21.8991 6.2C22.6491 3.2 20.8091 1.35 17.7991 2.1L13.0091 3.3\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 15.5C13.933 15.5 15.5 13.933 15.5 12C15.5 10.067 13.933 8.5 12 8.5C10.067 8.5 8.5 10.067 8.5 12C8.5 13.933 10.067 15.5 12 15.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"discover \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.71 14.03C15.51 13.07 16 11.84 16 10.5C16 9.13 14.87 8 13.5 8C10.47 8 8 10.48 8 13.5C8 14.87 9.12 16 10.5 16\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 6C2.75 7.67 2 9.75 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2C10.57 2 9.2 2.3 7.97 2.85\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"dislike \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2.51973 12.05C2.01973 13.45 2.91973 14.65 4.41973 14.65H8.41973C9.01973 14.65 9.51973 15.15 9.41973 15.85L8.91973 19.05C8.71973 19.95 9.31973 20.95 10.2197 21.25C11.0197 21.55 12.0197 21.15 12.4197 20.55L16.5197 14.45\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.5193 5.65002L13.4193 3.25002C13.0193 2.85002 12.1193 2.65002 11.5193 2.65002H7.7193C6.5193 2.65002 5.2193 3.55002 4.9193 4.75002L3.7793 8.22002\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.6191 5.65V15.45C21.6191 16.85 21.0191 17.35 19.6191 17.35H18.6191C17.2191 17.35 16.6191 16.85 16.6191 15.45V5.65C16.6191 4.25 17.2191 3.75 18.6191 3.75H19.6191C21.0191 3.75 21.6191 4.25 21.6191 5.65Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"document 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 9C2 4 4 2 9 2H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 10V15C22 20 20 22 15 22H9C4 22 2 20 2 15V12.98\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 10C15 10 14 9 14 6V2L22 10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"document cloud \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 13V15C2 20 4 22 9 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 10V13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 10H18C15 10 14 9 14 6V2L22 10Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.7605 18.2598C11.4105 18.4298 11.4105 21.8298 13.7605 21.9998H19.3205C19.9905 21.9998 20.6505 21.7498 21.1405 21.2998C22.7905 19.8598 21.9105 16.9798 19.7405 16.7098C18.9605 12.0198 12.1805 13.7998 13.7805 18.2698\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"document code 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 13.03V7C21 4 19.5 2 16 2H8C4.5 2 3 4 3 7V14\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 22H16C19.5 22 21 20 21 17\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.5 4.5V6.5C14.5 7.6 15.4 8.5 16.5 8.5H18.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 17L2 19L4 21\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 17L9 19L7 21\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"document code \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 7C3 4 4.5 2 8 2H16C19.5 2 21 4 21 7V17C21 20 19.5 22 16 22H8C4.5 22 3 20 3 17V11.02\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.5 4.5V6.5C14.5 7.6 15.4 8.5 16.5 8.5H18.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 13L8 15L10 17\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 13L16 15L14 17\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"document copy \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 12.6C2 8.6 3.6 7 7.6 7H10.6\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 13.3999V16.3999C17 20.3999 15.4 21.9999 11.4 21.9999H7.6C3.6 21.9999 2 20.3999 2 16.3999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.7996 13.4C11.3996 13.4 10.5996 12.6 10.5996 10.2V7L16.9996 13.4\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.5996 2H15.5996\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 5C7 3.34 8.34 2 10 2H12.62\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.9995 8V14.19C21.9995 15.74 20.7395 17 19.1895 17\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 8H19C16.75 8 16 7.25 16 5V2L22 8Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"document download \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 14.3501V17.0001L11 15.0001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 11V12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 17L7 15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 9C2 4 4 2 9 2H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 10V15C22 20 20 22 15 22H9C4 22 2 20 2 15V12.98\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 10C15 10 14 9 14 6V2L22 10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"document favorite \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.41978 18.2001C8.91978 18.2001 7.14978 17.3701 6.61978 15.7201C6.28978 14.6901 6.67978 13.4201 7.74978 13.0701C8.31978 12.8901 9.01978 13.0401 9.40978 13.5901C9.77978 13.0201 10.5098 12.8901 11.0698 13.0701C12.1498 13.4201 12.5298 14.6901 12.2098 15.7201\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 9C2 4 4 2 9 2H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 10V15C22 20 20 22 15 22H9C4 22 2 20 2 15V12.98\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 10C15 10 14 9 14 6V2L22 10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"document filter \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.34985 2H12.2499C12.9899 2 13.5999 2.61001 13.5999 3.35001V4.82999C13.5999 5.36999 13.2599 6.04 12.9299 6.38L10.0299 8.94C9.62991 9.28 9.35986 9.94999 9.35986 10.49V13.39C9.35986 13.79 9.08988 14.33 8.74988 14.54L7.80987 15.15C6.92987 15.69 5.71985 15.08 5.71985 14V10.43C5.71985 9.95999 5.44987 9.35001 5.17987 9.01001L2.61987 6.31C2.27987 5.97 2.00989 5.36999 2.00989 4.95999V3.41C1.99989 2.61 2.60985 2 3.34985 2Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.9992 9C21.9992 5.88 21.2192 3.91999 19.4092 2.89999C18.8992 2.60999 17.8792 2.38999 16.9492 2.23999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 12V15C2 20 4 22 9 22H15C20 22 22 20 22 15V13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 13H18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 17H18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"document forward \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.3496 15H12.9996L10.9996 17\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 15H8\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 15L11 13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 9C2 4 4 2 9 2H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 10V15C22 20 20 22 15 22H9C4 22 2 20 2 15V12.98\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 10C15 10 14 9 14 6V2L22 10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"document like \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 7C3 4 4.5 2 8 2H16C19.5 2 21 4 21 7V17C21 20 19.5 22 16 22H8C4.5 22 3 20 3 17V11.02\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.5 4.5V6.5C14.5 7.6 15.4 8.5 16.5 8.5H18.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.47916 15.4901C7.14916 14.4601 7.53914 13.1901 8.60914 12.8401C9.17914 12.6601 9.87914 12.8101 10.2691 13.3601C10.6391 12.7901 11.3691 12.6601 11.9291 12.8401C13.0091 13.1901 13.3892 14.4601 13.0692 15.4901C12.5592 17.1201 10.7691 17.9701 10.2691 17.9701C9.77914 17.9601 8.00916 17.1301 7.47916 15.4901Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"document normal \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.96 2H10C9 2 8 2 8 4C8 6 9 6 10 6H14C16 6 16 5 16 4C16 2 15 2 14 2\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 10C3 5.44002 4.67 4.20002 8 4.02002\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 4.02002C19.33 4.20002 21 5.43002 21 10V16C21 20 20 22 15 22H9C4 22 3 20 3 16V13.91\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"document previous \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.65 15H7L9 17\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 15H12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 15L9 13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 9C2 4 4 2 9 2H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 10V15C22 20 20 22 15 22H9C4 22 2 20 2 15V12.98\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 10C15 10 14 9 14 6V2L22 10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"document sketch \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.2895 17.7C9.93952 18.05 9.35952 18.05 9.00952 17.7L6.54952 15.24C6.25952 14.95 6.20952 14.44 6.43952 14.1L7.56952 12.4C7.71952 12.18 8.05952 12 8.31952 12H10.9695C11.2395 12 11.5795 12.18 11.7195 12.4L12.8495 14.1C13.0795 14.44 13.0295 14.95 12.7395 15.24\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 9C2 4 4 2 9 2H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 10V15C22 20 20 22 15 22H9C4 22 2 20 2 15V12.98\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 10C15 10 14 9 14 6V2L22 10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"document text 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 7C3 4 4.5 2 8 2H16C19.5 2 21 4 21 7V17C21 20 19.5 22 16 22H8C4.5 22 3 20 3 17V11.02\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.5 4.5V6.5C14.5 7.6 15.4 8.5 16.5 8.5H18.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 13H12\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 17H16\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"document text \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 13H13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 13H9.45\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 17H11\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 9C2 4 4 2 9 2H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 10V15C22 20 20 22 15 22H9C4 22 2 20 2 15V12.98\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 10C15 10 14 9 14 6V2L22 10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"document upload \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 13.65V11L11 13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 17V16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 11L7 13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 9C2 4 4 2 9 2H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 10V15C22 20 20 22 15 22H9C4 22 2 20 2 15V12.98\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 10C15 10 14 9 14 6V2L22 10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"document \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 12.98V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.75 9H8.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.75 15H8.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"dollar square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.66992 14.3301C8.66992 15.6201 9.65992 16.6601 10.8899 16.6601H13.3999C14.4699 16.6601 15.3399 15.7501 15.3399 14.6301C15.3399 13.4101 14.8099 12.9801 14.0199 12.7001L9.98992 11.3001C9.19992 11.0201 8.66992 10.5901 8.66992 9.37009C8.66992 8.25009 9.53992 7.34009 10.6099 7.34009H13.1199C14.3499 7.34009 15.3399 8.38009 15.3399 9.67009\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 6V18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 9C2 4 4 2 9 2H15C20 2 22 4 22 9V15C22 20 20 22 15 22H9C4 22 2 20 2 15V13.03\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"driver 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 6.25V8.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 6.25V8.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 9C2 4 4 2 9 2H15C20 2 22 4 22 9V15C22 20 20 22 15 22H9C4 22 2 20 2 15V12H18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 16V18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 16V18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 7.25H18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 17H18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"driver refresh \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 6.25V8.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 12V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 6.25V8.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 16V18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 16V18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 7.25H18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 12H18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.5594 20.33C20.9994 21.3 19.9494 21.95 18.7494 21.95C16.9594 21.95 15.8594 20.15 15.8594 20.15M15.9294 17.09C16.4894 16.11 17.5394 15.46 18.7494 15.46C20.9194 15.46 21.9994 17.26 21.9994 17.26M21.9994 15.25V17.25H19.9994M17.8594 20.14H15.8594V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"driver \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.3198 10H4.68977C3.20977 10 2.00977 8.79002 2.00977 7.32002V4.69002C2.00977 3.21002 3.21977 2.01001 4.68977 2.01001H19.3198C20.7998 2.01001 21.9998 3.22002 21.9998 4.69002V7.32002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.3198 22H4.68977C3.20977 22 2.00977 20.79 2.00977 19.32V16.69C2.00977 15.21 3.21977 14.01 4.68977 14.01H19.3198C20.7998 14.01 21.9998 15.22 21.9998 16.69V19.32C21.9998 20.79 20.7898 22 19.3198 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 5V7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 5V7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 17V19\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 17V19\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 6H18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 18H18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"driving \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.2812 2H9.45117C7.65117 2 7.25118 2.90001 7.02118 4.01001L6.20117 7.92999H17.8012L16.9812 4.01001C16.7512 2.91001 16.3512 2 14.5512 2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.1605 13.4299L19.2405 14.3199C19.3205 15.1699 18.6405 15.9 17.7705 15.9H16.4105C15.6305 15.9 15.5205 15.57 15.3805 15.15L15.2305 14.7199C15.0305 14.1299 14.9005 13.7299 13.8505 13.7299H10.1405C9.10054 13.7299 8.94054 14.1799 8.76054 14.7199L8.61054 15.15C8.47054 15.56 8.36054 15.9 7.58054 15.9H6.22054C5.35054 15.9 4.67054 15.1699 4.75054 14.3199L5.16055 9.89996C5.26055 8.80996 5.47054 7.91992 7.37054 7.91992H16.6205C18.5205 7.91992 18.7305 8.80996 18.8305 9.89996\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.2007 5.75H5.4707\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.5308 5.75H17.8008\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.65039 10.8301H9.8204\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.1797 10.8301H16.3497\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 17V18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 21V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 18L2 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 18L22 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"drop \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.90039 13.9C3.90039 18.36 7.5304 22 12.0004 22C16.4704 22 20.1004 18.37 20.1004 13.91C20.1304 8.47996 14.5004 3.66996 12.6104 2.20996\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.6109 2.21C12.2509 1.93 11.751 1.93 11.391 2.21C10.011 3.26 6.67094 6.04 4.96094 9.6\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"edit 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.3694 10.1699L18.7094 8.74993C20.1294 7.24993 20.7694 5.53993 18.5594 3.44993C16.3494 1.36993 14.6794 2.09993 13.2594 3.59993L5.04936 12.2899C4.73936 12.6199 4.43936 13.2699 4.37936 13.7199L4.00936 16.9599C3.87936 18.1299 4.71936 18.9299 5.87936 18.7299L9.09936 18.1799C9.54936 18.0999 10.1794 17.7699 10.4894 17.4299L14.4394 13.2499\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.8906 5.05005C12.3206 7.81005 14.5606 9.92005 17.3406 10.2\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 22H14\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 22H21\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"edit \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 13V15C22 20 20 22 15 22H9C4 22 2 20 2 15V13.48\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.9299 9.01001L20.9799 7.96001C22.3399 6.60001 22.9799 5.02001 20.9799 3.02001C18.9799 1.02001 17.3999 1.66001 16.0399 3.02001L8.15988 10.9C7.85988 11.2 7.55988 11.79 7.49988 12.22L7.06988 15.23C6.90988 16.32 7.67988 17.08 8.76988 16.93L11.7799 16.5C12.1999 16.44 12.7899 16.14 13.0999 15.84L16.2799 12.66L17.0099 11.93\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.9102 4.1499C15.5802 6.5399 17.4502 8.4099 19.8502 9.0899\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"electricity \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.4998 7.96001V6.91C17.4998 5.86 16.6398 5 15.5898 5H8.41977C7.36977 5 6.50977 5.86 6.50977 6.91V12C6.50977 14.2 8.00977 16 10.5098 16H13.5098C16.0098 16 17.5098 14.2 17.5098 12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.5 2V5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.5 2V5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22V16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"element 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.27 22C9.86 22 10.5 21.4 10.5 19.9V4.1C10.5 2.6 9.86 2 8.27 2H4.23C2.64 2 2 2.6 2 4.1V19.9C2 21.4 2.64 22 4.23 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.73 2C14.14 2 13.5 2.6 13.5 4.1V10.9C13.5 12.4 14.14 13 15.73 13H19.77C21.36 13 22 12.4 22 10.9V4.1C22 2.6 21.36 2 19.77 2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 19.9V18.1C22 16.6 21.36 16 19.77 16H15.73C14.14 16 13.5 16.6 13.5 18.1V19.9C13.5 21.4 14.14 22 15.73 22H19.77C21.36 22 22 21.4 22 19.9Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"element 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.73 2C14.14 2 13.5 2.57 13.5 3.98V8.51C13.5 9.93 14.14 10.49 15.73 10.49H19.77C21.36 10.49 22 9.92 22 8.51V3.98C22 2.57 21.36 2 19.77 2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 19.77V15.73C22 14.14 21.36 13.5 19.77 13.5H15.73C14.14 13.5 13.5 14.14 13.5 15.73V19.77C13.5 21.36 14.14 22 15.73 22H19.77C21.36 22 22 21.36 22 19.77Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.5 8.52V3.98C10.5 2.57 9.86 2 8.27 2H4.23C2.64 2 2 2.57 2 3.98V8.51C2 9.93 2.64 10.49 4.23 10.49H8.27C9.86 10.5 10.5 9.93 10.5 8.52Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.27 22C9.86 22 10.5 21.36 10.5 19.77V15.73C10.5 14.14 9.86 13.5 8.27 13.5H4.23C2.64 13.5 2 14.14 2 15.73V19.77C2 21.36 2.64 22 4.23 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"element 4 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.73 2C14.14 2 13.5 2.6 13.5 4.1V10.9C13.5 12.4 14.14 13 15.73 13H19.77C21.36 13 22 12.4 22 10.9V4.1C22 2.6 21.36 2 19.77 2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 19.9V18.1C22 16.6 21.36 16 19.77 16H15.73C14.14 16 13.5 16.6 13.5 18.1V19.9C13.5 21.4 14.14 22 15.73 22H19.77C21.36 22 22 21.4 22 19.9Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.23 22C2.64 22 2 21.4 2 19.9V13.1C2 11.6 2.64 11 4.23 11H8.27C9.86 11 10.5 11.6 10.5 13.1V19.9C10.5 21.4 9.86 22 8.27 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.5 4.1V5.9C10.5 7.4 9.86 8 8.27 8H4.23C2.64 8 2 7.4 2 5.9V4.1C2 2.6 2.64 2 4.23 2H8.27C9.86 2 10.5 2.6 10.5 4.1Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"element equal \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.73 2C14.14 2 13.5 2.64 13.5 4.23V8.27C13.5 9.86 14.14 10.5 15.73 10.5H19.77C21.36 10.5 22 9.86 22 8.27V4.23C22 2.64 21.36 2 19.77 2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.5 8.52V3.98C10.5 2.57 9.86 2 8.27 2H4.23C2.64 2 2 2.57 2 3.98V8.51C2 9.93 2.64 10.49 4.23 10.49H8.27C9.86 10.5 10.5 9.93 10.5 8.52Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.27 22C9.86 22 10.5 21.36 10.5 19.77V15.73C10.5 14.14 9.86 13.5 8.27 13.5H4.23C2.64 13.5 2 14.14 2 15.73V19.77C2 21.36 2.64 22 4.23 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 15.5H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M15 19.5H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n</svg>\n</li><li title=\"element plus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.73 2C14.14 2 13.5 2.64 13.5 4.23V8.27C13.5 9.86 14.14 10.5 15.73 10.5H19.77C21.36 10.5 22 9.86 22 8.27V4.23C22 2.64 21.36 2 19.77 2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.5 8.52V3.98C10.5 2.57 9.86 2 8.27 2H4.23C2.64 2 2 2.57 2 3.98V8.51C2 9.93 2.64 10.49 4.23 10.49H8.27C9.86 10.5 10.5 9.93 10.5 8.52Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.27 22C9.86 22 10.5 21.36 10.5 19.77V15.73C10.5 14.14 9.86 13.5 8.27 13.5H4.23C2.64 13.5 2 14.14 2 15.73V19.77C2 21.36 2.64 22 4.23 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.5 17.5H20.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M17.5 20.5V14.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n</svg>\n</li><li title=\"emoji happy \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 12.96V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5 9.75C16.3284 9.75 17 9.07843 17 8.25C17 7.42157 16.3284 6.75 15.5 6.75C14.6716 6.75 14 7.42157 14 8.25C14 9.07843 14.6716 9.75 15.5 9.75Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 9.75C9.32843 9.75 10 9.07843 10 8.25C10 7.42157 9.32843 6.75 8.5 6.75C7.67157 6.75 7 7.42157 7 8.25C7 9.07843 7.67157 9.75 8.5 9.75Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.4 13.3H15.6C16.1 13.3 16.5 13.7 16.5 14.2C16.5 16.69 14.49 18.7 12 18.7C9.51 18.7 7.5 16.69 7.5 14.2C7.5 13.7 7.9 13.3 8.4 13.3Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"emoji normal \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 13V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 8.25C8 9.25 9.63 9.25 10.64 8.25\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.3594 8.25C14.3594 9.25 15.9894 9.25 16.9994 8.25\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.4 13H15.6C16.1 13 16.5 13.4 16.5 13.9C16.5 16.39 14.49 18.4 12 18.4C9.51 18.4 7.5 16.39 7.5 13.9C7.5 13.4 7.9 13 8.4 13Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"emoji sad \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 13V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 8.75C8 7.75 9.63 7.75 10.64 8.75\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.3594 8.75C14.3594 7.75 15.9894 7.75 16.9994 8.75\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.4 17.7H15.6C16.1 17.7 16.5 17.3 16.5 16.8C16.5 14.31 14.49 12.3 12 12.3C9.51 12.3 7.5 14.31 7.5 16.8C7.5 17.3 7.9 17.7 8.4 17.7Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"empty wallet add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22.5608 13.9702V16.0302C22.5608 16.5802 22.1208 17.0302 21.5608 17.0502H19.6008C18.5208 17.0502 17.5308 16.2602 17.4408 15.1802C17.3808 14.5502 17.6208 13.9602 18.0408 13.5502C18.4108 13.1702 18.9208 12.9502 19.4808 12.9502H21.5608C22.1208 12.9702 22.5608 13.4202 22.5608 13.9702Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 12H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 19C9 19.75 8.79 20.46 8.42 21.06C8.21 21.42 7.94 21.74 7.63 22C6.93 22.63 6.01 23 5 23C3.54 23 2.27 22.22 1.58 21.06C1.21 20.46 1 19.75 1 19C1 17.74 1.58 16.61 2.5 15.88C3.19 15.33 4.06 15 5 15C7.21 15 9 16.79 9 19Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.48976 18.98H3.50977\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 17.52V20.51\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 22H7.63C7.94 21.74 8.21 21.42 8.42 21.06C8.79 20.46 9 19.75 9 19C9 16.79 7.21 15 5 15C4.06 15 3.19 15.33 2.5 15.88V11.51C2.5 9.44001 4.19 7.75 6.26 7.75H17.74C19.81 7.75 21.5 9.44001 21.5 11.51V12.95H19.48C18.92 12.95 18.41 13.17 18.04 13.55C17.62 13.96 17.38 14.55 17.44 15.18C17.53 16.26 18.52 17.05 19.6 17.05H21.5V18.24C21.5 20.31 19.81 22 17.74 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.2793 2.16982C13.5193 1.69982 14.8493 2.61985 14.8493 3.94985V7.74983\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.5 12.4099V7.83997C2.5 6.64997 3.23 5.58992 4.34 5.16992L8.31 3.66992\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"empty wallet change \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2.5 13.24V11.51C2.5 9.44001 4.18999 7.75 6.25999 7.75H17.74C19.81 7.75 21.5 9.44001 21.5 11.51V12.95H19.48C18.92 12.95 18.41 13.17 18.04 13.55C17.62 13.96 17.38 14.55 17.44 15.18C17.53 16.26 18.52 17.05 19.6 17.05H21.5V18.24C21.5 20.31 19.81 22 17.74 22H12.26\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22.5608 13.9699V16.03C22.5608 16.58 22.1208 17.0299 21.5608 17.0499H19.6008C18.5208 17.0499 17.5308 16.2599 17.4408 15.1799C17.3808 14.5499 17.6208 13.9599 18.0408 13.5499C18.4108 13.1699 18.9208 12.95 19.4808 12.95H21.5608C22.1208 12.97 22.5608 13.4199 22.5608 13.9699Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 12H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 16.5H8.34C8.98 16.5 9.5 17.02 9.5 17.66V18.94\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.22 15.28L3 16.5L4.22 17.72\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.5 21.7801H4.16C3.52 21.7801 3 21.2601 3 20.6201V19.3401\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.2793 23.0001L9.4993 21.7801L8.2793 20.5601\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.2793 2.17006C13.5193 1.70006 14.8493 2.62009 14.8493 3.95009V7.75008\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.5 12.4099V7.83997C2.5 6.64997 3.23 5.58992 4.34 5.16992L8.31 3.66992\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"empty wallet remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14 22H7.63C7.94 21.74 8.21 21.42 8.42 21.06C8.79 20.46 9 19.75 9 19C9 16.79 7.21 15 5 15C4.06 15 3.19 15.33 2.5 15.88V11.51C2.5 9.44001 4.19 7.75 6.26 7.75H17.74C19.81 7.75 21.5 9.44001 21.5 11.51V12.95H19.48C18.92 12.95 18.41 13.17 18.04 13.55C17.62 13.96 17.38 14.55 17.44 15.18C17.53 16.26 18.52 17.05 19.6 17.05H21.5V18.24C21.5 20.31 19.81 22 17.74 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22.5608 13.9702V16.0302C22.5608 16.5802 22.1208 17.0302 21.5608 17.0502H19.6008C18.5208 17.0502 17.5308 16.2602 17.4408 15.1802C17.3808 14.5502 17.6208 13.9602 18.0408 13.5502C18.4108 13.1702 18.9208 12.9502 19.4808 12.9502H21.5608C22.1208 12.9702 22.5608 13.4202 22.5608 13.9702Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 12H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 19C9 19.75 8.79 20.46 8.42 21.06C8.21 21.42 7.94 21.74 7.63 22C6.93 22.63 6.01 23 5 23C3.54 23 2.27 22.22 1.58 21.06C1.21 20.46 1 19.75 1 19C1 17.74 1.58 16.61 2.5 15.88C3.19 15.33 4.06 15 5 15C7.21 15 9 16.79 9 19Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.06922 20.0399L3.94922 17.9299\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.04969 17.96L3.92969 20.0699\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.2793 2.16982C13.5193 1.69982 14.8493 2.61985 14.8493 3.94985V7.74983\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.5 12.4099V7.83997C2.5 6.64997 3.23 5.58992 4.34 5.16992L8.31 3.66992\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"empty wallet tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22.5608 13.9702V16.0302C22.5608 16.5802 22.1208 17.0302 21.5608 17.0502H19.6008C18.5208 17.0502 17.5308 16.2602 17.4408 15.1802C17.3808 14.5502 17.6208 13.9602 18.0408 13.5502C18.4108 13.1702 18.9208 12.9502 19.4808 12.9502H21.5608C22.1208 12.9702 22.5608 13.4202 22.5608 13.9702Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 12H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 19C9 19.75 8.79 20.46 8.42 21.06C8.21 21.42 7.94 21.74 7.63 22C6.93 22.63 6.01 23 5 23C3.54 23 2.27 22.22 1.58 21.06C1.21 20.46 1 19.75 1 19C1 17.74 1.58 16.61 2.5 15.88C3.19 15.33 4.06 15 5 15C7.21 15 9 16.79 9 19Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.43945 19L4.42944 19.99L6.55945 18.02\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 22H7.63C7.94 21.74 8.21 21.42 8.42 21.06C8.79 20.46 9 19.75 9 19C9 16.79 7.21 15 5 15C4.06 15 3.19 15.33 2.5 15.88V11.51C2.5 9.44001 4.18999 7.75 6.25999 7.75H17.74C19.81 7.75 21.5 9.44001 21.5 11.51V12.95H19.48C18.92 12.95 18.41 13.17 18.04 13.55C17.62 13.96 17.38 14.55 17.44 15.18C17.53 16.26 18.52 17.05 19.6 17.05H21.5V18.24C21.5 20.31 19.81 22 17.74 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.2793 2.16982C13.5193 1.69982 14.8493 2.61985 14.8493 3.94985V7.74983\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.5 12.4099V7.83997C2.5 6.64997 3.23 5.58992 4.34 5.16992L8.31 3.66992\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"empty wallet time \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22.5608 13.9699V16.03C22.5608 16.58 22.1208 17.0299 21.5608 17.0499H19.6008C18.5208 17.0499 17.5308 16.2599 17.4408 15.1799C17.3808 14.5499 17.6208 13.9599 18.0408 13.5499C18.4108 13.1699 18.9208 12.95 19.4808 12.95H21.5608C22.1208 12.97 22.5608 13.4199 22.5608 13.9699Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 12H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 19C9 20.2 8.47 21.27 7.64 22C6.93 22.62 6.01 23 5 23C2.79 23 1 21.21 1 19C1 17.74 1.58 16.61 2.5 15.88C3.19 15.33 4.06 15 5 15C7.21 15 9 16.79 9 19Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.25 17.75V19.25L4 20\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 22H7.63C7.94 21.74 8.21 21.42 8.42 21.06C8.79 20.46 9 19.75 9 19C9 16.79 7.21 15 5 15C4.06 15 3.19 15.33 2.5 15.88V11.51C2.5 9.44001 4.18999 7.75 6.25999 7.75H17.74C19.81 7.75 21.5 9.44001 21.5 11.51V12.95H19.48C18.92 12.95 18.41 13.17 18.04 13.55C17.62 13.96 17.38 14.55 17.44 15.18C17.53 16.26 18.52 17.05 19.6 17.05H21.5V18.24C21.5 20.31 19.81 22 17.74 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.2793 2.17006C13.5193 1.70006 14.8493 2.62009 14.8493 3.95009V7.75008\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.5 12.4099V7.83997C2.5 6.64997 3.23 5.58992 4.34 5.16992L8.31 3.66992\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"empty wallet \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2.5 14.07V11.51C2.5 9.44001 4.19 7.75 6.26 7.75H17.74C19.81 7.75 21.5 9.44001 21.5 11.51V12.95H19.48C18.92 12.95 18.41 13.17 18.04 13.55C17.62 13.96 17.38 14.55 17.44 15.18C17.53 16.26 18.52 17.05 19.6 17.05H21.5V18.24C21.5 20.31 19.81 22 17.74 22H6.26C4.19 22 2.5 20.31 2.5 18.24\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.2793 2.16982C13.5193 1.69982 14.8493 2.61985 14.8493 3.94985V7.74983\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.5 12.4099V7.83997C2.5 6.64997 3.23 5.58992 4.34 5.16992L8.31 3.66992\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22.5608 13.9702V16.0302C22.5608 16.5802 22.1208 17.0302 21.5608 17.0502H19.6008C18.5208 17.0502 17.5308 16.2602 17.4408 15.1802C17.3808 14.5502 17.6208 13.9602 18.0408 13.5502C18.4108 13.1702 18.9208 12.9502 19.4808 12.9502H21.5608C22.1208 12.9702 22.5608 13.4202 22.5608 13.9702Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 12H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"eraser 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.0908 10.66C22.2608 9.48997 22.2608 7.57997 21.0908 6.41997L17.5807 2.90997C16.4107 1.73997 14.5008 1.73997 13.3408 2.90997L2.9107 13.34C1.7407 14.51 1.7407 16.42 2.9107 17.58L6.42071 21.09C7.59071 22.26 9.5007 22.26 10.6607 21.09L17.7407 14.01\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.11914 9.12988L14.8691 16.8799\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.51953 17.66L9.16949 12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.33984 20.4901L11.9998 14.8301\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"eraser \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 13.05V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.98945 15.08L8.92944 17.02C9.56944 17.66 10.6295 17.66 11.2695 17.02L17.0195 11.27C17.6595 10.63 17.6595 9.57 17.0195 8.93L15.0794 6.99001C14.4394 6.35001 13.3795 6.35001 12.7395 6.99001L6.98945 12.74C6.33945 13.38 6.33945 14.43 6.98945 15.08Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.30859 10.4199L13.5786 14.6899\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"export 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13 11L21.2 2.80005\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.9992 6.8V2H17.1992\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 12.99V15C2 20 4 22 9 22H15C20 22 22 20 22 15V13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"export 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.5605 7.44005L21.2005 2.80005\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 11L14 10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.9999 6.83V2H17.1699\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"export 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.52 18.01C16.16 19.25 14.29 20 12 20C7 20 4 16.42 4 12\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.9998 12C19.9998 13.05 19.8298 14.05 19.5098 14.97\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.43945 6.46991L11.9995 3.90991L14.5595 6.46991\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 9.14998V3.97998\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 14.1499V12.1899\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"export \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 15.0001V3.62012\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.3504 5.85L12.0004 2.5L8.65039 5.85\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.74047 21.4999C4.27047 21.4999 2.48047 19.7099 2.48047 15.2399V15.1099C2.48047 11.0899 3.93047 9.23991 7.47047 8.90991\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.4398 8.8999C20.0398 9.2099 21.5098 11.0599 21.5098 15.1099V15.2399C21.5098 19.7099 19.7198 21.4999 15.2498 21.4999H13.0098\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"external drive \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4 7C4 4 6 2 9 2H16C19 2 21 4 21 7V17C21 20 19 22 16 22H9C6 22 4 20 4 17V11.71\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 15H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 12H8\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 9.5H8\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 7H8\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.4945 18.25H16.5035\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"eye slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.5299 9.47004L9.46992 14.53C8.81992 13.88 8.41992 12.99 8.41992 12C8.41992 10.02 10.0199 8.42004 11.9999 8.42004C12.9899 8.42004 13.8799 8.82004 14.5299 9.47004Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.59984 17.76C4.59984 16.9 3.68984 15.84 2.88984 14.59C1.98984 13.18 1.98984 10.81 2.88984 9.4C4.06984 7.55 5.50984 6.1 7.11984 5.13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.82 5.76998C16.07 4.44998 14.07 3.72998 12 3.72998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.41992 19.5301C9.55992 20.0101 10.7699 20.2701 11.9999 20.2701C15.5299 20.2701 18.8199 18.1901 21.1099 14.5901C22.0099 13.1801 22.0099 10.8101 21.1099 9.40005C20.7799 8.88005 20.4199 8.39005 20.0499 7.93005\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5095 12.7C15.2495 14.11 14.0995 15.26 12.6895 15.52\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.47 14.53L2 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.9993 2L14.5293 9.47\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"eye \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.02992 14C8.63992 13.43 8.41992 12.74 8.41992 12C8.41992 10.02 10.0199 8.42004 11.9999 8.42004C13.9799 8.42004 15.5799 10.02 15.5799 12C15.5799 13.98 13.9799 15.58 11.9999 15.58\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.5598 5.57998C15.8698 4.37998 13.9698 3.72998 11.9998 3.72998C8.46984 3.72998 5.17984 5.80998 2.88984 9.40998C1.98984 10.82 1.98984 13.19 2.88984 14.6C5.17984 18.2 8.46984 20.28 11.9998 20.28C15.5298 20.28 18.8198 18.2 21.1098 14.6C22.0098 13.19 22.0098 10.82 21.1098 9.40998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"fatrows \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 15.73C22 14.14 21.4 13.5 19.9 13.5H4.1C2.6 13.5 2 14.14 2 15.73V19.77C2 21.36 2.6 22 4.1 22H19.9C21.4 22 22 21.36 22 19.77\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 8.27C2 9.86 2.6 10.5 4.1 10.5H12.9C14.4 10.5 15 9.86 15 8.27V4.23C15 2.64 14.4 2 12.9 2H4.1C2.6 2 2 2.64 2 4.23\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"favorite chart \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 13V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.33008 14.49L9.71008 11.4C10.0501 10.96 10.6801 10.88 11.1201 11.22L12.9501 12.66C13.3901 13 14.0201 12.92 14.3601 12.49L16.6701 9.51001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.5492 16.9799C20.2492 16.9299 19.8892 16.6599 19.7492 16.3799L19.4692 15.8099C18.9292 14.7199 18.0492 14.7199 17.5192 15.8099L17.2392 16.3799C17.0992 16.6599 16.7492 16.9199 16.4392 16.9799L16.0592 17.0399C14.9192 17.2299 14.6492 18.0699 15.4692 18.8999L15.8192 19.2499C16.0492 19.4899 16.1792 19.9499 16.1092 20.2699L16.0592 20.4799C15.7492 21.8599 16.4792 22.3899 17.6792 21.6699L17.9392 21.5199C18.2492 21.3399 18.7492 21.3399 19.0592 21.5199L19.3192 21.6699C20.5292 22.3999 21.2592 21.8599 20.9392 20.4799L20.8892 20.2699\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"filter add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.6309 14.75C21.6309 15.64 21.3809 16.48 20.9409 17.2C20.1209 18.58 18.6109 19.5 16.8809 19.5C15.1509 19.5 13.6409 18.57 12.8209 17.2C12.3809 16.49 12.1309 15.64 12.1309 14.75C12.1309 12.13 14.2609 10 16.8809 10C19.5009 10 21.6309 12.13 21.6309 14.75Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.6594 14.73H15.1094\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.8789 13V16.55\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.33055 2H18.6705C19.7805 2 20.6905 2.91002 20.6905 4.02002V6.23999C20.6905 7.04999 20.1805 8.06001 19.6805 8.57001L17.9205 10.12C17.5905 10.04 17.2405 10 16.8805 10C14.2605 10 12.1305 12.13 12.1305 14.75C12.1305 15.64 12.3805 16.48 12.8205 17.2C13.1905 17.82 13.7005 18.35 14.3205 18.73V19.07C14.3205 19.68 13.9205 20.49 13.4105 20.79L12.0005 21.7C10.6905 22.51 8.87054 21.6 8.87054 19.98V14.63C8.87054 13.92 8.46055 13.01 8.06055 12.51L4.22055 8.46997C3.72055 7.95997 3.31055 7.05001 3.31055 6.45001\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"filter edit \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.33008 2H18.67C19.78 2 20.6901 2.90999 20.6901 4.01999V6.23999C20.6901 7.04999 20.1801 8.06 19.6801 8.56\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.4105 20.7899L12.0005 21.7C10.6905 22.51 8.87054 21.5999 8.87054 19.9799V14.6299C8.87054 13.9199 8.47055 13.0099 8.06055 12.5099L4.22052 8.46994C3.71052 7.95994 3.31055 7.05995 3.31055 6.44995\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.0802 11.8899L13.5401 15.4299C13.4001 15.5699 13.2701 15.8299 13.2401 16.0199L13.0501 17.3699C12.9801 17.8599 13.3202 18.1999 13.8102 18.1299L15.1601 17.9399C15.3501 17.9099 15.6202 17.7799 15.7502 17.6399L19.2901 14.0999C19.9001 13.4899 20.1901 12.7799 19.2901 11.8799C18.4001 10.9899 17.6902 11.2799 17.0802 11.8899Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.5801 12.3899C16.8801 13.4699 17.72 14.3099 18.8 14.6099\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"filter remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.6309 14.75C21.6309 15.64 21.3809 16.48 20.9409 17.2C20.1209 18.58 18.6109 19.5 16.8809 19.5C15.1509 19.5 13.6409 18.57 12.8209 17.2C12.3809 16.49 12.1309 15.64 12.1309 14.75C12.1309 12.13 14.2609 10 16.8809 10C19.5009 10 21.6309 12.13 21.6309 14.75Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.1487 15.99L15.6387 13.48\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.1291 13.51L15.6191 16.02\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.33055 2H18.6705C19.7805 2 20.6905 2.91002 20.6905 4.02002V6.23999C20.6905 7.04999 20.1805 8.06001 19.6805 8.57001L17.9205 10.12C17.5905 10.04 17.2405 10 16.8805 10C14.2605 10 12.1305 12.13 12.1305 14.75C12.1305 15.64 12.3805 16.48 12.8205 17.2C13.1905 17.82 13.7005 18.35 14.3205 18.73V19.07C14.3205 19.68 13.9205 20.49 13.4105 20.79L12.0005 21.7C10.6905 22.51 8.87055 21.6 8.87055 19.98V14.63C8.87055 13.92 8.46055 13.01 8.06055 12.51L4.22055 8.46997C3.72055 7.95997 3.31055 7.05001 3.31055 6.45001\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"filter search \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.33008 2H18.67C19.78 2 20.6901 2.90999 20.6901 4.01999V6.23999C20.6901 7.04999 20.1801 8.06 19.6801 8.56\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.3206 19.0699C14.3206 19.6799 13.9205 20.4799 13.4105 20.7899L12.0005 21.7C10.6905 22.51 8.87054 21.5999 8.87054 19.9799V14.6299C8.87054 13.9199 8.47055 13.0099 8.06055 12.5099L4.22052 8.46994C3.71052 7.95994 3.31055 7.05995 3.31055 6.44995\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.0692 16.5201C17.8365 16.5201 19.2692 15.0874 19.2692 13.3201C19.2692 11.5528 17.8365 10.1201 16.0692 10.1201C14.3018 10.1201 12.8691 11.5528 12.8691 13.3201C12.8691 15.0874 14.3018 16.5201 16.0692 16.5201Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.8691 17.1201L18.8691 16.1201\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"filter square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.16 6.6499H15.83C16.47 6.6499 16.99 7.1699 16.99 7.8099V9.0899C16.99 9.5599 16.7 10.1399 16.41 10.4299L13.91 12.6399C13.56 12.9299 13.33 13.5099 13.33 13.9799V16.4799C13.33 16.8299 13.1 17.2899 12.81 17.4699L12 17.9799C11.24 18.4499 10.2 17.9199 10.2 16.9899V13.9099C10.2 13.4999 9.97 12.9799 9.73 12.6899L7.52 10.3599C7.23 10.0799 7 9.5499 7 9.1999V7.8699C7 7.1699 7.52 6.6499 8.16 6.6499Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 12.92V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"filter tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.6309 14.75C21.6309 15.64 21.3909 16.48 20.9509 17.2C20.1309 18.57 18.6209 19.5 16.8809 19.5C15.9409 19.5 15.0609 19.22 14.3209 18.73C13.7009 18.35 13.1909 17.82 12.8209 17.2C12.3809 16.48 12.1309 15.64 12.1309 14.75C12.1309 12.13 14.2609 10 16.8809 10C17.2409 10 17.5908 10.04 17.9208 10.12C20.0508 10.59 21.6309 12.49 21.6309 14.75Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.0293 14.7501L16.1993 15.9201L18.7292 13.5801\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.33057 2H18.6705C19.7805 2 20.6906 2.90999 20.6906 4.01999V6.23999C20.6906 7.04999 20.1805 8.06001 19.6805 8.57001L17.9205 10.12C17.5905 10.04 17.2406 10 16.8806 10C14.2606 10 12.1306 12.13 12.1306 14.75C12.1306 15.64 12.3806 16.48 12.8206 17.2C13.1906 17.82 13.7006 18.35 14.3206 18.73V19.07C14.3206 19.68 13.9205 20.49 13.4105 20.79L12.0005 21.7C10.6905 22.51 8.87054 21.6 8.87054 19.98V14.63C8.87054 13.92 8.46055 13.01 8.06055 12.51L4.22052 8.47C3.72052 7.96 3.31055 7.05001 3.31055 6.45001\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"filter \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.6004 2.1001C19.7004 2.1001 20.6004 3.0001 20.6004 4.1001V6.3001C20.6004 7.1001 20.1004 8.1001 19.6004 8.6001L15.3004 12.4001C14.7004 12.9001 14.3004 13.9001 14.3004 14.7001V19.0001C14.3004 19.6001 13.9004 20.4001 13.4004 20.7001L12.0004 21.6001C10.7004 22.4001 8.90039 21.5001 8.90039 19.9001V14.6001C8.90039 13.9001 8.50039 13.0001 8.10039 12.5001L4.30039 8.5001C3.80039 8.0001 3.40039 7.1001 3.40039 6.5001V4.2001C3.40039 3.0001 4.30039 2.1001 5.40039 2.1001H14.4004\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.93 2.1001L6 10.0001\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"finger cricle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9996 9.12C12.9096 9.12 13.6496 9.86002 13.6496 10.77V13.24C13.6496 14.15 12.9096 14.89 11.9996 14.89C11.0896 14.89 10.3496 14.15 10.3496 13.24\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M16.98 13.4699C16.78 16.0499 14.62 18.0699 12 18.0699C9.24 18.0699 7 15.8299 7 13.0699V10.9299C7 8.16993 9.24 5.92993 12 5.92993C14.59 5.92993 16.72 7.89992 16.97 10.4199\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n</svg>\n</li><li title=\"finger scan \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9996 9.12C12.9096 9.12 13.6496 9.86002 13.6496 10.77V13.24C13.6496 14.15 12.9096 14.89 11.9996 14.89C11.0896 14.89 10.3496 14.15 10.3496 13.24\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M16.98 13.4699C16.78 16.0499 14.62 18.0699 12 18.0699C9.24 18.0699 7 15.8299 7 13.0699V10.9299C7 8.16993 9.24 5.92993 12 5.92993C14.59 5.92993 16.72 7.89992 16.97 10.4199\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M15 2H17C20 2 22 4 22 7V9\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 9V7C2 4 4 2 7 2H9\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 22H17C20 22 22 20 22 17V15\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 15V17C2 20 4 22 7 22H9\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"firstline \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14 4.5H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 9.5H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 14.5H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.5 8.43V5.57C9.5 4.45 9.05 4 7.92 4H5.07C3.95 4 3.5 4.45 3.5 5.57V8.42C3.5 9.55 3.95 10 5.07 10H7.92C9.05 10 9.5 9.55 9.5 8.43Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.0508 19.5H21.0008\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 19.5H5.98\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"flag 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.44922 2V22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.0492 7.5C18.3492 8.9 18.3492 11.3 15.2492 12.9L6.94922 17\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.94922 4L11.5392 5.98\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"flag \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.15039 2V22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.3504 4C19.0504 4 19.6504 5.5 17.7504 7.4L16.5504 8.6C15.7504 9.4 15.7504 10.7 16.5504 11.4L17.7504 12.6C19.6504 14.5 18.9504 16 16.3504 16H5.15039\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.15039 4H12.0004\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"flash 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.82 7.0199V3.5199C14.82 1.8399 13.91 1.4999 12.8 2.7599L5.23 11.3599C4.3 12.4099 4.69 13.2799 6.1 13.2799H9.19V20.4799C9.19 22.1599 10.1 22.4999 11.21 21.2399L18.78 12.6399C19.71 11.5899 19.32 10.7199 17.91 10.7199H14.82\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"flash circle 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.68055 12.7201H10.4205V16.7701C10.4205 17.3701 11.1605 17.6501 11.5605 17.2001L15.8205 12.3601C16.1905 11.9401 15.8905 11.2801 15.3305 11.2801H13.5905V7.23008C13.5905 6.63008 12.8505 6.35008 12.4505 6.80008L8.19055 11.6401C7.82055 12.0601 8.12055 12.7201 8.68055 12.7201Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 6C2.75 7.67 2 9.75 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2C10.57 2 9.2 2.3 7.97 2.85\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"flash circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.67938 11.9101L10.3294 12.32L9.37939 16.1601C9.15939 17.0601 9.59937 17.36 10.3594 16.83L15.5394 13.2401C16.1694 12.8001 16.0794 12.2901 15.3294 12.1001L13.6794 11.6901L14.6294 7.85006C14.8494 6.95006 14.4094 6.65007 13.6494 7.18007L8.46939 10.7701C7.83939 11.2101 7.92938 11.7201 8.67938 11.9101Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 6C2.75 7.67 2 9.75 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2C10.57 2 9.2 2.29998 7.97 2.84998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"flash slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.17969 18.04V20.48C9.17969 22.16 10.0897 22.5 11.1997 21.24L18.7697 12.64C19.6997 11.59 19.3097 10.72 17.8997 10.72H16.9697\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.98024 5.95996L5.22024 11.37C4.29024 12.42 4.68024 13.29 6.09024 13.29H9.18024V14.47\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.8208 8.8399V3.5199C14.8208 1.8399 13.9108 1.4999 12.8008 2.7599\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 2L2 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"flash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22.0004 12.63C22.6604 11.88 22.1304 10.71 21.1304 10.71H18.0404V3.50996C18.0404 2.44996 16.7204 1.94996 16.0204 2.74996L8.45043 11.35C7.79043 12.1 8.32043 13.27 9.32043 13.27H12.4104V20.47C12.4104 21.53 13.7304 22.03 14.4304 21.23L19.0604 15.97\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 4H1.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.5 20H1.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.5 12H1.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"folder 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 2H17C19 2 20 3 20 5V6.38\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 13.02V7C2 3 3 2 7 2H8.5C10 2 10.33 2.44 10.9 3.2L12.4 5.2C12.78 5.7 13 6 14 6H17C21 6 22 7 22 11\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 14.99V17C22 21 21 22 17 22H7C3 22 2 21 2 17\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"folder add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.0605 16.5V11.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.5 14H9.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 13.02V7C2 3 3 2 7 2H8.5C10 2 10.33 2.44 10.9 3.2L12.4 5.2C12.78 5.7 13 6 14 6H17C21 6 22 7 22 11\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 14.99V17C22 21 21 22 17 22H7C3 22 2 21 2 17\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"folder cloud \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 7C2 3 3 2 7 2H8.5C10 2 10.33 2.44001 10.9 3.20001L12.4 5.20001C12.78 5.70001 13 6 14 6H17C21 6 22 7 22 11V13\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 22H7C3 22 2 21 2 17V12.03\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.7605 18.3199C11.4105 18.4899 11.4105 21.8899 13.7605 22.0599H19.3205C19.9905 22.0599 20.6506 21.8099 21.1406 21.3599C22.7906 19.9199 21.9105 17.0399 19.7405 16.7699C18.9605 12.0799 12.1806 13.8599 13.7806 18.3299\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"folder connection \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 16V19\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 21C10 19.9 10.9 19 12 19C13.1 19 14 19.9 14 21C14 22.1 13.1 23 12 23\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 21H14\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 21H6\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 5.5C5 2.7 5.7 2 8.5 2H9.54999C10.6 2 10.83 2.30997 11.23 2.83997L12.28 4.23999C12.55 4.58999 12.7 4.80005 13.4 4.80005H15.5C18.3 4.80005 19 5.50005 19 8.30005V12.5C19 15.3 18.3 16 15.5 16H8.5C5.7 16 5 15.3 5 12.5V9.33997\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"folder cross \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.8095 15.7299L10.2695 12.1899\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.7705 12.23L10.2305 15.77\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 13.02V7C2 3 3 2 7 2H8.5C10 2 10.33 2.44 10.9 3.2L12.4 5.2C12.78 5.7 13 6 14 6H17C21 6 22 7 22 11\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 14.99V17C22 21 21 22 17 22H7C3 22 2 21 2 17\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"folder favorite \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.20046 14.78L11.7805 17.04C11.9005 17.15 12.0905 17.15 12.2105 17.04L14.7905 14.78C15.4605 14.19 15.5505 13.19 14.9905 12.49C14.4305 11.79 13.4105 11.66 12.7005 12.2L12.0005 12.74L11.2905 12.21C10.5705 11.67 9.56046 11.8 9.00046 12.5C8.44046 13.19 8.53046 14.2 9.20046 14.78Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 13.02V7C2 3 3 2 7 2H8.5C10 2 10.33 2.44 10.9 3.2L12.4 5.2C12.78 5.7 13 6 14 6H17C21 6 22 7 22 11\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 14.99V17C22 21 21 22 17 22H7C3 22 2 21 2 17\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"folder minus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.4297 14.55H9.42969\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 13.02V7C2 3 3 2 7 2H8.5C10 2 10.33 2.44 10.9 3.2L12.4 5.2C12.78 5.7 13 6 14 6H17C21 6 22 7 22 11\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 14.99V17C22 21 21 22 17 22H7C3 22 2 21 2 17\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"folder open \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.3707 18.02L21.2707 19.3C21.1207 20.83 21.0007 22 18.2907 22H5.71074C3.00074 22 2.88074 20.83 2.73074 19.3L2.33074 14.3C2.25074 13.47 2.51074 12.7 2.98074 12.11C2.99074 12.1 2.99074 12.1 3.00074 12.09C3.55074 11.42 4.38074 11 5.31074 11H18.6907C19.6207 11 20.4407 11.42 20.9807 12.07C20.9907 12.08 21.0007 12.09 21.0007 12.1C21.4907 12.69 21.7607 13.46 21.6707 14.3\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.5 11.43V6.28003C3.5 2.88003 4.35 2.03003 7.75 2.03003H9.02C10.29 2.03003 10.58 2.41003 11.06 3.05003L12.33 4.75003C12.65 5.17003 12.84 5.43003 13.69 5.43003H16.24C19.64 5.43003 20.49 6.28003 20.49 9.68003V11.47\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.42969 17H14.5697\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"folder \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 13.02V7C2 3 3 2 7 2H8.5C10 2 10.33 2.44 10.9 3.2L12.4 5.2C12.78 5.7 13 6 14 6H17C21 6 22 7 22 11\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 14.99V17C22 21 21 22 17 22H7C3 22 2 21 2 17\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"forbidden 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 13.02V14.9C2 15.58 2.4 16.54 2.88 17.02L6.98 21.12C7.46 21.6 8.42001 22 9.10001 22H14.9C15.58 22 16.54 21.6 17.02 21.12L21.12 17.02C21.6 16.54 22 15.58 22 14.9V9.10001C22 8.42001 21.6 7.46001 21.12 6.98001L17.02 2.88C16.54 2.4 15.58 2 14.9 2H9.10001C8.42001 2 7.46 2.4 6.98 2.88L2.88 6.98001C2.4 7.46001 2 8.42001 2 9.10001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 15.5L15.5 8.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5 15.5L8.5 8.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"forbidden \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.93945 19.0799L19.0795 4.93994\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 13.02V14.9C2 15.58 2.4 16.54 2.88 17.02L6.98 21.12C7.46 21.6 8.42001 22 9.10001 22H14.9C15.58 22 16.54 21.6 17.02 21.12L21.12 17.02C21.6 16.54 22 15.58 22 14.9V9.10001C22 8.42001 21.6 7.46001 21.12 6.98001L17.02 2.88C16.54 2.4 15.58 2 14.9 2H9.10001C8.42001 2 7.46 2.4 6.98 2.88L2.88 6.98001C2.4 7.46001 2 8.42001 2 9.10001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"format circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.5008 5.35C21.5008 6.26 21.0708 7.07 20.4108 7.59C19.9308 7.97 19.3208 8.2 18.6508 8.2C17.0708 8.2 15.8008 6.93 15.8008 5.35C15.8008 4.68 16.0308 4.08 16.4108 3.59H16.4208C16.9308 2.93 17.7408 2.5 18.6508 2.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.2 5.35C8.2 6.93 6.93 8.2 5.35 8.2C4.68 8.2 4.08 7.97 3.59 7.59C2.93 7.07 2.5 6.26 2.5 5.35C2.5 3.77 3.77 2.5 5.35 2.5C6.26 2.5 7.07 2.93 7.59 3.59C7.97 4.08 8.2 4.68 8.2 5.35Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.5008 18.65C21.5008 20.23 20.2308 21.5 18.6508 21.5C17.7408 21.5 16.9308 21.07 16.4208 20.41H16.4108C16.0308 19.93 15.8008 19.32 15.8008 18.65C15.8008 17.07 17.0708 15.8 18.6508 15.8C19.3208 15.8 19.9208 16.03 20.4108 16.41V16.42C21.0708 16.93 21.5008 17.74 21.5008 18.65Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.2 18.65C8.2 19.32 7.97 19.92 7.59 20.41C7.07 21.08 6.26 21.5 5.35 21.5C3.77 21.5 2.5 20.23 2.5 18.65C2.5 17.74 2.93 16.93 3.59 16.42V16.41C4.07 16.03 4.68 15.8 5.35 15.8C6.93 15.8 8.2 17.07 8.2 18.65Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.5 12C21.5 13.6 21.11 15.09 20.41 16.41C19.93 16.03 19.32 15.8 18.65 15.8C17.07 15.8 15.8 17.07 15.8 18.65C15.8 19.32 16.03 19.92 16.41 20.41C15.09 21.11 13.6 21.5 12 21.5C10.41 21.5 8.91 21.11 7.59 20.41C7.97 19.93 8.2 19.32 8.2 18.65C8.2 17.07 6.93 15.8 5.35 15.8C4.68 15.8 4.08 16.03 3.59 16.41C2.89 15.09 2.5 13.6 2.5 12C2.5 10.41 2.89 8.91 3.59 7.59C4.08 7.97 4.68 8.2 5.35 8.2C6.93 8.2 8.2 6.93 8.2 5.35C8.2 4.68 7.97 4.08 7.59 3.59C8.91 2.89 10.41 2.5 12 2.5C13.6 2.5 15.09 2.89 16.41 3.59C16.03 4.07 15.8 4.68 15.8 5.35C15.8 6.93 17.07 8.2 18.65 8.2C19.32 8.2 19.92 7.97 20.41 7.59C21.11 8.91 21.5 10.41 21.5 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"format square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20 6.95V17.05C19.84 17.02 19.67 17 19.5 17C18.12 17 17 18.12 17 19.5C17 19.67 17.02 19.84 17.05 20H6.95C6.98 19.84 7 19.67 7 19.5C7 18.12 5.88 17 4.5 17C4.33 17 4.16 17.02 4 17.05V6.95C4.16 6.98 4.33 7 4.5 7C5.88 7 7 5.88 7 4.5C7 4.33 6.98 4.16 6.95 4H17.05C17.02 4.16 17 4.33 17 4.5C17 5.88 18.12 7 19.5 7C19.67 7 19.84 6.98 20 6.95Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 4.5C7 5.88 5.88 7 4.5 7C4.33 7 4.16 6.98 4 6.95C2.86 6.72 2 5.71 2 4.5C2 3.12 3.12 2 4.5 2C5.71 2 6.72 2.86 6.95 4C6.98 4.16 7 4.33 7 4.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 4.5C22 5.71 21.14 6.72 20 6.95C19.84 6.98 19.67 7 19.5 7C18.12 7 17 5.88 17 4.5C17 4.33 17.02 4.16 17.05 4C17.28 2.86 18.29 2 19.5 2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 19.5C7 19.67 6.98 19.84 6.95 20C6.72 21.14 5.71 22 4.5 22C3.12 22 2 20.88 2 19.5C2 18.29 2.86 17.28 4 17.05C4.16 17.02 4.33 17 4.5 17C5.88 17 7 18.12 7 19.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 19.5C22 20.88 20.88 22 19.5 22C18.29 22 17.28 21.14 17.05 20C17.02 19.84 17 19.67 17 19.5C17 18.12 18.12 17 19.5 17C19.67 17 19.84 17.02 20 17.05C21.14 17.28 22 18.29 22 19.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"forward 10 seconds \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.98 4.46997L12 2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.0094 16.96C18.5794 19.94 15.5294 22 11.9994 22C7.08939 22 3.10938 18.02 3.10938 13.11C3.10938 8.19999 7.08939 4.21997 11.9994 4.21997C12.6794 4.21997 13.3394 4.31002 13.9794 4.46002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.0898 7.80005C20.1998 9.28005 20.8899 11.11 20.8899 13.11\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.53906 15.92V10.5801L8.03906 12.2501\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 10.5801C15.1 10.5801 16 11.4801 16 12.5801V13.9301C16 15.0301 15.1 15.9301 14 15.9301C12.9 15.9301 12 15.0301 12 13.9301V12.5801C12 11.4701 12.9 10.5801 14 10.5801Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"forward 15 seconds \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.98 4.46997L12 2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.0094 16.96C18.5794 19.94 15.5294 22 11.9994 22C7.08939 22 3.10938 18.02 3.10938 13.11C3.10938 8.19999 7.08939 4.21997 11.9994 4.21997C12.6794 4.21997 13.3394 4.31002 13.9794 4.46002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.0898 7.80005C20.1998 9.28005 20.8898 11.11 20.8898 13.11\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.9587 10.8301H12.8987L12.1387 13.1201H14.4286C15.2686 13.1201 15.9587 13.8001 15.9587 14.6501C15.9587 15.4901 15.2786 16.1801 14.4286 16.1801H12.1387\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.53906 16.17V10.8301L8.03906 12.5001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"forward 5 seconds \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.98 4.46997L12 2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.0094 16.96C18.5794 19.94 15.5294 22 11.9994 22C7.08939 22 3.10938 18.02 3.10938 13.11C3.10938 8.19999 7.08939 4.21997 11.9994 4.21997C12.6794 4.21997 13.3394 4.31002 13.9794 4.46002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.0898 7.80005C20.1998 9.28005 20.8898 11.11 20.8898 13.11\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.9098 10.8301H10.8498L10.0898 13.1201H12.3798C13.2198 13.1201 13.9098 13.8001 13.9098 14.6501C13.9098 15.4901 13.2298 16.1801 12.3798 16.1801H10.0898\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"forward item \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.72937 14.9699C6.64937 14.5699 6.60938 14.1199 6.60938 13.6099V10.3799C6.60938 7.68988 7.68938 6.60986 10.3794 6.60986H13.6094C16.2994 6.60986 17.3794 7.68988 17.3794 10.3799V13.6099C17.3794 16.2999 16.2994 17.3799 13.6094 17.3799H10.3794\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22.0005 5.76999V9C22.0005 11.69 20.9205 12.77 18.2305 12.77H17.3805V10.39C17.3805 7.70001 16.3005 6.62 13.6105 6.62H11.2305V5.76999C11.2305 3.07999 12.3105 2 15.0005 2H18.2305C20.9205 2 22.0005 3.07999 22.0005 5.76999Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.77 17.38V18.23C12.77 20.92 11.69 22 9 22H5.77C3.08 22 2 20.92 2 18.23V15C2 12.31 3.08 11.23 5.77 11.23H6.62\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"forward square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 15.3802H10.08C8.38 15.3802 7 14.0002 7 12.3002C7 10.6002 8.38 9.22021 10.08 9.22021H16.85\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.4297 10.7701L16.9997 9.19012L15.4297 7.62012\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 14V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"forward \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 8.33994V15.6599C2 17.1599 3.62999 18.0999 4.92999 17.3499L8.10001 15.5299L11.27 13.7C11.47 13.58 11.63 13.45 11.76 13.29V10.73C11.63 10.57 11.47 10.44 11.27 10.32L8.10001 8.48993L4.92999 6.66996C3.62999 5.89996 2 6.83994 2 8.33994Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.68 6.65007C13.38 5.90007 11.75 6.84007 11.75 8.34007V15.6601C11.75 17.1601 13.38 18.1001 14.68 17.3501L17.85 15.5301L21.02 13.7001C22.32 12.9501 22.32 11.0801 21.02 10.3201L18.84 9.06008\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"frame 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.4408 5.56006L13.8008 10.2001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 2L21 3\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 6.16992V10.9999H17.83\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"frame 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.6792 3.96C16.1592 4.67 16.4392 5.52 16.4392 6.44C16.4292 8.84 14.5392 10.79 12.1592 10.87C12.0592 10.86 11.9392 10.86 11.8292 10.87C9.61922 10.8 7.82922 9.11 7.58922 6.95C7.29922 4.38 9.40922 2 11.9892 2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.99078 14.56C4.57078 16.18 4.57078 18.82 6.99078 20.43C9.74078 22.27 14.2508 22.27 17.0008 20.43C19.4208 18.81 19.4208 16.17 17.0008 14.56C14.2708 12.73 9.76078 12.73 6.99078 14.56Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"frame 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.27 22C9.86 22 10.5 21.4 10.5 19.9V4.1C10.5 2.6 9.86 2 8.27 2H4.23C2.64 2 2 2.6 2 4.1V19.9C2 21.4 2.64 22 4.23 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.73 2C14.14 2 13.5 2.6 13.5 4.1V12.9C13.5 14.4 14.14 15 15.73 15H19.77C21.36 15 22 14.4 22 12.9V4.1C22 2.6 21.36 2 19.77 2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"frame 4 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.27 22C9.86 22 10.5 21.4 10.5 19.9V4.1C10.5 2.6 9.86 2 8.27 2H4.23C2.64 2 2 2.6 2 4.1V19.9C2 21.4 2.64 22 4.23 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.73 2C14.14 2 13.5 2.57 13.5 3.98V8.51C13.5 9.93 14.14 10.49 15.73 10.49H19.77C21.36 10.49 22 9.92 22 8.51V3.98C22 2.57 21.36 2 19.77 2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 19.77V15.73C22 14.14 21.36 13.5 19.77 13.5H15.73C14.14 13.5 13.5 14.14 13.5 15.73V19.77C13.5 21.36 14.14 22 15.73 22H19.77C21.36 22 22 21.36 22 19.77Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"frame 5 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.2598 18.9V7.1C19.2598 5.6 18.6198 5 17.0298 5H15.9898C14.3998 5 13.7598 5.6 13.7598 7.1V18.9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.7598 12.1001V18.9001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.25977 18.9V12.1C5.25977 10.6 5.89977 10 7.48977 10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 19H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"frame 6 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 8.5C10.9 8.5 10 9.4 10 10.5C10 11.6 10.9 12.5 12 12.5C13.1 12.5 14 11.6 14 10.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 12.5V15.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.5902 7.12006C20.5902 5.89006 19.6502 4.53006 18.5002 4.10006L13.5102 2.23006C12.6802 1.92006 11.3202 1.92006 10.4902 2.23006L5.50016 4.11006C4.35016 4.54006 3.41016 5.90006 3.41016 7.12006V14.5501C3.41016 15.7301 4.19016 17.2801 5.14016 17.9901L9.44016 21.2001C10.8502 22.2601 13.1702 22.2601 14.5802 21.2001L18.8802 17.9901C19.8302 17.2801 20.6102 15.7301 20.6102 14.5501V11.0301\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"frame 7 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.5902 7.12006C20.5902 5.89006 19.6502 4.53006 18.5002 4.10006L13.5102 2.23006C12.6802 1.92006 11.3202 1.92006 10.4902 2.23006L5.50016 4.11006C4.35016 4.54006 3.41016 5.90006 3.41016 7.12006V14.5501C3.41016 15.7301 4.19016 17.2801 5.14016 17.9901L9.44016 21.2001C10.8502 22.2601 13.1702 22.2601 14.5802 21.2001L18.8802 17.9901C19.8302 17.2801 20.6102 15.7301 20.6102 14.5501V11.0301\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"frame \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.66992 14.3301C8.66992 15.6201 9.65992 16.6601 10.8899 16.6601H13.3999C14.4699 16.6601 15.3399 15.7501 15.3399 14.6301C15.3399 13.4101 14.8099 12.9801 14.0199 12.7001L9.98992 11.3001C9.19992 11.0201 8.66992 10.5901 8.66992 9.37009C8.66992 8.25009 9.53992 7.34009 10.6099 7.34009H13.1199C14.3499 7.34009 15.3399 8.38009 15.3399 9.67009\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 6V18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 6C2.75 7.67 2 9.75 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2C10.57 2 9.2 2.3 7.97 2.85\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"gallery add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 6C7.9 6 7 6.9 7 8C7 9.1 7.9 10 9 10C10.1 10 11 9.1 11 8\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 12.99V15C2 20 4 22 9 22H15C20 22 22 20 22 15V10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.75 5H21.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M18.5 7.75V2.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M2.66992 18.9501L7.59992 15.6401C8.38992 15.1101 9.52992 15.1701 10.2399 15.7801L10.5699 16.0701C11.3499 16.7401 12.6099 16.7401 13.3899 16.0701L17.5499 12.5001C18.3299 11.8301 19.5899 11.8301 20.3699 12.5001L21.9999 13.9001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"gallery edit \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 6C7.9 6 7 6.9 7 8C7 9.1 7.9 10 9 10C10.1 10 11 9.1 11 8\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 12.89V15C2 20 4 22 9 22H15C20 22 22 20 22 15V10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.1409 2.58991L15.5109 6.21991C15.3709 6.35991 15.2309 6.62991 15.2109 6.82991L15.0109 8.21991C14.9409 8.71991 15.2909 9.06991 15.7909 8.99991L17.1809 8.79991C17.3709 8.76991 17.6509 8.63991 17.7909 8.49991L21.4209 4.86991C22.0509 4.23991 22.3409 3.51991 21.4209 2.59991C20.4909 1.65991 19.7709 1.95991 19.1409 2.58991Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.6191 3.11011C18.9291 4.21011 19.7891 5.07011 20.8891 5.38011\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.66992 18.9501L7.59992 15.6401C8.38992 15.1101 9.52992 15.1701 10.2399 15.7801L10.5699 16.0701C11.3499 16.7401 12.6099 16.7401 13.3899 16.0701L17.5499 12.5001C18.3299 11.8301 19.5899 11.8301 20.3699 12.5001L21.9999 13.9001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"gallery export \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 6C7.9 6 7 6.9 7 8C7 9.1 7.9 10 9 10C10.1 10 11 9.1 11 8\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 12.98V15C2 20 4 22 9 22H15C20 22 22 20 22 15V10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 8V2L20 4\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 2L16 4\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.66992 18.9501L7.59992 15.6401C8.38992 15.1101 9.52992 15.1701 10.2399 15.7801L10.5699 16.0701C11.3499 16.7401 12.6099 16.7401 13.3899 16.0701L17.5499 12.5001C18.3299 11.8301 19.5899 11.8301 20.3699 12.5001L21.9999 13.9001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"gallery favorite \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 6C7.9 6 7 6.9 7 8C7 9.1 7.9 10 9 10C10.1 10 11 9.1 11 8\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 12.98V15C2 20 4 22 9 22H15C20 22 22 20 22 15V11\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.1197 5.1099C15.7897 4.0699 16.1797 2.7799 17.2597 2.4299C17.8297 2.2499 18.5397 2.3999 18.9397 2.9499C19.3197 2.3799 20.0497 2.2399 20.6197 2.4299C21.7097 2.7799 22.0997 4.0699 21.7697 5.1099C21.2497 6.7499 19.4497 7.6099 18.9497 7.6099C18.4397 7.6099 16.6497 6.7699 16.1197 5.1099Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.66992 18.9501L7.59992 15.6401C8.38992 15.1101 9.52992 15.1701 10.2399 15.7801L10.5699 16.0701C11.3499 16.7401 12.6099 16.7401 13.3899 16.0701L17.5499 12.5001C18.3299 11.8301 19.5899 11.8301 20.3699 12.5001L21.9999 13.9001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"gallery import \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 6C7.9 6 7 6.9 7 8C7 9.1 7.9 10 9 10C10.1 10 11 9.1 11 8\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 13.04V15C2 20 4 22 9 22H15C20 22 22 20 22 15V10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 2V8L20 6\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 8L16 6\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.66992 18.9501L7.59992 15.6401C8.38992 15.1101 9.52992 15.1701 10.2399 15.7801L10.5699 16.0701C11.3499 16.7401 12.6099 16.7401 13.3899 16.0701L17.5499 12.5001C18.3299 11.8301 19.5899 11.8301 20.3699 12.5001L21.9999 13.9001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"gallery remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 6C7.9 6 7 6.9 7 8C7 9.1 7.9 10 9 10C10.1 10 11 9.1 11 8\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 12.89V15C2 20 4 22 9 22H15C20 22 22 20 22 15V10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.66992 18.9501L7.59992 15.6401C8.38992 15.1101 9.52992 15.1701 10.2399 15.7801L10.5699 16.0701C11.3499 16.7401 12.6099 16.7401 13.3899 16.0701L17.5499 12.5001C18.3299 11.8301 19.5899 11.8301 20.3699 12.5001L21.9999 13.9001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.5605 5.93957L20.4405 2.05957\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M20.4405 5.93957L16.5605 2.05957\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n</svg>\n</li><li title=\"gallery slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 9C2 4 4 2 9 2H15C17.19 2 18.8 2.38 19.92 3.23\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.37 20.1C2.43 18.97 2 17.31 2 15V12.97\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.9709 7.98999C21.9909 8.30999 22.0009 8.64999 22.0009 8.99999V15C22.0009 20 20.0009 22 15.0009 22H9.00094C8.26094 22 7.58094 21.96 6.96094 21.86\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 6C6.9 6 6 6.9 6 8C6 9.1 6.9 10 8 10C9.1 10 10 9.1 10 8\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 2L2 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.4297 16.45C11.7297 16.75 12.2197 16.75 12.5197 16.45L17.5497 11.41C18.3297 10.63 19.5897 10.63 20.3697 11.41L21.9997 13.05\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"gallery tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 6C7.9 6 7 6.9 7 8C7 9.1 7.9 10 9 10C10.1 10 11 9.1 11 8\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 12.97V15C2 20 4 22 9 22H15C20 22 22 20 22 15V10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 4.99005L17.46 6.45005L21.36 2.55005\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.66992 18.9501L7.59992 15.6401C8.38992 15.1101 9.52992 15.1701 10.2399 15.7801L10.5699 16.0701C11.3499 16.7401 12.6099 16.7401 13.3899 16.0701L17.5499 12.5001C18.3299 11.8301 19.5899 11.8301 20.3699 12.5001L21.9999 13.9001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"gallery \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 12.99V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 8C11 9.1 10.1 10 9 10C7.9 10 7 9.1 7 8C7 6.9 7.9 6 9 6\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.66992 18.9501L7.59992 15.6401C8.38992 15.1101 9.52992 15.1701 10.2399 15.7801L10.5699 16.0701C11.3499 16.7401 12.6099 16.7401 13.3899 16.0701L17.5499 12.5001C18.3299 11.8301 19.5899 11.8301 20.3699 12.5001L21.9999 13.9001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"game \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.56953 12.46L6.51953 15.51\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.55078 12.49L9.60078 15.54\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.5293 14H13.5393\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.4707 14H17.4807\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5 15.98V15.96\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5 12.04V12.02\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 15C2 20 4 22 9 22H15C20 22 22 20 22 15V13C22 8 20 6 15 6H9C5.25 6 3.19 7.12 2.39 9.8\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.0105 2L13.0005 3.01C12.9905 3.56 12.5505 4 12.0005 4H11.9705C11.4205 4 10.9805 4.45 10.9805 5C10.9805 5.55 11.4305 6 11.9805 6H12.9805\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"gameboy \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 7C3 4 4.5 2 8 2H16C19.5 2 21 4 21 7V17C21 20 19.5 22 16 22H8C4.5 22 3 20 3 17V11\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.25 11H7.75C6.79 11 6 10.21 6 9.25V6.75C6 5.79 6.79 5 7.75 5H16.25C17.21 5 18 5.79 18 6.75V9.25C18 10.21 17.21 11 16.25 11Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.3 15.28L8 17.58\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.0293 15.3101L10.3293 17.61\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.4902 15.3301H16.5103\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.4902 17.5V17.48\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"gas station \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.5 5C3.5 3 4.84 2 6.5 2H14.5C16.16 2 17.5 3 17.5 5V22H3.5V9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 22H19\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.39 9.99998H12.62C13.66 9.99998 14.51 9.49999 14.51 8.10999V6.87999C14.51 5.48999 13.66 4.98999 12.62 4.98999H8.39C7.35 4.98999 6.5 5.48999 6.5 6.87999V8.10999C6.5 9.49999 7.35 9.99998 8.39 9.99998Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.5 13H9.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.5 16.01L22 16V10L20 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"gemini 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22V9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 6V3\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.2992 5.29999L11.9992 2L8.69922 5.29999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 7L3 5L1 7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M23 7L21 5L19 7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 6.04004V11.0001C3 15.0001 5 17.0001 9 17.0001H15C19 17.0001 21 15.0001 21 11.0001V6.04004\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 20H15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"gemini \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 2C8.16 5.69 15.84 5.69 22 2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 21.9999C8.16 18.3099 15.84 18.3099 22 21.9999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.86984 7.51001C7.99984 11.81 7.48984 16.42 5.33984 20.4\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.6694 20.41C15.8894 15.25 15.8394 9.03007 18.5694 3.82007L18.6994 3.58008\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"ghost \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 16.07V20.08C2 21.34 2.74998 21.68 3.66998 20.84L4.66998 19.93C5.03998 19.59 5.64001 19.59 6.01001 19.93L8.01001 21.76C8.38001 22.1 8.97998 22.1 9.34998 21.76L11.35 19.93C11.72 19.59 12.32 19.59 12.69 19.93L14.69 21.76C15.06 22.1 15.66 22.1 16.03 21.76L18.03 19.93C18.4 19.59 19 19.59 19.37 19.93L20.37 20.84C21.29 21.68 22.04 21.34 22.04 20.08V12.19C22.04 6.59 17.54 2.01001 12.04 2.01001C6.53998 2.01001 2.03998 6.59 2.03998 12.19\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 14C10.37 15.78 13.63 15.78 16 14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 11C13.1046 11 14 10.1046 14 9C14 7.89543 13.1046 7 12 7C10.8954 7 10 7.89543 10 9C10 10.1046 10.8954 11 12 11Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"gift \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.9707 18C3.9707 21 4.9707 22 7.9707 22H15.9707C18.9707 22 19.9707 21 19.9707 18V10H3.9707V13.84\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.5 7V8C21.5 9.1 20.97 10 19.5 10H4.5C2.97 10 2.5 9.1 2.5 8V7C2.5 5.9 2.97 5 4.5 5H19.5C20.97 5 21.5 5.9 21.5 7Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.6408 4.99994H6.12076C5.78076 4.62994 5.79076 4.05994 6.15076 3.69994L7.57076 2.27994C7.94076 1.90994 8.55076 1.90994 8.92076 2.27994L11.6408 4.99994Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.8696 4.99994H12.3496L15.0696 2.27994C15.4396 1.90994 16.0496 1.90994 16.4196 2.27994L17.8396 3.69994C18.1996 4.05994 18.2096 4.62994 17.8696 4.99994Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.93945 10V15.14C8.93945 15.94 9.81945 16.41 10.4895 15.98L11.4295 15.36C11.7695 15.14 12.1995 15.14 12.5295 15.36L13.4195 15.96C14.0795 16.4 14.9695 15.93 14.9695 15.13V10H8.93945Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"glass 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10 17.5H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 17.5V7.5C2 3.5 3 2.5 7 2.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 17.5V7.5C22 3.5 21 2.5 17 2.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 15.9101V19.2001C10 21.2001 9.2 22.0001 7.2 22.0001H4.8C2.8 22.0001 2 21.2001 2 19.2001V15.9101C2 13.9101 2.8 13.1101 4.8 13.1101H7.2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 15.9101V19.2001C22 21.2001 21.2 22.0001 19.2 22.0001H16.8C14.8 22.0001 14 21.2001 14 19.2001V15.9101C14 13.9101 14.8 13.1101 16.8 13.1101H19.2C21.2 13.1101 22 13.9101 22 15.9101Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"glass \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.36077 7.62L8.75077 6.74H8.45077C7.80077 6.74 7.20077 6.48 6.77077 6.05C6.33077 5.62 6.07077 5.02 6.07077 4.37C6.07077 3.07 7.13077 2 8.44077 2H15.5508C16.2108 2 16.8008 2.27 17.2308 2.7C17.7908 3.26 18.0708 4.08 17.8608 4.95C17.5908 6.03 16.5508 6.74 15.4408 6.74H15.2808L19.5008 16.4C20.8508 19.48 19.9708 22 15.8308 22H8.16077C3.98077 22 3.14077 19.47 4.50077 16.39L6.57077 11.69\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.93945 13.1201C5.93945 13.1201 8.99945 13.0001 11.9995 14.0001C14.9995 15.0001 17.8295 13.1101 17.8295 13.1101\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"global edit \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 9.00006C18.08 8.03006 15.04 7.54004 12 7.54004\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 9.00006C4.59 8.47006 6.21001 8.09009 7.85001 7.84009\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 12C22 6.48 17.52 2 12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.99961 3H8.99961C7.04961 8.84 7.04961 15.16 8.99961 21H7.99961\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 3C15.97 5.92 16.46 8.96 16.46 12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 16V15C5.92 15.97 8.96 16.46 12 16.46\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.2091 15.74L15.6691 19.2801C15.5291 19.4201 15.3991 19.68 15.3691 19.87L15.1791 21.22C15.1091 21.71 15.4491 22.05 15.9391 21.98L17.2891 21.79C17.4791 21.76 17.7491 21.63 17.8791 21.49L21.4191 17.95C22.0291 17.34 22.3191 16.63 21.4191 15.73C20.5291 14.84 19.8191 15.13 19.2091 15.74Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.6992 16.25C18.9992 17.33 19.8392 18.17 20.9192 18.47\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"global refresh \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 9.00006C18.08 8.03006 15.04 7.54004 12 7.54004\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 9.00006C4.59 8.47006 6.21001 8.09009 7.85001 7.84009\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 12C22 6.48 17.52 2 12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.99961 3H8.99961C7.04961 8.84 7.04961 15.16 8.99961 21H7.99961\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 3C15.97 5.92 16.46 8.96 16.46 12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 16V15C5.92 15.97 8.96 16.46 12 16.46\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.4998 14.7C19.1298 14.59 18.7098 14.52 18.2498 14.52C16.1798 14.52 14.5098 16.2 14.5098 18.26C14.5098 20.33 16.1898 22 18.2498 22C20.3098 22 21.9897 20.32 21.9897 18.26C21.9897 17.49 21.7597 16.77 21.3597 16.18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.041 14.8001L18.791 13.3701\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.0401 14.8L18.5801 15.86\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"global search \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 12C22 6.48 17.52 2 12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.99961 3H8.99961C7.04961 8.84 7.04961 15.16 8.99961 21H7.99961\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 3C15.97 5.92 16.46 8.96 16.46 12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 16V15C5.92 15.97 8.96 16.46 12 16.46\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 9.00006C18.08 8.03006 15.04 7.54004 12 7.54004\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 9.00006C4.59 8.47006 6.21001 8.09009 7.85001 7.84009\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.2 21.4C19.9673 21.4 21.4 19.9673 21.4 18.2C21.4 16.4327 19.9673 15 18.2 15C16.4327 15 15 16.4327 15 18.2C15 19.9673 16.4327 21.4 18.2 21.4Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 22L21 21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"global \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.53906 12C7.53906 15.04 8.02906 18.08 8.99906 21H7.99906\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.00039 3H9.00039C8.51039 4.46 8.15039 5.95 7.90039 7.46\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.13 16.3601C15.88 17.9201 15.51 19.4801 15 21.0001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 3C15.97 5.92 16.46 8.96 16.46 12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 16V15C8.84 16.95 15.16 16.95 21 15V16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 9.0001C8.84 7.0501 15.16 7.0501 21 9.0001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"gps slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 18.88C9.92 19.28 10.93 19.5 12 19.5C16.14 19.5 19.5 16.14 19.5 12C19.5 10.93 19.28 9.92 18.88 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.77 10.01C4.59 10.64 4.5 11.31 4.5 12C4.5 14.01 5.29 15.84 6.58 17.19\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.21 6.6C15.86 5.3 14.02 4.5 12 4.5C10.08 4.5 8.33 5.22 7 6.41\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 4V2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 12H2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 20V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 12H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.12 9.88L9.88 14.12C9.34 13.58 9 12.83 9 12C9 10.34 10.34 9 12 9C12.83 9 13.58 9.34 14.12 9.88Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 2L2 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"gps \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.5 5.36505C9.54486 4.81273 10.7359 4.5 12 4.5C16.1421 4.5 19.5 7.85786 19.5 12C19.5 16.1421 16.1421 19.5 12 19.5C7.85786 19.5 4.5 16.1421 4.5 12C4.5 10.7359 4.81273 9.54486 5.36505 8.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 4V2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 12H2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 20V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 12H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"grammerly \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.8399 16.0701C13.7199 18.0701 10.2799 18.0701 8.16992 16.0701\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 6C2.75 7.67 2 9.75 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2C10.57 2 9.2 2.29998 7.97 2.84998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"graph \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.28 2.95994C13 1.99994 12 3.07994 12 5.67994V8.55994C12 10.9999 13 11.9999 15 11.9999H18.32C20.92 11.9999 22 10.9999 21.04 7.71994C20.82 6.97994 20.46 6.26994 20 5.62994\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.11944 14.43C1.30944 9.39001 4.64944 4.95001 9.25944 4.01001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 14.7C19.07 19.33 14.63 22.69 9.58 21.87C7.35 21.52 5.37 20.31 4 18.61\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"grid 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 12.98V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.0293 8.5H21.9993\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.0293 15.5H21.9993\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.50977 21.99V2.01001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5098 21.99V6\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"grid 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.96 3.32C2.6 4.43 2 6.27 2 9V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 2V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 12H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"grid 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 2V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 9.5H12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 14.5H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.96 3.32C2.6 4.43 2 6.27 2 9V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"grid 4 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 2V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.96 3.32C2.6 4.43 2 6.27 2 9V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"grid 5 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 2V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 12H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.96 3.32C2.6 4.43 2 6.27 2 9V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"grid 6 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 2V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 8.5H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 15.5H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.96 3.32C2.6 4.43 2 6.27 2 9V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"grid 7 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 10H2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 10V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.96 3.32C2.6 4.43 2 6.27 2 9V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"grid 8 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2.52 5.41C2.16 6.38 2 7.57 2 9V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C7.82 2 6.82 2.11 5.96 2.34\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 12H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.25 12V18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.75 22V12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.25 12V2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.75 12V2.54004\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"grid 9 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 2V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.52 5.41C2.16 6.38 2 7.57 2 9V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C7.82 2 6.82 2.11 5.96 2.34\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"grid edit \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 11V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.0293 8.5H21.9993\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.0293 15.5H11.9993\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.50977 21.99V2.01001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5098 11.99V2.01001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.7304 14.6701L14.5804 18.82C14.4204 18.98 14.2704 19.29 14.2304 19.51L14.0004 21.1C13.9204 21.67 14.3204 22.08 14.8904 21.99L16.4804 21.76C16.7004 21.73 17.0104 21.5701 17.1704 21.4101L21.3204 17.26C22.0304 16.55 22.3704 15.7101 21.3204 14.6601C20.2804 13.6201 19.4504 13.9501 18.7304 14.6701Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.1406 15.26C18.4906 16.52 19.4806 17.5 20.7406 17.86\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"grid eraser \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 11V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.0293 8.5H21.9993\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.0293 15.5H11.9993\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.50977 21.99V2.01001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5098 11.99V2.01001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.7995 19.7L16.8995 21.6C16.3795 22.12 15.5195 22.12 14.9895 21.6L13.4095 20.01C12.8895 19.49 12.8895 18.63 13.4095 18.1L15.3095 16.21L18.7995 19.7Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.6108 16.9L18.8008 19.7099L15.3008 16.2099L18.1108 13.39C18.6308 12.87 19.5008 12.87 20.0208 13.39L21.6008 14.98C22.1308 15.51 22.1308 16.38 21.6108 16.9Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"grid lock \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 11V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.0293 8.5H21.9993\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.0293 15.5H11.9993\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.50977 21.99V2.01001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5098 11.99V2.01001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5996 17.2V16.4C15.5996 15.07 15.9996 14 17.9996 14C19.9996 14 20.3996 15.07 20.3996 16.4V17.2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 22H16C14.4 22 14 21.6 14 20V19.2C14 17.6 14.4 17.2 16 17.2H20C21.6 17.2 22 17.6 22 19.2V20C22 21.6 21.6 22 20 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"happyemoji \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.21094 16C8.26094 17.51 10.0209 18.5 12.0009 18.5C13.9809 18.5 15.7309 17.51 16.7909 16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 6C2.75 7.67 2 9.75 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2C10.57 2 9.2 2.3 7.97 2.85\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"hashtag 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14 7H10C8.35 7 7 8.35 7 10V14C7 15.65 8.35 17 10 17H14C15.65 17 17 15.65 17 14V10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 7V17\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 12H17\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 12.98V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"hashtag down \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 12.95V15C2 20 4 22 9 22H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 13V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 16V22L21 20\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 22L17 20\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.95039 6.26001L8.90039 15.73\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.1105 6.26001L12.0605 15.73\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.5293 9.41992H15.9993\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 12.5801H15.47\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"hashtag up \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 13.04V15C2 20 4 22 9 22H15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 13V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 22V16L17 18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 16L21 18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.95039 6.26001L8.90039 15.73\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.1105 6.26001L12.0605 15.73\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.5293 9.41992H15.9993\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 12.5801H15.47\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"hashtag \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10 3L8 21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 3L14 21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.0508 9H21.5008\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.5 9H16.99\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.95 15H2.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.4998 15H7.00977\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"headphone \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2.00005 12.22C1.89005 6.60005 6.33005 2.05005 11.95 2.05005C17.57 2.05005 22 6.60005 22 12.11V18.2701C22 20.2201 20.38 21.84 18.43 21.84C16.48 21.84 14.86 20.2201 14.86 18.2701V15.46C14.86 14.49 15.62 13.62 16.7 13.62C17.67 13.62 18.54 14.38 18.54 15.46V18.49\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.46 18.49V15.57C5.46 14.6 6.22 13.73 7.3 13.73C8.27 13.73 9.14 14.49 9.14 15.57V18.38C9.14 20.33 7.52 21.95 5.57 21.95C3.62 21.95 2 20.32 2 18.38V16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"headphones \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.5 12V7.21997\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 22V19\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5 10V7.21997\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5 22V13\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.1008 5.29999C10.1008 5.78999 9.9008 6.25001 9.5708 6.57001C9.2508 6.90001 8.80078 7.09998 8.30078 7.09998H6.05078C6.33078 6.72998 6.50079 6.25 6.50079 5.75V4.84998C6.50079 4.34998 6.33078 3.87 6.05078 3.5H8.30078C9.29078 3.5 10.1008 4.30999 10.1008 5.29999Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.5 4.85002V5.75005C6.5 6.25005 6.32999 6.73002 6.04999 7.10002C5.28999 8.11002 3.73 8.45002 2.28 7.16002C2.12 7.02002 2 6.72005 2 6.50005V4.16002C2 3.97002 2.10001 3.69003 2.23001 3.55003C3.49001 2.23003 5.01 2.42005 5.84 3.25005C5.91 3.32005 5.97999 3.40004 6.04999 3.49004C6.32999 3.87004 6.5 4.35002 6.5 4.85002Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.9004 5.29999C13.9004 5.78999 14.1004 6.25001 14.4304 6.57001C14.7504 6.90001 15.2004 7.09998 15.7004 7.09998H17.9504C17.6704 6.72998 17.5004 6.25 17.5004 5.75V4.84998C17.5004 4.34998 17.6704 3.87 17.9504 3.5H15.7004C14.7104 3.5 13.9004 4.30999 13.9004 5.29999Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.5 4.85002V5.75005C17.5 6.25005 17.67 6.73002 17.95 7.10002C18.71 8.11002 20.27 8.45002 21.72 7.16002C21.88 7.02002 22 6.72005 22 6.50005V4.16002C22 3.97002 21.9 3.69003 21.77 3.55003C20.51 2.23003 18.99 2.42005 18.16 3.25005C18.09 3.32005 18.02 3.40004 17.95 3.49004C17.67 3.87004 17.5 4.35002 17.5 4.85002Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 13.5V17.5C10 18.33 9.33 19 8.5 19C7.67 19 7 18.33 7 17.5V13.5C7 12.67 7.67 12 8.5 12C9.33 12 10 12.67 10 13.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"health \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.9707 2C3.9707 2 1.9707 4 1.9707 9V15C1.9707 20 3.9707 22 8.9707 22H14.9707C19.9707 22 21.9707 20 21.9707 15V9C21.9707 4 19.9707 2 14.9707 2H12.9707\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M1.9707 12.7001L7.9707 12.6801C8.7207 12.6801 9.5607 13.2501 9.8407 13.9501L10.9807 16.8301C11.2407 17.4801 11.6507 17.4801 11.9107 16.8301L14.2007 11.0201C14.4207 10.4601 14.8307 10.4401 15.1107 10.9701L16.1507 12.9401C16.4607 13.5301 17.2607 14.0101 17.9207 14.0101H21.9807\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"heart add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.56 3.09998C9.37 3.09998 10.99 3.98002 12 5.33002C13.01 3.98002 14.63 3.09998 16.44 3.09998C19.51 3.09998 22 5.6 22 8.69C22 10.66 21.49 12.4 20.69 13.91C19.81 12.98 18.57 12.4 17.2 12.4C14.55 12.4 12.4 14.55 12.4 17.2C12.4 18.43 12.87 19.55 13.63 20.4C13.26 20.57 12.92 20.71 12.62 20.81C12.28 20.93 11.72 20.93 11.38 20.81C8.48 19.82 2 15.69 2 8.69C2 7.14 2.62 5.73998 3.63 4.72998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.2004 22C19.8513 22 22.0004 19.851 22.0004 17.2C22.0004 14.549 19.8513 12.4 17.2004 12.4C14.5494 12.4 12.4004 14.549 12.4004 17.2C12.4004 19.851 14.5494 22 17.2004 22Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.9902 17.26H15.4102\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.1992 15.51V19.1\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"heart circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.3296 17.45C12.1496 17.51 11.8396 17.51 11.6596 17.45C10.0996 16.92 6.59961 14.69 6.59961 10.91C6.59961 9.24 7.93961 7.89001 9.59961 7.89001C10.5796 7.89001 11.4496 8.36001 11.9996 9.10001C12.5396 8.37001 13.4196 7.89001 14.3996 7.89001C16.0596 7.89001 17.3996 9.24 17.3996 10.91C17.3996 14.69 13.8996 16.92 12.3296 17.45Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 6C2.75 7.67 2 9.75 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2C10.57 2 9.2 2.30001 7.97 2.85001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"heart edit \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 20.9C11.78 20.9 11.55 20.87 11.38 20.81C8.48 19.82 2 15.69 2 8.69C2 7.29 2.51 6.01003 3.36 5.03003\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.4905 12C21.8105 10.98 22.0005 9.88 22.0005 8.69C22.0005 5.6 19.5105 3.09998 16.4405 3.09998C14.6205 3.09998 13.0105 3.98003 12.0005 5.34003C10.9905 3.98003 9.37055 3.09998 7.56055 3.09998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.2091 15.74L15.6691 19.2801C15.5291 19.4201 15.3991 19.68 15.3691 19.87L15.1791 21.22C15.1091 21.71 15.4491 22.05 15.9391 21.98L17.2891 21.79C17.4791 21.76 17.7491 21.63 17.8791 21.49L21.4191 17.95C22.0291 17.34 22.3191 16.63 21.4191 15.73C20.5291 14.84 19.8191 15.13 19.2091 15.74Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.6992 16.25C18.9992 17.33 19.8392 18.17 20.9192 18.47\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"heart remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22.0004 17.2C22.0004 19.85 19.8504 22 17.2004 22C15.7804 22 14.5104 21.38 13.6304 20.4C12.8704 19.55 12.4004 18.43 12.4004 17.2C12.4004 14.55 14.5504 12.4 17.2004 12.4C18.5704 12.4 19.8104 12.98 20.6904 13.91C20.6804 13.91 20.6804 13.91 20.6904 13.92C21.5004 14.78 22.0004 15.93 22.0004 17.2Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.4792 18.54L15.9492 16\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.45 16.03L15.9199 18.57\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.56 3.09998C9.37 3.09998 10.99 3.98002 12 5.33002C13.01 3.98002 14.63 3.09998 16.44 3.09998C19.51 3.09998 22 5.6 22 8.69C22 10.66 21.49 12.4 20.69 13.91C19.81 12.98 18.57 12.4 17.2 12.4C14.55 12.4 12.4 14.55 12.4 17.2C12.4 18.43 12.87 19.55 13.63 20.4C13.26 20.57 12.92 20.71 12.62 20.81C12.28 20.93 11.72 20.93 11.38 20.81C8.48 19.82 2 15.69 2 8.69C2 7.14 2.62 5.73998 3.63 4.72998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"heart search \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 20.9C11.78 20.9 11.55 20.87 11.38 20.81C8.48 19.82 2 15.69 2 8.67999C2 7.27999 2.51 6.00002 3.36 5.02002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.4905 12C21.8105 10.98 22.0005 9.88 22.0005 8.69C22.0005 5.6 19.5106 3.09998 16.4406 3.09998C14.6206 3.09998 13.0105 3.98003 12.0005 5.34003C10.9905 3.98003 9.37055 3.09998 7.56055 3.09998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.7391 21C19.5064 21 20.9391 19.5673 20.9391 17.8C20.9391 16.0327 19.5064 14.6 17.7391 14.6C15.9717 14.6 14.5391 16.0327 14.5391 17.8C14.5391 19.5673 15.9717 21 17.7391 21Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.5391 21.6L20.5391 20.6\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"heart slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.56055 3.09998C9.38055 3.09998 10.9905 3.98003 12.0005 5.34003C13.0105 3.98003 14.6306 3.09998 16.4406 3.09998C17.5906 3.09998 18.6605 3.45 19.5505 4.06\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.10999 17.5C3.89999 15.43 2 12.48 2 8.67999C2 7.13999 2.62 5.73998 3.63 4.72998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.7395 7C21.9095 7.53 21.9995 8.1 21.9995 8.69C21.9995 15.69 15.5195 19.82 12.6195 20.82C12.2795 20.94 11.7195 20.94 11.3795 20.82C10.7295 20.6 9.90953 20.22 9.01953 19.69\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 2L2 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"heart tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.56 3.09998C9.37 3.09998 10.99 3.98002 12 5.33002C13.01 3.98002 14.63 3.09998 16.44 3.09998C19.51 3.09998 22 5.6 22 8.69C22 10.66 21.49 12.4 20.69 13.91C19.81 12.98 18.57 12.4 17.2 12.4C14.55 12.4 12.4 14.55 12.4 17.2C12.4 18.43 12.87 19.55 13.63 20.4C13.26 20.57 12.92 20.71 12.62 20.81C12.28 20.93 11.72 20.93 11.38 20.81C8.48 19.82 2 15.69 2 8.69C2 7.14 2.62 5.73998 3.63 4.72998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22.0004 17.2C22.0004 18.1 21.7504 18.95 21.3004 19.67C20.4704 21.06 18.9504 22 17.2004 22C15.4504 22 13.9204 21.06 13.1004 19.67C12.6604 18.95 12.4004 18.1 12.4004 17.2C12.4004 14.55 14.5504 12.4 17.2004 12.4C19.8504 12.4 22.0004 14.55 22.0004 17.2Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.3301 17.2L16.5101 18.38L19.0701 16.02\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"heart \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.59 4.96998C21.47 5.95998 22 7.25998 22 8.68998C22 15.69 15.52 19.82 12.62 20.82C12.28 20.94 11.72 20.94 11.38 20.82C8.48 19.82 2 15.69 2 8.68998C2 5.59998 4.49 3.09998 7.56 3.09998C9.38 3.09998 10.99 3.97998 12 5.33998C13.01 3.97998 14.63 3.09998 16.44 3.09998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"hierarchy 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 15V8\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.25 22C7.04493 22 8.5 20.5449 8.5 18.75C8.5 16.9551 7.04493 15.5 5.25 15.5C3.45507 15.5 2 16.9551 2 18.75C2 20.5449 3.45507 22 5.25 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 8C6.65685 8 8 6.65685 8 5C8 3.34315 6.65685 2 5 2C3.34315 2 2 3.34315 2 5C2 6.65685 3.34315 8 5 8Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 8C20.6569 8 22 6.65685 22 5C22 3.34315 20.6569 2 19 2C17.3431 2 16 3.34315 16 5C16 6.65685 17.3431 8 19 8Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.13086 15C5.58086 13.25 7.18086 11.95 9.07086 11.96L12.5009 11.97C13.3509 11.97 14.1709 11.8 14.9009 11.48\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"hierarchy 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 8C6.65685 8 8 6.65685 8 5C8 3.34315 6.65685 2 5 2C3.34315 2 2 3.34315 2 5C2 6.65685 3.34315 8 5 8Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 15C20.6569 15 22 13.6569 22 12C22 10.3431 20.6569 9 19 9C17.3431 9 16 10.3431 16 12C16 13.6569 17.3431 15 19 15Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 22C6.65685 22 8 20.6569 8 19C8 17.3431 6.65685 16 5 16C3.34315 16 2 17.3431 2 19C2 20.6569 3.34315 22 5 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.17 12H9C6.8 12 5 11 5 8V16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"hierarchy square 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 13.02V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.80078 10.2V14.3999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.95001 9.89999C9.02697 9.89999 9.90002 9.02697 9.90002 7.95001C9.90002 6.87306 9.02697 6 7.95001 6C6.87306 6 6 6.87306 6 7.95001C6 9.02697 6.87306 9.89999 7.95001 9.89999Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.79999 17.9999C8.7941 17.9999 9.59998 17.194 9.59998 16.1999C9.59998 15.2058 8.7941 14.3999 7.79999 14.3999C6.80588 14.3999 6 15.2058 6 16.1999C6 17.194 6.80588 17.9999 7.79999 17.9999Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.2004 17.9999C17.1945 17.9999 18.0004 17.194 18.0004 16.1999C18.0004 15.2058 17.1945 14.3999 16.2004 14.3999C15.2063 14.3999 14.4004 15.2058 14.4004 16.1999C14.4004 17.194 15.2063 17.9999 16.2004 17.9999Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.88086 10.2C8.15086 11.25 9.11084 12.0299 10.2408 12.0199L12.3008 12.0099C13.8708 11.9999 15.2109 13.01 15.7009 14.42\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"hierarchy square 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 13.02V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.80078 13.8001V9.6001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.95001 18.0001C9.02697 18.0001 9.90002 17.127 9.90002 16.0501C9.90002 14.9731 9.02697 14.1001 7.95001 14.1001C6.87306 14.1001 6 14.9731 6 16.0501C6 17.127 6.87306 18.0001 7.95001 18.0001Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.79999 9.60001C8.7941 9.60001 9.59998 8.7941 9.59998 7.79999C9.59998 6.80588 8.7941 6 7.79999 6C6.80588 6 6 6.80588 6 7.79999C6 8.7941 6.80588 9.60001 7.79999 9.60001Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.2004 9.60001C17.1945 9.60001 18.0004 8.7941 18.0004 7.79999C18.0004 6.80588 17.1945 6 16.2004 6C15.2063 6 14.4004 6.80588 14.4004 7.79999C14.4004 8.7941 15.2063 9.60001 16.2004 9.60001Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.88086 13.8001C8.15086 12.7501 9.11084 11.9701 10.2408 11.9801L12.3008 11.9901C13.8708 12.0001 15.2109 10.9901 15.7009 9.58008\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"hierarchy square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 13.02V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.4508 14.4V8.5C16.4508 7.95 16.0008 7.5 15.4508 7.5H12.5508\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.05 6L12.25 7.5L14.05 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.55078 10.2V14.3999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.70001 9.89999C8.77697 9.89999 9.65002 9.02697 9.65002 7.95001C9.65002 6.87306 8.77697 6 7.70001 6C6.62306 6 5.75 6.87306 5.75 7.95001C5.75 9.02697 6.62306 9.89999 7.70001 9.89999Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.54999 17.9999C8.5441 17.9999 9.34998 17.194 9.34998 16.1999C9.34998 15.2058 8.5441 14.3999 7.54999 14.3999C6.55588 14.3999 5.75 15.2058 5.75 16.1999C5.75 17.194 6.55588 17.9999 7.54999 17.9999Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.4504 17.9999C17.4445 17.9999 18.2504 17.194 18.2504 16.1999C18.2504 15.2058 17.4445 14.3999 16.4504 14.3999C15.4563 14.3999 14.6504 15.2058 14.6504 16.1999C14.6504 17.194 15.4563 17.9999 16.4504 17.9999Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"hierarchy \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 9V16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.25 8.5C7.04493 8.5 8.5 7.04493 8.5 5.25C8.5 3.45507 7.04493 2 5.25 2C3.45507 2 2 3.45507 2 5.25C2 7.04493 3.45507 8.5 5.25 8.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 22C6.65685 22 8 20.6569 8 19C8 17.3431 6.65685 16 5 16C3.34315 16 2 17.3431 2 19C2 20.6569 3.34315 22 5 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 22C20.6569 22 22 20.6569 22 19C22 17.3431 20.6569 16 19 16C17.3431 16 16 17.3431 16 19C16 20.6569 17.3431 22 19 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.13086 9C5.58086 10.75 7.18086 12.05 9.07086 12.04L12.5009 12.03C13.3409 12.03 14.1309 12.2 14.8609 12.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"home 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 18V15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.6393 19.2401C20.3993 20.6501 19.0293 21.8101 17.5993 21.8101H6.39929C4.95929 21.8101 3.59929 20.6601 3.35929 19.2401L2.02929 11.2801C1.85929 10.3001 2.35929 8.99009 3.13929 8.37009L10.0693 2.82009C11.1293 1.97009 12.8593 1.97009 13.9293 2.83009L20.8593 8.37009C21.6293 8.99009 22.1293 10.3001 21.9693 11.2801L21.3493 15.0001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"home 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 10.4999C22 9.28992 21.19 7.73992 20.2 7.04992L14.02 2.71992C12.62 1.73992 10.37 1.78992 9.02 2.83992L3.63 7.03992C2.73 7.73992 2 9.22992 2 10.3599V17.7699C2 20.0899 3.89 21.9899 6.21 21.9899H17.79C20.11 21.9899 22 20.0899 22 17.7799V14.6799\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 17.99V14.99\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"home hashtag \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.5 9H10.5C8.85 9 7.5 10.35 7.5 12V15C7.5 16.65 8.85 18 10.5 18H13.5C15.15 18 16.5 16.65 16.5 15V12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 9V18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.5 13.5H16.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 10.4999C22 9.28992 21.19 7.73992 20.2 7.04992L14.02 2.71992C12.62 1.73992 10.37 1.78992 9.02 2.83992L3.63 7.03992C2.73 7.73992 2 9.22992 2 10.3599V17.7699C2 20.0899 3.89 21.9899 6.21 21.9899H17.79C20.11 21.9899 22 20.0899 22 17.7799V14.6799\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"home trend down \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 10.4999C22 9.28992 21.19 7.73992 20.2 7.04992L14.02 2.71992C12.62 1.73992 10.37 1.78992 9.02 2.83992L3.63 7.03992C2.73 7.73992 2 9.22992 2 10.3599V17.7699C2 20.0899 3.89 21.9899 6.21 21.9899H17.79C20.11 21.9899 22 20.0899 22 17.7799V14.6799\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.17 14L10.7 14.7L7.5 11.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.5 16.5L14.99 14.99L14 14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.5 16.5H16.5V14.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"home trend up \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 10.4999C22 9.28992 21.19 7.73992 20.2 7.04992L14.02 2.71992C12.62 1.73992 10.37 1.78992 9.02 2.83992L3.63 7.03992C2.73 7.73992 2 9.22992 2 10.3599V17.7699C2 20.0899 3.89 21.9899 6.21 21.9899H17.79C20.11 21.9899 22 20.0899 22 17.7799V14.6799\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.17 14L10.7 13.3L7.5 16.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.5 11.5L14.99 13.01L14 14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.5 11.5H16.5V13.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"home wifi \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2.02929 11.2799C1.85929 10.2999 2.3593 8.98989 3.1393 8.36989L10.0693 2.81984C11.1293 1.96984 12.8593 1.96985 13.9293 2.82985L20.8593 8.36989C21.6293 8.98989 22.1293 10.2999 21.9693 11.2799L20.6393 19.2399C20.3993 20.6499 19.0293 21.81 17.5993 21.81H6.39928C4.95928 21.81 3.59927 20.6599 3.35927 19.2399L2.71929 15.3799\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.88086 14.3802C11.1509 13.1702 12.8508 13.1702 14.1208 14.3802\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.75 11.45C8.4 11.68 8.07 11.95 7.75 12.26\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.24 12.26C15.7 11.73 15.1 11.32 14.48 11.02C13.68 10.64 12.84 10.45 12 10.45\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9955 16.5H12.0045\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"home \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.35929 19.2401C3.59929 20.6601 4.95928 21.8101 6.39928 21.8101H17.5993C19.0293 21.8101 20.3993 20.6501 20.6393 19.2401L21.9693 11.2801C22.1293 10.3001 21.6293 8.99008 20.8593 8.37008L13.9293 2.8301C12.8593 1.9701 11.1293 1.97009 10.0693 2.82009L3.13929 8.37008C2.35929 8.99008 1.85929 10.3001 2.02929 11.2801L2.7093 15.3701\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 10.5C10.62 10.5 9.5 11.62 9.5 13C9.5 14.38 10.62 15.5 12 15.5C13.38 15.5 14.5 14.38 14.5 13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"hospital \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 6C21 3.79 20 2 17 2H7C4 2 3 3.79 3 6V22H21V10.02\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 22H22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.0602 15H9.93022C9.42022 15 8.99023 15.42 8.99023 15.94V22H14.9902V15.94C15.0002 15.42 14.5802 15 14.0602 15Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 6V11\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.5 8.5H14.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"house 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 22H22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 9.96999C3 9.35999 3.29 8.78004 3.77 8.40004L10.77 2.95003C11.49 2.39003 12.5 2.39003 13.23 2.95003L20.23 8.39003C20.72 8.77003 21 9.34999 21 9.96999V22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.94922 22L2.97923 14.03\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5 11H8.5C7.67 11 7 11.67 7 12.5V22H17V12.5C17 11.67 16.33 11 15.5 11Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 16.25V17.75\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.5 7.5H13.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"house \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 22H22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 9.96999C3 9.35999 3.29 8.78004 3.77 8.40004L10.77 2.95003C11.49 2.39003 12.5 2.39003 13.23 2.95003L20.23 8.39003C20.72 8.77003 21 9.34999 21 9.96999V22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.94922 22L2.97922 14.03\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 17H11C10.17 17 9.5 17.67 9.5 18.5V22H14.5V18.5C14.5 17.67 13.83 17 13 17Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/>\n<path d=\"M9.5 13.75H7.5C6.95 13.75 6.5 13.3 6.5 12.75V11.25C6.5 10.7 6.95 10.25 7.5 10.25H9.5C10.05 10.25 10.5 10.7 10.5 11.25V12.75C10.5 13.3 10.05 13.75 9.5 13.75Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/>\n<path d=\"M16.5 13.75H14.5C13.95 13.75 13.5 13.3 13.5 12.75V11.25C13.5 10.7 13.95 10.25 14.5 10.25H16.5C17.05 10.25 17.5 10.7 17.5 11.25V12.75C17.5 13.3 17.05 13.75 16.5 13.75Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/>\n<path d=\"M19.0003 7L18.9703 4H14.5703\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"icon 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.2905 9H19.0005C18.4505 9 18.0005 9.45 18.0005 10V13C18.0005 13.55 18.4505 14 19.0005 14H22.0005V17C22.0005 18.66 20.6605 20 19.0005 20H18.0005C18.0005 18.9 17.1005 18 16.0005 18C14.9005 18 14.0005 18.9 14.0005 20H10.0005C10.0005 18.9 9.10049 18 8.00049 18C6.90049 18 6.00049 18.9 6.00049 20H5.00049C3.94049 20 3.01047 19.45 2.48047 18.63\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 14H13C14.1 14 15 13.1 15 12V5H16.84C17.2 5 17.55 5.10002 17.85 5.27002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 2V12C15 13.1 14.1 14 13 14H2V7.62C2.73 8.49 3.85003 9.03 5.09003 9C6.10003 8.98 7.01 8.59 7.69 7.94C8 7.68 8.26002 7.34999 8.46002 6.98999C8.82002 6.37999 9.02 5.65997 9 4.90997C8.97 3.73997 8.45001 2.71 7.64001 2H15Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 22C9.10457 22 10 21.1046 10 20C10 18.8954 9.10457 18 8 18C6.89543 18 6 18.8954 6 20C6 21.1046 6.89543 22 8 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 22C17.1046 22 18 21.1046 18 20C18 18.8954 17.1046 18 16 18C14.8954 18 14 18.8954 14 20C14 21.1046 14.8954 22 16 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 12V14H19C18.45 14 18 13.55 18 13V10C18 9.45 18.45 9 19 9H20.29L22 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 5C9 5.75 8.78998 6.46 8.41998 7.06C8.20998 7.42 7.94 7.74 7.63 8C6.93 8.63 6.01 9 5 9C3.54 9 2.27002 8.22 1.58002 7.06C1.21002 6.46 1 5.75 1 5C1 3.74 1.58 2.61 2.5 1.88C3.19 1.33 4.06 1 5 1C7.21 1 9 2.79 9 5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.06897 6.03992L3.95898 3.92993\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.03967 3.95996L3.92969 6.06995\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"icon \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 2V12C15 13.1 14.1 14 13 14H2V7.62C2.73 8.49 3.85003 9.03 5.09003 9C6.10003 8.98 7.01 8.59 7.69 7.94C8 7.68 8.26002 7.34999 8.46002 6.98999C8.82002 6.37999 9.02 5.65997 9 4.90997C8.97 3.73997 8.45001 2.71 7.64001 2H15Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.2905 9H19.0005C18.4505 9 18.0005 9.45 18.0005 10V13C18.0005 13.55 18.4505 14 19.0005 14H22.0005V17C22.0005 18.66 20.6605 20 19.0005 20H18.0005C18.0005 18.9 17.1005 18 16.0005 18C14.9005 18 14.0005 18.9 14.0005 20H10.0005C10.0005 18.9 9.10049 18 8.00049 18C6.90049 18 6.00049 18.9 6.00049 20H5.00049C3.94049 20 3.01047 19.45 2.48047 18.63\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 14H13C14.1 14 15 13.1 15 12V5H16.84C17.2 5 17.55 5.10002 17.85 5.27002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 22C9.10457 22 10 21.1046 10 20C10 18.8954 9.10457 18 8 18C6.89543 18 6 18.8954 6 20C6 21.1046 6.89543 22 8 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 22C17.1046 22 18 21.1046 18 20C18 18.8954 17.1046 18 16 18C14.8954 18 14 18.8954 14 20C14 21.1046 14.8954 22 16 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 12V14H19C18.45 14 18 13.55 18 13V10C18 9.45 18.45 9 19 9H20.29L22 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 5C9 6.2 8.47001 7.27 7.64001 8C6.93001 8.62 6.01 9 5 9C2.79 9 1 7.21 1 5C1 3.74 1.58 2.61 2.5 1.88C3.19 1.33 4.06 1 5 1C7.21 1 9 2.79 9 5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.25 3.75V5.25L4 6\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"image \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.3298 12.8399C11.3698 14.5699 9.57978 14.7199 8.33978 13.1699L8.11978 12.8899C6.82978 11.2699 5.00978 11.4699 4.07978 13.3199L2.35978 16.7699C1.15978 19.1699 2.90978 21.9999 5.58978 21.9999H18.3498C20.9398 21.9999 22.6898 19.3499 21.6698 16.9599L18.5398 9.64988C17.4798 7.16988 15.5298 7.06988 14.2198 9.42988\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.9707 5C9.9707 6.66 8.6307 8 6.9707 8C5.3107 8 3.9707 6.66 3.9707 5C3.9707 3.34 5.3107 2 6.9707 2C7.3307 2 7.6707 2.06 7.9807 2.18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"import 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22.0008 2L13.8008 10.2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 6.16992V10.9999H17.83\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 12.98V15C2 20 4 22 9 22H15C20 22 22 20 22 15V13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"import 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.43945 11.6799L11.9995 14.2399L14.5595 11.6799\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 9V14.17\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 4V5.96\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.52 18.01C16.16 19.25 14.29 20 12 20C7 20 4 16.42 4 12\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.9998 12C19.9998 13.05 19.8298 14.05 19.5098 14.97\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"import \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.74047 21.4999C4.27047 21.4999 2.48047 19.7099 2.48047 15.2399V15.1099C2.48047 11.0899 3.93047 9.23991 7.47047 8.90991\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.4398 8.8999C20.0398 9.2099 21.5098 11.0599 21.5098 15.1099V15.2399C21.5098 19.7099 19.7198 21.4999 15.2498 21.4999H13.0098\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 2V14.88\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.3504 12.6499L12.0004 15.9999L8.65039 12.6499\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"info circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 8V13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 6C2.75 7.67 2 9.75 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2C10.57 2 9.2 2.3 7.97 2.85\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9941 16H12.0031\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"information \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 8.12988V12.9599\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.24086 6.20008C4.24086 5.14008 5.11086 4.27008 6.17086 4.27008H7.90086C8.30086 4.27008 8.86086 4.06008 9.16086 3.81008L10.7409 2.46008C11.4409 1.87008 12.5709 1.87008 13.2509 2.46008L14.8309 3.81008C15.1309 4.06008 15.7009 4.27008 16.1009 4.27008H17.8009C18.8609 4.27008 19.7309 5.14008 19.7309 6.20008V7.90008C19.7309 8.30008 19.9409 8.86008 20.1909 9.16008L21.5409 10.7401C22.1309 11.4401 22.1309 12.5701 21.5409 13.2501L20.1909 14.8301C19.9409 15.1301 19.7309 15.6901 19.7309 16.0901V17.7901C19.7309 18.8501 18.8609 19.7201 17.8009 19.7201H16.1009C15.7009 19.7201 15.1409 19.9301 14.8409 20.1801L13.2609 21.5301C12.5609 22.1201 11.4309 22.1201 10.7509 21.5301L9.17086 20.1801C8.87086 19.9301 8.30086 19.7201 7.91086 19.7201H6.17086C5.11086 19.7201 4.24086 18.8501 4.24086 17.7901V16.0801C4.24086 15.6901 4.04086 15.1201 3.79086 14.8301L2.44086 13.2401C1.86086 12.5501 1.86086 11.4301 2.44086 10.7401L3.00086 10.0801\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9941 16H12.0031\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"instagram \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 13.03V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 15.5C13.933 15.5 15.5 13.933 15.5 12C15.5 10.067 13.933 8.5 12 8.5C10.067 8.5 8.5 10.067 8.5 12C8.5 13.933 10.067 15.5 12 15.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.6361 7H17.6477\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"judge \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.0105 18.5101L15.0605 13.5601\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.6006 7.19995C19.3806 7.97995 19.3806 9.24994 18.6006 10.0299L15.0605 13.5699\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.0602 13.56L11.5202 17.1C10.7402 17.88 9.47024 17.88 8.69024 17.1L4.45023 12.86C3.67023 12.08 3.67023 10.81 4.45023 10.03L11.5202 2.96C12.3002 2.18 13.5702 2.18 14.3502 2.96L15.8102 4.42002\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 21H8\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.56055 7.91992L13.6306 14.9899\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"key square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 12.97V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.2792 13.61C15.1492 14.74 13.5292 15.09 12.0992 14.64L9.50922 17.22C9.32922 17.41 8.95922 17.53 8.68922 17.49L7.48922 17.33C7.08922 17.28 6.72922 16.9 6.66922 16.51L6.50922 15.31C6.46922 15.05 6.59922 14.68 6.77922 14.49L9.35922 11.91C8.91922 10.48 9.25922 8.86001 10.3892 7.73001C12.0092 6.11001 14.6492 6.11001 16.2792 7.73001C17.8992 9.34001 17.8992 11.98 16.2792 13.61Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.4496 16.28L9.59961 15.42\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.3949 10.7H13.4039\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"key \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.9906 2.14996C15.3706 1.68996 17.9406 2.37996 19.7906 4.21996C22.7406 7.16996 22.7406 11.98 19.7906 14.92C17.7306 16.97 14.7806 17.6 12.1906 16.79L7.48063 21.49C7.14063 21.84 6.47063 22.05 5.99063 21.98L3.81063 21.68C3.09063 21.58 2.42063 20.9 2.31063 20.18L2.01063 18C1.94063 17.52 2.17063 16.85 2.50063 16.51L3.62063 15.39L7.19063 11.82C6.39063 9.21996 7.01063 6.26996 9.07063 4.21996\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.89062 17.49L9.19062 19.79\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.5 11C15.3284 11 16 10.3284 16 9.5C16 8.67157 15.3284 8 14.5 8C13.6716 8 13 8.67157 13 9.5C13 10.3284 13.6716 11 14.5 11Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"keyboard open \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 7.26001C2 3.70001 2.75 2.40003 5.52 2.09003C6.04 2.02003 6.61 2 7.27 2H16.74C17.39 2 17.97 2.02003 18.49 2.09003C21.26 2.40003 22.01 3.70001 22.01 7.26001V13.58C22.01 17.14 21.26 18.44 18.49 18.75C17.97 18.82 17.4 18.84 16.74 18.84H7.27C6.62 18.84 6.04 18.82 5.52 18.75C2.75 18.44 2 17.14 2 13.58V11.1\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.5801 8.32007H17.2601\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.74023 14.1099H6.76022H17.2702\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 22H17\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.19373 8.30005H7.20271\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.4945 8.30005H10.5035\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"keyboard \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2.5 9C2.5 5.62 3.21 4.38 5.84 4.09C6.33 4.02 6.88 4 7.5 4H16.5C17.12 4 17.67 4.02 18.16 4.09C20.79 4.38 21.5 5.62 21.5 9V15C21.5 18.38 20.79 19.62 18.16 19.91C17.67 19.98 17.12 20 16.5 20H7.5C6.88 20 6.33 19.98 5.84 19.91C3.21 19.62 2.5 18.38 2.5 15V12.92\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.5 10H17\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 15.5H7.02H17\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.0941 10H10.1031\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.09412 10H7.1031\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"lamp 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.5307 9.03993C6.0707 6.56993 8.8107 4.92993 11.9407 4.92993H12.0607C16.8807 4.92993 20.7807 8.82993 20.7807 13.6499V18.5899H3.2207V13.6499\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 2V4.92999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.6496 18.5901C15.5196 20.5001 13.9296 22.0001 11.9996 22.0001C10.0696 22.0001 8.47961 20.5001 8.34961 18.5901H15.6496Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"lamp charge \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.0694 6.27018C21.1594 10.4702 18.9594 14.9302 15.7294 16.8802V18.0402C15.7294 18.3302 15.8394 19.0002 14.7694 19.0002H9.25938C8.15938 19.0002 8.29938 18.5702 8.29938 18.0402V16.8802C5.99938 15.4902 4.10938 12.7802 4.10938 9.90018C4.10938 4.95018 8.65938 1.07018 13.7994 2.19018C14.5494 2.36018 15.2794 2.63018 15.9394 3.00018\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.0001 7.89014L10.9301 9.75014C10.6901 10.1601 10.8901 10.5001 11.3601 10.5001H12.6301C13.1101 10.5001 13.3001 10.8401 13.0601 11.2501L12.0001 13.1101\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 22C10.79 21.35 13.21 21.35 15.5 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"lamp on \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.0694 6.27018C21.1594 10.4702 18.9594 14.9302 15.7294 16.8802V18.0402C15.7294 18.3302 15.8394 19.0002 14.7694 19.0002H9.25938C8.15938 19.0002 8.29938 18.5702 8.29938 18.0402V16.8802C5.99938 15.4902 4.10938 12.7802 4.10938 9.90018C4.10938 4.95018 8.65938 1.07018 13.7994 2.19018C14.5494 2.36018 15.2794 2.63018 15.9394 3.00018\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 22C10.79 21.35 13.21 21.35 15.5 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"lamp slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.0297 2.47998L4.17969 18.33\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.5996 2.16992C15.0596 2.48992 16.3596 3.26992 17.3596 4.34992\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.25008 12.9998C4.83008 12.0298 4.58008 10.9798 4.58008 9.89977C4.58008 6.51976 6.57008 3.63977 9.38008 2.50977\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.0602 7.2998C20.2802 11.1798 18.3102 15.0798 15.5202 16.8698V18.0298C15.5202 18.3198 15.6202 18.9898 14.6202 18.9898H9.42016C8.39016 18.9898 8.52016 18.5598 8.52016 18.0298V16.8698C8.04016 16.5698 7.59016 16.1998 7.16016 15.7698\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 22C10.79 21.35 13.21 21.35 15.5 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"lamp \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.9406 2H7.99056C7.03056 2 6.02056 2.77 5.77056 3.7L3.57056 11.77C3.13056 13.37 4.13056 14.68 5.80056 14.68H18.2206C19.8806 14.68 20.8806 13.37 20.4506 11.77L18.2506 3.7C17.9806 2.77 16.9706 2 16.0106 2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 15V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 22H16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"language circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.9897 8.95996H7.00977\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 7.28003V8.96002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.5 8.93994C14.5 13.2399 11.14 16.7199 7 16.7199\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.9992 16.72C15.1992 16.72 13.5992 15.76 12.4492 14.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 6C2.75 7.67 2 9.75 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2C10.57 2 9.2 2.29998 7.97 2.84998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"language square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.9897 8.95996H7.00977\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 7.28003V8.96002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.5 8.93994C14.5 13.2399 11.14 16.7199 7 16.7199\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.9992 16.72C15.1992 16.72 13.5992 15.76 12.4492 14.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 12.83V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"layer \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.9193 5.54007C20.6193 6.29007 20.6193 7.53007 18.9193 8.28007L13.0193 10.9001C12.3493 11.2001 11.2493 11.2001 10.5793 10.9001L4.6793 8.28007C2.9793 7.53007 2.9793 6.29007 4.6793 5.54007L10.5793 2.92007C11.2493 2.62007 12.3493 2.62007 13.0193 2.92007L14.9393 3.77007\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 11C3 11.84 3.63 12.81 4.4 13.15L11.19 16.17C11.71 16.4 12.3 16.4 12.81 16.17L19.6 13.15C20.37 12.81 21 11.84 21 11\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 16C3 16.93 3.55 17.77 4.4 18.15L11.19 21.17C11.71 21.4 12.3 21.4 12.81 21.17L19.6 18.15C20.45 17.77 21 16.93 21 16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"level \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2.19922 14.02C3.12922 18.58 7.15922 22 11.9992 22C16.8192 22 20.8392 18.59 21.7892 14.05\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.49094 3.07007C4.81094 4.43007 2.82094 6.96007 2.21094 9.98007\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.81 10.06C20.91 5.46 16.86 2 12 2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 13.5C12.8284 13.5 13.5 12.8284 13.5 12C13.5 11.1716 12.8284 10.5 12 10.5C11.1716 10.5 10.5 11.1716 10.5 12C10.5 12.8284 11.1716 13.5 12 13.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"lifebuoy \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.0407 3.3C4.0107 5.02 1.9707 8.27 1.9707 12C1.9707 17.52 6.4507 22 11.9707 22C17.4907 22 21.9707 17.52 21.9707 12C21.9707 6.48 17.4907 2 11.9707 2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 16.5C14.4853 16.5 16.5 14.4853 16.5 12C16.5 9.51472 14.4853 7.5 12 7.5C9.51472 7.5 7.5 9.51472 7.5 12C7.5 14.4853 9.51472 16.5 12 16.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.90039 4.92993L8.44039 8.45993\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.90039 19.07L8.44039 15.54\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.0498 19.07L15.5098 15.54\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.0498 4.92993L15.5098 8.45993\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"like 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.4805 11.95C21.9805 10.55 21.0805 9.34997 19.5805 9.34997H15.5805C14.9805 9.34997 14.4805 8.84997 14.5805 8.14997L15.0805 4.94997C15.2805 4.04997 14.6805 3.04997 13.7805 2.74997C12.9805 2.44997 11.9805 2.84997 11.5805 3.44997L7.48047 9.54997\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.48047 18.35L10.5805 20.75C10.9805 21.15 11.8805 21.35 12.4805 21.35H16.2805C17.4805 21.35 18.7805 20.45 19.0805 19.25L20.3205 15.48\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.38086 18.35V8.55002C2.38086 7.15002 2.98086 6.65002 4.38086 6.65002H5.38086C6.78086 6.65002 7.38086 7.15002 7.38086 8.55002V18.35C7.38086 19.75 6.78086 20.25 5.38086 20.25H4.38086C2.98086 20.25 2.38086 19.75 2.38086 18.35Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"like dislike \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.91992 20.28L6.68993 21.65C6.91993 21.88 7.42992 21.99 7.77992 21.99H9.94992C10.6399 21.99 11.3799 21.48 11.5499 20.79L12.9199 16.62C13.2099 15.82 12.6899 15.13 11.8299 15.13H9.53992C9.19992 15.13 8.90992 14.8399 8.96992 14.4399L9.25993 12.61C9.36993 12.1 9.02992 11.52 8.51992 11.35C8.05992 11.18 7.48993 11.41 7.25993 11.75L4.91992 15.24\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n<path d=\"M2 20.28C2 21.08 2.34 21.37 3.14 21.37H3.71C4.51 21.37 4.85 21.08 4.85 20.28V14.6801C4.85 13.8801 4.51 13.59 3.71 13.59H3.14C2.34 13.59 2 13.8801 2 14.6801V16.1801\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.0808 3.71997L17.3108 2.34998C17.0808 2.11998 16.5708 2.01001 16.2208 2.01001H14.0508C13.3608 2.01001 12.6208 2.51996 12.4508 3.20996L11.0808 7.38C10.7908 8.18 11.3108 8.87 12.1708 8.87H14.4608C14.8008 8.87 15.0908 9.16006 15.0308 9.56006L14.7408 11.39C14.6308 11.9 14.9708 12.48 15.4808 12.65C15.9408 12.82 16.5108 12.59 16.7408 12.25L19.0808 8.76001\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n<path d=\"M22.0004 3.71997C22.0004 2.91997 21.6604 2.63 20.8604 2.63H20.2904C19.4904 2.63 19.1504 2.91997 19.1504 3.71997V9.31995C19.1504 10.1199 19.4904 10.41 20.2904 10.41H20.8604C21.6604 10.41 22.0004 10.1199 22.0004 9.31995V8\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"like shapes \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.88916 14.82L11.3391 15.94C11.5291 16.13 11.9492 16.22 12.2292 16.22H13.9991C14.5591 16.22 15.1691 15.8 15.3091 15.24L16.4291 11.82C16.6591 11.17 16.2392 10.6 15.5392 10.6H13.6692C13.3892 10.6 13.1592 10.3701 13.1992 10.0401L13.4291 8.54008C13.5191 8.12008 13.2392 7.65005 12.8192 7.51005C12.4492 7.37005 11.9792 7.56 11.7892 7.84L9.86914 10.69\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n<path d=\"M7.5 14.8199V10.24C7.5 9.57999 7.78 9.34998 8.44 9.34998H8.91C9.56 9.34998 9.85001 9.57999 9.85001 10.24V14.8199C9.85001 15.4699 9.57 15.71 8.91 15.71H8.44C7.78 15.71 7.5 15.4799 7.5 14.8199Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.6604 20.01L13.1404 21.53C12.5204 22.15 11.5004 22.15 10.8804 21.53L9.36039 20.01C9.10039 19.75 8.59041 19.54 8.23041 19.54H6.08039C5.20039 19.54 4.48041 18.8199 4.48041 17.9399V15.79C4.48041 15.43 4.27041 14.92 4.01041 14.66L2.49039 13.14C1.87039 12.52 1.87039 11.5 2.49039 10.88L4.01041 9.35999C4.27041 9.09999 4.48041 8.58998 4.48041 8.22998V6.07996C4.48041 5.19996 5.20039 4.47998 6.08039 4.47998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.33984 3.99002L10.8598 2.47C11.4798 1.85 12.4998 1.85 13.1198 2.47L14.6399 3.99002C14.8999 4.25002 15.4098 4.46 15.7698 4.46H17.9199C18.7999 4.46 19.5198 5.18009 19.5198 6.06009V8.21C19.5198 8.57 19.7298 9.08 19.9898 9.34L21.5099 10.86C22.1299 11.48 22.1299 12.5 21.5099 13.12L19.9898 14.64C19.7298 14.9 19.5198 15.4101 19.5198 15.7701V17.9201C19.5198 18.8001 18.7999 19.5201 17.9199 19.5201\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"like tag \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.65039 13.8L11.2604 15.05C11.4704 15.26 11.9404 15.3599 12.2504 15.3599H14.2304C14.8504 15.3599 15.5304 14.89 15.6904 14.27L16.9404 10.4799C17.2004 9.74994 16.7304 9.12996 15.9504 9.12996H13.8704C13.5604 9.12996 13.3004 8.86996 13.3504 8.50996L13.6104 6.84993C13.7104 6.37993 13.4004 5.85992 12.9304 5.70992C12.5104 5.54992 11.9904 5.7599 11.7904 6.0699L9.6604 9.23995\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n<path d=\"M7 13.8V8.70996C7 7.97996 7.30999 7.71997 8.03999 7.71997H8.56C9.29 7.71997 9.60001 7.97996 9.60001 8.70996V13.8C9.60001 14.53 9.29 14.79 8.56 14.79H8.03999C7.30999 14.79 7 14.53 7 13.8Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 4.96997C3 3.32997 4.34 2 6 2H18C19.66 2 21 3.32997 21 4.96997V15.88C21 17.52 19.66 18.85 18 18.85H17.24C16.44 18.85 15.68 19.16 15.12 19.72L13.41 21.41C12.63 22.18 11.36 22.18 10.58 21.41L8.87 19.72C8.31 19.16 7.54 18.85 6.75 18.85H6C4.34 18.85 3 17.52 3 15.88V9.06995\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"like \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 4.96997C3 3.32997 4.34 2 6 2H18C19.66 2 21 3.32997 21 4.96997V15.88C21 17.52 19.66 18.85 18 18.85H17.24C16.44 18.85 15.68 19.16 15.12 19.72L13.41 21.41C12.63 22.18 11.36 22.18 10.58 21.41L8.87 19.72C8.31 19.16 7.54 18.85 6.75 18.85H6C4.34 18.85 3 17.52 3 15.88V9.03998\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.28 14.96C12.13 15.01 11.88 15.01 11.72 14.96C10.42 14.51 7.5 12.66 7.5 9.51001C7.5 8.12001 8.62 7 10 7C10.82 7 11.54 7.39 12 8C12.46 7.39 13.18 7 14 7C15.38 7 16.5 8.12001 16.5 9.51001C16.5 10.67 16.11 11.65 15.55 12.45\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"link 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.5 12C13.5 15.18 10.93 17.75 7.75 17.75C4.57 17.75 2 15.18 2 12C2 8.82 4.57 6.25 7.75 6.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 12C22 15.31 19.31 18 16 18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 12C10 8.69 12.69 6 16 6C17.53 6 18.93 6.57 19.98 7.51\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"link 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.9902 17.5H16.5002C19.5202 17.5 22.0002 15.03 22.0002 12C22.0002 8.98 19.5302 6.5 16.5002 6.5H14.9902\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.37 10.01C2.13 10.63 2 11.3 2 12C2 15.02 4.47 17.5 7.5 17.5H9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.99969 6.5H7.49969C6.66969 6.5 5.88969 6.68 5.17969 7.01\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 12H16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"link 21 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.0598 10.9399C15.3098 13.1899 15.3098 16.8299 13.0598 19.0699C10.8098 21.3099 7.16985 21.3199 4.92985 19.0699C2.68985 16.8199 2.67985 13.1799 4.92985 10.9399\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.9707 3.16992C16.4607 3.19992 17.9407 3.78992 19.0707 4.92992C21.4107 7.26992 21.4107 11.0699 19.0707 13.4199\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.5909 13.4099C8.25094 11.0699 8.25094 7.26992 10.5909 4.91992\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"link circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.9407 14.5099C7.3207 14.2799 6.7707 13.8299 6.4207 13.1899C5.6207 11.7299 6.1107 9.82989 7.5307 8.94989L9.8707 7.49988C11.2807 6.61988 13.1007 7.09987 13.9007 8.54987C14.7007 10.0099 14.2107 11.9099 12.7907 12.7899L12.4807 13.0099\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.1092 9.44995C16.7292 9.67995 17.2792 10.1299 17.6292 10.7699C18.4292 12.2299 17.9392 14.1299 16.5192 15.0099L14.1792 16.4599C12.7692 17.3399 10.9492 16.8599 10.1492 15.4099C9.34921 13.9499 9.83922 12.05 11.2592 11.17L11.5692 10.95\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 6C2.75 7.67 2 9.75 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2C10.57 2 9.2 2.30001 7.97 2.85001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"link square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 13.05V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.17961 16.0199C7.41961 15.9499 6.66961 15.5999 6.08961 14.9899C4.76961 13.5999 4.76961 11.3199 6.08961 9.92989L8.27961 7.6299C9.59961 6.2399 11.7696 6.2399 13.0996 7.6299C14.4196 9.0199 14.4196 11.2999 13.0996 12.6899L12.0096 13.8399\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.8202 7.97998C16.5802 8.04998 17.3302 8.39998 17.9102 9.00998C19.2302 10.4 19.2302 12.68 17.9102 14.07L15.7202 16.37C14.4002 17.76 12.2302 17.76 10.9002 16.37C9.58016 14.98 9.58016 12.7 10.9002 11.31L11.9902 10.16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"link \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.27 12C2.48 11.05 2 9.83 2 8.5C2 5.48 4.47 3 7.5 3H12.5C15.52 3 18 5.48 18 8.5C18 11.52 15.53 14 12.5 14H10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.98 21H11.5C8.48 21 6 18.52 6 15.5C6 12.48 8.47 10 11.5 10H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.73 12C21.52 12.95 22 14.17 22 15.5C22 18.52 19.53 21 16.5 21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"location add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.25 11H14.75\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M12 13.75V8.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M5.98094 4.30006C10.3509 0.190061 18.8209 1.60006 20.3809 8.51006C21.5309 13.5901 18.3709 17.8901 15.6009 20.5501C13.5909 22.4901 10.4109 22.4901 8.39094 20.5501C5.63094 17.8801 2.46094 13.5801 3.62094 8.50006\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"location cross \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.9991 12.96L10.0391 9\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.96 9.04004L10 13\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.98094 4.30006C10.3509 0.190061 18.8209 1.60006 20.3809 8.51006C21.5309 13.5901 18.3709 17.8901 15.6009 20.5501C13.5909 22.4901 10.4109 22.4901 8.39094 20.5501C5.63094 17.8801 2.46094 13.5801 3.62094 8.50006\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"location minus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.25 11H14.75\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M5.98094 4.30006C10.3509 0.190061 18.8209 1.60006 20.3809 8.51006C21.5309 13.5901 18.3709 17.8901 15.6009 20.5501C13.5909 22.4901 10.4109 22.4901 8.39094 20.5501C5.63094 17.8801 2.46094 13.5801 3.62094 8.50006\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"location slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.4209 12.9999C9.50086 12.4599 8.88086 11.4599 8.88086 10.3099C8.88086 8.58994 10.2709 7.18994 12.0009 7.18994C13.1509 7.18994 14.1509 7.80994 14.6909 8.73994\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.50977 3.83995C10.0498 1.04996 15.7098 1.42996 18.6798 4.97996\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.9891 17.81C4.1491 15.3 2.8091 12.09 3.6291 8.48999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.3806 8.5C21.5306 13.58 18.3706 17.88 15.6006 20.54C13.5906 22.48 10.4106 22.48 8.39062 20.54\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 2L2 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"location tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.25 11.5L10.75 13L14.75 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.98094 4.30006C10.3509 0.190061 18.8209 1.60006 20.3809 8.51006C21.5309 13.5901 18.3709 17.8901 15.6009 20.5501C13.5909 22.4901 10.4109 22.4901 8.39094 20.5501C5.63094 17.8801 2.46094 13.5801 3.62094 8.50006\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"location \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.1209 10.3099C15.1209 12.0299 13.7309 13.4299 12.0009 13.4299C10.2709 13.4299 8.88086 12.0399 8.88086 10.3099C8.88086 8.57994 10.2809 7.18994 12.0009 7.18994C12.3409 7.18994 12.6709 7.23994 12.9709 7.33994\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.98094 4.30006C10.3509 0.190061 18.8209 1.60006 20.3809 8.51006C21.5309 13.5901 18.3709 17.8901 15.6009 20.5501C13.5909 22.4901 10.4109 22.4901 8.39094 20.5501C5.63094 17.8801 2.46094 13.5801 3.62094 8.50006\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"lock 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 10V8C6 4.69 7 2 12 2C17 2 18 4.69 18 8V10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.5 16C9.5 17.38 10.62 18.5 12 18.5C13.38 18.5 14.5 17.38 14.5 16C14.5 14.62 13.38 13.5 12 13.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 17V15C22 11 21 10 17 10H7C3 10 2 11 2 15V17C2 21 3 22 7 22H17C18.76 22 19.94 21.81 20.71 21.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"lock circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 11V10C9 8.34 9.5 7 12 7C14.5 7 15 8.34 15 10V11\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.0004 14.6C12.3317 14.6 12.6003 14.3314 12.6003 14C12.6003 13.6687 12.3317 13.4 12.0004 13.4C11.669 13.4 11.4004 13.6687 11.4004 14C11.4004 14.3314 11.669 14.6 12.0004 14.6Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.5 17H9.5C7.5 17 7 16.5 7 14.5V13.5C7 11.5 7.5 11 9.5 11H14.5C16.5 11 17 11.5 17 13.5V14.5C17 16.5 16.5 17 14.5 17Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 6C2.75 7.67 2 9.75 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2C10.57 2 9.19997 2.30001 7.96997 2.85001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"lock slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.0195 17.52C10.4795 18.11 11.1995 18.5 11.9995 18.5C13.3795 18.5 14.4995 17.38 14.4995 16C14.4995 15.43 14.3095 14.9 13.9895 14.48\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.69 21.26C19.93 21.81 18.75 22 17 22H7C6.64 22 6.31 21.99 6 21.97\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.82 20.8C2.21 20.04 2 18.83 2 17V15C2 11 3 10 7 10H17C17.36 10 17.69 10.01 18 10.03C21.17 10.21 22 11.36 22 15V17\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 10V8C6 4.69 7 2 12 2C16.15 2 17.54 3.38 17.9 5.56\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 2L2 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"lock \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 10V8C6 4.69 7 2 12 2C17 2 18 4.69 18 8V10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 17V15C22 11 21 10 17 10H7C3 10 2 11 2 15V17C2 21 3 22 7 22H17C18.76 22 19.94 21.81 20.71 21.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.9965 16H16.0054\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9945 16H12.0035\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.99451 16H8.00349\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"login 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.6797 14.5599L14.2397 11.9999L11.6797 9.43994\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 12H14.17\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 12H5.96\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.01 6.47998C19.25 7.83998 20 9.70998 20 12C20 17 16.42 20 12 20\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 4C13.05 4 14.05 4.17 14.97 4.49\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"login \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 12H14.88\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.6504 8.6499L16.0004 11.9999L12.6504 15.3499\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.5002 13V15.26C21.5002 19.73 19.7102 21.52 15.2402 21.52H15.1102C11.0902 21.52 9.24016 20.07 8.91016 16.53\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.90039 7.55999C9.21039 3.95999 11.0604 2.48999 15.1104 2.48999H15.2404C19.7104 2.48999 21.5004 4.27999 21.5004 8.74999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"logout 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.56 14.5599L4 11.9999L6.56 9.43994\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.24031 12H4.07031\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.2393 12H12.2793\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.01 6.47998C19.25 7.83998 20 9.70998 20 12C20 17 16.42 20 12 20\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 4C13.05 4 14.05 4.17 14.97 4.49\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"logout \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.5002 13V15.26C21.5002 19.73 19.7102 21.52 15.2402 21.52H15.1102C11.0902 21.52 9.24016 20.07 8.91016 16.53\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.90039 7.55999C9.21039 3.95999 11.0604 2.48999 15.1104 2.48999H15.2404C19.7104 2.48999 21.5004 4.27999 21.5004 8.74999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.9991 12H3.61914\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.85 8.6499L2.5 11.9999L5.85 15.3499\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"lovely \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.95999 3.09998C8.58999 3.09998 10.03 3.87997 10.93 5.08997C11.84 3.87997 13.28 3.09998 14.9 3.09998C17.64 3.09998 19.86 5.32997 19.86 8.08997C19.86 8.50997 19.83 8.91997 19.78 9.30997C19.32 9.10997 18.82 8.99997 18.29 8.99997C17.07 8.99997 15.99 9.58996 15.32 10.49C14.64 9.58996 13.56 8.99997 12.34 8.99997C10.29 8.99997 8.63 10.67 8.63 12.74C8.63 15.42 10.05 17.47 11.63 18.86C11.58 18.89 11.53 18.9 11.48 18.92C11.18 19.03 10.68 19.03 10.38 18.92C7.79 18.03 2 14.35 2 8.08997C2 6.91997 2.40001 5.83996 3.07001 4.98996\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22.0009 12.74C22.0009 17.42 17.6709 20.18 15.7309 20.84C15.5009 20.92 15.1308 20.92 14.9008 20.84C14.0708 20.56 12.8009 19.89 11.6309 18.86C10.0509 17.47 8.63086 15.42 8.63086 12.74C8.63086 10.67 10.2909 9 12.3409 9C13.5609 9 14.6409 9.58999 15.3209 10.49C15.9909 9.58999 17.0709 9 18.2909 9C18.8209 9 19.3209 9.11 19.7809 9.31\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"magic star \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.27028 6.41999C3.68028 4.51999 4.74027 3.46998 6.63027 4.08998L9.58028 5.05998C10.0803 5.21998 10.8303 5.10997 11.2503 4.79997L14.3303 2.57997C16.0003 1.37997 17.3302 2.07998 17.2902 4.12998L17.2202 7.91999C17.2102 8.43999 17.5403 9.12998 17.9603 9.43998L20.4403 11.32C22.0303 12.52 21.7703 13.99 19.8703 14.59L16.6403 15.6C16.1003 15.77 15.5303 16.36 15.3903 16.91L14.6203 19.85C14.0103 22.17 12.4902 22.4 11.2302 20.36L9.47024 17.51C9.15024 16.99 8.39024 16.6 7.79024 16.63L4.45028 16.8C2.06028 16.92 1.38027 15.54 2.94027 13.72L4.92025 11.42C5.11025 11.2 5.24026 10.9 5.31026 10.58\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.9108 22L18.8809 18.97\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"magicpen \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.9795 10.0199L19.4995 7.49994C20.3295 6.66994 20.3295 5.32994 19.4995 4.49994C18.6695 3.66994 17.3295 3.66994 16.4995 4.49994L3.49945 17.4999C2.66945 18.3299 2.66945 19.6699 3.49945 20.4999C4.32945 21.3299 5.66945 21.3299 6.49945 20.4999L14.4995 12.4999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.0098 8.99023L15.0098 5.99023\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.56 3.5L10 5L8.5 4.56L7 5L7.44 3.5L7 2L8.5 2.44\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.5 8.44L6 8L5.56 9.5L6 11L4.5 10.56L3 11L3.44 9.5L3 8L4.5 8.44Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.44 14.5L18 13L19.5 13.44L21 13L20.56 14.5L21 16L19.5 15.56\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"main component \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.73976 18.24L3.05977 14.56C1.65977 13.16 1.65977 10.86 3.05977 9.45002L9.44978 3.06001C10.8498 1.66001 13.1498 1.66001 14.5598 3.06001L20.9498 9.45002C22.3498 10.85 22.3498 13.15 20.9498 14.56L14.5598 20.95C13.1598 22.35 10.8598 22.35 9.44978 20.95\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.25 6.25L17.75 17.75\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5 8.5L6.25 17.75\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"man \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.27 18.68C5.69 20.4 7.84 21.5 10.25 21.5C14.53 21.5 18 18.03 18 13.75C18 9.47 14.53 6 10.25 6C5.97 6 2.5 9.47 2.5 13.75\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.5 2.5L16 8\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 2.5H21.5V9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"map 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.26906 5.48998L3.29906 6.04998C2.74906 6.36998 2.28906 7.14998 2.28906 7.78998V17.52C2.28906 19.42 3.63906 20.2 5.27906 19.26L7.62906 17.92C8.13906 17.63 8.98906 17.6 9.51906 17.87L14.7691 20.5C15.2991 20.76 16.1491 20.74 16.6591 20.45L20.9891 17.97C21.5391 17.65 21.9991 16.87 21.9991 16.23V6.48998C21.9991 4.58998 20.6491 3.80998 19.0091 4.74998L16.6591 6.08998C16.1491 6.37998 15.2991 6.40998 14.7691 6.13998L9.51906 3.51998C8.98906 3.25998 8.13906 3.27998 7.62906 3.56998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.56055 4V17\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.7305 6.62012V20.0001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"map \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 9.00002V15C22 17.5 21.5 19.25 20.38 20.38L14 14L21.73 6.27002C21.91 7.06002 22 7.96002 22 9.00002Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 9C2 4 4 2 9 2H15C18.96 2 21.04 3.26 21.73 6.27L6.26999 21.73C3.25999 21.04 2 18.96 2 15V12.94\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.3795 20.38C19.2495 21.5 17.4995 22 14.9995 22H8.99954C7.95954 22 7.05953 21.91 6.26953 21.73L13.9995 14L20.3795 20.38Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.23929 7.97997C6.91929 5.04997 11.3193 5.04997 11.9993 7.97997C12.3893 9.69997 11.3093 11.16 10.3593 12.06C9.66928 12.72 8.5793 12.72 7.8793 12.06C6.9293 11.16 5.83929 9.69997 6.23929 7.97997Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M9.09412 8.69995H9.1031\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"mask 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9693 11.86V16.39C11.9493 18.04 10.7193 18.44 9.5693 17.98C7.1993 17.03 5.5293 14.71 5.5293 12C5.5293 9.28999 7.1993 6.97 9.5693 6.01C10.7193 5.55 11.9493 5.95999 11.9693 7.59999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 6C2.75 7.67 2 9.75 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2C10.57 2 9.2 2.3 7.97 2.85\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"mask 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 12C17 14.76 14.76 17 12 17V7C13.32 7 14.52 7.51001 15.42 8.35001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 7V17C9.24 17 7 14.76 7 12C7 9.24 9.24 7 12 7Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22V17\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 7V2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 6C2.75 7.67 2 9.75 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2C10.57 2 9.2 2.30001 7.97 2.85001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"mask \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 12C2 14.76 3.11999 17.26 4.92999 19.07L19.07 4.93C17.26 3.12 14.76 2 12 2C8.07 2 4.67003 4.27 3.03003 7.57\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.9997 11.9999C21.9997 17.5199 17.5197 21.9999 11.9997 21.9999C9.23969 21.9999 6.73969 20.8799 4.92969 19.0699L19.0697 4.92993C20.8797 6.73993 21.9997 9.23993 21.9997 11.9999Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.75977 16.24L13.4097 21.9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.2891 12.71L17.8691 19.28\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.8301 9.16992L21.1201 15.4699\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"math \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2.30078 5.63989H9.58078\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.4199 15.3301H21.6999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.4199 21.3899H21.6999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.9609 5.63989H21.7009\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.4199 5.63989H17.6899\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.0898 9.27V2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.58039 14.73L8.15039 16.15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.30078 22L5.81078 18.49\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.58078 22L2.30078 14.73\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"maximize 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 9V6.5C2 4.01 4.01 2 6.5 2H9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 2H17.5C19.99 2 22 4.01 22 6.5V9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 16V17.5C22 19.99 19.99 22 17.5 22H16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 22H6.5C4.01 22 2 19.99 2 17.5V15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 12V10M16.95 12H18H16.95ZM6 12H12H14H6ZM6 12V10V12ZM6 12V14V12ZM18 12V14V12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 6H14M12 18V6V18ZM12 18H14H12ZM12 18H10H12ZM12 6H10H12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"maximize 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 9V6.5C2 4.01 4.01 2 6.5 2H9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 2H17.5C19.99 2 22 4.01 22 6.5V9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 16V17.5C22 19.99 19.99 22 17.5 22H16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 22H6.5C4.01 22 2 19.99 2 17.5V15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"maximize 21 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 9.98V9C2 4 4 2 9 2H15C20 2 22 4 22 9V15C22 20 20 22 15 22H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 11L18.01 5.97998H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.0098 5.97998V9.98998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 18.85V16.15C2 13.9 2.9 13 5.15 13H7.85C10.1 13 11 13.9 11 16.15V18.85C11 21.1 10.1 22 7.85 22H5.15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"maximize 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 13.03V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 12L6 18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.9998 6L15.0098 8.99\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 10V6H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 14V18H10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"maximize 4 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 5V3H15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 8.99997V7.96997\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 19V21H9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 15V16.03\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 3L13.5 10.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.5 13.5L3 21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"maximize circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 3H21V7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 9L21 3\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 21H3V17\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 15L3 21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.64001 3C4.30001 4.62 2 8.04 2 12C2 12.69 2.07001 13.36 2.20001 14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.02 2.20001C13.37 2.07001 12.69 2 12 2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.98047 21.8C10.6305 21.93 11.3105 22 12.0005 22C17.5205 22 22.0005 17.52 22.0005 12C22.0005 11.32 21.9305 10.65 21.8005 10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"maximize \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 13V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 6L6 18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 10V6H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 14V18H10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 6L18 18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 10V6H10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 14V18H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"medal star \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.25 3.44C17.92 4.72 19 6.73 19 9C19 10.45 18.57 11.78 17.83 12.89C16.75 14.49 15.04 15.62 13.05 15.91C12.71 15.97 12.36 16 12 16C11.64 16 11.29 15.97 10.95 15.91C8.96 15.62 7.25 14.49 6.17 12.89C5.43 11.78 5 10.45 5 9C5 5.13 8.13 2 12 2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.2491 18.47L19.5991 18.86C19.2291 18.95 18.9391 19.23 18.8591 19.6L18.5091 21.07C18.3191 21.87 17.2991 22.11 16.7691 21.48L11.9991 16L7.2291 21.49C6.6991 22.12 5.6791 21.88 5.4891 21.08L5.1391 19.61C5.0491 19.24 4.7591 18.95 4.3991 18.87L2.7491 18.48C1.9891 18.3 1.7191 17.35 2.2691 16.8L6.1691 12.9C7.2491 14.5 8.9591 15.63 10.9491 15.92C11.2891 15.98 11.6391 16.01 11.9991 16.01C12.3591 16.01 12.7091 15.98 13.0491 15.92C15.0391 15.63 16.7491 14.5 17.8291 12.9L21.7291 16.8C22.2791 17.34 22.0091 18.29 21.2491 18.47Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.58 5.98L13.17 7.15999C13.25 7.31999 13.46 7.48 13.65 7.51L14.72 7.68999C15.4 7.79999 15.56 8.3 15.07 8.79L14.24 9.61998C14.1 9.75998 14.02 10.03 14.07 10.23L14.31 11.26C14.5 12.07 14.07 12.39 13.35 11.96L12.35 11.37C12.17 11.26 11.87 11.26 11.69 11.37L10.69 11.96C9.96997 12.38 9.53997 12.07 9.72997 11.26L9.96997 10.23C10.01 10.04 9.93997 9.75998 9.79997 9.61998L8.96997 8.79C8.47997 8.3 8.63997 7.80999 9.31997 7.68999L10.39 7.51C10.57 7.48 10.78 7.31999 10.86 7.15999L11.45 5.98C11.74 5.34 12.26 5.34 12.58 5.98Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"medal \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.5 3.66C17.88 4.85 18.75 6.58 18.75 8.5C18.75 12.09 15.73 15 12 15C8.27 15 5.25 12.09 5.25 8.5C5.25 4.91 8.27 2 12 2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.51974 13.52L7.50977 20.9C7.50977 21.8 8.13977 22.24 8.91977 21.87L11.5998 20.6C11.8198 20.49 12.1898 20.49 12.4098 20.6L15.0998 21.87C15.8698 22.23 16.5098 21.8 16.5098 20.9V13.34\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"menu 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 7H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M9.49023 12H21.0002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M3 12H5.99\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M3 17H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n</svg>\n</li><li title=\"menu board \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M1.09976 19.0699C0.659756 20.5299 1.72974 22 3.23974 22H16.3798C17.4198 22 18.3097 21.3 18.5597 20.29L21.9297 6.76001C22.0497 6.26001 22.0098 5.76997 21.8198 5.33997C21.4898 4.53997 20.6998 3.95996 19.7498 3.95996H7.44976C6.46976 3.95996 5.58975 4.60005 5.30975 5.55005L2.67974 14.01\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 22H20.78C22.07 22 23.08 20.91 22.99 19.62L22 6\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.67969 6.38L10.7197 2.06006\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.3809 6.39001L17.3209 2.05005\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.69922 12H15.6992\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.7 16H14\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.69922 16H10.9992\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"menu \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.5401 8.30989C18.8987 8.30989 20.0001 7.20851 20.0001 5.84989C20.0001 4.49127 18.8987 3.38989 17.5401 3.38989C16.1814 3.38989 15.0801 4.49127 15.0801 5.84989C15.0801 7.20851 16.1814 8.30989 17.5401 8.30989Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.92 5.84989C8.92 4.48989 7.82001 3.38989 6.46001 3.38989C5.10001 3.38989 4 4.48989 4 5.84989C4 7.20989 5.10001 8.30989 6.46001 8.30989\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.5401 20.62C18.9001 20.62 20.0001 19.52 20.0001 18.16C20.0001 16.8 18.9001 15.7 17.5401 15.7C16.1801 15.7 15.0801 16.8 15.0801 18.16\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.46001 20.6099C7.81863 20.6099 8.92 19.5086 8.92 18.1499C8.92 16.7913 7.81863 15.6899 6.46001 15.6899C5.10139 15.6899 4 16.7913 4 18.1499C4 19.5086 5.10139 20.6099 6.46001 20.6099Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"message 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.5 10.5H15.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 11.5599V13.4299C2 16.4299 4 18.4299 7 18.4299H11L15.45 21.39C16.11 21.83 17 21.3599 17 20.5599V18.4299C20 18.4299 22 16.4299 22 13.4299V7.42993C22 4.42993 20 2.42993 17 2.42993H7C4 2.42993 2 4.42993 2 7.42993\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"message add 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 8C22 4 20 2 16 2H8C4 2 2 4 2 8V21C2 21.55 2.45 22 3 22H16C20 22 22 20 22 16V12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.5 12H15.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 12H12\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 15.5V8.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"message add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 17.5C9 17.82 8.96 18.13 8.88 18.43C8.79 18.83 8.63001 19.22 8.42001 19.56C7.73001 20.72 6.46 21.5 5 21.5C3.97 21.5 3.04 21.11 2.34 20.47C2.04 20.21 1.77999 19.9 1.57999 19.56C1.20999 18.96 1 18.25 1 17.5C1 16.42 1.43 15.43 2.13 14.71C2.86 13.96 3.88 13.5 5 13.5C6.18 13.5 7.25 14.01 7.97 14.83C8.61 15.54 9 16.48 9 17.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.48975 17.48H3.50977\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 16.02V19.01\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 10.5H15.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 11.5399V13.4299C22 14.9299 21.5 16.1799 20.62 17.0599C19.75 17.9299 18.5 18.4299 17 18.4299V20.5599C17 21.3599 16.11 21.84 15.45 21.4L11 18.4299H8.88C8.96 18.1299 9 17.8199 9 17.4999C9 16.4799 8.61 15.54 7.97 14.83C7.25 14.01 6.18 13.4999 5 13.4999C3.88 13.4999 2.86 13.96 2.13 14.71C2.04 14.31 2 13.8799 2 13.4299V7.42993C2 4.42993 4 2.42993 7 2.42993H17C20 2.42993 22 4.42993 22 7.42993\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"message circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.25 10.18V12.81C17.25 12.98 17.24 13.14 17.22 13.3C17.07 15.07 16.02 15.95 14.1 15.95H13.84C13.68 15.95 13.52 16.03 13.42 16.16L12.63 17.21C12.28 17.68 11.72 17.68 11.37 17.21L10.58 16.16C10.49 16.05 10.3 15.95 10.16 15.95H9.89999C7.79999 15.95 6.75 15.43 6.75 12.8V10.17C6.75 8.25004 7.63999 7.20002 9.39999 7.05002C9.55999 7.03002 9.72001 7.02002 9.89001 7.02002H14.09C16.2 7.04002 17.25 8.09002 17.25 10.18Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 6C2.75 7.67 2 9.75 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2C10.57 2 9.2 2.30001 7.97 2.85001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"message edit \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 8C22 4 20 2 16 2H8C4 2 2 4 2 8V21C2 21.55 2.45 22 3 22H16C20 22 22 20 22 16V12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5108 11.7401L16.1608 11.0901C16.2008 11.0501 16.2408 11.0101 16.2808 10.9601C17.0908 10.1001 17.4108 9.09011 16.1608 7.84011C14.8408 6.52011 13.8008 6.95011 12.9108 7.84011L7.72077 13.0301C7.52077 13.2301 7.33077 13.6201 7.29077 13.9001L7.01078 15.8801C6.91078 16.6001 7.41077 17.1001 8.13077 17.0001L10.1108 16.7201C10.3908 16.6801 10.7808 16.4901 10.9808 16.2901L12.9208 14.3501\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.1699 8.58008C12.6099 10.1501 13.8399 11.3901 15.4199 11.8301\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"message favorite \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 8C2 4 4 2 8 2H12\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 8V13C22 17 20 19 16 19H15.5C15.19 19 14.89 19.15 14.7 19.4L13.2 21.4C12.54 22.28 11.46 22.28 10.8 21.4L9.3 19.4C9.14 19.18 8.77 19 8.5 19H8C4 19 2 18 2 13V12\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.9997 7.00008C17.4997 7.00008 15.7297 6.20008 15.1997 4.62008C14.8697 3.63008 15.2597 2.41008 16.3397 2.07008C16.8997 1.90008 17.5997 2.04008 17.9997 2.57008C18.3797 2.02008 19.0997 1.90008 19.6597 2.07008C20.7397 2.40008 21.1297 3.63008 20.7997 4.62008\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.9965 11H16.0054\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9945 11H12.0035\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.99451 11H8.00349\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"message minus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 8C22 4 20 2 16 2H8C4 2 2 4 2 8V21C2 21.55 2.45 22 3 22H16C20 22 22 20 22 16V12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.5 12H15.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 12H12\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"message notif \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 8C2 4 4 2 8 2H14\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 10V13C22 17 20 19 16 19H15.5C15.19 19 14.89 19.15 14.7 19.4L13.2 21.4C12.54 22.28 11.46 22.28 10.8 21.4L9.3 19.4C9.14 19.18 8.77 19 8.5 19H8C4 19 2 18 2 13V12\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 4.5C22 3.12 20.88 2 19.5 2C18.12 2 17 3.12 17 4.5C17 5.88 18.12 7 19.5 7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.9965 11H16.0054\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9945 11H12.0035\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.99451 11H8.00349\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"message programming \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 12V12.97C22 16.97 20 18.97 16 18.97H15.5C15.19 18.97 14.89 19.12 14.7 19.37L13.2 21.37C12.54 22.25 11.46 22.25 10.8 21.37L9.29999 19.37C9.12999 19.15 8.77 18.97 8.5 18.97H8C4 18.97 2 17.97 2 12.97V7.96997C2 3.96997 4 1.96997 8 1.96997H16C20 1.96997 22 3.96997 22 7.96997\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 8.69995L6 10.7L8 12.7\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 8.69995L18 10.7L16 12.7\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 8.37012L11 13.0302\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"message question \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 11.5599V13.43C2 16.43 4 18.43 7 18.43H11L15.45 21.39C16.11 21.83 17 21.36 17 20.56V18.43C20 18.43 22 16.43 22 13.43V7.42993C22 4.42993 20 2.42993 17 2.42993H7C4 2.42993 2 4.42993 2 7.42993\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9998 11.36V11.15C11.9998 10.47 12.4198 10.11 12.8398 9.82001C13.2498 9.54001 13.6598 9.18002 13.6598 8.52002C13.6598 7.60002 12.9198 6.85999 11.9998 6.85999C11.0798 6.85999 10.3398 7.60002 10.3398 8.52002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9955 13.75H12.0045\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"message remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 17.5C9 17.82 8.96 18.13 8.88 18.43C8.79 18.83 8.63001 19.22 8.42001 19.56C7.73001 20.72 6.46 21.5 5 21.5C3.97 21.5 3.04 21.11 2.34 20.47C2.04 20.21 1.77999 19.9 1.57999 19.56C1.20999 18.96 1 18.25 1 17.5C1 16.42 1.43 15.43 2.13 14.71C2.86 13.96 3.88 13.5 5 13.5C6.18 13.5 7.25 14.01 7.97 14.83C8.61 15.54 9 16.48 9 17.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.06921 18.5399L3.94922 16.4299\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.04968 16.46L3.92969 18.5699\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 10.5H15.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 11.5399V13.4299C22 14.9299 21.5 16.1799 20.62 17.0599C19.75 17.9299 18.5 18.4299 17 18.4299V20.5599C17 21.3599 16.11 21.84 15.45 21.4L11 18.4299H8.88C8.96 18.1299 9 17.8199 9 17.4999C9 16.4799 8.61 15.54 7.97 14.83C7.25 14.01 6.18 13.4999 5 13.4999C3.88 13.4999 2.86 13.96 2.13 14.71C2.04 14.31 2 13.8799 2 13.4299V7.42993C2 4.42993 4 2.42993 7 2.42993H17C20 2.42993 22 4.42993 22 7.42993\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"message search \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.2 21.37C12.54 22.25 11.46 22.25 10.8 21.37L9.29999 19.37C9.12999 19.15 8.77 18.97 8.5 18.97H8C4 18.97 2 17.97 2 12.97V7.96997C2 3.96997 4 1.96997 8 1.96997H16C20 1.96997 22 3.96997 22 7.96997V12.97\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.4 18.2C21.4 19.97 19.97 21.4 18.2 21.4C16.43 21.4 15 19.97 15 18.2C15 16.43 16.43 15 18.2 15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 22L21 21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.9965 11H16.0054\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9945 11H12.0035\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.99451 11H8.00349\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"message square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 13.02V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.28 9.76007V12.9001C18.28 13.1001 18.27 13.3 18.25 13.49C18.07 15.61 16.82 16.6701 14.52 16.6701H14.21C14.01 16.6701 13.82 16.7601 13.71 16.9201L12.77 18.1801C12.35 18.7401 11.68 18.7401 11.26 18.1801L10.32 16.9201C10.22 16.7901 9.99001 16.6701 9.82001 16.6701H9.51001C7.00001 16.6701 5.75 16.0501 5.75 12.9101V9.77005C5.75 7.47005 6.80999 6.22007 8.92999 6.04007C9.11999 6.02007 9.31999 6.01007 9.51999 6.01007H14.55C17.02 6.00007 18.28 7.26007 18.28 9.76007Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"message text 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 8C2 4 4 2 8 2H16C20 2 22 4 22 8V13C22 17 20 19 16 19H15.5C15.19 19 14.89 19.15 14.7 19.4L13.2 21.4C12.54 22.28 11.46 22.28 10.8 21.4L9.3 19.4C9.14 19.18 8.77 19 8.5 19H8C4 19 2 18 2 13V12\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.9902 8H17.0002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 8H12.51\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 13H13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"message text \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 8C22 4 20 2 16 2H8C4 2 2 4 2 8V21C2 21.55 2.45 22 3 22H16C20 22 22 20 22 16V12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 9.5H17\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 9.5H12\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 14.5H14\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"message tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 17.5C9 18.25 8.79001 18.96 8.42001 19.56C8.21001 19.92 7.94 20.24 7.63 20.5C6.93 21.13 6.01 21.5 5 21.5C3.54 21.5 2.26999 20.72 1.57999 19.56C1.20999 18.96 1 18.25 1 17.5C1 16.24 1.58 15.11 2.5 14.38C3.19 13.83 4.06 13.5 5 13.5C7.21 13.5 9 15.29 9 17.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.43945 17.5L4.42944 18.49L6.55945 16.52\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 10.5H15.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 11.5399V13.4299C22 14.9299 21.5 16.1799 20.62 17.0599C19.75 17.9299 18.5 18.4299 17 18.4299V20.5599C17 21.3599 16.11 21.84 15.45 21.4L11 18.4299H8.88C8.96 18.1299 9 17.8199 9 17.4999C9 16.4799 8.61 15.54 7.97 14.83C7.25 14.01 6.18 13.4999 5 13.4999C3.88 13.4999 2.86 13.96 2.13 14.71C2.04 14.31 2 13.8799 2 13.4299V7.42993C2 4.42993 4 2.42993 7 2.42993H17C20 2.42993 22 4.42993 22 7.42993\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"message time \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 11.5399V13.4299C22 14.9299 21.5 16.1799 20.62 17.0599C19.75 17.9299 18.5 18.4299 17 18.4299V20.5599C17 21.3599 16.11 21.84 15.45 21.4L11 18.4299H8.88C8.96 18.1299 9 17.8199 9 17.4999C9 16.4799 8.61 15.54 7.97 14.83C7.25 14.01 6.18 13.4999 5 13.4999C3.88 13.4999 2.86 13.96 2.13 14.71C2.04 14.31 2 13.8799 2 13.4299V7.42993C2 4.42993 4 2.42993 7 2.42993H17C20 2.42993 22 4.42993 22 7.42993\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 17.5C9 18.7 8.47001 19.77 7.64001 20.5C6.93001 21.12 6.01 21.5 5 21.5C2.79 21.5 1 19.71 1 17.5C1 16.24 1.58 15.11 2.5 14.38C3.19 13.83 4.06 13.5 5 13.5C7.21 13.5 9 15.29 9 17.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.25 16.25V17.75L4 18.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 10.5H15.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"message \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 8C2 4 4 2 8 2H16C20 2 22 4 22 8V13C22 17 20 19 16 19H15.5C15.19 19 14.89 19.15 14.7 19.4L13.2 21.4C12.54 22.28 11.46 22.28 10.8 21.4L9.3 19.4C9.14 19.18 8.77 19 8.5 19H8C4 19 2 18 2 13V12\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.9965 11H16.0054\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9945 11H12.0035\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.99451 11H8.00349\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"messages 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 10.79C2 7.86001 3.35001 6.27001 6.04001 6.04001C6.28001 6.01001 6.53001 6 6.79001 6H13.19C16.38 6 17.98 7.60001 17.98 10.79V14.79C17.98 15.05 17.97 15.3 17.94 15.54C17.71 18.24 16.12 19.58 13.19 19.58H12.79C12.54 19.58 12.3 19.7 12.15 19.9L10.95 21.5C10.42 22.21 9.56 22.21 9.03 21.5L7.82999 19.9C7.69999 19.73 7.41 19.58 7.19 19.58H6.79001C3.60001 19.58 2 18.79 2 14.79\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.9791 6.79001C21.9791 3.60001 20.3791 2 17.1891 2H10.7891C7.85906 2 6.26906 3.35001 6.03906 6.04001C6.27906 6.01001 6.52906 6 6.78906 6H13.1891C16.3791 6 17.9791 7.60001 17.9791 10.79V14.79C17.9791 15.05 17.9691 15.3 17.9391 15.54C20.6291 15.31 21.9791 13.73 21.9791 10.79\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.4955 13.25H13.5045\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.9955 13.25H10.0045\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.4955 13.25H6.5045\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"messages 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.1698 2C8.28985 2 4.33984 5.68999 4.33984 10.24C4.33984 10.5 4.34985 10.75 4.37985 11C5.26985 10.42 6.33985 10.09 7.49985 10.09C10.5398 10.09 12.9998 12.39 12.9998 15.23C12.9998 16.42 12.5599 17.52 11.8199 18.39C12.2599 18.45 12.7098 18.48 13.1698 18.48L17.3598 20.97C18.0698 21.4 18.9598 20.82 18.8598 19.99L18.4698 16.83C20.6098 15.33 21.9998 12.94 21.9998 10.24C21.9998 7.16999 20.1999 4.49001 17.5199 3.07001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.38 11.0001C5.27 10.4201 6.34 10.0901 7.5 10.0901C10.54 10.0901 13 12.39 13 15.23C13 16.42 12.56 17.5201 11.82 18.3901C10.83 19.5901 9.26 20.36 7.5 20.36L4.89 21.91C4.45 22.18 3.89 21.81 3.95 21.3L4.2 19.3301C2.86 18.4001 2 16.91 2 15.23C2 14.93 2.03 14.64 2.08 14.36\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"messages 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 9.91998V11.35C22 12.62 21.58 13.69 20.83 14.43C20.09 15.18 19.02 15.6 17.75 15.6V17.41C17.75 18.09 16.99 18.5 16.43 18.12L15.46 17.48C15.55 17.17 15.59 16.83 15.59 16.47V12.4C15.59 10.36 14.23 9 12.19 9H5.39999C5.25999 9 5.13 9.01002 5 9.02002V6.25C5 3.7 6.7 2 9.25 2H17.75C20.3 2 22 3.7 22 6.25\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 12.4C2 10.5 3.18 9.19002 5 9.02002C5.13 9.01002 5.25999 9 5.39999 9H12.19C14.23 9 15.59 10.36 15.59 12.4V16.47C15.59 16.83 15.55 17.17 15.46 17.48C15.09 18.95 13.87 19.87 12.19 19.87H9.47L6.45 21.88C6 22.19 5.39999 21.86 5.39999 21.32V19.87C4.37999 19.87 3.53 19.53 2.94 18.94C2.34 18.34 2 17.49 2 16.47\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"messages \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.5 2C12.52 2 15.13 3.67001 16.3 6.07001C16.75 6.96001 17 7.95 17 9C17 12.87 13.64 16 9.5 16L8.57001 17.12L8.02 17.78C7.55 18.34 6.65 18.22 6.34 17.55L5 14.6C3.18 13.32 2 11.29 2 9C2 6.73 3.15 4.72 4.95 3.44\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22.0003 12.86C22.0003 15.15 20.8203 17.1801 19.0003 18.4601L17.6603 21.41C17.3503 22.08 16.4503 22.2101 15.9803 21.6401L14.5003 19.86C12.0803 19.86 9.92031 18.7901 8.57031 17.1201L9.50031 16.0001C13.6403 16.0001 17.0003 12.8701 17.0003 9.00006C17.0003 7.95006 16.7503 6.96007 16.3003 6.07007C17.9303 6.44007 19.3403 7.31006 20.3603 8.50006\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 9H12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"microphone 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 10.02V11.5C8 13.71 9.79 15.5 12 15.5C14.21 15.5 16 13.71 16 11.5V6C16 3.79 14.21 2 12 2C9.79 2 8 3.79 8 6\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.34961 9.6499V11.3499C4.34961 15.5699 7.77961 18.9999 11.9996 18.9999C16.2196 18.9999 19.6496 15.5699 19.6496 11.3499V9.6499\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.6094 6.43012C11.5094 6.10012 12.4894 6.10012 13.3894 6.43012\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.1992 8.54982C11.7292 8.40982 12.2792 8.40982 12.8092 8.54982\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 19V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"microphone slash 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 6.3V6C16 3.79 14.21 2 12 2C9.79 2 8 3.79 8 6V11\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.03906 14.19C9.76906 15 10.8291 15.5 11.9991 15.5C14.2091 15.5 15.9991 13.71 15.9991 11.5V11\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.7207 15.0199C19.3207 13.9299 19.6507 12.6799 19.6507 11.3499V9.6499\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.7793 16.9502C8.1493 18.2202 9.9793 19.0002 11.9993 19.0002C13.1793 19.0002 14.3093 18.7302 15.3093 18.2502\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.34961 9.6499V11.3499C4.34961 12.4099 4.55961 13.4099 4.94961 14.3299\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.0697 2.83984L3.92969 18.9898\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 3V6\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 19V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"microphone slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 12V13C6 14.46 6.52 15.8 7.39 16.84\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.82 6.53C17.16 3.93 14.81 2 12 2C8.69 2 6 4.69 6 8\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.9999 9.97998V13C17.9999 16.31 15.3099 19 11.9999 19C11.2699 19 10.5599 18.87 9.91992 18.63\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.85938 19.58C7.46938 21.08 9.62937 22 11.9994 22C16.9694 22 20.9994 17.97 20.9994 13V11\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.5 2.99023L2.5 21.9902\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.5508 5.49977V2.25977\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 3.5V7.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"microphone \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 12V13C6 16.31 8.69 19 12 19C15.31 19 18 16.31 18 13V8C18 4.69 15.31 2 12 2C8.69 2 6 4.69 6 8\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 11V13C3 17.97 7.03 22 12 22C16.97 22 21 17.97 21 13V11\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.10938 7.48018C10.8894 6.83018 12.8294 6.83018 14.6094 7.48018\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.0293 10.4799C11.2293 10.1499 12.4993 10.1499 13.6993 10.4799\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"microscope \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.0401 4.51996L11.8301 5.99997L15.0301 10.78L20.6901 6.98996C21.2601 6.60996 21.4101 5.82996 21.0301 5.26996L19.2101 2.55996C18.8301 1.98996 18.0501 1.83997 17.4901 2.21997\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.1742 6.47932L7.39648 9.6792L9.95639 13.5013L14.7341 10.3015L12.1742 6.47932Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.83053 15.8999L9.78053 13.2599L7.54053 9.91992L3.59053 12.5599C3.13053 12.8699 3.01053 13.4899 3.32053 13.9499L4.45053 15.6299C4.75053 16.0799 5.37053 16.1999 5.83053 15.8999Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.0506 12.2L7.56055 21.9999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 12.2L16.44 21.9999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"milk \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 13.98L9.89001 14C10.62 14 11.34 14.17 12 14.5C12.66 14.83 13.38 15 14.12 15H18V19C18 20.65 16.65 22 15 22H9C7.35 22 6 20.65 6 19V17.99\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 10.83V15H14.12C13.38 15 12.66 14.83 12 14.5C11.34 14.17 10.62 14 9.89001 14L6 13.98V10.83C6 10.37 6.26003 9.74 6.59003 9.41L8.71002 7.28999C8.89002 7.10999 9 6.85 9 6.59V5H15V6.59C15 6.85 15.11 7.10999 15.29 7.28999L17.41 9.41C17.74 9.74 18 10.37 18 10.83Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 16V15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.5 5H9.5C8.67 5 8 4.32 8 3.5C8 2.68 8.67 2 9.5 2H14.5C15.33 2 16 2.68 16 3.5C16 4.32 15.33 5 14.5 5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"mini music sqaure \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 12.98V15C2 20 4 22 9 22H11\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 10V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.2701 22.0001C16.0654 22.0001 16.7101 21.3554 16.7101 20.5601C16.7101 19.7648 16.0654 19.1201 15.2701 19.1201C14.4748 19.1201 13.8301 19.7648 13.8301 20.5601C13.8301 21.3554 14.4748 22.0001 15.2701 22.0001Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.9992 19.6001V13.9601C21.9992 12.7601 21.2492 12.5901 20.4792 12.8001L17.5892 13.5901C17.0692 13.7301 16.6992 14.1501 16.6992 14.7501V15.7601V16.4401V20.5701\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.5591 21.0402C21.3544 21.0402 21.9991 20.3954 21.9991 19.6002C21.9991 18.8049 21.3544 18.1602 20.5591 18.1602C19.7638 18.1602 19.1191 18.8049 19.1191 19.6002C19.1191 20.3954 19.7638 21.0402 20.5591 21.0402Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.7109 16.43L22.0009 14.99\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"minus cirlce \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.9902 12H16.0002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 12H12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 6C2.75 7.67 2 9.75 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2C10.57 2 9.2 2.3 7.97 2.85\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"minus square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.9902 12H16.0002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 12H12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 12.95V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"minus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 12H18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 12H11.66\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"mirror \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 2C16.42 2 20 5.58 20 10C20 14.42 16.42 18 12 18C7.58 18 4 14.42 4 10C4 7.29 5.34997 4.89001 7.40997 3.45001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 22H18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 22H13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"mirroring screen \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 12.45V15.9999C22 18.9999 20 20.9999 17 20.9999H16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 9V8C2 5 4 3 7 3H17C20 3 22 5 22 8\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.69141 11.71C8.31141 12.3 11.7014 15.7 12.3014 20.32\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.62109 15.0701C6.01109 15.5001 8.5011 18.0001 8.9411 21.3901\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M1.98047 18.8599C3.67047 19.0799 4.92047 20.3199 5.14047 22.0199\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"mobile programming \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.92969 2L8.95969 3.53003C8.97969 4.34003 9.64969 5 10.4597 5H13.4797C14.3097 5 14.9797 4.32 14.9797 3.5V2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 17L15 19L17 21\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 17L22 19L20 21\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 12.98V7C3 4 4.5 2 8 2H16C19.5 2 21 4 21 7V14\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 22H8C4.5 22 3 20 3 17\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"mobile \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20 11.03V17C20 21 19 22 15 22H9C5 22 4 21 4 17V7C4 3 5 2 9 2H15C19 2 20 3 20 7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 5.5H10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9992 19.1C12.8553 19.1 13.5492 18.406 13.5492 17.55C13.5492 16.694 12.8553 16 11.9992 16C11.1432 16 10.4492 16.694 10.4492 17.55C10.4492 18.406 11.1432 19.1 11.9992 19.1Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"money 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 12.53V15.5C2 19 4 20.5 7 20.5H17C20 20.5 22 19 22 15.5V8.5C22 5 20 3.5 17 3.5H7C4 3.5 2 5 2 8.5V9H3C6 9 7 8 7 5V4\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 12C15 10.34 13.66 9 12 9C10.34 9 9 10.34 9 12C9 13.66 10.34 15 12 15\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 9H21C18 9 17 8 17 5V4\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 15H3C6 15 7 16 7 19V20\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 15H21C18 15 17 16 17 19V20\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"money 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 8.5C2 5 4 3.5 7 3.5H17C20 3.5 22 5 22 8.5V15.5C22 19 20 20.5 17 20.5H7C4 20.5 2 19 2 15.5V12.53\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 12C15 10.34 13.66 9 12 9C10.34 9 9 10.34 9 12C9 13.66 10.34 15 12 15\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 7H16\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 17H5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"money 4 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 8.5C2 5 4 3.5 7 3.5H17C20 3.5 22 5 22 8.5V15.5C22 19 20 20.5 17 20.5H7C4 20.5 2 19 2 15.5V12.53\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 12C15 10.34 13.66 9 12 9C10.34 9 9 10.34 9 12C9 13.66 10.34 15 12 15\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 6H7C5.62 6 4.5 7.12 4.5 8.5V10\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5 6H17C18.38 6 19.5 7.12 19.5 8.5V10\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 18H7C5.62 18 4.5 16.88 4.5 15.5V14\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5 18H17C18.38 18 19.5 16.88 19.5 15.5V14\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"money add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 13.1401V15.0001C22 18.5001 20 20.0001 17 20.0001H8.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 15.3V9C2 5.5 4 4 7 4H17C20 4 22 5.5 22 9\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.5 12C14.5 10.62 13.38 9.5 12 9.5C10.62 9.5 9.5 10.62 9.5 12C9.5 13.38 10.62 14.5 12 14.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.5 9.5V14.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 18C9 18.75 8.79001 19.46 8.42001 20.06C7.73001 21.22 6.46 22 5 22C3.54 22 2.26999 21.22 1.57999 20.06C1.20999 19.46 1 18.75 1 18C1 15.79 2.79 14 5 14C7.21 14 9 15.79 9 18Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.48975 17.98H3.50977\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 16.52V19.51\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"money change \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.5 12C14.5 10.62 13.38 9.5 12 9.5C10.62 9.5 9.5 10.62 9.5 12C9.5 13.38 10.62 14.5 12 14.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 13.1401V15.0001C22 18.5001 20 20.0001 17 20.0001H12\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 11V9C2 5.5 4 4 7 4H17C20 4 22 5.5 22 9\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.5 9.5V14.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 15.5H7.34003C7.98003 15.5 8.5 16.02 8.5 16.66V17.94\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.21997 14.28L2 15.5L3.21997 16.72\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 20.7801H3.15997C2.51997 20.7801 2 20.2601 2 19.6201V18.3401\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.2793 22.0001L8.49927 20.7801L7.2793 19.5601\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"money forbidden \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 13.1401V15.0001C22 18.5001 20 20.0001 17 20.0001H8.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 15.3V9C2 5.5 4 4 7 4H17C20 4 22 5.5 22 9\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.5 12C14.5 10.62 13.38 9.5 12 9.5C10.62 9.5 9.5 10.62 9.5 12C9.5 13.38 10.62 14.5 12 14.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.5 9.5V14.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 18C9 18.75 8.78998 19.46 8.41998 20.06C7.72998 21.22 6.46 22 5 22C3.54 22 2.27002 21.22 1.58002 20.06C1.21002 19.46 1 18.75 1 18C1 15.79 2.79 14 5 14C7.21 14 9 15.79 9 18Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.75 15.25L2.25 20.75\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"money recive \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.5 13.75C9.5 14.72 10.25 15.5 11.17 15.5H13.05C13.85 15.5 14.5 14.82 14.5 13.97C14.5 13.06 14.1 12.73 13.51 12.52L10.5 11.47C9.91 11.26 9.51001 10.94 9.51001 10.02C9.51001 9.17999 10.16 8.48999 10.96 8.48999H12.84C13.76 8.48999 14.51 9.26999 14.51 10.24\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 7.5V16.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 3V7H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 2L17 7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 2C6.48 2 2 6.48 2 12C2 15.94 4.28001 19.35 7.60001 20.98\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 12C22 17.52 17.52 22 12 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"money remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 13.1401V15.0001C22 18.5001 20 20.0001 17 20.0001H8.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 15.3V9C2 5.5 4 4 7 4H17C20 4 22 5.5 22 9\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.5 12C14.5 10.62 13.38 9.5 12 9.5C10.62 9.5 9.5 10.62 9.5 12C9.5 13.38 10.62 14.5 12 14.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.5 9.5V14.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 18C9 18.75 8.78998 19.46 8.41998 20.06C7.72998 21.22 6.46 22 5 22C3.54 22 2.27002 21.22 1.58002 20.06C1.21002 19.46 1 18.75 1 18C1 15.79 2.79 14 5 14C7.21 14 9 15.79 9 18Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.06897 19.0399L3.95898 16.9299\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.03967 16.96L3.92969 19.0699\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"money send \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.5 13.75C9.5 14.72 10.25 15.5 11.17 15.5H13.05C13.85 15.5 14.5 14.82 14.5 13.97C14.5 13.06 14.1 12.73 13.51 12.52L10.5 11.47C9.91 11.26 9.51001 10.94 9.51001 10.02C9.51001 9.17999 10.16 8.48999 10.96 8.48999H12.84C13.76 8.48999 14.51 9.26999 14.51 10.24\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 7.5V16.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 2C6.48 2 2 6.48 2 12C2 15.94 4.28001 19.35 7.60001 20.98\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 12C22 17.52 17.52 22 12 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 6V2H18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 7L22 2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"money tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.5 12C14.5 10.62 13.38 9.5 12 9.5C10.62 9.5 9.5 10.62 9.5 12C9.5 13.38 10.62 14.5 12 14.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.5 9.5V14.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 18C9 18.75 8.79001 19.46 8.42001 20.06C7.73001 21.22 6.46 22 5 22C3.54 22 2.26999 21.22 1.57999 20.06C1.20999 19.46 1 18.75 1 18C1 15.79 2.79 14 5 14C7.21 14 9 15.79 9 18Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.43945 18L4.42944 18.99L6.55945 17.02\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 13.1401V15.0001C22 18.5001 20 20.0001 17 20.0001H8.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 15.3V9C2 5.5 4 4 7 4H17C20 4 22 5.5 22 9\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"money time \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.5 12C14.5 10.62 13.38 9.5 12 9.5C10.62 9.5 9.5 10.62 9.5 12C9.5 13.38 10.62 14.5 12 14.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.5 9.5V14.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 22C7.20914 22 9 20.2091 9 18C9 15.7909 7.20914 14 5 14C2.79086 14 1 15.7909 1 18C1 20.2091 2.79086 22 5 22Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.25 16.75V17.68C5.25 18.03 5.07001 18.36 4.76001 18.54L4 19\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 15.2V9C2 5.5 4 4 7 4H17C20 4 22 5.5 22 9V15C22 18.5 20 20 17 20H8.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"money \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 8.5C2 5 4 3.5 7 3.5H17C20 3.5 22 5 22 8.5V15.5C22 19 20 20.5 17 20.5H7C4 20.5 2 19 2 15.5V12.53\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 12C15 10.34 13.66 9 12 9C10.34 9 9 10.34 9 12C9 13.66 10.34 15 12 15C12.27 15 12.53 14.97 12.77 14.9\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.5 9.5V14.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.5 9.5V14.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"moneys \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M1.69922 7.91998C1.69922 4.83998 3.45921 3.52002 6.09921 3.52002H14.8892C17.1292 3.52002 18.7392 4.47001 19.1692 6.64001C19.2492 7.03001 19.2892 7.44998 19.2892 7.91998V13.07C19.2892 16.15 17.5292 17.47 14.8892 17.47H6.09921C5.64921 17.47 5.21921 17.43 4.81921 17.34C4.56921 17.3 4.32919 17.23 4.10919 17.15C2.60919 16.59 1.69922 15.29 1.69922 13.07V12\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22.3001 15.0101V16.0701C22.3001 19.1501 20.5401 20.4701 17.9001 20.4701H9.11008C8.37008 20.4701 7.70009 20.3701 7.12009 20.1501C5.93009 19.7101 5.12008 18.8001 4.83008 17.3401C5.23008 17.4301 5.66008 17.4701 6.11008 17.4701H14.9001C17.5401 17.4701 19.3001 16.1501 19.3001 13.0701V7.9201C19.3001 7.4501 19.2601 7.03014 19.1801 6.64014C21.0901 7.03014 22.3001 8.37011 22.3001 10.9201\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.1394 10.4999C13.1394 9.03988 11.9594 7.85986 10.4994 7.85986C9.03939 7.85986 7.85938 9.03988 7.85938 10.4999C7.85938 11.9599 9.03939 13.1399 10.4994 13.1399\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.7793 8.30005V12.7001\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.2188 8.30005V12.7001\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"monitor mobbile \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 6.74003C2 3.37003 2.84 2.53003 6.21 2.53003H16.74C20.11 2.53003 20.95 3.37003 20.95 6.74003\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 16.9501H6.21C2.84 16.9501 2 16.1101 2 12.7401V10.8501\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 21.4699V16.95\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 12.95H10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.74023 21.47H10.0002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.9993 12.8001C21.9993 10.4301 21.4093 9.84009 19.0393 9.84009H15.4893C13.1193 9.84009 12.5293 10.4301 12.5293 12.8001V18.5101C12.5293 20.8801 13.1193 21.4701 15.4893 21.4701H19.0393C21.4093 21.4701 21.9993 20.8801 21.9993 18.5101V16.9401\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.2445 18.25H17.2535\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"monitor recorder \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 6.44C2 2.89 2.89 2 6.44 2H8\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 11.89V12.78C22 16.34 21.11 17.22 17.56 17.22H6.44C2.89 17.22 2 16.33 2 12.78V10.79\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 17.22V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 13H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.5 22H16.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.8598 9.37001H13.0998C11.7198 9.37001 11.2598 8.45001 11.2598 7.53001V4.01001C11.2598 2.91001 12.1598 2.01001 13.2598 2.01001H17.8598C18.8798 2.01001 19.6998 2.83001 19.6998 3.85001V7.53001C19.6998 8.55001 18.8798 9.37001 17.8598 9.37001Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.9092 7.91998L19.6992 7.06998V4.30998L20.9092 3.45998C21.5092 3.04998 21.9992 3.29998 21.9992 4.02998V7.35998C21.9992 8.08998 21.5092 8.33998 20.9092 7.91998Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"monitor \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 10.63V12.78C22 16.34 21.11 17.22 17.56 17.22H6.44C2.89 17.22 2 16.33 2 12.78V6.44C2 2.89 2.89 2 6.44 2H17.55C21.11 2 22 2.89 22 6.44\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 17.22V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 13H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.5 22H16.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"moon \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.18073 5.37996C2.67073 7.29996 1.84073 9.75996 2.03073 12.42C2.39073 17.57 6.76073 21.76 11.9907 21.99C15.6807 22.15 18.9807 20.43 20.9607 17.72C21.7807 16.61 21.3407 15.87 19.9707 16.12C19.3007 16.24 18.6107 16.29 17.8907 16.26C13.0007 16.06 9.00073 11.97 8.98073 7.13996C8.97073 5.83996 9.24073 4.60996 9.73073 3.48996C10.2707 2.24996 9.62073 1.65996 8.37073 2.18996\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"more 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.83984 7.16C9.83984 8.35 10.8098 9.32 11.9998 9.32C13.1898 9.32 14.1598 8.35 14.1598 7.16C14.1598 5.97 13.1898 5 11.9998 5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.79086 18.9999C7.98086 18.9999 8.95086 18.0299 8.95086 16.8399C8.95086 15.6499 7.98086 14.6799 6.79086 14.6799C5.60086 14.6799 4.63086 15.6499 4.63086 16.8399C4.63086 18.0299 5.59086 18.9999 6.79086 18.9999Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.2108 18.9999C18.4008 18.9999 19.3708 18.0299 19.3708 16.8399C19.3708 15.6499 18.4008 14.6799 17.2108 14.6799C16.0208 14.6799 15.0508 15.6499 15.0508 16.8399C15.0508 18.0299 16.0208 18.9999 17.2108 18.9999Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"more circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4 6C2.75 7.67 2 9.75 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2C10.57 2 9.2 2.3 7.97 2.85\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.9965 12H16.0054\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9945 12H12.0035\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.99451 12H8.00349\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"more square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 12.96V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.9965 12H16.0054\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9945 12H12.0035\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.99451 12H8.00349\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"more \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 10C3.9 10 3 10.9 3 12C3 13.1 3.9 14 5 14C6.1 14 7 13.1 7 12C7 10.9 6.1 10 5 10Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M19 10C17.9 10 17 10.9 17 12C17 13.1 17.9 14 19 14C20.1 14 21 13.1 21 12C21 10.9 20.1 10 19 10Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M10 12C10 13.1 10.9 14 12 14C13.1 14 14 13.1 14 12C14 10.9 13.1 10 12 10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"mouse 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.1497 12.8299L14.4197 13.4099C13.9397 13.5699 13.5697 13.9399 13.4097 14.4199L12.8297 16.1499C12.3397 17.6399 10.2397 17.6099 9.7797 16.1199L7.8297 9.83988C7.4497 8.58988 8.5997 7.43989 9.8297 7.81989L16.1197 9.76987C17.6097 10.2399 17.6297 12.3399 16.1497 12.8299Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 6C2.75 7.67 2 9.75 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2C10.57 2 9.2 2.30001 7.97 2.85001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"mouse circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.9597 17.84L19.3297 18.39C18.8797 18.54 18.5197 18.89 18.3697 19.35L17.8197 20.98C17.3497 22.39 15.3697 22.36 14.9297 20.95L13.0797 15C12.7197 13.82 13.8097 12.72 14.9797 13.09L20.9397 14.94C22.3397 15.38 22.3597 17.37 20.9597 17.84Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.98 6.03003C2.74 7.70003 2 9.76003 2 12C2 17.52 6.48 22 12 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.9998 12C21.9998 6.48 17.5198 2 11.9998 2C10.4798 2 9.04977 2.34 7.75977 2.94\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"mouse square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 13.02V15C2 20 4 22 9 22H12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 12V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.9597 17.84L19.3297 18.39C18.8797 18.54 18.5197 18.89 18.3697 19.35L17.8197 20.98C17.3497 22.39 15.3697 22.36 14.9297 20.95L13.0797 15C12.7197 13.82 13.8097 12.72 14.9797 13.09L20.9397 14.94C22.3397 15.38 22.3597 17.37 20.9597 17.84Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"mouse \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.5 13.63V14.5C4.5 18.62 7.87 22 12 22C16.12 22 19.5 18.63 19.5 14.5V9.5C19.5 5.37 16.13 2 12 2C7.87 2 4.5 5.37 4.5 9.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 11C11.17 11 10.5 10.33 10.5 9.5V7.5C10.5 6.67 11.17 6 12 6C12.82 6 13.5 6.67 13.5 7.5V9.5C13.5 10.33 12.82 11 12 11Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 6V2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"music circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2.58008 8.66998C3.20008 6.90998 4.30009 5.37998 5.72009 4.22998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 12C2 13.17 2.20999 14.29 2.57999 15.33\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.08984 21.57C10.0098 21.85 10.9898 22 11.9998 22C17.5198 22 21.9998 17.52 21.9998 12C21.9998 11.4 21.9398 10.81 21.8398 10.24\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.7204 19.75C5.2504 19.37 4.80039 18.95 4.40039 18.49\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.2398 6.34003C18.4398 3.72003 15.4198 2 11.9998 2C10.9898 2 10.0098 2.14999 9.08984 2.42999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.59 17.1102C9.46813 17.1102 10.18 16.3983 10.18 15.5202C10.18 14.6421 9.46813 13.9302 8.59 13.9302C7.71186 13.9302 7 14.6421 7 15.5202C7 16.3983 7.71186 17.1102 8.59 17.1102Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.9999 14.4602V8.25015C15.9999 6.93015 15.1699 6.74012 14.3299 6.97012L11.1499 7.84018C10.5699 8.00018 10.1699 8.45015 10.1699 9.12015V10.2301V10.9701V15.5202\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.4103 16.0501C15.2884 16.0501 16.0003 15.3383 16.0003 14.4601C16.0003 13.582 15.2884 12.8701 14.4103 12.8701C13.5322 12.8701 12.8203 13.582 12.8203 14.4601C12.8203 15.3383 13.5322 16.0501 14.4103 16.0501Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.1797 10.7602L15.9997 9.17017\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"music dashboard \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 9C2 4 4 2 9 2H15C20 2 22 4 22 9V15C22 20 20 22 15 22H9C4 22 2 20 2 15V13.59\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 2.5V21.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.4705 16.8C12.2934 16.8 12.9605 16.133 12.9605 15.3101C12.9605 14.4872 12.2934 13.8201 11.4705 13.8201C10.6476 13.8201 9.98047 14.4872 9.98047 15.3101C9.98047 16.133 10.6476 16.8 11.4705 16.8Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.4309 14.31V8.48002C18.4309 7.24002 17.6509 7.07007 16.8609 7.28007L13.8809 8.09006C13.3409 8.24006 12.9609 8.67001 12.9609 9.29001V10.3301V11.0301V15.3\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.9314 15.8C17.7543 15.8 18.4214 15.133 18.4214 14.3101C18.4214 13.4872 17.7543 12.8201 16.9314 12.8201C16.1085 12.8201 15.4414 13.4872 15.4414 14.3101C15.4414 15.133 16.1085 15.8 16.9314 15.8Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.9609 11.04L18.4309 9.55005\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"music filter \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 3H5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 3H22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 9H11\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 15H8\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 21H6\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.8402 21.9999C13.0441 21.9999 14.0202 21.0239 14.0202 19.8199C14.0202 18.6159 13.0441 17.6399 11.8402 17.6399C10.6362 17.6399 9.66016 18.6159 9.66016 19.8199C9.66016 21.0239 10.6362 21.9999 11.8402 21.9999Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.9995 18.3699V9.85993C21.9995 8.04993 20.8595 7.79993 19.7095 8.10993L15.3595 9.29993C14.5695 9.51993 14.0195 10.1399 14.0195 11.0499V12.57V13.59V19.82\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.8206 20.5499C21.0246 20.5499 22.0006 19.5739 22.0006 18.3699C22.0006 17.166 21.0246 16.1899 19.8206 16.1899C18.6166 16.1899 17.6406 17.166 17.6406 18.3699C17.6406 19.5739 18.6166 20.5499 19.8206 20.5499Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.3711 11.8699L22.0011 11.4199\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.0195 13.5999L16.3695 12.96\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"music library 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 13C2 10.35 3.15 8.85003 5 8.28003C5.6 8.09003 6.27 8 7 8H17C17.73 8 18.4 8.09003 19 8.28003C20.85 8.85003 22 10.35 22 13V17C22 20.5 20 22 17 22H7C4 22 2 20.5 2 17\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 7V8.28003C18.4 8.09003 17.73 8 17 8H7C6.27 8 5.6 8.09003 5 8.28003V7C5 5.9 5.9 5 7 5H17C18.1 5 19 5.9 19 7Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 3.51001V5H8V3.51001C8 2.68001 8.68001 2 9.51001 2H14.49C15.32 2 16 2.68001 16 3.51001Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.07001 19.4501C9.79902 19.4501 10.39 18.8591 10.39 18.1301C10.39 17.4011 9.79902 16.8101 9.07001 16.8101C8.34099 16.8101 7.75 17.4011 7.75 18.1301C7.75 18.8591 8.34099 19.4501 9.07001 19.4501Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.2504 17.2501V12.0801C15.2504 10.9801 14.5604 10.8201 13.8604 11.0201L11.2104 11.7401C10.7304 11.8701 10.4004 12.2501 10.4004 12.8001V13.7201V14.3401V18.1301\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.9294 18.5702C14.6584 18.5702 15.2494 17.9792 15.2494 17.2502C15.2494 16.5212 14.6584 15.9302 13.9294 15.9302C13.2004 15.9302 12.6094 16.5212 12.6094 17.2502C12.6094 17.9792 13.2004 18.5702 13.9294 18.5702Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.4004 14.3502L15.2504 13.0303\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"music play \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2.01958 12.22C1.90958 6.60003 6.34959 2.05005 11.9696 2.05005C17.5896 2.05005 22.0196 6.60005 22.0196 12.11V18.2701C22.0196 20.2201 20.3996 21.8401 18.4496 21.8401C16.4996 21.8401 14.8796 20.2201 14.8796 18.2701V15.4601C14.8796 14.4901 15.6396 13.6201 16.7196 13.6201C17.6896 13.6201 18.5596 14.3801 18.5596 15.4601V18.4901\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.47955 18.49V15.57C5.47955 14.6 6.23955 13.73 7.31955 13.73C8.28955 13.73 9.15955 14.49 9.15955 15.57V18.38C9.15955 20.33 7.53954 21.95 5.58954 21.95C3.63954 21.95 2.01953 20.32 2.01953 18.38V16.01\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.5407 8.19L11.0807 7.27002C10.9707 7.06002 10.6707 7.05001 10.5607 7.26001L9.7207 8.80999C9.6207 8.99999 9.42071 9.11999 9.20071 9.11999H8.4707\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5302 9.12012H14.7202C14.5002 9.12012 14.2902 9.25012 14.1902 9.44012L13.4402 10.9401C13.3302 11.1601 13.0202 11.1601 12.9102 10.9401\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"music playlist \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 12C2 8.5 4 7 7 7H17C20 7 22 8.5 22 12V17C22 20.5 20 22 17 22H7C4 22 2 20.5 2 17V16.17\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 4.5H18\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 4.5H13.17\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 2H15\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.88953 19.1099C9.64616 19.1099 10.2595 18.4965 10.2595 17.7399C10.2595 16.9832 9.64616 16.3699 8.88953 16.3699C8.1329 16.3699 7.51953 16.9832 7.51953 17.7399C7.51953 18.4965 8.1329 19.1099 8.88953 19.1099Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.2798 16.83V11.4799C15.2798 10.3399 14.5698 10.18 13.8398 10.38L11.0997 11.13C10.5997 11.27 10.2598 11.6599 10.2598 12.2299V13.18V13.82V17.74\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.9091 18.2C14.6657 18.2 15.2791 17.5866 15.2791 16.83C15.2791 16.0733 14.6657 15.46 13.9091 15.46C13.1524 15.46 12.5391 16.0733 12.5391 16.83C12.5391 17.5866 13.1524 18.2 13.9091 18.2Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.2598 13.83L15.2798 12.46\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"music square add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 8.65002C2 3.90002 3.89999 2 8.64999 2H14.35C19.1 2 21 3.90002 21 8.65002V14.35C21 14.69 20.99 15.02 20.97 15.33C20.25 14.51 19.18 14 18 14C15.79 14 14 15.79 14 18C14 18.75 14.21 19.46 14.58 20.06C14.78 20.4 15.04 20.71 15.34 20.97C15.03 20.99 14.7 21 14.35 21H8.64999C3.89999 21 2 19.1 2 14.35V12.97\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.71953 14.42C7.52034 14.42 8.16953 13.7708 8.16953 12.97C8.16953 12.1692 7.52034 11.52 6.71953 11.52C5.91872 11.52 5.26953 12.1692 5.26953 12.97C5.26953 13.7708 5.91872 14.42 6.71953 14.42Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.4797 12V6.34001C13.4797 5.13001 12.7197 4.96997 11.9597 5.17997L9.0697 5.96995C8.5497 6.10995 8.17969 6.52999 8.17969 7.12999V8.14V8.81999V12.97\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.0301 13.4501C12.8309 13.4501 13.4801 12.8009 13.4801 12.0001C13.4801 11.1992 12.8309 10.55 12.0301 10.55C11.2293 10.55 10.5801 11.1992 10.5801 12.0001C10.5801 12.8009 11.2293 13.4501 12.0301 13.4501Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.16992 8.8299L13.4799 7.37988\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 18C22 18.75 21.79 19.46 21.42 20.06C20.73 21.22 19.46 22 18 22C16.54 22 15.27 21.22 14.58 20.06C14.21 19.46 14 18.75 14 18C14 15.79 15.79 14 18 14C20.21 14 22 15.79 22 18Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.4898 17.98H16.5098\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 16.52V19.51\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"music square remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 8.65002C2 3.90002 3.9 2 8.65 2H14.35C19.1 2 21 3.90002 21 8.65002V14.35C21 14.69 20.99 15.02 20.97 15.33C20.25 14.51 19.18 14 18 14C15.79 14 14 15.79 14 18C14 18.75 14.21 19.46 14.58 20.06C14.78 20.4 15.04 20.71 15.34 20.97C15.03 20.99 14.7 21 14.35 21H8.65C3.9 21 2 19.1 2 14.35V12.97\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.71954 14.42C7.52035 14.42 8.16953 13.7708 8.16953 12.97C8.16953 12.1692 7.52035 11.52 6.71954 11.52C5.91872 11.52 5.26953 12.1692 5.26953 12.97C5.26953 13.7708 5.91872 14.42 6.71954 14.42Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.4699 12V6.34001C13.4699 5.13001 12.7099 4.96997 11.9499 5.17997L9.05992 5.96995C8.53992 6.10995 8.16992 6.52999 8.16992 7.12999V8.14V8.81999V12.97\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.0301 13.4501C12.8309 13.4501 13.4801 12.8009 13.4801 12.0001C13.4801 11.1992 12.8309 10.55 12.0301 10.55C11.2293 10.55 10.5801 11.1992 10.5801 12.0001C10.5801 12.8009 11.2293 13.4501 12.0301 13.4501Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.16992 8.8299L13.4699 7.37988\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 18C22 18.75 21.79 19.46 21.42 20.06C20.73 21.22 19.46 22 18 22C16.97 22 16.04 21.61 15.34 20.97C15.04 20.71 14.78 20.4 14.58 20.06C14.21 19.46 14 18.75 14 18C14 15.79 15.79 14 18 14C19.18 14 20.25 14.51 20.97 15.33C21.61 16.04 22 16.98 22 18Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.0692 19.0399L16.9492 16.9299\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.0497 16.96L16.9297 19.0699\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"music square search \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 8.65002C2 3.90002 3.89999 2 8.64999 2H14.35C19.1 2 21 3.90002 21 8.65002V12.35\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.35 21H8.64999C3.89999 21 2 19.1 2 14.35V12.97\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.71953 14.42C7.52034 14.42 8.16953 13.7708 8.16953 12.97C8.16953 12.1692 7.52034 11.52 6.71953 11.52C5.91872 11.52 5.26953 12.1692 5.26953 12.97C5.26953 13.7708 5.91872 14.42 6.71953 14.42Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.4797 12V6.34001C13.4797 5.13001 12.7197 4.96997 11.9597 5.17997L9.0697 5.96995C8.5497 6.10995 8.17969 6.52999 8.17969 7.12999V8.14V8.81999V12.97\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.0301 13.4501C12.8309 13.4501 13.4801 12.8009 13.4801 12.0001C13.4801 11.1992 12.8309 10.55 12.0301 10.55C11.2293 10.55 10.5801 11.1992 10.5801 12.0001C10.5801 12.8009 11.2293 13.4501 12.0301 13.4501Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.16992 8.8299L13.4799 7.37988\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.9402 21.2799C19.7075 21.2799 21.1402 19.8472 21.1402 18.0799C21.1402 16.3126 19.7075 14.8799 17.9402 14.8799C16.1729 14.8799 14.7402 16.3126 14.7402 18.0799C14.7402 19.8472 16.1729 21.2799 17.9402 21.2799Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.7402 21.8799L20.7402 20.8799\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"music square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 12.99V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.41962 17.11C9.2867 17.11 9.98962 16.4071 9.98962 15.54C9.98962 14.6729 9.2867 13.97 8.41962 13.97C7.55253 13.97 6.84961 14.6729 6.84961 15.54C6.84961 16.4071 7.55253 17.11 8.41962 17.11Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.75 14.49V8.34997C15.75 7.03997 14.93 6.86002 14.1 7.09002L10.96 7.95001C10.39 8.11001 10 8.56002 10 9.21002V10.31V11.05V15.55\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.1794 16.0599C15.0465 16.0599 15.7494 15.357 15.7494 14.4899C15.7494 13.6228 15.0465 12.9199 14.1794 12.9199C13.3123 12.9199 12.6094 13.6228 12.6094 14.4899C12.6094 15.357 13.3123 16.0599 14.1794 16.0599Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.99023 11.04L15.7502 9.46997\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"music \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.28016 22C8.00328 22 9.40016 20.6031 9.40016 18.88C9.40016 17.1569 8.00328 15.76 6.28016 15.76C4.55703 15.76 3.16016 17.1569 3.16016 18.88C3.16016 20.6031 4.55703 22 6.28016 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.8404 7.96009V4.60009C20.8404 2.00009 19.2104 1.64009 17.5604 2.09009L11.3204 3.79009C10.1804 4.10009 9.40039 5.00009 9.40039 6.30009V8.47009V9.93009V18.8701\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.8398 16.8V12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.7196 19.9199C19.4427 19.9199 20.8396 18.5231 20.8396 16.7999C20.8396 15.0768 19.4427 13.6799 17.7196 13.6799C15.9965 13.6799 14.5996 15.0768 14.5996 16.7999C14.5996 18.5231 15.9965 19.9199 17.7196 19.9199Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.40039 9.5199L20.8404 6.3999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"musicnote \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.1107 16.98C4.0207 17.3 3.9707 17.65 3.9707 18C3.9707 20.21 5.7607 22 7.9707 22C10.1807 22 11.9707 20.21 11.9707 18C11.9707 15.79 10.1807 14 7.9707 14C7.6207 14 7.2707 14.05 6.9507 14.13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9707 18V4\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.6105 2.11L19.0305 3.58C20.1005 3.94 20.9805 5.15 20.9805 6.28V7.45C20.9805 8.98 19.8005 9.83 18.3505 9.35L13.9305 7.88C12.8605 7.52 11.9805 6.31 11.9805 5.18V4C11.9705 2.48 13.1605 1.62 14.6105 2.11Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"next \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.73 7.39006L7.57999 5.00005C5.87999 4.02005 3.75 5.24004 3.75 7.21004V16.78C3.75 18.74 5.87999 19.97 7.57999 18.99L11.73 16.6001L15.88 14.2001C17.58 13.2201 17.58 10.7701 15.88 9.79006\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.2402 18.18V17\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.2402 14.0001V5.82007\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"note 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 2V5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 2V5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 13H15\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 17H12\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 9.65C3 4.95 4.67 3.69 8 3.5H16C19.33 3.68 21 4.95 21 9.65V15.83C21 19.95 20 22.01 15 22.01H9C4 22.01 3 19.95 3 15.83V13.81\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"note 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.0603 19.3901C14.4403 19.8101 13.6603 20.1601 12.7103 20.4701L11.1303 20.9901C7.16034 22.2701 5.07034 21.2001 3.78034 17.2301L2.50034 13.2801C1.22034 9.3101 2.28034 7.2101 6.25034 5.9301L7.83034 5.4101C8.24034 5.2801 8.63034 5.1701 9.00034 5.1001C8.70034 5.7101 8.46034 6.4501 8.26034 7.3001L7.28034 11.4901C6.30034 15.6701 7.59034 17.7301 11.7603 18.7201L13.4403 19.1201C14.0203 19.2601 14.5603 19.3501 15.0603 19.3901Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.6406 8.53003L17.4906 9.76003\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.6602 12.3999L14.5602 13.1399\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.9602 5.10001C22.0402 6.30001 22.2302 8.02001 21.6602 10.44L20.6802 14.62C19.8402 18.23 18.1802 19.69 15.0602 19.39C14.5602 19.35 14.0202 19.26 13.4402 19.12L11.7602 18.72C7.59018 17.73 6.30018 15.67 7.28018 11.49L8.26018 7.30001C8.46018 6.45001 8.70018 5.71001 9.00018 5.10001C10.1702 2.68001 12.1602 2.03001 15.5002 2.82001L17.1702 3.21001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"note 21 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20 15.04V18C20 21 18.21 22 16 22H8C5.79 22 4 21 4 18V8.25C4 5 5.79 4.25 8 4.25C8 4.87 8.24997 5.43 8.65997 5.84C9.06997 6.25 9.63 6.5 10.25 6.5H13.75C14.99 6.5 16 5.49 16 4.25C18.21 4.25 20 5 20 8.25V10.07\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 4.25C16 5.49 14.99 6.5 13.75 6.5H10.25C9.63 6.5 9.06997 6.25 8.65997 5.84C8.24997 5.43 8 4.87 8 4.25C8 3.01 9.01 2 10.25 2H13.75C14.37 2 14.93 2.25 15.34 2.66C15.75 3.07 16 3.63 16 4.25Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 13H12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 17H16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"note add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.56055 18V13\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 15.5H7\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 2V5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 2V5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.93983 9.82992C2.83983 5.12992 4.48983 3.82992 7.80983 3.57992L15.8098 3.41992C19.1498 3.53992 20.8398 4.76992 20.9398 9.46992L21.0698 15.6399C21.1498 19.7599 20.1998 21.8299 15.1998 21.9399L9.19983 22.0599C4.19983 22.1599 3.15983 20.1199 3.07983 16.0099L3.03983 13.8899\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"note favorite \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 2V5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 2V5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 8.5C3 5.5 4.5 3.5 8 3.5H16C19.5 3.5 21 5.5 21 8.5V13.63C20.11 12.92 18.98 12.5 17.75 12.5C16.52 12.5 15.37 12.93 14.47 13.66C13.26 14.61 12.5 16.1 12.5 17.75C12.5 18.73 12.78 19.67 13.26 20.45C13.63 21.06 14.11 21.59 14.68 22H8C4.5 22 3 20 3 17V12.57\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 11H13\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 16H9.62\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M23 17.75C23 18.73 22.72 19.67 22.24 20.45C21.96 20.93 21.61 21.35 21.2 21.69C20.28 22.51 19.08 23 17.75 23C16.6 23 15.54 22.63 14.68 22C14.11 21.59 13.63 21.06 13.26 20.45C12.78 19.67 12.5 18.73 12.5 17.75C12.5 16.1 13.26 14.61 14.47 13.66C15.37 12.93 16.52 12.5 17.75 12.5C18.98 12.5 20.11 12.92 21 13.63C22.22 14.59 23 16.08 23 17.75Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.75 20.25C17.75 18.87 18.87 17.75 20.25 17.75C18.87 17.75 17.75 16.63 17.75 15.25C17.75 16.63 16.63 17.75 15.25 17.75C16.63 17.75 17.75 18.87 17.75 20.25Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"note remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 14H12\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 5.95996L3.25 2.20996\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.96094 2.25L3.21094 6\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 10H15\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 12V16\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 2H16C19.33 2.18 21 3.41 21 7.99\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 9.01001V15.98C3 19.99 4 22 9 22H12C12.17 22 14.84 22 15 22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 16L15 22V19C15 17 16 16 18 16H21Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"note square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 13.01V15C2 20 4 22 9 22H11\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 10V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5098 22C16.6143 22 17.5098 21.1046 17.5098 20C17.5098 18.8954 16.6143 18 15.5098 18C14.4052 18 13.5098 18.8954 13.5098 20C13.5098 21.1046 14.4052 22 15.5098 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.5098 19.9998V13.0098\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.8198 12.0699L21.0298 12.8099C21.5598 12.9899 21.9998 13.5899 21.9998 14.1599V14.7499C21.9998 15.5099 21.4098 15.9399 20.6898 15.6999L18.4797 14.9599C17.9497 14.7799 17.5098 14.1799 17.5098 13.6099V13.0199C17.5098 12.2499 18.0998 11.8299 18.8198 12.0699Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"note text \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 2V5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 2V5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 8.5C3 5.5 4.5 3.5 8 3.5H16C19.5 3.5 21 5.5 21 8.5V17C21 20 19.5 22 16 22H8C4.5 22 3 20 3 17V12.75\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 11H16\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 16H12\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"note \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.9602 5.10001C22.0402 6.30001 22.2302 8.02001 21.6602 10.44L20.6802 14.62C19.8402 18.23 18.1802 19.69 15.0602 19.39C14.5602 19.35 14.0202 19.26 13.4402 19.12L11.7602 18.72C7.59018 17.73 6.30018 15.67 7.28018 11.49L8.26018 7.30001C8.46018 6.45001 8.70018 5.71001 9.00018 5.10001C10.1702 2.68001 12.1602 2.03001 15.5002 2.82001L17.1702 3.21001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.0603 19.3901C14.4403 19.8101 13.6603 20.1601 12.7103 20.4701L11.1303 20.9901C7.16034 22.2701 5.07034 21.2001 3.78034 17.2301L2.50034 13.2801C1.22034 9.3101 2.28034 7.2101 6.25034 5.9301L7.83034 5.4101C8.24034 5.2801 8.63034 5.1701 9.00034 5.1001C8.70034 5.7101 8.46034 6.4501 8.26034 7.3001L7.28034 11.4901C6.30034 15.6701 7.59034 17.7301 11.7603 18.7201L13.4403 19.1201C14.0203 19.2601 14.5603 19.3501 15.0603 19.3901Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"notification 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.0206 11.8002V8.91016C18.0206 5.61016 15.3206 2.91016 12.0206 2.91016C8.71058 2.91016 6.02058 5.60016 6.02058 8.91016V11.8002C6.02058 12.4102 5.76058 13.3402 5.45058 13.8602L4.30058 15.7702C3.59058 16.9502 4.08058 18.2602 5.38058 18.7002C9.69058 20.1402 14.3406 20.1402 18.6506 18.7002C19.8606 18.3002 20.3906 16.8702 19.7306 15.7702\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\"/>\n<path d=\"M13.8699 3.19994C13.5599 3.10994 13.2399 3.03994 12.9099 2.99994C11.9499 2.87994 11.0299 2.94994 10.1699 3.19994C10.4599 2.45994 11.1799 1.93994 12.0199 1.93994C12.8599 1.93994 13.5799 2.45994 13.8699 3.19994Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.0195 19.0601C15.0195 20.7101 13.6695 22.0601 12.0195 22.0601C11.1995 22.0601 10.4395 21.7201 9.89953 21.1801C9.35953 20.6401 9.01953 19.8801 9.01953 19.0601\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n</svg>\n</li><li title=\"notification bing \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 6.43994V9.76994\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\"/>\n<path d=\"M20.5894 15.17C21.3194 16.39 20.7394 17.97 19.3894 18.42C14.6094 20.01 9.43944 20.01 4.65944 18.42C3.21944 17.94 2.66944 16.48 3.45944 15.17L4.72944 13.05C5.07944 12.47 5.35944 11.44 5.35944 10.77V8.67C5.35944 4.98 8.33944 2 12.0194 2C15.6794 2 18.6794 5 18.6794 8.66V10.76C18.6794 10.94 18.6994 11.14 18.7294 11.35\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\"/>\n<path d=\"M15.3299 18.8201C15.3299 20.6501 13.8299 22.1501 11.9999 22.1501C11.0899 22.1501 10.2499 21.7701 9.64992 21.1701C9.04992 20.5701 8.66992 19.7301 8.66992 18.8201\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n</svg>\n</li><li title=\"notification circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.01953 16.3998C4.63953 19.7198 8.04953 21.9998 11.9995 21.9998C17.5195 21.9998 21.9995 17.5198 21.9995 11.9998C21.9995 11.3198 21.9295 10.6498 21.7995 10.0098\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.02 2.2C13.36 2.07 12.69 2 12 2C6.48 2 2 6.48 2 12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 2C17.34 2 16 3.34 16 5C16 6.66 17.34 8 19 8C20.66 8 22 6.66 22 5C22 4.64 21.94 4.3 21.82 3.99\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"notification favorite \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 2C17.34 2 16 3.34 16 5C16 6.66 17.34 8 19 8C20.66 8 22 6.66 22 5C22 4.64 21.94 4.3 21.82 3.99\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.81046 14.9299C6.46046 13.8299 6.87046 12.4599 8.03046 12.0899C8.64046 11.8899 9.39046 12.0599 9.82046 12.6499C10.2205 12.0399 11.0005 11.8999 11.6005 12.0899C12.7605 12.4599 13.1705 13.8299 12.8205 14.9299C12.2705 16.6799 10.3505 17.5899 9.82046 17.5899C9.28046 17.5799 7.38046 16.6899 6.81046 14.9299Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 14.97V15C2 20 4 22 9 22H15C20 22 22 20 22 15V10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 2H9C4 2 2 4 2 9V11\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"notification status \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 13H12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 17H16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 2C17.34 2 16 3.34 16 5C16 6.66 17.34 8 19 8C20.66 8 22 6.66 22 5C22 4.64 21.94 4.3 21.82 3.99\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 14.97V15C2 20 4 22 9 22H15C20 22 22 20 22 15V10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 2H9C4 2 2 4 2 9V11\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"notification \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 2C17.34 2 16 3.34 16 5C16 6.66 17.34 8 19 8C20.66 8 22 6.66 22 5C22 4.65 21.94 4.32 21.83 4.01\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 14.97V15C2 20 4 22 9 22H15C20 22 22 20 22 15V10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 2H9C4 2 2 4 2 9V11\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"omega circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 16.5H13.9L15.52 14.71C16.32 13.82 16.76 12.69 16.76 11.53C16.76 10.33 16.26 9.18002 15.37 8.33002C14.48 7.48002 13.27 7 12 7C10.74 7 9.53 7.48002 8.63 8.33002C7.74 9.18002 7.23999 10.33 7.23999 11.53C7.23999 12.7 7.67998 13.83 8.47998 14.71L10.1 16.5H7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 6C2.75 7.67 2 9.75 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2C10.57 2 9.19997 2.29998 7.96997 2.84998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"omega square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 12.97V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 16.75H13.9L15.52 14.96C16.32 14.07 16.76 12.94 16.76 11.78C16.76 10.58 16.26 9.43002 15.37 8.58002C14.48 7.73002 13.27 7.25 12 7.25C10.74 7.25 9.53 7.73002 8.63 8.58002C7.74 9.43002 7.23999 10.58 7.23999 11.78C7.23999 12.95 7.67998 14.08 8.47998 14.96L10.1 16.75H7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"paintbucket \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.0006 4.32996C12.4106 1.73996 11.2806 2.38996 9.3406 4.32996L3.7706 9.89996C1.3806 12.29 1.1806 12.96 3.7706 15.56L7.2306 19.02C9.6606 21.45 10.4906 21.41 12.8906 19.02L18.4606 13.45C20.4006 11.51 20.8906 10.22 18.4606 7.78996\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.1995 16.79L18.5395 17.88C17.6095 19.43 18.3295 20.7 20.1395 20.7C21.9495 20.7 22.6695 19.43 21.7395 17.88L21.0795 16.79C20.5595 15.93 19.7095 15.93 19.1995 16.79Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 12.2398C7.56 10.7298 13.42 10.6798 19 12.1098L19.5 12.2398\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"paperclip 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.75992 8.81006L4.54992 10.0201C2.20992 12.3601 2.20992 16.1601 4.54992 18.5101\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.3308 12.1499L9.86078 14.6199C8.49078 15.9899 8.49078 18.1999 9.86078 19.5699C11.2308 20.9399 13.4408 20.9399 14.8108 19.5699L18.7008 15.6799C21.4308 12.9499 21.4308 8.50992 18.7008 5.77992C15.9708 3.04992 11.5308 3.04992 8.80078 5.77992\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"paperclip \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.9707 14V16C4.9707 19.31 7.6607 22 10.9707 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9707 12V15.5C11.9707 17.43 13.5407 19 15.4707 19C17.4007 19 18.9707 17.43 18.9707 15.5V10C18.9707 6.13 15.8407 3 11.9707 3C8.1007 3 4.9707 6.13 4.9707 10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"password check \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.02 19.5H7.5C6.88 19.5 6.33 19.48 5.84 19.41C3.21 19.12 2.5 17.88 2.5 14.5V9.5C2.5 6.12 3.21 4.88 5.84 4.59C6.33 4.52 6.88 4.5 7.5 4.5H10.96\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.4995 13.34V14.5C21.4995 17.88 20.7895 19.12 18.1595 19.41C17.6695 19.48 17.1195 19.5 16.4995 19.5H15.0195\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.0195 4.5H16.4995C17.1195 4.5 17.6695 4.52 18.1595 4.59C20.7895 4.88 21.4995 6.12 21.4995 9.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 2V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.4945 12H11.5035\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.09412 12H7.1031\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"path 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.87007 22.0001H14.1601C15.7801 22.0001 16.8501 20.8401 16.5301 19.4301L15.8401 16.3501H8.20007L7.51007 19.4301C7.20007 20.7601 8.34007 22.0001 9.87007 22.0001Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.7692 13.7401C20.4092 12.2801 20.4792 11.2601 19.1792 9.61012L13.9892 3.03012C12.8992 1.65012 11.1192 1.65012 10.0192 3.03012L4.83916 9.61012C3.53916 11.2601 3.53916 12.3301 5.24916 13.7401L8.18916 16.3501\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.0098 2.66992V6.96992\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"path square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.7502 9.11998L14.9002 7.26998C14.2002 6.56998 13.2402 6.60998 12.7702 7.34998L11.7402 8.97998L15.0302 12.27L16.6602 11.24C17.3702 10.8 17.4102 9.76998 16.7502 9.11998Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.7395 8.97993L9.34947 8.83993C8.00947 8.75993 7.54947 9.16993 7.39947 10.4399L6.79947 15.5099C6.66947 16.5799 7.43947 17.3399 8.50947 17.2199L13.5795 16.6199C14.8495 16.4699 15.3095 16.0099 15.1795 14.6699L15.0395 12.2799\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.49023 16.5199L9.34023 14.6699\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 13.03V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"path \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.7901 7.27009L16.7601 4.24009C15.6101 3.09009 14.0401 3.15009 13.2701 4.38009L11.5801 7.05009L16.9801 12.4501L19.6501 10.7601C20.8001 10.0301 20.8701 8.35009 19.7901 7.27009Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.64999 6.80996C5.45999 6.67996 4.68999 7.34996 4.44999 9.43996L3.46999 17.76C3.25999 19.51 4.52999 20.77 6.26999 20.56L14.59 19.58C16.68 19.33 17.44 18.57 17.22 16.38L16.99 12.45\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.60938 19.4199L7.63937 16.3799\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"pause circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4 6C2.75 7.67 2 9.75 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2C10.57 2 9.2 2.3 7.97 2.85\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.7491 14.43V9.36995C10.7491 8.88995 10.5491 8.69995 10.0391 8.69995H8.74906C8.23906 8.69995 8.03906 8.88995 8.03906 9.36995V14.43C8.03906 14.91 8.23906 15.1 8.74906 15.1H10.0391C10.5491 15.1 10.7491 14.91 10.7491 14.43Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.0303 14.43V9.36995C16.0303 8.88995 15.8303 8.69995 15.3203 8.69995H14.0303C13.5203 8.69995 13.3203 8.88995 13.3203 9.36995V14.43C13.3203 14.91 13.5203 15.1 14.0303 15.1\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"pause \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.01 3C3.57 3 3 3.54 3 4.89V19.11C3 20.46 3.57 21 5.01 21H8.64C10.07 21 10.65 20.46 10.65 19.11V4.89C10.65 3.54 10.08 3 8.64 3\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.9896 21C20.4196 21 20.9996 20.46 20.9996 19.11V4.89C20.9996 3.54 20.4296 3 18.9896 3H15.3596C13.9296 3 13.3496 3.54 13.3496 4.89V19.11C13.3496 20.46 13.9196 21 15.3596 21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"pen add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.0199 4.85991C16.8199 3.65991 15.1698 3.71993 14.3598 5.00993L12.5898 7.80992L18.2598 13.4799L21.0598 11.7099C22.2698 10.9499 22.3398 9.17991 21.1998 8.04991\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.2906 21.48L7.0206 21.98C5.1806 22.19 3.8606 20.87 4.0806 19.04L5.06059 10.76\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.2502 13.47L18.4902 17.59C18.7202 19.89 17.9202 20.69 15.7402 20.95\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.5801 7.80994L10.8301 7.69995\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.28125 20.7799L8.46126 17.5898\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 6.5C11 6.91 10.94 7.32001 10.83 7.70001C10.72 8.10001 10.56 8.47001 10.35 8.82001C10.11 9.22001 9.81001 9.58 9.46001 9.88C8.67001 10.58 7.64 11 6.5 11C5.99 11 5.51 10.92 5.06 10.76C4.04 10.42 3.18999 9.72001 2.64999 8.82001C2.23999 8.14001 2 7.34 2 6.5C2 5.08 2.65 3.80999 3.69 2.98999C4.46 2.36999 5.44 2 6.5 2C8.99 2 11 4.01 11 6.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.52148 8.18005V4.82007\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.16078 6.5H4.80078\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"pen close \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.0199 4.85991C16.8199 3.65991 15.1698 3.71993 14.3598 5.00993L12.5898 7.80992L18.2598 13.4799L21.0598 11.7099C22.2698 10.9499 22.3398 9.17991 21.1998 8.04991\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.2906 21.48L7.0206 21.98C5.1806 22.19 3.8606 20.87 4.0806 19.04L5.06059 10.76\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.2502 13.47L18.4902 17.59C18.7202 19.89 17.9202 20.69 15.7402 20.95\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.5801 7.80994L10.8301 7.69995\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.28125 20.7799L8.46126 17.5898\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 6.5C11 6.91 10.94 7.32001 10.83 7.70001C10.72 8.10001 10.56 8.47001 10.35 8.82001C10.11 9.22001 9.81001 9.58 9.46001 9.88C8.67001 10.58 7.64 11 6.5 11C5.99 11 5.51 10.92 5.06 10.76C4.04 10.42 3.18999 9.72001 2.64999 8.82001C2.23999 8.14001 2 7.34 2 6.5C2 5.08 2.65 3.80999 3.69 2.98999C4.46 2.36999 5.44 2 6.5 2C8.99 2 11 4.01 11 6.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.7003 7.68005L5.32031 5.30005\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.68077 5.32007L5.30078 7.70007\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"pen remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.0198 4.85991C16.8198 3.65991 15.1698 3.71993 14.3598 5.00993L12.5898 7.80992L18.2599 13.4799L21.0598 11.7099C22.2698 10.9499 22.3399 9.17991 21.1999 8.04991\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.2906 21.48L7.0206 21.98C5.1806 22.19 3.8606 20.87 4.0806 19.04L5.06061 10.76\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.2502 13.47L18.4902 17.59C18.7202 19.89 17.9202 20.69 15.7402 20.95\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.5801 7.80994L10.8301 7.69995\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.28125 20.7799L8.46124 17.5898\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 6.5C11 6.91 10.94 7.32001 10.83 7.70001C10.72 8.10001 10.56 8.47001 10.35 8.82001C10.11 9.22001 9.80999 9.58 9.45999 9.88C8.66999 10.58 7.64 11 6.5 11C5.99 11 5.51 10.92 5.06 10.76C4.04 10.42 3.18999 9.72001 2.64999 8.82001C2.23999 8.14001 2 7.34 2 6.5C2 5.08 2.65 3.80999 3.69 2.98999C4.46 2.36999 5.44 2 6.5 2C8.99 2 11 4.01 11 6.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.1608 6.5H4.80078\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"pen tool 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.7513 22.4999H13.2713C14.2313 22.4999 14.8513 21.8199 14.6713 20.9899L14.2613 19.1799H9.76129L9.3513 20.9899C9.1713 21.7699 9.8513 22.4999 10.7513 22.4999Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.2208 12.6699L13.1708 11.3399C12.5308 10.5299 11.4808 10.5299 10.8408 11.3399L7.79077 15.2099C7.02077 16.1799 7.02078 16.8099 8.03078 17.6399L9.76078 19.1799\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.2617 19.1698L15.9917 17.6298C16.9617 16.7698 17.0017 16.1697 16.2317 15.1997\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.0117 11.1199V13.6499\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.5195 5H11.5195C10.9695 5 10.5195 4.55 10.5195 4V3C10.5195 2.45 10.9695 2 11.5195 2H12.5195C13.0695 2 13.5195 2.45 13.5195 3V4C13.5195 4.55 13.0695 5 12.5195 5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.26953 14.17H4.26953C4.81953 14.17 5.26953 13.72 5.26953 13.17V12.17C5.26953 11.62 4.81953 11.1699 4.26953 11.1699H3.26953C2.71953 11.1699 2.26953 11.62 2.26953 12.17V13.17C2.26953 13.72 2.71953 14.17 3.26953 14.17Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.7305 14.17H19.7305C19.1805 14.17 18.7305 13.72 18.7305 13.17V12.17C18.7305 11.62 19.1805 11.1699 19.7305 11.1699H20.7305C21.2805 11.1699 21.7305 11.62 21.7305 12.17V13.17C21.7305 13.72 21.2805 14.17 20.7305 14.17Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.75 11.17C3.75 9.20004 4.49001 7.41005 5.71001 6.05005\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.5199 3.56006C9.87993 3.64006 9.25992 3.79007 8.66992 4.01007\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.2495 11.17C20.2495 7.25004 17.3095 4.03006 13.5195 3.56006\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"pen tool \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.1501 5.19015L10.3701 4.41012C9.90008 3.94012 9.90008 3.18017 10.3701 2.71017L11.1501 1.93014C11.6201 1.46014 12.3801 1.46014 12.8501 1.93014L13.6301 2.71017C14.1001 3.18017 14.1001 3.94012 13.6301 4.41012L12.8501 5.19015C12.3801 5.66015 11.6201 5.66015 11.1501 5.19015Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.45 9.81006H20.55C21.21 9.81006 21.75 10.3501 21.75 11.0101V12.11C21.75 12.77 21.21 13.3101 20.55 13.3101H19.45C18.79 13.3101 18.25 12.77 18.25 12.11V11.0101C18.25 10.3501 18.79 9.81006 19.45 9.81006Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.55 9.81006H3.45C2.79 9.81006 2.25 10.3501 2.25 11.0101V12.11C2.25 12.77 2.79 13.3101 3.45 13.3101H4.55C5.21 13.3101 5.75 12.77 5.75 12.11V11.0101C5.75 10.3501 5.21 9.81006 4.55 9.81006Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.5402 10.0998L13.2402 4.7998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.46094 10.1002L8.11094 7.4502\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.7513 22.4999H13.2713C14.2313 22.4999 14.8513 21.8199 14.6713 20.9899L14.2613 19.1799H9.76131L9.3513 20.9899C9.1713 21.7699 9.8513 22.4999 10.7513 22.4999Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.2208 12.6699L13.1708 11.3399C12.5308 10.5299 11.4808 10.5299 10.8408 11.3399L7.79078 15.2099C7.02078 16.1799 7.02078 16.8099 8.03078 17.6399L9.76078 19.1799\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.2617 19.1698L15.9917 17.6298C16.9617 16.7698 17.0017 16.1697 16.2317 15.1997\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.0117 11.1201V13.6501\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"people \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.0001 7.16C17.9401 7.15 17.8701 7.15 17.8101 7.16C16.4301 7.11 15.3301 5.98 15.3301 4.58C15.3301 3.15 16.4801 2 17.9101 2C19.3401 2 20.4901 3.16 20.4901 4.58C20.4801 5.98 19.3801 7.11 18.0001 7.16Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.9695 14.4399C18.3395 14.6699 19.8495 14.4299 20.9095 13.7199C22.3195 12.7799 22.3195 11.2399 20.9095 10.2999C19.8395 9.58992 18.3095 9.34991 16.9395 9.58991\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.96852 7.16C6.02852 7.15 6.09852 7.15 6.15852 7.16C7.53852 7.11 8.63852 5.98 8.63852 4.58C8.63852 3.15 7.48852 2 6.05852 2C4.62852 2 3.47852 3.16 3.47852 4.58C3.48852 5.98 4.58852 7.11 5.96852 7.16Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.99945 14.4399C5.62945 14.6699 4.11945 14.4299 3.05945 13.7199C1.64945 12.7799 1.64945 11.2399 3.05945 10.2999C4.12945 9.58992 5.65945 9.34991 7.02945 9.58991\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.0001 14.63C11.9401 14.62 11.8701 14.62 11.8101 14.63C10.4301 14.58 9.33008 13.45 9.33008 12.05C9.33008 10.62 10.4801 9.46997 11.9101 9.46997C13.3401 9.46997 14.4901 10.63 14.4901 12.05C14.4801 13.45 13.3801 14.59 12.0001 14.63Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.9107 17.7799C13.3207 16.7199 10.6907 16.7199 9.0907 17.7799C7.6807 18.7199 7.6807 20.2599 9.0907 21.1999C10.6907 22.2699 13.3107 22.2699 14.9107 21.1999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"percentage circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.32031 15.27L14.8603 8.72998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.73001 10.3699C9.40932 10.3699 9.95999 9.81923 9.95999 9.13992C9.95999 8.46061 9.40932 7.90991 8.73001 7.90991C8.0507 7.90991 7.5 8.46061 7.5 9.13992C7.5 9.81923 8.0507 10.3699 8.73001 10.3699Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.269 16.0899C15.9484 16.0899 16.4991 15.5392 16.4991 14.8599C16.4991 14.1806 15.9484 13.6299 15.269 13.6299C14.5897 13.6299 14.0391 14.1806 14.0391 14.8599C14.0391 15.5392 14.5897 16.0899 15.269 16.0899Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 6C2.75 7.67 2 9.75 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2C10.57 2 9.2 2.30001 7.97 2.85001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"percentage square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 13.05V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.32031 15.27L14.8603 8.72998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.73001 10.3699C9.40932 10.3699 9.95999 9.81923 9.95999 9.13992C9.95999 8.46061 9.40932 7.90991 8.73001 7.90991C8.0507 7.90991 7.5 8.46061 7.5 9.13992C7.5 9.81923 8.0507 10.3699 8.73001 10.3699Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.269 16.0899C15.9484 16.0899 16.4991 15.5392 16.4991 14.8599C16.4991 14.1806 15.9484 13.6299 15.269 13.6299C14.5897 13.6299 14.0391 14.1806 14.0391 14.8599C14.0391 15.5392 14.5897 16.0899 15.269 16.0899Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"personalcard \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 8C2 4 3 3 7 3H17C21 3 22 4 22 8V16C22 20 21 21 17 21H7C3 21 2 20 2 16V12.4\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 8H19\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 12H19\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 16H19\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.49945 11.2899C9.49909 11.2899 10.3095 10.4796 10.3095 9.47992C10.3095 8.48029 9.49909 7.66992 8.49945 7.66992C7.49982 7.66992 6.68945 8.48029 6.68945 9.47992C6.68945 10.4796 7.49982 11.2899 8.49945 11.2899Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 16.33C11.86 14.88 10.71 13.74 9.26 13.61C8.76 13.56 8.25 13.56 7.74 13.61C6.29 13.75 5.14 14.88 5 16.33\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"pet \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.41064 16.75C4.17064 19.64 6.35064 22 9.25064 22H14.0406C17.3006 22 19.5406 19.37 19.0006 16.15C18.4306 12.77 15.1706 10 11.7406 10C9.46064 10 7.34064 11.14 5.97064 12.87\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.4707 7.5C11.8514 7.5 12.9707 6.38071 12.9707 5C12.9707 3.61929 11.8514 2.5 10.4707 2.5C9.08999 2.5 7.9707 3.61929 7.9707 5C7.9707 6.38071 9.08999 7.5 10.4707 7.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.3008 8.69995C18.4053 8.69995 19.3008 7.80452 19.3008 6.69995C19.3008 5.59538 18.4053 4.69995 17.3008 4.69995C16.1962 4.69995 15.3008 5.59538 15.3008 6.69995C15.3008 7.80452 16.1962 8.69995 17.3008 8.69995Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 12.7C21.8284 12.7 22.5 12.0284 22.5 11.2C22.5 10.3715 21.8284 9.69995 21 9.69995C20.1716 9.69995 19.5 10.3715 19.5 11.2C19.5 12.0284 20.1716 12.7 21 12.7Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.9707 10.7C5.07527 10.7 5.9707 9.80452 5.9707 8.69995C5.9707 7.59538 5.07527 6.69995 3.9707 6.69995C2.86613 6.69995 1.9707 7.59538 1.9707 8.69995C1.9707 9.80452 2.86613 10.7 3.9707 10.7Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"pharagraphspacing \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 2H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 6V18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.8299 7.71989L11.9999 4.88989L9.16992 7.71989\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.8299 15.8899L11.9999 18.7199L9.16992 15.8899\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.0508 22H21.0008\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 22H5.98\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"picture frame \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 11V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H15C20 22 22 20 22 15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 2L13.95 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.53 12.22L2 15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"play add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M23 19C23 19.75 22.79 20.46 22.42 21.06C22.21 21.42 21.94 21.74 21.63 22C20.93 22.63 20.01 23 19 23C17.54 23 16.27 22.22 15.58 21.06C15.21 20.46 15 19.75 15 19C15 17.74 15.58 16.61 16.5 15.88C17.19 15.33 18.06 15 19 15C21.21 15 23 16.79 23 19Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.4897 18.98H17.5098\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 17.52V20.51\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.9707 2.84998C9.2007 2.29998 10.5707 2 12.0007 2C17.5207 2 22.0007 6.48 22.0007 12C22.0007 13.31 21.7507 14.57 21.2807 15.72\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 6C2.75 7.67 2 9.75 2 12C2 17.52 6.48 22 12 22C13.32 22 14.58 21.74 15.73 21.27\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"play circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.9102 14.1201C16.7102 13.0801 16.7102 11.3801 14.9102 10.3401L13.4602 9.50011L12.0102 8.66011C10.2102 7.62011 8.74023 8.47011 8.74023 10.5501V12.2201V13.8901C8.74023 15.5501 9.68023 16.4301 10.9802 16.1801\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 6C2.75 7.67 2 9.75 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2C10.57 2 9.2 2.3 7.97 2.85\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"play cricle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.0703 19.0699C22.9803 15.1599 22.9803 8.82993 19.0703 4.92993\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.93055 4.92993C1.02055 8.83993 1.02055 15.1699 4.93055 19.0699\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.69922 21.4099C9.76922 21.7799 10.8792 21.96 11.9992 21.96C13.1192 21.95 14.2292 21.7799 15.2992 21.4099\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.69922 2.59009C9.76922 2.22009 10.8792 2.04004 11.9992 2.04004C13.1192 2.04004 14.2292 2.22009 15.2992 2.59009\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.74023 10.3302C8.74023 8.25016 10.2103 7.40014 12.0103 8.44014L13.4602 9.28017L14.9102 10.1201C16.7102 11.1601 16.7102 12.8602 14.9102 13.9002L13.4602 14.7401L12.0103 15.5802C10.2103 16.6202 8.74023 15.7701 8.74023 13.6901\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"play remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.38086 12.0001V10.6101C9.38086 8.89008 10.6009 8.18007 12.0909 9.04007L13.2909 9.73007L14.4908 10.4201C15.9808 11.2801 15.9808 12.6901 14.4908 13.5501L13.2909 14.2401L12.0909 14.9301C10.6009 15.7901 9.38086 15.0901 9.38086 13.3601V12.0001Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.0692 20.0399L17.9492 17.9299\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.0497 17.96L17.9297 20.0699\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M23 19C23 19.75 22.79 20.46 22.42 21.06C22.21 21.42 21.94 21.74 21.63 22C20.93 22.63 20.01 23 19 23C17.63 23 16.43 22.31 15.73 21.27C15.67 21.2 15.62 21.13 15.58 21.06C15.21 20.46 15 19.75 15 19C15 17.74 15.58 16.61 16.5 15.88C17.19 15.33 18.06 15 19 15C19.84 15 20.63 15.27 21.28 15.72C22.32 16.44 23 17.64 23 19Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.9707 2.84998C9.2007 2.29998 10.5707 2 12.0007 2C17.5207 2 22.0007 6.48 22.0007 12C22.0007 13.31 21.7507 14.57 21.2807 15.72\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 6C2.75 7.67 2 9.75 2 12C2 17.52 6.48 22 12 22C13.32 22 14.58 21.74 15.73 21.27\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"play \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.13 7.9799C20.96 10.1899 20.96 13.8099 17.13 16.0199L14.04 17.7999L10.95 19.5799C7.13 21.7899 4 19.9799 4 15.5599V11.9999V8.43989C4 4.01989 7.13 2.2099 10.96 4.4199L13.21 5.7199\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"presention chart \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 10V2H3V14.1C3 14.81 3.14001 15.4 3.42001 15.86C3.88001 16.62 4.72 17.01 5.91 17.01H18.1C20 17.01 21 16.01 21 14.11\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 2H22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 22L12 20V17\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 22L12 20\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.5 11L10.65 8.37C10.9 8.16 11.23 8.22 11.4 8.5L12.6 10.5C12.77 10.78 13.1 10.83 13.35 10.63L16.5 8\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"previous \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.2707 7.39006L16.4207 5.00005C18.1207 4.02005 20.2507 5.24004 20.2507 7.21004V16.78C20.2507 18.74 18.1207 19.97 16.4207 18.99L12.2707 16.6001L8.1207 14.2001C6.4207 13.2201 6.4207 10.7701 8.1207 9.79006\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.75977 18.18V17\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.75977 14.0001V5.82007\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"printer slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.25 7H16.75V5C16.75 3 16 2 13.75 2H10.25C8 2 7.25 3 7.25 5V7Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.9703 15H16.0003V19C16.0003 21 15.0003 22 13.0003 22H11.0003C9.31031 22 8.33031 21.29 8.07031 19.86\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 18C4 18 3 17 3 15V10C3 8 4 7 6 7H16.59\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 14V15C21 17 20 18 18 18H16V15H13\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.9707 7.52002C20.6607 8.00002 21.0007 8.83002 21.0007 10\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.9991 15H15.7891\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 11H9\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 2L2 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"printer \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.25 7H16.75V5C16.75 3 16 2 13.75 2H10.25C8 2 7.25 3 7.25 5V7Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 15V19C16 21 15 22 13 22H11C9 22 8 21 8 19V15H16Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 10V15C21 17 20 18 18 18H16V15H8V18H6C4 18 3 17 3 15V10C3 8 4 7 6 7H18C20 7 21 8 21 10Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 15H15.79H7\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 11H10\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"profile 2user \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.6805 3.96C13.1605 4.67 13.4405 5.52 13.4405 6.44C13.4305 8.84 11.5405 10.79 9.16055 10.87C9.06055 10.86 8.94055 10.86 8.83055 10.87C6.45055 10.79 4.56055 8.84 4.56055 6.44C4.56055 3.99 6.54055 2 9.00055 2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.4093 4C18.3493 4 19.9093 5.57 19.9093 7.5C19.9093 9.39 18.4093 10.93 16.5393 11C16.4593 10.99 16.3693 10.99 16.2793 11\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.1607 14.56C1.7407 16.18 1.7407 18.82 4.1607 20.43C6.9107 22.27 11.4207 22.27 14.1707 20.43C16.5907 18.81 16.5907 16.17 14.1707 14.56C11.4307 12.73 6.9207 12.73 4.1607 14.56Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.3398 20C19.0598 19.85 19.7398 19.56 20.2998 19.13C21.8598 17.96 21.8598 16.03 20.2998 14.86C19.7498 14.44 19.0798 14.16 18.3698 14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"profile add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.5 19.5H14.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.5 21.5V17.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9891 21.8099C10.1691 21.8099 8.35906 21.3499 6.97906 20.4299C4.55906 18.8099 4.55906 16.1699 6.97906 14.5599C9.72906 12.7199 14.2391 12.7199 16.9891 14.5599\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.6805 3.96C16.1605 4.67 16.4405 5.52 16.4405 6.44C16.4305 8.84 14.5405 10.79 12.1605 10.87C12.0605 10.86 11.9405 10.86 11.8305 10.87C9.45055 10.79 7.56055 8.84 7.56055 6.44C7.56055 3.99 9.54055 2 12.0005 2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"profile circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.9405 8.03998C15.1605 8.47998 15.2905 8.97998 15.2905 9.50998C15.2805 11.28 13.8905 12.73 12.1305 12.78C12.0605 12.77 11.9705 12.77 11.8905 12.78C10.1305 12.72 8.73047 11.28 8.73047 9.50998C8.73047 7.69998 10.1905 6.22998 12.0105 6.22998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.7398 19.3801C16.9598 21.0101 14.5998 22.0001 11.9998 22.0001C9.39977 22.0001 7.03977 21.0101 5.25977 19.3801C5.35977 18.4401 5.95977 17.5201 7.02977 16.8001C9.76977 14.9801 14.2498 14.9801 16.9698 16.8001C18.0398 17.5201 18.6398 18.4401 18.7398 19.3801Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 6C2.75 7.67 2 9.75 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2C10.57 2 9.2 2.3 7.97 2.85\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"profile delete \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.4098 18.0901L15.5898 20.9101\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.4098 20.9101L15.5898 18.0901\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.0008 21.8099C10.1808 21.8099 8.37078 21.3499 6.99078 20.4299C4.57078 18.8099 4.57078 16.1699 6.99078 14.5599C9.74078 12.7199 14.2508 12.7199 17.0008 14.5599\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.6805 3.96C16.1605 4.67 16.4405 5.52 16.4405 6.44C16.4305 8.84 14.5405 10.79 12.1605 10.87C12.0605 10.86 11.9405 10.86 11.8305 10.87C9.45055 10.79 7.56055 8.84 7.56055 6.44C7.56055 3.99 9.54055 2 12.0005 2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"profile remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.5 19H15.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9891 21.8099C10.1691 21.8099 8.35906 21.3499 6.97906 20.4299C4.55906 18.8099 4.55906 16.1699 6.97906 14.5599C9.72906 12.7199 14.2391 12.7199 16.9891 14.5599\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.6805 3.96C16.1605 4.67 16.4405 5.52 16.4405 6.44C16.4305 8.84 14.5405 10.79 12.1605 10.87C12.0605 10.86 11.9405 10.86 11.8305 10.87C9.45055 10.79 7.56055 8.84 7.56055 6.44C7.56055 3.99 9.54055 2 12.0005 2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"profile tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.4395 19.05L15.9595 20.57L18.9995 17.53\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9891 21.8099C10.1691 21.8099 8.35906 21.3499 6.97906 20.4299C4.55906 18.8099 4.55906 16.1699 6.97906 14.5599C9.72906 12.7199 14.2391 12.7199 16.9891 14.5599\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.6805 3.96C16.1605 4.67 16.4405 5.52 16.4405 6.44C16.4305 8.84 14.5405 10.79 12.1605 10.87C12.0605 10.86 11.9405 10.86 11.8305 10.87C9.45055 10.79 7.56055 8.84 7.56055 6.44C7.56055 3.99 9.54055 2 12.0005 2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"programming arrow \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 16V6.5C19 5.4 18.1 4.5 17 4.5H12.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 2L12 4.5L15 7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 9V16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.25 2C3.46 2 2 3.46 2 5.25C2 7.04 3.46 8.5 5.25 8.5C7.04 8.5 8.5 7.04 8.5 5.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 22C6.65685 22 8 20.6569 8 19C8 17.3431 6.65685 16 5 16C3.34315 16 2 17.3431 2 19C2 20.6569 3.34315 22 5 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 22C20.6569 22 22 20.6569 22 19C22 17.3431 20.6569 16 19 16C17.3431 16 16 17.3431 16 19C16 20.6569 17.3431 22 19 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"programming arrows \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 16V6.5C19 5.4 18.1 4.5 17 4.5H11.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 2L11 4.5L14 7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 22C20.6569 22 22 20.6569 22 19C22 17.3431 20.6569 16 19 16C17.3431 16 16 17.3431 16 19C16 20.6569 17.3431 22 19 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 12V17.5C5 18.6 5.9 19.5 7 19.5H12.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 22L13 19.5L10 17\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 8C6.65685 8 8 6.65685 8 5C8 3.34315 6.65685 2 5 2C3.34315 2 2 3.34315 2 5C2 6.65685 3.34315 8 5 8Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"quote down circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 12.1599H9.67999C10.39 12.1599 10.87 12.6999 10.87 13.3499V14.84C10.87 15.49 10.39 16.03 9.67999 16.03H8.19C7.54 16.03 7 15.49 7 14.84V12.1599Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 12.16C7 9.36997 7.52 8.89997 9.09 7.96997\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.1406 12.1599H15.8206C16.5306 12.1599 17.0106 12.6999 17.0106 13.3499V14.84C17.0106 15.49 16.5306 16.03 15.8206 16.03H14.3306C13.6806 16.03 13.1406 15.49 13.1406 14.84V12.1599Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.1406 12.16C13.1406 9.36997 13.6606 8.89997 15.2306 7.96997\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 6C2.75 7.67 2 9.75 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2C10.57 2 9.2 2.29998 7.97 2.84998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"quote down square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 12.83V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 12.1599H9.68C10.39 12.1599 10.87 12.6999 10.87 13.3499V14.84C10.87 15.49 10.39 16.03 9.68 16.03H8.19C7.54 16.03 7 15.49 7 14.84V12.1599\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 12.16C7 9.36997 7.52 8.89997 9.09 7.96997\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.1406 12.1599H15.8206C16.5306 12.1599 17.0106 12.6999 17.0106 13.3499V14.84C17.0106 15.49 16.5306 16.03 15.8206 16.03H14.3306C13.6806 16.03 13.1406 15.49 13.1406 14.84V12.1599\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.1406 12.16C13.1406 9.36997 13.6606 8.89997 15.2306 7.96997\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"quote down \"><svg   viewBox=\"0 0 47 46\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.63 3.85992C12.63 2.43992 13.68 1.27997 15.21 1.27997L18.42 1.27997C19.84 1.27997 21 2.43992 21 3.85992L21 9.65991\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 9.6499L15.2 9.6499C14.24 9.6499 13.48 9.19989 13.04 8.50989\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 9.65002C21 15.7 19.87 16.7 16.47 18.72\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.37086 9.6499L3.57086 9.6499C2.04086 9.6499 0.990859 8.48988 0.990859 7.06988L0.99086 3.84985C0.99086 2.42985 2.04086 1.2699 3.57086 1.2699L6.80086 1.2699C8.22086 1.2699 9.38086 2.42985 9.38086 3.84985L9.38086 9.6499\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.37109 9.65002C9.37109 15.7 8.24109 16.7 4.84109 18.72\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"quote up circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.0009 11.84H14.3209C13.6109 11.84 13.1309 11.3 13.1309 10.65V9.15997C13.1309 8.50997 13.6109 7.96997 14.3209 7.96997H15.8109C16.4609 7.96997 17.0009 8.50997 17.0009 9.15997V11.84Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.0002 11.8401C17.0002 14.6301 16.4802 15.1001 14.9102 16.0301\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.8602 11.84H8.18022C7.47022 11.84 6.99023 11.3 6.99023 10.65V9.15997C6.99023 8.50997 7.47022 7.96997 8.18022 7.96997H9.67023C10.3202 7.96997 10.8602 8.50997 10.8602 9.15997V11.84Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.8595 11.8401C10.8595 14.6301 10.3395 15.1001 8.76953 16.0301\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 6C2.75 7.67 2 9.75 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2C10.57 2 9.2 2.29998 7.97 2.84998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"quote up square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 12.83V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.0009 11.84H14.3209C13.6109 11.84 13.1309 11.3 13.1309 10.65V9.15997C13.1309 8.50997 13.6109 7.96997 14.3209 7.96997H15.8109C16.4609 7.96997 17.0009 8.50997 17.0009 9.15997V11.84Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.0002 11.8401C17.0002 14.6301 16.4802 15.1001 14.9102 16.0301\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.8602 11.84H8.18023C7.47023 11.84 6.99023 11.3 6.99023 10.65V9.15997C6.99023 8.50997 7.47023 7.96997 8.18023 7.96997H9.67023C10.3202 7.96997 10.8602 8.50997 10.8602 9.15997V11.84Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.8595 11.8401C10.8595 14.6301 10.3395 15.1001 8.76953 16.0301\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"quote up \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.3702 18.1401C10.3702 19.5601 9.32022 20.72 7.79022 20.72H4.57025C3.15025 20.72 1.99023 19.5601 1.99023 18.1401L1.99023 12.3401\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 12.3501H7.79999C8.75999 12.3501 9.52002 12.8001 9.96002 13.4901\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 12.35C2 6.29998 3.13003 5.30003 6.53003 3.28003\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.6309 12.3501H19.4308C20.9608 12.3501 22.0109 13.5101 22.0109 14.9301V18.1501C22.0109 19.5701 20.9608 20.7301 19.4308 20.7301H16.2109C14.7909 20.7301 13.6309 19.5701 13.6309 18.1501V12.3501\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.6309 12.35C13.6309 6.29998 14.7608 5.30003 18.1608 3.28003\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"radar 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 10C10.9 10 10 10.9 10 12C10 13.1 10.9 14 12 14C13.1 14 14 13.1 14 12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 18C21.26 16.33 22 14.25 22 12C22 9.75 21.26 7.67 20 6\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 18C2.74 16.33 2 14.25 2 12C2 11.79 2.00999 11.58 2.01999 11.38\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 6C3.62 6.51 3.28 7.06001 3 7.64001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.8008 15.6C17.5508 14.6 18.0008 13.35 18.0008 12C18.0008 10.65 17.5508 9.40002 16.8008 8.40002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.20001 8.40002C6.45001 9.40002 6 10.65 6 12C6 13.35 6.45001 14.6 7.20001 15.6\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"radar 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 12L3.32999 7.01996C2.48999 8.48996 2 10.19 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 9.94997 21.38 8.03996 20.32 6.45996\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 4C7.67 2.75 9.75 2 12 2C13.88 2 15.63 2.52001 17.13 3.42001\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.82999 8.95999C6.29999 9.84999 6 10.89 6 12C6 15.31 8.69 18 12 18C15.31 18 18 15.31 18 12C18 8.69 15.31 6 12 6C11.09 6 10.22 6.20001 9.45001 6.57001\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"radar \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.32 6.45996C21.38 8.04996 22 9.94997 22 12C22 17.52 17.52 22 12 22C6.48 22 2 17.52 2 12C2 10.19 2.47999 8.48996 3.32999 7.01996L12 12\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 4C7.67 2.75 9.75 2 12 2C13.93 2 15.73 2.53999 17.25 3.48999\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"radio \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 14.05V17C2 20 4 22 7 22H17C20 22 22 20 22 17V10C22 7 20 5 17 5H7C4 5 2 7 2 10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 2V5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 16C7.12 16 6 14.88 6 13.5C6 12.12 7.12 11 8.5 11C9.88 11 11 12.12 11 13.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.5 11H18.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.5 15H15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 15H18.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"ram 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.99047 21.97L7.98047 19C7.98047 17.89 8.87047 17 9.98047 17H13.9905C15.0905 17 15.9805 17.89 15.9905 18.99L16.0205 21.98\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.93945 4.95006L8.98945 2.06006\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9395 4.95006L11.9895 2.06006\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.9395 4.92004L14.9895 2.04004\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.50023 11V17C3.50023 20 4.97023 22 8.50023 22H15.5002C18.9702 22 20.5002 20 20.5002 17V15.83C20.5002 15.3 20.2902 14.79 19.9102 14.42L19.0802 13.59C18.7002 13.21 18.4902 12.71 18.4902 12.18V10C18.4902 9.45 18.9402 9 19.4902 9C20.0402 9 20.4902 8.55 20.4902 8V7C20.4902 4 18.9602 2 15.4902 2H8.49023C4.96023 2 3.49023 4 3.49023 7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"ram \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.50023 11V17C3.50023 20 4.97023 22 8.50023 22H15.5002C18.9702 22 20.5002 20 20.5002 17V15.83C20.5002 15.3 20.2902 14.79 19.9102 14.42L19.0802 13.59C18.7002 13.21 18.4902 12.71 18.4902 12.18V10C18.4902 9.45 18.9402 9 19.4902 9C20.0402 9 20.4902 8.55 20.4902 8V7C20.4902 4 18.9602 2 15.4902 2H8.49023C4.96023 2 3.49023 4 3.49023 7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.99047 21.97L7.98047 19C7.98047 17.89 8.87047 17 9.98047 17H13.9905C15.0905 17 15.9805 17.89 15.9905 18.99L16.0205 21.98\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.9707 7.78003H7.9707\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"ranking 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.67 14H4C2.9 14 2 14.9 2 16V22H8.67V14Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.3302 12C15.3302 10.9 14.4302 10 13.3302 10H10.6602C9.56016 10 8.66016 10.9 8.66016 12V22H15.3302V16\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.0001 17H15.3301V22H22.0001V19C22.0001 17.9 21.1001 17 20.0001 17Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.5202 2.07007L13.0502 3.13006C13.1202 3.28006 13.3102 3.42006 13.4702 3.44006L14.4302 3.60007C15.0402 3.70007 15.1902 4.15005 14.7502 4.58005L14.0002 5.33005C13.8702 5.46005 13.8002 5.70006 13.8402 5.87006L14.0502 6.79007C14.2202 7.52007 13.8302 7.80007 13.1902 7.42007L12.2902 6.89007C12.1302 6.79007 11.8602 6.79007 11.7002 6.89007L10.8002 7.42007C10.1602 7.80007 9.77023 7.52007 9.94023 6.79007L10.1502 5.87006C10.1902 5.70006 10.1202 5.45005 9.99023 5.33005L9.25023 4.59006C8.81023 4.15006 8.95023 3.71005 9.57023 3.61005L10.5302 3.45007C10.6902 3.42007 10.8802 3.28007 10.9502 3.14007L11.4802 2.08005C11.7702 1.50005 12.2302 1.50007 12.5202 2.07007Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"ranking \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.0597 21.91C15.7497 21.87 15.3897 21.74 14.9897 21.5L12.7497 20.17C12.3397 19.93 11.6797 19.93 11.2697 20.17L9.02974 21.5C7.41974 22.45 6.44974 21.74 6.86974 19.92L7.39974 17.61C7.49974 17.18 7.31975 16.57 7.00975 16.25L5.14974 14.39C4.04974 13.29 4.40974 12.18 5.93974 11.93L8.32973 11.53C8.72973 11.46 9.20976 11.11 9.38976 10.75L10.7097 8.10998C11.4297 6.67998 12.5997 6.67998 13.3097 8.10998L14.6297 10.75C14.8097 11.11 15.2897 11.47 15.6897 11.53L18.0797 11.93C19.6097 12.19 19.9697 13.29 18.8697 14.39L17.0098 16.25C16.6998 16.56 16.5197 17.17 16.6197 17.61\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 9V2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 9V2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 4V2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"receipt 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.5 7.04C20.5 3.01 19.56 2 15.78 2H8.22C4.44 2 3.5 3.01 3.5 7.04V18.3C3.5 20.96 4.96 21.59 6.73 19.69L6.74 19.68C7.56 18.81 8.81 18.88 9.52 19.83L10.53 21.18C11.34 22.25 12.65 22.25 13.46 21.18L14.47 19.83C15.19 18.87 16.44 18.8 17.26 19.68C19.04 21.58 20.49 20.95 20.49 18.29V11\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 7H16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 11H15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"receipt 2 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.5 7.04C20.5 3.01 19.56 2 15.78 2H8.22C4.44 2 3.5 3.01 3.5 7.04V18.3C3.5 20.96 4.96 21.59 6.73 19.69L6.74 19.68C7.56 18.81 8.81 18.88 9.52 19.83L10.53 21.18C11.34 22.25 12.65 22.25 13.46 21.18L14.47 19.83C15.19 18.87 16.44 18.8 17.26 19.68C19.04 21.58 20.49 20.95 20.49 18.29V11\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.7305 11H16.2305\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.7305 7H16.2305\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.09412 11H8.1031\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.09412 7H8.1031\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"receipt 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 7.04C3 5.52 3.14 4.44 3.5 3.67C3.5 3.66 3.50002 3.65 3.52002 3.64C4.09002 2.91 5.09998 3.09 6.22998 4.3L6.23999 4.31C7.05999 5.18 8.31002 5.11 9.02002 4.16L10.04 2.81C10.44 2.27 10.97 2 11.5 2C12.03 2 12.56 2.27 12.96 2.81L13.97 4.15C14.69 5.11 15.95 5.18 16.77 4.3C17.46 3.56 18.1 3.21 18.63 3.21C18.97 3.21 19.26 3.36 19.48 3.64C19.5 3.65 19.5 3.66 19.5 3.67C19.86 4.44 20 5.52 20 7.04V16.96C20 18.48 19.86 19.56 19.5 20.33C19.5 20.34 19.49 20.36 19.48 20.37C19.26 20.65 18.97 20.79 18.63 20.79C18.1 20.79 17.46 20.44 16.77 19.7C15.95 18.82 14.69 18.89 13.97 19.85L12.96 21.19C12.56 21.73 12.03 22 11.5 22C10.97 22 10.44 21.73 10.04 21.19L9.02002 19.84C8.31002 18.89 7.05999 18.82 6.23999 19.69L6.22998 19.7C5.09998 20.91 4.10002 21.09 3.52002 20.37C3.51002 20.36 3.5 20.34 3.5 20.33C3.14 19.56 3 18.48 3 16.96V10.97\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 10.25H16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 10.25H12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 13.75H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"receipt add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 6V8.42C22 10 21 11 19.42 11H16V4.01C16 2.9 16.91 2 18.02 2C19.11 2.01 20.11 2.45 20.83 3.17C21.55 3.9 22 4.9 22 6Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.1602 10H11.7502\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.25 10H8.64999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 12.75V7.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 11V21C2 21.83 2.94001 22.3 3.60001 21.8L5.31 20.52C5.71 20.22 6.27 20.26 6.63 20.62L8.28999 22.29C8.67999 22.68 9.32001 22.68 9.71001 22.29L11.39 20.61C11.74 20.26 12.3 20.22 12.69 20.52L14.4 21.8C15.06 22.29 16 21.82 16 21V4C16 2.9 16.9 2 18 2H7H6C3 2 2 3.79 2 6V7\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"receipt discount \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 6V8.42C22 10 21 11 19.42 11H16V4.01C16 2.9 16.91 2 18.02 2C19.11 2.01 20.11 2.45 20.83 3.17C21.55 3.9 22 4.9 22 6Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.9707 9.03002L11.7307 8.27002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.26953 13.73L8.48953 11.51L8.99953 11\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 11V21C2 21.83 2.94 22.3 3.6 21.8L5.31 20.52C5.71 20.22 6.27 20.26 6.63 20.62L8.29 22.29C8.68 22.68 9.32 22.68 9.71 22.29L11.39 20.61C11.74 20.26 12.3 20.22 12.69 20.52L14.4 21.8C15.06 22.29 16 21.82 16 21V4C16 2.9 16.9 2 18 2H7H6C3 2 2 3.79 2 6V7\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9242 13.5H11.9332\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.19373 8.5H6.20271\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"receipt disscount \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.5 7.04C20.5 3.01 19.56 2 15.78 2H8.22C4.44 2 3.5 3.01 3.5 7.04V18.3C3.5 20.96 4.96 21.59 6.73 19.69L6.74 19.68C7.56 18.81 8.81 18.88 9.52 19.83L10.53 21.18C11.34 22.25 12.65 22.25 13.46 21.18L14.47 19.83C15.19 18.87 16.44 18.8 17.26 19.68C19.04 21.58 20.49 20.95 20.49 18.29V11.02\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.63086 13.8001L15.3609 7.07007\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 13L15 7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.9945 13H15.0035\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.99451 7.5H9.00349\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"receipt edit \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.5 11V18.3C3.5 20.96 4.96001 21.59 6.73001 19.69L6.73999 19.68C7.55999 18.81 8.80999 18.88 9.51999 19.83L10.53 21.18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.5 11.3V7.04001C20.5 3.01001 19.56 2 15.78 2H8.22C4.44 2 3.5 3.01001 3.5 7.04001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 7H12.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 7H17\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 11H15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.2091 14.77L14.6691 18.31C14.5291 18.45 14.3991 18.71 14.3691 18.9L14.1791 20.25C14.1091 20.74 14.4491 21.0801 14.9391 21.0101L16.2891 20.82C16.4791 20.79 16.7491 20.66 16.8791 20.52L20.4191 16.9801C21.0291 16.3701 21.3191 15.6601 20.4191 14.7601C19.5291 13.8701 18.8191 14.16 18.2091 14.77Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.6992 15.28C17.9992 16.36 18.8392 17.2 19.9192 17.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"receipt item \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 6V8.42C22 10 21 11 19.42 11H16V4.01C16 2.9 16.91 2 18.02 2C19.11 2.01 20.11 2.45 20.83 3.17C21.55 3.9 22 4.9 22 6Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 13.0098H12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 9.00977H12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 11V21C2 21.83 2.94 22.3 3.6 21.8L5.31 20.52C5.71 20.22 6.27 20.26 6.63 20.62L8.29 22.29C8.68 22.68 9.32 22.68 9.71 22.29L11.39 20.61C11.74 20.26 12.3 20.22 12.69 20.52L14.4 21.8C15.06 22.29 16 21.82 16 21V4C16 2.9 16.9 2 18 2H7H6C3 2 2 3.79 2 6V7\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.99609 13H6.00508\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.99451 9H6.00349\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"receipt minus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 6V8.42C22 10 21 11 19.42 11H16V4.01C16 2.9 16.91 2 18.02 2C19.11 2.01 20.11 2.45 20.83 3.17C21.55 3.9 22 4.9 22 6Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.1602 10H11.7502\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.25 10H8.65\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 11V21C2 21.83 2.94 22.3 3.6 21.8L5.31 20.52C5.71 20.22 6.27 20.26 6.63 20.62L8.29 22.29C8.68 22.68 9.32 22.68 9.71 22.29L11.39 20.61C11.74 20.26 12.3 20.22 12.69 20.52L14.4 21.8C15.06 22.29 16 21.82 16 21V4C16 2.9 16.9 2 18 2H7H6C3 2 2 3.79 2 6V7\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"receipt search \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.5 11V18.3C3.5 20.96 4.96001 21.59 6.73001 19.69L6.73999 19.68C7.55999 18.81 8.80999 18.88 9.51999 19.83L10.53 21.18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.5 11.3V7.04001C20.5 3.01001 19.56 2 15.78 2H8.22C4.44 2 3.5 3.01001 3.5 7.04001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.2 21.4C19.9673 21.4 21.4 19.9673 21.4 18.2C21.4 16.4327 19.9673 15 18.2 15C16.4327 15 15 16.4327 15 18.2C15 19.9673 16.4327 21.4 18.2 21.4Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 22L21 21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 7H16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 11H15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"receipt square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 12.94V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.9998 13.0401V15.7001C16.9998 17.2701 16.1398 17.6401 15.0998 16.5201C14.6198 16.0101 13.8797 16.0501 13.4597 16.6101L12.8597 17.4101C12.3897 18.0401 11.6098 18.0401 11.1398 17.4101L10.5497 16.6201C10.1297 16.0601 9.38976 16.0201 8.90976 16.5301C7.85976 17.6501 7.00977 17.2801 7.00977 15.7101V9.08012C7.00977 6.71012 7.56976 6.12012 9.78976 6.12012H14.2298C16.4498 6.12012 17.0098 6.71012 17.0098 9.08012\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"receipt text \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 11V21C2 21.83 2.93998 22.3 3.59998 21.8L5.31 20.52C5.71 20.22 6.27 20.26 6.63 20.62L8.28998 22.29C8.67998 22.68 9.32002 22.68 9.71002 22.29L11.39 20.61C11.74 20.26 12.3 20.22 12.69 20.52L14.4 21.8C15.06 22.29 16 21.82 16 21V4C16 2.9 16.9 2 18 2H7H6C3 2 2 3.79 2 6V7\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 6V8.42C22 10 21 11 19.42 11H16V4.01C16 2.9 16.91 2 18.02 2C19.11 2.01 20.11 2.45 20.83 3.17C21.55 3.9 22 4.9 22 6Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.9805 9H12.0005\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 9H7.96002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.75 13H11.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"receipt \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 6V8.42C22 10 21 11 19.42 11H16V4.01C16 2.9 16.91 2 18.02 2C19.11 2.01 20.11 2.45 20.83 3.17C21.55 3.9 22 4.9 22 6Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 11V21C2 21.83 2.93998 22.3 3.59998 21.8L5.31 20.52C5.71 20.22 6.27 20.26 6.63 20.62L8.28998 22.29C8.67998 22.68 9.32002 22.68 9.71002 22.29L11.39 20.61C11.74 20.26 12.3 20.22 12.69 20.52L14.4 21.8C15.06 22.29 16 21.82 16 21V4C16 2.9 16.9 2 18 2H7H6C3 2 2 3.79 2 6V7\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"receive square 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 13.05V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.5898 13.3398H14.8298V9.09985\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.8299 13.3399L9.16992 7.67993\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 16.51C9.89 17.81 14.11 17.81 18 16.51\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"receive square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 13.05V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 11.51L12 14.51L15 11.51\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 14.51V6.51001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 16.51C9.89 17.81 14.11 17.81 18 16.51\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"received \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.5898 5.91L18.9998 3.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 17.5001L13.38 9.12012\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 7.22998V17.5H15.27\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.5 22H20.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"record circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.2295 12C16.2295 9.66002 14.3395 7.77002 11.9995 7.77002C9.65953 7.77002 7.76953 9.66002 7.76953 12C7.76953 14.34 9.65953 16.23 11.9995 16.23C12.5695 16.23 13.1095 16.12 13.5995 15.92\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 6C2.75 7.67 2 9.75 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2C10.57 2 9.2 2.3 7.97 2.85\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"record \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.25 6.04C3.85 7.63 3 9.72 3 12C3 16.97 7.03 21 12 21C16.97 21 21 16.97 21 12C21 7.03 16.97 3 12 3C11.29 3 10.6 3.08 9.94 3.24\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"recovery convert \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.5293 15.9799C5.6993 17.7699 6.6393 18.4999 8.6893 18.4999H11.4193C13.6993 18.4999 14.6093 17.5899 14.6093 15.3099V12.5799C14.6093 10.3099 13.6993 9.3999 11.4193 9.3999H8.6893C6.6193 9.3999 5.6793 10.1499 5.5293 11.9999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.5004 8.68V11.41C18.5004 13.69 17.5904 14.6 15.3104 14.6H14.6004V12.58C14.6004 10.31 13.6904 9.4 11.4104 9.4H9.40039V8.68C9.40039 6.4 10.3104 5.5 12.5904 5.5H15.3204C17.5904 5.5 18.5004 6.41 18.5004 8.68Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 15C22 18.87 18.87 22 15 22L16.05 20.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 9C2 5.13 5.13 2 9 2L7.95 3.75\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"redo \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.0195 8.31006H19.8695\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.8691 18.3101H8.86914C6.10914 18.3101 3.86914 16.0701 3.86914 13.3101C3.86914 10.5501 6.10914 8.31006 8.86914 8.31006\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.5703 10.8099L20.1303 8.24994L17.5703 5.68994\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"refresh 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.01 19.99C16.34 21.25 14.25 22 12 22C6.48 22 3.11 16.44 3.11 16.44M3.11 16.44H7.63M3.11 16.44V21.44M22 12C22 13.82 21.51 15.53 20.66 17M6.03 3.97C7.69 2.73 9.75 2 12 2C18.67 2 22 7.56 22 7.56M22 7.56V2.56M22 7.56H17.56M2 12C2 10.18 2.48 8.47 3.33 7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"refresh circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.00977 14.5099C8.18977 14.8099 8.40976 15.09 8.65976 15.34C10.4998 17.18 13.4898 17.18 15.3398 15.34C16.0898 14.59 16.5198 13.6399 16.6598 12.6699\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.33984 11.3301C7.47984 10.3501 7.90985 9.41003 8.65985 8.66003C10.4999 6.82003 13.4898 6.82003 15.3398 8.66003C15.5998 8.92003 15.8098 9.20005 15.9898 9.49005\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.82031 17.18V14.51H10.4903\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.1797 6.82007V9.49005H13.5098\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 6C2.75 7.67 2 9.75 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2C10.57 2 9.2 2.29998 7.97 2.84998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"refresh left square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.33 7.51001C10.83 7.36001 11.38 7.26001 12 7.26001C14.76 7.26001 17 9.50001 17 12.26C17 15.02 14.76 17.26 12 17.26C9.24 17.26 7 15.02 7 12.26C7 11.23 7.31 10.28 7.84 9.48001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.61914 7.64999L11.2791 5.73999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.61914 7.6499L11.5591 9.0699\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 14V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"refresh right square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.67 7.51001C13.17 7.36001 12.62 7.26001 12 7.26001C9.24 7.26001 7 9.50001 7 12.26C7 15.02 9.24 17.26 12 17.26C14.76 17.26 17 15.02 17 12.26C17 11.23 16.69 10.28 16.16 9.48001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.3807 7.64999L12.7207 5.73999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.3795 7.6499L12.4395 9.0699\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 14V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"refresh square 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.5 12C17.5 15.04 15.04 17.5 12 17.5C8.96 17.5 7.10999 14.44 7.10999 14.44M7.10999 14.44H9.59M7.10999 14.44V17.19M6.5 12C6.5 8.96 8.94 6.5 12 6.5C15.67 6.5 17.5 9.56 17.5 9.56M17.5 9.56V6.81M17.5 9.56H15.06\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 14V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"refresh \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.55 21.67C18.84 20.54 22 16.64 22 12C22 6.48 17.56 2 12 2C5.33 2 2 7.56 2 7.56M2 7.56V3M2 7.56H4.01H6.44\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 12C2 17.52 6.48 22 12 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"3 3\"/>\n</svg>\n</li><li title=\"repeat circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.5 8.33984H14.9C15.79 8.33984 16.5 9.05982 16.5 9.93982V11.7098\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.19 6.65991L7.5 8.33997L9.19 10.03\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.5 15.66H9.10001C8.21001 15.66 7.5 14.9401 7.5 14.0601V12.29\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.8105 17.34L16.5005 15.66L14.8105 13.97\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 6C2.75 7.67 2 9.75 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2C10.57 2 9.2 2.29998 7.97 2.84998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"repeat \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.4199 5.15991C19.0799 5.15991 20.4199 6.49991 20.4199 8.15991V11.4799\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.58008 5.15991H12.9901\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.74008 2L3.58008 5.15997L6.74008 8.32001\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.4201 18.84H6.58008C4.92008 18.84 3.58008 17.5 3.58008 15.84V12.52\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.2598 21.9999L20.4198 18.84L17.2598 15.6799\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"repeate music \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.0005 21.0001L7.56055 18.66L15.5105 18.6801C19.0805 18.6801 22.0105 15.75 22.0105 12.16C22.0105 10.37 21.2806 8.74006 20.1006 7.56006\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 12H15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.56055 4.97998C4.99055 4.97998 2.06055 7.91 2.06055 11.5C2.06055 13.29 2.79055 14.92 3.97055 16.1\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.0602 2.65991L16.5002 4.99994L12.9902 4.98993\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"repeate one \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.5 5.32007C4.93 5.32007 2 8.25009 2 11.8401C2 13.6301 2.73 15.2601 3.91 16.4401\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.9997 3L16.4397 5.34003L12.9297 5.33002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.0005 21.0001L7.56055 18.66L15.5106 18.6801C19.0806 18.6801 22.0106 15.75 22.0106 12.16C22.0106 10.37 21.2806 8.74006 20.1006 7.56006\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.25 14.67V9.33008L10.75 11.0001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"reserve \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.9707 22H4.9707C1.9707 22 1.9707 20.65 1.9707 19V18C1.9707 17.45 2.4207 17 2.9707 17H20.9707C21.5207 17 21.9707 17.45 21.9707 18V19C21.9707 20.65 21.9707 22 18.9707 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.61953 8.56C5.75953 6.86 7.52953 5.62 9.58953 5.18C10.1295 5.06 10.6895 5 11.2695 5H12.7195C13.2995 5 13.8695 5.06 14.4095 5.18C18.0195 5.96 20.7195 9.16 20.7195 13V17H3.26953V13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.5 4.5C14.5 4.74 14.47 4.96 14.41 5.18C13.87 5.06 13.3 5 12.72 5H11.27C10.69 5 10.13 5.06 9.59 5.18C9.53 4.96 9.5 4.74 9.5 4.5C9.5 3.12 10.62 2 12 2C13.38 2 14.5 3.12 14.5 4.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 11H9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"rotate left 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 16.75C2 20.5 3.5 22 7.25 22H11.75C15.5 22 17 20.5 17 16.75V12.25C17 8.5 15.5 7 11.75 7H7.25C3.5 7 2 8.5 2 12.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 9C22 5.13 18.87 2 15 2L16.05 3.75\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"rotate left \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.6701 13.3299C20.6701 18.1199 16.7901 21.9999 12.0001 21.9999C7.21008 21.9999 3.33008 18.1199 3.33008 13.3299C3.33008 11.5499 3.87008 9.8899 4.79008 8.5099M9.11008 5.0799C9.98008 4.8199 10.9401 4.6499 12.0001 4.6499C15.2101 4.6499 18.0201 6.3999 19.5101 8.9899\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.86914 5.32L10.7591 2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.86914 5.32007L11.2391 7.78007\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"rotate right 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 16.75C22 20.5 20.5 22 16.75 22H12.25C8.5 22 7 20.5 7 16.75V12.25C7 8.5 8.5 7 12.25 7H16.75C20.5 7 22 8.5 22 12.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 9C2 5.13 5.13 2 9 2L7.95 3.75\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"rotate right \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.33008 13.3299C3.33008 18.1199 7.21008 21.9999 12.0001 21.9999C16.7901 21.9999 20.6701 18.1199 20.6701 13.3299C20.6701 11.5499 20.1301 9.8899 19.2101 8.5099M14.8901 5.0799C14.0201 4.8199 13.0601 4.6499 12.0001 4.6499C8.79008 4.6499 5.98008 6.3999 4.49008 8.9899\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.1302 5.32L12.2402 2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.1298 5.32007L11.7598 7.78007\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"route square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 13.05V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.3509 9.05004L15.0109 16.59C14.4509 18.38 11.9409 18.41 11.3509 16.63L10.651 14.56C10.461 13.99 10.0109 13.53 9.44095 13.35L7.36095 12.65C5.59095 12.06 5.62095 9.53004 7.41095 8.99004L14.951 6.64003C16.431 6.19003 17.8209 7.58004 17.3509 9.05004Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"routing 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.4707 9C7.4037 9 8.9707 7.433 8.9707 5.5C8.9707 3.567 7.4037 2 5.4707 2C3.53771 2 1.9707 3.567 1.9707 5.5C1.9707 7.433 3.53771 9 5.4707 9Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M19.9707 22H16.9707C15.8707 22 14.9707 21.1 14.9707 20V17C14.9707 15.9 15.8707 15 16.9707 15H19.9707C21.0707 15 21.9707 15.9 21.9707 17V19\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.0017 5H14.6817C16.5317 5 17.3917 7.29 16.0017 8.51L8.01165 15.5C6.62165 16.71 7.48165 19 9.32165 19H12.0017\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.48768 5.5H5.49924\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.4877 18.5H18.4992\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"routing \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.94003 9.41988C6.12003 10.1999 4.83003 10.1899 4.01003 9.41988C2.89003 8.34988 1.60002 6.62988 2.07002 4.59988C2.87002 1.13988 8.08003 1.13988 8.87003 4.59988C8.99003 5.08988 9.00002 5.54988 8.94002 5.99988\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.07 16.5999C15.87 13.1399 21.11 13.1399 21.91 16.5999C22.38 18.6299 21.09 20.3499 19.96 21.4199C19.14 22.1999 17.84 22.1899 17.02 21.4199C15.89 20.3499 14.6 18.6299 15.07 16.5999Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M11.9997 5H14.6797C16.5297 5 17.3897 7.29 15.9997 8.51L8.0097 15.5C6.6197 16.71 7.4797 19 9.3197 19H11.9997\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9997 5H14.6797C16.5297 5 17.3897 7.29 15.9997 8.51L8.0097 15.5C6.6197 16.71 7.4797 19 9.3197 19H11.9997\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.48573 5.5H5.49728\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.4857 17.5H18.4973\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"row horizontal \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.27 22C9.86 22 10.5 21.4 10.5 19.9V4.1C10.5 2.6 9.86 2 8.27 2H4.23C2.64 2 2 2.6 2 4.1V19.9C2 21.4 2.64 22 4.23 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.73 2C14.14 2 13.5 2.6 13.5 4.1V19.9C13.5 21.4 14.14 22 15.73 22H19.77C21.36 22 22 21.4 22 19.9V4.1C22 2.6 21.36 2 19.77 2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"row vertical \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 19.77C2 21.36 2.6 22 4.1 22H19.9C21.4 22 22 21.36 22 19.77V15.73C22 14.14 21.4 13.5 19.9 13.5H4.1C2.6 13.5 2 14.14 2 15.73\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 4.23C22 2.64 21.4 2 19.9 2H4.1C2.6 2 2 2.64 2 4.23V8.27C2 9.86 2.6 10.5 4.1 10.5H19.9C21.4 10.5 22 9.86 22 8.27\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"ruler&pen \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.4707 2C12.4707 2 11.4707 3 11.4707 5V19C11.4707 21 12.4707 22 14.4707 22H18.4707C20.4707 22 21.4707 21 21.4707 19V5C21.4707 3 20.4707 2 18.4707 2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M11.4707 6H16.4707\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M11.4707 18H15.4707\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M11.4707 13.95L16.4707 14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M11.4707 10H14.4707\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M2.5293 9.02V4.95C2.5293 3.33 3.8593 2 5.4893 2C7.1093 2 8.4393 3.33 8.4393 4.95V17.91C8.4393 18.36 8.2493 19.04 8.0193 19.43L7.1993 20.79C6.2593 22.36 4.7093 22.36 3.7693 20.79L2.9493 19.43C2.7193 19.04 2.5293 18.36 2.5293 17.91V13.95\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M8.4393 7H2.5293\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n</svg>\n</li><li title=\"ruler \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 10C22 8 21 7 19 7H5C3 7 2 8 2 10V14C2 16 3 17 5 17H19C21 17 22 16 22 14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M18 7V12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M6 7V11\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M10.05 7L10 12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M14 7V10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n</svg>\n</li><li title=\"safe home \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22.9998 17.5601V15.37C22.9998 14.95 22.6898 14.49 22.3098 14.33L20.5198 13.6L19.5198 13.1899C18.8898 12.9399 18.1898 12.9399 17.5598 13.1899L14.7798 14.33C14.3998 14.49 14.0898 14.95 14.0898 15.37V17.5601C14.0898 18.8101 14.5498 20.02 15.3398 21C16.0698 21.93 17.1099 22.65 18.2899 22.97C18.4499 23.01 18.6298 23.01 18.7998 22.97C19.7898 22.7 20.6698 22.1499 21.3598 21.4399\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.0293 11.0101C1.8693 10.0801 2.33929 8.83004 3.07929 8.24004L9.65931 2.98003C10.6693 2.17003 12.3093 2.17004 13.3193 2.99004L19.8993 8.24004C20.6293 8.83004 21.1093 10.0801 20.9493 11.0101L20.5193 13.6L19.5193 13.19C18.8893 12.94 18.1893 12.94 17.5593 13.19L14.7793 14.33C14.3993 14.49 14.0893 14.95 14.0893 15.37V17.5601C14.0893 18.8101 14.5493 20.02 15.3393 21H6.1793C4.8093 21 3.51931 19.9101 3.28931 18.5601L2.7393 15.24\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"sagittarius \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 3H21V12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.03003 15.97L3 21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.0002 3L10.9102 13.09\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.59961 6.6001L17.3997 17.4001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"save 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 5.10999V16.47C22 17.92 20.96 18.53 19.69 17.83L16 15.77V8.98999C16 7.27999 14.6 5.88 12.89 5.88H8V5.10999C8 3.39999 9.39999 2 11.11 2H18.89C20.6 2 22 3.39999 22 5.10999Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 20.3499C2 21.7999 3.04 22.4099 4.31 21.7099L8.23999 19.5199C8.65999 19.2899 9.34001 19.2899 9.76001 19.5199L13.69 21.7099C14.96 22.4099 16 21.7999 16 20.3499V8.98987C16 7.27987 14.6 5.87988 12.89 5.87988H5.10999C3.39999 5.87988 2 7.27987 2 8.98987V15.5099\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"save add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 5.10999V16.47C22 17.92 20.96 18.53 19.69 17.83L16 15.77V8.98999C16 7.27999 14.6 5.88 12.89 5.88H8V5.10999C8 3.39999 9.39999 2 11.11 2H18.89C20.6 2 22 3.39999 22 5.10999Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 12H11\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 14V10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 20.3499C2 21.7999 3.04 22.4099 4.31 21.7099L8.23999 19.5199C8.65999 19.2899 9.34001 19.2899 9.76001 19.5199L13.69 21.7099C14.96 22.4099 16 21.7999 16 20.3499V8.98987C16 7.27987 14.6 5.87988 12.89 5.87988H5.10999C3.39999 5.87988 2 7.27987 2 8.98987V15.5099\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"save minus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 20.3499C2 21.7999 3.04 22.4099 4.31 21.7099L8.23999 19.5199C8.65999 19.2899 9.34001 19.2899 9.76001 19.5199L13.69 21.7099C14.96 22.4099 16 21.7999 16 20.3499V8.98987C16 7.27987 14.6 5.87988 12.89 5.87988H5.10999C3.39999 5.87988 2 7.27987 2 8.98987V15.5099\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 5.10999V16.47C22 17.92 20.96 18.53 19.69 17.83L16 15.77V8.98999C16 7.27999 14.6 5.88 12.89 5.88H8V5.10999C8 3.39999 9.39999 2 11.11 2H18.89C20.6 2 22 3.39999 22 5.10999Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 12H11\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"save remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 20.3499C2 21.7999 3.04 22.4099 4.31 21.7099L8.24 19.5199C8.66 19.2899 9.34 19.2899 9.76 19.5199L13.69 21.7099C14.96 22.4099 16 21.7999 16 20.3499V8.98987C16 7.27987 14.6 5.87988 12.89 5.87988H5.11C3.4 5.87988 2 7.27987 2 8.98987V16.5699\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.58984 13.4101L10.4098 10.5901\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.4098 13.4101L7.58984 10.5901\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 5.10999V16.47C22 17.92 20.96 18.53 19.69 17.83L16 15.77V8.98999C16 7.27999 14.6 5.88 12.89 5.88H8V5.10999C8 3.39999 9.4 2 11.11 2H18.89C20.6 2 22 3.39999 22 5.10999Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"scan barcode \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 9V6.5C2 4.01 4.01 2 6.5 2H9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 2H17.5C19.99 2 22 4.01 22 6.5V9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 16V17.5C22 19.99 19.99 22 17.5 22H16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 22H6.5C4.01 22 2 19.99 2 17.5V15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.5 7V9C10.5 10 10 10.5 9 10.5H7C6 10.5 5.5 10 5.5 9V7C5.5 6 6 5.5 7 5.5H9C10 5.5 10.5 6 10.5 7Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.5 9V7C13.5 6 14 5.5 15 5.5H17C18 5.5 18.5 6 18.5 7V9C18.5 10 18 10.5 17 10.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 13.5H9C10 13.5 10.5 14 10.5 15V17C10.5 18 10 18.5 9 18.5H7C6 18.5 5.5 18 5.5 17\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.5 15V17C18.5 18 18 18.5 17 18.5H15C14 18.5 13.5 18 13.5 17V15C13.5 14 14 13.5 15 13.5H17C18 13.5 18.5 14 18.5 15Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"scan \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 9V6.5C2 4.01 4.01 2 6.5 2H9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 2H17.5C19.99 2 22 4.01 22 6.5V9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 16V17.5C22 19.99 19.99 22 17.5 22H16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 22H6.5C4.01 22 2 19.99 2 17.5V15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 9.5V14.5C17 16.5 16 17.5 14 17.5H10C8 17.5 7 16.5 7 14.5V9.5C7 7.5 8 6.5 10 6.5H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 12H5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"scanner \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.0293 2H16.9993C19.9993 2 21.9993 4 21.9993 7V9\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 9V7C2 4 4 2 7 2\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 15V17C2 20 4 22 7 22H17C20 22 22 20 22 17V15\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 12H8\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 12H22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"scanning \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 9V6.5C2 4.01 4.01 2 6.5 2H9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 2H17.5C19.99 2 22 4.01 22 6.5V9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 16V17.5C22 19.99 19.99 22 17.5 22H16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 22H6.5C4.01 22 2 19.99 2 17.5V15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 8.5C11 9.88 9.88 11 8.5 11C7.12 11 6 9.88 6 8.5C6 7.12 7.12 6 8.5 6\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.5 18C8.32843 18 9 17.3284 9 16.5C9 15.6716 8.32843 15 7.5 15C6.67157 15 6 15.6716 6 16.5C6 17.3284 6.67157 18 7.5 18Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.5 9C17.3284 9 18 8.32843 18 7.5C18 6.67157 17.3284 6 16.5 6C15.6716 6 15 6.67157 15 7.5C15 8.32843 15.6716 9 16.5 9Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 15.5C13 14.81 13.28 14.18 13.73 13.73C14.18 13.28 14.81 13 15.5 13C16.88 13 18 14.12 18 15.5C18 16.88 16.88 18 15.5 18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"scissor 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.5 3C7.43 3 9 4.57 9 6.5C9 8.43 7.43 10 5.5 10C3.57 10 2 8.43 2 6.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.5 21C7.433 21 9 19.433 9 17.5C9 15.567 7.433 14 5.5 14C3.567 14 2 15.567 2 17.5C2 19.433 3.567 21 5.5 21Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22.0004 6L8.65039 15.98\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22.0004 17.97L8.65039 7.97998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"scissor \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 12.94V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.41998 10.9001C9.48037 10.9001 10.34 10.0404 10.34 8.98006C10.34 7.91967 9.48037 7.06006 8.41998 7.06006C7.3596 7.06006 6.5 7.91967 6.5 8.98006C6.5 10.0404 7.3596 10.9001 8.41998 10.9001Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.41998 16.9401C9.48037 16.9401 10.34 16.0805 10.34 15.0201C10.34 13.9597 9.48037 13.1001 8.41998 13.1001C7.3596 13.1001 6.5 13.9597 6.5 15.0201C6.5 16.0805 7.3596 16.9401 8.41998 16.9401Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.5002 8.69995L10.1602 14.19\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.5002 15.28L10.1602 9.79004\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"screenmirroring \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 12.98V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.6 18.5H16.4C17.9 18.5 18.5 17.9 18.5 16.4V14.6C18.5 13.1 17.9 12.5 16.4 12.5H12.6C11.1 12.5 10.5 13.1 10.5 14.6V16.4C10.5 17.9 11.1 18.5 12.6 18.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"scroll \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 12.97V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.60008 8.96997L7.11008 11.46C6.82008 11.75 6.82008 12.24 7.11008 12.53L9.60008 15.02\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.4004 8.96997L16.8904 11.46C17.1804 11.75 17.1804 12.24 16.8904 12.53L14.4004 15.02\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"search favorite 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 11C2 6.03 6.03 2 11 2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.9999 11C19.9999 15.97 15.9699 20 10.9999 20C7.45992 20 4.38992 17.95 2.91992 14.97\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.4999 6.13008C13.1499 5.03008 13.5599 3.66008 14.7199 3.29008C15.3299 3.09008 16.0799 3.26008 16.5099 3.85008C16.9099 3.24008 17.6899 3.10008 18.2899 3.29008C19.4499 3.66008 19.8599 5.03008 19.5099 6.13008C18.9599 7.88008 17.0399 8.79008 16.5099 8.79008C15.9699 8.79008 14.0699 7.90008 13.4999 6.13008Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.071 20.97C19.601 22.57 20.811 22.73 21.741 21.33C22.601 20.05 22.041 19 20.501 19C19.351 19 18.711 19.89 19.071 20.97Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"search favorite \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 11.5C2 6.25 6.25 2 11.5 2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.0007 11.5C21.0007 16.75 16.7507 21 11.5007 21C7.7607 21 4.5207 18.84 2.9707 15.69\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 22L20 20\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.4999 6.13008C14.1499 5.03008 14.5599 3.66008 15.7199 3.29008C16.3299 3.09008 17.0799 3.26008 17.5099 3.85008C17.9099 3.24008 18.6899 3.10008 19.2899 3.29008C20.4499 3.66008 20.8599 5.03008 20.5099 6.13008C19.9599 7.88008 18.0399 8.79008 17.5099 8.79008C16.9699 8.79008 15.0699 7.90008 14.4999 6.13008Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"search normal 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.5 2C16.75 2 21 6.25 21 11.5C21 16.75 16.75 21 11.5 21C6.25 21 2 16.75 2 11.5C2 7.8 4.11 4.6 7.2 3.03\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 22L20 20\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"search normal \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11 2C15.97 2 20 6.03 20 11C20 15.97 15.97 20 11 20C6.03 20 2 15.97 2 11C2 7.5 4 4.46 6.93 2.97\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.071 20.97C19.601 22.57 20.811 22.73 21.741 21.33C22.601 20.05 22.041 19 20.501 19C19.351 19 18.711 19.89 19.071 20.97Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"search status 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 11C2 6.03 6.03 2 11 2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.9999 11C19.9999 15.97 15.9699 20 10.9999 20C7.45992 20 4.38992 17.95 2.91992 14.97\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 5H20\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 8H17\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.071 20.97C19.601 22.57 20.811 22.73 21.741 21.33C22.601 20.05 22.041 19 20.501 19C19.351 19 18.711 19.89 19.071 20.97Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"search status \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 11.5C2 6.25 6.25 2 11.5 2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.0007 11.5C21.0007 16.75 16.7507 21 11.5007 21C7.7607 21 4.5207 18.84 2.9707 15.69\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 5H20\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 8H17\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 22L20 20\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"search zoom in 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.19922 11.7H14.1992\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.6992 14.2V9.19995\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.5 2C16.75 2 21 6.25 21 11.5C21 16.75 16.75 21 11.5 21C6.25 21 2 16.75 2 11.5C2 7.8 4.11 4.6 7.2 3.03\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 22L20 20\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"search zoom in \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.5 11H13.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 13.5V8.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 2C15.97 2 20 6.03 20 11C20 15.97 15.97 20 11 20C6.03 20 2 15.97 2 11C2 7.5 4 4.46 6.93 2.97\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.071 20.97C19.601 22.57 20.811 22.73 21.741 21.33C22.601 20.05 22.041 19 20.501 19C19.351 19 18.711 19.89 19.071 20.97Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"search zoom out 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 11.7H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.5 2C16.75 2 21 6.25 21 11.5C21 16.75 16.75 21 11.5 21C6.25 21 2 16.75 2 11.5C2 7.8 4.11 4.6 7.2 3.03\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 22L20 20\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"search zoom out \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.5 11H13.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 2C15.97 2 20 6.03 20 11C20 15.97 15.97 20 11 20C6.03 20 2 15.97 2 11C2 7.5 4 4.46 6.93 2.97\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.071 20.97C19.601 22.57 20.811 22.73 21.741 21.33C22.601 20.05 22.041 19 20.501 19C19.351 19 18.711 19.89 19.071 20.97Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"security card \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2.00023 7.14012C2.00023 5.92012 2.93024 4.57012 4.07024 4.14012L9.05023 2.2701C9.87023 1.9601 11.2302 1.9601 12.0502 2.2701L17.0202 4.14012C17.9702 4.50012 18.7802 5.5001 19.0302 6.5201H11.7302C11.5102 6.5201 11.3102 6.53011 11.1202 6.53011C9.27022 6.64011 8.79022 7.31012 8.79022 9.42012V14.8501C8.79022 17.1601 9.38022 17.7501 11.7302 17.7501H17.6502C17.5602 17.8301 17.4702 17.9001 17.3802 17.9801L13.1102 21.1801C11.7002 22.2301 9.40022 22.2301 7.98022 21.1801L3.70023 17.9801C2.76023 17.2801 1.99023 15.7301 1.99023 14.5601V11.2401\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.80078 11.2202H22.0008\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22.0008 9.42026V14.9702C21.9808 17.1902 21.3708 17.7402 19.0608 17.7402H11.7408C9.39078 17.7402 8.80078 17.1502 8.80078 14.8402V9.41025C8.80078 7.31025 9.28078 6.64023 11.1308 6.52023C11.3208 6.52023 11.5208 6.51025 11.7408 6.51025H19.0608C21.4108 6.52025 22.0008 7.10026 22.0008 9.42026Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.3203 15.2603H12.6503\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.75 15.2603H18.02\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"security safe \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.08984 6.73003C3.08984 5.91003 3.70986 4.98004 4.47986 4.67004L10.0498 2.39007C11.2998 1.88007 12.7098 1.88007 13.9598 2.39007L19.5298 4.67004C20.2898 4.98004 20.9199 5.91003 20.9199 6.73003V11.12C20.9199 16.01 17.3698 20.59 12.5198 21.93C12.1898 22.02 11.8298 22.02 11.4998 21.93C6.64985 20.59 3.09985 16.01 3.09985 11.12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 12.5C13.1046 12.5 14 11.6046 14 10.5C14 9.39543 13.1046 8.5 12 8.5C10.8954 8.5 10 9.39543 10 10.5C10 11.6046 10.8954 12.5 12 12.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 12.5V15.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"security time \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.41016 11.3701V14.5501C3.41016 15.7301 4.19017 17.2801 5.14017 17.9901L9.44016 21.2001C10.8502 22.2601 13.1701 22.2601 14.5801 21.2001L18.8802 17.9901C19.8302 17.2801 20.6101 15.7301 20.6101 14.5501V7.12006C20.6101 5.89006 19.6701 4.53006 18.5201 4.10006L13.5302 2.23006C12.7002 1.92006 11.3402 1.92006 10.5102 2.23006L5.52014 4.10006C4.37014 4.53006 3.43015 5.89006 3.43015 7.12006\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 11.5C16 9.29 14.21 7.5 12 7.5C9.79 7.5 8 9.29 8 11.5C8 13.71 9.79 15.5 12 15.5C12.71 15.5 13.37 15.32 13.95 14.99\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.25 10.25V11.18C12.25 11.53 12.07 11.86 11.76 12.04L11 12.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"security user \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.8699 18C19.8199 17.29 20.5999 15.74 20.5999 14.56V7.12996C20.5999 5.89996 19.6599 4.53994 18.5099 4.10994L13.5199 2.23995C12.6899 1.92995 11.3299 1.92995 10.4999 2.23995L5.50992 4.10994C4.35992 4.53994 3.41992 5.89996 3.41992 7.12996V14.56C3.41992 15.74 4.1999 17.29 5.1499 18L9.44992 21.2099C10.8599 22.2699 13.1799 22.2699 14.5899 21.2099L15.3299 20.65\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9997 10.92C11.9597 10.92 11.9097 10.92 11.8697 10.92C10.9297 10.89 10.1797 10.11 10.1797 9.16003C10.1797 8.19003 10.9697 7.40002 11.9397 7.40002C12.9097 7.40002 13.6997 8.19003 13.6997 9.16003C13.6897 10.12 12.9397 10.89 11.9997 10.92Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.0091 13.7201C9.04906 14.3601 9.04906 15.4101 10.0091 16.0501C11.0991 16.7801 12.8891 16.7801 13.9791 16.0501C14.9391 15.4101 14.9391 14.3601 13.9791 13.7201C12.8991 12.9901 11.1091 12.9901 10.0091 13.7201Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"security \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.08984 6.60992C3.08984 5.78992 3.70986 4.85992 4.47986 4.54992L10.0498 2.26995C11.2998 1.75995 12.7098 1.75995 13.9598 2.26995L19.5298 4.54992C20.2898 4.85992 20.9199 5.78992 20.9199 6.60992V10.9999C20.9199 15.8899 17.3698 20.4699 12.5198 21.8099C12.1898 21.8999 11.8298 21.8999 11.4998 21.8099C6.64985 20.4699 3.09985 15.8899 3.09985 10.9999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"send 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.0693 8.50989C21.9093 10.4299 21.9093 13.5699 18.0693 15.4899L9.50929 19.7699C3.74929 22.6499 1.39929 20.2899 4.27929 14.5399L5.14929 12.8099C5.36929 12.3699 5.36929 11.6399 5.14929 11.1999L4.27929 9.45989C1.39929 3.70989 3.75929 1.34989 9.50929 4.22989L14.0193 6.48989\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.43945 12H10.8395\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"send 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.8897 3.48991C19.6997 2.21991 21.7697 4.29991 20.5097 8.10991L17.6797 16.5999C15.7797 22.3099 12.6597 22.3099 10.7597 16.5999L9.91969 14.0799L7.39969 13.2399C1.68969 11.3399 1.68969 8.22991 7.39969 6.31991L11.9997 4.78991\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.1094 13.6501L13.6894 10.0601\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"send sqaure 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 13.05V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.5898 7.67993H14.8298V11.9299\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.8299 7.67993L9.16992 13.3399\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 16.51C9.89 17.81 14.11 17.81 18 16.51\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"send square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 13.05V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 9.51001L12 6.51001L15 9.51001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 6.51001V14.51\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 16.51C9.89 17.81 14.11 17.81 18 16.51\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"send \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.41 5.91L5 3.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.9991 17.5001L10.6191 9.12012\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.0005 7.22998V17.5H8.73047\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.5 22H20.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"setting 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 12C15 10.34 13.66 9 12 9C10.34 9 9 10.34 9 12C9 13.66 10.34 15 12 15C12.41 15 12.81 14.92 13.17 14.76\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.88086 20.5801L7.97086 21.2101C8.76086 21.6801 9.78086 21.4001 10.2509 20.6101L10.3609 20.4201C11.2609 18.8501 12.7409 18.8501 13.6509 20.4201L13.7609 20.6101C14.2309 21.4001 15.2509 21.6801 16.0409 21.2101L17.7709 20.2201C18.6809 19.7001 18.9909 18.5301 18.4709 17.6301C17.5609 16.0601 18.3009 14.7801 20.1109 14.7801C21.1509 14.7801 22.0109 13.9301 22.0109 12.8801V11.1201C22.0109 10.0801 21.1609 9.22007 20.1109 9.22007C19.1009 9.22007 18.4209 8.82007 18.1809 8.19007C17.9909 7.70007 18.0709 7.06007 18.4709 6.37007C18.9909 5.46007 18.6809 4.30007 17.7709 3.78007L16.9609 3.32007\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.64 3.57994C12.74 5.14994 11.26 5.14994 10.35 3.57994L10.24 3.38994C9.78 2.59994 8.76 2.31994 7.97 2.78994L6.24 3.77994C5.33 4.29994 5.02 5.46994 5.54 6.37994C6.45 7.93994 5.71 9.21994 3.9 9.21994C2.86 9.21994 2 10.0699 2 11.1199V12.8799C2 13.9199 2.85 14.7799 3.9 14.7799C5.71 14.7799 6.45 16.0599 5.54 17.6299\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"setting 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 13.01V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5703 18.5001V14.6001\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5703 7.45V5.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.9805 10.05C12.9805 8.60995 14.1405 7.44995 15.5805 7.44995C17.0205 7.44995 18.1805 8.60995 18.1805 10.05C18.1805 11.49 17.0205 12.65 15.5805 12.65\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.42969 18.5V16.55\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.42969 9.4V5.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.43008 16.5501C9.86602 16.5501 11.0301 15.386 11.0301 13.9501C11.0301 12.5142 9.86602 11.3501 8.43008 11.3501C6.99414 11.3501 5.83008 12.5142 5.83008 13.9501C5.83008 15.386 6.99414 16.5501 8.43008 16.5501Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"setting 4 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 6.5H16\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 6.5H2\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.5 6.5C13.5 8.43 11.93 10 10 10C8.07 10 6.5 8.43 6.5 6.5C6.5 4.57 8.07 3 10 3C10.34 3 10.67 3.05 10.98 3.14\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 17.5H18\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 17.5H2\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 21C15.933 21 17.5 19.433 17.5 17.5C17.5 15.567 15.933 14 14 14C12.067 14 10.5 15.567 10.5 17.5C10.5 19.433 12.067 21 14 21Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"setting 5 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 18V11\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 22V21\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 18V11\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 22V21\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 7V2\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22V17\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 13V2\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 7V2\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 11H7\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 11H21\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 13H14\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"setting \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 13.0801V14.8801C3 17.0001 3 17.0001 5 18.3501L10.5 21.5301C11.33 22.0101 12.68 22.0101 13.5 21.5301L19 18.3501C21 17.0001 21 17.0001 21 14.8901V9.11011C21 7.00011 21 7.00011 19 5.65011L13.5 2.47011C12.68 1.99011 11.33 1.99011 10.5 2.47011L5 5.65011C3 7.00011 3 7.00011 3 9.11011\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 12C15 10.34 13.66 9 12 9C10.34 9 9 10.34 9 12C9 13.66 10.34 15 12 15C12.41 15 12.81 14.92 13.17 14.76\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"settings \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 7.5C9.51 7.5 7.5 9.51 7.5 12C7.5 14.49 9.51 16.5 12 16.5C14.49 16.5 16.5 14.49 16.5 12C16.5 11.31 16.34 10.65 16.07 10.07\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 12H7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 12H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"shapes 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M1.9707 12.25C1.9707 8.5 3.4707 7 7.2207 7H11.7207C15.4707 7 16.9707 8.5 16.9707 12.25V16.75C16.9707 20.5 15.4707 22 11.7207 22H7.2207C3.4707 22 1.9707 20.5 1.9707 16.75V16.01\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.97 7.5C21.97 10.37 19.78 12.72 16.97 12.97V12.25C16.97 8.5 15.47 7 11.72 7H11C11.25 4.19 13.6 2 16.47 2C19.26 2 21.56 4.07 21.91 6.77C21.95 7 21.97 7.25 21.97 7.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"shapes \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.81034 3.23994C7.72034 1.58994 10.1003 1.58994 11.0103 3.23994L13.2003 7.20994L14.2503 9.11995L15.5303 11.45C16.4103 13.05 15.2503 15 13.4303 15H4.40034C2.58034 15 1.42034 13.05 2.30034 11.45L4.63034 7.20994\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 15.5C22 19.09 19.09 22 15.5 22C11.91 22 9 19.09 9 15.5C9 15.33 9.01 15.17 9.02 15H13.43C15.25 15 16.41 13.05 15.53 11.45L14.25 9.12C14.65 9.04 15.07 9 15.5 9C19.09 9 22 11.91 22 15.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"share \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.9609 6.16992C18.9609 7.55992 20.3409 9.76992 20.6209 12.3199\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.49023 12.37C3.75023 9.82997 5.11023 7.61997 7.09023 6.21997\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.18945 20.9399C9.34945 21.5299 10.6695 21.8599 12.0595 21.8599C13.3995 21.8599 14.6595 21.5599 15.7895 21.0099\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.2793 4.91989C9.2793 6.44989 10.5193 7.69989 12.0593 7.69989C13.5993 7.69989 14.8393 6.45989 14.8393 4.91989C14.8393 3.37989 13.5993 2.13989 12.0593 2.13989\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.83078 19.9201C6.36613 19.9201 7.61078 18.6755 7.61078 17.1401C7.61078 15.6048 6.36613 14.3601 4.83078 14.3601C3.29543 14.3601 2.05078 15.6048 2.05078 17.1401C2.05078 18.6755 3.29543 19.9201 4.83078 19.9201Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.9409 17.1401C21.9409 15.6101 20.7009 14.3601 19.1609 14.3601C17.6209 14.3601 16.3809 15.6001 16.3809 17.1401C16.3809 18.6801 17.6209 19.9201 19.1609 19.9201\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"shield cross \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.1504 13.4399L9.90039 9.18994\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.0996 9.23999L9.84961 13.49\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.5902 7.12006C20.5902 5.89006 19.6502 4.53006 18.5002 4.10006L13.5102 2.23006C12.6802 1.92006 11.3202 1.92006 10.4902 2.23006L5.50016 4.11006C4.35016 4.54006 3.41016 5.90006 3.41016 7.12006V14.5501C3.41016 15.7301 4.19016 17.2801 5.14016 17.9901L9.44016 21.2001C10.8502 22.2601 13.1702 22.2601 14.5802 21.2001L18.8802 17.9901C19.8302 17.2801 20.6102 15.7301 20.6102 14.5501V11.0301\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"shield search \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.41016 11.02V14.56C3.41016 15.74 4.19016 17.29 5.14016 18L9.44016 21.21C10.1402 21.74 11.0702 22 12.0002 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.5902 10.5501V7.12006C20.5902 5.89006 19.6502 4.53006 18.5002 4.10006L13.5102 2.23006C12.6802 1.92006 11.3202 1.92006 10.4902 2.23006L5.50016 4.11006C4.35016 4.54006 3.41016 5.90006 3.41016 7.12006\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 16C20 18.21 18.21 20 16 20C13.79 20 12 18.21 12 16C12 15.27 12.19 14.59 12.53 14.01C13.22 12.81 14.51 12.01 15.99 12.01C16.6 12.01 17.17 12.15 17.69 12.39\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.9955 21H21.0045\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"shield slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.83984 20.02L9.42984 21.21C10.8398 22.27 13.1598 22.27 14.5698 21.21L18.8698 18C19.8198 17.29 20.5998 15.74 20.5998 14.56V7.12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.41016 11.04V14.56C3.41016 15.74 4.19016 17.29 5.14016 18L5.34016 18.15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.9802 4.34006C18.8302 4.25006 18.6702 4.17006 18.5102 4.10006L13.5202 2.23006C12.6902 1.92006 11.3302 1.92006 10.5002 2.23006L5.50016 4.11006C4.35016 4.54006 3.41016 5.90006 3.41016 7.12006\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 2L2 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"shield tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.05078 11.8701L10.6608 13.4801L14.9608 9.18005\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.5902 7.12006C20.5902 5.89006 19.6502 4.53006 18.5002 4.10006L13.5102 2.23006C12.6802 1.92006 11.3202 1.92006 10.4902 2.23006L5.50016 4.11006C4.35016 4.54006 3.41016 5.90006 3.41016 7.12006V14.5501C3.41016 15.7301 4.19016 17.2801 5.14016 17.9901L9.44016 21.2001C10.8502 22.2601 13.1702 22.2601 14.5802 21.2001L18.8802 17.9901C19.8302 17.2801 20.6102 15.7301 20.6102 14.5501V11.0301\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"ship \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.10973 20.4599C3.93973 19.4899 3.13974 18.1199 2.77974 16.5199L2.36974 14.6599C2.16974 13.7499 2.70973 12.7199 3.57973 12.3699L4.99974 11.7999L10.5098 9.58993C11.4698 9.20993 12.5297 9.20993 13.4897 9.58993L18.9997 11.7999L20.4198 12.3699C21.2898 12.7199 21.8297 13.7499 21.6297 14.6599L21.2197 16.5199C20.5097 19.7199 17.9997 21.9999 14.3797 21.9999H9.61974\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22V10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 8V11.8L13.49 9.59C12.53 9.21 11.47 9.21 10.51 9.59L5 11.8V8C5 6.35 6.35 5 8 5H16C17.65 5 19 6.35 19 8Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.5 5H9.5V3C9.5 2.45 9.95 2 10.5 2H13.5C14.05 2 14.5 2.45 14.5 3V5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"shop add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.03906 15.52V11.22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 19C9 19.75 8.78998 20.4601 8.41998 21.0601C8.22998 21.3801 7.99998 21.67 7.72998 21.9C7.69998 21.94 7.67 21.97 7.63 22C6.93 22.63 6.01 23 5 23C3.78 23 2.68997 22.45 1.96997 21.59C1.94997 21.56 1.92002 21.54 1.90002 21.51C1.78002 21.37 1.67002 21.2201 1.58002 21.0601C1.21002 20.4601 1 19.75 1 19C1 17.74 1.58 16.61 2.5 15.88C2.67 15.74 2.84998 15.62 3.03998 15.52C3.61998 15.19 4.29 15 5 15C6 15 6.89998 15.36 7.59998 15.97C7.71998 16.06 7.82999 16.17 7.92999 16.28C8.58999 17 9 17.95 9 19Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.48975 18.98H3.50977\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 17.52V20.51\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.2105 19.6699C19.2905 21.2899 17.5405 21.9999 14.7205 21.9999H9.33051C8.75051 21.9999 8.22047 21.9699 7.73047 21.8999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.0098 11.22V15.71\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.0299 12C13.8599 12 15.2099 10.5101 15.0299 8.68005L14.3599 2H9.68989L9.01991 8.68005C8.83991 10.5101 10.1999 12 12.0299 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.3303 12C20.3503 12 21.8303 10.36 21.6303 8.34998L21.3503 5.59998C20.9903 2.99998 19.9903 2 17.3703 2H14.3203L15.0203 9.01001C15.2003 10.66 16.6803 12 18.3303 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.63993 5.59998L2.3599 8.34998C2.1599 10.36 3.63989 12 5.65989 12C7.30989 12 8.79994 10.66 8.95994 9.01001L9.17991 6.80005L9.65989 2H6.6099C5.6999 2 4.9799 2.12001 4.4199 2.39001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"shop remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.2105 19.6699C19.2905 21.2899 17.5405 21.9999 14.7205 21.9999H9.33051C8.75051 21.9999 8.22047 21.9699 7.73047 21.8999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.0098 11.22V15.71\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.03906 15.52V11.22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.0299 12C13.8599 12 15.2099 10.5101 15.0299 8.68005L14.3599 2H9.68989L9.01991 8.68005C8.83991 10.5101 10.1999 12 12.0299 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.3303 12C20.3503 12 21.8303 10.36 21.6303 8.34998L21.3503 5.59998C20.9903 2.99998 19.9903 2 17.3703 2H14.3203L15.0203 9.01001C15.2003 10.66 16.6803 12 18.3303 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.63993 5.59998L2.3599 8.34998C2.1599 10.36 3.63989 12 5.65989 12C7.30989 12 8.79994 10.66 8.95994 9.01001L9.17991 6.80005L9.65989 2H6.6099C5.6999 2 4.9799 2.12001 4.4199 2.39001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 19C9 19.75 8.78998 20.4601 8.41998 21.0601C8.22998 21.3801 7.99998 21.67 7.72998 21.9C7.69998 21.94 7.67 21.97 7.63 22C6.93 22.63 6.01 23 5 23C3.78 23 2.68997 22.45 1.96997 21.59C1.94997 21.56 1.92002 21.54 1.90002 21.51C1.78002 21.37 1.67002 21.2201 1.58002 21.0601C1.21002 20.4601 1 19.75 1 19C1 17.74 1.58 16.61 2.5 15.88C2.67 15.74 2.84998 15.62 3.03998 15.52C3.61998 15.19 4.29 15 5 15C6 15 6.89998 15.36 7.59998 15.97C7.71998 16.06 7.82999 16.17 7.92999 16.28C8.58999 17 9 17.95 9 19Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.48975 18.98H3.50977\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"shop \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.00977 15.71C3.00977 20.2 4.80977 22 9.29977 22H14.6898C19.1798 22 20.9798 20.2 20.9798 15.71V11.22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.0005 12C13.8305 12 15.1805 10.51 15.0005 8.68L14.3405 2H9.67048L9.00048 8.68C8.82048 10.51 10.1705 12 12.0005 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.3108 12C20.3308 12 21.8108 10.36 21.6108 8.35L21.3308 5.6C20.9708 3 19.9708 2 17.3508 2H14.3008L15.0008 9.01C15.1708 10.66 16.6608 12 18.3108 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.64037 12C7.29037 12 8.78037 10.66 8.94037 9.01L9.16037 6.8L9.64037 2H6.59037C3.97037 2 2.97037 3 2.61037 5.6L2.34037 8.35C2.14037 10.36 3.62037 12 5.64037 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 17C10.33 17 9.5 17.83 9.5 19.5V22H14.5V19.5C14.5 17.83 13.67 17 12 17Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"shopping bag \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.4108 17.03H3.62084L3.53084 17.53C3.24084 19.99 4.00084 22 7.50084 22H16.4908C20.0008 22 20.7608 19.99 20.4608 17.53L19.5608 10.03C19.3308 8.09 18.9908 6.5 15.5908 6.5H8.39084C4.99084 6.5 4.65084 8.09 4.42084 10.03L4.10085 12.7L4.01084 13.43\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 8V4.5C8 3 9 2 10.5 2H13.5C15 2 16 3 16 4.5V8\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"shopping cart \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.75064 13.9699C4.61064 15.5999 5.90064 16.9999 7.54064 16.9999H18.1906C19.6306 16.9999 20.8906 15.8199 21.0006 14.3899L21.5406 6.88989C21.6606 5.22989 20.4006 3.87988 18.7306 3.87988H5.82065\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 2H3.74001C4.82001 2 5.67 2.93 5.58 4L5.08 10.05\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.25 22C16.9404 22 17.5 21.4404 17.5 20.75C17.5 20.0596 16.9404 19.5 16.25 19.5C15.5596 19.5 15 20.0596 15 20.75C15 21.4404 15.5596 22 16.25 22Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.25 22C8.94036 22 9.5 21.4404 9.5 20.75C9.5 20.0596 8.94036 19.5 8.25 19.5C7.55964 19.5 7 20.0596 7 20.75C7 21.4404 7.55964 22 8.25 22Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 8H21\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"shuffle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.4492 6L20.9992 6.02002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 17.98L5.54999 17.99C6.45999 17.99 7.31 17.54 7.81 16.79L8.98999 15.02L9.75 13.88L13.67 8\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 19.98L21 17.98\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.89001 8.61993L7.81 7.11993C7.3 6.40993 6.47999 5.98993 5.60999 5.99993L3 6.00994\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.9707 15.3799L14.1907 16.9499C14.7007 17.6099 15.5007 17.9999 16.3407 17.9999L21.0107 17.9799\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 6.02002L19 4.02002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"sidebar bottom \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 15.5H2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.5595 8.5L11.9995 11.06L9.43945 8.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 15.5H2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M1.9707 11.02V9C1.9707 4 3.9707 2 8.9707 2H14.9707C19.9707 2 21.9707 4 21.9707 9V15C21.9707 20 19.9707 22 14.9707 22H8.9707C3.9707 22 1.9707 20 1.9707 15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"sidebar left \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.9707 2V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.9702 9.43994L12.4102 11.9999L14.9702 14.5599\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 13V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"sidebar right \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M1.9707 12.98V15C1.9707 20 3.9707 22 8.9707 22H14.9707C19.9707 22 21.9707 20 21.9707 15V9C21.9707 4 19.9707 2 14.9707 2H8.9707C3.9707 2 1.9707 4 1.9707 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.9707 2V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.9707 9.43994L10.5307 11.9999L7.9707 14.5599\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"sidebar top \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 8.5H2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.5595 15.4999L11.9995 12.9399L9.43945 15.4999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M1.9707 12.98V15C1.9707 20 3.9707 22 8.9707 22H14.9707C19.9707 22 21.9707 20 21.9707 15V9C21.9707 4 19.9707 2 14.9707 2H8.9707C3.9707 2 1.9707 4 1.9707 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"signpost \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.0296 2H8.95956C8.55956 2 8.17953 2.14 7.86953 2.38L5.67953 4.13C4.79953 4.83 4.79953 6.15999 5.67953 6.85999L7.86953 8.60999C8.17953 8.85999 8.56956 8.98999 8.95956 8.98999H17.2195C18.1895 8.98999 18.9695 8.20999 18.9695 7.23999V3.73999C18.9695 2.76999 18.1895 1.98999 17.2195 1.98999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.80078 12H15.0608C15.4608 12 15.8408 12.14 16.1508 12.38L18.3408 14.13C19.2208 14.83 19.2208 16.16 18.3408 16.86L16.1508 18.61C15.8408 18.86 15.4508 18.99 15.0608 18.99H6.80078C5.83078 18.99 5.05078 18.21 5.05078 17.24V13.74C5.05078 12.78 5.83078 12 6.80078 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 12V9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22V19\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 22H15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"simcard 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 17C3 20 5 22 8 22H16C19 22 21 20 21 17V10.07C21 8.74 20.47 7.47 19.54 6.53L16.47 3.46C15.53 2.53 14.26 2 12.93 2H8C5 2 3 4 3 7V12.98\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 18.5H14C15.65 18.5 17 17.15 17 15.5V12.5C17 10.85 15.65 9.5 14 9.5H10C8.35 9.5 7 10.85 7 12.5V15.5C7 17.15 8.35 18.5 10 18.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 9.5V18.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.5 14H16.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"simcard 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 14.0299V10.3099C2 7.96992 3.56 6.41992 5.89 6.41992H9.72C10.75 6.41992 11.74 6.82992 12.47 7.55992L14.86 9.93992C15.59 10.6699 16 11.6599 16 12.6899V18.0799C16 20.4199 14.44 21.9699 12.11 21.9699H5.89C3.56 21.9699 2 20.4199 2 18.0799\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 8.24997V13.64C22 15.97 20.44 17.53 18.11 17.53H16V12.69C16 11.66 15.59 10.67 14.86 9.93997L12.47 7.55997C11.74 6.82997 10.75 6.41997 9.72 6.41997H8V5.85997C8 3.52997 9.56 1.96997 11.89 1.96997H15.72C16.75 1.96997 17.74 2.37997 18.47 3.10997L20.86 5.49997C21.59 6.22997 22 7.21997 22 8.24997Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"simcard \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 11V17C3 20 5 22 8 22H16C19 22 21 20 21 17V10.07C21 8.74001 20.47 7.47003 19.54 6.53003L16.47 3.46002C15.53 2.52002 14.26 2 12.93 2H8C5 2 3 4 3 7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.5 14L7.5 16L9.5 18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.5 14L16.5 16L14.5 18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"size \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.9707 5.85V9.15C21.9707 11.9 20.8707 13 18.1207 13H16.9707V12.25C16.9707 8.5 15.4707 7 11.7207 7H10.9707V5.85C10.9707 3.1 12.0707 2 14.8207 2H18.1207C20.8707 2 21.9707 3.1 21.9707 5.85Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M1.9707 12.25C1.9707 8.5 3.4707 7 7.2207 7H11.7207C15.4707 7 16.9707 8.5 16.9707 12.25V16.75C16.9707 20.5 15.4707 22 11.7207 22H7.2207C3.4707 22 1.9707 20.5 1.9707 16.75V16.01\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.9004 5L4.90039 19\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 6C2.75 7.67 2 9.75 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2C10.57 2 9.2 2.3 7.97 2.85\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"slider horizontal 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 19.5V4.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 19V4\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 12.45V7.5C5 6.88 5.02 6.33 5.09 5.84C5.38 3.21 6.62 2.5 10 2.5H14C17.38 2.5 18.62 3.21 18.91 5.84C18.98 6.33 19 6.88 19 7.5V16.5C19 17.12 18.98 17.67 18.91 18.16C18.62 20.79 17.38 21.5 14 21.5H10C6.62 21.5 5.38 20.79 5.09 18.16C5.02 17.67 5 17.12 5 16.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"slider horizontal \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18 7V17C18 17.62 17.98 18.17 17.91 18.66C17.62 21.29 16.38 22 13 22H11C7.62 22 6.38 21.29 6.09 18.66C6.02 18.17 6 17.62 6 17V7C6 6.38 6.02 5.83 6.09 5.34C6.38 2.71 7.62 2 11 2H13C16.38 2 17.62 2.71 17.91 5.34C17.98 5.83 18 6.38 18 7Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 8.67008C2 6.00008 2.67 5.33008 5.33 5.33008H5.67C5.82 5.33008 5.95 5.33008 6.09 5.34008C6.02 5.83008 6 6.38008 6 7.00008V17.0001C6 17.6201 6.02 18.1701 6.09 18.6601C5.95 18.6701 5.82 18.6701 5.67 18.6701H5.33C2.67 18.6701 2 18.0001 2 15.3301V13.1301\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22.0002 8.67008V15.3301C22.0002 18.0001 21.3302 18.6701 18.6702 18.6701H18.3302C18.1802 18.6701 18.0502 18.6701 17.9102 18.6601C17.9802 18.1701 18.0002 17.6201 18.0002 17.0001V7.00008C18.0002 6.38008 17.9802 5.83008 17.9102 5.34008C18.0502 5.33008 18.1802 5.33008 18.3302 5.33008H18.6702C21.3302 5.33008 22.0002 6.00008 22.0002 8.67008Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"slider vertical 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 18H7C6.38 18 5.83 17.98 5.34 17.91C2.71 17.62 2 16.38 2 13V11C2 7.62 2.71 6.38 5.34 6.09C5.83 6.02 6.38 6 7 6H17C17.62 6 18.17 6.02 18.66 6.09C21.29 6.38 22 7.62 22 11V13C22 16.38 21.29 17.62 18.66 17.91C18.17 17.98 17.62 18 17 18Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.3301 2C18.0001 2 18.6701 2.67 18.6701 5.33V5.67C18.6701 5.82 18.6701 5.95 18.6601 6.09C18.1701 6.02 17.6201 6 17.0001 6H7.00008C6.38008 6 5.83008 6.02 5.34008 6.09C5.33008 5.95 5.33008 5.82 5.33008 5.67V5.33C5.33008 2.67 6.00008 2 8.67008 2H10.8701\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.3301 21.9999H8.67008C6.00008 21.9999 5.33008 21.3299 5.33008 18.6699V18.3299C5.33008 18.1799 5.33008 18.0499 5.34008 17.9099C5.83008 17.9799 6.38008 17.9999 7.00008 17.9999H17.0001C17.6201 17.9999 18.1701 17.9799 18.6601 17.9099C18.6701 18.0499 18.6701 18.1799 18.6701 18.3299V18.6699C18.6701 21.3299 18.0001 21.9999 15.3301 21.9999Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"slider vertical \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.55 5H16.5C17.12 5 17.67 5.02 18.16 5.09C20.79 5.38 21.5 6.62 21.5 10V14C21.5 17.38 20.79 18.62 18.16 18.91C17.67 18.98 17.12 19 16.5 19H7.5C6.88 19 6.33 18.98 5.84 18.91C3.21 18.62 2.5 17.38 2.5 14V10C2.5 6.62 3.21 5.38 5.84 5.09C6.33 5.02 6.88 5 7.5 5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.5 2H19.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 22H20\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"slider \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 2C17.5 2 19 3.8 19 6V18C19 20.2 17.5 22 15 22H9C6.5 22 5 20.2 5 18V6C5 3.8 6.5 2 9 2H10.98\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 16.01H19\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 4V20\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 4V20\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"smallcaps \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.4004 2.57007H16.7604C17.7804 2.57007 18.6104 3.40007 18.6104 4.42007V5.93007\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M1.99023 5.93007V4.42007C1.99023 3.40007 2.82023 2.57007 3.84023 2.57007H6.59023\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.3008 18.1001V3.32007V2.57007\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.90039 18.1001H12.4804\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.6797 10.3401H20.6897C21.4197 10.3401 22.0097 10.9301 22.0097 11.6601V12.4601\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.0801 21.4301V10.8701\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.9395 21.4299H18.2195\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"smart car \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.38977 7.62H6.86977C5.00977 7.62 4.58977 8.55001 4.35977 9.70001L3.50977 13.75H15.5098L14.6598 9.70001C14.4198 8.56001 14.0098 7.62 12.1498 7.62\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.8899 19.19L16.9999 20.36C17.0799 21.24 16.3799 22 15.4799 22H14.0699C13.2599 22 13.1499 21.65 12.9999 21.23L12.8499 20.78C12.6399 20.17 12.4999 19.75 11.4199 19.75H7.5799C6.49989 19.75 6.33989 20.22 6.14989 20.78L5.99989 21.23C5.85989 21.66 5.74989 22 4.92989 22H3.5199C2.6199 22 1.90989 21.24 1.99989 20.36L2.41989 15.79C2.52989 14.66 2.7399 13.74 4.7099 13.74H14.2799C16.2499 13.74 16.4599 14.66 16.5699 15.79\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.5 11.5H2.75\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.25 11.5H15.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 16.75H7.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.75 16.75H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.7092 8.73992C18.9892 8.08992 18.8891 7.20993 18.3691 6.43993C17.8591 5.66993 17.0791 5.23993 16.3691 5.24993\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.3806 2.53998C17.8106 2.25998 17.2206 2.07 16.6406 2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.8192 9.72998C22.2392 8.21998 21.9391 6.37002 20.8691 4.77002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"smart home \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.9693 11.2799C22.1293 10.2999 21.6293 8.98989 20.8593 8.36989L13.9293 2.82985C12.8593 1.96985 11.1293 1.96984 10.0693 2.81984L3.1393 8.36989C2.3593 8.98989 1.85929 10.2999 2.02929 11.2799L2.30929 12.9599\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.4004 21.8101H17.6004C19.0304 21.8101 20.4004 20.65 20.6404 19.24L21.2704 15.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 19C3.76 19.04 4.96 20.24 5 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 16C2.52 16.01 3.02 16.0701 3.5 16.1801\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.99945 22.0001C7.98945 21.2401 7.85946 20.5301 7.62946 19.8801C7.35946 19.1201 6.95945 18.4501 6.43945 17.8901\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M1.9955 22H2.0045\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"smileys \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 6.19995C2 3.19995 3.2 2 6.2 2H9.8C12.8 2 14 3.19995 14 6.19995V10C11.21 10.05 10.05 11.21 10 14H6.2C3.2 14 2 12.8 2 9.80005\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.95922 5.86996C6.42922 5.50996 5.72922 5.50998 5.19922 5.88998\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.9592 5.86996C10.4292 5.50996 9.72922 5.50998 9.19922 5.88998\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.16078 11.42H5.84078C5.54078 11.42 5.30078 11.18 5.30078 10.88C5.30078 9.39 6.51078 8.18005 8.00078 8.18005C8.64078 8.18005 9.23078 8.40002 9.69078 8.77002\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 17.8C22 20.8 20.8 22 17.8 22H14.2C11.2 22 10 20.8 10 17.8V14C10.05 11.21 11.21 10.05 14 10H17.8C20.8 10 22 11.2 22 14.2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.9592 13.62C14.4292 13.98 13.7292 13.98 13.1992 13.6\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.9592 13.62C18.4292 13.98 17.7292 13.98 17.1992 13.6\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.8408 16.1801H18.1608C18.4608 16.1801 18.7008 16.42 18.7008 16.72C18.7008 18.21 17.4908 19.42 16.0008 19.42C14.5108 19.42 13.3008 18.21 13.3008 16.72C13.3008 16.42 13.5408 16.1801 13.8408 16.1801Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"sms edit \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 8.5C2 5 4 3.5 7 3.5H17C20 3.5 22 5 22 8.5V11.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 20.5H7C4 20.5 2 19 2 15.5V12.47\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 9L13.87 11.5C12.84 12.32 11.15 12.32 10.12 11.5L7 9\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.2091 14.77L15.6691 18.31C15.5291 18.45 15.3991 18.71 15.3691 18.9L15.1791 20.25C15.1091 20.74 15.4491 21.0801 15.9391 21.0101L17.2891 20.82C17.4791 20.79 17.7491 20.66 17.8791 20.52L21.4191 16.9801C22.0291 16.3701 22.3191 15.6601 21.4191 14.7601C20.5291 13.8701 19.8191 14.16 19.2091 14.77Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.6992 15.28C18.9992 16.36 19.8392 17.2 20.9192 17.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"sms notification \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 8.5C2 5 4 3.5 7 3.5H14\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 10.5V15.5C22 19 20 20.5 17 20.5H7C4 20.5 2 19 2 15.5V12.98\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 9L10.13 11.5C11.16 12.32 12.85 12.32 13.88 11.5L15.06 10.56\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.5 8C20.8807 8 22 6.88071 22 5.5C22 4.11929 20.8807 3 19.5 3C18.1193 3 17 4.11929 17 5.5C17 6.88071 18.1193 8 19.5 8Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"sms search \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 8.5C2 5 4 3.5 7 3.5H17C20 3.5 22 5 22 8.5V11.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 20.4999H7C4 20.4999 2 18.9999 2 15.4999V12.4399\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 9L13.87 11.5C12.84 12.32 11.15 12.32 10.12 11.5L7 9\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.2 21.4C19.9673 21.4 21.4 19.9673 21.4 18.2C21.4 16.4327 19.9673 15 18.2 15C16.4327 15 15 16.4327 15 18.2C15 19.9673 16.4327 21.4 18.2 21.4Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 22L21 21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"sms star \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 8.5C2 5 4 3.5 7 3.5H12\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 11.5V15.5C22 19 20 20.5 17 20.5H7C4 20.5 2 19 2 15.5V12.98\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 9L10.13 11.5C11.16 12.32 12.85 12.32 13.88 11.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.4792 2.81994L19.7592 3.38993C19.8992 3.66993 20.2492 3.92994 20.5592 3.98994L20.9392 4.04994C22.0792 4.23994 22.3492 5.07994 21.5292 5.90994L21.1792 6.25993C20.9492 6.49993 20.8192 6.95993 20.8892 7.27993L20.9392 7.48994C21.2492 8.86994 20.5192 9.39993 19.3192 8.67993L19.0592 8.52993C18.7492 8.34993 18.2492 8.34993 17.9392 8.52993L17.6792 8.67993C16.4692 9.40993 15.7392 8.86994 16.0592 7.48994L16.1092 7.27993C16.1792 6.95993 16.0492 6.49993 15.8192 6.25993L15.4692 5.90994C14.6492 5.07994 14.9192 4.23994 16.0592 4.04994L16.4392 3.98994C16.7392 3.93994 17.0992 3.66993 17.2392 3.38993L17.5192 2.81994C18.0592 1.72994 18.9392 1.72994 19.4792 2.81994Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"sms tracking \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 12.98V15.5C22 19 20 20.5 17 20.5H7\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 8.5C2 5 4 3.5 7 3.5H17C20 3.5 22 5 22 8.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 9L13.87 11.5C12.84 12.32 11.15 12.32 10.12 11.5L7 9\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 16.5H8\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 12.5H5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"sms \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 12.98V15.5C22 19 20 20.5 17 20.5H7C4 20.5 2 19 2 15.5V8.5C2 5 4 3.5 7 3.5H17C20 3.5 22 5 22 8.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 9L13.87 11.5C12.84 12.32 11.15 12.32 10.12 11.5L7 9\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"sort \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10 7H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M3 7H6\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M6 12H18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M10 17H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n</svg>\n</li><li title=\"sound \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 8.25V15.75\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.5 5.75V18.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 9.95996V20.75\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 3.25V5.97\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.5 5.75V18.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 8.25V15.75\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"speaker \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 13.99V6C5 3 6 2 9 2H15C18 2 19 3 19 6V18C19 21 18 22 15 22H9C6 22 5 21 5 18\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 18C13.6569 18 15 16.6569 15 15C15 13.3431 13.6569 12 12 12C10.3431 12 9 13.3431 9 15C9 16.6569 10.3431 18 12 18Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.5 7.5C13.5 6.67 12.83 6 12 6C11.17 6 10.5 6.67 10.5 7.5C10.5 8.33 11.17 9 12 9\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"speedometer \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.84 19.4801C3.08 17.6801 2 15.2101 2 12.4901C2 8.8001 4 5.5801 6.97 3.8401C7.28 3.6601 7.6 3.4901 7.94 3.3501\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.14 19.5C20.91 17.7 22 15.22 22 12.5C22 6.98 17.52 2.5 12 2.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.61914 18.12C8.61914 19.98 10.1291 21.5 11.9991 21.5C13.8691 21.5 15.3792 19.99 15.3792 18.12C15.3792 16.25 13.8691 14.74 11.9991 14.74C11.0691 14.74 10.2191 15.12 9.60915 15.73C8.99915 16.35 8.61914 17.19 8.61914 18.12Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.25 12H16C16.82 12 17.5 11.33 17.5 10.5C17.5 9.68 16.82 9 16 9C15.18 9 14.5 9.67 14.5 10.5V11.25C14.5 11.66 14.84 12 15.25 12Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"star 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.1009 8.61001C22.1409 8.95001 22.6209 10.43 21.1509 11.89L18.6709 14.37C18.2509 14.79 18.0209 15.6 18.1509 16.18L18.8609 19.25C19.4209 21.68 18.1309 22.62 15.9809 21.35L12.9909 19.58C12.4509 19.26 11.5609 19.26 11.0109 19.58L8.02089 21.35C5.88089 22.62 4.58089 21.67 5.14089 19.25L5.85089 16.18C5.98089 15.6 5.75089 14.79 5.33089 14.37L2.85089 11.89C1.39089 10.43 1.86089 8.95001 3.90089 8.61001L7.09089 8.08001C7.62089 7.99001 8.26089 7.52002 8.50089 7.03001L10.2609 3.51001C11.2109 1.60001 12.7709 1.60001 13.7309 3.51001L15.4909 7.03001C15.5909 7.24001 15.7709 7.45001 15.9809 7.62001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"star slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.0502 7.67001C15.8102 7.49001 15.6102 7.26001 15.5002 7.03001L13.7402 3.51001C12.7902 1.60001 11.2302 1.60001 10.2702 3.51001L8.50016 7.03001C8.38016 7.28001 8.16016 7.51001 7.91016 7.70001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.28089 18.65L5.85089 16.18C5.98089 15.6 5.75089 14.79 5.33089 14.37L2.85089 11.89C1.39089 10.43 1.86089 8.94999 3.90089 8.60999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.0995 8.60999C22.1395 8.94999 22.6195 10.43 21.1495 11.89L18.6695 14.37C18.2495 14.79 18.0195 15.6 18.1495 16.18L18.8595 19.25C19.4195 21.68 18.1295 22.62 15.9795 21.35L12.9895 19.58C12.4495 19.26 11.5595 19.26 11.0095 19.58L8.01953 21.35\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 2L2 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"star \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.3192 11.91C22.4892 10.74 22.1092 9.55999 20.4792 9.27999L17.9292 8.85999C17.4992 8.78999 16.9892 8.41 16.7992 8.02L15.3892 5.19999C14.6292 3.66999 13.3792 3.66999 12.6192 5.19999L11.2092 8.02C11.0192 8.41 10.5092 8.77999 10.0792 8.85999L7.52922 9.27999C5.89922 9.54999 5.51922 10.73 6.68922 11.91L8.67921 13.9C9.00921 14.23 9.19921 14.88 9.08921 15.35L8.51921 17.81C8.06921 19.75 9.10923 20.51 10.8192 19.49L13.2092 18.07C13.6392 17.81 14.3592 17.81 14.7892 18.07L17.1792 19.49C18.8892 20.5 19.9292 19.75 19.4792 17.81L18.9092 15.35\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 5H2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 19H2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 12H2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"status up \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.88086 18.1501V16.0801\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M12 18.15V14.01\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M17.1191 18.1499V11.9299\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M17.1209 5.8501L16.6609 6.3901C14.1109 9.3701 10.6909 11.4801 6.88086 12.4301\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M14.1895 5.8501H17.1195V8.7701\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 12.97V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"status \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2.44922 14.97C3.51922 18.41 6.39923 21.06 9.97923 21.79\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.05078 10.98C2.56078 5.93 6.82078 2 12.0008 2C17.1808 2 21.4408 5.94 21.9508 10.98\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.0098 21.8C17.5798 21.07 20.4498 18.45 21.5398 15.02\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"sticker \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.8195 10.24C21.9695 11.14 22.0095 12.01 21.9295 12.86C21.9095 13.05 21.8795 13.23 21.8295 13.41C20.7895 12.53 19.4395 12 17.9695 12C14.6595 12 11.9695 14.69 11.9695 18C11.9695 19.47 12.4995 20.82 13.3795 21.86C13.1995 21.91 13.0195 21.94 12.8295 21.96C11.9795 22.04 11.1095 22 10.2095 21.85C6.0995 21.15 2.7895 17.82 2.1095 13.7C0.979502 6.85002 6.8195 1.01002 13.6695 2.14002C15.9595 2.52002 18.0095 3.71002 19.4995 5.41002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.8307 13.41C21.6907 13.9 21.4307 14.34 21.0607 14.71L14.6807 21.09C14.3107 21.46 13.8707 21.72 13.3807 21.86C12.5007 20.82 11.9707 19.47 11.9707 18C11.9707 14.69 14.6607 12 17.9707 12C19.4407 12 20.7907 12.53 21.8307 13.41Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"stickynote \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 2V5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 2V5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 11H15\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 15H12\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 9.65C3 4.95 4.67 3.69 8 3.5H16C19.33 3.68 21 4.95 21 9.65V16\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 22H9C4 22 3 19.94 3 15.82V13.73\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 16L15 22V19C15 17 16 16 18 16H21Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"stop circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.2295 13.27V10.73C16.2295 8.61002 15.3795 7.77002 13.2695 7.77002H10.7295C8.60953 7.77002 7.76953 8.62002 7.76953 10.73V13.27C7.76953 15.39 8.61953 16.23 10.7295 16.23H12.5095\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 6C2.75 7.67 2 9.75 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2C10.57 2 9.2 2.3 7.97 2.85\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"stop \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 9.3C3 4.8 4.8 3 9.3 3H14.7C19.2 3 21 4.8 21 9.3V14.7C21 19.2 19.2 21 14.7 21H9.3C4.8 21 3 19.2 3 14.7V13.99\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"story \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.42 7.94996C18.86 10.39 18.86 14.3499 16.42 16.7899C13.98 19.2299 10.02 19.2299 7.58 16.7899C5.14 14.3499 5.14 10.39 7.58 7.94996C8.95 6.57996 10.81 5.97998 12.6 6.14998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.25097 21.6399C6.25097 20.8399 4.50097 19.3899 3.34097 17.3799C2.20097 15.4099 1.82097 13.2199 2.09097 11.1299\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.84961 4.47986C7.54961 3.14986 9.6796 2.35986 11.9996 2.35986C14.2696 2.35986 16.3596 3.12985 18.0396 4.40985\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.75 21.6399C17.75 20.8399 19.5 19.3899 20.66 17.3799C21.8 15.4099 22.18 13.2199 21.91 11.1299\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"strongbox 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 12.83V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 19H16C18 19 19 18 19 16V8C19 6 18 5 16 5H8C6 5 5 6 5 8V16C5 18 6 19 8 19Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 9.5H7.48C8.86 9.5 9.98 10.62 9.98 12C9.98 13.38 8.86 14.5 7.48 14.5H5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 9.99023H16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 14H16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.19922 12H7.29922\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"strongbox \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V10.91H9.64999\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.3492 10.9101C14.2492 11.6201 13.8291 12.2201 13.2491 12.5801V14.5601C13.2491 15.2501 12.6891 15.8101 11.9991 15.8101C11.3091 15.8101 10.7491 15.2501 10.7491 14.5601V12.5801C10.1691 12.2201 9.74914 11.6201 9.64914 10.9101C9.62914 10.8001 9.61914 10.6801 9.61914 10.5601C9.61914 9.04012 11.0592 7.86012 12.6392 8.28012C13.4392 8.49012 14.0891 9.14012 14.2991 9.94012C14.3891 10.2701 14.3992 10.6001 14.3492 10.9101Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n<path d=\"M17.9996 10.9099H14.3496\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"subtitle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 12.99V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.5004 17.0801H15.6504\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.97 17.0801H6.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.5007 13.3201H11.9707\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.27 13.3201H6.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"sun 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 7.85C6.06 8.98 5.5 10.42 5.5 12C5.5 15.59 8.41 18.5 12 18.5C15.59 18.5 18.5 15.59 18.5 12C18.5 8.41 15.59 5.5 12 5.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.14 19.14L19.01 19.01M19.01 4.99L19.14 4.86L19.01 4.99ZM4.86 19.14L4.99 19.01L4.86 19.14ZM12 2.08V2V2.08ZM12 22V21.92V22ZM2.08 12H2H2.08ZM22 12H21.92H22ZM4.99 4.99L4.86 4.86L4.99 4.99Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"sun fog \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18 15H20\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 15H15\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 5.5C8.41 5.5 5.5 8.41 5.5 12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.5007 12C18.5007 9.69 17.2907 7.65 15.4707 6.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.98999 4.98999L4.85999 4.85999M19.01 4.98999L19.14 4.85999L19.01 4.98999ZM12 2.07999V2V2.07999ZM2.08002 12H2H2.08002ZM22 12H21.92H22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 18H18\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 21H15\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"sun \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 8V6.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 4V3\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 21V15.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 3H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 21H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.97094 10.25L4.21094 7.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.7893 16.5L15.0293 13.75\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.21094 9.22952L5.21094 5.76953\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.7891 18.2295L20.7891 14.7695\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.97 13.75C8.67 13.23 8.5 12.64 8.5 12C8.5 11.36 8.67 10.77 8.97 10.25C9.58 9.2 10.71 8.5 12 8.5C13.29 8.5 14.42 9.2 15.03 10.25C15.33 10.77 15.5 11.36 15.5 12C15.5 12.64 15.33 13.23 15.03 13.75C14.42 14.8 13.29 15.5 12 15.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.7893 7.5L17.0493 9.08L15.0293 10.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.97094 13.75L4.21094 16.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.7891 9.22952L18.7891 5.76953\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.21094 18.2295L3.21094 14.7695\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"tag 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.3005 4.17005C14.3505 3.22005 13.0405 2.71005 11.7005 2.78005L6.70046 3.02005C4.70046 3.11005 3.11046 4.70005 3.01046 6.69005L2.77046 11.69C2.71046 13.03 3.21046 14.34 4.16046 15.29L8.69046 19.82C10.5505 21.68 13.5705 21.68 15.4405 19.82L19.8305 15.43C21.6905 13.57 21.6905 10.55 19.8305 8.68005L18.7005 7.55005\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.51 11.8C8.81 11.93 9.15 12 9.5 12C10.88 12 12 10.88 12 9.5C12 8.12 10.88 7 9.5 7C8.12 7 7 8.12 7 9.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M13 17L17 13\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"tag cross \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.9197 3.75H10.2797C8.86969 3.75 7.52969 4.34 6.57969 5.39L3.04969 9.27C1.63969 10.82 1.63969 13.18 3.04969 14.73L6.57969 18.61C7.52969 19.65 8.86969 20.25 10.2797 20.25H16.9997C19.7597 20.25 21.9997 18.01 21.9997 15.25V8.75C21.9997 5.99 19.7597 3.75 16.9997 3.75\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.0005 14.47L11.0605 9.53003\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M15.2109 10.32L16.0009 9.53003\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M11.0605 14.4699L13.3405 12.1799\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n</svg>\n</li><li title=\"tag right \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.21948 3.1001C2.46948 3.1001 1.40953 5.0201 2.32953 6.5101L5.09949 10.9401C5.46949 11.5301 5.46949 12.4901 5.09949 13.0801L2.32953 17.5101C1.39953 18.9901 2.46948 20.9201 4.21948 20.9201H14.6695C15.2795 20.9201 16.0795 20.5201 16.4495 20.0301L21.6295 13.1301C22.0895 12.5201 22.1295 11.4901 21.7295 10.8501L17.5495 4.1701C17.1895 3.5901 16.3395 3.1201 15.6595 3.1201H8.65949\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"tag user \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 8.95V15.88C21 17.52 19.66 18.85 18 18.85H17.24C16.44 18.85 15.68 19.16 15.12 19.72L13.41 21.41C12.63 22.18 11.36 22.18 10.58 21.41L8.87 19.72C8.31 19.16 7.54 18.85 6.75 18.85H6C4.34 18.85 3 17.52 3 15.88V4.97C3 3.33 4.34 2 6 2H18C19.66 2 21 3.33 21 4.97\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.0691 8.95005C12.0291 8.95005 11.9691 8.95005 11.9191 8.95005C10.8691 8.91005 10.0391 8.06005 10.0391 7.00005C10.0391 5.92005 10.9091 5.05005 11.9891 5.05005C13.0691 5.05005 13.9391 5.93005 13.9391 7.00005C13.9491 8.06005 13.1191 8.92005 12.0691 8.95005Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.25 15.1901C10.76 16.2001 13.24 16.2001 14.75 15.1901C16.08 14.3001 16.08 12.8501 14.75 11.9601C13.24 10.9501 10.76 10.9501 9.25 11.9601\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"tag \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.8305 15.45C21.6905 13.59 21.6905 10.57 19.8305 8.70005L15.3005 4.17005C14.3505 3.22005 13.0405 2.71005 11.7005 2.78005L6.70046 3.02005C4.70046 3.11005 3.11046 4.70005 3.01046 6.69005L2.77046 11.69C2.71046 13.03 3.21046 14.34 4.16046 15.29L8.69046 19.82C10.5505 21.68 13.5705 21.68 15.4405 19.82L16.9605 18.3\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 9.5C7 10.88 8.12 12 9.5 12C10.88 12 12 10.88 12 9.5C12 8.12 10.88 7 9.5 7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n</svg>\n</li><li title=\"task square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.3691 8.87988H17.6191\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.38086 8.87988L7.13086 9.62988L9.38086 7.37988\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.3691 15.8799H17.6191\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.38086 15.8799L7.13086 16.6299L9.38086 14.3799\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 12.95V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"task \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11 19.5H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 12.5H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 12.5H16.49\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 5.5H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 5.5L4 6.5L7 3.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 12.5L4 13.5L7 10.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 19.5L4 20.5L7 17.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"teacher \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.99953 5.17007L4.02953 6.46007C2.09953 7.72007 2.09953 10.5401 4.02953 11.8001L10.0495 15.7301C11.1295 16.4401 12.9095 16.4401 13.9895 15.7301L19.9795 11.8001C21.8995 10.5401 21.8995 7.73007 19.9795 6.47007L13.9895 2.54007C12.9095 1.83007 11.1295 1.83007 10.0495 2.54007\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.62914 13.0801L5.61914 17.7701C5.61914 19.0401 6.59914 20.4001 7.79914 20.8001L10.9891 21.8601C11.5391 22.0401 12.4491 22.0401 13.0091 21.8601L16.1991 20.8001C17.3991 20.4001 18.3791 19.0401 18.3791 17.7701V13.1301\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.4004 15V9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"text block \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 12.94V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 8.8899C10.15 7.3199 13.85 7.3199 17 8.8899\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 16.2999V7.92993\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"text bold \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.88086 4.5C4.88086 3.4 5.78086 2.5 6.88086 2.5H12.0009C14.6209 2.5 16.7509 4.63 16.7509 7.25C16.7509 9.87 14.6209 12 12.0009 12H4.88086V4.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.88086 13.98V12H14.3809C17.0009 12 19.1309 14.13 19.1309 16.75C19.1309 19.37 17.0009 21.5 14.3809 21.5H6.88086C5.78086 21.5 4.88086 20.6 4.88086 19.5V17.96\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"text italic \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.61914 3H18.8691\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.11914 21H14.3691\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.5 17.99L9.75 21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.25 3L11.5 14.01\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"text underline \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 21H19\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 17C15.87 17 19 13.87 19 10V3\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 3V10C5 12.17 5.98 14.1 7.53 15.38\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"text \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2.66992 7.17003V5.35003C2.66992 4.20003 3.59992 3.28003 4.73992 3.28003H19.2599C20.4099 3.28003 21.3299 4.21003 21.3299 5.35003V7.17003\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 13.0001V4.11011\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 20.72V16.97\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.06055 20.72H15.9405\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"textalign center \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.25977 9.5H16.7398\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 14.5H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.25977 19.5H16.7398\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.0508 4.5H21.0008\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 4.5H5.98\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"textalign justifycenter \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 4.5H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 14.5H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 19.5H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.95 9.5H3\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.9995 9.5H18.0195\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"textalign justifyleft \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 4.5H3\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 9.5H3\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 14.5H3\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.0508 19.5H21.0008\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 19.5H5.98\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"textalign justifyright \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 4.5H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 9.5H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 14.5H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.95 19.5H3\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.9995 19.5H18.0195\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"textalign left \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.0508 4.5H21.0008\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 4.5H5.98\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 9.5H12.47\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 14.5H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 19.5H12.47\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"textalign right \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.5293 9.5H20.9993\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 14.5H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.5293 19.5H20.9993\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.95 4.5H3\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.9995 4.5H18.0195\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"tick circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4 6C2.75 7.67 2 9.75 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2C10.57 2 9.2 2.3 7.97 2.85\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 10.38L16.12 9.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.88086 12L10.6209 14.75L13.1709 12.21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"tick square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 12.96V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 10.38L16.12 9.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.88086 12L10.6209 14.75L13.1709 12.21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"ticket 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.0291 14.97C19.0291 16.26 20.0891 17.31 21.3791 17.31C21.3791 21.06 20.4391 22 16.6891 22H7.30914C3.55914 22 2.61914 21.06 2.61914 17.31V16.85C3.90914 16.85 4.96914 15.79 4.96914 14.5C4.96914 13.21 3.90914 12.15 2.61914 12.15V11.69C2.62914 7.94 3.55914 7 7.30914 7H16.6791C20.4291 7 21.3691 7.94 21.3691 11.69V12.63\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.3302 7.00009H7.24023L10.1702 4.07009C12.5602 1.68009 13.7602 1.68009 16.1502 4.07009L16.7502 4.67009C16.1202 5.30009 15.9702 6.23009 16.3302 7.00009Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 7L10 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"5 5\"/>\n</svg>\n</li><li title=\"ticket discount \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 10V9C22 5 21 4 17 4H7C3 4 2 5 2 9V9.5C3.38 9.5 4.5 10.62 4.5 12C4.5 13.38 3.38 14.5 2 14.5V15C2 19 3 20 7 20H17C21 20 22 19 22 15C20.62 15 19.5 13.88 19.5 12.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.63086 15.68L15.3609 8.94995\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.9945 14.75H15.0035\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.99451 9.25H9.00349\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"ticket expired \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 10.75V9.82996C22 6.12996 21.08 5.20996 17.38 5.20996H11V12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.9102 20.0001H17.3802C21.0802 20.0001 22.0002 19.0801 22.0002 15.3801C20.7202 15.3801 19.6902 14.3401 19.6902 13.0701\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.9994 16.9999V19.9999H8.22942C6.74942 19.9999 5.87942 18.9899 4.91942 16.6699L4.73942 16.2199C5.94942 15.7399 6.53942 14.3399 6.02942 13.1299C5.53942 11.9199 4.14942 11.3399 2.92942 11.8399L2.75942 11.4099C1.31942 7.88988 1.81942 6.65988 5.33942 5.20988L7.97942 4.12988L10.9994 11.4499V13.9999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.17 20H8\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"ticket star \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.23977 15.27C2.85977 15.41 2.43977 15.49 2.00977 15.49C2.09977 19.08 3.16977 20 6.99977 20H16.9998C20.9998 20 21.9998 19 21.9998 15V9C21.9998 5 20.9998 4 16.9998 4H6.99977C3.16977 4 2.09977 4.92 2.00977 8.5C3.93977 8.5 5.49977 10.07 5.49977 12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 4V7.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 16.5V20\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.8599 14.2099C14.7399 14.1499 14.5899 14.1499 14.4699 14.2099L13.2399 14.8599C12.9299 15.0199 12.5799 14.7599 12.6399 14.4199L12.8799 13.0499C12.8999 12.9099 12.8599 12.7799 12.7599 12.6799L11.7699 11.7099C11.5199 11.4699 11.6599 11.0499 11.9999 10.9999L13.3799 10.7999C13.5199 10.7799 13.6299 10.6999 13.6899 10.5699L14.2999 9.3199C14.4499 9.0099 14.8899 9.0099 15.0399 9.3199L15.6599 10.5699C15.7199 10.6899 15.8399 10.7799 15.9699 10.7999L17.3499 10.9999C17.6899 11.0499 17.8299 11.4699 17.5799 11.7099L16.5799 12.6799C16.4799 12.7699 16.4399 12.9099 16.4599 13.0499\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"ticket \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 10V9C22 5 21 4 17 4H7C3 4 2 5 2 9V9.5C3.38 9.5 4.5 10.62 4.5 12C4.5 13.38 3.38 14.5 2 14.5V15C2 19 3 20 7 20H17C21 20 22 19 22 15C20.62 15 19.5 13.88 19.5 12.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 4L10 20\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"5 5\"/>\n</svg>\n</li><li title=\"timer 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 8V13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 2H15\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 8C3.9 9.46 3.25 11.28 3.25 13.25C3.25 18.08 7.17 22 12 22C16.83 22 20.75 18.08 20.75 13.25C20.75 8.42 16.83 4.5 12 4.5C10.74 4.5 9.55 4.76 8.47 5.24\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"timer pause \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.00977 5.46C9.20977 4.85 10.5598 4.5 11.9998 4.5C16.8298 4.5 20.7498 8.42 20.7498 13.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22C7.17 22 3.25 18.08 3.25 13.25C3.25 11.27 3.91 9.44999 5.01 7.98999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 8V13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 2H15\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 17V21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 17V21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"timer start \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 8V13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.00977 5.46C9.20977 4.85 10.5598 4.5 11.9998 4.5C16.8298 4.5 20.7498 8.42 20.7498 13.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22C7.17 22 3.25 18.08 3.25 13.25C3.25 11.27 3.91 9.44999 5.01 7.98999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 2H15\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.9004 18.5V17.34C14.9004 15.91 15.9204 15.32 17.1604 16.04L18.1604 16.62L19.1604 17.2C20.4004 17.92 20.4004 19.09 19.1604 19.81L18.1604 20.39L17.1604 20.97C15.9204 21.69 14.9004 21.1 14.9004 19.67V18.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"timer \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.60906 9.83L17.2591 16.78C19.2891 18.62 18.9991 22 15.2391 22H8.75906C4.99906 22 4.70906 18.62 6.73906 16.78L17.2591 7.22C19.2891 5.38 18.9991 2 15.2391 2H8.75906C4.99906 2 4.70906 5.38 6.73906 7.22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"toggle off circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10 20C5.58 20 2 16.42 2 12C2 7.58 5.58 4 10 4H14C18.42 4 22 7.58 22 12C22 16.08 18.95 19.44 15.01 19.94\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 8C12.21 8 14 9.79 14 12C14 14.21 12.21 16 10 16C7.79 16 6 14.21 6 12C6 11.52 6.09 11.05 6.24 10.62\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"toggle off \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.5 10.8V13.2C5.5 15.2 6.3 16 8.3 16H10.7C12.7 16 13.5 15.2 13.5 13.2V10.8C13.5 8.8 12.7 8 10.7 8H8.3\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 20H7C3 20 2 19 2 15V9C2 5 3 4 7 4H17C21 4 22 5 22 9V15C22 19 21 20 17 20\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"toggle on circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14 20C18.42 20 22 16.42 22 12C22 7.58 18.42 4 14 4H10C5.58 4 2 7.58 2 12C2 16.08 5.05 19.44 8.99 19.94\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 8C11.79 8 10 9.79 10 12C10 14.21 11.79 16 14 16C16.21 16 18 14.21 18 12C18 11.52 17.91 11.05 17.76 10.62\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"toggle on \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.5 10.8V13.2C18.5 15.2 17.7 16 15.7 16H13.3C11.3 16 10.5 15.2 10.5 13.2V10.8C10.5 8.8 11.3 8 13.3 8H15.7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 20H17C21 20 22 19 22 15V9C22 5 21 4 17 4H7C3 4 2 5 2 9V15C2 19 3 20 7 20\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"trade \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 8.5C22 12.09 19.09 15 15.5 15C15.33 15 15.15 14.99 14.98 14.98C14.73 11.81 12.19 9.26999 9.01999 9.01999C9.00999 8.84999 9 8.67 9 8.5C9 4.91 11.91 2 15.5 2C19.09 2 22 4.91 22 8.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.67999 20.76C3.05999 19.58 2 17.66 2 15.5C2 11.91 4.91 9 8.5 9C8.67 9 8.84999 9.00999 9.01999 9.01999C12.19 9.26999 14.73 11.81 14.98 14.98C14.99 15.15 15 15.33 15 15.5C15 19.09 12.09 22 8.5 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.59 2H3C2.45 2 2 2.45 2 3V5.59C2 6.48 3.07999 6.92999 3.70999 6.29999L6.29999 3.70999C6.91999 3.07999 6.48 2 5.59 2Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.4097 22H20.9997C21.5497 22 21.9997 21.55 21.9997 21V18.41C21.9997 17.52 20.9197 17.07 20.2897 17.7L17.6997 20.29C17.0797 20.92 17.5197 22 18.4097 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"transaction minus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.1602 10H14.7502\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.25 10H11.65\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.50023 11V18.3C3.50023 20.96 4.96022 21.59 6.73022 19.69L6.74023 19.68C7.56023 18.81 8.81023 18.88 9.52023 19.83L10.5302 21.18C11.3402 22.25 12.6502 22.25 13.4602 21.18L14.4702 19.83C15.1902 18.87 16.4402 18.8 17.2602 19.68C19.0402 21.58 20.4902 20.95 20.4902 18.29V7.04C20.4902 3.01 19.5502 2 15.7702 2H8.21024C4.43024 2 3.49023 3.01 3.49023 7.04\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"translate \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.0593 18.6699L16.9193 14.3999L14.7793 18.6699\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.1699 17.9099H18.6899\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.9196 21.0201C19.0796 21.6301 18.0496 22.0001 16.9296 22.0001C14.1296 22.0001 11.8496 19.73 11.8496 16.92C11.8496 14.12 14.1196 11.8401 16.9296 11.8401C19.7296 11.8401 22.0096 14.11 22.0096 16.92\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.95 8.92999C12 11 11 12 8.92999 11.95H5.00999C2.99999 12 2 11 2 8.92999V5.01001C2 2.99001 3 1.98999 5.02 1.98999H8.94C11.01 1.98999 12.01 2.99001 11.96 5.01001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.00922 5.84985H4.94922\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.96875 5.16992V5.84991\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.98946 5.83984C7.98946 7.58984 6.61945 9.00983 4.93945 9.00983\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.01015 9.01001C8.28015 9.01001 7.62016 8.62 7.16016 8\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 15C2 18.87 5.13 22 9 22L7.95 20.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 9C22 5.13 18.87 2 15 2L16.05 3.75\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"trash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 5.97998C17.67 5.64998 14.32 5.47998 10.98 5.47998C9 5.47998 7.02 5.57998 5.04 5.77998L3 5.97998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 4.97L8.72 3.66C8.88 2.71 9 2 10.69 2H13.31C15 2 15.13 2.75 15.28 3.67L15.5 4.97\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.2104 21.9999H8.79039C6.00039 21.9999 5.91039 20.7799 5.80039 19.2099L5.15039 9.13989\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.8492 9.13989L18.1992 19.2099\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.3301 16.5H13.6601\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.8203 12.5H14.5003\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.5 12.5H10.33\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"tree \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.1694 10.0601H7.82933C6.64933 10.0601 6.23934 9.27006 6.92934 8.31006L11.0994 2.47007C11.5894 1.77007 12.4094 1.77007 12.8894 2.47007L17.0593 8.31006C17.7593 9.27006 17.3494 10.0601 16.1694 10.0601Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.7794 15.6701C19.7094 16.9501 19.1694 18.0001 17.5894 18.0001H6.41937C4.83937 18.0001 4.29937 16.9501 5.22937 15.6701L9.21936 10.0601H14.7894L16.1694 12.0001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22V18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"trend down \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 12.98V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.17 12L10.7 12.7L7.5 9.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.5 14.5L14.99 12.99L14 12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.5 14.5H16.5V12.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"trend up \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 12.98V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.17 12L10.7 11.3L7.5 14.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.5 9.5L14.99 11.01L14 12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.5 9.5H16.5V11.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"triangle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.75944 5.00003C10.5394 1.79003 13.4594 1.79003 15.2394 5.00003L18.1794 10.29L21.2994 15.91C22.9794 18.94 21.5194 21.42 18.0594 21.42H11.9994H5.93944C2.46944 21.42 1.01944 18.94 2.69944 15.91L5.81944 10.29L6.40944 9.24003\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.4405 19.9999L12.0005 13.3899L2.56055 19.9999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 3V13.39\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"truck fast \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9998 14H12.9998C14.0998 14 14.9998 13.1 14.9998 12V2H5.99976C4.49976 2 3.18977 2.82999 2.50977 4.04999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 17C2 18.66 3.34 20 5 20H6C6 18.9 6.9 18 8 18C9.1 18 10 18.9 10 20H14C14 18.9 14.9 18 16 18C17.1 18 18 18.9 18 20H19C20.66 20 22 18.66 22 17V14H19C18.45 14 18 13.55 18 13V10C18 9.45 18.45 9 19 9H20.29L18.58 6.01001C18.22 5.39001 17.56 5 16.84 5H15V12C15 13.1 14.1 14 13 14H12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 22C9.10457 22 10 21.1046 10 20C10 18.8954 9.10457 18 8 18C6.89543 18 6 18.8954 6 20C6 21.1046 6.89543 22 8 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 22C17.1046 22 18 21.1046 18 20C18 18.8954 17.1046 18 16 18C14.8954 18 14 18.8954 14 20C14 21.1046 14.8954 22 16 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 12V14H19C18.45 14 18 13.55 18 13V10C18 9.45 18.45 9 19 9H20.29L22 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 8H8\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 11H6\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 14H4\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"truck tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 2V12C15 13.1 14.1 14 13 14H2V7.62C2.73 8.49 3.85003 9.03 5.09003 9C6.10003 8.98 7.01 8.59 7.69 7.94C8 7.68 8.26002 7.34999 8.46002 6.98999C8.82002 6.37999 9.02 5.65997 9 4.90997C8.97 3.73997 8.45001 2.71 7.64001 2H15Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.2905 9H19.0005C18.4505 9 18.0005 9.45 18.0005 10V13C18.0005 13.55 18.4505 14 19.0005 14H22.0005V17C22.0005 18.66 20.6605 20 19.0005 20H18.0005C18.0005 18.9 17.1005 18 16.0005 18C14.9005 18 14.0005 18.9 14.0005 20H10.0005C10.0005 18.9 9.10049 18 8.00049 18C6.90049 18 6.00049 18.9 6.00049 20H5.00049C3.94049 20 3.01047 19.45 2.48047 18.63\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 14H13C14.1 14 15 13.1 15 12V5H16.84C17.2 5 17.55 5.10002 17.85 5.27002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 22C9.10457 22 10 21.1046 10 20C10 18.8954 9.10457 18 8 18C6.89543 18 6 18.8954 6 20C6 21.1046 6.89543 22 8 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 22C17.1046 22 18 21.1046 18 20C18 18.8954 17.1046 18 16 18C14.8954 18 14 18.8954 14 20C14 21.1046 14.8954 22 16 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 12V14H19C18.45 14 18 13.55 18 13V10C18 9.45 18.45 9 19 9H20.29L22 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.9992 4.90999C9.0192 5.65999 8.81922 6.38001 8.45922 6.99001C8.25922 7.35001 7.9992 7.68002 7.6892 7.94002C7.0092 8.59002 6.09922 8.98002 5.08922 9.00002C3.84922 9.03002 2.7292 8.49001 1.9992 7.62001C1.8592 7.47001 1.7392 7.30002 1.6292 7.13002C1.2392 6.54002 1.0192 5.84005 0.999195 5.09005C0.969195 3.83005 1.52919 2.68001 2.42919 1.93001C3.10919 1.37001 3.96917 1.02002 4.90917 1.00002C5.95917 0.98002 6.91921 1.36002 7.63921 2.00002C8.44921 2.71002 8.9692 3.73999 8.9992 4.90999Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.43945 5.03003L4.44946 5.98999L6.53943 3.96997\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"truck \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 6C2 3.79 3.79 2 6 2H15V12C15 13.1 14.1 14 13 14H2V10.99\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 20H18C18 18.9 17.1 18 16 18C14.9 18 14 18.9 14 20H10C10 18.9 9.1 18 8 18C6.9 18 6 18.9 6 20H5C3.34 20 2 18.66 2 17V14H13C14.1 14 15 13.1 15 12V5H16.84C17.56 5 18.22 5.39001 18.58 6.01001L20.29 9H19C18.45 9 18 9.45 18 10V13C18 13.55 18.45 14 19 14H22V17\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 22C9.10457 22 10 21.1046 10 20C10 18.8954 9.10457 18 8 18C6.89543 18 6 18.8954 6 20C6 21.1046 6.89543 22 8 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 22C17.1046 22 18 21.1046 18 20C18 18.8954 17.1046 18 16 18C14.8954 18 14 18.8954 14 20C14 21.1046 14.8954 22 16 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 12V14H19C18.45 14 18 13.55 18 13V10C18 9.45 18.45 9 19 9H20.29L22 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"trush square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 13.05V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.8996 9.04997C15.7196 8.82997 13.5196 8.71997 11.3296 8.71997C10.0296 8.71997 8.72961 8.78997 7.43961 8.91997L6.09961 9.04997\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.70898 8.38994L9.84898 7.52994C9.94898 6.90994 10.029 6.43994 11.139 6.43994H12.859C13.969 6.43994 14.049 6.92994 14.149 7.52994L14.289 8.37994\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.49 9.12988L16.06 15.7299C15.99 16.7599 15.93 17.5599 14.1 17.5599H9.89C8.06 17.5599 7.99999 16.7599 7.92999 15.7299L7.5 9.12988\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"undo \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.9809 8.31006H4.13086\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.13086 18.3101H15.1309C17.8909 18.3101 20.1309 16.0701 20.1309 13.3101C20.1309 10.5501 17.8909 8.31006 15.1309 8.31006\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.42914 10.8099L3.86914 8.24994L6.42914 5.68994\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"unlimited \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.0003 15.77C19.2703 16.26 18.4003 16.5499 17.4603 16.5499C15.9603 16.5499 14.6503 15.8099 13.8203 14.6799\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.1802 9.31995C9.36024 8.18995 8.05025 7.44995 6.54025 7.44995C4.03025 7.44995 1.99023 9.48994 1.99023 11.9999C1.99023 14.5099 4.03025 16.5499 6.54025 16.5499C8.23025 16.5499 9.80026 15.66 10.6703 14.21L12.0002 11.9999L13.3203 9.78992C14.1903 8.33992 15.7603 7.44995 17.4503 7.44995C19.9603 7.44995 22.0002 9.48994 22.0002 11.9999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"unlock \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.5 16C9.5 17.38 10.62 18.5 12 18.5C13.38 18.5 14.5 17.38 14.5 16C14.5 14.62 13.38 13.5 12 13.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 17V15C22 11 21 10 17 10H7C3 10 2 11 2 15V17C2 21 3 22 7 22H17C18.76 22 19.94 21.81 20.71 21.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 10V8C6 4.69 7 2 12 2C16.5 2 18 4 18 7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"user add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.02 3.01001C14.18 2.37001 13.14 2 12 2C9.24 2 7 4.24 7 7C7 9.76 9.24 12 12 12C14.76 12 17 9.76 17 7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.41016 22C3.41016 18.13 7.26015 15 12.0002 15C12.9602 15 13.8902 15.13 14.7602 15.37\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 18C22 18.32 21.96 18.63 21.88 18.93C21.79 19.33 21.63 19.72 21.42 20.06C20.73 21.22 19.46 22 18 22C16.97 22 16.04 21.61 15.34 20.97C15.04 20.71 14.78 20.4 14.58 20.06C14.21 19.46 14 18.75 14 18C14 16.92 14.43 15.93 15.13 15.21C15.86 14.46 16.88 14 18 14C19.18 14 20.25 14.51 20.97 15.33C21.61 16.04 22 16.98 22 18Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.4897 17.98H16.5098\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 16.52V19.51\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"user cirlce add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.4604 13.7299C13.0123 13.7299 14.2704 12.4718 14.2704 10.9199C14.2704 9.36794 13.0123 8.10986 11.4604 8.10986C9.90847 8.10986 8.65039 9.36794 8.65039 10.9199C8.65039 12.4718 9.90847 13.7299 11.4604 13.7299Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.6495 20.1998C16.6495 17.8698 14.3295 15.9697 11.4595 15.9697C8.58953 15.9697 6.26953 17.8598 6.26953 20.1998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.5 3C12.81 3 14.06 3.25999 15.2 3.73999C15.07 4.13999 15 4.56 15 5C15 5.75 15.21 6.46 15.58 7.06C15.78 7.4 16.04 7.70997 16.34 7.96997C17.04 8.60997 17.97 9 19 9C19.44 9 19.86 8.92998 20.25 8.78998C20.73 9.92998 21 11.19 21 12.5C21 17.75 16.75 22 11.5 22C6.25 22 2 17.75 2 12.5C2 8.66 4.28 5.34998 7.56 3.84998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M23 5C23 5.32 22.96 5.62999 22.88 5.92999C22.79 6.32999 22.63 6.72 22.42 7.06C21.94 7.87 21.17 8.49998 20.25 8.78998C19.86 8.92998 19.44 9 19 9C17.97 9 17.04 8.60997 16.34 7.96997C16.04 7.70997 15.78 7.4 15.58 7.06C15.21 6.46 15 5.75 15 5C15 4.56 15.07 4.13999 15.2 3.73999C15.39 3.15999 15.71 2.64002 16.13 2.21002C16.86 1.46002 17.88 1 19 1C20.18 1 21.25 1.51002 21.97 2.33002C22.61 3.04002 23 3.98 23 5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.4898 4.97998H17.5098\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 3.52002V6.51001\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"user edit \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.02 3.01001C14.18 2.37001 13.14 2 12 2C9.24 2 7 4.24 7 7C7 9.76 9.24 12 12 12C14.76 12 17 9.76 17 7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.2091 15.74L15.669 19.2801C15.529 19.4201 15.3991 19.68 15.3691 19.87L15.1791 21.22C15.1091 21.71 15.4491 22.05 15.9391 21.98L17.289 21.79C17.479 21.76 17.7491 21.63 17.8791 21.49L21.419 17.95C22.029 17.34 22.319 16.63 21.419 15.73C20.529 14.84 19.8191 15.13 19.2091 15.74Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.6992 16.25C18.9992 17.33 19.8392 18.17 20.9192 18.47\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.41016 22C3.41016 18.13 7.26018 15 12.0002 15C13.0402 15 14.0402 15.15 14.9702 15.43\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"user minus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.02 3.01001C14.18 2.37001 13.14 2 12 2C9.24 2 7 4.24 7 7C7 9.76 9.24 12 12 12C14.76 12 17 9.76 17 7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.41016 22C3.41016 18.13 7.26018 15 12.0002 15C12.9602 15 13.8902 15.13 14.7602 15.37\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 18C22 18.32 21.96 18.63 21.88 18.93C21.79 19.33 21.63 19.72 21.42 20.06C20.73 21.22 19.46 22 18 22C16.97 22 16.04 21.61 15.34 20.97C15.04 20.71 14.78 20.4 14.58 20.06C14.21 19.46 14 18.75 14 18C14 16.92 14.43 15.93 15.13 15.21C15.86 14.46 16.88 14 18 14C19.18 14 20.25 14.51 20.97 15.33C21.61 16.04 22 16.98 22 18Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.4897 17.98H16.5098\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"user octagon \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.4299 2.42C11.3999 1.86 12.5999 1.86 13.5799 2.42L19.5199 5.84999C20.4899 6.40999 21.0899 7.45003 21.0899 8.58003V15.42C21.0899 16.54 20.4899 17.58 19.5199 18.15L13.5799 21.58C12.6099 22.14 11.4099 22.14 10.4299 21.58L4.48992 18.15C3.51992 17.59 2.91992 16.55 2.91992 15.42V8.58003C2.91992 7.46003 3.51992 6.41999 4.48992 5.84999L6.38992 4.75002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9999 11.0001C13.2867 11.0001 14.3299 9.95687 14.3299 8.67004C14.3299 7.38322 13.2867 6.34009 11.9999 6.34009C10.7131 6.34009 9.66992 7.38322 9.66992 8.67004C9.66992 9.95687 10.7131 11.0001 11.9999 11.0001Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 16.6601C16 14.8601 14.21 13.4001 12 13.4001C9.79 13.4001 8 14.8601 8 16.6601\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"user remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.02 3.01001C14.18 2.37001 13.14 2 12 2C9.24 2 7 4.24 7 7C7 9.76 9.24 12 12 12C14.76 12 17 9.76 17 7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.41016 22C3.41016 18.13 7.26015 15 12.0002 15C12.9602 15 13.8902 15.13 14.7602 15.37\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 18C22 18.32 21.96 18.63 21.88 18.93C21.79 19.33 21.63 19.72 21.42 20.06C20.73 21.22 19.46 22 18 22C16.97 22 16.04 21.61 15.34 20.97C15.04 20.71 14.78 20.4 14.58 20.06C14.21 19.46 14 18.75 14 18C14 16.92 14.43 15.93 15.13 15.21C15.86 14.46 16.88 14 18 14C19.18 14 20.25 14.51 20.97 15.33C21.61 16.04 22 16.98 22 18Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.0299 16.9399L16.9199 19.0499\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.9395 16.96L19.0594 19.0699\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"user search \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.02 3.01001C14.18 2.37001 13.14 2 12 2C9.24 2 7 4.24 7 7C7 9.76 9.24 12 12 12C14.76 12 17 9.76 17 7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.41016 22C3.41016 18.13 7.26018 15 12.0002 15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.2 21.4C19.9673 21.4 21.4 19.9673 21.4 18.2C21.4 16.4327 19.9673 15 18.2 15C16.4327 15 15 16.4327 15 18.2C15 19.9673 16.4327 21.4 18.2 21.4Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 22L21 21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"user square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.1394 21.62C17.2594 21.88 16.2194 22 14.9994 22H8.99937C7.77937 22 6.73937 21.88 5.85938 21.62C6.07937 19.02 8.74937 16.97 11.9994 16.97C15.2494 16.97 17.9194 19.02 18.1394 21.62Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 12.94V15C2 18.78 3.14 20.85 5.86 21.62C6.08 19.02 8.75 16.97 12 16.97C15.25 16.97 17.92 19.02 18.14 21.62C20.86 20.85 22 18.78 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V12.94ZM12 14.17C10.02 14.17 8.42 12.56 8.42 10.58C8.42 8.60002 10.02 7 12 7C13.98 7 15.58 8.60002 15.58 10.58C15.58 12.56 13.98 14.17 12 14.17Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5799 10.58C15.5799 12.56 13.9799 14.17 11.9999 14.17C10.0199 14.17 8.41992 12.56 8.41992 10.58C8.41992 8.60002 10.0199 7 11.9999 7C13.9799 7 15.5799 8.60002 15.5799 10.58Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"user tag \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 4.96997C3 3.32997 4.34 2 6 2H18C19.66 2 21 3.32997 21 4.96997V15.88C21 17.52 19.66 18.85 18 18.85H17.24C16.44 18.85 15.68 19.16 15.12 19.72L13.41 21.41C12.63 22.18 11.36 22.18 10.58 21.41L8.87 19.72C8.31 19.16 7.54 18.85 6.75 18.85H6C4.34 18.85 3 17.52 3 15.88V9.03003\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9999 10.0001C13.2868 10.0001 14.33 8.95687 14.33 7.67004C14.33 6.38322 13.2868 5.34009 11.9999 5.34009C10.7131 5.34009 9.66992 6.38322 9.66992 7.67004C9.66992 8.95687 10.7131 10.0001 11.9999 10.0001Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 15.6601C16 13.8601 14.21 12.4001 12 12.4001C9.79 12.4001 8 13.8601 8 15.6601\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"user tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.02 3.01001C14.18 2.37001 13.14 2 12 2C9.24 2 7 4.24 7 7C7 9.76 9.24 12 12 12C14.76 12 17 9.76 17 7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.41016 22C3.41016 18.13 7.26015 15 12.0002 15C12.9602 15 13.8902 15.13 14.7602 15.37\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 18C22 18.75 21.79 19.46 21.42 20.06C21.21 20.42 20.94 20.74 20.63 21C19.93 21.63 19.01 22 18 22C16.54 22 15.27 21.22 14.58 20.06C14.21 19.46 14 18.75 14 18C14 16.74 14.58 15.61 15.5 14.88C16.19 14.33 17.06 14 18 14C20.21 14 22 15.79 22 18Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.4395 18L17.4294 18.99L19.5594 17.02\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"user \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.02 3.01001C14.18 2.37001 13.14 2 12 2C9.24 2 7 4.24 7 7C7 9.76 9.24 12 12 12C14.76 12 17 9.76 17 7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.5901 22C20.5901 18.13 16.7402 15 12.0002 15C7.26015 15 3.41016 18.13 3.41016 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"verify \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.38086 12.0001L10.7909 14.4201L15.6209 9.58008\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.24086 6.20008C4.24086 5.14008 5.11086 4.27008 6.17086 4.27008H7.90086C8.30086 4.27008 8.86086 4.06008 9.16086 3.81008L10.7409 2.46008C11.4409 1.87008 12.5709 1.87008 13.2509 2.46008L14.8309 3.81008C15.1309 4.06008 15.7009 4.27008 16.1009 4.27008H17.8009C18.8609 4.27008 19.7309 5.14008 19.7309 6.20008V7.90008C19.7309 8.30008 19.9409 8.86008 20.1909 9.16008L21.5409 10.7401C22.1309 11.4401 22.1309 12.5701 21.5409 13.2501L20.1909 14.8301C19.9409 15.1301 19.7309 15.6901 19.7309 16.0901V17.7901C19.7309 18.8501 18.8609 19.7201 17.8009 19.7201H16.1009C15.7009 19.7201 15.1409 19.9301 14.8409 20.1801L13.2609 21.5301C12.5609 22.1201 11.4309 22.1201 10.7509 21.5301L9.17086 20.1801C8.87086 19.9301 8.30086 19.7201 7.91086 19.7201H6.17086C5.11086 19.7201 4.24086 18.8501 4.24086 17.7901V16.0801C4.24086 15.6901 4.04086 15.1201 3.79086 14.8301L2.44086 13.2401C1.86086 12.5501 1.86086 11.4301 2.44086 10.7401L3.00086 10.0801\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"video add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 9C2 4 4 2 9 2H15C20 2 22 4 22 9V15C22 15.23 22 15.45 21.98 15.67C21.94 15.61 21.89 15.55 21.84 15.5C21.83 15.49 21.82 15.47 21.81 15.46C21 14.56 19.81 14 18.5 14C17.24 14 16.09 14.52 15.27 15.36C14.48 16.17 14 17.28 14 18.5C14 19.34 14.24 20.14 14.65 20.82C14.87 21.19 15.15 21.53 15.47 21.81C15.49 21.82 15.5 21.83 15.51 21.84C15.56 21.89 15.61 21.93 15.67 21.98C15.46 22 15.23 22 15 22H9C4 22 2 20 2 15V13.03\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.51953 7.10986H21.4795\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.51953 2.10986V6.96985\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.4805 2.10986V6.5199\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M23 18.5C23 18.86 22.96 19.21 22.87 19.55C22.76 20 22.58 20.43 22.35 20.82C21.57 22.12 20.14 23 18.5 23C17.42 23 16.44 22.62 15.68 21.98C15.67 21.98 15.67 21.98 15.67 21.98C15.61 21.93 15.56 21.89 15.51 21.84C15.5 21.83 15.49 21.82 15.47 21.81C15.15 21.53 14.87 21.19 14.65 20.82C14.24 20.14 14 19.34 14 18.5C14 17.28 14.48 16.17 15.27 15.36C16.09 14.52 17.24 14 18.5 14C19.81 14 21 14.56 21.81 15.46C21.82 15.47 21.83 15.49 21.84 15.5C21.89 15.55 21.94 15.61 21.98 15.67C22.62 16.44 23 17.43 23 18.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.1803 18.48H16.8203\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.5 16.8401V20.2001\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"video circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.0996 15.21C10.4496 16.16 9.09961 15.38 9.09961 13.48V12V10.52C9.09961 8.60999 10.4496 7.83999 12.0996 8.78999L13.3796 9.52999L14.6596 10.27C16.3096 11.22 16.3096 12.78 14.6596 13.73\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 6C2.75 7.67 2 9.75 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2C10.57 2 9.2 2.3 7.97 2.85\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"video horizontal \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 12.98V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.51953 17.1101H21.4795\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.51953 7.11011H21.4795\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.9707 17.1101V21.4601\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 17.1101V21.9701\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.9707 17.1101V21.5201\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.9707 2.11011V6.46011\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 2.11011V6.97011\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 7.03003V18.03\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.9707 2.11011V6.52011\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"video octagon \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2.91992 8.58003C2.91992 7.46003 3.5199 6.41999 4.4899 5.84999L10.4299 2.42C11.3999 1.86 12.5999 1.86 13.5799 2.42L19.5199 5.84999C20.4899 6.40999 21.0899 7.45003 21.0899 8.58003V15.42C21.0899 16.54 20.4899 17.58 19.5199 18.15L13.5799 21.58C12.6099 22.14 11.4099 22.14 10.4299 21.58L4.4899 18.15C3.5199 17.59 2.91992 16.55 2.91992 15.42V12.66\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.75 11.9999V10.7999C9.75 9.25989 10.84 8.62993 12.17 9.39993L13.21 9.9999L14.25 10.5999C15.58 11.3699 15.58 12.6299 14.25 13.3999L13.21 13.9999L12.17 14.5999C10.84 15.3699 9.75 14.7399 9.75 13.1999V11.9999Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"video play \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H15C20 22 22 20 22 15Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.51953 7.11011H21.4795\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.51953 2.11011V6.97011\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.4805 2.11011V6.52011\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.75 14.4501V13.2501C9.75 11.7101 10.84 11.0801 12.17 11.8501L13.21 12.4501L14.25 13.0501C15.58 13.8201 15.58 15.0801 14.25 15.8501L13.21 16.4501L12.17 17.0501C10.84 17.8201 9.75 17.1901 9.75 15.6501V14.4501V14.4501Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"video remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 9C2 4 4 2 9 2H15C20 2 22 4 22 9V15C22 15.23 22 15.45 21.98 15.67C21.94 15.61 21.89 15.55 21.84 15.5C21.83 15.49 21.82 15.47 21.81 15.46C21 14.56 19.81 14 18.5 14C17.24 14 16.09 14.52 15.27 15.36C14.48 16.17 14 17.28 14 18.5C14 19.34 14.24 20.14 14.65 20.82C14.87 21.19 15.15 21.53 15.47 21.81C15.49 21.82 15.5 21.83 15.51 21.84C15.56 21.89 15.61 21.93 15.67 21.98C15.46 22 15.23 22 15 22H9C4 22 2 20 2 15V13.03\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.51953 7.10986H21.4795\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.51953 2.10986V6.96985\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.4805 2.10986V6.5199\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M23 18.5C23 18.86 22.96 19.21 22.87 19.55C22.76 20 22.58 20.43 22.35 20.82C21.57 22.12 20.14 23 18.5 23C17.42 23 16.44 22.62 15.68 21.98C15.67 21.98 15.67 21.98 15.67 21.98C15.61 21.93 15.56 21.89 15.51 21.84C15.17 21.55 14.88 21.2 14.65 20.82C14.24 20.14 14 19.34 14 18.5C14 17.28 14.48 16.17 15.27 15.36C16.09 14.52 17.24 14 18.5 14C19.83 14 21.03 14.57 21.84 15.5C21.89 15.55 21.94 15.61 21.98 15.67C22.62 16.44 23 17.43 23 18.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.7003 19.6801L17.3203 17.3\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.6808 17.3201L17.3008 19.7001\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"video slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 12.1499V16.2099C2 17.4699 2.38 18.7399 3.37 19.5499L4 19.9999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.63 7.58008C16.63 7.58008 16.66 6.63008 16.63 6.32008C16.46 4.28008 15.13 3.58008 12.52 3.58008H6.21C3.05 3.58008 2 4.63008 2 7.79008\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.7398 10.95V16.21C16.7398 19.37 15.6898 20.42 12.5298 20.42H7.25977\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22.0002 6.73999V15.81C22.0002 17.48 20.8802 18.06 19.5202 17.1L16.7402 15.15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22.0195 2.18994L2.01953 22.1899\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"video square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 12.95V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.0996 15.21C10.4496 16.16 9.09961 15.38 9.09961 13.48V12V10.52C9.09961 8.60999 10.4496 7.83999 12.0996 8.78999L13.3796 9.52999L14.6596 10.27C16.3096 11.22 16.3096 12.78 14.6596 13.73\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"video tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 9C2 4 4 2 9 2H15C20 2 22 4 22 9V15C22 15.23 22 15.45 21.98 15.67C21.94 15.61 21.89 15.55 21.84 15.5C21.83 15.49 21.82 15.47 21.81 15.46C21 14.56 19.81 14 18.5 14C17.24 14 16.09 14.52 15.27 15.36C14.48 16.17 14 17.28 14 18.5C14 19.34 14.24 20.14 14.65 20.82C14.87 21.19 15.15 21.53 15.47 21.81C15.49 21.82 15.5 21.83 15.51 21.84C15.56 21.89 15.61 21.93 15.67 21.98C15.46 22 15.23 22 15 22H9C4 22 2 20 2 15V13.03\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.51953 7.10986H21.4795\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.51953 2.10986V6.96985\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.4805 2.10986V6.5199\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M23 18.5C23 19.34 22.76 20.14 22.35 20.82C22.11 21.22 21.81 21.58 21.46 21.88C20.67 22.58 19.64 23 18.5 23C17.43 23 16.44 22.62 15.67 21.98H15.66C15.26 21.66 14.92 21.27 14.65 20.82C14.24 20.14 14 19.34 14 18.5C14 17.08 14.65 15.81 15.69 14.99C16.46 14.37 17.44 14 18.5 14C19.91 14 21.16 14.64 21.98 15.65C22.62 16.42 23 17.42 23 18.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.75 18.5001L17.86 19.6101L20.26 17.3901\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"video time \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 9C2 4 4 2 9 2H15C20 2 22 4 22 9V15C22 15.23 22 15.45 21.98 15.67C21.94 15.61 21.89 15.55 21.84 15.5C21.83 15.49 21.82 15.47 21.81 15.46C21 14.56 19.81 14 18.5 14C17.24 14 16.09 14.52 15.27 15.36C14.48 16.17 14 17.28 14 18.5C14 19.34 14.24 20.14 14.65 20.82C14.87 21.19 15.15 21.53 15.47 21.81C15.49 21.82 15.5 21.83 15.51 21.84C15.56 21.89 15.61 21.93 15.67 21.98C15.46 22 15.23 22 15 22H9C4 22 2 20 2 15V13.03\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.51953 7.10986H21.4796\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.51953 2.10986V6.96985\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.4805 2.10986V6.5199\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M23 18.5C23 19.85 22.4 21.05 21.47 21.88C20.67 22.57 19.64 23 18.5 23C17.42 23 16.42 22.62 15.65 21.98C14.64 21.16 14 19.91 14 18.5C14 17.08 14.65 15.81 15.69 14.99C16.46 14.37 17.44 14 18.5 14C19.91 14 21.16 14.64 21.98 15.65C22.62 16.42 23 17.42 23 18.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.7809 17.0901V18.7801L17.3809 19.6201\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"video vertical \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 2C4 2 2 4 2 9V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H12.98\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.89062 2.52002V21.48\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.8906 2.52002V21.48\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.88906 6.96997H2.53906\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.8893 12H2.0293\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.89047 16.97H2.48047\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.8891 6.96997H17.5391\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.8893 12H17.0293\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.9707 12H5.9707\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.8905 16.97H17.4805\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"video \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 7.79008C2 4.63008 3.05 3.58008 6.21 3.58008H12.53C15.69 3.58008 16.74 4.63008 16.74 7.79008V16.2101C16.74 19.3701 15.69 20.4201 12.53 20.4201H6.21C3.05 20.4201 2 18.3201 2 16.2101V12.1201\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.5202 17.0999L16.7402 15.1499V8.83989L19.5202 6.88989C20.8802 5.93989 22.0002 6.51989 22.0002 8.18989V15.8099C22.0002 17.4799 20.8802 18.0599 19.5202 17.0999Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 9.5C13 8.67 12.33 8 11.5 8C10.67 8 10 8.67 10 9.5C10 10.33 10.67 11 11.5 11\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"voice cricle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 9.85986V14.1499\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 8.42993V15.5699\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 14.99V17\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 7V11.95\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 8.42993V15.5699\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 9.85986V14.1499\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 6C2.75 7.67 2 9.75 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2C10.57 2 9.19997 2.29998 7.96997 2.84998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"voice square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 9.85986V14.1499\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 8.42993V15.5699\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 14.99V17\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 7V11.95\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 8.42993V15.5699\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 9.85986V14.1499\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 12.99V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"volume cross \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 13.9998C2 15.9998 3 16.9998 5 16.9998H6.43C6.8 16.9998 7.17 17.1098 7.49 17.2998L10.41 19.1298C12.93 20.7098 15 19.5598 15 16.5898V7.40979C15 4.42979 12.93 3.28979 10.41 4.86979L7.49 6.69979C7.17 6.88979 6.8 6.99979 6.43 6.99979H5C3 6.99979 2 7.99979 2 9.99979\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.9991 13.96L18.0391 10\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.89 12.1099L18 13.9999\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.9599 10.04L21.4199 10.58\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"volume high \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 7.40979C15 4.42979 12.93 3.28979 10.41 4.86979L7.49 6.69979C7.17 6.88979 6.8 6.99979 6.43 6.99979H5C3 6.99979 2 7.99979 2 9.99979V13.9998C2 15.9998 3 16.9998 5 16.9998H6.43C6.8 16.9998 7.17 17.1098 7.49 17.2998L10.41 19.1298C12.93 20.7098 15 19.5598 15 16.5898V11.4698\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 8C19.78 10.37 19.78 13.63 18 16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.8301 18.5C21.2801 16.57 22.0001 14.29 22.0001 12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.8301 5.5C20.4201 6.28 20.8801 7.12 21.2301 8\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"volume low 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.3301 7.40979C16.3301 4.42979 14.2601 3.28979 11.7401 4.86979L8.82008 6.69979C8.50008 6.88979 8.13008 6.99979 7.76008 6.99979H6.33008C4.33008 6.99979 3.33008 7.99979 3.33008 9.99979V13.9998C3.33008 15.9998 4.33008 16.9998 6.33008 16.9998H7.76008C8.13008 16.9998 8.50008 17.1098 8.82008 17.2998L11.7401 19.1298C14.2601 20.7098 16.3301 19.5598 16.3301 16.5898V11.6498\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.3301 8C21.1101 10.37 21.1101 13.63 19.3301 16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"volume low \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.9994 12H21.8594\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 12H19.8\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 14.0402C2 16.0802 3.02 17.1002 5.06 17.1002H6.52C6.9 17.1002 7.28 17.2102 7.6 17.4102L10.58 19.2702C13.16 20.8802 15.26 19.7102 15.26 16.6702V7.32021C15.26 4.28021 13.15 3.11021 10.58 4.72021L7.6 6.59021C7.27 6.79021 6.9 6.90021 6.52 6.90021H5.06C3.02 6.90021 2 7.92021 2 9.96021\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"volume mute \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.5 7.40979C18.5 4.42979 16.43 3.28979 13.91 4.86979L10.99 6.69979C10.67 6.88979 10.3 6.99979 9.93 6.99979H8.5C6.5 6.99979 5.5 7.99979 5.5 9.99979V13.9998C5.5 15.9998 6.5 16.9998 8.5 16.9998H9.93C10.3 16.9998 10.67 17.1098 10.99 17.2998L13.91 19.1298C16.43 20.7098 18.5 19.5598 18.5 16.5898V11.6898\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"volume slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 14C2 16 3 17 5 17H7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 8.36979V7.40979C15 4.42979 12.93 3.28979 10.41 4.86979L7.49 6.69979C7.17 6.88979 6.8 6.99979 6.43 6.99979H5C3 6.99979 2 7.99979 2 9.99979\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.4102 19.1302C12.9302 20.7102 15.0002 19.5602 15.0002 16.5902V12.9502\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.81 9.41992C19.71 11.5699 19.44 14.0799 18 15.9999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.7798 17C20.5098 17.52 20.1998 18.02 19.8398 18.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.1504 7.7998C21.9804 9.7698 22.2004 11.9298 21.8104 13.9998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 2L2 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"volume up \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 14.0402C2 16.0802 3.02 17.1002 5.06 17.1002H6.52C6.9 17.1002 7.28 17.2102 7.6 17.4102L10.58 19.2702C13.16 20.8802 15.26 19.7102 15.26 16.6702V7.32021C15.26 4.28021 13.15 3.11021 10.58 4.72021L7.6 6.59021C7.27 6.79021 6.9 6.90021 6.52 6.90021H5.06C3.02 6.90021 2 7.92021 2 9.96021\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.9994 12H21.8594\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 12H19.8\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 14V10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"wallet 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.8992 2.52009L12.8692 2.59009L9.96922 9.32009H7.11922C6.43922 9.32009 5.78922 9.46009 5.19922 9.71009L6.94922 5.53009L6.98922 5.43009L7.05922 5.27009C7.07922 5.21009 7.09922 5.15009 7.12922 5.10009C8.43922 2.07009 9.91922 1.38009 12.8992 2.52009Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.2907 9.52002C17.8407 9.38002 17.3607 9.32002 16.8807 9.32002H9.9707L12.8707 2.59002L12.9007 2.52002C13.0507 2.57002 13.1907 2.64002 13.3407 2.70002L15.5507 3.63002C16.7807 4.14002 17.6407 4.67002 18.1607 5.31002C18.2607 5.43002 18.3407 5.54002 18.4107 5.67002C18.5007 5.81002 18.5707 5.95002 18.6107 6.10002C18.6507 6.19002 18.6807 6.28002 18.7007 6.36002C18.9707 7.20002 18.8107 8.23002 18.2907 9.52002Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22.0001H8.1C7.86 22.0001 7.62 21.9801 7.39 21.9501C4.21 21.7401 2.51 20.0401 2.3 16.8601C2.27 16.6301 2.25 16.3901 2.25 16.1501V14.2001C2.25 12.1901 3.47 10.4601 5.21 9.71007C5.81 9.46007 6.45 9.32007 7.13 9.32007H16.89C17.38 9.32007 17.86 9.39007 18.3 9.52007C20.3 10.1201 21.76 11.9901 21.76 14.1901V16.1401C21.76 16.3401 21.75 16.5401 21.74 16.7401C21.55 20.2401 19.6 22.0001 15.9 22.0001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.95023 5.53003L5.20023 9.71003C3.46023 10.46 2.24023 12.19 2.24023 14.2V11.27C2.24023 8.43003 4.26023 6.06003 6.95023 5.53003Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.7608 11.2701V14.2001C21.7608 12.0001 20.3008 10.1301 18.3008 9.5301C18.8208 8.2301 18.9708 7.2101 18.7208 6.3601C18.7008 6.2701 18.6708 6.1801 18.6308 6.1001C20.4908 7.0601 21.7608 9.0301 21.7608 11.2701Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"wallet 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13 9H7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22.0002 10.9699V13.03C22.0002 13.58 21.5602 14.0299 21.0002 14.0499H19.0402C17.9602 14.0499 16.9702 13.2599 16.8802 12.1799C16.8202 11.5499 17.0602 10.9599 17.4802 10.5499C17.8502 10.1699 18.3602 9.94995 18.9202 9.94995H21.0002C21.5602 9.96995 22.0002 10.4199 22.0002 10.9699Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 8.5C2 5.78 3.64 3.88 6.19 3.56C6.45 3.52 6.72 3.5 7 3.5H16C16.26 3.5 16.51 3.50999 16.75 3.54999C19.33 3.84999 21 5.76 21 8.5V9.95001H18.92C18.36 9.95001 17.85 10.17 17.48 10.55C17.06 10.96 16.82 11.55 16.88 12.18C16.97 13.26 17.96 14.05 19.04 14.05H21V15.5C21 18.5 19 20.5 16 20.5H7C4 20.5 2 18.5 2 15.5V12.26\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"wallet 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13 11.1499H7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.3105 2.8501C13.3505 2.8501 15.0005 4.1201 15.0005 6.1601\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 10.1501V6.53009C2 4.49009 3.65 2.84009 5.69 2.84009H7.62\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 10.1499C2 7.9399 3.79 6.1499 6 6.1499H16C18.2 6.1499 20 7.9499 20 10.1499V11.5999H18.92C18.36 11.5999 17.85 11.8199 17.48 12.1999C16.98 12.6799 16.74 13.4199 16.94 14.1799C17.19 15.1099 18.11 15.6999 19.07 15.6999H20V17.1499C20 19.3599 18.21 21.1499 16 21.1499H6C3.79 21.1499 2 19.3599 2 17.1499V14.5199\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22.0002 12.6201V14.6801C22.0002 15.2401 21.5402 15.7001 20.9702 15.7001H19.0402C17.9602 15.7001 16.9702 14.9101 16.8802 13.8301C16.8202 13.2001 17.0602 12.6101 17.4802 12.2001C17.8502 11.8201 18.3602 11.6001 18.9202 11.6001H20.9702C21.5402 11.6001 22.0002 12.0601 22.0002 12.6201Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"wallet add 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.5 15.4399H9.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 13V18\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22.0001H8.1C7.86 22.0001 7.62 21.9801 7.39 21.9501C4.21 21.7401 2.51 20.0401 2.3 16.8601C2.27 16.6301 2.25 16.3901 2.25 16.1501V14.2001C2.25 12.1901 3.47 10.4601 5.21 9.71007C5.81 9.46007 6.45 9.32007 7.13 9.32007H16.89C17.38 9.32007 17.86 9.39007 18.3 9.52007C20.3 10.1201 21.76 11.9901 21.76 14.1901V16.1401C21.76 16.3401 21.75 16.5401 21.74 16.7401C21.55 20.2401 19.6 22.0001 15.9 22.0001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.8992 2.52009L12.8692 2.59009L9.96922 9.32009H7.11922C6.43922 9.32009 5.78922 9.46009 5.19922 9.71009L6.94922 5.53009L6.98922 5.43009L7.05922 5.27009C7.07922 5.21009 7.09922 5.15009 7.12922 5.10009C8.43922 2.07009 9.91922 1.38009 12.8992 2.52009Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.2907 9.52002C17.8407 9.38002 17.3607 9.32002 16.8807 9.32002H9.9707L12.8707 2.59002L12.9007 2.52002C13.0507 2.57002 13.1907 2.64002 13.3407 2.70002L15.5507 3.63002C16.7807 4.14002 17.6407 4.67002 18.1607 5.31002C18.2607 5.43002 18.3407 5.54002 18.4107 5.67002C18.5007 5.81002 18.5707 5.95002 18.6107 6.10002C18.6507 6.19002 18.6807 6.28002 18.7007 6.36002C18.9707 7.20002 18.8107 8.23002 18.2907 9.52002Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.95023 5.53003L5.20023 9.71003C3.46023 10.46 2.24023 12.19 2.24023 14.2V11.27C2.24023 8.43003 4.26023 6.06003 6.95023 5.53003Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.7608 11.2701V14.2001C21.7608 12.0001 20.3008 10.1301 18.3008 9.5301C18.8208 8.2301 18.9708 7.2101 18.7208 6.3601C18.7008 6.2701 18.6708 6.1801 18.6308 6.1001C20.4908 7.0601 21.7608 9.0301 21.7608 11.2701Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"wallet add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.19 7.06C6.45 7.02 6.72 7 7 7H17C17.26 7 17.51 7.00999 17.75 7.04999C20.33 7.34999 22 9.26 22 12V17C22 20 20 22 17 22H7.63C7.94 21.74 8.21 21.42 8.42 21.06C8.79 20.46 9 19.75 9 19C9 16.79 7.21 15 5 15C3.8 15 2.73 15.53 2 16.36V12C2 11.13 2.17 10.34 2.48 9.66998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.7495 7.04997C17.5095 7.00997 17.2595 6.99998 16.9995 6.99998H6.99945C6.71945 6.99998 6.44945 7.01998 6.18945 7.05998C6.32945 6.77998 6.52945 6.52001 6.76945 6.28001L10.0195 3.02C11.3895 1.66 13.6095 1.66 14.9795 3.02L16.7295 4.78996C17.3695 5.41996 17.7095 6.21997 17.7495 7.04997Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 19C9 19.75 8.79 20.46 8.42 21.06C7.73 22.22 6.46 23 5 23C3.54 23 2.27 22.22 1.58 21.06C1.21 20.46 1 19.75 1 19C1 16.79 2.79 15 5 15C7.21 15 9 16.79 9 19Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.48977 18.98H3.50977\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 17.52V20.51\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 12.5H19C17.9 12.5 17 13.4 17 14.5C17 15.6 17.9 16.5 19 16.5H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"wallet check \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.19 7.06C6.45 7.02 6.72 7 7 7H17C17.26 7 17.51 7.00999 17.75 7.04999C20.33 7.34999 22 9.26 22 12V17C22 20 20 22 17 22H7.63C7.94 21.74 8.21 21.42 8.42 21.06C8.79 20.46 9 19.75 9 19C9 16.79 7.21 15 5 15C3.8 15 2.73 15.53 2 16.36V12C2 11.13 2.17 10.34 2.48 9.66998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 19C9 19.75 8.79 20.46 8.42 21.06C7.73 22.22 6.46 23 5 23C3.54 23 2.27 22.22 1.58 21.06C1.21 20.46 1 19.75 1 19C1 16.79 2.79 15 5 15C7.21 15 9 16.79 9 19Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.43945 19L4.42945 19.99L6.55946 18.02\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.7495 7.04997C17.5095 7.00997 17.2595 6.99998 16.9995 6.99998H6.99945C6.71945 6.99998 6.44945 7.01998 6.18945 7.05998C6.32945 6.77998 6.52945 6.52001 6.76945 6.28001L10.0195 3.02C11.3895 1.66 13.6095 1.66 14.9795 3.02L16.7295 4.78996C17.3695 5.41996 17.7095 6.21997 17.7495 7.04997Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 12.5H19C17.9 12.5 17 13.4 17 14.5C17 15.6 17.9 16.5 19 16.5H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"wallet minus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.5 16H9.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.8992 2.52009L12.8692 2.59009L9.96922 9.32009H7.11922C6.43922 9.32009 5.78922 9.46009 5.19922 9.71009L6.94922 5.53009L6.98922 5.43009L7.05922 5.27009C7.07922 5.21009 7.09922 5.15009 7.12922 5.10009C8.43922 2.07009 9.91922 1.38009 12.8992 2.52009Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.2907 9.52002C17.8407 9.38002 17.3607 9.32002 16.8807 9.32002H9.9707L12.8707 2.59002L12.9007 2.52002C13.0507 2.57002 13.1907 2.64002 13.3407 2.70002L15.5507 3.63002C16.7807 4.14002 17.6407 4.67002 18.1607 5.31002C18.2607 5.43002 18.3407 5.54002 18.4107 5.67002C18.5007 5.81002 18.5707 5.95002 18.6107 6.10002C18.6507 6.19002 18.6807 6.28002 18.7007 6.36002C18.9707 7.20002 18.8107 8.23002 18.2907 9.52002Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22.0001H8.1C7.86 22.0001 7.62 21.9801 7.39 21.9501C4.21 21.7401 2.51 20.0401 2.3 16.8601C2.27 16.6301 2.25 16.3901 2.25 16.1501V14.2001C2.25 12.1901 3.47 10.4601 5.21 9.71007C5.81 9.46007 6.45 9.32007 7.13 9.32007H16.89C17.38 9.32007 17.86 9.39007 18.3 9.52007C20.3 10.1201 21.76 11.9901 21.76 14.1901V16.1401C21.76 16.3401 21.75 16.5401 21.74 16.7401C21.55 20.2401 19.6 22.0001 15.9 22.0001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.95023 5.53003L5.20023 9.71003C3.46023 10.46 2.24023 12.19 2.24023 14.2V11.27C2.24023 8.43003 4.26023 6.06003 6.95023 5.53003Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.7608 11.2701V14.2001C21.7608 12.0001 20.3008 10.1301 18.3008 9.5301C18.8208 8.2301 18.9708 7.2101 18.7208 6.3601C18.7008 6.2701 18.6708 6.1801 18.6308 6.1001C20.4908 7.0601 21.7608 9.0301 21.7608 11.2701Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"wallet money \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.7496 16.8599V18.8899C10.7496 20.6099 9.14963 21.9999 7.17963 21.9999C5.20963 21.9999 3.59961 20.6099 3.59961 18.8899V16.8599C3.59961 18.5799 5.19963 19.7999 7.17963 19.7999C9.14963 19.7999 10.7496 18.5699 10.7496 16.8599Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.7498 14.11C10.7498 14.61 10.6098 15.07 10.3698 15.47C9.77981 16.44 8.5698 17.05 7.1698 17.05C5.7698 17.05 4.55979 16.43 3.96979 15.47C3.72979 15.07 3.58984 14.61 3.58984 14.11C3.58984 13.25 3.98982 12.48 4.62982 11.92C5.27982 11.35 6.16979 11.01 7.15979 11.01C8.14979 11.01 9.03982 11.36 9.68982 11.92C10.3498 12.47 10.7498 13.25 10.7498 14.11Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.7496 14.11V16.86C10.7496 18.58 9.14963 19.8 7.17963 19.8C5.20963 19.8 3.59961 18.57 3.59961 16.86V14.11C3.59961 12.39 5.19963 11 7.17963 11C8.16963 11 9.05966 11.35 9.70966 11.91C10.3497 12.47 10.7496 13.25 10.7496 14.11Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22.0002 10.9699V13.03C22.0002 13.58 21.5602 14.0299 21.0002 14.0499H19.0402C17.9602 14.0499 16.9702 13.2599 16.8802 12.1799C16.8202 11.5499 17.0602 10.9599 17.4802 10.5499C17.8502 10.1699 18.3602 9.94995 18.9202 9.94995H21.0002C21.5602 9.96995 22.0002 10.4199 22.0002 10.9699Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 3.5C16.26 3.5 16.51 3.50999 16.75 3.54999C19.33 3.84999 21 5.76 21 8.5V9.95001H18.92C18.36 9.95001 17.85 10.17 17.48 10.55C17.06 10.96 16.82 11.55 16.88 12.18C16.97 13.26 17.96 14.05 19.04 14.05H21V15.5C21 18.5 19 20.5 16 20.5H13.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 10.5V8.5C2 5.78 3.64 3.88 6.19 3.56C6.45 3.52 6.72 3.5 7 3.5H12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"wallet remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.19 7.06C6.45 7.02 6.72 7 7 7H17C17.26 7 17.51 7.00999 17.75 7.04999C20.33 7.34999 22 9.26 22 12V17C22 20 20 22 17 22H7.63C7.94 21.74 8.20998 21.42 8.41998 21.06C8.78998 20.46 9 19.75 9 19C9 16.79 7.21 15 5 15C3.8 15 2.73 15.53 2 16.36V12C2 11.13 2.16998 10.34 2.47998 9.66998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.7495 7.04997C17.5095 7.00997 17.2595 6.99998 16.9995 6.99998H6.99945C6.71945 6.99998 6.44945 7.01998 6.18945 7.05998C6.32945 6.77998 6.52947 6.52001 6.76947 6.28001L10.0195 3.02C11.3895 1.66 13.6094 1.66 14.9794 3.02L16.7294 4.78996C17.3694 5.41996 17.7095 6.21997 17.7495 7.04997Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 12.5H19C17.9 12.5 17 13.4 17 14.5C17 15.6 17.9 16.5 19 16.5H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 19C9 19.75 8.78998 20.46 8.41998 21.06C8.20998 21.42 7.94 21.74 7.63 22C6.93 22.63 6.01 23 5 23C3.54 23 2.27002 22.22 1.58002 21.06C1.21002 20.46 1 19.75 1 19C1 17.99 1.38 17.07 2 16.36C2.73 15.53 3.8 15 5 15C7.21 15 9 16.79 9 19Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.06897 20.0399L3.95898 17.9299\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.03967 17.96L3.92969 20.0699\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"wallet search \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22H17C20 22 22 20 22 17V12C22 9.3 20.3 7.3 17.8 7C17.6 7 17.3 7 17 7H7C6.7 7 6.5 6.99998 6.2 7.09998C3.6 7.39998 2 9.3 2 12C2 12.3 2 12.7 2 13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.7992 4.79985C17.3992 5.39985 17.6992 6.19986 17.7992 6.99986C17.5992 6.99986 17.2992 6.99986 16.9992 6.99986H6.99922C6.69922 6.99986 6.49922 6.99984 6.19922 7.09984C6.29922 6.79984 6.49922 6.59985 6.79922 6.29985L9.99922 2.99986C10.8192 2.17986 11.9092 1.83984 12.9592 1.97984\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 12.5H19C17.9 12.5 17 13.4 17 14.5C17 15.6 17.9 16.5 19 16.5H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.79961 21.4C7.56961 21.4 8.99961 19.97 8.99961 18.2C8.99961 16.43 7.56961 15 5.79961 15C4.02961 15 2.59961 16.43 2.59961 18.2C2.59961 19.97 4.02961 21.4 5.79961 21.4Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 22L3 21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"wallet \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 12C2 9.28 3.64 7.38 6.19 7.06C6.45 7.02 6.72 7 7 7H17C17.26 7 17.51 7.00999 17.75 7.04999C20.33 7.34999 22 9.26 22 12V17C22 20 20 22 17 22H7C4 22 2 20 2 17V16.01\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.7495 7.05C17.5095 7.01 17.2595 7.00001 16.9995 7.00001H6.99945C6.71945 7.00001 6.44945 7.02001 6.18945 7.06001C6.32945 6.78001 6.52945 6.52001 6.76945 6.28001L10.0195 3.02C11.3895 1.66 13.6095 1.66 14.9795 3.02L16.7295 4.79002C17.3695 5.42002 17.7095 6.22 17.7495 7.05Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 12.5H19C17.9 12.5 17 13.4 17 14.5C17 15.6 17.9 16.5 19 16.5H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"warning 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 7.75V13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.91992 8.58003C2.91992 7.46003 3.51993 6.41999 4.48993 5.84999L10.4299 2.42C11.3999 1.86 12.6 1.86 13.58 2.42L19.52 5.84999C20.49 6.40999 21.09 7.45003 21.09 8.58003V15.42C21.09 16.54 20.49 17.58 19.52 18.15L13.58 21.58C12.61 22.14 11.4099 22.14 10.4299 21.58L4.48993 18.15C3.51993 17.59 2.91992 16.55 2.91992 15.42V12.66\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 16.2V16.2999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"watch status \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 12.22V15.5C5 17.83 6.17 19 8.5 19H15.5C17.83 19 19 17.83 19 15.5V8.5C19 6.17 17.83 5 15.5 5H8.5C6.17 5 5 6.17 5 8.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 2H8\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 2H15\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 22H8\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 14V10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 14V12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 14V13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"watch \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 12.5V15.5C5 17.83 6.17 19 8.5 19H15.5C17.83 19 19 17.83 19 15.5V8.5C19 6.17 17.83 5 15.5 5H8.5C6.17 5 5 6.17 5 8.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 2H8\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 22H8\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.5 9.5V12.5H14.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"weight 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.1797 18C19.5797 18 20.1797 16.65 20.1797 15V9C20.1797 7.35 19.5797 6 17.1797 6C14.7797 6 14.1797 7.35 14.1797 9V15C14.1797 16.65 14.7797 18 17.1797 18Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.82031 11.3V9C3.82031 7.35 4.42031 6 6.82031 6C9.22031 6 9.82031 7.35 9.82031 9V15C9.82031 16.65 9.22031 18 6.82031 18C4.42031 18 3.82031 16.65 3.82031 15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.82031 12H14.1803\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22.5 14.5V9.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M1.5 14.5V9.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"weight \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 12.98V15C3 20 5 22 10 22H14C19 22 21 20 21 15V9C21 4 19 2 14 2H10C5 2 3 4 3 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.25 8.28992C14.26 5.62992 9.74 5.62992 6.75 8.28992L8.93 11.7899C10.68 10.2299 13.32 10.2299 15.07 11.7899\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"wifi square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 9.96004C9.63 7.15004 14.37 7.15004 18 9.96004\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.59961 13.0501C10.2696 10.9901 13.7396 10.9901 16.4096 13.0501\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.80078 16.1399C11.1308 15.1099 12.8708 15.1099 14.2008 16.1399\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 13.05V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"wifi \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.3105 10.21C17.2805 10.61 18.2105 11.15 19.0905 11.83\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.91016 11.8399C7.35016 9.94991 10.2101 9.1399 13.0101 9.3999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.35938 5.28001C12.9894 4.18001 17.9094 5.2 21.9994 8.36\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 8.36002C2.94 7.64002 3.91999 7.02002 4.92999 6.52002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.78906 15.4902C9.93906 13.0502 14.0491 13.0502 17.1991 15.4902\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.40039 19.1501C10.9804 17.9301 13.0304 17.9301 14.6104 19.1501\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"wind 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.5 11.5999C11.04 12.5199 12.96 12.5199 14.5 11.5999C16.04 10.6799 17.96 10.6799 19.5 11.5999L22 13.0999\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 13.1L4.5 11.6C4.96 11.32 5.46 11.13 5.97 11.02\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 3.8999L4.5 5.3999C6.04 6.3199 7.96 6.3199 9.5 5.3999C11.04 4.4799 12.96 4.4799 14.5 5.3999C16.04 6.3199 17.96 6.3199 19.5 5.3999L22 3.8999\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 20.0999L4.5 18.5999C6.04 17.6799 7.96 17.6799 9.5 18.5999C11.04 19.5199 12.96 19.5199 14.5 18.5999C16.04 17.6799 17.96 17.6799 19.5 18.5999L22 20.0999\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"wind \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 15H18.5C20.43 15 22 16.57 22 18.5C22 20.43 20.43 22 18.5 22C16.57 22 15 20.43 15 18.5V18\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.05078 12H18.5008C20.4208 12 22.0008 10.43 22.0008 8.5C22.0008 6.58 20.4208 5 18.5008 5C16.5808 5 15.0008 6.57 15.0008 8.5V9\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 12H4.98001\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 9.00012H9.31C10.8 9.00012 12 7.79012 12 6.31012C12 4.82012 10.79 3.62012 9.31 3.62012C7.82 3.62012 6.62 4.83012 6.62 6.31012V6.69012\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"woman \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 9C5 12.87 8.13 16 12 16C15.87 16 19 12.87 19 9C19 5.13 15.87 2 12 2C10.07 2 8.32 2.78 7.05 4.05\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 16V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 19H9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li class='heading'>bulk</li><li title=\"24 support \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M18 18.86H17.24C16.44 18.86 15.68 19.17 15.12 19.73L13.41 21.42C12.63 22.19 11.36 22.19 10.58 21.42L8.87 19.73C8.31 19.17 7.54 18.86 6.75 18.86H6C4.34 18.86 3 17.53 3 15.89V4.97998C3 3.33998 4.34 2.01001 6 2.01001H18C19.66 2.01001 21 3.33998 21 4.97998V15.89C21 17.52 19.66 18.86 18 18.86Z\" fill=\"\"/>\n<path d=\"M10.3802 14.5099H7.70023C7.26023 14.5099 6.85023 14.2999 6.59023 13.9399C6.34023 13.5999 6.28022 13.18 6.40022 12.78C6.75022 11.71 7.61022 11.1299 8.37022 10.6099C9.17022 10.0699 9.62022 9.72996 9.62022 9.14996C9.62022 8.62996 9.20022 8.20996 8.68022 8.20996C8.16022 8.20996 7.74023 8.62996 7.74023 9.14996C7.74023 9.55996 7.40023 9.89996 6.99023 9.89996C6.58023 9.89996 6.24023 9.55996 6.24023 9.14996C6.24023 7.80996 7.33022 6.70996 8.68022 6.70996C10.0302 6.70996 11.1202 7.79996 11.1202 9.14996C11.1202 10.56 10.0602 11.2799 9.21024 11.8599C8.68024 12.2199 8.18022 12.5599 7.93022 13.0099H10.3702C10.7802 13.0099 11.1202 13.3499 11.1202 13.7599C11.1202 14.1699 10.7902 14.5099 10.3802 14.5099Z\" fill=\"\"/>\n<path d=\"M16.0408 14.5099C15.6308 14.5099 15.2908 14.1699 15.2908 13.7599V13.0699H13.3309C13.3309 13.0699 13.3309 13.0699 13.3209 13.0699C12.8309 13.0699 12.3809 12.81 12.1309 12.39C11.8809 11.96 11.8809 11.4299 12.1309 11.0099C12.8109 9.83995 13.6009 8.50991 14.3209 7.34991C14.6409 6.83991 15.2509 6.60996 15.8209 6.76996C16.3909 6.93996 16.7909 7.45993 16.7809 8.05993V11.58H17.0009C17.4109 11.58 17.7509 11.92 17.7509 12.33C17.7509 12.74 17.4109 13.08 17.0009 13.08H16.7908V13.77C16.7908 14.18 16.4608 14.5099 16.0408 14.5099ZM15.2908 8.63995C14.7008 9.59995 14.0908 10.6299 13.5408 11.5699H15.2908V8.63995Z\" fill=\"\"/>\n</svg>\n</li><li title=\"3d cube scan \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M22 9.75C21.59 9.75 21.25 9.41 21.25 9V7C21.25 4.42 19.58 2.75 17 2.75H7C4.42 2.75 2.75 4.42 2.75 7V9C2.75 9.41 2.41 9.75 2 9.75C1.59 9.75 1.25 9.41 1.25 9V7C1.25 3.56 3.56 1.25 7 1.25H17C20.44 1.25 22.75 3.56 22.75 7V9C22.75 9.41 22.41 9.75 22 9.75Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M17 22.75H7C3.56 22.75 1.25 20.44 1.25 17V15C1.25 14.59 1.59 14.25 2 14.25C2.41 14.25 2.75 14.59 2.75 15V17C2.75 19.58 4.42 21.25 7 21.25H17C19.58 21.25 21.25 19.58 21.25 17V15C21.25 14.59 21.59 14.25 22 14.25C22.41 14.25 22.75 14.59 22.75 15V17C22.75 20.44 20.44 22.75 17 22.75Z\" fill=\"\"/>\n<path d=\"M16.3999 8.20999L12.6399 6.17996C12.2399 5.96996 11.7699 5.96996 11.3699 6.17996L7.60992 8.20999C7.33992 8.35999 7.16992 8.64995 7.16992 8.97995C7.16992 9.30995 7.33992 9.59997 7.60992 9.74997L11.3699 11.78C11.5699 11.89 11.7899 11.94 12.0099 11.94C12.2299 11.94 12.4499 11.89 12.6499 11.78L16.4099 9.74997C16.6799 9.59997 16.8499 9.30995 16.8499 8.97995C16.8399 8.64995 16.6699 8.35999 16.3999 8.20999Z\" fill=\"\"/>\n<path d=\"M10.7402 12.4699L7.24023 10.7199C6.97023 10.5899 6.66022 10.6 6.40022 10.76C6.14022 10.92 5.99023 11.1899 5.99023 11.4899V14.7999C5.99023 15.3699 6.31024 15.89 6.82024 16.14L10.3202 17.89C10.4402 17.95 10.5702 17.9799 10.7102 17.9799C10.8702 17.9799 11.0202 17.9399 11.1602 17.8499C11.4202 17.6899 11.5702 17.4199 11.5702 17.1199V13.8099C11.5702 13.2399 11.2602 12.7299 10.7402 12.4699Z\" fill=\"\"/>\n<path d=\"M17.5899 10.76C17.3299 10.6 17.0199 10.5899 16.7499 10.7199L13.2499 12.4699C12.7399 12.7299 12.4199 13.2399 12.4199 13.8099V17.1199C12.4199 17.4199 12.5699 17.6899 12.8299 17.8499C12.9699 17.9399 13.1199 17.9799 13.2799 17.9799C13.4099 17.9799 13.5399 17.95 13.6699 17.89L17.1699 16.14C17.6799 15.88 17.9999 15.3699 17.9999 14.7999V11.4899C17.9999 11.1899 17.8499 10.92 17.5899 10.76Z\" fill=\"\"/>\n</svg>\n</li><li title=\"3d rotate \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.57821 2.91194C4.8091 3.55436 2.75 6.03342 2.75 9C2.75 9.41421 2.41421 9.75 2 9.75C1.58579 9.75 1.25 9.41421 1.25 9C1.25 4.71579 4.71579 1.25 9 1.25C9.2702 1.25 9.51952 1.39534 9.65265 1.63047C9.78578 1.8656 9.78214 2.15417 9.64312 2.38587L8.59313 4.13587C8.38002 4.49105 7.91933 4.60623 7.56414 4.39312C7.20896 4.18001 7.09378 3.71932 7.30689 3.36413L7.57821 2.91194ZM22 14.25C22.4142 14.25 22.75 14.5858 22.75 15C22.75 19.2842 19.2842 22.75 15 22.75C14.7298 22.75 14.4805 22.6047 14.3474 22.3695C14.2142 22.1344 14.2179 21.8458 14.3569 21.6141L15.4069 19.8641C15.62 19.5089 16.0807 19.3938 16.4359 19.6069C16.791 19.82 16.9062 20.2807 16.6931 20.6359L16.4218 21.0881C19.1909 20.4456 21.25 17.9666 21.25 15C21.25 14.5858 21.5858 14.25 22 14.25Z\" fill=\"\"/>\n<path d=\"M16.3999 8.20996L12.6399 6.17996C12.2399 5.96996 11.7699 5.96996 11.3699 6.17996L7.60989 8.20996C7.33989 8.35996 7.16992 8.64996 7.16992 8.97996C7.16992 9.30996 7.33989 9.59996 7.60989 9.74996L11.3699 11.78C11.5699 11.89 11.7899 11.94 12.0099 11.94C12.2299 11.94 12.4499 11.89 12.6499 11.78L16.4099 9.74996C16.6799 9.59996 16.8499 9.30996 16.8499 8.97996C16.8399 8.64996 16.6699 8.35996 16.3999 8.20996Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M10.7402 12.4699L7.24023 10.7199C6.97023 10.5899 6.66024 10.5999 6.40024 10.7599C6.14024 10.9199 5.99023 11.1899 5.99023 11.4899V14.7999C5.99023 15.3699 6.31025 15.8899 6.82025 16.1399L10.3203 17.8899C10.4403 17.9499 10.5702 17.9799 10.7102 17.9799C10.8702 17.9799 11.0202 17.9399 11.1602 17.8499C11.4202 17.6899 11.5703 17.4199 11.5703 17.1199V13.8099C11.5703 13.2399 11.2602 12.7299 10.7402 12.4699Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M17.5899 10.7599C17.3299 10.5999 17.0199 10.5899 16.7499 10.7199L13.2499 12.4699C12.7399 12.7299 12.4199 13.2399 12.4199 13.8099V17.1199C12.4199 17.4199 12.5699 17.6899 12.8299 17.8499C12.9699 17.9399 13.1199 17.9799 13.2799 17.9799C13.4099 17.9799 13.5399 17.9499 13.6699 17.8899L17.1699 16.1399C17.6799 15.8799 17.9999 15.3699 17.9999 14.7999V11.4899C17.9999 11.1899 17.8499 10.9199 17.5899 10.7599Z\" fill=\"\"/>\n</svg>\n</li><li title=\"3d square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.1898 2.33008H7.81976C4.17976 2.33008 2.00977 4.50008 2.00977 8.14008V16.5101C2.00977 20.1501 4.17976 22.3201 7.81976 22.3201H16.1898C19.8298 22.3201 21.9998 20.1501 21.9998 16.5101V8.15008C21.9998 4.51008 19.8298 2.33008 16.1898 2.33008Z\" fill=\"\"/>\n<path d=\"M16.3999 8.20996L12.6399 6.17996C12.2399 5.96996 11.7699 5.96996 11.3699 6.17996L7.60989 8.20996C7.33989 8.35996 7.16992 8.64996 7.16992 8.97996C7.16992 9.30996 7.33989 9.59996 7.60989 9.74996L11.3699 11.78C11.5699 11.89 11.7899 11.94 12.0099 11.94C12.2299 11.94 12.4499 11.89 12.6499 11.78L16.4099 9.74996C16.6799 9.59996 16.8499 9.30996 16.8499 8.97996C16.8399 8.64996 16.6699 8.35996 16.3999 8.20996Z\" fill=\"\"/>\n<path d=\"M10.7402 12.4699L7.24023 10.7199C6.97023 10.5899 6.66024 10.5999 6.40024 10.7599C6.14024 10.9199 5.99023 11.1899 5.99023 11.4899V14.7999C5.99023 15.3699 6.31025 15.8899 6.82025 16.1399L10.3203 17.8899C10.4403 17.9499 10.5702 17.9799 10.7102 17.9799C10.8702 17.9799 11.0202 17.9399 11.1602 17.8499C11.4202 17.6899 11.5703 17.4199 11.5703 17.1199V13.8099C11.5703 13.2399 11.2602 12.7299 10.7402 12.4699Z\" fill=\"\"/>\n<path d=\"M17.5899 10.7599C17.3299 10.5999 17.0199 10.5899 16.7499 10.7199L13.2499 12.4699C12.7399 12.7299 12.4199 13.2399 12.4199 13.8099V17.1199C12.4199 17.4199 12.5699 17.6899 12.8299 17.8499C12.9699 17.9399 13.1199 17.9799 13.2799 17.9799C13.4099 17.9799 13.5399 17.9499 13.6699 17.8899L17.1699 16.1399C17.6799 15.8799 17.9999 15.3699 17.9999 14.7999V11.4899C17.9999 11.1899 17.8499 10.9199 17.5899 10.7599Z\" fill=\"\"/>\n</svg>\n</li><li title=\"3dcube \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.3297 5.68003L13.0597 2.30003C12.3997 1.94003 11.5997 1.94003 10.9397 2.30003L4.66969 5.68003C4.20969 5.93003 3.92969 6.41003 3.92969 6.96003C3.92969 7.50003 4.20969 7.99003 4.66969 8.24003L10.9397 11.62C11.2697 11.8 11.6397 11.89 11.9997 11.89C12.3597 11.89 12.7297 11.8 13.0597 11.62L19.3297 8.24003C19.7897 7.99003 20.0697 7.51003 20.0697 6.96003C20.0697 6.41003 19.7897 5.93003 19.3297 5.68003Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M9.91 12.79L4.07 9.87C3.62 9.65 3.1 9.67 2.68 9.93C2.25 10.2 2 10.65 2 11.15V16.66C2 17.61 2.53 18.47 3.38 18.9L9.21 21.82C9.41 21.92 9.63 21.97 9.85 21.97C10.11 21.97 10.37 21.9 10.6 21.76C11.03 21.5 11.28 21.04 11.28 20.54V15.03C11.29 14.07 10.76 13.21 9.91 12.79Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M21.3207 9.9299C20.8907 9.6699 20.3707 9.6399 19.9307 9.8699L14.1007 12.7899C13.2507 13.2199 12.7207 14.0699 12.7207 15.0299V20.5399C12.7207 21.0399 12.9707 21.4999 13.4007 21.7599C13.6307 21.8999 13.8907 21.9699 14.1507 21.9699C14.3707 21.9699 14.5907 21.9199 14.7907 21.8199L20.6207 18.8999C21.4707 18.4699 22.0007 17.6199 22.0007 16.6599V11.1499C22.0007 10.6499 21.7507 10.1999 21.3207 9.9299Z\" fill=\"\"/>\n</svg>\n</li><li title=\"3square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12 17V19.38C12 21.25 11.25 22 9.37 22H4.62C2.75 22 2 21.25 2 19.38V14.63C2 12.75 2.75 12 4.62 12H7V14.37C7 16.25 7.75 17 9.62 17H12Z\" fill=\"\"/>\n<path opacity=\"0.6\" d=\"M17 12V14.37C17 16.25 16.25 17 14.37 17H9.62C7.75 17 7 16.25 7 14.37V9.62C7 7.75 7.75 7 9.62 7H12V9.37C12 11.25 12.75 12 14.62 12H17Z\" fill=\"\"/>\n<path d=\"M22 4.62V9.37C22 11.25 21.25 12 19.37 12H14.62C12.75 12 12 11.25 12 9.37V4.62C12 2.75 12.75 2 14.62 2H19.37C21.25 2 22 2.75 22 4.62Z\" fill=\"\"/>\n</svg>\n</li><li title=\"activity \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2Z\" fill=\"\"/>\n<path d=\"M7.33011 15.24C7.17011 15.24 7.01011 15.19 6.87011 15.08C6.54011 14.83 6.48011 14.36 6.73011 14.03L9.11011 10.94C9.40011 10.57 9.81011 10.33 10.2801 10.27C10.7401 10.21 11.2101 10.34 11.5801 10.63L13.4101 12.07C13.4801 12.13 13.5501 12.13 13.6001 12.12C13.6401 12.12 13.7101 12.1 13.7701 12.02L16.0801 9.04001C16.3301 8.71001 16.8101 8.65001 17.1301 8.91001C17.4601 9.16001 17.5201 9.63001 17.2601 9.96001L14.9501 12.94C14.6601 13.31 14.2501 13.55 13.7801 13.6C13.3101 13.66 12.8501 13.53 12.4801 13.24L10.6501 11.8C10.5801 11.74 10.5001 11.74 10.4601 11.75C10.4201 11.75 10.3501 11.77 10.2901 11.85L7.91011 14.94C7.78011 15.14 7.56011 15.24 7.33011 15.24Z\" fill=\"\"/>\n</svg>\n</li><li title=\"add circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" fill=\"\"/>\n<path d=\"M16 11.25H12.75V8C12.75 7.59 12.41 7.25 12 7.25C11.59 7.25 11.25 7.59 11.25 8V11.25H8C7.59 11.25 7.25 11.59 7.25 12C7.25 12.41 7.59 12.75 8 12.75H11.25V16C11.25 16.41 11.59 16.75 12 16.75C12.41 16.75 12.75 16.41 12.75 16V12.75H16C16.41 12.75 16.75 12.41 16.75 12C16.75 11.59 16.41 11.25 16 11.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"add square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2Z\" fill=\"\"/>\n<path d=\"M16 11.25H12.75V8C12.75 7.59 12.41 7.25 12 7.25C11.59 7.25 11.25 7.59 11.25 8V11.25H8C7.59 11.25 7.25 11.59 7.25 12C7.25 12.41 7.59 12.75 8 12.75H11.25V16C11.25 16.41 11.59 16.75 12 16.75C12.41 16.75 12.75 16.41 12.75 16V12.75H16C16.41 12.75 16.75 12.41 16.75 12C16.75 11.59 16.41 11.25 16 11.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2Z\" fill=\"\"/>\n<path d=\"M18 11.25H12.75V6C12.75 5.59 12.41 5.25 12 5.25C11.59 5.25 11.25 5.59 11.25 6V11.25H6C5.59 11.25 5.25 11.59 5.25 12C5.25 12.41 5.59 12.75 6 12.75H11.25V18C11.25 18.41 11.59 18.75 12 18.75C12.41 18.75 12.75 18.41 12.75 18V12.75H18C18.41 12.75 18.75 12.41 18.75 12C18.75 11.59 18.41 11.25 18 11.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"additem \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M18.5703 22H14.0003C11.7103 22 10.5703 20.86 10.5703 18.57V11.43C10.5703 9.14 11.7103 8 14.0003 8H18.5703C20.8603 8 22.0003 9.14 22.0003 11.43V18.57C22.0003 20.86 20.8603 22 18.5703 22Z\" fill=\"\"/>\n<path d=\"M13.43 5.43V6.77C10.81 6.98 9.32 8.66 9.32 11.43V16H5.43C3.14 16 2 14.86 2 12.57V5.43C2 3.14 3.14 2 5.43 2H10C12.29 2 13.43 3.14 13.43 5.43Z\" fill=\"\"/>\n<path d=\"M18.1291 14.2501H17.2491V13.3701C17.2491 12.9601 16.9091 12.6201 16.4991 12.6201C16.0891 12.6201 15.7491 12.9601 15.7491 13.3701V14.2501H14.8691C14.4591 14.2501 14.1191 14.5901 14.1191 15.0001C14.1191 15.4101 14.4591 15.7501 14.8691 15.7501H15.7491V16.6301C15.7491 17.0401 16.0891 17.3801 16.4991 17.3801C16.9091 17.3801 17.2491 17.0401 17.2491 16.6301V15.7501H18.1291C18.5391 15.7501 18.8791 15.4101 18.8791 15.0001C18.8791 14.5901 18.5391 14.2501 18.1291 14.2501Z\" fill=\"\"/>\n</svg>\n</li><li title=\"airdrop \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.1297 11.3401C14.5197 9.70008 13.0897 8.27003 11.4497 8.66003C10.6797 8.85003 10.0497 9.48005 9.85974 10.2501C9.46974 11.8901 10.8997 13.32 12.5397 12.93C13.3197 12.74 13.9497 12.1101 14.1297 11.3401Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M6.02094 17.97C5.84093 17.97 5.65093 17.9 5.51093 17.77C3.57093 15.97 2.46094 13.43 2.46094 10.79C2.46094 5.52998 6.74093 1.25 12.0009 1.25C17.2609 1.25 21.5409 5.52998 21.5409 10.79C21.5409 13.45 20.4709 15.91 18.5309 17.74C18.2309 18.02 17.7509 18.01 17.4709 17.71C17.1909 17.41 17.2009 16.93 17.5009 16.65C19.1409 15.11 20.0409 13.04 20.0409 10.8C20.0409 6.36999 16.4309 2.76001 12.0009 2.76001C7.57093 2.76001 3.96094 6.36999 3.96094 10.8C3.96094 13.06 4.87093 15.14 6.53093 16.68C6.83093 16.96 6.85094 17.44 6.57094 17.74C6.42094 17.89 6.22094 17.97 6.02094 17.97Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M15.9995 15.3C15.8195 15.3 15.6295 15.23 15.4895 15.1C15.1895 14.82 15.1695 14.34 15.4595 14.04C16.2895 13.16 16.7495 12 16.7495 10.8C16.7495 8.18005 14.6195 6.06006 12.0095 6.06006C9.39952 6.06006 7.26953 8.19005 7.26953 10.8C7.26953 12.01 7.72952 13.16 8.55952 14.04C8.83952 14.34 8.82953 14.82 8.52953 15.1C8.22953 15.39 7.74953 15.3701 7.46953 15.0701C6.37953 13.9101 5.76953 12.39 5.76953 10.8C5.76953 7.36005 8.56952 4.56006 12.0095 4.56006C15.4495 4.56006 18.2495 7.36005 18.2495 10.8C18.2495 12.39 17.6495 13.9101 16.5495 15.0701C16.3995 15.2201 16.1995 15.3 15.9995 15.3Z\" fill=\"\"/>\n<path d=\"M10.3007 16.66L8.86071 18.4501C7.72071 19.8801 8.73071 21.99 10.5607 21.99H13.4307C15.2607 21.99 16.2807 19.8701 15.1307 18.4501L13.6907 16.66C12.8307 15.57 11.1707 15.57 10.3007 16.66Z\" fill=\"\"/>\n</svg>\n</li><li title=\"airplane square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2Z\" fill=\"\"/>\n<path d=\"M9.85953 19L11.5395 17.58C11.7895 17.37 12.2095 17.37 12.4695 17.58L14.1395 19C14.5295 19.2 15.0095 19 15.1495 18.58L15.4695 17.62C15.5495 17.39 15.4695 17.05 15.2995 16.88L13.6595 15.23C13.5395 15.11 13.4495 14.88 13.4495 14.72V12.87C13.4495 12.45 13.7595 12.25 14.1495 12.41L17.4995 13.85C18.0495 14.09 18.5095 13.79 18.5095 13.19V12.26C18.5095 11.78 18.1495 11.22 17.6995 11.03L13.7595 9.32999C13.5895 9.25999 13.4595 9.04999 13.4595 8.86999V6.79999C13.4595 6.11999 12.9595 5.31999 12.3595 5.00999C12.1395 4.89999 11.8895 4.89999 11.6695 5.00999C11.0595 5.30999 10.5695 6.11999 10.5695 6.79999V8.86999C10.5695 9.04999 10.4295 9.25999 10.2695 9.32999L6.32953 11.03C5.88953 11.22 5.51953 11.78 5.51953 12.26V13.19C5.51953 13.79 5.96953 14.09 6.52953 13.85L9.87953 12.41C10.2595 12.24 10.5795 12.45 10.5795 12.87V14.72C10.5795 14.89 10.4795 15.12 10.3695 15.23L8.69953 16.87C8.52953 17.04 8.44953 17.38 8.52953 17.61L8.84953 18.57C8.98953 19 9.45953 19.2 9.85953 19Z\" fill=\"\"/>\n</svg>\n</li><li title=\"airplane \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.96055 14.0401V12.9301C9.96055 12.5001 9.64055 12.2901 9.25055 12.4601L4.24055 14.6201C3.45055 14.9601 2.81055 14.5401 2.81055 13.6901V12.3701C2.81055 11.6901 3.32055 10.9001 3.95055 10.6401L9.65055 8.19006C9.81055 8.11006 9.95055 7.90006 9.95055 7.72006V4.66006C9.95055 3.70006 10.6605 2.55006 11.5105 2.11006C11.8105 1.96006 12.1705 1.96006 12.4705 2.11006C13.3305 2.55006 14.0405 3.69006 14.0405 4.65006V7.71006C14.0405 7.89006 14.1805 8.10006 14.3405 8.18006L15.3805 8.62006L9.96055 14.0401Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M21.1892 12.3701V13.6901C21.1892 14.5401 20.5492 14.9601 19.7592 14.6201L14.7492 12.4601C14.3492 12.3001 14.0392 12.5001 14.0392 12.9301V15.8401C14.0392 16.0701 14.1692 16.4001 14.3392 16.5601L16.6592 18.8901C16.8992 19.1301 17.0092 19.6101 16.8992 19.9401L16.4492 21.3001C16.2492 21.8901 15.5792 22.1601 15.0292 21.8901L12.6492 19.8901C12.2892 19.5801 11.6992 19.5801 11.3392 19.8901L8.95918 21.8901C8.40918 22.1701 7.73918 21.8901 7.55918 21.3001L7.10918 19.9401C6.99918 19.6001 7.10918 19.1301 7.34918 18.8901L9.66918 16.5601C9.82918 16.4001 9.95918 16.0701 9.95918 15.8401V14.0401L15.3792 8.62012L20.0492 10.6301C20.6792 10.9001 21.1892 11.6901 21.1892 12.3701Z\" fill=\"\"/>\n</svg>\n</li><li title=\"airpod \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M21.5 6.5V17.5C21.5 19.99 19.49 22 17 22H7C4.51 22 2.5 19.99 2.5 17.5V6.5C2.5 4.01 4.51 2 7 2H17C19.49 2 21.5 4.01 21.5 6.5Z\" fill=\"\"/>\n<path d=\"M21.5 8.17V9.67H17.37C17.06 10.64 16.15 11.34 15.08 11.34H8.92C8.28 11.34 7.65 11.08 7.2 10.62C6.93 10.36 6.74 10.03 6.62 9.67H2.5V8.17H6.63C6.94 7.2 7.85 6.5 8.92 6.5H15.07C15.72 6.5 16.34 6.76 16.79 7.22C17.06 7.49 17.26 7.81 17.37 8.17H21.5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"airpods \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M10.5 4.83002V17.11C10.5 17.93 9.98 18.62 9.25 18.88C9.05 18.96 8.82999 19 8.60999 19C8.29999 19 8 18.92 7.75 18.78C7.14 18.47 6.72 17.84 6.72 17.11V9.56H5.78C3.7 9.56 2 7.86003 2 5.78003C2 4.74003 2.41999 3.79999 3.10999 3.10999C3.79999 2.41999 4.74 2 5.78 2H7.67001C9.22001 2 10.5 3.28002 10.5 4.83002Z\" fill=\"\"/>\n<path d=\"M5.77985 7.47003C4.84985 7.47003 4.08984 6.71008 4.08984 5.77008C4.08984 4.83008 4.84985 4.08008 5.77985 4.08008C6.18985 4.08008 6.52985 4.42008 6.52985 4.83008C6.52985 5.24008 6.18985 5.58008 5.77985 5.58008C5.66985 5.58008 5.58984 5.67008 5.58984 5.77008C5.58984 5.87008 5.67985 5.97003 5.77985 5.97003C6.18985 5.97003 6.52985 6.31003 6.52985 6.72003C6.52985 7.13003 6.18985 7.47003 5.77985 7.47003Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M22 5.78003C22 7.86003 20.3 9.56 18.22 9.56H17.28V17.11C17.28 17.84 16.86 18.47 16.25 18.78C16 18.92 15.7 19 15.39 19C15.17 19 14.95 18.96 14.75 18.88C14.02 18.62 13.5 17.93 13.5 17.11V4.83002C13.5 3.28002 14.77 2 16.33 2H18.22C19.26 2 20.2 2.41999 20.89 3.10999C21.58 3.79999 22 4.74003 22 5.78003Z\" fill=\"\"/>\n<path d=\"M18.2207 7.47003C17.8107 7.47003 17.4707 7.13003 17.4707 6.72003C17.4707 6.31003 17.8107 5.97003 18.2207 5.97003C18.3307 5.97003 18.4107 5.88008 18.4107 5.77008C18.4107 5.66008 18.3207 5.58008 18.2207 5.58008C17.8107 5.58008 17.4707 5.24008 17.4707 4.83008C17.4707 4.42008 17.8107 4.08008 18.2207 4.08008C19.1507 4.08008 19.9107 4.84008 19.9107 5.77008C19.9107 6.70008 19.1607 7.47003 18.2207 7.47003Z\" fill=\"\"/>\n<path d=\"M9.25 18.88V22C9.25 22.41 8.91 22.75 8.5 22.75C8.09 22.75 7.75 22.41 7.75 22V18.78C8 18.92 8.29999 19 8.60999 19C8.82999 19 9.05 18.96 9.25 18.88Z\" fill=\"\"/>\n<path d=\"M16.25 18.78V22C16.25 22.41 15.91 22.75 15.5 22.75C15.09 22.75 14.75 22.41 14.75 22V18.88C14.95 18.96 15.17 19 15.39 19C15.7 19 16 18.92 16.25 18.78Z\" fill=\"\"/>\n</svg>\n</li><li title=\"alarm \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M22.75 22C22.75 22.41 22.41 22.75 22 22.75H2C1.59 22.75 1.25 22.41 1.25 22C1.25 21.59 1.59 21.25 2 21.25H22C22.41 21.25 22.75 21.59 22.75 22Z\" fill=\"\"/>\n<path d=\"M21 15V21.25H3V15C3 10.03 7.03 6 12 6C16.97 6 21 10.03 21 15Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M12 3.75C11.59 3.75 11.25 3.41 11.25 3V2C11.25 1.59 11.59 1.25 12 1.25C12.41 1.25 12.75 1.59 12.75 2V3C12.75 3.41 12.41 3.75 12 3.75Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M4.99945 5.74994C4.80945 5.74994 4.61945 5.67994 4.46945 5.52994L3.46945 4.52994C3.17945 4.23994 3.17945 3.75994 3.46945 3.46994C3.75945 3.17994 4.23945 3.17994 4.52945 3.46994L5.52945 4.46994C5.81945 4.75994 5.81945 5.23994 5.52945 5.52994C5.37945 5.67994 5.18945 5.74994 4.99945 5.74994Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M18.9995 5.74994C18.8095 5.74994 18.6195 5.67994 18.4695 5.52994C18.1795 5.23994 18.1795 4.75994 18.4695 4.46994L19.4695 3.46994C19.7595 3.17994 20.2395 3.17994 20.5295 3.46994C20.8195 3.75994 20.8195 4.23994 20.5295 4.52994L19.5295 5.52994C19.3795 5.67994 19.1895 5.74994 18.9995 5.74994Z\" fill=\"\"/>\n</svg>\n</li><li title=\"align bottom \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.98 19.3799H17.02C18.61 19.3799 19.25 18.7799 19.25 17.2599V5.37988H13.75V17.2599C13.76 18.7799 14.4 19.3799 15.98 19.3799Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M7.48 14.3799H8.52C10.11 14.3799 10.75 13.7699 10.75 12.2599V5.37988H5.25V12.2599C5.26 13.7699 5.9 14.3799 7.48 14.3799Z\" fill=\"\"/>\n<path d=\"M21.25 6.11988H2.75C2.34 6.11988 2 5.78988 2 5.37988C2 4.96988 2.34 4.62988 2.75 4.62988H21.25C21.66 4.62988 22 4.96988 22 5.37988C22 5.78988 21.66 6.11988 21.25 6.11988Z\" fill=\"\"/>\n</svg>\n</li><li title=\"align horizontally \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.75 17.4V6.6C4.75 5.1 5.39 4.5 6.98 4.5H8.02C9.61 4.5 10.25 5.1 10.25 6.6V17.4C10.25 18.9 9.61 19.5 8.02 19.5H6.98C5.39 19.5 4.75 18.9 4.75 17.4Z\" fill=\"\"/>\n<path d=\"M4.75 12.75H2.75C2.34 12.75 2 12.41 2 12C2 11.59 2.34 11.25 2.75 11.25H4.75V12.75Z\" fill=\"\"/>\n<path d=\"M13.25 11.25H10.25V12.75H13.25V11.25Z\" fill=\"\"/>\n<path d=\"M21.25 12.75H18.75V11.25H21.25C21.66 11.25 22 11.59 22 12C22 12.41 21.66 12.75 21.25 12.75Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M13.25 15.4V8.6C13.25 7.1 13.89 6.5 15.48 6.5H16.52C18.11 6.5 18.75 7.1 18.75 8.6V15.4C18.75 16.9 18.11 17.5 16.52 17.5H15.48C13.89 17.5 13.25 16.9 13.25 15.4Z\" fill=\"\"/>\n</svg>\n</li><li title=\"align left \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.3809 15.98V17.02C19.3809 18.61 18.7809 19.25 17.2609 19.25H5.38086V13.75H17.2609C18.7809 13.75 19.3809 14.39 19.3809 15.98Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M14.3809 7.48V8.52C14.3809 10.11 13.7709 10.75 12.2609 10.75H5.38086V5.25H12.2609C13.7709 5.25 14.3809 5.89 14.3809 7.48Z\" fill=\"\"/>\n<path d=\"M5.37912 22C4.96912 22 4.62912 21.66 4.62912 21.25V2.75C4.61912 2.33 4.95912 2 5.37912 2C5.79912 2 6.12912 2.34 6.12912 2.75V21.25C6.11912 21.66 5.78912 22 5.37912 22Z\" fill=\"\"/>\n</svg>\n</li><li title=\"align right \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.61914 15.98V17.02C4.61914 18.61 5.21914 19.25 6.73914 19.25H18.6191V13.75H6.73914C5.21914 13.75 4.61914 14.39 4.61914 15.98Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M9.61914 7.48V8.52C9.61914 10.11 10.2291 10.75 11.7391 10.75H18.6191V5.25H11.7391C10.2291 5.25 9.61914 5.89 9.61914 7.48Z\" fill=\"\"/>\n<path d=\"M18.6191 22C18.2091 22 17.8691 21.66 17.8691 21.25V2.75C17.8691 2.34 18.2091 2 18.6191 2C19.0291 2 19.3691 2.34 19.3691 2.75V21.25C19.3791 21.66 19.0391 22 18.6191 22Z\" fill=\"\"/>\n</svg>\n</li><li title=\"align vertically \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.4 19.25H6.6C5.1 19.25 4.5 18.61 4.5 17.02V15.98C4.5 14.39 5.1 13.75 6.6 13.75H17.4C18.9 13.75 19.5 14.39 19.5 15.98V17.02C19.5 18.61 18.9 19.25 17.4 19.25Z\" fill=\"\"/>\n<path d=\"M12.75 19.25V21.25C12.75 21.66 12.41 22 12 22C11.59 22 11.25 21.66 11.25 21.25V19.25H12.75Z\" fill=\"\"/>\n<path d=\"M12.75 10.75H11.25V13.75H12.75V10.75Z\" fill=\"\"/>\n<path d=\"M12.75 2.75V5.25H11.25V2.75C11.25 2.34 11.59 2 12 2C12.41 2 12.75 2.34 12.75 2.75Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M15.4 10.75H8.6C7.1 10.75 6.5 10.11 6.5 8.52V7.48C6.5 5.89 7.1 5.25 8.6 5.25H15.4C16.9 5.25 17.5 5.89 17.5 7.48V8.52C17.5 10.11 16.9 10.75 15.4 10.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"aquarius \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.75 9C19.75 4.73 16.27 1.25 12 1.25C7.73 1.25 4.25 4.73 4.25 9C4.25 9.41 4.59 9.75 5 9.75C5.41 9.75 5.75 9.41 5.75 9C5.75 5.55 8.55 2.75 12 2.75C15.45 2.75 18.25 5.55 18.25 9C18.25 12.45 15.45 15.25 12 15.25C11.59 15.25 11.25 15.59 11.25 16V22C11.25 22.41 11.59 22.75 12 22.75C12.41 22.75 12.75 22.41 12.75 22V16.71C16.67 16.33 19.75 13.02 19.75 9Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M15 19.75H9C8.59 19.75 8.25 19.41 8.25 19C8.25 18.59 8.59 18.25 9 18.25H15C15.41 18.25 15.75 18.59 15.75 19C15.75 19.41 15.41 19.75 15 19.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"archive 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.8203 2H7.18031C5.05031 2 3.32031 3.74 3.32031 5.86V19.95C3.32031 21.75 4.61031 22.51 6.19031 21.64L11.0703 18.93C11.5903 18.64 12.4303 18.64 12.9403 18.93L17.8203 21.64C19.4003 22.52 20.6903 21.76 20.6903 19.95V5.86C20.6803 3.74 18.9503 2 16.8203 2Z\" fill=\"\"/>\n<path d=\"M12.0007 10.2801C10.9807 10.2801 9.96074 10.1001 8.99074 9.75005C8.60074 9.61005 8.40074 9.18005 8.54074 8.79005C8.69074 8.40005 9.12074 8.20005 9.51074 8.34005C11.1207 8.92005 12.8907 8.92005 14.5007 8.34005C14.8907 8.20005 15.3207 8.40005 15.4607 8.79005C15.6007 9.18005 15.4007 9.61005 15.0107 9.75005C14.0407 10.1001 13.0207 10.2801 12.0007 10.2801Z\" fill=\"\"/>\n</svg>\n</li><li title=\"archive 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.1898 2H7.81976C4.17976 2 2.00977 4.17 2.00977 7.81V16.18C2.00977 19.82 4.17976 21.99 7.81976 21.99H16.1898C19.8298 21.99 21.9998 19.82 21.9998 16.18V7.81C21.9998 4.17 19.8298 2 16.1898 2Z\" fill=\"\"/>\n<path d=\"M19 15H18.75V14.5V14V11V7.75C18.75 6.23 17.52 5 16 5H8C6.48 5 5.25 6.23 5.25 7.75V11V14V14.5V15H5C4.59 15 4.25 15.34 4.25 15.75C4.25 16.16 4.59 16.5 5 16.5H6H8.84003C9.18003 17.93 10.47 19 12 19C13.53 19 14.82 17.93 15.16 16.5H18H19C19.41 16.5 19.75 16.16 19.75 15.75C19.75 15.34 19.41 15 19 15ZM16.79 11.88C16.73 11.86 16.67 11.84 16.6 11.82C16.4 11.78 16.2 11.75 15.99 11.75H7.98999C7.77999 11.75 7.58 11.78 7.38 11.82C7.32 11.83 7.26 11.86 7.19 11.88C7.06 11.92 6.93 11.96 6.81 12.02C6.78 12.03 6.74998 12.04 6.72998 12.05V11C6.72998 10.31 7.28998 9.75 7.97998 9.75H15.98C16.67 9.75 17.23 10.31 17.23 11V12.05C17.2 12.04 17.18 12.03 17.15 12.02C17.05 11.96 16.92 11.92 16.79 11.88ZM8 6.5H16C16.69 6.5 17.25 7.06 17.25 7.75V8.56C16.87 8.37 16.45 8.25 16 8.25H8C7.55 8.25 7.13 8.37 6.75 8.56V7.75C6.75 7.06 7.31 6.5 8 6.5ZM14.5 15C14.09 15 13.75 15.34 13.75 15.75C13.75 16.71 12.96 17.5 12 17.5C11.04 17.5 10.25 16.71 10.25 15.75C10.25 15.34 9.91 15 9.5 15H6.75V14.5C6.75 13.81 7.31 13.25 8 13.25H16C16.69 13.25 17.25 13.81 17.25 14.5V15H14.5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"archive add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.8203 2H7.18031C5.05031 2 3.32031 3.74 3.32031 5.86V19.95C3.32031 21.75 4.61031 22.51 6.19031 21.64L11.0703 18.93C11.5903 18.64 12.4303 18.64 12.9403 18.93L17.8203 21.64C19.4003 22.52 20.6903 21.76 20.6903 19.95V5.86C20.6803 3.74 18.9503 2 16.8203 2Z\" fill=\"\"/>\n<path d=\"M14.5 9.89996H12.75V8.20996C12.75 7.79996 12.41 7.45996 12 7.45996C11.59 7.45996 11.25 7.79996 11.25 8.20996V9.89996H9.5C9.09 9.89996 8.75 10.24 8.75 10.65C8.75 11.06 9.09 11.4 9.5 11.4H11.25V13.21C11.25 13.62 11.59 13.96 12 13.96C12.41 13.96 12.75 13.62 12.75 13.21V11.4H14.5C14.91 11.4 15.25 11.06 15.25 10.65C15.25 10.24 14.91 9.89996 14.5 9.89996Z\" fill=\"\"/>\n</svg>\n</li><li title=\"archive book \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M21 7V17C21 20 19.5 22 16 22H8C4.5 22 3 20 3 17V7C3 4 4.5 2 8 2H16C19.5 2 21 4 21 7Z\" fill=\"\"/>\n<path d=\"M15.5 2V9.85999C15.5 10.3 14.98 10.52 14.66 10.23L12.34 8.09C12.15 7.91 11.85 7.91 11.66 8.09L9.34003 10.23C9.02003 10.53 8.5 10.3 8.5 9.85999V2H15.5Z\" fill=\"\"/>\n<path d=\"M17.5 14.75H13.25C12.84 14.75 12.5 14.41 12.5 14C12.5 13.59 12.84 13.25 13.25 13.25H17.5C17.91 13.25 18.25 13.59 18.25 14C18.25 14.41 17.91 14.75 17.5 14.75Z\" fill=\"\"/>\n<path d=\"M17.5 18.75H9C8.59 18.75 8.25 18.41 8.25 18C8.25 17.59 8.59 17.25 9 17.25H17.5C17.91 17.25 18.25 17.59 18.25 18C18.25 18.41 17.91 18.75 17.5 18.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"archive minus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.8203 2H7.18031C5.05031 2 3.32031 3.74 3.32031 5.86V19.95C3.32031 21.75 4.61031 22.51 6.19031 21.64L11.0703 18.93C11.5903 18.64 12.4303 18.64 12.9403 18.93L17.8203 21.64C19.4003 22.52 20.6903 21.76 20.6903 19.95V5.86C20.6803 3.74 18.9503 2 16.8203 2Z\" fill=\"\"/>\n<path d=\"M14.5 11.3999H9.5C9.09 11.3999 8.75 11.0599 8.75 10.6499C8.75 10.2399 9.09 9.8999 9.5 9.8999H14.5C14.91 9.8999 15.25 10.2399 15.25 10.6499C15.25 11.0599 14.91 11.3999 14.5 11.3999Z\" fill=\"\"/>\n</svg>\n</li><li title=\"archive slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M20.68 6.31982V19.9498C20.68 21.7498 19.39 22.5098 17.82 21.6398L12.94 18.9198C12.42 18.6398 11.58 18.6398 11.06 18.9198L6.18 21.6398C5.76 21.8698 5.36 21.9898 5 21.9998L20.68 6.31982Z\" fill=\"\"/>\n<path d=\"M20.1203 3.88L3.39031 20.61C3.34031 20.41 3.32031 20.19 3.32031 19.95V5.86C3.32031 3.74 5.05031 2 7.18031 2H16.8203C18.2203 2 19.4503 2.75 20.1203 3.88Z\" fill=\"\"/>\n<path d=\"M21.7709 2.22988C21.4709 1.92988 20.9809 1.92988 20.6809 2.22988L2.23086 20.6899C1.93086 20.9899 1.93086 21.4799 2.23086 21.7799C2.38086 21.9199 2.57086 21.9999 2.77086 21.9999C2.97086 21.9999 3.16086 21.9199 3.31086 21.7699L21.7709 3.30988C22.0809 3.00988 22.0809 2.52988 21.7709 2.22988Z\" fill=\"\"/>\n</svg>\n</li><li title=\"archive tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.8203 1.91016H7.18031C5.06031 1.91016 3.32031 3.65016 3.32031 5.77016V19.8602C3.32031 21.6602 4.61031 22.4202 6.19031 21.5502L11.0703 18.8402C11.5903 18.5502 12.4303 18.5502 12.9403 18.8402L17.8203 21.5502C19.4003 22.4302 20.6903 21.6702 20.6903 19.8602V5.77016C20.6803 3.65016 18.9503 1.91016 16.8203 1.91016Z\" fill=\"\"/>\n<path d=\"M11.0893 13.2499C10.8993 13.2499 10.7093 13.1799 10.5593 13.0299L9.0593 11.5299C8.7693 11.2399 8.7693 10.7599 9.0593 10.4699C9.3493 10.1799 9.8293 10.1799 10.1193 10.4699L11.0893 11.4399L14.5593 7.96994C14.8493 7.67994 15.3293 7.67994 15.6193 7.96994C15.9093 8.25994 15.9093 8.73994 15.6193 9.02994L11.6193 13.0299C11.4693 13.1799 11.2793 13.2499 11.0893 13.2499Z\" fill=\"\"/>\n</svg>\n</li><li title=\"archive \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M19.5 9.96997V19C19.5 21 19 22 16.5 22H7.5C5 22 4.5 21 4.5 19V9.96997C4.66 9.98997 4.83 9.99997 5 9.99997H19C19.17 9.99997 19.34 9.98997 19.5 9.96997Z\" fill=\"\"/>\n<path d=\"M22 5V7C22 8.83 21.17 9.82 19.5 9.97C19.34 9.99 19.17 10 19 10H5C4.83 10 4.66 9.99 4.5 9.97C2.83 9.82 2 8.83 2 7V5C2 3 3 2 5 2H19C21 2 22 3 22 5Z\" fill=\"\"/>\n<path d=\"M13.8197 14.75H10.1797C9.76969 14.75 9.42969 14.41 9.42969 14C9.42969 13.59 9.76969 13.25 10.1797 13.25H13.8197C14.2297 13.25 14.5697 13.59 14.5697 14C14.5697 14.41 14.2297 14.75 13.8197 14.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrange circle 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" fill=\"\"/>\n<path d=\"M17.8499 13.5301C17.7699 13.3501 17.6298 13.2001 17.4398 13.1201C17.3498 13.0801 17.2498 13.0601 17.1498 13.0601H6.83984C6.42984 13.0601 6.08984 13.4001 6.08984 13.8101C6.08984 14.2201 6.42984 14.5601 6.83984 14.5601H15.3398L13.5798 16.3201C13.2898 16.6101 13.2898 17.0901 13.5798 17.3801C13.7298 17.5301 13.9198 17.6001 14.1098 17.6001C14.2998 17.6001 14.4899 17.5301 14.6399 17.3801L17.6798 14.3401C17.7498 14.2701 17.7998 14.1901 17.8398 14.1001C17.9198 13.9201 17.9199 13.7101 17.8499 13.5301Z\" fill=\"\"/>\n<path d=\"M17.1498 9.43009H8.64984L10.4099 7.67011C10.6999 7.38011 10.6999 6.90008 10.4099 6.61008C10.1199 6.32008 9.63986 6.32008 9.34986 6.61008L6.30985 9.65009C6.23985 9.72009 6.18984 9.80011 6.14984 9.89011C6.06984 10.0701 6.06984 10.2801 6.14984 10.4601C6.22984 10.6401 6.36985 10.7901 6.55985 10.8701C6.64985 10.9101 6.74986 10.9301 6.84986 10.9301H17.1599C17.5699 10.9301 17.9099 10.5901 17.9099 10.1801C17.9099 9.77009 17.5698 9.43009 17.1498 9.43009Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrange circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" fill=\"\"/>\n<path d=\"M17.3903 9.25998L14.3503 6.22C14.2803 6.15 14.2003 6.1 14.1103 6.06C13.9303 5.98 13.7203 5.98 13.5403 6.06C13.3603 6.14 13.2103 6.28 13.1303 6.47C13.0903 6.56 13.0703 6.65998 13.0703 6.75998V17.07C13.0703 17.48 13.4103 17.82 13.8203 17.82C14.2303 17.82 14.5703 17.48 14.5703 17.07V8.57001L16.3303 10.33C16.4803 10.48 16.6703 10.55 16.8603 10.55C17.0503 10.55 17.2403 10.48 17.3903 10.33C17.6803 10.02 17.6803 9.54998 17.3903 9.25998Z\" fill=\"\"/>\n<path d=\"M10.9301 6.75C10.9301 6.34 10.5901 6 10.1801 6C9.77009 6 9.43009 6.34 9.43009 6.75V15.25L7.67011 13.49C7.38011 13.2 6.90008 13.2 6.61008 13.49C6.32008 13.78 6.32008 14.26 6.61008 14.55L9.65009 17.59C9.72009 17.66 9.80011 17.71 9.89011 17.75C9.98011 17.79 10.0801 17.81 10.1801 17.81C10.2801 17.81 10.3701 17.79 10.4701 17.75C10.6501 17.67 10.8001 17.53 10.8801 17.34C10.9201 17.25 10.9401 17.15 10.9401 17.05V6.75H10.9301Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrange square 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.19 2H7.82C4.17 2 2 4.17 2 7.81V16.18C2 19.82 4.17 21.99 7.81 21.99H16.18C19.82 21.99 21.99 19.82 21.99 16.18V7.81C22 4.17 19.83 2 16.19 2Z\" fill=\"\"/>\n<path d=\"M10.1801 6.1001C9.77008 6.1001 9.43008 6.4401 9.43008 6.8501V15.3501L7.67008 13.5901C7.38008 13.3001 6.90008 13.3001 6.61008 13.5901C6.32008 13.8801 6.32008 14.3601 6.61008 14.6501L9.65008 17.6901C9.72008 17.7601 9.80008 17.8101 9.89008 17.8501C9.98008 17.8901 10.0801 17.9101 10.1801 17.9101C10.2801 17.9101 10.3701 17.8901 10.4701 17.8501C10.6501 17.7701 10.8001 17.6301 10.8801 17.4401C10.9201 17.3501 10.9401 17.2501 10.9401 17.1501V6.8501C10.9301 6.4301 10.6001 6.1001 10.1801 6.1001Z\" fill=\"\"/>\n<path d=\"M17.3903 9.3601L14.3503 6.3201C14.2803 6.2501 14.2003 6.2001 14.1103 6.1601C13.9303 6.0801 13.7203 6.0801 13.5403 6.1601C13.3603 6.2401 13.2103 6.3801 13.1303 6.5701C13.0903 6.6601 13.0703 6.7601 13.0703 6.8601V17.1701C13.0703 17.5801 13.4103 17.9201 13.8203 17.9201C14.2303 17.9201 14.5703 17.5801 14.5703 17.1701V8.6701L16.3303 10.4301C16.4803 10.5801 16.6703 10.6501 16.8603 10.6501C17.0503 10.6501 17.2403 10.5801 17.3903 10.4301C17.6803 10.1201 17.6803 9.6501 17.3903 9.3601Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrange square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2Z\" fill=\"\"/>\n<path d=\"M17.8496 13.5301C17.7696 13.3501 17.6296 13.2001 17.4396 13.1201C17.3496 13.0801 17.2496 13.0601 17.1496 13.0601H6.84961C6.43961 13.0601 6.09961 13.4001 6.09961 13.8101C6.09961 14.2201 6.43961 14.5601 6.84961 14.5601H15.3496L13.5896 16.3201C13.2996 16.6101 13.2996 17.0901 13.5896 17.3801C13.7396 17.5301 13.9296 17.6001 14.1196 17.6001C14.3096 17.6001 14.4996 17.5301 14.6496 17.3801L17.6896 14.3401C17.7596 14.2701 17.8096 14.1901 17.8496 14.1001C17.9196 13.9201 17.9196 13.7101 17.8496 13.5301Z\" fill=\"\"/>\n<path d=\"M6.15016 10.4701C6.23016 10.6501 6.37016 10.8001 6.56016 10.8801C6.65016 10.9201 6.75016 10.9401 6.85016 10.9401H17.1602C17.5702 10.9401 17.9102 10.6001 17.9102 10.1901C17.9102 9.78009 17.5702 9.44009 17.1602 9.44009H8.66016L10.4202 7.68009C10.7102 7.39009 10.7102 6.91009 10.4202 6.62009C10.1302 6.33009 9.65016 6.33009 9.36016 6.62009L6.32016 9.65009C6.25016 9.72009 6.19016 9.81009 6.15016 9.90009C6.08016 10.0801 6.08016 10.2901 6.15016 10.4701Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M21.75 6.7302C21.75 6.5302 21.67 6.34023 21.53 6.20023L17.81 2.4802C17.52 2.1902 17.04 2.1902 16.75 2.4802C16.46 2.7702 16.46 3.25019 16.75 3.54019L19.2 5.99021H3C2.59 5.99021 2.25 6.33021 2.25 6.74021C2.25 7.15021 2.59 7.49021 3 7.49021H19.19L16.75 9.93021C16.46 10.2202 16.46 10.7002 16.75 10.9902C16.9 11.1402 17.09 11.2102 17.28 11.2102C17.47 11.2102 17.66 11.1402 17.81 10.9902L21.52 7.28024C21.59 7.21024 21.65 7.12023 21.69 7.02023C21.69 7.01023 21.69 7.00021 21.7 6.99021C21.73 6.90021 21.75 6.8202 21.75 6.7302Z\" fill=\"\"/>\n<path d=\"M21 16.5202H4.81L7.25 14.0802C7.54 13.7902 7.54 13.3102 7.25 13.0202C6.96 12.7302 6.48 12.7302 6.19 13.0202L2.47998 16.7302C2.40998 16.8002 2.35 16.8902 2.31 16.9902C2.31 17.0002 2.30999 17.0102 2.29999 17.0202C2.26999 17.1002 2.25 17.1902 2.25 17.2802C2.25 17.4802 2.32997 17.6702 2.46997 17.8102L6.19 21.5302C6.34 21.6802 6.52997 21.7502 6.71997 21.7502C6.90997 21.7502 7.1 21.6802 7.25 21.5302C7.54 21.2402 7.54 20.7602 7.25 20.4702L4.79999 18.0202H21C21.41 18.0202 21.75 17.6802 21.75 17.2702C21.75 16.8602 21.41 16.5202 21 16.5202Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.9795 6.19L7.2695 2.47998C7.1995 2.40998 7.10949 2.35 7.00949 2.31C6.99949 2.31 6.98946 2.30999 6.97946 2.29999C6.89946 2.26999 6.80945 2.25 6.71945 2.25C6.51945 2.25 6.32948 2.32997 6.18948 2.46997L2.46945 6.19C2.17945 6.48 2.17945 6.96 2.46945 7.25C2.75945 7.54 3.23951 7.54 3.52951 7.25L5.97946 4.79999V21C5.97946 21.41 6.31946 21.75 6.72946 21.75C7.13946 21.75 7.47946 21.41 7.47946 21V4.81L9.91947 7.25C10.0695 7.4 10.2595 7.46997 10.4495 7.46997C10.6395 7.46997 10.8295 7.4 10.9795 7.25C11.2695 6.96 11.2695 6.49 10.9795 6.19Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M21.5302 16.75C21.2402 16.46 20.7602 16.46 20.4702 16.75L18.0202 19.2V3C18.0202 2.59 17.6802 2.25 17.2702 2.25C16.8602 2.25 16.5202 2.59 16.5202 3V19.19L14.0802 16.75C13.7902 16.46 13.3102 16.46 13.0202 16.75C12.7302 17.04 12.7302 17.52 13.0202 17.81L16.7302 21.52C16.8002 21.59 16.8902 21.65 16.9902 21.69C17.0002 21.69 17.0102 21.69 17.0202 21.7C17.1002 21.73 17.1902 21.75 17.2802 21.75C17.4802 21.75 17.6702 21.67 17.8102 21.53L21.5302 17.81C21.8202 17.51 21.8202 17.04 21.5302 16.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow bottom \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.32919 6H14.6692C17.9892 6 19.3392 8.35 17.6892 11.22L16.9492 12.5C16.7692 12.81 16.4392 13 16.0792 13H7.91919C7.55919 13 7.22919 12.81 7.04919 12.5L6.30919 11.22C4.65919 8.35 6.00919 6 9.32919 6Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M8.78957 14H15.2196C15.6096 14 15.8496 14.42 15.6496 14.75L15.0096 15.85C13.3596 18.72 10.6396 18.72 8.98957 15.85L8.34957 14.75C8.15957 14.42 8.39957 14 8.78957 14Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow circle down \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" fill=\"\"/>\n<path d=\"M12.0002 15.0099C11.8102 15.0099 11.6202 14.9399 11.4702 14.7899L7.94016 11.2599C7.65016 10.9699 7.65016 10.4899 7.94016 10.1999C8.23016 9.90992 8.71016 9.90992 9.00016 10.1999L12.0002 13.1999L15.0002 10.1999C15.2902 9.90992 15.7702 9.90992 16.0602 10.1999C16.3502 10.4899 16.3502 10.9699 16.0602 11.2599L12.5302 14.7899C12.3802 14.9399 12.1902 15.0099 12.0002 15.0099Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow circle left \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" fill=\"\"/>\n<path d=\"M13.2599 16.2802C13.0699 16.2802 12.8799 16.2102 12.7299 16.0602L9.19992 12.5302C8.90992 12.2402 8.90992 11.7602 9.19992 11.4702L12.7299 7.94016C13.0199 7.65016 13.4999 7.65016 13.7899 7.94016C14.0799 8.23016 14.0799 8.71016 13.7899 9.00016L10.7899 12.0002L13.7899 15.0002C14.0799 15.2902 14.0799 15.7702 13.7899 16.0602C13.6499 16.2102 13.4599 16.2802 13.2599 16.2802Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow circle right \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" fill=\"\"/>\n<path d=\"M10.7397 16.2802C10.5497 16.2802 10.3597 16.2102 10.2097 16.0602C9.91969 15.7702 9.91969 15.2902 10.2097 15.0002L13.2097 12.0002L10.2097 9.00016C9.91969 8.71016 9.91969 8.23016 10.2097 7.94016C10.4997 7.65016 10.9797 7.65016 11.2697 7.94016L14.7997 11.4702C15.0897 11.7602 15.0897 12.2402 14.7997 12.5302L11.2697 16.0602C11.1197 16.2102 10.9297 16.2802 10.7397 16.2802Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow circle up \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" fill=\"\"/>\n<path d=\"M15.5302 14.0099C15.3402 14.0099 15.1502 13.9399 15.0002 13.7899L12.0002 10.7899L9.00016 13.7899C8.71016 14.0799 8.23016 14.0799 7.94016 13.7899C7.65016 13.4999 7.65016 13.0199 7.94016 12.7299L11.4702 9.19992C11.7602 8.90992 12.2402 8.90992 12.5302 9.19992L16.0602 12.7299C16.3502 13.0199 16.3502 13.4999 16.0602 13.7899C15.9102 13.9399 15.7202 14.0099 15.5302 14.0099Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow down 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M15.4807 13.2302L11.6907 8.18018H6.08072C5.12072 8.18018 4.64073 9.34018 5.32073 10.0202L10.5007 15.2002C11.3307 16.0302 12.6807 16.0302 13.5107 15.2002L15.4807 13.2302Z\" fill=\"\"/>\n<path d=\"M17.9195 8.18018H11.6895L15.4795 13.2302L18.6895 10.0202C19.3595 9.34018 18.8795 8.18018 17.9195 8.18018Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow down 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M2 16.19V7.81C2 4.17 4.17 2 7.81 2H16.18C19.83 2 22 4.17 22 7.81V16.18C22 19.82 19.83 21.99 16.19 21.99H7.81C4.17 22 2 19.83 2 16.19Z\" fill=\"\"/>\n<path d=\"M11.4704 18.53L7.18039 14.24C6.89039 13.95 6.89039 13.47 7.18039 13.18C7.47039 12.89 7.95039 12.89 8.24039 13.18L11.2504 16.19V6C11.2504 5.59 11.5904 5.25 12.0004 5.25C12.4104 5.25 12.7504 5.59 12.7504 6V16.19L15.7604 13.18C16.0504 12.89 16.5304 12.89 16.8204 13.18C16.9704 13.33 17.0404 13.52 17.0404 13.71C17.0404 13.9 16.9704 14.09 16.8204 14.24L12.5304 18.53C12.3904 18.67 12.2004 18.75 12.0004 18.75C11.8004 18.75 11.6104 18.67 11.4704 18.53Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow down \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" fill=\"\"/>\n<path d=\"M15.5295 11.97C15.2395 11.68 14.7595 11.68 14.4695 11.97L12.7495 13.69V8.5C12.7495 8.09 12.4095 7.75 11.9995 7.75C11.5895 7.75 11.2495 8.09 11.2495 8.5V13.69L9.52945 11.97C9.23945 11.68 8.75945 11.68 8.46945 11.97C8.17945 12.26 8.17945 12.74 8.46945 13.03L11.4695 16.03C11.6195 16.18 11.8095 16.25 11.9995 16.25C12.1895 16.25 12.3795 16.18 12.5295 16.03L15.5295 13.03C15.8195 12.74 15.8195 12.26 15.5295 11.97Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow left 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18 9.32993V14.6699C18 17.9899 15.65 19.3399 12.78 17.6899L11.5 16.9499C11.19 16.7699 11 16.4399 11 16.0799V7.91993C11 7.55993 11.19 7.22993 11.5 7.04993L12.78 6.30992C15.65 4.65992 18 6.00993 18 9.32993Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M10.0005 8.79006V15.2201C10.0005 15.6101 9.58055 15.8501 9.25055 15.6501L8.15055 15.0101C5.28055 13.3601 5.28055 10.6401 8.15055 8.99006L9.25055 8.35006C9.58055 8.16006 10.0005 8.40006 10.0005 8.79006Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow left 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M7.81 2H16.18C19.83 2 22 4.17 22 7.81V16.18C22 19.82 19.83 21.99 16.19 21.99H7.81C4.17 22 2 19.83 2 16.19V7.81C2 4.17 4.17 2 7.81 2Z\" fill=\"\"/>\n<path d=\"M5.47 11.4699L9.76 7.1799C10.05 6.8899 10.53 6.8899 10.82 7.1799C11.11 7.4699 11.11 7.9499 10.82 8.2399L7.81 11.2499H18C18.41 11.2499 18.75 11.5899 18.75 11.9999C18.75 12.4099 18.41 12.7499 18 12.7499H7.81L10.82 15.7599C11.11 16.0499 11.11 16.5299 10.82 16.8199C10.67 16.9699 10.48 17.0399 10.29 17.0399C10.1 17.0399 9.91 16.9699 9.76 16.8199L5.47 12.5299C5.33 12.3899 5.25 12.1999 5.25 11.9999C5.25 11.7999 5.33 11.6099 5.47 11.4699Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow left 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M10.7702 8.52002L15.8202 12.31V17.92C15.8202 18.88 14.6602 19.36 13.9802 18.68L8.80023 13.51C7.97023 12.68 7.97023 11.33 8.80023 10.5L10.7702 8.52002Z\" fill=\"\"/>\n<path d=\"M15.8195 6.07993V12.3099L10.7695 8.51993L13.9795 5.30993C14.6595 4.63993 15.8195 5.11993 15.8195 6.07993Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow left \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" fill=\"\"/>\n<path d=\"M15.4995 11.2499H10.3095L12.0295 9.52994C12.3195 9.23994 12.3195 8.75994 12.0295 8.46994C11.7395 8.17994 11.2595 8.17994 10.9695 8.46994L7.96945 11.4699C7.67945 11.7599 7.67945 12.2399 7.96945 12.5299L10.9695 15.5299C11.1195 15.6799 11.3095 15.7499 11.4995 15.7499C11.6895 15.7499 11.8795 15.6799 12.0295 15.5299C12.3195 15.2399 12.3195 14.7599 12.0295 14.4699L10.3095 12.7499H15.4995C15.9095 12.7499 16.2495 12.4099 16.2495 11.9999C16.2495 11.5899 15.9095 11.2499 15.4995 11.2499Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow right 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 9.32993V14.6699C6 17.9899 8.35 19.3399 11.22 17.6899L12.5 16.9499C12.81 16.7699 13 16.4399 13 16.0799V7.91993C13 7.55993 12.81 7.22993 12.5 7.04993L11.22 6.30992C8.35 4.65992 6 6.00993 6 9.32993Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M14 8.79006V15.2201C14 15.6101 14.42 15.8501 14.75 15.6501L15.85 15.0101C18.72 13.3601 18.72 10.6401 15.85 8.99006L14.75 8.35006C14.42 8.16006 14 8.40006 14 8.79006Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow right 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2Z\" fill=\"\"/>\n<path d=\"M18.53 11.4699L14.24 7.1799C13.95 6.8899 13.47 6.8899 13.18 7.1799C12.89 7.4699 12.89 7.9499 13.18 8.2399L16.19 11.2499H6C5.59 11.2499 5.25 11.5899 5.25 11.9999C5.25 12.4099 5.59 12.7499 6 12.7499H16.19L13.18 15.7599C12.89 16.0499 12.89 16.5299 13.18 16.8199C13.33 16.9699 13.52 17.0399 13.71 17.0399C13.9 17.0399 14.09 16.9699 14.24 16.8199L18.53 12.5299C18.67 12.3899 18.75 12.1999 18.75 11.9999C18.75 11.7999 18.67 11.6099 18.53 11.4699Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow right 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M13.2297 8.52002L8.17969 12.31V17.92C8.17969 18.88 9.33969 19.36 10.0197 18.68L15.1997 13.5C16.0297 12.67 16.0297 11.32 15.1997 10.49L13.2297 8.52002Z\" fill=\"\"/>\n<path d=\"M8.17969 6.07993V12.3099L13.2297 8.51993L10.0197 5.30993C9.33969 4.63993 8.17969 5.11993 8.17969 6.07993Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow right \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" fill=\"\"/>\n<path d=\"M16.03 11.4699L13.03 8.46994C12.74 8.17994 12.26 8.17994 11.97 8.46994C11.68 8.75994 11.68 9.23994 11.97 9.52994L13.69 11.2499H8.5C8.09 11.2499 7.75 11.5899 7.75 11.9999C7.75 12.4099 8.09 12.7499 8.5 12.7499H13.69L11.97 14.4699C11.68 14.7599 11.68 15.2399 11.97 15.5299C12.12 15.6799 12.31 15.7499 12.5 15.7499C12.69 15.7499 12.88 15.6799 13.03 15.5299L16.03 12.5299C16.32 12.2399 16.32 11.7599 16.03 11.4699Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow square down \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2Z\" fill=\"\"/>\n<path d=\"M12.0002 14.9098C11.8102 14.9098 11.6202 14.8398 11.4702 14.6898L7.94016 11.1598C7.65016 10.8698 7.65016 10.3898 7.94016 10.0998C8.23016 9.80982 8.71016 9.80982 9.00016 10.0998L12.0002 13.0998L15.0002 10.0998C15.2902 9.80982 15.7702 9.80982 16.0602 10.0998C16.3502 10.3898 16.3502 10.8698 16.0602 11.1598L12.5302 14.6898C12.3802 14.8398 12.1902 14.9098 12.0002 14.9098Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow square left \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2Z\" fill=\"\"/>\n<path d=\"M13.2599 16.2802C13.0699 16.2802 12.8799 16.2102 12.7299 16.0602L9.19992 12.5302C8.90992 12.2402 8.90992 11.7602 9.19992 11.4702L12.7299 7.94016C13.0199 7.65016 13.4999 7.65016 13.7899 7.94016C14.0799 8.23016 14.0799 8.71016 13.7899 9.00016L10.7899 12.0002L13.7899 15.0002C14.0799 15.2902 14.0799 15.7702 13.7899 16.0602C13.6499 16.2102 13.4599 16.2802 13.2599 16.2802Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow square right \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2Z\" fill=\"\"/>\n<path d=\"M10.7397 16.2802C10.5497 16.2802 10.3597 16.2102 10.2097 16.0602C9.91969 15.7702 9.91969 15.2902 10.2097 15.0002L13.2097 12.0002L10.2097 9.00016C9.91969 8.71016 9.91969 8.23016 10.2097 7.94016C10.4997 7.65016 10.9797 7.65016 11.2697 7.94016L14.7997 11.4702C15.0897 11.7602 15.0897 12.2402 14.7997 12.5302L11.2697 16.0602C11.1197 16.2102 10.9297 16.2802 10.7397 16.2802Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow square up \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2Z\" fill=\"\"/>\n<path d=\"M15.5302 14.2101C15.3402 14.2101 15.1502 14.1401 15.0002 13.9901L12.0002 10.9901L9.00016 13.9901C8.71016 14.2801 8.23016 14.2801 7.94016 13.9901C7.65016 13.7001 7.65016 13.2201 7.94016 12.9301L11.4702 9.40012C11.7602 9.11012 12.2402 9.11012 12.5302 9.40012L16.0602 12.9301C16.3502 13.2201 16.3502 13.7001 16.0602 13.9901C15.9102 14.1401 15.7202 14.2101 15.5302 14.2101Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.1898 2H7.81976C4.17976 2 2.00977 4.17 2.00977 7.81V16.18C2.00977 19.82 4.17976 21.99 7.81976 21.99H16.1898C19.8298 21.99 21.9998 19.82 21.9998 16.18V7.81C21.9998 4.17 19.8298 2 16.1898 2Z\" fill=\"\"/>\n<path d=\"M19.3495 8.2702C19.3095 8.1802 19.2595 8.1002 19.1895 8.0302L17.3896 6.2302C17.0996 5.9402 16.6196 5.9402 16.3296 6.2302C16.0396 6.5202 16.0396 7.00019 16.3296 7.29019L16.8495 7.8102H16.6996C14.7496 7.8102 13.0595 8.8802 12.1295 10.4502C11.2095 8.8802 9.51955 7.8102 7.56955 7.8102H7.13956L7.65952 7.29019C7.94952 7.00019 7.94952 6.5202 7.65952 6.2302C7.36952 5.9402 6.88952 5.9402 6.59952 6.2302L4.79953 8.0302C4.50953 8.3202 4.50953 8.8002 4.79953 9.0902L6.59952 10.8902C6.74952 11.0402 6.93955 11.1102 7.12955 11.1102C7.31955 11.1102 7.50952 11.0402 7.65952 10.8902C7.94952 10.6002 7.94952 10.1202 7.65952 9.8302L7.13956 9.3102H7.55954C9.65954 9.3102 11.3695 11.0202 11.3695 13.1202V15.0802V17.2502C11.3695 17.6602 11.7095 18.0002 12.1195 18.0002C12.5295 18.0002 12.8695 17.6602 12.8695 17.2502V15.0802V13.1202C12.8695 11.0202 14.5795 9.3102 16.6895 9.3102H16.8396L16.3196 9.8302C16.0296 10.1202 16.0296 10.6002 16.3196 10.8902C16.4696 11.0402 16.6595 11.1102 16.8495 11.1102C17.0395 11.1102 17.2295 11.0402 17.3795 10.8902L19.1795 9.0902C19.2495 9.0202 19.2996 8.94021 19.3396 8.85021C19.4296 8.66021 19.4295 8.4502 19.3495 8.2702Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow swap horizontal \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M7.81 2H16.18C19.83 2 22 4.17 22 7.81V16.18C22 19.82 19.83 21.99 16.19 21.99H7.81C4.17 22 2 19.83 2 16.19V7.81C2 4.17 4.17 2 7.81 2Z\" fill=\"\"/>\n<path d=\"M17.69 13.4798C17.61 13.2998 17.47 13.1498 17.28 13.0698C17.19 13.0298 17.09 13.0098 16.99 13.0098H7C6.59 13.0098 6.25 13.3498 6.25 13.7598C6.25 14.1698 6.59 14.5098 7 14.5098H15.19L13.52 16.1798C13.23 16.4698 13.23 16.9498 13.52 17.2398C13.67 17.3898 13.86 17.4598 14.05 17.4598C14.24 17.4598 14.43 17.3898 14.58 17.2398L17.53 14.2898C17.6 14.2198 17.65 14.1398 17.69 14.0498C17.77 13.8598 17.77 13.6598 17.69 13.4798Z\" fill=\"\"/>\n<path d=\"M6.31 10.52C6.39 10.7 6.53 10.85 6.72 10.93C6.81 10.97 6.9 10.99 7 10.99H17C17.41 10.99 17.75 10.65 17.75 10.24C17.75 9.82998 17.41 9.48998 17 9.48998H8.81L10.48 7.81998C10.77 7.52998 10.77 7.04998 10.48 6.75998C10.19 6.46998 9.71 6.46998 9.42 6.75998L6.47 9.70998C6.4 9.77998 6.35 9.85998 6.31 9.94998C6.23 10.14 6.23 10.34 6.31 10.52Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow swap \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M7.81 2H16.18C19.83 2 22 4.17 22 7.81V16.18C22 19.82 19.83 21.99 16.19 21.99H7.81C4.17 22 2 19.83 2 16.19V7.81C2 4.17 4.17 2 7.81 2Z\" fill=\"\"/>\n<path d=\"M10.2405 6.25C9.82047 6.25 9.49047 6.59 9.49047 7V15.19L7.82047 13.52C7.53047 13.23 7.05047 13.23 6.76047 13.52C6.47047 13.81 6.47047 14.29 6.76047 14.58L9.71047 17.53C9.78047 17.6 9.86047 17.65 9.95047 17.69C10.0405 17.73 10.1405 17.75 10.2405 17.75C10.3405 17.75 10.4305 17.73 10.5305 17.69C10.7105 17.61 10.8605 17.47 10.9405 17.28C10.9805 17.19 11.0005 17.09 11.0005 16.99V7C10.9905 6.59 10.6505 6.25 10.2405 6.25Z\" fill=\"\"/>\n<path d=\"M17.2398 9.42L14.2898 6.47C14.2198 6.4 14.1398 6.35 14.0498 6.31C13.8698 6.23 13.6598 6.23 13.4798 6.31C13.2998 6.39 13.1498 6.53 13.0698 6.72C13.0298 6.81 13.0098 6.9 13.0098 7V17C13.0098 17.41 13.3498 17.75 13.7598 17.75C14.1698 17.75 14.5098 17.41 14.5098 17V8.81L16.1798 10.48C16.3298 10.63 16.5198 10.7 16.7098 10.7C16.8998 10.7 17.0898 10.63 17.2398 10.48C17.5298 10.19 17.5298 9.71 17.2398 9.42Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow up 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M22 7.81V16.18C22 19.82 19.83 21.99 16.19 21.99H7.81C4.17 22 2 19.83 2 16.19V7.81C2 4.17 4.17 2 7.81 2H16.18C19.83 2 22 4.17 22 7.81Z\" fill=\"\"/>\n<path d=\"M12.5309 5.47L16.8209 9.76C17.1109 10.05 17.1109 10.53 16.8209 10.82C16.5309 11.11 16.0509 11.11 15.7609 10.82L12.7509 7.81V18C12.7509 18.41 12.4109 18.75 12.0009 18.75C11.5909 18.75 11.2509 18.41 11.2509 18V7.81L8.24094 10.82C7.95094 11.11 7.47094 11.11 7.18094 10.82C7.03094 10.67 6.96094 10.48 6.96094 10.29C6.96094 10.1 7.04094 9.9 7.18094 9.76L11.4709 5.47C11.6109 5.33 11.8009 5.25 12.0009 5.25C12.2009 5.25 12.3909 5.33 12.5309 5.47Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow up 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M15.4807 10.7702L11.6907 15.8202H6.08072C5.12072 15.8202 4.64073 14.6602 5.32073 13.9802L10.5007 8.80023C11.3307 7.97023 12.6807 7.97023 13.5107 8.80023L15.4807 10.7702Z\" fill=\"\"/>\n<path d=\"M17.9195 15.82H11.6895L15.4795 10.77L18.6895 13.98C19.3595 14.66 18.8795 15.82 17.9195 15.82Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow up 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.32919 18H14.6692C17.9892 18 19.3392 15.65 17.6892 12.78L16.9492 11.5C16.7692 11.19 16.4392 11 16.0792 11H7.91919C7.55919 11 7.22919 11.19 7.04919 11.5L6.30919 12.78C4.65919 15.65 6.00919 18 9.32919 18Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M8.78957 10.0001H15.2196C15.6096 10.0001 15.8496 9.58006 15.6496 9.25006L15.0096 8.15006C13.3596 5.28006 10.6396 5.28006 8.98957 8.15006L8.34957 9.25006C8.15957 9.58006 8.39957 10.0001 8.78957 10.0001Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow up \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" fill=\"\"/>\n<path d=\"M15.5295 10.9699L12.5295 7.96994C12.2395 7.67994 11.7595 7.67994 11.4695 7.96994L8.46945 10.9699C8.17945 11.2599 8.17945 11.7399 8.46945 12.0299C8.75945 12.3199 9.23945 12.3199 9.52945 12.0299L11.2495 10.3099V15.4999C11.2495 15.9099 11.5895 16.2499 11.9995 16.2499C12.4095 16.2499 12.7495 15.9099 12.7495 15.4999V10.3099L14.4695 12.0299C14.6195 12.1799 14.8095 12.2499 14.9995 12.2499C15.1895 12.2499 15.3795 12.1799 15.5295 12.0299C15.8195 11.7399 15.8195 11.2599 15.5295 10.9699Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12 22.75C11.59 22.75 11.25 22.41 11.25 22V20C11.25 19.59 11.59 19.25 12 19.25C12.41 19.25 12.75 19.59 12.75 20V22C12.75 22.41 12.41 22.75 12 22.75Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M12 18.75C11.59 18.75 11.25 18.41 11.25 18V16C11.25 15.59 11.59 15.25 12 15.25C12.41 15.25 12.75 15.59 12.75 16V18C12.75 18.41 12.41 18.75 12 18.75Z\" fill=\"\"/>\n<path d=\"M12 14.75C11.59 14.75 11.25 14.41 11.25 14V11C11.25 6.73 14.73 3.25 19 3.25H22C22.41 3.25 22.75 3.59 22.75 4C22.75 4.41 22.41 4.75 22 4.75H19C15.55 4.75 12.75 7.55 12.75 11V14C12.75 14.41 12.41 14.75 12 14.75Z\" fill=\"\"/>\n<path d=\"M12 14.75C11.59 14.75 11.25 14.41 11.25 14V11C11.25 7.55 8.45 4.75 5 4.75H2C1.59 4.75 1.25 4.41 1.25 4C1.25 3.59 1.59 3.25 2 3.25H5C9.27 3.25 12.75 6.73 12.75 11V14C12.75 14.41 12.41 14.75 12 14.75Z\" fill=\"\"/>\n<path d=\"M3.99948 6.74994C3.80948 6.74994 3.61945 6.67994 3.46945 6.52994L1.46945 4.52994C1.17945 4.23994 1.17945 3.75994 1.46945 3.46994L3.46945 1.46994C3.75945 1.17994 4.23951 1.17994 4.52951 1.46994C4.81951 1.75994 4.81951 2.23994 4.52951 2.52994L3.05948 3.99994L4.52951 5.46994C4.81951 5.75994 4.81951 6.23994 4.52951 6.52994C4.37951 6.67994 4.18948 6.74994 3.99948 6.74994Z\" fill=\"\"/>\n<path d=\"M19.9995 6.74994C19.8095 6.74994 19.6195 6.67994 19.4695 6.52994C19.1795 6.23994 19.1795 5.75994 19.4695 5.46994L20.9395 3.99994L19.4695 2.52994C19.1795 2.23994 19.1795 1.75994 19.4695 1.46994C19.7595 1.17994 20.2395 1.17994 20.5295 1.46994L22.5295 3.46994C22.8195 3.75994 22.8195 4.23994 22.5295 4.52994L20.5295 6.52994C20.3795 6.67994 20.1895 6.74994 19.9995 6.74994Z\" fill=\"\"/>\n</svg>\n</li><li title=\"attach circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" fill=\"\"/>\n<path d=\"M12.1998 17.3799C11.4998 17.3799 10.7898 17.1099 10.2598 16.5799C9.73977 16.0599 9.44977 15.3699 9.44977 14.6399C9.44977 13.9099 9.73977 13.2099 10.2598 12.6999L11.6697 11.2899C11.9597 10.9999 12.4397 10.9999 12.7297 11.2899C13.0197 11.5799 13.0197 12.0599 12.7297 12.3499L11.3198 13.7599C11.0798 13.9999 10.9498 14.3099 10.9498 14.6399C10.9498 14.9699 11.0798 15.2899 11.3198 15.5199C11.8098 16.0099 12.5998 16.0099 13.0898 15.5199L15.3098 13.2999C16.5798 12.0299 16.5798 9.96994 15.3098 8.69994C14.0398 7.42994 11.9798 7.42994 10.7098 8.69994L8.28973 11.1199C7.77973 11.6299 7.49976 12.2999 7.49976 13.0099C7.49976 13.7199 7.77973 14.3999 8.28973 14.8999C8.57973 15.1899 8.57973 15.6699 8.28973 15.9599C7.99973 16.2499 7.51974 16.2499 7.22974 15.9599C6.43974 15.1699 6.00977 14.1199 6.00977 12.9999C6.00977 11.8799 6.43974 10.8299 7.22974 10.0399L9.64978 7.61992C11.4998 5.76992 14.5198 5.76992 16.3698 7.61992C18.2198 9.46992 18.2198 12.4899 16.3698 14.3399L14.1498 16.5599C13.6098 17.1099 12.9098 17.3799 12.1998 17.3799Z\" fill=\"\"/>\n</svg>\n</li><li title=\"attach square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.1898 2H7.81976C4.17976 2 2.00977 4.17 2.00977 7.81V16.18C2.00977 19.82 4.17976 21.99 7.81976 21.99H16.1898C19.8298 21.99 21.9998 19.82 21.9998 16.18V7.81C21.9998 4.17 19.8298 2 16.1898 2Z\" fill=\"\"/>\n<path d=\"M12.1998 17.3799C11.4998 17.3799 10.7898 17.1099 10.2598 16.5799C9.73977 16.0599 9.44977 15.3699 9.44977 14.6399C9.44977 13.9099 9.73977 13.2099 10.2598 12.6999L11.6697 11.2899C11.9597 10.9999 12.4397 10.9999 12.7297 11.2899C13.0197 11.5799 13.0197 12.0599 12.7297 12.3499L11.3198 13.7599C11.0798 13.9999 10.9498 14.3099 10.9498 14.6399C10.9498 14.9699 11.0798 15.2899 11.3198 15.5199C11.8098 16.0099 12.5998 16.0099 13.0898 15.5199L15.3098 13.2999C16.5798 12.0299 16.5798 9.96994 15.3098 8.69994C14.0398 7.42994 11.9798 7.42994 10.7098 8.69994L8.28973 11.1199C7.77973 11.6299 7.49976 12.2999 7.49976 13.0099C7.49976 13.7199 7.77973 14.3999 8.28973 14.8999C8.57973 15.1899 8.57973 15.6699 8.28973 15.9599C7.99973 16.2499 7.51974 16.2499 7.22974 15.9599C6.43974 15.1699 6.00977 14.1199 6.00977 12.9999C6.00977 11.8799 6.43974 10.8299 7.22974 10.0399L9.64978 7.61992C11.4998 5.76992 14.5198 5.76992 16.3698 7.61992C18.2198 9.46992 18.2198 12.4899 16.3698 14.3399L14.1498 16.5599C13.6098 17.1099 12.9098 17.3799 12.1998 17.3799Z\" fill=\"\"/>\n</svg>\n</li><li title=\"audio square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.1898 2H7.81976C4.17976 2 2.00977 4.17 2.00977 7.81V16.18C2.00977 19.82 4.17976 21.99 7.81976 21.99H16.1898C19.8298 21.99 21.9998 19.82 21.9998 16.18V7.81C21.9998 4.17 19.8298 2 16.1898 2Z\" fill=\"\"/>\n<path d=\"M15.6191 7.09996L13.3292 6.34001C12.7492 6.14001 12.1592 6.21996 11.7092 6.53996C11.2592 6.85996 11.0092 7.39999 11.0092 8.00999V8.61998V12.8C10.6092 12.58 10.1591 12.45 9.66913 12.45C8.12913 12.45 6.86914 13.71 6.86914 15.25C6.86914 16.79 8.12913 18.05 9.66913 18.05C11.2091 18.05 12.4691 16.79 12.4691 15.25V10.7C12.4791 10.71 12.4992 10.71 12.5092 10.72L14.7991 11.48C15.0091 11.55 15.2291 11.59 15.4391 11.59C15.7991 11.59 16.1391 11.49 16.4191 11.28C16.8691 10.96 17.1191 10.42 17.1191 9.80998V9.2C17.1191 8.29 16.4791 7.38996 15.6191 7.09996ZM9.66913 16.59C8.92913 16.59 8.33917 15.99 8.33917 15.26C8.33917 14.52 8.93913 13.92 9.66913 13.92C10.4091 13.92 11.0092 14.52 11.0092 15.26C11.0092 15.99 10.4091 16.59 9.66913 16.59Z\" fill=\"\"/>\n</svg>\n</li><li title=\"autobrightness \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M10.7509 2.45007C11.4509 1.86007 12.5809 1.86007 13.2609 2.45007L14.8409 3.80007C15.1409 4.05007 15.7109 4.26007 16.1109 4.26007H17.8109C18.8709 4.26007 19.7409 5.13007 19.7409 6.19007V7.89007C19.7409 8.29007 19.9509 8.85007 20.2009 9.15007L21.5509 10.7301C22.1409 11.4301 22.1409 12.5601 21.5509 13.2401L20.2009 14.8201C19.9509 15.1201 19.7409 15.6801 19.7409 16.0801V17.7801C19.7409 18.8401 18.8709 19.7101 17.8109 19.7101H16.1109C15.7109 19.7101 15.1509 19.9201 14.8509 20.1701L13.2709 21.5201C12.5709 22.1101 11.4409 22.1101 10.7609 21.5201L9.18086 20.1701C8.88086 19.9201 8.31086 19.7101 7.92086 19.7101H6.17086C5.11086 19.7101 4.24086 18.8401 4.24086 17.7801V16.0701C4.24086 15.6801 4.04086 15.1101 3.79086 14.8201L2.44086 13.2301C1.86086 12.5401 1.86086 11.4201 2.44086 10.7301L3.79086 9.14007C4.04086 8.84007 4.24086 8.28007 4.24086 7.89007V6.20007C4.24086 5.14007 5.11086 4.27007 6.17086 4.27007H7.90086C8.30086 4.27007 8.86086 4.06007 9.16086 3.81007L10.7509 2.45007Z\" fill=\"\"/>\n<path d=\"M14.8105 16.24L12.0005 9.91001L9.19055 16.24L7.81055 15.63L11.3105 7.76001H12.6905L16.1905 15.63L14.8105 16.24Z\" fill=\"\"/>\n<path d=\"M13.75 14.0601H10.25C9.84 14.0601 9.5 13.7201 9.5 13.3101C9.5 12.9001 9.84 12.5601 10.25 12.5601H13.75C14.16 12.5601 14.5 12.9001 14.5 13.3101C14.5 13.7201 14.16 14.0601 13.75 14.0601Z\" fill=\"\"/>\n</svg>\n</li><li title=\"award \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M17.9496 7.7101L17.8096 7.6301L16.4196 6.8301L13.5496 5.1701C12.6696 4.6601 11.3296 4.6601 10.4496 5.1701L7.57961 6.8301L6.18961 7.6401L6.00961 7.7401C4.21961 8.9401 4.09961 9.1601 4.09961 11.0901V15.7001C4.09961 17.6301 4.21961 17.8501 6.04961 19.0801L10.4496 21.6201C10.8896 21.8801 11.4396 22.0001 11.9996 22.0001C12.5496 22.0001 13.1096 21.8801 13.5496 21.6201L17.9896 19.0501C19.7796 17.8501 19.8996 17.6301 19.8996 15.7001V11.0901C19.8996 9.1601 19.7796 8.9401 17.9496 7.7101Z\" fill=\"\"/>\n<path d=\"M6.18945 7.64L7.57945 6.83L10.3195 5.25L10.4495 5.17C11.3295 4.66 12.6695 4.66 13.5495 5.17L13.6795 5.25L16.4195 6.83L17.8095 7.63V5.49C17.8095 3.24 16.5695 2 14.3195 2H9.66945C7.41945 2 6.18945 3.24 6.18945 5.49V7.64Z\" fill=\"\"/>\n<path d=\"M14.8397 13.34L14.2197 14.1C14.1197 14.21 14.0497 14.43 14.0597 14.58L14.1197 15.56C14.1597 16.16 13.7297 16.47 13.1697 16.25L12.2597 15.89C12.1197 15.84 11.8797 15.84 11.7397 15.89L10.8297 16.25C10.2697 16.47 9.83975 16.16 9.87975 15.56L9.93975 14.58C9.94975 14.43 9.87975 14.21 9.77975 14.1L9.15975 13.34C8.76975 12.88 8.93975 12.37 9.51975 12.22L10.4697 11.98C10.6197 11.94 10.7997 11.8 10.8797 11.67L11.4097 10.85C11.7397 10.34 12.2597 10.34 12.5897 10.85L13.1197 11.67C13.1997 11.8 13.3797 11.94 13.5297 11.98L14.4797 12.22C15.0597 12.37 15.2297 12.88 14.8397 13.34Z\" fill=\"\"/>\n</svg>\n</li><li title=\"back square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.19 2H7.82C4.17 2 2 4.17 2 7.81V16.18C2 19.82 4.17 21.99 7.81 21.99H16.18C19.82 21.99 21.99 19.82 21.99 16.18V7.81C22 4.17 19.83 2 16.19 2Z\" fill=\"\"/>\n<path d=\"M13.9195 8.48006H8.76945L9.09945 8.15006C9.38945 7.86006 9.38945 7.38006 9.09945 7.09006C8.80945 6.80006 8.32945 6.80006 8.03945 7.09006L6.46945 8.66006C6.17945 8.95006 6.17945 9.43006 6.46945 9.72006L8.03945 11.2901C8.18945 11.4401 8.37945 11.5101 8.56945 11.5101C8.75945 11.5101 8.94945 11.4401 9.09945 11.2901C9.38945 11.0001 9.38945 10.5201 9.09945 10.2301L8.83945 9.97006H13.9195C15.1995 9.97006 16.2495 11.0101 16.2495 12.3001C16.2495 13.5901 15.2094 14.6301 13.9195 14.6301H8.99945C8.58945 14.6301 8.24945 14.9701 8.24945 15.3801C8.24945 15.7901 8.58945 16.1301 8.99945 16.1301H13.9195C16.0295 16.1301 17.7495 14.4101 17.7495 12.3001C17.7495 10.1901 16.0295 8.48006 13.9195 8.48006Z\" fill=\"\"/>\n</svg>\n</li><li title=\"backward 10 seconds \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.53955 16.6701C9.12955 16.6701 8.78955 16.3301 8.78955 15.9201V12.5301L8.59955 12.7401C8.31955 13.0501 7.84955 13.0701 7.53955 12.8001C7.22955 12.5201 7.20955 12.0501 7.47955 11.7401L8.97955 10.0701C9.18955 9.84008 9.51954 9.76007 9.80954 9.87007C10.0995 9.98007 10.2895 10.2601 10.2895 10.5701V15.9201C10.2895 16.3401 9.95955 16.6701 9.53955 16.6701Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M11.9996 3.47974C11.9196 3.47974 11.8396 3.48975 11.7596 3.48975L12.5796 2.46973C12.8396 2.14973 12.7896 1.66974 12.4596 1.41974C12.1396 1.15974 11.6696 1.20973 11.4096 1.53973L9.4296 4.00977C9.4196 4.01977 9.41961 4.03974 9.40961 4.04974C9.37961 4.08974 9.3596 4.13976 9.3396 4.18976C9.3196 4.22976 9.29961 4.26976 9.28961 4.31976C9.27961 4.36976 9.2796 4.40978 9.2796 4.45978C9.2796 4.50978 9.2796 4.55974 9.2796 4.60974C9.2796 4.62974 9.2796 4.63973 9.2796 4.65973C9.2896 4.68973 9.30961 4.71976 9.31961 4.74976C9.33961 4.79976 9.34961 4.83976 9.37961 4.87976C9.40961 4.91976 9.43961 4.95976 9.47961 4.99976C9.49961 5.01976 9.50961 5.04976 9.53961 5.06976C9.54961 5.07976 9.56959 5.07978 9.57959 5.08978C9.60959 5.10978 9.6396 5.12977 9.6796 5.13977C9.7296 5.16977 9.77959 5.18977 9.82959 5.19977C9.85959 5.20977 9.8996 5.20973 9.9296 5.21973C9.9596 5.21973 9.97961 5.22974 10.0096 5.22974C10.0296 5.22974 10.0596 5.21978 10.0796 5.20978C10.1096 5.20978 10.1396 5.20978 10.1796 5.20978C10.8196 5.05978 11.4196 4.98975 11.9896 4.98975C16.4796 4.98975 20.1296 8.63976 20.1296 13.1298C20.1296 17.6198 16.4796 21.2698 11.9896 21.2698C7.49959 21.2698 3.84961 17.6198 3.84961 13.1298C3.84961 11.3898 4.4196 9.70978 5.4996 8.26978C5.7496 7.93978 5.67961 7.46973 5.34961 7.21973C5.01961 6.96973 4.54959 7.03975 4.29959 7.36975C3.01959 9.06975 2.34961 11.0598 2.34961 13.1298C2.34961 18.4398 6.66959 22.7698 11.9896 22.7698C17.3096 22.7698 21.6296 18.4498 21.6296 13.1298C21.6296 7.80976 17.3096 3.47974 11.9996 3.47974Z\" fill=\"\"/>\n<path d=\"M14 16.6698C12.48 16.6698 11.25 15.4398 11.25 13.9198V12.5698C11.25 11.0498 12.48 9.81982 14 9.81982C15.52 9.81982 16.75 11.0498 16.75 12.5698V13.9198C16.75 15.4398 15.52 16.6698 14 16.6698ZM14 11.3298C13.31 11.3298 12.75 11.8898 12.75 12.5798V13.9298C12.75 14.6198 13.31 15.1798 14 15.1798C14.69 15.1798 15.25 14.6198 15.25 13.9298V12.5798C15.25 11.8898 14.69 11.3298 14 11.3298Z\" fill=\"\"/>\n</svg>\n</li><li title=\"backward 15 seconds \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.4294 16.9198H12.1395C11.7295 16.9198 11.3895 16.5798 11.3895 16.1698C11.3895 15.7598 11.7295 15.4198 12.1395 15.4198H14.4294C14.8594 15.4198 15.2095 15.0698 15.2095 14.6398C15.2095 14.2098 14.8594 13.8598 14.4294 13.8598H12.1395C11.8995 13.8598 11.6695 13.7398 11.5295 13.5498C11.3895 13.3598 11.3494 13.0998 11.4294 12.8698L12.1894 10.5798C12.2894 10.2698 12.5795 10.0698 12.8995 10.0698H15.9595C16.3695 10.0698 16.7095 10.4098 16.7095 10.8198C16.7095 11.2298 16.3695 11.5698 15.9595 11.5698H13.4394L13.1794 12.3598H14.4294C15.6894 12.3598 16.7095 13.3798 16.7095 14.6398C16.7095 15.8998 15.6794 16.9198 14.4294 16.9198Z\" fill=\"\"/>\n<path d=\"M9.53955 16.9198C9.12955 16.9198 8.78955 16.5798 8.78955 16.1698V12.7799L8.59955 12.9998C8.31955 13.3098 7.84955 13.3298 7.53955 13.0598C7.22955 12.7798 7.20955 12.3098 7.47955 11.9998L8.97955 10.3298C9.18955 10.0998 9.51957 10.0198 9.80957 10.1298C10.0996 10.2398 10.2895 10.5198 10.2895 10.8298V16.1798C10.2895 16.5898 9.95955 16.9198 9.53955 16.9198Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M11.9998 3.47994C11.9198 3.47994 11.8398 3.48995 11.7598 3.48995L12.5798 2.46993C12.8398 2.14993 12.7898 1.66994 12.4598 1.41994C12.1298 1.16994 11.6698 1.20994 11.4098 1.53994L9.42981 4.00997C9.41981 4.01997 9.41979 4.03995 9.40979 4.04995C9.37979 4.08995 9.35984 4.13996 9.33984 4.18996C9.31984 4.22996 9.2998 4.26997 9.28979 4.31997C9.27979 4.36997 9.27985 4.40998 9.27985 4.45998C9.27985 4.50998 9.27985 4.55994 9.27985 4.60994C9.27985 4.62994 9.27985 4.63993 9.27985 4.65993C9.28985 4.68993 9.30982 4.71996 9.31982 4.74996C9.33982 4.79996 9.35982 4.83997 9.37982 4.88997C9.40982 4.92997 9.4398 4.96996 9.4798 4.99996C9.4998 5.01996 9.51979 5.04997 9.53979 5.07997C9.5498 5.08997 9.56983 5.08993 9.57983 5.09993C9.60983 5.11993 9.6398 5.12998 9.6698 5.14998C9.7198 5.17998 9.77983 5.19998 9.82983 5.20998C9.85983 5.21998 9.88981 5.21994 9.92981 5.22994C9.95981 5.22994 9.97983 5.23995 10.0098 5.23995C10.0398 5.23995 10.0598 5.22993 10.0798 5.21993C10.1098 5.21993 10.1398 5.22993 10.1698 5.21993C10.8098 5.06993 11.4098 4.99996 11.9798 4.99996C16.4698 4.99996 20.1198 8.64997 20.1198 13.14C20.1198 17.63 16.4698 21.28 11.9798 21.28C7.4898 21.28 3.83984 17.63 3.83984 13.14C3.83984 11.4 4.40981 9.71999 5.48981 8.27999C5.73981 7.94999 5.66984 7.47994 5.33984 7.22994C5.00984 6.97994 4.53979 7.04996 4.28979 7.37996C3.00979 9.07996 2.33984 11.07 2.33984 13.14C2.33984 18.45 6.6598 22.78 11.9798 22.78C17.2998 22.78 21.6198 18.46 21.6198 13.14C21.6198 7.81997 17.3098 3.47994 11.9998 3.47994Z\" fill=\"\"/>\n</svg>\n</li><li title=\"backward 5 seconds \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.3806 16.9198H10.0906C9.68061 16.9198 9.34061 16.5798 9.34061 16.1698C9.34061 15.7598 9.68061 15.4198 10.0906 15.4198H12.3806C12.8106 15.4198 13.1606 15.0698 13.1606 14.6398C13.1606 14.2098 12.8106 13.8598 12.3806 13.8598H10.0906C9.85061 13.8598 9.62062 13.7398 9.48062 13.5498C9.34062 13.3598 9.30062 13.0998 9.38062 12.8698L10.1406 10.5798C10.2406 10.2698 10.5306 10.0698 10.8506 10.0698H13.9106C14.3206 10.0698 14.6606 10.4098 14.6606 10.8198C14.6606 11.2298 14.3206 11.5698 13.9106 11.5698H11.3906L11.1306 12.3598H12.3806C13.6406 12.3598 14.6606 13.3798 14.6606 14.6398C14.6606 15.8998 13.6406 16.9198 12.3806 16.9198Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M11.9998 3.47994C11.9198 3.47994 11.8399 3.48995 11.7599 3.48995L12.5798 2.46993C12.8398 2.14993 12.7898 1.66994 12.4598 1.41994C12.1298 1.16994 11.6699 1.20994 11.4099 1.53994L9.42984 4.00997C9.41984 4.01997 9.41985 4.03995 9.40985 4.04995C9.37985 4.08995 9.35984 4.13996 9.33984 4.18996C9.31984 4.22996 9.29986 4.26997 9.28986 4.31997C9.27986 4.36997 9.27985 4.40998 9.27985 4.45998C9.27985 4.50998 9.27985 4.55994 9.27985 4.60994C9.27985 4.62994 9.27985 4.63993 9.27985 4.65993C9.28985 4.68993 9.30985 4.71996 9.31985 4.74996C9.33985 4.79996 9.35985 4.83997 9.37985 4.88997C9.40985 4.92997 9.43985 4.96996 9.46985 4.99996C9.48985 5.02996 9.50986 5.05997 9.53986 5.07997C9.54986 5.08997 9.56984 5.09994 9.58984 5.10994C9.61984 5.12994 9.64986 5.13993 9.66986 5.15993C9.71986 5.18993 9.77984 5.20993 9.83984 5.21993C9.86984 5.22993 9.89984 5.22995 9.92984 5.23995C9.95984 5.23995 9.97986 5.24996 10.0099 5.24996C10.0399 5.24996 10.0598 5.23994 10.0798 5.22994C10.1098 5.22994 10.1399 5.23994 10.1699 5.22994C10.8099 5.07994 11.4099 5.00997 11.9799 5.00997C16.4699 5.00997 20.1198 8.65998 20.1198 13.15C20.1198 17.64 16.4699 21.2899 11.9799 21.2899C7.48986 21.2899 3.83984 17.64 3.83984 13.15C3.83984 11.41 4.40984 9.72994 5.48984 8.28994C5.73984 7.95994 5.66984 7.48995 5.33984 7.23995C5.00984 6.98995 4.53986 7.05997 4.28986 7.38997C3.00986 9.08997 2.33984 11.08 2.33984 13.15C2.33984 18.46 6.65986 22.7899 11.9799 22.7899C17.2999 22.7899 21.6198 18.47 21.6198 13.15C21.6198 7.82998 17.3098 3.47994 11.9998 3.47994Z\" fill=\"\"/>\n</svg>\n</li><li title=\"backward item \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M21.25 5.14999V7.85001C21.25 9.69001 20.69 10.25 18.85 10.25H16.15C14.31 10.25 13.75 9.69001 13.75 7.85001V5.14999C13.75 3.30999 14.31 2.75 16.15 2.75H18.85C20.69 2.75 21.25 3.30999 21.25 5.14999Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M10.25 16.15V18.85C10.25 20.69 9.69 21.25 7.85 21.25H5.15C3.31 21.25 2.75 20.69 2.75 18.85V16.15C2.75 14.31 3.31 13.75 5.15 13.75H7.85C9.69 13.75 10.25 14.31 10.25 16.15Z\" fill=\"\"/>\n<path d=\"M16.6291 11.7501V13.6201C16.6291 15.9001 15.8991 16.6301 13.6191 16.6301H11.7491V16.1501C11.7491 13.4901 10.5091 12.2501 7.84914 12.2501H7.36914V10.3801C7.36914 8.10013 8.09914 7.37012 10.3791 7.37012H12.2491V7.85013C12.2491 10.5101 13.4891 11.7501 16.1491 11.7501H16.6291Z\" fill=\"\"/>\n</svg>\n</li><li title=\"backward \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M22.0002 8.33983V15.6598C22.0002 17.1598 20.3703 18.0998 19.0703 17.3498L15.9002 15.5198L12.7303 13.6898L12.2402 13.4098V10.5898L12.7303 10.3098L15.9002 8.47984L19.0703 6.64983C20.3703 5.89983 22.0002 6.83983 22.0002 8.33983Z\" fill=\"\"/>\n<path d=\"M12.2394 8.33983V15.6598C12.2394 17.1598 10.6095 18.0998 9.31946 17.3498L6.13947 15.5198L2.96945 13.6898C1.67945 12.9398 1.67945 11.0598 2.96945 10.3098L6.13947 8.47984L9.31946 6.64983C10.6095 5.89983 12.2394 6.83983 12.2394 8.33983Z\" fill=\"\"/>\n</svg>\n</li><li title=\"bag 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.1894 8.8599C15.7994 8.8599 15.4894 8.5499 15.4894 8.1599V6.8799C15.4894 5.8999 15.0694 4.9599 14.3494 4.2999C13.6094 3.6299 12.6594 3.3199 11.6594 3.4099C9.97937 3.5699 8.50938 5.2799 8.50938 7.0599V7.9599C8.50938 8.3499 8.19937 8.6599 7.80937 8.6599C7.41937 8.6599 7.10938 8.3499 7.10938 7.9599V7.0599C7.10938 4.5599 9.12938 2.2499 11.5194 2.0199C12.9094 1.8899 14.2494 2.3299 15.2794 3.2699C16.2994 4.1899 16.8794 5.5099 16.8794 6.8799V8.1599C16.8794 8.5499 16.5694 8.8599 16.1894 8.8599Z\" fill=\"\"/>\n<path d=\"M19.9597 8.96008C19.1197 8.03008 17.7397 7.58008 15.7197 7.58008H8.27975C6.25975 7.58008 4.87975 8.03008 4.03975 8.96008C3.06975 10.0401 3.09975 11.4801 3.20975 12.4801L3.90975 18.0501C4.11975 20.0001 4.90975 22.0001 9.20975 22.0001H14.7897C19.0897 22.0001 19.8797 20.0001 20.0897 18.0601L20.7897 12.4701C20.8997 11.4801 20.9197 10.0401 19.9597 8.96008ZM8.41975 13.1501H8.40975C7.85975 13.1501 7.40975 12.7001 7.40975 12.1501C7.40975 11.6001 7.85975 11.1501 8.40975 11.1501C8.96975 11.1501 9.41975 11.6001 9.41975 12.1501C9.41975 12.7001 8.96975 13.1501 8.41975 13.1501ZM15.4197 13.1501H15.4097C14.8597 13.1501 14.4097 12.7001 14.4097 12.1501C14.4097 11.6001 14.8597 11.1501 15.4097 11.1501C15.9697 11.1501 16.4197 11.6001 16.4197 12.1501C16.4197 12.7001 15.9697 13.1501 15.4197 13.1501Z\" fill=\"\"/>\n</svg>\n</li><li title=\"bag cross 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.1894 8.8599C15.7994 8.8599 15.4894 8.5499 15.4894 8.1599V6.8799C15.4894 5.8999 15.0694 4.9599 14.3494 4.2999C13.6094 3.6299 12.6594 3.3199 11.6594 3.4099C9.97937 3.5699 8.50938 5.2799 8.50938 7.0599V7.9599C8.50938 8.3499 8.19937 8.6599 7.80937 8.6599C7.41937 8.6599 7.10938 8.3499 7.10938 7.9599V7.0599C7.10938 4.5599 9.12938 2.2499 11.5194 2.0199C12.9094 1.8899 14.2494 2.3299 15.2794 3.2699C16.2994 4.1899 16.8794 5.5099 16.8794 6.8799V8.1599C16.8794 8.5499 16.5694 8.8599 16.1894 8.8599Z\" fill=\"\"/>\n<path d=\"M19.9597 8.96008C19.1197 8.03008 17.7397 7.58008 15.7197 7.58008H8.27975C6.25975 7.58008 4.87975 8.03008 4.03975 8.96008C3.06975 10.0401 3.09975 11.4801 3.20975 12.4801L3.90975 18.0501C4.11975 20.0001 4.90975 22.0001 9.20975 22.0001H14.7897C19.0897 22.0001 19.8797 20.0001 20.0897 18.0601L20.7897 12.4701C20.8997 11.4801 20.9297 10.0401 19.9597 8.96008ZM11.9997 18.5801C9.90975 18.5801 8.20975 16.8801 8.20975 14.7901C8.20975 12.7001 9.90975 11.0001 11.9997 11.0001C14.0897 11.0001 15.7897 12.7001 15.7897 14.7901C15.7897 16.8801 14.0897 18.5801 11.9997 18.5801Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M12.0009 18.58C14.0941 18.58 15.7909 16.8832 15.7909 14.79C15.7909 12.6968 14.0941 11 12.0009 11C9.90778 11 8.21094 12.6968 8.21094 14.79C8.21094 16.8832 9.90778 18.58 12.0009 18.58Z\" fill=\"\"/>\n<path d=\"M13.5991 15.3099L13.0691 14.7799L13.5691 14.2799C13.8591 13.9899 13.8591 13.5099 13.5691 13.2199C13.2791 12.9299 12.7991 12.9299 12.5091 13.2199L12.0091 13.7199L11.4791 13.1899C11.1891 12.8999 10.7091 12.8999 10.4191 13.1899C10.1291 13.4799 10.1291 13.9599 10.4191 14.2499L10.9491 14.7799L10.3991 15.3299C10.1091 15.6199 10.1091 16.0999 10.3991 16.3899C10.5491 16.5399 10.7391 16.6099 10.9291 16.6099C11.1191 16.6099 11.3091 16.5399 11.4591 16.3899L12.0091 15.8399L12.5391 16.3699C12.6891 16.5199 12.8791 16.5899 13.0691 16.5899C13.2591 16.5899 13.4491 16.5199 13.5991 16.3699C13.8891 16.0799 13.8891 15.6099 13.5991 15.3099Z\" fill=\"\"/>\n</svg>\n</li><li title=\"bag cross \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M19.24 5.58006H18.84L15.46 2.20006C15.19 1.93006 14.75 1.93006 14.47 2.20006C14.2 2.47006 14.2 2.91006 14.47 3.19006L16.86 5.58006H7.14L9.53 3.19006C9.8 2.92006 9.8 2.48006 9.53 2.20006C9.26 1.93006 8.82 1.93006 8.54 2.20006L5.17 5.58006H4.77C3.87 5.58006 2 5.58006 2 8.14006C2 9.11006 2.2 9.75006 2.62 10.1701C2.86 10.4201 3.15 10.5501 3.46 10.6201C3.75 10.6901 4.06 10.7001 4.36 10.7001H19.64C19.95 10.7001 20.24 10.6801 20.52 10.6201C21.36 10.4201 22 9.82006 22 8.14006C22 5.58006 20.13 5.58006 19.24 5.58006Z\" fill=\"\"/>\n<path d=\"M19.6609 10.7001H4.36094C4.07094 10.7001 3.75094 10.6901 3.46094 10.6101L4.72094 18.3001C5.01094 20.0201 5.76094 22.0001 9.09094 22.0001H14.7009C18.0709 22.0001 18.6709 20.3101 19.0309 18.4201L20.5409 10.6101C20.2609 10.6801 19.9609 10.7001 19.6609 10.7001ZM13.9209 17.8901C13.7709 18.0401 13.5809 18.1101 13.3909 18.1101C13.2009 18.1101 13.0109 18.0401 12.8609 17.8901L12.0109 17.0401L11.1309 17.9201C10.9809 18.0701 10.7909 18.1401 10.6009 18.1401C10.4109 18.1401 10.2209 18.0701 10.0709 17.9201C9.78094 17.6301 9.78094 17.1501 10.0709 16.8601L10.9509 15.9801L10.1009 15.1301C9.81094 14.8401 9.81094 14.3601 10.1009 14.0701C10.3909 13.7801 10.8709 13.7801 11.1609 14.0701L12.0109 14.9201L12.8309 14.1001C13.1209 13.8101 13.6009 13.8101 13.8909 14.1001C14.1809 14.3901 14.1809 14.8701 13.8909 15.1601L13.0709 15.9801L13.9209 16.8301C14.2209 17.1301 14.2209 17.6001 13.9209 17.8901Z\" fill=\"\"/>\n</svg>\n</li><li title=\"bag happy \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M19.24 5.58006H18.84L15.46 2.20006C15.19 1.93006 14.75 1.93006 14.47 2.20006C14.2 2.47006 14.2 2.91006 14.47 3.19006L16.86 5.58006H7.14L9.53 3.19006C9.8 2.92006 9.8 2.48006 9.53 2.20006C9.26 1.93006 8.82 1.93006 8.54 2.20006L5.17 5.58006H4.77C3.87 5.58006 2 5.58006 2 8.14006C2 9.11006 2.2 9.75006 2.62 10.1701C2.86 10.4201 3.15 10.5501 3.46 10.6201C3.75 10.6901 4.06 10.7001 4.36 10.7001H19.64C19.95 10.7001 20.24 10.6801 20.52 10.6201C21.36 10.4201 22 9.82006 22 8.14006C22 5.58006 20.13 5.58006 19.24 5.58006Z\" fill=\"\"/>\n<path d=\"M19.6509 10.7001H4.36094C4.07094 10.7001 3.75094 10.6901 3.46094 10.6101L4.72094 18.3001C5.00094 20.0201 5.75094 22.0001 9.08094 22.0001H14.6909C18.0609 22.0001 18.6609 20.3101 19.0209 18.4201L20.5309 10.6101C20.2509 10.6801 19.9509 10.7001 19.6509 10.7001ZM12.0009 18.5001C9.66094 18.5001 7.75094 16.5901 7.75094 14.2501C7.75094 13.8401 8.09094 13.5001 8.50094 13.5001C8.91094 13.5001 9.25094 13.8401 9.25094 14.2501C9.25094 15.7701 10.4809 17.0001 12.0009 17.0001C13.5209 17.0001 14.7509 15.7701 14.7509 14.2501C14.7509 13.8401 15.0909 13.5001 15.5009 13.5001C15.9109 13.5001 16.2509 13.8401 16.2509 14.2501C16.2509 16.5901 14.3409 18.5001 12.0009 18.5001Z\" fill=\"\"/>\n</svg>\n</li><li title=\"bag tick 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.1894 8.8599C15.7994 8.8599 15.4894 8.5499 15.4894 8.1599V6.8799C15.4894 5.8999 15.0694 4.9599 14.3494 4.2999C13.6094 3.6299 12.6594 3.3199 11.6594 3.4099C9.97937 3.5699 8.50938 5.2799 8.50938 7.0599V7.9599C8.50938 8.3499 8.19937 8.6599 7.80937 8.6599C7.41937 8.6599 7.10938 8.3499 7.10938 7.9599V7.0599C7.10938 4.5599 9.12938 2.2499 11.5194 2.0199C12.9094 1.8899 14.2494 2.3299 15.2794 3.2699C16.2994 4.1899 16.8794 5.5099 16.8794 6.8799V8.1599C16.8794 8.5499 16.5694 8.8599 16.1894 8.8599Z\" fill=\"\"/>\n<path d=\"M19.9597 8.96008C19.1197 8.03008 17.7397 7.58008 15.7197 7.58008H8.27975C6.25975 7.58008 4.87975 8.03008 4.03975 8.96008C3.06975 10.0401 3.09975 11.4801 3.20975 12.4801L3.90975 18.0501C4.11975 20.0001 4.90975 22.0001 9.20975 22.0001H14.7897C19.0897 22.0001 19.8797 20.0001 20.0897 18.0601L20.7897 12.4701C20.8997 11.4801 20.9297 10.0401 19.9597 8.96008ZM11.9997 18.5801C9.90975 18.5801 8.20975 16.8801 8.20975 14.7901C8.20975 12.7001 9.90975 11.0001 11.9997 11.0001C14.0897 11.0001 15.7897 12.7001 15.7897 14.7901C15.7897 16.8801 14.0897 18.5801 11.9997 18.5801Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M12.0009 18.58C14.0941 18.58 15.7909 16.8832 15.7909 14.79C15.7909 12.6968 14.0941 11 12.0009 11C9.90778 11 8.21094 12.6968 8.21094 14.79C8.21094 16.8832 9.90778 18.58 12.0009 18.58Z\" fill=\"\"/>\n<path d=\"M11.4309 16.64C11.2409 16.64 11.0509 16.57 10.9009 16.42L9.91086 15.43C9.62086 15.14 9.62086 14.66 9.91086 14.37C10.2009 14.08 10.6809 14.08 10.9709 14.37L11.4509 14.85L13.0509 13.37C13.3509 13.09 13.8309 13.11 14.1109 13.41C14.3909 13.71 14.3709 14.19 14.0709 14.47L11.9409 16.44C11.7909 16.57 11.6109 16.64 11.4309 16.64Z\" fill=\"\"/>\n</svg>\n</li><li title=\"bag tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M19.24 5.58006H18.84L15.46 2.20006C15.19 1.93006 14.75 1.93006 14.47 2.20006C14.2 2.47006 14.2 2.91006 14.47 3.19006L16.86 5.58006H7.14L9.53 3.19006C9.8 2.92006 9.8 2.48006 9.53 2.20006C9.26 1.93006 8.82 1.93006 8.54 2.20006L5.17 5.58006H4.77C3.87 5.58006 2 5.58006 2 8.14006C2 9.11006 2.2 9.75006 2.62 10.1701C2.86 10.4201 3.15 10.5501 3.46 10.6201C3.75 10.6901 4.06 10.7001 4.36 10.7001H19.64C19.95 10.7001 20.24 10.6801 20.52 10.6201C21.36 10.4201 22 9.82006 22 8.14006C22 5.58006 20.13 5.58006 19.24 5.58006Z\" fill=\"\"/>\n<path d=\"M19.6609 10.7001H4.36094C4.07094 10.7001 3.75094 10.6901 3.46094 10.6101L4.72094 18.3001C5.01094 20.0201 5.76094 22.0001 9.09094 22.0001H14.7009C18.0709 22.0001 18.6709 20.3101 19.0309 18.4201L20.5409 10.6101C20.2609 10.6801 19.9609 10.7001 19.6609 10.7001ZM14.8809 15.0501L11.6309 18.0501C11.4909 18.1801 11.3009 18.2501 11.1209 18.2501C10.9309 18.2501 10.7409 18.1801 10.5909 18.0301L9.09094 16.5301C8.80094 16.2401 8.80094 15.7601 9.09094 15.4701C9.38094 15.1801 9.86094 15.1801 10.1509 15.4701L11.1409 16.4601L13.8609 13.9501C14.1609 13.6701 14.6409 13.6901 14.9209 13.9901C15.2109 14.3001 15.1909 14.7701 14.8809 15.0501Z\" fill=\"\"/>\n</svg>\n</li><li title=\"bag timer \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.1894 8.8599C15.7994 8.8599 15.4894 8.5499 15.4894 8.1599V6.8799C15.4894 5.8999 15.0694 4.9599 14.3494 4.2999C13.6094 3.6299 12.6594 3.3199 11.6594 3.4099C9.97937 3.5699 8.50938 5.2799 8.50938 7.0599V7.9599C8.50938 8.3499 8.19937 8.6599 7.80937 8.6599C7.41937 8.6599 7.10938 8.3499 7.10938 7.9599V7.0599C7.10938 4.5599 9.12938 2.2499 11.5194 2.0199C12.9094 1.8899 14.2494 2.3299 15.2794 3.2699C16.2994 4.1899 16.8794 5.5099 16.8794 6.8799V8.1599C16.8794 8.5499 16.5694 8.8599 16.1894 8.8599Z\" fill=\"\"/>\n<path d=\"M19.9597 8.96008C19.1197 8.03008 17.7397 7.58008 15.7197 7.58008H8.27975C6.25975 7.58008 4.87975 8.03008 4.03975 8.96008C3.06975 10.0401 3.09975 11.4801 3.20975 12.4801L3.90975 18.0501C4.11975 20.0001 4.90975 22.0001 9.20975 22.0001H14.7897C19.0897 22.0001 19.8797 20.0001 20.0897 18.0601L20.7897 12.4701C20.8997 11.4801 20.9297 10.0401 19.9597 8.96008ZM11.9997 18.5801C9.90975 18.5801 8.20975 16.8801 8.20975 14.7901C8.20975 12.7001 9.90975 11.0001 11.9997 11.0001C14.0897 11.0001 15.7897 12.7001 15.7897 14.7901C15.7897 16.8801 14.0897 18.5801 11.9997 18.5801Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M15.7909 14.79C15.7909 16.88 14.0909 18.58 12.0009 18.58C9.91094 18.58 8.21094 16.88 8.21094 14.79C8.21094 12.7 9.91094 11 12.0009 11C14.0909 11 15.7909 12.7 15.7909 14.79Z\" fill=\"\"/>\n<path d=\"M10.9999 16.5801C10.7499 16.5801 10.4999 16.4501 10.3599 16.2201C10.1499 15.8701 10.2599 15.4001 10.6199 15.1901L11.5099 14.6601V13.5801C11.5099 13.1701 11.8499 12.8301 12.2599 12.8301C12.6699 12.8301 12.9999 13.1601 12.9999 13.5801V15.0801C12.9999 15.3401 12.8599 15.5901 12.6399 15.7201L11.3899 16.4701C11.2699 16.5401 11.1299 16.5801 10.9999 16.5801Z\" fill=\"\"/>\n</svg>\n</li><li title=\"bag \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M19.24 5.58006H18.84L15.46 2.20006C15.19 1.93006 14.75 1.93006 14.47 2.20006C14.2 2.47006 14.2 2.91006 14.47 3.19006L16.86 5.58006H7.14L9.53 3.19006C9.8 2.92006 9.8 2.48006 9.53 2.20006C9.26 1.93006 8.82 1.93006 8.54 2.20006L5.17 5.58006H4.77C3.87 5.58006 2 5.58006 2 8.14006C2 9.11006 2.2 9.75006 2.62 10.1701C2.86 10.4201 3.15 10.5501 3.46 10.6201C3.75 10.6901 4.06 10.7001 4.36 10.7001H19.64C19.95 10.7001 20.24 10.6801 20.52 10.6201C21.36 10.4201 22 9.82006 22 8.14006C22 5.58006 20.13 5.58006 19.24 5.58006Z\" fill=\"\"/>\n<path d=\"M19.6509 10.7001H4.36094C4.06094 10.7001 3.75094 10.6901 3.46094 10.6201L4.72094 18.3001C5.00094 20.0201 5.75094 22.0001 9.08094 22.0001H14.6909C18.0609 22.0001 18.6609 20.3101 19.0209 18.4201L20.5309 10.6201C20.2509 10.6801 19.9509 10.7001 19.6509 10.7001ZM10.6109 17.1601C10.6109 17.5501 10.3009 17.8601 9.91094 17.8601C9.52094 17.8601 9.21094 17.5501 9.21094 17.1601V13.8601C9.21094 13.4701 9.52094 13.1601 9.91094 13.1601C10.3009 13.1601 10.6109 13.4701 10.6109 13.8601V17.1601ZM14.8909 17.1601C14.8909 17.5501 14.5809 17.8601 14.1909 17.8601C13.8009 17.8601 13.4909 17.5501 13.4909 17.1601V13.8601C13.4909 13.4701 13.8009 13.1601 14.1909 13.1601C14.5809 13.1601 14.8909 13.4701 14.8909 13.8601V17.1601Z\" fill=\"\"/>\n</svg>\n</li><li title=\"bank \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 19V22H2V19C2 18.45 2.45 18 3 18H21C21.55 18 22 18.45 22 19Z\" fill=\"\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.6\" d=\"M8 11H4V18H8V11Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M12 11H8V18H12V11Z\" fill=\"\"/>\n<path opacity=\"0.6\" d=\"M16 11H12V18H16V11Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M20 11H16V18H20V11Z\" fill=\"\"/>\n<path d=\"M23 22.75H1C0.59 22.75 0.25 22.41 0.25 22C0.25 21.59 0.59 21.25 1 21.25H23C23.41 21.25 23.75 21.59 23.75 22C23.75 22.41 23.41 22.75 23 22.75Z\" fill=\"\"/>\n<path d=\"M21.37 5.74982L12.37 2.14984C12.17 2.06984 11.83 2.06984 11.63 2.14984L2.63 5.74982C2.28 5.88982 2 6.29981 2 6.67981V9.99982C2 10.5498 2.45 10.9998 3 10.9998H21C21.55 10.9998 22 10.5498 22 9.99982V6.67981C22 6.29981 21.72 5.88982 21.37 5.74982ZM12 8.49982C11.17 8.49982 10.5 7.82982 10.5 6.99982C10.5 6.16982 11.17 5.49982 12 5.49982C12.83 5.49982 13.5 6.16982 13.5 6.99982C13.5 7.82982 12.83 8.49982 12 8.49982Z\" fill=\"\"/>\n</svg>\n</li><li title=\"barcode \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M17 20.5H7C4 20.5 2 19 2 15.5V8.5C2 5 4 3.5 7 3.5H17C20 3.5 22 5 22 8.5V15.5C22 19 20 20.5 17 20.5Z\" fill=\"\"/>\n<path d=\"M6 16.75C5.59 16.75 5.25 16.41 5.25 16V8C5.25 7.59 5.59 7.25 6 7.25C6.41 7.25 6.75 7.59 6.75 8V16C6.75 16.41 6.41 16.75 6 16.75Z\" fill=\"\"/>\n<path d=\"M9 12.75C8.59 12.75 8.25 12.41 8.25 12V8C8.25 7.59 8.59 7.25 9 7.25C9.41 7.25 9.75 7.59 9.75 8V12C9.75 12.41 9.41 12.75 9 12.75Z\" fill=\"\"/>\n<path d=\"M9 16.75C8.59 16.75 8.25 16.41 8.25 16V15C8.25 14.59 8.59 14.25 9 14.25C9.41 14.25 9.75 14.59 9.75 15V16C9.75 16.41 9.41 16.75 9 16.75Z\" fill=\"\"/>\n<path d=\"M15 9.75C14.59 9.75 14.25 9.41 14.25 9V8C14.25 7.59 14.59 7.25 15 7.25C15.41 7.25 15.75 7.59 15.75 8V9C15.75 9.41 15.41 9.75 15 9.75Z\" fill=\"\"/>\n<path d=\"M12 16.75C11.59 16.75 11.25 16.41 11.25 16V8C11.25 7.59 11.59 7.25 12 7.25C12.41 7.25 12.75 7.59 12.75 8V16C12.75 16.41 12.41 16.75 12 16.75Z\" fill=\"\"/>\n<path d=\"M15 16.75C14.59 16.75 14.25 16.41 14.25 16V12C14.25 11.59 14.59 11.25 15 11.25C15.41 11.25 15.75 11.59 15.75 12V16C15.75 16.41 15.41 16.75 15 16.75Z\" fill=\"\"/>\n<path d=\"M18 16.75C17.59 16.75 17.25 16.41 17.25 16V8C17.25 7.59 17.59 7.25 18 7.25C18.41 7.25 18.75 7.59 18.75 8V16C18.75 16.41 18.41 16.75 18 16.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"battery 3full \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12.93 4.79004H7.35C3.25 4.79004 2 6.04004 2 10.14V13.86C2 17.96 3.25 19.21 7.35 19.21H12.93C17.03 19.21 18.28 17.96 18.28 13.86V10.14C18.28 6.04004 17.03 4.79004 12.93 4.79004Z\" fill=\"\"/>\n<path d=\"M20.4192 8.99998C20.2792 8.98998 20.0992 8.97998 19.8992 8.97998C19.5092 8.97998 19.1992 9.28998 19.1992 9.67998V14.33C19.1992 14.72 19.5092 15.03 19.8992 15.03C20.0992 15.03 20.2692 15.02 20.4392 15.01C21.9992 14.83 21.9992 13.73 21.9992 12.93V11.07C21.9992 10.27 21.9992 9.16998 20.4192 8.99998Z\" fill=\"\"/>\n<path d=\"M6.37958 14.7501C6.31958 14.7501 6.25958 14.7401 6.19958 14.7301C5.79958 14.6301 5.54958 14.2201 5.64958 13.8201C5.94958 12.6301 5.94958 11.3701 5.64958 10.1801C5.54958 9.7801 5.78958 9.3701 6.19958 9.2701C6.59958 9.1701 6.99958 9.4201 7.09958 9.8201C7.45958 11.2501 7.45958 12.7601 7.09958 14.1801C7.01958 14.5201 6.70958 14.7501 6.37958 14.7501Z\" fill=\"\"/>\n<path d=\"M9.87959 14.7499C9.81959 14.7499 9.75959 14.7399 9.69959 14.7299C9.29959 14.6299 9.04958 14.2199 9.14958 13.8199C9.44958 12.6299 9.44958 11.3699 9.14958 10.1799C9.04958 9.77995 9.28959 9.36995 9.69959 9.26995C10.0996 9.16995 10.5096 9.40995 10.6096 9.81995C10.9696 11.2499 10.9696 12.7599 10.6096 14.1799C10.5196 14.5199 10.2096 14.7499 9.87959 14.7499Z\" fill=\"\"/>\n</svg>\n</li><li title=\"battery charging \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12.93 4.79004H7.35C3.25 4.79004 2 6.04004 2 10.14V13.86C2 17.96 3.25 19.21 7.35 19.21H12.93C17.03 19.21 18.28 17.96 18.28 13.86V10.14C18.28 6.04004 17.03 4.79004 12.93 4.79004Z\" fill=\"\"/>\n<path d=\"M20.4192 8.99998C20.2792 8.98998 20.0992 8.97998 19.8992 8.97998C19.5092 8.97998 19.1992 9.28998 19.1992 9.67998V14.33C19.1992 14.72 19.5092 15.03 19.8992 15.03C20.0992 15.03 20.2692 15.02 20.4392 15.01C21.9992 14.83 21.9992 13.73 21.9992 12.93V11.07C21.9992 10.27 21.9992 9.16998 20.4192 8.99998Z\" fill=\"\"/>\n<path d=\"M10.0097 16.24C9.83969 16.24 9.65969 16.18 9.51969 16.06C9.20969 15.79 9.16969 15.32 9.43969 15L11.2397 12.89C11.2497 12.86 11.2397 12.83 11.2197 12.8C11.1997 12.76 11.1597 12.74 11.1097 12.74H9.11969C8.52969 12.74 8.00969 12.44 7.70969 11.93C7.41969 11.42 7.41969 10.82 7.70969 10.31L9.41969 8.05003C9.66969 7.72003 10.1397 7.65003 10.4697 7.90003C10.7997 8.15003 10.8697 8.62003 10.6197 8.95003L8.96969 11.14C8.99969 11.1 8.99969 11.14 9.01969 11.19C9.03969 11.23 9.07969 11.25 9.12969 11.25H11.1397C11.7297 11.25 12.2497 11.55 12.5497 12.06C12.8397 12.57 12.8397 13.17 12.5497 13.68C12.5297 13.72 12.4997 13.76 12.4697 13.79L10.5997 15.98C10.4397 16.16 10.2297 16.24 10.0097 16.24Z\" fill=\"\"/>\n</svg>\n</li><li title=\"battery disable \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.4192 8.99998C20.2792 8.98998 20.0992 8.97998 19.8992 8.97998C19.5092 8.97998 19.1992 9.28998 19.1992 9.67998V14.33C19.1992 14.72 19.5092 15.03 19.8992 15.03C20.0992 15.03 20.2692 15.02 20.4392 15.01C21.9992 14.83 21.9992 13.73 21.9992 12.93V11.07C21.9992 10.27 21.9992 9.16998 20.4192 8.99998Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M14.5 4.87004L5.52 19.09C2.87 18.71 2 17.27 2 13.86V10.14C2 6.04004 3.25 4.79004 7.35 4.79004H12.93C13.51 4.79004 14.03 4.81004 14.5 4.87004Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M18.2792 10.1401V13.8601C18.2792 16.8101 15.8792 19.2101 12.9292 19.2101H7.44922L16.2292 5.31006C17.7492 6.00006 18.2792 7.46006 18.2792 10.1401Z\" fill=\"\"/>\n<path d=\"M4.00088 22.2501C3.86088 22.2501 3.72088 22.2101 3.60088 22.1301C3.25088 21.9101 3.14088 21.4501 3.37088 21.1001L15.3709 2.10012C15.5909 1.75012 16.0609 1.65012 16.4009 1.87012C16.7509 2.09012 16.8609 2.55012 16.6309 2.90012L4.63088 21.9001C4.49088 22.1301 4.25088 22.2501 4.00088 22.2501Z\" fill=\"\"/>\n</svg>\n</li><li title=\"battery empty 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12.93 4.79004H7.35C3.25 4.79004 2 6.04004 2 10.14V13.86C2 17.96 3.25 19.21 7.35 19.21H12.93C17.03 19.21 18.28 17.96 18.28 13.86V10.14C18.28 6.04004 17.03 4.79004 12.93 4.79004Z\" fill=\"\"/>\n<path d=\"M20.4192 8.99998C20.2792 8.98998 20.0992 8.97998 19.8992 8.97998C19.5092 8.97998 19.1992 9.28998 19.1992 9.67998V14.33C19.1992 14.72 19.5092 15.03 19.8992 15.03C20.0992 15.03 20.2692 15.02 20.4392 15.01C21.9992 14.83 21.9992 13.73 21.9992 12.93V11.07C21.9992 10.27 21.9992 9.16998 20.4192 8.99998Z\" fill=\"\"/>\n<path d=\"M6.37958 14.7501C6.31958 14.7501 6.25958 14.7401 6.19958 14.7301C5.79958 14.6301 5.54958 14.2201 5.64958 13.8201C5.94958 12.6301 5.94958 11.3701 5.64958 10.1801C5.54958 9.7801 5.78958 9.3701 6.19958 9.2701C6.58958 9.1701 6.99958 9.4201 7.09958 9.8201C7.45958 11.2501 7.45958 12.7601 7.09958 14.1801C7.01958 14.5201 6.70958 14.7501 6.37958 14.7501Z\" fill=\"\"/>\n</svg>\n</li><li title=\"battery empty \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12.93 4.79004H7.35C3.25 4.79004 2 6.04004 2 10.14V13.86C2 17.96 3.25 19.21 7.35 19.21H12.93C17.03 19.21 18.28 17.96 18.28 13.86V10.14C18.28 6.04004 17.03 4.79004 12.93 4.79004Z\" fill=\"\"/>\n<path d=\"M20.4192 8.99998C20.2792 8.98998 20.0992 8.97998 19.8992 8.97998C19.5092 8.97998 19.1992 9.28998 19.1992 9.67998V14.33C19.1992 14.72 19.5092 15.03 19.8992 15.03C20.0992 15.03 20.2692 15.02 20.4392 15.01C21.9992 14.83 21.9992 13.73 21.9992 12.93V11.07C21.9992 10.27 21.9992 9.16998 20.4192 8.99998Z\" fill=\"\"/>\n</svg>\n</li><li title=\"battery full \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12.93 4.79004H7.35C3.25 4.79004 2 6.04004 2 10.14V13.86C2 17.96 3.25 19.21 7.35 19.21H12.93C17.03 19.21 18.28 17.96 18.28 13.86V10.14C18.28 6.04004 17.03 4.79004 12.93 4.79004Z\" fill=\"\"/>\n<path d=\"M20.4192 8.99998C20.2792 8.98998 20.0992 8.97998 19.8992 8.97998C19.5092 8.97998 19.1992 9.28998 19.1992 9.67998V14.33C19.1992 14.72 19.5092 15.03 19.8992 15.03C20.0992 15.03 20.2692 15.02 20.4392 15.01C21.9992 14.83 21.9992 13.73 21.9992 12.93V11.07C21.9992 10.27 21.9992 9.16998 20.4192 8.99998Z\" fill=\"\"/>\n<path d=\"M6.37958 14.7501C6.31958 14.7501 6.25958 14.7401 6.19958 14.7301C5.79958 14.6301 5.54958 14.2201 5.64958 13.8201C5.94958 12.6301 5.94958 11.3701 5.64958 10.1801C5.54958 9.7801 5.78958 9.3701 6.19958 9.2701C6.59958 9.1701 6.99958 9.4201 7.09958 9.8201C7.45958 11.2501 7.45958 12.7601 7.09958 14.1801C7.01958 14.5201 6.70958 14.7501 6.37958 14.7501Z\" fill=\"\"/>\n<path d=\"M9.87959 14.7499C9.81959 14.7499 9.75959 14.7399 9.69959 14.7299C9.29959 14.6299 9.04958 14.2199 9.14958 13.8199C9.44958 12.6299 9.44958 11.3699 9.14958 10.1799C9.04958 9.77995 9.28959 9.36995 9.69959 9.26995C10.0996 9.16995 10.5096 9.40995 10.6096 9.81995C10.9696 11.2499 10.9696 12.7599 10.6096 14.1799C10.5196 14.5199 10.2096 14.7499 9.87959 14.7499Z\" fill=\"\"/>\n<path d=\"M13.3796 14.7499C13.3196 14.7499 13.2596 14.7399 13.1996 14.7299C12.7996 14.6299 12.5496 14.2199 12.6496 13.8199C12.9496 12.6299 12.9496 11.3699 12.6496 10.1799C12.5496 9.77995 12.7896 9.36995 13.1996 9.26995C13.5996 9.16995 14.0096 9.40995 14.1096 9.81995C14.4696 11.2499 14.4696 12.7599 14.1096 14.1799C14.0196 14.5199 13.7096 14.7499 13.3796 14.7499Z\" fill=\"\"/>\n</svg>\n</li><li title=\"bezier \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 9C4.10457 9 5 8.10457 5 7C5 5.89543 4.10457 5 3 5C1.89543 5 1 5.89543 1 7C1 8.10457 1.89543 9 3 9Z\" fill=\"\"/>\n<path d=\"M21 9C22.1046 9 23 8.10457 23 7C23 5.89543 22.1046 5 21 5C19.8954 5 19 5.89543 19 7C19 8.10457 19.8954 9 21 9Z\" fill=\"\"/>\n<path d=\"M7.5 16.5V18.5C7.5 19.11 7.13 19.64 6.61 19.86C6.42 19.95 6.22 20 6 20H4C3.17 20 2.5 19.33 2.5 18.5V16.5C2.5 15.67 3.17 15 4 15H6C6.83 15 7.5 15.67 7.5 16.5Z\" fill=\"\"/>\n<path d=\"M21.5 16.5V18.5C21.5 19.33 20.83 20 20 20H18C17.78 20 17.58 19.95 17.39 19.86C16.87 19.64 16.5 19.11 16.5 18.5V16.5C16.5 15.67 17.17 15 18 15H20C20.83 15 21.5 15.67 21.5 16.5Z\" fill=\"\"/>\n<path d=\"M15 5.5V8.5C15 9.32 14.32 10 13.5 10H10.5C9.68 10 9 9.32 9 8.5V5.5C9 4.68 9.68 4 10.5 4H13.5C14.32 4 15 4.68 15 5.5Z\" fill=\"\"/>\n<g opacity=\"0.4\">\n<path opacity=\"0.4\" d=\"M9 6.25H5C4.59 6.25 4.25 6.59 4.25 7C4.25 7.41 4.59 7.75 5 7.75H7.57C5.52 9.27 4.25 11.79 4.25 14.5C4.25 14.7 4.26 14.89 4.29 15.09C4.33 15.47 4.66 15.75 5.03 15.75C5.06 15.75 5.09 15.75 5.12 15.75C5.53 15.7 5.83 15.33 5.78 14.92C5.76 14.78 5.76 14.65 5.76 14.51C5.76 11.91 7.17 9.50997 9.35 8.40997C9.72 8.21997 9.87 7.77002 9.68 7.40002C9.67 7.39002 9.66 7.38 9.66 7.37C9.72 7.26 9.77 7.14001 9.77 7.01001C9.75 6.59001 9.41 6.25 9 6.25Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M16.43 7.75H19C19.41 7.75 19.75 7.41 19.75 7C19.75 6.59 19.41 6.25 19 6.25H15C14.59 6.25 14.25 6.59 14.25 7C14.25 7.13 14.29 7.24999 14.36 7.35999C14.35 7.36999 14.34 7.38001 14.34 7.39001C14.15 7.76001 14.3 8.21002 14.67 8.40002C16.85 9.50002 18.26 11.9 18.26 14.5C18.26 14.64 18.25 14.77 18.24 14.91C18.19 15.32 18.49 15.69 18.9 15.74C18.93 15.74 18.96 15.74 18.99 15.74C19.37 15.74 19.69 15.46 19.73 15.08C19.75 14.88 19.77 14.69 19.77 14.49C19.75 11.79 18.48 9.27 16.43 7.75Z\" fill=\"\"/>\n</g>\n</svg>\n</li><li title=\"bill \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M3.66992 2.5V14.47C3.66992 15.45 4.12992 16.38 4.91992 16.97L10.1299 20.87C11.2399 21.7 12.7699 21.7 13.8799 20.87L19.0899 16.97C19.8799 16.38 20.3399 15.45 20.3399 14.47V2.5H3.66992Z\" fill=\"\"/>\n<path d=\"M22 3.25H2C1.59 3.25 1.25 2.91 1.25 2.5C1.25 2.09 1.59 1.75 2 1.75H22C22.41 1.75 22.75 2.09 22.75 2.5C22.75 2.91 22.41 3.25 22 3.25Z\" fill=\"\"/>\n<path d=\"M16 8.75H8C7.59 8.75 7.25 8.41 7.25 8C7.25 7.59 7.59 7.25 8 7.25H16C16.41 7.25 16.75 7.59 16.75 8C16.75 8.41 16.41 8.75 16 8.75Z\" fill=\"\"/>\n<path d=\"M16 13.75H8C7.59 13.75 7.25 13.41 7.25 13C7.25 12.59 7.59 12.25 8 12.25H16C16.41 12.25 16.75 12.59 16.75 13C16.75 13.41 16.41 13.75 16 13.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"bitcoin card \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M22 7.53986V16.4599C22 18.7499 20.14 20.5999 17.85 20.5999H6.15C3.86 20.5999 2 18.7499 2 16.4599V7.53986C2 5.24986 3.86 3.3999 6.15 3.3999H17.85C20.14 3.3999 22 5.24986 22 7.53986Z\" fill=\"\"/>\n<path d=\"M9.25 12.75H5.25C4.84 12.75 4.5 12.41 4.5 12C4.5 11.59 4.84 11.25 5.25 11.25H9.25C9.66 11.25 10 11.59 10 12C10 12.41 9.66 12.75 9.25 12.75Z\" fill=\"\"/>\n<path d=\"M18.64 11.67C18.78 11.39 18.87 11.08 18.87 10.75C18.87 9.68 17.94 8.75 16.87 8.75H16.26V8.25C16.26 7.84 15.92 7.5 15.51 7.5C15.1 7.5 14.76 7.84 14.76 8.25V8.75H13.75H12.75C12.34 8.75 12 9.09 12 9.5C12 9.91 12.34 10.25 12.75 10.25H13V12V13.75H12.75C12.34 13.75 12 14.09 12 14.5C12 14.91 12.34 15.25 12.75 15.25H13.75H14.76V15.75C14.76 16.16 15.1 16.5 15.51 16.5C15.92 16.5 16.26 16.16 16.26 15.75V15.25H17.32C18.52 15.25 19.5 14.35 19.5 13.25C19.5 12.6 19.16 12.04 18.64 11.67ZM14.94 10.25H16.88C17.14 10.25 17.38 10.53 17.38 10.75C17.38 11.03 17.16 11.25 16.88 11.25H14.5V10.25H14.94ZM17.32 13.75H14.94H14.5V12.75H16.88H17.33C17.7 12.75 18.01 12.98 18.01 13.25C18.01 13.52 17.69 13.75 17.32 13.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"bitcoin convert \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 15.22C23.4142 15.22 23.75 15.5558 23.75 15.97C23.75 20.2542 20.2842 23.72 16 23.72C15.7298 23.72 15.4805 23.5746 15.3474 23.3395C15.2142 23.1044 15.2179 22.8158 15.3569 22.5841L16.4069 20.8341C16.62 20.4789 17.0807 20.3637 17.4359 20.5769C17.7911 20.79 17.9062 21.2507 17.6931 21.6058L17.4218 22.058C20.1909 21.4156 22.25 18.9365 22.25 15.97C22.25 15.5558 22.5858 15.22 23 15.22Z\" fill=\"\"/>\n<path opacity=\"0.4\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.5782 1.88191C3.8091 2.52434 1.75 5.00339 1.75 7.96997C1.75 8.38418 1.41421 8.71997 1 8.71997C0.585786 8.71997 0.25 8.38418 0.25 7.96997C0.25 3.68576 3.71579 0.219971 8 0.219971C8.2702 0.219971 8.51952 0.365315 8.65265 0.600446C8.78578 0.835578 8.78214 1.12414 8.64312 1.35584L7.59312 3.10584C7.38001 3.46103 6.91931 3.5762 6.56413 3.36309C6.20894 3.14998 6.09377 2.68928 6.30688 2.3341L6.5782 1.88191Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M14.8498 15.33C14.8498 18.74 12.0898 21.4999 8.67977 21.4999C5.26977 21.4999 2.50977 18.74 2.50977 15.33C2.50977 11.92 5.26977 9.15991 8.67977 9.15991C8.83977 9.15991 8.98977 9.16993 9.15977 9.17993C12.1898 9.40993 14.6098 11.8299 14.8398 14.8599C14.8398 15.0099 14.8498 15.16 14.8498 15.33Z\" fill=\"\"/>\n<path d=\"M21.5002 8.66998C21.5002 12.08 18.7402 14.84 15.3302 14.84H14.8402C14.6102 11.81 12.1902 9.38997 9.16016 9.15997V8.66998C9.16016 5.25998 11.9202 2.5 15.3302 2.5C18.7402 2.5 21.5002 5.25998 21.5002 8.66998Z\" fill=\"\"/>\n<path d=\"M11.1191 15.0099C11.2391 14.7599 11.3091 14.49 11.3091 14.2C11.3091 13.2 10.4291 12.3199 9.42914 12.3199H9.16914V11.9399C9.16914 11.5299 8.82914 11.1899 8.41914 11.1899C8.00914 11.1899 7.66914 11.5299 7.66914 11.9399V12.3199H6.61914C6.20914 12.3199 5.86914 12.6599 5.86914 13.0699V15.3199V17.5699C5.86914 17.9799 6.20914 18.3199 6.61914 18.3199H7.66914V18.7C7.66914 19.11 8.00914 19.45 8.41914 19.45C8.82914 19.45 9.16914 19.11 9.16914 18.7V18.3199H9.82914C10.9491 18.3199 11.8691 17.4799 11.8691 16.4399C11.8691 15.8699 11.5691 15.3499 11.1191 15.0099ZM7.36914 13.8199H9.42914C9.63914 13.8199 9.80914 14.05 9.80914 14.2C9.80914 14.41 9.63914 14.58 9.42914 14.58H7.36914V13.8199ZM9.82914 16.83H7.35914V16.08H9.41914H9.81914C10.1391 16.08 10.3591 16.28 10.3591 16.46C10.3591 16.64 10.1491 16.83 9.82914 16.83Z\" fill=\"\"/>\n</svg>\n</li><li title=\"bitcoin refresh \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M23.5293 12.05C23.2393 11.76 22.7593 11.76 22.4693 12.05L22.0093 12.51V12C22.0093 6.48 17.5193 1.98999 11.9993 1.98999C8.94927 1.98999 6.09927 3.35999 4.18927 5.73999C3.92927 6.05999 3.97927 6.53998 4.30927 6.78998C4.62927 7.04998 5.10927 6.99998 5.35927 6.66998C6.98927 4.63998 9.40927 3.47998 11.9993 3.47998C16.6893 3.47998 20.5093 7.29999 20.5093 11.99V12.49L20.0493 12.03C19.7593 11.74 19.2793 11.74 18.9893 12.03C18.6993 12.32 18.6993 12.8 18.9893 13.09L20.7293 14.83C20.7993 14.9 20.8793 14.95 20.9693 14.99C21.0593 15.03 21.1593 15.05 21.2593 15.05C21.3593 15.05 21.4493 15.03 21.5493 14.99C21.6393 14.95 21.7193 14.9 21.7893 14.83L23.5293 13.09C23.8193 12.82 23.8193 12.34 23.5293 12.05Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M19.6892 17.2C19.3692 16.94 18.8892 16.9899 18.6392 17.3199C17.0092 19.3499 14.5892 20.51 11.9992 20.51C7.30922 20.51 3.48921 16.6899 3.48921 11.9999V11.4999L3.94921 11.96C4.09921 12.11 4.28922 12.1799 4.47922 12.1799C4.66922 12.1799 4.85922 12.11 5.00922 11.96C5.29922 11.67 5.29922 11.19 5.00922 10.9L3.26921 9.15991C3.19921 9.08991 3.11921 9.03994 3.02921 8.99994C2.84921 8.91994 2.63921 8.91994 2.45921 8.99994C2.36921 9.03994 2.28922 9.08991 2.21922 9.15991L0.479219 10.9C0.189219 11.19 0.189219 11.67 0.479219 11.96C0.769219 12.25 1.24922 12.25 1.53922 11.96L1.99922 11.4999V11.9999C1.99922 17.5199 6.48922 22.01 12.0092 22.01C15.0592 22.01 17.9092 20.64 19.8192 18.26C20.0692 17.94 20.0192 17.46 19.6892 17.2Z\" fill=\"\"/>\n<path d=\"M15.45 11.64C15.72 11.24 15.87 10.77 15.87 10.25C15.87 8.92 14.7 7.75 13.37 7.75H12.55V6.75C12.55 6.34 12.21 6 11.8 6C11.39 6 11.05 6.34 11.05 6.75V7.75H9C8.59 7.75 8.25 8.09 8.25 8.5V12V15.5C8.25 15.91 8.59 16.25 9 16.25H11.05V17.25C11.05 17.66 11.39 18 11.8 18C12.21 18 12.55 17.66 12.55 17.25V16.25H14C15.52 16.25 16.75 15.13 16.75 13.75C16.75 12.86 16.23 12.08 15.45 11.64ZM9.75 9.25H13.37C13.92 9.25 14.37 9.8 14.37 10.25C14.37 10.8 13.92 11.25 13.37 11.25H9.75V9.25ZM14 14.75H9.75V12.75H13.37H14C14.69 12.75 15.25 13.2 15.25 13.75C15.25 14.3 14.69 14.75 14 14.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"blend 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.4996 17.5298C12.3596 17.6798 12.1696 17.7498 11.9696 17.7498C11.7796 17.7498 11.5896 17.6798 11.4396 17.5298L9.84961 15.9398C10.4396 15.8698 11.0096 15.7298 11.5396 15.5098L12.4996 16.4698C12.7996 16.7598 12.7996 17.2398 12.4996 17.5298Z\" fill=\"\"/>\n<path d=\"M15.9591 15.9301C15.8191 16.0801 15.6191 16.1601 15.4291 16.1601C15.2391 16.1601 15.0491 16.0801 14.8991 15.9401L13.3691 14.4401C13.7591 14.1301 14.1191 13.7701 14.4291 13.3701L15.9491 14.8701C16.2491 15.1601 16.2491 15.6401 15.9591 15.9301Z\" fill=\"\"/>\n<path d=\"M17.5005 12.5299C17.3605 12.6799 17.1705 12.7499 16.9705 12.7499C16.7805 12.7499 16.5905 12.6799 16.4405 12.5299L15.4805 11.5699C15.7005 11.0399 15.8405 10.4699 15.9105 9.87988L17.5005 11.4699C17.8005 11.7599 17.8005 12.2399 17.5005 12.5299Z\" fill=\"\"/>\n<path d=\"M15.9007 8.07C15.4507 4.64 12.5207 2 8.9707 2C5.1007 2 1.9707 5.13 1.9707 9C1.9707 12.55 4.6107 15.48 8.0407 15.93C8.3407 15.98 8.6507 16 8.9707 16C9.2707 16 9.5607 15.98 9.8507 15.94L9.4707 15.56C9.1807 15.26 9.1807 14.79 9.4707 14.5C9.7607 14.2 10.2407 14.2 10.5307 14.5L11.5407 15.51C12.2107 15.25 12.8207 14.89 13.3707 14.44L12.4707 13.55C12.1807 13.26 12.1707 12.79 12.4707 12.49C12.7607 12.2 13.2307 12.19 13.5307 12.48L14.4307 13.37C14.8707 12.83 15.2307 12.23 15.4807 11.57L14.4707 10.56C14.1807 10.26 14.1807 9.79 14.4707 9.5C14.7607 9.2 15.2407 9.2 15.5307 9.5L15.9107 9.88C15.9507 9.59 15.9707 9.3 15.9707 9C15.9707 8.68 15.9507 8.37 15.9007 8.07Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M21.9691 14.9998C21.9691 18.8698 18.8391 21.9998 14.9691 21.9998C11.4191 21.9998 8.48906 19.3598 8.03906 15.9298C8.33906 15.9798 8.64906 15.9998 8.96906 15.9998C9.26906 15.9998 9.55906 15.9798 9.84906 15.9398L11.4391 17.5298C11.5891 17.6798 11.7791 17.7498 11.9691 17.7498C12.1691 17.7498 12.3591 17.6798 12.4991 17.5298C12.7991 17.2398 12.7991 16.7598 12.4991 16.4698L11.5391 15.5098C12.2091 15.2498 12.8191 14.8898 13.3691 14.4398L14.8991 15.9398C15.0491 16.0798 15.2391 16.1598 15.4291 16.1598C15.6191 16.1598 15.8191 16.0798 15.9591 15.9298C16.2491 15.6398 16.2491 15.1598 15.9491 14.8698L14.4291 13.3698C14.8691 12.8298 15.2291 12.2298 15.4791 11.5698L16.4391 12.5298C16.5891 12.6798 16.7791 12.7498 16.9691 12.7498C17.1691 12.7498 17.3591 12.6798 17.4991 12.5298C17.7991 12.2398 17.7991 11.7598 17.4991 11.4698L15.9091 9.87982C15.9491 9.58982 15.9691 9.29982 15.9691 8.99982C15.9691 8.67982 15.9491 8.36982 15.8991 8.06982C19.3291 8.51982 21.9691 11.4498 21.9691 14.9998Z\" fill=\"\"/>\n</svg>\n</li><li title=\"blend \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.9707 12C21.9707 15.31 19.2807 18 15.9707 18C14.4307 18 13.0307 17.42 11.9707 16.46C13.2007 15.37 13.9707 13.77 13.9707 12C13.9707 10.23 13.2007 8.63 11.9707 7.54C13.0307 6.58 14.4307 6 15.9707 6C19.2807 6 21.9707 8.69 21.9707 12Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M13.9707 12C13.9707 13.77 13.2007 15.37 11.9707 16.46C10.9107 17.42 9.5107 18 7.9707 18C4.6607 18 1.9707 15.31 1.9707 12C1.9707 8.69 4.6607 6 7.9707 6C9.5107 6 10.9107 6.58 11.9707 7.54C13.2007 8.63 13.9707 10.23 13.9707 12Z\" fill=\"\"/>\n</svg>\n</li><li title=\"bluetooth 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.1898 2H7.81976C4.17976 2 2.00977 4.17 2.00977 7.81V16.18C2.00977 19.82 4.17976 21.99 7.81976 21.99H16.1898C19.8298 21.99 21.9998 19.82 21.9998 16.18V7.81C21.9998 4.17 19.8298 2 16.1898 2Z\" fill=\"\"/>\n<path d=\"M12.0796 18.9999C11.8496 18.9999 11.6696 18.9399 11.5696 18.8899C11.3396 18.7799 10.7996 18.4299 10.7996 17.4499V14.0599L7.8996 16.7099C7.5996 16.9899 7.1196 16.9699 6.8396 16.6599C6.5596 16.3499 6.57962 15.8799 6.88962 15.5999L10.7996 12.0199V11.9399L6.88962 8.39992C6.57962 8.11992 6.5596 7.64992 6.8396 7.33992C7.1196 7.02992 7.5896 7.00992 7.8996 7.28992L10.7996 9.93992V6.54993C10.7996 5.56993 11.3396 5.20992 11.5696 5.10992C11.7996 4.99992 12.4196 4.81992 13.1696 5.44992L15.5796 7.45993C15.9096 7.72993 16.0996 8.11992 16.1096 8.52992C16.1196 8.93992 15.9496 9.33993 15.6396 9.62993L13.0496 11.9999L15.6396 14.3699C15.9496 14.6599 16.1296 15.0599 16.1196 15.4699C16.1096 15.8799 15.9196 16.2699 15.5896 16.5399L13.1796 18.5499C12.7496 18.8999 12.3696 18.9999 12.0796 18.9999ZM12.2996 13.2999V17.3199L14.6096 15.3899L12.2996 13.2999ZM12.2996 6.67991V10.6399L14.6096 8.51993L12.2996 6.67991Z\" fill=\"\"/>\n<path d=\"M6.62024 13.3801C5.86024 13.3801 5.24023 12.7601 5.24023 12.0001C5.24023 11.2401 5.86024 10.6201 6.62024 10.6201C7.38024 10.6201 8.00024 11.2401 8.00024 12.0001C8.00024 12.7601 7.38024 13.3801 6.62024 13.3801ZM6.62024 11.8801C6.55024 11.8801 6.50024 11.9401 6.50024 12.0001C6.50024 12.1401 6.75024 12.1401 6.75024 12.0001C6.75024 11.9301 6.69024 11.8801 6.62024 11.8801Z\" fill=\"\"/>\n<path d=\"M17.38 13.3801C16.62 13.3801 16 12.7601 16 12.0001C16 11.2401 16.62 10.6201 17.38 10.6201C18.14 10.6201 18.76 11.2401 18.76 12.0001C18.76 12.7601 18.13 13.3801 17.38 13.3801ZM17.38 11.8801C17.31 11.8801 17.26 11.9401 17.26 12.0001C17.26 12.1401 17.51 12.1401 17.51 12.0001C17.5 11.9301 17.44 11.8801 17.38 11.8801Z\" fill=\"\"/>\n</svg>\n</li><li title=\"bluetooth circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" fill=\"\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.1186 6.00216C12.6993 5.72427 13.2667 6.01769 13.61 6.30377L15.668 8.02214C15.6685 8.02256 15.669 8.02298 15.6696 8.02341C16.3049 8.5507 16.3362 9.48518 15.7137 10.0455L13.5767 12.0049L15.7137 13.9644C16.3362 14.5247 16.3049 15.4591 15.6696 15.9864C15.6691 15.9869 15.6685 15.9873 15.668 15.9877L13.6105 17.7056L13.6089 17.707C13.2656 17.992 12.7036 18.276 12.1282 18.0067C11.5513 17.7367 11.4099 17.121 11.4099 16.6699V13.9918L9.09672 16.1127C8.79142 16.3927 8.31699 16.3721 8.03705 16.0668C7.75712 15.7615 7.77768 15.2871 8.08298 15.0071L11.3572 12.0049L8.08298 9.00274C7.77768 8.7228 7.75712 8.24837 8.03705 7.94307C8.31699 7.63777 8.79142 7.61721 9.09672 7.89714L11.4099 10.0181V7.33993C11.4099 6.89698 11.5439 6.27721 12.1186 6.00216ZM12.9099 13.4286L14.5698 14.9506L12.9099 16.3366V13.4286ZM12.9099 10.5813V7.6733L14.5698 9.05926L12.9099 10.5813Z\" fill=\"\"/>\n</svg>\n</li><li title=\"bluetooth rectangle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M15 22H9C6 22 4 20 4 17V7C4 4 6 2 9 2H15C18 2 20 4 20 7V17C20 20 18 22 15 22Z\" fill=\"\"/>\n<path d=\"M12.5991 18.1101C12.3791 18.1101 12.2091 18.0501 12.1091 18.0101C11.8891 17.9101 11.3891 17.5801 11.3891 16.6701V14.0001L9.08906 16.1101C8.78906 16.3901 8.30907 16.3701 8.02907 16.0601C7.74907 15.7501 7.76905 15.2801 8.07905 15.0001L11.3591 11.9901L8.07905 8.98012C7.76905 8.70012 7.74907 8.23012 8.02907 7.92012C8.30907 7.62012 8.78906 7.5901 9.08906 7.8701L11.3891 9.98012V7.32011C11.3891 6.42011 11.8891 6.09012 12.1091 5.98012C12.3191 5.88012 12.8991 5.7001 13.5991 6.2801L15.6591 8.00011C15.9591 8.25011 16.1391 8.62011 16.1491 9.00011C16.1591 9.38011 15.9991 9.76009 15.7091 10.0201L13.5791 11.9701L15.7091 13.9201C15.9991 14.1901 16.1591 14.5601 16.1491 14.9401C16.1391 15.3201 15.9591 15.6901 15.6591 15.9401L13.5991 17.6601C13.2191 18.0201 12.8691 18.1101 12.5991 18.1101ZM12.8991 13.4101V16.3301L14.5691 14.9401L12.8991 13.4101ZM12.8991 7.67012V10.5901L14.5691 9.0601L12.8991 7.67012Z\" fill=\"\"/>\n</svg>\n</li><li title=\"bluetooth \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.1898 2H7.81976C4.17976 2 2.00977 4.17 2.00977 7.81V16.18C2.00977 19.82 4.17976 21.99 7.81976 21.99H16.1898C19.8298 21.99 21.9998 19.82 21.9998 16.18V7.81C21.9998 4.17 19.8298 2 16.1898 2Z\" fill=\"\"/>\n<path d=\"M12.7109 19.0299C12.4809 19.0299 12.3009 18.9699 12.2009 18.9199C11.9709 18.8099 11.4309 18.4499 11.4309 17.4699V14.0499L8.51094 16.7299C8.21094 17.0099 7.73094 16.9899 7.45094 16.6799C7.17094 16.3699 7.19093 15.8999 7.50093 15.6199L11.4309 12.0199V11.9399L7.50093 8.3799C7.19093 8.0999 7.17094 7.6299 7.45094 7.3199C7.73094 7.0199 8.21094 6.9899 8.51094 7.2699L11.4309 9.94989V6.52989C11.4309 5.54989 11.9709 5.18989 12.2009 5.07989C12.4309 4.96989 13.0509 4.78989 13.8009 5.41989L16.2209 7.43989C16.5509 7.70989 16.7409 8.1099 16.7509 8.5199C16.7609 8.9299 16.5909 9.32989 16.2709 9.61989L13.6609 12.0099L16.2709 14.3999C16.5809 14.6899 16.7609 15.0899 16.7509 15.4999C16.7409 15.9099 16.5509 16.2999 16.2209 16.5799L13.8009 18.5999C13.3809 18.9399 13.0009 19.0299 12.7109 19.0299ZM12.9309 13.2999V17.3599L15.2609 15.4099L12.9309 13.2999ZM12.9309 6.63989V10.6399L15.2609 8.49989L12.9309 6.63989Z\" fill=\"\"/>\n</svg>\n</li><li title=\"blur \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12.6103 2.21C12.2503 1.93 11.7503 1.93 11.3903 2.21C9.49032 3.66 3.88028 8.39 3.91028 13.9C3.91028 18.36 7.54031 22 12.0103 22C16.4803 22 20.1103 18.37 20.1103 13.91C20.1203 8.48 14.5003 3.67 12.6103 2.21Z\" fill=\"\"/>\n<path d=\"M20.09 14.2C20.07 14.81 19.98 15.41 19.82 15.99L12.75 19.43V21.97C12.5 21.99 12.25 22 12 22C11.75 22 11.5 21.99 11.25 21.97V2.31C11.3 2.27 11.34 2.24 11.38 2.21C11.75 1.93 12.25 1.93 12.61 2.21C12.65 2.24 12.7 2.28 12.75 2.32V7.76L16.53 5.92C16.86 6.3 17.17 6.69 17.48 7.1C17.44 7.14 17.4 7.17 17.35 7.19L12.75 9.43V12.76L19.04 9.7C19.05 9.7 19.05 9.69 19.06 9.69C19.28 10.14 19.47 10.6 19.62 11.08L12.75 14.43V17.76L19.37 14.54L20.09 14.2Z\" fill=\"\"/>\n</svg>\n</li><li title=\"book 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M20.5 7V15H6.35C4.78 15 3.5 16.28 3.5 17.85V7C3.5 3 4.5 2 8.5 2H15.5C19.5 2 20.5 3 20.5 7Z\" fill=\"\"/>\n<path d=\"M20.5 15V18.5C20.5 20.43 18.93 22 17 22H7C5.07 22 3.5 20.43 3.5 18.5V17.85C3.5 16.28 4.78 15 6.35 15H20.5Z\" fill=\"\"/>\n<path d=\"M16 7.75H8C7.59 7.75 7.25 7.41 7.25 7C7.25 6.59 7.59 6.25 8 6.25H16C16.41 6.25 16.75 6.59 16.75 7C16.75 7.41 16.41 7.75 16 7.75Z\" fill=\"\"/>\n<path d=\"M13 11.25H8C7.59 11.25 7.25 10.91 7.25 10.5C7.25 10.09 7.59 9.75 8 9.75H13C13.41 9.75 13.75 10.09 13.75 10.5C13.75 10.91 13.41 11.25 13 11.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"book saved \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12 5.30019V21.3302C12.17 21.3302 12.35 21.3002 12.49 21.2202L12.53 21.2002C14.45 20.1502 17.8 19.0502 19.97 18.7602L20.26 18.7202C21.22 18.6002 22 17.7002 22 16.7402V4.66018C22 3.47018 21.03 2.57019 19.84 2.67019C17.74 2.84019 14.56 3.90022 12.78 5.01022L12.53 5.16018C12.38 5.25018 12.19 5.30019 12 5.30019Z\" fill=\"\"/>\n<path d=\"M2 4.67002V16.74C2 17.7 2.77999 18.6 3.73999 18.72L4.07001 18.76C6.25001 19.05 9.61003 20.16 11.53 21.22C11.66 21.3 11.82 21.3301 12 21.3301V5.30002C11.81 5.30002 11.62 5.25001 11.47 5.16001L11.3 5.05002C9.51999 3.93002 6.32998 2.86003 4.22998 2.68003H4.16998C2.97998 2.58003 2 3.47002 2 4.67002Z\" fill=\"\"/>\n<path d=\"M19 2.78027V7.07025C19 7.47025 18.56 7.71023 18.22 7.49023L17 6.68024L15.78 7.49023C15.45 7.71023 15 7.47025 15 7.07025V3.92023C16.31 3.40023 17.77 2.98027 19 2.78027Z\" fill=\"\"/>\n</svg>\n</li><li title=\"book square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.1898 2H7.81976C4.17976 2 2.00977 4.17 2.00977 7.81V16.18C2.00977 19.82 4.17976 21.99 7.81976 21.99H16.1898C19.8298 21.99 21.9998 19.82 21.9998 16.18V7.81C21.9998 4.17 19.8298 2 16.1898 2Z\" fill=\"\"/>\n<path d=\"M11.4991 8.09V17.25C11.4991 17.61 11.1391 17.85 10.8091 17.71C9.59914 17.19 8.01913 16.71 6.91913 16.57L6.72913 16.55C6.11913 16.47 5.61914 15.9 5.61914 15.28V7.57999C5.61914 6.81999 6.23915 6.25 6.99915 6.31C8.24915 6.41 10.0992 7.01001 11.2592 7.67001C11.4092 7.74001 11.4991 7.91 11.4991 8.09Z\" fill=\"\"/>\n<path d=\"M18.38 7.69983V15.2698C18.38 15.8898 17.88 16.4598 17.27 16.5398L17.06 16.5598C15.97 16.7098 14.4 17.1798 13.19 17.6898C12.86 17.8298 12.5 17.5898 12.5 17.2298V8.0798C12.5 7.8998 12.59 7.72983 12.75 7.63983C13.91 6.98983 15.72 6.4098 16.95 6.2998H16.99C17.76 6.3098 18.38 6.92983 18.38 7.69983Z\" fill=\"\"/>\n</svg>\n</li><li title=\"book \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12 5.29994V21.3299C11.83 21.3299 11.65 21.2999 11.51 21.2199L11.47 21.1999C9.55 20.1499 6.2 19.0499 4.03 18.7599L3.74 18.7199C2.78 18.5999 2 17.6999 2 16.7399V4.65994C2 3.46994 2.97 2.56994 4.16 2.66994C6.26 2.83994 9.44 3.89994 11.22 5.00994L11.47 5.15994C11.62 5.24994 11.81 5.29994 12 5.29994Z\" fill=\"\"/>\n<path d=\"M22 4.67003V16.74C22 17.7 21.22 18.6 20.26 18.72L19.93 18.76C17.75 19.05 14.39 20.16 12.47 21.22C12.34 21.3 12.18 21.33 12 21.33V5.30003C12.19 5.30003 12.38 5.25003 12.53 5.16003L12.7 5.05003C14.48 3.93003 17.67 2.86003 19.77 2.68003H19.83C21.02 2.58003 22 3.47003 22 4.67003Z\" fill=\"\"/>\n<path d=\"M7.75 9.23999H5.5C5.09 9.23999 4.75 8.89999 4.75 8.48999C4.75 8.07999 5.09 7.73999 5.5 7.73999H7.75C8.16 7.73999 8.5 8.07999 8.5 8.48999C8.5 8.89999 8.16 9.23999 7.75 9.23999Z\" fill=\"\"/>\n<path d=\"M8.5 12.24H5.5C5.09 12.24 4.75 11.9 4.75 11.49C4.75 11.08 5.09 10.74 5.5 10.74H8.5C8.91 10.74 9.25 11.08 9.25 11.49C9.25 11.9 8.91 12.24 8.5 12.24Z\" fill=\"\"/>\n</svg>\n</li><li title=\"bookmark 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 4.96V12.08C17 14.07 15.59 14.84 13.86 13.8L12.54 13C12.24 12.82 11.76 12.82 11.46 13L10.14 13.8C8.41 14.84 7 14.07 7 12.08V4.99C7.01 3 8.01 2 10 2H14C15.98 2 16.98 2.99 17 4.96Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M22 11.9V14.93C22 19.98 20 22 15 22H9C4 22 2 19.98 2 14.93V11.9C2 7.65996 3.41 5.55996 6.82 4.98996H7V12.08C7 14.07 8.41 14.84 10.14 13.8L11.46 13C11.76 12.82 12.24 12.82 12.54 13L13.86 13.8C15.59 14.84 17 14.07 17 12.08V4.95996C20.54 5.47996 22 7.58996 22 11.9Z\" fill=\"\"/>\n</svg>\n</li><li title=\"bookmark \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.19 2H7.82C4.17 2 2 4.17 2 7.81V16.18C2 19.82 4.17 21.99 7.81 21.99H16.18C19.82 21.99 21.99 19.82 21.99 16.18V7.81C22 4.17 19.83 2 16.19 2Z\" fill=\"\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.25 2.0002V12.42C16.25 13.06 16.06 13.54 15.73 13.73C15.39 13.93 14.85 13.83 14.25 13.47L12.93 12.68C12.42 12.37 11.58 12.37 11.07 12.68L9.75 13.47C9.15 13.83 8.61 13.92 8.27 13.73C7.94 13.54 7.75 13.06 7.75 12.42V2.00027C7.77327 2.00009 7.79661 2 7.82 2H16.19C16.21 2 16.23 2.00007 16.25 2.0002Z\" fill=\"\"/>\n</svg>\n</li><li title=\"box 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M21.0409 7.19L12.0009 12.42L2.96094 7.19C3.36094 6.45 3.94094 5.8 4.59094 5.44L9.93094 2.48C11.0709 1.84 12.9309 1.84 14.0709 2.48L19.4109 5.44C20.0609 5.8 20.6409 6.45 21.0409 7.19Z\" fill=\"\"/>\n<path opacity=\"0.6\" d=\"M12.0006 12.4199V21.9999C11.2506 21.9999 10.5006 21.8399 9.93062 21.5199L4.59063 18.5599C3.38063 17.8899 2.39062 16.2099 2.39062 14.8299V9.16994C2.39062 8.52994 2.61062 7.82994 2.96062 7.18994L12.0006 12.4199Z\" fill=\"\"/>\n<path d=\"M21.61 9.16994V14.8299C21.61 16.2099 20.62 17.8899 19.41 18.5599L14.07 21.5199C13.5 21.8399 12.75 21.9999 12 21.9999V12.4199L21.04 7.18994C21.39 7.82994 21.61 8.52994 21.61 9.16994Z\" fill=\"\"/>\n</svg>\n</li><li title=\"box 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M5.32914 19.42C5.21914 19.42 5.09914 19.39 4.99914 19.34L2.77914 18.23C2.52914 18.1 2.36914 17.84 2.36914 17.56V14.78C2.36914 14.37 2.70914 14.03 3.11914 14.03C3.52914 14.03 3.86914 14.37 3.86914 14.78V17.09L5.67914 17.99C6.04914 18.18 6.19913 18.63 6.01913 19C5.86913 19.26 5.60914 19.42 5.32914 19.42Z\" fill=\"\"/>\n<path d=\"M11.9995 22.75C11.9395 22.75 11.8795 22.74 11.8295 22.73C11.7695 22.72 11.7095 22.69 11.6495 22.66L9.43948 21.56C9.06948 21.37 8.91947 20.92 9.09947 20.55C9.28947 20.18 9.73947 20.03 10.1095 20.21L11.2495 20.78V19.22C11.2495 18.81 11.5895 18.47 11.9995 18.47C12.4095 18.47 12.7495 18.81 12.7495 19.22V20.78L13.8895 20.21C14.2595 20.03 14.7095 20.18 14.8995 20.55C15.0895 20.92 14.9395 21.37 14.5595 21.56L12.3495 22.66C12.2895 22.69 12.2295 22.71 12.1695 22.73C12.1095 22.74 12.0595 22.75 11.9995 22.75Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M18.6702 19.42C18.4002 19.42 18.1302 19.27 18.0002 19.01C17.8102 18.64 17.9602 18.19 18.3402 18L20.1502 17.1001V14.79C20.1502 14.38 20.4902 14.04 20.9002 14.04C21.3102 14.04 21.6502 14.38 21.6502 14.79V17.5701C21.6502 17.8501 21.4902 18.1101 21.2402 18.2401L19.0202 19.3501C18.8902 19.3901 18.7802 19.42 18.6702 19.42Z\" fill=\"\"/>\n<path d=\"M11.9995 14.42C11.5895 14.42 11.2495 14.08 11.2495 13.67V11.36L9.43948 10.4601C9.06948 10.2701 8.91947 9.82004 9.09947 9.45004C9.28947 9.08004 9.73947 8.93005 10.1095 9.11005L11.9995 10.05L13.8895 9.11005C14.2595 8.93005 14.7095 9.07004 14.8995 9.45004C15.0895 9.82004 14.9395 10.2701 14.5595 10.4601L12.7495 11.36V13.67C12.7495 14.08 12.4095 14.42 11.9995 14.42Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M3.10938 9.96988C2.69938 9.96988 2.35938 9.62988 2.35938 9.21988V6.45988V6.44987C2.35938 6.38987 2.36937 6.32987 2.37937 6.27987C2.39937 6.19987 2.42938 6.12987 2.46938 6.05987C2.49938 6.00987 2.52937 5.96987 2.56937 5.92987C2.60937 5.88987 2.65937 5.84988 2.70937 5.81988C2.72937 5.80988 2.75937 5.78987 2.77937 5.77987L4.98937 4.67987C5.35937 4.49987 5.80937 4.63988 5.99937 5.01988C6.18937 5.38988 6.03938 5.83987 5.65938 6.02987L4.77937 6.46988L5.65938 6.90988C6.02938 7.09988 6.17937 7.54987 5.99937 7.91987C5.81937 8.28987 5.35937 8.43987 4.98937 8.25987L3.84937 7.68988V9.24987C3.85937 9.63987 3.52937 9.96988 3.10938 9.96988Z\" fill=\"\"/>\n<path d=\"M14.2198 3.86004C14.1098 3.86004 13.9898 3.83004 13.8898 3.78004L11.9998 2.84004L10.1098 3.78004C9.73979 3.97004 9.28979 3.82004 9.09979 3.44004C8.90979 3.07004 9.05979 2.62003 9.43979 2.43003L11.6598 1.32005C11.8698 1.21005 12.1198 1.21005 12.3298 1.32005L14.5498 2.43003C14.9198 2.62003 15.0698 3.07004 14.8898 3.44004C14.7598 3.71004 14.4998 3.86004 14.2198 3.86004Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M20.8904 9.97002C20.4804 9.97002 20.1404 9.63001 20.1404 9.22002V7.66002L19.0004 8.23001C18.6304 8.42001 18.1804 8.27001 17.9904 7.89001C17.8004 7.52001 17.9504 7.07002 18.3304 6.88002L19.2104 6.44002L18.3304 6.00001C17.9604 5.81001 17.8104 5.36002 17.9904 4.99002C18.1704 4.62002 18.6304 4.47001 19.0004 4.65001L21.2104 5.75001C21.2304 5.76001 21.2604 5.77001 21.2804 5.79001C21.3404 5.82001 21.3904 5.87001 21.4404 5.92001C21.4704 5.96001 21.5004 6.00001 21.5304 6.04001C21.5704 6.11001 21.6004 6.18001 21.6204 6.26001C21.6304 6.32001 21.6404 6.38001 21.6404 6.43001V6.44002V9.20001C21.6404 9.64001 21.3004 9.97002 20.8904 9.97002Z\" fill=\"\"/>\n</svg>\n</li><li title=\"box add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 15.7C22 15.69 21.99 15.68 21.98 15.67C21.94 15.61 21.89 15.55 21.84 15.5C21.83 15.49 21.82 15.47 21.81 15.46C21 14.56 19.81 14 18.5 14C17.24 14 16.09 14.52 15.27 15.36C14.48 16.17 14 17.28 14 18.5C14 19.34 14.24 20.14 14.65 20.82C14.87 21.19 15.15 21.53 15.47 21.81C15.49 21.82 15.5 21.83 15.51 21.84C15.56 21.89 15.61 21.93 15.67 21.98C15.67 21.98 15.67 21.98 15.68 21.98C15.69 21.99 15.7 22 15.71 22C16.46 22.63 17.43 23 18.5 23C20.14 23 21.57 22.12 22.35 20.82C22.58 20.43 22.76 20 22.87 19.55C22.96 19.21 23 18.86 23 18.5C23 17.44 22.63 16.46 22 15.7ZM20.18 19.23H19.25V20.2C19.25 20.61 18.91 20.95 18.5 20.95C18.09 20.95 17.75 20.61 17.75 20.2V19.23H16.82C16.41 19.23 16.07 18.89 16.07 18.48C16.07 18.07 16.41 17.73 16.82 17.73H17.75V16.84C17.75 16.43 18.09 16.09 18.5 16.09C18.91 16.09 19.25 16.43 19.25 16.84V17.73H20.18C20.59 17.73 20.93 18.07 20.93 18.48C20.93 18.89 20.6 19.23 20.18 19.23Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M19.3504 5.65995L13.0604 2.27C12.4004 1.91 11.6004 1.91 10.9304 2.27L4.6404 5.65995C4.1804 5.90995 3.90039 6.39998 3.90039 6.93998C3.90039 7.47998 4.1804 7.96995 4.6404 8.21995L10.9304 11.61C11.2604 11.79 11.6304 11.88 11.9904 11.88C12.3504 11.88 12.7204 11.79 13.0504 11.61L19.3404 8.21995C19.8004 7.96995 20.0804 7.47998 20.0804 6.93998C20.1004 6.39998 19.8104 5.90995 19.3504 5.65995Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M9.9007 12.7899L4.0507 9.85989C3.6007 9.62989 3.0807 9.65989 2.6507 9.91989C2.2207 10.1799 1.9707 10.6399 1.9707 11.1399V16.6699C1.9707 17.6299 2.5007 18.4899 3.3607 18.9199L9.21071 21.8399C9.41071 21.9399 9.63071 21.9899 9.85071 21.9899C10.1107 21.9899 10.3707 21.9199 10.6007 21.7699C11.0307 21.5099 11.2807 21.0499 11.2807 20.5499V15.0199C11.2907 14.0799 10.7607 13.2199 9.9007 12.7899Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M22.0309 11.1502V15.7401C22.0209 15.7301 22.0109 15.7101 22.0009 15.7001C22.0009 15.6901 21.9909 15.6801 21.9809 15.6701C21.9409 15.6101 21.8909 15.5501 21.8409 15.5001C21.8309 15.4901 21.8209 15.4702 21.8109 15.4602C21.0009 14.5602 19.8109 14.0001 18.5009 14.0001C17.2409 14.0001 16.0909 14.5201 15.2709 15.3601C14.4809 16.1701 14.0009 17.2801 14.0009 18.5001C14.0009 19.3401 14.2409 20.1401 14.6509 20.8201C14.8209 21.1101 15.0309 21.3701 15.2609 21.6101L14.7909 21.8501C14.5909 21.9501 14.3709 22.0001 14.1509 22.0001C13.8909 22.0001 13.6309 21.9302 13.3909 21.7802C12.9709 21.5202 12.7109 21.0601 12.7109 20.5601V15.0401C12.7109 14.0801 13.2409 13.2201 14.1009 12.7901L19.9509 9.87013C20.4009 9.64013 20.9209 9.66012 21.3509 9.93012C21.7709 10.1901 22.0309 10.6502 22.0309 11.1502Z\" fill=\"\"/>\n</svg>\n</li><li title=\"box remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.6794 15.3202C20.7894 14.4302 19.6094 13.9802 18.4394 14.0002C17.3094 14.0102 16.1794 14.4602 15.3194 15.3202C14.7194 15.9102 14.3294 16.6501 14.1394 17.4201C14.0294 17.8401 13.9894 18.2702 14.0194 18.7002V18.7502C14.0194 18.8202 14.0294 18.8802 14.0394 18.9602C14.0394 18.9602 14.0394 18.9601 14.0494 18.9701V19.0002C14.1394 19.9802 14.5594 20.9301 15.3194 21.6801C16.4794 22.8401 18.1094 23.2301 19.5794 22.8601C20.0194 22.7501 20.4494 22.5702 20.8494 22.3302C21.1494 22.1602 21.4294 21.9401 21.6794 21.6801C22.4294 20.9301 22.8594 19.9801 22.9494 18.9901C22.9594 18.9901 22.9594 18.9702 22.9594 18.9602C22.9794 18.8902 22.9794 18.8101 22.9794 18.7401C22.9794 18.7301 22.9894 18.7102 22.9894 18.6902C23.0494 17.4802 22.6094 16.2402 21.6794 15.3202ZM20.2294 20.2102C19.9394 20.5002 19.4694 20.5002 19.1694 20.2102L18.5094 19.5501L17.8294 20.2301C17.5294 20.5301 17.0594 20.5301 16.7694 20.2301C16.4694 19.9401 16.4694 19.4701 16.7694 19.1701L17.4494 18.4901L16.7894 17.8302C16.4994 17.5302 16.4994 17.0602 16.7894 16.7702C17.0894 16.4702 17.5594 16.4702 17.8594 16.7702L18.5094 17.4301L19.1394 16.7901C19.4394 16.5001 19.9094 16.5001 20.2094 16.7901C20.4994 17.0901 20.4994 17.5601 20.2094 17.8601L19.5694 18.4901L20.2294 19.1402C20.5294 19.4402 20.5294 19.9102 20.2294 20.2102Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M19.3504 5.65995L13.0604 2.27C12.4004 1.91 11.6004 1.91 10.9304 2.27L4.64041 5.65995C4.18041 5.90995 3.90039 6.39998 3.90039 6.93998C3.90039 7.47998 4.18041 7.96995 4.64041 8.21995L10.9304 11.61C11.2604 11.79 11.6304 11.88 11.9904 11.88C12.3504 11.88 12.7204 11.79 13.0504 11.61L19.3404 8.21995C19.8004 7.96995 20.0804 7.47998 20.0804 6.93998C20.1004 6.39998 19.8104 5.90995 19.3504 5.65995Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M9.9007 12.7899L4.05069 9.85989C3.60069 9.62989 3.0807 9.65989 2.6507 9.91989C2.2207 10.1799 1.9707 10.6399 1.9707 11.1399V16.6699C1.9707 17.6299 2.50069 18.4899 3.36069 18.9199L9.21069 21.8399C9.41069 21.9399 9.63071 21.9899 9.85071 21.9899C10.1107 21.9899 10.3707 21.9199 10.6007 21.7699C11.0307 21.5099 11.2807 21.0499 11.2807 20.5499V15.0199C11.2907 14.0799 10.7607 13.2199 9.9007 12.7899Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M22.0309 11.1502V15.7401C22.0209 15.7301 22.0109 15.7101 22.0009 15.7001C22.0009 15.6901 21.991 15.6801 21.981 15.6701C21.941 15.6101 21.8909 15.5501 21.8409 15.5001C21.8309 15.4901 21.8209 15.4702 21.8109 15.4602C21.0009 14.5602 19.8109 14.0001 18.5009 14.0001C17.2409 14.0001 16.0909 14.5201 15.2709 15.3601C14.4809 16.1701 14.0009 17.2801 14.0009 18.5001C14.0009 19.3401 14.2409 20.1401 14.6509 20.8201C14.8209 21.1101 15.031 21.3701 15.261 21.6101L14.791 21.8501C14.591 21.9501 14.3709 22.0001 14.1509 22.0001C13.8909 22.0001 13.631 21.9302 13.391 21.7802C12.971 21.5202 12.7109 21.0601 12.7109 20.5601V15.0401C12.7109 14.0801 13.241 13.2201 14.101 12.7901L19.951 9.87013C20.401 9.64013 20.921 9.66012 21.351 9.93012C21.771 10.1901 22.0309 10.6502 22.0309 11.1502Z\" fill=\"\"/>\n</svg>\n</li><li title=\"box search \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M20.1004 6.93998C20.1004 7.47998 19.8104 7.96995 19.3504 8.21995L17.6104 9.15995L16.1304 9.94999L13.0604 11.61C12.7304 11.79 12.3704 11.88 12.0004 11.88C11.6304 11.88 11.2704 11.79 10.9404 11.61L4.65039 8.21995C4.19039 7.96995 3.90039 7.47998 3.90039 6.93998C3.90039 6.39998 4.19039 5.90995 4.65039 5.65995L6.62039 4.59996L8.1904 3.74998L10.9404 2.27C11.6004 1.91 12.4004 1.91 13.0604 2.27L19.3504 5.65995C19.8104 5.90995 20.1004 6.39998 20.1004 6.93998Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M9.9007 12.7899L4.05069 9.85989C3.60069 9.62989 3.0807 9.65989 2.6507 9.91989C2.2207 10.1799 1.9707 10.6399 1.9707 11.1399V16.6699C1.9707 17.6299 2.50069 18.4899 3.36069 18.9199L9.21069 21.8399C9.41069 21.9399 9.63071 21.9899 9.85071 21.9899C10.1107 21.9899 10.3707 21.9199 10.6007 21.7699C11.0307 21.5099 11.2807 21.0499 11.2807 20.5499V15.0199C11.2907 14.0799 10.7607 13.2199 9.9007 12.7899Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M22.0309 11.1502V16.6801C22.0309 17.6301 21.501 18.4901 20.641 18.9201L14.791 21.8501C14.591 21.9501 14.3709 22.0001 14.1509 22.0001C13.8909 22.0001 13.631 21.9302 13.391 21.7802C12.971 21.5202 12.7109 21.0601 12.7109 20.5601V15.0401C12.7109 14.0801 13.241 13.2201 14.101 12.7901L16.2509 11.7201L17.7509 10.9701L19.951 9.87013C20.401 9.64013 20.921 9.66012 21.351 9.93012C21.771 10.1901 22.0309 10.6502 22.0309 11.1502Z\" fill=\"\"/>\n<path d=\"M22.6001 21.64L21.8401 20.88C22.2401 20.28 22.4701 19.56 22.4701 18.79C22.4701 16.68 20.7601 14.97 18.6501 14.97C16.5401 14.97 14.8301 16.68 14.8301 18.79C14.8301 20.9 16.5401 22.61 18.6501 22.61C19.4201 22.61 20.1401 22.38 20.7401 21.98L21.5001 22.74C21.6501 22.89 21.8501 22.97 22.0501 22.97C22.2501 22.97 22.4501 22.89 22.6001 22.74C22.9001 22.43 22.9001 21.94 22.6001 21.64Z\" fill=\"\"/>\n</svg>\n</li><li title=\"box tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M19.3504 5.65995L13.0604 2.27C12.4004 1.91 11.6004 1.91 10.9304 2.27L4.64041 5.65995C4.18041 5.90995 3.90039 6.39998 3.90039 6.93998C3.90039 7.47998 4.18041 7.96995 4.64041 8.21995L10.9304 11.61C11.2604 11.79 11.6304 11.88 11.9904 11.88C12.3504 11.88 12.7204 11.79 13.0504 11.61L19.3404 8.21995C19.8004 7.96995 20.0804 7.47998 20.0804 6.93998C20.1004 6.39998 19.8104 5.90995 19.3504 5.65995Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M9.9007 12.7899L4.05069 9.85989C3.60069 9.62989 3.0807 9.65989 2.6507 9.91989C2.2207 10.1799 1.9707 10.6399 1.9707 11.1399V16.6699C1.9707 17.6299 2.50069 18.4899 3.36069 18.9199L9.21069 21.8399C9.41069 21.9399 9.63071 21.9899 9.85071 21.9899C10.1107 21.9899 10.3707 21.9199 10.6007 21.7699C11.0307 21.5099 11.2807 21.0499 11.2807 20.5499V15.0199C11.2907 14.0799 10.7607 13.2199 9.9007 12.7899Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M22.0309 11.1502V15.7401C22.0209 15.7301 22.0109 15.7101 22.0009 15.7001C22.0009 15.6901 21.991 15.6801 21.981 15.6701C21.941 15.6101 21.8909 15.5501 21.8409 15.5001C21.8309 15.4901 21.8209 15.4702 21.8109 15.4602C21.0009 14.5602 19.8109 14.0001 18.5009 14.0001C17.2409 14.0001 16.0909 14.5201 15.2709 15.3601C14.4809 16.1701 14.0009 17.2801 14.0009 18.5001C14.0009 19.3401 14.2409 20.1401 14.6509 20.8201C14.8209 21.1101 15.031 21.3701 15.261 21.6101L14.791 21.8501C14.591 21.9501 14.3709 22.0001 14.1509 22.0001C13.8909 22.0001 13.631 21.9302 13.391 21.7802C12.971 21.5202 12.7109 21.0601 12.7109 20.5601V15.0401C12.7109 14.0801 13.241 13.2201 14.101 12.7901L19.951 9.87013C20.401 9.64013 20.921 9.66012 21.351 9.93012C21.771 10.1901 22.0309 10.6502 22.0309 11.1502Z\" fill=\"\"/>\n<path d=\"M21.98 15.67C21.16 14.66 19.91 14.02 18.5 14.02C17.44 14.02 16.46 14.39 15.69 15.01C14.65 15.83 14 17.1 14 18.52C14 19.36 14.24 20.16 14.65 20.84C14.92 21.29 15.26 21.68 15.66 22H15.67C16.44 22.64 17.43 23.02 18.5 23.02C19.64 23.02 20.67 22.6 21.46 21.9C21.81 21.6 22.11 21.24 22.35 20.84C22.76 20.16 23 19.36 23 18.52C23 17.44 22.62 16.44 21.98 15.67ZM20.76 17.96L18.36 20.18C18.22 20.31 18.03 20.38 17.85 20.38C17.66 20.38 17.47 20.31 17.32 20.16L16.21 19.05C15.92 18.76 15.92 18.28 16.21 17.99C16.5 17.7 16.98 17.7 17.27 17.99L17.87 18.59L19.74 16.86C20.04 16.58 20.52 16.6 20.8 16.9C21.09 17.21 21.07 17.68 20.76 17.96Z\" fill=\"\"/>\n</svg>\n</li><li title=\"box time \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M19.3504 5.65995L13.0604 2.27C12.4004 1.91 11.6004 1.91 10.9304 2.27L4.64041 5.65995C4.18041 5.90995 3.90039 6.39998 3.90039 6.93998C3.90039 7.47998 4.18041 7.96995 4.64041 8.21995L10.9304 11.61C11.2604 11.79 11.6304 11.88 11.9904 11.88C12.3604 11.88 12.7204 11.79 13.0504 11.61L19.3404 8.21995C19.8004 7.96995 20.0804 7.47998 20.0804 6.93998C20.0904 6.39998 19.8104 5.90995 19.3504 5.65995Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M9.9007 12.7899L4.05069 9.85989C3.60069 9.62989 3.0807 9.65989 2.6507 9.91989C2.2207 10.1799 1.9707 10.6399 1.9707 11.1399V16.6699C1.9707 17.6299 2.50069 18.4899 3.36069 18.9199L9.21069 21.8399C9.41069 21.9399 9.63071 21.9899 9.85071 21.9899C10.1107 21.9899 10.3707 21.9199 10.6007 21.7699C11.0307 21.5099 11.2807 21.0499 11.2807 20.5499V15.0199C11.2907 14.0799 10.7607 13.2199 9.9007 12.7899Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M22.0309 11.1502V15.7401C22.0209 15.7301 22.0109 15.7101 22.0009 15.7001C22.0009 15.6901 21.991 15.6801 21.981 15.6701C21.941 15.6101 21.8909 15.5501 21.8409 15.5001C21.8309 15.4901 21.8209 15.4702 21.8109 15.4602C21.0009 14.5602 19.8109 14.0001 18.5009 14.0001C17.2409 14.0001 16.0909 14.5201 15.2709 15.3601C14.4809 16.1701 14.0009 17.2801 14.0009 18.5001C14.0009 19.3401 14.2409 20.1401 14.6509 20.8201C14.8209 21.1101 15.031 21.3701 15.261 21.6101L14.791 21.8501C14.591 21.9501 14.3709 22.0001 14.1509 22.0001C13.8909 22.0001 13.631 21.9302 13.391 21.7802C12.971 21.5202 12.7109 21.0601 12.7109 20.5601V15.0401C12.7109 14.0801 13.241 13.2201 14.101 12.7901L19.951 9.87013C20.401 9.64013 20.921 9.66012 21.351 9.93012C21.771 10.1901 22.0309 10.6502 22.0309 11.1502Z\" fill=\"\"/>\n<path d=\"M21.98 15.65C21.16 14.64 19.91 14 18.5 14C17.44 14 16.46 14.37 15.69 14.99C14.65 15.81 14 17.08 14 18.5C14 19.91 14.64 21.16 15.65 21.98C16.42 22.62 17.42 23 18.5 23C19.64 23 20.67 22.57 21.47 21.88C22.4 21.05 23 19.85 23 18.5C23 17.42 22.62 16.42 21.98 15.65ZM19.53 18.78C19.53 19.04 19.39 19.29 19.17 19.42L17.76 20.26C17.64 20.33 17.51 20.37 17.37 20.37C17.12 20.37 16.87 20.24 16.73 20.01C16.52 19.65 16.63 19.19 16.99 18.98L18.03 18.36V17.1C18.03 16.69 18.37 16.35 18.78 16.35C19.19 16.35 19.53 16.69 19.53 17.1V18.78Z\" fill=\"\"/>\n</svg>\n</li><li title=\"box \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M20.1004 6.93998C20.1004 7.47998 19.8104 7.96995 19.3504 8.21995L17.6104 9.15995L16.1304 9.94999L13.0604 11.61C12.7304 11.79 12.3704 11.88 12.0004 11.88C11.6304 11.88 11.2704 11.79 10.9404 11.61L4.65039 8.21995C4.19039 7.96995 3.90039 7.47998 3.90039 6.93998C3.90039 6.39998 4.19039 5.90995 4.65039 5.65995L6.62039 4.59996L8.1904 3.74998L10.9404 2.27C11.6004 1.91 12.4004 1.91 13.0604 2.27L19.3504 5.65995C19.8104 5.90995 20.1004 6.39998 20.1004 6.93998Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M9.9007 12.7899L4.05069 9.85989C3.60069 9.62989 3.0807 9.65989 2.6507 9.91989C2.2207 10.1799 1.9707 10.6399 1.9707 11.1399V16.6699C1.9707 17.6299 2.50069 18.4899 3.36069 18.9199L9.21069 21.8399C9.41069 21.9399 9.63071 21.9899 9.85071 21.9899C10.1107 21.9899 10.3707 21.9199 10.6007 21.7699C11.0307 21.5099 11.2807 21.0499 11.2807 20.5499V15.0199C11.2907 14.0799 10.7607 13.2199 9.9007 12.7899Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M22.0309 11.1502V16.6801C22.0309 17.6301 21.501 18.4901 20.641 18.9201L14.791 21.8501C14.591 21.9501 14.3709 22.0001 14.1509 22.0001C13.8909 22.0001 13.631 21.9302 13.391 21.7802C12.971 21.5202 12.7109 21.0601 12.7109 20.5601V15.0401C12.7109 14.0801 13.241 13.2201 14.101 12.7901L16.2509 11.7201L17.7509 10.9701L19.951 9.87013C20.401 9.64013 20.921 9.66012 21.351 9.93012C21.771 10.1901 22.0309 10.6502 22.0309 11.1502Z\" fill=\"\"/>\n<path d=\"M17.6091 9.15997L16.1292 9.95001L6.61914 4.59998L8.18915 3.75L17.3691 8.92999C17.4691 8.98999 17.5491 9.06997 17.6091 9.15997Z\" fill=\"\"/>\n<path d=\"M17.75 10.97V13.24C17.75 13.65 17.41 13.99 17 13.99C16.59 13.99 16.25 13.65 16.25 13.24V11.72L17.75 10.97Z\" fill=\"\"/>\n</svg>\n</li><li title=\"briefcase \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.0891 6.98002C20.2391 6.04002 18.8191 5.57002 16.7591 5.57002H16.5191V5.53002C16.5191 3.85002 16.5191 1.77002 12.7591 1.77002H11.2391C7.47906 1.77002 7.47906 3.86002 7.47906 5.53002V5.58002H7.23906C5.16906 5.58002 3.75906 6.05002 2.90906 6.99002C1.91906 8.09002 1.94906 9.57002 2.04906 10.58L2.05906 10.65L2.15906 11.7C2.16906 11.71 2.18906 11.73 2.20906 11.74C2.53906 11.96 2.87906 12.18 3.23906 12.38C3.37906 12.47 3.52906 12.55 3.67906 12.63C5.38906 13.57 7.26906 14.2 9.17906 14.51C9.26906 15.45 9.67906 16.55 11.8691 16.55C14.0591 16.55 14.4891 15.46 14.5591 14.49C16.5991 14.16 18.5691 13.45 20.3491 12.41C20.4091 12.38 20.4491 12.35 20.4991 12.32C20.9591 12.06 21.3891 11.78 21.8091 11.47C21.8291 11.46 21.8491 11.44 21.8591 11.42L21.8991 11.06L21.9491 10.59C21.9591 10.53 21.9591 10.48 21.9691 10.41C22.0491 9.40002 22.0291 8.02002 21.0891 6.98002ZM13.0891 13.83C13.0891 14.89 13.0891 15.05 11.8591 15.05C10.6291 15.05 10.6291 14.86 10.6291 13.84V12.58H13.0891V13.83ZM8.90906 5.57002V5.53002C8.90906 3.83002 8.90906 3.20002 11.2391 3.20002H12.7591C15.0891 3.20002 15.0891 3.84002 15.0891 5.53002V5.58002H8.90906V5.57002Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M20.5002 12.2999C20.4502 12.3299 20.4002 12.3599 20.3502 12.3899C18.5702 13.4299 16.6002 14.1299 14.5602 14.4699C14.4802 15.4299 14.0602 16.5299 11.8702 16.5299C9.68016 16.5299 9.26016 15.4399 9.18016 14.4899C7.27016 14.1899 5.39016 13.5599 3.68016 12.6099C3.53016 12.5299 3.38016 12.4499 3.24016 12.3599C2.88016 12.1599 2.54016 11.9399 2.21016 11.7199C2.19016 11.7099 2.17016 11.6899 2.16016 11.6799L2.77016 18.1899C2.98016 20.1799 3.80016 22.2299 8.20016 22.2299H15.8202C20.2202 22.2299 21.0402 20.1799 21.2502 18.1799L21.8802 11.3999C21.8702 11.4199 21.8502 11.4399 21.8302 11.4499C21.4002 11.7599 20.9602 12.0499 20.5002 12.2999Z\" fill=\"\"/>\n</svg>\n</li><li title=\"brifecase cross \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.5991 14.5101L13.0691 13.9801L13.5691 13.4801C13.8591 13.1901 13.8591 12.7101 13.5691 12.4201C13.2791 12.1301 12.7991 12.1301 12.5091 12.4201L12.0091 12.9201L11.4791 12.3901C11.1891 12.1001 10.7091 12.1001 10.4191 12.3901C10.1291 12.6801 10.1291 13.1601 10.4191 13.4501L10.9491 13.9801L10.3991 14.5301C10.1091 14.8201 10.1091 15.3001 10.3991 15.5901C10.5491 15.7401 10.7391 15.8101 10.9291 15.8101C11.1191 15.8101 11.3091 15.7401 11.4591 15.5901L12.0091 15.0401L12.5391 15.5701C12.6891 15.7201 12.8791 15.7901 13.0691 15.7901C13.2591 15.7901 13.4491 15.7201 13.5991 15.5701C13.8891 15.2801 13.8891 14.8101 13.5991 14.5101Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M21.8504 11.4099L21.2304 18.1899C21.0204 20.1899 20.2004 22.2299 15.8004 22.2299H8.18039C3.78039 22.2299 2.96039 20.1899 2.76039 18.1999L2.15039 11.6899C2.16039 11.6999 2.17039 11.7099 2.19039 11.7199C2.53039 11.9399 2.86039 12.1599 3.22039 12.3599C3.36039 12.4499 3.51039 12.5299 3.66039 12.6099C4.79039 13.2299 6.00039 13.7199 7.25039 14.0599C7.75039 14.2099 8.26039 14.3199 8.78039 14.4099C8.98039 16.0099 10.3504 17.2499 12.0004 17.2499C13.6704 17.2499 15.0504 15.9799 15.2304 14.3499V14.3399C15.7404 14.2399 16.2504 14.1099 16.7504 13.9599C18.0004 13.5699 19.2104 13.0499 20.3404 12.3899C20.4004 12.3599 20.4504 12.3299 20.4904 12.2999C20.9504 12.0499 21.3904 11.7599 21.8104 11.4599C21.8304 11.4499 21.8404 11.4299 21.8504 11.4099Z\" fill=\"\"/>\n<path d=\"M21.0891 6.98002C20.2391 6.04002 18.8291 5.57002 16.7591 5.57002H16.5191V5.53002C16.5191 3.85002 16.5191 1.77002 12.7591 1.77002H11.2391C7.47906 1.77002 7.47906 3.85002 7.47906 5.53002V5.57002H7.23906C5.16906 5.57002 3.74906 6.04002 2.90906 6.98002C1.91906 8.09002 1.94906 9.56002 2.04906 10.57L2.05906 10.64L2.14906 11.69C2.15906 11.7 2.17906 11.71 2.19906 11.72C2.53906 11.94 2.86906 12.16 3.22906 12.36C3.36906 12.45 3.51906 12.53 3.66906 12.61C4.79906 13.23 6.00906 13.72 7.24906 14.06C7.27906 16.65 9.39906 18.75 11.9991 18.75C14.6191 18.75 16.7491 16.62 16.7491 14V13.96C18.0091 13.58 19.2191 13.05 20.3491 12.39C20.4091 12.36 20.4491 12.33 20.4991 12.3C20.9591 12.05 21.3991 11.76 21.8191 11.46C21.8291 11.45 21.8491 11.43 21.8591 11.41L21.8991 11.05L21.9491 10.58C21.9591 10.52 21.9591 10.47 21.9691 10.4C22.0491 9.40002 22.0291 8.02002 21.0891 6.98002ZM8.90906 5.53002C8.90906 3.83002 8.90906 3.19002 11.2391 3.19002H12.7591C15.0891 3.19002 15.0891 3.83002 15.0891 5.53002V5.57002H8.90906V5.53002ZM11.9991 17.25C10.3491 17.25 8.97906 16.01 8.77906 14.41C8.75906 14.28 8.74906 14.14 8.74906 14C8.74906 12.21 10.2091 10.75 11.9991 10.75C13.7891 10.75 15.2491 12.21 15.2491 14C15.2491 14.12 15.2391 14.23 15.2291 14.34V14.35C15.0491 15.98 13.6691 17.25 11.9991 17.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"brifecase tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M21.8504 11.4099L21.2304 18.1899C21.0204 20.1899 20.2004 22.2299 15.8004 22.2299H8.18039C3.78039 22.2299 2.96039 20.1899 2.76039 18.1999L2.15039 11.6899C2.16039 11.6999 2.17039 11.7099 2.19039 11.7199C2.53039 11.9399 2.86039 12.1599 3.22039 12.3599C3.36039 12.4499 3.51039 12.5299 3.66039 12.6099C4.79039 13.2299 6.00039 13.7199 7.25039 14.0599C7.75039 14.2099 8.26039 14.3199 8.78039 14.4099C8.98039 16.0099 10.3504 17.2499 12.0004 17.2499C13.6704 17.2499 15.0504 15.9799 15.2304 14.3499V14.3399C15.7404 14.2399 16.2504 14.1099 16.7504 13.9599C18.0004 13.5699 19.2104 13.0499 20.3404 12.3899C20.4004 12.3599 20.4504 12.3299 20.4904 12.2999C20.9504 12.0499 21.3904 11.7599 21.8104 11.4599C21.8304 11.4499 21.8404 11.4299 21.8504 11.4099Z\" fill=\"\"/>\n<path d=\"M21.0891 6.98002C20.2391 6.04002 18.8291 5.57002 16.7591 5.57002H16.5191V5.53002C16.5191 3.85002 16.5191 1.77002 12.7591 1.77002H11.2391C7.47906 1.77002 7.47906 3.85002 7.47906 5.53002V5.57002H7.23906C5.16906 5.57002 3.74906 6.04002 2.90906 6.98002C1.91906 8.09002 1.94906 9.56002 2.04906 10.57L2.05906 10.64L2.14906 11.69C2.15906 11.7 2.17906 11.71 2.19906 11.72C2.53906 11.94 2.86906 12.16 3.22906 12.36C3.36906 12.45 3.51906 12.53 3.66906 12.61C4.79906 13.23 6.00906 13.72 7.24906 14.06C7.27906 16.65 9.39906 18.75 11.9991 18.75C14.6191 18.75 16.7491 16.62 16.7491 14V13.96C18.0091 13.58 19.2191 13.05 20.3491 12.39C20.4091 12.36 20.4491 12.33 20.4991 12.3C20.9591 12.05 21.3991 11.76 21.8191 11.46C21.8291 11.45 21.8491 11.43 21.8591 11.41L21.8991 11.05L21.9491 10.58C21.9591 10.52 21.9591 10.47 21.9691 10.4C22.0491 9.40002 22.0291 8.02002 21.0891 6.98002ZM8.90906 5.53002C8.90906 3.83002 8.90906 3.19002 11.2391 3.19002H12.7591C15.0891 3.19002 15.0891 3.83002 15.0891 5.53002V5.57002H8.90906V5.53002ZM11.9991 17.25C10.3491 17.25 8.97906 16.01 8.77906 14.41C8.75906 14.28 8.74906 14.14 8.74906 14C8.74906 12.21 10.2091 10.75 11.9991 10.75C13.7891 10.75 15.2491 12.21 15.2491 14C15.2491 14.12 15.2391 14.23 15.2291 14.34V14.35C15.0491 15.98 13.6691 17.25 11.9991 17.25Z\" fill=\"\"/>\n<path d=\"M11.4309 16.0301C11.2409 16.0301 11.0509 15.9601 10.9009 15.8101L9.91086 14.8301C9.62086 14.5401 9.62086 14.0601 9.91086 13.7701C10.2009 13.4801 10.6809 13.4801 10.9709 13.7701L11.4509 14.2501L13.0609 12.7701C13.3609 12.4901 13.8409 12.5101 14.1209 12.8101C14.4009 13.1101 14.3809 13.5901 14.0809 13.8701L11.9509 15.8401C11.7909 15.9601 11.6109 16.0301 11.4309 16.0301Z\" fill=\"\"/>\n</svg>\n</li><li title=\"brifecase timer \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.1307 15.8799C10.8807 15.8799 10.6307 15.7499 10.4907 15.5199C10.2807 15.1699 10.3907 14.6999 10.7507 14.4899L11.6407 13.9599V12.8799C11.6407 12.4699 11.9807 12.1299 12.3907 12.1299C12.8007 12.1299 13.1407 12.4699 13.1407 12.8799V14.3799C13.1407 14.6399 13.0007 14.8899 12.7807 15.0199L11.5307 15.7699C11.3907 15.8399 11.2607 15.8799 11.1307 15.8799Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M21.8504 11.4099L21.2304 18.1899C21.0204 20.1899 20.2004 22.2299 15.8004 22.2299H8.18039C3.78039 22.2299 2.96039 20.1899 2.76039 18.1999L2.15039 11.6899C2.16039 11.6999 2.17039 11.7099 2.19039 11.7199C2.53039 11.9399 2.86039 12.1599 3.22039 12.3599C3.36039 12.4499 3.51039 12.5299 3.66039 12.6099C4.79039 13.2299 6.00039 13.7199 7.25039 14.0599C7.75039 14.2099 8.26039 14.3199 8.78039 14.4099C8.98039 16.0099 10.3504 17.2499 12.0004 17.2499C13.6704 17.2499 15.0504 15.9799 15.2304 14.3499V14.3399C15.7404 14.2399 16.2504 14.1099 16.7504 13.9599C18.0004 13.5699 19.2104 13.0499 20.3404 12.3899C20.4004 12.3599 20.4504 12.3299 20.4904 12.2999C20.9504 12.0499 21.3904 11.7599 21.8104 11.4599C21.8304 11.4499 21.8404 11.4299 21.8504 11.4099Z\" fill=\"\"/>\n<path d=\"M21.0891 6.98002C20.2391 6.04002 18.8291 5.57002 16.7591 5.57002H16.5191V5.53002C16.5191 3.85002 16.5191 1.77002 12.7591 1.77002H11.2391C7.47906 1.77002 7.47906 3.85002 7.47906 5.53002V5.57002H7.23906C5.16906 5.57002 3.74906 6.04002 2.90906 6.98002C1.91906 8.09002 1.94906 9.56002 2.04906 10.57L2.05906 10.64L2.14906 11.69C2.15906 11.7 2.17906 11.71 2.19906 11.72C2.53906 11.94 2.86906 12.16 3.22906 12.36C3.36906 12.45 3.51906 12.53 3.66906 12.61C4.79906 13.23 6.00906 13.72 7.24906 14.06C7.27906 16.65 9.39906 18.75 11.9991 18.75C14.6191 18.75 16.7491 16.62 16.7491 14V13.96C18.0091 13.58 19.2191 13.05 20.3491 12.39C20.4091 12.36 20.4491 12.33 20.4991 12.3C20.9591 12.05 21.3991 11.76 21.8191 11.46C21.8291 11.45 21.8491 11.43 21.8591 11.41L21.8991 11.05L21.9491 10.58C21.9591 10.52 21.9591 10.47 21.9691 10.4C22.0491 9.40002 22.0291 8.02002 21.0891 6.98002ZM8.90906 5.53002C8.90906 3.83002 8.90906 3.19002 11.2391 3.19002H12.7591C15.0891 3.19002 15.0891 3.83002 15.0891 5.53002V5.57002H8.90906V5.53002ZM11.9991 17.25C10.3491 17.25 8.97906 16.01 8.77906 14.41C8.75906 14.28 8.74906 14.14 8.74906 14C8.74906 12.21 10.2091 10.75 11.9991 10.75C13.7891 10.75 15.2491 12.21 15.2491 14C15.2491 14.12 15.2391 14.23 15.2291 14.34V14.35C15.0491 15.98 13.6691 17.25 11.9991 17.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"broom \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M9.82948 5.57001L6.35948 7.68L4.77948 5.08002C4.19948 4.13002 4.49949 2.86998 5.45949 2.28998C6.40949 1.70998 7.66948 2.00998 8.24948 2.96998L9.82948 5.57001Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M19.2706 17.64L19.2606 17.65L17.9606 18.44L16.6606 19.23L15.3606 20.02L14.0606 20.81L12.7606 21.6H12.7506C11.4406 22.4 9.82064 21.92 9.15064 20.55L7.07065 16.31C6.34065 14.83 6.57065 13.03 7.69065 11.8C7.95065 11.52 8.25065 11.26 8.60065 11.05L11.8106 9.1C12.1706 8.89 12.5306 8.73004 12.9006 8.64004C14.5006 8.20004 16.2006 8.82005 17.1806 10.15L19.9906 13.95C20.9006 15.2 20.5806 16.85 19.2706 17.64Z\" fill=\"\"/>\n<path d=\"M12.9008 8.66006C12.5308 8.75006 12.1708 8.90008 11.8108 9.12008L8.60078 11.0701C8.24078 11.2801 7.95078 11.5401 7.69078 11.8201C7.68078 11.8201 7.68077 11.8101 7.68077 11.8101L6.03078 9.08011C5.74078 8.60011 5.89078 7.97009 6.36078 7.69009L9.83078 5.58011C10.3108 5.29011 10.9308 5.44006 11.2208 5.91006L12.8808 8.6401C12.8908 8.6501 12.9008 8.65006 12.9008 8.66006Z\" fill=\"\"/>\n<path d=\"M16.6604 19.2299L15.3604 20.0199L13.6904 17.2699C13.4804 16.9099 13.5904 16.4499 13.9404 16.2199C14.3104 16.0099 14.7704 16.1199 14.9904 16.4699L16.6604 19.2299Z\" fill=\"\"/>\n<path d=\"M14.0597 20.82L12.7597 21.61L11.0897 18.86C10.8697 18.5 10.9797 18.04 11.3397 17.81C11.6997 17.6 12.1597 17.71 12.3897 18.06L14.0597 20.82Z\" fill=\"\"/>\n<path d=\"M19.26 17.6501L17.96 18.4401L16.29 15.6901C16.08 15.3301 16.19 14.8701 16.54 14.6401C16.91 14.4301 17.37 14.5401 17.59 14.8901L19.26 17.6501Z\" fill=\"\"/>\n</svg>\n</li><li title=\"brush 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 2H18C19.1 2 20 2.9 20 4V8.32001H4V4C4 2.9 4.9 2 6 2Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M4 8.31982V11.8798C4 12.9598 4.58003 13.9598 5.53003 14.4898L8.48999 16.1598C9.11999 16.5098 9.51001 17.1798 9.51001 17.8998V19.9998C9.51001 21.0998 10.41 21.9998 11.51 21.9998H12.51C13.61 21.9998 14.51 21.0998 14.51 19.9998V17.8998C14.51 17.1798 14.9 16.5098 15.53 16.1598L18.49 14.4898C19.43 13.9598 20.02 12.9598 20.02 11.8798V8.31982H4Z\" fill=\"\"/>\n</svg>\n</li><li title=\"brush 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.5 19.5V18H4.5C3.95 18 3.45 17.78 3.09 17.41C2.72 17.05 2.5 16.55 2.5 16C2.5 14.97 3.3 14.11 4.31 14.01C4.37 14 4.43 14 4.5 14H19.5C19.57 14 19.63 14 19.69 14.01C20.17 14.05 20.59 14.26 20.91 14.59C21.32 14.99 21.54 15.56 21.49 16.18C21.4 17.23 20.45 18 19.39 18H14.5V19.5C14.5 20.88 13.38 22 12 22C10.62 22 9.5 20.88 9.5 19.5Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M20.1702 5.3L19.6902 14.01C19.6302 14 19.5702 14 19.5002 14H4.50016C4.43016 14 4.37016 14 4.31016 14.01L3.83016 5.3C3.65016 3.53 5.04016 2 6.81016 2H17.1902C18.9602 2 20.3502 3.53 20.1702 5.3Z\" fill=\"\"/>\n<path d=\"M8.74023 2V7C8.74023 7.41 8.40023 7.75 7.99023 7.75C7.58023 7.75 7.24023 7.41 7.24023 7V2H8.74023Z\" fill=\"\"/>\n<path d=\"M12.75 2V4C12.75 4.41 12.41 4.75 12 4.75C11.59 4.75 11.25 4.41 11.25 4V2H12.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"brush 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.8098 3.94009C20.4998 7.21009 17.5098 11.4801 14.6598 14.2701C14.2498 11.6901 12.1898 9.67009 9.58984 9.31009C12.3898 6.45009 16.6898 3.42009 19.9698 2.10009C20.5498 1.88009 21.1298 2.05009 21.4898 2.41009C21.8698 2.79009 22.0498 3.36009 21.8098 3.94009Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M14.6595 14.2701C14.1595 14.7601 13.6595 15.2101 13.1795 15.5901L11.2095 17.1701C10.9595 17.3501 10.7095 17.5001 10.4295 17.6201C10.4295 17.4301 10.4095 17.2401 10.3895 17.0401C10.2795 16.2101 9.89953 15.4201 9.22953 14.7501C8.53953 14.0701 7.71953 13.6801 6.86953 13.5701C6.66953 13.5501 6.45953 13.5401 6.26953 13.5501C6.37953 13.2401 6.54953 12.9501 6.75953 12.7101L8.31953 10.7401C8.68953 10.2701 9.11953 9.79006 9.58953 9.31006C12.1895 9.67006 14.2495 11.6901 14.6595 14.2701Z\" fill=\"\"/>\n<path d=\"M10.4298 17.6198C10.4298 18.7198 10.0098 19.7698 9.20976 20.5598C8.59976 21.1798 7.77977 21.5998 6.77977 21.7198L4.32976 21.9898C2.98976 22.1398 1.83976 20.9898 1.98976 19.6398L2.25976 17.1798C2.49976 14.9898 4.32976 13.5898 6.26976 13.5498C6.45976 13.5398 6.66976 13.5498 6.86976 13.5698C7.71976 13.6798 8.53976 14.0698 9.22976 14.7498C9.89976 15.4198 10.2798 16.2098 10.3898 17.0398C10.4098 17.2398 10.4298 17.4298 10.4298 17.6198Z\" fill=\"\"/>\n</svg>\n</li><li title=\"brush 4 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.5194 2.9C14.9194 2.3 14.0494 2 12.9294 2H7.34938C5.09938 2 3.85938 3.24 3.85938 5.49C3.85938 6.61 4.15938 7.48 4.75938 8.08C5.35938 8.68 6.22937 8.98 7.34938 8.98H12.9294C15.1794 8.98 16.4194 7.74 16.4194 5.49C16.4194 4.37 16.1194 3.5 15.5194 2.9Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M10.6001 15.02H9.67008C8.72008 15.02 7.58008 15.38 7.58008 17.11V19.9C7.58008 21.63 8.72008 21.99 9.67008 21.99H10.6001C11.5501 21.99 12.6901 21.63 12.6901 19.9V17.11C12.7001 15.39 11.5601 15.02 10.6001 15.02Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M16.6492 4.79004H16.3692C16.3992 5.01004 16.4192 5.24004 16.4192 5.49004C16.4192 5.74004 16.3992 5.97004 16.3692 6.19004H16.6492C18.7392 6.19004 18.7392 6.47004 18.7392 8.28004V10.14C18.7392 11.95 18.7392 12.23 16.6492 12.23H12.9292C9.93922 12.23 9.50922 13.65 9.44922 15.03C9.51922 15.03 9.59922 15.02 9.66922 15.02H10.5992C10.6792 15.02 10.7592 15.03 10.8492 15.03C10.8992 14.02 11.1892 13.62 12.9292 13.62H16.6492C19.8992 13.62 20.1392 12.3 20.1392 10.13V8.28004C20.1392 6.11004 19.8992 4.79004 16.6492 4.79004Z\" fill=\"\"/>\n</svg>\n</li><li title=\"brush \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M14.19 0H5.81C2.17 0 0 2.17 0 5.81V14.18C0 17.83 2.17 20 5.81 20H14.18C17.82 20 19.99 17.83 19.99 14.19V5.81C20 2.17 17.83 0 14.19 0Z\" fill=\"\"/>\n<path d=\"M19.8303 1.55022C18.7803 4.16022 16.4003 7.57022 14.1203 9.80022C13.7903 7.74022 12.1503 6.13022 10.0703 5.84022C12.3103 3.56022 15.7403 1.14022 18.3603 0.0802204C18.8203 -0.0997796 19.2903 0.0402204 19.5703 0.33022C19.8803 0.63022 20.0203 1.09022 19.8303 1.55022Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M14.1197 9.79008C13.7197 10.1801 13.3197 10.5401 12.9397 10.8401L11.3697 12.1001C11.1697 12.2401 10.9697 12.3601 10.7497 12.4601C10.7497 12.3101 10.7297 12.1601 10.7197 12.0001C10.6297 11.3401 10.3297 10.7101 9.78969 10.1701C9.23969 9.63008 8.57969 9.32008 7.90969 9.23008C7.74969 9.21008 7.57969 9.21008 7.42969 9.21008C7.51969 8.96008 7.64969 8.73008 7.81969 8.54008L9.06969 6.97008C9.36969 6.59008 9.70969 6.21008 10.0797 5.83008C12.1497 6.12008 13.7997 7.74008 14.1197 9.79008Z\" fill=\"\"/>\n<path d=\"M10.7506 12.47C10.7506 13.35 10.4106 14.19 9.78056 14.82C9.29056 15.31 8.64056 15.65 7.84056 15.75L5.88056 15.97C4.81056 16.09 3.89056 15.17 4.01056 14.09L4.23056 12.13C4.42056 10.38 5.88056 9.26 7.43056 9.23C7.58056 9.22 7.75056 9.23 7.91056 9.25C8.59056 9.34 9.24056 9.65 9.79056 10.19C10.3206 10.72 10.6306 11.36 10.7206 12.02C10.7306 12.17 10.7506 12.32 10.7506 12.47Z\" fill=\"\"/>\n</svg>\n</li><li title=\"bubble \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.5909 1.75C12.6209 1.75 10.2109 4.16 10.2109 7.13C10.2109 10.1 12.6209 12.51 15.5909 12.51C18.5609 12.51 20.9709 10.1 20.9709 7.13C20.9709 4.16 18.5609 1.75 15.5909 1.75Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M6.35928 13.03C4.52928 13.03 3.0293 14.52 3.0293 16.36C3.0293 18.2 4.51928 19.69 6.35928 19.69C8.18928 19.69 9.6893 18.2 9.6893 16.36C9.6893 14.52 8.18928 13.03 6.35928 13.03Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M16.6205 16.6201C15.0705 16.6201 13.8105 17.8801 13.8105 19.4301C13.8105 20.9801 15.0705 22.2401 16.6205 22.2401C18.1705 22.2401 19.4305 20.9801 19.4305 19.4301C19.4305 17.8801 18.1705 16.6201 16.6205 16.6201Z\" fill=\"\"/>\n</svg>\n</li><li title=\"bucket circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" fill=\"\"/>\n<path d=\"M15.6595 11.93C15.6495 11.79 15.5895 11.64 15.4895 11.54L10.7895 6.84001L10.2395 6.28996C10.0495 6.09996 9.74948 6.09996 9.55948 6.28996C9.36948 6.47996 9.36948 6.77995 9.55948 6.96995L10.1095 7.52L6.5095 11.12C6.0995 11.53 5.87948 11.95 5.86948 12.36C5.85948 12.8 6.0695 13.24 6.5095 13.68L9.07947 16.25C9.93947 17.1 10.7995 17.1 11.6495 16.25L15.4995 12.4C15.6095 12.27 15.6695 12.09 15.6595 11.93Z\" fill=\"\"/>\n<path d=\"M16.9589 14.1902C16.7989 14.0102 16.4889 14.0102 16.3189 14.1902C16.1189 14.4002 15.1289 15.5202 15.1289 16.3602C15.1289 17.1902 15.7989 17.8602 16.6289 17.8602C17.4589 17.8602 18.1289 17.1902 18.1289 16.3602C18.1389 15.5202 17.1589 14.4102 16.9589 14.1902Z\" fill=\"\"/>\n</svg>\n</li><li title=\"bucket square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.1898 2H7.81976C4.17976 2 2.00977 4.17 2.00977 7.81V16.18C2.00977 19.82 4.17976 21.99 7.81976 21.99H16.1898C19.8298 21.99 21.9998 19.82 21.9998 16.18V7.81C21.9998 4.17 19.8298 2 16.1898 2Z\" fill=\"\"/>\n<path d=\"M15.6595 11.93C15.6495 11.79 15.5895 11.64 15.4895 11.54L10.7895 6.84001L10.2395 6.28996C10.0495 6.09996 9.74948 6.09996 9.55948 6.28996C9.36948 6.47996 9.36948 6.77995 9.55948 6.96995L10.1095 7.52L6.5095 11.12C6.0995 11.53 5.87948 11.95 5.86948 12.36C5.85948 12.8 6.0695 13.24 6.5095 13.69L9.07947 16.26C9.93947 17.11 10.7995 17.11 11.6495 16.26L15.4995 12.41C15.6095 12.27 15.6695 12.09 15.6595 11.93Z\" fill=\"\"/>\n<path d=\"M16.9589 14.1902C16.7989 14.0102 16.4889 14.0102 16.3189 14.1902C16.1189 14.4002 15.1289 15.5202 15.1289 16.3602C15.1289 17.1902 15.7989 17.8602 16.6289 17.8602C17.4589 17.8602 18.1289 17.1902 18.1289 16.3602C18.1389 15.5202 17.1589 14.4102 16.9589 14.1902Z\" fill=\"\"/>\n</svg>\n</li><li title=\"bucket \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.3108 11.25C17.3308 11.51 17.2408 11.78 17.0408 11.98L11.0208 18C9.69083 19.33 8.35083 19.33 7.01083 18L3.00083 13.99C2.32083 13.3 1.98083 12.61 2.00083 11.92H2.07083L17.1908 11.26L17.3108 11.25Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M17.04 10.6402L9.69 3.29013L8.82 2.42014C8.53 2.13014 8.05 2.13014 7.76 2.42014C7.47 2.71014 7.47 3.19013 7.76 3.48013L8.63 4.35013L3 9.98013C2.36 10.6201 2.02 11.2701 2 11.9201H2.07L17.19 11.2602L17.31 11.2502C17.3 11.0302 17.2 10.8002 17.04 10.6402Z\" fill=\"\"/>\n<path d=\"M16 22.75H3C2.59 22.75 2.25 22.41 2.25 22C2.25 21.59 2.59 21.25 3 21.25H16C16.41 21.25 16.75 21.59 16.75 22C16.75 22.41 16.41 22.75 16 22.75Z\" fill=\"\"/>\n<path d=\"M19.35 14.7798C19.09 14.4998 18.61 14.4998 18.35 14.7798C18.04 15.1198 16.5 16.8598 16.5 18.1698C16.5 19.4698 17.55 20.5198 18.85 20.5198C20.15 20.5198 21.2 19.4698 21.2 18.1698C21.2 16.8598 19.66 15.1198 19.35 14.7798Z\" fill=\"\"/>\n</svg>\n</li><li title=\"building 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M15.01 14.7499V21.9898L3.01001 22.0099V14.7499L3 13.2499V7.06986C3 6.39986 3.34001 5.77983 3.89001 5.40983L7.89001 2.73984C8.56001 2.28984 9.43999 2.28984 10.11 2.73984L14.11 5.40983C14.67 5.77983 15 6.39986 15 7.06986V13.2499L15.01 14.7499Z\" fill=\"\"/>\n<path d=\"M22 21.2501H20.73V18.2501C21.68 17.9401 22.37 17.0501 22.37 16.0001V14.0001C22.37 12.6901 21.3 11.6201 19.99 11.6201C18.68 11.6201 17.61 12.6901 17.61 14.0001V16.0001C17.61 17.0401 18.29 17.9201 19.22 18.2401V21.2501H2C1.59 21.2501 1.25 21.5901 1.25 22.0001C1.25 22.4101 1.59 22.7501 2 22.7501H19.93C19.95 22.7501 19.96 22.7601 19.98 22.7601C20 22.7601 20.01 22.7501 20.03 22.7501H22C22.41 22.7501 22.75 22.4101 22.75 22.0001C22.75 21.5901 22.41 21.2501 22 21.2501Z\" fill=\"\"/>\n<path d=\"M15.01 14.75H3.01001L3 13.25H15L15.01 14.75Z\" fill=\"\"/>\n<path d=\"M9 22.75C8.59 22.75 8.25 22.41 8.25 22V18.25C8.25 17.84 8.59 17.5 9 17.5C9.41 17.5 9.75 17.84 9.75 18.25V22C9.75 22.41 9.41 22.75 9 22.75Z\" fill=\"\"/>\n<path d=\"M9 10.75C9.9665 10.75 10.75 9.9665 10.75 9C10.75 8.0335 9.9665 7.25 9 7.25C8.0335 7.25 7.25 8.0335 7.25 9C7.25 9.9665 8.0335 10.75 9 10.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"building 4 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M2.09961 21.9998V6.02979C2.09961 4.01979 3.09966 3.00977 5.08966 3.00977H11.3196C13.3096 3.00977 14.2996 4.01979 14.2996 6.02979V21.9998\" fill=\"\"/>\n<path d=\"M10.7508 9H5.80078C5.39078 9 5.05078 8.66 5.05078 8.25C5.05078 7.84 5.39078 7.5 5.80078 7.5H10.7508C11.1608 7.5 11.5008 7.84 11.5008 8.25C11.5008 8.66 11.1608 9 10.7508 9Z\" fill=\"\"/>\n<path d=\"M10.7508 12.75H5.80078C5.39078 12.75 5.05078 12.41 5.05078 12C5.05078 11.59 5.39078 11.25 5.80078 11.25H10.7508C11.1608 11.25 11.5008 11.59 11.5008 12C11.5008 12.41 11.1608 12.75 10.7508 12.75Z\" fill=\"\"/>\n<path d=\"M8.25 22.75C7.84 22.75 7.5 22.41 7.5 22V18.25C7.5 17.84 7.84 17.5 8.25 17.5C8.66 17.5 9 17.84 9 18.25V22C9 22.41 8.66 22.75 8.25 22.75Z\" fill=\"\"/>\n<path d=\"M23 21.2501H20.73V18.2501C21.68 17.9401 22.37 17.0501 22.37 16.0001V14.0001C22.37 12.6901 21.3 11.6201 19.99 11.6201C18.68 11.6201 17.61 12.6901 17.61 14.0001V16.0001C17.61 17.0401 18.29 17.9201 19.22 18.2401V21.2501H1C0.59 21.2501 0.25 21.5901 0.25 22.0001C0.25 22.4101 0.59 22.7501 1 22.7501H19.93C19.95 22.7501 19.96 22.7601 19.98 22.7601C20 22.7601 20.01 22.7501 20.03 22.7501H23C23.41 22.7501 23.75 22.4101 23.75 22.0001C23.75 21.5901 23.41 21.2501 23 21.2501Z\" fill=\"\"/>\n</svg>\n</li><li title=\"building \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12.5007 7.40986V21.9999H4.0807C2.9207 21.9999 1.9707 21.0699 1.9707 19.9299V5.08986C1.9707 2.46986 3.9307 1.27986 6.3207 2.44986L10.7507 4.63986C11.7107 5.10986 12.5007 6.35986 12.5007 7.40986Z\" fill=\"\"/>\n<path d=\"M8.97 9.75H5.5C5.09 9.75 4.75 9.41 4.75 9C4.75 8.59 5.09 8.25 5.5 8.25H8.97C9.38 8.25 9.72 8.59 9.72 9C9.72 9.41 9.39 9.75 8.97 9.75Z\" fill=\"\"/>\n<path d=\"M8.97 13.75H5.5C5.09 13.75 4.75 13.41 4.75 13C4.75 12.59 5.09 12.25 5.5 12.25H8.97C9.38 12.25 9.72 12.59 9.72 13C9.72 13.41 9.39 13.75 8.97 13.75Z\" fill=\"\"/>\n<path opacity=\"0.6\" d=\"M22 15.0499V19.4999C22 20.8799 20.88 21.9999 19.5 21.9999H12.5V10.4199L12.97 10.5199L17.01 11.4199L17.49 11.5299L19.53 11.9899C20.02 12.0899 20.47 12.2599 20.86 12.5099C20.86 12.5199 20.87 12.5199 20.87 12.5199C20.97 12.5899 21.07 12.6699 21.16 12.7599C21.62 13.2199 21.92 13.8899 21.99 14.8699C21.99 14.9299 22 14.9899 22 15.0499Z\" fill=\"\"/>\n<path d=\"M12.5 10.4199V16.4199C12.96 17.0299 13.68 17.4199 14.5 17.4199C15.89 17.4199 17.01 16.2999 17.01 14.9199V11.4299L12.97 10.5299L12.5 10.4199Z\" fill=\"\"/>\n<path d=\"M21.9898 14.8699C21.9198 13.8899 21.6198 13.2199 21.1598 12.7599C21.0698 12.6699 20.9698 12.5899 20.8698 12.5199C20.8698 12.5199 20.8598 12.5199 20.8598 12.5099C20.4698 12.2599 20.0198 12.0899 19.5298 11.9899L17.4898 11.5299L17.0098 11.4199V14.9199C17.0098 16.2899 18.1198 17.4199 19.5098 17.4199C20.8498 17.4199 21.9198 16.3699 21.9998 15.0599V15.0499C21.9998 14.9899 21.9898 14.9299 21.9898 14.8699Z\" fill=\"\"/>\n</svg>\n</li><li title=\"buildings 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.6 4.15002V6H9.12C7.50999 6 6.70001 6.80998 6.70001 8.41998V18H4.15002C2.72002 18 2 17.28 2 15.85V4.15002C2 2.72002 2.72002 2 4.15002 2H8.45001C9.88001 2 10.6 2.72002 10.6 4.15002Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M17.3692 8.41998V19.58C17.3692 21.19 16.5692 22 14.9592 22H9.1192C7.5092 22 6.69922 21.19 6.69922 19.58V8.41998C6.69922 6.80998 7.5092 6 9.1192 6H14.9592C16.5692 6 17.3692 6.80998 17.3692 8.41998Z\" fill=\"\"/>\n<path d=\"M22.0004 4.15002V15.85C22.0004 17.28 21.2803 18 19.8503 18H17.3704V8.41998C17.3704 6.80998 16.5704 6 14.9604 6H13.4004V4.15002C13.4004 2.72002 14.1204 2 15.5504 2H19.8503C21.2803 2 22.0004 2.72002 22.0004 4.15002Z\" fill=\"\"/>\n<path d=\"M14 11.75H10C9.59 11.75 9.25 11.41 9.25 11C9.25 10.59 9.59 10.25 10 10.25H14C14.41 10.25 14.75 10.59 14.75 11C14.75 11.41 14.41 11.75 14 11.75Z\" fill=\"\"/>\n<path d=\"M14 14.75H10C9.59 14.75 9.25 14.41 9.25 14C9.25 13.59 9.59 13.25 10 13.25H14C14.41 13.25 14.75 13.59 14.75 14C14.75 14.41 14.41 14.75 14 14.75Z\" fill=\"\"/>\n<path d=\"M12.75 19V22H11.25V19C11.25 18.59 11.59 18.25 12 18.25C12.41 18.25 12.75 18.59 12.75 19Z\" fill=\"\"/>\n</svg>\n</li><li title=\"buildings \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.6\" d=\"M10.11 4C10.03 4.3 10 4.63 10 5V8H5V6C5 4.9 5.9 4 7 4H10.11Z\" fill=\"\"/>\n<path d=\"M10 19V8H5C3 8 2 9 2 11V19C2 21 3 22 5 22H13C11 22 10 21 10 19ZM6.75 17C6.75 17.41 6.41 17.75 6 17.75C5.59 17.75 5.25 17.41 5.25 17V13C5.25 12.59 5.59 12.25 6 12.25C6.41 12.25 6.75 12.59 6.75 13V17Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M14 22H13C11 22 10 21 10 19V5C10 3 11 2 13 2H19C21 2 22 3 22 5V19C22 21 21 22 19 22H18\" fill=\"\"/>\n<path d=\"M18 18V22H14V18C14 17.45 14.45 17 15 17H17C17.55 17 18 17.45 18 18Z\" fill=\"\"/>\n<path d=\"M14 13.75C13.59 13.75 13.25 13.41 13.25 13V8C13.25 7.59 13.59 7.25 14 7.25C14.41 7.25 14.75 7.59 14.75 8V13C14.75 13.41 14.41 13.75 14 13.75Z\" fill=\"\"/>\n<path d=\"M18 13.75C17.59 13.75 17.25 13.41 17.25 13V8C17.25 7.59 17.59 7.25 18 7.25C18.41 7.25 18.75 7.59 18.75 8V13C18.75 13.41 18.41 13.75 18 13.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"buliding \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 21.25H2C1.59 21.25 1.25 21.59 1.25 22C1.25 22.41 1.59 22.75 2 22.75H22C22.41 22.75 22.75 22.41 22.75 22C22.75 21.59 22.41 21.25 22 21.25Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M17 2H7C4 2 3 3.79 3 6V22H21V6C21 3.79 20 2 17 2Z\" fill=\"\"/>\n<path d=\"M10 17.25H7C6.59 17.25 6.25 16.91 6.25 16.5C6.25 16.09 6.59 15.75 7 15.75H10C10.41 15.75 10.75 16.09 10.75 16.5C10.75 16.91 10.41 17.25 10 17.25Z\" fill=\"\"/>\n<path d=\"M17 17.25H14C13.59 17.25 13.25 16.91 13.25 16.5C13.25 16.09 13.59 15.75 14 15.75H17C17.41 15.75 17.75 16.09 17.75 16.5C17.75 16.91 17.41 17.25 17 17.25Z\" fill=\"\"/>\n<path d=\"M10 12.75H7C6.59 12.75 6.25 12.41 6.25 12C6.25 11.59 6.59 11.25 7 11.25H10C10.41 11.25 10.75 11.59 10.75 12C10.75 12.41 10.41 12.75 10 12.75Z\" fill=\"\"/>\n<path d=\"M17 12.75H14C13.59 12.75 13.25 12.41 13.25 12C13.25 11.59 13.59 11.25 14 11.25H17C17.41 11.25 17.75 11.59 17.75 12C17.75 12.41 17.41 12.75 17 12.75Z\" fill=\"\"/>\n<path d=\"M10 8.25H7C6.59 8.25 6.25 7.91 6.25 7.5C6.25 7.09 6.59 6.75 7 6.75H10C10.41 6.75 10.75 7.09 10.75 7.5C10.75 7.91 10.41 8.25 10 8.25Z\" fill=\"\"/>\n<path d=\"M17 8.25H14C13.59 8.25 13.25 7.91 13.25 7.5C13.25 7.09 13.59 6.75 14 6.75H17C17.41 6.75 17.75 7.09 17.75 7.5C17.75 7.91 17.41 8.25 17 8.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"bus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.9 22H7.10001C5.40001 22 4 20.61 4 18.9V5.10001C4 3.40001 5.39001 2 7.10001 2H16.9C18.6 2 20 3.39001 20 5.10001V18.9C20 20.61 18.61 22 16.9 22Z\" fill=\"\"/>\n<path d=\"M20 8H4V13H20V8Z\" fill=\"\"/>\n<path d=\"M8 18.7501C7.92 18.7501 7.83999 18.7401 7.75999 18.7301C7.67999 18.7101 7.6 18.6901 7.52 18.6501C7.45 18.6201 7.37 18.5801 7.31 18.5401C7.24 18.4901 7.17 18.4401 7.12 18.3801C6.88 18.1501 6.75 17.8301 6.75 17.5001C6.75 17.1701 6.88 16.8501 7.12 16.6201C7.17 16.5601 7.24 16.5101 7.31 16.4601C7.37 16.4201 7.45 16.3801 7.52 16.3501C7.6 16.3101 7.67999 16.2901 7.75999 16.2701C8.15999 16.1901 8.59 16.3301 8.88 16.6201C9.12 16.8501 9.25 17.1701 9.25 17.5001C9.25 17.8301 9.12 18.1501 8.88 18.3801C8.65 18.6201 8.33 18.7501 8 18.7501Z\" fill=\"\"/>\n<path d=\"M16 18.7501C15.92 18.7501 15.84 18.7401 15.76 18.7301C15.68 18.7101 15.6 18.6901 15.52 18.6501C15.45 18.6201 15.37 18.5801 15.31 18.5401C15.24 18.4901 15.17 18.4401 15.12 18.3801C14.88 18.1501 14.75 17.8301 14.75 17.5001C14.75 17.1701 14.88 16.8501 15.12 16.6201C15.17 16.5601 15.24 16.5101 15.31 16.4601C15.37 16.4201 15.45 16.3801 15.52 16.3501C15.6 16.3101 15.68 16.2901 15.76 16.2701C15.92 16.2401 16.08 16.2401 16.25 16.2701C16.32 16.2901 16.4 16.3101 16.48 16.3501C16.55 16.3801 16.63 16.4201 16.69 16.4601C16.76 16.5101 16.83 16.5601 16.88 16.6201C17.12 16.8501 17.25 17.1701 17.25 17.5001C17.25 17.8301 17.12 18.1501 16.88 18.3801C16.83 18.4401 16.76 18.4901 16.69 18.5401C16.63 18.5801 16.55 18.6201 16.48 18.6501C16.4 18.6901 16.32 18.7101 16.25 18.7301C16.16 18.7401 16.08 18.7501 16 18.7501Z\" fill=\"\"/>\n<path d=\"M14.5 5.75H9.5C9.09 5.75 8.75 5.41 8.75 5C8.75 4.59 9.09 4.25 9.5 4.25H14.5C14.91 4.25 15.25 4.59 15.25 5C15.25 5.41 14.91 5.75 14.5 5.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"buy crypto \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 8.5C22 12.09 19.09 15 15.5 15C15.33 15 15.15 14.99 14.98 14.98C14.73 11.81 12.19 9.27 9.01999 9.02C9.00999 8.85 9 8.67 9 8.5C9 4.91 11.91 2 15.5 2C19.09 2 22 4.91 22 8.5Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M15 15.5C15 19.09 12.09 22 8.5 22C4.91 22 2 19.09 2 15.5C2 11.91 4.91 9 8.5 9C8.67 9 8.84999 9.01 9.01999 9.02C12.19 9.27 14.73 11.81 14.98 14.98C14.99 15.15 15 15.33 15 15.5Z\" fill=\"\"/>\n<path d=\"M7.62 14.62L8.5 13L9.38 14.62L11 15.5L9.38 16.38L8.5 18L7.62 16.38L6 15.5L7.62 14.62Z\" fill=\"\"/>\n</svg>\n</li><li title=\"cake \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.8894 13V14H20.0194C19.2794 14 18.6794 14.6 18.6794 15.35V15.65C18.6794 16.4 18.0794 17 17.3294 17C16.5894 17 15.9894 16.4 15.9894 15.65V15.35C15.9894 14.6 15.3794 14 14.6394 14C13.8994 14 13.2994 14.6 13.2994 15.35V15.65C13.2994 16.4 12.6894 17 11.9494 17C11.2094 17 10.5994 16.4 10.5994 15.65V15.35C10.5994 14.6 9.99938 14 9.25938 14C8.51938 14 7.90938 14.6 7.90938 15.35V15.65C7.90938 16.4 7.30938 17 6.56938 17C5.81938 17 5.21937 16.4 5.21937 15.65V15.33C5.21937 14.59 4.62938 13.99 3.89938 13.98H3.10938V13C3.10938 11.62 4.14938 10.45 5.55938 10.11C5.83938 10.04 6.12938 10 6.43938 10H17.5594C17.8694 10 18.1594 10.04 18.4394 10.11C19.8494 10.45 20.8894 11.62 20.8894 13Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M18.4405 7.17V10.11C18.1605 10.04 17.8705 10 17.5605 10H6.44055C6.13055 10 5.84055 10.04 5.56055 10.11V7.17C5.56055 5.97 6.64055 5 7.98055 5H16.0205C17.3605 5 18.4405 5.97 18.4405 7.17Z\" fill=\"\"/>\n<path d=\"M8.75 3.5499V5.0099H7.98C7.72 5.0099 7.48 5.0399 7.25 5.0999V3.5499C7.25 3.1999 7.59 2.8999 8 2.8999C8.41 2.8999 8.75 3.1999 8.75 3.5499Z\" fill=\"\"/>\n<path d=\"M16.75 3.33008V5.10008C16.52 5.03008 16.28 5.00008 16.02 5.00008H15.25V3.33008C15.25 2.92008 15.59 2.58008 16 2.58008C16.41 2.58008 16.75 2.92008 16.75 3.33008Z\" fill=\"\"/>\n<path d=\"M12.75 2.82V5H11.25V2.82C11.25 2.37 11.59 2 12 2C12.41 2 12.75 2.37 12.75 2.82Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M21.25 20.5H20.89V14H20.02C19.28 14 18.68 14.6 18.68 15.35V15.65C18.68 16.4 18.08 17 17.33 17C16.59 17 15.99 16.4 15.99 15.65V15.35C15.99 14.6 15.38 14 14.64 14C13.9 14 13.3 14.6 13.3 15.35V15.65C13.3 16.4 12.69 17 11.95 17C11.21 17 10.6 16.4 10.6 15.65V15.35C10.6 14.6 10 14 9.26 14C8.52 14 7.91 14.6 7.91 15.35V15.65C7.91 16.4 7.31 17 6.57 17C5.82 17 5.22 16.4 5.22 15.65V15.33C5.22 14.59 4.63 13.99 3.9 13.98H3.11V20.5H2.75C2.34 20.5 2 20.84 2 21.25C2 21.66 2.34 22 2.75 22H3.11H20.89H21.25C21.66 22 22 21.66 22 21.25C22 20.84 21.66 20.5 21.25 20.5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"calculator \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M8 22H16C18.76 22 21 19.76 21 17V7C21 4.24 18.76 2 16 2H8C5.24 2 3 4.24 3 7V17C3 19.76 5.24 22 8 22Z\" fill=\"\"/>\n<path d=\"M14.9991 5.70996H8.99914C7.96914 5.70996 7.11914 6.54996 7.11914 7.58996V8.58996C7.11914 9.61996 7.95914 10.47 8.99914 10.47H14.9991C16.0291 10.47 16.8791 9.62996 16.8791 8.58996V7.58996C16.8791 6.54996 16.0391 5.70996 14.9991 5.70996Z\" fill=\"\"/>\n<path d=\"M8.16039 14.9201C8.02039 14.9201 7.89039 14.8901 7.77039 14.8401C7.65039 14.7901 7.54039 14.7201 7.45039 14.6301C7.26039 14.4401 7.15039 14.1901 7.15039 13.9201C7.15039 13.7901 7.18039 13.6601 7.23039 13.5401C7.28039 13.4101 7.35039 13.3101 7.45039 13.2101C7.68039 12.9801 8.03039 12.8701 8.35039 12.9401C8.41039 12.9501 8.48039 12.9701 8.54039 13.0001C8.60039 13.0201 8.66039 13.0501 8.71039 13.0901C8.77039 13.1201 8.82039 13.1701 8.86039 13.2101C8.95039 13.3101 9.03039 13.4101 9.08039 13.5401C9.13039 13.6601 9.15039 13.7901 9.15039 13.9201C9.15039 14.1901 9.05039 14.4401 8.86039 14.6301C8.67039 14.8201 8.42039 14.9201 8.16039 14.9201Z\" fill=\"\"/>\n<path d=\"M12.1504 14.9201C11.8904 14.9201 11.6404 14.8201 11.4504 14.6301C11.2604 14.4401 11.1504 14.1901 11.1504 13.9201C11.1504 13.6601 11.2604 13.4001 11.4504 13.2101C11.8204 12.8401 12.4904 12.8401 12.8604 13.2101C12.9504 13.3101 13.0304 13.4101 13.0804 13.5401C13.1304 13.6601 13.1504 13.7901 13.1504 13.9201C13.1504 14.1901 13.0504 14.4401 12.8604 14.6301C12.6704 14.8201 12.4204 14.9201 12.1504 14.9201Z\" fill=\"\"/>\n<path d=\"M16.1504 14.9201C15.8904 14.9201 15.6404 14.8201 15.4504 14.6301C15.2604 14.4401 15.1504 14.1901 15.1504 13.9201C15.1504 13.6601 15.2604 13.4001 15.4504 13.2101C15.8204 12.8401 16.4904 12.8401 16.8604 13.2101C17.0504 13.4001 17.1604 13.6601 17.1604 13.9201C17.1604 14.0501 17.1304 14.1801 17.0804 14.3001C17.0304 14.4201 16.9604 14.5301 16.8604 14.6301C16.6704 14.8201 16.4204 14.9201 16.1504 14.9201Z\" fill=\"\"/>\n<path d=\"M8.16039 18.92C7.89039 18.92 7.64039 18.82 7.45039 18.63C7.26039 18.44 7.15039 18.19 7.15039 17.92C7.15039 17.66 7.26039 17.4 7.45039 17.21C7.54039 17.12 7.65039 17.05 7.77039 17C8.02039 16.9 8.29039 16.9 8.54039 17C8.60039 17.02 8.66039 17.05 8.71039 17.09C8.77039 17.12 8.82039 17.17 8.86039 17.21C9.05039 17.4 9.16039 17.66 9.16039 17.92C9.16039 18.19 9.05039 18.44 8.86039 18.63C8.67039 18.82 8.42039 18.92 8.16039 18.92Z\" fill=\"\"/>\n<path d=\"M12.1504 18.92C11.8904 18.92 11.6404 18.82 11.4504 18.63C11.2604 18.44 11.1504 18.19 11.1504 17.92C11.1504 17.85 11.1604 17.79 11.1704 17.72C11.1904 17.66 11.2104 17.6 11.2304 17.54C11.2604 17.48 11.2904 17.42 11.3204 17.36C11.3604 17.31 11.4004 17.26 11.4504 17.21C11.5404 17.12 11.6504 17.05 11.7704 17C12.1404 16.85 12.5804 16.93 12.8604 17.21C13.0504 17.4 13.1504 17.66 13.1504 17.92C13.1504 18.19 13.0504 18.44 12.8604 18.63C12.7704 18.72 12.6604 18.79 12.5404 18.84C12.4204 18.89 12.2904 18.92 12.1504 18.92Z\" fill=\"\"/>\n<path d=\"M16.1502 18.92C16.0202 18.92 15.8902 18.89 15.7702 18.84C15.6502 18.79 15.5402 18.72 15.4502 18.63C15.2602 18.44 15.1602 18.19 15.1602 17.92C15.1602 17.66 15.2602 17.4 15.4502 17.21C15.7202 16.93 16.1702 16.85 16.5402 17C16.6602 17.05 16.7702 17.12 16.8602 17.21C17.0502 17.4 17.1502 17.66 17.1502 17.92C17.1502 18.19 17.0502 18.44 16.8602 18.63C16.6702 18.82 16.4202 18.92 16.1502 18.92Z\" fill=\"\"/>\n</svg>\n</li><li title=\"calendar 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 1.25C8.41421 1.25 8.75 1.58579 8.75 2V5C8.75 5.41421 8.41421 5.75 8 5.75C7.58579 5.75 7.25 5.41421 7.25 5V2C7.25 1.58579 7.58579 1.25 8 1.25Z\" fill=\"\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16 1.25C16.4142 1.25 16.75 1.58579 16.75 2V5C16.75 5.41421 16.4142 5.75 16 5.75C15.5858 5.75 15.25 5.41421 15.25 5V2C15.25 1.58579 15.5858 1.25 16 1.25Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M21.5 8.37V17.13C21.5 17.29 21.49 17.45 21.48 17.6H2.52C2.51 17.45 2.5 17.29 2.5 17.13V8.37C2.5 5.68 4.68 3.5 7.37 3.5H16.63C19.32 3.5 21.5 5.68 21.5 8.37Z\" fill=\"\"/>\n<path d=\"M21.4795 17.6001C21.2395 20.0701 19.1595 22.0001 16.6295 22.0001H7.36953C4.83953 22.0001 2.75953 20.0701 2.51953 17.6001H21.4795Z\" fill=\"\"/>\n<path d=\"M13.53 11.62C13.98 11.31 14.26 10.85 14.26 10.23C14.26 8.93001 13.22 8.26001 12 8.26001C10.78 8.26001 9.73 8.93001 9.73 10.23C9.73 10.85 10.02 11.32 10.46 11.62C9.85 11.98 9.5 12.56 9.5 13.24C9.5 14.48 10.45 15.25 12 15.25C13.54 15.25 14.5 14.48 14.5 13.24C14.5 12.56 14.15 11.97 13.53 11.62ZM12 9.50001C12.52 9.50001 12.9 9.79001 12.9 10.29C12.9 10.78 12.52 11.09 12 11.09C11.48 11.09 11.1 10.78 11.1 10.29C11.1 9.79001 11.48 9.50001 12 9.50001ZM12 14C11.34 14 10.86 13.67 10.86 13.07C10.86 12.47 11.34 12.15 12 12.15C12.66 12.15 13.14 12.48 13.14 13.07C13.14 13.67 12.66 14 12 14Z\" fill=\"\"/>\n</svg>\n</li><li title=\"calendar 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.7502 3.56V2C16.7502 1.59 16.4102 1.25 16.0002 1.25C15.5902 1.25 15.2502 1.59 15.2502 2V3.5H8.75022V2C8.75022 1.59 8.41022 1.25 8.00022 1.25C7.59022 1.25 7.25022 1.59 7.25022 2V3.56C4.55022 3.81 3.24023 5.42 3.04023 7.81C3.02023 8.1 3.26023 8.34 3.54023 8.34H20.4602C20.7502 8.34 20.9902 8.09 20.9602 7.81C20.7602 5.42 19.4502 3.81 16.7502 3.56Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M20 9.84009C20.55 9.84009 21 10.2901 21 10.8401V17.0001C21 20.0001 19.5 22.0001 16 22.0001H8C4.5 22.0001 3 20.0001 3 17.0001V10.8401C3 10.2901 3.45 9.84009 4 9.84009H20Z\" fill=\"\"/>\n<path d=\"M8.5 14.9999C8.37 14.9999 8.24 14.9699 8.12 14.9199C8 14.8699 7.89001 14.7999 7.79001 14.7099C7.70001 14.6099 7.62999 14.4999 7.57999 14.3799C7.52999 14.2599 7.5 14.1299 7.5 13.9999C7.5 13.8699 7.52999 13.7399 7.57999 13.6199C7.62999 13.4999 7.70001 13.3899 7.79001 13.2899C7.89001 13.1999 8 13.1299 8.12 13.0799C8.36 12.9799 8.64 12.9799 8.88 13.0799C9 13.1299 9.10999 13.1999 9.20999 13.2899C9.29999 13.3899 9.37001 13.4999 9.42001 13.6199C9.47001 13.7399 9.5 13.8699 9.5 13.9999C9.5 14.1299 9.47001 14.2599 9.42001 14.3799C9.37001 14.4999 9.29999 14.6099 9.20999 14.7099C9.10999 14.7999 9 14.8699 8.88 14.9199C8.76 14.9699 8.63 14.9999 8.5 14.9999Z\" fill=\"\"/>\n<path d=\"M12 15.0001C11.87 15.0001 11.74 14.9701 11.62 14.9201C11.5 14.8701 11.39 14.8001 11.29 14.7101C11.11 14.5201 11 14.2601 11 14.0001C11 13.7401 11.11 13.4801 11.29 13.2901C11.39 13.2001 11.5 13.1301 11.62 13.0801C11.86 12.9701 12.14 12.9701 12.38 13.0801C12.5 13.1301 12.61 13.2001 12.71 13.2901C12.89 13.4801 13 13.7401 13 14.0001C13 14.2601 12.89 14.5201 12.71 14.7101C12.61 14.8001 12.5 14.8701 12.38 14.9201C12.26 14.9701 12.13 15.0001 12 15.0001Z\" fill=\"\"/>\n<path d=\"M8.5 18.4999C8.37 18.4999 8.24 18.4699 8.12 18.4199C8 18.3699 7.89001 18.2999 7.79001 18.2099C7.61001 18.0199 7.5 17.7599 7.5 17.4999C7.5 17.2399 7.61001 16.9799 7.79001 16.7899C7.89001 16.6999 8 16.6299 8.12 16.5799C8.36 16.4799 8.64 16.4799 8.88 16.5799C9 16.6299 9.10999 16.6999 9.20999 16.7899C9.38999 16.9799 9.5 17.2399 9.5 17.4999C9.5 17.7599 9.38999 18.0199 9.20999 18.2099C9.10999 18.2999 9 18.3699 8.88 18.4199C8.76 18.4699 8.63 18.4999 8.5 18.4999Z\" fill=\"\"/>\n</svg>\n</li><li title=\"calendar add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.7502 3.56V2C16.7502 1.59 16.4102 1.25 16.0002 1.25C15.5902 1.25 15.2502 1.59 15.2502 2V3.5H8.75024V2C8.75024 1.59 8.41024 1.25 8.00024 1.25C7.59024 1.25 7.25024 1.59 7.25024 2V3.56C4.55024 3.81 3.24023 5.42 3.04023 7.81C3.02023 8.1 3.26023 8.34 3.54023 8.34H20.4602C20.7502 8.34 20.9902 8.09 20.9602 7.81C20.7602 5.42 19.4502 3.81 16.7502 3.56Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M21 10.8401V12.5801C21 13.1901 20.46 13.6601 19.86 13.5601C19.58 13.5201 19.29 13.4901 19 13.4901C15.97 13.4901 13.5 15.9601 13.5 18.9901C13.5 19.4501 13.68 20.0901 13.87 20.6701C14.09 21.3201 13.61 21.9901 12.92 21.9901H8C4.5 21.9901 3 19.9901 3 16.9901V10.8301C3 10.2801 3.45 9.83008 4 9.83008H20C20.55 9.84008 21 10.2901 21 10.8401Z\" fill=\"\"/>\n<path d=\"M8.5 14.9999C8.24 14.9999 7.98 14.8899 7.79 14.7099C7.61 14.5199 7.5 14.2599 7.5 13.9999C7.5 13.7399 7.61 13.4799 7.79 13.2899C8.02 13.0599 8.37 12.9499 8.7 13.0199C8.76 13.0299 8.82 13.0499 8.88 13.0799C8.94 13.0999 9 13.1299 9.06 13.1699C9.11 13.2099 9.16 13.2499 9.21 13.2899C9.39 13.4799 9.5 13.7399 9.5 13.9999C9.5 14.2599 9.39 14.5199 9.21 14.7099C9.16 14.7499 9.11 14.7899 9.06 14.8299C9 14.8699 8.94 14.8999 8.88 14.9199C8.82 14.9499 8.76 14.9699 8.7 14.9799C8.63 14.9899 8.56 14.9999 8.5 14.9999Z\" fill=\"\"/>\n<path d=\"M12 14.9999C11.74 14.9999 11.48 14.8899 11.29 14.7099C11.11 14.5199 11 14.2599 11 13.9999C11 13.7399 11.11 13.48 11.29 13.29C11.67 12.92 12.34 12.92 12.71 13.29C12.89 13.48 13 13.7399 13 13.9999C13 14.2599 12.89 14.5199 12.71 14.7099C12.52 14.8899 12.26 14.9999 12 14.9999Z\" fill=\"\"/>\n<path d=\"M8.5 18.4999C8.24 18.4999 7.98 18.3899 7.79 18.2099C7.61 18.0199 7.5 17.7599 7.5 17.4999C7.5 17.2399 7.61 16.9799 7.79 16.7899C7.89 16.6999 7.99 16.6299 8.12 16.5799C8.49 16.4199 8.93 16.5099 9.21 16.7899C9.39 16.9799 9.5 17.2399 9.5 17.4999C9.5 17.7599 9.39 18.0199 9.21 18.2099C9.02 18.3899 8.76 18.4999 8.5 18.4999Z\" fill=\"\"/>\n<path d=\"M21.83 16.17C20.27 14.61 17.73 14.61 16.17 16.17C14.61 17.73 14.61 20.27 16.17 21.83C17.73 23.39 20.27 23.39 21.83 21.83C23.39 20.27 23.39 17.73 21.83 16.17ZM21.07 19.56C20.94 19.7 20.75 19.78 20.54 19.78H19.8V20.56C19.8 20.77 19.72 20.95 19.58 21.09C19.44 21.23 19.26 21.31 19.05 21.31C18.64 21.31 18.3 20.97 18.3 20.56V19.78H17.55C17.14 19.78 16.8 19.45 16.8 19.03C16.8 18.62 17.14 18.28 17.55 18.28H18.3V17.57C18.3 17.16 18.63 16.82 19.05 16.82C19.46 16.82 19.8 17.16 19.8 17.57V18.28H20.54C20.96 18.28 21.29 18.62 21.29 19.03C21.29 19.24 21.21 19.43 21.07 19.56Z\" fill=\"\"/>\n</svg>\n</li><li title=\"calendar circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" fill=\"\"/>\n<path d=\"M17.1493 9.44009C16.7293 8.47009 15.9393 7.7201 14.8493 7.3801V6.59009C14.8493 6.18009 14.5093 5.84009 14.0993 5.84009C13.6893 5.84009 13.3493 6.18009 13.3493 6.59009V7.18008H10.6393V6.59009C10.6393 6.18009 10.2993 5.84009 9.88933 5.84009C9.47933 5.84009 9.13933 6.18009 9.13933 6.59009V7.3801C8.04933 7.7201 7.25931 8.47009 6.83931 9.44009C6.69931 9.77009 6.93931 10.1501 7.29931 10.1501H16.6693C17.0493 10.1401 17.2893 9.77009 17.1493 9.44009Z\" fill=\"\"/>\n<path d=\"M17 11.1401C17.28 11.1401 17.5 11.3601 17.5 11.6401V14.1701C17.5 16.3701 16 18.1701 13.5 18.1701H10.5C8 18.1701 6.5 16.3701 6.5 14.1701V11.6401C6.5 11.3601 6.72 11.1401 7 11.1401H17Z\" fill=\"\"/>\n</svg>\n</li><li title=\"calendar edit \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.7502 3.56V2C16.7502 1.59 16.4102 1.25 16.0002 1.25C15.5902 1.25 15.2502 1.59 15.2502 2V3.5H8.75022V2C8.75022 1.59 8.41022 1.25 8.00022 1.25C7.59022 1.25 7.25022 1.59 7.25022 2V3.56C4.55022 3.81 3.24023 5.42 3.04023 7.81C3.02023 8.1 3.26023 8.34 3.54023 8.34H20.4602C20.7502 8.34 20.9902 8.09 20.9602 7.81C20.7602 5.42 19.4502 3.81 16.7502 3.56Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M20 9.84009C20.55 9.84009 21 10.2901 21 10.8401V17.0001C21 20.0001 19.5 22.0001 16 22.0001H8C4.5 22.0001 3 20.0001 3 17.0001V10.8401C3 10.2901 3.45 9.84009 4 9.84009H20Z\" fill=\"\"/>\n<path d=\"M14.8409 14.9899L14.3409 15.4999H14.3309L11.3009 18.5299C11.1709 18.6599 10.9009 18.7999 10.7109 18.8199L9.36091 19.0199C8.87091 19.0899 8.53093 18.7399 8.60093 18.2599L8.79093 16.8999C8.82093 16.7099 8.95091 16.4499 9.08091 16.3099L12.1209 13.2799L12.6209 12.7699C12.9509 12.4399 13.3209 12.2 13.7209 12.2C14.0609 12.2 14.4309 12.3599 14.8409 12.7699C15.7409 13.6699 15.4509 14.3799 14.8409 14.9899Z\" fill=\"\"/>\n</svg>\n</li><li title=\"calendar remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.7502 3.56V2C16.7502 1.59 16.4102 1.25 16.0002 1.25C15.5902 1.25 15.2502 1.59 15.2502 2V3.5H8.75024V2C8.75024 1.59 8.41024 1.25 8.00024 1.25C7.59024 1.25 7.25024 1.59 7.25024 2V3.56C4.55024 3.81 3.24023 5.42 3.04023 7.81C3.02023 8.1 3.26023 8.34 3.54023 8.34H20.4602C20.7502 8.34 20.9902 8.09 20.9602 7.81C20.7602 5.42 19.4502 3.81 16.7502 3.56Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M21 10.8401V12.5801C21 13.1901 20.46 13.6601 19.86 13.5601C19.58 13.5201 19.29 13.4901 19 13.4901C15.97 13.4901 13.5 15.9601 13.5 18.9901C13.5 19.4501 13.68 20.0901 13.87 20.6701C14.09 21.3201 13.61 21.9901 12.92 21.9901H8C4.5 21.9901 3 19.9901 3 16.9901V10.8301C3 10.2801 3.45 9.83008 4 9.83008H20C20.55 9.84008 21 10.2901 21 10.8401Z\" fill=\"\"/>\n<path d=\"M19 15C16.79 15 15 16.79 15 19C15 21.21 16.79 23 19 23C21.21 23 23 21.21 23 19C23 16.79 21.21 15 19 15ZM20.6 20.64C20.45 20.79 20.26 20.86 20.07 20.86C19.88 20.86 19.69 20.79 19.54 20.64L19.01 20.11L18.46 20.66C18.31 20.81 18.12 20.88 17.93 20.88C17.74 20.88 17.55 20.81 17.4 20.66C17.11 20.37 17.11 19.89 17.4 19.6L17.95 19.05L17.42 18.52C17.13 18.23 17.13 17.75 17.42 17.46C17.71 17.17 18.19 17.17 18.48 17.46L19.01 17.99L19.51 17.49C19.8 17.2 20.28 17.2 20.57 17.49C20.86 17.78 20.86 18.26 20.57 18.55L20.07 19.05L20.6 19.58C20.89 19.88 20.89 20.35 20.6 20.64Z\" fill=\"\"/>\n<path d=\"M8.5 14.9999C8.24 14.9999 7.98 14.8899 7.79 14.7099C7.61 14.5199 7.5 14.2599 7.5 13.9999C7.5 13.7399 7.61 13.4799 7.79 13.2899C8.02 13.0599 8.37 12.9499 8.7 13.0199C8.76 13.0299 8.82 13.0499 8.88 13.0799C8.94 13.0999 9 13.1299 9.06 13.1699C9.11 13.2099 9.16 13.2499 9.21 13.2899C9.39 13.4799 9.5 13.7399 9.5 13.9999C9.5 14.2599 9.39 14.5199 9.21 14.7099C9.16 14.7499 9.11 14.7899 9.06 14.8299C9 14.8699 8.94 14.8999 8.88 14.9199C8.82 14.9499 8.76 14.9699 8.7 14.9799C8.63 14.9899 8.56 14.9999 8.5 14.9999Z\" fill=\"\"/>\n<path d=\"M12 14.9999C11.74 14.9999 11.48 14.8899 11.29 14.7099C11.11 14.5199 11 14.2599 11 13.9999C11 13.7399 11.11 13.48 11.29 13.29C11.67 12.92 12.34 12.92 12.71 13.29C12.89 13.48 13 13.7399 13 13.9999C13 14.2599 12.89 14.5199 12.71 14.7099C12.52 14.8899 12.26 14.9999 12 14.9999Z\" fill=\"\"/>\n<path d=\"M8.5 18.4999C8.24 18.4999 7.98 18.3899 7.79 18.2099C7.61 18.0199 7.5 17.7599 7.5 17.4999C7.5 17.2399 7.61 16.9799 7.79 16.7899C7.89 16.6999 7.99 16.6299 8.12 16.5799C8.49 16.4199 8.93 16.5099 9.21 16.7899C9.39 16.9799 9.5 17.2399 9.5 17.4999C9.5 17.7599 9.39 18.0199 9.21 18.2099C9.02 18.3899 8.76 18.4999 8.5 18.4999Z\" fill=\"\"/>\n</svg>\n</li><li title=\"calendar search \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M20 9.84009C20.55 9.84009 21 10.2901 21 10.8401V17.0001C21 20.0001 19.5 22.0001 16 22.0001H8C4.5 22.0001 3 20.0001 3 17.0001V10.8401C3 10.2901 3.45 9.84009 4 9.84009H20Z\" fill=\"\"/>\n<path d=\"M16.7502 3.56V2C16.7502 1.59 16.4102 1.25 16.0002 1.25C15.5902 1.25 15.2502 1.59 15.2502 2V3.5H8.75024V2C8.75024 1.59 8.41024 1.25 8.00024 1.25C7.59024 1.25 7.25024 1.59 7.25024 2V3.56C4.55024 3.81 3.24023 5.42 3.04023 7.81C3.02023 8.1 3.26023 8.34 3.54023 8.34H20.4602C20.7502 8.34 20.9902 8.09 20.9602 7.81C20.7602 5.42 19.4502 3.81 16.7502 3.56Z\" fill=\"\"/>\n<path d=\"M15.6609 18.47L14.9209 17.73C15.3009 17.15 15.5309 16.45 15.5309 15.7C15.5309 13.66 13.8709 12 11.8309 12C9.79086 12 8.13086 13.66 8.13086 15.7C8.13086 17.74 9.79086 19.4 11.8309 19.4C12.5809 19.4 13.2809 19.17 13.8609 18.79L14.6009 19.53C14.7509 19.68 14.9409 19.75 15.1309 19.75C15.3209 19.75 15.5109 19.68 15.6609 19.53C15.9509 19.24 15.9509 18.76 15.6609 18.47Z\" fill=\"\"/>\n</svg>\n</li><li title=\"calendar tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.7502 3.56V2C16.7502 1.59 16.4102 1.25 16.0002 1.25C15.5902 1.25 15.2502 1.59 15.2502 2V3.5H8.75023V2C8.75023 1.59 8.41023 1.25 8.00023 1.25C7.59023 1.25 7.25023 1.59 7.25023 2V3.56C4.55023 3.81 3.24023 5.42 3.04023 7.81C3.02023 8.1 3.26023 8.34 3.54023 8.34H20.4602C20.7502 8.34 20.9902 8.09 20.9602 7.81C20.7602 5.42 19.4502 3.81 16.7502 3.56Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M21 10.8401V12.5801C21 13.1901 20.46 13.6601 19.86 13.5601C19.58 13.5201 19.29 13.4901 19 13.4901C15.97 13.4901 13.5 15.9601 13.5 18.9901C13.5 19.4501 13.68 20.0901 13.87 20.6701C14.09 21.3201 13.61 21.9901 12.92 21.9901H8C4.5 21.9901 3 19.9901 3 16.9901V10.8301C3 10.2801 3.45 9.83008 4 9.83008H20C20.55 9.84008 21 10.2901 21 10.8401Z\" fill=\"\"/>\n<path d=\"M19 15C16.79 15 15 16.79 15 19C15 19.75 15.21 20.46 15.58 21.06C16.27 22.22 17.54 23 19 23C20.46 23 21.73 22.22 22.42 21.06C22.79 20.46 23 19.75 23 19C23 16.79 21.21 15 19 15ZM21.07 18.57L18.94 20.54C18.8 20.67 18.61 20.74 18.43 20.74C18.24 20.74 18.05 20.67 17.9 20.52L16.91 19.53C16.62 19.24 16.62 18.76 16.91 18.47C17.2 18.18 17.68 18.18 17.97 18.47L18.45 18.95L20.05 17.47C20.35 17.19 20.83 17.21 21.11 17.51C21.39 17.81 21.37 18.28 21.07 18.57Z\" fill=\"\"/>\n<path d=\"M8.5 14.9999C8.24 14.9999 7.98 14.8899 7.79 14.7099C7.61 14.5199 7.5 14.2599 7.5 13.9999C7.5 13.7399 7.61 13.4799 7.79 13.2899C8.02 13.0599 8.37 12.9499 8.7 13.0199C8.76 13.0299 8.82 13.0499 8.88 13.0799C8.94 13.0999 9 13.1299 9.06 13.1699C9.11 13.2099 9.16 13.2499 9.21 13.2899C9.39 13.4799 9.5 13.7399 9.5 13.9999C9.5 14.2599 9.39 14.5199 9.21 14.7099C9.16 14.7499 9.11 14.7899 9.06 14.8299C9 14.8699 8.94 14.8999 8.88 14.9199C8.82 14.9499 8.76 14.9699 8.7 14.9799C8.63 14.9899 8.56 14.9999 8.5 14.9999Z\" fill=\"\"/>\n<path d=\"M12 14.9999C11.74 14.9999 11.48 14.8899 11.29 14.7099C11.11 14.5199 11 14.2599 11 13.9999C11 13.7399 11.11 13.48 11.29 13.29C11.67 12.92 12.34 12.92 12.71 13.29C12.89 13.48 13 13.7399 13 13.9999C13 14.2599 12.89 14.5199 12.71 14.7099C12.52 14.8899 12.26 14.9999 12 14.9999Z\" fill=\"\"/>\n<path d=\"M8.5 18.4999C8.24 18.4999 7.98 18.3899 7.79 18.2099C7.61 18.0199 7.5 17.7599 7.5 17.4999C7.5 17.2399 7.61 16.9799 7.79 16.7899C7.89 16.6999 7.99 16.6299 8.12 16.5799C8.49 16.4199 8.93 16.5099 9.21 16.7899C9.39 16.9799 9.5 17.2399 9.5 17.4999C9.5 17.7599 9.39 18.0199 9.21 18.2099C9.02 18.3899 8.76 18.4999 8.5 18.4999Z\" fill=\"\"/>\n</svg>\n</li><li title=\"calendar \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.7502 3.56V2C16.7502 1.59 16.4102 1.25 16.0002 1.25C15.5902 1.25 15.2502 1.59 15.2502 2V3.5H8.75023V2C8.75023 1.59 8.41023 1.25 8.00023 1.25C7.59023 1.25 7.25023 1.59 7.25023 2V3.56C4.55023 3.81 3.24023 5.42 3.04023 7.81C3.02023 8.1 3.26023 8.34 3.54023 8.34H20.4602C20.7502 8.34 20.9902 8.09 20.9602 7.81C20.7602 5.42 19.4502 3.81 16.7502 3.56Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M20 9.84009C20.55 9.84009 21 10.2901 21 10.8401V17.0001C21 20.0001 19.5 22.0001 16 22.0001H8C4.5 22.0001 3 20.0001 3 17.0001V10.8401C3 10.2901 3.45 9.84009 4 9.84009H20Z\" fill=\"\"/>\n<path d=\"M8.5 14.9999C8.24 14.9999 7.98 14.8899 7.79 14.7099C7.61 14.5199 7.5 14.2599 7.5 13.9999C7.5 13.7399 7.61 13.4799 7.79 13.2899C8.07 13.0099 8.51 12.9199 8.88 13.0799C9.01 13.1299 9.12 13.1999 9.21 13.2899C9.39 13.4799 9.5 13.7399 9.5 13.9999C9.5 14.2599 9.39 14.5199 9.21 14.7099C9.02 14.8899 8.76 14.9999 8.5 14.9999Z\" fill=\"\"/>\n<path d=\"M12 14.9999C11.74 14.9999 11.48 14.8899 11.29 14.7099C11.11 14.5199 11 14.2599 11 13.9999C11 13.7399 11.11 13.4799 11.29 13.2899C11.38 13.1999 11.49 13.1299 11.62 13.0799C11.99 12.9199 12.43 13.0099 12.71 13.2899C12.89 13.4799 13 13.7399 13 13.9999C13 14.2599 12.89 14.5199 12.71 14.7099C12.66 14.7499 12.61 14.7899 12.56 14.8299C12.5 14.8699 12.44 14.8999 12.38 14.9199C12.32 14.9499 12.26 14.9699 12.2 14.9799C12.13 14.9899 12.07 14.9999 12 14.9999Z\" fill=\"\"/>\n<path d=\"M15.5 15C15.24 15 14.98 14.89 14.79 14.71C14.61 14.52 14.5 14.26 14.5 14C14.5 13.74 14.61 13.48 14.79 13.29C14.89 13.2 14.99 13.13 15.12 13.08C15.3 13 15.5 12.98 15.7 13.02C15.76 13.03 15.82 13.05 15.88 13.08C15.94 13.1 16 13.13 16.06 13.17C16.11 13.21 16.16 13.25 16.21 13.29C16.39 13.48 16.5 13.74 16.5 14C16.5 14.26 16.39 14.52 16.21 14.71C16.16 14.75 16.11 14.79 16.06 14.83C16 14.87 15.94 14.9 15.88 14.92C15.82 14.95 15.76 14.97 15.7 14.98C15.63 14.99 15.56 15 15.5 15Z\" fill=\"\"/>\n<path d=\"M8.5 18.5C8.37 18.5 8.24 18.47 8.12 18.42C7.99 18.37 7.89 18.3 7.79 18.21C7.61 18.02 7.5 17.76 7.5 17.5C7.5 17.24 7.61 16.98 7.79 16.79C7.89 16.7 7.99 16.63 8.12 16.58C8.3 16.5 8.5 16.48 8.7 16.52C8.76 16.53 8.82 16.55 8.88 16.58C8.94 16.6 9 16.63 9.06 16.67C9.11 16.71 9.16 16.75 9.21 16.79C9.39 16.98 9.5 17.24 9.5 17.5C9.5 17.76 9.39 18.02 9.21 18.21C9.16 18.25 9.11 18.3 9.06 18.33C9 18.37 8.94 18.4 8.88 18.42C8.82 18.45 8.76 18.47 8.7 18.48C8.63 18.49 8.57 18.5 8.5 18.5Z\" fill=\"\"/>\n<path d=\"M12 18.4999C11.74 18.4999 11.48 18.3899 11.29 18.2099C11.11 18.0199 11 17.7599 11 17.4999C11 17.2399 11.11 16.98 11.29 16.79C11.66 16.42 12.34 16.42 12.71 16.79C12.89 16.98 13 17.2399 13 17.4999C13 17.7599 12.89 18.0199 12.71 18.2099C12.52 18.3899 12.26 18.4999 12 18.4999Z\" fill=\"\"/>\n<path d=\"M15.5 18.4999C15.24 18.4999 14.98 18.3899 14.79 18.2099C14.61 18.0199 14.5 17.7599 14.5 17.4999C14.5 17.2399 14.61 16.98 14.79 16.79C15.16 16.42 15.84 16.42 16.21 16.79C16.39 16.98 16.5 17.2399 16.5 17.4999C16.5 17.7599 16.39 18.0199 16.21 18.2099C16.02 18.3899 15.76 18.4999 15.5 18.4999Z\" fill=\"\"/>\n</svg>\n</li><li title=\"call add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.5 5.25H18.75V3.5C18.75 3.09 18.41 2.75 18 2.75C17.59 2.75 17.25 3.09 17.25 3.5V5.25H15.5C15.09 5.25 14.75 5.59 14.75 6C14.75 6.41 15.09 6.75 15.5 6.75H17.25V8.5C17.25 8.91 17.59 9.25 18 9.25C18.41 9.25 18.75 8.91 18.75 8.5V6.75H20.5C20.91 6.75 21.25 6.41 21.25 6C21.25 5.59 20.91 5.25 20.5 5.25Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M11.79 14.21L8.52 17.48C8.16 17.16 7.81 16.83 7.47 16.49C6.44 15.45 5.51 14.36 4.68 13.22C3.86 12.08 3.2 10.94 2.72 9.81C2.24 8.67 2 7.58 2 6.54C2 5.86 2.12 5.21 2.36 4.61C2.6 4 2.98 3.44 3.51 2.94C4.15 2.31 4.85 2 5.59 2C5.87 2 6.15 2.06 6.4 2.18C6.66 2.3 6.89 2.48 7.07 2.74L9.39 6.01C9.57 6.26 9.7 6.49 9.79 6.71C9.88 6.92 9.93 7.13 9.93 7.32C9.93 7.56 9.86 7.8 9.72 8.03C9.59 8.26 9.4 8.5 9.16 8.74L8.4 9.53C8.29 9.64 8.24 9.77 8.24 9.93C8.24 10.01 8.25 10.08 8.27 10.16C8.3 10.24 8.33 10.3 8.35 10.36C8.53 10.69 8.84 11.12 9.28 11.64C9.73 12.16 10.21 12.69 10.73 13.22C11.09 13.57 11.44 13.91 11.79 14.21Z\" fill=\"\"/>\n<path d=\"M21.9696 18.33C21.9696 18.61 21.9196 18.9 21.8196 19.18C21.7896 19.26 21.7596 19.34 21.7196 19.42C21.5496 19.78 21.3296 20.12 21.0396 20.44C20.5496 20.98 20.0096 21.37 19.3996 21.62C19.3896 21.62 19.3796 21.63 19.3696 21.63C18.7796 21.87 18.1396 22 17.4496 22C16.4296 22 15.3396 21.76 14.1896 21.27C13.0396 20.78 11.8896 20.12 10.7496 19.29C10.3596 19 9.96961 18.71 9.59961 18.4L12.8696 15.13C13.1496 15.34 13.3996 15.5 13.6096 15.61C13.6596 15.63 13.7196 15.66 13.7896 15.69C13.8696 15.72 13.9496 15.73 14.0396 15.73C14.2096 15.73 14.3396 15.67 14.4496 15.56L15.2096 14.81C15.4596 14.56 15.6996 14.37 15.9296 14.25C16.1596 14.11 16.3896 14.04 16.6396 14.04C16.8296 14.04 17.0296 14.08 17.2496 14.17C17.4696 14.26 17.6996 14.39 17.9496 14.56L21.2596 16.91C21.5196 17.09 21.6996 17.3 21.8096 17.55C21.9096 17.8 21.9696 18.05 21.9696 18.33Z\" fill=\"\"/>\n</svg>\n</li><li title=\"call calling \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.62 10.7501C17.19 10.7501 16.85 10.4001 16.85 9.9801C16.85 9.6101 16.48 8.8401 15.86 8.1701C15.25 7.5201 14.58 7.1401 14.02 7.1401C13.59 7.1401 13.25 6.7901 13.25 6.3701C13.25 5.9501 13.6 5.6001 14.02 5.6001C15.02 5.6001 16.07 6.1401 16.99 7.1101C17.85 8.0201 18.4 9.1501 18.4 9.9701C18.4 10.4001 18.05 10.7501 17.62 10.7501Z\" fill=\"\"/>\n<path d=\"M21.2298 10.75C20.7998 10.75 20.4598 10.4 20.4598 9.98C20.4598 6.43 17.5698 3.55 14.0298 3.55C13.5998 3.55 13.2598 3.2 13.2598 2.78C13.2598 2.36 13.5998 2 14.0198 2C18.4198 2 21.9998 5.58 21.9998 9.98C21.9998 10.4 21.6498 10.75 21.2298 10.75Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M11.79 14.21L8.52 17.48C8.16 17.16 7.81 16.83 7.47 16.49C6.44 15.45 5.51 14.36 4.68 13.22C3.86 12.08 3.2 10.94 2.72 9.81C2.24 8.67 2 7.58 2 6.54C2 5.86 2.12 5.21 2.36 4.61C2.6 4 2.98 3.44 3.51 2.94C4.15 2.31 4.85 2 5.59 2C5.87 2 6.15 2.06 6.4 2.18C6.66 2.3 6.89 2.48 7.07 2.74L9.39 6.01C9.57 6.26 9.7 6.49 9.79 6.71C9.88 6.92 9.93 7.13 9.93 7.32C9.93 7.56 9.86 7.8 9.72 8.03C9.59 8.26 9.4 8.5 9.16 8.74L8.4 9.53C8.29 9.64 8.24 9.77 8.24 9.93C8.24 10.01 8.25 10.08 8.27 10.16C8.3 10.24 8.33 10.3 8.35 10.36C8.53 10.69 8.84 11.12 9.28 11.64C9.73 12.16 10.21 12.69 10.73 13.22C11.09 13.57 11.44 13.91 11.79 14.21Z\" fill=\"\"/>\n<path d=\"M21.9696 18.33C21.9696 18.61 21.9196 18.9 21.8196 19.18C21.7896 19.26 21.7596 19.34 21.7196 19.42C21.5496 19.78 21.3296 20.12 21.0396 20.44C20.5496 20.98 20.0096 21.37 19.3996 21.62C19.3896 21.62 19.3796 21.63 19.3696 21.63C18.7796 21.87 18.1396 22 17.4496 22C16.4296 22 15.3396 21.76 14.1896 21.27C13.0396 20.78 11.8896 20.12 10.7496 19.29C10.3596 19 9.96961 18.71 9.59961 18.4L12.8696 15.13C13.1496 15.34 13.3996 15.5 13.6096 15.61C13.6596 15.63 13.7196 15.66 13.7896 15.69C13.8696 15.72 13.9496 15.73 14.0396 15.73C14.2096 15.73 14.3396 15.67 14.4496 15.56L15.2096 14.81C15.4596 14.56 15.6996 14.37 15.9296 14.25C16.1596 14.11 16.3896 14.04 16.6396 14.04C16.8296 14.04 17.0296 14.08 17.2496 14.17C17.4696 14.26 17.6996 14.39 17.9496 14.56L21.2596 16.91C21.5196 17.09 21.6996 17.3 21.8096 17.55C21.9096 17.8 21.9696 18.05 21.9696 18.33Z\" fill=\"\"/>\n</svg>\n</li><li title=\"call incoming \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.9992 8.55H16.1992C15.7892 8.55 15.4492 8.21 15.4492 7.8V3C15.4492 2.59 15.7892 2.25 16.1992 2.25C16.6092 2.25 16.9492 2.59 16.9492 3V7.05H20.9992C21.4092 7.05 21.7492 7.39 21.7492 7.8C21.7492 8.21 21.4092 8.55 20.9992 8.55Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M11.79 14.21L8.52 17.48C8.16 17.16 7.81 16.83 7.47 16.49C6.44 15.45 5.51 14.36 4.68 13.22C3.86 12.08 3.2 10.94 2.72 9.81C2.24 8.67 2 7.58 2 6.54C2 5.86 2.12 5.21 2.36 4.61C2.6 4 2.98 3.44 3.51 2.94C4.15 2.31 4.85 2 5.59 2C5.87 2 6.15 2.06 6.4 2.18C6.66 2.3 6.89 2.48 7.07 2.74L9.39 6.01C9.57 6.26 9.7 6.49 9.79 6.71C9.88 6.92 9.93 7.13 9.93 7.32C9.93 7.56 9.86 7.8 9.72 8.03C9.59 8.26 9.4 8.5 9.16 8.74L8.4 9.53C8.29 9.64 8.24 9.77 8.24 9.93C8.24 10.01 8.25 10.08 8.27 10.16C8.3 10.24 8.33 10.3 8.35 10.36C8.53 10.69 8.84 11.12 9.28 11.64C9.73 12.16 10.21 12.69 10.73 13.22C11.09 13.57 11.44 13.91 11.79 14.21Z\" fill=\"\"/>\n<path d=\"M21.9696 18.33C21.9696 18.61 21.9196 18.9 21.8196 19.18C21.7896 19.26 21.7596 19.34 21.7196 19.42C21.5496 19.78 21.3296 20.12 21.0396 20.44C20.5496 20.98 20.0096 21.37 19.3996 21.62C19.3896 21.62 19.3796 21.63 19.3696 21.63C18.7796 21.87 18.1396 22 17.4496 22C16.4296 22 15.3396 21.76 14.1896 21.27C13.0396 20.78 11.8896 20.12 10.7496 19.29C10.3596 19 9.96961 18.71 9.59961 18.4L12.8696 15.13C13.1496 15.34 13.3996 15.5 13.6096 15.61C13.6596 15.63 13.7196 15.66 13.7896 15.69C13.8696 15.72 13.9496 15.73 14.0396 15.73C14.2096 15.73 14.3396 15.67 14.4496 15.56L15.2096 14.81C15.4596 14.56 15.6996 14.37 15.9296 14.25C16.1596 14.11 16.3896 14.04 16.6396 14.04C16.8296 14.04 17.0296 14.08 17.2496 14.17C17.4696 14.26 17.6996 14.39 17.9496 14.56L21.2596 16.91C21.5196 17.09 21.6996 17.3 21.8096 17.55C21.9096 17.8 21.9696 18.05 21.9696 18.33Z\" fill=\"\"/>\n</svg>\n</li><li title=\"call minus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.5 6.75H15.5C15.09 6.75 14.75 6.41 14.75 6C14.75 5.59 15.09 5.25 15.5 5.25H20.5C20.91 5.25 21.25 5.59 21.25 6C21.25 6.41 20.91 6.75 20.5 6.75Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M11.79 14.21L8.52 17.48C8.16 17.16 7.81 16.83 7.47 16.49C6.44 15.45 5.51 14.36 4.68 13.22C3.86 12.08 3.2 10.94 2.72 9.81C2.24 8.67 2 7.58 2 6.54C2 5.86 2.12 5.21 2.36 4.61C2.6 4 2.98 3.44 3.51 2.94C4.15 2.31 4.85 2 5.59 2C5.87 2 6.15 2.06 6.4 2.18C6.66 2.3 6.89 2.48 7.07 2.74L9.39 6.01C9.57 6.26 9.7 6.49 9.79 6.71C9.88 6.92 9.93 7.13 9.93 7.32C9.93 7.56 9.86 7.8 9.72 8.03C9.59 8.26 9.4 8.5 9.16 8.74L8.4 9.53C8.29 9.64 8.24 9.77 8.24 9.93C8.24 10.01 8.25 10.08 8.27 10.16C8.3 10.24 8.33 10.3 8.35 10.36C8.53 10.69 8.84 11.12 9.28 11.64C9.73 12.16 10.21 12.69 10.73 13.22C11.09 13.57 11.44 13.91 11.79 14.21Z\" fill=\"\"/>\n<path d=\"M21.9696 18.33C21.9696 18.61 21.9196 18.9 21.8196 19.18C21.7896 19.26 21.7596 19.34 21.7196 19.42C21.5496 19.78 21.3296 20.12 21.0396 20.44C20.5496 20.98 20.0096 21.37 19.3996 21.62C19.3896 21.62 19.3796 21.63 19.3696 21.63C18.7796 21.87 18.1396 22 17.4496 22C16.4296 22 15.3396 21.76 14.1896 21.27C13.0396 20.78 11.8896 20.12 10.7496 19.29C10.3596 19 9.96961 18.71 9.59961 18.4L12.8696 15.13C13.1496 15.34 13.3996 15.5 13.6096 15.61C13.6596 15.63 13.7196 15.66 13.7896 15.69C13.8696 15.72 13.9496 15.73 14.0396 15.73C14.2096 15.73 14.3396 15.67 14.4496 15.56L15.2096 14.81C15.4596 14.56 15.6996 14.37 15.9296 14.25C16.1596 14.11 16.3896 14.04 16.6396 14.04C16.8296 14.04 17.0296 14.08 17.2496 14.17C17.4696 14.26 17.6996 14.39 17.9496 14.56L21.2596 16.91C21.5196 17.09 21.6996 17.3 21.8096 17.55C21.9096 17.8 21.9696 18.05 21.9696 18.33Z\" fill=\"\"/>\n</svg>\n</li><li title=\"call outgoing \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.9992 9.55C19.5892 9.55 19.2492 9.21 19.2492 8.8V4.75H15.1992C14.7892 4.75 14.4492 4.41 14.4492 4C14.4492 3.59 14.7892 3.25 15.1992 3.25H19.9992C20.4092 3.25 20.7492 3.59 20.7492 4V8.8C20.7492 9.21 20.4092 9.55 19.9992 9.55Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M11.79 14.21L8.52 17.48C8.16 17.16 7.81 16.83 7.47 16.49C6.44 15.45 5.51 14.36 4.68 13.22C3.86 12.08 3.2 10.94 2.72 9.81C2.24 8.67 2 7.58 2 6.54C2 5.86 2.12 5.21 2.36 4.61C2.6 4 2.98 3.44 3.51 2.94C4.15 2.31 4.85 2 5.59 2C5.87 2 6.15 2.06 6.4 2.18C6.66 2.3 6.89 2.48 7.07 2.74L9.39 6.01C9.57 6.26 9.7 6.49 9.79 6.71C9.88 6.92 9.93 7.13 9.93 7.32C9.93 7.56 9.86 7.8 9.72 8.03C9.59 8.26 9.4 8.5 9.16 8.74L8.4 9.53C8.29 9.64 8.24 9.77 8.24 9.93C8.24 10.01 8.25 10.08 8.27 10.16C8.3 10.24 8.33 10.3 8.35 10.36C8.53 10.69 8.84 11.12 9.28 11.64C9.73 12.16 10.21 12.69 10.73 13.22C11.09 13.57 11.44 13.91 11.79 14.21Z\" fill=\"\"/>\n<path d=\"M21.9696 18.33C21.9696 18.61 21.9196 18.9 21.8196 19.18C21.7896 19.26 21.7596 19.34 21.7196 19.42C21.5496 19.78 21.3296 20.12 21.0396 20.44C20.5496 20.98 20.0096 21.37 19.3996 21.62C19.3896 21.62 19.3796 21.63 19.3696 21.63C18.7796 21.87 18.1396 22 17.4496 22C16.4296 22 15.3396 21.76 14.1896 21.27C13.0396 20.78 11.8896 20.12 10.7496 19.29C10.3596 19 9.96961 18.71 9.59961 18.4L12.8696 15.13C13.1496 15.34 13.3996 15.5 13.6096 15.61C13.6596 15.63 13.7196 15.66 13.7896 15.69C13.8696 15.72 13.9496 15.73 14.0396 15.73C14.2096 15.73 14.3396 15.67 14.4496 15.56L15.2096 14.81C15.4596 14.56 15.6996 14.37 15.9296 14.25C16.1596 14.11 16.3896 14.04 16.6396 14.04C16.8296 14.04 17.0296 14.08 17.2496 14.17C17.4696 14.26 17.6996 14.39 17.9496 14.56L21.2596 16.91C21.5196 17.09 21.6996 17.3 21.8096 17.55C21.9096 17.8 21.9696 18.05 21.9696 18.33Z\" fill=\"\"/>\n</svg>\n</li><li title=\"call received \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.9995 8.71992C16.8095 8.71992 16.6195 8.64992 16.4695 8.49992L14.4695 6.49992C14.1795 6.20992 14.1795 5.72992 14.4695 5.43992C14.7595 5.14992 15.2395 5.14992 15.5295 5.43992L16.9995 6.90992L20.4695 3.44992C20.7595 3.15992 21.2395 3.15992 21.5295 3.44992C21.8195 3.73992 21.8195 4.21992 21.5295 4.50992L17.5295 8.50992C17.3795 8.63992 17.1895 8.71992 16.9995 8.71992Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M11.79 14.21L8.52 17.48C8.16 17.16 7.81 16.83 7.47 16.49C6.44 15.45 5.51 14.36 4.68 13.22C3.86 12.08 3.2 10.94 2.72 9.81C2.24 8.67 2 7.58 2 6.54C2 5.86 2.12 5.21 2.36 4.61C2.6 4 2.98 3.44 3.51 2.94C4.15 2.31 4.85 2 5.59 2C5.87 2 6.15 2.06 6.4 2.18C6.66 2.3 6.89 2.48 7.07 2.74L9.39 6.01C9.57 6.26 9.7 6.49 9.79 6.71C9.88 6.92 9.93 7.13 9.93 7.32C9.93 7.56 9.86 7.8 9.72 8.03C9.59 8.26 9.4 8.5 9.16 8.74L8.4 9.53C8.29 9.64 8.24 9.77 8.24 9.93C8.24 10.01 8.25 10.08 8.27 10.16C8.3 10.24 8.33 10.3 8.35 10.36C8.53 10.69 8.84 11.12 9.28 11.64C9.73 12.16 10.21 12.69 10.73 13.22C11.09 13.57 11.44 13.91 11.79 14.21Z\" fill=\"\"/>\n<path d=\"M21.9696 18.33C21.9696 18.61 21.9196 18.9 21.8196 19.18C21.7896 19.26 21.7596 19.34 21.7196 19.42C21.5496 19.78 21.3296 20.12 21.0396 20.44C20.5496 20.98 20.0096 21.37 19.3996 21.62C19.3896 21.62 19.3796 21.63 19.3696 21.63C18.7796 21.87 18.1396 22 17.4496 22C16.4296 22 15.3396 21.76 14.1896 21.27C13.0396 20.78 11.8896 20.12 10.7496 19.29C10.3596 19 9.96961 18.71 9.59961 18.4L12.8696 15.13C13.1496 15.34 13.3996 15.5 13.6096 15.61C13.6596 15.63 13.7196 15.66 13.7896 15.69C13.8696 15.72 13.9496 15.73 14.0396 15.73C14.2096 15.73 14.3396 15.67 14.4496 15.56L15.2096 14.81C15.4596 14.56 15.6996 14.37 15.9296 14.25C16.1596 14.11 16.3896 14.04 16.6396 14.04C16.8296 14.04 17.0296 14.08 17.2496 14.17C17.4696 14.26 17.6996 14.39 17.9496 14.56L21.2596 16.91C21.5196 17.09 21.6996 17.3 21.8096 17.55C21.9096 17.8 21.9696 18.05 21.9696 18.33Z\" fill=\"\"/>\n</svg>\n</li><li title=\"call remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.0599 5.99992L20.2999 4.75992C20.5899 4.46992 20.5899 3.98992 20.2999 3.69992C20.0099 3.40992 19.5299 3.40992 19.2399 3.69992L17.9999 4.93992L16.7599 3.69992C16.4699 3.40992 15.9899 3.40992 15.6999 3.69992C15.4099 3.98992 15.4099 4.46992 15.6999 4.75992L16.9399 5.99992L15.6999 7.23992C15.4099 7.52992 15.4099 8.00992 15.6999 8.29992C15.8499 8.44992 16.0399 8.51992 16.2299 8.51992C16.4199 8.51992 16.6099 8.44992 16.7599 8.29992L17.9999 7.05992L19.2399 8.29992C19.3899 8.44992 19.5799 8.51992 19.7699 8.51992C19.9599 8.51992 20.1499 8.44992 20.2999 8.29992C20.5899 8.00992 20.5899 7.52992 20.2999 7.23992L19.0599 5.99992Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M11.79 14.21L8.52 17.48C8.16 17.16 7.81 16.83 7.47 16.49C6.44 15.45 5.51 14.36 4.68 13.22C3.86 12.08 3.2 10.94 2.72 9.81C2.24 8.67 2 7.58 2 6.54C2 5.86 2.12 5.21 2.36 4.61C2.6 4 2.98 3.44 3.51 2.94C4.15 2.31 4.85 2 5.59 2C5.87 2 6.15 2.06 6.4 2.18C6.66 2.3 6.89 2.48 7.07 2.74L9.39 6.01C9.57 6.26 9.7 6.49 9.79 6.71C9.88 6.92 9.93 7.13 9.93 7.32C9.93 7.56 9.86 7.8 9.72 8.03C9.59 8.26 9.4 8.5 9.16 8.74L8.4 9.53C8.29 9.64 8.24 9.77 8.24 9.93C8.24 10.01 8.25 10.08 8.27 10.16C8.3 10.24 8.33 10.3 8.35 10.36C8.53 10.69 8.84 11.12 9.28 11.64C9.73 12.16 10.21 12.69 10.73 13.22C11.09 13.57 11.44 13.91 11.79 14.21Z\" fill=\"\"/>\n<path d=\"M21.9696 18.33C21.9696 18.61 21.9196 18.9 21.8196 19.18C21.7896 19.26 21.7596 19.34 21.7196 19.42C21.5496 19.78 21.3296 20.12 21.0396 20.44C20.5496 20.98 20.0096 21.37 19.3996 21.62C19.3896 21.62 19.3796 21.63 19.3696 21.63C18.7796 21.87 18.1396 22 17.4496 22C16.4296 22 15.3396 21.76 14.1896 21.27C13.0396 20.78 11.8896 20.12 10.7496 19.29C10.3596 19 9.96961 18.71 9.59961 18.4L12.8696 15.13C13.1496 15.34 13.3996 15.5 13.6096 15.61C13.6596 15.63 13.7196 15.66 13.7896 15.69C13.8696 15.72 13.9496 15.73 14.0396 15.73C14.2096 15.73 14.3396 15.67 14.4496 15.56L15.2096 14.81C15.4596 14.56 15.6996 14.37 15.9296 14.25C16.1596 14.11 16.3896 14.04 16.6396 14.04C16.8296 14.04 17.0296 14.08 17.2496 14.17C17.4696 14.26 17.6996 14.39 17.9496 14.56L21.2596 16.91C21.5196 17.09 21.6996 17.3 21.8096 17.55C21.9096 17.8 21.9696 18.05 21.9696 18.33Z\" fill=\"\"/>\n</svg>\n</li><li title=\"call slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22.0005 18.33C22.0005 18.69 21.9205 19.06 21.7505 19.42C21.5805 19.78 21.3605 20.12 21.0705 20.44C20.5805 20.98 20.0405 21.37 19.4305 21.62C18.8305 21.87 18.1705 22 17.4705 22C16.4505 22 15.3605 21.76 14.2105 21.27C13.0605 20.78 11.9005 20.12 10.7605 19.29C10.1805 18.86 9.61055 18.42 9.06055 17.94L12.3205 14.68C12.3305 14.68 12.3305 14.68 12.3405 14.69C12.8605 15.13 13.2905 15.43 13.6305 15.61C13.6805 15.63 13.7405 15.66 13.8105 15.69C13.8905 15.72 13.9705 15.73 14.0605 15.73C14.2305 15.73 14.3605 15.67 14.4705 15.56L15.2305 14.81C15.4805 14.56 15.7205 14.37 15.9505 14.25C16.1805 14.11 16.4105 14.04 16.6605 14.04C16.8505 14.04 17.0505 14.08 17.2705 14.17C17.4905 14.26 17.7205 14.39 17.9705 14.56L21.2905 16.91C21.5505 17.09 21.7305 17.3 21.8405 17.55C21.9405 17.8 22.0005 18.05 22.0005 18.33Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M10.76 13.24L7.5 16.5C7.49 16.5 7.49 16.5 7.48 16.49C6.45 15.45 5.52 14.36 4.68 13.22C3.87 12.1 3.22 10.97 2.74 9.86C2.73 9.84 2.73 9.83 2.72 9.81C2.24 8.67 2 7.58 2 6.54C2 5.86 2.12 5.21 2.36 4.61C2.56 4.1 2.86 3.62 3.27 3.19C3.34 3.11 3.42 3.02 3.51 2.94C3.67 2.78 3.83 2.64 4 2.53C4.01 2.53 4.01 2.53 4.01 2.53C4.51 2.17 5.04 2 5.6 2C5.88 2 6.16 2.06 6.41 2.18C6.65 2.29 6.86 2.45 7.03 2.68C7.05 2.7 7.06 2.72 7.08 2.74L9.4 6.01C9.58 6.26 9.71 6.49 9.8 6.71C9.89 6.92 9.94 7.13 9.94 7.32C9.94 7.56 9.87 7.8 9.73 8.03C9.6 8.26 9.41 8.5 9.17 8.74L8.41 9.53C8.3 9.64 8.25 9.77 8.25 9.93C8.25 10.01 8.26 10.08 8.28 10.16C8.31 10.24 8.34 10.3 8.36 10.36C8.54 10.69 8.85 11.12 9.29 11.64C9.74 12.16 10.22 12.69 10.74 13.22C10.75 13.23 10.75 13.23 10.76 13.24Z\" fill=\"\"/>\n<path d=\"M21.7709 2.22988C21.4709 1.92988 20.9809 1.92988 20.6809 2.22988L2.23086 20.6899C1.93086 20.9899 1.93086 21.4799 2.23086 21.7799C2.38086 21.9199 2.57086 21.9999 2.77086 21.9999C2.97086 21.9999 3.16086 21.9199 3.31086 21.7699L21.7709 3.30988C22.0809 3.00988 22.0809 2.52988 21.7709 2.22988Z\" fill=\"\"/>\n</svg>\n</li><li title=\"call \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M11.79 14.21L8.52 17.48C8.16 17.16 7.81 16.83 7.47 16.49C6.44 15.45 5.51 14.36 4.68 13.22C3.86 12.08 3.2 10.94 2.72 9.81C2.24 8.67 2 7.58 2 6.54C2 5.86 2.12 5.21 2.36 4.61C2.6 4 2.98 3.44 3.51 2.94C4.15 2.31 4.85 2 5.59 2C5.87 2 6.15 2.06 6.4 2.18C6.66 2.3 6.89 2.48 7.07 2.74L9.39 6.01C9.57 6.26 9.7 6.49 9.79 6.71C9.88 6.92 9.93 7.13 9.93 7.32C9.93 7.56 9.86 7.8 9.72 8.03C9.59 8.26 9.4 8.5 9.16 8.74L8.4 9.53C8.29 9.64 8.24 9.77 8.24 9.93C8.24 10.01 8.25 10.08 8.27 10.16C8.3 10.24 8.33 10.3 8.35 10.36C8.53 10.69 8.84 11.12 9.28 11.64C9.73 12.16 10.21 12.69 10.73 13.22C11.09 13.57 11.44 13.91 11.79 14.21Z\" fill=\"\"/>\n<path d=\"M21.9696 18.33C21.9696 18.61 21.9196 18.9 21.8196 19.18C21.7896 19.26 21.7596 19.34 21.7196 19.42C21.5496 19.78 21.3296 20.12 21.0396 20.44C20.5496 20.98 20.0096 21.37 19.3996 21.62C19.3896 21.62 19.3796 21.63 19.3696 21.63C18.7796 21.87 18.1396 22 17.4496 22C16.4296 22 15.3396 21.76 14.1896 21.27C13.0396 20.78 11.8896 20.12 10.7496 19.29C10.3596 19 9.96961 18.71 9.59961 18.4L12.8696 15.13C13.1496 15.34 13.3996 15.5 13.6096 15.61C13.6596 15.63 13.7196 15.66 13.7896 15.69C13.8696 15.72 13.9496 15.73 14.0396 15.73C14.2096 15.73 14.3396 15.67 14.4496 15.56L15.2096 14.81C15.4596 14.56 15.6996 14.37 15.9296 14.25C16.1596 14.11 16.3896 14.04 16.6396 14.04C16.8296 14.04 17.0296 14.08 17.2496 14.17C17.4696 14.26 17.6996 14.39 17.9496 14.56L21.2596 16.91C21.5196 17.09 21.6996 17.3 21.8096 17.55C21.9096 17.8 21.9696 18.05 21.9696 18.33Z\" fill=\"\"/>\n</svg>\n</li><li title=\"camera slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.7709 2.22988C21.4709 1.92988 20.9809 1.92988 20.6809 2.22988L2.23086 20.6899C1.93086 20.9899 1.93086 21.4799 2.23086 21.7799C2.38086 21.9199 2.57086 21.9999 2.77086 21.9999C2.97086 21.9999 3.16086 21.9199 3.31086 21.7699L21.7709 3.30988C22.0809 3.00988 22.0809 2.52988 21.7709 2.22988Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M21.7507 9.99L21.2307 18.25C21.1007 20.31 20.0007 22 17.2407 22H6.7607C6.1707 22 5.6607 21.92 5.2207 21.78L20.2507 6.75C21.2307 7.48 21.8407 8.67 21.7507 9.99Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M18.0002 6L3.48017 20.52C3.03017 19.89 2.82017 19.1 2.77017 18.25L2.25017 9.99C2.11017 7.83 3.83017 6 6.00017 6C6.61017 6 7.17017 5.65 7.45017 5.11L8.17017 3.66C8.63017 2.75 9.83017 2 10.8602 2H13.1502C14.1702 2 15.3702 2.75 15.8302 3.66L16.5502 5.11C16.8302 5.65 17.3902 6 18.0002 6Z\" fill=\"\"/>\n<path d=\"M9.5 10.75H6.5C6.09 10.75 5.75 10.41 5.75 10C5.75 9.59 6.09 9.25 6.5 9.25H9.5C9.91 9.25 10.25 9.59 10.25 10C10.25 10.41 9.91 10.75 9.5 10.75Z\" fill=\"\"/>\n<path d=\"M12.5709 11.4299L8.68086 15.3199C8.65086 15.1399 8.63086 14.9399 8.63086 14.7499C8.63086 12.8899 10.1409 11.3799 12.0009 11.3799C12.1909 11.3799 12.3909 11.3999 12.5709 11.4299Z\" fill=\"\"/>\n<path d=\"M15.38 14.75C15.38 16.61 13.86 18.12 12 18.12C11.13 18.12 10.34 17.79 9.75 17.25L14.5 12.5C15.05 13.09 15.38 13.88 15.38 14.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"camera \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M6.76017 22H17.2402C20.0002 22 21.1002 20.31 21.2302 18.25L21.7502 9.99C21.8902 7.83 20.1702 6 18.0002 6C17.3902 6 16.8302 5.65 16.5502 5.11L15.8302 3.66C15.3702 2.75 14.1702 2 13.1502 2H10.8602C9.83017 2 8.63017 2.75 8.17017 3.66L7.45017 5.11C7.17017 5.65 6.61017 6 6.00017 6C3.83017 6 2.11017 7.83 2.25017 9.99L2.77017 18.25C2.89017 20.31 4.00017 22 6.76017 22Z\" fill=\"\"/>\n<path d=\"M13.5 8.75H10.5C10.09 8.75 9.75 8.41 9.75 8C9.75 7.59 10.09 7.25 10.5 7.25H13.5C13.91 7.25 14.25 7.59 14.25 8C14.25 8.41 13.91 8.75 13.5 8.75Z\" fill=\"\"/>\n<path d=\"M11.9991 18.1301C13.8659 18.1301 15.3791 16.6168 15.3791 14.7501C15.3791 12.8834 13.8659 11.3701 11.9991 11.3701C10.1324 11.3701 8.61914 12.8834 8.61914 14.7501C8.61914 16.6168 10.1324 18.1301 11.9991 18.1301Z\" fill=\"\"/>\n</svg>\n</li><li title=\"candle 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22.75 17.5C22.75 17.91 22.41 18.25 22 18.25H15V18.5C15 20 14.1 20.5 13 20.5H7C5.9 20.5 5 20 5 18.5V18.25H2C1.59 18.25 1.25 17.91 1.25 17.5C1.25 17.09 1.59 16.75 2 16.75H5V16.5C5 15 5.9 14.5 7 14.5H13C14.1 14.5 15 15 15 16.5V16.75H22C22.41 16.75 22.75 17.09 22.75 17.5Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M22.75 6.5C22.75 6.91 22.41 7.25 22 7.25H19V7.5C19 9 18.1 9.5 17 9.5H11C9.9 9.5 9 9 9 7.5V7.25H2C1.59 7.25 1.25 6.91 1.25 6.5C1.25 6.09 1.59 5.75 2 5.75H9V5.5C9 4 9.9 3.5 11 3.5H17C18.1 3.5 19 4 19 5.5V5.75H22C22.41 5.75 22.75 6.09 22.75 6.5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"candle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M7.5 4.5H7.25V2C7.25 1.59 6.91 1.25 6.5 1.25C6.09 1.25 5.75 1.59 5.75 2V4.5H5.5C3.91 4.5 3 5.41 3 7V13C3 14.59 3.91 15.5 5.5 15.5H5.75V22C5.75 22.41 6.09 22.75 6.5 22.75C6.91 22.75 7.25 22.41 7.25 22V15.5H7.5C9.09 15.5 10 14.59 10 13V7C10 5.41 9.09 4.5 7.5 4.5Z\" fill=\"\"/>\n<path d=\"M18.5 8.5H18.25V2C18.25 1.59 17.91 1.25 17.5 1.25C17.09 1.25 16.75 1.59 16.75 2V8.5H16.5C14.91 8.5 14 9.41 14 11V17C14 18.59 14.91 19.5 16.5 19.5H16.75V22C16.75 22.41 17.09 22.75 17.5 22.75C17.91 22.75 18.25 22.41 18.25 22V19.5H18.5C20.09 19.5 21 18.59 21 17V11C21 9.41 20.09 8.5 18.5 8.5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"car \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M22.1796 13.66C22.0296 12.01 21.5896 10.25 18.3796 10.25H5.6196C2.4096 10.25 1.9796 12.01 1.8196 13.66L1.2596 19.75C1.1896 20.51 1.4396 21.27 1.9596 21.84C2.4896 22.42 3.2396 22.75 4.0396 22.75H5.9196C7.5396 22.75 7.8496 21.82 8.0496 21.21L8.2496 20.61C8.4796 19.92 8.5396 19.75 9.4396 19.75H14.5596C15.4596 19.75 15.4896 19.85 15.7496 20.61L15.9496 21.21C16.1496 21.82 16.4596 22.75 18.0796 22.75H19.9596C20.7496 22.75 21.5096 22.42 22.0396 21.84C22.5596 21.27 22.8096 20.51 22.7396 19.75L22.1796 13.66Z\" fill=\"\"/>\n<path d=\"M21 7.25008H20C19.99 7.25008 19.99 7.25008 19.98 7.25008L19.6 5.44008C19.24 3.69008 18.49 2.08008 15.51 2.08008H12.75H11.25H8.49C5.51 2.08008 4.76 3.69008 4.4 5.44008L4.02 7.25008C4.01 7.25008 4.01 7.25008 4 7.25008H3C2.59 7.25008 2.25 7.59008 2.25 8.00008C2.25 8.41008 2.59 8.75008 3 8.75008H3.71L3.29 10.7501C3.83 10.4401 4.58 10.2501 5.62 10.2501H18.38C19.42 10.2501 20.17 10.4401 20.71 10.7501L20.29 8.75008H21C21.41 8.75008 21.75 8.41008 21.75 8.00008C21.75 7.59008 21.41 7.25008 21 7.25008Z\" fill=\"\"/>\n<path d=\"M9 15.75H6C5.59 15.75 5.25 15.41 5.25 15C5.25 14.59 5.59 14.25 6 14.25H9C9.41 14.25 9.75 14.59 9.75 15C9.75 15.41 9.41 15.75 9 15.75Z\" fill=\"\"/>\n<path d=\"M18 15.75H15C14.59 15.75 14.25 15.41 14.25 15C14.25 14.59 14.59 14.25 15 14.25H18C18.41 14.25 18.75 14.59 18.75 15C18.75 15.41 18.41 15.75 18 15.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"card add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M22 7.7699V8.9999H2V7.5399C2 5.2499 3.86 3.3999 6.15 3.3999H16V5.9699C16 7.2399 16.76 7.9999 18.03 7.9999H20.97C21.37 7.9999 21.71 7.9299 22 7.7699Z\" fill=\"\"/>\n<path d=\"M2 9V16.46C2 18.75 3.86 20.6 6.15 20.6H17.85C20.14 20.6 22 18.75 22 16.46V9H2ZM8 17.25H6C5.59 17.25 5.25 16.91 5.25 16.5C5.25 16.09 5.59 15.75 6 15.75H8C8.41 15.75 8.75 16.09 8.75 16.5C8.75 16.91 8.41 17.25 8 17.25ZM14.5 17.25H10.5C10.09 17.25 9.75 16.91 9.75 16.5C9.75 16.09 10.09 15.75 10.5 15.75H14.5C14.91 15.75 15.25 16.09 15.25 16.5C15.25 16.91 14.91 17.25 14.5 17.25Z\" fill=\"\"/>\n<path d=\"M20.97 1H18.03C16.76 1 16 1.76 16 3.03V5.97C16 7.24 16.76 8 18.03 8H20.97C22.24 8 23 7.24 23 5.97V3.03C23 1.76 22.24 1 20.97 1ZM21.91 4.93C21.81 5.03 21.66 5.1 21.5 5.11H20.09L20.1 6.5C20.09 6.67 20.03 6.81 19.91 6.93C19.81 7.03 19.66 7.1 19.5 7.1C19.17 7.1 18.9 6.83 18.9 6.5V5.1L17.5 5.11C17.17 5.11 16.9 4.83 16.9 4.5C16.9 4.17 17.17 3.9 17.5 3.9L18.9 3.91V2.51C18.9 2.18 19.17 1.9 19.5 1.9C19.83 1.9 20.1 2.18 20.1 2.51L20.09 3.9H21.5C21.83 3.9 22.1 4.17 22.1 4.5C22.09 4.67 22.02 4.81 21.91 4.93Z\" fill=\"\"/>\n</svg>\n</li><li title=\"card coin \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12 15.7V16.31H2V15.7C2 13.94 2.43997 13.5 4.21997 13.5H9.78003C11.56 13.5 12 13.94 12 15.7Z\" fill=\"\"/>\n<path d=\"M2 16.3101V17.8101V19.8001C2 21.5601 2.43997 22.0001 4.21997 22.0001H9.78003C11.56 22.0001 12 21.5601 12 19.8001V17.8101V16.3101H2Z\" fill=\"\"/>\n<g opacity=\"0.4\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 14.25C22.4142 14.25 22.75 14.5858 22.75 15C22.75 19.2842 19.2842 22.75 15 22.75C14.7298 22.75 14.4805 22.6047 14.3474 22.3695C14.2142 22.1344 14.2179 21.8458 14.3569 21.6141L15.4069 19.8641C15.62 19.5089 16.0807 19.3938 16.4359 19.6069C16.791 19.82 16.9062 20.2807 16.6931 20.6359L16.4218 21.0881C19.1909 20.4456 21.25 17.9666 21.25 15C21.25 14.5858 21.5858 14.25 22 14.25Z\" fill=\"\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.57821 2.91194C4.8091 3.55436 2.75 6.03342 2.75 9C2.75 9.41421 2.41421 9.75 2 9.75C1.58579 9.75 1.25 9.41421 1.25 9C1.25 4.71579 4.71579 1.25 9 1.25C9.2702 1.25 9.51952 1.39534 9.65265 1.63047C9.78578 1.8656 9.78214 2.15417 9.64312 2.38587L8.59313 4.13587C8.38002 4.49105 7.91933 4.60623 7.56414 4.39312C7.20896 4.18001 7.09378 3.71932 7.30689 3.36413L7.57821 2.91194Z\" fill=\"\"/>\n</g>\n<path opacity=\"0.4\" d=\"M23 6.5H14C14 8.98 16.02 11 18.5 11C20.99 11 23 8.98 23 6.5Z\" fill=\"\"/>\n<path d=\"M23 6.5C23 4.01 20.99 2 18.5 2C16.02 2 14 4.01 14 6.5H23Z\" fill=\"\"/>\n</svg>\n</li><li title=\"card edit \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M22 7.7699V8.9999H2V7.5399C2 5.2499 3.86 3.3999 6.15 3.3999H16V5.9699C16 7.2399 16.76 7.9999 18.03 7.9999H20.97C21.37 7.9999 21.71 7.9299 22 7.7699Z\" fill=\"\"/>\n<path d=\"M2 9V16.46C2 18.75 3.86 20.6 6.15 20.6H17.85C20.14 20.6 22 18.75 22 16.46V9H2ZM8 17.25H6C5.59 17.25 5.25 16.91 5.25 16.5C5.25 16.09 5.59 15.75 6 15.75H8C8.41 15.75 8.75 16.09 8.75 16.5C8.75 16.91 8.41 17.25 8 17.25ZM14.5 17.25H10.5C10.09 17.25 9.75 16.91 9.75 16.5C9.75 16.09 10.09 15.75 10.5 15.75H14.5C14.91 15.75 15.25 16.09 15.25 16.5C15.25 16.91 14.91 17.25 14.5 17.25Z\" fill=\"\"/>\n<path d=\"M20.97 1H18.03C16.76 1 16 1.76 16 3.03V5.97C16 7.24 16.76 8 18.03 8H20.97C22.24 8 23 7.24 23 5.97V3.03C23 1.76 22.24 1 20.97 1ZM19.01 6.57C18.98 6.6 18.91 6.64 18.86 6.64L17.82 6.79C17.79 6.8 17.75 6.8 17.72 6.8C17.57 6.8 17.44 6.75 17.35 6.65C17.23 6.53 17.18 6.36 17.21 6.18L17.36 5.14C17.37 5.09 17.4 5.02 17.43 4.99L19.13 3.29C19.16 3.36 19.19 3.44 19.22 3.52C19.26 3.6 19.3 3.67 19.34 3.74C19.37 3.8 19.41 3.86 19.45 3.9C19.49 3.96 19.53 4.02 19.56 4.05C19.58 4.08 19.59 4.09 19.6 4.1C19.69 4.21 19.79 4.31 19.88 4.38C19.9 4.4 19.92 4.42 19.93 4.42C19.98 4.46 20.04 4.51 20.08 4.54C20.14 4.58 20.19 4.62 20.25 4.65C20.32 4.69 20.4 4.73 20.48 4.77C20.56 4.81 20.64 4.84 20.71 4.86L19.01 6.57ZM21.4 4.18L21.08 4.5C21.06 4.53 21.03 4.54 21 4.54C20.99 4.54 20.98 4.54 20.97 4.54C20.25 4.33 19.68 3.76 19.47 3.04C19.46 3 19.47 2.96 19.5 2.93L19.83 2.6C20.37 2.06 20.88 2.07 21.41 2.6C21.68 2.87 21.81 3.13 21.81 3.39C21.8 3.65 21.67 3.91 21.4 4.18Z\" fill=\"\"/>\n</svg>\n</li><li title=\"card pos \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.25 22H2.75C2.34 22 2 21.66 2 21.25C2 20.84 2.34 20.5 2.75 20.5H21.25C21.66 20.5 22 20.84 22 21.25C22 21.66 21.66 22 21.25 22Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M20.5909 13.7002L13.3609 20.9302C11.9409 22.3502 9.65086 22.3502 8.24086 20.9402L3.63086 16.3302L15.9909 3.97021L20.6009 8.58021C22.0109 9.99021 22.0109 12.2802 20.5909 13.7002Z\" fill=\"\"/>\n<path d=\"M15.9906 3.97016L3.62055 16.3302L2.71055 15.4202C1.30055 14.0102 1.30055 11.7202 2.72055 10.3002L9.95055 3.07016C11.3706 1.65016 13.6606 1.65016 15.0705 3.06016L15.9906 3.97016Z\" fill=\"\"/>\n<path d=\"M12.8903 17.5999L11.5403 18.9499C11.2603 19.2299 10.8103 19.2299 10.5303 18.9499C10.2503 18.6699 10.2503 18.2199 10.5303 17.9399L11.8803 16.5899C12.1603 16.3099 12.6103 16.3099 12.8903 16.5899C13.1703 16.8699 13.1703 17.3199 12.8903 17.5999Z\" fill=\"\"/>\n<path d=\"M17.2694 13.22L14.5794 15.91C14.2994 16.19 13.8494 16.19 13.5694 15.91C13.2894 15.63 13.2894 15.18 13.5694 14.9L16.2594 12.21C16.5394 11.93 16.9894 11.93 17.2694 12.21C17.5394 12.49 17.5394 12.94 17.2694 13.22Z\" fill=\"\"/>\n</svg>\n</li><li title=\"card receive \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.97 8H18.03C16.76 8 16 7.24 16 5.97V3.03C16 1.76 16.76 1 18.03 1H20.97C22.24 1 23 1.76 23 3.03V5.97C23 7.24 22.24 8 20.97 8ZM21.19 4.69C21.07 4.57 20.91 4.51 20.75 4.51C20.59 4.51 20.43 4.57 20.31 4.69L20.13 4.87V2.63C20.13 2.28 19.85 2 19.5 2C19.15 2 18.87 2.28 18.87 2.63V4.87L18.69 4.69C18.45 4.45 18.05 4.45 17.81 4.69C17.57 4.93 17.57 5.33 17.81 5.57L19.06 6.82C19.11 6.87 19.18 6.91 19.25 6.94C19.27 6.95 19.29 6.95 19.31 6.96C19.36 6.98 19.41 6.99 19.47 6.99C19.49 6.99 19.51 6.99 19.53 6.99C19.6 6.99 19.66 6.98 19.73 6.95C19.74 6.95 19.74 6.95 19.75 6.95C19.82 6.92 19.88 6.88 19.93 6.83C19.94 6.82 19.94 6.82 19.95 6.82L21.2 5.57C21.44 5.33 21.44 4.93 21.19 4.69Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M22 7.7699V8.9999H2V7.5399C2 5.2499 3.86 3.3999 6.15 3.3999H16V5.9699C16 7.2399 16.76 7.9999 18.03 7.9999H20.97C21.37 7.9999 21.71 7.9299 22 7.7699Z\" fill=\"\"/>\n<path d=\"M2 9V16.46C2 18.75 3.86 20.6 6.15 20.6H17.85C20.14 20.6 22 18.75 22 16.46V9H2ZM8 17.25H6C5.59 17.25 5.25 16.91 5.25 16.5C5.25 16.09 5.59 15.75 6 15.75H8C8.41 15.75 8.75 16.09 8.75 16.5C8.75 16.91 8.41 17.25 8 17.25ZM14.5 17.25H10.5C10.09 17.25 9.75 16.91 9.75 16.5C9.75 16.09 10.09 15.75 10.5 15.75H14.5C14.91 15.75 15.25 16.09 15.25 16.5C15.25 16.91 14.91 17.25 14.5 17.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"card remove 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M22 7.7699V8.9999H2V7.5399C2 5.2499 3.86 3.3999 6.15 3.3999H16V5.9699C16 7.2399 16.76 7.9999 18.03 7.9999H20.97C21.37 7.9999 21.71 7.9299 22 7.7699Z\" fill=\"\"/>\n<path d=\"M2 9V16.46C2 18.75 3.86 20.6 6.15 20.6H17.85C20.14 20.6 22 18.75 22 16.46V9H2ZM8 17.25H6C5.59 17.25 5.25 16.91 5.25 16.5C5.25 16.09 5.59 15.75 6 15.75H8C8.41 15.75 8.75 16.09 8.75 16.5C8.75 16.91 8.41 17.25 8 17.25ZM14.5 17.25H10.5C10.09 17.25 9.75 16.91 9.75 16.5C9.75 16.09 10.09 15.75 10.5 15.75H14.5C14.91 15.75 15.25 16.09 15.25 16.5C15.25 16.91 14.91 17.25 14.5 17.25Z\" fill=\"\"/>\n<path d=\"M20.97 1H18.03C16.76 1 16 1.76 16 3.03V5.97C16 7.24 16.76 8 18.03 8H20.97C22.24 8 23 7.24 23 5.97V3.03C23 1.76 22.24 1 20.97 1ZM21.34 5.49C21.45 5.62 21.51 5.76 21.51 5.93C21.51 6.07 21.45 6.23 21.34 6.34C21.11 6.57 20.72 6.57 20.49 6.34L19.5 5.35L18.52 6.35C18.29 6.58 17.9 6.58 17.66 6.34C17.43 6.11 17.43 5.72 17.66 5.49L18.66 4.51L17.67 3.52C17.44 3.29 17.43 2.9 17.66 2.66C17.89 2.42 18.28 2.43 18.52 2.67L19.5 3.66L20.5 2.66C20.73 2.43 21.12 2.43 21.35 2.66C21.46 2.79 21.51 2.94 21.52 3.1C21.52 3.24 21.46 3.4 21.36 3.52L20.36 4.52L21.34 5.49Z\" fill=\"\"/>\n</svg>\n</li><li title=\"card remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.9004 15.0298C16.6904 15.0298 14.9004 16.8198 14.9004 19.0298C14.9004 21.2398 16.6904 23.0298 18.9004 23.0298C21.1104 23.0298 22.9004 21.2398 22.9004 19.0298C22.9004 16.8198 21.1104 15.0298 18.9004 15.0298ZM20.5004 20.6798C20.3504 20.8298 20.1603 20.8998 19.9703 20.8998C19.7803 20.8998 19.5904 20.8298 19.4404 20.6798L18.9103 20.1498L18.3604 20.6998C18.2104 20.8498 18.0204 20.9198 17.8304 20.9198C17.6404 20.9198 17.4504 20.8498 17.3004 20.6998C17.0104 20.4098 17.0104 19.9298 17.3004 19.6398L17.8503 19.0898L17.3204 18.5598C17.0304 18.2698 17.0304 17.7898 17.3204 17.4998C17.6104 17.2098 18.0904 17.2098 18.3804 17.4998L18.9103 18.0298L19.4103 17.5298C19.7003 17.2398 20.1803 17.2398 20.4703 17.5298C20.7603 17.8198 20.7603 18.2998 20.4703 18.5898L19.9703 19.0898L20.5004 19.6198C20.7904 19.9098 20.7904 20.3898 20.5004 20.6798Z\" fill=\"\"/>\n<path d=\"M22 7.5399V8.9999H2V7.5399C2 5.2499 3.86002 3.3999 6.15002 3.3999H17.85C20.14 3.3999 22 5.2499 22 7.5399Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M2 9V16.46C2 18.75 3.85001 20.6 6.14001 20.6H12.4C12.98 20.6 13.48 20.11 13.43 19.53C13.29 18 13.78 16.34 15.14 15.02C15.7 14.47 16.39 14.05 17.14 13.81C18.39 13.41 19.6 13.46 20.67 13.82C21.32 14.04 22 13.57 22 12.88V9H2ZM8 17.25H6C5.59 17.25 5.25 16.91 5.25 16.5C5.25 16.09 5.59 15.75 6 15.75H8C8.41 15.75 8.75 16.09 8.75 16.5C8.75 16.91 8.41 17.25 8 17.25Z\" fill=\"\"/>\n<path d=\"M8.75 16.5C8.75 16.91 8.41 17.25 8 17.25H6C5.59 17.25 5.25 16.91 5.25 16.5C5.25 16.09 5.59 15.75 6 15.75H8C8.41 15.75 8.75 16.09 8.75 16.5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"card send \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.97 1H18.03C16.76 1 16 1.76 16 3.03V5.97C16 7.24 16.76 8 18.03 8H20.97C22.24 8 23 7.24 23 5.97V3.03C23 1.76 22.24 1 20.97 1ZM21.19 4.31C21.07 4.43 20.91 4.49 20.75 4.49C20.59 4.49 20.43 4.43 20.31 4.31L20.13 4.13V6.37C20.13 6.72 19.85 7 19.5 7C19.15 7 18.87 6.72 18.87 6.37V4.13L18.69 4.31C18.45 4.55 18.05 4.55 17.81 4.31C17.57 4.07 17.57 3.67 17.81 3.43L19.06 2.18C19.11 2.13 19.18 2.09 19.25 2.06C19.27 2.05 19.29 2.05 19.31 2.04C19.36 2.02 19.41 2.01 19.47 2.01C19.49 2.01 19.51 2.01 19.53 2.01C19.6 2.01 19.66 2.02 19.73 2.05C19.74 2.05 19.74 2.05 19.75 2.05C19.82 2.08 19.88 2.12 19.93 2.17C19.94 2.18 19.94 2.18 19.95 2.18L21.2 3.43C21.44 3.67 21.44 4.07 21.19 4.31Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M22 7.7699V8.9999H2V7.5399C2 5.2499 3.86 3.3999 6.15 3.3999H16V5.9699C16 7.2399 16.76 7.9999 18.03 7.9999H20.97C21.37 7.9999 21.71 7.9299 22 7.7699Z\" fill=\"\"/>\n<path d=\"M2 9V16.46C2 18.75 3.86 20.6 6.15 20.6H17.85C20.14 20.6 22 18.75 22 16.46V9H2ZM8 17.25H6C5.59 17.25 5.25 16.91 5.25 16.5C5.25 16.09 5.59 15.75 6 15.75H8C8.41 15.75 8.75 16.09 8.75 16.5C8.75 16.91 8.41 17.25 8 17.25ZM14.5 17.25H10.5C10.09 17.25 9.75 16.91 9.75 16.5C9.75 16.09 10.09 15.75 10.5 15.75H14.5C14.91 15.75 15.25 16.09 15.25 16.5C15.25 16.91 14.91 17.25 14.5 17.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"card slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M22.0004 9V16.46C22.0004 18.75 20.1404 20.6 17.8504 20.6H6.40039L9.97039 17.03L11.2504 15.75L18.0004 9H22.0004Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M15 9L4 20C2.8 19.28 2 17.96 2 16.46V9H15Z\" fill=\"\"/>\n<path d=\"M22 7.53978V8.99978H18L21.47 5.52979C21.81 6.11979 22 6.80978 22 7.53978Z\" fill=\"\"/>\n<path d=\"M20 3.9999L15 8.9999H2V7.5399C2 5.2499 3.86 3.3999 6.15 3.3999H17.85C18.64 3.3999 19.37 3.6199 20 3.9999Z\" fill=\"\"/>\n<path d=\"M8.21 15.79L6.75 17.25H6C5.59 17.25 5.25 16.91 5.25 16.5C5.25 16.09 5.59 15.75 6 15.75H8C8.07 15.75 8.14 15.76 8.21 15.79Z\" fill=\"\"/>\n<path d=\"M15.2507 16.5C15.2507 16.91 14.9107 17.25 14.5007 17.25H10.5007C10.3007 17.25 10.1107 17.16 9.9707 17.03L11.2507 15.75H14.5007C14.9107 15.75 15.2507 16.09 15.2507 16.5Z\" fill=\"\"/>\n<path d=\"M21.7709 2.22988C21.4709 1.92988 20.9809 1.92988 20.6809 2.22988L2.23086 20.6899C1.93086 20.9899 1.93086 21.4799 2.23086 21.7799C2.38086 21.9199 2.57086 21.9999 2.77086 21.9999C2.97086 21.9999 3.16086 21.9199 3.31086 21.7699L21.7709 3.30988C22.0809 3.00988 22.0809 2.52988 21.7709 2.22988Z\" fill=\"\"/>\n</svg>\n</li><li title=\"card tick 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M22 7.7699V8.9999H2V7.5399C2 5.2499 3.86 3.3999 6.15 3.3999H16V5.9699C16 7.2399 16.76 7.9999 18.03 7.9999H20.97C21.37 7.9999 21.71 7.9299 22 7.7699Z\" fill=\"\"/>\n<path d=\"M2 9V16.46C2 18.75 3.86 20.6 6.15 20.6H17.85C20.14 20.6 22 18.75 22 16.46V9H2ZM8 17.25H6C5.59 17.25 5.25 16.91 5.25 16.5C5.25 16.09 5.59 15.75 6 15.75H8C8.41 15.75 8.75 16.09 8.75 16.5C8.75 16.91 8.41 17.25 8 17.25ZM14.5 17.25H10.5C10.09 17.25 9.75 16.91 9.75 16.5C9.75 16.09 10.09 15.75 10.5 15.75H14.5C14.91 15.75 15.25 16.09 15.25 16.5C15.25 16.91 14.91 17.25 14.5 17.25Z\" fill=\"\"/>\n<path d=\"M20.97 1H18.03C16.76 1 16 1.76 16 3.03V5.97C16 7.24 16.76 8 18.03 8H20.97C22.24 8 23 7.24 23 5.97V3.03C23 1.76 22.24 1 20.97 1ZM21.63 3.45L19.26 6.22C19.17 6.33 19.03 6.4 18.89 6.4C18.88 6.4 18.88 6.4 18.87 6.4C18.73 6.4 18.6 6.35 18.5 6.25L17.4 5.17C17.2 4.97 17.2 4.64 17.4 4.44C17.6 4.24 17.93 4.23 18.13 4.44L18.83 5.13L20.83 2.79C21.02 2.57 21.34 2.55 21.56 2.73C21.79 2.91 21.81 3.24 21.63 3.45Z\" fill=\"\"/>\n</svg>\n</li><li title=\"card tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 15C16.79 15 15 16.79 15 19C15 19.75 15.21 20.46 15.58 21.06C16.27 22.22 17.54 23 19 23C20.46 23 21.73 22.22 22.42 21.06C22.79 20.46 23 19.75 23 19C23 16.79 21.21 15 19 15ZM21.07 18.57L18.94 20.54C18.8 20.67 18.61 20.74 18.43 20.74C18.24 20.74 18.05 20.67 17.9 20.52L16.91 19.53C16.62 19.24 16.62 18.76 16.91 18.47C17.2 18.18 17.68 18.18 17.97 18.47L18.45 18.95L20.05 17.47C20.35 17.19 20.83 17.21 21.11 17.51C21.39 17.81 21.37 18.28 21.07 18.57Z\" fill=\"\"/>\n<path d=\"M22 7.5399V8.9999H2V7.5399C2 5.2499 3.86002 3.3999 6.15002 3.3999H17.85C20.14 3.3999 22 5.2499 22 7.5399Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M2 9V16.46C2 18.75 3.85001 20.6 6.14001 20.6H12.4C12.98 20.6 13.48 20.11 13.43 19.53C13.29 18 13.78 16.34 15.14 15.02C15.7 14.47 16.39 14.05 17.14 13.81C18.39 13.41 19.6 13.46 20.67 13.82C21.32 14.04 22 13.57 22 12.88V9H2ZM8 17.25H6C5.59 17.25 5.25 16.91 5.25 16.5C5.25 16.09 5.59 15.75 6 15.75H8C8.41 15.75 8.75 16.09 8.75 16.5C8.75 16.91 8.41 17.25 8 17.25Z\" fill=\"\"/>\n<path d=\"M8.75 16.5C8.75 16.91 8.41 17.25 8 17.25H6C5.59 17.25 5.25 16.91 5.25 16.5C5.25 16.09 5.59 15.75 6 15.75H8C8.41 15.75 8.75 16.09 8.75 16.5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"card \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M22 9V16.46C22 18.75 20.14 20.6 17.85 20.6H6.15C3.86 20.6 2 18.75 2 16.46V9H22Z\" fill=\"\"/>\n<path d=\"M22 7.5399V8.9999H2V7.5399C2 5.2499 3.86 3.3999 6.15 3.3999H17.85C20.14 3.3999 22 5.2499 22 7.5399Z\" fill=\"\"/>\n<path d=\"M8 17.25H6C5.59 17.25 5.25 16.91 5.25 16.5C5.25 16.09 5.59 15.75 6 15.75H8C8.41 15.75 8.75 16.09 8.75 16.5C8.75 16.91 8.41 17.25 8 17.25Z\" fill=\"\"/>\n<path d=\"M14.5 17.25H10.5C10.09 17.25 9.75 16.91 9.75 16.5C9.75 16.09 10.09 15.75 10.5 15.75H14.5C14.91 15.75 15.25 16.09 15.25 16.5C15.25 16.91 14.91 17.25 14.5 17.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"cards \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M19 10.2798V17.4298C18.97 20.2798 18.19 20.9998 15.22 20.9998H5.78003C2.76003 20.9998 2 20.2498 2 17.2698V10.2798C2 7.5798 2.63 6.7098 5 6.5698C5.24 6.5598 5.50003 6.5498 5.78003 6.5498H15.22C18.24 6.5498 19 7.2998 19 10.2798Z\" fill=\"\"/>\n<path d=\"M22 6.73V13.72C22 16.42 21.37 17.29 19 17.43V10.28C19 7.3 18.24 6.55 15.22 6.55H5.78003C5.50003 6.55 5.24 6.56 5 6.57C5.03 3.72 5.81003 3 8.78003 3H18.22C21.24 3 22 3.75 22 6.73Z\" fill=\"\"/>\n<path d=\"M6.96027 18.5601H5.24023C4.83023 18.5601 4.49023 18.2201 4.49023 17.8101C4.49023 17.4001 4.83023 17.0601 5.24023 17.0601H6.96027C7.37027 17.0601 7.71027 17.4001 7.71027 17.8101C7.71027 18.2201 7.38027 18.5601 6.96027 18.5601Z\" fill=\"\"/>\n<path d=\"M12.5494 18.5601H9.10938C8.69938 18.5601 8.35938 18.2201 8.35938 17.8101C8.35938 17.4001 8.69938 17.0601 9.10938 17.0601H12.5494C12.9594 17.0601 13.2994 17.4001 13.2994 17.8101C13.2994 18.2201 12.9694 18.5601 12.5494 18.5601Z\" fill=\"\"/>\n<path d=\"M19 11.8599H2V13.3599H19V11.8599Z\" fill=\"\"/>\n</svg>\n</li><li title=\"category 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M18.6695 2H16.7695C14.5895 2 13.4395 3.15 13.4395 5.33V7.23C13.4395 9.41 14.5895 10.56 16.7695 10.56H18.6695C20.8495 10.56 21.9995 9.41 21.9995 7.23V5.33C21.9995 3.15 20.8495 2 18.6695 2Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M7.24 13.4302H5.34C3.15 13.4302 2 14.5802 2 16.7602V18.6602C2 20.8502 3.15 22.0002 5.33 22.0002H7.23C9.41 22.0002 10.56 20.8502 10.56 18.6702V16.7702C10.57 14.5802 9.42 13.4302 7.24 13.4302Z\" fill=\"\"/>\n<path d=\"M6.29 10.58C8.6593 10.58 10.58 8.6593 10.58 6.29C10.58 3.9207 8.6593 2 6.29 2C3.9207 2 2 3.9207 2 6.29C2 8.6593 3.9207 10.58 6.29 10.58Z\" fill=\"\"/>\n<path d=\"M17.7099 21.9999C20.0792 21.9999 21.9999 20.0792 21.9999 17.7099C21.9999 15.3406 20.0792 13.4199 17.7099 13.4199C15.3406 13.4199 13.4199 15.3406 13.4199 17.7099C13.4199 20.0792 15.3406 21.9999 17.7099 21.9999Z\" fill=\"\"/>\n</svg>\n</li><li title=\"category \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.24 2H5.34C3.15 2 2 3.15 2 5.33V7.23C2 9.41 3.15 10.56 5.33 10.56H7.23C9.41 10.56 10.56 9.41 10.56 7.23V5.33C10.57 3.15 9.42 2 7.24 2Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M18.6695 2H16.7695C14.5895 2 13.4395 3.15 13.4395 5.33V7.23C13.4395 9.41 14.5895 10.56 16.7695 10.56H18.6695C20.8495 10.56 21.9995 9.41 21.9995 7.23V5.33C21.9995 3.15 20.8495 2 18.6695 2Z\" fill=\"\"/>\n<path d=\"M18.6695 13.4302H16.7695C14.5895 13.4302 13.4395 14.5802 13.4395 16.7602V18.6602C13.4395 20.8402 14.5895 21.9902 16.7695 21.9902H18.6695C20.8495 21.9902 21.9995 20.8402 21.9995 18.6602V16.7602C21.9995 14.5802 20.8495 13.4302 18.6695 13.4302Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M7.24 13.4302H5.34C3.15 13.4302 2 14.5802 2 16.7602V18.6602C2 20.8502 3.15 22.0002 5.33 22.0002H7.23C9.41 22.0002 10.56 20.8502 10.56 18.6702V16.7702C10.57 14.5802 9.42 13.4302 7.24 13.4302Z\" fill=\"\"/>\n</svg>\n</li><li title=\"cd \"><svg   viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M10 20C15.5228 20 20 15.5228 20 10C20 4.47715 15.5228 0 10 0C4.47715 0 0 4.47715 0 10C0 15.5228 4.47715 20 10 20Z\" fill=\"\"/>\n<path d=\"M10 12.5C11.3807 12.5 12.5 11.3807 12.5 10C12.5 8.61929 11.3807 7.5 10 7.5C8.61929 7.5 7.5 8.61929 7.5 10C7.5 11.3807 8.61929 12.5 10 12.5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"chart 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M21 22.75H3C2.59 22.75 2.25 22.41 2.25 22C2.25 21.59 2.59 21.25 3 21.25H21C21.41 21.25 21.75 21.59 21.75 22C21.75 22.41 21.41 22.75 21 22.75Z\" fill=\"\"/>\n<path d=\"M5.59998 8.37988H4C3.45 8.37988 3 8.82988 3 9.37988V17.9999C3 18.5499 3.45 18.9999 4 18.9999H5.59998C6.14998 18.9999 6.59998 18.5499 6.59998 17.9999V9.37988C6.59998 8.81988 6.14998 8.37988 5.59998 8.37988Z\" fill=\"\"/>\n<path d=\"M12.7992 5.18994H11.1992C10.6492 5.18994 10.1992 5.63994 10.1992 6.18994V17.9999C10.1992 18.5499 10.6492 18.9999 11.1992 18.9999H12.7992C13.3492 18.9999 13.7992 18.5499 13.7992 17.9999V6.18994C13.7992 5.63994 13.3492 5.18994 12.7992 5.18994Z\" fill=\"\"/>\n<path d=\"M20.0004 2H18.4004C17.8504 2 17.4004 2.45 17.4004 3V18C17.4004 18.55 17.8504 19 18.4004 19H20.0004C20.5504 19 21.0004 18.55 21.0004 18V3C21.0004 2.45 20.5504 2 20.0004 2Z\" fill=\"\"/>\n</svg>\n</li><li title=\"chart 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2Z\" fill=\"\"/>\n<path d=\"M16.4198 7.8099V16.1899C16.4198 16.8299 15.8998 17.3499 15.2598 17.3499C14.6098 17.3499 14.0898 16.8299 14.0898 16.1899V7.8099C14.0898 7.1699 14.6098 6.6499 15.2598 6.6499C15.8998 6.6499 16.4198 7.1699 16.4198 7.8099Z\" fill=\"\"/>\n<path d=\"M9.91008 12.93V16.19C9.91008 16.83 9.39008 17.35 8.74008 17.35C8.10008 17.35 7.58008 16.83 7.58008 16.19V12.93C7.58008 12.29 8.10008 11.77 8.74008 11.77C9.39008 11.77 9.91008 12.29 9.91008 12.93Z\" fill=\"\"/>\n</svg>\n</li><li title=\"chart 21 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 22H2C1.59 22 1.25 21.66 1.25 21.25C1.25 20.84 1.59 20.5 2 20.5H22C22.41 20.5 22.75 20.84 22.75 21.25C22.75 21.66 22.41 22 22 22Z\" fill=\"\"/>\n<path d=\"M9.75 4V22H14.25V4C14.25 2.9 13.8 2 12.45 2H11.55C10.2 2 9.75 2.9 9.75 4Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M3 10V22H7V10C7 8.9 6.6 8 5.4 8H4.6C3.4 8 3 8.9 3 10Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M17 15V22H21V15C21 13.9 20.6 13 19.4 13H18.6C17.4 13 17 13.9 17 15Z\" fill=\"\"/>\n</svg>\n</li><li title=\"chart 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" fill=\"\"/>\n<path d=\"M12 19.75C7.73 19.75 4.25 16.27 4.25 12C4.25 11.59 4.59 11.25 5 11.25C5.41 11.25 5.75 11.59 5.75 12C5.75 15.45 8.55 18.25 12 18.25C15.45 18.25 18.25 15.45 18.25 12C18.25 8.55 15.45 5.75 12 5.75C11.59 5.75 11.25 5.41 11.25 5C11.25 4.59 11.59 4.25 12 4.25C16.27 4.25 19.75 7.73 19.75 12C19.75 16.27 16.27 19.75 12 19.75Z\" fill=\"\"/>\n<path d=\"M12 16.75C11.59 16.75 11.25 16.41 11.25 16C11.25 15.59 11.59 15.25 12 15.25C13.79 15.25 15.25 13.79 15.25 12C15.25 10.21 13.79 8.75 12 8.75C11.59 8.75 11.25 8.41 11.25 8C11.25 7.59 11.59 7.25 12 7.25C14.62 7.25 16.75 9.38 16.75 12C16.75 14.62 14.62 16.75 12 16.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"chart square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.1898 2H7.81976C4.17976 2 2.00977 4.17 2.00977 7.81V16.18C2.00977 19.82 4.17976 21.99 7.81976 21.99H16.1898C19.8298 21.99 21.9998 19.82 21.9998 16.18V7.81C21.9998 4.17 19.8298 2 16.1898 2Z\" fill=\"\"/>\n<path d=\"M10.1103 11.1504H7.4603C6.8303 11.1504 6.32031 11.6603 6.32031 12.2903V17.4103H10.1103V11.1504Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M12.7596 6.6001H11.2396C10.6096 6.6001 10.0996 7.11011 10.0996 7.74011V17.4001H13.8896V7.74011C13.8896 7.11011 13.3896 6.6001 12.7596 6.6001Z\" fill=\"\"/>\n<path d=\"M16.5504 12.8501H13.9004V17.4001H17.6904V13.9901C17.6804 13.3601 17.1704 12.8501 16.5504 12.8501Z\" fill=\"\"/>\n</svg>\n</li><li title=\"chart success \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.97 16H18.03C16.76 16 16 16.76 16 18.03V20.97C16 22.24 16.76 23 18.03 23H20.97C22.24 23 23 22.24 23 20.97V18.03C23 16.76 22.24 16 20.97 16ZM21.63 18.45L19.26 21.22C19.17 21.33 19.03 21.4 18.89 21.4C18.88 21.4 18.88 21.4 18.87 21.4C18.73 21.4 18.6 21.35 18.5 21.25L17.41 20.17C17.21 19.97 17.21 19.64 17.41 19.44C17.61 19.24 17.94 19.23 18.14 19.44L18.84 20.13L20.84 17.79C21.03 17.57 21.35 17.55 21.57 17.73C21.79 17.91 21.81 18.24 21.63 18.45Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M16 20.97V18.03C16 16.76 16.76 16 18.03 16H20.97C21.37 16 21.71 16.08 22 16.22C22 16.21 22 16.2 22 16.18V7.81C22 4.17 19.83 2 16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C16.19 22 16.2 22 16.22 22C16.08 21.71 16 21.37 16 20.97Z\" fill=\"\"/>\n<path d=\"M7 14.25C6.59 14.25 6.25 13.91 6.25 13.5V10.5C6.25 10.09 6.59 9.75 7 9.75C7.41 9.75 7.75 10.09 7.75 10.5V13.5C7.75 13.91 7.41 14.25 7 14.25Z\" fill=\"\"/>\n<path d=\"M12 14.25C11.59 14.25 11.25 13.91 11.25 13.5V10.5C11.25 10.09 11.59 9.75 12 9.75C12.41 9.75 12.75 10.09 12.75 10.5V13.5C12.75 13.91 12.41 14.25 12 14.25Z\" fill=\"\"/>\n<path d=\"M17 14.25C16.59 14.25 16.25 13.91 16.25 13.5V10.5C16.25 10.09 16.59 9.75 17 9.75C17.41 9.75 17.75 10.09 17.75 10.5V13.5C17.75 13.91 17.41 14.25 17 14.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"chart \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2Z\" fill=\"\"/>\n<path d=\"M7 14.3499C6.59 14.3499 6.25 14.0099 6.25 13.5999V10.3999C6.25 9.9899 6.59 9.6499 7 9.6499C7.41 9.6499 7.75 9.9899 7.75 10.3999V13.6099C7.75 14.0199 7.41 14.3499 7 14.3499Z\" fill=\"\"/>\n<path d=\"M12 16.0902C11.59 16.0902 11.25 15.7502 11.25 15.3402V8.66016C11.25 8.25016 11.59 7.91016 12 7.91016C12.41 7.91016 12.75 8.25016 12.75 8.66016V15.3402C12.75 15.7502 12.41 16.0902 12 16.0902Z\" fill=\"\"/>\n<path d=\"M17 14.3499C16.59 14.3499 16.25 14.0099 16.25 13.5999V10.3999C16.25 9.9899 16.59 9.6499 17 9.6499C17.41 9.6499 17.75 9.9899 17.75 10.3999V13.6099C17.75 14.0199 17.41 14.3499 17 14.3499Z\" fill=\"\"/>\n</svg>\n</li><li title=\"check \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22C14.59 22 14.25 21.66 14.25 21.25V2.75C14.25 2.34 14.59 2 15 2C15.41 2 15.75 2.34 15.75 2.75V21.25C15.75 21.66 15.41 22 15 22Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M6 20H12V4H6C3.79 4 2 5.79 2 8V16C2 18.21 3.79 20 6 20Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M18 20H15V4H18C20.21 4 22 5.79 22 8V16C22 18.21 20.21 20 18 20Z\" fill=\"\"/>\n<path d=\"M7 16.25C6.59 16.25 6.25 15.91 6.25 15.5V8.5C6.25 8.09 6.59 7.75 7 7.75C7.41 7.75 7.75 8.09 7.75 8.5V15.5C7.75 15.91 7.41 16.25 7 16.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"chrome \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M22 12C22 17.47 17.61 21.91 12.16 22H12C11.39 22 10.79 21.94 10.21 21.84C5.54 20.99 2 16.91 2 12C2 10.29 2.43 8.68 3.19 7.27C3.5 6.7 3.86 6.15 4.27 5.65C6.11 3.42 8.89 2 12 2C15.56 2 18.68 3.86 20.45 6.66C20.8 7.21 21.1 7.8 21.34 8.42C21.77 9.53 22 10.74 22 12Z\" fill=\"\"/>\n<path d=\"M15.0995 8.0199C17.1795 7.8499 19.2695 7.9799 21.3395 8.4199C21.0995 7.7999 20.7995 7.2099 20.4495 6.6599C17.5795 6.1899 14.6795 6.2799 11.8195 6.8999C9.38945 6.9799 7.40945 8.7799 7.03945 11.1299C5.87945 9.4499 4.93945 7.6199 4.26945 5.6499C3.85945 6.1499 3.49945 6.6999 3.18945 7.2699C4.24945 9.9599 5.73945 12.3599 7.64945 14.4699C7.66945 14.4899 7.69945 14.4999 7.71945 14.5199C8.62945 15.9899 10.2395 16.8999 11.9695 16.8999C12.5795 16.8999 13.1695 16.7799 13.7195 16.5699C12.8095 18.4799 11.6495 20.2499 10.2095 21.8399C10.7895 21.9399 11.3895 21.9999 11.9995 21.9999H12.1595C14.0095 19.7399 15.4095 17.1799 16.3495 14.2999C16.7595 13.5599 16.9795 12.7299 16.9795 11.8899C16.9795 10.3199 16.2395 8.9399 15.0995 8.0199ZM14.9295 13.6099C14.3295 14.6599 13.1895 15.3199 11.9695 15.3199C10.7495 15.3199 9.61945 14.6599 9.00945 13.6099C8.69945 13.0699 8.54945 12.4999 8.54945 11.8899C8.54945 9.9999 10.0795 8.4699 11.9695 8.4699C13.8595 8.4699 15.3995 9.9999 15.3995 11.8899C15.3995 12.4999 15.2395 13.0699 14.9295 13.6099Z\" fill=\"\"/>\n</svg>\n</li><li title=\"clipboard close \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.2391 3.6499H7.75906C5.28906 3.6499 3.28906 5.6599 3.28906 8.1199V17.5299C3.28906 19.9899 5.29906 21.9999 7.75906 21.9999H16.2291C18.6991 21.9999 20.6991 19.9899 20.6991 17.5299V8.1199C20.7091 5.6499 18.6991 3.6499 16.2391 3.6499Z\" fill=\"\"/>\n<path d=\"M14.3498 2H9.64977C8.60977 2 7.75977 2.84 7.75977 3.88V4.82C7.75977 5.86 8.59977 6.7 9.63977 6.7H14.3498C15.3898 6.7 16.2298 5.86 16.2298 4.82V3.88C16.2398 2.84 15.3898 2 14.3498 2Z\" fill=\"\"/>\n<path d=\"M14.5295 15.6199L13.0795 14.1699L14.4795 12.7699C14.7695 12.4799 14.7695 11.9999 14.4795 11.7099C14.1895 11.4199 13.7095 11.4199 13.4195 11.7099L12.0195 13.1099L10.5695 11.6599C10.2795 11.3699 9.79945 11.3699 9.50945 11.6599C9.21945 11.9499 9.21945 12.4299 9.50945 12.7199L10.9595 14.1699L9.46945 15.6599C9.17945 15.9499 9.17945 16.4299 9.46945 16.7199C9.61945 16.8699 9.80945 16.9399 9.99945 16.9399C10.1895 16.9399 10.3795 16.8699 10.5295 16.7199L12.0195 15.2299L13.4695 16.6799C13.6195 16.8299 13.8095 16.8999 13.9995 16.8999C14.1895 16.8999 14.3795 16.8299 14.5295 16.6799C14.8195 16.3899 14.8195 15.9199 14.5295 15.6199Z\" fill=\"\"/>\n</svg>\n</li><li title=\"clipboard export \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.2391 3.6499H7.75906C5.28906 3.6499 3.28906 5.6599 3.28906 8.1199V17.5299C3.28906 19.9899 5.29906 21.9999 7.75906 21.9999H16.2291C18.6991 21.9999 20.6991 19.9899 20.6991 17.5299V8.1199C20.7091 5.6499 18.6991 3.6499 16.2391 3.6499Z\" fill=\"\"/>\n<path d=\"M14.3498 2H9.64977C8.60977 2 7.75977 2.84 7.75977 3.88V4.82C7.75977 5.86 8.59977 6.7 9.63977 6.7H14.3498C15.3898 6.7 16.2298 5.86 16.2298 4.82V3.88C16.2398 2.84 15.3898 2 14.3498 2Z\" fill=\"\"/>\n<path d=\"M15.53 16.47L10.81 11.75H12C12.41 11.75 12.75 11.41 12.75 11C12.75 10.59 12.41 10.25 12 10.25H9C8.59 10.25 8.25 10.59 8.25 11V14C8.25 14.41 8.59 14.75 9 14.75C9.41 14.75 9.75 14.41 9.75 14V12.81L14.47 17.53C14.62 17.68 14.81 17.75 15 17.75C15.19 17.75 15.38 17.68 15.53 17.53C15.82 17.24 15.82 16.76 15.53 16.47Z\" fill=\"\"/>\n</svg>\n</li><li title=\"clipboard import \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.2391 3.6499H7.75906C5.28906 3.6499 3.28906 5.6599 3.28906 8.1199V17.5299C3.28906 19.9899 5.29906 21.9999 7.75906 21.9999H16.2291C18.6991 21.9999 20.6991 19.9899 20.6991 17.5299V8.1199C20.7091 5.6499 18.6991 3.6499 16.2391 3.6499Z\" fill=\"\"/>\n<path d=\"M14.3498 2H9.64977C8.60977 2 7.75977 2.84 7.75977 3.88V4.82C7.75977 5.86 8.59977 6.7 9.63977 6.7H14.3498C15.3898 6.7 16.2298 5.86 16.2298 4.82V3.88C16.2398 2.84 15.3898 2 14.3498 2Z\" fill=\"\"/>\n<path d=\"M14.9995 13.2499C14.5895 13.2499 14.2495 13.5899 14.2495 13.9999V15.1899L9.52945 10.4699C9.23945 10.1799 8.75945 10.1799 8.46945 10.4699C8.17945 10.7599 8.17945 11.2399 8.46945 11.5299L13.1895 16.2499H11.9995C11.5895 16.2499 11.2495 16.5899 11.2495 16.9999C11.2495 17.4099 11.5895 17.7499 11.9995 17.7499H14.9995C15.4095 17.7499 15.7495 17.4099 15.7495 16.9999V13.9999C15.7495 13.5899 15.4095 13.2499 14.9995 13.2499Z\" fill=\"\"/>\n</svg>\n</li><li title=\"clipboard text \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.2391 3.6499H7.75906C5.28906 3.6499 3.28906 5.6599 3.28906 8.1199V17.5299C3.28906 19.9899 5.29906 21.9999 7.75906 21.9999H16.2291C18.6991 21.9999 20.6991 19.9899 20.6991 17.5299V8.1199C20.7091 5.6499 18.6991 3.6499 16.2391 3.6499Z\" fill=\"\"/>\n<path d=\"M14.3498 2H9.64977C8.60977 2 7.75977 2.84 7.75977 3.88V4.82C7.75977 5.86 8.59977 6.7 9.63977 6.7H14.3498C15.3898 6.7 16.2298 5.86 16.2298 4.82V3.88C16.2398 2.84 15.3898 2 14.3498 2Z\" fill=\"\"/>\n<path d=\"M15 12.9502H8C7.59 12.9502 7.25 12.6102 7.25 12.2002C7.25 11.7902 7.59 11.4502 8 11.4502H15C15.41 11.4502 15.75 11.7902 15.75 12.2002C15.75 12.6102 15.41 12.9502 15 12.9502Z\" fill=\"\"/>\n<path d=\"M12.38 16.9502H8C7.59 16.9502 7.25 16.6102 7.25 16.2002C7.25 15.7902 7.59 15.4502 8 15.4502H12.38C12.79 15.4502 13.13 15.7902 13.13 16.2002C13.13 16.6102 12.79 16.9502 12.38 16.9502Z\" fill=\"\"/>\n</svg>\n</li><li title=\"clipboard tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.2391 3.6499H7.75906C5.28906 3.6499 3.28906 5.6599 3.28906 8.1199V17.5299C3.28906 19.9899 5.29906 21.9999 7.75906 21.9999H16.2291C18.6991 21.9999 20.6991 19.9899 20.6991 17.5299V8.1199C20.7091 5.6499 18.6991 3.6499 16.2391 3.6499Z\" fill=\"\"/>\n<path d=\"M14.3498 2H9.64977C8.60977 2 7.75977 2.84 7.75977 3.88V4.82C7.75977 5.86 8.59977 6.7 9.63977 6.7H14.3498C15.3898 6.7 16.2298 5.86 16.2298 4.82V3.88C16.2398 2.84 15.3898 2 14.3498 2Z\" fill=\"\"/>\n<path d=\"M10.81 16.9501C10.62 16.9501 10.43 16.8801 10.28 16.7301L8.78 15.2301C8.49 14.9401 8.49 14.4601 8.78 14.1701C9.07 13.8801 9.55 13.8801 9.84 14.1701L10.81 15.1401L14.28 11.6701C14.57 11.3801 15.05 11.3801 15.34 11.6701C15.63 11.9601 15.63 12.4401 15.34 12.7301L11.34 16.7301C11.2 16.8801 11 16.9501 10.81 16.9501Z\" fill=\"\"/>\n</svg>\n</li><li title=\"clipboard \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M13.89 2.8799L9.19999 2.1399C5.28999 1.5299 3.47999 2.8499 2.85999 6.7599L2.11999 11.4499C1.71999 14.0099 2.13999 15.6699 3.58999 16.6799C4.34999 17.2199 5.38999 17.5799 6.73999 17.7899L11.43 18.5299C15.34 19.1399 17.15 17.8199 17.77 13.9099L18.5 9.2199C18.62 8.4499 18.67 7.7599 18.63 7.1499C18.5 4.6499 17.03 3.3699 13.89 2.8799ZM8.23999 9.3499C7.06999 9.3499 6.11999 8.3999 6.11999 7.2399C6.11999 6.0699 7.06999 5.1199 8.23999 5.1199C9.39999 5.1199 10.35 6.0699 10.35 7.2399C10.35 8.3999 9.39999 9.3499 8.23999 9.3499Z\" fill=\"\"/>\n<path d=\"M20.4998 13.4699L18.9998 17.9799C17.7498 21.7399 15.7498 22.7399 11.9898 21.4899L7.47984 19.9899C5.20984 19.2399 3.94984 18.1999 3.58984 16.6799C4.34984 17.2199 5.38984 17.5799 6.73984 17.7899L11.4298 18.5299C15.3398 19.1399 17.1498 17.8199 17.7698 13.9099L18.4998 9.2199C18.6198 8.4499 18.6698 7.7599 18.6298 7.1499C21.0198 8.4199 21.5398 10.3399 20.4998 13.4699Z\" fill=\"\"/>\n<path d=\"M10.3491 7.24012C10.3491 8.40012 9.39914 9.35012 8.23914 9.35012C7.06914 9.35012 6.11914 8.40012 6.11914 7.24012C6.11914 6.07012 7.06914 5.12012 8.23914 5.12012C9.39914 5.12012 10.3491 6.07012 10.3491 7.24012Z\" fill=\"\"/>\n</svg>\n</li><li title=\"clock 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" fill=\"\"/>\n<path d=\"M15.7106 15.93C15.5806 15.93 15.4506 15.9 15.3306 15.82L12.2306 13.97C11.4606 13.51 10.8906 12.5 10.8906 11.61V7.51001C10.8906 7.10001 11.2306 6.76001 11.6406 6.76001C12.0506 6.76001 12.3906 7.10001 12.3906 7.51001V11.61C12.3906 11.97 12.6906 12.5 13.0006 12.68L16.1006 14.53C16.4606 14.74 16.5706 15.2 16.3606 15.56C16.2106 15.8 15.9606 15.93 15.7106 15.93Z\" fill=\"\"/>\n</svg>\n</li><li title=\"clock \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M5.5 12C5.5 8.41 8.41 5.5 12 5.5C15.59 5.5 18.5 8.41 18.5 12C18.5 14.08 17.52 15.94 16 17.13H15.99C14.89 17.99 13.51 18.5 12 18.5C10.51 18.5 9.14 18 8.04 17.15H8.03C6.49 15.96 5.5 14.1 5.5 12Z\" fill=\"\"/>\n<path d=\"M8.0293 17.1499H8.0393C9.1393 17.9999 10.5093 18.4999 11.9993 18.4999C13.5093 18.4999 14.8893 17.9899 15.9893 17.1299H15.9993L15.4893 19.5999C14.9993 21.4999 13.8993 21.9999 12.5493 21.9999H11.4593C10.1093 21.9999 8.9993 21.4999 8.5193 19.5899L8.0293 17.1499Z\" fill=\"\"/>\n<path d=\"M8.0293 6.85H8.0393C9.1393 6 10.5093 5.5 11.9993 5.5C13.5093 5.5 14.8893 6.01 15.9893 6.87H15.9993L15.4893 4.4C14.9993 2.5 13.8993 2 12.5493 2H11.4593C10.1093 2 8.9993 2.5 8.5193 4.41L8.0293 6.85Z\" fill=\"\"/>\n<path d=\"M13.4 14.5999C13.21 14.5999 13.02 14.5299 12.87 14.3799L11.47 12.9799C11.33 12.8399 11.25 12.6499 11.25 12.4499V9.65991C11.25 9.24991 11.59 8.90991 12 8.90991C12.41 8.90991 12.75 9.24991 12.75 9.65991V12.1399L13.93 13.3199C14.22 13.6099 14.22 14.0899 13.93 14.3799C13.78 14.5299 13.59 14.5999 13.4 14.5999Z\" fill=\"\"/>\n</svg>\n</li><li title=\"close circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" fill=\"\"/>\n<path d=\"M13.0594 12.0001L15.3594 9.70011C15.6494 9.41011 15.6494 8.93011 15.3594 8.64011C15.0694 8.35011 14.5894 8.35011 14.2994 8.64011L11.9994 10.9401L9.69937 8.64011C9.40937 8.35011 8.92937 8.35011 8.63938 8.64011C8.34938 8.93011 8.34938 9.41011 8.63938 9.70011L10.9394 12.0001L8.63938 14.3001C8.34938 14.5901 8.34938 15.0701 8.63938 15.3601C8.78938 15.5101 8.97937 15.5801 9.16937 15.5801C9.35937 15.5801 9.54937 15.5101 9.69937 15.3601L11.9994 13.0601L14.2994 15.3601C14.4494 15.5101 14.6394 15.5801 14.8294 15.5801C15.0194 15.5801 15.2094 15.5101 15.3594 15.3601C15.6494 15.0701 15.6494 14.5901 15.3594 14.3001L13.0594 12.0001Z\" fill=\"\"/>\n</svg>\n</li><li title=\"close square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2Z\" fill=\"\"/>\n<path d=\"M13.0594 12.0001L15.3594 9.70011C15.6494 9.41011 15.6494 8.93011 15.3594 8.64011C15.0694 8.35011 14.5894 8.35011 14.2994 8.64011L11.9994 10.9401L9.69937 8.64011C9.40937 8.35011 8.92937 8.35011 8.63938 8.64011C8.34938 8.93011 8.34938 9.41011 8.63938 9.70011L10.9394 12.0001L8.63938 14.3001C8.34938 14.5901 8.34938 15.0701 8.63938 15.3601C8.78938 15.5101 8.97937 15.5801 9.16937 15.5801C9.35937 15.5801 9.54937 15.5101 9.69937 15.3601L11.9994 13.0601L14.2994 15.3601C14.4494 15.5101 14.6394 15.5801 14.8294 15.5801C15.0194 15.5801 15.2094 15.5101 15.3594 15.3601C15.6494 15.0701 15.6494 14.5901 15.3594 14.3001L13.0594 12.0001Z\" fill=\"\"/>\n</svg>\n</li><li title=\"cloud add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M20.2693 17.1899C19.2693 18.0999 17.9793 18.5999 16.6293 18.5899H16.5393C16.8393 17.9699 16.9993 17.2699 16.9993 16.5299C16.9993 13.7699 14.7593 11.5299 11.9993 11.5299C9.23932 11.5299 6.99932 13.7699 6.99932 16.5299C6.99932 17.2699 7.15934 17.9699 7.45934 18.5899H5.5393C0.859297 18.2599 0.859297 11.4499 5.5393 11.1199H5.58935C2.37935 2.1899 15.9193 -1.3801 17.4693 7.9999C21.7993 8.5499 23.5493 14.3199 20.2693 17.1899Z\" fill=\"\"/>\n<path d=\"M12 11.53C9.24 11.53 7 13.77 7 16.53C7 17.27 7.16002 17.97 7.46002 18.59C7.54002 18.77 7.62998 18.94 7.72998 19.1C8.58998 20.55 10.18 21.53 12 21.53C13.82 21.53 15.41 20.55 16.27 19.1C16.37 18.94 16.46 18.77 16.54 18.59C16.84 17.97 17 17.27 17 16.53C17 13.77 14.76 11.53 12 11.53ZM14.07 16.1L11.94 18.07C11.8 18.2 11.61 18.27 11.43 18.27C11.24 18.27 11.05 18.2 10.9 18.05L9.90997 17.06C9.61997 16.77 9.61997 16.29 9.90997 16C10.2 15.71 10.68 15.71 10.97 16L11.45 16.48L13.05 15C13.36 14.72 13.83 14.74 14.11 15.04C14.39 15.34 14.37 15.81 14.07 16.1Z\" fill=\"\"/>\n</svg>\n</li><li title=\"cloud change \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.1093 11.85C5.2893 12.05 5.2993 16.15 8.1093 16.35H14.7793C15.5893 16.36 16.3693 16.05 16.9693 15.51C18.9493 13.78 17.8893 10.31 15.2893 9.98001C14.3593 4.34001 6.20933 6.48 8.13933 11.85\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M9 22.75C4.73 22.75 1.25 19.27 1.25 15C1.25 14.59 1.59 14.25 2 14.25C2.41 14.25 2.75 14.59 2.75 15C2.75 17.96 4.80999 20.44 7.57999 21.09L7.31 20.64C7.1 20.28 7.21001 19.82 7.57001 19.61C7.92001 19.4 8.39001 19.51 8.60001 19.87L9.64999 21.62C9.78999 21.85 9.79 22.14 9.66 22.37C9.52 22.6 9.27 22.75 9 22.75Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M22.0004 9.75C21.5904 9.75 21.2504 9.41 21.2504 9C21.2504 6.04 19.1904 3.55997 16.4204 2.90997L16.6904 3.35999C16.9004 3.71999 16.7904 4.18001 16.4304 4.39001C16.0804 4.60001 15.6104 4.49001 15.4004 4.13L14.3504 2.38C14.2104 2.15 14.2104 1.86 14.3404 1.63C14.4704 1.39 14.7204 1.25 14.9904 1.25C19.2604 1.25 22.7404 4.73 22.7404 9C22.7504 9.41 22.4104 9.75 22.0004 9.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"cloud connection \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M19.2007 14.7799C18.3407 15.5699 17.2007 16.0099 16.0307 15.9999H6.3707C2.3007 15.7099 2.2907 9.79993 6.3707 9.50993H6.41071C3.62071 1.74993 15.4107 -1.34009 16.7607 6.79991C20.5307 7.27991 22.0607 12.2899 19.2007 14.7799Z\" fill=\"\"/>\n<path d=\"M18.75 21C18.75 21.41 18.41 21.75 18 21.75H14C13.95 21.75 13.91 21.75 13.86 21.73C13.57 22.47 12.84 23 12 23C11.16 23 10.43 22.47 10.14 21.73C10.09 21.75 10.05 21.75 10 21.75H6C5.59 21.75 5.25 21.41 5.25 21C5.25 20.59 5.59 20.25 6 20.25H10C10.05 20.25 10.09 20.25 10.14 20.27C10.34 19.75 10.75 19.34 11.27 19.14C11.25 19.09 11.25 19.05 11.25 19V16H12.75V19C12.75 19.05 12.75 19.09 12.73 19.14C13.25 19.34 13.66 19.75 13.86 20.27C13.91 20.25 13.95 20.25 14 20.25H18C18.41 20.25 18.75 20.59 18.75 21Z\" fill=\"\"/>\n</svg>\n</li><li title=\"cloud cross \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.47 14.3899H10.53C9.26 14.3899 8.5 15.1499 8.5 16.4199V19.3599C8.5 20.6299 9.26 21.3899 10.53 21.3899H13.47C14.74 21.3899 15.5 20.6299 15.5 19.3599V16.4199C15.5 15.1499 14.74 14.3899 13.47 14.3899ZM13.97 18.9399C14.22 19.1899 14.22 19.5999 13.97 19.8499C13.84 19.9699 13.68 20.0299 13.51 20.0299C13.35 20.0299 13.19 19.9699 13.06 19.8499L12 18.7899L10.95 19.8499C10.82 19.9699 10.66 20.0299 10.49 20.0299C10.33 20.0299 10.17 19.9699 10.04 19.8499C9.79 19.5999 9.79 19.1899 10.04 18.9399L11.1 17.8799L10.04 16.8299C9.79 16.5799 9.79 16.1699 10.04 15.9199C10.29 15.6699 10.7 15.6699 10.95 15.9199L12 16.9799L13.06 15.9199C13.31 15.6699 13.72 15.6699 13.97 15.9199C14.22 16.1699 14.22 16.5799 13.97 16.8299L12.91 17.8799L13.97 18.9399Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M21.74 11.7401C21.13 9.74005 19.61 8.30005 17.7 7.87005C17.14 5.37005 15.6 3.58005 13.42 2.90005C11.04 2.17005 8.28 2.88005 6.55 4.69005C5.02 6.28005 4.52 8.47005 5.11 10.8001C2.98 11.3201 2 13.1801 2 14.8601C2 16.7401 3.23 18.8501 5.97 19.0401H8.5V16.4101C8.5 15.1401 9.26 14.3801 10.53 14.3801H13.47C14.74 14.3801 15.5 15.1401 15.5 16.4101V19.0401H16.31C16.32 19.0401 16.34 19.0401 16.35 19.0401C17.77 19.0401 19.13 18.5101 20.17 17.5601C21.8 16.1401 22.4 13.9101 21.74 11.7401Z\" fill=\"\"/>\n</svg>\n</li><li title=\"cloud drizzle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M21.74 11.7401C21.13 9.74005 19.61 8.30005 17.7 7.87005C17.14 5.37005 15.6 3.58005 13.42 2.90005C11.04 2.17005 8.28 2.88005 6.55 4.69005C5.02 6.28005 4.52 8.47005 5.11 10.8001C2.98 11.3201 2 13.1801 2 14.8601C2 16.7401 3.23 18.8501 5.97 19.0401H8.5V16.4101C8.5 15.1401 9.26 14.3801 10.53 14.3801H13.47C14.74 14.3801 15.5 15.1401 15.5 16.4101V19.0401H16.31C16.32 19.0401 16.34 19.0401 16.35 19.0401C17.77 19.0401 19.13 18.5101 20.17 17.5601C21.8 16.1401 22.4 13.9101 21.74 11.7401Z\" fill=\"\"/>\n<path d=\"M13.47 14.3899H10.53C9.26 14.3899 8.5 15.1499 8.5 16.4199V19.3599C8.5 20.6299 9.26 21.3899 10.53 21.3899H13.47C14.74 21.3899 15.5 20.6299 15.5 19.3599V16.4199C15.5 15.1499 14.74 14.3899 13.47 14.3899ZM11.71 18.8399L10.47 20.0699C10.38 20.1599 10.26 20.2099 10.15 20.2099C10.02 20.2099 9.91 20.1599 9.82 20.0699C9.64 19.8899 9.64 19.5999 9.82 19.4199L11.05 18.1799C11.24 17.9999 11.53 17.9999 11.71 18.1799C11.89 18.3599 11.89 18.6599 11.71 18.8399ZM11.71 16.3599L10.47 17.5999C10.38 17.6899 10.26 17.7399 10.15 17.7399C10.02 17.7399 9.91 17.6899 9.82 17.5999C9.64 17.4199 9.64 17.1199 9.82 16.9399L11.05 15.7099C11.24 15.5299 11.53 15.5299 11.71 15.7099C11.89 15.8899 11.89 16.1799 11.71 16.3599ZM14.18 18.8399L12.95 20.0699C12.85 20.1599 12.74 20.2099 12.62 20.2099C12.5 20.2099 12.38 20.1599 12.29 20.0699C12.11 19.8899 12.11 19.5999 12.29 19.4199L13.53 18.1799C13.71 17.9999 14 17.9999 14.18 18.1799C14.36 18.3599 14.36 18.6599 14.18 18.8399ZM14.18 16.3599L12.95 17.5999C12.85 17.6899 12.74 17.7399 12.62 17.7399C12.5 17.7399 12.38 17.6899 12.29 17.5999C12.11 17.4199 12.11 17.1199 12.29 16.9399L13.53 15.7099C13.71 15.5299 14 15.5299 14.18 15.7099C14.36 15.8899 14.36 16.1799 14.18 16.3599Z\" fill=\"\"/>\n</svg>\n</li><li title=\"cloud fog \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.799 12H4.19907C3.97907 12 3.77908 11.85 3.70908 11.64C0.959081 2.55003 14.8391 -0.939963 16.4391 8.82004C18.0991 9.03004 19.409 9.97003 20.219 11.23C20.439 11.56 20.189 12 19.799 12Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M20 15.78H4C3.59 15.78 3.25 15.44 3.25 15.03C3.25 14.62 3.59 14.28 4 14.28H20C20.41 14.28 20.75 14.62 20.75 15.03C20.75 15.44 20.41 15.78 20 15.78Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M18 18.78H6C5.59 18.78 5.25 18.44 5.25 18.03C5.25 17.62 5.59 17.28 6 17.28H18C18.41 17.28 18.75 17.62 18.75 18.03C18.75 18.44 18.41 18.78 18 18.78Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M15 21.78H9C8.59 21.78 8.25 21.44 8.25 21.03C8.25 20.62 8.59 20.28 9 20.28H15C15.41 20.28 15.75 20.62 15.75 21.03C15.75 21.44 15.41 21.78 15 21.78Z\" fill=\"\"/>\n</svg>\n</li><li title=\"cloud lightning \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M21.74 11.7401C21.13 9.74005 19.61 8.30005 17.7 7.87005C17.14 5.37005 15.6 3.58005 13.42 2.90005C11.04 2.17005 8.28 2.88005 6.55 4.69005C5.02 6.28005 4.52 8.47005 5.11 10.8001C2.98 11.3201 2 13.1801 2 14.8601C2 16.7401 3.23 18.8501 5.97 19.0401H8.5V16.4101C8.5 15.1401 9.26 14.3801 10.53 14.3801H13.47C14.74 14.3801 15.5 15.1401 15.5 16.4101V19.0401H16.31C16.32 19.0401 16.34 19.0401 16.35 19.0401C17.77 19.0401 19.13 18.5101 20.17 17.5601C21.8 16.1401 22.4 13.9101 21.74 11.7401Z\" fill=\"\"/>\n<path d=\"M13.47 14.3899H10.53C9.26 14.3899 8.5 15.1499 8.5 16.4199V19.3599C8.5 20.6299 9.26 21.3899 10.53 21.3899H13.47C14.74 21.3899 15.5 20.6299 15.5 19.3599V16.4199C15.5 15.1499 14.74 14.3899 13.47 14.3899ZM13.67 18.0499L12 19.9499L11.8 20.1799C11.53 20.4899 11.3 20.4099 11.3 19.9899V18.2099H10.54C10.19 18.2099 10.1 17.9999 10.33 17.7399L12 15.8399L12.2 15.6099C12.47 15.2999 12.7 15.3799 12.7 15.7999V17.5799H13.46C13.81 17.5699 13.9 17.7899 13.67 18.0499Z\" fill=\"\"/>\n</svg>\n</li><li title=\"cloud minus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M21.74 11.7401C21.13 9.74005 19.61 8.30005 17.7 7.87005C17.14 5.37005 15.6 3.58005 13.42 2.90005C11.04 2.17005 8.28 2.88005 6.55 4.69005C5.02 6.28005 4.52 8.47005 5.11 10.8001C2.98 11.3201 2 13.1801 2 14.8601C2 16.7401 3.23 18.8501 5.97 19.0401H8.5V16.4101C8.5 15.1401 9.26 14.3801 10.53 14.3801H13.47C14.74 14.3801 15.5 15.1401 15.5 16.4101V19.0401H16.31C16.32 19.0401 16.34 19.0401 16.35 19.0401C17.77 19.0401 19.13 18.5101 20.17 17.5601C21.8 16.1401 22.4 13.9101 21.74 11.7401Z\" fill=\"\"/>\n<path d=\"M13.47 14.3899H10.53C9.26 14.3899 8.5 15.1499 8.5 16.4199V19.3599C8.5 20.6299 9.26 21.3899 10.53 21.3899H13.47C14.74 21.3899 15.5 20.6299 15.5 19.3599V16.4199C15.5 15.1499 14.74 14.3899 13.47 14.3899ZM13.71 18.4599H10.3C9.94 18.4599 9.65 18.1699 9.65 17.8099C9.65 17.4599 9.94 17.1699 10.3 17.1699H13.72C14.07 17.1699 14.36 17.4599 14.36 17.8099C14.35 18.1799 14.06 18.4599 13.71 18.4599Z\" fill=\"\"/>\n</svg>\n</li><li title=\"cloud notif \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M20.5691 11.0099C19.8091 10.0999 18.8091 9.48994 17.6691 9.23994C17.4191 8.08994 16.9591 7.08994 16.3091 6.26994C16.2891 6.23994 16.2691 6.20994 16.2491 6.18994C14.0591 3.53994 10.4691 3.54994 8.04906 4.91994C5.97906 6.09994 4.21906 8.58994 5.13906 12.1599C3.01906 12.6799 2.03906 14.5299 2.03906 16.1999C2.03906 18.0699 3.25906 20.1799 5.98906 20.3699H16.2891C16.2991 20.3699 16.3191 20.3699 16.3291 20.3699C17.7491 20.3699 19.0991 19.8499 20.1391 18.8899C22.6591 16.6899 22.3291 13.0799 20.5691 11.0099Z\" fill=\"\"/>\n<path d=\"M21.2698 8.76001C21.2698 9.78001 20.7998 10.7 20.0398 11.3C19.4898 11.75 18.7798 12.02 18.0098 12.02C16.2198 12.02 14.7598 10.56 14.7598 8.77001C14.7598 7.88001 15.1198 7.07001 15.7198 6.48001V6.47001C16.3098 5.88001 17.1198 5.51001 18.0098 5.51001C19.8098 5.51001 21.2698 6.97001 21.2698 8.76001Z\" fill=\"\"/>\n</svg>\n</li><li title=\"cloud plus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.47 14.3899H10.53C9.26 14.3899 8.5 15.1499 8.5 16.4199V19.3599C8.5 20.6299 9.26 21.3899 10.53 21.3899H13.47C14.74 21.3899 15.5 20.6299 15.5 19.3599V16.4199C15.5 15.1499 14.74 14.3899 13.47 14.3899ZM14.41 18.3199C14.31 18.4199 14.16 18.4899 14 18.4999H12.59L12.6 19.8899C12.59 20.0599 12.53 20.1999 12.41 20.3199C12.31 20.4199 12.16 20.4899 12 20.4899C11.67 20.4899 11.4 20.2199 11.4 19.8899V18.4899L10 18.4999C9.67 18.4999 9.4 18.2199 9.4 17.8899C9.4 17.5599 9.67 17.2899 10 17.2899L11.4 17.2999V15.8999C11.4 15.5699 11.67 15.2899 12 15.2899C12.33 15.2899 12.6 15.5699 12.6 15.8999L12.59 17.2899H14C14.33 17.2899 14.6 17.5599 14.6 17.8899C14.59 18.0599 14.52 18.1999 14.41 18.3199Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M21.74 11.7401C21.13 9.74005 19.61 8.30005 17.7 7.87005C17.14 5.37005 15.6 3.58005 13.42 2.90005C11.04 2.17005 8.28 2.88005 6.55 4.69005C5.02 6.28005 4.52 8.47005 5.11 10.8001C2.98 11.3201 2 13.1801 2 14.8601C2 16.7401 3.23 18.8501 5.97 19.0401H8.5V16.4101C8.5 15.1401 9.26 14.3801 10.53 14.3801H13.47C14.74 14.3801 15.5 15.1401 15.5 16.4101V19.0401H16.31C16.32 19.0401 16.34 19.0401 16.35 19.0401C17.77 19.0401 19.13 18.5101 20.17 17.5601C21.8 16.1401 22.4 13.9101 21.74 11.7401Z\" fill=\"\"/>\n</svg>\n</li><li title=\"cloud remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M20.2693 17.1899C19.2693 18.0999 17.9793 18.5999 16.6293 18.5899H16.5393C16.8393 17.9699 16.9993 17.2699 16.9993 16.5299C16.9993 13.7699 14.7593 11.5299 11.9993 11.5299C9.2393 11.5299 6.9993 13.7699 6.9993 16.5299C6.9993 17.2699 7.1593 17.9699 7.4593 18.5899H5.5393C0.859297 18.2599 0.859297 11.4499 5.5393 11.1199H5.5893C2.3793 2.1899 15.9193 -1.3801 17.4693 7.9999C21.7993 8.5499 23.5493 14.3199 20.2693 17.1899Z\" fill=\"\"/>\n<path d=\"M12 11.53C9.24 11.53 7 13.77 7 16.53C7 17.27 7.16 17.97 7.46 18.59C7.54 18.77 7.63 18.94 7.73 19.1C8.59 20.55 10.18 21.53 12 21.53C13.82 21.53 15.41 20.55 16.27 19.1C16.37 18.94 16.46 18.77 16.54 18.59C16.84 17.97 17 17.27 17 16.53C17 13.77 14.76 11.53 12 11.53ZM13.5 18.14C13.35 18.29 13.16 18.36 12.97 18.36C12.78 18.36 12.59 18.29 12.44 18.14L11.91 17.61L11.36 18.16C11.21 18.31 11.02 18.38 10.83 18.38C10.64 18.38 10.45 18.31 10.3 18.16C10.01 17.87 10.01 17.39 10.3 17.1L10.85 16.55L10.32 16.02C10.03 15.73 10.03 15.25 10.32 14.96C10.61 14.67 11.09 14.67 11.38 14.96L11.91 15.49L12.41 14.99C12.7 14.7 13.18 14.7 13.47 14.99C13.76 15.28 13.76 15.76 13.47 16.05L12.97 16.55L13.5 17.08C13.79 17.38 13.79 17.85 13.5 18.14Z\" fill=\"\"/>\n</svg>\n</li><li title=\"cloud snow \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M21.74 11.7401C21.13 9.74005 19.61 8.30005 17.7 7.87005C17.14 5.37005 15.6 3.58005 13.42 2.90005C11.04 2.17005 8.28 2.88005 6.55 4.69005C5.02 6.28005 4.52 8.47005 5.11 10.8001C2.98 11.3201 2 13.1801 2 14.8601C2 16.7401 3.23 18.8501 5.97 19.0401H8.5V16.4101C8.5 15.1401 9.26 14.3801 10.53 14.3801H13.47C14.74 14.3801 15.5 15.1401 15.5 16.4101V19.0401H16.31C16.32 19.0401 16.34 19.0401 16.35 19.0401C17.77 19.0401 19.13 18.5101 20.17 17.5601C21.8 16.1401 22.4 13.9101 21.74 11.7401Z\" fill=\"\"/>\n<path d=\"M13.47 14.3899H10.53C9.26 14.3899 8.5 15.1499 8.5 16.4199V19.3599C8.5 20.6299 9.26 21.3899 10.53 21.3899H13.47C14.74 21.3899 15.5 20.6299 15.5 19.3599V16.4199C15.5 15.1499 14.74 14.3899 13.47 14.3899ZM10.5 17.6299C10.08 17.6299 9.75 17.2899 9.75 16.8799C9.75 16.4699 10.08 16.1299 10.5 16.1299C10.92 16.1299 11.25 16.4699 11.25 16.8799C11.25 17.2899 10.91 17.6299 10.5 17.6299ZM12 19.8799C11.59 19.8799 11.25 19.5399 11.25 19.1299C11.25 18.7199 11.59 18.3799 12 18.3799C12.41 18.3799 12.75 18.7199 12.75 19.1299C12.75 19.5399 12.42 19.8799 12 19.8799ZM13.51 17.6299C13.09 17.6299 12.76 17.2899 12.76 16.8799C12.76 16.4699 13.09 16.1299 13.51 16.1299C13.93 16.1299 14.26 16.4699 14.26 16.8799C14.26 17.2899 13.92 17.6299 13.51 17.6299Z\" fill=\"\"/>\n</svg>\n</li><li title=\"cloud sunny \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M20.6098 10.83C19.8398 9.90996 18.8498 9.30996 17.6998 9.04996C17.4398 7.88996 16.9898 6.88996 16.3298 6.05996C16.3098 6.02996 16.2898 5.99996 16.2698 5.97996C14.0698 3.31996 10.4698 3.32996 8.03977 4.70996C5.95977 5.89996 4.18977 8.40996 5.11977 11.99C2.98977 12.51 2.00977 14.37 2.00977 16.05C2.00977 17.93 3.23977 20.04 5.97977 20.24H16.3198C16.3298 20.24 16.3498 20.24 16.3598 20.24C17.7798 20.24 19.1398 19.71 20.1898 18.75C22.6998 16.53 22.3698 12.91 20.6098 10.83Z\" fill=\"\"/>\n<path d=\"M21.7609 8.74001C21.7609 9.64001 21.4409 10.5 20.8609 11.16C20.7909 11.05 20.7009 10.94 20.6109 10.83C19.8509 9.92001 18.8509 9.30001 17.7009 9.05001C17.4509 7.89001 16.9909 6.90001 16.3309 6.07001C16.3209 6.04001 16.2909 6.01001 16.2709 5.99001C16.1709 5.87001 16.0609 5.76001 15.9609 5.65001C16.5709 5.23001 17.2709 5.01001 18.0309 5.01001C20.0909 5.01001 21.7609 6.68001 21.7609 8.74001Z\" fill=\"\"/>\n</svg>\n</li><li title=\"cloud \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.4798 10.6901L2.00977 15.7201C2.11977 14.1301 3.10977 12.4601 5.10977 11.9701C4.51977 9.6401 5.01977 7.4501 6.53977 5.8601C8.26977 4.0501 11.0298 3.3301 13.4098 4.0701C15.5998 4.7401 17.1398 6.5401 17.6898 9.0401C18.7798 9.2901 19.7498 9.8601 20.4798 10.6901Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M20.17 18.7399C19.13 19.6899 17.77 20.2199 16.35 20.2199H5.97C3.23 20.0199 2 17.9099 2 16.0299C2 15.9299 2 15.8299 2.01 15.7199L20.48 10.6899C21.05 11.2999 21.48 12.0499 21.74 12.9099C22.4 15.0799 21.8 17.3099 20.17 18.7399Z\" fill=\"\"/>\n</svg>\n</li><li title=\"code 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M22 8V16.19C22 19.83 19.83 22 16.19 22H7.81C4.17 22 2 19.83 2 16.19V8.01L22 8Z\" fill=\"\"/>\n<path d=\"M9.00094 17.7499C8.89094 17.7499 8.77094 17.7199 8.67094 17.6699C7.90094 17.2799 7.24094 16.6999 6.76094 15.9799C6.36094 15.3799 6.36094 14.6099 6.76094 14.0099C7.24094 13.2899 7.90094 12.7099 8.67094 12.3299C9.04094 12.1399 9.49094 12.2999 9.68094 12.6699C9.87094 13.0399 9.72094 13.4899 9.34094 13.6799C8.80094 13.9499 8.34094 14.3599 8.01094 14.8599C7.95094 14.9499 7.95094 15.0699 8.01094 15.1699C8.34094 15.6699 8.80094 16.0799 9.34094 16.3499C9.71094 16.5399 9.86094 16.9899 9.68094 17.3599C9.54094 17.5999 9.27094 17.7499 9.00094 17.7499Z\" fill=\"\"/>\n<path d=\"M15.2092 17.7499C14.9292 17.7499 14.6692 17.5999 14.5392 17.3399C14.3492 16.9699 14.4992 16.5199 14.8792 16.3299C15.4192 16.0599 15.8792 15.6499 16.2092 15.1499C16.2692 15.0599 16.2692 14.9399 16.2092 14.8399C15.8792 14.3399 15.4192 13.9299 14.8792 13.6599C14.5092 13.4699 14.3592 13.0199 14.5392 12.6499C14.7292 12.2799 15.1792 12.1299 15.5492 12.3099C16.3192 12.6999 16.9792 13.2799 17.4592 13.9999C17.8592 14.5999 17.8592 15.3699 17.4592 15.9699C16.9792 16.6899 16.3192 17.2699 15.5492 17.6499C15.4292 17.7199 15.3192 17.7499 15.2092 17.7499Z\" fill=\"\"/>\n<path d=\"M22 7.81V8L2 8.01V7.81C2 4.17 4.17 2 7.81 2H16.19C19.83 2 22 4.17 22 7.81Z\" fill=\"\"/>\n</svg>\n</li><li title=\"code circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" fill=\"\"/>\n<path d=\"M7.99945 14.75C7.80945 14.75 7.61945 14.68 7.46945 14.53L5.46945 12.53C5.17945 12.24 5.17945 11.7599 5.46945 11.4699L7.46945 9.46994C7.75945 9.17994 8.23945 9.17994 8.52945 9.46994C8.81945 9.75994 8.81945 10.24 8.52945 10.53L7.05945 12L8.52945 13.4699C8.81945 13.7599 8.81945 14.24 8.52945 14.53C8.37945 14.68 8.18945 14.75 7.99945 14.75Z\" fill=\"\"/>\n<path d=\"M15.9995 14.75C15.8095 14.75 15.6195 14.68 15.4695 14.53C15.1795 14.24 15.1795 13.7599 15.4695 13.4699L16.9395 12L15.4695 10.53C15.1795 10.24 15.1795 9.75994 15.4695 9.46994C15.7595 9.17994 16.2395 9.17994 16.5295 9.46994L18.5295 11.4699C18.8195 11.7599 18.8195 12.24 18.5295 12.53L16.5295 14.53C16.3795 14.68 16.1895 14.75 15.9995 14.75Z\" fill=\"\"/>\n<path d=\"M11.0001 15.0801C10.9001 15.0801 10.8001 15.0601 10.7101 15.0201C10.3301 14.8601 10.1501 14.4201 10.3201 14.0301L12.3201 9.36004C12.4801 8.98004 12.9201 8.80002 13.3001 8.97002C13.6801 9.13002 13.8601 9.57008 13.6901 9.96008L11.6901 14.6301C11.5701 14.9101 11.2901 15.0801 11.0001 15.0801Z\" fill=\"\"/>\n</svg>\n</li><li title=\"code \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2Z\" fill=\"\"/>\n<path d=\"M6.89088 15.75C6.61088 15.75 6.35088 15.6 6.22088 15.34C6.03088 14.97 6.18088 14.52 6.56088 14.33C7.43088 13.9 8.17088 13.24 8.70088 12.44C8.88088 12.17 8.88088 11.83 8.70088 11.56C8.16088 10.76 7.42088 10.1 6.56088 9.67002C6.18088 9.49002 6.03088 9.04002 6.22088 8.66002C6.40088 8.29002 6.85088 8.14002 7.22088 8.33002C8.32088 8.88002 9.26088 9.71002 9.94088 10.73C10.4509 11.5 10.4509 12.5 9.94088 13.27C9.26088 14.29 8.32088 15.12 7.22088 15.67C7.12088 15.72 7.00088 15.75 6.89088 15.75Z\" fill=\"\"/>\n<path d=\"M17 15.75H13C12.59 15.75 12.25 15.41 12.25 15C12.25 14.59 12.59 14.25 13 14.25H17C17.41 14.25 17.75 14.59 17.75 15C17.75 15.41 17.41 15.75 17 15.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"coffee \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.6\" d=\"M17.79 10.47V12H2V10.47C2 8.15001 3.89 6.26001 6.21 6.26001H13.58C15.9 6.26001 17.79 8.15001 17.79 10.47Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M17.79 12V17.79C17.79 20.11 15.9 22 13.58 22H6.21C3.89 22 2 20.11 2 17.79V12H17.79Z\" fill=\"\"/>\n<path d=\"M5.5 5.12012C5.09 5.12012 4.75 4.78012 4.75 4.37012V2.62012C4.75 2.21012 5.09 1.87012 5.5 1.87012C5.91 1.87012 6.25 2.21012 6.25 2.62012V4.37012C6.25 4.79012 5.91 5.12012 5.5 5.12012Z\" fill=\"\"/>\n<path d=\"M9.5 5.12012C9.09 5.12012 8.75 4.78012 8.75 4.37012V2.62012C8.75 2.21012 9.09 1.87012 9.5 1.87012C9.91 1.87012 10.25 2.21012 10.25 2.62012V4.37012C10.25 4.79012 9.91 5.12012 9.5 5.12012Z\" fill=\"\"/>\n<path d=\"M13.5 5.12012C13.09 5.12012 12.75 4.78012 12.75 4.37012V2.62012C12.75 2.21012 13.09 1.87012 13.5 1.87012C13.91 1.87012 14.25 2.21012 14.25 2.62012V4.37012C14.25 4.79012 13.91 5.12012 13.5 5.12012Z\" fill=\"\"/>\n<path d=\"M21.6498 14.3199C21.6498 16.4699 19.9098 18.2099 17.7598 18.2099V10.4199C19.8998 10.4199 21.6498 12.1699 21.6498 14.3199Z\" fill=\"\"/>\n</svg>\n</li><li title=\"coin 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M9.99 17.98C14.4028 17.98 17.98 14.4028 17.98 9.99C17.98 5.57724 14.4028 2 9.99 2C5.57724 2 2 5.57724 2 9.99C2 14.4028 5.57724 17.98 9.99 17.98Z\" fill=\"\"/>\n<path d=\"M21.9701 15.9901C21.9701 19.2901 19.2901 21.9701 15.9901 21.9701C13.9501 21.9701 12.1601 20.9501 11.0801 19.4001C15.4401 18.9101 18.9101 15.4401 19.4001 11.0801C20.9501 12.1601 21.9701 13.9501 21.9701 15.9901Z\" fill=\"\"/>\n<path d=\"M11.45 9.71016L9.05 8.87016C8.81 8.79016 8.76 8.77016 8.76 8.42016C8.76 8.16016 8.94 7.95016 9.17 7.95016H10.67C10.99 7.95016 11.25 8.24016 11.25 8.60016C11.25 9.01016 11.59 9.35016 12 9.35016C12.41 9.35016 12.75 9.01016 12.75 8.60016C12.75 7.45016 11.86 6.51016 10.75 6.46016V6.41016C10.75 6.00016 10.41 5.66016 10 5.66016C9.59 5.66016 9.25 5.99016 9.25 6.41016V6.46016H9.16C8.11 6.46016 7.25 7.34016 7.25 8.43016C7.25 9.38016 7.67 9.99016 8.54 10.2902L10.95 11.1302C11.19 11.2102 11.24 11.2302 11.24 11.5802C11.24 11.8402 11.06 12.0502 10.83 12.0502H9.33C9.01 12.0502 8.75 11.7602 8.75 11.4002C8.75 10.9902 8.41 10.6502 8 10.6502C7.59 10.6502 7.25 10.9902 7.25 11.4002C7.25 12.5502 8.14 13.4902 9.25 13.5402V13.6002C9.25 14.0102 9.59 14.3502 10 14.3502C10.41 14.3502 10.75 14.0102 10.75 13.6002V13.5502H10.84C11.89 13.5502 12.75 12.6702 12.75 11.5802C12.75 10.6302 12.32 10.0202 11.45 9.71016Z\" fill=\"\"/>\n</svg>\n</li><li title=\"coin \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.5 12.6499V16.3499C18.5 19.4699 15.59 21.9999 12 21.9999C8.41 21.9999 5.5 19.4699 5.5 16.3499V12.6499C5.5 15.7699 8.41 17.9999 12 17.9999C15.59 17.9999 18.5 15.7699 18.5 12.6499Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M18.5 7.6499V12.6499C18.5 15.7699 15.59 17.9999 12 17.9999C8.41 17.9999 5.5 15.7699 5.5 12.6499V7.6499C5.5 8.5599 5.75 9.3999 6.19 10.1199C7.26 11.8799 9.46 12.9999 12 12.9999C14.54 12.9999 16.74 11.8799 17.81 10.1199C18.25 9.3999 18.5 8.5599 18.5 7.6499Z\" fill=\"\"/>\n<path d=\"M18.5 7.65C18.5 8.56 18.25 9.4 17.81 10.12C16.74 11.88 14.54 13 12 13C9.46 13 7.26 11.88 6.19 10.12C5.75 9.4 5.5 8.56 5.5 7.65C5.5 4.53 8.41 2 12 2C13.8 2 15.42 2.63 16.6 3.65C17.77 4.68 18.5 6.09 18.5 7.65Z\" fill=\"\"/>\n</svg>\n</li><li title=\"color swatch \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M22 16.5V19.5C22 21 21 22 19.5 22H6C6.41 22 6.83 21.94 7.22 21.81C7.33 21.77 7.43999 21.73 7.54999 21.68C7.89999 21.54 8.24001 21.34 8.54001 21.08C8.63001 21.01 8.73001 20.92 8.82001 20.83L8.85999 20.79L15.66 14H19.5C21 14 22 15 22 16.5Z\" fill=\"\"/>\n<path opacity=\"0.6\" d=\"M18.3694 11.29L15.6594 14L8.85938 20.79C9.55937 20.07 9.99939 19.08 9.99939 18V8.33996L12.7094 5.62996C13.7694 4.56996 15.1894 4.56996 16.2494 5.62996L18.3694 7.74996C19.4294 8.80996 19.4294 10.23 18.3694 11.29Z\" fill=\"\"/>\n<path d=\"M7.5 2H4.5C3 2 2 3 2 4.5V18C2 18.27 2.02999 18.54 2.07999 18.8C2.10999 18.93 2.13999 19.06 2.17999 19.19C2.22999 19.34 2.28 19.49 2.34 19.63C2.35 19.64 2.35001 19.65 2.35001 19.65C2.36001 19.65 2.36001 19.65 2.35001 19.66C2.49001 19.94 2.65 20.21 2.84 20.46C2.95 20.59 3.06001 20.71 3.17001 20.83C3.28001 20.95 3.4 21.05 3.53 21.15L3.54001 21.16C3.79001 21.35 4.06 21.51 4.34 21.65C4.35 21.64 4.35001 21.64 4.35001 21.65C4.50001 21.72 4.65 21.77 4.81 21.82C4.94 21.86 5.07001 21.89 5.20001 21.92C5.46001 21.97 5.73 22 6 22C6.41 22 6.83 21.94 7.22 21.81C7.33 21.77 7.43999 21.73 7.54999 21.68C7.89999 21.54 8.24001 21.34 8.54001 21.08C8.63001 21.01 8.73001 20.92 8.82001 20.83L8.85999 20.79C9.55999 20.07 10 19.08 10 18V4.5C10 3 9 2 7.5 2ZM6 19.5C5.17 19.5 4.5 18.83 4.5 18C4.5 17.17 5.17 16.5 6 16.5C6.83 16.5 7.5 17.17 7.5 18C7.5 18.83 6.83 19.5 6 19.5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"colorfilter \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.6\" d=\"M14 16C14 17.77 13.23 19.37 12 20.46C10.94 21.42 9.54 22 8 22C4.69 22 2 19.31 2 16C2 13.24 3.88 10.9 6.42 10.21C7.11 11.95 8.59 13.29 10.42 13.79C10.92 13.93 11.45 14 12 14C12.55 14 13.08 13.93 13.58 13.79C13.85 14.47 14 15.22 14 16Z\" fill=\"\"/>\n<path d=\"M18 8C18 8.78 17.85 9.53 17.58 10.21C16.89 11.95 15.41 13.29 13.58 13.79C13.08 13.93 12.55 14 12 14C11.45 14 10.92 13.93 10.42 13.79C8.59 13.29 7.11 11.95 6.42 10.21C6.15 9.53 6 8.78 6 8C6 4.69 8.69 2 12 2C15.31 2 18 4.69 18 8Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M22 16C22 19.31 19.31 22 16 22C14.46 22 13.06 21.42 12 20.46C13.23 19.37 14 17.77 14 16C14 15.22 13.85 14.47 13.58 13.79C15.41 13.29 16.89 11.95 17.58 10.21C20.12 10.9 22 13.24 22 16Z\" fill=\"\"/>\n</svg>\n</li><li title=\"colors square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.19 2H7.82001C4.17001 2 2 4.17 2 7.81V16.18C2 19.82 4.17 21.99 7.81 21.99H16.18C19.82 21.99 21.99 19.82 21.99 16.18V7.81C22 4.17 19.83 2 16.19 2Z\" fill=\"\"/>\n<path opacity=\"0.6\" d=\"M13.2 14.4002C13.2 15.4602 12.74 16.4202 12 17.0802C11.36 17.6602 10.52 18.0002 9.59998 18.0002C7.60998 18.0002 6 16.3902 6 14.4002C6 12.7402 7.13002 11.3402 8.65002 10.9302C9.06002 11.9702 9.94999 12.7802 11.05 13.0802C11.35 13.1602 11.67 13.2102 12 13.2102C12.33 13.2102 12.65 13.1702 12.95 13.0802C13.11 13.4802 13.2 13.9302 13.2 14.4002Z\" fill=\"\"/>\n<path d=\"M15.6003 9.6C15.6003 10.07 15.5103 10.52 15.3503 10.93C14.9403 11.97 14.0504 12.78 12.9504 13.08C12.6504 13.16 12.3304 13.21 12.0004 13.21C11.6704 13.21 11.3504 13.17 11.0504 13.08C9.95035 12.78 9.06039 11.98 8.65039 10.93C8.49039 10.52 8.40039 10.07 8.40039 9.6C8.40039 7.61 10.0104 6 12.0004 6C13.9904 6 15.6003 7.61 15.6003 9.6Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M18 14.3999C18 16.3899 16.39 17.9999 14.4 17.9999C13.48 17.9999 12.64 17.6499 12 17.0799C12.74 16.4299 13.2 15.4699 13.2 14.3999C13.2 13.9299 13.11 13.4799 12.95 13.0699C14.05 12.7699 14.94 11.9699 15.35 10.9199C16.87 11.3399 18 12.7399 18 14.3999Z\" fill=\"\"/>\n</svg>\n</li><li title=\"command square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.1898 2H7.81976C4.17976 2 2.00977 4.17 2.00977 7.81V16.18C2.00977 19.82 4.17976 21.99 7.81976 21.99H16.1898C19.8298 21.99 21.9998 19.82 21.9998 16.18V7.81C21.9998 4.17 19.8298 2 16.1898 2Z\" fill=\"\"/>\n<path d=\"M10.7496 14.1498H13.2596C13.7496 14.1498 14.1596 13.7498 14.1596 13.2498V10.7398C14.1596 10.2498 13.7596 9.83984 13.2596 9.83984H10.7496C10.2596 9.83984 9.84961 10.2398 9.84961 10.7398V13.2498C9.84961 13.7498 10.2496 14.1498 10.7496 14.1498Z\" fill=\"\"/>\n<path d=\"M7.79999 17.9999C8.78999 17.9999 9.59998 17.1899 9.59998 16.1999V15.3999C9.59998 14.8499 9.14998 14.3999 8.59998 14.3999H7.79999C6.80999 14.3999 6 15.2099 6 16.1999C6 17.1899 6.80999 17.9999 7.79999 17.9999Z\" fill=\"\"/>\n<path d=\"M7.79999 9.60001H8.59998C9.14998 9.60001 9.59998 9.15001 9.59998 8.60001V7.79999C9.59998 6.80999 8.78999 6 7.79999 6C6.80999 6 6 6.80999 6 7.79999C6 8.78999 6.80999 9.60001 7.79999 9.60001Z\" fill=\"\"/>\n<path d=\"M15.4004 9.60001H16.2004C17.1904 9.60001 18.0004 8.78999 18.0004 7.79999C18.0004 6.80999 17.1904 6 16.2004 6C15.2104 6 14.4004 6.80999 14.4004 7.79999V8.60001C14.4004 9.15001 14.8504 9.60001 15.4004 9.60001Z\" fill=\"\"/>\n<path d=\"M16.2004 17.9999C17.1904 17.9999 18.0004 17.1899 18.0004 16.1999C18.0004 15.2099 17.1904 14.3999 16.2004 14.3999H15.4004C14.8504 14.3999 14.4004 14.8499 14.4004 15.3999V16.1999C14.4004 17.1899 15.2104 17.9999 16.2004 17.9999Z\" fill=\"\"/>\n</svg>\n</li><li title=\"command \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 8H8V16H16V8Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M5 22C6.65 22 8 20.65 8 19V16H5C3.35 16 2 17.35 2 19C2 20.65 3.35 22 5 22Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M5 8H8V5C8 3.35 6.65 2 5 2C3.35 2 2 3.35 2 5C2 6.65 3.35 8 5 8Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M16 8H19C20.65 8 22 6.65 22 5C22 3.35 20.65 2 19 2C17.35 2 16 3.35 16 5V8Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M19 22C20.65 22 22 20.65 22 19C22 17.35 20.65 16 19 16H16V19C16 20.65 17.35 22 19 22Z\" fill=\"\"/>\n</svg>\n</li><li title=\"component \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.9498 14.55L14.5598 20.94C13.1598 22.34 10.8598 22.34 9.44978 20.94L3.05977 14.55C1.65977 13.15 1.65977 10.85 3.05977 9.44001L9.44978 3.05C10.8498 1.65 13.1498 1.65 14.5598 3.05L20.9498 9.44001C22.3498 10.85 22.3498 13.15 20.9498 14.55Z\" fill=\"\"/>\n</svg>\n</li><li title=\"computing \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M22 7.81V16.19C22 19.83 19.83 22 16.19 22H7.81C6.32 22 5.08 21.64 4.13 20.95C3.71 20.66 3.34 20.29 3.05 19.87C2.36 18.92 2 17.68 2 16.19V7.81C2 4.17 4.17 2 7.81 2H16.19C17.68 2 18.92 2.36 19.87 3.05C20.29 3.34 20.66 3.71 20.95 4.13C21.64 5.08 22 6.32 22 7.81Z\" fill=\"\"/>\n<path d=\"M20.9508 4.13005L4.13078 20.9501C3.71078 20.66 3.34078 20.2901 3.05078 19.8701L19.8708 3.05005C20.2908 3.34005 20.6608 3.71005 20.9508 4.13005Z\" fill=\"\"/>\n<path d=\"M18.5 14.75H16.81V13C16.81 12.59 16.47 12.25 16.06 12.25C15.65 12.25 15.31 12.59 15.31 13V14.75H13.5C13.09 14.75 12.75 15.09 12.75 15.5C12.75 15.91 13.09 16.25 13.5 16.25H15.31V18C15.31 18.41 15.65 18.75 16.06 18.75C16.47 18.75 16.81 18.41 16.81 18V16.25H18.5C18.91 16.25 19.25 15.91 19.25 15.5C19.25 15.09 18.91 14.75 18.5 14.75Z\" fill=\"\"/>\n<path d=\"M10.5 8.25H5.5C5.09 8.25 4.75 7.91 4.75 7.5C4.75 7.09 5.09 6.75 5.5 6.75H10.5C10.91 6.75 11.25 7.09 11.25 7.5C11.25 7.91 10.91 8.25 10.5 8.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"convert 3d cube \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M15.0002 22.75C14.7302 22.75 14.4802 22.6 14.3502 22.37C14.2202 22.14 14.2202 21.85 14.3602 21.62L15.4102 19.87C15.6202 19.51 16.0802 19.4 16.4402 19.61C16.8002 19.82 16.9102 20.28 16.7002 20.64L16.4302 21.09C19.1902 20.44 21.2602 17.96 21.2602 15C21.2602 14.59 21.6002 14.25 22.0102 14.25C22.4202 14.25 22.7602 14.59 22.7602 15C22.7502 19.27 19.2702 22.75 15.0002 22.75Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M2 9.75C1.59 9.75 1.25 9.41 1.25 9C1.25 4.73 4.73 1.25 9 1.25C9.27 1.25 9.51999 1.4 9.64999 1.63C9.77999 1.86 9.78 2.15 9.64 2.38L8.59 4.13C8.38 4.49001 7.92 4.60001 7.56 4.39001C7.2 4.18001 7.09 3.71999 7.3 3.35999L7.57001 2.90997C4.81001 3.55997 2.74001 6.04 2.74001 9C2.75001 9.41 2.41 9.75 2 9.75Z\" fill=\"\"/>\n<path d=\"M10.6709 13.8499L7.53093 12.1599C7.20093 11.9799 6.80093 11.9799 6.47093 12.1599L3.33093 13.8499C3.10093 13.9699 2.96094 14.2199 2.96094 14.4899C2.96094 14.7599 3.10093 15.0099 3.33093 15.1299L6.47093 16.8199C6.64093 16.9099 6.82093 16.9499 7.00093 16.9499C7.18093 16.9499 7.36093 16.9099 7.53093 16.8199L10.6709 15.1299C10.9009 15.0099 11.0409 14.7599 11.0409 14.4899C11.0409 14.2199 10.8909 13.9799 10.6709 13.8499Z\" fill=\"\"/>\n<path d=\"M5.95023 17.4099L3.03023 15.9499C2.81023 15.8399 2.55023 15.8499 2.33023 15.9799C2.12023 16.1099 1.99023 16.3399 1.99023 16.5899V19.3499C1.99023 19.8299 2.25022 20.2599 2.68022 20.4699L5.60023 21.9299C5.70023 21.9799 5.81023 22.0099 5.92023 22.0099C6.05023 22.0099 6.18023 21.9699 6.30023 21.8999C6.51023 21.7699 6.64023 21.5399 6.64023 21.2899V18.5299C6.65023 18.0499 6.38023 17.6199 5.95023 17.4099Z\" fill=\"\"/>\n<path d=\"M11.6596 15.9799C11.4496 15.8499 11.1896 15.8399 10.9596 15.9499L8.0396 17.4099C7.6096 17.6199 7.34961 18.0499 7.34961 18.5299V21.2899C7.34961 21.5399 7.47961 21.7699 7.68961 21.8999C7.80961 21.9699 7.93961 22.0099 8.06961 22.0099C8.17961 22.0099 8.2896 21.9799 8.3896 21.9299L11.3096 20.4699C11.7396 20.2599 11.9996 19.8299 11.9996 19.3499V16.5899C11.9996 16.3399 11.8696 16.1099 11.6596 15.9799Z\" fill=\"\"/>\n<path d=\"M20.6709 3.82989L17.5309 2.13988C17.2009 1.95988 16.8009 1.95988 16.4709 2.13988L13.3309 3.82989C13.1009 3.94989 12.9609 4.19984 12.9609 4.46984C12.9609 4.73984 13.1009 4.98985 13.3309 5.10985L16.4709 6.79986C16.6409 6.88986 16.8209 6.92986 17.0009 6.92986C17.1809 6.92986 17.3609 6.88986 17.5309 6.79986L20.6709 5.10985C20.9009 4.98985 21.0409 4.73984 21.0409 4.46984C21.0409 4.18984 20.8909 3.94989 20.6709 3.82989Z\" fill=\"\"/>\n<path d=\"M15.9502 7.37987L13.0302 5.91985C12.8102 5.80985 12.5502 5.81988 12.3302 5.94988C12.1202 6.07988 11.9902 6.30987 11.9902 6.55987V9.31987C11.9902 9.79987 12.2502 10.2299 12.6802 10.4399L15.6002 11.8999C15.7002 11.9499 15.8102 11.9798 15.9202 11.9798C16.0502 11.9798 16.1802 11.9399 16.3002 11.8699C16.5102 11.7399 16.6402 11.5099 16.6402 11.2599V8.49987C16.6502 8.01987 16.3802 7.58987 15.9502 7.37987Z\" fill=\"\"/>\n<path d=\"M21.6596 5.94988C21.4496 5.81988 21.1896 5.80985 20.9596 5.91985L18.0396 7.37987C17.6096 7.58987 17.3496 8.01987 17.3496 8.49987V11.2599C17.3496 11.5099 17.4796 11.7399 17.6896 11.8699C17.8096 11.9399 17.9396 11.9798 18.0696 11.9798C18.1796 11.9798 18.2896 11.9499 18.3896 11.8999L21.3096 10.4399C21.7396 10.2299 21.9996 9.79987 21.9996 9.31987V6.55987C21.9996 6.30987 21.8696 6.07988 21.6596 5.94988Z\" fill=\"\"/>\n</svg>\n</li><li title=\"convert card \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 14.25C22.4142 14.25 22.75 14.5858 22.75 15C22.75 19.2842 19.2842 22.75 15 22.75C14.7298 22.75 14.4805 22.6047 14.3474 22.3695C14.2142 22.1344 14.2179 21.8458 14.3569 21.6141L15.4069 19.8641C15.62 19.5089 16.0807 19.3938 16.4359 19.6069C16.791 19.82 16.9062 20.2807 16.6931 20.6359L16.4218 21.0881C19.1909 20.4456 21.25 17.9666 21.25 15C21.25 14.5858 21.5858 14.25 22 14.25Z\" fill=\"\"/>\n<path opacity=\"0.4\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.57821 2.91194C4.8091 3.55436 2.75 6.03342 2.75 9C2.75 9.41421 2.41421 9.75 2 9.75C1.58579 9.75 1.25 9.41421 1.25 9C1.25 4.71579 4.71579 1.25 9 1.25C9.2702 1.25 9.51952 1.39534 9.65265 1.63047C9.78578 1.8656 9.78214 2.15417 9.64312 2.38587L8.59313 4.13587C8.38002 4.49105 7.91933 4.60623 7.56414 4.39312C7.20896 4.18001 7.09378 3.71932 7.30689 3.36413L7.57821 2.91194Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M12 15.7V16.31H2V15.7C2 13.94 2.44 13.5 4.22 13.5H9.78C11.56 13.5 12 13.94 12 15.7Z\" fill=\"\"/>\n<path d=\"M2 16.3101V17.8101V19.8001C2 21.5601 2.44 22.0001 4.22 22.0001H9.78C11.56 22.0001 12 21.5601 12 19.8001V17.8101V16.3101H2Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M22 4.2V4.81H12V4.2C12 2.44 12.44 2 14.22 2H19.78C21.56 2 22 2.44 22 4.2Z\" fill=\"\"/>\n<path d=\"M12 4.81006V6.31006V8.30006C12 10.0601 12.44 10.5001 14.22 10.5001H19.78C21.56 10.5001 22 10.0601 22 8.30006V6.31006V4.81006H12Z\" fill=\"\"/>\n</svg>\n</li><li title=\"convert \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M22.0293 12.03C22.0293 15.06 20.6793 17.78 18.5393 19.62C18.1593 19.94 17.7593 20.24 17.3293 20.51C15.7993 21.47 13.9793 22.03 12.0293 22.03C6.5093 22.03 2.0293 17.55 2.0293 12.03C2.0293 9.00003 3.3793 6.28003 5.5193 4.44003C5.8993 4.12003 6.2993 3.82003 6.7293 3.55003C8.2593 2.59003 10.0793 2.03003 12.0293 2.03003C17.5493 2.03003 22.0293 6.51003 22.0293 12.03Z\" fill=\"\"/>\n<path d=\"M15.0995 7.68005L15.0895 12.23C15.0895 12.54 14.8995 12.81 14.6195 12.92C14.5295 12.96 14.4295 12.98 14.3395 12.98C14.1395 12.98 13.9495 12.9 13.8095 12.76L5.61953 4.56005C5.57953 4.52005 5.54953 4.48005 5.51953 4.44005C5.89953 4.12005 6.29953 3.82005 6.72953 3.55005L13.5895 10.42L13.5995 7.68005C13.5995 7.27005 13.9395 6.93005 14.3495 6.93005C14.7695 6.93005 15.0995 7.27005 15.0995 7.68005Z\" fill=\"\"/>\n<path d=\"M18.5409 19.6201C18.1609 19.9401 17.7609 20.2401 17.3309 20.5101L10.4709 13.6401L10.4609 16.3801C10.4609 16.7901 10.1209 17.1301 9.71094 17.1301C9.29094 17.1301 8.96094 16.7901 8.96094 16.3801L8.97094 11.8301C8.97094 11.5201 9.16094 11.2501 9.44094 11.1401C9.71094 11.0201 10.0409 11.0801 10.2509 11.3001L18.4409 19.5001C18.4809 19.5401 18.5109 19.5801 18.5409 19.6201Z\" fill=\"\"/>\n</svg>\n</li><li title=\"convertshape 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M11 16.15V18.85C11 21.1 10.1 22 7.85 22H5.15C2.9 22 2 21.1 2 18.85V16.15C2 13.9 2.9 13 5.15 13H7.85C10.1 13 11 13.9 11 16.15Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M17.5 11C19.9853 11 22 8.98528 22 6.5C22 4.01472 19.9853 2 17.5 2C15.0147 2 13 4.01472 13 6.5C13 8.98528 15.0147 11 17.5 11Z\" fill=\"\"/>\n<path d=\"M14.7795 22C14.5095 22 14.2595 21.85 14.1295 21.62C13.9995 21.38 13.9995 21.1 14.1395 20.86L15.1095 19.24C15.3195 18.88 15.7795 18.77 16.1395 18.98C16.4995 19.19 16.6095 19.65 16.3995 20.01L16.2195 20.31C18.6895 19.67 20.5095 17.43 20.5095 14.77C20.5095 14.36 20.8495 14.02 21.2595 14.02C21.6695 14.02 21.9995 14.36 21.9995 14.78C21.9995 18.76 18.7595 22 14.7795 22Z\" fill=\"\"/>\n<path d=\"M2.75 9.97C2.34 9.97 2 9.64 2 9.22C2 5.24 5.24 2 9.22 2C9.5 2 9.74 2.15 9.88 2.38C10.01 2.62 10.01 2.9 9.87 3.14L8.9 4.75C8.68 5.11 8.22 5.23 7.87 5.01C7.51 4.8 7.4 4.34 7.61 3.98L7.79 3.68C5.33 4.32 3.5 6.56 3.5 9.22C3.5 9.64 3.16 9.97 2.75 9.97Z\" fill=\"\"/>\n</svg>\n</li><li title=\"convertshape \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M22 5.15V8.85C22 11.1 21.1 12 18.85 12H16.15C13.9 12 13 11.1 13 8.85V5.15C13 2.9 13.9 2 16.15 2H18.85C21.1 2 22 2.9 22 5.15Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M11 15.15V18.85C11 21.1 10.1 22 7.85 22H5.15C2.9 22 2 21.1 2 18.85V15.15C2 12.9 2.9 12 5.15 12H7.85C10.1 12 11 12.9 11 15.15Z\" fill=\"\"/>\n<path d=\"M14.7795 22C14.5095 22 14.2595 21.85 14.1295 21.62C13.9995 21.38 13.9995 21.1 14.1395 20.86L15.1095 19.24C15.3195 18.88 15.7795 18.77 16.1395 18.98C16.4995 19.19 16.6095 19.65 16.3995 20.01L16.2195 20.31C18.6895 19.67 20.5095 17.43 20.5095 14.77C20.5095 14.36 20.8495 14.02 21.2595 14.02C21.6695 14.02 21.9995 14.36 21.9995 14.78C21.9995 18.76 18.7595 22 14.7795 22Z\" fill=\"\"/>\n<path d=\"M2.75 9.97C2.34 9.97 2 9.64 2 9.22C2 5.24 5.24 2 9.22 2C9.5 2 9.74 2.15 9.88 2.38C10.01 2.62 10.01 2.9 9.87 3.14L8.9 4.75C8.68 5.11 8.22 5.23 7.87 5.01C7.51 4.8 7.4 4.34 7.61 3.98L7.79 3.68C5.33 4.32 3.5 6.56 3.5 9.22C3.5 9.64 3.16 9.97 2.75 9.97Z\" fill=\"\"/>\n</svg>\n</li><li title=\"copy success \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M17.0998 2H12.8998C9.44976 2 8.04977 3.37 8.00977 6.75H11.0998C15.2998 6.75 17.2498 8.7 17.2498 12.9V15.99C20.6298 15.95 21.9998 14.55 21.9998 11.1V6.9C21.9998 3.4 20.5998 2 17.0998 2Z\" fill=\"\"/>\n<path d=\"M11.1 8H6.9C3.4 8 2 9.4 2 12.9V17.1C2 20.6 3.4 22 6.9 22H11.1C14.6 22 16 20.6 16 17.1V12.9C16 9.4 14.6 8 11.1 8ZM12.29 13.65L8.58 17.36C8.44 17.5 8.26 17.57 8.07 17.57C7.88 17.57 7.7 17.5 7.56 17.36L5.7 15.5C5.42 15.22 5.42 14.77 5.7 14.49C5.98 14.21 6.43 14.21 6.71 14.49L8.06 15.84L11.27 12.63C11.55 12.35 12 12.35 12.28 12.63C12.56 12.91 12.57 13.37 12.29 13.65Z\" fill=\"\"/>\n</svg>\n</li><li title=\"copy \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 12.9V17.1C16 20.6 14.6 22 11.1 22H6.9C3.4 22 2 20.6 2 17.1V12.9C2 9.4 3.4 8 6.9 8H11.1C14.6 8 16 9.4 16 12.9Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M17.0998 2H12.8998C9.44976 2 8.04977 3.37 8.00977 6.75H11.0998C15.2998 6.75 17.2498 8.7 17.2498 12.9V15.99C20.6298 15.95 21.9998 14.55 21.9998 11.1V6.9C21.9998 3.4 20.5998 2 17.0998 2Z\" fill=\"\"/>\n</svg>\n</li><li title=\"copyright \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12 22C6.48 22 2 17.52 2 12C2 6.48 6.48 2 12 2C17.52 2 22 6.48 22 12C22 17.52 17.52 22 12 22Z\" fill=\"\"/>\n<path d=\"M12.2402 16.75C9.62023 16.75 7.49023 14.62 7.49023 12C7.49023 9.38 9.62023 7.25 12.2402 7.25C13.3902 7.25 14.5102 7.67 15.3702 8.44C15.6802 8.71 15.7102 9.19 15.4402 9.5C15.1602 9.81 14.6902 9.84001 14.3802 9.57001C13.7902 9.05001 13.0302 8.76001 12.2402 8.76001C10.4502 8.76001 8.99023 10.22 8.99023 12.01C8.99023 13.8 10.4502 15.26 12.2402 15.26C13.0202 15.26 13.7902 14.97 14.3802 14.45C14.6902 14.18 15.1702 14.21 15.4402 14.52C15.7102 14.83 15.6802 15.31 15.3702 15.58C14.5002 16.33 13.3902 16.75 12.2402 16.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"courthouse \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M17.42 1.3802C17.21 1.2402 16.95 1.21018 16.72 1.30018C15.29 1.87018 13.71 1.87018 12.28 1.30018C12.05 1.21018 11.79 1.2402 11.58 1.3802C11.37 1.5202 11.25 1.7502 11.25 2.0002V5.0002V8.0002C11.25 8.41019 11.59 8.7502 12 8.7502C12.41 8.7502 12.75 8.41019 12.75 8.0002V6.02021C13.33 6.16021 13.91 6.24019 14.5 6.24019C15.44 6.24019 16.38 6.06021 17.28 5.70021C17.56 5.59021 17.75 5.3102 17.75 5.0002V2.0002C17.75 1.7502 17.63 1.5202 17.42 1.3802Z\" fill=\"\"/>\n<path d=\"M22 21.25H20.75V11C20.75 8.58 19.42 7.25 17 7.25H7C4.58 7.25 3.25 8.58 3.25 11V21.25H2C1.59 21.25 1.25 21.59 1.25 22C1.25 22.41 1.59 22.75 2 22.75H4H20H22C22.41 22.75 22.75 22.41 22.75 22C22.75 21.59 22.41 21.25 22 21.25ZM19.25 12.75V21.25H16.74V12.75H19.25ZM11.24 21.25H8.74V12.75H11.24V21.25ZM12.74 12.75H15.24V21.25H12.74V12.75ZM4.75 12.75H7.24V21.25H4.75V12.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"cpu charge \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M15 4H9C6.24 4 4 6.24 4 9V15C4 17.76 6.24 20 9 20H15C17.76 20 20 17.76 20 15V9C20 6.24 17.76 4 15 4ZM17.26 14.26C17.26 15.92 15.92 17.26 14.26 17.26H9.74C8.08 17.26 6.74 15.92 6.74 14.26V9.74C6.74 8.08 8.08 6.74 9.74 6.74H14.25C15.91 6.74 17.25 8.08 17.25 9.74V14.26H17.26Z\" fill=\"\"/>\n<path d=\"M9.06055 2.75V4H9.00055C8.50055 4 8.02055 4.07 7.56055 4.21V2.75C7.56055 2.34 7.89055 2 8.31055 2C8.72055 2 9.06055 2.34 9.06055 2.75Z\" fill=\"\"/>\n<path d=\"M12.75 2.75V4H11.25V2.75C11.25 2.34 11.59 2 12 2C12.41 2 12.75 2.34 12.75 2.75Z\" fill=\"\"/>\n<path d=\"M16.4492 2.75V4.21C15.9892 4.07 15.4992 4 14.9992 4H14.9492V2.75C14.9492 2.34 15.2892 2 15.6992 2C16.1092 2 16.4492 2.34 16.4492 2.75Z\" fill=\"\"/>\n<path d=\"M21.9991 8.30005C21.9991 8.72005 21.6691 9.05005 21.2491 9.05005H19.9991V9.00005C19.9991 8.50005 19.9291 8.01005 19.7891 7.55005H21.2491C21.6691 7.55005 21.9991 7.89005 21.9991 8.30005Z\" fill=\"\"/>\n<path d=\"M22 12C22 12.41 21.67 12.75 21.25 12.75H20V11.25H21.25C21.67 11.25 22 11.58 22 12Z\" fill=\"\"/>\n<path d=\"M21.9991 15.7C21.9991 16.11 21.6691 16.45 21.2491 16.45H19.7891C19.9291 15.99 19.9991 15.5 19.9991 15V14.95H21.2491C21.6691 14.95 21.9991 15.28 21.9991 15.7Z\" fill=\"\"/>\n<path d=\"M16.4492 19.79V21.25C16.4492 21.66 16.1092 22 15.6992 22C15.2892 22 14.9492 21.66 14.9492 21.25V20H14.9992C15.4992 20 15.9892 19.93 16.4492 19.79Z\" fill=\"\"/>\n<path d=\"M12.7598 20V21.25C12.7598 21.66 12.4198 22 12.0098 22C11.5898 22 11.2598 21.66 11.2598 21.25V20H12.7598Z\" fill=\"\"/>\n<path d=\"M9.06055 20V21.25C9.06055 21.66 8.72055 22 8.31055 22C7.89055 22 7.56055 21.66 7.56055 21.25V19.79C8.02055 19.93 8.50055 20 9.00055 20H9.06055Z\" fill=\"\"/>\n<path d=\"M4.21 7.55005C4.07 8.01005 4 8.50005 4 9.00005V9.05005H2.75C2.34 9.05005 2 8.72005 2 8.30005C2 7.89005 2.34 7.55005 2.75 7.55005H4.21Z\" fill=\"\"/>\n<path d=\"M4 11.25V12.75H2.75C2.34 12.75 2 12.41 2 12C2 11.58 2.34 11.25 2.75 11.25H4Z\" fill=\"\"/>\n<path d=\"M4.21 16.45H2.75C2.34 16.45 2 16.11 2 15.7C2 15.28 2.34 14.95 2.75 14.95H4V15C4 15.5 4.07 15.99 4.21 16.45Z\" fill=\"\"/>\n<path d=\"M14.2602 6.73999H9.74023C8.08023 6.73999 6.74023 8.07999 6.74023 9.73999V14.25C6.74023 15.91 8.08023 17.25 9.74023 17.25H14.2502C15.9102 17.25 17.2502 15.91 17.2502 14.25V9.73999C17.2602 8.08999 15.9102 6.73999 14.2602 6.73999ZM13.5902 13.04L12.6502 14.68C12.5102 14.92 12.2602 15.06 12.0002 15.06C11.8702 15.06 11.7402 15.03 11.6302 14.96C11.2702 14.75 11.1502 14.29 11.3502 13.94L12.0302 12.76H11.4402C10.9602 12.76 10.5702 12.55 10.3602 12.19C10.1502 11.83 10.1702 11.38 10.4002 10.97L11.3402 9.32999C11.5502 8.96999 12.0102 8.84999 12.3602 9.04999C12.7202 9.25999 12.8402 9.71999 12.6402 10.07L11.9602 11.25H12.5502C13.0302 11.25 13.4202 11.46 13.6302 11.82C13.8502 12.18 13.8302 12.62 13.5902 13.04Z\" fill=\"\"/>\n</svg>\n</li><li title=\"cpu setting \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M20 9V11.92L19.22 11.47C18.58 11.1 17.78 11.21 17.26 11.71C17.15 11.81 17.06 11.93 16.98 12.06L16.92 12.17C16.81 12.36 16.72 12.41 16.71 12.42C16.69 12.41 16.59 12.36 16.48 12.16L16.42 12.06C16.2 11.68 15.85 11.42 15.43 11.31C15 11.19 14.56 11.25 14.19 11.47L13.28 12C12.87 12.23 12.58 12.61 12.46 13.06C12.34 13.52 12.4 13.99 12.63 14.4C12.74 14.58 12.74 14.69 12.74 14.71C12.73 14.72 12.63 14.78 12.41 14.78C11.44 14.78 10.65 15.57 10.65 16.53V17.47C10.65 18.43 11.44 19.22 12.41 19.22C12.63 19.22 12.73 19.28 12.73 19.29C12.74 19.3 12.74 19.42 12.63 19.6C12.56 19.73 12.5 19.86 12.47 20H9C6.24 20 4 17.76 4 15V9C4 6.24 6.24 4 9 4H15C17.76 4 20 6.24 20 9Z\" fill=\"\"/>\n<path d=\"M17.2602 9.73999V11.71C17.1502 11.81 17.0602 11.93 16.9802 12.06L16.9202 12.17C16.8102 12.36 16.7202 12.41 16.7102 12.42C16.6902 12.41 16.5902 12.36 16.4802 12.16L16.4202 12.06C16.2002 11.68 15.8502 11.42 15.4302 11.31C15.0002 11.19 14.5602 11.25 14.1902 11.47L13.2802 12C12.8702 12.23 12.5802 12.61 12.4602 13.06C12.3402 13.52 12.4002 13.99 12.6302 14.4C12.7402 14.58 12.7402 14.69 12.7402 14.71C12.7302 14.72 12.6302 14.78 12.4102 14.78C11.4402 14.78 10.6502 15.57 10.6502 16.53V17.26H9.74023C8.09023 17.26 6.74023 15.91 6.74023 14.26V9.73999C6.74023 8.08999 8.09023 6.73999 9.74023 6.73999H14.2602C15.9102 6.73999 17.2602 8.08999 17.2602 9.73999Z\" fill=\"\"/>\n<path d=\"M9.06055 2.75V4H9.00055C8.50055 4 8.02055 4.07 7.56055 4.21V2.75C7.56055 2.34 7.89055 2 8.31055 2C8.72055 2 9.06055 2.34 9.06055 2.75Z\" fill=\"\"/>\n<path d=\"M12.75 2.75V4H11.25V2.75C11.25 2.34 11.59 2 12 2C12.41 2 12.75 2.34 12.75 2.75Z\" fill=\"\"/>\n<path d=\"M16.4492 2.75V4.21C15.9892 4.07 15.4992 4 14.9992 4H14.9492V2.75C14.9492 2.34 15.2892 2 15.6992 2C16.1092 2 16.4492 2.34 16.4492 2.75Z\" fill=\"\"/>\n<path d=\"M21.9991 8.30005C21.9991 8.72005 21.6691 9.05005 21.2491 9.05005H19.9991V9.00005C19.9991 8.50005 19.9291 8.01005 19.7891 7.55005H21.2491C21.6691 7.55005 21.9991 7.89005 21.9991 8.30005Z\" fill=\"\"/>\n<path d=\"M9.06055 20V21.25C9.06055 21.66 8.72055 22 8.31055 22C7.89055 22 7.56055 21.66 7.56055 21.25V19.79C8.02055 19.93 8.50055 20 9.00055 20H9.06055Z\" fill=\"\"/>\n<path d=\"M4.21 7.55005C4.07 8.01005 4 8.50005 4 9.00005V9.05005H2.75C2.34 9.05005 2 8.72005 2 8.30005C2 7.89005 2.34 7.55005 2.75 7.55005H4.21Z\" fill=\"\"/>\n<path d=\"M4 11.25V12.75H2.75C2.34 12.75 2 12.41 2 12C2 11.58 2.34 11.25 2.75 11.25H4Z\" fill=\"\"/>\n<path d=\"M4.21 16.45H2.75C2.34 16.45 2 16.11 2 15.7C2 15.28 2.34 14.95 2.75 14.95H4V15C4 15.5 4.07 15.99 4.21 16.45Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M20.9904 15.53C20.3104 15.53 19.9204 15.19 19.9204 14.69C19.9204 14.49 19.9804 14.26 20.1204 14.02C20.4004 13.54 20.2304 12.92 19.7504 12.65L18.8404 12.12C18.4204 11.87 17.8804 12.02 17.6304 12.44L17.5704 12.54C17.0904 13.37 16.3104 13.37 15.8304 12.54L15.7704 12.44C15.5304 12.02 14.9804 11.87 14.5704 12.12L13.6504 12.65C13.3304 12.83 13.1404 13.17 13.1404 13.52C13.1404 13.69 13.1904 13.86 13.2804 14.02C13.4204 14.26 13.4904 14.49 13.4904 14.69C13.4904 15.19 13.0904 15.53 12.4104 15.53C11.8604 15.53 11.4004 15.98 11.4004 16.53V17.47C11.4004 18.02 11.8604 18.47 12.4104 18.47C13.0904 18.47 13.4904 18.81 13.4904 19.31C13.4904 19.51 13.4204 19.74 13.2804 19.98C13.0004 20.46 13.1704 21.08 13.6504 21.35L14.5704 21.88C14.9804 22.13 15.5304 21.98 15.7704 21.56L15.8304 21.46C16.3104 20.63 17.0904 20.63 17.5704 21.46L17.6304 21.56C17.8804 21.98 18.4204 22.13 18.8404 21.88L19.7504 21.35C20.0704 21.17 20.2604 20.83 20.2604 20.48C20.2604 20.31 20.2104 20.14 20.1204 19.98C19.9804 19.74 19.9204 19.51 19.9204 19.31C19.9204 18.81 20.3104 18.47 20.9904 18.47C21.5504 18.47 22.0004 18.02 22.0004 17.47V16.53C22.0004 15.98 21.5504 15.53 20.9904 15.53ZM16.7004 18.72C15.7504 18.72 14.9804 17.95 14.9804 17C14.9804 16.05 15.7504 15.28 16.7004 15.28C17.6504 15.28 18.4204 16.05 18.4204 17C18.4204 17.95 17.6504 18.72 16.7004 18.72Z\" fill=\"\"/>\n<path d=\"M18.4205 17C18.4205 17.95 17.6505 18.72 16.7005 18.72C15.7505 18.72 14.9805 17.95 14.9805 17C14.9805 16.05 15.7505 15.28 16.7005 15.28C17.6505 15.28 18.4205 16.05 18.4205 17Z\" fill=\"\"/>\n</svg>\n</li><li title=\"cpu \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M15 4H9C6.24 4 4 6.24 4 9V15C4 17.76 6.24 20 9 20H15C17.76 20 20 17.76 20 15V9C20 6.24 17.76 4 15 4ZM17.26 14.26C17.26 15.92 15.92 17.26 14.26 17.26H9.74C8.08 17.26 6.74 15.92 6.74 14.26V9.74C6.74 8.08 8.08 6.74 9.74 6.74H14.25C15.91 6.74 17.25 8.08 17.25 9.74V14.26H17.26Z\" fill=\"\"/>\n<path d=\"M9.06055 2.75V4H9.00055C8.50055 4 8.02055 4.07 7.56055 4.21V2.75C7.56055 2.34 7.89055 2 8.31055 2C8.72055 2 9.06055 2.34 9.06055 2.75Z\" fill=\"\"/>\n<path d=\"M12.75 2.75V4H11.25V2.75C11.25 2.34 11.59 2 12 2C12.41 2 12.75 2.34 12.75 2.75Z\" fill=\"\"/>\n<path d=\"M16.4492 2.75V4.21C15.9892 4.07 15.4992 4 14.9992 4H14.9492V2.75C14.9492 2.34 15.2892 2 15.6992 2C16.1092 2 16.4492 2.34 16.4492 2.75Z\" fill=\"\"/>\n<path d=\"M21.9991 8.30005C21.9991 8.72005 21.6691 9.05005 21.2491 9.05005H19.9991V9.00005C19.9991 8.50005 19.9291 8.01005 19.7891 7.55005H21.2491C21.6691 7.55005 21.9991 7.89005 21.9991 8.30005Z\" fill=\"\"/>\n<path d=\"M22 12C22 12.41 21.67 12.75 21.25 12.75H20V11.25H21.25C21.67 11.25 22 11.58 22 12Z\" fill=\"\"/>\n<path d=\"M21.9991 15.7C21.9991 16.11 21.6691 16.45 21.2491 16.45H19.7891C19.9291 15.99 19.9991 15.5 19.9991 15V14.95H21.2491C21.6691 14.95 21.9991 15.28 21.9991 15.7Z\" fill=\"\"/>\n<path d=\"M16.4492 19.79V21.25C16.4492 21.66 16.1092 22 15.6992 22C15.2892 22 14.9492 21.66 14.9492 21.25V20H14.9992C15.4992 20 15.9892 19.93 16.4492 19.79Z\" fill=\"\"/>\n<path d=\"M12.7598 20V21.25C12.7598 21.66 12.4198 22 12.0098 22C11.5898 22 11.2598 21.66 11.2598 21.25V20H12.7598Z\" fill=\"\"/>\n<path d=\"M9.06055 20V21.25C9.06055 21.66 8.72055 22 8.31055 22C7.89055 22 7.56055 21.66 7.56055 21.25V19.79C8.02055 19.93 8.50055 20 9.00055 20H9.06055Z\" fill=\"\"/>\n<path d=\"M4.21 7.55005C4.07 8.01005 4 8.50005 4 9.00005V9.05005H2.75C2.34 9.05005 2 8.72005 2 8.30005C2 7.89005 2.34 7.55005 2.75 7.55005H4.21Z\" fill=\"\"/>\n<path d=\"M4 11.25V12.75H2.75C2.34 12.75 2 12.41 2 12C2 11.58 2.34 11.25 2.75 11.25H4Z\" fill=\"\"/>\n<path d=\"M4.21 16.45H2.75C2.34 16.45 2 16.11 2 15.7C2 15.28 2.34 14.95 2.75 14.95H4V15C4 15.5 4.07 15.99 4.21 16.45Z\" fill=\"\"/>\n<path d=\"M17.2602 9.73999V14.25C17.2602 15.91 15.9202 17.25 14.2602 17.25H9.74023C8.08023 17.25 6.74023 15.91 6.74023 14.25V9.73999C6.74023 8.07999 8.08023 6.73999 9.74023 6.73999H14.2502C15.9102 6.73999 17.2602 8.08999 17.2602 9.73999Z\" fill=\"\"/>\n</svg>\n</li><li title=\"creative commons \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12 22C6.48 22 2 17.52 2 12C2 6.48 6.48 2 12 2C17.52 2 22 6.48 22 12C22 17.52 17.52 22 12 22Z\" fill=\"\"/>\n<path d=\"M8.98914 15.6199C6.98914 15.6199 5.36914 13.9999 5.36914 11.9999C5.36914 9.99988 6.98914 8.37988 8.98914 8.37988C9.86914 8.37988 10.7092 8.69991 11.3792 9.27991C11.6892 9.54991 11.7192 10.0299 11.4492 10.3399C11.1792 10.6499 10.6992 10.6799 10.3892 10.4099C9.99916 10.0699 9.50914 9.87988 8.98914 9.87988C7.81914 9.87988 6.86914 10.8299 6.86914 11.9999C6.86914 13.1699 7.81914 14.1199 8.98914 14.1199C9.49914 14.1199 9.99916 13.9299 10.3892 13.5899C10.6992 13.3199 11.1792 13.3499 11.4492 13.6599C11.7192 13.9699 11.6892 14.4498 11.3792 14.7198C10.7092 15.2998 9.85914 15.6199 8.98914 15.6199Z\" fill=\"\"/>\n<path d=\"M15.9891 15.6199C13.9891 15.6199 12.3691 13.9999 12.3691 11.9999C12.3691 9.99988 13.9891 8.37988 15.9891 8.37988C16.8691 8.37988 17.7092 8.69991 18.3792 9.27991C18.6892 9.54991 18.7192 10.0299 18.4492 10.3399C18.1792 10.6499 17.6992 10.6799 17.3892 10.4099C16.9992 10.0699 16.5091 9.87988 15.9891 9.87988C14.8191 9.87988 13.8691 10.8299 13.8691 11.9999C13.8691 13.1699 14.8191 14.1199 15.9891 14.1199C16.4991 14.1199 16.9992 13.9299 17.3892 13.5899C17.6992 13.3199 18.1792 13.3499 18.4492 13.6599C18.7192 13.9699 18.6892 14.4498 18.3792 14.7198C17.7092 15.2998 16.8591 15.6199 15.9891 15.6199Z\" fill=\"\"/>\n</svg>\n</li><li title=\"crop \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M13.9401 4.83008H6.83008C5.73008 4.83008 4.83008 5.73008 4.83008 6.83008V13.9401C4.83008 16.8301 7.17008 19.1701 10.0601 19.1701H17.1701C18.2701 19.1701 19.1701 18.2701 19.1701 17.1701V10.0601C19.1701 7.17008 16.8301 4.83008 13.9401 4.83008Z\" fill=\"\"/>\n<path d=\"M5.53 2C5.11 2 4.78 2.34 4.78 2.75V4.78H2.75C2.34 4.78 2 5.11 2 5.53C2 5.95 2.34 6.28 2.75 6.28H5.53C5.94 6.28 6.28 5.94 6.28 5.53V2.75C6.28 2.34 5.94 2 5.53 2Z\" fill=\"\"/>\n<path d=\"M21.2507 17.7202H18.4707C18.0607 17.7202 17.7207 18.0602 17.7207 18.4702V21.2502C17.7207 21.6602 18.0607 22.0002 18.4707 22.0002C18.8807 22.0002 19.2207 21.6602 19.2207 21.2502V19.2202H21.2507C21.6607 19.2202 22.0007 18.8802 22.0007 18.4702C22.0007 18.0602 21.6607 17.7202 21.2507 17.7202Z\" fill=\"\"/>\n</svg>\n</li><li title=\"crown 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22.0003 5.71V15.29C22.0003 18.05 19.7603 20.29 17.0003 20.29H7.00031C6.54031 20.29 6.10031 20.23 5.67031 20.11C5.05031 19.94 4.85031 19.15 5.31031 18.69L15.9403 8.06C16.1603 7.84 16.4903 7.79 16.8003 7.85C17.1203 7.91 17.4703 7.82 17.7203 7.58L20.2903 5C21.2303 4.06 22.0003 4.37 22.0003 5.71Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M14.64 7.36002L4.17 17.83C3.69 18.31 2.89 18.19 2.57 17.59C2.2 16.91 2 16.12 2 15.29V5.71002C2 4.37002 2.77 4.06002 3.71 5.00002L6.29 7.59002C6.68 7.97002 7.32 7.97002 7.71 7.59002L11.29 4.00002C11.68 3.61002 12.32 3.61002 12.71 4.00002L14.65 5.94002C15.03 6.33002 15.03 6.97002 14.64 7.36002Z\" fill=\"\"/>\n</svg>\n</li><li title=\"crown \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.7702 18.98H7.23024C6.81024 18.98 6.43024 18.71 6.29024 18.32L2.13024 6.67004C1.80024 5.74004 2.86024 4.95004 3.65024 5.52004L7.65024 8.38004C8.18024 8.76004 8.94024 8.53004 9.17024 7.92004L11.0602 2.88004C11.3802 2.01004 12.6102 2.01004 12.9302 2.88004L14.8202 7.92004C15.0502 8.54004 15.8002 8.76004 16.3402 8.38004L20.3402 5.52004C21.1402 4.95004 22.1902 5.75004 21.8602 6.67004L17.7002 18.32C17.5702 18.71 17.1902 18.98 16.7702 18.98Z\" fill=\"\"/>\n<path d=\"M17 22H7C6.59 22 6.25 21.66 6.25 21.25C6.25 20.84 6.59 20.5 7 20.5H17C17.41 20.5 17.75 20.84 17.75 21.25C17.75 21.66 17.41 22 17 22Z\" fill=\"\"/>\n<path d=\"M14.5 14.75H9.5C9.09 14.75 8.75 14.41 8.75 14C8.75 13.59 9.09 13.25 9.5 13.25H14.5C14.91 13.25 15.25 13.59 15.25 14C15.25 14.41 14.91 14.75 14.5 14.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"cup \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M18 20.5H17V20.25C17 19.15 16.1 18.25 15 18.25H12.75V15.96C12.5 15.99 12.25 16 12 16C11.75 16 11.5 15.99 11.25 15.96V18.25H9C7.9 18.25 7 19.15 7 20.25V20.5H6C5.59 20.5 5.25 20.84 5.25 21.25C5.25 21.66 5.59 22 6 22H18C18.41 22 18.75 21.66 18.75 21.25C18.75 20.84 18.41 20.5 18 20.5Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M5.5193 11.64C4.8593 11.39 4.2793 10.98 3.8193 10.52C2.8893 9.49 2.2793 8.26 2.2793 6.82C2.2793 5.38 3.4093 4.25 4.8493 4.25H5.4093C5.1493 4.78 4.9993 5.37 4.9993 6V9C4.9993 9.94 5.1793 10.83 5.5193 11.64Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M21.7205 6.82C21.7205 8.26 21.1105 9.49 20.1805 10.52C19.7205 10.98 19.1405 11.39 18.4805 11.64C18.8205 10.83 19.0005 9.94 19.0005 9V6C19.0005 5.37 18.8505 4.78 18.5905 4.25H19.1505C20.5905 4.25 21.7205 5.38 21.7205 6.82Z\" fill=\"\"/>\n<path d=\"M15 2H9C6.79 2 5 3.79 5 6V9C5 12.87 8.13 16 12 16C15.87 16 19 12.87 19 9V6C19 3.79 17.21 2 15 2ZM14.84 8.45L14.22 9.21C14.12 9.32 14.05 9.54 14.06 9.69L14.12 10.67C14.16 11.27 13.73 11.58 13.17 11.36L12.26 11C12.12 10.95 11.88 10.95 11.74 11L10.83 11.36C10.27 11.58 9.84 11.27 9.88 10.67L9.94 9.69C9.95 9.54 9.88 9.32 9.78 9.21L9.16 8.45C8.77 7.99 8.94 7.48 9.52 7.33L10.47 7.09C10.62 7.05 10.8 6.91 10.88 6.78L11.41 5.96C11.74 5.45 12.26 5.45 12.59 5.96L13.12 6.78C13.2 6.91 13.38 7.05 13.53 7.09L14.48 7.33C15.06 7.48 15.23 7.99 14.84 8.45Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M14.8397 8.44989L14.2197 9.20989C14.1197 9.31989 14.0497 9.53989 14.0597 9.68989L14.1197 10.6699C14.1597 11.2699 13.7297 11.5799 13.1697 11.3599L12.2597 10.9999C12.1197 10.9499 11.8797 10.9499 11.7397 10.9999L10.8297 11.3599C10.2697 11.5799 9.83975 11.2699 9.87975 10.6699L9.93975 9.68989C9.94975 9.53989 9.87975 9.31989 9.77975 9.20989L9.15975 8.44989C8.76975 7.98989 8.93975 7.47989 9.51975 7.32989L10.4697 7.08989C10.6197 7.04989 10.7997 6.90989 10.8797 6.77989L11.4097 5.95989C11.7397 5.44989 12.2597 5.44989 12.5897 5.95989L13.1197 6.77989C13.1997 6.90989 13.3797 7.04989 13.5297 7.08989L14.4797 7.32989C15.0597 7.47989 15.2297 7.98989 14.8397 8.44989Z\" fill=\"\"/>\n</svg>\n</li><li title=\"danger \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M21.7605 15.92L15.3605 4.4C14.5005 2.85 13.3105 2 12.0005 2C10.6905 2 9.50047 2.85 8.64047 4.4L2.24047 15.92C1.43047 17.39 1.34047 18.8 1.99047 19.91C2.64047 21.02 3.92047 21.63 5.60047 21.63H18.4005C20.0805 21.63 21.3605 21.02 22.0105 19.91C22.6605 18.8 22.5705 17.38 21.7605 15.92Z\" fill=\"\"/>\n<path d=\"M12 14.75C11.59 14.75 11.25 14.41 11.25 14V9C11.25 8.59 11.59 8.25 12 8.25C12.41 8.25 12.75 8.59 12.75 9V14C12.75 14.41 12.41 14.75 12 14.75Z\" fill=\"\"/>\n<path d=\"M12 18.0001C11.94 18.0001 11.87 17.9901 11.8 17.9801C11.74 17.9701 11.68 17.9501 11.62 17.9201C11.56 17.9001 11.5 17.8701 11.44 17.8301C11.39 17.7901 11.34 17.7501 11.29 17.7101C11.11 17.5201 11 17.2601 11 17.0001C11 16.7401 11.11 16.4801 11.29 16.2901C11.34 16.2501 11.39 16.2101 11.44 16.1701C11.5 16.1301 11.56 16.1001 11.62 16.0801C11.68 16.0501 11.74 16.0301 11.8 16.0201C11.93 15.9901 12.07 15.9901 12.19 16.0201C12.26 16.0301 12.32 16.0501 12.38 16.0801C12.44 16.1001 12.5 16.1301 12.56 16.1701C12.61 16.2101 12.66 16.2501 12.71 16.2901C12.89 16.4801 13 16.7401 13 17.0001C13 17.2601 12.89 17.5201 12.71 17.7101C12.66 17.7501 12.61 17.7901 12.56 17.8301C12.5 17.8701 12.44 17.9001 12.38 17.9201C12.32 17.9501 12.26 17.9701 12.19 17.9801C12.13 17.9901 12.06 18.0001 12 18.0001Z\" fill=\"\"/>\n</svg>\n</li><li title=\"data 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 8H4C2.9 8 2 7.1 2 6V4C2 2.9 2.9 2 4 2H7C8.1 2 9 2.9 9 4V6C9 7.1 8.1 8 7 8Z\" fill=\"\"/>\n<path d=\"M20.8 7H17.2C16.54 7 16 6.45999 16 5.79999V4.20001C16 3.54001 16.54 3 17.2 3H20.8C21.46 3 22 3.54001 22 4.20001V5.79999C22 6.45999 21.46 7 20.8 7Z\" fill=\"\"/>\n<path d=\"M20.8 14.5H17.2C16.54 14.5 16 13.96 16 13.3V11.7C16 11.04 16.54 10.5 17.2 10.5H20.8C21.46 10.5 22 11.04 22 11.7V13.3C22 13.96 21.46 14.5 20.8 14.5Z\" fill=\"\"/>\n<path opacity=\"0.37\" d=\"M16 13.25C16.41 13.25 16.75 12.91 16.75 12.5C16.75 12.09 16.41 11.75 16 11.75H13.25V5.75H16C16.41 5.75 16.75 5.41 16.75 5C16.75 4.59 16.41 4.25 16 4.25H9C8.59 4.25 8.25 4.59 8.25 5C8.25 5.41 8.59 5.75 9 5.75H11.75V18C11.75 19.52 12.98 20.75 14.5 20.75H16C16.41 20.75 16.75 20.41 16.75 20C16.75 19.59 16.41 19.25 16 19.25H14.5C13.81 19.25 13.25 18.69 13.25 18V13.25H16Z\" fill=\"\"/>\n<path d=\"M20.8 22H17.2C16.54 22 16 21.46 16 20.8V19.2C16 18.54 16.54 18 17.2 18H20.8C21.46 18 22 18.54 22 19.2V20.8C22 21.46 21.46 22 20.8 22Z\" fill=\"\"/>\n</svg>\n</li><li title=\"data \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20 14.25C21.2426 14.25 22.25 13.2426 22.25 12C22.25 10.7574 21.2426 9.75 20 9.75C18.7574 9.75 17.75 10.7574 17.75 12C17.75 13.2426 18.7574 14.25 20 14.25Z\" fill=\"\"/>\n<path d=\"M20 6.25C21.2426 6.25 22.25 5.24264 22.25 4C22.25 2.75736 21.2426 1.75 20 1.75C18.7574 1.75 17.75 2.75736 17.75 4C17.75 5.24264 18.7574 6.25 20 6.25Z\" fill=\"\"/>\n<path d=\"M20 22.25C21.2426 22.25 22.25 21.2426 22.25 20C22.25 18.7574 21.2426 17.75 20 17.75C18.7574 17.75 17.75 18.7574 17.75 20C17.75 21.2426 18.7574 22.25 20 22.25Z\" fill=\"\"/>\n<path d=\"M4 14.25C5.24264 14.25 6.25 13.2426 6.25 12C6.25 10.7574 5.24264 9.75 4 9.75C2.75736 9.75 1.75 10.7574 1.75 12C1.75 13.2426 2.75736 14.25 4 14.25Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M19 12.75C19.41 12.75 19.75 12.41 19.75 12C19.75 11.59 19.41 11.25 19 11.25H11.75V7C11.75 5.42 12.42 4.75 14 4.75H19C19.41 4.75 19.75 4.41 19.75 4C19.75 3.59 19.41 3.25 19 3.25H14C11.58 3.25 10.25 4.58 10.25 7V11.25H5C4.59 11.25 4.25 11.59 4.25 12C4.25 12.41 4.59 12.75 5 12.75H10.25V17C10.25 19.42 11.58 20.75 14 20.75H19C19.41 20.75 19.75 20.41 19.75 20C19.75 19.59 19.41 19.25 19 19.25H14C12.42 19.25 11.75 18.58 11.75 17V12.75H19Z\" fill=\"\"/>\n</svg>\n</li><li title=\"designtools \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.0391 13.2799L20.1191 12.3799L12.3691 20.1199L13.2991 21.0499C14.0791 21.8299 14.8891 22.2199 15.6891 22.2199C16.4891 22.2199 17.2991 21.8299 18.0791 21.0499L21.0391 18.0899C22.6291 16.4899 22.6291 14.8799 21.0391 13.2799Z\" fill=\"\"/>\n<path d=\"M10.6898 2.92994C9.11976 1.35994 7.46977 1.35994 5.89977 2.92994L2.92977 5.88994C1.36977 7.45994 1.36977 9.10994 2.92977 10.6799L3.84977 11.5999L11.5998 3.84994L10.6898 2.92994Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M21.8098 3.94009C20.4998 7.21009 17.5098 11.4801 14.6598 14.2701C14.2498 11.6901 12.1898 9.67009 9.58984 9.31009C12.3898 6.45009 16.6898 3.42009 19.9698 2.10009C20.5498 1.88009 21.1298 2.05009 21.4898 2.41009C21.8698 2.79009 22.0498 3.36009 21.8098 3.94009Z\" fill=\"\"/>\n<path d=\"M14.6595 14.2701C14.1595 14.7601 13.6595 15.2101 13.1795 15.5901L11.2095 17.1701C10.9595 17.3501 10.7095 17.5001 10.4295 17.6201C10.4295 17.4301 10.4095 17.2401 10.3895 17.0401C10.2795 16.2101 9.89953 15.4201 9.22953 14.7501C8.53953 14.0701 7.71953 13.6801 6.86953 13.5701C6.66953 13.5501 6.45953 13.5401 6.26953 13.5501C6.37953 13.2401 6.54953 12.9501 6.75953 12.7101L8.31953 10.7401C8.68953 10.2701 9.11953 9.79006 9.58953 9.31006C12.1895 9.67006 14.2495 11.6901 14.6595 14.2701Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M10.4298 17.6198C10.4298 18.7198 10.0098 19.7698 9.20976 20.5598C8.59976 21.1798 7.77977 21.5998 6.77977 21.7198L4.32976 21.9898C2.98976 22.1398 1.83976 20.9898 1.98976 19.6398L2.25976 17.1798C2.49976 14.9898 4.32976 13.5898 6.26976 13.5498C6.45976 13.5398 6.66976 13.5498 6.86976 13.5698C7.71976 13.6798 8.53976 14.0698 9.22976 14.7498C9.89976 15.4198 10.2798 16.2098 10.3898 17.0398C10.4098 17.2398 10.4298 17.4298 10.4298 17.6198Z\" fill=\"\"/>\n</svg>\n</li><li title=\"device message \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20 12.2V13.9C20 17.05 18.2 18.4 15.5 18.4H6.5C3.8 18.4 2 17.05 2 13.9V8.5C2 5.35 3.8 4 6.5 4H9.2C9.07 4.38 9 4.8 9 5.25V9.15002C9 10.12 9.32 10.94 9.89 11.51C10.46 12.08 11.28 12.4 12.25 12.4V13.79C12.25 14.3 12.83 14.61 13.26 14.33L16.15 12.4H18.75C19.2 12.4 19.62 12.33 20 12.2Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M22 5.25V9.15002C22 10.64 21.24 11.76 20 12.2C19.62 12.33 19.2 12.4 18.75 12.4H16.15L13.26 14.33C12.83 14.61 12.25 14.3 12.25 13.79V12.4C11.28 12.4 10.46 12.08 9.89 11.51C9.32 10.94 9 10.12 9 9.15002V5.25C9 4.8 9.07 4.38 9.2 4C9.64 2.76 10.76 2 12.25 2H18.75C20.7 2 22 3.3 22 5.25Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M14.6004 21.2499H11.7504V18.3999C11.7504 17.9899 11.4104 17.6499 11.0004 17.6499C10.5904 17.6499 10.2504 17.9899 10.2504 18.3999V21.2499H7.40039C6.99039 21.2499 6.65039 21.5899 6.65039 21.9999C6.65039 22.4099 6.99039 22.7499 7.40039 22.7499H14.6004C15.0104 22.7499 15.3504 22.4099 15.3504 21.9999C15.3504 21.5899 15.0104 21.2499 14.6004 21.2499Z\" fill=\"\"/>\n<path d=\"M15.4395 8C15.0195 8 14.6895 7.66 14.6895 7.25C14.6895 6.84 15.0295 6.5 15.4395 6.5C15.8495 6.5 16.1895 6.84 16.1895 7.25C16.1895 7.66 15.8495 8 15.4395 8Z\" fill=\"\"/>\n<path d=\"M18.25 8C17.83 8 17.5 7.66 17.5 7.25C17.5 6.84 17.84 6.5 18.25 6.5C18.66 6.5 19 6.84 19 7.25C19 7.66 18.66 8 18.25 8Z\" fill=\"\"/>\n<path d=\"M12.6191 8C12.1991 8 11.8691 7.66 11.8691 7.25C11.8691 6.84 12.2091 6.5 12.6191 6.5C13.0291 6.5 13.3691 6.84 13.3691 7.25C13.3691 7.66 13.0391 8 12.6191 8Z\" fill=\"\"/>\n</svg>\n</li><li title=\"devices 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.7194 9.69002C13.6694 7.63002 10.3294 7.63002 8.27937 9.69002C6.21938 11.75 6.21938 15.08 8.27937 17.13C10.3394 19.19 13.6694 19.19 15.7194 17.13C17.7794 15.07 17.7794 11.74 15.7194 9.69002ZM12.5294 13.94L10.9394 15.53C10.7894 15.68 10.5994 15.75 10.4094 15.75C10.2194 15.75 10.0194 15.68 9.87938 15.53C9.58938 15.24 9.58938 14.76 9.87938 14.46L11.4694 12.87C11.7594 12.58 12.2394 12.58 12.5394 12.87C12.8294 13.17 12.8294 13.65 12.5294 13.94Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M19.6001 5.80975C19.3801 5.58975 19.1001 5.46973 18.7901 5.46973C18.4801 5.46973 18.2001 5.58974 17.9801 5.79974C17.5301 6.24974 17.5301 6.96974 17.9801 7.41974C18.2001 7.63974 18.4801 7.75977 18.7901 7.75977C19.1001 7.75977 19.3801 7.63975 19.6001 7.42975C19.8201 7.20975 19.9401 6.92975 19.9401 6.61975C19.9401 6.30975 19.8201 6.01975 19.6001 5.80975Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M6.02054 19.3898C5.80054 19.1698 5.52054 19.0498 5.21054 19.0498C4.90054 19.0498 4.62054 19.1698 4.40054 19.3798C4.18054 19.5998 4.06055 19.8798 4.06055 20.1898C4.06055 20.4998 4.18054 20.7798 4.40054 20.9998C4.62054 21.2198 4.92054 21.3298 5.21054 21.3298C5.50054 21.3298 5.80054 21.2198 6.02054 20.9898C6.46054 20.5598 6.46054 19.8298 6.02054 19.3898Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M22.4106 12.5997C22.2006 12.3797 21.9106 12.2698 21.6006 12.2598C21.2906 12.2598 21.0106 12.3797 20.7906 12.5997C20.3406 13.0497 20.3406 13.7697 20.7906 14.2197C21.0106 14.4397 21.3106 14.5497 21.6006 14.5497C21.8906 14.5497 22.1906 14.4397 22.4106 14.2197C22.8606 13.7697 22.8606 13.0397 22.4106 12.5997Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M3.20945 12.5999C2.76945 12.1599 2.03945 12.1499 1.58945 12.5999C1.13945 13.0499 1.13945 13.7699 1.58945 14.2199C1.80945 14.4399 2.10945 14.5499 2.39945 14.5499C2.68945 14.5499 2.98945 14.4399 3.20945 14.2199C3.64945 13.7699 3.64945 13.0399 3.20945 12.5999Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M19.6001 19.3902C19.1501 18.9402 18.4301 18.9402 17.9801 19.3902C17.5301 19.8402 17.5301 20.5602 17.9801 21.0102C18.2001 21.2302 18.5001 21.3402 18.7901 21.3402C19.0801 21.3402 19.3801 21.2302 19.6001 21.0102C19.8201 20.7902 19.9401 20.5002 19.9401 20.2002C19.9401 19.8902 19.8201 19.6002 19.6001 19.3902Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M6.02054 5.80975C5.80054 5.58975 5.52054 5.46973 5.21054 5.46973C4.90054 5.46973 4.62054 5.58974 4.40054 5.79974C4.18054 6.01974 4.06055 6.29974 4.06055 6.60974C4.06055 6.91974 4.18056 7.19974 4.39056 7.41974C4.61056 7.63974 4.89056 7.75977 5.20056 7.75977C5.51056 7.75977 5.79056 7.63974 6.01056 7.41974C6.46056 6.97974 6.46054 6.24975 6.02054 5.80975Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M12.8096 3.0001C12.8096 2.9901 12.8096 2.9901 12.8096 3.0001C12.3596 2.5501 11.6396 2.5501 11.1896 3.0001C10.9696 3.2201 10.8496 3.5101 10.8496 3.8101C10.8496 4.1201 10.9696 4.40009 11.1796 4.62009C11.3996 4.84009 11.6796 4.96012 11.9896 4.96012C12.2996 4.96012 12.5796 4.84009 12.7996 4.62009C13.2596 4.17009 13.2596 3.4401 12.8096 3.0001Z\" fill=\"\"/>\n</svg>\n</li><li title=\"devices \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16 2H6C2.8 2 2 2.8 2 6V11.9C2.03 14.93 2.87 15.7 6 15.7H8.25V19.25H4.95001C4.54001 19.25 4.20001 19.59 4.20001 20C4.20001 20.41 4.54001 20.75 4.95001 20.75H12.25C12.1 20.36 12.03 19.87 12.02 19.25H9.75V15.7H12.02V11.9V10.59C12.02 8.45003 12.73 7.73999 14.87 7.73999H19.15C19.46 7.73999 19.75 7.75998 20 7.78998V6C20 2.8 19.2 2 16 2Z\" fill=\"\"/>\n<path d=\"M19.9995 7.78998C19.7495 7.75998 19.4595 7.73999 19.1495 7.73999H14.8695C12.7295 7.73999 12.0195 8.45003 12.0195 10.59V19.25C12.0295 19.87 12.0995 20.36 12.2495 20.75C12.5995 21.66 13.3895 22 14.8695 22H19.1495C21.2895 22 21.9995 21.29 21.9995 19.15V10.59C21.9995 8.76003 21.4795 7.97998 19.9995 7.78998ZM17.0096 10.09C17.8796 10.09 18.5795 10.79 18.5795 11.66C18.5795 12.53 17.8796 13.23 17.0096 13.23C16.1396 13.23 15.4395 12.53 15.4395 11.66C15.4395 10.79 16.1396 10.09 17.0096 10.09ZM17.0096 19.15C15.8296 19.15 14.8695 18.19 14.8695 17.01C14.8695 16.52 15.0395 16.06 15.3195 15.7C15.7095 15.2 16.3196 14.87 17.0096 14.87C17.5496 14.87 18.0395 15.07 18.4095 15.39C18.8595 15.79 19.1495 16.37 19.1495 17.01C19.1495 18.19 18.1896 19.15 17.0096 19.15Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M19.1491 17.0101C19.1491 18.1901 18.1892 19.1501 17.0092 19.1501C15.8292 19.1501 14.8691 18.1901 14.8691 17.0101C14.8691 16.5201 15.0392 16.0601 15.3192 15.7001C15.7092 15.2001 16.3192 14.8701 17.0092 14.8701C17.5492 14.8701 18.0391 15.0701 18.4091 15.3901C18.8591 15.7901 19.1491 16.3701 19.1491 17.0101Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M17.0095 13.23C17.8765 13.23 18.5794 12.5271 18.5794 11.66C18.5794 10.7929 17.8765 10.0901 17.0095 10.0901C16.1424 10.0901 15.4395 10.7929 15.4395 11.66C15.4395 12.5271 16.1424 13.23 17.0095 13.23Z\" fill=\"\"/>\n</svg>\n</li><li title=\"diagram \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 22.75H5C2.93 22.75 1.25 21.07 1.25 19V2C1.25 1.59 1.59 1.25 2 1.25C2.41 1.25 2.75 1.59 2.75 2V19C2.75 20.24 3.76 21.25 5 21.25H22C22.41 21.25 22.75 21.59 22.75 22C22.75 22.41 22.41 22.75 22 22.75Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M4.99982 17.7498C4.82982 17.7498 4.64982 17.6898 4.50982 17.5698C4.19982 17.2998 4.15982 16.8298 4.42982 16.5098L9.01982 11.1498C9.51982 10.5698 10.2398 10.2198 10.9998 10.1898C11.7598 10.1698 12.5098 10.4498 13.0498 10.9898L13.9998 11.9398C14.2498 12.1898 14.5698 12.3098 14.9298 12.3098C15.2798 12.2998 15.5998 12.1398 15.8298 11.8698L20.4198 6.50983C20.6898 6.19983 21.1598 6.15981 21.4798 6.42981C21.7898 6.69981 21.8298 7.16981 21.5598 7.48981L16.9698 12.8498C16.4698 13.4298 15.7498 13.7798 14.9898 13.8098C14.2198 13.8298 13.4798 13.5498 12.9398 13.0098L11.9998 12.0598C11.7498 11.8098 11.4198 11.6798 11.0698 11.6898C10.7198 11.6998 10.3998 11.8598 10.1698 12.1298L5.57982 17.4898C5.41982 17.6598 5.20982 17.7498 4.99982 17.7498Z\" fill=\"\"/>\n</svg>\n</li><li title=\"diamonds \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.2105 13.24L14.3604 20.78C13.0604 22.21 10.9404 22.21 9.64044 20.78L2.79044 13.24C2.02044 12.39 1.77044 10.85 2.23044 9.8L3.03044 8H20.9704L21.7705 9.8C22.2304 10.85 21.9805 12.39 21.2105 13.24Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M20.9693 7.9999H3.0293L4.78929 4.0399C5.25929 2.9999 5.99929 2.1499 7.6993 2.1499H16.2993C17.9993 2.1499 18.7393 2.9999 19.2093 4.0399L20.9693 7.9999Z\" fill=\"\"/>\n</svg>\n</li><li title=\"direct down \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.0192 2.7202L13.5392 4.4602C12.5692 4.9402 11.4392 4.9402 10.4692 4.4602L6.97924 2.7102C3.99924 1.2202 0.849241 4.4402 2.40924 7.3902L3.22924 8.9302C3.33924 9.1402 3.51924 9.3102 3.73924 9.4102L16.3892 15.1002C16.9092 15.3302 17.5192 15.1202 17.7792 14.6202L21.5892 7.3802C23.1392 4.4402 19.9992 1.2202 17.0192 2.7202Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M15.6004 16.3102L7.32045 12.5802C6.39045 12.1602 5.45045 13.1602 5.93045 14.0602L8.97045 19.8302C10.2604 22.2802 13.7604 22.2802 15.0504 19.8302L16.1204 17.7902C16.4004 17.2402 16.1604 16.5702 15.6004 16.3102Z\" fill=\"\"/>\n</svg>\n</li><li title=\"direct inbox \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.19 4H7.81C4.17 4 2 6.17 2 9.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V9.81C22 6.17 19.83 4 16.19 4Z\" fill=\"\"/>\n<path d=\"M21.3 12.23H17.82C16.84 12.23 15.97 12.77 15.53 13.65L14.69 15.31C14.49 15.71 14.09 15.96 13.65 15.96H10.37C10.06 15.96 9.62 15.89 9.33 15.31L8.49 13.66C8.05 12.79 7.17 12.24 6.2 12.24H2.7C2.31 12.24 2 12.55 2 12.94V16.2C2 19.83 4.18 22 7.82 22H16.2C19.63 22 21.74 20.12 22 16.78V12.93C22 12.55 21.69 12.23 21.3 12.23Z\" fill=\"\"/>\n<path d=\"M14.5295 6.47C14.2395 6.18 13.7595 6.18 13.4695 6.47L12.7495 7.19V2C12.7495 1.59 12.4095 1.25 11.9995 1.25C11.5895 1.25 11.2495 1.59 11.2495 2V7.19L10.5295 6.47C10.2395 6.18 9.75945 6.18 9.46945 6.47C9.17945 6.76 9.17945 7.24 9.46945 7.53L11.4695 9.53C11.4795 9.54 11.4895 9.54 11.4895 9.55C11.5495 9.61 11.6295 9.66 11.7095 9.7C11.8095 9.73 11.8995 9.75 11.9995 9.75C12.0995 9.75 12.1895 9.73 12.2795 9.69C12.3695 9.65 12.4495 9.6 12.5295 9.53L14.5295 7.53C14.8195 7.24 14.8195 6.76 14.5295 6.47Z\" fill=\"\"/>\n</svg>\n</li><li title=\"direct left \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.2897 17.0198L19.5497 13.5398C19.0697 12.5698 19.0697 11.4398 19.5497 10.4698L21.2897 6.98983C22.7797 3.99983 19.5697 0.859829 16.6197 2.41983L15.0797 3.23983C14.8697 3.34983 14.6997 3.52983 14.5997 3.74983L8.89969 16.3898C8.66969 16.9098 8.87969 17.5198 9.37969 17.7798L16.6197 21.5898C19.5697 23.1498 22.7797 19.9998 21.2897 17.0198Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M7.68953 15.6L11.4195 7.31996C11.8395 6.38996 10.8395 5.44996 9.93953 5.92996L4.16953 8.95996C1.71953 10.25 1.71953 13.75 4.16953 15.04L6.20953 16.11C6.75953 16.4 7.42953 16.17 7.68953 15.6Z\" fill=\"\"/>\n</svg>\n</li><li title=\"direct normal \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2Z\" fill=\"\"/>\n<path d=\"M21.3 12.23H17.82C16.84 12.23 15.97 12.77 15.53 13.65L14.69 15.31C14.49 15.71 14.09 15.96 13.65 15.96H10.37C10.06 15.96 9.62 15.89 9.33 15.31L8.49 13.66C8.05 12.79 7.17 12.24 6.2 12.24H2.7C2.31 12.24 2 12.55 2 12.94V16.2C2 19.83 4.18 22 7.82 22H16.2C19.63 22 21.74 20.12 22 16.78V12.93C22 12.55 21.69 12.23 21.3 12.23Z\" fill=\"\"/>\n</svg>\n</li><li title=\"direct notification \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 8C20.6569 8 22 6.65685 22 5C22 3.34315 20.6569 2 19 2C17.3431 2 16 3.34315 16 5C16 6.65685 17.3431 8 19 8Z\" fill=\"\"/>\n<path d=\"M20.34 12.72H17.03C16.1 12.72 15.27 13.24 14.85 14.06L14.05 15.64C13.86 16.02 13.48 16.25 13.06 16.25H9.95C9.66 16.25 9.23 16.19 8.96 15.63L8.17 14.06C7.75 13.23 6.92 12.71 5.99 12.71H2.66C2.3 12.72 2 13.02 2 13.38V16.47C2 19.94 4.07 22 7.53 22H15.49C18.75 22 20.76 20.21 21 17.04V13.38C21 13.02 20.7 12.72 20.34 12.72Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M19 9.5C16.52 9.5 14.5 7.48 14.5 5C14.5 4.28 14.69 3.61 14.99 3H7.52C4.07 3 2 5.06 2 8.52V16.47C2 19.94 4.07 22 7.52 22H15.47C18.93 22 20.99 19.94 20.99 16.48V9.01C20.39 9.31 19.72 9.5 19 9.5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"direct right \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2.70911 17.0202L4.44911 13.5402C4.92911 12.5702 4.92911 11.4402 4.44911 10.4702L2.70911 6.98022C1.21911 4.00022 4.42911 0.850218 7.37911 2.41022L8.91911 3.23022C9.13911 3.34022 9.30911 3.52022 9.39911 3.74022L15.0891 16.3902C15.3191 16.9102 15.1091 17.5202 14.6091 17.7802L7.36911 21.5902C4.42911 23.1502 1.21911 20.0002 2.70911 17.0202Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M16.3093 15.6L12.5793 7.31996C12.1593 6.38996 13.1593 5.44996 14.0593 5.92996L19.8293 8.96996C22.2793 10.26 22.2793 13.76 19.8293 15.05L17.7893 16.12C17.2393 16.4 16.5693 16.17 16.3093 15.6Z\" fill=\"\"/>\n</svg>\n</li><li title=\"direct send \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.5292 3.47023L12.5292 1.47023C12.5192 1.46023 12.5092 1.46023 12.5092 1.45023C12.4492 1.39023 12.3692 1.34023 12.2892 1.30023C12.2792 1.30023 12.2792 1.30023 12.2692 1.29023C12.1892 1.26023 12.1092 1.25023 12.0292 1.24023C11.9992 1.24023 11.9792 1.24023 11.9492 1.24023C11.8892 1.24023 11.8292 1.26023 11.7692 1.28023C11.7392 1.29023 11.7192 1.30023 11.6992 1.31023C11.6192 1.35023 11.5392 1.39023 11.4792 1.46023L9.47922 3.46023C9.18922 3.75023 9.18922 4.23023 9.47922 4.52023C9.76922 4.81023 10.2492 4.81023 10.5392 4.52023L11.2592 3.80023V9.00023C11.2592 9.41023 11.5992 9.75023 12.0092 9.75023C12.4192 9.75023 12.7492 9.41023 12.7492 9.00023V3.81023L13.4692 4.53023C13.6192 4.68023 13.8092 4.75023 13.9992 4.75023C14.1892 4.75023 14.3792 4.68023 14.5292 4.53023C14.8192 4.24023 14.8192 3.76023 14.5292 3.47023Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M16.19 6H7.81C4.17 6 2 8.17 2 11.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V11.82C22 8.17 19.83 6 16.19 6Z\" fill=\"\"/>\n<path d=\"M21.3 12.23H17.82C16.84 12.23 15.97 12.77 15.53 13.65L14.69 15.31C14.49 15.71 14.09 15.96 13.65 15.96H10.37C10.06 15.96 9.62 15.89 9.33 15.31L8.49 13.66C8.05 12.79 7.17 12.24 6.2 12.24H2.7C2.31 12.24 2 12.55 2 12.94V16.2C2 19.83 4.18 22 7.82 22H16.2C19.63 22 21.74 20.12 22 16.78V12.93C22 12.55 21.69 12.23 21.3 12.23Z\" fill=\"\"/>\n</svg>\n</li><li title=\"direct up \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.0192 21.2902L13.5392 19.5502C12.5692 19.0702 11.4392 19.0702 10.4692 19.5502L6.98918 21.2902C3.99918 22.7802 0.84918 19.5702 2.40918 16.6202L3.22918 15.0802C3.33918 14.8702 3.51918 14.7002 3.73918 14.6002L16.3792 8.90017C16.8992 8.67017 17.5092 8.88017 17.7692 9.38017L21.5792 16.6202C23.1392 19.5702 19.9992 22.7802 17.0192 21.2902Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M15.6004 7.69002L7.32045 11.42C6.39045 11.84 5.45045 10.84 5.93045 9.94002L8.97045 4.17002C10.2604 1.72002 13.7604 1.72002 15.0504 4.17002L16.1204 6.21002C16.4004 6.76002 16.1604 7.44002 15.6004 7.69002Z\" fill=\"\"/>\n</svg>\n</li><li title=\"direct \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2Z\" fill=\"\"/>\n<path d=\"M21.3 12.23H17.82C16.84 12.23 15.97 12.77 15.53 13.65L14.69 15.31C14.49 15.71 14.09 15.96 13.65 15.96H10.37C10.06 15.96 9.62 15.89 9.33 15.31L8.49 13.66C8.05 12.79 7.17 12.24 6.2 12.24H2.7C2.31 12.24 2 12.55 2 12.94V16.2C2 19.83 4.18 22 7.82 22H16.2C19.63 22 21.74 20.12 22 16.78V12.93C22 12.55 21.69 12.23 21.3 12.23Z\" fill=\"\"/>\n<path d=\"M13.55 7.7999H10.45C10.06 7.7999 9.75 7.4899 9.75 7.0999C9.75 6.7099 10.06 6.3999 10.45 6.3999H13.55C13.94 6.3999 14.25 6.7099 14.25 7.0999C14.25 7.4899 13.93 7.7999 13.55 7.7999Z\" fill=\"\"/>\n<path d=\"M14.3307 10.5899H9.6707C9.2807 10.5899 8.9707 10.2799 8.9707 9.88994C8.9707 9.49994 9.2807 9.18994 9.6707 9.18994H14.3207C14.7107 9.18994 15.0207 9.49994 15.0207 9.88994C15.0207 10.2799 14.7107 10.5899 14.3307 10.5899Z\" fill=\"\"/>\n</svg>\n</li><li title=\"directbox default \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.6897 11.5298C18.1197 11.3798 17.4497 11.2998 16.6497 11.2998C15.5397 11.2998 15.1297 11.5698 14.5597 11.9998C14.5297 12.0198 14.4997 12.0498 14.4697 12.0798L13.5197 13.0898C12.7297 13.9398 11.2797 13.9398 10.4797 13.0898L9.52969 12.0898C9.49969 12.0498 9.46969 12.0198 9.43969 11.9998C8.85969 11.5698 8.44969 11.2998 7.34969 11.2998C6.54969 11.2998 5.87969 11.3698 5.30969 11.5298C2.92969 12.1698 2.92969 14.0598 2.92969 15.7198V16.6498C2.92969 19.1598 2.92969 21.9998 8.27969 21.9998H15.7197C19.2697 21.9998 21.0697 20.1998 21.0697 16.6498V15.7198C21.0697 14.0598 21.0697 12.1698 18.6897 11.5298Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M14.7891 2H9.20906C4.78906 2 4.78906 4.35 4.78906 6.42V12.21C4.78906 12.43 4.88906 12.63 5.05906 12.76C5.22906 12.89 5.45906 12.94 5.66906 12.88C6.11906 12.76 6.67906 12.7 7.34906 12.7C8.01906 12.7 8.15906 12.78 8.55906 13.08L9.46906 14.04C10.1191 14.74 11.0491 15.14 12.0091 15.14C12.9691 15.14 13.8891 14.74 14.5491 14.04L15.4591 13.08C15.8591 12.78 15.9991 12.7 16.6691 12.7C17.3391 12.7 17.8991 12.76 18.3491 12.88C18.5591 12.94 18.7791 12.89 18.9591 12.76C19.1291 12.63 19.2291 12.42 19.2291 12.21V6.42C19.2091 4.35 19.2091 2 14.7891 2Z\" fill=\"\"/>\n<path d=\"M13.55 9.90977H10.45C10.06 9.90977 9.75 9.59977 9.75 9.20977C9.75 8.81977 10.06 8.50977 10.45 8.50977H13.55C13.94 8.50977 14.25 8.81977 14.25 9.20977C14.25 9.58977 13.93 9.90977 13.55 9.90977Z\" fill=\"\"/>\n<path d=\"M14.3307 7.12021H9.6707C9.2807 7.12021 8.9707 6.81022 8.9707 6.42022C8.9707 6.03022 9.2807 5.72021 9.6707 5.72021H14.3207C14.7107 5.72021 15.0207 6.03022 15.0207 6.42022C15.0207 6.80022 14.7107 7.12021 14.3307 7.12021Z\" fill=\"\"/>\n</svg>\n</li><li title=\"directbox notif \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.6897 11.5298C18.1197 11.3798 17.4497 11.2998 16.6497 11.2998C15.5397 11.2998 15.1297 11.5698 14.5597 11.9998C14.5297 12.0198 14.4997 12.0498 14.4697 12.0798L13.5197 13.0898C12.7197 13.9298 11.2797 13.9398 10.4797 13.0798L9.52969 12.0798C9.49969 12.0498 9.46969 12.0198 9.43969 11.9998C8.86969 11.5698 8.45969 11.2998 7.34969 11.2998C6.54969 11.2998 5.87969 11.3798 5.30969 11.5298C2.92969 12.1698 2.92969 14.0598 2.92969 15.7198V16.6498C2.92969 19.1598 2.92969 21.9998 8.27969 21.9998H15.7197C19.2697 21.9998 21.0697 20.1998 21.0697 16.6498V15.7198C21.0697 14.0598 21.0697 12.1698 18.6897 11.5298ZM14.3297 18.3998H9.66969C9.28969 18.3998 8.97969 18.0898 8.97969 17.6998C8.97969 17.3098 9.28969 16.9998 9.66969 16.9998H14.3297C14.7097 16.9998 15.0197 17.3098 15.0197 17.6998C15.0197 18.0898 14.7097 18.3998 14.3297 18.3998Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M14.7891 2H9.20906C4.78906 2 4.78906 4.35 4.78906 6.42V12.21C4.78906 12.43 4.88906 12.63 5.05906 12.76C5.22906 12.89 5.45906 12.94 5.66906 12.88C6.11906 12.76 6.67906 12.7 7.34906 12.7C8.01906 12.7 8.15906 12.78 8.55906 13.08L9.46906 14.04C10.1191 14.74 11.0491 15.14 12.0091 15.14C12.9691 15.14 13.8891 14.74 14.5491 14.04L15.4591 13.08C15.8591 12.78 15.9991 12.7 16.6691 12.7C17.3391 12.7 17.8991 12.76 18.3491 12.88C18.5591 12.94 18.7791 12.89 18.9591 12.76C19.1291 12.63 19.2291 12.42 19.2291 12.21V6.42C19.2091 4.35 19.2091 2 14.7891 2Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M15.0205 17.7C15.0205 18.09 14.7105 18.4 14.3305 18.4H9.67047C9.29047 18.4 8.98047 18.09 8.98047 17.7C8.98047 17.31 9.29047 17 9.67047 17H14.3305C14.7105 17 15.0205 17.31 15.0205 17.7Z\" fill=\"\"/>\n</svg>\n</li><li title=\"directbox receive \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M14.7891 4H9.20906C4.78906 4 4.78906 6.35 4.78906 8.42V12.21C4.78906 12.43 4.88906 12.63 5.05906 12.76C5.22906 12.89 5.45906 12.94 5.66906 12.88C6.11906 12.76 6.67906 12.7 7.34906 12.7C8.01906 12.7 8.15906 12.78 8.55906 13.08L9.46906 14.04C10.1191 14.74 11.0491 15.14 12.0091 15.14C12.9691 15.14 13.8891 14.74 14.5491 14.04L15.4591 13.08C15.8591 12.78 15.9991 12.7 16.6691 12.7C17.3391 12.7 17.8991 12.76 18.3491 12.88C18.5591 12.94 18.7791 12.89 18.9591 12.76C19.1291 12.63 19.2291 12.42 19.2291 12.21V8.42C19.2091 6.35 19.2091 4 14.7891 4Z\" fill=\"\"/>\n<path d=\"M14.2743 6.8C14.0143 6.54 13.5843 6.54 13.3243 6.8L12.6743 7.45V2.67C12.6743 2.3 12.3643 2 11.9943 2C11.6243 2 11.3143 2.3 11.3143 2.67V7.44L10.6743 6.8C10.4143 6.54 9.9843 6.54 9.7243 6.8C9.4643 7.06 9.4643 7.49 9.7243 7.75L11.5243 9.55C11.5343 9.56 11.5343 9.56 11.5443 9.56C11.6043 9.61 11.6643 9.66 11.7443 9.69C11.8243 9.72 11.9143 9.74 12.0043 9.74C12.0943 9.74 12.1743 9.72 12.2643 9.69C12.3443 9.66 12.4243 9.61 12.4843 9.54L14.2843 7.74C14.5343 7.49 14.5343 7.06 14.2743 6.8Z\" fill=\"\"/>\n<path d=\"M18.6897 11.5298C18.1197 11.3798 17.4497 11.2998 16.6497 11.2998C15.5397 11.2998 15.1297 11.5698 14.5597 11.9998C14.5297 12.0198 14.4997 12.0498 14.4697 12.0798L13.5197 13.0898C12.7197 13.9298 11.2797 13.9398 10.4797 13.0798L9.52969 12.0798C9.49969 12.0498 9.46969 12.0198 9.43969 11.9998C8.86969 11.5698 8.45969 11.2998 7.34969 11.2998C6.54969 11.2998 5.87969 11.3798 5.30969 11.5298C2.92969 12.1698 2.92969 14.0598 2.92969 15.7198V16.6498C2.92969 19.1598 2.92969 21.9998 8.27969 21.9998H15.7197C19.2697 21.9998 21.0697 20.1998 21.0697 16.6498V15.7198C21.0697 14.0598 21.0697 12.1698 18.6897 11.5298ZM14.3297 18.3998H9.66969C9.28969 18.3998 8.97969 18.0898 8.97969 17.6998C8.97969 17.3098 9.28969 16.9998 9.66969 16.9998H14.3297C14.7097 16.9998 15.0197 17.3098 15.0197 17.6998C15.0197 18.0898 14.7097 18.3998 14.3297 18.3998Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M15.0205 17.7C15.0205 18.09 14.7105 18.4 14.3305 18.4H9.67047C9.29047 18.4 8.98047 18.09 8.98047 17.7C8.98047 17.31 9.29047 17 9.67047 17H14.3305C14.7105 17 15.0205 17.31 15.0205 17.7Z\" fill=\"\"/>\n</svg>\n</li><li title=\"directbox send \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M14.7891 6H9.20906C4.78906 6 4.78906 8.35 4.78906 10.42V12.21C4.78906 12.43 4.88906 12.63 5.05906 12.76C5.22906 12.89 5.45906 12.94 5.66906 12.88C6.11906 12.76 6.67906 12.7 7.34906 12.7C8.01906 12.7 8.15906 12.78 8.55906 13.08L9.46906 14.04C10.1191 14.74 11.0491 15.14 12.0091 15.14C12.9691 15.14 13.8891 14.74 14.5491 14.04L15.4591 13.08C15.8591 12.78 15.9991 12.7 16.6691 12.7C17.3391 12.7 17.8991 12.76 18.3491 12.88C18.5591 12.94 18.7791 12.89 18.9591 12.76C19.1291 12.63 19.2291 12.42 19.2291 12.21V10.42C19.2091 8.35 19.2091 6 14.7891 6Z\" fill=\"\"/>\n<path d=\"M14.2804 4.95C14.0204 5.21 13.5904 5.21 13.3304 4.95L12.6804 4.3V9.07C12.6804 9.44 12.3804 9.75 12.0004 9.75C11.6204 9.75 11.3204 9.45 11.3204 9.07V4.3L10.6704 4.95C10.4104 5.21 9.98039 5.21 9.72039 4.95C9.46039 4.69 9.46039 4.26 9.72039 4L11.5204 2.2C11.5304 2.19 11.5304 2.19 11.5404 2.19C11.6004 2.14 11.6604 2.09 11.7404 2.06C11.8304 2.02 11.9104 2 12.0004 2C12.0904 2 12.1704 2.02 12.2604 2.05C12.3404 2.08 12.4204 2.13 12.4804 2.2L14.2804 4C14.5404 4.26 14.5404 4.69 14.2804 4.95Z\" fill=\"\"/>\n<path d=\"M18.6897 11.5298C18.1197 11.3798 17.4497 11.2998 16.6497 11.2998C15.5397 11.2998 15.1297 11.5698 14.5597 11.9998C14.5297 12.0198 14.4997 12.0498 14.4697 12.0798L13.5197 13.0898C12.7197 13.9298 11.2797 13.9398 10.4797 13.0798L9.52969 12.0798C9.49969 12.0498 9.46969 12.0198 9.43969 11.9998C8.86969 11.5698 8.45969 11.2998 7.34969 11.2998C6.54969 11.2998 5.87969 11.3798 5.30969 11.5298C2.92969 12.1698 2.92969 14.0598 2.92969 15.7198V16.6498C2.92969 19.1598 2.92969 21.9998 8.27969 21.9998H15.7197C19.2697 21.9998 21.0697 20.1998 21.0697 16.6498V15.7198C21.0697 14.0598 21.0697 12.1698 18.6897 11.5298ZM14.3297 18.3998H9.66969C9.28969 18.3998 8.97969 18.0898 8.97969 17.6998C8.97969 17.3098 9.28969 16.9998 9.66969 16.9998H14.3297C14.7097 16.9998 15.0197 17.3098 15.0197 17.6998C15.0197 18.0898 14.7097 18.3998 14.3297 18.3998Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M15.0205 17.7C15.0205 18.09 14.7105 18.4 14.3305 18.4H9.67047C9.29047 18.4 8.98047 18.09 8.98047 17.7C8.98047 17.31 9.29047 17 9.67047 17H14.3305C14.7105 17 15.0205 17.31 15.0205 17.7Z\" fill=\"\"/>\n</svg>\n</li><li title=\"discount circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" fill=\"\"/>\n<path d=\"M15.0002 16C14.4402 16 13.9902 15.55 13.9902 15C13.9902 14.45 14.4402 14 14.9902 14C15.5402 14 15.9902 14.45 15.9902 15C15.9902 15.55 15.5502 16 15.0002 16Z\" fill=\"\"/>\n<path d=\"M9.01001 10C8.45001 10 8 9.55 8 9C8 8.45 8.45 8 9 8C9.55 8 10 8.45 10 9C10 9.55 9.56001 10 9.01001 10Z\" fill=\"\"/>\n<path d=\"M8.99948 15.75C8.80948 15.75 8.61945 15.68 8.46945 15.53C8.17945 15.24 8.17945 14.7599 8.46945 14.4699L14.4695 8.46994C14.7595 8.17994 15.2395 8.17994 15.5295 8.46994C15.8195 8.75994 15.8195 9.24 15.5295 9.53L9.52951 15.53C9.37951 15.68 9.18948 15.75 8.99948 15.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"discount shape \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M3.99085 14.6599L2.47086 13.1399C1.85086 12.5199 1.85086 11.4999 2.47086 10.8799L3.99085 9.3599C4.25085 9.0999 4.46085 8.58989 4.46085 8.22989V6.07993C4.46085 5.19993 5.18086 4.47989 6.06086 4.47989H8.21085C8.57085 4.47989 9.08085 4.26992 9.34085 4.00992L10.8608 2.4899C11.4808 1.8699 12.5009 1.8699 13.1209 2.4899L14.6409 4.00992C14.9009 4.26992 15.4108 4.47989 15.7708 4.47989H17.9209C18.8009 4.47989 19.5208 5.19993 19.5208 6.07993V8.22989C19.5208 8.58989 19.7308 9.0999 19.9908 9.3599L21.5109 10.8799C22.1309 11.4999 22.1309 12.5199 21.5109 13.1399L19.9908 14.6599C19.7308 14.9199 19.5208 15.4299 19.5208 15.7899V17.9399C19.5208 18.8199 18.8009 19.5399 17.9209 19.5399H15.7708C15.4108 19.5399 14.9009 19.7499 14.6409 20.0099L13.1209 21.5299C12.5009 22.1499 11.4808 22.1499 10.8608 21.5299L9.34085 20.0099C9.08085 19.7499 8.57085 19.5399 8.21085 19.5399H6.06086C5.18086 19.5399 4.46085 18.8199 4.46085 17.9399V15.7899C4.46085 15.4199 4.25085 14.9099 3.99085 14.6599Z\" fill=\"\"/>\n<path d=\"M15.0002 16C14.4402 16 13.9902 15.55 13.9902 15C13.9902 14.45 14.4402 14 14.9902 14C15.5402 14 15.9902 14.45 15.9902 15C15.9902 15.55 15.5502 16 15.0002 16Z\" fill=\"\"/>\n<path d=\"M9.01001 10C8.45001 10 8 9.55 8 9C8 8.45 8.45 8 9 8C9.55 8 10 8.45 10 9C10 9.55 9.56001 10 9.01001 10Z\" fill=\"\"/>\n<path d=\"M8.99945 15.75C8.80945 15.75 8.61945 15.68 8.46945 15.53C8.17945 15.24 8.17945 14.7599 8.46945 14.4699L14.4695 8.46994C14.7595 8.17994 15.2395 8.17994 15.5295 8.46994C15.8195 8.75994 15.8195 9.24 15.5295 9.53L9.52945 15.53C9.37945 15.68 9.18945 15.75 8.99945 15.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"discover 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" fill=\"\"/>\n<path d=\"M14.3246 14.3265C16.2069 12.4442 16.6913 9.87676 15.4065 8.59195C14.1217 7.30713 11.5542 7.7915 9.67189 9.67381C7.78958 11.5561 7.30522 14.1236 8.59003 15.4084C9.87484 16.6932 12.4423 16.2088 14.3246 14.3265Z\" fill=\"\"/>\n</svg>\n</li><li title=\"discover \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M20.9808 3.0201C20.1108 2.1501 18.8808 1.8101 17.6908 2.1101L7.89084 4.5601C6.24084 4.9701 4.97084 6.2501 4.56084 7.8901L2.11084 17.7001C1.81084 18.8901 2.15084 20.1201 3.02084 20.9901C3.68084 21.6401 4.55084 22.0001 5.45084 22.0001C5.73084 22.0001 6.02084 21.9701 6.30084 21.8901L16.1108 19.4401C17.7508 19.0301 19.0308 17.7601 19.4408 16.1101L21.8908 6.3001C22.1908 5.1101 21.8508 3.8801 20.9808 3.0201Z\" fill=\"\"/>\n<path d=\"M11.9991 15.8801C14.142 15.8801 15.8791 14.143 15.8791 12.0001C15.8791 9.85725 14.142 8.12012 11.9991 8.12012C9.85628 8.12012 8.11914 9.85725 8.11914 12.0001C8.11914 14.143 9.85628 15.8801 11.9991 15.8801Z\" fill=\"\"/>\n</svg>\n</li><li title=\"dislike \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M2.34904 13.96C2.73904 14.52 3.42904 14.84 4.21904 14.84H8.31904C8.58904 14.84 8.83904 14.95 9.00904 15.15C9.18904 15.35 9.25904 15.63 9.21904 15.92L8.70904 19.2C8.48904 20.18 9.13904 21.28 10.119 21.61C11.029 21.95 12.099 21.49 12.529 20.84L16.739 14.57L16.859 14.37V5.53003L16.709 5.38003L13.539 2.93003C13.119 2.51003 12.169 2.28003 11.499 2.28003H7.59904C6.25904 2.28003 4.90904 3.29003 4.60904 4.52003L2.14904 12.01C1.89904 12.72 1.96904 13.42 2.34904 13.96Z\" fill=\"\"/>\n<path d=\"M18.7894 17.6099H19.8194C21.3694 17.6099 21.9994 17.0099 21.9994 15.5299V5.4799C21.9994 3.9999 21.3694 3.3999 19.8194 3.3999H18.7894C17.2394 3.3999 16.6094 3.9999 16.6094 5.4799V15.5399C16.6094 17.0099 17.2394 17.6099 18.7894 17.6099Z\" fill=\"\"/>\n</svg>\n</li><li title=\"document 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2Z\" fill=\"\"/>\n<path d=\"M15.75 9.75H8.25C7.84 9.75 7.5 9.41 7.5 9C7.5 8.59 7.84 8.25 8.25 8.25H15.75C16.16 8.25 16.5 8.59 16.5 9C16.5 9.41 16.16 9.75 15.75 9.75Z\" fill=\"\"/>\n<path d=\"M15.75 15.75H8.25C7.84 15.75 7.5 15.41 7.5 15C7.5 14.59 7.84 14.25 8.25 14.25H15.75C16.16 14.25 16.5 14.59 16.5 15C16.5 15.41 16.16 15.75 15.75 15.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"document cloud \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M20.5 10.19H17.61C15.24 10.19 13.31 8.26 13.31 5.89V3C13.31 2.45 12.86 2 12.31 2H8.07C4.99 2 2.5 4.00001 2.5 7.57001V16.43C2.5 20 4.99 22 8.07 22H15.93C19.01 22 21.5 20 21.5 16.43V11.19C21.5 10.64 21.05 10.19 20.5 10.19Z\" fill=\"\"/>\n<path d=\"M15.7997 2.21C15.3897 1.8 14.6797 2.07998 14.6797 2.64998V6.13999C14.6797 7.59999 15.9197 8.80999 17.4297 8.80999C18.3797 8.81999 19.6997 8.82 20.8297 8.82C21.3997 8.82 21.6997 8.14999 21.2997 7.74999C19.8597 6.29999 17.2797 3.69 15.7997 2.21Z\" fill=\"\"/>\n<path d=\"M14.7605 19.2598C12.4105 19.4298 12.4105 22.8298 14.7605 22.9998H20.3205C20.9905 22.9998 21.6505 22.7498 22.1405 22.2998C23.7905 20.8598 22.9105 17.9798 20.7405 17.7098C19.9605 13.0198 13.1805 14.7998 14.7805 19.2698\" fill=\"\"/>\n</svg>\n</li><li title=\"document code 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M21 7V17C21 20 19.5 22 16 22H9C10.21 21.09 11 19.63 11 18C11 15.24 8.76 13 6 13C4.87 13 3.83 13.37 3 14V7C3 4 4.5 2 8 2H16C19.5 2 21 4 21 7Z\" fill=\"\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.5 3.75C14.9142 3.75 15.25 4.08579 15.25 4.5V6.5C15.25 7.18579 15.8142 7.75 16.5 7.75H18.5C18.9142 7.75 19.25 8.08579 19.25 8.5C19.25 8.91421 18.9142 9.25 18.5 9.25H16.5C14.9858 9.25 13.75 8.01421 13.75 6.5V4.5C13.75 4.08579 14.0858 3.75 14.5 3.75Z\" fill=\"\"/>\n<path d=\"M6 13C3.24 13 1 15.24 1 18C1 20.76 3.24 23 6 23C8.76 23 11 20.76 11 18C11 15.24 8.76 13 6 13ZM5.16 19.27C5.41 19.52 5.41 19.93 5.16 20.19C5.03 20.32 4.87001 20.38 4.70001 20.38C4.53001 20.38 4.36999 20.32 4.23999 20.19L2.51001 18.46C2.26001 18.21 2.26001 17.8 2.51001 17.54L4.23999 15.81C4.48999 15.56 4.9 15.56 5.16 15.81C5.41 16.06 5.41 16.47 5.16 16.73L3.89001 18L5.16 19.27ZM9.48001 18.46L7.75 20.19C7.62 20.32 7.46001 20.38 7.29001 20.38C7.12001 20.38 6.95999 20.32 6.82999 20.19C6.57999 19.94 6.57999 19.53 6.82999 19.27L8.10001 18L6.82999 16.73C6.57999 16.48 6.57999 16.07 6.82999 15.81C7.07999 15.56 7.49 15.56 7.75 15.81L9.48001 17.54C9.73001 17.8 9.73001 18.2 9.48001 18.46Z\" fill=\"\"/>\n</svg>\n</li><li title=\"document code \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M21 7V17C21 20 19.5 22 16 22H8C4.5 22 3 20 3 17V7C3 4 4.5 2 8 2H16C19.5 2 21 4 21 7Z\" fill=\"\"/>\n<path d=\"M18.5 9.25H16.5C14.98 9.25 13.75 8.02 13.75 6.5V4.5C13.75 4.09 14.09 3.75 14.5 3.75C14.91 3.75 15.25 4.09 15.25 4.5V6.5C15.25 7.19 15.81 7.75 16.5 7.75H18.5C18.91 7.75 19.25 8.09 19.25 8.5C19.25 8.91 18.91 9.25 18.5 9.25Z\" fill=\"\"/>\n<path d=\"M9.99945 17.75C9.80945 17.75 9.61945 17.68 9.46945 17.53L7.46945 15.53C7.17945 15.24 7.17945 14.7599 7.46945 14.4699L9.46945 12.4699C9.75945 12.1799 10.2395 12.1799 10.5295 12.4699C10.8195 12.7599 10.8195 13.24 10.5295 13.53L9.05945 15L10.5295 16.4699C10.8195 16.7599 10.8195 17.24 10.5295 17.53C10.3795 17.68 10.1895 17.75 9.99945 17.75Z\" fill=\"\"/>\n<path d=\"M13.9995 17.75C13.8095 17.75 13.6195 17.68 13.4695 17.53C13.1795 17.24 13.1795 16.7599 13.4695 16.4699L14.9395 15L13.4695 13.53C13.1795 13.24 13.1795 12.7599 13.4695 12.4699C13.7595 12.1799 14.2395 12.1799 14.5295 12.4699L16.5295 14.4699C16.8195 14.7599 16.8195 15.24 16.5295 15.53L14.5295 17.53C14.3795 17.68 14.1895 17.75 13.9995 17.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"document copy \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M15.5 13.15H13.33C11.55 13.15 10.1 11.71 10.1 9.92V7.75C10.1 7.34 9.77 7 9.35 7H6.18C3.87 7 2 8.5 2 11.18V17.82C2 20.5 3.87 22 6.18 22H12.07C14.38 22 16.25 20.5 16.25 17.82V13.9C16.25 13.48 15.91 13.15 15.5 13.15Z\" fill=\"\"/>\n<path d=\"M17.8198 2H15.8498H14.7598H11.9298C9.66977 2 7.83977 3.44 7.75977 6.01C7.81977 6.01 7.86977 6 7.92977 6H10.7598H11.8498H13.8198C16.1298 6 17.9998 7.5 17.9998 10.18V12.15V14.86V16.83C17.9998 16.89 17.9898 16.94 17.9898 16.99C20.2198 16.92 21.9998 15.44 21.9998 12.83V10.86V8.15V6.18C21.9998 3.5 20.1298 2 17.8198 2Z\" fill=\"\"/>\n<path d=\"M11.9806 7.15024C11.6706 6.84024 11.1406 7.05024 11.1406 7.48024V10.1002C11.1406 11.2002 12.0706 12.1002 13.2106 12.1002C13.9206 12.1102 14.9106 12.1102 15.7606 12.1102C16.1906 12.1102 16.4106 11.6102 16.1106 11.3102C15.0206 10.2202 13.0806 8.27024 11.9806 7.15024Z\" fill=\"\"/>\n</svg>\n</li><li title=\"document download \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M20.5 10.19H17.61C15.24 10.19 13.31 8.26 13.31 5.89V3C13.31 2.45 12.86 2 12.31 2H8.07C4.99 2 2.5 4 2.5 7.57V16.43C2.5 20 4.99 22 8.07 22H15.93C19.01 22 21.5 20 21.5 16.43V11.19C21.5 10.64 21.05 10.19 20.5 10.19Z\" fill=\"\"/>\n<path d=\"M15.7997 2.20999C15.3897 1.79999 14.6797 2.07999 14.6797 2.64999V6.13999C14.6797 7.59999 15.9197 8.80999 17.4297 8.80999C18.3797 8.81999 19.6997 8.81999 20.8297 8.81999C21.3997 8.81999 21.6997 8.14999 21.2997 7.74999C19.8597 6.29999 17.2797 3.68999 15.7997 2.20999Z\" fill=\"\"/>\n<path d=\"M12.2795 14.72C11.9895 14.43 11.5095 14.43 11.2195 14.72L10.4995 15.44V11.25C10.4995 10.84 10.1595 10.5 9.74945 10.5C9.33945 10.5 8.99945 10.84 8.99945 11.25V15.44L8.27945 14.72C7.98945 14.43 7.50945 14.43 7.21945 14.72C6.92945 15.01 6.92945 15.49 7.21945 15.78L9.21945 17.78C9.22945 17.79 9.23945 17.79 9.23945 17.8C9.29945 17.86 9.37945 17.91 9.45945 17.95C9.55945 17.98 9.64945 18 9.74945 18C9.84945 18 9.93945 17.98 10.0295 17.94C10.1195 17.9 10.1995 17.85 10.2795 17.78L12.2795 15.78C12.5695 15.49 12.5695 15.01 12.2795 14.72Z\" fill=\"\"/>\n</svg>\n</li><li title=\"document favorite \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M20.5 10.19H17.61C15.24 10.19 13.31 8.26 13.31 5.89V3C13.31 2.45 12.86 2 12.31 2H8.07C4.99 2 2.5 4 2.5 7.57V16.43C2.5 20 4.99 22 8.07 22H15.93C19.01 22 21.5 20 21.5 16.43V11.19C21.5 10.64 21.05 10.19 20.5 10.19Z\" fill=\"\"/>\n<path d=\"M15.7997 2.20999C15.3897 1.79999 14.6797 2.07999 14.6797 2.64999V6.13999C14.6797 7.59999 15.9197 8.80999 17.4297 8.80999C18.3797 8.81999 19.6997 8.81999 20.8297 8.81999C21.3997 8.81999 21.6997 8.14999 21.2997 7.74999C19.8597 6.29999 17.2797 3.68999 15.7997 2.20999Z\" fill=\"\"/>\n<path d=\"M11.1592 12.7299C10.5692 12.5399 9.93922 12.6499 9.49922 12.9999C9.03922 12.6499 8.42922 12.5399 7.84922 12.7299C6.57922 13.1399 6.17922 14.5899 6.52922 15.6999C7.06922 17.3999 8.85922 18.2699 9.50922 18.2699C10.1392 18.2699 11.9592 17.3699 12.4892 15.6999C12.8292 14.5899 12.4292 13.1399 11.1592 12.7299Z\" fill=\"\"/>\n</svg>\n</li><li title=\"document filter \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.22998 1H11.36C12.04 1 12.59 1.56 12.59 2.25V3.62C12.59 4.12 12.28 4.73999 11.97 5.04999L9.32001 7.42001C8.95001 7.73001 8.70001 8.36001 8.70001 8.85001V11.53C8.70001 11.9 8.45002 12.4 8.15002 12.59L7.28998 13.15C6.48998 13.65 5.38 13.09 5.38 12.09V8.78C5.38 8.34 5.13001 7.78 4.89001 7.47L2.54999 4.97C2.23999 4.66 2 4.1 2 3.72V2.29001C2 1.56001 2.54998 1 3.22998 1Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M17 2H14.6C14.32 2 14.1 2.22 14.1 2.5C14.1 2.98 14.1 3.62 14.1 3.62C14.1 4.61 13.57 5.57999 13.05 6.10999L10.33 8.54001C10.3 8.61001 10.25 8.71001 10.22 8.79001V11.54C10.22 12.45 9.68 13.44 8.94 13.89L8.12 14.42C7.66 14.71 7.15001 14.85 6.64001 14.85C6.18001 14.85 5.71999 14.73 5.29999 14.5C4.64999 14.14 4.2 13.55 4 12.87V10.21C4 10.08 3.94998 9.94999 3.84998 9.85999L2.84998 8.85999C2.52998 8.54999 2 8.76999 2 9.20999V17C2 19.76 4.24 22 7 22H17C19.76 22 22 19.76 22 17V7C22 4.24 19.76 2 17 2Z\" fill=\"\"/>\n<path d=\"M18 13.75H13C12.59 13.75 12.25 13.41 12.25 13C12.25 12.59 12.59 12.25 13 12.25H18C18.41 12.25 18.75 12.59 18.75 13C18.75 13.41 18.41 13.75 18 13.75Z\" fill=\"\"/>\n<path d=\"M18 17.75H11C10.59 17.75 10.25 17.41 10.25 17C10.25 16.59 10.59 16.25 11 16.25H18C18.41 16.25 18.75 16.59 18.75 17C18.75 17.41 18.41 17.75 18 17.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"document forward \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M20.5 10.19H17.61C15.24 10.19 13.31 8.26 13.31 5.89V3C13.31 2.45 12.86 2 12.31 2H8.07C4.99 2 2.5 4 2.5 7.57V16.43C2.5 20 4.99 22 8.07 22H15.93C19.01 22 21.5 20 21.5 16.43V11.19C21.5 10.64 21.05 10.19 20.5 10.19Z\" fill=\"\"/>\n<path d=\"M15.7997 2.20999C15.3897 1.79999 14.6797 2.07999 14.6797 2.64999V6.13999C14.6797 7.59999 15.9197 8.80999 17.4297 8.80999C18.3797 8.81999 19.6997 8.81999 20.8297 8.81999C21.3997 8.81999 21.6997 8.14999 21.2997 7.74999C19.8597 6.29999 17.2797 3.68999 15.7997 2.20999Z\" fill=\"\"/>\n<path d=\"M11 17.7499C10.81 17.7499 10.62 17.6799 10.47 17.5299C10.18 17.2399 10.18 16.7599 10.47 16.4699L11.19 15.7499H7C6.59 15.7499 6.25 15.4099 6.25 14.9999C6.25 14.5899 6.59 14.2499 7 14.2499H11.19L10.47 13.5299C10.32 13.3799 10.25 13.1899 10.25 12.9999C10.25 12.8099 10.32 12.6199 10.47 12.4699C10.76 12.1799 11.24 12.1799 11.53 12.4699L13.53 14.4699C13.66 14.5999 13.73 14.7699 13.74 14.9299C13.74 14.9799 13.74 15.0399 13.74 15.0899C13.72 15.2299 13.66 15.3599 13.56 15.4799C13.55 15.4899 13.53 15.5099 13.52 15.5199L11.52 17.5199C11.38 17.6799 11.19 17.7499 11 17.7499Z\" fill=\"\"/>\n</svg>\n</li><li title=\"document like \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M21 7V17C21 20 19.5 22 16 22H8C4.5 22 3 20 3 17V7C3 4 4.5 2 8 2H16C19.5 2 21 4 21 7Z\" fill=\"\"/>\n<path d=\"M18.5 9.25H16.5C14.98 9.25 13.75 8.02 13.75 6.5V4.5C13.75 4.09 14.09 3.75 14.5 3.75C14.91 3.75 15.25 4.09 15.25 4.5V6.5C15.25 7.19 15.81 7.75 16.5 7.75H18.5C18.91 7.75 19.25 8.09 19.25 8.5C19.25 8.91 18.91 9.25 18.5 9.25Z\" fill=\"\"/>\n<path d=\"M7.47916 15.4901C7.14916 14.4601 7.53914 13.1901 8.60914 12.8401C9.17914 12.6601 9.87914 12.8101 10.2691 13.3601C10.6391 12.7901 11.3691 12.6601 11.9291 12.8401C13.0091 13.1901 13.3892 14.4601 13.0692 15.4901C12.5592 17.1201 10.7691 17.9701 10.2691 17.9701C9.77914 17.9601 8.00916 17.1301 7.47916 15.4901Z\" fill=\"\"/>\n</svg>\n</li><li title=\"document normal \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.2391 3.6499H7.75906C5.28906 3.6499 3.28906 5.6599 3.28906 8.1199V17.5299C3.28906 19.9899 5.29906 21.9999 7.75906 21.9999H16.2291C18.6991 21.9999 20.6991 19.9899 20.6991 17.5299V8.1199C20.7091 5.6499 18.6991 3.6499 16.2391 3.6499Z\" fill=\"\"/>\n<path d=\"M14.3498 2H9.64977C8.60977 2 7.75977 2.84 7.75977 3.88V4.82C7.75977 5.86 8.59977 6.7 9.63977 6.7H14.3498C15.3898 6.7 16.2298 5.86 16.2298 4.82V3.88C16.2398 2.84 15.3898 2 14.3498 2Z\" fill=\"\"/>\n</svg>\n</li><li title=\"document previous \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M20.5 10.19H17.61C15.24 10.19 13.31 8.26 13.31 5.89V3C13.31 2.45 12.86 2 12.31 2H8.07C4.99 2 2.5 4 2.5 7.57V16.43C2.5 20 4.99 22 8.07 22H15.93C19.01 22 21.5 20 21.5 16.43V11.19C21.5 10.64 21.05 10.19 20.5 10.19Z\" fill=\"\"/>\n<path d=\"M15.7997 2.20999C15.3897 1.79999 14.6797 2.07999 14.6797 2.64999V6.13999C14.6797 7.59999 15.9197 8.80999 17.4297 8.80999C18.3797 8.81999 19.6997 8.81999 20.8297 8.81999C21.3997 8.81999 21.6997 8.14999 21.2997 7.74999C19.8597 6.29999 17.2797 3.68999 15.7997 2.20999Z\" fill=\"\"/>\n<path d=\"M13.0002 14.2499H8.81024L9.53023 13.5299C9.82023 13.2399 9.82023 12.7599 9.53023 12.4699C9.24023 12.1799 8.76023 12.1799 8.47023 12.4699L6.47023 14.4699C6.46023 14.4799 6.46023 14.4899 6.45023 14.4899C6.39023 14.5499 6.34023 14.6299 6.30023 14.7099C6.30023 14.7199 6.30023 14.7199 6.29023 14.7299C6.26023 14.8099 6.25023 14.8899 6.24023 14.9699C6.24023 14.9999 6.24023 15.0199 6.24023 15.0499C6.24023 15.1099 6.26023 15.1699 6.28023 15.2299C6.29023 15.2599 6.30023 15.2799 6.31023 15.2999C6.35023 15.3799 6.39023 15.4599 6.46023 15.5199L8.46023 17.5199C8.61023 17.6699 8.80023 17.7399 8.99023 17.7399C9.18023 17.7399 9.37023 17.6699 9.52024 17.5199C9.81024 17.2299 9.81024 16.7499 9.52024 16.4599L8.80023 15.7399H13.0002C13.4102 15.7399 13.7502 15.3999 13.7502 14.9899C13.7502 14.5799 13.4102 14.2499 13.0002 14.2499Z\" fill=\"\"/>\n</svg>\n</li><li title=\"document sketch \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M20.5 10.19H17.61C15.24 10.19 13.31 8.26 13.31 5.89V3C13.31 2.45 12.86 2 12.31 2H8.07C4.99 2 2.5 4 2.5 7.57V16.43C2.5 20 4.99 22 8.07 22H15.93C19.01 22 21.5 20 21.5 16.43V11.19C21.5 10.64 21.05 10.19 20.5 10.19Z\" fill=\"\"/>\n<path d=\"M15.7997 2.20999C15.3897 1.79999 14.6797 2.07999 14.6797 2.64999V6.13999C14.6797 7.59999 15.9197 8.80999 17.4297 8.80999C18.3797 8.81999 19.6997 8.81999 20.8297 8.81999C21.3997 8.81999 21.6997 8.14999 21.2997 7.74999C19.8597 6.29999 17.2797 3.68999 15.7997 2.20999Z\" fill=\"\"/>\n<path d=\"M12.5496 14.0002L11.6996 12.7202C11.4896 12.3902 11.0496 12.1602 10.6596 12.1602H8.63962C8.24962 12.1602 7.81962 12.3902 7.59962 12.7202L6.74962 14.0002C6.41962 14.4802 6.48962 15.1702 6.89962 15.5802L8.75962 17.4402C8.99962 17.6702 9.31962 17.8002 9.64962 17.8002C9.97962 17.8002 10.2996 17.6702 10.5396 17.4402L12.3996 15.5802C12.7996 15.1702 12.8596 14.4802 12.5496 14.0002Z\" fill=\"\"/>\n</svg>\n</li><li title=\"document text 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M21 7V17C21 20 19.5 22 16 22H8C4.5 22 3 20 3 17V7C3 4 4.5 2 8 2H16C19.5 2 21 4 21 7Z\" fill=\"\"/>\n<path d=\"M18.5 9.25H16.5C14.98 9.25 13.75 8.02 13.75 6.5V4.5C13.75 4.09 14.09 3.75 14.5 3.75C14.91 3.75 15.25 4.09 15.25 4.5V6.5C15.25 7.19 15.81 7.75 16.5 7.75H18.5C18.91 7.75 19.25 8.09 19.25 8.5C19.25 8.91 18.91 9.25 18.5 9.25Z\" fill=\"\"/>\n<path d=\"M12 13.75H8C7.59 13.75 7.25 13.41 7.25 13C7.25 12.59 7.59 12.25 8 12.25H12C12.41 12.25 12.75 12.59 12.75 13C12.75 13.41 12.41 13.75 12 13.75Z\" fill=\"\"/>\n<path d=\"M16 17.75H8C7.59 17.75 7.25 17.41 7.25 17C7.25 16.59 7.59 16.25 8 16.25H16C16.41 16.25 16.75 16.59 16.75 17C16.75 17.41 16.41 17.75 16 17.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"document text \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M20.5 10.19H17.61C15.24 10.19 13.31 8.26 13.31 5.89V3C13.31 2.45 12.86 2 12.31 2H8.07C4.99 2 2.5 4 2.5 7.57V16.43C2.5 20 4.99 22 8.07 22H15.93C19.01 22 21.5 20 21.5 16.43V11.19C21.5 10.64 21.05 10.19 20.5 10.19Z\" fill=\"\"/>\n<path d=\"M15.7997 2.20999C15.3897 1.79999 14.6797 2.07999 14.6797 2.64999V6.13999C14.6797 7.59999 15.9197 8.80999 17.4297 8.80999C18.3797 8.81999 19.6997 8.81999 20.8297 8.81999C21.3997 8.81999 21.6997 8.14999 21.2997 7.74999C19.8597 6.29999 17.2797 3.68999 15.7997 2.20999Z\" fill=\"\"/>\n<path d=\"M13.5 13.75H7.5C7.09 13.75 6.75 13.41 6.75 13C6.75 12.59 7.09 12.25 7.5 12.25H13.5C13.91 12.25 14.25 12.59 14.25 13C14.25 13.41 13.91 13.75 13.5 13.75Z\" fill=\"\"/>\n<path d=\"M11.5 17.75H7.5C7.09 17.75 6.75 17.41 6.75 17C6.75 16.59 7.09 16.25 7.5 16.25H11.5C11.91 16.25 12.25 16.59 12.25 17C12.25 17.41 11.91 17.75 11.5 17.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"document upload \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M20.5 10.19H17.61C15.24 10.19 13.31 8.26 13.31 5.89V3C13.31 2.45 12.86 2 12.31 2H8.07C4.99 2 2.5 4 2.5 7.57V16.43C2.5 20 4.99 22 8.07 22H15.93C19.01 22 21.5 20 21.5 16.43V11.19C21.5 10.64 21.05 10.19 20.5 10.19Z\" fill=\"\"/>\n<path d=\"M15.7997 2.20999C15.3897 1.79999 14.6797 2.07999 14.6797 2.64999V6.13999C14.6797 7.59999 15.9197 8.80999 17.4297 8.80999C18.3797 8.81999 19.6997 8.81999 20.8297 8.81999C21.3997 8.81999 21.6997 8.14999 21.2997 7.74999C19.8597 6.29999 17.2797 3.68999 15.7997 2.20999Z\" fill=\"\"/>\n<path d=\"M11.5295 12.47L9.52945 10.47C9.51945 10.46 9.50945 10.46 9.50945 10.45C9.44945 10.39 9.36945 10.34 9.28945 10.3C9.27945 10.3 9.27945 10.3 9.26945 10.3C9.18945 10.27 9.10945 10.26 9.02945 10.25C8.99945 10.25 8.97945 10.25 8.94945 10.25C8.88945 10.25 8.81945 10.27 8.75945 10.29C8.72945 10.3 8.70945 10.31 8.68945 10.32C8.60945 10.36 8.52945 10.4 8.46945 10.47L6.46945 12.47C6.17945 12.76 6.17945 13.24 6.46945 13.53C6.75945 13.82 7.23945 13.82 7.52945 13.53L8.24945 12.81V17C8.24945 17.41 8.58945 17.75 8.99945 17.75C9.40945 17.75 9.74945 17.41 9.74945 17V12.81L10.4695 13.53C10.6195 13.68 10.8095 13.75 10.9995 13.75C11.1895 13.75 11.3795 13.68 11.5295 13.53C11.8195 13.24 11.8195 12.76 11.5295 12.47Z\" fill=\"\"/>\n</svg>\n</li><li title=\"document \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M20.5 10.19H17.61C15.24 10.19 13.31 8.26 13.31 5.89V3C13.31 2.45 12.86 2 12.31 2H8.07C4.99 2 2.5 4 2.5 7.57V16.43C2.5 20 4.99 22 8.07 22H15.93C19.01 22 21.5 20 21.5 16.43V11.19C21.5 10.64 21.05 10.19 20.5 10.19Z\" fill=\"\"/>\n<path d=\"M15.7997 2.20999C15.3897 1.79999 14.6797 2.07999 14.6797 2.64999V6.13999C14.6797 7.59999 15.9197 8.80999 17.4297 8.80999C18.3797 8.81999 19.6997 8.81999 20.8297 8.81999C21.3997 8.81999 21.6997 8.14999 21.2997 7.74999C19.8597 6.29999 17.2797 3.68999 15.7997 2.20999Z\" fill=\"\"/>\n</svg>\n</li><li title=\"dollar circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12 21.8999C17.5228 21.8999 22 17.4228 22 11.8999C22 6.37705 17.5228 1.8999 12 1.8999C6.47715 1.8999 2 6.37705 2 11.8999C2 17.4228 6.47715 21.8999 12 21.8999Z\" fill=\"\"/>\n<path d=\"M14.2602 12L12.7502 11.47V8.08H13.1102C13.9202 8.08 14.5802 8.79 14.5802 9.66C14.5802 10.07 14.9202 10.41 15.3302 10.41C15.7402 10.41 16.0802 10.07 16.0802 9.66C16.0802 7.96 14.7502 6.58 13.1102 6.58H12.7502V6C12.7502 5.59 12.4102 5.25 12.0002 5.25C11.5902 5.25 11.2502 5.59 11.2502 6V6.58H10.6002C9.12016 6.58 7.91016 7.83 7.91016 9.36C7.91016 11.15 8.95016 11.72 9.74016 12L11.2502 12.53V15.91H10.8902C10.0802 15.91 9.42016 15.2 9.42016 14.33C9.42016 13.92 9.08016 13.58 8.67016 13.58C8.26016 13.58 7.92016 13.92 7.92016 14.33C7.92016 16.03 9.25016 17.41 10.8902 17.41H11.2502V18C11.2502 18.41 11.5902 18.75 12.0002 18.75C12.4102 18.75 12.7502 18.41 12.7502 18V17.42H13.4002C14.8802 17.42 16.0902 16.17 16.0902 14.64C16.0802 12.84 15.0402 12.27 14.2602 12ZM10.2402 10.59C9.73016 10.41 9.42016 10.24 9.42016 9.37C9.42016 8.66 9.95016 8.09 10.6102 8.09H11.2602V10.95L10.2402 10.59ZM13.4002 15.92H12.7502V13.06L13.7602 13.41C14.2702 13.59 14.5802 13.76 14.5802 14.63C14.5802 15.34 14.0502 15.92 13.4002 15.92Z\" fill=\"\"/>\n</svg>\n</li><li title=\"dollar square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2Z\" fill=\"\"/>\n<path d=\"M14.2602 12L12.7502 11.47V8.08H13.1102C13.9202 8.08 14.5802 8.79 14.5802 9.66C14.5802 10.07 14.9202 10.41 15.3302 10.41C15.7402 10.41 16.0802 10.07 16.0802 9.66C16.0802 7.96 14.7502 6.58 13.1102 6.58H12.7502V6C12.7502 5.59 12.4102 5.25 12.0002 5.25C11.5902 5.25 11.2502 5.59 11.2502 6V6.58H10.6002C9.12016 6.58 7.91016 7.83 7.91016 9.36C7.91016 11.15 8.95016 11.72 9.74016 12L11.2502 12.53V15.91H10.8902C10.0802 15.91 9.42016 15.2 9.42016 14.33C9.42016 13.92 9.08016 13.58 8.67016 13.58C8.26016 13.58 7.92016 13.92 7.92016 14.33C7.92016 16.03 9.25016 17.41 10.8902 17.41H11.2502V18C11.2502 18.41 11.5902 18.75 12.0002 18.75C12.4102 18.75 12.7502 18.41 12.7502 18V17.42H13.4002C14.8802 17.42 16.0902 16.17 16.0902 14.64C16.0802 12.84 15.0402 12.27 14.2602 12ZM10.2402 10.59C9.73016 10.41 9.42016 10.24 9.42016 9.37C9.42016 8.66 9.95016 8.09 10.6102 8.09H11.2602V10.95L10.2402 10.59ZM13.4002 15.92H12.7502V13.06L13.7602 13.41C14.2702 13.59 14.5802 13.76 14.5802 14.63C14.5802 15.34 14.0502 15.92 13.4002 15.92Z\" fill=\"\"/>\n</svg>\n</li><li title=\"driver 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.1898 2H7.81976C4.17976 2 2.00977 4.17 2.00977 7.81V16.18C2.00977 19.82 4.17976 21.99 7.81976 21.99H16.1898C19.8298 21.99 21.9998 19.82 21.9998 16.18V7.81C21.9998 4.17 19.8298 2 16.1898 2Z\" fill=\"\"/>\n<path d=\"M6 9C5.59 9 5.25 8.66 5.25 8.25V6.25C5.25 5.84 5.59 5.5 6 5.5C6.41 5.5 6.75 5.84 6.75 6.25V8.25C6.75 8.66 6.41 9 6 9Z\" fill=\"\"/>\n<path d=\"M10 9C9.59 9 9.25 8.66 9.25 8.25V6.25C9.25 5.84 9.59 5.5 10 5.5C10.41 5.5 10.75 5.84 10.75 6.25V8.25C10.75 8.66 10.41 9 10 9Z\" fill=\"\"/>\n<path d=\"M6 18.75C5.59 18.75 5.25 18.41 5.25 18V16C5.25 15.59 5.59 15.25 6 15.25C6.41 15.25 6.75 15.59 6.75 16V18C6.75 18.41 6.41 18.75 6 18.75Z\" fill=\"\"/>\n<path d=\"M10 18.75C9.59 18.75 9.25 18.41 9.25 18V16C9.25 15.59 9.59 15.25 10 15.25C10.41 15.25 10.75 15.59 10.75 16V18C10.75 18.41 10.41 18.75 10 18.75Z\" fill=\"\"/>\n<path d=\"M18 8H14C13.59 8 13.25 7.66 13.25 7.25C13.25 6.84 13.59 6.5 14 6.5H18C18.41 6.5 18.75 6.84 18.75 7.25C18.75 7.66 18.41 8 18 8Z\" fill=\"\"/>\n<path d=\"M18 17.75H14C13.59 17.75 13.25 17.41 13.25 17C13.25 16.59 13.59 16.25 14 16.25H18C18.41 16.25 18.75 16.59 18.75 17C18.75 17.41 18.41 17.75 18 17.75Z\" fill=\"\"/>\n<path d=\"M22 11.25H2V12.75H22V11.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"driver refresh \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M22 7.81V9.51C22 10.28 21.18 10.74 20.5 10.38C19.03 9.59 17.26 9.28 15.4 9.67C14.2 9.92 13.09 10.48 12.18 11.25C11.66 11.68 11.2 12.19 10.81 12.75C10.27 13.54 9.87001 14.44 9.67001 15.4C9.28001 17.26 9.59 19.03 10.38 20.5C10.74 21.18 10.28 22 9.51001 22H7.81C4.6 22 2 19.4 2 16.19V7.81C2 4.6 4.6 2 7.81 2H16.19C19.4 2 22 4.6 22 7.81Z\" fill=\"\"/>\n<path d=\"M12.18 11.25C11.66 11.68 11.2 12.19 10.81 12.75H2V11.25H12.18Z\" fill=\"\"/>\n<path d=\"M6 9C5.59 9 5.25 8.66 5.25 8.25V6.25C5.25 5.84 5.59 5.5 6 5.5C6.41 5.5 6.75 5.84 6.75 6.25V8.25C6.75 8.66 6.41 9 6 9Z\" fill=\"\"/>\n<path d=\"M10 9C9.59 9 9.25 8.66 9.25 8.25V6.25C9.25 5.84 9.59 5.5 10 5.5C10.41 5.5 10.75 5.84 10.75 6.25V8.25C10.75 8.66 10.41 9 10 9Z\" fill=\"\"/>\n<path d=\"M6 18.75C5.59 18.75 5.25 18.41 5.25 18V16C5.25 15.59 5.59 15.25 6 15.25C6.41 15.25 6.75 15.59 6.75 16V18C6.75 18.41 6.41 18.75 6 18.75Z\" fill=\"\"/>\n<path d=\"M18 8H14C13.59 8 13.25 7.66 13.25 7.25C13.25 6.84 13.59 6.5 14 6.5H18C18.41 6.5 18.75 6.84 18.75 7.25C18.75 7.66 18.41 8 18 8Z\" fill=\"\"/>\n<path d=\"M17 11C13.69 11 11 13.69 11 17C11 20.31 13.69 23 17 23C20.31 23 23 20.31 23 17C23 13.69 20.31 11 17 11ZM19.93 18.2C19.77 18.59 19.54 18.94 19.24 19.24C18.64 19.84 17.85 20.17 17 20.17C16.32 20.17 15.68 19.95 15.14 19.55V19.69C15.14 20 14.89 20.26 14.57 20.26C14.26 20.26 14 20.01 14 19.69V18.25C14 17.94 14.25 17.68 14.57 17.68H16.01C16.32 17.68 16.58 17.93 16.58 18.25C16.58 18.54 16.37 18.76 16.09 18.8C16.85 19.17 17.82 19.05 18.43 18.44C18.62 18.25 18.77 18.02 18.87 17.77C18.99 17.48 19.32 17.34 19.61 17.46C19.91 17.57 20.05 17.91 19.93 18.2ZM20 15.76C20 16.07 19.75 16.33 19.43 16.33H17.99C17.68 16.33 17.42 16.08 17.42 15.76C17.42 15.47 17.63 15.25 17.91 15.21C17.15 14.84 16.18 14.96 15.56 15.57C15.39 15.74 15.26 15.93 15.16 16.14C15.06 16.35 14.86 16.47 14.65 16.47C14.57 16.47 14.49 16.45 14.41 16.42C14.13 16.29 14 15.95 14.14 15.66C14.3 15.33 14.51 15.03 14.76 14.77C15.36 14.17 16.15 13.84 17 13.84C17.68 13.84 18.32 14.06 18.86 14.46V14.33C18.86 14.02 19.11 13.76 19.43 13.76C19.75 13.76 20 14 20 14.32V15.76Z\" fill=\"\"/>\n</svg>\n</li><li title=\"driver \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M19.3198 10H4.68977C3.20977 10 2.00977 8.79001 2.00977 7.32001V4.69001C2.00977 3.21001 3.21977 2.01001 4.68977 2.01001H19.3198C20.7998 2.01001 21.9998 3.22001 21.9998 4.69001V7.32001C21.9998 8.79001 20.7898 10 19.3198 10Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M19.3198 22H4.68977C3.20977 22 2.00977 20.79 2.00977 19.32V16.69C2.00977 15.21 3.21977 14.01 4.68977 14.01H19.3198C20.7998 14.01 21.9998 15.22 21.9998 16.69V19.32C21.9998 20.79 20.7898 22 19.3198 22Z\" fill=\"\"/>\n<path d=\"M6 7.75C5.59 7.75 5.25 7.41 5.25 7V5C5.25 4.59 5.59 4.25 6 4.25C6.41 4.25 6.75 4.59 6.75 5V7C6.75 7.41 6.41 7.75 6 7.75Z\" fill=\"\"/>\n<path d=\"M10 7.75C9.59 7.75 9.25 7.41 9.25 7V5C9.25 4.59 9.59 4.25 10 4.25C10.41 4.25 10.75 4.59 10.75 5V7C10.75 7.41 10.41 7.75 10 7.75Z\" fill=\"\"/>\n<path d=\"M6 19.75C5.59 19.75 5.25 19.41 5.25 19V17C5.25 16.59 5.59 16.25 6 16.25C6.41 16.25 6.75 16.59 6.75 17V19C6.75 19.41 6.41 19.75 6 19.75Z\" fill=\"\"/>\n<path d=\"M10 19.75C9.59 19.75 9.25 19.41 9.25 19V17C9.25 16.59 9.59 16.25 10 16.25C10.41 16.25 10.75 16.59 10.75 17V19C10.75 19.41 10.41 19.75 10 19.75Z\" fill=\"\"/>\n<path d=\"M18 6.75H14C13.59 6.75 13.25 6.41 13.25 6C13.25 5.59 13.59 5.25 14 5.25H18C18.41 5.25 18.75 5.59 18.75 6C18.75 6.41 18.41 6.75 18 6.75Z\" fill=\"\"/>\n<path d=\"M18 18.75H14C13.59 18.75 13.25 18.41 13.25 18C13.25 17.59 13.59 17.25 14 17.25H18C18.41 17.25 18.75 17.59 18.75 18C18.75 18.41 18.41 18.75 18 18.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"driving \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 18.75C11.59 18.75 11.25 18.41 11.25 18V17C11.25 16.59 11.59 16.25 12 16.25C12.41 16.25 12.75 16.59 12.75 17V18C12.75 18.41 12.41 18.75 12 18.75Z\" fill=\"\"/>\n<path d=\"M12 22.75C11.59 22.75 11.25 22.41 11.25 22V21C11.25 20.59 11.59 20.25 12 20.25C12.41 20.25 12.75 20.59 12.75 21V22C12.75 22.41 12.41 22.75 12 22.75Z\" fill=\"\"/>\n<path d=\"M2.00009 22.7501C1.94009 22.7501 1.8801 22.7401 1.8201 22.7301C1.4201 22.6301 1.1701 22.2201 1.2701 21.8201L2.2701 17.8201C2.3701 17.4201 2.77009 17.1701 3.18009 17.2701C3.58009 17.3701 3.83009 17.7801 3.73009 18.1801L2.73009 22.1801C2.64009 22.5201 2.34009 22.7501 2.00009 22.7501Z\" fill=\"\"/>\n<path d=\"M22.0007 22.7499C21.6607 22.7499 21.3607 22.5199 21.2707 22.1799L20.2707 18.1799C20.1707 17.7799 20.4107 17.3699 20.8207 17.2699C21.2207 17.1699 21.6307 17.4099 21.7307 17.8199L22.7307 21.8199C22.8307 22.2199 22.5907 22.6299 22.1807 22.7299C22.1207 22.7399 22.0607 22.7499 22.0007 22.7499Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M19.2602 9.52008C19.1502 8.34008 18.8402 7.09009 16.5502 7.09009H7.45024C5.16024 7.09009 4.85024 8.35008 4.74024 9.52008L4.34024 13.86C4.29024 14.4 4.47024 14.94 4.84024 15.35C5.22024 15.76 5.76025 16.0001 6.32025 16.0001H7.66024C8.81024 16.0001 9.03023 15.3401 9.18023 14.9001L9.32025 14.47C9.48025 13.98 9.52024 13.86 10.1702 13.86H13.8202C14.4602 13.86 14.4802 13.93 14.6702 14.47L14.8102 14.9001C14.9602 15.3401 15.1802 16.0001 16.3302 16.0001H17.6702C18.2302 16.0001 18.7702 15.76 19.1502 15.35C19.5202 14.95 19.7002 14.4 19.6502 13.86L19.2602 9.52008Z\" fill=\"\"/>\n<path d=\"M18.4208 4.94H17.7108C17.7008 4.94 17.7008 4.94 17.7008 4.94L17.4308 3.65002C17.1708 2.40002 16.6408 1.25 14.5108 1.25H12.5408H11.4708H9.50078C7.37078 1.25 6.84078 2.40002 6.58078 3.65002L6.31078 4.94C6.30078 4.94 6.30078 4.94 6.30078 4.94H5.59077C5.29077 4.94 5.05078 5.17998 5.05078 5.47998C5.05078 5.77998 5.29077 6.02002 5.59077 6.02002H6.10078L5.80078 7.45001C6.19078 7.23001 6.72078 7.09003 7.46078 7.09003H16.5608C17.3008 7.09003 17.8408 7.23001 18.2208 7.45001L17.9208 6.02002H18.4308C18.7308 6.02002 18.9708 5.77998 18.9708 5.47998C18.9608 5.17998 18.7208 4.94 18.4208 4.94Z\" fill=\"\"/>\n<path d=\"M9.8597 11.0099H7.7197C7.4197 11.0099 7.17969 10.7699 7.17969 10.4699C7.17969 10.1699 7.4197 9.92993 7.7197 9.92993H9.8597C10.1597 9.92993 10.3997 10.1699 10.3997 10.4699C10.3897 10.7699 10.1497 11.0099 9.8597 11.0099Z\" fill=\"\"/>\n<path d=\"M16.2796 11.0099H14.1396C13.8396 11.0099 13.5996 10.7699 13.5996 10.4699C13.5996 10.1699 13.8396 9.92993 14.1396 9.92993H16.2796C16.5796 9.92993 16.8196 10.1699 16.8196 10.4699C16.8196 10.7699 16.5796 11.0099 16.2796 11.0099Z\" fill=\"\"/>\n</svg>\n</li><li title=\"drop \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.5904 7.41L6.31044 17.69C5.83044 18.17 5.01044 18.06 4.72044 17.45C4.20044 16.38 3.90044 15.17 3.90044 13.9C3.88044 8.38 9.48044 3.66 11.3804 2.21C11.7504 1.93 12.2504 1.93 12.6104 2.21C13.4804 2.87 15.1104 4.24 16.6404 6.04C16.9804 6.44 16.9604 7.04 16.5904 7.41Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M20.1 13.91C20.1 18.37 16.47 22 12 22C10.21 22 8.53996 21.42 7.18996 20.42C6.69996 20.06 6.65996 19.34 7.08996 18.91L17.16 8.84002C17.63 8.37002 18.42 8.47002 18.74 9.05002C19.56 10.56 20.11 12.2 20.1 13.91Z\" fill=\"\"/>\n</svg>\n</li><li title=\"edit 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M21 22H3C2.59 22 2.25 21.66 2.25 21.25C2.25 20.84 2.59 20.5 3 20.5H21C21.41 20.5 21.75 20.84 21.75 21.25C21.75 21.66 21.41 22 21 22Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M19.0206 3.48016C17.0806 1.54016 15.1806 1.49016 13.1906 3.48016L11.9806 4.69016C11.8806 4.79016 11.8406 4.95016 11.8806 5.09016C12.6406 7.74016 14.7606 9.86016 17.4106 10.6202C17.4506 10.6302 17.4906 10.6402 17.5306 10.6402C17.6406 10.6402 17.7406 10.6002 17.8206 10.5202L19.0206 9.31016C20.0106 8.33016 20.4906 7.38016 20.4906 6.42016C20.5006 5.43016 20.0206 4.47016 19.0206 3.48016Z\" fill=\"\"/>\n<path d=\"M15.6103 11.5298C15.3203 11.3898 15.0403 11.2498 14.7703 11.0898C14.5503 10.9598 14.3403 10.8198 14.1303 10.6698C13.9603 10.5598 13.7603 10.3998 13.5703 10.2398C13.5503 10.2298 13.4803 10.1698 13.4003 10.0898C13.0703 9.8098 12.7003 9.4498 12.3703 9.0498C12.3403 9.0298 12.2903 8.9598 12.2203 8.8698C12.1203 8.7498 11.9503 8.5498 11.8003 8.3198C11.6803 8.1698 11.5403 7.9498 11.4103 7.7298C11.2503 7.4598 11.1103 7.1898 10.9703 6.9098C10.8303 6.6098 10.7203 6.3198 10.6203 6.0498L4.34032 12.3298C4.21032 12.4598 4.09032 12.7098 4.06032 12.8798L3.52032 16.7098C3.42032 17.3898 3.61032 18.0298 4.03032 18.4598C4.39032 18.8098 4.89032 18.9998 5.43032 18.9998C5.55032 18.9998 5.67032 18.9898 5.79032 18.9698L9.63032 18.4298C9.81032 18.3998 10.0603 18.2798 10.1803 18.1498L16.4603 11.8698C16.1803 11.7698 15.9103 11.6598 15.6103 11.5298Z\" fill=\"\"/>\n</svg>\n</li><li title=\"edit \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M15.48 3H7.52C4.07 3 2 5.06 2 8.52V16.47C2 19.94 4.07 22 7.52 22H15.47C18.93 22 20.99 19.94 20.99 16.48V8.52C21 5.06 18.93 3 15.48 3Z\" fill=\"\"/>\n<path d=\"M21.0195 2.97979C19.2295 1.17979 17.4795 1.13979 15.6395 2.97979L14.5095 4.09979C14.4095 4.19979 14.3795 4.33979 14.4195 4.46979C15.1195 6.91979 17.0795 8.87979 19.5295 9.57979C19.5595 9.58979 19.6095 9.58979 19.6395 9.58979C19.7395 9.58979 19.8395 9.54979 19.9095 9.47979L21.0195 8.35979C21.9295 7.44979 22.3795 6.57979 22.3795 5.68979C22.3795 4.78979 21.9295 3.89979 21.0195 2.97979Z\" fill=\"\"/>\n<path d=\"M17.8591 10.4198C17.5891 10.2898 17.3291 10.1598 17.0891 10.0098C16.8891 9.88984 16.6891 9.75984 16.4991 9.61984C16.3391 9.51984 16.1591 9.36984 15.9791 9.21984C15.9591 9.20984 15.8991 9.15984 15.8191 9.07984C15.5091 8.82984 15.1791 8.48984 14.8691 8.11984C14.8491 8.09984 14.7891 8.03984 14.7391 7.94984C14.6391 7.83984 14.4891 7.64984 14.3591 7.43984C14.2491 7.29984 14.1191 7.09984 13.9991 6.88984C13.8491 6.63984 13.7191 6.38984 13.5991 6.12984C13.4691 5.84984 13.3691 5.58984 13.2791 5.33984L7.89912 10.7198C7.54912 11.0698 7.20912 11.7298 7.13912 12.2198L6.70912 15.1998C6.61912 15.8298 6.78912 16.4198 7.17912 16.8098C7.50912 17.1398 7.95912 17.3098 8.45912 17.3098C8.56912 17.3098 8.67912 17.2998 8.78912 17.2898L11.7591 16.8698C12.2491 16.7998 12.9091 16.4698 13.2591 16.1098L18.6391 10.7298C18.3891 10.6498 18.1391 10.5398 17.8591 10.4198Z\" fill=\"\"/>\n</svg>\n</li><li title=\"electricity \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M10.4998 16H13.4998C15.9998 16 17.4998 14.2 17.4998 12V6.91C17.4998 5.86 16.6398 5 15.5898 5H8.41982C7.36982 5 6.50982 5.86 6.50982 6.91V12C6.49982 14.2 7.99981 16 10.4998 16Z\" fill=\"\"/>\n<path d=\"M10.25 2V5H8.75V2C8.75 1.59 9.09 1.25 9.5 1.25C9.91 1.25 10.25 1.59 10.25 2Z\" fill=\"\"/>\n<path d=\"M15.25 2V5H13.75V2C13.75 1.59 14.09 1.25 14.5 1.25C14.91 1.25 15.25 1.59 15.25 2Z\" fill=\"\"/>\n<path d=\"M12.75 16V22C12.75 22.41 12.41 22.75 12 22.75C11.59 22.75 11.25 22.41 11.25 22V16H12.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"element 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11 19.9V4.1C11 2.6 10.36 2 8.77 2H4.73C3.14 2 2.5 2.6 2.5 4.1V19.9C2.5 21.4 3.14 22 4.73 22H8.77C10.36 22 11 21.4 11 19.9Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M21.5 10.9V4.1C21.5 2.6 20.86 2 19.27 2H15.23C13.64 2 13 2.6 13 4.1V10.9C13 12.4 13.64 13 15.23 13H19.27C20.86 13 21.5 12.4 21.5 10.9Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M21.5 19.9V17.1C21.5 15.6 20.86 15 19.27 15H15.23C13.64 15 13 15.6 13 17.1V19.9C13 21.4 13.64 22 15.23 22H19.27C20.86 22 21.5 21.4 21.5 19.9Z\" fill=\"\"/>\n</svg>\n</li><li title=\"element 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11 19.9V4.1C11 2.6 10.36 2 8.77 2H4.73C3.14 2 2.5 2.6 2.5 4.1V19.9C2.5 21.4 3.14 22 4.73 22H8.77C10.36 22 11 21.4 11 19.9Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M21.5 19.64V15.36C21.5 14.06 20.5 13 19.27 13H15.23C14 13 13 14.06 13 15.36V19.64C13 20.94 14 22 15.23 22H19.27C20.5 22 21.5 20.94 21.5 19.64Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M21.5 8.64V4.36C21.5 3.06 20.5 2 19.27 2H15.23C14 2 13 3.06 13 4.36V8.64C13 9.94 14 11 15.23 11H19.27C20.5 11 21.5 9.94 21.5 8.64Z\" fill=\"\"/>\n</svg>\n</li><li title=\"element 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M22 8.52V3.98C22 2.57 21.36 2 19.77 2H15.73C14.14 2 13.5 2.57 13.5 3.98V8.51C13.5 9.93 14.14 10.49 15.73 10.49H19.77C21.36 10.5 22 9.93 22 8.52Z\" fill=\"\"/>\n<path d=\"M22 19.77V15.73C22 14.14 21.36 13.5 19.77 13.5H15.73C14.14 13.5 13.5 14.14 13.5 15.73V19.77C13.5 21.36 14.14 22 15.73 22H19.77C21.36 22 22 21.36 22 19.77Z\" fill=\"\"/>\n<path d=\"M10.5 8.52V3.98C10.5 2.57 9.86 2 8.27 2H4.23C2.64 2 2 2.57 2 3.98V8.51C2 9.93 2.64 10.49 4.23 10.49H8.27C9.86 10.5 10.5 9.93 10.5 8.52Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M10.5 19.77V15.73C10.5 14.14 9.86 13.5 8.27 13.5H4.23C2.64 13.5 2 14.14 2 15.73V19.77C2 21.36 2.64 22 4.23 22H8.27C9.86 22 10.5 21.36 10.5 19.77Z\" fill=\"\"/>\n</svg>\n</li><li title=\"element 4 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.5 10.9V4.1C21.5 2.6 20.86 2 19.27 2H15.23C13.64 2 13 2.6 13 4.1V10.9C13 12.4 13.64 13 15.23 13H19.27C20.86 13 21.5 12.4 21.5 10.9Z\" fill=\"\"/>\n<path d=\"M11 13.1V19.9C11 21.4 10.36 22 8.77 22H4.73C3.14 22 2.5 21.4 2.5 19.9V13.1C2.5 11.6 3.14 11 4.73 11H8.77C10.36 11 11 11.6 11 13.1Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M21.5 19.9V17.1C21.5 15.6 20.86 15 19.27 15H15.23C13.64 15 13 15.6 13 17.1V19.9C13 21.4 13.64 22 15.23 22H19.27C20.86 22 21.5 21.4 21.5 19.9Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M11 6.9V4.1C11 2.6 10.36 2 8.77 2H4.73C3.14 2 2.5 2.6 2.5 4.1V6.9C2.5 8.4 3.14 9 4.73 9H8.77C10.36 9 11 8.4 11 6.9Z\" fill=\"\"/>\n</svg>\n</li><li title=\"element equal \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 16.25H15C14.59 16.25 14.25 15.91 14.25 15.5C14.25 15.09 14.59 14.75 15 14.75H21C21.41 14.75 21.75 15.09 21.75 15.5C21.75 15.91 21.41 16.25 21 16.25Z\" fill=\"\"/>\n<path d=\"M21 20.25H15C14.59 20.25 14.25 19.91 14.25 19.5C14.25 19.09 14.59 18.75 15 18.75H21C21.41 18.75 21.75 19.09 21.75 19.5C21.75 19.91 21.41 20.25 21 20.25Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M22 8.52V3.98C22 2.57 21.36 2 19.77 2H15.73C14.14 2 13.5 2.57 13.5 3.98V8.51C13.5 9.93 14.14 10.49 15.73 10.49H19.77C21.36 10.5 22 9.93 22 8.52Z\" fill=\"\"/>\n<path d=\"M10.5 8.52V3.98C10.5 2.57 9.86 2 8.27 2H4.23C2.64 2 2 2.57 2 3.98V8.51C2 9.93 2.64 10.49 4.23 10.49H8.27C9.86 10.5 10.5 9.93 10.5 8.52Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M10.5 19.77V15.73C10.5 14.14 9.86 13.5 8.27 13.5H4.23C2.64 13.5 2 14.14 2 15.73V19.77C2 21.36 2.64 22 4.23 22H8.27C9.86 22 10.5 21.36 10.5 19.77Z\" fill=\"\"/>\n</svg>\n</li><li title=\"element plus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.5 16.75H18.25V14.5C18.25 14.09 17.91 13.75 17.5 13.75C17.09 13.75 16.75 14.09 16.75 14.5V16.75H14.5C14.09 16.75 13.75 17.09 13.75 17.5C13.75 17.91 14.09 18.25 14.5 18.25H16.75V20.5C16.75 20.91 17.09 21.25 17.5 21.25C17.91 21.25 18.25 20.91 18.25 20.5V18.25H20.5C20.91 18.25 21.25 17.91 21.25 17.5C21.25 17.09 20.91 16.75 20.5 16.75Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M22 8.52V3.98C22 2.57 21.36 2 19.77 2H15.73C14.14 2 13.5 2.57 13.5 3.98V8.51C13.5 9.93 14.14 10.49 15.73 10.49H19.77C21.36 10.5 22 9.93 22 8.52Z\" fill=\"\"/>\n<path d=\"M10.5 8.52V3.98C10.5 2.57 9.86 2 8.27 2H4.23C2.64 2 2 2.57 2 3.98V8.51C2 9.93 2.64 10.49 4.23 10.49H8.27C9.86 10.5 10.5 9.93 10.5 8.52Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M10.5 19.77V15.73C10.5 14.14 9.86 13.5 8.27 13.5H4.23C2.64 13.5 2 14.14 2 15.73V19.77C2 21.36 2.64 22 4.23 22H8.27C9.86 22 10.5 21.36 10.5 19.77Z\" fill=\"\"/>\n</svg>\n</li><li title=\"emoji happy \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2Z\" fill=\"\"/>\n<path d=\"M15.4991 10.1301C16.5374 10.1301 17.3791 9.28841 17.3791 8.25012C17.3791 7.21182 16.5374 6.37012 15.4991 6.37012C14.4608 6.37012 13.6191 7.21182 13.6191 8.25012C13.6191 9.28841 14.4608 10.1301 15.4991 10.1301Z\" fill=\"\"/>\n<path d=\"M8.49914 10.1301C9.53744 10.1301 10.3791 9.28841 10.3791 8.25012C10.3791 7.21182 9.53744 6.37012 8.49914 6.37012C7.46085 6.37012 6.61914 7.21182 6.61914 8.25012C6.61914 9.28841 7.46085 10.1301 8.49914 10.1301Z\" fill=\"\"/>\n<path d=\"M15.6009 12.9199H8.40086C7.70086 12.9199 7.13086 13.4899 7.13086 14.1999C7.13086 16.8899 9.32086 19.0799 12.0109 19.0799C14.7009 19.0799 16.8909 16.8899 16.8909 14.1999C16.8809 13.4999 16.3009 12.9199 15.6009 12.9199Z\" fill=\"\"/>\n</svg>\n</li><li title=\"emoji normal \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2Z\" fill=\"\"/>\n<path d=\"M8.81945 9.74994C7.96945 9.74994 7.11945 9.42994 6.46945 8.77994C6.17945 8.48994 6.17945 8.00994 6.46945 7.71994C6.75945 7.42994 7.23945 7.42994 7.52945 7.71994C8.23945 8.42994 9.39945 8.42994 10.1095 7.71994C10.3995 7.42994 10.8795 7.42994 11.1695 7.71994C11.4595 8.00994 11.4595 8.48994 11.1695 8.77994C10.5195 9.41994 9.66945 9.74994 8.81945 9.74994Z\" fill=\"\"/>\n<path d=\"M15.1808 9.74994C14.3308 9.74994 13.4808 9.42994 12.8308 8.77994C12.5408 8.48994 12.5408 8.00994 12.8308 7.71994C13.1208 7.42994 13.6008 7.42994 13.8908 7.71994C14.6008 8.42994 15.7608 8.42994 16.4708 7.71994C16.7608 7.42994 17.2408 7.42994 17.5308 7.71994C17.8208 8.00994 17.8208 8.48994 17.5308 8.77994C16.8808 9.41994 16.0308 9.74994 15.1808 9.74994Z\" fill=\"\"/>\n<path d=\"M15.6009 12.6201H8.40086C7.70086 12.6201 7.13086 13.1901 7.13086 13.9001C7.13086 16.5901 9.32086 18.7801 12.0109 18.7801C14.7009 18.7801 16.8909 16.5901 16.8909 13.9001C16.8809 13.2001 16.3009 12.6201 15.6009 12.6201Z\" fill=\"\"/>\n</svg>\n</li><li title=\"emoji sad \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2Z\" fill=\"\"/>\n<path d=\"M10.6395 9.49994C10.4495 9.49994 10.2595 9.42994 10.1095 9.27994C9.39945 8.56994 8.23945 8.56994 7.52945 9.27994C7.23945 9.56994 6.75945 9.56994 6.46945 9.27994C6.17945 8.98994 6.17945 8.50994 6.46945 8.21994C7.75945 6.92994 9.86945 6.92994 11.1695 8.21994C11.4595 8.50994 11.4595 8.98994 11.1695 9.27994C11.0195 9.42994 10.8295 9.49994 10.6395 9.49994Z\" fill=\"\"/>\n<path d=\"M13.3608 9.49994C13.1708 9.49994 12.9808 9.42994 12.8308 9.27994C12.5408 8.98994 12.5408 8.50994 12.8308 8.21994C14.1208 6.92994 16.2308 6.92994 17.5308 8.21994C17.8208 8.50994 17.8208 8.98994 17.5308 9.27994C17.2408 9.56994 16.7608 9.56994 16.4708 9.27994C15.7608 8.56994 14.6008 8.56994 13.8908 9.27994C13.7508 9.42994 13.5608 9.49994 13.3608 9.49994Z\" fill=\"\"/>\n<path d=\"M11.9991 11.9199C9.30914 11.9199 7.11914 14.1099 7.11914 16.7999C7.11914 17.4999 7.68914 18.0799 8.38914 18.0799H15.5891C16.2891 18.0799 16.8591 17.5099 16.8591 16.7999C16.8791 14.1099 14.6891 11.9199 11.9991 11.9199Z\" fill=\"\"/>\n</svg>\n</li><li title=\"empty wallet add \"><svg   viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M19.9416 12.6049H21.9077V11.2033C21.9077 9.18843 20.2628 7.54346 18.2479 7.54346H7.07386C5.05903 7.54346 3.41406 9.18843 3.41406 11.2033V15.4568C4.08567 14.9215 4.93249 14.6003 5.84744 14.6003C7.99855 14.6003 9.74084 16.3425 9.74084 18.4937C9.74084 19.2237 9.53644 19.9147 9.1763 20.4988C8.97189 20.8492 8.70909 21.1606 8.40735 21.4137H18.2479C20.2628 21.4137 21.9077 19.7687 21.9077 17.7539V16.5956H20.0584C19.0071 16.5956 18.0435 15.8267 17.9559 14.7754C17.8975 14.1622 18.1311 13.588 18.5399 13.1889C18.9001 12.819 19.3965 12.6049 19.9416 12.6049Z\" fill=\"\"/>\n<path d=\"M15.4349 3.84478V7.5435H7.07386C5.05903 7.5435 3.41406 9.18847 3.41406 11.2033V7.63113C3.41406 6.47284 4.12461 5.44105 5.20502 5.03224L12.9334 2.11219C14.1404 1.66445 15.4349 2.55022 15.4349 3.84478Z\" fill=\"\"/>\n<path d=\"M22.9417 13.5978V15.6029C22.9417 16.1383 22.5134 16.5762 21.9683 16.5957H20.0605C19.0093 16.5957 18.0457 15.8268 17.9581 14.7755C17.8997 14.1623 18.1333 13.588 18.5421 13.189C18.9022 12.8191 19.3987 12.605 19.9437 12.605H21.9683C22.5134 12.6244 22.9417 13.0624 22.9417 13.5978Z\" fill=\"\"/>\n<path d=\"M14.6079 12.4102H7.79447C7.39539 12.4102 7.06445 12.0793 7.06445 11.6802C7.06445 11.2811 7.39539 10.9502 7.79447 10.9502H14.6079C15.007 10.9502 15.3379 11.2811 15.3379 11.6802C15.3379 12.0793 15.007 12.4102 14.6079 12.4102Z\" fill=\"\"/>\n<path d=\"M8.60071 15.7408C7.95374 15.0939 7.12782 14.7222 6.27438 14.6259C5.13874 14.4951 3.96182 14.8736 3.0946 15.7408C2.57841 16.257 2.23428 16.8902 2.07598 17.5579C1.75249 18.8311 2.08974 20.2421 3.0946 21.2469C3.78975 21.9421 4.67761 22.3206 5.593 22.3688C5.98531 22.4032 6.39138 22.3688 6.78369 22.2656C7.45131 22.1073 8.08451 21.7631 8.60071 21.2469C10.1218 19.7259 10.1218 17.2619 8.60071 15.7408ZM5.13185 17.0348C5.13185 16.6356 5.46221 16.3052 5.8614 16.3052C6.26748 16.3121 6.59096 16.6356 6.59784 17.0417L6.59099 17.7643L7.28614 17.7574C7.69221 17.7643 8.0157 18.0878 8.02258 18.4939C8.0157 18.9 7.69221 19.2235 7.28613 19.2303L6.59099 19.2234L6.59785 19.9461C6.59097 20.3522 6.26748 20.6757 5.86141 20.6826C5.66181 20.6757 5.48289 20.5931 5.35212 20.4623C5.22135 20.3315 5.13873 20.1526 5.13185 19.953L5.13187 19.2234L4.37479 19.2234C4.16831 19.2234 3.98934 19.1409 3.85857 19.0101C3.7278 18.8793 3.64523 18.7004 3.64523 18.4939C3.64523 18.0947 3.9756 17.7643 4.37479 17.7643L5.13187 17.7643L5.13185 17.0348Z\" fill=\"\"/>\n</svg>\n</li><li title=\"empty wallet change \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M19.48 12.95H21.5V11.51C21.5 9.44001 19.81 7.75 17.74 7.75H6.25999C4.18999 7.75 2.5 9.44001 2.5 11.51V15.16C3.29 14.44 4.35 14 5.5 14C7.99 14 10 16.02 10 18.5C10 19.03 9.91001 19.53 9.74001 20C9.47001 20.79 8.97 21.47 8.34 22H17.74C19.81 22 21.5 20.31 21.5 18.24V17.05H19.6C18.52 17.05 17.53 16.26 17.44 15.18C17.38 14.55 17.62 13.96 18.04 13.55C18.41 13.17 18.92 12.95 19.48 12.95Z\" fill=\"\"/>\n<path d=\"M5.5 14C4.35 14 3.29 14.44 2.5 15.16C2.32 15.32 2.15 15.49 2 15.68C1.37 16.45 1 17.43 1 18.5C1 20.99 3.02 23 5.5 23C6.58 23 7.56 22.62 8.34 22C8.97 21.47 9.47001 20.79 9.74001 20C9.91001 19.53 10 19.03 10 18.5C10 16.02 7.99 14 5.5 14ZM8.2 17.63C8.2 17.94 7.94999 18.18 7.64999 18.18C7.34999 18.18 7.10001 17.94 7.10001 17.63V17.52C7.10001 17.4 7.01 17.3 6.89 17.3H4.63C4.74 17.51 4.71999 17.77 4.53999 17.95C4.43999 18.05 4.29999 18.11 4.14999 18.11C4.00999 18.11 3.87 18.05 3.77 17.95L2.96001 17.14C2.91001 17.09 2.87 17.03 2.84 16.96C2.79 16.83 2.79 16.68 2.84 16.54C2.87 16.48 2.91001 16.41 2.96001 16.36L3.77 15.56C3.98 15.34 4.32999 15.34 4.53999 15.56C4.71999 15.73 4.74 16 4.63 16.2H6.89C7.61 16.2 8.2 16.79 8.2 17.52V17.63ZM6.85001 21.6C6.70001 21.6 6.56001 21.55 6.46001 21.44C6.28001 21.27 6.25999 21 6.37 20.8H4.11C3.39 20.8 2.8 20.21 2.8 19.48V19.37C2.8 19.06 3.05001 18.82 3.35001 18.82C3.65001 18.82 3.89999 19.06 3.89999 19.37V19.48C3.89999 19.6 3.99 19.7 4.11 19.7H6.37C6.25999 19.49 6.28001 19.23 6.46001 19.05C6.67001 18.84 7.02 18.84 7.23 19.05L8.03999 19.86C8.08999 19.91 8.13 19.97 8.16 20.04C8.21 20.17 8.21 20.32 8.16 20.46C8.13 20.52 8.08999 20.59 8.03999 20.64L7.23 21.44C7.13 21.55 6.99001 21.6 6.85001 21.6Z\" fill=\"\"/>\n<path d=\"M14.85 3.95012V7.75011H6.25999C4.18999 7.75011 2.5 9.44012 2.5 11.5101V7.84014C2.5 6.65014 3.23 5.59009 4.34 5.17009L12.28 2.17009C13.52 1.71009 14.85 2.62012 14.85 3.95012Z\" fill=\"\"/>\n<path d=\"M22.5608 13.9702V16.0302C22.5608 16.5802 22.1208 17.0302 21.5608 17.0502H19.6008C18.5208 17.0502 17.5308 16.2602 17.4408 15.1802C17.3808 14.5502 17.6208 13.9602 18.0408 13.5502C18.4108 13.1702 18.9208 12.9502 19.4808 12.9502H21.5608C22.1208 12.9702 22.5608 13.4202 22.5608 13.9702Z\" fill=\"\"/>\n<path d=\"M14 12.75H7C6.59 12.75 6.25 12.41 6.25 12C6.25 11.59 6.59 11.25 7 11.25H14C14.41 11.25 14.75 11.59 14.75 12C14.75 12.41 14.41 12.75 14 12.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"empty wallet remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M19.48 12.95H21.5V11.51C21.5 9.44001 19.81 7.75 17.74 7.75H6.26C4.19 7.75 2.5 9.44001 2.5 11.51V18.24C2.5 20.31 4.19 22 6.26 22H17.74C19.81 22 21.5 20.31 21.5 18.24V17.05H19.6C18.52 17.05 17.53 16.26 17.44 15.18C17.38 14.55 17.62 13.96 18.04 13.55C18.41 13.17 18.92 12.95 19.48 12.95ZM6.6 20.58C6.45 20.72 6.26 20.79 6.07 20.79C5.88 20.79 5.69 20.72 5.54 20.58L5.01 20.05L4.46 20.6C4.31 20.75 4.12 20.82 3.93 20.82C3.74 20.82 3.55 20.75 3.4 20.6C3.11 20.31 3.11 19.83 3.4 19.54L3.95 18.99L3.42 18.46C3.13 18.17 3.13 17.69 3.42 17.4C3.72 17.11 4.19 17.11 4.49 17.4L5.01 17.93L5.51 17.42C5.81 17.13 6.28 17.13 6.58 17.42C6.87 17.72 6.87 18.19 6.58 18.49L6.07 18.99L6.6 19.51C6.89 19.81 6.89 20.28 6.6 20.58Z\" fill=\"\"/>\n<path d=\"M14.85 3.95012V7.75011H6.26C4.19 7.75011 2.5 9.44012 2.5 11.5101V7.84014C2.5 6.65014 3.23 5.59009 4.34 5.17009L12.28 2.17009C13.52 1.71009 14.85 2.62012 14.85 3.95012Z\" fill=\"\"/>\n<path d=\"M22.5608 13.9702V16.0302C22.5608 16.5802 22.1208 17.0302 21.5608 17.0502H19.6008C18.5208 17.0502 17.5308 16.2602 17.4408 15.1802C17.3808 14.5502 17.6208 13.9602 18.0408 13.5502C18.4108 13.1702 18.9208 12.9502 19.4808 12.9502H21.5608C22.1208 12.9702 22.5608 13.4202 22.5608 13.9702Z\" fill=\"\"/>\n<path d=\"M14 12.75H7C6.59 12.75 6.25 12.41 6.25 12C6.25 11.59 6.59 11.25 7 11.25H14C14.41 11.25 14.75 11.59 14.75 12C14.75 12.41 14.41 12.75 14 12.75Z\" fill=\"\"/>\n<path d=\"M5 15C4.06 15 3.19 15.33 2.5 15.88C1.58 16.61 1 17.74 1 19C1 19.75 1.21 20.46 1.58 21.06C2.27 22.22 3.54 23 5 23C6.01 23 6.93 22.63 7.63 22C7.94 21.74 8.21 21.42 8.42 21.06C8.79 20.46 9 19.75 9 19C9 16.79 7.21 15 5 15ZM3.42 18.46C3.13 18.17 3.13 17.69 3.42 17.4C3.72 17.11 4.19 17.11 4.49 17.4L5.01 17.93L5.51 17.42C5.81 17.13 6.28 17.13 6.58 17.42C6.87 17.72 6.87 18.19 6.58 18.49L6.07 18.99L6.6 19.51C6.89 19.81 6.89 20.28 6.6 20.58C6.45 20.72 6.26 20.79 6.07 20.79C5.88 20.79 5.69 20.72 5.54 20.58L5.01 20.05L4.46 20.6C4.31 20.75 4.12 20.82 3.93 20.82C3.74 20.82 3.55 20.75 3.4 20.6C3.11 20.31 3.11 19.83 3.4 19.54L3.95 18.99L3.42 18.46Z\" fill=\"\"/>\n</svg>\n</li><li title=\"empty wallet tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 15C4.06 15 3.19 15.33 2.5 15.88C1.58 16.61 1 17.74 1 19C1 19.75 1.21 20.46 1.58 21.06C2.27 22.22 3.54 23 5 23C6.01 23 6.93001 22.63 7.63 22C7.94 21.74 8.21 21.42 8.42 21.06C8.79 20.46 9 19.75 9 19C9 16.79 7.21 15 5 15ZM7.07001 18.57L4.94 20.54C4.8 20.67 4.60999 20.74 4.42999 20.74C4.23999 20.74 4.04999 20.67 3.89999 20.52L2.91 19.53C2.62 19.24 2.62 18.76 2.91 18.47C3.2 18.18 3.68 18.18 3.97 18.47L4.45 18.95L6.05 17.47C6.35 17.19 6.83 17.21 7.11 17.51C7.39 17.81 7.37001 18.29 7.07001 18.57Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M19.48 12.95H21.5V11.51C21.5 9.44001 19.81 7.75 17.74 7.75H6.25999C4.18999 7.75 2.5 9.44001 2.5 11.51V15.88C3.19 15.33 4.06 15 5 15C7.21 15 9 16.79 9 19C9 19.75 8.79 20.46 8.42 21.06C8.21 21.42 7.94 21.74 7.63 22H17.74C19.81 22 21.5 20.31 21.5 18.24V17.05H19.6C18.52 17.05 17.53 16.26 17.44 15.18C17.38 14.55 17.62 13.96 18.04 13.55C18.41 13.17 18.92 12.95 19.48 12.95Z\" fill=\"\"/>\n<path d=\"M14.85 3.95012V7.75011H6.25999C4.18999 7.75011 2.5 9.44012 2.5 11.5101V7.84014C2.5 6.65014 3.23 5.59009 4.34 5.17009L12.28 2.17009C13.52 1.71009 14.85 2.62012 14.85 3.95012Z\" fill=\"\"/>\n<path d=\"M22.5608 13.9702V16.0302C22.5608 16.5802 22.1208 17.0302 21.5608 17.0502H19.6008C18.5208 17.0502 17.5308 16.2602 17.4408 15.1802C17.3808 14.5502 17.6208 13.9602 18.0408 13.5502C18.4108 13.1702 18.9208 12.9502 19.4808 12.9502H21.5608C22.1208 12.9702 22.5608 13.4202 22.5608 13.9702Z\" fill=\"\"/>\n<path d=\"M14 12.75H7C6.59 12.75 6.25 12.41 6.25 12C6.25 11.59 6.59 11.25 7 11.25H14C14.41 11.25 14.75 11.59 14.75 12C14.75 12.41 14.41 12.75 14 12.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"empty wallet time \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 15C4.06 15 3.19 15.33 2.5 15.88C1.58 16.61 1 17.74 1 19C1 21.21 2.79 23 5 23C6.01 23 6.93 22.62 7.64 22C8.47 21.27 9 20.2 9 19C9 16.79 7.21 15 5 15ZM6 19.25C6 19.51 5.86 19.76 5.64 19.89L4.39 20.64C4.27 20.71 4.14 20.75 4 20.75C3.75 20.75 3.5 20.62 3.36 20.39C3.15 20.03 3.25999 19.57 3.62 19.36L4.50999 18.83V17.75C4.50999 17.34 4.84999 17 5.25999 17C5.66999 17 6.00999 17.34 6.00999 17.75V19.25H6Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M19.48 12.95H21.5V11.51C21.5 9.44001 19.81 7.75 17.74 7.75H6.25999C4.18999 7.75 2.5 9.44001 2.5 11.51V15.88C3.19 15.33 4.06 15 5 15C7.21 15 9 16.79 9 19C9 19.75 8.79 20.46 8.42 21.06C8.21 21.42 7.94 21.74 7.63 22H17.74C19.81 22 21.5 20.31 21.5 18.24V17.05H19.6C18.52 17.05 17.53 16.26 17.44 15.18C17.38 14.55 17.62 13.96 18.04 13.55C18.41 13.17 18.92 12.95 19.48 12.95Z\" fill=\"\"/>\n<path d=\"M14.85 3.95012V7.75011H6.25999C4.18999 7.75011 2.5 9.44012 2.5 11.5101V7.84014C2.5 6.65014 3.23 5.59009 4.34 5.17009L12.28 2.17009C13.52 1.71009 14.85 2.62012 14.85 3.95012Z\" fill=\"\"/>\n<path d=\"M22.5608 13.9702V16.0302C22.5608 16.5802 22.1208 17.0302 21.5608 17.0502H19.6008C18.5208 17.0502 17.5308 16.2602 17.4408 15.1802C17.3808 14.5502 17.6208 13.9602 18.0408 13.5502C18.4108 13.1702 18.9208 12.9502 19.4808 12.9502H21.5608C22.1208 12.9702 22.5608 13.4202 22.5608 13.9702Z\" fill=\"\"/>\n<path d=\"M14 12.75H7C6.59 12.75 6.25 12.41 6.25 12C6.25 11.59 6.59 11.25 7 11.25H14C14.41 11.25 14.75 11.59 14.75 12C14.75 12.41 14.41 12.75 14 12.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"empty wallet \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M18.04 13.55C17.62 13.96 17.38 14.55 17.44 15.18C17.53 16.26 18.52 17.05 19.6 17.05H21.5V18.24C21.5 20.31 19.81 22 17.74 22H6.26C4.19 22 2.5 20.31 2.5 18.24V11.51C2.5 9.44001 4.19 7.75 6.26 7.75H17.74C19.81 7.75 21.5 9.44001 21.5 11.51V12.95H19.48C18.92 12.95 18.41 13.17 18.04 13.55Z\" fill=\"\"/>\n<path d=\"M14.85 3.95012V7.75011H6.26C4.19 7.75011 2.5 9.44012 2.5 11.5101V7.84014C2.5 6.65014 3.23 5.59009 4.34 5.17009L12.28 2.17009C13.52 1.71009 14.85 2.62012 14.85 3.95012Z\" fill=\"\"/>\n<path d=\"M22.5608 13.9702V16.0302C22.5608 16.5802 22.1208 17.0302 21.5608 17.0502H19.6008C18.5208 17.0502 17.5308 16.2602 17.4408 15.1802C17.3808 14.5502 17.6208 13.9602 18.0408 13.5502C18.4108 13.1702 18.9208 12.9502 19.4808 12.9502H21.5608C22.1208 12.9702 22.5608 13.4202 22.5608 13.9702Z\" fill=\"\"/>\n<path d=\"M14 12.75H7C6.59 12.75 6.25 12.41 6.25 12C6.25 11.59 6.59 11.25 7 11.25H14C14.41 11.25 14.75 11.59 14.75 12C14.75 12.41 14.41 12.75 14 12.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"eraser 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.1898 2H7.81978C4.17978 2 2.00977 4.17 2.00977 7.81V16.18C2.00977 19.82 4.17978 21.99 7.81978 21.99H16.1898C19.8298 21.99 21.9998 19.82 21.9998 16.18V7.81C21.9998 4.17 19.8298 2 16.1898 2Z\" fill=\"\"/>\n<path d=\"M13.5794 14.6899L11.2594 17.0099C10.6194 17.6599 9.56945 17.6599 8.91945 17.0099L6.98945 15.0799C6.33945 14.4299 6.33945 13.3799 6.98945 12.7399L9.30945 10.4199L13.5794 14.6899Z\" fill=\"\"/>\n<path opacity=\"0.6\" d=\"M17.0105 11.2599L13.5806 14.6899L9.31055 10.4199L12.7406 6.98994C13.3806 6.33994 14.4306 6.33994 15.0806 6.98994L17.0105 8.91994C17.6605 9.56994 17.6605 10.6199 17.0105 11.2599Z\" fill=\"\"/>\n</svg>\n</li><li title=\"eraser \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.0303 22H13.9902C13.5702 22 13.2402 21.66 13.2402 21.25C13.2402 20.84 13.5802 20.5 13.9902 20.5H21.0303C21.4503 20.5 21.7803 20.84 21.7803 21.25C21.7803 21.66 21.4503 22 21.0303 22Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M15.41 16.3401L10.66 21.0901C9.54997 22.2001 7.77002 22.2601 6.59002 21.2701C6.52002 21.2101 6.46002 21.1501 6.40002 21.0901L5.53003 20.2201L3.73999 18.4301L2.88 17.5701C2.81 17.5001 2.75 17.4301 2.69 17.3601C1.71 16.1801 1.78 14.4201 2.88 13.3201L6.57 9.64008L7.63 8.58008L15.41 16.3401Z\" fill=\"\"/>\n<path d=\"M21.1208 10.6399L15.4108 16.3399L7.63086 8.57994L13.3409 2.87994C14.5109 1.70994 16.4308 1.70994 17.6008 2.87994L21.1208 6.38994C22.2908 7.55994 22.2908 9.46994 21.1208 10.6399Z\" fill=\"\"/>\n</svg>\n</li><li title=\"export 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M22 10.7599C22 10.2899 21.62 9.8999 21.14 9.8999H2.86C2.38 9.8999 2 10.2799 2 10.7599C2 16.6499 6.11 20.7599 12 20.7599C17.89 20.7599 22 16.6399 22 10.7599Z\" fill=\"\"/>\n<path d=\"M12.5304 3.45992L15.3804 6.29992C15.6704 6.58992 15.6704 7.06992 15.3804 7.35992C15.0904 7.64992 14.6104 7.64992 14.3204 7.35992L12.7504 5.79992V15.3699C12.7504 15.7799 12.4104 16.1199 12.0004 16.1199C11.5904 16.1199 11.2504 15.7799 11.2504 15.3699V5.79992L9.69039 7.36992C9.40039 7.65992 8.92039 7.65992 8.63039 7.36992C8.48039 7.21992 8.40039 7.02992 8.40039 6.83992C8.40039 6.64992 8.47039 6.45992 8.62039 6.30992L11.4704 3.46992C11.7604 3.16992 12.2404 3.16992 12.5304 3.45992Z\" fill=\"\"/>\n</svg>\n</li><li title=\"export 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" fill=\"\"/>\n<path d=\"M16.7475 7H11.9175C11.5075 7 11.1675 7.34 11.1675 7.75C11.1675 8.16 11.5075 8.5 11.9175 8.5H14.9375L7.2175 16.22C6.9275 16.51 6.9275 16.99 7.2175 17.28C7.3675 17.43 7.5575 17.5 7.7475 17.5C7.9375 17.5 8.1275 17.43 8.2775 17.28L15.9975 9.56V12.58C15.9975 12.99 16.3375 13.33 16.7475 13.33C17.1575 13.33 17.4975 12.99 17.4975 12.58V7.75C17.4975 7.34 17.1575 7 16.7475 7Z\" fill=\"\"/>\n</svg>\n</li><li title=\"export 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.8 9H7.2C4 9 2 11 2 14.2V16.79C2 20 4 22 7.2 22H16.79C19.99 22 21.99 20 21.99 16.8V14.2C22 11 20 9 16.8 9Z\" fill=\"\"/>\n<path d=\"M15.8798 5.56994L12.5298 2.21994C12.2398 1.92994 11.7598 1.92994 11.4698 2.21994L8.11984 5.56994C7.82984 5.85994 7.82984 6.33994 8.11984 6.62994C8.40984 6.91994 8.88984 6.91994 9.17984 6.62994L11.2498 4.55994V15.2499C11.2498 15.6599 11.5898 15.9999 11.9998 15.9999C12.4098 15.9999 12.7498 15.6599 12.7498 15.2499V4.55994L14.8198 6.62994C14.9698 6.77994 15.1598 6.84994 15.3498 6.84994C15.5398 6.84994 15.7298 6.77994 15.8798 6.62994C16.1798 6.33994 16.1798 5.86994 15.8798 5.56994Z\" fill=\"\"/>\n</svg>\n</li><li title=\"export \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2Z\" fill=\"\"/>\n<path d=\"M16.7475 7H11.9175C11.5075 7 11.1675 7.34 11.1675 7.75C11.1675 8.16 11.5075 8.5 11.9175 8.5H14.9375L7.2175 16.22C6.9275 16.51 6.9275 16.99 7.2175 17.28C7.3675 17.43 7.5575 17.5 7.7475 17.5C7.9375 17.5 8.1275 17.43 8.2775 17.28L15.9975 9.56V12.58C15.9975 12.99 16.3375 13.33 16.7475 13.33C17.1575 13.33 17.4975 12.99 17.4975 12.58V7.75C17.4975 7.34 17.1575 7 16.7475 7Z\" fill=\"\"/>\n</svg>\n</li><li title=\"external drive \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M21 6V13.25C21 13.8023 20.5523 14.25 20 14.25H5C4.44772 14.25 4 13.8023 4 13.25V6C4 3.79 5.79 2 8 2H17C19.21 2 21 3.79 21 6Z\" fill=\"\"/>\n<path d=\"M8 12.75H7C6.59 12.75 6.25 12.41 6.25 12C6.25 11.59 6.59 11.25 7 11.25H8C8.41 11.25 8.75 11.59 8.75 12C8.75 12.41 8.41 12.75 8 12.75Z\" fill=\"\"/>\n<path d=\"M8 10.25H7C6.59 10.25 6.25 9.91 6.25 9.5C6.25 9.09 6.59 8.75 7 8.75H8C8.41 8.75 8.75 9.09 8.75 9.5C8.75 9.91 8.41 10.25 8 10.25Z\" fill=\"\"/>\n<path d=\"M8 7.75H7C6.59 7.75 6.25 7.41 6.25 7C6.25 6.59 6.59 6.25 7 6.25H8C8.41 6.25 8.75 6.59 8.75 7C8.75 7.41 8.41 7.75 8 7.75Z\" fill=\"\"/>\n<path d=\"M5 15.75C4.44772 15.75 4 16.1977 4 16.75V18C4 20.21 5.79 22 8 22H17C19.21 22 21 20.21 21 18V16.75C21 16.1977 20.5523 15.75 20 15.75H5ZM17.71 19.46C17.52 19.64 17.26 19.75 17 19.75C16.74 19.75 16.48 19.64 16.29 19.46C16.11 19.27 16 19.01 16 18.75C16 18.49 16.11 18.23 16.29 18.04C16.66 17.67 17.33 17.67 17.71 18.04C17.89 18.23 18 18.49 18 18.75C18 19.01 17.89 19.27 17.71 19.46Z\" fill=\"\"/>\n</svg>\n</li><li title=\"eye slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M21.2496 9.15004C20.7596 8.37004 20.1996 7.67004 19.6196 7.04004L15.8496 10.81C15.9696 11.18 16.0396 11.58 16.0396 12C16.0396 14.24 14.2296 16.04 11.9996 16.04C11.5796 16.04 11.1796 15.97 10.8096 15.85L7.34961 19.31C8.80961 20.13 10.3896 20.56 11.9996 20.56C13.7796 20.56 15.5096 20.04 17.0896 19.07C18.6696 18.09 20.0896 16.66 21.2496 14.84C22.2496 13.28 22.2496 10.72 21.2496 9.15004Z\" fill=\"\"/>\n<path d=\"M14.0206 9.97989L9.98062 14.0199C9.47062 13.4999 9.14062 12.7799 9.14062 11.9999C9.14062 10.4299 10.4206 9.13989 12.0006 9.13989C12.7806 9.13989 13.5006 9.46989 14.0206 9.97989Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M18.25 5.74993L14.86 9.13993C14.13 8.39993 13.12 7.95993 12 7.95993C9.76 7.95993 7.96 9.76993 7.96 11.9999C7.96 13.1199 8.41 14.1299 9.14 14.8599L5.76 18.2499H5.75C4.64 17.3499 3.62 16.1999 2.75 14.8399C1.75 13.2699 1.75 10.7199 2.75 9.14993C3.91 7.32993 5.33 5.89993 6.91 4.91993C8.49 3.95993 10.22 3.42993 12 3.42993C14.23 3.42993 16.39 4.24993 18.25 5.74993Z\" fill=\"\"/>\n<path d=\"M14.8601 12.0001C14.8601 13.5701 13.5801 14.8601 12.0001 14.8601C11.9401 14.8601 11.8901 14.8601 11.8301 14.8401L14.8401 11.8301C14.8601 11.8901 14.8601 11.9401 14.8601 12.0001Z\" fill=\"\"/>\n<path d=\"M21.7709 2.22988C21.4709 1.92988 20.9809 1.92988 20.6809 2.22988L2.23086 20.6899C1.93086 20.9899 1.93086 21.4799 2.23086 21.7799C2.38086 21.9199 2.57086 21.9999 2.77086 21.9999C2.97086 21.9999 3.16086 21.9199 3.31086 21.7699L21.7709 3.30988C22.0809 3.00988 22.0809 2.52988 21.7709 2.22988Z\" fill=\"\"/>\n</svg>\n</li><li title=\"fatrows \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.9 13.5H4.1C2.6 13.5 2 14.14 2 15.73V19.77C2 21.36 2.6 22 4.1 22H19.9C21.4 22 22 21.36 22 19.77V15.73C22 14.14 21.4 13.5 19.9 13.5Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M12.9 2H4.1C2.6 2 2 2.64 2 4.23V8.27C2 9.86 2.6 10.5 4.1 10.5H12.9C14.4 10.5 15 9.86 15 8.27V4.23C15 2.64 14.4 2 12.9 2Z\" fill=\"\"/>\n</svg>\n</li><li title=\"favorite chart \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M22 7.81V15.16C21.71 15.02 21.39 14.92 21.03 14.86L20.72 14.81L20.46 14.27C19.91 13.15 19.01 12.5 18 12.5C16.99 12.5 16.09 13.15 15.54 14.27L15.27 14.81L14.97 14.86C13.78 15.06 12.92 15.72 12.61 16.66C12.31 17.61 12.62 18.65 13.47 19.51L13.78 19.82L13.75 19.94C13.55 20.83 13.63 21.51 13.82 22H7.81C4.17 22 2 19.83 2 16.19V7.81C2 4.17 4.17 2 7.81 2H16.19C19.83 2 22 4.17 22 7.81Z\" fill=\"\"/>\n<path d=\"M19.1199 14.9399L19.4399 15.5899C19.5999 15.9099 20.0099 16.2099 20.3499 16.2699L20.7799 16.3399C22.0899 16.5599 22.3899 17.5199 21.4599 18.4599L21.0599 18.8599C20.7899 19.1299 20.6499 19.6499 20.7299 20.0299L20.7799 20.2699C21.1399 21.8499 20.2999 22.4599 18.9299 21.6299L18.6399 21.4499C18.2899 21.2399 17.7099 21.2399 17.3599 21.4499L17.0699 21.6299C15.6899 22.4599 14.8599 21.8499 15.2199 20.2699L15.2699 20.0299C15.3499 19.6599 15.2099 19.1299 14.9399 18.8599L14.5399 18.4599C13.6099 17.5099 13.9099 16.5599 15.2199 16.3399L15.6499 16.2699C15.9999 16.2099 16.3999 15.9099 16.5599 15.5899L16.8799 14.9399C17.4999 13.6899 18.4999 13.6899 19.1199 14.9399Z\" fill=\"\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.1296 7.91704C16.457 8.17081 16.5167 8.64192 16.2629 8.9693L13.9485 11.955C13.3536 12.7073 12.2567 12.8445 11.4916 12.2533L11.4863 12.2492L9.65976 10.8119C9.54691 10.7262 9.38952 10.7475 9.30382 10.8581C9.30374 10.8582 9.3039 10.858 9.30382 10.8581L6.9243 13.9475C6.67154 14.2756 6.20062 14.3367 5.87246 14.084C5.5443 13.8312 5.48318 13.3603 5.73593 13.0321L8.11666 9.94122C8.71057 9.17263 9.81178 9.03371 10.5787 9.62634L10.5839 9.63038L12.4105 11.0677C12.5245 11.1543 12.6852 11.132 12.7703 11.0265L15.0774 8.05031C15.3312 7.72293 15.8023 7.66327 16.1296 7.91704Z\" fill=\"\"/>\n</svg>\n</li><li title=\"filter add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M5.40992 2H18.5799C19.6799 2 20.5799 2.90999 20.5799 4.01999V6.23999C20.5799 7.04999 20.0799 8.06 19.5799 8.56L15.2899 12.4C14.6899 12.91 14.2899 13.92 14.2899 14.72V19.06C14.2899 19.67 13.8899 20.47 13.3899 20.78L11.9999 21.7C10.6999 22.51 8.90992 21.6 8.90992 19.98V14.63C8.90992 13.92 8.50992 13.01 8.10992 12.51L4.31992 8.47C3.81992 7.96 3.41992 7.06001 3.41992 6.45001V4.13C3.41992 2.91 4.31992 2 5.40992 2Z\" fill=\"\"/>\n<path d=\"M16.8809 10C14.2609 10 12.1309 12.13 12.1309 14.75C12.1309 15.64 12.3809 16.48 12.8209 17.2C13.6409 18.58 15.1509 19.5 16.8809 19.5C18.6109 19.5 20.1209 18.57 20.9409 17.2C21.3809 16.49 21.6309 15.64 21.6309 14.75C21.6309 12.13 19.5109 10 16.8809 10ZM18.6609 15.48H17.6309V16.55C17.6309 16.96 17.2909 17.3 16.8809 17.3C16.4709 17.3 16.1309 16.96 16.1309 16.55V15.48H15.1109C14.7009 15.48 14.3609 15.14 14.3609 14.73C14.3609 14.32 14.7009 13.98 15.1109 13.98H16.1309V13C16.1309 12.59 16.4709 12.25 16.8809 12.25C17.2909 12.25 17.6309 12.59 17.6309 13V13.98H18.6609C19.0709 13.98 19.4109 14.32 19.4109 14.73C19.4109 15.14 19.0709 15.48 18.6609 15.48Z\" fill=\"\"/>\n</svg>\n</li><li title=\"filter edit \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M20.58 4.01999V5.97C19.9 5.47 19.12 5.1 18.27 4.91C17.83 4.8 17.3599 4.75 16.8799 4.75C13.4299 4.75 10.6299 7.55 10.6299 11C10.6299 12.14 10.94 13.26 11.53 14.22C12.03 15.06 12.7299 15.76 13.4899 16.23C13.7499 16.4 14.0199 16.55 14.2999 16.68V19.07C14.2999 19.68 13.9 20.49 13.4 20.79L11.9999 21.7C10.6999 22.51 8.90991 21.6 8.90991 19.98V14.63C8.90991 13.92 8.50992 13.01 8.10992 12.51L4.31995 8.47C3.81995 7.96 3.41992 7.05001 3.41992 6.45001V4.12C3.41992 2.91 4.31991 2 5.40991 2H18.59C19.68 2 20.58 2.90999 20.58 4.01999Z\" fill=\"\"/>\n<path d=\"M17.9208 6.37C17.5908 6.29 17.2409 6.25 16.8809 6.25C14.2609 6.25 12.1309 8.38 12.1309 11C12.1309 11.89 12.3809 12.73 12.8209 13.45C13.1909 14.07 13.7009 14.6 14.3209 14.98C15.0609 15.47 15.9409 15.75 16.8809 15.75C18.6209 15.75 20.1309 14.82 20.9509 13.45C21.3909 12.73 21.6309 11.89 21.6309 11C21.6309 8.74 20.0508 6.84 17.9208 6.37ZM18.8309 10.57L16.4009 13C16.3109 13.09 16.1208 13.18 15.9908 13.2L15.0609 13.33C14.7209 13.38 14.4908 13.14 14.5408 12.81L14.6708 11.88C14.6908 11.75 14.7808 11.57 14.8708 11.47L16.9509 9.39001L17.3008 9.04001C17.7208 8.62001 18.2109 8.42001 18.8209 9.04001C19.4309 9.66001 19.2509 10.15 18.8309 10.57Z\" fill=\"\"/>\n</svg>\n</li><li title=\"filter remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M5.40992 2H18.5799C19.6799 2 20.5799 2.90999 20.5799 4.01999V6.23999C20.5799 7.04999 20.0799 8.06 19.5799 8.56L15.2899 12.4C14.6899 12.91 14.2899 13.92 14.2899 14.72V19.06C14.2899 19.67 13.8899 20.47 13.3899 20.78L11.9999 21.7C10.6999 22.51 8.90992 21.6 8.90992 19.98V14.63C8.90992 13.92 8.50992 13.01 8.10992 12.51L4.31992 8.47C3.81992 7.96 3.41992 7.06001 3.41992 6.45001V4.13C3.41992 2.91 4.31992 2 5.40992 2Z\" fill=\"\"/>\n<path d=\"M16.8809 10C14.2609 10 12.1309 12.13 12.1309 14.75C12.1309 15.64 12.3809 16.48 12.8209 17.2C13.6409 18.58 15.1509 19.5 16.8809 19.5C18.6109 19.5 20.1209 18.57 20.9409 17.2C21.3809 16.49 21.6309 15.64 21.6309 14.75C21.6309 12.13 19.5109 10 16.8809 10ZM18.6809 16.52C18.5309 16.67 18.3409 16.74 18.1509 16.74C17.9609 16.74 17.7709 16.67 17.6209 16.52L16.9009 15.8L16.1509 16.55C16.0009 16.7 15.8109 16.77 15.6209 16.77C15.4309 16.77 15.2409 16.7 15.0909 16.55C14.8009 16.26 14.8009 15.78 15.0909 15.49L15.8409 14.74L15.1209 14.01C14.8309 13.72 14.8309 13.24 15.1209 12.95C15.4109 12.66 15.8909 12.66 16.1809 12.95L16.9009 13.67L17.6009 12.97C17.8909 12.68 18.3709 12.68 18.6609 12.97C18.9509 13.26 18.9509 13.74 18.6609 14.03L17.9609 14.73L18.6809 15.46C18.9809 15.75 18.9809 16.23 18.6809 16.52Z\" fill=\"\"/>\n</svg>\n</li><li title=\"filter search \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.7491 15.41L18.8992 14.56C19.3392 13.89 19.5991 13.1 19.5991 12.24C19.5991 9.89999 17.6991 8 15.3591 8C13.0191 8 11.1191 9.89999 11.1191 12.24C11.1191 14.58 13.0191 16.48 15.3591 16.48C16.2191 16.48 17.0191 16.22 17.6791 15.78L18.5292 16.63C18.6992 16.8 18.9192 16.88 19.1392 16.88C19.3592 16.88 19.5791 16.8 19.7491 16.63C20.0791 16.29 20.0791 15.74 19.7491 15.41Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M5.41016 2H18.5802C19.6802 2 20.5802 2.90999 20.5802 4.01999V6.23999C20.5802 7.04999 20.0802 8.06 19.5802 8.56L15.2902 12.4C14.6902 12.91 14.2902 13.92 14.2902 14.72V19.06C14.2902 19.67 13.8902 20.47 13.3902 20.78L11.9902 21.69C10.6902 22.5 8.90021 21.59 8.90021 19.97V14.62C8.90021 13.91 8.50016 13 8.10016 12.5L4.31018 8.45999C3.81018 7.94999 3.41016 7.05 3.41016 6.44V4.12C3.42016 2.91 4.32016 2 5.41016 2Z\" fill=\"\"/>\n</svg>\n</li><li title=\"filter square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M22 7.81V16.19C22 19.83 19.83 22 16.19 22H7.81C7.61 22 7.41 21.99 7.22 21.98C5.99 21.9 4.95 21.55 4.13 20.95C3.71 20.66 3.34 20.29 3.05 19.87C2.36 18.92 2 17.68 2 16.19V7.81C2 4.37 3.94 2.24 7.22 2.03C7.41 2.01 7.61 2 7.81 2H16.19C17.68 2 18.92 2.36 19.87 3.05C20.29 3.34 20.66 3.71 20.95 4.13C21.64 5.08 22 6.32 22 7.81Z\" fill=\"\"/>\n<path d=\"M8.16 6.6499H15.83C16.47 6.6499 16.99 7.1699 16.99 7.8099V9.0899C16.99 9.5599 16.7 10.1399 16.41 10.4299L13.91 12.6399C13.56 12.9299 13.33 13.5099 13.33 13.9799V16.4799C13.33 16.8299 13.1 17.2899 12.81 17.4699L12 17.9799C11.24 18.4499 10.2 17.9199 10.2 16.9899V13.9099C10.2 13.4999 9.97 12.9799 9.73 12.6899L7.52 10.3599C7.23 10.0799 7 9.5499 7 9.1999V7.8699C7 7.1699 7.52 6.6499 8.16 6.6499Z\" fill=\"\"/>\n</svg>\n</li><li title=\"filter tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.9208 10.12C17.5908 10.04 17.2409 10 16.8809 10C14.2609 10 12.1309 12.13 12.1309 14.75C12.1309 15.64 12.3809 16.48 12.8209 17.2C13.1909 17.82 13.7009 18.35 14.3209 18.73C15.0609 19.22 15.9409 19.5 16.8809 19.5C18.6209 19.5 20.1309 18.57 20.9509 17.2C21.3909 16.48 21.6309 15.64 21.6309 14.75C21.6309 12.49 20.0508 10.59 17.9208 10.12ZM19.2509 14.13L16.7109 16.47C16.5709 16.6 16.3809 16.67 16.2009 16.67C16.0109 16.67 15.8208 16.6 15.6708 16.45L14.5009 15.28C14.2109 14.99 14.2109 14.51 14.5009 14.22C14.7909 13.93 15.2709 13.93 15.5609 14.22L16.2208 14.88L18.2308 13.03C18.5408 12.75 19.0108 12.77 19.2908 13.07C19.5708 13.38 19.5509 13.85 19.2509 14.13Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M5.41016 2H18.5802C19.6802 2 20.5802 2.90999 20.5802 4.01999V6.23999C20.5802 7.04999 20.0802 8.06 19.5802 8.56L15.2902 12.4C14.6902 12.91 14.2902 13.92 14.2902 14.72V19.06C14.2902 19.67 13.8902 20.47 13.3902 20.78L11.9902 21.69C10.6902 22.5 8.90021 21.59 8.90021 19.97V14.62C8.90021 13.91 8.50016 13 8.10016 12.5L4.31018 8.45999C3.81018 7.94999 3.41016 7.05 3.41016 6.44V4.12C3.42016 2.91 4.32016 2 5.41016 2Z\" fill=\"\"/>\n</svg>\n</li><li title=\"filter \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M20.5996 4.1001V6.3001C20.5996 7.1001 20.0996 8.1001 19.5996 8.6001L15.2996 12.4001C14.6996 12.9001 14.2996 13.9001 14.2996 14.7001V19.0001C14.2996 19.6001 13.8996 20.4001 13.3996 20.7001L11.9996 21.6001C10.6996 22.4001 8.89961 21.5001 8.89961 19.9001V14.6001C8.89961 13.9001 8.49961 13.0001 8.09961 12.5001L7.09961 11.4501L12.9196 2.1001H18.5996C19.6996 2.1001 20.5996 3.0001 20.5996 4.1001Z\" fill=\"\"/>\n<path d=\"M11.3004 2.1001L6.12039 10.4101L4.30039 8.5001C3.80039 8.0001 3.40039 7.1001 3.40039 6.5001V4.2001C3.40039 3.0001 4.30039 2.1001 5.40039 2.1001H11.3004Z\" fill=\"\"/>\n</svg>\n</li><li title=\"finger cricle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" fill=\"\"/>\n<path d=\"M11.9996 9.87012C11.5096 9.87012 11.0996 10.2701 11.0996 10.7701V13.2401C11.0996 13.7401 11.4996 14.1401 11.9996 14.1401C12.4996 14.1401 12.8996 13.7401 12.8996 13.2401V10.7701C12.8996 10.2701 12.4896 9.87012 11.9996 9.87012Z\" fill=\"\"/>\n<path d=\"M12 17.5499C9.38 17.5499 7.25 15.4199 7.25 12.7999V11.2C7.25 8.57995 9.38 6.44995 12 6.44995C14.62 6.44995 16.75 8.57995 16.75 11.2V12.7999C16.75 15.4199 14.62 17.5499 12 17.5499ZM12 7.94995C10.21 7.94995 8.75 9.40995 8.75 11.2V12.7999C8.75 14.5899 10.21 16.0499 12 16.0499C13.79 16.0499 15.25 14.5899 15.25 12.7999V11.2C15.25 9.40995 13.79 7.94995 12 7.94995Z\" fill=\"\"/>\n</svg>\n</li><li title=\"finger scan \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.9898 10.9299V13.0699C16.9898 14.9499 15.9498 16.6 14.4098 17.45C14.2398 17.54 14.0598 17.6299 13.8698 17.7099C13.5898 17.8199 13.2998 17.9099 12.9998 17.9699C12.6798 18.0299 12.3498 18.0699 12.0098 18.0699C11.9998 18.0699 11.9998 18.0699 11.9898 18.0699C11.6498 18.0699 11.3198 18.0299 10.9998 17.9699C10.7098 17.9099 10.4198 17.8199 10.1398 17.7099L9.58976 17.45C9.45976 17.37 9.32976 17.2999 9.20976 17.2099C7.88976 16.3199 7.00977 14.7999 7.00977 13.0699V10.9299C7.00977 10.0699 7.22976 9.25993 7.60976 8.54993C7.68976 8.40993 7.76976 8.26995 7.85976 8.13995C7.94976 7.99995 8.04976 7.87994 8.14977 7.74994C8.24977 7.62994 8.35976 7.50993 8.46976 7.39993C8.69976 7.16993 8.94976 6.96995 9.20976 6.78995C9.34976 6.69995 9.47976 6.60994 9.62976 6.52994C9.74976 6.46994 9.87977 6.39994 10.0098 6.33994C10.1798 6.26994 10.3498 6.19994 10.5198 6.15994C10.6598 6.10994 10.7998 6.07993 10.9398 6.04993C10.9698 6.02993 11.0098 6.02993 11.0498 6.01993C11.3598 5.95993 11.6698 5.92993 11.9898 5.92993H12.0098C12.3298 5.92993 12.6498 5.95993 12.9598 6.01993C12.9698 6.02993 12.9898 6.02994 12.9998 6.02994C13.1598 6.06994 13.3198 6.10994 13.4798 6.15994C13.6398 6.19994 13.7898 6.25995 13.9398 6.31995C14.0898 6.38995 14.2398 6.45994 14.3798 6.52994C14.7998 6.76994 15.1898 7.05993 15.5298 7.39993C16.4298 8.29993 16.9898 9.54993 16.9898 10.9299Z\" fill=\"\"/>\n<path d=\"M22 9.75C21.59 9.75 21.25 9.41 21.25 9V7C21.25 4.42 19.58 2.75 17 2.75H15C14.59 2.75 14.25 2.41 14.25 2C14.25 1.59 14.59 1.25 15 1.25H17C20.44 1.25 22.75 3.56 22.75 7V9C22.75 9.41 22.41 9.75 22 9.75Z\" fill=\"\"/>\n<path d=\"M2 9.75C1.59 9.75 1.25 9.41 1.25 9V7C1.25 3.56 3.56 1.25 7 1.25H9C9.41 1.25 9.75 1.59 9.75 2C9.75 2.41 9.41 2.75 9 2.75H7C4.42 2.75 2.75 4.42 2.75 7V9C2.75 9.41 2.41 9.75 2 9.75Z\" fill=\"\"/>\n<path d=\"M17 22.75H15C14.59 22.75 14.25 22.41 14.25 22C14.25 21.59 14.59 21.25 15 21.25H17C19.58 21.25 21.25 19.58 21.25 17V15C21.25 14.59 21.59 14.25 22 14.25C22.41 14.25 22.75 14.59 22.75 15V17C22.75 20.44 20.44 22.75 17 22.75Z\" fill=\"\"/>\n<path d=\"M9 22.75H7C3.56 22.75 1.25 20.44 1.25 17V15C1.25 14.59 1.59 14.25 2 14.25C2.41 14.25 2.75 14.59 2.75 15V17C2.75 19.58 4.42 21.25 7 21.25H9C9.41 21.25 9.75 21.59 9.75 22C9.75 22.41 9.41 22.75 9 22.75Z\" fill=\"\"/>\n<path d=\"M11.9996 15.6299C10.6796 15.6299 9.59961 14.5499 9.59961 13.2299V10.7599C9.59961 9.43989 10.6796 8.35986 11.9996 8.35986C13.3196 8.35986 14.3996 9.43989 14.3996 10.7599V13.2299C14.3996 14.5599 13.3196 15.6299 11.9996 15.6299ZM11.9996 9.86987C11.5096 9.86987 11.0996 10.2699 11.0996 10.7699V13.2399C11.0996 13.7399 11.4996 14.1399 11.9996 14.1399C12.4996 14.1399 12.8996 13.7399 12.8996 13.2399V10.7699C12.8996 10.2699 12.4896 9.86987 11.9996 9.86987Z\" fill=\"\"/>\n</svg>\n</li><li title=\"firstline \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 5.25H14C13.59 5.25 13.25 4.91 13.25 4.5C13.25 4.09 13.59 3.75 14 3.75H21C21.41 3.75 21.75 4.09 21.75 4.5C21.75 4.91 21.41 5.25 21 5.25Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M21 10.25H14C13.59 10.25 13.25 9.91 13.25 9.5C13.25 9.09 13.59 8.75 14 8.75H21C21.41 8.75 21.75 9.09 21.75 9.5C21.75 9.91 21.41 10.25 21 10.25Z\" fill=\"\"/>\n<path d=\"M21 15.25H3C2.59 15.25 2.25 14.91 2.25 14.5C2.25 14.09 2.59 13.75 3 13.75H21C21.41 13.75 21.75 14.09 21.75 14.5C21.75 14.91 21.41 15.25 21 15.25Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M21 20.25H3C2.59 20.25 2.25 19.91 2.25 19.5C2.25 19.09 2.59 18.75 3 18.75H21C21.41 18.75 21.75 19.09 21.75 19.5C21.75 19.91 21.41 20.25 21 20.25Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M7.92 3.5H5.08C3.68 3.5 3 4.18 3 5.58V8.43C3 9.83 3.68 10.51 5.08 10.51H7.93C9.33 10.51 10.01 9.83 10.01 8.43V5.58C10 4.18 9.32 3.5 7.92 3.5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"flag 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.44922 22C6.03922 22 5.69922 21.66 5.69922 21.25V2.75C5.69922 2.34 6.03922 2 6.44922 2C6.85922 2 7.19922 2.34 7.19922 2.75V21.25C7.19922 21.66 6.85922 22 6.44922 22Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M15.2001 7.16004L7.10008 3.66004C6.98008 3.60004 6.85008 3.62004 6.74008 3.69004C6.64008 3.76004 6.58008 3.87004 6.58008 4.00004V17C6.58008 17.13 6.65008 17.25 6.76008 17.32C6.82008 17.36 6.89008 17.38 6.96008 17.38C7.02008 17.38 7.07008 17.37 7.13008 17.34L15.4301 13.24C15.4301 13.24 15.4301 13.24 15.4401 13.24C17.1001 12.38 17.9901 11.27 17.9401 10.1C17.8801 8.92004 16.9101 7.88004 15.2001 7.16004Z\" fill=\"\"/>\n</svg>\n</li><li title=\"flag \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.15039 22C4.74039 22 4.40039 21.66 4.40039 21.25V2.75C4.40039 2.34 4.74039 2 5.15039 2C5.56039 2 5.90039 2.34 5.90039 2.75V21.25C5.90039 21.66 5.56039 22 5.15039 22Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M18.0195 12.3301L16.7995 11.1101C16.5095 10.8601 16.3395 10.4901 16.3295 10.0801C16.3095 9.63011 16.4895 9.18011 16.8195 8.85011L18.0195 7.65011C19.0595 6.61011 19.4495 5.61011 19.1195 4.82011C18.7995 4.04011 17.8095 3.61011 16.3495 3.61011H5.14953C4.93953 3.62011 4.76953 3.79011 4.76953 4.00011V16.0001C4.76953 16.2101 4.93953 16.3801 5.14953 16.3801H16.3495C17.7895 16.3801 18.7595 15.9401 19.0895 15.1501C19.4195 14.3501 19.0395 13.3601 18.0195 12.3301Z\" fill=\"\"/>\n</svg>\n</li><li title=\"flash 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.31994 13.28H12.4099V20.48C12.4099 21.54 13.7299 22.04 14.4299 21.24L21.9999 12.64C22.6599 11.89 22.1299 10.72 21.1299 10.72H18.0399V3.51997C18.0399 2.45997 16.7199 1.95997 16.0199 2.75997L8.44994 11.36C7.79994 12.11 8.32994 13.28 9.31994 13.28Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M8.5 4.75H1.5C1.09 4.75 0.75 4.41 0.75 4C0.75 3.59 1.09 3.25 1.5 3.25H8.5C8.91 3.25 9.25 3.59 9.25 4C9.25 4.41 8.91 4.75 8.5 4.75Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M7.5 20.75H1.5C1.09 20.75 0.75 20.41 0.75 20C0.75 19.59 1.09 19.25 1.5 19.25H7.5C7.91 19.25 8.25 19.59 8.25 20C8.25 20.41 7.91 20.75 7.5 20.75Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M4.5 12.75H1.5C1.09 12.75 0.75 12.41 0.75 12C0.75 11.59 1.09 11.25 1.5 11.25H4.5C4.91 11.25 5.25 11.59 5.25 12C5.25 12.41 4.91 12.75 4.5 12.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"flash circle 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" fill=\"\"/>\n<path d=\"M8.67938 11.9098L10.3294 12.3198L9.37939 16.1598C9.15939 17.0598 9.59937 17.3599 10.3594 16.8299L15.5394 13.2398C16.1694 12.7998 16.0794 12.2898 15.3294 12.0998L13.6794 11.6898L14.6294 7.84981C14.8494 6.94981 14.4094 6.64983 13.6494 7.17983L8.46939 10.7699C7.83939 11.2099 7.92938 11.7198 8.67938 11.9098Z\" fill=\"\"/>\n</svg>\n</li><li title=\"flash circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M11.9707 22C17.4936 22 21.9707 17.5228 21.9707 12C21.9707 6.47715 17.4936 2 11.9707 2C6.44786 2 1.9707 6.47715 1.9707 12C1.9707 17.5228 6.44786 22 11.9707 22Z\" fill=\"\"/>\n<path d=\"M15.2505 11.2999H13.5505V7.33993C13.5505 6.41993 13.0505 6.22993 12.4405 6.91993L12.0005 7.41993L8.28045 11.6499C7.77045 12.2299 7.98045 12.6999 8.75045 12.6999H10.4505V16.6599C10.4505 17.5799 10.9505 17.7699 11.5605 17.0799L12.0005 16.5799L15.7205 12.3499C16.2305 11.7699 16.0205 11.2999 15.2505 11.2999Z\" fill=\"\"/>\n</svg>\n</li><li title=\"flash slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.7709 2.22988C21.4709 1.92988 20.9809 1.92988 20.6809 2.22988L2.23086 20.6899C1.93086 20.9899 1.93086 21.4799 2.23086 21.7799C2.38086 21.9199 2.57086 21.9999 2.77086 21.9999C2.97086 21.9999 3.16086 21.9199 3.31086 21.7699L21.7709 3.30988C22.0809 3.00988 22.0809 2.52988 21.7709 2.22988Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M14.8205 3.5199V9.1799L9.1805 14.8199V13.2799H6.0905C4.6905 13.2799 4.3005 12.4199 5.2305 11.3699L12.0005 3.6699L12.8005 2.7599C13.9105 1.4999 14.8205 1.8399 14.8205 3.5199Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M18.7697 12.63L11.9997 20.33L11.1997 21.24C10.0897 22.5 9.17969 22.16 9.17969 20.48V17.82L16.2797 10.72H17.9097C19.3097 10.72 19.6997 11.58 18.7697 12.63Z\" fill=\"\"/>\n</svg>\n</li><li title=\"flash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.0005 3.66992V20.3299L11.2005 21.2399C10.0905 22.4999 9.1805 22.1599 9.1805 20.4799V13.2799H6.0905C4.6905 13.2799 4.3005 12.4199 5.2305 11.3699L12.0005 3.66992Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M18.77 12.6299L12 20.3299V3.6699L12.8 2.7599C13.91 1.4999 14.82 1.8399 14.82 3.5199V10.7199H17.91C19.31 10.7199 19.7 11.5799 18.77 12.6299Z\" fill=\"\"/>\n</svg>\n</li><li title=\"folder 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M15.7201 2H8.28008C7.90008 2 7.58008 2.32 7.58008 2.7C7.58008 3.08 7.90008 3.4 8.28008 3.4H11.5401L12.9401 5.26C13.2501 5.67 13.2901 5.73 13.8701 5.73H17.5901C17.9701 5.73 18.3401 5.78 18.7001 5.88C18.7401 6.06 18.7601 6.24 18.7601 6.43V6.78C18.7601 7.16 19.0801 7.48 19.4601 7.48C19.8401 7.48 20.1601 7.16 20.1601 6.78V6.42C20.1401 3.98 18.1601 2 15.7201 2Z\" fill=\"\"/>\n<path d=\"M20.14 6.54C19.71 6.23 19.22 6 18.69 5.87C18.34 5.77 17.96 5.72 17.58 5.72H13.86C13.28 5.72 13.24 5.66 12.93 5.25L11.53 3.39C10.88 2.53 10.37 2 8.74 2H6.42C3.98 2 2 3.98 2 6.42V17.58C2 20.02 3.98 22 6.42 22H17.58C20.02 22 22 20.02 22 17.58V10.14C22 8.65 21.27 7.34 20.14 6.54ZM14.33 16H9.67C9.28 16 8.97 15.69 8.97 15.3C8.97 14.92 9.28 14.6 9.67 14.6H14.32C14.7 14.6 15.02 14.92 15.02 15.3C15.02 15.69 14.71 16 14.33 16Z\" fill=\"\"/>\n</svg>\n</li><li title=\"folder add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M21.74 9.44H2V6.42C2 3.98 3.98 2 6.42 2H8.75C10.38 2 10.89 2.53 11.54 3.4L12.94 5.26C13.25 5.67 13.29 5.73 13.87 5.73H16.66C19.03 5.72 21.05 7.28 21.74 9.44Z\" fill=\"\"/>\n<path d=\"M21.99 10.8399C21.97 10.3499 21.89 9.88994 21.74 9.43994H2V16.6499C2 19.5999 4.4 21.9999 7.35 21.9999H16.65C19.6 21.9999 22 19.5999 22 16.6499V11.0699C22 10.9999 22 10.9099 21.99 10.8399ZM14.5 16.2499H12.81V17.9999C12.81 18.4099 12.47 18.7499 12.06 18.7499C11.65 18.7499 11.31 18.4099 11.31 17.9999V16.2499H9.5C9.09 16.2499 8.75 15.9099 8.75 15.4999C8.75 15.0899 9.09 14.7499 9.5 14.7499H11.31V12.9999C11.31 12.5899 11.65 12.2499 12.06 12.2499C12.47 12.2499 12.81 12.5899 12.81 12.9999V14.7499H14.5C14.91 14.7499 15.25 15.0899 15.25 15.4999C15.25 15.9099 14.91 16.2499 14.5 16.2499Z\" fill=\"\"/>\n</svg>\n</li><li title=\"folder cloud \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M21.9902 10.84C21.9702 10.36 21.8902 9.88999 21.7402 9.43999C21.0502 7.27999 19.0303 5.71999 16.6503 5.71999H13.8602C13.2802 5.71999 13.2402 5.65998 12.9302 5.24998L11.5303 3.38998C10.8803 2.51998 10.3702 1.98999 8.74023 1.98999H6.41022C3.97022 1.98999 1.99023 3.96999 1.99023 6.40999V9.42998V16.64C1.99023 19.59 4.39027 21.99 7.34027 21.99H16.6403C19.5903 21.99 21.9902 19.59 21.9902 16.64V11.06C22.0002 11 22.0002 10.91 21.9902 10.84Z\" fill=\"\"/>\n<path d=\"M15.5805 19.7C13.4705 19.85 13.4705 22.91 15.5805 23.06H20.5906C21.2006 23.06 21.7805 22.84 22.2305 22.43C23.7105 21.14 22.9205 18.54 20.9705 18.3C20.2705 14.08 14.1605 15.68 15.6105 19.7\" fill=\"\"/>\n</svg>\n</li><li title=\"folder connection \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M18.75 21C18.75 21.41 18.41 21.75 18 21.75H14C13.95 21.75 13.91 21.73 13.86 21.72C13.57 22.47 12.85 23 12 23C11.15 23 10.43 22.47 10.14 21.72C10.09 21.73 10.05 21.75 10 21.75H6C5.59 21.75 5.25 21.41 5.25 21C5.25 20.59 5.59 20.25 6 20.25H10C10.05 20.25 10.09 20.27 10.14 20.28C10.34 19.76 10.76 19.34 11.28 19.14C11.27 19.09 11.25 19.05 11.25 19V16H12.75V19C12.75 19.05 12.73 19.09 12.72 19.14C13.24 19.34 13.66 19.76 13.86 20.28C13.91 20.27 13.95 20.25 14 20.25H18C18.41 20.25 18.75 20.59 18.75 21Z\" fill=\"\"/>\n<path d=\"M19 8.29999V12.5C19 15.3 18.3 16 15.5 16H8.5C5.7 16 5 15.3 5 12.5V5.5C5 2.7 5.7 2 8.5 2H9.54999C10.6 2 10.83 2.31003 11.23 2.84003L12.28 4.23999C12.55 4.58999 12.7 4.79999 13.4 4.79999H15.5C18.3 4.79999 19 5.49999 19 8.29999Z\" fill=\"\"/>\n</svg>\n</li><li title=\"folder cross \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M21.8709 9.44H2.13086V6.42C2.13086 3.98 4.11086 2 6.55086 2H8.88086C10.5109 2 11.0209 2.53 11.6709 3.4L13.0709 5.26C13.3809 5.67 13.4209 5.73 14.0009 5.73H16.7909C19.1609 5.72 21.1809 7.28 21.8709 9.44Z\" fill=\"\"/>\n<path d=\"M21.99 10.8399C21.97 10.3599 21.89 9.88994 21.74 9.43994H2V16.6499C2 19.5999 4.4 21.9999 7.35 21.9999H16.65C19.6 21.9999 22 19.5999 22 16.6499V11.0699C22 10.9999 22 10.9099 21.99 10.8399ZM14.34 17.7799C14.19 17.9199 14 17.9999 13.81 17.9999C13.62 17.9999 13.43 17.9299 13.28 17.7799L12.04 16.5399L10.76 17.8199C10.61 17.9699 10.42 18.0399 10.23 18.0399C10.04 18.0399 9.85 17.9699 9.7 17.8199C9.41 17.5299 9.41 17.0499 9.7 16.7599L10.98 15.4799L9.74 14.2399C9.45 13.9499 9.45 13.4699 9.74 13.1799C10.03 12.8899 10.51 12.8899 10.8 13.1799L12.04 14.4199L13.24 13.2199C13.53 12.9299 14.01 12.9299 14.3 13.2199C14.59 13.5099 14.59 13.9899 14.3 14.2799L13.1 15.4799L14.34 16.7199C14.63 17.0099 14.63 17.4899 14.34 17.7799Z\" fill=\"\"/>\n</svg>\n</li><li title=\"folder favorite \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M21.74 9.44H2V6.42C2 3.98 3.98 2 6.42 2H8.75C10.38 2 10.89 2.53 11.54 3.4L12.94 5.26C13.25 5.67 13.29 5.73 13.87 5.73H16.66C19.03 5.72 21.05 7.28 21.74 9.44Z\" fill=\"\"/>\n<path d=\"M21.99 10.8399C21.97 10.3499 21.89 9.88994 21.74 9.43994H2V16.6499C2 19.5999 4.4 21.9999 7.35 21.9999H16.65C19.6 21.9999 22 19.5999 22 16.6499V11.0699C22 10.9999 22 10.9099 21.99 10.8399ZM14.54 15.9699L12.39 17.8499C12.28 17.9499 12.14 17.9999 12 17.9999C11.86 17.9999 11.72 17.9499 11.61 17.8499L9.46 15.9699C8.78 15.3699 8.69 14.3499 9.25 13.6399C9.83 12.9199 10.85 12.7899 11.59 13.3399L11.99 13.6399L12.39 13.3399C13.13 12.7899 14.15 12.9199 14.73 13.6399C15.31 14.3499 15.22 15.3699 14.54 15.9699Z\" fill=\"\"/>\n</svg>\n</li><li title=\"folder minus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M21.74 9.44H2V6.42C2 3.98 3.98 2 6.42 2H8.75C10.38 2 10.89 2.53 11.54 3.4L12.94 5.26C13.25 5.67 13.29 5.73 13.87 5.73H16.66C19.03 5.72 21.05 7.28 21.74 9.44Z\" fill=\"\"/>\n<path d=\"M21.99 10.8399C21.97 10.3499 21.89 9.88994 21.74 9.43994H2V16.6499C2 19.5999 4.4 21.9999 7.35 21.9999H16.65C19.6 21.9999 22 19.5999 22 16.6499V11.0699C22 10.9999 22 10.9099 21.99 10.8399ZM14.43 16.2999H9.43C9.02 16.2999 8.68 15.9599 8.68 15.5499C8.68 15.1399 9.02 14.7999 9.43 14.7999H14.43C14.84 14.7999 15.18 15.1399 15.18 15.5499C15.18 15.9599 14.84 16.2999 14.43 16.2999Z\" fill=\"\"/>\n</svg>\n</li><li title=\"folder open \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.0602 11.8201L20.9002 11.6001C20.6202 11.2601 20.2902 10.9901 19.9102 10.7901C19.4002 10.5001 18.8202 10.3501 18.2202 10.3501H5.7702C5.1702 10.3501 4.6002 10.5001 4.0802 10.7901C3.6902 11.0001 3.3402 11.2901 3.0502 11.6501C2.4802 12.3801 2.2102 13.2801 2.3002 14.1801L2.6702 18.8501C2.8002 20.2601 2.9702 22.0001 6.1402 22.0001H17.8602C21.0302 22.0001 21.1902 20.2601 21.3302 18.8401L21.7002 14.1901C21.7902 13.3501 21.5702 12.5101 21.0602 11.8201ZM14.3902 17.3401H9.6002C9.2102 17.3401 8.9002 17.0201 8.9002 16.6401C8.9002 16.2601 9.2102 15.9401 9.6002 15.9401H14.3902C14.7802 15.9401 15.0902 16.2601 15.0902 16.6401C15.0902 17.0301 14.7802 17.3401 14.3902 17.3401Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M3.38086 11.31C3.60086 11.11 3.82086 10.93 4.08086 10.79C4.59086 10.5 5.17086 10.35 5.77086 10.35H18.2309C18.8309 10.35 19.4009 10.5 19.9209 10.79C20.1809 10.93 20.4109 11.11 20.6209 11.32V10.79V9.82C20.6209 6.25 19.5309 5.16 15.9609 5.16H13.5809C13.1409 5.16 13.1309 5.15 12.8709 4.81L11.6709 3.2C11.1009 2.46 10.6509 2 9.22086 2H8.04086C4.47086 2 3.38086 3.09 3.38086 6.66V10.8V11.31Z\" fill=\"\"/>\n</svg>\n</li><li title=\"folder \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 11.0699V16.6499C22 19.5999 19.6 21.9999 16.65 21.9999H7.35C4.4 21.9999 2 19.5999 2 16.6499V9.43994H21.74C21.89 9.88994 21.97 10.3499 21.99 10.8399C22 10.9099 22 10.9999 22 11.0699Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M21.74 9.44H2V6.42C2 3.98 3.98 2 6.42 2H8.75C10.38 2 10.89 2.53 11.54 3.4L12.94 5.26C13.25 5.67 13.29 5.73 13.87 5.73H16.66C19.03 5.72 21.05 7.28 21.74 9.44Z\" fill=\"\"/>\n</svg>\n</li><li title=\"forbidden 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M14.9 2H9.10001C8.42001 2 7.46 2.4 6.98 2.88L2.88 6.98001C2.4 7.46001 2 8.42001 2 9.10001V14.9C2 15.58 2.4 16.54 2.88 17.02L6.98 21.12C7.46 21.6 8.42001 22 9.10001 22H14.9C15.58 22 16.54 21.6 17.02 21.12L21.12 17.02C21.6 16.54 22 15.58 22 14.9V9.10001C22 8.42001 21.6 7.46001 21.12 6.98001L17.02 2.88C16.54 2.4 15.58 2 14.9 2Z\" fill=\"\"/>\n<path d=\"M13.0594 11.9999L16.0295 9.02994C16.3195 8.73994 16.3195 8.25994 16.0295 7.96994C15.7395 7.67994 15.2595 7.67994 14.9695 7.96994L11.9995 10.9399L9.02945 7.96994C8.73945 7.67994 8.25945 7.67994 7.96945 7.96994C7.67945 8.25994 7.67945 8.73994 7.96945 9.02994L10.9395 11.9999L7.96945 14.9699C7.67945 15.2599 7.67945 15.7399 7.96945 16.0299C8.11945 16.1799 8.30945 16.2499 8.49945 16.2499C8.68945 16.2499 8.87945 16.1799 9.02945 16.0299L11.9995 13.0599L14.9695 16.0299C15.1195 16.1799 15.3095 16.2499 15.4995 16.2499C15.6895 16.2499 15.8795 16.1799 16.0295 16.0299C16.3195 15.7399 16.3195 15.2599 16.0295 14.9699L13.0594 11.9999Z\" fill=\"\"/>\n</svg>\n</li><li title=\"forbidden \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M14.9 2H9.10001C8.42001 2 7.46 2.4 6.98 2.88L2.88 6.98001C2.4 7.46001 2 8.42001 2 9.10001V14.9C2 15.58 2.4 16.54 2.88 17.02L6.98 21.12C7.46 21.6 8.42001 22 9.10001 22H14.9C15.58 22 16.54 21.6 17.02 21.12L21.12 17.02C21.6 16.54 22 15.58 22 14.9V9.10001C22 8.42001 21.6 7.46001 21.12 6.98001L17.02 2.88C16.54 2.4 15.58 2 14.9 2Z\" fill=\"\"/>\n<path d=\"M3.02094 21.75C2.83094 21.75 2.64094 21.68 2.49094 21.53C2.20094 21.24 2.20094 20.76 2.49094 20.47L20.4709 2.48996C20.7609 2.19996 21.2409 2.19996 21.5309 2.48996C21.8209 2.77996 21.8209 3.25996 21.5309 3.54996L3.55094 21.53C3.41094 21.68 3.22094 21.75 3.02094 21.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"format circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.03 5.17C9.02 5.08 9.01 5 8.99 4.91C8.98 4.84 8.97 4.77 8.95 4.69C8.92 4.57 8.88 4.44 8.83 4.32C8.71 3.97 8.53 3.65 8.3 3.35C8.17 3.19 8.03 3.03 7.87 2.9C7.23 2.32 6.4 2 5.53 2C3.58 2 2 3.58 2 5.53C2 6.4 2.32 7.23 2.9 7.87C3.03 8.03 3.19 8.17 3.35 8.3C3.65 8.53 3.97 8.71 4.32 8.83C4.44 8.88 4.57 8.92 4.69 8.95C4.77 8.97 4.84 8.98 4.91 8.99C5 9.01 5.08 9.02 5.17 9.03C5.29 9.04 5.41 9.05 5.53 9.05C7.47 9.05 9.05 7.47 9.05 5.53C9.05 5.41 9.04 5.29 9.03 5.17Z\" fill=\"\"/>\n<path d=\"M21.0992 16.1402C20.9992 16.0102 20.8692 15.8802 20.7292 15.7702C20.7092 15.7502 20.6792 15.7202 20.6492 15.7002C20.3792 15.4902 20.0792 15.3202 19.7692 15.2002C19.7392 15.1802 19.7092 15.1702 19.6792 15.1702C19.5692 15.1302 19.4592 15.0902 19.3492 15.0602C19.1792 15.0202 18.9992 14.9902 18.8292 14.9702C18.7092 14.9602 18.5892 14.9502 18.4692 14.9502C16.5292 14.9502 14.9492 16.5302 14.9492 18.4702C14.9492 18.5902 14.9592 18.7102 14.9692 18.8302C14.9892 19.0002 15.0192 19.1802 15.0592 19.3502C15.0892 19.4602 15.1292 19.5702 15.1692 19.6802C15.1692 19.7102 15.1792 19.7402 15.1992 19.7702C15.3192 20.0802 15.4892 20.3802 15.6992 20.6502C15.7192 20.6802 15.7492 20.7002 15.7692 20.7302C15.8792 20.8702 16.0092 21.0002 16.1392 21.1002C16.7792 21.6802 17.5992 22.0002 18.4692 22.0002C20.4192 22.0002 21.9992 20.4202 21.9992 18.4702C21.9992 17.6002 21.6792 16.7802 21.0992 16.1402Z\" fill=\"\"/>\n<path d=\"M5.53 14.9502C5.41 14.9502 5.29 14.9602 5.17 14.9702C5 14.9902 4.82 15.0202 4.65 15.0602C4.54 15.0902 4.43 15.1302 4.32 15.1702C4.29 15.1702 4.26 15.1802 4.23 15.2002C3.92 15.3202 3.62 15.4902 3.35 15.7002C3.32 15.7202 3.3 15.7502 3.27 15.7702C3.13 15.8802 3 16.0102 2.9 16.1402C2.32 16.7802 2 17.6002 2 18.4702C2 20.4202 3.58 22.0002 5.53 22.0002C6.4 22.0002 7.23 21.6802 7.87 21.1002C8.03 20.9702 8.17 20.8102 8.3 20.6502C8.51 20.3802 8.68 20.0802 8.8 19.7702C8.82 19.7402 8.83 19.7102 8.83 19.6802C8.87 19.5702 8.91 19.4602 8.94 19.3502C8.98 19.1802 9.01 19.0002 9.03 18.8302C9.04 18.7102 9.05 18.5902 9.05 18.4702C9.05 16.5302 7.47 14.9502 5.53 14.9502Z\" fill=\"\"/>\n<path d=\"M18.4692 2C17.5992 2 16.7792 2.32 16.1392 2.9C16.0092 3 15.8792 3.13 15.7692 3.27C15.7492 3.29 15.7192 3.32 15.6992 3.35C15.4892 3.62 15.3192 3.92 15.1992 4.23C15.1792 4.26 15.1692 4.29 15.1692 4.32C15.1292 4.43 15.0892 4.54 15.0592 4.65C15.0192 4.82 14.9892 5 14.9692 5.17C14.9592 5.29 14.9492 5.41 14.9492 5.53C14.9492 7.47 16.5292 9.05 18.4692 9.05C18.5892 9.05 18.7092 9.04 18.8292 9.03C18.9992 9.01 19.1792 8.98 19.3492 8.94C19.4592 8.91 19.5692 8.87 19.6792 8.83C19.7092 8.83 19.7392 8.82 19.7692 8.8C20.0792 8.68 20.3792 8.51 20.6492 8.3C20.8092 8.17 20.9692 8.03 21.0992 7.87C21.6792 7.23 21.9992 6.4 21.9992 5.53C21.9992 3.58 20.4192 2 18.4692 2Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M15.77 20.73C15.75 20.7 15.72 20.68 15.7 20.65C15.49 20.38 15.32 20.08 15.2 19.77C15.21 19.8 15.22 19.83 15.23 19.86C13.22 20.7 10.82 20.71 8.77 19.86C8.78 19.83 8.79 19.8 8.8 19.77C8.68 20.08 8.51 20.38 8.3 20.65C8.17 20.81 8.03 20.97 7.87 21.1C9.15 21.69 10.57 22 12 22C13.46 22 14.85 21.7 16.14 21.1C16.01 21 15.88 20.87 15.77 20.73ZM3.5 12C3.5 10.89 3.72 9.78 4.14 8.77C4.15 8.77 4.17 8.78 4.18 8.78C4.06 8.73 3.93 8.67 3.82 8.61C3.66 8.52 3.5 8.42 3.35 8.3C3.19 8.17 3.03 8.03 2.9 7.87C2.31 9.15 2 10.57 2 12C2 13.46 2.3 14.85 2.9 16.14C3 16.01 3.13 15.88 3.27 15.77C3.3 15.75 3.32 15.72 3.35 15.7C3.62 15.49 3.92 15.32 4.23 15.2C4.2 15.21 4.17 15.22 4.14 15.23C3.71 14.22 3.5 13.13 3.5 12ZM21.1 7.87C20.97 8.03 20.81 8.17 20.65 8.3C20.38 8.51 20.08 8.68 19.77 8.8C19.8 8.79 19.83 8.78 19.86 8.77C20.28 9.78 20.5 10.89 20.5 12C20.5 13.13 20.29 14.22 19.86 15.23C19.83 15.22 19.8 15.21 19.77 15.2C20.08 15.32 20.38 15.49 20.65 15.7C20.68 15.72 20.71 15.75 20.73 15.77C20.87 15.88 21 16.01 21.1 16.14C21.7 14.85 22 13.46 22 12C22 10.57 21.69 9.15 21.1 7.87ZM12 2C10.57 2 9.15 2.31 7.87 2.9C8.03 3.03 8.17 3.19 8.3 3.35C8.42 3.5 8.52 3.66 8.61 3.82C8.67 3.93 8.73 4.06 8.78 4.18C8.78 4.17 8.77 4.15 8.77 4.14C10.81 3.29 13.22 3.3 15.23 4.14C15.22 4.17 15.21 4.2 15.2 4.23C15.32 3.92 15.49 3.62 15.7 3.35C15.72 3.32 15.75 3.29 15.77 3.27C15.88 3.13 16.01 3 16.14 2.9C14.85 2.3 13.46 2 12 2Z\" fill=\"\"/>\n</svg>\n</li><li title=\"format square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.31 20.15C16.27 19.93 16.25 19.72 16.25 19.5C16.25 19.41 16.25 19.33 16.26 19.25H7.74C7.75 19.33 7.75 19.41 7.75 19.5C7.75 19.72 7.73 19.93 7.69 20.14C7.65 20.35 7.58 20.56 7.5 20.75H16.5C16.41 20.56 16.35 20.36 16.31 20.15ZM3.86 7.69C3.65 7.65 3.44 7.58 3.25 7.5V16.5C3.44 16.41 3.64 16.35 3.85 16.31C4.07 16.27 4.28 16.25 4.5 16.25C4.59 16.25 4.67 16.25 4.75 16.26V7.74C4.67 7.75 4.59 7.75 4.5 7.75C4.28 7.75 4.07 7.73 3.86 7.69ZM20.15 7.69C19.93 7.73 19.72 7.75 19.5 7.75C19.41 7.75 19.33 7.75 19.25 7.74V16.26C19.33 16.25 19.41 16.25 19.5 16.25C19.72 16.25 19.93 16.27 20.14 16.31C20.35 16.35 20.56 16.42 20.75 16.5V7.5C20.56 7.59 20.36 7.65 20.15 7.69ZM16.5 3.25H7.5C7.59 3.44 7.65 3.64 7.69 3.85C7.73 4.07 7.75 4.28 7.75 4.5C7.75 4.59 7.75 4.67 7.74 4.75H16.26C16.25 4.67 16.25 4.59 16.25 4.5C16.25 4.28 16.27 4.07 16.31 3.86C16.35 3.65 16.42 3.44 16.5 3.25Z\" fill=\"\"/>\n<path d=\"M7.75 4.5C7.75 4.59 7.75 4.67 7.74 4.75C7.72 5.01 7.67 5.25 7.59 5.49C7.57 5.58 7.53 5.68 7.49 5.77C7.47 5.82 7.44 5.88 7.41 5.94C7.38 6 7.35 6.06 7.31 6.12C7.03 6.62 6.62 7.03 6.12 7.31C6.06 7.35 6 7.38 5.94 7.41C5.88 7.44 5.82 7.47 5.77 7.49C5.68 7.53 5.58 7.57 5.49 7.59C5.25 7.67 5.01 7.72 4.75 7.74C4.67 7.75 4.59 7.75 4.5 7.75C4.28 7.75 4.07 7.73 3.86 7.69C3.65 7.65 3.44 7.58 3.25 7.5C2.06 7 1.25 5.82 1.25 4.5C1.25 2.71 2.71 1.25 4.5 1.25C5.83 1.25 7 2.06 7.5 3.25C7.59 3.44 7.65 3.64 7.69 3.85C7.73 4.07 7.75 4.28 7.75 4.5Z\" fill=\"\"/>\n<path d=\"M22.75 4.5C22.75 5.83 21.94 7 20.75 7.5C20.56 7.59 20.36 7.65 20.15 7.69C19.93 7.73 19.72 7.75 19.5 7.75C19.41 7.75 19.33 7.75 19.25 7.74C18.98 7.72 18.73 7.67 18.48 7.58C18.4 7.56 18.31 7.53 18.23 7.49C18.17 7.47 18.12 7.44 18.06 7.41C18 7.38 17.94 7.35 17.88 7.31C17.38 7.03 16.97 6.62 16.69 6.12C16.65 6.06 16.62 6 16.59 5.94C16.56 5.88 16.53 5.83 16.51 5.77C16.47 5.69 16.44 5.6 16.42 5.52C16.33 5.27 16.28 5.02 16.26 4.75C16.25 4.67 16.25 4.59 16.25 4.5C16.25 4.28 16.27 4.07 16.31 3.86C16.35 3.65 16.42 3.44 16.5 3.25C17 2.06 18.18 1.25 19.5 1.25C21.29 1.25 22.75 2.71 22.75 4.5Z\" fill=\"\"/>\n<path d=\"M7.75 19.5C7.75 19.72 7.73 19.93 7.69 20.14C7.65 20.35 7.58 20.56 7.5 20.75C7 21.94 5.82 22.75 4.5 22.75C2.71 22.75 1.25 21.29 1.25 19.5C1.25 18.17 2.06 17 3.25 16.5C3.44 16.41 3.64 16.35 3.85 16.31C4.07 16.27 4.28 16.25 4.5 16.25C4.59 16.25 4.67 16.25 4.75 16.26C5 16.28 5.24 16.33 5.47 16.4C5.55 16.42 5.64 16.45 5.72 16.49C5.79 16.52 5.86 16.55 5.94 16.59C6 16.62 6.06 16.65 6.12 16.69C6.62 16.97 7.03 17.38 7.31 17.88C7.35 17.94 7.38 18 7.41 18.06C7.45 18.14 7.48 18.21 7.51 18.28C7.55 18.36 7.58 18.45 7.6 18.53C7.67 18.76 7.72 19 7.74 19.25C7.75 19.33 7.75 19.41 7.75 19.5Z\" fill=\"\"/>\n<path d=\"M22.75 19.5C22.75 21.29 21.29 22.75 19.5 22.75C18.17 22.75 17 21.94 16.5 20.75C16.41 20.56 16.35 20.36 16.31 20.15C16.27 19.93 16.25 19.72 16.25 19.5C16.25 19.41 16.25 19.33 16.26 19.25C16.26 19.22 16.26 19.19 16.27 19.16C16.28 19.05 16.3 18.95 16.32 18.84C16.37 18.57 16.46 18.31 16.59 18.06C16.62 18 16.65 17.94 16.69 17.88C16.97 17.38 17.38 16.97 17.88 16.69C17.94 16.65 18 16.62 18.06 16.59C18.31 16.46 18.57 16.37 18.84 16.32C18.95 16.3 19.05 16.28 19.16 16.27C19.19 16.26 19.22 16.26 19.25 16.26C19.33 16.25 19.41 16.25 19.5 16.25C19.72 16.25 19.93 16.27 20.14 16.31C20.35 16.35 20.56 16.42 20.75 16.5C21.94 17 22.75 18.18 22.75 19.5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"forward 10 seconds \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M19.6896 7.35014C19.4396 7.02014 18.9696 6.95018 18.6396 7.20018C18.3096 7.45018 18.2396 7.92017 18.4896 8.25017C19.5696 9.69017 20.1396 11.3702 20.1396 13.1102C20.1396 17.6002 16.4896 21.2502 11.9996 21.2502C7.5096 21.2502 3.85959 17.6002 3.85959 13.1102C3.85959 8.62015 7.5096 4.97014 11.9996 4.97014C12.5796 4.97014 13.1696 5.04017 13.8096 5.19017C13.8396 5.20017 13.8696 5.19017 13.9096 5.19017C13.9296 5.19017 13.9596 5.21019 13.9796 5.21019C14.0096 5.21019 14.0296 5.20018 14.0596 5.20018C14.0996 5.20018 14.1296 5.19016 14.1596 5.18016C14.2096 5.17016 14.2596 5.15016 14.3096 5.12016C14.3396 5.10016 14.3796 5.09017 14.4096 5.07017C14.4196 5.06017 14.4396 5.06016 14.4496 5.05016C14.4796 5.03016 14.4896 5.00015 14.5096 4.98015C14.5496 4.94015 14.5796 4.91015 14.6096 4.86015C14.6396 4.82015 14.6496 4.77015 14.6696 4.73015C14.6796 4.70015 14.6996 4.67018 14.7096 4.64018C14.7096 4.62018 14.7096 4.61019 14.7096 4.59019C14.7196 4.54019 14.7196 4.49017 14.7096 4.44017C14.7096 4.39017 14.7096 4.35016 14.6996 4.30016C14.6896 4.26016 14.6696 4.22015 14.6496 4.17015C14.6296 4.12015 14.6096 4.0702 14.5796 4.0302C14.5696 4.0202 14.5696 4.00016 14.5596 3.99016L12.5796 1.52019C12.3196 1.20019 11.8496 1.15019 11.5296 1.40019C11.2096 1.66019 11.1596 2.13018 11.4096 2.45018L12.2296 3.47014C12.1496 3.47014 12.0696 3.46019 11.9896 3.46019C6.67959 3.46019 2.34961 7.78014 2.34961 13.1001C2.34961 18.4201 6.66959 22.7402 11.9896 22.7402C17.3096 22.7402 21.6296 18.4201 21.6296 13.1001C21.6396 11.0401 20.9596 9.05014 19.6896 7.35014Z\" fill=\"\"/>\n<path d=\"M9.53955 16.6701C9.12955 16.6701 8.78955 16.3301 8.78955 15.9201V12.5301L8.59955 12.7401C8.31955 13.0501 7.84955 13.0701 7.53955 12.8001C7.22955 12.5201 7.20955 12.0501 7.47955 11.7401L8.97955 10.0701C9.18955 9.84008 9.51954 9.76007 9.80954 9.87007C10.0995 9.98007 10.2895 10.2601 10.2895 10.5701V15.9201C10.2895 16.3401 9.95955 16.6701 9.53955 16.6701Z\" fill=\"\"/>\n<path d=\"M14 16.6698C12.48 16.6698 11.25 15.4398 11.25 13.9198V12.5698C11.25 11.0498 12.48 9.81982 14 9.81982C15.52 9.81982 16.75 11.0498 16.75 12.5698V13.9198C16.75 15.4398 15.52 16.6698 14 16.6698ZM14 11.3298C13.31 11.3298 12.75 11.8898 12.75 12.5798V13.9298C12.75 14.6198 13.31 15.1798 14 15.1798C14.69 15.1798 15.25 14.6198 15.25 13.9298V12.5798C15.25 11.8898 14.69 11.3298 14 11.3298Z\" fill=\"\"/>\n</svg>\n</li><li title=\"forward 15 seconds \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.4294 16.9198H12.1395C11.7295 16.9198 11.3895 16.5798 11.3895 16.1698C11.3895 15.7598 11.7295 15.4198 12.1395 15.4198H14.4294C14.8594 15.4198 15.2095 15.0698 15.2095 14.6398C15.2095 14.2098 14.8594 13.8598 14.4294 13.8598H12.1395C11.8995 13.8598 11.6695 13.7398 11.5295 13.5498C11.3895 13.3598 11.3494 13.0998 11.4294 12.8698L12.1894 10.5798C12.2894 10.2698 12.5795 10.0698 12.8995 10.0698H15.9595C16.3695 10.0698 16.7095 10.4098 16.7095 10.8198C16.7095 11.2298 16.3695 11.5698 15.9595 11.5698H13.4394L13.1794 12.3598H14.4294C15.6894 12.3598 16.7095 13.3798 16.7095 14.6398C16.7095 15.8998 15.6794 16.9198 14.4294 16.9198Z\" fill=\"\"/>\n<path d=\"M9.53955 16.9198C9.12955 16.9198 8.78955 16.5798 8.78955 16.1698V12.7799L8.59955 12.9998C8.31955 13.3098 7.84955 13.3298 7.53955 13.0598C7.22955 12.7798 7.20955 12.3098 7.47955 11.9998L8.97955 10.3298C9.18955 10.0998 9.51957 10.0198 9.80957 10.1298C10.0996 10.2398 10.2895 10.5198 10.2895 10.8298V16.1798C10.2895 16.5898 9.95955 16.9198 9.53955 16.9198Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M19.6898 7.35021C19.4398 7.02021 18.9698 6.95025 18.6398 7.20025C18.3098 7.45025 18.2398 7.92024 18.4898 8.25024C19.5698 9.69024 20.1398 11.3702 20.1398 13.1102C20.1398 17.6002 16.4898 21.2502 11.9998 21.2502C7.50982 21.2502 3.8598 17.6002 3.8598 13.1102C3.8598 8.62022 7.50982 4.97021 11.9998 4.97021C12.5798 4.97021 13.1698 5.04024 13.8098 5.19024C13.8398 5.20024 13.8698 5.19024 13.8998 5.19024C13.9298 5.19024 13.9498 5.21026 13.9698 5.21026C13.9998 5.21026 14.0198 5.20025 14.0498 5.20025C14.0798 5.20025 14.1098 5.19023 14.1498 5.18023C14.2098 5.17023 14.2598 5.14023 14.3098 5.12023C14.3398 5.10023 14.3698 5.09024 14.3998 5.07024C14.4098 5.06024 14.4298 5.06022 14.4398 5.05022C14.4698 5.03022 14.4798 5.00022 14.4998 4.98022C14.5398 4.94022 14.5698 4.91022 14.5998 4.86022C14.6298 4.82022 14.6398 4.77021 14.6598 4.72021C14.6698 4.69021 14.6898 4.66024 14.6998 4.63024C14.6998 4.61024 14.6998 4.60025 14.6998 4.58025C14.7098 4.53025 14.7098 4.48023 14.6998 4.43023C14.6998 4.38023 14.6998 4.34021 14.6898 4.29021C14.6798 4.25021 14.6598 4.21021 14.6398 4.16021C14.6198 4.11021 14.5998 4.06026 14.5698 4.02026C14.5598 4.01026 14.5598 3.99022 14.5498 3.98022L12.5698 1.51025C12.3098 1.19025 11.8398 1.13025 11.5198 1.39025C11.1998 1.65025 11.1498 2.12024 11.3998 2.44024L12.2198 3.46026C12.1398 3.46026 12.0598 3.45025 11.9798 3.45025C6.6698 3.45025 2.33984 7.77026 2.33984 13.0903C2.33984 18.4103 6.6598 22.7302 11.9798 22.7302C17.2998 22.7302 21.6198 18.4103 21.6198 13.0903C21.6398 11.0403 20.9598 9.05021 19.6898 7.35021Z\" fill=\"\"/>\n</svg>\n</li><li title=\"forward 5 seconds \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M19.4807 7.08981C19.2207 6.76981 18.7507 6.71977 18.4307 6.97977C18.1107 7.23977 18.0608 7.70981 18.3208 8.02981C19.4508 9.42981 20.0808 11.0898 20.1408 12.8298C20.3008 17.3098 16.7807 21.0898 12.2907 21.2398C7.81073 21.3998 4.03076 17.8798 3.88076 13.3898C3.73076 8.8998 7.24073 5.12977 11.7307 4.97977C12.3007 4.95977 12.9007 5.0098 13.5507 5.1398C13.5907 5.1498 13.6307 5.1398 13.6707 5.1398C13.7707 5.1898 13.8908 5.21976 14.0008 5.21976C14.1708 5.21976 14.3307 5.16977 14.4707 5.04977C14.7907 4.78977 14.8408 4.31978 14.5908 3.99978L12.6107 1.52981C12.3507 1.20981 11.8807 1.14976 11.5607 1.40976C11.2407 1.66976 11.1908 2.13981 11.4408 2.45981L12.2708 3.48978C12.0808 3.47978 11.8808 3.46977 11.6908 3.47977C6.38075 3.65977 2.21077 8.1398 2.40077 13.4498C2.59077 18.7598 7.06075 22.9298 12.3707 22.7398C17.6807 22.5498 21.8507 18.0798 21.6607 12.7698C21.5607 10.7098 20.8207 8.73981 19.4807 7.08981Z\" fill=\"\"/>\n<path d=\"M12.3806 16.9198H10.0906C9.68065 16.9198 9.34065 16.5798 9.34065 16.1698C9.34065 15.7598 9.68065 15.4198 10.0906 15.4198H12.3806C12.8106 15.4198 13.1606 15.0698 13.1606 14.6398C13.1606 14.2098 12.8106 13.8598 12.3806 13.8598H10.0906C9.85065 13.8598 9.6206 13.7398 9.4806 13.5498C9.3406 13.3598 9.30062 13.0998 9.38062 12.8698L10.1406 10.5798C10.2406 10.2698 10.5306 10.0698 10.8506 10.0698H13.9106C14.3206 10.0698 14.6606 10.4098 14.6606 10.8198C14.6606 11.2298 14.3206 11.5698 13.9106 11.5698H11.3906L11.1306 12.3598H12.3806C13.6406 12.3598 14.6606 13.3798 14.6606 14.6398C14.6606 15.8998 13.6406 16.9198 12.3806 16.9198Z\" fill=\"\"/>\n</svg>\n</li><li title=\"forward item \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M21.2505 5.77V9C21.2505 11.29 20.5205 12.02 18.2305 12.02H18.1305V10.38C18.1305 7.26 16.7405 5.87 13.6205 5.87H11.9805V5.77C11.9805 3.48 12.7105 2.75 15.0005 2.75H18.2305C20.5205 2.75 21.2505 3.48 21.2505 5.77Z\" fill=\"\"/>\n<path d=\"M16.6291 10.3801V13.6201C16.6291 15.9001 15.8991 16.6301 13.6191 16.6301H10.3791C8.09914 16.6301 7.36914 15.9001 7.36914 13.6201V10.3801C7.36914 8.10013 8.09914 7.37012 10.3791 7.37012H13.6191C15.8991 7.37012 16.6291 8.10013 16.6291 10.3801Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M12.02 18.13V18.23C12.02 20.52 11.29 21.25 9 21.25H5.77C3.48 21.25 2.75 20.52 2.75 18.23V15C2.75 12.71 3.48 11.98 5.77 11.98H5.87V13.62C5.87 16.74 7.26 18.13 10.38 18.13H12.02Z\" fill=\"\"/>\n</svg>\n</li><li title=\"forward square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.19 2H7.82001C4.17001 2 2 4.17 2 7.81V16.18C2 19.82 4.17 21.99 7.81 21.99H16.18C19.82 21.99 21.99 19.82 21.99 16.18V7.81C22 4.17 19.83 2 16.19 2Z\" fill=\"\"/>\n<path d=\"M17.53 8.66006L15.96 7.09006C15.67 6.80006 15.19 6.80006 14.9 7.09006C14.61 7.38006 14.61 7.86006 14.9 8.15006L15.23 8.48006H10.08C7.97 8.48006 6.25 10.2001 6.25 12.3101C6.25 14.4201 7.97 16.1401 10.08 16.1401H15C15.41 16.1401 15.75 15.8001 15.75 15.3901C15.75 14.9801 15.41 14.6401 15 14.6401H10.08C8.8 14.6401 7.75 13.6001 7.75 12.3101C7.75 11.0201 8.79 9.98006 10.08 9.98006H15.16L14.9 10.2401C14.61 10.5301 14.61 11.0101 14.9 11.3001C15.05 11.4501 15.24 11.5201 15.43 11.5201C15.62 11.5201 15.81 11.4501 15.96 11.3001L17.53 9.73006C17.82 9.43006 17.82 8.96006 17.53 8.66006Z\" fill=\"\"/>\n</svg>\n</li><li title=\"forward \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M2 8.33983V15.6598C2 17.1598 3.62999 18.0998 4.92999 17.3498L8.10001 15.5198L11.27 13.6898L11.76 13.4098V10.5898L11.27 10.3098L8.10001 8.47984L4.92999 6.64983C3.62999 5.89983 2 6.83983 2 8.33983Z\" fill=\"\"/>\n<path d=\"M11.7598 8.33983V15.6598C11.7598 17.1598 13.3897 18.0998 14.6797 17.3498L17.8597 15.5198L21.0298 13.6898C22.3198 12.9398 22.3198 11.0598 21.0298 10.3098L17.8597 8.47984L14.6797 6.64983C13.3897 5.89983 11.7598 6.83983 11.7598 8.33983Z\" fill=\"\"/>\n</svg>\n</li><li title=\"frame 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.02 4.62012H6.98C5.39 4.62012 4.75 5.22012 4.75 6.74012V18.6201H10.25V6.74012C10.24 5.22012 9.6 4.62012 8.02 4.62012Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M16.52 9.62012H15.48C13.89 9.62012 13.25 10.2301 13.25 11.7401V18.6201H18.75V11.7401C18.75 10.2301 18.1 9.62012 16.52 9.62012Z\" fill=\"\"/>\n<path d=\"M2.75 17.8799H21.25C21.66 17.8799 22 18.2199 22 18.6299C22 19.0399 21.66 19.3799 21.25 19.3799H2.75C2.34 19.3799 2 19.0399 2 18.6199C2 18.1999 2.34 17.8799 2.75 17.8799Z\" fill=\"\"/>\n</svg>\n</li><li title=\"frame 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M21.25 9.14993C18.94 5.51993 15.56 3.42993 12 3.42993C10.22 3.42993 8.49 3.94993 6.91 4.91993C5.33 5.89993 3.91 7.32993 2.75 9.14993C1.75 10.7199 1.75 13.2699 2.75 14.8399C5.06 18.4799 8.44 20.5599 12 20.5599C13.78 20.5599 15.51 20.0399 17.09 19.0699C18.67 18.0899 20.09 16.6599 21.25 14.8399C22.25 13.2799 22.25 10.7199 21.25 9.14993ZM12 16.0399C9.76 16.0399 7.96 14.2299 7.96 11.9999C7.96 9.76993 9.76 7.95993 12 7.95993C14.24 7.95993 16.04 9.76993 16.04 11.9999C16.04 14.2299 14.24 16.0399 12 16.0399Z\" fill=\"\"/>\n<path d=\"M12.0004 9.13989C10.4304 9.13989 9.15039 10.4199 9.15039 11.9999C9.15039 13.5699 10.4304 14.8499 12.0004 14.8499C13.5704 14.8499 14.8604 13.5699 14.8604 11.9999C14.8604 10.4299 13.5704 9.13989 12.0004 9.13989Z\" fill=\"\"/>\n</svg>\n</li><li title=\"frame 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.8 9H7.2C4 9 2 11 2 14.2V16.79C2 20 4 22 7.2 22H16.79C19.99 22 21.99 20 21.99 16.8V14.2C22 11 20 9 16.8 9Z\" fill=\"\"/>\n<path d=\"M15.8798 12.43L12.5298 15.78C12.2398 16.07 11.7598 16.07 11.4698 15.78L8.11984 12.43C7.82984 12.14 7.82984 11.66 8.11984 11.37C8.40984 11.08 8.88984 11.08 9.17984 11.37L11.2498 13.44V2.75C11.2498 2.34 11.5898 2 11.9998 2C12.4098 2 12.7498 2.34 12.7498 2.75V13.44L14.8198 11.37C14.9698 11.22 15.1598 11.15 15.3498 11.15C15.5398 11.15 15.7298 11.22 15.8798 11.37C16.1798 11.66 16.1798 12.13 15.8798 12.43Z\" fill=\"\"/>\n</svg>\n</li><li title=\"frame 4 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22.0005 13.9001V16.1901C22.0005 19.8301 19.8305 22.0001 16.1905 22.0001H7.81055C5.26055 22.0001 3.42055 20.9301 2.56055 19.0301L2.67055 18.9501L7.59055 15.6501C8.39055 15.1101 9.52055 15.1701 10.2305 15.7901L10.5705 16.0701C11.3505 16.7401 12.6105 16.7401 13.3905 16.0701L17.5505 12.5001C18.3305 11.8301 19.5905 11.8301 20.3705 12.5001L22.0005 13.9001Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M20.97 8H18.03C16.76 8 16 7.24 16 5.97V3.03C16 2.63 16.08 2.29 16.22 2C16.21 2 16.2 2 16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.19C2 17.28 2.19 18.23 2.56 19.03L2.67 18.95L7.59 15.65C8.39 15.11 9.52 15.17 10.23 15.79L10.57 16.07C11.35 16.74 12.61 16.74 13.39 16.07L17.55 12.5C18.33 11.83 19.59 11.83 20.37 12.5L22 13.9V7.81C22 7.8 22 7.79 22 7.78C21.71 7.92 21.37 8 20.97 8Z\" fill=\"\"/>\n<path d=\"M8.99914 10.3801C10.3136 10.3801 11.3791 9.31456 11.3791 8.00012C11.3791 6.68568 10.3136 5.62012 8.99914 5.62012C7.6847 5.62012 6.61914 6.68568 6.61914 8.00012C6.61914 9.31456 7.6847 10.3801 8.99914 10.3801Z\" fill=\"\"/>\n<path d=\"M20.97 1H18.03C16.76 1 16 1.76 16 3.03V5.97C16 7.24 16.76 8 18.03 8H20.97C22.24 8 23 7.24 23 5.97V3.03C23 1.76 22.24 1 20.97 1ZM21.19 4.31C21.07 4.43 20.91 4.49 20.75 4.49C20.59 4.49 20.43 4.43 20.31 4.31L20.13 4.13V6.37C20.13 6.72 19.85 7 19.5 7C19.15 7 18.87 6.72 18.87 6.37V4.13L18.69 4.31C18.45 4.55 18.05 4.55 17.81 4.31C17.57 4.07 17.57 3.67 17.81 3.43L19.06 2.18C19.11 2.13 19.18 2.09 19.25 2.06C19.27 2.05 19.29 2.05 19.31 2.04C19.36 2.02 19.41 2.01 19.47 2.01C19.49 2.01 19.51 2.01 19.53 2.01C19.6 2.01 19.66 2.02 19.73 2.05C19.74 2.05 19.74 2.05 19.75 2.05C19.82 2.08 19.88 2.12 19.93 2.17C19.94 2.18 19.94 2.18 19.95 2.18L21.2 3.43C21.44 3.67 21.44 4.07 21.19 4.31Z\" fill=\"\"/>\n</svg>\n</li><li title=\"frame \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16 20.97V18.03C16 16.76 16.76 16 18.03 16H20.97C21.37 16 21.71 16.08 22 16.22C22 16.21 22 16.2 22 16.18V7.81C22 4.17 19.83 2 16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C16.19 22 16.2 22 16.22 22C16.08 21.71 16 21.37 16 20.97Z\" fill=\"\"/>\n<path d=\"M7 14.25C6.59 14.25 6.25 13.91 6.25 13.5V10.5C6.25 10.09 6.59 9.75 7 9.75C7.41 9.75 7.75 10.09 7.75 10.5V13.5C7.75 13.91 7.41 14.25 7 14.25Z\" fill=\"\"/>\n<path d=\"M12 14.25C11.59 14.25 11.25 13.91 11.25 13.5V10.5C11.25 10.09 11.59 9.75 12 9.75C12.41 9.75 12.75 10.09 12.75 10.5V13.5C12.75 13.91 12.41 14.25 12 14.25Z\" fill=\"\"/>\n<path d=\"M17 14.25C16.59 14.25 16.25 13.91 16.25 13.5V10.5C16.25 10.09 16.59 9.75 17 9.75C17.41 9.75 17.75 10.09 17.75 10.5V13.5C17.75 13.91 17.41 14.25 17 14.25Z\" fill=\"\"/>\n<path d=\"M20.97 16H18.03C16.76 16 16 16.76 16 18.03V20.97C16 22.24 16.76 23 18.03 23H20.97C22.24 23 23 22.24 23 20.97V18.03C23 16.76 22.24 16 20.97 16ZM21.47 20.56C21.72 20.81 21.72 21.22 21.47 21.47C21.34 21.59 21.18 21.65 21.01 21.65C20.85 21.65 20.69 21.59 20.56 21.47L19.5 20.41L18.45 21.47C18.32 21.59 18.16 21.65 17.99 21.65C17.83 21.65 17.67 21.59 17.54 21.47C17.29 21.22 17.29 20.81 17.54 20.56L18.6 19.5L17.54 18.45C17.29 18.2 17.29 17.79 17.54 17.54C17.79 17.29 18.2 17.29 18.45 17.54L19.5 18.6L20.56 17.54C20.81 17.29 21.22 17.29 21.47 17.54C21.72 17.79 21.72 18.2 21.47 18.45L20.41 19.5L21.47 20.56Z\" fill=\"\"/>\n</svg>\n</li><li title=\"gallery add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22.0005 13.9001V16.1901C22.0005 19.8301 19.8305 22.0001 16.1905 22.0001H7.81055C5.26055 22.0001 3.42055 20.9301 2.56055 19.0301L2.67055 18.9501L7.59055 15.6501C8.39055 15.1101 9.52055 15.1701 10.2305 15.7901L10.5705 16.0701C11.3505 16.7401 12.6105 16.7401 13.3905 16.0701L17.5505 12.5001C18.3305 11.8301 19.5905 11.8301 20.3705 12.5001L22.0005 13.9001Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M20.97 8H18.03C16.76 8 16 7.24 16 5.97V3.03C16 2.63 16.08 2.29 16.22 2C16.21 2 16.2 2 16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.19C2 17.28 2.19 18.23 2.56 19.03L2.67 18.95L7.59 15.65C8.39 15.11 9.52 15.17 10.23 15.79L10.57 16.07C11.35 16.74 12.61 16.74 13.39 16.07L17.55 12.5C18.33 11.83 19.59 11.83 20.37 12.5L22 13.9V7.81C22 7.8 22 7.79 22 7.78C21.71 7.92 21.37 8 20.97 8Z\" fill=\"\"/>\n<path d=\"M8.99914 10.3801C10.3136 10.3801 11.3791 9.31456 11.3791 8.00012C11.3791 6.68568 10.3136 5.62012 8.99914 5.62012C7.6847 5.62012 6.61914 6.68568 6.61914 8.00012C6.61914 9.31456 7.6847 10.3801 8.99914 10.3801Z\" fill=\"\"/>\n<path d=\"M20.97 1H18.03C16.76 1 16 1.76 16 3.03V5.97C16 7.24 16.76 8 18.03 8H20.97C22.24 8 23 7.24 23 5.97V3.03C23 1.76 22.24 1 20.97 1ZM21.91 4.93C21.81 5.03 21.66 5.1 21.5 5.11H20.09L20.1 6.5C20.09 6.67 20.03 6.81 19.91 6.93C19.81 7.03 19.66 7.1 19.5 7.1C19.17 7.1 18.9 6.83 18.9 6.5V5.1L17.5 5.11C17.17 5.11 16.9 4.83 16.9 4.5C16.9 4.17 17.17 3.9 17.5 3.9L18.9 3.91V2.51C18.9 2.18 19.17 1.9 19.5 1.9C19.83 1.9 20.1 2.18 20.1 2.51L20.09 3.9H21.5C21.83 3.9 22.1 4.17 22.1 4.5C22.09 4.67 22.02 4.81 21.91 4.93Z\" fill=\"\"/>\n</svg>\n</li><li title=\"gallery edit \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22.0005 13.9001V16.1901C22.0005 19.8301 19.8305 22.0001 16.1905 22.0001H7.81055C5.26055 22.0001 3.42055 20.9301 2.56055 19.0301L2.67055 18.9501L7.59055 15.6501C8.39055 15.1101 9.52055 15.1701 10.2305 15.7901L10.5705 16.0701C11.3505 16.7401 12.6105 16.7401 13.3905 16.0701L17.5505 12.5001C18.3305 11.8301 19.5905 11.8301 20.3705 12.5001L22.0005 13.9001Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M20.97 8H18.03C16.76 8 16 7.24 16 5.97V3.03C16 2.63 16.08 2.29 16.22 2C16.21 2 16.2 2 16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.19C2 17.28 2.19 18.23 2.56 19.03L2.67 18.95L7.59 15.65C8.39 15.11 9.52 15.17 10.23 15.79L10.57 16.07C11.35 16.74 12.61 16.74 13.39 16.07L17.55 12.5C18.33 11.83 19.59 11.83 20.37 12.5L22 13.9V7.81C22 7.8 22 7.79 22 7.78C21.71 7.92 21.37 8 20.97 8Z\" fill=\"\"/>\n<path d=\"M8.99914 10.3801C10.3136 10.3801 11.3791 9.31456 11.3791 8.00012C11.3791 6.68568 10.3136 5.62012 8.99914 5.62012C7.6847 5.62012 6.61914 6.68568 6.61914 8.00012C6.61914 9.31456 7.6847 10.3801 8.99914 10.3801Z\" fill=\"\"/>\n<path d=\"M20.97 1H18.03C16.76 1 16 1.76 16 3.03V5.97C16 7.24 16.76 8 18.03 8H20.97C22.24 8 23 7.24 23 5.97V3.03C23 1.76 22.24 1 20.97 1ZM19.01 6.57C18.98 6.6 18.91 6.64 18.86 6.64L17.82 6.79C17.79 6.8 17.75 6.8 17.72 6.8C17.57 6.8 17.44 6.75 17.35 6.65C17.23 6.53 17.18 6.36 17.21 6.18L17.36 5.14C17.37 5.09 17.4 5.02 17.43 4.99L19.13 3.29C19.16 3.36 19.19 3.44 19.22 3.52C19.26 3.6 19.3 3.67 19.34 3.74C19.37 3.8 19.41 3.86 19.45 3.9C19.49 3.96 19.53 4.02 19.56 4.05C19.58 4.08 19.59 4.09 19.6 4.1C19.69 4.21 19.79 4.31 19.88 4.38C19.9 4.4 19.92 4.42 19.93 4.42C19.98 4.46 20.04 4.51 20.08 4.54C20.14 4.58 20.19 4.62 20.25 4.65C20.32 4.69 20.4 4.73 20.48 4.77C20.56 4.81 20.64 4.84 20.71 4.86L19.01 6.57ZM21.4 4.18L21.08 4.5C21.06 4.53 21.03 4.54 21 4.54C20.99 4.54 20.98 4.54 20.97 4.54C20.25 4.33 19.68 3.76 19.47 3.04C19.46 3 19.47 2.96 19.5 2.93L19.83 2.6C20.37 2.06 20.88 2.07 21.41 2.6C21.68 2.87 21.81 3.13 21.81 3.39C21.8 3.65 21.67 3.91 21.4 4.18Z\" fill=\"\"/>\n</svg>\n</li><li title=\"gallery favorite \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22.0005 13.9001V16.1901C22.0005 19.8301 19.8305 22.0001 16.1905 22.0001H7.81055C5.26055 22.0001 3.42055 20.9301 2.56055 19.0301L2.67055 18.9501L7.59055 15.6501C8.39055 15.1101 9.52055 15.1701 10.2305 15.7901L10.5705 16.0701C11.3505 16.7401 12.6105 16.7401 13.3905 16.0701L17.5505 12.5001C18.3305 11.8301 19.5905 11.8301 20.3705 12.5001L22.0005 13.9001Z\" fill=\"\"/>\n<path d=\"M20.97 1H18.03C16.76 1 16 1.76 16 3.03V5.97C16 7.24 16.76 8 18.03 8H20.97C22.24 8 23 7.24 23 5.97V3.03C23 1.76 22.24 1 20.97 1ZM21.61 4.68C21.24 5.86 19.95 6.5 19.5 6.5C19.05 6.5 17.77 5.88 17.39 4.68C17.33 4.5 17.3 4.3 17.3 4.11C17.3 3.46 17.63 2.79 18.32 2.57C18.73 2.44 19.17 2.51 19.48 2.77C19.8 2.52 20.24 2.44 20.66 2.57C21.58 2.86 21.87 3.89 21.61 4.68Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M20.97 8H18.03C16.76 8 16 7.24 16 5.97V3.03C16 2.63 16.08 2.29 16.22 2C16.21 2 16.2 2 16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.19C2 17.28 2.19 18.23 2.56 19.03L2.67 18.95L7.59 15.65C8.39 15.11 9.52 15.17 10.23 15.79L10.57 16.07C11.35 16.74 12.61 16.74 13.39 16.07L17.55 12.5C18.33 11.83 19.59 11.83 20.37 12.5L22 13.9V7.81C22 7.8 22 7.79 22 7.78C21.71 7.92 21.37 8 20.97 8Z\" fill=\"\"/>\n<path d=\"M8.99914 10.3801C10.3136 10.3801 11.3791 9.31456 11.3791 8.00012C11.3791 6.68568 10.3136 5.62012 8.99914 5.62012C7.6847 5.62012 6.61914 6.68568 6.61914 8.00012C6.61914 9.31456 7.6847 10.3801 8.99914 10.3801Z\" fill=\"\"/>\n</svg>\n</li><li title=\"gallery import \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22.0005 13.9001V16.1901C22.0005 19.8301 19.8305 22.0001 16.1905 22.0001H7.81055C5.26055 22.0001 3.42055 20.9301 2.56055 19.0301L2.67055 18.9501L7.59055 15.6501C8.39055 15.1101 9.52055 15.1701 10.2305 15.7901L10.5705 16.0701C11.3505 16.7401 12.6105 16.7401 13.3905 16.0701L17.5505 12.5001C18.3305 11.8301 19.5905 11.8301 20.3705 12.5001L22.0005 13.9001Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M20.97 8H18.03C16.76 8 16 7.24 16 5.97V3.03C16 2.63 16.08 2.29 16.22 2C16.21 2 16.2 2 16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.19C2 17.28 2.19 18.23 2.56 19.03L2.67 18.95L7.59 15.65C8.39 15.11 9.52 15.17 10.23 15.79L10.57 16.07C11.35 16.74 12.61 16.74 13.39 16.07L17.55 12.5C18.33 11.83 19.59 11.83 20.37 12.5L22 13.9V7.81C22 7.8 22 7.79 22 7.78C21.71 7.92 21.37 8 20.97 8Z\" fill=\"\"/>\n<path d=\"M8.99914 10.3801C10.3136 10.3801 11.3791 9.31456 11.3791 8.00012C11.3791 6.68568 10.3136 5.62012 8.99914 5.62012C7.6847 5.62012 6.61914 6.68568 6.61914 8.00012C6.61914 9.31456 7.6847 10.3801 8.99914 10.3801Z\" fill=\"\"/>\n<path d=\"M20.97 8H18.03C16.76 8 16 7.24 16 5.97V3.03C16 1.76 16.76 1 18.03 1H20.97C22.24 1 23 1.76 23 3.03V5.97C23 7.24 22.24 8 20.97 8ZM21.19 4.69C21.07 4.57 20.91 4.51 20.75 4.51C20.59 4.51 20.43 4.57 20.31 4.69L20.13 4.87V2.63C20.13 2.28 19.85 2 19.5 2C19.15 2 18.87 2.28 18.87 2.63V4.87L18.69 4.69C18.45 4.45 18.05 4.45 17.81 4.69C17.57 4.93 17.57 5.33 17.81 5.57L19.06 6.82C19.11 6.87 19.18 6.91 19.25 6.94C19.27 6.95 19.29 6.95 19.31 6.96C19.36 6.98 19.41 6.99 19.47 6.99C19.49 6.99 19.51 6.99 19.53 6.99C19.6 6.99 19.66 6.98 19.73 6.95C19.74 6.95 19.74 6.95 19.75 6.95C19.82 6.92 19.88 6.88 19.93 6.83C19.94 6.82 19.94 6.82 19.95 6.82L21.2 5.57C21.44 5.33 21.44 4.93 21.19 4.69Z\" fill=\"\"/>\n</svg>\n</li><li title=\"gallery remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22.0005 13.9001V16.1901C22.0005 19.8301 19.8305 22.0001 16.1905 22.0001H7.81055C5.26055 22.0001 3.42055 20.9301 2.56055 19.0301L2.67055 18.9501L7.59055 15.6501C8.39055 15.1101 9.52055 15.1701 10.2305 15.7901L10.5705 16.0701C11.3505 16.7401 12.6105 16.7401 13.3905 16.0701L17.5505 12.5001C18.3305 11.8301 19.5905 11.8301 20.3705 12.5001L22.0005 13.9001Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M20.97 8H18.03C16.76 8 16 7.24 16 5.97V3.03C16 2.63 16.08 2.29 16.22 2C16.21 2 16.2 2 16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.19C2 17.28 2.19 18.23 2.56 19.03L2.67 18.95L7.59 15.65C8.39 15.11 9.52 15.17 10.23 15.79L10.57 16.07C11.35 16.74 12.61 16.74 13.39 16.07L17.55 12.5C18.33 11.83 19.59 11.83 20.37 12.5L22 13.9V7.81C22 7.8 22 7.79 22 7.78C21.71 7.92 21.37 8 20.97 8Z\" fill=\"\"/>\n<path d=\"M8.99914 10.3801C10.3136 10.3801 11.3791 9.31456 11.3791 8.00012C11.3791 6.68568 10.3136 5.62012 8.99914 5.62012C7.6847 5.62012 6.61914 6.68568 6.61914 8.00012C6.61914 9.31456 7.6847 10.3801 8.99914 10.3801Z\" fill=\"\"/>\n<path d=\"M20.97 1H18.03C16.76 1 16 1.76 16 3.03V5.97C16 7.24 16.76 8 18.03 8H20.97C22.24 8 23 7.24 23 5.97V3.03C23 1.76 22.24 1 20.97 1ZM21.47 5.56C21.72 5.81 21.72 6.22 21.47 6.47C21.34 6.59 21.18 6.65 21.01 6.65C20.85 6.65 20.69 6.59 20.56 6.47L19.5 5.41L18.45 6.47C18.32 6.59 18.16 6.65 17.99 6.65C17.83 6.65 17.67 6.59 17.54 6.47C17.29 6.22 17.29 5.81 17.54 5.56L18.6 4.5L17.54 3.45C17.29 3.2 17.29 2.79 17.54 2.54C17.79 2.29 18.2 2.29 18.45 2.54L19.5 3.6L20.56 2.54C20.81 2.29 21.22 2.29 21.47 2.54C21.72 2.79 21.72 3.2 21.47 3.45L20.41 4.5L21.47 5.56Z\" fill=\"\"/>\n</svg>\n</li><li title=\"gallery slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M20.46 3.54L3.54 20.46C2.54 19.46 2 18.01 2 16.19V7.81C2 4.17 4.17 2 7.81 2H16.19C18.01 2 19.46 2.54 20.46 3.54Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M21.9993 7.81014V13.9001L20.3693 12.5001C19.5893 11.8301 18.3293 11.8301 17.5493 12.5001L13.3893 16.0701C12.6793 16.6801 11.5593 16.7401 10.7793 16.2201L21.6093 5.39014C21.7493 5.77014 21.8493 6.17014 21.9093 6.60014C21.9693 6.98014 21.9993 7.39014 21.9993 7.81014Z\" fill=\"\"/>\n<path d=\"M22.0006 13.9001V16.1901C22.0006 19.8301 19.8306 22.0001 16.1906 22.0001H7.81063C7.39062 22.0001 6.98063 21.9701 6.60063 21.9101C6.17063 21.8501 5.77062 21.7501 5.39062 21.6101L10.7806 16.2201C11.5606 16.7401 12.6806 16.6801 13.3906 16.0701L17.5506 12.5001C18.3306 11.8301 19.5906 11.8301 20.3706 12.5001L22.0006 13.9001Z\" fill=\"\"/>\n<path d=\"M21.7709 2.22988C21.4709 1.92988 20.9809 1.92988 20.6809 2.22988L2.23086 20.6899C1.93086 20.9899 1.93086 21.4799 2.23086 21.7799C2.38086 21.9199 2.57086 21.9999 2.77086 21.9999C2.97086 21.9999 3.16086 21.9199 3.31086 21.7699L21.7709 3.30988C22.0809 3.00988 22.0809 2.52988 21.7709 2.22988Z\" fill=\"\"/>\n<path d=\"M7.99914 10.3801C9.31358 10.3801 10.3791 9.31456 10.3791 8.00012C10.3791 6.68568 9.31358 5.62012 7.99914 5.62012C6.6847 5.62012 5.61914 6.68568 5.61914 8.00012C5.61914 9.31456 6.6847 10.3801 7.99914 10.3801Z\" fill=\"\"/>\n</svg>\n</li><li title=\"gallery tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22.0005 13.9001V16.1901C22.0005 19.8301 19.8305 22.0001 16.1905 22.0001H7.81055C5.26055 22.0001 3.42055 20.9301 2.56055 19.0301L2.67055 18.9501L7.59055 15.6501C8.39055 15.1101 9.52055 15.1701 10.2305 15.7901L10.5705 16.0701C11.3505 16.7401 12.6105 16.7401 13.3905 16.0701L17.5505 12.5001C18.3305 11.8301 19.5905 11.8301 20.3705 12.5001L22.0005 13.9001Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M20.97 8H18.03C16.76 8 16 7.24 16 5.97V3.03C16 2.63 16.08 2.29 16.22 2C16.21 2 16.2 2 16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.19C2 17.28 2.19 18.23 2.56 19.03L2.67 18.95L7.59 15.65C8.39 15.11 9.52 15.17 10.23 15.79L10.57 16.07C11.35 16.74 12.61 16.74 13.39 16.07L17.55 12.5C18.33 11.83 19.59 11.83 20.37 12.5L22 13.9V7.81C22 7.8 22 7.79 22 7.78C21.71 7.92 21.37 8 20.97 8Z\" fill=\"\"/>\n<path d=\"M8.99914 10.3801C10.3136 10.3801 11.3791 9.31456 11.3791 8.00012C11.3791 6.68568 10.3136 5.62012 8.99914 5.62012C7.6847 5.62012 6.61914 6.68568 6.61914 8.00012C6.61914 9.31456 7.6847 10.3801 8.99914 10.3801Z\" fill=\"\"/>\n<path d=\"M20.97 1H18.03C16.76 1 16 1.76 16 3.03V5.97C16 7.24 16.76 8 18.03 8H20.97C22.24 8 23 7.24 23 5.97V3.03C23 1.76 22.24 1 20.97 1ZM21.63 3.45L19.26 6.22C19.17 6.33 19.03 6.4 18.89 6.4C18.88 6.4 18.88 6.4 18.87 6.4C18.73 6.4 18.6 6.35 18.5 6.25L17.4 5.17C17.2 4.97 17.2 4.64 17.4 4.44C17.6 4.24 17.93 4.23 18.13 4.44L18.83 5.13L20.83 2.79C21.02 2.57 21.34 2.55 21.56 2.73C21.79 2.91 21.81 3.24 21.63 3.45Z\" fill=\"\"/>\n</svg>\n</li><li title=\"gallery \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M22 7.81V13.9L20.37 12.5C19.59 11.83 18.33 11.83 17.55 12.5L13.39 16.07C12.61 16.74 11.35 16.74 10.57 16.07L10.23 15.79C9.52 15.17 8.39 15.11 7.59 15.65L2.67 18.95L2.56 19.03C2.19 18.23 2 17.28 2 16.19V7.81C2 4.17 4.17 2 7.81 2H16.19C19.83 2 22 4.17 22 7.81Z\" fill=\"\"/>\n<path d=\"M8.99914 10.3801C10.3136 10.3801 11.3791 9.31456 11.3791 8.00012C11.3791 6.68568 10.3136 5.62012 8.99914 5.62012C7.6847 5.62012 6.61914 6.68568 6.61914 8.00012C6.61914 9.31456 7.6847 10.3801 8.99914 10.3801Z\" fill=\"\"/>\n<path d=\"M22.0005 13.9001V16.1901C22.0005 19.8301 19.8305 22.0001 16.1905 22.0001H7.81055C5.26055 22.0001 3.42055 20.9301 2.56055 19.0301L2.67055 18.9501L7.59055 15.6501C8.39055 15.1101 9.52055 15.1701 10.2305 15.7901L10.5705 16.0701C11.3505 16.7401 12.6105 16.7401 13.3905 16.0701L17.5505 12.5001C18.3305 11.8301 19.5905 11.8301 20.3705 12.5001L22.0005 13.9001Z\" fill=\"\"/>\n</svg>\n</li><li title=\"game \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.1309 15.0099L9.10094 13.9799L10.0909 12.9899C10.3809 12.6999 10.3809 12.2199 10.0909 11.9299C9.80094 11.6399 9.32094 11.6399 9.03094 11.9299L8.04094 12.9199L7.08094 11.9599C6.79094 11.6699 6.31094 11.6699 6.02094 11.9599C5.73094 12.2499 5.73094 12.7299 6.02094 13.0199L6.98094 13.9799L5.99094 14.9699C5.70094 15.2599 5.70094 15.7399 5.99094 16.0299C6.14094 16.1799 6.33094 16.2499 6.52094 16.2499C6.71094 16.2499 6.90094 16.1799 7.05094 16.0299L8.04094 15.0399L9.07094 16.0699C9.22094 16.2199 9.41094 16.2899 9.60094 16.2899C9.79094 16.2899 9.98094 16.2199 10.1309 16.0699C10.4209 15.7799 10.4209 15.2999 10.1309 15.0099Z\" fill=\"\"/>\n<path d=\"M13.5393 15C12.9893 15 12.5293 14.55 12.5293 14C12.5293 13.45 12.9693 13 13.5193 13H13.5393C14.0893 13 14.5393 13.45 14.5393 14C14.5393 14.55 14.0993 15 13.5393 15Z\" fill=\"\"/>\n<path d=\"M17.4807 15C16.9307 15 16.4707 14.55 16.4707 14C16.4707 13.45 16.9107 13 17.4607 13H17.4807C18.0307 13 18.4807 13.45 18.4807 14C18.4807 14.55 18.0407 15 17.4807 15Z\" fill=\"\"/>\n<path d=\"M15.5 16.97C14.95 16.97 14.5 16.53 14.5 15.98V15.96C14.5 15.41 14.95 14.96 15.5 14.96C16.05 14.96 16.5 15.41 16.5 15.96C16.5 16.51 16.06 16.97 15.5 16.97Z\" fill=\"\"/>\n<path d=\"M15.5 13.03C14.95 13.03 14.5 12.59 14.5 12.04V12.02C14.5 11.47 14.95 11.02 15.5 11.02C16.05 11.02 16.5 11.47 16.5 12.02C16.5 12.57 16.06 13.03 15.5 13.03Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M22 11.07V16.65C22 19.6 19.6 22 16.65 22H7.35C4.4 22 2 19.6 2 16.65V11.07C2 8.11997 4.4 5.71997 7.35 5.71997H16.65C19.6 5.71997 22 8.11997 22 11.07Z\" fill=\"\"/>\n<path d=\"M13.6394 2.71L13.6294 3.65C13.6194 4.53 12.8894 5.26 11.9994 5.26C11.8494 5.26 11.7594 5.36 11.7594 5.49C11.7594 5.62 11.8594 5.72 11.9894 5.72H10.3794C10.3694 5.65 10.3594 5.57 10.3594 5.49C10.3594 4.59 11.0894 3.86 11.9794 3.86C12.1294 3.86 12.2294 3.76 12.2294 3.63L12.2394 2.69C12.2494 2.31 12.5594 2 12.9394 2H12.9494C13.3394 2 13.6394 2.32 13.6394 2.71Z\" fill=\"\"/>\n</svg>\n</li><li title=\"gameboy \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M17 22H7C4.8 22 3 20.2 3 18V6C3 3.8 4.8 2 7 2H17C19.2 2 21 3.8 21 6V18C21 20.2 19.2 22 17 22Z\" fill=\"\"/>\n<path d=\"M16.25 11H7.75C6.79 11 6 10.21 6 9.25V6.75C6 5.79 6.79 5 7.75 5H16.25C17.21 5 18 5.79 18 6.75V9.25C18 10.21 17.21 11 16.25 11Z\" fill=\"\"/>\n<path d=\"M10.8594 17.08L10.2094 16.43L10.8294 15.81C11.1194 15.52 11.1194 15.04 10.8294 14.75C10.5394 14.46 10.0594 14.46 9.76944 14.75L9.14945 15.37L8.55945 14.78C8.26945 14.49 7.78945 14.49 7.49945 14.78C7.20945 15.07 7.20945 15.55 7.49945 15.84L8.08945 16.43L7.46945 17.05C7.17945 17.34 7.17945 17.82 7.46945 18.11C7.61945 18.26 7.80945 18.33 7.99945 18.33C8.18945 18.33 8.37945 18.26 8.52945 18.11L9.14945 17.49L9.79944 18.14C9.94944 18.29 10.1394 18.36 10.3294 18.36C10.5194 18.36 10.7094 18.29 10.8594 18.14C11.1494 17.85 11.1494 17.37 10.8594 17.08Z\" fill=\"\"/>\n<path d=\"M16.51 16.3301C15.96 16.3301 15.5 15.8801 15.5 15.3301C15.5 14.7801 15.94 14.3301 16.49 14.3301H16.51C17.06 14.3301 17.51 14.7801 17.51 15.3301C17.51 15.8801 17.06 16.3301 16.51 16.3301Z\" fill=\"\"/>\n<path d=\"M14.4902 18.49C13.9402 18.49 13.4902 18.05 13.4902 17.5V17.48C13.4902 16.93 13.9402 16.48 14.4902 16.48C15.0402 16.48 15.4902 16.93 15.4902 17.48C15.4902 18.03 15.0402 18.49 14.4902 18.49Z\" fill=\"\"/>\n</svg>\n</li><li title=\"gas station \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M3.5 22V5C3.5 3 4.84 2 6.5 2H14.5C16.16 2 17.5 3 17.5 5V22H3.5Z\" fill=\"\"/>\n<path d=\"M19 22.75H2C1.59 22.75 1.25 22.41 1.25 22C1.25 21.59 1.59 21.25 2 21.25H19C19.41 21.25 19.75 21.59 19.75 22C19.75 22.41 19.41 22.75 19 22.75Z\" fill=\"\"/>\n<path d=\"M7.89 10H13.12C14.16 10 15.01 9.5 15.01 8.11V6.88C15 5.5 14.15 5 13.11 5H7.88C6.85 5 6 5.5 6 6.89V8.12C6 9.5 6.85 10 7.89 10Z\" fill=\"\"/>\n<path d=\"M9.5 13.75H6.5C6.09 13.75 5.75 13.41 5.75 13C5.75 12.59 6.09 12.25 6.5 12.25H9.5C9.91 12.25 10.25 12.59 10.25 13C10.25 13.41 9.91 13.75 9.5 13.75Z\" fill=\"\"/>\n<path d=\"M22.75 10V16C22.75 16.41 22.42 16.75 22 16.75L17.5 16.76V15.26L21.25 15.25V10.46L19.66 9.67002C19.29 9.49002 19.14 9.04002 19.33 8.66002C19.51 8.29002 19.97 8.15002 20.34 8.33002L22.34 9.33002C22.59 9.46002 22.75 9.72002 22.75 10Z\" fill=\"\"/>\n</svg>\n</li><li title=\"gemini 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M23.5295 6.46997L21.5295 4.46997C21.3895 4.32997 21.1995 4.25 20.9995 4.25C20.7995 4.25 20.6095 4.32997 20.4695 4.46997L18.4695 6.46997C18.1795 6.75997 18.1795 7.24003 18.4695 7.53003C18.7595 7.82003 19.2395 7.82003 19.5295 7.53003L20.2495 6.81V11C20.2495 14.58 18.5795 16.25 14.9995 16.25H12.7495V3.81L14.7694 5.83002C14.9194 5.98002 15.1095 6.04999 15.2995 6.04999C15.4895 6.04999 15.6795 5.98002 15.8295 5.83002C16.1195 5.54002 16.1195 5.06002 15.8295 4.77002L12.5295 1.46997C12.3895 1.32997 12.1995 1.25 11.9995 1.25C11.7995 1.25 11.6095 1.32997 11.4695 1.46997L8.16945 4.77002C7.87945 5.06002 7.87945 5.54002 8.16945 5.83002C8.45945 6.12002 8.93946 6.12002 9.22945 5.83002L11.2495 3.81V16.25H8.99945C5.41945 16.25 3.74945 14.58 3.74945 11V6.81L4.46945 7.53003C4.61945 7.68003 4.80945 7.75 4.99945 7.75C5.18945 7.75 5.37945 7.68003 5.52945 7.53003C5.81945 7.24003 5.81945 6.75997 5.52945 6.46997L3.52945 4.46997C3.38945 4.32997 3.19945 4.25 2.99945 4.25C2.79945 4.25 2.60945 4.32997 2.46945 4.46997L0.469453 6.46997C0.179453 6.75997 0.179453 7.24003 0.469453 7.53003C0.759453 7.82003 1.23945 7.82003 1.52945 7.53003L2.24945 6.81V11C2.24945 15.42 4.57945 17.75 8.99945 17.75H11.2495V22C11.2495 22.41 11.5895 22.75 11.9995 22.75C12.4095 22.75 12.7495 22.41 12.7495 22V17.75H14.9995C19.4195 17.75 21.7495 15.42 21.7495 11V6.81L22.4695 7.53003C22.6195 7.68003 22.8095 7.75 22.9995 7.75C23.1895 7.75 23.3795 7.68003 23.5295 7.53003C23.8195 7.24003 23.8195 6.75997 23.5295 6.46997Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M15 20.75H9C8.59 20.75 8.25 20.41 8.25 20C8.25 19.59 8.59 19.25 9 19.25H15C15.41 19.25 15.75 19.59 15.75 20C15.75 20.41 15.41 20.75 15 20.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"gemini \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.2296 4.18004L19.3596 3.94005C19.5096 3.67005 19.4696 3.33008 19.2696 3.09008C19.0696 2.85008 18.7396 2.77006 18.4396 2.88006C14.2896 4.40006 9.70958 4.40006 5.55958 2.88006C5.26958 2.77006 4.93958 2.86008 4.72958 3.09008C4.52958 3.33008 4.48958 3.66005 4.63958 3.94005L4.76958 4.17003C7.38958 9.16003 7.35958 15.09 4.66958 20.05C4.51958 20.32 4.55958 20.6601 4.75958 20.9001C4.95958 21.1401 5.28958 21.22 5.57958 21.11C9.70958 19.6 14.2696 19.6 18.4096 21.11C18.4896 21.14 18.5796 21.16 18.6696 21.16C18.8796 21.16 19.0896 21.0701 19.2396 20.9001C19.4396 20.6601 19.4796 20.33 19.3296 20.05C16.6496 15.09 16.6096 9.16004 19.2296 4.18004Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M18.6998 4.33008C18.3898 4.33008 18.1098 4.14009 17.9998 3.84009C17.8598 3.45009 18.0598 3.02007 18.4398 2.88007C19.5198 2.48007 20.5798 1.97005 21.6198 1.36005C21.9798 1.15005 22.4398 1.27006 22.6498 1.62006C22.8598 1.98006 22.7398 2.44009 22.3898 2.65009C21.2798 3.31009 20.1298 3.86004 18.9698 4.29004C18.8698 4.32004 18.7898 4.33008 18.6998 4.33008Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M5.29988 4.33016C5.20988 4.33016 5.12988 4.32017 5.03988 4.28017C3.87988 3.85017 2.72988 3.30015 1.61988 2.64015C1.25988 2.43015 1.14988 1.97012 1.35988 1.61012C1.56988 1.25012 2.02988 1.14011 2.38988 1.35011C3.41988 1.96011 4.48988 2.47013 5.56988 2.87013C5.95988 3.01013 6.15988 3.45016 6.00988 3.83016C5.88988 4.14016 5.59988 4.33016 5.29988 4.33016Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M22.0004 22.7499C21.8704 22.7499 21.7404 22.7199 21.6204 22.6399C20.5904 22.0299 19.5204 21.5099 18.4204 21.1099C18.0304 20.9699 17.8304 20.5399 17.9704 20.1499C18.1104 19.7599 18.5404 19.5599 18.9304 19.6999C20.1204 20.1299 21.2804 20.6899 22.3904 21.3499C22.7504 21.5599 22.8604 22.0199 22.6504 22.3799C22.5004 22.6199 22.2504 22.7499 22.0004 22.7499Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M1.99988 22.7499C1.74988 22.7499 1.49988 22.6199 1.35988 22.3799C1.14988 22.0199 1.25988 21.5599 1.61988 21.3499C2.72988 20.6899 3.88988 20.1299 5.07988 19.6999C5.46988 19.5599 5.89988 19.7599 6.03988 20.1499C6.17988 20.5399 5.97988 20.9699 5.58988 21.1099C4.48988 21.5099 3.40988 22.0299 2.38988 22.6399C2.25988 22.7199 2.12988 22.7499 1.99988 22.7499Z\" fill=\"\"/>\n</svg>\n</li><li title=\"ghost \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M22 20.07V12.18C22 6.57999 17.5 2 12 2C6.5 2 2 6.57999 2 12.18V20.07C2 21.33 2.74998 21.67 3.66998 20.83L4.66998 19.92C5.03998 19.58 5.64001 19.58 6.01001 19.92L8.01001 21.75C8.38001 22.09 8.97998 22.09 9.34998 21.75L11.35 19.92C11.72 19.58 12.32 19.58 12.69 19.92L14.69 21.75C15.06 22.09 15.66 22.09 16.03 21.75L18.03 19.92C18.4 19.58 19 19.58 19.37 19.92L20.37 20.83C21.25 21.67 22 21.33 22 20.07Z\" fill=\"\"/>\n<path d=\"M12.0003 16.07C10.4303 16.07 8.86025 15.58 7.55025 14.6C7.22025 14.35 7.15029 13.88 7.40029 13.55C7.65029 13.22 8.12027 13.15 8.45027 13.4C10.5403 14.97 13.4602 14.97 15.5502 13.4C15.8802 13.15 16.3502 13.22 16.6002 13.55C16.8502 13.88 16.7803 14.35 16.4503 14.6C15.1403 15.58 13.5703 16.07 12.0003 16.07Z\" fill=\"\"/>\n<path d=\"M11.9991 11.3801C13.3136 11.3801 14.3792 10.3146 14.3792 9.00012C14.3792 7.68568 13.3136 6.62012 11.9991 6.62012C10.6847 6.62012 9.61914 7.68568 9.61914 9.00012C9.61914 10.3146 10.6847 11.3801 11.9991 11.3801Z\" fill=\"\"/>\n</svg>\n</li><li title=\"gift \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M19.9707 10V18C19.9707 21 18.9707 22 15.9707 22H7.9707C4.9707 22 3.9707 21 3.9707 18V10H19.9707Z\" fill=\"\"/>\n<path d=\"M21.5 7V8C21.5 9.1 20.97 10 19.5 10H4.5C2.97 10 2.5 9.1 2.5 8V7C2.5 5.9 2.97 5 4.5 5H19.5C20.97 5 21.5 5.9 21.5 7Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M11.6408 4.99994H6.12076C5.78076 4.62994 5.79076 4.05994 6.15076 3.69994L7.57076 2.27994C7.94076 1.90994 8.55076 1.90994 8.92076 2.27994L11.6408 4.99994Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M17.8696 4.99994H12.3496L15.0696 2.27994C15.4396 1.90994 16.0496 1.90994 16.4196 2.27994L17.8396 3.69994C18.1996 4.05994 18.2096 4.62994 17.8696 4.99994Z\" fill=\"\"/>\n<path opacity=\"0.6\" d=\"M8.93945 10V15.14C8.93945 15.94 9.81945 16.41 10.4895 15.98L11.4295 15.36C11.7695 15.14 12.1995 15.14 12.5295 15.36L13.4195 15.96C14.0795 16.4 14.9695 15.93 14.9695 15.13V10H8.93945Z\" fill=\"\"/>\n</svg>\n</li><li title=\"glass 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.8406 22.0002H8.16059C3.97059 22.0002 3.14059 19.4702 4.50059 16.3902L5.94059 13.1202C5.94059 13.1202 9.00059 13.0002 12.0006 14.0002C15.0006 15.0002 17.8306 13.1102 17.8306 13.1102L18.0206 12.9902L19.5106 16.4002C20.8506 19.4802 19.9706 22.0002 15.8406 22.0002Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M18.0195 12.99L17.8295 13.11C17.8295 13.11 14.9995 15 11.9995 14C8.99945 13 5.93945 13.12 5.93945 13.12L8.73945 6.74H8.43945C7.78945 6.74 7.18945 6.48 6.75945 6.05C6.32945 5.62 6.06945 5.02 6.06945 4.37C6.06945 3.07 7.12945 2 8.43945 2H15.5495C16.2095 2 16.7995 2.27 17.2295 2.7C17.7895 3.26 18.0795 4.08 17.8595 4.95C17.5995 6.03 16.5595 6.74 15.4395 6.74H15.2795L18.0195 12.99Z\" fill=\"\"/>\n</svg>\n</li><li title=\"glass \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.1905 16.29H10.8105V17.71H13.1905V16.29Z\" fill=\"\"/>\n<path d=\"M7.94977 2.71C7.94977 3.11 7.62977 3.43 7.23977 3.43H6.28977C4.57977 3.43 3.18977 4.82 3.18977 6.52V12.4C2.33977 12.83 1.75977 13.71 1.75977 14.73V6.52C1.75977 4.03 3.78977 2 6.28977 2H7.23977C7.62977 2 7.94977 2.32 7.94977 2.71Z\" fill=\"\"/>\n<path d=\"M22.2408 6.52V14.73C22.2408 13.71 21.6608 12.83 20.8108 12.4V6.52C20.8108 4.82 19.4208 3.43 17.7108 3.43H16.7608C16.3708 3.43 16.0508 3.11 16.0508 2.71C16.0508 2.32 16.3708 2 16.7608 2H17.7108C20.2108 2 22.2408 4.03 22.2408 6.52Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M10.8098 14.7301V19.3801C10.8098 20.8301 9.62977 22.0001 8.18976 22.0001H4.37977C2.93977 22.0001 1.75977 20.8301 1.75977 19.3801V14.7301C1.75977 13.7101 2.33977 12.8301 3.18977 12.4001C3.54977 12.2101 3.94977 12.1101 4.37977 12.1101H8.18976C9.62977 12.1101 10.8098 13.2801 10.8098 14.7301Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M22.2395 14.7301V19.3801C22.2395 20.8301 21.0595 22.0001 19.6195 22.0001H15.8095C14.3695 22.0001 13.1895 20.8301 13.1895 19.3801V14.7301C13.1895 13.2801 14.3695 12.1101 15.8095 12.1101H19.6195C20.0495 12.1101 20.4495 12.2101 20.8095 12.4001C21.6595 12.8301 22.2395 13.7101 22.2395 14.7301Z\" fill=\"\"/>\n</svg>\n</li><li title=\"global edit \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.7304 14.6701L14.5804 18.8201C14.4204 18.9801 14.2704 19.2901 14.2304 19.5101L14.0004 21.1001C13.9204 21.6701 14.3204 22.0801 14.8904 21.9901L16.4804 21.7601C16.7004 21.7301 17.0104 21.5701 17.1704 21.4101L21.3204 17.2601C22.0304 16.5501 22.3704 15.7101 21.3204 14.6601C20.2804 13.6201 19.4504 13.9501 18.7304 14.6701Z\" fill=\"\"/>\n<path d=\"M18.1406 15.2603C18.4906 16.5203 19.4806 17.5002 20.7406 17.8602L18.1406 15.2603Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M2.02977 14.6299C2.02977 14.6599 2.00977 14.6999 2.00977 14.7299C2.92977 16.5699 4.42978 18.0799 6.26978 18.9899C6.29978 18.9899 6.33977 18.9699 6.36977 18.9699C6.02977 17.8099 5.76977 16.6199 5.57977 15.4299C4.37977 15.2299 3.18977 14.9699 2.02977 14.6299Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M19.0701 6.42993C18.1301 4.45993 16.5401 2.86994 14.5801 1.93994C14.9401 3.12994 15.2401 4.34995 15.4401 5.56995C16.6601 5.76995 17.8801 6.05993 19.0701 6.42993Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M1.92969 6.43002C3.12969 6.07002 4.3497 5.77004 5.5697 5.57004C5.7697 4.38004 6.0197 3.20004 6.3597 2.04004C6.3297 2.04004 6.28969 2.02002 6.25969 2.02002C4.37969 2.95002 2.84969 4.52002 1.92969 6.43002Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M13.8197 5.36023C13.5797 4.06023 13.2797 2.76024 12.8497 1.50024C12.8297 1.43024 12.8297 1.37025 12.8197 1.29025C12.0797 1.11025 11.2997 0.990234 10.4997 0.990234C9.68969 0.990234 8.91969 1.10025 8.16969 1.29025C8.15969 1.36025 8.16969 1.42024 8.14969 1.50024C7.72969 2.76024 7.41969 4.06023 7.17969 5.36023C9.38969 5.12023 11.6097 5.12023 13.8197 5.36023Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M5.36023 7.18018C4.05023 7.42018 2.76023 7.72018 1.50023 8.15018C1.43023 8.17018 1.37022 8.17018 1.29022 8.18018C1.11022 8.92018 0.990234 9.70018 0.990234 10.5002C0.990234 11.3102 1.10022 12.0802 1.29022 12.8302C1.36022 12.8402 1.42023 12.8302 1.50023 12.8502C2.76023 13.2702 4.05023 13.5802 5.36023 13.8202C5.12023 11.6102 5.12023 9.39018 5.36023 7.18018Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M19.7009 8.18018C19.6309 8.18018 19.5709 8.17018 19.4909 8.15018C18.2309 7.73018 16.9309 7.42018 15.6309 7.18018C15.8809 9.39018 15.8809 11.6102 15.6309 13.8102C16.9309 13.5702 18.2309 13.2702 19.4909 12.8402C19.5609 12.8202 19.6209 12.8302 19.7009 12.8202C19.8809 12.0702 20.0009 11.3002 20.0009 10.4902C20.0009 9.70017 19.8909 8.93018 19.7009 8.18018Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M7.17969 15.6401C7.41969 16.9501 7.71969 18.2401 8.14969 19.5001C8.16969 19.5701 8.15969 19.6301 8.16969 19.7101C8.91969 19.8901 9.68969 20.0101 10.4997 20.0101C11.2997 20.0101 12.0797 19.9001 12.8197 19.7101C12.8297 19.6401 12.8297 19.5801 12.8497 19.5001C13.2697 18.2401 13.5797 16.9501 13.8197 15.6401C12.7197 15.7601 11.6097 15.8501 10.4997 15.8501C9.38969 15.8401 8.27969 15.7601 7.17969 15.6401Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M6.94961 6.9501C6.64961 9.3101 6.64961 11.6901 6.94961 14.0601C9.30961 14.3601 11.6896 14.3601 14.0596 14.0601C14.3596 11.7001 14.3596 9.3201 14.0596 6.9501C11.6896 6.6501 9.30961 6.6501 6.94961 6.9501Z\" fill=\"\"/>\n</svg>\n</li><li title=\"global refresh \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22.65 18.13C22.55 17.7299 22.15 17.4799 21.75 17.5799C21.35 17.6799 21.1 18.08 21.19 18.48C21.23 18.65 21.25 18.8199 21.25 18.9999C21.25 20.2399 20.24 21.2499 19 21.2499C17.76 21.2499 16.75 20.2399 16.75 18.9999C16.75 17.8999 17.54 16.99 18.59 16.79C18.49 17.02 18.5 17.2999 18.66 17.5199C18.81 17.7199 19.04 17.8299 19.27 17.8299C19.42 17.8299 19.58 17.7799 19.71 17.6899L20.88 16.8399C20.89 16.8299 20.89 16.82 20.9 16.82C20.91 16.81 20.92 16.8099 20.93 16.7999C20.96 16.7699 20.98 16.74 21 16.7C21.03 16.66 21.07 16.6299 21.09 16.5799C21.11 16.5399 21.12 16.49 21.14 16.45C21.15 16.4 21.17 16.3599 21.18 16.3099C21.19 16.2599 21.18 16.22 21.17 16.17C21.17 16.12 21.17 16.0699 21.15 16.0199C21.14 15.9699 21.11 15.93 21.09 15.89C21.07 15.85 21.06 15.8099 21.04 15.7799C21.03 15.7699 21.02 15.77 21.01 15.76C21 15.75 21 15.74 20.99 15.73L19.99 14.5799C19.72 14.2699 19.24 14.23 18.93 14.51C18.71 14.71 18.63 14.9999 18.71 15.2699C16.78 15.4199 15.25 17.0199 15.25 18.9899C15.25 21.0599 16.93 22.7399 19 22.7399C21.07 22.7399 22.75 21.0599 22.75 18.9899C22.75 18.7099 22.72 18.41 22.65 18.13Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M2.02975 14.6299C2.02975 14.6599 2.00977 14.6999 2.00977 14.7299C2.92977 16.5699 4.42974 18.0799 6.26974 18.9899C6.29975 18.9899 6.33975 18.9699 6.36975 18.9699C6.02975 17.8099 5.76974 16.6199 5.57974 15.4299C4.37974 15.2299 3.18975 14.9699 2.02975 14.6299Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M19.0701 6.42993C18.1301 4.45993 16.5401 2.86994 14.5801 1.93994C14.9401 3.12994 15.2401 4.34995 15.4401 5.56995C16.6601 5.76995 17.8801 6.05993 19.0701 6.42993Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M1.92969 6.43002C3.12969 6.07002 4.3497 5.77004 5.5697 5.57004C5.7697 4.38004 6.01968 3.20004 6.35968 2.04004C6.32968 2.04004 6.2897 2.02002 6.2597 2.02002C4.3797 2.95002 2.84969 4.52002 1.92969 6.43002Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M13.8197 5.36023C13.5797 4.06023 13.2797 2.76024 12.8497 1.50024C12.8297 1.43024 12.8297 1.37025 12.8197 1.29025C12.0797 1.11025 11.2997 0.990234 10.4997 0.990234C9.68969 0.990234 8.91971 1.10025 8.16971 1.29025C8.15971 1.36025 8.16969 1.42024 8.14969 1.50024C7.72969 2.76024 7.41969 4.06023 7.17969 5.36023C9.38969 5.12023 11.6097 5.12023 13.8197 5.36023Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M5.36023 7.18018C4.05023 7.42018 2.76024 7.72018 1.50024 8.15018C1.43024 8.17018 1.37025 8.17018 1.29025 8.18018C1.11025 8.92018 0.990234 9.70018 0.990234 10.5002C0.990234 11.3102 1.10025 12.0802 1.29025 12.8302C1.36025 12.8402 1.42024 12.8302 1.50024 12.8502C2.76024 13.2702 4.05023 13.5802 5.36023 13.8202C5.12023 11.6102 5.12023 9.39018 5.36023 7.18018Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M19.7009 8.18018C19.6309 8.18018 19.5708 8.17018 19.4908 8.15018C18.2308 7.73018 16.9309 7.42018 15.6309 7.18018C15.8809 9.39018 15.8809 11.6102 15.6309 13.8102C16.9309 13.5702 18.2308 13.2702 19.4908 12.8402C19.5608 12.8202 19.6209 12.8302 19.7009 12.8202C19.8809 12.0702 20.0009 11.3002 20.0009 10.4902C20.0009 9.70017 19.8909 8.93018 19.7009 8.18018Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M7.17969 15.6401C7.41969 16.9501 7.71969 18.2401 8.14969 19.5001C8.16969 19.5701 8.15971 19.6301 8.16971 19.7101C8.91971 19.8901 9.68969 20.0101 10.4997 20.0101C11.2997 20.0101 12.0797 19.9001 12.8197 19.7101C12.8297 19.6401 12.8297 19.5801 12.8497 19.5001C13.2697 18.2401 13.5797 16.9501 13.8197 15.6401C12.7197 15.7601 11.6097 15.8501 10.4997 15.8501C9.38969 15.8401 8.27969 15.7601 7.17969 15.6401Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M6.94961 6.9501C6.64961 9.3101 6.64961 11.6901 6.94961 14.0601C9.30961 14.3601 11.6896 14.3601 14.0596 14.0601C14.3596 11.7001 14.3596 9.3201 14.0596 6.9501C11.6896 6.6501 9.30961 6.6501 6.94961 6.9501Z\" fill=\"\"/>\n</svg>\n</li><li title=\"global search \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.79 20.76L21.07 20.04C21.44 19.48 21.66 18.8 21.66 18.08C21.66 16.1 20.06 14.5 18.08 14.5C16.1 14.5 14.5 16.1 14.5 18.08C14.5 20.06 16.1 21.66 18.08 21.66C18.81 21.66 19.48 21.44 20.04 21.07L20.76 21.79C20.9 21.93 21.09 22 21.27 22C21.46 22 21.64 21.93 21.78 21.79C22.07 21.5 22.07 21.04 21.79 20.76Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M2.02977 14.6299C2.02977 14.6599 2.00977 14.6999 2.00977 14.7299C2.92977 16.5699 4.42978 18.0799 6.26978 18.9899C6.29978 18.9899 6.33977 18.9699 6.36977 18.9699C6.02977 17.8099 5.76977 16.6199 5.57977 15.4299C4.37977 15.2299 3.18977 14.9699 2.02977 14.6299Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M19.0701 6.42993C18.1301 4.45993 16.5401 2.86994 14.5801 1.93994C14.9401 3.12994 15.2401 4.34995 15.4401 5.56995C16.6601 5.76995 17.8801 6.05993 19.0701 6.42993Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M1.92969 6.43002C3.12969 6.07002 4.3497 5.77004 5.5697 5.57004C5.7697 4.38004 6.0197 3.20004 6.3597 2.04004C6.3297 2.04004 6.28969 2.02002 6.25969 2.02002C4.37969 2.95002 2.84969 4.52002 1.92969 6.43002Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M13.8197 5.36023C13.5797 4.06023 13.2797 2.76024 12.8497 1.50024C12.8297 1.43024 12.8297 1.37025 12.8197 1.29025C12.0797 1.11025 11.2997 0.990234 10.4997 0.990234C9.68969 0.990234 8.91969 1.10025 8.16969 1.29025C8.15969 1.36025 8.16969 1.42024 8.14969 1.50024C7.72969 2.76024 7.41969 4.06023 7.17969 5.36023C9.38969 5.12023 11.6097 5.12023 13.8197 5.36023Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M5.36023 7.18018C4.05023 7.42018 2.76023 7.72018 1.50023 8.15018C1.43023 8.17018 1.37022 8.17018 1.29022 8.18018C1.11022 8.92018 0.990234 9.70018 0.990234 10.5002C0.990234 11.3102 1.10022 12.0802 1.29022 12.8302C1.36022 12.8402 1.42023 12.8302 1.50023 12.8502C2.76023 13.2702 4.05023 13.5802 5.36023 13.8202C5.12023 11.6102 5.12023 9.39018 5.36023 7.18018Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M19.7009 8.18018C19.6309 8.18018 19.5709 8.17018 19.4909 8.15018C18.2309 7.73018 16.9309 7.42018 15.6309 7.18018C15.8809 9.39018 15.8809 11.6102 15.6309 13.8102C16.9309 13.5702 18.2309 13.2702 19.4909 12.8402C19.5609 12.8202 19.6209 12.8302 19.7009 12.8202C19.8809 12.0702 20.0009 11.3002 20.0009 10.4902C20.0009 9.70017 19.8909 8.93018 19.7009 8.18018Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M7.17969 15.6401C7.41969 16.9501 7.71969 18.2401 8.14969 19.5001C8.16969 19.5701 8.15969 19.6301 8.16969 19.7101C8.91969 19.8901 9.68969 20.0101 10.4997 20.0101C11.2997 20.0101 12.0797 19.9001 12.8197 19.7101C12.8297 19.6401 12.8297 19.5801 12.8497 19.5001C13.2697 18.2401 13.5797 16.9501 13.8197 15.6401C12.7197 15.7601 11.6097 15.8501 10.4997 15.8501C9.38969 15.8401 8.27969 15.7601 7.17969 15.6401Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M6.94961 6.9501C6.64961 9.3101 6.64961 11.6901 6.94961 14.0601C9.30961 14.3601 11.6896 14.3601 14.0596 14.0601C14.3596 11.7001 14.3596 9.3201 14.0596 6.9501C11.6896 6.6501 9.30961 6.6501 6.94961 6.9501Z\" fill=\"\"/>\n</svg>\n</li><li title=\"global \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M7.65055 20.9098C7.62055 20.9098 7.58055 20.9298 7.55055 20.9298C5.61055 19.9698 4.03055 18.3798 3.06055 16.4398C3.06055 16.4098 3.08055 16.3698 3.08055 16.3398C4.30055 16.6998 5.56055 16.9698 6.81055 17.1798C7.03055 18.4398 7.29055 19.6898 7.65055 20.9098Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M20.9391 16.4498C19.9491 18.4398 18.2991 20.0498 16.2891 21.0198C16.6691 19.7498 16.9891 18.4698 17.1991 17.1798C18.4591 16.9698 19.6991 16.6998 20.9191 16.3398C20.9091 16.3798 20.9391 16.4198 20.9391 16.4498Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M21.0191 7.70998C19.7591 7.32998 18.4891 7.01998 17.1991 6.79998C16.9891 5.50998 16.6791 4.22998 16.2891 2.97998C18.3591 3.96998 20.0291 5.63998 21.0191 7.70998Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M7.65047 3.09006C7.29047 4.31006 7.03047 5.55006 6.82047 6.81006C5.53047 7.01006 4.25047 7.33006 2.98047 7.71006C3.95047 5.70006 5.56047 4.05006 7.55047 3.06006C7.58047 3.06006 7.62047 3.09006 7.65047 3.09006Z\" fill=\"\"/>\n<path d=\"M15.4898 6.59C13.1698 6.33 10.8298 6.33 8.50977 6.59C8.75977 5.22 9.07977 3.85 9.52977 2.53C9.54977 2.45 9.53977 2.39 9.54977 2.31C10.3398 2.12 11.1498 2 11.9998 2C12.8398 2 13.6598 2.12 14.4398 2.31C14.4498 2.39 14.4498 2.45 14.4698 2.53C14.9198 3.86 15.2398 5.22 15.4898 6.59Z\" fill=\"\"/>\n<path d=\"M6.59 15.4898C5.21 15.2398 3.85 14.9198 2.53 14.4698C2.45 14.4498 2.39 14.4598 2.31 14.4498C2.12 13.6598 2 12.8498 2 11.9998C2 11.1598 2.12 10.3398 2.31 9.55977C2.39 9.54977 2.45 9.54977 2.53 9.52977C3.86 9.08977 5.21 8.75977 6.59 8.50977C6.34 10.8298 6.34 13.1698 6.59 15.4898Z\" fill=\"\"/>\n<path d=\"M22.0002 11.9998C22.0002 12.8498 21.8802 13.6598 21.6902 14.4498C21.6102 14.4598 21.5502 14.4498 21.4702 14.4698C20.1402 14.9098 18.7802 15.2398 17.4102 15.4898C17.6702 13.1698 17.6702 10.8298 17.4102 8.50977C18.7802 8.75977 20.1502 9.07977 21.4702 9.52977C21.5502 9.54977 21.6102 9.55977 21.6902 9.55977C21.8802 10.3498 22.0002 11.1598 22.0002 11.9998Z\" fill=\"\"/>\n<path d=\"M15.4898 17.4102C15.2398 18.7902 14.9198 20.1502 14.4698 21.4702C14.4498 21.5502 14.4498 21.6102 14.4398 21.6902C13.6598 21.8802 12.8398 22.0002 11.9998 22.0002C11.1498 22.0002 10.3398 21.8802 9.54977 21.6902C9.53977 21.6102 9.54977 21.5502 9.52977 21.4702C9.08977 20.1402 8.75977 18.7902 8.50977 17.4102C9.66977 17.5402 10.8298 17.6302 11.9998 17.6302C13.1698 17.6302 14.3398 17.5402 15.4898 17.4102Z\" fill=\"\"/>\n<path d=\"M15.7633 15.7633C13.2622 16.0789 10.7378 16.0789 8.23667 15.7633C7.92111 13.2622 7.92111 10.7378 8.23667 8.23667C10.7378 7.92111 13.2622 7.92111 15.7633 8.23667C16.0789 10.7378 16.0789 13.2622 15.7633 15.7633Z\" fill=\"\"/>\n</svg>\n</li><li title=\"gps slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M18.9405 8.06006L15.1105 11.8901C15.1205 11.9301 15.1205 11.9601 15.1205 12.0001C15.1205 13.7201 13.7205 15.1201 12.0005 15.1201C11.9605 15.1201 11.9305 15.1201 11.8905 15.1101L8.06055 18.9401C9.22055 19.6201 10.5705 20.0001 12.0005 20.0001C16.4105 20.0001 20.0005 16.4101 20.0005 12.0001C20.0005 10.5701 19.6205 9.22006 18.9405 8.06006Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M17.65 6.35L14.2 9.8C13.64 9.23 12.86 8.88 12 8.88C10.28 8.88 8.88 10.28 8.88 12C8.88 12.86 9.23 13.64 9.8 14.2L6.35 17.65C4.9 16.2 4 14.2 4 12C4 7.59 7.59 4 12 4C14.2 4 16.2 4.9 17.65 6.35Z\" fill=\"\"/>\n<path d=\"M14.2009 9.79988L9.80086 14.1999C9.23086 13.6399 8.88086 12.8599 8.88086 11.9999C8.88086 10.2799 10.2809 8.87988 12.0009 8.87988C12.8609 8.87988 13.6409 9.22988 14.2009 9.79988Z\" fill=\"\"/>\n<path d=\"M12.75 2V4.04H12.74C12.5 4.01 12.25 4 12 4C11.75 4 11.5 4.01 11.26 4.04H11.25V2C11.25 1.59 11.59 1.25 12 1.25C12.41 1.25 12.75 1.59 12.75 2Z\" fill=\"\"/>\n<path d=\"M4 12C4 12.25 4.01 12.51 4.04 12.75H2C1.59 12.75 1.25 12.41 1.25 12C1.25 11.59 1.59 11.25 2 11.25H4.04C4.01 11.49 4 11.75 4 12Z\" fill=\"\"/>\n<path d=\"M12.75 19.96V22C12.75 22.41 12.41 22.75 12 22.75C11.59 22.75 11.25 22.41 11.25 22V19.96H11.26C11.5 19.99 11.75 20 12 20C12.25 20 12.5 19.99 12.74 19.96H12.75Z\" fill=\"\"/>\n<path d=\"M22.7509 12C22.7509 12.41 22.4109 12.75 22.0009 12.75H19.9609C19.9909 12.51 20.0009 12.25 20.0009 12C20.0009 11.75 19.9909 11.49 19.9609 11.25H22.0009C22.4109 11.25 22.7509 11.59 22.7509 12Z\" fill=\"\"/>\n<path d=\"M21.7709 2.22988C21.4709 1.92988 20.9809 1.92988 20.6809 2.22988L2.23086 20.6899C1.93086 20.9899 1.93086 21.4799 2.23086 21.7799C2.38086 21.9199 2.57086 21.9999 2.77086 21.9999C2.97086 21.9999 3.16086 21.9199 3.31086 21.7699L21.7709 3.30988C22.0809 3.00988 22.0809 2.52988 21.7709 2.22988Z\" fill=\"\"/>\n</svg>\n</li><li title=\"gps \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20Z\" fill=\"\"/>\n<path d=\"M12.0009 15.1199C13.724 15.1199 15.1209 13.723 15.1209 11.9999C15.1209 10.2768 13.724 8.87988 12.0009 8.87988C10.2777 8.87988 8.88086 10.2768 8.88086 11.9999C8.88086 13.723 10.2777 15.1199 12.0009 15.1199Z\" fill=\"\"/>\n<path d=\"M12.75 2V4.04H12.74C12.5 4.01 12.25 4 12 4C11.75 4 11.5 4.01 11.26 4.04H11.25V2C11.25 1.59 11.59 1.25 12 1.25C12.41 1.25 12.75 1.59 12.75 2Z\" fill=\"\"/>\n<path d=\"M4 12C4 12.25 4.01 12.51 4.04 12.75H2C1.59 12.75 1.25 12.41 1.25 12C1.25 11.59 1.59 11.25 2 11.25H4.04C4.01 11.49 4 11.75 4 12Z\" fill=\"\"/>\n<path d=\"M12.75 19.96V22C12.75 22.41 12.41 22.75 12 22.75C11.59 22.75 11.25 22.41 11.25 22V19.96H11.26C11.5 19.99 11.75 20 12 20C12.25 20 12.5 19.99 12.74 19.96H12.75Z\" fill=\"\"/>\n<path d=\"M22.7509 12C22.7509 12.41 22.4109 12.75 22.0009 12.75H19.9609C19.9909 12.51 20.0009 12.25 20.0009 12C20.0009 11.75 19.9909 11.49 19.9609 11.25H22.0009C22.4109 11.25 22.7509 11.59 22.7509 12Z\" fill=\"\"/>\n</svg>\n</li><li title=\"grammerly \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M19.0707 4.95008C23.0407 8.92008 22.9707 15.4 18.8707 19.29C15.0807 22.88 8.93069 22.88 5.13069 19.29C1.02069 15.4 0.950683 8.92008 4.93068 4.95008C8.83068 1.04008 15.1707 1.04008 19.0707 4.95008Z\" fill=\"\"/>\n<path d=\"M12.0007 18.3199C10.4207 18.3199 8.85073 17.7499 7.65073 16.6199C7.35073 16.3299 7.34073 15.8599 7.62073 15.5599C7.91073 15.2599 8.38073 15.2499 8.68073 15.5299C10.5107 17.2599 13.4907 17.2599 15.3207 15.5299C15.6207 15.2499 16.1007 15.2599 16.3807 15.5599C16.6607 15.8599 16.6507 16.3399 16.3507 16.6199C15.1507 17.7499 13.5807 18.3199 12.0007 18.3199Z\" fill=\"\"/>\n</svg>\n</li><li title=\"graph \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.6702 6.9499C21.0302 4.7799 19.2202 2.9699 17.0502 2.3299C15.4002 1.8499 14.2602 1.8899 13.4702 2.4799C12.5202 3.1899 12.4102 4.4699 12.4102 5.3799V7.8699C12.4102 10.3299 13.5302 11.5799 15.7302 11.5799H18.6002C19.5002 11.5799 20.7902 11.4699 21.5002 10.5199C22.1102 9.7399 22.1602 8.5999 21.6702 6.9499Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M18.9094 13.3597C18.6494 13.0597 18.2694 12.8897 17.8794 12.8897H14.2994C12.5394 12.8897 11.1094 11.4597 11.1094 9.69966V6.11966C11.1094 5.72966 10.9394 5.34966 10.6394 5.08966C10.3494 4.82966 9.94941 4.70966 9.56941 4.75966C7.21941 5.05966 5.05941 6.34966 3.64941 8.28966C2.22941 10.2397 1.70941 12.6197 2.15941 14.9997C2.80941 18.4397 5.55941 21.1897 9.00941 21.8397C9.55941 21.9497 10.1094 21.9997 10.6594 21.9997C12.4694 21.9997 14.2194 21.4397 15.7094 20.3497C17.6494 18.9397 18.9394 16.7797 19.2394 14.4297C19.2894 14.0397 19.1694 13.6497 18.9094 13.3597Z\" fill=\"\"/>\n</svg>\n</li><li title=\"grid 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.51 2V8.5H2V7.81C2 4.17 4.17 2 7.81 2H8.51Z\" fill=\"\"/>\n<path d=\"M21.9998 7.81V8.5H15.5098V2H16.1898C19.8298 2 21.9998 4.17 21.9998 7.81Z\" fill=\"\"/>\n<path d=\"M21.9998 15.5V16.19C21.9998 19.83 19.8298 22 16.1898 22H15.5098V15.5H21.9998Z\" fill=\"\"/>\n<path d=\"M8.51 15.5V22H7.81C4.17 22 2 19.83 2 16.19V15.5H8.51Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M8.51 8.5H2V15.5H8.51V8.5Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M21.9998 8.5H15.5098V15.5H21.9998V8.5Z\" fill=\"\"/>\n<path d=\"M15.5098 8.5H8.50977V15.5H15.5098V8.5Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M15.5098 2H8.50977V8.5H15.5098V2Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M15.5098 15.5H8.50977V22H15.5098V15.5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"grid 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M2 12H12V22H7.81C4.17 22 2 19.83 2 16.19V12Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M22 7.81V12H12V2H16.19C19.83 2 22 4.17 22 7.81Z\" fill=\"\"/>\n<path d=\"M12 2V12H2V7.81C2 4.17 4.17 2 7.81 2H12Z\" fill=\"\"/>\n<path d=\"M22 12V16.19C22 19.83 19.83 22 16.19 22H12V12H22Z\" fill=\"\"/>\n</svg>\n</li><li title=\"grid 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.6\" d=\"M22 7.81V14.5H12V2H16.19C19.83 2 22 4.17 22 7.81Z\" fill=\"\"/>\n<path d=\"M12 9.5V22H7.81C4.17 22 2 19.83 2 16.19V9.5H12Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M12 2V9.5H2V7.81C2 4.17 4.17 2 7.81 2H12Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M22 14.5V16.19C22 19.83 19.83 22 16.19 22H12V14.5H22Z\" fill=\"\"/>\n</svg>\n</li><li title=\"grid 4 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M22 7.81V16.19C22 19.83 19.83 22 16.19 22H9V2H16.19C19.83 2 22 4.17 22 7.81Z\" fill=\"\"/>\n<path d=\"M9 2V22H7.81C4.17 22 2 19.83 2 16.19V7.81C2 4.17 4.17 2 7.81 2H9Z\" fill=\"\"/>\n</svg>\n</li><li title=\"grid 5 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.6\" d=\"M22 7.81V12H9V2H16.19C19.83 2 22 4.17 22 7.81Z\" fill=\"\"/>\n<path d=\"M9 2V22H7.81C4.17 22 2 19.83 2 16.19V7.81C2 4.17 4.17 2 7.81 2H9Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M22 12V16.19C22 19.83 19.83 22 16.19 22H9V12H22Z\" fill=\"\"/>\n</svg>\n</li><li title=\"grid 6 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M22 7.81V8.5H9V2H16.19C19.83 2 22 4.17 22 7.81Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M22 15.5V16.19C22 19.83 19.83 22 16.19 22H9V15.5H22Z\" fill=\"\"/>\n<path d=\"M9 2V22H7.81C4.17 22 2 19.83 2 16.19V7.81C2 4.17 4.17 2 7.81 2H9Z\" fill=\"\"/>\n<path opacity=\"0.6\" d=\"M22 8.5H9V15.5H22V8.5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"grid 7 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12 10V22H7.81C4.17 22 2 19.83 2 16.19V10H12Z\" fill=\"\"/>\n<path d=\"M22 7.81V10H2V7.81C2 4.17 4.17 2 7.81 2H16.19C19.83 2 22 4.17 22 7.81Z\" fill=\"\"/>\n<path opacity=\"0.6\" d=\"M22 10V16.19C22 19.83 19.83 22 16.19 22H12V10H22Z\" fill=\"\"/>\n</svg>\n</li><li title=\"grid 8 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M22 7.81V12H15.75V2H16.19C19.83 2 22 4.17 22 7.81Z\" fill=\"\"/>\n<path d=\"M22 12V16.19C22 19.83 19.83 22 16.19 22H15.75V12H22Z\" fill=\"\"/>\n<path d=\"M8.25 12V22H7.81C4.17 22 2 19.83 2 16.19V12H8.25Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M7.81 2C4.17 2 2 4.17 2 7.81V12H8.25V2H7.81Z\" fill=\"\"/>\n<path d=\"M15.75 2H8.25V12H15.75V2Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M15.75 12H8.25V22H15.75V12Z\" fill=\"\"/>\n</svg>\n</li><li title=\"grid 9 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M22 7.81V16.19C22 19.83 19.83 22 16.19 22H12V2H16.19C19.83 2 22 4.17 22 7.81Z\" fill=\"\"/>\n<path d=\"M12 2V22H7.81C4.17 22 2 19.83 2 16.19V7.81C2 4.17 4.17 2 7.81 2H12Z\" fill=\"\"/>\n</svg>\n</li><li title=\"grid edit \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.3304 14.67C20.2804 13.62 19.4504 13.96 18.7304 14.67L14.5804 18.82C14.4204 18.98 14.2704 19.29 14.2304 19.51L14.0004 21.0999C13.9204 21.6699 14.3204 22.08 14.8904 21.99L16.4804 21.76C16.7004 21.73 17.0104 21.5699 17.1704 21.4099L21.3204 17.26C22.0504 16.55 22.3804 15.72 21.3304 14.67Z\" fill=\"\"/>\n<path d=\"M8.38971 2.16992V8.61993H1.92969V7.93994C1.92969 4.32994 4.0797 2.17993 7.6897 2.17993H8.38971V2.16992Z\" fill=\"\"/>\n<path d=\"M21.7698 7.93018C21.7698 8.31018 21.4598 8.61017 21.0898 8.61017H15.3398V2.16016H16.0098C19.1898 2.17016 21.7698 4.75018 21.7698 7.93018Z\" fill=\"\"/>\n<path d=\"M8.38947 15.5503V21.3103C8.38947 21.6903 8.07947 21.9903 7.70947 21.9903H7.69946C4.51946 21.9903 1.93945 19.4103 1.93945 16.2303V15.5503H8.38947Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M8.39948 8.61035H1.93945V15.5504H8.39948V8.61035Z\" fill=\"\"/>\n<path d=\"M15.3306 8.61035V14.5504C15.3306 15.1004 14.8806 15.5504 14.3306 15.5504H8.39062V8.61035H15.3306Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M15.3306 2.16992H8.39062V8.61993H15.3306V2.16992Z\" fill=\"\"/>\n</svg>\n</li><li title=\"grid eraser \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.38971 2.16992V8.61993H1.92969V7.93994C1.92969 4.32994 4.0797 2.17993 7.6897 2.17993H8.38971V2.16992Z\" fill=\"\"/>\n<path d=\"M21.7698 7.93018C21.7698 8.31018 21.4598 8.61017 21.0898 8.61017H15.3398V2.16016H16.0099C19.1899 2.17016 21.7698 4.75018 21.7698 7.93018Z\" fill=\"\"/>\n<path d=\"M8.38947 15.5503V21.3103C8.38947 21.6903 8.07944 21.9903 7.70944 21.9903H7.69946C4.51946 21.9903 1.93945 19.4103 1.93945 16.2303V15.5503H8.38947Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M8.39944 8.61035H1.93945V15.5504H8.39944V8.61035Z\" fill=\"\"/>\n<path d=\"M15.3306 8.61035V14.8704C15.3306 15.2504 15.0206 15.5504 14.6506 15.5504H8.39062V8.61035H15.3306Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M15.3306 2.16992H8.39062V8.61993H15.3306V2.16992Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M19.7998 20.7L17.8998 22.6099C17.3798 23.1299 16.5198 23.1299 15.9798 22.6099L14.3998 21.02C13.8798 20.49 13.8798 19.6399 14.3998 19.0999L16.3098 17.21L19.7998 20.7Z\" fill=\"\"/>\n<path d=\"M22.6105 17.9L19.8005 20.7L16.3105 17.21L19.1105 14.39C19.6405 13.87 20.5005 13.87 21.0305 14.39L22.6105 15.98C23.1305 16.51 23.1305 17.38 22.6105 17.9Z\" fill=\"\"/>\n</svg>\n</li><li title=\"grid lock \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.5298 17.31V17.15C21.5298 15.22 20.5498 14.25 18.6298 14.25C16.7098 14.25 15.7298 15.23 15.7298 17.15V17.31C14.6798 17.57 14.2598 18.29 14.2598 19.73V20.47C14.2598 22.32 14.9498 23 16.7898 23H20.4698C22.3198 23 22.9998 22.31 22.9998 20.47V19.73C22.9998 18.3 22.5798 17.57 21.5298 17.31ZM18.6198 15.63C19.9098 15.63 20.1398 16.12 20.1398 17.15V17.2H17.0998V17.15C17.0998 16.12 17.3298 15.63 18.6198 15.63Z\" fill=\"\"/>\n<path d=\"M8.38971 2.16992V8.61993H1.92969V7.93994C1.92969 4.32994 4.0797 2.17993 7.6897 2.17993H8.38971V2.16992Z\" fill=\"\"/>\n<path d=\"M21.7698 7.93018C21.7698 8.31018 21.4598 8.61017 21.0898 8.61017H15.3398V2.16016H16.0099C19.1899 2.17016 21.7698 4.75018 21.7698 7.93018Z\" fill=\"\"/>\n<path d=\"M8.38947 15.5503V21.3103C8.38947 21.6903 8.07944 21.9903 7.70944 21.9903H7.69946C4.51946 21.9903 1.93945 19.4103 1.93945 16.2303V15.5503H8.38947Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M8.39944 8.61035H1.93945V15.5504H8.39944V8.61035Z\" fill=\"\"/>\n<path d=\"M15.3306 8.61035V14.5504C15.3306 15.1004 14.8806 15.5504 14.3306 15.5504H8.39062V8.61035H15.3306Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M15.3306 2.16992H8.39062V8.61993H15.3306V2.16992Z\" fill=\"\"/>\n</svg>\n</li><li title=\"group 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M22 14V17C22 18.66 20.66 20 19 20H18C18 18.9 17.1 18 16 18C14.9 18 14 18.9 14 20H10C10 18.9 9.1 18 8 18C6.9 18 6 18.9 6 20H5C3.34 20 2 18.66 2 17V14H13C14.1 14 15 13.1 15 12V5H16.84C17.56 5 18.22 5.39001 18.58 6.01001L20.29 9H19C18.45 9 18 9.45 18 10V13C18 13.55 18.45 14 19 14H22Z\" fill=\"\"/>\n<path d=\"M8 22C9.10457 22 10 21.1046 10 20C10 18.8954 9.10457 18 8 18C6.89543 18 6 18.8954 6 20C6 21.1046 6.89543 22 8 22Z\" fill=\"\"/>\n<path d=\"M16 22C17.1046 22 18 21.1046 18 20C18 18.8954 17.1046 18 16 18C14.8954 18 14 18.8954 14 20C14 21.1046 14.8954 22 16 22Z\" fill=\"\"/>\n<path d=\"M22 12.53V14H19C18.45 14 18 13.55 18 13V10C18 9.45 18.45 9 19 9H20.29L21.74 11.54C21.91 11.84 22 12.18 22 12.53Z\" fill=\"\"/>\n<path d=\"M14 2H6C4.05 2 2.43002 3.4 2.08002 5.25H7C7.41 5.25 7.75 5.59 7.75 6C7.75 6.41 7.41 6.75 7 6.75H2V8.25H5C5.41 8.25 5.75 8.59 5.75 9C5.75 9.41 5.41 9.75 5 9.75H2V11.25H3C3.41 11.25 3.75 11.59 3.75 12C3.75 12.41 3.41 12.75 3 12.75H2V14H13C14.1 14 15 13.1 15 12V3C15 2.45 14.55 2 14 2Z\" fill=\"\"/>\n<path d=\"M2.08002 5.25H1C0.59 5.25 0.25 5.59 0.25 6C0.25 6.41 0.59 6.75 1 6.75H2V6C2 5.74 2.03002 5.49 2.08002 5.25Z\" fill=\"\"/>\n<path d=\"M1 8.25C0.59 8.25 0.25 8.59 0.25 9C0.25 9.41 0.59 9.75 1 9.75H2V8.25H1Z\" fill=\"\"/>\n<path d=\"M1 11.25C0.59 11.25 0.25 11.59 0.25 12C0.25 12.41 0.59 12.75 1 12.75H2V11.25H1Z\" fill=\"\"/>\n</svg>\n</li><li title=\"group \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 3V12C15 13.1 14.1 14 13 14H2V6C2 3.79 3.79 2 6 2H14C14.55 2 15 2.45 15 3Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M22 14V17C22 18.66 20.66 20 19 20H18C18 18.9 17.1 18 16 18C14.9 18 14 18.9 14 20H10C10 18.9 9.1 18 8 18C6.9 18 6 18.9 6 20H5C3.34 20 2 18.66 2 17V14H13C14.1 14 15 13.1 15 12V5H16.84C17.56 5 18.22 5.39001 18.58 6.01001L20.29 9H19C18.45 9 18 9.45 18 10V13C18 13.55 18.45 14 19 14H22Z\" fill=\"\"/>\n<path d=\"M8 22C9.10457 22 10 21.1046 10 20C10 18.8954 9.10457 18 8 18C6.89543 18 6 18.8954 6 20C6 21.1046 6.89543 22 8 22Z\" fill=\"\"/>\n<path d=\"M16 22C17.1046 22 18 21.1046 18 20C18 18.8954 17.1046 18 16 18C14.8954 18 14 18.8954 14 20C14 21.1046 14.8954 22 16 22Z\" fill=\"\"/>\n<path d=\"M22 12.53V14H19C18.45 14 18 13.55 18 13V10C18 9.45 18.45 9 19 9H20.29L21.74 11.54C21.91 11.84 22 12.18 22 12.53Z\" fill=\"\"/>\n</svg>\n</li><li title=\"happyemoji \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M11.9707 22C17.4936 22 21.9707 17.5228 21.9707 12C21.9707 6.47715 17.4936 2 11.9707 2C6.44786 2 1.9707 6.47715 1.9707 12C1.9707 17.5228 6.44786 22 11.9707 22Z\" fill=\"\"/>\n<path d=\"M11.9999 19.2499C9.84988 19.2499 7.82988 18.1999 6.59988 16.4299C6.35988 16.0899 6.44988 15.6199 6.78988 15.3899C7.12988 15.1499 7.59988 15.2399 7.82988 15.5799C8.77988 16.9399 10.3399 17.7599 11.9999 17.7599C13.6599 17.7599 15.2199 16.9499 16.1699 15.5799C16.4099 15.2399 16.8699 15.1599 17.2099 15.3899C17.5499 15.6299 17.6299 16.0899 17.3999 16.4299C16.1699 18.1999 14.1499 19.2499 11.9999 19.2499Z\" fill=\"\"/>\n</svg>\n</li><li title=\"hashtag 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2Z\" fill=\"\"/>\n<path d=\"M18.8192 10.5799C19.2192 10.5799 19.5492 10.25 19.5492 9.84995C19.5492 9.44995 19.2192 9.11995 18.8192 9.11995H15.2092L15.5992 5.61995C15.6392 5.21995 15.3592 4.85995 14.9492 4.80995C14.5492 4.76995 14.1892 5.04995 14.1392 5.45995L13.7292 9.11995H10.8992L11.2892 5.61995C11.3292 5.21995 11.0492 4.85995 10.6392 4.80995C10.2392 4.76995 9.87922 5.04995 9.82922 5.45995L9.42922 9.11995H5.89922C5.49922 9.11995 5.16922 9.44995 5.16922 9.84995C5.16922 10.25 5.49922 10.5799 5.89922 10.5799H9.26922L8.94922 13.43H5.17922C4.77922 13.43 4.44922 13.76 4.44922 14.16C4.44922 14.5599 4.77922 14.89 5.17922 14.89H8.78922L8.39922 18.3899C8.35922 18.7899 8.63922 19.15 9.04922 19.2C9.07922 19.2 9.09922 19.2 9.12922 19.2C9.49922 19.2 9.80922 18.9199 9.85922 18.5499L10.2692 14.89H13.1092L12.7192 18.3899C12.6792 18.7899 12.9592 19.15 13.3692 19.2C13.3992 19.2 13.4192 19.2 13.4492 19.2C13.8192 19.2 14.1292 18.9199 14.1792 18.5499L14.5892 14.89H18.1192C18.5192 14.89 18.8492 14.5599 18.8492 14.16C18.8492 13.76 18.5192 13.43 18.1192 13.43H14.7492L15.0692 10.5799H18.8192ZM13.2592 13.42H10.4192L10.7392 10.5699H13.5792L13.2592 13.42Z\" fill=\"\"/>\n</svg>\n</li><li title=\"hashtag down \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.97 16H18.03C16.76 16 16 16.76 16 18.03V20.97C16 22.24 16.76 23 18.03 23H20.97C22.24 23 23 22.24 23 20.97V18.03C23 16.76 22.24 16 20.97 16ZM21.19 19.31C21.07 19.43 20.91 19.49 20.75 19.49C20.59 19.49 20.43 19.43 20.31 19.31L20.13 19.13V21.37C20.13 21.72 19.85 22 19.5 22C19.15 22 18.87 21.72 18.87 21.37V19.13L18.69 19.31C18.45 19.55 18.05 19.55 17.81 19.31C17.57 19.07 17.57 18.67 17.81 18.43L19.06 17.18C19.11 17.13 19.18 17.09 19.25 17.06C19.27 17.05 19.29 17.05 19.31 17.04C19.36 17.02 19.41 17.01 19.47 17.01C19.49 17.01 19.51 17.01 19.53 17.01C19.6 17.01 19.66 17.02 19.73 17.05C19.74 17.05 19.74 17.05 19.75 17.05C19.82 17.08 19.88 17.12 19.93 17.17C19.94 17.18 19.94 17.18 19.95 17.18L21.2 18.43C21.44 18.67 21.44 19.07 21.19 19.31Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M16 20.97V18.03C16 16.76 16.76 16 18.03 16H20.97C21.37 16 21.71 16.08 22 16.22C22 16.21 22 16.2 22 16.18V7.81C22 4.17 19.83 2 16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C16.19 22 16.2 22 16.22 22C16.08 21.71 16 21.37 16 20.97Z\" fill=\"\"/>\n<path d=\"M16 10.1701C16.41 10.1701 16.75 9.8301 16.75 9.4201C16.75 9.0101 16.41 8.6701 16 8.6701H13.59L13.85 6.3501C13.9 5.9401 13.6 5.5701 13.19 5.5201C12.78 5.4801 12.41 5.7701 12.36 6.1801L12.08 8.6701H10.43L10.69 6.3501C10.74 5.9401 10.44 5.5701 10.03 5.5201C9.62 5.4701 9.25 5.7701 9.2 6.1801L8.92 8.6701H6.52C6.11 8.6701 5.77 9.0101 5.77 9.4201C5.77 9.8301 6.11 10.1701 6.52 10.1701H8.75L8.57 11.8301H6C5.59 11.8301 5.25 12.1701 5.25 12.5801C5.25 12.9901 5.59 13.3301 6 13.3301H8.41L8.15 15.6501C8.1 16.0601 8.4 16.4301 8.81 16.4801C8.84 16.4801 8.87 16.4801 8.89 16.4801C9.27 16.4801 9.59 16.2001 9.63 15.8101L9.91 13.3201H11.56L11.3 15.6401C11.25 16.0501 11.55 16.4201 11.96 16.4701C11.99 16.4701 12.02 16.4701 12.04 16.4701C12.42 16.4701 12.74 16.1901 12.78 15.8001L13.06 13.3101H15.46C15.87 13.3101 16.21 12.9701 16.21 12.5601C16.21 12.1501 15.87 11.8101 15.46 11.8101H13.23L13.41 10.1501H16V10.1701ZM11.73 11.8301H10.08L10.26 10.1701H11.91L11.73 11.8301Z\" fill=\"\"/>\n</svg>\n</li><li title=\"hashtag up \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.97 16H18.03C16.76 16 16 16.76 16 18.03V20.97C16 22.24 16.76 23 18.03 23H20.97C22.24 23 23 22.24 23 20.97V18.03C23 16.76 22.24 16 20.97 16ZM21.19 19.31C21.07 19.43 20.91 19.49 20.75 19.49C20.59 19.49 20.43 19.43 20.31 19.31L20.13 19.13V21.37C20.13 21.72 19.85 22 19.5 22C19.15 22 18.87 21.72 18.87 21.37V19.13L18.69 19.31C18.45 19.55 18.05 19.55 17.81 19.31C17.57 19.07 17.57 18.67 17.81 18.43L19.06 17.18C19.11 17.13 19.18 17.09 19.25 17.06C19.27 17.05 19.29 17.05 19.31 17.04C19.36 17.02 19.41 17.01 19.47 17.01C19.49 17.01 19.51 17.01 19.53 17.01C19.6 17.01 19.66 17.02 19.73 17.05C19.74 17.05 19.74 17.05 19.75 17.05C19.82 17.08 19.88 17.12 19.93 17.17C19.94 17.18 19.94 17.18 19.95 17.18L21.2 18.43C21.44 18.67 21.44 19.07 21.19 19.31Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M16 20.97V18.03C16 16.76 16.76 16 18.03 16H20.97C21.37 16 21.71 16.08 22 16.22C22 16.21 22 16.2 22 16.18V7.81C22 4.17 19.83 2 16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C16.19 22 16.2 22 16.22 22C16.08 21.71 16 21.37 16 20.97Z\" fill=\"\"/>\n<path d=\"M16 10.1701C16.41 10.1701 16.75 9.8301 16.75 9.4201C16.75 9.0101 16.41 8.6701 16 8.6701H13.59L13.85 6.3501C13.9 5.9401 13.6 5.5701 13.19 5.5201C12.78 5.4801 12.41 5.7701 12.36 6.1801L12.08 8.6701H10.43L10.69 6.3501C10.74 5.9401 10.44 5.5701 10.03 5.5201C9.62 5.4701 9.25 5.7701 9.2 6.1801L8.92 8.6701H6.52C6.11 8.6701 5.77 9.0101 5.77 9.4201C5.77 9.8301 6.11 10.1701 6.52 10.1701H8.75L8.57 11.8301H6C5.59 11.8301 5.25 12.1701 5.25 12.5801C5.25 12.9901 5.59 13.3301 6 13.3301H8.41L8.15 15.6501C8.1 16.0601 8.4 16.4301 8.81 16.4801C8.84 16.4801 8.87 16.4801 8.89 16.4801C9.27 16.4801 9.59 16.2001 9.63 15.8101L9.91 13.3201H11.56L11.3 15.6401C11.25 16.0501 11.55 16.4201 11.96 16.4701C11.99 16.4701 12.02 16.4701 12.04 16.4701C12.42 16.4701 12.74 16.1901 12.78 15.8001L13.06 13.3101H15.46C15.87 13.3101 16.21 12.9701 16.21 12.5601C16.21 12.1501 15.87 11.8101 15.46 11.8101H13.23L13.41 10.1501H16V10.1701ZM11.73 11.8301H10.08L10.26 10.1701H11.91L11.73 11.8301Z\" fill=\"\"/>\n</svg>\n</li><li title=\"hashtag \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2Z\" fill=\"\"/>\n<path d=\"M13.8604 6.6499H10.1404C8.22039 6.6499 6.65039 8.2099 6.65039 10.1399V13.8599C6.65039 15.7799 8.22039 17.3499 10.1404 17.3499H13.8604C15.7804 17.3499 17.3504 15.7899 17.3504 13.8599V10.1399C17.3504 8.2199 15.7804 6.6499 13.8604 6.6499ZM15.9504 10.1399V11.2999H12.7004V8.0499H13.8604C15.0104 8.0499 15.9504 8.9899 15.9504 10.1399ZM10.1404 8.0499H11.3004V11.3099H8.05039V10.1499C8.05039 8.9899 8.99039 8.0499 10.1404 8.0499ZM8.05039 13.8599V12.6999H11.3104V15.9599H10.1504C8.99039 15.9499 8.05039 15.0099 8.05039 13.8599ZM13.8604 15.9499H12.7004V12.6999H15.9604V13.8599C15.9504 15.0099 15.0104 15.9499 13.8604 15.9499Z\" fill=\"\"/>\n</svg>\n</li><li title=\"headphone \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M2.74982 18.65C2.33982 18.65 1.99982 18.31 1.99982 17.9V12.2C1.94982 9.49005 2.95982 6.93005 4.83982 5.01005C6.71982 3.10005 9.23982 2.05005 11.9498 2.05005C17.4898 2.05005 21.9998 6.56005 21.9998 12.1V17.8C21.9998 18.21 21.6598 18.55 21.2498 18.55C20.8398 18.55 20.4998 18.21 20.4998 17.8V12.1C20.4998 7.39005 16.6698 3.55005 11.9498 3.55005C9.63982 3.55005 7.49982 4.44005 5.90982 6.06005C4.30982 7.69005 3.45982 9.86005 3.49982 12.18V17.89C3.49982 18.31 3.16982 18.65 2.74982 18.65Z\" fill=\"\"/>\n<path d=\"M5.94 12.45H5.81C3.71 12.45 2 14.16 2 16.26V18.14C2 20.24 3.71 21.95 5.81 21.95H5.94C8.04 21.95 9.75 20.24 9.75 18.14V16.26C9.75 14.16 8.04 12.45 5.94 12.45Z\" fill=\"\"/>\n<path d=\"M18.19 12.45H18.06C15.96 12.45 14.25 14.16 14.25 16.26V18.14C14.25 20.24 15.96 21.95 18.06 21.95H18.19C20.29 21.95 22 20.24 22 18.14V16.26C22 14.16 20.29 12.45 18.19 12.45Z\" fill=\"\"/>\n</svg>\n</li><li title=\"headphones \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M8.5 12.75C8.09 12.75 7.75 12.41 7.75 12V6C7.75 5.59 8.09 5.25 8.5 5.25C8.91 5.25 9.25 5.59 9.25 6V12C9.25 12.41 8.91 12.75 8.5 12.75Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M8.5 22.75C8.09 22.75 7.75 22.41 7.75 22V18C7.75 17.59 8.09 17.25 8.5 17.25C8.91 17.25 9.25 17.59 9.25 18V22C9.25 22.41 8.91 22.75 8.5 22.75Z\" fill=\"\"/>\n<path d=\"M15.5 22.75C15.09 22.75 14.75 22.41 14.75 22V6C14.75 5.59 15.09 5.25 15.5 5.25C15.91 5.25 16.25 5.59 16.25 6V22C16.25 22.41 15.91 22.75 15.5 22.75Z\" fill=\"\"/>\n<path d=\"M10.1008 5.29999C10.1008 5.78999 9.9008 6.25001 9.5708 6.57001C9.2508 6.90001 8.80078 7.09998 8.30078 7.09998H6.05078C6.33078 6.72998 6.50079 6.25 6.50079 5.75V4.84998C6.50079 4.34998 6.33078 3.87 6.05078 3.5H8.30078C9.29078 3.5 10.1008 4.30999 10.1008 5.29999Z\" fill=\"\"/>\n<path d=\"M6.5 4.85002V5.75005C6.5 6.25005 6.32999 6.73002 6.04999 7.10002C5.28999 8.11002 3.73 8.45002 2.28 7.16002C2.12 7.02002 2 6.72005 2 6.50005V4.16002C2 3.97002 2.10001 3.69003 2.23001 3.55003C3.49001 2.23003 5.01 2.42005 5.84 3.25005C5.91 3.32005 5.97999 3.40004 6.04999 3.49004C6.32999 3.87004 6.5 4.35002 6.5 4.85002Z\" fill=\"\"/>\n<path d=\"M13.9004 5.29999C13.9004 5.78999 14.1004 6.25001 14.4304 6.57001C14.7504 6.90001 15.2004 7.09998 15.7004 7.09998H17.9504C17.6704 6.72998 17.5004 6.25 17.5004 5.75V4.84998C17.5004 4.34998 17.6704 3.87 17.9504 3.5H15.7004C14.7104 3.5 13.9004 4.30999 13.9004 5.29999Z\" fill=\"\"/>\n<path d=\"M17.5 4.85002V5.75005C17.5 6.25005 17.67 6.73002 17.95 7.10002C18.71 8.11002 20.27 8.45002 21.72 7.16002C21.88 7.02002 22 6.72005 22 6.50005V4.16002C22 3.97002 21.9 3.69003 21.77 3.55003C20.51 2.23003 18.99 2.42005 18.16 3.25005C18.09 3.32005 18.02 3.40004 17.95 3.49004C17.67 3.87004 17.5 4.35002 17.5 4.85002Z\" fill=\"\"/>\n<path d=\"M10 13.5V17.5C10 18.33 9.33 19 8.5 19C7.67 19 7 18.33 7 17.5V13.5C7 12.67 7.67 12 8.5 12C9.33 12 10 12.67 10 13.5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"health \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M22 7.81V14H17.92C17.25 14 16.46 13.52 16.15 12.93L15.11 10.96C14.83 10.43 14.43 10.46 14.21 11.01L11.91 16.82C11.66 17.47 11.24 17.47 10.98 16.82L9.84 13.94C9.57 13.24 8.73 12.67 7.98 12.67L2 12.7V7.81C2 4.17 4.17 2 7.81 2H16.19C19.83 2 22 4.17 22 7.81Z\" fill=\"\"/>\n<path d=\"M22 16.1901V14.0001H17.92C17.25 14.0001 16.46 13.5201 16.15 12.9301L15.11 10.9601C14.83 10.4301 14.43 10.4601 14.21 11.0101L11.91 16.8201C11.66 17.4701 11.24 17.4701 10.98 16.8201L9.84 13.9401C9.57 13.2401 8.73 12.6701 7.98 12.6701L2 12.7001V16.1901C2 19.7701 4.1 21.9301 7.63 21.9901C7.74 22.0001 7.86 22.0001 7.97 22.0001H15.97C16.12 22.0001 16.27 22.0001 16.41 21.9901C19.92 21.9101 22 19.7601 22 16.1901Z\" fill=\"\"/>\n<path d=\"M2.0007 12.7002V16.0102C1.9807 15.6902 1.9707 15.3502 1.9707 15.0002V12.7002H2.0007Z\" fill=\"\"/>\n</svg>\n</li><li title=\"heart add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.6804 13.9099V13.8999C19.8004 12.9699 18.5704 12.3999 17.2004 12.3999C14.5504 12.3999 12.4004 14.5499 12.4004 17.1999C12.4004 18.4299 12.8704 19.5499 13.6304 20.3999C14.5104 21.3799 15.7804 21.9999 17.2004 21.9999C19.8504 21.9999 22.0004 19.8499 22.0004 17.1999C22.0004 15.9299 21.5004 14.7699 20.6804 13.9099ZM18.9904 18.0099H17.9504V19.0999C17.9504 19.5099 17.6104 19.8499 17.2004 19.8499C16.7904 19.8499 16.4504 19.5099 16.4504 19.0999V18.0099H15.4103C14.9903 18.0099 14.6603 17.6799 14.6603 17.2599C14.6603 16.8499 14.9804 16.5199 15.4004 16.5099H16.4504V15.5099C16.4504 15.4899 16.4504 15.4699 16.4604 15.4499C16.4804 15.0699 16.8104 14.7599 17.2004 14.7599C17.6004 14.7599 17.9304 15.0799 17.9504 15.4799V16.5099H18.9904C19.4104 16.5099 19.7404 16.8499 19.7404 17.2599C19.7404 17.6799 19.4104 18.0099 18.9904 18.0099Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M22 8.69009C22 9.88009 21.81 10.9801 21.48 12.0001C21.27 12.6701 21 13.3101 20.68 13.9001C19.8 12.9701 18.57 12.4001 17.2 12.4001C14.55 12.4001 12.4 14.5501 12.4 17.2001C12.4 18.4301 12.87 19.5501 13.63 20.4001C13.26 20.5701 12.92 20.7101 12.62 20.8101C12.28 20.9301 11.72 20.9301 11.38 20.8101C8.97001 19.9901 4.10002 17.0001 2.52002 12.0001C2.19002 10.9801 2 9.88009 2 8.69009C2 5.60009 4.49 3.1001 7.56 3.1001C9.37 3.1001 10.99 3.98008 12 5.33008C13.01 3.98008 14.63 3.1001 16.44 3.1001C19.51 3.1001 22 5.60009 22 8.69009Z\" fill=\"\"/>\n</svg>\n</li><li title=\"heart circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" fill=\"\"/>\n<path d=\"M12.3296 16.9999C12.1496 17.0599 11.8396 17.0599 11.6596 16.9999C10.0996 16.4699 6.59961 14.2399 6.59961 10.4599C6.59961 8.78993 7.93961 7.43994 9.59961 7.43994C10.5796 7.43994 11.4496 7.90993 11.9996 8.64993C12.5396 7.91993 13.4196 7.43994 14.3996 7.43994C16.0596 7.43994 17.3996 8.78993 17.3996 10.4599C17.3996 14.2399 13.8996 16.4699 12.3296 16.9999Z\" fill=\"\"/>\n</svg>\n</li><li title=\"heart edit \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.44 3.1001C14.63 3.1001 13.01 3.98008 12 5.33008C10.99 3.98008 9.37 3.1001 7.56 3.1001C4.49 3.1001 2 5.60009 2 8.69009C2 9.88009 2.19 10.9801 2.52 12.0001C4.1 17.0001 8.97 19.9901 11.38 20.8101C11.72 20.9301 12.28 20.9301 12.62 20.8101C15.03 19.9901 19.9 17.0001 21.48 12.0001C21.81 10.9801 22 9.88009 22 8.69009C22 5.60009 19.51 3.1001 16.44 3.1001Z\" fill=\"\"/>\n<path d=\"M14.8392 9.16C13.9392 8.26 13.2292 8.55 12.6192 9.16L9.07921 12.7C8.93921 12.84 8.80921 13.1 8.77921 13.29L8.58921 14.64C8.51921 15.13 8.85921 15.47 9.34921 15.4L10.6992 15.21C10.8892 15.18 11.1592 15.05 11.2892 14.91L14.8292 11.37C15.4492 10.77 15.7392 10.06 14.8392 9.16Z\" fill=\"\"/>\n</svg>\n</li><li title=\"heart remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M22 8.69009C22 9.88009 21.81 10.9801 21.48 12.0001C21.27 12.6701 21 13.3101 20.68 13.9001C19.8 12.9701 18.57 12.4001 17.2 12.4001C14.55 12.4001 12.4 14.5501 12.4 17.2001C12.4 18.4301 12.87 19.5501 13.63 20.4001C13.26 20.5701 12.92 20.7101 12.62 20.8101C12.28 20.9301 11.72 20.9301 11.38 20.8101C8.97001 19.9901 4.10002 17.0001 2.52002 12.0001C2.19002 10.9801 2 9.88009 2 8.69009C2 5.60009 4.49 3.1001 7.56 3.1001C9.37 3.1001 10.99 3.98008 12 5.33008C13.01 3.98008 14.63 3.1001 16.44 3.1001C19.51 3.1001 22 5.60009 22 8.69009Z\" fill=\"\"/>\n<path d=\"M20.6904 13.9199C20.6804 13.9199 20.6804 13.9099 20.6804 13.9099V13.8999C19.8004 12.9799 18.5704 12.3999 17.2004 12.3999C14.5504 12.3999 12.4004 14.5499 12.4004 17.1999C12.4004 18.4299 12.8704 19.5499 13.6304 20.3999C14.5104 21.3799 15.7804 21.9999 17.2004 21.9999C19.8504 21.9999 22.0004 19.8499 22.0004 17.1999C22.0004 15.9299 21.5004 14.7799 20.6904 13.9199ZM19.0104 19.0699C18.8704 19.2099 18.6703 19.2899 18.4803 19.2899C18.2903 19.2899 18.1004 19.2099 17.9504 19.0699L17.2104 18.3299L16.4504 19.0999C16.3004 19.2399 16.1103 19.3199 15.9203 19.3199C15.8203 19.3199 15.7304 19.2999 15.6404 19.2599C15.5504 19.2299 15.4604 19.1699 15.3904 19.0999C15.0904 18.7999 15.0904 18.3299 15.3904 18.0399L16.1504 17.2699L15.4203 16.5299C15.1203 16.2399 15.1203 15.7599 15.4203 15.4699C15.7103 15.1799 16.1803 15.1799 16.4803 15.4699L17.2104 16.2099L17.9203 15.4999C18.2203 15.2099 18.6903 15.2099 18.9803 15.4999C19.1503 15.6699 19.2204 15.8899 19.1904 16.1099C19.1804 16.2799 19.1103 16.4399 18.9803 16.5599L18.2704 17.2699L19.0104 18.0099C19.3104 18.2999 19.3104 18.7699 19.0104 19.0699Z\" fill=\"\"/>\n</svg>\n</li><li title=\"heart search \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.44 3.1001C14.63 3.1001 13.01 3.98008 12 5.33008C10.99 3.98008 9.37 3.1001 7.56 3.1001C4.49 3.1001 2 5.60009 2 8.69009C2 9.88009 2.19 10.9801 2.52 12.0001C4.1 17.0001 8.97 19.9901 11.38 20.8101C11.72 20.9301 12.28 20.9301 12.62 20.8101C15.03 19.9901 19.9 17.0001 21.48 12.0001C21.81 10.9801 22 9.88009 22 8.69009C22 5.60009 19.51 3.1001 16.44 3.1001Z\" fill=\"\"/>\n<path d=\"M21.77 20.68L21.01 19.92C21.41 19.32 21.64 18.6 21.64 17.83C21.64 15.72 19.93 14.01 17.82 14.01C15.71 14.01 14 15.72 14 17.83C14 19.94 15.71 21.65 17.82 21.65C18.59 21.65 19.31 21.42 19.91 21.02L20.67 21.78C20.82 21.93 21.02 22.01 21.22 22.01C21.42 22.01 21.62 21.93 21.77 21.78C22.08 21.47 22.08 20.98 21.77 20.68Z\" fill=\"\"/>\n</svg>\n</li><li title=\"heart slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M22.0009 8.69008C22.0009 9.88008 21.8108 10.9801 21.4808 12.0001C19.9008 17.0001 15.0309 19.9901 12.6209 20.8101C12.2809 20.9301 11.7209 20.9301 11.3809 20.8101C10.7409 20.5901 9.93085 20.2201 9.06085 19.7001C8.50085 19.3701 8.41085 18.5901 8.87085 18.1301L20.1509 6.85008C20.6909 6.31008 21.6409 6.54007 21.8309 7.28007C21.9409 7.73007 22.0009 8.20008 22.0009 8.69008Z\" fill=\"\"/>\n<path d=\"M22.5295 1.46994C22.2395 1.17994 21.7595 1.17994 21.4695 1.46994L19.1295 3.80994C18.3395 3.35994 17.4195 3.09995 16.4395 3.09995C14.6295 3.09995 13.0095 3.97993 11.9995 5.32993C10.9895 3.97993 9.36948 3.09995 7.55948 3.09995C4.48948 3.09995 1.99948 5.59994 1.99948 8.68994C1.99948 9.87994 2.1895 10.9799 2.5195 11.9999C3.1695 14.0699 4.3895 15.8 5.7695 17.17L1.46945 21.4699C1.17945 21.7599 1.17945 22.2399 1.46945 22.5299C1.61945 22.6799 1.80948 22.7499 1.99948 22.7499C2.18948 22.7499 2.37951 22.6799 2.52951 22.5299L22.5295 2.52994C22.8195 2.23994 22.8195 1.75994 22.5295 1.46994Z\" fill=\"\"/>\n</svg>\n</li><li title=\"heart tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.2004 12.3999C14.5504 12.3999 12.4004 14.5499 12.4004 17.1999C12.4004 18.0999 12.6504 18.9499 13.1004 19.6699C13.9304 21.0599 15.4504 21.9999 17.2004 21.9999C18.9504 21.9999 20.4804 21.0599 21.3004 19.6699C21.7404 18.9499 22.0004 18.0999 22.0004 17.1999C22.0004 14.5499 19.8504 12.3999 17.2004 12.3999ZM19.5804 16.5699L17.0204 18.9299C16.8804 19.0599 16.6904 19.1299 16.5104 19.1299C16.3204 19.1299 16.1304 19.0599 15.9804 18.9099L14.8004 17.7299C14.5104 17.4399 14.5104 16.9599 14.8004 16.6699C15.0904 16.3799 15.5704 16.3799 15.8604 16.6699L16.5304 17.3399L18.5604 15.4599C18.8604 15.1799 19.3404 15.1999 19.6204 15.4999C19.9004 15.8099 19.8804 16.2899 19.5804 16.5699Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M22 8.69009C22 9.88009 21.81 10.9801 21.48 12.0001C21.27 12.6701 21 13.3101 20.68 13.9001C19.8 12.9701 18.57 12.4001 17.2 12.4001C14.55 12.4001 12.4 14.5501 12.4 17.2001C12.4 18.4301 12.87 19.5501 13.63 20.4001C13.26 20.5701 12.92 20.7101 12.62 20.8101C12.28 20.9301 11.72 20.9301 11.38 20.8101C8.97 19.9901 4.1 17.0001 2.52 12.0001C2.19 10.9801 2 9.88009 2 8.69009C2 5.60009 4.49 3.1001 7.56 3.1001C9.37 3.1001 10.99 3.98008 12 5.33008C13.01 3.98008 14.63 3.1001 16.44 3.1001C19.51 3.1001 22 5.60009 22 8.69009Z\" fill=\"\"/>\n</svg>\n</li><li title=\"heart \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 8.6901C22 9.8801 21.81 10.9801 21.48 12.0001H2.52C2.19 10.9801 2 9.8801 2 8.6901C2 5.6001 4.49 3.1001 7.56 3.1001C9.37 3.1001 10.99 3.9801 12 5.3301C13.01 3.9801 14.63 3.1001 16.44 3.1001C19.51 3.1001 22 5.6001 22 8.6901Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M21.4795 12C19.8995 17 15.0295 19.99 12.6195 20.81C12.2795 20.93 11.7195 20.93 11.3795 20.81C8.96953 19.99 4.09953 17 2.51953 12H21.4795Z\" fill=\"\"/>\n</svg>\n</li><li title=\"hierarchy 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.75 22C20.5449 22 22 20.5449 22 18.75C22 16.9551 20.5449 15.5 18.75 15.5C16.9551 15.5 15.5 16.9551 15.5 18.75C15.5 20.5449 16.9551 22 18.75 22Z\" fill=\"\"/>\n<path d=\"M19 8C20.6569 8 22 6.65685 22 5C22 3.34315 20.6569 2 19 2C17.3431 2 16 3.34315 16 5C16 6.65685 17.3431 8 19 8Z\" fill=\"\"/>\n<path d=\"M5 8C6.65685 8 8 6.65685 8 5C8 3.34315 6.65685 2 5 2C3.34315 2 2 3.34315 2 5C2 6.65685 3.34315 8 5 8Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M4.83039 8.02002C5.80039 10.8 8.42039 12.67 11.3704 12.67C11.3804 12.67 11.3904 12.67 11.4004 12.67L14.9304 12.66C16.4504 12.64 17.8104 13.67 18.2204 15.15V17C18.2204 17.42 18.5604 17.76 18.9804 17.76C19.4004 17.76 19.7404 17.42 19.7404 17V5.78001C19.7404 5.36001 19.4004 5.02002 18.9804 5.02002C18.5604 5.02002 18.2204 5.36001 18.2204 5.78001V12.4C17.3404 11.62 16.1904 11.14 14.9404 11.14C14.9304 11.14 14.9304 11.14 14.9204 11.14L11.3904 11.15C11.3804 11.15 11.3804 11.15 11.3704 11.15C9.08039 11.15 7.03039 9.70001 6.28039 7.53001C6.17039 7.21001 5.87039 7.02002 5.56039 7.02002C5.48039 7.02002 5.39039 7.03001 5.31039 7.06001C4.90039 7.18001 4.69039 7.62002 4.83039 8.02002Z\" fill=\"\"/>\n</svg>\n</li><li title=\"hierarchy 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 8C6.65685 8 8 6.65685 8 5C8 3.34315 6.65685 2 5 2C3.34315 2 2 3.34315 2 5C2 6.65685 3.34315 8 5 8Z\" fill=\"\"/>\n<path d=\"M19 15C20.6569 15 22 13.6569 22 12C22 10.3431 20.6569 9 19 9C17.3431 9 16 10.3431 16 12C16 13.6569 17.3431 15 19 15Z\" fill=\"\"/>\n<path d=\"M5 22C6.65685 22 8 20.6569 8 19C8 17.3431 6.65685 16 5 16C3.34315 16 2 17.3431 2 19C2 20.6569 3.34315 22 5 22Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M5 16.75C4.59 16.75 4.25 16.41 4.25 16V8C4.25 7.59 4.59 7.25 5 7.25C5.41 7.25 5.75 7.59 5.75 8C5.75 10.19 6.81 11.25 9 11.25H16C16.41 11.25 16.75 11.59 16.75 12C16.75 12.41 16.41 12.75 16 12.75H9C7.64 12.75 6.55 12.4 5.75 11.74V16C5.75 16.41 5.41 16.75 5 16.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"hierarchy square 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.1898 2H7.81976C4.17976 2 2.00977 4.17 2.00977 7.81V16.18C2.00977 19.82 4.17976 21.99 7.81976 21.99H16.1898C19.8298 21.99 21.9998 19.82 21.9998 16.18V7.81C21.9998 4.17 19.8298 2 16.1898 2Z\" fill=\"\"/>\n<path d=\"M16.41 14.1703C15.8 12.4303 14.16 11.2603 12.32 11.2603C12.31 11.2603 12.31 11.2603 12.3 11.2603L10.24 11.2702C10.24 11.2702 10.24 11.2702 10.23 11.2702C9.46998 11.2702 8.80999 10.7602 8.60999 10.0302C9.49999 9.75024 10.15 8.92025 10.15 7.94025C10.15 6.73025 9.16001 5.74023 7.95001 5.74023C6.74001 5.74023 5.75 6.73025 5.75 7.94025C5.75 8.83025 6.28999 9.60025 7.04999 9.94025V14.2802C6.28999 14.5802 5.75 15.3202 5.75 16.1802C5.75 17.3102 6.66999 18.2303 7.79999 18.2303C8.92999 18.2303 9.84998 17.3102 9.84998 16.1802C9.84998 15.3102 9.30999 14.5802 8.54999 14.2802V12.2603C9.03999 12.5703 9.61998 12.7502 10.23 12.7502H10.24L12.3 12.7402C13.48 12.7002 14.53 13.4602 14.95 14.5602C14.46 14.9402 14.14 15.5202 14.14 16.1802C14.14 17.3102 15.06 18.2303 16.19 18.2303C17.32 18.2303 18.24 17.3102 18.24 16.1802C18.25 15.1402 17.44 14.2803 16.41 14.1703Z\" fill=\"\"/>\n</svg>\n</li><li title=\"hierarchy square 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.1898 21.9998H7.81976C4.17976 21.9998 2.00977 19.8298 2.00977 16.1898V7.81976C2.00977 4.17976 4.17976 2.00977 7.81976 2.00977H16.1898C19.8298 2.00977 21.9998 4.17976 21.9998 7.81976V16.1898C21.9998 19.8298 19.8298 21.9998 16.1898 21.9998Z\" fill=\"\"/>\n<path d=\"M16.41 9.83002C15.8 11.57 14.16 12.74 12.32 12.74C12.31 12.74 12.31 12.74 12.3 12.74L10.24 12.73C10.24 12.73 10.24 12.73 10.23 12.73C9.46998 12.73 8.80999 13.24 8.60999 13.97C9.49999 14.25 10.15 15.08 10.15 16.06C10.15 17.27 9.16001 18.26 7.95001 18.26C6.74001 18.26 5.75 17.27 5.75 16.06C5.75 15.17 6.28999 14.4 7.04999 14.06V9.72003C6.28999 9.42003 5.75 8.68004 5.75 7.82004C5.75 6.69004 6.66999 5.77002 7.79999 5.77002C8.92999 5.77002 9.84998 6.69004 9.84998 7.82004C9.84998 8.69004 9.30999 9.42003 8.54999 9.72003V11.74C9.03999 11.43 9.61998 11.25 10.23 11.25H10.24L12.3 11.26C13.48 11.3 14.53 10.54 14.95 9.44003C14.46 9.06003 14.14 8.48004 14.14 7.82004C14.14 6.69004 15.06 5.77002 16.19 5.77002C17.32 5.77002 18.24 6.69004 18.24 7.82004C18.25 8.86004 17.44 9.72002 16.41 9.83002Z\" fill=\"\"/>\n</svg>\n</li><li title=\"hierarchy square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.1898 2H7.81976C4.17976 2 2.00977 4.17 2.00977 7.81V16.18C2.00977 19.82 4.17976 21.99 7.81976 21.99H16.1898C19.8298 21.99 21.9998 19.82 21.9998 16.18V7.81C21.9998 4.17 19.8298 2 16.1898 2Z\" fill=\"\"/>\n<path d=\"M8.54962 14.55V10.26C9.38962 9.95001 9.99963 9.15001 9.99963 8.20001C9.99963 6.99001 9.00962 6 7.79962 6C6.58962 6 5.59961 6.99001 5.59961 8.20001C5.59961 9.15001 6.20962 9.95001 7.04962 10.26V14.55C6.28962 14.85 5.74963 15.59 5.74963 16.45C5.74963 17.58 6.66962 18.5 7.79962 18.5C8.92962 18.5 9.84961 17.58 9.84961 16.45C9.84961 15.59 9.30962 14.85 8.54962 14.55Z\" fill=\"\"/>\n<path d=\"M17.4988 14.5502V8.75017C17.4988 7.79017 16.7088 7.00017 15.7488 7.00017H14.6188L14.8289 6.83016C15.1489 6.56016 15.1888 6.09016 14.9288 5.77016C14.6588 5.45016 14.1888 5.41019 13.8688 5.67019L12.0688 7.17019C11.8988 7.31019 11.7988 7.52017 11.7988 7.75017C11.7988 7.98017 11.8988 8.18016 12.0688 8.33016L13.8688 9.83016C14.0088 9.95016 14.1788 10.0002 14.3488 10.0002C14.5588 10.0002 14.7788 9.91018 14.9288 9.73018C15.1988 9.41018 15.1489 8.94019 14.8289 8.67019L14.6188 8.50017H15.7488C15.8888 8.50017 15.9988 8.61017 15.9988 8.75017V14.5502C15.2388 14.8502 14.6989 15.5902 14.6989 16.4502C14.6989 17.5802 15.6188 18.5002 16.7488 18.5002C17.8788 18.5002 18.7988 17.5802 18.7988 16.4502C18.7988 15.5902 18.2588 14.8502 17.4988 14.5502Z\" fill=\"\"/>\n</svg>\n</li><li title=\"hierarchy \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.25 8.5C7.04493 8.5 8.5 7.04493 8.5 5.25C8.5 3.45507 7.04493 2 5.25 2C3.45507 2 2 3.45507 2 5.25C2 7.04493 3.45507 8.5 5.25 8.5Z\" fill=\"\"/>\n<path d=\"M5 22C6.65685 22 8 20.6569 8 19C8 17.3431 6.65685 16 5 16C3.34315 16 2 17.3431 2 19C2 20.6569 3.34315 22 5 22Z\" fill=\"\"/>\n<path d=\"M19 22C20.6569 22 22 20.6569 22 19C22 17.3431 20.6569 16 19 16C17.3431 16 16 17.3431 16 19C16 20.6569 17.3431 22 19 22Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M19.17 15.9802C18.2 13.2002 15.58 11.3302 12.63 11.3302C12.62 11.3302 12.61 11.3302 12.6 11.3302L9.07 11.3402C7.55 11.3602 6.19 10.3302 5.78 8.85023V7.00023C5.78 6.58023 5.44 6.24023 5.01 6.24023C4.58 6.24023 4.25 6.58023 4.25 7.00023V18.2202C4.25 18.6402 4.59 18.9802 5.01 18.9802C5.43 18.9802 5.78 18.6402 5.78 18.2202V11.6002C6.66 12.3802 7.81 12.8602 9.06 12.8602C9.07 12.8602 9.07 12.8602 9.08 12.8602L12.61 12.8502C12.62 12.8502 12.62 12.8502 12.63 12.8502C14.92 12.8502 16.97 14.3002 17.72 16.4702C17.83 16.7902 18.13 16.9802 18.44 16.9802C18.52 16.9802 18.61 16.9702 18.69 16.9402C19.1 16.8202 19.31 16.3802 19.17 15.9802Z\" fill=\"\"/>\n</svg>\n</li><li title=\"home 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M20.83 8.01002L14.28 2.77002C13 1.75002 11 1.74002 9.72996 2.76002L3.17996 8.01002C2.23996 8.76002 1.66996 10.26 1.86996 11.44L3.12996 18.98C3.41996 20.67 4.98996 22 6.69996 22H17.3C18.99 22 20.59 20.64 20.88 18.97L22.14 11.43C22.32 10.26 21.75 8.76002 20.83 8.01002Z\" fill=\"\"/>\n<path d=\"M12 18.75C11.59 18.75 11.25 18.41 11.25 18V15C11.25 14.59 11.59 14.25 12 14.25C12.41 14.25 12.75 14.59 12.75 15V18C12.75 18.41 12.41 18.75 12 18.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"home 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M20.0402 6.81994L14.2802 2.78994C12.7102 1.68994 10.3002 1.74994 8.79023 2.91994L3.78023 6.82994C2.78023 7.60994 1.99023 9.20994 1.99023 10.4699V17.3699C1.99023 19.9199 4.06023 21.9999 6.61023 21.9999H17.3902C19.9402 21.9999 22.0102 19.9299 22.0102 17.3799V10.5999C22.0102 9.24994 21.1402 7.58994 20.0402 6.81994Z\" fill=\"\"/>\n<path d=\"M12 18.75C11.59 18.75 11.25 18.41 11.25 18V15C11.25 14.59 11.59 14.25 12 14.25C12.41 14.25 12.75 14.59 12.75 15V18C12.75 18.41 12.41 18.75 12 18.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"home hashtag \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M20.03 6.82018L14.28 2.79018C12.71 1.69018 10.31 1.75018 8.8 2.92018L3.79 6.83018C2.78 7.61018 2 9.21018 2 10.4702V17.3702C2 19.9202 4.07 22.0002 6.61 22.0002H17.38C19.92 22.0002 21.99 19.9302 21.99 17.3802V10.6002C22 9.25018 21.13 7.59018 20.03 6.82018Z\" fill=\"\"/>\n<path d=\"M13.3994 8.51025H10.5994C8.67938 8.51025 7.10938 10.0703 7.10938 12.0003V14.7903C7.10938 16.7103 8.67938 18.2803 10.5994 18.2803H13.3894C15.3094 18.2803 16.8794 16.7203 16.8794 14.7903V12.0003C16.8794 10.0803 15.3194 8.51025 13.3994 8.51025ZM15.4894 12.0003V12.7003H12.6994V9.91025H13.3994C14.5494 9.91025 15.4894 10.8503 15.4894 12.0003ZM10.5994 9.91025H11.2994V12.7003H8.50938V12.0003C8.50938 10.8503 9.44938 9.91025 10.5994 9.91025ZM8.50938 14.7903V14.0903H11.2994V16.8803H10.5994C9.44938 16.8803 8.50938 15.9403 8.50938 14.7903ZM13.3994 16.8803H12.6994V14.0903H15.4894V14.7903C15.4894 15.9403 14.5494 16.8803 13.3994 16.8803Z\" fill=\"\"/>\n</svg>\n</li><li title=\"home trend down \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M20.0402 6.82018L14.2802 2.79018C12.7102 1.69018 10.3002 1.75018 8.79023 2.92018L3.78023 6.83018C2.78023 7.61018 1.99023 9.21018 1.99023 10.4702V17.3702C1.99023 19.9202 4.06023 22.0002 6.61023 22.0002H17.3902C19.9402 22.0002 22.0102 19.9302 22.0102 17.3802V10.6002C22.0102 9.25018 21.1402 7.59018 20.0402 6.82018Z\" fill=\"\"/>\n<path d=\"M16.8802 14.3304C16.8802 13.9404 16.5702 13.6304 16.1802 13.6304C15.7902 13.6304 15.4802 13.9404 15.4802 14.3304V14.5104L12.7602 11.7904C12.6102 11.6404 12.4102 11.5704 12.2002 11.5904C11.9902 11.6104 11.8002 11.7204 11.6902 11.9004L10.6702 13.4204L8.29016 11.0404C8.02016 10.7704 7.58016 10.7704 7.30016 11.0404C7.03016 11.3104 7.03016 11.7504 7.30016 12.0304L10.2802 15.0104C10.4302 15.1604 10.6302 15.2304 10.8402 15.2104C11.0502 15.1904 11.2402 15.0804 11.3502 14.9004L12.3702 13.3804L14.4802 15.4904H14.3002C13.9102 15.4904 13.6002 15.8004 13.6002 16.1904C13.6002 16.5804 13.9102 16.8904 14.3002 16.8904H16.1602C16.2502 16.8904 16.3402 16.8704 16.4302 16.8404C16.6002 16.7704 16.7402 16.6304 16.8102 16.4604C16.8502 16.3704 16.8602 16.2804 16.8602 16.1904V14.3304H16.8802Z\" fill=\"\"/>\n</svg>\n</li><li title=\"home trend up \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M20.0402 6.82018L14.2802 2.79018C12.7102 1.69018 10.3002 1.75018 8.79023 2.92018L3.78023 6.83018C2.78023 7.61018 1.99023 9.21018 1.99023 10.4702V17.3702C1.99023 19.9202 4.06023 22.0002 6.61023 22.0002H17.3902C19.9402 22.0002 22.0102 19.9302 22.0102 17.3802V10.6002C22.0102 9.25018 21.1402 7.59018 20.0402 6.82018Z\" fill=\"\"/>\n<path d=\"M16.8297 11.2703C16.7597 11.1003 16.6197 10.9603 16.4497 10.8903C16.3597 10.8503 16.2697 10.8403 16.1797 10.8403H14.3197C13.9297 10.8403 13.6197 11.1503 13.6197 11.5403C13.6197 11.9303 13.9297 12.2403 14.3197 12.2403H14.4997L12.3897 14.3503L11.3697 12.8303C11.2497 12.6603 11.0697 12.5403 10.8597 12.5203C10.6397 12.5003 10.4497 12.5703 10.2997 12.7203L7.31969 15.7003C7.04969 15.9703 7.04969 16.4103 7.31969 16.6903C7.45969 16.8303 7.62969 16.8903 7.80969 16.8903C7.98969 16.8903 8.16969 16.8203 8.29969 16.6903L10.6797 14.3103L11.6997 15.8303C11.8197 16.0003 11.9997 16.1203 12.2097 16.1403C12.4297 16.1603 12.6197 16.0903 12.7697 15.9403L15.4897 13.2203V13.4003C15.4897 13.7903 15.7997 14.1003 16.1897 14.1003C16.5797 14.1003 16.8897 13.7903 16.8897 13.4003V11.5403C16.8797 11.4403 16.8697 11.3503 16.8297 11.2703Z\" fill=\"\"/>\n</svg>\n</li><li title=\"home wifi \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M10.0693 2.82009L3.1393 8.37008C2.3593 8.99008 1.85929 10.3001 2.02929 11.2801L3.35927 19.2401C3.59927 20.6601 4.95928 21.8101 6.39928 21.8101H17.5993C19.0293 21.8101 20.3993 20.6501 20.6393 19.2401L21.9693 11.2801C22.1293 10.3001 21.6293 8.99008 20.8593 8.37008L13.9293 2.8301C12.8593 1.9701 11.1293 1.97009 10.0693 2.82009Z\" fill=\"\"/>\n<path d=\"M14.1205 15.1301C13.9305 15.1301 13.7505 15.0601 13.6005 14.9201C12.6305 13.9901 11.3706 13.9901 10.3906 14.9201C10.0906 15.2101 9.62052 15.2002 9.33052 14.9002C9.04052 14.6002 9.05054 14.1302 9.35054 13.8402C10.9005 12.3502 13.0705 12.3502 14.6305 13.8402C14.9305 14.1302 14.9405 14.6002 14.6505 14.9002C14.5205 15.0502 14.3205 15.1301 14.1205 15.1301Z\" fill=\"\"/>\n<path d=\"M16.2404 13.01C16.0504 13.01 15.8604 12.94 15.7204 12.8C15.2504 12.34 14.7204 11.97 14.1604 11.7C12.7604 11.03 11.2304 11.03 9.84037 11.7C9.28037 11.97 8.76037 12.34 8.28037 12.8C7.99037 13.09 7.51037 13.09 7.22037 12.79C6.93037 12.49 6.94038 12.02 7.23038 11.73C7.82038 11.15 8.48037 10.69 9.19037 10.35C11.0004 9.48001 13.0004 9.48001 14.8004 10.35C15.5104 10.69 16.1704 11.15 16.7604 11.73C17.0604 12.02 17.0604 12.49 16.7704 12.79C16.6304 12.93 16.4404 13.01 16.2404 13.01Z\" fill=\"\"/>\n<path d=\"M12.0005 17.5001C11.7405 17.5001 11.4905 17.4001 11.2905 17.2101C10.9005 16.8201 10.9005 16.1901 11.2905 15.8001C11.6805 15.4101 12.3205 15.4101 12.7105 15.8001C13.1005 16.1901 13.1005 16.8201 12.7105 17.2101C12.5105 17.4001 12.2605 17.5001 12.0005 17.5001Z\" fill=\"\"/>\n</svg>\n</li><li title=\"home \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M10.0693 2.8201L3.13929 8.37009C2.35929 8.99009 1.85929 10.3001 2.02929 11.2801L3.35929 19.2401C3.59929 20.6601 4.95928 21.8101 6.39928 21.8101H17.5993C19.0293 21.8101 20.3993 20.6501 20.6393 19.2401L21.9693 11.2801C22.1293 10.3001 21.6293 8.99009 20.8593 8.37009L13.9293 2.83008C12.8593 1.97008 11.1293 1.9701 10.0693 2.8201Z\" fill=\"\"/>\n<path d=\"M12 15.5C13.3807 15.5 14.5 14.3807 14.5 13C14.5 11.6193 13.3807 10.5 12 10.5C10.6193 10.5 9.5 11.6193 9.5 13C9.5 14.3807 10.6193 15.5 12 15.5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"hospital \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 21.25H2C1.59 21.25 1.25 21.59 1.25 22C1.25 22.41 1.59 22.75 2 22.75H22C22.41 22.75 22.75 22.41 22.75 22C22.75 21.59 22.41 21.25 22 21.25Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M17 2H7C4 2 3 3.79 3 6V22H21V6C21 3.79 20 2 17 2Z\" fill=\"\"/>\n<path d=\"M14.0602 15H9.93022C9.42022 15 8.99023 15.42 8.99023 15.94V22H14.9902V15.94C15.0002 15.42 14.5802 15 14.0602 15Z\" fill=\"\"/>\n<path d=\"M14.5 7.75H12.75V6C12.75 5.59 12.41 5.25 12 5.25C11.59 5.25 11.25 5.59 11.25 6V7.75H9.5C9.09 7.75 8.75 8.09 8.75 8.5C8.75 8.91 9.09 9.25 9.5 9.25H11.25V11C11.25 11.41 11.59 11.75 12 11.75C12.41 11.75 12.75 11.41 12.75 11V9.25H14.5C14.91 9.25 15.25 8.91 15.25 8.5C15.25 8.09 14.91 7.75 14.5 7.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"house 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22.75 22C22.75 22.41 22.41 22.75 22 22.75H2C1.59 22.75 1.25 22.41 1.25 22C1.25 21.58 1.59 21.25 2 21.25H22C22.41 21.25 22.75 21.58 22.75 22Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M20.9992 9.98017V21.2502H2.94922L2.99922 9.97016C2.99922 9.36016 3.27922 8.78022 3.76922 8.40022L10.7692 2.96021C11.4892 2.39021 12.5092 2.39021 13.2292 2.96021L20.2292 8.40022C20.7192 8.78022 20.9992 9.36017 20.9992 9.98017Z\" fill=\"\"/>\n<path d=\"M13.5 8.25H10.5C10.09 8.25 9.75 7.91 9.75 7.5C9.75 7.09 10.09 6.75 10.5 6.75H13.5C13.91 6.75 14.25 7.09 14.25 7.5C14.25 7.91 13.91 8.25 13.5 8.25Z\" fill=\"\"/>\n<path d=\"M15.5 11H8.5C7.67 11 7 11.67 7 12.5V22H17V12.5C17 11.67 16.33 11 15.5 11ZM10.75 17.75C10.75 18.16 10.41 18.5 10 18.5C9.59 18.5 9.25 18.16 9.25 17.75V16.25C9.25 15.84 9.59 15.5 10 15.5C10.41 15.5 10.75 15.84 10.75 16.25V17.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"house \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 22.75H2C1.59 22.75 1.25 22.41 1.25 22C1.25 21.59 1.59 21.25 2 21.25H22C22.41 21.25 22.75 21.59 22.75 22C22.75 22.41 22.41 22.75 22 22.75Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M20.9992 9.98017V22.0002H2.94922L2.99922 9.97016C2.99922 9.36016 3.27922 8.78022 3.76922 8.40022L10.7692 2.96021C11.4892 2.39021 12.5092 2.39021 13.2292 2.96021L14.5692 4.00019L18.9992 7.4402L20.2292 8.40022C20.7192 8.78022 20.9992 9.36017 20.9992 9.98017Z\" fill=\"\"/>\n<path d=\"M13 17H11C10.17 17 9.5 17.67 9.5 18.5V22H14.5V18.5C14.5 17.67 13.83 17 13 17Z\" fill=\"\"/>\n<path d=\"M9.5 13.75H7.5C6.95 13.75 6.5 13.3 6.5 12.75V11.25C6.5 10.7 6.95 10.25 7.5 10.25H9.5C10.05 10.25 10.5 10.7 10.5 11.25V12.75C10.5 13.3 10.05 13.75 9.5 13.75Z\" fill=\"\"/>\n<path d=\"M16.5 13.75H14.5C13.95 13.75 13.5 13.3 13.5 12.75V11.25C13.5 10.7 13.95 10.25 14.5 10.25H16.5C17.05 10.25 17.5 10.7 17.5 11.25V12.75C17.5 13.3 17.05 13.75 16.5 13.75Z\" fill=\"\"/>\n<path d=\"M19.0003 7.44L14.5703 4H17.9803C18.5303 4 18.9803 4.43999 18.9803 4.98999L19.0003 7.44Z\" fill=\"\"/>\n</svg>\n</li><li title=\"image \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M22.0206 16.8198L18.8906 9.49978C18.3206 8.15978 17.4706 7.39978 16.5006 7.34978C15.5406 7.29978 14.6106 7.96978 13.9006 9.24978L12.0006 12.6598C11.6006 13.3798 11.0306 13.8098 10.4106 13.8598C9.78063 13.9198 9.15063 13.5898 8.64063 12.9398L8.42063 12.6598C7.71063 11.7698 6.83063 11.3398 5.93063 11.4298C5.03063 11.5198 4.26063 12.1398 3.75063 13.1498L2.02063 16.5998C1.40063 17.8498 1.46063 19.2998 2.19063 20.4798C2.92063 21.6598 4.19063 22.3698 5.58063 22.3698H18.3406C19.6806 22.3698 20.9306 21.6998 21.6706 20.5798C22.4306 19.4598 22.5506 18.0498 22.0206 16.8198Z\" fill=\"\"/>\n<path d=\"M6.96984 8.38012C8.83657 8.38012 10.3498 6.86684 10.3498 5.00012C10.3498 3.13339 8.83657 1.62012 6.96984 1.62012C5.10312 1.62012 3.58984 3.13339 3.58984 5.00012C3.58984 6.86684 5.10312 8.38012 6.96984 8.38012Z\" fill=\"\"/>\n</svg>\n</li><li title=\"import 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" fill=\"\"/>\n<path d=\"M7.75 17.5H12.58C12.99 17.5 13.33 17.16 13.33 16.75C13.33 16.34 12.99 16 12.58 16H9.56L17.28 8.28C17.57 7.99 17.57 7.51 17.28 7.22C17.13 7.07 16.94 7 16.75 7C16.56 7 16.37 7.07 16.22 7.22L8.5 14.94V11.92C8.5 11.51 8.16 11.17 7.75 11.17C7.34 11.17 7 11.51 7 11.92V16.75C7 17.16 7.34 17.5 7.75 17.5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"import 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2Z\" fill=\"\"/>\n<path d=\"M7.75 17.5H12.58C12.99 17.5 13.33 17.16 13.33 16.75C13.33 16.34 12.99 16 12.58 16H9.56L17.28 8.28C17.57 7.99 17.57 7.51 17.28 7.22C17.13 7.07 16.94 7 16.75 7C16.56 7 16.37 7.07 16.22 7.22L8.5 14.94V11.92C8.5 11.51 8.16 11.17 7.75 11.17C7.34 11.17 7 11.51 7 11.92V16.75C7 17.16 7.34 17.5 7.75 17.5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"import \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M22 10.7599C22 10.2899 21.62 9.8999 21.14 9.8999H2.86C2.38 9.8999 2 10.2799 2 10.7599C2 16.6499 6.11 20.7599 12 20.7599C17.89 20.7599 22 16.6399 22 10.7599Z\" fill=\"\"/>\n<path d=\"M12.4598 15.9L15.3098 13.06C15.5998 12.77 15.5998 12.29 15.3098 12C15.0198 11.71 14.5398 11.71 14.2498 12L12.6898 13.56V3.98999C12.6898 3.57999 12.3498 3.23999 11.9398 3.23999C11.5298 3.23999 11.1898 3.57999 11.1898 3.98999V13.56L9.61984 12C9.32984 11.71 8.84984 11.71 8.55984 12C8.40984 12.15 8.33984 12.34 8.33984 12.53C8.33984 12.72 8.40984 12.91 8.55984 13.06L11.4098 15.9C11.6998 16.2 12.1698 16.2 12.4598 15.9Z\" fill=\"\"/>\n</svg>\n</li><li title=\"info circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" fill=\"\"/>\n<path d=\"M12 13.75C12.41 13.75 12.75 13.41 12.75 13V8C12.75 7.59 12.41 7.25 12 7.25C11.59 7.25 11.25 7.59 11.25 8V13C11.25 13.41 11.59 13.75 12 13.75Z\" fill=\"\"/>\n<path d=\"M12.92 15.6199C12.87 15.4999 12.8 15.3899 12.71 15.2899C12.61 15.1999 12.5 15.1299 12.38 15.0799C12.14 14.9799 11.86 14.9799 11.62 15.0799C11.5 15.1299 11.39 15.1999 11.29 15.2899C11.2 15.3899 11.13 15.4999 11.08 15.6199C11.03 15.7399 11 15.8699 11 15.9999C11 16.1299 11.03 16.2599 11.08 16.3799C11.13 16.5099 11.2 16.6099 11.29 16.7099C11.39 16.7999 11.5 16.8699 11.62 16.9199C11.74 16.9699 11.87 16.9999 12 16.9999C12.13 16.9999 12.26 16.9699 12.38 16.9199C12.5 16.8699 12.61 16.7999 12.71 16.7099C12.8 16.6099 12.87 16.5099 12.92 16.3799C12.97 16.2599 13 16.1299 13 15.9999C13 15.8699 12.97 15.7399 12.92 15.6199Z\" fill=\"\"/>\n</svg>\n</li><li title=\"information \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M10.7509 2.45007C11.4509 1.86007 12.5809 1.86007 13.2609 2.45007L14.8409 3.80007C15.1409 4.05007 15.7109 4.26007 16.1109 4.26007H17.8109C18.8709 4.26007 19.7409 5.13007 19.7409 6.19007V7.89007C19.7409 8.29007 19.9509 8.85007 20.2009 9.15007L21.5509 10.7301C22.1409 11.4301 22.1409 12.5601 21.5509 13.2401L20.2009 14.8201C19.9509 15.1201 19.7409 15.6801 19.7409 16.0801V17.7801C19.7409 18.8401 18.8709 19.7101 17.8109 19.7101H16.1109C15.7109 19.7101 15.1509 19.9201 14.8509 20.1701L13.2709 21.5201C12.5709 22.1101 11.4409 22.1101 10.7609 21.5201L9.18086 20.1701C8.88086 19.9201 8.31086 19.7101 7.92086 19.7101H6.17086C5.11086 19.7101 4.24086 18.8401 4.24086 17.7801V16.0701C4.24086 15.6801 4.04086 15.1101 3.79086 14.8201L2.44086 13.2301C1.86086 12.5401 1.86086 11.4201 2.44086 10.7301L3.79086 9.14007C4.04086 8.84007 4.24086 8.28007 4.24086 7.89007V6.20007C4.24086 5.14007 5.11086 4.27007 6.17086 4.27007H7.90086C8.30086 4.27007 8.86086 4.06007 9.16086 3.81007L10.7509 2.45007Z\" fill=\"\"/>\n<path d=\"M12 16.8701C11.45 16.8701 11 16.4201 11 15.8701C11 15.3201 11.44 14.8701 12 14.8701C12.55 14.8701 13 15.3201 13 15.8701C13 16.4201 12.56 16.8701 12 16.8701Z\" fill=\"\"/>\n<path d=\"M12 13.7199C11.59 13.7199 11.25 13.3799 11.25 12.9699V8.12988C11.25 7.71988 11.59 7.37988 12 7.37988C12.41 7.37988 12.75 7.71988 12.75 8.12988V12.9599C12.75 13.3799 12.42 13.7199 12 13.7199Z\" fill=\"\"/>\n</svg>\n</li><li title=\"instagram \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2Z\" fill=\"\"/>\n<path d=\"M11.9991 15.8801C14.142 15.8801 15.8791 14.143 15.8791 12.0001C15.8791 9.85725 14.142 8.12012 11.9991 8.12012C9.85628 8.12012 8.11914 9.85725 8.11914 12.0001C8.11914 14.143 9.85628 15.8801 11.9991 15.8801Z\" fill=\"\"/>\n<path d=\"M17 7.4999C16.73 7.4999 16.48 7.3999 16.29 7.2099C16.2 7.1099 16.13 6.9999 16.08 6.8799C16.03 6.7599 16 6.6299 16 6.4999C16 6.3699 16.03 6.2399 16.08 6.1199C16.13 5.9899 16.2 5.8899 16.29 5.7899C16.52 5.5599 16.87 5.4499 17.19 5.5199C17.26 5.5299 17.32 5.5499 17.38 5.5799C17.44 5.5999 17.5 5.6299 17.56 5.6699C17.61 5.6999 17.66 5.7499 17.71 5.7899C17.8 5.8899 17.87 5.9899 17.92 6.1199C17.97 6.2399 18 6.3699 18 6.4999C18 6.6299 17.97 6.7599 17.92 6.8799C17.87 6.9999 17.8 7.1099 17.71 7.2099C17.61 7.2999 17.5 7.3699 17.38 7.4199C17.26 7.4699 17.13 7.4999 17 7.4999Z\" fill=\"\"/>\n</svg>\n</li><li title=\"judge \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.5393 19.04C20.3893 19.19 20.1993 19.26 20.0093 19.26C19.8193 19.26 19.6293 19.19 19.4793 19.04L14.5293 14.09L15.0593 13.56L15.5893 13.03L20.5393 17.98C20.8293 18.27 20.8293 18.75 20.5393 19.04Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M6.46938 9.28009L12.2694 15.0801C12.6594 15.4701 12.6594 16.1001 12.2694 16.4901L11.3694 17.4001C10.5594 18.2001 9.27937 18.2001 8.47937 17.4001L4.13938 13.0601C3.34938 12.2701 3.34938 10.9801 4.13938 10.1801L5.04938 9.27009C5.43938 8.89009 6.07938 8.89009 6.46938 9.28009Z\" fill=\"\"/>\n<path d=\"M18.5895 10.1899L14.7795 13.9899C14.3795 14.3899 13.7395 14.3899 13.3395 13.9899L7.56953 8.21994C7.16953 7.81994 7.16953 7.17994 7.56953 6.77994L11.3795 2.96994C12.1695 2.17994 13.4595 2.17994 14.2595 2.96994L18.5995 7.30994C19.3795 8.09994 19.3795 9.37994 18.5895 10.1899Z\" fill=\"\"/>\n<path d=\"M8 21.75H2C1.59 21.75 1.25 21.41 1.25 21C1.25 20.59 1.59 20.25 2 20.25H8C8.41 20.25 8.75 20.59 8.75 21C8.75 21.41 8.41 21.75 8 21.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"kanban \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.5 19.9V4.1C10.5 2.6 9.86 2 8.27 2H4.23C2.64 2 2 2.6 2 4.1V19.9C2 21.4 2.64 22 4.23 22H8.27C9.86 22 10.5 21.4 10.5 19.9Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M22 12.9V4.1C22 2.6 21.36 2 19.77 2H15.73C14.14 2 13.5 2.6 13.5 4.1V12.9C13.5 14.4 14.14 15 15.73 15H19.77C21.36 15 22 14.4 22 12.9Z\" fill=\"\"/>\n</svg>\n</li><li title=\"key square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2Z\" fill=\"\"/>\n<path d=\"M15.8897 8.11007C14.4097 6.64007 12.0097 6.64007 10.5397 8.11007C9.50971 9.13007 9.19971 10.6101 9.59971 11.9101L7.24971 14.2601C7.08971 14.4301 6.96971 14.7601 7.00971 15.0001L7.15971 16.0901C7.20971 16.4501 7.54971 16.7901 7.90971 16.8401L8.99971 17.0001C9.23971 17.0301 9.56971 16.9301 9.73971 16.7501L10.1497 16.3401C10.2497 16.2501 10.2497 16.0901 10.1497 15.9901L9.17971 15.0201C9.03971 14.8801 9.03971 14.6401 9.17971 14.4901C9.31971 14.3501 9.55971 14.3501 9.70971 14.4901L10.6797 15.4601C10.7697 15.5501 10.9297 15.5501 11.0297 15.4601L12.0897 14.4101C13.3797 14.8101 14.8597 14.5001 15.8897 13.4801C17.3697 11.9901 17.3697 9.59007 15.8897 8.11007ZM13.2497 12.0001C12.5597 12.0001 11.9997 11.4401 11.9997 10.7501C11.9997 10.0601 12.5597 9.50007 13.2497 9.50007C13.9397 9.50007 14.4997 10.0601 14.4997 10.7501C14.4997 11.4401 13.9397 12.0001 13.2497 12.0001Z\" fill=\"\"/>\n</svg>\n</li><li title=\"key \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M19.7906 4.22007C16.8306 1.27007 12.0306 1.27007 9.09063 4.22007C7.02063 6.27007 6.40063 9.22007 7.20063 11.8201L2.50063 16.5201C2.17063 16.8601 1.94063 17.5301 2.01063 18.0101L2.31063 20.1901C2.42063 20.9101 3.09063 21.5901 3.81063 21.6901L5.99063 21.9901C6.47063 22.0601 7.14063 21.8401 7.48063 21.4901L8.30063 20.6701C8.50063 20.4801 8.50063 20.1601 8.30063 19.9601L6.36063 18.0201C6.07063 17.7301 6.07063 17.2501 6.36063 16.9601C6.65063 16.6701 7.13063 16.6701 7.42063 16.9601L9.37063 18.9101C9.56063 19.1001 9.88063 19.1001 10.0706 18.9101L12.1906 16.8001C14.7806 17.6101 17.7306 16.9801 19.7906 14.9301C22.7406 11.9801 22.7406 7.17007 19.7906 4.22007ZM14.5006 12.0001C13.1206 12.0001 12.0006 10.8801 12.0006 9.50007C12.0006 8.12007 13.1206 7.00007 14.5006 7.00007C15.8806 7.00007 17.0006 8.12007 17.0006 9.50007C17.0006 10.8801 15.8806 12.0001 14.5006 12.0001Z\" fill=\"\"/>\n<path d=\"M14.5 12C15.8807 12 17 10.8807 17 9.5C17 8.11929 15.8807 7 14.5 7C13.1193 7 12 8.11929 12 9.5C12 10.8807 13.1193 12 14.5 12Z\" fill=\"\"/>\n</svg>\n</li><li title=\"keyboard open \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 22.75H7C6.59 22.75 6.25 22.41 6.25 22C6.25 21.59 6.59 21.25 7 21.25H17C17.41 21.25 17.75 21.59 17.75 22C17.75 22.41 17.41 22.75 17 22.75Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M18 19H6C3.79 19 2 17.21 2 15V6C2 3.79 3.79 2 6 2H18C20.21 2 22 3.79 22 6V15C22 17.21 20.21 19 18 19Z\" fill=\"\"/>\n<path d=\"M17.2601 9.07007H13.5801C13.1701 9.07007 12.8301 8.73007 12.8301 8.32007C12.8301 7.91007 13.1701 7.57007 13.5801 7.57007H17.2601C17.6701 7.57007 18.0101 7.91007 18.0101 8.32007C18.0101 8.73007 17.6801 9.07007 17.2601 9.07007Z\" fill=\"\"/>\n<path d=\"M10 9.32007C9.45 9.32007 9 8.87007 9 8.32007C9 7.77007 9.44 7.32007 10 7.32007C10.55 7.32007 11 7.77007 11 8.32007C11 8.87007 10.56 9.32007 10 9.32007Z\" fill=\"\"/>\n<path d=\"M6.84961 9.32007C6.29961 9.32007 5.84961 8.87007 5.84961 8.32007C5.84961 7.77007 6.28961 7.32007 6.84961 7.32007H6.8596C7.4096 7.32007 7.8596 7.77007 7.8596 8.32007C7.8596 8.87007 7.39961 9.32007 6.84961 9.32007Z\" fill=\"\"/>\n<path d=\"M17.2602 14.8599H6.75023C6.34023 14.8599 5.99023 14.5199 5.99023 14.1099C5.99023 13.6999 6.32022 13.3599 6.73022 13.3599H17.2602C17.6702 13.3599 18.0102 13.6999 18.0102 14.1099C18.0102 14.5199 17.6802 14.8599 17.2602 14.8599Z\" fill=\"\"/>\n</svg>\n</li><li title=\"keyboard \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M18.27 3.35C17.8 3.28 17.26 3.25 16.5 3.25H7.5C6.75 3.25 6.2 3.28 5.76 3.34C2.41 3.71 1.75 5.7 1.75 9V15C1.75 18.3 2.41 20.29 5.73 20.65C6.2 20.72 6.74 20.75 7.5 20.75H16.5C17.25 20.75 17.8 20.72 18.24 20.66C21.59 20.29 22.25 18.31 22.25 15V9C22.25 5.7 21.59 3.71 18.27 3.35Z\" fill=\"\"/>\n<path d=\"M17 10.75H13.5C13.09 10.75 12.75 10.41 12.75 10C12.75 9.59 13.09 9.25 13.5 9.25H17C17.41 9.25 17.75 9.59 17.75 10C17.75 10.41 17.41 10.75 17 10.75Z\" fill=\"\"/>\n<path d=\"M10.0996 11C9.54961 11 9.09961 10.55 9.09961 10C9.09961 9.45 9.53961 9 10.0996 9H10.1096C10.6596 9 11.1096 9.45 11.1096 10C11.1096 10.55 10.6596 11 10.0996 11Z\" fill=\"\"/>\n<path d=\"M7.09961 11C6.54961 11 6.09961 10.55 6.09961 10C6.09961 9.45 6.53961 9 7.09961 9C7.64961 9 8.09961 9.45 8.09961 10C8.09961 10.55 7.65961 11 7.09961 11Z\" fill=\"\"/>\n<path d=\"M16.9998 16.25H7.01977C6.60977 16.25 6.25977 15.91 6.25977 15.5C6.25977 15.09 6.58977 14.75 6.99977 14.75H16.9998C17.4098 14.75 17.7498 15.09 17.7498 15.5C17.7498 15.91 17.4098 16.25 16.9998 16.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"lamp 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M20.7807 14.18V17.12C20.7807 18.22 19.8807 19.12 18.7807 19.12H5.2207C4.1207 19.12 3.2207 18.22 3.2207 17.12V14.18C3.2207 9.35998 7.1207 5.45998 11.9407 5.45998H12.0607C16.8807 5.44998 20.7807 9.35998 20.7807 14.18Z\" fill=\"\"/>\n<path d=\"M12.75 2.53003V5.49003C12.52 5.47003 12.29 5.46003 12.06 5.46003H11.94C11.71 5.46003 11.48 5.47003 11.25 5.49003V2.53003C11.25 2.12003 11.59 1.78003 12 1.78003C12.41 1.78003 12.75 2.12003 12.75 2.53003Z\" fill=\"\"/>\n<path d=\"M15.3197 19.1101C15.1997 20.8501 13.7597 22.2201 11.9997 22.2201C10.2397 22.2201 8.78969 20.8501 8.67969 19.1101H15.3197Z\" fill=\"\"/>\n</svg>\n</li><li title=\"lamp charge \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M19.2107 6.36001C18.1707 4.26001 16.1607 2.71001 13.8307 2.20001C11.3907 1.66001 8.8907 2.24001 6.9807 3.78001C5.0607 5.31001 3.9707 7.60001 3.9707 10.05C3.9707 12.64 5.5207 15.35 7.8607 16.92V17.75C7.8507 18.03 7.8407 18.46 8.1807 18.81C8.5307 19.17 9.0507 19.21 9.4607 19.21H14.5907C15.1307 19.21 15.5407 19.06 15.8207 18.78C16.2007 18.39 16.1907 17.89 16.1807 17.62V16.92C19.2807 14.83 21.2307 10.42 19.2107 6.36001Z\" fill=\"\"/>\n<path d=\"M15.2592 21.9999C15.1992 21.9999 15.1292 21.9899 15.0692 21.9699C13.0592 21.3999 10.9492 21.3999 8.93918 21.9699C8.56918 22.0699 8.17918 21.8599 8.07918 21.4899C7.96918 21.1199 8.18918 20.7299 8.55918 20.6299C10.8192 19.9899 13.1992 19.9899 15.4592 20.6299C15.8292 20.7399 16.0492 21.1199 15.9392 21.4899C15.8392 21.7999 15.5592 21.9999 15.2592 21.9999Z\" fill=\"\"/>\n<path d=\"M12.0004 13.8499C11.8704 13.8499 11.7404 13.8199 11.6304 13.7499C11.2704 13.5399 11.1504 13.0799 11.3504 12.7299L12.2004 11.2499H11.3604C10.8604 11.2499 10.4504 11.0299 10.2304 10.6599C10.0104 10.2799 10.0304 9.8199 10.2804 9.3799L11.3504 7.5199C11.5604 7.1599 12.0204 7.0399 12.3704 7.2399C12.7304 7.4499 12.8504 7.9099 12.6504 8.2599L11.8004 9.7499H12.6404C13.1404 9.7499 13.5504 9.9699 13.7704 10.3399C13.9904 10.7199 13.9704 11.1799 13.7204 11.6199L12.6504 13.4799C12.5104 13.7199 12.2604 13.8499 12.0004 13.8499Z\" fill=\"\"/>\n</svg>\n</li><li title=\"lamp on \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M19.2107 6.36001C18.1707 4.26001 16.1607 2.71001 13.8307 2.20001C11.3907 1.66001 8.8907 2.24001 6.9807 3.78001C5.0607 5.31001 3.9707 7.60001 3.9707 10.05C3.9707 12.64 5.5207 15.35 7.8607 16.92V17.75C7.8507 18.03 7.8407 18.46 8.1807 18.81C8.5307 19.17 9.0507 19.21 9.4607 19.21H14.5907C15.1307 19.21 15.5407 19.06 15.8207 18.78C16.2007 18.39 16.1907 17.89 16.1807 17.62V16.92C19.2807 14.83 21.2307 10.42 19.2107 6.36001Z\" fill=\"\"/>\n<path d=\"M15.2592 21.9999C15.1992 21.9999 15.1292 21.9899 15.0692 21.9699C13.0592 21.3999 10.9492 21.3999 8.93918 21.9699C8.56918 22.0699 8.17918 21.8599 8.07918 21.4899C7.96918 21.1199 8.18918 20.7299 8.55918 20.6299C10.8192 19.9899 13.1992 19.9899 15.4592 20.6299C15.8292 20.7399 16.0492 21.1199 15.9392 21.4899C15.8392 21.7999 15.5592 21.9999 15.2592 21.9999Z\" fill=\"\"/>\n</svg>\n</li><li title=\"lamp slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.2592 21.9999C15.1992 21.9999 15.1292 21.9899 15.0692 21.9699C13.0592 21.3999 10.9492 21.3999 8.93918 21.9699C8.56918 22.0699 8.17918 21.8599 8.07918 21.4899C7.96918 21.1199 8.18918 20.7299 8.55918 20.6299C10.8192 19.9899 13.1992 19.9899 15.4592 20.6299C15.8292 20.7399 16.0492 21.1199 15.9392 21.4899C15.8392 21.7999 15.5592 21.9999 15.2592 21.9999Z\" fill=\"\"/>\n<path d=\"M4.17914 19.0799C3.98914 19.0799 3.79914 19.0099 3.64914 18.8599C3.35914 18.5699 3.35914 18.0899 3.64914 17.7999L19.4991 1.94992C19.7891 1.65992 20.2691 1.65992 20.5591 1.94992C20.8491 2.23992 20.8491 2.71992 20.5591 3.00992L4.70914 18.8599C4.55914 19.0099 4.36914 19.0799 4.17914 19.0799Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M16.6307 3.42007L5.4907 14.5601C4.5307 13.2001 3.9707 11.6001 3.9707 10.0501C3.9707 7.60007 5.0607 5.31007 6.9707 3.77007C8.8807 2.23007 11.3807 1.66007 13.8307 2.20007C14.8407 2.42007 15.7907 2.84007 16.6307 3.42007Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M16.1694 16.9201V17.6201C16.1794 17.8801 16.1994 18.3801 15.8094 18.7801C15.5294 19.0601 15.1194 19.2101 14.5794 19.2101H9.44937C9.03937 19.2101 8.51937 19.1601 8.16937 18.8101C7.83937 18.4601 7.84938 18.0301 7.85938 17.7501V16.9201C7.40938 16.6201 6.98937 16.2801 6.60938 15.9001L17.9494 4.56006C18.4494 5.09006 18.8794 5.70006 19.2094 6.36006C21.2294 10.4201 19.2794 14.8301 16.1694 16.9201Z\" fill=\"\"/>\n</svg>\n</li><li title=\"lamp \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M18.2106 14.69H5.7906C4.1306 14.69 3.1306 13.38 3.5706 11.78L5.7706 3.7C6.0206 2.77 7.0306 2 7.9906 2H16.0106C16.9706 2 17.9806 2.77 18.2306 3.7L20.4306 11.78C20.8706 13.38 19.8706 14.69 18.2106 14.69Z\" fill=\"\"/>\n<path d=\"M16.75 21.2499C16.75 21.6599 16.41 21.9999 16 21.9999H8C7.59 21.9999 7.25 21.6599 7.25 21.2499C7.25 20.8399 7.59 20.4999 8 20.4999H11.25V14.6899H12.75V20.4999H16C16.41 20.4999 16.75 20.8399 16.75 21.2499Z\" fill=\"\"/>\n</svg>\n</li><li title=\"language circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" fill=\"\"/>\n<path d=\"M17.0002 15.97C15.6902 15.97 14.4402 15.37 13.4402 14.26C14.4302 12.99 15.0702 11.42 15.2102 9.70004H16.9902C17.4002 9.70004 17.7402 9.36004 17.7402 8.95004C17.7402 8.54004 17.4002 8.20004 16.9902 8.20004H14.5602C14.5402 8.20004 14.5202 8.19003 14.5002 8.19003C14.4802 8.19003 14.4602 8.20004 14.4402 8.20004H12.7502V7.27002C12.7502 6.86002 12.4102 6.52002 12.0002 6.52002C11.5902 6.52002 11.2502 6.86002 11.2502 7.27002V8.20004H7.01025C6.60025 8.20004 6.26025 8.54004 6.26025 8.95004C6.26025 9.36004 6.60025 9.70004 7.01025 9.70004H12.0002H13.7003C13.3303 13.22 10.4702 15.97 6.99023 15.97C6.58023 15.97 6.24023 16.31 6.24023 16.72C6.24023 17.13 6.58023 17.47 6.99023 17.47C9.06023 17.47 10.9502 16.67 12.4002 15.36C13.6702 16.72 15.2802 17.47 16.9902 17.47C17.4002 17.47 17.7402 17.13 17.7402 16.72C17.7402 16.31 17.4102 15.97 17.0002 15.97Z\" fill=\"\"/>\n</svg>\n</li><li title=\"language square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.1898 2H7.81976C4.17976 2 2.00977 4.17 2.00977 7.81V16.18C2.00977 19.82 4.17976 21.99 7.81976 21.99H16.1898C19.8298 21.99 21.9998 19.82 21.9998 16.18V7.81C21.9998 4.17 19.8298 2 16.1898 2Z\" fill=\"\"/>\n<path d=\"M17.0002 15.97C15.6902 15.97 14.4402 15.37 13.4402 14.26C14.4302 12.99 15.0702 11.42 15.2102 9.70004H16.9902C17.4002 9.70004 17.7402 9.36004 17.7402 8.95004C17.7402 8.54004 17.4002 8.20004 16.9902 8.20004H14.5602C14.5402 8.20004 14.5202 8.19003 14.5002 8.19003C14.4802 8.19003 14.4602 8.20004 14.4402 8.20004H12.7502V7.27002C12.7502 6.86002 12.4102 6.52002 12.0002 6.52002C11.5902 6.52002 11.2502 6.86002 11.2502 7.27002V8.20004H7.01025C6.60025 8.20004 6.26025 8.54004 6.26025 8.95004C6.26025 9.36004 6.60025 9.70004 7.01025 9.70004H12.0002H13.7003C13.3303 13.22 10.4702 15.97 6.99023 15.97C6.58023 15.97 6.24023 16.31 6.24023 16.72C6.24023 17.13 6.58023 17.47 6.99023 17.47C9.06023 17.47 10.9502 16.67 12.4002 15.36C13.6702 16.72 15.2802 17.47 16.9902 17.47C17.4002 17.47 17.7402 17.13 17.7402 16.72C17.7402 16.31 17.4102 15.97 17.0002 15.97Z\" fill=\"\"/>\n</svg>\n</li><li title=\"layer \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.3697 4.89012L13.5097 2.28012C12.6497 1.90012 11.3497 1.90012 10.4897 2.28012L4.62969 4.89012C3.14969 5.55012 2.92969 6.45012 2.92969 6.93012C2.92969 7.41012 3.14969 8.31012 4.62969 8.97012L10.4897 11.5801C10.9197 11.7701 11.4597 11.8701 11.9997 11.8701C12.5397 11.8701 13.0797 11.7701 13.5097 11.5801L19.3697 8.97012C20.8497 8.31012 21.0697 7.41012 21.0697 6.93012C21.0697 6.45012 20.8597 5.55012 19.3697 4.89012Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M12.0003 17.04C11.6203 17.04 11.2403 16.96 10.8903 16.81L4.15031 13.81C3.12031 13.35 2.32031 12.12 2.32031 10.99C2.32031 10.58 2.65031 10.25 3.06031 10.25C3.47031 10.25 3.80031 10.58 3.80031 10.99C3.80031 11.53 4.25031 12.23 4.75031 12.45L11.4903 15.45C11.8103 15.59 12.1803 15.59 12.5003 15.45L19.2403 12.45C19.7403 12.23 20.1903 11.54 20.1903 10.99C20.1903 10.58 20.5203 10.25 20.9303 10.25C21.3403 10.25 21.6703 10.58 21.6703 10.99C21.6703 12.11 20.8703 13.35 19.8403 13.81L13.1003 16.81C12.7603 16.96 12.3803 17.04 12.0003 17.04Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M12.0003 22C11.6203 22 11.2403 21.92 10.8903 21.77L4.15031 18.77C3.04031 18.28 2.32031 17.17 2.32031 15.95C2.32031 15.54 2.65031 15.21 3.06031 15.21C3.47031 15.21 3.80031 15.54 3.80031 15.95C3.80031 16.58 4.17031 17.15 4.75031 17.41L11.4903 20.41C11.8103 20.55 12.1803 20.55 12.5003 20.41L19.2403 17.41C19.8103 17.16 20.1903 16.58 20.1903 15.95C20.1903 15.54 20.5203 15.21 20.9303 15.21C21.3403 15.21 21.6703 15.54 21.6703 15.95C21.6703 17.17 20.9503 18.27 19.8403 18.77L13.1003 21.77C12.7603 21.92 12.3803 22 12.0003 22Z\" fill=\"\"/>\n</svg>\n</li><li title=\"level \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" fill=\"\"/>\n<path d=\"M12 14.25C13.2426 14.25 14.25 13.2426 14.25 12C14.25 10.7574 13.2426 9.75 12 9.75C10.7574 9.75 9.75 10.7574 9.75 12C9.75 13.2426 10.7574 14.25 12 14.25Z\" fill=\"\"/>\n<path d=\"M7 12.75H5C4.59 12.75 4.25 12.41 4.25 12C4.25 11.59 4.59 11.25 5 11.25H7C7.41 11.25 7.75 11.59 7.75 12C7.75 12.41 7.41 12.75 7 12.75Z\" fill=\"\"/>\n<path d=\"M19 12.75H17C16.59 12.75 16.25 12.41 16.25 12C16.25 11.59 16.59 11.25 17 11.25H19C19.41 11.25 19.75 11.59 19.75 12C19.75 12.41 19.41 12.75 19 12.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"lifebuoy \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M21.9707 12C21.9707 14.49 21.0607 16.77 19.5507 18.52C19.2207 18.9 18.8707 19.26 18.4907 19.57C16.7507 21.09 14.4707 22 11.9707 22C9.4807 22 7.2007 21.09 5.4507 19.58C5.0707 19.25 4.7207 18.9 4.3907 18.52C2.8807 16.77 1.9707 14.49 1.9707 12C1.9707 9.51 2.8807 7.23 4.4007 5.48C4.7207 5.1 5.0807 4.74 5.4607 4.42C7.2107 2.91 9.4807 2 11.9707 2C14.4707 2 16.7507 2.91 18.4907 4.43C18.8707 4.75 19.2307 5.1 19.5507 5.49C21.0607 7.24 21.9707 9.51 21.9707 12Z\" fill=\"\"/>\n<path d=\"M15.6506 14.6199L19.5506 18.5199C19.2206 18.8999 18.8706 19.2599 18.4906 19.5699L14.5906 15.6699C13.8506 16.1899 12.9606 16.4999 12.0006 16.4999C11.0206 16.4999 10.1206 16.1799 9.38063 15.6499L5.45062 19.5799C5.07062 19.2499 4.72063 18.8999 4.39062 18.5199L8.33063 14.5899C7.81063 13.8499 7.50063 12.9599 7.50063 11.9999C7.50063 11.0399 7.81063 10.1499 8.33063 9.40992L4.40063 5.47992C4.72063 5.09992 5.08063 4.73992 5.46063 4.41992L9.38063 8.34992C10.1206 7.81992 11.0206 7.49992 12.0006 7.49992C12.9606 7.49992 13.8506 7.80992 14.5906 8.32992L18.4906 4.42992C18.8706 4.74992 19.2306 5.09992 19.5506 5.48992L15.6506 9.37992C16.1806 10.1199 16.5006 11.0199 16.5006 11.9999C16.5006 12.9799 16.1806 13.8799 15.6506 14.6199Z\" fill=\"\"/>\n</svg>\n</li><li title=\"like 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M21.6509 10.03C21.2609 9.46997 20.5709 9.14997 19.7809 9.14997H15.6809C15.4109 9.14997 15.1609 9.03998 14.9909 8.83998C14.8109 8.63998 14.7409 8.35997 14.7809 8.06997L15.2909 4.78997C15.5109 3.80997 14.8609 2.70998 13.8809 2.37998C12.9709 2.03998 11.9009 2.49998 11.4709 3.14998L7.25086 9.41998L7.13086 9.61998V18.46L7.28086 18.61L10.4509 21.06C10.8709 21.48 11.8209 21.71 12.4909 21.71H16.3909C17.7309 21.71 19.0809 20.7 19.3809 19.47L21.8409 11.98C22.1009 11.27 22.0309 10.58 21.6509 10.03Z\" fill=\"\"/>\n<path d=\"M5.21 6.37988H4.18C2.63 6.37988 2 6.97988 2 8.45988V18.5199C2 19.9999 2.63 20.5999 4.18 20.5999H5.21C6.76 20.5999 7.39 19.9999 7.39 18.5199V8.45988C7.39 6.97988 6.76 6.37988 5.21 6.37988Z\" fill=\"\"/>\n</svg>\n</li><li title=\"like dislike \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M13.1502 15.3699C12.9302 15.0499 12.5401 14.8699 12.0901 14.8699H9.76015C9.61015 14.8699 9.46016 14.8099 9.37016 14.6899C9.27016 14.5699 9.23015 14.4199 9.25015 14.2499L9.54015 12.3899C9.66015 11.8399 9.29015 11.2099 8.74015 11.0199C8.22015 10.8299 7.62016 11.0899 7.37016 11.4599L4.98016 15.0099L4.91016 15.1299V20.1499L5.00015 20.2398L6.80016 21.6299C7.04016 21.8699 7.58015 21.9999 7.96015 21.9999H10.1702C10.9302 21.9999 11.6902 21.4298 11.8702 20.7298L13.2701 16.4798C13.4101 16.0698 13.3702 15.6799 13.1502 15.3699Z\" fill=\"\"/>\n<path d=\"M3.82 13.2998H3.24C2.36 13.2998 2 13.6398 2 14.4798V20.1898C2 21.0298 2.36 21.3698 3.24 21.3698H3.82C4.7 21.3698 5.06 21.0298 5.06 20.1898V14.4798C5.06 13.6398 4.7 13.2998 3.82 13.2998Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M11.1997 8.59998C11.4197 8.91998 11.8097 9.09998 12.2597 9.09998H14.5897C14.7397 9.09998 14.8897 9.16003 14.9797 9.28003C15.0797 9.40003 15.1197 9.54997 15.0997 9.71997L14.8097 11.58C14.6897 12.13 15.0597 12.76 15.6097 12.95C16.1297 13.14 16.7297 12.88 16.9797 12.51L19.3697 8.96002L19.4397 8.84003V3.82001L19.3497 3.72998L17.5497 2.34003C17.3097 2.10003 16.7697 1.96997 16.3897 1.96997H14.1797C13.4197 1.96997 12.6597 2.53999 12.4797 3.23999L11.0797 7.48999C10.9397 7.88999 10.9797 8.28998 11.1997 8.59998Z\" fill=\"\"/>\n<path d=\"M20.5291 10.6701H21.1091C21.9891 10.6701 22.3491 10.3301 22.3491 9.49011V3.78015C22.3491 2.94015 21.9891 2.6001 21.1091 2.6001H20.5291C19.6491 2.6001 19.2891 2.94015 19.2891 3.78015V9.49011C19.2891 10.3301 19.6491 10.6701 20.5291 10.6701Z\" fill=\"\"/>\n</svg>\n</li><li title=\"like shapes \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M10.7509 2.45007C11.4409 1.86007 12.5708 1.86007 13.2708 2.45007L14.8509 3.81005C15.1509 4.07005 15.7108 4.28009 16.1108 4.28009H17.8109C18.8709 4.28009 19.7408 5.15008 19.7408 6.21008V7.91003C19.7408 8.30003 19.9508 8.87004 20.2108 9.17004L21.5709 10.7501C22.1609 11.4401 22.1609 12.5701 21.5709 13.2701L20.2108 14.85C19.9508 15.15 19.7408 15.71 19.7408 16.11V17.8101C19.7408 18.8701 18.8709 19.74 17.8109 19.74H16.1108C15.7208 19.74 15.1509 19.9501 14.8509 20.2101L13.2708 21.5701C12.5808 22.1601 11.4509 22.1601 10.7509 21.5701L9.17087 20.2101C8.87087 19.9501 8.31086 19.74 7.91086 19.74H6.18085C5.12085 19.74 4.25086 18.8701 4.25086 17.8101V16.1C4.25086 15.71 4.04087 15.15 3.79087 14.85L2.44086 13.2601C1.86086 12.5701 1.86086 11.4501 2.44086 10.7601L3.79087 9.17004C4.04087 8.87004 4.25086 8.31004 4.25086 7.92004V6.21008C4.25086 5.15008 5.12085 4.28009 6.18085 4.28009H7.91086C8.30086 4.28009 8.87087 4.07005 9.17087 3.81005L10.7509 2.45007Z\" fill=\"\"/>\n<path d=\"M16.5804 11.07C16.3904 10.8 16.0705 10.65 15.6905 10.65H13.7404C13.6104 10.65 13.4905 10.6 13.4105 10.5C13.3305 10.4 13.2905 10.27 13.3105 10.13L13.5504 8.56998C13.6504 8.10998 13.3405 7.57997 12.8805 7.42997C12.4505 7.26997 11.9404 7.48995 11.7404 7.78995L9.80045 10.67V10.31C9.80045 9.60997 9.50047 9.31998 8.76047 9.31998H8.27045C7.53045 9.31998 7.23047 9.60997 7.23047 10.31V15.09C7.23047 15.79 7.53045 16.08 8.27045 16.08H8.76047C9.46047 16.08 9.76047 15.81 9.79047 15.17L11.2605 16.3C11.4605 16.5 11.9105 16.61 12.2305 16.61H14.0804C14.7204 16.61 15.3605 16.13 15.5005 15.54L16.6705 11.98C16.8005 11.66 16.7704 11.33 16.5804 11.07Z\" fill=\"\"/>\n</svg>\n</li><li title=\"like tag \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M18 18.86H17.24C16.44 18.86 15.68 19.17 15.12 19.73L13.41 21.42C12.63 22.19 11.36 22.19 10.58 21.42L8.87 19.73C8.31 19.17 7.54 18.86 6.75 18.86H6C4.34 18.86 3 17.53 3 15.89V4.97998C3 3.33998 4.34 2.01001 6 2.01001H18C19.66 2.01001 21 3.33998 21 4.97998V15.89C21 17.52 19.66 18.86 18 18.86Z\" fill=\"\"/>\n<path d=\"M16.5805 9.56998C16.3905 9.29998 16.0705 9.15 15.6905 9.15H13.7405C13.6105 9.15 13.4905 9.09998 13.4105 8.99998C13.3305 8.89998 13.2905 8.76998 13.3105 8.62998L13.5505 7.06998C13.6505 6.60998 13.3405 6.07997 12.8805 5.92997C12.4505 5.76997 11.9405 5.98995 11.7405 6.28995L9.80048 9.16996V8.80997C9.80048 8.10997 9.50047 7.81998 8.76047 7.81998H8.27048C7.53048 7.81998 7.23047 8.10997 7.23047 8.80997V13.59C7.23047 14.29 7.53048 14.58 8.27048 14.58H8.76047C9.46047 14.58 9.76047 14.31 9.79047 13.67L11.2605 14.8C11.4605 15 11.9105 15.11 12.2305 15.11H14.0805C14.7205 15.11 15.3605 14.63 15.5005 14.04L16.6705 10.48C16.8005 10.16 16.7705 9.82998 16.5805 9.56998Z\" fill=\"\"/>\n</svg>\n</li><li title=\"like \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M18 18.86H17.24C16.44 18.86 15.68 19.17 15.12 19.73L13.41 21.42C12.63 22.19 11.36 22.19 10.58 21.42L8.87 19.73C8.31 19.17 7.54 18.86 6.75 18.86H6C4.34 18.86 3 17.53 3 15.89V4.98001C3 3.34001 4.34 2.01001 6 2.01001H18C19.66 2.01001 21 3.34001 21 4.98001V15.89C21 17.52 19.66 18.86 18 18.86Z\" fill=\"\"/>\n<path d=\"M12.28 14.96C12.13 15.01 11.88 15.01 11.72 14.96C10.42 14.51 7.5 12.66 7.5 9.51001C7.5 8.12001 8.62 7 10 7C10.82 7 11.54 7.39 12 8C12.46 7.39 13.18 7 14 7C15.38 7 16.5 8.12001 16.5 9.51001C16.49 12.66 13.58 14.51 12.28 14.96Z\" fill=\"\"/>\n</svg>\n</li><li title=\"link 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M10.9999 7.5V16.5C10.9999 17.05 10.5499 17.5 9.99989 17.5H7.49989C5.97989 17.5 4.60989 16.88 3.60989 15.89C2.66989 14.94 2.05989 13.65 1.99989 12.22C1.87989 9.08 4.61989 6.5 7.76989 6.5H9.99989C10.5499 6.5 10.9999 6.95 10.9999 7.5Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M21.9998 11.78C22.1298 14.93 19.3898 17.5 16.2398 17.5H14.0098C13.4598 17.5 13.0098 17.05 13.0098 16.5V7.5C13.0098 6.95 13.4598 6.5 14.0098 6.5H16.5098C18.0298 6.5 19.3998 7.12 20.3998 8.11C21.3298 9.06 21.9398 10.35 21.9998 11.78Z\" fill=\"\"/>\n<path d=\"M16 12.75H8C7.59 12.75 7.25 12.41 7.25 12C7.25 11.59 7.59 11.25 8 11.25H16C16.41 11.25 16.75 11.59 16.75 12C16.75 12.41 16.41 12.75 16 12.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"link 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.4101 18.5899C15.0101 18.5899 14.6801 18.2599 14.6801 17.8599C14.6801 17.4599 15.0101 17.1299 15.4101 17.1299C18.2301 17.1299 20.5301 14.8299 20.5301 12.0099C20.5301 9.18992 18.2301 6.88992 15.4101 6.88992C12.5901 6.88992 10.2901 9.18992 10.2901 12.0099C10.2901 12.4099 9.96008 12.7399 9.56008 12.7399C9.16008 12.7399 8.83008 12.4099 8.83008 12.0099C8.83008 8.37992 11.7801 5.41992 15.4201 5.41992C19.0601 5.41992 22.0001 8.36992 22.0001 11.9999C22.0001 15.6299 19.0501 18.5899 15.4101 18.5899Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M22 12.0002C22 15.6402 19.05 18.5902 15.41 18.5902C14.16 18.5902 12.99 18.2402 12 17.6302C13.9 16.4802 15.17 14.3902 15.17 12.0002C15.17 9.61016 13.9 7.52016 12 6.37016C13 5.77016 14.17 5.41016 15.41 5.41016C19.05 5.41016 22 8.36016 22 12.0002Z\" fill=\"\"/>\n<path d=\"M8.59 5.41016C8.99 5.41016 9.32 5.74016 9.32 6.14016C9.32 6.54016 8.99 6.87016 8.59 6.87016C5.77 6.87016 3.47 9.17016 3.47 11.9902C3.47 14.8102 5.77 17.1102 8.59 17.1102C11.41 17.1102 13.71 14.8102 13.71 11.9902C13.71 11.5902 14.04 11.2602 14.44 11.2602C14.84 11.2602 15.17 11.5902 15.17 11.9902C15.17 15.6202 12.22 18.5802 8.58 18.5802C4.94 18.5802 2 15.6302 2 12.0002C2 8.37016 4.95 5.41016 8.59 5.41016Z\" fill=\"\"/>\n<path opacity=\"0.5\" d=\"M15.17 12.0002C15.17 14.3902 13.9 16.4802 12 17.6302C11 18.2302 9.83 18.5902 8.59 18.5902C4.95 18.5902 2 15.6402 2 12.0002C2 8.36016 4.95 5.41016 8.59 5.41016C9.83 5.41016 11 5.77016 12 6.37016C13.9 7.52016 15.17 9.61016 15.17 12.0002Z\" fill=\"\"/>\n</svg>\n</li><li title=\"link 21 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.0693 14.2401C18.7793 14.5301 18.3193 14.5301 18.0393 14.2401C17.7493 13.9501 17.7493 13.4901 18.0393 13.2101C20.0393 11.2101 20.0393 7.9601 18.0393 5.9701C16.0393 3.9801 12.7893 3.9701 10.7993 5.9701C8.8093 7.9701 8.7993 11.2201 10.7993 13.2101C11.0893 13.5001 11.0893 13.9601 10.7993 14.2401C10.5093 14.5301 10.0493 14.5301 9.7693 14.2401C7.1993 11.6701 7.1993 7.4901 9.7693 4.9301C12.3393 2.3701 16.5193 2.3601 19.0793 4.9301C21.6393 7.5001 21.6393 11.6701 19.0693 14.2401Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M19.0695 4.92994C21.6395 7.49994 21.6395 11.6699 19.0695 14.2399C18.1895 15.1199 17.1095 15.6999 15.9795 15.9799C16.5095 13.8199 15.9295 11.4499 14.2395 9.75994C12.5495 8.06994 10.1795 7.48994 8.01953 8.01994C8.29953 6.88994 8.86953 5.80994 9.75953 4.92994C12.3295 2.35994 16.4995 2.35994 19.0695 4.92994Z\" fill=\"\"/>\n<path d=\"M4.9307 9.75998C5.2207 9.46998 5.68071 9.46998 5.96071 9.75998C6.25071 10.05 6.25071 10.51 5.96071 10.79C3.96071 12.79 3.96071 16.04 5.96071 18.03C7.9607 20.02 11.2107 20.03 13.2007 18.03C15.1907 16.03 15.2007 12.78 13.2007 10.79C12.9107 10.5 12.9107 10.04 13.2007 9.75998C13.4907 9.46998 13.9507 9.46998 14.2307 9.75998C16.8007 12.33 16.8007 16.51 14.2307 19.07C11.6607 21.63 7.48071 21.64 4.92071 19.07C2.36071 16.5 2.3607 12.33 4.9307 9.75998Z\" fill=\"\"/>\n<path opacity=\"0.5\" d=\"M14.2395 9.75988C15.9295 11.4499 16.5095 13.8199 15.9795 15.9799C15.6995 17.1099 15.1195 18.1899 14.2395 19.0699C11.6695 21.6399 7.49945 21.6399 4.92945 19.0699C2.35945 16.4999 2.35945 12.3299 4.92945 9.75988C5.80945 8.86988 6.88945 8.29988 8.01945 8.01988C10.1795 7.48988 12.5495 8.06988 14.2395 9.75988Z\" fill=\"\"/>\n</svg>\n</li><li title=\"link circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" fill=\"\"/>\n<path d=\"M7.93974 15.2599C7.84974 15.2599 7.76973 15.2499 7.67973 15.2099C6.86973 14.9099 6.18973 14.3199 5.75973 13.5499C4.75973 11.7499 5.37974 9.39992 7.12974 8.30992L9.46974 6.85991C10.3297 6.32991 11.3397 6.16994 12.2997 6.41994C13.2597 6.66994 14.0697 7.29992 14.5597 8.17992C15.5597 9.97992 14.9397 12.3299 13.1897 13.4199L12.9297 13.6099C12.5897 13.8499 12.1197 13.7699 11.8797 13.4399C11.6397 13.0999 11.7197 12.6299 12.0497 12.3899L12.3597 12.1699C13.4797 11.4699 13.8597 10.0199 13.2497 8.90993C12.9597 8.38993 12.4897 8.01992 11.9297 7.86992C11.3697 7.71992 10.7797 7.80993 10.2697 8.12993L7.92973 9.57991C6.84973 10.2499 6.46974 11.6999 7.07974 12.8199C7.32974 13.2699 7.72974 13.6199 8.20974 13.7999C8.59974 13.9399 8.79973 14.3699 8.64973 14.7599C8.53973 15.0699 8.24974 15.2599 7.93974 15.2599Z\" fill=\"\"/>\n<path d=\"M12.66 17.6501C12.36 17.6501 12.05 17.6101 11.75 17.5301C10.79 17.2801 9.97997 16.6501 9.49997 15.7701C8.49997 13.9701 9.11996 11.6201 10.87 10.5301L11.13 10.3401C11.47 10.1001 11.94 10.1801 12.18 10.5101C12.42 10.8501 12.34 11.3201 12.01 11.5601L11.7 11.7801C10.58 12.4801 10.2 13.9301 10.81 15.0401C11.1 15.5601 11.57 15.9301 12.13 16.0801C12.69 16.2301 13.28 16.1401 13.79 15.8201L16.13 14.3701C17.21 13.7001 17.59 12.2501 16.98 11.1301C16.73 10.6801 16.33 10.3301 15.85 10.1501C15.46 10.0101 15.26 9.58011 15.41 9.19011C15.55 8.80011 15.99 8.60011 16.37 8.75011C17.18 9.05011 17.86 9.64012 18.29 10.4101C19.29 12.2101 18.67 14.5601 16.92 15.6501L14.58 17.1001C13.99 17.4601 13.33 17.6501 12.66 17.6501Z\" fill=\"\"/>\n</svg>\n</li><li title=\"link square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.1898 2H7.81978C4.17978 2 2.00977 4.17 2.00977 7.81V16.18C2.00977 19.82 4.17978 21.99 7.81978 21.99H16.1898C19.8298 21.99 21.9998 19.82 21.9998 16.18V7.81C21.9998 4.17 19.8298 2 16.1898 2Z\" fill=\"\"/>\n<path d=\"M8.1796 16.7701C8.1596 16.7701 8.12961 16.7701 8.10961 16.7701C7.13961 16.6801 6.22961 16.2301 5.54961 15.5101C3.94961 13.8301 3.94961 11.1001 5.54961 9.4201L7.73961 7.12009C8.51961 6.30009 9.56961 5.84009 10.6896 5.84009C11.8096 5.84009 12.8596 6.29009 13.6396 7.12009C15.2396 8.80009 15.2396 11.5301 13.6396 13.2101L12.5496 14.3601C12.2596 14.6601 11.7896 14.6701 11.4896 14.3901C11.1896 14.1001 11.1796 13.6301 11.4596 13.3301L12.5496 12.1801C13.6096 11.0701 13.6096 9.2601 12.5496 8.1601C11.5596 7.1201 9.81961 7.1201 8.81961 8.1601L6.62961 10.4601C5.56961 11.5701 5.56961 13.3801 6.62961 14.4801C7.05961 14.9401 7.63961 15.2201 8.24961 15.2801C8.65961 15.3201 8.9596 15.6901 8.9196 16.1001C8.8896 16.4801 8.5596 16.7701 8.1796 16.7701Z\" fill=\"\"/>\n<path d=\"M13.3102 18.1601C12.1902 18.1601 11.1402 17.7101 10.3602 16.8801C8.76016 15.2001 8.76016 12.4701 10.3602 10.7902L11.4502 9.64016C11.7402 9.34016 12.2102 9.33013 12.5102 9.61013C12.8102 9.90013 12.8201 10.3702 12.5401 10.6702L11.4502 11.8201C10.3902 12.9301 10.3902 14.7401 11.4502 15.8401C12.4402 16.8801 14.1801 16.8901 15.1801 15.8401L17.3702 13.5402C18.4302 12.4302 18.4302 10.6201 17.3702 9.52013C16.9402 9.06013 16.3602 8.78014 15.7502 8.72014C15.3402 8.68014 15.0402 8.31014 15.0802 7.90014C15.1202 7.49014 15.4801 7.18015 15.9001 7.23015C16.8701 7.33015 17.7802 7.77013 18.4602 8.49013C20.0602 10.1701 20.0602 12.9001 18.4602 14.5801L16.2702 16.8801C15.4802 17.7101 14.4302 18.1601 13.3102 18.1601Z\" fill=\"\"/>\n</svg>\n</li><li title=\"link \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.5002 14.75H10.0002C9.59024 14.75 9.25024 14.41 9.25024 14C9.25024 13.59 9.59024 13.25 10.0002 13.25H12.5002C15.1202 13.25 17.2502 11.12 17.2502 8.5C17.2502 5.88 15.1202 3.75 12.5002 3.75H7.50024C4.88024 3.75 2.75024 5.88 2.75024 8.5C2.75024 9.6 3.14023 10.67 3.84023 11.52C4.10023 11.84 4.06023 12.31 3.74023 12.58C3.42023 12.84 2.95024 12.8 2.68024 12.48C1.75024 11.36 1.24023 9.95 1.24023 8.5C1.24023 5.05 4.04023 2.25 7.49023 2.25H12.4902C15.9402 2.25 18.7402 5.05 18.7402 8.5C18.7402 11.95 15.9502 14.75 12.5002 14.75Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M16.5 21.75H11.5C8.05 21.75 5.25 18.95 5.25 15.5C5.25 12.05 8.05 9.25 11.5 9.25H14C14.41 9.25 14.75 9.59 14.75 10C14.75 10.41 14.41 10.75 14 10.75H11.5C8.88 10.75 6.75 12.88 6.75 15.5C6.75 18.12 8.88 20.25 11.5 20.25H16.5C19.12 20.25 21.25 18.12 21.25 15.5C21.25 14.4 20.86 13.33 20.16 12.48C19.9 12.16 19.94 11.69 20.26 11.42C20.58 11.15 21.05 11.2 21.32 11.52C22.25 12.64 22.76 14.05 22.76 15.5C22.75 18.95 19.95 21.75 16.5 21.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"location add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M20.6207 8.7C19.5807 4.07 15.5407 2 12.0007 2C12.0007 2 12.0007 2 11.9907 2C8.46073 2 4.43073 4.07 3.38073 8.69C2.20073 13.85 5.36073 18.22 8.22073 20.98C9.28073 22 10.6407 22.51 12.0007 22.51C13.3607 22.51 14.7207 22 15.7707 20.98C18.6307 18.22 21.7907 13.86 20.6207 8.7Z\" fill=\"\"/>\n<path d=\"M14.75 10.25H12.75V8.25C12.75 7.84 12.41 7.5 12 7.5C11.59 7.5 11.25 7.84 11.25 8.25V10.25H9.25C8.84 10.25 8.5 10.59 8.5 11C8.5 11.41 8.84 11.75 9.25 11.75H11.25V13.75C11.25 14.16 11.59 14.5 12 14.5C12.41 14.5 12.75 14.16 12.75 13.75V11.75H14.75C15.16 11.75 15.5 11.41 15.5 11C15.5 10.59 15.16 10.25 14.75 10.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"location cross \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.5295 12.4202L13.0795 10.9702L14.4795 9.57018C14.7695 9.28018 14.7695 8.80018 14.4795 8.51018C14.1895 8.22018 13.7095 8.22018 13.4195 8.51018L12.0195 9.91018L10.5695 8.46018C10.2795 8.17018 9.79945 8.17018 9.50945 8.46018C9.21945 8.75018 9.21945 9.23018 9.50945 9.52018L10.9595 10.9702L9.46945 12.4602C9.17945 12.7502 9.17945 13.2302 9.46945 13.5202C9.61945 13.6702 9.80945 13.7402 9.99945 13.7402C10.1895 13.7402 10.3795 13.6702 10.5295 13.5202L12.0195 12.0302L13.4695 13.4802C13.6195 13.6302 13.8095 13.7002 13.9995 13.7002C14.1895 13.7002 14.3795 13.6302 14.5295 13.4802C14.8195 13.1902 14.8195 12.7202 14.5295 12.4202Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M20.6207 8.7C19.5807 4.07 15.5407 2 12.0007 2C12.0007 2 12.0007 2 11.9907 2C8.46073 2 4.43073 4.07 3.38073 8.69C2.20073 13.85 5.36073 18.22 8.22073 20.98C9.28073 22 10.6407 22.51 12.0007 22.51C13.3607 22.51 14.7207 22 15.7707 20.98C18.6307 18.22 21.7907 13.86 20.6207 8.7Z\" fill=\"\"/>\n</svg>\n</li><li title=\"location minus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M20.6207 8.7C19.5807 4.07 15.5407 2 12.0007 2C12.0007 2 12.0007 2 11.9907 2C8.46073 2 4.43073 4.07 3.38073 8.69C2.20073 13.85 5.36073 18.22 8.22073 20.98C9.28073 22 10.6407 22.51 12.0007 22.51C13.3607 22.51 14.7207 22 15.7707 20.98C18.6307 18.22 21.7907 13.86 20.6207 8.7Z\" fill=\"\"/>\n<path d=\"M14.75 11.75H9.25C8.84 11.75 8.5 11.41 8.5 11C8.5 10.59 8.84 10.25 9.25 10.25H14.75C15.16 10.25 15.5 10.59 15.5 11C15.5 11.41 15.16 11.75 14.75 11.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"location slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M18.8906 5.11L5.7906 18.21C3.9006 15.64 2.5406 12.36 3.3806 8.69C3.9006 6.38 5.1806 4.71 6.7606 3.61C8.3406 2.52 10.2306 2 12.0006 2C14.4406 2 17.1206 2.98 18.8906 5.11Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M15.7806 20.98C14.7206 22 13.3606 22.51 12.0006 22.51C10.6406 22.51 9.28063 21.99 8.22063 20.97C7.86063 20.63 7.50063 20.25 7.14062 19.86L20.0406 6.95996C20.2906 7.49996 20.4806 8.06996 20.6206 8.69996C21.7906 13.86 18.6306 18.22 15.7806 20.98Z\" fill=\"\"/>\n<path d=\"M21.7705 2.23006C21.4705 1.92006 20.9905 1.92006 20.6905 2.23006L15.0205 7.90006L14.3005 8.62006C13.7605 7.88006 12.9105 7.44006 12.0005 7.44006C10.4205 7.44006 9.13055 8.73006 9.13055 10.3101C9.13055 11.2101 9.57055 12.0601 10.3105 12.6101L2.23055 20.6901C1.92055 20.9901 1.92055 21.4701 2.23055 21.7701C2.38055 21.9201 2.57055 22.0001 2.77055 22.0001C2.97055 22.0001 3.16055 21.9201 3.31055 21.7701L21.7705 3.31006C22.0805 3.01006 22.0805 2.53006 21.7705 2.23006Z\" fill=\"\"/>\n</svg>\n</li><li title=\"location tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M20.6207 8.7C19.5807 4.07 15.5407 2 12.0007 2C12.0007 2 12.0007 2 11.9907 2C8.46073 2 4.43073 4.07 3.38073 8.69C2.20073 13.85 5.36073 18.22 8.22073 20.98C9.28073 22 10.6407 22.51 12.0007 22.51C13.3607 22.51 14.7207 22 15.7707 20.98C18.6307 18.22 21.7907 13.86 20.6207 8.7Z\" fill=\"\"/>\n<path d=\"M10.7495 13.7499C10.5595 13.7499 10.3695 13.6799 10.2195 13.5299L8.71945 12.0299C8.42945 11.7399 8.42945 11.2599 8.71945 10.9699C9.00945 10.6799 9.48945 10.6799 9.77945 10.9699L10.7495 11.9399L14.2195 8.46994C14.5095 8.17994 14.9895 8.17994 15.2795 8.46994C15.5695 8.75994 15.5695 9.23994 15.2795 9.52994L11.2795 13.5299C11.1295 13.6799 10.9395 13.7499 10.7495 13.7499Z\" fill=\"\"/>\n</svg>\n</li><li title=\"location \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M20.6191 8.45C19.5691 3.83 15.5391 1.75 11.9991 1.75C11.9991 1.75 11.9991 1.75 11.9891 1.75C8.45912 1.75 4.41912 3.82 3.36912 8.44C2.19912 13.6 5.35912 17.97 8.21912 20.72C9.27912 21.74 10.6391 22.25 11.9991 22.25C13.3591 22.25 14.7191 21.74 15.7691 20.72C18.6291 17.97 21.7891 13.61 20.6191 8.45Z\" fill=\"\"/>\n<path d=\"M11.9996 13.4602C13.7393 13.4602 15.1496 12.0499 15.1496 10.3102C15.1496 8.57046 13.7393 7.16016 11.9996 7.16016C10.2599 7.16016 8.84961 8.57046 8.84961 10.3102C8.84961 12.0499 10.2599 13.4602 11.9996 13.4602Z\" fill=\"\"/>\n</svg>\n</li><li title=\"lock 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M11.9991 17.3501C12.8994 17.3501 13.6291 16.6203 13.6291 15.7201C13.6291 14.8199 12.8994 14.0901 11.9991 14.0901C11.0989 14.0901 10.3691 14.8199 10.3691 15.7201C10.3691 16.6203 11.0989 17.3501 11.9991 17.3501Z\" fill=\"\"/>\n<path d=\"M16.65 9.43994H7.35C3.25 9.43994 2 10.6899 2 14.7899V16.6499C2 20.7499 3.25 21.9999 7.35 21.9999H16.65C20.75 21.9999 22 20.7499 22 16.6499V14.7899C22 10.6899 20.75 9.43994 16.65 9.43994ZM12 18.7399C10.33 18.7399 8.98 17.3799 8.98 15.7199C8.98 14.0599 10.33 12.6999 12 12.6999C13.67 12.6999 15.02 14.0599 15.02 15.7199C15.02 17.3799 13.67 18.7399 12 18.7399Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M7.1207 9.45V8.28C7.1207 5.35 7.9507 3.4 12.0007 3.4C16.0507 3.4 16.8807 5.35 16.8807 8.28V9.45C17.3907 9.46 17.8507 9.48 18.2807 9.54V8.28C18.2807 5.58 17.6307 2 12.0007 2C6.3707 2 5.7207 5.58 5.7207 8.28V9.53C6.1407 9.48 6.6107 9.45 7.1207 9.45Z\" fill=\"\"/>\n</svg>\n</li><li title=\"lock circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" fill=\"\"/>\n<path d=\"M15.7491 10.73V10C15.7491 9.07 15.7491 6.25 11.9991 6.25C8.24915 6.25 8.24915 9.07 8.24915 10V10.73C7.02915 11 6.61914 11.79 6.61914 13.5V14.5C6.61914 16.7 7.29915 17.38 9.49915 17.38H14.4991C16.6991 17.38 17.3792 16.7 17.3792 14.5V13.5C17.3792 11.79 16.9691 11 15.7491 10.73ZM11.9991 15.1C11.3891 15.1 10.8992 14.61 10.8992 14C10.8992 13.39 11.3891 12.9 11.9991 12.9C12.6091 12.9 13.0991 13.39 13.0991 14C13.0991 14.61 12.6091 15.1 11.9991 15.1ZM14.2491 10.62H9.74915V10C9.74915 8.54 10.1091 7.75 11.9991 7.75C13.8891 7.75 14.2491 8.54 14.2491 10V10.62Z\" fill=\"\"/>\n</svg>\n</li><li title=\"lock slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.6308 15.72C13.6308 16.62 12.9008 17.35 12.0008 17.35C11.3608 17.35 10.8108 16.98 10.5508 16.45L12.7308 14.27C13.2608 14.53 13.6308 15.08 13.6308 15.72Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M7.35 9.43994C3.25 9.43994 2 10.6899 2 14.7899V16.6499C2 18.6999 2.31 20.0399 3.14 20.8599L9.1 14.8999C9.38 13.8899 10.17 13.0999 11.18 12.8199L14.56 9.43994H7.35Z\" fill=\"\"/>\n<path d=\"M18.1307 5.87L16.8707 7.13C16.8307 5.35 16.1607 3.4 12.0007 3.4C7.9507 3.4 7.1207 5.35 7.1207 8.28V9.45C6.6107 9.45 6.1407 9.48 5.7207 9.53V8.28C5.7207 5.58 6.3707 2 12.0007 2C15.5407 2 17.6007 3.3 18.1307 5.87Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M21.9999 14.79V16.65C21.9999 20.75 20.7499 22 16.6499 22H7.34992C6.50992 22 5.77992 21.95 5.16992 21.83L9.52992 17.47C10.0899 18.24 10.9799 18.74 11.9999 18.74C13.6699 18.74 15.0199 17.39 15.0199 15.72C15.0199 14.7 14.5199 13.81 13.7499 13.25L17.5399 9.45996C20.9299 9.64996 21.9999 11 21.9999 14.79Z\" fill=\"\"/>\n<path d=\"M21.7709 2.22988C21.4709 1.92988 20.9809 1.92988 20.6809 2.22988L2.23086 20.6899C1.93086 20.9899 1.93086 21.4799 2.23086 21.7799C2.38086 21.9199 2.57086 21.9999 2.77086 21.9999C2.97086 21.9999 3.16086 21.9199 3.31086 21.7699L21.7709 3.30988C22.0809 3.00988 22.0809 2.52988 21.7709 2.22988Z\" fill=\"\"/>\n</svg>\n</li><li title=\"lock \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.75 8V10.1C18.31 10.04 17.81 10.01 17.25 10V8C17.25 4.85 16.36 2.75 12 2.75C7.64 2.75 6.75 4.85 6.75 8V10C6.19 10.01 5.69 10.04 5.25 10.1V8C5.25 5.1 5.95 1.25 12 1.25C18.05 1.25 18.75 5.1 18.75 8Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M22 15V17C22 21 21 22 17 22H7C3 22 2 21 2 17V15C2 11.66 2.7 10.41 5.25 10.1C5.69 10.04 6.19 10.01 6.75 10H17.25C17.81 10.01 18.31 10.04 18.75 10.1C21.3 10.41 22 11.66 22 15Z\" fill=\"\"/>\n<path d=\"M8 17.0001C7.87 17.0001 7.74 16.9701 7.62 16.9201C7.49 16.8701 7.39001 16.8001 7.29001 16.7101C7.11001 16.5201 7 16.2601 7 16.0001C7 15.8701 7.02999 15.7401 7.07999 15.6201C7.12999 15.5001 7.20001 15.3901 7.29001 15.2901C7.39001 15.2001 7.49 15.1301 7.62 15.0801C7.99 14.9201 8.42999 15.0101 8.70999 15.2901C8.79999 15.3901 8.87001 15.5001 8.92001 15.6201C8.97001 15.7401 9 15.8701 9 16.0001C9 16.2601 8.88999 16.5201 8.70999 16.7101C8.51999 16.8901 8.26 17.0001 8 17.0001Z\" fill=\"\"/>\n<path d=\"M12 17C11.73 17 11.48 16.89 11.29 16.71C11.2 16.61 11.13 16.5 11.08 16.38C11.03 16.26 11 16.13 11 16C11 15.73 11.11 15.48 11.29 15.29C11.66 14.92 12.33 14.92 12.71 15.29C12.89 15.48 13 15.73 13 16C13 16.13 12.97 16.26 12.92 16.38C12.87 16.5 12.8 16.61 12.71 16.71C12.52 16.89 12.26 17 12 17Z\" fill=\"\"/>\n<path d=\"M16 17C15.74 17 15.48 16.89 15.29 16.71C15.11 16.52 15 16.27 15 16C15 15.73 15.11 15.48 15.29 15.29C15.67 14.92 16.34 14.92 16.71 15.29C16.75 15.34 16.79 15.39 16.83 15.45C16.87 15.5 16.9 15.56 16.92 15.62C16.95 15.68 16.97 15.74 16.98 15.8C16.99 15.87 17 15.94 17 16C17 16.26 16.89 16.52 16.71 16.71C16.52 16.89 16.26 17 16 17Z\" fill=\"\"/>\n</svg>\n</li><li title=\"login 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M9 7.2V16.79C9 20 11 22 14.2 22H16.79C19.99 22 21.99 20 21.99 16.8V7.2C22 4 20 2 16.8 2H14.2C11 2 9 4 9 7.2Z\" fill=\"\"/>\n<path d=\"M12.43 8.12002L15.78 11.47C16.07 11.76 16.07 12.24 15.78 12.53L12.43 15.88C12.14 16.17 11.66 16.17 11.37 15.88C11.08 15.59 11.08 15.11 11.37 14.82L13.44 12.75H2.75C2.34 12.75 2 12.41 2 12C2 11.59 2.34 11.25 2.75 11.25H13.44L11.37 9.18002C11.22 9.03002 11.15 8.84002 11.15 8.65002C11.15 8.46002 11.22 8.27002 11.37 8.12002C11.66 7.82002 12.13 7.82002 12.43 8.12002Z\" fill=\"\"/>\n</svg>\n</li><li title=\"login \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M10.7604 2C10.2804 2 9.90039 2.38 9.90039 2.86V21.15C9.90039 21.62 10.2804 22.01 10.7604 22.01C16.6504 22.01 20.7604 17.9 20.7604 12.01C20.7604 6.12 16.6404 2 10.7604 2Z\" fill=\"\"/>\n<path d=\"M15.9002 11.5399L13.0602 8.68991C12.7702 8.39991 12.2902 8.39991 12.0002 8.68991C11.7102 8.97991 11.7102 9.45991 12.0002 9.74991L13.5602 11.3099H3.99023C3.58023 11.3099 3.24023 11.6499 3.24023 12.0599C3.24023 12.4699 3.58023 12.8099 3.99023 12.8099H13.5602L12.0002 14.3799C11.7102 14.6699 11.7102 15.1499 12.0002 15.4399C12.1502 15.5899 12.3402 15.6599 12.5302 15.6599C12.7202 15.6599 12.9102 15.5899 13.0602 15.4399L15.9002 12.5899C16.2002 12.2999 16.2002 11.8299 15.9002 11.5399Z\" fill=\"\"/>\n</svg>\n</li><li title=\"logout 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M13.2402 2C13.7102 2 14.1002 2.38 14.1002 2.86V21.15C14.1002 21.62 13.7202 22.01 13.2402 22.01C7.35023 22.01 3.24023 17.9 3.24023 12.01C3.24023 6.12 7.36023 2 13.2402 2Z\" fill=\"\"/>\n<path d=\"M20.5409 11.5399L17.7009 8.68991C17.4109 8.39991 16.9309 8.39991 16.6409 8.68991C16.3509 8.97991 16.3509 9.45991 16.6409 9.74991L18.2009 11.3099H8.63086C8.22086 11.3099 7.88086 11.6499 7.88086 12.0599C7.88086 12.4699 8.22086 12.8099 8.63086 12.8099H18.2009L16.6409 14.3699C16.3509 14.6599 16.3509 15.1399 16.6409 15.4299C16.7909 15.5799 16.9809 15.6499 17.1709 15.6499C17.3609 15.6499 17.5509 15.5799 17.7009 15.4299L20.5409 12.5799C20.8309 12.2999 20.8309 11.8299 20.5409 11.5399Z\" fill=\"\"/>\n</svg>\n</li><li title=\"logout \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M9 7.2V16.79C9 20 11 22 14.2 22H16.79C19.99 22 21.99 20 21.99 16.8V7.2C22 4 20 2 16.8 2H14.2C11 2 9 4 9 7.2Z\" fill=\"\"/>\n<path d=\"M5.56945 8.12002L2.21945 11.47C1.92945 11.76 1.92945 12.24 2.21945 12.53L5.56945 15.88C5.85945 16.17 6.33945 16.17 6.62945 15.88C6.91945 15.59 6.91945 15.11 6.62945 14.82L4.55945 12.75H15.2495C15.6595 12.75 15.9995 12.41 15.9995 12C15.9995 11.59 15.6595 11.25 15.2495 11.25H4.55945L6.62945 9.18002C6.77945 9.03002 6.84945 8.84002 6.84945 8.65002C6.84945 8.46002 6.77945 8.26002 6.62945 8.12002C6.33945 7.82002 5.86945 7.82002 5.56945 8.12002Z\" fill=\"\"/>\n</svg>\n</li><li title=\"lovely \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M19.86 8.09009C19.86 8.24009 19.86 8.39009 19.85 8.53009C18.32 7.96009 16.52 8.31009 15.32 9.39009C14.51 8.66009 13.46 8.25009 12.34 8.25009C9.88 8.25009 7.88 10.2601 7.88 12.7401C7.88 15.5701 9.3 17.6401 10.66 18.9801C10.55 18.9701 10.46 18.9501 10.38 18.9201C7.79 18.0301 2 14.3501 2 8.09009C2 5.33009 4.21999 3.1001 6.95999 3.1001C8.58999 3.1001 10.03 3.88009 10.93 5.09009C11.84 3.88009 13.28 3.1001 14.9 3.1001C17.64 3.1001 19.86 5.33009 19.86 8.09009Z\" fill=\"\"/>\n<path d=\"M17.9999 9.59009C16.9299 9.59009 15.9599 10.1101 15.3599 10.9101C14.7599 10.1101 13.7999 9.59009 12.7199 9.59009C10.8999 9.59009 9.41992 11.0701 9.41992 12.9101C9.41992 13.6201 9.52992 14.2701 9.72992 14.8701C10.6699 17.8401 13.5599 19.6101 14.9899 20.1001C15.1899 20.1701 15.5199 20.1701 15.7299 20.1001C17.1599 19.6101 20.0499 17.8401 20.9899 14.8701C21.1899 14.2601 21.2999 13.6101 21.2999 12.9101C21.2999 11.0701 19.8199 9.59009 17.9999 9.59009Z\" fill=\"\"/>\n</svg>\n</li><li title=\"magic star \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.2902 4.13998L17.2202 7.92998C17.2102 8.44998 17.5403 9.13998 17.9603 9.44998L20.4403 11.33C22.0303 12.53 21.7703 14 19.8703 14.6L16.6403 15.61C16.1003 15.78 15.5303 16.37 15.3903 16.92L14.6203 19.86C14.0103 22.18 12.4902 22.41 11.2302 20.37L9.47024 17.52C9.15024 17 8.39024 16.61 7.79024 16.64L4.45028 16.81C2.06028 16.93 1.38027 15.55 2.94027 13.73L4.92025 11.43C5.29025 11 5.46024 10.2 5.29024 9.65999L4.28029 6.42998C3.69029 4.52998 4.75028 3.47999 6.64028 4.09999L9.59029 5.06999C10.0903 5.22999 10.8403 5.11998 11.2603 4.80998L14.3403 2.58998C16.0003 1.38998 17.3302 2.08998 17.2902 4.13998Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M21.4403 20.4699L18.4103 17.4399C18.1203 17.1499 17.6403 17.1499 17.3503 17.4399C17.0603 17.7299 17.0603 18.2099 17.3503 18.4999L20.3803 21.5299C20.5303 21.6799 20.7203 21.7499 20.9103 21.7499C21.1003 21.7499 21.2903 21.6799 21.4403 21.5299C21.7303 21.2399 21.7303 20.7599 21.4403 20.4699Z\" fill=\"\"/>\n</svg>\n</li><li title=\"magicpen \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.4998 7.49988L18.0098 8.98988L15.0098 5.98988L16.4998 4.49988C16.9198 4.07988 17.4598 3.87988 17.9998 3.87988C18.5398 3.87988 19.0798 4.07988 19.4998 4.49988C20.3298 5.32988 20.3298 6.66988 19.4998 7.49988Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M18.0095 8.99023L6.49945 20.5002C5.66945 21.3302 4.32945 21.3302 3.49945 20.5002C2.66945 19.6702 2.66945 18.3302 3.49945 17.5002L15.0095 5.99023L18.0095 8.99023Z\" fill=\"\"/>\n<path d=\"M9.95051 3.50002L10.3605 2.11002C10.4005 1.98002 10.3605 1.84002 10.2705 1.74002C10.1805 1.64002 10.0205 1.60002 9.89051 1.64002L8.50051 2.05002L7.11051 1.64002C6.98051 1.60002 6.84051 1.64002 6.74051 1.73002C6.64051 1.83002 6.61051 1.97002 6.65051 2.10002L7.05051 3.50002L6.64051 4.89002C6.60051 5.02002 6.64051 5.16002 6.73051 5.26002C6.83051 5.36002 6.97051 5.39002 7.10051 5.35002L8.50051 4.95002L9.89051 5.36002C9.93051 5.37002 9.96051 5.38002 10.0005 5.38002C10.1005 5.38002 10.1905 5.34002 10.2705 5.27002C10.3705 5.17002 10.4005 5.03002 10.3605 4.90002L9.95051 3.50002Z\" fill=\"\"/>\n<path d=\"M5.95051 9.50002L6.36051 8.11002C6.40051 7.98002 6.36051 7.84002 6.27051 7.74002C6.17051 7.64002 6.03051 7.61002 5.90051 7.65002L4.50051 8.05002L3.1105 7.64002C2.9805 7.60002 2.84051 7.64002 2.74051 7.73002C2.64051 7.83002 2.61051 7.97002 2.65051 8.10002L3.05051 9.50002L2.64051 10.89C2.60051 11.02 2.64051 11.16 2.73051 11.26C2.83051 11.36 2.9705 11.39 3.1005 11.35L4.4905 10.94L5.88051 11.35C5.91051 11.36 5.95051 11.36 5.9905 11.36C6.0905 11.36 6.18051 11.32 6.26051 11.25C6.36051 11.15 6.39051 11.01 6.35051 10.88L5.95051 9.50002Z\" fill=\"\"/>\n<path d=\"M20.9497 14.5L21.3597 13.11C21.3997 12.98 21.3597 12.84 21.2697 12.74C21.1697 12.64 21.0297 12.61 20.8997 12.65L19.5097 13.06L18.1197 12.65C17.9897 12.61 17.8497 12.65 17.7497 12.74C17.6497 12.84 17.6197 12.98 17.6597 13.11L18.0697 14.5L17.6597 15.89C17.6197 16.02 17.6597 16.16 17.7497 16.26C17.8497 16.36 17.9897 16.39 18.1197 16.35L19.5097 15.94L20.8997 16.35C20.9297 16.36 20.9697 16.36 21.0097 16.36C21.1097 16.36 21.1997 16.32 21.2797 16.25C21.3797 16.15 21.4097 16.01 21.3697 15.88L20.9497 14.5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"main component \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M20.95 14.55L18.28 17.22L17.22 18.28L14.55 20.95C13.15 22.35 10.85 22.35 9.45002 20.95L6.78001 18.28L5.72001 17.22L3.05 14.55C1.65 13.15 1.65 10.85 3.05 9.45002L5.72001 6.78001L6.78001 5.72001L9.45002 3.05C10.85 1.65 13.15 1.65 14.55 3.05L17.22 5.72001L18.28 6.78001L20.95 9.45002C22.35 10.85 22.35 13.15 20.95 14.55Z\" fill=\"\"/>\n<path d=\"M13.0607 12.0002L18.2807 17.2202L17.2207 18.2802L12.0007 13.0602L6.7807 18.2802L5.7207 17.2202L10.9407 12.0002L5.7207 6.78021L6.7807 5.72021L12.0007 10.9402L17.2207 5.72021L18.2807 6.78021L13.0607 12.0002Z\" fill=\"\"/>\n</svg>\n</li><li title=\"man \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M18 13.75C18 18.03 14.53 21.5 10.25 21.5C5.97 21.5 2.5 18.03 2.5 13.75C2.5 9.47 5.97 6 10.25 6C12.12 6 13.83 6.66 15.17 7.77H15.18C15.57 8.09 15.92 8.44 16.23 8.83C17.34 10.17 18 11.88 18 13.75Z\" fill=\"\"/>\n<path d=\"M22.25 2.5V9C22.25 9.41 21.91 9.75 21.5 9.75C21.09 9.75 20.75 9.41 20.75 9V4.31L16.23 8.83C15.92 8.44 15.57 8.09 15.18 7.77L19.69 3.25H15C14.59 3.25 14.25 2.91 14.25 2.5C14.25 2.09 14.59 1.75 15 1.75H21.5C21.6 1.75 21.69 1.77 21.79 1.81C21.97 1.88 22.12 2.03 22.19 2.21C22.23 2.31 22.25 2.4 22.25 2.5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"map 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M8.55906 3.33984V17.6698C8.21906 17.6798 7.87906 17.7598 7.62906 17.9098L5.27906 19.2498C3.63906 20.1898 2.28906 19.4098 2.28906 17.5098V7.77984C2.28906 7.14984 2.73906 6.36984 3.29906 6.04984L7.62906 3.56984C7.87906 3.42984 8.21906 3.34984 8.55906 3.33984Z\" fill=\"\"/>\n<path d=\"M15.7305 6.32994V20.6599C15.3805 20.6699 15.0405 20.6099 14.7705 20.4799L9.52055 17.8499C9.25055 17.7199 8.91055 17.6599 8.56055 17.6699V3.33994C8.91055 3.32994 9.25055 3.38994 9.52055 3.51994L14.7705 6.14994C15.0405 6.27994 15.3805 6.33994 15.7305 6.32994Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M22.0005 6.49006V16.2201C22.0005 16.8501 21.5505 17.6301 20.9905 17.9501L16.6605 20.4301C16.4105 20.5701 16.0705 20.6501 15.7305 20.6601V6.33006C16.0705 6.32006 16.4105 6.24006 16.6605 6.09006L19.0105 4.75006C20.6505 3.81006 22.0005 4.59006 22.0005 6.49006Z\" fill=\"\"/>\n</svg>\n</li><li title=\"map \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M19.8796 20.9401C18.9296 21.6401 17.6796 22.0001 16.1896 22.0001H7.8096C7.5696 22.0001 7.32961 21.9901 7.09961 21.9601L13.9996 15.0601L19.8796 20.9401Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M22.0005 7.8101V16.1901C22.0005 17.6801 21.6406 18.9301 20.9406 19.8801L15.0605 14.0001L21.9605 7.1001C21.9905 7.3301 22.0005 7.5701 22.0005 7.8101Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M15.06 14L20.94 19.88C20.65 20.3 20.3 20.65 19.88 20.94L14 15.06L7.10001 21.96C6.46001 21.92 5.88001 21.79 5.35001 21.59C3.21001 20.81 2 18.91 2 16.19V7.81C2 4.17 4.17 2 7.81 2H16.19C18.91 2 20.81 3.21 21.59 5.35C21.79 5.88 21.92 6.46 21.96 7.1L15.06 14Z\" fill=\"\"/>\n<path d=\"M15.0596 14.0001L20.9396 19.8801C20.6496 20.3001 20.2996 20.6501 19.8796 20.9401L13.9996 15.0601L7.09961 21.9601C6.45961 21.9201 5.87961 21.7901 5.34961 21.5901L5.73959 21.2001L21.5896 5.3501C21.7896 5.8801 21.9196 6.4601 21.9596 7.1001L15.0596 14.0001Z\" fill=\"\"/>\n<path d=\"M12.2408 7.92979C11.8608 6.27979 10.4008 5.53979 9.12078 5.52979C7.84078 5.52979 6.38079 6.26978 6.00079 7.91978C5.58079 9.74978 6.70078 11.2798 7.71078 12.2398C8.11078 12.6198 8.61078 12.7998 9.12078 12.7998C9.63078 12.7998 10.1308 12.6098 10.5308 12.2398C11.5408 11.2798 12.6608 9.74979 12.2408 7.92979ZM9.15078 9.48978C8.60078 9.48978 8.15078 9.03978 8.15078 8.48978C8.15078 7.93978 8.59078 7.48978 9.15078 7.48978H9.16079C9.71079 7.48978 10.1608 7.93978 10.1608 8.48978C10.1608 9.03978 9.70078 9.48978 9.15078 9.48978Z\" fill=\"\"/>\n</svg>\n</li><li title=\"mask 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM12 17C9.24 17 7 14.76 7 12C7 9.24 9.24 7 12 7C14.76 7 17 9.24 17 12C17 14.76 14.76 17 12 17Z\" fill=\"\"/>\n<path d=\"M12 7V17C9.24 17 7 14.76 7 12C7 9.24 9.24 7 12 7Z\" fill=\"\"/>\n</svg>\n</li><li title=\"mask 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M21.9693 11.9998C21.9693 14.9398 20.6893 17.5998 18.6493 19.4098C16.8893 21.0098 14.5593 21.9698 11.9993 21.9698C6.4993 21.9698 2.0293 17.4998 2.0293 11.9998C2.0293 6.49979 6.4993 2.02979 11.9993 2.02979C14.5593 2.02979 16.8893 2.98979 18.6493 4.58979C20.6893 6.39979 21.9693 9.05979 21.9693 11.9998Z\" fill=\"\"/>\n<path d=\"M11.9693 16.3902C11.9493 18.0402 10.7193 18.4402 9.5693 17.9802C7.1993 17.0302 5.5293 14.7102 5.5293 12.0002C5.5293 9.29024 7.1993 6.97024 9.5693 6.01024C10.7193 5.55024 11.9493 5.96024 11.9693 7.60024V16.3902Z\" fill=\"\"/>\n</svg>\n</li><li title=\"mask \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M22 12C22 17.04 18.26 21.21 13.41 21.9C12.95 21.97 12.48 22 12 22C9.24 22 6.73999 20.88 4.92999 19.07C3.11999 17.26 2 14.76 2 12C2 6.48 6.48 2 12 2C14.76 2 17.26 3.12 19.07 4.93C20.88 6.74 22 9.24 22 12Z\" fill=\"\"/>\n<path d=\"M14.83 10.2299L12.3499 12.7099L18.8799 19.2399C18.5199 19.5899 18.1299 19.9099 17.7199 20.1999L11.2899 13.7699L8.81995 16.2399L13.9399 21.3699C14.0499 21.4799 14.12 21.6199 14.15 21.7599C14.15 21.7599 14.15 21.7599 14.15 21.7699C13.91 21.8199 13.6599 21.8699 13.4099 21.8999C13.0899 21.9499 12.7699 21.9799 12.4399 21.9899L7.75995 17.2999L5.47992 19.5799C5.28992 19.4199 5.10993 19.2499 4.92993 19.0699C4.74993 18.8899 4.57992 18.7099 4.41992 18.5199L18.52 4.41992C18.71 4.57992 18.8899 4.74992 19.0699 4.92992C19.2499 5.10992 19.42 5.28992 19.58 5.47992L15.89 9.16992L21.58 14.8599C21.42 15.3899 21.2199 15.8899 20.9799 16.3799L14.83 10.2299Z\" fill=\"\"/>\n</svg>\n</li><li title=\"math \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2Z\" fill=\"\"/>\n<path d=\"M10.5 8.81006H6C5.59 8.81006 5.25 8.47006 5.25 8.06006C5.25 7.65006 5.59 7.31006 6 7.31006H10.5C10.91 7.31006 11.25 7.65006 11.25 8.06006C11.25 8.47006 10.91 8.81006 10.5 8.81006Z\" fill=\"\"/>\n<path d=\"M18 14.8101H13.5C13.09 14.8101 12.75 14.4701 12.75 14.0601C12.75 13.6501 13.09 13.3101 13.5 13.3101H18C18.41 13.3101 18.75 13.6501 18.75 14.0601C18.75 14.4701 18.41 14.8101 18 14.8101Z\" fill=\"\"/>\n<path d=\"M18 18.5601H13.5C13.09 18.5601 12.75 18.2201 12.75 17.8101C12.75 17.4001 13.09 17.0601 13.5 17.0601H18C18.41 17.0601 18.75 17.4001 18.75 17.8101C18.75 18.2201 18.41 18.5601 18 18.5601Z\" fill=\"\"/>\n<path d=\"M18 7.31006H16.52V5.81006C16.52 5.40006 16.18 5.06006 15.77 5.06006C15.36 5.06006 15.02 5.40006 15.02 5.81006V7.31006H13.5C13.09 7.31006 12.75 7.65006 12.75 8.06006C12.75 8.47006 13.09 8.81006 13.5 8.81006H15.02V10.3101C15.02 10.7201 15.36 11.0601 15.77 11.0601C16.18 11.0601 16.52 10.7201 16.52 10.3101V8.81006H18C18.41 8.81006 18.75 8.47006 18.75 8.06006C18.75 7.65006 18.41 7.31006 18 7.31006Z\" fill=\"\"/>\n<path d=\"M9.30945 15.9399L11.0295 14.2199C11.3195 13.9299 11.3195 13.4499 11.0295 13.1599C10.7395 12.8699 10.2595 12.8699 9.96945 13.1599L8.24945 14.8799L6.52945 13.1599C6.23945 12.8699 5.75945 12.8699 5.46945 13.1599C5.17945 13.4499 5.17945 13.9299 5.46945 14.2199L7.18945 15.9399L5.46945 17.6599C5.17945 17.9499 5.17945 18.4299 5.46945 18.7199C5.61945 18.8699 5.80945 18.9399 5.99945 18.9399C6.18945 18.9399 6.37945 18.8699 6.52945 18.7199L8.24945 16.9999L9.96945 18.7199C10.1195 18.8699 10.3095 18.9399 10.4995 18.9399C10.6895 18.9399 10.8795 18.8699 11.0295 18.7199C11.3195 18.4299 11.3195 17.9499 11.0295 17.6599L9.30945 15.9399Z\" fill=\"\"/>\n</svg>\n</li><li title=\"maximize 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.48 2H8.52C5.07 2 3 4.06 3 7.52V15.47C3 18.94 5.07 21 8.52 21H16.47C19.93 21 21.99 18.94 21.99 15.48V7.52C22 4.06 19.93 2 16.48 2Z\" fill=\"\"/>\n<path d=\"M11 16.15V18.85C11 21.1 10.1 22 7.85 22H5.15C2.9 22 2 21.1 2 18.85V16.15C2 13.9 2.9 13 5.15 13H7.85C10.1 13 11 13.9 11 16.15Z\" fill=\"\"/>\n<path d=\"M18.7495 5.95C18.7495 5.86 18.7295 5.78 18.6995 5.69C18.6995 5.68 18.6895 5.67 18.6895 5.67C18.6595 5.6 18.6095 5.53 18.5595 5.48C18.5395 5.46 18.5195 5.44 18.4995 5.43C18.4495 5.39 18.3995 5.35 18.3495 5.33C18.3295 5.32 18.2995 5.31 18.2795 5.3C18.1995 5.27 18.1095 5.25 18.0195 5.25H13.9995C13.5895 5.25 13.2495 5.59 13.2495 6C13.2495 6.41 13.5795 6.72 13.9995 6.72H16.2095L12.4695 10.47C12.1795 10.76 12.1795 11.24 12.4695 11.53C12.6195 11.68 12.8095 11.75 12.9995 11.75C13.1895 11.75 13.3795 11.68 13.5295 11.53L17.2595 7.79V9.99C17.2595 10.4 17.5995 10.74 18.0095 10.74C18.4195 10.74 18.7595 10.4 18.7595 9.99V5.97C18.7595 5.96 18.7595 5.96 18.7495 5.95Z\" fill=\"\"/>\n</svg>\n</li><li title=\"maximize 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2Z\" fill=\"\"/>\n<path d=\"M2.75 9.97C2.34 9.97 2 9.64 2 9.22V6.91C2 4.2 4.2 2 6.91 2H9.22C9.63 2 9.97 2.34 9.97 2.75C9.97 3.16 9.64 3.5 9.22 3.5H6.91C5.03 3.5 3.5 5.03 3.5 6.91V9.22C3.5 9.64 3.16 9.97 2.75 9.97Z\" fill=\"\"/>\n<path d=\"M21.2493 9.97C20.8393 9.97 20.4993 9.63 20.4993 9.22V6.91C20.4993 5.03 18.9693 3.5 17.0893 3.5H14.7793C14.3693 3.5 14.0293 3.16 14.0293 2.75C14.0293 2.34 14.3593 2 14.7793 2H17.0893C19.7993 2 21.9993 4.2 21.9993 6.91V9.22C21.9993 9.64 21.6593 9.97 21.2493 9.97Z\" fill=\"\"/>\n<path d=\"M17.0892 22.0002H15.6992C15.2892 22.0002 14.9492 21.6602 14.9492 21.2502C14.9492 20.8402 15.2892 20.5002 15.6992 20.5002H17.0892C18.9692 20.5002 20.4992 18.9702 20.4992 17.0902V15.7002C20.4992 15.2902 20.8392 14.9502 21.2492 14.9502C21.6592 14.9502 21.9992 15.2902 21.9992 15.7002V17.0902C21.9992 19.8002 19.7992 22.0002 17.0892 22.0002Z\" fill=\"\"/>\n<path d=\"M9.22 21.9998H6.91C4.2 21.9998 2 19.7998 2 17.0898V14.7798C2 14.3698 2.34 14.0298 2.75 14.0298C3.16 14.0298 3.5 14.3698 3.5 14.7798V17.0898C3.5 18.9698 5.03 20.4998 6.91 20.4998H9.22C9.63 20.4998 9.97 20.8398 9.97 21.2498C9.97 21.6598 9.64 21.9998 9.22 21.9998Z\" fill=\"\"/>\n</svg>\n</li><li title=\"maximize 21 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M22 7.81V16.19C22 19.83 19.83 22 16.19 22H7.81C7.61 22 7.41 21.99 7.22 21.98C5.99 21.9 4.95 21.55 4.13 20.95C3.71 20.66 3.34 20.29 3.05 19.87C2.36 18.92 2 17.68 2 16.19V7.81C2 4.37 3.94 2.24 7.22 2.03C7.41 2.01 7.61 2 7.81 2H16.19C17.68 2 18.92 2.36 19.87 3.05C20.29 3.34 20.66 3.71 20.95 4.13C21.64 5.08 22 6.32 22 7.81Z\" fill=\"\"/>\n<path d=\"M18 10.75C18.41 10.75 18.75 10.41 18.75 10V6C18.75 5.9 18.73 5.81 18.69 5.71C18.61 5.53 18.47 5.38 18.28 5.3C18.19 5.27 18.1 5.25 18 5.25H14C13.59 5.25 13.25 5.59 13.25 6C13.25 6.41 13.59 6.75 14 6.75H16.19L12 10.94L7.81 6.75H10C10.41 6.75 10.75 6.41 10.75 6C10.75 5.59 10.41 5.25 10 5.25H6C5.9 5.25 5.81 5.27 5.71 5.31C5.53 5.38 5.38 5.53 5.31 5.71C5.27 5.81 5.25 5.9 5.25 6V10C5.25 10.41 5.59 10.75 6 10.75C6.41 10.75 6.75 10.41 6.75 10V7.81L10.94 12L6.75 16.19V14C6.75 13.59 6.41 13.25 6 13.25C5.59 13.25 5.25 13.59 5.25 14V18C5.25 18.1 5.27 18.19 5.31 18.29C5.39 18.47 5.53 18.62 5.72 18.7C5.8 18.73 5.9 18.75 6 18.75H10C10.41 18.75 10.75 18.41 10.75 18C10.75 17.59 10.41 17.25 10 17.25H7.81L12 13.06L16.19 17.25H14C13.59 17.25 13.25 17.59 13.25 18C13.25 18.41 13.59 18.75 14 18.75H18C18.1 18.75 18.2 18.73 18.29 18.69C18.47 18.61 18.62 18.47 18.7 18.28C18.74 18.19 18.76 18.09 18.76 17.99V13.99C18.76 13.58 18.42 13.24 18.01 13.24C17.6 13.24 17.26 13.58 17.26 13.99V16.18L13.06 12L17.25 7.81V10C17.25 10.41 17.59 10.75 18 10.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"maximize 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2Z\" fill=\"\"/>\n<path d=\"M18.69 5.71C18.61 5.53 18.47 5.38 18.28 5.3C18.19 5.27 18.1 5.25 18 5.25H14C13.59 5.25 13.25 5.59 13.25 6C13.25 6.41 13.59 6.75 14 6.75H16.19L6.75 16.19V14C6.75 13.59 6.41 13.25 6 13.25C5.59 13.25 5.25 13.59 5.25 14V18C5.25 18.1 5.27 18.19 5.31 18.29C5.39 18.47 5.53 18.62 5.72 18.7C5.8 18.73 5.9 18.75 6 18.75H10C10.41 18.75 10.75 18.41 10.75 18C10.75 17.59 10.41 17.25 10 17.25H7.81L17.25 7.81V10C17.25 10.41 17.59 10.75 18 10.75C18.41 10.75 18.75 10.41 18.75 10V6C18.75 5.9 18.73 5.81 18.69 5.71Z\" fill=\"\"/>\n</svg>\n</li><li title=\"maximize 4 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2Z\" fill=\"\"/>\n<path d=\"M18.6895 5.71C18.6095 5.53 18.4695 5.38 18.2795 5.3C18.1895 5.27 18.0995 5.25 17.9995 5.25H13.9995C13.5895 5.25 13.2495 5.59 13.2495 6C13.2495 6.41 13.5895 6.75 13.9995 6.75H16.1895L12.4695 10.47C12.1795 10.76 12.1795 11.24 12.4695 11.53C12.6195 11.68 12.8095 11.75 12.9995 11.75C13.1895 11.75 13.3795 11.68 13.5295 11.53L17.2495 7.81V10C17.2495 10.41 17.5895 10.75 17.9995 10.75C18.4095 10.75 18.7495 10.41 18.7495 10V6C18.7495 5.9 18.7295 5.81 18.6895 5.71Z\" fill=\"\"/>\n<path d=\"M11.53 12.4699C11.24 12.1799 10.76 12.1799 10.47 12.4699L6.75 16.1899V13.9999C6.75 13.5899 6.41 13.2499 6 13.2499C5.59 13.2499 5.25 13.5899 5.25 13.9999V17.9999C5.25 18.0999 5.27 18.1899 5.31 18.2899C5.39 18.4699 5.53 18.6199 5.72 18.6999C5.8 18.7299 5.9 18.7499 6 18.7499H10C10.41 18.7499 10.75 18.4099 10.75 17.9999C10.75 17.5899 10.41 17.2499 10 17.2499H7.81L11.53 13.5299C11.82 13.2399 11.82 12.7599 11.53 12.4699Z\" fill=\"\"/>\n</svg>\n</li><li title=\"maximize \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2Z\" fill=\"\"/>\n<path d=\"M18 9.25C17.59 9.25 17.25 9.59 17.25 10V11.25H12.75V6.75H14C14.41 6.75 14.75 6.41 14.75 6C14.75 5.59 14.41 5.25 14 5.25H10C9.59 5.25 9.25 5.59 9.25 6C9.25 6.41 9.59 6.75 10 6.75H11.25V11.25H6.75V10C6.75 9.59 6.41 9.25 6 9.25C5.59 9.25 5.25 9.59 5.25 10V14C5.25 14.41 5.59 14.75 6 14.75C6.41 14.75 6.75 14.41 6.75 14V12.75H11.25V17.25H10C9.59 17.25 9.25 17.59 9.25 18C9.25 18.41 9.59 18.75 10 18.75H14C14.41 18.75 14.75 18.41 14.75 18C14.75 17.59 14.41 17.25 14 17.25H12.75V12.75H17.25V14C17.25 14.41 17.59 14.75 18 14.75C18.41 14.75 18.75 14.41 18.75 14V10C18.75 9.59 18.41 9.25 18 9.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"medal star \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M19 9C19 10.45 18.57 11.78 17.83 12.89C16.75 14.49 15.04 15.62 13.05 15.91C12.71 15.97 12.36 16 12 16C11.64 16 11.29 15.97 10.95 15.91C8.96 15.62 7.25 14.49 6.17 12.89C5.43 11.78 5 10.45 5 9C5 5.13 8.13 2 12 2C15.87 2 19 5.13 19 9Z\" fill=\"\"/>\n<path d=\"M21.2491 18.4699L19.5991 18.8599C19.2291 18.9499 18.9391 19.2299 18.8591 19.5999L18.5091 21.0699C18.3191 21.8699 17.2991 22.1099 16.7691 21.4799L11.9991 15.9999L7.2291 21.4899C6.6991 22.1199 5.6791 21.8799 5.4891 21.0799L5.1391 19.6099C5.0491 19.2399 4.7591 18.9499 4.3991 18.8699L2.7491 18.4799C1.9891 18.2999 1.7191 17.3499 2.2691 16.7999L6.1691 12.8999C7.2491 14.4999 8.9591 15.6299 10.9491 15.9199C11.2891 15.9799 11.6391 16.0099 11.9991 16.0099C12.3591 16.0099 12.7091 15.9799 13.0491 15.9199C15.0391 15.6299 16.7491 14.4999 17.8291 12.8999L21.7291 16.7999C22.2791 17.3399 22.0091 18.2899 21.2491 18.4699Z\" fill=\"\"/>\n<path d=\"M12.58 5.98L13.17 7.15999C13.25 7.31999 13.46 7.48 13.65 7.51L14.72 7.68999C15.4 7.79999 15.56 8.3 15.07 8.79L14.24 9.61998C14.1 9.75998 14.02 10.03 14.07 10.23L14.31 11.26C14.5 12.07 14.07 12.39 13.35 11.96L12.35 11.37C12.17 11.26 11.87 11.26 11.69 11.37L10.69 11.96C9.96997 12.38 9.53997 12.07 9.72997 11.26L9.96997 10.23C10.01 10.04 9.93997 9.75998 9.79997 9.61998L8.96997 8.79C8.47997 8.3 8.63997 7.80999 9.31997 7.68999L10.39 7.51C10.57 7.48 10.78 7.31999 10.86 7.15999L11.45 5.98C11.74 5.34 12.26 5.34 12.58 5.98Z\" fill=\"\"/>\n</svg>\n</li><li title=\"medal \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 15C15.7279 15 18.75 12.0899 18.75 8.5C18.75 4.91015 15.7279 2 12 2C8.27208 2 5.25 4.91015 5.25 8.5C5.25 12.0899 8.27208 15 12 15Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M7.51974 13.5201L7.50977 20.9001C7.50977 21.8001 8.13977 22.2401 8.91977 21.8701L11.5998 20.6001C11.8198 20.4901 12.1898 20.4901 12.4098 20.6001L15.0998 21.8701C15.8698 22.2301 16.5098 21.8001 16.5098 20.9001V13.3401\" fill=\"\"/>\n</svg>\n</li><li title=\"menu 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M17.5401 8.81014C19.1748 8.81014 20.5001 7.4849 20.5001 5.85014C20.5001 4.21537 19.1748 2.89014 17.5401 2.89014C15.9053 2.89014 14.5801 4.21537 14.5801 5.85014C14.5801 7.4849 15.9053 8.81014 17.5401 8.81014Z\" fill=\"\"/>\n<path d=\"M6.46 8.81014C8.09476 8.81014 9.42 7.4849 9.42 5.85014C9.42 4.21537 8.09476 2.89014 6.46 2.89014C4.82524 2.89014 3.5 4.21537 3.5 5.85014C3.5 7.4849 4.82524 8.81014 6.46 8.81014Z\" fill=\"\"/>\n<path d=\"M17.5401 21.1099C19.1748 21.1099 20.5001 19.7847 20.5001 18.1499C20.5001 16.5152 19.1748 15.1899 17.5401 15.1899C15.9053 15.1899 14.5801 16.5152 14.5801 18.1499C14.5801 19.7847 15.9053 21.1099 17.5401 21.1099Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M6.46 21.1099C8.09476 21.1099 9.42 19.7847 9.42 18.1499C9.42 16.5152 8.09476 15.1899 6.46 15.1899C4.82524 15.1899 3.5 16.5152 3.5 18.1499C3.5 19.7847 4.82524 21.1099 6.46 21.1099Z\" fill=\"\"/>\n</svg>\n</li><li title=\"menu board \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M21.9897 6.01996C22.0097 6.25996 21.9897 6.50995 21.9297 6.75995L18.5597 20.2899C18.3197 21.2999 17.4198 21.9999 16.3798 21.9999H3.23974C1.72974 21.9999 0.659755 20.5199 1.09976 19.0699L5.30975 5.53992C5.59975 4.59992 6.46976 3.95996 7.44976 3.95996H19.7498C20.7097 3.95996 21.4898 4.52996 21.8198 5.32996C21.9198 5.53996 21.9697 5.77996 21.9897 6.01996Z\" fill=\"\"/>\n<path d=\"M22.9908 19.62C23.0908 20.91 22.0709 22 20.7809 22H16.3809C17.4209 22 18.3209 21.3 18.5609 20.29L21.9308 6.76001C21.9908 6.51001 22.0108 6.26002 21.9908 6.02002L22.0009 6L22.9908 19.62Z\" fill=\"\"/>\n<path d=\"M9.67977 7.12989C9.61977 7.12989 9.55977 7.11987 9.49977 7.10987C9.09977 7.00987 8.84979 6.6099 8.94979 6.1999L9.98976 1.87989C10.0898 1.47989 10.4898 1.2399 10.8998 1.3299C11.2998 1.4299 11.5498 1.82987 11.4498 2.23987L10.4098 6.55988C10.3298 6.89988 10.0198 7.12989 9.67977 7.12989Z\" fill=\"\"/>\n<path d=\"M16.3795 7.1398C16.3295 7.1398 16.2694 7.13978 16.2194 7.11978C15.8194 7.02978 15.5595 6.62977 15.6395 6.22977L16.5794 1.8898C16.6694 1.4798 17.0694 1.22978 17.4694 1.30978C17.8694 1.39978 18.1294 1.7998 18.0494 2.1998L17.1094 6.53976C17.0394 6.89977 16.7295 7.1398 16.3795 7.1398Z\" fill=\"\"/>\n<path d=\"M15.6992 12.75H7.69922C7.28922 12.75 6.94922 12.41 6.94922 12C6.94922 11.59 7.28922 11.25 7.69922 11.25H15.6992C16.1092 11.25 16.4492 11.59 16.4492 12C16.4492 12.41 16.1092 12.75 15.6992 12.75Z\" fill=\"\"/>\n<path d=\"M14.6992 16.75H6.69922C6.28922 16.75 5.94922 16.41 5.94922 16C5.94922 15.59 6.28922 15.25 6.69922 15.25H14.6992C15.1092 15.25 15.4492 15.59 15.4492 16C15.4492 16.41 15.1092 16.75 14.6992 16.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"menu \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2Z\" fill=\"\"/>\n<path d=\"M17 8.25H7C6.59 8.25 6.25 7.91 6.25 7.5C6.25 7.09 6.59 6.75 7 6.75H17C17.41 6.75 17.75 7.09 17.75 7.5C17.75 7.91 17.41 8.25 17 8.25Z\" fill=\"\"/>\n<path d=\"M17 12.75H7C6.59 12.75 6.25 12.41 6.25 12C6.25 11.59 6.59 11.25 7 11.25H17C17.41 11.25 17.75 11.59 17.75 12C17.75 12.41 17.41 12.75 17 12.75Z\" fill=\"\"/>\n<path d=\"M17 17.25H7C6.59 17.25 6.25 16.91 6.25 16.5C6.25 16.09 6.59 15.75 7 15.75H17C17.41 15.75 17.75 16.09 17.75 16.5C17.75 16.91 17.41 17.25 17 17.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"message 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M7 18.4302H11L15.45 21.3902C16.11 21.8302 17 21.3602 17 20.5602V18.4302C20 18.4302 22 16.4302 22 13.4302V7.43018C22 4.43018 20 2.43018 17 2.43018H7C4 2.43018 2 4.43018 2 7.43018V13.4302C2 16.4302 4 18.4302 7 18.4302Z\" fill=\"\"/>\n<path d=\"M15.5 11.25H8.5C8.09 11.25 7.75 10.91 7.75 10.5C7.75 10.09 8.09 9.75 8.5 9.75H15.5C15.91 9.75 16.25 10.09 16.25 10.5C16.25 10.91 15.91 11.25 15.5 11.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"message add 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16 2H8C4 2 2 4 2 8V21C2 21.55 2.45 22 3 22H16C20 22 22 20 22 16V8C22 4 20 2 16 2Z\" fill=\"\"/>\n<path d=\"M15.5 11.25H12.75V8.5C12.75 8.09 12.41 7.75 12 7.75C11.59 7.75 11.25 8.09 11.25 8.5V11.25H8.5C8.09 11.25 7.75 11.59 7.75 12C7.75 12.41 8.09 12.75 8.5 12.75H11.25V15.5C11.25 15.91 11.59 16.25 12 16.25C12.41 16.25 12.75 15.91 12.75 15.5V12.75H15.5C15.91 12.75 16.25 12.41 16.25 12C16.25 11.59 15.91 11.25 15.5 11.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"message add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M22 7.43018V13.4302C22 14.9302 21.5 16.1802 20.62 17.0602C19.75 17.9302 18.5 18.4302 17 18.4302V20.5602C17 21.3602 16.11 21.8402 15.45 21.4002L11 18.4302H8.88C8.96 18.1302 9 17.8202 9 17.5002C9 16.4802 8.61 15.5402 7.97 14.8302C7.25 14.0102 6.18 13.5002 5 13.5002C3.88 13.5002 2.86 13.9602 2.13 14.7102C2.04 14.3102 2 13.8802 2 13.4302V7.43018C2 4.43018 4 2.43018 7 2.43018H17C20 2.43018 22 4.43018 22 7.43018Z\" fill=\"\"/>\n<path d=\"M15.5 11.25H8.5C8.09 11.25 7.75 10.91 7.75 10.5C7.75 10.09 8.09 9.75 8.5 9.75H15.5C15.91 9.75 16.25 10.09 16.25 10.5C16.25 10.91 15.91 11.25 15.5 11.25Z\" fill=\"\"/>\n<path d=\"M5.20998 13.5098C4.11998 13.4398 3 13.8398 2.17 14.6698C0.61 16.2298 0.61 18.7598 2.17 20.3298C2.7 20.8598 3.35 21.2098 4.04 21.3798C4.42 21.4798 4.81999 21.5098 5.21999 21.4898C6.16999 21.4498 7.09997 21.0698 7.82997 20.3398C8.85997 19.3098 9.20999 17.8598 8.87999 16.5498C8.71999 15.8598 8.35997 15.2098 7.82997 14.6798C7.10997 13.9498 6.16998 13.5598 5.20998 13.5098ZM7.23998 17.4798C7.23998 17.6898 7.15998 17.8698 7.01998 18.0098C6.87998 18.1498 6.69998 18.2298 6.48998 18.2298H5.74999V19.0098C5.74999 19.2198 5.66999 19.3998 5.52999 19.5398C5.38999 19.6798 5.20999 19.7598 4.99999 19.7598C4.58999 19.7598 4.24999 19.4198 4.24999 19.0098V18.2298H3.49999C3.08999 18.2298 2.74999 17.8898 2.74999 17.4798C2.74999 17.0698 3.08999 16.7298 3.49999 16.7298H4.24999V16.0198C4.24999 15.6098 4.58999 15.2698 4.99999 15.2698C5.40999 15.2698 5.74999 15.6098 5.74999 16.0198V16.7298H6.48998C6.90998 16.7298 7.23998 17.0698 7.23998 17.4798Z\" fill=\"\"/>\n</svg>\n</li><li title=\"message circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" fill=\"\"/>\n<path d=\"M17.25 10.18V12.81C17.25 12.98 17.24 13.14 17.22 13.3C17.07 15.07 16.02 15.95 14.1 15.95H13.84C13.68 15.95 13.52 16.03 13.42 16.16L12.63 17.21C12.28 17.68 11.72 17.68 11.37 17.21L10.58 16.16C10.49 16.05 10.3 15.95 10.16 15.95H9.89999C7.79999 15.95 6.75 15.43 6.75 12.8V10.17C6.75 8.25004 7.63999 7.20002 9.39999 7.05002C9.55999 7.03002 9.72001 7.02002 9.89001 7.02002H14.09C16.2 7.04002 17.25 8.09002 17.25 10.18Z\" fill=\"\"/>\n</svg>\n</li><li title=\"message edit \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16 2H8C4 2 2 4 2 8V21C2 21.55 2.45 22 3 22H16C20 22 22 20 22 16V8C22 4 20 2 16 2Z\" fill=\"\"/>\n<path d=\"M16.5514 7.46019C15.2914 6.20019 14.0714 6.17019 12.7814 7.46019L11.9914 8.25019C11.9214 8.32019 11.9014 8.42019 11.9214 8.51019C12.4114 10.2302 13.7814 11.6002 15.5014 12.0902C15.5214 12.1002 15.5514 12.1002 15.5814 12.1002C15.6514 12.1002 15.7214 12.0702 15.7714 12.0202L16.5514 11.2402C17.1914 10.6002 17.5014 9.99019 17.5014 9.37019C17.5014 8.72019 17.1914 8.10019 16.5514 7.46019Z\" fill=\"\"/>\n<path d=\"M14.3404 12.6701C14.1504 12.5801 13.9704 12.4901 13.8004 12.3801C13.6604 12.3001 13.5204 12.2101 13.3904 12.1101C13.2804 12.0401 13.1504 11.9401 13.0204 11.8301C13.0004 11.8201 12.9604 11.7901 12.9104 11.7301C12.7004 11.5501 12.4604 11.3101 12.2404 11.0601C12.2204 11.0501 12.1904 11.0001 12.1504 10.9401C12.0804 10.8601 11.9804 10.7301 11.8804 10.5901C11.8004 10.4901 11.7104 10.3501 11.6304 10.2101C11.5304 10.0401 11.4304 9.86012 11.3504 9.68012C11.2604 9.48012 11.1904 9.30012 11.1204 9.12012L7.35044 12.8901C7.10044 13.1401 6.87044 13.6001 6.82044 13.9401L6.53043 16.0201C6.46043 16.4601 6.59042 16.8701 6.86042 17.1501C7.09042 17.3801 7.41044 17.5001 7.76044 17.5001C7.84044 17.5001 7.91042 17.4901 7.99042 17.4801L10.0704 17.1901C10.4104 17.1401 10.8704 16.9101 11.1204 16.6601L14.8904 12.8901C14.7104 12.8201 14.5304 12.7501 14.3404 12.6701Z\" fill=\"\"/>\n</svg>\n</li><li title=\"message favorite \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.97 1H18.03C16.76 1 16 1.76 16 3.03V5.97C16 7.24 16.76 8 18.03 8H20.97C22.24 8 23 7.24 23 5.97V3.03C23 1.76 22.24 1 20.97 1ZM21.61 4.68C21.24 5.86 19.95 6.5 19.5 6.5C19.05 6.5 17.77 5.88 17.39 4.68C17.33 4.5 17.3 4.3 17.3 4.11C17.3 3.46 17.63 2.79 18.32 2.57C18.73 2.44 19.17 2.51 19.48 2.77C19.8 2.52 20.24 2.44 20.66 2.57C21.58 2.86 21.87 3.89 21.61 4.68Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M20.97 8H18.03C16.76 8 16 7.24 16 5.97V3.03C16 2.63 16.08 2.29 16.22 2H7C4.24 2 2 4.23 2 6.98V12.96V13.96C2 16.71 4.24 18.94 7 18.94H8.5C8.77 18.94 9.13 19.12 9.3 19.34L10.8 21.33C11.46 22.21 12.54 22.21 13.2 21.33L14.7 19.34C14.89 19.09 15.19 18.94 15.5 18.94H17C19.76 18.94 22 16.71 22 13.96V7.77C21.71 7.92 21.37 8 20.97 8Z\" fill=\"\"/>\n<path d=\"M12 12C11.44 12 11 11.55 11 11C11 10.45 11.45 10 12 10C12.55 10 13 10.45 13 11C13 11.55 12.56 12 12 12Z\" fill=\"\"/>\n<path d=\"M16 12C15.44 12 15 11.55 15 11C15 10.45 15.45 10 16 10C16.55 10 17 10.45 17 11C17 11.55 16.56 12 16 12Z\" fill=\"\"/>\n<path d=\"M8 12C7.44 12 7 11.55 7 11C7 10.45 7.45 10 8 10C8.55 10 9 10.45 9 11C9 11.55 8.56 12 8 12Z\" fill=\"\"/>\n</svg>\n</li><li title=\"message minus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16 2H8C4 2 2 4 2 8V21C2 21.55 2.45 22 3 22H16C20 22 22 20 22 16V8C22 4 20 2 16 2Z\" fill=\"\"/>\n<path d=\"M15.5 11.25H8.5C8.09 11.25 7.75 11.59 7.75 12C7.75 12.41 8.09 12.75 8.5 12.75H15.5C15.91 12.75 16.25 12.41 16.25 12C16.25 11.59 15.91 11.25 15.5 11.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"message notif \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20 6.75C21.5188 6.75 22.75 5.51878 22.75 4C22.75 2.48122 21.5188 1.25 20 1.25C18.4812 1.25 17.25 2.48122 17.25 4C17.25 5.51878 18.4812 6.75 20 6.75Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M20 8C17.79 8 16 6.21 16 4C16 3.27 16.21 2.59 16.56 2H7C4.24 2 2 4.23 2 6.98V12.96V13.96C2 16.71 4.24 18.94 7 18.94H8.5C8.77 18.94 9.13 19.12 9.3 19.34L10.8 21.33C11.46 22.21 12.54 22.21 13.2 21.33L14.7 19.34C14.89 19.09 15.19 18.94 15.5 18.94H17C19.76 18.94 22 16.71 22 13.96V7.44C21.41 7.79 20.73 8 20 8Z\" fill=\"\"/>\n<path d=\"M12 12C11.44 12 11 11.55 11 11C11 10.45 11.45 10 12 10C12.55 10 13 10.45 13 11C13 11.55 12.56 12 12 12Z\" fill=\"\"/>\n<path d=\"M16 12C15.44 12 15 11.55 15 11C15 10.45 15.45 10 16 10C16.55 10 17 10.45 17 11C17 11.55 16.56 12 16 12Z\" fill=\"\"/>\n<path d=\"M8 12C7.44 12 7 11.55 7 11C7 10.45 7.45 10 8 10C8.55 10 9 10.45 9 11C9 11.55 8.56 12 8 12Z\" fill=\"\"/>\n</svg>\n</li><li title=\"message programming \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M8.5 18.9697H8C4 18.9697 2 17.9697 2 12.9697V7.96973C2 3.96973 4 1.96973 8 1.96973H16C20 1.96973 22 3.96973 22 7.96973V12.9697C22 16.9697 20 18.9697 16 18.9697H15.5C15.19 18.9697 14.89 19.1198 14.7 19.3698L13.2 21.3698C12.54 22.2498 11.46 22.2498 10.8 21.3698L9.29999 19.3698C9.13999 19.1498 8.78 18.9697 8.5 18.9697Z\" fill=\"\"/>\n<path d=\"M7.99945 13.4502C7.80945 13.4502 7.61945 13.3801 7.46945 13.2301L5.46945 11.2301C5.17945 10.9401 5.17945 10.4601 5.46945 10.1701L7.46945 8.17014C7.75945 7.88014 8.23945 7.88014 8.52945 8.17014C8.81945 8.46014 8.81945 8.94013 8.52945 9.23013L7.05945 10.7002L8.52945 12.1701C8.81945 12.4601 8.81945 12.9401 8.52945 13.2301C8.37945 13.3801 8.18945 13.4502 7.99945 13.4502Z\" fill=\"\"/>\n<path d=\"M15.9995 13.4502C15.8095 13.4502 15.6195 13.3801 15.4695 13.2301C15.1795 12.9401 15.1795 12.4601 15.4695 12.1701L16.9395 10.7002L15.4695 9.23013C15.1795 8.94013 15.1795 8.46014 15.4695 8.17014C15.7595 7.88014 16.2395 7.88014 16.5295 8.17014L18.5295 10.1701C18.8195 10.4601 18.8195 10.9401 18.5295 11.2301L16.5295 13.2301C16.3795 13.3801 16.1895 13.4502 15.9995 13.4502Z\" fill=\"\"/>\n<path d=\"M11.0004 13.7798C10.9004 13.7798 10.8004 13.7597 10.7004 13.7197C10.3204 13.5597 10.1404 13.1197 10.3104 12.7297L12.3104 8.05975C12.4704 7.67975 12.9103 7.49973 13.3003 7.66973C13.6803 7.82973 13.8604 8.26972 13.6904 8.65972L11.6904 13.3298C11.5704 13.6098 11.2904 13.7798 11.0004 13.7798Z\" fill=\"\"/>\n</svg>\n</li><li title=\"message question \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M17 18.4299H13L8.54999 21.39C7.88999 21.83 7 21.3599 7 20.5599V18.4299C4 18.4299 2 16.4299 2 13.4299V7.42993C2 4.42993 4 2.42993 7 2.42993H17C20 2.42993 22 4.42993 22 7.42993V13.4299C22 16.4299 20 18.4299 17 18.4299Z\" fill=\"\"/>\n<path d=\"M11.9998 12.1099C11.5898 12.1099 11.2498 11.7699 11.2498 11.3599V11.1499C11.2498 9.9899 12.0998 9.41989 12.4198 9.19989C12.7898 8.94989 12.9098 8.7799 12.9098 8.5199C12.9098 8.0199 12.4998 7.60986 11.9998 7.60986C11.4998 7.60986 11.0898 8.0199 11.0898 8.5199C11.0898 8.9299 10.7498 9.2699 10.3398 9.2699C9.92984 9.2699 9.58984 8.9299 9.58984 8.5199C9.58984 7.1899 10.6698 6.10986 11.9998 6.10986C13.3298 6.10986 14.4098 7.1899 14.4098 8.5199C14.4098 9.6599 13.5698 10.2299 13.2598 10.4399C12.8698 10.6999 12.7498 10.8699 12.7498 11.1499V11.3599C12.7498 11.7799 12.4098 12.1099 11.9998 12.1099Z\" fill=\"\"/>\n<path d=\"M12 14.6001C11.58 14.6001 11.25 14.2601 11.25 13.8501C11.25 13.4401 11.59 13.1001 12 13.1001C12.41 13.1001 12.75 13.4401 12.75 13.8501C12.75 14.2601 12.42 14.6001 12 14.6001Z\" fill=\"\"/>\n</svg>\n</li><li title=\"message remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M22 7.43018V13.4302C22 14.9302 21.5 16.1802 20.62 17.0602C19.75 17.9302 18.5 18.4302 17 18.4302V20.5602C17 21.3602 16.11 21.8402 15.45 21.4002L11 18.4302H8.88C8.96 18.1302 9 17.8202 9 17.5002C9 16.4802 8.61 15.5402 7.97 14.8302C7.25 14.0102 6.18 13.5002 5 13.5002C3.88 13.5002 2.86 13.9602 2.13 14.7102C2.04 14.3102 2 13.8802 2 13.4302V7.43018C2 4.43018 4 2.43018 7 2.43018H17C20 2.43018 22 4.43018 22 7.43018Z\" fill=\"\"/>\n<path d=\"M15.5 11.25H8.5C8.09 11.25 7.75 10.91 7.75 10.5C7.75 10.09 8.09 9.75 8.5 9.75H15.5C15.91 9.75 16.25 10.09 16.25 10.5C16.25 10.91 15.91 11.25 15.5 11.25Z\" fill=\"\"/>\n<path d=\"M7.97 14.83C7.25 14.01 6.18 13.5 5 13.5C2.79 13.5 1 15.29 1 17.5C1 18.25 1.20999 18.96 1.57999 19.56C1.77999 19.9 2.04 20.21 2.34 20.47C3.04 21.11 3.97 21.5 5 21.5C6.46 21.5 7.73001 20.72 8.42001 19.56C8.79001 18.96 9 18.25 9 17.5C9 16.48 8.61 15.54 7.97 14.83ZM6.60001 19.08C6.45001 19.23 6.26001 19.3 6.07001 19.3C5.88001 19.3 5.69001 19.23 5.54001 19.08L5.01001 18.55L4.45999 19.1C4.30999 19.25 4.11999 19.32 3.92999 19.32C3.73999 19.32 3.54999 19.25 3.39999 19.1C3.10999 18.81 3.10999 18.33 3.39999 18.04L3.95001 17.49L3.42001 16.96C3.13001 16.67 3.13001 16.19 3.42001 15.9C3.71001 15.61 4.19001 15.61 4.48001 15.9L5.01001 16.43L5.51001 15.93C5.80001 15.64 6.28001 15.64 6.57001 15.93C6.86001 16.22 6.86001 16.7 6.57001 16.99L6.07001 17.49L6.60001 18.02C6.89001 18.31 6.89001 18.78 6.60001 19.08Z\" fill=\"\"/>\n</svg>\n</li><li title=\"message search \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22.53 21.47L21.79 20.73C22.17 20.15 22.4 19.45 22.4 18.7C22.4 16.66 20.74 15 18.7 15C16.66 15 15 16.66 15 18.7C15 20.74 16.66 22.4 18.7 22.4C19.45 22.4 20.15 22.17 20.73 21.79L21.47 22.53C21.62 22.68 21.81 22.75 22 22.75C22.19 22.75 22.38 22.68 22.53 22.53C22.82 22.24 22.82 21.76 22.53 21.47Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M2 12.9698V6.98977C2 4.23977 4.24 2.00977 7 2.00977H17C19.76 2.00977 22 4.23977 22 6.99977V13.9798C22 16.7298 19.76 18.9598 17 18.9598H15.5C15.19 18.9598 14.89 19.1098 14.7 19.3598L13.2 21.3498C12.54 22.2298 11.46 22.2298 10.8 21.3498L9.29999 19.3598C9.12999 19.1398 8.78 18.9598 8.5 18.9598H7C4.24 18.9598 2 16.7298 2 13.9798V12.9698Z\" fill=\"\"/>\n<path d=\"M12.0002 12C11.4402 12 10.9902 11.55 10.9902 11C10.9902 10.45 11.4402 10 11.9902 10C12.5402 10 12.9902 10.45 12.9902 11C12.9902 11.55 12.5602 12 12.0002 12Z\" fill=\"\"/>\n<path d=\"M16.0002 12C15.4402 12 14.9902 11.55 14.9902 11C14.9902 10.45 15.4402 10 15.9902 10C16.5402 10 16.9902 10.45 16.9902 11C16.9902 11.55 16.5602 12 16.0002 12Z\" fill=\"\"/>\n<path d=\"M8.00024 12C7.44024 12 6.99023 11.55 6.99023 11C6.99023 10.45 7.44023 10 7.99023 10C8.54023 10 8.99023 10.45 8.99023 11C8.99023 11.55 8.56024 12 8.00024 12Z\" fill=\"\"/>\n</svg>\n</li><li title=\"message square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.28 9.75982V12.8998C18.28 13.0998 18.27 13.2998 18.25 13.4898C18.07 15.6098 16.82 16.6698 14.52 16.6698H14.21C14.01 16.6698 13.82 16.7598 13.71 16.9198L12.77 18.1798C12.35 18.7398 11.68 18.7398 11.26 18.1798L10.32 16.9198C10.22 16.7898 9.99001 16.6698 9.82001 16.6698H9.51001C7.00001 16.6698 5.75 16.0498 5.75 12.9098V9.7698C5.75 7.4698 6.80999 6.21982 8.92999 6.03982C9.11999 6.01982 9.31999 6.00982 9.51999 6.00982H14.55C17.02 5.99982 18.28 7.25982 18.28 9.75982Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M16.1898 2H7.81976C4.17976 2 2.00977 4.17 2.00977 7.81V16.18C2.00977 19.82 4.17976 21.99 7.81976 21.99H16.1898C19.8298 21.99 21.9998 19.82 21.9998 16.18V7.81C21.9998 4.17 19.8298 2 16.1898 2Z\" fill=\"\"/>\n</svg>\n</li><li title=\"message text 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M2 12.97V6.99C2 4.23 4.24 2 7 2H17C19.76 2 22 4.23 22 6.99V13.97C22 16.72 19.76 18.95 17 18.95H15.5C15.19 18.95 14.89 19.1 14.7 19.35L13.2 21.34C12.54 22.22 11.46 22.22 10.8 21.34L9.3 19.35C9.14 19.13 8.78 18.95 8.5 18.95H7C4.24 18.95 2 16.72 2 13.97V12.97Z\" fill=\"\"/>\n<path d=\"M17 8.75H7C6.59 8.75 6.25 8.41 6.25 8C6.25 7.59 6.59 7.25 7 7.25H17C17.41 7.25 17.75 7.59 17.75 8C17.75 8.41 17.41 8.75 17 8.75Z\" fill=\"\"/>\n<path d=\"M13 13.75H7C6.59 13.75 6.25 13.41 6.25 13C6.25 12.59 6.59 12.25 7 12.25H13C13.41 12.25 13.75 12.59 13.75 13C13.75 13.41 13.41 13.75 13 13.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"message text \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16 2H8C4 2 2 4 2 8V21C2 21.55 2.45 22 3 22H16C20 22 22 20 22 16V8C22 4 20 2 16 2Z\" fill=\"\"/>\n<path d=\"M17 8.75H7C6.59 8.75 6.25 9.09 6.25 9.5C6.25 9.91 6.59 10.25 7 10.25H17C17.41 10.25 17.75 9.91 17.75 9.5C17.75 9.09 17.41 8.75 17 8.75Z\" fill=\"\"/>\n<path d=\"M14 13.75H7C6.59 13.75 6.25 14.09 6.25 14.5C6.25 14.91 6.59 15.25 7 15.25H14C14.41 15.25 14.75 14.91 14.75 14.5C14.75 14.09 14.41 13.75 14 13.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"message tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M22 7.43018V13.4302C22 14.9302 21.5 16.1802 20.62 17.0602C19.75 17.9302 18.5 18.4302 17 18.4302V20.5602C17 21.3602 16.11 21.8402 15.45 21.4002L11 18.4302H8.88C8.96 18.1302 9 17.8202 9 17.5002C9 16.4802 8.61 15.5402 7.97 14.8302C7.25 14.0102 6.18 13.5002 5 13.5002C3.88 13.5002 2.86 13.9602 2.13 14.7102C2.04 14.3102 2 13.8802 2 13.4302V7.43018C2 4.43018 4 2.43018 7 2.43018H17C20 2.43018 22 4.43018 22 7.43018Z\" fill=\"\"/>\n<path d=\"M15.5 11.25H8.5C8.09 11.25 7.75 10.91 7.75 10.5C7.75 10.09 8.09 9.75 8.5 9.75H15.5C15.91 9.75 16.25 10.09 16.25 10.5C16.25 10.91 15.91 11.25 15.5 11.25Z\" fill=\"\"/>\n<path d=\"M5 13.5C2.79 13.5 1 15.29 1 17.5C1 18.25 1.20999 18.96 1.57999 19.56C2.26999 20.72 3.54 21.5 5 21.5C6.46 21.5 7.73001 20.72 8.42001 19.56C8.79001 18.96 9 18.25 9 17.5C9 15.29 7.21 13.5 5 13.5ZM6.97 17.17L4.84 19.14C4.7 19.27 4.50999 19.34 4.32999 19.34C4.13999 19.34 3.94999 19.27 3.79999 19.12L2.81 18.13C2.52 17.84 2.52 17.36 2.81 17.07C3.1 16.78 3.58 16.78 3.87 17.07L4.35001 17.55L5.95001 16.07C6.25001 15.79 6.73001 15.81 7.01001 16.11C7.29001 16.41 7.27 16.89 6.97 17.17Z\" fill=\"\"/>\n</svg>\n</li><li title=\"message time \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M22 7.43018V13.4302C22 14.9302 21.5 16.1802 20.62 17.0602C19.75 17.9302 18.5 18.4302 17 18.4302V20.5602C17 21.3602 16.11 21.8402 15.45 21.4002L11 18.4302H8.88C8.96 18.1302 9 17.8202 9 17.5002C9 16.4802 8.61 15.5402 7.97 14.8302C7.25 14.0102 6.18 13.5002 5 13.5002C3.88 13.5002 2.86 13.9602 2.13 14.7102C2.04 14.3102 2 13.8802 2 13.4302V7.43018C2 4.43018 4 2.43018 7 2.43018H17C20 2.43018 22 4.43018 22 7.43018Z\" fill=\"\"/>\n<path d=\"M15.5 11.25H8.5C8.09 11.25 7.75 10.91 7.75 10.5C7.75 10.09 8.09 9.75 8.5 9.75H15.5C15.91 9.75 16.25 10.09 16.25 10.5C16.25 10.91 15.91 11.25 15.5 11.25Z\" fill=\"\"/>\n<path d=\"M5 13.5C4.06 13.5 3.19 13.83 2.5 14.38C1.58 15.11 1 16.24 1 17.5C1 19.71 2.79 21.5 5 21.5C6.01 21.5 6.93001 21.12 7.64001 20.5C8.47001 19.77 9 18.7 9 17.5C9 15.29 7.21 13.5 5 13.5ZM6 17.75C6 18.01 5.86001 18.26 5.64001 18.39L4.39001 19.14C4.27001 19.21 4.14 19.25 4 19.25C3.75 19.25 3.49999 19.12 3.35999 18.89C3.14999 18.53 3.25999 18.07 3.62 17.86L4.51001 17.33V16.25C4.51001 15.84 4.85001 15.5 5.26001 15.5C5.67001 15.5 6.01001 15.84 6.01001 16.25V17.75H6Z\" fill=\"\"/>\n</svg>\n</li><li title=\"message \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M2 12.97V6.99C2 4.23 4.24 2 7 2H17C19.76 2 22 4.23 22 6.99V13.97C22 16.72 19.76 18.95 17 18.95H15.5C15.19 18.95 14.89 19.1 14.7 19.35L13.2 21.34C12.54 22.22 11.46 22.22 10.8 21.34L9.3 19.35C9.14 19.13 8.78 18.95 8.5 18.95H7C4.24 18.95 2 16.72 2 13.97V12.97Z\" fill=\"\"/>\n<path d=\"M12 12C11.44 12 11 11.55 11 11C11 10.45 11.45 10 12 10C12.55 10 13 10.45 13 11C13 11.55 12.56 12 12 12Z\" fill=\"\"/>\n<path d=\"M16 12C15.44 12 15 11.55 15 11C15 10.45 15.45 10 16 10C16.55 10 17 10.45 17 11C17 11.55 16.56 12 16 12Z\" fill=\"\"/>\n<path d=\"M8 12C7.44 12 7 11.55 7 11C7 10.45 7.45 10 8 10C8.55 10 9 10.45 9 11C9 11.55 8.56 12 8 12Z\" fill=\"\"/>\n</svg>\n</li><li title=\"messages 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M17.98 10.79V14.79C17.98 15.05 17.97 15.3 17.94 15.54C17.71 18.24 16.12 19.58 13.19 19.58H12.79C12.54 19.58 12.3 19.7 12.15 19.9L10.95 21.5C10.42 22.21 9.56 22.21 9.03 21.5L7.82999 19.9C7.69999 19.73 7.41 19.58 7.19 19.58H6.79001C3.60001 19.58 2 18.79 2 14.79V10.79C2 7.86001 3.35001 6.27001 6.04001 6.04001C6.28001 6.01001 6.53001 6 6.79001 6H13.19C16.38 6 17.98 7.60001 17.98 10.79Z\" fill=\"\"/>\n<path d=\"M9.99023 14C9.43023 14 8.99023 13.55 8.99023 13C8.99023 12.45 9.44023 12 9.99023 12C10.5402 12 10.9902 12.45 10.9902 13C10.9902 13.55 10.5502 14 9.99023 14Z\" fill=\"\"/>\n<path d=\"M13.4902 14C12.9302 14 12.4902 13.55 12.4902 13C12.4902 12.45 12.9402 12 13.4902 12C14.0402 12 14.4902 12.45 14.4902 13C14.4902 13.55 14.0402 14 13.4902 14Z\" fill=\"\"/>\n<path d=\"M6.5 14C5.94 14 5.5 13.55 5.5 13C5.5 12.45 5.95 12 6.5 12C7.05 12 7.5 12.45 7.5 13C7.5 13.55 7.05 14 6.5 14Z\" fill=\"\"/>\n<path d=\"M21.9791 6.79001V10.79C21.9791 13.73 20.6291 15.31 17.9391 15.54C17.9691 15.3 17.9791 15.05 17.9791 14.79V10.79C17.9791 7.60001 16.3791 6 13.1891 6H6.78906C6.52906 6 6.27906 6.01001 6.03906 6.04001C6.26906 3.35001 7.85906 2 10.7891 2H17.1891C20.3791 2 21.9791 3.60001 21.9791 6.79001Z\" fill=\"\"/>\n</svg>\n</li><li title=\"messages 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M18.4698 16.83L18.8598 19.99C18.9598 20.82 18.0698 21.4 17.3598 20.97L13.1698 18.48C12.7098 18.48 12.2599 18.45 11.8199 18.39C12.5599 17.52 12.9998 16.42 12.9998 15.23C12.9998 12.39 10.5398 10.09 7.49985 10.09C6.33985 10.09 5.26985 10.42 4.37985 11C4.34985 10.75 4.33984 10.5 4.33984 10.24C4.33984 5.68999 8.28985 2 13.1698 2C18.0498 2 21.9998 5.68999 21.9998 10.24C21.9998 12.94 20.6098 15.33 18.4698 16.83Z\" fill=\"\"/>\n<path d=\"M13 15.2298C13 16.4198 12.56 17.5198 11.82 18.3898C10.83 19.5898 9.26 20.3598 7.5 20.3598L4.89 21.9098C4.45 22.1798 3.89 21.8098 3.95 21.2998L4.2 19.3298C2.86 18.3998 2 16.9098 2 15.2298C2 13.4698 2.94 11.9198 4.38 10.9998C5.27 10.4198 6.34 10.0898 7.5 10.0898C10.54 10.0898 13 12.3898 13 15.2298Z\" fill=\"\"/>\n</svg>\n</li><li title=\"messages 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M22 6.25V11.35C22 12.62 21.58 13.69 20.83 14.43C20.09 15.18 19.02 15.6 17.75 15.6V17.41C17.75 18.09 16.99 18.5 16.43 18.12L15.46 17.48C15.55 17.17 15.59 16.83 15.59 16.47V12.4C15.59 10.36 14.23 9 12.19 9H5.39999C5.25999 9 5.13 9.01002 5 9.02002V6.25C5 3.7 6.7 2 9.25 2H17.75C20.3 2 22 3.7 22 6.25Z\" fill=\"\"/>\n<path d=\"M15.59 12.4V16.47C15.59 16.83 15.55 17.17 15.46 17.48C15.09 18.95 13.87 19.87 12.19 19.87H9.47L6.45 21.88C6 22.19 5.39999 21.86 5.39999 21.32V19.87C4.37999 19.87 3.53 19.53 2.94 18.94C2.34 18.34 2 17.49 2 16.47V12.4C2 10.5 3.18 9.19002 5 9.02002C5.13 9.01002 5.25999 9 5.39999 9H12.19C14.23 9 15.59 10.36 15.59 12.4Z\" fill=\"\"/>\n</svg>\n</li><li title=\"messages \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M17 9C17 12.87 13.64 16 9.5 16L8.57001 17.12L8.02 17.78C7.55 18.34 6.65 18.22 6.34 17.55L5 14.6C3.18 13.32 2 11.29 2 9C2 5.13 5.36 2 9.5 2C12.52 2 15.13 3.67001 16.3 6.07001C16.75 6.96001 17 7.95 17 9Z\" fill=\"\"/>\n<path d=\"M22.0003 12.8598C22.0003 15.1498 20.8203 17.1798 19.0003 18.4598L17.6603 21.4098C17.3503 22.0798 16.4503 22.2098 15.9803 21.6398L14.5003 19.8598C12.0803 19.8598 9.92031 18.7898 8.57031 17.1198L9.50031 15.9998C13.6403 15.9998 17.0003 12.8698 17.0003 8.99982C17.0003 7.94982 16.7503 6.95982 16.3003 6.06982C19.5703 6.81982 22.0003 9.5798 22.0003 12.8598Z\" fill=\"\"/>\n<path d=\"M12 9.75H7C6.59 9.75 6.25 9.41 6.25 9C6.25 8.59 6.59 8.25 7 8.25H12C12.41 8.25 12.75 8.59 12.75 9C12.75 9.41 12.41 9.75 12 9.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"microphone 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M19.1197 9.11986C18.7297 9.11986 18.4197 9.42986 18.4197 9.81986V11.3999C18.4197 14.9399 15.5397 17.8199 11.9997 17.8199C8.45969 17.8199 5.57969 14.9399 5.57969 11.3999V9.80986C5.57969 9.41986 5.26969 9.10986 4.87969 9.10986C4.48969 9.10986 4.17969 9.41986 4.17969 9.80986V11.3899C4.17969 15.4599 7.30969 18.8099 11.2997 19.1699V21.2999C11.2997 21.6899 11.6097 21.9999 11.9997 21.9999C12.3897 21.9999 12.6997 21.6899 12.6997 21.2999V19.1699C16.6797 18.8199 19.8197 15.4599 19.8197 11.3899V9.80986C19.8097 9.42986 19.4997 9.11986 19.1197 9.11986Z\" fill=\"\"/>\n<path d=\"M12.0001 2C9.56008 2 7.58008 3.98 7.58008 6.42V11.54C7.58008 13.98 9.56008 15.96 12.0001 15.96C14.4401 15.96 16.4201 13.98 16.4201 11.54V6.42C16.4201 3.98 14.4401 2 12.0001 2ZM13.3101 8.95C13.2401 9.21 13.0101 9.38 12.7501 9.38C12.7001 9.38 12.6501 9.37 12.6001 9.36C12.2101 9.25 11.8001 9.25 11.4101 9.36C11.0901 9.45 10.7801 9.26 10.7001 8.95C10.6101 8.64 10.8001 8.32 11.1101 8.24C11.7001 8.08 12.3201 8.08 12.9101 8.24C13.2101 8.32 13.3901 8.64 13.3101 8.95ZM13.8401 7.01C13.7501 7.25 13.5301 7.39 13.2901 7.39C13.2201 7.39 13.1601 7.38 13.0901 7.36C12.3901 7.1 11.6101 7.1 10.9101 7.36C10.6101 7.47 10.2701 7.31 10.1601 7.01C10.0501 6.71 10.2101 6.37 10.5101 6.27C11.4701 5.92 12.5301 5.92 13.4901 6.27C13.7901 6.38 13.9501 6.71 13.8401 7.01Z\" fill=\"\"/>\n</svg>\n</li><li title=\"microphone slash 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M17.6209 5.72L7.01086 16.33C6.28086 15.34 5.88086 14.13 5.88086 12.82V8.11C5.88086 6.27 6.70086 4.62 8.00086 3.5V7.64C8.00086 8.03 8.32086 8.35 8.70086 8.35C9.09086 8.35 9.41086 8.03 9.41086 7.64V2.57C9.87086 2.34 10.3609 2.18 10.8709 2.09V5.75C10.8709 6.15 11.1909 6.46 11.5809 6.46C11.9709 6.46 12.2909 6.15 12.2909 5.75V2C14.6809 2.11 16.7409 3.61 17.6209 5.72Z\" fill=\"\"/>\n<path d=\"M18.1202 8.87988V12.8199C18.1202 16.1899 15.3702 18.9399 12.0002 18.9399C11.8202 18.9399 11.6402 18.9299 11.4602 18.9099C11.3802 18.9099 11.3002 18.8999 11.2302 18.8899C11.1002 18.8699 10.9702 18.8499 10.8502 18.8299C10.8002 18.8299 10.7602 18.8099 10.7002 18.7999C10.5602 18.7699 10.4202 18.7299 10.2902 18.6899C10.0702 18.6299 9.86016 18.5499 9.66016 18.4699C9.53016 18.4199 9.41016 18.3699 9.29016 18.2999C9.26016 18.2899 9.24016 18.2699 9.21016 18.2599C9.11016 18.2099 9.01016 18.1599 8.91016 18.0899L18.1202 8.87988Z\" fill=\"\"/>\n<path d=\"M21.7497 11V13C21.7497 18.38 17.3797 22.75 11.9997 22.75C9.87969 22.75 7.84969 22.07 6.17969 20.82L7.25969 19.74C8.63969 20.72 10.2797 21.25 11.9997 21.25C16.5497 21.25 20.2497 17.55 20.2497 13V11C20.2497 10.59 20.5897 10.25 20.9997 10.25C21.4097 10.25 21.7497 10.59 21.7497 11Z\" fill=\"\"/>\n<path d=\"M21.7709 2.22988C21.4709 1.92988 20.9809 1.92988 20.6809 2.22988L2.23086 20.6899C1.93086 20.9899 1.93086 21.4799 2.23086 21.7799C2.38086 21.9199 2.57086 21.9999 2.77086 21.9999C2.97086 21.9999 3.16086 21.9199 3.31086 21.7699L21.7709 3.30988C22.0809 3.00988 22.0809 2.52988 21.7709 2.22988Z\" fill=\"\"/>\n</svg>\n</li><li title=\"microphone slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.4201 6.42014V7.58014L9.14008 14.8601C8.18008 13.9901 7.58008 12.7101 7.58008 11.3401V6.42014C7.58008 4.36014 8.98008 2.65014 10.8801 2.16014C11.0701 2.11014 11.2501 2.27014 11.2501 2.46014V4.00014C11.2501 4.41014 11.5901 4.75014 12.0001 4.75014C12.4101 4.75014 12.7501 4.41014 12.7501 4.00014V2.46014C12.7501 2.27014 12.9301 2.11014 13.1201 2.16014C15.0201 2.65014 16.4201 4.36014 16.4201 6.42014Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M7.77945 16.2201L6.78945 17.2101C5.19945 15.7801 4.18945 13.7101 4.18945 11.4001V9.81012C4.18945 9.43012 4.49945 9.12012 4.87945 9.12012C5.26945 9.12012 5.57945 9.43012 5.57945 9.81012V11.4001C5.57945 13.3201 6.42945 15.0501 7.77945 16.2201Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M19.8098 9.81012V11.4001C19.8098 15.4701 16.6798 18.8201 12.6998 19.1701V21.3001C12.6998 21.6901 12.3898 22.0001 11.9998 22.0001C11.6098 22.0001 11.2998 21.6901 11.2998 21.3001V19.1701C10.2098 19.0701 9.17977 18.7501 8.25977 18.2401L9.28977 17.2101C10.1098 17.5901 11.0298 17.8101 11.9998 17.8101C15.5398 17.8101 18.4198 14.9301 18.4198 11.4001V9.81012C18.4198 9.43012 18.7298 9.12012 19.1198 9.12012C19.4998 9.12012 19.8098 9.43012 19.8098 9.81012Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M16.4202 10.0801V11.5301C16.4202 14.1101 14.2002 16.1801 11.5602 15.9301C11.2802 15.9001 11.0002 15.8501 10.7402 15.7601L16.4202 10.0801Z\" fill=\"\"/>\n<path d=\"M21.7709 2.22988C21.4709 1.92988 20.9809 1.92988 20.6809 2.22988L2.23086 20.6899C1.93086 20.9899 1.93086 21.4799 2.23086 21.7799C2.38086 21.9199 2.57086 21.9999 2.77086 21.9999C2.97086 21.9999 3.16086 21.9199 3.31086 21.7699L21.7709 3.30988C22.0809 3.00988 22.0809 2.52988 21.7709 2.22988Z\" fill=\"\"/>\n</svg>\n</li><li title=\"microphone \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M11.9996 21.9302C6.95961 21.9302 2.84961 17.8302 2.84961 12.7802V10.9002C2.84961 10.5102 3.16961 10.2002 3.54961 10.2002C3.92961 10.2002 4.24961 10.5202 4.24961 10.9002V12.7802C4.24961 17.0502 7.71961 20.5202 11.9896 20.5202C16.2596 20.5202 19.7296 17.0502 19.7296 12.7802V10.9002C19.7296 10.5102 20.0496 10.2002 20.4296 10.2002C20.8096 10.2002 21.1296 10.5202 21.1296 10.9002V12.7802C21.1496 17.8302 17.0396 21.9302 11.9996 21.9302Z\" fill=\"\"/>\n<path d=\"M12.0004 2C8.64039 2 5.90039 4.74 5.90039 8.1V12.79C5.90039 16.15 8.64039 18.89 12.0004 18.89C15.3604 18.89 18.1004 16.15 18.1004 12.79V8.1C18.1004 4.74 15.3604 2 12.0004 2ZM14.1804 10.59C14.1104 10.86 13.8604 11.04 13.5904 11.04C13.5404 11.04 13.4804 11.03 13.4304 11.02C12.4104 10.74 11.3304 10.74 10.3104 11.02C9.98039 11.11 9.65039 10.92 9.56039 10.59C9.47039 10.27 9.66039 9.93 9.99039 9.84C11.2204 9.5 12.5204 9.5 13.7504 9.84C14.0804 9.93 14.2704 10.26 14.1804 10.59ZM15.0304 7.82C14.9404 8.07 14.7104 8.22 14.4604 8.22C14.3904 8.22 14.3204 8.21 14.2504 8.18C12.7204 7.62 11.0404 7.62 9.51039 8.18C9.19039 8.3 8.84039 8.14 8.72039 7.82C8.61039 7.51 8.77039 7.16 9.09039 7.04C10.8904 6.39 12.8704 6.39 14.6604 7.04C14.9804 7.16 15.1404 7.51 15.0304 7.82Z\" fill=\"\"/>\n</svg>\n</li><li title=\"microscope \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.8387 10.9001L20.4987 7.11007C21.0687 6.73007 21.2187 5.9501 20.8387 5.3901L19.0187 2.68008C18.6387 2.11008 17.8587 1.96009 17.2987 2.34009L11.6387 6.13009L14.8387 10.9001Z\" fill=\"\"/>\n<path d=\"M14.5197 10.4201L12.7597 11.6001L10.0897 13.3901L9.73969 13.6201L9.57969 13.3801L7.33968 10.0401L7.17969 9.80008L11.9597 6.6001L14.5197 10.4201Z\" fill=\"\"/>\n<path d=\"M5.63912 16.02L9.58912 13.38L7.34912 10.04L3.39912 12.68C2.93912 12.99 2.81912 13.61 3.12912 14.07L4.25912 15.75C4.55912 16.21 5.17912 16.33 5.63912 16.02Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M16.5594 21.8101C16.4594 21.8501 16.3494 21.8801 16.2494 21.8801C15.9594 21.8801 15.6894 21.7101 15.5594 21.4301L11.8294 13.1901L8.04941 21.4401C7.91941 21.7101 7.64941 21.8801 7.35941 21.8801C7.25941 21.8801 7.14941 21.8501 7.04941 21.8101C6.67941 21.6301 6.50941 21.1901 6.67941 20.8101L10.0894 13.3901L12.7594 11.6001L16.9294 20.8201C17.0994 21.1901 16.9294 21.6401 16.5594 21.8101Z\" fill=\"\"/>\n</svg>\n</li><li title=\"milk \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18 15V19C18 20.65 16.65 22 15 22H9C7.35 22 6 20.65 6 19V13.98L9.89001 14C10.62 14 11.34 14.17 12 14.5C12.66 14.83 13.38 15 14.12 15H18Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M18 10.8299V14.9999H14.12C13.38 14.9999 12.66 14.8299 12 14.4999C11.34 14.1699 10.62 13.9999 9.89001 13.9999L6 13.9799V10.8299C6 10.3699 6.26003 9.73991 6.59003 9.40991L8.71002 7.28991C8.89002 7.10991 9 6.8499 9 6.5899V4.90991C9.16 4.96991 9.32 4.99991 9.5 4.99991H14.5C14.68 4.99991 14.84 4.96991 15 4.90991V6.5899C15 6.8499 15.11 7.10991 15.29 7.28991L17.41 9.40991C17.74 9.73991 18 10.3699 18 10.8299Z\" fill=\"\"/>\n<path d=\"M14.5 2H9.5C8.67 2 8 2.67 8 3.5C8 4.15 8.42 4.71 9 4.91C9.16 4.97 9.32 5 9.5 5H14.5C14.68 5 14.84 4.97 15 4.91C15.58 4.71 16 4.15 16 3.5C16 2.67 15.33 2 14.5 2Z\" fill=\"\"/>\n</svg>\n</li><li title=\"mini music sqaure \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M20.7098 17.52C20.3398 18.74 19.6098 19.68 18.5698 20.26C18.5298 20.1 18.5098 19.93 18.5098 19.76C18.5098 18.54 19.4998 17.54 20.7098 17.52Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M21 7.52002V15.48C21 15.7 20.99 15.91 20.98 16.12L17.53 17.07V20.71C17.06 20.86 16.55 20.95 15.99 20.98C16.02 20.91 16.03 20.84 16.03 20.76C16.03 20.35 15.69 20.02 15.29 20.02C14.88 20.02 14.54 20.35 14.54 20.76C14.54 20.84 14.55 20.93 14.59 21H7.52C4.07 21 2 18.94 2 15.48V7.52002C2 4.06002 4.07 2 7.52 2H15.48C18.93 2 21 4.06002 21 7.52002Z\" fill=\"\"/>\n<path d=\"M22.3091 12.25C22.0491 12.06 21.6291 11.86 20.9991 11.92C20.8391 11.93 20.6691 11.96 20.4791 12.01L17.4991 12.8301C16.6091 13.0601 16.0291 13.81 16.0291 14.74V18.6501C15.7991 18.5701 15.5491 18.5201 15.2891 18.5201C14.0491 18.5201 13.0391 19.52 13.0391 20.76C13.0391 20.84 13.0391 20.92 13.0491 21C13.1691 22.12 14.1291 23 15.2891 23C16.5091 23 17.4991 22.01 17.5191 20.8C17.5191 20.78 17.5291 20.77 17.5291 20.76V17.07L20.9791 16.12L21.4991 15.98V17.66C21.2691 17.58 21.0191 17.5201 20.7491 17.5201H20.7091C19.4991 17.5401 18.5091 18.54 18.5091 19.76C18.5091 19.93 18.5291 20.1 18.5691 20.26C18.7991 21.26 19.6891 22.01 20.7491 22.01C21.9791 22.01 22.9691 21.02 22.9891 19.8C22.9891 19.79 22.9991 19.78 22.9991 19.76V13.93C22.9991 13.17 22.7691 12.61 22.3091 12.25ZM15.2891 21.5C14.9591 21.5 14.6791 21.29 14.5891 21C14.5491 20.93 14.5391 20.84 14.5391 20.76C14.5391 20.35 14.8791 20.0201 15.2891 20.0201C15.6891 20.0201 16.0291 20.35 16.0291 20.76C16.0291 20.84 16.0191 20.91 15.9891 20.98C15.8991 21.28 15.6191 21.5 15.2891 21.5ZM20.7491 20.51C20.3491 20.51 20.0091 20.17 20.0091 19.76C20.0091 19.36 20.3491 19.0201 20.7491 19.0201C21.1591 19.0201 21.4991 19.36 21.4991 19.76C21.4991 20.17 21.1591 20.51 20.7491 20.51Z\" fill=\"\"/>\n</svg>\n</li><li title=\"minus cirlce \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" fill=\"\"/>\n<path d=\"M15.9199 12.75H7.91992C7.50992 12.75 7.16992 12.41 7.16992 12C7.16992 11.59 7.50992 11.25 7.91992 11.25H15.9199C16.3299 11.25 16.6699 11.59 16.6699 12C16.6699 12.41 16.3399 12.75 15.9199 12.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"minus square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2Z\" fill=\"\"/>\n<path d=\"M16 12.75H8C7.59 12.75 7.25 12.41 7.25 12C7.25 11.59 7.59 11.25 8 11.25H16C16.41 11.25 16.75 11.59 16.75 12C16.75 12.41 16.41 12.75 16 12.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"minus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2Z\" fill=\"\"/>\n<path d=\"M18 12.75H6C5.59 12.75 5.25 12.41 5.25 12C5.25 11.59 5.59 11.25 6 11.25H18C18.41 11.25 18.75 11.59 18.75 12C18.75 12.41 18.41 12.75 18 12.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"mirror \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12 18C16.4183 18 20 14.4183 20 10C20 5.58172 16.4183 2 12 2C7.58172 2 4 5.58172 4 10C4 14.4183 7.58172 18 12 18Z\" fill=\"\"/>\n<path d=\"M18 22.75H6C5.59 22.75 5.25 22.41 5.25 22C5.25 21.59 5.59 21.25 6 21.25H18C18.41 21.25 18.75 21.59 18.75 22C18.75 22.41 18.41 22.75 18 22.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"mirroring screen \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M2 9V8C2 5.24 4.24 3 7 3H17C19.76 3 22 5.24 22 8V16C22 18.76 19.76 21 17 21H16H7C4.24 21 2 18.76 2 16V9Z\" fill=\"\"/>\n<path d=\"M16.1383 15.44C15.7683 15.44 15.4483 15.16 15.3983 14.79C14.9683 11.41 12.5083 8.95003 9.12827 8.52003C8.71827 8.47003 8.42826 8.09001 8.47826 7.68001C8.52826 7.27001 8.90827 6.98002 9.31827 7.03002C13.3883 7.55002 16.3583 10.52 16.8883 14.6C16.9383 15.01 16.6483 15.39 16.2383 15.44C16.2083 15.44 16.1783 15.44 16.1383 15.44Z\" fill=\"\"/>\n<path d=\"M13.4389 16.3C13.0689 16.3 12.7489 16.02 12.6989 15.65C12.3889 13.27 10.6589 11.53 8.2689 11.22C7.8589 11.17 7.56889 10.79 7.61889 10.38C7.66889 9.96998 8.0489 9.67997 8.4589 9.72997C11.5389 10.13 13.7889 12.37 14.1889 15.46C14.2389 15.87 13.9489 16.25 13.5389 16.3C13.5089 16.3 13.4689 16.3 13.4389 16.3Z\" fill=\"\"/>\n<path d=\"M10.3891 16.81C10.0191 16.81 9.69911 16.53 9.64911 16.16C9.51911 15.14 8.77911 14.4 7.75912 14.27C7.34912 14.22 7.05912 13.84 7.10912 13.43C7.15912 13.02 7.53912 12.73 7.94912 12.78C9.63912 13 10.9191 14.28 11.1391 15.97C11.1891 16.38 10.8991 16.76 10.4891 16.81C10.4591 16.81 10.4191 16.81 10.3891 16.81Z\" fill=\"\"/>\n</svg>\n</li><li title=\"mobile programming \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18 13C15.24 13 13 15.24 13 18C13 20.76 15.24 23 18 23C20.76 23 23 20.76 23 18C23 15.24 20.76 13 18 13ZM17.16 19.27C17.41 19.52 17.41 19.93 17.16 20.19C17.03 20.32 16.87 20.38 16.7 20.38C16.53 20.38 16.37 20.32 16.24 20.19L14.51 18.46C14.26 18.21 14.26 17.8 14.51 17.54L16.24 15.81C16.49 15.56 16.9 15.56 17.16 15.81C17.41 16.06 17.41 16.47 17.16 16.73L15.89 18L17.16 19.27ZM21.48 18.46L19.75 20.19C19.62 20.32 19.46 20.38 19.29 20.38C19.12 20.38 18.96 20.32 18.83 20.19C18.58 19.94 18.58 19.53 18.83 19.27L20.1 18L18.83 16.73C18.58 16.48 18.58 16.07 18.83 15.81C19.08 15.56 19.49 15.56 19.75 15.81L21.48 17.54C21.73 17.8 21.73 18.2 21.48 18.46Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M21 7V14C20.17 13.37 19.13 13 18 13C15.24 13 13 15.24 13 18C13 19.63 13.79 21.09 15 22H8C4.5 22 3 20 3 17V7C3 4 4.5 2 8 2H8.92999L8.97 3.53003C8.99 4.34003 9.66 5 10.47 5H13.5C14.32 5 15 4.32 15 3.5V2H16C19.5 2 21 4 21 7Z\" fill=\"\"/>\n<path d=\"M14.9997 2V3.5C14.9997 4.32 14.3197 5 13.4997 5H10.4697C9.6597 5 8.9897 4.34003 8.9697 3.53003L8.92969 2H14.9997Z\" fill=\"\"/>\n</svg>\n</li><li title=\"mobile \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.24 2H7.76C5 2 4 3 4 5.81V18.19C4 21 5 22 7.76 22H16.23C19 22 20 21 20 18.19V5.81C20 3 19 2 16.24 2Z\" fill=\"\"/>\n<path d=\"M14 6.25H10C9.59 6.25 9.25 5.91 9.25 5.5C9.25 5.09 9.59 4.75 10 4.75H14C14.41 4.75 14.75 5.09 14.75 5.5C14.75 5.91 14.41 6.25 14 6.25Z\" fill=\"\"/>\n<path d=\"M12 19.3C12.9665 19.3 13.75 18.5165 13.75 17.55C13.75 16.5835 12.9665 15.8 12 15.8C11.0335 15.8 10.25 16.5835 10.25 17.55C10.25 18.5165 11.0335 19.3 12 19.3Z\" fill=\"\"/>\n</svg>\n</li><li title=\"money 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M22 9V15H21C18 15 17 16 17 19V20.5H7V19C7 16 6 15 3 15H2V9H3C6 9 7 8 7 5V3.5H17V5C17 8 18 9 21 9H22Z\" fill=\"\"/>\n<path d=\"M12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z\" fill=\"\"/>\n<path d=\"M7 3.5V5C7 8 6 9 3 9H2V8.5C2 5 4 3.5 7 3.5Z\" fill=\"\"/>\n<path d=\"M22 8.5V9H21C18 9 17 8 17 5V3.5C20 3.5 22 5 22 8.5Z\" fill=\"\"/>\n<path d=\"M7 19V20.5C4 20.5 2 19 2 15.5V15H3C6 15 7 16 7 19Z\" fill=\"\"/>\n<path d=\"M22 15V15.5C22 19 20 20.5 17 20.5V19C17 16 18 15 21 15H22Z\" fill=\"\"/>\n</svg>\n</li><li title=\"money 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M17 20.5H7C4 20.5 2 19 2 15.5V8.5C2 5 4 3.5 7 3.5H17C20 3.5 22 5 22 8.5V15.5C22 19 20 20.5 17 20.5Z\" fill=\"\"/>\n<path d=\"M12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z\" fill=\"\"/>\n<path d=\"M19 7.75H16C15.59 7.75 15.25 7.41 15.25 7C15.25 6.59 15.59 6.25 16 6.25H19C19.41 6.25 19.75 6.59 19.75 7C19.75 7.41 19.41 7.75 19 7.75Z\" fill=\"\"/>\n<path d=\"M8 17.75H5C4.59 17.75 4.25 17.41 4.25 17C4.25 16.59 4.59 16.25 5 16.25H8C8.41 16.25 8.75 16.59 8.75 17C8.75 17.41 8.41 17.75 8 17.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"money 4 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M17 20.5H7C4 20.5 2 19 2 15.5V8.5C2 5 4 3.5 7 3.5H17C20 3.5 22 5 22 8.5V15.5C22 19 20 20.5 17 20.5Z\" fill=\"\"/>\n<path d=\"M12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z\" fill=\"\"/>\n<path d=\"M4.5 10.75C4.09 10.75 3.75 10.41 3.75 10V8.5C3.75 6.71 5.21 5.25 7 5.25H8.5C8.91 5.25 9.25 5.59 9.25 6C9.25 6.41 8.91 6.75 8.5 6.75H7C6.04 6.75 5.25 7.54 5.25 8.5V10C5.25 10.41 4.91 10.75 4.5 10.75Z\" fill=\"\"/>\n<path d=\"M19.5 10.75C19.09 10.75 18.75 10.41 18.75 10V8.5C18.75 7.54 17.96 6.75 17 6.75H15.5C15.09 6.75 14.75 6.41 14.75 6C14.75 5.59 15.09 5.25 15.5 5.25H17C18.79 5.25 20.25 6.71 20.25 8.5V10C20.25 10.41 19.91 10.75 19.5 10.75Z\" fill=\"\"/>\n<path d=\"M8.5 18.75H7C5.21 18.75 3.75 17.29 3.75 15.5V14C3.75 13.59 4.09 13.25 4.5 13.25C4.91 13.25 5.25 13.59 5.25 14V15.5C5.25 16.46 6.04 17.25 7 17.25H8.5C8.91 17.25 9.25 17.59 9.25 18C9.25 18.41 8.91 18.75 8.5 18.75Z\" fill=\"\"/>\n<path d=\"M17 18.75H15.5C15.09 18.75 14.75 18.41 14.75 18C14.75 17.59 15.09 17.25 15.5 17.25H17C17.96 17.25 18.75 16.46 18.75 15.5V14C18.75 13.59 19.09 13.25 19.5 13.25C19.91 13.25 20.25 13.59 20.25 14V15.5C20.25 17.29 18.79 18.75 17 18.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"money add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M22 9V15C22 18.5 20 20 17 20H8.45001C8.80001 19.41 9 18.73 9 18C9 15.79 7.21 14 5 14C3.8 14 2.73 14.53 2 15.36V9C2 5.5 4 4 7 4H17C20 4 22 5.5 22 9Z\" fill=\"\"/>\n<path d=\"M12 14.5C13.3807 14.5 14.5 13.3807 14.5 12C14.5 10.6193 13.3807 9.5 12 9.5C10.6193 9.5 9.5 10.6193 9.5 12C9.5 13.3807 10.6193 14.5 12 14.5Z\" fill=\"\"/>\n<path d=\"M18.5 14.75C18.09 14.75 17.75 14.41 17.75 14V10C17.75 9.59 18.09 9.25 18.5 9.25C18.91 9.25 19.25 9.59 19.25 10V14C19.25 14.41 18.91 14.75 18.5 14.75Z\" fill=\"\"/>\n<path d=\"M5 14C2.79 14 1 15.79 1 18C1 18.75 1.20999 19.46 1.57999 20.06C2.26999 21.22 3.54 22 5 22C6.46 22 7.73001 21.22 8.42001 20.06C8.79001 19.46 9 18.75 9 18C9 15.79 7.21 14 5 14ZM6.48999 18.73H5.75V19.51C5.75 19.92 5.41 20.26 5 20.26C4.59 20.26 4.25 19.92 4.25 19.51V18.73H3.51001C3.10001 18.73 2.76001 18.39 2.76001 17.98C2.76001 17.57 3.10001 17.23 3.51001 17.23H4.25V16.52C4.25 16.11 4.59 15.77 5 15.77C5.41 15.77 5.75 16.11 5.75 16.52V17.23H6.48999C6.89999 17.23 7.23999 17.57 7.23999 17.98C7.23999 18.39 6.90999 18.73 6.48999 18.73Z\" fill=\"\"/>\n</svg>\n</li><li title=\"money change \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M22 9V15C22 18.5 20 20 17 20H9.73999C9.90999 19.53 10 19.03 10 18.5C10 16.02 7.99 14 5.5 14C4.09 14 2.82 14.66 2 15.68V9C2 5.5 4 4 7 4H17C20 4 22 5.5 22 9Z\" fill=\"\"/>\n<path d=\"M12 14.5C13.3807 14.5 14.5 13.3807 14.5 12C14.5 10.6193 13.3807 9.5 12 9.5C10.6193 9.5 9.5 10.6193 9.5 12C9.5 13.3807 10.6193 14.5 12 14.5Z\" fill=\"\"/>\n<path d=\"M18.5 14.75C18.09 14.75 17.75 14.41 17.75 14V10C17.75 9.59 18.09 9.25 18.5 9.25C18.91 9.25 19.25 9.59 19.25 10V14C19.25 14.41 18.91 14.75 18.5 14.75Z\" fill=\"\"/>\n<path d=\"M5.5 14C4.09 14 2.82 14.66 2 15.68C1.37 16.45 1 17.43 1 18.5C1 20.99 3.02 23 5.5 23C7.46 23 9.12999 21.75 9.73999 20C9.90999 19.53 10 19.03 10 18.5C10 16.02 7.99 14 5.5 14ZM8.15997 20.46C8.12997 20.52 8.08998 20.59 8.03998 20.64L7.22998 21.44C7.12998 21.55 6.98998 21.6 6.84998 21.6C6.69998 21.6 6.56002 21.55 6.46002 21.44C6.28002 21.27 6.25999 21 6.37 20.8H4.10999C3.38999 20.8 2.79999 20.21 2.79999 19.48V19.37C2.79999 19.06 3.04998 18.82 3.34998 18.82C3.64998 18.82 3.90002 19.06 3.90002 19.37V19.48C3.90002 19.6 3.98999 19.7 4.10999 19.7H6.37C6.25999 19.49 6.28002 19.23 6.46002 19.05C6.67002 18.84 7.01998 18.84 7.22998 19.05L8.03998 19.86C8.08998 19.91 8.12997 19.97 8.15997 20.04C8.20997 20.17 8.20997 20.32 8.15997 20.46ZM8.20001 17.63C8.20001 17.94 7.95002 18.18 7.65002 18.18C7.35002 18.18 7.09998 17.94 7.09998 17.63V17.52C7.09998 17.4 7.01001 17.3 6.89001 17.3H4.63C4.74 17.51 4.71998 17.77 4.53998 17.95C4.43998 18.05 4.30002 18.11 4.15002 18.11C4.01002 18.11 3.87002 18.05 3.77002 17.95L2.96002 17.14C2.91002 17.09 2.87003 17.03 2.84003 16.96C2.79003 16.83 2.79003 16.68 2.84003 16.54C2.87003 16.48 2.91002 16.41 2.96002 16.36L3.77002 15.56C3.98002 15.34 4.32998 15.34 4.53998 15.56C4.71998 15.73 4.74 16 4.63 16.2H6.89001C7.61001 16.2 8.20001 16.79 8.20001 17.52V17.63Z\" fill=\"\"/>\n</svg>\n</li><li title=\"money forbidden \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M1.70026 20.24C1.71026 20.23 1.71027 20.22 1.71027 20.22L7.21027 14.72C7.22027 14.71 7.23023 14.71 7.24023 14.7C6.60023 14.26 5.82023 14 4.99023 14C2.78023 14 0.990234 15.79 0.990234 18C0.990234 18.75 1.20025 19.46 1.57025 20.06C1.62025 20.12 1.66026 20.18 1.70026 20.24Z\" fill=\"\"/>\n<path d=\"M8.29999 15.75C8.28999 15.76 8.29003 15.77 8.28003 15.78L2.78003 21.28C2.77003 21.29 2.76 21.29 2.75 21.3C3.39 21.74 4.16 22 5 22C6.46 22 7.72998 21.22 8.41998 20.06C8.78998 19.46 9 18.75 9 18C9 17.16 8.73999 16.39 8.29999 15.75Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M22 9V15C22 18.5 20 20 17 20H8.45001C8.80001 19.41 9 18.73 9 18C9 15.79 7.21 14 5 14C3.8 14 2.73 14.53 2 15.36V9C2 5.5 4 4 7 4H17C20 4 22 5.5 22 9Z\" fill=\"\"/>\n<path d=\"M12 14.5C13.3807 14.5 14.5 13.3807 14.5 12C14.5 10.6193 13.3807 9.5 12 9.5C10.6193 9.5 9.5 10.6193 9.5 12C9.5 13.3807 10.6193 14.5 12 14.5Z\" fill=\"\"/>\n<path d=\"M18.5 14.75C18.09 14.75 17.75 14.41 17.75 14V10C17.75 9.59 18.09 9.25 18.5 9.25C18.91 9.25 19.25 9.59 19.25 10V14C19.25 14.41 18.91 14.75 18.5 14.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"money recive \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M18.8105 6.24998H20.1706C19.9806 5.97998 19.7806 5.72998 19.5706 5.47998L18.8105 6.24998Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M18.52 4.41982C18.27 4.20982 18.02 4.00982 17.75 3.81982V5.17982L18.52 4.41982Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M17 7.75C16.9 7.75 16.81 7.73 16.71 7.69C16.53 7.61 16.38 7.47 16.3 7.28C16.26 7.19 16.24 7.09 16.24 6.99V2.99C16.24 2.98 16.25 2.97 16.25 2.95C14.96 2.35 13.52 2 12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 10.48 21.65 9.04 21.04 7.74C21.03 7.74 21.02 7.75 21 7.75H17Z\" fill=\"\"/>\n<path d=\"M19.5795 5.47994L22.5295 2.52994C22.8195 2.23994 22.8195 1.75994 22.5295 1.46994C22.2395 1.17994 21.7595 1.17994 21.4695 1.46994L18.5195 4.41994C18.8995 4.74994 19.2495 5.10994 19.5795 5.47994Z\" fill=\"\"/>\n<path d=\"M17.7498 3C17.7498 2.59 17.4098 2.25 16.9998 2.25C16.5998 2.25 16.2798 2.57 16.2598 2.96C16.7798 3.21 17.2798 3.49 17.7498 3.82V3Z\" fill=\"\"/>\n<path d=\"M21.7499 7C21.7499 6.59 21.4099 6.25 20.9999 6.25H20.1699C20.4999 6.72 20.7899 7.22 21.0299 7.74C21.4299 7.72 21.7499 7.4 21.7499 7Z\" fill=\"\"/>\n<path d=\"M13.75 11.82L12.75 11.47V9.25H12.83C13.34 9.25 13.75 9.7 13.75 10.25C13.75 10.66 14.09 11 14.5 11C14.91 11 15.25 10.66 15.25 10.25C15.25 8.87 14.17 7.75 12.83 7.75H12.75V7.5C12.75 7.09 12.41 6.75 12 6.75C11.59 6.75 11.25 7.09 11.25 7.5V7.75H10.95C9.74001 7.75 8.75 8.77 8.75 10.03C8.75 11.49 9.6 11.96 10.25 12.19L11.25 12.54V14.76H11.17C10.66 14.76 10.25 14.31 10.25 13.76C10.25 13.35 9.91 13.01 9.5 13.01C9.09 13.01 8.75 13.35 8.75 13.76C8.75 15.14 9.83001 16.26 11.17 16.26H11.25V16.51C11.25 16.92 11.59 17.26 12 17.26C12.41 17.26 12.75 16.92 12.75 16.51V16.26H13.05C14.26 16.26 15.25 15.24 15.25 13.98C15.25 12.51 14.4 12.04 13.75 11.82ZM10.74 10.76C10.4 10.64 10.25 10.57 10.25 10.02C10.25 9.59 10.57 9.24 10.95 9.24H11.25V10.93L10.74 10.76ZM13.05 14.75H12.75V13.06L13.26 13.24C13.6 13.36 13.75 13.43 13.75 13.98C13.75 14.4 13.43 14.75 13.05 14.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"money remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M22 9V15C22 18.5 20 20 17 20H8.45001C8.80001 19.41 9 18.73 9 18C9 15.79 7.21 14 5 14C3.8 14 2.73 14.53 2 15.36V9C2 5.5 4 4 7 4H17C20 4 22 5.5 22 9Z\" fill=\"\"/>\n<path d=\"M12 14.5C13.3807 14.5 14.5 13.3807 14.5 12C14.5 10.6193 13.3807 9.5 12 9.5C10.6193 9.5 9.5 10.6193 9.5 12C9.5 13.3807 10.6193 14.5 12 14.5Z\" fill=\"\"/>\n<path d=\"M18.5 14.75C18.09 14.75 17.75 14.41 17.75 14V10C17.75 9.59 18.09 9.25 18.5 9.25C18.91 9.25 19.25 9.59 19.25 10V14C19.25 14.41 18.91 14.75 18.5 14.75Z\" fill=\"\"/>\n<path d=\"M5 14C3.8 14 2.73 14.53 2 15.36C1.38 16.07 1 16.99 1 18C1 18.75 1.21002 19.46 1.58002 20.06C2.27002 21.22 3.54 22 5 22C6.01 22 6.93001 21.63 7.63 21C7.94 20.74 8.20998 20.42 8.41998 20.06C8.78998 19.46 9 18.75 9 18C9 15.79 7.21 14 5 14ZM6.59998 19.58C6.44998 19.73 6.26001 19.8 6.07001 19.8C5.88001 19.8 5.68998 19.73 5.53998 19.58L5.01001 19.05L4.46002 19.6C4.31002 19.75 4.11999 19.82 3.92999 19.82C3.73999 19.82 3.55002 19.75 3.40002 19.6C3.11002 19.31 3.11002 18.83 3.40002 18.54L3.95001 17.99L3.41998 17.46C3.12998 17.17 3.12998 16.69 3.41998 16.4C3.70998 16.11 4.18998 16.11 4.47998 16.4L5.01001 16.93L5.51001 16.43C5.80001 16.14 6.28001 16.14 6.57001 16.43C6.86001 16.72 6.86001 17.2 6.57001 17.49L6.07001 17.99L6.59998 18.52C6.88998 18.81 6.88998 19.28 6.59998 19.58Z\" fill=\"\"/>\n</svg>\n</li><li title=\"money send \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M17 7.75C16.81 7.75 16.62 7.68 16.47 7.53C16.18 7.24 16.18 6.76 16.47 6.47L18.52 4.42C16.76 2.92 14.49 2 12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 9.51 21.08 7.24 19.58 5.48L17.53 7.53C17.38 7.68 17.19 7.75 17 7.75Z\" fill=\"\"/>\n<path d=\"M13.75 11.82L12.75 11.47V9.25H12.83C13.34 9.25 13.75 9.7 13.75 10.25C13.75 10.66 14.09 11 14.5 11C14.91 11 15.25 10.66 15.25 10.25C15.25 8.87 14.17 7.75 12.83 7.75H12.75V7.5C12.75 7.09 12.41 6.75 12 6.75C11.59 6.75 11.25 7.09 11.25 7.5V7.75H10.95C9.74001 7.75 8.75 8.77 8.75 10.03C8.75 11.49 9.6 11.96 10.25 12.19L11.25 12.54V14.76H11.17C10.66 14.76 10.25 14.31 10.25 13.76C10.25 13.35 9.91 13.01 9.5 13.01C9.09 13.01 8.75 13.35 8.75 13.76C8.75 15.14 9.83001 16.26 11.17 16.26H11.25V16.51C11.25 16.92 11.59 17.26 12 17.26C12.41 17.26 12.75 16.92 12.75 16.51V16.26H13.05C14.26 16.26 15.25 15.24 15.25 13.98C15.25 12.51 14.4 12.04 13.75 11.82ZM10.74 10.76C10.4 10.64 10.25 10.57 10.25 10.02C10.25 9.59 10.57 9.24 10.95 9.24H11.25V10.93L10.74 10.76ZM13.05 14.75H12.75V13.06L13.26 13.24C13.6 13.36 13.75 13.43 13.75 13.98C13.75 14.4 13.43 14.75 13.05 14.75Z\" fill=\"\"/>\n<path d=\"M22.6902 1.71024C22.6102 1.53024 22.4702 1.38024 22.2802 1.30024C22.1902 1.26024 22.0902 1.24023 21.9902 1.24023H17.9902C17.5802 1.24023 17.2402 1.58023 17.2402 1.99023C17.2402 2.40023 17.5802 2.74023 17.9902 2.74023H20.1802L18.5103 4.41024C18.8903 4.74024 19.2403 5.09024 19.5703 5.47024L21.2402 3.80024V6.00024C21.2402 6.41024 21.5802 6.75024 21.9902 6.75024C22.4002 6.75024 22.7402 6.41024 22.7402 6.00024V2.00024C22.7502 1.90024 22.7302 1.81024 22.6902 1.71024Z\" fill=\"\"/>\n</svg>\n</li><li title=\"money tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M22 9V15C22 18.5 20 20 17 20H8.45001C8.80001 19.41 9 18.73 9 18C9 15.79 7.21 14 5 14C3.8 14 2.73 14.53 2 15.36V9C2 5.5 4 4 7 4H17C20 4 22 5.5 22 9Z\" fill=\"\"/>\n<path d=\"M12 14.5C13.3807 14.5 14.5 13.3807 14.5 12C14.5 10.6193 13.3807 9.5 12 9.5C10.6193 9.5 9.5 10.6193 9.5 12C9.5 13.3807 10.6193 14.5 12 14.5Z\" fill=\"\"/>\n<path d=\"M18.5 14.75C18.09 14.75 17.75 14.41 17.75 14V10C17.75 9.59 18.09 9.25 18.5 9.25C18.91 9.25 19.25 9.59 19.25 10V14C19.25 14.41 18.91 14.75 18.5 14.75Z\" fill=\"\"/>\n<path d=\"M5 14C2.79 14 1 15.79 1 18C1 18.75 1.20999 19.46 1.57999 20.06C2.26999 21.22 3.54 22 5 22C6.46 22 7.73001 21.22 8.42001 20.06C8.79001 19.46 9 18.75 9 18C9 15.79 7.21 14 5 14ZM6.97 17.67L4.84 19.64C4.7 19.77 4.50999 19.84 4.32999 19.84C4.13999 19.84 3.94999 19.77 3.79999 19.62L2.81 18.63C2.52 18.34 2.52 17.86 2.81 17.57C3.1 17.28 3.58 17.28 3.87 17.57L4.35001 18.05L5.95001 16.57C6.25001 16.29 6.73001 16.31 7.01001 16.61C7.29001 16.91 7.27 17.39 6.97 17.67Z\" fill=\"\"/>\n</svg>\n</li><li title=\"money time \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 14C2.79 14 1 15.79 1 18C1 20.21 2.79 22 5 22C7.21 22 9 20.21 9 18C9 15.79 7.21 14 5 14ZM6 17.68C6 18.29 5.67002 18.87 5.15002 19.18L4.39001 19.64C4.27001 19.71 4.14001 19.75 4.01001 19.75C3.76001 19.75 3.51 19.62 3.37 19.39C3.16 19.04 3.27 18.57 3.63 18.36L4.39001 17.9C4.46001 17.86 4.51001 17.77 4.51001 17.69V16.76C4.51001 16.35 4.85001 16.01 5.26001 16.01C5.67001 16.01 6.01001 16.35 6.01001 16.76V17.68H6Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M22 9V15C22 18.5 20 20 17 20H8.45001C8.80001 19.41 9 18.73 9 18C9 15.79 7.21 14 5 14C3.8 14 2.73 14.53 2 15.36V9C2 5.5 4 4 7 4H17C20 4 22 5.5 22 9Z\" fill=\"\"/>\n<path d=\"M12 14.5C13.3807 14.5 14.5 13.3807 14.5 12C14.5 10.6193 13.3807 9.5 12 9.5C10.6193 9.5 9.5 10.6193 9.5 12C9.5 13.3807 10.6193 14.5 12 14.5Z\" fill=\"\"/>\n<path d=\"M18.5 14.75C18.09 14.75 17.75 14.41 17.75 14V10C17.75 9.59 18.09 9.25 18.5 9.25C18.91 9.25 19.25 9.59 19.25 10V14C19.25 14.41 18.91 14.75 18.5 14.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"money \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M17 20.5H7C4 20.5 2 19 2 15.5V8.5C2 5 4 3.5 7 3.5H17C20 3.5 22 5 22 8.5V15.5C22 19 20 20.5 17 20.5Z\" fill=\"\"/>\n<path d=\"M12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z\" fill=\"\"/>\n<path d=\"M5.5 15.25C5.09 15.25 4.75 14.91 4.75 14.5V9.5C4.75 9.09 5.09 8.75 5.5 8.75C5.91 8.75 6.25 9.09 6.25 9.5V14.5C6.25 14.91 5.91 15.25 5.5 15.25Z\" fill=\"\"/>\n<path d=\"M18.5 15.25C18.09 15.25 17.75 14.91 17.75 14.5V9.5C17.75 9.09 18.09 8.75 18.5 8.75C18.91 8.75 19.25 9.09 19.25 9.5V14.5C19.25 14.91 18.91 15.25 18.5 15.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"moneys \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M19.3009 7.91998V13.07C19.3009 16.15 17.5409 17.47 14.9009 17.47H6.11093C5.66093 17.47 5.23093 17.43 4.83093 17.34C4.58093 17.3 4.34094 17.23 4.12094 17.15C2.62094 16.59 1.71094 15.29 1.71094 13.07V7.91998C1.71094 4.83998 3.47093 3.52002 6.11093 3.52002H14.9009C17.1409 3.52002 18.7509 4.47001 19.1809 6.64001C19.2509 7.04001 19.3009 7.44998 19.3009 7.91998Z\" fill=\"\"/>\n<path d=\"M22.3001 10.9201V16.0701C22.3001 19.1501 20.5401 20.4701 17.9001 20.4701H9.11008C8.37008 20.4701 7.70009 20.3701 7.12009 20.1501C5.93009 19.7101 5.12008 18.8001 4.83008 17.3401C5.23008 17.4301 5.66008 17.4701 6.11008 17.4701H14.9001C17.5401 17.4701 19.3001 16.1501 19.3001 13.0701V7.9201C19.3001 7.4501 19.2601 7.03014 19.1801 6.64014C21.0801 7.04014 22.3001 8.38011 22.3001 10.9201Z\" fill=\"\"/>\n<path d=\"M10.4994 13.1399C11.9574 13.1399 13.1394 11.9579 13.1394 10.4999C13.1394 9.04185 11.9574 7.85986 10.4994 7.85986C9.04136 7.85986 7.85938 9.04185 7.85938 10.4999C7.85938 11.9579 9.04136 13.1399 10.4994 13.1399Z\" fill=\"\"/>\n<path d=\"M4.7793 8.25C4.3693 8.25 4.0293 8.59 4.0293 9V12C4.0293 12.41 4.3693 12.75 4.7793 12.75C5.1893 12.75 5.5293 12.41 5.5293 12V9C5.5293 8.59 5.1993 8.25 4.7793 8.25Z\" fill=\"\"/>\n<path d=\"M16.2109 8.25C15.8009 8.25 15.4609 8.59 15.4609 9V12C15.4609 12.41 15.8009 12.75 16.2109 12.75C16.6209 12.75 16.9609 12.41 16.9609 12V9C16.9609 8.59 16.6309 8.25 16.2109 8.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"monitor mobbile \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.7998 2H6.20977C3.88977 2 2.00977 3.88 2.00977 6.19V12.37V12.56C2.00977 14.88 3.88977 16.75 6.19977 16.75H9.79977C10.3498 16.75 10.7998 17.2 10.7998 17.75V18.57C10.7998 19.12 10.3498 19.57 9.79977 19.57H7.54977C7.15977 19.57 6.83977 19.89 6.83977 20.28C6.83977 20.67 7.15977 20.99 7.54977 20.99H15.4798C15.8698 20.99 16.1898 20.67 16.1898 20.28C16.1898 19.89 15.8698 19.57 15.4798 19.57H13.2298C12.6798 19.57 12.2298 19.12 12.2298 18.57V17.75C12.2298 17.2 12.6798 16.75 13.2298 16.75H16.7998C19.1198 16.75 20.9898 14.87 20.9898 12.56V12.37V6.19C20.9898 3.88 19.1098 2 16.7998 2Z\" fill=\"\"/>\n<path d=\"M19.6402 9.5H14.3502C12.6202 9.5 11.9902 10.13 11.9902 11.88V19.61C11.9902 21.37 12.6102 21.99 14.3502 21.99H19.6402C21.3702 21.99 22.0002 21.36 22.0002 19.61V11.88C22.0002 10.12 21.3802 9.5 19.6402 9.5ZM17.0002 20.32C16.3902 20.32 15.9002 19.83 15.9002 19.22C15.9002 18.61 16.3902 18.12 17.0002 18.12C17.6102 18.12 18.1002 18.61 18.1002 19.22C18.1002 19.83 17.6102 20.32 17.0002 20.32Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M18.1004 19.2201C18.1004 19.8301 17.6104 20.3201 17.0004 20.3201C16.3904 20.3201 15.9004 19.8301 15.9004 19.2201C15.9004 18.6101 16.3904 18.1201 17.0004 18.1201C17.6104 18.1201 18.1004 18.6201 18.1004 19.2201Z\" fill=\"\"/>\n</svg>\n</li><li title=\"monitor recorder \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M20.97 7.19V13.37H2V7.19C2 4.88 3.88 3 6.19 3H16.78C19.09 3 20.97 4.88 20.97 7.19Z\" fill=\"\"/>\n<path d=\"M2 13.3701V13.5601C2 15.8801 3.88 17.7501 6.19 17.7501H9.79C10.34 17.7501 10.79 18.2001 10.79 18.7501V19.5701C10.79 20.1201 10.34 20.5701 9.79 20.5701H7.53C7.14 20.5701 6.82 20.8901 6.82 21.2801C6.82 21.6701 7.14 21.9901 7.53 21.9901H15.46C15.85 21.9901 16.17 21.6701 16.17 21.2801C16.17 20.8901 15.85 20.5701 15.46 20.5701H13.21C12.66 20.5701 12.21 20.1201 12.21 19.5701V18.7501C12.21 18.2001 12.66 17.7501 13.21 17.7501H16.78C19.1 17.7501 20.97 15.8701 20.97 13.5601V13.3701H2Z\" fill=\"\"/>\n<path d=\"M21.99 2.36011L20.86 3.15011V2.73011C20.86 1.78011 20.09 1.02011 19.15 1.02011H14.87C13.84 1.01011 13 1.85011 13 2.88011V6.16011C13 7.02011 13.43 7.87011 14.71 7.87011H19.14C20.09 7.87011 20.85 7.10011 20.85 6.16011V5.73011L21.98 6.52011C22.55 6.91011 23 6.67011 23 5.99011V2.89011C23 2.21011 22.55 1.98011 21.99 2.36011Z\" fill=\"\"/>\n</svg>\n</li><li title=\"monitor \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M21.97 6.41V12.91H2V6.41C2 3.98 3.98 2 6.41 2H17.56C19.99 2 21.97 3.98 21.97 6.41Z\" fill=\"\"/>\n<path d=\"M2 12.9199V13.1199C2 15.5599 3.98 17.5299 6.41 17.5299H10.25C10.8 17.5299 11.25 17.9799 11.25 18.5299V19.4999C11.25 20.0499 10.8 20.4999 10.25 20.4999H7.83C7.42 20.4999 7.08 20.8399 7.08 21.2499C7.08 21.6599 7.41 21.9999 7.83 21.9999H16.18C16.59 21.9999 16.93 21.6599 16.93 21.2499C16.93 20.8399 16.59 20.4999 16.18 20.4999H13.76C13.21 20.4999 12.76 20.0499 12.76 19.4999V18.5299C12.76 17.9799 13.21 17.5299 13.76 17.5299H17.57C20.01 17.5299 21.98 15.5499 21.98 13.1199V12.9199H2Z\" fill=\"\"/>\n</svg>\n</li><li title=\"moon \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.00068 19.0001C9.00068 19.8401 9.13068 20.6601 9.37068 21.4201C5.53068 20.0901 2.63068 16.5601 2.33068 12.4301C2.03068 8.04012 4.56068 3.94012 8.65068 2.22012C9.71068 1.78012 10.2507 2.10012 10.4807 2.33012C10.7007 2.55012 11.0107 3.08012 10.5707 4.09012C10.1207 5.13012 9.90068 6.23012 9.90068 7.37012C9.91068 9.41012 10.7107 11.3001 12.0107 12.7501C10.1807 14.2101 9.00068 16.4701 9.00068 19.0001Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M21.21 17.72C19.23 20.41 16.09 21.99 12.74 21.99C12.58 21.99 12.42 21.98 12.26 21.97C11.26 21.93 10.29 21.74 9.37 21.42C9.13 20.66 9 19.84 9 19C9 16.47 10.18 14.21 12.01 12.75C13.48 14.4 15.59 15.47 17.92 15.57C18.55 15.6 19.18 15.55 19.8 15.44C20.92 15.24 21.37 15.66 21.53 15.93C21.7 16.2 21.88 16.79 21.21 17.72Z\" fill=\"\"/>\n</svg>\n</li><li title=\"more 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2Z\" fill=\"\"/>\n<path opacity=\"0.97\" d=\"M11.9995 10.3099C12.7229 10.3099 13.3095 9.72343 13.3095 8.99994C13.3095 8.27645 12.7229 7.68994 11.9995 7.68994C11.276 7.68994 10.6895 8.27645 10.6895 8.99994C10.6895 9.72343 11.276 10.3099 11.9995 10.3099Z\" fill=\"\"/>\n<path opacity=\"0.97\" d=\"M8.31 13.6899C7.59 13.6899 7 14.2799 7 14.9999C7 15.7199 7.59 16.3099 8.31 16.3099C9.03 16.3099 9.62 15.7199 9.62 14.9999C9.62 14.2799 9.03 13.6899 8.31 13.6899Z\" fill=\"\"/>\n<path opacity=\"0.97\" d=\"M15.6909 13.6899C14.9709 13.6899 14.3809 14.2799 14.3809 14.9999C14.3809 15.7199 14.9709 16.3099 15.6909 16.3099C16.4109 16.3099 17.0009 15.7199 17.0009 14.9999C17.0009 14.2799 16.4109 13.6899 15.6909 13.6899Z\" fill=\"\"/>\n</svg>\n</li><li title=\"more circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" fill=\"\"/>\n<path d=\"M12 13C11.44 13 11 12.55 11 12C11 11.45 11.45 11 12 11C12.55 11 13 11.45 13 12C13 12.55 12.56 13 12 13Z\" fill=\"\"/>\n<path d=\"M16 13C15.44 13 15 12.55 15 12C15 11.45 15.45 11 16 11C16.55 11 17 11.45 17 12C17 12.55 16.56 13 16 13Z\" fill=\"\"/>\n<path d=\"M8 13C7.44 13 7 12.55 7 12C7 11.45 7.45 11 8 11C8.55 11 9 11.45 9 12C9 12.55 8.56 13 8 13Z\" fill=\"\"/>\n</svg>\n</li><li title=\"more square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2Z\" fill=\"\"/>\n<path d=\"M12 13C11.44 13 11 12.55 11 12C11 11.45 11.45 11 12 11C12.55 11 13 11.45 13 12C13 12.55 12.56 13 12 13Z\" fill=\"\"/>\n<path d=\"M16 13C15.44 13 15 12.55 15 12C15 11.45 15.45 11 16 11C16.55 11 17 11.45 17 12C17 12.55 16.56 13 16 13Z\" fill=\"\"/>\n<path d=\"M8 13C7.44 13 7 12.55 7 12C7 11.45 7.45 11 8 11C8.55 11 9 11.45 9 12C9 12.55 8.56 13 8 13Z\" fill=\"\"/>\n</svg>\n</li><li title=\"more \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2Z\" fill=\"\"/>\n<path d=\"M11.9995 10.6899C11.2795 10.6899 10.6895 11.2799 10.6895 11.9999C10.6895 12.7199 11.2795 13.3099 11.9995 13.3099C12.7195 13.3099 13.3095 12.7199 13.3095 11.9999C13.3095 11.2799 12.7195 10.6899 11.9995 10.6899Z\" fill=\"\"/>\n<path d=\"M6.99945 10.6899C6.27945 10.6899 5.68945 11.2799 5.68945 11.9999C5.68945 12.7199 6.27945 13.3099 6.99945 13.3099C7.71945 13.3099 8.30945 12.7199 8.30945 11.9999C8.30945 11.2799 7.71945 10.6899 6.99945 10.6899Z\" fill=\"\"/>\n<path d=\"M16.9995 10.6899C16.2795 10.6899 15.6895 11.2799 15.6895 11.9999C15.6895 12.7199 16.2795 13.3099 16.9995 13.3099C17.7195 13.3099 18.3095 12.7199 18.3095 11.9999C18.3095 11.2799 17.7195 10.6899 16.9995 10.6899Z\" fill=\"\"/>\n</svg>\n</li><li title=\"mouse 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" fill=\"\"/>\n<path d=\"M16.1497 12.8299L14.4197 13.4099C13.9397 13.5699 13.5697 13.9399 13.4097 14.4199L12.8297 16.1499C12.3397 17.6399 10.2397 17.6099 9.7797 16.1199L7.8297 9.83988C7.4497 8.58988 8.5997 7.43989 9.8297 7.81989L16.1197 9.76987C17.6097 10.2399 17.6297 12.3399 16.1497 12.8299Z\" fill=\"\"/>\n</svg>\n</li><li title=\"mouse circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.9597 17.84L19.3297 18.39C18.8797 18.54 18.5197 18.89 18.3697 19.35L17.8197 20.98C17.3497 22.39 15.3697 22.36 14.9297 20.95L13.0797 15C12.7197 13.82 13.8097 12.72 14.9797 13.09L20.9397 14.94C22.3397 15.38 22.3597 17.37 20.9597 17.84Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M11.5 21C16.7467 21 21 16.7467 21 11.5C21 6.25329 16.7467 2 11.5 2C6.25329 2 2 6.25329 2 11.5C2 16.7467 6.25329 21 11.5 21Z\" fill=\"\"/>\n</svg>\n</li><li title=\"mouse square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M15.4798 2H7.52977C4.06977 2 2.00977 4.05999 2.00977 7.51999V15.47C2.00977 18.93 4.07977 20.99 7.52977 20.99H15.4798C18.9398 20.99 20.9998 18.93 20.9998 15.47V7.51999C20.9998 4.05999 18.9298 2 15.4798 2Z\" fill=\"\"/>\n<path d=\"M21.9597 18.84L20.3297 19.39C19.8797 19.54 19.5197 19.89 19.3697 20.35L18.8197 21.98C18.3497 23.39 16.3697 23.36 15.9297 21.95L14.0797 16C13.7197 14.82 14.8097 13.72 15.9797 14.09L21.9397 15.94C23.3397 16.38 23.3597 18.37 21.9597 18.84Z\" fill=\"\"/>\n</svg>\n</li><li title=\"mouse \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M19.5 9.5V14.5C19.5 18.63 16.13 22 12 22C7.87 22 4.5 18.63 4.5 14.5V9.5C4.5 7.44 5.34 5.56 6.7 4.2C7.89 3.01 9.48 2.22 11.25 2.04C11.49 2.01 11.75 2 12 2C12.25 2 12.51 2.01 12.75 2.04C16.53 2.42 19.5 5.62 19.5 9.5Z\" fill=\"\"/>\n<path d=\"M13.8691 7.5V9.5C13.8691 10.53 13.0291 11.38 11.9991 11.38C10.9591 11.38 10.1191 10.53 10.1191 9.5V7.5C10.1191 6.73 10.5891 6.07 11.2491 5.78V2.04C11.4891 2.01 11.7491 2 11.9991 2C12.2491 2 12.5091 2.01 12.7491 2.04V5.78C13.4091 6.07 13.8691 6.73 13.8691 7.5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"music circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M2.57962 9.42023C2.49962 9.42023 2.40962 9.41025 2.32962 9.38025C1.93962 9.24025 1.73963 8.81023 1.86963 8.42023C2.53963 6.54023 3.69964 4.89026 5.24964 3.64026C5.56964 3.38026 6.03962 3.43025 6.29962 3.75025C6.55962 4.07025 6.50964 4.54025 6.18964 4.81025C4.85964 5.88025 3.85964 7.30023 3.28964 8.92023C3.17964 9.23023 2.88962 9.42023 2.57962 9.42023Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M2.57999 16.08C2.26999 16.08 1.98 15.89 1.87 15.58C1.46 14.41 1.25 13.21 1.25 12C1.25 11.59 1.59 11.25 2 11.25C2.41 11.25 2.75 11.59 2.75 12C2.75 13.04 2.93001 14.08 3.29001 15.08C3.43001 15.47 3.21999 15.9 2.82999 16.04C2.74999 16.07 2.65999 16.08 2.57999 16.08Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M12.0006 22.7501C10.9406 22.7501 9.89059 22.5901 8.87059 22.2801C8.47059 22.1601 8.25059 21.7401 8.37059 21.3401C8.49059 20.9401 8.9106 20.7201 9.3106 20.8401C10.1806 21.1101 11.0906 21.24 12.0006 21.24C17.1006 21.24 21.2506 17.09 21.2506 11.99C21.2506 11.47 21.2006 10.93 21.1006 10.36C21.0306 9.95004 21.3006 9.56004 21.7106 9.49004C22.1106 9.42004 22.5106 9.69003 22.5806 10.1C22.7006 10.76 22.7606 11.3801 22.7606 12.0001C22.7506 17.9301 17.9306 22.7501 12.0006 22.7501Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M5.72022 20.5001C5.55022 20.5001 5.39022 20.4501 5.25022 20.3301C4.68022 19.8701 4.22021 19.43 3.83021 18.98C3.56021 18.67 3.60022 18.19 3.91022 17.92C4.23022 17.65 4.70022 17.6901 4.97022 18.0001C5.30022 18.3801 5.70022 18.76 6.19022 19.16C6.51022 19.42 6.56021 19.8901 6.30021 20.2101C6.16021 20.4001 5.94022 20.5001 5.72022 20.5001Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M20.2404 7.09003C20.0004 7.09003 19.7704 6.98001 19.6204 6.76001C17.8904 4.24001 15.0404 2.73999 12.0004 2.73999C11.0904 2.73999 10.1804 2.87001 9.3104 3.14001C8.9204 3.26001 8.5004 3.04001 8.3704 2.64001C8.2404 2.24001 8.4704 1.82001 8.8704 1.70001C9.8904 1.39001 10.9404 1.22998 12.0004 1.22998C15.5404 1.22998 18.8504 2.98002 20.8604 5.90002C21.0904 6.24002 21.0104 6.71 20.6704 6.94C20.5404 7.05 20.3904 7.09003 20.2404 7.09003Z\" fill=\"\"/>\n<path d=\"M16.03 6.49996C15.7 6.24996 15.1 5.99997 14.14 6.25997L10.95 7.11996C10.03 7.37996 9.42999 8.15996 9.42999 9.11996V10.76V13.34C9.16999 13.24 8.89 13.18 8.59 13.18C7.3 13.18 6.25 14.23 6.25 15.52C6.25 16.81 7.3 17.86 8.59 17.86C9.87 17.86 10.9 16.83 10.92 15.56C10.92 15.55 10.93 15.54 10.93 15.52V11.33L15.25 10.15V12.28C14.99 12.18 14.71 12.12 14.41 12.12C13.12 12.12 12.07 13.17 12.07 14.46C12.07 15.75 13.12 16.8 14.41 16.8C15.7 16.8 16.75 15.75 16.75 14.46V9.16995V8.24996C16.75 7.44996 16.51 6.85996 16.03 6.49996ZM8.59 16.36C8.13 16.36 7.75 15.98 7.75 15.52C7.75 15.06 8.13 14.68 8.59 14.68C9.05 14.68 9.42999 15.06 9.42999 15.52C9.42999 15.98 9.05 16.36 8.59 16.36ZM14.41 15.3C13.95 15.3 13.57 14.92 13.57 14.46C13.57 14 13.95 13.62 14.41 13.62C14.87 13.62 15.25 14 15.25 14.46C15.25 14.92 14.87 15.3 14.41 15.3Z\" fill=\"\"/>\n</svg>\n</li><li title=\"music dashboard \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 2.0498V21.9498C3.85 21.6598 2 19.5498 2 16.1898V7.80981C2 4.44981 3.85 2.3398 7 2.0498Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M22 7.81V16.19C22 19.83 19.83 22 16.19 22H7.81C7.53 22 7.26 21.99 7 21.95V2.04999C7.26 2.00999 7.53 2 7.81 2H16.19C19.83 2 22 4.17 22 7.81Z\" fill=\"\"/>\n<path d=\"M18.4902 6.79976C18.1702 6.54976 17.5902 6.30977 16.6702 6.55977L13.6902 7.37977C12.8002 7.60977 12.2202 8.35976 12.2202 9.29976V11.0498V13.2098C11.9902 13.1298 11.7402 13.0698 11.4802 13.0698C10.2402 13.0698 9.24023 14.0798 9.24023 15.3098C9.24023 16.5398 10.2502 17.5498 11.4802 17.5498C12.7002 17.5498 13.7002 16.5597 13.7202 15.3497C13.7202 15.3397 13.7302 15.3298 13.7302 15.3198V11.6198L17.7002 10.5397V12.2197C17.4702 12.1397 17.2202 12.0798 16.9502 12.0798C15.7102 12.0798 14.7102 13.0898 14.7102 14.3198C14.7102 15.5598 15.7202 16.5598 16.9502 16.5598C18.1702 16.5598 19.1702 15.5697 19.1902 14.3497C19.1902 14.3397 19.2002 14.3298 19.2002 14.3098V9.54976V8.47975C19.1802 7.71975 18.9502 7.15976 18.4902 6.79976ZM11.4702 16.0498C11.0602 16.0498 10.7302 15.7198 10.7302 15.3098C10.7302 14.8998 11.0602 14.5698 11.4702 14.5698C11.8802 14.5698 12.2102 14.8998 12.2102 15.3098C12.2102 15.7198 11.8702 16.0498 11.4702 16.0498ZM16.9302 15.0498C16.5202 15.0498 16.1902 14.7198 16.1902 14.3098C16.1902 13.8998 16.5202 13.5698 16.9302 13.5698C17.3402 13.5698 17.6702 13.8998 17.6702 14.3098C17.6702 14.7198 17.3402 15.0498 16.9302 15.0498Z\" fill=\"\"/>\n</svg>\n</li><li title=\"music filter \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M22 3.75H2C1.59 3.75 1.25 3.41 1.25 3C1.25 2.59 1.59 2.25 2 2.25H22C22.41 2.25 22.75 2.59 22.75 3C22.75 3.41 22.41 3.75 22 3.75Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M11 9.75H2C1.59 9.75 1.25 9.41 1.25 9C1.25 8.59 1.59 8.25 2 8.25H11C11.41 8.25 11.75 8.59 11.75 9C11.75 9.41 11.41 9.75 11 9.75Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M8 15.75H2C1.59 15.75 1.25 15.41 1.25 15C1.25 14.59 1.59 14.25 2 14.25H8C8.41 14.25 8.75 14.59 8.75 15C8.75 15.41 8.41 15.75 8 15.75Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M6 21.75H2C1.59 21.75 1.25 21.41 1.25 21C1.25 20.59 1.59 20.25 2 20.25H6C6.41 20.25 6.75 20.59 6.75 21C6.75 21.41 6.41 21.75 6 21.75Z\" fill=\"\"/>\n<path d=\"M21.8602 7.68019C21.2702 7.23019 20.4602 7.14022 19.5102 7.40022L15.1602 8.58021C13.9902 8.90021 13.2702 9.85018 13.2702 11.0502V13.6002V17.2802C12.8502 17.0402 12.3602 16.8902 11.8402 16.8902C10.2302 16.8902 8.91016 18.2002 8.91016 19.8202C8.91016 21.4302 10.2202 22.7502 11.8402 22.7502C13.4602 22.7502 14.7702 21.4402 14.7702 19.8202V14.1702L21.2502 12.4002V15.8302C20.8302 15.5902 20.3402 15.4402 19.8202 15.4402C18.2102 15.4402 16.8902 16.7502 16.8902 18.3702C16.8902 19.9802 18.2002 21.3002 19.8202 21.3002C21.4402 21.3002 22.7502 19.9902 22.7502 18.3702V11.4202V9.87019C22.7502 8.86019 22.4502 8.12019 21.8602 7.68019ZM11.8402 21.2502C11.0502 21.2502 10.4102 20.6102 10.4102 19.8202C10.4102 19.0302 11.0502 18.3902 11.8402 18.3902C12.6302 18.3902 13.2702 19.0302 13.2702 19.8202C13.2702 20.6102 12.6302 21.2502 11.8402 21.2502ZM19.8202 19.8002C19.0302 19.8002 18.3902 19.1602 18.3902 18.3702C18.3902 17.5802 19.0302 16.9402 19.8202 16.9402C20.6102 16.9402 21.2502 17.5802 21.2502 18.3702C21.2502 19.1602 20.6102 19.8002 19.8202 19.8002Z\" fill=\"\"/>\n</svg>\n</li><li title=\"music library 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 7V8.13C18.68 8.04 18.35 8 18 8H6C5.65 8 5.32 8.04 5 8.13V7C5 5.9 5.9 5 7 5H17C18.1 5 19 5.9 19 7Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M16 3.51001V5H8V3.51001C8 2.68001 8.68001 2 9.51001 2H14.49C15.32 2 16 2.68001 16 3.51001Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M22 12V18C22 20.2 20.2 22 18 22H6C3.8 22 2 20.2 2 18V12C2 10.15 3.28 8.58 5 8.13C5.32 8.04 5.65 8 6 8H18C18.35 8 18.68 8.04 19 8.13C20.72 8.58 22 10.15 22 12Z\" fill=\"\"/>\n<path d=\"M15.35 10.5098C15.05 10.2798 14.51 10.0598 13.66 10.2898L11.01 11.0198C10.18 11.2398 9.65002 11.9398 9.65002 12.7998V14.3498V16.1498C9.47002 16.0998 9.27001 16.0598 9.07001 16.0598C7.93001 16.0598 7 16.9898 7 18.1298C7 19.2698 7.93001 20.1998 9.07001 20.1998C10.21 20.1998 11.13 19.2798 11.14 18.1498C11.14 18.1398 11.15 18.1298 11.15 18.1198V14.9098L14.5 13.9998V15.2598C14.32 15.2098 14.13 15.1698 13.93 15.1698C12.79 15.1698 11.86 16.0998 11.86 17.2398C11.86 18.3798 12.79 19.3098 13.93 19.3098C15.07 19.3098 16 18.3798 16 17.2398V13.0198V12.0698C16 11.1998 15.64 10.7398 15.35 10.5098ZM9.07001 18.7098C8.75001 18.7098 8.5 18.4498 8.5 18.1398C8.5 17.8298 8.76001 17.5698 9.07001 17.5698C9.38001 17.5698 9.64001 17.8298 9.64001 18.1398C9.64001 18.4498 9.39001 18.7098 9.07001 18.7098ZM13.93 17.8198C13.61 17.8198 13.36 17.5598 13.36 17.2498C13.36 16.9398 13.62 16.6798 13.93 16.6798C14.24 16.6798 14.5 16.9398 14.5 17.2498C14.5 17.5598 14.24 17.8198 13.93 17.8198Z\" fill=\"\"/>\n</svg>\n</li><li title=\"music play \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.1807 11.8601C12.7807 11.8601 12.4207 11.6401 12.2507 11.2801L10.8007 8.39013L10.3807 9.17009C10.1507 9.60009 9.69071 9.87011 9.20071 9.87011H8.4707C8.0607 9.87011 7.7207 9.53011 7.7207 9.12011C7.7207 8.71011 8.0607 8.37011 8.4707 8.37011H9.11069L9.9007 6.91008C10.0907 6.57008 10.4707 6.3401 10.8307 6.3601C11.2207 6.3601 11.5707 6.5901 11.7507 6.9301L13.1807 9.79009L13.5207 9.10009C13.7507 8.64009 14.2007 8.3601 14.7207 8.3601H15.5307C15.9407 8.3601 16.2807 8.7001 16.2807 9.1101C16.2807 9.5201 15.9407 9.8601 15.5307 9.8601H14.8207L14.1107 11.2701C13.9307 11.6401 13.5807 11.8601 13.1807 11.8601Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M2.74982 18.6501C2.33982 18.6501 1.99982 18.3101 1.99982 17.9001V12.2001C1.94982 9.49007 2.95981 6.93007 4.83981 5.01007C6.71981 3.10007 9.23983 2.05005 11.9498 2.05005C17.4898 2.05005 21.9998 6.56004 21.9998 12.1V17.8C21.9998 18.21 21.6598 18.55 21.2498 18.55C20.8398 18.55 20.4998 18.21 20.4998 17.8V12.1C20.4998 7.39004 16.6698 3.55005 11.9498 3.55005C9.63983 3.55005 7.49982 4.44006 5.90982 6.06006C4.30982 7.69006 3.45982 9.86005 3.49982 12.1801V17.8901C3.49982 18.3101 3.16982 18.6501 2.74982 18.6501Z\" fill=\"\"/>\n<path d=\"M5.94 12.4502H5.81C3.71 12.4502 2 14.1602 2 16.2602V18.1402C2 20.2402 3.71 21.9502 5.81 21.9502H5.94C8.04 21.9502 9.75 20.2402 9.75 18.1402V16.2602C9.75 14.1602 8.04 12.4502 5.94 12.4502Z\" fill=\"\"/>\n<path d=\"M18.19 12.4502H18.06C15.96 12.4502 14.25 14.1602 14.25 16.2602V18.1402C14.25 20.2402 15.96 21.9502 18.06 21.9502H18.19C20.29 21.9502 22 20.2402 22 18.1402V16.2602C22 14.1602 20.29 12.4502 18.19 12.4502Z\" fill=\"\"/>\n</svg>\n</li><li title=\"music playlist \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18 5.25H6C5.59 5.25 5.25 4.91 5.25 4.5C5.25 4.09 5.59 3.75 6 3.75H18C18.41 3.75 18.75 4.09 18.75 4.5C18.75 4.91 18.41 5.25 18 5.25Z\" fill=\"\"/>\n<path d=\"M15 2.75H9C8.59 2.75 8.25 2.41 8.25 2C8.25 1.59 8.59 1.25 9 1.25H15C15.41 1.25 15.75 1.59 15.75 2C15.75 2.41 15.41 2.75 15 2.75Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M18 7H6C3.8 7 2 8.8 2 11V18C2 20.2 3.8 22 6 22H18C20.2 22 22 20.2 22 18V11C22 8.8 20.2 7 18 7Z\" fill=\"\"/>\n<path d=\"M15.3695 9.89019C15.0695 9.65019 14.5195 9.4202 13.6395 9.6502L10.9095 10.4002C10.0595 10.6202 9.50952 11.3402 9.50952 12.2302V13.8302V15.7302C9.30952 15.6702 9.10953 15.6302 8.88953 15.6302C7.71953 15.6302 6.76953 16.5802 6.76953 17.7502C6.76953 18.9202 7.71953 19.8702 8.88953 19.8702C10.0595 19.8702 11.0095 18.9202 11.0095 17.7502V17.7402V14.4101L14.5295 13.4502V14.8202C14.3295 14.7602 14.1295 14.7201 13.9095 14.7201C12.7395 14.7201 11.7895 15.6702 11.7895 16.8402C11.7895 18.0102 12.7395 18.9602 13.9095 18.9602C15.0595 18.9602 15.9995 18.0402 16.0195 16.8902C16.0195 16.8702 16.0295 16.8602 16.0295 16.8402V12.4701V11.4902C16.0295 10.5902 15.6695 10.1202 15.3695 9.89019ZM8.88953 18.3602C8.54953 18.3602 8.26953 18.0802 8.26953 17.7402C8.26953 17.4002 8.54953 17.1202 8.88953 17.1202C9.22953 17.1202 9.49952 17.3902 9.50952 17.7302C9.50952 18.0802 9.22953 18.3602 8.88953 18.3602ZM13.9095 17.4502C13.5695 17.4502 13.2895 17.1702 13.2895 16.8302C13.2895 16.4902 13.5695 16.2102 13.9095 16.2102C14.2495 16.2102 14.5295 16.4902 14.5295 16.8302C14.5295 17.1702 14.2495 17.4502 13.9095 17.4502Z\" fill=\"\"/>\n</svg>\n</li><li title=\"music square add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.21 15.0098C18.12 14.9398 17 15.3398 16.17 16.1698C14.61 17.7298 14.61 20.2598 16.17 21.8298C16.7 22.3598 17.35 22.7098 18.04 22.8798C18.42 22.9798 18.82 23.0098 19.22 22.9898C20.17 22.9498 21.1 22.5698 21.83 21.8398C22.86 20.8098 23.21 19.3598 22.88 18.0498C22.72 17.3598 22.36 16.7098 21.83 16.1798C21.11 15.4498 20.17 15.0598 19.21 15.0098ZM21.24 18.9798C21.24 19.1898 21.16 19.3698 21.02 19.5098C20.88 19.6498 20.7 19.7298 20.49 19.7298H19.75V20.5098C19.75 20.7198 19.67 20.8998 19.53 21.0398C19.39 21.1798 19.21 21.2598 19 21.2598C18.59 21.2598 18.25 20.9198 18.25 20.5098V19.7298H17.5C17.09 19.7298 16.75 19.3898 16.75 18.9798C16.75 18.5698 17.09 18.2298 17.5 18.2298H18.25V17.5198C18.25 17.1098 18.59 16.7698 19 16.7698C19.41 16.7698 19.75 17.1098 19.75 17.5198V18.2298H20.49C20.91 18.2298 21.24 18.5698 21.24 18.9798Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M16.34 21.97C16.04 21.71 15.78 21.4 15.58 21.06C15.21 20.46 15 19.75 15 19C15 16.79 16.79 15 19 15C20.18 15 21.25 15.51 21.97 16.33C21.98 16.34 21.98 16.35 21.99 16.35C21.99 16.29 22 16.24 22 16.19V7.81C22 4.17 19.83 2 16.19 2H7.81C7.53 2 7.26 2.00999 7 2.04999C3.85 2.33999 2 4.45 2 7.81V16.19C2 19.55 3.85 21.66 7 21.95C7.26 21.99 7.53 22 7.81 22H16.19C16.25 22 16.3 21.99 16.36 21.99C16.36 21.98 16.35 21.98 16.34 21.97Z\" fill=\"\"/>\n<path d=\"M13.7793 5.29976C13.4593 5.04976 12.8793 4.80977 11.9593 5.05977L8.97929 5.87977C8.08929 6.10977 7.50929 6.85976 7.50929 7.79976V9.54976V11.7098C7.27929 11.6298 7.0293 11.5698 6.7693 11.5698C5.5293 11.5698 4.5293 12.5798 4.5293 13.8098C4.5293 15.0398 5.5393 16.0498 6.7693 16.0498C7.9893 16.0498 8.98929 15.0597 9.00929 13.8497C9.00929 13.8397 9.0193 13.8298 9.0193 13.8198V10.1198L12.9893 9.03975V10.7197C12.7593 10.6397 12.5093 10.5798 12.2393 10.5798C10.9993 10.5798 9.9993 11.5898 9.9993 12.8198C9.9993 14.0598 11.0093 15.0598 12.2393 15.0598C13.4593 15.0598 14.4593 14.0697 14.4793 12.8497C14.4793 12.8397 14.4893 12.8298 14.4893 12.8098V8.04976V6.97975C14.4793 6.21975 14.2393 5.64976 13.7793 5.29976ZM6.75929 14.5498C6.34929 14.5498 6.0193 14.2198 6.0193 13.8098C6.0193 13.3998 6.34929 13.0698 6.75929 13.0698C7.16929 13.0698 7.4993 13.3998 7.4993 13.8098C7.4993 14.2198 7.16929 14.5498 6.75929 14.5498ZM12.2293 13.5498C11.8193 13.5498 11.4893 13.2198 11.4893 12.8098C11.4893 12.3998 11.8193 12.0698 12.2293 12.0698C12.6393 12.0698 12.9693 12.3998 12.9693 12.8098C12.9693 13.2198 12.6393 13.5498 12.2293 13.5498Z\" fill=\"\"/>\n</svg>\n</li><li title=\"music square remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.97 16.33C21.25 15.51 20.18 15 19 15C16.79 15 15 16.79 15 19C15 19.75 15.21 20.46 15.58 21.06C15.78 21.4 16.04 21.71 16.34 21.97C17.04 22.61 17.97 23 19 23C20.46 23 21.73 22.22 22.42 21.06C22.79 20.46 23 19.75 23 19C23 17.98 22.61 17.04 21.97 16.33ZM20.6 20.58C20.45 20.73 20.26 20.8 20.07 20.8C19.88 20.8 19.69 20.73 19.54 20.58L19.01 20.05L18.46 20.6C18.31 20.75 18.12 20.82 17.93 20.82C17.74 20.82 17.55 20.75 17.4 20.6C17.11 20.31 17.11 19.83 17.4 19.54L17.95 18.99L17.42 18.46C17.13 18.17 17.13 17.69 17.42 17.4C17.71 17.11 18.19 17.11 18.48 17.4L19.01 17.93L19.51 17.43C19.8 17.14 20.28 17.14 20.57 17.43C20.86 17.72 20.86 18.2 20.57 18.49L20.07 18.99L20.6 19.52C20.89 19.81 20.89 20.28 20.6 20.58Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M16.34 21.97C16.04 21.71 15.78 21.4 15.58 21.06C15.21 20.46 15 19.75 15 19C15 16.79 16.79 15 19 15C20.18 15 21.25 15.51 21.97 16.33C21.98 16.34 21.98 16.35 21.99 16.35C21.99 16.29 22 16.24 22 16.19V7.81C22 4.17 19.83 2 16.19 2H7.81C7.53 2 7.26 2.00999 7 2.04999C3.85 2.33999 2 4.45 2 7.81V16.19C2 19.55 3.85 21.66 7 21.95C7.26 21.99 7.53 22 7.81 22H16.19C16.25 22 16.3 21.99 16.36 21.99C16.36 21.98 16.35 21.98 16.34 21.97Z\" fill=\"\"/>\n<path d=\"M13.7793 5.29976C13.4593 5.04976 12.8793 4.80977 11.9593 5.05977L8.9793 5.87977C8.0893 6.10977 7.5093 6.85976 7.5093 7.79976V9.54976V11.7098C7.2793 11.6298 7.02929 11.5698 6.76929 11.5698C5.52929 11.5698 4.5293 12.5798 4.5293 13.8098C4.5293 15.0398 5.53929 16.0498 6.76929 16.0498C7.98929 16.0498 8.9893 15.0597 9.0093 13.8497C9.0093 13.8397 9.01929 13.8298 9.01929 13.8198V10.1198L12.9893 9.03975V10.7197C12.7593 10.6397 12.5093 10.5798 12.2393 10.5798C10.9993 10.5798 9.9993 11.5898 9.9993 12.8198C9.9993 14.0598 11.0093 15.0598 12.2393 15.0598C13.4593 15.0598 14.4593 14.0697 14.4793 12.8497C14.4793 12.8397 14.4893 12.8298 14.4893 12.8098V8.04976V6.97975C14.4793 6.21975 14.2393 5.64976 13.7793 5.29976ZM6.7593 14.5498C6.3493 14.5498 6.01929 14.2198 6.01929 13.8098C6.01929 13.3998 6.3493 13.0698 6.7593 13.0698C7.1693 13.0698 7.4993 13.3998 7.4993 13.8098C7.4993 14.2198 7.1693 14.5498 6.7593 14.5498ZM12.2293 13.5498C11.8193 13.5498 11.4893 13.2198 11.4893 12.8098C11.4893 12.3998 11.8193 12.0698 12.2293 12.0698C12.6393 12.0698 12.9693 12.3998 12.9693 12.8098C12.9693 13.2198 12.6393 13.5498 12.2293 13.5498Z\" fill=\"\"/>\n</svg>\n</li><li title=\"music square search \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22.79 21.76L22.07 21.04C22.44 20.48 22.66 19.8 22.66 19.08C22.66 17.1 21.06 15.5 19.08 15.5C17.1 15.5 15.5 17.1 15.5 19.08C15.5 21.06 17.1 22.66 19.08 22.66C19.81 22.66 20.48 22.44 21.04 22.07L21.76 22.79C21.9 22.93 22.09 23 22.27 23C22.46 23 22.64 22.93 22.78 22.79C23.07 22.5 23.07 22.04 22.79 21.76Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M16.1898 2H7.81978C4.17978 2 2.00977 4.17 2.00977 7.81V16.18C2.00977 19.82 4.17978 21.99 7.81978 21.99H16.1898C19.8298 21.99 21.9998 19.82 21.9998 16.18V7.81C21.9998 4.17 19.8298 2 16.1898 2Z\" fill=\"\"/>\n<path d=\"M13.7793 5.29976C13.4593 5.04976 12.8793 4.80977 11.9593 5.05977L8.97929 5.87977C8.08929 6.10977 7.50929 6.85976 7.50929 7.79976V9.54976V11.7098C7.27929 11.6298 7.0293 11.5698 6.7693 11.5698C5.5293 11.5698 4.5293 12.5798 4.5293 13.8098C4.5293 15.0398 5.5393 16.0498 6.7693 16.0498C7.9893 16.0498 8.98929 15.0597 9.00929 13.8497C9.00929 13.8397 9.0193 13.8298 9.0193 13.8198V10.1198L12.9893 9.03975V10.7197C12.7593 10.6397 12.5093 10.5798 12.2393 10.5798C10.9993 10.5798 9.9993 11.5898 9.9993 12.8198C9.9993 14.0598 11.0093 15.0598 12.2393 15.0598C13.4593 15.0598 14.4593 14.0697 14.4793 12.8497C14.4793 12.8397 14.4893 12.8298 14.4893 12.8098V8.04976V6.97975C14.4793 6.21975 14.2393 5.64976 13.7793 5.29976ZM6.75929 14.5498C6.34929 14.5498 6.0193 14.2198 6.0193 13.8098C6.0193 13.3998 6.34929 13.0698 6.75929 13.0698C7.16929 13.0698 7.4993 13.3998 7.4993 13.8098C7.4993 14.2198 7.16929 14.5498 6.75929 14.5498ZM12.2293 13.5498C11.8193 13.5498 11.4893 13.2198 11.4893 12.8098C11.4893 12.3998 11.8193 12.0698 12.2293 12.0698C12.6393 12.0698 12.9693 12.3998 12.9693 12.8098C12.9693 13.2198 12.6393 13.5498 12.2293 13.5498Z\" fill=\"\"/>\n</svg>\n</li><li title=\"music square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.1898 2H7.81976C4.17976 2 2.00977 4.17 2.00977 7.81V16.18C2.00977 19.82 4.17976 21.99 7.81976 21.99H16.1898C19.8298 21.99 21.9998 19.82 21.9998 16.18V7.81C21.9998 4.17 19.8298 2 16.1898 2Z\" fill=\"\"/>\n<path d=\"M16.1407 6.7099C15.8007 6.4499 15.2007 6.1999 14.2407 6.4599L11.2507 7.27991C10.3207 7.52991 9.71075 8.31986 9.71075 9.28986V11.0399V13.0699C9.50075 13.0099 9.29073 12.9698 9.06073 12.9698C7.77073 12.9698 6.7207 14.0199 6.7207 15.3099C6.7207 16.5999 7.77073 17.6499 9.06073 17.6499C10.3407 17.6499 11.3808 16.6099 11.4008 15.3399C11.4008 15.3299 11.4107 15.3199 11.4107 15.3099V11.6899L15.1907 10.6599V12.0799C14.9807 12.0199 14.7707 11.9799 14.5407 11.9799C13.2507 11.9799 12.2007 13.0299 12.2007 14.3199C12.2007 15.6099 13.2507 16.6599 14.5407 16.6599C15.8307 16.6599 16.8807 15.6099 16.8807 14.3199V9.55988V8.48987C16.8807 7.48987 16.4707 6.9699 16.1407 6.7099ZM9.06073 15.9599C8.70073 15.9599 8.41071 15.6699 8.41071 15.3099C8.41071 14.9499 8.70073 14.6599 9.06073 14.6599C9.42073 14.6599 9.71075 14.9499 9.71075 15.3099C9.71075 15.6699 9.42073 15.9599 9.06073 15.9599ZM14.5407 14.9599C14.1807 14.9599 13.8907 14.6699 13.8907 14.3099C13.8907 13.9499 14.1807 13.6599 14.5407 13.6599C14.9007 13.6599 15.1907 13.9499 15.1907 14.3099C15.1807 14.6699 14.8907 14.9599 14.5407 14.9599Z\" fill=\"\"/>\n</svg>\n</li><li title=\"music \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.2894 10.3398V18.4098C10.2894 20.3898 8.66937 21.9998 6.69937 21.9998C4.71937 21.9998 3.10938 20.3898 3.10938 18.4098C3.10938 16.4398 4.71937 14.8298 6.69937 14.8298C7.52938 14.8298 8.27938 15.1198 8.88938 15.5898V10.7398L10.2894 10.3398Z\" fill=\"\"/>\n<path d=\"M20.8909 7.31982V16.4798C20.8909 18.4598 19.2809 20.0698 17.3009 20.0698C15.3309 20.0698 13.7109 18.4598 13.7109 16.4798C13.7109 14.5098 15.3309 12.8998 17.3009 12.8998C18.1409 12.8998 18.8909 13.1898 19.5009 13.6698V7.71982L20.8909 7.31982Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M20.8906 5.18007V7.32007L8.89062 10.7401V6.75007C8.89062 5.28007 9.78062 4.14007 11.1906 3.76007L16.9706 2.18007C18.1406 1.86007 19.1306 1.97007 19.8306 2.51007C20.5406 3.04007 20.8906 3.94007 20.8906 5.18007Z\" fill=\"\"/>\n</svg>\n</li><li title=\"musicnote \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M19.2605 2.8702L14.8405 1.4002C13.9205 1.0902 12.9905 1.2002 12.3105 1.7002C11.6205 2.2002 11.2305 3.0402 11.2305 4.0102V7.7802L18.1105 10.0702C18.4505 10.1902 18.8005 10.2402 19.1305 10.2402C19.6905 10.2402 20.2105 10.0802 20.6405 9.7702C21.3305 9.2702 21.7205 8.4302 21.7205 7.4602V6.2802C21.7205 4.8502 20.6205 3.3202 19.2605 2.8702Z\" fill=\"\"/>\n<path d=\"M12.7207 8.27002V18C12.7207 20.62 10.5907 22.75 7.9707 22.75C5.3507 22.75 3.2207 20.62 3.2207 18C3.2207 15.38 5.3507 13.25 7.9707 13.25C9.2307 13.25 10.3707 13.75 11.2207 14.55V7.77002L12.7207 8.27002Z\" fill=\"\"/>\n</svg>\n</li><li title=\"next \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M3.75977 7.22005V16.7901C3.75977 18.7501 5.88975 19.98 7.58975 19L11.7397 16.61L15.8898 14.21C17.5898 13.23 17.5898 10.78 15.8898 9.80004L11.7397 7.40004L7.58975 5.01006C5.88975 4.03006 3.75977 5.25005 3.75977 7.22005Z\" fill=\"\"/>\n<path d=\"M20.2402 18.9298C19.8302 18.9298 19.4902 18.5898 19.4902 18.1798V5.81982C19.4902 5.40982 19.8302 5.06982 20.2402 5.06982C20.6502 5.06982 20.9902 5.40982 20.9902 5.81982V18.1798C20.9902 18.5898 20.6602 18.9298 20.2402 18.9298Z\" fill=\"\"/>\n</svg>\n</li><li title=\"note 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M7.37 22H16.62C19.31 22 21.49 19.82 21.49 17.13V8.37C21.49 5.68 19.31 3.5 16.62 3.5H7.37C4.68 3.5 2.5 5.68 2.5 8.37V17.12C2.5 19.82 4.68 22 7.37 22Z\" fill=\"\"/>\n<path d=\"M8.28906 6.29C7.86906 6.29 7.53906 5.95 7.53906 5.54V2.75C7.53906 2.34 7.86906 2 8.28906 2C8.70906 2 9.03906 2.34 9.03906 2.75V5.53C9.03906 5.95 8.70906 6.29 8.28906 6.29Z\" fill=\"\"/>\n<path d=\"M15.7109 6.29C15.2909 6.29 14.9609 5.95 14.9609 5.54V2.75C14.9609 2.33 15.3009 2 15.7109 2C16.1309 2 16.4609 2.34 16.4609 2.75V5.53C16.4609 5.95 16.1309 6.29 15.7109 6.29Z\" fill=\"\"/>\n<path d=\"M14.7794 13.71H7.35938C6.93938 13.71 6.60938 13.37 6.60938 12.96C6.60938 12.55 6.94938 12.21 7.35938 12.21H14.7794C15.1994 12.21 15.5294 12.55 15.5294 12.96C15.5294 13.37 15.1994 13.71 14.7794 13.71Z\" fill=\"\"/>\n<path d=\"M11.9994 17.4199H7.35938C6.93938 17.4199 6.60938 17.0799 6.60938 16.6699C6.60938 16.2499 6.94938 15.9199 7.35938 15.9199H11.9994C12.4194 15.9199 12.7494 16.2599 12.7494 16.6699C12.7494 17.0799 12.4194 17.4199 11.9994 17.4199Z\" fill=\"\"/>\n</svg>\n</li><li title=\"note 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M21.6602 10.44L20.6802 14.62C19.8402 18.23 18.1802 19.69 15.0602 19.39C14.5602 19.35 14.0202 19.26 13.4402 19.12L11.7602 18.72C7.59018 17.73 6.30018 15.67 7.28018 11.49L8.26018 7.30001C8.46018 6.45001 8.70018 5.71001 9.00018 5.10001C10.1702 2.68001 12.1602 2.03001 15.5002 2.82001L17.1702 3.21001C21.3602 4.19001 22.6402 6.26001 21.6602 10.44Z\" fill=\"\"/>\n<path d=\"M15.0603 19.3901C14.4403 19.8101 13.6603 20.1601 12.7103 20.4701L11.1303 20.9901C7.16034 22.2701 5.07034 21.2001 3.78034 17.2301L2.50034 13.2801C1.22034 9.3101 2.28034 7.2101 6.25034 5.9301L7.83034 5.4101C8.24034 5.2801 8.63034 5.1701 9.00034 5.1001C8.70034 5.7101 8.46034 6.4501 8.26034 7.3001L7.28034 11.4901C6.30034 15.6701 7.59034 17.7301 11.7603 18.7201L13.4403 19.1201C14.0203 19.2601 14.5603 19.3501 15.0603 19.3901Z\" fill=\"\"/>\n<path d=\"M17.4894 10.51C17.4294 10.51 17.3694 10.5 17.2994 10.49L12.4494 9.26002C12.0494 9.16002 11.8094 8.75002 11.9094 8.35002C12.0094 7.95002 12.4194 7.71002 12.8194 7.81002L17.6694 9.04002C18.0694 9.14002 18.3094 9.55002 18.2094 9.95002C18.1294 10.28 17.8194 10.51 17.4894 10.51Z\" fill=\"\"/>\n<path d=\"M14.5592 13.8899C14.4992 13.8899 14.4392 13.8799 14.3692 13.8699L11.4592 13.1299C11.0592 13.0299 10.8192 12.6199 10.9192 12.2199C11.0192 11.8199 11.4292 11.5799 11.8292 11.6799L14.7392 12.4199C15.1392 12.5199 15.3792 12.9299 15.2792 13.3299C15.1992 13.6699 14.8992 13.8899 14.5592 13.8899Z\" fill=\"\"/>\n</svg>\n</li><li title=\"note 21 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M21.6602 10.44L20.6802 14.62C19.8402 18.23 18.1802 19.69 15.0602 19.39C14.5602 19.35 14.0202 19.26 13.4402 19.12L11.7602 18.72C7.59018 17.73 6.30018 15.67 7.28018 11.49L8.26018 7.30001C8.46018 6.45001 8.70018 5.71001 9.00018 5.10001C10.1702 2.68001 12.1602 2.03001 15.5002 2.82001L17.1702 3.21001C21.3602 4.19001 22.6402 6.26001 21.6602 10.44Z\" fill=\"\"/>\n<path d=\"M15.0603 19.3901C14.4403 19.8101 13.6603 20.1601 12.7103 20.4701L11.1303 20.9901C7.16034 22.2701 5.07034 21.2001 3.78034 17.2301L2.50034 13.2801C1.22034 9.3101 2.28034 7.2101 6.25034 5.9301L7.83034 5.4101C8.24034 5.2801 8.63034 5.1701 9.00034 5.1001C8.70034 5.7101 8.46034 6.4501 8.26034 7.3001L7.28034 11.4901C6.30034 15.6701 7.59034 17.7301 11.7603 18.7201L13.4403 19.1201C14.0203 19.2601 14.5603 19.3501 15.0603 19.3901Z\" fill=\"\"/>\n</svg>\n</li><li title=\"note add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M7.37 22H16.62C19.31 22 21.49 19.82 21.49 17.13V8.37C21.49 5.68 19.31 3.5 16.62 3.5H7.37C4.68 3.5 2.5 5.68 2.5 8.37V17.12C2.5 19.82 4.68 22 7.37 22Z\" fill=\"\"/>\n<path d=\"M8.28906 6.29C7.86906 6.29 7.53906 5.95 7.53906 5.54V2.75C7.53906 2.34 7.86906 2 8.28906 2C8.70906 2 9.03906 2.34 9.03906 2.75V5.53C9.03906 5.95 8.70906 6.29 8.28906 6.29Z\" fill=\"\"/>\n<path d=\"M15.7109 6.29C15.2909 6.29 14.9609 5.95 14.9609 5.54V2.75C14.9609 2.33 15.3009 2 15.7109 2C16.1309 2 16.4609 2.34 16.4609 2.75V5.53C16.4609 5.95 16.1309 6.29 15.7109 6.29Z\" fill=\"\"/>\n<path d=\"M12 14.75H10.31V13C10.31 12.59 9.97 12.25 9.56 12.25C9.15 12.25 8.81 12.59 8.81 13V14.75H7C6.59 14.75 6.25 15.09 6.25 15.5C6.25 15.91 6.59 16.25 7 16.25H8.81V18C8.81 18.41 9.15 18.75 9.56 18.75C9.97 18.75 10.31 18.41 10.31 18V16.25H12C12.41 16.25 12.75 15.91 12.75 15.5C12.75 15.09 12.41 14.75 12 14.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"note favorite \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 5.75C6.59 5.75 6.25 5.41 6.25 5V2C6.25 1.59 6.59 1.25 7 1.25C7.41 1.25 7.75 1.59 7.75 2V5C7.75 5.41 7.41 5.75 7 5.75Z\" fill=\"\"/>\n<path d=\"M15 5.75C14.59 5.75 14.25 5.41 14.25 5V2C14.25 1.59 14.59 1.25 15 1.25C15.41 1.25 15.75 1.59 15.75 2V5C15.75 5.41 15.41 5.75 15 5.75Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M20 8.5V17C20 20 18.5 22 15 22H7C3.5 22 2 20 2 17V8.5C2 5.5 3.5 3.5 7 3.5H15C18.5 3.5 20 5.5 20 8.5Z\" fill=\"\"/>\n<path d=\"M13 11.75H7C6.59 11.75 6.25 11.41 6.25 11C6.25 10.59 6.59 10.25 7 10.25H13C13.41 10.25 13.75 10.59 13.75 11C13.75 11.41 13.41 11.75 13 11.75Z\" fill=\"\"/>\n<path d=\"M10 16.75H7C6.59 16.75 6.25 16.41 6.25 16C6.25 15.59 6.59 15.25 7 15.25H10C10.41 15.25 10.75 15.59 10.75 16C10.75 16.41 10.41 16.75 10 16.75Z\" fill=\"\"/>\n<path d=\"M21 13.63C20.11 12.92 18.98 12.5 17.75 12.5C16.52 12.5 15.37 12.93 14.47 13.66C13.26 14.61 12.5 16.1 12.5 17.75C12.5 18.73 12.78 19.67 13.26 20.45C13.63 21.06 14.11 21.59 14.68 22C15.54 22.63 16.6 23 17.75 23C19.08 23 20.28 22.51 21.2 21.69C21.61 21.35 21.96 20.93 22.24 20.45C22.72 19.67 23 18.73 23 17.75C23 16.08 22.22 14.59 21 13.63ZM17.75 20.25C17.75 18.87 16.63 17.75 15.25 17.75C16.63 17.75 17.75 16.63 17.75 15.25C17.75 16.63 18.87 17.75 20.25 17.75C18.87 17.75 17.75 18.87 17.75 20.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"note remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.97 1H3.03C1.76 1 1 1.76 1 3.03V5.97C1 7.24 1.76 8 3.03 8H5.97C7.24 8 8 7.24 8 5.97V3.03C8 1.76 7.24 1 5.97 1ZM6.47 5.56C6.72 5.81 6.72 6.22 6.47 6.47C6.34 6.59 6.17 6.65 6.01 6.65C5.85 6.65 5.69 6.59 5.56 6.47L4.49 5.41L3.45 6.47C3.32 6.59 3.16 6.65 2.98 6.65C2.82 6.65 2.66 6.59 2.53 6.47C2.28 6.22 2.28 5.81 2.53 5.56L3.6 4.5L2.54 3.45C2.29 3.2 2.29 2.79 2.54 2.54C2.79 2.29 3.2 2.29 3.45 2.54L4.49 3.6L5.55 2.54C5.8 2.29 6.21 2.29 6.46 2.54C6.71 2.79 6.71 3.2 6.46 3.45L5.41 4.5L6.47 5.56Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M16.63 2H7.78C7.92 2.29 8 2.63 8 3.03V5.97C8 7.24 7.24 8 5.97 8H3.03C2.84 8 2.67 7.98 2.5 7.94V17.13C2.5 19.82 4.68 22 7.37 22H15.34C15.51 22 15.68 21.94 15.81 21.8C17.29 20.31 19.87 17.71 21.32 16.25C21.45 16.12 21.5 15.97 21.5 15.82V6.87C21.5 4.18 19.32 2 16.63 2Z\" fill=\"\"/>\n<path d=\"M21.4995 15.8202C21.4995 15.9702 21.4495 16.1202 21.3195 16.2502C19.8695 17.7102 17.2895 20.3102 15.8095 21.8002C15.6795 21.9402 15.5095 22.0002 15.3395 22.0002C15.0095 22.0002 14.6895 21.7402 14.6895 21.3602V17.8602C14.6895 16.4002 15.9295 15.1902 17.4495 15.1902C18.3995 15.1802 19.7195 15.1802 20.8495 15.1802C21.2395 15.1802 21.4995 15.4902 21.4995 15.8202Z\" fill=\"\"/>\n<path d=\"M14.7794 12.71H7.35938C6.93938 12.71 6.60938 12.37 6.60938 11.96C6.60938 11.55 6.94938 11.21 7.35938 11.21H14.7794C15.1994 11.21 15.5294 11.55 15.5294 11.96C15.5294 12.37 15.1994 12.71 14.7794 12.71Z\" fill=\"\"/>\n<path d=\"M11.9994 16.4199H7.35938C6.93938 16.4199 6.60938 16.0799 6.60938 15.6699C6.60938 15.2499 6.94938 14.9199 7.35938 14.9199H11.9994C12.4194 14.9199 12.7494 15.2599 12.7494 15.6699C12.7494 16.0799 12.4194 16.4199 11.9994 16.4199Z\" fill=\"\"/>\n</svg>\n</li><li title=\"note square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M21 7.52002V15.48C21 15.84 20.98 16.19 20.93 16.51C20.89 16.51 20.84 16.49 20.8 16.48L18.52 15.72C18.5 15.71 18.49 15.7 18.47 15.7V20.31C17.99 20.58 17.45 20.77 16.85 20.87C16.95 20.69 17.01 20.48 17.01 20.25C17.01 19.52 16.41 18.92 15.67 18.92C14.94 18.92 14.34 19.52 14.34 20.25C14.34 20.53 14.42 20.79 14.57 21H7.52002C4.07002 21 2 18.94 2 15.48V7.52002C2 4.06002 4.07002 2 7.52002 2H15.48C18.93 2 21 4.06002 21 7.52002Z\" fill=\"\"/>\n<path d=\"M21.6208 12.0999L21.0009 11.89L19.3309 11.34C18.7509 11.15 18.1609 11.2199 17.7109 11.5399C17.2709 11.8699 17.0109 12.4 17.0109 13.02V17.81C16.6109 17.59 16.1608 17.45 15.6708 17.45C14.1308 17.45 12.8809 18.71 12.8809 20.25C12.8809 20.51 12.9208 20.76 12.9808 21C13.3108 22.19 14.3908 23.05 15.6708 23.05C17.2008 23.05 18.4408 21.83 18.4708 20.31V15.7C18.4908 15.7 18.5009 15.7099 18.5209 15.7199L20.8008 16.4799C20.8408 16.4899 20.8908 16.51 20.9308 16.51C21.1108 16.56 21.2709 16.58 21.4409 16.58C21.8009 16.58 22.1408 16.48 22.4208 16.27C22.8708 15.95 23.1208 15.42 23.1208 14.8V14.2C23.1208 13.29 22.4808 12.3899 21.6208 12.0999ZM15.6708 21.59C15.2108 21.59 14.8109 21.36 14.5709 21C14.4209 20.79 14.3409 20.53 14.3409 20.25C14.3409 19.52 14.9408 18.92 15.6708 18.92C16.4108 18.92 17.0109 19.52 17.0109 20.25C17.0109 20.48 16.9508 20.69 16.8508 20.87C16.6308 21.3 16.1808 21.59 15.6708 21.59Z\" fill=\"\"/>\n</svg>\n</li><li title=\"note text \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 5.75C7.59 5.75 7.25 5.41 7.25 5V2C7.25 1.59 7.59 1.25 8 1.25C8.41 1.25 8.75 1.59 8.75 2V5C8.75 5.41 8.41 5.75 8 5.75Z\" fill=\"\"/>\n<path d=\"M16 5.75C15.59 5.75 15.25 5.41 15.25 5V2C15.25 1.59 15.59 1.25 16 1.25C16.41 1.25 16.75 1.59 16.75 2V5C16.75 5.41 16.41 5.75 16 5.75Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M21 8.5V17C21 20 19.5 22 16 22H8C4.5 22 3 20 3 17V8.5C3 5.5 4.5 3.5 8 3.5H16C19.5 3.5 21 5.5 21 8.5Z\" fill=\"\"/>\n<path d=\"M16 11.75H8C7.59 11.75 7.25 11.41 7.25 11C7.25 10.59 7.59 10.25 8 10.25H16C16.41 10.25 16.75 10.59 16.75 11C16.75 11.41 16.41 11.75 16 11.75Z\" fill=\"\"/>\n<path d=\"M12 16.75H8C7.59 16.75 7.25 16.41 7.25 16C7.25 15.59 7.59 15.25 8 15.25H12C12.41 15.25 12.75 15.59 12.75 16C12.75 16.41 12.41 16.75 12 16.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"note \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M20 8.25V18C20 21 18.21 22 16 22H8C5.79 22 4 21 4 18V8.25C4 5 5.79 4.25 8 4.25C8 4.87 8.24997 5.43 8.65997 5.84C9.06997 6.25 9.63 6.5 10.25 6.5H13.75C14.99 6.5 16 5.49 16 4.25C18.21 4.25 20 5 20 8.25Z\" fill=\"\"/>\n<path d=\"M16 4.25C16 5.49 14.99 6.5 13.75 6.5H10.25C9.63 6.5 9.06997 6.25 8.65997 5.84C8.24997 5.43 8 4.87 8 4.25C8 3.01 9.01 2 10.25 2H13.75C14.37 2 14.93 2.25 15.34 2.66C15.75 3.07 16 3.63 16 4.25Z\" fill=\"\"/>\n<path d=\"M12 13.75H8C7.59 13.75 7.25 13.41 7.25 13C7.25 12.59 7.59 12.25 8 12.25H12C12.41 12.25 12.75 12.59 12.75 13C12.75 13.41 12.41 13.75 12 13.75Z\" fill=\"\"/>\n<path d=\"M16 17.75H8C7.59 17.75 7.25 17.41 7.25 17C7.25 16.59 7.59 16.25 8 16.25H16C16.41 16.25 16.75 16.59 16.75 17C16.75 17.41 16.41 17.75 16 17.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"notification 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 8C20.6569 8 22 6.65685 22 5C22 3.34315 20.6569 2 19 2C17.3431 2 16 3.34315 16 5C16 6.65685 17.3431 8 19 8Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M19 9.5C16.52 9.5 14.5 7.48 14.5 5C14.5 4.28 14.69 3.61 14.99 3H7.52C4.07 3 2 5.06 2 8.52V16.47C2 19.94 4.07 22 7.52 22H15.47C18.93 22 20.99 19.94 20.99 16.48V9.01C20.39 9.31 19.72 9.5 19 9.5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"notification bing \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M20.3992 16.3298C20.1192 17.0798 19.5292 17.6498 18.7592 17.9098C17.6792 18.2698 16.5692 18.5398 15.4492 18.7298C15.3392 18.7498 15.2292 18.7698 15.1192 18.7798C14.9392 18.8098 14.7592 18.8298 14.5792 18.8498C14.3592 18.8798 14.1292 18.8998 13.8992 18.9198C13.2692 18.9698 12.6492 18.9998 12.0192 18.9998C11.3792 18.9998 10.7392 18.9698 10.1092 18.9098C9.83923 18.8898 9.57923 18.8598 9.31923 18.8198C9.16923 18.7998 9.01923 18.7798 8.87923 18.7598C8.76923 18.7398 8.65923 18.7298 8.54923 18.7098C7.43923 18.5298 6.33923 18.2598 5.26923 17.8998C4.46923 17.6298 3.85923 17.0598 3.58923 16.3298C3.31923 15.6098 3.41923 14.7698 3.84923 14.0498L4.97923 12.1698C5.21923 11.7598 5.43923 10.9698 5.43923 10.4898V8.6298C5.43923 4.9998 8.38923 2.0498 12.0192 2.0498C15.6392 2.0498 18.5892 4.9998 18.5892 8.6298V10.4898C18.5892 10.9698 18.8092 11.7598 19.0592 12.1698L20.1892 14.0498C20.5992 14.7498 20.6792 15.5698 20.3992 16.3298Z\" fill=\"\"/>\n<path d=\"M12.0002 10.7601C11.5802 10.7601 11.2402 10.4201 11.2402 10.0001V6.90014C11.2402 6.48014 11.5802 6.14014 12.0002 6.14014C12.4202 6.14014 12.7602 6.48014 12.7602 6.90014V10.0001C12.7502 10.4201 12.4102 10.7601 12.0002 10.7601Z\" fill=\"\"/>\n<path d=\"M14.8297 20.01C14.4097 21.17 13.2997 22 11.9997 22C11.2097 22 10.4297 21.68 9.87969 21.11C9.55969 20.81 9.31969 20.41 9.17969 20C9.30969 20.02 9.43969 20.03 9.57969 20.05C9.80969 20.08 10.0497 20.11 10.2897 20.13C10.8597 20.18 11.4397 20.21 12.0197 20.21C12.5897 20.21 13.1597 20.18 13.7197 20.13C13.9297 20.11 14.1397 20.1 14.3397 20.07C14.4997 20.05 14.6597 20.03 14.8297 20.01Z\" fill=\"\"/>\n</svg>\n</li><li title=\"notification circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 8C20.6569 8 22 6.65685 22 5C22 3.34315 20.6569 2 19 2C17.3431 2 16 3.34315 16 5C16 6.65685 17.3431 8 19 8Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M19 9.5C16.52 9.5 14.5 7.48 14.5 5C14.5 4.09 14.77 3.25 15.24 2.55C14.22 2.2 13.13 2 12 2C6.49 2 2 6.49 2 12C2 17.51 6.49 22 12 22C17.51 22 22 17.51 22 12C22 10.87 21.8 9.78 21.45 8.76C20.75 9.23 19.91 9.5 19 9.5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"notification favorite \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 8C20.6569 8 22 6.65685 22 5C22 3.34315 20.6569 2 19 2C17.3431 2 16 3.34315 16 5C16 6.65685 17.3431 8 19 8Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M19 9.5C16.52 9.5 14.5 7.48 14.5 5C14.5 4.28 14.69 3.61 14.99 3H7.52C4.07 3 2 5.06 2 8.52V16.47C2 19.94 4.07 22 7.52 22H15.47C18.93 22 20.99 19.94 20.99 16.48V9.01C20.39 9.31 19.72 9.5 19 9.5Z\" fill=\"\"/>\n<path d=\"M10.8997 12.3601C10.3297 12.1801 9.71974 12.2801 9.28974 12.6201C8.84974 12.2801 8.24974 12.1801 7.68974 12.3601C6.45974 12.7601 6.06974 14.1601 6.41974 15.2401C6.94974 16.8801 8.67974 17.7301 9.29974 17.7301C9.90974 17.7301 11.6697 16.8601 12.1797 15.2401C12.5297 14.1601 12.1297 12.7601 10.8997 12.3601Z\" fill=\"\"/>\n</svg>\n</li><li title=\"notification status \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 8C20.6569 8 22 6.65685 22 5C22 3.34315 20.6569 2 19 2C17.3431 2 16 3.34315 16 5C16 6.65685 17.3431 8 19 8Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M19 9.5C16.52 9.5 14.5 7.48 14.5 5C14.5 4.28 14.69 3.61 14.99 3H7.52C4.07 3 2 5.06 2 8.52V16.47C2 19.94 4.07 22 7.52 22H15.47C18.93 22 20.99 19.94 20.99 16.48V9.01C20.39 9.31 19.72 9.5 19 9.5Z\" fill=\"\"/>\n<path d=\"M11.75 14H6.75C6.34 14 6 13.66 6 13.25C6 12.84 6.34 12.5 6.75 12.5H11.75C12.16 12.5 12.5 12.84 12.5 13.25C12.5 13.66 12.16 14 11.75 14Z\" fill=\"\"/>\n<path d=\"M15.75 18H6.75C6.34 18 6 17.66 6 17.25C6 16.84 6.34 16.5 6.75 16.5H15.75C16.16 16.5 16.5 16.84 16.5 17.25C16.5 17.66 16.16 18 15.75 18Z\" fill=\"\"/>\n</svg>\n</li><li title=\"notification \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M19.3399 14.4899L18.3399 12.8299C18.1299 12.4599 17.9399 11.7599 17.9399 11.3499V8.8199C17.9399 5.5599 15.2899 2.8999 12.0199 2.8999C8.74994 2.8999 6.09994 5.5599 6.09994 8.8199V11.3499C6.09994 11.7599 5.90994 12.4599 5.69994 12.8199L4.68994 14.4899C4.28994 15.1599 4.19994 15.8999 4.44994 16.5799C4.68994 17.2499 5.25994 17.7699 5.99994 18.0199C7.93994 18.6799 9.97994 18.9999 12.0199 18.9999C14.0599 18.9999 16.0999 18.6799 18.0399 18.0299C18.7399 17.7999 19.2799 17.2699 19.5399 16.5799C19.7999 15.8899 19.7299 15.1299 19.3399 14.4899Z\" fill=\"\"/>\n<path d=\"M14.2508 3.32C13.5608 3.05 12.8108 2.9 12.0208 2.9C11.2408 2.9 10.4908 3.04 9.80078 3.32C10.2308 2.51 11.0808 2 12.0208 2C12.9708 2 13.8108 2.51 14.2508 3.32Z\" fill=\"\"/>\n<path d=\"M14.8297 20.01C14.4097 21.17 13.2997 22 11.9997 22C11.2097 22 10.4297 21.68 9.87969 21.11C9.55969 20.81 9.31969 20.41 9.17969 20C9.30969 20.02 9.43969 20.03 9.57969 20.05C9.80969 20.08 10.0497 20.11 10.2897 20.13C10.8597 20.18 11.4397 20.21 12.0197 20.21C12.5897 20.21 13.1597 20.18 13.7197 20.13C13.9297 20.11 14.1397 20.1 14.3397 20.07C14.4997 20.05 14.6597 20.03 14.8297 20.01Z\" fill=\"\"/>\n</svg>\n</li><li title=\"omega circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" fill=\"\"/>\n<path d=\"M17 17.25H13.9C13.6 17.25 13.33 17.08 13.21 16.8C13.09 16.52 13.14 16.21 13.34 15.99L14.96 14.2C15.63 13.45 16.01 12.5 16.01 11.52C16.01 10.52 15.6 9.58 14.85 8.87C14.1 8.16 13.06 7.75 12 7.75C10.94 7.75 9.90002 8.16 9.15002 8.87C8.40002 9.58 7.98999 10.52 7.98999 11.52C7.98999 12.5 8.35998 13.45 9.03998 14.2L10.66 15.99C10.86 16.21 10.91 16.53 10.79 16.8C10.67 17.07 10.4 17.25 10.1 17.25H7C6.59 17.25 6.25 16.91 6.25 16.5C6.25 16.09 6.59 15.75 7 15.75H8.40997L7.91998 15.21C6.99998 14.19 6.48999 12.88 6.48999 11.52C6.48999 10.13 7.08 8.76003 8.12 7.78003C9.16 6.79003 10.54 6.25 12 6.25C13.46 6.25 14.84 6.79003 15.88 7.78003C16.91 8.76003 17.51 10.13 17.51 11.52C17.51 12.87 17 14.18 16.08 15.21L15.59 15.75H17C17.41 15.75 17.75 16.09 17.75 16.5C17.75 16.91 17.41 17.25 17 17.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"omega square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.1898 2H7.81976C4.17976 2 2.00977 4.17 2.00977 7.81V16.18C2.00977 19.82 4.17976 21.99 7.81976 21.99H16.1898C19.8298 21.99 21.9998 19.82 21.9998 16.18V7.81C21.9998 4.17 19.8298 2 16.1898 2Z\" fill=\"\"/>\n<path d=\"M17 17.5H13.9C13.6 17.5 13.33 17.33 13.21 17.05C13.09 16.77 13.14 16.46 13.34 16.24L14.96 14.45C15.63 13.7 16.01 12.75 16.01 11.77C16.01 10.77 15.6 9.83 14.85 9.12C14.1 8.41 13.06 8 12 8C10.94 8 9.90002 8.41 9.15002 9.12C8.40002 9.83 7.98999 10.77 7.98999 11.77C7.98999 12.75 8.35998 13.7 9.03998 14.45L10.66 16.24C10.86 16.46 10.91 16.78 10.79 17.05C10.67 17.32 10.4 17.5 10.1 17.5H7C6.59 17.5 6.25 17.16 6.25 16.75C6.25 16.34 6.59 16 7 16H8.40997L7.91998 15.46C6.99998 14.44 6.48999 13.13 6.48999 11.77C6.48999 10.38 7.08 9.01003 8.12 8.03003C9.16 7.04003 10.54 6.5 12 6.5C13.46 6.5 14.84 7.04003 15.88 8.03003C16.91 9.01003 17.51 10.38 17.51 11.77C17.51 13.12 17 14.43 16.08 15.46L15.59 16H17C17.41 16 17.75 16.34 17.75 16.75C17.75 17.16 17.41 17.5 17 17.5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"paintbucket \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M19.11 7.46999L15.59 3.94999C12.43 0.799986 10.77 1.95999 8.77005 3.94999L3.11005 9.60999C1.96005 10.76 1.33005 11.5 1.10005 12.32C1.10005 12.33 1.09005 12.33 1.09005 12.33C1.09005 12.34 1.09005 12.34 1.09005 12.34C1.09005 12.35 1.09005 12.35 1.09005 12.35V12.38C0.680048 13.84 1.76005 15.08 3.11005 16.43L6.64005 19.94C7.90005 21.21 8.92005 22 10.05 22C11.18 22 12.15 21.24 13.45 19.94L19.11 14.29C19.6 13.79 19.96 13.38 20.24 12.99C20.24 12.98 20.24 12.98 20.24 12.98C20.24 12.98 20.24 12.98 20.25 12.98C21.53 11.19 21.19 9.53999 19.11 7.46999ZM19.15 9.91999C19.58 10.65 18.9 11.55 18.07 11.37C17.76 11.3 17.46 11.24 17.15 11.18C17.13 11.18 17.11 11.17 17.08 11.17C16.38 11.04 15.67 10.93 14.95 10.84H14.91C14.19 10.75 13.46 10.68 12.73 10.64H12.65C12.01 10.6 11.36 10.58 10.72 10.58C9.94005 10.58 9.16005 10.62 8.39005 10.67C8.26005 10.68 8.14005 10.69 8.02005 10.7C7.44005 10.74 6.86005 10.8 6.29005 10.87C6.13005 10.89 5.98005 10.91 5.83005 10.93C5.25005 11.02 4.68005 11.11 4.11005 11.22C3.98005 11.25 3.86005 11.27 3.73005 11.29C3.68005 11.3 3.62005 11.31 3.57005 11.32C3.75005 11.12 3.96005 10.91 4.19005 10.68L9.84005 5.02999C11.66 3.22999 12.28 2.79999 14.52 5.02999L18.03 8.54999C18.57 9.07999 18.93 9.52999 19.15 9.91999Z\" fill=\"\"/>\n<path d=\"M19.1503 9.92018C19.5803 10.6502 18.9003 11.5502 18.0703 11.3702C17.7603 11.3002 17.4603 11.2402 17.1503 11.1802C17.1303 11.1802 17.1103 11.1702 17.0803 11.1702C16.3803 11.0402 15.6703 10.9302 14.9503 10.8402H14.9103C14.1903 10.7502 13.4603 10.6802 12.7303 10.6402H12.6503C12.0103 10.6002 11.3603 10.5802 10.7203 10.5802C9.94031 10.5802 9.16031 10.6202 8.39031 10.6702C8.26031 10.6802 8.14031 10.6902 8.02031 10.7002C7.44031 10.7402 6.86031 10.8002 6.29031 10.8702C6.13031 10.8902 5.98031 10.9102 5.83031 10.9302C5.25031 11.0202 4.68031 11.1102 4.11031 11.2202C3.98031 11.2502 3.86031 11.2702 3.73031 11.2902C3.68031 11.3002 3.62031 11.3102 3.57031 11.3202C3.75031 11.1202 3.96031 10.9102 4.19031 10.6802L9.84031 5.03018C11.6603 3.23018 12.2803 2.80018 14.5203 5.03018L18.0303 8.55018C18.5703 9.08018 18.9303 9.53018 19.1503 9.92018Z\" fill=\"\"/>\n<path d=\"M20.9499 16.87C20.5699 16.4 20.2399 16 19.4999 16C18.7599 16 18.4299 16.4 18.0599 16.87C17.2599 17.86 16.8999 18.94 17.0299 19.98C17.1799 21.17 18.1999 22 19.4999 22C20.7999 22 21.8199 21.17 21.9699 19.97C22.0999 18.93 21.7499 17.86 20.9499 16.87Z\" fill=\"\"/>\n</svg>\n</li><li title=\"paperclip 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2Z\" fill=\"\"/>\n<path d=\"M12.2003 17.6598C11.5003 17.6598 10.7903 17.3898 10.2603 16.8598C9.19031 15.7898 9.19031 14.0398 10.2603 12.9698L11.6703 11.5598C11.9603 11.2698 12.4403 11.2698 12.7303 11.5598C13.0203 11.8498 13.0203 12.3298 12.7303 12.6198L11.3203 14.0298C10.8303 14.5198 10.8303 15.3098 11.3203 15.7998C11.8103 16.2898 12.6003 16.2898 13.0903 15.7998L15.3103 13.5798C15.9203 12.9698 16.2603 12.1498 16.2603 11.2798C16.2603 10.4098 15.9203 9.59978 15.3103 8.97978C14.0803 7.74978 11.9403 7.74978 10.7103 8.97978L8.29031 11.3998C7.25031 12.4398 7.25031 14.1398 8.29031 15.1898C8.58031 15.4798 8.58031 15.9598 8.29031 16.2498C8.00031 16.5398 7.52031 16.5398 7.23031 16.2498C5.60031 14.6198 5.60031 11.9698 7.23031 10.3398L9.65031 7.91979C10.5503 7.01979 11.7403 6.52979 13.0103 6.52979C14.2803 6.52979 15.4703 7.01979 16.3703 7.91979C17.2703 8.81979 17.7603 10.0098 17.7603 11.2798C17.7603 12.5498 17.2703 13.7398 16.3703 14.6398L14.1503 16.8598C13.6103 17.3898 12.9103 17.6598 12.2003 17.6598Z\" fill=\"\"/>\n</svg>\n</li><li title=\"paperclip \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2Z\" fill=\"\"/>\n<path d=\"M11.43 18.1798C9.13 18.1798 7.25 16.2998 7.25 13.9998V10.5698C7.25 7.94982 9.38 5.81982 12 5.81982C14.62 5.81982 16.75 7.94982 16.75 10.5698V13.7098C16.75 15.2298 15.52 16.4598 14 16.4598C12.48 16.4598 11.25 15.2298 11.25 13.7098V11.7098C11.25 11.2998 11.59 10.9598 12 10.9598C12.41 10.9598 12.75 11.2998 12.75 11.7098V13.7098C12.75 14.3998 13.31 14.9598 14 14.9598C14.69 14.9598 15.25 14.3998 15.25 13.7098V10.5698C15.25 8.77982 13.79 7.31982 12 7.31982C10.21 7.31982 8.75 8.77982 8.75 10.5698V13.9998C8.75 15.4798 9.95 16.6798 11.43 16.6798C11.84 16.6798 12.18 17.0198 12.18 17.4298C12.18 17.8398 11.84 18.1798 11.43 18.1798Z\" fill=\"\"/>\n</svg>\n</li><li title=\"password check \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22C14.59 22 14.25 21.66 14.25 21.25V2.75C14.25 2.34 14.59 2 15 2C15.41 2 15.75 2.34 15.75 2.75V21.25C15.75 21.66 15.41 22 15 22Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M6.5 20H12.5V4H6.5C4.29 4 2.5 5.79 2.5 8V16C2.5 18.21 4.29 20 6.5 20Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M18 20H15V4H18C20.21 4 22 5.79 22 8V16C22 18.21 20.21 20 18 20Z\" fill=\"\"/>\n<path d=\"M5.75 12.9999C5.62 12.9999 5.49 12.9699 5.37 12.9199C5.25 12.8699 5.14 12.7999 5.04 12.7099C4.95 12.6099 4.88 12.4999 4.82 12.3799C4.77 12.2599 4.75 12.1299 4.75 11.9999C4.75 11.7399 4.86 11.4799 5.04 11.2899C5.09 11.2499 5.14 11.2099 5.19 11.1699C5.25 11.1299 5.31 11.0999 5.37 11.0799C5.43 11.0499 5.49 11.0299 5.55 11.0199C5.89 10.9499 6.23 11.0599 6.46 11.2899C6.64 11.4799 6.75 11.7399 6.75 11.9999C6.75 12.1299 6.72 12.2599 6.67 12.3799C6.62 12.4999 6.55 12.6099 6.46 12.7099C6.36 12.7999 6.25 12.8699 6.13 12.9199C6.01 12.9699 5.88 12.9999 5.75 12.9999Z\" fill=\"\"/>\n<path d=\"M9.25 13C9.12 13 8.99 12.97 8.87 12.92C8.75 12.87 8.64 12.8 8.54 12.71C8.35 12.52 8.25 12.27 8.25 12C8.25 11.87 8.28 11.74 8.33 11.62C8.38 11.49 8.45 11.39 8.54 11.29C8.91 10.92 9.58 10.92 9.96 11.29C10.14 11.48 10.25 11.74 10.25 12C10.25 12.13 10.22 12.26 10.17 12.38C10.12 12.5 10.05 12.61 9.96 12.71C9.86 12.8 9.75 12.87 9.63 12.92C9.51 12.97 9.38 13 9.25 13Z\" fill=\"\"/>\n</svg>\n</li><li title=\"path 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.1506 22.0001H9.87057C8.34057 22.0001 7.20057 20.7601 7.49057 19.4301L8.19057 16.3501H15.8306L16.5306 19.4301C16.8506 20.8401 15.7806 22.0001 14.1506 22.0001Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M18.7692 13.7402L15.8292 16.3502H8.18916L5.24916 13.7402C3.53916 12.3402 3.53916 11.2602 4.83916 9.61018L10.0292 3.04018C10.3892 2.59018 10.8092 2.28018 11.2592 2.12018C11.7492 1.95018 12.2692 1.95018 12.7592 2.12018C13.2092 2.28018 13.6292 2.59018 13.9892 3.04018L19.1792 9.61018C20.4792 11.2602 20.4192 12.2802 18.7692 13.7402Z\" fill=\"\"/>\n<path d=\"M12.7598 2.12018V6.97018C12.7598 7.38018 12.4198 7.72018 12.0098 7.72018C11.5998 7.72018 11.2598 7.38018 11.2598 6.97018V2.12018C11.7498 1.95018 12.2698 1.95018 12.7598 2.12018Z\" fill=\"\"/>\n</svg>\n</li><li title=\"path square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2Z\" fill=\"\"/>\n<path d=\"M16.6602 11.25L15.0402 12.27L11.7402 8.97998L12.7702 7.34998C13.2402 6.60998 14.2002 6.56998 14.9002 7.26998L16.7502 9.11998C17.4102 9.76998 17.3702 10.8 16.6602 11.25Z\" fill=\"\"/>\n<path opacity=\"0.6\" d=\"M13.5796 16.6202L8.50958 17.2202C8.28958 17.2502 8.08958 17.2402 7.89958 17.1802C7.34958 17.0602 6.95958 16.6702 6.83958 16.1202C6.77958 15.9302 6.76958 15.7302 6.79958 15.5102L7.38958 10.4402C7.54958 9.17017 8.00958 8.76017 9.34958 8.84017L11.7396 8.98017L15.0396 12.2702L15.1796 14.6702C15.3096 16.0102 14.8496 16.4702 13.5796 16.6202Z\" fill=\"\"/>\n<path d=\"M9.87984 15.1999L7.89984 17.1799C7.34984 17.0599 6.95984 16.6699 6.83984 16.1199L8.80984 14.1399C9.10984 13.8499 9.57984 13.8499 9.87984 14.1399C10.1698 14.4299 10.1698 14.9099 9.87984 15.1999Z\" fill=\"\"/>\n</svg>\n</li><li title=\"path \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.0205 10.6999L17.2205 12.4699L11.5605 6.80992L13.3205 4.00992C14.1405 2.71992 15.7805 2.65992 16.9905 3.85992L20.1705 7.03992C21.3005 8.16992 21.2305 9.92992 20.0205 10.6999Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M14.7103 19.95L6.0003 20.98C5.4003 21.05 4.8603 20.96 4.4103 20.74C3.9203 20.5 3.5403 20.12 3.3003 19.63C3.0803 19.18 3.0003 18.64 3.0603 18.05L4.1003 9.32998C4.3503 7.14998 5.1603 6.43999 7.4603 6.56999L11.5803 6.81999L17.2403 12.48L17.4803 16.6C17.6903 18.9 16.9003 19.7 14.7103 19.95Z\" fill=\"\"/>\n<path d=\"M7.97906 17.1502L4.39906 20.7302C3.90906 20.4902 3.52906 20.1102 3.28906 19.6202L6.87906 16.0302C7.18906 15.7302 7.68906 15.7302 7.98906 16.0302C8.29906 16.3502 8.29906 16.8402 7.97906 17.1502Z\" fill=\"\"/>\n</svg>\n</li><li title=\"pause circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M11.9707 22C17.4936 22 21.9707 17.5228 21.9707 12C21.9707 6.47715 17.4936 2 11.9707 2C6.44786 2 1.9707 6.47715 1.9707 12C1.9707 17.5228 6.44786 22 11.9707 22Z\" fill=\"\"/>\n<path d=\"M10.72 15.0298V8.9698C10.72 8.4898 10.52 8.2998 10.01 8.2998H8.71C8.2 8.2998 8 8.4898 8 8.9698V15.0298C8 15.5098 8.2 15.6998 8.71 15.6998H10C10.52 15.6998 10.72 15.5098 10.72 15.0298Z\" fill=\"\"/>\n<path d=\"M15.9991 15.0298V8.9698C15.9991 8.4898 15.7991 8.2998 15.2891 8.2998H13.9991C13.4891 8.2998 13.2891 8.4898 13.2891 8.9698V15.0298C13.2891 15.5098 13.4891 15.6998 13.9991 15.6998H15.2891C15.7991 15.6998 15.9991 15.5098 15.9991 15.0298Z\" fill=\"\"/>\n</svg>\n</li><li title=\"pause \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.65 19.11V4.89C10.65 3.54 10.08 3 8.64 3H5.01C3.57 3 3 3.54 3 4.89V19.11C3 20.46 3.57 21 5.01 21H8.64C10.08 21 10.65 20.46 10.65 19.11Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M20.9996 19.11V4.89C20.9996 3.54 20.4296 3 18.9896 3H15.3596C13.9296 3 13.3496 3.54 13.3496 4.89V19.11C13.3496 20.46 13.9196 21 15.3596 21H18.9896C20.4296 21 20.9996 20.46 20.9996 19.11Z\" fill=\"\"/>\n</svg>\n</li><li title=\"pen add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.7111 11.3499L18.7011 13.2499L12.6211 7.16993L14.5111 4.15992C15.3911 2.76992 17.1611 2.70995 18.4511 3.99995L21.8611 7.40992C23.0811 8.63992 23.0011 10.5299 21.7111 11.3499Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M16.0003 21.2898L6.64034 22.3898C5.99034 22.4698 5.41034 22.3698 4.92034 22.1298C4.40034 21.8698 3.99034 21.4698 3.73034 20.9398C3.49034 20.4498 3.40034 19.8798 3.47034 19.2398L4.51033 10.5298C4.68033 10.6198 4.87034 10.6998 5.06034 10.7598C5.51034 10.9198 5.99034 10.9998 6.50034 10.9998C7.64034 10.9998 8.67035 10.5798 9.46035 9.87982C9.81035 9.57982 10.1103 9.21982 10.3503 8.81982C10.5603 8.46982 10.7203 8.09983 10.8303 7.69983C10.8903 7.49983 10.9303 7.28982 10.9603 7.06982L12.6203 7.1698L18.7003 13.2598L18.9603 17.6798C19.2103 20.1598 18.3503 21.0198 16.0003 21.2898Z\" fill=\"\"/>\n<path d=\"M8.78023 18.2798L4.93022 22.1298C4.40022 21.8698 4.00023 21.4698 3.74023 20.9398L7.59023 17.0898C7.93023 16.7598 8.46023 16.7598 8.78023 17.0898C9.11023 17.4198 9.11023 17.9498 8.78023 18.2798Z\" fill=\"\"/>\n<path d=\"M6.5 2C5.44 2 4.46 2.36999 3.69 2.98999C2.65 3.80999 2 5.08 2 6.5C2 7.34 2.23999 8.14001 2.64999 8.82001C3.18999 9.72001 4.04 10.42 5.06 10.76C5.51 10.92 5.99 11 6.5 11C7.64 11 8.67001 10.58 9.46001 9.88C9.81001 9.58 10.11 9.22001 10.35 8.82001C10.56 8.47001 10.72 8.10001 10.83 7.70001C10.94 7.32001 11 6.91 11 6.5C11 4.01 8.99 2 6.5 2ZM8.16 7.25H7.27V8.17999C7.27 8.58999 6.93 8.92999 6.52 8.92999C6.11 8.92999 5.77 8.58999 5.77 8.17999V7.25H4.8C4.39 7.25 4.05 6.91 4.05 6.5C4.05 6.09 4.39 5.75 4.8 5.75H5.77V4.82001C5.77 4.41001 6.11 4.07001 6.52 4.07001C6.93 4.07001 7.27 4.41001 7.27 4.82001V5.75H8.16C8.57 5.75 8.91 6.09 8.91 6.5C8.91 6.91 8.58 7.25 8.16 7.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"pen close \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.7111 11.3499L18.7011 13.2499L12.6211 7.16993L14.5111 4.15992C15.3911 2.76992 17.1611 2.70995 18.4511 3.99995L21.8611 7.40992C23.0811 8.63992 23.0011 10.5299 21.7111 11.3499Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M16.0003 21.2898L6.64034 22.3898C5.99034 22.4698 5.41034 22.3698 4.92034 22.1298C4.40034 21.8698 3.99034 21.4698 3.73034 20.9398C3.49034 20.4498 3.40034 19.8798 3.47034 19.2398L4.51033 10.5298C4.68033 10.6198 4.87034 10.6998 5.06034 10.7598C5.51034 10.9198 5.99034 10.9998 6.50034 10.9998C7.64034 10.9998 8.67035 10.5798 9.46035 9.87982C9.81035 9.57982 10.1103 9.21982 10.3503 8.81982C10.5603 8.46982 10.7203 8.09983 10.8303 7.69983C10.8903 7.49983 10.9303 7.28982 10.9603 7.06982L12.6203 7.1698L18.7003 13.2598L18.9603 17.6798C19.2103 20.1598 18.3503 21.0198 16.0003 21.2898Z\" fill=\"\"/>\n<path d=\"M8.78023 18.2798L4.93022 22.1298C4.40022 21.8698 4.00023 21.4698 3.74023 20.9398L7.59023 17.0898C7.93023 16.7598 8.46023 16.7598 8.78023 17.0898C9.11023 17.4198 9.11023 17.9498 8.78023 18.2798Z\" fill=\"\"/>\n<path d=\"M6.5 2C5.44 2 4.46 2.36999 3.69 2.98999C2.65 3.80999 2 5.08 2 6.5C2 7.34 2.23999 8.14001 2.64999 8.82001C3.08999 9.55001 3.72999 10.15 4.50999 10.53C4.67999 10.62 4.87 10.7 5.06 10.76C5.51 10.92 5.99 11 6.5 11C7.64 11 8.67001 10.58 9.46001 9.88C9.81001 9.58 10.11 9.22001 10.35 8.82001C10.56 8.47001 10.72 8.10001 10.83 7.70001C10.89 7.50001 10.93 7.29001 10.96 7.07001C10.99 6.88001 11 6.69 11 6.5C11 4.01 8.99 2 6.5 2ZM8.23 8.21002C8.08 8.36002 7.89 8.42999 7.7 8.42999C7.51 8.42999 7.32 8.36002 7.17 8.21002L6.50999 7.54999L5.82001 8.23999C5.67001 8.38999 5.47999 8.46002 5.28999 8.46002C5.09999 8.46002 4.90999 8.38999 4.75999 8.23999C4.46999 7.94999 4.46999 7.46999 4.75999 7.17999L5.45 6.48999L4.78999 5.83002C4.49999 5.54002 4.49999 5.06002 4.78999 4.77002C5.07999 4.48002 5.56001 4.48002 5.85001 4.77002L6.50999 5.42999L7.14 4.79999C7.43 4.50999 7.91 4.50999 8.2 4.79999C8.49 5.08999 8.49 5.56999 8.2 5.85999L7.57001 6.48999L8.23 7.15002C8.53 7.44002 8.53 7.91002 8.23 8.21002Z\" fill=\"\"/>\n</svg>\n</li><li title=\"pen remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.5 2C5.44 2 4.46 2.36999 3.69 2.98999C2.65 3.80999 2 5.08 2 6.5C2 7.34 2.23999 8.14001 2.64999 8.82001C3.18999 9.72001 4.04 10.42 5.06 10.76C5.51 10.92 5.99 11 6.5 11C7.64 11 8.66999 10.58 9.45999 9.88C9.80999 9.58 10.11 9.22001 10.35 8.82001C10.56 8.47001 10.72 8.10001 10.83 7.70001C10.94 7.32001 11 6.91 11 6.5C11 4.01 8.99 2 6.5 2ZM8.16 7.25H4.79999C4.38999 7.25 4.04999 6.91 4.04999 6.5C4.04999 6.09 4.38999 5.75 4.79999 5.75H8.16C8.57 5.75 8.91 6.09 8.91 6.5C8.91 6.91 8.58 7.25 8.16 7.25Z\" fill=\"\"/>\n<path d=\"M21.7111 11.3499L18.7011 13.2499L12.6211 7.16993L14.5111 4.15992C15.3911 2.76992 17.1611 2.70995 18.4511 3.99995L21.8611 7.40992C23.0811 8.63992 23.0011 10.5299 21.7111 11.3499Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M16.0003 21.2898L6.64035 22.3898C5.99035 22.4698 5.41035 22.3698 4.92035 22.1298C4.40035 21.8698 3.99035 21.4698 3.73035 20.9398C3.49035 20.4498 3.40034 19.8798 3.47034 19.2398L4.51035 10.5298C4.68035 10.6198 4.87034 10.6998 5.06034 10.7598C5.51034 10.9198 5.99034 10.9998 6.50034 10.9998C7.64034 10.9998 8.67033 10.5798 9.46033 9.87982C9.81033 9.57982 10.1103 9.21982 10.3503 8.81982C10.5603 8.46982 10.7203 8.09983 10.8303 7.69983C10.8903 7.49983 10.9303 7.28982 10.9603 7.06982L12.6203 7.1698L18.7003 13.2598L18.9603 17.6798C19.2103 20.1598 18.3503 21.0198 16.0003 21.2898Z\" fill=\"\"/>\n<path d=\"M8.78024 18.2798L4.93024 22.1298C4.40024 21.8698 4.00023 21.4698 3.74023 20.9398L7.59024 17.0898C7.93024 16.7598 8.46024 16.7598 8.78024 17.0898C9.11024 17.4198 9.11024 17.9498 8.78024 18.2798Z\" fill=\"\"/>\n</svg>\n</li><li title=\"pen tool 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.5195 1.5H11.5195C10.6895 1.5 10.0195 2.17 10.0195 3V4C10.0195 4.83 10.6895 5.5 11.5195 5.5H12.5195C13.3495 5.5 14.0195 4.83 14.0195 4V3C14.0195 2.17 13.3495 1.5 12.5195 1.5Z\" fill=\"\"/>\n<path d=\"M4.26953 10.6699H3.26953C2.43953 10.6699 1.76953 11.3399 1.76953 12.1699V13.1699C1.76953 13.9999 2.43953 14.6699 3.26953 14.6699H4.26953C5.09953 14.6699 5.76953 13.9999 5.76953 13.1699V12.1699C5.76953 11.3399 5.08953 10.6699 4.26953 10.6699Z\" fill=\"\"/>\n<path d=\"M20.7305 10.6699H19.7305C18.9005 10.6699 18.2305 11.3399 18.2305 12.1699V13.1699C18.2305 13.9999 18.9005 14.6699 19.7305 14.6699H20.7305C21.5605 14.6699 22.2305 13.9999 22.2305 13.1699V12.1699C22.2305 11.3399 21.5605 10.6699 20.7305 10.6699Z\" fill=\"\"/>\n<path d=\"M3.75 11.9198C3.34 11.9198 3 11.5798 3 11.1698C3 6.89982 6.2 3.30984 10.44 2.80984C10.84 2.76984 11.22 3.05981 11.27 3.46981C11.32 3.87981 11.02 4.24983 10.61 4.29983C7.13 4.70983 4.5 7.65982 4.5 11.1698C4.5 11.5798 4.16 11.9198 3.75 11.9198Z\" fill=\"\"/>\n<path d=\"M20.249 11.9198C19.839 11.9198 19.499 11.5798 19.499 11.1698C19.499 7.67979 16.889 4.72981 13.429 4.30981C13.019 4.25981 12.729 3.88979 12.779 3.47979C12.829 3.06979 13.209 2.77982 13.619 2.82982C17.829 3.33982 21.009 6.9298 21.009 11.1798C20.999 11.5798 20.669 11.9198 20.249 11.9198Z\" fill=\"\"/>\n<path d=\"M13.2898 22.0101H10.7198C9.79983 22.0101 9.11982 21.2701 9.28982 20.4701L9.70983 18.6201H14.2998L14.7198 20.4701C14.9098 21.3201 14.2698 22.0101 13.2898 22.0101Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M16.0698 17.0499L14.2998 18.6199H9.70981L7.93981 17.0499C6.90981 16.2099 6.90981 15.5599 7.68981 14.5699L10.8098 10.6299C11.0298 10.3599 11.2798 10.1699 11.5498 10.0799C11.8398 9.97988 12.1598 9.97988 12.4498 10.0799C12.7198 10.1799 12.9698 10.3599 13.1898 10.6299L16.3098 14.5699C17.0898 15.5599 17.0598 16.1799 16.0698 17.0499Z\" fill=\"\"/>\n</svg>\n</li><li title=\"pen tool \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.1501 5.19015L10.3701 4.41012C9.90008 3.94012 9.90008 3.18017 10.3701 2.71017L11.1501 1.93014C11.6201 1.46014 12.3801 1.46014 12.8501 1.93014L13.6301 2.71017C14.1001 3.18017 14.1001 3.94012 13.6301 4.41012L12.8501 5.19015C12.3801 5.66015 11.6201 5.66015 11.1501 5.19015Z\" fill=\"\"/>\n<path d=\"M11.9998 5.91013C11.5998 5.91013 11.1898 5.76016 10.8898 5.45016L10.1098 4.67013C9.49984 4.06013 9.49984 3.06015 10.1098 2.44015L10.8898 1.66013C11.4798 1.06013 12.5198 1.07013 13.1198 1.66013L13.8998 2.44015C14.5098 3.05015 14.5098 4.05013 13.8998 4.67013L13.1198 5.45016C12.8098 5.76016 12.3998 5.91013 11.9998 5.91013ZM11.9998 1.96017C11.7898 1.96017 11.5798 2.04016 11.4198 2.20016L10.6398 2.98013C10.3198 3.30013 10.3198 3.83018 10.6398 4.15018L11.4198 4.93014C11.7398 5.25014 12.2598 5.25014 12.5898 4.93014L13.3698 4.15018C13.6898 3.83018 13.6898 3.31013 13.3698 2.98013L12.5898 2.20016C12.4198 2.04016 12.2098 1.96017 11.9998 1.96017Z\" fill=\"\"/>\n<path d=\"M19.45 9.81006H20.55C21.21 9.81006 21.75 10.3501 21.75 11.0101V12.11C21.75 12.77 21.21 13.3101 20.55 13.3101H19.45C18.79 13.3101 18.25 12.77 18.25 12.11V11.0101C18.25 10.3501 18.79 9.81006 19.45 9.81006Z\" fill=\"\"/>\n<path d=\"M20.5491 13.6902H19.4491C18.5791 13.6902 17.8691 12.9802 17.8691 12.1102V11.0102C17.8691 10.1402 18.5791 9.43018 19.4491 9.43018H20.5491C21.4191 9.43018 22.1291 10.1402 22.1291 11.0102V12.1102C22.1191 12.9802 21.4191 13.6902 20.5491 13.6902ZM19.4491 10.1902C18.9891 10.1902 18.6191 10.5602 18.6191 11.0202V12.1202C18.6191 12.5802 18.9891 12.9502 19.4491 12.9502H20.5491C21.0091 12.9502 21.3791 12.5802 21.3791 12.1202V11.0202C21.3791 10.5602 21.0091 10.1902 20.5491 10.1902H19.4491Z\" fill=\"\"/>\n<path d=\"M4.55 9.81006H3.45C2.79 9.81006 2.25 10.3501 2.25 11.0101V12.11C2.25 12.77 2.79 13.3101 3.45 13.3101H4.55C5.21 13.3101 5.75 12.77 5.75 12.11V11.0101C5.75 10.3501 5.21 9.81006 4.55 9.81006Z\" fill=\"\"/>\n<path d=\"M4.54914 13.6902H3.44913C2.57913 13.6902 1.86914 12.9802 1.86914 12.1102V11.0102C1.86914 10.1402 2.57913 9.43018 3.44913 9.43018H4.54914C5.41914 9.43018 6.12914 10.1402 6.12914 11.0102V12.1102C6.11913 12.9802 5.41914 13.6902 4.54914 13.6902ZM3.44913 10.1902C2.98913 10.1902 2.61914 10.5602 2.61914 11.0202V12.1202C2.61914 12.5802 2.98913 12.9502 3.44913 12.9502H4.54914C5.00914 12.9502 5.37914 12.5802 5.37914 12.1202V11.0202C5.37914 10.5602 5.00914 10.1902 4.54914 10.1902H3.44913Z\" fill=\"\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.7099 4.26948C13.0028 3.97658 13.4777 3.97658 13.7706 4.26947L19.0706 9.56946C19.3635 9.86235 19.3635 10.3372 19.0706 10.6301C18.7777 10.923 18.3028 10.923 18.0099 10.6301L12.7099 5.33014C12.417 5.03724 12.417 4.56237 12.7099 4.26948Z\" fill=\"\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.2913 4.26948C11.5842 4.56237 11.5842 5.03724 11.2913 5.33014L5.99127 10.6301C5.69837 10.923 5.2235 10.923 4.93061 10.6301C4.63771 10.3372 4.63771 9.86235 4.93061 9.56946L10.2306 4.26947C10.5235 3.97658 10.9984 3.97658 11.2913 4.26948Z\" fill=\"\"/>\n<path d=\"M13.2603 22.0101H10.7003C9.78029 22.0101 9.10029 21.2701 9.27029 20.4701L9.69029 18.6201H14.2803L14.7003 20.4701C14.8903 21.3201 14.2403 22.0101 13.2603 22.0101Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M16.0405 17.0499L14.2705 18.6199H9.68051L7.91051 17.0499C6.88051 16.2099 6.88051 15.5599 7.66051 14.5699L10.7805 10.6299C11.0005 10.3599 11.2505 10.1699 11.5205 10.0799C11.8105 9.97988 12.1305 9.97988 12.4205 10.0799C12.6905 10.1799 12.9405 10.3599 13.1605 10.6299L16.2805 14.5699C17.0705 15.5599 17.0305 16.1799 16.0405 17.0499Z\" fill=\"\"/>\n</svg>\n</li><li title=\"people \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M17.5291 7.77C17.4591 7.76 17.3891 7.76 17.3191 7.77C15.7691 7.72 14.5391 6.45 14.5391 4.89C14.5391 3.3 15.8291 2 17.4291 2C19.0191 2 20.3191 3.29 20.3191 4.89C20.3091 6.45 19.0791 7.72 17.5291 7.77Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M20.7896 14.6999C19.6696 15.4499 18.0996 15.7299 16.6496 15.5399C17.0296 14.7199 17.2296 13.8099 17.2396 12.8499C17.2396 11.8499 17.0196 10.8999 16.5996 10.0699C18.0796 9.86992 19.6496 10.1499 20.7796 10.8999C22.3596 11.9399 22.3596 13.6499 20.7896 14.6999Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M6.44039 7.77C6.51039 7.76 6.58039 7.76 6.65039 7.77C8.20039 7.72 9.43039 6.45 9.43039 4.89C9.43039 3.3 8.14039 2 6.54039 2C4.95039 2 3.65039 3.29 3.65039 4.89C3.66039 6.45 4.89039 7.72 6.44039 7.77Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M6.54914 12.8501C6.54914 13.8201 6.75914 14.7401 7.13914 15.5701C5.72914 15.7201 4.25914 15.4201 3.17914 14.7101C1.59914 13.6601 1.59914 11.9501 3.17914 10.9001C4.24914 10.1801 5.75914 9.8901 7.17914 10.0501C6.76914 10.8901 6.54914 11.8401 6.54914 12.8501Z\" fill=\"\"/>\n<path d=\"M12.1208 15.87C12.0408 15.86 11.9508 15.86 11.8608 15.87C10.0208 15.81 8.55078 14.3 8.55078 12.44C8.55078 10.54 10.0808 9 11.9908 9C13.8908 9 15.4308 10.54 15.4308 12.44C15.4308 14.3 13.9708 15.81 12.1208 15.87Z\" fill=\"\"/>\n<path d=\"M8.87078 17.9399C7.36078 18.9499 7.36078 20.6099 8.87078 21.6099C10.5908 22.7599 13.4108 22.7599 15.1308 21.6099C16.6408 20.5999 16.6408 18.9399 15.1308 17.9399C13.4208 16.7899 10.6008 16.7899 8.87078 17.9399Z\" fill=\"\"/>\n</svg>\n</li><li title=\"percentage circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" fill=\"\"/>\n<path d=\"M8.31976 16.0201C8.12976 16.0201 7.93977 15.9501 7.78977 15.8001C7.49977 15.5101 7.49977 15.0301 7.78977 14.7401L14.3398 8.19016C14.6298 7.90016 15.1098 7.90016 15.3998 8.19016C15.6898 8.48016 15.6898 8.96015 15.3998 9.25015L8.84976 15.8001C8.69976 15.9501 8.50976 16.0201 8.31976 16.0201Z\" fill=\"\"/>\n<path d=\"M8.73001 7.66016C7.92001 7.66016 7.25 8.32017 7.25 9.14017C7.25 9.95017 7.91001 10.6201 8.73001 10.6201C9.54001 10.6201 10.21 9.96017 10.21 9.14017C10.2 8.32017 9.54001 7.66016 8.73001 7.66016Z\" fill=\"\"/>\n<path d=\"M15.269 13.3901C14.459 13.3901 13.7891 14.0501 13.7891 14.8701C13.7891 15.6801 14.449 16.3501 15.269 16.3501C16.079 16.3501 16.7491 15.6901 16.7491 14.8701C16.7491 14.0501 16.089 13.3901 15.269 13.3901Z\" fill=\"\"/>\n</svg>\n</li><li title=\"percentage square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.1898 2H7.81976C4.17976 2 2.00977 4.17 2.00977 7.81V16.18C2.00977 19.82 4.17976 21.99 7.81976 21.99H16.1898C19.8298 21.99 21.9998 19.82 21.9998 16.18V7.81C21.9998 4.17 19.8298 2 16.1898 2Z\" fill=\"\"/>\n<path d=\"M8.81976 16.0201C8.62976 16.0201 8.43977 15.9501 8.28977 15.8001C7.99977 15.5101 7.99977 15.0301 8.28977 14.7401L14.8398 8.19016C15.1298 7.90016 15.6098 7.90016 15.8998 8.19016C16.1898 8.48016 16.1898 8.96015 15.8998 9.25015L9.34976 15.8001C9.19976 15.9501 9.00976 16.0201 8.81976 16.0201Z\" fill=\"\"/>\n<path d=\"M9.23001 7.66016C8.42001 7.66016 7.75 8.32017 7.75 9.14017C7.75 9.95017 8.41001 10.6201 9.23001 10.6201C10.04 10.6201 10.71 9.96017 10.71 9.14017C10.7 8.32017 10.04 7.66016 9.23001 7.66016Z\" fill=\"\"/>\n<path d=\"M15.769 13.3901C14.959 13.3901 14.2891 14.0501 14.2891 14.8701C14.2891 15.6801 14.949 16.3501 15.769 16.3501C16.579 16.3501 17.2491 15.6901 17.2491 14.8701C17.2491 14.0501 16.589 13.3901 15.769 13.3901Z\" fill=\"\"/>\n</svg>\n</li><li title=\"personalcard \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M18 3H6C3.79 3 2 4.78 2 6.97V17.03C2 19.22 3.79 21 6 21H18C20.21 21 22 19.22 22 17.03V6.97C22 4.78 20.21 3 18 3Z\" fill=\"\"/>\n<path d=\"M19 8.75H14C13.59 8.75 13.25 8.41 13.25 8C13.25 7.59 13.59 7.25 14 7.25H19C19.41 7.25 19.75 7.59 19.75 8C19.75 8.41 19.41 8.75 19 8.75Z\" fill=\"\"/>\n<path d=\"M19 12.75H15C14.59 12.75 14.25 12.41 14.25 12C14.25 11.59 14.59 11.25 15 11.25H19C19.41 11.25 19.75 11.59 19.75 12C19.75 12.41 19.41 12.75 19 12.75Z\" fill=\"\"/>\n<path d=\"M19 16.75H17C16.59 16.75 16.25 16.41 16.25 16C16.25 15.59 16.59 15.25 17 15.25H19C19.41 15.25 19.75 15.59 19.75 16C19.75 16.41 19.41 16.75 19 16.75Z\" fill=\"\"/>\n<path d=\"M8.49945 11.7899C9.77523 11.7899 10.8095 10.7557 10.8095 9.47992C10.8095 8.20414 9.77523 7.16992 8.49945 7.16992C7.22368 7.16992 6.18945 8.20414 6.18945 9.47992C6.18945 10.7557 7.22368 11.7899 8.49945 11.7899Z\" fill=\"\"/>\n<path d=\"M9.29954 13.1098C8.76954 13.0598 8.21954 13.0598 7.68954 13.1098C6.00954 13.2698 4.65954 14.5998 4.49954 16.2798C4.48954 16.4198 4.52954 16.5598 4.62954 16.6598C4.72954 16.7598 4.85954 16.8298 4.99954 16.8298H11.9995C12.1395 16.8298 12.2795 16.7698 12.3695 16.6698C12.4595 16.5698 12.5095 16.4298 12.4995 16.2898C12.3295 14.5998 10.9895 13.2698 9.29954 13.1098Z\" fill=\"\"/>\n</svg>\n</li><li title=\"pet \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M19.0803 15.7201C18.4903 12.1901 15.1003 9.32007 11.5203 9.32007C7.63028 9.32007 4.21028 12.4701 3.88028 16.3501C3.75028 17.8501 4.23028 19.2701 5.22028 20.3401C6.20028 21.4101 7.58028 22.0001 9.08028 22.0001H13.7603C15.4503 22.0001 16.9303 21.3401 17.9403 20.1501C18.9503 18.9601 19.3503 17.3801 19.0803 15.7201Z\" fill=\"\"/>\n<path d=\"M10.2796 7.86C11.8978 7.86 13.2096 6.54819 13.2096 4.93C13.2096 3.31181 11.8978 2 10.2796 2C8.66141 2 7.34961 3.31181 7.34961 4.93C7.34961 6.54819 8.66141 7.86 10.2796 7.86Z\" fill=\"\"/>\n<path d=\"M16.94 9.0299C18.2876 9.0299 19.38 7.93748 19.38 6.5899C19.38 5.24233 18.2876 4.1499 16.94 4.1499C15.5924 4.1499 14.5 5.24233 14.5 6.5899C14.5 7.93748 15.5924 9.0299 16.94 9.0299Z\" fill=\"\"/>\n<path d=\"M20.5496 12.93C21.6266 12.93 22.4996 12.057 22.4996 10.98C22.4996 9.90307 21.6266 9.03003 20.5496 9.03003C19.4727 9.03003 18.5996 9.90307 18.5996 10.98C18.5996 12.057 19.4727 12.93 20.5496 12.93Z\" fill=\"\"/>\n<path d=\"M3.94 10.9801C5.28757 10.9801 6.38 9.88767 6.38 8.5401C6.38 7.19252 5.28757 6.1001 3.94 6.1001C2.59243 6.1001 1.5 7.19252 1.5 8.5401C1.5 9.88767 2.59243 10.9801 3.94 10.9801Z\" fill=\"\"/>\n</svg>\n</li><li title=\"pharagraphspacing \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M21 22.75H3C2.59 22.75 2.25 22.41 2.25 22C2.25 21.59 2.59 21.25 3 21.25H21C21.41 21.25 21.75 21.59 21.75 22C21.75 22.41 21.41 22.75 21 22.75Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M21 2.75H3C2.59 2.75 2.25 2.41 2.25 2C2.25 1.59 2.59 1.25 3 1.25H21C21.41 1.25 21.75 1.59 21.75 2C21.75 2.41 21.41 2.75 21 2.75Z\" fill=\"\"/>\n<path d=\"M14.2994 15.3599L12.7494 16.9099V6.6999L14.2994 8.2499C14.4494 8.3999 14.6394 8.4699 14.8294 8.4699C15.0194 8.4699 15.2094 8.3999 15.3594 8.2499C15.6494 7.9599 15.6494 7.4799 15.3594 7.1899L12.5294 4.3599C12.2494 4.0799 11.7494 4.0799 11.4694 4.3599L8.63938 7.1899C8.34938 7.4799 8.34938 7.9599 8.63938 8.2499C8.92937 8.5399 9.40937 8.5399 9.69937 8.2499L11.2494 6.6999V16.9099L9.69937 15.3599C9.40937 15.0699 8.92937 15.0699 8.63938 15.3599C8.34938 15.6499 8.34938 16.1299 8.63938 16.4199L11.4694 19.2499C11.6094 19.3899 11.7994 19.4699 11.9994 19.4699C12.1994 19.4699 12.3894 19.3899 12.5294 19.2499L15.3594 16.4199C15.6494 16.1299 15.6494 15.6499 15.3594 15.3599C15.0694 15.0699 14.5894 15.0699 14.2994 15.3599Z\" fill=\"\"/>\n</svg>\n</li><li title=\"picture frame \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.1898 2H7.81976C4.17976 2 2.00977 4.17 2.00977 7.81V16.18C2.00977 19.82 4.17976 21.99 7.81976 21.99H16.1898C19.8298 21.99 21.9998 19.82 21.9998 16.18V7.81C21.9998 4.17 19.8298 2 16.1898 2Z\" fill=\"\"/>\n<path d=\"M14.78 22H13.18L10.99 13.16L2.21002 15.72L2 15.79V14.22L10.63 11.7L8.21997 2H9.78003L14.78 22Z\" fill=\"\"/>\n</svg>\n</li><li title=\"play add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M22 12C22 13.31 21.75 14.57 21.28 15.72C20.63 15.27 19.84 15 19 15C18.06 15 17.19 15.33 16.5 15.88C15.58 16.61 15 17.74 15 19C15 19.75 15.21 20.46 15.58 21.06C15.62 21.13 15.67 21.2 15.73 21.27C14.58 21.74 13.32 22 12 22C6.48 22 2 17.52 2 12C2 6.48 6.48 2 12 2C17.52 2 22 6.48 22 12Z\" fill=\"\"/>\n<path d=\"M9.38086 12.0001V10.6101C9.38086 8.89008 10.6009 8.18007 12.0909 9.04007L13.2909 9.73007L14.4908 10.4201C15.9808 11.2801 15.9808 12.6901 14.4908 13.5501L13.2909 14.2401L12.0909 14.9301C10.6009 15.7901 9.38086 15.0901 9.38086 13.3601V12.0001Z\" fill=\"\"/>\n<path d=\"M19 15C18.06 15 17.19 15.33 16.5 15.88C15.58 16.61 15 17.74 15 19C15 19.75 15.21 20.46 15.58 21.06C16.27 22.22 17.54 23 19 23C20.01 23 20.93 22.63 21.63 22C21.94 21.74 22.21 21.42 22.42 21.06C22.79 20.46 23 19.75 23 19C23 16.79 21.21 15 19 15ZM20.5 19.73H19.75V20.51C19.75 20.92 19.41 21.26 19 21.26C18.59 21.26 18.25 20.92 18.25 20.51V19.73H17.5C17.09 19.73 16.75 19.39 16.75 18.98C16.75 18.57 17.09 18.23 17.5 18.23H18.25V17.52C18.25 17.11 18.59 16.77 19 16.77C19.41 16.77 19.75 17.11 19.75 17.52V18.23H20.5C20.91 18.23 21.25 18.57 21.25 18.98C21.25 19.39 20.91 19.73 20.5 19.73Z\" fill=\"\"/>\n</svg>\n</li><li title=\"play circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M11.9707 22C17.4936 22 21.9707 17.5228 21.9707 12C21.9707 6.47715 17.4936 2 11.9707 2C6.44786 2 1.9707 6.47715 1.9707 12C1.9707 17.5228 6.44786 22 11.9707 22Z\" fill=\"\"/>\n<path d=\"M14.9694 10.2301L12.0694 8.56012C11.3494 8.14012 10.4794 8.14012 9.75938 8.56012C9.03938 8.98012 8.60938 9.72012 8.60938 10.5601V13.9101C8.60938 14.7401 9.03938 15.4901 9.75938 15.9101C10.1194 16.1201 10.5194 16.2201 10.9094 16.2201C11.3094 16.2201 11.6994 16.1201 12.0594 15.9101L14.9594 14.2401C15.6794 13.8201 16.1094 13.0801 16.1094 12.2401C16.1294 11.4001 15.6994 10.6501 14.9694 10.2301Z\" fill=\"\"/>\n</svg>\n</li><li title=\"play cricle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M19.0698 19.8201C18.8798 19.8201 18.6898 19.7501 18.5398 19.6001C18.2498 19.3101 18.2498 18.8301 18.5398 18.5401C22.1498 14.9301 22.1498 9.06011 18.5398 5.46011C18.2498 5.17011 18.2498 4.69012 18.5398 4.40012C18.8298 4.11012 19.3098 4.11012 19.5998 4.40012C23.7898 8.59012 23.7898 15.4101 19.5998 19.6001C19.4498 19.7501 19.2598 19.8201 19.0698 19.8201Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M4.93031 19.8201C4.74031 19.8201 4.55031 19.7501 4.40031 19.6001C0.210312 15.4101 0.210312 8.59012 4.40031 4.40012C4.69031 4.11012 5.17031 4.11012 5.46031 4.40012C5.75031 4.69012 5.75031 5.17011 5.46031 5.46011C1.85031 9.07011 1.85031 14.9401 5.46031 18.5401C5.75031 18.8301 5.75031 19.3101 5.46031 19.6001C5.31031 19.7501 5.12031 19.8201 4.93031 19.8201Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M12.0007 22.71C10.7507 22.7 9.56076 22.4999 8.45076 22.1099C8.06076 21.9699 7.85073 21.54 7.99073 21.15C8.13073 20.76 8.55076 20.55 8.95076 20.69C9.91075 21.02 10.9308 21.2 12.0108 21.2C13.0808 21.2 14.1107 21.02 15.0607 20.69C15.4507 20.56 15.8807 20.76 16.0207 21.15C16.1607 21.54 15.9507 21.9699 15.5607 22.1099C14.4407 22.4999 13.2507 22.71 12.0007 22.71Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M15.3009 3.34009C15.2209 3.34009 15.1309 3.33005 15.0509 3.30005C14.0909 2.97005 13.061 2.79004 11.991 2.79004C10.9209 2.79004 9.90096 2.97005 8.94096 3.30005C8.55096 3.43005 8.12097 3.23009 7.98097 2.84009C7.84097 2.45009 8.05096 2.02007 8.44096 1.88007C9.55096 1.49007 10.751 1.29004 11.991 1.29004C13.231 1.29004 14.431 1.49007 15.541 1.88007C15.931 2.02007 16.141 2.45009 16.001 2.84009C15.901 3.15009 15.6109 3.34009 15.3009 3.34009Z\" fill=\"\"/>\n<path d=\"M8.74023 12.0001V10.3302C8.74023 8.25016 10.2103 7.40014 12.0103 8.44014L13.4602 9.28017L14.9102 10.1201C16.7102 11.1601 16.7102 12.8602 14.9102 13.9002L13.4602 14.7401L12.0103 15.5802C10.2103 16.6202 8.74023 15.7701 8.74023 13.6901V12.0001Z\" fill=\"\"/>\n</svg>\n</li><li title=\"play remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.28 15.72C20.63 15.27 19.84 15 19 15C18.06 15 17.19 15.33 16.5 15.88C15.58 16.61 15 17.74 15 19C15 19.75 15.21 20.46 15.58 21.06C15.62 21.13 15.67 21.2 15.73 21.27C16.43 22.31 17.63 23 19 23C20.01 23 20.93 22.63 21.63 22C21.94 21.74 22.21 21.42 22.42 21.06C22.79 20.46 23 19.75 23 19C23 17.64 22.32 16.44 21.28 15.72ZM20.6 20.58C20.45 20.73 20.26 20.8 20.07 20.8C19.88 20.8 19.69 20.73 19.54 20.58L19.01 20.05L18.46 20.6C18.31 20.75 18.12 20.82 17.93 20.82C17.74 20.82 17.55 20.75 17.4 20.6C17.11 20.31 17.11 19.83 17.4 19.54L17.95 18.99L17.42 18.46C17.13 18.17 17.13 17.69 17.42 17.4C17.71 17.11 18.19 17.11 18.48 17.4L19.01 17.93L19.51 17.43C19.8 17.14 20.28 17.14 20.57 17.43C20.86 17.72 20.86 18.2 20.57 18.49L20.07 18.99L20.6 19.52C20.89 19.81 20.89 20.28 20.6 20.58Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M22 12C22 13.31 21.75 14.57 21.28 15.72C20.63 15.27 19.84 15 19 15C18.06 15 17.19 15.33 16.5 15.88C15.58 16.61 15 17.74 15 19C15 19.75 15.21 20.46 15.58 21.06C15.62 21.13 15.67 21.2 15.73 21.27C14.58 21.74 13.32 22 12 22C6.48 22 2 17.52 2 12C2 6.48 6.48 2 12 2C17.52 2 22 6.48 22 12Z\" fill=\"\"/>\n<path d=\"M9.38086 12.0001V10.6101C9.38086 8.89008 10.6009 8.18007 12.0909 9.04007L13.2909 9.73007L14.4908 10.4201C15.9808 11.2801 15.9808 12.6901 14.4908 13.5501L13.2909 14.2401L12.0909 14.9301C10.6009 15.7901 9.38086 15.0901 9.38086 13.3601V12.0001Z\" fill=\"\"/>\n</svg>\n</li><li title=\"play \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.7 8.97989L4.14 17.7099C4.05 17.3799 4 17.0299 4 16.6699V7.32989C4 4.24989 7.33 2.32989 10 3.86989L14.04 6.19989L18.09 8.53989C18.31 8.66989 18.52 8.80989 18.7 8.97989Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M18.0907 15.4598L14.0407 17.7998L10.0007 20.1298C8.0907 21.2298 5.8407 20.5698 4.7207 18.9598L5.1407 18.7098L19.5807 10.0498C20.5807 11.8498 20.0907 14.3098 18.0907 15.4598Z\" fill=\"\"/>\n</svg>\n</li><li title=\"presention chart \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M21 2V14.1C21 16 20 17 18.1 17H5.89999C3.99999 17 3 16 3 14.1V2H21Z\" fill=\"\"/>\n<path d=\"M22 2.75H2C1.59 2.75 1.25 2.41 1.25 2C1.25 1.59 1.59 1.25 2 1.25H22C22.41 1.25 22.75 1.59 22.75 2C22.75 2.41 22.41 2.75 22 2.75Z\" fill=\"\"/>\n<path d=\"M16.6703 22.34C16.5403 22.6 16.2703 22.75 16.0003 22.75C15.8903 22.75 15.7703 22.72 15.6703 22.67L12.0003 20.84L8.33025 22.67C8.23025 22.72 8.11027 22.75 8.00027 22.75C7.73027 22.75 7.46025 22.6 7.33025 22.34C7.14025 21.96 7.29028 21.51 7.67028 21.33L11.2503 19.54V17H12.7503V19.54L16.3303 21.33C16.7103 21.51 16.8603 21.96 16.6703 22.34Z\" fill=\"\"/>\n<path d=\"M7.5009 11.7499C7.2909 11.7499 7.07092 11.6599 6.92092 11.4799C6.65092 11.1599 6.70089 10.6899 7.02089 10.4199L10.1709 7.78993C10.4609 7.54993 10.8309 7.44994 11.1809 7.50994C11.5409 7.56994 11.8509 7.78991 12.0409 8.10991L13.0909 9.85991L16.0209 7.41994C16.3409 7.14994 16.8109 7.19992 17.0809 7.51992C17.3509 7.83992 17.3009 8.30991 16.9809 8.57991L13.8309 11.2099C13.5409 11.4499 13.1709 11.5499 12.8209 11.4899C12.4609 11.4299 12.1509 11.2099 11.9609 10.8899L10.9109 9.13994L7.98091 11.5799C7.84091 11.6899 7.6709 11.7499 7.5009 11.7499Z\" fill=\"\"/>\n</svg>\n</li><li title=\"previous \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M20.2409 7.22005V16.7901C20.2409 18.7501 18.111 19.98 16.411 19L12.261 16.61L8.11094 14.21C6.41094 13.23 6.41094 10.78 8.11094 9.80004L12.261 7.40004L16.411 5.01006C18.111 4.03006 20.2409 5.25005 20.2409 7.22005Z\" fill=\"\"/>\n<path d=\"M3.75977 18.9298C3.34977 18.9298 3.00977 18.5898 3.00977 18.1798V5.81982C3.00977 5.40982 3.34977 5.06982 3.75977 5.06982C4.16977 5.06982 4.50977 5.40982 4.50977 5.81982V18.1798C4.50977 18.5898 4.16977 18.9298 3.75977 18.9298Z\" fill=\"\"/>\n</svg>\n</li><li title=\"printer slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M6 7C4 7 3 8 3 10V15C3 17 4 18 6 18L8 16V15H9L17 7H6ZM7 11.75C6.59 11.75 6.25 11.41 6.25 11C6.25 10.59 6.59 10.25 7 10.25H9C9.41 10.25 9.75 10.59 9.75 11C9.75 11.41 9.41 11.75 9 11.75H7Z\" fill=\"\"/>\n<path d=\"M9 15L8 16V15H9Z\" fill=\"\"/>\n<path d=\"M17 5V7H7V5C7 3.34 8.34 2 10 2H14C15.66 2 17 3.34 17 5Z\" fill=\"\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.5303 1.46967C22.8232 1.76256 22.8232 2.23744 22.5303 2.53033L2.53033 22.5303C2.23744 22.8232 1.76256 22.8232 1.46967 22.5303C1.17678 22.2374 1.17678 21.7626 1.46967 21.4697L21.4697 1.46967C21.7626 1.17678 22.2374 1.17678 22.5303 1.46967Z\" fill=\"\"/>\n<path d=\"M9.75 11C9.75 11.41 9.41 11.75 9 11.75H7C6.59 11.75 6.25 11.41 6.25 11C6.25 10.59 6.59 10.25 7 10.25H9C9.41 10.25 9.75 10.59 9.75 11Z\" fill=\"\"/>\n<path d=\"M17.75 15C17.75 15.41 17.41 15.75 17 15.75H11.25L12.75 14.25H17C17.41 14.25 17.75 14.59 17.75 15Z\" fill=\"\"/>\n<path d=\"M16 15V19C16 20.66 14.66 22 13 22H11C9.34 22 8 20.66 8 19L12 15H16Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M21 10.0001V15.0001C21 17.0001 20 18.0001 18 18.0001H16V15.0001H12L19.67 7.33008C20.56 7.78008 21 8.67008 21 10.0001Z\" fill=\"\"/>\n</svg>\n</li><li title=\"printer \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 15V19C16 20.66 14.66 22 13 22H11C9.34 22 8 20.66 8 19V15H16Z\" fill=\"\"/>\n<path d=\"M7 7V5C7 3.34 8.34 2 10 2H14C15.66 2 17 3.34 17 5V7H7Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M18 7H6C4 7 3 8 3 10V15C3 17 4 18 6 18H8V15H16V18H18C20 18 21 17 21 15V10C21 8 20 7 18 7ZM10 11.75H7C6.59 11.75 6.25 11.41 6.25 11C6.25 10.59 6.59 10.25 7 10.25H10C10.41 10.25 10.75 10.59 10.75 11C10.75 11.41 10.41 11.75 10 11.75Z\" fill=\"\"/>\n<path d=\"M10.75 11C10.75 11.41 10.41 11.75 10 11.75H7C6.59 11.75 6.25 11.41 6.25 11C6.25 10.59 6.59 10.25 7 10.25H10C10.41 10.25 10.75 10.59 10.75 11Z\" fill=\"\"/>\n<path d=\"M17 15.75H7C6.59 15.75 6.25 15.41 6.25 15C6.25 14.59 6.59 14.25 7 14.25H17C17.41 14.25 17.75 14.59 17.75 15C17.75 15.41 17.41 15.75 17 15.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"profile 2user \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M9 2C6.38 2 4.25 4.13 4.25 6.75C4.25 9.32 6.26 11.4 8.88 11.49C8.96 11.48 9.04 11.48 9.1 11.49C9.12 11.49 9.13 11.49 9.15 11.49C9.16 11.49 9.16 11.49 9.17 11.49C11.73 11.4 13.74 9.32 13.75 6.75C13.75 4.13 11.62 2 9 2Z\" fill=\"\"/>\n<path d=\"M14.0809 14.1499C11.2909 12.2899 6.74094 12.2899 3.93094 14.1499C2.66094 14.9999 1.96094 16.1499 1.96094 17.3799C1.96094 18.6099 2.66094 19.7499 3.92094 20.5899C5.32094 21.5299 7.16094 21.9999 9.00094 21.9999C10.8409 21.9999 12.6809 21.5299 14.0809 20.5899C15.3409 19.7399 16.0409 18.5999 16.0409 17.3599C16.0309 16.1299 15.3409 14.9899 14.0809 14.1499Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M19.9894 7.3401C20.1494 9.2801 18.7694 10.9801 16.8594 11.2101C16.8494 11.2101 16.8494 11.2101 16.8394 11.2101H16.8094C16.7494 11.2101 16.6894 11.2101 16.6394 11.2301C15.6694 11.2801 14.7794 10.9701 14.1094 10.4001C15.1394 9.4801 15.7294 8.1001 15.6094 6.6001C15.5394 5.7901 15.2594 5.0501 14.8394 4.4201C15.2194 4.2301 15.6594 4.1101 16.1094 4.0701C18.0694 3.9001 19.8194 5.3601 19.9894 7.3401Z\" fill=\"\"/>\n<path d=\"M21.9902 16.5899C21.9102 17.5599 21.2902 18.3999 20.2502 18.9699C19.2502 19.5199 17.9902 19.7799 16.7402 19.7499C17.4602 19.0999 17.8802 18.2899 17.9602 17.4299C18.0602 16.1899 17.4702 14.9999 16.2902 14.0499C15.6202 13.5199 14.8402 13.0999 13.9902 12.7899C16.2002 12.1499 18.9802 12.5799 20.6902 13.9599C21.6102 14.6999 22.0802 15.6299 21.9902 16.5899Z\" fill=\"\"/>\n</svg>\n</li><li title=\"profile add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 2C9.38 2 7.25 4.13 7.25 6.75C7.25 9.32 9.26 11.4 11.88 11.49C11.96 11.48 12.04 11.48 12.1 11.49C12.12 11.49 12.13 11.49 12.15 11.49C12.16 11.49 12.16 11.49 12.17 11.49C14.73 11.4 16.74 9.32 16.75 6.75C16.75 4.13 14.62 2 12 2Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M17.0809 14.1499C14.2909 12.2899 9.74094 12.2899 6.93094 14.1499C5.66094 14.9999 4.96094 16.1499 4.96094 17.3799C4.96094 18.6099 5.66094 19.7499 6.92094 20.5899C8.32094 21.5299 10.1609 21.9999 12.0009 21.9999C13.8409 21.9999 15.6809 21.5299 17.0809 20.5899C18.3409 19.7399 19.0409 18.5999 19.0409 17.3599C19.0309 16.1299 18.3409 14.9899 17.0809 14.1499Z\" fill=\"\"/>\n<path d=\"M14 16.6299H12.75V15.3799C12.75 14.9699 12.41 14.6299 12 14.6299C11.59 14.6299 11.25 14.9699 11.25 15.3799V16.6299H10C9.59 16.6299 9.25 16.9699 9.25 17.3799C9.25 17.7899 9.59 18.1299 10 18.1299H11.25V19.3799C11.25 19.7899 11.59 20.1299 12 20.1299C12.41 20.1299 12.75 19.7899 12.75 19.3799V18.1299H14C14.41 18.1299 14.75 17.7899 14.75 17.3799C14.75 16.9699 14.41 16.6299 14 16.6299Z\" fill=\"\"/>\n</svg>\n</li><li title=\"profile circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12 22.01C17.5228 22.01 22 17.5329 22 12.01C22 6.48716 17.5228 2.01001 12 2.01001C6.47715 2.01001 2 6.48716 2 12.01C2 17.5329 6.47715 22.01 12 22.01Z\" fill=\"\"/>\n<path d=\"M12 6.93994C9.93 6.93994 8.25 8.61994 8.25 10.6899C8.25 12.7199 9.84 14.3699 11.95 14.4299C11.98 14.4299 12.02 14.4299 12.04 14.4299C12.06 14.4299 12.09 14.4299 12.11 14.4299C12.12 14.4299 12.13 14.4299 12.13 14.4299C14.15 14.3599 15.74 12.7199 15.75 10.6899C15.75 8.61994 14.07 6.93994 12 6.93994Z\" fill=\"\"/>\n<path d=\"M18.7807 19.36C17.0007 21 14.6207 22.01 12.0007 22.01C9.3807 22.01 7.0007 21 5.2207 19.36C5.4607 18.45 6.1107 17.62 7.0607 16.98C9.7907 15.16 14.2307 15.16 16.9407 16.98C17.9007 17.62 18.5407 18.45 18.7807 19.36Z\" fill=\"\"/>\n</svg>\n</li><li title=\"profile delete \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 2C9.38 2 7.25 4.13 7.25 6.75C7.25 9.32 9.26 11.4 11.88 11.49C11.96 11.48 12.04 11.48 12.1 11.49C12.12 11.49 12.13 11.49 12.15 11.49C12.16 11.49 12.16 11.49 12.17 11.49C14.73 11.4 16.74 9.32 16.75 6.75C16.75 4.13 14.62 2 12 2Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M17.0809 14.1499C14.2909 12.2899 9.74094 12.2899 6.93094 14.1499C5.66094 14.9999 4.96094 16.1499 4.96094 17.3799C4.96094 18.6099 5.66094 19.7499 6.92094 20.5899C8.32094 21.5299 10.1609 21.9999 12.0009 21.9999C13.8409 21.9999 15.6809 21.5299 17.0809 20.5899C18.3409 19.7399 19.0409 18.5999 19.0409 17.3599C19.0309 16.1299 18.3409 14.9899 17.0809 14.1499Z\" fill=\"\"/>\n<path d=\"M13.0593 17.3799L13.9393 16.4999C14.2293 16.2099 14.2293 15.7299 13.9393 15.4399C13.6493 15.1499 13.1693 15.1499 12.8793 15.4399L11.9993 16.3199L11.1193 15.4399C10.8293 15.1499 10.3493 15.1499 10.0593 15.4399C9.7693 15.7299 9.7693 16.2099 10.0593 16.4999L10.9393 17.3799L10.0593 18.2599C9.7693 18.5499 9.7693 19.0299 10.0593 19.3199C10.2093 19.4699 10.3993 19.5399 10.5893 19.5399C10.7793 19.5399 10.9693 19.4699 11.1193 19.3199L11.9993 18.4399L12.8793 19.3199C13.0293 19.4699 13.2193 19.5399 13.4093 19.5399C13.5993 19.5399 13.7893 19.4699 13.9393 19.3199C14.2293 19.0299 14.2293 18.5499 13.9393 18.2599L13.0593 17.3799Z\" fill=\"\"/>\n</svg>\n</li><li title=\"profile remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 2C9.38 2 7.25 4.13 7.25 6.75C7.25 9.32 9.26 11.4 11.88 11.49C11.96 11.48 12.04 11.48 12.1 11.49C12.12 11.49 12.13 11.49 12.15 11.49C12.16 11.49 12.16 11.49 12.17 11.49C14.73 11.4 16.74 9.32 16.75 6.75C16.75 4.13 14.62 2 12 2Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M17.0809 14.1599C14.2909 12.2999 9.74094 12.2999 6.93094 14.1599C5.66094 14.9999 4.96094 16.1499 4.96094 17.3799C4.96094 18.6099 5.66094 19.7499 6.92094 20.5899C8.32094 21.5299 10.1609 21.9999 12.0009 21.9999C13.8409 21.9999 15.6809 21.5299 17.0809 20.5899C18.3409 19.7399 19.0409 18.5999 19.0409 17.3599C19.0309 16.1399 18.3409 14.9899 17.0809 14.1599Z\" fill=\"\"/>\n<path d=\"M13.8302 18.0699H10.1802C9.80023 18.0699 9.49023 17.7599 9.49023 17.3799C9.49023 16.9999 9.80023 16.6899 10.1802 16.6899H13.8302C14.2102 16.6899 14.5202 16.9999 14.5202 17.3799C14.5102 17.7599 14.2102 18.0699 13.8302 18.0699Z\" fill=\"\"/>\n</svg>\n</li><li title=\"profile tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 2C9.38 2 7.25 4.13 7.25 6.75C7.25 9.32 9.26 11.4 11.88 11.49C11.96 11.48 12.04 11.48 12.1 11.49C12.12 11.49 12.13 11.49 12.15 11.49C12.16 11.49 12.16 11.49 12.17 11.49C14.73 11.4 16.74 9.32 16.75 6.75C16.75 4.13 14.62 2 12 2Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M17.0809 14.1599C14.2909 12.2999 9.74094 12.2999 6.93094 14.1599C5.66094 14.9999 4.96094 16.1499 4.96094 17.3799C4.96094 18.6099 5.66094 19.7499 6.92094 20.5899C8.32094 21.5299 10.1609 21.9999 12.0009 21.9999C13.8409 21.9999 15.6809 21.5299 17.0809 20.5899C18.3409 19.7399 19.0409 18.5999 19.0409 17.3599C19.0309 16.1399 18.3409 14.9899 17.0809 14.1599Z\" fill=\"\"/>\n<path d=\"M11.3702 19.26C11.2102 19.26 11.0502 19.19 10.9302 19.08L9.67023 17.82C9.43023 17.58 9.43023 17.18 9.67023 16.94C9.91023 16.7 10.3102 16.7 10.5502 16.94L11.3702 17.76L13.4502 15.68C13.6902 15.44 14.0902 15.44 14.3302 15.68C14.5702 15.92 14.5702 16.32 14.3302 16.56L11.8102 19.08C11.6902 19.2 11.5302 19.26 11.3702 19.26Z\" fill=\"\"/>\n</svg>\n</li><li title=\"profile \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12 2C9.38 2 7.25 4.13 7.25 6.75C7.25 9.32 9.26 11.4 11.88 11.49C11.96 11.48 12.04 11.48 12.1 11.49C12.12 11.49 12.13 11.49 12.15 11.49C12.16 11.49 12.16 11.49 12.17 11.49C14.73 11.4 16.74 9.32 16.75 6.75C16.75 4.13 14.62 2 12 2Z\" fill=\"\"/>\n<path d=\"M17.0809 14.1499C14.2909 12.2899 9.74094 12.2899 6.93094 14.1499C5.66094 14.9999 4.96094 16.1499 4.96094 17.3799C4.96094 18.6099 5.66094 19.7499 6.92094 20.5899C8.32094 21.5299 10.1609 21.9999 12.0009 21.9999C13.8409 21.9999 15.6809 21.5299 17.0809 20.5899C18.3409 19.7399 19.0409 18.5999 19.0409 17.3599C19.0309 16.1299 18.3409 14.9899 17.0809 14.1499Z\" fill=\"\"/>\n</svg>\n</li><li title=\"programming arrow \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M5.75 16.1098V7.89977C7.04 7.56977 8 6.39977 8 5.00977C8 3.34977 6.66 2.00977 5 2.00977C3.34 2.00977 2 3.34977 2 5.00977C2 6.40977 2.96 7.56977 4.25 7.89977V16.1098C2.96 16.4398 2 17.6098 2 18.9998C2 20.6598 3.34 21.9998 5 21.9998C6.66 21.9998 8 20.6598 8 18.9998C8 17.5998 7.04 16.4398 5.75 16.1098Z\" fill=\"\"/>\n<path d=\"M19.75 16.1102V6.50017C19.75 4.98018 18.52 3.75017 17 3.75017H14.07L15.48 2.58018C15.8 2.31018 15.84 1.84018 15.58 1.52018C15.31 1.20018 14.84 1.16017 14.52 1.42017L11.52 3.92017C11.35 4.06017 11.25 4.27017 11.25 4.50017C11.25 4.73017 11.35 4.93018 11.52 5.08018L14.52 7.58018C14.66 7.70018 14.83 7.75017 15 7.75017C15.21 7.75017 15.43 7.66017 15.58 7.48017C15.85 7.16017 15.8 6.69017 15.48 6.42017L14.07 5.25017H17C17.69 5.25017 18.25 5.81017 18.25 6.50017V16.1102C16.96 16.4402 16 17.6102 16 19.0002C16 20.6602 17.34 22.0002 19 22.0002C20.66 22.0002 22 20.6602 22 19.0002C22 17.6002 21.04 16.4402 19.75 16.1102Z\" fill=\"\"/>\n</svg>\n</li><li title=\"programming arrows \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M17 3.75018H13.07L14.48 2.58019C14.8 2.31019 14.84 1.8402 14.58 1.5202C14.31 1.2002 13.84 1.16016 13.52 1.42016L10.52 3.92016C10.35 4.06016 10.25 4.27018 10.25 4.50018C10.25 4.73018 10.35 4.93019 10.52 5.08019L13.52 7.58019C13.66 7.70019 13.83 7.75018 14 7.75018C14.21 7.75018 14.43 7.66016 14.58 7.48016C14.85 7.16016 14.8 6.69016 14.48 6.42016L13.07 5.25018H17C17.69 5.25018 18.25 5.81018 18.25 6.50018V16.0002C18.25 16.4102 18.59 16.7502 19 16.7502C19.41 16.7502 19.75 16.4102 19.75 16.0002V6.50018C19.75 4.98018 18.52 3.75018 17 3.75018Z\" fill=\"\"/>\n<path d=\"M19 22C20.6569 22 22 20.6569 22 19C22 17.3431 20.6569 16 19 16C17.3431 16 16 17.3431 16 19C16 20.6569 17.3431 22 19 22Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M13.48 18.92L10.48 16.42C10.16 16.15 9.69001 16.2 9.42001 16.52C9.15001 16.84 9.19999 17.31 9.51999 17.58L10.93 18.75H7C6.31 18.75 5.75 18.19 5.75 17.5V8C5.75 7.59 5.41 7.25 5 7.25C4.59 7.25 4.25 7.59 4.25 8V17.5C4.25 19.02 5.48 20.25 7 20.25H10.93L9.51999 21.42C9.19999 21.69 9.16001 22.16 9.42001 22.48C9.57001 22.66 9.78 22.75 10 22.75C10.17 22.75 10.34 22.69 10.48 22.58L13.48 20.08C13.65 19.94 13.75 19.73 13.75 19.5C13.75 19.27 13.65 19.07 13.48 18.92Z\" fill=\"\"/>\n<path d=\"M5 8C6.65685 8 8 6.65685 8 5C8 3.34315 6.65685 2 5 2C3.34315 2 2 3.34315 2 5C2 6.65685 3.34315 8 5 8Z\" fill=\"\"/>\n</svg>\n</li><li title=\"quote down circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" fill=\"\"/>\n<path d=\"M8.19 16.78H9.67999C10.77 16.78 11.62 15.93 11.62 14.84V13.35C11.62 12.26 10.77 11.41 9.67999 11.41H7.77C7.85 9.59997 8.27 9.33 9.48 8.62C9.84 8.41 9.95001 7.95003 9.74001 7.59003C9.60001 7.35003 9.35 7.21997 9.09 7.21997C8.96 7.21997 8.83001 7.25001 8.71001 7.32001C6.92001 8.38001 6.25 9.07002 6.25 12.15V14.82C6.25 15.91 7.12 16.78 8.19 16.78Z\" fill=\"\"/>\n<path d=\"M14.3209 16.78H15.8109C16.9009 16.78 17.7509 15.93 17.7509 14.84V13.35C17.7509 12.26 16.9009 11.41 15.8109 11.41H13.9008C13.9808 9.59997 14.4009 9.33 15.6109 8.62C15.9709 8.41 16.0808 7.95003 15.8708 7.59003C15.7308 7.35003 15.4809 7.21997 15.2209 7.21997C15.0909 7.21997 14.9609 7.25001 14.8409 7.32001C13.0509 8.38001 12.3809 9.07002 12.3809 12.15V14.82C12.3909 15.91 13.2609 16.78 14.3209 16.78Z\" fill=\"\"/>\n</svg>\n</li><li title=\"quote down square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.1898 2H7.81976C4.17976 2 2.00977 4.17 2.00977 7.81V16.18C2.00977 19.82 4.17976 21.99 7.81976 21.99H16.1898C19.8298 21.99 21.9998 19.82 21.9998 16.18V7.81C21.9998 4.17 19.8298 2 16.1898 2Z\" fill=\"\"/>\n<path d=\"M8.19 16.78H9.68C10.77 16.78 11.62 15.93 11.62 14.84V13.35C11.62 12.26 10.77 11.41 9.68 11.41H7.77C7.85 9.59997 8.27 9.33 9.48 8.62C9.84 8.41 9.95 7.95003 9.74 7.59003C9.6 7.35003 9.35 7.21997 9.09 7.21997C8.96 7.21997 8.83 7.25001 8.71 7.32001C6.92 8.38001 6.25 9.07002 6.25 12.15V14.82C6.25 15.91 7.12 16.78 8.19 16.78Z\" fill=\"\"/>\n<path d=\"M14.3209 16.78H15.8109C16.9009 16.78 17.7509 15.93 17.7509 14.84V13.35C17.7509 12.26 16.9009 11.41 15.8109 11.41H13.9009C13.9809 9.59997 14.4009 9.33 15.6109 8.62C15.9709 8.41 16.0809 7.95003 15.8709 7.59003C15.7309 7.35003 15.4809 7.21997 15.2209 7.21997C15.0909 7.21997 14.9609 7.25001 14.8409 7.32001C13.0509 8.38001 12.3809 9.07002 12.3809 12.15V14.82C12.3909 15.91 13.2609 16.78 14.3209 16.78Z\" fill=\"\"/>\n</svg>\n</li><li title=\"quote down \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.9101 12.3699H20.6001C20.5201 17.0399 19.6001 17.8099 16.7301 19.5099C16.4001 19.7099 16.2901 20.1299 16.4901 20.4699C16.6901 20.7999 17.1101 20.91 17.4501 20.71C20.8301 18.71 22.0101 17.4899 22.0101 11.6699V6.27997C22.0101 4.56997 20.6201 3.18994 18.9201 3.18994H15.9201C14.1601 3.18994 12.8301 4.51997 12.8301 6.27997V9.27997C12.8201 11.04 14.1501 12.3699 15.9101 12.3699Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M5.08982 12.3699H9.77982C9.69982 17.0399 8.77982 17.8099 5.90982 19.5099C5.57982 19.7099 5.46982 20.1299 5.66982 20.4699C5.86982 20.7999 6.28982 20.91 6.62982 20.71C10.0098 18.71 11.1898 17.4899 11.1898 11.6699V6.27997C11.1898 4.56997 9.79982 3.18994 8.09982 3.18994H5.09982C3.33982 3.18994 2.00982 4.51997 2.00982 6.27997V9.27997C1.99982 11.04 3.32982 12.3699 5.08982 12.3699Z\" fill=\"\"/>\n</svg>\n</li><li title=\"quote up circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" fill=\"\"/>\n<path d=\"M15.8109 7.21997H14.3209C13.2309 7.21997 12.3809 8.06997 12.3809 9.15997V10.65C12.3809 11.74 13.2309 12.59 14.3209 12.59H16.2309C16.1509 14.4 15.7309 14.67 14.5209 15.38C14.1609 15.59 14.0508 16.05 14.2608 16.41C14.4008 16.65 14.6509 16.78 14.9109 16.78C15.0409 16.78 15.1708 16.75 15.2908 16.68C17.0808 15.62 17.7509 14.93 17.7509 11.85V9.17999C17.7509 8.08999 16.8809 7.21997 15.8109 7.21997Z\" fill=\"\"/>\n<path d=\"M9.67999 7.21997H8.19C7.1 7.21997 6.25 8.06997 6.25 9.15997V10.65C6.25 11.74 7.1 12.59 8.19 12.59H10.1C10.02 14.4 9.6 14.67 8.39 15.38C8.03 15.59 7.92 16.05 8.13 16.41C8.27 16.65 8.52 16.78 8.78 16.78C8.91 16.78 9.04 16.75 9.16 16.68C10.95 15.62 11.62 14.93 11.62 11.85V9.17999C11.61 8.08999 10.74 7.21997 9.67999 7.21997Z\" fill=\"\"/>\n</svg>\n</li><li title=\"quote up square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.1898 2H7.81977C4.17977 2 2.00977 4.17 2.00977 7.81V16.18C2.00977 19.82 4.17977 21.99 7.81977 21.99H16.1898C19.8298 21.99 21.9998 19.82 21.9998 16.18V7.81C21.9998 4.17 19.8298 2 16.1898 2Z\" fill=\"\"/>\n<path d=\"M15.8109 7.21997H14.3209C13.2309 7.21997 12.3809 8.06997 12.3809 9.15997V10.65C12.3809 11.74 13.2309 12.59 14.3209 12.59H16.2309C16.1509 14.4 15.7309 14.67 14.5209 15.38C14.1609 15.59 14.0509 16.05 14.2609 16.41C14.4009 16.65 14.6509 16.78 14.9109 16.78C15.0409 16.78 15.1709 16.75 15.2909 16.68C17.0809 15.62 17.7509 14.93 17.7509 11.85V9.17999C17.7509 8.08999 16.8809 7.21997 15.8109 7.21997Z\" fill=\"\"/>\n<path d=\"M9.68 7.21997H8.19C7.1 7.21997 6.25 8.06997 6.25 9.15997V10.65C6.25 11.74 7.1 12.59 8.19 12.59H10.1C10.02 14.4 9.6 14.67 8.39 15.38C8.03 15.59 7.92 16.05 8.13 16.41C8.27 16.65 8.52 16.78 8.78 16.78C8.91 16.78 9.04 16.75 9.16 16.68C10.95 15.62 11.62 14.93 11.62 11.85V9.17999C11.61 8.08999 10.74 7.21997 9.68 7.21997Z\" fill=\"\"/>\n</svg>\n</li><li title=\"quote up \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.09027 11.63H3.40027C3.48027 6.95997 4.40026 6.18996 7.27026 4.48996C7.60026 4.28996 7.71025 3.86996 7.51025 3.52996C7.31025 3.19996 6.89023 3.08997 6.55023 3.28997C3.17023 5.28997 1.99023 6.50995 1.99023 12.33V17.72C1.99023 19.43 3.38026 20.81 5.08026 20.81H8.08026C9.84026 20.81 11.1702 19.48 11.1702 17.72V14.72C11.1802 12.96 9.85027 11.63 8.09027 11.63Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M18.9105 11.63H14.2205C14.3005 6.95997 15.2206 6.18996 18.0906 4.48996C18.4206 4.28996 18.5306 3.86996 18.3306 3.52996C18.1306 3.19996 17.7105 3.08997 17.3705 3.28997C13.9905 5.28997 12.8105 6.50995 12.8105 12.33V17.72C12.8105 19.43 14.2006 20.81 15.9006 20.81H18.9006C20.6606 20.81 21.9905 19.48 21.9905 17.72V14.72C22.0005 12.96 20.6705 11.63 18.9105 11.63Z\" fill=\"\"/>\n</svg>\n</li><li title=\"radar 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" fill=\"\"/>\n<path d=\"M12 19.75C7.73 19.75 4.25 16.27 4.25 12C4.25 10.64 4.61 9.31 5.28 8.14C5.49 7.78 5.94999 7.66 6.29999 7.86L12.37 11.35C12.73 11.56 12.85 12.01 12.65 12.37C12.44 12.73 11.99 12.85 11.63 12.65L6.25 9.56C5.93 10.33 5.76001 11.16 5.76001 12C5.76001 15.45 8.56001 18.25 12.01 18.25C15.46 18.25 18.26 15.45 18.26 12C18.26 8.55 15.46 5.75 12.01 5.75C10.65 5.75 9.35001 6.18 8.26001 7C7.93001 7.25 7.45999 7.18001 7.20999 6.85001C6.95999 6.52001 7.02999 6.05 7.35999 5.8C8.70999 4.79 10.32 4.25 12.01 4.25C16.28 4.25 19.76 7.73 19.76 12C19.76 16.27 16.27 19.75 12 19.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"radar 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" fill=\"\"/>\n<path d=\"M12.0002 4.25C10.3102 4.25 8.70025 4.79 7.35025 5.8C7.02025 6.05 6.95026 6.52001 7.20026 6.85001C7.45026 7.18001 7.92024 7.25 8.25024 7C9.34024 6.18 10.6302 5.75 12.0002 5.75C15.4502 5.75 18.2502 8.55 18.2502 12C18.2502 15.45 15.4502 18.25 12.0002 18.25C8.55024 18.25 5.75024 15.45 5.75024 12C5.75024 11.16 5.92023 10.33 6.24023 9.56L7.38025 10.21C7.16025 10.78 7.04025 11.38 7.04025 12C7.04025 14.73 9.26023 16.95 11.9902 16.95C14.7202 16.95 16.9402 14.73 16.9402 12C16.9402 9.27 14.7202 7.05 11.9902 7.05C11.2502 7.05 10.5402 7.21 9.88025 7.52C9.51025 7.7 9.34023 8.14 9.52023 8.52C9.70023 8.89 10.1402 9.05 10.5202 8.88C10.9802 8.66001 11.4702 8.55 11.9902 8.55C13.8902 8.55 15.4402 10.1 15.4402 12C15.4402 13.9 13.8902 15.45 11.9902 15.45C10.0902 15.45 8.54025 13.9 8.54025 12C8.54025 11.65 8.61024 11.31 8.71024 10.98L11.6202 12.65C11.9802 12.86 12.4403 12.73 12.6403 12.37C12.8503 12.01 12.7202 11.55 12.3602 11.35L6.29025 7.86C5.93025 7.65 5.47023 7.78 5.27023 8.14C4.60023 9.31 4.24023 10.64 4.24023 12C4.24023 16.27 7.72023 19.75 11.9902 19.75C16.2602 19.75 19.7402 16.27 19.7402 12C19.7402 7.73 16.2702 4.25 12.0002 4.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"radar \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9991 14.3801C13.3136 14.3801 14.3792 13.3146 14.3792 12.0001C14.3792 10.6857 13.3136 9.62012 11.9991 9.62012C10.6847 9.62012 9.61914 10.6857 9.61914 12.0001C9.61914 13.3146 10.6847 14.3801 11.9991 14.3801Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M20.0003 18.75C19.8403 18.75 19.6903 18.7 19.5503 18.6C19.2203 18.35 19.1503 17.88 19.4003 17.55C20.6103 15.94 21.2503 14.02 21.2503 12C21.2503 9.98004 20.6103 8.06005 19.4003 6.45005C19.1503 6.12005 19.2203 5.65003 19.5503 5.40003C19.8803 5.15003 20.3503 5.22002 20.6003 5.55002C22.0103 7.42002 22.7503 9.65004 22.7503 12C22.7503 14.35 22.0103 16.58 20.6003 18.45C20.4503 18.65 20.2303 18.75 20.0003 18.75Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M4 18.75C3.77 18.75 3.54999 18.65 3.39999 18.45C1.98999 16.58 1.25 14.35 1.25 12C1.25 9.65004 1.98999 7.42002 3.39999 5.55002C3.64999 5.22002 4.12001 5.15003 4.45001 5.40003C4.78001 5.65003 4.85001 6.12005 4.60001 6.45005C3.39001 8.06005 2.75 9.98004 2.75 12C2.75 14.02 3.39001 15.94 4.60001 17.55C4.85001 17.88 4.78001 18.35 4.45001 18.6C4.32001 18.7 4.16 18.75 4 18.75Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M16.7991 16.3499C16.6391 16.3499 16.4891 16.2999 16.3491 16.1999C16.0191 15.9499 15.9491 15.4799 16.1991 15.1499C16.8891 14.2399 17.2491 13.1499 17.2491 11.9999C17.2491 10.8499 16.8891 9.75994 16.1991 8.84994C15.9491 8.51994 16.0191 8.04992 16.3491 7.79992C16.6791 7.54992 17.1491 7.61995 17.3991 7.94995C18.2791 9.12995 18.7491 10.5299 18.7491 11.9999C18.7491 13.4699 18.2791 14.8799 17.3991 16.0499C17.2491 16.2499 17.0291 16.3499 16.7991 16.3499Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M7.20001 16.3499C6.97001 16.3499 6.75001 16.2499 6.60001 16.0499C5.72001 14.8699 5.25 13.4699 5.25 11.9999C5.25 10.5299 5.72001 9.11995 6.60001 7.94995C6.85001 7.61995 7.31999 7.54992 7.64999 7.79992C7.97999 8.04992 8.04999 8.51994 7.79999 8.84994C7.10999 9.75994 6.75 10.8499 6.75 11.9999C6.75 13.1499 7.10999 14.2399 7.79999 15.1499C8.04999 15.4799 7.97999 15.9499 7.64999 16.1999C7.51999 16.2999 7.36001 16.3499 7.20001 16.3499Z\" fill=\"\"/>\n</svg>\n</li><li title=\"radio \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M22 10V17C22 20 20 22 17 22H7C4 22 2 20 2 17V10C2 7.26 3.67 5.34999 6.25 5.04999C6.49 5.00999 6.74 5 7 5H17C20 5 22 7 22 10Z\" fill=\"\"/>\n<path d=\"M7.75 2V5H7C6.74 5 6.49 5.00999 6.25 5.04999V2C6.25 1.59 6.59 1.25 7 1.25C7.41 1.25 7.75 1.59 7.75 2Z\" fill=\"\"/>\n<path d=\"M7.88086 16C9.26157 16 10.3809 14.8807 10.3809 13.5C10.3809 12.1193 9.26157 11 7.88086 11C6.50015 11 5.38086 12.1193 5.38086 13.5C5.38086 14.8807 6.50015 16 7.88086 16Z\" fill=\"\"/>\n<path d=\"M17.8809 12.25H13.8809C13.4709 12.25 13.1309 11.91 13.1309 11.5C13.1309 11.09 13.4709 10.75 13.8809 10.75H17.8809C18.2909 10.75 18.6309 11.09 18.6309 11.5C18.6309 11.91 18.2909 12.25 17.8809 12.25Z\" fill=\"\"/>\n<path d=\"M14.3809 16.25H13.8809C13.4709 16.25 13.1309 15.91 13.1309 15.5C13.1309 15.09 13.4709 14.75 13.8809 14.75H14.3809C14.7909 14.75 15.1309 15.09 15.1309 15.5C15.1309 15.91 14.7909 16.25 14.3809 16.25Z\" fill=\"\"/>\n<path d=\"M17.8809 16.25H17.3809C16.9709 16.25 16.6309 15.91 16.6309 15.5C16.6309 15.09 16.9709 14.75 17.3809 14.75H17.8809C18.2909 14.75 18.6309 15.09 18.6309 15.5C18.6309 15.91 18.2909 16.25 17.8809 16.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"ram 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M18.5 10V12.17C18.5 12.7 18.71 13.21 19.09 13.59L19.91 14.41C20.29 14.79 20.5 15.3 20.5 15.83V17C20.5 20 18.97 22 15.5 22H8.5C4.97 22 3.5 20 3.5 17V7C3.5 4.08 4.9 2.1 8.24 2.01C8.32 2 8.41 2 8.5 2H15.5C15.58 2 15.66 2 15.74 2.01C19.04 2.09 20.5 4.07 20.5 7V8C20.5 8.55 20.05 9 19.5 9C18.95 9 18.5 9.45 18.5 10Z\" fill=\"\"/>\n<path d=\"M9.73967 2L9.68967 4.96C9.67967 5.37 9.34967 5.7 8.93967 5.7H8.92968C8.50968 5.69 8.17967 5.35 8.18967 4.93L8.23967 2.01C8.31967 2 8.40967 2 8.49967 2H9.73967Z\" fill=\"\"/>\n<path d=\"M12.7397 2L12.6897 4.95C12.6797 5.35 12.3497 5.68 11.9397 5.68H11.9297C11.5097 5.67 11.1797 5.33 11.1897 4.92L11.2397 2H12.7397Z\" fill=\"\"/>\n<path d=\"M15.7397 2.01L15.6897 4.89C15.6797 5.3 15.3497 5.63 14.9397 5.63H14.9297C14.5097 5.62 14.1797 5.28 14.1897 4.87L14.2397 2H15.4997C15.5797 2 15.6597 2 15.7397 2.01Z\" fill=\"\"/>\n<path d=\"M16.0205 21.98C15.8505 21.99 15.6805 22 15.5105 22H8.51047C8.33047 22 8.16047 22 8.00047 21.98L7.98047 19C7.98047 17.9 8.87047 17 9.98047 17H13.9905C15.0905 17 15.9805 17.89 15.9905 18.99L16.0205 21.98Z\" fill=\"\"/>\n</svg>\n</li><li title=\"ram \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M18.5 10V12.17C18.5 12.7 18.71 13.21 19.09 13.59L19.91 14.41C20.29 14.79 20.5 15.3 20.5 15.83V17C20.5 19.85 19.12 21.8 16.01 21.98L15.99 18.99C15.98 17.89 15.09 17 13.99 17H9.98C8.87 17 7.98 17.9 7.98 19L7.99 21.98C4.83 21.8 3.5 19.85 3.5 17V7C3.5 4 4.97 2 8.5 2H15.5C18.97 2 20.5 4 20.5 7V8C20.5 8.55 20.05 9 19.5 9C18.95 9 18.5 9.45 18.5 10Z\" fill=\"\"/>\n<path d=\"M16.0105 21.98C15.8505 21.99 15.6805 22 15.5005 22H8.50047C8.32047 22 8.15047 22 7.99047 21.98L7.98047 19C7.98047 17.9 8.87047 17 9.98047 17H13.9905C15.0905 17 15.9805 17.89 15.9905 18.99L16.0105 21.98Z\" fill=\"\"/>\n<path d=\"M13.9707 8.53003H7.9707C7.5607 8.53003 7.2207 8.19003 7.2207 7.78003C7.2207 7.37003 7.5607 7.03003 7.9707 7.03003H13.9707C14.3807 7.03003 14.7207 7.37003 14.7207 7.78003C14.7207 8.19003 14.3907 8.53003 13.9707 8.53003Z\" fill=\"\"/>\n</svg>\n</li><li title=\"ranking 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.3 8.1101L14.62 10.7501C14.8 11.1101 15.28 11.4701 15.68 11.5301L18.07 11.9301C19.6 12.1901 19.96 13.2901 18.86 14.3901L17 16.2501C16.69 16.5601 16.51 17.1701 16.61 17.6101L17.14 19.9201C17.56 21.7401 16.59 22.4501 14.98 21.5001L12.74 20.1701C12.33 19.9301 11.67 19.9301 11.26 20.1701L9.01996 21.5001C7.40996 22.4501 6.43995 21.7401 6.85995 19.9201L7.38998 17.6101C7.48998 17.1801 7.30997 16.5701 6.99997 16.2501L5.13998 14.3901C4.03998 13.2901 4.39996 12.1801 5.92996 11.9301L8.31997 11.5301C8.71997 11.4601 9.19997 11.1101 9.37997 10.7501L10.7 8.1101C11.41 6.6801 12.59 6.6801 13.3 8.1101Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M6 9.75C5.59 9.75 5.25 9.41 5.25 9V2C5.25 1.59 5.59 1.25 6 1.25C6.41 1.25 6.75 1.59 6.75 2V9C6.75 9.41 6.41 9.75 6 9.75Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M18 9.75C17.59 9.75 17.25 9.41 17.25 9V2C17.25 1.59 17.59 1.25 18 1.25C18.41 1.25 18.75 1.59 18.75 2V9C18.75 9.41 18.41 9.75 18 9.75Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M12 4.75C11.59 4.75 11.25 4.41 11.25 4V2C11.25 1.59 11.59 1.25 12 1.25C12.41 1.25 12.75 1.59 12.75 2V4C12.75 4.41 12.41 4.75 12 4.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"ranking \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M8.67 14H4C2.9 14 2 14.9 2 16V22H8.67V14Z\" fill=\"\"/>\n<path d=\"M13.3302 10H10.6602C9.56016 10 8.66016 10.9 8.66016 12V22H15.3302V12C15.3302 10.9 14.4402 10 13.3302 10Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M20.0001 17H15.3301V22H22.0001V19C22.0001 17.9 21.1001 17 20.0001 17Z\" fill=\"\"/>\n<path d=\"M15.0097 4.84999C15.3197 4.53999 15.4397 4.16999 15.3397 3.84999C15.2397 3.52999 14.9297 3.3 14.4897 3.23L13.5297 3.06999C13.4897 3.05999 13.3997 2.99998 13.3797 2.95998L12.8497 1.89998C12.4497 1.08998 11.5397 1.08998 11.1397 1.89998L10.6097 2.95998C10.5897 2.99998 10.4997 3.05999 10.4597 3.06999L9.49968 3.23C9.05968 3.3 8.75969 3.52999 8.64969 3.84999C8.54969 4.16999 8.66968 4.53999 8.97968 4.84999L9.71969 5.59999C9.74969 5.62999 9.78968 5.75 9.77968 5.79L9.56968 6.70998C9.40968 7.38998 9.66968 7.69997 9.83968 7.82997C10.0097 7.94997 10.3797 8.10999 10.9897 7.74999L11.8897 7.21999C11.9297 7.18999 12.0597 7.18999 12.0997 7.21999L12.9997 7.74999C13.2797 7.91999 13.5097 7.96999 13.6897 7.96999C13.8997 7.96999 14.0497 7.88997 14.1397 7.82997C14.3097 7.70997 14.5697 7.39998 14.4097 6.70998L14.1997 5.79C14.1897 5.74 14.2197 5.62999 14.2597 5.59999L15.0097 4.84999Z\" fill=\"\"/>\n</svg>\n</li><li title=\"receipt 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M6.73 19.7C7.55 18.82 8.8 18.89 9.52 19.85L10.53 21.2C11.34 22.27 12.65 22.27 13.46 21.2L14.47 19.85C15.19 18.89 16.44 18.82 17.26 19.7C19.04 21.6 20.49 20.97 20.49 18.31V7.04C20.5 3.01 19.56 2 15.78 2H8.22C4.44 2 3.5 3.01 3.5 7.04V18.3C3.5 20.97 4.96 21.59 6.73 19.7Z\" fill=\"\"/>\n<path d=\"M16 7.75H8C7.59 7.75 7.25 7.41 7.25 7C7.25 6.59 7.59 6.25 8 6.25H16C16.41 6.25 16.75 6.59 16.75 7C16.75 7.41 16.41 7.75 16 7.75Z\" fill=\"\"/>\n<path d=\"M15 11.75H9C8.59 11.75 8.25 11.41 8.25 11C8.25 10.59 8.59 10.25 9 10.25H15C15.41 10.25 15.75 10.59 15.75 11C15.75 11.41 15.41 11.75 15 11.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"receipt 2 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M6.73 19.7C7.55 18.82 8.8 18.89 9.52 19.85L10.53 21.2C11.34 22.27 12.65 22.27 13.46 21.2L14.47 19.85C15.19 18.89 16.44 18.82 17.26 19.7C19.04 21.6 20.49 20.97 20.49 18.31V7.04C20.5 3.01 19.56 2 15.78 2H8.22C4.44 2 3.5 3.01 3.5 7.04V18.3C3.5 20.97 4.96 21.59 6.73 19.7Z\" fill=\"\"/>\n<path d=\"M16.2305 11.75H10.7305C10.3205 11.75 9.98047 11.41 9.98047 11C9.98047 10.59 10.3205 10.25 10.7305 10.25H16.2305C16.6405 10.25 16.9805 10.59 16.9805 11C16.9805 11.41 16.6405 11.75 16.2305 11.75Z\" fill=\"\"/>\n<path d=\"M16.2305 7.75H10.7305C10.3205 7.75 9.98047 7.41 9.98047 7C9.98047 6.59 10.3205 6.25 10.7305 6.25H16.2305C16.6405 6.25 16.9805 6.59 16.9805 7C16.9805 7.41 16.6405 7.75 16.2305 7.75Z\" fill=\"\"/>\n<path d=\"M7.7793 8C7.2293 8 6.7793 7.55 6.7793 7C6.7793 6.45 7.2293 6 7.7793 6C8.3293 6 8.7793 6.45 8.7793 7C8.7793 7.55 8.3293 8 7.7793 8Z\" fill=\"\"/>\n<path d=\"M7.7793 12C7.2293 12 6.7793 11.55 6.7793 11C6.7793 10.45 7.2293 10 7.7793 10C8.3293 10 8.7793 10.45 8.7793 11C8.7793 11.55 8.3293 12 7.7793 12Z\" fill=\"\"/>\n</svg>\n</li><li title=\"receipt 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M20 7.04V16.96C20 18.48 19.86 19.56 19.5 20.33C19.5 20.34 19.49 20.36 19.48 20.37C19.26 20.65 18.97 20.79 18.63 20.79C18.1 20.79 17.46 20.44 16.77 19.7C15.95 18.82 14.69 18.89 13.97 19.85L12.96 21.19C12.56 21.73 12.03 22 11.5 22C10.97 22 10.44 21.73 10.04 21.19L9.02002 19.84C8.31002 18.89 7.05999 18.82 6.23999 19.69L6.22998 19.7C5.09998 20.91 4.10002 21.09 3.52002 20.37C3.51002 20.36 3.5 20.34 3.5 20.33C3.14 19.56 3 18.48 3 16.96V7.04C3 5.52 3.14 4.44 3.5 3.67C3.5 3.66 3.50002 3.65 3.52002 3.64C4.09002 2.91 5.09998 3.09 6.22998 4.3L6.23999 4.31C7.05999 5.18 8.31002 5.11 9.02002 4.16L10.04 2.81C10.44 2.27 10.97 2 11.5 2C12.03 2 12.56 2.27 12.96 2.81L13.97 4.15C14.69 5.11 15.95 5.18 16.77 4.3C17.46 3.56 18.1 3.21 18.63 3.21C18.97 3.21 19.26 3.36 19.48 3.64C19.5 3.65 19.5 3.66 19.5 3.67C19.86 4.44 20 5.52 20 7.04Z\" fill=\"\"/>\n<path d=\"M16 11H8C7.59 11 7.25 10.66 7.25 10.25C7.25 9.84 7.59 9.5 8 9.5H16C16.41 9.5 16.75 9.84 16.75 10.25C16.75 10.66 16.41 11 16 11Z\" fill=\"\"/>\n<path d=\"M14 14.5H8C7.59 14.5 7.25 14.16 7.25 13.75C7.25 13.34 7.59 13 8 13H14C14.41 13 14.75 13.34 14.75 13.75C14.75 14.16 14.41 14.5 14 14.5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"receipt add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 6V8.42C22 10 21 11 19.42 11H16V4.01C16 2.9 16.91 2 18.02 2C19.11 2.01 20.11 2.45 20.83 3.17C21.55 3.9 22 4.9 22 6Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M2 7V21C2 21.83 2.94001 22.3 3.60001 21.8L5.31 20.52C5.71 20.22 6.27 20.26 6.63 20.62L8.28999 22.29C8.67999 22.68 9.32001 22.68 9.71001 22.29L11.39 20.61C11.74 20.26 12.3 20.22 12.69 20.52L14.4 21.8C15.06 22.29 16 21.82 16 21V4C16 2.9 16.9 2 18 2H7H6C3 2 2 3.79 2 6V7Z\" fill=\"\"/>\n<path d=\"M11.75 9.25H9.75V7.25C9.75 6.84 9.41 6.5 9 6.5C8.59 6.5 8.25 6.84 8.25 7.25V9.25H6.25C5.84 9.25 5.5 9.59 5.5 10C5.5 10.41 5.84 10.75 6.25 10.75H8.25V12.75C8.25 13.16 8.59 13.5 9 13.5C9.41 13.5 9.75 13.16 9.75 12.75V10.75H11.75C12.16 10.75 12.5 10.41 12.5 10C12.5 9.59 12.16 9.25 11.75 9.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"receipt discount \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 6.00008V8.42008C22 10.0001 21 11.0001 19.42 11.0001H16V4.01008C16 2.90008 16.91 1.99008 18.02 2.00008C19.11 2.01008 20.11 2.45008 20.83 3.17008C21.55 3.90008 22 4.90008 22 6.00008Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M2 7V21C2 21.83 2.94 22.3 3.6 21.8L5.31 20.52C5.71 20.22 6.27 20.26 6.63 20.62L8.29 22.29C8.68 22.68 9.32 22.68 9.71 22.29L11.39 20.61C11.74 20.26 12.3 20.22 12.69 20.52L14.4 21.8C15.06 22.29 16 21.82 16 21V4C16 2.9 16.9 2 18 2H7H6C3 2 2 3.79 2 6V7Z\" fill=\"\"/>\n<path d=\"M11.4316 12.0801C10.8816 12.0801 10.4316 12.5301 10.4316 13.0801C10.4316 13.6301 10.8816 14.0801 11.4316 14.0801C11.9816 14.0801 12.4316 13.6301 12.4316 13.0801C12.4316 12.5301 11.9816 12.0801 11.4316 12.0801Z\" fill=\"\"/>\n<path d=\"M6.57031 10.0298C7.13031 10.0298 7.57031 9.57979 7.57031 9.02979C7.57031 8.47979 7.12031 8.02979 6.57031 8.02979C6.02031 8.02979 5.57031 8.47979 5.57031 9.02979C5.57031 9.57979 6.02031 10.0298 6.57031 10.0298Z\" fill=\"\"/>\n<path d=\"M12.2609 7.73996C11.9709 7.44996 11.4909 7.44996 11.2009 7.73996L5.74094 13.2C5.45094 13.49 5.45094 13.97 5.74094 14.26C5.89094 14.41 6.08094 14.48 6.27094 14.48C6.46094 14.48 6.65094 14.41 6.80094 14.26L12.2609 8.79996C12.5509 8.50996 12.5509 8.02996 12.2609 7.73996Z\" fill=\"\"/>\n</svg>\n</li><li title=\"receipt disscount \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M6.73 19.7C7.55 18.82 8.8 18.89 9.52 19.85L10.53 21.2C11.34 22.27 12.65 22.27 13.46 21.2L14.47 19.85C15.19 18.89 16.44 18.82 17.26 19.7C19.04 21.6 20.49 20.97 20.49 18.31V7.04C20.5 3.01 19.56 2 15.78 2H8.22C4.44 2 3.5 3.01 3.5 7.04V18.3C3.5 20.97 4.96 21.59 6.73 19.7Z\" fill=\"\"/>\n<path d=\"M15 14C14.44 14 14 13.55 14 13C14 12.45 14.45 12 15 12C15.55 12 16 12.45 16 13C16 13.55 15.56 14 15 14Z\" fill=\"\"/>\n<path d=\"M9 9C8.44 9 8 8.55 8 8C8 7.45 8.45 7 9 7C9.55 7 10 7.45 10 8C10 8.55 9.56 9 9 9Z\" fill=\"\"/>\n<path d=\"M8.63031 14.5498C8.44031 14.5498 8.25031 14.4798 8.10031 14.3298C7.81031 14.0398 7.81031 13.5598 8.10031 13.2698L14.8303 6.53977C15.1203 6.24977 15.6003 6.24977 15.8903 6.53977C16.1803 6.82977 16.1803 7.30977 15.8903 7.59977L9.16031 14.3298C9.02031 14.4798 8.82031 14.5498 8.63031 14.5498Z\" fill=\"\"/>\n</svg>\n</li><li title=\"receipt edit \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M6.73026 19.6998C7.55026 18.8198 8.80023 18.8898 9.52023 19.8498L10.5302 21.1998C11.3402 22.2698 12.6502 22.2698 13.4602 21.1998L14.4702 19.8498C15.1902 18.8898 16.4403 18.8198 17.2603 19.6998C19.0403 21.5998 20.4902 20.9698 20.4902 18.3098V7.04974C20.4902 3.01974 19.5502 2.00977 15.7702 2.00977H8.21024C4.43024 2.00977 3.49023 3.01974 3.49023 7.04974V18.3098C3.50023 20.9698 4.96026 21.5898 6.73026 19.6998Z\" fill=\"\"/>\n<path d=\"M14.8409 9.99017L14.3409 10.5002H14.3309L11.3009 13.5302C11.1709 13.6602 10.9009 13.8002 10.7109 13.8202L9.36091 14.0202C8.87091 14.0902 8.53093 13.7402 8.60093 13.2602L8.79093 11.9002C8.82093 11.7102 8.95091 11.4502 9.08091 11.3102L12.1209 8.28018L12.6209 7.77017C12.9509 7.44017 13.3209 7.2002 13.7209 7.2002C14.0609 7.2002 14.4309 7.36017 14.8409 7.77017C15.7409 8.67017 15.4509 9.38017 14.8409 9.99017Z\" fill=\"\"/>\n</svg>\n</li><li title=\"receipt item \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 6.00008V8.42008C22 10.0001 21 11.0001 19.42 11.0001H16V4.01008C16 2.90008 16.91 1.99008 18.02 2.00008C19.11 2.01008 20.11 2.45008 20.83 3.17008C21.55 3.90008 22 4.90008 22 6.00008Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M2 7V21C2 21.83 2.94 22.3 3.6 21.8L5.31 20.52C5.71 20.22 6.27 20.26 6.63 20.62L8.29 22.29C8.68 22.68 9.32 22.68 9.71 22.29L11.39 20.61C11.74 20.26 12.3 20.22 12.69 20.52L14.4 21.8C15.06 22.29 16 21.82 16 21V4C16 2.9 16.9 2 18 2H7H6C3 2 2 3.79 2 6V7Z\" fill=\"\"/>\n<path d=\"M12 12.2598H9C8.59 12.2598 8.25 12.5998 8.25 13.0098C8.25 13.4198 8.59 13.7598 9 13.7598H12C12.41 13.7598 12.75 13.4198 12.75 13.0098C12.75 12.5998 12.41 12.2598 12 12.2598Z\" fill=\"\"/>\n<path d=\"M9 9.75977H12C12.41 9.75977 12.75 9.41977 12.75 9.00977C12.75 8.59977 12.41 8.25977 12 8.25977H9C8.59 8.25977 8.25 8.59977 8.25 9.00977C8.25 9.41977 8.59 9.75977 9 9.75977Z\" fill=\"\"/>\n<path d=\"M5.9707 8.00977C5.4107 8.00977 4.9707 8.45977 4.9707 9.00977C4.9707 9.55977 5.4207 10.0098 5.9707 10.0098C6.5207 10.0098 6.9707 9.55977 6.9707 9.00977C6.9707 8.45977 6.5207 8.00977 5.9707 8.00977Z\" fill=\"\"/>\n<path d=\"M5.9707 12.0098C5.4107 12.0098 4.9707 12.4598 4.9707 13.0098C4.9707 13.5598 5.4207 14.0098 5.9707 14.0098C6.5207 14.0098 6.9707 13.5598 6.9707 13.0098C6.9707 12.4598 6.5207 12.0098 5.9707 12.0098Z\" fill=\"\"/>\n</svg>\n</li><li title=\"receipt minus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 6V8.42C22 10 21 11 19.42 11H16V4.01C16 2.9 16.91 2 18.02 2C19.11 2.01 20.11 2.45 20.83 3.17C21.55 3.9 22 4.9 22 6Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M2 7V21C2 21.83 2.94 22.3 3.6 21.8L5.31 20.52C5.71 20.22 6.27 20.26 6.63 20.62L8.29 22.29C8.68 22.68 9.32 22.68 9.71 22.29L11.39 20.61C11.74 20.26 12.3 20.22 12.69 20.52L14.4 21.8C15.06 22.29 16 21.82 16 21V4C16 2.9 16.9 2 18 2H7H6C3 2 2 3.79 2 6V7Z\" fill=\"\"/>\n<path d=\"M11.75 10.75H6.25C5.84 10.75 5.5 10.41 5.5 10C5.5 9.59 5.84 9.25 6.25 9.25H11.75C12.16 9.25 12.5 9.59 12.5 10C12.5 10.41 12.16 10.75 11.75 10.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"receipt search \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M6.73026 19.6998C7.55026 18.8198 8.80023 18.8898 9.52023 19.8498L10.5302 21.1998C11.3402 22.2698 12.6502 22.2698 13.4602 21.1998L14.4702 19.8498C15.1902 18.8898 16.4403 18.8198 17.2603 19.6998C19.0403 21.5998 20.4902 20.9698 20.4902 18.3098V7.04974C20.4902 3.01974 19.5502 2.00977 15.7702 2.00977H8.21024C4.43024 2.00977 3.49023 3.01974 3.49023 7.04974V18.3098C3.50023 20.9698 4.96026 21.5898 6.73026 19.6998Z\" fill=\"\"/>\n<path d=\"M15.6609 13.47L14.9209 12.73C15.3009 12.15 15.5309 11.45 15.5309 10.7C15.5309 8.66001 13.8708 7 11.8308 7C9.79084 7 8.13086 8.66001 8.13086 10.7C8.13086 12.74 9.79084 14.4 11.8308 14.4C12.5808 14.4 13.2808 14.17 13.8608 13.79L14.6009 14.53C14.7509 14.68 14.9409 14.75 15.1309 14.75C15.3209 14.75 15.5109 14.68 15.6609 14.53C15.9509 14.24 15.9509 13.76 15.6609 13.47Z\" fill=\"\"/>\n</svg>\n</li><li title=\"receipt square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.90024 16.5299C9.38024 16.0099 10.1203 16.0499 10.5403 16.6199L11.1403 17.4199C11.6103 18.0499 12.3902 18.0499 12.8602 17.4199L13.4503 16.6299C13.8703 16.0699 14.6102 16.0299 15.0902 16.5399C16.1402 17.6599 16.9902 17.2899 16.9902 15.7199V9.08988C16.9902 6.71988 16.4302 6.12988 14.2102 6.12988H9.77023C7.55023 6.12988 6.99023 6.71988 6.99023 9.08988V15.7199C7.00023 17.2699 7.86024 17.6399 8.90024 16.5299Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M16.1898 2H7.81976C4.17976 2 2.00977 4.17 2.00977 7.81V16.18C2.00977 19.82 4.17976 21.99 7.81976 21.99H16.1898C19.8298 21.99 21.9998 19.82 21.9998 16.18V7.81C21.9998 4.17 19.8298 2 16.1898 2Z\" fill=\"\"/>\n</svg>\n</li><li title=\"receipt text \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 6V8.42C22 10 21 11 19.42 11H16V4.01C16 2.9 16.91 2 18.02 2C19.11 2.01 20.11 2.45 20.83 3.17C21.55 3.9 22 4.9 22 6Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M2 7V21C2 21.83 2.94001 22.3 3.60001 21.8L5.31 20.52C5.71 20.22 6.27 20.26 6.63 20.62L8.28999 22.29C8.67999 22.68 9.32001 22.68 9.71001 22.29L11.39 20.61C11.74 20.26 12.3 20.22 12.69 20.52L14.4 21.8C15.06 22.29 16 21.82 16 21V4C16 2.9 16.9 2 18 2H7H6C3 2 2 3.79 2 6V7Z\" fill=\"\"/>\n<path d=\"M12 9.75H6C5.59 9.75 5.25 9.41 5.25 9C5.25 8.59 5.59 8.25 6 8.25H12C12.41 8.25 12.75 8.59 12.75 9C12.75 9.41 12.41 9.75 12 9.75Z\" fill=\"\"/>\n<path d=\"M11.25 13.75H6.75C6.34 13.75 6 13.41 6 13C6 12.59 6.34 12.25 6.75 12.25H11.25C11.66 12.25 12 12.59 12 13C12 13.41 11.66 13.75 11.25 13.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"receipt \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 6V8.42C22 10 21 11 19.42 11H16V4.01C16 2.9 16.91 2 18.02 2C19.11 2.01 20.11 2.45 20.83 3.17C21.55 3.9 22 4.9 22 6Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M2 7V21C2 21.83 2.94001 22.3 3.60001 21.8L5.31 20.52C5.71 20.22 6.27 20.26 6.63 20.62L8.28999 22.29C8.67999 22.68 9.32001 22.68 9.71001 22.29L11.39 20.61C11.74 20.26 12.3 20.22 12.69 20.52L14.4 21.8C15.06 22.29 16 21.82 16 21V4C16 2.9 16.9 2 18 2H7H6C3 2 2 3.79 2 6V7Z\" fill=\"\"/>\n</svg>\n</li><li title=\"receive square 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.1898 2H7.81978C4.17978 2 2.00977 4.17 2.00977 7.81V16.18C2.00977 19.82 4.17978 21.99 7.81978 21.99H16.1898C19.8298 21.99 21.9998 19.82 21.9998 16.18V7.81C21.9998 4.17 19.8298 2 16.1898 2Z\" fill=\"\"/>\n<path d=\"M13.0211 12.5901H10.5911C10.1811 12.5901 9.8411 12.9301 9.8411 13.3401C9.8411 13.7501 10.1811 14.0901 10.5911 14.0901H14.8311C14.9311 14.0901 15.0211 14.0701 15.1211 14.0301C15.3011 13.9501 15.4511 13.8101 15.5311 13.6201C15.5711 13.5301 15.5911 13.4301 15.5911 13.3301V9.10011C15.5911 8.69011 15.2511 8.35011 14.8411 8.35011C14.4311 8.35011 14.0911 8.69011 14.0911 9.10011V11.5301L9.71111 7.15012C9.42111 6.86012 8.94109 6.86012 8.65109 7.15012C8.36109 7.44012 8.36109 7.92011 8.65109 8.21011L13.0211 12.5901Z\" fill=\"\"/>\n<path d=\"M18.7107 16.2802C18.5807 15.8902 18.1607 15.6802 17.7607 15.8102C14.0407 17.0502 9.95066 17.0502 6.23066 15.8102C5.84066 15.6802 5.41067 15.8902 5.28067 16.2802C5.15067 16.6702 5.36067 17.1002 5.75067 17.2302C7.76067 17.9002 9.87067 18.2402 11.9907 18.2402C14.1107 18.2402 16.2207 17.9002 18.2307 17.2302C18.6307 17.0902 18.8407 16.6702 18.7107 16.2802Z\" fill=\"\"/>\n</svg>\n</li><li title=\"receive square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.19 2H7.82C4.17 2 2 4.17 2 7.81V16.18C2 19.82 4.17 21.99 7.81 21.99H16.18C19.82 21.99 21.99 19.82 21.99 16.18V7.81C22 4.17 19.83 2 16.19 2Z\" fill=\"\"/>\n<path d=\"M11.4714 15.04C11.5414 15.11 11.6214 15.16 11.7114 15.2C11.8014 15.24 11.9014 15.26 12.0014 15.26C12.1014 15.26 12.1914 15.24 12.2914 15.2C12.3814 15.16 12.4614 15.11 12.5314 15.04L15.5314 12.04C15.8214 11.75 15.8214 11.27 15.5314 10.98C15.2414 10.69 14.7614 10.69 14.4714 10.98L12.7514 12.7V6.51001C12.7514 6.10001 12.4114 5.76001 12.0014 5.76001C11.5914 5.76001 11.2514 6.10001 11.2514 6.51001V12.7L9.5314 10.98C9.2414 10.69 8.76141 10.69 8.47141 10.98C8.18141 11.27 8.18141 11.75 8.47141 12.04L11.4714 15.04Z\" fill=\"\"/>\n<path d=\"M18.7107 16.28C18.5807 15.89 18.1607 15.68 17.7607 15.81C14.0407 17.05 9.95067 17.05 6.23067 15.81C5.84067 15.68 5.41067 15.89 5.28067 16.28C5.15067 16.67 5.36067 17.1 5.75067 17.23C7.76067 17.9 9.87067 18.24 11.9907 18.24C14.1107 18.24 16.2207 17.9 18.2307 17.23C18.6307 17.09 18.8407 16.67 18.7107 16.28Z\" fill=\"\"/>\n</svg>\n</li><li title=\"received \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.99844 18.1998C4.79844 18.1998 4.59844 18.0998 4.49844 17.9998C4.19844 17.6998 4.19844 17.1998 4.49844 16.8998L18.4984 2.8998C18.7984 2.5998 19.2984 2.5998 19.5984 2.8998C19.8984 3.1998 19.8984 3.6998 19.5984 3.9998L5.59844 17.9998C5.39844 18.1998 5.19844 18.1998 4.99844 18.1998Z\" fill=\"\"/>\n<path d=\"M15.2992 18.1999H4.99922C4.59922 18.1999 4.19922 17.8999 4.19922 17.3999V7.1999C4.19922 6.7999 4.49922 6.3999 4.99922 6.3999C5.49922 6.3999 5.79922 6.6999 5.79922 7.1999V16.6999H15.2992C15.6992 16.6999 16.0992 16.9999 16.0992 17.4999C16.0992 17.9999 15.6992 18.1999 15.2992 18.1999Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M20.4992 22.8002H3.49922C3.09922 22.8002 2.69922 22.5002 2.69922 22.0002C2.69922 21.5002 2.99922 21.2002 3.49922 21.2002H20.4992C20.8992 21.2002 21.2992 21.5002 21.2992 22.0002C21.2992 22.5002 20.8992 22.8002 20.4992 22.8002Z\" fill=\"\"/>\n</svg>\n</li><li title=\"record circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M11.9707 22C17.4936 22 21.9707 17.5228 21.9707 12C21.9707 6.47715 17.4936 2 11.9707 2C6.44786 2 1.9707 6.47715 1.9707 12C1.9707 17.5228 6.44786 22 11.9707 22Z\" fill=\"\"/>\n<path d=\"M11.9995 16.23C14.3357 16.23 16.2295 14.3362 16.2295 12C16.2295 9.66386 14.3357 7.77002 11.9995 7.77002C9.66337 7.77002 7.76953 9.66386 7.76953 12C7.76953 14.3362 9.66337 16.23 11.9995 16.23Z\" fill=\"\"/>\n</svg>\n</li><li title=\"record \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.12 8.13L18.7 8.98L4.76 17.34C3.66 15.85 3 14 3 12C3 7.03 7.03 3 12 3C15.58 3 18.68 5.1 20.12 8.13Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M20.9999 12.0002C20.9999 16.9702 16.9699 21.0002 11.9999 21.0002C9.52992 21.0002 7.29992 20.0102 5.66992 18.3902L5.75992 18.3402L19.6999 9.98018L20.6299 9.43018C20.8699 10.2502 20.9999 11.1102 20.9999 12.0002Z\" fill=\"\"/>\n</svg>\n</li><li title=\"recovery convert \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.0002 22.7502C14.7302 22.7502 14.4802 22.6002 14.3502 22.3702C14.2202 22.1302 14.2202 21.8502 14.3602 21.6102L15.4102 19.8602C15.6202 19.5002 16.0902 19.3902 16.4402 19.6002C16.8002 19.8102 16.9102 20.2702 16.7002 20.6302L16.4302 21.0802C19.1902 20.4302 21.2602 17.9502 21.2602 14.9902C21.2602 14.5802 21.6002 14.2402 22.0102 14.2402C22.4202 14.2402 22.7602 14.5802 22.7602 14.9902C22.7502 19.2702 19.2702 22.7502 15.0002 22.7502Z\" fill=\"\"/>\n<path d=\"M2 9.75C1.59 9.75 1.25 9.41 1.25 9C1.25 4.73 4.73 1.25 9 1.25C9.27 1.25 9.52 1.4 9.65 1.63C9.78 1.87 9.78 2.15 9.64 2.39L8.59 4.14C8.38 4.49 7.92 4.61 7.56 4.39C7.21 4.18 7.09 3.72 7.31 3.36L7.58 2.91C4.81 3.56 2.75 6.04 2.75 9C2.75 9.41 2.41 9.75 2 9.75Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M14.8 12.6302V15.5702C14.8 18.0202 13.82 19.0002 11.37 19.0002H8.43C5.98 19.0002 5 18.0202 5 15.5702V12.6302C5 10.1802 5.98 9.2002 8.43 9.2002H11.37C13.82 9.2002 14.8 10.1802 14.8 12.6302Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M15.5709 5H12.6309C10.2209 5 9.24094 5.96 9.21094 8.32H11.3709C14.3109 8.32 15.6709 9.69 15.6709 12.62V14.78C18.0409 14.75 18.9909 13.77 18.9909 11.36V8.43C19.0009 5.98 18.0209 5 15.5709 5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"redo \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M7.81 2H16.18C19.83 2 22 4.17 22 7.81V16.18C22 19.82 19.83 21.99 16.19 21.99H7.81C4.17 22 2 19.83 2 16.19V7.81C2 4.17 4.17 2 7.81 2Z\" fill=\"\"/>\n<path d=\"M17.53 9.16006L15.96 7.59006C15.67 7.30006 15.19 7.30006 14.9 7.59006C14.61 7.88006 14.61 8.36006 14.9 8.65006L15.23 8.98006H10.08C7.97 8.98006 6.25 10.7001 6.25 12.8101C6.25 14.9201 7.97 16.6401 10.08 16.6401H15C15.41 16.6401 15.75 16.3001 15.75 15.8901C15.75 15.4801 15.41 15.1401 15 15.1401H10.08C8.8 15.1401 7.75 14.1001 7.75 12.8101C7.75 11.5201 8.79 10.4801 10.08 10.4801H15.16L14.9 10.7401C14.61 11.0301 14.61 11.5101 14.9 11.8001C15.05 11.9501 15.24 12.0201 15.43 12.0201C15.62 12.0201 15.81 11.9501 15.96 11.8001L17.53 10.2301C17.82 9.93006 17.82 9.46006 17.53 9.16006Z\" fill=\"\"/>\n</svg>\n</li><li title=\"refresh 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M22 7.81V16.18C22 19.82 19.83 21.99 16.19 21.99H7.81C4.17 22 2 19.83 2 16.19V7.81C2 4.17 4.17 2 7.81 2H16.18C19.83 2 22 4.17 22 7.81Z\" fill=\"\"/>\n<path d=\"M12 18.25C10.21 18.25 8.81 17.36 7.86 16.48V17.19C7.86 17.6 7.52 17.94 7.11 17.94C6.7 17.94 6.36 17.6 6.36 17.19V14.44C6.36 14.03 6.7 13.69 7.11 13.69H9.59C10 13.69 10.34 14.03 10.34 14.44C10.34 14.85 10 15.19 9.59 15.19H8.69C9.43 15.93 10.58 16.75 12 16.75C14.62 16.75 16.75 14.62 16.75 12C16.75 11.59 17.09 11.25 17.5 11.25C17.91 11.25 18.25 11.59 18.25 12C18.25 15.45 15.45 18.25 12 18.25ZM6.5 12.75C6.09 12.75 5.75 12.41 5.75 12C5.75 8.55 8.55 5.75 12 5.75C14.15 5.75 15.73 6.68 16.75 7.57V6.81C16.75 6.4 17.09 6.06 17.5 6.06C17.91 6.06 18.25 6.4 18.25 6.81V9.55C18.25 9.58 18.25 9.61 18.25 9.63C18.24 9.74 18.21 9.84 18.16 9.93C18.11 10.02 18.04 10.1 17.95 10.17C17.88 10.22 17.8 10.26 17.71 10.29C17.64 10.31 17.57 10.32 17.5 10.32H15.07C14.66 10.32 14.32 9.98 14.32 9.57C14.32 9.16 14.66 8.82 15.07 8.82H15.9C15.1 8.08 13.81 7.26 12.02 7.26C9.4 7.26 7.27 9.39 7.27 12.01C7.25 12.41 6.91 12.75 6.5 12.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"refresh circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" fill=\"\"/>\n<path d=\"M16.7586 11.9301C16.3386 11.8601 15.9686 12.1601 15.9086 12.5701C15.7886 13.4401 15.3986 14.2201 14.7986 14.8201C13.4186 16.2001 11.2786 16.3401 9.72861 15.2701H10.4786C10.8886 15.2701 11.2286 14.9301 11.2286 14.5201C11.2286 14.1101 10.8886 13.7701 10.4786 13.7701H7.80859C7.39859 13.7701 7.05859 14.1101 7.05859 14.5201V17.1901C7.05859 17.6001 7.39859 17.9401 7.80859 17.9401C8.21859 17.9401 8.55859 17.6001 8.55859 17.1901V16.2501C9.55859 17.0601 10.7686 17.4901 11.9886 17.4901C13.3886 17.4901 14.7886 16.9601 15.8586 15.8901C16.6886 15.0601 17.2186 13.9901 17.3886 12.7901C17.4586 12.3601 17.1686 11.9801 16.7586 11.9301Z\" fill=\"\"/>\n<path d=\"M7.33944 12.0801C7.70944 12.0801 8.02943 11.8101 8.07943 11.4401C8.19943 10.5701 8.58944 9.79006 9.18944 9.19006C10.5694 7.81006 12.7095 7.67005 14.2595 8.74005H13.5095C13.0995 8.74005 12.7595 9.08005 12.7595 9.49005C12.7595 9.90005 13.0995 10.2401 13.5095 10.2401H16.1794C16.5894 10.2401 16.9294 9.90005 16.9294 9.49005V6.82007C16.9294 6.41007 16.5894 6.07007 16.1794 6.07007C15.7694 6.07007 15.4294 6.41007 15.4294 6.82007V7.76007C13.2794 6.02007 10.1295 6.13006 8.13946 8.12006C7.30946 8.95006 6.77943 10.02 6.60943 11.22C6.54943 11.63 6.83944 12.0101 7.24944 12.0701C7.26944 12.0801 7.30944 12.0801 7.33944 12.0801Z\" fill=\"\"/>\n</svg>\n</li><li title=\"refresh left square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.19 2H7.82001C4.17001 2 2 4.17 2 7.81V16.18C2 19.82 4.17 21.99 7.81 21.99H16.18C19.82 21.99 21.99 19.82 21.99 16.18V7.81C22 4.17 19.83 2 16.19 2Z\" fill=\"\"/>\n<path d=\"M12.0002 6.50995C11.8602 6.50995 11.7102 6.52994 11.5702 6.53994L11.8502 6.21994C12.1202 5.90994 12.0902 5.42994 11.7802 5.15994C11.4702 4.88994 10.9902 4.91994 10.7202 5.22994L9.05023 7.13994C9.04023 7.14994 9.04023 7.15995 9.03023 7.16995C9.02023 7.17994 9.01022 7.17994 9.01022 7.18994C8.99022 7.21994 8.98024 7.25995 8.96024 7.29995C8.94024 7.34995 8.91022 7.38995 8.90022 7.43994C8.89022 7.48994 8.89023 7.52994 8.88023 7.57994C8.88023 7.62994 8.87022 7.66994 8.87022 7.71994C8.87022 7.76994 8.89023 7.80995 8.91023 7.85995C8.92023 7.90995 8.94024 7.94994 8.96024 7.98994C8.98024 8.02994 9.02023 8.06994 9.05023 8.10994C9.08023 8.13994 9.09022 8.17994 9.12022 8.19994C9.13022 8.20994 9.14022 8.20995 9.15022 8.21995C9.16022 8.22995 9.16023 8.23994 9.17023 8.23994L11.1102 9.65995C11.2402 9.75994 11.4002 9.79995 11.5502 9.79995C11.7802 9.79995 12.0102 9.68994 12.1602 9.48994C12.4002 9.15995 12.3302 8.68994 12.0002 8.43994L11.4402 8.02994C11.6202 8.00994 11.8102 7.98994 12.0002 7.98994C14.3402 7.98994 16.2502 9.89995 16.2502 12.2399C16.2502 14.5799 14.3402 16.4899 12.0002 16.4899C9.66023 16.4899 7.75023 14.5799 7.75023 12.2399C7.75023 11.3899 8.00024 10.5799 8.46024 9.87995C8.69024 9.53995 8.60023 9.06994 8.25023 8.83995C7.91023 8.60995 7.44024 8.69995 7.21024 9.04995C6.58024 9.99995 6.24023 11.0999 6.24023 12.2399C6.24023 15.4099 8.82023 17.9899 11.9902 17.9899C15.1602 17.9899 17.7402 15.4099 17.7402 12.2399C17.7402 9.06994 15.1702 6.50995 12.0002 6.50995Z\" fill=\"\"/>\n</svg>\n</li><li title=\"refresh right square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.19 2H7.82001C4.17001 2 2 4.17 2 7.81V16.18C2 19.82 4.17 21.99 7.81 21.99H16.18C19.82 21.99 21.99 19.82 21.99 16.18V7.81C22 4.17 19.83 2 16.19 2Z\" fill=\"\"/>\n<path d=\"M16.78 9.07011C16.55 8.72011 16.08 8.63011 15.74 8.86011C15.4 9.09011 15.3 9.56011 15.53 9.90011C16 10.6001 16.24 11.4201 16.24 12.2601C16.24 14.6001 14.33 16.5101 11.99 16.5101C9.65001 16.5101 7.74001 14.6001 7.74001 12.2601C7.74001 9.92011 9.65001 8.01011 11.99 8.01011C12.18 8.01011 12.36 8.03011 12.55 8.05011L12 8.46011C11.67 8.70011 11.59 9.17011 11.84 9.51011C11.99 9.71011 12.22 9.82011 12.45 9.82011C12.6 9.82011 12.76 9.77011 12.89 9.68011L14.83 8.26011C14.84 8.25011 14.84 8.24011 14.85 8.24011C14.86 8.23011 14.87 8.23011 14.88 8.22011C14.91 8.19011 14.93 8.16011 14.95 8.13011C14.98 8.09011 15.02 8.06011 15.04 8.01011C15.06 7.97011 15.07 7.92011 15.09 7.88011C15.1 7.83011 15.12 7.79011 15.13 7.74011C15.14 7.69011 15.13 7.65011 15.12 7.60011C15.12 7.55011 15.12 7.51011 15.1 7.46011C15.09 7.41011 15.06 7.37011 15.04 7.32011C15.02 7.29011 15.02 7.25011 14.99 7.21011C14.98 7.20011 14.97 7.20011 14.97 7.19011C14.96 7.18011 14.96 7.17011 14.95 7.16011L13.28 5.25011C13.01 4.94011 12.53 4.90011 12.22 5.18011C11.91 5.45011 11.88 5.93011 12.15 6.24011L12.43 6.56011C12.29 6.55011 12.15 6.53011 12 6.53011C8.83 6.53011 6.25 9.11011 6.25 12.2801C6.25 15.4501 8.83 18.0301 12 18.0301C15.17 18.0301 17.75 15.4501 17.75 12.2801C17.75 11.1201 17.42 10.0201 16.78 9.07011Z\" fill=\"\"/>\n</svg>\n</li><li title=\"refresh square 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.19 2H7.82001C4.17001 2 2 4.17 2 7.81V16.18C2 19.82 4.17 21.99 7.81 21.99H16.18C19.82 21.99 21.99 19.82 21.99 16.18V7.81C22 4.17 19.83 2 16.19 2Z\" fill=\"\"/>\n<path d=\"M18.0004 11.27C17.5804 11.27 17.2504 11.6 17.2504 12.02C17.2404 13.42 16.7004 14.73 15.7204 15.71C14.7304 16.7 13.4104 17.25 12.0104 17.25C10.6104 17.25 9.29038 16.7 8.30038 15.71C8.27038 15.68 8.2504 15.65 8.2204 15.62H9.05038C9.46038 15.62 9.80038 15.28 9.80038 14.87C9.80038 14.46 9.46038 14.12 9.05038 14.12H6.40039C5.99039 14.12 5.65039 14.46 5.65039 14.87V17.52C5.65039 17.93 5.99039 18.27 6.40039 18.27C6.81039 18.27 7.15039 17.93 7.15039 17.52V16.67C7.18039 16.7 7.21039 16.74 7.24039 16.78C8.51039 18.05 10.2104 18.76 12.0104 18.76C13.8104 18.76 15.5104 18.06 16.7804 16.78C18.0404 15.52 18.7404 13.83 18.7504 12.03C18.7504 11.61 18.4104 11.28 18.0004 11.27Z\" fill=\"\"/>\n<path d=\"M6.00022 12.65C6.41022 12.65 6.74022 12.32 6.75022 11.91C6.77022 10.54 7.32022 9.25 8.28022 8.28C9.27022 7.29 10.5902 6.74 11.9902 6.74C13.3902 6.74 14.7102 7.29 15.7002 8.28C15.7302 8.31 15.7502 8.34 15.7802 8.37H14.9502C14.5402 8.37 14.2002 8.71 14.2002 9.12C14.2002 9.53 14.5402 9.87 14.9502 9.87H17.6002C18.0102 9.87 18.3502 9.53 18.3502 9.12V6.48C18.3502 6.07 18.0102 5.73 17.6002 5.73C17.1902 5.73 16.8502 6.07 16.8502 6.48V7.34C16.8202 7.31 16.7902 7.27 16.7602 7.23C15.4902 5.96 13.7902 5.25 11.9902 5.25C10.1902 5.25 8.49022 5.95 7.22022 7.23C5.97022 8.47 5.27022 10.13 5.25022 11.89C5.24022 12.3 5.57021 12.64 5.99021 12.65C6.00021 12.65 6.00022 12.65 6.00022 12.65Z\" fill=\"\"/>\n</svg>\n</li><li title=\"refresh \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M14.55 22.42C14.22 22.42 13.91 22.2 13.82 21.86C13.72 21.46 13.95 21.05 14.35 20.94C18.41 19.87 21.24 16.19 21.24 11.99C21.24 6.89 17.09 2.74 11.99 2.74C7.66 2.74 4.82 5.27 3.49 6.8H6.43C6.84 6.8 7.18 7.14 7.18 7.55C7.18 7.96 6.86 8.31 6.44 8.31H2.01C1.94 8.31 1.87 8.3 1.8 8.28C1.71 8.25 1.63 8.21 1.56 8.16C1.47 8.1 1.4 8.02 1.35 7.93C1.3 7.83 1.26 7.73 1.25 7.62C1.25 7.59 1.25 7.57 1.25 7.54V3C1.25 2.59 1.59 2.25 2 2.25C2.41 2.25 2.75 2.59 2.75 3V5.39C4.38 3.64 7.45 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 16.88 19.46 21.16 14.74 22.4C14.68 22.41 14.61 22.42 14.55 22.42Z\" fill=\"\"/>\n<path d=\"M11.29 22.73C11.27 22.73 11.24 22.73 11.22 22.72C10.15 22.65 9.1 22.41 8.1 22.02C7.81 21.91 7.62 21.62 7.62 21.31C7.62 21.22 7.64 21.13 7.67 21.05C7.82 20.67 8.26 20.47 8.64 20.62C9.5 20.96 10.41 21.16 11.33 21.23H11.34C11.74 21.25 12.04 21.59 12.04 21.99C12.04 22 12.04 22.02 12.04 22.03C12.01 22.42 11.68 22.73 11.29 22.73ZM5.78 20.58C5.61 20.58 5.45 20.53 5.31 20.42C4.47 19.75 3.74 18.96 3.13 18.07C3.04 17.94 2.99 17.8 2.99 17.65C2.99 17.4 3.11 17.17 3.32 17.03C3.65 16.8 4.14 16.89 4.36 17.22C4.89 17.99 5.52 18.67 6.25 19.24C6.42 19.38 6.53 19.59 6.53 19.82C6.53 19.99 6.48 20.16 6.37 20.3C6.23 20.48 6.01 20.58 5.78 20.58ZM2.44 15.7C2.11 15.7 1.82 15.49 1.73 15.18C1.41 14.15 1.25 13.08 1.25 12C1.25 11.59 1.59 11.25 2 11.25C2.41 11.25 2.75 11.59 2.75 12C2.75 12.93 2.89 13.85 3.16 14.73C3.18 14.8 3.19 14.88 3.19 14.96C3.19 15.29 2.98 15.57 2.67 15.67C2.59 15.69 2.52 15.7 2.44 15.7Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M12 16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16Z\" fill=\"\"/>\n</svg>\n</li><li title=\"repeat circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" fill=\"\"/>\n<path d=\"M14.9 7.58988H9.31L9.72 7.17984C10.01 6.88984 10.01 6.40984 9.72 6.11984C9.43 5.82984 8.95001 5.82984 8.66001 6.11984L6.97 7.80985C6.9 7.87985 6.85 7.95984 6.81 8.04984C6.73 8.22984 6.73 8.43984 6.81 8.61984C6.85 8.70984 6.9 8.78983 6.97 8.85983L8.66001 10.5498C8.81001 10.6998 9 10.7699 9.19 10.7699C9.38 10.7699 9.57 10.6998 9.72 10.5498C10.01 10.2598 10.01 9.77984 9.72 9.48984L9.31 9.07987H14.9C15.37 9.07987 15.75 9.45984 15.75 9.92984V11.6999C15.75 12.1099 16.09 12.4499 16.5 12.4499C16.91 12.4499 17.25 12.1099 17.25 11.6999V9.92984C17.25 8.64984 16.19 7.58988 14.9 7.58988Z\" fill=\"\"/>\n<path d=\"M17.19 15.3698C17.15 15.2798 17.1 15.1998 17.03 15.1298L15.34 13.4398C15.05 13.1498 14.57 13.1498 14.28 13.4398C13.99 13.7298 13.99 14.2098 14.28 14.4998L14.69 14.9098H9.10001C8.63001 14.9098 8.25 14.5298 8.25 14.0598V12.2898C8.25 11.8798 7.91 11.5398 7.5 11.5398C7.09 11.5398 6.75 11.8798 6.75 12.2898V14.0598C6.75 15.3598 7.81001 16.4098 9.10001 16.4098H14.69L14.28 16.8198C13.99 17.1098 13.99 17.5898 14.28 17.8798C14.43 18.0298 14.62 18.0998 14.81 18.0998C15 18.0998 15.19 18.0298 15.34 17.8798L17.03 16.1898C17.1 16.1198 17.15 16.0398 17.19 15.9498C17.27 15.7598 17.27 15.5498 17.19 15.3698Z\" fill=\"\"/>\n</svg>\n</li><li title=\"repeat \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.4201 4.40994H5.39011L7.27008 2.53C7.56008 2.24 7.56008 1.75994 7.27008 1.46994C6.98008 1.17994 6.50008 1.17994 6.21008 1.46994L3.05008 4.62998C2.98008 4.69998 2.93011 4.77997 2.89011 4.86997C2.85011 4.95997 2.83008 5.05994 2.83008 5.15994C2.83008 5.25994 2.85011 5.35998 2.89011 5.44998C2.93011 5.53998 2.98008 5.61997 3.05008 5.68997L6.21008 8.84995C6.36008 8.99995 6.55008 9.06998 6.74008 9.06998C6.93008 9.06998 7.12008 8.99995 7.27008 8.84995C7.56008 8.55995 7.56008 8.07995 7.27008 7.78995L5.39011 5.90994H17.4201C18.6601 5.90994 19.6701 6.91994 19.6701 8.15994V11.48C19.6701 11.89 20.0101 12.23 20.4201 12.23C20.8301 12.23 21.1701 11.89 21.1701 11.48V8.15994C21.1701 6.08994 19.4901 4.40994 17.4201 4.40994Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M21.1701 18.84C21.1701 18.74 21.1501 18.64 21.1101 18.55C21.0701 18.46 21.0201 18.38 20.9501 18.31L17.7901 15.15C17.5001 14.86 17.0201 14.86 16.7301 15.15C16.4401 15.44 16.4401 15.92 16.7301 16.21L18.6101 18.09H6.58008C5.34008 18.09 4.33008 17.08 4.33008 15.84V12.52C4.33008 12.11 3.99008 11.77 3.58008 11.77C3.17008 11.77 2.83008 12.11 2.83008 12.52V15.84C2.83008 17.91 4.51008 19.59 6.58008 19.59H18.6101L16.7301 21.47C16.4401 21.76 16.4401 22.24 16.7301 22.53C16.8801 22.68 17.0701 22.75 17.2601 22.75C17.4501 22.75 17.6401 22.68 17.7901 22.53L20.9501 19.37C21.0201 19.3 21.0701 19.22 21.1101 19.13C21.1501 19.04 21.1701 18.94 21.1701 18.84Z\" fill=\"\"/>\n</svg>\n</li><li title=\"repeate music \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M3.66 16.9314C3.47 16.9314 3.28 16.8614 3.13 16.7114C1.76 15.3314 1 13.5114 1 11.5814C1 7.57141 4.25 4.31139 8.25 4.31139L14.32 4.33141L13.23 3.29137C12.93 3.00137 12.92 2.53137 13.21 2.23137C13.5 1.93137 13.97 1.92141 14.27 2.21141L16.71 4.55138C16.93 4.76138 17 5.09139 16.89 5.37139C16.78 5.65139 16.5 5.84142 16.19 5.84142L8.24001 5.8214C5.07001 5.8214 2.49001 8.41142 2.49001 11.5914C2.49001 13.1214 3.08999 14.5714 4.17999 15.6614C4.46999 15.9514 4.46999 16.4314 4.17999 16.7214C4.03999 16.8614 3.85 16.9314 3.66 16.9314Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M9.7499 21.5014C9.5599 21.5014 9.3799 21.4314 9.2299 21.2914L6.7899 18.9514C6.5699 18.7414 6.4999 18.4114 6.6099 18.1314C6.7199 17.8514 6.9999 17.6614 7.3099 17.6614L15.2599 17.6814C18.4299 17.6814 21.0099 15.0914 21.0099 11.9114C21.0099 10.3814 20.4099 8.93146 19.3199 7.84146C19.0299 7.55146 19.0299 7.07146 19.3199 6.78146C19.6099 6.49146 20.0899 6.49146 20.3799 6.78146C21.7499 8.16146 22.5099 9.98141 22.5099 11.9114C22.5099 15.9214 19.2599 19.1814 15.2599 19.1814L9.1899 19.1614L10.2799 20.2014C10.5799 20.4914 10.5899 20.9614 10.2999 21.2614C10.1399 21.4214 9.9499 21.5014 9.7499 21.5014Z\" fill=\"\"/>\n<path d=\"M9 15.5H15C16.93 15.5 18.5 13.92 18.5 12C18.5 10.08 16.93 8.5 15 8.5H9C7.07 8.5 5.5 10.08 5.5 12C5.5 13.92 7.07 15.5 9 15.5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"repeate one \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M3.91 17.1799C3.72 17.1799 3.53 17.1099 3.38 16.9599C2.01 15.5799 1.25 13.7599 1.25 11.8299C1.25 7.81994 4.5 4.55992 8.5 4.55992L14.57 4.57994L13.48 3.5399C13.18 3.2499 13.17 2.77991 13.46 2.47991C13.75 2.17991 14.22 2.16995 14.52 2.45995L16.96 4.79991C17.18 5.00991 17.25 5.33992 17.14 5.61992C17.03 5.89992 16.75 6.08995 16.44 6.08995L8.48999 6.06993C5.31999 6.06993 2.73999 8.65995 2.73999 11.84C2.73999 13.37 3.33999 14.8199 4.42999 15.9099C4.71999 16.1999 4.71999 16.6799 4.42999 16.9699C4.28999 17.1099 4.1 17.1799 3.91 17.1799Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M9.99991 21.75C9.80991 21.75 9.62992 21.6799 9.47992 21.5399L7.03992 19.2C6.81992 18.99 6.7499 18.66 6.8599 18.38C6.9799 18.1 7.25991 17.9499 7.55991 17.9099L15.5099 17.93C18.6799 17.93 21.2599 15.3399 21.2599 12.1599C21.2599 10.6299 20.6599 9.18 19.5699 8.09C19.2799 7.8 19.2799 7.32 19.5699 7.03C19.8599 6.74 20.3399 6.74 20.6299 7.03C21.9999 8.41 22.7599 10.2299 22.7599 12.1599C22.7599 16.1699 19.5099 19.43 15.5099 19.43L9.43991 19.4099L10.5299 20.45C10.8299 20.74 10.8399 21.21 10.5499 21.51C10.3899 21.67 10.1999 21.75 9.99991 21.75Z\" fill=\"\"/>\n<path d=\"M12.2505 15.4201C11.8405 15.4201 11.5005 15.0801 11.5005 14.6701V11.2801L11.3105 11.4901C11.0305 11.8001 10.5605 11.8201 10.2505 11.5501C9.94049 11.2801 9.92049 10.8001 10.1905 10.4901L11.6905 8.82008C11.9005 8.59008 12.2305 8.51007 12.5205 8.62007C12.8105 8.73007 13.0005 9.01008 13.0005 9.32008V14.6701C13.0005 15.0901 12.6605 15.4201 12.2505 15.4201Z\" fill=\"\"/>\n</svg>\n</li><li title=\"reserve \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.9707 18V19C21.9707 20.65 21.9707 22 18.9707 22H4.9707C1.9707 22 1.9707 20.65 1.9707 19V18C1.9707 17.45 2.4207 17 2.9707 17H20.9707C21.5207 17 21.9707 17.45 21.9707 18Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M20.7195 13V17H3.26953V13C3.26953 9.16 5.97953 5.95 9.58953 5.18C10.1295 5.06 10.6895 5 11.2695 5H12.7195C13.2995 5 13.8695 5.06 14.4095 5.18C18.0195 5.96 20.7195 9.16 20.7195 13Z\" fill=\"\"/>\n<path d=\"M14.5 4.5C14.5 4.74 14.47 4.96 14.41 5.18C13.87 5.06 13.3 5 12.72 5H11.27C10.69 5 10.13 5.06 9.59 5.18C9.53 4.96 9.5 4.74 9.5 4.5C9.5 3.12 10.62 2 12 2C13.38 2 14.5 3.12 14.5 4.5Z\" fill=\"\"/>\n<path d=\"M15 11.75H9C8.59 11.75 8.25 11.41 8.25 11C8.25 10.59 8.59 10.25 9 10.25H15C15.41 10.25 15.75 10.59 15.75 11C15.75 11.41 15.41 11.75 15 11.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"rotate left 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M7.81 2H16.18C19.83 2 22 4.17 22 7.81V16.18C22 19.82 19.83 21.99 16.19 21.99H7.81C4.17 22 2 19.83 2 16.19V7.81C2 4.17 4.17 2 7.81 2Z\" fill=\"\"/>\n<path d=\"M12 18.5799C8.83 18.5799 6.25 15.9999 6.25 12.8299C6.25 11.6899 6.58 10.5799 7.22 9.6399C7.45 9.2999 7.92 9.1999 8.26 9.4299C8.6 9.6599 8.7 10.1299 8.47 10.4699C8 11.1699 7.76 11.9899 7.76 12.8299C7.76 15.1699 9.67 17.0799 12.01 17.0799C14.35 17.0799 16.26 15.1699 16.26 12.8299C16.26 10.5899 14.52 8.7499 12.32 8.5899L12.73 8.8899C13.06 9.1299 13.14 9.5999 12.89 9.9399C12.65 10.2699 12.18 10.3499 11.84 10.0999L9.9 8.6899C9.83 8.6399 9.77 8.5799 9.72 8.5099C9.71 8.4999 9.7 8.4899 9.69 8.4699C9.65 8.3999 9.62 8.3199 9.6 8.2399C9.58 8.1399 9.58 8.0499 9.59 7.9499C9.6 7.9099 9.61 7.8699 9.62 7.8299C9.64 7.7599 9.68 7.6999 9.72 7.6299C9.74 7.6199 9.76 7.5999 9.78 7.5799L11.44 5.6799C11.71 5.3699 12.19 5.3399 12.5 5.6099C12.81 5.8799 12.84 6.3599 12.57 6.6699L12.2 7.0999C15.28 7.1999 17.76 9.7399 17.76 12.8499C17.75 15.9999 15.17 18.5799 12 18.5799Z\" fill=\"\"/>\n</svg>\n</li><li title=\"rotate left \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M7.25 22H11.75C15.5 22 17 20.5 17 16.75V12.25C17 8.5 15.5 7 11.75 7H7.25C3.5 7 2 8.5 2 12.25V16.75C2 20.5 3.5 22 7.25 22Z\" fill=\"\"/>\n<path d=\"M21.2504 10.5C20.8404 10.5 20.5004 10.16 20.5004 9.75C20.5004 6.79 18.4404 4.31 15.6704 3.66L15.9404 4.11C16.1504 4.47 16.0404 4.93 15.6804 5.14C15.3204 5.35 14.8604 5.24 14.6504 4.88L13.6004 3.13C13.4604 2.9 13.4604 2.61 13.5904 2.38C13.7304 2.15 13.9804 2 14.2504 2C18.5204 2 22.0004 5.48 22.0004 9.75C22.0004 10.16 21.6604 10.5 21.2504 10.5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"rotate right 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M7.81 2H16.18C19.83 2 22 4.17 22 7.81V16.18C22 19.82 19.83 21.99 16.19 21.99H7.81C4.17 22 2 19.83 2 16.19V7.81C2 4.17 4.17 2 7.81 2Z\" fill=\"\"/>\n<path d=\"M12 18.5801C8.83 18.5801 6.25 16.0001 6.25 12.8301C6.25 9.72012 8.73 7.19012 11.81 7.08012L11.44 6.65012C11.17 6.34012 11.2 5.86012 11.51 5.59012C11.82 5.32012 12.3 5.35012 12.57 5.66012L14.23 7.56012C14.25 7.58012 14.26 7.60012 14.28 7.62012C14.32 7.68012 14.36 7.75012 14.38 7.82012C14.39 7.86012 14.4 7.90012 14.41 7.94012C14.43 8.03012 14.42 8.13012 14.4 8.22012C14.38 8.30012 14.35 8.38012 14.31 8.46012C14.3 8.48012 14.28 8.50012 14.27 8.52012C14.23 8.58012 14.17 8.63012 14.11 8.67012C14.11 8.67012 14.1 8.67012 14.1 8.68012L12.16 10.1001C11.82 10.3401 11.36 10.2701 11.11 9.94012C10.87 9.61012 10.94 9.14012 11.27 8.89012L11.68 8.59012C9.48 8.75012 7.74 10.5901 7.74 12.8301C7.74 15.1701 9.65 17.0801 11.99 17.0801C14.33 17.0801 16.24 15.1701 16.24 12.8301C16.24 11.9901 15.99 11.1701 15.53 10.4701C15.3 10.1301 15.39 9.66012 15.74 9.43012C16.09 9.20012 16.55 9.29012 16.78 9.64012C17.41 10.5901 17.75 11.6901 17.75 12.8301C17.75 16.0001 15.17 18.5801 12 18.5801Z\" fill=\"\"/>\n</svg>\n</li><li title=\"rotate right \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.75 22H12.25C8.5 22 7 20.5 7 16.75V12.25C7 8.5 8.5 7 12.25 7H16.75C20.5 7 22 8.5 22 12.25V16.75C22 20.5 20.5 22 16.75 22Z\" fill=\"\"/>\n<path d=\"M2.75 10.5C3.16 10.5 3.5 10.16 3.5 9.75C3.5 6.79 5.56 4.31 8.33 3.66L8.06 4.11C7.85 4.47 7.96 4.93 8.32 5.14C8.68 5.35 9.14 5.24 9.35 4.88L10.4 3.13C10.54 2.9 10.54 2.61 10.41 2.38C10.27 2.15 10.02 2 9.75 2C5.48 2 2 5.48 2 9.75C2 10.16 2.34 10.5 2.75 10.5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"route square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.19 2H7.82C4.17 2 2 4.17 2 7.81V16.18C2 19.82 4.17 21.99 7.81 21.99H16.18C19.82 21.99 21.99 19.82 21.99 16.18V7.81C22 4.17 19.83 2 16.19 2Z\" fill=\"\"/>\n<path d=\"M17.3509 9.04979L15.0109 16.5898C14.4509 18.3798 11.9409 18.4098 11.3509 16.6298L10.651 14.5598C10.461 13.9898 10.0109 13.5298 9.44095 13.3498L7.36095 12.6498C5.59095 12.0598 5.62095 9.52979 7.41095 8.98979L14.951 6.63979C16.431 6.18979 17.8209 7.57979 17.3509 9.04979Z\" fill=\"\"/>\n</svg>\n</li><li title=\"routing 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M5.4707 9C7.4037 9 8.9707 7.433 8.9707 5.5C8.9707 3.567 7.4037 2 5.4707 2C3.53771 2 1.9707 3.567 1.9707 5.5C1.9707 7.433 3.53771 9 5.4707 9Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M17 15H20C21.1 15 22 15.9 22 17V20C22 21.1 21.1 22 20 22H17C15.9 22 15 21.1 15 20V17C15 15.9 15.9 15 17 15Z\" fill=\"\"/>\n<path d=\"M11.9995 19.75H9.31945C8.15945 19.75 7.14945 19.05 6.74945 17.97C6.33945 16.89 6.63945 15.7 7.50945 14.93L15.4995 7.94C15.9795 7.52 15.9895 6.95 15.8495 6.56C15.6995 6.17 15.3195 5.75 14.6795 5.75H11.9995C11.5895 5.75 11.2495 5.41 11.2495 5C11.2495 4.59 11.5895 4.25 11.9995 4.25H14.6795C15.8395 4.25 16.8495 4.95 17.2495 6.03C17.6595 7.11 17.3595 8.3 16.4895 9.07L8.49945 16.06C8.01945 16.48 8.00945 17.05 8.14945 17.44C8.29945 17.83 8.67945 18.25 9.31945 18.25H11.9995C12.4095 18.25 12.7495 18.59 12.7495 19C12.7495 19.41 12.4095 19.75 11.9995 19.75Z\" fill=\"\"/>\n<path d=\"M18.5098 19.5C17.9598 19.5 17.5098 19.05 17.5098 18.5C17.5098 17.95 17.9498 17.5 18.5098 17.5H18.5198C19.0698 17.5 19.5198 17.95 19.5198 18.5C19.5198 19.05 19.0698 19.5 18.5098 19.5Z\" fill=\"\"/>\n<path d=\"M5.50977 6.5C4.95977 6.5 4.50977 6.05 4.50977 5.5C4.50977 4.95 4.94977 4.5 5.50977 4.5H5.51977C6.06977 4.5 6.51977 4.95 6.51977 5.5C6.51977 6.05 6.06977 6.5 5.50977 6.5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"routing \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M8.88003 4.60022C8.08003 1.14022 2.87002 1.13022 2.07002 4.60022C1.60002 6.63022 2.89003 8.35022 4.01003 9.42022C4.83003 10.1902 6.12003 10.1902 6.94003 9.42022C8.06003 8.35022 9.34003 6.63022 8.88003 4.60022ZM5.51003 6.20022C4.96003 6.20022 4.51003 5.75022 4.51003 5.20022C4.51003 4.65022 4.95003 4.20022 5.50003 4.20022H5.51003C6.07003 4.20022 6.51003 4.65022 6.51003 5.20022C6.51003 5.75022 6.07003 6.20022 5.51003 6.20022Z\" fill=\"\"/>\n<path d=\"M6.50977 5.2002C6.50977 5.7502 6.06977 6.2002 5.50977 6.2002C4.95977 6.2002 4.50977 5.7502 4.50977 5.2002C4.50977 4.6502 4.94977 4.2002 5.49977 4.2002H5.50977C6.06977 4.2002 6.50977 4.6502 6.50977 5.2002Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M21.91 16.6002C21.11 13.1402 15.88 13.1302 15.07 16.6002C14.6 18.6302 15.89 20.3502 17.02 21.4202C17.84 22.1902 19.14 22.1902 19.96 21.4202C21.09 20.3502 22.38 18.6302 21.91 16.6002ZM18.53 18.2002C17.98 18.2002 17.53 17.7502 17.53 17.2002C17.53 16.6502 17.97 16.2002 18.52 16.2002H18.53C19.08 16.2002 19.53 16.6502 19.53 17.2002C19.53 17.7502 19.08 18.2002 18.53 18.2002Z\" fill=\"\"/>\n<path d=\"M19.5293 17.2002C19.5293 17.7502 19.0793 18.2002 18.5293 18.2002C17.9793 18.2002 17.5293 17.7502 17.5293 17.2002C17.5293 16.6502 17.9693 16.2002 18.5193 16.2002H18.5293C19.0793 16.2002 19.5293 16.6502 19.5293 17.2002Z\" fill=\"\"/>\n<path d=\"M11.9995 19.75H9.31945C8.15945 19.75 7.14945 19.05 6.74945 17.97C6.33945 16.89 6.63945 15.7 7.50945 14.93L15.4995 7.94C15.9795 7.52 15.9895 6.95 15.8495 6.56C15.6995 6.17 15.3195 5.75 14.6795 5.75H11.9995C11.5895 5.75 11.2495 5.41 11.2495 5C11.2495 4.59 11.5895 4.25 11.9995 4.25H14.6795C15.8395 4.25 16.8495 4.95 17.2495 6.03C17.6595 7.11 17.3595 8.3 16.4895 9.07L8.49945 16.06C8.01945 16.48 8.00945 17.05 8.14945 17.44C8.29945 17.83 8.67945 18.25 9.31945 18.25H11.9995C12.4095 18.25 12.7495 18.59 12.7495 19C12.7495 19.41 12.4095 19.75 11.9995 19.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"row horizontal \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M13.5 4.1V19.9C13.5 21.4 14.14 22 15.73 22H19.77C21.36 22 22 21.4 22 19.9V4.1C22 2.6 21.36 2 19.77 2H15.73C14.14 2 13.5 2.6 13.5 4.1Z\" fill=\"\"/>\n<path d=\"M2 4.1V19.9C2 21.4 2.64 22 4.23 22H8.27C9.86 22 10.5 21.4 10.5 19.9V4.1C10.5 2.6 9.86 2 8.27 2H4.23C2.64 2 2 2.6 2 4.1Z\" fill=\"\"/>\n</svg>\n</li><li title=\"row vertical \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M19.9 13.5H4.1C2.6 13.5 2 14.14 2 15.73V19.77C2 21.36 2.6 22 4.1 22H19.9C21.4 22 22 21.36 22 19.77V15.73C22 14.14 21.4 13.5 19.9 13.5Z\" fill=\"\"/>\n<path d=\"M19.9 2H4.1C2.6 2 2 2.64 2 4.23V8.27C2 9.86 2.6 10.5 4.1 10.5H19.9C21.4 10.5 22 9.86 22 8.27V4.23C22 2.64 21.4 2 19.9 2Z\" fill=\"\"/>\n</svg>\n</li><li title=\"ruler&pen \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M21.4707 5V19C21.4707 20.66 20.1207 22 18.4707 22H14.4707C12.8107 22 11.4707 20.66 11.4707 19V5C11.4707 3.34 12.8107 2 14.4707 2H18.4707C20.1207 2 21.4707 3.34 21.4707 5Z\" fill=\"\"/>\n<path d=\"M17.2207 6C17.2207 6.41 16.8807 6.75 16.4707 6.75H11.4707V5.25H16.4707C16.8807 5.25 17.2207 5.59 17.2207 6Z\" fill=\"\"/>\n<path d=\"M16.1207 18C16.1207 18.41 15.7907 18.75 15.3707 18.75H11.4707V17.25H15.3707C15.7907 17.25 16.1207 17.59 16.1207 18Z\" fill=\"\"/>\n<path d=\"M17.2207 14.0102C17.2107 14.4202 16.8807 14.7502 16.4707 14.7502C16.4607 14.7502 16.4607 14.7502 16.4607 14.7502L11.4707 14.7002V13.2002L16.4707 13.2502C16.8907 13.2502 17.2207 13.5902 17.2207 14.0102Z\" fill=\"\"/>\n<path d=\"M15.0307 10C15.0307 10.41 14.6907 10.75 14.2807 10.75H11.4707V9.25H14.2807C14.6907 9.25 15.0307 9.59 15.0307 10Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M8.4393 4.95V17.91C8.4393 18.36 8.2493 19.05 8.0193 19.43L7.1993 20.79C6.2593 22.37 4.7193 22.37 3.7693 20.79L2.9593 19.43C2.7193 19.05 2.5293 18.36 2.5293 17.91V4.95C2.5293 3.33 3.8593 2 5.4893 2C7.1093 2 8.4393 3.33 8.4393 4.95Z\" fill=\"\"/>\n<path d=\"M8.4393 6.25H2.5293V7.75H8.4393V6.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"ruler \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M5 17H19C20.66 17 22 15.66 22 14V10C22 8.34 20.66 7 19 7H5C3.34 7 2 8.34 2 10V14C2 15.66 3.34 17 5 17Z\" fill=\"\"/>\n<path d=\"M18.75 7V12C18.75 12.41 18.41 12.75 18 12.75C17.59 12.75 17.25 12.41 17.25 12V7H18.75Z\" fill=\"\"/>\n<path d=\"M6.75 7V10.8C6.75 11.21 6.41 11.55 6 11.55C5.59 11.55 5.25 11.21 5.25 10.8V7H6.75Z\" fill=\"\"/>\n<path d=\"M10.79 7L10.75 12.01C10.75 12.42 10.41 12.75 10 12.75C10 12.75 10 12.75 9.99 12.75C9.58 12.75 9.25 12.41 9.25 11.99L9.29 7H10.79Z\" fill=\"\"/>\n<path d=\"M14.75 7V9.6C14.75 10.01 14.41 10.35 14 10.35C13.59 10.35 13.25 10.01 13.25 9.6V7H14.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"safe home \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22.9998 15.3699V17.5599C22.9998 19.9999 21.2198 22.2999 18.7998 22.9699C18.6298 23.0099 18.4499 23.0099 18.2899 22.9699C17.1099 22.6499 16.0698 21.9299 15.3398 20.9999C14.5498 20.0199 14.0898 18.8099 14.0898 17.5599V15.3699C14.0898 14.9499 14.3998 14.49 14.7798 14.33L17.5598 13.1899C18.1898 12.9399 18.8898 12.9399 19.5198 13.1899L20.5198 13.5999L22.3098 14.33C22.6898 14.49 22.9998 14.9499 22.9998 15.3699Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M20.9493 11.0101L20.5193 13.6L19.5193 13.1901C18.8893 12.9401 18.1893 12.9401 17.5593 13.1901L14.7793 14.3301C14.3993 14.4901 14.0893 14.95 14.0893 15.37V17.56C14.0893 18.81 14.5493 20.0201 15.3393 21H6.1793C4.8093 21 3.51931 19.91 3.28931 18.56L2.0293 11.0101C1.8693 10.0801 2.33929 8.83004 3.07929 8.24004L9.65931 2.98003C10.6693 2.17003 12.3093 2.17004 13.3193 2.99004L19.8993 8.24004C20.6293 8.83004 21.1093 10.0801 20.9493 11.0101Z\" fill=\"\"/>\n</svg>\n</li><li title=\"sagittarius \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.6897 2.71002C21.6097 2.53002 21.4697 2.37999 21.2797 2.29999C21.1897 2.25999 21.0897 2.23999 20.9897 2.23999H11.9897C11.5797 2.23999 11.2397 2.57999 11.2397 2.98999C11.2397 3.39999 11.5797 3.73999 11.9897 3.73999H19.1797L2.45969 20.46C2.16969 20.75 2.16969 21.23 2.45969 21.52C2.60969 21.67 2.79966 21.74 2.98966 21.74C3.17966 21.74 3.36969 21.67 3.51969 21.52L20.2397 4.79999V12C20.2397 12.41 20.5797 12.75 20.9897 12.75C21.3997 12.75 21.7397 12.41 21.7397 12V3C21.7497 2.9 21.7297 2.81002 21.6897 2.71002Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M17.3991 18.1501C17.2091 18.1501 17.019 18.08 16.8691 17.93L6.06906 7.13004C5.77906 6.84004 5.77906 6.36004 6.06906 6.07004C6.35906 5.78004 6.83906 5.78004 7.12906 6.07004L17.929 16.87C18.219 17.16 18.219 17.64 17.929 17.93C17.779 18.08 17.5891 18.1501 17.3991 18.1501Z\" fill=\"\"/>\n</svg>\n</li><li title=\"save 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12.89 5.87988H5.10999C3.39999 5.87988 2 7.27987 2 8.98987V20.3499C2 21.7999 3.04 22.4199 4.31 21.7099L8.23999 19.5199C8.65999 19.2899 9.34 19.2899 9.75 19.5199L13.68 21.7099C14.95 22.4199 15.99 21.7999 15.99 20.3499V8.98987C16 7.27987 14.6 5.87988 12.89 5.87988Z\" fill=\"\"/>\n<path d=\"M22 5.10999V16.47C22 17.92 20.96 18.53 19.69 17.83L16 15.77V8.98999C16 7.27999 14.6 5.88 12.89 5.88H8V5.10999C8 3.39999 9.39999 2 11.11 2H18.89C20.6 2 22 3.39999 22 5.10999Z\" fill=\"\"/>\n</svg>\n</li><li title=\"save add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16 8.98987V20.3499C16 21.7999 14.96 22.4099 13.69 21.7099L9.76001 19.5199C9.34001 19.2899 8.65999 19.2899 8.23999 19.5199L4.31 21.7099C3.04 22.4099 2 21.7999 2 20.3499V8.98987C2 7.27987 3.39999 5.87988 5.10999 5.87988H12.89C14.6 5.87988 16 7.27987 16 8.98987Z\" fill=\"\"/>\n<path d=\"M22 5.10999V16.47C22 17.92 20.96 18.53 19.69 17.83L16 15.77V8.98999C16 7.27999 14.6 5.88 12.89 5.88H8V5.10999C8 3.39999 9.39999 2 11.11 2H18.89C20.6 2 22 3.39999 22 5.10999Z\" fill=\"\"/>\n<path d=\"M11 11.25H9.75V10C9.75 9.59 9.41 9.25 9 9.25C8.59 9.25 8.25 9.59 8.25 10V11.25H7C6.59 11.25 6.25 11.59 6.25 12C6.25 12.41 6.59 12.75 7 12.75H8.25V14C8.25 14.41 8.59 14.75 9 14.75C9.41 14.75 9.75 14.41 9.75 14V12.75H11C11.41 12.75 11.75 12.41 11.75 12C11.75 11.59 11.41 11.25 11 11.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"save minus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16 8.98987V20.3499C16 21.7999 14.96 22.4099 13.69 21.7099L9.76001 19.5199C9.34001 19.2899 8.65999 19.2899 8.23999 19.5199L4.31 21.7099C3.04 22.4099 2 21.7999 2 20.3499V8.98987C2 7.27987 3.39999 5.87988 5.10999 5.87988H12.89C14.6 5.87988 16 7.27987 16 8.98987Z\" fill=\"\"/>\n<path d=\"M22 5.10999V16.47C22 17.92 20.96 18.53 19.69 17.83L16 15.77V8.98999C16 7.27999 14.6 5.88 12.89 5.88H8V5.10999C8 3.39999 9.39999 2 11.11 2H18.89C20.6 2 22 3.39999 22 5.10999Z\" fill=\"\"/>\n<path d=\"M11 12.75H7C6.59 12.75 6.25 12.41 6.25 12C6.25 11.59 6.59 11.25 7 11.25H11C11.41 11.25 11.75 11.59 11.75 12C11.75 12.41 11.41 12.75 11 12.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"save remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16 8.98987V20.3499C16 21.7999 14.96 22.4099 13.69 21.7099L9.76 19.5199C9.34 19.2899 8.66 19.2899 8.24 19.5199L4.31 21.7099C3.04 22.4099 2 21.7999 2 20.3499V8.98987C2 7.27987 3.4 5.87988 5.11 5.87988H12.89C14.6 5.87988 16 7.27987 16 8.98987Z\" fill=\"\"/>\n<path d=\"M10.0593 11.9998L10.9393 11.1198C11.2293 10.8298 11.2293 10.3498 10.9393 10.0598C10.6493 9.76979 10.1693 9.76979 9.8793 10.0598L8.9993 10.9398L8.1193 10.0598C7.8293 9.76979 7.3493 9.76979 7.0593 10.0598C6.7693 10.3498 6.7693 10.8298 7.0593 11.1198L7.9393 11.9998L7.0593 12.8798C6.7693 13.1698 6.7693 13.6498 7.0593 13.9398C7.2093 14.0898 7.3993 14.1598 7.5893 14.1598C7.7793 14.1598 7.9693 14.0898 8.1193 13.9398L8.9993 13.0598L9.8793 13.9398C10.0293 14.0898 10.2193 14.1598 10.4093 14.1598C10.5993 14.1598 10.7893 14.0898 10.9393 13.9398C11.2293 13.6498 11.2293 13.1698 10.9393 12.8798L10.0593 11.9998Z\" fill=\"\"/>\n<path d=\"M22 5.10999V16.47C22 17.92 20.96 18.53 19.69 17.83L16 15.77V8.98999C16 7.27999 14.6 5.88 12.89 5.88H8V5.10999C8 3.39999 9.4 2 11.11 2H18.89C20.6 2 22 3.39999 22 5.10999Z\" fill=\"\"/>\n</svg>\n</li><li title=\"scan barcode \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M2 9.75C1.59 9.75 1.25 9.41 1.25 9V6.5C1.25 3.6 3.61 1.25 6.5 1.25H9C9.41 1.25 9.75 1.59 9.75 2C9.75 2.41 9.41 2.75 9 2.75H6.5C4.43 2.75 2.75 4.43 2.75 6.5V9C2.75 9.41 2.41 9.75 2 9.75Z\" fill=\"\"/>\n<path d=\"M22 9.75C21.59 9.75 21.25 9.41 21.25 9V6.5C21.25 4.43 19.57 2.75 17.5 2.75H15C14.59 2.75 14.25 2.41 14.25 2C14.25 1.59 14.59 1.25 15 1.25H17.5C20.39 1.25 22.75 3.6 22.75 6.5V9C22.75 9.41 22.41 9.75 22 9.75Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M17.5 22.75H16C15.59 22.75 15.25 22.41 15.25 22C15.25 21.59 15.59 21.25 16 21.25H17.5C19.57 21.25 21.25 19.57 21.25 17.5V16C21.25 15.59 21.59 15.25 22 15.25C22.41 15.25 22.75 15.59 22.75 16V17.5C22.75 20.4 20.39 22.75 17.5 22.75Z\" fill=\"\"/>\n<path d=\"M9 22.75H6.5C3.61 22.75 1.25 20.4 1.25 17.5V15C1.25 14.59 1.59 14.25 2 14.25C2.41 14.25 2.75 14.59 2.75 15V17.5C2.75 19.57 4.43 21.25 6.5 21.25H9C9.41 21.25 9.75 21.59 9.75 22C9.75 22.41 9.41 22.75 9 22.75Z\" fill=\"\"/>\n<path d=\"M9 5.25H7C5.86 5.25 5.25 5.85 5.25 7V9C5.25 10.15 5.86 10.75 7 10.75H9C10.14 10.75 10.75 10.15 10.75 9V7C10.75 5.85 10.14 5.25 9 5.25Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M17 5.25H15C13.86 5.25 13.25 5.85 13.25 7V9C13.25 10.15 13.86 10.75 15 10.75H17C18.14 10.75 18.75 10.15 18.75 9V7C18.75 5.85 18.14 5.25 17 5.25Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M9 13.25H7C5.86 13.25 5.25 13.85 5.25 15V17C5.25 18.15 5.86 18.75 7 18.75H9C10.14 18.75 10.75 18.15 10.75 17V15C10.75 13.85 10.14 13.25 9 13.25Z\" fill=\"\"/>\n<path d=\"M17 13.25H15C13.86 13.25 13.25 13.85 13.25 15V17C13.25 18.15 13.86 18.75 15 18.75H17C18.14 18.75 18.75 18.15 18.75 17V15C18.75 13.85 18.14 13.25 17 13.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"scan \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M2.77 10C2.34 10 2 9.66 2 9.23V6.92C2 4.21 4.21 2 6.92 2H9.23C9.66 2 10 2.34 10 2.77C10 3.2 9.66 3.54 9.23 3.54H6.92C5.05 3.54 3.54 5.06 3.54 6.92V9.23C3.54 9.66 3.19 10 2.77 10Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M21.23 10C20.81 10 20.46 9.66 20.46 9.23V6.92C20.46 5.05 18.94 3.54 17.08 3.54H14.77C14.34 3.54 14 3.19 14 2.77C14 2.35 14.34 2 14.77 2H17.08C19.79 2 22 4.21 22 6.92V9.23C22 9.66 21.66 10 21.23 10Z\" fill=\"\"/>\n<path d=\"M17.0799 21.9999H15.6899C15.2699 21.9999 14.9199 21.6599 14.9199 21.2299C14.9199 20.8099 15.2599 20.4599 15.6899 20.4599H17.0799C18.9499 20.4599 20.4599 18.9399 20.4599 17.0799V15.6999C20.4599 15.2799 20.7999 14.9299 21.2299 14.9299C21.6499 14.9299 21.9999 15.2699 21.9999 15.6999V17.0799C21.9999 19.7899 19.7899 21.9999 17.0799 21.9999Z\" fill=\"\"/>\n<path d=\"M9.23 22H6.92C4.21 22 2 19.79 2 17.08V14.77C2 14.34 2.34 14 2.77 14C3.2 14 3.54 14.34 3.54 14.77V17.08C3.54 18.95 5.06 20.46 6.92 20.46H9.23C9.65 20.46 10 20.8 10 21.23C10 21.66 9.66 22 9.23 22Z\" fill=\"\"/>\n<path d=\"M18.4595 11.23H17.0995H6.89953H5.53953C5.10953 11.23 4.76953 11.58 4.76953 12C4.76953 12.42 5.10953 12.77 5.53953 12.77H6.89953H17.0995H18.4595C18.8895 12.77 19.2295 12.42 19.2295 12C19.2295 11.58 18.8895 11.23 18.4595 11.23Z\" fill=\"\"/>\n<path d=\"M6.90039 13.94V14.27C6.90039 15.93 8.24039 17.27 9.90039 17.27H14.1004C15.7604 17.27 17.1004 15.93 17.1004 14.27V13.94C17.1004 13.82 17.0104 13.73 16.8904 13.73H7.11039C6.99039 13.73 6.90039 13.82 6.90039 13.94Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M6.90039 10.06V9.72998C6.90039 8.06998 8.24039 6.72998 9.90039 6.72998H14.1004C15.7604 6.72998 17.1004 8.06998 17.1004 9.72998V10.06C17.1004 10.18 17.0104 10.27 16.8904 10.27H7.11039C6.99039 10.27 6.90039 10.18 6.90039 10.06Z\" fill=\"\"/>\n</svg>\n</li><li title=\"scanner \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 9.75C21.59 9.75 21.25 9.41 21.25 9V7C21.25 4.42 19.58 2.75 17 2.75H7C4.42 2.75 2.75 4.42 2.75 7V9C2.75 9.41 2.41 9.75 2 9.75C1.59 9.75 1.25 9.41 1.25 9V7C1.25 3.56 3.56 1.25 7 1.25H17C20.44 1.25 22.75 3.56 22.75 7V9C22.75 9.41 22.41 9.75 22 9.75Z\" fill=\"\"/>\n<path d=\"M17 22.75H7C3.56 22.75 1.25 20.44 1.25 17V15C1.25 14.59 1.59 14.25 2 14.25C2.41 14.25 2.75 14.59 2.75 15V17C2.75 19.58 4.42 21.25 7 21.25H17C19.58 21.25 21.25 19.58 21.25 17V15C21.25 14.59 21.59 14.25 22 14.25C22.41 14.25 22.75 14.59 22.75 15V17C22.75 20.44 20.44 22.75 17 22.75Z\" fill=\"\"/>\n<path d=\"M22 12.75H2C1.59 12.75 1.25 12.41 1.25 12C1.25 11.59 1.59 11.25 2 11.25H22C22.41 11.25 22.75 11.59 22.75 12C22.75 12.41 22.41 12.75 22 12.75Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M16.5 9H7.5C7.22 9 7 8.78 7 8.5V6.5C7 5.68 7.67 5 8.5 5H15.5C16.33 5 17 5.68 17 6.5V8.5C17 8.78 16.78 9 16.5 9Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M16.5 15H7.5C7.22 15 7 15.22 7 15.5V17.5C7 18.32 7.67 19 8.5 19H15.5C16.33 19 17 18.32 17 17.5V15.5C17 15.22 16.78 15 16.5 15Z\" fill=\"\"/>\n</svg>\n</li><li title=\"scanning \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M2 9.75C1.59 9.75 1.25 9.41 1.25 9V6.5C1.25 3.6 3.61 1.25 6.5 1.25H9C9.41 1.25 9.75 1.59 9.75 2C9.75 2.41 9.41 2.75 9 2.75H6.5C4.43 2.75 2.75 4.43 2.75 6.5V9C2.75 9.41 2.41 9.75 2 9.75Z\" fill=\"\"/>\n<path d=\"M22 9.75C21.59 9.75 21.25 9.41 21.25 9V6.5C21.25 4.43 19.57 2.75 17.5 2.75H15C14.59 2.75 14.25 2.41 14.25 2C14.25 1.59 14.59 1.25 15 1.25H17.5C20.39 1.25 22.75 3.6 22.75 6.5V9C22.75 9.41 22.41 9.75 22 9.75Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M17.5 22.75H16C15.59 22.75 15.25 22.41 15.25 22C15.25 21.59 15.59 21.25 16 21.25H17.5C19.57 21.25 21.25 19.57 21.25 17.5V16C21.25 15.59 21.59 15.25 22 15.25C22.41 15.25 22.75 15.59 22.75 16V17.5C22.75 20.4 20.39 22.75 17.5 22.75Z\" fill=\"\"/>\n<path d=\"M9 22.75H6.5C3.61 22.75 1.25 20.4 1.25 17.5V15C1.25 14.59 1.59 14.25 2 14.25C2.41 14.25 2.75 14.59 2.75 15V17.5C2.75 19.57 4.43 21.25 6.5 21.25H9C9.41 21.25 9.75 21.59 9.75 22C9.75 22.41 9.41 22.75 9 22.75Z\" fill=\"\"/>\n<path d=\"M8.49914 11.3801C10.0897 11.3801 11.3791 10.0907 11.3791 8.50012C11.3791 6.90954 10.0897 5.62012 8.49914 5.62012C6.90856 5.62012 5.61914 6.90954 5.61914 8.50012C5.61914 10.0907 6.90856 11.3801 8.49914 11.3801Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M7.49914 18.3801C8.53744 18.3801 9.37914 17.5384 9.37914 16.5001C9.37914 15.4618 8.53744 14.6201 7.49914 14.6201C6.46085 14.6201 5.61914 15.4618 5.61914 16.5001C5.61914 17.5384 6.46085 18.3801 7.49914 18.3801Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M16.4991 9.38012C17.5374 9.38012 18.3791 8.53841 18.3791 7.50012C18.3791 6.46182 17.5374 5.62012 16.4991 5.62012C15.4608 5.62012 14.6191 6.46182 14.6191 7.50012C14.6191 8.53841 15.4608 9.38012 16.4991 9.38012Z\" fill=\"\"/>\n<path d=\"M15.4991 18.3801C17.0897 18.3801 18.3791 17.0907 18.3791 15.5001C18.3791 13.9095 17.0897 12.6201 15.4991 12.6201C13.9086 12.6201 12.6191 13.9095 12.6191 15.5001C12.6191 17.0907 13.9086 18.3801 15.4991 18.3801Z\" fill=\"\"/>\n</svg>\n</li><li title=\"scissor 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.1898 2H7.81976C4.17976 2 2.00977 4.17 2.00977 7.81V16.18C2.00977 19.82 4.17976 21.99 7.81976 21.99H16.1898C19.8298 21.99 21.9998 19.82 21.9998 16.18V7.81C21.9998 4.17 19.8298 2 16.1898 2Z\" fill=\"\"/>\n<path d=\"M14.1692 11.9899L17.7692 9.29992C18.0992 9.04992 18.1692 8.57992 17.9192 8.24992C17.6692 7.91992 17.1992 7.84992 16.8692 8.09992L12.9192 11.0499L10.5192 9.24992C10.5292 9.15992 10.5492 9.06992 10.5492 8.96992C10.5492 7.69992 9.51921 6.66992 8.24921 6.66992C6.97921 6.66992 5.94922 7.69992 5.94922 8.96992C5.94922 10.2399 6.97921 11.2699 8.24921 11.2699C8.86921 11.2699 9.42918 11.0199 9.84918 10.6199L11.6792 11.9899L9.83923 13.3699C9.42923 12.9799 8.86922 12.7299 8.25922 12.7299C6.98922 12.7299 5.95923 13.7599 5.95923 15.0299C5.95923 16.2999 6.98922 17.3299 8.25922 17.3299C9.52922 17.3299 10.5592 16.2999 10.5592 15.0299C10.5592 14.9299 10.5392 14.8299 10.5292 14.7299L12.9392 12.9299L16.8892 15.8799C17.0192 15.9799 17.1792 16.0299 17.3392 16.0299C17.5692 16.0299 17.7892 15.9299 17.9392 15.7299C18.1892 15.3999 18.1192 14.9299 17.7892 14.6799L14.1692 11.9899Z\" fill=\"\"/>\n</svg>\n</li><li title=\"scissor \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.5 10C7.433 10 9 8.433 9 6.5C9 4.567 7.433 3 5.5 3C3.567 3 2 4.567 2 6.5C2 8.433 3.567 10 5.5 10Z\" fill=\"\"/>\n<path d=\"M5.5 21C7.433 21 9 19.433 9 17.5C9 15.567 7.433 14 5.5 14C3.567 14 2 15.567 2 17.5C2 19.433 3.567 21 5.5 21Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M15.2491 11.9798L22.4491 6.59978C22.7791 6.34978 22.8491 5.87978 22.5991 5.54978C22.3491 5.21978 21.8791 5.14978 21.5491 5.39978L13.9991 11.0498L8.4491 6.89978C8.1191 6.64978 7.64908 6.71978 7.39908 7.04978C7.14908 7.37978 7.21908 7.84978 7.54908 8.09978L12.7491 11.9898L6.8491 16.4098C6.5191 16.6598 6.4491 17.1298 6.6991 17.4598C6.8491 17.6598 7.06908 17.7598 7.29908 17.7598C7.45908 17.7598 7.60909 17.7098 7.74909 17.6098L14.0091 12.9298L21.5591 18.5798C21.6891 18.6798 21.8491 18.7298 22.0091 18.7298C22.2391 18.7298 22.4591 18.6298 22.6091 18.4298C22.8591 18.0998 22.7891 17.6298 22.4591 17.3798L15.2491 11.9798Z\" fill=\"\"/>\n</svg>\n</li><li title=\"screenmirroring \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2Z\" fill=\"\"/>\n<path d=\"M12.6 18.5H16.4C17.9 18.5 18.5 17.9 18.5 16.4V14.6C18.5 13.1 17.9 12.5 16.4 12.5H12.6C11.1 12.5 10.5 13.1 10.5 14.6V16.4C10.5 17.9 11.1 18.5 12.6 18.5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"scroll \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2Z\" fill=\"\"/>\n<path d=\"M9.59922 15.7799C9.40922 15.7799 9.21922 15.7099 9.06922 15.5599L6.57922 13.0699C5.98922 12.4799 5.98922 11.5299 6.57922 10.9399L9.06922 8.44992C9.35922 8.15992 9.83922 8.15992 10.1292 8.44992C10.4192 8.73992 10.4192 9.21992 10.1292 9.50992L7.63922 11.9999L10.1292 14.4999C10.4192 14.7899 10.4192 15.2699 10.1292 15.5599C9.97922 15.6999 9.78922 15.7799 9.59922 15.7799Z\" fill=\"\"/>\n<path d=\"M14.3998 15.7802C14.2098 15.7802 14.0198 15.7102 13.8698 15.5602C13.5798 15.2702 13.5798 14.7902 13.8698 14.5002L16.3598 12.0002L13.8698 9.50016C13.5798 9.21016 13.5798 8.73016 13.8698 8.44016C14.1598 8.15016 14.6398 8.15016 14.9298 8.44016L17.4198 10.9302C18.0098 11.5202 18.0098 12.4702 17.4198 13.0602L14.9298 15.5502C14.7898 15.7002 14.5898 15.7802 14.3998 15.7802Z\" fill=\"\"/>\n</svg>\n</li><li title=\"search favorite 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M11.5 21C16.7467 21 21 16.7467 21 11.5C21 6.25329 16.7467 2 11.5 2C6.25329 2 2 6.25329 2 11.5C2 16.7467 6.25329 21 11.5 21Z\" fill=\"\"/>\n<path d=\"M21.3005 22.0001C21.1205 22.0001 20.9405 21.9301 20.8105 21.8001L18.9505 19.9401C18.6805 19.6701 18.6805 19.2301 18.9505 18.9501C19.2205 18.6801 19.6605 18.6801 19.9405 18.9501L21.8005 20.8101C22.0705 21.0801 22.0705 21.5201 21.8005 21.8001C21.6605 21.9301 21.4805 22.0001 21.3005 22.0001Z\" fill=\"\"/>\n<path d=\"M13.2699 8.88995C12.6399 8.68995 11.9699 8.80995 11.4899 9.17995C10.9999 8.80995 10.3499 8.68995 9.71993 8.88995C8.35993 9.32995 7.92993 10.8799 8.30993 12.0599C8.88993 13.8699 10.7999 14.8099 11.4899 14.8099C12.1599 14.8099 14.1099 13.8499 14.6699 12.0599C15.0599 10.8799 14.6299 9.32995 13.2699 8.88995Z\" fill=\"\"/>\n</svg>\n</li><li title=\"search favorite \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M11.0002 20.01C15.9763 20.01 20.0102 15.9761 20.0102 11C20.0102 6.0239 15.9763 1.98999 11.0002 1.98999C6.02415 1.98999 1.99023 6.0239 1.99023 11C1.99023 15.9761 6.02415 20.01 11.0002 20.01Z\" fill=\"\"/>\n<path d=\"M12.7699 8.2901C12.1399 8.0901 11.4699 8.2101 10.9899 8.5801C10.4999 8.2101 9.84993 8.0901 9.21993 8.2901C7.85993 8.7301 7.42993 10.2801 7.80993 11.4601C8.38993 13.2701 10.2999 14.2101 10.9899 14.2101C11.6599 14.2101 13.6099 13.2501 14.1699 11.4601C14.5599 10.2801 14.1299 8.7301 12.7699 8.2901Z\" fill=\"\"/>\n<path d=\"M21.9901 18.95C21.6601 18.34 20.9601 18 20.0201 18C19.3101 18 18.7001 18.29 18.3401 18.79C17.9801 19.29 17.9001 19.96 18.1201 20.63C18.5501 21.93 19.3001 22.22 19.7101 22.27C19.7701 22.28 19.8301 22.28 19.9001 22.28C20.3401 22.28 21.0201 22.09 21.6801 21.1C22.2101 20.33 22.3101 19.56 21.9901 18.95Z\" fill=\"\"/>\n</svg>\n</li><li title=\"search normal 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M11.5 21C16.7467 21 21 16.7467 21 11.5C21 6.25329 16.7467 2 11.5 2C6.25329 2 2 6.25329 2 11.5C2 16.7467 6.25329 21 11.5 21Z\" fill=\"\"/>\n<path d=\"M21.3005 22.0001C21.1205 22.0001 20.9405 21.9301 20.8105 21.8001L18.9505 19.9401C18.6805 19.6701 18.6805 19.2301 18.9505 18.9501C19.2205 18.6801 19.6605 18.6801 19.9405 18.9501L21.8005 20.8101C22.0705 21.0801 22.0705 21.5201 21.8005 21.8001C21.6605 21.9301 21.4805 22.0001 21.3005 22.0001Z\" fill=\"\"/>\n</svg>\n</li><li title=\"search normal \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M11.01 20.02C15.9861 20.02 20.02 15.9861 20.02 11.01C20.02 6.03391 15.9861 2 11.01 2C6.03391 2 2 6.03391 2 11.01C2 15.9861 6.03391 20.02 11.01 20.02Z\" fill=\"\"/>\n<path d=\"M21.9901 18.95C21.6601 18.34 20.9601 18 20.0201 18C19.3101 18 18.7001 18.29 18.3401 18.79C17.9801 19.29 17.9001 19.96 18.1201 20.63C18.5501 21.93 19.3001 22.22 19.7101 22.27C19.7701 22.28 19.8301 22.28 19.9001 22.28C20.3401 22.28 21.0201 22.09 21.6801 21.1C22.2101 20.33 22.3101 19.56 21.9901 18.95Z\" fill=\"\"/>\n</svg>\n</li><li title=\"search status 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.5 10.75H8.5C8.09 10.75 7.75 10.41 7.75 10C7.75 9.59 8.09 9.25 8.5 9.25H14.5C14.91 9.25 15.25 9.59 15.25 10C15.25 10.41 14.91 10.75 14.5 10.75Z\" fill=\"\"/>\n<path d=\"M11.5 13.75H8.5C8.09 13.75 7.75 13.41 7.75 13C7.75 12.59 8.09 12.25 8.5 12.25H11.5C11.91 12.25 12.25 12.59 12.25 13C12.25 13.41 11.91 13.75 11.5 13.75Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M11.5 21C16.7467 21 21 16.7467 21 11.5C21 6.25329 16.7467 2 11.5 2C6.25329 2 2 6.25329 2 11.5C2 16.7467 6.25329 21 11.5 21Z\" fill=\"\"/>\n<path d=\"M21.3005 22.0001C21.1205 22.0001 20.9405 21.9301 20.8105 21.8001L18.9505 19.9401C18.6805 19.6701 18.6805 19.2301 18.9505 18.9501C19.2205 18.6801 19.6605 18.6801 19.9405 18.9501L21.8005 20.8101C22.0705 21.0801 22.0705 21.5201 21.8005 21.8001C21.6605 21.9301 21.4805 22.0001 21.3005 22.0001Z\" fill=\"\"/>\n</svg>\n</li><li title=\"search status \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M11.0002 20.01C15.9763 20.01 20.0102 15.9761 20.0102 11C20.0102 6.0239 15.9763 1.98999 11.0002 1.98999C6.02415 1.98999 1.99023 6.0239 1.99023 11C1.99023 15.9761 6.02415 20.01 11.0002 20.01Z\" fill=\"\"/>\n<path d=\"M14 10.25H8C7.59 10.25 7.25 9.91 7.25 9.5C7.25 9.09 7.59 8.75 8 8.75H14C14.41 8.75 14.75 9.09 14.75 9.5C14.75 9.91 14.41 10.25 14 10.25Z\" fill=\"\"/>\n<path d=\"M11 13.25H8C7.59 13.25 7.25 12.91 7.25 12.5C7.25 12.09 7.59 11.75 8 11.75H11C11.41 11.75 11.75 12.09 11.75 12.5C11.75 12.91 11.41 13.25 11 13.25Z\" fill=\"\"/>\n<path d=\"M21.9901 18.95C21.6601 18.34 20.9601 18 20.0201 18C19.3101 18 18.7001 18.29 18.3401 18.79C17.9801 19.29 17.9001 19.96 18.1201 20.63C18.5501 21.93 19.3001 22.22 19.7101 22.27C19.7701 22.28 19.8301 22.28 19.9001 22.28C20.3401 22.28 21.0201 22.09 21.6801 21.1C22.2101 20.33 22.3101 19.56 21.9901 18.95Z\" fill=\"\"/>\n</svg>\n</li><li title=\"search zoom in 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M11.5 21C16.7467 21 21 16.7467 21 11.5C21 6.25329 16.7467 2 11.5 2C6.25329 2 2 6.25329 2 11.5C2 16.7467 6.25329 21 11.5 21Z\" fill=\"\"/>\n<path d=\"M21.3005 22.0001C21.1205 22.0001 20.9405 21.9301 20.8105 21.8001L18.9505 19.9401C18.6805 19.6701 18.6805 19.2301 18.9505 18.9501C19.2205 18.6801 19.6605 18.6801 19.9405 18.9501L21.8005 20.8101C22.0705 21.0801 22.0705 21.5201 21.8005 21.8001C21.6605 21.9301 21.4805 22.0001 21.3005 22.0001Z\" fill=\"\"/>\n<path d=\"M14.1992 10.95H12.4492V9.19995C12.4492 8.78995 12.1092 8.44995 11.6992 8.44995C11.2892 8.44995 10.9492 8.78995 10.9492 9.19995V10.95H9.19922C8.78922 10.95 8.44922 11.29 8.44922 11.7C8.44922 12.11 8.78922 12.45 9.19922 12.45H10.9492V14.2C10.9492 14.61 11.2892 14.95 11.6992 14.95C12.1092 14.95 12.4492 14.61 12.4492 14.2V12.45H14.1992C14.6092 12.45 14.9492 12.11 14.9492 11.7C14.9492 11.29 14.6092 10.95 14.1992 10.95Z\" fill=\"\"/>\n</svg>\n</li><li title=\"search zoom in \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M11.01 20.02C15.9861 20.02 20.02 15.9861 20.02 11.01C20.02 6.03391 15.9861 2 11.01 2C6.03391 2 2 6.03391 2 11.01C2 15.9861 6.03391 20.02 11.01 20.02Z\" fill=\"\"/>\n<path d=\"M14.25 11C14.25 11.41 13.91 11.75 13.5 11.75H11.75V13.5C11.75 13.91 11.41 14.25 11 14.25C10.59 14.25 10.25 13.91 10.25 13.5V11.75H8.5C8.09 11.75 7.75 11.41 7.75 11C7.75 10.59 8.09 10.25 8.5 10.25H10.25V8.5C10.25 8.09 10.59 7.75 11 7.75C11.41 7.75 11.75 8.09 11.75 8.5V10.25H13.5C13.91 10.25 14.25 10.59 14.25 11Z\" fill=\"\"/>\n<path d=\"M21.9901 18.95C21.6601 18.34 20.9601 18 20.0201 18C19.3101 18 18.7001 18.29 18.3401 18.79C17.9801 19.29 17.9001 19.96 18.1201 20.63C18.5501 21.93 19.3001 22.22 19.7101 22.27C19.7701 22.28 19.8301 22.28 19.9001 22.28C20.3401 22.28 21.0201 22.09 21.6801 21.1C22.2101 20.33 22.3101 19.56 21.9901 18.95Z\" fill=\"\"/>\n</svg>\n</li><li title=\"search zoom out 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M11.01 20.02C15.9861 20.02 20.02 15.9861 20.02 11.01C20.02 6.03391 15.9861 2 11.01 2C6.03391 2 2 6.03391 2 11.01C2 15.9861 6.03391 20.02 11.01 20.02Z\" fill=\"\"/>\n<path d=\"M14.25 11C14.25 11.41 13.91 11.75 13.5 11.75H8.5C8.09 11.75 7.75 11.41 7.75 11C7.75 10.59 8.09 10.25 8.5 10.25H13.5C13.91 10.25 14.25 10.59 14.25 11Z\" fill=\"\"/>\n<path d=\"M21.9901 18.95C21.6601 18.34 20.9601 18 20.0201 18C19.3101 18 18.7001 18.29 18.3401 18.79C17.9801 19.29 17.9001 19.96 18.1201 20.63C18.5501 21.93 19.3001 22.22 19.7101 22.27C19.7701 22.28 19.8301 22.28 19.9001 22.28C20.3401 22.28 21.0201 22.09 21.6801 21.1C22.2101 20.33 22.3101 19.56 21.9901 18.95Z\" fill=\"\"/>\n</svg>\n</li><li title=\"search zoom out \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M11.5 21C16.7467 21 21 16.7467 21 11.5C21 6.25329 16.7467 2 11.5 2C6.25329 2 2 6.25329 2 11.5C2 16.7467 6.25329 21 11.5 21Z\" fill=\"\"/>\n<path d=\"M21.3005 22.0001C21.1205 22.0001 20.9405 21.9301 20.8105 21.8001L18.9505 19.9401C18.6805 19.6701 18.6805 19.2301 18.9505 18.9501C19.2205 18.6801 19.6605 18.6801 19.9405 18.9501L21.8005 20.8101C22.0705 21.0801 22.0705 21.5201 21.8005 21.8001C21.6605 21.9301 21.4805 22.0001 21.3005 22.0001Z\" fill=\"\"/>\n<path d=\"M14 12.45H9C8.59 12.45 8.25 12.11 8.25 11.7C8.25 11.29 8.59 10.95 9 10.95H14C14.41 10.95 14.75 11.29 14.75 11.7C14.75 12.11 14.41 12.45 14 12.45Z\" fill=\"\"/>\n</svg>\n</li><li title=\"security card \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M9.41977 2.15994L3.91977 4.21994C2.86977 4.60994 2.00977 5.85993 2.00977 6.97993V15.0799C2.00977 15.8899 2.53977 16.9599 3.18977 17.4399L8.68977 21.5499C9.65977 22.2799 11.2498 22.2799 12.2198 21.5499L17.7198 17.4399C18.3698 16.9499 18.8998 15.8899 18.8998 15.0799V6.97993C18.8998 5.85993 18.0398 4.60994 16.9898 4.21994L11.4898 2.15994C10.9198 1.94994 9.98977 1.94994 9.41977 2.15994Z\" fill=\"\"/>\n<path d=\"M19.2601 6.75977H12.4102C12.2102 6.75977 12.0201 6.76978 11.8401 6.76978C10.1201 6.86978 9.66016 7.49978 9.66016 9.45978V9.84978C9.66016 10.264 9.99594 10.5998 10.4102 10.5998H21.2502C21.6644 10.5998 22.0002 10.264 22.0002 9.84978V9.45978C22.0002 7.29978 21.4501 6.75977 19.2601 6.75977Z\" fill=\"\"/>\n<path d=\"M10.4199 11.7002C10.0057 11.7002 9.66992 12.036 9.66992 12.4502V14.5402C9.66992 16.7002 10.2199 17.2502 12.4099 17.2502H19.2599C21.4099 17.2502 21.9799 16.7302 21.9999 14.6602V12.4502C21.9999 12.036 21.6641 11.7002 21.2499 11.7002H10.4199ZM13.2699 15.4702H12.0199C11.7199 15.4702 11.4799 15.2302 11.4799 14.9302C11.4799 14.6302 11.7199 14.3902 12.0199 14.3902H13.2699C13.5699 14.3902 13.8099 14.6302 13.8099 14.9302C13.8099 15.2302 13.5699 15.4702 13.2699 15.4702ZM17.3199 15.4702H14.8299C14.5299 15.4702 14.2899 15.2302 14.2899 14.9302C14.2899 14.6302 14.5299 14.3902 14.8299 14.3902H17.3199C17.6199 14.3902 17.8599 14.6302 17.8599 14.9302C17.8699 15.2302 17.6199 15.4702 17.3199 15.4702Z\" fill=\"\"/>\n</svg>\n</li><li title=\"security safe \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M20.9099 11.12C20.9099 16.01 17.3599 20.59 12.5099 21.93C12.1799 22.02 11.8198 22.02 11.4898 21.93C6.63984 20.59 3.08984 16.01 3.08984 11.12V6.73006C3.08984 5.91006 3.70986 4.98007 4.47986 4.67007L10.0498 2.39007C11.2998 1.88007 12.7098 1.88007 13.9598 2.39007L19.5298 4.67007C20.2898 4.98007 20.9199 5.91006 20.9199 6.73006L20.9099 11.12Z\" fill=\"\"/>\n<path d=\"M14.5 10.5C14.5 9.12 13.38 8 12 8C10.62 8 9.5 9.12 9.5 10.5C9.5 11.62 10.24 12.55 11.25 12.87V15.5C11.25 15.91 11.59 16.25 12 16.25C12.41 16.25 12.75 15.91 12.75 15.5V12.87C13.76 12.55 14.5 11.62 14.5 10.5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"security time \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M10.9608 2.10989L5.46078 4.16989C4.41078 4.56989 3.55078 5.80989 3.55078 6.93989V15.0399C3.55078 15.8499 4.08078 16.9199 4.73078 17.3999L10.2308 21.5099C11.2008 22.2399 12.7908 22.2399 13.7608 21.5099L19.2608 17.3999C19.9108 16.9099 20.4408 15.8499 20.4408 15.0399V6.93989C20.4408 5.81989 19.5808 4.56988 18.5308 4.17988L13.0308 2.11989C12.4708 1.89989 11.5308 1.89989 10.9608 2.10989Z\" fill=\"\"/>\n<path d=\"M12 16.25C9.38 16.25 7.25 14.12 7.25 11.5C7.25 8.88 9.38 6.75 12 6.75C14.62 6.75 16.75 8.88 16.75 11.5C16.75 14.12 14.62 16.25 12 16.25ZM12 8.25C10.21 8.25 8.75 9.71 8.75 11.5C8.75 13.29 10.21 14.75 12 14.75C13.79 14.75 15.25 13.29 15.25 11.5C15.25 9.71 13.79 8.25 12 8.25Z\" fill=\"\"/>\n<path d=\"M10.9999 13.25C10.7499 13.25 10.4999 13.12 10.3599 12.89C10.1499 12.53 10.2599 12.07 10.6199 11.86L11.3799 11.4C11.4599 11.35 11.4999 11.27 11.4999 11.19V10.26C11.4999 9.85001 11.8399 9.51001 12.2499 9.51001C12.6599 9.51001 12.9999 9.84001 12.9999 10.25V11.18C12.9999 11.79 12.6699 12.37 12.1499 12.68L11.3799 13.14C11.2699 13.22 11.1299 13.25 10.9999 13.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"security user \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M10.4901 2.23006L5.50015 4.10007C4.35015 4.53007 3.41016 5.89006 3.41016 7.12006V14.5501C3.41016 15.7301 4.19017 17.2801 5.14017 17.9901L9.44016 21.2001C10.8502 22.2601 13.1701 22.2601 14.5801 21.2001L18.8802 17.9901C19.8302 17.2801 20.6101 15.7301 20.6101 14.5501V7.12006C20.6101 5.89006 19.6701 4.53007 18.5201 4.10007L13.5302 2.23006C12.6802 1.92006 11.3201 1.92006 10.4901 2.23006Z\" fill=\"\"/>\n<path d=\"M11.8993 11.3C11.9193 11.3 11.9393 11.3 11.9593 11.3H11.9793H11.9993C13.1493 11.26 14.0493 10.33 14.0593 9.17003C14.0593 7.99003 13.0993 7.03003 11.9193 7.03003C10.7393 7.03003 9.7793 7.99003 9.7793 9.17003C9.7993 10.32 10.6993 11.26 11.8993 11.3Z\" fill=\"\"/>\n<path d=\"M14.1902 13.4101C12.9802 12.6101 11.0201 12.6101 9.80014 13.4101C9.24014 13.7901 8.91016 14.3301 8.91016 14.8901C8.91016 15.4601 9.23014 15.9801 9.80014 16.3601C10.4101 16.7601 11.2001 16.9701 11.9901 16.9701C12.7801 16.9701 13.5801 16.7701 14.1801 16.3601C14.7401 15.9801 15.0702 15.4401 15.0702 14.8801C15.0802 14.3101 14.7602 13.7901 14.1902 13.4101Z\" fill=\"\"/>\n</svg>\n</li><li title=\"security \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M18.3301 5.67L6.59009 17.41C6.15009 17.85 5.41008 17.79 5.05008 17.27C3.81008 15.46 3.08008 13.32 3.08008 11.12V6.73C3.08008 5.91 3.70008 4.98 4.46008 4.67L10.0301 2.39C11.2901 1.87 12.6901 1.87 13.9501 2.39L17.9901 4.03999C18.6601 4.30999 18.8301 5.17 18.3301 5.67Z\" fill=\"\"/>\n<path d=\"M19.27 7.04012C19.92 6.49012 20.91 6.96011 20.91 7.81011V11.1201C20.91 16.0101 17.36 20.5901 12.51 21.9301C12.18 22.0201 11.82 22.0201 11.48 21.9301C10.06 21.5301 8.74 20.8601 7.61 19.9801C7.13 19.6101 7.08001 18.9101 7.50001 18.4801C9.68001 16.2501 16.06 9.75012 19.27 7.04012Z\" fill=\"\"/>\n</svg>\n</li><li title=\"send 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M20.4992 22.8002H3.49922C3.09922 22.8002 2.69922 22.5002 2.69922 22.0002C2.69922 21.5002 2.99922 21.2002 3.49922 21.2002H20.4992C20.8992 21.2002 21.2992 21.5002 21.2992 22.0002C21.2992 22.5002 20.8992 22.8002 20.4992 22.8002Z\" fill=\"\"/>\n<path d=\"M18.9984 18.2004C18.7984 18.2004 18.5984 18.1004 18.4984 18.0004L4.49844 4.00039C4.19844 3.70039 4.19844 3.30039 4.49844 3.00039C4.79844 2.70039 5.29844 2.70039 5.59844 3.00039L19.5984 17.0004C19.8984 17.3004 19.8984 17.8004 19.5984 18.1004C19.3984 18.2004 19.1984 18.2004 18.9984 18.2004Z\" fill=\"\"/>\n<path d=\"M4.99922 14.5002C4.59922 14.5002 4.19922 14.2002 4.19922 13.7002V3.5002C4.19922 3.1002 4.49922 2.7002 4.99922 2.7002H15.2992C15.6992 2.7002 16.0992 3.0002 16.0992 3.5002C16.0992 4.0002 15.7992 4.3002 15.2992 4.3002H5.79922V13.8002C5.79922 14.2002 5.39922 14.5002 4.99922 14.5002Z\" fill=\"\"/>\n</svg>\n</li><li title=\"send 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M7.11039 5.96003L16.1304 2.95003C20.1804 1.60003 22.3804 3.81003 21.0404 7.86003L18.0304 16.88C16.0104 22.95 12.6904 22.95 10.6704 16.88L9.78039 14.2L7.10039 13.31C1.04039 11.3 1.04039 7.99003 7.11039 5.96003Z\" fill=\"\"/>\n<path d=\"M12.1191 11.6301L15.9291 7.81006L12.1191 11.6301Z\" fill=\"\"/>\n<path d=\"M12.1205 12.38C11.9305 12.38 11.7405 12.31 11.5905 12.16C11.3005 11.87 11.3005 11.39 11.5905 11.1L15.3905 7.28C15.6805 6.99 16.1605 6.99 16.4505 7.28C16.7405 7.57 16.7405 8.05 16.4505 8.34L12.6505 12.16C12.5005 12.3 12.3105 12.38 12.1205 12.38Z\" fill=\"\"/>\n</svg>\n</li><li title=\"send sqaure 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.1898 2H7.81978C4.17978 2 2.00977 4.17 2.00977 7.81V16.18C2.00977 19.82 4.17978 21.99 7.81978 21.99H16.1898C19.8298 21.99 21.9998 19.82 21.9998 16.18V7.81C21.9998 4.17 19.8298 2 16.1898 2Z\" fill=\"\"/>\n<path d=\"M9.17156 14.0899C9.36156 14.0899 9.55155 14.0199 9.70155 13.8699L14.0816 9.48992V11.9199C14.0816 12.3299 14.4216 12.6699 14.8316 12.6699C15.2416 12.6699 15.5816 12.3299 15.5816 11.9199V7.67992C15.5816 7.57992 15.5616 7.48992 15.5216 7.38992C15.4416 7.20992 15.3016 7.05993 15.1116 6.97993C15.0216 6.93993 14.9216 6.91992 14.8216 6.91992H10.5816C10.1716 6.91992 9.83156 7.25992 9.83156 7.66992C9.83156 8.07992 10.1716 8.41992 10.5816 8.41992H13.0116L8.63156 12.7999C8.34156 13.0899 8.34156 13.5699 8.63156 13.8599C8.79156 14.0199 8.98156 14.0899 9.17156 14.0899Z\" fill=\"\"/>\n<path d=\"M18.7107 16.28C18.5807 15.89 18.1607 15.68 17.7607 15.81C14.0407 17.05 9.95066 17.05 6.23066 15.81C5.84066 15.68 5.41067 15.89 5.28067 16.28C5.15067 16.67 5.36067 17.1 5.75067 17.23C7.76067 17.9 9.87067 18.24 11.9907 18.24C14.1107 18.24 16.2207 17.9 18.2307 17.23C18.6307 17.09 18.8407 16.67 18.7107 16.28Z\" fill=\"\"/>\n</svg>\n</li><li title=\"send square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.1898 2H7.81978C4.17978 2 2.00977 4.17 2.00977 7.81V16.18C2.00977 19.82 4.17978 21.99 7.81978 21.99H16.1898C19.8298 21.99 21.9998 19.82 21.9998 16.18V7.81C21.9998 4.17 19.8298 2 16.1898 2Z\" fill=\"\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.4697 5.97968C11.7626 5.68679 12.2374 5.68679 12.5303 5.97968L15.5303 8.97968C15.8232 9.27257 15.8232 9.74745 15.5303 10.0403C15.2374 10.3332 14.7626 10.3332 14.4697 10.0403L12 7.57067L9.53033 10.0403C9.23744 10.3332 8.76256 10.3332 8.46967 10.0403C8.17678 9.74745 8.17678 9.27257 8.46967 8.97968L11.4697 5.97968Z\" fill=\"\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 5.76001C12.4142 5.76001 12.75 6.0958 12.75 6.51001V14.51C12.75 14.9242 12.4142 15.26 12 15.26C11.5858 15.26 11.25 14.9242 11.25 14.51V6.51001C11.25 6.0958 11.5858 5.76001 12 5.76001Z\" fill=\"\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.28887 16.2722C5.42016 15.8794 5.84507 15.6674 6.23792 15.7986C9.97364 17.0471 14.0268 17.0471 17.7625 15.7986C18.1553 15.6674 18.5802 15.8794 18.7115 16.2722C18.8428 16.6651 18.6308 17.09 18.2379 17.2213C14.1936 18.5729 9.80677 18.5729 5.76248 17.2213C5.36963 17.09 5.15759 16.6651 5.28887 16.2722Z\" fill=\"\"/>\n</svg>\n</li><li title=\"send \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M9.50929 4.22989L18.0693 8.50989C21.9093 10.4299 21.9093 13.5699 18.0693 15.4899L9.50929 19.7699C3.74929 22.6499 1.39929 20.2899 4.27929 14.5399L5.14929 12.8099C5.39929 12.2999 5.39929 11.7099 5.14929 11.1999L4.27929 9.45989C1.39929 3.70989 3.75929 1.34989 9.50929 4.22989Z\" fill=\"\"/>\n<path d=\"M14.8395 12.75H9.43945C9.02945 12.75 8.68945 12.41 8.68945 12C8.68945 11.59 9.02945 11.25 9.43945 11.25H14.8395C15.2495 11.25 15.5895 11.59 15.5895 12C15.5895 12.41 15.2495 12.75 14.8395 12.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"setting 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M2 12.8799V11.1199C2 10.0799 2.85 9.21994 3.9 9.21994C5.71 9.21994 6.45 7.93994 5.54 6.36994C5.02 5.46994 5.33 4.29994 6.24 3.77994L7.97 2.78994C8.76 2.31994 9.78 2.59994 10.25 3.38994L10.36 3.57994C11.26 5.14994 12.74 5.14994 13.65 3.57994L13.76 3.38994C14.23 2.59994 15.25 2.31994 16.04 2.78994L17.77 3.77994C18.68 4.29994 18.99 5.46994 18.47 6.36994C17.56 7.93994 18.3 9.21994 20.11 9.21994C21.15 9.21994 22.01 10.0699 22.01 11.1199V12.8799C22.01 13.9199 21.16 14.7799 20.11 14.7799C18.3 14.7799 17.56 16.0599 18.47 17.6299C18.99 18.5399 18.68 19.6999 17.77 20.2199L16.04 21.2099C15.25 21.6799 14.23 21.3999 13.76 20.6099L13.65 20.4199C12.75 18.8499 11.27 18.8499 10.36 20.4199L10.25 20.6099C9.78 21.3999 8.76 21.6799 7.97 21.2099L6.24 20.2199C5.33 19.6999 5.02 18.5299 5.54 17.6299C6.45 16.0599 5.71 14.7799 3.9 14.7799C2.85 14.7799 2 13.9199 2 12.8799Z\" fill=\"\"/>\n<path d=\"M12 15.25C13.7949 15.25 15.25 13.7949 15.25 12C15.25 10.2051 13.7949 8.75 12 8.75C10.2051 8.75 8.75 10.2051 8.75 12C8.75 13.7949 10.2051 15.25 12 15.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"setting 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2Z\" fill=\"\"/>\n<path d=\"M15.5801 19.2501C15.1701 19.2501 14.8301 18.9101 14.8301 18.5001V14.6001C14.8301 14.1901 15.1701 13.8501 15.5801 13.8501C15.9901 13.8501 16.3301 14.1901 16.3301 14.6001V18.5001C16.3301 18.9101 15.9901 19.2501 15.5801 19.2501Z\" fill=\"\"/>\n<path d=\"M15.5801 8.2C15.1701 8.2 14.8301 7.86 14.8301 7.45V5.5C14.8301 5.09 15.1701 4.75 15.5801 4.75C15.9901 4.75 16.3301 5.09 16.3301 5.5V7.45C16.3301 7.86 15.9901 8.2 15.5801 8.2Z\" fill=\"\"/>\n<path d=\"M8.41992 19.2498C8.00992 19.2498 7.66992 18.9098 7.66992 18.4998V16.5498C7.66992 16.1398 8.00992 15.7998 8.41992 15.7998C8.82992 15.7998 9.16992 16.1398 9.16992 16.5498V18.4998C9.16992 18.9098 8.83992 19.2498 8.41992 19.2498Z\" fill=\"\"/>\n<path d=\"M8.41992 10.15C8.00992 10.15 7.66992 9.81 7.66992 9.4V5.5C7.66992 5.09 8.00992 4.75 8.41992 4.75C8.82992 4.75 9.16992 5.09 9.16992 5.5V9.4C9.16992 9.81 8.83992 10.15 8.41992 10.15Z\" fill=\"\"/>\n<path d=\"M15.5796 7.33008C14.0796 7.33008 12.8496 8.55008 12.8496 10.0501C12.8496 11.5501 14.0696 12.7801 15.5796 12.7801C17.0796 12.7801 18.2996 11.5601 18.2996 10.0501C18.2996 8.54008 17.0796 7.33008 15.5796 7.33008Z\" fill=\"\"/>\n<path d=\"M8.41922 11.23C6.91922 11.23 5.69922 12.45 5.69922 13.96C5.69922 15.47 6.91922 16.68 8.41922 16.68C9.91922 16.68 11.1492 15.46 11.1492 13.96C11.1492 12.46 9.92922 11.23 8.41922 11.23Z\" fill=\"\"/>\n</svg>\n</li><li title=\"setting 4 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M21.23 7.61998H15.69C15.31 7.61998 15 7.30998 15 6.91998C15 6.53998 15.31 6.22998 15.69 6.22998H21.23C21.61 6.22998 21.92 6.53998 21.92 6.91998C21.92 7.30998 21.61 7.61998 21.23 7.61998Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M6.46008 7.62023H2.77008C2.39008 7.62023 2.08008 7.31023 2.08008 6.93023C2.08008 6.55023 2.39008 6.24023 2.77008 6.24023H6.46008C6.84008 6.24023 7.15008 6.55023 7.15008 6.93023C7.15008 7.31023 6.84008 7.62023 6.46008 7.62023Z\" fill=\"\"/>\n<path d=\"M10.1505 10.84C12.3154 10.84 14.0705 9.08496 14.0705 6.92C14.0705 4.75504 12.3154 3 10.1505 3C7.98551 3 6.23047 4.75504 6.23047 6.92C6.23047 9.08496 7.98551 10.84 10.1505 10.84Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M21.2296 17.7701H17.5396C17.1596 17.7701 16.8496 17.4601 16.8496 17.0801C16.8496 16.7001 17.1596 16.3901 17.5396 16.3901H21.2296C21.6096 16.3901 21.9196 16.7001 21.9196 17.0801C21.9196 17.4601 21.6096 17.7701 21.2296 17.7701Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M8.31008 17.7701H2.77008C2.39008 17.7701 2.08008 17.4601 2.08008 17.0801C2.08008 16.7001 2.39008 16.3901 2.77008 16.3901H8.31008C8.69008 16.3901 9.00008 16.7001 9.00008 17.0801C9.00008 17.4601 8.69008 17.7701 8.31008 17.7701Z\" fill=\"\"/>\n<path d=\"M13.8497 21.0002C16.0146 21.0002 17.7697 19.2451 17.7697 17.0802C17.7697 14.9152 16.0146 13.1602 13.8497 13.1602C11.6847 13.1602 9.92969 14.9152 9.92969 17.0802C9.92969 19.2451 11.6847 21.0002 13.8497 21.0002Z\" fill=\"\"/>\n</svg>\n</li><li title=\"setting 5 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M18.5094 1.7998C18.0094 1.7998 17.6094 2.1998 17.6094 2.6998V7.3498C17.6094 7.8498 18.0094 8.2498 18.5094 8.2498C19.0094 8.2498 19.4094 7.8498 19.4094 7.3498V2.6998C19.4094 2.1998 19.0094 1.7998 18.5094 1.7998Z\" fill=\"\"/>\n<path d=\"M11.9996 15.75C11.4996 15.75 11.0996 16.15 11.0996 16.65V21.3C11.0996 21.8 11.4996 22.2 11.9996 22.2C12.4996 22.2 12.8996 21.8 12.8996 21.3V16.65C12.8996 16.16 12.4996 15.75 11.9996 15.75Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M5.48984 1.7998C4.98984 1.7998 4.58984 2.1998 4.58984 2.6998V7.3498C4.58984 7.8498 4.98984 8.2498 5.48984 8.2498C5.98984 8.2498 6.38984 7.8498 6.38984 7.3498V2.6998C6.38984 2.1998 5.97984 1.7998 5.48984 1.7998Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M7.35047 10.1699H3.63047C3.13047 10.1699 2.73047 10.5699 2.73047 11.0699C2.73047 11.5699 3.13047 11.9699 3.63047 11.9699H4.59047V21.2999C4.59047 21.7999 4.99047 22.1999 5.49047 22.1999C5.99047 22.1999 6.39047 21.7999 6.39047 21.2999V11.9699H7.35047C7.85047 11.9699 8.25047 11.5699 8.25047 11.0699C8.25047 10.5699 7.84047 10.1699 7.35047 10.1699Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M20.37 10.1699H16.65C16.15 10.1699 15.75 10.5699 15.75 11.0699C15.75 11.5699 16.15 11.9699 16.65 11.9699H17.61V21.2999C17.61 21.7999 18.01 22.1999 18.51 22.1999C19.01 22.1999 19.41 21.7999 19.41 21.2999V11.9699H20.37C20.87 11.9699 21.27 11.5699 21.27 11.0699C21.27 10.5699 20.87 10.1699 20.37 10.1699Z\" fill=\"\"/>\n<path d=\"M13.8602 12.0298H12.9002V2.6998C12.9002 2.1998 12.5002 1.7998 12.0002 1.7998C11.5002 1.7998 11.1002 2.1998 11.1002 2.6998V12.0298H10.1402C9.64023 12.0298 9.24023 12.4298 9.24023 12.9298C9.24023 13.4298 9.64023 13.8298 10.1402 13.8298H13.8602C14.3602 13.8298 14.7602 13.4298 14.7602 12.9298C14.7602 12.4298 14.3602 12.0298 13.8602 12.0298Z\" fill=\"\"/>\n</svg>\n</li><li title=\"setting \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M18.9401 5.41994L13.7701 2.42994C12.7801 1.85994 11.2301 1.85994 10.2401 2.42994L5.02008 5.43994C2.95008 6.83994 2.83008 7.04994 2.83008 9.27994V14.7099C2.83008 16.9399 2.95008 17.1599 5.06008 18.5799L10.2301 21.5699C10.7301 21.8599 11.3701 21.9999 12.0001 21.9999C12.6301 21.9999 13.2701 21.8599 13.7601 21.5699L18.9801 18.5599C21.0501 17.1599 21.1701 16.9499 21.1701 14.7199V9.27994C21.1701 7.04994 21.0501 6.83994 18.9401 5.41994Z\" fill=\"\"/>\n<path d=\"M12 15.25C13.7949 15.25 15.25 13.7949 15.25 12C15.25 10.2051 13.7949 8.75 12 8.75C10.2051 8.75 8.75 10.2051 8.75 12C8.75 13.7949 10.2051 15.25 12 15.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"settings \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 16.5C14.4853 16.5 16.5 14.4853 16.5 12C16.5 9.51472 14.4853 7.5 12 7.5C9.51472 7.5 7.5 9.51472 7.5 12C7.5 14.4853 9.51472 16.5 12 16.5Z\" fill=\"\"/>\n<g opacity=\"0.4\">\n<path opacity=\"0.4\" d=\"M10 12.75H2C1.59 12.75 1.25 12.41 1.25 12C1.25 11.59 1.59 11.25 2 11.25H10C10.41 11.25 10.75 11.59 10.75 12C10.75 12.41 10.41 12.75 10 12.75Z\" fill=\"\"/>\n</g>\n<g opacity=\"0.4\">\n<path opacity=\"0.4\" d=\"M22 12.75H14C13.59 12.75 13.25 12.41 13.25 12C13.25 11.59 13.59 11.25 14 11.25H22C22.41 11.25 22.75 11.59 22.75 12C22.75 12.41 22.41 12.75 22 12.75Z\" fill=\"\"/>\n</g>\n</svg>\n</li><li title=\"shapes 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M11.75 7H11H7C4.24 7 2 9.24 2 12V17C2 19.76 4.24 22 7 22H12C14.76 22 17 19.76 17 17V13V12.25C17 9.35 14.65 7 11.75 7Z\" fill=\"\"/>\n<path d=\"M16.4993 2C13.6293 2 11.2793 4.2 11.0293 7H11.7493C14.6493 7 16.9993 9.35 16.9993 12.25V12.97C19.7993 12.72 21.9993 10.36 21.9993 7.5C21.9993 4.46 19.5393 2 16.4993 2Z\" fill=\"\"/>\n</svg>\n</li><li title=\"shapes \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.4303 15H4.40034C2.58034 15 1.42034 13.05 2.30034 11.45L4.63034 7.20994L6.81034 3.23994C7.72034 1.58994 10.1003 1.58994 11.0103 3.23994L13.2003 7.20994L14.2503 9.11995L15.5303 11.45C16.4103 13.05 15.2503 15 13.4303 15Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M22 15.5C22 19.09 19.09 22 15.5 22C11.91 22 9 19.09 9 15.5C9 15.33 9.01 15.17 9.02 15H13.43C15.25 15 16.41 13.05 15.53 11.45L14.25 9.12C14.65 9.04 15.07 9 15.5 9C19.09 9 22 11.91 22 15.5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"share \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M20.3591 12.7301C19.9891 12.7301 19.6791 12.4501 19.6391 12.0801C19.3991 9.88007 18.2191 7.90007 16.3991 6.64007C16.0691 6.41007 15.9891 5.96007 16.2191 5.63007C16.4491 5.30007 16.8991 5.22007 17.2291 5.45007C19.3991 6.96007 20.7991 9.32007 21.0891 11.9301C21.1291 12.3301 20.8391 12.6901 20.4391 12.7301C20.4091 12.7301 20.3891 12.7301 20.3591 12.7301Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M3.73931 12.78C3.71931 12.78 3.68931 12.78 3.66931 12.78C3.26931 12.74 2.97931 12.38 3.01931 11.98C3.28931 9.36996 4.66931 7.00996 6.81931 5.48996C7.13931 5.25996 7.59931 5.33996 7.82931 5.65996C8.05931 5.98996 7.97931 6.43996 7.65931 6.66996C5.85931 7.94996 4.68931 9.92996 4.46931 12.12C4.42931 12.5 4.10931 12.78 3.73931 12.78Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M15.9906 21.1001C14.7606 21.6901 13.4406 21.9901 12.0606 21.9901C10.6206 21.9901 9.25059 21.6701 7.97059 21.0201C7.61059 20.8501 7.47059 20.4101 7.65059 20.0501C7.82059 19.6901 8.26059 19.5501 8.62059 19.7201C9.25059 20.0401 9.92059 20.2601 10.6006 20.3901C11.5206 20.5701 12.4606 20.5801 13.3806 20.4201C14.0606 20.3001 14.7306 20.0901 15.3506 19.7901C15.7206 19.6201 16.1606 19.7601 16.3206 20.1301C16.5006 20.4901 16.3606 20.9301 15.9906 21.1001Z\" fill=\"\"/>\n<path d=\"M12.0505 2.01001C10.5005 2.01001 9.23047 3.27001 9.23047 4.83001C9.23047 6.39001 10.4905 7.65001 12.0505 7.65001C13.6105 7.65001 14.8705 6.39001 14.8705 4.83001C14.8705 3.27001 13.6105 2.01001 12.0505 2.01001Z\" fill=\"\"/>\n<path d=\"M5.05047 13.8701C3.50047 13.8701 2.23047 15.1301 2.23047 16.6901C2.23047 18.2501 3.49047 19.5101 5.05047 19.5101C6.61047 19.5101 7.87047 18.2501 7.87047 16.6901C7.87047 15.1301 6.60047 13.8701 5.05047 13.8701Z\" fill=\"\"/>\n<path d=\"M18.9509 13.8701C17.4009 13.8701 16.1309 15.1301 16.1309 16.6901C16.1309 18.2501 17.3909 19.5101 18.9509 19.5101C20.5109 19.5101 21.7709 18.2501 21.7709 16.6901C21.7709 15.1301 20.5109 13.8701 18.9509 13.8701Z\" fill=\"\"/>\n</svg>\n</li><li title=\"shield cross \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M10.9608 2.06008L5.46078 4.12008C4.41078 4.52008 3.55078 5.76008 3.55078 6.89008V14.9901C3.55078 15.8001 4.08078 16.8701 4.73078 17.3501L10.2308 21.4601C11.2008 22.1901 12.7908 22.1901 13.7608 21.4601L19.2608 17.3501C19.9108 16.8601 20.4408 15.8001 20.4408 14.9901V6.89008C20.4408 5.77008 19.5808 4.52008 18.5308 4.13008L13.0308 2.07008C12.4708 1.85008 11.5308 1.85008 10.9608 2.06008Z\" fill=\"\"/>\n<path d=\"M14.6808 12.9099L13.0908 11.3199L14.6408 9.76989C14.9308 9.47989 14.9308 8.99989 14.6408 8.70989C14.3508 8.41989 13.8708 8.41989 13.5808 8.70989L12.0308 10.2599L10.4408 8.66989C10.1508 8.37989 9.67078 8.37989 9.38078 8.66989C9.09078 8.95989 9.09078 9.43989 9.38078 9.72989L10.9708 11.3199L9.33078 12.9599C9.04078 13.2499 9.04078 13.7299 9.33078 14.0199C9.48078 14.1699 9.67078 14.2399 9.86078 14.2399C10.0508 14.2399 10.2408 14.1699 10.3908 14.0199L12.0308 12.3799L13.6208 13.9699C13.7708 14.1199 13.9608 14.1899 14.1508 14.1899C14.3408 14.1899 14.5308 14.1199 14.6808 13.9699C14.9708 13.6699 14.9708 13.1999 14.6808 12.9099Z\" fill=\"\"/>\n</svg>\n</li><li title=\"shield search \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M9.96078 2.10989L4.46078 4.16989C3.41078 4.56989 2.55078 5.80989 2.55078 6.93989V15.0399C2.55078 15.8499 3.08078 16.9199 3.73078 17.3999L9.23078 21.5099C10.2008 22.2399 11.7908 22.2399 12.7608 21.5099L18.2608 17.3999C18.9108 16.9099 19.4408 15.8499 19.4408 15.0399V6.93989C19.4408 5.81989 18.5808 4.56988 17.5308 4.17988L12.0308 2.11989C11.4708 1.89989 10.5308 1.89989 9.96078 2.10989Z\" fill=\"\"/>\n<path d=\"M16 11.51C13.52 11.51 11.5 13.53 11.5 16.01C11.5 18.49 13.52 20.51 16 20.51C18.48 20.51 20.5 18.49 20.5 16.01C20.5 13.52 18.48 11.51 16 11.51Z\" fill=\"\"/>\n<path d=\"M21 21.9999C20.73 21.9999 20.48 21.8899 20.29 21.7099C20.25 21.6599 20.2 21.6099 20.17 21.5499C20.13 21.4999 20.1 21.4399 20.08 21.3799C20.05 21.3199 20.03 21.2599 20.02 21.1999C20.01 21.1299 20 21.0699 20 20.9999C20 20.8699 20.03 20.7399 20.08 20.6199C20.13 20.4899 20.2 20.3899 20.29 20.2899C20.52 20.0599 20.87 19.9499 21.19 20.0199C21.26 20.0299 21.32 20.0499 21.38 20.0799C21.44 20.0999 21.5 20.1299 21.55 20.1699C21.61 20.1999 21.66 20.2499 21.71 20.2899C21.8 20.3899 21.87 20.4899 21.92 20.6199C21.97 20.7399 22 20.8699 22 20.9999C22 21.2599 21.89 21.5199 21.71 21.7099C21.66 21.7499 21.61 21.7899 21.55 21.8299C21.5 21.8699 21.44 21.8999 21.38 21.9199C21.32 21.9499 21.26 21.9699 21.19 21.9799C21.13 21.9899 21.06 21.9999 21 21.9999Z\" fill=\"\"/>\n</svg>\n</li><li title=\"shield security \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M10.9608 2.10989L5.46078 4.16989C4.41078 4.56989 3.55078 5.80989 3.55078 6.93989V15.0399C3.55078 15.8499 4.08078 16.9199 4.73078 17.3999L10.2308 21.5099C11.2008 22.2399 12.7908 22.2399 13.7608 21.5099L19.2608 17.3999C19.9108 16.9099 20.4408 15.8499 20.4408 15.0399V6.93989C20.4408 5.81989 19.5808 4.56988 18.5308 4.17988L13.0308 2.11989C12.4708 1.89989 11.5308 1.89989 10.9608 2.10989Z\" fill=\"\"/>\n<path d=\"M14.5 10.5C14.5 9.12 13.38 8 12 8C10.62 8 9.5 9.12 9.5 10.5C9.5 11.62 10.24 12.55 11.25 12.87V15.5C11.25 15.91 11.59 16.25 12 16.25C12.41 16.25 12.75 15.91 12.75 15.5V12.87C13.76 12.55 14.5 11.62 14.5 10.5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"shield slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M19.3608 4.64009L5.83078 18.1701L4.73078 17.3501C4.08078 16.8601 3.55078 15.8001 3.55078 14.9801V6.89009C3.55078 5.76009 4.41078 4.52009 5.46078 4.12009L10.9608 2.06009C11.5308 1.85009 12.4708 1.85009 13.0408 2.06009L18.5408 4.12009C18.8308 4.23009 19.1108 4.41009 19.3608 4.64009Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M20.4491 6.89008V14.9801C20.4491 15.8001 19.9191 16.8601 19.2691 17.3501L13.7691 21.4601C12.7891 22.1801 11.2091 22.1801 10.2291 21.4601L7.53906 19.4601L20.4191 6.58008C20.4391 6.68008 20.4491 6.79008 20.4491 6.89008Z\" fill=\"\"/>\n<path d=\"M21.7709 2.22988C21.4709 1.92988 20.9809 1.92988 20.6809 2.22988L2.23086 20.6899C1.93086 20.9899 1.93086 21.4799 2.23086 21.7799C2.38086 21.9199 2.57086 21.9999 2.77086 21.9999C2.97086 21.9999 3.16086 21.9199 3.31086 21.7699L21.7709 3.30988C22.0809 3.00988 22.0809 2.52988 21.7709 2.22988Z\" fill=\"\"/>\n</svg>\n</li><li title=\"shield tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M10.9608 2.06008L5.46078 4.12008C4.41078 4.52008 3.55078 5.76008 3.55078 6.89008V14.9901C3.55078 15.8001 4.08078 16.8701 4.73078 17.3501L10.2308 21.4601C11.2008 22.1901 12.7908 22.1901 13.7608 21.4601L19.2608 17.3501C19.9108 16.8601 20.4408 15.8001 20.4408 14.9901V6.89008C20.4408 5.77008 19.5808 4.52008 18.5308 4.13008L13.0308 2.07008C12.4708 1.85008 11.5308 1.85008 10.9608 2.06008Z\" fill=\"\"/>\n<path d=\"M10.6602 14.2301C10.4702 14.2301 10.2802 14.1601 10.1302 14.0101L8.52023 12.4001C8.23023 12.1101 8.23023 11.6301 8.52023 11.3401C8.81023 11.0501 9.29023 11.0501 9.58023 11.3401L10.6602 12.4201L14.4302 8.65012C14.7202 8.36012 15.2002 8.36012 15.4902 8.65012C15.7802 8.94012 15.7802 9.42012 15.4902 9.71012L11.1902 14.0101C11.0402 14.1601 10.8502 14.2301 10.6602 14.2301Z\" fill=\"\"/>\n</svg>\n</li><li title=\"shield \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M20.4098 6.95994V9.79994L7.39984 19.3399L4.76984 17.3699C4.11984 16.8799 3.58984 15.8299 3.58984 15.0199V6.95994C3.58984 5.83994 4.44984 4.59994 5.49984 4.20994L10.9698 2.15994C11.5398 1.94994 12.4598 1.94994 13.0298 2.15994L18.4998 4.20994C19.5498 4.59994 20.4098 5.83994 20.4098 6.95994Z\" fill=\"\"/>\n<path d=\"M20.4103 11.1699V15.0199C20.4103 15.8299 19.8803 16.8799 19.2303 17.3699L13.7603 21.4599C13.2803 21.8199 12.6403 21.9999 12.0003 21.9999C11.3603 21.9999 10.7203 21.8199 10.2403 21.4599L8.32031 20.0299L20.4103 11.1699Z\" fill=\"\"/>\n</svg>\n</li><li title=\"ship \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.6297 14.6601L21.2197 16.5201C20.5097 19.72 17.9997 22.0001 14.3797 22.0001H9.61974C5.99974 22.0001 3.48974 19.72 2.77974 16.5201L2.36974 14.6601C2.16974 13.7501 2.70973 12.7201 3.57973 12.3701L4.99974 11.8L10.5098 9.59006C10.9898 9.40006 11.4997 9.30005 11.9997 9.30005C12.4997 9.30005 13.0097 9.40006 13.4897 9.59006L18.9997 11.8L20.4198 12.3701C21.2898 12.7201 21.8298 13.7501 21.6297 14.6601Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M19 8V11.8L13.49 9.59C12.53 9.21 11.47 9.21 10.51 9.59L5 11.8V8C5 6.35 6.35 5 8 5H16C17.65 5 19 6.35 19 8Z\" fill=\"\"/>\n<path d=\"M14.5 5H9.5V3C9.5 2.45 9.95 2 10.5 2H13.5C14.05 2 14.5 2.45 14.5 3V5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"shop add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M21.0505 11.71V17.7C21.0505 20.46 18.8105 22.7 16.0505 22.7H7.31055C7.08055 22.7 6.85055 22.68 6.63055 22.65C7.00055 22.49 7.33055 22.2699 7.63055 21.9999C7.67055 21.9699 7.70053 21.94 7.73053 21.9C8.00053 21.67 8.23053 21.3799 8.42053 21.0599C8.79053 20.4599 9.00055 19.7499 9.00055 18.9999C9.00055 17.9499 8.59054 17 7.93054 16.28C7.83054 16.17 7.72052 16.0599 7.60052 15.9699C6.90053 15.3599 6.00055 14.9999 5.00055 14.9999C4.29055 14.9999 3.62053 15.19 3.04053 15.52C2.85053 15.62 2.67055 15.7399 2.50055 15.8799C2.43055 15.9299 2.37055 15.9899 2.31055 16.0499V11.78C3.07055 12.6 4.15056 13.0699 5.32056 13.0699C6.58056 13.0699 7.79054 12.4399 8.55054 11.4299C9.23054 12.4399 10.3905 13.0699 11.6805 13.0699C12.9605 13.0699 14.1005 12.4699 14.7905 11.4699C15.5605 12.4599 16.7505 13.0699 17.9905 13.0699C19.2005 13.0699 20.3005 12.58 21.0505 11.71Z\" fill=\"\"/>\n<path d=\"M14.669 1.57007H8.66904L7.92905 8.93005C7.86905 9.61005 7.96903 10.2501 8.21903 10.8301C8.79903 12.1901 10.1591 13.0701 11.6791 13.0701C13.2191 13.0701 14.5491 12.2101 15.1491 10.8401C15.3291 10.4101 15.4391 9.91009 15.4491 9.40009V9.21008L14.669 1.57007Z\" fill=\"\"/>\n<path opacity=\"0.6\" d=\"M22.0392 8.59009L21.7592 5.81006C21.3392 2.79006 19.9692 1.56006 17.0392 1.56006H13.1992L13.9392 9.06006C13.9492 9.16006 13.9592 9.27008 13.9592 9.46008C14.0192 9.98008 14.1792 10.4601 14.4192 10.8901C15.1392 12.2101 16.5392 13.0601 17.9992 13.0601C19.3292 13.0601 20.5292 12.4701 21.2792 11.4301C21.8692 10.6401 22.1392 9.63009 22.0392 8.59009Z\" fill=\"\"/>\n<path opacity=\"0.6\" d=\"M6.26934 1.57007C3.32934 1.57007 1.9693 2.80004 1.5393 5.85004L1.26934 8.60004C1.16934 9.67004 1.45934 10.7101 2.08934 11.5201C2.84934 12.5101 4.01933 13.0701 5.31932 13.0701C6.77933 13.0701 8.17933 12.22 8.88933 10.92C9.14933 10.47 9.31931 9.95003 9.36931 9.41003L10.1493 1.58008H6.26934V1.57007Z\" fill=\"\"/>\n<path d=\"M7.92999 16.28C7.82999 16.17 7.71998 16.06 7.59998 15.97C6.89998 15.36 6 15 5 15C4.29 15 3.61998 15.19 3.03998 15.52C2.84998 15.62 2.67 15.74 2.5 15.88C1.58 16.61 1 17.74 1 19C1 19.75 1.21002 20.46 1.58002 21.06C1.67002 21.22 1.78002 21.37 1.90002 21.51C1.92002 21.54 1.94997 21.56 1.96997 21.59C2.68997 22.45 3.78 23 5 23C6.01 23 6.93001 22.63 7.63 22C7.67 21.97 7.69998 21.94 7.72998 21.9C7.99998 21.67 8.22998 21.38 8.41998 21.06C8.78998 20.46 9 19.75 9 19C9 17.95 8.58999 17 7.92999 16.28ZM6.5 19.73H5.75V20.51C5.75 20.92 5.41 21.26 5 21.26C4.59 21.26 4.25 20.92 4.25 20.51V19.73H3.5C3.09 19.73 2.75 19.39 2.75 18.98C2.75 18.57 3.09 18.23 3.5 18.23H4.25V17.52C4.25 17.11 4.59 16.77 5 16.77C5.41 16.77 5.75 17.11 5.75 17.52V18.23H6.5C6.91 18.23 7.25 18.57 7.25 18.98C7.25 19.39 6.91 19.73 6.5 19.73Z\" fill=\"\"/>\n</svg>\n</li><li title=\"shop remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.92999 16.28C7.82999 16.17 7.71998 16.06 7.59998 15.97C6.89998 15.36 6 15 5 15C4.29 15 3.61998 15.19 3.03998 15.52C2.84998 15.62 2.67 15.74 2.5 15.88C1.58 16.61 1 17.74 1 19C1 19.75 1.21002 20.46 1.58002 21.06C1.67002 21.22 1.78002 21.37 1.90002 21.51C1.92002 21.54 1.94997 21.56 1.96997 21.59C2.68997 22.45 3.78 23 5 23C6.01 23 6.93001 22.63 7.63 22C7.67 21.97 7.69998 21.94 7.72998 21.9C7.99998 21.67 8.22998 21.38 8.41998 21.06C8.78998 20.46 9 19.75 9 19C9 17.95 8.58999 17 7.92999 16.28ZM6.5 19.73H3.51001C3.10001 19.73 2.76001 19.39 2.76001 18.98C2.76001 18.57 3.10001 18.23 3.51001 18.23H6.5C6.91 18.23 7.25 18.57 7.25 18.98C7.25 19.39 6.91 19.73 6.5 19.73Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M21.0505 11.71V17.7C21.0505 20.46 18.8105 22.7 16.0505 22.7H7.31055C7.08055 22.7 6.85055 22.68 6.63055 22.65C7.00055 22.49 7.33055 22.2699 7.63055 21.9999C7.67055 21.9699 7.70053 21.94 7.73053 21.9C8.00053 21.67 8.23053 21.3799 8.42053 21.0599C8.79053 20.4599 9.00055 19.7499 9.00055 18.9999C9.00055 17.9499 8.59054 17 7.93054 16.28C7.83054 16.17 7.72052 16.0599 7.60052 15.9699C6.90053 15.3599 6.00055 14.9999 5.00055 14.9999C4.29055 14.9999 3.62053 15.19 3.04053 15.52C2.85053 15.62 2.67055 15.7399 2.50055 15.8799C2.43055 15.9299 2.37055 15.9899 2.31055 16.0499V11.78C3.07055 12.6 4.15056 13.0699 5.32056 13.0699C6.58056 13.0699 7.79054 12.4399 8.55054 11.4299C9.23054 12.4399 10.3905 13.0699 11.6805 13.0699C12.9605 13.0699 14.1005 12.4699 14.7905 11.4699C15.5605 12.4599 16.7505 13.0699 17.9905 13.0699C19.2005 13.0699 20.3005 12.58 21.0505 11.71Z\" fill=\"\"/>\n<path d=\"M14.669 1.57007H8.66904L7.92905 8.93005C7.86905 9.61005 7.96903 10.2501 8.21903 10.8301C8.79903 12.1901 10.1591 13.0701 11.6791 13.0701C13.2191 13.0701 14.5491 12.2101 15.1491 10.8401C15.3291 10.4101 15.4391 9.91009 15.4491 9.40009V9.21008L14.669 1.57007Z\" fill=\"\"/>\n<path opacity=\"0.6\" d=\"M22.0392 8.59009L21.7592 5.81006C21.3392 2.79006 19.9692 1.56006 17.0392 1.56006H13.1992L13.9392 9.06006C13.9492 9.16006 13.9592 9.27008 13.9592 9.46008C14.0192 9.98008 14.1792 10.4601 14.4192 10.8901C15.1392 12.2101 16.5392 13.0601 17.9992 13.0601C19.3292 13.0601 20.5292 12.4701 21.2792 11.4301C21.8692 10.6401 22.1392 9.63009 22.0392 8.59009Z\" fill=\"\"/>\n<path opacity=\"0.6\" d=\"M6.26934 1.57007C3.32934 1.57007 1.9693 2.80004 1.5393 5.85004L1.26934 8.60004C1.16934 9.67004 1.45934 10.7101 2.08934 11.5201C2.84934 12.5101 4.01933 13.0701 5.31932 13.0701C6.77933 13.0701 8.17933 12.22 8.88933 10.92C9.14933 10.47 9.31931 9.95003 9.36931 9.41003L10.1493 1.58008H6.26934V1.57007Z\" fill=\"\"/>\n</svg>\n</li><li title=\"shop \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M21.3709 11.3901V17.3801C21.3709 20.1401 19.1309 22.3801 16.3709 22.3801H7.63086C4.87086 22.3801 2.63086 20.1401 2.63086 17.3801V11.4601C3.39086 12.2801 4.47086 12.7501 5.64086 12.7501C6.90086 12.7501 8.11086 12.1201 8.87086 11.1101C9.55086 12.1201 10.7109 12.7501 12.0009 12.7501C13.2809 12.7501 14.4209 12.1501 15.1109 11.1501C15.8809 12.1401 17.0709 12.7501 18.3109 12.7501C19.5209 12.7501 20.6209 12.2601 21.3709 11.3901Z\" fill=\"\"/>\n<path d=\"M14.9894 1.25H8.98936L8.24936 8.61C8.18936 9.29 8.28936 9.93 8.53936 10.51C9.11936 11.87 10.4794 12.75 11.9994 12.75C13.5394 12.75 14.8694 11.89 15.4694 10.52C15.6494 10.09 15.7594 9.59 15.7694 9.08V8.89L14.9894 1.25Z\" fill=\"\"/>\n<path opacity=\"0.6\" d=\"M22.3598 8.27L22.0698 5.5C21.6498 2.48 20.2798 1.25 17.3498 1.25H13.5098L14.2498 8.75C14.2598 8.85 14.2698 8.96 14.2698 9.15C14.3298 9.67 14.4898 10.15 14.7298 10.58C15.4498 11.9 16.8498 12.75 18.3098 12.75C19.6398 12.75 20.8398 12.16 21.5898 11.12C22.1898 10.32 22.4598 9.31 22.3598 8.27Z\" fill=\"\"/>\n<path opacity=\"0.6\" d=\"M6.58965 1.25C3.64965 1.25 2.28965 2.48 1.85965 5.53L1.58965 8.28C1.48965 9.35 1.77965 10.39 2.40965 11.2C3.16965 12.19 4.33965 12.75 5.63965 12.75C7.09965 12.75 8.49965 11.9 9.20965 10.6C9.46965 10.15 9.63965 9.63 9.68965 9.09L10.4697 1.26H6.58965V1.25Z\" fill=\"\"/>\n<path d=\"M11.3491 16.66C10.0791 16.79 9.11914 17.87 9.11914 19.15V22.38H14.8691V19.5C14.8791 17.41 13.6491 16.42 11.3491 16.66Z\" fill=\"\"/>\n</svg>\n</li><li title=\"shopping bag \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.4908 22H7.51082C4.00082 22 3.24082 19.99 3.53082 17.53L4.43081 10.03C4.66081 8.09 5.00082 6.5 8.40082 6.5H15.6008C19.0008 6.5 19.3408 8.09 19.5708 10.03L20.3208 16.28L20.4708 17.53C20.4808 17.61 20.4908 17.69 20.5008 17.77C20.7108 20.12 19.8908 22 16.4908 22Z\" fill=\"\"/>\n<path d=\"M16 8.75C15.59 8.75 15.25 8.41 15.25 8V4.5C15.25 3.42 14.58 2.75 13.5 2.75H10.5C9.42 2.75 8.75 3.42 8.75 4.5V8C8.75 8.41 8.41 8.75 8 8.75C7.59 8.75 7.25 8.41 7.25 8V4.5C7.25 2.59 8.59 1.25 10.5 1.25H13.5C15.41 1.25 16.75 2.59 16.75 4.5V8C16.75 8.41 16.41 8.75 16 8.75Z\" fill=\"\"/>\n<path d=\"M20.5 17.77C20.47 17.78 20.44 17.78 20.41 17.78H8C7.59 17.78 7.25 17.44 7.25 17.03C7.25 16.61 7.59 16.28 8 16.28H20.32L20.47 17.53C20.48 17.61 20.49 17.69 20.5 17.77Z\" fill=\"\"/>\n</svg>\n</li><li title=\"shopping cart \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.25 22.5C17.2165 22.5 18 21.7165 18 20.75C18 19.7835 17.2165 19 16.25 19C15.2835 19 14.5 19.7835 14.5 20.75C14.5 21.7165 15.2835 22.5 16.25 22.5Z\" fill=\"\"/>\n<path d=\"M8.25 22.5C9.2165 22.5 10 21.7165 10 20.75C10 19.7835 9.2165 19 8.25 19C7.2835 19 6.5 19.7835 6.5 20.75C6.5 21.7165 7.2835 22.5 8.25 22.5Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M4.84 3.94L4.64 6.39C4.6 6.86 4.97 7.25 5.44 7.25H20.75C21.17 7.25 21.52 6.92999 21.55 6.50999C21.68 4.73999 20.33 3.3 18.56 3.3H6.28999C6.18999 2.86 5.98999 2.44 5.67999 2.09C5.18999 1.56 4.49 1.25 3.77 1.25H2C1.59 1.25 1.25 1.59 1.25 2C1.25 2.41 1.59 2.75 2 2.75H3.74001C4.05001 2.75 4.34 2.88001 4.55 3.10001C4.76 3.33001 4.86 3.63 4.84 3.94Z\" fill=\"\"/>\n<path d=\"M20.5101 8.75H5.17006C4.75006 8.75 4.41005 9.07 4.37005 9.48L4.01005 13.83C3.87005 15.53 5.21006 17 6.92006 17H18.0401C19.5401 17 20.8601 15.77 20.9701 14.27L21.3001 9.60001C21.3401 9.14001 20.9801 8.75 20.5101 8.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"shuffle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M21.7507 17.9799C21.7507 17.9599 21.7407 17.9399 21.7407 17.9199C21.7307 17.8399 21.7207 17.7599 21.6907 17.6899C21.6507 17.5999 21.6007 17.5299 21.5407 17.4599C21.5407 17.4599 21.5407 17.4499 21.5307 17.4499C21.4607 17.3799 21.3807 17.3299 21.2907 17.2899C21.2007 17.2499 21.1007 17.2299 21.0007 17.2299L16.3307 17.2499C16.3307 17.2499 16.3307 17.2499 16.3207 17.2499C15.7207 17.2499 15.1407 16.9699 14.7807 16.4899L13.5607 14.9199C13.3107 14.5899 12.8407 14.5299 12.5107 14.7899C12.1807 15.0499 12.1207 15.5099 12.3807 15.8399L13.6007 17.4099C14.2507 18.2499 15.2707 18.7499 16.3307 18.7499H16.3407L19.1907 18.7399L18.4807 19.4499C18.1907 19.7399 18.1907 20.2199 18.4807 20.5099C18.6307 20.6599 18.8207 20.7299 19.0107 20.7299C19.2007 20.7299 19.3907 20.6599 19.5407 20.5099L21.5407 18.5099C21.6107 18.4399 21.6607 18.3599 21.7007 18.2699C21.7307 18.1699 21.7507 18.0699 21.7507 17.9799Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M8.42026 6.68976C7.77026 5.78976 6.73024 5.25977 5.62024 5.25977C5.61024 5.25977 5.61025 5.25977 5.60025 5.25977L2.99023 5.26978C2.58023 5.26978 2.24023 5.60978 2.24023 6.01978C2.24023 6.42978 2.58023 6.76978 2.99023 6.76978L5.60025 6.75977H5.61023C6.24023 6.75977 6.83025 7.05976 7.19025 7.56976L8.27023 9.06976C8.42023 9.26976 8.65025 9.37976 8.88025 9.37976C9.03025 9.37976 9.19025 9.32975 9.32025 9.23975C9.66025 8.99975 9.73023 8.52976 9.49023 8.18976L8.42026 6.68976Z\" fill=\"\"/>\n<path d=\"M21.7402 6.07974C21.7402 6.05974 21.7502 6.03976 21.7502 6.02976C21.7502 5.92976 21.7302 5.82972 21.6902 5.73972C21.6502 5.64972 21.6002 5.56973 21.5302 5.49973L19.5302 3.49973C19.2402 3.20973 18.7602 3.20973 18.4702 3.49973C18.1802 3.78973 18.1802 4.26972 18.4702 4.55972L19.1802 5.26975L16.4503 5.25974C16.4403 5.25974 16.4402 5.25974 16.4302 5.25974C15.2802 5.25974 14.2002 5.82971 13.5602 6.79971L7.17026 16.3797C6.81026 16.9197 6.20023 17.2497 5.55023 17.2497H5.54025L2.99023 17.2397C2.58023 17.2397 2.24023 17.5697 2.24023 17.9897C2.24023 18.3997 2.57023 18.7397 2.99023 18.7397L5.54025 18.7497C5.55025 18.7497 5.55024 18.7497 5.56024 18.7497C6.72024 18.7497 7.79024 18.1797 8.43024 17.2097L14.8203 7.62973C15.1803 7.08973 15.7902 6.75974 16.4402 6.75974H16.4503L21.0002 6.77976C21.1002 6.77976 21.1903 6.7597 21.2903 6.7197C21.3803 6.6797 21.4602 6.62972 21.5302 6.55972C21.5302 6.55972 21.5303 6.54971 21.5403 6.54971C21.6003 6.47971 21.6602 6.40973 21.6902 6.31973C21.7202 6.23973 21.7302 6.15974 21.7402 6.07974Z\" fill=\"\"/>\n</svg>\n</li><li title=\"sidebar bottom \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.19C2 16.39 2.01 16.59 2.02 16.78C2.1 18.01 2.45 19.05 3.05 19.87C3.34 20.29 3.71 20.66 4.13 20.95C5.08 21.64 6.32 22 7.81 22H16.19C19.63 22 21.76 20.06 21.97 16.78C21.99 16.59 22 16.39 22 16.19V7.81C22 6.32 21.64 5.08 20.95 4.13C20.66 3.71 20.29 3.34 19.87 3.05C18.92 2.36 17.68 2 16.19 2Z\" fill=\"\"/>\n<path d=\"M22 15.2798H2V16.1898C2 16.3898 2.01 16.5898 2.02 16.7798H21.97C21.99 16.5898 22 16.3898 22 16.1898V15.2798Z\" fill=\"\"/>\n<path d=\"M8.68945 9.0299C8.68945 9.2199 8.75945 9.4099 8.90945 9.5599L11.4695 12.1199C11.7595 12.4099 12.2395 12.4099 12.5295 12.1199L15.0895 9.5599C15.3795 9.2699 15.3795 8.7899 15.0895 8.4999C14.7995 8.2099 14.3195 8.2099 14.0295 8.4999L11.9995 10.5199L9.96945 8.4999C9.67945 8.1999 9.19945 8.1999 8.90945 8.4999C8.75945 8.6399 8.68945 8.8299 8.68945 9.0299Z\" fill=\"\"/>\n</svg>\n</li><li title=\"sidebar left \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M22 7.81V16.19C22 19.83 19.83 22 16.19 22H7.81C7.61 22 7.41 21.99 7.22 21.98C5.99 21.9 4.95 21.55 4.13 20.95C3.71 20.66 3.34 20.29 3.05 19.87C2.36 18.92 2 17.68 2 16.19V7.81C2 4.37 3.94 2.24 7.22 2.03C7.41 2.01 7.61 2 7.81 2H16.19C17.68 2 18.92 2.36 19.87 3.05C20.29 3.34 20.66 3.71 20.95 4.13C21.64 5.08 22 6.32 22 7.81Z\" fill=\"\"/>\n<path d=\"M8.7207 2V22H7.8107C7.6107 22 7.4107 21.99 7.2207 21.98V2.03C7.4107 2.01 7.6107 2 7.8107 2H8.7207Z\" fill=\"\"/>\n<path d=\"M14.9696 15.3099C14.7796 15.3099 14.5896 15.2399 14.4396 15.0899L11.8796 12.5299C11.5896 12.2399 11.5896 11.7599 11.8796 11.4699L14.4396 8.90988C14.7296 8.61988 15.2096 8.61988 15.4996 8.90988C15.7896 9.19988 15.7896 9.67988 15.4996 9.96988L13.4796 11.9999L15.5096 14.0299C15.7996 14.3199 15.7996 14.7999 15.5096 15.0899C15.3596 15.2399 15.1696 15.3099 14.9696 15.3099Z\" fill=\"\"/>\n</svg>\n</li><li title=\"sidebar right \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M2 7.81V16.19C2 19.83 4.17 22 7.81 22H16.19C16.39 22 16.59 21.99 16.78 21.98C18.01 21.9 19.05 21.55 19.87 20.95C20.29 20.66 20.66 20.29 20.95 19.87C21.64 18.92 22 17.68 22 16.19V7.81C22 4.37 20.06 2.24 16.78 2.03C16.59 2.01 16.39 2 16.19 2H7.81C6.32 2 5.08 2.36 4.13 3.05C3.71 3.34 3.34 3.71 3.05 4.13C2.36 5.08 2 6.32 2 7.81Z\" fill=\"\"/>\n<path d=\"M15.2793 2V22H16.1893C16.3893 22 16.5893 21.99 16.7793 21.98V2.03C16.5893 2.01 16.3893 2 16.1893 2H15.2793Z\" fill=\"\"/>\n<path d=\"M9.0307 15.3099C9.2207 15.3099 9.4107 15.2399 9.5607 15.0899L12.1207 12.5299C12.4107 12.2399 12.4107 11.7599 12.1207 11.4699L9.5607 8.90988C9.2707 8.61988 8.7907 8.61988 8.5007 8.90988C8.2107 9.19988 8.2107 9.67988 8.5007 9.96988L10.5207 11.9999L8.5007 14.0299C8.2107 14.3199 8.2107 14.7999 8.5007 15.0899C8.6407 15.2399 8.8307 15.3099 9.0307 15.3099Z\" fill=\"\"/>\n</svg>\n</li><li title=\"sidebar top \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M7.81 22H16.19C19.83 22 22 19.83 22 16.19V7.81C22 7.61 21.99 7.41 21.98 7.22C21.9 5.99 21.55 4.95 20.95 4.13C20.66 3.71 20.29 3.34 19.87 3.05C18.92 2.36 17.68 2 16.19 2H7.81C4.37 2 2.24 3.94 2.03 7.22C2.01 7.41 2 7.61 2 7.81V16.19C2 17.68 2.36 18.92 3.05 19.87C3.34 20.29 3.71 20.66 4.13 20.95C5.08 21.64 6.32 22 7.81 22Z\" fill=\"\"/>\n<path d=\"M2 8.72022H22V7.81021C22 7.61022 21.99 7.41021 21.98 7.22021H2.03C2.01 7.41021 2 7.61022 2 7.81021V8.72022Z\" fill=\"\"/>\n<path d=\"M15.3109 14.9701C15.3109 14.7801 15.2409 14.5901 15.0909 14.4401L12.5309 11.8801C12.2409 11.5901 11.7609 11.5901 11.4709 11.8801L8.91086 14.4401C8.62086 14.7301 8.62086 15.2101 8.91086 15.5001C9.20086 15.7901 9.68086 15.7901 9.97086 15.5001L12.0009 13.4801L14.0309 15.5101C14.3209 15.8001 14.8009 15.8001 15.0909 15.5101C15.2409 15.3601 15.3109 15.1701 15.3109 14.9701Z\" fill=\"\"/>\n</svg>\n</li><li title=\"signpost \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.9698 3.75V7.25C18.9698 8.22 18.1898 9 17.2198 9H8.95987C8.56987 9 8.17985 8.85999 7.86985 8.62L5.67984 6.87C4.80984 6.17 4.80984 4.83 5.67984 4.13L7.86985 2.38C8.17985 2.14 8.56987 2 8.95987 2H17.2198C18.1898 2 18.9698 2.78 18.9698 3.75Z\" fill=\"\"/>\n<path d=\"M18.3408 16.87L16.1608 18.62C15.8508 18.86 15.4608 19 15.0608 19H6.80078C5.83078 19 5.05078 18.22 5.05078 17.25V13.75C5.05078 12.78 5.83078 12 6.80078 12H15.0608C15.4608 12 15.8508 12.14 16.1608 12.38L18.3408 14.13C19.2208 14.83 19.2208 16.17 18.3408 16.87Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M12.75 9H11.25V12H12.75V9Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M15.75 22C15.75 22.41 15.41 22.75 15 22.75H9C8.59 22.75 8.25 22.41 8.25 22C8.25 21.59 8.59 21.25 9 21.25H11.25V19H12.75V21.25H15C15.41 21.25 15.75 21.59 15.75 22Z\" fill=\"\"/>\n</svg>\n</li><li title=\"simcard 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M19.54 6.54L16.47 3.47C15.53 2.53 14.26 2 12.93 2H8C5 2 3 4 3 7V17C3 20 5 22 8 22H16C19 22 21 20 21 17V10.07C21 8.74 20.47 7.47 19.54 6.54Z\" fill=\"\"/>\n<path d=\"M11.5 13.25V9.5H10C8.35 9.5 7 10.85 7 12.5V13.5H11.25C11.39 13.5 11.5 13.39 11.5 13.25Z\" fill=\"\"/>\n<path d=\"M12.75 13.5H17V12.5C17 10.85 15.65 9.5 14 9.5H12.5V13.25C12.5 13.39 12.61 13.5 12.75 13.5Z\" fill=\"\"/>\n<path d=\"M11.25 14.5H7V15.5C7 17.15 8.35 18.5 10 18.5H11.5V14.75C11.5 14.61 11.39 14.5 11.25 14.5Z\" fill=\"\"/>\n<path d=\"M12.5 14.75V18.5H14C15.65 18.5 17 17.15 17 15.5V14.5H12.75C12.61 14.5 12.5 14.61 12.5 14.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"simcard 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16 12.6899V18.0799C16 20.4199 14.44 21.9699 12.11 21.9699H5.89C3.56 21.9699 2 20.4199 2 18.0799V10.3099C2 7.96992 3.56 6.41992 5.89 6.41992H9.72C10.75 6.41992 11.74 6.82992 12.47 7.55992L14.86 9.93992C15.59 10.6699 16 11.6599 16 12.6899Z\" fill=\"\"/>\n<path d=\"M22 8.24997V13.64C22 15.97 20.44 17.53 18.11 17.53H16V12.69C16 11.66 15.59 10.67 14.86 9.93997L12.47 7.55997C11.74 6.82997 10.75 6.41997 9.72 6.41997H8V5.85997C8 3.52997 9.56 1.96997 11.89 1.96997H15.72C16.75 1.96997 17.74 2.37997 18.47 3.10997L20.86 5.49997C21.59 6.22997 22 7.21997 22 8.24997Z\" fill=\"\"/>\n</svg>\n</li><li title=\"simcard \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M19.54 6.54001L16.47 3.47C15.53 2.53 14.26 2.01001 12.93 2.01001H8C5 2.01001 3 4.01001 3 7.01001V17.01C3 20.01 5 22.01 8 22.01H16C19 22.01 21 20.01 21 17.01V10.08C21 8.73999 20.47 7.47001 19.54 6.54001Z\" fill=\"\"/>\n<path d=\"M9.49945 18.7499C9.30945 18.7499 9.11945 18.6799 8.96945 18.5299L6.96945 16.5299C6.67945 16.2399 6.67945 15.7599 6.96945 15.4699L8.96945 13.4699C9.25945 13.1799 9.73945 13.1799 10.0295 13.4699C10.3195 13.7599 10.3195 14.2399 10.0295 14.5299L8.55945 15.9999L10.0295 17.4699C10.3195 17.7599 10.3195 18.2399 10.0295 18.5299C9.87945 18.6799 9.68945 18.7499 9.49945 18.7499Z\" fill=\"\"/>\n<path d=\"M14.4995 18.7499C14.3095 18.7499 14.1195 18.6799 13.9695 18.5299C13.6795 18.2399 13.6795 17.7599 13.9695 17.4699L15.4395 15.9999L13.9695 14.5299C13.6795 14.2399 13.6795 13.7599 13.9695 13.4699C14.2595 13.1799 14.7395 13.1799 15.0295 13.4699L17.0295 15.4699C17.3195 15.7599 17.3195 16.2399 17.0295 16.5299L15.0295 18.5299C14.8795 18.6799 14.6895 18.7499 14.4995 18.7499Z\" fill=\"\"/>\n</svg>\n</li><li title=\"size \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.9707 5.5V9.5C21.9707 11.43 20.4007 13 18.4707 13H16.9707V12.25C16.9707 9.35 14.6207 7 11.7207 7H10.9707V5.5C10.9707 3.57 12.5407 2 14.4707 2H18.4707C20.4107 2 21.9707 3.57 21.9707 5.5Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M11.7207 7H10.9707H6.9707C4.2107 7 1.9707 9.24 1.9707 12V17C1.9707 19.76 4.2107 22 6.9707 22H11.9707C14.7307 22 16.9707 19.76 16.9707 17V13V12.25C16.9707 9.35 14.6207 7 11.7207 7Z\" fill=\"\"/>\n</svg>\n</li><li title=\"slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M19.53 5.53L5.53 19.53C5.51 19.55 5.5 19.56 5.48 19.57C5.1 19.25 4.75 18.9 4.43 18.52C2.91 16.77 2 14.49 2 12C2 6.48 6.48 2 12 2C14.49 2 16.77 2.91 18.52 4.43C18.9 4.75 19.25 5.1 19.57 5.48C19.56 5.5 19.55 5.51 19.53 5.53Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M21.9996 12.0001C21.9996 17.5201 17.5196 22.0001 11.9996 22.0001C10.0096 22.0001 8.15961 21.4201 6.59961 20.4001L20.3996 6.6001C21.4196 8.1601 21.9996 10.0101 21.9996 12.0001Z\" fill=\"\"/>\n<path d=\"M21.7709 2.22988C21.4709 1.92988 20.9809 1.92988 20.6809 2.22988L2.23086 20.6899C1.93086 20.9899 1.93086 21.4799 2.23086 21.7799C2.38086 21.9199 2.57086 21.9999 2.77086 21.9999C2.97086 21.9999 3.16086 21.9199 3.31086 21.7699L21.7709 3.30988C22.0809 3.00988 22.0809 2.52988 21.7709 2.22988Z\" fill=\"\"/>\n</svg>\n</li><li title=\"slider horizontal 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M15 2H9C7.34 2 6 3.34 6 5V19C6 20.66 7.34 22 9 22H15C16.66 22 18 20.66 18 19V5C18 3.34 16.66 2 15 2Z\" fill=\"\"/>\n<path d=\"M18.6705 5.33008H18.3305C18.2105 5.33008 18.1005 5.33008 17.9805 5.34008C17.9905 5.39008 18.0005 5.44008 18.0005 5.50008V7.00008V17.0001V18.5001C18.0005 18.5601 17.9905 18.6101 17.9805 18.6601C18.0905 18.6701 18.2005 18.6701 18.3305 18.6701H18.6705C21.3305 18.6701 22.0005 18.0001 22.0005 15.3301V8.67008C22.0005 6.00008 21.3305 5.33008 18.6705 5.33008Z\" fill=\"\"/>\n<path d=\"M6 18.5001V17.0001V7.00008V5.50008C6 5.44008 6.01 5.39008 6.02 5.34008C5.9 5.33008 5.79 5.33008 5.67 5.33008H5.33C2.67 5.33008 2 6.00008 2 8.67008V15.3301C2 18.0001 2.67 18.6701 5.33 18.6701H5.67C5.79 18.6701 5.9 18.6701 6.02 18.6601C6.01 18.6101 6 18.5601 6 18.5001Z\" fill=\"\"/>\n</svg>\n</li><li title=\"slider horizontal \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.5 5.06006V18.9401C3.5 19.3501 3.16 19.6901 2.75 19.6901C2.34 19.6901 2 19.3501 2 18.9401V5.06006C2 4.65006 2.34 4.31006 2.75 4.31006C3.16 4.31006 3.5 4.65006 3.5 5.06006Z\" fill=\"\"/>\n<path d=\"M22 5.06006V18.9401C22 19.3501 21.66 19.6901 21.25 19.6901C20.84 19.6901 20.5 19.3501 20.5 18.9401V5.06006C20.5 4.65006 20.84 4.31006 21.25 4.31006C21.66 4.31006 22 4.65006 22 5.06006Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M7.59961 21.25H16.3996C18.0596 21.25 19.3996 19.91 19.3996 18.25V5.75C19.3996 4.09 18.0596 2.75 16.3996 2.75H7.59961C5.93961 2.75 4.59961 4.09 4.59961 5.75V18.25C4.59961 19.91 5.93961 21.25 7.59961 21.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"slider vertical 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M2 9V15C2 16.66 3.34 18 5 18H19C20.66 18 22 16.66 22 15V9C22 7.34 20.66 6 19 6H5C3.34 6 2 7.34 2 9Z\" fill=\"\"/>\n<path d=\"M5.33008 5.33V5.67C5.33008 5.79 5.33008 5.9 5.34008 6.02C5.39008 6.01 5.44008 6 5.50008 6H7.00008H17.0001H18.5001C18.5601 6 18.6101 6.01 18.6601 6.02C18.6701 5.91 18.6701 5.8 18.6701 5.67V5.33C18.6701 2.67 18.0001 2 15.3301 2H8.67008C6.00008 2 5.33008 2.67 5.33008 5.33Z\" fill=\"\"/>\n<path d=\"M18.5001 18H17.0001H7.00008H5.50008C5.44008 18 5.39008 17.99 5.34008 17.98C5.33008 18.09 5.33008 18.2 5.33008 18.33V18.67C5.33008 21.33 6.00008 22 8.67008 22H15.3301C18.0001 22 18.6701 21.33 18.6701 18.67V18.33C18.6701 18.21 18.6701 18.1 18.6601 17.98C18.6101 17.99 18.5601 18 18.5001 18Z\" fill=\"\"/>\n</svg>\n</li><li title=\"slider vertical \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.9405 3.5H5.06055C4.65055 3.5 4.31055 3.16 4.31055 2.75C4.31055 2.34 4.65055 2 5.06055 2H18.9405C19.3505 2 19.6905 2.34 19.6905 2.75C19.6905 3.16 19.3505 3.5 18.9405 3.5Z\" fill=\"\"/>\n<path d=\"M18.9405 22H5.06055C4.65055 22 4.31055 21.66 4.31055 21.25C4.31055 20.84 4.65055 20.5 5.06055 20.5H18.9405C19.3505 20.5 19.6905 20.84 19.6905 21.25C19.6905 21.66 19.3505 22 18.9405 22Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M2.75 7.6001V16.4001C2.75 18.0601 4.09 19.4001 5.75 19.4001H18.25C19.91 19.4001 21.25 18.0601 21.25 16.4001V7.6001C21.25 5.9401 19.91 4.6001 18.25 4.6001H5.75C4.09 4.6001 2.75 5.9401 2.75 7.6001Z\" fill=\"\"/>\n</svg>\n</li><li title=\"slider \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 16.01V18C19 20.2 17.5 22 15 22H9C6.5 22 5 20.2 5 18V16.01H19Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M19 6V16.01H5V6C5 3.8 6.5 2 9 2H15C17.5 2 19 3.8 19 6Z\" fill=\"\"/>\n<path d=\"M3 20.75C2.59 20.75 2.25 20.41 2.25 20V4C2.25 3.59 2.59 3.25 3 3.25C3.41 3.25 3.75 3.59 3.75 4V20C3.75 20.41 3.41 20.75 3 20.75Z\" fill=\"\"/>\n<path d=\"M21 20.75C20.59 20.75 20.25 20.41 20.25 20V4C20.25 3.59 20.59 3.25 21 3.25C21.41 3.25 21.75 3.59 21.75 4V20C21.75 20.41 21.41 20.75 21 20.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"smallcaps \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M22 7.81V16.19C22 19.83 19.83 22 16.19 22H7.81C7.61 22 7.41 21.99 7.22 21.98C5.99 21.9 4.95 21.55 4.13 20.95C3.71 20.66 3.34 20.29 3.05 19.87C2.36 18.92 2 17.68 2 16.19V7.81C2 4.37 3.94 2.24 7.22 2.03C7.41 2.01 7.61 2 7.81 2H16.19C17.68 2 18.92 2.36 19.87 3.05C20.29 3.34 20.66 3.71 20.95 4.13C21.64 5.08 22 6.32 22 7.81Z\" fill=\"\"/>\n<path d=\"M11.39 14.3799H11.02V7.9099H13.59C13.7 7.9099 13.79 7.9999 13.79 8.1099V8.8899C13.79 9.2999 14.13 9.6399 14.54 9.6399C14.95 9.6399 15.29 9.2999 15.29 8.8899V8.0999C15.29 7.1599 14.53 6.3999 13.59 6.3999H6.95C6.01 6.3999 5.25 7.1599 5.25 8.0999V8.8799C5.25 9.2999 5.59 9.6299 6 9.6299C6.41 9.6299 6.75 9.2999 6.75 8.8799V8.0999C6.75 7.9899 6.84 7.8999 6.95 7.8999H9.52V14.3799H8.52C8.11 14.3799 7.77 14.7199 7.77 15.1299C7.77 15.5399 8.11 15.8799 8.52 15.8799H11.38C11.79 15.8799 12.13 15.5399 12.13 15.1299C12.13 14.7199 11.8 14.3799 11.39 14.3799Z\" fill=\"\"/>\n<path d=\"M17.3207 10.3999H13.7207C13.3107 10.3999 12.9707 10.7399 12.9707 11.1499C12.9707 11.5599 13.3107 11.8999 13.7207 11.8999H14.2007V16.0999H13.8507C13.4407 16.0999 13.1007 16.4399 13.1007 16.8499C13.1007 17.2599 13.4407 17.5999 13.8507 17.5999H16.0507C16.4607 17.5999 16.8007 17.2599 16.8007 16.8499C16.8007 16.4399 16.4607 16.0999 16.0507 16.0999H15.7007V11.8999H17.2507V12.2399C17.2507 12.6499 17.5907 12.9899 18.0007 12.9899C18.4107 12.9899 18.7507 12.6499 18.7507 12.2399V11.8299C18.7507 11.0399 18.1107 10.3999 17.3207 10.3999Z\" fill=\"\"/>\n</svg>\n</li><li title=\"smart car \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.7092 9.49C18.6092 9.49 18.5091 9.47 18.4091 9.43C18.0291 9.26 17.8591 8.82001 18.0191 8.44001C18.2091 8.01001 18.0991 7.37999 17.7491 6.85999C17.3991 6.32999 16.8692 5.98 16.3792 6C15.9392 6 15.6291 5.67001 15.6191 5.26001C15.6191 4.84001 15.9491 4.51 16.3591 4.5C17.3891 4.48 18.3592 5.07002 18.9892 6.02002C19.6292 6.98002 19.7791 8.13003 19.3891 9.03003C19.2791 9.32003 18.9992 9.49 18.7092 9.49Z\" fill=\"\"/>\n<path d=\"M21.8201 10.4801C21.7501 10.4801 21.6901 10.4701 21.6201 10.4501C21.2201 10.3401 20.9901 9.93011 21.1001 9.53011C21.4801 8.17011 21.1601 6.55009 20.2501 5.19009C19.3401 3.83009 17.9601 2.92008 16.5501 2.75008C16.1401 2.70008 15.8501 2.33007 15.9001 1.92007C15.9501 1.51007 16.3301 1.2101 16.7301 1.2701C18.5601 1.4901 20.3401 2.65008 21.4901 4.37008C22.6401 6.09008 23.0301 8.1701 22.5401 9.9501C22.4501 10.2601 22.1501 10.4801 21.8201 10.4801Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M17.5203 15.8401C17.4103 14.6201 17.0803 13.3101 14.7003 13.3101H5.23028C2.85028 13.3101 2.53029 14.6201 2.41029 15.8401L1.99029 20.36C1.94029 20.92 2.13028 21.49 2.51028 21.91C2.90028 22.34 3.46029 22.5901 4.05029 22.5901H5.44029C6.64029 22.5901 6.87029 21.9001 7.02029 21.4501L7.17028 21.0101C7.34028 20.5001 7.38029 20.3701 8.05029 20.3701H11.8503C12.5103 20.3701 12.5403 20.4401 12.7303 21.0101L12.8803 21.4601C13.0303 21.9101 13.2603 22.6 14.4603 22.6H15.8503C16.4403 22.6 17.0003 22.35 17.3903 21.92C17.7703 21.5 17.9603 20.9301 17.9103 20.3701L17.5203 15.8401Z\" fill=\"\"/>\n<path d=\"M16.6502 11.09H15.9102C15.9002 11.09 15.9002 11.09 15.8902 11.09L15.6102 9.73999C15.3402 8.43999 14.7902 7.25 12.5802 7.25H10.5302H9.42023H7.37022C5.16022 7.25 4.60023 8.43999 4.34023 9.73999L4.06023 11.09C4.05023 11.09 4.05022 11.09 4.04022 11.09H3.30023C2.99023 11.09 2.74023 11.34 2.74023 11.65C2.74023 11.96 2.99023 12.21 3.30023 12.21H3.83023L3.52023 13.69C3.92023 13.46 4.48023 13.32 5.25023 13.32H14.7202C15.4902 13.32 16.0502 13.46 16.4502 13.69L16.1402 12.21H16.6702C16.9802 12.21 17.2302 11.96 17.2302 11.65C17.2102 11.34 16.9602 11.09 16.6502 11.09Z\" fill=\"\"/>\n<path d=\"M7.75093 17.39H5.52094C5.21094 17.39 4.96094 17.14 4.96094 16.83C4.96094 16.52 5.21094 16.27 5.52094 16.27H7.75093C8.06093 16.27 8.31093 16.52 8.31093 16.83C8.30093 17.14 8.06093 17.39 7.75093 17.39Z\" fill=\"\"/>\n<path d=\"M14.4306 17.39H12.2006C11.8906 17.39 11.6406 17.14 11.6406 16.83C11.6406 16.52 11.8906 16.27 12.2006 16.27H14.4306C14.7406 16.27 14.9906 16.52 14.9906 16.83C14.9806 17.14 14.7306 17.39 14.4306 17.39Z\" fill=\"\"/>\n</svg>\n</li><li title=\"smart home \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M10.0693 3.01003L3.1393 8.56002C2.3593 9.18002 1.85929 10.49 2.02929 11.47L3.35927 19.43C3.59927 20.85 4.95928 22 6.39928 22H17.5993C19.0293 22 20.3993 20.84 20.6393 19.43L21.9693 11.47C22.1293 10.49 21.6293 9.18002 20.8593 8.56002L13.9293 3.02004C12.8593 2.16004 11.1293 2.16003 10.0693 3.01003Z\" fill=\"\"/>\n<path d=\"M12.3713 17.1201C11.9613 17.1201 11.6313 16.7901 11.6213 16.3901C11.5913 15.0401 10.7013 14.1501 9.35133 14.1201C8.94133 14.1101 8.61132 13.7701 8.62132 13.3501C8.63132 12.9401 8.96132 12.6201 9.37132 12.6201C9.38132 12.6201 9.38133 12.6201 9.39133 12.6201C11.5413 12.6701 13.0813 14.2001 13.1213 16.3501C13.1313 16.7601 12.8013 17.1101 12.3913 17.1201C12.3913 17.1201 12.3813 17.1201 12.3713 17.1201Z\" fill=\"\"/>\n<path d=\"M15.3713 17.1201C14.9613 17.1201 14.6213 16.7901 14.6213 16.3801C14.6113 15.7201 14.5013 15.0901 14.3013 14.5001C13.7913 13.0401 12.7013 11.9601 11.2413 11.4401C10.6513 11.2301 10.0213 11.1201 9.3613 11.1201C8.9513 11.1201 8.61131 10.7801 8.62131 10.3601C8.62131 9.95011 8.96131 9.62012 9.37131 9.62012H9.38132C10.2113 9.63012 11.0013 9.77015 11.7413 10.0302C13.6313 10.7002 15.0413 12.1101 15.7113 14.0001C15.9713 14.7401 16.1113 15.5401 16.1213 16.3601C16.1313 16.7801 15.8013 17.1201 15.3713 17.1201C15.3813 17.1201 15.3813 17.1201 15.3713 17.1201Z\" fill=\"\"/>\n<path d=\"M9.38086 17.3801C8.82086 17.3801 8.38086 16.9301 8.38086 16.3801C8.38086 15.8301 8.83086 15.3801 9.38086 15.3801C9.93086 15.3801 10.3809 15.8301 10.3809 16.3801C10.3809 16.9301 9.93086 17.3801 9.38086 17.3801Z\" fill=\"\"/>\n</svg>\n</li><li title=\"smileys \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M14 5V10H13C11.35 10 10 11.35 10 13V14H5C3.34 14 2 12.66 2 11V5C2 3.34 3.34 2 5 2H11C12.66 2 14 3.34 14 5Z\" fill=\"\"/>\n<path d=\"M5.19952 6.63014C4.96952 6.63014 4.72952 6.52013 4.58952 6.31013C4.34952 5.97013 4.42952 5.50015 4.76952 5.26015C5.54952 4.71015 6.59951 4.70013 7.38951 5.24013C7.72951 5.47013 7.81952 5.94017 7.58952 6.28017C7.35952 6.62017 6.88951 6.71012 6.54951 6.48012C6.27951 6.30012 5.91952 6.30013 5.64952 6.49013C5.49952 6.59013 5.34952 6.63014 5.19952 6.63014Z\" fill=\"\"/>\n<path d=\"M9.19952 6.63014C8.96952 6.63014 8.72952 6.52013 8.58952 6.31013C8.34952 5.97013 8.42952 5.50015 8.76952 5.26015C9.54952 4.71015 10.5995 4.70013 11.3895 5.24013C11.7295 5.47013 11.8195 5.94017 11.5895 6.28017C11.3595 6.62017 10.8895 6.71012 10.5495 6.48012C10.2795 6.30012 9.91952 6.30013 9.64952 6.49013C9.49952 6.59013 9.34952 6.63014 9.19952 6.63014Z\" fill=\"\"/>\n<path d=\"M8.16078 12.1699H5.84078C5.13078 12.1699 4.55078 11.5899 4.55078 10.8799C4.55078 8.97994 6.10078 7.42993 8.00078 7.42993C8.78078 7.42993 9.55078 7.69994 10.1608 8.18994C10.4808 8.44994 10.5408 8.91993 10.2808 9.23993C10.0208 9.55993 9.55078 9.61992 9.23078 9.35992C8.88078 9.07992 8.46078 8.92993 8.01078 8.92993C7.01078 8.92993 6.18078 9.68992 6.07078 10.6699H8.17078C8.58078 10.6699 8.92078 11.0099 8.92078 11.4199C8.92078 11.8299 8.57078 12.1699 8.16078 12.1699Z\" fill=\"\"/>\n<path d=\"M18.2207 16.6801C18.1507 16.6001 18.0507 16.5601 17.9407 16.5601H14.0607C13.9507 16.5601 13.8507 16.6001 13.7807 16.6801C13.7107 16.7601 13.6707 16.87 13.6907 16.97C13.8207 18.15 14.8107 19.05 16.0007 19.05C17.1907 19.05 18.1807 18.16 18.3107 16.97C18.3207 16.86 18.2907 16.7601 18.2207 16.6801Z\" fill=\"\"/>\n<path d=\"M19 10H13C11.35 10 10 11.35 10 13V19C10 20.65 11.35 22 13 22H19C20.65 22 22 20.65 22 19V13C22 11.35 20.65 10 19 10ZM12.59 13.17C12.83 12.83 13.3 12.75 13.64 12.99C13.91 13.18 14.27 13.18 14.54 13C14.88 12.76 15.35 12.85 15.58 13.2C15.81 13.54 15.73 14.01 15.38 14.24C14.99 14.5 14.54 14.64 14.09 14.64C13.62 14.64 13.16 14.5 12.77 14.22C12.43 13.97 12.35 13.5 12.59 13.17ZM16 20.17C14.1 20.17 12.55 18.62 12.55 16.72C12.55 16.01 13.13 15.43 13.84 15.43H18.16C18.87 15.43 19.45 16.01 19.45 16.72C19.45 18.62 17.9 20.17 16 20.17ZM19.38 14.23C18.99 14.49 18.54 14.63 18.09 14.63C17.62 14.63 17.16 14.49 16.77 14.21C16.43 13.97 16.35 13.5 16.59 13.16C16.83 12.82 17.3 12.74 17.64 12.98C17.91 13.17 18.27 13.17 18.54 12.99C18.88 12.75 19.35 12.84 19.58 13.19C19.81 13.54 19.72 14 19.38 14.23Z\" fill=\"\"/>\n</svg>\n</li><li title=\"sms edit \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M7 3H17C20 3 22 4.5 22 8V11.14C22 11.87 21.25 12.33 20.58 12.04C19.48 11.56 18.23 11.38 16.92 11.59C14.3 12.02 12.16 14.09 11.63 16.69C11.48 17.45 11.46 18.19 11.56 18.9C11.64 19.49 11.16 20.01 10.57 20.01H7C4 20.01 2 18.51 2 15.01V8.01001C2 4.50001 4 3 7 3Z\" fill=\"\"/>\n<path d=\"M12.0008 11.87C11.1608 11.87 10.3108 11.61 9.66076 11.08L6.53075 8.57996C6.21075 8.31996 6.15076 7.84997 6.41076 7.52997C6.67076 7.20997 7.14075 7.14997 7.46075 7.40997L10.5908 9.90997C11.3508 10.52 12.6407 10.52 13.4007 9.90997L16.5308 7.40997C16.8508 7.14997 17.3307 7.19997 17.5807 7.52997C17.8407 7.84997 17.7907 8.32996 17.4607 8.57996L14.3307 11.08C13.6907 11.61 12.8408 11.87 12.0008 11.87Z\" fill=\"\"/>\n<path d=\"M18 13C15.24 13 13 15.23 13 18C13 20.76 15.24 23 18 23C20.77 23 23 20.76 23 18C23 15.23 20.77 13 18 13ZM20.05 17.55L19.68 17.91L17.51 20.09C17.41 20.18 17.22 20.28 17.08 20.3L16.1 20.44C15.75 20.49 15.5 20.24 15.55 19.89L15.69 18.91C15.71 18.77 15.8 18.58 15.9 18.48L18.08 16.31L18.44 15.94C18.68 15.7 18.95 15.54 19.23 15.54C19.47 15.54 19.74 15.65 20.04 15.94C20.7 16.6 20.49 17.11 20.05 17.55Z\" fill=\"\"/>\n</svg>\n</li><li title=\"sms notification \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.5 8C20.8807 8 22 6.88071 22 5.5C22 4.11929 20.8807 3 19.5 3C18.1193 3 17 4.11929 17 5.5C17 6.88071 18.1193 8 19.5 8Z\" fill=\"\"/>\n<path d=\"M19.5 8C20.8807 8 22 6.88071 22 5.5C22 4.11929 20.8807 3 19.5 3C18.1193 3 17 4.11929 17 5.5C17 6.88071 18.1193 8 19.5 8Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M20.72 9.30977C21.35 9.10977 22 9.59978 22 10.2698V15.5098C22 19.0098 20 20.5098 17 20.5098H7C4 20.5098 2 19.0098 2 15.5098V8.50977C2 5.00977 4 3.50977 7 3.50977H14.61C15.26 3.50977 15.7 4.10978 15.58 4.73978C15.46 5.32978 15.48 5.95977 15.66 6.60977C16.03 7.94977 17.12 9.01977 18.46 9.36977C19.25 9.56977 20.02 9.52977 20.72 9.30977Z\" fill=\"\"/>\n<path d=\"M12.0008 12.8698C11.1608 12.8698 10.3108 12.6098 9.66076 12.0798L6.53075 9.57978C6.21075 9.31978 6.15076 8.84978 6.41076 8.52978C6.67076 8.20978 7.14075 8.14978 7.46075 8.40978L10.5908 10.9098C11.3508 11.5198 12.6407 11.5198 13.4007 10.9098L14.5807 9.96978C14.9007 9.70978 15.3808 9.75977 15.6308 10.0898C15.8908 10.4098 15.8408 10.8898 15.5108 11.1398L14.3307 12.0798C13.6907 12.6098 12.8408 12.8698 12.0008 12.8698Z\" fill=\"\"/>\n</svg>\n</li><li title=\"sms search \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M17 20.5H7C4 20.5 2 19 2 15.5V8.5C2 5 4 3.5 7 3.5H17C20 3.5 22 5 22 8.5V15.5C22 19 20 20.5 17 20.5Z\" fill=\"\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.586 8.53196C17.8445 8.85561 17.7917 9.32754 17.4681 9.58605L14.3372 12.0868C13.0338 13.1244 10.9563 13.1244 9.65289 12.0868L9.65104 12.0853L6.53105 9.58531C6.2078 9.3263 6.15573 8.85429 6.41474 8.53105C6.67375 8.2078 7.14576 8.15573 7.46901 8.41474L10.588 10.914C11.3446 11.5155 12.6462 11.5154 13.4025 10.9135C13.4027 10.9135 13.4024 10.9136 13.4025 10.9135L16.532 8.41401C16.8556 8.15551 17.3275 8.20832 17.586 8.53196Z\" fill=\"\"/>\n<path d=\"M22.6609 21.47L21.9209 20.73C22.3009 20.15 22.5309 19.45 22.5309 18.7C22.5309 16.66 20.8708 15 18.8308 15C16.7908 15 15.1309 16.66 15.1309 18.7C15.1309 20.74 16.7908 22.4 18.8308 22.4C19.5808 22.4 20.2808 22.17 20.8608 21.79L21.6009 22.53C21.7509 22.68 21.9409 22.75 22.1309 22.75C22.3209 22.75 22.5109 22.68 22.6609 22.53C22.9509 22.24 22.9509 21.76 22.6609 21.47Z\" fill=\"\"/>\n</svg>\n</li><li title=\"sms star \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.4792 2.81994L19.7592 3.38993C19.8992 3.66993 20.2492 3.92994 20.5592 3.98994L20.9392 4.04994C22.0792 4.23994 22.3492 5.07994 21.5292 5.90994L21.1792 6.25993C20.9492 6.49993 20.8192 6.95993 20.8892 7.27993L20.9392 7.48994C21.2492 8.86994 20.5192 9.39993 19.3192 8.67993L19.0592 8.52993C18.7492 8.34993 18.2492 8.34993 17.9392 8.52993L17.6792 8.67993C16.4692 9.40993 15.7392 8.86994 16.0592 7.48994L16.1092 7.27993C16.1792 6.95993 16.0492 6.49993 15.8192 6.25993L15.4692 5.90994C14.6492 5.07994 14.9192 4.23994 16.0592 4.04994L16.4392 3.98994C16.7392 3.93994 17.0992 3.66993 17.2392 3.38993L17.5192 2.81994C18.0592 1.72994 18.9392 1.72994 19.4792 2.81994Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M22 9.67V15.5C22 19 20 20.5 17 20.5H7C4 20.5 2 19 2 15.5V8.5C2 5 4 3.5 7 3.5H14.05C13.85 3.72 13.7 3.98 13.61 4.27C13.32 5.17 13.61 6.15001 14.41 6.96001L14.6 7.14999C14.19 8.95999 15.04 9.81 15.43 10.09C15.65 10.25 16.1 10.5 16.74 10.5C17.21 10.5 17.79 10.36 18.46 9.96001L18.5 9.94L18.54 9.96001C20.12 10.91 21.19 10.37 21.57 10.09C21.69 10.01 21.85 9.87 22 9.67Z\" fill=\"\"/>\n<path d=\"M12.0008 12.8698C11.1608 12.8698 10.3108 12.6098 9.66076 12.0798L6.53075 9.57978C6.21075 9.31978 6.15076 8.84978 6.41076 8.52978C6.67076 8.20978 7.14075 8.14978 7.46075 8.40978L10.5908 10.9098C11.3508 11.5198 12.6407 11.5198 13.4007 10.9098C13.7207 10.6498 14.1908 10.6998 14.4508 11.0298C14.7108 11.3498 14.6607 11.8298 14.3307 12.0798C13.6907 12.6098 12.8408 12.8698 12.0008 12.8698Z\" fill=\"\"/>\n</svg>\n</li><li title=\"sms tracking \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 13C3.24 13 1 15.23 1 18C1 20.77 3.24 23 6 23C8.76 23 11 20.76 11 18C11 15.24 8.77 13 6 13ZM3.95999 15.96H6C6.38 15.96 6.67999 16.27 6.67999 16.64C6.67999 17.01 6.37 17.32 6 17.32H3.95999C3.57999 17.32 3.28 17.01 3.28 16.64C3.28 16.27 3.57999 15.96 3.95999 15.96ZM8.04001 20.04H3.95001C3.57001 20.04 3.26999 19.73 3.26999 19.36C3.26999 18.99 3.58001 18.68 3.95001 18.68H8.04001C8.42001 18.68 8.72 18.99 8.72 19.36C8.72 19.73 8.42001 20.04 8.04001 20.04Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M17 3H7C4 3 2 4.5 2 8V11.14C2 11.87 2.75001 12.33 3.42001 12.04C4.52001 11.56 5.76999 11.38 7.07999 11.59C9.69999 12.02 11.84 14.09 12.37 16.69C12.52 17.45 12.54 18.19 12.44 18.9C12.36 19.49 12.84 20.01 13.43 20.01H17C20 20.01 22 18.51 22 15.01V8.00999C22 4.49999 20 3 17 3Z\" fill=\"\"/>\n<path d=\"M12.0008 11.87C11.1608 11.87 10.3108 11.61 9.66076 11.08L6.53075 8.57997C6.21075 8.31997 6.15076 7.84997 6.41076 7.52997C6.67076 7.20997 7.14075 7.14997 7.46075 7.40997L10.5908 9.90997C11.3508 10.52 12.6407 10.52 13.4007 9.90997L16.5308 7.40997C16.8508 7.14997 17.3307 7.19997 17.5807 7.52997C17.8407 7.84997 17.7907 8.32997 17.4607 8.57997L14.3307 11.08C13.6907 11.61 12.8408 11.87 12.0008 11.87Z\" fill=\"\"/>\n</svg>\n</li><li title=\"sms \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M17 20.5H7C4 20.5 2 19 2 15.5V8.5C2 5 4 3.5 7 3.5H17C20 3.5 22 5 22 8.5V15.5C22 19 20 20.5 17 20.5Z\" fill=\"\"/>\n<path d=\"M12.0008 12.87C11.1608 12.87 10.3108 12.61 9.66076 12.08L6.53075 9.57997C6.21075 9.31997 6.15076 8.84997 6.41076 8.52997C6.67076 8.20997 7.14076 8.14997 7.46076 8.40997L10.5908 10.91C11.3508 11.52 12.6407 11.52 13.4007 10.91L16.5308 8.40997C16.8508 8.14997 17.3308 8.19997 17.5808 8.52997C17.8408 8.84997 17.7908 9.32997 17.4608 9.57997L14.3308 12.08C13.6908 12.61 12.8408 12.87 12.0008 12.87Z\" fill=\"\"/>\n</svg>\n</li><li title=\"sort \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2Z\" fill=\"\"/>\n<path d=\"M18 8.5H6C5.59 8.5 5.25 8.16 5.25 7.75C5.25 7.34 5.59 7 6 7H18C18.41 7 18.75 7.34 18.75 7.75C18.75 8.16 18.41 8.5 18 8.5Z\" fill=\"\"/>\n<path d=\"M16 12.75H8C7.59 12.75 7.25 12.41 7.25 12C7.25 11.59 7.59 11.25 8 11.25H16C16.41 11.25 16.75 11.59 16.75 12C16.75 12.41 16.41 12.75 16 12.75Z\" fill=\"\"/>\n<path d=\"M13.3302 17H10.6602C10.2502 17 9.91016 16.66 9.91016 16.25C9.91016 15.84 10.2502 15.5 10.6602 15.5H13.3302C13.7402 15.5 14.0802 15.84 14.0802 16.25C14.0802 16.66 13.7502 17 13.3302 17Z\" fill=\"\"/>\n</svg>\n</li><li title=\"sound \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 16.5C2.59 16.5 2.25 16.16 2.25 15.75V8.25C2.25 7.84 2.59 7.5 3 7.5C3.41 7.5 3.75 7.84 3.75 8.25V15.75C3.75 16.16 3.41 16.5 3 16.5Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M7.5 19C7.09 19 6.75 18.66 6.75 18.25V5.75C6.75 5.34 7.09 5 7.5 5C7.91 5 8.25 5.34 8.25 5.75V18.25C8.25 18.66 7.91 19 7.5 19Z\" fill=\"\"/>\n<path d=\"M12 21.5C11.59 21.5 11.25 21.16 11.25 20.75V3.25C11.25 2.84 11.59 2.5 12 2.5C12.41 2.5 12.75 2.84 12.75 3.25V20.75C12.75 21.16 12.41 21.5 12 21.5Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M16.5 19C16.09 19 15.75 18.66 15.75 18.25V5.75C15.75 5.34 16.09 5 16.5 5C16.91 5 17.25 5.34 17.25 5.75V18.25C17.25 18.66 16.91 19 16.5 19Z\" fill=\"\"/>\n<path d=\"M21 16.5C20.59 16.5 20.25 16.16 20.25 15.75V8.25C20.25 7.84 20.59 7.5 21 7.5C21.41 7.5 21.75 7.84 21.75 8.25V15.75C21.75 16.16 21.41 16.5 21 16.5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"speaker \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 18C13.6569 18 15 16.6569 15 15C15 13.3431 13.6569 12 12 12C10.3431 12 9 13.3431 9 15C9 16.6569 10.3431 18 12 18Z\" fill=\"\"/>\n<path d=\"M12 9C12.8284 9 13.5 8.32843 13.5 7.5C13.5 6.67157 12.8284 6 12 6C11.1716 6 10.5 6.67157 10.5 7.5C10.5 8.32843 11.1716 9 12 9Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M14.9991 1.62012H8.99914C5.80914 1.62012 4.61914 2.81012 4.61914 6.00012V18.0001C4.61914 21.1901 5.80914 22.3801 8.99914 22.3801H14.9991C18.1891 22.3801 19.3791 21.1901 19.3791 18.0001V6.00012C19.3791 2.81012 18.1891 1.62012 14.9991 1.62012ZM11.9991 6.00012C12.8291 6.00012 13.4991 6.67012 13.4991 7.50012C13.4991 8.33012 12.8291 9.00012 11.9991 9.00012C11.1691 9.00012 10.4991 8.33012 10.4991 7.50012C10.4991 6.67012 11.1691 6.00012 11.9991 6.00012ZM11.9991 18.0001C10.3391 18.0001 8.99914 16.6601 8.99914 15.0001C8.99914 13.3401 10.3391 12.0001 11.9991 12.0001C13.6591 12.0001 14.9991 13.3401 14.9991 15.0001C14.9991 16.6601 13.6591 18.0001 11.9991 18.0001Z\" fill=\"\"/>\n</svg>\n</li><li title=\"speedometer \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M19.0992 20.2999C18.8992 20.2999 18.6992 20.2 18.5992 20.1C18.2992 19.8 18.2992 19.2999 18.5992 19C20.2992 17.3 21.1992 15 21.1992 12.5C21.1992 7.39995 17.0992 3.29995 11.9992 3.29995C6.89922 3.29995 2.79922 7.39995 2.79922 12.5C2.79922 14.9 3.69922 17.2 5.39922 19C5.69922 19.2999 5.69922 19.8 5.39922 20.1C5.09922 20.4 4.59922 20.4 4.29922 20.1C2.29922 18.1 1.19922 15.4 1.19922 12.6C1.19922 6.59995 6.09922 1.69995 11.9992 1.69995C17.8992 1.69995 22.7992 6.49995 22.7992 12.5C22.7992 15.3 21.6992 18 19.6992 20C19.4992 20.2 19.2992 20.2999 19.0992 20.2999Z\" fill=\"\"/>\n<path d=\"M11.9996 22C14.1535 22 15.8996 20.2539 15.8996 18.1C15.8996 15.946 14.1535 14.2 11.9996 14.2C9.8457 14.2 8.09961 15.946 8.09961 18.1C8.09961 20.2539 9.8457 22 11.9996 22Z\" fill=\"\"/>\n<path d=\"M16 8.5C14.9 8.5 14 9.4 14 10.5V11.3C14 12 14.6 12.5 15.2 12.5H16C17.1 12.5 18 11.6 18 10.5C18 9.4 17.1 8.5 16 8.5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"star 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M5.73937 16C5.84937 15.51 5.64937 14.81 5.29937 14.46L2.86937 12.03C2.10937 11.27 1.80937 10.46 2.02937 9.76C2.25937 9.06 2.96937 8.58 4.02937 8.4L7.14937 7.88C7.59937 7.8 8.14937 7.4 8.35937 6.99L10.0794 3.54C10.5794 2.55 11.2594 2 11.9994 2C12.7394 2 13.4194 2.55 13.9194 3.54L15.6394 6.99C15.7694 7.25 16.0394 7.5 16.3294 7.67L5.55937 18.44C5.41937 18.58 5.17937 18.45 5.21937 18.25L5.73937 16Z\" fill=\"\"/>\n<path d=\"M18.7008 14.4599C18.3408 14.8199 18.1408 15.5099 18.2608 15.9999L18.9508 19.0099C19.2408 20.2599 19.0608 21.1999 18.4408 21.6499C18.1908 21.8299 17.8908 21.9199 17.5408 21.9199C17.0308 21.9199 16.4308 21.7299 15.7708 21.3399L12.8408 19.5999C12.3808 19.3299 11.6208 19.3299 11.1608 19.5999L8.23078 21.3399C7.12078 21.9899 6.17078 22.0999 5.56078 21.6499C5.33078 21.4799 5.16078 21.2499 5.05078 20.9499L17.2108 8.7899C17.6708 8.3299 18.3208 8.1199 18.9508 8.2299L19.9608 8.3999C21.0208 8.5799 21.7308 9.0599 21.9608 9.7599C22.1808 10.4599 21.8808 11.2699 21.1208 12.0299L18.7008 14.4599Z\" fill=\"\"/>\n</svg>\n</li><li title=\"star slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M18.6992 14.46C18.3492 14.81 18.1492 15.52 18.2592 16L18.9492 19.01C19.2392 20.26 19.0592 21.2 18.4392 21.65C18.1892 21.83 17.8892 21.92 17.5392 21.92C17.0292 21.92 16.4292 21.73 15.7692 21.34L12.8392 19.6C12.3892 19.33 11.6092 19.33 11.1592 19.6L8.22922 21.34C7.11922 21.99 6.16922 22.1 5.55922 21.65C5.51922 21.62 5.47922 21.59 5.44922 21.55L18.7992 8.19995L19.9692 8.39995C21.0292 8.57995 21.7392 9.05995 21.9692 9.75995C22.1892 10.46 21.8892 11.27 21.1292 12.03L18.6992 14.46Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M5.73937 16C5.84937 15.52 5.64937 14.81 5.29937 14.46L2.86937 12.03C2.10937 11.27 1.80937 10.46 2.02937 9.76C2.25937 9.06 2.96937 8.58 4.02937 8.4L7.14937 7.88C7.59937 7.8 8.14937 7.4 8.35937 6.99L10.0794 3.54C10.5794 2.55 11.2594 2 11.9994 2C12.7394 2 13.4194 2.55 13.9194 3.54L15.6394 6.99C15.7694 7.25 16.0394 7.5 16.3294 7.67L5.06937 18.93L5.73937 16Z\" fill=\"\"/>\n<path d=\"M21.7709 2.22988C21.4709 1.92988 20.9809 1.92988 20.6809 2.22988L2.23086 20.6899C1.93086 20.9899 1.93086 21.4799 2.23086 21.7799C2.38086 21.9199 2.57086 21.9999 2.77086 21.9999C2.97086 21.9999 3.16086 21.9199 3.31086 21.7699L21.7709 3.30988C22.0809 3.00988 22.0809 2.52988 21.7709 2.22988Z\" fill=\"\"/>\n</svg>\n</li><li title=\"star \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.3909 5.21L16.8009 8.03C16.9909 8.42 17.5009 8.79 17.9309 8.87L20.4809 9.29C22.1109 9.56 22.4909 10.74 21.3209 11.92L19.3309 13.91C19.0009 14.24 18.8109 14.89 18.9209 15.36L19.4909 17.82C19.9409 19.76 18.9009 20.52 17.1909 19.5L14.8009 18.08C14.3709 17.82 13.6509 17.82 13.2209 18.08L10.8309 19.5C9.12091 20.51 8.08093 19.76 8.53093 17.82L9.10093 15.36C9.21093 14.9 9.02093 14.25 8.69093 13.91L6.70094 11.92C5.53094 10.75 5.91094 9.57 7.54094 9.29L10.0909 8.87C10.5209 8.8 11.0309 8.42 11.2209 8.03L12.6309 5.21C13.3809 3.68 14.6209 3.68 15.3909 5.21Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M8 5.75H2C1.59 5.75 1.25 5.41 1.25 5C1.25 4.59 1.59 4.25 2 4.25H8C8.41 4.25 8.75 4.59 8.75 5C8.75 5.41 8.41 5.75 8 5.75Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M5 19.75H2C1.59 19.75 1.25 19.41 1.25 19C1.25 18.59 1.59 18.25 2 18.25H5C5.41 18.25 5.75 18.59 5.75 19C5.75 19.41 5.41 19.75 5 19.75Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M3 12.75H2C1.59 12.75 1.25 12.41 1.25 12C1.25 11.59 1.59 11.25 2 11.25H3C3.41 11.25 3.75 11.59 3.75 12C3.75 12.41 3.41 12.75 3 12.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"status up \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2Z\" fill=\"\"/>\n<path d=\"M6.88086 18.9001C6.47086 18.9001 6.13086 18.5601 6.13086 18.1501V16.0801C6.13086 15.6701 6.47086 15.3301 6.88086 15.3301C7.29086 15.3301 7.63086 15.6701 7.63086 16.0801V18.1501C7.63086 18.5701 7.29086 18.9001 6.88086 18.9001Z\" fill=\"\"/>\n<path d=\"M12 18.9C11.59 18.9 11.25 18.56 11.25 18.15V14C11.25 13.59 11.59 13.25 12 13.25C12.41 13.25 12.75 13.59 12.75 14V18.15C12.75 18.57 12.41 18.9 12 18.9Z\" fill=\"\"/>\n<path d=\"M17.1191 18.9002C16.7091 18.9002 16.3691 18.5602 16.3691 18.1502V11.9302C16.3691 11.5202 16.7091 11.1802 17.1191 11.1802C17.5291 11.1802 17.8691 11.5202 17.8691 11.9302V18.1502C17.8691 18.5702 17.5391 18.9002 17.1191 18.9002Z\" fill=\"\"/>\n<path d=\"M17.871 5.8201C17.871 5.7701 17.851 5.7101 17.841 5.6601C17.831 5.6201 17.821 5.5701 17.811 5.5301C17.791 5.4901 17.761 5.4601 17.741 5.4201C17.711 5.3801 17.681 5.3301 17.641 5.3001C17.631 5.2901 17.631 5.2801 17.621 5.2801C17.591 5.2601 17.561 5.2501 17.531 5.2301C17.491 5.2001 17.441 5.1701 17.391 5.1501C17.341 5.1301 17.291 5.1301 17.241 5.1201C17.201 5.1101 17.171 5.1001 17.131 5.1001H14.201C13.791 5.1001 13.451 5.4401 13.451 5.8501C13.451 6.2601 13.791 6.6001 14.201 6.6001H15.451C13.071 9.1001 10.071 10.8601 6.70096 11.7101C6.30096 11.8101 6.05096 12.2201 6.15096 12.6201C6.23096 12.9601 6.54096 13.1901 6.88096 13.1901C6.94096 13.1901 7.00096 13.1801 7.06096 13.1701C10.631 12.2801 13.821 10.4301 16.371 7.8101V8.7801C16.371 9.1901 16.711 9.5301 17.121 9.5301C17.531 9.5301 17.871 9.1901 17.871 8.7801V5.8501C17.871 5.8401 17.871 5.8301 17.871 5.8201Z\" fill=\"\"/>\n</svg>\n</li><li title=\"status \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M10.2408 14.74C9.91084 14.41 9.47084 14.22 9.00084 14.22H3.92084C3.31084 14.22 2.75084 14.53 2.43084 15.05C2.11084 15.56 2.08084 16.17 2.34084 16.71C3.57084 19.23 5.79084 21.21 8.43084 22.14C8.61084 22.2 8.81084 22.24 9.00084 22.24C9.35084 22.24 9.70084 22.13 10.0008 21.92C10.4708 21.59 10.7508 21.05 10.7508 20.48L10.7608 15.98C10.7508 15.51 10.5708 15.07 10.2408 14.74Z\" fill=\"\"/>\n<path d=\"M22.4799 9.6C21.3599 4.68 17.0499 1.25 11.9999 1.25C6.94993 1.25 2.63993 4.68 1.51993 9.6C1.39993 10.12 1.51993 10.65 1.85993 11.07C2.19993 11.49 2.69993 11.73 3.23993 11.73H20.7699C21.3099 11.73 21.8099 11.49 22.1499 11.07C22.4799 10.65 22.5999 10.11 22.4799 9.6Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M21.56 15.1C21.24 14.58 20.68 14.26 20.06 14.26L15 14.25C14.53 14.25 14.09 14.43 13.76 14.76C13.43 15.09 13.25 15.53 13.25 16L13.26 20.48C13.26 21.05 13.54 21.59 14.01 21.92C14.31 22.13 14.66 22.24 15.01 22.24C15.2 22.24 15.39 22.21 15.57 22.14C18.19 21.22 20.41 19.25 21.64 16.76C21.9 16.23 21.87 15.61 21.56 15.1Z\" fill=\"\"/>\n</svg>\n</li><li title=\"sticker \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M21.9295 12.86C21.9095 13.05 21.8795 13.23 21.8295 13.41C20.7895 12.53 19.4395 12 17.9695 12C14.6595 12 11.9695 14.69 11.9695 18C11.9695 19.47 12.4995 20.82 13.3795 21.86C13.1995 21.91 13.0195 21.94 12.8295 21.96C11.9795 22.04 11.1095 22 10.2095 21.85C6.0995 21.15 2.7895 17.82 2.1095 13.7C0.979502 6.85002 6.8195 1.01002 13.6695 2.14002C17.7895 2.82002 21.1195 6.13002 21.8195 10.24C21.9695 11.14 22.0095 12.01 21.9295 12.86Z\" fill=\"\"/>\n<path d=\"M21.8307 13.41C21.6907 13.9 21.4307 14.34 21.0607 14.71L14.6807 21.09C14.3107 21.46 13.8707 21.72 13.3807 21.86C12.5007 20.82 11.9707 19.47 11.9707 18C11.9707 14.69 14.6607 12 17.9707 12C19.4407 12 20.7907 12.53 21.8307 13.41Z\" fill=\"\"/>\n</svg>\n</li><li title=\"stickynote \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M21.5 8.37V15.82C21.5 15.97 21.45 16.12 21.32 16.25C19.87 17.71 17.29 20.31 15.81 21.8C15.68 21.94 15.51 22 15.34 22H7.37C4.68 22 2.5 19.82 2.5 17.13V8.37C2.5 5.68 4.68 3.5 7.37 3.5H16.63C19.32 3.5 21.5 5.68 21.5 8.37Z\" fill=\"\"/>\n<path d=\"M8.28906 6.29C7.86906 6.29 7.53906 5.95 7.53906 5.54V2.75C7.53906 2.34 7.86906 2 8.28906 2C8.70906 2 9.03906 2.34 9.03906 2.75V5.53C9.03906 5.95 8.70906 6.29 8.28906 6.29Z\" fill=\"\"/>\n<path d=\"M15.7109 6.29C15.2909 6.29 14.9609 5.95 14.9609 5.54V2.75C14.9609 2.33 15.3009 2 15.7109 2C16.1309 2 16.4609 2.34 16.4609 2.75V5.53C16.4609 5.95 16.1309 6.29 15.7109 6.29Z\" fill=\"\"/>\n<path d=\"M14.7794 12.71H7.35938C6.93938 12.71 6.60938 12.37 6.60938 11.96C6.60938 11.55 6.94938 11.21 7.35938 11.21H14.7794C15.1994 11.21 15.5294 11.55 15.5294 11.96C15.5294 12.37 15.1994 12.71 14.7794 12.71Z\" fill=\"\"/>\n<path d=\"M11.9994 16.4199H7.35938C6.93938 16.4199 6.60938 16.0799 6.60938 15.6699C6.60938 15.2499 6.94938 14.9199 7.35938 14.9199H11.9994C12.4194 14.9199 12.7494 15.2599 12.7494 15.6699C12.7494 16.0799 12.4194 16.4199 11.9994 16.4199Z\" fill=\"\"/>\n<path d=\"M21.4995 15.8202C21.4995 15.9702 21.4495 16.1202 21.3195 16.2502C19.8695 17.7102 17.2895 20.3102 15.8095 21.8002C15.6795 21.9402 15.5095 22.0002 15.3395 22.0002C15.0095 22.0002 14.6895 21.7402 14.6895 21.3602V17.8602C14.6895 16.4002 15.9295 15.1902 17.4495 15.1902C18.3995 15.1802 19.7195 15.1802 20.8495 15.1802C21.2395 15.1802 21.4995 15.4902 21.4995 15.8202Z\" fill=\"\"/>\n</svg>\n</li><li title=\"stop circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M11.9707 22C17.4936 22 21.9707 17.5228 21.9707 12C21.9707 6.47715 17.4936 2 11.9707 2C6.44786 2 1.9707 6.47715 1.9707 12C1.9707 17.5228 6.44786 22 11.9707 22Z\" fill=\"\"/>\n<path d=\"M10.7695 16.23H13.2295C14.8895 16.23 16.2295 14.89 16.2295 13.23V10.77C16.2295 9.11002 14.8895 7.77002 13.2295 7.77002H10.7695C9.10953 7.77002 7.76953 9.11002 7.76953 10.77V13.23C7.76953 14.89 9.10953 16.23 10.7695 16.23Z\" fill=\"\"/>\n</svg>\n</li><li title=\"stop \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.9 7.66L20.12 8.13L19.63 8.43L18.7 8.98L4.76 17.34L4.67 17.39L4.14 17.71L3.53 18.08C3.17 17.19 3 16.07 3 14.7V9.3C3 4.8 4.8 3 9.3 3H14.7C18.61 3 20.48 4.36 20.9 7.66Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M21.0005 9.2002V14.7002C21.0005 19.2002 19.2005 21.0002 14.7005 21.0002H9.30047C6.86047 21.0002 5.21047 20.4702 4.23047 19.2602L4.53047 19.0802L5.14047 18.7102L5.67047 18.3902L5.76047 18.3402L19.7005 9.9802L20.6305 9.4302L21.0005 9.2002Z\" fill=\"\"/>\n</svg>\n</li><li title=\"story \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.42 7.95012C18.86 10.3901 18.86 14.3501 16.42 16.7901C13.98 19.2301 10.02 19.2301 7.58 16.7901C5.14 14.3501 5.14 10.3901 7.58 7.95012C10.02 5.51012 13.98 5.51012 16.42 7.95012Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M8.24906 22.3899C8.15906 22.3899 8.05906 22.3699 7.96906 22.3399C5.71906 21.4399 3.89905 19.8499 2.67905 17.7499C1.49905 15.6999 1.02905 13.3799 1.33905 11.0199C1.38905 10.6099 1.77905 10.3199 2.17905 10.3699C2.58905 10.4199 2.87904 10.7999 2.82904 11.2099C2.56904 13.2299 2.96907 15.2299 3.97907 16.9899C5.01907 18.7899 6.58905 20.1599 8.51905 20.9299C8.89905 21.0899 9.08906 21.5198 8.93906 21.9098C8.82906 22.2098 8.53906 22.3899 8.24906 22.3899Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M5.84961 5.22986C5.62961 5.22986 5.40961 5.12988 5.25961 4.93988C4.99961 4.60988 5.05962 4.13989 5.38962 3.88989C7.29962 2.39989 9.57961 1.60986 11.9996 1.60986C14.3596 1.60986 16.6096 2.36988 18.4996 3.80988C18.8296 4.05988 18.8896 4.52986 18.6396 4.85986C18.3896 5.18986 17.9196 5.24988 17.5896 4.99988C15.9696 3.75988 14.0396 3.10986 11.9996 3.10986C9.91961 3.10986 7.9496 3.78989 6.3096 5.06989C6.1696 5.17989 6.00961 5.22986 5.84961 5.22986Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M15.7507 22.3901C15.4507 22.3901 15.1707 22.2101 15.0507 21.9201C14.9007 21.5401 15.0807 21.1001 15.4707 20.9401C17.4007 20.1601 18.9707 18.8001 20.0107 17.0001C21.0307 15.2401 21.4307 13.2401 21.1607 11.2201C21.1107 10.8101 21.4007 10.4301 21.8107 10.3801C22.2107 10.3301 22.6007 10.6201 22.6507 11.0301C22.9507 13.3801 22.4907 15.7101 21.3107 17.7601C20.1007 19.8601 18.2707 21.4401 16.0207 22.3501C15.9407 22.3701 15.8507 22.3901 15.7507 22.3901Z\" fill=\"\"/>\n</svg>\n</li><li title=\"strongbox 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.1898 2H7.81978C4.17978 2 2.00977 4.17 2.00977 7.81V16.18C2.00977 19.82 4.17978 21.99 7.81978 21.99H16.1898C19.8298 21.99 21.9998 19.82 21.9998 16.18V7.81C21.9998 4.17 19.8298 2 16.1898 2Z\" fill=\"\"/>\n<path d=\"M16 9.23999H18C18.55 9.23999 19 8.78999 19 8.23999V8C19 6.34 17.66 5 16 5H8C6.34 5 5 6.34 5 8V8.5C5 9.05 5.45 9.5 6 9.5H7.34C8.65 9.5 9.84 10.44 9.97 11.75C10.12 13.25 8.95 14.51 7.48 14.51H6C5.45 14.51 5 14.96 5 15.51V16.01C5 17.67 6.34 19.01 8 19.01H16C17.66 19.01 19 17.67 19 16.01V15.76C19 15.21 18.55 14.76 18 14.76H16C15.59 14.76 15.25 14.42 15.25 14.01C15.25 13.6 15.59 13.26 16 13.26H18C18.55 13.26 19 12.81 19 12.26V11.75C19 11.2 18.55 10.75 18 10.75H16C15.59 10.75 15.25 10.42 15.25 10C15.25 9.58 15.59 9.23999 16 9.23999Z\" fill=\"\"/>\n<path d=\"M7 13H6C5.45 13 5 12.55 5 12C5 11.45 5.45 11 6 11H7C7.55 11 8 11.45 8 12C8 12.55 7.55 13 7 13Z\" fill=\"\"/>\n</svg>\n</li><li title=\"strongbox \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.1898 2H7.81976C4.17976 2 2.00977 4.17 2.00977 7.81V16.18C2.00977 19.82 4.17976 21.99 7.81976 21.99H16.1898C19.8298 21.99 21.9998 19.82 21.9998 16.18V7.81C21.9998 4.17 19.8298 2 16.1898 2Z\" fill=\"\"/>\n<path d=\"M22 10.1599H14.33C14.32 10.0899 14.32 10.0099 14.3 9.93991C14.09 9.13991 13.44 8.48991 12.64 8.27991C11.2 7.89991 9.89001 8.83991 9.67001 10.1599H2V11.6599H9.91C10.11 12.0399 10.39 12.3599 10.75 12.5799V14.5599C10.75 15.2499 11.31 15.8099 12 15.8099C12.69 15.8099 13.25 15.2499 13.25 14.5599V12.5799C13.61 12.3599 13.89 12.0399 14.09 11.6599H22V10.1599Z\" fill=\"\"/>\n</svg>\n</li><li title=\"subtitle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.5004 17.8301H15.6504C15.2404 17.8301 14.9004 17.4901 14.9004 17.0801C14.9004 16.6701 15.2404 16.3301 15.6504 16.3301H17.5004C17.9104 16.3301 18.2504 16.6701 18.2504 17.0801C18.2504 17.4901 17.9104 17.8301 17.5004 17.8301Z\" fill=\"\"/>\n<path d=\"M12.97 17.8301H6.5C6.09 17.8301 5.75 17.4901 5.75 17.0801C5.75 16.6701 6.09 16.3301 6.5 16.3301H12.97C13.38 16.3301 13.72 16.6701 13.72 17.0801C13.72 17.4901 13.39 17.8301 12.97 17.8301Z\" fill=\"\"/>\n<path d=\"M17.5007 14.0698H11.9707C11.5607 14.0698 11.2207 13.7298 11.2207 13.3198C11.2207 12.9098 11.5607 12.5698 11.9707 12.5698H17.5007C17.9107 12.5698 18.2507 12.9098 18.2507 13.3198C18.2507 13.7298 17.9107 14.0698 17.5007 14.0698Z\" fill=\"\"/>\n<path d=\"M9.27 14.0698H6.5C6.09 14.0698 5.75 13.7298 5.75 13.3198C5.75 12.9098 6.09 12.5698 6.5 12.5698H9.27C9.68 12.5698 10.02 12.9098 10.02 13.3198C10.02 13.7298 9.68 14.0698 9.27 14.0698Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2Z\" fill=\"\"/>\n</svg>\n</li><li title=\"sun 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12 19C15.866 19 19 15.866 19 12C19 8.13401 15.866 5 12 5C8.13401 5 5 8.13401 5 12C5 15.866 8.13401 19 12 19Z\" fill=\"\"/>\n<path d=\"M12 22.96C11.45 22.96 11 22.55 11 22V21.92C11 21.37 11.45 20.92 12 20.92C12.55 20.92 13 21.37 13 21.92C13 22.47 12.55 22.96 12 22.96ZM19.14 20.14C18.88 20.14 18.63 20.04 18.43 19.85L18.3 19.72C17.91 19.33 17.91 18.7 18.3 18.31C18.69 17.92 19.32 17.92 19.71 18.31L19.84 18.44C20.23 18.83 20.23 19.46 19.84 19.85C19.65 20.04 19.4 20.14 19.14 20.14ZM4.86 20.14C4.6 20.14 4.35 20.04 4.15 19.85C3.76 19.46 3.76 18.83 4.15 18.44L4.28 18.31C4.67 17.92 5.3 17.92 5.69 18.31C6.08 18.7 6.08 19.33 5.69 19.72L5.56 19.85C5.37 20.04 5.11 20.14 4.86 20.14ZM22 13H21.92C21.37 13 20.92 12.55 20.92 12C20.92 11.45 21.37 11 21.92 11C22.47 11 22.96 11.45 22.96 12C22.96 12.55 22.55 13 22 13ZM2.08 13H2C1.45 13 1 12.55 1 12C1 11.45 1.45 11 2 11C2.55 11 3.04 11.45 3.04 12C3.04 12.55 2.63 13 2.08 13ZM19.01 5.99C18.75 5.99 18.5 5.89 18.3 5.7C17.91 5.31 17.91 4.68 18.3 4.29L18.43 4.16C18.82 3.77 19.45 3.77 19.84 4.16C20.23 4.55 20.23 5.18 19.84 5.57L19.71 5.7C19.52 5.89 19.27 5.99 19.01 5.99ZM4.99 5.99C4.73 5.99 4.48 5.89 4.28 5.7L4.15 5.56C3.76 5.17 3.76 4.54 4.15 4.15C4.54 3.76 5.17 3.76 5.56 4.15L5.69 4.28C6.08 4.67 6.08 5.3 5.69 5.69C5.5 5.89 5.24 5.99 4.99 5.99ZM12 3.04C11.45 3.04 11 2.63 11 2.08V2C11 1.45 11.45 1 12 1C12.55 1 13 1.45 13 2C13 2.55 12.55 3.04 12 3.04Z\" fill=\"\"/>\n</svg>\n</li><li title=\"sun fog \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.4807 12.25C18.7607 12.25 19.0007 12.01 18.9807 11.73C18.7107 8.11 15.6907 5.25 12.0007 5.25C8.31068 5.25 5.2907 8.1 5.0207 11.73C5.0007 12.01 5.2407 12.25 5.5207 12.25H18.4807Z\" fill=\"\"/>\n<path d=\"M22 13H21.92C21.37 13 20.92 12.55 20.92 12C20.92 11.45 21.37 11 21.92 11C22.47 11 22.96 11.45 22.96 12C22.96 12.55 22.55 13 22 13ZM2.08002 13H2C1.45 13 1 12.55 1 12C1 11.45 1.45 11 2 11C2.55 11 3.03998 11.45 3.03998 12C3.03998 12.55 2.63002 13 2.08002 13ZM19.01 5.99001C18.75 5.99001 18.5 5.89 18.3 5.7C17.91 5.31 17.91 4.67999 18.3 4.28999L18.43 4.16C18.82 3.77 19.45 3.77 19.84 4.16C20.23 4.55 20.23 5.18001 19.84 5.57001L19.71 5.7C19.52 5.89 19.27 5.99001 19.01 5.99001ZM4.98999 5.99001C4.72999 5.99001 4.48003 5.89 4.28003 5.7L4.15002 5.57001C3.76002 5.18001 3.76002 4.55 4.15002 4.16C4.54002 3.77 5.17 3.77 5.56 4.16L5.69 4.28999C6.08 4.67999 6.08 5.31 5.69 5.7C5.5 5.89 5.23999 5.99001 4.98999 5.99001ZM12 3.03999C11.45 3.03999 11 2.63 11 2.08V2C11 1.45 11.45 1 12 1C12.55 1 13 1.45 13 2C13 2.55 12.55 3.03999 12 3.03999Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M20 15.75H4C3.59 15.75 3.25 15.41 3.25 15C3.25 14.59 3.59 14.25 4 14.25H20C20.41 14.25 20.75 14.59 20.75 15C20.75 15.41 20.41 15.75 20 15.75Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M18 18.75H6C5.59 18.75 5.25 18.41 5.25 18C5.25 17.59 5.59 17.25 6 17.25H18C18.41 17.25 18.75 17.59 18.75 18C18.75 18.41 18.41 18.75 18 18.75Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M15 21.75H9C8.59 21.75 8.25 21.41 8.25 21C8.25 20.59 8.59 20.25 9 20.25H15C15.41 20.25 15.75 20.59 15.75 21C15.75 21.41 15.41 21.75 15 21.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"sun \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M10 3.75H11.25V8.5C11.25 8.91 11.59 9.25 12 9.25C12.41 9.25 12.75 8.91 12.75 8.5V3.75H14C14.41 3.75 14.75 3.41 14.75 3C14.75 2.59 14.41 2.25 14 2.25H10C9.59 2.25 9.25 2.59 9.25 3C9.25 3.41 9.59 3.75 10 3.75Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M14 20.25H12.75V15.5C12.75 15.09 12.41 14.75 12 14.75C11.59 14.75 11.25 15.09 11.25 15.5V20.25H10C9.59 20.25 9.25 20.59 9.25 21C9.25 21.41 9.59 21.75 10 21.75H14C14.41 21.75 14.75 21.41 14.75 21C14.75 20.59 14.41 20.25 14 20.25Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M2.8294 9.87994C2.9494 9.94994 3.0794 9.97994 3.1994 9.97994C3.4594 9.97994 3.7094 9.84993 3.8494 9.59993L4.4794 8.51994L8.5994 10.8999C8.7094 10.9699 8.8394 10.9999 8.9694 10.9999C9.2294 10.9999 9.4794 10.8699 9.6194 10.6199C9.8294 10.2599 9.6994 9.79993 9.3494 9.59993L5.2394 7.21994L5.8594 6.13994C6.0694 5.77994 5.9394 5.31993 5.5894 5.11993C5.2294 4.90993 4.7694 5.02994 4.5694 5.38994L2.5694 8.84993C2.3494 9.21993 2.4694 9.66994 2.8294 9.87994Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M21.1704 14.1199C20.8104 13.9099 20.3504 14.0299 20.1504 14.3899L19.5204 15.4699L15.4004 13.0999C15.0404 12.8899 14.5804 13.0199 14.3804 13.3699C14.1704 13.7299 14.3004 14.1899 14.6504 14.3899L18.7604 16.7699L18.1404 17.8499C17.9304 18.2099 18.0604 18.6699 18.4104 18.8699C18.5304 18.9399 18.6604 18.9699 18.7804 18.9699C19.0404 18.9699 19.2904 18.8399 19.4304 18.5899L21.4304 15.1299C21.6504 14.7799 21.5304 14.3299 21.1704 14.1199Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M18.7704 7.21994L14.6604 9.59994C14.3004 9.80994 14.1804 10.2699 14.3904 10.6199C14.5304 10.8599 14.7804 10.9999 15.0404 10.9999C15.1704 10.9999 15.3004 10.9699 15.4104 10.8999L19.5204 8.51994L20.1504 9.59994C20.2904 9.83994 20.5404 9.97994 20.8004 9.97994C20.9304 9.97994 21.0604 9.94994 21.1704 9.87994C21.5304 9.66994 21.6504 9.20994 21.4404 8.85994L19.4404 5.39994C19.2304 5.03994 18.7704 4.91994 18.4204 5.12994C18.0604 5.33994 17.9404 5.79994 18.1504 6.14995L18.7704 7.21994Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M5.23036 16.7799L9.34036 14.3999C9.70037 14.1899 9.82036 13.7299 9.61036 13.3799C9.40036 13.0199 8.94036 12.8999 8.59036 13.1099L4.48036 15.4899L3.85036 14.4099C3.64036 14.0499 3.18036 13.9299 2.83036 14.1399C2.47036 14.3499 2.35036 14.8099 2.56036 15.1599L4.56036 18.6199C4.70036 18.8599 4.95036 18.9999 5.21036 18.9999C5.34036 18.9999 5.47036 18.9699 5.58036 18.8999C5.94036 18.6899 6.06036 18.2299 5.85036 17.8799L5.23036 16.7799Z\" fill=\"\"/>\n<path d=\"M15.5 12C15.5 12.64 15.33 13.23 15.03 13.75C14.42 14.8 13.29 15.5 12 15.5C10.71 15.5 9.58 14.8 8.97 13.75C8.67 13.23 8.5 12.64 8.5 12C8.5 11.36 8.67 10.77 8.97 10.25C9.58 9.2 10.71 8.5 12 8.5C13.29 8.5 14.42 9.2 15.03 10.25C15.33 10.77 15.5 11.36 15.5 12Z\" fill=\"\"/>\n</svg>\n</li><li title=\"tag 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M4.17038 15.2998L8.70038 19.8298C10.5604 21.6898 13.5804 21.6898 15.4504 19.8298L19.8404 15.4398C21.7004 13.5798 21.7004 10.5598 19.8404 8.6898L15.3004 4.1698C14.3504 3.2198 13.0404 2.7098 11.7004 2.7798L6.70038 3.0198C4.70038 3.1098 3.11038 4.6998 3.01038 6.6898L2.77038 11.6898C2.71038 13.0398 3.22038 14.3498 4.17038 15.2998Z\" fill=\"\"/>\n<path d=\"M9.49914 12.3801C11.0897 12.3801 12.3791 11.0907 12.3791 9.50012C12.3791 7.90954 11.0897 6.62012 9.49914 6.62012C7.90856 6.62012 6.61914 7.90954 6.61914 9.50012C6.61914 11.0907 7.90856 12.3801 9.49914 12.3801Z\" fill=\"\"/>\n<path d=\"M12.9995 17.7499C12.8095 17.7499 12.6195 17.6799 12.4695 17.5299C12.1795 17.2399 12.1795 16.7599 12.4695 16.4699L16.4695 12.4699C16.7595 12.1799 17.2395 12.1799 17.5295 12.4699C17.8195 12.7599 17.8195 13.2399 17.5295 13.5299L13.5295 17.5299C13.3795 17.6799 13.1895 17.7499 12.9995 17.7499Z\" fill=\"\"/>\n</svg>\n</li><li title=\"tag cross \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M10.2797 20.25H16.9997C19.7597 20.25 21.9997 18.01 21.9997 15.25V8.75C21.9997 5.99 19.7597 3.75 16.9997 3.75H10.2797C8.86969 3.75 7.52969 4.34 6.57969 5.39L3.04969 9.27C1.63969 10.82 1.63969 13.18 3.04969 14.73L6.57969 18.61C7.52969 19.66 8.86969 20.25 10.2797 20.25Z\" fill=\"\"/>\n<path d=\"M14.59 12L16.53 10.06C16.82 9.76997 16.82 9.28997 16.53 8.99997C16.24 8.70997 15.76 8.70997 15.47 8.99997L13.53 10.94L11.59 8.99997C11.3 8.70997 10.82 8.70997 10.53 8.99997C10.24 9.28997 10.24 9.76997 10.53 10.06L12.47 12L10.53 13.94C10.24 14.23 10.24 14.71 10.53 15C10.68 15.15 10.87 15.22 11.06 15.22C11.25 15.22 11.44 15.15 11.59 15L13.53 13.06L15.47 15C15.62 15.15 15.81 15.22 16 15.22C16.19 15.22 16.38 15.15 16.53 15C16.82 14.71 16.82 14.23 16.53 13.94L14.59 12Z\" fill=\"\"/>\n</svg>\n</li><li title=\"tag right \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.8794 6.12009L3.92936 20.0701C3.49936 20.5001 2.77936 20.4601 2.42936 19.9701C1.92936 19.2801 1.82937 18.3201 2.34937 17.4901L5.10937 13.0601C5.47937 12.4701 5.47937 11.5101 5.10937 10.9201L2.34937 6.49009C1.41937 5.01009 2.48936 3.09009 4.22936 3.09009H15.6794C16.3594 3.09009 17.1994 3.56009 17.5594 4.13009L18.0294 4.87009C18.2594 5.28009 18.2094 5.79009 17.8794 6.12009Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M21.6299 13.11L16.4499 20.01C16.0899 20.5 15.2899 20.9 14.6699 20.9H7.50986C6.61986 20.9 6.16987 19.82 6.79987 19.19L18.3099 7.67999C18.7599 7.22999 19.5299 7.30999 19.8699 7.85999L21.7199 10.83C22.1299 11.47 22.0899 12.5 21.6299 13.11Z\" fill=\"\"/>\n</svg>\n</li><li title=\"tag user \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.0691 8.95005C12.0291 8.95005 11.9691 8.95005 11.9191 8.95005C10.8691 8.91005 10.0391 8.06005 10.0391 7.00005C10.0391 5.92005 10.9091 5.05005 11.9891 5.05005C13.0691 5.05005 13.9391 5.93005 13.9391 7.00005C13.9491 8.06005 13.1191 8.92005 12.0691 8.95005Z\" fill=\"\"/>\n<path d=\"M9.24945 11.96C7.91945 12.85 7.91945 14.3 9.24945 15.19C10.7595 16.2 13.2395 16.2 14.7495 15.19C16.0795 14.3 16.0795 12.85 14.7495 11.96C13.2395 10.96 10.7695 10.96 9.24945 11.96Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M18 2H6C4.34 2 3 3.33 3 4.97V15.88C3 17.52 4.34 18.85 6 18.85H6.76C7.56 18.85 8.32 19.16 8.88 19.72L10.59 21.41C11.37 22.18 12.64 22.18 13.42 21.41L15.13 19.72C15.69 19.16 16.46 18.85 17.25 18.85H18C19.66 18.85 21 17.52 21 15.88V4.97C21 3.33 19.66 2 18 2ZM12 5.05C13.08 5.05 13.95 5.93 13.95 7C13.95 8.06 13.11 8.91 12.07 8.95C12.03 8.95 11.97 8.95 11.92 8.95C10.87 8.91 10.04 8.06 10.04 7C10.05 5.93 10.92 5.05 12 5.05ZM14.75 15.19C13.24 16.2 10.76 16.2 9.25 15.19C7.92 14.31 7.92 12.85 9.25 11.96C10.77 10.95 13.25 10.95 14.75 11.96C16.08 12.85 16.08 14.3 14.75 15.19Z\" fill=\"\"/>\n</svg>\n</li><li title=\"tag \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M4.17038 15.2998L8.70038 19.8298C10.5604 21.6898 13.5804 21.6898 15.4504 19.8298L19.8404 15.4398C21.7004 13.5798 21.7004 10.5598 19.8404 8.6898L15.3004 4.1698C14.3504 3.2198 13.0404 2.7098 11.7004 2.7798L6.70038 3.0198C4.70038 3.1098 3.11038 4.6998 3.01038 6.6898L2.77038 11.6898C2.71038 13.0398 3.22038 14.3498 4.17038 15.2998Z\" fill=\"\"/>\n<path d=\"M9.49914 12.3801C11.0897 12.3801 12.3791 11.0907 12.3791 9.50012C12.3791 7.90954 11.0897 6.62012 9.49914 6.62012C7.90856 6.62012 6.61914 7.90954 6.61914 9.50012C6.61914 11.0907 7.90856 12.3801 9.49914 12.3801Z\" fill=\"\"/>\n</svg>\n</li><li title=\"task square \"><svg   viewBox=\"0 0 20 21\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M14.19 0.970215H5.81C2.17 0.970215 0 3.14022 0 6.78022V15.1602C0 18.8002 2.17 20.9702 5.81 20.9702H14.19C17.83 20.9702 20 18.8002 20 15.1602V6.78022C20 3.14022 17.83 0.970215 14.19 0.970215Z\" fill=\"\"/>\n<path d=\"M16.3105 7.84033C16.3105 8.25033 15.9805 8.59033 15.5605 8.59033H10.3105C9.90055 8.59033 9.56055 8.25033 9.56055 7.84033C9.56055 7.43033 9.90055 7.09033 10.3105 7.09033H15.5605C15.9805 7.09033 16.3105 7.43033 16.3105 7.84033Z\" fill=\"\"/>\n<path d=\"M7.97055 6.87027L5.72055 9.12027C5.57055 9.27027 5.38055 9.34027 5.19055 9.34027C5.00055 9.34027 4.80055 9.27027 4.66055 9.12027L3.91055 8.37027C3.61055 8.08027 3.61055 7.60027 3.91055 7.31027C4.20055 7.02027 4.67055 7.02027 4.97055 7.31027L5.19055 7.53027L6.91055 5.81027C7.20055 5.52027 7.67055 5.52027 7.97055 5.81027C8.26055 6.10027 8.26055 6.58027 7.97055 6.87027Z\" fill=\"\"/>\n<path d=\"M16.3105 14.8403C16.3105 15.2503 15.9805 15.5903 15.5605 15.5903H10.3105C9.90055 15.5903 9.56055 15.2503 9.56055 14.8403C9.56055 14.4303 9.90055 14.0903 10.3105 14.0903H15.5605C15.9805 14.0903 16.3105 14.4303 16.3105 14.8403Z\" fill=\"\"/>\n<path d=\"M7.97055 13.8703L5.72055 16.1203C5.57055 16.2703 5.38055 16.3403 5.19055 16.3403C5.00055 16.3403 4.80055 16.2703 4.66055 16.1203L3.91055 15.3703C3.61055 15.0803 3.61055 14.6003 3.91055 14.3103C4.20055 14.0203 4.67055 14.0203 4.97055 14.3103L5.19055 14.5303L6.91055 12.8103C7.20055 12.5203 7.67055 12.5203 7.97055 12.8103C8.26055 13.1003 8.26055 13.5803 7.97055 13.8703Z\" fill=\"\"/>\n</svg>\n</li><li title=\"task \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.9994 19.2601H10.9294C10.4794 19.2601 10.1094 18.8901 10.1094 18.4401C10.1094 17.9901 10.4794 17.6201 10.9294 17.6201H19.9994C20.4494 17.6201 20.8194 17.9901 20.8194 18.4401C20.8194 18.9001 20.4494 19.2601 19.9994 19.2601Z\" fill=\"\"/>\n<path d=\"M19.9994 12.9701H10.9294C10.4794 12.9701 10.1094 12.6001 10.1094 12.1501C10.1094 11.7001 10.4794 11.3301 10.9294 11.3301H19.9994C20.4494 11.3301 20.8194 11.7001 20.8194 12.1501C20.8194 12.6001 20.4494 12.9701 19.9994 12.9701Z\" fill=\"\"/>\n<path d=\"M19.9994 6.66979H10.9294C10.4794 6.66979 10.1094 6.29978 10.1094 5.84978C10.1094 5.39978 10.4794 5.02979 10.9294 5.02979H19.9994C20.4494 5.02979 20.8194 5.39978 20.8194 5.84978C20.8194 6.29978 20.4494 6.66979 19.9994 6.66979Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M4.90969 8.02992C4.68969 8.02992 4.47969 7.93992 4.32969 7.78992L3.41969 6.87992C3.09969 6.55992 3.09969 6.03992 3.41969 5.71992C3.73969 5.39992 4.25969 5.39992 4.57969 5.71992L4.90969 6.04992L7.04969 3.90992C7.36969 3.58992 7.88969 3.58992 8.20969 3.90992C8.52969 4.22992 8.52969 4.74992 8.20969 5.06992L5.48969 7.78992C5.32969 7.93992 5.12969 8.02992 4.90969 8.02992Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M4.90969 14.3302C4.69969 14.3302 4.48969 14.2502 4.32969 14.0902L3.41969 13.1802C3.09969 12.8602 3.09969 12.3402 3.41969 12.0202C3.73969 11.7002 4.25969 11.7002 4.57969 12.0202L4.90969 12.3502L7.04969 10.2102C7.36969 9.89021 7.88969 9.89021 8.20969 10.2102C8.52969 10.5302 8.52969 11.0502 8.20969 11.3702L5.48969 14.0902C5.32969 14.2502 5.11969 14.3302 4.90969 14.3302Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M4.90969 20.3302C4.69969 20.3302 4.48969 20.2502 4.32969 20.0902L3.41969 19.1802C3.09969 18.8602 3.09969 18.3402 3.41969 18.0202C3.73969 17.7002 4.25969 17.7002 4.57969 18.0202L4.90969 18.3502L7.04969 16.2102C7.36969 15.8902 7.88969 15.8902 8.20969 16.2102C8.52969 16.5302 8.52969 17.0502 8.20969 17.3702L5.48969 20.0902C5.32969 20.2502 5.11969 20.3302 4.90969 20.3302Z\" fill=\"\"/>\n</svg>\n</li><li title=\"teacher \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M18.3791 12.8401V17.7701C18.3791 19.0401 17.3891 20.4001 16.1991 20.8001L13.0091 21.8601C12.4491 22.0501 11.5391 22.0501 10.9891 21.8601L7.79914 20.8001C6.59914 20.4001 5.61914 19.0401 5.61914 17.7701L5.62914 12.8401L10.0491 15.7201C11.1291 16.4301 12.9091 16.4301 13.9891 15.7201L18.3791 12.8401Z\" fill=\"\"/>\n<path d=\"M19.9795 6.46006L13.9895 2.53006C12.9095 1.82006 11.1295 1.82006 10.0495 2.53006L4.02953 6.46006C2.09953 7.71006 2.09953 10.5401 4.02953 11.8001L5.62953 12.8401L10.0495 15.7201C11.1295 16.4301 12.9095 16.4301 13.9895 15.7201L18.3795 12.8401L19.7495 11.9401V15.0001C19.7495 15.4101 20.0895 15.7501 20.4995 15.7501C20.9095 15.7501 21.2495 15.4101 21.2495 15.0001V10.0801C21.6495 8.79006 21.2395 7.29006 19.9795 6.46006Z\" fill=\"\"/>\n</svg>\n</li><li title=\"text block \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2Z\" fill=\"\"/>\n<path d=\"M17.3403 8.21002C14.0003 6.54002 10.0103 6.54002 6.67026 8.21002C6.29026 8.40002 6.14026 8.85002 6.33026 9.22002C6.46026 9.48002 6.73026 9.63002 7.00026 9.63002C7.11026 9.63002 7.23026 9.60002 7.34026 9.55002C8.57026 8.94002 9.90026 8.60002 11.2503 8.50002V16.29C11.2503 16.7 11.5903 17.04 12.0003 17.04C12.4103 17.04 12.7503 16.7 12.7503 16.29V8.50002C14.1003 8.60002 15.4303 8.94002 16.6603 9.55002C17.0303 9.73002 17.4803 9.59002 17.6703 9.21002C17.8603 8.85002 17.7103 8.40002 17.3403 8.21002Z\" fill=\"\"/>\n</svg>\n</li><li title=\"text bold \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M22 7.81V16.19C22 19.83 19.83 22 16.19 22H7.81C7.61 22 7.41 21.99 7.22 21.98C5.99 21.9 4.95 21.55 4.13 20.95C3.71 20.66 3.34 20.29 3.05 19.87C2.36 18.92 2 17.68 2 16.19V7.81C2 4.37 3.94 2.24 7.22 2.03C7.41 2.01 7.61 2 7.81 2H16.19C17.68 2 18.92 2.36 19.87 3.05C20.29 3.34 20.66 3.71 20.95 4.13C21.64 5.08 22 6.32 22 7.81Z\" fill=\"\"/>\n<path d=\"M15.03 11.49C15.63 10.83 16 9.96 16 9C16 6.93 14.32 5.25 12.25 5.25H9.01C7.9 5.25 7 6.15 7 7.26V16.74C7 17.85 7.9 18.75 9.01 18.75H13.75C15.82 18.75 17.5 17.07 17.5 15C17.5 13.38 16.47 12.02 15.03 11.49ZM8.5 7.26C8.5 6.98 8.73 6.75 9.01 6.75H12.25C13.49 6.75 14.5 7.76 14.5 9C14.5 10.24 13.49 11.25 12.25 11.25H8.5V7.26ZM13.75 17.25H9.01C8.73 17.25 8.5 17.02 8.5 16.74V12.75H13.75C14.99 12.75 16 13.76 16 15C16 16.24 14.99 17.25 13.75 17.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"text italic \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M22 7.81V16.19C22 19.83 19.83 22 16.19 22H7.81C7.61 22 7.41 21.99 7.22 21.98C5.99 21.9 4.95 21.55 4.13 20.95C3.71 20.66 3.34 20.29 3.05 19.87C2.36 18.92 2 17.68 2 16.19V7.81C2 4.37 3.94 2.24 7.22 2.03C7.41 2.01 7.61 2 7.81 2H16.19C17.68 2 18.92 2.36 19.87 3.05C20.29 3.34 20.66 3.71 20.95 4.13C21.64 5.08 22 6.32 22 7.81Z\" fill=\"\"/>\n<path d=\"M15.8706 6.00977H10.4906C10.0806 6.00977 9.74062 6.34977 9.74062 6.75977C9.74062 7.16977 10.0806 7.50977 10.4906 7.50977H12.3806L10.1406 16.4798H8.14063C7.73063 16.4798 7.39062 16.8198 7.39062 17.2298C7.39062 17.6398 7.73063 17.9798 8.14063 17.9798H13.5206C13.9306 17.9798 14.2706 17.6398 14.2706 17.2298C14.2706 16.8198 13.9306 16.4798 13.5206 16.4798H11.6806L13.9206 7.50977H15.8706C16.2806 7.50977 16.6206 7.16977 16.6206 6.75977C16.6206 6.34977 16.2806 6.00977 15.8706 6.00977Z\" fill=\"\"/>\n</svg>\n</li><li title=\"text underline \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M22 7.81V16.19C22 19.83 19.83 22 16.19 22H7.81C7.61 22 7.41 21.99 7.22 21.98C5.99 21.9 4.95 21.55 4.13 20.95C3.71 20.66 3.34 20.29 3.05 19.87C2.36 18.92 2 17.68 2 16.19V7.81C2 4.37 3.94 2.24 7.22 2.03C7.41 2.01 7.61 2 7.81 2H16.19C17.68 2 18.92 2.36 19.87 3.05C20.29 3.34 20.66 3.71 20.95 4.13C21.64 5.08 22 6.32 22 7.81Z\" fill=\"\"/>\n<path d=\"M16.8299 18.96H7.16992C6.75992 18.96 6.41992 18.62 6.41992 18.21C6.41992 17.8 6.75992 17.46 7.16992 17.46H16.8399C17.2499 17.46 17.5899 17.8 17.5899 18.21C17.5899 18.62 17.2499 18.96 16.8299 18.96Z\" fill=\"\"/>\n<path d=\"M11.9999 16.2C8.91992 16.2 6.41992 13.7 6.41992 10.62V5.79004C6.41992 5.38004 6.75992 5.04004 7.16992 5.04004C7.57992 5.04004 7.91992 5.38004 7.91992 5.79004V10.62C7.91992 12.87 9.74992 14.7 11.9999 14.7C14.2499 14.7 16.0799 12.87 16.0799 10.62V5.79004C16.0799 5.38004 16.4199 5.04004 16.8299 5.04004C17.2399 5.04004 17.5799 5.38004 17.5799 5.79004V10.62C17.5799 13.7 15.0799 16.2 11.9999 16.2Z\" fill=\"\"/>\n</svg>\n</li><li title=\"text \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M22 7.81V16.19C22 19.83 19.83 22 16.19 22H7.81C7.61 22 7.41 21.99 7.22 21.98C5.99 21.9 4.95 21.55 4.13 20.95C3.71 20.66 3.34 20.29 3.05 19.87C2.36 18.92 2 17.68 2 16.19V7.81C2 4.37 3.94 2.24 7.22 2.03C7.41 2.01 7.61 2 7.81 2H16.19C17.68 2 18.92 2.36 19.87 3.05C20.29 3.34 20.66 3.71 20.95 4.13C21.64 5.08 22 6.32 22 7.81Z\" fill=\"\"/>\n<path d=\"M16.67 5.64014H7.33C6.18 5.64014 5.25 6.57014 5.25 7.72014V8.90014C5.25 9.31014 5.59 9.65014 6 9.65014C6.41 9.65014 6.75 9.31014 6.75 8.90014V7.72014C6.75 7.40014 7.01 7.14014 7.33 7.14014H11.25V16.8601H9.47C9.06 16.8601 8.72 17.2001 8.72 17.6101C8.72 18.0201 9.06 18.3601 9.47 18.3601H14.54C14.95 18.3601 15.29 18.0201 15.29 17.6101C15.29 17.2001 14.95 16.8601 14.54 16.8601H12.76V7.14014H16.68C17 7.14014 17.26 7.40014 17.26 7.72014V8.90014C17.26 9.31014 17.6 9.65014 18.01 9.65014C18.42 9.65014 18.76 9.31014 18.76 8.90014V7.72014C18.75 6.58014 17.82 5.64014 16.67 5.64014Z\" fill=\"\"/>\n</svg>\n</li><li title=\"textalign center \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 5.25H3C2.59 5.25 2.25 4.91 2.25 4.5C2.25 4.09 2.59 3.75 3 3.75H21C21.41 3.75 21.75 4.09 21.75 4.5C21.75 4.91 21.41 5.25 21 5.25Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M16.7398 10.25H7.25977C6.84977 10.25 6.50977 9.91 6.50977 9.5C6.50977 9.09 6.84977 8.75 7.25977 8.75H16.7298C17.1398 8.75 17.4798 9.09 17.4798 9.5C17.4798 9.91 17.1498 10.25 16.7398 10.25Z\" fill=\"\"/>\n<path d=\"M21 15.25H3C2.59 15.25 2.25 14.91 2.25 14.5C2.25 14.09 2.59 13.75 3 13.75H21C21.41 13.75 21.75 14.09 21.75 14.5C21.75 14.91 21.41 15.25 21 15.25Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M16.7398 20.25H7.25977C6.84977 20.25 6.50977 19.91 6.50977 19.5C6.50977 19.09 6.84977 18.75 7.25977 18.75H16.7298C17.1398 18.75 17.4798 19.09 17.4798 19.5C17.4798 19.91 17.1498 20.25 16.7398 20.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"textalign justifycenter \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 5.25H3C2.59 5.25 2.25 4.91 2.25 4.5C2.25 4.09 2.59 3.75 3 3.75H21C21.41 3.75 21.75 4.09 21.75 4.5C21.75 4.91 21.41 5.25 21 5.25Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M21 10.25H3C2.59 10.25 2.25 9.91 2.25 9.5C2.25 9.09 2.59 8.75 3 8.75H21C21.41 8.75 21.75 9.09 21.75 9.5C21.75 9.91 21.41 10.25 21 10.25Z\" fill=\"\"/>\n<path d=\"M21 15.25H3C2.59 15.25 2.25 14.91 2.25 14.5C2.25 14.09 2.59 13.75 3 13.75H21C21.41 13.75 21.75 14.09 21.75 14.5C21.75 14.91 21.41 15.25 21 15.25Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M21 20.25H3C2.59 20.25 2.25 19.91 2.25 19.5C2.25 19.09 2.59 18.75 3 18.75H21C21.41 18.75 21.75 19.09 21.75 19.5C21.75 19.91 21.41 20.25 21 20.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"textalign justifyleft \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 5.25H3C2.59 5.25 2.25 4.91 2.25 4.5C2.25 4.09 2.59 3.75 3 3.75H12C12.41 3.75 12.75 4.09 12.75 4.5C12.75 4.91 12.41 5.25 12 5.25Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M12 10.25H3C2.59 10.25 2.25 9.91 2.25 9.5C2.25 9.09 2.59 8.75 3 8.75H12C12.41 8.75 12.75 9.09 12.75 9.5C12.75 9.91 12.41 10.25 12 10.25Z\" fill=\"\"/>\n<path d=\"M21 15.25H3C2.59 15.25 2.25 14.91 2.25 14.5C2.25 14.09 2.59 13.75 3 13.75H21C21.41 13.75 21.75 14.09 21.75 14.5C21.75 14.91 21.41 15.25 21 15.25Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M21 20.25H3C2.59 20.25 2.25 19.91 2.25 19.5C2.25 19.09 2.59 18.75 3 18.75H21C21.41 18.75 21.75 19.09 21.75 19.5C21.75 19.91 21.41 20.25 21 20.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"textalign justifyright \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 5.25H3C2.59 5.25 2.25 4.91 2.25 4.5C2.25 4.09 2.59 3.75 3 3.75H21C21.41 3.75 21.75 4.09 21.75 4.5C21.75 4.91 21.41 5.25 21 5.25Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M20.9993 10.25H11.5293C11.1193 10.25 10.7793 9.91 10.7793 9.5C10.7793 9.09 11.1193 8.75 11.5293 8.75H20.9993C21.4093 8.75 21.7493 9.09 21.7493 9.5C21.7493 9.91 21.4093 10.25 20.9993 10.25Z\" fill=\"\"/>\n<path d=\"M21 15.25H3C2.59 15.25 2.25 14.91 2.25 14.5C2.25 14.09 2.59 13.75 3 13.75H21C21.41 13.75 21.75 14.09 21.75 14.5C21.75 14.91 21.41 15.25 21 15.25Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M20.9993 20.25H11.5293C11.1193 20.25 10.7793 19.91 10.7793 19.5C10.7793 19.09 11.1193 18.75 11.5293 18.75H20.9993C21.4093 18.75 21.7493 19.09 21.7493 19.5C21.7493 19.91 21.4093 20.25 20.9993 20.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"textalign left \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 5.25H3C2.59 5.25 2.25 4.91 2.25 4.5C2.25 4.09 2.59 3.75 3 3.75H21C21.41 3.75 21.75 4.09 21.75 4.5C21.75 4.91 21.41 5.25 21 5.25Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M12.47 10.25H3C2.59 10.25 2.25 9.91 2.25 9.5C2.25 9.09 2.59 8.75 3 8.75H12.47C12.88 8.75 13.22 9.09 13.22 9.5C13.22 9.91 12.89 10.25 12.47 10.25Z\" fill=\"\"/>\n<path d=\"M21 15.25H3C2.59 15.25 2.25 14.91 2.25 14.5C2.25 14.09 2.59 13.75 3 13.75H21C21.41 13.75 21.75 14.09 21.75 14.5C21.75 14.91 21.41 15.25 21 15.25Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M12.47 20.25H3C2.59 20.25 2.25 19.91 2.25 19.5C2.25 19.09 2.59 18.75 3 18.75H12.47C12.88 18.75 13.22 19.09 13.22 19.5C13.22 19.91 12.89 20.25 12.47 20.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"textalign right \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 5.25H3C2.59 5.25 2.25 4.91 2.25 4.5C2.25 4.09 2.59 3.75 3 3.75H21C21.41 3.75 21.75 4.09 21.75 4.5C21.75 4.91 21.41 5.25 21 5.25Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M20.9993 10.25H11.5293C11.1193 10.25 10.7793 9.91 10.7793 9.5C10.7793 9.09 11.1193 8.75 11.5293 8.75H20.9993C21.4093 8.75 21.7493 9.09 21.7493 9.5C21.7493 9.91 21.4093 10.25 20.9993 10.25Z\" fill=\"\"/>\n<path d=\"M21 15.25H3C2.59 15.25 2.25 14.91 2.25 14.5C2.25 14.09 2.59 13.75 3 13.75H21C21.41 13.75 21.75 14.09 21.75 14.5C21.75 14.91 21.41 15.25 21 15.25Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M20.9993 20.25H11.5293C11.1193 20.25 10.7793 19.91 10.7793 19.5C10.7793 19.09 11.1193 18.75 11.5293 18.75H20.9993C21.4093 18.75 21.7493 19.09 21.7493 19.5C21.7493 19.91 21.4093 20.25 20.9993 20.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"tick circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" fill=\"\"/>\n<path d=\"M10.5795 15.5801C10.3795 15.5801 10.1895 15.5001 10.0495 15.3601L7.21945 12.5301C6.92945 12.2401 6.92945 11.7601 7.21945 11.4701C7.50945 11.1801 7.98945 11.1801 8.27945 11.4701L10.5795 13.7701L15.7195 8.6301C16.0095 8.3401 16.4895 8.3401 16.7795 8.6301C17.0695 8.9201 17.0695 9.4001 16.7795 9.6901L11.1095 15.3601C10.9695 15.5001 10.7795 15.5801 10.5795 15.5801Z\" fill=\"\"/>\n</svg>\n</li><li title=\"tick square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2Z\" fill=\"\"/>\n<path d=\"M10.5795 15.5801C10.3795 15.5801 10.1895 15.5001 10.0495 15.3601L7.21945 12.5301C6.92945 12.2401 6.92945 11.7601 7.21945 11.4701C7.50945 11.1801 7.98945 11.1801 8.27945 11.4701L10.5795 13.7701L15.7195 8.6301C16.0095 8.3401 16.4895 8.3401 16.7795 8.6301C17.0695 8.9201 17.0695 9.4001 16.7795 9.6901L11.1095 15.3601C10.9695 15.5001 10.7795 15.5801 10.5795 15.5801Z\" fill=\"\"/>\n</svg>\n</li><li title=\"ticket 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M20.8391 13.1702C21.2291 13.1702 21.5391 12.8502 21.5391 12.4502V11.5702C21.5391 7.6402 20.3391 6.4502 16.4191 6.4502H10.1191V8.8802C10.5091 8.8802 10.8291 9.2002 10.8291 9.5902V12.2702C10.8291 12.6602 10.5091 12.9802 10.1191 12.9802V15.4902C10.5091 15.4902 10.8291 15.8102 10.8291 16.2002V18.8802C10.8291 19.2702 10.5091 19.5902 10.1191 19.5902V22.0002H16.4191C20.3391 22.0002 21.5391 20.8002 21.5391 16.8802C21.5391 16.4902 21.2291 16.1702 20.8391 16.1702C19.9991 16.1702 19.3291 15.5002 19.3291 14.6702C19.3291 13.8402 19.9991 13.1702 20.8391 13.1702Z\" fill=\"\"/>\n<path d=\"M7.5707 6.46C7.5807 6.46 7.5807 6.46 7.5707 6.46H7.5807H16.4107C16.4807 6.46 16.5507 6.46 16.6107 6.46C16.6007 6.44 16.6007 6.43 16.6007 6.41C16.5707 6.06 16.7107 5.72 16.9707 5.46C17.1007 5.33 17.1807 5.15 17.1807 4.96C17.1807 4.77 17.1007 4.59 16.9707 4.46L16.4207 3.9C15.4407 2.91 14.3607 2 13.1007 2C11.8507 2 10.7607 2.91 9.7807 3.9L7.2207 6.46C7.3307 6.46 7.4507 6.46 7.5707 6.46Z\" fill=\"\"/>\n<path d=\"M9.41094 9.58996V12.27C9.41094 12.66 9.73094 12.98 10.1209 12.98V15.49C9.73094 15.49 9.41094 15.81 9.41094 16.2V18.88C9.41094 19.27 9.73094 19.59 10.1209 19.59V22H7.58094C3.66094 22 2.46094 20.8 2.46094 16.88V16.45C2.46094 16.05 2.77094 15.74 3.16094 15.74C4.00094 15.74 4.67094 15.06 4.67094 14.23C4.67094 13.4 4.00094 12.72 3.16094 12.72C2.77094 12.72 2.46094 12.41 2.46094 12.01V11.58C2.46094 7.64996 3.66094 6.45996 7.58094 6.45996H10.1109V8.88996C9.73094 8.88996 9.41094 9.20996 9.41094 9.58996Z\" fill=\"\"/>\n</svg>\n</li><li title=\"ticket discount \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M21.3 10.8399C21.69 10.8399 22 10.5299 22 10.1399V9.20986C22 5.10986 20.75 3.85986 16.65 3.85986H7.35C3.25 3.85986 2 5.10986 2 9.20986V9.67986C2 10.0699 2.31 10.3799 2.7 10.3799C3.6 10.3799 4.33 11.1099 4.33 12.0099C4.33 12.9099 3.6 13.6299 2.7 13.6299C2.31 13.6299 2 13.9399 2 14.3299V14.7999C2 18.8999 3.25 20.1499 7.35 20.1499H16.65C20.75 20.1499 22 18.8999 22 14.7999C22 14.4099 21.69 14.0999 21.3 14.0999C20.4 14.0999 19.67 13.3699 19.67 12.4699C19.67 11.5699 20.4 10.8399 21.3 10.8399Z\" fill=\"\"/>\n<path d=\"M15.0002 15.8799C14.4402 15.8799 13.9902 15.4299 13.9902 14.8799C13.9902 14.3299 14.4402 13.8799 14.9902 13.8799C15.5402 13.8799 15.9902 14.3299 15.9902 14.8799C15.9902 15.4299 15.5602 15.8799 15.0002 15.8799Z\" fill=\"\"/>\n<path d=\"M9.00023 10.8799C8.44023 10.8799 7.99023 10.4299 7.99023 9.87988C7.99023 9.32988 8.44023 8.87988 8.99023 8.87988C9.54023 8.87988 9.99023 9.32988 9.99023 9.87988C9.99023 10.4299 9.56023 10.8799 9.00023 10.8799Z\" fill=\"\"/>\n<path d=\"M8.63031 16.4301C8.44031 16.4301 8.25031 16.3601 8.10031 16.2101C7.81031 15.9201 7.81031 15.4401 8.10031 15.1501L14.8303 8.42014C15.1203 8.13014 15.6003 8.13014 15.8903 8.42014C16.1803 8.71014 16.1803 9.19014 15.8903 9.48014L9.16031 16.2101C9.02031 16.3601 8.82031 16.4301 8.63031 16.4301Z\" fill=\"\"/>\n</svg>\n</li><li title=\"ticket expired \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M19.8503 12.9402C19.8503 13.7402 20.5003 14.4002 21.3003 14.4002C21.6803 14.4002 22.0003 14.7102 22.0003 15.0902C22.0003 18.9302 20.8403 20.0902 17.0003 20.0902H11.7503V18.5002C11.7503 18.1102 11.4503 17.7902 11.0703 17.7602V14.9102C11.4503 14.8802 11.7503 14.5602 11.7503 14.1702V9.83018C11.7503 9.44018 11.4503 9.12018 11.0703 9.09018V4.93018H17.0003C20.8403 4.93018 22.0003 6.09018 22.0003 9.93018V10.7802C22.0003 11.1702 21.6803 11.4802 21.3003 11.4802C20.5003 11.4802 19.8503 12.1302 19.8503 12.9402Z\" fill=\"\"/>\n<path d=\"M11.0701 9.08981C10.6601 9.08981 10.2501 9.41981 10.2501 9.82981V14.1698C10.2501 14.5798 10.5901 14.9198 11.0001 14.9198C11.0201 14.9198 11.0501 14.9198 11.0701 14.9098V17.7598C11.0501 17.7498 11.0201 17.7498 11.0001 17.7498C10.5901 17.7498 10.2501 18.0898 10.2501 18.4998V20.0898H8.49009C6.61009 20.0898 5.64009 18.6798 4.76009 16.5498L4.59009 16.1298C4.45009 15.7698 4.62009 15.3598 4.98009 15.2198C5.35009 15.0798 5.64009 14.7898 5.79009 14.4098C5.95009 14.0398 5.95009 13.6298 5.80009 13.2598C5.48009 12.4898 4.60009 12.1198 3.82009 12.4298C3.65009 12.5098 3.45009 12.5098 3.28009 12.4298C3.11009 12.3598 2.98009 12.2198 2.90009 12.0398L2.75009 11.6398C1.26009 8.01981 1.91009 6.46981 5.53009 4.96981L7.98009 3.95981C8.34009 3.80981 8.75009 3.97981 8.89009 4.33981L11.0701 9.08981Z\" fill=\"\"/>\n</svg>\n</li><li title=\"ticket star \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M22.0009 9.20986V14.7899C22.0009 18.8899 20.7509 20.1399 16.6509 20.1399H9.91094V17.1199C9.91094 16.7399 9.59094 16.4199 9.21094 16.4199V7.57986C9.59094 7.57986 9.91094 7.25986 9.91094 6.87986V3.85986H16.6509C20.7509 3.85986 22.0009 5.10986 22.0009 9.20986Z\" fill=\"\"/>\n<path d=\"M18.4692 11.9001C18.6392 11.7401 18.6992 11.4901 18.6292 11.2701C18.5592 11.0401 18.3692 10.8801 18.1292 10.8501L16.8492 10.6601C16.7992 10.6501 16.7592 10.6201 16.7392 10.5801L16.1692 9.42008C16.0692 9.21008 15.8492 9.08008 15.6192 9.08008C15.3792 9.08008 15.1692 9.21008 15.0592 9.42008L14.4892 10.5801C14.4692 10.6301 14.4192 10.6601 14.3692 10.6601L13.0892 10.8501C12.8592 10.8801 12.6592 11.0501 12.5892 11.2701C12.5192 11.5001 12.5792 11.7401 12.7492 11.9001L13.6792 12.8001C13.7192 12.8301 13.7292 12.8901 13.7192 12.9401L13.4992 14.2101C13.4592 14.4401 13.5492 14.6801 13.7492 14.8101C13.8592 14.8901 13.9792 14.9301 14.1092 14.9301C14.2092 14.9301 14.3092 14.9101 14.3992 14.8601L15.5492 14.2601C15.5892 14.2401 15.6492 14.2401 15.6892 14.2601L16.8392 14.8601C17.0492 14.9701 17.2992 14.9501 17.4892 14.8101C17.6792 14.6701 17.7792 14.4401 17.7392 14.2001L17.5192 12.9301C17.5092 12.8801 17.5292 12.8301 17.5592 12.7901L18.4692 11.9001Z\" fill=\"\"/>\n<path d=\"M9.21061 7.57986V16.4199C8.83061 16.4199 8.51061 16.7399 8.51061 17.1199V20.1399H7.35061C3.40061 20.1399 2.10061 18.9599 2.01061 15.2799C2.00061 15.0899 2.08061 14.9099 2.21061 14.7799C2.34061 14.6399 2.53061 14.5699 2.71061 14.5699C4.11061 14.5699 5.26061 13.4199 5.26061 12.0099C5.26061 10.5999 4.11061 9.43986 2.71061 9.43986C2.51061 9.43986 2.34061 9.36986 2.21061 9.22986C2.08061 9.09986 2.00061 8.90986 2.01061 8.72986C2.10061 5.03986 3.40061 3.85986 7.35061 3.85986H8.51061V6.87986C8.51061 7.26986 8.83061 7.57986 9.21061 7.57986Z\" fill=\"\"/>\n</svg>\n</li><li title=\"ticket \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10 9.08V6.25C9.59 6.25 9.25 5.91 9.25 5.5V3.25H7C2.59 3.25 1.25 4.59 1.25 9V9.5C1.25 9.91 1.59 10.25 2 10.25C2.96 10.25 3.75 11.04 3.75 12C3.75 12.96 2.96 13.75 2 13.75C1.59 13.75 1.25 14.09 1.25 14.5V15C1.25 19.41 2.59 20.75 7 20.75H9.25V18.5C9.25 18.09 9.59 17.75 10 17.75V14.92C9.59 14.92 9.25 14.58 9.25 14.17V9.83C9.25 9.42 9.59 9.08 10 9.08Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M20.25 12.5C20.25 13.46 21.04 14.25 22 14.25C22.41 14.25 22.75 14.59 22.75 15C22.75 19.41 21.41 20.75 17 20.75H10.75V18.5C10.75 18.09 10.41 17.75 10 17.75V14.92C10.41 14.92 10.75 14.58 10.75 14.17V9.83C10.75 9.42 10.41 9.08 10 9.08V6.25C10.41 6.25 10.75 5.91 10.75 5.5V3.25H17C21.41 3.25 22.75 4.59 22.75 9V10C22.75 10.41 22.41 10.75 22 10.75C21.04 10.75 20.25 11.54 20.25 12.5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"timer 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12.0001 21.9999C16.7884 21.9999 20.6701 18.1182 20.6701 13.3299C20.6701 8.5416 16.7884 4.65991 12.0001 4.65991C7.21177 4.65991 3.33008 8.5416 3.33008 13.3299C3.33008 18.1182 7.21177 21.9999 12.0001 21.9999Z\" fill=\"\"/>\n<path d=\"M12 13.75C11.59 13.75 11.25 13.41 11.25 13V8C11.25 7.59 11.59 7.25 12 7.25C12.41 7.25 12.75 7.59 12.75 8V13C12.75 13.41 12.41 13.75 12 13.75Z\" fill=\"\"/>\n<path d=\"M14.8906 3.45H9.11062C8.71062 3.45 8.39062 3.13 8.39062 2.73C8.39062 2.33 8.71062 2 9.11062 2H14.8906C15.2906 2 15.6106 2.32 15.6106 2.72C15.6106 3.12 15.2906 3.45 14.8906 3.45Z\" fill=\"\"/>\n</svg>\n</li><li title=\"timer pause \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 13.75C11.59 13.75 11.25 13.41 11.25 13V8C11.25 7.59 11.59 7.25 12 7.25C12.41 7.25 12.75 7.59 12.75 8V13C12.75 13.41 12.41 13.75 12 13.75Z\" fill=\"\"/>\n<path d=\"M14.8906 3.45H9.11062C8.71062 3.45 8.39062 3.13 8.39062 2.73C8.39062 2.33 8.71062 2 9.11062 2H14.8906C15.2906 2 15.6106 2.32 15.6106 2.72C15.6106 3.12 15.2906 3.45 14.8906 3.45Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M15.0001 19.9699V17.0299C15.0001 15.7599 15.7601 14.9999 17.0301 14.9999H19.9701C20.1601 14.9999 20.3301 15.0199 20.5001 15.0599C20.6101 14.4999 20.6701 13.9199 20.6701 13.3299C20.6701 8.54991 16.7801 4.65991 12.0001 4.65991C7.22008 4.65991 3.33008 8.54991 3.33008 13.3299C3.33008 18.1099 7.22008 21.9999 12.0001 21.9999C13.2101 21.9999 14.3601 21.7499 15.4101 21.2999C15.1501 20.9599 15.0001 20.5199 15.0001 19.9699Z\" fill=\"\"/>\n<path d=\"M19.97 15H17.04C15.76 15 15 15.76 15 17.03V19.96C15 21.23 15.76 21.99 17.03 21.99H19.96C21.23 21.99 21.99 21.23 21.99 19.96V17.03C22 15.76 21.24 15 19.97 15ZM17.92 20.06C17.92 20.38 17.66 20.64 17.34 20.64C17.02 20.64 16.76 20.38 16.76 20.06V16.95C16.76 16.63 17.02 16.37 17.34 16.37C17.66 16.37 17.92 16.63 17.92 16.95V20.06ZM20.25 20.06C20.25 20.38 19.99 20.64 19.67 20.64C19.35 20.64 19.09 20.38 19.09 20.06V16.95C19.09 16.63 19.35 16.37 19.67 16.37C19.99 16.37 20.25 16.63 20.25 16.95V20.06Z\" fill=\"\"/>\n</svg>\n</li><li title=\"timer start \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 13.75C11.59 13.75 11.25 13.41 11.25 13V8C11.25 7.59 11.59 7.25 12 7.25C12.41 7.25 12.75 7.59 12.75 8V13C12.75 13.41 12.41 13.75 12 13.75Z\" fill=\"\"/>\n<path d=\"M14.8906 3.45H9.11062C8.71062 3.45 8.39062 3.13 8.39062 2.73C8.39062 2.33 8.71062 2 9.11062 2H14.8906C15.2906 2 15.6106 2.32 15.6106 2.72C15.6106 3.12 15.2906 3.45 14.8906 3.45Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M15.0001 19.9699V17.0299C15.0001 15.7599 15.7601 14.9999 17.0301 14.9999H19.9701C20.1601 14.9999 20.3301 15.0199 20.5001 15.0599C20.6101 14.4999 20.6701 13.9199 20.6701 13.3299C20.6701 8.54991 16.7801 4.65991 12.0001 4.65991C7.22008 4.65991 3.33008 8.54991 3.33008 13.3299C3.33008 18.1099 7.22008 21.9999 12.0001 21.9999C13.2101 21.9999 14.3601 21.7499 15.4101 21.2999C15.1501 20.9599 15.0001 20.5199 15.0001 19.9699Z\" fill=\"\"/>\n<path d=\"M19.97 15H17.03C15.76 15 15 15.76 15 17.03V19.97C15 21.24 15.76 22 17.03 22H19.97C21.24 22 22 21.24 22 19.97V17.03C22 15.76 21.24 15 19.97 15ZM19.69 19.46L18.51 20.14C18.27 20.28 18.03 20.35 17.81 20.35C17.64 20.35 17.49 20.31 17.35 20.23C17.03 20.04 16.85 19.67 16.85 19.18V17.82C16.85 17.33 17.03 16.96 17.35 16.77C17.67 16.58 18.08 16.62 18.51 16.86L19.69 17.54C20.11 17.79 20.35 18.13 20.35 18.5C20.35 18.87 20.12 19.21 19.69 19.46Z\" fill=\"\"/>\n</svg>\n</li><li title=\"timer \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M18.3495 19.68C17.7995 21.09 16.4595 22 14.9495 22H9.04949C7.52949 22 6.19949 21.09 5.64949 19.68C5.09949 18.26 5.47949 16.69 6.59949 15.67L10.6495 12H13.3595L17.3995 15.67C18.5195 16.69 18.8895 18.26 18.3495 19.68Z\" fill=\"\"/>\n<path d=\"M13.82 18.14H10.18C9.8 18.14 9.5 17.83 9.5 17.46C9.5 17.08 9.81 16.78 10.18 16.78H13.82C14.2 16.78 14.5 17.09 14.5 17.46C14.5 17.83 14.19 18.14 13.82 18.14Z\" fill=\"\"/>\n<path d=\"M18.3506 4.32C17.8006 2.91 16.4606 2 14.9506 2H9.05065C7.54065 2 6.20065 2.91 5.65065 4.32C5.11065 5.74 5.48065 7.31 6.61065 8.33L10.6506 12H13.3606L17.4006 8.33C18.5206 7.31 18.8906 5.74 18.3506 4.32ZM13.8206 7.23H10.1806C9.80065 7.23 9.50065 6.92 9.50065 6.55C9.50065 6.18 9.81065 5.87 10.1806 5.87H13.8206C14.2006 5.87 14.5006 6.18 14.5006 6.55C14.5006 6.92 14.1906 7.23 13.8206 7.23Z\" fill=\"\"/>\n</svg>\n</li><li title=\"toggle off circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M13.86 3.85986H10.14C5.65 3.85986 2 7.50986 2 11.9999C2 16.4899 5.65 20.1399 10.14 20.1399H13.86C18.35 20.1399 22 16.4899 22 11.9999C22 7.50986 18.35 3.85986 13.86 3.85986Z\" fill=\"\"/>\n<path d=\"M10.1407 16.4201C12.5818 16.4201 14.5607 14.4412 14.5607 12.0001C14.5607 9.55898 12.5818 7.58008 10.1407 7.58008C7.6996 7.58008 5.7207 9.55898 5.7207 12.0001C5.7207 14.4412 7.6996 16.4201 10.1407 16.4201Z\" fill=\"\"/>\n</svg>\n</li><li title=\"toggle off \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.65 3.85986H7.35C3.25 3.85986 2 5.10986 2 9.20986V14.7899C2 18.8899 3.25 20.1399 7.35 20.1399H16.65C20.75 20.1399 22 18.8899 22 14.7899V9.20986C22 5.10986 20.75 3.85986 16.65 3.85986Z\" fill=\"\"/>\n<path d=\"M10.7898 7.58008H8.55977C6.30977 7.58008 5.25977 8.63008 5.25977 10.8801V13.1101C5.25977 15.3601 6.30977 16.4101 8.55977 16.4101H10.7898C13.0398 16.4101 14.0898 15.3601 14.0898 13.1101V10.8801C14.0898 8.63008 13.0398 7.58008 10.7898 7.58008Z\" fill=\"\"/>\n</svg>\n</li><li title=\"toggle on circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M10.14 3.85986H13.86C18.35 3.85986 22 7.50986 22 11.9999C22 16.4899 18.35 20.1399 13.86 20.1399H10.14C5.65 20.1399 2 16.4899 2 11.9999C2 7.50986 5.65 3.85986 10.14 3.85986Z\" fill=\"\"/>\n<path d=\"M13.8595 16.4201C16.3006 16.4201 18.2795 14.4412 18.2795 12.0001C18.2795 9.55898 16.3006 7.58008 13.8595 7.58008C11.4184 7.58008 9.43945 9.55898 9.43945 12.0001C9.43945 14.4412 11.4184 16.4201 13.8595 16.4201Z\" fill=\"\"/>\n</svg>\n</li><li title=\"toggle on \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M7.35 3.85986H16.65C20.75 3.85986 22 5.10986 22 9.20986V14.7899C22 18.8899 20.75 20.1399 16.65 20.1399H7.35C3.25 20.1399 2 18.8899 2 14.7899V9.20986C2 5.10986 3.25 3.85986 7.35 3.85986Z\" fill=\"\"/>\n<path d=\"M13.2102 7.58008H15.4402C17.6902 7.58008 18.7402 8.63008 18.7402 10.8801V13.1101C18.7402 15.3601 17.6902 16.4101 15.4402 16.4101H13.2102C10.9602 16.4101 9.91016 15.3601 9.91016 13.1101V10.8801C9.91016 8.63008 10.9602 7.58008 13.2102 7.58008Z\" fill=\"\"/>\n</svg>\n</li><li title=\"trade \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 15.5C15 19.09 12.09 22 8.5 22C4.91 22 2 19.09 2 15.5C2 11.91 4.91 9 8.5 9C8.67 9 8.84999 9.01 9.01999 9.02C12.19 9.27 14.73 11.81 14.98 14.98C14.99 15.15 15 15.33 15 15.5Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M22 8.5C22 12.09 19.09 15 15.5 15C15.33 15 15.15 14.99 14.98 14.98C14.73 11.81 12.19 9.27 9.01999 9.02C9.00999 8.85 9 8.67 9 8.5C9 4.91 11.91 2 15.5 2C19.09 2 22 4.91 22 8.5Z\" fill=\"\"/>\n<path d=\"M5.59 2H3C2.45 2 2 2.45 2 3V5.59C2 6.48 3.07999 6.93 3.70999 6.3L6.29999 3.71001C6.91999 3.08001 6.48 2 5.59 2Z\" fill=\"\"/>\n<path d=\"M18.4097 22H20.9997C21.5497 22 21.9997 21.55 21.9997 21V18.41C21.9997 17.52 20.9197 17.07 20.2897 17.7L17.6997 20.29C17.0797 20.92 17.5197 22 18.4097 22Z\" fill=\"\"/>\n</svg>\n</li><li title=\"transaction minus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M6.73022 19.7C7.55022 18.82 8.80023 18.89 9.52023 19.85L10.5302 21.2C11.3402 22.27 12.6502 22.27 13.4602 21.2L14.4702 19.85C15.1902 18.89 16.4402 18.82 17.2602 19.7C19.0402 21.6 20.4902 20.97 20.4902 18.31V7.04C20.4902 3.01 19.5502 2 15.7702 2H8.21024C4.43024 2 3.49023 3.01 3.49023 7.04V18.3C3.50023 20.97 4.96022 21.59 6.73022 19.7Z\" fill=\"\"/>\n<path d=\"M14.75 10.75H9.25C8.84 10.75 8.5 10.41 8.5 10C8.5 9.59 8.84 9.25 9.25 9.25H14.75C15.16 9.25 15.5 9.59 15.5 10C15.5 10.41 15.16 10.75 14.75 10.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"translate \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.9198 22.0001C14.1198 22.0001 11.8398 19.7301 11.8398 16.9201C11.8398 14.1201 14.1098 11.8401 16.9198 11.8401C19.7198 11.8401 21.9998 14.1101 21.9998 16.9201C21.9998 19.7301 19.7298 22.0001 16.9198 22.0001Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M5.02 2H8.94C11.01 2 12.01 2.99999 11.96 5.01999V8.94C12.01 11.01 11.01 12.01 8.94 11.96H5.02C3 12 2 11 2 8.92999V5.01001C2 3.00001 3 2 5.02 2Z\" fill=\"\"/>\n<path d=\"M9.00969 8.25992C8.69969 8.25992 8.40969 8.13991 8.13969 7.93991C8.38969 7.53991 8.5697 7.08991 8.6597 6.59991H8.99969C9.40969 6.59991 9.74969 6.25991 9.74969 5.84991C9.74969 5.43991 9.40969 5.09991 8.99969 5.09991H8.00969C7.99969 5.09991 7.9897 5.09991 7.9897 5.09991H7.9697H7.7097C7.6697 4.71991 7.3597 4.41992 6.9697 4.41992C6.5797 4.41992 6.26969 4.71991 6.22969 5.09991H4.9397C4.5297 5.09991 4.1897 5.43991 4.1897 5.84991C4.1897 6.25991 4.5297 6.59991 4.9397 6.59991H7.1097C6.8097 7.55991 5.94969 8.25992 4.92969 8.25992C4.51969 8.25992 4.17969 8.59992 4.17969 9.00992C4.17969 9.41992 4.51969 9.75992 4.92969 9.75992C5.73969 9.75992 6.4897 9.48992 7.1097 9.03992C7.6597 9.49992 8.31969 9.75992 8.99969 9.75992C9.40969 9.75992 9.74969 9.41992 9.74969 9.00992C9.74969 8.59992 9.41969 8.25992 9.00969 8.25992Z\" fill=\"\"/>\n<path d=\"M9 22.75C4.73 22.75 1.25 19.27 1.25 15C1.25 14.59 1.59 14.25 2 14.25C2.41 14.25 2.75 14.59 2.75 15C2.75 17.96 4.81 20.44 7.58 21.09L7.31 20.64C7.1 20.28 7.21001 19.82 7.57001 19.61C7.92001 19.4 8.39001 19.51 8.60001 19.87L9.64999 21.62C9.78999 21.85 9.79 22.14 9.66 22.37C9.52 22.6 9.27 22.75 9 22.75Z\" fill=\"\"/>\n<path d=\"M22.0004 9.75C21.5904 9.75 21.2504 9.41 21.2504 9C21.2504 6.04 19.1904 3.56 16.4204 2.91L16.6904 3.35999C16.9004 3.71999 16.7904 4.18001 16.4304 4.39001C16.0804 4.60001 15.6104 4.49001 15.4004 4.13L14.3504 2.38C14.2104 2.15 14.2104 1.86 14.3404 1.63C14.4704 1.39 14.7204 1.25 14.9904 1.25C19.2604 1.25 22.7404 4.73 22.7404 9C22.7504 9.41 22.4104 9.75 22.0004 9.75Z\" fill=\"\"/>\n<path d=\"M19.7296 18.3301L17.5896 14.0601C17.4596 13.8101 17.1996 13.6401 16.9196 13.6401C16.6396 13.6401 16.3796 13.8001 16.2496 14.0501L14.1096 18.3201C13.9196 18.6901 14.0696 19.1401 14.4496 19.3301C14.5596 19.3801 14.6696 19.4101 14.7796 19.4101C15.0496 19.4101 15.3196 19.2601 15.4496 19.0001L15.6196 18.6601H18.2096L18.3796 19.0001C18.5696 19.3701 19.0196 19.5201 19.3896 19.3401C19.7696 19.1501 19.9196 18.7001 19.7296 18.3301ZM16.3796 17.1601L16.9295 16.0701L17.4796 17.1601H16.3796Z\" fill=\"\"/>\n</svg>\n</li><li title=\"trash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.0697 5.23C19.4597 5.07 17.8497 4.95 16.2297 4.86V4.85L16.0097 3.55C15.8597 2.63 15.6397 1.25 13.2997 1.25H10.6797C8.34967 1.25 8.12967 2.57 7.96967 3.54L7.75967 4.82C6.82967 4.88 5.89967 4.94 4.96967 5.03L2.92967 5.23C2.50967 5.27 2.20967 5.64 2.24967 6.05C2.28967 6.46 2.64967 6.76 3.06967 6.72L5.10967 6.52C10.3497 6 15.6297 6.2 20.9297 6.73C20.9597 6.73 20.9797 6.73 21.0097 6.73C21.3897 6.73 21.7197 6.44 21.7597 6.05C21.7897 5.64 21.4897 5.27 21.0697 5.23Z\" fill=\"\"/>\n<path opacity=\"0.3991\" d=\"M19.2297 8.14C18.9897 7.89 18.6597 7.75 18.3197 7.75H5.67975C5.33975 7.75 4.99975 7.89 4.76975 8.14C4.53975 8.39 4.40975 8.73 4.42975 9.08L5.04975 19.34C5.15975 20.86 5.29975 22.76 8.78975 22.76H15.2097C18.6997 22.76 18.8398 20.87 18.9497 19.34L19.5697 9.09C19.5897 8.73 19.4597 8.39 19.2297 8.14Z\" fill=\"\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.58008 17C9.58008 16.5858 9.91586 16.25 10.3301 16.25H13.6601C14.0743 16.25 14.4101 16.5858 14.4101 17C14.4101 17.4142 14.0743 17.75 13.6601 17.75H10.3301C9.91586 17.75 9.58008 17.4142 9.58008 17Z\" fill=\"\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.75 13C8.75 12.5858 9.08579 12.25 9.5 12.25H14.5C14.9142 12.25 15.25 12.5858 15.25 13C15.25 13.4142 14.9142 13.75 14.5 13.75H9.5C9.08579 13.75 8.75 13.4142 8.75 13Z\" fill=\"\"/>\n</svg>\n</li><li title=\"tree \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.1694 10.0601H7.82933C6.64933 10.0601 6.23934 9.27007 6.92934 8.31007L11.0994 2.47007C11.5894 1.77007 12.4093 1.77007 12.8993 2.47007L17.0694 8.31007C17.7594 9.27007 17.3494 10.0601 16.1694 10.0601Z\" fill=\"\"/>\n<path d=\"M17.5896 18.0001H6.4096C4.8296 18.0001 4.2896 16.9501 5.2196 15.6701L9.20959 10.0601H14.7896L18.7796 15.6701C19.7096 16.9501 19.1696 18.0001 17.5896 18.0001Z\" fill=\"\"/>\n<path d=\"M12.75 18V22C12.75 22.41 12.41 22.75 12 22.75C11.59 22.75 11.25 22.41 11.25 22V18H12.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"trend down \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2Z\" fill=\"\"/>\n<path d=\"M16.8797 12.47C16.8797 12.08 16.5697 11.77 16.1797 11.77C15.7897 11.77 15.4797 12.08 15.4797 12.47V12.65L12.7597 9.93004C12.6097 9.78004 12.4097 9.71004 12.1997 9.73004C11.9897 9.75004 11.7997 9.86004 11.6897 10.04L10.6697 11.56L8.30969 9.18004C8.03969 8.91004 7.59969 8.91004 7.31969 9.18004C7.04969 9.45004 7.04969 9.89004 7.31969 10.17L10.2997 13.15C10.4497 13.3 10.6497 13.37 10.8597 13.35C11.0697 13.33 11.2597 13.22 11.3697 13.04L12.3897 11.52L14.4997 13.63H14.3197C13.9297 13.63 13.6197 13.94 13.6197 14.33C13.6197 14.72 13.9297 15.03 14.3197 15.03H16.1797C16.2697 15.03 16.3597 15.01 16.4497 14.98C16.6197 14.91 16.7597 14.77 16.8297 14.6C16.8697 14.51 16.8797 14.42 16.8797 14.33V12.47Z\" fill=\"\"/>\n</svg>\n</li><li title=\"trend up \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2Z\" fill=\"\"/>\n<path d=\"M16.8295 9.40998C16.7595 9.23998 16.6195 9.09998 16.4495 9.02998C16.3695 8.99998 16.2795 8.97998 16.1895 8.97998H14.3295C13.9395 8.97998 13.6295 9.28998 13.6295 9.67998C13.6295 10.07 13.9395 10.38 14.3295 10.38H14.5095L12.3995 12.49L11.3795 10.97C11.2595 10.8 11.0795 10.68 10.8695 10.66C10.6495 10.64 10.4595 10.71 10.3095 10.86L7.32945 13.84C7.05945 14.11 7.05945 14.55 7.32945 14.83C7.46945 14.97 7.63945 15.03 7.81945 15.03C7.99945 15.03 8.17945 14.96 8.30945 14.83L10.6895 12.45L11.7095 13.97C11.8295 14.14 12.0095 14.26 12.2195 14.28C12.4395 14.3 12.6295 14.23 12.7795 14.08L15.4995 11.36V11.54C15.4995 11.93 15.8095 12.24 16.1995 12.24C16.5895 12.24 16.8995 11.93 16.8995 11.54V9.66998C16.8795 9.57998 16.8695 9.48998 16.8295 9.40998Z\" fill=\"\"/>\n</svg>\n</li><li title=\"triangle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 2.59009V13.6101L2.65 20.1501C1.8 19.1401 1.75 17.6101 2.7 15.9001L5.82 10.2901L8.76 5.00009C9.65 3.40009 10.82 2.59009 12 2.59009Z\" fill=\"\"/>\n<path opacity=\"0.6\" d=\"M21.3504 20.1501C20.7004 20.9401 19.5704 21.4101 18.0604 21.4101H5.94039C4.43039 21.4101 3.30039 20.9401 2.65039 20.1501L12.0004 13.6101L21.3504 20.1501Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M21.35 20.1501L12 13.6101V2.59009C13.18 2.59009 14.35 3.40009 15.24 5.00009L18.18 10.2901L21.3 15.9001C22.25 17.6101 22.2 19.1401 21.35 20.1501Z\" fill=\"\"/>\n</svg>\n</li><li title=\"truck remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 1C4.06 1 3.19 1.33 2.5 1.88C1.58 2.61 1 3.74 1 5C1 5.75 1.21002 6.46 1.58002 7.06C2.27002 8.22 3.54 9 5 9C6.01 9 6.93001 8.63 7.63 8C7.94 7.74 8.20998 7.42 8.41998 7.06C8.78998 6.46 9 5.75 9 5C9 2.79 7.21 1 5 1ZM6.59998 6.58002C6.44998 6.73002 6.26001 6.79999 6.07001 6.79999C5.88001 6.79999 5.68998 6.73002 5.53998 6.58002L5.01001 6.04999L4.46002 6.59998C4.31002 6.74998 4.11999 6.82001 3.92999 6.82001C3.73999 6.82001 3.55002 6.74998 3.40002 6.59998C3.11002 6.30998 3.11002 5.82998 3.40002 5.53998L3.95001 4.98999L3.41998 4.46002C3.12998 4.17002 3.12998 3.69002 3.41998 3.40002C3.70998 3.11002 4.18998 3.11002 4.47998 3.40002L5.01001 3.92999L5.51001 3.42999C5.80001 3.13999 6.28001 3.13999 6.57001 3.42999C6.86001 3.71999 6.86001 4.19999 6.57001 4.48999L6.07001 4.98999L6.59998 5.52002C6.88998 5.81002 6.88998 6.28002 6.59998 6.58002Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M15 3V12C15 13.1 14.1 14 13 14H2V7.62C2.73 8.49 3.85003 9.03 5.09003 9C6.10003 8.98 7.01 8.59 7.69 7.94C8 7.68 8.26002 7.34999 8.46002 6.98999C8.82002 6.37999 9.02 5.65997 9 4.90997C8.97 3.73997 8.45001 2.71 7.64001 2H14C14.55 2 15 2.45 15 3Z\" fill=\"\"/>\n<path d=\"M22 14V17C22 18.66 20.66 20 19 20H18C18 18.9 17.1 18 16 18C14.9 18 14 18.9 14 20H10C10 18.9 9.1 18 8 18C6.9 18 6 18.9 6 20H5C3.34 20 2 18.66 2 17V14H13C14.1 14 15 13.1 15 12V5H16.84C17.56 5 18.22 5.39001 18.58 6.01001L20.29 9H19C18.45 9 18 9.45 18 10V13C18 13.55 18.45 14 19 14H22Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M8 22C9.10457 22 10 21.1046 10 20C10 18.8954 9.10457 18 8 18C6.89543 18 6 18.8954 6 20C6 21.1046 6.89543 22 8 22Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M16 22C17.1046 22 18 21.1046 18 20C18 18.8954 17.1046 18 16 18C14.8954 18 14 18.8954 14 20C14 21.1046 14.8954 22 16 22Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M22 12.53V14H19C18.45 14 18 13.55 18 13V10C18 9.45 18.45 9 19 9H20.29L21.74 11.54C21.91 11.84 22 12.18 22 12.53Z\" fill=\"\"/>\n</svg>\n</li><li title=\"truck tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M15 3V12C15 13.1 14.1 14 13 14H2V7.62C2.73 8.49 3.85003 9.03 5.09003 9C6.10003 8.98 7.01 8.59 7.69 7.94C8 7.68 8.26002 7.34999 8.46002 6.98999C8.82002 6.37999 9.02 5.65997 9 4.90997C8.97 3.73997 8.45001 2.71 7.64001 2H14C14.55 2 15 2.45 15 3Z\" fill=\"\"/>\n<path d=\"M22 14V17C22 18.66 20.66 20 19 20H18C18 18.9 17.1 18 16 18C14.9 18 14 18.9 14 20H10C10 18.9 9.1 18 8 18C6.9 18 6 18.9 6 20H5C3.34 20 2 18.66 2 17V14H13C14.1 14 15 13.1 15 12V5H16.84C17.56 5 18.22 5.39001 18.58 6.01001L20.29 9H19C18.45 9 18 9.45 18 10V13C18 13.55 18.45 14 19 14H22Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M8 22C9.10457 22 10 21.1046 10 20C10 18.8954 9.10457 18 8 18C6.89543 18 6 18.8954 6 20C6 21.1046 6.89543 22 8 22Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M16 22C17.1046 22 18 21.1046 18 20C18 18.8954 17.1046 18 16 18C14.8954 18 14 18.8954 14 20C14 21.1046 14.8954 22 16 22Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M22 12.53V14H19C18.45 14 18 13.55 18 13V10C18 9.45 18.45 9 19 9H20.29L21.74 11.54C21.91 11.84 22 12.18 22 12.53Z\" fill=\"\"/>\n<path d=\"M7.63921 2.00002C6.91921 1.36002 5.95917 0.98002 4.90917 1.00002C3.96917 1.02002 3.10919 1.37001 2.42919 1.93001C1.52919 2.68001 0.969195 3.83005 0.999195 5.09005C1.0192 5.84005 1.2392 6.54002 1.6292 7.13002C1.7392 7.30002 1.8592 7.47001 1.9992 7.62001C2.7292 8.49001 3.84922 9.03002 5.08922 9.00002C6.09922 8.98002 7.0092 8.59002 7.6892 7.94002C7.9992 7.68002 8.25922 7.35001 8.45922 6.99001C8.81922 6.38001 9.0192 5.65999 8.9992 4.90999C8.96919 3.73999 8.44921 2.71002 7.63921 2.00002ZM7.05919 4.52004L4.96917 6.54C4.81917 6.68 4.63921 6.75002 4.44921 6.75002C4.25921 6.75002 4.07919 6.68 3.92919 6.54L2.91918 5.58004C2.61918 5.29004 2.60922 4.82004 2.89922 4.52004C3.18922 4.22004 3.65922 4.21002 3.95922 4.50002L4.44921 4.96999L6.01921 3.45003C6.31921 3.16003 6.78921 3.16999 7.07921 3.46999C7.36921 3.75999 7.35919 4.23004 7.05919 4.52004Z\" fill=\"\"/>\n</svg>\n</li><li title=\"truck time \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 1C4.06 1 3.19 1.33 2.5 1.88C1.58 2.61 1 3.74 1 5C1 7.21 2.79 9 5 9C6.01 9 6.93001 8.62 7.64001 8C8.47001 7.27 9 6.2 9 5C9 2.79 7.21 1 5 1ZM6 5.25C6 5.51 5.86001 5.76001 5.64001 5.89001L4.39001 6.64001C4.27001 6.71001 4.14001 6.75 4.01001 6.75C3.76001 6.75 3.51 6.62001 3.37 6.39001C3.16 6.03001 3.27 5.56999 3.63 5.35999L4.52002 4.83002V3.75C4.52002 3.34 4.86002 3 5.27002 3C5.68002 3 6.02002 3.34 6.02002 3.75V5.25H6Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M15 3V12C15 13.1 14.1 14 13 14H2V7.62C2.73 8.49 3.85003 9.03 5.09003 9C6.10003 8.98 7.01 8.59 7.69 7.94C8 7.68 8.26002 7.34999 8.46002 6.98999C8.82002 6.37999 9.02 5.65997 9 4.90997C8.97 3.73997 8.45001 2.71 7.64001 2H14C14.55 2 15 2.45 15 3Z\" fill=\"\"/>\n<path d=\"M22 14V17C22 18.66 20.66 20 19 20H18C18 18.9 17.1 18 16 18C14.9 18 14 18.9 14 20H10C10 18.9 9.1 18 8 18C6.9 18 6 18.9 6 20H5C3.34 20 2 18.66 2 17V14H13C14.1 14 15 13.1 15 12V5H16.84C17.56 5 18.22 5.39001 18.58 6.01001L20.29 9H19C18.45 9 18 9.45 18 10V13C18 13.55 18.45 14 19 14H22Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M8 22C9.10457 22 10 21.1046 10 20C10 18.8954 9.10457 18 8 18C6.89543 18 6 18.8954 6 20C6 21.1046 6.89543 22 8 22Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M16 22C17.1046 22 18 21.1046 18 20C18 18.8954 17.1046 18 16 18C14.8954 18 14 18.8954 14 20C14 21.1046 14.8954 22 16 22Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M22 12.53V14H19C18.45 14 18 13.55 18 13V10C18 9.45 18.45 9 19 9H20.29L21.74 11.54C21.91 11.84 22 12.18 22 12.53Z\" fill=\"\"/>\n</svg>\n</li><li title=\"trush square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.1898 2H7.81978C4.17978 2 2.00977 4.17 2.00977 7.81V16.18C2.00977 19.82 4.17978 21.99 7.81978 21.99H16.1898C19.8298 21.99 21.9998 19.82 21.9998 16.18V7.81C21.9998 4.17 19.8298 2 16.1898 2Z\" fill=\"\"/>\n<path d=\"M16.8598 8.46008C16.0198 8.38008 15.2498 8.33008 14.4998 8.28008L14.4198 7.80008C14.3498 7.32008 14.1998 6.33008 12.6898 6.33008H11.2998C9.80979 6.33008 9.6498 7.28008 9.5698 7.79008L9.4898 8.26007C9.0598 8.29007 8.6398 8.31007 8.2098 8.35007L7.11979 8.46008C6.73979 8.50008 6.46979 8.83008 6.50979 9.21008C6.54979 9.56008 6.83979 9.83008 7.18979 9.83008C7.20979 9.83008 7.23979 9.83008 7.25979 9.83008L8.33979 9.72008C8.93979 9.67008 9.54979 9.62008 10.1498 9.59008C11.3698 9.54008 12.5898 9.56008 13.8198 9.62008C14.7298 9.66008 15.6798 9.73008 16.7198 9.83008C16.7398 9.83008 16.7598 9.83008 16.7798 9.83008C17.1298 9.83008 17.4298 9.56008 17.4598 9.21008C17.5098 8.83008 17.2398 8.49008 16.8598 8.46008Z\" fill=\"\"/>\n<path d=\"M15.8305 11.1001C15.6605 10.9101 15.4105 10.8101 15.1605 10.8101H8.84049C8.59049 10.8101 8.34049 10.9201 8.17049 11.1001C8.00049 11.2901 7.91048 11.5401 7.93048 11.7901L8.2405 15.7501C8.3005 16.6001 8.37049 17.6601 10.2905 17.6601H13.7105C15.6305 17.6601 15.7005 16.6001 15.7605 15.7501L16.0705 11.7901C16.0905 11.5401 16.0005 11.2901 15.8305 11.1001Z\" fill=\"\"/>\n</svg>\n</li><li title=\"undo \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M7.81 2H16.18C19.83 2 22 4.17 22 7.81V16.18C22 19.82 19.83 21.99 16.19 21.99H7.81C4.17 22 2 19.83 2 16.19V7.81C2 4.17 4.17 2 7.81 2Z\" fill=\"\"/>\n<path d=\"M13.9195 8.98006H8.76945L9.09945 8.65006C9.38945 8.36006 9.38945 7.88006 9.09945 7.59006C8.80945 7.30006 8.32945 7.30006 8.03945 7.59006L6.46945 9.16006C6.17945 9.45006 6.17945 9.93006 6.46945 10.2201L8.03945 11.7901C8.18945 11.9401 8.37945 12.0101 8.56945 12.0101C8.75945 12.0101 8.94945 11.9401 9.09945 11.7901C9.38945 11.5001 9.38945 11.0201 9.09945 10.7301L8.83945 10.4701H13.9195C15.1995 10.4701 16.2495 11.5101 16.2495 12.8001C16.2495 14.0901 15.2095 15.1301 13.9195 15.1301H8.99945C8.58945 15.1301 8.24945 15.4701 8.24945 15.8801C8.24945 16.2901 8.58945 16.6301 8.99945 16.6301H13.9195C16.0295 16.6301 17.7495 14.9101 17.7495 12.8001C17.7495 10.6901 16.0295 8.98006 13.9195 8.98006Z\" fill=\"\"/>\n</svg>\n</li><li title=\"unlimited \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M17.4503 17.2999C15.7703 17.2999 14.2202 16.5099 13.2102 15.1199C12.9702 14.7899 13.0402 14.3199 13.3702 14.0699C13.7002 13.8199 14.1703 13.8999 14.4203 14.2299C15.1503 15.2199 16.2503 15.7899 17.4503 15.7899C19.5403 15.7899 21.2502 14.0899 21.2502 11.9899C21.2502 9.8899 19.5503 8.18991 17.4503 8.18991C16.0303 8.18991 14.6902 8.94991 13.9602 10.1599L11.3102 14.5699C10.3102 16.2399 8.48025 17.2699 6.54025 17.2699C3.62025 17.2699 1.24023 14.8899 1.24023 11.9699C1.24023 9.04991 3.62025 6.66992 6.54025 6.66992C8.22025 6.66992 9.77024 7.45991 10.7802 8.84991C11.0202 9.17991 10.9502 9.6499 10.6202 9.8999C10.2802 10.1499 9.82025 10.0699 9.57025 9.7399C8.84025 8.7499 7.74025 8.1799 6.54025 8.1799C4.45025 8.1799 2.74023 9.87992 2.74023 11.9799C2.74023 14.0799 4.44025 15.7799 6.54025 15.7799C7.96025 15.7799 9.30024 15.0199 10.0302 13.8099L12.6802 9.3999C13.6802 7.7299 15.5103 6.69992 17.4503 6.69992C20.3703 6.69992 22.7502 9.07991 22.7502 11.9999C22.7502 14.9199 20.3703 17.2999 17.4503 17.2999Z\" fill=\"\"/>\n<path d=\"M6.5 14C7.60457 14 8.5 13.1046 8.5 12C8.5 10.8954 7.60457 10 6.5 10C5.39543 10 4.5 10.8954 4.5 12C4.5 13.1046 5.39543 14 6.5 14Z\" fill=\"\"/>\n<path d=\"M17.5 14C18.6046 14 19.5 13.1046 19.5 12C19.5 10.8954 18.6046 10 17.5 10C16.3954 10 15.5 10.8954 15.5 12C15.5 13.1046 16.3954 14 17.5 14Z\" fill=\"\"/>\n</svg>\n</li><li title=\"unlock \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M11.9991 17.3501C12.8994 17.3501 13.6291 16.6203 13.6291 15.7201C13.6291 14.8199 12.8994 14.0901 11.9991 14.0901C11.0989 14.0901 10.3691 14.8199 10.3691 15.7201C10.3691 16.6203 11.0989 17.3501 11.9991 17.3501Z\" fill=\"\"/>\n<path d=\"M16.65 9.43994H7.35C3.25 9.43994 2 10.6899 2 14.7899V16.6499C2 20.7499 3.25 21.9999 7.35 21.9999H16.65C20.75 21.9999 22 20.7499 22 16.6499V14.7899C22 10.6899 20.75 9.43994 16.65 9.43994ZM12 18.7399C10.33 18.7399 8.98 17.3799 8.98 15.7199C8.98 14.0599 10.33 12.6999 12 12.6999C13.67 12.6999 15.02 14.0599 15.02 15.7199C15.02 17.3799 13.67 18.7399 12 18.7399Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M7.1207 9.45V8.28C7.1207 5.35 7.9507 3.4 12.0007 3.4C16.3307 3.4 16.8807 5.51 16.8807 7.35C16.8807 7.74 17.1907 8.05 17.5807 8.05C17.9707 8.05 18.2807 7.74 18.2807 7.35C18.2807 3.8 16.1707 2 12.0007 2C6.3707 2 5.7207 5.58 5.7207 8.28V9.53C6.1407 9.48 6.6107 9.45 7.1207 9.45Z\" fill=\"\"/>\n</svg>\n</li><li title=\"user add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M21.0901 21.5C21.0901 21.78 20.8701 22 20.5901 22H3.41016C3.13016 22 2.91016 21.78 2.91016 21.5C2.91016 17.36 6.99015 14 12.0002 14C13.0302 14 14.0302 14.14 14.9502 14.41C14.3602 15.11 14.0002 16.02 14.0002 17C14.0002 17.75 14.2101 18.46 14.5801 19.06C14.7801 19.4 15.0401 19.71 15.3401 19.97C16.0401 20.61 16.9702 21 18.0002 21C19.1202 21 20.1302 20.54 20.8502 19.8C21.0102 20.34 21.0901 20.91 21.0901 21.5Z\" fill=\"\"/>\n<path d=\"M20.97 14.33C20.25 13.51 19.18 13 18 13C16.88 13 15.86 13.46 15.13 14.21C14.43 14.93 14 15.92 14 17C14 17.75 14.21 18.46 14.58 19.06C14.78 19.4 15.04 19.71 15.34 19.97C16.04 20.61 16.97 21 18 21C19.46 21 20.73 20.22 21.42 19.06C21.63 18.72 21.79 18.33 21.88 17.93C21.96 17.63 22 17.32 22 17C22 15.98 21.61 15.04 20.97 14.33ZM19.5 17.73H18.75V18.51C18.75 18.92 18.41 19.26 18 19.26C17.59 19.26 17.25 18.92 17.25 18.51V17.73H16.5C16.09 17.73 15.75 17.39 15.75 16.98C15.75 16.57 16.09 16.23 16.5 16.23H17.25V15.52C17.25 15.11 17.59 14.77 18 14.77C18.41 14.77 18.75 15.11 18.75 15.52V16.23H19.5C19.91 16.23 20.25 16.57 20.25 16.98C20.25 17.39 19.91 17.73 19.5 17.73Z\" fill=\"\"/>\n<path d=\"M12 12C14.7614 12 17 9.76142 17 7C17 4.23858 14.7614 2 12 2C9.23858 2 7 4.23858 7 7C7 9.76142 9.23858 12 12 12Z\" fill=\"\"/>\n</svg>\n</li><li title=\"user cirlce add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.6495 20.2V20.49C15.1695 21.44 13.3995 22 11.4995 22C9.56953 22 7.76953 21.42 6.26953 20.43V20.2C6.26953 17.87 8.59953 15.97 11.4595 15.97C14.3295 15.97 16.6495 17.87 16.6495 20.2Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M21 12.5C21 15.85 19.27 18.79 16.65 20.49V20.2C16.65 17.87 14.33 15.97 11.46 15.97C8.6 15.97 6.27 17.87 6.27 20.2V20.43C3.7 18.73 2 15.82 2 12.5C2 7.25 6.25 3 11.5 3C12.81 3 14.06 3.25999 15.2 3.73999C15.07 4.13999 15 4.56 15 5C15 5.75 15.21 6.46 15.58 7.06C15.78 7.4 16.04 7.70997 16.34 7.96997C17.04 8.60997 17.97 9 19 9C19.44 9 19.86 8.92998 20.25 8.78998C20.73 9.92998 21 11.19 21 12.5Z\" fill=\"\"/>\n<path d=\"M21.97 2.33002C21.25 1.51002 20.18 1 19 1C17.88 1 16.86 1.46002 16.13 2.21002C15.71 2.64002 15.39 3.15999 15.2 3.73999C15.07 4.13999 15 4.56 15 5C15 5.75 15.21 6.46 15.58 7.06C15.78 7.4 16.04 7.70997 16.34 7.96997C17.04 8.60997 17.97 9 19 9C19.44 9 19.86 8.92998 20.25 8.78998C21.17 8.49998 21.94 7.87 22.42 7.06C22.63 6.72 22.79 6.32999 22.88 5.92999C22.96 5.62999 23 5.32 23 5C23 3.98 22.61 3.04002 21.97 2.33002ZM20.49 5.72998H19.75V6.51001C19.75 6.92001 19.41 7.26001 19 7.26001C18.59 7.26001 18.25 6.92001 18.25 6.51001V5.72998H17.51C17.1 5.72998 16.76 5.38998 16.76 4.97998C16.76 4.56998 17.1 4.22998 17.51 4.22998H18.25V3.52002C18.25 3.11002 18.59 2.77002 19 2.77002C19.41 2.77002 19.75 3.11002 19.75 3.52002V4.22998H20.49C20.9 4.22998 21.24 4.56998 21.24 4.97998C21.24 5.38998 20.91 5.72998 20.49 5.72998Z\" fill=\"\"/>\n<path d=\"M11.4604 14.7299C13.0123 14.7299 14.2704 13.4718 14.2704 11.9199C14.2704 10.3679 13.0123 9.10986 11.4604 9.10986C9.90847 9.10986 8.65039 10.3679 8.65039 11.9199C8.65039 13.4718 9.90847 14.7299 11.4604 14.7299Z\" fill=\"\"/>\n</svg>\n</li><li title=\"user edit \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 12C14.7614 12 17 9.76142 17 7C17 4.23858 14.7614 2 12 2C9.23858 2 7 4.23858 7 7C7 9.76142 9.23858 12 12 12Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M12.0002 14.5C6.99018 14.5 2.91016 17.86 2.91016 22C2.91016 22.28 3.13016 22.5 3.41016 22.5H20.5902C20.8702 22.5 21.0902 22.28 21.0902 22C21.0902 17.86 17.0102 14.5 12.0002 14.5Z\" fill=\"\"/>\n<path d=\"M21.4291 14.7401C20.5291 13.8401 19.8191 14.1301 19.2091 14.7401L15.669 18.2801C15.529 18.4201 15.3991 18.6801 15.3691 18.8701L15.1791 20.2201C15.1091 20.7101 15.4491 21.0501 15.9391 20.9801L17.289 20.7901C17.479 20.7601 17.7491 20.6301 17.8791 20.4901L21.419 16.9501C22.039 16.3501 22.3291 15.6401 21.4291 14.7401Z\" fill=\"\"/>\n</svg>\n</li><li title=\"user minus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.97 14.33C20.25 13.51 19.18 13 18 13C16.88 13 15.86 13.46 15.13 14.21C14.43 14.93 14 15.92 14 17C14 17.75 14.21 18.46 14.58 19.06C14.78 19.4 15.04 19.71 15.34 19.97C16.04 20.61 16.97 21 18 21C19.46 21 20.73 20.22 21.42 19.06C21.63 18.72 21.79 18.33 21.88 17.93C21.96 17.63 22 17.32 22 17C22 15.98 21.61 15.04 20.97 14.33ZM19.5 17.73H16.51C16.1 17.73 15.76 17.39 15.76 16.98C15.76 16.57 16.1 16.23 16.51 16.23H19.5C19.91 16.23 20.25 16.57 20.25 16.98C20.25 17.39 19.91 17.73 19.5 17.73Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M21.0902 21.5C21.0902 21.78 20.8702 22 20.5902 22H3.41016C3.13016 22 2.91016 21.78 2.91016 21.5C2.91016 17.36 6.99018 14 12.0002 14C13.0302 14 14.0302 14.14 14.9502 14.41C14.3602 15.11 14.0002 16.02 14.0002 17C14.0002 17.75 14.2102 18.46 14.5802 19.06C14.7802 19.4 15.0402 19.71 15.3402 19.97C16.0402 20.61 16.9702 21 18.0002 21C19.1202 21 20.1302 20.54 20.8502 19.8C21.0102 20.34 21.0902 20.91 21.0902 21.5Z\" fill=\"\"/>\n<path d=\"M12 12C14.7614 12 17 9.76142 17 7C17 4.23858 14.7614 2 12 2C9.23858 2 7 4.23858 7 7C7 9.76142 9.23858 12 12 12Z\" fill=\"\"/>\n</svg>\n</li><li title=\"user octagon \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M21.0802 8.58003V15.42C21.0802 16.54 20.4802 17.58 19.5102 18.15L13.5702 21.58C12.6002 22.14 11.4002 22.14 10.4202 21.58L4.48016 18.15C3.51016 17.59 2.91016 16.55 2.91016 15.42V8.58003C2.91016 7.46003 3.51016 6.41999 4.48016 5.84999L10.4202 2.42C11.3902 1.86 12.5902 1.86 13.5702 2.42L19.5102 5.84999C20.4802 6.41999 21.0802 7.45003 21.0802 8.58003Z\" fill=\"\"/>\n<path d=\"M11.9999 12.0001C13.2867 12.0001 14.3299 10.9569 14.3299 9.67004C14.3299 8.38322 13.2867 7.34009 11.9999 7.34009C10.7131 7.34009 9.66992 8.38322 9.66992 9.67004C9.66992 10.9569 10.7131 12.0001 11.9999 12.0001Z\" fill=\"\"/>\n<path d=\"M14.6792 16.6601C15.4892 16.6601 15.9592 15.7601 15.5092 15.0901C14.8292 14.0801 13.5092 13.4001 11.9992 13.4001C10.4892 13.4001 9.16919 14.0801 8.48919 15.0901C8.03919 15.7601 8.50919 16.6601 9.31919 16.6601H14.6792Z\" fill=\"\"/>\n</svg>\n</li><li title=\"user remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M21.0901 21.5C21.0901 21.78 20.8701 22 20.5901 22H3.41016C3.13016 22 2.91016 21.78 2.91016 21.5C2.91016 17.36 6.99015 14 12.0002 14C13.0302 14 14.0302 14.14 14.9502 14.41C14.3602 15.11 14.0002 16.02 14.0002 17C14.0002 17.75 14.2101 18.46 14.5801 19.06C14.7801 19.4 15.0401 19.71 15.3401 19.97C16.0401 20.61 16.9702 21 18.0002 21C19.1202 21 20.1302 20.54 20.8502 19.8C21.0102 20.34 21.0901 20.91 21.0901 21.5Z\" fill=\"\"/>\n<path d=\"M21.8807 16.04C21.7807 15.65 21.6207 15.26 21.4007 14.91C21.2507 14.65 21.0507 14.4 20.8307 14.17C20.1107 13.45 19.1707 13.06 18.2107 13.01C17.1207 12.94 16.0107 13.34 15.1707 14.17C14.3807 14.96 13.9807 16.01 14.0007 17.06C14.0107 18.06 14.4107 19.06 15.1707 19.83C15.7007 20.36 16.3507 20.71 17.0407 20.87C17.4207 20.97 17.8207 21.01 18.2207 20.98C19.1707 20.94 20.1007 20.56 20.8307 19.83C21.8607 18.8 22.2107 17.35 21.8807 16.04ZM19.6007 18.6C19.3107 18.89 18.8307 18.89 18.5407 18.6L17.9907 18.05L17.4607 18.58C17.1707 18.87 16.6907 18.87 16.4007 18.58C16.1107 18.28 16.1107 17.81 16.4007 17.52L16.9307 16.99L16.4207 16.49C16.1307 16.19 16.1307 15.72 16.4207 15.42C16.7207 15.13 17.1907 15.13 17.4907 15.42L17.9907 15.93L18.5207 15.4C18.8107 15.11 19.2807 15.11 19.5807 15.4C19.8707 15.69 19.8707 16.17 19.5807 16.46L19.0507 16.99L19.6007 17.54C19.8907 17.83 19.8907 18.31 19.6007 18.6Z\" fill=\"\"/>\n<path d=\"M12 12C14.7614 12 17 9.76142 17 7C17 4.23858 14.7614 2 12 2C9.23858 2 7 4.23858 7 7C7 9.76142 9.23858 12 12 12Z\" fill=\"\"/>\n</svg>\n</li><li title=\"user search \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 12C14.7614 12 17 9.76142 17 7C17 4.23858 14.7614 2 12 2C9.23858 2 7 4.23858 7 7C7 9.76142 9.23858 12 12 12Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M12.0002 14.5C6.99018 14.5 2.91016 17.86 2.91016 22C2.91016 22.28 3.13016 22.5 3.41016 22.5H20.5902C20.8702 22.5 21.0902 22.28 21.0902 22C21.0902 17.86 17.0102 14.5 12.0002 14.5Z\" fill=\"\"/>\n<path d=\"M22.77 20.68L22.01 19.92C22.41 19.32 22.64 18.6 22.64 17.83C22.64 15.72 20.93 14.01 18.82 14.01C16.71 14.01 15 15.72 15 17.83C15 19.94 16.71 21.65 18.82 21.65C19.59 21.65 20.31 21.42 20.91 21.02L21.67 21.78C21.82 21.93 22.02 22.01 22.22 22.01C22.42 22.01 22.62 21.93 22.77 21.78C23.08 21.47 23.08 20.98 22.77 20.68Z\" fill=\"\"/>\n</svg>\n</li><li title=\"user square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M22 7.81V16.19C22 19 20.71 20.93 18.44 21.66C17.78 21.89 17.02 22 16.19 22H7.81C6.98 22 6.22 21.89 5.56 21.66C3.29 20.93 2 19 2 16.19V7.81C2 4.17 4.17 2 7.81 2H16.19C19.83 2 22 4.17 22 7.81Z\" fill=\"\"/>\n<path d=\"M18.4406 21.66C17.7806 21.89 17.0206 22 16.1906 22H7.81055C6.98055 22 6.22055 21.89 5.56055 21.66C5.91055 19.02 8.67055 16.97 12.0005 16.97C15.3305 16.97 18.0906 19.02 18.4406 21.66Z\" fill=\"\"/>\n<path d=\"M15.5799 11.58C15.5799 13.56 13.9799 15.17 11.9999 15.17C10.0199 15.17 8.41992 13.56 8.41992 11.58C8.41992 9.60002 10.0199 8 11.9999 8C13.9799 8 15.5799 9.60002 15.5799 11.58Z\" fill=\"\"/>\n</svg>\n</li><li title=\"user tag \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M18 18.86H17.24C16.44 18.86 15.68 19.17 15.12 19.73L13.41 21.42C12.63 22.19 11.36 22.19 10.58 21.42L8.87 19.73C8.31 19.17 7.54 18.86 6.75 18.86H6C4.34 18.86 3 17.53 3 15.89V4.97998C3 3.33998 4.34 2.01001 6 2.01001H18C19.66 2.01001 21 3.33998 21 4.97998V15.89C21 17.52 19.66 18.86 18 18.86Z\" fill=\"\"/>\n<path d=\"M11.9999 10.41C13.2868 10.41 14.33 9.36684 14.33 8.08002C14.33 6.79319 13.2868 5.75 11.9999 5.75C10.7131 5.75 9.66992 6.79319 9.66992 8.08002C9.66992 9.36684 10.7131 10.41 11.9999 10.41Z\" fill=\"\"/>\n<path d=\"M14.6792 15.0601C15.4892 15.0601 15.9592 14.1601 15.5092 13.4901C14.8292 12.4801 13.5092 11.8 11.9992 11.8C10.4892 11.8 9.16918 12.4801 8.48918 13.4901C8.03918 14.1601 8.5092 15.0601 9.3192 15.0601H14.6792Z\" fill=\"\"/>\n</svg>\n</li><li title=\"user tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18 13C17.06 13 16.19 13.33 15.5 13.88C14.58 14.61 14 15.74 14 17C14 17.75 14.21 18.46 14.58 19.06C15.27 20.22 16.54 21 18 21C19.01 21 19.93 20.63 20.63 20C20.94 19.74 21.21 19.42 21.42 19.06C21.79 18.46 22 17.75 22 17C22 14.79 20.21 13 18 13ZM20.07 16.57L17.94 18.54C17.8 18.67 17.61 18.74 17.43 18.74C17.24 18.74 17.05 18.67 16.9 18.52L15.91 17.53C15.62 17.24 15.62 16.76 15.91 16.47C16.2 16.18 16.68 16.18 16.97 16.47L17.45 16.95L19.05 15.47C19.35 15.19 19.83 15.21 20.11 15.51C20.39 15.81 20.37 16.28 20.07 16.57Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M21.0901 21.5C21.0901 21.78 20.8701 22 20.5901 22H3.41016C3.13016 22 2.91016 21.78 2.91016 21.5C2.91016 17.36 6.99015 14 12.0002 14C13.0302 14 14.0302 14.14 14.9502 14.41C14.3602 15.11 14.0002 16.02 14.0002 17C14.0002 17.75 14.2101 18.46 14.5801 19.06C14.7801 19.4 15.0401 19.71 15.3401 19.97C16.0401 20.61 16.9702 21 18.0002 21C19.1202 21 20.1302 20.54 20.8502 19.8C21.0102 20.34 21.0901 20.91 21.0901 21.5Z\" fill=\"\"/>\n<path d=\"M12 12C14.7614 12 17 9.76142 17 7C17 4.23858 14.7614 2 12 2C9.23858 2 7 4.23858 7 7C7 9.76142 9.23858 12 12 12Z\" fill=\"\"/>\n</svg>\n</li><li title=\"user \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12 12C14.7614 12 17 9.76142 17 7C17 4.23858 14.7614 2 12 2C9.23858 2 7 4.23858 7 7C7 9.76142 9.23858 12 12 12Z\" fill=\"\"/>\n<path d=\"M12.0002 14.5C6.99015 14.5 2.91016 17.86 2.91016 22C2.91016 22.28 3.13016 22.5 3.41016 22.5H20.5901C20.8701 22.5 21.0901 22.28 21.0901 22C21.0901 17.86 17.0102 14.5 12.0002 14.5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"verify \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M10.7509 2.45007C11.4409 1.86007 12.5709 1.86007 13.2709 2.45007L14.8509 3.81007C15.1509 4.07007 15.7109 4.28007 16.1109 4.28007H17.8109C18.8709 4.28007 19.7409 5.15007 19.7409 6.21007V7.91007C19.7409 8.30007 19.9509 8.87007 20.2109 9.17007L21.5709 10.7501C22.1609 11.4401 22.1609 12.5701 21.5709 13.2701L20.2109 14.8501C19.9509 15.1501 19.7409 15.7101 19.7409 16.1101V17.8101C19.7409 18.8701 18.8709 19.7401 17.8109 19.7401H16.1109C15.7209 19.7401 15.1509 19.9501 14.8509 20.2101L13.2709 21.5701C12.5809 22.1601 11.4509 22.1601 10.7509 21.5701L9.17086 20.2101C8.87086 19.9501 8.31086 19.7401 7.91086 19.7401H6.18086C5.12086 19.7401 4.25086 18.8701 4.25086 17.8101V16.1001C4.25086 15.7101 4.04086 15.1501 3.79086 14.8501L2.44086 13.2601C1.86086 12.5701 1.86086 11.4501 2.44086 10.7601L3.79086 9.17007C4.04086 8.87007 4.25086 8.31007 4.25086 7.92007V6.20007C4.25086 5.14007 5.12086 4.27007 6.18086 4.27007H7.91086C8.30086 4.27007 8.87086 4.06007 9.17086 3.80007L10.7509 2.45007Z\" fill=\"\"/>\n<path d=\"M10.7905 15.17C10.5905 15.17 10.4005 15.09 10.2605 14.95L7.84055 12.53C7.55055 12.24 7.55055 11.76 7.84055 11.47C8.13055 11.18 8.61055 11.18 8.90055 11.47L10.7905 13.36L15.0905 9.06003C15.3805 8.77003 15.8605 8.77003 16.1505 9.06003C16.4405 9.35003 16.4405 9.83003 16.1505 10.12L11.3205 14.95C11.1805 15.09 10.9905 15.17 10.7905 15.17Z\" fill=\"\"/>\n</svg>\n</li><li title=\"video add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M22 7.81V15.7C22 15.69 21.99 15.68 21.98 15.67C21.94 15.61 21.89 15.55 21.84 15.5C21.83 15.49 21.82 15.47 21.81 15.46C21 14.56 19.81 14 18.5 14C17.24 14 16.09 14.52 15.27 15.36C14.48 16.17 14 17.28 14 18.5C14 19.34 14.24 20.14 14.65 20.82C14.87 21.19 15.15 21.53 15.47 21.81C15.49 21.82 15.5 21.83 15.51 21.84C15.56 21.89 15.61 21.93 15.67 21.98C15.67 21.98 15.67 21.98 15.68 21.98C15.69 21.99 15.7 22 15.71 22H7.81C4.17 22 2 19.83 2 16.19V7.81C2 7.3 2.04 6.80999 2.13 6.35999C2.64 3.60999 4.67 2.01 7.77 2H16.23C19.33 2.01 21.36 3.60999 21.87 6.35999C21.96 6.80999 22 7.3 22 7.81Z\" fill=\"\"/>\n<path d=\"M22 7.81V7.85999H2V7.81C2 7.3 2.04 6.80999 2.13 6.35999H7.77V2H9.27V6.35999H14.73V2H16.23V6.35999H21.87C21.96 6.80999 22 7.3 22 7.81Z\" fill=\"\"/>\n<path d=\"M22 15.7C22 15.69 21.99 15.68 21.98 15.67C21.94 15.61 21.89 15.55 21.84 15.5C21.83 15.49 21.82 15.47 21.81 15.46C21 14.56 19.81 14 18.5 14C17.24 14 16.09 14.52 15.27 15.36C14.48 16.17 14 17.28 14 18.5C14 19.34 14.24 20.14 14.65 20.82C14.87 21.19 15.15 21.53 15.47 21.81C15.49 21.82 15.5 21.83 15.51 21.84C15.56 21.89 15.61 21.93 15.67 21.98C15.67 21.98 15.67 21.98 15.68 21.98C15.69 21.99 15.7 22 15.71 22C16.46 22.63 17.43 23 18.5 23C20.14 23 21.57 22.12 22.35 20.82C22.58 20.43 22.76 20 22.87 19.55C22.96 19.21 23 18.86 23 18.5C23 17.44 22.63 16.46 22 15.7ZM20.18 19.23H19.25V20.2C19.25 20.61 18.91 20.95 18.5 20.95C18.09 20.95 17.75 20.61 17.75 20.2V19.23H16.82C16.41 19.23 16.07 18.89 16.07 18.48C16.07 18.07 16.41 17.73 16.82 17.73H17.75V16.84C17.75 16.43 18.09 16.09 18.5 16.09C18.91 16.09 19.25 16.43 19.25 16.84V17.73H20.18C20.59 17.73 20.93 18.07 20.93 18.48C20.93 18.89 20.6 19.23 20.18 19.23Z\" fill=\"\"/>\n</svg>\n</li><li title=\"video circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" fill=\"\"/>\n<path d=\"M9.09961 12V10.52C9.09961 8.60999 10.4496 7.83999 12.0996 8.78999L13.3796 9.52999L14.6596 10.27C16.3096 11.22 16.3096 12.78 14.6596 13.73L13.3796 14.47L12.0996 15.21C10.4496 16.16 9.09961 15.38 9.09961 13.48V12Z\" fill=\"\"/>\n</svg>\n</li><li title=\"video horizontal \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M22 7.81V16.19C22 16.25 22 16.31 21.99 16.36C21.99 16.9 21.93 17.4 21.82 17.86C21.35 20.02 19.91 21.42 17.72 21.85C17.25 21.95 16.75 22 16.22 22H7.72C7.19 21.99 6.69 21.94 6.22 21.84C4.07 21.4 2.65 20 2.18 17.86C2.07 17.4 2.01 16.9 2.01 16.36C2 16.31 2 16.25 2 16.19V7.81C2 7.3 2.04 6.81 2.13 6.36C2.55 4.1 4 2.62 6.22 2.16C6.69 2.05 7.19 2 7.72 2H16.23C16.76 2 17.26 2.05 17.72 2.15C19.98 2.59 21.45 4.08 21.87 6.36C21.96 6.81 22 7.3 22 7.81Z\" fill=\"\"/>\n<path d=\"M12.75 7.86V16.36H21.99C21.99 16.9 21.93 17.4 21.82 17.86H17.72V21.85C17.25 21.95 16.75 22 16.22 22V17.86H12.75V22H11.25V17.86H7.72V22C7.19 21.99 6.69 21.94 6.22 21.84V17.86H2.18C2.07 17.4 2.01 16.9 2.01 16.36H11.25V7.86H2V7.81C2 7.3 2.04 6.81 2.13 6.36H6.24C6.23 6.32 6.22 6.28 6.22 6.24V2.16C6.69 2.05 7.19 2 7.72 2V6.24C7.72 6.28 7.7 6.32 7.69 6.36H11.25V2H12.75V6.36H16.22V2H16.23C16.76 2 17.26 2.05 17.72 2.15V6.33C17.72 6.34 17.71 6.35 17.71 6.36H21.87C21.96 6.81 22 7.3 22 7.81V7.86H12.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"video octagon \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M21.0801 8.58003V15.42C21.0801 16.54 20.4802 17.58 19.5102 18.15L13.5702 21.58C12.6002 22.14 11.4002 22.14 10.4202 21.58L4.48016 18.15C3.51016 17.59 2.91016 16.55 2.91016 15.42V8.58003C2.91016 7.46003 3.51016 6.41999 4.48016 5.84999L10.4202 2.42C11.3902 1.86 12.5902 1.86 13.5702 2.42L19.5102 5.84999C20.4802 6.41999 21.0801 7.45003 21.0801 8.58003Z\" fill=\"\"/>\n<path d=\"M9.75 11.9999V10.7999C9.75 9.25989 10.84 8.62993 12.17 9.39993L13.21 9.9999L14.25 10.5999C15.58 11.3699 15.58 12.6299 14.25 13.3999L13.21 13.9999L12.17 14.5999C10.84 15.3699 9.75 14.7399 9.75 13.1999V11.9999Z\" fill=\"\"/>\n</svg>\n</li><li title=\"video play \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M22 7.81V16.19C22 19.83 19.83 22 16.19 22H7.81C4.17 22 2 19.83 2 16.19V7.81C2 7.3 2.04 6.81 2.13 6.36C2.64 3.61 4.67 2.01 7.77 2H16.23C19.33 2.01 21.36 3.61 21.87 6.36C21.96 6.81 22 7.3 22 7.81Z\" fill=\"\"/>\n<path d=\"M22 7.81V7.86H2V7.81C2 7.3 2.04 6.81 2.13 6.36H7.77V2H9.27V6.36H14.73V2H16.23V6.36H21.87C21.96 6.81 22 7.3 22 7.81Z\" fill=\"\"/>\n<path d=\"M14.4391 12.7198L12.3591 11.5198C11.5891 11.0798 10.8491 11.0198 10.2691 11.3498C9.68914 11.6798 9.36914 12.3598 9.36914 13.2398V15.6398C9.36914 16.5198 9.68914 17.1998 10.2691 17.5298C10.5191 17.6698 10.7991 17.7398 11.0891 17.7398C11.4891 17.7398 11.9191 17.6098 12.3591 17.3598L14.4391 16.1598C15.2091 15.7198 15.6291 15.0998 15.6291 14.4298C15.6291 13.7598 15.1991 13.1698 14.4391 12.7198Z\" fill=\"\"/>\n</svg>\n</li><li title=\"video remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.98 15.67C21.94 15.61 21.89 15.55 21.84 15.5C21.03 14.57 19.83 14 18.5 14C17.24 14 16.09 14.52 15.27 15.36C14.48 16.17 14 17.28 14 18.5C14 19.34 14.24 20.14 14.65 20.82C14.88 21.2 15.17 21.55 15.51 21.84C15.56 21.89 15.61 21.93 15.67 21.98C15.67 21.98 15.67 21.98 15.68 21.98C16.44 22.62 17.42 23 18.5 23C20.14 23 21.57 22.12 22.35 20.82C22.58 20.43 22.76 20 22.87 19.55C22.96 19.21 23 18.86 23 18.5C23 17.43 22.62 16.44 21.98 15.67ZM20.23 20.21C20.08 20.36 19.89 20.43 19.7 20.43C19.51 20.43 19.32 20.36 19.17 20.21L18.51 19.55L17.82 20.24C17.67 20.39 17.48 20.46 17.29 20.46C17.1 20.46 16.91 20.39 16.76 20.24C16.47 19.95 16.47 19.47 16.76 19.18L17.45 18.49L16.79 17.83C16.5 17.54 16.5 17.06 16.79 16.77C17.08 16.48 17.56 16.48 17.85 16.77L18.51 17.43L19.14 16.8C19.43 16.51 19.91 16.51 20.2 16.8C20.49 17.09 20.49 17.57 20.2 17.86L19.57 18.49L20.23 19.15C20.53 19.44 20.53 19.91 20.23 20.21Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M22 7.81V15.7C22 15.69 21.99 15.68 21.98 15.67C21.94 15.61 21.89 15.55 21.84 15.5C21.83 15.49 21.82 15.47 21.81 15.46C21 14.56 19.81 14 18.5 14C17.24 14 16.09 14.52 15.27 15.36C14.48 16.17 14 17.28 14 18.5C14 19.34 14.24 20.14 14.65 20.82C14.87 21.19 15.15 21.53 15.47 21.81C15.49 21.82 15.5 21.83 15.51 21.84C15.56 21.89 15.61 21.93 15.67 21.98C15.67 21.98 15.67 21.98 15.68 21.98C15.69 21.99 15.7 22 15.71 22H7.81C4.17 22 2 19.83 2 16.19V7.81C2 7.3 2.04 6.80999 2.13 6.35999C2.64 3.60999 4.67 2.01 7.77 2H16.23C19.33 2.01 21.36 3.60999 21.87 6.35999C21.96 6.80999 22 7.3 22 7.81Z\" fill=\"\"/>\n<path d=\"M22 7.81V7.85999H2V7.81C2 7.3 2.04 6.80999 2.13 6.35999H7.77V2H9.27V6.35999H14.73V2H16.23V6.35999H21.87C21.96 6.80999 22 7.3 22 7.81Z\" fill=\"\"/>\n</svg>\n</li><li title=\"video slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M17.65 6.56L4.2 20.01C2.8 19.12 2.25 17.53 2.25 16V8C2.25 4.58 3.58 3.25 7 3.25H13C15.89 3.25 17.29 4.2 17.65 6.56Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M17.7491 9.25V16C17.7491 16.08 17.7391 16.14 17.7391 16.21C17.7391 16.28 17.7291 16.35 17.7291 16.42H17.7391C17.6291 19.53 16.2791 20.75 12.9991 20.75H6.99906C6.74906 20.75 6.51906 20.74 6.28906 20.71L17.7491 9.25Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M17.7305 16.42C17.7305 16.35 17.7405 16.28 17.7405 16.21C17.7505 16.28 17.7505 16.35 17.7405 16.42H17.7305Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M17.7405 7.56982C17.7505 7.63982 17.7505 7.71982 17.7405 7.78982C17.7405 7.71982 17.7305 7.64982 17.7305 7.57982L17.7405 7.56982Z\" fill=\"\"/>\n<path d=\"M22.7505 8.37998V15.62C22.7505 17.05 22.0605 17.62 21.6505 17.83C21.4605 17.93 21.1705 18.04 20.8005 18.04C20.3705 18.04 19.8305 17.9 19.2105 17.46L17.7405 16.42H17.7305C17.7305 16.35 17.7405 16.28 17.7405 16.21C17.7405 16.14 17.7505 16.08 17.7505 16V9.24998L21.0205 5.97998C21.2905 5.99998 21.5005 6.07998 21.6505 6.16998C22.0605 6.37998 22.7505 6.94998 22.7505 8.37998Z\" fill=\"\"/>\n<path d=\"M21.7709 2.22988C21.4709 1.92988 20.9809 1.92988 20.6809 2.22988L2.23086 20.6899C1.93086 20.9899 1.93086 21.4799 2.23086 21.7799C2.38086 21.9199 2.57086 21.9999 2.77086 21.9999C2.97086 21.9999 3.16086 21.9199 3.31086 21.7699L21.7709 3.30988C22.0809 3.00988 22.0809 2.52988 21.7709 2.22988Z\" fill=\"\"/>\n</svg>\n</li><li title=\"video square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2Z\" fill=\"\"/>\n<path d=\"M9.09961 12V10.52C9.09961 8.60999 10.4496 7.83999 12.0996 8.78999L13.3796 9.52999L14.6596 10.27C16.3096 11.22 16.3096 12.78 14.6596 13.73L13.3796 14.47L12.0996 15.21C10.4496 16.16 9.09961 15.38 9.09961 13.48V12Z\" fill=\"\"/>\n</svg>\n</li><li title=\"video tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.98 15.65C21.16 14.64 19.91 14 18.5 14C17.44 14 16.46 14.37 15.69 14.99C14.65 15.81 14 17.08 14 18.5C14 19.34 14.24 20.14 14.65 20.82C14.92 21.27 15.26 21.66 15.66 21.98H15.67C16.44 22.62 17.43 23 18.5 23C19.64 23 20.67 22.58 21.46 21.88C21.81 21.58 22.11 21.22 22.35 20.82C22.76 20.14 23 19.34 23 18.5C23 17.42 22.62 16.42 21.98 15.65ZM20.76 17.94L18.36 20.16C18.22 20.29 18.03 20.36 17.85 20.36C17.66 20.36 17.47 20.29 17.32 20.14L16.21 19.03C15.92 18.74 15.92 18.26 16.21 17.97C16.5 17.68 16.98 17.68 17.27 17.97L17.87 18.57L19.74 16.84C20.04 16.56 20.52 16.58 20.8 16.88C21.09 17.19 21.07 17.66 20.76 17.94Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M22 7.81V15.7C22 15.69 21.99 15.68 21.98 15.67C21.94 15.61 21.89 15.55 21.84 15.5C21.83 15.49 21.82 15.47 21.81 15.46C21 14.56 19.81 14 18.5 14C17.24 14 16.09 14.52 15.27 15.36C14.48 16.17 14 17.28 14 18.5C14 19.34 14.24 20.14 14.65 20.82C14.87 21.19 15.15 21.53 15.47 21.81C15.49 21.82 15.5 21.83 15.51 21.84C15.56 21.89 15.61 21.93 15.67 21.98C15.67 21.98 15.67 21.98 15.68 21.98C15.69 21.99 15.7 22 15.71 22H7.81C4.17 22 2 19.83 2 16.19V7.81C2 7.3 2.04 6.80999 2.13 6.35999C2.64 3.60999 4.67 2.01 7.77 2H16.23C19.33 2.01 21.36 3.60999 21.87 6.35999C21.96 6.80999 22 7.3 22 7.81Z\" fill=\"\"/>\n<path d=\"M22 7.81V7.85999H2V7.81C2 7.3 2.04 6.80999 2.13 6.35999H7.77V2H9.27V6.35999H14.73V2H16.23V6.35999H21.87C21.96 6.80999 22 7.3 22 7.81Z\" fill=\"\"/>\n</svg>\n</li><li title=\"video time \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.98 15.65C21.16 14.64 19.91 14 18.5 14C17.44 14 16.46 14.37 15.69 14.99C14.65 15.81 14 17.08 14 18.5C14 19.91 14.64 21.16 15.65 21.98C16.42 22.62 17.42 23 18.5 23C19.64 23 20.67 22.57 21.47 21.88C22.4 21.05 23 19.85 23 18.5C23 17.42 22.62 16.42 21.98 15.65ZM19.53 18.78C19.53 19.04 19.39 19.29 19.17 19.42L17.76 20.26C17.64 20.33 17.51 20.37 17.37 20.37C17.12 20.37 16.87 20.24 16.73 20.01C16.52 19.65 16.63 19.19 16.99 18.98L18.03 18.36V17.1C18.03 16.69 18.37 16.35 18.78 16.35C19.19 16.35 19.53 16.69 19.53 17.1V18.78Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M22 7.81V15.7C22 15.69 21.99 15.68 21.98 15.67C21.94 15.61 21.89 15.55 21.84 15.5C21.83 15.49 21.82 15.47 21.81 15.46C21 14.56 19.81 14 18.5 14C17.24 14 16.09 14.52 15.27 15.36C14.48 16.17 14 17.28 14 18.5C14 19.34 14.24 20.14 14.65 20.82C14.87 21.19 15.15 21.53 15.47 21.81C15.49 21.82 15.5 21.83 15.51 21.84C15.56 21.89 15.61 21.93 15.67 21.98C15.67 21.98 15.67 21.98 15.68 21.98C15.69 21.99 15.7 22 15.71 22H7.81C4.17 22 2 19.83 2 16.19V7.81C2 7.3 2.04 6.80999 2.13 6.35999C2.64 3.60999 4.66999 2.01 7.76999 2H16.23C19.33 2.01 21.36 3.60999 21.87 6.35999C21.96 6.80999 22 7.3 22 7.81Z\" fill=\"\"/>\n<path d=\"M22 7.81V7.85999H2V7.81C2 7.3 2.04 6.80999 2.13 6.35999H7.76999V2H9.26999V6.35999H14.73V2H16.23V6.35999H21.87C21.96 6.80999 22 7.3 22 7.81Z\" fill=\"\"/>\n</svg>\n</li><li title=\"video vertical \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M7.81 2H16.19C16.25 2 16.31 2 16.36 2.01C16.9 2.01 17.4 2.07 17.86 2.18C20.02 2.65 21.42 4.09 21.85 6.28C21.95 6.75 22 7.25 22 7.78V16.28C21.99 16.81 21.94 17.31 21.84 17.78C21.4 19.93 20 21.35 17.86 21.82C17.4 21.93 16.9 21.99 16.36 21.99C16.31 22 16.25 22 16.19 22H7.81C7.3 22 6.81 21.96 6.36 21.87C4.1 21.45 2.62 20 2.16 17.78C2.05 17.31 2 16.81 2 16.28V7.77C2 7.24 2.05 6.74 2.15 6.28C2.59 4.02 4.08 2.55 6.36 2.13C6.81 2.04 7.3 2 7.81 2Z\" fill=\"\"/>\n<path d=\"M7.86 11.25H16.36V2.01C16.9 2.01 17.4 2.07 17.86 2.18V6.28H21.85C21.95 6.75 22 7.25 22 7.78H17.86V11.25H22V12.75H17.86V16.28H22C21.99 16.81 21.94 17.31 21.84 17.78H17.86V21.82C17.4 21.93 16.9 21.99 16.36 21.99V12.75H7.86V22H7.81C7.3 22 6.81 21.96 6.36 21.87V17.76C6.32 17.77 6.28 17.78 6.24 17.78H2.16C2.05 17.31 2 16.81 2 16.28H6.24C6.28 16.28 6.32 16.3 6.36 16.31V12.75H2V11.25H6.36V7.78H2V7.77C2 7.24 2.05 6.74 2.15 6.28H6.33C6.34 6.28 6.35 6.29 6.36 6.29V2.13C6.81 2.04 7.3 2 7.81 2H7.86V11.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"video \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M13 3.25H7C3.58 3.25 2.25 4.58 2.25 8V16C2.25 18.3 3.5 20.75 7 20.75H13C16.42 20.75 17.75 19.42 17.75 16V8C17.75 4.58 16.42 3.25 13 3.25Z\" fill=\"\"/>\n<path d=\"M11.4991 11.3801C12.5374 11.3801 13.3791 10.5384 13.3791 9.50012C13.3791 8.46182 12.5374 7.62012 11.4991 7.62012C10.4608 7.62012 9.61914 8.46182 9.61914 9.50012C9.61914 10.5384 10.4608 11.3801 11.4991 11.3801Z\" fill=\"\"/>\n<path d=\"M21.6505 6.17011C21.2405 5.96011 20.3805 5.72011 19.2105 6.54011L17.7305 7.58011C17.7405 7.72011 17.7505 7.85011 17.7505 8.00011V16.0001C17.7505 16.1501 17.7305 16.2801 17.7305 16.4201L19.2105 17.4601C19.8305 17.9001 20.3705 18.0401 20.8005 18.0401C21.1705 18.0401 21.4605 17.9401 21.6505 17.8401C22.0605 17.6301 22.7505 17.0601 22.7505 15.6301V8.38011C22.7505 6.95011 22.0605 6.38011 21.6505 6.17011Z\" fill=\"\"/>\n</svg>\n</li><li title=\"voice cricle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" fill=\"\"/>\n<path d=\"M6 14.8901C5.59 14.8901 5.25 14.5501 5.25 14.1401V9.8501C5.25 9.4401 5.59 9.1001 6 9.1001C6.41 9.1001 6.75 9.4401 6.75 9.8501V14.1401C6.75 14.5601 6.41 14.8901 6 14.8901Z\" fill=\"\"/>\n<path d=\"M9 16.3202C8.59 16.3202 8.25 15.9802 8.25 15.5702V8.43018C8.25 8.02018 8.59 7.68018 9 7.68018C9.41 7.68018 9.75 8.02018 9.75 8.43018V15.5702C9.75 15.9902 9.41 16.3202 9 16.3202Z\" fill=\"\"/>\n<path d=\"M12 17.75C11.59 17.75 11.25 17.41 11.25 17V7C11.25 6.59 11.59 6.25 12 6.25C12.41 6.25 12.75 6.59 12.75 7V17C12.75 17.41 12.41 17.75 12 17.75Z\" fill=\"\"/>\n<path d=\"M15 16.3202C14.59 16.3202 14.25 15.9802 14.25 15.5702V8.43018C14.25 8.02018 14.59 7.68018 15 7.68018C15.41 7.68018 15.75 8.02018 15.75 8.43018V15.5702C15.75 15.9902 15.41 16.3202 15 16.3202Z\" fill=\"\"/>\n<path d=\"M18 14.8901C17.59 14.8901 17.25 14.5501 17.25 14.1401V9.8501C17.25 9.4401 17.59 9.1001 18 9.1001C18.41 9.1001 18.75 9.4401 18.75 9.8501V14.1401C18.75 14.5601 18.41 14.8901 18 14.8901Z\" fill=\"\"/>\n</svg>\n</li><li title=\"voice square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.1898 2H7.81976C4.17976 2 2.00977 4.17 2.00977 7.81V16.18C2.00977 19.82 4.17976 21.99 7.81976 21.99H16.1898C19.8298 21.99 21.9998 19.82 21.9998 16.18V7.81C21.9998 4.17 19.8298 2 16.1898 2Z\" fill=\"\"/>\n<path d=\"M6 14.8901C5.59 14.8901 5.25 14.5501 5.25 14.1401V9.8501C5.25 9.4401 5.59 9.1001 6 9.1001C6.41 9.1001 6.75 9.4401 6.75 9.8501V14.1401C6.75 14.5601 6.41 14.8901 6 14.8901Z\" fill=\"\"/>\n<path d=\"M9 16.3202C8.59 16.3202 8.25 15.9802 8.25 15.5702V8.43018C8.25 8.02018 8.59 7.68018 9 7.68018C9.41 7.68018 9.75 8.02018 9.75 8.43018V15.5702C9.75 15.9902 9.41 16.3202 9 16.3202Z\" fill=\"\"/>\n<path d=\"M12 17.75C11.59 17.75 11.25 17.41 11.25 17V7C11.25 6.59 11.59 6.25 12 6.25C12.41 6.25 12.75 6.59 12.75 7V17C12.75 17.41 12.41 17.75 12 17.75Z\" fill=\"\"/>\n<path d=\"M15 16.3202C14.59 16.3202 14.25 15.9802 14.25 15.5702V8.43018C14.25 8.02018 14.59 7.68018 15 7.68018C15.41 7.68018 15.75 8.02018 15.75 8.43018V15.5702C15.75 15.9902 15.41 16.3202 15 16.3202Z\" fill=\"\"/>\n<path d=\"M18 14.8901C17.59 14.8901 17.25 14.5501 17.25 14.1401V9.8501C17.25 9.4401 17.59 9.1001 18 9.1001C18.41 9.1001 18.75 9.4401 18.75 9.8501V14.1401C18.75 14.5601 18.41 14.8901 18 14.8901Z\" fill=\"\"/>\n</svg>\n</li><li title=\"volume cross \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22.5295 13.4202L21.0795 11.9702L22.4795 10.5702C22.7695 10.2802 22.7695 9.80018 22.4795 9.51018C22.1895 9.22018 21.7095 9.22018 21.4195 9.51018L20.0195 10.9102L18.5695 9.46018C18.2795 9.17018 17.7995 9.17018 17.5095 9.46018C17.2195 9.75018 17.2195 10.2302 17.5095 10.5202L18.9595 11.9702L17.4695 13.4602C17.1795 13.7502 17.1795 14.2302 17.4695 14.5202C17.6195 14.6702 17.8095 14.7402 17.9995 14.7402C18.1895 14.7402 18.3795 14.6702 18.5295 14.5202L20.0195 13.0302L21.4695 14.4802C21.6195 14.6302 21.8095 14.7002 21.9995 14.7002C22.1895 14.7002 22.3795 14.6302 22.5295 14.4802C22.8195 14.1902 22.8195 13.7202 22.5295 13.4202Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M15.75 7.41021V16.5902C15.75 18.3102 15.13 19.6002 14.02 20.2202C13.57 20.4702 13.07 20.5902 12.55 20.5902C11.75 20.5902 10.89 20.3202 10.01 19.7702L7.09 17.9402C6.89 17.8202 6.66 17.7502 6.43 17.7502H5.5V6.25021H6.43C6.66 6.25021 6.89 6.18021 7.09 6.06021L10.01 4.23021C11.47 3.32021 12.9 3.16021 14.02 3.78021C15.13 4.40021 15.75 5.69021 15.75 7.41021Z\" fill=\"\"/>\n<path d=\"M5.5 6.25V17.75H5C2.58 17.75 1.25 16.42 1.25 14V10C1.25 7.58 2.58 6.25 5 6.25H5.5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"volume high \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.0003 16.7498C17.8403 16.7498 17.6903 16.6998 17.5503 16.5998C17.2203 16.3498 17.1503 15.8798 17.4003 15.5498C18.9703 13.4598 18.9703 10.5398 17.4003 8.44978C17.1503 8.11978 17.2203 7.64978 17.5503 7.39978C17.8803 7.14978 18.3503 7.21978 18.6003 7.54978C20.5603 10.1698 20.5603 13.8298 18.6003 16.4498C18.4503 16.6498 18.2303 16.7498 18.0003 16.7498Z\" fill=\"\"/>\n<path d=\"M19.8304 19.2498C19.6704 19.2498 19.5204 19.1998 19.3804 19.0998C19.0504 18.8498 18.9804 18.3798 19.2304 18.0498C21.9004 14.4898 21.9004 9.50978 19.2304 5.94978C18.9804 5.61978 19.0504 5.14978 19.3804 4.89978C19.7104 4.64978 20.1804 4.71978 20.4304 5.04978C23.5004 9.13978 23.5004 14.8598 20.4304 18.9498C20.2904 19.1498 20.0604 19.2498 19.8304 19.2498Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M15.75 7.41021V16.5902C15.75 18.3102 15.13 19.6002 14.02 20.2202C13.57 20.4702 13.07 20.5902 12.55 20.5902C11.75 20.5902 10.89 20.3202 10.01 19.7702L7.09 17.9402C6.89 17.8202 6.66 17.7502 6.43 17.7502H5.5V6.25021H6.43C6.66 6.25021 6.89 6.18021 7.09 6.06021L10.01 4.23021C11.47 3.32021 12.9 3.16021 14.02 3.78021C15.13 4.40021 15.75 5.69021 15.75 7.41021Z\" fill=\"\"/>\n<path d=\"M5.5 6.25V17.75H5C2.58 17.75 1.25 16.42 1.25 14V10C1.25 7.58 2.58 6.25 5 6.25H5.5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"volume low 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.3304 16.7498C19.1704 16.7498 19.0204 16.6998 18.8804 16.5998C18.5504 16.3498 18.4804 15.8798 18.7304 15.5498C20.3004 13.4598 20.3004 10.5398 18.7304 8.44978C18.4804 8.11978 18.5504 7.64978 18.8804 7.39978C19.2104 7.14978 19.6804 7.21978 19.9304 7.54978C21.9004 10.1698 21.9004 13.8298 19.9304 16.4498C19.7904 16.6498 19.5604 16.7498 19.3304 16.7498Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M17.0801 7.41021V16.5902C17.0801 18.3102 16.4601 19.6002 15.3501 20.2202C14.9001 20.4702 14.4001 20.5902 13.8801 20.5902C13.0801 20.5902 12.2201 20.3202 11.3401 19.7702L8.42008 17.9402C8.22008 17.8202 7.99008 17.7502 7.76008 17.7502H6.83008V6.25021H7.76008C7.99008 6.25021 8.22008 6.18021 8.42008 6.06021L11.3401 4.23021C12.8001 3.32021 14.2301 3.16021 15.3501 3.78021C16.4601 4.40021 17.0801 5.69021 17.0801 7.41021Z\" fill=\"\"/>\n<path d=\"M6.83008 6.25V17.75H6.33008C3.91008 17.75 2.58008 16.42 2.58008 14V10C2.58008 7.58 3.91008 6.25 6.33008 6.25H6.83008Z\" fill=\"\"/>\n</svg>\n</li><li title=\"volume low \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 12.75H18C17.59 12.75 17.25 12.41 17.25 12C17.25 11.59 17.59 11.25 18 11.25H22C22.41 11.25 22.75 11.59 22.75 12C22.75 12.41 22.41 12.75 22 12.75Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M15.75 7.41021V16.5902C15.75 18.3102 15.13 19.6002 14.02 20.2202C13.57 20.4702 13.07 20.5902 12.55 20.5902C11.75 20.5902 10.89 20.3202 10.01 19.7702L7.09 17.9402C6.89 17.8202 6.66 17.7502 6.43 17.7502H5.5V6.25021H6.43C6.66 6.25021 6.89 6.18021 7.09 6.06021L10.01 4.23021C11.47 3.32021 12.9 3.16021 14.02 3.78021C15.13 4.40021 15.75 5.69021 15.75 7.41021Z\" fill=\"\"/>\n<path d=\"M5.5 6.25V17.75H5C2.58 17.75 1.25 16.42 1.25 14V10C1.25 7.58 2.58 6.25 5 6.25H5.5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"volume mute \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M19.25 7.41021V16.5902C19.25 18.3102 18.63 19.6002 17.52 20.2202C17.07 20.4702 16.57 20.5902 16.05 20.5902C15.25 20.5902 14.39 20.3202 13.51 19.7702L10.59 17.9402C10.39 17.8202 10.16 17.7502 9.93 17.7502H9V6.25021H9.93C10.16 6.25021 10.39 6.18021 10.59 6.06021L13.51 4.23021C14.97 3.32021 16.4 3.16021 17.52 3.78021C18.63 4.40021 19.25 5.69021 19.25 7.41021Z\" fill=\"\"/>\n<path d=\"M9 6.25V17.75H8.5C6.08 17.75 4.75 16.42 4.75 14V10C4.75 7.58 6.08 6.25 8.5 6.25H9Z\" fill=\"\"/>\n</svg>\n</li><li title=\"volume slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.0003 16.7498C17.8403 16.7498 17.6903 16.6998 17.5503 16.5998C17.2203 16.3498 17.1503 15.8798 17.4003 15.5498C18.6603 13.8698 18.9303 11.6398 18.1203 9.70983C17.9603 9.32983 18.1403 8.88983 18.5203 8.72983C18.9003 8.56983 19.3403 8.74983 19.5003 9.12983C20.5203 11.5498 20.1703 14.3598 18.6003 16.4598C18.4503 16.6498 18.2303 16.7498 18.0003 16.7498Z\" fill=\"\"/>\n<path d=\"M19.8304 19.2502C19.6704 19.2502 19.5204 19.2002 19.3804 19.1002C19.0504 18.8502 18.9804 18.3802 19.2304 18.0502C21.3704 15.2002 21.8404 11.3802 20.4604 8.0902C20.3004 7.7102 20.4804 7.2702 20.8604 7.1102C21.2404 6.9502 21.6804 7.1302 21.8404 7.5102C23.4304 11.2902 22.8904 15.6702 20.4304 18.9502C20.2904 19.1502 20.0604 19.2502 19.8304 19.2502Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M14.0405 12.96C14.6705 12.33 15.7505 12.78 15.7505 13.67V16.6C15.7505 18.32 15.1305 19.61 14.0205 20.23C13.5705 20.48 13.0705 20.6 12.5505 20.6C11.7505 20.6 10.8905 20.33 10.0105 19.78L9.37047 19.38C8.83047 19.04 8.74047 18.28 9.19047 17.83L14.0405 12.96Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M14.02 3.78021C12.9 3.16021 11.47 3.32021 10.01 4.23021L7.09 6.06021C6.89 6.18021 6.66 6.25021 6.43 6.25021H5.5H5C2.58 6.25021 1.25 7.58021 1.25 10.0002V14.0002C1.25 16.4202 2.58 17.7502 5 17.7502H5.5H6.25L15.75 8.25021V7.41021C15.75 5.69021 15.13 4.40021 14.02 3.78021Z\" fill=\"\"/>\n<path d=\"M21.7709 2.22988C21.4709 1.92988 20.9809 1.92988 20.6809 2.22988L2.23086 20.6899C1.93086 20.9899 1.93086 21.4799 2.23086 21.7799C2.38086 21.9199 2.57086 21.9999 2.77086 21.9999C2.97086 21.9999 3.16086 21.9199 3.31086 21.7699L21.7709 3.30988C22.0809 3.00988 22.0809 2.52988 21.7709 2.22988Z\" fill=\"\"/>\n</svg>\n</li><li title=\"volume up \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 11.25H20.75V10C20.75 9.59 20.41 9.25 20 9.25C19.59 9.25 19.25 9.59 19.25 10V11.25H18C17.59 11.25 17.25 11.59 17.25 12C17.25 12.41 17.59 12.75 18 12.75H19.25V14C19.25 14.41 19.59 14.75 20 14.75C20.41 14.75 20.75 14.41 20.75 14V12.75H22C22.41 12.75 22.75 12.41 22.75 12C22.75 11.59 22.41 11.25 22 11.25Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M15.75 7.41021V16.5902C15.75 18.3102 15.13 19.6002 14.02 20.2202C13.57 20.4702 13.07 20.5902 12.55 20.5902C11.75 20.5902 10.89 20.3202 10.01 19.7702L7.09 17.9402C6.89 17.8202 6.66 17.7502 6.43 17.7502H5.5V6.25021H6.43C6.66 6.25021 6.89 6.18021 7.09 6.06021L10.01 4.23021C11.47 3.32021 12.9 3.16021 14.02 3.78021C15.13 4.40021 15.75 5.69021 15.75 7.41021Z\" fill=\"\"/>\n<path d=\"M5.5 6.25V17.75H5C2.58 17.75 1.25 16.42 1.25 14V10C1.25 7.58 2.58 6.25 5 6.25H5.5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"wallet 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.8\" d=\"M12.8992 2.52009L12.8692 2.59009L9.96922 9.32009H7.11922C6.43922 9.32009 5.79922 9.45009 5.19922 9.71009L6.94922 5.53009L6.98922 5.44009L7.04922 5.28009C7.07922 5.21009 7.09922 5.15009 7.12922 5.10009C8.43922 2.07009 9.91922 1.38009 12.8992 2.52009Z\" fill=\"\"/>\n<path d=\"M18.2907 9.52002C17.8407 9.39002 17.3707 9.32002 16.8807 9.32002H9.9707L12.8707 2.59002L12.9007 2.52002C13.0407 2.57002 13.1907 2.64002 13.3407 2.69002L15.5507 3.62002C16.7807 4.13002 17.6407 4.66002 18.1707 5.30002C18.2607 5.42002 18.3407 5.53002 18.4207 5.66002C18.5107 5.80002 18.5807 5.94002 18.6207 6.09002C18.6607 6.18002 18.6907 6.26002 18.7107 6.35002C18.9707 7.20002 18.8107 8.23002 18.2907 9.52002Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M21.7602 14.1998V16.1498C21.7602 16.3498 21.7502 16.5498 21.7402 16.7398C21.5502 20.2398 19.6002 21.9998 15.9002 21.9998H8.10023C7.85023 21.9998 7.62023 21.9798 7.39023 21.9498C4.21023 21.7398 2.51023 20.0398 2.29023 16.8598C2.26023 16.6198 2.24023 16.3898 2.24023 16.1498V14.1998C2.24023 12.1898 3.46023 10.4598 5.20023 9.70982C5.80023 9.44982 6.44023 9.31982 7.12023 9.31982H16.8802C17.3702 9.31982 17.8402 9.38982 18.2902 9.51982C20.2902 10.1298 21.7602 11.9898 21.7602 14.1998Z\" fill=\"\"/>\n<path opacity=\"0.6\" d=\"M6.95023 5.52979L5.20023 9.70978C3.46023 10.4598 2.24023 12.1898 2.24023 14.1998V11.2698C2.24023 8.42979 4.26023 6.05979 6.95023 5.52979Z\" fill=\"\"/>\n<path opacity=\"0.6\" d=\"M21.7591 11.2698V14.1998C21.7591 11.9898 20.2891 10.1298 18.2891 9.51984C18.8091 8.22984 18.9691 7.19984 18.7091 6.34984C18.6891 6.25984 18.6591 6.17984 18.6191 6.08984C20.4891 7.05984 21.7591 9.02984 21.7591 11.2698Z\" fill=\"\"/>\n</svg>\n</li><li title=\"wallet 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22.0002 10.9702V13.0302C22.0002 13.5802 21.5602 14.0302 21.0002 14.0502H19.0402C17.9602 14.0502 16.9702 13.2602 16.8802 12.1802C16.8202 11.5502 17.0602 10.9602 17.4802 10.5502C17.8502 10.1702 18.3602 9.9502 18.9202 9.9502H21.0002C21.5602 9.9702 22.0002 10.4202 22.0002 10.9702Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M17.48 10.55C17.06 10.96 16.82 11.55 16.88 12.18C16.97 13.26 17.96 14.05 19.04 14.05H21V15.5C21 18.5 19 20.5 16 20.5H7C4 20.5 2 18.5 2 15.5V8.5C2 5.78 3.64 3.88 6.19 3.56C6.45 3.52 6.72 3.5 7 3.5H16C16.26 3.5 16.51 3.50999 16.75 3.54999C19.33 3.84999 21 5.76 21 8.5V9.95001H18.92C18.36 9.95001 17.85 10.17 17.48 10.55Z\" fill=\"\"/>\n<path d=\"M13 9.75H7C6.59 9.75 6.25 9.41 6.25 9C6.25 8.59 6.59 8.25 7 8.25H13C13.41 8.25 13.75 8.59 13.75 9C13.75 9.41 13.41 9.75 13 9.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"wallet 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 6.15015H6C3.79 6.15015 2 7.94015 2 10.1501V6.5401C2 4.5001 3.65 2.8501 5.69 2.8501H11.31C13.35 2.8501 15 4.11015 15 6.15015Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M17.48 12.1999C16.98 12.6899 16.74 13.4299 16.94 14.1799C17.19 15.1099 18.11 15.6999 19.07 15.6999H20V17.1499C20 19.3599 18.21 21.1499 16 21.1499H6C3.79 21.1499 2 19.3599 2 17.1499V10.1499C2 7.9399 3.79 6.1499 6 6.1499H16C18.2 6.1499 20 7.9499 20 10.1499V11.5999H18.92C18.36 11.5999 17.85 11.8199 17.48 12.1999Z\" fill=\"\"/>\n<path d=\"M22.0002 12.6201V14.6801C22.0002 15.2401 21.5402 15.7001 20.9702 15.7001H19.0402C17.9602 15.7001 16.9702 14.9101 16.8802 13.8301C16.8202 13.2001 17.0602 12.6101 17.4802 12.2001C17.8502 11.8201 18.3602 11.6001 18.9202 11.6001H20.9702C21.5402 11.6001 22.0002 12.0601 22.0002 12.6201Z\" fill=\"\"/>\n<path d=\"M13 11.8999H7C6.59 11.8999 6.25 11.5599 6.25 11.1499C6.25 10.7399 6.59 10.3999 7 10.3999H13C13.41 10.3999 13.75 10.7399 13.75 11.1499C13.75 11.5599 13.41 11.8999 13 11.8999Z\" fill=\"\"/>\n</svg>\n</li><li title=\"wallet add 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.8\" d=\"M12.8992 2.52009L12.8692 2.59009L9.96922 9.32009H7.11922C6.43922 9.32009 5.79922 9.45009 5.19922 9.71009L6.94922 5.53009L6.98922 5.44009L7.04922 5.28009C7.07922 5.21009 7.09922 5.15009 7.12922 5.10009C8.43922 2.07009 9.91922 1.38009 12.8992 2.52009Z\" fill=\"\"/>\n<path d=\"M18.2907 9.52002C17.8407 9.39002 17.3707 9.32002 16.8807 9.32002H9.9707L12.8707 2.59002L12.9007 2.52002C13.0407 2.57002 13.1907 2.64002 13.3407 2.69002L15.5507 3.62002C16.7807 4.13002 17.6407 4.66002 18.1707 5.30002C18.2607 5.42002 18.3407 5.53002 18.4207 5.66002C18.5107 5.80002 18.5807 5.94002 18.6207 6.09002C18.6607 6.18002 18.6907 6.26002 18.7107 6.35002C18.9707 7.20002 18.8107 8.23002 18.2907 9.52002Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M21.7602 14.1998V16.1498C21.7602 16.3498 21.7502 16.5498 21.7402 16.7398C21.5502 20.2398 19.6002 21.9998 15.9002 21.9998H8.10023C7.85023 21.9998 7.62023 21.9798 7.39023 21.9498C4.21023 21.7398 2.51023 20.0398 2.29023 16.8598C2.26023 16.6198 2.24023 16.3898 2.24023 16.1498V14.1998C2.24023 12.1898 3.46023 10.4598 5.20023 9.70982C5.80023 9.44982 6.44023 9.31982 7.12023 9.31982H16.8802C17.3702 9.31982 17.8402 9.38982 18.2902 9.51982C20.2902 10.1298 21.7602 11.9898 21.7602 14.1998Z\" fill=\"\"/>\n<path opacity=\"0.6\" d=\"M6.95023 5.52979L5.20023 9.70978C3.46023 10.4598 2.24023 12.1898 2.24023 14.1998V11.2698C2.24023 8.42979 4.26023 6.05979 6.95023 5.52979Z\" fill=\"\"/>\n<path opacity=\"0.6\" d=\"M21.7591 11.2698V14.1998C21.7591 11.9898 20.2891 10.1298 18.2891 9.51984C18.8091 8.22984 18.9691 7.19984 18.7091 6.34984C18.6891 6.25984 18.6591 6.17984 18.6191 6.08984C20.4891 7.05984 21.7591 9.02984 21.7591 11.2698Z\" fill=\"\"/>\n<path d=\"M14.5 14.69H12.75V13C12.75 12.59 12.41 12.25 12 12.25C11.59 12.25 11.25 12.59 11.25 13V14.69H9.5C9.09 14.69 8.75 15.03 8.75 15.44C8.75 15.85 9.09 16.19 9.5 16.19H11.25V18C11.25 18.41 11.59 18.75 12 18.75C12.41 18.75 12.75 18.41 12.75 18V16.19H14.5C14.91 16.19 15.25 15.85 15.25 15.44C15.25 15.03 14.91 14.69 14.5 14.69Z\" fill=\"\"/>\n</svg>\n</li><li title=\"wallet add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.7495 7.04997C17.5095 7.00997 17.2595 6.99998 16.9995 6.99998H6.99945C6.71945 6.99998 6.44945 7.01998 6.18945 7.05998C6.32945 6.77998 6.52945 6.52001 6.76945 6.28001L10.0195 3.02C11.3895 1.66 13.6095 1.66 14.9795 3.02L16.7295 4.78996C17.3695 5.41996 17.7095 6.21997 17.7495 7.04997Z\" fill=\"\"/>\n<path d=\"M5 15C2.79 15 1 16.79 1 19C1 19.75 1.21 20.46 1.58 21.06C2.27 22.22 3.54 23 5 23C6.46 23 7.73 22.22 8.42 21.06C8.79 20.46 9 19.75 9 19C9 16.79 7.21 15 5 15ZM6.49 19.73H5.75V20.51C5.75 20.92 5.41 21.26 5 21.26C4.59 21.26 4.25 20.92 4.25 20.51V19.73H3.51C3.1 19.73 2.76 19.39 2.76 18.98C2.76 18.57 3.1 18.23 3.51 18.23H4.25V17.52C4.25 17.11 4.59 16.77 5 16.77C5.41 16.77 5.75 17.11 5.75 17.52V18.23H6.49C6.9 18.23 7.24 18.57 7.24 18.98C7.24 19.39 6.91 19.73 6.49 19.73Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M22 12V17C22 20 20 22 17 22H7.63C7.94 21.74 8.21 21.42 8.42 21.06C8.79 20.46 9 19.75 9 19C9 16.79 7.21 15 5 15C3.8 15 2.73 15.53 2 16.36V12C2 9.28 3.64 7.38 6.19 7.06C6.45 7.02 6.72 7 7 7H17C17.26 7 17.51 7.00999 17.75 7.04999C20.33 7.34999 22 9.26 22 12Z\" fill=\"\"/>\n<path d=\"M22 12.5H19C17.9 12.5 17 13.4 17 14.5C17 15.6 17.9 16.5 19 16.5H22\" fill=\"\"/>\n</svg>\n</li><li title=\"wallet check \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 15C2.79 15 1 16.79 1 19C1 19.75 1.21 20.46 1.58 21.06C2.27 22.22 3.54 23 5 23C6.46 23 7.73 22.22 8.42 21.06C8.79 20.46 9 19.75 9 19C9 16.79 7.21 15 5 15ZM6.97 18.67L4.84 20.64C4.7 20.77 4.51 20.84 4.33 20.84C4.14 20.84 3.95 20.77 3.8 20.62L2.81 19.63C2.52 19.34 2.52 18.86 2.81 18.57C3.1 18.28 3.58 18.28 3.87 18.57L4.35 19.05L5.95 17.57C6.25 17.29 6.73 17.31 7.01 17.61C7.29 17.91 7.27 18.39 6.97 18.67Z\" fill=\"\"/>\n<path d=\"M17.7495 7.04997C17.5095 7.00997 17.2595 6.99998 16.9995 6.99998H6.99945C6.71945 6.99998 6.44945 7.01998 6.18945 7.05998C6.32945 6.77998 6.52945 6.52001 6.76945 6.28001L10.0195 3.02C11.3895 1.66 13.6095 1.66 14.9795 3.02L16.7295 4.78996C17.3695 5.41996 17.7095 6.21997 17.7495 7.04997Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M22 12V17C22 20 20 22 17 22H7.63C7.94 21.74 8.21 21.42 8.42 21.06C8.79 20.46 9 19.75 9 19C9 16.79 7.21 15 5 15C3.8 15 2.73 15.53 2 16.36V12C2 9.28 3.64 7.38 6.19 7.06C6.45 7.02 6.72 7 7 7H17C17.26 7 17.51 7.00999 17.75 7.04999C20.33 7.34999 22 9.26 22 12Z\" fill=\"\"/>\n<path d=\"M22 12.5H19C17.9 12.5 17 13.4 17 14.5C17 15.6 17.9 16.5 19 16.5H22\" fill=\"\"/>\n</svg>\n</li><li title=\"wallet minus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.8\" d=\"M12.8992 2.52009L12.8692 2.59009L9.96922 9.32009H7.11922C6.43922 9.32009 5.79922 9.45009 5.19922 9.71009L6.94922 5.53009L6.98922 5.44009L7.04922 5.28009C7.07922 5.21009 7.09922 5.15009 7.12922 5.10009C8.43922 2.07009 9.91922 1.38009 12.8992 2.52009Z\" fill=\"\"/>\n<path d=\"M18.2907 9.52002C17.8407 9.39002 17.3707 9.32002 16.8807 9.32002H9.9707L12.8707 2.59002L12.9007 2.52002C13.0407 2.57002 13.1907 2.64002 13.3407 2.69002L15.5507 3.62002C16.7807 4.13002 17.6407 4.66002 18.1707 5.30002C18.2607 5.42002 18.3407 5.53002 18.4207 5.66002C18.5107 5.80002 18.5807 5.94002 18.6207 6.09002C18.6607 6.18002 18.6907 6.26002 18.7107 6.35002C18.9707 7.20002 18.8107 8.23002 18.2907 9.52002Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M21.7602 14.1998V16.1498C21.7602 16.3498 21.7502 16.5498 21.7402 16.7398C21.5502 20.2398 19.6002 21.9998 15.9002 21.9998H8.10023C7.85023 21.9998 7.62023 21.9798 7.39023 21.9498C4.21023 21.7398 2.51023 20.0398 2.29023 16.8598C2.26023 16.6198 2.24023 16.3898 2.24023 16.1498V14.1998C2.24023 12.1898 3.46023 10.4598 5.20023 9.70982C5.80023 9.44982 6.44023 9.31982 7.12023 9.31982H16.8802C17.3702 9.31982 17.8402 9.38982 18.2902 9.51982C20.2902 10.1298 21.7602 11.9898 21.7602 14.1998Z\" fill=\"\"/>\n<path opacity=\"0.6\" d=\"M6.95023 5.52979L5.20023 9.70978C3.46023 10.4598 2.24023 12.1898 2.24023 14.1998V11.2698C2.24023 8.42979 4.26023 6.05979 6.95023 5.52979Z\" fill=\"\"/>\n<path opacity=\"0.6\" d=\"M21.7591 11.2698V14.1998C21.7591 11.9898 20.2891 10.1298 18.2891 9.51984C18.8091 8.22984 18.9691 7.19984 18.7091 6.34984C18.6891 6.25984 18.6591 6.17984 18.6191 6.08984C20.4891 7.05984 21.7591 9.02984 21.7591 11.2698Z\" fill=\"\"/>\n<path d=\"M14.5 16.75H9.5C9.09 16.75 8.75 16.41 8.75 16C8.75 15.59 9.09 15.25 9.5 15.25H14.5C14.91 15.25 15.25 15.59 15.25 16C15.25 16.41 14.91 16.75 14.5 16.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"wallet money \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M17.48 10.55C17.06 10.96 16.82 11.55 16.88 12.18C16.97 13.26 17.96 14.05 19.04 14.05H21V15.5C21 18.5 19 20.5 16 20.5H7C4 20.5 2 18.5 2 15.5V8.5C2 5.78 3.64 3.88 6.19 3.56C6.45 3.52 6.72 3.5 7 3.5H16C16.26 3.5 16.51 3.50999 16.75 3.54999C19.33 3.84999 21 5.76 21 8.5V9.95001H18.92C18.36 9.95001 17.85 10.17 17.48 10.55Z\" fill=\"\"/>\n<path d=\"M22.0002 10.9702V13.0302C22.0002 13.5802 21.5602 14.0302 21.0002 14.0502H19.0402C17.9602 14.0502 16.9702 13.2602 16.8802 12.1802C16.8202 11.5502 17.0602 10.9602 17.4802 10.5502C17.8502 10.1702 18.3602 9.9502 18.9202 9.9502H21.0002C21.5602 9.9702 22.0002 10.4202 22.0002 10.9702Z\" fill=\"\"/>\n</svg>\n</li><li title=\"wallet remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M22 12V17C22 20 20 22 17 22H7.63C7.94 21.74 8.20998 21.42 8.41998 21.06C8.78998 20.46 9 19.75 9 19C9 16.79 7.21 15 5 15C3.8 15 2.73 15.53 2 16.36V12C2 9.28 3.64 7.38 6.19 7.06C6.45 7.02 6.72 7 7 7H17C17.26 7 17.51 7.00999 17.75 7.04999C20.33 7.34999 22 9.26 22 12Z\" fill=\"\"/>\n<path d=\"M17.7495 7.04997C17.5095 7.00997 17.2595 6.99998 16.9995 6.99998H6.99945C6.71945 6.99998 6.44945 7.01998 6.18945 7.05998C6.32945 6.77998 6.52947 6.52001 6.76947 6.28001L10.0195 3.02C11.3895 1.66 13.6094 1.66 14.9794 3.02L16.7294 4.78996C17.3694 5.41996 17.7095 6.21997 17.7495 7.04997Z\" fill=\"\"/>\n<path d=\"M22 12.5H19C17.9 12.5 17 13.4 17 14.5C17 15.6 17.9 16.5 19 16.5H22\" fill=\"\"/>\n<path d=\"M5 15C3.8 15 2.73 15.53 2 16.36C1.38 17.07 1 17.99 1 19C1 19.75 1.21002 20.46 1.58002 21.06C2.27002 22.22 3.54 23 5 23C6.01 23 6.93001 22.63 7.63 22C7.94 21.74 8.20998 21.42 8.41998 21.06C8.78998 20.46 9 19.75 9 19C9 16.79 7.21 15 5 15ZM6.59998 20.58C6.44998 20.73 6.26001 20.8 6.07001 20.8C5.88001 20.8 5.68998 20.73 5.53998 20.58L5.01001 20.05L4.46002 20.6C4.31002 20.75 4.11999 20.82 3.92999 20.82C3.73999 20.82 3.55002 20.75 3.40002 20.6C3.11002 20.31 3.11002 19.83 3.40002 19.54L3.95001 18.99L3.41998 18.46C3.12998 18.17 3.12998 17.69 3.41998 17.4C3.70998 17.11 4.18998 17.11 4.47998 17.4L5.01001 17.93L5.51001 17.43C5.80001 17.14 6.28001 17.14 6.57001 17.43C6.86001 17.72 6.86001 18.2 6.57001 18.49L6.07001 18.99L6.59998 19.52C6.88998 19.81 6.88998 20.28 6.59998 20.58Z\" fill=\"\"/>\n</svg>\n</li><li title=\"wallet search \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.7495 7.04997C17.5095 7.00997 17.2595 6.99998 16.9995 6.99998H6.99945C6.71945 6.99998 6.44945 7.01998 6.18945 7.05998C6.32945 6.77998 6.52945 6.52001 6.76945 6.28001L10.0194 3.02C11.3894 1.66 13.6095 1.66 14.9795 3.02L16.7295 4.78996C17.3695 5.41996 17.7095 6.21997 17.7495 7.04997Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M2 16.36V12C2 9.28 3.64 7.38 6.19 7.06C6.45 7.02 6.72 7 7 7H17C17.26 7 17.51 7.00999 17.75 7.04999C20.33 7.34999 22 9.26 22 12V17C22 19.76 19.76 22 17 22H7.63H7C4.24 22 2 19.76 2 17V16.36Z\" fill=\"\"/>\n<path d=\"M22 12.5H19C17.9 12.5 17 13.4 17 14.5C17 15.6 17.9 16.5 19 16.5H22\" fill=\"\"/>\n<path d=\"M1.23055 21.6797L1.99054 20.9197C1.59054 20.3197 1.36054 19.5998 1.36054 18.8298C1.36054 16.7198 3.07054 15.0098 5.18054 15.0098C7.29054 15.0098 9.00054 16.7198 9.00054 18.8298C9.00054 20.9398 7.29054 22.6498 5.18054 22.6498C4.41054 22.6498 3.69054 22.4198 3.09054 22.0198L2.33055 22.7798C2.18055 22.9298 1.98054 23.0098 1.78054 23.0098C1.58054 23.0098 1.38055 22.9298 1.23055 22.7798C0.920547 22.4698 0.920547 21.9797 1.23055 21.6797Z\" fill=\"\"/>\n</svg>\n</li><li title=\"wallet \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M22 12V17C22 20 20 22 17 22H7C4 22 2 20 2 17V12C2 9.28 3.64 7.38 6.19 7.06C6.45 7.02 6.72 7 7 7H17C17.26 7 17.51 7.00999 17.75 7.04999C20.33 7.34999 22 9.26 22 12Z\" fill=\"\"/>\n<path d=\"M17.7495 7.05C17.5095 7.01 17.2595 7.00001 16.9995 7.00001H6.99945C6.71945 7.00001 6.44945 7.02001 6.18945 7.06001C6.32945 6.78001 6.52945 6.52001 6.76945 6.28001L10.0195 3.02C11.3895 1.66 13.6095 1.66 14.9795 3.02L16.7295 4.79002C17.3695 5.42002 17.7095 6.22 17.7495 7.05Z\" fill=\"\"/>\n<path d=\"M22 12.5H19C17.9 12.5 17 13.4 17 14.5C17 15.6 17.9 16.5 19 16.5H22\" fill=\"\"/>\n</svg>\n</li><li title=\"warning 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M21.0802 8.58003V15.42C21.0802 16.54 20.4802 17.58 19.5102 18.15L13.5702 21.58C12.6002 22.14 11.4002 22.14 10.4202 21.58L4.48016 18.15C3.51016 17.59 2.91016 16.55 2.91016 15.42V8.58003C2.91016 7.46003 3.51016 6.41999 4.48016 5.84999L10.4202 2.42C11.3902 1.86 12.5902 1.86 13.5702 2.42L19.5102 5.84999C20.4802 6.41999 21.0802 7.45003 21.0802 8.58003Z\" fill=\"\"/>\n<path d=\"M12 13.75C11.59 13.75 11.25 13.41 11.25 13V7.75C11.25 7.34 11.59 7 12 7C12.41 7 12.75 7.34 12.75 7.75V13C12.75 13.41 12.41 13.75 12 13.75Z\" fill=\"\"/>\n<path d=\"M12 17.2499C11.87 17.2499 11.74 17.2198 11.62 17.1698C11.49 17.1198 11.39 17.0499 11.29 16.9599C11.2 16.8599 11.13 16.7499 11.07 16.6299C11.02 16.5099 11 16.3799 11 16.2499C11 15.9899 11.1 15.7298 11.29 15.5398C11.39 15.4498 11.49 15.3799 11.62 15.3299C11.99 15.1699 12.43 15.2598 12.71 15.5398C12.8 15.6398 12.87 15.7399 12.92 15.8699C12.97 15.9899 13 16.1199 13 16.2499C13 16.3799 12.97 16.5099 12.92 16.6299C12.87 16.7499 12.8 16.8599 12.71 16.9599C12.52 17.1499 12.27 17.2499 12 17.2499Z\" fill=\"\"/>\n</svg>\n</li><li title=\"watch status \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M8.5 19H15.5C17.83 19 19 17.83 19 15.5V8.5C19 6.17 17.83 5 15.5 5H8.5C6.17 5 5 6.17 5 8.5V15.5C5 17.83 6.17 19 8.5 19Z\" fill=\"\"/>\n<path d=\"M16 3.75H8C7.59 3.75 7.25 3.41 7.25 3C7.25 2.59 7.59 2.25 8 2.25H16C16.41 2.25 16.75 2.59 16.75 3C16.75 3.41 16.41 3.75 16 3.75Z\" fill=\"\"/>\n<path d=\"M16 21.75H8C7.59 21.75 7.25 21.41 7.25 21C7.25 20.59 7.59 20.25 8 20.25H16C16.41 20.25 16.75 20.59 16.75 21C16.75 21.41 16.41 21.75 16 21.75Z\" fill=\"\"/>\n<path d=\"M12 14.75C11.59 14.75 11.25 14.41 11.25 14V10C11.25 9.59 11.59 9.25 12 9.25C12.41 9.25 12.75 9.59 12.75 10V14C12.75 14.42 12.41 14.75 12 14.75Z\" fill=\"\"/>\n<path d=\"M15 14.75C14.59 14.75 14.25 14.41 14.25 14V12C14.25 11.59 14.59 11.25 15 11.25C15.41 11.25 15.75 11.59 15.75 12V14C15.75 14.42 15.42 14.75 15 14.75Z\" fill=\"\"/>\n<path d=\"M9 14.75C8.59 14.75 8.25 14.41 8.25 14V13C8.25 12.59 8.59 12.25 9 12.25C9.41 12.25 9.75 12.59 9.75 13V14C9.75 14.42 9.41 14.75 9 14.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"watch \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M8.5 19H15.5C17.83 19 19 17.83 19 15.5V8.5C19 6.17 17.83 5 15.5 5H8.5C6.17 5 5 6.17 5 8.5V15.5C5 17.83 6.17 19 8.5 19Z\" fill=\"\"/>\n<path d=\"M16 3.75H8C7.59 3.75 7.25 3.41 7.25 3C7.25 2.59 7.59 2.25 8 2.25H16C16.41 2.25 16.75 2.59 16.75 3C16.75 3.41 16.41 3.75 16 3.75Z\" fill=\"\"/>\n<path d=\"M16 21.75H8C7.59 21.75 7.25 21.41 7.25 21C7.25 20.59 7.59 20.25 8 20.25H16C16.41 20.25 16.75 20.59 16.75 21C16.75 21.41 16.41 21.75 16 21.75Z\" fill=\"\"/>\n<path d=\"M14.5 13.25H11.5C11.09 13.25 10.75 12.91 10.75 12.5V9.5C10.75 9.09 11.09 8.75 11.5 8.75C11.91 8.75 12.25 9.09 12.25 9.5V11.75H14.5C14.91 11.75 15.25 12.09 15.25 12.5C15.25 12.91 14.91 13.25 14.5 13.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"weight 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M17.1797 5.25C15.4697 5.25 13.4297 5.9 13.4297 9V15C13.4297 18.1 15.4697 18.75 17.1797 18.75C18.8897 18.75 20.9297 18.1 20.9297 15V9C20.9297 5.9 18.8897 5.25 17.1797 5.25Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M6.82031 5.25C5.11031 5.25 3.07031 5.9 3.07031 9V15C3.07031 18.1 5.11031 18.75 6.82031 18.75C8.53031 18.75 10.5703 18.1 10.5703 15V9C10.5703 5.9 8.53031 5.25 6.82031 5.25Z\" fill=\"\"/>\n<path d=\"M13.4303 11.25H10.5703V12.75H13.4303V11.25Z\" fill=\"\"/>\n<path d=\"M22.5 15.25C22.09 15.25 21.75 14.91 21.75 14.5V9.5C21.75 9.09 22.09 8.75 22.5 8.75C22.91 8.75 23.25 9.09 23.25 9.5V14.5C23.25 14.91 22.91 15.25 22.5 15.25Z\" fill=\"\"/>\n<path d=\"M1.5 15.25C1.09 15.25 0.75 14.91 0.75 14.5V9.5C0.75 9.09 1.09 8.75 1.5 8.75C1.91 8.75 2.25 9.09 2.25 9.5V14.5C2.25 14.91 1.91 15.25 1.5 15.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"weight \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M8 22H16C19 22 21 20 21 17V7C21 4 19 2 16 2H8C5 2 3 4 3 7V17C3 20 5 22 8 22Z\" fill=\"\"/>\n<path d=\"M17.5 7.99997C14.37 5.20997 9.63998 5.20997 6.49998 7.99997C6.35998 8.12997 6.32998 8.32997 6.42998 8.47997L8.60998 11.98C8.66998 12.07 8.76998 12.14 8.86998 12.15C8.97998 12.17 9.08998 12.13 9.16998 12.06C10.78 10.63 13.2 10.63 14.81 12.06C14.88 12.12 14.97 12.15 15.06 12.15C15.08 12.15 15.1 12.15 15.11 12.15C15.22 12.13 15.32 12.07 15.37 11.98L17.55 8.47997C17.67 8.32997 17.64 8.12997 17.5 7.99997Z\" fill=\"\"/>\n</svg>\n</li><li title=\"wifi square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.19 2H7.82C4.17 2 2 4.17 2 7.81V16.18C2 19.82 4.17 21.99 7.81 21.99H16.18C19.82 21.99 21.99 19.82 21.99 16.18V7.81C22 4.17 19.83 2 16.19 2Z\" fill=\"\"/>\n<path d=\"M18.0005 10.7099C17.8405 10.7099 17.6805 10.6599 17.5405 10.5499C14.1705 7.94991 9.82051 7.94991 6.46051 10.5499C6.13051 10.7999 5.66052 10.7399 5.41052 10.4199C5.16052 10.0899 5.22052 9.61991 5.54052 9.36991C9.46052 6.33991 14.5305 6.33991 18.4605 9.36991C18.7905 9.61991 18.8505 10.0899 18.5905 10.4199C18.4505 10.6099 18.2205 10.7099 18.0005 10.7099Z\" fill=\"\"/>\n<path d=\"M16.4004 13.8C16.2404 13.8 16.0804 13.75 15.9404 13.64C13.5404 11.79 10.4504 11.79 8.05037 13.64C7.72037 13.89 7.25036 13.83 7.00036 13.51C6.75036 13.19 6.81036 12.71 7.13036 12.46C10.0804 10.18 13.9004 10.18 16.8504 12.46C17.1804 12.71 17.2404 13.18 16.9804 13.51C16.8504 13.7 16.6304 13.8 16.4004 13.8Z\" fill=\"\"/>\n<path d=\"M14.1996 16.8899C14.0396 16.8899 13.8796 16.8399 13.7396 16.7299C12.6796 15.9099 11.3096 15.9099 10.2496 16.7299C9.91958 16.9799 9.44958 16.9199 9.19958 16.5999C8.94958 16.2699 9.00958 15.7999 9.32958 15.5499C10.9196 14.3199 13.0596 14.3199 14.6496 15.5499C14.9796 15.7999 15.0396 16.2699 14.7796 16.5999C14.6496 16.7899 14.4296 16.8899 14.1996 16.8899Z\" fill=\"\"/>\n</svg>\n</li><li title=\"wifi \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M19.0909 12.5899C18.9309 12.5899 18.7709 12.5399 18.6309 12.4299C14.6009 9.3199 9.39091 9.3199 5.36091 12.4299C5.03091 12.6799 4.56091 12.6199 4.31091 12.2999C4.06091 11.9699 4.12091 11.4999 4.44091 11.2499C9.03091 7.6999 14.9609 7.6999 19.5409 11.2499C19.8709 11.4999 19.9309 11.9699 19.6709 12.2999C19.5409 12.4899 19.3209 12.5899 19.0909 12.5899Z\" fill=\"\"/>\n<path d=\"M22.0005 9.1099C21.8405 9.1099 21.6805 9.0599 21.5405 8.94989C15.7405 4.46989 8.25052 4.46989 2.46053 8.94989C2.13053 9.19989 1.66052 9.13991 1.41052 8.81991C1.16052 8.48991 1.22051 8.0199 1.54051 7.7699C7.89051 2.8599 16.1005 2.8599 22.4605 7.7699C22.7905 8.0199 22.8505 8.48991 22.5905 8.81991C22.4505 9.00991 22.2205 9.1099 22.0005 9.1099Z\" fill=\"\"/>\n<path d=\"M17.2096 16.24C17.0496 16.24 16.8896 16.19 16.7496 16.08C13.8696 13.85 10.1396 13.85 7.24958 16.08C6.91958 16.33 6.44958 16.27 6.19958 15.95C5.94958 15.62 6.00958 15.15 6.32958 14.9C9.76958 12.24 14.2196 12.24 17.6596 14.9C17.9896 15.15 18.0496 15.62 17.7896 15.95C17.6496 16.14 17.4296 16.24 17.2096 16.24Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M14.5992 19.9C14.4392 19.9 14.2792 19.85 14.1392 19.74C12.8392 18.73 11.1492 18.73 9.8492 19.74C9.5192 19.99 9.04919 19.93 8.79919 19.61C8.54919 19.28 8.60918 18.81 8.92918 18.56C10.7892 17.12 13.1892 17.12 15.0492 18.56C15.3792 18.81 15.4392 19.28 15.1792 19.61C15.0492 19.79 14.8292 19.9 14.5992 19.9Z\" fill=\"\"/>\n</svg>\n</li><li title=\"wind 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path d=\"M21.9999 13.85C21.8699 13.85 21.7399 13.82 21.6199 13.74L19.1199 12.24C17.8199 11.46 16.1999 11.46 14.8899 12.24C13.1099 13.31 10.8999 13.31 9.11988 12.24C7.81988 11.46 6.19988 11.46 4.88988 12.24L2.38988 13.74C2.02988 13.95 1.56988 13.84 1.35988 13.48C1.14988 13.13 1.25988 12.66 1.61988 12.45L4.11988 10.95C5.89988 9.87996 8.10988 9.87996 9.88988 10.95C11.1899 11.73 12.8099 11.73 14.1199 10.95C15.8999 9.87996 18.1099 9.87996 19.8899 10.95L22.3899 12.45C22.7499 12.66 22.8599 13.12 22.6499 13.48C22.4999 13.72 22.2499 13.85 21.9999 13.85Z\" fill=\"\"/>\n</g>\n<path d=\"M7.00012 6.85003C6.00012 6.85003 5.00012 6.58003 4.11012 6.05003L1.61012 4.55003C1.25012 4.34003 1.14012 3.88003 1.35012 3.52003C1.56012 3.16003 2.02012 3.05003 2.38012 3.26003L4.88012 4.76003C6.18012 5.54003 7.80012 5.54003 9.11012 4.76003C10.8901 3.69003 13.1001 3.69003 14.8801 4.76003C16.1801 5.54003 17.8001 5.54003 19.1101 4.76003L21.6101 3.26003C21.9701 3.05003 22.4301 3.16003 22.6401 3.52003C22.8501 3.87003 22.7401 4.34003 22.3801 4.55003L19.8801 6.05003C18.1001 7.12003 15.8901 7.12003 14.1101 6.05003C12.8101 5.27003 11.1901 5.27003 9.88012 6.05003C9.00012 6.58003 8.00012 6.85003 7.00012 6.85003Z\" fill=\"\"/>\n<path d=\"M21.9999 20.85C21.8699 20.85 21.7399 20.82 21.6199 20.74L19.1199 19.24C17.8199 18.46 16.1999 18.46 14.8899 19.24C13.1099 20.31 10.8999 20.31 9.11988 19.24C7.81988 18.46 6.19988 18.46 4.88988 19.24L2.38988 20.74C2.02988 20.95 1.56988 20.84 1.35988 20.48C1.14988 20.13 1.25988 19.66 1.61988 19.45L4.11988 17.95C5.89988 16.88 8.10988 16.88 9.88988 17.95C11.1899 18.73 12.8099 18.73 14.1199 17.95C15.8999 16.88 18.1099 16.88 19.8899 17.95L22.3899 19.45C22.7499 19.66 22.8599 20.12 22.6499 20.48C22.4999 20.72 22.2499 20.85 21.9999 20.85Z\" fill=\"\"/>\n</svg>\n</li><li title=\"wind \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.5 22.75C16.16 22.75 14.25 20.84 14.25 18.5V18C14.25 17.59 14.59 17.25 15 17.25C15.41 17.25 15.75 17.59 15.75 18V18.5C15.75 20.02 16.98 21.25 18.5 21.25C20.02 21.25 21.25 20.02 21.25 18.5C21.25 16.98 20.02 15.75 18.5 15.75H2C1.59 15.75 1.25 15.41 1.25 15C1.25 14.59 1.59 14.25 2 14.25H18.5C20.84 14.25 22.75 16.16 22.75 18.5C22.75 20.84 20.84 22.75 18.5 22.75Z\" fill=\"\"/>\n<path opacity=\"0.4\" d=\"M18.5 12.75H2C1.59 12.75 1.25 12.41 1.25 12C1.25 11.59 1.59 11.25 2 11.25H18.5C20.02 11.25 21.25 10.02 21.25 8.5C21.25 6.98 20.02 5.75 18.5 5.75C16.98 5.75 15.75 6.98 15.75 8.5V9C15.75 9.41 15.41 9.75 15 9.75C14.59 9.75 14.25 9.41 14.25 9V8.5C14.25 6.16 16.16 4.25 18.5 4.25C20.84 4.25 22.75 6.16 22.75 8.5C22.75 10.84 20.84 12.75 18.5 12.75Z\" fill=\"\"/>\n<path d=\"M9.31 9.75012H2C1.59 9.75012 1.25 9.41012 1.25 9.00012C1.25 8.59012 1.59 8.25012 2 8.25012H9.31C10.38 8.25012 11.25 7.38012 11.25 6.31012C11.25 5.24012 10.38 4.37012 9.31 4.37012C8.24 4.37012 7.37 5.24012 7.37 6.31012V6.69012C7.37 7.10012 7.03 7.44012 6.62 7.44012C6.21 7.44012 5.87 7.11012 5.87 6.69012V6.31012C5.87 4.41012 7.41 2.87012 9.31 2.87012C11.21 2.87012 12.75 4.41012 12.75 6.31012C12.75 8.21012 11.21 9.75012 9.31 9.75012Z\" fill=\"\"/>\n</svg>\n</li><li title=\"woman \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M19 9C19 12.62 16.26 15.59 12.75 15.96C12.5 15.99 12.25 16 12 16C11.75 16 11.5 15.99 11.25 15.96C7.74 15.59 5 12.62 5 9C5 5.13 8.13 2 12 2C15.87 2 19 5.13 19 9Z\" fill=\"\"/>\n<path d=\"M15.75 19C15.75 19.41 15.41 19.75 15 19.75H12.75V22C12.75 22.41 12.41 22.75 12 22.75C11.59 22.75 11.25 22.41 11.25 22V19.75H9C8.59 19.75 8.25 19.41 8.25 19C8.25 18.59 8.59 18.25 9 18.25H11.25V15.96C11.5 15.99 11.75 16 12 16C12.25 16 12.5 15.99 12.75 15.96V18.25H15C15.41 18.25 15.75 18.59 15.75 19Z\" fill=\"\"/>\n</svg>\n</li><li class='heading'>crypto</li><li class='heading'>linear</li><li title=\"24 support \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18 18.86H17.24C16.44 18.86 15.68 19.17 15.12 19.73L13.41 21.42C12.63 22.19 11.36 22.19 10.58 21.42L8.87 19.73C8.31 19.17 7.54 18.86 6.75 18.86H6C4.34 18.86 3 17.53 3 15.89V4.97998C3 3.33998 4.34 2.01001 6 2.01001H18C19.66 2.01001 21 3.33998 21 4.97998V15.89C21 17.52 19.66 18.86 18 18.86Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 9.16003C7 8.23003 7.76 7.46997 8.69 7.46997C9.62 7.46997 10.38 8.23003 10.38 9.16003C10.38 11.04 7.71 11.24 7.12 13.03C7 13.4 7.31 13.77 7.7 13.77H10.38\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.04 13.76V8.05003C16.04 7.79003 15.87 7.55997 15.62 7.48997C15.37 7.41997 15.1 7.51997 14.96 7.73997C14.24 8.89997 13.46 10.22 12.78 11.38C12.67 11.57 12.67 11.82 12.78 12.01C12.89 12.2 13.1 12.3199 13.33 12.3199H17\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"3d cube scan \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 9V7C2 4 4 2 7 2H17C20 2 22 4 22 7V9\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 15V17C2 20 4 22 7 22H17C20 22 22 20 22 17V15\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.69995 9.26001L12 12.33L17.2599 9.28003\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 17.7701V12.3201\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.76 6.29006L7.55998 8.07009C6.83998 8.47009 6.23999 9.48008 6.23999 10.3101V13.7001C6.23999 14.5301 6.82998 15.5401 7.55998 15.9401L10.76 17.7201C11.44 18.1001 12.56 18.1001 13.25 17.7201L16.45 15.9401C17.17 15.5401 17.77 14.5301 17.77 13.7001V10.3101C17.77 9.48008 17.18 8.47009 16.45 8.07009L13.25 6.29006C12.56 5.90006 11.44 5.90006 10.76 6.29006Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"3d rotate \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.70001 9.26001L12 12.33L17.26 9.28001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 17.7701V12.3201\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.76 6.28998L7.56 8.06998C6.84 8.46998 6.23999 9.47998 6.23999 10.31V13.7C6.23999 14.53 6.83 15.54 7.56 15.94L10.76 17.72C11.44 18.1 12.56 18.1 13.25 17.72L16.45 15.94C17.17 15.54 17.77 14.53 17.77 13.7V10.3C17.77 9.46998 17.18 8.45998 16.45 8.05998L13.25 6.27998C12.56 5.89998 11.44 5.89998 10.76 6.28998Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 15C22 18.87 18.87 22 15 22L16.05 20.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 9C2 5.13 5.13 2 9 2L7.95001 3.75\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"3d square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.69995 9.26001L11.9999 12.33L17.2599 9.28001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 17.7701V12.3201\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.76 6.28998L7.56 8.06998C6.84 8.46998 6.23999 9.47998 6.23999 10.31V13.7C6.23999 14.53 6.83 15.54 7.56 15.94L10.76 17.72C11.44 18.1 12.56 18.1 13.25 17.72L16.45 15.94C17.17 15.54 17.77 14.53 17.77 13.7V10.3C17.77 9.46998 17.18 8.45998 16.45 8.05998L13.25 6.27998C12.56 5.89998 11.44 5.89998 10.76 6.28998Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"3dcube \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.92 2.25997L19.43 5.76997C20.19 6.17997 20.19 7.34997 19.43 7.75997L12.92 11.27C12.34 11.58 11.66 11.58 11.08 11.27L4.57 7.75997C3.81 7.34997 3.81 6.17997 4.57 5.76997L11.08 2.25997C11.66 1.94997 12.34 1.94997 12.92 2.25997Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.61 10.13L9.66 13.16C10.41 13.54 10.89 14.31 10.89 15.15V20.8701C10.89 21.7001 10.02 22.2301 9.28 21.8601L3.23 18.83C2.48 18.45 2 17.68 2 16.84V11.12C2 10.29 2.87 9.76005 3.61 10.13Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.39 10.13L14.34 13.16C13.59 13.54 13.11 14.31 13.11 15.15V20.8701C13.11 21.7001 13.98 22.2301 14.72 21.8601L20.77 18.83C21.52 18.45 22 17.68 22 16.84V11.12C22 10.29 21.13 9.76005 20.39 10.13Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"3square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 17V19.38C12 21.25 11.25 22 9.37 22H4.62C2.75 22 2 21.25 2 19.38V14.63C2 12.75 2.75 12 4.62 12H7V14.37C7 16.25 7.75 17 9.62 17H12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 12V14.37C17 16.25 16.25 17 14.37 17H9.62C7.75 17 7 16.25 7 14.37V9.62C7 7.75 7.75 7 9.62 7H12V9.37C12 11.25 12.75 12 14.62 12H17Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 4.62V9.37C22 11.25 21.25 12 19.37 12H14.62C12.75 12 12 11.25 12 9.37V4.62C12 2.75 12.75 2 14.62 2H19.37C21.25 2 22 2.75 22 4.62Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"activity \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.33008 14.49L9.71008 11.4C10.0501 10.96 10.6801 10.88 11.1201 11.22L12.9501 12.66C13.3901 13 14.0201 12.92 14.3601 12.49L16.6701 9.51001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"add circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 12H16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 16V8\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"add square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 12H16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 16V8\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 12H18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 18V6\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"additem \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 16H5.43C3.14 16 2 14.86 2 12.57V5.43C2 3.14 3.14 2 5.43 2H10C12.29 2 13.43 3.14 13.43 5.43\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.57 22H14C11.71 22 10.57 20.86 10.57 18.57V11.43C10.57 9.14 11.71 8 14 8H18.57C20.86 8 22 9.14 22 11.43V18.57C22 20.86 20.86 22 18.57 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.87 15H18.13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.5 16.6301V13.3701\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"airdrop \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.13 11.3401C14.52 9.70008 13.09 8.27003 11.45 8.66003C10.68 8.85003 10.05 9.48005 9.85998 10.2501C9.46998 11.8901 10.9 13.32 12.54 12.93C13.32 12.74 13.95 12.1101 14.13 11.3401Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.0099 17.19C19.7199 15.59 20.7899 13.32 20.7899 10.79C20.7899 5.92998 16.85 2 12 2C7.14995 2 3.20996 5.93998 3.20996 10.79C3.20996 13.33 4.28996 15.62 6.01996 17.22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.00002 14.55C7.08002 13.57 6.51001 12.25 6.51001 10.79C6.51001 7.76004 8.97002 5.30005 12 5.30005C15.03 5.30005 17.49 7.76004 17.49 10.79C17.49 12.25 16.92 13.56 16 14.55\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.3 16.66L8.85998 18.4501C7.71998 19.8801 8.72997 21.99 10.56 21.99H13.43C15.26 21.99 16.28 19.8701 15.13 18.4501L13.69 16.66C12.83 15.57 11.17 15.57 10.3 16.66Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"airplane square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.86002 19L11.54 17.58C11.79 17.37 12.21 17.37 12.47 17.58L14.14 19C14.53 19.2 15.01 19 15.15 18.58L15.47 17.62C15.55 17.39 15.47 17.05 15.3 16.88L13.66 15.23C13.54 15.11 13.45 14.88 13.45 14.72V12.87C13.45 12.45 13.76 12.25 14.15 12.41L17.5 13.85C18.05 14.09 18.51 13.79 18.51 13.19V12.26C18.51 11.78 18.15 11.22 17.7 11.03L13.76 9.32999C13.59 9.25999 13.46 9.04999 13.46 8.86999V6.79999C13.46 6.11999 12.96 5.31999 12.36 5.00999C12.14 4.89999 11.89 4.89999 11.67 5.00999C11.06 5.30999 10.57 6.11999 10.57 6.79999V8.86999C10.57 9.04999 10.43 9.25999 10.27 9.32999L6.33002 11.03C5.89002 11.22 5.52002 11.78 5.52002 12.26V13.19C5.52002 13.79 5.97002 14.09 6.53002 13.85L9.88002 12.41C10.26 12.24 10.58 12.45 10.58 12.87V14.72C10.58 14.89 10.48 15.12 10.37 15.23L8.70002 16.87C8.53002 17.04 8.45002 17.38 8.53002 17.61L8.85002 18.57C8.99002 19 9.46002 19.2 9.86002 19Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"airplane \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.02999 21.69L11.36 19.73C11.71 19.43 12.29 19.43 12.64 19.73L14.97 21.69C15.51 21.96 16.17 21.69 16.37 21.11L16.81 19.78C16.92 19.46 16.81 18.99 16.57 18.75L14.3 16.47C14.13 16.31 14 15.99 14 15.76V12.91C14 12.49 14.31 12.29 14.7 12.45L19.61 14.57C20.38 14.9 21.01 14.49 21.01 13.65V12.36C21.01 11.69 20.51 10.92 19.89 10.66L14.3 8.25001C14.14 8.18001 14 7.97001 14 7.79001V4.79001C14 3.85001 13.31 2.74001 12.47 2.31001C12.17 2.16001 11.82 2.16001 11.52 2.31001C10.68 2.74001 9.98999 3.86001 9.98999 4.80001V7.80001C9.98999 7.98001 9.84999 8.19001 9.68999 8.26001L4.10999 10.67C3.48999 10.92 2.98999 11.69 2.98999 12.36V13.65C2.98999 14.49 3.61999 14.9 4.38999 14.57L9.29999 12.45C9.67999 12.28 9.99999 12.49 9.99999 12.91V15.76C9.99999 15.99 9.86999 16.31 9.70999 16.47L7.43999 18.75C7.19999 18.99 7.08999 19.45 7.19999 19.78L7.63999 21.11C7.81999 21.69 8.47999 21.97 9.02999 21.69Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"airpod \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2.62012 15.75V8.25C2.62012 7.48 2.65012 6.79 2.73012 6.18C3.10012 2.89 4.65012 2 8.88012 2H15.1301C19.3501 2 20.9101 2.89 21.2701 6.18C21.3601 6.79 21.3801 7.48 21.3801 8.25V15.75C21.3801 16.52 21.3501 17.21 21.2701 17.83C20.9001 21.11 19.3501 22 15.1201 22H8.88012C4.66012 22 3.10012 21.11 2.74012 17.83C2.65012 17.21 2.62012 16.52 2.62012 15.75Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.2299 8.92004H17.1299\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.87002 8.92004H2.77002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.1301 8.92C17.1301 10.05 16.2101 10.97 15.0801 10.97H8.92012C8.36012 10.97 7.84012 10.74 7.47012 10.36C7.10012 9.99999 6.87012 9.49 6.87012 8.92C6.87012 7.79 7.79012 6.87 8.92012 6.87H15.0701C15.6301 6.87 16.1501 7.1 16.5201 7.48C16.9001 7.85 17.1301 8.36 17.1301 8.92Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"airpods \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.72 9.56H5.78C3.7 9.56 2 7.86003 2 5.78003C2 3.70003 3.7 2 5.78 2H7.67001C9.23001 2 10.5 3.28002 10.5 4.83002V7.39001V17.1C10.5 18.14 9.64999 18.99 8.60999 18.99C7.56999 18.99 6.72 18.14 6.72 17.1V9.56Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.78009 6.72003C5.26009 6.72003 4.84009 6.30009 4.84009 5.78009C4.84009 5.26009 5.26009 4.84009 5.78009 4.84009\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.28 9.56H18.22C20.3 9.56 22 7.86003 22 5.78003C22 3.70003 20.3 2 18.22 2H16.33C14.77 2 13.5 3.28002 13.5 4.83002V7.39001V17.1C13.5 18.14 14.35 18.99 15.39 18.99C16.43 18.99 17.28 18.14 17.28 17.1V9.56Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.22 6.72003C18.74 6.72003 19.16 6.30009 19.16 5.78009C19.16 5.26009 18.74 4.84009 18.22 4.84009\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 22V19\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5 22V19\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"alarm \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 22H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 6C7.03 6 3 10.03 3 15V22H21V15C21 10.03 16.97 6 12 6Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 2V3\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 4L5 5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 4L19 5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"align bottom \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.26 5.1001V16.9001C19.26 18.4001 18.62 19.0001 17.03 19.0001H15.99C14.4 19.0001 13.76 18.4001 13.76 16.9001V5.1001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.26 5.1001V11.9001C5.26 13.4001 5.9 14.0001 7.49 14.0001H8.53C10.12 14.0001 10.76 13.4001 10.76 11.9001V5.1001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 5H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"align horizontally \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.75 17.4V6.6C4.75 5.1 5.39 4.5 6.98 4.5H8.02C9.61 4.5 10.25 5.1 10.25 6.6V17.4C10.25 18.9 9.61 19.5 8.02 19.5H6.98C5.39 19.5 4.75 18.9 4.75 17.4Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.25 15.4V8.6C13.25 7.1 13.89 6.5 15.48 6.5H16.52C18.11 6.5 18.75 7.1 18.75 8.6V15.4C18.75 16.9 18.11 17.5 16.52 17.5H15.48C13.89 17.5 13.25 16.9 13.25 15.4Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 12H4.4\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 12H13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 12H19.31\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"align left \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.1 19.25H16.9C18.4 19.25 19 18.61 19 17.02V15.98C19 14.39 18.4 13.75 16.9 13.75H5.1\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.1 5.25H11.9C13.4 5.25 14 5.89 14 7.48V8.52C14 10.11 13.4 10.75 11.9 10.75H5.1\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 1.98999V21.99\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"align right \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.9 19.25H7.1C5.6 19.25 5 18.61 5 17.02V15.98C5 14.39 5.6 13.75 7.1 13.75H18.9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.9 5.25H12.1C10.6 5.25 10 5.89 10 7.48V8.52C10 10.11 10.6 10.75 12.1 10.75H18.9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 1.98999V21.99\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"align vertically \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.4 19.25H6.6C5.1 19.25 4.5 18.61 4.5 17.02V15.98C4.5 14.39 5.1 13.75 6.6 13.75H17.4C18.9 13.75 19.5 14.39 19.5 15.98V17.02C19.5 18.61 18.9 19.25 17.4 19.25Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.4 10.75H8.6C7.1 10.75 6.5 10.11 6.5 8.52V7.48C6.5 5.89 7.1 5.25 8.6 5.25H15.4C16.9 5.25 17.5 5.89 17.5 7.48V8.52C17.5 10.11 16.9 10.75 15.4 10.75Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22.0001V19.6001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 13V11\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 2V4.69\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"aquarius \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 16C15.87 16 19 12.87 19 9C19 5.13 15.87 2 12 2C8.13 2 5 5.13 5 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 16V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 19H9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"archive 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.5 10.22V19C19.5 21 19 22 16.5 22H7.5C5 22 4.5 21 4.5 19V10.22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 2H19C21 2 22 3 22 5V7C22 9 21 10 19 10H5C3 10 2 9 2 7V5C2 3 3 2 5 2Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.18 14H13.82\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"archive add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.5 10.6499H9.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 8.20996V13.21\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.8199 2H7.17995C5.04995 2 3.31995 3.74 3.31995 5.86V19.95C3.31995 21.75 4.60995 22.51 6.18995 21.64L11.0699 18.93C11.5899 18.64 12.4299 18.64 12.9399 18.93L17.8199 21.64C19.3999 22.52 20.6899 21.76 20.6899 19.95V5.86C20.6799 3.74 18.9499 2 16.8199 2Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"archive book \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 7V17C21 20 19.5 22 16 22H8C4.5 22 3 20 3 17V7C3 4 4.5 2 8 2H16C19.5 2 21 4 21 7Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5 2V9.85999C15.5 10.3 14.98 10.52 14.66 10.23L12.34 8.09003C12.15 7.91003 11.85 7.91003 11.66 8.09003L9.34003 10.23C9.02003 10.52 8.5 10.3 8.5 9.85999V2H15.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.25 14H17.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 18H17.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"archive minus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.5 10.6499H9.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.8199 2H7.17995C5.04995 2 3.31995 3.74 3.31995 5.86V19.95C3.31995 21.75 4.60995 22.51 6.18995 21.64L11.0699 18.93C11.5899 18.64 12.4299 18.64 12.9399 18.93L17.8199 21.64C19.3999 22.52 20.6899 21.76 20.6899 19.95V5.86C20.6799 3.74 18.9499 2 16.8199 2Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"archive slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 2L2 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.68 8.70996V19.71C20.68 21.72 19.24 22.57 17.48 21.59L11 17.54\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.31995 19.95V5.86C3.31995 3.74 5.04995 2 7.17995 2H16.8299C18.0399 2 19.1199 2.56 19.8299 3.44\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"archive tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.8199 2H7.17995C5.04995 2 3.31995 3.74 3.31995 5.86V19.95C3.31995 21.75 4.60995 22.51 6.18995 21.64L11.0699 18.93C11.5899 18.64 12.4299 18.64 12.9399 18.93L17.8199 21.64C19.3999 22.52 20.6899 21.76 20.6899 19.95V5.86C20.6799 3.74 18.9499 2 16.8199 2Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.58997 11L11.09 12.5L15.09 8.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"archive \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 7.75V14.5C18 13.4 17.1 12.5 16 12.5H8C6.9 12.5 6 13.4 6 14.5V7.75C6 6.65 6.9 5.75 8 5.75H16C17.1 5.75 18 6.65 18 7.75Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 15.75H18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 15.75H5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 14V11C18 9.9 17.1 9 16 9H8C6.9 9 6 9.9 6 11V14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 14.5V15.75H14.5C14.5 17.13 13.38 18.25 12 18.25C10.62 18.25 9.5 17.13 9.5 15.75H6V14.5C6 13.4 6.9 12.5 8 12.5H16C17.1 12.5 18 13.4 18 14.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrange circle 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.15 13.8201L14.11 16.86\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.84998 13.8201H17.15\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.84998 10.18L9.88998 7.14001\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.15 10.1799H6.84998\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrange circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.8201 6.84998L16.86 9.88998\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.8201 17.15V6.84998\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.18 17.15L7.14001 14.11\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.1799 6.84998V17.15\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrange square 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.18 17.1501L7.14001 14.1101\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.1801 6.8501V17.1501\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.8199 6.8501L16.8599 9.8901\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.8199 17.1501V6.8501\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrange square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.15 13.8201L14.11 16.8601\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.84998 13.8201H17.15\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.84998 10.1799L9.88998 7.13989\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.15 10.1799H6.84998\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.28 10.45L21 6.72998L17.28 3.01001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 6.72998H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.71997 13.55L3 17.2701L6.71997 20.9901\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 17.27H3\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.45 6.71997L6.72998 3L3.01001 6.71997\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.72998 21V3\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.55 17.28L17.2701 21L20.9901 17.28\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.27 3V21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow bottom \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.0001 6H14.6701C17.9801 6 19.3401 8.35 17.6801 11.22L16.3401 13.53L15.0001 15.84C13.3401 18.71 10.6301 18.71 8.97005 15.84L7.63005 13.53L6.29005 11.22C4.66005 8.35 6.01005 6 9.33005 6H12.0001Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow circle down \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.46997 10.74L12 14.26L15.53 10.74\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow circle left \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.26 15.53L9.73999 12L13.26 8.46997\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow circle right \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.74 15.53L14.26 12L10.74 8.46997\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow down 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.0699 14.4299L11.9999 20.4999L5.92993 14.4299\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 3.5V20.33\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow down 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 8.5V14.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 12.5L12 15.5L15 12.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow down \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.9201 8.94995L13.4001 15.47C12.6301 16.24 11.3701 16.24 10.6001 15.47L4.08008 8.94995\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow left 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 19.9201L8.47997 13.4001C7.70997 12.6301 7.70997 11.3701 8.47997 10.6001L15 4.08008\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow left 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5 12H9.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.5 9L8.5 12L11.5 15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow left 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.9999 12.0001V14.6701C17.9999 17.9801 15.6499 19.3401 12.7799 17.6801L10.4699 16.3401L8.15995 15.0001C5.28995 13.3401 5.28995 10.6301 8.15995 8.97005L10.4699 7.63005L12.7799 6.29005C15.6499 4.66005 17.9999 6.01005 17.9999 9.33005V12.0001Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow left \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.57 5.92993L3.5 11.9999L9.57 18.0699\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.5 12H3.67004\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow right 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.91003 19.9201L15.43 13.4001C16.2 12.6301 16.2 11.3701 15.43 10.6001L8.91003 4.08008\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow right 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 12H14.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.5 15L15.5 12L12.5 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow right 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 11.9999V9.32992C6 6.01992 8.35 4.65992 11.22 6.31992L13.53 7.65992L15.84 8.99992C18.71 10.6599 18.71 13.3699 15.84 15.0299L13.53 16.3699L11.22 17.7099C8.35 19.3399 6 17.9899 6 14.6699V11.9999Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow right \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.4301 5.92993L20.5001 11.9999L14.4301 18.0699\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.5 12H20.33\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow square down \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.46997 10.6399L12 14.1599L15.53 10.6399\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow square left \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.26 15.53L9.73999 12L13.26 8.46997\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow square right \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.74 15.53L14.26 12L10.74 8.46997\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow square up \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.46997 13.4599L12 9.93994L15.53 13.4599\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.1401 15.0701V13.11C12.1401 10.59 14.1801 8.54004 16.7101 8.54004H18.6701\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.62012 8.55005H7.58014C10.1001 8.55005 12.1501 10.59 12.1501 13.12V13.7701V17.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.14008 6.75L5.34009 8.55L7.14008 10.35\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.8601 6.75L18.6601 8.55L16.8601 10.35\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow swap horizontal \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.5 14.99L15.49 20.01\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.5 14.99H20.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.5 9.00999L8.51 3.98999\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.5 9.01001H3.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow up 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.9201 15.0499L13.4001 8.52989C12.6301 7.75989 11.3701 7.75989 10.6001 8.52989L4.08008 15.0499\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow up 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 15.5V9.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 11.5L12 8.5L15 11.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow up 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 18.0001H9.33004C6.02005 18.0001 4.66005 15.6501 6.32005 12.7801L7.66004 10.4701L9.00005 8.16007C10.66 5.29007 13.37 5.29007 15.03 8.16007L16.37 10.4701L17.71 12.7801C19.37 15.6501 18.01 18.0001 14.7 18.0001H12Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow up \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.0701 9.57L12.0001 3.5L5.93005 9.57\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 20.4999V3.66992\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22V20\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 18V16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 14V11C12 7.13 15.13 4 19 4H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 4H5C8.87 4 12 7.13 12 11V12V14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 2L2 4L4 6\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 2L22 4L20 6\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"attach circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.1999 11.8L10.7899 13.21C10.0099 13.99 10.0099 15.26 10.7899 16.04C11.5699 16.82 12.8399 16.82 13.6199 16.04L15.8399 13.82C17.3999 12.26 17.3999 9.72999 15.8399 8.15999C14.2799 6.59999 11.7499 6.59999 10.1799 8.15999L7.75988 10.58C6.41988 11.92 6.41988 14.09 7.75988 15.43\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"attach square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.1999 11.8L10.7899 13.21C10.0099 13.99 10.0099 15.26 10.7899 16.04C11.5699 16.82 12.8399 16.82 13.6199 16.04L15.8399 13.82C17.3999 12.26 17.3999 9.72999 15.8399 8.15999C14.2799 6.59999 11.7499 6.59999 10.1799 8.15999L7.75988 10.58C6.41988 11.92 6.41988 14.09 7.75988 15.43\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"audio square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H15C20 22 22 20 22 15Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.62 17.3C10.7908 17.3 11.74 16.3509 11.74 15.1801C11.74 14.0092 10.7908 13.0601 9.62 13.0601C8.44915 13.0601 7.5 14.0092 7.5 15.1801C7.5 16.3509 8.44915 17.3 9.62 17.3Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.74 15.18V7.77002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.13 6.7701L15.47 7.55006C16.04 7.74006 16.5 8.38006 16.5 8.98006V9.60005C16.5 10.4101 15.87 10.8601 15.11 10.6001L12.77 9.82008C12.2 9.63008 11.74 8.99009 11.74 8.39009V7.7701C11.74 6.9701 12.36 6.5101 13.13 6.7701Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"autobrightness \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.75 2.44995C11.45 1.85995 12.58 1.85995 13.26 2.44995L14.84 3.79995C15.14 4.04995 15.71 4.25995 16.11 4.25995H17.81C18.87 4.25995 19.74 5.12995 19.74 6.18995V7.88995C19.74 8.28995 19.95 8.84995 20.2 9.14995L21.55 10.7299C22.14 11.4299 22.14 12.5599 21.55 13.2399L20.2 14.8199C19.95 15.1199 19.74 15.6799 19.74 16.0799V17.7799C19.74 18.8399 18.87 19.7099 17.81 19.7099H16.11C15.71 19.7099 15.15 19.9199 14.85 20.1699L13.27 21.5199C12.57 22.1099 11.44 22.1099 10.76 21.5199L9.18001 20.1699C8.88001 19.9199 8.31 19.7099 7.92 19.7099H6.17C5.11 19.7099 4.24 18.8399 4.24 17.7799V16.0699C4.24 15.6799 4.04 15.1099 3.79 14.8199L2.44 13.2299C1.86 12.5399 1.86 11.4199 2.44 10.7299L3.79 9.13995C4.04 8.83995 4.24 8.27995 4.24 7.88995V6.19995C4.24 5.13995 5.11 4.26995 6.17 4.26995H7.9C8.3 4.26995 8.86 4.05995 9.16 3.80995L10.75 2.44995Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 15.9401L12 8.06006L15.5 15.9401\" stroke=\"currentColor\" stroke- stroke-linejoin=\"bevel\"/>\n<path d=\"M13.75 13.3101H10.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"award \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.26001 11.0199V15.9899C4.26001 17.8099 4.26001 17.8099 5.98001 18.9699L10.71 21.6999C11.42 22.1099 12.58 22.1099 13.29 21.6999L18.02 18.9699C19.74 17.8099 19.74 17.8099 19.74 15.9899V11.0199C19.74 9.19994 19.74 9.19994 18.02 8.03994L13.29 5.30994C12.58 4.89994 11.42 4.89994 10.71 5.30994L5.98001 8.03994C4.26001 9.19994 4.26001 9.19994 4.26001 11.0199Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.5 7.63V5C17.5 3 16.5 2 14.5 2H9.5C7.5 2 6.5 3 6.5 5V7.56\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.63 10.99L13.2 11.88C13.29 12.02 13.49 12.16 13.64 12.2L14.66 12.46C15.29 12.62 15.46 13.16 15.05 13.66L14.38 14.47C14.28 14.6 14.2 14.83 14.21 14.99L14.27 16.04C14.31 16.69 13.85 17.02 13.25 16.78L12.27 16.39C12.12 16.33 11.87 16.33 11.72 16.39L10.74 16.78C10.14 17.02 9.68002 16.68 9.72002 16.04L9.78002 14.99C9.79002 14.83 9.71002 14.59 9.61002 14.47L8.94002 13.66C8.53002 13.16 8.70002 12.62 9.33002 12.46L10.35 12.2C10.51 12.16 10.71 12.01 10.79 11.88L11.36 10.99C11.72 10.45 12.28 10.45 12.63 10.99Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"back square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.00002 15.3802H13.92C15.62 15.3802 17 14.0002 17 12.3002C17 10.6002 15.62 9.22021 13.92 9.22021H7.15002\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.57 10.7701L7 9.19012L8.57 7.62012\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"backward 10 seconds \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.54004 15.92V10.5801L8.04004 12.2501\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.02 4.46997L12 2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.91 7.79999C3.8 9.27999 3.10999 11.11 3.10999 13.11C3.10999 18.02 7.09 22 12 22C16.91 22 20.89 18.02 20.89 13.11C20.89 8.19999 16.91 4.21997 12 4.21997C11.32 4.21997 10.66 4.31002 10.02 4.46002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 10.5801C15.1 10.5801 16 11.4801 16 12.5801V13.9301C16 15.0301 15.1 15.9301 14 15.9301C12.9 15.9301 12 15.0301 12 13.9301V12.5801C12 11.4701 12.9 10.5801 14 10.5801Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"backward 15 seconds \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.96 10.8301H12.9L12.14 13.1201H14.43C15.27 13.1201 15.96 13.8001 15.96 14.6501C15.96 15.4901 15.28 16.1801 14.43 16.1801H12.14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.54004 16.17V10.8301L8.04004 12.5001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.02 4.46997L12 2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.90997 7.79999C3.79997 9.27999 3.10999 11.11 3.10999 13.11C3.10999 18.02 7.09 22 12 22C16.91 22 20.89 18.02 20.89 13.11C20.89 8.19999 16.91 4.21997 12 4.21997C11.32 4.21997 10.66 4.31002 10.02 4.46002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"backward 5 seconds \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.91 10.8301H10.85L10.09 13.1201H12.38C13.22 13.1201 13.91 13.8001 13.91 14.6501C13.91 15.4901 13.23 16.1801 12.38 16.1801H10.09\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.02 4.46997L12 2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.91 7.79999C3.8 9.27999 3.10999 11.11 3.10999 13.11C3.10999 18.02 7.09 22 12 22C16.91 22 20.89 18.02 20.89 13.11C20.89 8.19999 16.91 4.21997 12 4.21997C11.32 4.21997 10.66 4.31002 10.02 4.46002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"backward item 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 5.14999V7.85001C22 10.1 21.1 11 18.85 11H16.15C13.9 11 13 10.1 13 7.85001V5.14999C13 2.89999 13.9 2 16.15 2H18.85C21.1 2 22 2.89999 22 5.14999Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 16.15V18.85C11 21.1 10.1 22 7.85 22H5.15C2.9 22 2 21.1 2 18.85V16.15C2 13.9 2.9 13 5.15 13H7.85C10.1 13 11 13.9 11 16.15Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.38 11.0001V13.6201C17.38 16.3101 16.31 17.3801 13.62 17.3801H11V16.1501C11 13.9001 10.1 13.0001 7.85 13.0001H6.62V10.3801C6.62 7.69013 7.69 6.62012 10.38 6.62012H13V7.85013C13 10.1001 13.9 11.0001 16.15 11.0001H17.38Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"backward item \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 5.14999V7.85001C22 10.1 21.1 11 18.85 11H16.15C13.9 11 13 10.1 13 7.85001V5.14999C13 2.89999 13.9 2 16.15 2H18.85C21.1 2 22 2.89999 22 5.14999Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 16.15V18.85C11 21.1 10.1 22 7.85 22H5.15C2.9 22 2 21.1 2 18.85V16.15C2 13.9 2.9 13 5.15 13H7.85C10.1 13 11 13.9 11 16.15Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.38 11.0001V13.6201C17.38 16.3101 16.31 17.3801 13.62 17.3801H11V16.1501C11 13.9001 10.1 13.0001 7.85 13.0001H6.62V10.3801C6.62 7.69013 7.69 6.62012 10.38 6.62012H13V7.85013C13 10.1001 13.9 11.0001 16.15 11.0001H17.38Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"backward \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 8.33994V15.6599C22 17.1599 20.37 18.0999 19.07 17.3499L15.9 15.5299L12.73 13.7C12.53 13.58 12.37 13.45 12.24 13.29V10.73C12.37 10.57 12.53 10.44 12.73 10.32L15.9 8.48993L19.07 6.66996C20.37 5.89996 22 6.83994 22 8.33994Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.24 8.33994V15.6599C12.24 17.1599 10.61 18.0999 9.30999 17.3499L6.14001 15.5299L2.97 13.7C1.67 12.95 1.67 11.08 2.97 10.32L6.14001 8.48993L9.30999 6.66996C10.61 5.89996 12.24 6.83994 12.24 8.33994Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bag 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.5 7.67001V6.70001C7.5 4.45001 9.31 2.24001 11.56 2.03001C14.24 1.77001 16.5 3.88001 16.5 6.51001V7.89001\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.99999 22H15C19.02 22 19.74 20.39 19.95 18.43L20.7 12.43C20.97 9.99 20.27 8 16 8H7.99999C3.72999 8 3.02999 9.99 3.29999 12.43L4.04999 18.43C4.25999 20.39 4.97999 22 8.99999 22Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.4955 12H15.5045\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.49451 12H8.50349\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bag cross 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 19C14.2091 19 16 17.2091 16 15C16 12.7909 14.2091 11 12 11C9.79086 11 8 12.7909 8 15C8 17.2091 9.79086 19 12 19Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.07 16.11L10.95 14\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.05 14.02L10.93 16.14\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 22H15C19.02 22 19.74 20.39 19.95 18.43L20.7 12.43C20.97 9.99 20.27 8 16 8H8C3.73 8 3.03 9.99 3.3 12.43L4.05 18.43C4.26 20.39 4.98 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.5 7.67001V6.70001C7.5 4.45001 9.31 2.24001 11.56 2.03001C14.24 1.77001 16.5 3.88001 16.5 6.51001V7.89001\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bag cross \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.39 17.36L10.64 14.61\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.36 14.64L10.61 17.39\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.81 2L5.19 5.63\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.19 2L18.81 5.63\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 7.84998C2 5.99998 2.99 5.84998 4.22 5.84998H19.78C21.01 5.84998 22 5.99998 22 7.84998C22 9.99998 21.01 9.84998 19.78 9.84998H4.22C2.99 9.84998 2 9.99998 2 7.84998Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M3.5 10L4.91 18.64C5.23 20.58 6 22 8.86 22H14.89C18 22 18.46 20.64 18.82 18.76L20.5 10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n</svg>\n</li><li title=\"bag happy \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.5 14.25C8.5 16.17 10.08 17.75 12 17.75C13.92 17.75 15.5 16.17 15.5 14.25\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.81 2L5.19 5.63\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.19 2L18.81 5.63\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 7.84998C2 5.99998 2.99 5.84998 4.22 5.84998H19.78C21.01 5.84998 22 5.99998 22 7.84998C22 9.99998 21.01 9.84998 19.78 9.84998H4.22C2.99 9.84998 2 9.99998 2 7.84998Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M3.5 10L4.91 18.64C5.23 20.58 6 22 8.86 22H14.89C18 22 18.46 20.64 18.82 18.76L20.5 10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n</svg>\n</li><li title=\"bag tick 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 19C14.2091 19 16 17.2091 16 15C16 12.7909 14.2091 11 12 11C9.79086 11 8 12.7909 8 15C8 17.2091 9.79086 19 12 19Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.44 15L11.09 15.65C11.28 15.84 11.59 15.85 11.78 15.66L13.56 14.02\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 22H15C19.02 22 19.74 20.39 19.95 18.43L20.7 12.43C20.97 9.99 20.27 8 16 8H8C3.73 8 3.03 9.99 3.3 12.43L4.05 18.43C4.26 20.39 4.98 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.5 7.67001V6.70001C7.5 4.45001 9.31 2.24001 11.56 2.03001C14.24 1.77001 16.5 3.88001 16.5 6.51001V7.89001\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bag tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.62 16L11.12 17.5L14.37 14.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.81 2L5.19 5.63\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.19 2L18.81 5.63\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 7.84998C2 5.99998 2.99 5.84998 4.22 5.84998H19.78C21.01 5.84998 22 5.99998 22 7.84998C22 9.99998 21.01 9.84998 19.78 9.84998H4.22C2.99 9.84998 2 9.99998 2 7.84998Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M3.5 10L4.91 18.64C5.23 20.58 6 22 8.86 22H14.89C18 22 18.46 20.64 18.82 18.76L20.5 10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n</svg>\n</li><li title=\"bag timer \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 19C14.2091 19 16 17.2091 16 15C16 12.7909 14.2091 11 12 11C9.79086 11 8 12.7909 8 15C8 17.2091 9.79086 19 12 19Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.25 13.75V14.68C12.25 15.03 12.07 15.36 11.76 15.54L11 16\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 22H15C19.02 22 19.74 20.39 19.95 18.43L20.7 12.43C20.97 9.99 20.27 8 16 8H8C3.73 8 3.03 9.99 3.3 12.43L4.05 18.43C4.26 20.39 4.98 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.5 7.67001V6.70001C7.5 4.45001 9.31 2.24001 11.56 2.03001C14.24 1.77001 16.5 3.88001 16.5 6.51001V7.89001\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bag \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.81 2L5.19 5.63\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.19 2L18.81 5.63\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 7.84998C2 5.99998 2.99 5.84998 4.22 5.84998H19.78C21.01 5.84998 22 5.99998 22 7.84998C22 9.99998 21.01 9.84998 19.78 9.84998H4.22C2.99 9.84998 2 9.99998 2 7.84998Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M9.76001 14V17.55\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M14.36 14V17.55\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M3.5 10L4.91 18.64C5.23 20.58 6 22 8.86 22H14.89C18 22 18.46 20.64 18.82 18.76L20.5 10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n</svg>\n</li><li title=\"bank \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.37 2.15009L21.37 5.75006C21.72 5.89006 22 6.31006 22 6.68006V10.0001C22 10.5501 21.55 11.0001 21 11.0001H3C2.45 11.0001 2 10.5501 2 10.0001V6.68006C2 6.31006 2.28 5.89006 2.63 5.75006L11.63 2.15009C11.83 2.07009 12.17 2.07009 12.37 2.15009Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 22H2V19C2 18.45 2.45 18 3 18H21C21.55 18 22 18.45 22 19V22Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 18V11\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 18V11\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 18V11\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 18V11\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 18V11\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M1 22H23\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 8.5C12.8284 8.5 13.5 7.82843 13.5 7C13.5 6.17157 12.8284 5.5 12 5.5C11.1716 5.5 10.5 6.17157 10.5 7C10.5 7.82843 11.1716 8.5 12 8.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"barcode \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 20.5H7C4 20.5 2 19 2 15.5V8.5C2 5 4 3.5 7 3.5H17C20 3.5 22 5 22 8.5V15.5C22 19 20 20.5 17 20.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 8V16\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 8V12\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 15V16\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 8V9\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 8V16\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 12V16\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 8V16\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"battery 3full \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.5 9.5C22 9.5 22 10 22 11V13C22 14 22 14.5 20.5 14.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.38 10C6.71 11.31 6.71 12.69 6.38 14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.88 10C10.21 11.31 10.21 12.69 9.88 14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 19H7C3 19 2 18 2 14V10C2 6 3 5 7 5H13C17 5 18 6 18 10V14C18 18 17 19 13 19Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"battery charging \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.5 9.5C22 9.5 22 10 22 11V13C22 14 22 14.5 20.5 14.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.99995 8L8.10995 10.5C7.71995 11.17 8.19995 12 8.96995 12H11.27C12.04 12 12.52 12.83 12.14 13.5L9.99995 16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 19C3 19 2 18 2 14V10C2 6 3 5 7 5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 5C17 5 18 6 18 10V14C18 18 17 19 13 19\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"battery disable \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.5 9.5C22 9.5 22 10 22 11V13C22 14 22 14.5 20.5 14.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 21.5L16 2.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 5C3 5 2 6 2 10V14C2 17.4 2.72 18.63 5.39 18.92\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 19C17 19 18 18 18 14V9.99996C18 6.60996 17.28 5.36996 14.63 5.07996\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"battery empty 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13 19H7C3 19 2 18 2 14V10C2 6 3 5 7 5H13C17 5 18 6 18 10V14C18 18 17 19 13 19Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.5 9.5C22 9.5 22 10 22 11V13C22 14 22 14.5 20.5 14.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.38 10C6.71 11.31 6.71 12.69 6.38 14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"battery empty \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13 19H7C3 19 2 18 2 14V10C2 6 3 5 7 5H13C17 5 18 6 18 10V14C18 18 17 19 13 19Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.5 9.5C22 9.5 22 10 22 11V13C22 14 22 14.5 20.5 14.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"battery full \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.5 9.5C22 9.5 22 10 22 11V13C22 14 22 14.5 20.5 14.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.38 10C6.71 11.31 6.71 12.69 6.38 14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.88 10C10.21 11.31 10.21 12.69 9.88 14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.38 10C13.71 11.31 13.71 12.69 13.38 14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 19H7C3 19 2 18 2 14V10C2 6 3 5 7 5H13C17 5 18 6 18 10V14C18 18 17 19 13 19Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bezier 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 9C4.10457 9 5 8.10457 5 7C5 5.89543 4.10457 5 3 5C1.89543 5 1 5.89543 1 7C1 8.10457 1.89543 9 3 9Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 9C22.1046 9 23 8.10457 23 7C23 5.89543 22.1046 5 21 5C19.8954 5 19 5.89543 19 7C19 8.10457 19.8954 9 21 9Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 7H15\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 7H5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.5 16.5V18.5C7.5 19.11 7.13 19.64 6.61 19.86C6.42 19.95 6.22 20 6 20H4C3.17 20 2.5 19.33 2.5 18.5V16.5C2.5 15.67 3.17 15 4 15H6C6.83 15 7.5 15.67 7.5 16.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.5 16.5V18.5C21.5 19.33 20.83 20 20 20H18C17.78 20 17.58 19.95 17.39 19.86C16.87 19.64 16.5 19.11 16.5 18.5V16.5C16.5 15.67 17.17 15 18 15H20C20.83 15 21.5 15.67 21.5 16.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 5.5V8.5C15 9.32 14.32 10 13.5 10H10.5C9.68 10 9 9.32 9 8.5V5.5C9 4.68 9.68 4 10.5 4H13.5C14.32 4 15 4.68 15 5.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 7.72998C17.37 8.92998 19 11.51 19 14.5C19 14.67 18.99 14.83 18.97 15\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.03 15C5.01 14.83 5 14.67 5 14.5C5 11.51 6.63 8.92998 9 7.72998\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bezier \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 9C4.10457 9 5 8.10457 5 7C5 5.89543 4.10457 5 3 5C1.89543 5 1 5.89543 1 7C1 8.10457 1.89543 9 3 9Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 9C22.1046 9 23 8.10457 23 7C23 5.89543 22.1046 5 21 5C19.8954 5 19 5.89543 19 7C19 8.10457 19.8954 9 21 9Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 7H15\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 7H5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.5 16.5V18.5C7.5 19.11 7.13 19.64 6.61 19.86C6.42 19.95 6.22 20 6 20H4C3.17 20 2.5 19.33 2.5 18.5V16.5C2.5 15.67 3.17 15 4 15H6C6.83 15 7.5 15.67 7.5 16.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.5 16.5V18.5C21.5 19.33 20.83 20 20 20H18C17.78 20 17.58 19.95 17.39 19.86C16.87 19.64 16.5 19.11 16.5 18.5V16.5C16.5 15.67 17.17 15 18 15H20C20.83 15 21.5 15.67 21.5 16.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 5.5V8.5C15 9.32 14.32 10 13.5 10H10.5C9.68 10 9 9.32 9 8.5V5.5C9 4.68 9.68 4 10.5 4H13.5C14.32 4 15 4.68 15 5.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 7.72998C17.37 8.92998 19 11.51 19 14.5C19 14.67 18.99 14.83 18.97 15\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.03 15C5.01 14.83 5 14.67 5 14.5C5 11.51 6.63 8.92998 9 7.72998\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bill \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.67004 2.5V14.47C3.67004 15.45 4.13004 16.38 4.92004 16.97L10.13 20.87C11.24 21.7 12.77 21.7 13.88 20.87L19.09 16.97C19.88 16.38 20.34 15.45 20.34 14.47V2.5H3.67004Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n<path d=\"M2 2.5H22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\"/>\n<path d=\"M8 8H16\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 13H16\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bitcoin card \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 8.5H13\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 16.5H8\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.5 16.5H14.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 11.33V16.11C22 19.62 21.11 20.5 17.56 20.5H6.44C2.89 20.5 2 19.62 2 16.11V7.89001C2 4.38001 2.89 3.5 6.44 3.5H13.28\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 3.25H20.13C20.82 3.25 21.38 3.88 21.38 4.5C21.38 5.19 20.82 5.75 20.13 5.75H17V3.25Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 5.75H20.57C21.36 5.75 22 6.31 22 7C22 7.69 21.36 8.25 20.57 8.25H17V5.75Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.76 8.25V9.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.76 2V3.25\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.19 3.25H16\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.19 8.25H16\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bitcoin convert \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M23 15.97C23 19.84 19.87 22.97 16 22.97L17.05 21.22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M1 7.96997C1 4.09997 4.13 0.969971 8 0.969971L6.95 2.71997\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.62 13.0699H9.43C10.05 13.0699 10.56 13.63 10.56 14.2C10.56 14.82 10.06 15.33 9.43 15.33H6.62V13.0699Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.62 15.33H9.84C10.55 15.33 11.13 15.83 11.13 16.46C11.13 17.08 10.55 17.59 9.84 17.59H6.62V15.33Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.42 17.58V18.7\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.42 11.95V13.0699\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.85 15.33C14.85 18.74 12.09 21.4999 8.68 21.4999C5.27 21.4999 2.51 18.74 2.51 15.33C2.51 11.92 5.27 9.15991 8.68 9.15991C8.84 9.15991 8.99 9.16993 9.16 9.17993C12.19 9.40993 14.61 11.8299 14.84 14.8599C14.84 15.0099 14.85 15.16 14.85 15.33Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.5 8.66998C21.5 12.08 18.74 14.84 15.33 14.84H14.84C14.61 11.81 12.19 9.38997 9.16 9.15997V8.66998C9.16 5.25998 11.92 2.5 15.33 2.5C18.74 2.5 21.5 5.25998 21.5 8.66998Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bitcoin refresh \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.47 11.4199L2.73 9.67993L1 11.4199\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.53 12.5801L21.27 14.3201L23.01 12.5801\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.26 14.32V12C21.26 6.88 17.11 2.73999 12 2.73999C9.08 2.73999 6.47 4.10002 4.77 6.21002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.74 9.67993V11.9999C2.74 17.1199 6.89 21.2599 12 21.2599C14.92 21.2599 17.53 19.8999 19.23 17.7899\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 8.5H13.38C14.35 8.5 15.13 9.38 15.13 10.25C15.13 11.22 14.35 12 13.38 12H9V8.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 12H14C15.1 12 16 12.78 16 13.75C16 14.72 15.1 15.5 14 15.5H9V12Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.8 15.5V17.25\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.8 6.75V8.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"blend 2 \"><svg   viewBox=\"0 0 22 22\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.97 8C14.97 11.87 11.84 15 7.97 15C7.65 15 7.34 14.98 7.04 14.93C3.61 14.48 0.970001 11.55 0.970001 8C0.970001 4.13 4.1 1 7.97 1C11.52 1 14.45 3.64 14.9 7.07C14.95 7.37 14.97 7.68 14.97 8Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.97 14.0001C20.97 17.8701 17.84 21.0001 13.97 21.0001C10.42 21.0001 7.49 18.3601 7.04 14.9301C7.34 14.9801 7.65 15.0001 7.97 15.0001C11.84 15.0001 14.97 11.8701 14.97 8.00007C14.97 7.68007 14.95 7.37007 14.9 7.07007C18.33 7.52007 20.97 10.4501 20.97 14.0001Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.12 13.1201L14.43 14.4101\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.97 11L14.97 10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.97 16L9.97 15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"blend \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.97 12C21.97 15.31 19.28 18 15.97 18C14.43 18 13.03 17.42 11.97 16.46C13.2 15.37 13.97 13.77 13.97 12C13.97 10.23 13.2 8.63 11.97 7.54C13.03 6.58 14.43 6 15.97 6C19.28 6 21.97 8.69 21.97 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.97 12C13.97 13.77 13.2 15.37 11.97 16.46C10.91 17.42 9.51 18 7.97 18C4.66 18 1.97 15.31 1.97 12C1.97 8.69 4.66 6 7.97 6C9.51 6 10.91 6.58 11.97 7.54C13.2 8.63 13.97 10.23 13.97 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bluetooth 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.64001 18.64L16.99 7.31998C17.5 6.84998 17.49 6.09997 16.95 5.64997L13.1 2.43998C12.1 1.60998 11.28 1.98998 11.28 3.28998V20.71C11.28 22.01 12.1 22.39 13.1 21.56L16.95 18.35C17.49 17.9 17.5 17.15 16.99 16.68L4.64001 5.35996\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 13C5.55228 13 6 12.5523 6 12C6 11.4477 5.55228 11 5 11C4.44772 11 4 11.4477 4 12C4 12.5523 4.44772 13 5 13Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 13C19.5523 13 20 12.5523 20 12C20 11.4477 19.5523 11 19 11C18.4477 11 18 11.4477 18 12C18 12.5523 18.4477 13 19 13Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bluetooth circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.58997 15.56L15.21 9.49002C15.49 9.24002 15.48 8.84004 15.19 8.60004L13.13 6.88004C12.59 6.43004 12.16 6.64003 12.16 7.34003V16.67C12.16 17.37 12.6 17.57 13.13 17.13L15.19 15.41C15.48 15.17 15.49 14.77 15.21 14.52L8.58997 8.45005\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bluetooth rectangle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.58997 15.56L15.21 9.49002C15.49 9.24002 15.48 8.84004 15.19 8.60004L13.13 6.88004C12.59 6.43004 12.16 6.64003 12.16 7.34003V16.67C12.16 17.37 12.6 17.57 13.13 17.13L15.19 15.41C15.48 15.17 15.49 14.77 15.21 14.52L8.58997 8.45005\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 22H9C6 22 4 20 4 17V7C4 4 6 2 9 2H15C18 2 20 4 20 7V17C20 20 18 22 15 22Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bluetooth \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.64014 18.64L17.9901 7.31998C18.5001 6.84998 18.4901 6.09997 17.9501 5.64997L14.1001 2.43998C13.1001 1.60998 12.2801 1.98998 12.2801 3.28998V20.71C12.2801 22.01 13.1001 22.39 14.1001 21.56L17.9501 18.35C18.4901 17.9 18.5001 17.15 17.9901 16.68L5.64014 5.35996\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"blur 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.61 2.21C12.25 1.93 11.75 1.93 11.39 2.21C9.49001 3.66 3.87997 8.39 3.90997 13.9C3.90997 18.36 7.54001 22 12.01 22C16.48 22 20.11 18.37 20.11 13.91C20.12 8.48 14.5 3.67 12.61 2.21Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n<path d=\"M12 2V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 18.96L19.7 15.22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 13.9599L19.37 10.3799\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 8.96001L17.03 6.51001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"blur \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.61 2.21C12.25 1.93 11.75 1.93 11.39 2.21C9.49001 3.66 3.87997 8.39 3.90997 13.9C3.90997 18.36 7.54001 22 12.01 22C16.48 22 20.11 18.37 20.11 13.91C20.12 8.48 14.5 3.67 12.61 2.21Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n<path d=\"M12 2V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 18.96L19.7 15.22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 13.9599L19.37 10.3799\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 8.96001L17.03 6.51001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"book 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 16.7399V4.66994C22 3.46994 21.02 2.57994 19.83 2.67994H19.77C17.67 2.85994 14.48 3.92994 12.7 5.04994L12.53 5.15994C12.24 5.33994 11.76 5.33994 11.47 5.15994L11.22 5.00994C9.44 3.89994 6.26 2.83994 4.16 2.66994C2.97 2.56994 2 3.46994 2 4.65994V16.7399C2 17.6999 2.78 18.5999 3.74 18.7199L4.03 18.7599C6.2 19.0499 9.55 20.1499 11.47 21.1999L11.51 21.2199C11.78 21.3699 12.21 21.3699 12.47 21.2199C14.39 20.1599 17.75 19.0499 19.93 18.7599L20.26 18.7199C21.22 18.5999 22 17.6999 22 16.7399Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 5.48999V20.49\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.75 8.48999H5.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 11.49H5.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"book saved \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 4.66994V16.74C22 17.7 21.22 18.5999 20.26 18.7199L19.93 18.76C17.75 19.05 14.39 20.1599 12.47 21.2199C12.21 21.3699 11.78 21.3699 11.51 21.2199L11.47 21.2C9.54997 20.15 6.20003 19.05 4.03003 18.76L3.73999 18.7199C2.77999 18.5999 2 17.7 2 16.74V4.65993C2 3.46993 2.96997 2.56994 4.15997 2.66994C6.25997 2.83994 9.43997 3.89997 11.22 5.00997L11.47 5.15993C11.76 5.33994 12.24 5.33994 12.53 5.15993L12.7 5.04995C13.33 4.65995 14.13 4.26994 15 3.91994V7.99996L17 6.66994L19 7.99996V2.77999C19.27 2.72999 19.53 2.69995 19.77 2.67995H19.83C21.02 2.57995 22 3.46994 22 4.66994Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 5.48999V20.49\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 2.78003V8L17 6.66998L15 8V3.91998C16.31 3.39998 17.77 2.98003 19 2.78003Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"book square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.3801 15.27V7.57999C18.3801 6.80999 17.7601 6.25 17.0001 6.31H16.9601C15.6201 6.42 13.5901 7.11001 12.4501 7.82001L12.3401 7.89002C12.1601 8.00002 11.8501 8.00002 11.6601 7.89002L11.5001 7.79001C10.3701 7.08001 8.34012 6.40999 7.00012 6.29999C6.24012 6.23999 5.62012 6.81001 5.62012 7.57001V15.27C5.62012 15.88 6.1201 16.46 6.7301 16.53L6.9101 16.56C8.2901 16.74 10.4301 17.45 11.6501 18.12L11.6801 18.13C11.8501 18.23 12.1301 18.23 12.2901 18.13C13.5101 17.45 15.6601 16.75 17.0501 16.56L17.2601 16.53C17.8801 16.46 18.3801 15.89 18.3801 15.27Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 8.1001V17.6601\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"book \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.5 18V7C3.5 3 4.5 2 8.5 2H15.5C19.5 2 20.5 3 20.5 7V17C20.5 17.14 20.5 17.28 20.49 17.42\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.35 15H20.5V18.5C20.5 20.43 18.93 22 17 22H7C5.07 22 3.5 20.43 3.5 18.5V17.85C3.5 16.28 4.78 15 6.35 15Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 7H16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 10.5H13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bookmark 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14 2C16 2 17 3.01 17 5.03V12.08C17 14.07 15.59 14.84 13.86 13.8L12.54 13C12.24 12.82 11.76 12.82 11.46 13L10.14 13.8C8.41 14.84 7 14.07 7 12.08V5.03C7 3.01 8 2 10 2H14Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.82 4.98996C3.41 5.55996 2 7.65996 2 11.9V14.93C2 19.98 4 22 9 22H15C20 22 22 19.98 22 14.93V11.9C22 7.58996 20.54 5.47996 17 4.95996\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bookmark \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 2.43994V12.4199C17 14.3899 15.59 15.1599 13.86 14.1199L12.54 13.3299C12.24 13.1499 11.76 13.1499 11.46 13.3299L10.14 14.1199C8.41 15.1499 7 14.3899 7 12.4199V2.43994\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 2.43994V12.4199C17 14.3899 15.59 15.1599 13.86 14.1199L12.54 13.3299C12.24 13.1499 11.76 13.1499 11.46 13.3299L10.14 14.1199C8.41 15.1499 7 14.3899 7 12.4199V2.43994\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"box 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.17004 7.43994L12 12.5499L20.77 7.46994\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 21.61V12.54\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.93001 2.48004L4.59001 5.44004C3.38001 6.11004 2.39001 7.79004 2.39001 9.17004V14.82C2.39001 16.2 3.38001 17.88 4.59001 18.55L9.93001 21.52C11.07 22.15 12.94 22.15 14.08 21.52L19.42 18.55C20.63 17.88 21.62 16.2 21.62 14.82V9.17004C21.62 7.79004 20.63 6.11004 19.42 5.44004L14.08 2.47004C12.93 1.84004 11.07 1.84004 9.93001 2.48004Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"box 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.67 18.67L20.89 17.56V14.78M14.22 9.78L12 10.89L14.22 9.78ZM12 10.89L9.77998 9.78L12 10.89ZM12 10.89V13.67V10.89ZM20.89 6.44L18.67 7.55L20.89 6.44ZM20.89 6.44L18.67 5.33L20.89 6.44ZM20.89 6.44V9.22V6.44ZM14.22 3.11L12 2L9.77998 3.11H14.22ZM3.10999 6.44L5.32999 5.33L3.10999 6.44ZM3.10999 6.44L5.32999 7.55L3.10999 6.44ZM3.10999 6.44V9.22V6.44ZM12 22L9.77998 20.89L12 22ZM12 22L14.22 20.89L12 22ZM12 22V19.22V22ZM5.32999 18.67L3.10999 17.56V14.78L5.32999 18.67Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"box add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M23 18C23 18.75 22.79 19.46 22.42 20.06C22.21 20.42 21.94 20.74 21.63 21C20.93 21.63 20.01 22 19 22C17.78 22 16.69 21.45 15.97 20.59C15.95 20.56 15.92 20.54 15.9 20.51C15.78 20.37 15.67 20.22 15.58 20.06C15.21 19.46 15 18.75 15 18C15 16.74 15.58 15.61 16.5 14.88C17.19 14.33 18.06 14 19 14C20 14 20.9 14.36 21.6 14.97C21.72 15.06 21.83 15.17 21.93 15.28C22.59 16 23 16.95 23 18Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.49 17.98H17.51\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 16.52V19.51\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.17004 7.43994L12 12.5499L20.7701 7.46991\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 21.6099V12.5399\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.61 9.17V14.83C21.61 14.88 21.61 14.92 21.6 14.97C20.9 14.36 20 14 19 14C18.06 14 17.19 14.33 16.5 14.88C15.58 15.61 15 16.74 15 18C15 18.75 15.21 19.46 15.58 20.06C15.67 20.22 15.78 20.37 15.9 20.51L14.07 21.52C12.93 22.16 11.07 22.16 9.93001 21.52L4.59001 18.56C3.38001 17.89 2.39001 16.21 2.39001 14.83V9.17C2.39001 7.79 3.38001 6.11002 4.59001 5.44002L9.93001 2.48C11.07 1.84 12.93 1.84 14.07 2.48L19.41 5.44002C20.62 6.11002 21.61 7.79 21.61 9.17Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"box remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.17004 7.43994L12 12.5499L20.77 7.46991\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 21.6099V12.5399\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.61 9.17V14.83C21.61 14.88 21.61 14.92 21.6 14.97C20.9 14.36 20 14 19 14C18.06 14 17.19 14.33 16.5 14.88C15.58 15.61 15 16.74 15 18C15 18.75 15.21 19.46 15.58 20.06C15.67 20.22 15.78 20.37 15.9 20.51L14.07 21.52C12.93 22.16 11.07 22.16 9.92999 21.52L4.59 18.56C3.38 17.89 2.39001 16.21 2.39001 14.83V9.17C2.39001 7.79 3.38 6.11002 4.59 5.44002L9.92999 2.48C11.07 1.84 12.93 1.84 14.07 2.48L19.41 5.44002C20.62 6.11002 21.61 7.79 21.61 9.17Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M23 18C23 18.75 22.79 19.46 22.42 20.06C22.21 20.42 21.94 20.74 21.63 21C20.93 21.63 20.01 22 19 22C17.54 22 16.27 21.22 15.58 20.06C15.21 19.46 15 18.75 15 18C15 16.74 15.58 15.61 16.5 14.88C17.19 14.33 18.06 14 19 14C21.21 14 23 15.79 23 18Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.07 19.0399L17.95 16.9299\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.05 16.96L17.93 19.0699\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"box search \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.17004 7.43994L12 12.5499L20.77 7.46991\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 21.6099V12.5399\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.61 12.83V9.17C21.61 7.79 20.62 6.11002 19.41 5.44002L14.07 2.48C12.93 1.84 11.07 1.84 9.92999 2.48L4.59 5.44002C3.38 6.11002 2.39001 7.79 2.39001 9.17V14.83C2.39001 16.21 3.38 17.89 4.59 18.56L9.92999 21.52C10.5 21.84 11.25 22 12 22C12.75 22 13.5 21.84 14.07 21.52\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.2 21.4C20.9673 21.4 22.4 19.9673 22.4 18.2C22.4 16.4327 20.9673 15 19.2 15C17.4327 15 16 16.4327 16 18.2C16 19.9673 17.4327 21.4 19.2 21.4Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M23 22L22 21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"box tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M23 17.91C23.02 18.66 22.82 19.37 22.46 19.98C22.26 20.34 21.99 20.6701 21.69 20.9401C21 21.5801 20.09 21.9701 19.08 22.0001C17.62 22.0301 16.33 21.2801 15.62 20.1301C15.24 19.5401 15.01 18.8301 15 18.0801C14.97 16.8201 15.53 15.6801 16.43 14.9301C17.11 14.3701 17.97 14.0201 18.91 14.0001C21.12 13.9501 22.95 15.7 23 17.91Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.44 18.03L18.45 18.99L20.54 16.97\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.17004 7.43994L12 12.5499L20.77 7.46991\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 21.6099V12.5399\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.61 9.17V14.83C21.61 14.88 21.61 14.92 21.6 14.97C20.9 14.36 20 14 19 14C18.06 14 17.19 14.33 16.5 14.88C15.58 15.61 15 16.74 15 18C15 18.75 15.21 19.46 15.58 20.06C15.67 20.22 15.78 20.37 15.9 20.51L14.07 21.52C12.93 22.16 11.07 22.16 9.92999 21.52L4.59 18.56C3.38 17.89 2.39001 16.21 2.39001 14.83V9.17C2.39001 7.79 3.38 6.11002 4.59 5.44002L9.92999 2.48C11.07 1.84 12.93 1.84 14.07 2.48L19.41 5.44002C20.62 6.11002 21.61 7.79 21.61 9.17Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"box time \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.17004 7.43994L12 12.5499L20.77 7.46991\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 21.6099V12.5399\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.61 9.17V14.83C21.61 14.88 21.61 14.92 21.6 14.97C20.9 14.36 20 14 19 14C18.06 14 17.19 14.33 16.5 14.88C15.58 15.61 15 16.74 15 18C15 18.75 15.21 19.46 15.58 20.06C15.67 20.22 15.78 20.37 15.9 20.51L14.07 21.52C12.93 22.16 11.07 22.16 9.92999 21.52L4.59 18.56C3.38 17.89 2.39001 16.21 2.39001 14.83V9.17C2.39001 7.79 3.38 6.11002 4.59 5.44002L9.92999 2.48C11.07 1.84 12.93 1.84 14.07 2.48L19.41 5.44002C20.62 6.11002 21.61 7.79 21.61 9.17Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M23 18C23 19.2 22.47 20.27 21.64 21C20.93 21.62 20.01 22 19 22C16.79 22 15 20.21 15 18C15 16.74 15.58 15.61 16.5 14.88C17.19 14.33 18.06 14 19 14C21.21 14 23 15.79 23 18Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.25 16.75V18.25L18 19\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"box \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.17004 7.43994L12 12.5499L20.77 7.46991\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 21.6099V12.5399\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.92999 2.48L4.59 5.45003C3.38 6.12003 2.39001 7.80001 2.39001 9.18001V14.83C2.39001 16.21 3.38 17.89 4.59 18.56L9.92999 21.53C11.07 22.16 12.94 22.16 14.08 21.53L19.42 18.56C20.63 17.89 21.62 16.21 21.62 14.83V9.18001C21.62 7.80001 20.63 6.12003 19.42 5.45003L14.08 2.48C12.93 1.84 11.07 1.84 9.92999 2.48Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 13.24V9.58002L7.51001 4.09998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"briefcase \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.99995 22H15.9999C20.0199 22 20.7399 20.39 20.9499 18.43L21.6999 10.43C21.9699 7.99 21.2699 6 16.9999 6H6.99995C2.72995 6 2.02995 7.99 2.29995 10.43L3.04995 18.43C3.25995 20.39 3.97995 22 7.99995 22Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 6V5.2C8 3.43 8 2 11.2 2H12.8C16 2 16 3.43 16 5.2V6\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 13V14C14 14.01 14 14.01 14 14.02C14 15.11 13.99 16 12 16C10.02 16 10 15.12 10 14.03V13C10 12 10 12 11 12H13C14 12 14 12 14 13Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.65 11C19.34 12.68 16.7 13.68 14 14.02\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.62 11.27C4.87 12.81 7.41 13.74 10 14.03\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"brifecase cross \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 18.2C14.2091 18.2 16 16.4091 16 14.2C16 11.9908 14.2091 10.2 12 10.2C9.79086 10.2 8 11.9908 8 14.2C8 16.4091 9.79086 18.2 12 18.2Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.07 15.31L10.95 13.2\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.0501 13.22L10.9301 15.34\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.99995 22H15.9999C20.0199 22 20.7399 20.39 20.9499 18.43L21.6999 10.43C21.9699 7.99 21.2699 6 16.9999 6H6.99995C2.72995 6 2.02995 7.99 2.29995 10.43L3.04995 18.43C3.25995 20.39 3.97995 22 7.99995 22Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 6V5.2C8 3.43 8 2 11.2 2H12.8C16 2 16 3.43 16 5.2V6\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.65 11C19.92 12.26 18 13.14 16.01 13.64\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.62 11.27C4.29 12.41 6.11 13.22 8 13.68\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"brifecase tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 18.2C14.2091 18.2 16 16.4091 16 14.2C16 11.9908 14.2091 10.2 12 10.2C9.79086 10.2 8 11.9908 8 14.2C8 16.4091 9.79086 18.2 12 18.2Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.4399 14.2999L11.0899 14.9499C11.2799 15.1399 11.5899 15.1399 11.7799 14.9599L13.5599 13.3199\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.99995 22H15.9999C20.0199 22 20.7399 20.39 20.9499 18.43L21.6999 10.43C21.9699 7.99 21.2699 6 16.9999 6H6.99995C2.72995 6 2.02995 7.99 2.29995 10.43L3.04995 18.43C3.25995 20.39 3.97995 22 7.99995 22Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 6V5.2C8 3.43 8 2 11.2 2H12.8C16 2 16 3.43 16 5.2V6\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.65 11C19.92 12.26 18 13.14 16.01 13.64\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.62 11.27C4.29 12.41 6.11 13.22 8 13.68\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"brifecase timer \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 18.2C14.2091 18.2 16 16.4091 16 14.2C16 11.9908 14.2091 10.2 12 10.2C9.79086 10.2 8 11.9908 8 14.2C8 16.4091 9.79086 18.2 12 18.2Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.25 12.95V13.88C12.25 14.23 12.07 14.56 11.76 14.74L11 15.2\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.99995 22H15.9999C20.0199 22 20.7399 20.39 20.9499 18.43L21.6999 10.43C21.9699 7.99 21.2699 6 16.9999 6H6.99995C2.72995 6 2.02995 7.99 2.29995 10.43L3.04995 18.43C3.25995 20.39 3.97995 22 7.99995 22Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 6V5.2C8 3.43 8 2 11.2 2H12.8C16 2 16 3.43 16 5.2V6\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.65 11C19.92 12.26 18 13.14 16.01 13.64\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.62 11.27C4.29 12.41 6.11 13.22 8 13.68\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"broom \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.87 5.66998L6.45 7.74999L4.89001 5.19C4.32001 4.25 4.62 3.01 5.56 2.44C6.5 1.87 7.74 2.16998 8.31 3.10998L9.87 5.66998Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.82 9.15997L8.66 11.08C6.82 12.2 6.25999 14.46 7.14999 16.26L9.19999 20.44C9.85999 21.79 11.46 22.26 12.74 21.47L19.17 17.56C20.46 16.78 20.77 15.15 19.88 13.94L17.11 10.2C15.91 8.58001 13.66 8.03997 11.82 9.15997Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.7567 5.09791L5.63208 8.21851L7.71248 11.6349L12.8371 8.51431L10.7567 5.09791Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.31 16.8101L15.96 19.5201\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.75 18.37L13.4 21.08\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.87 15.25L18.52 17.96\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"brush 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.97 2H8.97C3.97 2 1.97 4 1.97 9V15C1.97 20 3.97 22 8.97 22H14.97C19.97 22 21.97 20 21.97 15V13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.88 3.55998C20.65 6.62998 17.56 10.81 14.98 12.88L13.4 14.14C13.2 14.29 13 14.41 12.77 14.5C12.77 14.35 12.76 14.2 12.74 14.04C12.65 13.37 12.35 12.74 11.81 12.21C11.26 11.66 10.6 11.35 9.92 11.26C9.76 11.25 9.6 11.24 9.44 11.25C9.53 11 9.66 10.77 9.83 10.58L11.09 8.99998C13.16 6.41998 17.35 3.30998 20.41 2.07998C20.88 1.89998 21.34 2.03998 21.63 2.32998C21.93 2.62998 22.07 3.08998 21.88 3.55998Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.78 14.49C12.78 15.37 12.44 16.21 11.81 16.85C11.32 17.34 10.66 17.68 9.87 17.78L7.9 17.99C6.83 18.11 5.91 17.2 6.03 16.11L6.24 14.14C6.43 12.39 7.89 11.27 9.45 11.24C9.61 11.23 9.77 11.24 9.93 11.25C10.61 11.34 11.27 11.65 11.82 12.2C12.36 12.74 12.66 13.36 12.75 14.03C12.77 14.19 12.78 14.35 12.78 14.49Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.82 11.9799C15.82 9.88994 14.13 8.18994 12.03 8.18994\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"brush 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.5 19.5V18H4.5C3.95 18 3.45 17.78 3.09 17.41C2.72 17.05 2.5 16.55 2.5 16C2.5 14.97 3.3 14.11 4.31 14.01C4.37 14 4.43 14 4.5 14H19.5C19.57 14 19.63 14 19.69 14.01C20.17 14.05 20.59 14.26 20.91 14.59C21.32 14.99 21.54 15.56 21.49 16.18C21.4 17.23 20.45 18 19.39 18H14.5V19.5C14.5 20.88 13.38 22 12 22C10.62 22 9.5 20.88 9.5 19.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.17 5.3L19.69 14.01C19.63 14 19.57 14 19.5 14H4.50001C4.43001 14 4.37001 14 4.31001 14.01L3.83001 5.3C3.65001 3.53 5.04001 2 6.81001 2H17.19C18.96 2 20.35 3.53 20.17 5.3Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.98999 2V7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 2V4\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"brush 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10 16C10 14.34 10 13 13 13H17C20 13 20 12 20 10V8C20 6 20 5 17 5H16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 2H8C7.35 3.95 7.35 6.05 8 8H12C12.65 6.05 12.65 3.95 12 2Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 2H7C5 2 4 3 4 5C4 7 5 8 7 8H8C7 6 7 4 8 2Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 2H12C13 4 13 6 12 8H13C15 8 16 7 16 5C16 3 15 2 13 2Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.5 22H10.5C12 22 12 21 12 20.5V17.5C12 17 12 16 10.5 16H9.5C8 16 8 17 8 17.5V20.5C8 21 8 22 9.5 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"brush \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.81 3.94012C20.27 7.78012 16.41 13.0001 13.18 15.5901L11.21 17.1701C10.96 17.3501 10.71 17.5101 10.43 17.6201C10.43 17.4401 10.42 17.2401 10.39 17.0501C10.28 16.2101 9.9 15.4301 9.23 14.7601C8.55 14.0801 7.72 13.6801 6.87 13.5701C6.67 13.5601 6.47 13.5401 6.27 13.5601C6.38 13.2501 6.55 12.9601 6.76 12.7201L8.32 10.7501C10.9 7.52012 16.14 3.64012 19.97 2.11012C20.56 1.89012 21.13 2.05012 21.49 2.42012C21.87 2.79012 22.05 3.36012 21.81 3.94012Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.43 17.6201C10.43 18.7201 10.01 19.77 9.22 20.57C8.61 21.18 7.78 21.6001 6.79 21.7301L4.33 22.0001C2.99 22.1501 1.84 21.01 2 19.65L2.27 17.1901C2.51 15.0001 4.34 13.6001 6.28 13.5601C6.48 13.5501 6.69 13.56 6.88 13.57C7.73 13.68 8.56 14.0701 9.24 14.7601C9.91 15.4301 10.29 16.21 10.4 17.05C10.41 17.24 10.43 17.4301 10.43 17.6201Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.24 14.47C14.24 11.86 12.12 9.73999 9.50999 9.73999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bubble \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.59 12.26C18.4232 12.26 20.72 9.96323 20.72 7.13C20.72 4.29678 18.4232 2 15.59 2C12.7567 2 10.46 4.29678 10.46 7.13C10.46 9.96323 12.7567 12.26 15.59 12.26Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n<path d=\"M6.36002 19.44C8.06105 19.44 9.44003 18.0611 9.44003 16.36C9.44003 14.659 8.06105 13.28 6.36002 13.28C4.65898 13.28 3.28003 14.659 3.28003 16.36C3.28003 18.0611 4.65898 19.44 6.36002 19.44Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n<path d=\"M16.62 22C18.0338 22 19.18 20.8539 19.18 19.44C19.18 18.0262 18.0338 16.88 16.62 16.88C15.2061 16.88 14.06 18.0262 14.06 19.44C14.06 20.8539 15.2061 22 16.62 22Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n</svg>\n</li><li title=\"bucket circle 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.41 15.9499L7.01998 13.56C6.21998 12.76 6.21998 11.9599 7.01998 11.1699L11.01 7.17993L15.4 11.5699C15.62 11.7899 15.62 12.1499 15.4 12.3699L11.81 15.9599C11.01 16.7499 10.21 16.7499 9.41 15.9499Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.21 6.37988L11.01 7.17987\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.45999 12.3299L15.49 11.9399\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.47 14.1699C16.47 14.1699 15.37 15.3699 15.37 16.0999C15.37 16.7099 15.87 17.1998 16.47 17.1998C17.08 17.1998 17.57 16.6999 17.57 16.0999C17.58 15.3599 16.47 14.1699 16.47 14.1699Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bucket circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.41 15.9499L7.01998 13.56C6.21998 12.76 6.21998 11.9599 7.01998 11.1699L11.01 7.17993L15.4 11.5699C15.62 11.7899 15.62 12.1499 15.4 12.3699L11.81 15.9599C11.01 16.7499 10.21 16.7499 9.41 15.9499Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.21 6.37988L11.01 7.17987\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.45999 12.3299L15.49 11.9399\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.47 14.1699C16.47 14.1699 15.37 15.3699 15.37 16.0999C15.37 16.7099 15.87 17.1998 16.47 17.1998C17.08 17.1998 17.57 16.6999 17.57 16.0999C17.58 15.3599 16.47 14.1699 16.47 14.1699Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bucket square 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.94002 16.9301L6.11 14.1C5.17 13.16 5.17 12.2101 6.11 11.2701L10.83 6.55005L16.02 11.7401C16.28 12.0001 16.28 12.4201 16.02 12.6801L11.77 16.9301C10.83 17.8701 9.88002 17.8701 8.94002 16.9301Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.88 5.6001L10.83 6.5401\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.44 12.6401L16.13 12.1702\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.3 14.8101C17.3 14.8101 15.99 16.23 15.99 17.1C15.99 17.82 16.58 18.41 17.3 18.41C18.02 18.41 18.61 17.82 18.61 17.1C18.6 16.23 17.3 14.8101 17.3 14.8101Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H15C20 22 22 20 22 15Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bucket square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.94002 16.9301L6.11 14.1C5.17 13.16 5.17 12.2101 6.11 11.2701L10.83 6.55005L16.02 11.7401C16.28 12.0001 16.28 12.4201 16.02 12.6801L11.77 16.9301C10.83 17.8701 9.88002 17.8701 8.94002 16.9301Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.88 5.6001L10.83 6.5401\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.44 12.6401L16.13 12.1702\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.3 14.8101C17.3 14.8101 15.99 16.23 15.99 17.1C15.99 17.82 16.58 18.41 17.3 18.41C18.02 18.41 18.61 17.82 18.61 17.1C18.6 16.23 17.3 14.8101 17.3 14.8101Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H15C20 22 22 20 22 15Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"building 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 22H22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.01 21.9898L3.01001 22.0099L3 7.06986C3 6.39986 3.34001 5.77983 3.89001 5.40983L7.89001 2.73984C8.56001 2.28984 9.43999 2.28984 10.11 2.73984L14.11 5.40983C14.67 5.77983 15 6.39986 15 7.06986L15.01 21.9898Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.98 22.01V18\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 12C18.9 12 18 12.9 18 14V16C18 17.1 18.9 18 20 18C21.1 18 22 17.1 22 16V14C22 12.9 21.1 12 20 12Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 14H15\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 22V18.25\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 10.5C9.82843 10.5 10.5 9.82843 10.5 9C10.5 8.17157 9.82843 7.5 9 7.5C8.17157 7.5 7.5 8.17157 7.5 9C7.5 9.82843 8.17157 10.5 9 10.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"building 4 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M1 22H23\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.78 22.0101V17.55\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.8001 10.8901C18.5801 10.8901 17.6001 11.8701 17.6001 13.0901V15.3601C17.6001 16.5801 18.5801 17.5601 19.8001 17.5601C21.0201 17.5601 22.0001 16.5801 22.0001 15.3601V13.0901C22.0001 11.8701 21.0201 10.8901 19.8001 10.8901Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.1001 22V6.03003C2.1001 4.02003 3.10015 3.01001 5.09015 3.01001H11.3201C13.3101 3.01001 14.3001 4.02003 14.3001 6.03003V22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.80005 8.25H10.7501\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.80005 12H10.7501\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.25 22V18.25\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"building \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.5 22.0001H4.07997C2.91997 22.0001 1.96997 21.0701 1.96997 19.9301V5.09011C1.96997 2.47011 3.91997 1.2801 6.30997 2.4501L10.75 4.63011C11.71 5.10011 12.5 6.3501 12.5 7.4101V22.0001Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.97 15.0602V18.8402C21.97 21.0002 20.97 22.0002 18.81 22.0002H12.5V10.4202L12.97 10.5202L17.47 11.5302L19.5 11.9802C20.82 12.2702 21.9 12.9502 21.96 14.8702C21.97 14.9302 21.97 14.9902 21.97 15.0602Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.5 9H8.97\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.5 13H8.97\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.47 11.53V14.75C17.47 15.99 16.46 17 15.22 17C13.98 17 12.97 15.99 12.97 14.75V10.52L17.47 11.53Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.96 14.87C21.9 16.05 20.92 17 19.72 17C18.48 17 17.47 15.99 17.47 14.75V11.53L19.5 11.98C20.82 12.27 21.9 12.95 21.96 14.87Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"buildings 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.70001 18H4.15002C2.72002 18 2 17.28 2 15.85V4.15002C2 2.72002 2.72002 2 4.15002 2H8.45001C9.88001 2 10.6 2.72002 10.6 4.15002V6\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.3699 8.41998V19.58C17.3699 21.19 16.57 22 14.96 22H9.11993C7.50993 22 6.69995 21.19 6.69995 19.58V8.41998C6.69995 6.80998 7.50993 6 9.11993 6H14.96C16.57 6 17.3699 6.80998 17.3699 8.41998Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.3999 6V4.15002C13.3999 2.72002 14.1199 2 15.5499 2H19.8499C21.2799 2 21.9999 2.72002 21.9999 4.15002V15.85C21.9999 17.28 21.2799 18 19.8499 18H17.3699\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 11H14\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 14H14\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22V19\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"buildings \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13 22H5C3 22 2 21 2 19V11C2 9 3 8 5 8H10V19C10 21 11 22 13 22Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.11 4C10.03 4.3 10 4.63 10 5V8H5V6C5 4.9 5.9 4 7 4H10.11Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 8V13\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 8V13\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 17H15C14.45 17 14 17.45 14 18V22H18V18C18 17.45 17.55 17 17 17Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 13V17\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 19V5C10 3 11 2 13 2H19C21 2 22 3 22 5V19C22 21 21 22 19 22H13C11 22 10 21 10 19Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"buliding \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 22H22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 2H7C4 2 3 3.79 3 6V22H21V6C21 3.79 20 2 17 2Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 16.5H10\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 16.5H17\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 12H10\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 12H17\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 7.5H10\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 7.5H17\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.9 22H7.10001C5.40001 22 4 20.61 4 18.9V5.10001C4 3.40001 5.39001 2 7.10001 2H16.9C18.6 2 20 3.39001 20 5.10001V18.9C20 20.61 18.61 22 16.9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.5 13H5.5C4.67 13 4 12.33 4 11.5V9.5C4 8.67 4.67 8 5.5 8H18.5C19.33 8 20 8.67 20 9.5V11.5C20 12.33 19.33 13 18.5 13Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.49451 17.7H8.50349\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.4945 17.7H15.5035\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.5 5H14.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"buy crypto \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 8.5C22 12.09 19.09 15 15.5 15C15.33 15 15.15 14.99 14.98 14.98C14.73 11.81 12.19 9.26999 9.01999 9.01999C9.00999 8.84999 9 8.67 9 8.5C9 4.91 11.91 2 15.5 2C19.09 2 22 4.91 22 8.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 15.5C15 19.09 12.09 22 8.5 22C4.91 22 2 19.09 2 15.5C2 11.91 4.91 9 8.5 9C8.67 9 8.84999 9.00999 9.01999 9.01999C12.19 9.26999 14.73 11.81 14.98 14.98C14.99 15.15 15 15.33 15 15.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.62 14.62L8.5 13L9.38 14.62L11 15.5L9.38 16.38L8.5 18L7.62 16.38L6 15.5L7.62 14.62Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cake \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 22H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.10999 22V13C3.10999 11.34 4.59999 10 6.43999 10H17.55C19.39 10 20.88 11.34 20.88 13V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.56006 10V7.17C5.56006 5.97 6.64006 5 7.98006 5H16.0301C17.3601 5 18.4401 5.97 18.4401 7.17V10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.53003 13.98L3.90003 13.99C4.64003 14 5.23003 14.6 5.23003 15.34V15.67C5.23003 16.41 5.83003 17.02 6.58003 17.02C7.32003 17.02 7.93003 16.42 7.93003 15.67V15.36C7.93003 14.62 8.53003 14.01 9.28003 14.01C10.02 14.01 10.63 14.61 10.63 15.36V15.67C10.63 16.41 11.23 17.02 11.98 17.02C12.72 17.02 13.33 16.42 13.33 15.67V15.36C13.33 14.62 13.93 14.01 14.68 14.01C15.42 14.01 16.03 14.61 16.03 15.36V15.67C16.03 16.41 16.63 17.02 17.38 17.02C18.12 17.02 18.73 16.42 18.73 15.67V15.36C18.73 14.62 19.33 14.01 20.08 14.01H20.53\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 5V3\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 5V3\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 5V2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"calculator \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10 22H14C19 22 21 20 21 15V9C21 4 19 2 14 2H10C5 2 3 4 3 9V15C3 20 5 22 10 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.5 7.57996V8.57996C16.5 9.39996 15.83 10.08 15 10.08H9C8.18 10.08 7.5 9.40996 7.5 8.57996V7.57996C7.5 6.75996 8.17 6.07996 9 6.07996H15C15.83 6.07996 16.5 6.74996 16.5 7.57996Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.13612 14H8.14767\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9952 14H12.0068\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.8544 14H15.8659\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.13612 17.5H8.14767\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9952 17.5H12.0068\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.8544 17.5H15.8659\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"calendar 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 2V5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 2V5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 3.5C19.33 3.68 21 4.95 21 9.65V15.83C21 19.95 20 22.01 15 22.01H9C4 22.01 3 19.95 3 15.83V9.65C3 4.95 4.67 3.69 8 3.5H16Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.75 17.6H3.25\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 8.25C10.77 8.25 9.73 8.92 9.73 10.22C9.73 10.84 10.02 11.31 10.46 11.61C9.85 11.97 9.5 12.55 9.5 13.23C9.5 14.47 10.45 15.24 12 15.24C13.54 15.24 14.5 14.47 14.5 13.23C14.5 12.55 14.15 11.96 13.53 11.61C13.98 11.3 14.26 10.84 14.26 10.22C14.26 8.92 13.23 8.25 12 8.25ZM12 11.09C11.48 11.09 11.1 10.78 11.1 10.29C11.1 9.79 11.48 9.5 12 9.5C12.52 9.5 12.9 9.79 12.9 10.29C12.9 10.78 12.52 11.09 12 11.09ZM12 14C11.34 14 10.86 13.67 10.86 13.07C10.86 12.47 11.34 12.15 12 12.15C12.66 12.15 13.14 12.48 13.14 13.07C13.14 13.67 12.66 14 12 14Z\" fill=\"\"/>\n</svg>\n</li><li title=\"calendar 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 2V5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 2V5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.5 9.08997H20.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 8.5V17C21 20 19.5 22 16 22H8C4.5 22 3 20 3 17V8.5C3 5.5 4.5 3.5 8 3.5H16C19.5 3.5 21 5.5 21 8.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9955 13.7H12.0045\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.29431 13.7H8.30329\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.29431 16.7H8.30329\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"calendar add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 2V5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 2V5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.5 9.08997H20.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 23C20.2091 23 22 21.2091 22 19C22 16.7909 20.2091 15 18 15C15.7909 15 14 16.7909 14 19C14 21.2091 15.7909 23 18 23Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.49 19.0499H16.51\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 17.59V20.58\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 8.5V16.36C20.27 15.53 19.2 15 18 15C15.79 15 14 16.79 14 19C14 19.75 14.21 20.46 14.58 21.06C14.79 21.42 15.06 21.74 15.37 22H8C4.5 22 3 20 3 17V8.5C3 5.5 4.5 3.5 8 3.5H16C19.5 3.5 21 5.5 21 8.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9955 13.7H12.0045\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.29431 13.7H8.30329\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.29431 16.7H8.30329\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"calendar circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.89001 5.82996V7.82996\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.11 5.82996V7.82996\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.53003 10.14H16.47\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.5 17.6699H10.5C8 17.6699 6.5 15.8699 6.5 13.6699V10.6699C6.5 8.46992 8 6.66992 10.5 6.66992H13.5C16 6.66992 17.5 8.46992 17.5 10.6699V13.6699C17.5 15.8699 16 17.6699 13.5 17.6699Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"calendar edit \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 2V5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 2V5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.5 9.08997H20.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.21 15.77L15.6701 19.31C15.5301 19.45 15.4 19.71 15.37 19.9L15.18 21.25C15.11 21.74 15.45 22.0801 15.94 22.0101L17.29 21.82C17.48 21.79 17.75 21.66 17.88 21.52L21.4201 17.9801C22.0301 17.3701 22.3201 16.6601 21.4201 15.7601C20.5301 14.8701 19.82 15.16 19.21 15.77Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.7001 16.28C19.0001 17.36 19.8401 18.2 20.9201 18.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22H8C4.5 22 3 20 3 17V8.5C3 5.5 4.5 3.5 8 3.5H16C19.5 3.5 21 5.5 21 8.5V12\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9955 13.7H12.0045\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.29431 13.7H8.30329\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.29431 16.7H8.30329\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"calendar remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 2V5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 2V5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.5 9.08997H20.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 23C20.2091 23 22 21.2091 22 19C22 16.7909 20.2091 15 18 15C15.7909 15 14 16.7909 14 19C14 21.2091 15.7909 23 18 23Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.07 20.11L16.95 18\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.0499 18.02L16.9299 20.14\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 8.5V16.36C20.27 15.53 19.2 15 18 15C15.79 15 14 16.79 14 19C14 19.75 14.21 20.46 14.58 21.06C14.79 21.42 15.06 21.74 15.37 22H8C4.5 22 3 20 3 17V8.5C3 5.5 4.5 3.5 8 3.5H16C19.5 3.5 21 5.5 21 8.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9955 13.7H12.0045\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.29431 13.7H8.30329\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.29431 16.7H8.30329\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"calendar search \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 2V5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 2V5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.2 21.4C19.9673 21.4 21.4 19.9673 21.4 18.2C21.4 16.4327 19.9673 15 18.2 15C16.4327 15 15 16.4327 15 18.2C15 19.9673 16.4327 21.4 18.2 21.4Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 22L21 21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.5 9.08997H20.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.37 22H8C4.5 22 3 20 3 17V8.5C3 5.5 4.5 3.5 8 3.5H16C19.5 3.5 21 5.5 21 8.5V13\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9955 13.7H12.0045\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.29431 13.7H8.30329\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.29431 16.7H8.30329\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"calendar tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 2V5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 2V5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.5 9.08997H20.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 19C22 19.75 21.79 20.46 21.42 21.06C20.73 22.22 19.46 23 18 23C16.99 23 16.07 22.63 15.37 22C15.06 21.74 14.79 21.42 14.58 21.06C14.21 20.46 14 19.75 14 19C14 16.79 15.79 15 18 15C19.2 15 20.27 15.53 21 16.36C21.62 17.07 22 17.99 22 19Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.4399 19L17.4299 19.99L19.5599 18.02\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 8.5V16.36C20.27 15.53 19.2 15 18 15C15.79 15 14 16.79 14 19C14 19.75 14.21 20.46 14.58 21.06C14.79 21.42 15.06 21.74 15.37 22H8C4.5 22 3 20 3 17V8.5C3 5.5 4.5 3.5 8 3.5H16C19.5 3.5 21 5.5 21 8.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9955 13.7H12.0045\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.29431 13.7H8.30329\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.29431 16.7H8.30329\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"calendar \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 2V5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 2V5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.5 9.08997H20.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 8.5V17C21 20 19.5 22 16 22H8C4.5 22 3 20 3 17V8.5C3 5.5 4.5 3.5 8 3.5H16C19.5 3.5 21 5.5 21 8.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.6947 13.7H15.7037\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.6947 16.7H15.7037\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9955 13.7H12.0045\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9955 16.7H12.0045\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.29431 13.7H8.30329\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.29431 16.7H8.30329\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"call add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.97 18.33C21.97 18.69 21.89 19.06 21.72 19.42C21.55 19.78 21.33 20.12 21.04 20.44C20.55 20.98 20.01 21.37 19.4 21.62C18.8 21.87 18.15 22 17.45 22C16.43 22 15.34 21.76 14.19 21.27C13.04 20.78 11.89 20.12 10.75 19.29C9.6 18.45 8.51 17.52 7.47 16.49C6.44 15.45 5.51 14.36 4.68 13.22C3.86 12.08 3.2 10.94 2.72 9.81C2.24 8.67 2 7.58 2 6.54C2 5.86 2.12 5.21 2.36 4.61C2.6 4 2.98 3.44 3.51 2.94C4.15 2.31 4.85 2 5.59 2C5.87 2 6.15 2.06 6.4 2.18C6.66 2.3 6.89 2.48 7.07 2.74L9.39 6.01C9.57 6.26 9.7 6.49 9.79 6.71C9.88 6.92 9.93 7.13 9.93 7.32C9.93 7.56 9.86 7.8 9.72 8.03C9.59 8.26 9.4 8.5 9.16 8.74L8.4 9.53C8.29 9.64 8.24 9.77 8.24 9.93C8.24 10.01 8.25 10.08 8.27 10.16C8.3 10.24 8.33 10.3 8.35 10.36C8.53 10.69 8.84 11.12 9.28 11.64C9.73 12.16 10.21 12.69 10.73 13.22C11.27 13.75 11.79 14.24 12.32 14.69C12.84 15.13 13.27 15.43 13.61 15.61C13.66 15.63 13.72 15.66 13.79 15.69C13.87 15.72 13.95 15.73 14.04 15.73C14.21 15.73 14.34 15.67 14.45 15.56L15.21 14.81C15.46 14.56 15.7 14.37 15.93 14.25C16.16 14.11 16.39 14.04 16.64 14.04C16.83 14.04 17.03 14.08 17.25 14.17C17.47 14.26 17.7 14.39 17.95 14.56L21.26 16.91C21.52 17.09 21.7 17.3 21.81 17.55C21.91 17.8 21.97 18.05 21.97 18.33Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n<path d=\"M15.5 6H20.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 8.5V3.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"call calling \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.97 18.33C21.97 18.69 21.89 19.06 21.72 19.42C21.55 19.78 21.33 20.12 21.04 20.44C20.55 20.98 20.01 21.37 19.4 21.62C18.8 21.87 18.15 22 17.45 22C16.43 22 15.34 21.76 14.19 21.27C13.04 20.78 11.89 20.12 10.75 19.29C9.6 18.45 8.51 17.52 7.47 16.49C6.44 15.45 5.51 14.36 4.68 13.22C3.86 12.08 3.2 10.94 2.72 9.81C2.24 8.67 2 7.58 2 6.54C2 5.86 2.12 5.21 2.36 4.61C2.6 4 2.98 3.44 3.51 2.94C4.15 2.31 4.85 2 5.59 2C5.87 2 6.15 2.06 6.4 2.18C6.66 2.3 6.89 2.48 7.07 2.74L9.39 6.01C9.57 6.26 9.7 6.49 9.79 6.71C9.88 6.92 9.93 7.13 9.93 7.32C9.93 7.56 9.86 7.8 9.72 8.03C9.59 8.26 9.4 8.5 9.16 8.74L8.4 9.53C8.29 9.64 8.24 9.77 8.24 9.93C8.24 10.01 8.25 10.08 8.27 10.16C8.3 10.24 8.33 10.3 8.35 10.36C8.53 10.69 8.84 11.12 9.28 11.64C9.73 12.16 10.21 12.69 10.73 13.22C11.27 13.75 11.79 14.24 12.32 14.69C12.84 15.13 13.27 15.43 13.61 15.61C13.66 15.63 13.72 15.66 13.79 15.69C13.87 15.72 13.95 15.73 14.04 15.73C14.21 15.73 14.34 15.67 14.45 15.56L15.21 14.81C15.46 14.56 15.7 14.37 15.93 14.25C16.16 14.11 16.39 14.04 16.64 14.04C16.83 14.04 17.03 14.08 17.25 14.17C17.47 14.26 17.7 14.39 17.95 14.56L21.26 16.91C21.52 17.09 21.7 17.3 21.81 17.55C21.91 17.8 21.97 18.05 21.97 18.33Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n<path d=\"M18.5 9C18.5 8.4 18.03 7.48 17.33 6.73C16.69 6.04 15.84 5.5 15 5.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 9C22 5.13 18.87 2 15 2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"call incoming \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.97 18.33C21.97 18.69 21.89 19.06 21.72 19.42C21.55 19.78 21.33 20.12 21.04 20.44C20.55 20.98 20.01 21.37 19.4 21.62C18.8 21.87 18.15 22 17.45 22C16.43 22 15.34 21.76 14.19 21.27C13.04 20.78 11.89 20.12 10.75 19.29C9.6 18.45 8.51 17.52 7.47 16.49C6.44 15.45 5.51 14.36 4.68 13.22C3.86 12.08 3.2 10.94 2.72 9.81C2.24 8.67 2 7.58 2 6.54C2 5.86 2.12 5.21 2.36 4.61C2.6 4 2.98 3.44 3.51 2.94C4.15 2.31 4.85 2 5.59 2C5.87 2 6.15 2.06 6.4 2.18C6.66 2.3 6.89 2.48 7.07 2.74L9.39 6.01C9.57 6.26 9.7 6.49 9.79 6.71C9.88 6.92 9.93 7.13 9.93 7.32C9.93 7.56 9.86 7.8 9.72 8.03C9.59 8.26 9.4 8.5 9.16 8.74L8.4 9.53C8.29 9.64 8.24 9.77 8.24 9.93C8.24 10.01 8.25 10.08 8.27 10.16C8.3 10.24 8.33 10.3 8.35 10.36C8.53 10.69 8.84 11.12 9.28 11.64C9.73 12.16 10.21 12.69 10.73 13.22C11.27 13.75 11.79 14.24 12.32 14.69C12.84 15.13 13.27 15.43 13.61 15.61C13.66 15.63 13.72 15.66 13.79 15.69C13.87 15.72 13.95 15.73 14.04 15.73C14.21 15.73 14.34 15.67 14.45 15.56L15.21 14.81C15.46 14.56 15.7 14.37 15.93 14.25C16.16 14.11 16.39 14.04 16.64 14.04C16.83 14.04 17.03 14.08 17.25 14.17C17.47 14.26 17.7 14.39 17.95 14.56L21.26 16.91C21.52 17.09 21.7 17.3 21.81 17.55C21.91 17.8 21.97 18.05 21.97 18.33Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n<path d=\"M16.2 7.8H21M16.2 7.8V3V7.8Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"call minus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.97 18.33C21.97 18.69 21.89 19.06 21.72 19.42C21.55 19.78 21.33 20.12 21.04 20.44C20.55 20.98 20.01 21.37 19.4 21.62C18.8 21.87 18.15 22 17.45 22C16.43 22 15.34 21.76 14.19 21.27C13.04 20.78 11.89 20.12 10.75 19.29C9.6 18.45 8.51 17.52 7.47 16.49C6.44 15.45 5.51 14.36 4.68 13.22C3.86 12.08 3.2 10.94 2.72 9.81C2.24 8.67 2 7.58 2 6.54C2 5.86 2.12 5.21 2.36 4.61C2.6 4 2.98 3.44 3.51 2.94C4.15 2.31 4.85 2 5.59 2C5.87 2 6.15 2.06 6.4 2.18C6.66 2.3 6.89 2.48 7.07 2.74L9.39 6.01C9.57 6.26 9.7 6.49 9.79 6.71C9.88 6.92 9.93 7.13 9.93 7.32C9.93 7.56 9.86 7.8 9.72 8.03C9.59 8.26 9.4 8.5 9.16 8.74L8.4 9.53C8.29 9.64 8.24 9.77 8.24 9.93C8.24 10.01 8.25 10.08 8.27 10.16C8.3 10.24 8.33 10.3 8.35 10.36C8.53 10.69 8.84 11.12 9.28 11.64C9.73 12.16 10.21 12.69 10.73 13.22C11.27 13.75 11.79 14.24 12.32 14.69C12.84 15.13 13.27 15.43 13.61 15.61C13.66 15.63 13.72 15.66 13.79 15.69C13.87 15.72 13.95 15.73 14.04 15.73C14.21 15.73 14.34 15.67 14.45 15.56L15.21 14.81C15.46 14.56 15.7 14.37 15.93 14.25C16.16 14.11 16.39 14.04 16.64 14.04C16.83 14.04 17.03 14.08 17.25 14.17C17.47 14.26 17.7 14.39 17.95 14.56L21.26 16.91C21.52 17.09 21.7 17.3 21.81 17.55C21.91 17.8 21.97 18.05 21.97 18.33Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n<path d=\"M15.5 6H20.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"call outgoing \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.97 18.33C21.97 18.69 21.89 19.06 21.72 19.42C21.55 19.78 21.33 20.12 21.04 20.44C20.55 20.98 20.01 21.37 19.4 21.62C18.8 21.87 18.15 22 17.45 22C16.43 22 15.34 21.76 14.19 21.27C13.04 20.78 11.89 20.12 10.75 19.29C9.6 18.45 8.51 17.52 7.47 16.49C6.44 15.45 5.51 14.36 4.68 13.22C3.86 12.08 3.2 10.94 2.72 9.81C2.24 8.67 2 7.58 2 6.54C2 5.86 2.12 5.21 2.36 4.61C2.6 4 2.98 3.44 3.51 2.94C4.15 2.31 4.85 2 5.59 2C5.87 2 6.15 2.06 6.4 2.18C6.66 2.3 6.89 2.48 7.07 2.74L9.39 6.01C9.57 6.26 9.7 6.49 9.79 6.71C9.88 6.92 9.93 7.13 9.93 7.32C9.93 7.56 9.86 7.8 9.72 8.03C9.59 8.26 9.4 8.5 9.16 8.74L8.4 9.53C8.29 9.64 8.24 9.77 8.24 9.93C8.24 10.01 8.25 10.08 8.27 10.16C8.3 10.24 8.33 10.3 8.35 10.36C8.53 10.69 8.84 11.12 9.28 11.64C9.73 12.16 10.21 12.69 10.73 13.22C11.27 13.75 11.79 14.24 12.32 14.69C12.84 15.13 13.27 15.43 13.61 15.61C13.66 15.63 13.72 15.66 13.79 15.69C13.87 15.72 13.95 15.73 14.04 15.73C14.21 15.73 14.34 15.67 14.45 15.56L15.21 14.81C15.46 14.56 15.7 14.37 15.93 14.25C16.16 14.11 16.39 14.04 16.64 14.04C16.83 14.04 17.03 14.08 17.25 14.17C17.47 14.26 17.7 14.39 17.95 14.56L21.26 16.91C21.52 17.09 21.7 17.3 21.81 17.55C21.91 17.8 21.97 18.05 21.97 18.33Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n<path d=\"M20 4H15.2M20 4V8.8V4Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"call received \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.97 18.33C21.97 18.69 21.89 19.06 21.72 19.42C21.55 19.78 21.33 20.12 21.04 20.44C20.55 20.98 20.01 21.37 19.4 21.62C18.8 21.87 18.15 22 17.45 22C16.43 22 15.34 21.76 14.19 21.27C13.04 20.78 11.89 20.12 10.75 19.29C9.6 18.45 8.51 17.52 7.47 16.49C6.44 15.45 5.51 14.36 4.68 13.22C3.86 12.08 3.2 10.94 2.72 9.81C2.24 8.67 2 7.58 2 6.54C2 5.86 2.12 5.21 2.36 4.61C2.6 4 2.98 3.44 3.51 2.94C4.15 2.31 4.85 2 5.59 2C5.87 2 6.15 2.06 6.4 2.18C6.66 2.3 6.89 2.48 7.07 2.74L9.39 6.01C9.57 6.26 9.7 6.49 9.79 6.71C9.88 6.92 9.93 7.13 9.93 7.32C9.93 7.56 9.86 7.8 9.72 8.03C9.59 8.26 9.4 8.5 9.16 8.74L8.4 9.53C8.29 9.64 8.24 9.77 8.24 9.93C8.24 10.01 8.25 10.08 8.27 10.16C8.3 10.24 8.33 10.3 8.35 10.36C8.53 10.69 8.84 11.12 9.28 11.64C9.73 12.16 10.21 12.69 10.73 13.22C11.27 13.75 11.79 14.24 12.32 14.69C12.84 15.13 13.27 15.43 13.61 15.61C13.66 15.63 13.72 15.66 13.79 15.69C13.87 15.72 13.95 15.73 14.04 15.73C14.21 15.73 14.34 15.67 14.45 15.56L15.21 14.81C15.46 14.56 15.7 14.37 15.93 14.25C16.16 14.11 16.39 14.04 16.64 14.04C16.83 14.04 17.03 14.08 17.25 14.17C17.47 14.26 17.7 14.39 17.95 14.56L21.26 16.91C21.52 17.09 21.7 17.3 21.81 17.55C21.91 17.8 21.97 18.05 21.97 18.33Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n<path d=\"M15 5.96997L17 7.96997L21 3.96997\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"call remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.97 18.33C21.97 18.69 21.89 19.06 21.72 19.42C21.55 19.78 21.33 20.12 21.04 20.44C20.55 20.98 20.01 21.37 19.4 21.62C18.8 21.87 18.15 22 17.45 22C16.43 22 15.34 21.76 14.19 21.27C13.04 20.78 11.89 20.12 10.75 19.29C9.6 18.45 8.51 17.52 7.47 16.49C6.44 15.45 5.51 14.36 4.68 13.22C3.86 12.08 3.2 10.94 2.72 9.81C2.24 8.67 2 7.58 2 6.54C2 5.86 2.12 5.21 2.36 4.61C2.6 4 2.98 3.44 3.51 2.94C4.15 2.31 4.85 2 5.59 2C5.87 2 6.15 2.06 6.4 2.18C6.66 2.3 6.89 2.48 7.07 2.74L9.39 6.01C9.57 6.26 9.7 6.49 9.79 6.71C9.88 6.92 9.93 7.13 9.93 7.32C9.93 7.56 9.86 7.8 9.72 8.03C9.59 8.26 9.4 8.5 9.16 8.74L8.4 9.53C8.29 9.64 8.24 9.77 8.24 9.93C8.24 10.01 8.25 10.08 8.27 10.16C8.3 10.24 8.33 10.3 8.35 10.36C8.53 10.69 8.84 11.12 9.28 11.64C9.73 12.16 10.21 12.69 10.73 13.22C11.27 13.75 11.79 14.24 12.32 14.69C12.84 15.13 13.27 15.43 13.61 15.61C13.66 15.63 13.72 15.66 13.79 15.69C13.87 15.72 13.95 15.73 14.04 15.73C14.21 15.73 14.34 15.67 14.45 15.56L15.21 14.81C15.46 14.56 15.7 14.37 15.93 14.25C16.16 14.11 16.39 14.04 16.64 14.04C16.83 14.04 17.03 14.08 17.25 14.17C17.47 14.26 17.7 14.39 17.95 14.56L21.26 16.91C21.52 17.09 21.7 17.3 21.81 17.55C21.91 17.8 21.97 18.05 21.97 18.33Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n<path d=\"M16.23 7.76998L19.77 4.22998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.77 7.76998L16.23 4.22998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"call slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.3201 18.97C10.4601 19.08 10.6001 19.18 10.7501 19.29C11.8901 20.12 13.0401 20.78 14.1901 21.27C15.3401 21.76 16.4301 22 17.4501 22C18.1501 22 18.8001 21.87 19.4001 21.62C20.0101 21.37 20.5501 20.98 21.0401 20.44C21.3301 20.12 21.5501 19.78 21.7201 19.42C21.8901 19.06 21.9701 18.69 21.9701 18.33C21.9701 18.05 21.9101 17.8 21.8101 17.55C21.7001 17.3 21.5201 17.09 21.2601 16.91L17.9501 14.56C17.7001 14.39 17.4701 14.26 17.2501 14.17C17.0301 14.08 16.8301 14.04 16.6401 14.04C16.3901 14.04 16.1601 14.11 15.9301 14.25C15.7001 14.37 15.4601 14.56 15.2101 14.81L14.4501 15.56C14.3401 15.67 14.2101 15.73 14.0401 15.73C13.9501 15.73 13.8701 15.72 13.7901 15.69C13.7201 15.66 13.6601 15.63 13.6101 15.61C13.4201 15.51 13.2001 15.37 12.9601 15.19\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.73 13.22C10.21 12.69 9.73 12.16 9.28 11.64C8.84 11.12 8.53 10.69 8.35 10.36C8.33 10.3 8.3 10.24 8.27 10.16C8.25 10.08 8.24 10.01 8.24 9.93C8.24 9.77 8.29 9.64 8.4 9.53L9.16 8.74C9.4 8.5 9.59 8.26 9.72 8.03C9.86 7.8 9.93 7.56 9.93 7.32C9.93 7.13 9.88 6.92 9.79 6.71C9.7 6.49 9.57 6.26 9.39 6.01L7.07 2.74C6.89 2.48 6.66 2.3 6.4 2.18C6.15 2.06 5.87 2 5.59 2C4.85 2 4.15 2.31 3.51 2.94C2.98 3.44 2.6 4 2.36 4.61C2.12 5.21 2 5.86 2 6.54C2 7.58 2.24 8.67 2.72 9.81C3.2 10.94 3.86 12.08 4.68 13.22C5.51 14.36 6.44 15.45 7.47 16.49\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 2L2 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"call \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.97 18.33C21.97 18.69 21.89 19.06 21.72 19.42C21.55 19.78 21.33 20.12 21.04 20.44C20.55 20.98 20.01 21.37 19.4 21.62C18.8 21.87 18.15 22 17.45 22C16.43 22 15.34 21.76 14.19 21.27C13.04 20.78 11.89 20.12 10.75 19.29C9.6 18.45 8.51 17.52 7.47 16.49C6.44 15.45 5.51 14.36 4.68 13.22C3.86 12.08 3.2 10.94 2.72 9.81C2.24 8.67 2 7.58 2 6.54C2 5.86 2.12 5.21 2.36 4.61C2.6 4 2.98 3.44 3.51 2.94C4.15 2.31 4.85 2 5.59 2C5.87 2 6.15 2.06 6.4 2.18C6.66 2.3 6.89 2.48 7.07 2.74L9.39 6.01C9.57 6.26 9.7 6.49 9.79 6.71C9.88 6.92 9.93 7.13 9.93 7.32C9.93 7.56 9.86 7.8 9.72 8.03C9.59 8.26 9.4 8.5 9.16 8.74L8.4 9.53C8.29 9.64 8.24 9.77 8.24 9.93C8.24 10.01 8.25 10.08 8.27 10.16C8.3 10.24 8.33 10.3 8.35 10.36C8.53 10.69 8.84 11.12 9.28 11.64C9.73 12.16 10.21 12.69 10.73 13.22C11.27 13.75 11.79 14.24 12.32 14.69C12.84 15.13 13.27 15.43 13.61 15.61C13.66 15.63 13.72 15.66 13.79 15.69C13.87 15.72 13.95 15.73 14.04 15.73C14.21 15.73 14.34 15.67 14.45 15.56L15.21 14.81C15.46 14.56 15.7 14.37 15.93 14.25C16.16 14.11 16.39 14.04 16.64 14.04C16.83 14.04 17.03 14.08 17.25 14.17C17.47 14.26 17.7 14.39 17.95 14.56L21.26 16.91C21.52 17.09 21.7 17.3 21.81 17.55C21.91 17.8 21.97 18.05 21.97 18.33Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n</svg>\n</li><li title=\"camera slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 10H9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.76001 22H17.24C20 22 21.1 20.31 21.23 18.25L21.75 9.99001C21.81 9.06001 21.52 8.19001 21.01 7.51001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 6C17.39 6 16.83 5.65 16.55 5.11L15.83 3.66C15.37 2.75 14.17 2 13.15 2H10.86C9.83005 2 8.63005 2.75 8.17005 3.66L7.45005 5.11C7.17005 5.65 6.61005 6 6.00005 6C3.83005 6 2.11005 7.83 2.25005 9.99L2.77005 18.25C2.82005 19.07 3.03005 19.84 3.44005 20.46\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 17.31C10.55 17.74 11.25 18 12 18C13.79 18 15.25 16.54 15.25 14.75C15.25 14.11 15.07 13.52 14.75 13.02\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 2L2 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"camera \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.76005 22H17.24C20 22 21.1 20.31 21.23 18.25L21.75 9.99C21.89 7.83 20.17 6 18 6C17.39 6 16.83 5.65 16.55 5.11L15.83 3.66C15.37 2.75 14.17 2 13.15 2H10.86C9.83005 2 8.63005 2.75 8.17005 3.66L7.45005 5.11C7.17005 5.65 6.61005 6 6.00005 6C3.83005 6 2.11005 7.83 2.25005 9.99L2.77005 18.25C2.89005 20.31 4.00005 22 6.76005 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.5 8H13.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 18C13.79 18 15.25 16.54 15.25 14.75C15.25 12.96 13.79 11.5 12 11.5C10.21 11.5 8.75 12.96 8.75 14.75C8.75 16.54 10.21 18 12 18Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"candle 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 17.5H15\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 17.5H2\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 6.5H19\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 6.5H2\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 14.5H13C14.1 14.5 15 15 15 16.5V18.5C15 20 14.1 20.5 13 20.5H7C5.9 20.5 5 20 5 18.5V16.5C5 15 5.9 14.5 7 14.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 3.5H17C18.1 3.5 19 4 19 5.5V7.5C19 9 18.1 9.5 17 9.5H11C9.9 9.5 9 9 9 7.5V5.5C9 4 9.9 3.5 11 3.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"candle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.5 22V15\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.5 5V2\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.5 22V19\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.5 9V2\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.5 7V13C9.5 14.1 9 15 7.5 15H5.5C4 15 3.5 14.1 3.5 13V7C3.5 5.9 4 5 5.5 5H7.5C9 5 9.5 5.9 9.5 7Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.5 11V17C20.5 18.1 20 19 18.5 19H16.5C15 19 14.5 18.1 14.5 17V11C14.5 9.9 15 9 16.5 9H18.5C20 9 20.5 9.9 20.5 11Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"car \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.51 2.82996H8.49C6 2.82996 5.45 4.06996 5.13 5.58996L4 11H20L18.87 5.58996C18.55 4.06996 18 2.82996 15.51 2.82996Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.99 19.82C22.1 20.99 21.16 22 19.96 22H18.08C17 22 16.85 21.54 16.66 20.97L16.46 20.37C16.18 19.55 16 19 14.56 19H9.43998C7.99998 19 7.78998 19.62 7.53998 20.37L7.33998 20.97C7.14998 21.54 6.99998 22 5.91998 22H4.03998C2.83998 22 1.89998 20.99 2.00998 19.82L2.56998 13.73C2.70998 12.23 2.99998 11 5.61998 11H18.38C21 11 21.29 12.23 21.43 13.73L21.99 19.82Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 8H3\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 8H20\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 3V5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.5 5H13.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 15H9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 15H18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"card add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 8.5H13.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 16.5H8\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.5 16.5H14.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 12.03V16.11C22 19.62 21.11 20.5 17.56 20.5H6.44C2.89 20.5 2 19.62 2 16.11V7.89C2 4.38 2.89 3.5 6.44 3.5H13.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.5 6.25H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M19.25 9V3.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n</svg>\n</li><li title=\"card coin \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 17.0601H12\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.21997 13.5H9.78003C11.56 13.5 12 13.94 12 15.7V19.81C12 21.57 11.56 22.01 9.78003 22.01H4.21997C2.43997 22.01 2 21.57 2 19.81V15.7C2 13.94 2.43997 13.5 4.21997 13.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 15C22 18.87 18.87 22 15 22L16.05 20.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 9C2 5.13 5.13 2 9 2L7.95001 3.75\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.5 11C20.9853 11 23 8.98528 23 6.5C23 4.01472 20.9853 2 18.5 2C16.0147 2 14 4.01472 14 6.5C14 8.98528 16.0147 11 18.5 11Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"card edit \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M1.99609 8.5H11.4961\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.99609 16.5H7.99609\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.4961 16.5H14.4961\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.9961 12.03V16.11C21.9961 19.62 21.1061 20.5 17.5561 20.5H6.43609C2.88609 20.5 1.99609 19.62 1.99609 16.11V7.89C1.99609 4.38 2.88609 3.5 6.43609 3.5H14.4961\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.0761 4.13006L15.3661 7.84006C15.2261 7.98006 15.0861 8.26006 15.0561 8.46006L14.8561 9.88006C14.7861 10.3901 15.1461 10.7501 15.6561 10.6801L17.0761 10.4801C17.2761 10.4501 17.5561 10.3101 17.6961 10.1701L21.4061 6.46006C22.0461 5.82006 22.3461 5.08006 21.4061 4.14006C20.4561 3.19006 19.7161 3.49006 19.0761 4.13006Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.5461 4.65991C18.8661 5.78991 19.7461 6.66991 20.8661 6.97991\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"card pos \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.92969 15.8792L15.8797 3.9292\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.1013 18.2791L12.3013 17.0791\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.793 15.5887L16.183 13.1987\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.60127 10.239L10.2413 3.599C12.3613 1.479 13.4213 1.469 15.5213 3.569L20.4313 8.479C22.5313 10.579 22.5213 11.639 20.4013 13.759L13.7613 20.399C11.6413 22.519 10.5813 22.529 8.48127 20.429L3.57127 15.519C1.47127 13.419 1.47127 12.369 3.60127 10.239Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 21.9985H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"card receive \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 8.5H14.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 16.5H8\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.5 16.5H14.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 14.03V16.11C22 19.62 21.11 20.5 17.56 20.5H6.44C2.89 20.5 2 19.62 2 16.11V7.89C2 4.38 2.89 3.5 6.44 3.5H14.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 3.5V9.5L22 7.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 9.5L18 7.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"card remove 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 8.5H13.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 16.5H8\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.5 16.5H14.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 12.03V16.11C22 19.62 21.11 20.5 17.56 20.5H6.44C2.89 20.5 2 19.62 2 16.11V7.89C2 4.38 2.89 3.5 6.44 3.5H13.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.3086 8.18957L21.1886 4.30957\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M21.1886 8.18957L17.3086 4.30957\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n</svg>\n</li><li title=\"card remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M1.89844 10.0303H21.8984\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.4584 20.53H6.34839C2.79839 20.53 1.89844 19.65 1.89844 16.14V7.92004C1.89844 4.74004 2.63841 3.72004 5.42841 3.56004C5.70841 3.55004 6.01839 3.54004 6.34839 3.54004H17.4584C21.0084 3.54004 21.9084 4.42004 21.9084 7.93004V12.34\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.8984 22.0303C20.1076 22.0303 21.8984 20.2394 21.8984 18.0303C21.8984 15.8211 20.1076 14.0303 17.8984 14.0303C15.6893 14.0303 13.8984 15.8211 13.8984 18.0303C13.8984 20.2394 15.6893 22.0303 17.8984 22.0303Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.9694 19.1503L16.8594 17.0303\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.9481 17.0603L16.8281 19.1703\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.89844 16.0303H9.89844\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"card send \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 8.5H14.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 16.5H8\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.5 16.5H14.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 14.03V16.11C22 19.62 21.11 20.5 17.56 20.5H6.44C2.89 20.5 2 19.62 2 16.11V7.89C2 4.38 2.89 3.5 6.44 3.5H14.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 9.5V3.5L22 5.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 3.5L18 5.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"card slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 8.5H15.24\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 16.5H7.29\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 16.5H14.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.97998 20.4999H17.56C21.12 20.4999 22 19.6199 22 16.1099V6.88989\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.99 3.75C19.37 3.57 18.57 3.5 17.56 3.5H6.44C2.89 3.5 2 4.38 2 7.89V16.1C2 18.44 2.39 19.61 3.71 20.13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 2L2 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"card tick 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 8.5H13.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 16.5H8\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.5 16.5H14.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 11.03V16.11C22 19.62 21.11 20.5 17.56 20.5H6.44C2.89 20.5 2 19.62 2 16.11V7.89C2 4.38 2.89 3.5 6.44 3.5H13.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.5 6L18 7.5L22 3.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"card tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 10H22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.5483 20.4998H6.43829C2.88829 20.4998 1.98828 19.6198 1.98828 16.1098V7.88977C1.98828 4.70977 2.72831 3.68977 5.51831 3.52977C5.79831 3.51977 6.10829 3.50977 6.43829 3.50977H17.5483C21.0983 3.50977 21.9983 4.38977 21.9983 7.89977V12.3098\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 16H10\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 18C22 18.75 21.79 19.46 21.42 20.06C20.73 21.22 19.46 22 18 22C16.54 22 15.27 21.22 14.58 20.06C14.21 19.46 14 18.75 14 18C14 15.79 15.79 14 18 14C20.21 14 22 15.79 22 18Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.4414 17.9995L17.4314 18.9895L19.5614 17.0195\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"card \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 8.50488H22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 16.5049H8\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.5 16.5049H14.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.44 3.50488H17.55C21.11 3.50488 22 4.38488 22 7.89488V16.1049C22 19.6149 21.11 20.4949 17.56 20.4949H6.44C2.89 20.5049 2 19.6249 2 16.1149V7.89488C2 4.38488 2.89 3.50488 6.44 3.50488Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cards \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 12.6101H19\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 10.28V17.43C18.97 20.28 18.19 21 15.22 21H5.78003C2.76003 21 2 20.2501 2 17.2701V10.28C2 7.58005 2.63 6.71005 5 6.57005C5.24 6.56005 5.50003 6.55005 5.78003 6.55005H15.22C18.24 6.55005 19 7.30005 19 10.28Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 6.73V13.72C22 16.42 21.37 17.29 19 17.43V10.28C19 7.3 18.24 6.55 15.22 6.55H5.78003C5.50003 6.55 5.24 6.56 5 6.57C5.03 3.72 5.81003 3 8.78003 3H18.22C21.24 3 22 3.75 22 6.73Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.25 17.8101H6.96997\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.10986 17.8101H12.5499\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"category 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 10H19C21 10 22 9 22 7V5C22 3 21 2 19 2H17C15 2 14 3 14 5V7C14 9 15 10 17 10Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 22H7C9 22 10 21 10 19V17C10 15 9 14 7 14H5C3 14 2 15 2 17V19C2 21 3 22 5 22Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 10C8.20914 10 10 8.20914 10 6C10 3.79086 8.20914 2 6 2C3.79086 2 2 3.79086 2 6C2 8.20914 3.79086 10 6 10Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 22C20.2091 22 22 20.2091 22 18C22 15.7909 20.2091 14 18 14C15.7909 14 14 15.7909 14 18C14 20.2091 15.7909 22 18 22Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"category \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 10H7C9 10 10 9 10 7V5C10 3 9 2 7 2H5C3 2 2 3 2 5V7C2 9 3 10 5 10Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 10H19C21 10 22 9 22 7V5C22 3 21 2 19 2H17C15 2 14 3 14 5V7C14 9 15 10 17 10Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 22H19C21 22 22 21 22 19V17C22 15 21 14 19 14H17C15 14 14 15 14 17V19C14 21 15 22 17 22Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 22H7C9 22 10 21 10 19V17C10 15 9 14 7 14H5C3 14 2 15 2 17V19C2 21 3 22 5 22Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cd \"><svg   viewBox=\"0 0 22 22\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11 21C16.5228 21 21 16.5228 21 11C21 5.47715 16.5228 1 11 1C5.47715 1 1 5.47715 1 11C1 16.5228 5.47715 21 11 21Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 13C12.1046 13 13 12.1046 13 11C13 9.89543 12.1046 9 11 9C9.89543 9 9 9.89543 9 11C9 12.1046 9.89543 13 11 13Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"chart 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 22H22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.75 4V22H14.25V4C14.25 2.9 13.8 2 12.45 2H11.55C10.2 2 9.75 2.9 9.75 4Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 10V22H7V10C7 8.9 6.6 8 5.4 8H4.6C3.4 8 3 8.9 3 10Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 15V22H21V15C21 13.9 20.6 13 19.4 13H18.6C17.4 13 17 13.9 17 15Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"chart 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5 18.5C16.6 18.5 17.5 17.6 17.5 16.5V7.5C17.5 6.4 16.6 5.5 15.5 5.5C14.4 5.5 13.5 6.4 13.5 7.5V16.5C13.5 17.6 14.39 18.5 15.5 18.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 18.5C9.6 18.5 10.5 17.6 10.5 16.5V13C10.5 11.9 9.6 11 8.5 11C7.4 11 6.5 11.9 6.5 13V16.5C6.5 17.6 7.39 18.5 8.5 18.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"chart 21 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 10.74V13.94\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 9V15.68\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 10.74V13.94\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"chart 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.02 5.97C2.75 7.65 2 9.74 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 12C5 15.87 8.13 19 12 19C15.87 19 19 15.87 19 12C19 8.13 15.87 5 12 5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 16C14.21 16 16 14.21 16 12C16 9.79 14.21 8 12 8\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"chart square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.11 11.1501H7.46005C6.83005 11.1501 6.32007 11.6601 6.32007 12.2901V17.4101H10.11V11.1501V11.1501Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.7613 6.6001H11.2413C10.6113 6.6001 10.1013 7.11011 10.1013 7.74011V17.4001H13.8913V7.74011C13.8913 7.11011 13.3913 6.6001 12.7613 6.6001Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.5482 12.8501H13.8982V17.4001H17.6882V13.9901C17.6782 13.3601 17.1682 12.8501 16.5482 12.8501Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"chart success \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 13V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 13V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 13V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 19.43L17.58 21L21 17\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 10.5V13.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 10.5V13.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 10.5V13.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"chart \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 22H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.59998 8.37988H4C3.45 8.37988 3 8.82988 3 9.37988V17.9999C3 18.5499 3.45 18.9999 4 18.9999H5.59998C6.14998 18.9999 6.59998 18.5499 6.59998 17.9999V9.37988C6.59998 8.82988 6.14998 8.37988 5.59998 8.37988Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.7999 5.18994H11.2C10.65 5.18994 10.2 5.63994 10.2 6.18994V17.9999C10.2 18.5499 10.65 18.9999 11.2 18.9999H12.7999C13.3499 18.9999 13.7999 18.5499 13.7999 17.9999V6.18994C13.7999 5.63994 13.3499 5.18994 12.7999 5.18994Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.9999 2H18.3999C17.8499 2 17.3999 2.45 17.3999 3V18C17.3999 18.55 17.8499 19 18.3999 19H19.9999C20.5499 19 20.9999 18.55 20.9999 18V3C20.9999 2.45 20.5499 2 19.9999 2Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"check \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.02 19.5H7.5C6.88 19.5 6.33 19.48 5.84 19.41C3.21 19.12 2.5 17.88 2.5 14.5V9.5C2.5 6.12 3.21 4.88 5.84 4.59C6.33 4.52 6.88 4.5 7.5 4.5H10.96\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.02 4.5H16.5C17.12 4.5 17.67 4.52 18.16 4.59C20.79 4.88 21.5 6.12 21.5 9.5V14.5C21.5 17.88 20.79 19.12 18.16 19.41C17.67 19.48 17.12 19.5 16.5 19.5H15.02\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 2V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 8.5V15.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"chrome \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 16C14.21 16 16 14.21 16 12C16 9.79 14.21 8 12 8C9.79 8 8 9.79 8 12C8 14.21 9.79 16 12 16Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.17 8C18.15 7.34 15.02 7.34 12 8\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.95001 6.06006L3.97001 6.12006C4.98001 9.01006 6.53001 11.6901 8.54001 14.0001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.88 21.94C12.94 19.67 14.49 16.99 15.43 14.08L15.46 14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"clipboard close \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14 16.16L10.04 12.2\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.96 12.24L10 16.2\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 6H14C16 6 16 5 16 4C16 2 15 2 14 2H10C9 2 8 2 8 4C8 6 9 6 10 6Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 4.02002C19.33 4.20002 21 5.43002 21 10V16C21 20 20 22 15 22H9C4 22 3 20 3 16V10C3 5.44002 4.67 4.20002 8 4.02002\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"clipboard export \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10 6H14C16 6 16 5 16 4C16 2 15 2 14 2H10C9 2 8 2 8 4C8 6 9 6 10 6Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 22H9C4 22 3 20 3 16V10C3 5.44002 4.67 4.20002 8 4.02002\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 4.02002C19.33 4.20002 21 5.43002 21 10V15\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 19V16H18\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 22L15.04 16.04\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"clipboard import \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10 6H14C16 6 16 5 16 4C16 2 15 2 14 2H10C9 2 8 2 8 4C8 6 9 6 10 6Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 22H9C4 22 3 20 3 16V10C3 5.44002 4.67 4.20002 8 4.02002\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 4.02002C19.33 4.20002 21 5.43002 21 10V15\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 19V22H18\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 16L20.96 21.96\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"clipboard text \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 12.2H15\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 16.2H12.38\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 6H14C16 6 16 5 16 4C16 2 15 2 14 2H10C9 2 8 2 8 4C8 6 9 6 10 6Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 4.02002C19.33 4.20002 21 5.43002 21 10V16C21 20 20 22 15 22H9C4 22 3 20 3 16V10C3 5.44002 4.67 4.20002 8 4.02002\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"clipboard tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.31 14.7L10.81 16.2L14.81 12.2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 6H14C16 6 16 5 16 4C16 2 15 2 14 2H10C9 2 8 2 8 4C8 6 9 6 10 6Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 4.02002C19.33 4.20002 21 5.43002 21 10V16C21 20 20 22 15 22H9C4 22 3 20 3 16V10C3 5.44002 4.67 4.20002 8 4.02002\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"clipboard \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.63 7.1499C18.67 7.7599 18.62 8.4499 18.5 9.2199L17.77 13.9099C17.15 17.8199 15.34 19.1399 11.43 18.5299L6.73999 17.7899C5.38999 17.5799 4.34999 17.2199 3.58999 16.6799C2.13999 15.6699 1.71999 14.0099 2.11999 11.4499L2.85999 6.7599C3.47999 2.8499 5.28999 1.5299 9.19999 2.1399L13.89 2.8799C17.03 3.3699 18.5 4.6499 18.63 7.1499Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.5 13.4699L19 17.9799C17.75 21.7399 15.75 22.7399 11.99 21.4899L7.48003 19.9899C5.21003 19.2399 3.95003 18.1999 3.59003 16.6799C4.35003 17.2199 5.39003 17.5799 6.74003 17.7899L11.43 18.5299C15.34 19.1399 17.15 17.8199 17.77 13.9099L18.5 9.2199C18.62 8.4499 18.67 7.7599 18.63 7.1499C21.02 8.4199 21.54 10.3399 20.5 13.4699Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.24 8.98C9.20098 8.98 9.98 8.20098 9.98 7.24C9.98 6.27902 9.20098 5.5 8.24 5.5C7.27902 5.5 6.5 6.27902 6.5 7.24C6.5 8.20098 7.27902 8.98 8.24 8.98Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"clock 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 12C22 17.52 17.52 22 12 22C6.48 22 2 17.52 2 12C2 6.48 6.48 2 12 2C17.52 2 22 6.48 22 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.71 15.18L12.61 13.33C12.07 13.01 11.63 12.24 11.63 11.61V7.51001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"clock \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 9.66003V12.45L13.4 13.85\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.5 12C5.5 8.41 8.41 5.5 12 5.5C15.59 5.5 18.5 8.41 18.5 12C18.5 14.08 17.52 15.94 16 17.13H15.99C14.89 17.99 13.51 18.5 12 18.5C10.51 18.5 9.14 18 8.04 17.15H8.03C6.49 15.96 5.5 14.1 5.5 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.03003 17.15H8.04003C9.14003 18 10.51 18.5 12 18.5C13.51 18.5 14.89 17.99 15.99 17.13H16L15.49 19.6C15 21.5 13.9 22 12.55 22H11.46C10.11 22 9.00003 21.5 8.52003 19.59L8.03003 17.15Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.03003 6.85H8.04003C9.14003 6 10.51 5.5 12 5.5C13.51 5.5 14.89 6.01 15.99 6.87H16L15.49 4.4C15 2.5 13.9 2 12.55 2H11.46C10.11 2 9.00003 2.5 8.52003 4.41L8.03003 6.85Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"close circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.16998 14.83L14.83 9.17004\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.83 14.83L9.16998 9.17004\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"close square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.16998 14.83L14.83 9.17004\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.83 14.83L9.16998 9.17004\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cloud add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.54003 11.12C0.860029 11.45 0.860029 18.26 5.54003 18.59H7.46007\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.59003 11.12C2.38003 2.19002 15.92 -1.37998 17.47 8.00002C21.8 8.55002 23.55 14.32 20.27 17.19C19.27 18.1 17.98 18.6 16.63 18.59H16.54\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 16.53C17 17.27 16.84 17.97 16.54 18.59C16.46 18.77 16.37 18.94 16.27 19.1C15.41 20.55 13.82 21.53 12 21.53C10.18 21.53 8.58998 20.55 7.72998 19.1C7.62998 18.94 7.54002 18.77 7.46002 18.59C7.16002 17.97 7 17.27 7 16.53C7 13.77 9.24 11.53 12 11.53C14.76 11.53 17 13.77 17 16.53Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.4399 16.53L11.4299 17.5201L13.5599 15.55\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cloud change \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.11003 11.85C5.29003 12.05 5.30003 16.15 8.11003 16.35H14.78C15.59 16.36 16.37 16.05 16.97 15.51C18.95 13.78 17.8901 10.31 15.2901 9.98001C14.3601 4.34001 6.21006 6.48 8.14006 11.85\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 15C2 18.87 5.13 22 9 22L7.95001 20.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 9C22 5.13 18.87 2 15 2L16.05 3.75\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cloud connection \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.36997 9.50993C2.28997 9.79993 2.29997 15.7099 6.36997 15.9999H16.03C17.2 16.0099 18.33 15.5699 19.2 14.7799C22.06 12.2799 20.53 7.27991 16.76 6.79991C15.41 -1.34009 3.61998 1.74993 6.40998 9.50993\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 16V19\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 23C13.1046 23 14 22.1046 14 21C14 19.8954 13.1046 19 12 19C10.8954 19 10 19.8954 10 21C10 22.1046 10.8954 23 12 23Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 21H14\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 21H6\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cloud cross \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.61 19.9999C17.95 20.0099 19.24 19.5099 20.23 18.6099C23.5 15.7499 21.75 10.0099 17.44 9.46995C15.9 0.129949 2.42998 3.66995 5.61998 12.5599\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.28011 12.97C6.75011 12.7 6.16011 12.56 5.57011 12.57C0.910109 12.9 0.920108 19.68 5.57011 20.01\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.8201 9.88998C16.3401 9.62998 16.9001 9.48998 17.4801 9.47998\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.3901 18.59L9.56006 21.41\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.3901 21.41L9.56006 18.59\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cloud drizzle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.61 19.9999C17.95 20.0099 19.24 19.5099 20.23 18.6099C23.5 15.7499 21.75 10.0099 17.44 9.46995C15.9 0.129949 2.42998 3.66995 5.61998 12.5599\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.28011 12.97C6.75011 12.7 6.16011 12.56 5.57011 12.57C0.910109 12.9 0.920108 19.68 5.57011 20.01\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.8201 9.88998C16.3401 9.62998 16.9001 9.48998 17.4801 9.47998\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.96997 20L7.96997 22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.97 20L11.97 22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.97 16L11.97 18\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.96997 16L7.96997 18\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cloud fog \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.28989 11.62C1.08989 2.69002 14.6199 -0.869977 16.1699 8.50002C18.0999 8.74002 19.5099 10.02 20.1999 11.62\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.54 8.93002C15.06 8.67002 15.6301 8.53002 16.2101 8.52002\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 15.03H20\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 18.03H18\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 21.03H15\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cloud lightning \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.61 19.9999C17.95 20.0099 19.24 19.5099 20.23 18.6099C23.5 15.7499 21.75 10.0099 17.44 9.46995C15.9 0.129949 2.42998 3.66995 5.61998 12.5599\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.28011 12.97C6.75011 12.7 6.16011 12.56 5.57011 12.57C0.910109 12.9 0.920108 19.68 5.57011 20.01\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.8201 9.88998C16.3401 9.62998 16.9001 9.48998 17.4801 9.47998\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.23008 19.16H10.2301V21.49C10.2301 21.83 10.6601 22 10.8801 21.74L13.3301 18.95C13.6301 18.61 13.5001 18.33 13.0501 18.33H12.0501V16C12.0501 15.66 11.6201 15.49 11.4001 15.75L8.95008 18.54C8.65008 18.88 8.78008 19.16 9.23008 19.16Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cloud minus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.97 20H8.96997\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.61 19.9999C17.95 20.0099 19.24 19.5099 20.23 18.6099C23.5 15.7499 21.75 10.0099 17.44 9.46995C15.9 0.129949 2.42998 3.66995 5.61998 12.5599\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.28011 12.97C6.75011 12.7 6.16011 12.56 5.57011 12.57C0.910109 12.9 0.920108 19.68 5.57011 20.01\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.8201 9.88998C16.3401 9.62998 16.9001 9.48998 17.4801 9.47998\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cloud notif \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.8999 13.96C22.1699 15.63 21.6999 17.42 20.2699 18.68C19.2799 19.59 17.9799 20.09 16.6299 20.08H5.53994C0.869942 19.74 0.859942 12.94 5.53994 12.6H5.58994C3.39994 6.46998 9.08994 2.86998 13.3799 4.24998\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.26009 13.01C6.74009 12.75 6.17009 12.61 5.59009 12.6\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.97 8.5C21.97 9.6 21.46 10.59 20.65 11.23C20.06 11.71 19.29 12 18.47 12C16.54 12 14.97 10.43 14.97 8.5C14.97 7.54 15.36 6.67 16 6.04V6.03C16.63 5.39 17.51 5 18.47 5C20.4 5 21.97 6.57 21.97 8.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cloud plus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.61 19.9999C17.95 20.0099 19.24 19.5099 20.23 18.6099C23.5 15.7499 21.75 10.0099 17.44 9.46995C15.9 0.129949 2.42998 3.66995 5.61998 12.5599\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.28011 12.97C6.75011 12.7 6.16011 12.56 5.57011 12.57C0.910109 12.9 0.920108 19.68 5.57011 20.01\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.8201 9.88998C16.3401 9.62998 16.9001 9.48998 17.4801 9.47998\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.97 20H8.96997\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.97 22V18\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cloud remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.97 17.61L10.86 15.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.95 15.52L10.83 17.64\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.54003 11.12C0.860029 11.45 0.860029 18.26 5.54003 18.59H7.46003\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.59003 11.12C2.38003 2.19002 15.92 -1.37998 17.47 8.00002C21.8 8.55002 23.55 14.32 20.27 17.19C19.27 18.1 17.98 18.6 16.63 18.59H16.54\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 16.53C17 17.27 16.84 17.97 16.54 18.59C16.46 18.77 16.37 18.94 16.27 19.1C15.41 20.55 13.82 21.53 12 21.53C10.18 21.53 8.59 20.55 7.73 19.1C7.63 18.94 7.54 18.77 7.46 18.59C7.16 17.97 7 17.27 7 16.53C7 13.77 9.24 11.53 12 11.53C14.76 11.53 17 13.77 17 16.53Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cloud snow \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.61 19.9999C17.95 20.0099 19.24 19.5099 20.23 18.6099C23.5 15.7499 21.75 10.0099 17.44 9.46995C15.9 0.129949 2.42998 3.66995 5.61998 12.5599\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.28011 12.97C6.75011 12.7 6.16011 12.56 5.57011 12.57C0.910109 12.9 0.920108 19.68 5.57011 20.01\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.8201 9.88998C16.3401 9.62998 16.9001 9.48998 17.4801 9.47998\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.9955 18.5H13.0045\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.9955 18.5H9.0045\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.9955 21.5H11.0045\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cloud sunny \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.2699 18.68C19.2799 19.59 17.9799 20.09 16.6299 20.08H5.53994C0.869942 19.74 0.859942 12.94 5.53994 12.6H5.58994C2.88994 5.06002 12.1199 1.34002 15.9999 6.03002V6.04002C16.6999 6.90002 17.2299 8.04002 17.4699 9.49002C18.7999 9.66002 19.8799 10.31 20.6499 11.23C22.3999 13.3 22.5499 16.68 20.2699 18.68Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.26009 13.01C6.74009 12.75 6.17009 12.61 5.59009 12.6\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.8501 9.92001C16.3701 9.66001 16.9401 9.52001 17.5201 9.51001\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.97 8.5C21.97 9.6 21.46 10.59 20.65 11.23C19.88 10.31 18.8 9.66 17.47 9.49C17.23 8.04 16.7 6.9 16 6.04V6.03C16.63 5.39 17.51 5 18.47 5C20.4 5 21.97 6.57 21.97 8.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cloud \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.27004 13.01C6.74004 12.74 6.15004 12.6 5.55004 12.6C0.870039 12.93 0.870039 19.74 5.55004 20.07H16.64C17.99 20.08 19.29 19.58 20.28 18.67C23.57 15.8 21.81 10.03 17.48 9.48C15.92 0.110001 2.39004 3.67 5.60004 12.6\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.8501 9.92001C16.3701 9.66001 16.9401 9.52001 17.5201 9.51001\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"code 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.89001 9C7.87001 9.49 8.71001 10.23 9.32001 11.15C9.67001 11.67 9.67001 12.34 9.32001 12.86C8.71001 13.77 7.87001 14.51 6.89001 15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 15H17\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"code circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 10L6 12L8 14\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 10L18 12L16 14\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 9.66992L11 14.33\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"code \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.00002 13C8.34002 13.33 7.79002 13.82 7.38002 14.43C7.15002 14.78 7.15002 15.22 7.38002 15.57C7.79002 16.18 8.34002 16.67 9.00002 17\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.21 13C15.87 13.33 16.42 13.82 16.83 14.43C17.06 14.78 17.06 15.22 16.83 15.57C16.42 16.18 15.87 16.67 15.21 17\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.22998 8.01L21.45 8\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"coffee \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.79 10.47V17.79C17.79 20.12 15.9 22 13.58 22H6.21C3.89 22 2 20.11 2 17.79V10.47C2 8.14001 3.89 6.26001 6.21 6.26001H13.58C15.9 6.26001 17.79 8.15001 17.79 10.47Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.5 4V2.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.5 4V2.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.5 4V2.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 13.16C22 15.48 20.11 17.37 17.79 17.37V8.94995C20.11 8.94995 22 10.83 22 13.16Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 12H17.51\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"coin 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 11.4C8 12.17 8.6 12.8 9.33 12.8H10.83C11.47 12.8 11.99 12.25 11.99 11.58C11.99 10.85 11.67 10.59 11.2 10.42L8.8 9.57995C8.32 9.40995 8 9.14995 8 8.41995C8 7.74995 8.52 7.19995 9.16 7.19995H10.66C11.4 7.20995 12 7.82995 12 8.59995\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 12.8501V13.5901\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 6.40991V7.18991\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.99 17.98C14.4028 17.98 17.98 14.4028 17.98 9.99C17.98 5.57724 14.4028 2 9.99 2C5.57724 2 2 5.57724 2 9.99C2 14.4028 5.57724 17.98 9.99 17.98Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.98 19.88C13.88 21.15 15.35 21.98 17.03 21.98C19.76 21.98 21.98 19.76 21.98 17.03C21.98 15.37 21.16 13.9 19.91 13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"coin \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.5 12.6499V16.3499C18.5 19.4699 15.59 21.9999 12 21.9999C8.41 21.9999 5.5 19.4699 5.5 16.3499V12.6499C5.5 15.7699 8.41 17.9999 12 17.9999C15.59 17.9999 18.5 15.7699 18.5 12.6499Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.5 7.65C18.5 8.56 18.25 9.4 17.81 10.12C16.74 11.88 14.54 13 12 13C9.46 13 7.26 11.88 6.19 10.12C5.75 9.4 5.5 8.56 5.5 7.65C5.5 6.09 6.22999 4.68 7.39999 3.66C8.57999 2.63 10.2 2 12 2C13.8 2 15.42 2.63 16.6 3.65C17.77 4.68 18.5 6.09 18.5 7.65Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.5 7.65V12.65C18.5 15.77 15.59 18 12 18C8.41 18 5.5 15.77 5.5 12.65V7.65C5.5 4.53 8.41 2 12 2C13.8 2 15.42 2.63 16.6 3.65C17.77 4.68 18.5 6.09 18.5 7.65Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"color swatch \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10 4.5V18C10 19.08 9.55999 20.07 8.85999 20.79L8.82001 20.83C8.73001 20.92 8.63001 21.01 8.54001 21.08C8.24001 21.34 7.89999 21.54 7.54999 21.68C7.43999 21.73 7.33 21.77 7.22 21.81C6.83 21.94 6.41 22 6 22C5.73 22 5.46001 21.97 5.20001 21.92C5.07001 21.89 4.94 21.86 4.81 21.82C4.65 21.77 4.50001 21.72 4.35001 21.65C4.35001 21.64 4.35 21.64 4.34 21.65C4.06 21.51 3.79001 21.35 3.54001 21.16L3.53 21.15C3.4 21.05 3.28001 20.95 3.17001 20.83C3.06001 20.71 2.95 20.59 2.84 20.46C2.65 20.21 2.49001 19.94 2.35001 19.66C2.36001 19.65 2.36001 19.65 2.35001 19.65C2.35001 19.65 2.35 19.64 2.34 19.63C2.28 19.49 2.22999 19.34 2.17999 19.19C2.13999 19.06 2.10999 18.93 2.07999 18.8C2.02999 18.54 2 18.27 2 18V4.5C2 3 3 2 4.5 2H7.5C9 2 10 3 10 4.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 16.5V19.5C22 21 21 22 19.5 22H6C6.41 22 6.83 21.94 7.22 21.81C7.33 21.77 7.43999 21.73 7.54999 21.68C7.89999 21.54 8.24001 21.34 8.54001 21.08C8.63001 21.01 8.73001 20.92 8.82001 20.83L8.85999 20.79L15.66 14H19.5C21 14 22 15 22 16.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.81 21.8199C4.21 21.6399 3.64001 21.3099 3.17001 20.8299C2.69001 20.3599 2.35999 19.7899 2.17999 19.1899C2.56999 20.4399 3.56 21.4299 4.81 21.8199Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.37 11.2899L15.66 14L8.85999 20.7899C9.55999 20.0699 10 19.08 10 18V8.33995L12.71 5.62996C13.77 4.56996 15.19 4.56996 16.25 5.62996L18.37 7.74996C19.43 8.80996 19.43 10.2299 18.37 11.2899Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 19C6.55228 19 7 18.5523 7 18C7 17.4477 6.55228 17 6 17C5.44772 17 5 17.4477 5 18C5 18.5523 5.44772 19 6 19Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"colorfilter \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14 16C14 17.77 13.23 19.37 12 20.46C10.94 21.42 9.54 22 8 22C4.69 22 2 19.31 2 16C2 13.24 3.88 10.9 6.42 10.21C7.11 11.95 8.59 13.29 10.42 13.79C10.92 13.93 11.45 14 12 14C12.55 14 13.08 13.93 13.58 13.79C13.85 14.47 14 15.22 14 16Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 8C18 8.78 17.85 9.53 17.58 10.21C16.89 11.95 15.41 13.29 13.58 13.79C13.08 13.93 12.55 14 12 14C11.45 14 10.92 13.93 10.42 13.79C8.59 13.29 7.11 11.95 6.42 10.21C6.15 9.53 6 8.78 6 8C6 4.69 8.69 2 12 2C15.31 2 18 4.69 18 8Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 16C22 19.31 19.31 22 16 22C14.46 22 13.06 21.42 12 20.46C13.23 19.37 14 17.77 14 16C14 15.22 13.85 14.47 13.58 13.79C15.41 13.29 16.89 11.95 17.58 10.21C20.12 10.9 22 13.24 22 16Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"colors square 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.2 14.3999C13.2 15.4599 12.74 16.4199 12 17.0799C11.36 17.6599 10.52 17.9999 9.59998 17.9999C7.60998 17.9999 6 16.3899 6 14.3999C6 12.7399 7.13002 11.3399 8.65002 10.9299C9.06002 11.9699 9.94999 12.7799 11.05 13.0799C11.35 13.1599 11.67 13.2099 12 13.2099C12.33 13.2099 12.65 13.1699 12.95 13.0799C13.11 13.4799 13.2 13.9299 13.2 14.3999Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.6 9.6C15.6 10.07 15.51 10.52 15.35 10.93C14.94 11.97 14.05 12.78 12.95 13.08C12.65 13.16 12.33 13.21 12 13.21C11.67 13.21 11.35 13.17 11.05 13.08C9.94999 12.78 9.06002 11.98 8.65002 10.93C8.49002 10.52 8.40002 10.07 8.40002 9.6C8.40002 7.61 10.01 6 12 6C13.99 6 15.6 7.61 15.6 9.6Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 14.3999C18 16.3899 16.39 17.9999 14.4 17.9999C13.48 17.9999 12.64 17.6499 12 17.0799C12.74 16.4299 13.2 15.4699 13.2 14.3999C13.2 13.9299 13.11 13.4799 12.95 13.0699C14.05 12.7699 14.94 11.9699 15.35 10.9199C16.87 11.3399 18 12.7399 18 14.3999Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"colors square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.2 14.3999C13.2 15.4599 12.74 16.4199 12 17.0799C11.36 17.6599 10.52 17.9999 9.59998 17.9999C7.60998 17.9999 6 16.3899 6 14.3999C6 12.7399 7.13002 11.3399 8.65002 10.9299C9.06002 11.9699 9.94999 12.7799 11.05 13.0799C11.35 13.1599 11.67 13.2099 12 13.2099C12.33 13.2099 12.65 13.1699 12.95 13.0799C13.11 13.4799 13.2 13.9299 13.2 14.3999Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.6 9.6C15.6 10.07 15.51 10.52 15.35 10.93C14.94 11.97 14.05 12.78 12.95 13.08C12.65 13.16 12.33 13.21 12 13.21C11.67 13.21 11.35 13.17 11.05 13.08C9.94999 12.78 9.06002 11.98 8.65002 10.93C8.49002 10.52 8.40002 10.07 8.40002 9.6C8.40002 7.61 10.01 6 12 6C13.99 6 15.6 7.61 15.6 9.6Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 14.3999C18 16.3899 16.39 17.9999 14.4 17.9999C13.48 17.9999 12.64 17.6499 12 17.0799C12.74 16.4299 13.2 15.4699 13.2 14.3999C13.2 13.9299 13.11 13.4799 12.95 13.0699C14.05 12.7699 14.94 11.9699 15.35 10.9199C16.87 11.3399 18 12.7399 18 14.3999Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"command square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.4 9.6001H9.59998V14.4001H14.4V9.6001Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.79999 17.9999C8.78999 17.9999 9.59998 17.1899 9.59998 16.1999V14.3999H7.79999C6.80999 14.3999 6 15.2099 6 16.1999C6 17.1899 6.80999 17.9999 7.79999 17.9999Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.79999 9.60001H9.59998V7.79999C9.59998 6.80999 8.78999 6 7.79999 6C6.80999 6 6 6.80999 6 7.79999C6 8.78999 6.80999 9.60001 7.79999 9.60001Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.4 9.60001H16.2C17.19 9.60001 18 8.78999 18 7.79999C18 6.80999 17.19 6 16.2 6C15.21 6 14.4 6.80999 14.4 7.79999V9.60001Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.2 17.9999C17.19 17.9999 18 17.1899 18 16.1999C18 15.2099 17.19 14.3999 16.2 14.3999H14.4V16.1999C14.4 17.1899 15.21 17.9999 16.2 17.9999Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"command \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 8H8V16H16V8Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 22C6.65 22 8 20.65 8 19V16H5C3.35 16 2 17.35 2 19C2 20.65 3.35 22 5 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 8H8V5C8 3.35 6.65 2 5 2C3.35 2 2 3.35 2 5C2 6.65 3.35 8 5 8Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 8H19C20.65 8 22 6.65 22 5C22 3.35 20.65 2 19 2C17.35 2 16 3.35 16 5V8Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 22C20.65 22 22 20.65 22 19C22 17.35 20.65 16 19 16H16V19C16 20.65 17.35 22 19 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"component 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.95 14.55L14.56 20.94C13.16 22.34 10.86 22.34 9.45002 20.94L3.06001 14.55C1.66001 13.15 1.66001 10.85 3.06001 9.44001L9.45002 3.05C10.85 1.65 13.15 1.65 14.56 3.05L20.95 9.44001C22.35 10.85 22.35 13.15 20.95 14.55Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"component \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.95 14.55L14.56 20.94C13.16 22.34 10.86 22.34 9.45002 20.94L3.06001 14.55C1.66001 13.15 1.66001 10.85 3.06001 9.44001L9.45002 3.05C10.85 1.65 13.15 1.65 14.56 3.05L20.95 9.44001C22.35 10.85 22.35 13.15 20.95 14.55Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"computing \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.97 15V9C21.97 4 19.97 2 14.97 2H8.96997C3.96997 2 1.96997 4 1.96997 9V15C1.96997 20 3.96997 22 8.96997 22H14.97C19.97 22 21.97 20 21.97 15Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.72 3.25L3.27002 19.7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.0601 18V13\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.5 15.5H13.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.5 7.5H5.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"convert 3d cube \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 15C22 18.87 18.87 22 15 22L16.05 20.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 9C2 5.13 5.13 2 9 2L7.95 3.75\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.7 4.44995L17.6799 6.74994L21.6199 4.45996\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.6799 10.82V6.73999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.74 2.21L14.34 3.53996C13.8 3.83996 13.35 4.59995 13.35 5.21995V7.75999C13.35 8.37999 13.79 9.13998 14.34 9.43998L16.74 10.77C17.25 11.06 18.09 11.06 18.61 10.77L21.01 9.43998C21.55 9.13998 22 8.37999 22 7.75999V5.21995C22 4.59995 21.56 3.83996 21.01 3.53996L18.61 2.21C18.1 1.93 17.26 1.93 16.74 2.21Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.34998 15.45L6.31998 17.7499L10.27 15.46\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.31995 21.82V17.74\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.39 13.21L2.99001 14.54C2.45001 14.84 2 15.5999 2 16.2199V18.76C2 19.38 2.44001 20.14 2.99001 20.44L5.39 21.77C5.9 22.06 6.73999 22.06 7.25999 21.77L9.66 20.44C10.2 20.14 10.65 19.38 10.65 18.76V16.2199C10.65 15.5999 10.21 14.84 9.66 14.54L7.25999 13.21C6.73999 12.93 5.9 12.93 5.39 13.21Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"convert \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.0051 21.9843C17.5165 21.9843 21.9843 17.5165 21.9843 12.0051C21.9843 6.49372 17.5165 2.02588 12.0051 2.02588C6.49372 2.02588 2.02588 6.49372 2.02588 12.0051C2.02588 17.5165 6.49372 21.9843 12.0051 21.9843Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.13721 4.02173L14.3002 12.2047L14.3202 7.66414\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.8629 19.9784L9.69989 11.8054L9.67993 16.336\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"convertshape 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11 16.15V18.85C11 21.1 10.1 22 7.85 22H5.15C2.9 22 2 21.1 2 18.85V16.15C2 13.9 2.9 13 5.15 13H7.85C10.1 13 11 13.9 11 16.15Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 15C22 18.87 18.87 22 15 22L16.05 20.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 9C2 5.13 5.13 2 9 2L7.95 3.75\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.5 11C19.9853 11 22 8.98528 22 6.5C22 4.01472 19.9853 2 17.5 2C15.0147 2 13 4.01472 13 6.5C13 8.98528 15.0147 11 17.5 11Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"convertshape \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 5.15V8.85C22 11.1 21.1 12 18.85 12H16.15C13.9 12 13 11.1 13 8.85V5.15C13 2.9 13.9 2 16.15 2H18.85C21.1 2 22 2.9 22 5.15Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 15.15V18.85C11 21.1 10.1 22 7.85 22H5.15C2.9 22 2 21.1 2 18.85V15.15C2 12.9 2.9 12 5.15 12H7.85C10.1 12 11 12.9 11 15.15Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 15C22 18.87 18.87 22 15 22L16.05 20.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 9C2 5.13 5.13 2 9 2L7.95 3.75\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"copy success \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 11.1V6.9C22 3.4 20.6 2 17.1 2H12.9C9.4 2 8 3.4 8 6.9V8H11.1C14.6 8 16 9.4 16 12.9V16H17.1C20.6 16 22 14.6 22 11.1Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 17.1V12.9C16 9.4 14.6 8 11.1 8H6.9C3.4 8 2 9.4 2 12.9V17.1C2 20.6 3.4 22 6.9 22H11.1C14.6 22 16 20.6 16 17.1Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.08008 15L8.03008 16.95L11.9201 13.05\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"copy \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 12.9V17.1C16 20.6 14.6 22 11.1 22H6.9C3.4 22 2 20.6 2 17.1V12.9C2 9.4 3.4 8 6.9 8H11.1C14.6 8 16 9.4 16 12.9Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 6.9V11.1C22 14.6 20.6 16 17.1 16H16V12.9C16 9.4 14.6 8 11.1 8H8V6.9C8 3.4 9.4 2 12.9 2H17.1C20.6 2 22 3.4 22 6.9Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"copyright \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C6.48 22 2 17.52 2 12C2 6.48 6.48 2 12 2C17.52 2 22 6.48 22 12C22 17.52 17.52 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.88 15C14.17 15.62 13.25 16 12.24 16C10.03 16 8.23999 14.21 8.23999 12C8.23999 9.79 10.03 8 12.24 8C13.25 8 14.17 8.38 14.88 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"courthouse \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 22H22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 2C13.6 2.64 15.4 2.64 17 2V5C15.4 5.64 13.6 5.64 12 5V2Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 5V8\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 8H7C5 8 4 9 4 11V22H20V11C20 9 19 8 17 8Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.58008 12H19.4201\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.98999 12V22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/>\n<path d=\"M11.99 12V22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/>\n<path d=\"M15.99 12V22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cpu charge \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.6 20H14.4C18.4 20 20 18.4 20 14.4V9.6C20 5.6 18.4 4 14.4 4H9.6C5.6 4 4 5.6 4 9.6V14.4C4 18.4 5.6 20 9.6 20Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.5 17H13.5C16 17 17 16 17 13.5V10.5C17 8 16 7 13.5 7H10.5C8 7 7 8 7 10.5V13.5C7 16 8 17 10.5 17Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.01001 4V2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 4V2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 4V2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 8H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 12H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 16H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 20V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.01 20V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.01001 20V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 8H4\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 12H4\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 16H4\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 9.69995L11.06 11.34C10.85 11.7 11.02 12 11.44 12H12.56C12.98 12 13.15 12.3 12.94 12.66L12 14.3\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cpu setting \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20 9.6C20 5.6 18.4 4 14.4 4H9.6C5.6 4 4 5.6 4 9.6V14.4C4 18.4 5.6 20 9.6 20\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.35 8C15.8 7.3 14.88 7 13.5 7H10.5C8 7 7 8 7 10.5V13.5C7 14.88 7.3 15.8 7.99 16.35\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.01001 4V2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 4V2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 4V2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 8H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.01001 20V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 8H4\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 12H4\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 16H4\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.71 18.59C17.5881 18.59 18.3 17.8782 18.3 17C18.3 16.1219 17.5881 15.41 16.71 15.41C15.8319 15.41 15.12 16.1219 15.12 17C15.12 17.8782 15.8319 18.59 16.71 18.59Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.41 17.46V16.53C11.41 15.98 11.86 15.53 12.41 15.53C13.37 15.53 13.76 14.85 13.28 14.02C13 13.54 13.17 12.92 13.65 12.65L14.56 12.12C14.98 11.87 15.52 12.02 15.77 12.44L15.83 12.54C16.31 13.37 17.09 13.37 17.57 12.54L17.63 12.44C17.88 12.02 18.42 11.88 18.84 12.12L19.75 12.65C20.23 12.93 20.4 13.54 20.12 14.02C19.64 14.85 20.03 15.53 20.99 15.53C21.54 15.53 21.99 15.98 21.99 16.53V17.46C21.99 18.01 21.54 18.46 20.99 18.46C20.03 18.46 19.64 19.14 20.12 19.97C20.4 20.45 20.23 21.07 19.75 21.34L18.84 21.87C18.42 22.12 17.88 21.97 17.63 21.55L17.57 21.45C17.09 20.62 16.31 20.62 15.83 21.45L15.77 21.55C15.52 21.97 14.98 22.11 14.56 21.87L13.65 21.34C13.17 21.06 13 20.45 13.28 19.97C13.76 19.14 13.37 18.46 12.41 18.46C11.86 18.47 11.41 18.02 11.41 17.46Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cpu \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.6 20H14.4C18.4 20 20 18.4 20 14.4V9.6C20 5.6 18.4 4 14.4 4H9.6C5.6 4 4 5.6 4 9.6V14.4C4 18.4 5.6 20 9.6 20Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.5 17H13.5C16 17 17 16 17 13.5V10.5C17 8 16 7 13.5 7H10.5C8 7 7 8 7 10.5V13.5C7 16 8 17 10.5 17Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.01001 4V2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 4V2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 4V2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 8H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 12H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 16H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 20V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.01 20V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.01001 20V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 8H4\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 12H4\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 16H4\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"creative commons \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C6.48 22 2 17.52 2 12C2 6.48 6.48 2 12 2C17.52 2 22 6.48 22 12C22 17.52 17.52 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.88 14.1499C10.37 14.5899 9.70999 14.8699 8.98999 14.8699C7.40999 14.8699 6.12 13.5899 6.12 11.9999C6.12 10.4099 7.39999 9.12988 8.98999 9.12988C9.71999 9.12988 10.38 9.39985 10.88 9.84985\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.88 14.1499C17.37 14.5899 16.71 14.8699 15.99 14.8699C14.41 14.8699 13.12 13.5899 13.12 11.9999C13.12 10.4099 14.4 9.12988 15.99 9.12988C16.72 9.12988 17.38 9.39985 17.88 9.84985\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"crop \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.9 19H19V9.9C19 6 18 5 14.1 5H5V14.1C5 18 6 19 9.9 19Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 5V2\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 5H2\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 19V22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 19H22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"crown 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.7 18.98H7.30002C6.88002 18.98 6.41002 18.65 6.27002 18.25L2.13002 6.66999C1.54002 5.00999 2.23002 4.49999 3.65002 5.51999L7.55002 8.30999C8.20002 8.75999 8.94002 8.52999 9.22002 7.79999L10.98 3.10999C11.54 1.60999 12.47 1.60999 13.03 3.10999L14.79 7.79999C15.07 8.52999 15.81 8.75999 16.45 8.30999L20.11 5.69999C21.67 4.57999 22.42 5.14999 21.78 6.95999L17.74 18.27C17.59 18.65 17.12 18.98 16.7 18.98Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.5 22H17.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.5 14H14.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"crown \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 15.29V5.71002C2 4.38002 2.77 4.06002 3.71 5.00002L6.3 7.59002C6.69 7.98002 7.33 7.98002 7.71 7.59002L11.29 4.00002C11.68 3.61002 12.32 3.61002 12.7 4.00002L16.29 7.59002C16.68 7.98002 17.32 7.98002 17.7 7.59002L20.29 5.00002C21.23 4.06002 22 4.38002 22 5.71002V15.3C22 18.3 20 20.3 17 20.3H7C4.24 20.29 2 18.05 2 15.29Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cup \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.15 16.5V18.6\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.15002 22H17.15V21C17.15 19.9 16.25 19 15.15 19H9.15002C8.05002 19 7.15002 19.9 7.15002 21V22V22Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n<path d=\"M6.15002 22H18.15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 16C8.13 16 5 12.87 5 9V6C5 3.79 6.79 2 9 2H15C17.21 2 19 3.79 19 6V9C19 12.87 15.87 16 12 16Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.46998 11.65C4.71998 11.41 4.05998 10.97 3.53998 10.45C2.63998 9.44998 2.03998 8.24998 2.03998 6.84998C2.03998 5.44998 3.13998 4.34998 4.53998 4.34998H5.18998C4.98998 4.80998 4.88998 5.31998 4.88998 5.84998V8.84998C4.88998 9.84998 5.09998 10.79 5.46998 11.65Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.53 11.65C19.28 11.41 19.94 10.97 20.46 10.45C21.36 9.44998 21.96 8.24998 21.96 6.84998C21.96 5.44998 20.86 4.34998 19.46 4.34998H18.81C19.01 4.80998 19.11 5.31998 19.11 5.84998V8.84998C19.11 9.84998 18.9 10.79 18.53 11.65Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"danger \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 9V14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.0001 21.41H5.94005C2.47005 21.41 1.02005 18.93 2.70005 15.9L5.82006 10.28L8.76006 5.00003C10.5401 1.79003 13.4601 1.79003 15.2401 5.00003L18.1801 10.29L21.3001 15.91C22.9801 18.94 21.5201 21.42 18.0601 21.42H12.0001V21.41Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9945 17H12.0035\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"data 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 8H4C2.9 8 2 7.1 2 6V4C2 2.9 2.9 2 4 2H7C8.1 2 9 2.9 9 4V6C9 7.1 8.1 8 7 8Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.8 7H17.2C16.54 7 16 6.45999 16 5.79999V4.20001C16 3.54001 16.54 3 17.2 3H20.8C21.46 3 22 3.54001 22 4.20001V5.79999C22 6.45999 21.46 7 20.8 7Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.8 14.5H17.2C16.54 14.5 16 13.96 16 13.3V11.7C16 11.04 16.54 10.5 17.2 10.5H20.8C21.46 10.5 22 11.04 22 11.7V13.3C22 13.96 21.46 14.5 20.8 14.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 5H16\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.5 5V18C12.5 19.1 13.4 20 14.5 20H16\" fill=\"white\"/>\n<path d=\"M12.5 5V18C12.5 19.1 13.4 20 14.5 20H16\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.5 12.5H16\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.8 22H17.2C16.54 22 16 21.46 16 20.8V19.2C16 18.54 16.54 18 17.2 18H20.8C21.46 18 22 18.54 22 19.2V20.8C22 21.46 21.46 22 20.8 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"data \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20 14C21.1046 14 22 13.1046 22 12C22 10.8954 21.1046 10 20 10C18.8954 10 18 10.8954 18 12C18 13.1046 18.8954 14 20 14Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 6C21.1046 6 22 5.10457 22 4C22 2.89543 21.1046 2 20 2C18.8954 2 18 2.89543 18 4C18 5.10457 18.8954 6 20 6Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 22C21.1046 22 22 21.1046 22 20C22 18.8954 21.1046 18 20 18C18.8954 18 18 18.8954 18 20C18 21.1046 18.8954 22 20 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 14C5.10457 14 6 13.1046 6 12C6 10.8954 5.10457 10 4 10C2.89543 10 2 10.8954 2 12C2 13.1046 2.89543 14 4 14Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 12H18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 4H14C12 4 11 5 11 7V17C11 19 12 20 14 20H18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"designtools \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.81 3.94012C20.27 7.78012 16.41 13.0001 13.18 15.5901L11.21 17.1701C10.96 17.3501 10.71 17.5101 10.43 17.6201C10.43 17.4401 10.42 17.2401 10.39 17.0501C10.28 16.2101 9.89999 15.4301 9.22999 14.7601C8.54999 14.0801 7.71999 13.6801 6.86999 13.5701C6.66999 13.5601 6.46999 13.5401 6.26999 13.5601C6.37999 13.2501 6.54999 12.9601 6.75999 12.7201L8.31999 10.7501C10.9 7.52012 16.14 3.64012 19.97 2.11012C20.56 1.89012 21.13 2.05012 21.49 2.42012C21.87 2.79012 22.05 3.36012 21.81 3.94012Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.43 17.6201C10.43 18.7201 10.01 19.77 9.22 20.57C8.61 21.18 7.78 21.6001 6.79 21.7301L4.33 22.0001C2.99 22.1501 1.84 21.01 2 19.65L2.27 17.1901C2.51 15.0001 4.34 13.6001 6.28 13.5601C6.48 13.5501 6.69 13.56 6.88 13.57C7.73 13.68 8.56 14.0701 9.24 14.7601C9.91 15.4301 10.29 16.21 10.4 17.05C10.41 17.24 10.43 17.4301 10.43 17.6201Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.24 14.47C14.24 11.86 12.12 9.73999 9.51001 9.73999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.12 12.73L20.86 13.46C22.35 14.95 22.35 16.42 20.86 17.91L17.9 20.87C16.43 22.34 14.94 22.34 13.47 20.87\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M3.11001 10.5101C1.64001 9.02006 1.64001 7.55006 3.11001 6.06006L6.07001 3.10006C7.54001 1.63006 9.03001 1.63006 10.5 3.10006L11.24 3.84006\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M11.25 3.8501L7.54999 7.5501\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M20.12 12.73L17.16 15.68\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n</svg>\n</li><li title=\"device message \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20 12.2V13.9C20 17.05 18.2 18.4 15.5 18.4H6.5C3.8 18.4 2 17.05 2 13.9V8.5C2 5.35 3.8 4 6.5 4H9.2C9.07 4.38 9 4.8 9 5.25V9.15002C9 10.12 9.32 10.94 9.89 11.51C10.46 12.08 11.28 12.4 12.25 12.4V13.79C12.25 14.3 12.83 14.61 13.26 14.33L16.15 12.4H18.75C19.2 12.4 19.62 12.33 20 12.2Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 5.25V9.15002C22 10.64 21.24 11.76 20 12.2C19.62 12.33 19.2 12.4 18.75 12.4H16.15L13.26 14.33C12.83 14.61 12.25 14.3 12.25 13.79V12.4C11.28 12.4 10.46 12.08 9.89 11.51C9.32 10.94 9 10.12 9 9.15002V5.25C9 4.8 9.07 4.38 9.2 4C9.64 2.76 10.76 2 12.25 2H18.75C20.7 2 22 3.3 22 5.25Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.40002 22H14.6\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 18.3999V21.9999\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.4955 7.25H18.5045\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.6957 7.25H15.7047\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.8954 7.25H12.9044\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"devices 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.7199 9.69002C17.7799 11.75 17.7799 15.08 15.7199 17.13C13.6599 19.19 10.3299 19.19 8.27986 17.13C6.21986 15.07 6.21986 11.74 8.27986 9.69002C10.3299 7.63002 13.6699 7.63002 15.7199 9.69002Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9999 13.4099L10.4099 14.9999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.0701 6.33997C19.2201 6.48997 19.2201 6.73997 19.0701 6.89997C18.9201 7.04997 18.6701 7.04997 18.5101 6.89997C18.3501 6.74997 18.3601 6.49997 18.5101 6.33997C18.6601 6.17997 18.9201 6.17997 19.0701 6.33997Z\" stroke=\"currentColor\" stroke-miterlimit=\"10\"/>\n<path d=\"M19.0701 6.33997C19.2201 6.48997 19.2201 6.73997 19.0701 6.89997C18.9201 7.04997 18.6701 7.04997 18.5101 6.89997C18.3501 6.74997 18.3601 6.49997 18.5101 6.33997C18.6601 6.17997 18.9201 6.17997 19.0701 6.33997Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.48988 19.92C5.63988 20.07 5.63988 20.32 5.48988 20.48C5.33988 20.64 5.08988 20.63 4.92988 20.48C4.77988 20.33 4.77988 20.08 4.92988 19.92C5.07988 19.76 5.33988 19.76 5.48988 19.92Z\" stroke=\"currentColor\" stroke-miterlimit=\"10\"/>\n<path d=\"M5.48988 19.92C5.63988 20.07 5.63988 20.32 5.48988 20.48C5.33988 20.64 5.08988 20.63 4.92988 20.48C4.77988 20.33 4.77988 20.08 4.92988 19.92C5.07988 19.76 5.33988 19.76 5.48988 19.92Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.8799 13.13C22.0299 13.28 22.0299 13.53 21.8799 13.69C21.7299 13.84 21.4799 13.84 21.3199 13.69C21.1599 13.54 21.1699 13.29 21.3199 13.13C21.4699 12.97 21.7299 12.97 21.8799 13.13Z\" stroke=\"currentColor\" stroke-miterlimit=\"10\"/>\n<path d=\"M21.8799 13.13C22.0299 13.28 22.0299 13.53 21.8799 13.69C21.7299 13.84 21.4799 13.84 21.3199 13.69C21.1599 13.54 21.1699 13.29 21.3199 13.13C21.4699 12.97 21.7299 12.97 21.8799 13.13Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.67009 13.13C2.82009 13.28 2.82009 13.53 2.67009 13.69C2.52009 13.85 2.27006 13.84 2.11006 13.69C1.96006 13.54 1.96006 13.29 2.11006 13.13C2.27006 12.97 2.52009 12.97 2.67009 13.13Z\" stroke=\"currentColor\" stroke-miterlimit=\"10\"/>\n<path d=\"M2.67009 13.13C2.82009 13.28 2.82009 13.53 2.67009 13.69C2.52009 13.85 2.27006 13.84 2.11006 13.69C1.96006 13.54 1.96006 13.29 2.11006 13.13C2.27006 12.97 2.52009 12.97 2.67009 13.13Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.0701 19.92C19.2201 20.07 19.2201 20.32 19.0701 20.48C18.9201 20.63 18.6701 20.63 18.5101 20.48C18.3501 20.33 18.3601 20.08 18.5101 19.92C18.6701 19.76 18.9201 19.76 19.0701 19.92Z\" stroke=\"currentColor\" stroke-miterlimit=\"10\"/>\n<path d=\"M19.0701 19.92C19.2201 20.07 19.2201 20.32 19.0701 20.48C18.9201 20.63 18.6701 20.63 18.5101 20.48C18.3501 20.33 18.3601 20.08 18.5101 19.92C18.6701 19.76 18.9201 19.76 19.0701 19.92Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.48988 6.33997C5.63988 6.48997 5.63988 6.73997 5.48988 6.89997C5.33988 7.05997 5.08988 7.04997 4.92988 6.89997C4.77988 6.74997 4.77988 6.49997 4.92988 6.33997C5.07988 6.17997 5.33988 6.17997 5.48988 6.33997Z\" stroke=\"currentColor\" stroke-miterlimit=\"10\"/>\n<path d=\"M5.48988 6.33997C5.63988 6.48997 5.63988 6.73997 5.48988 6.89997C5.33988 7.05997 5.08988 7.04997 4.92988 6.89997C4.77988 6.74997 4.77988 6.49997 4.92988 6.33997C5.07988 6.17997 5.33988 6.17997 5.48988 6.33997Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.28 3.52009C12.43 3.67009 12.43 3.92009 12.28 4.08009C12.13 4.24009 11.88 4.23009 11.72 4.08009C11.56 3.93009 11.57 3.68009 11.72 3.52009C11.87 3.36009 12.13 3.37009 12.28 3.52009Z\" stroke=\"currentColor\" stroke-miterlimit=\"10\"/>\n<path d=\"M12.28 3.52009C12.43 3.67009 12.43 3.92009 12.28 4.08009C12.13 4.24009 11.88 4.23009 11.72 4.08009C11.56 3.93009 11.57 3.68009 11.72 3.52009C11.87 3.36009 12.13 3.37009 12.28 3.52009Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"devices \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.0099 12.73C17.6009 12.73 18.0799 12.251 18.0799 11.66C18.0799 11.0691 17.6009 10.5901 17.0099 10.5901C16.419 10.5901 15.9399 11.0691 15.9399 11.66C15.9399 12.251 16.419 12.73 17.0099 12.73Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 6V7.78998C19.75 7.75998 19.46 7.73999 19.15 7.73999H14.87C12.73 7.73999 12.02 8.45003 12.02 10.59V15.7H6C2.8 15.7 2 14.9 2 11.7V6C2 2.8 2.8 2 6 2H16C19.2 2 20 2.8 20 6Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 15.7V19.9999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 11.9H12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.94995 20H11.9999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.0099 12.73C17.6009 12.73 18.0799 12.251 18.0799 11.66C18.0799 11.0691 17.6009 10.5901 17.0099 10.5901C16.419 10.5901 15.9399 11.0691 15.9399 11.66C15.9399 12.251 16.419 12.73 17.0099 12.73Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 7.78998C19.75 7.75998 19.46 7.73999 19.15 7.73999H14.87C12.73 7.73999 12.02 8.45003 12.02 10.59V19.15C12.02 21.29 12.73 22 14.87 22H19.15C21.29 22 22 21.29 22 19.15V10.59C22 8.76003 21.48 7.97998 20 7.78998ZM17.01 10.59C17.6 10.59 18.08 11.07 18.08 11.66C18.08 12.25 17.6 12.73 17.01 12.73C16.42 12.73 15.94 12.25 15.94 11.66C15.94 11.07 16.42 10.59 17.01 10.59ZM17.01 19.15C15.83 19.15 14.87 18.19 14.87 17.01C14.87 16.52 15.04 16.06 15.32 15.7C15.71 15.2 16.32 14.87 17.01 14.87C17.55 14.87 18.04 15.07 18.41 15.39C18.86 15.79 19.15 16.37 19.15 17.01C19.15 18.19 18.19 19.15 17.01 19.15Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.1501 17.01C19.1501 18.19 18.1901 19.15 17.0101 19.15C15.8301 19.15 14.8701 18.19 14.8701 17.01C14.8701 16.52 15.0401 16.06 15.3201 15.7C15.7101 15.2 16.3201 14.87 17.0101 14.87C17.5501 14.87 18.0401 15.07 18.4101 15.39C18.8601 15.79 19.1501 16.37 19.1501 17.01Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.0099 12.73C17.6009 12.73 18.0799 12.251 18.0799 11.66C18.0799 11.0691 17.6009 10.5901 17.0099 10.5901C16.419 10.5901 15.9399 11.0691 15.9399 11.66C15.9399 12.251 16.419 12.73 17.0099 12.73Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"diagram \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 2V19C2 20.66 3.34 22 5 22H22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 17L9.59 11.64C10.35 10.76 11.7 10.7 12.52 11.53L13.47 12.48C14.29 13.3 15.64 13.25 16.4 12.37L21 7\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"diamonds \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.29 2.15002H7.69995C5.99995 2.15002 5.24995 3.00002 4.78995 4.04002L2.22995 9.80002C1.76995 10.84 2.01995 12.39 2.78995 13.23L9.64995 20.77C10.95 22.19 13.07 22.19 14.36 20.77L21.21 13.22C21.98 12.37 22.23 10.83 21.76 9.79002L19.2 4.03002C18.74 3.00002 17.99 2.15002 16.29 2.15002Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.5 8H20.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"direct down \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.17005 19.2899L3.07005 7.6999C1.62005 4.9499 4.55005 1.9599 7.33005 3.3499L10.57 4.9699C11.47 5.4199 12.53 5.4199 13.43 4.9699L16.67 3.3499C19.45 1.9599 22.37 4.9499 20.93 7.6999L14.83 19.2899C13.63 21.5699 10.37 21.5699 9.17005 19.2899Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"direct inbox \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 2V9L14 7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 9L10 7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M1.97998 13H6.38998C6.76998 13 7.10998 13.21 7.27998 13.55L8.44998 15.89C8.78998 16.57 9.47998 17 10.24 17H13.77C14.53 17 15.22 16.57 15.56 15.89L16.73 13.55C16.9 13.21 17.25 13 17.62 13H21.98\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 4.12988C3.46 4.64988 2 6.72988 2 10.9999V14.9999C2 19.9999 4 21.9999 9 21.9999H15C20 21.9999 22 19.9999 22 14.9999V10.9999C22 6.72988 20.54 4.64988 17 4.12988\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"direct left \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.71 9.17005L16.3 3.07005C19.05 1.62005 22.04 4.55005 20.65 7.33005L19.03 10.57C18.58 11.47 18.58 12.53 19.03 13.43L20.65 16.67C22.04 19.45 19.05 22.37 16.3 20.93L4.71 14.83C2.43 13.63 2.43 10.37 4.71 9.17005Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"direct normal \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 13H5.76C6.52 13 7.21 13.43 7.55 14.11L8.44 15.9C9 17 10 17 10.24 17H13.77C14.53 17 15.22 16.57 15.56 15.89L16.45 14.1C16.79 13.42 17.48 12.99 18.24 12.99H21.98\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"direct notification \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M1.97998 13H5.76998C6.52998 13 7.21998 13.43 7.55998 14.11L8.44998 15.9C8.99998 17 9.99998 17 10.24 17H13.77C14.53 17 15.22 16.57 15.56 15.89L16.45 14.1C16.79 13.42 17.48 12.99 18.24 12.99H21.98\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 8C20.6569 8 22 6.65685 22 5C22 3.34315 20.6569 2 19 2C17.3431 2 16 3.34315 16 5C16 6.65685 17.3431 8 19 8Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H15C20 22 22 20 22 15V10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"direct right \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.29 9.17005L7.70002 3.07005C4.95002 1.62005 1.96002 4.55005 3.35002 7.33005L4.97002 10.57C5.42002 11.47 5.42002 12.53 4.97002 13.43L3.35002 16.67C1.96002 19.45 4.95002 22.37 7.70002 20.93L19.29 14.83C21.57 13.63 21.57 10.37 19.29 9.17005Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"direct send \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 9V2L10 4\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 2L14 4\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M1.97998 13H6.38998C6.76998 13 7.10998 13.21 7.27998 13.55L8.44998 15.89C8.78998 16.57 9.47998 17 10.24 17H13.77C14.53 17 15.22 16.57 15.56 15.89L16.73 13.55C16.9 13.21 17.25 13 17.62 13H21.98\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 5.12988C3.46 5.64988 2 7.72988 2 11.9999V14.9999C2 19.9999 4 21.9999 9 21.9999H15C20 21.9999 22 19.9999 22 14.9999V11.9999C22 7.72988 20.54 5.64988 17 5.12988\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"direct up \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.17005 4.71L3.07005 16.3C1.62005 19.05 4.55005 22.04 7.33005 20.65L10.57 19.03C11.47 18.58 12.53 18.58 13.43 19.03L16.67 20.65C19.45 22.04 22.37 19.05 20.93 16.3L14.83 4.71C13.63 2.43 10.37 2.43 9.17005 4.71Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"direct \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 13H5.76C6.52 13 7.21 13.43 7.55 14.11L8.44 15.9C9 17 10 17 10.24 17H13.77C14.53 17 15.22 16.57 15.56 15.89L16.45 14.1C16.79 13.42 17.48 12.99 18.24 12.99H21.98\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.34 7H13.67\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.5 10H14.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"directbox default \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 12C3 12 3 13.79 3 16V17C3 19.76 3 22 8 22H16C20 22 21 19.76 21 17V16C21 13.79 21 12 17 12C16 12 15.72 12.21 15.2 12.6L14.18 13.68C13 14.94 11 14.94 9.81 13.68L8.8 12.6C8.28 12.21 8 12 7 12Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 12V6C19 3.79 19 2 15 2H9C5 2 5 3.79 5 6V12\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"directbox notif \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 12C3 12 3 13.79 3 16V17C3 19.76 3 22 8 22H16C20 22 21 19.76 21 17V16C21 13.79 21 12 17 12C16 12 15.72 12.21 15.2 12.6L14.18 13.68C13 14.94 11 14.94 9.81 13.68L8.8 12.6C8.28 12.21 8 12 7 12Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 12V6C19 3.79 19 2 15 2H9C5 2 5 3.79 5 6V12\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.55 9.22998H13.88\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.71997 6.22998H14.72\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"directbox receive \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 2V8L14 6\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 8L10 6\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 12C3 12 3 13.79 3 16V17C3 19.76 3 22 8 22H16C20 22 21 19.76 21 17V16C21 13.79 21 12 17 12C16 12 15.72 12.21 15.2 12.6L14.18 13.68C13 14.94 11 14.94 9.81 13.68L8.8 12.6C8.28 12.21 8 12 7 12Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 12V8.00004C5 5.99004 5 4.33004 8 4.04004\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 12V8.00004C19 5.99004 19 4.33004 16 4.04004\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"directbox send \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 8V2L10 4\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 2L14 4\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 12C3 12 3 13.79 3 16V17C3 19.76 3 22 8 22H16C20 22 21 19.76 21 17V16C21 13.79 21 12 17 12C16 12 15.72 12.21 15.2 12.6L14.18 13.68C13 14.94 11 14.94 9.81 13.68L8.8 12.6C8.28 12.21 8 12 7 12Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 12V10C5 7.99004 5 6.33004 8 6.04004\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 12V10C19 7.99004 19 6.33004 16 6.04004\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"discount circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 15L15 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.4945 14.5H14.5035\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.49451 9.5H9.50349\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"discount shape \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.9889 14.6604L2.46891 13.1404C1.84891 12.5204 1.84891 11.5004 2.46891 10.8804L3.9889 9.36039C4.2489 9.10039 4.4589 8.59038 4.4589 8.23038V6.08036C4.4589 5.20036 5.1789 4.48038 6.0589 4.48038H8.2089C8.5689 4.48038 9.0789 4.27041 9.3389 4.01041L10.8589 2.49039C11.4789 1.87039 12.4989 1.87039 13.1189 2.49039L14.6389 4.01041C14.8989 4.27041 15.4089 4.48038 15.7689 4.48038H17.9189C18.7989 4.48038 19.5189 5.20036 19.5189 6.08036V8.23038C19.5189 8.59038 19.7289 9.10039 19.9889 9.36039L21.5089 10.8804C22.1289 11.5004 22.1289 12.5204 21.5089 13.1404L19.9889 14.6604C19.7289 14.9204 19.5189 15.4304 19.5189 15.7904V17.9403C19.5189 18.8203 18.7989 19.5404 17.9189 19.5404H15.7689C15.4089 19.5404 14.8989 19.7504 14.6389 20.0104L13.1189 21.5304C12.4989 22.1504 11.4789 22.1504 10.8589 21.5304L9.3389 20.0104C9.0789 19.7504 8.5689 19.5404 8.2089 19.5404H6.0589C5.1789 19.5404 4.4589 18.8203 4.4589 17.9403V15.7904C4.4589 15.4204 4.2489 14.9104 3.9889 14.6604Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 15L15 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.4945 14.5H14.5035\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.49451 9.5H9.50349\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"discover 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.8 2.1L7.86997 4.59C6.41997 4.95 4.94997 6.42 4.58997 7.87L2.09997 17.8C1.34997 20.8 3.18997 22.65 6.19997 21.9L16.13 19.42C17.57 19.06 19.05 17.58 19.41 16.14L21.9 6.2C22.65 3.2 20.8 1.35 17.8 2.1Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 15.5C13.933 15.5 15.5 13.933 15.5 12C15.5 10.067 13.933 8.5 12 8.5C10.067 8.5 8.5 10.067 8.5 12C8.5 13.933 10.067 15.5 12 15.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"discover \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n<path d=\"M13.5 8C10.47 8 8 10.48 8 13.5C8 14.87 9.12 16 10.5 16C13.52 16 16 13.52 16 10.5C16 9.13 14.87 8 13.5 8Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"dislike \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.52 5.65002L13.42 3.25002C13.02 2.85002 12.12 2.65002 11.52 2.65002H7.71998C6.51998 2.65002 5.21998 3.55002 4.91998 4.75002L2.51998 12.05C2.01998 13.45 2.91998 14.65 4.41998 14.65H8.41998C9.01998 14.65 9.51998 15.15 9.41998 15.85L8.91998 19.05C8.71998 19.95 9.31998 20.95 10.22 21.25C11.02 21.55 12.02 21.15 12.42 20.55L16.52 14.45\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n<path d=\"M21.62 5.65V15.45C21.62 16.85 21.02 17.35 19.62 17.35H18.62C17.22 17.35 16.62 16.85 16.62 15.45V5.65C16.62 4.25 17.22 3.75 18.62 3.75H19.62C21.02 3.75 21.62 4.25 21.62 5.65Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"document 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 10V15C22 20 20 22 15 22H9C4 22 2 20 2 15V9C2 4 4 2 9 2H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 10H18C15 10 14 9 14 6V2L22 10Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"document cloud \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 10V13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 10H18C15 10 14 9 14 6V2L22 10Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.7601 18.2601C11.4101 18.4301 11.4101 21.8301 13.7601 22.0001H19.3201C19.9901 22.0001 20.6501 21.7501 21.1401 21.3001C22.7901 19.8601 21.9101 16.9801 19.7401 16.7101C18.9601 12.0201 12.1801 13.8001 13.7801 18.2701\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"document code 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11 22H16C19.5 22 21 20 21 17V7C21 4 19.5 2 16 2H8C4.5 2 3 4 3 7V14\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.5 4.5V6.5C14.5 7.6 15.4 8.5 16.5 8.5H18.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 17L2 19L4 21\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 17L9 19L7 21\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"document code \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 7V17C21 20 19.5 22 16 22H8C4.5 22 3 20 3 17V7C3 4 4.5 2 8 2H16C19.5 2 21 4 21 7Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.5 4.5V6.5C14.5 7.6 15.4 8.5 16.5 8.5H18.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 13L8 15L10 17\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 13L16 15L14 17\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"document copy \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 13.4V16.4C17 20.4 15.4 22 11.4 22H7.6C3.6 22 2 20.4 2 16.4V12.6C2 8.6 3.6 7 7.6 7H10.6\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 13.4H13.8C11.4 13.4 10.6 12.6 10.6 10.2V7L17 13.4Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.6 2H15.6\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 5C7 3.34 8.34 2 10 2H12.62\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.9999 8V14.19C21.9999 15.74 20.7399 17 19.1899 17\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 8H19C16.75 8 16 7.25 16 5V2L22 8Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"document download \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 11V17L11 15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 17L7 15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 10V15C22 20 20 22 15 22H9C4 22 2 20 2 15V9C2 4 4 2 9 2H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 10H18C15 10 14 9 14 6V2L22 10Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"document favorite \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 10V15C22 20 20 22 15 22H9C4 22 2 20 2 15V9C2 4 4 2 9 2H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 10H18C15 10 14 9 14 6V2L22 10Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.62003 15.7301C6.29003 14.7001 6.68003 13.4301 7.75003 13.0801C8.32003 12.9001 9.02003 13.0501 9.41003 13.6001C9.78003 13.0301 10.51 12.9001 11.07 13.0801C12.15 13.4301 12.53 14.7001 12.21 15.7301C11.7 17.3601 9.91003 18.2101 9.41003 18.2101C8.92003 18.2001 7.15003 17.3701 6.62003 15.7301Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"document filter \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.34997 2H12.25C12.99 2 13.6 2.61001 13.6 3.35001V4.82999C13.6 5.36999 13.26 6.04 12.93 6.38L10.03 8.94C9.63003 9.28 9.35998 9.94999 9.35998 10.49V13.39C9.35998 13.79 9.09 14.33 8.75 14.54L7.81 15.15C6.93 15.69 5.71997 15.08 5.71997 14V10.43C5.71997 9.95999 5.44999 9.35001 5.17999 9.01001L2.61999 6.31C2.27999 5.97 2.01001 5.36999 2.01001 4.95999V3.41C2.00001 2.61 2.60997 2 3.34997 2Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 12V15C2 20 4 22 9 22H15C20 22 22 20 22 15V9C22 5.88 21.22 3.91999 19.41 2.89999C18.9 2.60999 17.88 2.38999 16.95 2.23999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 13H18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 17H18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"document forward \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11 17L13 15L11 13L13 15H7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 10V15C22 20 20 22 15 22H9C4 22 2 20 2 15V9C2 4 4 2 9 2H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 10H18C15 10 14 9 14 6V2L22 10Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"document like \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 7V17C21 20 19.5 22 16 22H8C4.5 22 3 20 3 17V7C3 4 4.5 2 8 2H16C19.5 2 21 4 21 7Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.5 4.5V6.5C14.5 7.6 15.4 8.5 16.5 8.5H18.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.48002 15.4901C7.15002 14.4601 7.53999 13.1901 8.60999 12.8401C9.17999 12.6601 9.87999 12.8101 10.27 13.3601C10.64 12.7901 11.37 12.6601 11.93 12.8401C13.01 13.1901 13.39 14.4601 13.07 15.4901C12.56 17.1201 10.77 17.9701 10.27 17.9701C9.77999 17.9601 8.01002 17.1301 7.48002 15.4901Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"document normal \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10 6H14C16 6 16 5 16 4C16 2 15 2 14 2H10C9 2 8 2 8 4C8 6 9 6 10 6Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 4.02002C19.33 4.20002 21 5.43002 21 10V16C21 20 20 22 15 22H9C4 22 3 20 3 16V10C3 5.44002 4.67 4.20002 8 4.02002\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"document previous \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13 15H7L9 17\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 15L9 13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 10V15C22 20 20 22 15 22H9C4 22 2 20 2 15V9C2 4 4 2 9 2H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 10H18C15 10 14 9 14 6V2L18 6L22 10Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"document sketch \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 10V15C22 20 20 22 15 22H9C4 22 2 20 2 15V9C2 4 4 2 9 2H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 10H18C15 10 14 9 14 6V2L22 10Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.32 12H10.97C11.24 12 11.58 12.18 11.72 12.4L12.85 14.1C13.08 14.44 13.03 14.95 12.74 15.24L10.28 17.7C9.93 18.05 9.35 18.05 9 17.7L6.54 15.24C6.25 14.95 6.2 14.44 6.43 14.1L7.56 12.4C7.72 12.18 8.06 12 8.32 12Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"document text 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 10V15C22 20 20 22 15 22H9C4 22 2 20 2 15V9C2 4 4 2 9 2H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 10H18C15 10 14 9 14 6V2L22 10Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 13H13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 17H11\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"document text \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 7V17C21 20 19.5 22 16 22H8C4.5 22 3 20 3 17V7C3 4 4.5 2 8 2H16C19.5 2 21 4 21 7Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.5 4.5V6.5C14.5 7.6 15.4 8.5 16.5 8.5H18.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 13H12\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 17H16\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"document upload \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 17V11L7 13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 11L11 13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 10V15C22 20 20 22 15 22H9C4 22 2 20 2 15V9C2 4 4 2 9 2H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 10H18C15 10 14 9 14 6V2L22 10Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"document \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.75 9H8.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.75 15H8.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"dollar circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.67188 14.3298C8.67188 15.6198 9.66188 16.6598 10.8919 16.6598H13.4019C14.4719 16.6598 15.3419 15.7498 15.3419 14.6298C15.3419 13.4098 14.8119 12.9798 14.0219 12.6998L9.99187 11.2998C9.20187 11.0198 8.67188 10.5898 8.67188 9.36984C8.67188 8.24984 9.54187 7.33984 10.6119 7.33984H13.1219C14.3519 7.33984 15.3419 8.37984 15.3419 9.66984\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 6V18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"dollar square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.67188 14.3298C8.67188 15.6198 9.66188 16.6598 10.8919 16.6598H13.4019C14.4719 16.6598 15.3419 15.7498 15.3419 14.6298C15.3419 13.4098 14.8119 12.9798 14.0219 12.6998L9.99187 11.2998C9.20187 11.0198 8.67188 10.5898 8.67188 9.36984C8.67188 8.24984 9.54187 7.33984 10.6119 7.33984H13.1219C14.3519 7.33984 15.3419 8.37984 15.3419 9.66984\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 6V18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 22H9C4 22 2 20 2 15V9C2 4 4 2 9 2H15C20 2 22 4 22 9V15C22 20 20 22 15 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"driver 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 6.25V8.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 6.25V8.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 16V18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 16V18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 7.25H18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 17H18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 12H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"driver refresh \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 6.25V8.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 12V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 6.25V8.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 16V18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 16V18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 7.25H18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 12H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.56 20.33C21 21.3 19.95 21.95 18.75 21.95C16.96 21.95 15.86 20.15 15.86 20.15M15.93 17.09C16.49 16.11 17.54 15.46 18.75 15.46C20.92 15.46 22 17.26 22 17.26M22 15.25V17.25H20M17.86 20.14H15.86V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"driver \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.32 10H4.69002C3.21002 10 2.01001 8.79002 2.01001 7.32002V4.69002C2.01001 3.21002 3.22002 2.01001 4.69002 2.01001H19.32C20.8 2.01001 22 3.22002 22 4.69002V7.32002C22 8.79002 20.79 10 19.32 10Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.32 22H4.69002C3.21002 22 2.01001 20.79 2.01001 19.32V16.69C2.01001 15.21 3.22002 14.01 4.69002 14.01H19.32C20.8 14.01 22 15.22 22 16.69V19.32C22 20.79 20.79 22 19.32 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 5V7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 5V7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 17V19\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 17V19\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 6H18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 18H18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"driving \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.5501 2H9.45007C7.65007 2 7.25008 2.90001 7.02008 4.01001L6.20007 7.92999H17.8001L16.9801 4.01001C16.7501 2.90001 16.3501 2 14.5501 2Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.2401 14.3199C19.3201 15.1699 18.6401 15.9 17.7701 15.9H16.4101C15.6301 15.9 15.5201 15.57 15.3801 15.15L15.23 14.7199C15.03 14.1299 14.9001 13.7299 13.8501 13.7299H10.1401C9.10005 13.7299 8.94005 14.1799 8.76005 14.7199L8.61005 15.15C8.47005 15.56 8.36006 15.9 7.58006 15.9H6.22005C5.35005 15.9 4.67005 15.1699 4.75005 14.3199L5.16006 9.89996C5.26006 8.80996 5.47005 7.91992 7.37005 7.91992H16.62C18.52 7.91992 18.7301 8.80996 18.8301 9.89996L19.2401 14.3199Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.20009 5.75H5.47009\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.53 5.75H17.8\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.65002 10.8301H9.82004\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.1801 10.8301H16.3501\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 17V18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 21V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 18L2 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 18L22 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"drop \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.61 2.21C12.25 1.93 11.75 1.93 11.39 2.21C9.49004 3.66 3.88003 8.39 3.91003 13.9C3.91003 18.36 7.54004 22 12.01 22C16.48 22 20.11 18.37 20.11 13.91C20.12 8.48 14.5 3.67 12.61 2.21Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n</svg>\n</li><li title=\"edit 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.26 3.59997L5.04997 12.29C4.73997 12.62 4.43997 13.27 4.37997 13.72L4.00997 16.96C3.87997 18.13 4.71997 18.93 5.87997 18.73L9.09997 18.18C9.54997 18.1 10.18 17.77 10.49 17.43L18.7 8.73997C20.12 7.23997 20.76 5.52997 18.55 3.43997C16.35 1.36997 14.68 2.09997 13.26 3.59997Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.89 5.05005C12.32 7.81005 14.56 9.92005 17.34 10.2\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 22H21\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"edit \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H15C20 22 22 20 22 15V13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.04 3.02001L8.16 10.9C7.86 11.2 7.56 11.79 7.5 12.22L7.07 15.23C6.91 16.32 7.68 17.08 8.77 16.93L11.78 16.5C12.2 16.44 12.79 16.14 13.1 15.84L20.98 7.96001C22.34 6.60001 22.98 5.02001 20.98 3.02001C18.98 1.02001 17.4 1.66001 16.04 3.02001Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.91 4.1499C15.58 6.5399 17.45 8.4099 19.85 9.0899\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"electricity \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.5 16H13.5C16 16 17.5 14.2 17.5 12V6.91C17.5 5.86 16.64 5 15.59 5H8.42006C7.37006 5 6.51006 5.86 6.51006 6.91V12C6.50006 14.2 8.00005 16 10.5 16Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.5 2V5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.5 2V5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22V16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"element 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.5 19.9V4.1C10.5 2.6 9.86 2 8.27 2H4.23C2.64 2 2 2.6 2 4.1V19.9C2 21.4 2.64 22 4.23 22H8.27C9.86 22 10.5 21.4 10.5 19.9Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 10.9V4.1C22 2.6 21.36 2 19.77 2H15.73C14.14 2 13.5 2.6 13.5 4.1V10.9C13.5 12.4 14.14 13 15.73 13H19.77C21.36 13 22 12.4 22 10.9Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 19.9V18.1C22 16.6 21.36 16 19.77 16H15.73C14.14 16 13.5 16.6 13.5 18.1V19.9C13.5 21.4 14.14 22 15.73 22H19.77C21.36 22 22 21.4 22 19.9Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"element 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.5 19.9V4.1C10.5 2.6 9.86 2 8.27 2H4.23C2.64 2 2 2.6 2 4.1V19.9C2 21.4 2.64 22 4.23 22H8.27C9.86 22 10.5 21.4 10.5 19.9Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 8.52V3.98C22 2.57 21.36 2 19.77 2H15.73C14.14 2 13.5 2.57 13.5 3.98V8.51C13.5 9.93 14.14 10.49 15.73 10.49H19.77C21.36 10.5 22 9.93 22 8.52Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 19.77V15.73C22 14.14 21.36 13.5 19.77 13.5H15.73C14.14 13.5 13.5 14.14 13.5 15.73V19.77C13.5 21.36 14.14 22 15.73 22H19.77C21.36 22 22 21.36 22 19.77Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"element 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 8.52V3.98C22 2.57 21.36 2 19.77 2H15.73C14.14 2 13.5 2.57 13.5 3.98V8.51C13.5 9.93 14.14 10.49 15.73 10.49H19.77C21.36 10.5 22 9.93 22 8.52Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 19.77V15.73C22 14.14 21.36 13.5 19.77 13.5H15.73C14.14 13.5 13.5 14.14 13.5 15.73V19.77C13.5 21.36 14.14 22 15.73 22H19.77C21.36 22 22 21.36 22 19.77Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.5 8.52V3.98C10.5 2.57 9.86 2 8.27 2H4.23C2.64 2 2 2.57 2 3.98V8.51C2 9.93 2.64 10.49 4.23 10.49H8.27C9.86 10.5 10.5 9.93 10.5 8.52Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.5 19.77V15.73C10.5 14.14 9.86 13.5 8.27 13.5H4.23C2.64 13.5 2 14.14 2 15.73V19.77C2 21.36 2.64 22 4.23 22H8.27C9.86 22 10.5 21.36 10.5 19.77Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"element 4 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 10.9V4.1C22 2.6 21.36 2 19.77 2H15.73C14.14 2 13.5 2.6 13.5 4.1V10.9C13.5 12.4 14.14 13 15.73 13H19.77C21.36 13 22 12.4 22 10.9Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 19.9V18.1C22 16.6 21.36 16 19.77 16H15.73C14.14 16 13.5 16.6 13.5 18.1V19.9C13.5 21.4 14.14 22 15.73 22H19.77C21.36 22 22 21.4 22 19.9Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.5 13.1V19.9C10.5 21.4 9.86 22 8.27 22H4.23C2.64 22 2 21.4 2 19.9V13.1C2 11.6 2.64 11 4.23 11H8.27C9.86 11 10.5 11.6 10.5 13.1Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.5 4.1V5.9C10.5 7.4 9.86 8 8.27 8H4.23C2.64 8 2 7.4 2 5.9V4.1C2 2.6 2.64 2 4.23 2H8.27C9.86 2 10.5 2.6 10.5 4.1Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"element equal \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 8.27V4.23C22 2.64 21.36 2 19.77 2H15.73C14.14 2 13.5 2.64 13.5 4.23V8.27C13.5 9.86 14.14 10.5 15.73 10.5H19.77C21.36 10.5 22 9.86 22 8.27Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.5 8.52V3.98C10.5 2.57 9.86 2 8.27 2H4.23C2.64 2 2 2.57 2 3.98V8.51C2 9.93 2.64 10.49 4.23 10.49H8.27C9.86 10.5 10.5 9.93 10.5 8.52Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.5 19.77V15.73C10.5 14.14 9.86 13.5 8.27 13.5H4.23C2.64 13.5 2 14.14 2 15.73V19.77C2 21.36 2.64 22 4.23 22H8.27C9.86 22 10.5 21.36 10.5 19.77Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 15.5H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M15 19.5H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n</svg>\n</li><li title=\"element plus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 8.27V4.23C22 2.64 21.36 2 19.77 2H15.73C14.14 2 13.5 2.64 13.5 4.23V8.27C13.5 9.86 14.14 10.5 15.73 10.5H19.77C21.36 10.5 22 9.86 22 8.27Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.5 8.52V3.98C10.5 2.57 9.86 2 8.27 2H4.23C2.64 2 2 2.57 2 3.98V8.51C2 9.93 2.64 10.49 4.23 10.49H8.27C9.86 10.5 10.5 9.93 10.5 8.52Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.5 19.77V15.73C10.5 14.14 9.86 13.5 8.27 13.5H4.23C2.64 13.5 2 14.14 2 15.73V19.77C2 21.36 2.64 22 4.23 22H8.27C9.86 22 10.5 21.36 10.5 19.77Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.5 17.5H20.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M17.5 20.5V14.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n</svg>\n</li><li title=\"emoji happy \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5 9.75C16.3284 9.75 17 9.07843 17 8.25C17 7.42157 16.3284 6.75 15.5 6.75C14.6716 6.75 14 7.42157 14 8.25C14 9.07843 14.6716 9.75 15.5 9.75Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 9.75C9.32843 9.75 10 9.07843 10 8.25C10 7.42157 9.32843 6.75 8.5 6.75C7.67157 6.75 7 7.42157 7 8.25C7 9.07843 7.67157 9.75 8.5 9.75Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.4 13.3H15.6C16.1 13.3 16.5 13.7 16.5 14.2C16.5 16.69 14.49 18.7 12 18.7C9.51 18.7 7.5 16.69 7.5 14.2C7.5 13.7 7.9 13.3 8.4 13.3Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"emoji normal \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 8.25C8 9.25 9.63 9.25 10.64 8.25\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.36 8.25C14.36 9.25 15.99 9.25 17 8.25\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.4 13H15.6C16.1 13 16.5 13.4 16.5 13.9C16.5 16.39 14.49 18.4 12 18.4C9.51 18.4 7.5 16.39 7.5 13.9C7.5 13.4 7.9 13 8.4 13Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"emoji sad \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 8.75C8 7.75 9.63 7.75 10.64 8.75\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.36 8.75C14.36 7.75 15.99 7.75 17 8.75\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.4 17.7H15.6C16.1 17.7 16.5 17.3 16.5 16.8C16.5 14.31 14.49 12.3 12 12.3C9.51 12.3 7.5 14.31 7.5 16.8C7.5 17.3 7.9 17.7 8.4 17.7Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"empty wallet add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.04 13.55C17.62 13.96 17.38 14.55 17.44 15.18C17.53 16.26 18.52 17.05 19.6 17.05H21.5V18.24C21.5 20.31 19.81 22 17.74 22H7.63C7.94 21.74 8.21 21.42 8.42 21.06C8.79 20.46 9 19.75 9 19C9 16.79 7.21 15 5 15C4.06 15 3.19 15.33 2.5 15.88V11.51C2.5 9.44001 4.19 7.75 6.26 7.75H17.74C19.81 7.75 21.5 9.44001 21.5 11.51V12.95H19.48C18.92 12.95 18.41 13.17 18.04 13.55Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.5 12.4101V7.8401C2.5 6.6501 3.23 5.59006 4.34 5.17006L12.28 2.17006C13.52 1.70006 14.85 2.62009 14.85 3.95009V7.75008\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22.5588 13.9702V16.0302C22.5588 16.5802 22.1188 17.0302 21.5588 17.0502H19.5988C18.5188 17.0502 17.5288 16.2602 17.4388 15.1802C17.3788 14.5502 17.6188 13.9602 18.0388 13.5502C18.4088 13.1702 18.9188 12.9502 19.4788 12.9502H21.5588C22.1188 12.9702 22.5588 13.4202 22.5588 13.9702Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 12H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 19C9 19.75 8.79 20.46 8.42 21.06C8.21 21.42 7.94 21.74 7.63 22C6.93 22.63 6.01 23 5 23C3.54 23 2.27 22.22 1.58 21.06C1.21 20.46 1 19.75 1 19C1 17.74 1.58 16.61 2.5 15.88C3.19 15.33 4.06 15 5 15C7.21 15 9 16.79 9 19Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.49171 18.9795H3.51172\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 17.5195V20.5095\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"empty wallet change \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2.5 13.24V11.51C2.5 9.44001 4.18999 7.75 6.25999 7.75H17.74C19.81 7.75 21.5 9.44001 21.5 11.51V12.95H19.48C18.92 12.95 18.41 13.17 18.04 13.55C17.62 13.96 17.38 14.55 17.44 15.18C17.53 16.26 18.52 17.05 19.6 17.05H21.5V18.24C21.5 20.31 19.81 22 17.74 22H12.26\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.5 12.4101V7.8401C2.5 6.6501 3.23 5.59006 4.34 5.17006L12.28 2.17006C13.52 1.70006 14.85 2.62009 14.85 3.95009V7.75008\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22.5588 13.9702V16.0302C22.5588 16.5802 22.1188 17.0302 21.5588 17.0502H19.5988C18.5188 17.0502 17.5288 16.2602 17.4388 15.1802C17.3788 14.5502 17.6188 13.9602 18.0388 13.5502C18.4088 13.1702 18.9188 12.9502 19.4788 12.9502H21.5588C22.1188 12.9702 22.5588 13.4202 22.5588 13.9702Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 12H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 16.5H8.34C8.98 16.5 9.5 17.02 9.5 17.66V18.94\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.22 15.28L3 16.5L4.22 17.72\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.5 21.7801H4.16C3.52 21.7801 3 21.2601 3 20.6201V19.3401\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.28125 23.0003L9.50125 21.7803L8.28125 20.5603\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"empty wallet remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.04 13.55C17.62 13.96 17.38 14.55 17.44 15.18C17.53 16.26 18.52 17.05 19.6 17.05H21.5V18.24C21.5 20.31 19.81 22 17.74 22H7.63C7.94 21.74 8.21 21.42 8.42 21.06C8.79 20.46 9 19.75 9 19C9 16.79 7.21 15 5 15C4.06 15 3.19 15.33 2.5 15.88V11.51C2.5 9.44001 4.19 7.75 6.26 7.75H17.74C19.81 7.75 21.5 9.44001 21.5 11.51V12.95H19.48C18.92 12.95 18.41 13.17 18.04 13.55Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.5 12.4101V7.8401C2.5 6.6501 3.23 5.59006 4.34 5.17006L12.28 2.17006C13.52 1.70006 14.85 2.62009 14.85 3.95009V7.75008\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22.5588 13.9702V16.0302C22.5588 16.5802 22.1188 17.0302 21.5588 17.0502H19.5988C18.5188 17.0502 17.5288 16.2602 17.4388 15.1802C17.3788 14.5502 17.6188 13.9602 18.0388 13.5502C18.4088 13.1702 18.9188 12.9502 19.4788 12.9502H21.5588C22.1188 12.9702 22.5588 13.4202 22.5588 13.9702Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 12H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 19C9 19.75 8.79 20.46 8.42 21.06C8.21 21.42 7.94 21.74 7.63 22C6.93 22.63 6.01 23 5 23C3.54 23 2.27 22.22 1.58 21.06C1.21 20.46 1 19.75 1 19C1 17.74 1.58 16.61 2.5 15.88C3.19 15.33 4.06 15 5 15C7.21 15 9 16.79 9 19Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.06995 20.0399L3.94995 17.9299\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.04993 17.96L3.92993 20.0699\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"empty wallet tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.04 13.55C17.62 13.96 17.38 14.55 17.44 15.18C17.53 16.26 18.52 17.05 19.6 17.05H21.5V18.24C21.5 20.31 19.81 22 17.74 22H7.63C7.94 21.74 8.21 21.42 8.42 21.06C8.79 20.46 9 19.75 9 19C9 16.79 7.21 15 5 15C4.06 15 3.19 15.33 2.5 15.88V11.51C2.5 9.44001 4.18999 7.75 6.25999 7.75H17.74C19.81 7.75 21.5 9.44001 21.5 11.51V12.95H19.48C18.92 12.95 18.41 13.17 18.04 13.55Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.5 12.4101V7.8401C2.5 6.6501 3.23 5.59006 4.34 5.17006L12.28 2.17006C13.52 1.70006 14.85 2.62009 14.85 3.95009V7.75008\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22.5588 13.9702V16.0302C22.5588 16.5802 22.1188 17.0302 21.5588 17.0502H19.5988C18.5188 17.0502 17.5288 16.2602 17.4388 15.1802C17.3788 14.5502 17.6188 13.9602 18.0388 13.5502C18.4088 13.1702 18.9188 12.9502 19.4788 12.9502H21.5588C22.1188 12.9702 22.5588 13.4202 22.5588 13.9702Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 12H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 19C9 19.75 8.79 20.46 8.42 21.06C8.21 21.42 7.94 21.74 7.63 22C6.93 22.63 6.01 23 5 23C3.54 23 2.27 22.22 1.58 21.06C1.21 20.46 1 19.75 1 19C1 17.74 1.58 16.61 2.5 15.88C3.19 15.33 4.06 15 5 15C7.21 15 9 16.79 9 19Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.44141 18.9995L4.4314 19.9895L6.5614 18.0195\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"empty wallet time \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.04 13.55C17.62 13.96 17.38 14.55 17.44 15.18C17.53 16.26 18.52 17.05 19.6 17.05H21.5V18.24C21.5 20.31 19.81 22 17.74 22H7.64C8.47 21.27 9 20.2 9 19C9 16.79 7.21 15 5 15C4.06 15 3.19 15.33 2.5 15.88V11.51C2.5 9.44001 4.18999 7.75 6.25999 7.75H17.74C19.81 7.75 21.5 9.44001 21.5 11.51V12.95H19.48C18.92 12.95 18.41 13.17 18.04 13.55Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.5 11.5101V7.84014C2.5 6.65014 3.23 5.59009 4.34 5.17009L12.28 2.17009C13.52 1.71009 14.85 2.62012 14.85 3.95012V7.75011\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22.5588 13.9702V16.0302C22.5588 16.5802 22.1188 17.0302 21.5588 17.0502H19.5988C18.5188 17.0502 17.5288 16.2602 17.4388 15.1802C17.3788 14.5502 17.6188 13.9602 18.0388 13.5502C18.4088 13.1702 18.9188 12.9502 19.4788 12.9502H21.5588C22.1188 12.9702 22.5588 13.4202 22.5588 13.9702Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 12H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 19C9 20.2 8.47 21.27 7.64 22C6.93 22.62 6.01 23 5 23C2.79 23 1 21.21 1 19C1 17.74 1.58 16.61 2.5 15.88C3.19 15.33 4.06 15 5 15C7.21 15 9 16.79 9 19Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.25 17.75V19.25L4 20\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"empty wallet \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.04 13.55C17.62 13.96 17.38 14.55 17.44 15.18C17.53 16.26 18.52 17.05 19.6 17.05H21.5V18.24C21.5 20.31 19.81 22 17.74 22H6.26C4.19 22 2.5 20.31 2.5 18.24V11.51C2.5 9.44001 4.19 7.75 6.26 7.75H17.74C19.81 7.75 21.5 9.44001 21.5 11.51V12.95H19.48C18.92 12.95 18.41 13.17 18.04 13.55Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.5 12.4101V7.8401C2.5 6.6501 3.23 5.59006 4.34 5.17006L12.28 2.17006C13.52 1.70006 14.85 2.62009 14.85 3.95009V7.75008\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22.5588 13.9702V16.0302C22.5588 16.5802 22.1188 17.0302 21.5588 17.0502H19.5988C18.5188 17.0502 17.5288 16.2602 17.4388 15.1802C17.3788 14.5502 17.6188 13.9602 18.0388 13.5502C18.4088 13.1702 18.9188 12.9502 19.4788 12.9502H21.5588C22.1188 12.9702 22.5588 13.4202 22.5588 13.9702Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 12H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"eraser 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.90997 17.58L6.41998 21.09C7.58998 22.26 9.49997 22.26 10.66 21.09L21.09 10.66C22.26 9.48997 22.26 7.57997 21.09 6.41997L17.58 2.90997C16.41 1.73997 14.5 1.73997 13.34 2.90997L2.90997 13.34C1.73997 14.5 1.73997 16.41 2.90997 17.58Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.12 9.12988L14.87 16.8799\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.52002 17.66L9.16998 12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.34003 20.4901L12 14.8301\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"eraser 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.90997 17.58L6.41998 21.09C7.58998 22.26 9.49997 22.26 10.66 21.09L21.09 10.66C22.26 9.48997 22.26 7.57997 21.09 6.41997L17.58 2.90997C16.41 1.73997 14.5 1.73997 13.34 2.90997L2.90997 13.34C1.73997 14.5 1.73997 16.41 2.90997 17.58Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.12 9.12988L14.87 16.8799\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.52002 17.66L9.16998 12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.34003 20.4901L12 14.8301\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"eraser \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.98994 15.08L8.92993 17.02C9.56993 17.66 10.6299 17.66 11.2699 17.02L17.0199 11.27C17.6599 10.63 17.6599 9.57 17.0199 8.93L15.0799 6.99001C14.4399 6.35001 13.3799 6.35001 12.7399 6.99001L6.98994 12.74C6.33994 13.38 6.33994 14.43 6.98994 15.08Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.31006 10.4199L13.5801 14.6899\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"export 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.31995 6.49994L11.8799 3.93994L14.4399 6.49994\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.88 14.18V4.01001\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 12C4 16.42 7 20 12 20C17 20 20 16.42 20 12\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"export 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13 11L21.2 2.80005\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 6.8V2H17.2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H15C20 22 22 20 22 15V13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"export 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 11L21.2 2.80005\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.9999 6.83V2H17.1699\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"export \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.44 8.8999C20.04 9.2099 21.51 11.0599 21.51 15.1099V15.2399C21.51 19.7099 19.72 21.4999 15.25 21.4999H8.73998C4.26998 21.4999 2.47998 19.7099 2.47998 15.2399V15.1099C2.47998 11.0899 3.92998 9.2399 7.46998 8.9099\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 15.0001V3.62012\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.35 5.85L12 2.5L8.65002 5.85\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"external drive \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 22H9C6 22 4 20 4 17V7C4 4 6 2 9 2H16C19 2 21 4 21 7V17C21 20 19 22 16 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 15H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 12H8\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 9.5H8\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 7H8\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.4945 18.25H16.5035\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"eye slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.53 9.47004L9.47004 14.53C8.82004 13.88 8.42004 12.99 8.42004 12C8.42004 10.02 10.02 8.42004 12 8.42004C12.99 8.42004 13.88 8.82004 14.53 9.47004Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.82 5.76998C16.07 4.44998 14.07 3.72998 12 3.72998C8.46997 3.72998 5.17997 5.80998 2.88997 9.40998C1.98997 10.82 1.98997 13.19 2.88997 14.6C3.67997 15.84 4.59997 16.91 5.59997 17.77\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.42004 19.5301C9.56004 20.0101 10.77 20.2701 12 20.2701C15.53 20.2701 18.82 18.1901 21.11 14.5901C22.01 13.1801 22.01 10.8101 21.11 9.40005C20.78 8.88005 20.42 8.39005 20.05 7.93005\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5099 12.7C15.2499 14.11 14.0999 15.26 12.6899 15.52\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.47 14.53L2 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 2L14.53 9.47\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"eye \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.58 12C15.58 13.98 13.98 15.58 12 15.58C10.02 15.58 8.42004 13.98 8.42004 12C8.42004 10.02 10.02 8.42004 12 8.42004C13.98 8.42004 15.58 10.02 15.58 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 20.27C15.53 20.27 18.82 18.19 21.11 14.59C22.01 13.18 22.01 10.81 21.11 9.39997C18.82 5.79997 15.53 3.71997 12 3.71997C8.46997 3.71997 5.17997 5.79997 2.88997 9.39997C1.98997 10.81 1.98997 13.18 2.88997 14.59C5.17997 18.19 8.46997 20.27 12 20.27Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"fatrows \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.9 13.5H4.1C2.6 13.5 2 14.14 2 15.73V19.77C2 21.36 2.6 22 4.1 22H19.9C21.4 22 22 21.36 22 19.77V15.73C22 14.14 21.4 13.5 19.9 13.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.9 2H4.1C2.6 2 2 2.64 2 4.23V8.27C2 9.86 2.6 10.5 4.1 10.5H12.9C14.4 10.5 15 9.86 15 8.27V4.23C15 2.64 14.4 2 12.9 2Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"favorite chart \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 13V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.33008 14.49L9.71008 11.4C10.0501 10.96 10.6801 10.88 11.1201 11.22L12.9501 12.66C13.3901 13 14.0201 12.92 14.3601 12.49L16.6701 9.51001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.48 15.8199L19.76 16.3899C19.9 16.6699 20.25 16.9299 20.56 16.9899L20.94 17.0499C22.08 17.2399 22.35 18.0799 21.53 18.9099L21.18 19.2599C20.95 19.4999 20.82 19.9599 20.89 20.2799L20.94 20.4899C21.25 21.8699 20.52 22.3999 19.32 21.6799L19.06 21.5299C18.75 21.3499 18.25 21.3499 17.94 21.5299L17.68 21.6799C16.47 22.4099 15.74 21.8699 16.06 20.4899L16.1099 20.2799C16.1799 19.9599 16.05 19.4999 15.82 19.2599L15.47 18.9099C14.65 18.0799 14.92 17.2399 16.06 17.0499L16.44 16.9899C16.74 16.9399 17.1 16.6699 17.24 16.3899L17.52 15.8199C18.06 14.7299 18.94 14.7299 19.48 15.8199Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"filter add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.63 14.75C21.63 15.64 21.38 16.48 20.94 17.2C20.12 18.58 18.61 19.5 16.88 19.5C15.15 19.5 13.64 18.57 12.82 17.2C12.38 16.49 12.13 15.64 12.13 14.75C12.13 12.13 14.26 10 16.88 10C19.5 10 21.63 12.13 21.63 14.75Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.66 14.73H15.11\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.88 13V16.55\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.6901 4.02002V6.23999C20.6901 7.04999 20.1801 8.06001 19.6801 8.57001L17.9201 10.12C17.5901 10.04 17.2401 10 16.8801 10C14.2601 10 12.1301 12.13 12.1301 14.75C12.1301 15.64 12.3801 16.48 12.8201 17.2C13.1901 17.82 13.7001 18.35 14.3201 18.73V19.07C14.3201 19.68 13.9201 20.49 13.4101 20.79L12.0001 21.7C10.6901 22.51 8.87006 21.6 8.87006 19.98V14.63C8.87006 13.92 8.46006 13.01 8.06006 12.51L4.22006 8.46997C3.72006 7.95997 3.31006 7.05001 3.31006 6.45001V4.12C3.31006 2.91 4.22006 2 5.33006 2H18.6701C19.7801 2 20.6901 2.91002 20.6901 4.02002Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"filter edit \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.41 20.79L12.0001 21.7C10.6901 22.51 8.87006 21.6 8.87006 19.98V14.63C8.87006 13.92 8.47006 13.01 8.06006 12.51L4.22003 8.47C3.71003 7.96 3.31006 7.06001 3.31006 6.45001V4.13C3.31006 2.92 4.22008 2.01001 5.33008 2.01001H18.67C19.78 2.01001 20.6901 2.92 20.6901 4.03V6.25C20.6901 7.06 20.1801 8.07001 19.6801 8.57001\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.0799 11.89L13.5399 15.43C13.3999 15.57 13.2699 15.83 13.2399 16.02L13.0499 17.37C12.9799 17.86 13.3199 18.2 13.8099 18.13L15.1599 17.94C15.3499 17.91 15.6199 17.78 15.7499 17.64L19.2899 14.1C19.8999 13.49 20.1899 12.78 19.2899 11.88C18.3999 10.99 17.6899 11.28 17.0799 11.89Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.58 12.39C16.88 13.47 17.7199 14.31 18.7999 14.61\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"filter remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.41 20.79L12 21.7C10.69 22.51 8.87 21.6 8.87 19.98V14.63C8.87 13.92 8.47 13.01 8.06 12.51L4.22 8.46997C3.71 7.95997 3.31 7.06001 3.31 6.45001V4.13C3.31 2.92 4.22 2.01001 5.33 2.01001H18.67C19.78 2.01001 20.69 2.92003 20.69 4.03003V6.25C20.69 7.06 20.18 8.07001 19.68 8.57001\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.63 14.75C21.63 15.64 21.38 16.48 20.94 17.2C20.12 18.58 18.61 19.5 16.88 19.5C15.15 19.5 13.64 18.57 12.82 17.2C12.38 16.49 12.13 15.64 12.13 14.75C12.13 12.13 14.26 10 16.88 10C19.5 10 21.63 12.13 21.63 14.75Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.15 15.99L15.64 13.48\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.13 13.51L15.62 16.02\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.69 4.02002V6.23999C20.69 7.04999 20.18 8.06001 19.68 8.57001L17.92 10.12C17.59 10.04 17.24 10 16.88 10C14.26 10 12.13 12.13 12.13 14.75C12.13 15.64 12.38 16.48 12.82 17.2C13.19 17.82 13.7 18.35 14.32 18.73V19.07C14.32 19.68 13.92 20.49 13.41 20.79L12 21.7C10.69 22.51 8.87 21.6 8.87 19.98V14.63C8.87 13.92 8.46 13.01 8.06 12.51L4.22 8.46997C3.72 7.95997 3.31 7.05001 3.31 6.45001V4.12C3.31 2.91 4.22 2 5.33 2H18.67C19.78 2 20.69 2.91002 20.69 4.02002Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"filter search \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.3201 19.07C14.3201 19.68 13.92 20.48 13.41 20.79L12.0001 21.7C10.6901 22.51 8.87006 21.6 8.87006 19.98V14.63C8.87006 13.92 8.47006 13.01 8.06006 12.51L4.22003 8.47C3.71003 7.96 3.31006 7.06001 3.31006 6.45001V4.13C3.31006 2.92 4.22008 2.01001 5.33008 2.01001H18.67C19.78 2.01001 20.6901 2.92 20.6901 4.03V6.25C20.6901 7.06 20.1801 8.07001 19.6801 8.57001\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.07 16.52C17.8373 16.52 19.27 15.0873 19.27 13.32C19.27 11.5527 17.8373 10.12 16.07 10.12C14.3027 10.12 12.87 11.5527 12.87 13.32C12.87 15.0873 14.3027 16.52 16.07 16.52Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.87 17.12L18.87 16.12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"filter square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.16 6.65002H15.83C16.47 6.65002 16.99 7.17002 16.99 7.81002V9.09002C16.99 9.56002 16.7 10.14 16.41 10.43L13.91 12.64C13.56 12.93 13.33 13.51 13.33 13.98V16.48C13.33 16.83 13.1 17.29 12.81 17.47L12 17.98C11.24 18.45 10.2 17.92 10.2 16.99V13.91C10.2 13.5 9.97 12.98 9.73 12.69L7.52 10.36C7.23 10.08 7 9.55002 7 9.20002V7.87002C7 7.17002 7.52 6.65002 8.16 6.65002Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"filter tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.63 14.75C21.63 15.64 21.39 16.48 20.95 17.2C20.13 18.57 18.62 19.5 16.88 19.5C15.94 19.5 15.06 19.22 14.32 18.73C13.7 18.35 13.19 17.82 12.82 17.2C12.38 16.48 12.13 15.64 12.13 14.75C12.13 12.13 14.26 10 16.88 10C17.24 10 17.59 10.04 17.92 10.12C20.05 10.59 21.63 12.49 21.63 14.75Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.03 14.75L16.2 15.92L18.73 13.58\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.6901 4.01999V6.23999C20.6901 7.04999 20.1801 8.06001 19.6801 8.57001L17.92 10.12C17.59 10.04 17.2401 10 16.8801 10C14.2601 10 12.1301 12.13 12.1301 14.75C12.1301 15.64 12.3801 16.48 12.8201 17.2C13.1901 17.82 13.7001 18.35 14.3201 18.73V19.07C14.3201 19.68 13.92 20.49 13.41 20.79L12.0001 21.7C10.6901 22.51 8.87006 21.6 8.87006 19.98V14.63C8.87006 13.92 8.46006 13.01 8.06006 12.51L4.22003 8.47C3.72003 7.96 3.31006 7.05001 3.31006 6.45001V4.12C3.31006 2.91 4.22008 2 5.33008 2H18.67C19.78 2 20.6901 2.90999 20.6901 4.01999Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"filter \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.40002 2.09998H18.6C19.7 2.09998 20.6 2.99998 20.6 4.09998V6.29998C20.6 7.09998 20.1 8.09998 19.6 8.59998L15.3 12.4C14.7 12.9 14.3 13.9 14.3 14.7V19C14.3 19.6 13.9 20.4 13.4 20.7L12 21.6C10.7 22.4 8.90002 21.5 8.90002 19.9V14.6C8.90002 13.9 8.50002 13 8.10002 12.5L4.30002 8.49998C3.80002 7.99998 3.40002 7.09998 3.40002 6.49998V4.19998C3.40002 2.99998 4.30002 2.09998 5.40002 2.09998Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.93 2.09998L6 9.99998\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"finger cricle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 14.88C11.09 14.88 10.35 14.14 10.35 13.23V10.76C10.35 9.85001 11.09 9.10999 12 9.10999C12.91 9.10999 13.65 9.85001 13.65 10.76V13.23C13.65 14.14 12.91 14.88 12 14.88Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M16.98 13.4699C16.78 16.0499 14.62 18.0699 12 18.0699C9.24 18.0699 7 15.8299 7 13.0699V10.9299C7 8.16993 9.24 5.92993 12 5.92993C14.59 5.92993 16.72 7.89992 16.97 10.4199\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n</svg>\n</li><li title=\"finger scan \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 14.88C11.09 14.88 10.35 14.14 10.35 13.23V10.76C10.35 9.85001 11.09 9.10999 12 9.10999C12.91 9.10999 13.65 9.85001 13.65 10.76V13.23C13.65 14.14 12.91 14.88 12 14.88Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M16.98 13.4699C16.78 16.0499 14.62 18.0699 12 18.0699C9.24 18.0699 7 15.8299 7 13.0699V10.9299C7 8.16993 9.24 5.92993 12 5.92993C14.59 5.92993 16.72 7.89992 16.97 10.4199\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M15 2H17C20 2 22 4 22 7V9\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 9V7C2 4 4 2 7 2H9\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 22H17C20 22 22 20 22 17V15\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 15V17C2 20 4 22 7 22H9\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"firstline \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14 4.5H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 9.5H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 14.5H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 19.5H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.5 8.43V5.57C9.5 4.45 9.05 4 7.92 4H5.07C3.95 4 3.5 4.45 3.5 5.57V8.42C3.5 9.55 3.95 10 5.07 10H7.92C9.05 10 9.5 9.55 9.5 8.43Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"flag 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.45001 2V22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.95001 4L15.05 7.5C18.35 8.9 18.35 11.3 15.25 12.9L6.95001 17\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"flag \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.15002 2V22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.15002 4H16.35C19.05 4 19.65 5.5 17.75 7.4L16.55 8.6C15.75 9.4 15.75 10.7 16.55 11.4L17.75 12.6C19.65 14.5 18.95 16 16.35 16H5.15002\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"flash 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.08998 13.28H9.17998V20.48C9.17998 22.16 10.09 22.5 11.2 21.24L18.77 12.64C19.7 11.59 19.31 10.72 17.9 10.72H14.81V3.52002C14.81 1.84002 13.9 1.50002 12.79 2.76002L5.21998 11.36C4.29998 12.42 4.68998 13.28 6.08998 13.28Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"flash circle 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.67999 11.9101L10.33 12.32L9.38 16.1601C9.16 17.0601 9.59998 17.36 10.36 16.83L15.54 13.2401C16.17 12.8001 16.08 12.2901 15.33 12.1001L13.68 11.6901L14.63 7.85006C14.85 6.95006 14.41 6.65007 13.65 7.18007L8.47 10.7701C7.84 11.2101 7.92999 11.7201 8.67999 11.9101Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"flash circle 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.68006 12.72H10.4201V16.77C10.4201 17.37 11.1601 17.65 11.5601 17.2L15.8201 12.36C16.1901 11.94 15.8901 11.28 15.3301 11.28H13.5901V7.22995C13.5901 6.62995 12.8501 6.34995 12.4501 6.79995L8.19006 11.64C7.82006 12.06 8.12006 12.72 8.68006 12.72Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.97 22C17.4928 22 21.97 17.5228 21.97 12C21.97 6.47715 17.4928 2 11.97 2C6.44712 2 1.96997 6.47715 1.96997 12C1.96997 17.5228 6.44712 22 11.97 22Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"flash circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.67999 11.9101L10.33 12.32L9.38 16.1601C9.16 17.0601 9.59998 17.36 10.36 16.83L15.54 13.2401C16.17 12.8001 16.08 12.2901 15.33 12.1001L13.68 11.6901L14.63 7.85006C14.85 6.95006 14.41 6.65007 13.65 7.18007L8.47 10.7701C7.84 11.2101 7.92999 11.7201 8.67999 11.9101Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"flash slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.18005 18.04V20.48C9.18005 22.16 10.0901 22.5 11.2001 21.24L18.7701 12.64C19.7001 11.59 19.3101 10.72 17.9001 10.72H16.9701\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.82 8.84002V3.52002C14.82 1.84002 13.91 1.50002 12.8 2.76002L5.23 11.36C4.3 12.41 4.69 13.28 6.1 13.28H9.19V14.46\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 2L2 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"flash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.31993 13.28H12.4099V20.48C12.4099 21.54 13.7299 22.04 14.4299 21.24L21.9999 12.64C22.6599 11.89 22.1299 10.72 21.1299 10.72H18.0399V3.51997C18.0399 2.45997 16.7199 1.95997 16.0199 2.75997L8.44994 11.36C7.79994 12.11 8.32993 13.28 9.31993 13.28Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 4H1.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.5 20H1.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.5 12H1.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"folder 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 11V17C22 21 21 22 17 22H7C3 22 2 21 2 17V7C2 3 3 2 7 2H8.5C10 2 10.33 2.44 10.9 3.2L12.4 5.2C12.78 5.7 13 6 14 6H17C21 6 22 7 22 11Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n<path d=\"M8 2H17C19 2 20 3 20 5V6.38\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"folder add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.0601 16.5V11.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.5 14H9.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 11V17C22 21 21 22 17 22H7C3 22 2 21 2 17V7C2 3 3 2 7 2H8.5C10 2 10.33 2.44 10.9 3.2L12.4 5.2C12.78 5.7 13 6 14 6H17C21 6 22 7 22 11Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n</svg>\n</li><li title=\"folder cloud \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H7C3 22 2 21 2 17V7C2 3 3 2 7 2H8.5C10 2 10.33 2.44001 10.9 3.20001L12.4 5.20001C12.78 5.70001 13 6 14 6H17C21 6 22 7 22 11V13\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.7601 18.32C11.4101 18.49 11.4101 21.89 13.7601 22.06H19.3201C19.9901 22.06 20.6501 21.81 21.1401 21.36C22.7901 19.92 21.91 17.04 19.74 16.77C18.96 12.08 12.1801 13.86 13.7801 18.33\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"folder connection \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 16V19\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 23C13.1046 23 14 22.1046 14 21C14 19.8954 13.1046 19 12 19C10.8954 19 10 19.8954 10 21C10 22.1046 10.8954 23 12 23Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 21H14\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 21H6\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 8.30005V12.5C19 15.3 18.3 16 15.5 16H8.5C5.7 16 5 15.3 5 12.5V5.5C5 2.7 5.7 2 8.5 2H9.54999C10.6 2 10.83 2.30997 11.23 2.83997L12.28 4.23999C12.55 4.58999 12.7 4.80005 13.4 4.80005H15.5C18.3 4.80005 19 5.50005 19 8.30005Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n</svg>\n</li><li title=\"folder cross \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.81 15.7299L10.27 12.1899\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.77 12.23L10.23 15.77\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 11V17C22 21 21 22 17 22H7C3 22 2 21 2 17V7C2 3 3 2 7 2H8.5C10 2 10.33 2.44 10.9 3.2L12.4 5.2C12.78 5.7 13 6 14 6H17C21 6 22 7 22 11Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n</svg>\n</li><li title=\"folder favorite \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.19997 14.78L11.78 17.04C11.9 17.15 12.09 17.15 12.21 17.04L14.79 14.78C15.46 14.19 15.55 13.19 14.99 12.49C14.43 11.79 13.41 11.66 12.7 12.2L12 12.74L11.29 12.21C10.57 11.67 9.55997 11.8 8.99997 12.5C8.43997 13.19 8.52997 14.2 9.19997 14.78Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 11V17C22 21 21 22 17 22H7C3 22 2 21 2 17V7C2 3 3 2 7 2H8.5C10 2 10.33 2.44 10.9 3.2L12.4 5.2C12.78 5.7 13 6 14 6H17C21 6 22 7 22 11Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n</svg>\n</li><li title=\"folder minus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.4299 14.55H9.42993\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 11V17C22 21 21 22 17 22H7C3 22 2 21 2 17V7C2 3 3 2 7 2H8.5C10 2 10.33 2.44 10.9 3.2L12.4 5.2C12.78 5.7 13 6 14 6H17C21 6 22 7 22 11Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n</svg>\n</li><li title=\"folder open \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.67 14.3L21.27 19.3C21.12 20.83 21 22 18.29 22H5.71001C3.00001 22 2.88001 20.83 2.73001 19.3L2.33001 14.3C2.25001 13.47 2.51001 12.7 2.98001 12.11C2.99001 12.1 2.99001 12.1 3.00001 12.09C3.55001 11.42 4.38001 11 5.31001 11H18.69C19.62 11 20.44 11.42 20.98 12.07C20.99 12.08 21 12.09 21 12.1C21.49 12.69 21.76 13.46 21.67 14.3Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n<path d=\"M3.5 11.43V6.28003C3.5 2.88003 4.35 2.03003 7.75 2.03003H9.02C10.29 2.03003 10.58 2.41003 11.06 3.05003L12.33 4.75003C12.65 5.17003 12.84 5.43003 13.69 5.43003H16.24C19.64 5.43003 20.49 6.28003 20.49 9.68003V11.47\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.42993 17H14.5699\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"folder \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 11V17C22 21 21 22 17 22H7C3 22 2 21 2 17V7C2 3 3 2 7 2H8.5C10 2 10.33 2.44 10.9 3.2L12.4 5.2C12.78 5.7 13 6 14 6H17C21 6 22 7 22 11Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n</svg>\n</li><li title=\"format circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.5 5.35C21.5 6.26 21.07 7.07 20.41 7.59C19.93 7.97 19.32 8.2 18.65 8.2C17.07 8.2 15.8 6.93 15.8 5.35C15.8 4.68 16.03 4.08 16.41 3.59H16.42C16.93 2.93 17.74 2.5 18.65 2.5C20.23 2.5 21.5 3.77 21.5 5.35Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.2 5.35C8.2 6.93 6.93 8.2 5.35 8.2C4.68 8.2 4.08 7.97 3.59 7.59C2.93 7.07 2.5 6.26 2.5 5.35C2.5 3.77 3.77 2.5 5.35 2.5C6.26 2.5 7.07 2.93 7.59 3.59C7.97 4.08 8.2 4.68 8.2 5.35Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.5 18.65C21.5 20.23 20.23 21.5 18.65 21.5C17.74 21.5 16.93 21.07 16.42 20.41H16.41C16.03 19.93 15.8 19.32 15.8 18.65C15.8 17.07 17.07 15.8 18.65 15.8C19.32 15.8 19.92 16.03 20.41 16.41V16.42C21.07 16.93 21.5 17.74 21.5 18.65Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.2 18.65C8.2 19.32 7.97 19.92 7.59 20.41C7.07 21.08 6.26 21.5 5.35 21.5C3.77 21.5 2.5 20.23 2.5 18.65C2.5 17.74 2.93 16.93 3.59 16.42V16.41C4.07 16.03 4.68 15.8 5.35 15.8C6.93 15.8 8.2 17.07 8.2 18.65Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.5 12C21.5 13.6 21.11 15.09 20.41 16.41C19.93 16.03 19.32 15.8 18.65 15.8C17.07 15.8 15.8 17.07 15.8 18.65C15.8 19.32 16.03 19.92 16.41 20.41C15.09 21.11 13.6 21.5 12 21.5C10.41 21.5 8.91 21.11 7.59 20.41C7.97 19.93 8.2 19.32 8.2 18.65C8.2 17.07 6.93 15.8 5.35 15.8C4.68 15.8 4.08 16.03 3.59 16.41C2.89 15.09 2.5 13.6 2.5 12C2.5 10.41 2.89 8.91 3.59 7.59C4.08 7.97 4.68 8.2 5.35 8.2C6.93 8.2 8.2 6.93 8.2 5.35C8.2 4.68 7.97 4.08 7.59 3.59C8.91 2.89 10.41 2.5 12 2.5C13.6 2.5 15.09 2.89 16.41 3.59C16.03 4.07 15.8 4.68 15.8 5.35C15.8 6.93 17.07 8.2 18.65 8.2C19.32 8.2 19.92 7.97 20.41 7.59C21.11 8.91 21.5 10.41 21.5 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"format square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20 6.95V17.05C19.84 17.02 19.67 17 19.5 17C18.12 17 17 18.12 17 19.5C17 19.67 17.02 19.84 17.05 20H6.95C6.98 19.84 7 19.67 7 19.5C7 18.12 5.88 17 4.5 17C4.33 17 4.16 17.02 4 17.05V6.95C4.16 6.98 4.33 7 4.5 7C5.88 7 7 5.88 7 4.5C7 4.33 6.98 4.16 6.95 4H17.05C17.02 4.16 17 4.33 17 4.5C17 5.88 18.12 7 19.5 7C19.67 7 19.84 6.98 20 6.95Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 4.5C7 5.88 5.88 7 4.5 7C4.33 7 4.16 6.98 4 6.95C2.86 6.72 2 5.71 2 4.5C2 3.12 3.12 2 4.5 2C5.71 2 6.72 2.86 6.95 4C6.98 4.16 7 4.33 7 4.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 4.5C22 5.71 21.14 6.72 20 6.95C19.84 6.98 19.67 7 19.5 7C18.12 7 17 5.88 17 4.5C17 4.33 17.02 4.16 17.05 4C17.28 2.86 18.29 2 19.5 2C20.88 2 22 3.12 22 4.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 19.5C7 19.67 6.98 19.84 6.95 20C6.72 21.14 5.71 22 4.5 22C3.12 22 2 20.88 2 19.5C2 18.29 2.86 17.28 4 17.05C4.16 17.02 4.33 17 4.5 17C5.88 17 7 18.12 7 19.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 19.5C22 20.88 20.88 22 19.5 22C18.29 22 17.28 21.14 17.05 20C17.02 19.84 17 19.67 17 19.5C17 18.12 18.12 17 19.5 17C19.67 17 19.84 17.02 20 17.05C21.14 17.28 22 18.29 22 19.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"forward 10 seconds \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.98 4.46997L12 2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.0899 7.79999C20.1999 9.27999 20.8899 11.11 20.8899 13.11C20.8899 18.02 16.9099 22 11.9999 22C7.08988 22 3.10986 18.02 3.10986 13.11C3.10986 8.19999 7.08988 4.21997 11.9999 4.21997C12.6799 4.21997 13.3399 4.31002 13.9799 4.46002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.54004 15.92V10.5801L8.04004 12.2501\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 10.5801C15.1 10.5801 16 11.4801 16 12.5801V13.9301C16 15.0301 15.1 15.9301 14 15.9301C12.9 15.9301 12 15.0301 12 13.9301V12.5801C12 11.4701 12.9 10.5801 14 10.5801Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"forward 15 seconds \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.9601 10.8301H12.9001L12.1401 13.1201H14.4301C15.2701 13.1201 15.9601 13.8001 15.9601 14.6501C15.9601 15.4901 15.2801 16.1801 14.4301 16.1801H12.1401\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.54004 16.17V10.8301L8.04004 12.5001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.98 4.46997L12 2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.0899 7.79999C20.1999 9.27999 20.8899 11.11 20.8899 13.11C20.8899 18.02 16.9099 22 11.9999 22C7.08988 22 3.10986 18.02 3.10986 13.11C3.10986 8.19999 7.08988 4.21997 11.9999 4.21997C12.6799 4.21997 13.3399 4.31002 13.9799 4.46002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"forward 5 seconds \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.98 4.46997L12 2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.0899 7.79999C20.1999 9.27999 20.8899 11.11 20.8899 13.11C20.8899 18.02 16.9099 22 11.9999 22C7.08988 22 3.10986 18.02 3.10986 13.11C3.10986 8.19999 7.08988 4.21997 11.9999 4.21997C12.6799 4.21997 13.3399 4.31002 13.9799 4.46002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.91 10.8301H10.85L10.0901 13.1201H12.3801C13.2201 13.1201 13.91 13.8001 13.91 14.6501C13.91 15.4901 13.2301 16.1801 12.3801 16.1801H10.0901\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"forward item 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.38 10.3799V13.6099C17.38 16.2999 16.3 17.3799 13.61 17.3799H10.38C7.69 17.3799 6.61 16.2999 6.61 13.6099V10.3799C6.61 7.68988 7.69 6.60986 10.38 6.60986H13.61C16.31 6.61986 17.38 7.68988 17.38 10.3799Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 5.76999V9C22 11.69 20.92 12.77 18.23 12.77H17.38V10.39C17.38 7.70001 16.3 6.62 13.61 6.62H11.23V5.76999C11.23 3.07999 12.31 2 15 2H18.23C20.92 2 22 3.07999 22 5.76999Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 18.23V15C2 12.31 3.08 11.23 5.77 11.23H6.62V13.61C6.62 16.3 7.7 17.38 10.39 17.38H12.77V18.23C12.77 20.92 11.69 22 9 22H5.77C3.08 22 2 20.92 2 18.23Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"forward item \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.38 10.3799V13.6099C17.38 16.2999 16.3 17.3799 13.61 17.3799H10.38C7.69 17.3799 6.61 16.2999 6.61 13.6099V10.3799C6.61 7.68988 7.69 6.60986 10.38 6.60986H13.61C16.31 6.61986 17.38 7.68988 17.38 10.3799Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 5.76999V9C22 11.69 20.92 12.77 18.23 12.77H17.38V10.39C17.38 7.70001 16.3 6.62 13.61 6.62H11.23V5.76999C11.23 3.07999 12.31 2 15 2H18.23C20.92 2 22 3.07999 22 5.76999Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 18.23V15C2 12.31 3.08 11.23 5.77 11.23H6.62V13.61C6.62 16.3 7.7 17.38 10.39 17.38H12.77V18.23C12.77 20.92 11.69 22 9 22H5.77C3.08 22 2 20.92 2 18.23Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"forward square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 15.3802H10.08C8.38 15.3802 7 14.0002 7 12.3002C7 10.6002 8.38 9.22021 10.08 9.22021H16.85\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.4299 10.7701L16.9999 9.19012L15.4299 7.62012\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"forward \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 8.33994V15.6599C2 17.1599 3.62999 18.0999 4.92999 17.3499L8.10001 15.5299L11.27 13.7C11.47 13.58 11.63 13.45 11.76 13.29V10.73C11.63 10.57 11.47 10.44 11.27 10.32L8.10001 8.48993L4.92999 6.66996C3.62999 5.89996 2 6.83994 2 8.33994Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.76 8.33994V15.6599C11.76 17.1599 13.39 18.0999 14.69 17.3499L17.86 15.5299L21.03 13.7C22.33 12.95 22.33 11.08 21.03 10.32L17.86 8.48993L14.69 6.66996C13.39 5.89996 11.76 6.83994 11.76 8.33994Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"frame 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.00999 20.5L3.98999 15.49\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.01001 3.5V20.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.99 3.5L20.01 8.51\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.99 20.5V3.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"frame 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.44 8.8999C20.04 9.2099 21.51 11.0599 21.51 15.1099V15.2399C21.51 19.7099 19.72 21.4999 15.25 21.4999H8.73998C4.26998 21.4999 2.47998 19.7099 2.47998 15.2399V15.1099C2.47998 11.0899 3.92998 9.2399 7.46998 8.9099\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 2V14.88\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.35 12.6499L12 15.9999L8.65002 12.6499\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"frame 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.23 20.77L20.77 17.23\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.77 20.77L17.23 17.23\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 10.5V13.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 10.5V13.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 10.5V13.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 13V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"frame 4 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.25 9.05005C11.03 9.70005 12.97 9.70005 14.75 9.05005\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.8199 2H7.17995C5.04995 2 3.31995 3.74 3.31995 5.86V19.95C3.31995 21.75 4.60995 22.51 6.18995 21.64L11.0699 18.93C11.5899 18.64 12.4299 18.64 12.9399 18.93L17.8199 21.64C19.3999 22.52 20.6899 21.76 20.6899 19.95V5.86C20.6799 3.74 18.9499 2 16.8199 2Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.8199 2H7.17995C5.04995 2 3.31995 3.74 3.31995 5.86V19.95C3.31995 21.75 4.60995 22.51 6.18995 21.64L11.0699 18.93C11.5899 18.64 12.4299 18.64 12.9399 18.93L17.8199 21.64C19.3999 22.52 20.6899 21.76 20.6899 19.95V5.86C20.6799 3.74 18.9499 2 16.8199 2Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"frame 5 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.26 18.9V7.1C19.26 5.6 18.62 5 17.03 5H15.99C14.4 5 13.76 5.6 13.76 7.1V18.9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.25999 18.9V12.1C5.25999 10.6 5.89999 10 7.48999 10H8.52999C10.12 10 10.76 10.6 10.76 12.1V18.9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 19H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"frame \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.46997 13.26L12 9.73999L15.53 13.26\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"gallery add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 10C10.1046 10 11 9.10457 11 8C11 6.89543 10.1046 6 9 6C7.89543 6 7 6.89543 7 8C7 9.10457 7.89543 10 9 10Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H15C20 22 22 20 22 15V10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.75 5H21.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M18.5 7.75V2.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M2.67004 18.9501L7.60004 15.6401C8.39004 15.1101 9.53004 15.1701 10.24 15.7801L10.57 16.0701C11.35 16.7401 12.61 16.7401 13.39 16.0701L17.55 12.5001C18.33 11.8301 19.59 11.8301 20.37 12.5001L22 13.9001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"gallery edit \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 10C10.1046 10 11 9.10457 11 8C11 6.89543 10.1046 6 9 6C7.89543 6 7 6.89543 7 8C7 9.10457 7.89543 10 9 10Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H15C20 22 22 20 22 15V10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.1399 2.58991L15.5099 6.21991C15.3699 6.35991 15.2299 6.62991 15.2099 6.82991L15.0099 8.21991C14.9399 8.71991 15.2899 9.06991 15.7899 8.99991L17.1799 8.79991C17.3699 8.76991 17.6499 8.63991 17.7899 8.49991L21.4199 4.86991C22.0499 4.23991 22.3399 3.51991 21.4199 2.59991C20.4899 1.65991 19.7699 1.95991 19.1399 2.58991Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.6201 3.11011C18.9301 4.21011 19.7901 5.07011 20.8901 5.38011\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.66992 18.9501L7.59992 15.6401C8.38992 15.1101 9.52992 15.1701 10.2399 15.7801L10.5699 16.0701C11.3499 16.7401 12.6099 16.7401 13.3899 16.0701L17.5499 12.5001C18.3299 11.8301 19.5899 11.8301 20.3699 12.5001L21.9999 13.9001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"gallery export \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 10C10.1046 10 11 9.10457 11 8C11 6.89543 10.1046 6 9 6C7.89543 6 7 6.89543 7 8C7 9.10457 7.89543 10 9 10Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H15C20 22 22 20 22 15V10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 8V2L20 4\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 2L16 4\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.67004 18.9501L7.60004 15.6401C8.39004 15.1101 9.53004 15.1701 10.24 15.7801L10.57 16.0701C11.35 16.7401 12.61 16.7401 13.39 16.0701L17.55 12.5001C18.33 11.8301 19.59 11.8301 20.37 12.5001L22 13.9001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"gallery favorite \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 10C10.1046 10 11 9.10457 11 8C11 6.89543 10.1046 6 9 6C7.89543 6 7 6.89543 7 8C7 9.10457 7.89543 10 9 10Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H15C20 22 22 20 22 15V11\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.12 5.1099C15.79 4.0699 16.18 2.7799 17.26 2.4299C17.83 2.2499 18.54 2.3999 18.94 2.9499C19.32 2.3799 20.05 2.2399 20.62 2.4299C21.71 2.7799 22.1 4.0699 21.77 5.1099C21.25 6.7499 19.45 7.6099 18.95 7.6099C18.44 7.6099 16.65 6.7699 16.12 5.1099Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.67004 18.9501L7.60004 15.6401C8.39004 15.1101 9.53004 15.1701 10.24 15.7801L10.57 16.0701C11.35 16.7401 12.61 16.7401 13.39 16.0701L17.55 12.5001C18.33 11.8301 19.59 11.8301 20.37 12.5001L22 13.9001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"gallery import \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 10C10.1046 10 11 9.10457 11 8C11 6.89543 10.1046 6 9 6C7.89543 6 7 6.89543 7 8C7 9.10457 7.89543 10 9 10Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H15C20 22 22 20 22 15V10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 2V8L20 6\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 8L16 6\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.67004 18.9501L7.60004 15.6401C8.39004 15.1101 9.53004 15.1701 10.24 15.7801L10.57 16.0701C11.35 16.7401 12.61 16.7401 13.39 16.0701L17.55 12.5001C18.33 11.8301 19.59 11.8301 20.37 12.5001L22 13.9001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"gallery remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 10C10.1046 10 11 9.10457 11 8C11 6.89543 10.1046 6 9 6C7.89543 6 7 6.89543 7 8C7 9.10457 7.89543 10 9 10Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H15C20 22 22 20 22 15V10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.5601 6.94006L20.4401 3.06006\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M20.4401 6.94006L16.5601 3.06006\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M2.66992 18.9501L7.59992 15.6401C8.38992 15.1101 9.52992 15.1701 10.2399 15.7801L10.5699 16.0701C11.3499 16.7401 12.6099 16.7401 13.3899 16.0701L17.5499 12.5001C18.3299 11.8301 19.5899 11.8301 20.3699 12.5001L21.9999 13.9001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"gallery slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.37 20.1C2.43 18.97 2 17.31 2 15V9C2 4 4 2 9 2H15C17.19 2 18.8 2.38 19.92 3.23\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.97 7.98999C21.99 8.30999 22 8.64999 22 8.99999V15C22 20 20 22 15 22H8.99996C8.25996 22 7.57996 21.96 6.95996 21.86\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 10C9.10457 10 10 9.10457 10 8C10 6.89543 9.10457 6 8 6C6.89543 6 6 6.89543 6 8C6 9.10457 6.89543 10 8 10Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 2L2 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.4301 16.45C11.7301 16.75 12.2201 16.75 12.5201 16.45L17.5501 11.41C18.3301 10.63 19.5901 10.63 20.3701 11.41L22.0001 13.05\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"gallery tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 10C10.1046 10 11 9.10457 11 8C11 6.89543 10.1046 6 9 6C7.89543 6 7 6.89543 7 8C7 9.10457 7.89543 10 9 10Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H15C20 22 22 20 22 15V10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 4.99005L17.46 6.45005L21.36 2.55005\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.67004 18.9501L7.60004 15.6401C8.39004 15.1101 9.53004 15.1701 10.24 15.7801L10.57 16.0701C11.35 16.7401 12.61 16.7401 13.39 16.0701L17.55 12.5001C18.33 11.8301 19.59 11.8301 20.37 12.5001L22 13.9001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"gallery \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 10C10.1046 10 11 9.10457 11 8C11 6.89543 10.1046 6 9 6C7.89543 6 7 6.89543 7 8C7 9.10457 7.89543 10 9 10Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.67004 18.9501L7.60004 15.6401C8.39004 15.1101 9.53004 15.1701 10.24 15.7801L10.57 16.0701C11.35 16.7401 12.61 16.7401 13.39 16.0701L17.55 12.5001C18.33 11.8301 19.59 11.8301 20.37 12.5001L22 13.9001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"game \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.57002 12.46L6.52002 15.51\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.55005 12.49L9.60005 15.54\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.53 14H13.54\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.47 14H17.48\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5 15.98V15.96\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5 12.04V12.02\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 22H15C20 22 22 20 22 15V13C22 8 20 6 15 6H9C4 6 2 8 2 13V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.01 2L13 3.01C12.99 3.56 12.55 4 12 4H11.97C11.42 4 10.98 4.45 10.98 5C10.98 5.55 11.43 6 11.98 6H12.98\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"gameboy \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 7V17C21 20 19.5 22 16 22H8C4.5 22 3 20 3 17V7C3 4 4.5 2 8 2H16C19.5 2 21 4 21 7Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.25 11H7.75C6.79 11 6 10.21 6 9.25V6.75C6 5.79 6.79 5 7.75 5H16.25C17.21 5 18 5.79 18 6.75V9.25C18 10.21 17.21 11 16.25 11Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.3 15.28L8 17.58\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.03003 15.3101L10.33 17.61\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.49 15.3301H16.51\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.49 17.5V17.48\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"gas station \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.5 22V5C3.5 3 4.84 2 6.5 2H14.5C16.16 2 17.5 3 17.5 5V22H3.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 22H19\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.39 9.99998H12.62C13.66 9.99998 14.51 9.49999 14.51 8.10999V6.87999C14.51 5.48999 13.66 4.98999 12.62 4.98999H8.39C7.35 4.98999 6.5 5.48999 6.5 6.87999V8.10999C6.5 9.49999 7.35 9.99998 8.39 9.99998Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.5 13H9.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.5 16.01L22 16V10L20 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"gemini 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22V3\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.3 5.29999L12 2L8.69995 5.29999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 7L3 5L1 7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M23 7L21 5L19 7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 6.04004V11.0001C3 15.0001 5 17.0001 9 17.0001H15C19 17.0001 21 15.0001 21 11.0001V6.04004\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 20H15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"gemini \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 2C8.16 5.69 15.84 5.69 22 2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 21.9999C8.16 18.3099 15.84 18.3099 22 21.9999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.30005 3.58008L5.43005 3.82007C8.17005 9.03007 8.12005 15.25 5.33005 20.41\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.6701 20.41C15.8901 15.25 15.8401 9.03007 18.5701 3.82007L18.7001 3.58008\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"ghost \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 20.07V12.18C22 6.57999 17.5 2 12 2C6.5 2 2 6.57999 2 12.18V20.07C2 21.33 2.74998 21.67 3.66998 20.83L4.66998 19.92C5.03998 19.58 5.64001 19.58 6.01001 19.92L8.01001 21.75C8.38001 22.09 8.97998 22.09 9.34998 21.75L11.35 19.92C11.72 19.58 12.32 19.58 12.69 19.92L14.69 21.75C15.06 22.09 15.66 22.09 16.03 21.75L18.03 19.92C18.4 19.58 19 19.58 19.37 19.92L20.37 20.83C21.25 21.67 22 21.33 22 20.07Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 14C10.37 15.78 13.63 15.78 16 14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 11C13.1046 11 14 10.1046 14 9C14 7.89543 13.1046 7 12 7C10.8954 7 10 7.89543 10 9C10 10.1046 10.8954 11 12 11Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"gift \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.97 10H3.96997V18C3.96997 21 4.96997 22 7.96997 22H15.97C18.97 22 19.97 21 19.97 18V10Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.5 7V8C21.5 9.1 20.97 10 19.5 10H4.5C2.97 10 2.5 9.1 2.5 8V7C2.5 5.9 2.97 5 4.5 5H19.5C20.97 5 21.5 5.9 21.5 7Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.64 4.99994H6.12003C5.78003 4.62994 5.79003 4.05994 6.15003 3.69994L7.57003 2.27994C7.94003 1.90994 8.55003 1.90994 8.92003 2.27994L11.64 4.99994Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.87 4.99994H12.35L15.07 2.27994C15.44 1.90994 16.05 1.90994 16.42 2.27994L17.84 3.69994C18.2 4.05994 18.21 4.62994 17.87 4.99994Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.93994 10V15.14C8.93994 15.94 9.81994 16.41 10.4899 15.98L11.4299 15.36C11.7699 15.14 12.1999 15.14 12.5299 15.36L13.4199 15.96C14.0799 16.4 14.9699 15.93 14.9699 15.13V10H8.93994Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"glass 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10 17.5H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 17.5V7.5C2 3.5 3 2.5 7 2.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 17.5V7.5C22 3.5 21 2.5 17 2.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 15.91V19.2C10 21.2 9.2 22 7.2 22H4.8C2.8 22 2 21.2 2 19.2V15.91C2 13.91 2.8 13.11 4.8 13.11H7.2C9.2 13.11 10 13.91 10 15.91Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 15.91V19.2C22 21.2 21.2 22 19.2 22H16.8C14.8 22 14 21.2 14 19.2V15.91C14 13.91 14.8 13.11 16.8 13.11H19.2C21.2 13.11 22 13.91 22 15.91Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"glass \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.16001 22C3.98001 22 3.14001 19.47 4.50001 16.39L8.75001 6.74H8.45001C7.80001 6.74 7.20001 6.48 6.77001 6.05C6.33001 5.62 6.07001 5.02 6.07001 4.37C6.07001 3.07 7.13001 2 8.44001 2H15.55C16.21 2 16.8 2.27 17.23 2.7C17.79 3.26 18.07 4.08 17.86 4.95C17.59 6.03 16.55 6.74 15.44 6.74H15.28L19.5 16.4C20.85 19.48 19.97 22 15.83 22H8.16001Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.94 13.1201C5.94 13.1201 9 13.0001 12 14.0001C15 15.0001 17.83 13.1101 17.83 13.1101\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"global edit \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 12C22 6.48 17.52 2 12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.99998 3H8.99998C7.04998 8.84 7.04998 15.16 8.99998 21H7.99998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 3C15.97 5.92 16.46 8.96 16.46 12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 16V15C5.92 15.97 8.96 16.46 12 16.46\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 9.0001C8.84 7.0501 15.16 7.0501 21 9.0001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.21 15.74L15.67 19.2801C15.53 19.4201 15.4 19.68 15.37 19.87L15.18 21.22C15.11 21.71 15.45 22.05 15.94 21.98L17.29 21.79C17.48 21.76 17.75 21.63 17.88 21.49L21.42 17.95C22.03 17.34 22.32 16.63 21.42 15.73C20.53 14.84 19.82 15.13 19.21 15.74Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.7 16.25C19 17.33 19.84 18.17 20.92 18.47\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"global refresh \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 12C22 6.48 17.52 2 12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.99998 3H8.99998C7.04998 8.84 7.04998 15.16 8.99998 21H7.99998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 3C15.97 5.92 16.46 8.96 16.46 12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 16V15C5.92 15.97 8.96 16.46 12 16.46\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 9.0001C8.84 7.0501 15.16 7.0501 21 9.0001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.5 14.7C19.13 14.59 18.71 14.52 18.25 14.52C16.18 14.52 14.51 16.2 14.51 18.26C14.51 20.33 16.19 22 18.25 22C20.31 22 21.99 20.32 21.99 18.26C21.99 17.49 21.76 16.77 21.36 16.18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.04 14.8001L18.79 13.3701\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.04 14.8L18.58 15.86\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"global search \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 12C22 6.48 17.52 2 12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.99998 3H8.99998C7.04998 8.84 7.04998 15.16 8.99998 21H7.99998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 3C15.97 5.92 16.46 8.96 16.46 12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 16V15C5.92 15.97 8.96 16.46 12 16.46\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 9.0001C8.84 7.0501 15.16 7.0501 21 9.0001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.2 21.4C19.9673 21.4 21.4 19.9673 21.4 18.2C21.4 16.4327 19.9673 15 18.2 15C16.4327 15 15 16.4327 15 18.2C15 19.9673 16.4327 21.4 18.2 21.4Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 22L21 21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"global \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.99998 3H8.99998C7.04998 8.84 7.04998 15.16 8.99998 21H7.99998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 3C16.95 8.84 16.95 15.16 15 21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 16V15C8.84 16.95 15.16 16.95 21 15V16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 9.0001C8.84 7.0501 15.16 7.0501 21 9.0001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"gps slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 18.88C9.92 19.28 10.93 19.5 12 19.5C16.14 19.5 19.5 16.14 19.5 12C19.5 10.93 19.28 9.92 18.88 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.21 6.6C15.86 5.3 14.02 4.5 12 4.5C7.86 4.5 4.5 7.86 4.5 12C4.5 14.01 5.29 15.84 6.58 17.19\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 4V2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 12H2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 20V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 12H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.12 9.88L9.88 14.12C9.34 13.58 9 12.83 9 12C9 10.34 10.34 9 12 9C12.83 9 13.58 9.34 14.12 9.88Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 2L2 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"gps \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 19.5C16.1421 19.5 19.5 16.1421 19.5 12C19.5 7.85786 16.1421 4.5 12 4.5C7.85786 4.5 4.5 7.85786 4.5 12C4.5 16.1421 7.85786 19.5 12 19.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 4V2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 12H2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 20V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 12H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"grammerly \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.07 4.95008C23.04 8.92008 22.97 15.4 18.87 19.29C15.08 22.88 8.92996 22.88 5.12996 19.29C1.01996 15.4 0.94995 8.92008 4.92995 4.95008C8.82995 1.04008 15.17 1.04008 19.07 4.95008Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.8399 16.0701C13.7199 18.0701 10.2799 18.0701 8.16992 16.0701\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"graph \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.32 11.9999C20.92 11.9999 22 10.9999 21.04 7.71994C20.39 5.50994 18.49 3.60994 16.28 2.95994C13 1.99994 12 3.07994 12 5.67994V8.55994C12 10.9999 13 11.9999 15 11.9999H18.32Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.9999 14.7C19.0699 19.33 14.6299 22.69 9.57993 21.87C5.78993 21.26 2.73993 18.21 2.11993 14.42C1.30993 9.39001 4.64993 4.95001 9.25993 4.01001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"grid 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.03 8.5H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.03 15.5H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.51 21.99V2.01001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.51 21.99V2.01001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"grid 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 2V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 12H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"grid 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 2V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 9.5H12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 14.5H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"grid 4 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 2V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"grid 5 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 2V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 12H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"grid 6 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 2V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 8.5H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 15.5H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"grid 7 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 10H2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 10V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"grid 8 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 12H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.25 12V21.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.75 22V12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.25 12V2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.75 12V2.54004\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"grid 9 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 2V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"grid edit \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 11V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.03003 8.5H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.03003 15.5H12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.51001 21.99V2.01001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.51 11.99V2.01001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.73 14.6701L14.58 18.82C14.42 18.98 14.27 19.29 14.23 19.51L14 21.1C13.92 21.67 14.32 22.08 14.89 21.99L16.48 21.76C16.7 21.73 17.01 21.5701 17.17 21.4101L21.32 17.26C22.03 16.55 22.37 15.7101 21.32 14.6601C20.28 13.6201 19.45 13.9501 18.73 14.6701Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.14 15.26C18.49 16.52 19.48 17.5 20.74 17.86\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"grid eraser \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 11V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.03 8.5H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.03 15.5H12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.51001 21.99V2.01001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.51 11.99V2.01001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.8 19.7L16.9 21.6C16.38 22.12 15.52 22.12 14.99 21.6L13.41 20.01C12.89 19.49 12.89 18.63 13.41 18.1L15.31 16.21L18.8 19.7Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.61 16.9L18.8 19.7099L15.3 16.2099L18.11 13.39C18.63 12.87 19.5 12.87 20.02 13.39L21.6 14.98C22.13 15.51 22.13 16.38 21.61 16.9Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"grid lock \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 11V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.03 8.5H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.03 15.5H12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.51001 21.99V2.01001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.51 11.99V2.01001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.6 17.2V16.4C15.6 15.07 16 14 18 14C20 14 20.4 15.07 20.4 16.4V17.2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 22H16C14.4 22 14 21.6 14 20V19.2C14 17.6 14.4 17.2 16 17.2H20C21.6 17.2 22 17.6 22 19.2V20C22 21.6 21.6 22 20 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"group 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 5.56006H22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.22 2H19.78C21.56 2 22 2.44 22 4.2V8.31C22 10.07 21.56 10.51 19.78 10.51H14.22C12.44 10.51 12 10.07 12 8.31V4.2C12 2.44 12.44 2 14.22 2Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 17.0601H12\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.22 13.5H9.78C11.56 13.5 12 13.94 12 15.7V19.81C12 21.57 11.56 22.01 9.78 22.01H4.22C2.44 22.01 2 21.57 2 19.81V15.7C2 13.94 2.44 13.5 4.22 13.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 15C22 18.87 18.87 22 15 22L16.05 20.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 9C2 5.13 5.13 2 9 2L7.95001 3.75\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"group 10 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.07 2.82009L3.14002 8.37008C2.36002 8.99008 1.86002 10.3001 2.03002 11.2801L3.36002 19.2401C3.60002 20.6601 4.96002 21.8101 6.40002 21.8101H17.6C19.03 21.8101 20.4 20.6501 20.64 19.2401L21.97 11.2801C22.13 10.3001 21.63 8.99008 20.86 8.37008L13.93 2.8301C12.86 1.9701 11.13 1.97009 10.07 2.82009Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 15.5C13.3807 15.5 14.5 14.3807 14.5 13C14.5 11.6193 13.3807 10.5 12 10.5C10.6193 10.5 9.5 11.6193 9.5 13C9.5 14.3807 10.6193 15.5 12 15.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"group 11 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 17.9799L5.54999 17.9899C6.45999 17.9899 7.31 17.5399 7.81 16.7899L14.2 7.20994C14.7 6.45994 15.55 5.99993 16.46 6.00993L21.01 6.02994\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 19.98L21 17.98\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.89001 8.61993L7.81 7.11993C7.3 6.40993 6.47999 5.98993 5.60999 5.99993L3 6.00994\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.97 15.3799L14.19 16.9499C14.7 17.6099 15.5 17.9999 16.34 17.9999L21.01 17.9799\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 6.02002L19 4.02002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"group 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.01 18.0001L3 13.9901C1.66 12.6501 1.66 11.32 3 9.98004L9.68 3.30005L17.03 10.6501C17.4 11.0201 17.4 11.6201 17.03 11.9901L11.01 18.0101C9.69 19.3301 8.35 19.3301 7.01 18.0001Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.35 1.94995L9.69 3.28992\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.07 11.92L17.19 11.26\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 22H16\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.85 15C18.85 15 17 17.01 17 18.24C17 19.26 17.83 20.09 18.85 20.09C19.87 20.09 20.7 19.26 20.7 18.24C20.7 17.01 18.85 15 18.85 15Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"group 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 2H18C19.1 2 20 2.9 20 4V8.32001H4V4C4 2.9 4.9 2 6 2Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 8.32007V11.8801C4 12.9601 4.58003 13.9601 5.53003 14.4901L8.48999 16.16C9.11999 16.51 9.51001 17.1801 9.51001 17.9001V20.0001C9.51001 21.1001 10.41 22.0001 11.51 22.0001H12.51C13.61 22.0001 14.51 21.1001 14.51 20.0001V17.9001C14.51 17.1801 14.9 16.51 15.53 16.16L18.49 14.4901C19.43 13.9601 20.02 12.9601 20.02 11.8801V8.32007H4Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"group 4 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.01 18.0001L3 13.9901C1.66 12.6501 1.66 11.32 3 9.98004L9.68 3.30005L17.03 10.6501C17.4 11.0201 17.4 11.6201 17.03 11.9901L11.01 18.0101C9.69 19.3301 8.35 19.3301 7.01 18.0001Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.35 1.94995L9.69 3.28992\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.07 11.92L17.19 11.26\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 22H16\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.85 15C18.85 15 17 17.01 17 18.24C17 19.26 17.83 20.09 18.85 20.09C19.87 20.09 20.7 19.26 20.7 18.24C20.7 17.01 18.85 15 18.85 15Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"group 5 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 2H18C19.1 2 20 2.9 20 4V8.32001H4V4C4 2.9 4.9 2 6 2Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 8.32007V11.8801C4 12.9601 4.58003 13.9601 5.53003 14.4901L8.48999 16.16C9.11999 16.51 9.51001 17.1801 9.51001 17.9001V20.0001C9.51001 21.1001 10.41 22.0001 11.51 22.0001H12.51C13.61 22.0001 14.51 21.1001 14.51 20.0001V17.9001C14.51 17.1801 14.9 16.51 15.53 16.16L18.49 14.4901C19.43 13.9601 20.02 12.9601 20.02 11.8801V8.32007H4Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"group 6 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 2V12C15 13.1 14.1 14 13 14H2V6C2 3.79 3.79 2 6 2H15Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 14V17C22 18.66 20.66 20 19 20H18C18 18.9 17.1 18 16 18C14.9 18 14 18.9 14 20H10C10 18.9 9.1 18 8 18C6.9 18 6 18.9 6 20H5C3.34 20 2 18.66 2 17V14H13C14.1 14 15 13.1 15 12V5H16.84C17.56 5 18.22 5.39001 18.58 6.01001L20.29 9H19C18.45 9 18 9.45 18 10V13C18 13.55 18.45 14 19 14H22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 22C9.10457 22 10 21.1046 10 20C10 18.8954 9.10457 18 8 18C6.89543 18 6 18.8954 6 20C6 21.1046 6.89543 22 8 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 22C17.1046 22 18 21.1046 18 20C18 18.8954 17.1046 18 16 18C14.8954 18 14 18.8954 14 20C14 21.1046 14.8954 22 16 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 12V14H19C18.45 14 18 13.55 18 13V10C18 9.45 18.45 9 19 9H20.29L22 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"group 7 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 14H13C14.1 14 15 13.1 15 12V2H6C4.5 2 3.19001 2.82999 2.51001 4.04999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 17C2 18.66 3.34 20 5 20H6C6 18.9 6.9 18 8 18C9.1 18 10 18.9 10 20H14C14 18.9 14.9 18 16 18C17.1 18 18 18.9 18 20H19C20.66 20 22 18.66 22 17V14H19C18.45 14 18 13.55 18 13V10C18 9.45 18.45 9 19 9H20.29L18.58 6.01001C18.22 5.39001 17.56 5 16.84 5H15V12C15 13.1 14.1 14 13 14H12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 22C9.10457 22 10 21.1046 10 20C10 18.8954 9.10457 18 8 18C6.89543 18 6 18.8954 6 20C6 21.1046 6.89543 22 8 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 22C17.1046 22 18 21.1046 18 20C18 18.8954 17.1046 18 16 18C14.8954 18 14 18.8954 14 20C14 21.1046 14.8954 22 16 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 12V14H19C18.45 14 18 13.55 18 13V10C18 9.45 18.45 9 19 9H20.29L22 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 8H8\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 11H6\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 14H4\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"group 8 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.9 2H9.10001C8.42001 2 7.46 2.4 6.98 2.88L2.88 6.98001C2.4 7.46001 2 8.42001 2 9.10001V14.9C2 15.58 2.4 16.54 2.88 17.02L6.98 21.12C7.46 21.6 8.42001 22 9.10001 22H14.9C15.58 22 16.54 21.6 17.02 21.12L21.12 17.02C21.6 16.54 22 15.58 22 14.9V9.10001C22 8.42001 21.6 7.46001 21.12 6.98001L17.02 2.88C16.54 2.4 15.58 2 14.9 2Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.93994 19.0799L19.0799 4.93994\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"group 9 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.9 2H9.10001C8.42001 2 7.46 2.4 6.98 2.88L2.88 6.98001C2.4 7.46001 2 8.42001 2 9.10001V14.9C2 15.58 2.4 16.54 2.88 17.02L6.98 21.12C7.46 21.6 8.42001 22 9.10001 22H14.9C15.58 22 16.54 21.6 17.02 21.12L21.12 17.02C21.6 16.54 22 15.58 22 14.9V9.10001C22 8.42001 21.6 7.46001 21.12 6.98001L17.02 2.88C16.54 2.4 15.58 2 14.9 2Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 15.5L15.5 8.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5 15.5L8.5 8.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"group \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.57007 15.27L15.11 8.72998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.98001 10.3699C9.65932 10.3699 10.21 9.81923 10.21 9.13992C10.21 8.46061 9.65932 7.90991 8.98001 7.90991C8.3007 7.90991 7.75 8.46061 7.75 9.13992C7.75 9.81923 8.3007 10.3699 8.98001 10.3699Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.52 16.0899C16.1993 16.0899 16.75 15.5392 16.75 14.8599C16.75 14.1806 16.1993 13.6299 15.52 13.6299C14.8407 13.6299 14.29 14.1806 14.29 14.8599C14.29 15.5392 14.8407 16.0899 15.52 16.0899Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"happyemoji \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.97 22C17.4928 22 21.97 17.5228 21.97 12C21.97 6.47715 17.4928 2 11.97 2C6.44712 2 1.96997 6.47715 1.96997 12C1.96997 17.5228 6.44712 22 11.97 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.20996 16C8.25996 17.51 10.02 18.5 12 18.5C13.98 18.5 15.73 17.51 16.79 16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"hashtag 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10 3L8 21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 3L14 21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.5 9H21.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.5 15H20.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"hashtag down \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 13V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 16V22L21 20\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 22L17 20\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.95002 6.26001L8.90002 15.73\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.1101 6.26001L12.0601 15.73\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.53003 9.41992H16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 12.5801H15.47\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"hashtag up \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 13V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 22V16L17 18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 16L21 18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.95002 6.26001L8.90002 15.73\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.1101 6.26001L12.0601 15.73\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.53003 9.41992H16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 12.5801H15.47\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"hashtag \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 17H14C15.65 17 17 15.65 17 14V10C17 8.35 15.65 7 14 7H10C8.35 7 7 8.35 7 10V14C7 15.65 8.35 17 10 17Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 7V17\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 12H17\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"headphone \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.46005 18.49V15.57C5.46005 14.6 6.22005 13.73 7.30005 13.73C8.27005 13.73 9.14005 14.49 9.14005 15.57V18.38C9.14005 20.33 7.52005 21.9501 5.57005 21.9501C3.62005 21.9501 2.00005 20.32 2.00005 18.38V12.22C1.89005 6.60005 6.33005 2.05005 11.95 2.05005C17.57 2.05005 22 6.60005 22 12.11V18.2701C22 20.2201 20.38 21.84 18.43 21.84C16.48 21.84 14.86 20.2201 14.86 18.2701V15.46C14.86 14.49 15.62 13.62 16.7 13.62C17.67 13.62 18.54 14.38 18.54 15.46V18.49\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"headphones \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.5 12V7.21997\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 22V19\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5 22V7.21997\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.1001 5.29999C10.1001 5.78999 9.90007 6.25001 9.57007 6.57001C9.25007 6.90001 8.80005 7.09998 8.30005 7.09998H6.05005C6.33005 6.72998 6.50006 6.25 6.50006 5.75V4.84998C6.50006 4.34998 6.33005 3.87 6.05005 3.5H8.30005C9.29005 3.5 10.1001 4.30999 10.1001 5.29999Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.5 4.85002V5.75005C6.5 6.25005 6.32999 6.73002 6.04999 7.10002C5.28999 8.11002 3.73 8.45002 2.28 7.16002C2.12 7.02002 2 6.72005 2 6.50005V4.16002C2 3.97002 2.10001 3.69003 2.23001 3.55003C3.49001 2.23003 5.01 2.42005 5.84 3.25005C5.91 3.32005 5.97999 3.40004 6.04999 3.49004C6.32999 3.87004 6.5 4.35002 6.5 4.85002Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.8999 5.29999C13.8999 5.78999 14.0999 6.25001 14.4299 6.57001C14.7499 6.90001 15.1999 7.09998 15.6999 7.09998H17.9499C17.6699 6.72998 17.4999 6.25 17.4999 5.75V4.84998C17.4999 4.34998 17.6699 3.87 17.9499 3.5H15.6999C14.7099 3.5 13.8999 4.30999 13.8999 5.29999Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.5 4.85002V5.75005C17.5 6.25005 17.67 6.73002 17.95 7.10002C18.71 8.11002 20.27 8.45002 21.72 7.16002C21.88 7.02002 22 6.72005 22 6.50005V4.16002C22 3.97002 21.9 3.69003 21.77 3.55003C20.51 2.23003 18.99 2.42005 18.16 3.25005C18.09 3.32005 18.02 3.40004 17.95 3.49004C17.67 3.87004 17.5 4.35002 17.5 4.85002Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 13.5V17.5C10 18.33 9.33 19 8.5 19C7.67 19 7 18.33 7 17.5V13.5C7 12.67 7.67 12 8.5 12C9.33 12 10 12.67 10 13.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"health \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.96997 22H14.97C19.97 22 21.97 20 21.97 15V9C21.97 4 19.97 2 14.97 2H8.96997C3.96997 2 1.96997 4 1.96997 9V15C1.96997 20 3.96997 22 8.96997 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M1.96997 12.7001L7.96997 12.6801C8.71997 12.6801 9.55997 13.2501 9.83997 13.9501L10.98 16.8301C11.24 17.4801 11.65 17.4801 11.91 16.8301L14.2 11.0201C14.42 10.4601 14.83 10.4401 15.11 10.9701L16.15 12.9401C16.46 13.5301 17.26 14.0101 17.92 14.0101H21.98\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"heart add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.2 22C19.851 22 22 19.851 22 17.2C22 14.549 19.851 12.4 17.2 12.4C14.549 12.4 12.4 14.549 12.4 17.2C12.4 19.851 14.549 22 17.2 22Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.99 17.26H15.41\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.2 15.51V19.1\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 8.69C22 10.66 21.49 12.4 20.69 13.91C19.81 12.98 18.57 12.4 17.2 12.4C14.55 12.4 12.4 14.55 12.4 17.2C12.4 18.43 12.87 19.55 13.63 20.4C13.26 20.57 12.92 20.71 12.62 20.81C12.28 20.93 11.72 20.93 11.38 20.81C8.48 19.82 2 15.69 2 8.69C2 5.6 4.49 3.09998 7.56 3.09998C9.37 3.09998 10.99 3.98002 12 5.33002C13.01 3.98002 14.63 3.09998 16.44 3.09998C19.51 3.09998 22 5.6 22 8.69Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"heart circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.33 17.45C12.15 17.51 11.84 17.51 11.66 17.45C10.1 16.92 6.59998 14.69 6.59998 10.91C6.59998 9.24 7.93998 7.89001 9.59998 7.89001C10.58 7.89001 11.45 8.36001 12 9.10001C12.54 8.37001 13.42 7.89001 14.4 7.89001C16.06 7.89001 17.4 9.24 17.4 10.91C17.4 14.69 13.9 16.92 12.33 17.45Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"heart edit \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.49 12C21.81 10.98 22 9.88 22 8.69C22 5.6 19.51 3.09998 16.44 3.09998C14.62 3.09998 13.01 3.98003 12 5.34003C10.99 3.98003 9.37 3.09998 7.56 3.09998C4.49 3.09998 2 5.6 2 8.69C2 15.69 8.48 19.82 11.38 20.82C11.55 20.88 11.77 20.91 12 20.91\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.21 15.74L15.67 19.2801C15.53 19.4201 15.4 19.68 15.37 19.87L15.18 21.22C15.11 21.71 15.45 22.05 15.94 21.98L17.29 21.79C17.48 21.76 17.75 21.63 17.88 21.49L21.42 17.95C22.03 17.34 22.32 16.63 21.42 15.73C20.53 14.84 19.82 15.13 19.21 15.74Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.7001 16.25C19.0001 17.33 19.8401 18.17 20.9201 18.47\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"heart remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 17.2C22 19.85 19.85 22 17.2 22C15.78 22 14.51 21.38 13.63 20.4C12.87 19.55 12.4 18.43 12.4 17.2C12.4 14.55 14.55 12.4 17.2 12.4C18.57 12.4 19.81 12.98 20.69 13.91C20.68 13.91 20.68 13.91 20.69 13.92C21.5 14.78 22 15.93 22 17.2Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.48 18.54L15.95 16\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.45 16.03L15.92 18.57\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 8.69C22 10.66 21.49 12.4 20.69 13.91C19.81 12.98 18.57 12.4 17.2 12.4C14.55 12.4 12.4 14.55 12.4 17.2C12.4 18.43 12.87 19.55 13.63 20.4C13.26 20.57 12.92 20.71 12.62 20.81C12.28 20.93 11.72 20.93 11.38 20.81C8.48 19.82 2 15.69 2 8.69C2 5.6 4.49 3.09998 7.56 3.09998C9.37 3.09998 10.99 3.98002 12 5.33002C13.01 3.98002 14.63 3.09998 16.44 3.09998C19.51 3.09998 22 5.6 22 8.69Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"heart search \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.49 12C21.81 10.98 22 9.88 22 8.69C22 5.6 19.51 3.09998 16.44 3.09998C14.62 3.09998 13.01 3.98003 12 5.34003C10.99 3.98003 9.37 3.09998 7.56 3.09998C4.49 3.09998 2 5.6 2 8.69C2 15.69 8.48 19.82 11.38 20.82C11.55 20.88 11.77 20.91 12 20.91\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.74 21C19.5073 21 20.94 19.5673 20.94 17.8C20.94 16.0327 19.5073 14.6 17.74 14.6C15.9727 14.6 14.54 16.0327 14.54 17.8C14.54 19.5673 15.9727 21 17.74 21Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.54 21.6L20.54 20.6\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"heart slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.10999 17.5C3.89999 15.43 2 12.48 2 8.67999C2 5.58999 4.49 3.09003 7.56 3.09003C9.38 3.09003 10.99 3.97002 12 5.33002C13.01 3.97002 14.63 3.09003 16.44 3.09003C17.59 3.09003 18.66 3.43999 19.55 4.04999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.74 7C21.91 7.53 22 8.1 22 8.69C22 15.69 15.52 19.82 12.62 20.82C12.28 20.94 11.72 20.94 11.38 20.82C10.73 20.6 9.91002 20.22 9.02002 19.69\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 2L2 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"heart tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 17.2C22 18.1 21.75 18.95 21.3 19.67C20.47 21.06 18.95 22 17.2 22C15.45 22 13.92 21.06 13.1 19.67C12.66 18.95 12.4 18.1 12.4 17.2C12.4 14.55 14.55 12.4 17.2 12.4C19.85 12.4 22 14.55 22 17.2Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.3301 17.2L16.5101 18.38L19.0701 16.02\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 8.69C22 10.66 21.49 12.4 20.69 13.91C19.81 12.98 18.57 12.4 17.2 12.4C14.55 12.4 12.4 14.55 12.4 17.2C12.4 18.43 12.87 19.55 13.63 20.4C13.26 20.57 12.92 20.71 12.62 20.81C12.28 20.93 11.72 20.93 11.38 20.81C8.48 19.82 2 15.69 2 8.69C2 5.6 4.49 3.09998 7.56 3.09998C9.37 3.09998 10.99 3.98002 12 5.33002C13.01 3.98002 14.63 3.09998 16.44 3.09998C19.51 3.09998 22 5.6 22 8.69Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"heart \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.62 20.81C12.28 20.93 11.72 20.93 11.38 20.81C8.48 19.82 2 15.69 2 8.68998C2 5.59998 4.49 3.09998 7.56 3.09998C9.38 3.09998 10.99 3.97998 12 5.33998C13.01 3.97998 14.63 3.09998 16.44 3.09998C19.51 3.09998 22 5.59998 22 8.68998C22 15.69 15.52 19.82 12.62 20.81Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"hierarchy 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 15V8\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.25 22C7.04493 22 8.5 20.5449 8.5 18.75C8.5 16.9551 7.04493 15.5 5.25 15.5C3.45507 15.5 2 16.9551 2 18.75C2 20.5449 3.45507 22 5.25 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 8C6.65685 8 8 6.65685 8 5C8 3.34315 6.65685 2 5 2C3.34315 2 2 3.34315 2 5C2 6.65685 3.34315 8 5 8Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 8C20.6569 8 22 6.65685 22 5C22 3.34315 20.6569 2 19 2C17.3431 2 16 3.34315 16 5C16 6.65685 17.3431 8 19 8Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.13 15C5.58 13.25 7.18 11.95 9.07 11.96L12.5 11.97C15.12 11.98 17.35 10.3 18.17 7.95996\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"hierarchy 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 8C6.65685 8 8 6.65685 8 5C8 3.34315 6.65685 2 5 2C3.34315 2 2 3.34315 2 5C2 6.65685 3.34315 8 5 8Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 15C20.6569 15 22 13.6569 22 12C22 10.3431 20.6569 9 19 9C17.3431 9 16 10.3431 16 12C16 13.6569 17.3431 15 19 15Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 22C6.65685 22 8 20.6569 8 19C8 17.3431 6.65685 16 5 16C3.34315 16 2 17.3431 2 19C2 20.6569 3.34315 22 5 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 12H9C6.8 12 5 11 5 8V16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"hierarchy square 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.80005 10.2V14.3999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.95001 9.89999C9.02697 9.89999 9.90002 9.02697 9.90002 7.95001C9.90002 6.87306 9.02697 6 7.95001 6C6.87306 6 6 6.87306 6 7.95001C6 9.02697 6.87306 9.89999 7.95001 9.89999Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.79999 17.9999C8.7941 17.9999 9.59998 17.194 9.59998 16.1999C9.59998 15.2058 8.7941 14.3999 7.79999 14.3999C6.80588 14.3999 6 15.2058 6 16.1999C6 17.194 6.80588 17.9999 7.79999 17.9999Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.2 17.9999C17.1941 17.9999 18 17.194 18 16.1999C18 15.2058 17.1941 14.3999 16.2 14.3999C15.2059 14.3999 14.4 15.2058 14.4 16.1999C14.4 17.194 15.2059 17.9999 16.2 17.9999Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.88 10.2C8.15 11.25 9.10999 12.0299 10.24 12.0199L12.3 12.0099C13.87 11.9999 15.21 13.01 15.7 14.42\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"hierarchy square 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.80005 13.8001V9.6001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.95001 18.0001C9.02697 18.0001 9.90002 17.127 9.90002 16.0501C9.90002 14.9731 9.02697 14.1001 7.95001 14.1001C6.87306 14.1001 6 14.9731 6 16.0501C6 17.127 6.87306 18.0001 7.95001 18.0001Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.79999 9.60001C8.7941 9.60001 9.59998 8.7941 9.59998 7.79999C9.59998 6.80588 8.7941 6 7.79999 6C6.80588 6 6 6.80588 6 7.79999C6 8.7941 6.80588 9.60001 7.79999 9.60001Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.2 9.60001C17.1941 9.60001 18 8.7941 18 7.79999C18 6.80588 17.1941 6 16.2 6C15.2059 6 14.4 6.80588 14.4 7.79999C14.4 8.7941 15.2059 9.60001 16.2 9.60001Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.88 13.8001C8.15 12.7501 9.10999 11.9701 10.24 11.9801L12.3 11.9901C13.87 12.0001 15.21 10.9901 15.7 9.58008\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 2H15C20 2 22 4 22 9V15C22 20 20 22 15 22H9C4 22 2 20 2 15V9C2 4 4 2 9 2Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"hierarchy square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.4501 14.4V8.5C16.4501 7.95 16.0001 7.5 15.4501 7.5H12.55\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.05 6L12.25 7.5L14.05 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.55005 10.2V14.3999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.70001 9.89999C8.77697 9.89999 9.65002 9.02697 9.65002 7.95001C9.65002 6.87306 8.77697 6 7.70001 6C6.62306 6 5.75 6.87306 5.75 7.95001C5.75 9.02697 6.62306 9.89999 7.70001 9.89999Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.54999 17.9999C8.5441 17.9999 9.34998 17.194 9.34998 16.1999C9.34998 15.2058 8.5441 14.3999 7.54999 14.3999C6.55588 14.3999 5.75 15.2058 5.75 16.1999C5.75 17.194 6.55588 17.9999 7.54999 17.9999Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.45 17.9999C17.4441 17.9999 18.25 17.194 18.25 16.1999C18.25 15.2058 17.4441 14.3999 16.45 14.3999C15.4559 14.3999 14.65 15.2058 14.65 16.1999C14.65 17.194 15.4559 17.9999 16.45 17.9999Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"hierarchy \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 9V16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.25 8.5C7.04493 8.5 8.5 7.04493 8.5 5.25C8.5 3.45507 7.04493 2 5.25 2C3.45507 2 2 3.45507 2 5.25C2 7.04493 3.45507 8.5 5.25 8.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 22C6.65685 22 8 20.6569 8 19C8 17.3431 6.65685 16 5 16C3.34315 16 2 17.3431 2 19C2 20.6569 3.34315 22 5 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 22C20.6569 22 22 20.6569 22 19C22 17.3431 20.6569 16 19 16C17.3431 16 16 17.3431 16 19C16 20.6569 17.3431 22 19 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.13 9C5.58 10.75 7.18 12.05 9.07 12.04L12.5 12.03C15.12 12.02 17.35 13.7 18.17 16.04\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"home 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.02 2.84004L3.63 7.04004C2.73 7.74004 2 9.23004 2 10.36V17.77C2 20.09 3.89 21.99 6.21 21.99H17.79C20.11 21.99 22 20.09 22 17.78V10.5C22 9.29004 21.19 7.74004 20.2 7.05004L14.02 2.72004C12.62 1.74004 10.37 1.79004 9.02 2.84004Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 17.99V14.99\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"home hashtag \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.02 2.83992L3.63 7.03992C2.73 7.73992 2 9.22992 2 10.3599V17.7699C2 20.0899 3.89 21.9899 6.21 21.9899H17.79C20.11 21.9899 22 20.0899 22 17.7799V10.4999C22 9.28992 21.19 7.73992 20.2 7.04992L14.02 2.71992C12.62 1.73992 10.37 1.78992 9.02 2.83992Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.5 18H13.5C15.15 18 16.5 16.65 16.5 15V12C16.5 10.35 15.15 9 13.5 9H10.5C8.85 9 7.5 10.35 7.5 12V15C7.5 16.65 8.85 18 10.5 18Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 9V18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.5 13.5H16.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"home trend down \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.02 2.83992L3.63 7.03992C2.73 7.73992 2 9.22992 2 10.3599V17.7699C2 20.0899 3.89 21.9899 6.21 21.9899H17.79C20.11 21.9899 22 20.0899 22 17.7799V10.4999C22 9.28992 21.19 7.73992 20.2 7.04992L14.02 2.71992C12.62 1.73992 10.37 1.78992 9.02 2.83992Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.5 16.5L12.3 12.3L10.7 14.7L7.5 11.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.5 16.5H16.5V14.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"home trend up \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.02 2.83992L3.63 7.03992C2.73 7.73992 2 9.22992 2 10.3599V17.7699C2 20.0899 3.89 21.9899 6.21 21.9899H17.79C20.11 21.9899 22 20.0899 22 17.7799V10.4999C22 9.28992 21.19 7.73992 20.2 7.04992L14.02 2.71992C12.62 1.73992 10.37 1.78992 9.02 2.83992Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.5 11.5L12.3 15.7L10.7 13.3L7.5 16.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.5 11.5H16.5V13.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"home wifi \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.07 2.81997L3.14004 8.37002C2.36004 8.99002 1.86002 10.3 2.03002 11.28L3.36001 19.24C3.60001 20.66 4.96002 21.8101 6.40002 21.8101H17.6C19.03 21.8101 20.4 20.65 20.64 19.24L21.97 11.28C22.13 10.3 21.63 8.99002 20.86 8.37002L13.93 2.82998C12.86 1.96998 11.13 1.96997 10.07 2.81997Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.88 14.38C11.15 13.17 12.85 13.17 14.12 14.38\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.24 12.2601C15.7 11.7301 15.1 11.3201 14.48 11.0201C12.89 10.2601 11.11 10.2601 9.51001 11.0201C8.89001 11.3201 8.3 11.7301 7.75 12.2601\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9955 17H12.0045\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"home \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 18V15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.07 2.81997L3.14002 8.36997C2.36002 8.98997 1.86002 10.3 2.03002 11.28L3.36002 19.24C3.60002 20.66 4.96002 21.81 6.40002 21.81H17.6C19.03 21.81 20.4 20.65 20.64 19.24L21.97 11.28C22.13 10.3 21.63 8.98997 20.86 8.36997L13.93 2.82997C12.86 1.96997 11.13 1.96997 10.07 2.81997Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"hospital \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 22H22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 2H7C4 2 3 3.79 3 6V22H21V6C21 3.79 20 2 17 2Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.06 15H9.92998C9.41998 15 8.98999 15.42 8.98999 15.94V22H14.99V15.94C15 15.42 14.58 15 14.06 15Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 6V11\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.5 8.5H14.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"house 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 22H22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.94995 22L2.99995 9.96999C2.99995 9.35999 3.28995 8.78004 3.76995 8.40004L10.77 2.95003C11.49 2.39003 12.5 2.39003 13.23 2.95003L20.23 8.39003C20.72 8.77003 21 9.34999 21 9.96999V22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5 11H8.5C7.67 11 7 11.67 7 12.5V22H17V12.5C17 11.67 16.33 11 15.5 11Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 16.25V17.75\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.5 7.5H13.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"house \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 22H22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.94995 22L2.99995 9.96999C2.99995 9.35999 3.28995 8.78004 3.76995 8.40004L10.77 2.95003C11.49 2.39003 12.4999 2.39003 13.2299 2.95003L20.23 8.39003C20.72 8.77003 21 9.34999 21 9.96999V22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/>\n<path d=\"M13 17H11C10.17 17 9.5 17.67 9.5 18.5V22H14.5V18.5C14.5 17.67 13.83 17 13 17Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/>\n<path d=\"M9.5 13.75H7.5C6.95 13.75 6.5 13.3 6.5 12.75V11.25C6.5 10.7 6.95 10.25 7.5 10.25H9.5C10.05 10.25 10.5 10.7 10.5 11.25V12.75C10.5 13.3 10.05 13.75 9.5 13.75Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/>\n<path d=\"M16.5 13.75H14.5C13.95 13.75 13.5 13.3 13.5 12.75V11.25C13.5 10.7 13.95 10.25 14.5 10.25H16.5C17.05 10.25 17.5 10.7 17.5 11.25V12.75C17.5 13.3 17.05 13.75 16.5 13.75Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/>\n<path d=\"M19.0001 7L18.9701 4H14.5701\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"image \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.6799 16.9599L18.5499 9.64988C17.4899 7.16988 15.5399 7.06988 14.2299 9.42988L12.3399 12.8399C11.3799 14.5699 9.58993 14.7199 8.34993 13.1699L8.12993 12.8899C6.83993 11.2699 5.01993 11.4699 4.08993 13.3199L2.36993 16.7699C1.15993 19.1699 2.90993 21.9999 5.58993 21.9999H18.3499C20.9499 21.9999 22.6999 19.3499 21.6799 16.9599Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.96997 8C8.62682 8 9.96997 6.65685 9.96997 5C9.96997 3.34315 8.62682 2 6.96997 2C5.31312 2 3.96997 3.34315 3.96997 5C3.96997 6.65685 5.31312 8 6.96997 8Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"import 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 2L13.8 10.2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 6.17004V11H17.83\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H15C20 22 22 20 22 15V13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"import 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.31995 11.6799L11.8799 14.2399L14.4399 11.6799\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.88 4V14.17\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 12.1799C20 16.5999 17 20.1799 12 20.1799C7 20.1799 4 16.5999 4 12.1799\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"import \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 2L13.8 10.2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 6.17004V11H17.83\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"info circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 8V13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9945 16H12.0035\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"information \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.75 2.44995C11.45 1.85995 12.58 1.85995 13.26 2.44995L14.84 3.79995C15.14 4.04995 15.71 4.25995 16.11 4.25995H17.81C18.87 4.25995 19.74 5.12995 19.74 6.18995V7.88995C19.74 8.28995 19.95 8.84995 20.2 9.14995L21.55 10.7299C22.14 11.4299 22.14 12.5599 21.55 13.2399L20.2 14.8199C19.95 15.1199 19.74 15.6799 19.74 16.0799V17.7799C19.74 18.8399 18.87 19.7099 17.81 19.7099H16.11C15.71 19.7099 15.15 19.9199 14.85 20.1699L13.27 21.5199C12.57 22.1099 11.44 22.1099 10.76 21.5199L9.18001 20.1699C8.88001 19.9199 8.31 19.7099 7.92 19.7099H6.17C5.11 19.7099 4.24 18.8399 4.24 17.7799V16.0699C4.24 15.6799 4.04 15.1099 3.79 14.8199L2.44 13.2299C1.86 12.5399 1.86 11.4199 2.44 10.7299L3.79 9.13995C4.04 8.83995 4.24 8.27995 4.24 7.88995V6.19995C4.24 5.13995 5.11 4.26995 6.17 4.26995H7.9C8.3 4.26995 8.86 4.05995 9.16 3.80995L10.75 2.44995Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 8.13V12.96\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9945 16H12.0035\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"instagram \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 15.5C13.933 15.5 15.5 13.933 15.5 12C15.5 10.067 13.933 8.5 12 8.5C10.067 8.5 8.5 10.067 8.5 12C8.5 13.933 10.067 15.5 12 15.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.6361 7H17.6477\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"judge \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.0101 18.5101L15.0601 13.5601\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.06 13.56L11.52 17.1C10.74 17.88 9.47 17.88 8.69 17.1L4.44999 12.86C3.66999 12.08 3.66999 10.81 4.44999 10.03L11.52 2.96C12.3 2.18 13.57 2.18 14.35 2.96L18.59 7.20002C19.37 7.98002 19.37 9.25001 18.59 10.03L15.06 13.56Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 21H8\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.56006 7.92004L13.6301 14.99\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"kanban \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.5 19.9V4.1C10.5 2.6 9.86 2 8.27 2H4.23C2.64 2 2 2.6 2 4.1V19.9C2 21.4 2.64 22 4.23 22H8.27C9.86 22 10.5 21.4 10.5 19.9Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 12.9V4.1C22 2.6 21.36 2 19.77 2H15.73C14.14 2 13.5 2.6 13.5 4.1V12.9C13.5 14.4 14.14 15 15.73 15H19.77C21.36 15 22 14.4 22 12.9Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"key square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.28 13.61C15.15 14.74 13.53 15.09 12.1 14.64L9.51001 17.22C9.33001 17.41 8.96001 17.53 8.69001 17.49L7.49001 17.33C7.09001 17.28 6.73001 16.9 6.67001 16.51L6.51001 15.31C6.47001 15.05 6.60001 14.68 6.78001 14.49L9.36001 11.91C8.92001 10.48 9.26001 8.86001 10.39 7.73001C12.01 6.11001 14.65 6.11001 16.28 7.73001C17.9 9.34001 17.9 11.98 16.28 13.61Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.45 16.28L9.59998 15.42\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.3945 10.7H13.4035\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"key \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.79 14.9299C17.73 16.9799 14.78 17.6099 12.19 16.7999L7.48002 21.4999C7.14002 21.8499 6.47002 22.0599 5.99002 21.9899L3.81002 21.6899C3.09002 21.5899 2.42002 20.9099 2.31002 20.1899L2.01002 18.0099C1.94002 17.5299 2.17002 16.8599 2.50002 16.5199L7.20002 11.8199C6.40002 9.21995 7.02002 6.26995 9.08002 4.21995C12.03 1.26995 16.82 1.26995 19.78 4.21995C22.74 7.16995 22.74 11.9799 19.79 14.9299Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.89001 17.49L9.19001 19.79\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.5 11C15.3284 11 16 10.3284 16 9.5C16 8.67157 15.3284 8 14.5 8C13.6716 8 13 8.67157 13 9.5C13 10.3284 13.6716 11 14.5 11Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"keyboard open \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.25998 2H16.73C17.38 2 17.96 2.02003 18.48 2.09003C21.25 2.40003 22 3.70001 22 7.26001V13.58C22 17.14 21.25 18.44 18.48 18.75C17.96 18.82 17.39 18.84 16.73 18.84H7.25998C6.60998 18.84 6.02998 18.82 5.50998 18.75C2.73998 18.44 1.98999 17.14 1.98999 13.58V7.26001C1.98999 3.70001 2.73998 2.40003 5.50998 2.09003C6.02998 2.02003 6.60998 2 7.25998 2Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.58 8.32007H17.2599\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.73999 14.11H6.75998H17.27\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 22H17\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.1947 8.30005H7.20368\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.4945 8.30005H10.5035\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"keyboard \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.5 4H16.5C17.12 4 17.67 4.02 18.16 4.09C20.79 4.38 21.5 5.62 21.5 9V15C21.5 18.38 20.79 19.62 18.16 19.91C17.67 19.98 17.12 20 16.5 20H7.5C6.88 20 6.33 19.98 5.84 19.91C3.21 19.62 2.5 18.38 2.5 15V9C2.5 5.62 3.21 4.38 5.84 4.09C6.33 4.02 6.88 4 7.5 4Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.5 10H17\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 15.5H7.02H17\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.0946 10H10.1036\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.0946 10H7.10359\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"lamp 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.78 13.6499V18.5899H3.21997V13.6499C3.21997 8.82993 7.11997 4.92993 11.94 4.92993H12.06C16.88 4.92993 20.78 8.82993 20.78 13.6499Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 2V4.92999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.65 18.59C15.52 20.5 13.93 22 12 22C10.07 22 8.47998 20.5 8.34998 18.59H15.65Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"lamp charge \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.0001 7.88989L10.9301 9.74989C10.6901 10.1599 10.8901 10.4999 11.3601 10.4999H12.6301C13.1101 10.4999 13.3001 10.8399 13.0601 11.2499L12.0001 13.1099\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.30011 18.0399V16.8799C6.00011 15.4899 4.11011 12.7799 4.11011 9.89993C4.11011 4.94993 8.66011 1.06993 13.8001 2.18993C16.0601 2.68993 18.0401 4.18993 19.0701 6.25993C21.1601 10.4599 18.9601 14.9199 15.7301 16.8699V18.0299C15.7301 18.3199 15.8401 18.9899 14.7701 18.9899H9.26011C8.16011 18.9999 8.30011 18.5699 8.30011 18.0399Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 22C10.79 21.35 13.21 21.35 15.5 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"lamp on \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.30011 18.0399V16.8799C6.00011 15.4899 4.11011 12.7799 4.11011 9.89993C4.11011 4.94993 8.66011 1.06993 13.8001 2.18993C16.0601 2.68993 18.0401 4.18993 19.0701 6.25993C21.1601 10.4599 18.9601 14.9199 15.7301 16.8699V18.0299C15.7301 18.3199 15.8401 18.9899 14.7701 18.9899H9.26011C8.16011 18.9999 8.30011 18.5699 8.30011 18.0399Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 22C10.79 21.35 13.21 21.35 15.5 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"lamp slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.0299 2.47998L4.17993 18.33\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.25008 12.9999C4.83008 12.0299 4.58008 10.9799 4.58008 9.89993C4.58008 4.98993 8.80008 1.11993 13.6001 2.16993C15.0601 2.48993 16.3601 3.26993 17.3601 4.34993\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.0599 7.30005C20.2799 11.18 18.3099 15.08 15.5199 16.87V18.03C15.5199 18.32 15.6199 18.99 14.6199 18.99H9.41991C8.38991 18.99 8.51991 18.56 8.51991 18.03V16.87C8.03991 16.57 7.58991 16.2 7.15991 15.77\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 22C10.79 21.35 13.21 21.35 15.5 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"lamp \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.79011 14.69H18.2101C19.8701 14.69 20.8701 13.38 20.4401 11.78L18.2401 3.71C17.9801 2.77 16.9701 2 16.0101 2H7.99011C7.03011 2 6.02011 2.77 5.77011 3.7L3.57011 11.77C3.13011 13.38 4.13011 14.69 5.79011 14.69Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 15V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 22H16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"language circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.99 8.95996H7.01001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 7.28003V8.96002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.5 8.93994C14.5 13.2399 11.14 16.7199 7 16.7199\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.9999 16.72C15.1999 16.72 13.6 15.76 12.45 14.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"language square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.99 8.95996H7.01001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 7.28003V8.96002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.5 8.93994C14.5 13.2399 11.14 16.7199 7 16.7199\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.9999 16.72C15.1999 16.72 13.6 15.76 12.45 14.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"layer \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.01 2.92007L18.91 5.54007C20.61 6.29007 20.61 7.53007 18.91 8.28007L13.01 10.9001C12.34 11.2001 11.24 11.2001 10.57 10.9001L4.67 8.28007C2.97 7.53007 2.97 6.29007 4.67 5.54007L10.57 2.92007C11.24 2.62007 12.34 2.62007 13.01 2.92007Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 11C3 11.84 3.63 12.81 4.4 13.15L11.19 16.17C11.71 16.4 12.3 16.4 12.81 16.17L19.6 13.15C20.37 12.81 21 11.84 21 11\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 16C3 16.93 3.55 17.77 4.4 18.15L11.19 21.17C11.71 21.4 12.3 21.4 12.81 21.17L19.6 18.15C20.45 17.77 21 16.93 21 16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"level \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2.19995 14.02C3.12995 18.58 7.15995 22 12 22C16.82 22 20.8399 18.59 21.7899 14.05\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.81 10.06C20.91 5.46 16.86 2 12 2C7.16995 2 3.13995 5.43001 2.19995 9.98001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 13.5C12.8284 13.5 13.5 12.8284 13.5 12C13.5 11.1716 12.8284 10.5 12 10.5C11.1716 10.5 10.5 11.1716 10.5 12C10.5 12.8284 11.1716 13.5 12 13.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"lifebuoy \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.97 22C17.4928 22 21.97 17.5228 21.97 12C21.97 6.47715 17.4928 2 11.97 2C6.44715 2 1.97 6.47715 1.97 12C1.97 17.5228 6.44715 22 11.97 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 16.5C14.4853 16.5 16.5 14.4853 16.5 12C16.5 9.51472 14.4853 7.5 12 7.5C9.51472 7.5 7.5 9.51472 7.5 12C7.5 14.4853 9.51472 16.5 12 16.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.89999 4.92993L8.43999 8.45993\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.89999 19.07L8.43999 15.54\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.05 19.07L15.51 15.54\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.05 4.92993L15.51 8.45993\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"like 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.47998 18.35L10.58 20.75C10.98 21.15 11.88 21.35 12.48 21.35H16.28C17.48 21.35 18.78 20.45 19.08 19.25L21.48 11.95C21.98 10.55 21.08 9.34997 19.58 9.34997H15.58C14.98 9.34997 14.48 8.84997 14.58 8.14997L15.08 4.94997C15.28 4.04997 14.68 3.04997 13.78 2.74997C12.98 2.44997 11.98 2.84997 11.58 3.44997L7.47998 9.54997\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n<path d=\"M2.38 18.35V8.55002C2.38 7.15002 2.98 6.65002 4.38 6.65002H5.38C6.78 6.65002 7.38 7.15002 7.38 8.55002V18.35C7.38 19.75 6.78 20.25 5.38 20.25H4.38C2.98 20.25 2.38 19.75 2.38 18.35Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"like dislike \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.91998 20.28L6.68999 21.65C6.91999 21.88 7.42998 21.99 7.77998 21.99H9.94998C10.64 21.99 11.38 21.48 11.55 20.79L12.92 16.62C13.21 15.82 12.69 15.13 11.83 15.13H9.53999C9.19999 15.13 8.90999 14.8399 8.96999 14.4399L9.25999 12.61C9.36999 12.1 9.02998 11.52 8.51998 11.35C8.05998 11.18 7.48999 11.41 7.25999 11.75L4.91998 15.24\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n<path d=\"M2 20.28V14.6801C2 13.8801 2.34 13.59 3.14 13.59H3.71C4.51 13.59 4.85 13.8801 4.85 14.6801V20.28C4.85 21.08 4.51 21.37 3.71 21.37H3.14C2.34 21.37 2 21.09 2 20.28Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.08 3.71997L17.31 2.34998C17.08 2.11998 16.57 2.01001 16.22 2.01001H14.05C13.36 2.01001 12.62 2.51996 12.45 3.20996L11.08 7.38C10.79 8.18 11.31 8.87 12.17 8.87H14.46C14.8 8.87 15.09 9.16006 15.03 9.56006L14.74 11.39C14.63 11.9 14.97 12.48 15.48 12.65C15.94 12.82 16.51 12.59 16.74 12.25L19.08 8.76001\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n<path d=\"M22 3.71997V9.31995C22 10.1199 21.66 10.41 20.86 10.41H20.29C19.49 10.41 19.15 10.1199 19.15 9.31995V3.71997C19.15 2.91997 19.49 2.63 20.29 2.63H20.86C21.66 2.63 22 2.90997 22 3.71997Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"like shapes \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.75 2.44995C11.44 1.85995 12.57 1.85995 13.27 2.44995L14.85 3.81005C15.15 4.07005 15.71 4.28002 16.11 4.28002H17.81C18.87 4.28002 19.74 5.14996 19.74 6.20996V7.91003C19.74 8.30003 19.95 8.87004 20.21 9.17004L21.57 10.75C22.16 11.44 22.16 12.57 21.57 13.27L20.21 14.85C19.95 15.15 19.74 15.71 19.74 16.11V17.8101C19.74 18.8701 18.87 19.74 17.81 19.74H16.11C15.72 19.74 15.15 19.95 14.85 20.21L13.27 21.5699C12.58 22.1599 11.45 22.1599 10.75 21.5699L9.17002 20.21C8.87002 19.95 8.31001 19.74 7.91001 19.74H6.18C5.12 19.74 4.25 18.8701 4.25 17.8101V16.1C4.25 15.71 4.04001 15.15 3.79001 14.85L2.44 13.26C1.86 12.57 1.86 11.45 2.44 10.76L3.79001 9.17004C4.04001 8.87004 4.25 8.31004 4.25 7.92004V6.20996C4.25 5.14996 5.12 4.28002 6.18 4.28002H7.91001C8.30001 4.28002 8.87002 4.07005 9.17002 3.81005L10.75 2.44995Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.89001 14.82L11.34 15.94C11.53 16.13 11.95 16.22 12.23 16.22H14C14.56 16.22 15.17 15.8 15.31 15.24L16.43 11.82C16.66 11.17 16.24 10.6 15.54 10.6H13.67C13.39 10.6 13.16 10.3701 13.2 10.0401L13.43 8.54008C13.52 8.12008 13.24 7.65005 12.82 7.51005C12.45 7.37005 11.98 7.56 11.79 7.84L9.87 10.69\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n<path d=\"M7.5 14.8199V10.24C7.5 9.57999 7.78 9.34998 8.44 9.34998H8.91C9.56 9.34998 9.85001 9.57999 9.85001 10.24V14.8199C9.85001 15.4699 9.57 15.71 8.91 15.71H8.44C7.78 15.71 7.5 15.4799 7.5 14.8199Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"like tag \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.65002 13.8L11.26 15.05C11.47 15.26 11.94 15.3599 12.25 15.3599H14.23C14.85 15.3599 15.53 14.89 15.69 14.27L16.94 10.4799C17.2 9.74994 16.73 9.12996 15.95 9.12996H13.87C13.56 9.12996 13.3 8.86996 13.35 8.50996L13.61 6.84993C13.71 6.37993 13.4 5.85992 12.93 5.70992C12.51 5.54992 11.99 5.7599 11.79 6.0699L9.66003 9.23995\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n<path d=\"M7 13.8V8.70996C7 7.97996 7.30999 7.71997 8.03999 7.71997H8.56C9.29 7.71997 9.60001 7.97996 9.60001 8.70996V13.8C9.60001 14.53 9.29 14.79 8.56 14.79H8.03999C7.30999 14.79 7 14.53 7 13.8Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 18.86H17.24C16.44 18.86 15.68 19.17 15.12 19.73L13.41 21.42C12.63 22.19 11.36 22.19 10.58 21.42L8.87 19.73C8.31 19.17 7.54 18.86 6.75 18.86H6C4.34 18.86 3 17.53 3 15.89V4.97998C3 3.33998 4.34 2.01001 6 2.01001H18C19.66 2.01001 21 3.33998 21 4.97998V15.89C21 17.52 19.66 18.86 18 18.86Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"like \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18 18.86H17.24C16.44 18.86 15.68 19.17 15.12 19.73L13.41 21.42C12.63 22.19 11.36 22.19 10.58 21.42L8.87 19.73C8.31 19.17 7.54 18.86 6.75 18.86H6C4.34 18.86 3 17.53 3 15.89V4.97998C3 3.33998 4.34 2.01001 6 2.01001H18C19.66 2.01001 21 3.33998 21 4.97998V15.89C21 17.52 19.66 18.86 18 18.86Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.28 14.96C12.13 15.01 11.88 15.01 11.72 14.96C10.42 14.51 7.5 12.66 7.5 9.51001C7.5 8.12001 8.62 7 10 7C10.82 7 11.54 7.39 12 8C12.46 7.39 13.18 7 14 7C15.38 7 16.5 8.12001 16.5 9.51001C16.49 12.66 13.58 14.51 12.28 14.96Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"link 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.99 17.5H16.5C19.52 17.5 22 15.03 22 12C22 8.98 19.53 6.5 16.5 6.5H14.99\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 6.5H7.5C4.47 6.5 2 8.97 2 12C2 15.02 4.47 17.5 7.5 17.5H9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 12H16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"link 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.5 12C13.5 15.18 10.93 17.75 7.75 17.75C4.57 17.75 2 15.18 2 12C2 8.82 4.57 6.25 7.75 6.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 12C10 8.69 12.69 6 16 6C19.31 6 22 8.69 22 12C22 15.31 19.31 18 16 18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"link 21 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.0601 10.9399C15.3101 13.1899 15.3101 16.8299 13.0601 19.0699C10.8101 21.3099 7.17009 21.3199 4.93009 19.0699C2.69009 16.8199 2.68009 13.1799 4.93009 10.9399\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.59 13.4099C8.24996 11.0699 8.24996 7.26988 10.59 4.91988C12.93 2.56988 16.73 2.57988 19.08 4.91988C21.43 7.25988 21.42 11.0599 19.08 13.4099\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"link circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.93997 14.5099C7.31997 14.2799 6.76997 13.8299 6.41997 13.1899C5.61997 11.7299 6.10997 9.82989 7.52997 8.94989L9.86996 7.49988C11.28 6.61988 13.1 7.09987 13.9 8.54987C14.7 10.0099 14.21 11.9099 12.79 12.7899L12.48 13.0099\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.11 9.44995C16.73 9.67995 17.28 10.1299 17.63 10.7699C18.43 12.2299 17.94 14.1299 16.52 15.0099L14.1799 16.4599C12.7699 17.3399 10.9499 16.8599 10.1499 15.4099C9.34995 13.9499 9.83995 12.05 11.2599 11.17L11.57 10.95\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"link square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.18009 16.0199C7.42009 15.9499 6.6701 15.5999 6.0901 14.9899C4.7701 13.5999 4.7701 11.3199 6.0901 9.92989L8.2801 7.6299C9.6001 6.2399 11.7701 6.2399 13.1001 7.6299C14.4201 9.0199 14.4201 11.2999 13.1001 12.6899L12.0101 13.8399\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.8202 7.97998C16.5802 8.04998 17.3302 8.39998 17.9102 9.00998C19.2302 10.4 19.2302 12.68 17.9102 14.07L15.7202 16.37C14.4002 17.76 12.2302 17.76 10.9002 16.37C9.58016 14.98 9.58016 12.7 10.9002 11.31L11.9902 10.16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"link \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.27 12C2.48 11.05 2 9.83 2 8.5C2 5.48 4.47 3 7.5 3H12.5C15.52 3 18 5.48 18 8.5C18 11.52 15.53 14 12.5 14H10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.73 12C21.52 12.95 22 14.17 22 15.5C22 18.52 19.53 21 16.5 21H11.5C8.48 21 6 18.52 6 15.5C6 12.48 8.47 10 11.5 10H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"location add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.25 11H14.75\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M12 13.75V8.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M3.62001 8.49C5.59001 -0.169998 18.42 -0.159997 20.38 8.5C21.53 13.58 18.37 17.88 15.6 20.54C13.59 22.48 10.41 22.48 8.39001 20.54C5.63001 17.88 2.47001 13.57 3.62001 8.49Z\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"location cross \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.61995 8.49C5.58995 -0.169998 18.42 -0.159997 20.38 8.5C21.53 13.58 18.37 17.88 15.6 20.54C13.59 22.48 10.41 22.48 8.38995 20.54C5.62995 17.88 2.46995 13.57 3.61995 8.49Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M14 12.96L10.04 9\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.96 9.04004L10 13\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"location minus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.25 11H14.75\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M3.61995 8.49C5.58995 -0.169998 18.42 -0.159997 20.38 8.5C21.53 13.58 18.37 17.88 15.6 20.54C13.59 22.48 10.41 22.48 8.38995 20.54C5.62995 17.88 2.46995 13.57 3.61995 8.49Z\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"location slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.42 12.9999C9.5 12.4599 8.88 11.4599 8.88 10.3099C8.88 8.58994 10.27 7.18994 12 7.18994C13.15 7.18994 14.15 7.80994 14.69 8.73994\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.98995 17.8101C4.14995 15.3001 2.80995 12.0901 3.62995 8.49011C5.27995 1.23011 14.57 0.0601072 18.68 4.98011\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.38 8.5C21.53 13.58 18.37 17.88 15.6 20.54C13.59 22.48 10.41 22.48 8.39001 20.54\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 2L2 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"location tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.61995 8.49C5.58995 -0.169998 18.42 -0.159997 20.38 8.5C21.53 13.58 18.37 17.88 15.6 20.54C13.59 22.48 10.41 22.48 8.38995 20.54C5.62995 17.88 2.46995 13.57 3.61995 8.49Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M9.25 11.5L10.75 13L14.75 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"location \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 13.4299C13.7231 13.4299 15.12 12.0331 15.12 10.3099C15.12 8.58681 13.7231 7.18994 12 7.18994C10.2769 7.18994 8.88 8.58681 8.88 10.3099C8.88 12.0331 10.2769 13.4299 12 13.4299Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M3.62001 8.49C5.59001 -0.169998 18.42 -0.159997 20.38 8.5C21.53 13.58 18.37 17.88 15.6 20.54C13.59 22.48 10.41 22.48 8.39001 20.54C5.63001 17.88 2.47001 13.57 3.62001 8.49Z\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"lock 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 10V8C6 4.69 7 2 12 2C17 2 18 4.69 18 8V10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 18.5C13.3807 18.5 14.5 17.3807 14.5 16C14.5 14.6193 13.3807 13.5 12 13.5C10.6193 13.5 9.5 14.6193 9.5 16C9.5 17.3807 10.6193 18.5 12 18.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 22H7C3 22 2 21 2 17V15C2 11 3 10 7 10H17C21 10 22 11 22 15V17C22 21 21 22 17 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"lock circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 11V10C9 8.34 9.5 7 12 7C14.5 7 15 8.34 15 10V11\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 14.6C12.3314 14.6 12.6 14.3314 12.6 14C12.6 13.6687 12.3314 13.4 12 13.4C11.6686 13.4 11.4 13.6687 11.4 14C11.4 14.3314 11.6686 14.6 12 14.6Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.5 17H9.5C7.5 17 7 16.5 7 14.5V13.5C7 11.5 7.5 11 9.5 11H14.5C16.5 11 17 11.5 17 13.5V14.5C17 16.5 16.5 17 14.5 17Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"lock slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.02 17.52C10.48 18.11 11.2 18.5 12 18.5C13.38 18.5 14.5 17.38 14.5 16C14.5 15.43 14.31 14.9 13.99 14.48\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.82 20.8C2.21 20.04 2 18.83 2 17V15C2 11 3 10 7 10H17C17.36 10 17.69 10.01 18 10.03C21.17 10.21 22 11.36 22 15V17C22 21 21 22 17 22H7C6.64 22 6.31 21.99 6 21.97\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 10V8C6 4.69 7 2 12 2C16.15 2 17.54 3.38 17.9 5.56\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 2L2 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"lock \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 10V8C6 4.69 7 2 12 2C17 2 18 4.69 18 8V10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 22H7C3 22 2 21 2 17V15C2 11 3 10 7 10H17C21 10 22 11 22 15V17C22 21 21 22 17 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.9965 16H16.0054\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9955 16H12.0045\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.99451 16H8.00349\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"login 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.6801 14.62L14.2401 12.06L11.6801 9.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 12.0601H14.17\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 4C16.42 4 20 7 20 12C20 17 16.42 20 12 20\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"login \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.90002 7.55999C9.21002 3.95999 11.06 2.48999 15.11 2.48999H15.24C19.71 2.48999 21.5 4.27999 21.5 8.74999V15.27C21.5 19.74 19.71 21.53 15.24 21.53H15.11C11.09 21.53 9.24002 20.08 8.91002 16.54\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 12H14.88\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.65 8.6499L16 11.9999L12.65 15.3499\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"logout 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.4399 14.62L19.9999 12.06L17.4399 9.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.76001 12.0601H19.93\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.76 20C7.34001 20 3.76001 17 3.76001 12C3.76001 7 7.34001 4 11.76 4\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"logout \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.90002 7.55999C9.21002 3.95999 11.06 2.48999 15.11 2.48999H15.24C19.71 2.48999 21.5 4.27999 21.5 8.74999V15.27C21.5 19.74 19.71 21.53 15.24 21.53H15.11C11.09 21.53 9.24002 20.08 8.91002 16.54\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 12H3.62\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.85 8.6499L2.5 11.9999L5.85 15.3499\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"lovely \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.86 8.08997C19.86 8.50997 19.83 8.91997 19.78 9.30997C19.32 9.10997 18.82 8.99997 18.29 8.99997C17.07 8.99997 15.99 9.58996 15.32 10.49C14.64 9.58996 13.56 8.99997 12.34 8.99997C10.29 8.99997 8.63 10.67 8.63 12.74C8.63 15.42 10.05 17.47 11.63 18.86C11.58 18.89 11.53 18.9 11.48 18.92C11.18 19.03 10.68 19.03 10.38 18.92C7.79 18.03 2 14.35 2 8.08997C2 5.32997 4.21999 3.09998 6.95999 3.09998C8.58999 3.09998 10.03 3.87997 10.93 5.08997C11.84 3.87997 13.28 3.09998 14.9 3.09998C17.64 3.09998 19.86 5.32997 19.86 8.08997Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 12.74C22 17.42 17.67 20.18 15.73 20.84C15.5 20.92 15.13 20.92 14.9 20.84C14.07 20.56 12.8 19.89 11.63 18.86C10.05 17.47 8.63 15.42 8.63 12.74C8.63 10.67 10.29 9 12.34 9C13.56 9 14.64 9.58999 15.32 10.49C15.99 9.58999 17.07 9 18.29 9C18.82 9 19.32 9.11 19.78 9.31C21.09 9.89 22 11.2 22 12.74Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"magic star \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.29 4.13999L17.22 7.92997C17.21 8.44997 17.54 9.13999 17.96 9.44999L20.44 11.33C22.03 12.53 21.77 14 19.87 14.6L16.64 15.61C16.1 15.78 15.53 16.37 15.39 16.92L14.62 19.86C14.01 22.18 12.49 22.41 11.23 20.37L9.46999 17.52C9.14999 17 8.39 16.61 7.79 16.64L4.45003 16.81C2.06003 16.93 1.38002 15.55 2.94002 13.73L4.92 11.43C5.29 11 5.46 10.2 5.29 9.65998L4.28005 6.42997C3.69005 4.52997 4.75004 3.47999 6.64004 4.09999L9.59005 5.06999C10.09 5.22999 10.84 5.11998 11.26 4.80998L14.34 2.58998C16 1.38998 17.33 2.08999 17.29 4.13999Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.91 22L18.88 18.97\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"magicpen \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.5 20.4999C4.33 21.3299 5.67 21.3299 6.5 20.4999L19.5 7.49994C20.33 6.66994 20.33 5.32994 19.5 4.49994C18.67 3.66994 17.33 3.66994 16.5 4.49994L3.5 17.4999C2.67 18.3299 2.67 19.6699 3.5 20.4999Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.01 8.98999L15.01 5.98999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 2.44L10 2L9.56 3.5L10 5L8.5 4.56L7 5L7.44 3.5L7 2L8.5 2.44Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.5 8.44L6 8L5.56 9.5L6 11L4.5 10.56L3 11L3.44 9.5L3 8L4.5 8.44Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.5 13.44L21 13L20.56 14.5L21 16L19.5 15.56L18 16L18.44 14.5L18 13L19.5 13.44Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"main component 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.95 14.55L14.56 20.94C13.16 22.34 10.86 22.34 9.45002 20.94L3.06001 14.55C1.66001 13.15 1.66001 10.85 3.06001 9.44001L9.45002 3.05C10.85 1.65 13.15 1.65 14.56 3.05L20.95 9.44001C22.35 10.85 22.35 13.15 20.95 14.55Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.25 6.25L17.75 17.75\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.75 6.25L6.25 17.75\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"main component \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.95 14.55L14.56 20.94C13.16 22.34 10.86 22.34 9.45002 20.94L3.06001 14.55C1.66001 13.15 1.66001 10.85 3.06001 9.44001L9.45002 3.05C10.85 1.65 13.15 1.65 14.56 3.05L20.95 9.44001C22.35 10.85 22.35 13.15 20.95 14.55Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.25 6.25L17.75 17.75\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.75 6.25L6.25 17.75\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"man \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.25 21.5C14.5302 21.5 18 18.0302 18 13.75C18 9.46979 14.5302 6 10.25 6C5.96979 6 2.5 9.46979 2.5 13.75C2.5 18.0302 5.96979 21.5 10.25 21.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.5 2.5L16 8\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 2.5H21.5V9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"map 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2.28998 7.77998V17.51C2.28998 19.41 3.63998 20.19 5.27998 19.25L7.62998 17.91C8.13998 17.62 8.98998 17.59 9.51998 17.86L14.77 20.49C15.3 20.75 16.15 20.73 16.66 20.44L20.99 17.96C21.54 17.64 22 16.86 22 16.22V6.48998C22 4.58998 20.65 3.80998 19.01 4.74998L16.66 6.08998C16.15 6.37998 15.3 6.40998 14.77 6.13998L9.51998 3.51998C8.98998 3.25998 8.13998 3.27998 7.62998 3.56998L3.29998 6.04998C2.73998 6.36998 2.28998 7.14998 2.28998 7.77998Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.56 4V17\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.73 6.62012V20.0001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"map \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 9.00002V15C22 17.5 21.5 19.25 20.38 20.38L14 14L21.73 6.27002C21.91 7.06002 22 7.96002 22 9.00002Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.73 6.27L6.26999 21.73C3.25999 21.04 2 18.96 2 15V9C2 4 4 2 9 2H15C18.96 2 21.04 3.26 21.73 6.27Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.38 20.38C19.25 21.5 17.5 22 15 22H9.00003C7.96003 22 7.06002 21.91 6.27002 21.73L14 14L20.38 20.38Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.24002 7.97997C6.92002 5.04997 11.32 5.04997 12 7.97997C12.39 9.69997 11.31 11.16 10.36 12.06C9.67001 12.72 8.58003 12.72 7.88003 12.06C6.93003 11.16 5.84002 9.69997 6.24002 7.97997Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M9.0946 8.69995H9.10359\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"mask 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 12C17 14.76 14.76 17 12 17V7C14.76 7 17 9.24 17 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 7V17C9.24 17 7 14.76 7 12C7 9.24 9.24 7 12 7Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22V17\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 7V2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"mask 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 12C17 14.76 14.76 17 12 17V7C14.76 7 17 9.24 17 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 7V17C9.24 17 7 14.76 7 12C7 9.24 9.24 7 12 7Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22V17\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 7V2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"mask 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.97 12C21.97 14.94 20.69 17.6 18.65 19.41C16.89 21.01 14.56 21.97 12 21.97C6.5 21.97 2.03 17.5 2.03 12C2.03 6.50003 6.5 2.03003 12 2.03003C14.56 2.03003 16.89 2.99003 18.65 4.59003C20.69 6.40003 21.97 9.06003 21.97 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.97 16.39C11.95 18.04 10.72 18.44 9.57 17.98C7.2 17.03 5.53 14.71 5.53 12C5.53 9.28999 7.2 6.97 9.57 6.01C10.72 5.55 11.95 5.95999 11.97 7.59999V16.39Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"mask \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.07 4.93L4.92999 19.07C3.11999 17.26 2 14.76 2 12C2 6.48 6.48 2 12 2C14.76 2 17.26 3.12 19.07 4.93Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 11.9999C22 17.5199 17.52 21.9999 12 21.9999C9.24 21.9999 6.73999 20.8799 4.92999 19.0699L19.07 4.92993C20.88 6.73993 22 9.23993 22 11.9999Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.76001 16.24L13.41 21.9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.29 12.71L17.87 19.28\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.83 9.16992L21.12 15.4699\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"math \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.4207 5.63965H21.7007\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.29956 5.64014H9.57956\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.4207 15.3301H21.7007\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.4207 21.3896H21.7007\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.0894 9.27V2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.29956 22L9.57956 14.73\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.57956 22L2.29956 14.73\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"maximize 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 9.98V9C2 4 4 2 9 2H15C20 2 22 4 22 9V15C22 20 20 22 15 22H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 11L18.01 5.97998H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.01 5.97998V9.98998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 16.15V18.85C11 21.1 10.1 22 7.85 22H5.15C2.9 22 2 21.1 2 18.85V16.15C2 13.9 2.9 13 5.15 13H7.85C10.1 13 11 13.9 11 16.15Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"maximize 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 9V6.5C2 4.01 4.01 2 6.5 2H9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 2H17.5C19.99 2 22 4.01 22 6.5V9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 16V17.5C22 19.99 19.99 22 17.5 22H16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 22H6.5C4.01 22 2 19.99 2 17.5V15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 12V10M6 12H12H18H6ZM6 12V10V12ZM6 12V14V12ZM18 12V14V12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 6H14M12 18V6V18ZM12 18H14H12ZM12 18H10H12ZM12 6H10H12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"maximize 21 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 9V6.5C2 4.01 4.01 2 6.5 2H9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 2H17.5C19.99 2 22 4.01 22 6.5V9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 16V17.5C22 19.99 19.99 22 17.5 22H16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 22H6.5C4.01 22 2 19.99 2 17.5V15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"maximize 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 6L6 18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 10V6H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 14V18H10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"maximize 4 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 9V3H15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 15V21H9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 3L13.5 10.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.5 13.5L3 21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"maximize circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 3H21V7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 9L21 3\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 21H3V17\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 15L3 21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.02 2.20001C13.37 2.07001 12.69 2 12 2C6.48 2 2 6.48 2 12C2 12.69 2.07001 13.36 2.20001 14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.97998 21.8C10.63 21.93 11.31 22 12 22C17.52 22 22 17.52 22 12C22 11.32 21.93 10.65 21.8 10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"maximize \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 6L6 18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 10V6H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 14V18H10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 6L18 18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 10V6H10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 14V18H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"medal star \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 9C19 10.45 18.57 11.78 17.83 12.89C16.75 14.49 15.04 15.62 13.05 15.91C12.71 15.97 12.36 16 12 16C11.64 16 11.29 15.97 10.95 15.91C8.96 15.62 7.25 14.49 6.17 12.89C5.43 11.78 5 10.45 5 9C5 5.13 8.13 2 12 2C15.87 2 19 5.13 19 9Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.25 18.47L19.6 18.86C19.23 18.95 18.94 19.23 18.86 19.6L18.51 21.07C18.32 21.87 17.3 22.11 16.77 21.48L12 16L7.22996 21.49C6.69996 22.12 5.67996 21.88 5.48996 21.08L5.13996 19.61C5.04996 19.24 4.75996 18.95 4.39996 18.87L2.74996 18.48C1.98996 18.3 1.71996 17.35 2.26996 16.8L6.16996 12.9C7.24996 14.5 8.95996 15.63 10.95 15.92C11.29 15.98 11.64 16.01 12 16.01C12.36 16.01 12.71 15.98 13.05 15.92C15.04 15.63 16.75 14.5 17.83 12.9L21.73 16.8C22.28 17.34 22.01 18.29 21.25 18.47Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.58 5.98L13.17 7.15999C13.25 7.31999 13.46 7.48 13.65 7.51L14.72 7.68999C15.4 7.79999 15.56 8.3 15.07 8.79L14.24 9.61998C14.1 9.75998 14.02 10.03 14.07 10.23L14.31 11.26C14.5 12.07 14.07 12.39 13.35 11.96L12.35 11.37C12.17 11.26 11.87 11.26 11.69 11.37L10.69 11.96C9.96997 12.38 9.53997 12.07 9.72997 11.26L9.96997 10.23C10.01 10.04 9.93997 9.75998 9.79997 9.61998L8.96997 8.79C8.47997 8.3 8.63997 7.80999 9.31997 7.68999L10.39 7.51C10.57 7.48 10.78 7.31999 10.86 7.15999L11.45 5.98C11.74 5.34 12.26 5.34 12.58 5.98Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"medal \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 15C15.7279 15 18.75 12.0899 18.75 8.5C18.75 4.91015 15.7279 2 12 2C8.27208 2 5.25 4.91015 5.25 8.5C5.25 12.0899 8.27208 15 12 15Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.51999 13.52L7.51001 20.9C7.51001 21.8 8.14001 22.24 8.92001 21.87L11.6 20.6C11.82 20.49 12.19 20.49 12.41 20.6L15.1 21.87C15.87 22.23 16.51 21.8 16.51 20.9V13.34\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"menu 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.5399 8.30989C18.8986 8.30989 20 7.20851 20 5.84989C20 4.49127 18.8986 3.38989 17.5399 3.38989C16.1813 3.38989 15.08 4.49127 15.08 5.84989C15.08 7.20851 16.1813 8.30989 17.5399 8.30989Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.46001 8.30989C7.81863 8.30989 8.92 7.20851 8.92 5.84989C8.92 4.49127 7.81863 3.38989 6.46001 3.38989C5.10139 3.38989 4 4.49127 4 5.84989C4 7.20851 5.10139 8.30989 6.46001 8.30989Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.5399 20.6099C18.8986 20.6099 20 19.5086 20 18.1499C20 16.7913 18.8986 15.6899 17.5399 15.6899C16.1813 15.6899 15.08 16.7913 15.08 18.1499C15.08 19.5086 16.1813 20.6099 17.5399 20.6099Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.46001 20.6099C7.81863 20.6099 8.92 19.5086 8.92 18.1499C8.92 16.7913 7.81863 15.6899 6.46001 15.6899C5.10139 15.6899 4 16.7913 4 18.1499C4 19.5086 5.10139 20.6099 6.46001 20.6099Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"menu board \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.93 6.76001L18.56 20.29C18.32 21.3 17.42 22 16.38 22H3.24001C1.73001 22 0.650023 20.5199 1.10002 19.0699L5.31001 5.55005C5.60001 4.61005 6.47003 3.95996 7.45003 3.95996H19.75C20.7 3.95996 21.49 4.53997 21.82 5.33997C22.01 5.76997 22.05 6.26001 21.93 6.76001Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n<path d=\"M16 22H20.78C22.07 22 23.08 20.91 22.99 19.62L22 6\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.67999 6.38L10.72 2.06006\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.38 6.39001L17.32 2.05005\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.70001 12H15.7\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.70001 16H14.7\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"menu \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 7H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M3 12H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M3 17H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n</svg>\n</li><li title=\"message 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.5 10.5H15.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 18.4299H11L15.45 21.39C16.11 21.83 17 21.3599 17 20.5599V18.4299C20 18.4299 22 16.4299 22 13.4299V7.42993C22 4.42993 20 2.42993 17 2.42993H7C4 2.42993 2 4.42993 2 7.42993V13.4299C2 16.4299 4 18.4299 7 18.4299Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"message add 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 2H8C4 2 2 4 2 8V21C2 21.55 2.45 22 3 22H16C20 22 22 20 22 16V8C22 4 20 2 16 2Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 12H15.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 15.5V8.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"message add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 7.42993V13.4299C22 14.9299 21.5 16.1799 20.62 17.0599C19.75 17.9299 18.5 18.4299 17 18.4299V20.5599C17 21.3599 16.11 21.84 15.45 21.4L11 18.4299H8.88C8.96 18.1299 9 17.8199 9 17.4999C9 16.4799 8.61 15.54 7.97 14.83C7.25 14.01 6.18 13.4999 5 13.4999C3.88 13.4999 2.86 13.96 2.13 14.71C2.04 14.31 2 13.8799 2 13.4299V7.42993C2 4.42993 4 2.42993 7 2.42993H17C20 2.42993 22 4.42993 22 7.42993Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 17.5C9 17.82 8.96 18.13 8.88 18.43C8.79 18.83 8.63001 19.22 8.42001 19.56C7.73001 20.72 6.46 21.5 5 21.5C3.97 21.5 3.04 21.11 2.34 20.47C2.04 20.21 1.77999 19.9 1.57999 19.56C1.20999 18.96 1 18.25 1 17.5C1 16.42 1.43 15.43 2.13 14.71C2.86 13.96 3.88 13.5 5 13.5C6.18 13.5 7.25 14.01 7.97 14.83C8.61 15.54 9 16.48 9 17.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.48999 17.48H3.51001\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 16.02V19.01\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 10.5H15.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"message circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.25 10.18V12.81C17.25 12.98 17.24 13.14 17.22 13.3C17.07 15.07 16.02 15.95 14.1 15.95H13.84C13.68 15.95 13.52 16.03 13.42 16.16L12.63 17.21C12.28 17.68 11.72 17.68 11.37 17.21L10.58 16.16C10.49 16.05 10.3 15.95 10.16 15.95H9.89999C7.79999 15.95 6.75 15.43 6.75 12.8V10.17C6.75 8.25004 7.63999 7.20002 9.39999 7.05002C9.55999 7.03002 9.72001 7.02002 9.89001 7.02002H14.09C16.2 7.04002 17.25 8.09002 17.25 10.18Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"message edit \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 2H8C4 2 2 4 2 8V21C2 21.55 2.45 22 3 22H16C20 22 22 20 22 16V8C22 4 20 2 16 2Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.91 7.83991L7.72004 13.0299C7.52004 13.2299 7.33004 13.6199 7.29004 13.8999L7.01004 15.8799C6.91004 16.5999 7.41004 17.0999 8.13004 16.9999L10.11 16.7199C10.39 16.6799 10.78 16.4899 10.98 16.2899L16.17 11.0999C17.06 10.2099 17.49 9.16991 16.17 7.84991C14.85 6.51991 13.81 6.93991 12.91 7.83991Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.17 8.57983C12.61 10.1498 13.84 11.3898 15.42 11.8298\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"message favorite \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 8V13C22 17 20 19 16 19H15.5C15.19 19 14.89 19.15 14.7 19.4L13.2 21.4C12.54 22.28 11.46 22.28 10.8 21.4L9.3 19.4C9.14 19.18 8.77 19 8.5 19H8C4 19 2 18 2 13V8C2 4 4 2 8 2H12\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.2 4.62008C14.87 3.63008 15.26 2.41008 16.34 2.07008C16.9 1.90008 17.6 2.04008 18 2.57008C18.38 2.02008 19.1 1.90008 19.66 2.07008C20.74 2.40008 21.13 3.63008 20.8 4.62008C20.29 6.19008 18.5 7.00008 18 7.00008C17.5 7.00008 15.73 6.20008 15.2 4.62008Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.9965 11H16.0054\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9955 11H12.0045\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.99451 11H8.00349\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"message minus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 2H8C4 2 2 4 2 8V21C2 21.55 2.45 22 3 22H16C20 22 22 20 22 16V8C22 4 20 2 16 2Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 12H15.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"message notif \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 10V13C22 17 20 19 16 19H15.5C15.19 19 14.89 19.15 14.7 19.4L13.2 21.4C12.54 22.28 11.46 22.28 10.8 21.4L9.3 19.4C9.14 19.18 8.77 19 8.5 19H8C4 19 2 18 2 13V8C2 4 4 2 8 2H14\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.5 7C20.8807 7 22 5.88071 22 4.5C22 3.11929 20.8807 2 19.5 2C18.1193 2 17 3.11929 17 4.5C17 5.88071 18.1193 7 19.5 7Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.9965 11H16.0054\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9955 11H12.0045\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.99451 11H8.00349\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"message programming \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.5 18.97H8C4 18.97 2 17.97 2 12.97V7.96997C2 3.96997 4 1.96997 8 1.96997H16C20 1.96997 22 3.96997 22 7.96997V12.97C22 16.97 20 18.97 16 18.97H15.5C15.19 18.97 14.89 19.12 14.7 19.37L13.2 21.37C12.54 22.25 11.46 22.25 10.8 21.37L9.29999 19.37C9.13999 19.15 8.78 18.97 8.5 18.97Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 8.69995L6 10.7L8 12.7\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 8.69995L18 10.7L16 12.7\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 8.37012L11 13.0302\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"message question \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 18.4301H13L8.54999 21.39C7.88999 21.83 7 21.3601 7 20.5601V18.4301C4 18.4301 2 16.4301 2 13.4301V7.42999C2 4.42999 4 2.42999 7 2.42999H17C20 2.42999 22 4.42999 22 7.42999V13.4301C22 16.4301 20 18.4301 17 18.4301Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.0001 11.36V11.15C12.0001 10.47 12.4201 10.11 12.8401 9.82001C13.2501 9.54001 13.66 9.18002 13.66 8.52002C13.66 7.60002 12.9201 6.85999 12.0001 6.85999C11.0801 6.85999 10.3401 7.60002 10.3401 8.52002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9955 13.75H12.0045\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"message remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 7.42993V13.4299C22 14.9299 21.5 16.1799 20.62 17.0599C19.75 17.9299 18.5 18.4299 17 18.4299V20.5599C17 21.3599 16.11 21.84 15.45 21.4L11 18.4299H8.88C8.96 18.1299 9 17.8199 9 17.4999C9 16.4799 8.61 15.54 7.97 14.83C7.25 14.01 6.18 13.4999 5 13.4999C3.88 13.4999 2.86 13.96 2.13 14.71C2.04 14.31 2 13.8799 2 13.4299V7.42993C2 4.42993 4 2.42993 7 2.42993H17C20 2.42993 22 4.42993 22 7.42993Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 17.5C9 17.82 8.96 18.13 8.88 18.43C8.79 18.83 8.63001 19.22 8.42001 19.56C7.73001 20.72 6.46 21.5 5 21.5C3.97 21.5 3.04 21.11 2.34 20.47C2.04 20.21 1.77999 19.9 1.57999 19.56C1.20999 18.96 1 18.25 1 17.5C1 16.42 1.43 15.43 2.13 14.71C2.86 13.96 3.88 13.5 5 13.5C6.18 13.5 7.25 14.01 7.97 14.83C8.61 15.54 9 16.48 9 17.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.06995 18.5399L3.94995 16.4299\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.04993 16.46L3.92993 18.5699\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 10.5H15.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"message search \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.2 21.37C12.54 22.25 11.46 22.25 10.8 21.37L9.29999 19.37C9.12999 19.15 8.77 18.97 8.5 18.97H8C4 18.97 2 17.97 2 12.97V7.96997C2 3.96997 4 1.96997 8 1.96997H16C20 1.96997 22 3.96997 22 7.96997V12.97\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.2 21.4C19.9673 21.4 21.4 19.9673 21.4 18.2C21.4 16.4327 19.9673 15 18.2 15C16.4327 15 15 16.4327 15 18.2C15 19.9673 16.4327 21.4 18.2 21.4Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 22L21 21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.9965 11H16.0054\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9955 11H12.0045\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.99451 11H8.00349\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"message square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.28 9.76007V12.9001C18.28 13.1001 18.27 13.3 18.25 13.49C18.07 15.61 16.82 16.6701 14.52 16.6701H14.21C14.01 16.6701 13.82 16.7601 13.71 16.9201L12.77 18.1801C12.35 18.7401 11.68 18.7401 11.26 18.1801L10.32 16.9201C10.22 16.7901 9.99001 16.6701 9.82001 16.6701H9.51001C7.00001 16.6701 5.75 16.0501 5.75 12.9101V9.77005C5.75 7.47005 6.80999 6.22007 8.92999 6.04007C9.11999 6.02007 9.31999 6.01007 9.51999 6.01007H14.55C17.02 6.00007 18.28 7.26007 18.28 9.76007Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"message text 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.5 19H8C4 19 2 18 2 13V8C2 4 4 2 8 2H16C20 2 22 4 22 8V13C22 17 20 19 16 19H15.5C15.19 19 14.89 19.15 14.7 19.4L13.2 21.4C12.54 22.28 11.46 22.28 10.8 21.4L9.3 19.4C9.14 19.18 8.77 19 8.5 19Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 8H17\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 13H13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"message text \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 2H8C4 2 2 4 2 8V21C2 21.55 2.45 22 3 22H16C20 22 22 20 22 16V8C22 4 20 2 16 2Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 9.5H17\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 14.5H14\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"message tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 7.42993V13.4299C22 14.9299 21.5 16.1799 20.62 17.0599C19.75 17.9299 18.5 18.4299 17 18.4299V20.5599C17 21.3599 16.11 21.84 15.45 21.4L11 18.4299H8.88C8.96 18.1299 9 17.8199 9 17.4999C9 16.4799 8.61 15.54 7.97 14.83C7.25 14.01 6.18 13.4999 5 13.4999C3.88 13.4999 2.86 13.96 2.13 14.71C2.04 14.31 2 13.8799 2 13.4299V7.42993C2 4.42993 4 2.42993 7 2.42993H17C20 2.42993 22 4.42993 22 7.42993Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 17.5C9 18.25 8.79001 18.96 8.42001 19.56C8.21001 19.92 7.94 20.24 7.63 20.5C6.93 21.13 6.01 21.5 5 21.5C3.54 21.5 2.26999 20.72 1.57999 19.56C1.20999 18.96 1 18.25 1 17.5C1 16.24 1.58 15.11 2.5 14.38C3.19 13.83 4.06 13.5 5 13.5C7.21 13.5 9 15.29 9 17.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.44 17.5L4.42999 18.49L6.56 16.52\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 10.5H15.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"message time \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 7.42993V13.4299C22 14.9299 21.5 16.1799 20.62 17.0599C19.75 17.9299 18.5 18.4299 17 18.4299V20.5599C17 21.3599 16.11 21.84 15.45 21.4L11 18.4299H8.88C8.96 18.1299 9 17.8199 9 17.4999C9 16.4799 8.61 15.54 7.97 14.83C7.25 14.01 6.18 13.4999 5 13.4999C3.88 13.4999 2.86 13.96 2.13 14.71C2.04 14.31 2 13.8799 2 13.4299V7.42993C2 4.42993 4 2.42993 7 2.42993H17C20 2.42993 22 4.42993 22 7.42993Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 17.5C9 18.7 8.47001 19.77 7.64001 20.5C6.93001 21.12 6.01 21.5 5 21.5C2.79 21.5 1 19.71 1 17.5C1 16.24 1.58 15.11 2.5 14.38C3.19 13.83 4.06 13.5 5 13.5C7.21 13.5 9 15.29 9 17.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.25 16.25V17.75L4 18.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 10.5H15.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"message \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.5 19H8C4 19 2 18 2 13V8C2 4 4 2 8 2H16C20 2 22 4 22 8V13C22 17 20 19 16 19H15.5C15.19 19 14.89 19.15 14.7 19.4L13.2 21.4C12.54 22.28 11.46 22.28 10.8 21.4L9.3 19.4C9.14 19.18 8.77 19 8.5 19Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.9965 11H16.0054\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9955 11H12.0045\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.99451 11H8.00349\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"messages 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.98 10.79V14.79C17.98 15.05 17.97 15.3 17.94 15.54C17.71 18.24 16.12 19.58 13.19 19.58H12.79C12.54 19.58 12.3 19.7 12.15 19.9L10.95 21.5C10.42 22.21 9.56 22.21 9.03 21.5L7.82999 19.9C7.69999 19.73 7.41 19.58 7.19 19.58H6.79001C3.60001 19.58 2 18.79 2 14.79V10.79C2 7.86001 3.35001 6.27001 6.04001 6.04001C6.28001 6.01001 6.53001 6 6.79001 6H13.19C16.38 6 17.98 7.60001 17.98 10.79Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.98 6.79001V10.79C21.98 13.73 20.63 15.31 17.94 15.54C17.97 15.3 17.98 15.05 17.98 14.79V10.79C17.98 7.60001 16.38 6 13.19 6H6.79004C6.53004 6 6.28004 6.01001 6.04004 6.04001C6.27004 3.35001 7.86004 2 10.79 2H17.19C20.38 2 21.98 3.60001 21.98 6.79001Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.4955 13.25H13.5045\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.9955 13.25H10.0045\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.4955 13.25H6.5045\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"messages 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.47 16.83L18.86 19.99C18.96 20.82 18.07 21.4 17.36 20.97L13.17 18.48C12.71 18.48 12.26 18.45 11.82 18.39C12.56 17.52 13 16.42 13 15.23C13 12.39 10.54 10.09 7.49997 10.09C6.33997 10.09 5.26997 10.42 4.37997 11C4.34997 10.75 4.33997 10.5 4.33997 10.24C4.33997 5.68999 8.28997 2 13.17 2C18.05 2 22 5.68999 22 10.24C22 12.94 20.61 15.33 18.47 16.83Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 15.23C13 16.42 12.56 17.5201 11.82 18.3901C10.83 19.5901 9.26 20.36 7.5 20.36L4.89 21.91C4.45 22.18 3.89 21.81 3.95 21.3L4.2 19.3301C2.86 18.4001 2 16.91 2 15.23C2 13.47 2.94 11.9201 4.38 11.0001C5.27 10.4201 6.34 10.0901 7.5 10.0901C10.54 10.0901 13 12.39 13 15.23Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"messages 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 6.25V11.35C22 12.62 21.58 13.69 20.83 14.43C20.09 15.18 19.02 15.6 17.75 15.6V17.41C17.75 18.09 16.99 18.5 16.43 18.12L15.46 17.48C15.55 17.17 15.59 16.83 15.59 16.47V12.4C15.59 10.36 14.23 9 12.19 9H5.39999C5.25999 9 5.13 9.01002 5 9.02002V6.25C5 3.7 6.7 2 9.25 2H17.75C20.3 2 22 3.7 22 6.25Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.59 12.4V16.47C15.59 16.83 15.55 17.17 15.46 17.48C15.09 18.95 13.87 19.87 12.19 19.87H9.47L6.45 21.88C6 22.19 5.39999 21.86 5.39999 21.32V19.87C4.37999 19.87 3.53 19.53 2.94 18.94C2.34 18.34 2 17.49 2 16.47V12.4C2 10.5 3.18 9.19002 5 9.02002C5.13 9.01002 5.25999 9 5.39999 9H12.19C14.23 9 15.59 10.36 15.59 12.4Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"messages \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 9C17 12.87 13.64 16 9.5 16L8.57001 17.12L8.02 17.78C7.55 18.34 6.65 18.22 6.34 17.55L5 14.6C3.18 13.32 2 11.29 2 9C2 5.13 5.36 2 9.5 2C12.52 2 15.13 3.67001 16.3 6.07001C16.75 6.96001 17 7.95 17 9Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 12.86C22 15.15 20.82 17.1801 19 18.4601L17.66 21.41C17.35 22.08 16.45 22.2101 15.98 21.6401L14.5 19.86C12.08 19.86 9.92001 18.7901 8.57001 17.1201L9.5 16.0001C13.64 16.0001 17 12.8701 17 9.00006C17 7.95006 16.75 6.96007 16.3 6.07007C19.57 6.82007 22 9.58005 22 12.86Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 9H12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"microphone 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 15.5C14.21 15.5 16 13.71 16 11.5V6C16 3.79 14.21 2 12 2C9.79 2 8 3.79 8 6V11.5C8 13.71 9.79 15.5 12 15.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.3501 9.6499V11.3499C4.3501 15.5699 7.7801 18.9999 12.0001 18.9999C16.2201 18.9999 19.6501 15.5699 19.6501 11.3499V9.6499\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.6101 6.43012C11.5101 6.10012 12.4901 6.10012 13.3901 6.43012\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.2 8.55007C11.73 8.41007 12.28 8.41007 12.81 8.55007\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 19V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"microphone slash 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.82 6.53C17.16 3.93 14.81 2 12 2C8.69 2 6 4.69 6 8V13C6 14.46 6.52 15.8 7.39 16.84\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.9999 9.97998V13C17.9999 16.31 15.3099 19 11.9999 19C11.2699 19 10.5599 18.87 9.91992 18.63\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.86011 19.58C7.47011 21.08 9.63011 22 12.0001 22C16.9701 22 21.0001 17.97 21.0001 13V11\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.5 2.98999L2.5 21.99\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.55 5.50001V2.26001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 3.5V7.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"microphone slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 6.3V6C16 3.79 14.21 2 12 2C9.79 2 8 3.79 8 6V11\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.04004 14.19C9.77004 15 10.83 15.5 12 15.5C14.21 15.5 16 13.71 16 11.5V11\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.78003 16.9499C8.15003 18.2199 9.98003 18.9999 12 18.9999C16.22 18.9999 19.65 15.5699 19.65 11.3499V9.6499\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.34998 9.6499V11.3499C4.34998 12.4099 4.55998 13.4099 4.94998 14.3299\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.0701 2.84009L3.93005 18.9901\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 3V6\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 19V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"microphone \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 19C15.31 19 18 16.31 18 13V8C18 4.69 15.31 2 12 2C8.69 2 6 4.69 6 8V13C6 16.31 8.69 19 12 19Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 11V13C3 17.97 7.03 22 12 22C16.97 22 21 17.97 21 13V11\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.11011 7.47993C10.8901 6.82993 12.8301 6.82993 14.6101 7.47993\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.03 10.4799C11.23 10.1499 12.5 10.1499 13.7 10.4799\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"microscope \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.0301 10.77L20.6901 6.97998C21.2601 6.59998 21.4101 5.81998 21.0301 5.25998L19.2101 2.54996C18.8301 1.97996 18.0501 1.82996 17.4901 2.20996L11.8301 5.99997L15.0301 10.77Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.1739 6.4792L7.39624 9.67908L9.95614 13.5012L14.7338 10.3013L12.1739 6.4792Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.83004 15.8999L9.78004 13.2599L7.54004 9.91992L3.59004 12.5599C3.13004 12.8699 3.01004 13.4899 3.32004 13.9499L4.45004 15.6299C4.75004 16.0799 5.37004 16.1999 5.83004 15.8999Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.0501 12.2L7.56006 21.9999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 12.2L16.44 21.9999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"milk \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18 15V19C18 20.65 16.65 22 15 22H9C7.35 22 6 20.65 6 19V13.98L9.89001 14C10.62 14 11.34 14.17 12 14.5C12.66 14.83 13.38 15 14.12 15H18Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 10.83V15H14.12C13.38 15 12.66 14.83 12 14.5C11.34 14.17 10.62 14 9.89001 14L6 13.98V10.83C6 10.37 6.26003 9.74 6.59003 9.41L8.71002 7.28999C8.89002 7.10999 9 6.85 9 6.59V5H15V6.59C15 6.85 15.11 7.10999 15.29 7.28999L17.41 9.41C17.74 9.74 18 10.37 18 10.83Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 16V15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 14.98V13.98\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.5 5H9.5C8.67 5 8 4.32 8 3.5C8 2.68 8.67 2 9.5 2H14.5C15.33 2 16 2.68 16 3.5C16 4.32 15.33 5 14.5 5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"mini music sqaure \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 10V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H11\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.27 22.0001C16.0652 22.0001 16.71 21.3554 16.71 20.5601C16.71 19.7648 16.0652 19.1201 15.27 19.1201C14.4747 19.1201 13.83 19.7648 13.83 20.5601C13.83 21.3554 14.4747 22.0001 15.27 22.0001Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 19.6001V13.9601C22 12.7601 21.2499 12.5901 20.4799 12.8001L17.59 13.5901C17.07 13.7301 16.7 14.1501 16.7 14.7501V15.7601V16.4401V20.5701\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.56 21.0402C21.3553 21.0402 22 20.3954 22 19.6002C22 18.8049 21.3553 18.1602 20.56 18.1602C19.7647 18.1602 19.12 18.8049 19.12 19.6002C19.12 20.3954 19.7647 21.0402 20.56 21.0402Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.71 16.43L22 14.99\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"minus cirlce \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.92 22C17.42 22 21.92 17.5 21.92 12C21.92 6.5 17.42 2 11.92 2C6.41998 2 1.91998 6.5 1.91998 12C1.91998 17.5 6.41998 22 11.92 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.91998 12H15.92\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"minus square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 12H16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"minus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 12H18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"mirror \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 18C16.4183 18 20 14.4183 20 10C20 5.58172 16.4183 2 12 2C7.58172 2 4 5.58172 4 10C4 14.4183 7.58172 18 12 18Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 22H18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"mirroring screen \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 9V8C2 5 4 3 7 3H17C20 3 22 5 22 8V16C22 19 20 21 17 21H16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.68994 11.71C8.30994 12.3 11.6999 15.7 12.2999 20.32\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.62 15.0699C6.01 15.4999 8.5 18 8.94 21.39\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M1.97998 18.86C3.66998 19.08 4.91998 20.32 5.13998 22.02\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"mobile programming \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.92993 2L8.95993 3.53003C8.97993 4.34003 9.64993 5 10.4599 5H13.4799C14.3099 5 14.9799 4.32 14.9799 3.5V2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 17L15 19L17 21\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 17L22 19L20 21\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 22H8C4.5 22 3 20 3 17V7C3 4 4.5 2 8 2H16C19.5 2 21 4 21 7V14\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"mobile \"><svg   viewBox=\"0 0 18 22\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 6V16C17 20 16 21 12 21H6C2 21 1 20 1 16V6C1 2 2 1 6 1H12C16 1 17 2 17 6Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 4.5H7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.99995 18.1C9.85599 18.1 10.55 17.406 10.55 16.55C10.55 15.694 9.85599 15 8.99995 15C8.14391 15 7.44995 15.694 7.44995 16.55C7.44995 17.406 8.14391 18.1 8.99995 18.1Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"money 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 20.5H7C4 20.5 2 19 2 15.5V8.5C2 5 4 3.5 7 3.5H17C20 3.5 22 5 22 8.5V15.5C22 19 20 20.5 17 20.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 9H3C6 9 7 8 7 5V4\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 9H21C18 9 17 8 17 5V4\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 15H3C6 15 7 16 7 19V20\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 15H21C18 15 17 16 17 19V20\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"money 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 20.5H7C4 20.5 2 19 2 15.5V8.5C2 5 4 3.5 7 3.5H17C20 3.5 22 5 22 8.5V15.5C22 19 20 20.5 17 20.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 7H16\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 17H5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"money 4 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 20.5H7C4 20.5 2 19 2 15.5V8.5C2 5 4 3.5 7 3.5H17C20 3.5 22 5 22 8.5V15.5C22 19 20 20.5 17 20.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 6H7C5.62 6 4.5 7.12 4.5 8.5V10\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5 6H17C18.38 6 19.5 7.12 19.5 8.5V10\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 18H7C5.62 18 4.5 16.88 4.5 15.5V14\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5 18H17C18.38 18 19.5 16.88 19.5 15.5V14\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"money add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 14.5C13.3807 14.5 14.5 13.3807 14.5 12C14.5 10.6193 13.3807 9.5 12 9.5C10.6193 9.5 9.5 10.6193 9.5 12C9.5 13.3807 10.6193 14.5 12 14.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.5 9.5V14.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 18C9 18.75 8.79001 19.46 8.42001 20.06C7.73001 21.22 6.46 22 5 22C3.54 22 2.26999 21.22 1.57999 20.06C1.20999 19.46 1 18.75 1 18C1 15.79 2.79 14 5 14C7.21 14 9 15.79 9 18Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.4917 17.9795H3.51172\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 16.5195V19.5095\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 15.3V9C2 5.5 4 4 7 4H17C20 4 22 5.5 22 9V15C22 18.5 20 20 17 20H8.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"money change \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 11V9C2 5.5 4 4 7 4H17C20 4 22 5.5 22 9V15C22 18.5 20 20 17 20H12\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 14.5C13.3807 14.5 14.5 13.3807 14.5 12C14.5 10.6193 13.3807 9.5 12 9.5C10.6193 9.5 9.5 10.6193 9.5 12C9.5 13.3807 10.6193 14.5 12 14.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.5 9.5V14.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 15.5H7.34003C7.98003 15.5 8.5 16.02 8.5 16.66V17.94\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.21997 14.28L2 15.5L3.21997 16.72\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 20.7801H3.15997C2.51997 20.7801 2 20.2601 2 19.6201V18.3401\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.28125 22.0003L8.50122 20.7803L7.28125 19.5603\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"money forbidden \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 15.2V9C2 5.5 4 4 7 4H17C20 4 22 5.5 22 9V15C22 18.5 20 20 17 20H8.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 14.5C13.3807 14.5 14.5 13.3807 14.5 12C14.5 10.6193 13.3807 9.5 12 9.5C10.6193 9.5 9.5 10.6193 9.5 12C9.5 13.3807 10.6193 14.5 12 14.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.5 9.5V14.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 18C9 18.75 8.78998 19.46 8.41998 20.06C7.72998 21.22 6.46 22 5 22C3.54 22 2.27002 21.22 1.58002 20.06C1.21002 19.46 1 18.75 1 18C1 15.79 2.79 14 5 14C7.21 14 9 15.79 9 18Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.75 15.25L2.25 20.75\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"money recive \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.5 13.75C9.5 14.72 10.25 15.5 11.17 15.5H13.05C13.85 15.5 14.5 14.82 14.5 13.97C14.5 13.06 14.1 12.73 13.51 12.52L10.5 11.47C9.91 11.26 9.51001 10.94 9.51001 10.02C9.51001 9.17999 10.16 8.48999 10.96 8.48999H12.84C13.76 8.48999 14.51 9.26999 14.51 10.24\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 7.5V16.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 12C22 17.52 17.52 22 12 22C6.48 22 2 17.52 2 12C2 6.48 6.48 2 12 2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 3V7H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 2L17 7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"money remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 15.3V9C2 5.5 4 4 7 4H17C20 4 22 5.5 22 9V15C22 18.5 20 20 17 20H8.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 14.5C13.3807 14.5 14.5 13.3807 14.5 12C14.5 10.6193 13.3807 9.5 12 9.5C10.6193 9.5 9.5 10.6193 9.5 12C9.5 13.3807 10.6193 14.5 12 14.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.5 9.5V14.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 18C9 18.75 8.78998 19.46 8.41998 20.06C7.72998 21.22 6.46 22 5 22C3.54 22 2.27002 21.22 1.58002 20.06C1.21002 19.46 1 18.75 1 18C1 15.79 2.79 14 5 14C7.21 14 9 15.79 9 18Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.07117 19.0399L3.96118 16.9299\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.03992 16.96L3.92993 19.0699\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"money send \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.5 13.75C9.5 14.72 10.25 15.5 11.17 15.5H13.05C13.85 15.5 14.5 14.82 14.5 13.97C14.5 13.06 14.1 12.73 13.51 12.52L10.5 11.47C9.91 11.26 9.51001 10.94 9.51001 10.02C9.51001 9.17999 10.16 8.48999 10.96 8.48999H12.84C13.76 8.48999 14.51 9.26999 14.51 10.24\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 7.5V16.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 12C22 17.52 17.52 22 12 22C6.48 22 2 17.52 2 12C2 6.48 6.48 2 12 2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 6V2H18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 7L22 2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"money tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 14.5C13.3807 14.5 14.5 13.3807 14.5 12C14.5 10.6193 13.3807 9.5 12 9.5C10.6193 9.5 9.5 10.6193 9.5 12C9.5 13.3807 10.6193 14.5 12 14.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.5 9.5V14.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 18C9 18.75 8.79001 19.46 8.42001 20.06C7.73001 21.22 6.46 22 5 22C3.54 22 2.26999 21.22 1.57999 20.06C1.20999 19.46 1 18.75 1 18C1 15.79 2.79 14 5 14C7.21 14 9 15.79 9 18Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.44141 17.9995L4.4314 18.9895L6.5614 17.0195\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 15.3V9C2 5.5 4 4 7 4H17C20 4 22 5.5 22 9V15C22 18.5 20 20 17 20H8.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"money time \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 14.5C13.3807 14.5 14.5 13.3807 14.5 12C14.5 10.6193 13.3807 9.5 12 9.5C10.6193 9.5 9.5 10.6193 9.5 12C9.5 13.3807 10.6193 14.5 12 14.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.5 9.5V14.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 22C7.20914 22 9 20.2091 9 18C9 15.7909 7.20914 14 5 14C2.79086 14 1 15.7909 1 18C1 20.2091 2.79086 22 5 22Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.25 16.75V17.68C5.25 18.03 5.07001 18.36 4.76001 18.54L4 19\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 15.2V9C2 5.5 4 4 7 4H17C20 4 22 5.5 22 9V15C22 18.5 20 20 17 20H8.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"money \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 20.5H7C4 20.5 2 19 2 15.5V8.5C2 5 4 3.5 7 3.5H17C20 3.5 22 5 22 8.5V15.5C22 19 20 20.5 17 20.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.5 9.5V14.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.5 9.5V14.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"moneys \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.3 7.91998V13.07C19.3 16.15 17.54 17.47 14.9 17.47H6.10995C5.65995 17.47 5.22996 17.43 4.82996 17.34C4.57996 17.3 4.33996 17.23 4.11996 17.15C2.61996 16.59 1.70996 15.29 1.70996 13.07V7.91998C1.70996 4.83998 3.46995 3.52002 6.10995 3.52002H14.9C17.14 3.52002 18.75 4.47001 19.18 6.64001C19.25 7.04001 19.3 7.44998 19.3 7.91998Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22.3011 10.9201V16.0701C22.3011 19.1501 20.5411 20.4701 17.9011 20.4701H9.11105C8.37105 20.4701 7.70106 20.3701 7.12106 20.1501C5.93106 19.7101 5.12105 18.8001 4.83105 17.3401C5.23105 17.4301 5.66105 17.4701 6.11105 17.4701H14.9011C17.5411 17.4701 19.3011 16.1501 19.3011 13.0701V7.9201C19.3011 7.4501 19.2611 7.03014 19.1811 6.64014C21.0811 7.04014 22.3011 8.38011 22.3011 10.9201Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.4984 13.1399C11.9564 13.1399 13.1384 11.9579 13.1384 10.4999C13.1384 9.04185 11.9564 7.85986 10.4984 7.85986C9.04038 7.85986 7.8584 9.04185 7.8584 10.4999C7.8584 11.9579 9.04038 13.1399 10.4984 13.1399Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.78003 8.30005V12.7001\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.2217 8.30029V12.7003\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"monitor mobbile \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10 16.95H6.21C2.84 16.95 2 16.11 2 12.74V6.74003C2 3.37003 2.84 2.53003 6.21 2.53003H16.74C20.11 2.53003 20.95 3.37003 20.95 6.74003\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 21.4699V16.95\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 12.95H10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.73999 21.47H9.99999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 12.8V18.51C22 20.88 21.41 21.47 19.04 21.47H15.49C13.12 21.47 12.53 20.88 12.53 18.51V12.8C12.53 10.43 13.12 9.83997 15.49 9.83997H19.04C21.41 9.83997 22 10.43 22 12.8Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.2445 18.25H17.2535\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"monitor recorder \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 11.89V12.78C22 16.34 21.11 17.22 17.56 17.22H6.44C2.89 17.22 2 16.33 2 12.78V6.44C2 2.89 2.89 2 6.44 2H8\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 17.22V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 13H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.5 22H16.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.86 9.37001H13.1C11.72 9.37001 11.26 8.45001 11.26 7.53001V4.01001C11.26 2.91001 12.16 2.01001 13.26 2.01001H17.86C18.88 2.01001 19.7 2.83001 19.7 3.85001V7.53001C19.7 8.55001 18.88 9.37001 17.86 9.37001Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.91 7.91998L19.7 7.06998V4.30998L20.91 3.45998C21.51 3.04998 22 3.29998 22 4.02998V7.35998C22 8.08998 21.51 8.33998 20.91 7.91998Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"monitor \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.44 2H17.55C21.11 2 22 2.89 22 6.44V12.77C22 16.33 21.11 17.21 17.56 17.21H6.44C2.89 17.22 2 16.33 2 12.78V6.44C2 2.89 2.89 2 6.44 2Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 17.22V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 13H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.5 22H16.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"moon \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2.03009 12.42C2.39009 17.57 6.76009 21.76 11.9901 21.99C15.6801 22.15 18.9801 20.43 20.9601 17.72C21.7801 16.61 21.3401 15.87 19.9701 16.12C19.3001 16.24 18.6101 16.29 17.8901 16.26C13.0001 16.06 9.00009 11.97 8.98009 7.13996C8.97009 5.83996 9.24009 4.60996 9.73009 3.48996C10.2701 2.24996 9.62009 1.65996 8.37009 2.18996C4.41009 3.85996 1.70009 7.84996 2.03009 12.42Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"more 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.0001 9.32C13.1901 9.32 14.1601 8.35 14.1601 7.16C14.1601 5.97 13.1901 5 12.0001 5C10.8101 5 9.84009 5.97 9.84009 7.16C9.84009 8.35 10.8101 9.32 12.0001 9.32Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.78988 18.9999C7.97988 18.9999 8.94988 18.0299 8.94988 16.8399C8.94988 15.6499 7.97988 14.6799 6.78988 14.6799C5.59988 14.6799 4.62988 15.6499 4.62988 16.8399C4.62988 18.0299 5.58988 18.9999 6.78988 18.9999Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.21 18.9999C18.4 18.9999 19.37 18.0299 19.37 16.8399C19.37 15.6499 18.4 14.6799 17.21 14.6799C16.02 14.6799 15.05 15.6499 15.05 16.8399C15.05 18.0299 16.02 18.9999 17.21 18.9999Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"more circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.9965 12H16.0054\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9955 12H12.0045\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.99451 12H8.00349\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"more square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.9965 12H16.0054\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9955 12H12.0045\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.99451 12H8.00349\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"more \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 10C3.9 10 3 10.9 3 12C3 13.1 3.9 14 5 14C6.1 14 7 13.1 7 12C7 10.9 6.1 10 5 10Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M19 10C17.9 10 17 10.9 17 12C17 13.1 17.9 14 19 14C20.1 14 21 13.1 21 12C21 10.9 20.1 10 19 10Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M12 10C10.9 10 10 10.9 10 12C10 13.1 10.9 14 12 14C13.1 14 14 13.1 14 12C14 10.9 13.1 10 12 10Z\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"mouse 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.1499 12.83L14.4199 13.41C13.9399 13.57 13.5699 13.94 13.4099 14.42L12.8299 16.15C12.3399 17.64 10.2399 17.61 9.77994 16.12L7.82994 9.84C7.44994 8.59 8.59994 7.44001 9.82994 7.82001L16.1199 9.76999C17.6099 10.24 17.6299 12.34 16.1499 12.83Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"mouse circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.96 17.84L19.33 18.39C18.88 18.54 18.52 18.89 18.37 19.35L17.82 20.98C17.35 22.39 15.37 22.36 14.93 20.95L13.08 15C12.72 13.82 13.8101 12.72 14.9801 13.09L20.94 14.94C22.34 15.38 22.36 17.37 20.96 17.84Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 12C22 6.48 17.52 2 12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"mouse square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 12V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.96 17.84L19.33 18.39C18.88 18.54 18.52 18.89 18.37 19.35L17.82 20.98C17.35 22.39 15.37 22.36 14.93 20.95L13.08 15C12.72 13.82 13.81 12.72 14.98 13.09L20.94 14.94C22.34 15.38 22.36 17.37 20.96 17.84Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"mouse \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C16.13 22 19.5 18.63 19.5 14.5V9.5C19.5 5.37 16.13 2 12 2C7.87 2 4.5 5.37 4.5 9.5V14.5C4.5 18.63 7.87 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 11C11.17 11 10.5 10.33 10.5 9.5V7.5C10.5 6.67 11.17 6 12 6C12.82 6 13.5 6.67 13.5 7.5V9.5C13.5 10.33 12.82 11 12 11Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 6V2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"music circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2.57996 8.66998C3.19996 6.90998 4.29997 5.37998 5.71997 4.22998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 12C2 13.17 2.20999 14.29 2.57999 15.33\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.08997 21.57C10.01 21.85 10.99 22 12 22C17.52 22 22 17.52 22 12C22 11.4 21.94 10.81 21.84 10.24\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.72003 19.75C5.25003 19.37 4.80002 18.95 4.40002 18.49\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.24 6.34003C18.44 3.72003 15.42 2 12 2C10.99 2 10.01 2.14999 9.08997 2.42999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.59 17.1102C9.46813 17.1102 10.18 16.3983 10.18 15.5202C10.18 14.6421 9.46813 13.9302 8.59 13.9302C7.71186 13.9302 7 14.6421 7 15.5202C7 16.3983 7.71186 17.1102 8.59 17.1102Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 14.4602V8.25015C16 6.93015 15.17 6.74012 14.33 6.97012L11.15 7.84018C10.57 8.00018 10.17 8.45015 10.17 9.12015V10.2301V10.9701V15.5202\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.4101 16.0501C15.2882 16.0501 16.0001 15.3383 16.0001 14.4601C16.0001 13.582 15.2882 12.8701 14.4101 12.8701C13.5319 12.8701 12.8201 13.582 12.8201 14.4601C12.8201 15.3383 13.5319 16.0501 14.4101 16.0501Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.1799 10.7602L15.9999 9.17017\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"music dashboard \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H15C20 22 22 20 22 15Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 2.5V21.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.47 16.8C12.2929 16.8 12.96 16.133 12.96 15.3101C12.96 14.4872 12.2929 13.8201 11.47 13.8201C10.6471 13.8201 9.97998 14.4872 9.97998 15.3101C9.97998 16.133 10.6471 16.8 11.47 16.8Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.43 14.31V8.48002C18.43 7.24002 17.65 7.07007 16.86 7.28007L13.88 8.09006C13.34 8.24006 12.96 8.67001 12.96 9.29001V10.3301V11.0301V15.3\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.9299 15.8C17.7528 15.8 18.4199 15.133 18.4199 14.3101C18.4199 13.4872 17.7528 12.8201 16.9299 12.8201C16.107 12.8201 15.4399 13.4872 15.4399 14.3101C15.4399 15.133 16.107 15.8 16.9299 15.8Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.96 11.04L18.43 9.55005\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"music filter \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 3H22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 9H11\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 15H8\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 21H6\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.84 21.9999C13.044 21.9999 14.02 21.0239 14.02 19.8199C14.02 18.6159 13.044 17.6399 11.84 17.6399C10.6361 17.6399 9.66003 18.6159 9.66003 19.8199C9.66003 21.0239 10.6361 21.9999 11.84 21.9999Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 18.3699V9.85993C22 8.04993 20.86 7.79993 19.71 8.10993L15.36 9.29993C14.57 9.51993 14.02 10.1399 14.02 11.0499V12.57V13.59V19.82\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.82 20.5499C21.024 20.5499 22 19.5739 22 18.3699C22 17.166 21.024 16.1899 19.82 16.1899C18.616 16.1899 17.64 17.166 17.64 18.3699C17.64 19.5739 18.616 20.5499 19.82 20.5499Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.02 13.5999L22 11.4199\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"music library 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 13V17C22 20.5 20 22 17 22H7C4 22 2 20.5 2 17V13C2 10.35 3.15 8.85003 5 8.28003C5.6 8.09003 6.27 8 7 8H17C17.73 8 18.4 8.09003 19 8.28003C20.85 8.85003 22 10.35 22 13Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 7V8.28003C18.4 8.09003 17.73 8 17 8H7C6.27 8 5.6 8.09003 5 8.28003V7C5 5.9 5.9 5 7 5H17C18.1 5 19 5.9 19 7Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 3.51001V5H8V3.51001C8 2.68001 8.68001 2 9.51001 2H14.49C15.32 2 16 2.68001 16 3.51001Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.07001 19.4501C9.79902 19.4501 10.39 18.8591 10.39 18.1301C10.39 17.4011 9.79902 16.8101 9.07001 16.8101C8.34099 16.8101 7.75 17.4011 7.75 18.1301C7.75 18.8591 8.34099 19.4501 9.07001 19.4501Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.2499 17.2501V12.0801C15.2499 10.9801 14.5599 10.8201 13.8599 11.0201L11.2099 11.7401C10.7299 11.8701 10.3999 12.2501 10.3999 12.8001V13.7201V14.3401V18.1301\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.9299 18.5702C14.6589 18.5702 15.2499 17.9792 15.2499 17.2502C15.2499 16.5212 14.6589 15.9302 13.9299 15.9302C13.2009 15.9302 12.6099 16.5212 12.6099 17.2502C12.6099 17.9792 13.2009 18.5702 13.9299 18.5702Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.3999 14.3502L15.2499 13.0303\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"music play \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.48009 18.4901V15.5701C5.48009 14.6001 6.24009 13.73 7.32009 13.73C8.29009 13.73 9.16008 14.4901 9.16008 15.5701V18.3801C9.16008 20.3301 7.54007 21.9501 5.59007 21.9501C3.64007 21.9501 2.02007 20.3201 2.02007 18.3801V12.22C1.91007 6.60003 6.35008 2.05005 11.9701 2.05005C17.5901 2.05005 22.0201 6.60005 22.0201 12.11V18.2701C22.0201 20.2201 20.4001 21.8401 18.4501 21.8401C16.5001 21.8401 14.8801 20.2201 14.8801 18.2701V15.4601C14.8801 14.4901 15.6401 13.6201 16.7201 13.6201C17.6901 13.6201 18.5601 14.3801 18.5601 15.4601V18.4901\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.53 9.11999H14.72C14.5 9.11999 14.29 9.25 14.19 9.44L13.44 10.94C13.33 11.16 13.02 11.16 12.91 10.94L11.07 7.27002C10.96 7.06002 10.66 7.05001 10.55 7.26001L9.70996 8.80999C9.60996 8.99999 9.40997 9.11999 9.18997 9.11999H8.45996\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"music playlist \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 22H7C4 22 2 20.5 2 17V12C2 8.5 4 7 7 7H17C20 7 22 8.5 22 12V17C22 20.5 20 22 17 22Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 4.5H18\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 2H15\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.89001 19.1099C9.64664 19.1099 10.26 18.4965 10.26 17.7399C10.26 16.9832 9.64664 16.3699 8.89001 16.3699C8.13338 16.3699 7.52002 16.9832 7.52002 17.7399C7.52002 18.4965 8.13338 19.1099 8.89001 19.1099Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.28 16.83V11.4799C15.28 10.3399 14.57 10.18 13.84 10.38L11.1 11.13C10.6 11.27 10.26 11.6599 10.26 12.2299V13.18V13.82V17.74\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.91 18.2C14.6667 18.2 15.2801 17.5866 15.2801 16.83C15.2801 16.0733 14.6667 15.46 13.91 15.46C13.1534 15.46 12.54 16.0733 12.54 16.83C12.54 17.5866 13.1534 18.2 13.91 18.2Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.26 13.83L15.28 12.46\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"music square add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 8.65002V14.35C21 14.69 20.99 15.02 20.97 15.33C20.25 14.51 19.18 14 18 14C15.79 14 14 15.79 14 18C14 18.75 14.21 19.46 14.58 20.06C14.78 20.4 15.04 20.71 15.34 20.97C15.03 20.99 14.7 21 14.35 21H8.64999C3.89999 21 2 19.1 2 14.35V8.65002C2 3.90002 3.89999 2 8.64999 2H14.35C19.1 2 21 3.90002 21 8.65002Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.72002 14.42C7.52083 14.42 8.17001 13.7708 8.17001 12.97C8.17001 12.1692 7.52083 11.52 6.72002 11.52C5.9192 11.52 5.27002 12.1692 5.27002 12.97C5.27002 13.7708 5.9192 14.42 6.72002 14.42Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.4801 12V6.34001C13.4801 5.13001 12.7201 4.96997 11.9601 5.17997L9.07007 5.96995C8.55007 6.10995 8.18005 6.52999 8.18005 7.12999V8.14V8.81999V12.97\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.0301 13.4501C12.8309 13.4501 13.4801 12.8009 13.4801 12.0001C13.4801 11.1992 12.8309 10.55 12.0301 10.55C11.2293 10.55 10.5801 11.1992 10.5801 12.0001C10.5801 12.8009 11.2293 13.4501 12.0301 13.4501Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.17004 8.8299L13.48 7.37988\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 18C22 18.75 21.79 19.46 21.42 20.06C20.73 21.22 19.46 22 18 22C16.54 22 15.27 21.22 14.58 20.06C14.21 19.46 14 18.75 14 18C14 15.79 15.79 14 18 14C20.21 14 22 15.79 22 18Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.49 17.98H16.51\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 16.52V19.51\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"music square remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 8.65002V14.35C21 14.69 20.99 15.02 20.97 15.33C20.25 14.51 19.18 14 18 14C15.79 14 14 15.79 14 18C14 18.75 14.21 19.46 14.58 20.06C14.78 20.4 15.04 20.71 15.34 20.97C15.03 20.99 14.7 21 14.35 21H8.65C3.9 21 2 19.1 2 14.35V8.65002C2 3.90002 3.9 2 8.65 2H14.35C19.1 2 21 3.90002 21 8.65002Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.72002 14.42C7.52084 14.42 8.17002 13.7708 8.17002 12.97C8.17002 12.1692 7.52084 11.52 6.72002 11.52C5.91921 11.52 5.27002 12.1692 5.27002 12.97C5.27002 13.7708 5.91921 14.42 6.72002 14.42Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.47 12V6.34001C13.47 5.13001 12.71 4.96997 11.95 5.17997L9.06004 5.96995C8.54004 6.10995 8.17004 6.52999 8.17004 7.12999V8.14V8.81999V12.97\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.0301 13.4501C12.8309 13.4501 13.4801 12.8009 13.4801 12.0001C13.4801 11.1992 12.8309 10.55 12.0301 10.55C11.2293 10.55 10.5801 11.1992 10.5801 12.0001C10.5801 12.8009 11.2293 13.4501 12.0301 13.4501Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.17004 8.8299L13.47 7.37988\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 18C22 18.75 21.79 19.46 21.42 20.06C20.73 21.22 19.46 22 18 22C16.97 22 16.04 21.61 15.34 20.97C15.04 20.71 14.78 20.4 14.58 20.06C14.21 19.46 14 18.75 14 18C14 15.79 15.79 14 18 14C19.18 14 20.25 14.51 20.97 15.33C21.61 16.04 22 16.98 22 18Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.0701 19.0399L16.9501 16.9299\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.0501 16.96L16.9301 19.0699\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"music square search \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.35 21H8.64999C3.89999 21 2 19.1 2 14.35V8.65002C2 3.90002 3.89999 2 8.64999 2H14.35C19.1 2 21 3.90002 21 8.65002V12.35\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.72002 14.42C7.52083 14.42 8.17001 13.7708 8.17001 12.97C8.17001 12.1692 7.52083 11.52 6.72002 11.52C5.9192 11.52 5.27002 12.1692 5.27002 12.97C5.27002 13.7708 5.9192 14.42 6.72002 14.42Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.4801 12V6.34001C13.4801 5.13001 12.7201 4.96997 11.9601 5.17997L9.07007 5.96995C8.55007 6.10995 8.18005 6.52999 8.18005 7.12999V8.14V8.81999V12.97\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.0301 13.4501C12.8309 13.4501 13.4801 12.8009 13.4801 12.0001C13.4801 11.1992 12.8309 10.55 12.0301 10.55C11.2293 10.55 10.5801 11.1992 10.5801 12.0001C10.5801 12.8009 11.2293 13.4501 12.0301 13.4501Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.17004 8.8299L13.48 7.37988\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.94 21.2799C19.7073 21.2799 21.14 19.8472 21.14 18.0799C21.14 16.3126 19.7073 14.8799 17.94 14.8799C16.1727 14.8799 14.74 16.3126 14.74 18.0799C14.74 19.8472 16.1727 21.2799 17.94 21.2799Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.74 21.8799L20.74 20.8799\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"music square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H15C20 22 22 20 22 15Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.41998 17.11C9.28707 17.11 9.98999 16.4071 9.98999 15.54C9.98999 14.6729 9.28707 13.97 8.41998 13.97C7.5529 13.97 6.84998 14.6729 6.84998 15.54C6.84998 16.4071 7.5529 17.11 8.41998 17.11Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.75 14.49V8.34997C15.75 7.03997 14.93 6.86002 14.1 7.09002L10.96 7.95001C10.39 8.11001 10 8.56002 10 9.21002V10.31V11.05V15.55\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.18 16.0599C15.0471 16.0599 15.75 15.357 15.75 14.4899C15.75 13.6228 15.0471 12.9199 14.18 12.9199C13.3129 12.9199 12.61 13.6228 12.61 14.4899C12.61 15.357 13.3129 16.0599 14.18 16.0599Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.98999 11.04L15.75 9.46997\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"music \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.28003 22C8.00316 22 9.40003 20.6031 9.40003 18.88C9.40003 17.1569 8.00316 15.76 6.28003 15.76C4.55691 15.76 3.16003 17.1569 3.16003 18.88C3.16003 20.6031 4.55691 22 6.28003 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.84 16.8001V4.60009C20.84 2.00009 19.21 1.64009 17.56 2.09009L11.32 3.79009C10.18 4.10009 9.40002 5.00009 9.40002 6.30009V8.47009V9.93009V18.8701\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.72 19.9199C19.4431 19.9199 20.84 18.5231 20.84 16.7999C20.84 15.0768 19.4431 13.6799 17.72 13.6799C15.9968 13.6799 14.6 15.0768 14.6 16.7999C14.6 18.5231 15.9968 19.9199 17.72 19.9199Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.40002 9.5199L20.84 6.3999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"musicnote \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.96997 22C10.1791 22 11.97 20.2091 11.97 18C11.97 15.7909 10.1791 14 7.96997 14C5.76083 14 3.96997 15.7909 3.96997 18C3.96997 20.2091 5.76083 22 7.96997 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.97 18V4\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.61 2.11L19.03 3.58C20.1 3.94 20.98 5.15 20.98 6.28V7.45C20.98 8.98 19.8 9.83 18.35 9.35L13.93 7.88C12.86 7.52 11.98 6.31 11.98 5.18V4C11.97 2.48 13.16 1.62 14.61 2.11Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"next \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.76001 7.22005V16.7901C3.76001 18.7501 5.89 19.98 7.59 19L11.74 16.61L15.89 14.21C17.59 13.23 17.59 10.78 15.89 9.80004L11.74 7.40004L7.59 5.01006C5.89 4.03006 3.76001 5.25005 3.76001 7.22005Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.24 18.1801V5.82007\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"note 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 2V5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 2V5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 13H15\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 17H12\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 3.5C19.33 3.68 21 4.95 21 9.65V15.83C21 19.95 20 22.01 15 22.01H9C4 22.01 3 19.95 3 15.83V9.65C3 4.95 4.67 3.69 8 3.5H16Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"note 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.6601 10.44L20.6801 14.62C19.8401 18.23 18.1801 19.69 15.0601 19.39C14.5601 19.35 14.0201 19.26 13.4401 19.12L11.7601 18.72C7.59006 17.73 6.30006 15.67 7.28006 11.49L8.26006 7.30001C8.46006 6.45001 8.70006 5.71001 9.00006 5.10001C10.1701 2.68001 12.1601 2.03001 15.5001 2.82001L17.1701 3.21001C21.3601 4.19001 22.6401 6.26001 21.6601 10.44Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.06 19.39C14.44 19.81 13.66 20.16 12.71 20.47L11.13 20.99C7.15998 22.27 5.06997 21.2 3.77997 17.23L2.49997 13.28C1.21997 9.30998 2.27997 7.20998 6.24997 5.92998L7.82997 5.40998C8.23997 5.27998 8.62997 5.16998 8.99997 5.09998C8.69997 5.70998 8.45997 6.44998 8.25997 7.29998L7.27997 11.49C6.29997 15.67 7.58998 17.73 11.76 18.72L13.44 19.12C14.02 19.26 14.56 19.35 15.06 19.39Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.64 8.53003L17.49 9.76003\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.66 12.4L14.56 13.14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"note 21 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.66 10.44L20.68 14.62C19.84 18.23 18.18 19.69 15.06 19.39C14.56 19.35 14.02 19.26 13.44 19.12L11.76 18.72C7.59 17.73 6.3 15.67 7.28 11.49L8.26 7.30001C8.46 6.45001 8.7 5.71001 9 5.10001C10.17 2.68001 12.16 2.03001 15.5 2.82001L17.17 3.21001C21.36 4.19001 22.64 6.26001 21.66 10.44Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.06 19.3901C14.44 19.8101 13.66 20.1601 12.71 20.4701L11.13 20.9901C7.15998 22.2701 5.06997 21.2001 3.77997 17.2301L2.49997 13.2801C1.21997 9.3101 2.27997 7.2101 6.24997 5.9301L7.82997 5.4101C8.23997 5.2801 8.62997 5.1701 8.99997 5.1001C8.69997 5.7101 8.45997 6.4501 8.25997 7.3001L7.27997 11.4901C6.29997 15.6701 7.58998 17.7301 11.76 18.7201L13.44 19.1201C14.02 19.2601 14.56 19.3501 15.06 19.3901Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"note add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.56 18V13\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 15.5H7\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 2V5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 2V5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.81 3.41992C19.15 3.53992 20.84 4.76992 20.94 9.46992L21.07 15.6399C21.15 19.7599 20.2 21.8299 15.2 21.9399L9.20002 22.0599C4.20002 22.1599 3.16002 20.1199 3.08002 16.0099L2.94002 9.82992C2.84002 5.12992 4.49002 3.82992 7.81002 3.57992L15.81 3.41992Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"note favorite \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 2V5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 2V5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 8.5V13.63C20.11 12.92 18.98 12.5 17.75 12.5C16.52 12.5 15.37 12.93 14.47 13.66C13.26 14.61 12.5 16.1 12.5 17.75C12.5 18.73 12.78 19.67 13.26 20.45C13.63 21.06 14.11 21.59 14.68 22H8C4.5 22 3 20 3 17V8.5C3 5.5 4.5 3.5 8 3.5H16C19.5 3.5 21 5.5 21 8.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 11H13\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 16H9.62\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M23 17.75C23 18.73 22.72 19.67 22.24 20.45C21.96 20.93 21.61 21.35 21.2 21.69C20.28 22.51 19.08 23 17.75 23C16.6 23 15.54 22.63 14.68 22C14.11 21.59 13.63 21.06 13.26 20.45C12.78 19.67 12.5 18.73 12.5 17.75C12.5 16.1 13.26 14.61 14.47 13.66C15.37 12.93 16.52 12.5 17.75 12.5C18.98 12.5 20.11 12.92 21 13.63C22.22 14.59 23 16.08 23 17.75Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.75 20.25C17.75 18.87 18.87 17.75 20.25 17.75C18.87 17.75 17.75 16.63 17.75 15.25C17.75 16.63 16.63 17.75 15.25 17.75C16.63 17.75 17.75 18.87 17.75 20.25Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"note remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 14H12\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 5.95996L3.25 2.20996\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.96002 2.25L3.21002 6\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 10H15\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 2H16C19.33 2.18 21 3.41 21 7.99V16\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 9.01001V15.98C3 19.99 4 22 9 22H12C12.17 22 14.84 22 15 22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 16L15 22V19C15 17 16 16 18 16H21Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"note square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 10V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H11\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.51 22C16.6146 22 17.51 21.1046 17.51 20C17.51 18.8954 16.6146 18 15.51 18C14.4054 18 13.51 18.8954 13.51 20C13.51 21.1046 14.4054 22 15.51 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.51 19.9998V13.0098\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.82 12.0699L21.03 12.8099C21.56 12.9899 22 13.5899 22 14.1599V14.7499C22 15.5099 21.41 15.9399 20.69 15.6999L18.48 14.9599C17.95 14.7799 17.51 14.1799 17.51 13.6099V13.0199C17.51 12.2499 18.1 11.8299 18.82 12.0699Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"note text \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 2V5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 2V5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 8.5V17C21 20 19.5 22 16 22H8C4.5 22 3 20 3 17V8.5C3 5.5 4.5 3.5 8 3.5H16C19.5 3.5 21 5.5 21 8.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 11H16\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 16H12\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"note \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20 8.25V18C20 21 18.21 22 16 22H8C5.79 22 4 21 4 18V8.25C4 5 5.79 4.25 8 4.25C8 4.87 8.24997 5.43 8.65997 5.84C9.06997 6.25 9.63 6.5 10.25 6.5H13.75C14.99 6.5 16 5.49 16 4.25C18.21 4.25 20 5 20 8.25Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 4.25C16 5.49 14.99 6.5 13.75 6.5H10.25C9.63 6.5 9.06997 6.25 8.65997 5.84C8.24997 5.43 8 4.87 8 4.25C8 3.01 9.01 2 10.25 2H13.75C14.37 2 14.93 2.25 15.34 2.66C15.75 3.07 16 3.63 16 4.25Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 13H12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 17H16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"notification 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 8C20.6569 8 22 6.65685 22 5C22 3.34315 20.6569 2 19 2C17.3431 2 16 3.34315 16 5C16 6.65685 17.3431 8 19 8Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H15C20 22 22 20 22 15V10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"notification bing \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 6.43994V9.76994\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\"/>\n<path d=\"M12.02 2C8.34002 2 5.36002 4.98 5.36002 8.66V10.76C5.36002 11.44 5.08002 12.46 4.73002 13.04L3.46002 15.16C2.68002 16.47 3.22002 17.93 4.66002 18.41C9.44002 20 14.61 20 19.39 18.41C20.74 17.96 21.32 16.38 20.59 15.16L19.32 13.04C18.97 12.46 18.69 11.43 18.69 10.76V8.66C18.68 5 15.68 2 12.02 2Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\"/>\n<path d=\"M15.33 18.8201C15.33 20.6501 13.83 22.1501 12 22.1501C11.09 22.1501 10.25 21.7701 9.65004 21.1701C9.05004 20.5701 8.67004 19.7301 8.67004 18.8201\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n</svg>\n</li><li title=\"notification circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 8C20.6569 8 22 6.65685 22 5C22 3.34315 20.6569 2 19 2C17.3431 2 16 3.34315 16 5C16 6.65685 17.3431 8 19 8Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.02 2.2C13.36 2.07 12.69 2 12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 11.32 21.93 10.65 21.8 10.01\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"notification favorite \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 8C20.6569 8 22 6.65685 22 5C22 3.34315 20.6569 2 19 2C17.3431 2 16 3.34315 16 5C16 6.65685 17.3431 8 19 8Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H15C20 22 22 20 22 15V10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.80998 14.9299C6.45998 13.8299 6.86998 12.4599 8.02998 12.0899C8.63998 11.8899 9.38998 12.0599 9.81998 12.6499C10.22 12.0399 11 11.8999 11.6 12.0899C12.76 12.4599 13.17 13.8299 12.82 14.9299C12.27 16.6799 10.35 17.5899 9.81998 17.5899C9.27998 17.5799 7.37998 16.6899 6.80998 14.9299Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"notification status \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 8C20.6569 8 22 6.65685 22 5C22 3.34315 20.6569 2 19 2C17.3431 2 16 3.34315 16 5C16 6.65685 17.3431 8 19 8Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 13H12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 17H16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H15C20 22 22 20 22 15V10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"notification \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.02 2.90991C8.70997 2.90991 6.01997 5.59991 6.01997 8.90991V11.7999C6.01997 12.4099 5.75997 13.3399 5.44997 13.8599L4.29997 15.7699C3.58997 16.9499 4.07997 18.2599 5.37997 18.6999C9.68997 20.1399 14.34 20.1399 18.65 18.6999C19.86 18.2999 20.39 16.8699 19.73 15.7699L18.58 13.8599C18.28 13.3399 18.02 12.4099 18.02 11.7999V8.90991C18.02 5.60991 15.32 2.90991 12.02 2.90991Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\"/>\n<path d=\"M13.87 3.19994C13.56 3.10994 13.24 3.03994 12.91 2.99994C11.95 2.87994 11.03 2.94994 10.17 3.19994C10.46 2.45994 11.18 1.93994 12.02 1.93994C12.86 1.93994 13.58 2.45994 13.87 3.19994Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.02 19.0601C15.02 20.7101 13.67 22.0601 12.02 22.0601C11.2 22.0601 10.44 21.7201 9.90002 21.1801C9.36002 20.6401 9.02002 19.8801 9.02002 19.0601\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n</svg>\n</li><li title=\"omega circle 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 16.5H13.9L15.52 14.71C16.32 13.82 16.76 12.69 16.76 11.53C16.76 10.33 16.26 9.18002 15.37 8.33002C14.48 7.48002 13.27 7 12 7C10.74 7 9.53 7.48002 8.63 8.33002C7.74 9.18002 7.23999 10.33 7.23999 11.53C7.23999 12.7 7.67998 13.83 8.47998 14.71L10.1 16.5H7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"omega circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 16.5H13.9L15.52 14.71C16.32 13.82 16.76 12.69 16.76 11.53C16.76 10.33 16.26 9.18002 15.37 8.33002C14.48 7.48002 13.27 7 12 7C10.74 7 9.53 7.48002 8.63 8.33002C7.74 9.18002 7.23999 10.33 7.23999 11.53C7.23999 12.7 7.67998 13.83 8.47998 14.71L10.1 16.5H7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"omega square 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H15C20 22 22 20 22 15Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 16.75H13.9L15.52 14.96C16.32 14.07 16.76 12.94 16.76 11.78C16.76 10.58 16.26 9.43002 15.37 8.58002C14.48 7.73002 13.27 7.25 12 7.25C10.74 7.25 9.53 7.73002 8.63 8.58002C7.74 9.43002 7.23999 10.58 7.23999 11.78C7.23999 12.95 7.67998 14.08 8.47998 14.96L10.1 16.75H7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"omega square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H15C20 22 22 20 22 15Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 16.75H13.9L15.52 14.96C16.32 14.07 16.76 12.94 16.76 11.78C16.76 10.58 16.26 9.43002 15.37 8.58002C14.48 7.73002 13.27 7.25 12 7.25C10.74 7.25 9.53 7.73002 8.63 8.58002C7.74 9.43002 7.23999 10.58 7.23999 11.78C7.23999 12.95 7.67998 14.08 8.47998 14.96L10.1 16.75H7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"paintbucket \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.77 15.56L7.23 19.02C9.66 21.45 10.49 21.41 12.89 19.02L18.46 13.45C20.4 11.51 20.89 10.22 18.46 7.78996L15 4.32996C12.41 1.73996 11.28 2.38996 9.34 4.32996L3.77 9.89996C1.38 12.3 1.18 12.97 3.77 15.56Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.2 16.79L18.54 17.88C17.61 19.43 18.33 20.7 20.14 20.7C21.95 20.7 22.67 19.43 21.74 17.88L21.08 16.79C20.56 15.93 19.71 15.93 19.2 16.79Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 12.2401C7.56 10.7301 13.42 10.6801 19 12.1101L19.5 12.2401\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"paperclip 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.3299 12.1499L9.85993 14.6199C8.48993 15.9899 8.48993 18.1999 9.85993 19.5699C11.2299 20.9399 13.4399 20.9399 14.8099 19.5699L18.6999 15.6799C21.4299 12.9499 21.4299 8.50992 18.6999 5.77992C15.9699 3.04992 11.5299 3.04992 8.79993 5.77992L4.55993 10.0199C2.21993 12.3599 2.21993 16.1599 4.55993 18.5099\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"paperclip \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.97 12V15.5C11.97 17.43 13.54 19 15.47 19C17.4 19 18.97 17.43 18.97 15.5V10C18.97 6.13 15.84 3 11.97 3C8.09997 3 4.96997 6.13 4.96997 10V16C4.96997 19.31 7.65997 22 10.97 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"password check \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.02 19.5H7.5C6.88 19.5 6.33 19.48 5.84 19.41C3.21 19.12 2.5 17.88 2.5 14.5V9.5C2.5 6.12 3.21 4.88 5.84 4.59C6.33 4.52 6.88 4.5 7.5 4.5H10.96\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.02 4.5H16.5C17.12 4.5 17.67 4.52 18.16 4.59C20.79 4.88 21.5 6.12 21.5 9.5V14.5C21.5 17.88 20.79 19.12 18.16 19.41C17.67 19.48 17.12 19.5 16.5 19.5H15.02\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 2V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.0945 12H11.1035\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.09448 12H7.10346\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"path 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.87001 22.0001H14.16C15.78 22.0001 16.85 20.8401 16.53 19.4301L15.84 16.3501H8.20001L7.51001 19.4301C7.20001 20.7601 8.34001 22.0001 9.87001 22.0001Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.83 16.3501L18.77 13.7401C20.41 12.2801 20.48 11.2601 19.18 9.61012L13.99 3.03012C12.9 1.65012 11.12 1.65012 10.02 3.03012L4.84 9.61012C3.54 11.2601 3.54 12.3301 5.25 13.7401L8.19 16.3501\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.01 2.66992V6.96992\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"path square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.75 9.11998L14.9 7.26998C14.2 6.56998 13.24 6.60998 12.77 7.34998L11.74 8.97998L15.03 12.27L16.66 11.24C17.37 10.8 17.41 9.76998 16.75 9.11998Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.74 8.97993L9.35 8.83993C8.01 8.75993 7.55 9.16993 7.4 10.4399L6.8 15.5099C6.67 16.5799 7.44 17.3399 8.51 17.2199L13.58 16.6199C14.85 16.4699 15.31 16.0099 15.18 14.6699L15.04 12.2799\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.49 16.5199L9.34 14.6699\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"path \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.79 7.27009L16.76 4.24009C15.61 3.09009 14.04 3.15009 13.27 4.38009L11.58 7.05009L16.98 12.4501L19.65 10.7601C20.8 10.0301 20.87 8.35009 19.79 7.27009Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.58 7.04996L7.65 6.80996C5.46 6.67996 4.69 7.34996 4.45 9.43996L3.47 17.76C3.26 19.51 4.53 20.77 6.27 20.56L14.59 19.58C16.68 19.33 17.44 18.57 17.22 16.38L16.99 12.45\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.61 19.4199L7.64 16.3799\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"pause circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.97 22C17.4928 22 21.97 17.5228 21.97 12C21.97 6.47715 17.4928 2 11.97 2C6.44712 2 1.96997 6.47715 1.96997 12C1.96997 17.5228 6.44712 22 11.97 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.72 14.53V9.47005C10.72 8.99005 10.52 8.80005 10.01 8.80005H8.71C8.2 8.80005 8 8.99005 8 9.47005V14.53C8 15.01 8.2 15.2 8.71 15.2H10C10.52 15.2 10.72 15.01 10.72 14.53Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 14.53V9.47005C16 8.99005 15.8 8.80005 15.29 8.80005H14C13.49 8.80005 13.29 8.99005 13.29 9.47005V14.53C13.29 15.01 13.49 15.2 14 15.2H15.29C15.8 15.2 16 15.01 16 14.53Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"pause \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.65 19.11V4.89C10.65 3.54 10.08 3 8.64 3H5.01C3.57 3 3 3.54 3 4.89V19.11C3 20.46 3.57 21 5.01 21H8.64C10.08 21 10.65 20.46 10.65 19.11Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 19.11V4.89C21 3.54 20.43 3 18.99 3H15.36C13.93 3 13.35 3.54 13.35 4.89V19.11C13.35 20.46 13.92 21 15.36 21H18.99C20.43 21 21 20.46 21 19.11Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"pen add 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.19 8.0399L18.01 4.85991C16.81 3.65991 15.16 3.71993 14.35 5.00993L12.58 7.80992L18.25 13.4799L21.05 11.7099C22.26 10.9399 22.33 9.1699 21.19 8.0399Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.25 13.47L18.49 17.59C18.72 19.89 17.92 20.69 15.74 20.95L7.02 21.98C5.18 22.19 3.86 20.87 4.08 19.04L5.06 10.76\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.58 7.80994L10.83 7.69995\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.28 20.7799L8.46001 17.5898\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 6.5C11 6.91 10.94 7.32001 10.83 7.70001C10.72 8.10001 10.56 8.47001 10.35 8.82001C10.11 9.22001 9.81001 9.58 9.46001 9.88C8.67001 10.58 7.64 11 6.5 11C5.99 11 5.51 10.92 5.06 10.76C4.04 10.42 3.18999 9.72001 2.64999 8.82001C2.23999 8.14001 2 7.34 2 6.5C2 5.08 2.65 3.80999 3.69 2.98999C4.46 2.36999 5.44 2 6.5 2C8.99 2 11 4.01 11 6.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.52 8.18005V4.82007\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.16 6.5H4.8\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"pen add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.19 8.0399L18.01 4.85991C16.81 3.65991 15.16 3.71993 14.35 5.00993L12.58 7.80992L18.25 13.4799L21.05 11.7099C22.26 10.9399 22.33 9.1699 21.19 8.0399Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.25 13.47L18.49 17.59C18.72 19.89 17.92 20.69 15.74 20.95L7.02 21.98C5.18 22.19 3.86 20.87 4.08 19.04L5.06 10.76\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.58 7.80994L10.83 7.69995\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.28 20.7799L8.46001 17.5898\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 6.5C11 6.91 10.94 7.32001 10.83 7.70001C10.72 8.10001 10.56 8.47001 10.35 8.82001C10.11 9.22001 9.81001 9.58 9.46001 9.88C8.67001 10.58 7.64 11 6.5 11C5.99 11 5.51 10.92 5.06 10.76C4.04 10.42 3.18999 9.72001 2.64999 8.82001C2.23999 8.14001 2 7.34 2 6.5C2 5.08 2.65 3.80999 3.69 2.98999C4.46 2.36999 5.44 2 6.5 2C8.99 2 11 4.01 11 6.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.52 8.18005V4.82007\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.16 6.5H4.8\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"pen close 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.19 8.0399L18.01 4.85991C16.81 3.65991 15.16 3.71993 14.35 5.00993L12.58 7.80992L18.25 13.4799L21.05 11.7099C22.26 10.9399 22.33 9.1699 21.19 8.0399Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.25 13.47L18.49 17.59C18.72 19.89 17.92 20.69 15.74 20.95L7.02 21.98C5.18 22.19 3.86 20.87 4.08 19.04L5.06 10.76\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.58 7.80994L10.83 7.69995\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.28 20.7799L8.46001 17.5898\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 6.5C11 6.91 10.94 7.32001 10.83 7.70001C10.72 8.10001 10.56 8.47001 10.35 8.82001C10.11 9.22001 9.81001 9.58 9.46001 9.88C8.67001 10.58 7.64 11 6.5 11C5.99 11 5.51 10.92 5.06 10.76C4.04 10.42 3.18999 9.72001 2.64999 8.82001C2.23999 8.14001 2 7.34 2 6.5C2 5.08 2.65 3.80999 3.69 2.98999C4.46 2.36999 5.44 2 6.5 2C8.99 2 11 4.01 11 6.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.7 7.68005L5.32001 5.30005\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.67999 5.32007L5.3 7.70007\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"pen close \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.19 8.0399L18.01 4.85991C16.81 3.65991 15.16 3.71993 14.35 5.00993L12.58 7.80992L18.25 13.4799L21.05 11.7099C22.26 10.9399 22.33 9.1699 21.19 8.0399Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.25 13.47L18.49 17.59C18.72 19.89 17.92 20.69 15.74 20.95L7.02 21.98C5.18 22.19 3.86 20.87 4.08 19.04L5.06 10.76\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.58 7.80994L10.83 7.69995\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.28 20.7799L8.46001 17.5898\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 6.5C11 6.91 10.94 7.32001 10.83 7.70001C10.72 8.10001 10.56 8.47001 10.35 8.82001C10.11 9.22001 9.81001 9.58 9.46001 9.88C8.67001 10.58 7.64 11 6.5 11C5.99 11 5.51 10.92 5.06 10.76C4.04 10.42 3.18999 9.72001 2.64999 8.82001C2.23999 8.14001 2 7.34 2 6.5C2 5.08 2.65 3.80999 3.69 2.98999C4.46 2.36999 5.44 2 6.5 2C8.99 2 11 4.01 11 6.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.7 7.68005L5.32001 5.30005\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.67999 5.32007L5.3 7.70007\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"pen remove 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.19 8.0399L18.01 4.85991C16.81 3.65991 15.16 3.71993 14.35 5.00993L12.58 7.80992L18.25 13.4799L21.05 11.7099C22.26 10.9399 22.33 9.1699 21.19 8.0399Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.25 13.47L18.49 17.59C18.72 19.89 17.92 20.69 15.74 20.95L7.01999 21.98C5.17999 22.19 3.85999 20.87 4.07999 19.04L5.06 10.76\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.58 7.80994L10.83 7.69995\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.28 20.7799L8.45999 17.5898\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 6.5C11 6.91 10.94 7.32001 10.83 7.70001C10.72 8.10001 10.56 8.47001 10.35 8.82001C10.11 9.22001 9.80999 9.58 9.45999 9.88C8.66999 10.58 7.64 11 6.5 11C5.99 11 5.51 10.92 5.06 10.76C4.04 10.42 3.18999 9.72001 2.64999 8.82001C2.23999 8.14001 2 7.34 2 6.5C2 5.08 2.65 3.80999 3.69 2.98999C4.46 2.36999 5.44 2 6.5 2C8.99 2 11 4.01 11 6.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.16 6.5H4.79999\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"pen remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.19 8.0399L18.01 4.85991C16.81 3.65991 15.16 3.71993 14.35 5.00993L12.58 7.80992L18.25 13.4799L21.05 11.7099C22.26 10.9399 22.33 9.1699 21.19 8.0399Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.25 13.47L18.49 17.59C18.72 19.89 17.92 20.69 15.74 20.95L7.01999 21.98C5.17999 22.19 3.85999 20.87 4.07999 19.04L5.06 10.76\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.58 7.80994L10.83 7.69995\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.28 20.7799L8.45999 17.5898\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 6.5C11 6.91 10.94 7.32001 10.83 7.70001C10.72 8.10001 10.56 8.47001 10.35 8.82001C10.11 9.22001 9.80999 9.58 9.45999 9.88C8.66999 10.58 7.64 11 6.5 11C5.99 11 5.51 10.92 5.06 10.76C4.04 10.42 3.18999 9.72001 2.64999 8.82001C2.23999 8.14001 2 7.34 2 6.5C2 5.08 2.65 3.80999 3.69 2.98999C4.46 2.36999 5.44 2 6.5 2C8.99 2 11 4.01 11 6.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.16 6.5H4.79999\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"pen tool 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.75 22.5001H13.27C14.23 22.5001 14.85 21.8201 14.67 20.9901L14.26 19.1802H9.76L9.35 20.9901C9.17 21.7701 9.85 22.5001 10.75 22.5001Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.26 19.1702L15.99 17.6301C16.96 16.7701 17 16.1701 16.23 15.2001L13.18 11.3302C12.54 10.5202 11.49 10.5202 10.85 11.3302L7.8 15.2001C7.03 16.1701 7.03 16.8001 8.04 17.6301L9.77 19.1702\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.01 11.1201V13.6501\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.15 5.19015L10.37 4.41012C9.9 3.94012 9.9 3.18017 10.37 2.71017L11.15 1.93014C11.62 1.46014 12.38 1.46014 12.85 1.93014L13.63 2.71017C14.1 3.18017 14.1 3.94012 13.63 4.41012L12.85 5.19015C12.38 5.66015 11.62 5.66015 11.15 5.19015Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.45 9.81006H20.55C21.21 9.81006 21.75 10.3501 21.75 11.0101V12.11C21.75 12.77 21.21 13.3101 20.55 13.3101H19.45C18.79 13.3101 18.25 12.77 18.25 12.11V11.0101C18.25 10.3501 18.79 9.81006 19.45 9.81006Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.55 9.81006H3.45C2.79 9.81006 2.25 10.3501 2.25 11.0101V12.11C2.25 12.77 2.79 13.3101 3.45 13.3101H4.55C5.21 13.3101 5.75 12.77 5.75 12.11V11.0101C5.75 10.3501 5.21 9.81006 4.55 9.81006Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.54 10.1L13.24 4.80005\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.46 10.1L10.76 4.80005\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"pen tool 2 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.75 22.5001H13.27C14.23 22.5001 14.85 21.8201 14.67 20.9901L14.26 19.1802H9.75999L9.35 20.9901C9.17 21.7701 9.85 22.5001 10.75 22.5001Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.26 19.1702L15.99 17.6301C16.96 16.7701 17 16.1701 16.23 15.2001L13.18 11.3302C12.54 10.5202 11.49 10.5202 10.85 11.3302L7.8 15.2001C7.03 16.1701 7.02999 16.8001 8.03999 17.6301L9.77 19.1702\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.01 11.1201V13.6501\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.52 5H11.52C10.97 5 10.52 4.55 10.52 4V3C10.52 2.45 10.97 2 11.52 2H12.52C13.07 2 13.52 2.45 13.52 3V4C13.52 4.55 13.07 5 12.52 5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.27 14.17H4.27C4.82 14.17 5.27 13.72 5.27 13.17V12.17C5.27 11.62 4.82 11.1699 4.27 11.1699H3.27C2.72 11.1699 2.27 11.62 2.27 12.17V13.17C2.27 13.72 2.72 14.17 3.27 14.17Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.73 14.17H19.73C19.18 14.17 18.73 13.72 18.73 13.17V12.17C18.73 11.62 19.18 11.1699 19.73 11.1699H20.73C21.28 11.1699 21.73 11.62 21.73 12.17V13.17C21.73 13.72 21.28 14.17 20.73 14.17Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.52 3.56006C6.71 4.01006 3.75 7.24004 3.75 11.17\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.25 11.17C20.25 7.25004 17.31 4.03006 13.52 3.56006\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"pen tool 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.75 22.5001H13.27C14.23 22.5001 14.85 21.8201 14.67 20.9901L14.26 19.1802H9.75999L9.35 20.9901C9.17 21.7701 9.85 22.5001 10.75 22.5001Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.26 19.1702L15.99 17.6301C16.96 16.7701 17 16.1701 16.23 15.2001L13.18 11.3302C12.54 10.5202 11.49 10.5202 10.85 11.3302L7.8 15.2001C7.03 16.1701 7.02999 16.8001 8.03999 17.6301L9.77 19.1702\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.01 11.1201V13.6501\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.52 5H11.52C10.97 5 10.52 4.55 10.52 4V3C10.52 2.45 10.97 2 11.52 2H12.52C13.07 2 13.52 2.45 13.52 3V4C13.52 4.55 13.07 5 12.52 5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.27 14.17H4.27C4.82 14.17 5.27 13.72 5.27 13.17V12.17C5.27 11.62 4.82 11.1699 4.27 11.1699H3.27C2.72 11.1699 2.27 11.62 2.27 12.17V13.17C2.27 13.72 2.72 14.17 3.27 14.17Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.73 14.17H19.73C19.18 14.17 18.73 13.72 18.73 13.17V12.17C18.73 11.62 19.18 11.1699 19.73 11.1699H20.73C21.28 11.1699 21.73 11.62 21.73 12.17V13.17C21.73 13.72 21.28 14.17 20.73 14.17Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.52 3.56006C6.71 4.01006 3.75 7.24004 3.75 11.17\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.25 11.17C20.25 7.25004 17.31 4.03006 13.52 3.56006\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"pen tool \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.75 22.5001H13.27C14.23 22.5001 14.85 21.8201 14.67 20.9901L14.26 19.1802H9.76L9.35 20.9901C9.17 21.7701 9.85 22.5001 10.75 22.5001Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.26 19.1702L15.99 17.6301C16.96 16.7701 17 16.1701 16.23 15.2001L13.18 11.3302C12.54 10.5202 11.49 10.5202 10.85 11.3302L7.8 15.2001C7.03 16.1701 7.03 16.8001 8.04 17.6301L9.77 19.1702\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.01 11.1201V13.6501\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.15 5.19015L10.37 4.41012C9.9 3.94012 9.9 3.18017 10.37 2.71017L11.15 1.93014C11.62 1.46014 12.38 1.46014 12.85 1.93014L13.63 2.71017C14.1 3.18017 14.1 3.94012 13.63 4.41012L12.85 5.19015C12.38 5.66015 11.62 5.66015 11.15 5.19015Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.45 9.81006H20.55C21.21 9.81006 21.75 10.3501 21.75 11.0101V12.11C21.75 12.77 21.21 13.3101 20.55 13.3101H19.45C18.79 13.3101 18.25 12.77 18.25 12.11V11.0101C18.25 10.3501 18.79 9.81006 19.45 9.81006Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.55 9.81006H3.45C2.79 9.81006 2.25 10.3501 2.25 11.0101V12.11C2.25 12.77 2.79 13.3101 3.45 13.3101H4.55C5.21 13.3101 5.75 12.77 5.75 12.11V11.0101C5.75 10.3501 5.21 9.81006 4.55 9.81006Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.54 10.1L13.24 4.80005\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.46 10.1L10.76 4.80005\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"people \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18 7.16C17.94 7.15 17.87 7.15 17.81 7.16C16.43 7.11 15.33 5.98 15.33 4.58C15.33 3.15 16.48 2 17.91 2C19.34 2 20.49 3.16 20.49 4.58C20.48 5.98 19.38 7.11 18 7.16Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.9699 14.44C18.3399 14.67 19.8499 14.43 20.9099 13.72C22.3199 12.78 22.3199 11.24 20.9099 10.3C19.8399 9.59004 18.3099 9.35003 16.9399 9.59003\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.96998 7.16C6.02998 7.15 6.09998 7.15 6.15998 7.16C7.53998 7.11 8.63998 5.98 8.63998 4.58C8.63998 3.15 7.48998 2 6.05998 2C4.62998 2 3.47998 3.16 3.47998 4.58C3.48998 5.98 4.58998 7.11 5.96998 7.16Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.99994 14.44C5.62994 14.67 4.11994 14.43 3.05994 13.72C1.64994 12.78 1.64994 11.24 3.05994 10.3C4.12994 9.59004 5.65994 9.35003 7.02994 9.59003\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 14.63C11.94 14.62 11.87 14.62 11.81 14.63C10.43 14.58 9.32996 13.45 9.32996 12.05C9.32996 10.62 10.48 9.46997 11.91 9.46997C13.34 9.46997 14.49 10.63 14.49 12.05C14.48 13.45 13.38 14.59 12 14.63Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.08997 17.78C7.67997 18.72 7.67997 20.26 9.08997 21.2C10.69 22.27 13.31 22.27 14.91 21.2C16.32 20.26 16.32 18.72 14.91 17.78C13.32 16.72 10.69 16.72 9.08997 17.78Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"percentage square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 2H15C20 2 22 4 22 9V15C22 20 20 22 15 22H9C4 22 2 20 2 15V9C2 4 4 2 9 2Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.57007 15.27L15.11 8.72998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.98001 10.3699C9.65932 10.3699 10.21 9.81923 10.21 9.13992C10.21 8.46061 9.65932 7.90991 8.98001 7.90991C8.3007 7.90991 7.75 8.46061 7.75 9.13992C7.75 9.81923 8.3007 10.3699 8.98001 10.3699Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.52 16.0899C16.1993 16.0899 16.75 15.5392 16.75 14.8599C16.75 14.1806 16.1993 13.6299 15.52 13.6299C14.8407 13.6299 14.29 14.1806 14.29 14.8599C14.29 15.5392 14.8407 16.0899 15.52 16.0899Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"personalcard \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 21H7C3 21 2 20 2 16V8C2 4 3 3 7 3H17C21 3 22 4 22 8V16C22 20 21 21 17 21Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 8H19\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 12H19\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 16H19\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.49994 11.2899C9.49958 11.2899 10.3099 10.4796 10.3099 9.47992C10.3099 8.48029 9.49958 7.66992 8.49994 7.66992C7.50031 7.66992 6.68994 8.48029 6.68994 9.47992C6.68994 10.4796 7.50031 11.2899 8.49994 11.2899Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 16.33C11.86 14.88 10.71 13.74 9.26 13.61C8.76 13.56 8.25 13.56 7.74 13.61C6.29 13.75 5.14 14.88 5 16.33\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"pet \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.41003 16.75C4.17003 19.64 6.35003 22 9.25003 22H14.04C17.3 22 19.54 19.37 19 16.15C18.43 12.77 15.17 10 11.74 10C8.02003 10 4.72003 13.04 4.41003 16.75Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.47 7.5C11.8507 7.5 12.97 6.38071 12.97 5C12.97 3.61929 11.8507 2.5 10.47 2.5C9.08926 2.5 7.96997 3.61929 7.96997 5C7.96997 6.38071 9.08926 7.5 10.47 7.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.3 8.69995C18.4046 8.69995 19.3 7.80452 19.3 6.69995C19.3 5.59538 18.4046 4.69995 17.3 4.69995C16.1955 4.69995 15.3 5.59538 15.3 6.69995C15.3 7.80452 16.1955 8.69995 17.3 8.69995Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 12.7C21.8284 12.7 22.5 12.0284 22.5 11.2C22.5 10.3715 21.8284 9.69995 21 9.69995C20.1716 9.69995 19.5 10.3715 19.5 11.2C19.5 12.0284 20.1716 12.7 21 12.7Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.96997 10.7C5.07454 10.7 5.96997 9.80452 5.96997 8.69995C5.96997 7.59538 5.07454 6.69995 3.96997 6.69995C2.8654 6.69995 1.96997 7.59538 1.96997 8.69995C1.96997 9.80452 2.8654 10.7 3.96997 10.7Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"pharagraphspacing \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 22H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 2H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 6V18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.8299 7.71989L11.9999 4.88989L9.16992 7.71989\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.8299 15.8899L11.9999 18.7199L9.16992 15.8899\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"picture frame \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 2L13.95 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.53 12.22L2 15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"play add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 12C22 13.31 21.75 14.57 21.28 15.72C20.63 15.27 19.84 15 19 15C18.06 15 17.19 15.33 16.5 15.88C15.58 16.61 15 17.74 15 19C15 19.75 15.21 20.46 15.58 21.06C15.62 21.13 15.67 21.2 15.73 21.27C14.58 21.74 13.32 22 12 22C6.48 22 2 17.52 2 12C2 6.48 6.48 2 12 2C17.52 2 22 6.48 22 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.38 12.0001V10.6101C9.38 8.89008 10.6 8.18007 12.09 9.04007L13.29 9.73007L14.49 10.4201C15.98 11.2801 15.98 12.6901 14.49 13.5501L13.29 14.2401L12.09 14.9301C10.6 15.7901 9.38 15.0901 9.38 13.3601V12.0001Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M23 19C23 19.75 22.79 20.46 22.42 21.06C22.21 21.42 21.94 21.74 21.63 22C20.93 22.63 20.01 23 19 23C17.54 23 16.27 22.22 15.58 21.06C15.21 20.46 15 19.75 15 19C15 17.74 15.58 16.61 16.5 15.88C17.19 15.33 18.06 15 19 15C21.21 15 23 16.79 23 19Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.49 18.98H17.51\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 17.52V20.51\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"play circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.97 22C17.4928 22 21.97 17.5228 21.97 12C21.97 6.47715 17.4928 2 11.97 2C6.44712 2 1.96997 6.47715 1.96997 12C1.96997 17.5228 6.44712 22 11.97 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.73999 12.2299V10.5599C8.73999 8.47988 10.21 7.62988 12.01 8.66988L13.46 9.50988L14.91 10.3499C16.71 11.3899 16.71 13.0899 14.91 14.1299L13.46 14.9699L12.01 15.8099C10.21 16.8499 8.73999 15.9999 8.73999 13.9199V12.2299Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"play cricle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.0701 19.0699C22.9801 15.1599 22.9801 8.82993 19.0701 4.92993\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.93006 4.92993C1.02006 8.83993 1.02006 15.1699 4.93006 19.0699\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.69995 21.4099C9.76995 21.7799 10.8799 21.96 11.9999 21.96C13.1199 21.95 14.2299 21.7799 15.2999 21.4099\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.69995 2.59009C9.76995 2.22009 10.8799 2.04004 11.9999 2.04004C13.1199 2.04004 14.2299 2.22009 15.2999 2.59009\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.73999 12.0001V10.3302C8.73999 8.25016 10.21 7.40014 12.01 8.44014L13.46 9.28017L14.91 10.1201C16.71 11.1601 16.71 12.8602 14.91 13.9002L13.46 14.7401L12.01 15.5802C10.21 16.6202 8.73999 15.7701 8.73999 13.6901V12.0001Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"play remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 12C22 13.31 21.75 14.57 21.28 15.72C20.63 15.27 19.84 15 19 15C18.06 15 17.19 15.33 16.5 15.88C15.58 16.61 15 17.74 15 19C15 19.75 15.21 20.46 15.58 21.06C15.62 21.13 15.67 21.2 15.73 21.27C14.58 21.74 13.32 22 12 22C6.48 22 2 17.52 2 12C2 6.48 6.48 2 12 2C17.52 2 22 6.48 22 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.38 12.0001V10.6101C9.38 8.89008 10.6 8.18007 12.09 9.04007L13.29 9.73007L14.49 10.4201C15.98 11.2801 15.98 12.6901 14.49 13.5501L13.29 14.2401L12.09 14.9301C10.6 15.7901 9.38 15.0901 9.38 13.3601V12.0001Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M23 19C23 19.75 22.79 20.46 22.42 21.06C22.21 21.42 21.94 21.74 21.63 22C20.93 22.63 20.01 23 19 23C17.63 23 16.43 22.31 15.73 21.27C15.67 21.2 15.62 21.13 15.58 21.06C15.21 20.46 15 19.75 15 19C15 17.74 15.58 16.61 16.5 15.88C17.19 15.33 18.06 15 19 15C19.84 15 20.63 15.27 21.28 15.72C22.32 16.44 23 17.64 23 19Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.0699 20.0399L17.95 17.9299\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.0499 17.96L17.9299 20.0699\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"play \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4 11.9999V8.43989C4 4.01989 7.13 2.2099 10.96 4.4199L14.05 6.1999L17.14 7.9799C20.97 10.1899 20.97 13.8099 17.14 16.0199L14.05 17.7999L10.96 19.5799C7.13 21.7899 4 19.9799 4 15.5599V11.9999Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"presention chart \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.89999 17H18.09C19.99 17 20.99 16 20.99 14.1V2H2.98999V14.1C2.99999 16 3.99999 17 5.89999 17Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 2H22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 22L12 20V17\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 22L12 20\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.5 11L10.65 8.37C10.9 8.16 11.23 8.22 11.4 8.5L12.6 10.5C12.77 10.78 13.1 10.83 13.35 10.63L16.5 8\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"previous \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.24 7.22005V16.7901C20.24 18.7501 18.11 19.98 16.41 19L12.26 16.61L8.10996 14.21C6.40996 13.23 6.40996 10.78 8.10996 9.80004L12.26 7.40004L16.41 5.01006C18.11 4.03006 20.24 5.25005 20.24 7.22005Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.76001 18.1801V5.82007\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"printer slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.25 7H16.75V5C16.75 3 16 2 13.75 2H10.25C8 2 7.25 3 7.25 5V7Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.9699 15H15.9999V19C15.9999 21 14.9999 22 12.9999 22H10.9999C9.30995 22 8.32995 21.29 8.06995 19.86\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 18C4 18 3 17 3 15V10C3 8 4 7 6 7H16.59\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.97 7.52002C20.66 8.00002 21 8.83002 21 10V15C21 17 20 18 18 18H16V15H13\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 15H15.79\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 11H9\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 2L2 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"printer \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.25 7H16.75V5C16.75 3 16 2 13.75 2H10.25C8 2 7.25 3 7.25 5V7Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 15V19C16 21 15 22 13 22H11C9 22 8 21 8 19V15H16Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 10V15C21 17 20 18 18 18H16V15H8V18H6C4 18 3 17 3 15V10C3 8 4 7 6 7H18C20 7 21 8 21 10Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 15H15.79H7\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 11H10\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"profile 2user \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.16006 10.87C9.06006 10.86 8.94006 10.86 8.83006 10.87C6.45006 10.79 4.56006 8.84 4.56006 6.44C4.56006 3.99 6.54006 2 9.00006 2C11.4501 2 13.4401 3.99 13.4401 6.44C13.4301 8.84 11.5401 10.79 9.16006 10.87Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.41 4C18.35 4 19.91 5.57 19.91 7.5C19.91 9.39 18.41 10.93 16.54 11C16.46 10.99 16.37 10.99 16.28 11\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.15997 14.56C1.73997 16.18 1.73997 18.82 4.15997 20.43C6.90997 22.27 11.42 22.27 14.17 20.43C16.59 18.81 16.59 16.17 14.17 14.56C11.43 12.73 6.91997 12.73 4.15997 14.56Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.3401 20C19.0601 19.85 19.7401 19.56 20.3001 19.13C21.8601 17.96 21.8601 16.03 20.3001 14.86C19.7501 14.44 19.0801 14.16 18.3701 14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"profile add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.5 19.5H14.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.5 21.5V17.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.16 10.87C12.06 10.86 11.94 10.86 11.83 10.87C9.44997 10.79 7.55997 8.84 7.55997 6.44C7.54997 3.99 9.53997 2 11.99 2C14.44 2 16.43 3.99 16.43 6.44C16.43 8.84 14.53 10.79 12.16 10.87Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.99 21.8101C10.17 21.8101 8.36004 21.3501 6.98004 20.4301C4.56004 18.8101 4.56004 16.1701 6.98004 14.5601C9.73004 12.7201 14.24 12.7201 16.99 14.5601\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"profile circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.12 12.78C12.05 12.77 11.96 12.77 11.88 12.78C10.12 12.72 8.71997 11.28 8.71997 9.50998C8.71997 7.69998 10.18 6.22998 12 6.22998C13.81 6.22998 15.28 7.69998 15.28 9.50998C15.27 11.28 13.88 12.72 12.12 12.78Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.74 19.3801C16.96 21.0101 14.6 22.0001 12 22.0001C9.40001 22.0001 7.04001 21.0101 5.26001 19.3801C5.36001 18.4401 5.96001 17.5201 7.03001 16.8001C9.77001 14.9801 14.25 14.9801 16.97 16.8001C18.04 17.5201 18.64 18.4401 18.74 19.3801Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"profile delete \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.41 18.09L15.59 20.91\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.41 20.91L15.59 18.09\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.1601 10.87C12.0601 10.86 11.9401 10.86 11.8301 10.87C9.45006 10.79 7.56006 8.84 7.56006 6.44C7.56006 3.99 9.54006 2 12.0001 2C14.4501 2 16.4401 3.99 16.4401 6.44C16.4301 8.84 14.5401 10.79 12.1601 10.87Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 21.8101C10.18 21.8101 8.37005 21.3501 6.99005 20.4301C4.57005 18.8101 4.57005 16.1701 6.99005 14.5601C9.74005 12.7201 14.25 12.7201 17 14.5601\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"profile remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.5 19H15.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.15 10.87C12.05 10.86 11.93 10.86 11.82 10.87C9.44005 10.79 7.55005 8.84 7.55005 6.44C7.55005 3.99 9.53005 2 11.99 2C14.44 2 16.43 3.99 16.43 6.44C16.42 8.84 14.53 10.79 12.15 10.87Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.99 21.8101C10.17 21.8101 8.36004 21.3501 6.98004 20.4301C4.56004 18.8101 4.56004 16.1701 6.98004 14.5601C9.73004 12.7201 14.24 12.7201 16.99 14.5601\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"profile tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.4399 19.05L15.9599 20.57L18.9999 17.53\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.16 10.87C12.06 10.86 11.94 10.86 11.83 10.87C9.44997 10.79 7.55997 8.84 7.55997 6.44C7.54997 3.99 9.53997 2 11.99 2C14.44 2 16.43 3.99 16.43 6.44C16.43 8.84 14.53 10.79 12.16 10.87Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.99 21.8101C10.17 21.8101 8.36004 21.3501 6.98004 20.4301C4.56004 18.8101 4.56004 16.1701 6.98004 14.5601C9.73004 12.7201 14.24 12.7201 16.99 14.5601\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"profile \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.1601 10.87C12.0601 10.86 11.9401 10.86 11.8301 10.87C9.45006 10.79 7.56006 8.84 7.56006 6.44C7.56006 3.99 9.54006 2 12.0001 2C14.4501 2 16.4401 3.99 16.4401 6.44C16.4301 8.84 14.5401 10.79 12.1601 10.87Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.15997 14.56C4.73997 16.18 4.73997 18.82 7.15997 20.43C9.90997 22.27 14.42 22.27 17.17 20.43C19.59 18.81 19.59 16.17 17.17 14.56C14.43 12.73 9.91997 12.73 7.15997 14.56Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"programming arrow \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 16V6.5C19 5.4 18.1 4.5 17 4.5H12.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 2L12 4.5L15 7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 9V16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.25 8.5C7.04493 8.5 8.5 7.04493 8.5 5.25C8.5 3.45507 7.04493 2 5.25 2C3.45507 2 2 3.45507 2 5.25C2 7.04493 3.45507 8.5 5.25 8.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 22C6.65685 22 8 20.6569 8 19C8 17.3431 6.65685 16 5 16C3.34315 16 2 17.3431 2 19C2 20.6569 3.34315 22 5 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 22C20.6569 22 22 20.6569 22 19C22 17.3431 20.6569 16 19 16C17.3431 16 16 17.3431 16 19C16 20.6569 17.3431 22 19 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"programming arrows \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 16V6.5C19 5.4 18.1 4.5 17 4.5H11.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 2L11 4.5L14 7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 22C20.6569 22 22 20.6569 22 19C22 17.3431 20.6569 16 19 16C17.3431 16 16 17.3431 16 19C16 20.6569 17.3431 22 19 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 8V17.5C5 18.6 5.9 19.5 7 19.5H12.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 22L13 19.5L10 17\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 8C6.65685 8 8 6.65685 8 5C8 3.34315 6.65685 2 5 2C3.34315 2 2 3.34315 2 5C2 6.65685 3.34315 8 5 8Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"quote down circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 12.1599H9.67999C10.39 12.1599 10.87 12.6999 10.87 13.3499V14.84C10.87 15.49 10.39 16.03 9.67999 16.03H8.19C7.54 16.03 7 15.49 7 14.84V12.1599Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 12.16C7 9.36997 7.52 8.89997 9.09 7.96997\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.1399 12.1599H15.8199C16.5299 12.1599 17.0099 12.6999 17.0099 13.3499V14.84C17.0099 15.49 16.5299 16.03 15.8199 16.03H14.3299C13.6799 16.03 13.1399 15.49 13.1399 14.84V12.1599Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.1399 12.16C13.1399 9.36997 13.6599 8.89997 15.2299 7.96997\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"quote down square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 12.1599H9.68C10.39 12.1599 10.87 12.6999 10.87 13.3499V14.84C10.87 15.49 10.39 16.03 9.68 16.03H8.19C7.54 16.03 7 15.49 7 14.84V12.1599\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 12.16C7 9.36997 7.52 8.89997 9.09 7.96997\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.1399 12.1599H15.8199C16.5299 12.1599 17.0099 12.6999 17.0099 13.3499V14.84C17.0099 15.49 16.5299 16.03 15.8199 16.03H14.3299C13.6799 16.03 13.1399 15.49 13.1399 14.84V12.1599\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.1399 12.16C13.1399 9.36997 13.6599 8.89997 15.2299 7.96997\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"quote down \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.9999 11.65H16.1999C14.6699 11.65 13.6199 10.49 13.6199 9.07001V5.84998C13.6199 4.42998 14.6699 3.27002 16.1999 3.27002H19.4199C20.8399 3.27002 21.9999 4.42998 21.9999 5.84998V11.65Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 11.6499C22 17.6999 20.87 18.6998 17.47 20.7198\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.37 11.65H4.56999C3.03999 11.65 1.98999 10.49 1.98999 9.07001V5.84998C1.98999 4.42998 3.03999 3.27002 4.56999 3.27002H7.79999C9.21999 3.27002 10.38 4.42998 10.38 5.84998V11.65\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.3701 11.6499C10.3701 17.6999 9.24009 18.6998 5.84009 20.7198\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"quote up circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.9999 11.84H14.3199C13.6099 11.84 13.1299 11.3 13.1299 10.65V9.15997C13.1299 8.50997 13.6099 7.96997 14.3199 7.96997H15.8099C16.4599 7.96997 16.9999 8.50997 16.9999 9.15997V11.84Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.9999 11.8401C16.9999 14.6301 16.4799 15.1001 14.9099 16.0301\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.86 11.84H8.17998C7.46998 11.84 6.98999 11.3 6.98999 10.65V9.15997C6.98999 8.50997 7.46998 7.96997 8.17998 7.96997H9.66998C10.32 7.96997 10.86 8.50997 10.86 9.15997V11.84Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.86 11.8401C10.86 14.6301 10.34 15.1001 8.77002 16.0301\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"quote up square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.9999 11.84H14.3199C13.6099 11.84 13.1299 11.3 13.1299 10.65V9.15997C13.1299 8.50997 13.6099 7.96997 14.3199 7.96997H15.8099C16.4599 7.96997 16.9999 8.50997 16.9999 9.15997V11.84Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.9999 11.8401C16.9999 14.6301 16.4799 15.1001 14.9099 16.0301\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.86 11.84H8.17999C7.46999 11.84 6.98999 11.3 6.98999 10.65V9.15997C6.98999 8.50997 7.46999 7.96997 8.17999 7.96997H9.66999C10.32 7.96997 10.86 8.50997 10.86 9.15997V11.84Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.86 11.8401C10.86 14.6301 10.34 15.1001 8.77002 16.0301\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"quote up \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 12.3501H7.79999C9.32999 12.3501 10.38 13.5101 10.38 14.9301V18.1501C10.38 19.5701 9.32999 20.7301 7.79999 20.7301H4.58002C3.16002 20.7301 2 19.5701 2 18.1501V12.3501\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 12.35C2 6.29998 3.13003 5.30003 6.53003 3.28003\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.6299 12.3501H19.4299C20.9599 12.3501 22.0099 13.5101 22.0099 14.9301V18.1501C22.0099 19.5701 20.9599 20.7301 19.4299 20.7301H16.2099C14.7899 20.7301 13.6299 19.5701 13.6299 18.1501V12.3501\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.6299 12.35C13.6299 6.29998 14.7599 5.30003 18.1599 3.28003\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"radar 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 18C21.26 16.33 22 14.25 22 12C22 9.75 21.26 7.67 20 6\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 6C2.74 7.67 2 9.75 2 12C2 14.25 2.74 16.33 4 18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.8 15.6C17.55 14.6 18.0001 13.35 18.0001 12C18.0001 10.65 17.55 9.40002 16.8 8.40002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.20001 8.40002C6.45001 9.40002 6 10.65 6 12C6 13.35 6.45001 14.6 7.20001 15.6\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"radar 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 4C7.67 2.75 9.75 2 12 2C17.52 2 22 6.48 22 12C22 17.52 17.52 22 12 22C6.48 22 2 17.52 2 12C2 10.19 2.47999 8.48999 3.32999 7.01999L12 12\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.82999 8.95999C6.29999 9.84999 6 10.89 6 12C6 15.31 8.69 18 12 18C15.31 18 18 15.31 18 12C18 8.69 15.31 6 12 6C11.09 6 10.22 6.20001 9.45001 6.57001\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"radar \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 4C7.67 2.75 9.75 2 12 2C17.52 2 22 6.48 22 12C22 17.52 17.52 22 12 22C6.48 22 2 17.52 2 12C2 10.19 2.47999 8.48999 3.32999 7.01999L12 12\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"radio \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 5H7C4 5 2 7 2 10V17C2 20 4 22 7 22H17C20 22 22 20 22 17V10C22 7 20 5 17 5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 2V5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 16C9.88071 16 11 14.8807 11 13.5C11 12.1193 9.88071 11 8.5 11C7.11929 11 6 12.1193 6 13.5C6 14.8807 7.11929 16 8.5 16Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.5 11H18.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.5 15H15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 15H18.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"ram 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.5 7V17C3.5 20 4.97 22 8.5 22H15.5C18.97 22 20.5 20 20.5 17V15.83C20.5 15.3 20.29 14.79 19.91 14.42L19.08 13.59C18.7 13.21 18.49 12.71 18.49 12.18V10C18.49 9.45 18.94 9 19.49 9C20.04 9 20.49 8.55 20.49 8V7C20.49 4 18.96 2 15.49 2H8.49C4.97 2 3.5 4 3.5 7Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.98998 21.97L7.97998 19C7.97998 17.89 8.86998 17 9.97998 17H13.99C15.09 17 15.98 17.89 15.99 18.99L16.02 21.98\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.93994 4.95006L8.98994 2.06006\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9399 4.95006L11.9899 2.06006\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.9399 4.92004L14.9899 2.04004\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"ram \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.5 7V17C3.5 20 4.97 22 8.5 22H15.5C18.97 22 20.5 20 20.5 17V15.83C20.5 15.3 20.29 14.79 19.91 14.42L19.08 13.59C18.7 13.21 18.49 12.71 18.49 12.18V10C18.49 9.45 18.94 9 19.49 9C20.04 9 20.49 8.55 20.49 8V7C20.49 4 18.96 2 15.49 2H8.49C4.97 2 3.5 4 3.5 7Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.98998 21.97L7.97998 19C7.97998 17.89 8.86998 17 9.97998 17H13.99C15.09 17 15.98 17.89 15.99 18.99L16.02 21.98\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.97 7.78003H7.96997\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"ranking 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.67 14H4C2.9 14 2 14.9 2 16V22H8.67V14Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.33 10H10.66C9.56003 10 8.66003 10.9 8.66003 12V22H15.33V12C15.33 10.9 14.44 10 13.33 10Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 17H15.33V22H22V19C22 17.9 21.1 17 20 17Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.52 2.07007L13.05 3.13006C13.12 3.28006 13.31 3.42006 13.47 3.44006L14.43 3.60007C15.04 3.70007 15.19 4.15005 14.75 4.58005L14 5.33005C13.87 5.46005 13.8 5.70006 13.84 5.87006L14.05 6.79007C14.22 7.52007 13.83 7.80007 13.19 7.42007L12.29 6.89007C12.13 6.79007 11.86 6.79007 11.7 6.89007L10.8 7.42007C10.16 7.80007 9.76998 7.52007 9.93998 6.79007L10.15 5.87006C10.19 5.70006 10.12 5.45005 9.98999 5.33005L9.24999 4.59006C8.80999 4.15006 8.94999 3.71005 9.56999 3.61005L10.53 3.45007C10.69 3.42007 10.88 3.28007 10.95 3.14007L11.48 2.08005C11.77 1.50005 12.23 1.50007 12.52 2.07007Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"ranking \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.3 8.10998L14.62 10.75C14.8 11.11 15.28 11.47 15.68 11.53L18.07 11.93C19.6 12.19 19.96 13.29 18.86 14.39L17 16.25C16.69 16.56 16.51 17.17 16.61 17.61L17.14 19.92C17.56 21.74 16.59 22.45 14.98 21.5L12.74 20.17C12.33 19.93 11.67 19.93 11.26 20.17L9.01996 21.5C7.40996 22.45 6.43995 21.74 6.85995 19.92L7.38998 17.61C7.48998 17.18 7.30997 16.57 6.99997 16.25L5.13998 14.39C4.03998 13.29 4.39996 12.18 5.92996 11.93L8.31997 11.53C8.71997 11.46 9.19997 11.11 9.37997 10.75L10.7 8.10998C11.41 6.67998 12.59 6.67998 13.3 8.10998Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 9V2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 9V2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 4V2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"receipt 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.73 19.7C7.55 18.82 8.8 18.89 9.52 19.85L10.53 21.2C11.34 22.27 12.65 22.27 13.46 21.2L14.47 19.85C15.19 18.89 16.44 18.82 17.26 19.7C19.04 21.6 20.49 20.97 20.49 18.31V7.04C20.5 3.01 19.56 2 15.78 2H8.22C4.44 2 3.5 3.01 3.5 7.04V18.3C3.5 20.97 4.96 21.59 6.73 19.7Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 7H16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 11H15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"receipt 2 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.73 19.7C7.55 18.82 8.8 18.89 9.52 19.85L10.53 21.2C11.34 22.27 12.65 22.27 13.46 21.2L14.47 19.85C15.19 18.89 16.44 18.82 17.26 19.7C19.04 21.6 20.49 20.97 20.49 18.31V7.04C20.5 3.01 19.56 2 15.78 2H8.22C4.44 2 3.5 3.01 3.5 7.04V18.3C3.5 20.97 4.96 21.59 6.73 19.7Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.09607 11H8.10505\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.8984 11H16.3984\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.09607 7H8.10505\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.8984 7H16.3984\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"receipt 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20 7.04V16.96C20 18.48 19.86 19.56 19.5 20.33C19.5 20.34 19.49 20.36 19.48 20.37C19.26 20.65 18.97 20.79 18.63 20.79C18.1 20.79 17.46 20.44 16.77 19.7C15.95 18.82 14.69 18.89 13.97 19.85L12.96 21.19C12.56 21.73 12.03 22 11.5 22C10.97 22 10.44 21.73 10.04 21.19L9.02002 19.84C8.31002 18.89 7.05999 18.82 6.23999 19.69L6.22998 19.7C5.09998 20.91 4.10002 21.09 3.52002 20.37C3.51002 20.36 3.5 20.34 3.5 20.33C3.14 19.56 3 18.48 3 16.96V7.04C3 5.52 3.14 4.44 3.5 3.67C3.5 3.66 3.50002 3.65 3.52002 3.64C4.09002 2.91 5.09998 3.09 6.22998 4.3L6.23999 4.31C7.05999 5.18 8.31002 5.11 9.02002 4.16L10.04 2.81C10.44 2.27 10.97 2 11.5 2C12.03 2 12.56 2.27 12.96 2.81L13.97 4.15C14.69 5.11 15.95 5.18 16.77 4.3C17.46 3.56 18.1 3.21 18.63 3.21C18.97 3.21 19.26 3.36 19.48 3.64C19.5 3.65 19.5 3.66 19.5 3.67C19.86 4.44 20 5.52 20 7.04Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 10.25H16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 13.75H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"receipt add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 6V8.42C22 10 21 11 19.42 11H16V4.01C16 2.9 16.91 2 18.02 2C19.11 2.01 20.11 2.45 20.83 3.17C21.55 3.9 22 4.9 22 6Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 7V21C2 21.83 2.94001 22.3 3.60001 21.8L5.31 20.52C5.71 20.22 6.27 20.26 6.63 20.62L8.28999 22.29C8.67999 22.68 9.32001 22.68 9.71001 22.29L11.39 20.61C11.74 20.26 12.3 20.22 12.69 20.52L14.4 21.8C15.06 22.29 16 21.82 16 21V4C16 2.9 16.9 2 18 2H7H6C3 2 2 3.79 2 6V7Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.25 10H11.75\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 12.75V7.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"receipt discount \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 6V8.42C22 10 21 11 19.42 11H16V4.01C16 2.9 16.91 2 18.02 2C19.11 2.01 20.11 2.45 20.83 3.17C21.55 3.9 22 4.9 22 6Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 7V21C2 21.83 2.94 22.3 3.6 21.8L5.31 20.52C5.71 20.22 6.27 20.26 6.63 20.62L8.29 22.29C8.68 22.68 9.32 22.68 9.71 22.29L11.39 20.61C11.74 20.26 12.3 20.22 12.69 20.52L14.4 21.8C15.06 22.29 16 21.82 16 21V4C16 2.9 16.9 2 18 2H7H6C3 2 2 3.79 2 6V7Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.27002 13.73L11.73 8.27002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9247 13.5H11.9337\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.1947 8.5H6.20368\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"receipt disscount \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.73 19.7C7.55 18.82 8.8 18.89 9.52 19.85L10.53 21.2C11.34 22.27 12.65 22.27 13.46 21.2L14.47 19.85C15.19 18.89 16.44 18.82 17.26 19.7C19.04 21.6 20.49 20.97 20.49 18.31V7.04C20.5 3.01 19.56 2 15.78 2H8.22C4.44 2 3.5 3.01 3.5 7.04V18.3C3.5 20.97 4.96 21.59 6.73 19.7Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 13L15 7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.9945 13H15.0035\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.99451 7.5H9.00349\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"receipt edit \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.5 11.3V7.04001C20.5 3.01001 19.56 2 15.78 2H8.22C4.44 2 3.5 3.01001 3.5 7.04001V18.3C3.5 20.96 4.96001 21.59 6.73001 19.69L6.73999 19.68C7.55999 18.81 8.80999 18.88 9.51999 19.83L10.53 21.18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 7H16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 11H15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.211 14.7703L14.671 18.3103C14.531 18.4503 14.401 18.7103 14.371 18.9003L14.181 20.2503C14.111 20.7403 14.451 21.0803 14.941 21.0103L16.291 20.8203C16.481 20.7903 16.751 20.6603 16.881 20.5203L20.421 16.9803C21.031 16.3703 21.321 15.6603 20.421 14.7603C19.531 13.8703 18.821 14.1603 18.211 14.7703Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.6992 15.2803C17.9992 16.3603 18.8392 17.2003 19.9192 17.5003\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"receipt item \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 6V8.42C22 10 21 11 19.42 11H16V4.01C16 2.9 16.91 2 18.02 2C19.11 2.01 20.11 2.45 20.83 3.17C21.55 3.9 22 4.9 22 6Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 7V21C2 21.83 2.94 22.3 3.6 21.8L5.31 20.52C5.71 20.22 6.27 20.26 6.63 20.62L8.29 22.29C8.68 22.68 9.32 22.68 9.71 22.29L11.39 20.61C11.74 20.26 12.3 20.22 12.69 20.52L14.4 21.8C15.06 22.29 16 21.82 16 21V4C16 2.9 16.9 2 18 2H7H6C3 2 2 3.79 2 6V7Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 13.01H12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 9.01001H12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.99561 13H6.00459\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.99561 9H6.00459\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"receipt minus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 6V8.42C22 10 21 11 19.42 11H16V4.01C16 2.9 16.91 2 18.02 2C19.11 2.01 20.11 2.45 20.83 3.17C21.55 3.9 22 4.9 22 6Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 7V21C2 21.83 2.94 22.3 3.6 21.8L5.31 20.52C5.71 20.22 6.27 20.26 6.63 20.62L8.29 22.29C8.68 22.68 9.32 22.68 9.71 22.29L11.39 20.61C11.74 20.26 12.3 20.22 12.69 20.52L14.4 21.8C15.06 22.29 16 21.82 16 21V4C16 2.9 16.9 2 18 2H7H6C3 2 2 3.79 2 6V7Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.25 10H11.75\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"receipt search \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.5 11.3V7.04001C20.5 3.01001 19.56 2 15.78 2H8.22C4.44 2 3.5 3.01001 3.5 7.04001V18.3C3.5 20.96 4.96001 21.59 6.73001 19.69L6.73999 19.68C7.55999 18.81 8.80999 18.88 9.51999 19.83L10.53 21.18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.2 21.4C19.9673 21.4 21.4 19.9673 21.4 18.2C21.4 16.4327 19.9673 15 18.2 15C16.4327 15 15 16.4327 15 18.2C15 19.9673 16.4327 21.4 18.2 21.4Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 22L21 21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 7H16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 11H15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"receipt square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.89999 16.5299C9.37999 16.0099 10.12 16.0499 10.54 16.6199L11.14 17.4199C11.61 18.0499 12.39 18.0499 12.86 17.4199L13.45 16.6299C13.87 16.0699 14.61 16.0299 15.09 16.5399C16.14 17.6599 16.99 17.2899 16.99 15.7199V9.08987C16.99 6.71987 16.43 6.12988 14.21 6.12988H9.76999C7.54999 6.12988 6.98999 6.71987 6.98999 9.08987V15.7199C6.99999 17.2699 7.85999 17.6399 8.89999 16.5299Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"receipt text \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 6V8.42C22 10 21 11 19.42 11H16V4.01C16 2.9 16.91 2 18.02 2C19.11 2.01 20.11 2.45 20.83 3.17C21.55 3.9 22 4.9 22 6Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 7V21C2 21.83 2.93998 22.3 3.59998 21.8L5.31 20.52C5.71 20.22 6.27 20.26 6.63 20.62L8.28998 22.29C8.67998 22.68 9.32002 22.68 9.71002 22.29L11.39 20.61C11.74 20.26 12.3 20.22 12.69 20.52L14.4 21.8C15.06 22.29 16 21.82 16 21V4C16 2.9 16.9 2 18 2H7H6C3 2 2 3.79 2 6V7Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 9H12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.75 13H11.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"receipt \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 6V8.42C22 10 21 11 19.42 11H16V4.01C16 2.9 16.91 2 18.02 2C19.11 2.01 20.11 2.45 20.83 3.17C21.55 3.9 22 4.9 22 6Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 7V21C2 21.83 2.93998 22.3 3.59998 21.8L5.31 20.52C5.71 20.22 6.27 20.26 6.63 20.62L8.28998 22.29C8.67998 22.68 9.32002 22.68 9.71002 22.29L11.39 20.61C11.74 20.26 12.3 20.22 12.69 20.52L14.4 21.8C15.06 22.29 16 21.82 16 21V4C16 2.9 16.9 2 18 2H7H6C3 2 2 3.79 2 6V7Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"receive square 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.5898 13.3398H14.8298V9.09985\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.8299 13.3399L9.16992 7.67993\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 16.51C9.89 17.81 14.11 17.81 18 16.51\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"receive square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 11.51L12 14.51L15 11.51\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 14.51V6.51001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 16.51C9.89 17.81 14.11 17.81 18 16.51\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"received \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 17.5L19 3.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 7.22998V17.5H15.27\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.5 22H20.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"record circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.97 22C17.4928 22 21.97 17.5228 21.97 12C21.97 6.47715 17.4928 2 11.97 2C6.44712 2 1.96997 6.47715 1.96997 12C1.96997 17.5228 6.44712 22 11.97 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 16.23C14.3362 16.23 16.23 14.3362 16.23 12C16.23 9.66386 14.3362 7.77002 12 7.77002C9.66386 7.77002 7.77002 9.66386 7.77002 12C7.77002 14.3362 9.66386 16.23 12 16.23Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"record \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"recovery convert \"><svg   viewBox=\"0 0 22 22\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.6 11.5799V14.3099C13.6 16.5899 12.69 17.4999 10.41 17.4999H7.69C5.42 17.4999 4.5 16.5899 4.5 14.3099V11.5799C4.5 9.3099 5.41 8.3999 7.69 8.3999H10.42C12.69 8.3999 13.6 9.3099 13.6 11.5799Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.5 7.68V10.41C17.5 12.69 16.59 13.6 14.31 13.6H13.6V11.58C13.6 9.31 12.69 8.4 10.41 8.4H8.39999V7.68C8.39999 5.4 9.30999 4.5 11.59 4.5H14.32C16.59 4.5 17.5 5.41 17.5 7.68Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 14C21 17.87 17.87 21 14 21L15.05 19.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M1 8C1 4.13 4.13 1 8 1L6.95 2.75\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"redo \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.8701 18.3101H8.87012C6.11012 18.3101 3.87012 16.0701 3.87012 13.3101C3.87012 10.5501 6.11012 8.31006 8.87012 8.31006H19.8701\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.5701 10.8099L20.1301 8.24994L17.5701 5.68994\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"refresh 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 12C22 17.52 17.52 22 12 22C6.48 22 3.11 16.44 3.11 16.44M3.11 16.44H7.63M3.11 16.44V21.44M2 12C2 6.48 6.44 2 12 2C18.67 2 22 7.56 22 7.56M22 7.56V2.56M22 7.56H17.56\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"refresh circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.01001 14.5101C8.19001 14.8101 8.41 15.0901 8.66 15.3401C10.5 17.1801 13.49 17.1801 15.34 15.3401C16.09 14.5901 16.52 13.64 16.66 12.67\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.33997 11.3301C7.47997 10.3501 7.90997 9.41003 8.65997 8.66003C10.5 6.82003 13.49 6.82003 15.34 8.66003C15.6 8.92003 15.81 9.20005 15.99 9.49005\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.81995 17.18V14.51H10.4899\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.18 6.82007V9.49005H13.51\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"refresh left square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.33 7.51001C10.83 7.36001 11.38 7.26001 12 7.26001C14.76 7.26001 17 9.50001 17 12.26C17 15.02 14.76 17.26 12 17.26C9.24 17.26 7 15.02 7 12.26C7 11.23 7.31 10.28 7.84 9.48001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.62 7.64999L11.28 5.73999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.62 7.6499L11.56 9.0699\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"refresh right square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.67 7.51001C13.17 7.36001 12.62 7.26001 12 7.26001C9.24 7.26001 7 9.50001 7 12.26C7 15.02 9.24 17.26 12 17.26C14.76 17.26 17 15.02 17 12.26C17 11.23 16.69 10.28 16.16 9.48001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.38 7.64999L12.72 5.73999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.3799 7.6499L12.4399 9.0699\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"refresh square 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.5 12C17.5 15.04 15.04 17.5 12 17.5C8.96 17.5 7.10999 14.44 7.10999 14.44M7.10999 14.44H9.59M7.10999 14.44V17.19M6.5 12C6.5 8.96 8.94 6.5 12 6.5C15.67 6.5 17.5 9.56 17.5 9.56M17.5 9.56V6.81M17.5 9.56H15.06\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"refresh \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.55 21.67C18.84 20.54 22 16.64 22 12C22 6.48 17.56 2 12 2C5.33 2 2 7.56 2 7.56M2 7.56V3M2 7.56H4.01H6.44\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 12C2 17.52 6.48 22 12 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"3 3\"/>\n</svg>\n</li><li title=\"repeat circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.5 8.33997H14.9C15.79 8.33997 16.5 9.05994 16.5 9.93994V11.71\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.19 6.65991L7.5 8.33997L9.19 10.03\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.5 15.6599H9.10001C8.21001 15.6599 7.5 14.9399 7.5 14.0599V12.2899\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.8101 17.34L16.5001 15.66L14.8101 13.97\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"repeat \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.57996 5.15991H17.42C19.08 5.15991 20.42 6.49991 20.42 8.15991V11.4799\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.73996 2L3.57996 5.15997L6.73996 8.32001\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.42 18.84H6.57996C4.91996 18.84 3.57996 17.5 3.57996 15.84V12.52\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.26 21.9999L20.42 18.84L17.26 15.6799\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"repeate music \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14 3L16.44 5.34003L8.48999 5.32001C4.91999 5.32001 1.98999 8.25003 1.98999 11.84C1.98999 13.63 2.71998 15.26 3.89998 16.44\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.0001 21.0001L7.56006 18.66L15.5101 18.6801C19.0801 18.6801 22.0101 15.75 22.0101 12.16C22.0101 10.37 21.2801 8.74006 20.1001 7.56006\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 12H15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"repeate one \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14 3L16.44 5.34003L8.48999 5.32001C4.91999 5.32001 1.98999 8.25003 1.98999 11.84C1.98999 13.63 2.71999 15.26 3.89999 16.44\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.0001 21.0001L7.56006 18.66L15.5101 18.6801C19.0801 18.6801 22.0101 15.75 22.0101 12.16C22.0101 10.37 21.2801 8.74006 20.1001 7.56006\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.25 14.67V9.33008L10.75 11.0001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"reserve \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.97 22H4.96997C1.96997 22 1.96997 20.65 1.96997 19V18C1.96997 17.45 2.41997 17 2.96997 17H20.97C21.52 17 21.97 17.45 21.97 18V19C21.97 20.65 21.97 22 18.97 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.72 13V17H3.27002V13C3.27002 9.16 5.98002 5.95 9.59002 5.18C10.13 5.06 10.69 5 11.27 5H12.72C13.3 5 13.87 5.06 14.41 5.18C18.02 5.96 20.72 9.16 20.72 13Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.5 4.5C14.5 4.74 14.47 4.96 14.41 5.18C13.87 5.06 13.3 5 12.72 5H11.27C10.69 5 10.13 5.06 9.59 5.18C9.53 4.96 9.5 4.74 9.5 4.5C9.5 3.12 10.62 2 12 2C13.38 2 14.5 3.12 14.5 4.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 11H9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"rotate left 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.25 22H11.75C15.5 22 17 20.5 17 16.75V12.25C17 8.5 15.5 7 11.75 7H7.25C3.5 7 2 8.5 2 12.25V16.75C2 20.5 3.5 22 7.25 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 9C22 5.13 18.87 2 15 2L16.05 3.75\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"rotate left \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.11008 5.0799C9.98008 4.8199 10.9401 4.6499 12.0001 4.6499C16.7901 4.6499 20.6701 8.5299 20.6701 13.3199C20.6701 18.1099 16.7901 21.9899 12.0001 21.9899C7.21008 21.9899 3.33008 18.1099 3.33008 13.3199C3.33008 11.5399 3.87008 9.8799 4.79008 8.4999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.87012 5.32L10.7601 2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.87012 5.32007L11.2401 7.78007\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"rotate right 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.75 22H12.25C8.5 22 7 20.5 7 16.75V12.25C7 8.5 8.5 7 12.25 7H16.75C20.5 7 22 8.5 22 12.25V16.75C22 20.5 20.5 22 16.75 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 9C2 5.13 5.13 2 9 2L7.95 3.75\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"rotate right \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.89 5.0799C14.02 4.8199 13.06 4.6499 12 4.6499C7.20996 4.6499 3.32996 8.5299 3.32996 13.3199C3.32996 18.1199 7.20996 21.9999 12 21.9999C16.79 21.9999 20.67 18.1199 20.67 13.3299C20.67 11.5499 20.13 9.8899 19.21 8.5099\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.13 5.32L13.24 2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.13 5.32007L12.76 7.78007\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"route square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.35 9.05004L15.01 16.59C14.45 18.38 11.94 18.41 11.35 16.63L10.65 14.56C10.46 13.99 10.01 13.53 9.43997 13.35L7.35997 12.65C5.58997 12.06 5.61997 9.53004 7.40997 8.99004L14.95 6.64003C16.43 6.19003 17.82 7.58004 17.35 9.05004Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"routing 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.46997 9C7.40297 9 8.96997 7.433 8.96997 5.5C8.96997 3.567 7.40297 2 5.46997 2C3.53697 2 1.96997 3.567 1.96997 5.5C1.96997 7.433 3.53697 9 5.46997 9Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M16.97 15H19.97C21.07 15 21.97 15.9 21.97 17V20C21.97 21.1 21.07 22 19.97 22H16.97C15.87 22 14.97 21.1 14.97 20V17C14.97 15.9 15.87 15 16.97 15Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M11.9999 5H14.6799C16.5299 5 17.3899 7.29 15.9999 8.51L8.00995 15.5C6.61995 16.71 7.47994 19 9.31994 19H11.9999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.48622 5.5H5.49777\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.4862 18.5H18.4978\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"routing \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2.06999 4.59988C2.86999 1.13988 8.07999 1.13988 8.86999 4.59988C9.33999 6.62988 8.04999 8.34988 6.92999 9.41988C6.10999 10.1999 4.81999 10.1899 3.99999 9.41988C2.88999 8.34988 1.59999 6.62988 2.06999 4.59988Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M15.07 16.5999C15.87 13.1399 21.11 13.1399 21.91 16.5999C22.38 18.6299 21.09 20.3499 19.96 21.4199C19.14 22.1999 17.84 22.1899 17.02 21.4199C15.89 20.3499 14.6 18.6299 15.07 16.5999Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M12 5H14.68C16.53 5 17.39 7.29 16 8.51L8.01001 15.5C6.62001 16.71 7.48001 19 9.32001 19H12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.48622 5.5H5.49777\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.4862 17.5H18.4978\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"row horizontal \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.5 19.9V4.1C10.5 2.6 9.86 2 8.27 2H4.23C2.64 2 2 2.6 2 4.1V19.9C2 21.4 2.64 22 4.23 22H8.27C9.86 22 10.5 21.4 10.5 19.9Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 19.9V4.1C22 2.6 21.36 2 19.77 2H15.73C14.14 2 13.5 2.6 13.5 4.1V19.9C13.5 21.4 14.14 22 15.73 22H19.77C21.36 22 22 21.4 22 19.9Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"row vertical \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.9 13.5H4.1C2.6 13.5 2 14.14 2 15.73V19.77C2 21.36 2.6 22 4.1 22H19.9C21.4 22 22 21.36 22 19.77V15.73C22 14.14 21.4 13.5 19.9 13.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.9 2H4.1C2.6 2 2 2.64 2 4.23V8.27C2 9.86 2.6 10.5 4.1 10.5H19.9C21.4 10.5 22 9.86 22 8.27V4.23C22 2.64 21.4 2 19.9 2Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"ruler&pen \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.47 19V5C21.47 3 20.47 2 18.47 2H14.47C12.47 2 11.47 3 11.47 5V19C11.47 21 12.47 22 14.47 22H18.47C20.47 22 21.47 21 21.47 19Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M11.47 6H16.47\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M11.47 18H15.47\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M11.47 13.95L16.47 14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M11.47 10H14.47\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M5.49 2C3.86 2 2.53 3.33 2.53 4.95V17.91C2.53 18.36 2.72 19.04 2.95 19.43L3.77 20.79C4.71 22.36 6.26 22.36 7.2 20.79L8.02 19.43C8.25 19.04 8.44 18.36 8.44 17.91V4.95C8.44 3.33 7.11 2 5.49 2Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M8.44 7H2.53\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n</svg>\n</li><li title=\"ruler \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 17H19C21 17 22 16 22 14V10C22 8 21 7 19 7H5C3 7 2 8 2 10V14C2 16 3 17 5 17Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M18 7V12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M6 7V11\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M10.05 7L10 12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M14 7V10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n</svg>\n</li><li title=\"safe home \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M23 15.37V17.5601C23 20.0001 21.22 22.3 18.8 22.97C18.63 23.01 18.45 23.01 18.29 22.97C17.11 22.65 16.07 21.93 15.34 21C14.55 20.02 14.09 18.8101 14.09 17.5601V15.37C14.09 14.95 14.4 14.49 14.78 14.33L17.56 13.1899C18.19 12.9399 18.89 12.9399 19.52 13.1899L20.52 13.6L22.31 14.33C22.69 14.49 23 14.95 23 15.37Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.9501 11.0101L20.52 13.6L19.52 13.19C18.89 12.94 18.19 12.94 17.56 13.19L14.78 14.33C14.4 14.49 14.09 14.95 14.09 15.37V17.5601C14.09 18.8101 14.55 20.02 15.34 21H6.18003C4.81003 21 3.52005 19.9101 3.29005 18.5601L2.03004 11.0101C1.87004 10.0801 2.34002 8.83004 3.08002 8.24004L9.66004 2.98003C10.67 2.17003 12.31 2.17004 13.32 2.99004L19.9 8.24004C20.63 8.83004 21.1101 10.0801 20.9501 11.0101Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"sagittarius \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 3H21V12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 3L3 21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.6001 6.59998L17.4001 17.4\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"save 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.89 5.87988H5.10999C3.39999 5.87988 2 7.27987 2 8.98987V20.3499C2 21.7999 3.04 22.4199 4.31 21.7099L8.23999 19.5199C8.65999 19.2899 9.34 19.2899 9.75 19.5199L13.68 21.7099C14.95 22.4199 15.99 21.7999 15.99 20.3499V8.98987C16 7.27987 14.6 5.87988 12.89 5.87988Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 8.98987V20.3499C16 21.7999 14.96 22.4099 13.69 21.7099L9.76001 19.5199C9.34001 19.2899 8.65999 19.2899 8.23999 19.5199L4.31 21.7099C3.04 22.4099 2 21.7999 2 20.3499V8.98987C2 7.27987 3.39999 5.87988 5.10999 5.87988H12.89C14.6 5.87988 16 7.27987 16 8.98987Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 5.10999V16.47C22 17.92 20.96 18.53 19.69 17.83L16 15.77V8.98999C16 7.27999 14.6 5.88 12.89 5.88H8V5.10999C8 3.39999 9.39999 2 11.11 2H18.89C20.6 2 22 3.39999 22 5.10999Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"save add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 8.98987V20.3499C16 21.7999 14.96 22.4099 13.69 21.7099L9.76001 19.5199C9.34001 19.2899 8.65999 19.2899 8.23999 19.5199L4.31 21.7099C3.04 22.4099 2 21.7999 2 20.3499V8.98987C2 7.27987 3.39999 5.87988 5.10999 5.87988H12.89C14.6 5.87988 16 7.27987 16 8.98987Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 5.10999V16.47C22 17.92 20.96 18.53 19.69 17.83L16 15.77V8.98999C16 7.27999 14.6 5.88 12.89 5.88H8V5.10999C8 3.39999 9.39999 2 11.11 2H18.89C20.6 2 22 3.39999 22 5.10999Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 12H11\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 14V10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"save minus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 8.98987V20.3499C16 21.7999 14.96 22.4099 13.69 21.7099L9.76001 19.5199C9.34001 19.2899 8.65999 19.2899 8.23999 19.5199L4.31 21.7099C3.04 22.4099 2 21.7999 2 20.3499V8.98987C2 7.27987 3.39999 5.87988 5.10999 5.87988H12.89C14.6 5.87988 16 7.27987 16 8.98987Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 5.10999V16.47C22 17.92 20.96 18.53 19.69 17.83L16 15.77V8.98999C16 7.27999 14.6 5.88 12.89 5.88H8V5.10999C8 3.39999 9.39999 2 11.11 2H18.89C20.6 2 22 3.39999 22 5.10999Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 12H11\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"save remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 8.98987V20.3499C16 21.7999 14.96 22.4099 13.69 21.7099L9.76 19.5199C9.34 19.2899 8.66 19.2899 8.24 19.5199L4.31 21.7099C3.04 22.4099 2 21.7999 2 20.3499V8.98987C2 7.27987 3.4 5.87988 5.11 5.87988H12.89C14.6 5.87988 16 7.27987 16 8.98987Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.59009 13.4101L10.4101 10.5901\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.4101 13.4101L7.59009 10.5901\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 5.10999V16.47C22 17.92 20.96 18.53 19.69 17.83L16 15.77V8.98999C16 7.27999 14.6 5.88 12.89 5.88H8V5.10999C8 3.39999 9.4 2 11.11 2H18.89C20.6 2 22 3.39999 22 5.10999Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"scan barcode \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 9V6.5C2 4.01 4.01 2 6.5 2H9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 2H17.5C19.99 2 22 4.01 22 6.5V9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 16V17.5C22 19.99 19.99 22 17.5 22H16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 22H6.5C4.01 22 2 19.99 2 17.5V15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.5 7V9C10.5 10 10 10.5 9 10.5H7C6 10.5 5.5 10 5.5 9V7C5.5 6 6 5.5 7 5.5H9C10 5.5 10.5 6 10.5 7Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.5 7V9C18.5 10 18 10.5 17 10.5H15C14 10.5 13.5 10 13.5 9V7C13.5 6 14 5.5 15 5.5H17C18 5.5 18.5 6 18.5 7Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.5 15V17C10.5 18 10 18.5 9 18.5H7C6 18.5 5.5 18 5.5 17V15C5.5 14 6 13.5 7 13.5H9C10 13.5 10.5 14 10.5 15Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.5 15V17C18.5 18 18 18.5 17 18.5H15C14 18.5 13.5 18 13.5 17V15C13.5 14 14 13.5 15 13.5H17C18 13.5 18.5 14 18.5 15Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"scan \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 9V6.5C2 4.01 4.01 2 6.5 2H9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 2H17.5C19.99 2 22 4.01 22 6.5V9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 16V17.5C22 19.99 19.99 22 17.5 22H16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 22H6.5C4.01 22 2 19.99 2 17.5V15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 9.5V14.5C17 16.5 16 17.5 14 17.5H10C8 17.5 7 16.5 7 14.5V9.5C7 7.5 8 6.5 10 6.5H14C16 6.5 17 7.5 17 9.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 12H5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"scanner \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 9V7C2 4 4 2 7 2H17C20 2 22 4 22 7V9\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 15V17C2 20 4 22 7 22H17C20 22 22 20 22 17V15\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 12H22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"scanning \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 9V6.5C2 4.01 4.01 2 6.5 2H9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 2H17.5C19.99 2 22 4.01 22 6.5V9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 16V17.5C22 19.99 19.99 22 17.5 22H16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 22H6.5C4.01 22 2 19.99 2 17.5V15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 11C9.88071 11 11 9.88071 11 8.5C11 7.11929 9.88071 6 8.5 6C7.11929 6 6 7.11929 6 8.5C6 9.88071 7.11929 11 8.5 11Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.5 18C8.32843 18 9 17.3284 9 16.5C9 15.6716 8.32843 15 7.5 15C6.67157 15 6 15.6716 6 16.5C6 17.3284 6.67157 18 7.5 18Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.5 9C17.3284 9 18 8.32843 18 7.5C18 6.67157 17.3284 6 16.5 6C15.6716 6 15 6.67157 15 7.5C15 8.32843 15.6716 9 16.5 9Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5 18C16.8807 18 18 16.8807 18 15.5C18 14.1193 16.8807 13 15.5 13C14.1193 13 13 14.1193 13 15.5C13 16.8807 14.1193 18 15.5 18Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"scissor 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.5 10C7.433 10 9 8.433 9 6.5C9 4.567 7.433 3 5.5 3C3.567 3 2 4.567 2 6.5C2 8.433 3.567 10 5.5 10Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.5 21C7.433 21 9 19.433 9 17.5C9 15.567 7.433 14 5.5 14C3.567 14 2 15.567 2 17.5C2 19.433 3.567 21 5.5 21Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 6L8.64999 15.98\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 17.97L8.64999 7.97998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"scissor 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.41998 10.9001C9.48037 10.9001 10.34 10.0404 10.34 8.98006C10.34 7.91967 9.48037 7.06006 8.41998 7.06006C7.3596 7.06006 6.5 7.91967 6.5 8.98006C6.5 10.0404 7.3596 10.9001 8.41998 10.9001Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.41998 16.9401C9.48037 16.9401 10.34 16.0805 10.34 15.0201C10.34 13.9597 9.48037 13.1001 8.41998 13.1001C7.3596 13.1001 6.5 13.9597 6.5 15.0201C6.5 16.0805 7.3596 16.9401 8.41998 16.9401Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.4999 8.69995L10.1599 14.19\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.4999 15.28L10.1599 9.79004\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"scissor \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.5 10C7.433 10 9 8.433 9 6.5C9 4.567 7.433 3 5.5 3C3.567 3 2 4.567 2 6.5C2 8.433 3.567 10 5.5 10Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.5 21C7.433 21 9 19.433 9 17.5C9 15.567 7.433 14 5.5 14C3.567 14 2 15.567 2 17.5C2 19.433 3.567 21 5.5 21Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 6L8.64999 15.98\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 17.97L8.64999 7.97998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"screenmirroring \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.6 18.5H16.4C17.9 18.5 18.5 17.9 18.5 16.4V14.6C18.5 13.1 17.9 12.5 16.4 12.5H12.6C11.1 12.5 10.5 13.1 10.5 14.6V16.4C10.5 17.9 11.1 18.5 12.6 18.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"scroll \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.60002 8.96997L7.11002 11.46C6.82002 11.75 6.82002 12.24 7.11002 12.53L9.60002 15.02\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.4 8.96997L16.89 11.46C17.18 11.75 17.18 12.24 16.89 12.53L14.4 15.02\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"search favorite 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 11.5C21 16.75 16.75 21 11.5 21C6.25 21 2 16.75 2 11.5C2 6.25 6.25 2 11.5 2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 22L20 20\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.4999 6.12996C14.1499 5.02996 14.5599 3.65996 15.7199 3.28996C16.3299 3.08996 17.0799 3.25996 17.5099 3.84996C17.9099 3.23996 18.6899 3.09996 19.2899 3.28996C20.4499 3.65996 20.8599 5.02996 20.5099 6.12996C19.9599 7.87996 18.0399 8.78996 17.5099 8.78996C16.9699 8.78996 15.0699 7.89996 14.4999 6.12996Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"search favorite \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20 11C20 15.97 15.97 20 11 20C6.03 20 2 15.97 2 11C2 6.03 6.03 2 11 2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.4999 6.12996C13.1499 5.02996 13.5599 3.65996 14.7199 3.28996C15.3299 3.08996 16.0799 3.25996 16.5099 3.84996C16.9099 3.23996 17.6899 3.09996 18.2899 3.28996C19.4499 3.65996 19.8599 5.02996 19.5099 6.12996C18.9599 7.87996 17.0399 8.78996 16.5099 8.78996C15.9699 8.78996 14.0699 7.89996 13.4999 6.12996Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.9299 20.6898C19.4599 22.2898 20.6699 22.4498 21.5999 21.0498C22.4499 19.7698 21.8899 18.7198 20.3499 18.7198C19.2099 18.7098 18.5699 19.5998 18.9299 20.6898Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"search normal 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.5 21C16.7467 21 21 16.7467 21 11.5C21 6.25329 16.7467 2 11.5 2C6.25329 2 2 6.25329 2 11.5C2 16.7467 6.25329 21 11.5 21Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 22L20 20\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"search normal \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11 20C15.9706 20 20 15.9706 20 11C20 6.02944 15.9706 2 11 2C6.02944 2 2 6.02944 2 11C2 15.9706 6.02944 20 11 20Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.9299 20.6898C19.4599 22.2898 20.6699 22.4498 21.5999 21.0498C22.4499 19.7698 21.8899 18.7198 20.3499 18.7198C19.2099 18.7098 18.5699 19.5998 18.9299 20.6898Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"search status 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20 11C20 15.97 15.97 20 11 20C6.03 20 2 15.97 2 11C2 6.03 6.03 2 11 2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.9299 20.6898C19.4599 22.2898 20.6699 22.4498 21.5999 21.0498C22.4499 19.7698 21.8899 18.7198 20.3499 18.7198C19.2099 18.7098 18.5699 19.5998 18.9299 20.6898Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 5H20\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 8H17\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"search status \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14 5H20\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 8H17\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 11.5C21 16.75 16.75 21 11.5 21C6.25 21 2 16.75 2 11.5C2 6.25 6.25 2 11.5 2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 22L20 20\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"search zoom in 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11 20C15.9706 20 20 15.9706 20 11C20 6.02944 15.9706 2 11 2C6.02944 2 2 6.02944 2 11C2 15.9706 6.02944 20 11 20Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 11H13.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 13.5V8.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.9299 20.6898C19.4599 22.2898 20.6699 22.4498 21.5999 21.0498C22.4499 19.7698 21.8899 18.7198 20.3499 18.7198C19.2099 18.7098 18.5699 19.5998 18.9299 20.6898Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"search zoom in \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.19995 11.7H14.2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.7 14.2V9.19995\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.5 21C16.7467 21 21 16.7467 21 11.5C21 6.25329 16.7467 2 11.5 2C6.25329 2 2 6.25329 2 11.5C2 16.7467 6.25329 21 11.5 21Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 22L20 20\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"search zoom out 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 11.7H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.5 21C16.7467 21 21 16.7467 21 11.5C21 6.25329 16.7467 2 11.5 2C6.25329 2 2 6.25329 2 11.5C2 16.7467 6.25329 21 11.5 21Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 22L20 20\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"search zoom out \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11 20C15.9706 20 20 15.9706 20 11C20 6.02944 15.9706 2 11 2C6.02944 2 2 6.02944 2 11C2 15.9706 6.02944 20 11 20Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 11H13.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.9299 20.6898C19.4599 22.2898 20.6699 22.4498 21.5999 21.0498C22.4499 19.7698 21.8899 18.7198 20.3499 18.7198C19.2099 18.7098 18.5699 19.5998 18.9299 20.6898Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"security card \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.74 17.7499H17.66C17.57 17.8299 17.48 17.8999 17.39 17.9799L13.12 21.1799C11.71 22.2299 9.41001 22.2299 7.99001 21.1799L3.71001 17.9799C2.77001 17.2799 2 15.7299 2 14.5599V7.14986C2 5.92986 2.93001 4.57986 4.07001 4.14986L9.05 2.27986C9.87 1.96986 11.23 1.96986 12.05 2.27986L17.02 4.14986C17.97 4.50986 18.78 5.50986 19.03 6.52986H11.73C11.51 6.52986 11.31 6.53987 11.12 6.53987C9.27 6.64987 8.78999 7.31986 8.78999 9.42986V14.8598C8.79999 17.1598 9.39001 17.7499 11.74 17.7499Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.80005 11.22H22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 9.41977V14.9698C21.98 17.1898 21.37 17.7397 19.06 17.7397H11.7401C9.39005 17.7397 8.80005 17.1498 8.80005 14.8398V9.40976C8.80005 7.30976 9.28005 6.63974 11.1301 6.51974C11.3201 6.51974 11.5201 6.50977 11.7401 6.50977H19.06C21.41 6.51977 22 7.09977 22 9.41977Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.3201 15.2598H12.6501\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.75 15.2598H18.02\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"security safe \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.91 11.12C20.91 16.01 17.36 20.59 12.51 21.93C12.18 22.02 11.82 22.02 11.49 21.93C6.63996 20.59 3.08997 16.01 3.08997 11.12V6.72997C3.08997 5.90997 3.70998 4.97998 4.47998 4.66998L10.05 2.39001C11.3 1.88001 12.71 1.88001 13.96 2.39001L19.53 4.66998C20.29 4.97998 20.92 5.90997 20.92 6.72997L20.91 11.12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 12.5C13.1046 12.5 14 11.6046 14 10.5C14 9.39543 13.1046 8.5 12 8.5C10.8954 8.5 10 9.39543 10 10.5C10 11.6046 10.8954 12.5 12 12.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 12.5V15.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"security time \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.49 2.23006L5.50003 4.10006C4.35003 4.53006 3.41003 5.89006 3.41003 7.12006V14.5501C3.41003 15.7301 4.19005 17.2801 5.14005 17.9901L9.44003 21.2001C10.85 22.2601 13.17 22.2601 14.58 21.2001L18.88 17.9901C19.83 17.2801 20.61 15.7301 20.61 14.5501V7.12006C20.61 5.89006 19.67 4.53006 18.52 4.10006L13.53 2.23006C12.68 1.92006 11.32 1.92006 10.49 2.23006Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 15.5C14.2091 15.5 16 13.7091 16 11.5C16 9.29086 14.2091 7.5 12 7.5C9.79086 7.5 8 9.29086 8 11.5C8 13.7091 9.79086 15.5 12 15.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.25 10.25V11.18C12.25 11.53 12.07 11.86 11.76 12.04L11 12.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"security user \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.49 2.23006L5.50003 4.10005C4.35003 4.53005 3.41003 5.89004 3.41003 7.12004V14.55C3.41003 15.73 4.19005 17.28 5.14005 17.99L9.44003 21.2001C10.85 22.2601 13.17 22.2601 14.58 21.2001L18.88 17.99C19.83 17.28 20.61 15.73 20.61 14.55V7.12004C20.61 5.89004 19.67 4.53005 18.52 4.10005L13.53 2.23006C12.68 1.92006 11.32 1.92006 10.49 2.23006Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.0001 10.92C11.9601 10.92 11.9101 10.92 11.8701 10.92C10.9301 10.89 10.1801 10.11 10.1801 9.16003C10.1801 8.19003 10.9701 7.40002 11.9401 7.40002C12.9101 7.40002 13.7001 8.19003 13.7001 9.16003C13.6901 10.12 12.9401 10.89 12.0001 10.92Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.01 13.72C9.05004 14.36 9.05004 15.41 10.01 16.05C11.1 16.78 12.89 16.78 13.98 16.05C14.94 15.41 14.94 14.36 13.98 13.72C12.9 12.99 11.11 12.99 10.01 13.72Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"security \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.91 11.12C20.91 16.01 17.36 20.59 12.51 21.93C12.18 22.02 11.82 22.02 11.49 21.93C6.63996 20.59 3.08997 16.01 3.08997 11.12V6.72997C3.08997 5.90997 3.70998 4.97998 4.47998 4.66998L10.05 2.39001C11.3 1.88001 12.71 1.88001 13.96 2.39001L19.53 4.66998C20.29 4.97998 20.92 5.90997 20.92 6.72997L20.91 11.12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"send 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.51002 4.23001L18.07 8.51001C21.91 10.43 21.91 13.57 18.07 15.49L9.51002 19.77C3.75002 22.65 1.40002 20.29 4.28002 14.54L5.15002 12.81C5.37002 12.37 5.37002 11.64 5.15002 11.2L4.28002 9.46001C1.40002 3.71001 3.76002 1.35001 9.51002 4.23001Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.44 12H10.84\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"send 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.39999 6.32003L15.89 3.49003C19.7 2.22003 21.77 4.30003 20.51 8.11003L17.68 16.6C15.78 22.31 12.66 22.31 10.76 16.6L9.91999 14.08L7.39999 13.24C1.68999 11.34 1.68999 8.23003 7.39999 6.32003Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.11 13.6501L13.69 10.0601\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"send sqaure 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.5898 7.67993H14.8298V11.9299\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.8299 7.67993L9.16992 13.3399\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 16.51C9.89 17.81 14.11 17.81 18 16.51\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"send square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 9.51001L12 6.51001L15 9.51001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 6.51001V14.51\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 16.51C9.89 17.81 14.11 17.81 18 16.51\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"send \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.5 22H20.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 3.5L19 17.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 13.77V3.5H15.27\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"setting 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 12.8799V11.1199C2 10.0799 2.85 9.21994 3.9 9.21994C5.71 9.21994 6.45 7.93994 5.54 6.36994C5.02 5.46994 5.33 4.29994 6.24 3.77994L7.97 2.78994C8.76 2.31994 9.78 2.59994 10.25 3.38994L10.36 3.57994C11.26 5.14994 12.74 5.14994 13.65 3.57994L13.76 3.38994C14.23 2.59994 15.25 2.31994 16.04 2.78994L17.77 3.77994C18.68 4.29994 18.99 5.46994 18.47 6.36994C17.56 7.93994 18.3 9.21994 20.11 9.21994C21.15 9.21994 22.01 10.0699 22.01 11.1199V12.8799C22.01 13.9199 21.16 14.7799 20.11 14.7799C18.3 14.7799 17.56 16.0599 18.47 17.6299C18.99 18.5399 18.68 19.6999 17.77 20.2199L16.04 21.2099C15.25 21.6799 14.23 21.3999 13.76 20.6099L13.65 20.4199C12.75 18.8499 11.27 18.8499 10.36 20.4199L10.25 20.6099C9.78 21.3999 8.76 21.6799 7.97 21.2099L6.24 20.2199C5.33 19.6999 5.02 18.5299 5.54 17.6299C6.45 16.0599 5.71 14.7799 3.9 14.7799C2.85 14.7799 2 13.9199 2 12.8799Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"setting 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5699 18.5001V14.6001\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5699 7.45V5.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.57 12.65C17.0059 12.65 18.17 11.4859 18.17 10.05C18.17 8.61401 17.0059 7.44995 15.57 7.44995C14.134 7.44995 12.97 8.61401 12.97 10.05C12.97 11.4859 14.134 12.65 15.57 12.65Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.43005 18.5V16.55\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.43005 9.4V5.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.42996 16.5501C9.8659 16.5501 11.03 15.386 11.03 13.9501C11.03 12.5142 9.8659 11.3501 8.42996 11.3501C6.99402 11.3501 5.82996 12.5142 5.82996 13.9501C5.82996 15.386 6.99402 16.5501 8.42996 16.5501Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"setting 4 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 6.5H16\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 6.5H2\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 10C11.933 10 13.5 8.433 13.5 6.5C13.5 4.567 11.933 3 10 3C8.067 3 6.5 4.567 6.5 6.5C6.5 8.433 8.067 10 10 10Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 17.5H18\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 17.5H2\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 21C15.933 21 17.5 19.433 17.5 17.5C17.5 15.567 15.933 14 14 14C12.067 14 10.5 15.567 10.5 17.5C10.5 19.433 12.067 21 14 21Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"setting 5 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 22V11\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 7V2\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22V17\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 13V2\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 22V11\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 7V2\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 11H7\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 11H21\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 13H14\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"setting \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 9.11011V14.8801C3 17.0001 3 17.0001 5 18.3501L10.5 21.5301C11.33 22.0101 12.68 22.0101 13.5 21.5301L19 18.3501C21 17.0001 21 17.0001 21 14.8901V9.11011C21 7.00011 21 7.00011 19 5.65011L13.5 2.47011C12.68 1.99011 11.33 1.99011 10.5 2.47011L5 5.65011C3 7.00011 3 7.00011 3 9.11011Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"settings \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 16.5C14.4853 16.5 16.5 14.4853 16.5 12C16.5 9.51472 14.4853 7.5 12 7.5C9.51472 7.5 7.5 9.51472 7.5 12C7.5 14.4853 9.51472 16.5 12 16.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 12H7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 12H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"shapes 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.43 15H4.4C2.58 15 1.42 13.05 2.3 11.45L4.63 7.20994L6.81 3.23994C7.72 1.58994 10.1 1.58994 11.01 3.23994L13.2 7.20994L14.25 9.11995L15.53 11.45C16.41 13.05 15.25 15 13.43 15Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 15.5C22 19.09 19.09 22 15.5 22C11.91 22 9 19.09 9 15.5C9 15.33 9.01 15.17 9.02 15H13.43C15.25 15 16.41 13.05 15.53 11.45L14.25 9.12C14.65 9.04 15.07 9 15.5 9C19.09 9 22 11.91 22 15.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"shapes 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.97 12.25V16.75C16.97 20.5 15.47 22 11.72 22H7.22C3.47 22 1.97 20.5 1.97 16.75V12.25C1.97 8.5 3.47 7 7.22 7H11.72C15.47 7 16.97 8.5 16.97 12.25Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.97 7.5C21.97 10.37 19.78 12.72 16.97 12.97V12.25C16.97 8.5 15.47 7 11.72 7H11C11.25 4.19 13.6 2 16.47 2C19.26 2 21.56 4.07 21.91 6.77C21.95 7 21.97 7.25 21.97 7.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"shapes \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.43 15H4.4C2.58 15 1.42 13.05 2.3 11.45L4.63 7.20994L6.81 3.23994C7.72 1.58994 10.1 1.58994 11.01 3.23994L13.2 7.20994L14.25 9.11995L15.53 11.45C16.41 13.05 15.25 15 13.43 15Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 15.5C22 19.09 19.09 22 15.5 22C11.91 22 9 19.09 9 15.5C9 15.33 9.01 15.17 9.02 15H13.43C15.25 15 16.41 13.05 15.53 11.45L14.25 9.12C14.65 9.04 15.07 9 15.5 9C19.09 9 22 11.91 22 15.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"share \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.96 6.17004C18.96 7.56004 20.34 9.77004 20.62 12.32\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.48999 12.37C3.74999 9.82997 5.10999 7.61997 7.08999 6.21997\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.19 20.9399C9.35 21.5299 10.67 21.8599 12.06 21.8599C13.4 21.8599 14.66 21.5599 15.79 21.0099\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.06 7.70001C13.5954 7.70001 14.84 6.45537 14.84 4.92001C14.84 3.38466 13.5954 2.14001 12.06 2.14001C10.5247 2.14001 9.28003 3.38466 9.28003 4.92001C9.28003 6.45537 10.5247 7.70001 12.06 7.70001Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.82999 19.92C6.36534 19.92 7.60999 18.6753 7.60999 17.14C7.60999 15.6046 6.36534 14.36 4.82999 14.36C3.29464 14.36 2.04999 15.6046 2.04999 17.14C2.04999 18.6753 3.29464 19.92 4.82999 19.92Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.17 19.92C20.7054 19.92 21.95 18.6753 21.95 17.14C21.95 15.6046 20.7054 14.36 19.17 14.36C17.6347 14.36 16.39 15.6046 16.39 17.14C16.39 18.6753 17.6347 19.92 19.17 19.92Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"shield cross \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.49 2.23006L5.49997 4.11006C4.34997 4.54006 3.40997 5.90006 3.40997 7.12006V14.5501C3.40997 15.7301 4.18997 17.2801 5.13997 17.9901L9.43997 21.2001C10.85 22.2601 13.17 22.2601 14.58 21.2001L18.88 17.9901C19.83 17.2801 20.61 15.7301 20.61 14.5501V7.12006C20.61 5.89006 19.67 4.53006 18.52 4.10006L13.53 2.23006C12.68 1.92006 11.32 1.92006 10.49 2.23006Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.15 13.4399L9.90002 9.18994\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.1 9.23999L9.84998 13.49\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"shield search \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.59 10.5501V7.12006C20.59 5.89006 19.65 4.53006 18.5 4.10006L13.51 2.23006C12.68 1.92006 11.32 1.92006 10.49 2.23006L5.49997 4.11006C4.34997 4.54006 3.40997 5.90006 3.40997 7.12006V14.5501C3.40997 15.7301 4.18997 17.2801 5.13997 17.9901L9.43997 21.2001C10.14 21.7401 11.07 22.0001 12 22.0001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 20C18.2091 20 20 18.2091 20 16C20 13.7909 18.2091 12 16 12C13.7909 12 12 13.7909 12 16C12 18.2091 13.7909 20 16 20Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.9955 21H21.0045\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"shield security \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.49 2.23006L5.49997 4.11006C4.34997 4.54006 3.40997 5.90006 3.40997 7.12006V14.5501C3.40997 15.7301 4.18997 17.2801 5.13997 17.9901L9.43997 21.2001C10.85 22.2601 13.17 22.2601 14.58 21.2001L18.88 17.9901C19.83 17.2801 20.61 15.7301 20.61 14.5501V7.12006C20.61 5.89006 19.67 4.53006 18.52 4.10006L13.53 2.23006C12.68 1.92006 11.32 1.92006 10.49 2.23006Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 12.5C13.1046 12.5 14 11.6046 14 10.5C14 9.39543 13.1046 8.5 12 8.5C10.8954 8.5 10 9.39543 10 10.5C10 11.6046 10.8954 12.5 12 12.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 12.5V15.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"shield slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.84003 20.02L9.43003 21.21C10.84 22.27 13.16 22.27 14.57 21.21L18.87 18C19.82 17.29 20.6 15.74 20.6 14.56V7.12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.98 4.34006C18.83 4.25006 18.67 4.17006 18.51 4.10006L13.52 2.23006C12.69 1.92006 11.33 1.92006 10.5 2.23006L5.49997 4.11006C4.34997 4.54006 3.40997 5.90006 3.40997 7.12006V14.5501C3.40997 15.7301 4.18997 17.2801 5.13997 17.9901L5.33997 18.1401\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 2L2 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"shield tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.49 2.23006L5.50003 4.11006C4.35003 4.54006 3.41003 5.90006 3.41003 7.12006V14.5501C3.41003 15.7301 4.19003 17.2801 5.14003 17.9901L9.44003 21.2001C10.85 22.2601 13.17 22.2601 14.58 21.2001L18.88 17.9901C19.83 17.2801 20.61 15.7301 20.61 14.5501V7.12006C20.61 5.89006 19.67 4.53006 18.52 4.10006L13.53 2.23006C12.68 1.92006 11.32 1.92006 10.49 2.23006Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.05005 11.8701L10.66 13.4801L14.96 9.18005\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"shield \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.49 2.23006L5.50003 4.11006C4.35003 4.54006 3.41003 5.90006 3.41003 7.12006V14.5501C3.41003 15.7301 4.19003 17.2801 5.14003 17.9901L9.44003 21.2001C10.85 22.2601 13.17 22.2601 14.58 21.2001L18.88 17.9901C19.83 17.2801 20.61 15.7301 20.61 14.5501V7.12006C20.61 5.89006 19.67 4.53006 18.52 4.10006L13.53 2.23006C12.68 1.92006 11.32 1.92006 10.49 2.23006Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"ship \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.42 12.3699C21.29 12.7199 21.83 13.7499 21.63 14.6599L21.22 16.5199C20.51 19.7199 18 21.9999 14.38 21.9999H9.61998C5.99998 21.9999 3.48999 19.7199 2.77999 16.5199L2.36998 14.6599C2.16998 13.7499 2.70997 12.7199 3.57997 12.3699L4.99999 11.7999L10.51 9.58993C11.47 9.20993 12.53 9.20993 13.49 9.58993L19 11.7999L20.42 12.3699Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22V10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 8V11.8L13.49 9.59C12.53 9.21 11.47 9.21 10.51 9.59L5 11.8V8C5 6.35 6.35 5 8 5H16C17.65 5 19 6.35 19 8Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.5 5H9.5V3C9.5 2.45 9.95 2 10.5 2H13.5C14.05 2 14.5 2.45 14.5 3V5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"shop add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.01 11.22V15.71C21.01 20.2 19.22 22 14.72 22H9.33002C8.75002 22 8.21998 21.97 7.72998 21.9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.03998 15.52V11.22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.03 12C13.86 12 15.21 10.5101 15.03 8.68005L14.36 2H9.69001L9.02003 8.68005C8.84003 10.5101 10.2 12 12.03 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.33 12C20.35 12 21.83 10.36 21.63 8.34998L21.35 5.59998C20.99 2.99998 19.99 2 17.37 2H14.32L15.02 9.01001C15.2 10.66 16.68 12 18.33 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.66998 12C7.31998 12 8.80996 10.66 8.96996 9.01001L9.19 6.80005L9.66998 2H6.61999C3.99999 2 3.00001 2.99998 2.64001 5.59998L2.35998 8.34998C2.15998 10.36 3.64998 12 5.66998 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 19C9 19.75 8.78998 20.4601 8.41998 21.0601C8.22998 21.3801 7.99998 21.67 7.72998 21.9C7.69998 21.94 7.67 21.97 7.63 22C6.93 22.63 6.01 23 5 23C3.78 23 2.68997 22.45 1.96997 21.59C1.94997 21.56 1.92002 21.54 1.90002 21.51C1.78002 21.37 1.67002 21.2201 1.58002 21.0601C1.21002 20.4601 1 19.75 1 19C1 17.74 1.58 16.61 2.5 15.88C2.67 15.74 2.84998 15.62 3.03998 15.52C3.61998 15.19 4.29 15 5 15C6 15 6.89998 15.36 7.59998 15.97C7.71998 16.06 7.82999 16.17 7.92999 16.28C8.58999 17 9 17.95 9 19Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.48999 18.98H3.51001\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 17.52V20.51\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"shop remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.01 11.22V15.71C21.01 20.2 19.22 22 14.72 22H9.33002C8.75002 22 8.21998 21.97 7.72998 21.9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.03998 15.52V11.22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.03 12C13.86 12 15.21 10.5101 15.03 8.68005L14.36 2H9.69001L9.02003 8.68005C8.84003 10.5101 10.2 12 12.03 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.33 12C20.35 12 21.83 10.36 21.63 8.34998L21.35 5.59998C20.99 2.99998 19.99 2 17.37 2H14.32L15.02 9.01001C15.2 10.66 16.68 12 18.33 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.66998 12C7.31998 12 8.80996 10.66 8.96996 9.01001L9.19 6.80005L9.66998 2H6.61999C3.99999 2 3.00001 2.99998 2.64001 5.59998L2.35998 8.34998C2.15998 10.36 3.64998 12 5.66998 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 19C9 19.75 8.78998 20.4601 8.41998 21.0601C8.22998 21.3801 7.99998 21.67 7.72998 21.9C7.69998 21.94 7.67 21.97 7.63 22C6.93 22.63 6.01 23 5 23C3.78 23 2.68997 22.45 1.96997 21.59C1.94997 21.56 1.92002 21.54 1.90002 21.51C1.78002 21.37 1.67002 21.2201 1.58002 21.0601C1.21002 20.4601 1 19.75 1 19C1 17.74 1.58 16.61 2.5 15.88C2.67 15.74 2.84998 15.62 3.03998 15.52C3.61998 15.19 4.29 15 5 15C6 15 6.89998 15.36 7.59998 15.97C7.71998 16.06 7.82999 16.17 7.92999 16.28C8.58999 17 9 17.95 9 19Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.48999 18.98H3.51001\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"shop \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.00999 11.22V15.71C3.00999 20.2 4.80999 22 9.29999 22H14.69C19.18 22 20.98 20.2 20.98 15.71V11.22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 12C13.83 12 15.18 10.51 15 8.68L14.34 2H9.67L9 8.68C8.82 10.51 10.17 12 12 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.31 12C20.33 12 21.81 10.36 21.61 8.35L21.33 5.6C20.97 3 19.97 2 17.35 2H14.3L15 9.01C15.17 10.66 16.66 12 18.31 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.64 12C7.29 12 8.78 10.66 8.94 9.01L9.16 6.8L9.64001 2H6.59C3.97001 2 2.97 3 2.61 5.6L2.34 8.35C2.14 10.36 3.62 12 5.64 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 17C10.33 17 9.5 17.83 9.5 19.5V22H14.5V19.5C14.5 17.83 13.67 17 12 17Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"shopping bag \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.39999 6.5H15.6C19 6.5 19.34 8.09 19.57 10.03L20.47 17.53C20.76 19.99 20 22 16.5 22H7.50999C3.99999 22 3.23999 19.99 3.53999 17.53L4.44 10.03C4.66 8.09 4.99999 6.5 8.39999 6.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 8V4.5C8 3 9 2 10.5 2H13.5C15 2 16 3 16 4.5V8\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.41 17.03H8\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"shopping cart \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 2H3.74001C4.82001 2 5.67 2.93 5.58 4L4.75 13.96C4.61 15.59 5.89999 16.99 7.53999 16.99H18.19C19.63 16.99 20.89 15.81 21 14.38L21.54 6.88C21.66 5.22 20.4 3.87 18.73 3.87H5.82001\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.25 22C16.9404 22 17.5 21.4404 17.5 20.75C17.5 20.0596 16.9404 19.5 16.25 19.5C15.5596 19.5 15 20.0596 15 20.75C15 21.4404 15.5596 22 16.25 22Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.25 22C8.94036 22 9.5 21.4404 9.5 20.75C9.5 20.0596 8.94036 19.5 8.25 19.5C7.55964 19.5 7 20.0596 7 20.75C7 21.4404 7.55964 22 8.25 22Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 8H21\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"sidebar bottom \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.97 15V9C21.97 4 19.97 2 14.97 2H8.96997C3.96997 2 1.96997 4 1.96997 9V15C1.96997 20 3.96997 22 8.96997 22H14.97C19.97 22 21.97 20 21.97 15Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 15.5H2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.56 8.5L12 11.06L9.44 8.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"sidebar left \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.97 15V9C21.97 4 19.97 2 14.97 2H8.96997C3.96997 2 1.96997 4 1.96997 9V15C1.96997 20 3.96997 22 8.96997 22H14.97C19.97 22 21.97 20 21.97 15Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.96997 2V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.97 9.43994L12.41 11.9999L14.97 14.5599\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"sidebar right \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.97 15V9C21.97 4 19.97 2 14.97 2H8.96997C3.96997 2 1.96997 4 1.96997 9V15C1.96997 20 3.96997 22 8.96997 22H14.97C19.97 22 21.97 20 21.97 15Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.97 2V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.96997 9.43994L10.53 11.9999L7.96997 14.5599\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"sidebar top \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.97 15V9C21.97 4 19.97 2 14.97 2H8.96997C3.96997 2 1.96997 4 1.96997 9V15C1.96997 20 3.96997 22 8.96997 22H14.97C19.97 22 21.97 20 21.97 15Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 8.5H2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.56 15.4999L12 12.9399L9.44 15.4999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"signpost \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.22 2H8.96005C8.56005 2 8.18002 2.14 7.87002 2.38L5.68002 4.13C4.80002 4.83 4.80002 6.15999 5.68002 6.85999L7.87002 8.60999C8.18002 8.85999 8.57005 8.98999 8.96005 8.98999H17.22C18.19 8.98999 18.97 8.20999 18.97 7.23999V3.73999C18.97 2.77999 18.19 2 17.22 2Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.79999 12H15.06C15.46 12 15.84 12.14 16.15 12.38L18.34 14.13C19.22 14.83 19.22 16.16 18.34 16.86L16.15 18.61C15.84 18.86 15.45 18.99 15.06 18.99H6.79999C5.82999 18.99 5.04999 18.21 5.04999 17.24V13.74C5.04999 12.78 5.82999 12 6.79999 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 12V9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22V19\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 22H15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"simcard 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.54 6.54L16.47 3.47C15.53 2.53 14.26 2 12.93 2H8C5 2 3 4 3 7V17C3 20 5 22 8 22H16C19 22 21 20 21 17V10.07C21 8.74 20.47 7.47 19.54 6.54Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 18.5H14C15.65 18.5 17 17.15 17 15.5V12.5C17 10.85 15.65 9.5 14 9.5H10C8.35 9.5 7 10.85 7 12.5V15.5C7 17.15 8.35 18.5 10 18.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 9.5V18.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.5 14H16.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"simcard 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 12.69V18.08C16 20.42 14.44 21.97 12.11 21.97H5.89C3.56 21.97 2 20.42 2 18.08V10.31C2 7.97004 3.56 6.42004 5.89 6.42004H9.72C10.75 6.42004 11.74 6.83004 12.47 7.56004L14.86 9.94004C15.59 10.67 16 11.66 16 12.69Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 8.24997V13.64C22 15.97 20.44 17.53 18.11 17.53H16V12.69C16 11.66 15.59 10.67 14.86 9.93997L12.47 7.55997C11.74 6.82997 10.75 6.41997 9.72 6.41997H8V5.85997C8 3.52997 9.56 1.96997 11.89 1.96997H15.72C16.75 1.96997 17.74 2.37997 18.47 3.10997L20.86 5.49997C21.59 6.22997 22 7.21997 22 8.24997Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"simcard \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.54 6.53998L16.47 3.46997C15.53 2.52997 14.26 2.01001 12.93 2.01001H8C5 2.01001 3 4.01001 3 7.01001V17.01C3 20.01 5 22.01 8 22.01H16C19 22.01 21 20.01 21 17.01V10.08C21 8.74002 20.47 7.46998 19.54 6.53998Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.5 14L7.5 16L9.5 18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.5 14L16.5 16L14.5 18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"size \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.97 12.25V16.75C16.97 20.5 15.47 22 11.72 22H7.22C3.47 22 1.97 20.5 1.97 16.75V12.25C1.97 8.5 3.47 7 7.22 7H11.72C15.47 7 16.97 8.5 16.97 12.25Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.97 5.85V9.15C21.97 11.9 20.87 13 18.12 13H16.97V12.25C16.97 8.5 15.47 7 11.72 7H10.97V5.85C10.97 3.1 12.07 2 14.82 2H18.12C20.87 2 21.97 3.1 21.97 5.85Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.9 5L4.90002 19\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"slider horizontal 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 16.5V7.5C5 6.88 5.02 6.33 5.09 5.84C5.38 3.21 6.62 2.5 10 2.5H14C17.38 2.5 18.62 3.21 18.91 5.84C18.98 6.33 19 6.88 19 7.5V16.5C19 17.12 18.98 17.67 18.91 18.16C18.62 20.79 17.38 21.5 14 21.5H10C6.62 21.5 5.38 20.79 5.09 18.16C5.02 17.67 5 17.12 5 16.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 19.5V4.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 19V4\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"slider horizontal \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18 7V17C18 17.62 17.98 18.17 17.91 18.66C17.62 21.29 16.38 22 13 22H11C7.62 22 6.38 21.29 6.09 18.66C6.02 18.17 6 17.62 6 17V7C6 6.38 6.02 5.83 6.09 5.34C6.38 2.71 7.62 2 11 2H13C16.38 2 17.62 2.71 17.91 5.34C17.98 5.83 18 6.38 18 7Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 17.0001C6 17.6201 6.02 18.1701 6.09 18.6601C5.95 18.6701 5.82 18.6701 5.67 18.6701H5.33C2.67 18.6701 2 18.0001 2 15.3301V8.67008C2 6.00008 2.67 5.33008 5.33 5.33008H5.67C5.82 5.33008 5.95 5.33008 6.09 5.34008C6.02 5.83008 6 6.38008 6 7.00008V17.0001Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 8.67008V15.3301C22 18.0001 21.33 18.6701 18.67 18.6701H18.33C18.18 18.6701 18.05 18.6701 17.91 18.6601C17.98 18.1701 18 17.6201 18 17.0001V7.00008C18 6.38008 17.98 5.83008 17.91 5.34008C18.05 5.33008 18.18 5.33008 18.33 5.33008H18.67C21.33 5.33008 22 6.00008 22 8.67008Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"slider vertical 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.5 5H16.5C17.12 5 17.67 5.02 18.16 5.09C20.79 5.38 21.5 6.62 21.5 10V14C21.5 17.38 20.79 18.62 18.16 18.91C17.67 18.98 17.12 19 16.5 19H7.5C6.88 19 6.33 18.98 5.84 18.91C3.21 18.62 2.5 17.38 2.5 14V10C2.5 6.62 3.21 5.38 5.84 5.09C6.33 5.02 6.88 5 7.5 5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.5 2H19.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 22H20\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"slider vertical \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 6H17C17.62 6 18.17 6.02 18.66 6.09C21.29 6.38 22 7.62 22 11V13C22 16.38 21.29 17.62 18.66 17.91C18.17 17.98 17.62 18 17 18H7C6.38 18 5.83 17.98 5.34 17.91C2.71 17.62 2 16.38 2 13V11C2 7.62 2.71 6.38 5.34 6.09C5.83 6.02 6.38 6 7 6Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 17.9999C17.62 17.9999 18.17 17.9799 18.66 17.9099C18.67 18.0499 18.67 18.1799 18.67 18.3299V18.6699C18.67 21.3299 18 21.9999 15.33 21.9999H8.67C6 21.9999 5.33 21.3299 5.33 18.6699V18.3299C5.33 18.1799 5.33 18.0499 5.34 17.9099C5.83 17.9799 6.38 17.9999 7 17.9999H17Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.67 2H15.33C18 2 18.67 2.67 18.67 5.33V5.67C18.67 5.82 18.67 5.95 18.66 6.09C18.17 6.02 17.62 6 17 6H7C6.38 6 5.83 6.02 5.34 6.09C5.33 5.95 5.33 5.82 5.33 5.67V5.33C5.33 2.67 6 2 8.67 2Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"slider \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22H9C6.5 22 5 20.2 5 18V6C5 3.8 6.5 2 9 2H15C17.5 2 19 3.8 19 6V18C19 20.2 17.5 22 15 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 16.01H19\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 4V20\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 4V20\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"smallcaps \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M1.98999 5.93007V4.42007C1.98999 3.40007 2.81999 2.57007 3.83999 2.57007H16.76C17.78 2.57007 18.61 3.40007 18.61 4.42007V5.93007\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.3 18.1001V3.32007\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.8999 18.1001H12.4799\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.6799 10.3401H20.6899C21.4199 10.3401 22.0099 10.9301 22.0099 11.6601V12.4601\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.0801 21.4301V10.8701\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.9399 21.4299H18.2199\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"smart car \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.14 7.62H6.87001C5.01001 7.62 4.59002 8.55001 4.36002 9.70001L3.51001 13.75H15.51L14.66 9.70001C14.41 8.55001 14 7.62 12.14 7.62Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.99 20.36C17.07 21.24 16.37 22 15.47 22H14.06C13.25 22 13.14 21.65 12.99 21.23L12.84 20.78C12.63 20.17 12.49 19.75 11.41 19.75H7.57001C6.49001 19.75 6.33 20.22 6.14 20.78L5.99001 21.23C5.85001 21.66 5.74 22 4.92 22H3.50999C2.60999 22 1.90001 21.24 1.99001 20.36L2.41 15.79C2.52 14.66 2.73 13.74 4.7 13.74H14.27C16.24 13.74 16.45 14.66 16.56 15.79L16.99 20.36Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.5 11.5H2.75\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.25 11.5H15.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 16.75H7.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.75 16.75H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.71 8.73992C18.99 8.08992 18.89 7.20993 18.37 6.43993C17.86 5.66993 17.08 5.23993 16.37 5.24993\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.82 9.72998C22.24 8.21998 21.94 6.37002 20.87 4.77002C19.8 3.17002 18.2 2.19 16.64 2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"smart home \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.4 21.8101H17.6C19.03 21.8101 20.4 20.65 20.64 19.24L21.97 11.28C22.13 10.3 21.63 8.99002 20.86 8.37002L13.93 2.82998C12.86 1.96998 11.13 1.96997 10.07 2.81997L3.14004 8.37002C2.36004 8.99002 1.86002 10.3 2.03002 11.28L2.31002 12.96\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 19C3.76 19.04 4.96 20.24 5 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 22C7.99 21.24 7.86 20.53 7.63 19.88C7.04 18.21 5.78 16.96 4.12 16.37C3.47 16.14 2.76 16.01 2 16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M1.9955 22H2.0045\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"smileys \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14 6.19995V10C11.21 10.05 10.05 11.21 10 14H6.2C3.2 14 2 12.8 2 9.80005V6.19995C2 3.19995 3.2 2 6.2 2H9.8C12.8 2 14 3.19995 14 6.19995Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.96001 5.86996C6.43001 5.50996 5.73001 5.50998 5.20001 5.88998\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.96 5.86996C10.43 5.50996 9.73001 5.50998 9.20001 5.88998\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.15999 11.42H5.83999C5.53999 11.42 5.29999 11.18 5.29999 10.88C5.29999 9.39 6.50999 8.18005 7.99999 8.18005C8.63999 8.18005 9.22999 8.40002 9.68999 8.77002\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 14.2V17.8C22 20.8 20.8 22 17.8 22H14.2C11.2 22 10 20.8 10 17.8V14C10.05 11.21 11.21 10.05 14 10H17.8C20.8 10 22 11.2 22 14.2Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.96 13.62C14.43 13.98 13.73 13.98 13.2 13.6\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.96 13.62C18.43 13.98 17.73 13.98 17.2 13.6\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.84 16.1801H18.16C18.46 16.1801 18.7 16.42 18.7 16.72C18.7 18.21 17.49 19.42 16 19.42C14.51 19.42 13.3 18.21 13.3 16.72C13.3 16.42 13.54 16.1801 13.84 16.1801Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"sms edit \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 20.5H7C4 20.5 2 19 2 15.5V8.5C2 5 4 3.5 7 3.5H17C20 3.5 22 5 22 8.5V11.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 9L13.87 11.5C12.84 12.32 11.15 12.32 10.12 11.5L7 9\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.21 14.77L15.6701 18.31C15.5301 18.45 15.4 18.71 15.37 18.9L15.18 20.25C15.11 20.74 15.45 21.0801 15.94 21.0101L17.29 20.82C17.48 20.79 17.75 20.66 17.88 20.52L21.4201 16.9801C22.0301 16.3701 22.3201 15.6601 21.4201 14.7601C20.5301 13.8701 19.82 14.16 19.21 14.77Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.7001 15.28C19.0001 16.36 19.8401 17.2 20.9201 17.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"sms notification \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 10.5V15.5C22 19 20 20.5 17 20.5H7C4 20.5 2 19 2 15.5V8.5C2 5 4 3.5 7 3.5H14\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 9L10.13 11.5C11.16 12.32 12.85 12.32 13.88 11.5L15.06 10.56\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.5 8C20.8807 8 22 6.88071 22 5.5C22 4.11929 20.8807 3 19.5 3C18.1193 3 17 4.11929 17 5.5C17 6.88071 18.1193 8 19.5 8Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"sms search \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 20.5H7C4 20.5 2 19 2 15.5V8.5C2 5 4 3.5 7 3.5H17C20 3.5 22 5 22 8.5V11.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 9L13.87 11.5C12.84 12.32 11.15 12.32 10.12 11.5L7 9\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.2 21.4C19.9673 21.4 21.4 19.9673 21.4 18.2C21.4 16.4327 19.9673 15 18.2 15C16.4327 15 15 16.4327 15 18.2C15 19.9673 16.4327 21.4 18.2 21.4Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 22L21 21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"sms star \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 11.5V15.5C22 19 20 20.5 17 20.5H7C4 20.5 2 19 2 15.5V8.5C2 5 4 3.5 7 3.5H12\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 9L10.13 11.5C11.16 12.32 12.85 12.32 13.88 11.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.48 2.81994L19.76 3.38993C19.9 3.66993 20.25 3.92994 20.56 3.98994L20.94 4.04994C22.08 4.23994 22.35 5.07994 21.53 5.90994L21.18 6.25993C20.95 6.49993 20.82 6.95993 20.89 7.27993L20.94 7.48994C21.25 8.86994 20.52 9.39993 19.32 8.67993L19.06 8.52993C18.75 8.34993 18.25 8.34993 17.94 8.52993L17.68 8.67993C16.47 9.40993 15.74 8.86994 16.06 7.48994L16.1099 7.27993C16.1799 6.95993 16.05 6.49993 15.82 6.25993L15.47 5.90994C14.65 5.07994 14.92 4.23994 16.06 4.04994L16.44 3.98994C16.74 3.93994 17.1 3.66993 17.24 3.38993L17.52 2.81994C18.06 1.72994 18.94 1.72994 19.48 2.81994Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"sms tracking \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 8.5C2 5 4 3.5 7 3.5H17C20 3.5 22 5 22 8.5V15.5C22 19 20 20.5 17 20.5H7\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 9L13.87 11.5C12.84 12.32 11.15 12.32 10.12 11.5L7 9\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 16.5H8\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 12.5H5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"sms \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 20.5H7C4 20.5 2 19 2 15.5V8.5C2 5 4 3.5 7 3.5H17C20 3.5 22 5 22 8.5V15.5C22 19 20 20.5 17 20.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 9L13.87 11.5C12.84 12.32 11.15 12.32 10.12 11.5L7 9\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"sort \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 7H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M6 12H18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M10 17H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n</svg>\n</li><li title=\"sound \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 8.25V15.75\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.5 5.75V18.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 3.25V20.75\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.5 5.75V18.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 8.25V15.75\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"speaker \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C18 22 19 21 19 18V6C19 3 18 2 15 2H9C6 2 5 3 5 6V18C5 21 6 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 18C13.6569 18 15 16.6569 15 15C15 13.3431 13.6569 12 12 12C10.3431 12 9 13.3431 9 15C9 16.6569 10.3431 18 12 18Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 9C12.8284 9 13.5 8.32843 13.5 7.5C13.5 6.67157 12.8284 6 12 6C11.1716 6 10.5 6.67157 10.5 7.5C10.5 8.32843 11.1716 9 12 9Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"speedometer \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.14 19.5C20.91 17.7 22 15.22 22 12.5C22 6.98 17.52 2.5 12 2.5C6.48 2.5 2 6.98 2 12.5C2 15.22 3.08 17.68 4.84 19.49\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 21.5C13.8667 21.5 15.38 19.9867 15.38 18.12C15.38 16.2533 13.8667 14.74 12 14.74C10.1333 14.74 8.62 16.2533 8.62 18.12C8.62 19.9867 10.1333 21.5 12 21.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.25 12H16C16.82 12 17.5 11.33 17.5 10.5C17.5 9.68 16.82 9 16 9C15.18 9 14.5 9.67 14.5 10.5V11.25C14.5 11.66 14.84 12 15.25 12Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"star 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.73 3.51001L15.49 7.03001C15.73 7.52002 16.37 7.99001 16.91 8.08001L20.1 8.61001C22.14 8.95001 22.62 10.43 21.15 11.89L18.67 14.37C18.25 14.79 18.02 15.6 18.15 16.18L18.86 19.25C19.42 21.68 18.13 22.62 15.98 21.35L12.99 19.58C12.45 19.26 11.56 19.26 11.01 19.58L8.01997 21.35C5.87997 22.62 4.57997 21.67 5.13997 19.25L5.84997 16.18C5.97997 15.6 5.74997 14.79 5.32997 14.37L2.84997 11.89C1.38997 10.43 1.85997 8.95001 3.89997 8.61001L7.08997 8.08001C7.61997 7.99001 8.25997 7.52002 8.49997 7.03001L10.26 3.51001C11.22 1.60001 12.78 1.60001 13.73 3.51001Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"star slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.27997 18.65L5.84997 16.18C5.97997 15.6 5.74997 14.79 5.32997 14.37L2.84997 11.89C1.38997 10.43 1.85997 8.95001 3.89997 8.61001L7.08997 8.08001C7.61997 7.99001 8.25997 7.52002 8.49997 7.03001L10.26 3.51001C11.21 1.60001 12.77 1.60001 13.73 3.51001L15.49 7.03001C15.6 7.26001 15.81 7.48001 16.04 7.67001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.1 8.60999C22.14 8.94999 22.62 10.43 21.15 11.89L18.67 14.37C18.25 14.79 18.02 15.6 18.15 16.18L18.86 19.25C19.42 21.68 18.13 22.62 15.98 21.35L12.99 19.58C12.45 19.26 11.56 19.26 11.01 19.58L8.02002 21.35\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 2L2 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"star \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.39 5.21L16.7999 8.02999C16.9899 8.41999 17.4999 8.78999 17.9299 8.86999L20.48 9.28999C22.11 9.55999 22.49 10.74 21.32 11.92L19.3299 13.91C18.9999 14.24 18.81 14.89 18.92 15.36L19.4899 17.82C19.9399 19.76 18.9 20.52 17.19 19.5L14.7999 18.08C14.3699 17.82 13.65 17.82 13.22 18.08L10.8299 19.5C9.11994 20.51 8.07995 19.76 8.52995 17.82L9.09996 15.36C9.20996 14.9 9.01995 14.25 8.68995 13.91L6.69996 11.92C5.52996 10.75 5.90996 9.56999 7.53996 9.28999L10.0899 8.86999C10.5199 8.79999 11.03 8.41999 11.22 8.02999L12.63 5.21C13.38 3.68 14.62 3.68 15.39 5.21Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 5H2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 19H2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 12H2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"status up \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.87988 18.1501V16.0801\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M12 18.15V14.01\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M17.1201 18.1499V11.9299\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M17.1199 5.8501L16.6599 6.3901C14.1099 9.3701 10.6899 11.4801 6.87988 12.4301\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M14.1899 5.8501H17.1199V8.7701\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"status \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2.45001 14.97C3.52001 18.41 6.40002 21.06 9.98002 21.79\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.04999 10.98C2.55999 5.93 6.81998 2 12 2C17.18 2 21.44 5.94 21.95 10.98\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.01 21.8C17.58 21.07 20.45 18.45 21.54 15.02\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"sticker \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.93 12.86C21.91 13.05 21.88 13.23 21.83 13.41C20.79 12.53 19.44 12 17.97 12C14.66 12 11.97 14.69 11.97 18C11.97 19.47 12.5 20.82 13.38 21.86C13.2 21.91 13.02 21.94 12.83 21.96C11.98 22.04 11.11 22 10.21 21.85C6.09999 21.15 2.78999 17.82 2.10999 13.7C0.97999 6.85002 6.81999 1.01002 13.67 2.14002C17.79 2.82002 21.12 6.13002 21.82 10.24C21.97 11.14 22.01 12.01 21.93 12.86Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.83 13.41C21.69 13.9 21.43 14.34 21.06 14.71L14.68 21.09C14.31 21.46 13.87 21.72 13.38 21.86C12.5 20.82 11.97 19.47 11.97 18C11.97 14.69 14.66 12 17.97 12C19.44 12 20.79 12.53 21.83 13.41Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"stickynote \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 2V5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 2V5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 11H15\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 15H12\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 22H9C4 22 3 19.94 3 15.82V9.65C3 4.95 4.67 3.69 8 3.5H16C19.33 3.68 21 4.95 21 9.65V16\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 16L15 22V19C15 17 16 16 18 16H21Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"stop circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.97 22C17.4928 22 21.97 17.5228 21.97 12C21.97 6.47715 17.4928 2 11.97 2C6.44712 2 1.96997 6.47715 1.96997 12C1.96997 17.5228 6.44712 22 11.97 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.73 16.23H13.27C15.39 16.23 16.23 15.38 16.23 13.27V10.73C16.23 8.61002 15.38 7.77002 13.27 7.77002H10.73C8.61002 7.77002 7.77002 8.62002 7.77002 10.73V13.27C7.77002 15.38 8.62002 16.23 10.73 16.23Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"stop \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.3 21H14.7C19.2 21 21 19.2 21 14.7V9.3C21 4.8 19.2 3 14.7 3H9.3C4.8 3 3 4.8 3 9.3V14.7C3 19.2 4.8 21 9.3 21Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"story \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.42 7.95C18.86 10.39 18.86 14.35 16.42 16.79C13.98 19.23 10.02 19.23 7.58 16.79C5.14 14.35 5.14 10.39 7.58 7.95C10.02 5.51 13.98 5.51 16.42 7.95Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.24999 21.64C6.24999 20.84 4.49999 19.39 3.33999 17.38C2.19999 15.41 1.81999 13.22 2.08999 11.13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.84998 4.47998C7.54998 3.14998 9.67997 2.35999 12 2.35999C14.27 2.35999 16.36 3.12997 18.04 4.40997\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.75 21.64C17.75 20.84 19.5 19.39 20.66 17.38C21.8 15.41 22.18 13.22 21.91 11.13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"strongbox 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 19H16C18 19 19 18 19 16V8C19 6 18 5 16 5H8C6 5 5 6 5 8V16C5 18 6 19 8 19Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 9.5H7.48C8.86 9.5 9.98 10.62 9.98 12C9.98 13.38 8.86 14.5 7.48 14.5H5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 9.98999H16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 14H16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.2002 12H7.3002\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"strongbox \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.3511 10.9101C14.2511 11.6201 13.8311 12.2201 13.2511 12.5801V14.5601C13.2511 15.2501 12.6911 15.8101 12.0011 15.8101C11.3111 15.8101 10.7511 15.2501 10.7511 14.5601V12.5801C10.1711 12.2201 9.75109 11.6201 9.65109 10.9101C9.63109 10.8001 9.62109 10.6801 9.62109 10.5601C9.62109 9.04012 11.0611 7.86012 12.6411 8.28012C13.4411 8.49012 14.0911 9.14012 14.3011 9.94012C14.3911 10.2701 14.4011 10.6001 14.3511 10.9101Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n<path d=\"M22.0016 10.9102H14.3516\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n<path d=\"M9.64999 10.9099H2\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n</svg>\n</li><li title=\"subtitle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.5 17.0801H15.65\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.97 17.0801H6.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.5 13.3201H11.97\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.27 13.3201H6.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"sun 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 18.5C15.5899 18.5 18.5 15.5899 18.5 12C18.5 8.41015 15.5899 5.5 12 5.5C8.41015 5.5 5.5 8.41015 5.5 12C5.5 15.5899 8.41015 18.5 12 18.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.14 19.14L19.01 19.01M19.01 4.99L19.14 4.86L19.01 4.99ZM4.86 19.14L4.99 19.01L4.86 19.14ZM12 2.08V2V2.08ZM12 22V21.92V22ZM2.08 12H2H2.08ZM22 12H21.92H22ZM4.99 4.99L4.86 4.86L4.99 4.99Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"sun fog \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.5 12C18.5 8.41 15.59 5.5 12 5.5C8.41 5.5 5.5 8.41 5.5 12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.98999 4.98999L4.85999 4.85999M19.01 4.98999L19.14 4.85999L19.01 4.98999ZM12 2.07999V2V2.07999ZM2.08002 12H2H2.08002ZM22 12H21.92H22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 15H20\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 18H18\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 21H15\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"sun \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 8.5V3\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 21V15.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 3H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 21H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.96996 10.25L4.20996 7.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.79 16.5L15.03 13.75\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.20996 9.23001L5.20996 5.77002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.79 18.23L20.79 14.77\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5 12C15.5 12.64 15.33 13.23 15.03 13.75C14.42 14.8 13.29 15.5 12 15.5C10.71 15.5 9.58 14.8 8.97 13.75C8.67 13.23 8.5 12.64 8.5 12C8.5 11.36 8.67 10.77 8.97 10.25C9.58 9.2 10.71 8.5 12 8.5C13.29 8.5 14.42 9.2 15.03 10.25C15.33 10.77 15.5 11.36 15.5 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.79 7.5L15.03 10.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.96996 13.75L4.20996 16.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.79 9.23001L18.79 5.77002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.20996 18.23L3.20996 14.77\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"tag 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.40476 15.5264L8.93476 20.0564C10.7948 21.9164 13.8148 21.9164 15.6848 20.0564L20.0748 15.6664C21.9348 13.8064 21.9348 10.7864 20.0748 8.91637L15.5348 4.39637C14.5848 3.44637 13.2748 2.93637 11.9348 3.00637L6.93476 3.24637C4.93476 3.33637 3.34476 4.92637 3.24476 6.91637L3.00476 11.9164C2.94476 13.2664 3.45476 14.5764 4.40476 15.5264Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.73486 12.2263C11.1156 12.2263 12.2349 11.107 12.2349 9.72632C12.2349 8.34561 11.1156 7.22632 9.73486 7.22632C8.35415 7.22632 7.23486 8.34561 7.23486 9.72632C7.23486 11.107 8.35415 12.2263 9.73486 12.2263Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M13.2349 17.2263L17.2349 13.2263\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"tag cross \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.2801 20.25H17.0001C19.7601 20.25 22.0001 18.01 22.0001 15.25V8.75C22.0001 5.99 19.7601 3.75 17.0001 3.75H10.2801C8.87005 3.75 7.53005 4.34 6.58005 5.39L3.05005 9.27C1.64005 10.82 1.64005 13.18 3.05005 14.73L6.58005 18.61C7.53005 19.66 8.87005 20.25 10.2801 20.25Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.0001 14.47L11.0601 9.53003\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M11.0601 14.47L16.0001 9.53003\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n</svg>\n</li><li title=\"tag right \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.21995 3.09998H15.6599C16.3399 3.09998 17.19 3.56998 17.55 4.14998L21.73 10.83C22.13 11.48 22.09 12.5 21.63 13.11L16.45 20.01C16.08 20.5 15.28 20.9 14.67 20.9H4.21995C2.46995 20.9 1.40999 18.98 2.32999 17.49L5.09995 13.06C5.46995 12.47 5.46995 11.51 5.09995 10.92L2.32999 6.48998C1.40999 5.01998 2.47995 3.09998 4.21995 3.09998Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"tag user \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18 18.86H17.24C16.44 18.86 15.68 19.17 15.12 19.73L13.41 21.42C12.63 22.19 11.36 22.19 10.58 21.42L8.87 19.73C8.31 19.17 7.54 18.86 6.75 18.86H6C4.34 18.86 3 17.53 3 15.89V4.97C3 3.33 4.34 2 6 2H18C19.66 2 21 3.33 21 4.97V15.88C21 17.52 19.66 18.86 18 18.86Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.0699 8.95005C12.0299 8.95005 11.9699 8.95005 11.9199 8.95005C10.8699 8.91005 10.0399 8.06005 10.0399 7.00005C10.0399 5.92005 10.9099 5.05005 11.9899 5.05005C13.0699 5.05005 13.9399 5.93005 13.9399 7.00005C13.9499 8.06005 13.1199 8.92005 12.0699 8.95005Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.24994 11.9601C7.91994 12.8501 7.91994 14.3001 9.24994 15.1901C10.7599 16.2001 13.2399 16.2001 14.7499 15.1901C16.0799 14.3001 16.0799 12.8501 14.7499 11.9601C13.2399 10.9601 10.7699 10.9601 9.24994 11.9601Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"tag \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.16989 15.3L8.69989 19.83C10.5599 21.69 13.5799 21.69 15.4499 19.83L19.8399 15.44C21.6999 13.58 21.6999 10.56 19.8399 8.69005L15.2999 4.17005C14.3499 3.22005 13.0399 2.71005 11.6999 2.78005L6.69989 3.02005C4.69989 3.11005 3.10989 4.70005 3.00989 6.69005L2.76989 11.69C2.70989 13.04 3.21989 14.35 4.16989 15.3Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.5 12C10.8807 12 12 10.8807 12 9.5C12 8.11929 10.8807 7 9.5 7C8.11929 7 7 8.11929 7 9.5C7 10.8807 8.11929 12 9.5 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n</svg>\n</li><li title=\"task square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.37 8.87988H17.62\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.38 8.87988L7.13 9.62988L9.38 7.37988\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.37 15.8799H17.62\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.38 15.8799L7.13 16.6299L9.38 14.3799\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"task \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11 19.5H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 12.5H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 5.5H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 5.5L4 6.5L7 3.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 12.5L4 13.5L7 10.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 19.5L4 20.5L7 17.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"teacher \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.05 2.53004L4.03002 6.46004C2.10002 7.72004 2.10002 10.54 4.03002 11.8L10.05 15.73C11.13 16.44 12.91 16.44 13.99 15.73L19.98 11.8C21.9 10.54 21.9 7.73004 19.98 6.47004L13.99 2.54004C12.91 1.82004 11.13 1.82004 10.05 2.53004Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.63 13.08L5.62 17.77C5.62 19.04 6.6 20.4 7.8 20.8L10.99 21.86C11.54 22.04 12.45 22.04 13.01 21.86L16.2 20.8C17.4 20.4 18.38 19.04 18.38 17.77V13.13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.4 15V9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"text block \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 8.8899C10.15 7.3199 13.85 7.3199 17 8.8899\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 16.2999V7.92993\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"text bold \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.87988 4.5C4.87988 3.4 5.77988 2.5 6.87988 2.5H11.9999C14.6199 2.5 16.7499 4.63 16.7499 7.25C16.7499 9.87 14.6199 12 11.9999 12H4.87988V4.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.87988 12H14.3799C16.9999 12 19.1299 14.13 19.1299 16.75C19.1299 19.37 16.9999 21.5 14.3799 21.5H6.87988C5.77988 21.5 4.87988 20.6 4.87988 19.5V12V12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"text italic \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.62012 3H18.8701\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.12012 21H14.3701\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.25 3L9.75 21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"text underline \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 21H19\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 3V10C5 13.87 8.13 17 12 17C15.87 17 19 13.87 19 10V3\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"text \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2.66992 7.17003V5.35003C2.66992 4.20003 3.59992 3.28003 4.73992 3.28003H19.2599C20.4099 3.28003 21.3299 4.21003 21.3299 5.35003V7.17003\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 20.7201V4.11011\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.06006 20.72H15.9401\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"textalign center \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 4.5H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.26001 9.5H16.74\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 14.5H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.26001 19.5H16.74\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"textalign justifycenter \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 4.5H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 9.5H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 14.5H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 19.5H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"textalign justifyleft \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 4.5H3\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 9.5H3\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 14.5H3\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 19.5H3\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"textalign justifyright \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 4.5H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 9.5H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 14.5H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 19.5H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"textalign left \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 4.5H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 9.5H12.47\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 14.5H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 19.5H12.47\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"textalign right \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 4.5H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.53 9.5H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 14.5H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.53 19.5H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"tick circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.75 12L10.58 14.83L16.25 9.17004\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"tick square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.75 12L10.58 14.83L16.25 9.17004\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"ticket 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.91 14.6924C18.91 15.9824 19.97 17.0324 21.26 17.0324C21.26 20.7824 20.32 21.7224 16.57 21.7224H7.19C3.44 21.7224 2.5 20.7824 2.5 17.0324V16.5724C3.79 16.5724 4.85 15.5124 4.85 14.2224C4.85 12.9324 3.79 11.8724 2.5 11.8724V11.4124C2.51 7.66241 3.44 6.72241 7.19 6.72241H16.56C20.31 6.72241 21.25 7.66241 21.25 11.4124V12.3524C19.96 12.3524 18.91 13.3924 18.91 14.6924Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.2111 6.7225H7.12109L10.0511 3.7925C12.4411 1.4025 13.6411 1.4025 16.0311 3.7925L16.6311 4.3925C16.0011 5.0225 15.8511 5.9525 16.2111 6.7225Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.87891 6.72266L9.87891 21.7227\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"5 5\"/>\n</svg>\n</li><li title=\"ticket discount \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.5 12.5C19.5 11.12 20.62 10 22 10V9C22 5 21 4 17 4H7C3 4 2 5 2 9V9.5C3.38 9.5 4.5 10.62 4.5 12C4.5 13.38 3.38 14.5 2 14.5V15C2 19 3 20 7 20H17C21 20 22 19 22 15C20.62 15 19.5 13.88 19.5 12.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 14.75L15 8.75\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.9945 14.75H15.0035\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.99451 9.25H9.00349\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"ticket expired \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.9023 19.8701H17.3723C21.0723 19.8701 21.9923 18.9501 21.9923 15.2501C20.7123 15.2501 19.6823 14.2101 19.6823 12.9401C19.6823 11.6601 20.7123 10.6201 21.9923 10.6201V9.70008C21.9923 6.00008 21.0723 5.08008 17.3723 5.08008H10.9923V11.8701\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.9936 16.87V19.87H8.22356C6.74356 19.87 5.87357 18.86 4.91357 16.54L4.73356 16.09C5.94356 15.61 6.53357 14.21 6.02357 13C5.53357 11.79 4.14357 11.21 2.92357 11.71L2.75357 11.28C1.31356 7.76 1.81357 6.53 5.33357 5.08L7.97357 4L10.9936 11.32V13.87\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.16219 19.8701H7.99219\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"ticket star \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.9949 4H6.99488C3.16488 4 2.09488 4.92 2.00488 8.5C3.93488 8.5 5.49488 10.07 5.49488 12C5.49488 13.93 3.93488 15.49 2.00488 15.5C2.09488 19.08 3.16488 20 6.99488 20H16.9949C20.9949 20 21.9949 19 21.9949 15V9C21.9949 5 20.9949 4 16.9949 4Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.99316 4V7.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.99316 16.5V20\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.025 9.32991L15.645 10.5799C15.705 10.6999 15.825 10.7899 15.955 10.8099L17.335 11.0099C17.675 11.0599 17.815 11.4799 17.565 11.7199L16.565 12.6899C16.465 12.7799 16.425 12.9199 16.445 13.0599L16.685 14.4299C16.745 14.7699 16.385 15.0299 16.085 14.8699L14.855 14.2199C14.735 14.1599 14.585 14.1599 14.465 14.2199L13.235 14.8699C12.925 15.0299 12.575 14.7699 12.635 14.4299L12.875 13.0599C12.895 12.9199 12.855 12.7899 12.755 12.6899L11.765 11.7199C11.515 11.4799 11.655 11.0599 11.995 11.0099L13.375 10.8099C13.515 10.7899 13.625 10.7099 13.685 10.5799L14.295 9.32991C14.435 9.01991 14.875 9.01991 15.025 9.32991Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"ticket \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.5 12.5C19.5 11.12 20.62 10 22 10V9C22 5 21 4 17 4H7C3 4 2 5 2 9V9.5C3.38 9.5 4.5 10.62 4.5 12C4.5 13.38 3.38 14.5 2 14.5V15C2 19 3 20 7 20H17C21 20 22 19 22 15C20.62 15 19.5 13.88 19.5 12.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 4L10 20\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"5 5\"/>\n</svg>\n</li><li title=\"timer 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.75 13.25C20.75 18.08 16.83 22 12 22C7.17 22 3.25 18.08 3.25 13.25C3.25 8.42 7.17 4.5 12 4.5C16.83 4.5 20.75 8.42 20.75 13.25Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 8V13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 2H15\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"timer pause \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C7.17 22 3.25 18.08 3.25 13.25C3.25 8.42 7.17 4.5 12 4.5C16.83 4.5 20.75 8.42 20.75 13.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 8V13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 2H15\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 17V21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 17V21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"timer start \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 8V13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22C7.17 22 3.25 18.08 3.25 13.25C3.25 8.42 7.17 4.5 12 4.5C16.83 4.5 20.75 8.42 20.75 13.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 2H15\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.9 18.5V17.34C14.9 15.91 15.92 15.32 17.16 16.04L18.16 16.62L19.16 17.2C20.4 17.92 20.4 19.09 19.16 19.81L18.16 20.39L17.16 20.97C15.92 21.69 14.9 21.1 14.9 19.67V18.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"timer \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.24 2H8.76004C5.00004 2 4.71004 5.38 6.74004 7.22L17.26 16.78C19.29 18.62 19 22 15.24 22H8.76004C5.00004 22 4.71004 18.62 6.74004 16.78L17.26 7.22C19.29 5.38 19 2 15.24 2Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"toggle off circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10 4H14C18.42 4 22 7.58 22 12C22 16.42 18.42 20 14 20H10C5.58 20 2 16.42 2 12C2 7.58 5.58 4 10 4Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 16C12.2091 16 14 14.2091 14 12C14 9.79086 12.2091 8 10 8C7.79086 8 6 9.79086 6 12C6 14.2091 7.79086 16 10 16Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"toggle off \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.3 16H10.7C12.7 16 13.5 15.2 13.5 13.2V10.8C13.5 8.8 12.7 8 10.7 8H8.3C6.3 8 5.5 8.8 5.5 10.8V13.2C5.5 15.2 6.3 16 8.3 16Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 20H7C3 20 2 19 2 15V9C2 5 3 4 7 4H17C21 4 22 5 22 9V15C22 19 21 20 17 20Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"toggle on circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10 4H14C18.42 4 22 7.58 22 12C22 16.42 18.42 20 14 20H10C5.58 20 2 16.42 2 12C2 7.58 5.58 4 10 4Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 16C16.2091 16 18 14.2091 18 12C18 9.79086 16.2091 8 14 8C11.7909 8 10 9.79086 10 12C10 14.2091 11.7909 16 14 16Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"toggle on \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.3 16H15.7C17.7 16 18.5 15.2 18.5 13.2V10.8C18.5 8.8 17.7 8 15.7 8H13.3C11.3 8 10.5 8.8 10.5 10.8V13.2C10.5 15.2 11.3 16 13.3 16Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 20H7C3 20 2 19 2 15V9C2 5 3 4 7 4H17C21 4 22 5 22 9V15C22 19 21 20 17 20Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"trade \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 8.5C22 12.09 19.09 15 15.5 15C15.33 15 15.15 14.99 14.98 14.98C14.73 11.81 12.19 9.26999 9.01999 9.01999C9.00999 8.84999 9 8.67 9 8.5C9 4.91 11.91 2 15.5 2C19.09 2 22 4.91 22 8.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 15.5C15 19.09 12.09 22 8.5 22C4.91 22 2 19.09 2 15.5C2 11.91 4.91 9 8.5 9C8.67 9 8.84999 9.00999 9.01999 9.01999C12.19 9.26999 14.73 11.81 14.98 14.98C14.99 15.15 15 15.33 15 15.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.59 2H3C2.45 2 2 2.45 2 3V5.59C2 6.48 3.07999 6.92999 3.70999 6.29999L6.29999 3.70999C6.91999 3.07999 6.48 2 5.59 2Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.41 22H21C21.55 22 22 21.55 22 21V18.41C22 17.52 20.92 17.07 20.29 17.7L17.7 20.29C17.08 20.92 17.52 22 18.41 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"transaction minus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.72827 19.7C7.54827 18.82 8.79828 18.89 9.51828 19.85L10.5283 21.2C11.3383 22.27 12.6483 22.27 13.4583 21.2L14.4683 19.85C15.1883 18.89 16.4383 18.82 17.2583 19.7C19.0383 21.6 20.4883 20.97 20.4883 18.31V7.04C20.4883 3.01 19.5483 2 15.7683 2H8.20828C4.42828 2 3.48828 3.01 3.48828 7.04V18.3C3.49828 20.97 4.95827 21.59 6.72827 19.7Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.25 10H14.75\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"translate \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.06 18.6699L16.92 14.3999L14.78 18.6699\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.1699 17.9099H18.6899\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.9201 22.0001C14.1201 22.0001 11.8401 19.73 11.8401 16.92C11.8401 14.12 14.1101 11.8401 16.9201 11.8401C19.7201 11.8401 22.0001 14.11 22.0001 16.92C22.0001 19.73 19.7301 22.0001 16.9201 22.0001Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.02 2H8.94C11.01 2 12.01 3.00002 11.96 5.02002V8.94C12.01 11.01 11.01 12.01 8.94 11.96H5.02C3 12 2 11 2 8.92999V5.01001C2 3.00001 3 2 5.02 2Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.00995 5.84985H4.94995\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.96997 5.16992V5.84991\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.98994 5.83984C7.98994 7.58984 6.61994 9.00983 4.93994 9.00983\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.0099 9.01001C8.2799 9.01001 7.61991 8.62 7.15991 8\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 15C2 18.87 5.13 22 9 22L7.95 20.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 9C22 5.13 18.87 2 15 2L16.05 3.75\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"trash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 5.97998C17.67 5.64998 14.32 5.47998 10.98 5.47998C9 5.47998 7.02 5.57998 5.04 5.77998L3 5.97998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 4.97L8.72 3.66C8.88 2.71 9 2 10.69 2H13.31C15 2 15.13 2.75 15.28 3.67L15.5 4.97\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.85 9.14001L18.2 19.21C18.09 20.78 18 22 15.21 22H8.79002C6.00002 22 5.91002 20.78 5.80002 19.21L5.15002 9.14001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.33 16.5H13.66\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.5 12.5H14.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"tree \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.17 10.0599H7.82994C6.64995 10.0599 6.23995 9.26994 6.92995 8.30994L11.1 2.46995C11.59 1.76995 12.41 1.76995 12.89 2.46995L17.06 8.30994C17.76 9.26994 17.35 10.0599 16.17 10.0599Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.59 17.9999H6.41998C4.83998 17.9999 4.29998 16.9499 5.22998 15.6699L9.21997 10.0599H14.79L18.78 15.6699C19.71 16.9499 19.17 17.9999 17.59 17.9999Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22V18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"trend down \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.5 14.5L12.3 10.3L10.7 12.7L7.5 9.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.5 14.5H16.5V12.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"trend up \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.5 9.5L12.3 13.7L10.7 11.3L7.5 14.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.5 9.5H16.5V11.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"triangle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 21.41H5.93999C2.46999 21.41 1.01999 18.93 2.69999 15.9L5.81999 10.28L8.75999 5.00003C10.54 1.79003 13.46 1.79003 15.24 5.00003L18.18 10.29L21.3 15.91C22.98 18.94 21.52 21.42 18.06 21.42H12V21.41Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.44 20L12 13.39L2.56 20\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 3V13.39\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"truck remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 2V12C15 13.1 14.1 14 13 14H2V7.62C2.73 8.49 3.85003 9.03 5.09003 9C6.10003 8.98 7.01 8.59 7.69 7.94C8 7.68 8.26002 7.34999 8.46002 6.98999C8.82002 6.37999 9.02 5.65997 9 4.90997C8.97 3.73997 8.45001 2.71 7.64001 2H15Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 14V17C22 18.66 20.66 20 19 20H18C18 18.9 17.1 18 16 18C14.9 18 14 18.9 14 20H10C10 18.9 9.1 18 8 18C6.9 18 6 18.9 6 20H5C3.34 20 2 18.66 2 17V14H13C14.1 14 15 13.1 15 12V5H16.84C17.56 5 18.22 5.39001 18.58 6.01001L20.29 9H19C18.45 9 18 9.45 18 10V13C18 13.55 18.45 14 19 14H22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 22C9.10457 22 10 21.1046 10 20C10 18.8954 9.10457 18 8 18C6.89543 18 6 18.8954 6 20C6 21.1046 6.89543 22 8 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 22C17.1046 22 18 21.1046 18 20C18 18.8954 17.1046 18 16 18C14.8954 18 14 18.8954 14 20C14 21.1046 14.8954 22 16 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 12V14H19C18.45 14 18 13.55 18 13V10C18 9.45 18.45 9 19 9H20.29L22 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 5C9 5.75 8.78998 6.46 8.41998 7.06C8.20998 7.42 7.94 7.74 7.63 8C6.93 8.63 6.01 9 5 9C3.54 9 2.27002 8.22 1.58002 7.06C1.21002 6.46 1 5.75 1 5C1 3.74 1.58 2.61 2.5 1.88C3.19 1.33 4.06 1 5 1C7.21 1 9 2.79 9 5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.06995 6.03992L3.95996 3.92993\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.03992 3.95996L3.92993 6.06995\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"truck tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 2V12C15 13.1 14.1 14 13 14H2V7.62C2.73 8.49 3.85003 9.03 5.09003 9C6.10003 8.98 7.01 8.59 7.69 7.94C8 7.68 8.26002 7.34999 8.46002 6.98999C8.82002 6.37999 9.02 5.65997 9 4.90997C8.97 3.73997 8.45001 2.71 7.64001 2H15Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 14V17C22 18.66 20.66 20 19 20H18C18 18.9 17.1 18 16 18C14.9 18 14 18.9 14 20H10C10 18.9 9.1 18 8 18C6.9 18 6 18.9 6 20H5C3.34 20 2 18.66 2 17V14H13C14.1 14 15 13.1 15 12V5H16.84C17.56 5 18.22 5.39001 18.58 6.01001L20.29 9H19C18.45 9 18 9.45 18 10V13C18 13.55 18.45 14 19 14H22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 22C9.10457 22 10 21.1046 10 20C10 18.8954 9.10457 18 8 18C6.89543 18 6 18.8954 6 20C6 21.1046 6.89543 22 8 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 22C17.1046 22 18 21.1046 18 20C18 18.8954 17.1046 18 16 18C14.8954 18 14 18.8954 14 20C14 21.1046 14.8954 22 16 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 12V14H19C18.45 14 18 13.55 18 13V10C18 9.45 18.45 9 19 9H20.29L22 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.99993 4.90999C9.01993 5.65999 8.81995 6.38001 8.45995 6.99001C8.25995 7.35001 7.99993 7.68002 7.68993 7.94002C7.00993 8.59002 6.09995 8.98002 5.08995 9.00002C3.84995 9.03002 2.72993 8.49001 1.99993 7.62001C1.85993 7.47001 1.73993 7.30002 1.62993 7.13002C1.23993 6.54002 1.01993 5.84005 0.999928 5.09005C0.969928 3.83005 1.52992 2.68001 2.42992 1.93001C3.10992 1.37001 3.9699 1.02002 4.9099 1.00002C5.9599 0.98002 6.91994 1.36002 7.63994 2.00002C8.44994 2.71002 8.96993 3.73999 8.99993 4.90999Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.43994 5.03003L4.44995 5.98999L6.53992 3.96997\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"truck time \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 2V12C15 13.1 14.1 14 13 14H2V7.62C2.73 8.49 3.85003 9.03 5.09003 9C6.10003 8.98 7.01 8.59 7.69 7.94C8 7.68 8.26002 7.34999 8.46002 6.98999C8.82002 6.37999 9.02 5.65997 9 4.90997C8.97 3.73997 8.45001 2.71 7.64001 2H15Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 14V17C22 18.66 20.66 20 19 20H18C18 18.9 17.1 18 16 18C14.9 18 14 18.9 14 20H10C10 18.9 9.1 18 8 18C6.9 18 6 18.9 6 20H5C3.34 20 2 18.66 2 17V14H13C14.1 14 15 13.1 15 12V5H16.84C17.56 5 18.22 5.39001 18.58 6.01001L20.29 9H19C18.45 9 18 9.45 18 10V13C18 13.55 18.45 14 19 14H22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 22C9.10457 22 10 21.1046 10 20C10 18.8954 9.10457 18 8 18C6.89543 18 6 18.8954 6 20C6 21.1046 6.89543 22 8 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 22C17.1046 22 18 21.1046 18 20C18 18.8954 17.1046 18 16 18C14.8954 18 14 18.8954 14 20C14 21.1046 14.8954 22 16 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 12V14H19C18.45 14 18 13.55 18 13V10C18 9.45 18.45 9 19 9H20.29L22 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 5C9 6.2 8.47001 7.27 7.64001 8C6.93001 8.62 6.01 9 5 9C2.79 9 1 7.21 1 5C1 3.74 1.58 2.61 2.5 1.88C3.19 1.33 4.06 1 5 1C7.21 1 9 2.79 9 5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.25 3.75V5.25L4 6\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"trush square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.9 9.04997C15.72 8.82997 13.52 8.71997 11.33 8.71997C10.03 8.71997 8.72997 8.78997 7.43997 8.91997L6.09998 9.04997\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.70996 8.38994L9.84996 7.52994C9.94996 6.90994 10.03 6.43994 11.14 6.43994H12.86C13.97 6.43994 14.0499 6.92994 14.1499 7.52994L14.2899 8.37994\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.49 9.12988L16.06 15.7299C15.99 16.7599 15.93 17.5599 14.1 17.5599H9.89C8.06 17.5599 7.99999 16.7599 7.92999 15.7299L7.5 9.12988\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"undo \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.12988 18.3101H15.1299C17.8899 18.3101 20.1299 16.0701 20.1299 13.3101C20.1299 10.5501 17.8899 8.31006 15.1299 8.31006H4.12988\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.43012 10.8099L3.87012 8.24994L6.43012 5.68994\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"unlimited \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.18 9.32001C9.35999 8.19001 8.05001 7.45001 6.54001 7.45001C4.03001 7.45001 1.98999 9.49 1.98999 12C1.98999 14.51 4.03001 16.55 6.54001 16.55C8.23001 16.55 9.80001 15.66 10.67 14.21L12 12L13.32 9.78998C14.19 8.33998 15.76 7.45001 17.45 7.45001C19.96 7.45001 22 9.49 22 12C22 14.51 19.96 16.55 17.45 16.55C15.95 16.55 14.64 15.81 13.81 14.68\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"unlock \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 22H7C3 22 2 21 2 17V15C2 11 3 10 7 10H17C21 10 22 11 22 15V17C22 21 21 22 17 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 10V8C6 4.69 7 2 12 2C16.5 2 18 4 18 7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 18.5C13.3807 18.5 14.5 17.3807 14.5 16C14.5 14.6193 13.3807 13.5 12 13.5C10.6193 13.5 9.5 14.6193 9.5 16C9.5 17.3807 10.6193 18.5 12 18.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"user add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 12C14.7614 12 17 9.76142 17 7C17 4.23858 14.7614 2 12 2C9.23858 2 7 4.23858 7 7C7 9.76142 9.23858 12 12 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.40991 22C3.40991 18.13 7.25991 15 11.9999 15C12.9599 15 13.8899 15.13 14.7599 15.37\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 18C22 18.32 21.96 18.63 21.88 18.93C21.79 19.33 21.63 19.72 21.42 20.06C20.73 21.22 19.46 22 18 22C16.97 22 16.04 21.61 15.34 20.97C15.04 20.71 14.78 20.4 14.58 20.06C14.21 19.46 14 18.75 14 18C14 16.92 14.43 15.93 15.13 15.21C15.86 14.46 16.88 14 18 14C19.18 14 20.25 14.51 20.97 15.33C21.61 16.04 22 16.98 22 18Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.49 17.98H16.51\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 16.52V19.51\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"user cirlce add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.46 13.73C13.0119 13.73 14.27 12.4719 14.27 10.92C14.27 9.36806 13.0119 8.10999 11.46 8.10999C9.9081 8.10999 8.65002 9.36806 8.65002 10.92C8.65002 12.4719 9.9081 13.73 11.46 13.73Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.65 20.2C16.65 17.87 14.33 15.97 11.46 15.97C8.59002 15.97 6.27002 17.86 6.27002 20.2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 12.5C21 17.75 16.75 22 11.5 22C6.25 22 2 17.75 2 12.5C2 7.25 6.25 3 11.5 3C12.81 3 14.06 3.25999 15.2 3.73999C15.07 4.13999 15 4.56 15 5C15 5.75 15.21 6.46 15.58 7.06C15.78 7.4 16.04 7.70997 16.34 7.96997C17.04 8.60997 17.97 9 19 9C19.44 9 19.86 8.92998 20.25 8.78998C20.73 9.92998 21 11.19 21 12.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M23 5C23 5.32 22.96 5.62999 22.88 5.92999C22.79 6.32999 22.63 6.72 22.42 7.06C21.94 7.87 21.17 8.49998 20.25 8.78998C19.86 8.92998 19.44 9 19 9C17.97 9 17.04 8.60997 16.34 7.96997C16.04 7.70997 15.78 7.4 15.58 7.06C15.21 6.46 15 5.75 15 5C15 4.56 15.07 4.13999 15.2 3.73999C15.39 3.15999 15.71 2.64002 16.13 2.21002C16.86 1.46002 17.88 1 19 1C20.18 1 21.25 1.51002 21.97 2.33002C22.61 3.04002 23 3.98 23 5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.49 4.97998H17.51\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 3.52002V6.51001\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"user edit \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 12C14.7614 12 17 9.76142 17 7C17 4.23858 14.7614 2 12 2C9.23858 2 7 4.23858 7 7C7 9.76142 9.23858 12 12 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.2101 15.74L15.67 19.2801C15.53 19.4201 15.4 19.68 15.37 19.87L15.18 21.22C15.11 21.71 15.45 22.05 15.94 21.98L17.29 21.79C17.48 21.76 17.75 21.63 17.88 21.49L21.42 17.95C22.03 17.34 22.32 16.63 21.42 15.73C20.53 14.84 19.8201 15.13 19.2101 15.74Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.7001 16.25C19.0001 17.33 19.84 18.17 20.92 18.47\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.40991 22C3.40991 18.13 7.25994 15 11.9999 15C13.0399 15 14.0399 15.15 14.9699 15.43\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"user minus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 12C14.7614 12 17 9.76142 17 7C17 4.23858 14.7614 2 12 2C9.23858 2 7 4.23858 7 7C7 9.76142 9.23858 12 12 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.40991 22C3.40991 18.13 7.25994 15 11.9999 15C12.9599 15 13.8899 15.13 14.7599 15.37\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 18C22 18.32 21.96 18.63 21.88 18.93C21.79 19.33 21.63 19.72 21.42 20.06C20.73 21.22 19.46 22 18 22C16.97 22 16.04 21.61 15.34 20.97C15.04 20.71 14.78 20.4 14.58 20.06C14.21 19.46 14 18.75 14 18C14 16.92 14.43 15.93 15.13 15.21C15.86 14.46 16.88 14 18 14C19.18 14 20.25 14.51 20.97 15.33C21.61 16.04 22 16.98 22 18Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.49 17.98H16.51\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"user octagon \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.08 8.58003V15.42C21.08 16.54 20.48 17.58 19.51 18.15L13.57 21.58C12.6 22.14 11.4 22.14 10.42 21.58L4.48003 18.15C3.51003 17.59 2.91003 16.55 2.91003 15.42V8.58003C2.91003 7.46003 3.51003 6.41999 4.48003 5.84999L10.42 2.42C11.39 1.86 12.59 1.86 13.57 2.42L19.51 5.84999C20.48 6.41999 21.08 7.45003 21.08 8.58003Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 11.0001C13.2869 11.0001 14.33 9.95687 14.33 8.67004C14.33 7.38322 13.2869 6.34009 12 6.34009C10.7132 6.34009 9.67004 7.38322 9.67004 8.67004C9.67004 9.95687 10.7132 11.0001 12 11.0001Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 16.6601C16 14.8601 14.21 13.4001 12 13.4001C9.79 13.4001 8 14.8601 8 16.6601\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"user remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 12C14.7614 12 17 9.76142 17 7C17 4.23858 14.7614 2 12 2C9.23858 2 7 4.23858 7 7C7 9.76142 9.23858 12 12 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.40991 22C3.40991 18.13 7.25991 15 11.9999 15C12.9599 15 13.8899 15.13 14.7599 15.37\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 18C22 18.32 21.96 18.63 21.88 18.93C21.79 19.33 21.63 19.72 21.42 20.06C20.73 21.22 19.46 22 18 22C16.97 22 16.04 21.61 15.34 20.97C15.04 20.71 14.78 20.4 14.58 20.06C14.21 19.46 14 18.75 14 18C14 16.92 14.43 15.93 15.13 15.21C15.86 14.46 16.88 14 18 14C19.18 14 20.25 14.51 20.97 15.33C21.61 16.04 22 16.98 22 18Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.0299 16.9399L16.9199 19.0499\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.9399 16.96L19.0599 19.0699\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"user search \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 12C14.7614 12 17 9.76142 17 7C17 4.23858 14.7614 2 12 2C9.23858 2 7 4.23858 7 7C7 9.76142 9.23858 12 12 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.40991 22C3.40991 18.13 7.25994 15 11.9999 15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.2 21.4C19.9673 21.4 21.4 19.9673 21.4 18.2C21.4 16.4327 19.9673 15 18.2 15C16.4327 15 15 16.4327 15 18.2C15 19.9673 16.4327 21.4 18.2 21.4Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 22L21 21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"user square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.14 21.62C17.26 21.88 16.22 22 15 22H8.99998C7.77998 22 6.73999 21.88 5.85999 21.62C6.07999 19.02 8.74998 16.97 12 16.97C15.25 16.97 17.92 19.02 18.14 21.62Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 2H9C4 2 2 4 2 9V15C2 18.78 3.14 20.85 5.86 21.62C6.08 19.02 8.75 16.97 12 16.97C15.25 16.97 17.92 19.02 18.14 21.62C20.86 20.85 22 18.78 22 15V9C22 4 20 2 15 2ZM12 14.17C10.02 14.17 8.42 12.56 8.42 10.58C8.42 8.60002 10.02 7 12 7C13.98 7 15.58 8.60002 15.58 10.58C15.58 12.56 13.98 14.17 12 14.17Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.58 10.58C15.58 12.56 13.98 14.17 12 14.17C10.02 14.17 8.42004 12.56 8.42004 10.58C8.42004 8.60002 10.02 7 12 7C13.98 7 15.58 8.60002 15.58 10.58Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"user tag \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18 18.86H17.24C16.44 18.86 15.68 19.17 15.12 19.73L13.41 21.42C12.63 22.19 11.36 22.19 10.58 21.42L8.87 19.73C8.31 19.17 7.54 18.86 6.75 18.86H6C4.34 18.86 3 17.53 3 15.89V4.97998C3 3.33998 4.34 2.01001 6 2.01001H18C19.66 2.01001 21 3.33998 21 4.97998V15.89C21 17.52 19.66 18.86 18 18.86Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9999 10.0001C13.2868 10.0001 14.33 8.95687 14.33 7.67004C14.33 6.38322 13.2868 5.34009 11.9999 5.34009C10.7131 5.34009 9.66992 6.38322 9.66992 7.67004C9.66992 8.95687 10.7131 10.0001 11.9999 10.0001Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 15.6601C16 13.8601 14.21 12.4001 12 12.4001C9.79 12.4001 8 13.8601 8 15.6601\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"user tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 12C14.7614 12 17 9.76142 17 7C17 4.23858 14.7614 2 12 2C9.23858 2 7 4.23858 7 7C7 9.76142 9.23858 12 12 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.41003 22C3.41003 18.13 7.26003 15 12 15C12.96 15 13.89 15.13 14.76 15.37\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 18C22 18.75 21.79 19.46 21.42 20.06C21.21 20.42 20.94 20.74 20.63 21C19.93 21.63 19.01 22 18 22C16.54 22 15.27 21.22 14.58 20.06C14.21 19.46 14 18.75 14 18C14 16.74 14.58 15.61 15.5 14.88C16.19 14.33 17.06 14 18 14C20.21 14 22 15.79 22 18Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.4399 18L17.4299 18.99L19.5599 17.02\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"user \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 12C14.7614 12 17 9.76142 17 7C17 4.23858 14.7614 2 12 2C9.23858 2 7 4.23858 7 7C7 9.76142 9.23858 12 12 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.5899 22C20.5899 18.13 16.7399 15 11.9999 15C7.25991 15 3.40991 18.13 3.40991 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"verify \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.38 12L10.79 14.42L15.62 9.57996\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.75 2.44995C11.44 1.85995 12.57 1.85995 13.27 2.44995L14.85 3.80995C15.15 4.06995 15.71 4.27995 16.11 4.27995H17.81C18.87 4.27995 19.74 5.14995 19.74 6.20995V7.90995C19.74 8.29995 19.95 8.86995 20.21 9.16995L21.57 10.7499C22.16 11.4399 22.16 12.5699 21.57 13.2699L20.21 14.8499C19.95 15.1499 19.74 15.7099 19.74 16.1099V17.8099C19.74 18.8699 18.87 19.7399 17.81 19.7399H16.11C15.72 19.7399 15.15 19.9499 14.85 20.2099L13.27 21.5699C12.58 22.1599 11.45 22.1599 10.75 21.5699L9.17 20.2099C8.87 19.9499 8.31 19.7399 7.91 19.7399H6.18C5.12 19.7399 4.25 18.8699 4.25 17.8099V16.0999C4.25 15.7099 4.04 15.1499 3.79 14.8499L2.44 13.2599C1.86 12.5699 1.86 11.4499 2.44 10.7599L3.79 9.16995C4.04 8.86995 4.25 8.30995 4.25 7.91995V6.19995C4.25 5.13995 5.12 4.26995 6.18 4.26995H7.91C8.3 4.26995 8.87 4.05995 9.17 3.79995L10.75 2.44995Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"video add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 9V15C22 15.23 22 15.45 21.98 15.67C21.94 15.61 21.89 15.55 21.84 15.5C21.83 15.49 21.82 15.47 21.81 15.46C21 14.56 19.81 14 18.5 14C17.24 14 16.09 14.52 15.27 15.36C14.48 16.17 14 17.28 14 18.5C14 19.34 14.24 20.14 14.65 20.82C14.87 21.19 15.15 21.53 15.47 21.81C15.49 21.82 15.5 21.83 15.51 21.84C15.56 21.89 15.61 21.93 15.67 21.98C15.46 22 15.23 22 15 22H9C4 22 2 20 2 15V9C2 4 4 2 9 2H15C20 2 22 4 22 9Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.52002 7.10986H21.48\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.52002 2.10986V6.96985\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.48 2.10986V6.5199\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M23 18.5C23 18.86 22.96 19.21 22.87 19.55C22.76 20 22.58 20.43 22.35 20.82C21.57 22.12 20.14 23 18.5 23C17.42 23 16.44 22.62 15.68 21.98C15.67 21.98 15.67 21.98 15.67 21.98C15.61 21.93 15.56 21.89 15.51 21.84C15.5 21.83 15.49 21.82 15.47 21.81C15.15 21.53 14.87 21.19 14.65 20.82C14.24 20.14 14 19.34 14 18.5C14 17.28 14.48 16.17 15.27 15.36C16.09 14.52 17.24 14 18.5 14C19.81 14 21 14.56 21.81 15.46C21.82 15.47 21.83 15.49 21.84 15.5C21.89 15.55 21.94 15.61 21.98 15.67C22.62 16.44 23 17.43 23 18.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.1801 18.48H16.8201\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.5 16.8401V20.2001\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"video circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.09998 12V10.52C9.09998 8.60999 10.45 7.83999 12.1 8.78999L13.38 9.52999L14.66 10.27C16.31 11.22 16.31 12.78 14.66 13.73L13.38 14.47L12.1 15.21C10.45 16.16 9.09998 15.38 9.09998 13.48V12Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"video horizontal \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H15C20 22 22 20 22 15Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.52002 17.1101H21.48\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.52002 7.11011H21.48\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.96997 17.1101V21.4601\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 17.1101V21.9701\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.97 17.1101V21.5201\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.96997 2.11011V6.46011\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 2.11011V6.97011\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 7.03003V18.03\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.97 2.11011V6.52011\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"video octagon \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.0799 8.58003V15.42C21.0799 16.54 20.4799 17.58 19.5099 18.15L13.5699 21.58C12.5999 22.14 11.3999 22.14 10.4199 21.58L4.47992 18.15C3.50992 17.59 2.90991 16.55 2.90991 15.42V8.58003C2.90991 7.46003 3.50992 6.41999 4.47992 5.84999L10.4199 2.42C11.3899 1.86 12.5899 1.86 13.5699 2.42L19.5099 5.84999C20.4799 6.41999 21.0799 7.45003 21.0799 8.58003Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.75 11.9999V10.7999C9.75 9.25989 10.84 8.62993 12.17 9.39993L13.21 9.9999L14.25 10.5999C15.58 11.3699 15.58 12.6299 14.25 13.3999L13.21 13.9999L12.17 14.5999C10.84 15.3699 9.75 14.7399 9.75 13.1999V11.9999Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"video play \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H15C20 22 22 20 22 15Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.52002 7.11011H21.48\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.52002 2.11011V6.97011\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.48 2.11011V6.52011\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.75 14.4501V13.2501C9.75 11.7101 10.84 11.0801 12.17 11.8501L13.21 12.4501L14.25 13.0501C15.58 13.8201 15.58 15.0801 14.25 15.8501L13.21 16.4501L12.17 17.0501C10.84 17.8201 9.75 17.1901 9.75 15.6501V14.4501V14.4501Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"video remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 9V15C22 15.23 22 15.45 21.98 15.67C21.94 15.61 21.89 15.55 21.84 15.5C21.03 14.57 19.83 14 18.5 14C17.24 14 16.09 14.52 15.27 15.36C14.48 16.17 14 17.28 14 18.5C14 19.34 14.24 20.14 14.65 20.82C14.88 21.2 15.17 21.55 15.51 21.84C15.56 21.89 15.61 21.93 15.67 21.98C15.46 22 15.23 22 15 22H9C4 22 2 20 2 15V9C2 4 4 2 9 2H15C20 2 22 4 22 9Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.52002 7.10986H21.48\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.52002 2.10986V6.96985\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.48 2.10986V6.5199\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M23 18.5C23 18.86 22.96 19.21 22.87 19.55C22.76 20 22.58 20.43 22.35 20.82C21.57 22.12 20.14 23 18.5 23C17.42 23 16.44 22.62 15.68 21.98C15.67 21.98 15.67 21.98 15.67 21.98C15.61 21.93 15.56 21.89 15.51 21.84C15.17 21.55 14.88 21.2 14.65 20.82C14.24 20.14 14 19.34 14 18.5C14 17.28 14.48 16.17 15.27 15.36C16.09 14.52 17.24 14 18.5 14C19.83 14 21.03 14.57 21.84 15.5C21.89 15.55 21.94 15.61 21.98 15.67C22.62 16.44 23 17.43 23 18.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.7001 19.6801L17.3201 17.3\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.68 17.3201L17.3 19.7001\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"video slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.63 7.58008C16.63 7.58008 16.66 6.63008 16.63 6.32008C16.46 4.28008 15.13 3.58008 12.52 3.58008H6.21C3.05 3.58008 2 4.63008 2 7.79008V16.2101C2 17.4701 2.38 18.7401 3.37 19.5501L4 20.0001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.74 10.95V16.21C16.74 19.37 15.69 20.42 12.53 20.42H7.26001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 6.73999V15.81C22 17.48 20.88 18.06 19.52 17.1L16.74 15.15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22.02 2.18994L2.02002 22.1899\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"video square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.1001 12V10.52C9.1001 8.60999 10.4501 7.83999 12.1001 8.78999L13.3801 9.52999L14.6601 10.27C16.3101 11.22 16.3101 12.78 14.6601 13.73L13.3801 14.47L12.1001 15.21C10.4501 16.16 9.1001 15.38 9.1001 13.48V12Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"video tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 9V15C22 15.22 22 15.44 21.98 15.65C21.16 14.64 19.91 14 18.5 14C17.44 14 16.46 14.37 15.69 14.99C14.65 15.81 14 17.08 14 18.5C14 19.34 14.24 20.14 14.65 20.82C14.92 21.27 15.26 21.66 15.66 21.98C15.45 22 15.23 22 15 22H9C4 22 2 20 2 15V9C2 4 4 2 9 2H15C20 2 22 4 22 9Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.52002 7.10986H21.48\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.52002 2.10986V6.96985\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.48 2.10986V6.5199\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M23 18.5C23 19.34 22.76 20.14 22.35 20.82C22.11 21.22 21.81 21.58 21.46 21.88C20.67 22.58 19.64 23 18.5 23C17.43 23 16.44 22.62 15.67 21.98H15.66C15.26 21.66 14.92 21.27 14.65 20.82C14.24 20.14 14 19.34 14 18.5C14 17.08 14.65 15.81 15.69 14.99C16.46 14.37 17.44 14 18.5 14C19.91 14 21.16 14.64 21.98 15.65C22.62 16.42 23 17.42 23 18.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.75 18.5001L17.86 19.6101L20.26 17.3901\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"video time \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 9V15C22 15.22 22 15.44 21.98 15.65C21.16 14.64 19.91 14 18.5 14C17.44 14 16.46 14.37 15.69 14.99C14.65 15.81 14 17.08 14 18.5C14 19.91 14.64 21.16 15.65 21.98C15.44 22 15.22 22 15 22H9C4 22 2 20 2 15V9C2 4 4 2 9 2H15C20 2 22 4 22 9Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.52002 7.10986H21.48\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.52002 2.10986V6.96985\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.48 2.10986V6.5199\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M23 18.5C23 19.85 22.4 21.05 21.47 21.88C20.67 22.57 19.64 23 18.5 23C17.42 23 16.42 22.62 15.65 21.98C14.64 21.16 14 19.91 14 18.5C14 17.08 14.65 15.81 15.69 14.99C16.46 14.37 17.44 14 18.5 14C19.91 14 21.16 14.64 21.98 15.65C22.62 16.42 23 17.42 23 18.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.78 17.0901V18.7801L17.38 19.6201\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"video vertical \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.88989 2.52002V21.48\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.8899 2.52002V21.48\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.89004 6.96997H2.54004\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.89003 12H2.03003\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.88998 16.97H2.47998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.89 6.96997H17.54\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.89 12H17.03\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.97 12H5.96997\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.89 16.97H17.48\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"video \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.53 20.4201H6.21C3.05 20.4201 2 18.3201 2 16.2101V7.79008C2 4.63008 3.05 3.58008 6.21 3.58008H12.53C15.69 3.58008 16.74 4.63008 16.74 7.79008V16.2101C16.74 19.3701 15.68 20.4201 12.53 20.4201Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.52 17.0999L16.74 15.1499V8.83989L19.52 6.88989C20.88 5.93989 22 6.51989 22 8.18989V15.8099C22 17.4799 20.88 18.0599 19.52 17.0999Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.5 11C12.3284 11 13 10.3284 13 9.5C13 8.67157 12.3284 8 11.5 8C10.6716 8 10 8.67157 10 9.5C10 10.3284 10.6716 11 11.5 11Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"voice cricle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 9.85986V14.1499\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 8.42993V15.5699\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 7V17\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 8.42993V15.5699\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 9.85986V14.1499\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"voice square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 9.85986V14.1499\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 8.42993V15.5699\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 7V17\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 8.42993V15.5699\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 9.85986V14.1499\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"volume cross \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 10.1595V14.1595C2 16.1595 3 17.1595 5 17.1595H6.43C6.8 17.1595 7.17 17.2695 7.49 17.4595L10.41 19.2895C12.93 20.8695 15 19.7195 15 16.7495V7.56946C15 4.58946 12.93 3.44946 10.41 5.02946L7.49 6.85946C7.17 7.04946 6.8 7.15946 6.43 7.15946H5C3 7.15946 2 8.15946 2 10.1595Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M22 14.1194L18.04 10.1594\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.96 10.1995L18 14.1595\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"volume high \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 10V14C2 16 3 17 5 17H6.43C6.8 17 7.17 17.11 7.49 17.3L10.41 19.13C12.93 20.71 15 19.56 15 16.59V7.41003C15 4.43003 12.93 3.29003 10.41 4.87003L7.49 6.70003C7.17 6.89003 6.8 7.00003 6.43 7.00003H5C3 7.00003 2 8.00003 2 10Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M18 8C19.78 10.37 19.78 13.63 18 16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.83 5.5C22.72 9.35 22.72 14.65 19.83 18.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"volume low 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.32996 10V14C3.32996 16 4.32996 17 6.32996 17H7.75996C8.12996 17 8.49996 17.11 8.81996 17.3L11.74 19.13C14.26 20.71 16.33 19.56 16.33 16.59V7.41003C16.33 4.43003 14.26 3.29003 11.74 4.87003L8.81996 6.70003C8.49996 6.89003 8.12996 7.00003 7.75996 7.00003H6.32996C4.32996 7.00003 3.32996 8.00003 3.32996 10Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M19.33 8C21.11 10.37 21.11 13.63 19.33 16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"volume low \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 9.95997V14.04C2 16.08 3.02 17.1 5.06 17.1H6.52C6.9 17.1 7.28 17.21 7.6 17.41L10.58 19.27C13.16 20.88 15.26 19.71 15.26 16.67V7.31997C15.26 4.27997 13.15 3.10997 10.58 4.71997L7.6 6.58997C7.27 6.78997 6.9 6.89997 6.52 6.89997H5.06C3.02 6.89997 2 7.91997 2 9.95997Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M18 12H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"volume mute \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.5 10V14C5.5 16 6.5 17 8.5 17H9.93C10.3 17 10.67 17.11 10.99 17.3L13.91 19.13C16.43 20.71 18.5 19.56 18.5 16.59V7.41003C18.5 4.43003 16.43 3.29003 13.91 4.87003L10.99 6.70003C10.67 6.89003 10.3 7.00003 9.93 7.00003H8.5C6.5 7.00003 5.5 8.00003 5.5 10Z\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"volume slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 8.37003V7.41003C15 4.43003 12.93 3.29003 10.41 4.87003L7.49 6.70003C7.17 6.89003 6.8 7.00003 6.43 7.00003H5C3 7.00003 2 8.00003 2 10V14C2 16 3 17 5 17H7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.41 19.13C12.93 20.71 15 19.56 15 16.59V12.95\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.81 9.41992C19.71 11.5699 19.44 14.0799 18 15.9999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.15 7.80005C22.62 11.29 22.18 15.37 19.83 18.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 2L2 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"volume up \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 9.95997V14.04C2 16.08 3.02 17.1 5.06 17.1H6.52C6.9 17.1 7.28 17.21 7.6 17.41L10.58 19.27C13.16 20.88 15.26 19.71 15.26 16.67V7.31997C15.26 4.27997 13.15 3.10997 10.58 4.71997L7.6 6.58997C7.27 6.78997 6.9 6.89997 6.52 6.89997H5.06C3.02 6.89997 2 7.91997 2 9.95997Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M18 12H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 14V10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"wallet 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.66 2.51814L12.63 2.58814L9.72996 9.31814H6.87996C6.19996 9.31814 5.54996 9.45814 4.95996 9.70814L6.70996 5.52814L6.74996 5.42814L6.81996 5.26814C6.83996 5.20814 6.85996 5.14814 6.88996 5.09814C8.19996 2.06814 9.67996 1.37814 12.66 2.51814Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.05 9.51807C17.6 9.37807 17.12 9.31807 16.64 9.31807H9.72998L12.63 2.58807L12.66 2.51807C12.81 2.56807 12.95 2.63807 13.1 2.69807L15.31 3.62807C16.54 4.13807 17.4 4.66807 17.92 5.30807C18.02 5.42807 18.1 5.53807 18.17 5.66807C18.26 5.80807 18.33 5.94807 18.37 6.09807C18.41 6.18807 18.44 6.27807 18.46 6.35807C18.73 7.19807 18.57 8.22807 18.05 9.51807Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.5217 14.1984V16.1484C21.5217 16.3484 21.5117 16.5484 21.5017 16.7484C21.3117 20.2384 19.3617 21.9984 15.6617 21.9984H7.86172C7.62172 21.9984 7.38172 21.9784 7.15172 21.9484C3.97172 21.7384 2.27172 20.0384 2.06172 16.8584C2.03172 16.6284 2.01172 16.3884 2.01172 16.1484V14.1984C2.01172 12.1884 3.23172 10.4584 4.97172 9.70836C5.57172 9.45836 6.21172 9.31836 6.89172 9.31836H16.6517C17.1417 9.31836 17.6217 9.38836 18.0617 9.51836C20.0517 10.1284 21.5217 11.9884 21.5217 14.1984Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.71 5.52808L4.96 9.70808C3.22 10.4581 2 12.1881 2 14.1981V11.2681C2 8.42808 4.02 6.05808 6.71 5.52808Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.5186 11.2677V14.1977C21.5186 11.9977 20.0586 10.1277 18.0586 9.52766C18.5786 8.22766 18.7286 7.20766 18.4786 6.35766C18.4586 6.26766 18.4286 6.17766 18.3886 6.09766C20.2486 7.05766 21.5186 9.02766 21.5186 11.2677Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"wallet 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13 9H7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 10.9699V13.03C22 13.58 21.56 14.0299 21 14.0499H19.0399C17.9599 14.0499 16.97 13.2599 16.88 12.1799C16.82 11.5499 17.0599 10.9599 17.4799 10.5499C17.8499 10.1699 18.36 9.94995 18.92 9.94995H21C21.56 9.96995 22 10.4199 22 10.9699Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.48 10.55C17.06 10.96 16.82 11.55 16.88 12.18C16.97 13.26 17.96 14.05 19.04 14.05H21V15.5C21 18.5 19 20.5 16 20.5H7C4 20.5 2 18.5 2 15.5V8.5C2 5.78 3.64 3.88 6.19 3.56C6.45 3.52 6.72 3.5 7 3.5H16C16.26 3.5 16.51 3.50999 16.75 3.54999C19.33 3.84999 21 5.76 21 8.5V9.95001H18.92C18.36 9.95001 17.85 10.17 17.48 10.55Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"wallet 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13 11.1499H7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 11.1501V6.53009C2 4.49009 3.65 2.84009 5.69 2.84009H11.31C13.35 2.84009 15 4.11009 15 6.15009\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.48 12.1999C16.98 12.6799 16.74 13.4199 16.94 14.1799C17.19 15.1099 18.11 15.6999 19.07 15.6999H20V17.1499C20 19.3599 18.21 21.1499 16 21.1499H6C3.79 21.1499 2 19.3599 2 17.1499V10.1499C2 7.9399 3.79 6.1499 6 6.1499H16C18.2 6.1499 20 7.9499 20 10.1499V11.5999H18.92C18.36 11.5999 17.85 11.8199 17.48 12.1999Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 12.6201V14.6801C22 15.2401 21.5399 15.7001 20.9699 15.7001H19.0399C17.9599 15.7001 16.97 14.9101 16.88 13.8301C16.82 13.2001 17.0599 12.6101 17.4799 12.2001C17.8499 11.8201 18.36 11.6001 18.92 11.6001H20.9699C21.5399 11.6001 22 12.0601 22 12.6201Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"wallet add 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.2617 15.4385H9.26172\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.7617 12.998V17.998\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.66 2.51814L12.63 2.58814L9.72996 9.31814H6.87996C6.19996 9.31814 5.54996 9.45814 4.95996 9.70814L6.70996 5.52814L6.74996 5.42814L6.81996 5.26814C6.83996 5.20814 6.85996 5.14814 6.88996 5.09814C8.19996 2.06814 9.67996 1.37814 12.66 2.51814Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.05 9.51807C17.6 9.37807 17.12 9.31807 16.64 9.31807H9.72998L12.63 2.58807L12.66 2.51807C12.81 2.56807 12.95 2.63807 13.1 2.69807L15.31 3.62807C16.54 4.13807 17.4 4.66807 17.92 5.30807C18.02 5.42807 18.1 5.53807 18.17 5.66807C18.26 5.80807 18.33 5.94807 18.37 6.09807C18.41 6.18807 18.44 6.27807 18.46 6.35807C18.73 7.19807 18.57 8.22807 18.05 9.51807Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.5217 14.1984V16.1484C21.5217 16.3484 21.5117 16.5484 21.5017 16.7484C21.3117 20.2384 19.3617 21.9984 15.6617 21.9984H7.86172C7.62172 21.9984 7.38172 21.9784 7.15172 21.9484C3.97172 21.7384 2.27172 20.0384 2.06172 16.8584C2.03172 16.6284 2.01172 16.3884 2.01172 16.1484V14.1984C2.01172 12.1884 3.23172 10.4584 4.97172 9.70836C5.57172 9.45836 6.21172 9.31836 6.89172 9.31836H16.6517C17.1417 9.31836 17.6217 9.38836 18.0617 9.51836C20.0517 10.1284 21.5217 11.9884 21.5217 14.1984Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.71 5.52808L4.96 9.70808C3.22 10.4581 2 12.1881 2 14.1981V11.2681C2 8.42808 4.02 6.05808 6.71 5.52808Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.5186 11.2677V14.1977C21.5186 11.9977 20.0586 10.1277 18.0586 9.52766C18.5786 8.22766 18.7286 7.20766 18.4786 6.35766C18.4586 6.26766 18.4286 6.17766 18.3886 6.09766C20.2486 7.05766 21.5186 9.02766 21.5186 11.2677Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"wallet add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.7514 7.04997C17.5114 7.00997 17.2614 6.99998 17.0014 6.99998H7.00141C6.72141 6.99998 6.45141 7.01998 6.19141 7.05998C6.33141 6.77998 6.53141 6.52001 6.77141 6.28001L10.0214 3.02C11.3914 1.66 13.6114 1.66 14.9814 3.02L16.7314 4.78996C17.3714 5.41996 17.7114 6.21997 17.7514 7.04997Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 19C9 19.75 8.79 20.46 8.42 21.06C7.73 22.22 6.46 23 5 23C3.54 23 2.27 22.22 1.58 21.06C1.21 20.46 1 19.75 1 19C1 16.79 2.79 15 5 15C7.21 15 9 16.79 9 19Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.49172 18.9795H3.51172\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 17.5195V20.5095\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 12V17C22 20 20 22 17 22H7.63C7.94 21.74 8.21 21.42 8.42 21.06C8.79 20.46 9 19.75 9 19C9 16.79 7.21 15 5 15C3.8 15 2.73 15.53 2 16.36V12C2 9.28 3.64 7.38 6.19 7.06C6.45 7.02 6.72 7 7 7H17C17.26 7 17.51 7.00999 17.75 7.04999C20.33 7.34999 22 9.26 22 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 12.5H19C17.9 12.5 17 13.4 17 14.5C17 15.6 17.9 16.5 19 16.5H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"wallet check \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 19C9 19.75 8.79 20.46 8.42 21.06C7.73 22.22 6.46 23 5 23C3.54 23 2.27 22.22 1.58 21.06C1.21 20.46 1 19.75 1 19C1 16.79 2.79 15 5 15C7.21 15 9 16.79 9 19Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.44141 18.9995L4.43141 19.9895L6.56141 18.0195\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.7514 7.04997C17.5114 7.00997 17.2614 6.99998 17.0014 6.99998H7.00141C6.72141 6.99998 6.45141 7.01998 6.19141 7.05998C6.33141 6.77998 6.53141 6.52001 6.77141 6.28001L10.0214 3.02C11.3914 1.66 13.6114 1.66 14.9814 3.02L16.7314 4.78996C17.3714 5.41996 17.7114 6.21997 17.7514 7.04997Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 12V17C22 20 20 22 17 22H7.63C7.94 21.74 8.21 21.42 8.42 21.06C8.79 20.46 9 19.75 9 19C9 16.79 7.21 15 5 15C3.8 15 2.73 15.53 2 16.36V12C2 9.28 3.64 7.38 6.19 7.06C6.45 7.02 6.72 7 7 7H17C17.26 7 17.51 7.00999 17.75 7.04999C20.33 7.34999 22 9.26 22 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 12.5H19C17.9 12.5 17 13.4 17 14.5C17 15.6 17.9 16.5 19 16.5H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"wallet minus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.2617 15.998H9.26172\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.66 2.51814L12.63 2.58814L9.72996 9.31814H6.87996C6.19996 9.31814 5.54996 9.45814 4.95996 9.70814L6.70996 5.52814L6.74996 5.42814L6.81996 5.26814C6.83996 5.20814 6.85996 5.14814 6.88996 5.09814C8.19996 2.06814 9.67996 1.37814 12.66 2.51814Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.05 9.51807C17.6 9.37807 17.12 9.31807 16.64 9.31807H9.72998L12.63 2.58807L12.66 2.51807C12.81 2.56807 12.95 2.63807 13.1 2.69807L15.31 3.62807C16.54 4.13807 17.4 4.66807 17.92 5.30807C18.02 5.42807 18.1 5.53807 18.17 5.66807C18.26 5.80807 18.33 5.94807 18.37 6.09807C18.41 6.18807 18.44 6.27807 18.46 6.35807C18.73 7.19807 18.57 8.22807 18.05 9.51807Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.5217 14.1984V16.1484C21.5217 16.3484 21.5117 16.5484 21.5017 16.7484C21.3117 20.2384 19.3617 21.9984 15.6617 21.9984H7.86172C7.62172 21.9984 7.38172 21.9784 7.15172 21.9484C3.97172 21.7384 2.27172 20.0384 2.06172 16.8584C2.03172 16.6284 2.01172 16.3884 2.01172 16.1484V14.1984C2.01172 12.1884 3.23172 10.4584 4.97172 9.70836C5.57172 9.45836 6.21172 9.31836 6.89172 9.31836H16.6517C17.1417 9.31836 17.6217 9.38836 18.0617 9.51836C20.0517 10.1284 21.5217 11.9884 21.5217 14.1984Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.71 5.52808L4.96 9.70808C3.22 10.4581 2 12.1881 2 14.1981V11.2681C2 8.42808 4.02 6.05808 6.71 5.52808Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.5186 11.2677V14.1977C21.5186 11.9977 20.0586 10.1277 18.0586 9.52766C18.5786 8.22766 18.7286 7.20766 18.4786 6.35766C18.4586 6.26766 18.4286 6.17766 18.3886 6.09766C20.2486 7.05766 21.5186 9.02766 21.5186 11.2677Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"wallet money \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.7516 16.8604V18.8904C10.7516 20.6104 9.15158 22.0004 7.18158 22.0004C5.21158 22.0004 3.60156 20.6104 3.60156 18.8904V16.8604C3.60156 18.5804 5.20158 19.8004 7.18158 19.8004C9.15158 19.8004 10.7516 18.5704 10.7516 16.8604Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.7501 14.11C10.7501 14.61 10.6101 15.07 10.3701 15.47C9.78006 16.44 8.57004 17.05 7.17004 17.05C5.77004 17.05 4.56003 16.43 3.97003 15.47C3.73003 15.07 3.59009 14.61 3.59009 14.11C3.59009 13.25 3.99007 12.48 4.63007 11.92C5.28007 11.35 6.17003 11.01 7.16003 11.01C8.15003 11.01 9.04006 11.36 9.69006 11.92C10.3501 12.47 10.7501 13.25 10.7501 14.11Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.7516 14.11V16.86C10.7516 18.58 9.15158 19.8 7.18158 19.8C5.21158 19.8 3.60156 18.57 3.60156 16.86V14.11C3.60156 12.39 5.20158 11 7.18158 11C8.17158 11 9.06161 11.35 9.71161 11.91C10.3516 12.47 10.7516 13.25 10.7516 14.11Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 10.9699V13.03C22 13.58 21.56 14.0299 21 14.0499H19.0399C17.9599 14.0499 16.97 13.2599 16.88 12.1799C16.82 11.5499 17.0599 10.9599 17.4799 10.5499C17.8499 10.1699 18.36 9.94995 18.92 9.94995H21C21.56 9.96995 22 10.4199 22 10.9699Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 10.5V8.5C2 5.78 3.64 3.88 6.19 3.56C6.45 3.52 6.72 3.5 7 3.5H16C16.26 3.5 16.51 3.50999 16.75 3.54999C19.33 3.84999 21 5.76 21 8.5V9.95001H18.92C18.36 9.95001 17.85 10.17 17.48 10.55C17.06 10.96 16.82 11.55 16.88 12.18C16.97 13.26 17.96 14.05 19.04 14.05H21V15.5C21 18.5 19 20.5 16 20.5H13.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"wallet remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 12V17C22 20 20 22 17 22H7.63C7.94 21.74 8.20998 21.42 8.41998 21.06C8.78998 20.46 9 19.75 9 19C9 16.79 7.21 15 5 15C3.8 15 2.73 15.53 2 16.36V12C2 9.28 3.64 7.38 6.19 7.06C6.45 7.02 6.72 7 7 7H17C17.26 7 17.51 7.00999 17.75 7.04999C20.33 7.34999 22 9.26 22 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.7514 7.04997C17.5114 7.00997 17.2614 6.99998 17.0014 6.99998H7.0014C6.7214 6.99998 6.45141 7.01998 6.19141 7.05998C6.33141 6.77998 6.53142 6.52001 6.77142 6.28001L10.0214 3.02C11.3914 1.66 13.6114 1.66 14.9814 3.02L16.7314 4.78996C17.3714 5.41996 17.7114 6.21997 17.7514 7.04997Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 12.5H19C17.9 12.5 17 13.4 17 14.5C17 15.6 17.9 16.5 19 16.5H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 19C9 19.75 8.78998 20.46 8.41998 21.06C8.20998 21.42 7.94 21.74 7.63 22C6.93 22.63 6.01 23 5 23C3.54 23 2.27002 22.22 1.58002 21.06C1.21002 20.46 1 19.75 1 19C1 17.99 1.38 17.07 2 16.36C2.73 15.53 3.8 15 5 15C7.21 15 9 16.79 9 19Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.07117 20.0399L3.96118 17.9299\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.03992 17.96L3.92993 20.0699\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"wallet search \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22H17C20 22 22 20 22 17V12C22 9.3 20.3 7.3 17.8 7C17.6 7 17.3 7 17 7H7C6.7 7 6.5 6.99998 6.2 7.09998C3.6 7.39998 2 9.3 2 12C2 12.3 2 12.7 2 13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.8 6.99995C17.6 6.99995 17.3 6.99995 17 6.99995H6.99995C6.69995 6.99995 6.49995 6.99993 6.19995 7.09993C6.29995 6.79993 6.49996 6.59994 6.79996 6.29994L9.99995 2.99995C11.4 1.59995 13.6 1.59995 15 2.99995L16.8 4.79994C17.4 5.39994 17.7 6.19995 17.8 6.99995Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 12.5H19C17.9 12.5 17 13.4 17 14.5C17 15.6 17.9 16.5 19 16.5H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.80157 21.4C7.57157 21.4 9.00156 19.97 9.00156 18.2C9.00156 16.43 7.57157 15 5.80157 15C4.03157 15 2.60156 16.43 2.60156 18.2C2.60156 19.97 4.03157 21.4 5.80157 21.4Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 22L3 21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"wallet \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 12V17C22 20 20 22 17 22H7C4 22 2 20 2 17V12C2 9.28 3.64 7.38 6.19 7.06C6.45 7.02 6.72 7 7 7H17C17.26 7 17.51 7.00999 17.75 7.04999C20.33 7.34999 22 9.26 22 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.7514 7.05C17.5114 7.01 17.2614 7.00001 17.0014 7.00001H7.00141C6.72141 7.00001 6.45141 7.02001 6.19141 7.06001C6.33141 6.78001 6.53141 6.52001 6.77141 6.28001L10.0214 3.02C11.3914 1.66 13.6114 1.66 14.9814 3.02L16.7314 4.79002C17.3714 5.42002 17.7114 6.22 17.7514 7.05Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 12.5H19C17.9 12.5 17 13.4 17 14.5C17 15.6 17.9 16.5 19 16.5H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"warning 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 7.75V13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.08 8.58003V15.42C21.08 16.54 20.48 17.58 19.51 18.15L13.57 21.58C12.6 22.14 11.4 22.14 10.42 21.58L4.47998 18.15C3.50998 17.59 2.90997 16.55 2.90997 15.42V8.58003C2.90997 7.46003 3.50998 6.41999 4.47998 5.84999L10.42 2.42C11.39 1.86 12.59 1.86 13.57 2.42L19.51 5.84999C20.48 6.41999 21.08 7.45003 21.08 8.58003Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 16.2V16.2999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"watch status \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.5 19H15.5C17.83 19 19 17.83 19 15.5V8.5C19 6.17 17.83 5 15.5 5H8.5C6.17 5 5 6.17 5 8.5V15.5C5 17.83 6.17 19 8.5 19Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 2H8\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 22H8\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 14V10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 14V12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 14V13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"watch \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.5 19H15.5C17.83 19 19 17.83 19 15.5V8.5C19 6.17 17.83 5 15.5 5H8.5C6.17 5 5 6.17 5 8.5V15.5C5 17.83 6.17 19 8.5 19Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 2H8\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 22H8\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.5 9.5V12.5H14.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"weight 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.1801 18C19.5801 18 20.1801 16.65 20.1801 15V9C20.1801 7.35 19.5801 6 17.1801 6C14.7801 6 14.1801 7.35 14.1801 9V15C14.1801 16.65 14.7801 18 17.1801 18Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.81995 18C4.41995 18 3.81995 16.65 3.81995 15V9C3.81995 7.35 4.41995 6 6.81995 6C9.21995 6 9.81995 7.35 9.81995 9V15C9.81995 16.65 9.21995 18 6.81995 18Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.81995 12H14.1799\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22.5 14.5V9.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M1.5 14.5V9.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"weight \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10 22H14C19 22 21 20 21 15V9C21 4 19 2 14 2H10C5 2 3 4 3 9V15C3 20 5 22 10 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.25 8.29004C14.26 5.63004 9.74 5.63004 6.75 8.29004L8.93 11.79C10.68 10.23 13.32 10.23 15.07 11.79L17.25 8.29004Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"wifi square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 9.96004C9.63 7.15004 14.37 7.15004 18 9.96004\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.59998 13.05C10.27 10.99 13.74 10.99 16.41 13.05\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.79999 16.1401C11.13 15.1101 12.87 15.1101 14.2 16.1401\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"wifi \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.91003 11.84C9.21003 8.51998 14.8 8.51998 19.1 11.84\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 8.35998C8.06 3.67998 15.94 3.67998 22 8.35998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.79004 15.49C9.94004 13.05 14.05 13.05 17.2 15.49\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.40002 19.15C10.98 17.93 13.03 17.93 14.61 19.15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"wind 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 13.1L4.5 11.6C6.04 10.68 7.96 10.68 9.5 11.6C11.04 12.52 12.96 12.52 14.5 11.6C16.04 10.68 17.96 10.68 19.5 11.6L22 13.1\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 3.90002L4.5 5.40002C6.04 6.32002 7.96 6.32002 9.5 5.40002C11.04 4.48002 12.96 4.48002 14.5 5.40002C16.04 6.32002 17.96 6.32002 19.5 5.40002L22 3.90002\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 20.1L4.5 18.6C6.04 17.68 7.96 17.68 9.5 18.6C11.04 19.52 12.96 19.52 14.5 18.6C16.04 17.68 17.96 17.68 19.5 18.6L22 20.1\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"wind \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 15H18.5C20.43 15 22 16.57 22 18.5C22 20.43 20.43 22 18.5 22C16.57 22 15 20.43 15 18.5V18\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 12H18.5C20.42 12 22 10.43 22 8.5C22 6.58 20.42 5 18.5 5C16.58 5 15 6.57 15 8.5V9\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 9H9.31C10.8 9 12 7.79 12 6.31C12 4.82 10.79 3.62 9.31 3.62C7.82 3.62 6.62 4.83 6.62 6.31V6.69\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"woman \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 16C15.866 16 19 12.866 19 9C19 5.13401 15.866 2 12 2C8.13401 2 5 5.13401 5 9C5 12.866 8.13401 16 12 16Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 16V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 19H9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li class='heading'>outline</li><li title=\"24 support \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22.75C11.3 22.75 10.59 22.48 10.06 21.95L8.35001 20.26C7.92001 19.84 7.35999 19.61 6.75999 19.61H6C3.93 19.61 2.25 17.94 2.25 15.89V4.97998C2.25 2.92998 3.93 1.26001 6 1.26001H18C20.07 1.26001 21.75 2.92998 21.75 4.97998V15.89C21.75 17.94 20.07 19.61 18 19.61H17.24C16.64 19.61 16.07 19.84 15.65 20.26L13.94 21.95C13.41 22.48 12.7 22.75 12 22.75ZM6 2.75C4.76 2.75 3.75 3.74997 3.75 4.96997V15.88C3.75 17.11 4.76 18.1 6 18.1H6.75999C7.75999 18.1 8.7 18.4899 9.41 19.1899L11.12 20.88C11.61 21.36 12.4 21.36 12.89 20.88L14.6 19.1899C15.31 18.4899 16.25 18.1 17.25 18.1H18C19.24 18.1 20.25 17.1 20.25 15.88V4.96997C20.25 3.73997 19.24 2.75 18 2.75H6Z\" fill=\"\"/>\n<path d=\"M10.3802 14.51H7.70023C7.26023 14.51 6.85023 14.2999 6.59023 13.9399C6.34023 13.5999 6.28022 13.18 6.40022 12.78C6.75022 11.71 7.61022 11.13 8.37022 10.61C9.17022 10.07 9.62022 9.73002 9.62022 9.15002C9.62022 8.63002 9.20022 8.20996 8.68022 8.20996C8.16022 8.20996 7.74023 8.63002 7.74023 9.15002C7.74023 9.56002 7.40023 9.90002 6.99023 9.90002C6.58023 9.90002 6.24023 9.56002 6.24023 9.15002C6.24023 7.81002 7.33022 6.70996 8.68022 6.70996C10.0302 6.70996 11.1202 7.80002 11.1202 9.15002C11.1202 10.56 10.0602 11.28 9.21024 11.86C8.68024 12.22 8.18022 12.56 7.93022 13.01H10.3702C10.7802 13.01 11.1202 13.35 11.1202 13.76C11.1202 14.17 10.7902 14.51 10.3802 14.51Z\" fill=\"\"/>\n<path d=\"M16.0389 14.5099C15.6289 14.5099 15.2889 14.1699 15.2889 13.7599V13.0699H13.3289C13.3289 13.0699 13.3289 13.0699 13.3189 13.0699C12.8289 13.0699 12.3789 12.81 12.1289 12.39C11.8789 11.96 11.8789 11.4299 12.1289 11.0099C12.8089 9.83995 13.5989 8.50991 14.3189 7.34991C14.6389 6.83991 15.2489 6.60996 15.8189 6.76996C16.3889 6.93996 16.7889 7.45999 16.7789 8.05999V11.5799H16.9989C17.4089 11.5799 17.7489 11.9199 17.7489 12.3299C17.7489 12.7399 17.4089 13.0799 16.9989 13.0799H16.7889V13.77C16.7889 14.18 16.4589 14.5099 16.0389 14.5099ZM15.2889 8.63995C14.6989 9.59995 14.0889 10.6299 13.5389 11.5699H15.2889V8.63995Z\" fill=\"\"/>\n</svg>\n</li><li title=\"3d cube scan \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 9.75C21.59 9.75 21.25 9.41 21.25 9V7C21.25 4.42 19.58 2.75 17 2.75H7C4.42 2.75 2.75 4.42 2.75 7V9C2.75 9.41 2.41 9.75 2 9.75C1.59 9.75 1.25 9.41 1.25 9V7C1.25 3.56 3.56 1.25 7 1.25H17C20.44 1.25 22.75 3.56 22.75 7V9C22.75 9.41 22.41 9.75 22 9.75Z\" fill=\"\"/>\n<path d=\"M17 22.75H7C3.56 22.75 1.25 20.44 1.25 17V15C1.25 14.59 1.59 14.25 2 14.25C2.41 14.25 2.75 14.59 2.75 15V17C2.75 19.58 4.42 21.25 7 21.25H17C19.58 21.25 21.25 19.58 21.25 17V15C21.25 14.59 21.59 14.25 22 14.25C22.41 14.25 22.75 14.59 22.75 15V17C22.75 20.44 20.44 22.75 17 22.75Z\" fill=\"\"/>\n<path d=\"M12.0006 13.08C11.8706 13.08 11.7406 13.0499 11.6206 12.9799L6.3206 9.91992C5.9606 9.70992 5.8406 9.24995 6.0506 8.88995C6.2606 8.52995 6.7206 8.40993 7.0706 8.61993L11.9906 11.4699L16.8806 8.63995C17.2406 8.42995 17.7006 8.55991 17.9006 8.90991C18.1106 9.26991 17.9806 9.72994 17.6306 9.93994L12.3706 12.9799C12.2606 13.0399 12.1306 13.08 12.0006 13.08Z\" fill=\"\"/>\n<path d=\"M12 18.5201C11.59 18.5201 11.25 18.1801 11.25 17.7701V12.3301C11.25 11.9201 11.59 11.5801 12 11.5801C12.41 11.5801 12.75 11.9201 12.75 12.3301V17.7701C12.75 18.1801 12.41 18.5201 12 18.5201Z\" fill=\"\"/>\n<path d=\"M12.0002 18.7501C11.4202 18.7501 10.8502 18.62 10.3902 18.37L7.19023 16.5901C6.23023 16.0601 5.49023 14.7901 5.49023 13.6901V10.3C5.49023 9.21004 6.24023 7.94008 7.19023 7.40008L10.3902 5.62005C11.3102 5.11005 12.6902 5.11005 13.6102 5.62005L16.8102 7.40008C17.7702 7.93008 18.5102 9.20004 18.5102 10.3V13.6901C18.5102 14.7801 17.7602 16.0501 16.8102 16.5901L13.6102 18.37C13.1502 18.62 12.5802 18.7501 12.0002 18.7501ZM11.1202 6.94006L7.92023 8.72002C7.43023 8.99002 6.99023 9.75004 6.99023 10.3V13.6901C6.99023 14.2501 7.43023 15.0001 7.92023 15.2701L11.1202 17.05C11.5802 17.3 12.4202 17.3 12.8802 17.05L16.0802 15.2701C16.5702 15.0001 17.0102 14.2401 17.0102 13.6901V10.3C17.0102 9.74004 16.5702 8.99002 16.0802 8.72002L12.8802 6.94006C12.4202 6.69006 11.5802 6.69006 11.1202 6.94006Z\" fill=\"\"/>\n</svg>\n</li><li title=\"3d rotate \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.0006 13.0799C11.8706 13.0799 11.7406 13.0499 11.6206 12.9799L6.32061 9.91994C5.96061 9.70994 5.84059 9.24995 6.05059 8.89995C6.26059 8.53995 6.71059 8.41994 7.08059 8.62994L12.0006 11.4799L16.8906 8.64995C17.2506 8.43995 17.7106 8.56994 17.9206 8.91994C18.1306 9.27994 18.0006 9.73995 17.6506 9.93995L12.3906 12.9799C12.2606 13.0399 12.1306 13.0799 12.0006 13.0799Z\" fill=\"\"/>\n<path d=\"M12 18.5201C11.59 18.5201 11.25 18.1801 11.25 17.7701V12.3301C11.25 11.9201 11.59 11.5801 12 11.5801C12.41 11.5801 12.75 11.9201 12.75 12.3301V17.7701C12.75 18.1801 12.41 18.5201 12 18.5201Z\" fill=\"\"/>\n<path d=\"M12.0002 18.75C11.4202 18.75 10.8503 18.62 10.3903 18.37L7.19025 16.59C6.23025 16.06 5.49023 14.79 5.49023 13.69V10.3C5.49023 9.21005 6.24025 7.93005 7.19025 7.40005L10.3903 5.62005C11.3103 5.11005 12.6902 5.11005 13.6102 5.62005L16.8102 7.40005C17.7702 7.93005 18.5103 9.20005 18.5103 10.3V13.69C18.5103 14.78 17.7602 16.06 16.8102 16.59L13.6102 18.37C13.1502 18.62 12.5802 18.75 12.0002 18.75ZM12.0002 6.75005C11.6702 6.75005 11.3502 6.81005 11.1202 6.94005L7.92026 8.72005C7.43026 8.99005 6.99023 9.75005 6.99023 10.3V13.69C6.99023 14.25 7.43026 15 7.92026 15.27L11.1202 17.05C11.5802 17.31 12.4202 17.31 12.8802 17.05L16.0802 15.27C16.5702 15 17.0103 14.24 17.0103 13.69V10.3C17.0103 9.74005 16.5702 8.99005 16.0802 8.72005L12.8802 6.94005C12.6502 6.81005 12.3302 6.75005 12.0002 6.75005Z\" fill=\"\"/>\n<path d=\"M15.0002 22.75C14.7302 22.75 14.4802 22.6 14.3502 22.37C14.2202 22.13 14.2202 21.85 14.3602 21.61L15.4102 19.86C15.6202 19.51 16.0802 19.39 16.4402 19.6C16.8002 19.81 16.9102 20.27 16.7002 20.63L16.4302 21.08C19.1902 20.43 21.2602 17.95 21.2602 14.99C21.2602 14.58 21.6002 14.24 22.0102 14.24C22.4202 14.24 22.7602 14.58 22.7602 14.99C22.7502 19.27 19.2702 22.75 15.0002 22.75Z\" fill=\"\"/>\n<path d=\"M2 9.75C1.59 9.75 1.25 9.41 1.25 9C1.25 4.73 4.73 1.25 9 1.25C9.27 1.25 9.51999 1.4 9.64999 1.63C9.77999 1.87 9.78001 2.15 9.64001 2.39L8.59 4.14C8.38 4.49 7.92 4.61 7.56 4.4C7.2 4.19 7.08999 3.73 7.29999 3.37L7.57001 2.92C4.81001 3.57 2.73999 6.05 2.73999 9.01C2.74999 9.41 2.41 9.75 2 9.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"3d square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n<path d=\"M12.0006 13.0799C11.8706 13.0799 11.7406 13.0499 11.6206 12.9799L6.32061 9.91994C5.96061 9.70994 5.84059 9.24995 6.05059 8.89995C6.26059 8.53995 6.72061 8.41994 7.07061 8.62994L11.9906 11.4799L16.8806 8.64995C17.2406 8.43995 17.7006 8.56994 17.9006 8.91994C18.1006 9.26994 17.9806 9.73995 17.6306 9.93995L12.3706 12.9799C12.2606 13.0399 12.1306 13.0799 12.0006 13.0799Z\" fill=\"\"/>\n<path d=\"M12 18.5201C11.59 18.5201 11.25 18.1801 11.25 17.7701V12.3301C11.25 11.9201 11.59 11.5801 12 11.5801C12.41 11.5801 12.75 11.9201 12.75 12.3301V17.7701C12.75 18.1801 12.41 18.5201 12 18.5201Z\" fill=\"\"/>\n<path d=\"M12.0002 18.75C11.4202 18.75 10.8503 18.62 10.3903 18.37L7.19025 16.59C6.23025 16.06 5.49023 14.79 5.49023 13.69V10.3C5.49023 9.21005 6.24025 7.94005 7.19025 7.40005L10.3903 5.62005C11.3103 5.11005 12.6902 5.11005 13.6102 5.62005L16.8102 7.40005C17.7702 7.93005 18.5103 9.20005 18.5103 10.3V13.69C18.5103 14.78 17.7602 16.05 16.8102 16.59L13.6102 18.37C13.1502 18.63 12.5802 18.75 12.0002 18.75ZM12.0002 6.75005C11.6702 6.75005 11.3502 6.81005 11.1202 6.94005L7.92026 8.72005C7.43026 8.99005 6.99023 9.75005 6.99023 10.3V13.69C6.99023 14.25 7.43026 15 7.92026 15.27L11.1202 17.05C11.5802 17.31 12.4202 17.31 12.8802 17.05L16.0802 15.27C16.5702 15 17.0103 14.24 17.0103 13.69V10.3C17.0103 9.74005 16.5702 8.99005 16.0802 8.72005L12.8802 6.94005C12.6502 6.81005 12.3302 6.75005 12.0002 6.75005Z\" fill=\"\"/>\n</svg>\n</li><li title=\"3dcube \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 12.2501C11.56 12.2501 11.12 12.1401 10.72 11.9301L4.21 8.4201C3.62 8.1001 3.25 7.4701 3.25 6.7701C3.25 6.0701 3.62 5.4401 4.21 5.1201L10.72 1.6101C11.52 1.1801 12.48 1.1801 13.27 1.6101L19.78 5.1201C20.37 5.4401 20.74 6.0701 20.74 6.7701C20.74 7.4701 20.37 8.1001 19.78 8.4201L13.27 11.9301C12.88 12.1501 12.44 12.2501 12 12.2501ZM12 2.7801C11.81 2.7801 11.61 2.8301 11.43 2.9301L4.93 6.4301C4.76 6.5201 4.75 6.7101 4.75 6.7701C4.75 6.8301 4.76 7.0201 4.93 7.1001L11.44 10.6101C11.8 10.8001 12.21 10.8001 12.57 10.6101L19.08 7.1001C19.24 7.0101 19.26 6.8201 19.26 6.7701C19.26 6.7101 19.25 6.5201 19.08 6.4401L12.57 2.9301C12.39 2.8301 12.19 2.7801 12 2.7801Z\" fill=\"\"/>\n<path d=\"M9.78 22.72C9.5 22.72 9.21 22.65 8.95 22.52L2.89 19.5C1.88 18.99 1.25 17.97 1.25 16.84V11.12C1.25 10.47 1.58 9.88001 2.13 9.54001C2.69 9.20001 3.36 9.17001 3.94 9.46001L10 12.48C11.01 12.99 11.64 14 11.64 15.14V20.86C11.64 21.51 11.31 22.1 10.76 22.44C10.46 22.63 10.12 22.72 9.78 22.72ZM3.11 10.76C3.03 10.76 2.96 10.79 2.92 10.81C2.86 10.85 2.75 10.94 2.75 11.12V16.84C2.75 17.4 3.06 17.91 3.56 18.16L9.61 21.19C9.77 21.27 9.9 21.21 9.96 21.18C10.02 21.14 10.13 21.05 10.13 20.87V15.15C10.13 14.59 9.82 14.08 9.32 13.83L3.27 10.8C3.21 10.77 3.16 10.76 3.11 10.76Z\" fill=\"\"/>\n<path d=\"M14.2194 22.72C13.8794 22.72 13.5394 22.63 13.2394 22.44C12.6894 22.1 12.3594 21.51 12.3594 20.86V15.14C12.3594 14.01 12.9894 12.99 13.9994 12.48L20.0494 9.45C20.6294 9.16 21.3094 9.19 21.8594 9.53C22.4094 9.87 22.7394 10.46 22.7394 11.11V16.83C22.7394 17.96 22.1094 18.98 21.0994 19.49L15.0494 22.52C14.7894 22.66 14.4994 22.72 14.2194 22.72ZM20.8894 10.76C20.8394 10.76 20.7894 10.77 20.7294 10.8L14.6794 13.83C14.1794 14.08 13.8694 14.58 13.8694 15.15V20.87C13.8694 21.05 13.9794 21.14 14.0394 21.18C14.0994 21.22 14.2294 21.27 14.3894 21.19L20.4394 18.16C20.9394 17.91 21.2494 17.4 21.2494 16.84V11.12C21.2494 10.94 21.1394 10.85 21.0794 10.81C21.0394 10.79 20.9694 10.76 20.8894 10.76Z\" fill=\"\"/>\n</svg>\n</li><li title=\"3square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.37 22.75H4.62C2.32 22.75 1.25 21.68 1.25 19.38V14.63C1.25 12.32 2.32 11.25 4.62 11.25H7C7.41 11.25 7.75 11.59 7.75 12V14.37C7.75 15.83 8.17 16.25 9.62 16.25H12C12.41 16.25 12.75 16.59 12.75 17V19.38C12.75 21.68 11.68 22.75 9.37 22.75ZM4.62 12.75C3.17 12.75 2.75 13.17 2.75 14.63V19.38C2.75 20.83 3.17 21.25 4.62 21.25H9.37C10.83 21.25 11.25 20.83 11.25 19.38V17.75H9.62C7.32 17.75 6.25 16.68 6.25 14.37V12.75H4.62Z\" fill=\"\"/>\n<path d=\"M14.37 17.75H9.62C7.32 17.75 6.25 16.68 6.25 14.37V9.62C6.25 7.32 7.32 6.25 9.62 6.25H12C12.41 6.25 12.75 6.59 12.75 7V9.37C12.75 10.83 13.17 11.25 14.62 11.25H17C17.41 11.25 17.75 11.59 17.75 12V14.37C17.75 16.68 16.68 17.75 14.37 17.75ZM9.62 7.75C8.17 7.75 7.75 8.17 7.75 9.62V14.37C7.75 15.83 8.17 16.25 9.62 16.25H14.37C15.83 16.25 16.25 15.83 16.25 14.37V12.75H14.62C12.32 12.75 11.25 11.68 11.25 9.37V7.75H9.62Z\" fill=\"\"/>\n<path d=\"M19.37 12.75H14.62C12.32 12.75 11.25 11.68 11.25 9.37V4.62C11.25 2.32 12.32 1.25 14.62 1.25H19.37C21.68 1.25 22.75 2.32 22.75 4.62V9.37C22.75 11.68 21.68 12.75 19.37 12.75ZM14.62 2.75C13.17 2.75 12.75 3.17 12.75 4.62V9.37C12.75 10.83 13.17 11.25 14.62 11.25H19.37C20.83 11.25 21.25 10.83 21.25 9.37V4.62C21.25 3.17 20.83 2.75 19.37 2.75H14.62Z\" fill=\"\"/>\n</svg>\n</li><li title=\"activity \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n<path d=\"M7.33011 15.24C7.17011 15.24 7.01011 15.19 6.87011 15.08C6.54011 14.83 6.48011 14.36 6.73011 14.03L9.11011 10.94C9.40011 10.57 9.81011 10.33 10.2801 10.27C10.7401 10.21 11.2101 10.34 11.5801 10.63L13.4101 12.07C13.4801 12.13 13.5501 12.13 13.6001 12.12C13.6401 12.12 13.7101 12.1 13.7701 12.02L16.0801 9.04001C16.3301 8.71001 16.8101 8.65001 17.1301 8.91001C17.4601 9.16001 17.5201 9.63001 17.2601 9.96001L14.9501 12.94C14.6601 13.31 14.2501 13.55 13.7801 13.6C13.3101 13.66 12.8501 13.53 12.4801 13.24L10.6501 11.8C10.5801 11.74 10.5001 11.74 10.4601 11.75C10.4201 11.75 10.3501 11.77 10.2901 11.85L7.91011 14.94C7.78011 15.14 7.56011 15.24 7.33011 15.24Z\" fill=\"\"/>\n</svg>\n</li><li title=\"add circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z\" fill=\"\"/>\n<path d=\"M16 12.75H8C7.59 12.75 7.25 12.41 7.25 12C7.25 11.59 7.59 11.25 8 11.25H16C16.41 11.25 16.75 11.59 16.75 12C16.75 12.41 16.41 12.75 16 12.75Z\" fill=\"\"/>\n<path d=\"M12 16.75C11.59 16.75 11.25 16.41 11.25 16V8C11.25 7.59 11.59 7.25 12 7.25C12.41 7.25 12.75 7.59 12.75 8V16C12.75 16.41 12.41 16.75 12 16.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"add square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 12.75H8C7.59 12.75 7.25 12.41 7.25 12C7.25 11.59 7.59 11.25 8 11.25H16C16.41 11.25 16.75 11.59 16.75 12C16.75 12.41 16.41 12.75 16 12.75Z\" fill=\"\"/>\n<path d=\"M12 16.75C11.59 16.75 11.25 16.41 11.25 16V8C11.25 7.59 11.59 7.25 12 7.25C12.41 7.25 12.75 7.59 12.75 8V16C12.75 16.41 12.41 16.75 12 16.75Z\" fill=\"\"/>\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n</svg>\n</li><li title=\"add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18 12.75H6C5.59 12.75 5.25 12.41 5.25 12C5.25 11.59 5.59 11.25 6 11.25H18C18.41 11.25 18.75 11.59 18.75 12C18.75 12.41 18.41 12.75 18 12.75Z\" fill=\"\"/>\n<path d=\"M12 18.75C11.59 18.75 11.25 18.41 11.25 18V6C11.25 5.59 11.59 5.25 12 5.25C12.41 5.25 12.75 5.59 12.75 6V18C12.75 18.41 12.41 18.75 12 18.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"additem \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 16.75H5.43C2.74 16.75 1.25 15.27 1.25 12.57V5.43C1.25 2.74 2.73 1.25 5.43 1.25H10C12.69 1.25 14.18 2.73 14.18 5.43C14.18 5.84 13.84 6.18 13.43 6.18C13.02 6.18 12.68 5.84 12.68 5.43C12.68 3.55 11.88 2.75 10 2.75H5.43C3.55 2.75 2.75 3.55 2.75 5.43V12.57C2.75 14.45 3.55 15.25 5.43 15.25H8C8.41 15.25 8.75 15.59 8.75 16C8.75 16.41 8.41 16.75 8 16.75Z\" fill=\"\"/>\n<path d=\"M18.5703 22.75H14.0003C11.3103 22.75 9.82031 21.27 9.82031 18.57V11.43C9.82031 8.74 11.3003 7.25 14.0003 7.25H18.5703C21.2603 7.25 22.7503 8.73 22.7503 11.43V18.57C22.7503 21.27 21.2703 22.75 18.5703 22.75ZM14.0003 8.75C12.1203 8.75 11.3203 9.55 11.3203 11.43V18.57C11.3203 20.45 12.1203 21.25 14.0003 21.25H18.5703C20.4503 21.25 21.2503 20.45 21.2503 18.57V11.43C21.2503 9.55 20.4503 8.75 18.5703 8.75H14.0003Z\" fill=\"\"/>\n<path d=\"M18.1309 15.75H14.8809C14.4709 15.75 14.1309 15.41 14.1309 15C14.1309 14.59 14.4709 14.25 14.8809 14.25H18.1309C18.5409 14.25 18.8809 14.59 18.8809 15C18.8809 15.41 18.5409 15.75 18.1309 15.75Z\" fill=\"\"/>\n<path d=\"M16.5 17.3799C16.09 17.3799 15.75 17.0399 15.75 16.6299V13.3799C15.75 12.9699 16.09 12.6299 16.5 12.6299C16.91 12.6299 17.25 12.9699 17.25 13.3799V16.6299C17.25 17.0399 16.91 17.3799 16.5 17.3799Z\" fill=\"\"/>\n</svg>\n</li><li title=\"airdrop \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9995 13.74C11.2195 13.74 10.4795 13.44 9.90946 12.88C9.17946 12.15 8.88946 11.1 9.12946 10.07C9.37946 9.02001 10.2195 8.17999 11.2695 7.92999C12.2895 7.67999 13.3395 7.97002 14.0795 8.71002C14.8195 9.45002 15.0995 10.49 14.8595 11.52C14.6095 12.57 13.7695 13.41 12.7195 13.66C12.4795 13.71 12.2395 13.74 11.9995 13.74ZM11.9995 9.34003C11.8795 9.34003 11.7495 9.36001 11.6295 9.39001C11.1295 9.51001 10.7195 9.91998 10.5995 10.42C10.4695 10.94 10.6095 11.45 10.9795 11.81C11.3495 12.18 11.8495 12.31 12.3795 12.19C12.8795 12.07 13.2895 11.66 13.4095 11.16C13.5395 10.64 13.3995 10.13 13.0295 9.77002C12.7495 9.49002 12.3895 9.34003 11.9995 9.34003Z\" fill=\"\"/>\n<path d=\"M6.01996 17.97C5.83996 17.97 5.64995 17.9 5.50995 17.77C3.56995 15.97 2.45996 13.43 2.45996 10.79C2.45996 5.52998 6.73995 1.25 12 1.25C17.26 1.25 21.5399 5.52998 21.5399 10.79C21.5399 13.45 20.47 15.91 18.53 17.74C18.23 18.02 17.75 18.01 17.47 17.71C17.19 17.41 17.2 16.93 17.5 16.65C19.14 15.11 20.0399 13.04 20.0399 10.8C20.0399 6.36999 16.43 2.76001 12 2.76001C7.56995 2.76001 3.95996 6.36999 3.95996 10.8C3.95996 13.06 4.86995 15.14 6.52995 16.68C6.82995 16.96 6.84996 17.44 6.56996 17.74C6.41996 17.89 6.21996 17.97 6.01996 17.97Z\" fill=\"\"/>\n<path d=\"M15.9995 15.3C15.8195 15.3 15.6295 15.23 15.4895 15.1C15.1895 14.82 15.1695 14.34 15.4595 14.04C16.2895 13.16 16.7495 12 16.7495 10.8C16.7495 8.18005 14.6195 6.06006 12.0095 6.06006C9.39952 6.06006 7.26953 8.19005 7.26953 10.8C7.26953 12.01 7.72952 13.16 8.55952 14.04C8.83952 14.34 8.82953 14.82 8.52953 15.1C8.22953 15.38 7.74953 15.3701 7.46953 15.0701C6.37953 13.9101 5.76953 12.39 5.76953 10.8C5.76953 7.36005 8.56952 4.56006 12.0095 4.56006C15.4495 4.56006 18.2495 7.36005 18.2495 10.8C18.2495 12.39 17.6495 13.9101 16.5495 15.0701C16.3995 15.2201 16.1995 15.3 15.9995 15.3Z\" fill=\"\"/>\n<path d=\"M13.4397 22.7501H10.5697C9.42969 22.7501 8.41968 22.1101 7.92968 21.0901C7.43968 20.0701 7.56968 18.8801 8.27968 17.9901L9.71969 16.2001C10.2797 15.5001 11.1097 15.1001 12.0097 15.1001C12.9097 15.1001 13.7397 15.5001 14.2997 16.2001L15.7397 17.9901C16.4497 18.8801 16.5897 20.0701 16.0897 21.0901C15.5797 22.1101 14.5697 22.7501 13.4397 22.7501ZM10.8797 17.1301L9.43969 18.9201C9.08969 19.3601 9.01969 19.9301 9.26969 20.4301C9.50969 20.9401 9.99968 21.2401 10.5597 21.2401H13.4297C13.9897 21.2401 14.4797 20.9401 14.7197 20.4301C14.9597 19.9201 14.8997 19.3601 14.5497 18.9201L13.1097 17.1301C12.5697 16.4501 11.4297 16.4501 10.8797 17.1301Z\" fill=\"\"/>\n</svg>\n</li><li title=\"airplane square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.4595 19.8301C14.2295 19.8301 13.9995 19.7801 13.7895 19.6701C13.7395 19.6401 13.6895 19.6101 13.6495 19.5701L11.9795 18.1501L10.3395 19.5701C10.2895 19.6101 10.2395 19.6401 10.1895 19.6701C9.79953 19.8601 9.35953 19.8801 8.96953 19.7101C8.56953 19.5401 8.26953 19.2101 8.12953 18.8001L7.80953 17.8401C7.63953 17.3401 7.78953 16.7101 8.15953 16.3301L9.82953 14.6901L9.81953 13.2401L6.80953 14.5301C6.30953 14.7401 5.78953 14.7201 5.38953 14.4501C4.99953 14.2001 4.76953 13.7301 4.76953 13.1901V12.2601C4.76953 11.4801 5.30953 10.6501 6.02953 10.3401L9.81953 8.71012V6.80012C9.81953 5.82012 10.4695 4.76012 11.3395 4.34012C11.7695 4.13012 12.2595 4.13012 12.6895 4.34012C13.5595 4.79012 14.2095 5.85012 14.2095 6.80012V8.71012L17.9995 10.3401C18.7195 10.6401 19.2595 11.4701 19.2595 12.2601V13.1901C19.2595 13.7301 19.0295 14.2001 18.6195 14.4601C18.2095 14.7201 17.6995 14.7501 17.1995 14.5401L14.1995 13.2501V14.7201L15.8295 16.3501C16.1995 16.7201 16.3495 17.3601 16.1795 17.8601L15.8595 18.8101C15.7195 19.2201 15.4195 19.5501 15.0195 19.7101C14.8395 19.7901 14.6495 19.8301 14.4595 19.8301ZM11.9995 16.6701C12.3395 16.6701 12.6695 16.7801 12.9395 16.9901L14.4895 18.3101L14.7595 17.3801L13.1295 15.7601C12.8695 15.5101 12.6995 15.0901 12.6995 14.7201V12.8701C12.6995 12.4201 12.8895 12.0301 13.2295 11.8001C13.5695 11.5701 14.0095 11.5401 14.4295 11.7201L17.7495 13.1401L17.7595 12.2601C17.7595 12.0701 17.5795 11.7901 17.4095 11.7201L13.4595 10.0201C13.0295 9.84012 12.7095 9.36012 12.7095 8.87012V6.80012C12.7095 6.41012 12.3695 5.86012 12.0195 5.68012C11.6595 5.86012 11.3195 6.40012 11.3195 6.80012V8.87012C11.3195 9.34012 11.0095 9.83012 10.5695 10.0201L6.62953 11.7201C6.45953 11.7901 6.26953 12.0801 6.26953 12.2601V13.1401L9.57953 11.7301C9.98953 11.5501 10.4195 11.5701 10.7695 11.8001C11.1195 12.0301 11.3195 12.4201 11.3195 12.8801V14.7301C11.3195 15.0901 11.1495 15.5101 10.8895 15.7701L9.20953 17.4201L9.52953 18.3001L11.0395 17.0201C11.3195 16.7901 11.6595 16.6701 11.9995 16.6701ZM14.0495 8.64012L14.0595 8.65012C14.0595 8.64012 14.0495 8.64012 14.0495 8.64012Z\" fill=\"\"/>\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n</svg>\n</li><li title=\"airplane \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.58023 22.5501C8.36023 22.5501 8.13023 22.5101 7.92023 22.4201C7.45023 22.2201 7.09023 21.8301 6.93023 21.3401L6.49023 20.0201C6.29023 19.4201 6.47023 18.6701 6.91023 18.2201L9.18023 15.9401C9.21024 15.9101 9.25023 15.8001 9.25023 15.7501V13.2801L4.69023 15.2501C4.08023 15.5101 3.46023 15.4801 2.99023 15.1701C2.52023 14.8601 2.24023 14.3001 2.24023 13.6501V12.3601C2.24023 11.3801 2.94023 10.3301 3.83023 9.98007L9.24023 7.64007V4.80007C9.24023 3.59007 10.0902 2.20007 11.1702 1.64007C11.6902 1.38007 12.2902 1.38007 12.8002 1.64007C13.8902 2.20007 14.7402 3.58007 14.7402 4.79007V7.63007L20.1802 9.97007C21.0702 10.3501 21.7502 11.3701 21.7502 12.3601V13.6501C21.7502 14.3101 21.4802 14.8601 21.0002 15.1701C20.5202 15.4801 19.9102 15.5101 19.3002 15.2601L14.7402 13.2901V15.7601C14.7402 15.8001 14.7802 15.9001 14.8102 15.9301L17.0902 18.2201C17.5302 18.6601 17.7102 19.4301 17.5102 20.0201L17.0702 21.3401C16.9002 21.8301 16.5402 22.2201 16.0602 22.4101C15.5902 22.6001 15.0702 22.5801 14.6202 22.3601C14.5702 22.3301 14.5202 22.3001 14.4702 22.2601L12.1402 20.3001C12.0602 20.2301 11.9002 20.2401 11.8302 20.3001L9.50023 22.2601C9.46023 22.3001 9.41023 22.3301 9.36023 22.3501C9.12023 22.4901 8.85023 22.5501 8.58023 22.5501ZM9.56024 11.6401C9.79024 11.6401 10.0102 11.7001 10.2002 11.8301C10.5502 12.0601 10.7502 12.4501 10.7502 12.9101V15.7601C10.7502 16.1901 10.5402 16.7001 10.2402 17.0001L7.97023 19.2801C7.93023 19.3301 7.89023 19.4801 7.91023 19.5401L8.35023 20.8701C8.38024 20.9701 8.45023 21.0101 8.49023 21.0301C8.52023 21.0401 8.57023 21.0601 8.63023 21.0401L10.8702 19.1501C11.5002 18.6101 12.4902 18.6101 13.1202 19.1501L15.3502 21.0301C15.4202 21.0401 15.4702 21.0301 15.5002 21.0201C15.5402 21.0001 15.6202 20.9601 15.6502 20.8601L16.0902 19.5401C16.1102 19.4701 16.0702 19.3201 16.0302 19.2801L13.7602 17.0001C13.4602 16.7201 13.2402 16.2001 13.2402 15.7601V12.9101C13.2402 12.4601 13.4302 12.0701 13.7702 11.8401C14.1102 11.6101 14.5502 11.5801 14.9702 11.7601L19.8902 13.8801C20.0402 13.9401 20.1402 13.9401 20.1702 13.9201C20.2002 13.9001 20.2402 13.8101 20.2402 13.6501V12.3601C20.2402 11.9801 19.9202 11.4901 19.5802 11.3501L14.0002 8.94007C13.5602 8.75007 13.2502 8.27007 13.2502 7.79007V4.79007C13.2502 4.13007 12.7302 3.28007 12.1302 2.98007C12.0502 2.94007 11.9502 2.94007 11.8602 2.98007C11.2802 3.28007 10.7502 4.15007 10.7502 4.80007V7.80007C10.7502 8.27007 10.4402 8.76007 10.0002 8.95007L4.42023 11.3601C4.07023 11.5001 3.75023 11.9901 3.75023 12.3601V13.6501C3.75023 13.8101 3.79023 13.9001 3.82023 13.9201C3.85023 13.9401 3.95023 13.9401 4.10023 13.8801L9.01023 11.7601C9.19023 11.6801 9.38024 11.6401 9.56024 11.6401Z\" fill=\"\"/>\n</svg>\n</li><li title=\"airpod \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.1199 22.75H8.87988C4.84988 22.75 2.43988 21.96 1.99988 17.91C1.91988 17.33 1.87988 16.64 1.87988 15.75V8.25C1.87988 7.39 1.91988 6.68 1.99988 6.08C2.45988 2.02 4.76988 1.25 8.88988 1.25H15.1399C19.2599 1.25 21.5799 2.02 22.0199 6.1C22.1199 6.77 22.1399 7.53 22.1399 8.25V15.75C22.1399 16.62 22.0999 17.31 22.0199 17.93C21.5599 21.98 19.2399 22.75 15.1199 22.75ZM8.87988 2.75C4.62988 2.75 3.76988 3.67 3.47988 6.26C3.39988 6.81 3.36988 7.46 3.36988 8.25V15.75C3.36988 16.57 3.40988 17.19 3.47988 17.72C3.76988 20.33 4.61988 21.25 8.87988 21.25H15.1199C19.3699 21.25 20.2299 20.33 20.5199 17.75C20.5899 17.2 20.6299 16.55 20.6299 15.75V8.25C20.6299 7.59 20.6199 6.89 20.5299 6.29C20.2399 3.67 19.3899 2.75 15.1299 2.75H8.87988Z\" fill=\"\"/>\n<path d=\"M21.2299 9.66992H17.1299C16.7199 9.66992 16.3799 9.32992 16.3799 8.91992C16.3799 8.50992 16.7199 8.16992 17.1299 8.16992H21.2299C21.6399 8.16992 21.9799 8.50992 21.9799 8.91992C21.9799 9.32992 21.6399 9.66992 21.2299 9.66992Z\" fill=\"\"/>\n<path d=\"M6.86953 9.66992H2.76953C2.35953 9.66992 2.01953 9.32992 2.01953 8.91992C2.01953 8.50992 2.35953 8.16992 2.76953 8.16992H6.86953C7.27953 8.16992 7.61953 8.50992 7.61953 8.91992C7.61953 9.32992 7.27953 9.66992 6.86953 9.66992Z\" fill=\"\"/>\n<path d=\"M15.0801 11.7201H8.92012C8.17012 11.7201 7.45012 11.4201 6.93012 10.8801C6.41012 10.3801 6.12012 9.67012 6.12012 8.92012C6.12012 7.38012 7.38012 6.12012 8.92012 6.12012H15.0701C15.8201 6.12012 16.5401 6.43012 17.0601 6.96012C17.5801 7.47012 17.8801 8.17012 17.8801 8.92012C17.8801 10.4601 16.6201 11.7201 15.0801 11.7201ZM8.92012 7.62012C8.20012 7.62012 7.62012 8.20012 7.62012 8.92012C7.62012 9.27012 7.75012 9.59012 7.99012 9.82012C8.24012 10.0801 8.57012 10.2201 8.92012 10.2201H15.0801C15.8001 10.2201 16.3801 9.64012 16.3801 8.92012C16.3801 8.58012 16.2401 8.26012 16.0001 8.02012C15.7501 7.76012 15.4201 7.62012 15.0701 7.62012H8.92012Z\" fill=\"\"/>\n</svg>\n</li><li title=\"airpods \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.61023 19.75C7.15023 19.75 5.97025 18.57 5.97025 17.11V10.3H5.77023C3.27023 10.3 1.24023 8.27002 1.24023 5.77002C1.24023 3.27002 3.27023 1.23999 5.77023 1.23999H7.66025C9.64025 1.23999 11.2402 2.85001 11.2402 4.82001V17.1C11.2502 18.57 10.0702 19.75 8.61023 19.75ZM5.78024 2.75C4.11024 2.75 2.75024 4.11003 2.75024 5.78003C2.75024 7.45003 4.11024 8.81 5.78024 8.81H6.73026C7.14025 8.81 7.48026 9.15 7.48026 9.56V17.12C7.48026 17.75 7.99024 18.26 8.62024 18.26C9.25024 18.26 9.76025 17.75 9.76025 17.12V4.84003C9.76025 3.69003 8.83024 2.76001 7.68024 2.76001H5.78024V2.75Z\" fill=\"\"/>\n<path d=\"M5.77985 7.47003C4.84985 7.47003 4.08984 6.71008 4.08984 5.77008C4.08984 4.83008 4.84985 4.08008 5.77985 4.08008C6.18985 4.08008 6.52985 4.42008 6.52985 4.83008C6.52985 5.24008 6.18985 5.58008 5.77985 5.58008C5.66985 5.58008 5.58984 5.67008 5.58984 5.77008C5.58984 5.87008 5.67985 5.97003 5.77985 5.97003C6.18985 5.97003 6.52985 6.31003 6.52985 6.72003C6.52985 7.13003 6.18985 7.47003 5.77985 7.47003Z\" fill=\"\"/>\n<path d=\"M15.39 19.75C13.93 19.75 12.75 18.57 12.75 17.11V4.83002C12.75 2.85002 14.36 1.25 16.33 1.25H18.22C20.72 1.25 22.75 3.28003 22.75 5.78003C22.75 8.28003 20.72 10.31 18.22 10.31H18.02V17.12C18.03 18.57 16.84 19.75 15.39 19.75ZM16.33 2.75C15.18 2.75 14.25 3.68002 14.25 4.83002V17.11C14.25 17.74 14.76 18.25 15.39 18.25C16.02 18.25 16.53 17.74 16.53 17.11V9.54999C16.53 9.13999 16.87 8.79999 17.28 8.79999H18.23C19.9 8.79999 21.26 7.44002 21.26 5.77002C21.26 4.10002 19.9 2.73999 18.23 2.73999H16.33V2.75Z\" fill=\"\"/>\n<path d=\"M18.2197 7.47003C17.8097 7.47003 17.4697 7.13003 17.4697 6.72003C17.4697 6.31003 17.8097 5.97003 18.2197 5.97003C18.3297 5.97003 18.4097 5.88008 18.4097 5.77008C18.4097 5.66008 18.3197 5.58008 18.2197 5.58008C17.8097 5.58008 17.4697 5.24008 17.4697 4.83008C17.4697 4.42008 17.8097 4.08008 18.2197 4.08008C19.1497 4.08008 19.9097 4.84008 19.9097 5.77008C19.9097 6.70008 19.1597 7.47003 18.2197 7.47003Z\" fill=\"\"/>\n<path d=\"M8.5 22.75C8.09 22.75 7.75 22.41 7.75 22V19C7.75 18.59 8.09 18.25 8.5 18.25C8.91 18.25 9.25 18.59 9.25 19V22C9.25 22.41 8.91 22.75 8.5 22.75Z\" fill=\"\"/>\n<path d=\"M15.5 22.75C15.09 22.75 14.75 22.41 14.75 22V19C14.75 18.59 15.09 18.25 15.5 18.25C15.91 18.25 16.25 18.59 16.25 19V22C16.25 22.41 15.91 22.75 15.5 22.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"alarm \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 22.75H2C1.59 22.75 1.25 22.41 1.25 22C1.25 21.59 1.59 21.25 2 21.25H22C22.41 21.25 22.75 21.59 22.75 22C22.75 22.41 22.41 22.75 22 22.75Z\" fill=\"\"/>\n<path d=\"M21 22.75H3C2.59 22.75 2.25 22.41 2.25 22V15C2.25 9.62 6.62 5.25 12 5.25C17.38 5.25 21.75 9.62 21.75 15V22C21.75 22.41 21.41 22.75 21 22.75ZM3.75 21.25H20.25V15C20.25 10.45 16.55 6.75 12 6.75C7.45 6.75 3.75 10.45 3.75 15V21.25Z\" fill=\"\"/>\n<path d=\"M12 3.75C11.59 3.75 11.25 3.41 11.25 3V2C11.25 1.59 11.59 1.25 12 1.25C12.41 1.25 12.75 1.59 12.75 2V3C12.75 3.41 12.41 3.75 12 3.75Z\" fill=\"\"/>\n<path d=\"M4.99945 5.74994C4.80945 5.74994 4.61945 5.67994 4.46945 5.52994L3.46945 4.52994C3.17945 4.23994 3.17945 3.75994 3.46945 3.46994C3.75945 3.17994 4.23945 3.17994 4.52945 3.46994L5.52945 4.46994C5.81945 4.75994 5.81945 5.23994 5.52945 5.52994C5.37945 5.67994 5.18945 5.74994 4.99945 5.74994Z\" fill=\"\"/>\n<path d=\"M18.9995 5.74994C18.8095 5.74994 18.6195 5.67994 18.4695 5.52994C18.1795 5.23994 18.1795 4.75994 18.4695 4.46994L19.4695 3.46994C19.7595 3.17994 20.2395 3.17994 20.5295 3.46994C20.8195 3.75994 20.8195 4.23994 20.5295 4.52994L19.5295 5.52994C19.3795 5.67994 19.1895 5.74994 18.9995 5.74994Z\" fill=\"\"/>\n</svg>\n</li><li title=\"align bottom \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.0298 19.7501H15.9898C13.9798 19.7501 13.0098 18.8201 13.0098 16.9001V5.1001C13.0098 4.6901 13.3498 4.3501 13.7598 4.3501C14.1698 4.3501 14.5098 4.6901 14.5098 5.1001V16.9001C14.5098 17.9101 14.7198 18.2501 15.9898 18.2501H17.0298C18.2998 18.2501 18.5098 17.9101 18.5098 16.9001V5.1001C18.5098 4.6901 18.8498 4.3501 19.2598 4.3501C19.6698 4.3501 20.0098 4.6901 20.0098 5.1001V16.9001C20.0098 18.8201 19.0398 19.7501 17.0298 19.7501Z\" fill=\"\"/>\n<path d=\"M8.52977 14.7501H7.48977C5.47977 14.7501 4.50977 13.8201 4.50977 11.9001V5.1001C4.50977 4.6901 4.84977 4.3501 5.25977 4.3501C5.66977 4.3501 6.00977 4.6901 6.00977 5.1001V11.9001C6.00977 12.9101 6.21977 13.2501 7.48977 13.2501H8.52977C9.79977 13.2501 10.0098 12.9101 10.0098 11.9001V5.1001C10.0098 4.6901 10.3498 4.3501 10.7598 4.3501C11.1698 4.3501 11.5098 4.6901 11.5098 5.1001V11.9001C11.5098 13.8201 10.5398 14.7501 8.52977 14.7501Z\" fill=\"\"/>\n<path d=\"M22 5.75H2C1.58 5.75 1.25 5.41 1.25 5C1.25 4.59 1.58 4.25 2 4.25H22C22.41 4.25 22.75 4.59 22.75 5C22.75 5.41 22.42 5.75 22 5.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"align horizontally \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.02 20.25H6.98C4.97 20.25 4 19.32 4 17.4V6.6C4 4.68 4.98 3.75 6.98 3.75H8.02C10.02 3.75 11 4.68 11 6.6V17.4C11 19.32 10.02 20.25 8.02 20.25ZM6.98 5.25C5.71 5.25 5.5 5.59 5.5 6.6V17.4C5.5 18.41 5.71 18.75 6.98 18.75H8.02C9.29 18.75 9.5 18.41 9.5 17.4V6.6C9.5 5.59 9.29 5.25 8.02 5.25H6.98Z\" fill=\"\"/>\n<path d=\"M16.52 18.25H15.48C13.47 18.25 12.5 17.32 12.5 15.4V8.6C12.5 6.68 13.48 5.75 15.48 5.75H16.52C18.53 5.75 19.5 6.68 19.5 8.6V15.4C19.5 17.32 18.52 18.25 16.52 18.25ZM15.48 7.25C14.21 7.25 14 7.59 14 8.6V15.4C14 16.41 14.21 16.75 15.48 16.75H16.52C17.79 16.75 18 16.41 18 15.4V8.6C18 7.59 17.79 7.25 16.52 7.25H15.48Z\" fill=\"\"/>\n<path d=\"M4.4 12.75H2C1.59 12.75 1.25 12.41 1.25 12C1.25 11.59 1.58 11.25 2 11.25H4.4C4.81 11.25 5.15 11.59 5.15 12C5.15 12.41 4.82 12.75 4.4 12.75Z\" fill=\"\"/>\n<path d=\"M13 12.75H11C10.59 12.75 10.25 12.41 10.25 12C10.25 11.59 10.59 11.25 11 11.25H13C13.41 11.25 13.75 11.59 13.75 12C13.75 12.41 13.41 12.75 13 12.75Z\" fill=\"\"/>\n<path d=\"M22.0008 12.75H19.3008C18.8908 12.75 18.5508 12.41 18.5508 12C18.5508 11.59 18.8908 11.25 19.3008 11.25H22.0008C22.4108 11.25 22.7508 11.59 22.7508 12C22.7508 12.41 22.4208 12.75 22.0008 12.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"align left \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.8996 20H5.09961C4.68961 20 4.34961 19.66 4.34961 19.25C4.34961 18.84 4.68961 18.5 5.09961 18.5H16.8996C17.9096 18.5 18.2496 18.29 18.2496 17.02V15.98C18.2496 14.71 17.9096 14.5 16.8996 14.5H5.09961C4.68961 14.5 4.34961 14.16 4.34961 13.75C4.34961 13.34 4.68961 13 5.09961 13H16.8996C18.8196 13 19.7496 13.98 19.7496 15.98V17.02C19.7496 19.02 18.8196 20 16.8996 20Z\" fill=\"\"/>\n<path d=\"M11.8996 11.5H5.09961C4.68961 11.5 4.34961 11.16 4.34961 10.75C4.34961 10.34 4.68961 10 5.09961 10H11.8996C12.9096 10 13.2496 9.79 13.2496 8.52V7.48C13.2496 6.21 12.9096 6 11.8996 6H5.09961C4.68961 6 4.34961 5.66 4.34961 5.25C4.34961 4.84 4.68961 4.5 5.09961 4.5H11.8996C13.8196 4.5 14.7496 5.48 14.7496 7.48V8.52C14.7496 10.52 13.8196 11.5 11.8996 11.5Z\" fill=\"\"/>\n<path d=\"M5 22.7402C4.59 22.7402 4.25 22.4002 4.25 21.9902V1.99023C4.25 1.58023 4.59 1.24023 5 1.24023C5.41 1.24023 5.75 1.58023 5.75 1.99023V21.9902C5.75 22.4002 5.41 22.7402 5 22.7402Z\" fill=\"\"/>\n</svg>\n</li><li title=\"align right \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.9 20H7.1C5.18 20 4.25 19.02 4.25 17.02V15.98C4.25 13.98 5.18 13 7.1 13H18.9C19.31 13 19.65 13.34 19.65 13.75C19.65 14.16 19.31 14.5 18.9 14.5H7.1C6.09 14.5 5.75 14.71 5.75 15.98V17.02C5.75 18.29 6.09 18.5 7.1 18.5H18.9C19.31 18.5 19.65 18.84 19.65 19.25C19.65 19.66 19.31 20 18.9 20Z\" fill=\"\"/>\n<path d=\"M18.9 11.5H12.1C10.18 11.5 9.25 10.52 9.25 8.52V7.48C9.25 5.47 10.18 4.5 12.1 4.5H18.9C19.31 4.5 19.65 4.84 19.65 5.25C19.65 5.66 19.31 6 18.9 6H12.1C11.09 6 10.75 6.21 10.75 7.48V8.52C10.75 9.79 11.09 10 12.1 10H18.9C19.31 10 19.65 10.34 19.65 10.75C19.65 11.16 19.31 11.5 18.9 11.5Z\" fill=\"\"/>\n<path d=\"M19 22.7402C18.59 22.7402 18.25 22.4002 18.25 21.9902V1.99023C18.25 1.58023 18.59 1.24023 19 1.24023C19.41 1.24023 19.75 1.58023 19.75 1.99023V21.9902C19.75 22.4002 19.41 22.7402 19 22.7402Z\" fill=\"\"/>\n</svg>\n</li><li title=\"align vertically \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.4 20H6.6C4.68 20 3.75 19.02 3.75 17.02V15.98C3.75 13.98 4.68 13 6.6 13H17.4C19.32 13 20.25 13.98 20.25 15.98V17.02C20.25 19.02 19.32 20 17.4 20ZM6.6 14.5C5.59 14.5 5.25 14.71 5.25 15.98V17.02C5.25 18.29 5.59 18.5 6.6 18.5H17.4C18.41 18.5 18.75 18.29 18.75 17.02V15.98C18.75 14.71 18.41 14.5 17.4 14.5H6.6Z\" fill=\"\"/>\n<path d=\"M15.4 11.5H8.6C6.68 11.5 5.75 10.52 5.75 8.52V7.48C5.75 5.47 6.68 4.5 8.6 4.5H15.4C17.32 4.5 18.25 5.48 18.25 7.48V8.52C18.25 10.52 17.32 11.5 15.4 11.5ZM8.6 6C7.59 6 7.25 6.21 7.25 7.48V8.52C7.25 9.79 7.59 10 8.6 10H15.4C16.41 10 16.75 9.79 16.75 8.52V7.48C16.75 6.21 16.41 6 15.4 6H8.6Z\" fill=\"\"/>\n<path d=\"M12 22.7501C11.59 22.7501 11.25 22.4101 11.25 22.0001V19.6001C11.25 19.1901 11.59 18.8501 12 18.8501C12.41 18.8501 12.75 19.1901 12.75 19.6001V22.0001C12.75 22.4101 12.41 22.7501 12 22.7501Z\" fill=\"\"/>\n<path d=\"M12 13.75C11.59 13.75 11.25 13.41 11.25 13V11C11.25 10.59 11.59 10.25 12 10.25C12.41 10.25 12.75 10.59 12.75 11V13C12.75 13.41 12.41 13.75 12 13.75Z\" fill=\"\"/>\n<path d=\"M12 5.44C11.59 5.44 11.25 5.1 11.25 4.69V2C11.25 1.59 11.59 1.25 12 1.25C12.41 1.25 12.75 1.58 12.75 2V4.69C12.75 5.11 12.41 5.44 12 5.44Z\" fill=\"\"/>\n</svg>\n</li><li title=\"aquarius \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 16.75C11.59 16.75 11.25 16.41 11.25 16C11.25 15.59 11.59 15.25 12 15.25C15.45 15.25 18.25 12.45 18.25 9C18.25 5.55 15.45 2.75 12 2.75C8.55 2.75 5.75 5.55 5.75 9C5.75 9.41 5.41 9.75 5 9.75C4.59 9.75 4.25 9.41 4.25 9C4.25 4.73 7.73 1.25 12 1.25C16.27 1.25 19.75 4.73 19.75 9C19.75 13.27 16.27 16.75 12 16.75Z\" fill=\"\"/>\n<path d=\"M12 22.75C11.59 22.75 11.25 22.41 11.25 22V16C11.25 15.59 11.59 15.25 12 15.25C12.41 15.25 12.75 15.59 12.75 16V22C12.75 22.41 12.41 22.75 12 22.75Z\" fill=\"\"/>\n<path d=\"M15 19.75H9C8.59 19.75 8.25 19.41 8.25 19C8.25 18.59 8.59 18.25 9 18.25H15C15.41 18.25 15.75 18.59 15.75 19C15.75 19.41 15.41 19.75 15 19.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"archive 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9998 10.2801C10.9798 10.2801 9.95976 10.1001 8.98976 9.75005C8.59976 9.61005 8.39976 9.18005 8.53976 8.79005C8.68976 8.40005 9.11976 8.20005 9.50976 8.34005C11.1198 8.92005 12.8898 8.92005 14.4998 8.34005C14.8898 8.20005 15.3198 8.40005 15.4598 8.79005C15.5998 9.18005 15.3998 9.61005 15.0098 9.75005C14.0398 10.1001 13.0198 10.2801 11.9998 10.2801Z\" fill=\"\"/>\n<path d=\"M19.0703 22.75C18.5603 22.75 18.0003 22.6 17.4603 22.29L12.5803 19.58C12.2903 19.42 11.7203 19.42 11.4303 19.58L6.55031 22.29C5.56031 22.84 4.55031 22.9 3.78031 22.44C3.01031 21.99 2.57031 21.08 2.57031 19.95V5.86C2.57031 3.32 4.64031 1.25 7.18031 1.25H16.8303C19.3703 1.25 21.4403 3.32 21.4403 5.86V19.95C21.4403 21.08 21.0003 21.99 20.2303 22.44C19.8803 22.65 19.4803 22.75 19.0703 22.75ZM12.0003 17.96C12.4703 17.96 12.9303 18.06 13.3003 18.27L18.1803 20.98C18.6903 21.27 19.1603 21.33 19.4603 21.15C19.7603 20.97 19.9303 20.54 19.9303 19.95V5.86C19.9303 4.15 18.5303 2.75 16.8203 2.75H7.18031C5.47031 2.75 4.07031 4.15 4.07031 5.86V19.95C4.07031 20.54 4.24031 20.98 4.54031 21.15C4.84031 21.32 5.30031 21.27 5.82031 20.98L10.7003 18.27C11.0703 18.06 11.5303 17.96 12.0003 17.96Z\" fill=\"\"/>\n<path d=\"M19.0703 22.75C18.5603 22.75 18.0003 22.6 17.4603 22.29L12.5803 19.58C12.2903 19.42 11.7203 19.42 11.4303 19.58L6.55031 22.29C5.56031 22.84 4.55031 22.9 3.78031 22.44C3.01031 21.99 2.57031 21.08 2.57031 19.95V5.86C2.57031 3.32 4.64031 1.25 7.18031 1.25H16.8303C19.3703 1.25 21.4403 3.32 21.4403 5.86V19.95C21.4403 21.08 21.0003 21.99 20.2303 22.44C19.8803 22.65 19.4803 22.75 19.0703 22.75ZM12.0003 17.96C12.4703 17.96 12.9303 18.06 13.3003 18.27L18.1803 20.98C18.6903 21.27 19.1603 21.33 19.4603 21.15C19.7603 20.97 19.9303 20.54 19.9303 19.95V5.86C19.9303 4.15 18.5303 2.75 16.8203 2.75H7.18031C5.47031 2.75 4.07031 4.15 4.07031 5.86V19.95C4.07031 20.54 4.24031 20.98 4.54031 21.15C4.84031 21.32 5.30031 21.27 5.82031 20.98L10.7003 18.27C11.0703 18.06 11.5303 17.96 12.0003 17.96Z\" fill=\"\"/>\n</svg>\n</li><li title=\"archive 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.5 22.75H7.5C4.2 22.75 3.75 20.95 3.75 19V10.22C3.75 9.80997 4.09 9.46997 4.5 9.46997C4.91 9.46997 5.25 9.80997 5.25 10.22V19C5.25 20.74 5.55 21.25 7.5 21.25H16.5C18.45 21.25 18.75 20.74 18.75 19V10.22C18.75 9.80997 19.09 9.46997 19.5 9.46997C19.91 9.46997 20.25 9.80997 20.25 10.22V19C20.25 20.95 19.8 22.75 16.5 22.75Z\" fill=\"\"/>\n<path d=\"M19 10.75H5C2.58 10.75 1.25 9.42 1.25 7V5C1.25 2.58 2.58 1.25 5 1.25H19C21.42 1.25 22.75 2.58 22.75 5V7C22.75 9.42 21.42 10.75 19 10.75ZM5 2.75C3.42 2.75 2.75 3.42 2.75 5V7C2.75 8.58 3.42 9.25 5 9.25H19C20.58 9.25 21.25 8.58 21.25 7V5C21.25 3.42 20.58 2.75 19 2.75H5Z\" fill=\"\"/>\n<path d=\"M13.8197 14.75H10.1797C9.76969 14.75 9.42969 14.41 9.42969 14C9.42969 13.59 9.76969 13.25 10.1797 13.25H13.8197C14.2297 13.25 14.5697 13.59 14.5697 14C14.5697 14.41 14.2297 14.75 13.8197 14.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"archive add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.5 11.3999H9.5C9.09 11.3999 8.75 11.0599 8.75 10.6499C8.75 10.2399 9.09 9.8999 9.5 9.8999H14.5C14.91 9.8999 15.25 10.2399 15.25 10.6499C15.25 11.0599 14.91 11.3999 14.5 11.3999Z\" fill=\"\"/>\n<path d=\"M12 13.96C11.59 13.96 11.25 13.62 11.25 13.21V8.20996C11.25 7.79996 11.59 7.45996 12 7.45996C12.41 7.45996 12.75 7.79996 12.75 8.20996V13.21C12.75 13.62 12.41 13.96 12 13.96Z\" fill=\"\"/>\n<path d=\"M19.0703 22.75C18.5603 22.75 18.0003 22.6 17.4603 22.29L12.5803 19.58C12.2903 19.42 11.7203 19.42 11.4303 19.58L6.55031 22.29C5.56031 22.84 4.55031 22.9 3.78031 22.44C3.01031 21.99 2.57031 21.08 2.57031 19.95V5.86C2.57031 3.32 4.64031 1.25 7.18031 1.25H16.8303C19.3703 1.25 21.4403 3.32 21.4403 5.86V19.95C21.4403 21.08 21.0003 21.99 20.2303 22.44C19.8803 22.65 19.4803 22.75 19.0703 22.75ZM12.0003 17.96C12.4703 17.96 12.9303 18.06 13.3003 18.27L18.1803 20.98C18.6903 21.27 19.1603 21.33 19.4603 21.15C19.7603 20.97 19.9303 20.54 19.9303 19.95V5.86C19.9303 4.15 18.5303 2.75 16.8203 2.75H7.18031C5.47031 2.75 4.07031 4.15 4.07031 5.86V19.95C4.07031 20.54 4.24031 20.98 4.54031 21.15C4.84031 21.32 5.31031 21.27 5.82031 20.98L10.7003 18.27C11.0703 18.06 11.5303 17.96 12.0003 17.96Z\" fill=\"\"/>\n</svg>\n</li><li title=\"archive book \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 22.75H8C4.35 22.75 2.25 20.65 2.25 17V7C2.25 3.35 4.35 1.25 8 1.25H16C19.65 1.25 21.75 3.35 21.75 7V17C21.75 20.65 19.65 22.75 16 22.75ZM8 2.75C5.14 2.75 3.75 4.14 3.75 7V17C3.75 19.86 5.14 21.25 8 21.25H16C18.86 21.25 20.25 19.86 20.25 17V7C20.25 4.14 18.86 2.75 16 2.75H8Z\" fill=\"\"/>\n<path d=\"M9 11.11C8.83 11.11 8.66 11.08 8.5 11.01C8.04 10.81 7.75 10.36 7.75 9.87V2C7.75 1.59 8.09 1.25 8.5 1.25H15.5C15.91 1.25 16.25 1.59 16.25 2V9.85999C16.25 10.36 15.96 10.81 15.5 11C15.05 11.2 14.52 11.11 14.15 10.77L12 8.79999L9.84998 10.78C9.60998 11 9.31 11.11 9 11.11ZM12 7.21002C12.3 7.21002 12.61 7.31998 12.85 7.53998L14.75 9.28998V2.75H9.25V9.28998L11.15 7.53998C11.39 7.31998 11.7 7.21002 12 7.21002Z\" fill=\"\"/>\n<path d=\"M17.5 14.75H13.25C12.84 14.75 12.5 14.41 12.5 14C12.5 13.59 12.84 13.25 13.25 13.25H17.5C17.91 13.25 18.25 13.59 18.25 14C18.25 14.41 17.91 14.75 17.5 14.75Z\" fill=\"\"/>\n<path d=\"M17.5 18.75H9C8.59 18.75 8.25 18.41 8.25 18C8.25 17.59 8.59 17.25 9 17.25H17.5C17.91 17.25 18.25 17.59 18.25 18C18.25 18.41 17.91 18.75 17.5 18.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"archive minus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.5 11.3999H9.5C9.09 11.3999 8.75 11.0599 8.75 10.6499C8.75 10.2399 9.09 9.8999 9.5 9.8999H14.5C14.91 9.8999 15.25 10.2399 15.25 10.6499C15.25 11.0599 14.91 11.3999 14.5 11.3999Z\" fill=\"\"/>\n<path d=\"M4.92957 22.75C4.50957 22.75 4.11957 22.65 3.76957 22.45C2.99957 22 2.55957 21.09 2.55957 19.96V5.86C2.55957 3.32 4.62957 1.25 7.16957 1.25H16.8196C19.3596 1.25 21.4296 3.32 21.4296 5.86V19.95C21.4296 21.08 20.9896 21.99 20.2196 22.44C19.4496 22.89 18.4396 22.84 17.4496 22.29L12.5696 19.58C12.2796 19.42 11.7096 19.42 11.4196 19.58L6.53957 22.29C5.99957 22.59 5.44957 22.75 4.92957 22.75ZM7.17957 2.75C5.46957 2.75 4.06957 4.15 4.06957 5.86V19.95C4.06957 20.54 4.23957 20.98 4.53957 21.15C4.83957 21.33 5.30957 21.27 5.81957 20.98L10.6996 18.27C11.4396 17.86 12.5596 17.86 13.2996 18.27L18.1796 20.98C18.6896 21.27 19.1596 21.33 19.4596 21.15C19.7596 20.97 19.9296 20.53 19.9296 19.95V5.86C19.9296 4.15 18.5296 2.75 16.8196 2.75H7.17957Z\" fill=\"\"/>\n</svg>\n</li><li title=\"archive slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2.00043 22.7499C1.81043 22.7499 1.62043 22.6799 1.47043 22.5299C1.18043 22.2399 1.18043 21.7599 1.47043 21.4699L21.4704 1.46994C21.7604 1.17994 22.2404 1.17994 22.5304 1.46994C22.8204 1.75994 22.8204 2.23994 22.5304 2.52994L2.53043 22.5299C2.38043 22.6799 2.19043 22.7499 2.00043 22.7499Z\" fill=\"\"/>\n<path d=\"M18.8797 22.75C18.3197 22.75 17.7197 22.58 17.1197 22.25L10.5997 18.18C10.2497 17.96 10.1397 17.5 10.3597 17.15C10.5797 16.8 11.0397 16.69 11.3897 16.91L17.8797 20.96C18.4397 21.27 18.9997 21.34 19.3597 21.13C19.7197 20.92 19.9297 20.4 19.9297 19.71V8.70996C19.9297 8.29996 20.2697 7.95996 20.6797 7.95996C21.0897 7.95996 21.4297 8.29996 21.4297 8.70996V19.71C21.4297 20.94 20.9497 21.93 20.1197 22.42C19.7497 22.64 19.3297 22.75 18.8797 22.75Z\" fill=\"\"/>\n<path d=\"M3.32031 20.7C2.91031 20.7 2.57031 20.36 2.57031 19.95V5.86C2.57031 3.32 4.64031 1.25 7.18031 1.25H16.8303C18.2203 1.25 19.5303 1.87 20.4103 2.96C20.6703 3.28 20.6203 3.75 20.3003 4.02C19.9803 4.28 19.5103 4.23 19.2503 3.91C18.6503 3.17 17.7703 2.75 16.8303 2.75H7.18031C5.47031 2.75 4.07031 4.15 4.07031 5.86V19.95C4.07031 20.36 3.73031 20.7 3.32031 20.7Z\" fill=\"\"/>\n</svg>\n</li><li title=\"archive tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.92957 22.75C4.50957 22.75 4.11957 22.65 3.76957 22.45C2.99957 22 2.55957 21.09 2.55957 19.96V5.86C2.55957 3.32 4.62957 1.25 7.16957 1.25H16.8196C19.3596 1.25 21.4296 3.32 21.4296 5.86V19.95C21.4296 21.08 20.9896 21.99 20.2196 22.44C19.4496 22.89 18.4396 22.84 17.4496 22.29L12.5696 19.58C12.2796 19.42 11.7096 19.42 11.4196 19.58L6.53957 22.29C5.99957 22.59 5.44957 22.75 4.92957 22.75ZM7.17957 2.75C5.46957 2.75 4.06957 4.15 4.06957 5.86V19.95C4.06957 20.54 4.23957 20.98 4.53957 21.15C4.83957 21.32 5.30957 21.27 5.81957 20.98L10.6996 18.27C11.4396 17.86 12.5596 17.86 13.2996 18.27L18.1796 20.98C18.6896 21.27 19.1596 21.33 19.4596 21.15C19.7596 20.97 19.9296 20.53 19.9296 19.95V5.86C19.9296 4.15 18.5296 2.75 16.8196 2.75H7.17957Z\" fill=\"\"/>\n<path d=\"M11.0903 13.2499C10.9003 13.2499 10.7103 13.1799 10.5603 13.0299L9.06027 11.5299C8.77027 11.2399 8.77027 10.7599 9.06027 10.4699C9.35027 10.1799 9.83027 10.1799 10.1203 10.4699L11.0903 11.4399L14.5603 7.96994C14.8503 7.67994 15.3303 7.67994 15.6203 7.96994C15.9103 8.25994 15.9103 8.73994 15.6203 9.02994L11.6203 13.0299C11.4703 13.1799 11.2803 13.2499 11.0903 13.2499Z\" fill=\"\"/>\n</svg>\n</li><li title=\"archive \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n<path d=\"M18 15.25C17.59 15.25 17.25 14.91 17.25 14.5C17.25 13.81 16.69 13.25 16 13.25H8C7.31 13.25 6.75 13.81 6.75 14.5C6.75 14.91 6.41 15.25 6 15.25C5.59 15.25 5.25 14.91 5.25 14.5V7.75C5.25 6.23 6.48 5 8 5H16C17.52 5 18.75 6.23 18.75 7.75V14.5C18.75 14.91 18.41 15.25 18 15.25ZM8 11.75H16C16.45 11.75 16.88 11.86 17.25 12.05V7.75C17.25 7.06 16.69 6.5 16 6.5H8C7.31 6.5 6.75 7.06 6.75 7.75V12.05C7.12 11.86 7.55 11.75 8 11.75Z\" fill=\"\"/>\n<path d=\"M19 16.5H18C17.59 16.5 17.25 16.16 17.25 15.75C17.25 15.34 17.59 15 18 15H19C19.41 15 19.75 15.34 19.75 15.75C19.75 16.16 19.41 16.5 19 16.5Z\" fill=\"\"/>\n<path d=\"M6 16.5H5C4.59 16.5 4.25 16.16 4.25 15.75C4.25 15.34 4.59 15 5 15H6C6.41 15 6.75 15.34 6.75 15.75C6.75 16.16 6.41 16.5 6 16.5Z\" fill=\"\"/>\n<path d=\"M18 14.75C17.59 14.75 17.25 14.41 17.25 14V11C17.25 10.31 16.69 9.75 16 9.75H8C7.31 9.75 6.75 10.31 6.75 11V14C6.75 14.41 6.41 14.75 6 14.75C5.59 14.75 5.25 14.41 5.25 14V11C5.25 9.48 6.48 8.25 8 8.25H16C17.52 8.25 18.75 9.48 18.75 11V14C18.75 14.41 18.41 14.75 18 14.75Z\" fill=\"\"/>\n<path d=\"M12 19C10.47 19 9.18003 17.93 8.84003 16.5H6C5.59 16.5 5.25 16.16 5.25 15.75V14.5C5.25 12.98 6.48 11.75 8 11.75H16C17.52 11.75 18.75 12.98 18.75 14.5V15.75C18.75 16.16 18.41 16.5 18 16.5H15.16C14.82 17.93 13.53 19 12 19ZM6.75 15H9.5C9.91 15 10.25 15.34 10.25 15.75C10.25 16.71 11.04 17.5 12 17.5C12.96 17.5 13.75 16.71 13.75 15.75C13.75 15.34 14.09 15 14.5 15H17.25V14.5C17.25 13.81 16.69 13.25 16 13.25H8C7.31 13.25 6.75 13.81 6.75 14.5V15Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrange circle 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.1108 17.61C13.9208 17.61 13.7308 17.54 13.5808 17.39C13.2908 17.1 13.2908 16.62 13.5808 16.33L16.6208 13.29C16.9108 13 17.3908 13 17.6808 13.29C17.9708 13.58 17.9708 14.06 17.6808 14.35L14.6408 17.39C14.5008 17.53 14.3108 17.61 14.1108 17.61Z\" fill=\"\"/>\n<path d=\"M17.1498 14.5701H6.83984C6.42984 14.5701 6.08984 14.2301 6.08984 13.8201C6.08984 13.4101 6.42984 13.0701 6.83984 13.0701H17.1498C17.5598 13.0701 17.8998 13.4101 17.8998 13.8201C17.8998 14.2301 17.5698 14.5701 17.1498 14.5701Z\" fill=\"\"/>\n<path d=\"M6.84906 10.9301C6.65906 10.9301 6.46906 10.8601 6.31906 10.7101C6.02906 10.4201 6.02906 9.94009 6.31906 9.65009L9.35904 6.61008C9.64904 6.32008 10.1291 6.32008 10.4191 6.61008C10.7091 6.90008 10.7091 7.38011 10.4191 7.67011L7.37906 10.7101C7.22906 10.8601 7.03906 10.9301 6.84906 10.9301Z\" fill=\"\"/>\n<path d=\"M17.1498 10.9299H6.83984C6.42984 10.9299 6.08984 10.5899 6.08984 10.1799C6.08984 9.76993 6.42984 9.42993 6.83984 9.42993H17.1498C17.5598 9.42993 17.8998 9.76993 17.8998 10.1799C17.8998 10.5899 17.5698 10.9299 17.1498 10.9299Z\" fill=\"\"/>\n<path d=\"M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrange circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.8597 10.64C16.6697 10.64 16.4797 10.57 16.3297 10.42L13.2898 7.38004C12.9998 7.09004 12.9998 6.61004 13.2898 6.32004C13.5798 6.03004 14.0598 6.03004 14.3498 6.32004L17.3898 9.36002C17.6798 9.65002 17.6798 10.13 17.3898 10.42C17.2398 10.56 17.0497 10.64 16.8597 10.64Z\" fill=\"\"/>\n<path d=\"M13.8203 17.8998C13.4103 17.8998 13.0703 17.5598 13.0703 17.1498V6.83984C13.0703 6.42984 13.4103 6.08984 13.8203 6.08984C14.2303 6.08984 14.5703 6.42984 14.5703 6.83984V17.1498C14.5703 17.5698 14.2303 17.8998 13.8203 17.8998Z\" fill=\"\"/>\n<path d=\"M10.1801 17.8998C9.99009 17.8998 9.80009 17.8298 9.65009 17.6798L6.61008 14.6398C6.32008 14.3498 6.32008 13.8698 6.61008 13.5798C6.90008 13.2898 7.38011 13.2898 7.67011 13.5798L10.7101 16.6198C11.0001 16.9098 11.0001 17.3898 10.7101 17.6798C10.5701 17.8298 10.3801 17.8998 10.1801 17.8998Z\" fill=\"\"/>\n<path d=\"M10.1797 17.8998C9.76969 17.8998 9.42969 17.5598 9.42969 17.1498V6.83984C9.42969 6.42984 9.76969 6.08984 10.1797 6.08984C10.5897 6.08984 10.9297 6.42984 10.9297 6.83984V17.1498C10.9297 17.5698 10.5997 17.8998 10.1797 17.8998Z\" fill=\"\"/>\n<path d=\"M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrange square 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n<path d=\"M10.1801 17.9C9.99008 17.9 9.80008 17.83 9.65008 17.68L6.61008 14.64C6.32008 14.35 6.32008 13.87 6.61008 13.58C6.90008 13.29 7.38008 13.29 7.67008 13.58L10.7101 16.62C11.0001 16.91 11.0001 17.39 10.7101 17.68C10.5701 17.83 10.3801 17.9 10.1801 17.9Z\" fill=\"\"/>\n<path d=\"M10.1797 17.9001C9.76969 17.9001 9.42969 17.5601 9.42969 17.1501V6.8501C9.42969 6.4401 9.76969 6.1001 10.1797 6.1001C10.5897 6.1001 10.9297 6.4401 10.9297 6.8501V17.1601C10.9297 17.5701 10.5997 17.9001 10.1797 17.9001Z\" fill=\"\"/>\n<path d=\"M16.8598 10.64C16.6698 10.64 16.4798 10.57 16.3298 10.42L13.2898 7.38004C12.9998 7.09004 12.9998 6.61004 13.2898 6.32004C13.5798 6.03004 14.0598 6.03004 14.3498 6.32004L17.3898 9.36004C17.6798 9.65004 17.6798 10.13 17.3898 10.42C17.2398 10.56 17.0498 10.64 16.8598 10.64Z\" fill=\"\"/>\n<path d=\"M13.8203 17.9001C13.4103 17.9001 13.0703 17.5601 13.0703 17.1501V6.8501C13.0703 6.4401 13.4103 6.1001 13.8203 6.1001C14.2303 6.1001 14.5703 6.4401 14.5703 6.8501V17.1601C14.5703 17.5701 14.2303 17.9001 13.8203 17.9001Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrange square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n<path d=\"M14.1108 17.61C13.9208 17.61 13.7308 17.54 13.5808 17.39C13.2908 17.1 13.2908 16.62 13.5808 16.33L16.6208 13.29C16.9108 13 17.3908 13 17.6808 13.29C17.9708 13.58 17.9708 14.06 17.6808 14.35L14.6408 17.39C14.5008 17.53 14.3108 17.61 14.1108 17.61Z\" fill=\"\"/>\n<path d=\"M17.1496 14.5701H6.84961C6.43961 14.5701 6.09961 14.2301 6.09961 13.8201C6.09961 13.4101 6.43961 13.0701 6.84961 13.0701H17.1596C17.5696 13.0701 17.9096 13.4101 17.9096 13.8201C17.9096 14.2301 17.5696 14.5701 17.1496 14.5701Z\" fill=\"\"/>\n<path d=\"M6.84906 10.9301C6.65906 10.9301 6.46906 10.8601 6.31906 10.7101C6.02906 10.4201 6.02906 9.94008 6.31906 9.65008L9.35906 6.61008C9.64906 6.32008 10.1291 6.32008 10.4191 6.61008C10.7091 6.90008 10.7091 7.38008 10.4191 7.67008L7.37906 10.7101C7.22906 10.8601 7.03906 10.9301 6.84906 10.9301Z\" fill=\"\"/>\n<path d=\"M17.1496 10.9302H6.84961C6.43961 10.9302 6.09961 10.5902 6.09961 10.1802C6.09961 9.77018 6.43961 9.43018 6.84961 9.43018H17.1596C17.5696 9.43018 17.9096 9.77018 17.9096 10.1802C17.9096 10.5902 17.5696 10.9302 17.1496 10.9302Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.2788 11.2002C17.0888 11.2002 16.8988 11.1302 16.7488 10.9802C16.4588 10.6902 16.4588 10.2102 16.7488 9.9202L19.9388 6.7302L16.7488 3.54019C16.4588 3.25019 16.4588 2.7702 16.7488 2.4802C17.0387 2.1902 17.5187 2.1902 17.8087 2.4802L21.5288 6.20023C21.6688 6.34023 21.7488 6.5302 21.7488 6.7302C21.7488 6.9302 21.6688 7.12022 21.5288 7.26022L17.8087 10.9802C17.6587 11.1202 17.4688 11.2002 17.2788 11.2002Z\" fill=\"\"/>\n<path d=\"M21 7.47998H3C2.59 7.47998 2.25 7.13998 2.25 6.72998C2.25 6.31998 2.59 5.97998 3 5.97998H21C21.41 5.97998 21.75 6.31998 21.75 6.72998C21.75 7.13998 21.41 7.47998 21 7.47998Z\" fill=\"\"/>\n<path d=\"M6.71997 21.75C6.52997 21.75 6.34 21.68 6.19 21.53L2.46997 17.81C2.32997 17.67 2.25 17.48 2.25 17.28C2.25 17.08 2.32997 16.89 2.46997 16.75L6.19 13.03C6.48 12.74 6.96 12.74 7.25 13.03C7.54 13.32 7.54 13.8 7.25 14.09L4.06 17.28L7.25 20.4699C7.54 20.7599 7.54 21.24 7.25 21.53C7.11 21.68 6.91997 21.75 6.71997 21.75Z\" fill=\"\"/>\n<path d=\"M21 18.02H3C2.59 18.02 2.25 17.68 2.25 17.27C2.25 16.86 2.59 16.52 3 16.52H21C21.41 16.52 21.75 16.86 21.75 17.27C21.75 17.68 21.41 18.02 21 18.02Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.4493 7.46997C10.2593 7.46997 10.0692 7.4 9.91922 7.25L6.72922 4.06L3.53922 7.25C3.24922 7.54 2.76922 7.54 2.47922 7.25C2.18922 6.96 2.18922 6.48 2.47922 6.19L6.19925 2.46997C6.33925 2.32997 6.52922 2.25 6.72922 2.25C6.92922 2.25 7.11925 2.32997 7.25925 2.46997L10.9792 6.19C11.2692 6.48 11.2692 6.96 10.9792 7.25C10.8292 7.4 10.6392 7.46997 10.4493 7.46997Z\" fill=\"\"/>\n<path d=\"M6.73047 21.75C6.32047 21.75 5.98047 21.41 5.98047 21V3C5.98047 2.59 6.32047 2.25 6.73047 2.25C7.14047 2.25 7.48047 2.59 7.48047 3V21C7.48047 21.41 7.14047 21.75 6.73047 21.75Z\" fill=\"\"/>\n<path d=\"M17.28 21.7497C17.08 21.7497 16.89 21.6698 16.75 21.5298L13.03 17.8097C12.74 17.5197 12.74 17.0397 13.03 16.7497C13.32 16.4597 13.8 16.4597 14.09 16.7497L17.28 19.9397L20.4699 16.7497C20.7599 16.4597 21.24 16.4597 21.53 16.7497C21.82 17.0397 21.82 17.5197 21.53 17.8097L17.81 21.5298C17.67 21.6698 17.47 21.7497 17.28 21.7497Z\" fill=\"\"/>\n<path d=\"M17.2695 21.75C16.8595 21.75 16.5195 21.41 16.5195 21V3C16.5195 2.59 16.8595 2.25 17.2695 2.25C17.6795 2.25 18.0195 2.59 18.0195 3V21C18.0195 21.41 17.6895 21.75 17.2695 21.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow bottom \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.999 18.75C10.579 18.75 9.27903 17.85 8.33903 16.22L5.66903 11.59C4.71903 9.96 4.59903 8.39 5.30903 7.16C6.01903 5.93 7.44903 5.25 9.32903 5.25H14.669C16.549 5.25 17.979 5.93 18.689 7.16C19.399 8.39 19.269 9.97 18.329 11.6L15.659 16.23C14.719 17.85 13.419 18.75 11.999 18.75ZM9.32903 6.75C7.99903 6.75 7.03903 7.16 6.60903 7.91C6.16903 8.66 6.29903 9.7 6.95903 10.84L9.62903 15.47C10.289 16.62 11.129 17.25 11.989 17.25C12.849 17.25 13.689 16.62 14.349 15.47L17.019 10.84C17.679 9.69 17.809 8.65 17.379 7.9C16.949 7.15 15.979 6.74 14.659 6.74H9.32903V6.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow circle down \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z\" fill=\"\"/>\n<path d=\"M12.0002 15.0099C11.8102 15.0099 11.6202 14.9399 11.4702 14.7899L7.94016 11.2599C7.65016 10.9699 7.65016 10.4899 7.94016 10.1999C8.23016 9.90992 8.71016 9.90992 9.00016 10.1999L12.0002 13.1999L15.0002 10.1999C15.2902 9.90992 15.7702 9.90992 16.0602 10.1999C16.3502 10.4899 16.3502 10.9699 16.0602 11.2599L12.5302 14.7899C12.3802 14.9399 12.1902 15.0099 12.0002 15.0099Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow circle left \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z\" fill=\"\"/>\n<path d=\"M13.2599 16.2802C13.0699 16.2802 12.8799 16.2102 12.7299 16.0602L9.19992 12.5302C8.90992 12.2402 8.90992 11.7602 9.19992 11.4702L12.7299 7.94016C13.0199 7.65016 13.4999 7.65016 13.7899 7.94016C14.0799 8.23016 14.0799 8.71016 13.7899 9.00016L10.7899 12.0002L13.7899 15.0002C14.0799 15.2902 14.0799 15.7702 13.7899 16.0602C13.6499 16.2102 13.4599 16.2802 13.2599 16.2802Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow circle right \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z\" fill=\"\"/>\n<path d=\"M10.7397 16.2802C10.5497 16.2802 10.3597 16.2102 10.2097 16.0602C9.91969 15.7702 9.91969 15.2902 10.2097 15.0002L13.2097 12.0002L10.2097 9.00016C9.91969 8.71016 9.91969 8.23016 10.2097 7.94016C10.4997 7.65016 10.9797 7.65016 11.2697 7.94016L14.7997 11.4702C15.0897 11.7602 15.0897 12.2402 14.7997 12.5302L11.2697 16.0602C11.1197 16.2102 10.9297 16.2802 10.7397 16.2802Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow circle up \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z\" fill=\"\"/>\n<path d=\"M15.5302 14.0099C15.3402 14.0099 15.1502 13.9399 15.0002 13.7899L12.0002 10.7899L9.00016 13.7899C8.71016 14.0799 8.23016 14.0799 7.94016 13.7899C7.65016 13.4999 7.65016 13.0199 7.94016 12.7299L11.4702 9.19992C11.7602 8.90992 12.2402 8.90992 12.5302 9.19992L16.0602 12.7299C16.3502 13.0199 16.3502 13.4999 16.0602 13.7899C15.9102 13.9399 15.7202 14.0099 15.5302 14.0099Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow down 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9995 16.8001C11.2995 16.8001 10.5995 16.5301 10.0695 16.0001L3.54953 9.48014C3.25953 9.19014 3.25953 8.71014 3.54953 8.42014C3.83953 8.13014 4.31953 8.13014 4.60953 8.42014L11.1295 14.9401C11.6095 15.4201 12.3895 15.4201 12.8695 14.9401L19.3895 8.42014C19.6795 8.13014 20.1595 8.13014 20.4495 8.42014C20.7395 8.71014 20.7395 9.19014 20.4495 9.48014L13.9295 16.0001C13.3995 16.5301 12.6995 16.8001 11.9995 16.8001Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow down 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z\" fill=\"\"/>\n<path d=\"M12 15.25C11.59 15.25 11.25 14.91 11.25 14.5V8.5C11.25 8.09 11.59 7.75 12 7.75C12.41 7.75 12.75 8.09 12.75 8.5V14.5C12.75 14.91 12.41 15.25 12 15.25Z\" fill=\"\"/>\n<path d=\"M11.9995 16.2499C11.8095 16.2499 11.6195 16.1799 11.4695 16.0299L8.46945 13.0299C8.17945 12.7399 8.17945 12.2599 8.46945 11.9699C8.75945 11.6799 9.23945 11.6799 9.52945 11.9699L11.9995 14.4399L14.4695 11.9699C14.7595 11.6799 15.2395 11.6799 15.5295 11.9699C15.8195 12.2599 15.8195 12.7399 15.5295 13.0299L12.5295 16.0299C12.3795 16.1799 12.1895 16.2499 11.9995 16.2499Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow down \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9991 21.2501C11.8091 21.2501 11.6191 21.1801 11.4691 21.0301L5.39914 14.9601C5.10914 14.6701 5.10914 14.1901 5.39914 13.9001C5.68914 13.6101 6.16914 13.6101 6.45914 13.9001L11.9991 19.4401L17.5391 13.9001C17.8291 13.6101 18.3091 13.6101 18.5991 13.9001C18.8891 14.1901 18.8891 14.6701 18.5991 14.9601L12.5291 21.0301C12.3791 21.1801 12.1891 21.2501 11.9991 21.2501Z\" fill=\"\"/>\n<path d=\"M12 21.08C11.59 21.08 11.25 20.74 11.25 20.33V3.5C11.25 3.09 11.59 2.75 12 2.75C12.41 2.75 12.75 3.09 12.75 3.5V20.33C12.75 20.74 12.41 21.08 12 21.08Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow left 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.1 19.1498C14.26 19.1498 13.34 18.8798 12.41 18.3398L7.78 15.6698C6.15 14.7198 5.25 13.4198 5.25 11.9998C5.25 10.5798 6.15 9.2798 7.78 8.3398L12.41 5.6698C14.04 4.7298 15.61 4.5998 16.85 5.3098C18.08 6.0198 18.76 7.4498 18.76 9.3298V14.6698C18.76 16.5498 18.08 17.9798 16.85 18.6898C16.32 18.9998 15.73 19.1498 15.1 19.1498ZM15.1 6.3598C14.52 6.3598 13.86 6.5598 13.16 6.9698L8.53 9.6398C7.38 10.2998 6.75 11.1398 6.75 11.9998C6.75 12.8598 7.38 13.6998 8.53 14.3598L13.16 17.0298C14.31 17.6898 15.35 17.8198 16.1 17.3898C16.85 16.9598 17.26 15.9898 17.26 14.6698V9.3298C17.26 8.0098 16.85 7.0398 16.1 6.6098C15.8 6.4398 15.46 6.3598 15.1 6.3598Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow left 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.9993 20.67C14.8093 20.67 14.6193 20.6 14.4693 20.45L7.9493 13.93C6.8893 12.87 6.8893 11.13 7.9493 10.07L14.4693 3.55002C14.7593 3.26002 15.2393 3.26002 15.5293 3.55002C15.8193 3.84002 15.8193 4.32002 15.5293 4.61002L9.0093 11.13C8.5293 11.61 8.5293 12.39 9.0093 12.87L15.5293 19.39C15.8193 19.68 15.8193 20.16 15.5293 20.45C15.3793 20.59 15.1893 20.67 14.9993 20.67Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow left 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z\" fill=\"\"/>\n<path d=\"M15.5 12.75H9.5C9.09 12.75 8.75 12.41 8.75 12C8.75 11.59 9.09 11.25 9.5 11.25H15.5C15.91 11.25 16.25 11.59 16.25 12C16.25 12.41 15.91 12.75 15.5 12.75Z\" fill=\"\"/>\n<path d=\"M11.4995 15.7499C11.3095 15.7499 11.1195 15.6799 10.9695 15.5299L7.96945 12.5299C7.67945 12.2399 7.67945 11.7599 7.96945 11.4699L10.9695 8.46994C11.2595 8.17994 11.7395 8.17994 12.0295 8.46994C12.3195 8.75994 12.3195 9.23994 12.0295 9.52994L9.55945 11.9999L12.0295 14.4699C12.3195 14.7599 12.3195 15.2399 12.0295 15.5299C11.8795 15.6799 11.6895 15.7499 11.4995 15.7499Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow left \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.56945 18.8201C9.37945 18.8201 9.18945 18.7501 9.03945 18.6001L2.96945 12.5301C2.67945 12.2401 2.67945 11.7601 2.96945 11.4701L9.03945 5.40012C9.32945 5.11012 9.80945 5.11012 10.0995 5.40012C10.3895 5.69012 10.3895 6.17012 10.0995 6.46012L4.55945 12.0001L10.0995 17.5401C10.3895 17.8301 10.3895 18.3101 10.0995 18.6001C9.95945 18.7501 9.75945 18.8201 9.56945 18.8201Z\" fill=\"\"/>\n<path d=\"M20.4999 12.75H3.66992C3.25992 12.75 2.91992 12.41 2.91992 12C2.91992 11.59 3.25992 11.25 3.66992 11.25H20.4999C20.9099 11.25 21.2499 11.59 21.2499 12C21.2499 12.41 20.9099 12.75 20.4999 12.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow right 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.4291 18.8201C14.2391 18.8201 14.0491 18.7501 13.8991 18.6001C13.6091 18.3101 13.6091 17.8301 13.8991 17.5401L19.4391 12.0001L13.8991 6.46012C13.6091 6.17012 13.6091 5.69012 13.8991 5.40012C14.1891 5.11012 14.6691 5.11012 14.9591 5.40012L21.0291 11.4701C21.3191 11.7601 21.3191 12.2401 21.0291 12.5301L14.9591 18.6001C14.8091 18.7501 14.6191 18.8201 14.4291 18.8201Z\" fill=\"\"/>\n<path d=\"M20.33 12.75H3.5C3.09 12.75 2.75 12.41 2.75 12C2.75 11.59 3.09 11.25 3.5 11.25H20.33C20.74 11.25 21.08 11.59 21.08 12C21.08 12.41 20.74 12.75 20.33 12.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow right 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z\" fill=\"\"/>\n<path d=\"M14.5 12.75H8.5C8.09 12.75 7.75 12.41 7.75 12C7.75 11.59 8.09 11.25 8.5 11.25H14.5C14.91 11.25 15.25 11.59 15.25 12C15.25 12.41 14.91 12.75 14.5 12.75Z\" fill=\"\"/>\n<path d=\"M12.4995 15.7499C12.3095 15.7499 12.1195 15.6799 11.9695 15.5299C11.6795 15.2399 11.6795 14.7599 11.9695 14.4699L14.4395 11.9999L11.9695 9.52994C11.6795 9.23994 11.6795 8.75994 11.9695 8.46994C12.2595 8.17994 12.7395 8.17994 13.0295 8.46994L16.0295 11.4699C16.3195 11.7599 16.3195 12.2399 16.0295 12.5299L13.0295 15.5299C12.8795 15.6799 12.6895 15.7499 12.4995 15.7499Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow right 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.90961 20.67C8.71961 20.67 8.52961 20.6 8.37961 20.45C8.08961 20.16 8.08961 19.68 8.37961 19.39L14.8996 12.87C15.3796 12.39 15.3796 11.61 14.8996 11.13L8.37961 4.61002C8.08961 4.32002 8.08961 3.84002 8.37961 3.55002C8.66961 3.26002 9.14961 3.26002 9.43961 3.55002L15.9596 10.07C16.4696 10.58 16.7596 11.27 16.7596 12C16.7596 12.73 16.4796 13.42 15.9596 13.93L9.43961 20.45C9.28961 20.59 9.09961 20.67 8.90961 20.67Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow right 4 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.9 19.1498C8.27 19.1498 7.68 18.9998 7.16 18.6998C5.93 17.9898 5.25 16.5598 5.25 14.6798V9.3298C5.25 7.4498 5.93 6.0198 7.16 5.3098C8.39 4.5998 9.96 4.7298 11.6 5.6698L16.23 8.3398C17.86 9.2798 18.76 10.5798 18.76 11.9998C18.76 13.4198 17.86 14.7198 16.23 15.6598L11.6 18.3298C10.66 18.8798 9.74 19.1498 8.9 19.1498ZM8.9 6.3598C8.53 6.3598 8.19 6.4398 7.9 6.6098C7.16 7.0398 6.75 7.9998 6.75 9.3298V14.6698C6.75 15.9898 7.16 16.9598 7.91 17.3898C8.66 17.8198 9.7 17.6898 10.85 17.0298L15.48 14.3598C16.63 13.6998 17.26 12.8598 17.26 11.9998C17.26 11.1398 16.63 10.2998 15.48 9.6398L10.85 6.9698C10.14 6.5598 9.48 6.3598 8.9 6.3598Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow right \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n<path d=\"M10.7397 16.2802C10.5497 16.2802 10.3597 16.2102 10.2097 16.0602C9.91969 15.7702 9.91969 15.2902 10.2097 15.0002L13.2097 12.0002L10.2097 9.00016C9.91969 8.71016 9.91969 8.23016 10.2097 7.94016C10.4997 7.65016 10.9797 7.65016 11.2697 7.94016L14.7997 11.4702C15.0897 11.7602 15.0897 12.2402 14.7997 12.5302L11.2697 16.0602C11.1197 16.2102 10.9297 16.2802 10.7397 16.2802Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow square down \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n<path d=\"M12.0002 14.9098C11.8102 14.9098 11.6202 14.8398 11.4702 14.6898L7.94016 11.1598C7.65016 10.8698 7.65016 10.3898 7.94016 10.0998C8.23016 9.80982 8.71016 9.80982 9.00016 10.0998L12.0002 13.0998L15.0002 10.0998C15.2902 9.80982 15.7702 9.80982 16.0602 10.0998C16.3502 10.3898 16.3502 10.8698 16.0602 11.1598L12.5302 14.6898C12.3802 14.8398 12.1902 14.9098 12.0002 14.9098Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow square left \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n<path d=\"M13.2599 16.2802C13.0699 16.2802 12.8799 16.2102 12.7299 16.0602L9.19992 12.5302C8.90992 12.2402 8.90992 11.7602 9.19992 11.4702L12.7299 7.94016C13.0199 7.65016 13.4999 7.65016 13.7899 7.94016C14.0799 8.23016 14.0799 8.71016 13.7899 9.00016L10.7899 12.0002L13.7899 15.0002C14.0799 15.2902 14.0799 15.7702 13.7899 16.0602C13.6499 16.2102 13.4599 16.2802 13.2599 16.2802Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow square up \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n<path d=\"M15.5302 14.2101C15.3402 14.2101 15.1502 14.1401 15.0002 13.9901L12.0002 10.9901L9.00016 13.9901C8.71016 14.2801 8.23016 14.2801 7.94016 13.9901C7.65016 13.7001 7.65016 13.2201 7.94016 12.9301L11.4702 9.40012C11.7602 9.11012 12.2402 9.11012 12.5302 9.40012L16.0602 12.9301C16.3502 13.2201 16.3502 13.7001 16.0602 13.9901C15.9102 14.1401 15.7202 14.2101 15.5302 14.2101Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.1406 15.8198C11.7306 15.8198 11.3906 15.4798 11.3906 15.0698V13.1098C11.3906 10.1798 13.7706 7.7998 16.7106 7.7998H18.6706C19.0806 7.7998 19.4206 8.1398 19.4206 8.5498C19.4206 8.9598 19.0806 9.2998 18.6706 9.2998H16.7106C14.6106 9.2998 12.8906 11.0098 12.8906 13.1098V15.0698C12.8906 15.4898 12.5506 15.8198 12.1406 15.8198Z\" fill=\"\"/>\n<path d=\"M12.1411 18.0001C11.7311 18.0001 11.3911 17.6601 11.3911 17.2501V13.1201C11.3911 11.0201 9.68112 9.31006 7.58112 9.31006H5.62109C5.21109 9.31006 4.87109 8.97006 4.87109 8.56006C4.87109 8.15006 5.21109 7.81006 5.62109 7.81006H7.58112C10.5111 7.81006 12.8911 10.1901 12.8911 13.1201V17.2501C12.8911 17.6601 12.5511 18.0001 12.1411 18.0001Z\" fill=\"\"/>\n<path d=\"M7.13931 11.0999C6.94931 11.0999 6.75928 11.0299 6.60928 10.8799L4.8093 9.07994C4.5193 8.78994 4.5193 8.30994 4.8093 8.01994L6.60928 6.21994C6.89928 5.92994 7.37928 5.92994 7.66928 6.21994C7.95928 6.50994 7.95928 6.98994 7.66928 7.27994L6.39932 8.54994L7.66928 9.81995C7.95928 10.1099 7.95928 10.5899 7.66928 10.8799C7.51928 11.0299 7.32931 11.0999 7.13931 11.0999Z\" fill=\"\"/>\n<path d=\"M16.8607 11.0999C16.6707 11.0999 16.4808 11.0299 16.3308 10.8799C16.0408 10.5899 16.0408 10.1099 16.3308 9.81995L17.6007 8.54994L16.3308 7.27994C16.0408 6.98994 16.0408 6.50994 16.3308 6.21994C16.6208 5.92994 17.1008 5.92994 17.3908 6.21994L19.1908 8.01994C19.4808 8.30994 19.4808 8.78994 19.1908 9.07994L17.3908 10.8799C17.2508 11.0299 17.0507 11.0999 16.8607 11.0999Z\" fill=\"\"/>\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow swap horizontal \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.4897 20.7599C15.2997 20.7599 15.1097 20.6899 14.9597 20.5399C14.6697 20.2499 14.6697 19.7699 14.9597 19.4799L19.9697 14.4699C20.2597 14.1799 20.7397 14.1799 21.0297 14.4699C21.3197 14.7599 21.3197 15.2399 21.0297 15.5299L16.0197 20.5399C15.8697 20.6799 15.6797 20.7599 15.4897 20.7599Z\" fill=\"\"/>\n<path d=\"M20.5 15.7402H3.5C3.09 15.7402 2.75 15.4002 2.75 14.9902C2.75 14.5802 3.09 14.2402 3.5 14.2402H20.5C20.91 14.2402 21.25 14.5802 21.25 14.9902C21.25 15.4002 20.91 15.7402 20.5 15.7402Z\" fill=\"\"/>\n<path d=\"M3.49945 9.75994C3.30945 9.75994 3.11945 9.68994 2.96945 9.53994C2.67945 9.24994 2.67945 8.76994 2.96945 8.47994L7.97945 3.46994C8.26945 3.17994 8.74945 3.17994 9.03945 3.46994C9.32945 3.75994 9.32945 4.23994 9.03945 4.52994L4.02945 9.53994C3.88945 9.67994 3.68945 9.75994 3.49945 9.75994Z\" fill=\"\"/>\n<path d=\"M20.5 9.75977H3.5C3.09 9.75977 2.75 9.41977 2.75 9.00977C2.75 8.59977 3.09 8.25977 3.5 8.25977H20.5C20.91 8.25977 21.25 8.59977 21.25 9.00977C21.25 9.41977 20.91 9.75977 20.5 9.75977Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow swap \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.00945 21.2502C8.81945 21.2502 8.62945 21.1802 8.47945 21.0302L3.46945 16.0202C3.17945 15.7302 3.17945 15.2502 3.46945 14.9602C3.75945 14.6702 4.23945 14.6702 4.52945 14.9602L9.53945 19.9702C9.82945 20.2602 9.82945 20.7402 9.53945 21.0302C9.38945 21.1702 9.19945 21.2502 9.00945 21.2502Z\" fill=\"\"/>\n<path d=\"M9.00977 21.25C8.59977 21.25 8.25977 20.91 8.25977 20.5V3.5C8.25977 3.09 8.59977 2.75 9.00977 2.75C9.41977 2.75 9.75977 3.09 9.75977 3.5V20.5C9.75977 20.91 9.41977 21.25 9.00977 21.25Z\" fill=\"\"/>\n<path d=\"M20.0095 9.25994C19.8195 9.25994 19.6295 9.18994 19.4795 9.03994L14.4695 4.02994C14.1795 3.73994 14.1795 3.25994 14.4695 2.96994C14.7595 2.67994 15.2395 2.67994 15.5295 2.96994L20.5395 7.97994C20.8295 8.26994 20.8295 8.74994 20.5395 9.03994C20.3895 9.18994 20.1995 9.25994 20.0095 9.25994Z\" fill=\"\"/>\n<path d=\"M14.9902 21.25C14.5802 21.25 14.2402 20.91 14.2402 20.5V3.5C14.2402 3.09 14.5802 2.75 14.9902 2.75C15.4002 2.75 15.7402 3.09 15.7402 3.5V20.5C15.7402 20.91 15.4102 21.25 14.9902 21.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow up 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z\" fill=\"\"/>\n<path d=\"M12 16.25C11.59 16.25 11.25 15.91 11.25 15.5V9.5C11.25 9.09 11.59 8.75 12 8.75C12.41 8.75 12.75 9.09 12.75 9.5V15.5C12.75 15.91 12.41 16.25 12 16.25Z\" fill=\"\"/>\n<path d=\"M14.9995 12.2499C14.8095 12.2499 14.6195 12.1799 14.4695 12.0299L11.9995 9.55994L9.52945 12.0299C9.23945 12.3199 8.75945 12.3199 8.46945 12.0299C8.17945 11.7399 8.17945 11.2599 8.46945 10.9699L11.4695 7.96994C11.7595 7.67994 12.2395 7.67994 12.5295 7.96994L15.5295 10.9699C15.8195 11.2599 15.8195 11.7399 15.5295 12.0299C15.3795 12.1799 15.1895 12.2499 14.9995 12.2499Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow up 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.9195 15.8001C19.7295 15.8001 19.5395 15.7301 19.3895 15.5801L12.8695 9.06008C12.3895 8.58008 11.6095 8.58008 11.1295 9.06008L4.60953 15.5801C4.31953 15.8701 3.83953 15.8701 3.54953 15.5801C3.25953 15.2901 3.25953 14.8101 3.54953 14.5201L10.0695 8.00008C11.1295 6.94008 12.8595 6.94008 13.9295 8.00008L20.4495 14.5201C20.7395 14.8101 20.7395 15.2901 20.4495 15.5801C20.2995 15.7201 20.1095 15.8001 19.9195 15.8001Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow up 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.0691 10.3199C17.8791 10.3199 17.6891 10.2499 17.5391 10.0999L11.9991 4.55994L6.45914 10.0999C6.16914 10.3899 5.68914 10.3899 5.39914 10.0999C5.10914 9.80994 5.10914 9.32994 5.39914 9.03994L11.4691 2.96994C11.7591 2.67994 12.2391 2.67994 12.5291 2.96994L18.5991 9.03994C18.8891 9.32994 18.8891 9.80994 18.5991 10.0999C18.4591 10.2499 18.2591 10.3199 18.0691 10.3199Z\" fill=\"\"/>\n<path d=\"M12 21.2499C11.59 21.2499 11.25 20.9099 11.25 20.4999V3.66992C11.25 3.25992 11.59 2.91992 12 2.91992C12.41 2.91992 12.75 3.25992 12.75 3.66992V20.4999C12.75 20.9099 12.41 21.2499 12 21.2499Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow up \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.6698 18.75H9.3298C7.4498 18.75 6.0198 18.07 5.3098 16.84C4.5998 15.61 4.7298 14.03 5.6698 12.4L8.3398 7.77C9.2798 6.15 10.5798 5.25 11.9998 5.25C13.4198 5.25 14.7198 6.15 15.6598 7.78L18.3298 12.41C19.2698 14.04 19.3998 15.62 18.6898 16.85C17.9798 18.07 16.5498 18.75 14.6698 18.75ZM11.9998 6.75C11.1398 6.75 10.2998 7.38 9.6398 8.53L6.9698 13.16C6.3098 14.31 6.1798 15.35 6.6098 16.1C7.0398 16.85 8.0098 17.26 9.3298 17.26H14.6698C15.9898 17.26 16.9598 16.85 17.3898 16.1C17.8198 15.35 17.6898 14.31 17.0298 13.16L14.3598 8.53C13.6998 7.38 12.8598 6.75 11.9998 6.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"arrow \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22.75C11.59 22.75 11.25 22.41 11.25 22V20C11.25 19.59 11.59 19.25 12 19.25C12.41 19.25 12.75 19.59 12.75 20V22C12.75 22.41 12.41 22.75 12 22.75Z\" fill=\"\"/>\n<path d=\"M12 18.75C11.59 18.75 11.25 18.41 11.25 18V16C11.25 15.59 11.59 15.25 12 15.25C12.41 15.25 12.75 15.59 12.75 16V18C12.75 18.41 12.41 18.75 12 18.75Z\" fill=\"\"/>\n<path d=\"M12 14.75C11.59 14.75 11.25 14.41 11.25 14V11C11.25 6.73 14.73 3.25 19 3.25H22C22.41 3.25 22.75 3.59 22.75 4C22.75 4.41 22.41 4.75 22 4.75H19C15.55 4.75 12.75 7.55 12.75 11V14C12.75 14.41 12.41 14.75 12 14.75Z\" fill=\"\"/>\n<path d=\"M12 14.75C11.59 14.75 11.25 14.41 11.25 14V11C11.25 7.55 8.45 4.75 5 4.75H2C1.59 4.75 1.25 4.41 1.25 4C1.25 3.59 1.59 3.25 2 3.25H5C9.27 3.25 12.75 6.73 12.75 11V14C12.75 14.41 12.41 14.75 12 14.75Z\" fill=\"\"/>\n<path d=\"M3.99948 6.74994C3.80948 6.74994 3.61945 6.67994 3.46945 6.52994L1.46945 4.52994C1.17945 4.23994 1.17945 3.75994 1.46945 3.46994L3.46945 1.46994C3.75945 1.17994 4.23951 1.17994 4.52951 1.46994C4.81951 1.75994 4.81951 2.23994 4.52951 2.52994L3.05948 3.99994L4.52951 5.46994C4.81951 5.75994 4.81951 6.23994 4.52951 6.52994C4.37951 6.67994 4.18948 6.74994 3.99948 6.74994Z\" fill=\"\"/>\n<path d=\"M19.9995 6.74994C19.8095 6.74994 19.6195 6.67994 19.4695 6.52994C19.1795 6.23994 19.1795 5.75994 19.4695 5.46994L20.9395 3.99994L19.4695 2.52994C19.1795 2.23994 19.1795 1.75994 19.4695 1.46994C19.7595 1.17994 20.2395 1.17994 20.5295 1.46994L22.5295 3.46994C22.8195 3.75994 22.8195 4.23994 22.5295 4.52994L20.5295 6.52994C20.3795 6.67994 20.1895 6.74994 19.9995 6.74994Z\" fill=\"\"/>\n</svg>\n</li><li title=\"attach circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.1998 17.3799C11.4998 17.3799 10.7898 17.1099 10.2598 16.5799C9.73977 16.0599 9.44977 15.3699 9.44977 14.6399C9.44977 13.9099 9.73977 13.2099 10.2598 12.6999L11.6697 11.2899C11.9597 10.9999 12.4397 10.9999 12.7297 11.2899C13.0197 11.5799 13.0197 12.0599 12.7297 12.3499L11.3198 13.7599C11.0798 13.9999 10.9498 14.3099 10.9498 14.6399C10.9498 14.9699 11.0798 15.2899 11.3198 15.5199C11.8098 16.0099 12.5998 16.0099 13.0898 15.5199L15.3098 13.2999C16.5798 12.0299 16.5798 9.96994 15.3098 8.69994C14.0398 7.42994 11.9798 7.42994 10.7098 8.69994L8.28973 11.1199C7.77973 11.6299 7.49976 12.2999 7.49976 13.0099C7.49976 13.7199 7.77973 14.3999 8.28973 14.8999C8.57973 15.1899 8.57973 15.6699 8.28973 15.9599C7.99973 16.2499 7.51974 16.2499 7.22974 15.9599C6.43974 15.1699 6.00977 14.1199 6.00977 12.9999C6.00977 11.8799 6.43974 10.8299 7.22974 10.0399L9.64978 7.61992C11.4998 5.76992 14.5198 5.76992 16.3698 7.61992C18.2198 9.46992 18.2198 12.4899 16.3698 14.3399L14.1498 16.5599C13.6098 17.1099 12.9098 17.3799 12.1998 17.3799Z\" fill=\"\"/>\n<path d=\"M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"attach square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.1998 17.3799C11.4998 17.3799 10.7898 17.1099 10.2598 16.5799C9.73977 16.0599 9.44977 15.3699 9.44977 14.6399C9.44977 13.9099 9.73977 13.2099 10.2598 12.6999L11.6697 11.2899C11.9597 10.9999 12.4397 10.9999 12.7297 11.2899C13.0197 11.5799 13.0197 12.0599 12.7297 12.3499L11.3198 13.7599C11.0798 13.9999 10.9498 14.3099 10.9498 14.6399C10.9498 14.9699 11.0798 15.2899 11.3198 15.5199C11.8098 16.0099 12.5998 16.0099 13.0898 15.5199L15.3098 13.2999C16.5798 12.0299 16.5798 9.96994 15.3098 8.69994C14.0398 7.42994 11.9798 7.42994 10.7098 8.69994L8.28973 11.1199C7.77973 11.6299 7.49976 12.2999 7.49976 13.0099C7.49976 13.7199 7.77973 14.3999 8.28973 14.8999C8.57973 15.1899 8.57973 15.6699 8.28973 15.9599C7.99973 16.2499 7.51974 16.2499 7.22974 15.9599C6.43974 15.1699 6.00977 14.1199 6.00977 12.9999C6.00977 11.8799 6.43974 10.8299 7.22974 10.0399L9.64978 7.61992C11.4998 5.76992 14.5198 5.76992 16.3698 7.61992C18.2198 9.46992 18.2198 12.4899 16.3698 14.3399L14.1498 16.5599C13.6098 17.1099 12.9098 17.3799 12.1998 17.3799Z\" fill=\"\"/>\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n</svg>\n</li><li title=\"audio square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n<path d=\"M9.62 18.05C8.04 18.05 6.75 16.7601 6.75 15.1801C6.75 13.6001 8.04 12.3101 9.62 12.3101C11.2 12.3101 12.49 13.6001 12.49 15.1801C12.49 16.7601 11.2 18.05 9.62 18.05ZM9.62 13.8201C8.87 13.8201 8.25 14.4301 8.25 15.1901C8.25 15.9401 8.86 16.5601 9.62 16.5601C10.37 16.5601 10.99 15.9501 10.99 15.1901C10.99 14.4301 10.37 13.8201 9.62 13.8201Z\" fill=\"\"/>\n<path d=\"M11.7402 15.93C11.3302 15.93 10.9902 15.59 10.9902 15.18V7.77002C10.9902 7.36002 11.3302 7.02002 11.7402 7.02002C12.1502 7.02002 12.4902 7.36002 12.4902 7.77002V15.18C12.4902 15.6 12.1502 15.93 11.7402 15.93Z\" fill=\"\"/>\n<path d=\"M15.5203 11.4297C15.3103 11.4297 15.0902 11.3897 14.8702 11.3197L12.5303 10.5397C11.6503 10.2497 10.9902 9.32974 10.9902 8.39974V7.77975C10.9902 7.14975 11.2503 6.59974 11.7103 6.26974C12.1703 5.93974 12.7702 5.85972 13.3702 6.05972L15.7103 6.83974C16.5903 7.12974 17.2502 8.0497 17.2502 8.9797V9.59969C17.2502 10.2297 16.9903 10.7797 16.5303 11.1097C16.2403 11.3197 15.8903 11.4297 15.5203 11.4297ZM12.7103 7.44973C12.6603 7.44973 12.6103 7.4597 12.5803 7.4797C12.5203 7.5197 12.4802 7.62974 12.4802 7.76974V8.38973C12.4802 8.66973 12.7402 9.0197 13.0002 9.1097L15.3403 9.88973C15.4703 9.92973 15.5903 9.92973 15.6503 9.88973C15.7103 9.84973 15.7502 9.73969 15.7502 9.59969V8.9797C15.7502 8.6997 15.4902 8.34973 15.2302 8.25973L12.8903 7.4797C12.8303 7.4597 12.7603 7.44973 12.7103 7.44973Z\" fill=\"\"/>\n</svg>\n</li><li title=\"autobrightness \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.0091 22.7401C11.3791 22.7401 10.7591 22.5301 10.2691 22.1101L8.68914 20.7601C8.52914 20.6201 8.12914 20.4801 7.91914 20.4801H6.16914C4.68914 20.4801 3.48914 19.2801 3.48914 17.8001V16.0901C3.48914 15.8801 3.34914 15.4801 3.21914 15.3301L1.85914 13.7301C1.03914 12.7601 1.03914 11.2401 1.85914 10.2601L3.21914 8.66007C3.34914 8.51007 3.48914 8.11007 3.48914 7.90007V6.20007C3.48914 4.72007 4.68914 3.52007 6.16914 3.52007H7.89914C8.10914 3.52007 8.49914 3.37007 8.66914 3.23007L10.2491 1.88007C11.2291 1.05007 12.7591 1.05007 13.7391 1.88007L15.3191 3.23007C15.4791 3.37007 15.8891 3.51007 16.0991 3.51007H17.7991C19.2791 3.51007 20.4791 4.71007 20.4791 6.19007V7.89007C20.4791 8.10007 20.6291 8.49007 20.7691 8.66007L22.1191 10.2401C22.9591 11.2301 22.9491 12.7601 22.1191 13.7301L20.7691 15.3101C20.6291 15.4801 20.4891 15.8701 20.4891 16.0801V17.7801C20.4891 19.2601 19.2891 20.4601 17.8091 20.4601H16.1091C15.8991 20.4601 15.5091 20.6101 15.3291 20.7501L13.7491 22.1001C13.2591 22.5301 12.6291 22.7401 12.0091 22.7401ZM6.16914 5.02007C5.51914 5.02007 4.98914 5.55007 4.98914 6.20007V7.90007C4.98914 8.47007 4.72914 9.19007 4.35914 9.63007L2.99914 11.2301C2.65914 11.6401 2.65914 12.3601 2.99914 12.7601L4.34914 14.3501C4.70914 14.7601 4.97914 15.5101 4.97914 16.0801V17.7901C4.97914 18.4401 5.50914 18.9701 6.15914 18.9701H7.89914C8.45914 18.9701 9.19914 19.2401 9.63914 19.6101L11.2291 20.9701C11.6391 21.3201 12.3491 21.3201 12.7691 20.9701L14.3491 19.6201C14.7991 19.2401 15.5291 18.9801 16.0891 18.9801H17.7891C18.4391 18.9801 18.9691 18.4501 18.9691 17.8001V16.1001C18.9691 15.5401 19.2391 14.8101 19.6091 14.3601L20.9691 12.7701C21.3191 12.3601 21.3191 11.6401 20.9691 11.2301L19.6191 9.65007C19.2391 9.20007 18.9791 8.47007 18.9791 7.91007V6.20007C18.9791 5.55007 18.4491 5.02007 17.7991 5.02007H16.0991C15.5291 5.02007 14.7891 4.75007 14.3491 4.38007L12.7591 3.02007C12.3491 2.67007 11.6391 2.67007 11.2191 3.02007L9.64914 4.38007C9.19914 4.75007 8.46914 5.02007 7.89914 5.02007H6.16914Z\" fill=\"\"/>\n<path d=\"M14.8105 16.24L12.0005 9.91001L9.19055 16.24L7.81055 15.63L11.3105 7.76001H12.6905L16.1905 15.63L14.8105 16.24Z\" fill=\"\"/>\n<path d=\"M13.75 14.0601H10.25C9.84 14.0601 9.5 13.7201 9.5 13.3101C9.5 12.9001 9.84 12.5601 10.25 12.5601H13.75C14.16 12.5601 14.5 12.9001 14.5 13.3101C14.5 13.7201 14.16 14.0601 13.75 14.0601Z\" fill=\"\"/>\n</svg>\n</li><li title=\"award \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9998 22.7501C11.3998 22.7501 10.8098 22.6101 10.3298 22.3401L5.59977 19.6101C3.63977 18.2901 3.50977 18.0501 3.50977 15.9801V11.0201C3.50977 8.95006 3.63977 8.71006 5.55977 7.42006L10.3398 4.66006C11.2898 4.11006 12.7198 4.11006 13.6698 4.66006L18.3998 7.39006C20.3598 8.71006 20.4898 8.95006 20.4898 11.0201V15.9801C20.4898 18.0501 20.3598 18.2901 18.4398 19.5801L13.6598 22.3401C13.1898 22.6201 12.5898 22.7501 11.9998 22.7501ZM11.9998 5.75006C11.6598 5.75006 11.3198 5.82006 11.0798 5.96006L6.34977 8.69006C5.00977 9.60006 5.00977 9.60006 5.00977 11.0201V15.9801C5.00977 17.4001 5.00977 17.4001 6.39977 18.3401L11.0898 21.0401C11.5698 21.3201 12.4398 21.3201 12.9198 21.0401L17.6498 18.3101C18.9898 17.4001 18.9898 17.4001 18.9898 15.9801V11.0201C18.9898 9.60006 18.9898 9.60006 17.5998 8.66006L12.9098 5.96006C12.6798 5.82006 12.3398 5.75006 11.9998 5.75006Z\" fill=\"\"/>\n<path d=\"M17.5 8.38C17.09 8.38 16.75 8.04 16.75 7.63V5C16.75 3.42 16.08 2.75 14.5 2.75H9.5C7.92 2.75 7.25 3.42 7.25 5V7.56C7.25 7.97 6.91 8.31 6.5 8.31C6.09 8.31 5.75 7.98 5.75 7.56V5C5.75 2.58 7.08 1.25 9.5 1.25H14.5C16.92 1.25 18.25 2.58 18.25 5V7.63C18.25 8.04 17.91 8.38 17.5 8.38Z\" fill=\"\"/>\n<path d=\"M13.6302 17.6301C13.4202 17.6301 13.2002 17.5901 12.9802 17.5001L12.0002 17.1201L11.0202 17.5101C10.4902 17.7201 9.95024 17.6701 9.55024 17.3801C9.15024 17.0901 8.94024 16.5901 8.97024 16.0201L9.03024 14.9701L8.36024 14.1601C8.00024 13.7101 7.88024 13.1901 8.04024 12.7101C8.19024 12.2401 8.60024 11.8801 9.15024 11.7401L10.1702 11.4801L10.7402 10.5901C11.3502 9.63012 12.6602 9.63012 13.2702 10.5901L13.8402 11.4801L14.8602 11.7401C15.4102 11.8801 15.8202 12.2401 15.9702 12.7101C16.1202 13.1801 16.0002 13.7101 15.6402 14.1501L14.9702 14.9601L15.0302 16.0101C15.0602 16.5801 14.8502 17.0701 14.4502 17.3701C14.2102 17.5401 13.9302 17.6301 13.6302 17.6301ZM9.52024 13.2001L10.1902 14.0101C10.4202 14.2801 10.5502 14.7101 10.5302 15.0601L10.4702 16.1101L11.4502 15.7201C11.7802 15.5901 12.2202 15.5901 12.5502 15.7201L13.5302 16.1101L13.4702 15.0601C13.4502 14.7101 13.5802 14.2901 13.8102 14.0101L14.4802 13.2001L13.4602 12.9401C13.1202 12.8501 12.7602 12.5901 12.5702 12.3001L12.0102 11.4201L11.4402 12.3001C11.2502 12.6001 10.8902 12.8601 10.5502 12.9501L9.52024 13.2001Z\" fill=\"\"/>\n</svg>\n</li><li title=\"back square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n<path d=\"M13.9204 16.1297H9.00039C8.59039 16.1297 8.25039 15.7897 8.25039 15.3797C8.25039 14.9697 8.59039 14.6297 9.00039 14.6297H13.9204C15.2004 14.6297 16.2504 13.5897 16.2504 12.2997C16.2504 11.0097 15.2104 9.96973 13.9204 9.96973H7.15039C6.74039 9.96973 6.40039 9.62973 6.40039 9.21973C6.40039 8.80973 6.74039 8.46973 7.15039 8.46973H13.9204C16.0304 8.46973 17.7504 10.1897 17.7504 12.2997C17.7504 14.4097 16.0304 16.1297 13.9204 16.1297Z\" fill=\"\"/>\n<path d=\"M8.56945 11.5198C8.37945 11.5198 8.18945 11.4498 8.03945 11.2998L6.46945 9.72983C6.17945 9.43983 6.17945 8.95982 6.46945 8.66982L8.03945 7.09982C8.32945 6.80982 8.80945 6.80982 9.09945 7.09982C9.38945 7.38982 9.38945 7.86983 9.09945 8.15983L8.05945 9.19982L9.09945 10.2398C9.38945 10.5298 9.38945 11.0098 9.09945 11.2998C8.95945 11.4398 8.76945 11.5198 8.56945 11.5198Z\" fill=\"\"/>\n</svg>\n</li><li title=\"backward 10 seconds \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.53955 16.6701C9.12955 16.6701 8.78955 16.3301 8.78955 15.9201V12.5301L8.59955 12.7401C8.31955 13.0501 7.84955 13.0701 7.53955 12.8001C7.22955 12.5201 7.20955 12.0501 7.47955 11.7401L8.97955 10.0701C9.18955 9.84008 9.51954 9.76007 9.80954 9.87007C10.0995 9.98007 10.2895 10.2601 10.2895 10.5701V15.9201C10.2895 16.3401 9.95955 16.6701 9.53955 16.6701Z\" fill=\"\"/>\n<path d=\"M10.02 5.21993C9.84997 5.21993 9.68997 5.16995 9.54997 5.04995C9.22997 4.78995 9.17998 4.31996 9.42998 3.99996L11.41 1.52999C11.67 1.20999 12.14 1.15993 12.46 1.40993C12.78 1.65993 12.83 2.13998 12.58 2.45998L10.6 4.92995C10.46 5.11995 10.24 5.21993 10.02 5.21993Z\" fill=\"\"/>\n<path d=\"M11.9994 22.7498C6.68939 22.7498 2.35938 18.4297 2.35938 13.1097C2.35938 11.0397 3.02939 9.04973 4.30939 7.34973C4.55939 7.01973 5.02938 6.94977 5.35938 7.19977C5.68937 7.44977 5.7594 7.91976 5.5094 8.24976C4.4294 9.68976 3.85938 11.3697 3.85938 13.1097C3.85938 17.5997 7.50939 21.2498 11.9994 21.2498C16.4894 21.2498 20.1394 17.5997 20.1394 13.1097C20.1394 8.61974 16.4894 4.96973 11.9994 4.96973C11.4194 4.96973 10.8294 5.03976 10.1894 5.18976C9.78939 5.27976 9.3794 5.02976 9.2894 4.62976C9.1994 4.22976 9.4494 3.81974 9.8494 3.72974C10.5994 3.55974 11.3094 3.46973 11.9994 3.46973C17.3094 3.46973 21.6394 7.78974 21.6394 13.1097C21.6394 18.4297 17.3094 22.7498 11.9994 22.7498Z\" fill=\"\"/>\n<path d=\"M14 16.6703C12.48 16.6703 11.25 15.4403 11.25 13.9203V12.5703C11.25 11.0503 12.48 9.82031 14 9.82031C15.52 9.82031 16.75 11.0503 16.75 12.5703V13.9203C16.75 15.4403 15.52 16.6703 14 16.6703ZM14 11.3303C13.31 11.3303 12.75 11.8903 12.75 12.5803V13.9303C12.75 14.6203 13.31 15.1803 14 15.1803C14.69 15.1803 15.25 14.6203 15.25 13.9303V12.5803C15.25 11.8903 14.69 11.3303 14 11.3303Z\" fill=\"\"/>\n</svg>\n</li><li title=\"backward 15 seconds \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.4294 16.9203H12.1395C11.7295 16.9203 11.3895 16.5803 11.3895 16.1703C11.3895 15.7603 11.7295 15.4203 12.1395 15.4203H14.4294C14.8594 15.4203 15.2095 15.0703 15.2095 14.6403C15.2095 14.2103 14.8594 13.8603 14.4294 13.8603H12.1395C11.8995 13.8603 11.6695 13.7403 11.5295 13.5503C11.3895 13.3603 11.3494 13.1003 11.4294 12.8703L12.1894 10.5803C12.2894 10.2703 12.5795 10.0703 12.8995 10.0703H15.9595C16.3695 10.0703 16.7095 10.4103 16.7095 10.8203C16.7095 11.2303 16.3695 11.5703 15.9595 11.5703H13.4394L13.1794 12.3603H14.4294C15.6894 12.3603 16.7095 13.3803 16.7095 14.6403C16.7095 15.9003 15.6794 16.9203 14.4294 16.9203Z\" fill=\"\"/>\n<path d=\"M9.53955 16.9198C9.12955 16.9198 8.78955 16.5798 8.78955 16.1698V12.7799L8.59955 12.9998C8.31955 13.3098 7.84955 13.3298 7.53955 13.0598C7.22955 12.7798 7.20955 12.3098 7.47955 11.9998L8.97955 10.3298C9.18955 10.0998 9.51957 10.0198 9.80957 10.1298C10.0996 10.2398 10.2895 10.5198 10.2895 10.8298V16.1798C10.2895 16.5898 9.95955 16.9198 9.53955 16.9198Z\" fill=\"\"/>\n<path d=\"M10.02 5.21993C9.85 5.21993 9.68997 5.16995 9.54997 5.04995C9.22997 4.78995 9.17998 4.31996 9.42998 3.99996L11.41 1.52999C11.67 1.20999 12.14 1.15993 12.46 1.40993C12.78 1.65993 12.83 2.13998 12.58 2.45998L10.6 4.92995C10.46 5.11995 10.24 5.21993 10.02 5.21993Z\" fill=\"\"/>\n<path d=\"M11.9994 22.7498C6.68939 22.7498 2.35938 18.4297 2.35938 13.1097C2.35938 11.0397 3.02939 9.04973 4.30939 7.34973C4.55939 7.01973 5.02938 6.94977 5.35938 7.19977C5.68937 7.44977 5.7594 7.91976 5.5094 8.24976C4.4294 9.68976 3.85938 11.3697 3.85938 13.1097C3.85938 17.5997 7.50939 21.2498 11.9994 21.2498C16.4894 21.2498 20.1394 17.5997 20.1394 13.1097C20.1394 8.61974 16.4894 4.96973 11.9994 4.96973C11.4194 4.96973 10.8294 5.03976 10.1894 5.18976C9.77939 5.27976 9.37937 5.02976 9.28937 4.62976C9.19937 4.22976 9.44937 3.81974 9.84937 3.72974C10.5994 3.55974 11.3094 3.46973 11.9994 3.46973C17.3094 3.46973 21.6394 7.78974 21.6394 13.1097C21.6394 18.4297 17.3094 22.7498 11.9994 22.7498Z\" fill=\"\"/>\n</svg>\n</li><li title=\"backward 5 seconds \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.3806 16.9203H10.0906C9.68061 16.9203 9.34061 16.5803 9.34061 16.1703C9.34061 15.7603 9.68061 15.4203 10.0906 15.4203H12.3806C12.8106 15.4203 13.1606 15.0703 13.1606 14.6403C13.1606 14.2103 12.8106 13.8603 12.3806 13.8603H10.0906C9.85061 13.8603 9.62062 13.7403 9.48062 13.5503C9.34062 13.3603 9.30062 13.1003 9.38062 12.8703L10.1406 10.5803C10.2406 10.2703 10.5306 10.0703 10.8506 10.0703H13.9106C14.3206 10.0703 14.6606 10.4103 14.6606 10.8203C14.6606 11.2303 14.3206 11.5703 13.9106 11.5703H11.3906L11.1306 12.3603H12.3806C13.6406 12.3603 14.6606 13.3803 14.6606 14.6403C14.6606 15.9003 13.6406 16.9203 12.3806 16.9203Z\" fill=\"\"/>\n<path d=\"M10.02 5.21993C9.84997 5.21993 9.68997 5.16995 9.54997 5.04995C9.22997 4.78995 9.17998 4.31996 9.42998 3.99996L11.41 1.52999C11.67 1.20999 12.14 1.15993 12.46 1.40993C12.78 1.66993 12.83 2.13998 12.58 2.45998L10.6 4.92995C10.46 5.11995 10.24 5.21993 10.02 5.21993Z\" fill=\"\"/>\n<path d=\"M11.9994 22.7498C6.68939 22.7498 2.35938 18.4297 2.35938 13.1097C2.35938 11.0397 3.02939 9.04973 4.30939 7.34973C4.55939 7.01973 5.02938 6.94977 5.35938 7.19977C5.68937 7.44977 5.7594 7.91976 5.5094 8.24976C4.4294 9.68976 3.85938 11.3697 3.85938 13.1097C3.85938 17.5997 7.50939 21.2498 11.9994 21.2498C16.4894 21.2498 20.1394 17.5997 20.1394 13.1097C20.1394 8.61974 16.4894 4.96973 11.9994 4.96973C11.4194 4.96973 10.8294 5.03976 10.1894 5.18976C9.78939 5.27976 9.3794 5.02976 9.2894 4.62976C9.1994 4.22976 9.4494 3.81974 9.8494 3.72974C10.5994 3.55974 11.3094 3.46973 11.9994 3.46973C17.3094 3.46973 21.6394 7.78974 21.6394 13.1097C21.6394 18.4297 17.3094 22.7498 11.9994 22.7498Z\" fill=\"\"/>\n</svg>\n</li><li title=\"backward item \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.85 11.75H16.15C13.49 11.75 12.25 10.51 12.25 7.85001V5.14999C12.25 2.48999 13.49 1.25 16.15 1.25H18.85C21.51 1.25 22.75 2.48999 22.75 5.14999V7.85001C22.75 10.51 21.51 11.75 18.85 11.75ZM16.15 2.75C14.31 2.75 13.75 3.30999 13.75 5.14999V7.85001C13.75 9.69001 14.31 10.25 16.15 10.25H18.85C20.69 10.25 21.25 9.69001 21.25 7.85001V5.14999C21.25 3.30999 20.69 2.75 18.85 2.75H16.15Z\" fill=\"\"/>\n<path d=\"M7.85 22.75H5.15C2.49 22.75 1.25 21.51 1.25 18.85V16.15C1.25 13.49 2.49 12.25 5.15 12.25H7.85C10.51 12.25 11.75 13.49 11.75 16.15V18.85C11.75 21.51 10.51 22.75 7.85 22.75ZM5.15 13.75C3.31 13.75 2.75 14.31 2.75 16.15V18.85C2.75 20.69 3.31 21.25 5.15 21.25H7.85C9.69 21.25 10.25 20.69 10.25 18.85V16.15C10.25 14.31 9.69 13.75 7.85 13.75H5.15Z\" fill=\"\"/>\n<path d=\"M13.6211 18.1301H11.0011C10.5911 18.1301 10.2511 17.7901 10.2511 17.3801V16.1501C10.2511 14.3101 9.69109 13.7501 7.85109 13.7501H6.62109C6.21109 13.7501 5.87109 13.4101 5.87109 13.0001V10.3801C5.87109 7.26013 7.26109 5.87012 10.3811 5.87012H13.0011C13.4111 5.87012 13.7511 6.21012 13.7511 6.62012V7.85013C13.7511 9.69013 14.3111 10.2501 16.1511 10.2501H17.3811C17.7911 10.2501 18.1311 10.5901 18.1311 11.0001V13.6201C18.1311 16.7401 16.7411 18.1301 13.6211 18.1301ZM11.7511 16.6301H13.6211C15.9011 16.6301 16.6311 15.9001 16.6311 13.6201V11.7501H16.1511C13.4911 11.7501 12.2511 10.5101 12.2511 7.85013V7.37012H10.3811C8.10109 7.37012 7.37109 8.10013 7.37109 10.3801V12.2501H7.85109C10.5111 12.2501 11.7511 13.4901 11.7511 16.1501V16.6301Z\" fill=\"\"/>\n</svg>\n</li><li title=\"backward \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.05 18.3601C19.59 18.3601 19.12 18.2401 18.7 17.9901L12.36 14.3301C12.07 14.1601 11.84 13.9601 11.67 13.7401C11.56 13.6101 11.5 13.4401 11.5 13.2701V10.7101C11.5 10.5401 11.56 10.3701 11.67 10.2401C11.85 10.0201 12.08 9.82007 12.36 9.66007L18.71 5.99006C19.55 5.50006 20.56 5.50006 21.41 5.99006C22.26 6.48006 22.76 7.35005 22.76 8.33005V15.6501C22.76 16.6301 22.26 17.5001 21.41 17.9901C20.98 18.2401 20.51 18.3601 20.05 18.3601ZM12.99 12.9601C13.03 12.9901 13.07 13.0201 13.11 13.0401L19.44 16.6901C19.82 16.9101 20.27 16.9101 20.64 16.6901C21.02 16.4701 21.24 16.0801 21.24 15.6501V8.33005C21.24 7.90005 21.02 7.51008 20.64 7.29008C20.26 7.07008 19.82 7.07008 19.44 7.29008L13.1 10.9501C13.06 10.9701 13.02 11.0001 12.99 11.0301V12.9601Z\" fill=\"\"/>\n<path d=\"M10.29 18.3601C9.83001 18.3601 9.36 18.2401 8.94 17.9901L2.60001 14.3301C1.76001 13.8401 1.25 12.9701 1.25 11.9901C1.25 11.0101 1.75001 10.1401 2.60001 9.65006L8.94 5.99006C9.78 5.50006 10.79 5.50006 11.64 5.99006C12.49 6.48006 12.99 7.35005 12.99 8.33005V15.6501C12.99 16.6301 12.49 17.5001 11.64 17.9901C11.22 18.2401 10.75 18.3601 10.29 18.3601ZM10.29 7.14008C10.08 7.14008 9.88 7.19006 9.69 7.30006L3.35001 10.9601C2.97001 11.1801 2.75 11.5701 2.75 12.0001C2.75 12.4301 2.97001 12.8201 3.35001 13.0401L9.69 16.7001C10.07 16.9201 10.52 16.9201 10.89 16.7001C11.27 16.4801 11.49 16.1001 11.49 15.6601V8.34006C11.49 7.91006 11.27 7.52006 10.89 7.30006C10.7 7.19006 10.5 7.14008 10.29 7.14008Z\" fill=\"\"/>\n</svg>\n</li><li title=\"bag 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.5 8.63005C16.09 8.63005 15.75 8.29005 15.75 7.88005V6.50005C15.75 5.45006 15.3 4.43005 14.52 3.72005C13.73 3.00005 12.71 2.67005 11.63 2.77005C9.83 2.94005 8.25 4.78005 8.25 6.70005V7.67005C8.25 8.08005 7.91 8.42005 7.5 8.42005C7.09 8.42005 6.75 8.08005 6.75 7.67005V6.69005C6.75 4.00005 8.92 1.52005 11.49 1.27005C12.99 1.13005 14.43 1.60005 15.53 2.61005C16.62 3.60005 17.25 5.02005 17.25 6.50005V7.88005C17.25 8.29005 16.91 8.63005 16.5 8.63005Z\" fill=\"\"/>\n<path d=\"M14.9998 22.75H8.99982C4.37982 22.75 3.51982 20.6 3.29982 18.51L2.54982 12.52C2.43982 11.44 2.39982 9.89 3.44982 8.73C4.34982 7.73 5.83982 7.25 7.99982 7.25H15.9998C18.1698 7.25 19.6598 7.74 20.5498 8.73C21.5898 9.89 21.5598 11.44 21.4498 12.5L20.6998 18.51C20.4798 20.6 19.6198 22.75 14.9998 22.75ZM7.99982 8.75C6.30982 8.75 5.14982 9.08 4.55982 9.74C4.06982 10.28 3.90982 11.11 4.03982 12.35L4.78982 18.34C4.95982 19.94 5.39982 21.26 8.99982 21.26H14.9998C18.5998 21.26 19.0398 19.95 19.2098 18.36L19.9598 12.35C20.0898 11.13 19.9298 10.3 19.4398 9.75C18.8498 9.08 17.6898 8.75 15.9998 8.75H7.99982Z\" fill=\"\"/>\n<path d=\"M15.4202 13.1499C14.8602 13.1499 14.4102 12.6999 14.4102 12.1499C14.4102 11.5999 14.8602 11.1499 15.4102 11.1499C15.9602 11.1499 16.4102 11.5999 16.4102 12.1499C16.4102 12.6999 15.9702 13.1499 15.4202 13.1499Z\" fill=\"\"/>\n<path d=\"M8.42016 13.1499C7.86016 13.1499 7.41016 12.6999 7.41016 12.1499C7.41016 11.5999 7.86016 11.1499 8.41016 11.1499C8.96016 11.1499 9.41016 11.5999 9.41016 12.1499C9.41016 12.6999 8.97016 13.1499 8.42016 13.1499Z\" fill=\"\"/>\n</svg>\n</li><li title=\"bag cross 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.3903 18.11C13.2003 18.11 13.0103 18.04 12.8603 17.89L10.1003 15.13C9.81031 14.84 9.81031 14.36 10.1003 14.07C10.3903 13.78 10.8703 13.78 11.1603 14.07L13.9203 16.83C14.2103 17.12 14.2103 17.6 13.9203 17.89C13.7803 18.04 13.5903 18.11 13.3903 18.11Z\" fill=\"\"/>\n<path d=\"M10.6108 18.1401C10.4208 18.1401 10.2308 18.0701 10.0808 17.9201C9.79078 17.6301 9.79078 17.1501 10.0808 16.8601L12.8408 14.1001C13.1308 13.8101 13.6108 13.8101 13.9008 14.1001C14.1908 14.3901 14.1908 14.8701 13.9008 15.1601L11.1408 17.9201C10.9908 18.0701 10.8008 18.1401 10.6108 18.1401Z\" fill=\"\"/>\n<path d=\"M5.19086 6.37994C5.00086 6.37994 4.80086 6.29994 4.66086 6.15994C4.37086 5.86994 4.37086 5.38994 4.66086 5.09994L8.29086 1.46994C8.58086 1.17994 9.06086 1.17994 9.35086 1.46994C9.64086 1.75994 9.64086 2.23994 9.35086 2.52994L5.72086 6.15994C5.57086 6.29994 5.38086 6.37994 5.19086 6.37994Z\" fill=\"\"/>\n<path d=\"M18.8091 6.37994C18.6191 6.37994 18.4291 6.30994 18.2791 6.15994L14.6491 2.52994C14.3591 2.23994 14.3591 1.75994 14.6491 1.46994C14.9391 1.17994 15.4191 1.17994 15.7091 1.46994L19.3391 5.09994C19.6291 5.38994 19.6291 5.86994 19.3391 6.15994C19.1991 6.29994 18.9991 6.37994 18.8091 6.37994Z\" fill=\"\"/>\n<path d=\"M20.21 10.6001C20.14 10.6001 20.07 10.6001 20 10.6001H19.77H4C3.3 10.6101 2.5 10.6101 1.92 10.0301C1.46 9.5801 1.25 8.8801 1.25 7.8501C1.25 5.1001 3.26 5.1001 4.22 5.1001H19.78C20.74 5.1001 22.75 5.1001 22.75 7.8501C22.75 8.8901 22.54 9.5801 22.08 10.0301C21.56 10.5501 20.86 10.6001 20.21 10.6001ZM4.22 9.1001H20.01C20.46 9.1101 20.88 9.1101 21.02 8.9701C21.09 8.9001 21.24 8.6601 21.24 7.8501C21.24 6.7201 20.96 6.6001 19.77 6.6001H4.22C3.03 6.6001 2.75 6.7201 2.75 7.8501C2.75 8.6601 2.91 8.9001 2.97 8.9701C3.11 9.1001 3.54 9.1001 3.98 9.1001H4.22Z\" fill=\"\"/>\n<path d=\"M14.8907 22.75H8.86073C5.28073 22.75 4.48073 20.62 4.17073 18.77L2.76073 10.12C2.69073 9.71 2.97073 9.33 3.38073 9.26C3.79073 9.19 4.17073 9.47 4.24073 9.88L5.65073 18.52C5.94073 20.29 6.54073 21.25 8.86073 21.25H14.8907C17.4607 21.25 17.7507 20.35 18.0807 18.61L19.7607 9.86C19.8407 9.45 20.2307 9.18 20.6407 9.27C21.0507 9.35 21.3107 9.74 21.2307 10.15L19.5507 18.9C19.1607 20.93 18.5107 22.75 14.8907 22.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"bag cross \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 19.75C9.38 19.75 7.25 17.62 7.25 15C7.25 12.38 9.38 10.25 12 10.25C14.62 10.25 16.75 12.38 16.75 15C16.75 17.62 14.62 19.75 12 19.75ZM12 11.75C10.21 11.75 8.75 13.21 8.75 15C8.75 16.79 10.21 18.25 12 18.25C13.79 18.25 15.25 16.79 15.25 15C15.25 13.21 13.79 11.75 12 11.75Z\" fill=\"\"/>\n<path d=\"M13.0704 16.8599C12.8804 16.8599 12.6904 16.7899 12.5404 16.6399L10.4304 14.5299C10.1404 14.2399 10.1404 13.7599 10.4304 13.4699C10.7204 13.1799 11.2004 13.1799 11.4904 13.4699L13.6004 15.5799C13.8904 15.8699 13.8904 16.3499 13.6004 16.6399C13.4504 16.7899 13.2604 16.8599 13.0704 16.8599Z\" fill=\"\"/>\n<path d=\"M10.9291 16.89C10.7391 16.89 10.5491 16.82 10.3991 16.67C10.1091 16.38 10.1091 15.9 10.3991 15.61L12.5091 13.5C12.7991 13.21 13.2791 13.21 13.5691 13.5C13.8591 13.79 13.8591 14.27 13.5691 14.56L11.4591 16.67C11.3091 16.81 11.1191 16.89 10.9291 16.89Z\" fill=\"\"/>\n<path d=\"M14.9998 22.75H8.99982C4.37982 22.75 3.51982 20.6 3.29982 18.51L2.54982 12.52C2.43982 11.44 2.39982 9.89 3.44982 8.73C4.34982 7.73 5.83982 7.25 7.99982 7.25H15.9998C18.1698 7.25 19.6598 7.74 20.5498 8.73C21.5898 9.89 21.5598 11.44 21.4498 12.5L20.6998 18.51C20.4798 20.6 19.6198 22.75 14.9998 22.75ZM7.99982 8.75C6.30982 8.75 5.14982 9.08 4.55982 9.74C4.06982 10.28 3.90982 11.11 4.03982 12.35L4.78982 18.34C4.95982 19.94 5.39982 21.26 8.99982 21.26H14.9998C18.5998 21.26 19.0398 19.95 19.2098 18.36L19.9598 12.35C20.0898 11.13 19.9298 10.3 19.4398 9.75C18.8498 9.08 17.6898 8.75 15.9998 8.75H7.99982Z\" fill=\"\"/>\n<path d=\"M16.5 8.63005C16.09 8.63005 15.75 8.29005 15.75 7.88005V6.50005C15.75 5.45006 15.3 4.43005 14.52 3.72005C13.73 3.00005 12.7 2.67005 11.63 2.77005C9.83 2.94005 8.25 4.78005 8.25 6.70005V7.67005C8.25 8.08005 7.91 8.42005 7.5 8.42005C7.09 8.42005 6.75 8.08005 6.75 7.67005V6.69005C6.75 4.00005 8.92 1.52005 11.49 1.27005C12.99 1.13005 14.43 1.60005 15.53 2.61005C16.62 3.60005 17.25 5.02005 17.25 6.50005V7.88005C17.25 8.29005 16.91 8.63005 16.5 8.63005Z\" fill=\"\"/>\n</svg>\n</li><li title=\"bag happy \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 18.5C9.66 18.5 7.75 16.59 7.75 14.25C7.75 13.84 8.09 13.5 8.5 13.5C8.91 13.5 9.25 13.84 9.25 14.25C9.25 15.77 10.48 17 12 17C13.52 17 14.75 15.77 14.75 14.25C14.75 13.84 15.09 13.5 15.5 13.5C15.91 13.5 16.25 13.84 16.25 14.25C16.25 16.59 14.34 18.5 12 18.5Z\" fill=\"\"/>\n<path d=\"M5.19086 6.37994C5.00086 6.37994 4.80086 6.29994 4.66086 6.15994C4.37086 5.86994 4.37086 5.38994 4.66086 5.09994L8.29086 1.46994C8.58086 1.17994 9.06086 1.17994 9.35086 1.46994C9.64086 1.75994 9.64086 2.23994 9.35086 2.52994L5.72086 6.15994C5.57086 6.29994 5.38086 6.37994 5.19086 6.37994Z\" fill=\"\"/>\n<path d=\"M18.8091 6.37994C18.6191 6.37994 18.4291 6.30994 18.2791 6.15994L14.6491 2.52994C14.3591 2.23994 14.3591 1.75994 14.6491 1.46994C14.9391 1.17994 15.4191 1.17994 15.7091 1.46994L19.3391 5.09994C19.6291 5.38994 19.6291 5.86994 19.3391 6.15994C19.1991 6.29994 18.9991 6.37994 18.8091 6.37994Z\" fill=\"\"/>\n<path d=\"M20.21 10.6001C20.14 10.6001 20.07 10.6001 20 10.6001H19.77H4C3.3 10.6101 2.5 10.6101 1.92 10.0301C1.46 9.5801 1.25 8.8801 1.25 7.8501C1.25 5.1001 3.26 5.1001 4.22 5.1001H19.78C20.74 5.1001 22.75 5.1001 22.75 7.8501C22.75 8.8901 22.54 9.5801 22.08 10.0301C21.56 10.5501 20.86 10.6001 20.21 10.6001ZM4.22 9.1001H20.01C20.46 9.1101 20.88 9.1101 21.02 8.9701C21.09 8.9001 21.24 8.6601 21.24 7.8501C21.24 6.7201 20.96 6.6001 19.77 6.6001H4.22C3.03 6.6001 2.75 6.7201 2.75 7.8501C2.75 8.6601 2.91 8.9001 2.97 8.9701C3.11 9.1001 3.54 9.1001 3.98 9.1001H4.22Z\" fill=\"\"/>\n<path d=\"M14.8907 22.75H8.86073C5.28073 22.75 4.48073 20.62 4.17073 18.77L2.76073 10.12C2.69073 9.71 2.97073 9.33 3.38073 9.26C3.78073 9.19 4.17073 9.47 4.24073 9.88L5.65073 18.52C5.94073 20.29 6.54073 21.25 8.86073 21.25H14.8907C17.4607 21.25 17.7507 20.35 18.0807 18.61L19.7607 9.86C19.8407 9.45 20.2307 9.18 20.6407 9.27C21.0507 9.35 21.3107 9.74 21.2307 10.15L19.5507 18.9C19.1607 20.93 18.5107 22.75 14.8907 22.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"bag tick 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 19.75C9.38 19.75 7.25 17.62 7.25 15C7.25 12.38 9.38 10.25 12 10.25C14.62 10.25 16.75 12.38 16.75 15C16.75 17.62 14.62 19.75 12 19.75ZM12 11.75C10.21 11.75 8.75 13.21 8.75 15C8.75 16.79 10.21 18.25 12 18.25C13.79 18.25 15.25 16.79 15.25 15C15.25 13.21 13.79 11.75 12 11.75Z\" fill=\"\"/>\n<path d=\"M11.4409 16.54C11.1209 16.54 10.8009 16.42 10.5609 16.17L9.91086 15.52C9.62086 15.23 9.62086 14.75 9.91086 14.46C10.2009 14.17 10.6809 14.17 10.9709 14.46L11.4509 14.94L13.0609 13.46C13.3609 13.18 13.8409 13.2 14.1209 13.5C14.4009 13.8 14.3809 14.28 14.0809 14.56L12.3009 16.2C12.0509 16.43 11.7409 16.54 11.4409 16.54Z\" fill=\"\"/>\n<path d=\"M14.9998 22.75H8.99982C4.37982 22.75 3.51982 20.6 3.29982 18.51L2.54982 12.52C2.43982 11.44 2.39982 9.89 3.44982 8.73C4.34982 7.73 5.83982 7.25 7.99982 7.25H15.9998C18.1698 7.25 19.6598 7.74 20.5498 8.73C21.5898 9.89 21.5598 11.44 21.4498 12.5L20.6998 18.51C20.4798 20.6 19.6198 22.75 14.9998 22.75ZM7.99982 8.75C6.30982 8.75 5.14982 9.08 4.55982 9.74C4.06982 10.28 3.90982 11.11 4.03982 12.35L4.78982 18.34C4.95982 19.94 5.39982 21.26 8.99982 21.26H14.9998C18.5998 21.26 19.0398 19.95 19.2098 18.36L19.9598 12.35C20.0898 11.13 19.9298 10.3 19.4398 9.75C18.8498 9.08 17.6898 8.75 15.9998 8.75H7.99982Z\" fill=\"\"/>\n<path d=\"M16.5 8.63005C16.09 8.63005 15.75 8.29005 15.75 7.88005V6.50005C15.75 5.45006 15.3 4.43005 14.52 3.72005C13.73 3.00005 12.7 2.67005 11.63 2.77005C9.83 2.94005 8.25 4.78005 8.25 6.70005V7.67005C8.25 8.08005 7.91 8.42005 7.5 8.42005C7.09 8.42005 6.75 8.08005 6.75 7.67005V6.69005C6.75 4.00005 8.92 1.52005 11.49 1.27005C12.99 1.13005 14.43 1.60005 15.53 2.61005C16.62 3.60005 17.25 5.02005 17.25 6.50005V7.88005C17.25 8.29005 16.91 8.63005 16.5 8.63005Z\" fill=\"\"/>\n</svg>\n</li><li title=\"bag tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.1205 18.25C10.9305 18.25 10.7405 18.18 10.5905 18.03L9.09055 16.53C8.80055 16.24 8.80055 15.76 9.09055 15.47C9.38055 15.18 9.86055 15.18 10.1505 15.47L11.1405 16.46L13.8605 13.95C14.1605 13.67 14.6405 13.69 14.9205 13.99C15.2005 14.29 15.1805 14.77 14.8805 15.05L11.6305 18.05C11.4905 18.18 11.3105 18.25 11.1205 18.25Z\" fill=\"\"/>\n<path d=\"M5.19086 6.37994C5.00086 6.37994 4.80086 6.29994 4.66086 6.15994C4.37086 5.86994 4.37086 5.38994 4.66086 5.09994L8.29086 1.46994C8.58086 1.17994 9.06086 1.17994 9.35086 1.46994C9.64086 1.75994 9.64086 2.23994 9.35086 2.52994L5.72086 6.15994C5.57086 6.29994 5.38086 6.37994 5.19086 6.37994Z\" fill=\"\"/>\n<path d=\"M18.8091 6.37994C18.6191 6.37994 18.4291 6.30994 18.2791 6.15994L14.6491 2.52994C14.3591 2.23994 14.3591 1.75994 14.6491 1.46994C14.9391 1.17994 15.4191 1.17994 15.7091 1.46994L19.3391 5.09994C19.6291 5.38994 19.6291 5.86994 19.3391 6.15994C19.1991 6.29994 18.9991 6.37994 18.8091 6.37994Z\" fill=\"\"/>\n<path d=\"M20.21 10.6001C20.14 10.6001 20.07 10.6001 20 10.6001H19.77H4C3.3 10.6101 2.5 10.6101 1.92 10.0301C1.46 9.5801 1.25 8.8801 1.25 7.8501C1.25 5.1001 3.26 5.1001 4.22 5.1001H19.78C20.74 5.1001 22.75 5.1001 22.75 7.8501C22.75 8.8901 22.54 9.5801 22.08 10.0301C21.56 10.5501 20.86 10.6001 20.21 10.6001ZM4.22 9.1001H20.01C20.46 9.1101 20.88 9.1101 21.02 8.9701C21.09 8.9001 21.24 8.6601 21.24 7.8501C21.24 6.7201 20.96 6.6001 19.77 6.6001H4.22C3.03 6.6001 2.75 6.7201 2.75 7.8501C2.75 8.6601 2.91 8.9001 2.97 8.9701C3.11 9.1001 3.54 9.1001 3.98 9.1001H4.22Z\" fill=\"\"/>\n<path d=\"M14.8907 22.75H8.86073C5.28073 22.75 4.48073 20.62 4.17073 18.77L2.76073 10.12C2.69073 9.71 2.97073 9.33 3.38073 9.26C3.78073 9.19 4.17073 9.47 4.24073 9.88L5.65073 18.52C5.94073 20.29 6.54073 21.25 8.86073 21.25H14.8907C17.4607 21.25 17.7507 20.35 18.0807 18.61L19.7607 9.86C19.8407 9.45 20.2307 9.18 20.6407 9.27C21.0507 9.35 21.3107 9.74 21.2307 10.15L19.5507 18.9C19.1607 20.93 18.5107 22.75 14.8907 22.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"bag timer \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 19.75C9.38 19.75 7.25 17.62 7.25 15C7.25 12.38 9.38 10.25 12 10.25C14.62 10.25 16.75 12.38 16.75 15C16.75 17.62 14.62 19.75 12 19.75ZM12 11.75C10.21 11.75 8.75 13.21 8.75 15C8.75 16.79 10.21 18.25 12 18.25C13.79 18.25 15.25 16.79 15.25 15C15.25 13.21 13.79 11.75 12 11.75Z\" fill=\"\"/>\n<path d=\"M10.9999 16.75C10.7499 16.75 10.4999 16.62 10.3599 16.39C10.1499 16.03 10.2599 15.57 10.6199 15.36L11.3799 14.9C11.4599 14.85 11.4999 14.77 11.4999 14.69V13.76C11.4999 13.35 11.8399 13.01 12.2499 13.01C12.6599 13.01 12.9999 13.34 12.9999 13.75V14.68C12.9999 15.29 12.6699 15.87 12.1499 16.18L11.3799 16.64C11.2699 16.72 11.1299 16.75 10.9999 16.75Z\" fill=\"\"/>\n<path d=\"M14.9998 22.75H8.99982C4.37982 22.75 3.51982 20.6 3.29982 18.51L2.54982 12.52C2.43982 11.44 2.39982 9.89 3.44982 8.73C4.34982 7.73 5.83982 7.25 7.99982 7.25H15.9998C18.1698 7.25 19.6598 7.74 20.5498 8.73C21.5898 9.89 21.5598 11.44 21.4498 12.5L20.6998 18.51C20.4798 20.6 19.6198 22.75 14.9998 22.75ZM7.99982 8.75C6.30982 8.75 5.14982 9.08 4.55982 9.74C4.06982 10.28 3.90982 11.11 4.03982 12.35L4.78982 18.34C4.95982 19.94 5.39982 21.26 8.99982 21.26H14.9998C18.5998 21.26 19.0398 19.95 19.2098 18.36L19.9598 12.35C20.0898 11.13 19.9298 10.3 19.4398 9.75C18.8498 9.08 17.6898 8.75 15.9998 8.75H7.99982Z\" fill=\"\"/>\n<path d=\"M16.5 8.63005C16.09 8.63005 15.75 8.29005 15.75 7.88005V6.50005C15.75 5.45006 15.3 4.43005 14.52 3.72005C13.73 3.00005 12.7 2.67005 11.63 2.77005C9.83 2.94005 8.25 4.78005 8.25 6.70005V7.67005C8.25 8.08005 7.91 8.42005 7.5 8.42005C7.09 8.42005 6.75 8.08005 6.75 7.67005V6.69005C6.75 4.00005 8.92 1.52005 11.49 1.27005C12.99 1.13005 14.43 1.60005 15.53 2.61005C16.62 3.60005 17.25 5.02005 17.25 6.50005V7.88005C17.25 8.29005 16.91 8.63005 16.5 8.63005Z\" fill=\"\"/>\n</svg>\n</li><li title=\"bag \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.19086 6.37994C5.00086 6.37994 4.80086 6.29994 4.66086 6.15994C4.37086 5.86994 4.37086 5.38994 4.66086 5.09994L8.29086 1.46994C8.58086 1.17994 9.06086 1.17994 9.35086 1.46994C9.64086 1.75994 9.64086 2.23994 9.35086 2.52994L5.72086 6.15994C5.57086 6.29994 5.38086 6.37994 5.19086 6.37994Z\" fill=\"\"/>\n<path d=\"M18.8091 6.37994C18.6191 6.37994 18.4291 6.30994 18.2791 6.15994L14.6491 2.52994C14.3591 2.23994 14.3591 1.75994 14.6491 1.46994C14.9391 1.17994 15.4191 1.17994 15.7091 1.46994L19.3391 5.09994C19.6291 5.38994 19.6291 5.86994 19.3391 6.15994C19.1991 6.29994 18.9991 6.37994 18.8091 6.37994Z\" fill=\"\"/>\n<path d=\"M20.21 10.6001C20.14 10.6001 20.07 10.6001 20 10.6001H19.77H4C3.3 10.6101 2.5 10.6101 1.92 10.0301C1.46 9.5801 1.25 8.8801 1.25 7.8501C1.25 5.1001 3.26 5.1001 4.22 5.1001H19.78C20.74 5.1001 22.75 5.1001 22.75 7.8501C22.75 8.8901 22.54 9.5801 22.08 10.0301C21.56 10.5501 20.86 10.6001 20.21 10.6001ZM4.22 9.1001H20.01C20.46 9.1101 20.88 9.1101 21.02 8.9701C21.09 8.9001 21.24 8.6601 21.24 7.8501C21.24 6.7201 20.96 6.6001 19.77 6.6001H4.22C3.03 6.6001 2.75 6.7201 2.75 7.8501C2.75 8.6601 2.91 8.9001 2.97 8.9701C3.11 9.1001 3.54 9.1001 3.98 9.1001H4.22Z\" fill=\"\"/>\n<path d=\"M9.75977 18.3C9.34977 18.3 9.00977 17.96 9.00977 17.55V14C9.00977 13.59 9.34977 13.25 9.75977 13.25C10.1698 13.25 10.5098 13.59 10.5098 14V17.55C10.5098 17.97 10.1698 18.3 9.75977 18.3Z\" fill=\"\"/>\n<path d=\"M14.3594 18.3C13.9494 18.3 13.6094 17.96 13.6094 17.55V14C13.6094 13.59 13.9494 13.25 14.3594 13.25C14.7694 13.25 15.1094 13.59 15.1094 14V17.55C15.1094 17.97 14.7694 18.3 14.3594 18.3Z\" fill=\"\"/>\n<path d=\"M14.8907 22.75H8.86073C5.28073 22.75 4.48073 20.62 4.17073 18.77L2.76073 10.12C2.69073 9.71 2.97073 9.33 3.38073 9.26C3.79073 9.19 4.17073 9.47 4.24073 9.88L5.65073 18.52C5.94073 20.29 6.54073 21.25 8.86073 21.25H14.8907C17.4607 21.25 17.7507 20.35 18.0807 18.61L19.7607 9.86C19.8407 9.45 20.2307 9.18 20.6407 9.27C21.0507 9.35 21.3107 9.74 21.2307 10.15L19.5507 18.9C19.1607 20.93 18.5107 22.75 14.8907 22.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"bank \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 11.7501H3C2.04 11.7501 1.25 10.9601 1.25 10.0001V6.68013C1.25 6.00013 1.71998 5.31013 2.34998 5.06013L11.35 1.46016C11.73 1.31016 12.27 1.31016 12.65 1.46016L21.65 5.06013C22.28 5.31013 22.75 6.01013 22.75 6.68013V10.0001C22.75 10.9601 21.96 11.7501 21 11.7501ZM12 2.84016C11.96 2.84016 11.92 2.84011 11.9 2.85011L2.90997 6.45015C2.84997 6.48015 2.75 6.61013 2.75 6.68013V10.0001C2.75 10.1401 2.86 10.2501 3 10.2501H21C21.14 10.2501 21.25 10.1401 21.25 10.0001V6.68013C21.25 6.61013 21.16 6.48015 21.09 6.45015L12.09 2.85011C12.07 2.84011 12.04 2.84016 12 2.84016Z\" fill=\"\"/>\n<path d=\"M22 22.75H2C1.59 22.75 1.25 22.41 1.25 22V19C1.25 18.04 2.04 17.25 3 17.25H21C21.96 17.25 22.75 18.04 22.75 19V22C22.75 22.41 22.41 22.75 22 22.75ZM2.75 21.25H21.25V19C21.25 18.86 21.14 18.75 21 18.75H3C2.86 18.75 2.75 18.86 2.75 19V21.25Z\" fill=\"\"/>\n<path d=\"M4 18.75C3.59 18.75 3.25 18.41 3.25 18V11C3.25 10.59 3.59 10.25 4 10.25C4.41 10.25 4.75 10.59 4.75 11V18C4.75 18.41 4.41 18.75 4 18.75Z\" fill=\"\"/>\n<path d=\"M8 18.75C7.59 18.75 7.25 18.41 7.25 18V11C7.25 10.59 7.59 10.25 8 10.25C8.41 10.25 8.75 10.59 8.75 11V18C8.75 18.41 8.41 18.75 8 18.75Z\" fill=\"\"/>\n<path d=\"M12 18.75C11.59 18.75 11.25 18.41 11.25 18V11C11.25 10.59 11.59 10.25 12 10.25C12.41 10.25 12.75 10.59 12.75 11V18C12.75 18.41 12.41 18.75 12 18.75Z\" fill=\"\"/>\n<path d=\"M16 18.75C15.59 18.75 15.25 18.41 15.25 18V11C15.25 10.59 15.59 10.25 16 10.25C16.41 10.25 16.75 10.59 16.75 11V18C16.75 18.41 16.41 18.75 16 18.75Z\" fill=\"\"/>\n<path d=\"M20 18.75C19.59 18.75 19.25 18.41 19.25 18V11C19.25 10.59 19.59 10.25 20 10.25C20.41 10.25 20.75 10.59 20.75 11V18C20.75 18.41 20.41 18.75 20 18.75Z\" fill=\"\"/>\n<path d=\"M23 22.75H1C0.59 22.75 0.25 22.41 0.25 22C0.25 21.59 0.59 21.25 1 21.25H23C23.41 21.25 23.75 21.59 23.75 22C23.75 22.41 23.41 22.75 23 22.75Z\" fill=\"\"/>\n<path d=\"M12 9.25C10.76 9.25 9.75 8.24 9.75 7C9.75 5.76 10.76 4.75 12 4.75C13.24 4.75 14.25 5.76 14.25 7C14.25 8.24 13.24 9.25 12 9.25ZM12 6.25C11.59 6.25 11.25 6.59 11.25 7C11.25 7.41 11.59 7.75 12 7.75C12.41 7.75 12.75 7.41 12.75 7C12.75 6.59 12.41 6.25 12 6.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"barcode \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 21.25H7C3.35 21.25 1.25 19.15 1.25 15.5V8.5C1.25 4.85 3.35 2.75 7 2.75H17C20.65 2.75 22.75 4.85 22.75 8.5V15.5C22.75 19.15 20.65 21.25 17 21.25ZM7 4.25C4.14 4.25 2.75 5.64 2.75 8.5V15.5C2.75 18.36 4.14 19.75 7 19.75H17C19.86 19.75 21.25 18.36 21.25 15.5V8.5C21.25 5.64 19.86 4.25 17 4.25H7Z\" fill=\"\"/>\n<path d=\"M6 16.75C5.59 16.75 5.25 16.41 5.25 16V8C5.25 7.59 5.59 7.25 6 7.25C6.41 7.25 6.75 7.59 6.75 8V16C6.75 16.41 6.41 16.75 6 16.75Z\" fill=\"\"/>\n<path d=\"M9 12.75C8.59 12.75 8.25 12.41 8.25 12V8C8.25 7.59 8.59 7.25 9 7.25C9.41 7.25 9.75 7.59 9.75 8V12C9.75 12.41 9.41 12.75 9 12.75Z\" fill=\"\"/>\n<path d=\"M9 16.75C8.59 16.75 8.25 16.41 8.25 16V15C8.25 14.59 8.59 14.25 9 14.25C9.41 14.25 9.75 14.59 9.75 15V16C9.75 16.41 9.41 16.75 9 16.75Z\" fill=\"\"/>\n<path d=\"M15 9.75C14.59 9.75 14.25 9.41 14.25 9V8C14.25 7.59 14.59 7.25 15 7.25C15.41 7.25 15.75 7.59 15.75 8V9C15.75 9.41 15.41 9.75 15 9.75Z\" fill=\"\"/>\n<path d=\"M12 16.75C11.59 16.75 11.25 16.41 11.25 16V8C11.25 7.59 11.59 7.25 12 7.25C12.41 7.25 12.75 7.59 12.75 8V16C12.75 16.41 12.41 16.75 12 16.75Z\" fill=\"\"/>\n<path d=\"M15 16.75C14.59 16.75 14.25 16.41 14.25 16V12C14.25 11.59 14.59 11.25 15 11.25C15.41 11.25 15.75 11.59 15.75 12V16C15.75 16.41 15.41 16.75 15 16.75Z\" fill=\"\"/>\n<path d=\"M18 16.75C17.59 16.75 17.25 16.41 17.25 16V8C17.25 7.59 17.59 7.25 18 7.25C18.41 7.25 18.75 7.59 18.75 8V16C18.75 16.41 18.41 16.75 18 16.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"battery 3full \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.5 15.25C20.09 15.25 19.75 14.91 19.75 14.5C19.75 14.09 20.09 13.75 20.5 13.75C21.09 13.75 21.22 13.66 21.23 13.66C21.25 13.6 21.25 13.25 21.25 13V11C21.25 10.75 21.25 10.41 21.21 10.32C21.2 10.33 21.05 10.25 20.5 10.25C20.09 10.25 19.75 9.91 19.75 9.5C19.75 9.09 20.09 8.75 20.5 8.75C22.58 8.75 22.75 9.77 22.75 11V13C22.75 14.23 22.58 15.25 20.5 15.25Z\" fill=\"\"/>\n<path d=\"M6.37958 14.7501C6.31958 14.7501 6.25958 14.7401 6.19958 14.7301C5.79958 14.6301 5.54958 14.2201 5.64958 13.8201C5.94958 12.6301 5.94958 11.3701 5.64958 10.1801C5.54958 9.7801 5.78958 9.3701 6.19958 9.2701C6.59958 9.1701 6.99958 9.4201 7.09958 9.8201C7.45958 11.2501 7.45958 12.7601 7.09958 14.1801C7.01958 14.5201 6.70958 14.7501 6.37958 14.7501Z\" fill=\"\"/>\n<path d=\"M9.87959 14.7499C9.81959 14.7499 9.75959 14.7399 9.69959 14.7299C9.29959 14.6299 9.04958 14.2199 9.14958 13.8199C9.44958 12.6299 9.44958 11.3699 9.14958 10.1799C9.04958 9.77995 9.28959 9.36995 9.69959 9.26995C10.0996 9.16995 10.5096 9.40995 10.6096 9.81995C10.9696 11.2499 10.9696 12.7599 10.6096 14.1799C10.5196 14.5199 10.2096 14.7499 9.87959 14.7499Z\" fill=\"\"/>\n<path d=\"M13 19.75H7C2.59 19.75 1.25 18.41 1.25 14V10C1.25 5.59 2.59 4.25 7 4.25H13C17.41 4.25 18.75 5.59 18.75 10V14C18.75 18.41 17.41 19.75 13 19.75ZM7 5.75C3.43 5.75 2.75 6.43 2.75 10V14C2.75 17.57 3.43 18.25 7 18.25H13C16.57 18.25 17.25 17.57 17.25 14V10C17.25 6.43 16.57 5.75 13 5.75H7Z\" fill=\"\"/>\n</svg>\n</li><li title=\"battery charging \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.5 15.25C20.09 15.25 19.75 14.91 19.75 14.5C19.75 14.09 20.09 13.75 20.5 13.75C21.09 13.75 21.22 13.66 21.23 13.66C21.25 13.6 21.25 13.25 21.25 13V11C21.25 10.75 21.25 10.41 21.21 10.32C21.2 10.33 21.05 10.25 20.5 10.25C20.09 10.25 19.75 9.91 19.75 9.5C19.75 9.09 20.09 8.75 20.5 8.75C22.58 8.75 22.75 9.77 22.75 11V13C22.75 14.23 22.58 15.25 20.5 15.25Z\" fill=\"\"/>\n<path d=\"M10.0009 16.75C9.83094 16.75 9.65094 16.69 9.51094 16.57C9.20094 16.3 9.16094 15.83 9.43094 15.51L11.5109 13.08C11.5409 12.99 11.5109 12.91 11.4909 12.87C11.4609 12.82 11.4009 12.75 11.2709 12.75H8.97094C8.34094 12.75 7.77094 12.42 7.45094 11.88C7.13094 11.34 7.13094 10.68 7.45094 10.13L9.40094 7.55003C9.65094 7.22003 10.1209 7.15003 10.4509 7.40003C10.7809 7.65003 10.8509 8.12003 10.6009 8.45003L8.71094 10.95C8.70094 10.98 8.74094 11.07 8.76094 11.12C8.79094 11.17 8.85094 11.24 8.98094 11.24H11.2809C11.9109 11.24 12.4809 11.57 12.8009 12.11C13.1209 12.65 13.1209 13.31 12.8009 13.86C12.7809 13.9 12.7509 13.94 12.7209 13.97L10.5809 16.47C10.4209 16.66 10.2109 16.75 10.0009 16.75Z\" fill=\"\"/>\n<path d=\"M7 19.75C2.59 19.75 1.25 18.41 1.25 14V10C1.25 5.59 2.59 4.25 7 4.25C7.41 4.25 7.75 4.59 7.75 5C7.75 5.41 7.41 5.75 7 5.75C3.43 5.75 2.75 6.43 2.75 10V14C2.75 17.57 3.43 18.25 7 18.25C7.41 18.25 7.75 18.59 7.75 19C7.75 19.41 7.41 19.75 7 19.75Z\" fill=\"\"/>\n<path d=\"M13 19.75C12.59 19.75 12.25 19.41 12.25 19C12.25 18.59 12.59 18.25 13 18.25C16.57 18.25 17.25 17.57 17.25 14V10C17.25 6.43 16.57 5.75 13 5.75C12.59 5.75 12.25 5.41 12.25 5C12.25 4.59 12.59 4.25 13 4.25C17.41 4.25 18.75 5.59 18.75 10V14C18.75 18.41 17.41 19.75 13 19.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"battery disable \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.5 15.25C20.09 15.25 19.75 14.91 19.75 14.5C19.75 14.09 20.09 13.75 20.5 13.75C21.09 13.75 21.22 13.66 21.23 13.66C21.25 13.6 21.25 13.25 21.25 13V11C21.25 10.75 21.25 10.41 21.21 10.32C21.2 10.33 21.05 10.25 20.5 10.25C20.09 10.25 19.75 9.91 19.75 9.5C19.75 9.09 20.09 8.75 20.5 8.75C22.58 8.75 22.75 9.77 22.75 11V13C22.75 14.23 22.58 15.25 20.5 15.25Z\" fill=\"\"/>\n<path d=\"M4.00088 22.2501C3.86088 22.2501 3.72088 22.2101 3.60088 22.1301C3.25088 21.9101 3.14088 21.4501 3.37088 21.1001L15.3709 2.10012C15.5909 1.75012 16.0609 1.65012 16.4009 1.87012C16.7509 2.09012 16.8609 2.55012 16.6309 2.90012L4.63088 21.9001C4.49088 22.1301 4.25088 22.2501 4.00088 22.2501Z\" fill=\"\"/>\n<path d=\"M5.39 19.67C5.36 19.67 5.33 19.67 5.31 19.67C1.91 19.29 1.25 17.31 1.25 14V10C1.25 5.59 2.59 4.25 7 4.25C7.41 4.25 7.75 4.59 7.75 5C7.75 5.41 7.41 5.75 7 5.75C3.43 5.75 2.75 6.43 2.75 10V14C2.75 17.32 3.43 17.95 5.47 18.18C5.88 18.23 6.18 18.6 6.13 19.01C6.09 19.39 5.76 19.67 5.39 19.67Z\" fill=\"\"/>\n<path d=\"M13 19.75C12.59 19.75 12.25 19.41 12.25 19C12.25 18.59 12.59 18.25 13 18.25C16.57 18.25 17.25 17.57 17.25 14V9.99996C17.25 6.68996 16.57 6.04996 14.54 5.81996C14.13 5.76996 13.83 5.39996 13.88 4.98996C13.93 4.57996 14.29 4.26996 14.71 4.32996C18.09 4.70996 18.75 6.69996 18.75 9.99996V14C18.75 18.41 17.41 19.75 13 19.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"battery empty 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13 19.75H7C2.59 19.75 1.25 18.41 1.25 14V10C1.25 5.59 2.59 4.25 7 4.25H13C17.41 4.25 18.75 5.59 18.75 10V14C18.75 18.41 17.41 19.75 13 19.75ZM7 5.75C3.42 5.75 2.75 6.43 2.75 10V14C2.75 17.57 3.42 18.25 7 18.25H13C16.58 18.25 17.25 17.57 17.25 14V10C17.25 6.43 16.58 5.75 13 5.75H7Z\" fill=\"\"/>\n<path d=\"M20.5 15.25C20.09 15.25 19.75 14.91 19.75 14.5C19.75 14.09 20.09 13.75 20.5 13.75C21.09 13.75 21.22 13.66 21.23 13.66C21.25 13.6 21.25 13.25 21.25 13V11C21.25 10.75 21.25 10.41 21.21 10.32C21.2 10.33 21.05 10.25 20.5 10.25C20.09 10.25 19.75 9.91 19.75 9.5C19.75 9.09 20.09 8.75 20.5 8.75C22.58 8.75 22.75 9.77 22.75 11V13C22.75 14.23 22.58 15.25 20.5 15.25Z\" fill=\"\"/>\n<path d=\"M6.37958 14.7501C6.31958 14.7501 6.25958 14.7401 6.19958 14.7301C5.79958 14.6301 5.54958 14.2201 5.64958 13.8201C5.94958 12.6301 5.94958 11.3701 5.64958 10.1801C5.54958 9.7801 5.78958 9.3701 6.19958 9.2701C6.58958 9.1701 6.99958 9.4201 7.09958 9.8201C7.45958 11.2501 7.45958 12.7601 7.09958 14.1801C7.01958 14.5201 6.70958 14.7501 6.37958 14.7501Z\" fill=\"\"/>\n</svg>\n</li><li title=\"battery empty \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13 19.75H7C2.59 19.75 1.25 18.41 1.25 14V10C1.25 5.59 2.59 4.25 7 4.25H13C17.41 4.25 18.75 5.59 18.75 10V14C18.75 18.41 17.41 19.75 13 19.75ZM7 5.75C3.42 5.75 2.75 6.43 2.75 10V14C2.75 17.57 3.42 18.25 7 18.25H13C16.58 18.25 17.25 17.57 17.25 14V10C17.25 6.43 16.58 5.75 13 5.75H7Z\" fill=\"\"/>\n<path d=\"M20.5 15.25C20.09 15.25 19.75 14.91 19.75 14.5C19.75 14.09 20.09 13.75 20.5 13.75C21.09 13.75 21.22 13.66 21.23 13.66C21.25 13.6 21.25 13.25 21.25 13V11C21.25 10.75 21.25 10.41 21.21 10.32C21.22 10.33 21.05 10.25 20.5 10.25C20.09 10.25 19.75 9.91 19.75 9.5C19.75 9.09 20.09 8.75 20.5 8.75C22.58 8.75 22.75 9.77 22.75 11V13C22.75 14.23 22.58 15.25 20.5 15.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"battery full \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.5 15.25C20.09 15.25 19.75 14.91 19.75 14.5C19.75 14.09 20.09 13.75 20.5 13.75C21.09 13.75 21.22 13.66 21.23 13.66C21.25 13.6 21.25 13.25 21.25 13V11C21.25 10.75 21.25 10.41 21.21 10.32C21.2 10.33 21.05 10.25 20.5 10.25C20.09 10.25 19.75 9.91 19.75 9.5C19.75 9.09 20.09 8.75 20.5 8.75C22.58 8.75 22.75 9.77 22.75 11V13C22.75 14.23 22.58 15.25 20.5 15.25Z\" fill=\"\"/>\n<path d=\"M6.37958 14.7501C6.31958 14.7501 6.25958 14.7401 6.19958 14.7301C5.79958 14.6301 5.54958 14.2201 5.64958 13.8201C5.94958 12.6301 5.94958 11.3701 5.64958 10.1801C5.54958 9.7801 5.78958 9.3701 6.19958 9.2701C6.59958 9.1701 6.99958 9.4201 7.09958 9.8201C7.45958 11.2501 7.45958 12.7601 7.09958 14.1801C7.01958 14.5201 6.70958 14.7501 6.37958 14.7501Z\" fill=\"\"/>\n<path d=\"M9.87959 14.7499C9.81959 14.7499 9.75959 14.7399 9.69959 14.7299C9.29959 14.6299 9.04958 14.2199 9.14958 13.8199C9.44958 12.6299 9.44958 11.3699 9.14958 10.1799C9.04958 9.77995 9.28959 9.36995 9.69959 9.26995C10.0996 9.16995 10.5096 9.40995 10.6096 9.81995C10.9696 11.2499 10.9696 12.7599 10.6096 14.1799C10.5196 14.5199 10.2096 14.7499 9.87959 14.7499Z\" fill=\"\"/>\n<path d=\"M13.3796 14.7499C13.3196 14.7499 13.2596 14.7399 13.1996 14.7299C12.7996 14.6299 12.5496 14.2199 12.6496 13.8199C12.9496 12.6299 12.9496 11.3699 12.6496 10.1799C12.5496 9.77995 12.7896 9.36995 13.1996 9.26995C13.5996 9.16995 14.0096 9.40995 14.1096 9.81995C14.4696 11.2499 14.4696 12.7599 14.1096 14.1799C14.0196 14.5199 13.7096 14.7499 13.3796 14.7499Z\" fill=\"\"/>\n<path d=\"M13 19.75H7C2.59 19.75 1.25 18.41 1.25 14V10C1.25 5.59 2.59 4.25 7 4.25H13C17.41 4.25 18.75 5.59 18.75 10V14C18.75 18.41 17.41 19.75 13 19.75ZM7 5.75C3.43 5.75 2.75 6.43 2.75 10V14C2.75 17.57 3.43 18.25 7 18.25H13C16.57 18.25 17.25 17.57 17.25 14V10C17.25 6.43 16.57 5.75 13 5.75H7Z\" fill=\"\"/>\n</svg>\n</li><li title=\"bezier \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 9.75C1.48 9.75 0.25 8.52 0.25 7C0.25 5.48 1.48 4.25 3 4.25C4.52 4.25 5.75 5.48 5.75 7C5.75 8.52 4.52 9.75 3 9.75ZM3 5.75C2.31 5.75 1.75 6.31 1.75 7C1.75 7.69 2.31 8.25 3 8.25C3.69 8.25 4.25 7.69 4.25 7C4.25 6.31 3.69 5.75 3 5.75Z\" fill=\"\"/>\n<path d=\"M21 9.75C19.48 9.75 18.25 8.52 18.25 7C18.25 5.48 19.48 4.25 21 4.25C22.52 4.25 23.75 5.48 23.75 7C23.75 8.52 22.52 9.75 21 9.75ZM21 5.75C20.31 5.75 19.75 6.31 19.75 7C19.75 7.69 20.31 8.25 21 8.25C21.69 8.25 22.25 7.69 22.25 7C22.25 6.31 21.69 5.75 21 5.75Z\" fill=\"\"/>\n<path d=\"M19 7.75H15C14.59 7.75 14.25 7.41 14.25 7C14.25 6.59 14.59 6.25 15 6.25H19C19.41 6.25 19.75 6.59 19.75 7C19.75 7.41 19.41 7.75 19 7.75Z\" fill=\"\"/>\n<path d=\"M9 7.75H5C4.59 7.75 4.25 7.41 4.25 7C4.25 6.59 4.59 6.25 5 6.25H9C9.41 6.25 9.75 6.59 9.75 7C9.75 7.41 9.41 7.75 9 7.75Z\" fill=\"\"/>\n<path d=\"M6 20.75H4C2.76 20.75 1.75 19.74 1.75 18.5V16.5C1.75 15.26 2.76 14.25 4 14.25H6C7.24 14.25 8.25 15.26 8.25 16.5V18.5C8.25 19.4 7.72 20.2 6.9 20.55C6.63 20.68 6.32 20.75 6 20.75ZM4 15.75C3.59 15.75 3.25 16.09 3.25 16.5V18.5C3.25 18.91 3.59 19.25 4 19.25H6C6.1 19.25 6.19 19.2301 6.29 19.1801C6.58 19.0601 6.75 18.79 6.75 18.5V16.5C6.75 16.09 6.41 15.75 6 15.75H4Z\" fill=\"\"/>\n<path d=\"M20 20.75H18C17.68 20.75 17.37 20.68 17.07 20.54C16.28 20.21 15.75 19.4 15.75 18.5V16.5C15.75 15.26 16.76 14.25 18 14.25H20C21.24 14.25 22.25 15.26 22.25 16.5V18.5C22.25 19.74 21.24 20.75 20 20.75ZM18 15.75C17.59 15.75 17.25 16.09 17.25 16.5V18.5C17.25 18.79 17.42 19.06 17.68 19.17C17.81 19.23 17.9 19.25 18 19.25H20C20.41 19.25 20.75 18.91 20.75 18.5V16.5C20.75 16.09 20.41 15.75 20 15.75H18Z\" fill=\"\"/>\n<path d=\"M13.5 10.75H10.5C9.26 10.75 8.25 9.74 8.25 8.5V5.5C8.25 4.26 9.26 3.25 10.5 3.25H13.5C14.74 3.25 15.75 4.26 15.75 5.5V8.5C15.75 9.74 14.74 10.75 13.5 10.75ZM10.5 4.75C10.09 4.75 9.75 5.09 9.75 5.5V8.5C9.75 8.91 10.09 9.25 10.5 9.25H13.5C13.91 9.25 14.25 8.91 14.25 8.5V5.5C14.25 5.09 13.91 4.75 13.5 4.75H10.5Z\" fill=\"\"/>\n<path d=\"M18.9707 15.7498C18.9407 15.7498 18.9107 15.7498 18.8807 15.7498C18.4707 15.6998 18.1707 15.3298 18.2207 14.9198C18.2407 14.7798 18.2407 14.6498 18.2407 14.5098C18.2407 11.9098 16.8307 9.50973 14.6507 8.40973C14.2807 8.21973 14.1307 7.76978 14.3207 7.39978C14.5107 7.02978 14.9607 6.87977 15.3307 7.06977C18.0107 8.42977 19.7407 11.3498 19.7407 14.5098C19.7407 14.7098 19.7307 14.8997 19.7007 15.0997C19.6707 15.4697 19.3507 15.7498 18.9707 15.7498Z\" fill=\"\"/>\n<path d=\"M5.03 15.75C4.65 15.75 4.33 15.47 4.29 15.09C4.27 14.89 4.25 14.7 4.25 14.5C4.25 11.34 5.98 8.42 8.66 7.06C9.03 6.87 9.48 7.02002 9.67 7.39002C9.86 7.76002 9.71 8.21003 9.34 8.40003C7.16 9.50003 5.75 11.9 5.75 14.5C5.75 14.64 5.76 14.77 5.77 14.91C5.82 15.32 5.52 15.69 5.11 15.74C5.09 15.75 5.06 15.75 5.03 15.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"bill \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9999 22.2498C11.1799 22.2498 10.3599 21.9898 9.6799 21.4798L4.46991 17.5798C3.49991 16.8498 2.91992 15.6898 2.91992 14.4798V1.75977H21.0799V14.4798C21.0799 15.6898 20.4999 16.8498 19.5299 17.5798L14.3199 21.4798C13.6399 21.9898 12.8199 22.2498 11.9999 22.2498ZM4.41992 3.24977V14.4698C4.41992 15.2098 4.7799 15.9198 5.3699 16.3698L10.5799 20.2698C11.4199 20.8998 12.5899 20.8998 13.4299 20.2698L18.6399 16.3698C19.2299 15.9198 19.5899 15.2098 19.5899 14.4698V3.24977H4.41992Z\" fill=\"\"/>\n<path d=\"M22 3.25H2C1.59 3.25 1.25 2.91 1.25 2.5C1.25 2.09 1.59 1.75 2 1.75H22C22.41 1.75 22.75 2.09 22.75 2.5C22.75 2.91 22.41 3.25 22 3.25Z\" fill=\"\"/>\n<path d=\"M16 8.75H8C7.59 8.75 7.25 8.41 7.25 8C7.25 7.59 7.59 7.25 8 7.25H16C16.41 7.25 16.75 7.59 16.75 8C16.75 8.41 16.41 8.75 16 8.75Z\" fill=\"\"/>\n<path d=\"M16 13.75H8C7.59 13.75 7.25 13.41 7.25 13C7.25 12.59 7.59 12.25 8 12.25H16C16.41 12.25 16.75 12.59 16.75 13C16.75 13.41 16.41 13.75 16 13.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"bitcoin card \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13 9.25H2C1.59 9.25 1.25 8.91 1.25 8.5C1.25 8.09 1.59 7.75 2 7.75H13C13.41 7.75 13.75 8.09 13.75 8.5C13.75 8.91 13.41 9.25 13 9.25Z\" fill=\"\"/>\n<path d=\"M8 17.25H6C5.59 17.25 5.25 16.91 5.25 16.5C5.25 16.09 5.59 15.75 6 15.75H8C8.41 15.75 8.75 16.09 8.75 16.5C8.75 16.91 8.41 17.25 8 17.25Z\" fill=\"\"/>\n<path d=\"M14.5 17.25H10.5C10.09 17.25 9.75 16.91 9.75 16.5C9.75 16.09 10.09 15.75 10.5 15.75H14.5C14.91 15.75 15.25 16.09 15.25 16.5C15.25 16.91 14.91 17.25 14.5 17.25Z\" fill=\"\"/>\n<path d=\"M17.56 21.25H6.44C2.46 21.25 1.25 20.05 1.25 16.11V7.89001C1.25 3.95001 2.46 2.75 6.44 2.75H13.28C13.69 2.75 14.03 3.09 14.03 3.5C14.03 3.91 13.69 4.25 13.28 4.25H6.44C3.3 4.25 2.75 4.79001 2.75 7.89001V16.11C2.75 19.21 3.3 19.75 6.44 19.75H17.56C20.7 19.75 21.25 19.21 21.25 16.11V11.33C21.25 10.92 21.59 10.58 22 10.58C22.41 10.58 22.75 10.92 22.75 11.33V16.11C22.75 20.05 21.54 21.25 17.56 21.25Z\" fill=\"\"/>\n<path d=\"M20.12 6.5H17C16.59 6.5 16.25 6.16 16.25 5.75V3.25C16.25 2.84 16.59 2.5 17 2.5H20.13C21.2 2.5 22.13 3.43 22.13 4.5C22.12 5.6 21.23 6.5 20.12 6.5ZM17.75 5H20.13C20.41 5 20.63 4.78 20.63 4.5C20.63 4.28 20.39 4 20.13 4H17.75V5Z\" fill=\"\"/>\n<path d=\"M20.57 9H17C16.59 9 16.25 8.66 16.25 8.25V5.75C16.25 5.34 16.59 5 17 5H20.57C21.77 5 22.75 5.9 22.75 7C22.75 8.1 21.77 9 20.57 9ZM17.75 7.5H20.57C20.94 7.5 21.25 7.27 21.25 7C21.25 6.73 20.94 6.5 20.57 6.5H17.75V7.5Z\" fill=\"\"/>\n<path d=\"M18.7598 10.25C18.3498 10.25 18.0098 9.91 18.0098 9.5V8.25C18.0098 7.84 18.3498 7.5 18.7598 7.5C19.1698 7.5 19.5098 7.84 19.5098 8.25V9.5C19.5098 9.92 19.1798 10.25 18.7598 10.25Z\" fill=\"\"/>\n<path d=\"M18.7598 4C18.3498 4 18.0098 3.66 18.0098 3.25V2C18.0098 1.59 18.3498 1.25 18.7598 1.25C19.1698 1.25 19.5098 1.59 19.5098 2V3.25C19.5098 3.66 19.1798 4 18.7598 4Z\" fill=\"\"/>\n<path d=\"M18.19 4H16C15.59 4 15.25 3.66 15.25 3.25C15.25 2.84 15.59 2.5 16 2.5H18.19C18.6 2.5 18.94 2.84 18.94 3.25C18.94 3.66 18.6 4 18.19 4Z\" fill=\"\"/>\n<path d=\"M18.19 9H16C15.59 9 15.25 8.66 15.25 8.25C15.25 7.84 15.59 7.5 16 7.5H18.19C18.6 7.5 18.94 7.84 18.94 8.25C18.94 8.66 18.6 9 18.19 9Z\" fill=\"\"/>\n</svg>\n</li><li title=\"bitcoin convert \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.0002 23.72C15.7302 23.72 15.4802 23.57 15.3502 23.34C15.2202 23.11 15.2202 22.82 15.3602 22.59L16.4102 20.84C16.6202 20.48 17.0802 20.37 17.4402 20.58C17.8002 20.79 17.9102 21.25 17.7002 21.61L17.4302 22.06C20.1902 21.41 22.2602 18.93 22.2602 15.97C22.2602 15.56 22.6002 15.22 23.0102 15.22C23.4202 15.22 23.7602 15.56 23.7602 15.97C23.7502 20.24 20.2702 23.72 16.0002 23.72Z\" fill=\"\"/>\n<path d=\"M1 8.71997C0.59 8.71997 0.25 8.37997 0.25 7.96997C0.25 3.69997 3.73 0.219971 8 0.219971C8.27 0.219971 8.52 0.369976 8.65 0.599976C8.78 0.829976 8.78 1.11998 8.64 1.34998L7.59 3.09998C7.38 3.45998 6.92 3.56999 6.56 3.35999C6.2 3.14999 6.09 2.69002 6.3 2.33002L6.57 1.88C3.81 2.53 1.74 5.00997 1.74 7.96997C1.75 8.37997 1.41 8.71997 1 8.71997Z\" fill=\"\"/>\n<path d=\"M9.4311 16.0801H6.62109C6.21109 16.0801 5.87109 15.7401 5.87109 15.3301V13.0801C5.87109 12.6701 6.21109 12.3301 6.62109 12.3301H9.4311C10.4311 12.3301 11.3111 13.2101 11.3111 14.2101C11.3111 15.2301 10.4611 16.0801 9.4311 16.0801ZM7.37109 14.5801H9.4311C9.6411 14.5801 9.8111 14.4101 9.8111 14.2001C9.8111 14.0501 9.6411 13.8201 9.4311 13.8201H7.37109V14.5801Z\" fill=\"\"/>\n<path d=\"M9.82938 18.3301H6.60938C6.19938 18.3301 5.85938 17.9901 5.85938 17.5801V15.3301C5.85938 14.9201 6.19938 14.5801 6.60938 14.5801H9.82938C10.9494 14.5801 11.8694 15.4201 11.8694 16.4601C11.8694 17.5001 10.9594 18.3301 9.82938 18.3301ZM7.36937 16.8301H9.83937C10.1594 16.8301 10.3794 16.6301 10.3794 16.4501C10.3794 16.2701 10.1594 16.0701 9.83937 16.0701H7.36937V16.8301Z\" fill=\"\"/>\n<path d=\"M8.41992 19.4498C8.00992 19.4498 7.66992 19.1098 7.66992 18.6998V17.5698C7.66992 17.1598 8.00992 16.8198 8.41992 16.8198C8.82992 16.8198 9.16992 17.1598 9.16992 17.5698V18.6998C9.16992 19.1198 8.82992 19.4498 8.41992 19.4498Z\" fill=\"\"/>\n<path d=\"M8.41992 13.8199C8.00992 13.8199 7.66992 13.4799 7.66992 13.0699V11.9399C7.66992 11.5299 8.00992 11.1899 8.41992 11.1899C8.82992 11.1899 9.16992 11.5299 9.16992 11.9399V13.0699C9.16992 13.4899 8.82992 13.8199 8.41992 13.8199Z\" fill=\"\"/>\n<path d=\"M8.67 22.2499C4.85 22.2499 1.75 19.14 1.75 15.33C1.75 11.52 4.86 8.40991 8.67 8.40991C8.85 8.40991 9.01 8.41993 9.19 8.42993C12.58 8.68993 15.32 11.4299 15.57 14.7999C15.58 15.0199 15.59 15.17 15.59 15.33C15.6 19.14 12.49 22.2499 8.67 22.2499ZM8.67 9.89996C5.68 9.89996 3.25 12.3299 3.25 15.3199C3.25 18.3099 5.68 20.7399 8.67 20.7399C11.66 20.7399 14.1 18.3099 14.1 15.3199C14.1 15.1899 14.09 15.0599 14.08 14.9299C13.88 12.2499 11.73 10.1099 9.09 9.90991C8.96 9.90991 8.82 9.89996 8.67 9.89996Z\" fill=\"\"/>\n<path d=\"M15.3302 15.6H14.8402C14.4502 15.6 14.1202 15.3 14.0902 14.91C13.8902 12.26 11.7502 10.12 9.10015 9.91998C8.71015 9.88998 8.41016 9.55998 8.41016 9.16998V8.67999C8.41016 4.85999 11.5202 1.76001 15.3402 1.76001C19.1602 1.76001 22.2602 4.86999 22.2602 8.67999C22.2602 12.49 19.1402 15.6 15.3302 15.6ZM9.90016 8.51001C12.7202 9.02001 14.9802 11.27 15.4902 14.1C18.4102 14.01 20.7502 11.61 20.7502 8.67999C20.7502 5.68999 18.3202 3.26001 15.3302 3.26001C12.3902 3.25001 9.99016 5.59001 9.90016 8.51001Z\" fill=\"\"/>\n</svg>\n</li><li title=\"bitcoin refresh \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.46969 12.1701C4.27969 12.1701 4.08969 12.1001 3.93969 11.9501L2.72969 10.7401L1.51969 11.9501C1.22969 12.2401 0.749687 12.2401 0.459688 11.9501C0.169688 11.6601 0.169688 11.1801 0.459688 10.8901L2.19969 9.15012C2.48969 8.86012 2.96969 8.86012 3.25969 9.15012L4.99969 10.8901C5.28969 11.1801 5.28969 11.6601 4.99969 11.9501C4.85969 12.1001 4.65969 12.1701 4.46969 12.1701Z\" fill=\"\"/>\n<path d=\"M21.2609 15.07C21.0709 15.07 20.8809 15 20.7309 14.85L18.9909 13.11C18.7009 12.82 18.7009 12.34 18.9909 12.05C19.2809 11.76 19.7609 11.76 20.0509 12.05L21.2609 13.26L22.4709 12.05C22.7609 11.76 23.2409 11.76 23.5309 12.05C23.8209 12.34 23.8209 12.82 23.5309 13.11L21.7909 14.85C21.6509 14.99 21.4509 15.07 21.2609 15.07Z\" fill=\"\"/>\n<path d=\"M21.2601 15.07C20.8501 15.07 20.5101 14.73 20.5101 14.32V12C20.5101 7.31 16.6901 3.48999 12.0001 3.48999C9.41005 3.48999 6.99005 4.64999 5.36005 6.67999C5.10005 6.99999 4.63005 7.04999 4.31005 6.79999C3.99005 6.53999 3.93006 6.07 4.19005 5.75C6.10005 3.36 8.95005 2 12.0001 2C17.5201 2 22.0101 6.49001 22.0101 12.01V14.33C22.0101 14.73 21.6801 15.07 21.2601 15.07Z\" fill=\"\"/>\n<path d=\"M12.0002 22.0099C6.48024 22.0099 1.99023 17.5199 1.99023 11.9999V9.67993C1.99023 9.26993 2.33023 8.92993 2.74023 8.92993C3.15023 8.92993 3.49023 9.26993 3.49023 9.67993V11.9999C3.49023 16.6899 7.31024 20.5099 12.0002 20.5099C14.5902 20.5099 17.0102 19.3499 18.6402 17.3199C18.9002 16.9999 19.3702 16.94 19.6902 17.2C20.0102 17.46 20.0702 17.9299 19.8102 18.2499C17.9002 20.6399 15.0502 22.0099 12.0002 22.0099Z\" fill=\"\"/>\n<path d=\"M13.38 12.75H9C8.59 12.75 8.25 12.41 8.25 12V8.5C8.25 8.09 8.59 7.75 9 7.75H13.38C14.71 7.75 15.88 8.92 15.88 10.25C15.88 11.63 14.75 12.75 13.38 12.75ZM9.75 11.25H13.37C13.92 11.25 14.37 10.8 14.37 10.25C14.37 9.8 13.92 9.25 13.37 9.25H9.75V11.25Z\" fill=\"\"/>\n<path d=\"M14 16.25H9C8.59 16.25 8.25 15.91 8.25 15.5V12C8.25 11.59 8.59 11.25 9 11.25H14C15.52 11.25 16.75 12.37 16.75 13.75C16.75 15.13 15.52 16.25 14 16.25ZM9.75 14.75H14C14.69 14.75 15.25 14.3 15.25 13.75C15.25 13.2 14.69 12.75 14 12.75H9.75V14.75Z\" fill=\"\"/>\n<path d=\"M11.8008 18C11.3908 18 11.0508 17.66 11.0508 17.25V15.5C11.0508 15.09 11.3908 14.75 11.8008 14.75C12.2108 14.75 12.5508 15.09 12.5508 15.5V17.25C12.5508 17.66 12.2108 18 11.8008 18Z\" fill=\"\"/>\n<path d=\"M11.8008 9.25C11.3908 9.25 11.0508 8.91 11.0508 8.5V6.75C11.0508 6.34 11.3908 6 11.8008 6C12.2108 6 12.5508 6.34 12.5508 6.75V8.5C12.5508 8.91 12.2108 9.25 11.8008 9.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"blend 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.9707 16.75C8.5807 16.75 8.2407 16.72 7.9207 16.67C4.1207 16.17 1.2207 12.87 1.2207 9C1.2207 4.73 4.7007 1.25 8.9707 1.25C12.8407 1.25 16.1407 4.14 16.6407 7.97C16.6907 8.27 16.7207 8.61 16.7207 9C16.7207 13.27 13.2507 16.75 8.9707 16.75ZM8.9707 2.75C5.5207 2.75 2.7207 5.55 2.7207 9C2.7207 12.12 5.0507 14.78 8.1407 15.19C8.4007 15.23 8.6707 15.25 8.9707 15.25C12.4207 15.25 15.2207 12.45 15.2207 9C15.2207 8.7 15.2007 8.43 15.1607 8.19C14.7507 5.08 12.1007 2.75 8.9707 2.75Z\" fill=\"\"/>\n<path d=\"M14.9692 22.7502C11.0992 22.7502 7.79916 19.8602 7.29916 16.0302C7.26916 15.7902 7.34916 15.5602 7.51916 15.3902C7.68916 15.2202 7.93916 15.1502 8.16916 15.1902C8.40916 15.2302 8.66916 15.2502 8.96916 15.2502C12.4192 15.2502 15.2192 12.4502 15.2192 9.00022C15.2192 8.70022 15.1992 8.43022 15.1592 8.19022C15.1192 7.96022 15.1992 7.72022 15.3592 7.55022C15.5192 7.38022 15.7492 7.29022 15.9992 7.33022C19.8292 7.83022 22.7192 11.1302 22.7192 15.0002C22.7192 19.2702 19.2492 22.7502 14.9692 22.7502ZM8.97916 16.7502C9.73916 19.3702 12.1692 21.2502 14.9692 21.2502C18.4192 21.2502 21.2192 18.4502 21.2192 15.0002C21.2192 12.2002 19.3392 9.76022 16.7192 9.01022C16.7192 13.2702 13.2492 16.7502 8.97916 16.7502Z\" fill=\"\"/>\n<path d=\"M15.4295 16.1598C15.2395 16.1598 15.0495 16.0898 14.8995 15.9498L13.5995 14.6698C13.3095 14.3798 13.2995 13.8998 13.5895 13.6098C13.8795 13.3198 14.3495 13.3098 14.6495 13.5998L15.9495 14.8798C16.2395 15.1698 16.2495 15.6498 15.9595 15.9398C15.8195 16.0798 15.6195 16.1598 15.4295 16.1598Z\" fill=\"\"/>\n<path d=\"M16.9702 12.7499C16.7802 12.7499 16.5902 12.6799 16.4402 12.5299L15.4402 11.5299C15.1502 11.2399 15.1502 10.7599 15.4402 10.4699C15.7302 10.1799 16.2102 10.1799 16.5002 10.4699L17.5002 11.4699C17.7902 11.7599 17.7902 12.2399 17.5002 12.5299C17.3602 12.6799 17.1702 12.7499 16.9702 12.7499Z\" fill=\"\"/>\n<path d=\"M11.9702 17.7499C11.7802 17.7499 11.5902 17.6799 11.4402 17.5299L10.4402 16.5299C10.1502 16.2399 10.1502 15.7599 10.4402 15.4699C10.7302 15.1799 11.2102 15.1799 11.5002 15.4699L12.5002 16.4699C12.7902 16.7599 12.7902 17.2399 12.5002 17.5299C12.3602 17.6799 12.1702 17.7499 11.9702 17.7499Z\" fill=\"\"/>\n</svg>\n</li><li title=\"blend \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.9707 18.75C14.3007 18.75 12.7007 18.13 11.4707 17.02C11.3107 16.88 11.2207 16.67 11.2207 16.46C11.2207 16.25 11.3107 16.04 11.4707 15.9C12.5807 14.92 13.2207 13.5 13.2207 12C13.2207 10.5 12.5807 9.08 11.4707 8.1C11.3107 7.96 11.2207 7.76 11.2207 7.54C11.2207 7.33 11.3107 7.12 11.4707 6.98C12.7107 5.86 14.3007 5.25 15.9707 5.25C19.6907 5.25 22.7207 8.28 22.7207 12C22.7207 15.72 19.7007 18.75 15.9707 18.75ZM13.1007 16.39C13.9507 16.95 14.9407 17.25 15.9807 17.25C18.8707 17.25 21.2307 14.89 21.2307 12C21.2307 9.11 18.8707 6.75 15.9807 6.75C14.9507 6.75 13.9507 7.05 13.1007 7.61C14.1407 8.82 14.7307 10.37 14.7307 12C14.7307 13.63 14.1407 15.18 13.1007 16.39Z\" fill=\"\"/>\n<path d=\"M7.9707 18.75C4.2507 18.75 1.2207 15.72 1.2207 12C1.2207 8.28 4.2507 5.25 7.9707 5.25C9.6407 5.25 11.2407 5.87 12.4707 6.98C13.8907 8.24 14.7207 10.07 14.7207 12C14.7207 13.93 13.9007 15.75 12.4707 17.02C11.2407 18.13 9.6407 18.75 7.9707 18.75ZM7.9707 6.75C5.0807 6.75 2.7207 9.11 2.7207 12C2.7207 14.89 5.0807 17.25 7.9707 17.25C9.2707 17.25 10.5107 16.77 11.4707 15.9C12.5907 14.91 13.2207 13.49 13.2207 12C13.2207 10.51 12.5807 9.08 11.4707 8.1C10.5107 7.23 9.2707 6.75 7.9707 6.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"bluetooth 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.1299 22.7501C11.8599 22.7501 11.6498 22.6801 11.4998 22.6101C11.1398 22.4401 10.5298 21.9701 10.5298 20.7101V14.2601L5.13986 19.2001C4.83986 19.4801 4.35983 19.4601 4.07983 19.1501C3.79983 18.8401 3.81985 18.3701 4.12985 18.0901L10.5298 12.2201V11.7701L4.12985 5.90008C3.81985 5.62008 3.79983 5.15008 4.07983 4.84008C4.35983 4.54008 4.83986 4.51009 5.13986 4.79009L10.5298 9.73009V3.28008C10.5298 2.02008 11.1398 1.54009 11.4998 1.38009C11.8598 1.21009 12.6098 1.05007 13.5798 1.86007L17.4298 5.07009C17.8498 5.42009 18.0998 5.9201 18.1098 6.4501C18.1198 6.98009 17.8998 7.49007 17.4898 7.86007L12.9898 11.9901L17.4898 16.1201C17.8898 16.4901 18.1198 17.0101 18.1098 17.5301C18.0998 18.0601 17.8498 18.5601 17.4298 18.9101L13.5798 22.1201C13.0098 22.6101 12.5099 22.7501 12.1299 22.7501ZM12.0298 13.1501V20.7101C12.0298 21.0801 12.1098 21.2401 12.1498 21.2601C12.1598 21.2501 12.3398 21.2101 12.6198 20.9801L16.4698 17.7701C16.5598 17.6901 16.6098 17.6001 16.6098 17.5001C16.6098 17.4001 16.5699 17.3101 16.4799 17.2301L12.0298 13.1501ZM12.1198 2.75008C12.1098 2.76008 12.0298 2.93009 12.0298 3.29009V10.8501L16.4799 6.77007C16.5699 6.69007 16.6098 6.60008 16.6098 6.50008C16.6098 6.40008 16.5598 6.31009 16.4698 6.23009L12.6098 3.02007C12.3498 2.80007 12.1798 2.75008 12.1198 2.75008Z\" fill=\"\"/>\n<path d=\"M5 13.75C4.04 13.75 3.25 12.96 3.25 12C3.25 11.04 4.04 10.25 5 10.25C5.96 10.25 6.75 11.04 6.75 12C6.75 12.96 5.96 13.75 5 13.75ZM5 11.75C4.86 11.75 4.75 11.86 4.75 12C4.75 12.28 5.25 12.28 5.25 12C5.25 11.86 5.14 11.75 5 11.75Z\" fill=\"\"/>\n<path d=\"M19 13.75C18.04 13.75 17.25 12.96 17.25 12C17.25 11.04 18.04 10.25 19 10.25C19.96 10.25 20.75 11.04 20.75 12C20.75 12.96 19.96 13.75 19 13.75ZM19 11.75C18.86 11.75 18.75 11.86 18.75 12C18.75 12.28 19.25 12.28 19.25 12C19.25 11.86 19.14 11.75 19 11.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"bluetooth circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.6 18.1099C12.38 18.1099 12.21 18.0499 12.11 18.0099C11.89 17.9099 11.3901 17.5799 11.3901 16.6699V13.9999L9.09004 16.1099C8.79004 16.3899 8.31004 16.3699 8.03004 16.0599C7.75004 15.7499 7.77003 15.2799 8.08003 14.9999L11.36 11.9899L8.08003 8.97994C7.77003 8.69994 7.75004 8.22994 8.03004 7.91994C8.31004 7.61994 8.79004 7.58993 9.09004 7.86993L11.3901 9.97994V7.31994C11.3901 6.41994 11.89 6.08994 12.11 5.97994C12.32 5.87994 12.9 5.70993 13.6 6.27993L15.66 7.99993C15.96 8.24993 16.14 8.61993 16.15 8.99993C16.16 9.37993 16 9.75992 15.71 10.0199L13.58 11.9699L15.71 13.9199C16 14.1899 16.16 14.5599 16.15 14.9399C16.14 15.3199 15.96 15.6899 15.66 15.9399L13.6 17.6599C13.22 18.0199 12.87 18.1099 12.6 18.1099ZM12.9 13.4099V16.3299L14.5701 14.9399L12.9 13.4099ZM12.9 7.66994V10.5899L14.5701 9.05993L12.9 7.66994Z\" fill=\"\"/>\n<path d=\"M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"bluetooth rectangle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.6 18.1099C12.38 18.1099 12.21 18.0499 12.11 18.0099C11.89 17.9099 11.3901 17.5799 11.3901 16.6699V13.9999L9.09004 16.1099C8.79004 16.3899 8.31004 16.3699 8.03004 16.0599C7.75004 15.7499 7.77003 15.2799 8.08003 14.9999L11.36 11.9899L8.08003 8.97994C7.77003 8.69994 7.75004 8.22994 8.03004 7.91994C8.31004 7.61994 8.79004 7.58993 9.09004 7.86993L11.3901 9.97994V7.31994C11.3901 6.41994 11.89 6.08994 12.11 5.97994C12.32 5.87994 12.9 5.70993 13.6 6.27993L15.66 7.99993C15.96 8.24993 16.14 8.61993 16.15 8.99993C16.16 9.37993 16 9.75992 15.71 10.0199L13.58 11.9699L15.71 13.9199C16 14.1899 16.16 14.5599 16.15 14.9399C16.14 15.3199 15.96 15.6899 15.66 15.9399L13.6 17.6599C13.22 18.0199 12.87 18.1099 12.6 18.1099ZM12.9 13.4099V16.3299L14.5701 14.9399L12.9 13.4099ZM12.9 7.66994V10.5899L14.5701 9.05993L12.9 7.66994Z\" fill=\"\"/>\n<path d=\"M15 22.75H9C5.56 22.75 3.25 20.44 3.25 17V7C3.25 3.56 5.56 1.25 9 1.25H15C18.44 1.25 20.75 3.56 20.75 7V17C20.75 20.44 18.44 22.75 15 22.75ZM9 2.75C6.42 2.75 4.75 4.42 4.75 7V17C4.75 19.58 6.42 21.25 9 21.25H15C17.58 21.25 19.25 19.58 19.25 17V7C19.25 4.42 17.58 2.75 15 2.75H9Z\" fill=\"\"/>\n</svg>\n</li><li title=\"bluetooth \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.1299 22.7501C12.8599 22.7501 12.6498 22.6801 12.4998 22.6101C12.1398 22.4401 11.5298 21.9701 11.5298 20.7101V14.2601L6.13986 19.2001C5.83986 19.4801 5.35983 19.4601 5.07983 19.1501C4.79983 18.8401 4.81985 18.3701 5.12985 18.0901L11.5298 12.2201V11.7701L5.12985 5.90008C4.81985 5.62008 4.79983 5.15008 5.07983 4.84008C5.35983 4.54008 5.83986 4.51009 6.13986 4.79009L11.5298 9.73009V3.28008C11.5298 2.02008 12.1398 1.54009 12.4998 1.38009C12.8598 1.21009 13.6098 1.05007 14.5798 1.86007L18.4298 5.07009C18.8498 5.42009 19.0998 5.9201 19.1098 6.4501C19.1198 6.98009 18.8998 7.49007 18.4898 7.86007L13.9898 11.9901L18.4898 16.1201C18.8898 16.4901 19.1198 17.0101 19.1098 17.5301C19.0998 18.0601 18.8498 18.5601 18.4298 18.9101L14.5798 22.1201C14.0098 22.6101 13.5099 22.7501 13.1299 22.7501ZM13.0298 13.1501V20.7101C13.0298 21.0801 13.1098 21.2401 13.1498 21.2601C13.1598 21.2501 13.3398 21.2101 13.6198 20.9801L17.4698 17.7701C17.5598 17.6901 17.6098 17.6001 17.6098 17.5001C17.6098 17.4001 17.5699 17.3101 17.4799 17.2301L13.0298 13.1501ZM13.1198 2.75008C13.1098 2.76008 13.0298 2.93009 13.0298 3.29009V10.8501L17.4799 6.77007C17.5699 6.69007 17.6098 6.60008 17.6098 6.50008C17.6098 6.40008 17.5598 6.31009 17.4698 6.23009L13.6098 3.02007C13.3498 2.80007 13.1798 2.75008 13.1198 2.75008Z\" fill=\"\"/>\n</svg>\n</li><li title=\"blur \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.0005 22.75C7.12049 22.75 3.15051 18.78 3.15051 13.9C3.12051 8.17 8.58048 3.4 10.9305 1.61C11.5605 1.13 12.4405 1.13 13.0705 1.61C15.4205 3.43 20.8805 8.26 20.8505 13.91C20.8505 18.78 16.8805 22.75 12.0005 22.75ZM12.0005 2.75C11.9505 2.75 11.8905 2.77 11.8405 2.81C10.1505 4.1 4.63046 8.71 4.66046 13.9C4.66046 17.96 7.9605 21.25 12.0105 21.25C16.0605 21.25 19.3605 17.96 19.3605 13.91C19.3905 8.79 13.8605 4.12 12.1605 2.81C12.1005 2.77 12.0505 2.75 12.0005 2.75Z\" fill=\"\"/>\n<path d=\"M12 22.75C11.59 22.75 11.25 22.41 11.25 22V2C11.25 1.59 11.59 1.25 12 1.25C12.41 1.25 12.75 1.59 12.75 2V22C12.75 22.41 12.41 22.75 12 22.75Z\" fill=\"\"/>\n<path d=\"M11.9999 19.7102C11.7199 19.7102 11.4499 19.5502 11.3199 19.2902C11.1399 18.9202 11.2899 18.4702 11.6699 18.2902L19.3699 14.5502C19.7399 14.3702 20.1899 14.5302 20.3699 14.9002C20.5499 15.2702 20.4 15.7202 20.02 15.9002L12.3199 19.6402C12.2199 19.6802 12.1099 19.7102 11.9999 19.7102Z\" fill=\"\"/>\n<path d=\"M11.9999 14.7101C11.7199 14.7101 11.4499 14.5501 11.3199 14.2901C11.1399 13.9201 11.2899 13.4701 11.6699 13.2901L19.0399 9.71008C19.4099 9.53008 19.8599 9.68008 20.0399 10.0601C20.2199 10.4401 20.0699 10.8801 19.6899 11.0601L12.3199 14.6401C12.2199 14.6801 12.1099 14.7101 11.9999 14.7101Z\" fill=\"\"/>\n<path d=\"M11.9999 9.70997C11.7199 9.70997 11.4499 9.54997 11.3199 9.28997C11.1399 8.91997 11.2899 8.46997 11.6699 8.28997L16.7 5.84997C17.07 5.66997 17.52 5.82996 17.7 6.19996C17.88 6.56996 17.7299 7.01996 17.3499 7.19996L12.3199 9.63997C12.2199 9.67997 12.1099 9.70997 11.9999 9.70997Z\" fill=\"\"/>\n</svg>\n</li><li title=\"book 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22.08C11.7 22.08 11.4 22.01 11.15 21.87C9.28 20.85 5.99 19.77 3.93 19.5L3.64 19.46C2.33 19.3 1.25 18.07 1.25 16.74V4.66001C1.25 3.87001 1.56 3.15001 2.13 2.63001C2.7 2.11001 3.44 1.86001 4.22 1.93001C6.42 2.10001 9.74 3.20001 11.62 4.38001L11.86 4.52001C11.93 4.56001 12.08 4.56001 12.14 4.53001L12.3 4.43001C14.18 3.25001 17.5 2.13001 19.71 1.94001C19.73 1.94001 19.81 1.94001 19.83 1.94001C20.56 1.87001 21.31 2.13001 21.87 2.65001C22.44 3.17001 22.75 3.89001 22.75 4.68001V16.75C22.75 18.09 21.67 19.31 20.35 19.47L20.02 19.51C17.96 19.78 14.66 20.87 12.83 21.88C12.59 22.02 12.3 22.08 12 22.08ZM3.98 3.42001C3.66 3.42001 3.37 3.53001 3.14 3.74001C2.89 3.97001 2.75 4.30001 2.75 4.66001V16.74C2.75 17.33 3.26 17.9 3.83 17.98L4.13 18.02C6.38 18.32 9.83 19.45 11.83 20.54C11.92 20.58 12.05 20.59 12.1 20.57C14.1 19.46 17.57 18.32 19.83 18.02L20.17 17.98C20.74 17.91 21.25 17.33 21.25 16.74V4.67001C21.25 4.30001 21.11 3.98001 20.86 3.74001C20.6 3.51001 20.27 3.40001 19.9 3.42001C19.88 3.42001 19.8 3.42001 19.78 3.42001C17.87 3.59001 14.79 4.62001 13.11 5.67001L12.95 5.78001C12.4 6.12001 11.62 6.12001 11.09 5.79001L10.85 5.65001C9.14 4.60001 6.06 3.58001 4.1 3.42001C4.06 3.42001 4.02 3.42001 3.98 3.42001Z\" fill=\"\"/>\n<path d=\"M12 21.24C11.59 21.24 11.25 20.9 11.25 20.49V5.48999C11.25 5.07999 11.59 4.73999 12 4.73999C12.41 4.73999 12.75 5.07999 12.75 5.48999V20.49C12.75 20.91 12.41 21.24 12 21.24Z\" fill=\"\"/>\n<path d=\"M7.75 9.23999H5.5C5.09 9.23999 4.75 8.89999 4.75 8.48999C4.75 8.07999 5.09 7.73999 5.5 7.73999H7.75C8.16 7.73999 8.5 8.07999 8.5 8.48999C8.5 8.89999 8.16 9.23999 7.75 9.23999Z\" fill=\"\"/>\n<path d=\"M8.5 12.24H5.5C5.09 12.24 4.75 11.9 4.75 11.49C4.75 11.08 5.09 10.74 5.5 10.74H8.5C8.91 10.74 9.25 11.08 9.25 11.49C9.25 11.9 8.91 12.24 8.5 12.24Z\" fill=\"\"/>\n</svg>\n</li><li title=\"book saved \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9998 22.08C11.6998 22.08 11.3998 22.01 11.1498 21.87C9.27978 20.85 5.99976 19.77 3.93976 19.5L3.64978 19.46C2.33978 19.3 1.25977 18.07 1.25977 16.74V4.65999C1.25977 3.86999 1.56977 3.15002 2.13977 2.63002C2.70977 2.11002 3.44974 1.86001 4.22974 1.93001C6.41974 2.11001 9.73975 3.21002 11.6198 4.38002L11.8597 4.52003C11.9297 4.55003 12.0798 4.56003 12.1398 4.52003L12.2997 4.42C12.9697 4 13.8097 3.58999 14.7297 3.21999C14.9597 3.12999 15.2197 3.16 15.4297 3.3C15.6397 3.44 15.7598 3.67 15.7598 3.92V6.59999L16.5898 6.05C16.8398 5.88 17.1697 5.88 17.4197 6.05L18.2498 6.59999V2.78004C18.2498 2.42004 18.5097 2.10999 18.8597 2.03999C19.1497 1.98999 19.4398 1.95001 19.6998 1.93001C19.7198 1.93001 19.7998 1.93001 19.8198 1.93001C20.5498 1.87001 21.2997 2.12003 21.8597 2.64003C22.4297 3.16003 22.7397 3.88 22.7397 4.67V16.74C22.7397 18.08 21.6598 19.3 20.3398 19.46L20.0098 19.5C17.9498 19.77 14.6498 20.86 12.8198 21.87C12.5998 22.01 12.2998 22.08 11.9998 22.08ZM3.97974 3.40999C3.65974 3.40999 3.36977 3.51999 3.13977 3.73C2.88977 3.96 2.74976 4.28999 2.74976 4.65999V16.74C2.74976 17.33 3.25977 17.9 3.82977 17.98L4.12976 18.02C6.37976 18.32 9.82977 19.45 11.8298 20.55C11.9198 20.59 12.0497 20.6 12.0997 20.58C14.1097 19.47 17.5698 18.33 19.8298 18.03L20.1697 17.99C20.7397 17.92 21.2498 17.34 21.2498 16.75V4.68001C21.2498 4.31001 21.1097 3.99001 20.8597 3.75001C20.6097 3.52001 20.2598 3.41001 19.8998 3.43001C19.8698 3.43001 19.7798 3.43001 19.7598 3.43001V8.00001C19.7598 8.28001 19.6097 8.52999 19.3597 8.65999C19.1097 8.78999 18.8198 8.78001 18.5898 8.62001L17.0098 7.57002L15.4297 8.62001C15.1997 8.77001 14.9097 8.78999 14.6597 8.65999C14.4197 8.52999 14.2598 8.28001 14.2598 8.00001V5.07002C13.8298 5.28002 13.4397 5.49002 13.0997 5.69002L12.9398 5.78999C12.3898 6.12999 11.6098 6.13 11.0798 5.8L10.8398 5.65004C9.14978 4.59004 6.06974 3.56999 4.10974 3.40999C4.05974 3.40999 4.01974 3.40999 3.97974 3.40999Z\" fill=\"\"/>\n<path d=\"M12 21.2402C11.59 21.2402 11.25 20.9002 11.25 20.4902V5.49023C11.25 5.08023 11.59 4.74023 12 4.74023C12.41 4.74023 12.75 5.08023 12.75 5.49023V20.4902C12.75 20.9102 12.41 21.2402 12 21.2402Z\" fill=\"\"/>\n<path d=\"M19 8.74999C18.85 8.74999 18.71 8.70998 18.58 8.61998L17 7.57L15.42 8.61998C15.19 8.76998 14.9 8.78996 14.65 8.65996C14.41 8.52996 14.25 8.27999 14.25 7.99999V3.91997C14.25 3.60997 14.44 3.33996 14.72 3.21996C16.1 2.66996 17.61 2.23997 18.88 2.03997C19.1 1.99997 19.32 2.07001 19.49 2.21001C19.66 2.35001 19.75 2.56002 19.75 2.78002V7.99999C19.75 8.27999 19.6 8.52996 19.35 8.65996C19.24 8.71996 19.12 8.74999 19 8.74999ZM17 5.91997C17.14 5.91997 17.29 5.95998 17.42 6.04998L18.25 6.59996V3.68999C17.45 3.86999 16.58 4.12999 15.75 4.43999V6.59996L16.58 6.04998C16.71 5.95998 16.86 5.91997 17 5.91997Z\" fill=\"\"/>\n</svg>\n</li><li title=\"book square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n<path d=\"M12.0001 18.9501C11.7601 18.9501 11.5201 18.8901 11.3201 18.7801C10.1601 18.1501 8.11013 17.4701 6.82013 17.3001L6.63013 17.2701C5.65013 17.1501 4.87012 16.2701 4.87012 15.2601V7.56009C4.87012 6.99009 5.11014 6.44009 5.52014 6.06009C5.94014 5.68009 6.48012 5.4901 7.06012 5.5401C8.52012 5.6601 10.6401 6.3601 11.8901 7.1401L11.9901 7.2001L12.0302 7.1701C13.2902 6.3801 15.4101 5.6701 16.8801 5.5401C16.9001 5.5401 16.9601 5.5401 16.9801 5.5401C17.5001 5.4901 18.0601 5.69009 18.4701 6.06009C18.8901 6.44009 19.1201 6.97008 19.1201 7.55008V15.2401C19.1201 16.2401 18.3401 17.1201 17.3501 17.2501L17.1401 17.2801C15.8601 17.4501 13.8001 18.1301 12.6601 18.7601C12.4701 18.9001 12.2401 18.9501 12.0001 18.9501ZM6.89014 7.05008C6.75014 7.05008 6.6301 7.10008 6.5401 7.18008C6.4301 7.28008 6.38013 7.4201 6.38013 7.5701V15.2701C6.38013 15.5101 6.60014 15.7601 6.83014 15.7901L7.02014 15.8201C8.48014 16.0201 10.7201 16.7501 12.0201 17.4601C13.2301 16.7601 15.4801 16.0101 16.9501 15.8201L17.1701 15.7901C17.4001 15.7601 17.6201 15.5101 17.6201 15.2701V7.58007C17.6201 7.42007 17.5601 7.29009 17.4601 7.19009C17.3501 7.09009 17.2101 7.05009 17.0501 7.06009C17.0301 7.06009 16.9701 7.06009 16.9501 7.06009C15.7901 7.16009 13.8801 7.80008 12.8401 8.46008L12.7401 8.52008C12.3001 8.79008 11.6801 8.79009 11.2601 8.53009L11.1101 8.44009C10.0601 7.78009 8.15012 7.15008 6.94012 7.05008C6.92012 7.05008 6.91014 7.05008 6.89014 7.05008Z\" fill=\"\"/>\n<path d=\"M12 18.4101C11.59 18.4101 11.25 18.0701 11.25 17.6601V8.1001C11.25 7.6901 11.59 7.3501 12 7.3501C12.41 7.3501 12.75 7.6901 12.75 8.1001V17.6601C12.75 18.0801 12.41 18.4101 12 18.4101Z\" fill=\"\"/>\n</svg>\n</li><li title=\"book \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.5 18.75C3.09 18.75 2.75 18.41 2.75 18V7C2.75 2.59 4.09 1.25 8.5 1.25H15.5C19.91 1.25 21.25 2.59 21.25 7V17C21.25 17.16 21.25 17.31 21.24 17.47C21.21 17.88 20.84 18.2 20.44 18.17C20.03 18.14 19.71 17.78 19.74 17.37C19.75 17.25 19.75 17.12 19.75 17V7C19.75 3.43 19.08 2.75 15.5 2.75H8.5C4.92 2.75 4.25 3.43 4.25 7V18C4.25 18.41 3.91 18.75 3.5 18.75Z\" fill=\"\"/>\n<path d=\"M17 22.75H7C4.66 22.75 2.75 20.84 2.75 18.5V17.85C2.75 15.86 4.37 14.25 6.35 14.25H20.5C20.91 14.25 21.25 14.59 21.25 15V18.5C21.25 20.84 19.34 22.75 17 22.75ZM6.35 15.75C5.19 15.75 4.25 16.69 4.25 17.85V18.5C4.25 20.02 5.48 21.25 7 21.25H17C18.52 21.25 19.75 20.02 19.75 18.5V15.75H6.35Z\" fill=\"\"/>\n<path d=\"M16 7.75H8C7.59 7.75 7.25 7.41 7.25 7C7.25 6.59 7.59 6.25 8 6.25H16C16.41 6.25 16.75 6.59 16.75 7C16.75 7.41 16.41 7.75 16 7.75Z\" fill=\"\"/>\n<path d=\"M13 11.25H8C7.59 11.25 7.25 10.91 7.25 10.5C7.25 10.09 7.59 9.75 8 9.75H13C13.41 9.75 13.75 10.09 13.75 10.5C13.75 10.91 13.41 11.25 13 11.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"bookmark 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.31 15.02C14.73 15.02 14.1 14.83 13.47 14.44L12.15 13.64C12.09 13.6 11.91 13.6 11.85 13.64L10.53 14.44C9.45 15.1 8.39 15.2 7.54 14.72C6.71 14.25 6.25 13.31 6.25 12.08V5.03C6.25 2.59 7.58 1.25 10 1.25H14C16.42 1.25 17.75 2.59 17.75 5.03V12.08C17.75 13.32 17.29 14.26 16.46 14.72C16.11 14.92 15.72 15.02 15.31 15.02ZM12 12.11C12.33 12.11 12.66 12.19 12.93 12.35L14.25 13.15C14.84 13.51 15.38 13.6 15.72 13.41C16.05 13.22 16.24 12.73 16.24 12.07V5.03C16.24 3.43 15.57 2.75 13.99 2.75H9.99C8.41 2.75 7.74 3.43 7.74 5.03V12.08C7.74 12.74 7.93 13.23 8.26 13.42C8.6 13.61 9.14 13.52 9.73 13.16L11.05 12.36C11.34 12.19 11.67 12.11 12 12.11Z\" fill=\"\"/>\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.41 1.25 14.93V11.9C1.25 7.24001 2.93 4.88001 6.69 4.25001C7.09 4.18001 7.48 4.46001 7.55 4.87001C7.62 5.28001 7.34 5.66001 6.93 5.73001C3.92 6.23001 2.74 7.96001 2.74 11.9V14.93C2.74 19.54 4.43 21.25 8.99 21.25H14.99C19.55 21.25 21.24 19.54 21.24 14.93V11.9C21.24 7.90001 20.02 6.17001 16.88 5.70001C16.47 5.64001 16.19 5.26001 16.25 4.85001C16.31 4.44001 16.69 4.16001 17.1 4.22001C21 4.80001 22.74 7.16001 22.74 11.9V14.93C22.75 20.41 20.43 22.75 15 22.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"bookmark \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n<path d=\"M8.68 15.3299C8.26 15.3299 7.87 15.2299 7.53 15.0399C6.7 14.5699 6.25 13.6399 6.25 12.4199V2.43994C6.25 2.02994 6.59 1.68994 7 1.68994C7.41 1.68994 7.75 2.02994 7.75 2.43994V12.4199C7.75 13.0699 7.94 13.5499 8.27 13.7299C8.62 13.9299 9.16 13.8299 9.75 13.4799L11.07 12.6899C11.61 12.3699 12.38 12.3699 12.92 12.6899L14.24 13.4799C14.84 13.8399 15.38 13.9299 15.72 13.7299C16.05 13.5399 16.24 13.0599 16.24 12.4199V2.43994C16.24 2.02994 16.58 1.68994 16.99 1.68994C17.4 1.68994 17.74 2.02994 17.74 2.43994V12.4199C17.74 13.6399 17.29 14.5699 16.46 15.0399C15.63 15.5099 14.54 15.4099 13.47 14.7699L12.15 13.9799C12.09 13.9399 11.9 13.9399 11.84 13.9799L10.52 14.7699C9.9 15.1399 9.26 15.3299 8.68 15.3299Z\" fill=\"\"/>\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n<path d=\"M8.68 15.3299C8.26 15.3299 7.87 15.2299 7.53 15.0399C6.7 14.5699 6.25 13.6399 6.25 12.4199V2.43994C6.25 2.02994 6.59 1.68994 7 1.68994C7.41 1.68994 7.75 2.02994 7.75 2.43994V12.4199C7.75 13.0699 7.94 13.5499 8.27 13.7299C8.62 13.9299 9.16 13.8299 9.75 13.4799L11.07 12.6899C11.61 12.3699 12.38 12.3699 12.92 12.6899L14.24 13.4799C14.84 13.8399 15.38 13.9299 15.72 13.7299C16.05 13.5399 16.24 13.0599 16.24 12.4199V2.43994C16.24 2.02994 16.58 1.68994 16.99 1.68994C17.4 1.68994 17.74 2.02994 17.74 2.43994V12.4199C17.74 13.6399 17.29 14.5699 16.46 15.0399C15.63 15.5099 14.54 15.4099 13.47 14.7699L12.15 13.9799C12.09 13.9399 11.9 13.9399 11.84 13.9799L10.52 14.7699C9.9 15.1399 9.26 15.3299 8.68 15.3299Z\" fill=\"\"/>\n</svg>\n</li><li title=\"box 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9991 13.3001C11.8691 13.3001 11.7391 13.2701 11.6191 13.2001L2.78911 8.0901C2.43911 7.8801 2.30911 7.4201 2.51911 7.0601C2.72911 6.7001 3.18911 6.5801 3.54911 6.7901L11.9991 11.6801L20.3991 6.8201C20.7591 6.6101 21.2191 6.7401 21.4291 7.0901C21.6391 7.4501 21.5091 7.9101 21.1591 8.1201L12.3891 13.2001C12.2591 13.2601 12.1291 13.3001 11.9991 13.3001Z\" fill=\"\"/>\n<path d=\"M12 22.36C11.59 22.36 11.25 22.02 11.25 21.61V12.54C11.25 12.13 11.59 11.79 12 11.79C12.41 11.79 12.75 12.13 12.75 12.54V21.61C12.75 22.02 12.41 22.36 12 22.36Z\" fill=\"\"/>\n<path d=\"M12.0006 22.75C11.1206 22.75 10.2506 22.56 9.56063 22.18L4.22062 19.21C2.77062 18.41 1.64062 16.48 1.64062 14.82V9.17C1.64062 7.51 2.77062 5.59 4.22062 4.78L9.56063 1.82C10.9306 1.06 13.0706 1.06 14.4406 1.82L19.7806 4.79C21.2306 5.59 22.3606 7.52 22.3606 9.18V14.83C22.3606 16.49 21.2306 18.41 19.7806 19.22L14.4406 22.18C13.7506 22.56 12.8806 22.75 12.0006 22.75ZM12.0006 2.75C11.3706 2.75 10.7506 2.88 10.2906 3.13L4.95062 6.1C3.99062 6.63 3.14063 8.07 3.14063 9.17V14.82C3.14063 15.92 3.99062 17.36 4.95062 17.9L10.2906 20.87C11.2006 21.38 12.8006 21.38 13.7106 20.87L19.0506 17.9C20.0106 17.36 20.8606 15.93 20.8606 14.82V9.17C20.8606 8.07 20.0106 6.63 19.0506 6.09L13.7106 3.12C13.2506 2.88 12.6306 2.75 12.0006 2.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"box 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9994 22.75C11.9394 22.75 11.8794 22.74 11.8294 22.73C11.7694 22.72 11.7094 22.69 11.6494 22.66L9.43938 21.56C9.06938 21.37 8.91937 20.92 9.09937 20.55C9.28937 20.18 9.73938 20.03 10.1094 20.21L11.2494 20.78V19.22C11.2494 18.81 11.5894 18.47 11.9994 18.47C12.4094 18.47 12.7494 18.81 12.7494 19.22V20.78L13.8894 20.21C14.2594 20.03 14.7094 20.18 14.8994 20.55C15.0894 20.92 14.9394 21.37 14.5594 21.56L12.3494 22.66C12.2894 22.69 12.2294 22.71 12.1694 22.73C12.1094 22.74 12.0594 22.75 11.9994 22.75ZM18.6694 19.42C18.3994 19.42 18.1294 19.27 17.9994 19.01C17.8094 18.64 17.9594 18.19 18.3394 18L20.1494 17.1V14.79C20.1494 14.38 20.4894 14.04 20.8994 14.04C21.3094 14.04 21.6494 14.38 21.6494 14.79V17.57C21.6494 17.85 21.4894 18.11 21.2394 18.24L19.0194 19.35C18.8894 19.39 18.7794 19.42 18.6694 19.42ZM5.32938 19.42C5.21938 19.42 5.09937 19.39 4.99937 19.34L2.77937 18.23C2.52937 18.1 2.36938 17.84 2.36938 17.56V14.78C2.36938 14.37 2.70938 14.03 3.11938 14.03C3.52938 14.03 3.86938 14.37 3.86938 14.78V17.09L5.67937 17.99C6.04937 18.18 6.19937 18.63 6.01937 19C5.86937 19.26 5.60938 19.42 5.32938 19.42ZM11.9994 14.42C11.5894 14.42 11.2494 14.08 11.2494 13.67V11.36L9.43938 10.46C9.06938 10.27 8.91937 9.82004 9.09937 9.45004C9.28937 9.08004 9.73938 8.93004 10.1094 9.11004L11.9994 10.05L13.8894 9.11004C14.2594 8.93004 14.7094 9.07004 14.8994 9.45004C15.0894 9.83004 14.9394 10.27 14.5594 10.46L12.7494 11.36V13.67C12.7494 14.08 12.4094 14.42 11.9994 14.42ZM20.8894 9.97004C20.4794 9.97004 20.1394 9.63004 20.1394 9.22004V7.66005L18.9994 8.23004C18.6294 8.42004 18.1794 8.27004 17.9894 7.89004C17.7994 7.52004 17.9494 7.07005 18.3294 6.88005L19.2094 6.44004L18.3294 6.00004C17.9594 5.81004 17.8094 5.36005 17.9894 4.99005C18.1794 4.62005 18.6294 4.47004 18.9994 4.65004L21.2094 5.75004C21.2294 5.76004 21.2594 5.77003 21.2794 5.79003C21.3394 5.82003 21.3894 5.87004 21.4394 5.92004C21.4694 5.96004 21.4994 6.00003 21.5294 6.04003C21.5694 6.11003 21.5994 6.18004 21.6194 6.26004C21.6294 6.32004 21.6394 6.38003 21.6394 6.43003V6.44004V9.20004C21.6394 9.64004 21.2994 9.97004 20.8894 9.97004ZM3.10938 9.97004C2.69938 9.97004 2.35938 9.63004 2.35938 9.22004V6.46005V6.45004C2.35938 6.39004 2.36937 6.33004 2.37937 6.28004C2.39937 6.20004 2.42938 6.13004 2.46938 6.06004C2.49938 6.01004 2.52937 5.97003 2.56937 5.93003C2.60937 5.89003 2.65937 5.85005 2.70937 5.82005C2.72937 5.81005 2.75937 5.79004 2.77937 5.78004L4.98937 4.68003C5.35937 4.50003 5.80937 4.64005 5.99937 5.02005C6.18937 5.40005 6.03938 5.84004 5.65938 6.03004L4.77937 6.47004L5.65938 6.91005C6.02938 7.10005 6.17937 7.55004 5.99937 7.92004C5.80937 8.29004 5.36937 8.44004 4.98937 8.26004L3.84937 7.69004V9.25004C3.85937 9.64004 3.52937 9.97004 3.10938 9.97004ZM14.2194 3.86004C14.1094 3.86004 13.9894 3.83004 13.8894 3.78004L11.9994 2.84004L10.1094 3.78004C9.73938 3.97004 9.28937 3.82004 9.09937 3.44004C8.90937 3.07004 9.05938 2.62003 9.43938 2.43003L11.6594 1.32005C11.8694 1.21005 12.1194 1.21005 12.3294 1.32005L14.5494 2.43003C14.9194 2.62003 15.0694 3.07004 14.8894 3.44004C14.7594 3.71004 14.4994 3.86004 14.2194 3.86004Z\" fill=\"\"/>\n</svg>\n</li><li title=\"box add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.0002 22.75C17.6002 22.75 16.2902 22.14 15.3902 21.07C15.3802 21.05 15.3202 21 15.2702 20.92C15.1602 20.81 15.0302 20.61 14.9202 20.42C14.4802 19.71 14.2402 18.87 14.2402 17.99C14.2402 16.53 14.8902 15.18 16.0202 14.28C16.8602 13.61 17.9202 13.24 18.9902 13.24C20.1502 13.24 21.2202 13.64 22.0802 14.39C22.2002 14.47 22.3402 14.62 22.4702 14.76C23.2802 15.65 23.7302 16.79 23.7302 17.98C23.7302 18.85 23.4902 19.7 23.0402 20.43C22.8002 20.85 22.4702 21.23 22.0902 21.55C21.2802 22.33 20.1702 22.75 19.0002 22.75ZM19.0002 14.75C18.2602 14.75 17.5602 15 16.9702 15.47C16.2002 16.08 15.7502 17.01 15.7502 18C15.7502 18.59 15.9102 19.17 16.2202 19.67C16.3002 19.81 16.3802 19.92 16.4702 20.03C16.4902 20.05 16.5502 20.11 16.6002 20.19C17.1502 20.84 18.0502 21.26 19.0002 21.26C19.7902 21.26 20.5502 20.97 21.1302 20.45C21.3902 20.23 21.6102 19.97 21.7702 19.69C22.0902 19.18 22.2502 18.6 22.2502 18.01C22.2502 17.2 21.9402 16.41 21.3802 15.8C21.3102 15.72 21.2302 15.64 21.1502 15.58C20.5202 15.02 19.7902 14.75 19.0002 14.75Z\" fill=\"\"/>\n<path d=\"M20.49 18.73H17.5C17.09 18.73 16.75 18.39 16.75 17.98C16.75 17.57 17.09 17.23 17.5 17.23H20.49C20.9 17.23 21.24 17.57 21.24 17.98C21.24 18.39 20.91 18.73 20.49 18.73Z\" fill=\"\"/>\n<path d=\"M19 20.26C18.59 20.26 18.25 19.92 18.25 19.51V16.52C18.25 16.11 18.59 15.77 19 15.77C19.41 15.77 19.75 16.11 19.75 16.52V19.51C19.75 19.93 19.41 20.26 19 20.26Z\" fill=\"\"/>\n<path d=\"M11.9993 13.2999C11.8693 13.2999 11.7393 13.2699 11.6193 13.1999L2.78934 8.0899C2.42934 7.8799 2.30935 7.41987 2.51935 7.05987C2.72935 6.69987 3.18934 6.57985 3.53934 6.78985L11.9894 11.6799L20.3893 6.81988C20.7493 6.60988 21.2094 6.7399 21.4094 7.0899C21.6194 7.4499 21.4893 7.90987 21.1393 8.11987L12.3693 13.1999C12.2593 13.2599 12.1293 13.2999 11.9993 13.2999Z\" fill=\"\"/>\n<path d=\"M12 22.3598C11.59 22.3598 11.25 22.0198 11.25 21.6098V12.5398C11.25 12.1298 11.59 11.7898 12 11.7898C12.41 11.7898 12.75 12.1298 12.75 12.5398V21.6098C12.75 22.0198 12.41 22.3598 12 22.3598Z\" fill=\"\"/>\n<path d=\"M11.9989 22.7499C11.1189 22.7499 10.2389 22.5599 9.5589 22.1699L4.2189 19.2099C2.7689 18.4099 1.62891 16.4799 1.62891 14.8199V9.1599C1.62891 7.4999 2.7689 5.57994 4.2189 4.76994L9.5589 1.80992C10.9189 1.03992 13.0589 1.03992 14.4289 1.80992L19.7689 4.76994C21.2189 5.56994 22.3589 7.4999 22.3589 9.1599V14.8199C22.3589 14.9199 22.3589 14.9999 22.3389 15.0999C22.2889 15.3599 22.0989 15.5799 21.8489 15.6599C21.5989 15.7499 21.3189 15.6899 21.1089 15.5199C19.9589 14.5199 18.1789 14.4799 16.9689 15.4499C16.1989 16.0599 15.7489 16.9899 15.7489 17.9799C15.7489 18.5699 15.9089 19.1499 16.2189 19.6499C16.2989 19.7899 16.3789 19.8999 16.4689 20.0099C16.6189 20.1799 16.6789 20.4099 16.6389 20.6299C16.5989 20.8499 16.4589 21.0399 16.2589 21.1499L14.4289 22.1599C13.7489 22.5599 12.8789 22.7499 11.9989 22.7499ZM11.9989 2.74992C11.3789 2.74992 10.7489 2.87993 10.2989 3.12993L4.95891 6.08995C3.98891 6.61995 3.1489 8.0599 3.1489 9.1599V14.8199C3.1489 15.9199 3.99891 17.3599 4.95891 17.8899L10.2989 20.8499C11.2089 21.3599 12.7989 21.3599 13.7089 20.8499L14.8289 20.2299C14.4589 19.5599 14.2589 18.7799 14.2589 17.9799C14.2589 16.5199 14.9089 15.1699 16.0389 14.2699C17.3989 13.1799 19.3489 12.9499 20.8689 13.5999V9.13994C20.8689 8.03994 20.0189 6.59993 19.0589 6.06993L13.7189 3.10991C13.2489 2.87991 12.6189 2.74992 11.9989 2.74992Z\" fill=\"\"/>\n</svg>\n</li><li title=\"box remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9994 13.2999C11.8694 13.2999 11.7394 13.2699 11.6194 13.1999L2.78936 8.0899C2.42936 7.8799 2.30934 7.41987 2.51934 7.05987C2.72934 6.69987 3.18936 6.57985 3.53936 6.78985L11.9893 11.6799L20.3894 6.81988C20.7494 6.60988 21.2094 6.7399 21.4094 7.0899C21.6194 7.4499 21.4894 7.90987 21.1394 8.11987L12.3694 13.1999C12.2594 13.2599 12.1294 13.2999 11.9994 13.2999Z\" fill=\"\"/>\n<path d=\"M12 22.3598C11.59 22.3598 11.25 22.0198 11.25 21.6098V12.5398C11.25 12.1298 11.59 11.7898 12 11.7898C12.41 11.7898 12.75 12.1298 12.75 12.5398V21.6098C12.75 22.0198 12.41 22.3598 12 22.3598Z\" fill=\"\"/>\n<path d=\"M11.9989 22.7499C11.1189 22.7499 10.2389 22.5599 9.5589 22.1699L4.2189 19.2099C2.7689 18.4099 1.62891 16.4799 1.62891 14.8199V9.1599C1.62891 7.4999 2.7689 5.57994 4.2189 4.76994L9.5589 1.80992C10.9189 1.03992 13.0589 1.03992 14.4289 1.80992L19.7689 4.76994C21.2189 5.56994 22.3589 7.4999 22.3589 9.1599V14.8199C22.3589 14.9199 22.3589 14.9999 22.3389 15.0999C22.2889 15.3599 22.0989 15.5799 21.8489 15.6599C21.5989 15.7499 21.3189 15.6899 21.1089 15.5199C19.9589 14.5199 18.1789 14.4799 16.9689 15.4499C16.1989 16.0599 15.7489 16.9899 15.7489 17.9799C15.7489 18.5699 15.9089 19.1499 16.2189 19.6499C16.2989 19.7899 16.3789 19.8999 16.4689 20.0099C16.6189 20.1799 16.6789 20.4099 16.6389 20.6299C16.5989 20.8499 16.4589 21.0399 16.2589 21.1499L14.4289 22.1599C13.7489 22.5599 12.8789 22.7499 11.9989 22.7499ZM11.9989 2.74992C11.3789 2.74992 10.7489 2.87993 10.2989 3.12993L4.95889 6.08995C3.98889 6.61995 3.1489 8.0599 3.1489 9.1599V14.8199C3.1489 15.9199 3.99889 17.3599 4.95889 17.8899L10.2989 20.8499C11.2089 21.3599 12.7989 21.3599 13.7089 20.8499L14.8289 20.2299C14.4589 19.5599 14.2589 18.7799 14.2589 17.9799C14.2589 16.5199 14.9089 15.1699 16.0389 14.2699C17.3989 13.1799 19.3489 12.9499 20.8689 13.5999V9.13994C20.8689 8.03994 20.0189 6.59993 19.0589 6.06993L13.7189 3.10991C13.2489 2.87991 12.6189 2.74992 11.9989 2.74992Z\" fill=\"\"/>\n<path d=\"M19 22.75C17.34 22.75 15.78 21.87 14.94 20.44C14.49 19.72 14.25 18.87 14.25 18C14.25 16.54 14.9 15.19 16.03 14.29C16.87 13.62 17.93 13.25 19 13.25C21.62 13.25 23.75 15.38 23.75 18C23.75 18.87 23.51 19.72 23.06 20.45C22.82 20.87 22.49 21.25 22.11 21.57C21.28 22.33 20.17 22.75 19 22.75ZM19 14.75C18.26 14.75 17.56 15 16.97 15.47C16.2 16.08 15.75 17.01 15.75 18C15.75 18.59 15.91 19.17 16.22 19.67C16.81 20.67 17.85 21.25 19 21.25C19.79 21.25 20.55 20.96 21.13 20.44C21.39 20.22 21.61 19.96 21.77 19.68C22.09 19.17 22.25 18.59 22.25 18C22.25 16.21 20.79 14.75 19 14.75Z\" fill=\"\"/>\n<path d=\"M20.0704 19.7901C19.8804 19.7901 19.6904 19.7201 19.5404 19.5701L17.4304 17.4601C17.1404 17.1701 17.1404 16.6901 17.4304 16.4001C17.7204 16.1101 18.2004 16.1101 18.4904 16.4001L20.6004 18.5101C20.8904 18.8001 20.8904 19.2801 20.6004 19.5701C20.4504 19.7201 20.2604 19.7901 20.0704 19.7901Z\" fill=\"\"/>\n<path d=\"M17.9311 19.8199C17.7411 19.8199 17.5511 19.7499 17.4011 19.5999C17.1111 19.3099 17.1111 18.8299 17.4011 18.5399L19.5111 16.4299C19.8011 16.1399 20.2811 16.1399 20.5711 16.4299C20.8611 16.7199 20.8611 17.1999 20.5711 17.4899L18.4611 19.5999C18.3111 19.7499 18.1211 19.8199 17.9311 19.8199Z\" fill=\"\"/>\n</svg>\n</li><li title=\"box search \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9994 13.2999C11.8694 13.2999 11.7394 13.2699 11.6194 13.1999L2.78936 8.0899C2.42936 7.8799 2.30934 7.41987 2.51934 7.05987C2.72934 6.69987 3.17934 6.57985 3.54934 6.78985L11.9994 11.6799L20.3993 6.81988C20.7593 6.60988 21.2193 6.7399 21.4293 7.0899C21.6393 7.4499 21.5094 7.90987 21.1594 8.11987L12.3894 13.1999C12.2594 13.2599 12.1294 13.2999 11.9994 13.2999Z\" fill=\"\"/>\n<path d=\"M12 22.36C11.59 22.36 11.25 22.02 11.25 21.61V12.54C11.25 12.13 11.59 11.79 12 11.79C12.41 11.79 12.75 12.13 12.75 12.54V21.61C12.75 22.02 12.41 22.36 12 22.36Z\" fill=\"\"/>\n<path d=\"M11.9989 22.75C11.0889 22.75 10.2189 22.54 9.5589 22.17L4.2189 19.21C2.7689 18.41 1.62891 16.48 1.62891 14.82V9.15997C1.62891 7.49997 2.7689 5.58001 4.2189 4.77001L9.5589 1.80999C10.9189 1.04999 13.0589 1.04999 14.4289 1.80999L19.7689 4.77001C21.2189 5.57001 22.3589 7.49997 22.3589 9.15997V12.82C22.3589 13.23 22.0189 13.57 21.6089 13.57C21.1989 13.57 20.8589 13.23 20.8589 12.82V9.15997C20.8589 8.05997 20.0089 6.62002 19.0489 6.09002L13.7089 3.13C12.7989 2.62 11.2089 2.62 10.2989 3.13L4.95889 6.09002C3.98889 6.63002 3.1489 8.05997 3.1489 9.15997V14.82C3.1489 15.92 3.99889 17.36 4.95889 17.89L10.2989 20.85C11.1789 21.34 12.8389 21.34 13.7089 20.85C14.0689 20.65 14.5289 20.78 14.7289 21.14C14.9289 21.5 14.7989 21.96 14.4389 22.16C13.7789 22.54 12.9089 22.75 11.9989 22.75Z\" fill=\"\"/>\n<path d=\"M19.2 22.15C17.02 22.15 15.25 20.38 15.25 18.2C15.25 16.02 17.02 14.25 19.2 14.25C21.38 14.25 23.15 16.02 23.15 18.2C23.15 20.38 21.38 22.15 19.2 22.15ZM19.2 15.75C17.85 15.75 16.75 16.85 16.75 18.2C16.75 19.55 17.85 20.65 19.2 20.65C20.55 20.65 21.65 19.55 21.65 18.2C21.65 16.85 20.55 15.75 19.2 15.75Z\" fill=\"\"/>\n<path d=\"M22.9995 22.75C22.8095 22.75 22.6195 22.68 22.4695 22.53L21.4695 21.53C21.1795 21.24 21.1795 20.7599 21.4695 20.4699C21.7595 20.1799 22.2395 20.1799 22.5295 20.4699L23.5295 21.4699C23.8195 21.7599 23.8195 22.24 23.5295 22.53C23.3795 22.68 23.1895 22.75 22.9995 22.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"box tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.001 22.7499C17.381 22.7499 15.851 21.9099 14.991 20.5299C14.531 19.8199 14.271 18.9699 14.251 18.0999C14.221 16.6399 14.8411 15.2799 15.9511 14.3599C16.7811 13.6699 17.8211 13.2799 18.8911 13.2499C20.1911 13.2399 21.361 13.6899 22.281 14.5699C23.201 15.4499 23.721 16.6299 23.741 17.8999C23.761 18.7699 23.541 19.6199 23.101 20.3699C22.861 20.7899 22.551 21.1799 22.181 21.5099C21.361 22.2799 20.261 22.7299 19.091 22.7499C19.071 22.7499 19.041 22.7499 19.001 22.7499ZM19.001 14.7499C18.981 14.7499 18.951 14.7499 18.931 14.7499C18.191 14.7699 17.491 15.0299 16.911 15.5099C16.151 16.1399 15.731 17.0699 15.751 18.0699C15.761 18.6599 15.941 19.2399 16.251 19.7299C16.861 20.7099 17.921 21.3099 19.061 21.2499C19.851 21.2299 20.6011 20.9299 21.1711 20.3999C21.4311 20.1699 21.641 19.9099 21.801 19.6299C22.101 19.1099 22.251 18.5299 22.241 17.9399C22.221 17.0699 21.871 16.2599 21.241 15.6599C20.641 15.0699 19.841 14.7499 19.001 14.7499Z\" fill=\"\"/>\n<path d=\"M18.4489 19.7499C18.2589 19.7499 18.0789 19.6799 17.9289 19.5399L16.9189 18.5799C16.6189 18.2899 16.6089 17.8199 16.8989 17.5199C17.1889 17.2199 17.6589 17.2099 17.9589 17.4999L18.4489 17.9699L20.0189 16.4499C20.3189 16.1599 20.7889 16.1699 21.0789 16.4699C21.3689 16.7699 21.3589 17.24 21.0589 17.53L18.9689 19.5499C18.8189 19.6799 18.6289 19.7499 18.4489 19.7499Z\" fill=\"\"/>\n<path d=\"M11.9994 13.2999C11.8694 13.2999 11.7394 13.2699 11.6194 13.1999L2.78936 8.0899C2.42936 7.8799 2.30934 7.41987 2.51934 7.05987C2.72934 6.69987 3.18936 6.57985 3.53936 6.78985L11.9893 11.6799L20.3894 6.81988C20.7494 6.60988 21.2094 6.7399 21.4094 7.0899C21.6194 7.4499 21.4894 7.90987 21.1394 8.11987L12.3694 13.1999C12.2594 13.2599 12.1294 13.2999 11.9994 13.2999Z\" fill=\"\"/>\n<path d=\"M12 22.3598C11.59 22.3598 11.25 22.0198 11.25 21.6098V12.5398C11.25 12.1298 11.59 11.7898 12 11.7898C12.41 11.7898 12.75 12.1298 12.75 12.5398V21.6098C12.75 22.0198 12.41 22.3598 12 22.3598Z\" fill=\"\"/>\n<path d=\"M11.9989 22.7499C11.1189 22.7499 10.2389 22.5599 9.5589 22.1699L4.2189 19.2099C2.7689 18.4099 1.62891 16.4799 1.62891 14.8199V9.1599C1.62891 7.4999 2.7689 5.57994 4.2189 4.76994L9.5589 1.80992C10.9189 1.03992 13.0589 1.03992 14.4289 1.80992L19.7689 4.76994C21.2189 5.56994 22.3589 7.4999 22.3589 9.1599V14.8199C22.3589 14.9199 22.3589 14.9999 22.3389 15.0999C22.2889 15.3599 22.0989 15.5799 21.8489 15.6599C21.5989 15.7499 21.3189 15.6899 21.1089 15.5199C19.9589 14.5199 18.1789 14.4799 16.9689 15.4499C16.1989 16.0599 15.7489 16.9899 15.7489 17.9799C15.7489 18.5699 15.9089 19.1499 16.2189 19.6499C16.2989 19.7899 16.3789 19.8999 16.4689 20.0099C16.6189 20.1799 16.6789 20.4099 16.6389 20.6299C16.5989 20.8499 16.4589 21.0399 16.2589 21.1499L14.4289 22.1599C13.7489 22.5599 12.8789 22.7499 11.9989 22.7499ZM11.9989 2.74992C11.3789 2.74992 10.7489 2.87993 10.2989 3.12993L4.95889 6.08995C3.98889 6.61995 3.1489 8.0599 3.1489 9.1599V14.8199C3.1489 15.9199 3.99889 17.3599 4.95889 17.8899L10.2989 20.8499C11.2089 21.3599 12.7989 21.3599 13.7089 20.8499L14.8289 20.2299C14.4589 19.5599 14.2589 18.7799 14.2589 17.9799C14.2589 16.5199 14.9089 15.1699 16.0389 14.2699C17.3989 13.1799 19.3389 12.9499 20.8689 13.5999V9.13994C20.8689 8.03994 20.0189 6.59993 19.0589 6.06993L13.7189 3.10991C13.2489 2.87991 12.6189 2.74992 11.9989 2.74992Z\" fill=\"\"/>\n</svg>\n</li><li title=\"box time \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9994 13.2999C11.8694 13.2999 11.7394 13.2699 11.6194 13.1999L2.78936 8.0899C2.42936 7.8799 2.30934 7.41987 2.51934 7.05987C2.72934 6.69987 3.17934 6.57985 3.54934 6.78985L11.9994 11.6799L20.3993 6.81988C20.7593 6.60988 21.2193 6.7399 21.4293 7.0899C21.6393 7.4499 21.5094 7.90987 21.1594 8.11987L12.3894 13.1999C12.2594 13.2599 12.1294 13.2999 11.9994 13.2999Z\" fill=\"\"/>\n<path d=\"M12 22.36C11.59 22.36 11.25 22.02 11.25 21.61V12.54C11.25 12.13 11.59 11.79 12 11.79C12.41 11.79 12.75 12.13 12.75 12.54V21.61C12.75 22.02 12.41 22.36 12 22.36Z\" fill=\"\"/>\n<path d=\"M11.9989 22.75C11.1189 22.75 10.2389 22.56 9.5589 22.17L4.2189 19.21C2.7689 18.41 1.62891 16.48 1.62891 14.82V9.15997C1.62891 7.49997 2.7689 5.58001 4.2189 4.77001L9.5589 1.80999C10.9189 1.04999 13.0589 1.04999 14.4289 1.80999L19.7689 4.77001C21.2189 5.57001 22.3589 7.49997 22.3589 9.15997V14.82C22.3589 14.89 22.3589 14.99 22.3289 15.12C22.2689 15.38 22.0789 15.59 21.8289 15.67C21.5789 15.75 21.2989 15.7 21.0989 15.52C19.9589 14.52 18.1789 14.48 16.9589 15.45C16.1889 16.06 15.7389 16.99 15.7389 17.98C15.7389 18.57 15.8989 19.15 16.2089 19.65C16.2889 19.79 16.3689 19.9 16.4589 20C16.6089 20.17 16.6689 20.4 16.6289 20.62C16.5889 20.84 16.4489 21.04 16.2489 21.14L14.4189 22.15C13.7489 22.56 12.8789 22.75 11.9989 22.75ZM11.9989 2.74999C11.3789 2.74999 10.7489 2.88 10.2989 3.13L4.95889 6.09002C3.98889 6.63002 3.1489 8.05997 3.1489 9.15997V14.82C3.1489 15.92 3.99889 17.36 4.95889 17.89L10.2989 20.85C11.2089 21.36 12.7989 21.36 13.7089 20.85L14.8289 20.23C14.4589 19.56 14.2589 18.78 14.2589 17.98C14.2589 16.52 14.9089 15.17 16.0389 14.27C17.4089 13.18 19.3489 12.95 20.8689 13.61V9.15002C20.8689 8.05002 20.0189 6.61001 19.0589 6.08001L13.7189 3.11999C13.2489 2.87999 12.6189 2.74999 11.9989 2.74999Z\" fill=\"\"/>\n<path d=\"M19 22.75C16.38 22.75 14.25 20.62 14.25 18C14.25 16.54 14.9 15.19 16.03 14.29C16.87 13.62 17.93 13.25 19 13.25C21.62 13.25 23.75 15.38 23.75 18C23.75 19.36 23.16 20.66 22.13 21.56C21.26 22.33 20.15 22.75 19 22.75ZM19 14.75C18.26 14.75 17.56 15 16.97 15.47C16.2 16.08 15.75 17.01 15.75 18C15.75 19.79 17.21 21.25 19 21.25C19.78 21.25 20.54 20.96 21.15 20.44C21.85 19.82 22.25 18.94 22.25 18C22.25 16.21 20.79 14.75 19 14.75Z\" fill=\"\"/>\n<path d=\"M17.9999 19.75C17.7499 19.75 17.4999 19.62 17.3599 19.39C17.1499 19.03 17.2599 18.57 17.6199 18.36L18.5099 17.83V16.75C18.5099 16.34 18.8499 16 19.2599 16C19.6699 16 20.0099 16.34 20.0099 16.75V18.25C20.0099 18.51 19.8699 18.76 19.6499 18.89L18.3999 19.64C18.2599 19.72 18.1299 19.75 17.9999 19.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"box \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9994 13.2999C11.8694 13.2999 11.7394 13.2699 11.6194 13.1999L2.78936 8.0899C2.42936 7.8799 2.30934 7.41987 2.51934 7.05987C2.72934 6.69987 3.17934 6.57985 3.54934 6.78985L11.9994 11.6799L20.3993 6.81988C20.7593 6.60988 21.2193 6.7399 21.4293 7.0899C21.6393 7.4499 21.5094 7.90987 21.1594 8.11987L12.3894 13.1999C12.2594 13.2599 12.1294 13.2999 11.9994 13.2999Z\" fill=\"\"/>\n<path d=\"M12 22.36C11.59 22.36 11.25 22.02 11.25 21.61V12.54C11.25 12.13 11.59 11.79 12 11.79C12.41 11.79 12.75 12.13 12.75 12.54V21.61C12.75 22.02 12.41 22.36 12 22.36Z\" fill=\"\"/>\n<path d=\"M12.0006 22.75C11.1206 22.75 10.2506 22.56 9.56061 22.18L4.22061 19.21C2.77061 18.41 1.64062 16.48 1.64062 14.82V9.16998C1.64062 7.50998 2.77061 5.59002 4.22061 4.78002L9.56061 1.82C10.9306 1.06 13.0706 1.06 14.4406 1.82L19.7806 4.78997C21.2306 5.58997 22.3606 7.51999 22.3606 9.17999V14.83C22.3606 16.49 21.2306 18.41 19.7806 19.22L14.4406 22.18C13.7506 22.56 12.8806 22.75 12.0006 22.75ZM12.0006 2.74999C11.3706 2.74999 10.7506 2.88 10.2906 3.13L4.95062 6.09997C3.99062 6.63997 3.14062 8.06999 3.14062 9.17999V14.83C3.14062 15.93 3.99062 17.37 4.95062 17.91L10.2906 20.88C11.2006 21.39 12.8006 21.39 13.7106 20.88L19.0506 17.91C20.0106 17.37 20.8606 15.94 20.8606 14.83V9.17999C20.8606 8.07999 20.0106 6.63997 19.0506 6.09997L13.7106 3.13C13.2506 2.88 12.6306 2.74999 12.0006 2.74999Z\" fill=\"\"/>\n<path d=\"M17.0012 13.99C16.5912 13.99 16.2512 13.65 16.2512 13.24V10.0201L7.13116 4.76007C6.77116 4.55007 6.65114 4.09005 6.86114 3.74005C7.07114 3.38005 7.52116 3.26003 7.88116 3.47003L17.3712 8.95007C17.6012 9.08007 17.7512 9.33003 17.7512 9.60003V13.2601C17.7512 13.6501 17.4112 13.99 17.0012 13.99Z\" fill=\"\"/>\n</svg>\n</li><li title=\"briefcase \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.0002 22.75H8.00023C3.38023 22.75 2.52023 20.6 2.30023 18.51L1.55023 10.5C1.44023 9.45001 1.41023 7.90001 2.45023 6.74001C3.35023 5.74001 4.84023 5.26001 7.00023 5.26001H17.0002C19.1702 5.26001 20.6602 5.75001 21.5502 6.74001C22.5902 7.90001 22.5602 9.45001 22.4502 10.51L21.7002 18.5C21.4802 20.6 20.6202 22.75 16.0002 22.75ZM7.00023 6.75001C5.31023 6.75001 4.15023 7.08001 3.56023 7.74001C3.07023 8.28001 2.91023 9.11001 3.04023 10.35L3.79023 18.36C3.96023 19.94 4.39023 21.25 8.00023 21.25H16.0002C19.6002 21.25 20.0402 19.94 20.2102 18.35L20.9602 10.36C21.0902 9.11001 20.9302 8.28001 20.4402 7.74001C19.8502 7.08001 18.6902 6.75001 17.0002 6.75001H7.00023Z\" fill=\"\"/>\n<path d=\"M16 6.75C15.59 6.75 15.25 6.41 15.25 6V5.2C15.25 3.42 15.25 2.75 12.8 2.75H11.2C8.75 2.75 8.75 3.42 8.75 5.2V6C8.75 6.41 8.41 6.75 8 6.75C7.59 6.75 7.25 6.41 7.25 6V5.2C7.25 3.44 7.25 1.25 11.2 1.25H12.8C16.75 1.25 16.75 3.44 16.75 5.2V6C16.75 6.41 16.41 6.75 16 6.75Z\" fill=\"\"/>\n<path d=\"M12 16.75C9.25 16.75 9.25 15.05 9.25 14.03V13C9.25 11.59 9.59 11.25 11 11.25H13C14.41 11.25 14.75 11.59 14.75 13V14C14.75 15.04 14.75 16.75 12 16.75ZM10.75 12.75C10.75 12.83 10.75 12.92 10.75 13V14.03C10.75 15.06 10.75 15.25 12 15.25C13.25 15.25 13.25 15.09 13.25 14.02V13C13.25 12.92 13.25 12.83 13.25 12.75C13.17 12.75 13.08 12.75 13 12.75H11C10.92 12.75 10.83 12.75 10.75 12.75Z\" fill=\"\"/>\n<path d=\"M13.9995 14.77C13.6295 14.77 13.2995 14.49 13.2595 14.11C13.2095 13.7 13.4995 13.32 13.9095 13.27C16.5495 12.94 19.0795 11.94 21.2095 10.39C21.5395 10.14 22.0095 10.22 22.2595 10.56C22.4995 10.89 22.4295 11.36 22.0895 11.61C19.7495 13.31 16.9895 14.4 14.0895 14.77C14.0595 14.77 14.0295 14.77 13.9995 14.77Z\" fill=\"\"/>\n<path d=\"M10.0007 14.7799C9.97072 14.7799 9.94072 14.7799 9.91072 14.7799C7.17072 14.4699 4.50072 13.4699 2.19072 11.8899C1.85072 11.6599 1.76072 11.1899 1.99072 10.8499C2.22072 10.5099 2.69072 10.4199 3.03072 10.6499C5.14072 12.0899 7.57072 12.9999 10.0707 13.2899C10.4807 13.3399 10.7807 13.7099 10.7307 14.1199C10.7007 14.4999 10.3807 14.7799 10.0007 14.7799Z\" fill=\"\"/>\n</svg>\n</li><li title=\"brifecase cross \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 18.95C9.38 18.95 7.25 16.82 7.25 14.2C7.25 11.58 9.38 9.44995 12 9.44995C14.62 9.44995 16.75 11.58 16.75 14.2C16.75 16.82 14.62 18.95 12 18.95ZM12 10.95C10.21 10.95 8.75 12.41 8.75 14.2C8.75 15.99 10.21 17.45 12 17.45C13.79 17.45 15.25 15.99 15.25 14.2C15.25 12.41 13.79 10.95 12 10.95Z\" fill=\"\"/>\n<path d=\"M13.0704 16.0599C12.8804 16.0599 12.6904 15.9899 12.5404 15.8399L10.4304 13.7299C10.1404 13.4399 10.1404 12.9599 10.4304 12.6699C10.7204 12.3799 11.2004 12.3799 11.4904 12.6699L13.6004 14.7799C13.8904 15.0699 13.8904 15.5499 13.6004 15.8399C13.4504 15.9899 13.2604 16.0599 13.0704 16.0599Z\" fill=\"\"/>\n<path d=\"M10.9291 16.0899C10.7391 16.0899 10.5491 16.0199 10.3991 15.8699C10.1091 15.5799 10.1091 15.0999 10.3991 14.8099L12.5091 12.6999C12.7991 12.4099 13.2791 12.4099 13.5691 12.6999C13.8591 12.9899 13.8591 13.4699 13.5691 13.7599L11.4591 15.8699C11.3091 16.0099 11.1191 16.0899 10.9291 16.0899Z\" fill=\"\"/>\n<path d=\"M16.0002 22.75H8.00023C3.38023 22.75 2.52023 20.6 2.30023 18.51L1.55023 10.5C1.44023 9.45001 1.41023 7.90001 2.45023 6.74001C3.35023 5.74001 4.84023 5.26001 7.00023 5.26001H17.0002C19.1702 5.26001 20.6602 5.75001 21.5502 6.74001C22.5902 7.90001 22.5602 9.45001 22.4502 10.51L21.7002 18.5C21.4802 20.6 20.6202 22.75 16.0002 22.75ZM7.00023 6.75001C5.31023 6.75001 4.15023 7.08001 3.56023 7.74001C3.07023 8.28001 2.91023 9.11001 3.04023 10.35L3.79023 18.36C3.96023 19.94 4.39023 21.25 8.00023 21.25H16.0002C19.6002 21.25 20.0402 19.94 20.2102 18.35L20.9602 10.36C21.0902 9.11001 20.9302 8.28001 20.4402 7.74001C19.8502 7.08001 18.6902 6.75001 17.0002 6.75001H7.00023Z\" fill=\"\"/>\n<path d=\"M16 6.75C15.59 6.75 15.25 6.41 15.25 6V5.2C15.25 3.42 15.25 2.75 12.8 2.75H11.2C8.75 2.75 8.75 3.42 8.75 5.2V6C8.75 6.41 8.41 6.75 8 6.75C7.59 6.75 7.25 6.41 7.25 6V5.2C7.25 3.44 7.25 1.25 11.2 1.25H12.8C16.75 1.25 16.75 3.44 16.75 5.2V6C16.75 6.41 16.41 6.75 16 6.75Z\" fill=\"\"/>\n<path d=\"M16.0105 14.3901C15.6705 14.3901 15.3705 14.1601 15.2805 13.8201C15.1805 13.4201 15.4205 13.0101 15.8205 12.9101C17.7705 12.4201 19.5805 11.5701 21.2005 10.3901C21.5305 10.1501 22.0105 10.2201 22.2505 10.5601C22.4905 10.8901 22.4205 11.3601 22.0805 11.6101C20.3005 12.9001 18.3205 13.8301 16.1805 14.3701C16.1305 14.3801 16.0705 14.3901 16.0105 14.3901Z\" fill=\"\"/>\n<path d=\"M8.00072 14.4199C7.94072 14.4199 7.88072 14.4099 7.82072 14.3999C5.81072 13.9099 3.92072 13.0599 2.19072 11.8799C1.85072 11.6499 1.76072 11.1799 1.99072 10.8399C2.22072 10.4999 2.69072 10.4099 3.03072 10.6399C4.61072 11.7199 6.33072 12.4899 8.17072 12.9399C8.57072 13.0399 8.82072 13.4399 8.72072 13.8499C8.65072 14.1899 8.34072 14.4199 8.00072 14.4199Z\" fill=\"\"/>\n</svg>\n</li><li title=\"brifecase tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 18.95C9.38 18.95 7.25 16.82 7.25 14.2C7.25 11.58 9.38 9.44995 12 9.44995C14.62 9.44995 16.75 11.58 16.75 14.2C16.75 16.82 14.62 18.95 12 18.95ZM12 10.95C10.21 10.95 8.75 12.41 8.75 14.2C8.75 15.99 10.21 17.45 12 17.45C13.79 17.45 15.25 15.99 15.25 14.2C15.25 12.41 13.79 10.95 12 10.95Z\" fill=\"\"/>\n<path d=\"M11.4409 15.8301C11.1209 15.8301 10.8009 15.7101 10.5609 15.4701L9.91086 14.8201C9.62086 14.5301 9.62086 14.0501 9.91086 13.7601C10.2009 13.4701 10.6809 13.4701 10.9709 13.7601L11.4509 14.2401L13.0609 12.7601C13.3609 12.4801 13.8409 12.5001 14.1209 12.8001C14.4009 13.1001 14.3809 13.5801 14.0809 13.8601L12.3009 15.5001C12.0509 15.7201 11.7509 15.8301 11.4409 15.8301Z\" fill=\"\"/>\n<path d=\"M16.0002 22.75H8.00023C3.38023 22.75 2.52023 20.6 2.30023 18.51L1.55023 10.5C1.44023 9.45001 1.41023 7.90001 2.45023 6.74001C3.35023 5.74001 4.84023 5.26001 7.00023 5.26001H17.0002C19.1702 5.26001 20.6602 5.75001 21.5502 6.74001C22.5902 7.90001 22.5602 9.45001 22.4502 10.51L21.7002 18.5C21.4802 20.6 20.6202 22.75 16.0002 22.75ZM7.00023 6.75001C5.31023 6.75001 4.15023 7.08001 3.56023 7.74001C3.07023 8.28001 2.91023 9.11001 3.04023 10.35L3.79023 18.36C3.96023 19.94 4.39023 21.25 8.00023 21.25H16.0002C19.6002 21.25 20.0402 19.94 20.2102 18.35L20.9602 10.36C21.0902 9.11001 20.9302 8.28001 20.4402 7.74001C19.8502 7.08001 18.6902 6.75001 17.0002 6.75001H7.00023Z\" fill=\"\"/>\n<path d=\"M16 6.75C15.59 6.75 15.25 6.41 15.25 6V5.2C15.25 3.42 15.25 2.75 12.8 2.75H11.2C8.75 2.75 8.75 3.42 8.75 5.2V6C8.75 6.41 8.41 6.75 8 6.75C7.59 6.75 7.25 6.41 7.25 6V5.2C7.25 3.44 7.25 1.25 11.2 1.25H12.8C16.75 1.25 16.75 3.44 16.75 5.2V6C16.75 6.41 16.41 6.75 16 6.75Z\" fill=\"\"/>\n<path d=\"M16.0105 14.3901C15.6705 14.3901 15.3705 14.1601 15.2805 13.8201C15.1805 13.4201 15.4205 13.0101 15.8205 12.9101C17.7705 12.4201 19.5805 11.5701 21.2005 10.3901C21.5305 10.1501 22.0005 10.2201 22.2505 10.5601C22.4905 10.8901 22.4205 11.3601 22.0805 11.6101C20.3005 12.9001 18.3205 13.8301 16.1805 14.3701C16.1305 14.3801 16.0705 14.3901 16.0105 14.3901Z\" fill=\"\"/>\n<path d=\"M8.00072 14.4199C7.94072 14.4199 7.88072 14.4099 7.82072 14.3999C5.81072 13.9099 3.92072 13.0599 2.19072 11.8799C1.85072 11.6499 1.76072 11.1799 1.99072 10.8399C2.22072 10.4999 2.69072 10.4099 3.03072 10.6399C4.61072 11.7199 6.33072 12.4899 8.17072 12.9399C8.57072 13.0399 8.82072 13.4399 8.72072 13.8499C8.65072 14.1899 8.34072 14.4199 8.00072 14.4199Z\" fill=\"\"/>\n</svg>\n</li><li title=\"brifecase timer \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 18.95C9.38 18.95 7.25 16.82 7.25 14.2C7.25 11.58 9.38 9.44995 12 9.44995C14.62 9.44995 16.75 11.58 16.75 14.2C16.75 16.82 14.62 18.95 12 18.95ZM12 10.95C10.21 10.95 8.75 12.41 8.75 14.2C8.75 15.99 10.21 17.45 12 17.45C13.79 17.45 15.25 15.99 15.25 14.2C15.25 12.41 13.79 10.95 12 10.95Z\" fill=\"\"/>\n<path d=\"M10.9999 15.95C10.7499 15.95 10.4999 15.82 10.3599 15.59C10.1499 15.23 10.2599 14.77 10.6199 14.56L11.3799 14.1C11.4599 14.06 11.4999 13.97 11.4999 13.89V12.96C11.4999 12.55 11.8399 12.21 12.2499 12.21C12.6599 12.21 12.9999 12.54 12.9999 12.95V13.88C12.9999 14.49 12.6699 15.07 12.1499 15.38L11.3899 15.84C11.2699 15.92 11.1299 15.95 10.9999 15.95Z\" fill=\"\"/>\n<path d=\"M16.0002 22.75H8.00023C3.38023 22.75 2.52023 20.6 2.30023 18.51L1.55023 10.5C1.44023 9.45001 1.41023 7.90001 2.45023 6.74001C3.35023 5.74001 4.84023 5.26001 7.00023 5.26001H17.0002C19.1702 5.26001 20.6602 5.75001 21.5502 6.74001C22.5902 7.90001 22.5602 9.45001 22.4502 10.51L21.7002 18.5C21.4802 20.6 20.6202 22.75 16.0002 22.75ZM7.00023 6.75001C5.31023 6.75001 4.15023 7.08001 3.56023 7.74001C3.07023 8.28001 2.91023 9.11001 3.04023 10.35L3.79023 18.36C3.96023 19.94 4.39023 21.25 8.00023 21.25H16.0002C19.6002 21.25 20.0402 19.94 20.2102 18.35L20.9602 10.36C21.0902 9.11001 20.9302 8.28001 20.4402 7.74001C19.8502 7.08001 18.6902 6.75001 17.0002 6.75001H7.00023Z\" fill=\"\"/>\n<path d=\"M16 6.75C15.59 6.75 15.25 6.41 15.25 6V5.2C15.25 3.42 15.25 2.75 12.8 2.75H11.2C8.75 2.75 8.75 3.42 8.75 5.2V6C8.75 6.41 8.41 6.75 8 6.75C7.59 6.75 7.25 6.41 7.25 6V5.2C7.25 3.44 7.25 1.25 11.2 1.25H12.8C16.75 1.25 16.75 3.44 16.75 5.2V6C16.75 6.41 16.41 6.75 16 6.75Z\" fill=\"\"/>\n<path d=\"M16.0105 14.3901C15.6705 14.3901 15.3705 14.1601 15.2805 13.8201C15.1805 13.4201 15.4205 13.0101 15.8205 12.9101C17.7705 12.4201 19.5805 11.5701 21.2005 10.3901C21.5305 10.1501 22.0005 10.2201 22.2505 10.5601C22.4905 10.8901 22.4205 11.3601 22.0805 11.6101C20.3005 12.9001 18.3205 13.8301 16.1805 14.3701C16.1305 14.3801 16.0705 14.3901 16.0105 14.3901Z\" fill=\"\"/>\n<path d=\"M8.00072 14.4199C7.94072 14.4199 7.88072 14.4099 7.82072 14.3999C5.81072 13.9099 3.92072 13.0599 2.19072 11.8799C1.85072 11.6499 1.76072 11.1799 1.99072 10.8399C2.22072 10.4999 2.69072 10.4099 3.03072 10.6399C4.61072 11.7199 6.33072 12.4899 8.17072 12.9399C8.57072 13.0399 8.82072 13.4399 8.72072 13.8499C8.65072 14.1899 8.34072 14.4199 8.00072 14.4199Z\" fill=\"\"/>\n</svg>\n</li><li title=\"broom \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.44977 8.50008C6.38977 8.50008 6.32978 8.49006 6.26978 8.48006C6.07978 8.43006 5.90977 8.3101 5.80977 8.1401L4.24978 5.5801C3.86978 4.9601 3.74977 4.22008 3.92977 3.50008C4.09977 2.79008 4.53977 2.18007 5.16977 1.80007C5.78977 1.42007 6.52978 1.30006 7.24978 1.48006C7.96978 1.65006 8.56977 2.09005 8.94977 2.72005L10.5098 5.28011C10.7298 5.63011 10.6098 6.09008 10.2598 6.31008L6.83977 8.3901C6.71977 8.4601 6.58977 8.50008 6.44977 8.50008ZM6.58977 2.90011C6.35977 2.90011 6.13977 2.9601 5.94977 3.0801C5.66977 3.2501 5.46978 3.53006 5.38978 3.85006C5.30977 4.18006 5.35977 4.51006 5.52977 4.79006L6.69977 6.7101L8.83977 5.41005L7.66977 3.49007C7.49977 3.21007 7.21977 3.01007 6.89977 2.93007C6.78977 2.91007 6.68977 2.90011 6.58977 2.90011Z\" fill=\"\"/>\n<path d=\"M11.4194 22.61C11.1194 22.61 10.8194 22.57 10.5294 22.48C9.64936 22.22 8.93936 21.6201 8.52936 20.7701L6.47936 16.5901C5.38936 14.3701 6.15937 11.7301 8.26937 10.4401L11.4294 8.52007C13.5394 7.23008 16.2494 7.76006 17.7194 9.75006L20.4894 13.49C21.0494 14.25 21.2594 15.16 21.0894 16.05C20.9194 16.94 20.3794 17.7101 19.5694 18.2001L13.1394 22.11C12.5994 22.44 12.0094 22.61 11.4194 22.61ZM13.8994 9.32006C13.3194 9.32006 12.7394 9.48004 12.1994 9.80004L9.03935 11.72C7.58935 12.6 7.06936 14.41 7.80936 15.93L9.85936 20.11C10.0894 20.57 10.4694 20.9 10.9394 21.04C11.4094 21.18 11.9094 21.1001 12.3394 20.8401L18.7694 16.93C19.2094 16.66 19.4994 16.2501 19.5994 15.7701C19.6894 15.2901 19.5794 14.8001 19.2694 14.3901L16.4994 10.6501C15.8694 9.78008 14.8994 9.32006 13.8994 9.32006Z\" fill=\"\"/>\n<path d=\"M7.68041 12.4299C7.62041 12.4299 7.56042 12.4199 7.50042 12.4099C7.31042 12.3599 7.14041 12.2399 7.04041 12.0699L4.96043 8.64995C4.74043 8.29995 4.86043 7.83993 5.21043 7.61993L10.3304 4.49993C10.6804 4.28993 11.1504 4.39993 11.3604 4.74993L13.4404 8.16991C13.5404 8.33991 13.5804 8.53992 13.5304 8.73992C13.4804 8.92992 13.3604 9.09994 13.1904 9.19994L8.07043 12.3199C7.95043 12.3999 7.81041 12.4299 7.68041 12.4299ZM6.63042 8.51995L7.93041 10.6599L11.7704 8.31994L10.4704 6.17992L6.63042 8.51995Z\" fill=\"\"/>\n<path d=\"M15.9594 20.2699C15.7094 20.2699 15.4594 20.1398 15.3194 19.9098L13.6694 17.1999C13.4494 16.8499 13.5694 16.3899 13.9194 16.1699C14.2694 15.9599 14.7394 16.0699 14.9494 16.4199L16.5994 19.1299C16.8194 19.4799 16.6994 19.9398 16.3494 20.1598C16.2294 20.2298 16.0894 20.2699 15.9594 20.2699Z\" fill=\"\"/>\n<path d=\"M13.4008 21.8299C13.1508 21.8299 12.9008 21.6999 12.7608 21.4699L11.1108 18.7599C10.8908 18.4099 11.0108 17.9499 11.3608 17.7299C11.7108 17.5199 12.1808 17.6299 12.3908 17.9799L14.0408 20.6899C14.2608 21.0399 14.1408 21.4999 13.7908 21.7199C13.6708 21.7899 13.5308 21.8299 13.4008 21.8299Z\" fill=\"\"/>\n<path d=\"M18.52 18.7101C18.27 18.7101 18.02 18.58 17.88 18.35L16.23 15.6401C16.01 15.2901 16.13 14.83 16.48 14.61C16.83 14.4 17.3 14.51 17.51 14.86L19.16 17.5701C19.38 17.9201 19.26 18.38 18.91 18.6C18.79 18.67 18.66 18.7101 18.52 18.7101Z\" fill=\"\"/>\n</svg>\n</li><li title=\"brush 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.9707 22.75H8.9707C3.5407 22.75 1.2207 20.43 1.2207 15V9C1.2207 3.57 3.5407 1.25 8.9707 1.25H10.9707C11.3807 1.25 11.7207 1.59 11.7207 2C11.7207 2.41 11.3807 2.75 10.9707 2.75H8.9707C4.3607 2.75 2.7207 4.39 2.7207 9V15C2.7207 19.61 4.3607 21.25 8.9707 21.25H14.9707C19.5807 21.25 21.2207 19.61 21.2207 15V13C21.2207 12.59 21.5607 12.25 21.9707 12.25C22.3807 12.25 22.7207 12.59 22.7207 13V15C22.7207 20.43 20.4107 22.75 14.9707 22.75Z\" fill=\"\"/>\n<path d=\"M12.7796 15.2399C12.6296 15.2399 12.4896 15.1999 12.3596 15.1099C12.1496 14.9699 12.0296 14.7399 12.0296 14.4899C12.0296 14.3799 12.0196 14.2599 11.9996 14.1399C11.9296 13.6099 11.6896 13.1399 11.2896 12.7299C10.8796 12.3199 10.3796 12.0599 9.8296 11.9899C9.7496 11.9799 9.6196 11.9699 9.4996 11.9799C9.2496 11.9999 8.9996 11.8899 8.8496 11.6899C8.6996 11.4899 8.6596 11.2199 8.7396 10.9799C8.8596 10.6399 9.0496 10.3199 9.2696 10.0699L10.4996 8.52989C12.6396 5.85989 16.9496 2.65989 20.1296 1.38989C20.8596 1.10989 21.6296 1.26989 22.1596 1.79989C22.7096 2.34989 22.8696 3.12989 22.5796 3.83989C21.3096 7.00989 18.1096 11.3299 15.4496 13.4599L13.8796 14.7199C13.5696 14.9399 13.3196 15.0899 13.0596 15.1899C12.9696 15.2199 12.8696 15.2399 12.7796 15.2399ZM10.7196 10.6699C11.3296 10.8699 11.8796 11.2099 12.3496 11.6699C12.8096 12.1299 13.1396 12.6599 13.3296 13.2299L14.5096 12.2799C16.9996 10.2799 19.9996 6.23989 21.1896 3.26989C21.2696 3.07989 21.1796 2.93989 21.0996 2.84989C21.0496 2.79989 20.9096 2.68989 20.6796 2.77989C17.7196 3.96989 13.6796 6.96989 11.6796 9.45989L10.7196 10.6699Z\" fill=\"\"/>\n<path d=\"M7.70097 18.7502C7.06097 18.7502 6.45097 18.5002 5.99097 18.0402C5.46097 17.5102 5.20097 16.7802 5.29097 16.0302L5.50097 14.0702C5.72097 12.0402 7.37097 10.5402 9.44097 10.5002C9.60097 10.4902 9.80097 10.5002 9.99097 10.5102C10.901 10.6302 11.711 11.0302 12.351 11.6802C12.991 12.3202 13.381 13.0802 13.491 13.9402C13.521 14.1302 13.531 14.3202 13.531 14.5002C13.531 15.5902 13.111 16.6202 12.341 17.3902C11.711 18.0202 10.891 18.4102 9.96097 18.5302L7.98097 18.7402C7.88097 18.7502 7.79097 18.7502 7.70097 18.7502ZM9.60097 11.9902C9.57097 11.9902 9.53097 11.9902 9.50097 11.9902C8.35097 12.0202 7.14097 12.7902 6.99097 14.2302L6.78097 16.2002C6.75097 16.4902 6.85097 16.7802 7.05097 16.9802C7.25097 17.1802 7.53097 17.2802 7.81097 17.2502L9.78097 17.0402C10.361 16.9702 10.881 16.7202 11.271 16.3302C11.751 15.8402 12.021 15.2002 12.021 14.5002C12.021 14.3902 12.011 14.2702 11.991 14.1502C11.921 13.6202 11.681 13.1502 11.281 12.7402C10.871 12.3302 10.371 12.0702 9.82097 12.0002C9.77097 11.9902 9.69097 11.9902 9.60097 11.9902Z\" fill=\"\"/>\n<path d=\"M15.8193 12.7299C15.4093 12.7299 15.0693 12.3899 15.0693 11.9799C15.0693 10.3099 13.7093 8.93994 12.0293 8.93994C11.6193 8.93994 11.2793 8.59994 11.2793 8.18994C11.2793 7.77994 11.6193 7.43994 12.0293 7.43994C14.5293 7.43994 16.5693 9.46994 16.5693 11.9799C16.5693 12.3899 16.2393 12.7299 15.8193 12.7299Z\" fill=\"\"/>\n</svg>\n</li><li title=\"brush 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22.75C10.21 22.75 8.75 21.29 8.75 19.5V18.75H4.5C3.76 18.75 3.07 18.46 2.55 17.93C2.04 17.43 1.75 16.74 1.75 16C1.75 14.6 2.84 13.4 4.24 13.26C4.29 13.25 4.39 13.25 4.5 13.25H19.5C19.61 13.25 19.71 13.25 19.81 13.27C20.4 13.32 20.99 13.6 21.45 14.07C22.02 14.62 22.31 15.42 22.24 16.24C22.12 17.65 20.87 18.75 19.39 18.75H15.25V19.5C15.25 21.29 13.79 22.75 12 22.75ZM4.5 14.75C4.48 14.75 4.4 14.75 4.38 14.76C3.75 14.82 3.25 15.37 3.25 16C3.25 16.33 3.38 16.64 3.61 16.87C3.85 17.12 4.16 17.25 4.5 17.25H9.5C9.91 17.25 10.25 17.59 10.25 18V19.5C10.25 20.46 11.04 21.25 12 21.25C12.96 21.25 13.75 20.46 13.75 19.5V18C13.75 17.59 14.09 17.25 14.5 17.25H19.39C20.08 17.25 20.69 16.74 20.75 16.11C20.78 15.73 20.65 15.38 20.39 15.12C20.17 14.9 19.91 14.77 19.63 14.75L19.5 14.74H4.5V14.75Z\" fill=\"\"/>\n<path d=\"M19.6896 14.76C19.6496 14.76 19.6096 14.76 19.5696 14.75H4.49965C4.28965 14.79 4.03965 14.73 3.87965 14.59C3.70965 14.46 3.57965 14.26 3.56965 14.05L3.07965 5.34C2.97965 4.32 3.31965 3.27 4.02965 2.48C4.73965 1.7 5.74965 1.25 6.80965 1.25H17.1897C18.2497 1.25 19.2596 1.7 19.9696 2.49C20.6696 3.27 21.0196 4.32 20.9196 5.36L20.4396 14.05C20.4296 14.26 20.3296 14.46 20.1596 14.59C20.0296 14.7 19.8596 14.76 19.6896 14.76ZM5.01965 13.25H18.9796L19.4196 5.26C19.4196 5.25 19.4196 5.24 19.4196 5.22C19.4796 4.58 19.2796 3.96 18.8497 3.49C18.4197 3.02 17.8197 2.75 17.1797 2.75H6.80965C6.17965 2.75 5.56965 3.02 5.13965 3.49C4.70965 3.97 4.50965 4.58 4.57965 5.22L5.01965 13.25Z\" fill=\"\"/>\n<path d=\"M7.99023 7.75C7.58023 7.75 7.24023 7.41 7.24023 7V2C7.24023 1.59 7.58023 1.25 7.99023 1.25C8.40023 1.25 8.74023 1.59 8.74023 2V7C8.74023 7.41 8.40023 7.75 7.99023 7.75Z\" fill=\"\"/>\n<path d=\"M12 4.75C11.59 4.75 11.25 4.41 11.25 4V2C11.25 1.59 11.59 1.25 12 1.25C12.41 1.25 12.75 1.59 12.75 2V4C12.75 4.41 12.41 4.75 12 4.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"brush 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20 9.07001H4C3.59 9.07001 3.25 8.73001 3.25 8.32001V4C3.25 2.48 4.48 1.25 6 1.25H18C19.52 1.25 20.75 2.48 20.75 4V8.32001C20.75 8.73001 20.41 9.07001 20 9.07001ZM4.75 7.57001H19.25V4C19.25 3.31 18.69 2.75 18 2.75H6C5.31 2.75 4.75 3.31 4.75 4V7.57001Z\" fill=\"\"/>\n<path d=\"M12.5002 22.7501H11.5002C9.98024 22.7501 8.75024 21.5201 8.75024 20.0001V17.9001C8.75024 17.4501 8.51023 17.0301 8.11023 16.8101L5.15027 15.1401C3.97027 14.4801 3.24023 13.2301 3.24023 11.8701V8.31006C3.24023 7.90006 3.58023 7.56006 3.99023 7.56006H19.9902C20.4002 7.56006 20.7402 7.90006 20.7402 8.31006V11.8701C20.7402 13.2201 20.0103 14.4701 18.8303 15.1401L15.8702 16.8101C15.4802 17.0301 15.2302 17.4501 15.2302 17.9001V20.0001C15.2502 21.5201 14.0202 22.7501 12.5002 22.7501ZM4.75024 9.07007V11.8801C4.75024 12.6901 5.19026 13.4401 5.89026 13.8401L8.85022 15.5101C9.71022 16.0001 10.2502 16.9101 10.2502 17.9001V20.0001C10.2502 20.6901 10.8102 21.2501 11.5002 21.2501H12.5002C13.1902 21.2501 13.7502 20.6901 13.7502 20.0001V17.9001C13.7502 16.9101 14.2903 15.9901 15.1503 15.5101L18.1102 13.8401C18.8202 13.4401 19.2502 12.6901 19.2502 11.8801V9.07007H4.75024Z\" fill=\"\"/>\n</svg>\n</li><li title=\"brush 4 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.4299 18.3699C10.2799 18.3699 10.1399 18.3299 10.0099 18.2399C9.79991 18.0999 9.67991 17.8699 9.67991 17.6199C9.67991 17.4699 9.66991 17.3099 9.64991 17.1499C9.55991 16.4399 9.23991 15.8199 8.69991 15.2799C8.15991 14.7399 7.48991 14.3999 6.76991 14.3099C6.64991 14.2999 6.47991 14.2899 6.31991 14.2999C6.05991 14.3199 5.81991 14.2099 5.66991 13.9999C5.51991 13.7999 5.47991 13.5299 5.55991 13.2899C5.70991 12.8799 5.92991 12.5099 6.18991 12.2099L7.72991 10.2699C10.3799 6.95992 15.7499 2.97992 19.6799 1.39992C20.5099 1.07992 21.3999 1.26992 22.0099 1.86992C22.6399 2.49992 22.8299 3.39992 22.4999 4.21992C20.9199 8.15992 16.9499 13.5199 13.6399 16.1699L11.6699 17.7499C11.2999 18.0199 10.9999 18.1899 10.6999 18.3099C10.6199 18.3499 10.5199 18.3699 10.4299 18.3699ZM7.53991 12.9399C8.37991 13.1599 9.12991 13.5999 9.75991 14.2299C10.3899 14.8499 10.8099 15.5699 11.0199 16.3699L12.7099 15.0099C15.8499 12.4999 19.6199 7.40992 21.1099 3.66992C21.2599 3.29992 21.0499 3.03992 20.9499 2.94992C20.8799 2.87992 20.6199 2.65992 20.2199 2.80992C16.4999 4.30992 11.4099 8.07992 8.88991 11.2199L7.53991 12.9399Z\" fill=\"\"/>\n<path d=\"M4.07938 22.7501C3.32938 22.7501 2.60938 22.4501 2.06938 21.9101C1.44938 21.2901 1.14938 20.4301 1.24938 19.5501L1.51938 17.0901C1.77938 14.6501 3.77938 12.8401 6.25938 12.7901C6.44938 12.7801 6.69938 12.7901 6.92938 12.8101C8.01938 12.9501 8.98938 13.4401 9.76938 14.2201C10.5394 14.9901 10.9994 15.9101 11.1394 16.9401C11.1694 17.1601 11.1894 17.4001 11.1894 17.6101C11.1894 18.9301 10.6794 20.1601 9.75938 21.0901C8.98938 21.8501 7.99938 22.3201 6.87938 22.4601L4.40938 22.7301C4.29938 22.7401 4.18938 22.7501 4.07938 22.7501ZM6.44938 14.3001C6.40938 14.3001 6.35938 14.3001 6.31938 14.3001C4.80938 14.3301 3.20938 15.3601 3.00938 17.2601L2.73938 19.7201C2.68938 20.1401 2.83938 20.5501 3.12938 20.8501C3.41938 21.1401 3.82938 21.2901 4.23938 21.2401L6.69938 20.9701C7.46938 20.8701 8.15938 20.5501 8.67938 20.0301C9.31938 19.3901 9.67938 18.5301 9.67938 17.6101C9.67938 17.4601 9.66938 17.3001 9.64938 17.1401C9.55938 16.4301 9.23938 15.8101 8.69938 15.2701C8.15938 14.7301 7.48938 14.3901 6.76938 14.3001C6.68938 14.3001 6.56938 14.3001 6.44938 14.3001Z\" fill=\"\"/>\n<path d=\"M14.2398 15.2202C13.8298 15.2202 13.4898 14.8802 13.4898 14.4702C13.4898 12.2702 11.6998 10.4902 9.50977 10.4902C9.09977 10.4902 8.75977 10.1502 8.75977 9.74023C8.75977 9.33023 9.08977 8.99023 9.49977 8.99023C12.5198 8.99023 14.9798 11.4502 14.9798 14.4702C14.9898 14.8902 14.6498 15.2202 14.2398 15.2202Z\" fill=\"\"/>\n</svg>\n</li><li title=\"brush \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10 16.75C9.59 16.75 9.25 16.41 9.25 16C9.25 14.33 9.25 12.25 13 12.25H17C19.25 12.25 19.25 11.95 19.25 10V8C19.25 6.05 19.25 5.75 17 5.75H16C15.59 5.75 15.25 5.41 15.25 5C15.25 4.59 15.59 4.25 16 4.25H17C20.5 4.25 20.75 5.67 20.75 8V10C20.75 12.33 20.5 13.75 17 13.75H13C10.75 13.75 10.75 14.36 10.75 16C10.75 16.41 10.41 16.75 10 16.75Z\" fill=\"\"/>\n<path d=\"M12.0009 8.75H8.00094C7.68094 8.75 7.39094 8.54 7.29094 8.24C6.60094 6.15 6.60094 3.85 7.29094 1.77C7.39094 1.46 7.68094 1.25 8.00094 1.25H12.0009C12.3209 1.25 12.6109 1.46 12.7109 1.76C13.4109 3.85 13.4109 6.15 12.7109 8.23C12.6109 8.54 12.3309 8.75 12.0009 8.75ZM8.56094 7.25H11.4509C11.8409 5.78 11.8409 4.22 11.4509 2.75H8.56094C8.17094 4.22 8.17094 5.78 8.56094 7.25Z\" fill=\"\"/>\n<path d=\"M8 8.75H7C4.58 8.75 3.25 7.42 3.25 5C3.25 2.58 4.58 1.25 7 1.25H8C8.26 1.25 8.5 1.38 8.64 1.61C8.78 1.83 8.79 2.11 8.67 2.34C7.77 4.13 7.77 5.88 8.67 7.67C8.79 7.9 8.77 8.18 8.64 8.4C8.5 8.62 8.26 8.75 8 8.75ZM6.88 2.75C5.39 2.79 4.75 3.46 4.75 5C4.75 6.53 5.39 7.21 6.87 7.25C6.37 5.75 6.37 4.25 6.88 2.75Z\" fill=\"\"/>\n<path d=\"M12.9992 8.75H11.9992C11.7392 8.75 11.4992 8.62 11.3592 8.39C11.2192 8.17 11.2092 7.89 11.3292 7.66C12.2192 5.87 12.2192 4.12 11.3292 2.33C11.2092 2.1 11.2292 1.82 11.3592 1.6C11.4992 1.38 11.7392 1.25 11.9992 1.25H12.9992C15.4192 1.25 16.7492 2.58 16.7492 5C16.7492 7.42 15.4192 8.75 12.9992 8.75ZM13.1192 2.75C13.6192 4.25 13.6192 5.75 13.1192 7.25C14.6092 7.21 15.2392 6.54 15.2392 5C15.2492 3.46 14.6092 2.79 13.1192 2.75Z\" fill=\"\"/>\n<path d=\"M10.5 22.75H9.5C8.47 22.75 7.25 22.36 7.25 20.5V17.5C7.25 15.64 8.47 15.25 9.5 15.25H10.5C11.53 15.25 12.75 15.64 12.75 17.5V20.5C12.75 22.36 11.53 22.75 10.5 22.75ZM9.5 16.75C8.75 16.75 8.75 16.97 8.75 17.5V20.5C8.75 21.03 8.75 21.25 9.5 21.25H10.5C11.25 21.25 11.25 21.03 11.25 20.5V17.5C11.25 16.97 11.25 16.75 10.5 16.75H9.5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"bubble \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.5909 13.01C12.3509 13.01 9.71094 10.37 9.71094 7.13C9.71094 3.89 12.3509 1.25 15.5909 1.25C18.8309 1.25 21.4709 3.89 21.4709 7.13C21.4709 10.37 18.8309 13.01 15.5909 13.01ZM15.5909 2.75C13.1809 2.75 11.2109 4.71 11.2109 7.13C11.2109 9.55 13.1709 11.51 15.5909 11.51C18.0109 11.51 19.9709 9.55 19.9709 7.13C19.9709 4.71 18.0009 2.75 15.5909 2.75Z\" fill=\"\"/>\n<path d=\"M6.36124 20.19C4.25124 20.19 2.53125 18.47 2.53125 16.36C2.53125 14.25 4.25124 12.53 6.36124 12.53C8.47124 12.53 10.1913 14.25 10.1913 16.36C10.1913 18.47 8.47124 20.19 6.36124 20.19ZM6.36124 14.03C5.08124 14.03 4.03125 15.07 4.03125 16.36C4.03125 17.64 5.07124 18.69 6.36124 18.69C7.64124 18.69 8.69125 17.65 8.69125 16.36C8.69125 15.08 7.64124 14.03 6.36124 14.03Z\" fill=\"\"/>\n<path d=\"M16.6205 22.7499C14.7905 22.7499 13.3105 21.2599 13.3105 19.4399C13.3105 17.6099 14.8005 16.1299 16.6205 16.1299C18.4405 16.1299 19.9305 17.6199 19.9305 19.4399C19.9305 21.2599 18.4405 22.7499 16.6205 22.7499ZM16.6205 17.6199C15.6205 17.6199 14.8105 18.4299 14.8105 19.4299C14.8105 20.4299 15.6205 21.2399 16.6205 21.2399C17.6205 21.2399 18.4305 20.4299 18.4305 19.4299C18.4305 18.4399 17.6205 17.6199 16.6205 17.6199Z\" fill=\"\"/>\n</svg>\n</li><li title=\"bucket circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.6091 17.31C10.0191 17.31 9.42908 17.0399 8.87908 16.4899L6.48906 14.0999C5.38906 12.9999 5.38906 11.74 6.48906 10.65L10.4791 6.65991C10.6191 6.51991 10.8091 6.43994 11.0091 6.43994C11.2091 6.43994 11.3991 6.51991 11.5391 6.65991L15.9291 11.0499C16.1791 11.2999 16.3091 11.6299 16.3091 11.9799C16.3091 12.3299 16.1691 12.66 15.9191 12.91L12.3291 16.4999C11.7891 17.0299 11.1991 17.31 10.6091 17.31ZM11.0091 8.23993L7.54906 11.7C7.37906 11.87 7.16909 12.1299 7.16909 12.3699C7.16909 12.6099 7.37906 12.86 7.54906 13.04L9.93907 15.43C10.1091 15.6 10.3691 15.81 10.6091 15.81C10.8491 15.81 11.0991 15.6 11.2791 15.43L14.7391 11.9699L11.0091 8.23993Z\" fill=\"\"/>\n<path d=\"M11.0104 7.92984C10.8204 7.92984 10.6304 7.85987 10.4804 7.70987L9.68039 6.90982C9.39039 6.61982 9.39039 6.13982 9.68039 5.84982C9.97039 5.55982 10.4504 5.55982 10.7404 5.84982L11.5404 6.64987C11.8304 6.93987 11.8304 7.41987 11.5404 7.70987C11.3904 7.85987 11.2004 7.92984 11.0104 7.92984Z\" fill=\"\"/>\n<path d=\"M6.45987 13.0798C6.05987 13.0798 5.72987 12.7699 5.70987 12.3599C5.68987 11.9499 6.00987 11.5999 6.42987 11.5799L15.4599 11.1899C15.8699 11.1599 16.2199 11.4899 16.2399 11.9099C16.2599 12.3299 15.9399 12.6698 15.5199 12.6898L6.48987 13.0798C6.47987 13.0798 6.46987 13.0798 6.45987 13.0798Z\" fill=\"\"/>\n<path d=\"M16.4711 17.9502C15.4511 17.9502 14.6211 17.1202 14.6211 16.1002C14.6211 15.1502 15.6211 13.9902 15.9211 13.6602C16.2011 13.3502 16.7411 13.3502 17.0211 13.6602C17.3211 13.9902 18.3211 15.1502 18.3211 16.1002C18.3311 17.1202 17.5011 17.9502 16.4711 17.9502ZM16.4711 15.3802C16.2611 15.6902 16.1211 15.9702 16.1211 16.1002C16.1211 16.2902 16.2811 16.4502 16.4711 16.4502C16.6611 16.4502 16.8211 16.2902 16.8211 16.1002C16.8311 15.9702 16.6811 15.6902 16.4711 15.3802Z\" fill=\"\"/>\n<path d=\"M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"bucket square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.3506 18.3902C9.67062 18.3902 9.02061 18.0802 8.40061 17.4602L5.57063 14.6302C4.33062 13.3902 4.33062 11.9702 5.57063 10.7402L10.2906 6.02023C10.5806 5.73023 11.0606 5.73023 11.3506 6.02023L16.5406 11.2102C16.8106 11.4802 16.9506 11.8302 16.9506 12.2102C16.9506 12.5902 16.8006 12.9502 16.5406 13.2102L12.2906 17.4602C11.6906 18.0802 11.0306 18.3902 10.3506 18.3902ZM10.8306 7.60019L6.64063 11.7902C6.32063 12.1102 6.15061 12.4103 6.15061 12.6803C6.15061 12.9403 6.31063 13.2402 6.64063 13.5702L9.47062 16.4002C10.1206 17.0502 10.5906 17.0502 11.2406 16.4002L15.4306 12.2102L10.8306 7.60019Z\" fill=\"\"/>\n<path d=\"M10.8301 7.29001C10.6401 7.29001 10.4501 7.22004 10.3001 7.07004L9.36008 6.13004C9.07008 5.84004 9.07008 5.36004 9.36008 5.07004C9.65008 4.78004 10.1301 4.78004 10.4201 5.07004L11.3601 6.01004C11.6501 6.30004 11.6501 6.78004 11.3601 7.07004C11.2101 7.22004 11.0201 7.29001 10.8301 7.29001Z\" fill=\"\"/>\n<path d=\"M5.44034 13.3902C5.04034 13.3902 4.71034 13.0803 4.69034 12.6703C4.67034 12.2603 4.99034 11.9102 5.41034 11.8902L16.0903 11.4202C16.5003 11.3802 16.8503 11.7202 16.8703 12.1402C16.8903 12.5502 16.5703 12.9003 16.1503 12.9203L5.47034 13.3902C5.46034 13.3902 5.45034 13.3902 5.44034 13.3902Z\" fill=\"\"/>\n<path d=\"M17.3002 19.1499C16.1702 19.1499 15.2402 18.2298 15.2402 17.0898C15.2402 16.0098 16.3902 14.6799 16.7402 14.2999C17.0202 13.9899 17.5602 13.9899 17.8402 14.2999C18.1902 14.6799 19.3402 16.0198 19.3402 17.0898C19.3502 18.2298 18.4302 19.1499 17.3002 19.1499ZM17.3002 15.9998C16.9902 16.4398 16.7402 16.8798 16.7402 17.0898C16.7402 17.3898 16.9902 17.6499 17.3002 17.6499C17.6102 17.6499 17.8602 17.3998 17.8602 17.0898C17.8502 16.8798 17.6102 16.4398 17.3002 15.9998Z\" fill=\"\"/>\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n</svg>\n</li><li title=\"bucket \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.02 19.7502C8.16 19.7502 7.3 19.3403 6.48 18.5203L2.47 14.5103C1.66 13.7003 1.25 12.8502 1.25 11.9702C1.25 11.1002 1.66 10.2402 2.47 9.43024L9.15 2.75024C9.29 2.61024 9.48 2.53027 9.68 2.53027C9.88 2.53027 10.07 2.61024 10.21 2.75024L17.56 10.1002C17.88 10.4202 18.06 10.8402 18.06 11.3002C18.06 11.7502 17.88 12.1802 17.56 12.5002L11.54 18.5203C10.74 19.3403 9.88 19.7502 9.02 19.7502ZM9.69 4.35022L3.54 10.5002C3.02 11.0202 2.76 11.5202 2.76 11.9802C2.76 12.4402 3.02 12.9402 3.54 13.4502L7.55 17.4602C8.6 18.5102 9.45 18.5102 10.5 17.4602L16.52 11.4402C16.58 11.3802 16.59 11.2302 16.52 11.1602L9.69 4.35022Z\" fill=\"\"/>\n<path d=\"M9.68906 4.03964C9.49906 4.03964 9.30906 3.96967 9.15906 3.81967L7.81906 2.47965C7.52906 2.18965 7.52906 1.70965 7.81906 1.41965C8.10906 1.12965 8.58906 1.12965 8.87906 1.41965L10.2191 2.75968C10.5091 3.04968 10.5091 3.52967 10.2191 3.81967C10.0691 3.96967 9.87906 4.03964 9.68906 4.03964Z\" fill=\"\"/>\n<path d=\"M2.0712 12.6697C1.6712 12.6697 1.3412 12.3597 1.3212 11.9497C1.3012 11.5397 1.6212 11.1897 2.0412 11.1697L17.1712 10.5097C17.5812 10.4897 17.9312 10.8096 17.9512 11.2296C17.9712 11.6396 17.6512 11.9897 17.2312 12.0097L2.1012 12.6697C2.0912 12.6697 2.0812 12.6697 2.0712 12.6697Z\" fill=\"\"/>\n<path d=\"M16 22.75H3C2.59 22.75 2.25 22.41 2.25 22C2.25 21.59 2.59 21.25 3 21.25H16C16.41 21.25 16.75 21.59 16.75 22C16.75 22.41 16.41 22.75 16 22.75Z\" fill=\"\"/>\n<path d=\"M18.85 20.83C17.42 20.83 16.25 19.6601 16.25 18.2301C16.25 16.7801 17.96 14.8601 18.3 14.4801C18.58 14.1701 19.12 14.1701 19.4 14.4801C19.74 14.8501 21.45 16.77 21.45 18.22C21.45 19.67 20.28 20.83 18.85 20.83ZM18.85 16.1701C18.3 16.8901 17.75 17.7701 17.75 18.2401C17.75 18.8501 18.24 19.34 18.85 19.34C19.46 19.34 19.95 18.8501 19.95 18.2401C19.95 17.7601 19.4 16.8801 18.85 16.1701Z\" fill=\"\"/>\n</svg>\n</li><li title=\"building 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 22.75H2C1.59 22.75 1.25 22.41 1.25 22C1.25 21.59 1.59 21.25 2 21.25H22C22.41 21.25 22.75 21.59 22.75 22C22.75 22.41 22.41 22.75 22 22.75Z\" fill=\"\"/>\n<path d=\"M3.01001 22.7603C2.81001 22.7603 2.61998 22.6803 2.47998 22.5403C2.33998 22.4003 2.26001 22.2103 2.26001 22.0103L2.25 7.07029C2.25 6.16029 2.70997 5.30026 3.46997 4.79026L7.46997 2.12027C8.39997 1.50027 9.60002 1.50027 10.52 2.12027L14.52 4.79026C15.29 5.30026 15.74 6.15029 15.74 7.07029L15.75 21.9903C15.75 22.4003 15.42 22.7403 15 22.7403L3.01001 22.7603ZM9 3.1503C8.76 3.1503 8.52 3.22026 8.31 3.36026L4.31 6.03031C3.96 6.26031 3.75 6.65029 3.75 7.07029L3.76001 21.2603L14.26 21.2403L14.25 7.07029C14.25 6.65029 14.04 6.26026 13.7 6.04026L9.70001 3.37027C9.49001 3.22027 9.24 3.1503 9 3.1503Z\" fill=\"\"/>\n<path d=\"M19.9805 22.76C19.5705 22.76 19.2305 22.42 19.2305 22.01V18C19.2305 17.59 19.5705 17.25 19.9805 17.25C20.3905 17.25 20.7305 17.59 20.7305 18V22.01C20.7305 22.42 20.4005 22.76 19.9805 22.76Z\" fill=\"\"/>\n<path d=\"M20 18.75C18.48 18.75 17.25 17.52 17.25 16V14C17.25 12.48 18.48 11.25 20 11.25C21.52 11.25 22.75 12.48 22.75 14V16C22.75 17.52 21.52 18.75 20 18.75ZM20 12.75C19.31 12.75 18.75 13.31 18.75 14V16C18.75 16.69 19.31 17.25 20 17.25C20.69 17.25 21.25 16.69 21.25 16V14C21.25 13.31 20.69 12.75 20 12.75Z\" fill=\"\"/>\n<path d=\"M15 14.75H3C2.59 14.75 2.25 14.41 2.25 14C2.25 13.59 2.59 13.25 3 13.25H15C15.41 13.25 15.75 13.59 15.75 14C15.75 14.41 15.41 14.75 15 14.75Z\" fill=\"\"/>\n<path d=\"M9 22.75C8.59 22.75 8.25 22.41 8.25 22V18.25C8.25 17.84 8.59 17.5 9 17.5C9.41 17.5 9.75 17.84 9.75 18.25V22C9.75 22.41 9.41 22.75 9 22.75Z\" fill=\"\"/>\n<path d=\"M9 11.25C7.76 11.25 6.75 10.24 6.75 9C6.75 7.76 7.76 6.75 9 6.75C10.24 6.75 11.25 7.76 11.25 9C11.25 10.24 10.24 11.25 9 11.25ZM9 8.25C8.59 8.25 8.25 8.59 8.25 9C8.25 9.41 8.59 9.75 9 9.75C9.41 9.75 9.75 9.41 9.75 9C9.75 8.59 9.41 8.25 9 8.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"building 4 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M23 22.75H1C0.59 22.75 0.25 22.41 0.25 22C0.25 21.59 0.59 21.25 1 21.25H23C23.41 21.25 23.75 21.59 23.75 22C23.75 22.41 23.41 22.75 23 22.75Z\" fill=\"\"/>\n<path d=\"M19.7803 22.7598C19.3703 22.7598 19.0303 22.4198 19.0303 22.0098V17.5498C19.0303 17.1398 19.3703 16.7998 19.7803 16.7998C20.1903 16.7998 20.5303 17.1398 20.5303 17.5498V22.0098C20.5303 22.4198 20.2003 22.7598 19.7803 22.7598Z\" fill=\"\"/>\n<path d=\"M19.7996 18.2999C18.1696 18.2999 16.8496 16.9799 16.8496 15.3499V13.0799C16.8496 11.4499 18.1696 10.1299 19.7996 10.1299C21.4296 10.1299 22.7496 11.4499 22.7496 13.0799V15.3499C22.7496 16.9799 21.4296 18.2999 19.7996 18.2999ZM19.7996 11.6399C18.9996 11.6399 18.3496 12.2899 18.3496 13.0899V15.3599C18.3496 16.1599 18.9996 16.8099 19.7996 16.8099C20.5996 16.8099 21.2496 16.1599 21.2496 15.3599V13.0899C21.2496 12.2899 20.5996 11.6399 19.7996 11.6399Z\" fill=\"\"/>\n<path d=\"M14.2998 22.7498C13.8898 22.7498 13.5498 22.4098 13.5498 21.9998V6.02979C13.5498 4.43979 12.8798 3.75977 11.3198 3.75977H5.08984C3.51984 3.75977 2.83984 4.43979 2.83984 6.02979V21.9998C2.83984 22.4098 2.49984 22.7498 2.08984 22.7498C1.67984 22.7498 1.33984 22.4098 1.33984 21.9998V6.02979C1.33984 3.59979 2.66984 2.25977 5.08984 2.25977H11.3198C13.7298 2.25977 15.0498 3.59979 15.0498 6.02979V21.9998C15.0498 22.4098 14.7098 22.7498 14.2998 22.7498Z\" fill=\"\"/>\n<path d=\"M10.7498 9H5.7998C5.3898 9 5.0498 8.66 5.0498 8.25C5.0498 7.84 5.3898 7.5 5.7998 7.5H10.7498C11.1598 7.5 11.4998 7.84 11.4998 8.25C11.4998 8.66 11.1598 9 10.7498 9Z\" fill=\"\"/>\n<path d=\"M10.7498 12.75H5.7998C5.3898 12.75 5.0498 12.41 5.0498 12C5.0498 11.59 5.3898 11.25 5.7998 11.25H10.7498C11.1598 11.25 11.4998 11.59 11.4998 12C11.4998 12.41 11.1598 12.75 10.7498 12.75Z\" fill=\"\"/>\n<path d=\"M8.25 22.75C7.84 22.75 7.5 22.41 7.5 22V18.25C7.5 17.84 7.84 17.5 8.25 17.5C8.66 17.5 9 17.84 9 18.25V22C9 22.41 8.66 22.75 8.25 22.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"building \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.4997 22.7502H4.07973C2.50973 22.7502 1.21973 21.4902 1.21973 19.9302V5.09019C1.21973 3.56019 1.78973 2.37019 2.82973 1.72019C3.87973 1.06019 5.23973 1.08019 6.64973 1.78019L11.0897 3.96019C12.2997 4.56019 13.2497 6.07019 13.2497 7.41019V22.0002C13.2497 22.4102 12.9097 22.7502 12.4997 22.7502ZM4.55973 2.75019C4.20973 2.75019 3.88973 2.83019 3.61973 3.00019C3.03973 3.36019 2.71973 4.11019 2.71973 5.09019V19.9302C2.71973 20.6602 3.32973 21.2502 4.07973 21.2502H11.7497V7.41019C11.7497 6.64019 11.1297 5.65019 10.4197 5.31019L5.97973 3.13019C5.46973 2.88019 4.98973 2.75019 4.55973 2.75019Z\" fill=\"\"/>\n<path d=\"M18.81 22.7498H12.5C12.09 22.7498 11.75 22.4098 11.75 21.9998V10.4198C11.75 10.1898 11.85 9.97978 12.03 9.83978C12.21 9.69978 12.43 9.63978 12.66 9.68978L13.13 9.78978L19.67 11.2498C21.66 11.6898 22.66 12.8598 22.72 14.8498C22.73 14.8498 22.73 14.9498 22.73 15.0598V18.8398C22.72 21.3998 21.37 22.7498 18.81 22.7498ZM13.25 21.2498H18.81C20.57 21.2498 21.22 20.5998 21.22 18.8398V14.9798C21.17 13.6098 20.65 12.9998 19.34 12.7098L13.25 11.3498V21.2498Z\" fill=\"\"/>\n<path d=\"M8.97 9.75H5.5C5.09 9.75 4.75 9.41 4.75 9C4.75 8.59 5.09 8.25 5.5 8.25H8.97C9.38 8.25 9.72 8.59 9.72 9C9.72 9.41 9.39 9.75 8.97 9.75Z\" fill=\"\"/>\n<path d=\"M8.97 13.75H5.5C5.09 13.75 4.75 13.41 4.75 13C4.75 12.59 5.09 12.25 5.5 12.25H8.97C9.38 12.25 9.72 12.59 9.72 13C9.72 13.41 9.39 13.75 8.97 13.75Z\" fill=\"\"/>\n<path d=\"M15.2197 17.75C13.5697 17.75 12.2197 16.4 12.2197 14.75V10.52C12.2197 10.29 12.3197 10.08 12.4997 9.92998C12.6797 9.77998 12.9097 9.72998 13.1297 9.77998L17.6297 10.79C17.9697 10.87 18.2197 11.17 18.2197 11.52V14.74C18.2197 16.4 16.8797 17.75 15.2197 17.75ZM13.7197 11.46V14.75C13.7197 15.58 14.3897 16.25 15.2197 16.25C16.0497 16.25 16.7197 15.58 16.7197 14.75V12.13L13.7197 11.46Z\" fill=\"\"/>\n<path d=\"M19.7197 17.7501C18.0697 17.7501 16.7197 16.4001 16.7197 14.7501V11.5301C16.7197 11.3001 16.8197 11.0901 16.9997 10.9501C17.1797 10.8101 17.4097 10.7501 17.6297 10.8001L19.6597 11.2501C21.6497 11.6901 22.6497 12.8601 22.7097 14.8501C22.7097 14.8701 22.7097 14.8901 22.7097 14.9101C22.6297 16.5001 21.3197 17.7501 19.7197 17.7501ZM18.2197 12.4601V14.7501C18.2197 15.5801 18.8897 16.2501 19.7197 16.2501C20.5097 16.2501 21.1597 15.6401 21.2097 14.8601C21.1597 13.6001 20.6397 13.0001 19.3397 12.7101L18.2197 12.4601Z\" fill=\"\"/>\n</svg>\n</li><li title=\"buildings 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.70001 18.75H4.15002C2.31002 18.75 1.25 17.69 1.25 15.85V4.15002C1.25 2.31002 2.31002 1.25 4.15002 1.25H8.45001C10.29 1.25 11.35 2.31002 11.35 4.15002V6C11.35 6.41 11.01 6.75 10.6 6.75C10.19 6.75 9.84998 6.41 9.84998 6V4.15002C9.84998 3.13002 9.47001 2.75 8.45001 2.75H4.15002C3.13002 2.75 2.75 3.13002 2.75 4.15002V15.85C2.75 16.87 3.13002 17.25 4.15002 17.25H6.70001C7.11001 17.25 7.45001 17.59 7.45001 18C7.45001 18.41 7.11001 18.75 6.70001 18.75Z\" fill=\"\"/>\n<path d=\"M14.9602 22.75H9.12018C7.11018 22.75 5.9502 21.59 5.9502 19.58V8.41998C5.9502 6.40998 7.11018 5.25 9.12018 5.25H14.9602C16.9702 5.25 18.1202 6.40998 18.1202 8.41998V19.58C18.1202 21.59 16.9702 22.75 14.9602 22.75ZM9.12018 6.75C7.92018 6.75 7.4502 7.21998 7.4502 8.41998V19.58C7.4502 20.78 7.92018 21.25 9.12018 21.25H14.9602C16.1502 21.25 16.6202 20.78 16.6202 19.58V8.41998C16.6202 7.21998 16.1502 6.75 14.9602 6.75H9.12018Z\" fill=\"\"/>\n<path d=\"M19.8503 18.75H17.3704C16.9604 18.75 16.6204 18.41 16.6204 18C16.6204 17.59 16.9604 17.25 17.3704 17.25H19.8503C20.8703 17.25 21.2504 16.87 21.2504 15.85V4.15002C21.2504 3.13002 20.8703 2.75 19.8503 2.75H15.5504C14.5304 2.75 14.1504 3.13002 14.1504 4.15002V6C14.1504 6.41 13.8104 6.75 13.4004 6.75C12.9904 6.75 12.6504 6.41 12.6504 6V4.15002C12.6504 2.31002 13.7104 1.25 15.5504 1.25H19.8503C21.6903 1.25 22.7504 2.31002 22.7504 4.15002V15.85C22.7504 17.69 21.6903 18.75 19.8503 18.75Z\" fill=\"\"/>\n<path d=\"M14 11.75H10C9.59 11.75 9.25 11.41 9.25 11C9.25 10.59 9.59 10.25 10 10.25H14C14.41 10.25 14.75 10.59 14.75 11C14.75 11.41 14.41 11.75 14 11.75Z\" fill=\"\"/>\n<path d=\"M14 14.75H10C9.59 14.75 9.25 14.41 9.25 14C9.25 13.59 9.59 13.25 10 13.25H14C14.41 13.25 14.75 13.59 14.75 14C14.75 14.41 14.41 14.75 14 14.75Z\" fill=\"\"/>\n<path d=\"M12 22.75C11.59 22.75 11.25 22.41 11.25 22V19C11.25 18.59 11.59 18.25 12 18.25C12.41 18.25 12.75 18.59 12.75 19V22C12.75 22.41 12.41 22.75 12 22.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"buildings \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13 22.75H5C2.58 22.75 1.25 21.42 1.25 19V11C1.25 8.58 2.58 7.25 5 7.25H10C10.41 7.25 10.75 7.59 10.75 8V19C10.75 20.58 11.42 21.25 13 21.25C13.41 21.25 13.75 21.59 13.75 22C13.75 22.41 13.41 22.75 13 22.75ZM5 8.75C3.42 8.75 2.75 9.42 2.75 11V19C2.75 20.58 3.42 21.25 5 21.25H9.79999C9.43999 20.66 9.25 19.91 9.25 19V8.75H5Z\" fill=\"\"/>\n<path d=\"M10 8.75H5C4.59 8.75 4.25 8.41 4.25 8V6C4.25 4.48 5.48 3.25 7 3.25H10.11C10.34 3.25 10.56 3.35998 10.7 3.53998C10.84 3.72998 10.89 3.97 10.83 4.19C10.77 4.41 10.75 4.66 10.75 5V8C10.75 8.41 10.41 8.75 10 8.75ZM5.75 7.25H9.25V5C9.25 4.91 9.25 4.83 9.25 4.75H7C6.31 4.75 5.75 5.31 5.75 6V7.25Z\" fill=\"\"/>\n<path d=\"M14 13.75C13.59 13.75 13.25 13.41 13.25 13V8C13.25 7.59 13.59 7.25 14 7.25C14.41 7.25 14.75 7.59 14.75 8V13C14.75 13.41 14.41 13.75 14 13.75Z\" fill=\"\"/>\n<path d=\"M18 13.75C17.59 13.75 17.25 13.41 17.25 13V8C17.25 7.59 17.59 7.25 18 7.25C18.41 7.25 18.75 7.59 18.75 8V13C18.75 13.41 18.41 13.75 18 13.75Z\" fill=\"\"/>\n<path d=\"M18 22.75H14C13.59 22.75 13.25 22.41 13.25 22V18C13.25 17.04 14.04 16.25 15 16.25H17C17.96 16.25 18.75 17.04 18.75 18V22C18.75 22.41 18.41 22.75 18 22.75ZM14.75 21.25H17.25V18C17.25 17.86 17.14 17.75 17 17.75H15C14.86 17.75 14.75 17.86 14.75 18V21.25Z\" fill=\"\"/>\n<path d=\"M6 17.75C5.59 17.75 5.25 17.41 5.25 17V13C5.25 12.59 5.59 12.25 6 12.25C6.41 12.25 6.75 12.59 6.75 13V17C6.75 17.41 6.41 17.75 6 17.75Z\" fill=\"\"/>\n<path d=\"M19 22.75H13C10.58 22.75 9.25 21.42 9.25 19V5C9.25 2.58 10.58 1.25 13 1.25H19C21.42 1.25 22.75 2.58 22.75 5V19C22.75 21.42 21.42 22.75 19 22.75ZM13 2.75C11.42 2.75 10.75 3.42 10.75 5V19C10.75 20.58 11.42 21.25 13 21.25H19C20.58 21.25 21.25 20.58 21.25 19V5C21.25 3.42 20.58 2.75 19 2.75H13Z\" fill=\"\"/>\n</svg>\n</li><li title=\"buliding \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 22.75H2C1.59 22.75 1.25 22.41 1.25 22C1.25 21.59 1.59 21.25 2 21.25H22C22.41 21.25 22.75 21.59 22.75 22C22.75 22.41 22.41 22.75 22 22.75Z\" fill=\"\"/>\n<path d=\"M21 22.75H3C2.59 22.75 2.25 22.41 2.25 22V6C2.25 2.98 3.98 1.25 7 1.25H17C20.02 1.25 21.75 2.98 21.75 6V22C21.75 22.41 21.41 22.75 21 22.75ZM3.75 21.25H20.25V6C20.25 3.78 19.22 2.75 17 2.75H7C4.78 2.75 3.75 3.78 3.75 6V21.25Z\" fill=\"\"/>\n<path d=\"M10 17.25H7C6.59 17.25 6.25 16.91 6.25 16.5C6.25 16.09 6.59 15.75 7 15.75H10C10.41 15.75 10.75 16.09 10.75 16.5C10.75 16.91 10.41 17.25 10 17.25Z\" fill=\"\"/>\n<path d=\"M17 17.25H14C13.59 17.25 13.25 16.91 13.25 16.5C13.25 16.09 13.59 15.75 14 15.75H17C17.41 15.75 17.75 16.09 17.75 16.5C17.75 16.91 17.41 17.25 17 17.25Z\" fill=\"\"/>\n<path d=\"M10 12.75H7C6.59 12.75 6.25 12.41 6.25 12C6.25 11.59 6.59 11.25 7 11.25H10C10.41 11.25 10.75 11.59 10.75 12C10.75 12.41 10.41 12.75 10 12.75Z\" fill=\"\"/>\n<path d=\"M17 12.75H14C13.59 12.75 13.25 12.41 13.25 12C13.25 11.59 13.59 11.25 14 11.25H17C17.41 11.25 17.75 11.59 17.75 12C17.75 12.41 17.41 12.75 17 12.75Z\" fill=\"\"/>\n<path d=\"M10 8.25H7C6.59 8.25 6.25 7.91 6.25 7.5C6.25 7.09 6.59 6.75 7 6.75H10C10.41 6.75 10.75 7.09 10.75 7.5C10.75 7.91 10.41 8.25 10 8.25Z\" fill=\"\"/>\n<path d=\"M17 8.25H14C13.59 8.25 13.25 7.91 13.25 7.5C13.25 7.09 13.59 6.75 14 6.75H17C17.41 6.75 17.75 7.09 17.75 7.5C17.75 7.91 17.41 8.25 17 8.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"bus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.9 22.75H7.10001C4.98001 22.75 3.25 21.02 3.25 18.9V5.10001C3.25 2.98001 4.98001 1.25 7.10001 1.25H16.9C19.02 1.25 20.75 2.98001 20.75 5.10001V18.9C20.75 21.02 19.02 22.75 16.9 22.75ZM7.10001 2.75C5.81001 2.75 4.75 3.80001 4.75 5.10001V18.9C4.75 20.19 5.80001 21.25 7.10001 21.25H16.9C18.19 21.25 19.25 20.2 19.25 18.9V5.10001C19.25 3.81001 18.2 2.75 16.9 2.75H7.10001Z\" fill=\"\"/>\n<path d=\"M18.5 13.75H5.5C4.26 13.75 3.25 12.74 3.25 11.5V9.5C3.25 8.26 4.26 7.25 5.5 7.25H18.5C19.74 7.25 20.75 8.26 20.75 9.5V11.5C20.75 12.74 19.74 13.75 18.5 13.75ZM5.5 8.75C5.09 8.75 4.75 9.09 4.75 9.5V11.5C4.75 11.91 5.09 12.25 5.5 12.25H18.5C18.91 12.25 19.25 11.91 19.25 11.5V9.5C19.25 9.09 18.91 8.75 18.5 8.75H5.5Z\" fill=\"\"/>\n<path d=\"M8 18.7501C7.67 18.7501 7.35 18.6201 7.12 18.3801C7.06 18.3301 7.01001 18.2601 6.96001 18.1901C6.92001 18.1301 6.88001 18.0501 6.85001 17.9801C6.81001 17.9001 6.79 17.8201 6.77 17.7401C6.76 17.6601 6.75 17.5801 6.75 17.5001C6.75 17.4201 6.76 17.3401 6.77 17.2601C6.79 17.1801 6.81001 17.1001 6.85001 17.0201C6.88001 16.9501 6.92001 16.8701 6.96001 16.8101C7.01001 16.7401 7.06 16.6701 7.12 16.6201C7.58 16.1501 8.41 16.1501 8.88 16.6201C8.94 16.6701 8.98999 16.7401 9.03999 16.8101C9.07999 16.8701 9.11999 16.9501 9.14999 17.0201C9.18999 17.1001 9.21 17.1801 9.23 17.2601C9.24 17.3401 9.25 17.4201 9.25 17.5001C9.25 17.5801 9.24 17.6601 9.23 17.7401C9.21 17.8201 9.18999 17.9001 9.14999 17.9801C9.11999 18.0501 9.07999 18.1301 9.03999 18.1901C8.98999 18.2601 8.94 18.3301 8.88 18.3801C8.65 18.6201 8.33 18.7501 8 18.7501Z\" fill=\"\"/>\n<path d=\"M16 18.7501C15.67 18.7501 15.35 18.6201 15.12 18.3801C14.88 18.1501 14.75 17.8301 14.75 17.5001C14.75 17.1701 14.88 16.8501 15.12 16.6201C15.58 16.1501 16.42 16.1501 16.88 16.6201C17.12 16.8501 17.25 17.1701 17.25 17.5001C17.25 17.8301 17.12 18.1501 16.88 18.3801C16.65 18.6201 16.33 18.7501 16 18.7501Z\" fill=\"\"/>\n<path d=\"M14.5 5.75H9.5C9.09 5.75 8.75 5.41 8.75 5C8.75 4.59 9.09 4.25 9.5 4.25H14.5C14.91 4.25 15.25 4.59 15.25 5C15.25 5.41 14.91 5.75 14.5 5.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"buy crypto \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.4998 15.75C15.3198 15.75 15.1198 15.74 14.9398 15.73C14.5698 15.71 14.2697 15.41 14.2397 15.04C14.0197 12.25 11.7498 9.98999 8.96976 9.76999C8.59976 9.73999 8.29975 9.44001 8.27975 9.07001C8.26975 8.89001 8.25977 8.69001 8.25977 8.51001C8.25977 4.51001 11.5098 1.26001 15.5098 1.26001C19.5098 1.26001 22.7598 4.51001 22.7598 8.51001C22.7598 12.51 19.4998 15.75 15.4998 15.75ZM9.74976 8.35999C12.7298 8.88999 15.1198 11.27 15.6398 14.25C18.7498 14.17 21.2498 11.63 21.2498 8.5C21.2498 5.33 18.6698 2.75 15.4998 2.75C12.3798 2.75 9.82976 5.24999 9.74976 8.35999Z\" fill=\"\"/>\n<path d=\"M8.5 22.75C4.5 22.75 1.25 19.5 1.25 15.5C1.25 11.5 4.5 8.25 8.5 8.25C8.68 8.25 8.88 8.25999 9.06 8.26999C12.59 8.54999 15.45 11.41 15.72 14.92C15.73 15.12 15.74 15.32 15.74 15.5C15.75 19.5 12.5 22.75 8.5 22.75ZM8.5 9.75C5.33 9.75 2.75 12.33 2.75 15.5C2.75 18.67 5.33 21.25 8.5 21.25C11.67 21.25 14.25 18.67 14.25 15.5C14.25 15.34 14.24 15.18 14.23 15.02C14.01 12.25 11.74 9.98001 8.95999 9.76001C8.81999 9.76001 8.66 9.75 8.5 9.75Z\" fill=\"\"/>\n<path d=\"M8.5 18.75C8.23 18.75 7.97 18.6 7.84 18.36L7.06 16.94L5.64001 16.16C5.40001 16.03 5.25 15.78 5.25 15.5C5.25 15.22 5.40001 14.97 5.64001 14.84L7.06 14.06L7.84 12.64C8.1 12.16 8.89 12.16 9.16 12.64L9.94 14.06L11.36 14.84C11.6 14.97 11.75 15.22 11.75 15.5C11.75 15.78 11.6 16.03 11.36 16.16L9.94 16.94L9.16 18.36C9.03 18.6 8.77 18.75 8.5 18.75ZM7.56 15.5L7.97 15.73C8.1 15.8 8.19999 15.9 8.26999 16.03L8.5 16.44L8.73001 16.03C8.80001 15.9 8.9 15.8 9.03 15.73L9.44 15.5L9.03 15.27C8.9 15.2 8.80001 15.1 8.73001 14.97L8.5 14.56L8.26999 14.97C8.19999 15.1 8.1 15.2 7.97 15.27L7.56 15.5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"cake \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 22.75H2C1.59 22.75 1.25 22.41 1.25 22C1.25 21.59 1.59 21.25 2 21.25H22C22.41 21.25 22.75 21.59 22.75 22C22.75 22.41 22.41 22.75 22 22.75Z\" fill=\"\"/>\n<path d=\"M20.8894 22.75C20.4794 22.75 20.1394 22.41 20.1394 22V13C20.1394 11.76 18.9794 10.75 17.5594 10.75H6.43937C5.01937 10.75 3.85938 11.76 3.85938 13V22C3.85938 22.41 3.51937 22.75 3.10938 22.75C2.69938 22.75 2.35938 22.41 2.35938 22V13C2.35938 10.93 4.18937 9.25 6.43937 9.25H17.5494C19.7994 9.25 21.6294 10.93 21.6294 13V22C21.6394 22.41 21.2994 22.75 20.8894 22.75Z\" fill=\"\"/>\n<path d=\"M18.4405 10.75C18.0305 10.75 17.6905 10.41 17.6905 10V7.17C17.6905 6.39 16.9405 5.75 16.0305 5.75H7.98055C7.06055 5.75 6.32055 6.39 6.32055 7.17V10C6.32055 10.41 5.98055 10.75 5.57055 10.75C5.16055 10.75 4.81055 10.41 4.81055 10V7.17C4.81055 5.56 6.23055 4.25 7.97055 4.25H16.0205C17.7605 4.25 19.1805 5.56 19.1805 7.17V10C19.1905 10.41 18.8505 10.75 18.4405 10.75Z\" fill=\"\"/>\n<path d=\"M17.3307 17.75C16.1707 17.75 15.2307 16.81 15.2307 15.65V15.34C15.2307 15.01 14.9607 14.74 14.6307 14.74C14.3007 14.74 14.0307 15.01 14.0307 15.34V15.65C14.0307 16.81 13.0907 17.75 11.9307 17.75C10.7707 17.75 9.83068 16.81 9.83068 15.65V15.34C9.83068 15.01 9.56068 14.74 9.23068 14.74C8.90068 14.74 8.63068 15.01 8.63068 15.34V15.65C8.63068 16.81 7.69068 17.75 6.53068 17.75C5.37068 17.75 4.43068 16.81 4.43068 15.65V15.32C4.43068 15 4.17068 14.73 3.84068 14.72H3.47068C3.06068 14.71 2.72068 14.37 2.73068 13.96C2.74068 13.55 3.07068 13.22 3.48068 13.22H3.49068H3.86068C5.00068 13.24 5.93068 14.18 5.93068 15.32V15.65C5.93068 15.98 6.20068 16.25 6.53068 16.25C6.86068 16.25 7.13068 15.98 7.13068 15.65V15.34C7.13068 14.18 8.07068 13.24 9.23068 13.24C10.3907 13.24 11.3307 14.18 11.3307 15.34V15.65C11.3307 15.98 11.6007 16.25 11.9307 16.25C12.2607 16.25 12.5307 15.98 12.5307 15.65V15.34C12.5307 14.18 13.4707 13.24 14.6307 13.24C15.7907 13.24 16.7307 14.18 16.7307 15.34V15.65C16.7307 15.98 17.0007 16.25 17.3307 16.25C17.6607 16.25 17.9307 15.98 17.9307 15.65V15.34C17.9307 14.18 18.8707 13.24 20.0307 13.24H20.4807C20.8907 13.24 21.2307 13.58 21.2307 13.99C21.2307 14.4 20.8907 14.74 20.4807 14.74H20.0307C19.7007 14.74 19.4307 15.01 19.4307 15.34V15.65C19.4307 16.81 18.4907 17.75 17.3307 17.75Z\" fill=\"\"/>\n<path d=\"M8 5.75C7.59 5.75 7.25 5.41 7.25 5V3C7.25 2.59 7.59 2.25 8 2.25C8.41 2.25 8.75 2.59 8.75 3V5C8.75 5.41 8.41 5.75 8 5.75Z\" fill=\"\"/>\n<path d=\"M16 5.75C15.59 5.75 15.25 5.41 15.25 5V3C15.25 2.59 15.59 2.25 16 2.25C16.41 2.25 16.75 2.59 16.75 3V5C16.75 5.41 16.41 5.75 16 5.75Z\" fill=\"\"/>\n<path d=\"M12 5.75C11.59 5.75 11.25 5.41 11.25 5V2C11.25 1.59 11.59 1.25 12 1.25C12.41 1.25 12.75 1.59 12.75 2V5C12.75 5.41 12.41 5.75 12 5.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"calculator \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14 22.75H10C4.57 22.75 2.25 20.43 2.25 15V9C2.25 3.57 4.57 1.25 10 1.25H14C19.43 1.25 21.75 3.57 21.75 9V15C21.75 20.43 19.43 22.75 14 22.75ZM10 2.75C5.39 2.75 3.75 4.39 3.75 9V15C3.75 19.61 5.39 21.25 10 21.25H14C18.61 21.25 20.25 19.61 20.25 15V9C20.25 4.39 18.61 2.75 14 2.75H10Z\" fill=\"\"/>\n<path d=\"M15 10.8301H9C7.76 10.8301 6.75 9.82008 6.75 8.58008V7.58008C6.75 6.34008 7.76 5.33008 9 5.33008H15C16.24 5.33008 17.25 6.34008 17.25 7.58008V8.58008C17.25 9.82008 16.24 10.8301 15 10.8301ZM9 6.83008C8.59 6.83008 8.25 7.17008 8.25 7.58008V8.58008C8.25 8.99008 8.59 9.33008 9 9.33008H15C15.41 9.33008 15.75 8.99008 15.75 8.58008V7.58008C15.75 7.17008 15.41 6.83008 15 6.83008H9Z\" fill=\"\"/>\n<path d=\"M8.15016 14.9201C8.02016 14.9201 7.89016 14.8901 7.77016 14.8401C7.65016 14.7901 7.54016 14.7201 7.45016 14.6301C7.26016 14.4401 7.16016 14.1901 7.16016 13.9201C7.16016 13.7901 7.18016 13.6601 7.23016 13.5401C7.28016 13.4101 7.35016 13.3101 7.45016 13.2101C7.49016 13.1701 7.54016 13.1201 7.60016 13.0901C7.65016 13.0501 7.71016 13.0201 7.77016 13.0001C7.83016 12.9701 7.90016 12.9501 7.96016 12.9401C8.28016 12.8701 8.63016 12.9801 8.86016 13.2101C8.95016 13.3001 9.03016 13.4101 9.08016 13.5401C9.13016 13.6601 9.16016 13.7901 9.16016 13.9201C9.16016 14.1901 9.05016 14.4401 8.86016 14.6301C8.67016 14.8201 8.42016 14.9201 8.15016 14.9201Z\" fill=\"\"/>\n<path d=\"M12.1602 14.9199C11.8902 14.9199 11.6402 14.8199 11.4502 14.6299C11.2602 14.4399 11.1602 14.1899 11.1602 13.9199C11.1602 13.7899 11.1802 13.6599 11.2302 13.5399C11.2802 13.4099 11.3502 13.3099 11.4502 13.2099C11.4902 13.1699 11.5402 13.1199 11.6002 13.0899C11.6502 13.0499 11.7102 13.0199 11.7702 12.9999C11.8302 12.9699 11.9002 12.9499 11.9602 12.9399C12.1502 12.8999 12.3502 12.9199 12.5402 12.9999C12.6602 13.0499 12.7702 13.1199 12.8602 13.2099C12.9502 13.3099 13.0302 13.4099 13.0802 13.5399C13.1302 13.6599 13.1602 13.7899 13.1602 13.9199C13.1602 14.1899 13.0502 14.4399 12.8602 14.6299C12.6702 14.8199 12.4202 14.9199 12.1602 14.9199Z\" fill=\"\"/>\n<path d=\"M16.1502 14.9201C16.0202 14.9201 15.8902 14.8901 15.7702 14.8401C15.6502 14.7901 15.5402 14.7201 15.4502 14.6301C15.3502 14.5301 15.2802 14.4201 15.2302 14.3001C15.1802 14.1801 15.1602 14.0501 15.1602 13.9201C15.1602 13.7901 15.1802 13.6601 15.2302 13.5401C15.2802 13.4101 15.3502 13.3101 15.4502 13.2101C15.8202 12.8401 16.4902 12.8401 16.8602 13.2101C17.0502 13.4001 17.1602 13.6601 17.1602 13.9201C17.1602 14.1901 17.0502 14.4401 16.8602 14.6301C16.6802 14.8101 16.4302 14.9201 16.1502 14.9201Z\" fill=\"\"/>\n<path d=\"M8.16039 18.9199C7.89039 18.9199 7.64039 18.8199 7.45039 18.6299C7.26039 18.4399 7.15039 18.1899 7.15039 17.9199C7.15039 17.6599 7.26039 17.3999 7.45039 17.2099C7.49039 17.1699 7.55039 17.1199 7.60039 17.0899C7.65039 17.0499 7.71039 17.0199 7.77039 16.9999C7.83039 16.9699 7.90039 16.9499 7.96039 16.9399C8.29039 16.8799 8.63039 16.9799 8.86039 17.2099C8.91039 17.2599 8.95039 17.3099 8.99039 17.3599C9.02039 17.4199 9.05039 17.4799 9.08039 17.5399C9.10039 17.5999 9.12039 17.6599 9.14039 17.7199C9.15039 17.7899 9.16039 17.8499 9.16039 17.9199C9.16039 18.1899 9.05039 18.4399 8.86039 18.6299C8.67039 18.8199 8.42039 18.9199 8.16039 18.9199Z\" fill=\"\"/>\n<path d=\"M12.1604 18.9199C11.8904 18.9199 11.6404 18.8199 11.4504 18.6299C11.2604 18.4399 11.1504 18.1899 11.1504 17.9199C11.1504 17.6599 11.2604 17.3999 11.4504 17.2099C11.6804 16.9799 12.0304 16.8799 12.3504 16.9399C12.4104 16.9499 12.4804 16.9699 12.5404 16.9999C12.6004 17.0199 12.6604 17.0499 12.7104 17.0899C12.7604 17.1199 12.8104 17.1699 12.8604 17.2099C13.0504 17.3999 13.1504 17.6599 13.1504 17.9199C13.1504 18.1899 13.0504 18.4399 12.8604 18.6299C12.6704 18.8199 12.4204 18.9199 12.1604 18.9199Z\" fill=\"\"/>\n<path d=\"M16.1502 18.92C15.8902 18.92 15.6402 18.82 15.4502 18.63C15.2602 18.44 15.1602 18.19 15.1602 17.92C15.1602 17.66 15.2602 17.4 15.4502 17.21C15.5402 17.12 15.6502 17.05 15.7702 17C16.1402 16.85 16.5902 16.93 16.8602 17.21C17.0502 17.4 17.1502 17.66 17.1502 17.92C17.1502 18.19 17.0502 18.44 16.8602 18.63C16.7702 18.72 16.6602 18.79 16.5402 18.84C16.4202 18.89 16.2902 18.92 16.1502 18.92Z\" fill=\"\"/>\n</svg>\n</li><li title=\"calendar 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 5.75C7.59 5.75 7.25 5.41 7.25 5V2C7.25 1.59 7.59 1.25 8 1.25C8.41 1.25 8.75 1.59 8.75 2V5C8.75 5.41 8.41 5.75 8 5.75Z\" fill=\"\"/>\n<path d=\"M16 5.75C15.59 5.75 15.25 5.41 15.25 5V2C15.25 1.59 15.59 1.25 16 1.25C16.41 1.25 16.75 1.59 16.75 2V5C16.75 5.41 16.41 5.75 16 5.75Z\" fill=\"\"/>\n<path d=\"M8.5 14.5001C8.37 14.5001 8.24 14.4701 8.12 14.4201C7.99 14.3701 7.89 14.3001 7.79 14.2101C7.61 14.0201 7.5 13.7701 7.5 13.5001C7.5 13.3701 7.53 13.2401 7.58 13.1201C7.63 13.0001 7.7 12.8901 7.79 12.7901C7.89 12.7001 7.99 12.6301 8.12 12.5801C8.48 12.4301 8.93 12.5101 9.21 12.7901C9.39 12.9801 9.5 13.2401 9.5 13.5001C9.5 13.5601 9.49 13.6301 9.48 13.7001C9.47 13.7601 9.45 13.8201 9.42 13.8801C9.4 13.9401 9.37 14.0001 9.33 14.0601C9.3 14.1101 9.25 14.1601 9.21 14.2101C9.02 14.3901 8.76 14.5001 8.5 14.5001Z\" fill=\"\"/>\n<path d=\"M12 14.4999C11.87 14.4999 11.74 14.4699 11.62 14.4199C11.49 14.3699 11.39 14.2999 11.29 14.2099C11.11 14.0199 11 13.7699 11 13.4999C11 13.3699 11.03 13.2399 11.08 13.1199C11.13 12.9999 11.2 12.8899 11.29 12.7899C11.39 12.6999 11.49 12.6299 11.62 12.5799C11.98 12.4199 12.43 12.5099 12.71 12.7899C12.89 12.9799 13 13.2399 13 13.4999C13 13.5599 12.99 13.6299 12.98 13.6999C12.97 13.7599 12.95 13.8199 12.92 13.8799C12.9 13.9399 12.87 13.9999 12.83 14.0599C12.8 14.1099 12.75 14.1599 12.71 14.2099C12.52 14.3899 12.26 14.4999 12 14.4999Z\" fill=\"\"/>\n<path d=\"M15.5 14.4999C15.37 14.4999 15.24 14.4699 15.12 14.4199C14.99 14.3699 14.89 14.2999 14.79 14.2099C14.75 14.1599 14.71 14.1099 14.67 14.0599C14.63 13.9999 14.6 13.9399 14.58 13.8799C14.55 13.8199 14.53 13.7599 14.52 13.6999C14.51 13.6299 14.5 13.5599 14.5 13.4999C14.5 13.2399 14.61 12.9799 14.79 12.7899C14.89 12.6999 14.99 12.6299 15.12 12.5799C15.49 12.4199 15.93 12.5099 16.21 12.7899C16.39 12.9799 16.5 13.2399 16.5 13.4999C16.5 13.5599 16.49 13.6299 16.48 13.6999C16.47 13.7599 16.45 13.8199 16.42 13.8799C16.4 13.9399 16.37 13.9999 16.33 14.0599C16.3 14.1099 16.25 14.1599 16.21 14.2099C16.02 14.3899 15.76 14.4999 15.5 14.4999Z\" fill=\"\"/>\n<path d=\"M8.5 17.9999C8.37 17.9999 8.24 17.97 8.12 17.92C8 17.87 7.89 17.7999 7.79 17.7099C7.61 17.5199 7.5 17.2599 7.5 16.9999C7.5 16.8699 7.53 16.7399 7.58 16.6199C7.63 16.4899 7.7 16.38 7.79 16.29C8.16 15.92 8.84 15.92 9.21 16.29C9.39 16.48 9.5 16.7399 9.5 16.9999C9.5 17.2599 9.39 17.5199 9.21 17.7099C9.02 17.8899 8.76 17.9999 8.5 17.9999Z\" fill=\"\"/>\n<path d=\"M12 17.9999C11.74 17.9999 11.48 17.8899 11.29 17.7099C11.11 17.5199 11 17.2599 11 16.9999C11 16.8699 11.03 16.7399 11.08 16.6199C11.13 16.4899 11.2 16.38 11.29 16.29C11.66 15.92 12.34 15.92 12.71 16.29C12.8 16.38 12.87 16.4899 12.92 16.6199C12.97 16.7399 13 16.8699 13 16.9999C13 17.2599 12.89 17.5199 12.71 17.7099C12.52 17.8899 12.26 17.9999 12 17.9999Z\" fill=\"\"/>\n<path d=\"M15.5 17.9999C15.24 17.9999 14.98 17.8899 14.79 17.7099C14.7 17.6199 14.63 17.5099 14.58 17.3799C14.53 17.2599 14.5 17.1299 14.5 16.9999C14.5 16.8699 14.53 16.7399 14.58 16.6199C14.63 16.4899 14.7 16.3799 14.79 16.2899C15.02 16.0599 15.37 15.9499 15.69 16.0199C15.76 16.0299 15.82 16.0499 15.88 16.0799C15.94 16.0999 16 16.1299 16.06 16.1699C16.11 16.1999 16.16 16.2499 16.21 16.2899C16.39 16.4799 16.5 16.7399 16.5 16.9999C16.5 17.2599 16.39 17.5199 16.21 17.7099C16.02 17.8899 15.76 17.9999 15.5 17.9999Z\" fill=\"\"/>\n<path d=\"M20.5 9.83984H3.5C3.09 9.83984 2.75 9.49984 2.75 9.08984C2.75 8.67984 3.09 8.33984 3.5 8.33984H20.5C20.91 8.33984 21.25 8.67984 21.25 9.08984C21.25 9.49984 20.91 9.83984 20.5 9.83984Z\" fill=\"\"/>\n<path d=\"M16 22.75H8C4.35 22.75 2.25 20.65 2.25 17V8.5C2.25 4.85 4.35 2.75 8 2.75H16C19.65 2.75 21.75 4.85 21.75 8.5V17C21.75 20.65 19.65 22.75 16 22.75ZM8 4.25C5.14 4.25 3.75 5.64 3.75 8.5V17C3.75 19.86 5.14 21.25 8 21.25H16C18.86 21.25 20.25 19.86 20.25 17V8.5C20.25 5.64 18.86 4.25 16 4.25H8Z\" fill=\"\"/>\n</svg>\n</li><li title=\"calendar 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 5.75C7.59 5.75 7.25 5.41 7.25 5V2C7.25 1.59 7.59 1.25 8 1.25C8.41 1.25 8.75 1.59 8.75 2V5C8.75 5.41 8.41 5.75 8 5.75Z\" fill=\"\"/>\n<path d=\"M16 5.75C15.59 5.75 15.25 5.41 15.25 5V2C15.25 1.59 15.59 1.25 16 1.25C16.41 1.25 16.75 1.59 16.75 2V5C16.75 5.41 16.41 5.75 16 5.75Z\" fill=\"\"/>\n<path d=\"M20.5 9.83984H3.5C3.09 9.83984 2.75 9.49984 2.75 9.08984C2.75 8.67984 3.09 8.33984 3.5 8.33984H20.5C20.91 8.33984 21.25 8.67984 21.25 9.08984C21.25 9.49984 20.91 9.83984 20.5 9.83984Z\" fill=\"\"/>\n<path d=\"M16 22.75H8C4.35 22.75 2.25 20.65 2.25 17V8.5C2.25 4.85 4.35 2.75 8 2.75H16C19.65 2.75 21.75 4.85 21.75 8.5V17C21.75 20.65 19.65 22.75 16 22.75ZM8 4.25C5.14 4.25 3.75 5.64 3.75 8.5V17C3.75 19.86 5.14 21.25 8 21.25H16C18.86 21.25 20.25 19.86 20.25 17V8.5C20.25 5.64 18.86 4.25 16 4.25H8Z\" fill=\"\"/>\n<path d=\"M8.5 14.5C8.37 14.5 8.24 14.47 8.12 14.42C8 14.37 7.89001 14.3 7.79001 14.21C7.70001 14.11 7.62999 14 7.57999 13.88C7.52999 13.76 7.5 13.63 7.5 13.5C7.5 13.24 7.61001 12.98 7.79001 12.79C7.89001 12.7 8 12.63 8.12 12.58C8.3 12.5 8.50001 12.48 8.70001 12.52C8.76001 12.53 8.82 12.55 8.88 12.58C8.94 12.6 9 12.63 9.06 12.67C9.11 12.71 9.15999 12.75 9.20999 12.79C9.24999 12.84 9.29999 12.89 9.32999 12.94C9.36999 13 9.40001 13.06 9.42001 13.12C9.45001 13.18 9.47001 13.24 9.48001 13.3C9.49001 13.37 9.5 13.43 9.5 13.5C9.5 13.76 9.38999 14.02 9.20999 14.21C9.01999 14.39 8.76 14.5 8.5 14.5Z\" fill=\"\"/>\n<path d=\"M12 14.4999C11.74 14.4999 11.48 14.3899 11.29 14.2099C11.25 14.1599 11.21 14.1099 11.17 14.0599C11.13 13.9999 11.1 13.9399 11.08 13.8799C11.05 13.8199 11.03 13.7599 11.02 13.6999C11.01 13.6299 11 13.5699 11 13.4999C11 13.3699 11.03 13.2399 11.08 13.1199C11.13 12.9999 11.2 12.8899 11.29 12.7899C11.57 12.5099 12.02 12.4199 12.38 12.5799C12.51 12.6299 12.61 12.6999 12.71 12.7899C12.89 12.9799 13 13.2399 13 13.4999C13 13.5699 12.99 13.6299 12.98 13.6999C12.97 13.7599 12.95 13.8199 12.92 13.8799C12.9 13.9399 12.87 13.9999 12.83 14.0599C12.79 14.1099 12.75 14.1599 12.71 14.2099C12.61 14.2999 12.51 14.3699 12.38 14.4199C12.26 14.4699 12.13 14.4999 12 14.4999Z\" fill=\"\"/>\n<path d=\"M8.5 17.9999C8.37 17.9999 8.24 17.9699 8.12 17.9199C8 17.8699 7.89001 17.7999 7.79001 17.7099C7.70001 17.6099 7.62999 17.5099 7.57999 17.3799C7.52999 17.2599 7.5 17.1299 7.5 16.9999C7.5 16.7399 7.61001 16.4799 7.79001 16.2899C7.89001 16.1999 8 16.1299 8.12 16.0799C8.49 15.9199 8.92999 16.0099 9.20999 16.2899C9.24999 16.3399 9.29999 16.3899 9.32999 16.4399C9.36999 16.4999 9.40001 16.5599 9.42001 16.6199C9.45001 16.6799 9.47001 16.7399 9.48001 16.8099C9.49001 16.8699 9.5 16.9399 9.5 16.9999C9.5 17.2599 9.38999 17.5199 9.20999 17.7099C9.01999 17.8899 8.76 17.9999 8.5 17.9999Z\" fill=\"\"/>\n</svg>\n</li><li title=\"calendar add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 5.75C7.59 5.75 7.25 5.41 7.25 5V2C7.25 1.59 7.59 1.25 8 1.25C8.41 1.25 8.75 1.59 8.75 2V5C8.75 5.41 8.41 5.75 8 5.75Z\" fill=\"\"/>\n<path d=\"M16 5.75C15.59 5.75 15.25 5.41 15.25 5V2C15.25 1.59 15.59 1.25 16 1.25C16.41 1.25 16.75 1.59 16.75 2V5C16.75 5.41 16.41 5.75 16 5.75Z\" fill=\"\"/>\n<path d=\"M8.5 14.5001C8.37 14.5001 8.24 14.4801 8.12 14.4201C8 14.3701 7.88999 14.3001 7.78999 14.2101C7.60999 14.0201 7.5 13.7601 7.5 13.5001C7.5 13.3701 7.53 13.2401 7.58 13.1201C7.63 13.0001 7.69999 12.8901 7.78999 12.7901C7.88999 12.7001 8 12.6301 8.12 12.5801C8.48 12.4301 8.93001 12.5101 9.21001 12.7901C9.30001 12.8901 9.37 13.0001 9.42 13.1201C9.47 13.2401 9.5 13.3701 9.5 13.5001C9.5 13.7601 9.39001 14.0201 9.21001 14.2101C9.02001 14.3901 8.76 14.5001 8.5 14.5001Z\" fill=\"\"/>\n<path d=\"M12 14.4999C11.74 14.4999 11.48 14.3899 11.29 14.2099C11.2 14.1099 11.13 13.9999 11.08 13.8799C11.03 13.7599 11 13.6299 11 13.4999C11 13.2399 11.11 12.9799 11.29 12.7899C11.57 12.5099 12.01 12.4199 12.38 12.5799C12.5 12.6299 12.61 12.6999 12.71 12.7899C12.89 12.9799 13 13.2399 13 13.4999C13 13.6299 12.98 13.7599 12.92 13.8799C12.87 13.9999 12.8 14.1099 12.71 14.2099C12.61 14.2999 12.5 14.3699 12.38 14.4199C12.26 14.4799 12.13 14.4999 12 14.4999Z\" fill=\"\"/>\n<path d=\"M8.5 17.9999C8.37 17.9999 8.24 17.9699 8.12 17.9199C8 17.8699 7.88999 17.7999 7.78999 17.7099C7.60999 17.5199 7.5 17.2699 7.5 16.9999C7.5 16.8699 7.53 16.7399 7.58 16.6199C7.63 16.4899 7.69999 16.3899 7.78999 16.2899C7.88999 16.1999 8 16.1299 8.12 16.0799C8.48 15.9199 8.93001 16.0099 9.21001 16.2899C9.30001 16.3899 9.37 16.4899 9.42 16.6199C9.47 16.7399 9.5 16.8699 9.5 16.9999C9.5 17.2699 9.39001 17.5199 9.21001 17.7099C9.02001 17.8899 8.76 17.9999 8.5 17.9999Z\" fill=\"\"/>\n<path d=\"M20.5 9.83984H3.5C3.09 9.83984 2.75 9.49984 2.75 9.08984C2.75 8.67984 3.09 8.33984 3.5 8.33984H20.5C20.91 8.33984 21.25 8.67984 21.25 9.08984C21.25 9.49984 20.91 9.83984 20.5 9.83984Z\" fill=\"\"/>\n<path d=\"M18 23.75C15.38 23.75 13.25 21.62 13.25 19C13.25 16.38 15.38 14.25 18 14.25C20.62 14.25 22.75 16.38 22.75 19C22.75 21.62 20.62 23.75 18 23.75ZM18 15.75C16.21 15.75 14.75 17.21 14.75 19C14.75 20.79 16.21 22.25 18 22.25C19.79 22.25 21.25 20.79 21.25 19C21.25 17.21 19.79 15.75 18 15.75Z\" fill=\"\"/>\n<path d=\"M19.49 19.7998H16.5C16.09 19.7998 15.75 19.4598 15.75 19.0498C15.75 18.6398 16.09 18.2998 16.5 18.2998H19.49C19.9 18.2998 20.24 18.6398 20.24 19.0498C20.24 19.4598 19.91 19.7998 19.49 19.7998Z\" fill=\"\"/>\n<path d=\"M18 21.3298C17.59 21.3298 17.25 20.9898 17.25 20.5798V17.5898C17.25 17.1798 17.59 16.8398 18 16.8398C18.41 16.8398 18.75 17.1798 18.75 17.5898V20.5798C18.75 20.9898 18.41 21.3298 18 21.3298Z\" fill=\"\"/>\n<path d=\"M15.37 22.75H8C4.35 22.75 2.25 20.65 2.25 17V8.5C2.25 4.85 4.35 2.75 8 2.75H16C19.65 2.75 21.75 4.85 21.75 8.5V16.36C21.75 16.67 21.56 16.95 21.26 17.06C20.97 17.17 20.64 17.09 20.43 16.85C19.81 16.15 18.92 15.75 17.99 15.75C16.2 15.75 14.74 17.21 14.74 19C14.74 19.59 14.9 20.17 15.21 20.67C15.38 20.97 15.6 21.22 15.84 21.43C16.08 21.63 16.17 21.96 16.06 22.26C15.97 22.55 15.69 22.75 15.37 22.75ZM8 4.25C5.14 4.25 3.75 5.64 3.75 8.5V17C3.75 19.86 5.14 21.25 8 21.25H13.82C13.45 20.57 13.25 19.8 13.25 19C13.25 16.38 15.38 14.25 18 14.25C18.79 14.25 19.57 14.45 20.25 14.82V8.5C20.25 5.64 18.86 4.25 16 4.25H8Z\" fill=\"\"/>\n</svg>\n</li><li title=\"calendar circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z\" fill=\"\"/>\n<path d=\"M9.89062 8.58008C9.48063 8.58008 9.14062 8.24008 9.14062 7.83008V5.83008C9.14062 5.42008 9.48063 5.08008 9.89062 5.08008C10.3006 5.08008 10.6406 5.42008 10.6406 5.83008V7.83008C10.6406 8.24008 10.3106 8.58008 9.89062 8.58008Z\" fill=\"\"/>\n<path d=\"M14.1094 8.58008C13.6994 8.58008 13.3594 8.24008 13.3594 7.83008V5.83008C13.3594 5.42008 13.6994 5.08008 14.1094 5.08008C14.5194 5.08008 14.8594 5.42008 14.8594 5.83008V7.83008C14.8594 8.24008 14.5194 8.58008 14.1094 8.58008Z\" fill=\"\"/>\n<path d=\"M16.4695 10.8901H7.51953C7.10953 10.8901 6.76953 10.5501 6.76953 10.1401C6.76953 9.73014 7.10953 9.39014 7.51953 9.39014H16.4695C16.8795 9.39014 17.2195 9.73014 17.2195 10.1401C17.2195 10.5501 16.8895 10.8901 16.4695 10.8901Z\" fill=\"\"/>\n<path d=\"M13.5 18.4199H10.5C7.75 18.4199 5.75 16.4199 5.75 13.6699V10.6699C5.75 7.91992 7.75 5.91992 10.5 5.91992H13.5C16.25 5.91992 18.25 7.91992 18.25 10.6699V13.6699C18.25 16.4199 16.25 18.4199 13.5 18.4199ZM10.5 7.41992C8.25 7.41992 7.25 9.04992 7.25 10.6699V13.6699C7.25 15.2899 8.25 16.9199 10.5 16.9199H13.5C15.75 16.9199 16.75 15.2899 16.75 13.6699V10.6699C16.75 9.04992 15.75 7.41992 13.5 7.41992H10.5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"calendar edit \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 5.75C7.59 5.75 7.25 5.41 7.25 5V2C7.25 1.59 7.59 1.25 8 1.25C8.41 1.25 8.75 1.59 8.75 2V5C8.75 5.41 8.41 5.75 8 5.75Z\" fill=\"\"/>\n<path d=\"M16 5.75C15.59 5.75 15.25 5.41 15.25 5V2C15.25 1.59 15.59 1.25 16 1.25C16.41 1.25 16.75 1.59 16.75 2V5C16.75 5.41 16.41 5.75 16 5.75Z\" fill=\"\"/>\n<path d=\"M8.5 14.4999C8.37 14.4999 8.24 14.4699 8.12 14.4199C7.99 14.3699 7.89001 14.2999 7.79001 14.2099C7.61001 14.0199 7.5 13.7599 7.5 13.4999C7.5 13.2399 7.61001 12.9799 7.79001 12.7899C7.89001 12.6999 8 12.6299 8.12 12.5799C8.36 12.4799 8.64 12.4799 8.88 12.5799C9 12.6299 9.10999 12.6999 9.20999 12.7899C9.24999 12.8399 9.29999 12.8899 9.32999 12.9399C9.36999 12.9999 9.40001 13.0599 9.42001 13.1199C9.45001 13.1799 9.47001 13.2399 9.48001 13.2999C9.49001 13.3699 9.5 13.4399 9.5 13.4999C9.5 13.7599 9.38999 14.0199 9.20999 14.2099C9.10999 14.2999 9 14.3699 8.88 14.4199C8.76 14.4699 8.63 14.4999 8.5 14.4999Z\" fill=\"\"/>\n<path d=\"M12 14.4999C11.87 14.4999 11.74 14.47 11.62 14.42C11.49 14.37 11.39 14.2999 11.29 14.2099C11.11 14.0199 11 13.7599 11 13.4999C11 13.4399 11.01 13.3699 11.02 13.2999C11.03 13.2399 11.05 13.1799 11.08 13.1199C11.1 13.0599 11.13 12.9999 11.17 12.9399C11.21 12.8899 11.25 12.84 11.29 12.79C11.66 12.42 12.33 12.42 12.71 12.79C12.75 12.84 12.79 12.8899 12.83 12.9399C12.87 12.9999 12.9 13.0599 12.92 13.1199C12.95 13.1799 12.97 13.2399 12.98 13.2999C12.99 13.3699 13 13.4399 13 13.4999C13 13.7599 12.89 14.0199 12.71 14.2099C12.52 14.3899 12.27 14.4999 12 14.4999Z\" fill=\"\"/>\n<path d=\"M8.5 17.9999C8.37 17.9999 8.24 17.9699 8.12 17.9199C8 17.8699 7.89001 17.7999 7.79001 17.7099C7.61001 17.5199 7.5 17.2599 7.5 16.9999C7.5 16.9399 7.50999 16.8699 7.51999 16.8099C7.52999 16.7399 7.54999 16.6799 7.57999 16.6199C7.59999 16.5599 7.63001 16.4999 7.67001 16.4399C7.70001 16.3899 7.75001 16.3399 7.79001 16.2899C7.89001 16.1999 8 16.1299 8.12 16.0799C8.36 15.9799 8.64 15.9799 8.88 16.0799C9 16.1299 9.10999 16.1999 9.20999 16.2899C9.24999 16.3399 9.29999 16.3899 9.32999 16.4399C9.36999 16.4999 9.40001 16.5599 9.42001 16.6199C9.45001 16.6799 9.47001 16.7399 9.48001 16.8099C9.49001 16.8699 9.5 16.9399 9.5 16.9999C9.5 17.2599 9.38999 17.5199 9.20999 17.7099C9.10999 17.7999 9 17.8699 8.88 17.9199C8.76 17.9699 8.63 17.9999 8.5 17.9999Z\" fill=\"\"/>\n<path d=\"M20.5 9.83984H3.5C3.09 9.83984 2.75 9.49984 2.75 9.08984C2.75 8.67984 3.09 8.33984 3.5 8.33984H20.5C20.91 8.33984 21.25 8.67984 21.25 9.08984C21.25 9.49984 20.91 9.83984 20.5 9.83984Z\" fill=\"\"/>\n<path d=\"M15.8196 22.7801C15.4396 22.7801 15.0796 22.6401 14.8196 22.3801C14.5096 22.0701 14.3696 21.6201 14.4396 21.1501L14.6296 19.8001C14.6796 19.4501 14.8896 19.0301 15.1396 18.7801L18.6796 15.2401C19.1596 14.7601 19.6296 14.5101 20.1396 14.4601C20.7696 14.4001 21.3796 14.6601 21.9596 15.2401C22.5696 15.8501 23.3896 17.0901 21.9596 18.5201L18.4196 22.0601C18.1696 22.3101 17.7496 22.5201 17.3996 22.5701L16.0495 22.7601C15.9695 22.7701 15.8996 22.7801 15.8196 22.7801ZM20.3096 15.9501C20.2996 15.9501 20.2896 15.9501 20.2796 15.9501C20.1396 15.9601 19.9496 16.0901 19.7396 16.3001L16.1996 19.8401C16.1696 19.8701 16.1196 19.9701 16.1196 20.0101L15.9396 21.2601L17.1896 21.0801C17.2296 21.0701 17.3295 21.0201 17.3595 20.9901L20.8996 17.4501C21.3396 17.0101 21.3996 16.7901 20.8996 16.2901C20.7396 16.1401 20.5096 15.9501 20.3096 15.9501Z\" fill=\"\"/>\n<path d=\"M20.9206 19.2499C20.8506 19.2499 20.7806 19.2399 20.7206 19.2199C19.4006 18.8499 18.3506 17.7999 17.9806 16.4799C17.8706 16.0799 18.1006 15.6699 18.5006 15.5499C18.9006 15.4399 19.3106 15.6699 19.4306 16.0699C19.6606 16.8899 20.3106 17.5399 21.1306 17.7699C21.5306 17.8799 21.7606 18.2999 21.6506 18.6999C21.5506 19.0299 21.2506 19.2499 20.9206 19.2499Z\" fill=\"\"/>\n<path d=\"M12 22.75H8C4.35 22.75 2.25 20.65 2.25 17V8.5C2.25 4.85 4.35 2.75 8 2.75H16C19.65 2.75 21.75 4.85 21.75 8.5V12C21.75 12.41 21.41 12.75 21 12.75C20.59 12.75 20.25 12.41 20.25 12V8.5C20.25 5.64 18.86 4.25 16 4.25H8C5.14 4.25 3.75 5.64 3.75 8.5V17C3.75 19.86 5.14 21.25 8 21.25H12C12.41 21.25 12.75 21.59 12.75 22C12.75 22.41 12.41 22.75 12 22.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"calendar remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 5.75C7.59 5.75 7.25 5.41 7.25 5V2C7.25 1.59 7.59 1.25 8 1.25C8.41 1.25 8.75 1.59 8.75 2V5C8.75 5.41 8.41 5.75 8 5.75Z\" fill=\"\"/>\n<path d=\"M16 5.75C15.59 5.75 15.25 5.41 15.25 5V2C15.25 1.59 15.59 1.25 16 1.25C16.41 1.25 16.75 1.59 16.75 2V5C16.75 5.41 16.41 5.75 16 5.75Z\" fill=\"\"/>\n<path d=\"M8.5 14.4999C8.24 14.4999 7.97999 14.3899 7.78999 14.2099C7.74999 14.1599 7.7 14.1099 7.67 14.0599C7.63 13.9999 7.6 13.9399 7.58 13.8799C7.55 13.8199 7.53 13.76 7.52 13.7C7.51 13.63 7.5 13.5599 7.5 13.4999C7.5 13.2399 7.60999 12.98 7.78999 12.79C8.15999 12.42 8.83001 12.42 9.21001 12.79C9.39001 12.98 9.5 13.2399 9.5 13.4999C9.5 13.5599 9.49 13.63 9.48 13.7C9.47 13.76 9.45 13.8199 9.42 13.8799C9.4 13.9399 9.37 13.9999 9.33 14.0599C9.29 14.1099 9.25001 14.1599 9.21001 14.2099C9.02001 14.3899 8.76 14.4999 8.5 14.4999Z\" fill=\"\"/>\n<path d=\"M12 14.4999C11.87 14.4999 11.74 14.4699 11.62 14.4199C11.49 14.3699 11.38 14.2999 11.29 14.2099C11.25 14.1599 11.2 14.1099 11.17 14.0599C11.13 13.9999 11.1 13.9399 11.08 13.8799C11.05 13.8199 11.03 13.7599 11.02 13.6999C11.01 13.6299 11 13.5599 11 13.4999C11 13.2399 11.11 12.9799 11.29 12.7899C11.38 12.6999 11.49 12.6299 11.62 12.5799C11.98 12.4199 12.43 12.5099 12.71 12.7899C12.89 12.9799 13 13.2399 13 13.4999C13 13.5599 12.99 13.6299 12.98 13.6999C12.97 13.7599 12.95 13.8199 12.92 13.8799C12.9 13.9399 12.87 13.9999 12.83 14.0599C12.79 14.1099 12.75 14.1599 12.71 14.2099C12.52 14.3899 12.26 14.4999 12 14.4999Z\" fill=\"\"/>\n<path d=\"M8.5 18C8.23 18 7.97999 17.89 7.78999 17.71C7.60999 17.52 7.5 17.26 7.5 17C7.5 16.74 7.60999 16.48 7.78999 16.29C7.83999 16.25 7.89 16.2 7.94 16.17C8 16.13 8.06 16.1 8.12 16.08C8.18 16.05 8.24 16.03 8.3 16.02C8.5 15.98 8.7 16 8.88 16.08C9.01 16.13 9.11001 16.2 9.21001 16.29C9.39001 16.48 9.5 16.74 9.5 17C9.5 17.26 9.39001 17.52 9.21001 17.71C9.11001 17.8 9.01 17.87 8.88 17.92C8.76 17.97 8.63 18 8.5 18Z\" fill=\"\"/>\n<path d=\"M20.5 9.83984H3.5C3.09 9.83984 2.75 9.49984 2.75 9.08984C2.75 8.67984 3.09 8.33984 3.5 8.33984H20.5C20.91 8.33984 21.25 8.67984 21.25 9.08984C21.25 9.49984 20.91 9.83984 20.5 9.83984Z\" fill=\"\"/>\n<path d=\"M18 23.75C15.38 23.75 13.25 21.62 13.25 19C13.25 16.38 15.38 14.25 18 14.25C20.62 14.25 22.75 16.38 22.75 19C22.75 21.62 20.62 23.75 18 23.75ZM18 15.75C16.21 15.75 14.75 17.21 14.75 19C14.75 20.79 16.21 22.25 18 22.25C19.79 22.25 21.25 20.79 21.25 19C21.25 17.21 19.79 15.75 18 15.75Z\" fill=\"\"/>\n<path d=\"M19.0704 20.8599C18.8804 20.8599 18.6904 20.79 18.5404 20.64L16.4304 18.5299C16.1404 18.2399 16.1404 17.7599 16.4304 17.4699C16.7204 17.1799 17.2004 17.1799 17.4904 17.4699L19.6004 19.5799C19.8904 19.8699 19.8904 20.35 19.6004 20.64C19.4504 20.79 19.2604 20.8599 19.0704 20.8599Z\" fill=\"\"/>\n<path d=\"M16.9301 20.89C16.7401 20.89 16.5501 20.82 16.4001 20.67C16.1101 20.38 16.1101 19.9 16.4001 19.61L18.5101 17.5C18.8001 17.21 19.2801 17.21 19.5701 17.5C19.8601 17.79 19.8601 18.27 19.5701 18.56L17.4601 20.67C17.3101 20.81 17.1201 20.89 16.9301 20.89Z\" fill=\"\"/>\n<path d=\"M15.37 22.75H8C4.35 22.75 2.25 20.65 2.25 17V8.5C2.25 4.85 4.35 2.75 8 2.75H16C19.65 2.75 21.75 4.85 21.75 8.5V16.36C21.75 16.67 21.56 16.95 21.26 17.06C20.97 17.17 20.64 17.09 20.43 16.85C19.81 16.15 18.92 15.75 17.99 15.75C16.2 15.75 14.74 17.21 14.74 19C14.74 19.59 14.9 20.17 15.21 20.67C15.38 20.97 15.6 21.22 15.84 21.43C16.08 21.63 16.17 21.96 16.06 22.26C15.97 22.55 15.69 22.75 15.37 22.75ZM8 4.25C5.14 4.25 3.75 5.64 3.75 8.5V17C3.75 19.86 5.14 21.25 8 21.25H13.82C13.45 20.57 13.25 19.8 13.25 19C13.25 16.38 15.38 14.25 18 14.25C18.79 14.25 19.57 14.45 20.25 14.82V8.5C20.25 5.64 18.86 4.25 16 4.25H8Z\" fill=\"\"/>\n</svg>\n</li><li title=\"calendar search \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 5.75C7.59 5.75 7.25 5.41 7.25 5V2C7.25 1.59 7.59 1.25 8 1.25C8.41 1.25 8.75 1.59 8.75 2V5C8.75 5.41 8.41 5.75 8 5.75Z\" fill=\"\"/>\n<path d=\"M16 5.75C15.59 5.75 15.25 5.41 15.25 5V2C15.25 1.59 15.59 1.25 16 1.25C16.41 1.25 16.75 1.59 16.75 2V5C16.75 5.41 16.41 5.75 16 5.75Z\" fill=\"\"/>\n<path d=\"M18.2 22.15C16.02 22.15 14.25 20.38 14.25 18.2C14.25 16.02 16.02 14.25 18.2 14.25C20.38 14.25 22.15 16.02 22.15 18.2C22.15 20.38 20.38 22.15 18.2 22.15ZM18.2 15.75C16.85 15.75 15.75 16.85 15.75 18.2C15.75 19.55 16.85 20.65 18.2 20.65C19.55 20.65 20.65 19.55 20.65 18.2C20.65 16.85 19.55 15.75 18.2 15.75Z\" fill=\"\"/>\n<path d=\"M21.9995 22.7499C21.8095 22.7499 21.6195 22.6799 21.4695 22.5299L20.4695 21.5299C20.1795 21.2399 20.1795 20.7599 20.4695 20.4699C20.7595 20.1799 21.2395 20.1799 21.5295 20.4699L22.5295 21.4699C22.8195 21.7599 22.8195 22.2399 22.5295 22.5299C22.3795 22.6799 22.1895 22.7499 21.9995 22.7499Z\" fill=\"\"/>\n<path d=\"M8.5 14.4999C8.37 14.4999 8.24 14.4699 8.12 14.4199C7.99 14.3699 7.87999 14.2999 7.78999 14.2099C7.74999 14.1599 7.7 14.1099 7.67 14.0599C7.63 13.9999 7.6 13.9399 7.58 13.8799C7.55 13.8199 7.53 13.7599 7.52 13.6999C7.51 13.6299 7.5 13.5599 7.5 13.4999C7.5 13.2399 7.60999 12.9799 7.78999 12.7899C7.87999 12.6999 7.99 12.6299 8.12 12.5799C8.48 12.4199 8.93001 12.5099 9.21001 12.7899C9.39001 12.9799 9.5 13.2399 9.5 13.4999C9.5 13.5599 9.49 13.6299 9.48 13.6999C9.47 13.7599 9.45 13.8199 9.42 13.8799C9.4 13.9399 9.37 13.9999 9.33 14.0599C9.29 14.1099 9.25001 14.1599 9.21001 14.2099C9.02001 14.3899 8.76 14.4999 8.5 14.4999Z\" fill=\"\"/>\n<path d=\"M12 14.4999C11.74 14.4999 11.48 14.3899 11.29 14.2099C11.11 14.0199 11 13.7699 11 13.4999C11 13.3699 11.03 13.2399 11.08 13.1199C11.13 12.9999 11.2 12.89 11.29 12.79C11.66 12.42 12.33 12.42 12.71 12.79C12.89 12.98 13 13.2399 13 13.4999C13 13.5599 12.99 13.63 12.98 13.7C12.97 13.76 12.95 13.8199 12.92 13.8799C12.9 13.9399 12.87 13.9999 12.83 14.0599C12.79 14.1099 12.75 14.1599 12.71 14.2099C12.52 14.3899 12.26 14.4999 12 14.4999Z\" fill=\"\"/>\n<path d=\"M8.5 17.9999C8.24 17.9999 7.97999 17.8899 7.78999 17.7099C7.60999 17.5199 7.5 17.2599 7.5 16.9999C7.5 16.8699 7.53 16.7399 7.58 16.6199C7.63 16.4899 7.69999 16.38 7.78999 16.29C8.15999 15.92 8.84001 15.92 9.21001 16.29C9.39001 16.48 9.5 16.7399 9.5 16.9999C9.5 17.2599 9.39001 17.5199 9.21001 17.7099C9.02001 17.8899 8.76 17.9999 8.5 17.9999Z\" fill=\"\"/>\n<path d=\"M20.5 9.83984H3.5C3.09 9.83984 2.75 9.49984 2.75 9.08984C2.75 8.67984 3.09 8.33984 3.5 8.33984H20.5C20.91 8.33984 21.25 8.67984 21.25 9.08984C21.25 9.49984 20.91 9.83984 20.5 9.83984Z\" fill=\"\"/>\n<path d=\"M13.37 22.75H8C4.35 22.75 2.25 20.65 2.25 17V8.5C2.25 4.85 4.35 2.75 8 2.75H16C19.65 2.75 21.75 4.85 21.75 8.5V13C21.75 13.41 21.41 13.75 21 13.75C20.59 13.75 20.25 13.41 20.25 13V8.5C20.25 5.64 18.86 4.25 16 4.25H8C5.14 4.25 3.75 5.64 3.75 8.5V17C3.75 19.86 5.14 21.25 8 21.25H13.37C13.78 21.25 14.12 21.59 14.12 22C14.12 22.41 13.78 22.75 13.37 22.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"calendar tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 5.75C7.59 5.75 7.25 5.41 7.25 5V2C7.25 1.59 7.59 1.25 8 1.25C8.41 1.25 8.75 1.59 8.75 2V5C8.75 5.41 8.41 5.75 8 5.75Z\" fill=\"\"/>\n<path d=\"M16 5.75C15.59 5.75 15.25 5.41 15.25 5V2C15.25 1.59 15.59 1.25 16 1.25C16.41 1.25 16.75 1.59 16.75 2V5C16.75 5.41 16.41 5.75 16 5.75Z\" fill=\"\"/>\n<path d=\"M8.5 14.4999C8.24 14.4999 7.98 14.3899 7.79 14.2099C7.61 14.0199 7.5 13.7699 7.5 13.4999C7.5 13.3699 7.53 13.2399 7.58 13.1199C7.63 12.9999 7.7 12.89 7.79 12.79C8.16 12.42 8.83 12.42 9.21 12.79C9.39 12.98 9.5 13.2399 9.5 13.4999C9.5 13.5599 9.49 13.63 9.48 13.7C9.47 13.76 9.45 13.8199 9.42 13.8799C9.4 13.9399 9.37 13.9999 9.33 14.0599C9.29 14.1099 9.25 14.1599 9.21 14.2099C9.02 14.3899 8.76 14.4999 8.5 14.4999Z\" fill=\"\"/>\n<path d=\"M12 14.5001C11.87 14.5001 11.74 14.4701 11.62 14.4201C11.49 14.3701 11.39 14.3001 11.29 14.2101C11.11 14.0201 11 13.7701 11 13.5001C11 13.3701 11.03 13.2401 11.08 13.1201C11.13 13.0001 11.2 12.8901 11.29 12.7901C11.39 12.7001 11.49 12.6301 11.62 12.5801C11.99 12.4301 12.43 12.5101 12.71 12.7901C12.89 12.9801 13 13.2401 13 13.5001C13 13.5601 12.99 13.6301 12.98 13.7001C12.97 13.7601 12.95 13.8201 12.92 13.8801C12.9 13.9401 12.87 14.0001 12.83 14.0601C12.8 14.1101 12.75 14.1601 12.71 14.2101C12.52 14.3901 12.26 14.5001 12 14.5001Z\" fill=\"\"/>\n<path d=\"M8.5 18C8.37 18 8.24 17.97 8.12 17.92C7.99 17.87 7.88 17.8 7.79 17.71C7.7 17.62 7.63 17.51 7.58 17.38C7.53 17.26 7.5 17.13 7.5 17C7.5 16.87 7.53 16.74 7.58 16.62C7.63 16.49 7.7 16.38 7.79 16.29C7.88 16.2 7.99 16.13 8.12 16.08C8.36 15.98 8.64 15.97 8.88 16.08C9.01 16.13 9.12 16.2 9.21 16.29C9.3 16.38 9.37 16.49 9.42 16.62C9.47 16.74 9.5 16.87 9.5 17C9.5 17.13 9.47 17.26 9.42 17.38C9.37 17.51 9.3 17.62 9.21 17.71C9.12 17.8 9.01 17.87 8.88 17.92C8.76 17.97 8.63 18 8.5 18Z\" fill=\"\"/>\n<path d=\"M20.5 9.83984H3.5C3.09 9.83984 2.75 9.49984 2.75 9.08984C2.75 8.67984 3.09 8.33984 3.5 8.33984H20.5C20.91 8.33984 21.25 8.67984 21.25 9.08984C21.25 9.49984 20.91 9.83984 20.5 9.83984Z\" fill=\"\"/>\n<path d=\"M18 23.75C16.83 23.75 15.72 23.33 14.87 22.56C14.51 22.26 14.19 21.88 13.93 21.44C13.49 20.72 13.25 19.87 13.25 19C13.25 16.38 15.38 14.25 18 14.25C19.36 14.25 20.66 14.84 21.56 15.86C22.33 16.74 22.75 17.85 22.75 19C22.75 19.87 22.51 20.72 22.06 21.45C21.22 22.87 19.66 23.75 18 23.75ZM18 15.75C16.21 15.75 14.75 17.21 14.75 19C14.75 19.59 14.91 20.17 15.22 20.67C15.39 20.97 15.61 21.22 15.85 21.43C16.45 21.97 17.2 22.25 18 22.25C19.15 22.25 20.19 21.66 20.78 20.68C21.09 20.17 21.25 19.6 21.25 19C21.25 18.22 20.96 17.46 20.44 16.85C19.82 16.15 18.93 15.75 18 15.75Z\" fill=\"\"/>\n<path d=\"M17.4299 20.74C17.2399 20.74 17.0499 20.67 16.8999 20.52L15.9099 19.53C15.6199 19.24 15.6199 18.7601 15.9099 18.4701C16.1999 18.1801 16.6799 18.1801 16.9699 18.4701L17.4499 18.9501L19.0499 17.4701C19.3499 17.1901 19.8299 17.2101 20.1099 17.5101C20.3899 17.8101 20.3699 18.2901 20.0699 18.5701L17.9399 20.5401C17.7899 20.6701 17.6099 20.74 17.4299 20.74Z\" fill=\"\"/>\n<path d=\"M15.37 22.75H8C4.35 22.75 2.25 20.65 2.25 17V8.5C2.25 4.85 4.35 2.75 8 2.75H16C19.65 2.75 21.75 4.85 21.75 8.5V16.36C21.75 16.67 21.56 16.95 21.26 17.06C20.97 17.17 20.64 17.09 20.43 16.85C19.81 16.15 18.92 15.75 17.99 15.75C16.2 15.75 14.74 17.21 14.74 19C14.74 19.59 14.9 20.17 15.21 20.67C15.38 20.97 15.6 21.22 15.84 21.43C16.08 21.63 16.17 21.96 16.06 22.26C15.97 22.55 15.69 22.75 15.37 22.75ZM8 4.25C5.14 4.25 3.75 5.64 3.75 8.5V17C3.75 19.86 5.14 21.25 8 21.25H13.82C13.45 20.57 13.25 19.8 13.25 19C13.25 16.38 15.38 14.25 18 14.25C18.79 14.25 19.57 14.45 20.25 14.82V8.5C20.25 5.64 18.86 4.25 16 4.25H8Z\" fill=\"\"/>\n</svg>\n</li><li title=\"calendar \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 5.75C7.59 5.75 7.25 5.41 7.25 5V2C7.25 1.59 7.59 1.25 8 1.25C8.41 1.25 8.75 1.59 8.75 2V5C8.75 5.41 8.41 5.75 8 5.75Z\" fill=\"\"/>\n<path d=\"M16 5.75C15.59 5.75 15.25 5.41 15.25 5V2C15.25 1.59 15.59 1.25 16 1.25C16.41 1.25 16.75 1.59 16.75 2V5C16.75 5.41 16.41 5.75 16 5.75Z\" fill=\"\"/>\n<path d=\"M15 22.75H9C3.38 22.75 2.25 20.1 2.25 15.82V9.65C2.25 4.91 3.85 2.98 7.96 2.75H16C16.01 2.75 16.03 2.75 16.04 2.75C20.15 2.98 21.75 4.91 21.75 9.65V15.82C21.75 20.1 20.62 22.75 15 22.75ZM8 4.25C5.2 4.41 3.75 5.29 3.75 9.65V15.82C3.75 19.65 4.48 21.25 9 21.25H15C19.52 21.25 20.25 19.65 20.25 15.82V9.65C20.25 5.3 18.81 4.41 15.98 4.25H8Z\" fill=\"\"/>\n<path d=\"M20.75 18.3501H3.25C2.84 18.3501 2.5 18.0101 2.5 17.6001C2.5 17.1901 2.84 16.8501 3.25 16.8501H20.75C21.16 16.8501 21.5 17.1901 21.5 17.6001C21.5 18.0101 21.16 18.3501 20.75 18.3501Z\" fill=\"\"/>\n<path d=\"M12 8.25C10.77 8.25 9.73 8.92 9.73 10.22C9.73 10.84 10.02 11.31 10.46 11.61C9.85 11.97 9.5 12.55 9.5 13.23C9.5 14.47 10.45 15.24 12 15.24C13.54 15.24 14.5 14.47 14.5 13.23C14.5 12.55 14.15 11.96 13.53 11.61C13.98 11.3 14.26 10.84 14.26 10.22C14.26 8.92 13.23 8.25 12 8.25ZM12 11.09C11.48 11.09 11.1 10.78 11.1 10.29C11.1 9.79 11.48 9.5 12 9.5C12.52 9.5 12.9 9.79 12.9 10.29C12.9 10.78 12.52 11.09 12 11.09ZM12 14C11.34 14 10.86 13.67 10.86 13.07C10.86 12.47 11.34 12.15 12 12.15C12.66 12.15 13.14 12.48 13.14 13.07C13.14 13.67 12.66 14 12 14Z\" fill=\"\"/>\n</svg>\n</li><li title=\"call add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.45 22.75C16.32 22.75 15.13 22.48 13.9 21.96C12.7 21.45 11.49 20.75 10.31 19.9C9.13 19.04 8 18.07 6.94 17.02C5.88 15.95 4.92 14.82 4.07 13.66C3.21 12.46 2.52 11.27 2.03 10.1C1.51 8.87 1.25 7.67 1.25 6.54C1.25 5.76 1.39 5.02 1.66 4.33C1.95 3.61 2.39 2.96 3 2.39C3.77 1.64 4.65 1.25 5.59 1.25C5.98 1.25 6.38 1.34 6.72 1.5C7.11 1.68 7.44 1.95 7.68 2.31L10 5.58C10.21 5.87 10.37 6.15 10.48 6.43C10.61 6.73 10.68 7.03 10.68 7.32C10.68 7.7 10.57 8.07 10.36 8.42C10.21 8.69 9.98 8.98 9.69 9.27L9.01 9.98C9.02 10.01 9.03 10.03 9.04 10.05C9.16 10.26 9.4 10.62 9.86 11.16C10.34 11.72 10.81 12.22 11.27 12.7C11.87 13.29 12.35 13.74 12.81 14.12C13.38 14.6 13.75 14.84 13.97 14.95L13.95 15L14.68 14.28C14.99 13.97 15.29 13.74 15.58 13.59C16.13 13.25 16.83 13.19 17.53 13.48C17.79 13.59 18.07 13.74 18.37 13.95L21.69 16.31C22.05 16.56 22.33 16.88 22.49 17.26C22.64 17.64 22.71 17.99 22.71 18.34C22.71 18.82 22.6 19.3 22.39 19.75C22.18 20.2 21.92 20.59 21.59 20.95C21.02 21.58 20.4 22.03 19.68 22.32C18.99 22.6 18.24 22.75 17.45 22.75ZM5.59 2.75C5.04 2.75 4.53 2.99 4.04 3.47C3.59 3.9 3.26 4.37 3.06 4.88C2.85 5.4 2.75 5.95 2.75 6.54C2.75 7.47 2.97 8.48 3.41 9.52C3.86 10.58 4.49 11.68 5.29 12.78C6.09 13.88 7 14.95 8 15.96C9 16.95 10.08 17.87 11.19 18.68C12.27 19.47 13.38 20.11 14.48 20.57C16.19 21.3 17.79 21.47 19.11 20.92C19.62 20.71 20.07 20.39 20.48 19.93C20.71 19.68 20.89 19.41 21.04 19.09C21.16 18.84 21.22 18.58 21.22 18.32C21.22 18.16 21.19 18 21.11 17.82C21.09 17.77 21.02 17.65 20.83 17.52L17.51 15.16C17.31 15.02 17.13 14.92 16.96 14.85C16.7 14.75 16.53 14.74 16.31 14.88C16.11 14.98 15.93 15.13 15.73 15.33L14.97 16.08C14.58 16.46 13.98 16.55 13.52 16.38L13.25 16.26C12.84 16.04 12.36 15.7 11.83 15.25C11.34 14.84 10.84 14.37 10.2 13.74C9.7 13.23 9.22 12.7 8.71 12.12C8.24 11.57 7.9 11.1 7.69 10.71L7.56 10.41C7.5 10.19 7.48 10.06 7.48 9.92C7.48 9.56 7.61 9.24 7.86 8.99L8.61 8.21C8.81 8.01 8.96 7.82 9.06 7.65C9.14 7.52 9.17 7.41 9.17 7.31C9.17 7.23 9.14 7.11 9.09 6.99C9.03 6.82 8.92 6.65 8.78 6.45L6.46 3.17C6.36 3.03 6.24 2.93 6.09 2.86C5.93 2.79 5.76 2.75 5.59 2.75ZM13.95 15.01L13.79 15.69L14.06 14.99C14.02 14.98 13.98 14.99 13.95 15.01Z\" fill=\"\"/>\n<path d=\"M20.5 6.75H15.5C15.09 6.75 14.75 6.41 14.75 6C14.75 5.59 15.09 5.25 15.5 5.25H20.5C20.91 5.25 21.25 5.59 21.25 6C21.25 6.41 20.91 6.75 20.5 6.75Z\" fill=\"\"/>\n<path d=\"M18 9.25C17.59 9.25 17.25 8.91 17.25 8.5V3.5C17.25 3.09 17.59 2.75 18 2.75C18.41 2.75 18.75 3.09 18.75 3.5V8.5C18.75 8.91 18.41 9.25 18 9.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"call calling \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.45 22.75C16.32 22.75 15.13 22.48 13.9 21.96C12.7 21.45 11.49 20.75 10.31 19.9C9.14 19.04 8.01 18.08 6.94 17.03C5.88 15.96 4.92 14.83 4.07 13.67C3.21 12.47 2.52 11.27 2.03 10.11C1.51 8.87 1.25 7.67 1.25 6.54C1.25 5.76 1.39 5.02 1.66 4.33C1.94 3.62 2.39 2.96 3 2.39C3.77 1.63 4.65 1.25 5.59 1.25C5.98 1.25 6.38 1.34 6.72 1.5C7.11 1.68 7.44 1.95 7.68 2.31L10 5.58C10.21 5.87 10.37 6.15 10.48 6.43C10.61 6.73 10.68 7.03 10.68 7.32C10.68 7.7 10.57 8.07 10.36 8.42C10.21 8.69 9.98 8.98 9.69 9.27L9.01 9.98C9.02 10.01 9.03 10.03 9.04 10.05C9.16 10.26 9.4 10.62 9.86 11.16C10.35 11.72 10.81 12.23 11.27 12.7C11.86 13.28 12.35 13.74 12.81 14.12C13.38 14.6 13.75 14.84 13.97 14.95L13.95 15L14.68 14.28C14.99 13.97 15.29 13.74 15.58 13.59C16.13 13.25 16.83 13.19 17.53 13.48C17.79 13.59 18.07 13.74 18.37 13.95L21.69 16.31C22.06 16.56 22.33 16.88 22.49 17.26C22.64 17.64 22.71 17.99 22.71 18.34C22.71 18.82 22.6 19.3 22.39 19.75C22.18 20.2 21.92 20.59 21.59 20.95C21.02 21.58 20.4 22.03 19.68 22.32C18.99 22.6 18.24 22.75 17.45 22.75ZM5.59 2.75C5.04 2.75 4.53 2.99 4.04 3.47C3.58 3.9 3.26 4.37 3.06 4.88C2.85 5.4 2.75 5.95 2.75 6.54C2.75 7.47 2.97 8.48 3.41 9.52C3.86 10.58 4.49 11.68 5.29 12.78C6.09 13.88 7 14.95 8 15.96C9 16.95 10.08 17.87 11.19 18.68C12.27 19.47 13.38 20.11 14.48 20.57C16.19 21.3 17.79 21.47 19.11 20.92C19.62 20.71 20.07 20.39 20.48 19.93C20.71 19.68 20.89 19.41 21.04 19.09C21.16 18.84 21.22 18.58 21.22 18.32C21.22 18.16 21.19 18 21.11 17.82C21.08 17.76 21.02 17.65 20.83 17.52L17.51 15.16C17.31 15.02 17.13 14.92 16.96 14.85C16.74 14.76 16.65 14.67 16.31 14.88C16.11 14.98 15.93 15.13 15.73 15.33L14.97 16.08C14.58 16.46 13.98 16.55 13.52 16.38L13.25 16.26C12.84 16.04 12.36 15.7 11.83 15.25C11.35 14.84 10.83 14.36 10.2 13.74C9.71 13.24 9.22 12.71 8.71 12.12C8.24 11.57 7.9 11.1 7.69 10.71L7.57 10.41C7.51 10.18 7.49 10.05 7.49 9.91C7.49 9.55 7.62 9.23 7.87 8.98L8.62 8.2C8.82 8 8.97 7.81 9.07 7.64C9.15 7.51 9.18 7.4 9.18 7.3C9.18 7.22 9.15 7.1 9.1 6.98C9.03 6.82 8.92 6.64 8.78 6.45L6.46 3.17C6.36 3.03 6.24 2.93 6.09 2.86C5.93 2.79 5.76 2.75 5.59 2.75ZM13.95 15.01L13.79 15.69L14.06 14.99C14.01 14.98 13.97 14.99 13.95 15.01Z\" fill=\"\"/>\n<path d=\"M18.5 9.75C18.09 9.75 17.75 9.41 17.75 9C17.75 8.64 17.39 7.89 16.79 7.25C16.2 6.62 15.55 6.25 15 6.25C14.59 6.25 14.25 5.91 14.25 5.5C14.25 5.09 14.59 4.75 15 4.75C15.97 4.75 16.99 5.27 17.88 6.22C18.71 7.11 19.25 8.2 19.25 9C19.25 9.41 18.91 9.75 18.5 9.75Z\" fill=\"\"/>\n<path d=\"M22 9.75C21.59 9.75 21.25 9.41 21.25 9C21.25 5.55 18.45 2.75 15 2.75C14.59 2.75 14.25 2.41 14.25 2C14.25 1.59 14.59 1.25 15 1.25C19.27 1.25 22.75 4.73 22.75 9C22.75 9.41 22.41 9.75 22 9.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"call incoming \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.45 22.75C16.32 22.75 15.13 22.48 13.9 21.96C12.7 21.45 11.49 20.75 10.31 19.9C9.14 19.04 8.01 18.08 6.94 17.03C5.88 15.96 4.92 14.83 4.07 13.67C3.21 12.47 2.52 11.27 2.03 10.11C1.51 8.87 1.25 7.67 1.25 6.54C1.25 5.76 1.39 5.02 1.66 4.33C1.94 3.62 2.39 2.96 3 2.39C3.77 1.63 4.65 1.25 5.59 1.25C5.98 1.25 6.38 1.34 6.72 1.5C7.11 1.68 7.44 1.95 7.68 2.31L10 5.58C10.21 5.87 10.37 6.15 10.48 6.43C10.61 6.73 10.68 7.03 10.68 7.32C10.68 7.7 10.57 8.07 10.36 8.42C10.21 8.69 9.98 8.98 9.69 9.27L9.01 9.98C9.02 10.01 9.03 10.03 9.04 10.05C9.16 10.26 9.4 10.62 9.86 11.16C10.35 11.72 10.81 12.23 11.27 12.7C11.86 13.28 12.35 13.74 12.81 14.12C13.38 14.6 13.75 14.84 13.97 14.95L13.95 15L14.68 14.28C14.99 13.97 15.29 13.74 15.58 13.59C16.13 13.25 16.83 13.19 17.53 13.48C17.79 13.59 18.07 13.74 18.37 13.95L21.69 16.31C22.06 16.56 22.33 16.88 22.49 17.26C22.64 17.64 22.71 17.99 22.71 18.34C22.71 18.82 22.6 19.3 22.39 19.75C22.18 20.2 21.92 20.59 21.59 20.95C21.02 21.58 20.4 22.03 19.68 22.32C18.99 22.6 18.24 22.75 17.45 22.75ZM5.59 2.75C5.04 2.75 4.53 2.99 4.04 3.47C3.58 3.9 3.26 4.37 3.06 4.88C2.85 5.4 2.75 5.95 2.75 6.54C2.75 7.47 2.97 8.48 3.41 9.52C3.86 10.58 4.49 11.68 5.29 12.78C6.09 13.88 7 14.95 8 15.96C9 16.95 10.08 17.87 11.19 18.68C12.27 19.47 13.38 20.11 14.48 20.57C16.19 21.3 17.79 21.47 19.11 20.92C19.62 20.71 20.07 20.39 20.48 19.93C20.71 19.68 20.89 19.41 21.04 19.09C21.16 18.84 21.22 18.58 21.22 18.32C21.22 18.16 21.19 18 21.11 17.82C21.08 17.76 21.02 17.65 20.83 17.52L17.51 15.16C17.31 15.02 17.13 14.92 16.96 14.85C16.74 14.76 16.65 14.67 16.31 14.88C16.11 14.98 15.93 15.13 15.73 15.33L14.97 16.08C14.58 16.46 13.98 16.55 13.52 16.38L13.25 16.26C12.84 16.04 12.36 15.7 11.83 15.25C11.35 14.84 10.83 14.36 10.2 13.74C9.71 13.24 9.22 12.71 8.71 12.12C8.24 11.57 7.9 11.1 7.69 10.71L7.57 10.41C7.51 10.18 7.49 10.05 7.49 9.91C7.49 9.55 7.62 9.23 7.87 8.98L8.62 8.2C8.82 8 8.97 7.81 9.07 7.64C9.15 7.51 9.18 7.4 9.18 7.3C9.18 7.22 9.15 7.1 9.1 6.98C9.03 6.82 8.92 6.64 8.78 6.45L6.46 3.17C6.36 3.03 6.24 2.93 6.09 2.86C5.93 2.79 5.76 2.75 5.59 2.75ZM13.95 15.01L13.79 15.69L14.06 14.99C14.01 14.98 13.97 14.99 13.95 15.01Z\" fill=\"\"/>\n<path d=\"M21.0002 8.55H16.2002C15.7902 8.55 15.4502 8.21 15.4502 7.8V3C15.4502 2.59 15.7902 2.25 16.2002 2.25C16.6102 2.25 16.9502 2.59 16.9502 3V7.05H21.0002C21.4102 7.05 21.7502 7.39 21.7502 7.8C21.7502 8.21 21.4102 8.55 21.0002 8.55Z\" fill=\"\"/>\n</svg>\n</li><li title=\"call minus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.45 22.75C16.32 22.75 15.13 22.48 13.9 21.96C12.7 21.45 11.49 20.75 10.31 19.9C9.13 19.04 8 18.07 6.94 17.02C5.88 15.95 4.92 14.82 4.07 13.66C3.21 12.46 2.52 11.27 2.03 10.1C1.51 8.87 1.25 7.67 1.25 6.54C1.25 5.76 1.39 5.02 1.66 4.33C1.95 3.61 2.39 2.96 3 2.39C3.77 1.64 4.65 1.25 5.59 1.25C5.98 1.25 6.38 1.34 6.72 1.5C7.11 1.68 7.44 1.95 7.68 2.31L10 5.58C10.21 5.87 10.37 6.15 10.48 6.43C10.61 6.73 10.68 7.03 10.68 7.32C10.68 7.7 10.57 8.07 10.36 8.42C10.21 8.69 9.98 8.98 9.69 9.27L9.01 9.98C9.02 10.01 9.03 10.03 9.04 10.05C9.16 10.26 9.4 10.62 9.86 11.16C10.34 11.72 10.81 12.22 11.27 12.7C11.87 13.29 12.35 13.74 12.81 14.12C13.38 14.6 13.75 14.84 13.97 14.95L13.95 15L14.68 14.28C14.99 13.97 15.29 13.74 15.58 13.59C16.13 13.25 16.83 13.19 17.53 13.48C17.79 13.59 18.07 13.74 18.37 13.95L21.69 16.31C22.05 16.56 22.33 16.88 22.49 17.26C22.64 17.64 22.71 17.99 22.71 18.34C22.71 18.82 22.6 19.3 22.39 19.75C22.18 20.2 21.92 20.59 21.59 20.95C21.02 21.58 20.4 22.03 19.68 22.32C18.99 22.6 18.24 22.75 17.45 22.75ZM5.59 2.75C5.04 2.75 4.53 2.99 4.04 3.47C3.59 3.9 3.26 4.37 3.06 4.88C2.85 5.4 2.75 5.95 2.75 6.54C2.75 7.47 2.97 8.48 3.41 9.52C3.86 10.58 4.49 11.68 5.29 12.78C6.09 13.88 7 14.95 8 15.96C9 16.95 10.08 17.87 11.19 18.68C12.27 19.47 13.38 20.11 14.48 20.57C16.19 21.3 17.79 21.47 19.11 20.92C19.62 20.71 20.07 20.39 20.48 19.93C20.71 19.68 20.89 19.41 21.04 19.09C21.16 18.84 21.22 18.58 21.22 18.32C21.22 18.16 21.19 18 21.11 17.82C21.09 17.77 21.02 17.65 20.83 17.52L17.51 15.16C17.31 15.02 17.13 14.92 16.96 14.85C16.7 14.75 16.53 14.74 16.31 14.88C16.11 14.98 15.93 15.13 15.73 15.33L14.97 16.08C14.58 16.46 13.98 16.55 13.52 16.38L13.25 16.26C12.84 16.04 12.36 15.7 11.83 15.25C11.34 14.84 10.84 14.37 10.2 13.74C9.7 13.23 9.22 12.7 8.71 12.12C8.24 11.57 7.9 11.1 7.69 10.71L7.56 10.41C7.5 10.19 7.48 10.06 7.48 9.92C7.48 9.56 7.61 9.24 7.86 8.99L8.61 8.21C8.81 8.01 8.96 7.82 9.06 7.65C9.14 7.52 9.17 7.41 9.17 7.31C9.17 7.23 9.14 7.11 9.09 6.99C9.03 6.82 8.92 6.65 8.78 6.45L6.46 3.17C6.36 3.03 6.24 2.93 6.09 2.86C5.93 2.79 5.76 2.75 5.59 2.75ZM13.95 15.01L13.79 15.69L14.06 14.99C14.02 14.98 13.98 14.99 13.95 15.01Z\" fill=\"\"/>\n<path d=\"M20.5 6.75H15.5C15.09 6.75 14.75 6.41 14.75 6C14.75 5.59 15.09 5.25 15.5 5.25H20.5C20.91 5.25 21.25 5.59 21.25 6C21.25 6.41 20.91 6.75 20.5 6.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"call outgoing \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.45 22.75C16.32 22.75 15.13 22.48 13.9 21.96C12.7 21.45 11.49 20.75 10.31 19.9C9.14 19.04 8.01 18.08 6.94 17.03C5.88 15.96 4.92 14.83 4.07 13.67C3.21 12.47 2.52 11.27 2.03 10.11C1.51 8.87 1.25 7.67 1.25 6.54C1.25 5.76 1.39 5.02 1.66 4.33C1.94 3.62 2.39 2.96 3 2.39C3.77 1.63 4.65 1.25 5.59 1.25C5.98 1.25 6.38 1.34 6.72 1.5C7.11 1.68 7.44 1.95 7.68 2.31L10 5.58C10.21 5.87 10.37 6.15 10.48 6.43C10.61 6.73 10.68 7.03 10.68 7.32C10.68 7.7 10.57 8.07 10.36 8.42C10.21 8.69 9.98 8.98 9.69 9.27L9.01 9.98C9.02 10.01 9.03 10.03 9.04 10.05C9.16 10.26 9.4 10.62 9.86 11.16C10.35 11.72 10.81 12.23 11.27 12.7C11.86 13.28 12.35 13.74 12.81 14.12C13.38 14.6 13.75 14.84 13.97 14.95L13.95 15L14.68 14.28C14.99 13.97 15.29 13.74 15.58 13.59C16.13 13.25 16.83 13.19 17.53 13.48C17.79 13.59 18.07 13.74 18.37 13.95L21.69 16.31C22.06 16.56 22.33 16.88 22.49 17.26C22.64 17.64 22.71 17.99 22.71 18.34C22.71 18.82 22.6 19.3 22.39 19.75C22.18 20.2 21.92 20.59 21.59 20.95C21.02 21.58 20.4 22.03 19.68 22.32C18.99 22.6 18.24 22.75 17.45 22.75ZM5.59 2.75C5.04 2.75 4.53 2.99 4.04 3.47C3.58 3.9 3.26 4.37 3.06 4.88C2.85 5.4 2.75 5.95 2.75 6.54C2.75 7.47 2.97 8.48 3.41 9.52C3.86 10.58 4.49 11.68 5.29 12.78C6.09 13.88 7 14.95 8 15.96C9 16.95 10.08 17.87 11.19 18.68C12.27 19.47 13.38 20.11 14.48 20.57C16.19 21.3 17.79 21.47 19.11 20.92C19.62 20.71 20.07 20.39 20.48 19.93C20.71 19.68 20.89 19.41 21.04 19.09C21.16 18.84 21.22 18.58 21.22 18.32C21.22 18.16 21.19 18 21.11 17.82C21.08 17.76 21.02 17.65 20.83 17.52L17.51 15.16C17.31 15.02 17.13 14.92 16.96 14.85C16.74 14.76 16.65 14.67 16.31 14.88C16.11 14.98 15.93 15.13 15.73 15.33L14.97 16.08C14.58 16.46 13.98 16.55 13.52 16.38L13.25 16.26C12.84 16.04 12.36 15.7 11.83 15.25C11.35 14.84 10.83 14.36 10.2 13.74C9.71 13.24 9.22 12.71 8.71 12.12C8.24 11.57 7.9 11.1 7.69 10.71L7.57 10.41C7.51 10.18 7.49 10.05 7.49 9.91C7.49 9.55 7.62 9.23 7.87 8.98L8.62 8.2C8.82 8 8.97 7.81 9.07 7.64C9.15 7.51 9.18 7.4 9.18 7.3C9.18 7.22 9.15 7.1 9.1 6.98C9.03 6.82 8.92 6.64 8.78 6.45L6.46 3.17C6.36 3.03 6.24 2.93 6.09 2.86C5.93 2.79 5.76 2.75 5.59 2.75ZM13.95 15.01L13.79 15.69L14.06 14.99C14.01 14.98 13.97 14.99 13.95 15.01Z\" fill=\"\"/>\n<path d=\"M20.0002 9.55C19.5902 9.55 19.2502 9.21 19.2502 8.8V4.75H15.2002C14.7902 4.75 14.4502 4.41 14.4502 4C14.4502 3.59 14.7902 3.25 15.2002 3.25H20.0002C20.4102 3.25 20.7502 3.59 20.7502 4V8.8C20.7502 9.21 20.4102 9.55 20.0002 9.55Z\" fill=\"\"/>\n</svg>\n</li><li title=\"call received \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.45 22.75C16.32 22.75 15.13 22.48 13.9 21.96C12.7 21.45 11.49 20.75 10.31 19.9C9.13 19.04 8 18.07 6.94 17.02C5.88 15.95 4.92 14.82 4.07 13.66C3.21 12.46 2.52 11.27 2.03 10.1C1.51 8.87 1.25 7.67 1.25 6.54C1.25 5.76 1.39 5.02 1.66 4.33C1.95 3.61 2.39 2.96 3 2.39C3.77 1.64 4.65 1.25 5.59 1.25C5.98 1.25 6.38 1.34 6.72 1.5C7.11 1.68 7.44 1.95 7.68 2.31L10 5.58C10.21 5.87 10.37 6.15 10.48 6.43C10.61 6.73 10.68 7.03 10.68 7.32C10.68 7.7 10.57 8.07 10.36 8.42C10.21 8.69 9.98 8.98 9.69 9.27L9.01 9.98C9.02 10.01 9.03 10.03 9.04 10.05C9.16 10.26 9.4 10.62 9.86 11.16C10.34 11.72 10.81 12.22 11.27 12.7C11.87 13.29 12.35 13.74 12.81 14.12C13.38 14.6 13.75 14.84 13.97 14.95L13.95 15L14.68 14.28C14.99 13.97 15.29 13.74 15.58 13.59C16.13 13.25 16.83 13.19 17.53 13.48C17.79 13.59 18.07 13.74 18.37 13.95L21.69 16.31C22.05 16.56 22.33 16.88 22.49 17.26C22.64 17.64 22.71 17.99 22.71 18.34C22.71 18.82 22.6 19.3 22.39 19.75C22.18 20.2 21.92 20.59 21.59 20.95C21.02 21.58 20.4 22.03 19.68 22.32C18.99 22.6 18.24 22.75 17.45 22.75ZM5.59 2.75C5.04 2.75 4.53 2.99 4.04 3.47C3.59 3.9 3.26 4.37 3.06 4.88C2.85 5.4 2.75 5.95 2.75 6.54C2.75 7.47 2.97 8.48 3.41 9.52C3.86 10.58 4.49 11.68 5.29 12.78C6.09 13.88 7 14.95 8 15.96C9 16.95 10.08 17.87 11.19 18.68C12.27 19.47 13.38 20.11 14.48 20.57C16.19 21.3 17.79 21.47 19.11 20.92C19.62 20.71 20.07 20.39 20.48 19.93C20.71 19.68 20.89 19.41 21.04 19.09C21.16 18.84 21.22 18.58 21.22 18.32C21.22 18.16 21.19 18 21.11 17.82C21.09 17.77 21.02 17.65 20.83 17.52L17.51 15.16C17.31 15.02 17.13 14.92 16.96 14.85C16.7 14.75 16.53 14.74 16.31 14.88C16.11 14.98 15.93 15.13 15.73 15.33L14.97 16.08C14.58 16.46 13.98 16.55 13.52 16.38L13.25 16.26C12.84 16.04 12.36 15.7 11.83 15.25C11.34 14.84 10.84 14.37 10.2 13.74C9.7 13.23 9.22 12.7 8.71 12.12C8.24 11.57 7.9 11.1 7.69 10.71L7.56 10.41C7.5 10.19 7.48 10.06 7.48 9.92C7.48 9.56 7.61 9.24 7.86 8.99L8.61 8.21C8.81 8.01 8.96 7.82 9.06 7.65C9.14 7.52 9.17 7.41 9.17 7.31C9.17 7.23 9.14 7.11 9.09 6.99C9.03 6.82 8.92 6.65 8.78 6.45L6.46 3.17C6.36 3.03 6.24 2.93 6.09 2.86C5.93 2.79 5.76 2.75 5.59 2.75ZM13.95 15.01L13.79 15.69L14.06 14.99C14.02 14.98 13.98 14.99 13.95 15.01Z\" fill=\"\"/>\n<path d=\"M17.0004 8.71992C16.8104 8.71992 16.6204 8.64992 16.4704 8.49992L14.4704 6.49992C14.1804 6.20992 14.1804 5.72992 14.4704 5.43992C14.7604 5.14992 15.2404 5.14992 15.5304 5.43992L17.0004 6.90992L20.4704 3.44992C20.7604 3.15992 21.2404 3.15992 21.5304 3.44992C21.8204 3.73992 21.8204 4.21992 21.5304 4.50992L17.5304 8.50992C17.3804 8.63992 17.1904 8.71992 17.0004 8.71992Z\" fill=\"\"/>\n</svg>\n</li><li title=\"call remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.45 22.75C16.32 22.75 15.13 22.48 13.9 21.96C12.7 21.45 11.49 20.75 10.31 19.9C9.13 19.04 8 18.07 6.94 17.02C5.88 15.95 4.92 14.82 4.07 13.66C3.21 12.46 2.52 11.27 2.03 10.1C1.51 8.87 1.25 7.67 1.25 6.54C1.25 5.76 1.39 5.02 1.66 4.33C1.95 3.61 2.39 2.96 3 2.39C3.77 1.64 4.65 1.25 5.59 1.25C5.98 1.25 6.38 1.34 6.72 1.5C7.11 1.68 7.44 1.95 7.68 2.31L10 5.58C10.21 5.87 10.37 6.15 10.48 6.43C10.61 6.73 10.68 7.03 10.68 7.32C10.68 7.7 10.57 8.07 10.36 8.42C10.21 8.69 9.98 8.98 9.69 9.27L9.01 9.98C9.02 10.01 9.03 10.03 9.04 10.05C9.16 10.26 9.4 10.62 9.86 11.16C10.34 11.72 10.81 12.22 11.27 12.7C11.87 13.29 12.35 13.74 12.81 14.12C13.38 14.6 13.75 14.84 13.97 14.95L13.95 15L14.68 14.28C14.99 13.97 15.29 13.74 15.58 13.59C16.13 13.25 16.83 13.19 17.53 13.48C17.79 13.59 18.07 13.74 18.37 13.95L21.69 16.31C22.05 16.56 22.33 16.88 22.49 17.26C22.64 17.64 22.71 17.99 22.71 18.34C22.71 18.82 22.6 19.3 22.39 19.75C22.18 20.2 21.92 20.59 21.59 20.95C21.02 21.58 20.4 22.03 19.68 22.32C18.99 22.6 18.24 22.75 17.45 22.75ZM5.59 2.75C5.04 2.75 4.53 2.99 4.04 3.47C3.59 3.9 3.26 4.37 3.06 4.88C2.85 5.4 2.75 5.95 2.75 6.54C2.75 7.47 2.97 8.48 3.41 9.52C3.86 10.58 4.49 11.68 5.29 12.78C6.09 13.88 7 14.95 8 15.96C9 16.95 10.08 17.87 11.19 18.68C12.27 19.47 13.38 20.11 14.48 20.57C16.19 21.3 17.79 21.47 19.11 20.92C19.62 20.71 20.07 20.39 20.48 19.93C20.71 19.68 20.89 19.41 21.04 19.09C21.16 18.84 21.22 18.58 21.22 18.32C21.22 18.16 21.19 18 21.11 17.82C21.09 17.77 21.02 17.65 20.83 17.52L17.51 15.16C17.31 15.02 17.13 14.92 16.96 14.85C16.7 14.75 16.53 14.74 16.31 14.88C16.11 14.98 15.93 15.13 15.73 15.33L14.97 16.08C14.58 16.46 13.98 16.55 13.52 16.38L13.25 16.26C12.84 16.04 12.36 15.7 11.83 15.25C11.34 14.84 10.84 14.37 10.2 13.74C9.7 13.23 9.22 12.7 8.71 12.12C8.24 11.57 7.9 11.1 7.69 10.71L7.56 10.41C7.5 10.19 7.48 10.06 7.48 9.92C7.48 9.56 7.61 9.24 7.86 8.99L8.61 8.21C8.81 8.01 8.96 7.82 9.06 7.65C9.14 7.52 9.17 7.41 9.17 7.31C9.17 7.23 9.14 7.11 9.09 6.99C9.03 6.82 8.92 6.65 8.78 6.45L6.46 3.17C6.36 3.03 6.24 2.93 6.09 2.86C5.93 2.79 5.76 2.75 5.59 2.75ZM13.95 15.01L13.79 15.69L14.06 14.99C14.02 14.98 13.98 14.99 13.95 15.01Z\" fill=\"\"/>\n<path d=\"M16.2299 8.51992C16.0399 8.51992 15.8499 8.44992 15.6999 8.29992C15.4099 8.00992 15.4099 7.52992 15.6999 7.23992L19.2399 3.69992C19.5299 3.40992 20.0099 3.40992 20.2999 3.69992C20.5899 3.98992 20.5899 4.46992 20.2999 4.75992L16.7599 8.29992C16.6199 8.43992 16.4199 8.51992 16.2299 8.51992Z\" fill=\"\"/>\n<path d=\"M19.7699 8.51992C19.5799 8.51992 19.3899 8.44992 19.2399 8.29992L15.6999 4.75992C15.4099 4.46992 15.4099 3.98992 15.6999 3.69992C15.9899 3.40992 16.4699 3.40992 16.7599 3.69992L20.2999 7.23992C20.5899 7.52992 20.5899 8.00992 20.2999 8.29992C20.1499 8.43992 19.9599 8.51992 19.7699 8.51992Z\" fill=\"\"/>\n</svg>\n</li><li title=\"call slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.4501 22.7502C16.3201 22.7502 15.1301 22.4802 13.9001 21.9602C12.7001 21.4502 11.4901 20.7502 10.3101 19.9002L9.87011 19.5702C9.54011 19.3202 9.48011 18.8502 9.73011 18.5202C9.98011 18.1902 10.4501 18.1302 10.7801 18.3802L11.2001 18.6902C12.2801 19.4802 13.3901 20.1202 14.4901 20.5802C16.2001 21.3102 17.8001 21.4802 19.1201 20.9302C19.6301 20.7202 20.0801 20.4002 20.4901 19.9402C20.7201 19.6902 20.9001 19.4202 21.0501 19.1002C21.1701 18.8502 21.2301 18.5902 21.2301 18.3302C21.2301 18.1702 21.2001 18.0102 21.1201 17.8302C21.1001 17.7802 21.0301 17.6602 20.8401 17.5302L17.5201 15.1702C17.3201 15.0302 17.1401 14.9302 16.9701 14.8602C16.7101 14.7602 16.5401 14.7502 16.3201 14.8902C16.1201 14.9902 15.9401 15.1402 15.7401 15.3402L14.9801 16.0902C14.5901 16.4702 13.9901 16.5602 13.5301 16.3902C13.5101 16.3802 13.4101 16.3402 13.3901 16.3302C13.3801 16.3202 13.2701 16.2802 13.2601 16.2702C13.0401 16.1602 12.8001 16.0002 12.5201 15.8002C12.1901 15.5602 12.1101 15.0902 12.3501 14.7502C12.5901 14.4102 13.0601 14.3402 13.4001 14.5802C13.6101 14.7302 13.8001 14.8502 13.9601 14.9402L13.9501 15.0002L14.6801 14.2702C14.9901 13.9602 15.2901 13.7302 15.5801 13.5802C16.1301 13.2402 16.8301 13.1802 17.5301 13.4702C17.7901 13.5802 18.0701 13.7302 18.3701 13.9402L21.6901 16.3002C22.0501 16.5502 22.3301 16.8702 22.4901 17.2502C22.6401 17.6302 22.7101 17.9802 22.7101 18.3302C22.7101 18.8102 22.6001 19.2902 22.3901 19.7402C22.1801 20.1902 21.9201 20.5802 21.5901 20.9402C21.0201 21.5702 20.4001 22.0202 19.6801 22.3102C18.9901 22.6002 18.2401 22.7502 17.4501 22.7502ZM13.9501 15.0102L13.7901 15.6902L14.0601 14.9902C14.0201 14.9802 13.9701 14.9902 13.9501 15.0102Z\" fill=\"\"/>\n<path d=\"M7.47 17.24C7.28 17.24 7.08 17.17 6.94 17.02C5.89 15.96 4.92 14.83 4.08 13.66C3.22 12.46 2.53 11.27 2.04 10.1C1.51 8.87 1.25 7.67 1.25 6.54C1.25 5.76 1.39 5.02 1.66 4.33C1.95 3.61 2.39 2.96 3 2.39C3.77 1.64 4.65 1.25 5.59 1.25C5.98 1.25 6.38 1.34 6.72 1.5C7.11 1.68 7.44 1.95 7.68 2.31L10 5.58C10.21 5.87 10.37 6.15 10.48 6.43C10.61 6.73 10.68 7.03 10.68 7.32C10.68 7.7 10.57 8.07 10.36 8.42C10.21 8.69 9.98 8.98 9.69 9.27L9.01 9.98C9.02 10.01 9.03 10.03 9.04 10.05C9.16 10.26 9.4 10.62 9.86 11.16C10.34 11.72 10.81 12.22 11.27 12.7C11.56 13 11.56 13.47 11.26 13.76C10.96 14.05 10.49 14.05 10.2 13.75C9.71 13.25 9.23 12.72 8.72 12.13C8.25 11.58 7.91 11.11 7.7 10.72C7.68 10.68 7.66 10.64 7.65 10.6L7.58 10.43C7.52 10.21 7.5 10.08 7.5 9.94C7.5 9.58 7.63 9.26 7.88 9.01L8.63 8.23C8.83 8.03 8.98 7.84 9.08 7.67C9.16 7.54 9.19 7.43 9.19 7.33C9.19 7.25 9.16 7.13 9.11 7.01C9.03 6.82 8.92 6.65 8.78 6.45L6.46 3.17C6.36 3.03 6.24 2.93 6.09 2.86C5.94 2.79 5.77 2.75 5.59 2.75C5.04 2.75 4.53 2.99 4.04 3.47C3.59 3.9 3.26 4.37 3.06 4.88C2.85 5.4 2.75 5.95 2.75 6.54C2.75 7.47 2.97 8.48 3.41 9.52C3.86 10.58 4.49 11.68 5.29 12.78C6.09 13.88 7 14.95 8 15.96C8.29 16.25 8.29 16.73 8 17.02C7.85 17.17 7.66 17.24 7.47 17.24Z\" fill=\"\"/>\n<path d=\"M2.00043 22.7499C1.81043 22.7499 1.62043 22.6799 1.47043 22.5299C1.18043 22.2399 1.18043 21.7599 1.47043 21.4699L21.4704 1.46994C21.7604 1.17994 22.2404 1.17994 22.5304 1.46994C22.8204 1.75994 22.8204 2.23994 22.5304 2.52994L2.53043 22.5299C2.38043 22.6799 2.19043 22.7499 2.00043 22.7499Z\" fill=\"\"/>\n</svg>\n</li><li title=\"call \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.45 22.75C16.32 22.75 15.13 22.48 13.9 21.96C12.7 21.45 11.49 20.75 10.31 19.9C9.14 19.04 8.01 18.08 6.94 17.03C5.88 15.96 4.92 14.83 4.07 13.67C3.21 12.47 2.52 11.27 2.03 10.11C1.51 8.87 1.25 7.67 1.25 6.54C1.25 5.76 1.39 5.02 1.66 4.33C1.94 3.62 2.39 2.96 3 2.39C3.77 1.63 4.65 1.25 5.59 1.25C5.98 1.25 6.38 1.34 6.72 1.5C7.11 1.68 7.44 1.95 7.68 2.31L10 5.58C10.21 5.87 10.37 6.15 10.48 6.43C10.61 6.73 10.68 7.03 10.68 7.32C10.68 7.7 10.57 8.07 10.36 8.42C10.21 8.69 9.98 8.98 9.69 9.27L9.01 9.98C9.02 10.01 9.03 10.03 9.04 10.05C9.16 10.26 9.4 10.62 9.86 11.16C10.35 11.72 10.81 12.23 11.27 12.7C11.86 13.28 12.35 13.74 12.81 14.12C13.38 14.6 13.75 14.84 13.97 14.95L13.95 15L14.68 14.28C14.99 13.97 15.29 13.74 15.58 13.59C16.13 13.25 16.83 13.19 17.53 13.48C17.79 13.59 18.07 13.74 18.37 13.95L21.69 16.31C22.06 16.56 22.33 16.88 22.49 17.26C22.64 17.64 22.71 17.99 22.71 18.34C22.71 18.82 22.6 19.3 22.39 19.75C22.18 20.2 21.92 20.59 21.59 20.95C21.02 21.58 20.4 22.03 19.68 22.32C18.99 22.6 18.24 22.75 17.45 22.75ZM5.59 2.75C5.04 2.75 4.53 2.99 4.04 3.47C3.58 3.9 3.26 4.37 3.06 4.88C2.85 5.4 2.75 5.95 2.75 6.54C2.75 7.47 2.97 8.48 3.41 9.52C3.86 10.58 4.49 11.68 5.29 12.78C6.09 13.88 7 14.95 8 15.96C9 16.95 10.08 17.87 11.19 18.68C12.27 19.47 13.38 20.11 14.48 20.57C16.19 21.3 17.79 21.47 19.11 20.92C19.62 20.71 20.07 20.39 20.48 19.93C20.71 19.68 20.89 19.41 21.04 19.09C21.16 18.84 21.22 18.58 21.22 18.32C21.22 18.16 21.19 18 21.11 17.82C21.08 17.76 21.02 17.65 20.83 17.52L17.51 15.16C17.31 15.02 17.13 14.92 16.96 14.85C16.74 14.76 16.65 14.67 16.31 14.88C16.11 14.98 15.93 15.13 15.73 15.33L14.97 16.08C14.58 16.46 13.98 16.55 13.52 16.38L13.25 16.26C12.84 16.04 12.36 15.7 11.83 15.25C11.35 14.84 10.83 14.36 10.2 13.74C9.71 13.24 9.22 12.71 8.71 12.12C8.24 11.57 7.9 11.1 7.69 10.71L7.57 10.41C7.51 10.18 7.49 10.05 7.49 9.91C7.49 9.55 7.62 9.23 7.87 8.98L8.62 8.2C8.82 8 8.97 7.81 9.07 7.64C9.15 7.51 9.18 7.4 9.18 7.3C9.18 7.22 9.15 7.1 9.1 6.98C9.03 6.82 8.92 6.64 8.78 6.45L6.46 3.17C6.36 3.03 6.24 2.93 6.09 2.86C5.93 2.79 5.76 2.75 5.59 2.75ZM13.95 15.01L13.79 15.69L14.06 14.99C14.01 14.98 13.97 14.99 13.95 15.01Z\" fill=\"\"/>\n</svg>\n</li><li title=\"camera slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 10.75H6C5.59 10.75 5.25 10.41 5.25 10C5.25 9.59 5.59 9.25 6 9.25H9C9.41 9.25 9.75 9.59 9.75 10C9.75 10.41 9.41 10.75 9 10.75Z\" fill=\"\"/>\n<path d=\"M17.2398 22.75H6.75977C6.34977 22.75 6.00977 22.41 6.00977 22C6.00977 21.59 6.34977 21.25 6.75977 21.25H17.2398C19.2598 21.25 20.3498 20.22 20.4798 18.2L20.9998 9.94004C21.0498 9.23004 20.8398 8.53004 20.4098 7.96004C20.1598 7.63004 20.2298 7.16004 20.5598 6.91004C20.8898 6.66004 21.3598 6.73004 21.6098 7.06004C22.2498 7.92004 22.5698 8.97004 22.4998 10.04L21.9798 18.3C21.7998 21.13 20.0698 22.75 17.2398 22.75Z\" fill=\"\"/>\n<path d=\"M3.43969 21.21C3.19969 21.21 2.95968 21.09 2.80968 20.87C2.34968 20.17 2.07969 19.3 2.01969 18.29L1.49969 10.04C1.41969 8.79 1.84969 7.59 2.70969 6.68C3.55969 5.77 4.75969 5.25 5.99969 5.25C6.31969 5.25 6.62969 5.06 6.77969 4.76L7.49969 3.33C8.08969 2.16 9.56968 1.25 10.8597 1.25H13.1497C14.4397 1.25 15.9097 2.16 16.4997 3.32L17.2197 4.78C17.3697 5.06 17.6697 5.25 17.9997 5.25C18.4097 5.25 18.7497 5.59 18.7497 6C18.7497 6.41 18.4097 6.75 17.9997 6.75C17.1097 6.75 16.2997 6.25 15.8797 5.46L15.1497 4C14.8197 3.34 13.8797 2.76 13.1397 2.76H10.8497C10.1097 2.76 9.16969 3.34 8.82969 4.01L8.11969 5.44C7.69969 6.25 6.88969 6.75 5.99969 6.75C5.15969 6.75 4.37968 7.09 3.79969 7.7C3.22969 8.31 2.93969 9.11 2.99969 9.94L3.51969 18.2C3.55968 18.93 3.74969 19.57 4.06969 20.04C4.29969 20.39 4.19968 20.85 3.85968 21.08C3.72968 21.17 3.57969 21.21 3.43969 21.21Z\" fill=\"\"/>\n<path d=\"M11.9997 18.7501C11.1097 18.7501 10.2397 18.4501 9.53968 17.9001C9.20968 17.6401 9.15968 17.1701 9.40968 16.8501C9.66968 16.5201 10.1397 16.4701 10.4597 16.7201C10.8997 17.0601 11.4397 17.2501 11.9997 17.2501C13.3797 17.2501 14.4997 16.1301 14.4997 14.7501C14.4997 14.2701 14.3697 13.8101 14.1197 13.4201C13.8997 13.0701 13.9997 12.6101 14.3497 12.3801C14.6997 12.1601 15.1597 12.2601 15.3897 12.6101C15.7897 13.2401 16.0097 13.9801 16.0097 14.7401C15.9997 16.9601 14.2097 18.7501 11.9997 18.7501Z\" fill=\"\"/>\n<path d=\"M1.99945 22.7499C1.80945 22.7499 1.61945 22.6799 1.46945 22.5299C1.17945 22.2399 1.17945 21.7599 1.46945 21.4699L21.4695 1.46994C21.7595 1.17994 22.2395 1.17994 22.5295 1.46994C22.8195 1.75994 22.8195 2.23994 22.5295 2.52994L2.52945 22.5299C2.37945 22.6799 2.18945 22.7499 1.99945 22.7499Z\" fill=\"\"/>\n</svg>\n</li><li title=\"camera \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.2397 22.75H6.75969C3.95969 22.75 2.17969 21.08 2.01969 18.29L1.49969 10.04C1.41969 8.79 1.84969 7.59 2.70969 6.68C3.55969 5.77 4.75969 5.25 5.99969 5.25C6.31969 5.25 6.62969 5.06 6.77969 4.76L7.49969 3.33C8.08969 2.16 9.56968 1.25 10.8597 1.25H13.1497C14.4397 1.25 15.9097 2.16 16.4997 3.32L17.2197 4.78C17.3697 5.06 17.6697 5.25 17.9997 5.25C19.2397 5.25 20.4397 5.77 21.2897 6.68C22.1497 7.6 22.5797 8.79 22.4997 10.04L21.9797 18.3C21.7997 21.13 20.0697 22.75 17.2397 22.75ZM10.8597 2.75C10.1197 2.75 9.17969 3.33 8.83969 4L8.11969 5.44C7.69969 6.25 6.88969 6.75 5.99969 6.75C5.15969 6.75 4.37968 7.09 3.79969 7.7C3.22969 8.31 2.93969 9.11 2.99969 9.94L3.51969 18.2C3.63968 20.22 4.72969 21.25 6.75969 21.25H17.2397C19.2597 21.25 20.3497 20.22 20.4797 18.2L20.9997 9.94C21.0497 9.11 20.7697 8.31 20.1997 7.7C19.6197 7.09 18.8397 6.75 17.9997 6.75C17.1097 6.75 16.2997 6.25 15.8797 5.46L15.1497 4C14.8197 3.34 13.8797 2.76 13.1397 2.76H10.8597V2.75Z\" fill=\"\"/>\n<path d=\"M13.5 8.75H10.5C10.09 8.75 9.75 8.41 9.75 8C9.75 7.59 10.09 7.25 10.5 7.25H13.5C13.91 7.25 14.25 7.59 14.25 8C14.25 8.41 13.91 8.75 13.5 8.75Z\" fill=\"\"/>\n<path d=\"M12 18.75C9.79 18.75 8 16.96 8 14.75C8 12.54 9.79 10.75 12 10.75C14.21 10.75 16 12.54 16 14.75C16 16.96 14.21 18.75 12 18.75ZM12 12.25C10.62 12.25 9.5 13.37 9.5 14.75C9.5 16.13 10.62 17.25 12 17.25C13.38 17.25 14.5 16.13 14.5 14.75C14.5 13.37 13.38 12.25 12 12.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"candle 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 18.25H15C14.59 18.25 14.25 17.91 14.25 17.5C14.25 17.09 14.59 16.75 15 16.75H22C22.41 16.75 22.75 17.09 22.75 17.5C22.75 17.91 22.41 18.25 22 18.25Z\" fill=\"\"/>\n<path d=\"M5 18.25H2C1.59 18.25 1.25 17.91 1.25 17.5C1.25 17.09 1.59 16.75 2 16.75H5C5.41 16.75 5.75 17.09 5.75 17.5C5.75 17.91 5.41 18.25 5 18.25Z\" fill=\"\"/>\n<path d=\"M22 7.25H19C18.59 7.25 18.25 6.91 18.25 6.5C18.25 6.09 18.59 5.75 19 5.75H22C22.41 5.75 22.75 6.09 22.75 6.5C22.75 6.91 22.41 7.25 22 7.25Z\" fill=\"\"/>\n<path d=\"M9 7.25H2C1.59 7.25 1.25 6.91 1.25 6.5C1.25 6.09 1.59 5.75 2 5.75H9C9.41 5.75 9.75 6.09 9.75 6.5C9.75 6.91 9.41 7.25 9 7.25Z\" fill=\"\"/>\n<path d=\"M13 21.25H7C5.28 21.25 4.25 20.22 4.25 18.5V16.5C4.25 14.78 5.28 13.75 7 13.75H13C14.72 13.75 15.75 14.78 15.75 16.5V18.5C15.75 20.22 14.72 21.25 13 21.25ZM7 15.25C6.11 15.25 5.75 15.61 5.75 16.5V18.5C5.75 19.39 6.11 19.75 7 19.75H13C13.89 19.75 14.25 19.39 14.25 18.5V16.5C14.25 15.61 13.89 15.25 13 15.25H7Z\" fill=\"\"/>\n<path d=\"M17 10.25H11C9.28 10.25 8.25 9.22 8.25 7.5V5.5C8.25 3.78 9.28 2.75 11 2.75H17C18.72 2.75 19.75 3.78 19.75 5.5V7.5C19.75 9.22 18.72 10.25 17 10.25ZM11 4.25C10.11 4.25 9.75 4.61 9.75 5.5V7.5C9.75 8.39 10.11 8.75 11 8.75H17C17.89 8.75 18.25 8.39 18.25 7.5V5.5C18.25 4.61 17.89 4.25 17 4.25H11Z\" fill=\"\"/>\n</svg>\n</li><li title=\"candle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.5 22.75C6.09 22.75 5.75 22.41 5.75 22V15C5.75 14.59 6.09 14.25 6.5 14.25C6.91 14.25 7.25 14.59 7.25 15V22C7.25 22.41 6.91 22.75 6.5 22.75Z\" fill=\"\"/>\n<path d=\"M6.5 5.75C6.09 5.75 5.75 5.41 5.75 5V2C5.75 1.59 6.09 1.25 6.5 1.25C6.91 1.25 7.25 1.59 7.25 2V5C7.25 5.41 6.91 5.75 6.5 5.75Z\" fill=\"\"/>\n<path d=\"M17.5 22.75C17.09 22.75 16.75 22.41 16.75 22V19C16.75 18.59 17.09 18.25 17.5 18.25C17.91 18.25 18.25 18.59 18.25 19V22C18.25 22.41 17.91 22.75 17.5 22.75Z\" fill=\"\"/>\n<path d=\"M17.5 9.75C17.09 9.75 16.75 9.41 16.75 9V2C16.75 1.59 17.09 1.25 17.5 1.25C17.91 1.25 18.25 1.59 18.25 2V9C18.25 9.41 17.91 9.75 17.5 9.75Z\" fill=\"\"/>\n<path d=\"M7.5 15.75H5.5C3.78 15.75 2.75 14.72 2.75 13V7C2.75 5.28 3.78 4.25 5.5 4.25H7.5C9.22 4.25 10.25 5.28 10.25 7V13C10.25 14.72 9.22 15.75 7.5 15.75ZM5.5 5.75C4.61 5.75 4.25 6.11 4.25 7V13C4.25 13.89 4.61 14.25 5.5 14.25H7.5C8.39 14.25 8.75 13.89 8.75 13V7C8.75 6.11 8.39 5.75 7.5 5.75H5.5Z\" fill=\"\"/>\n<path d=\"M18.5 19.75H16.5C14.78 19.75 13.75 18.72 13.75 17V11C13.75 9.28 14.78 8.25 16.5 8.25H18.5C20.22 8.25 21.25 9.28 21.25 11V17C21.25 18.72 20.22 19.75 18.5 19.75ZM16.5 9.75C15.61 9.75 15.25 10.11 15.25 11V17C15.25 17.89 15.61 18.25 16.5 18.25H18.5C19.39 18.25 19.75 17.89 19.75 17V11C19.75 10.11 19.39 9.75 18.5 9.75H16.5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"car \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.9994 11.7501H3.99937C3.76937 11.7501 3.55937 11.6501 3.41937 11.4701C3.27937 11.3001 3.21937 11.0601 3.26937 10.8401L4.39937 5.44008C4.76937 3.69008 5.51937 2.08008 8.48937 2.08008H15.5194C18.4894 2.08008 19.2394 3.70008 19.6094 5.44008L20.7394 10.8501C20.7894 11.0701 20.7294 11.3001 20.5894 11.4801C20.4394 11.6501 20.2294 11.7501 19.9994 11.7501ZM4.91937 10.2501H19.0694L18.1294 5.75008C17.8494 4.44008 17.5194 3.58008 15.5094 3.58008H8.48937C6.47937 3.58008 6.14937 4.44008 5.86937 5.75008L4.91937 10.2501Z\" fill=\"\"/>\n<path d=\"M19.9596 22.75H18.0796C16.4596 22.75 16.1496 21.82 15.9496 21.21L15.7496 20.61C15.4896 19.85 15.4596 19.75 14.5596 19.75H9.4396C8.5396 19.75 8.4796 19.92 8.2496 20.61L8.0496 21.21C7.8396 21.83 7.5396 22.75 5.9196 22.75H4.0396C3.2496 22.75 2.4896 22.42 1.9596 21.84C1.4396 21.27 1.1896 20.51 1.2596 19.75L1.8196 13.66C1.9696 12.01 2.4096 10.25 5.6196 10.25H18.3796C21.5896 10.25 22.0196 12.01 22.1796 13.66L22.7396 19.75C22.8096 20.51 22.5596 21.27 22.0396 21.84C21.5096 22.42 20.7496 22.75 19.9596 22.75ZM9.4396 18.25H14.5596C16.3796 18.25 16.8096 19.06 17.1696 20.12L17.3796 20.74C17.5496 21.25 17.5496 21.26 18.0896 21.26H19.9696C20.3396 21.26 20.6896 21.11 20.9396 20.84C21.1796 20.58 21.2896 20.25 21.2596 19.9L20.6996 13.81C20.5696 12.46 20.4096 11.76 18.3996 11.76H5.6196C3.5996 11.76 3.4396 12.46 3.3196 13.81L2.7596 19.9C2.7296 20.25 2.8396 20.58 3.0796 20.84C3.3196 21.11 3.6796 21.26 4.0496 21.26H5.9296C6.4696 21.26 6.4696 21.25 6.6396 20.75L6.8396 20.14C7.0896 19.34 7.4596 18.25 9.4396 18.25Z\" fill=\"\"/>\n<path d=\"M4 8.75H3C2.59 8.75 2.25 8.41 2.25 8C2.25 7.59 2.59 7.25 3 7.25H4C4.41 7.25 4.75 7.59 4.75 8C4.75 8.41 4.41 8.75 4 8.75Z\" fill=\"\"/>\n<path d=\"M21 8.75H20C19.59 8.75 19.25 8.41 19.25 8C19.25 7.59 19.59 7.25 20 7.25H21C21.41 7.25 21.75 7.59 21.75 8C21.75 8.41 21.41 8.75 21 8.75Z\" fill=\"\"/>\n<path d=\"M12 5.75C11.59 5.75 11.25 5.41 11.25 5V3C11.25 2.59 11.59 2.25 12 2.25C12.41 2.25 12.75 2.59 12.75 3V5C12.75 5.41 12.41 5.75 12 5.75Z\" fill=\"\"/>\n<path d=\"M13.5 5.75H10.5C10.09 5.75 9.75 5.41 9.75 5C9.75 4.59 10.09 4.25 10.5 4.25H13.5C13.91 4.25 14.25 4.59 14.25 5C14.25 5.41 13.91 5.75 13.5 5.75Z\" fill=\"\"/>\n<path d=\"M9 15.75H6C5.59 15.75 5.25 15.41 5.25 15C5.25 14.59 5.59 14.25 6 14.25H9C9.41 14.25 9.75 14.59 9.75 15C9.75 15.41 9.41 15.75 9 15.75Z\" fill=\"\"/>\n<path d=\"M18 15.75H15C14.59 15.75 14.25 15.41 14.25 15C14.25 14.59 14.59 14.25 15 14.25H18C18.41 14.25 18.75 14.59 18.75 15C18.75 15.41 18.41 15.75 18 15.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"card add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.5 9.25H2C1.59 9.25 1.25 8.91 1.25 8.5C1.25 8.09 1.59 7.75 2 7.75H13.5C13.91 7.75 14.25 8.09 14.25 8.5C14.25 8.91 13.91 9.25 13.5 9.25Z\" fill=\"\"/>\n<path d=\"M8 17.25H6C5.59 17.25 5.25 16.91 5.25 16.5C5.25 16.09 5.59 15.75 6 15.75H8C8.41 15.75 8.75 16.09 8.75 16.5C8.75 16.91 8.41 17.25 8 17.25Z\" fill=\"\"/>\n<path d=\"M14.5 17.25H10.5C10.09 17.25 9.75 16.91 9.75 16.5C9.75 16.09 10.09 15.75 10.5 15.75H14.5C14.91 15.75 15.25 16.09 15.25 16.5C15.25 16.91 14.91 17.25 14.5 17.25Z\" fill=\"\"/>\n<path d=\"M17.56 21.25H6.44C2.46 21.25 1.25 20.05 1.25 16.11V7.89C1.25 3.95 2.46 2.75 6.44 2.75H13.5C13.91 2.75 14.25 3.09 14.25 3.5C14.25 3.91 13.91 4.25 13.5 4.25H6.44C3.3 4.25 2.75 4.79 2.75 7.89V16.1C2.75 19.2 3.3 19.74 6.44 19.74H17.55C20.69 19.74 21.24 19.2 21.24 16.1V12.02C21.24 11.61 21.58 11.27 21.99 11.27C22.4 11.27 22.74 11.61 22.74 12.02V16.1C22.75 20.05 21.54 21.25 17.56 21.25Z\" fill=\"\"/>\n<path d=\"M22 7H16.5C16.09 7 15.75 6.66 15.75 6.25C15.75 5.84 16.09 5.5 16.5 5.5H22C22.41 5.5 22.75 5.84 22.75 6.25C22.75 6.66 22.41 7 22 7Z\" fill=\"\"/>\n<path d=\"M19.25 9.75C18.84 9.75 18.5 9.41 18.5 9V3.5C18.5 3.09 18.84 2.75 19.25 2.75C19.66 2.75 20 3.09 20 3.5V9C20 9.41 19.66 9.75 19.25 9.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"card coin \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 17.8101H2C1.59 17.8101 1.25 17.4701 1.25 17.0601C1.25 16.6501 1.59 16.3101 2 16.3101H12C12.41 16.3101 12.75 16.6501 12.75 17.0601C12.75 17.4801 12.41 17.8101 12 17.8101Z\" fill=\"\"/>\n<path d=\"M9.77979 22.75H4.22974C2.03974 22.75 1.25977 21.98 1.25977 19.8V15.7C1.25977 13.52 2.03974 12.75 4.22974 12.75H9.77979C11.9698 12.75 12.7498 13.52 12.7498 15.7V19.81C12.7498 21.98 11.9698 22.75 9.77979 22.75ZM4.21973 14.25C2.85973 14.25 2.74976 14.36 2.74976 15.7V19.81C2.74976 21.15 2.85973 21.26 4.21973 21.26H9.76978C11.1298 21.26 11.2397 21.15 11.2397 19.81V15.7C11.2397 14.36 11.1298 14.25 9.76978 14.25H4.21973Z\" fill=\"\"/>\n<path d=\"M15.0002 22.75C14.7302 22.75 14.4802 22.6 14.3502 22.37C14.2202 22.13 14.2202 21.85 14.3602 21.61L15.4102 19.86C15.6202 19.51 16.0802 19.39 16.4402 19.6C16.8002 19.81 16.9102 20.27 16.7002 20.63L16.4302 21.08C19.1902 20.43 21.2602 17.95 21.2602 14.99C21.2602 14.58 21.6002 14.24 22.0102 14.24C22.4202 14.24 22.7602 14.58 22.7602 14.99C22.7502 19.27 19.2702 22.75 15.0002 22.75Z\" fill=\"\"/>\n<path d=\"M2 9.75C1.59 9.75 1.25 9.41 1.25 9C1.25 4.73 4.73 1.25 9 1.25C9.27 1.25 9.52002 1.4 9.65002 1.63C9.78002 1.87 9.78001 2.15 9.64001 2.39L8.59003 4.14C8.38003 4.49 7.92 4.61 7.56 4.4C7.2 4.19 7.08999 3.73 7.29999 3.37L7.57001 2.92C4.81001 3.57 2.73999 6.05 2.73999 9.01C2.74999 9.41 2.41 9.75 2 9.75Z\" fill=\"\"/>\n<path d=\"M18.5 11.75C15.61 11.75 13.25 9.4 13.25 6.5C13.25 3.6 15.6 1.25 18.5 1.25C21.4 1.25 23.75 3.6 23.75 6.5C23.75 9.4 21.39 11.75 18.5 11.75ZM18.5 2.75C16.43 2.75 14.75 4.43 14.75 6.5C14.75 8.57 16.43 10.25 18.5 10.25C20.57 10.25 22.25 8.57 22.25 6.5C22.25 4.43 20.57 2.75 18.5 2.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"card edit \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.5 9.25H2C1.59 9.25 1.25 8.91 1.25 8.5C1.25 8.09 1.59 7.75 2 7.75H11.5C11.91 7.75 12.25 8.09 12.25 8.5C12.25 8.91 11.91 9.25 11.5 9.25Z\" fill=\"\"/>\n<path d=\"M8 17.25H6C5.59 17.25 5.25 16.91 5.25 16.5C5.25 16.09 5.59 15.75 6 15.75H8C8.41 15.75 8.75 16.09 8.75 16.5C8.75 16.91 8.41 17.25 8 17.25Z\" fill=\"\"/>\n<path d=\"M14.5 17.25H10.5C10.09 17.25 9.75 16.91 9.75 16.5C9.75 16.09 10.09 15.75 10.5 15.75H14.5C14.91 15.75 15.25 16.09 15.25 16.5C15.25 16.91 14.91 17.25 14.5 17.25Z\" fill=\"\"/>\n<path d=\"M17.56 21.25H6.44C2.46 21.25 1.25 20.05 1.25 16.11V7.89C1.25 3.95 2.46 2.75 6.44 2.75H14.5C14.91 2.75 15.25 3.09 15.25 3.5C15.25 3.91 14.91 4.25 14.5 4.25H6.44C3.3 4.25 2.75 4.79 2.75 7.89V16.1C2.75 19.2 3.3 19.74 6.44 19.74H17.55C20.69 19.74 21.24 19.2 21.24 16.1V12.02C21.24 11.61 21.58 11.27 21.99 11.27C22.4 11.27 22.74 11.61 22.74 12.02V16.1C22.75 20.05 21.54 21.25 17.56 21.25Z\" fill=\"\"/>\n<path d=\"M15.5194 11.4401C15.1294 11.4401 14.7594 11.3001 14.4994 11.0301C14.1794 10.7101 14.0394 10.2501 14.1094 9.77005L14.3094 8.35005C14.3594 7.99005 14.5794 7.56005 14.8294 7.31005L18.5394 3.60005C20.0094 2.13005 21.2894 2.97005 21.9294 3.60005C22.5594 4.23005 23.3994 5.51005 21.9294 6.99005L18.2194 10.7001C17.9594 10.9601 17.5294 11.1701 17.1794 11.2201L15.7594 11.4201C15.6794 11.4301 15.5994 11.4401 15.5194 11.4401ZM20.2294 4.28005C20.0294 4.28005 19.8494 4.42005 19.5994 4.66005L15.8994 8.37005C15.8694 8.41005 15.8094 8.52005 15.7994 8.57005L15.5994 9.92005L16.9594 9.73005C17.0094 9.72005 17.1194 9.66005 17.1594 9.63005L20.8694 5.92005C21.3394 5.45005 21.4094 5.19005 20.8694 4.66005C20.6094 4.40005 20.4194 4.28005 20.2294 4.28005Z\" fill=\"\"/>\n<path d=\"M20.8702 7.74006C20.8002 7.74006 20.7302 7.73006 20.6702 7.71006C19.3002 7.32006 18.2102 6.24006 17.8302 4.87006C17.7202 4.47006 17.9502 4.06006 18.3502 3.94006C18.7502 3.83006 19.1602 4.06006 19.2802 4.46006C19.5302 5.33006 20.2202 6.02006 21.0902 6.27006C21.4902 6.38006 21.7202 6.80006 21.6102 7.19006C21.5002 7.52006 21.2002 7.74006 20.8702 7.74006Z\" fill=\"\"/>\n</svg>\n</li><li title=\"card pos \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.92914 16.6301C3.73914 16.6301 3.54914 16.5601 3.39914 16.4101C3.10914 16.1201 3.10914 15.6401 3.39914 15.3501L15.3491 3.40012C15.6391 3.11012 16.1191 3.11012 16.4091 3.40012C16.6991 3.69012 16.6991 4.17012 16.4091 4.46012L4.45914 16.4201C4.31914 16.5601 4.11914 16.6301 3.92914 16.6301Z\" fill=\"\"/>\n<path d=\"M11.0991 19.03C10.9091 19.03 10.7191 18.96 10.5691 18.81C10.2791 18.52 10.2791 18.04 10.5691 17.75L11.7691 16.55C12.0591 16.26 12.5391 16.26 12.8291 16.55C13.1191 16.84 13.1191 17.32 12.8291 17.61L11.6291 18.81C11.4891 18.95 11.2991 19.03 11.0991 19.03Z\" fill=\"\"/>\n<path d=\"M13.7905 16.3401C13.6005 16.3401 13.4105 16.2701 13.2605 16.1201C12.9705 15.8301 12.9705 15.3501 13.2605 15.0601L15.6505 12.6701C15.9405 12.3801 16.4205 12.3801 16.7105 12.6701C17.0005 12.9601 17.0005 13.4401 16.7105 13.7301L14.3205 16.1201C14.1805 16.2601 13.9805 16.3401 13.7905 16.3401Z\" fill=\"\"/>\n<path d=\"M11.1009 22.7499C10.1209 22.7499 9.14089 22.1499 7.95089 20.9599L3.04089 16.0499C0.650891 13.6599 0.660891 12.1199 3.07089 9.70991L9.71089 3.06991C12.1209 0.659914 13.6609 0.649914 16.0509 3.03991L20.9609 7.94991C23.3509 10.3399 23.3409 11.8799 20.9309 14.2899L14.2909 20.9299C13.0809 22.1399 12.0909 22.7499 11.1009 22.7499ZM12.9009 2.74991C12.3809 2.74991 11.7209 3.17991 10.7709 4.12991L4.13089 10.7699C3.18089 11.7199 2.75089 12.3799 2.75089 12.8899C2.75089 13.4099 3.15089 14.0399 4.10089 14.9899L9.01089 19.8999C9.96089 20.8499 10.5809 21.2499 11.1009 21.2499C11.1009 21.2499 11.1009 21.2499 11.1109 21.2499C11.6309 21.2499 12.2809 20.8199 13.2309 19.8699L19.8709 13.2299C20.8209 12.2799 21.2509 11.6199 21.2509 11.1099C21.2509 10.5899 20.8509 9.95991 19.9009 9.00991L14.9909 4.09991C14.0509 3.14991 13.4209 2.74991 12.9009 2.74991Z\" fill=\"\"/>\n<path d=\"M22 22.75H2C1.59 22.75 1.25 22.41 1.25 22C1.25 21.59 1.59 21.25 2 21.25H22C22.41 21.25 22.75 21.59 22.75 22C22.75 22.41 22.41 22.75 22 22.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"card receive \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.5 9.25H2C1.59 9.25 1.25 8.91 1.25 8.5C1.25 8.09 1.59 7.75 2 7.75H14.5C14.91 7.75 15.25 8.09 15.25 8.5C15.25 8.91 14.91 9.25 14.5 9.25Z\" fill=\"\"/>\n<path d=\"M8 17.25H6C5.59 17.25 5.25 16.91 5.25 16.5C5.25 16.09 5.59 15.75 6 15.75H8C8.41 15.75 8.75 16.09 8.75 16.5C8.75 16.91 8.41 17.25 8 17.25Z\" fill=\"\"/>\n<path d=\"M14.5 17.25H10.5C10.09 17.25 9.75 16.91 9.75 16.5C9.75 16.09 10.09 15.75 10.5 15.75H14.5C14.91 15.75 15.25 16.09 15.25 16.5C15.25 16.91 14.91 17.25 14.5 17.25Z\" fill=\"\"/>\n<path d=\"M17.56 21.25H6.44C2.46 21.25 1.25 20.05 1.25 16.11V7.89C1.25 3.95 2.46 2.75 6.44 2.75H14.5C14.91 2.75 15.25 3.09 15.25 3.5C15.25 3.91 14.91 4.25 14.5 4.25H6.44C3.3 4.25 2.75 4.79 2.75 7.89V16.1C2.75 19.2 3.3 19.74 6.44 19.74H17.55C20.69 19.74 21.24 19.2 21.24 16.1V14.02C21.24 13.61 21.58 13.27 21.99 13.27C22.4 13.27 22.74 13.61 22.74 14.02V16.1C22.75 20.05 21.54 21.25 17.56 21.25Z\" fill=\"\"/>\n<path d=\"M20 10.25C19.9 10.25 19.81 10.23 19.71 10.19C19.43 10.07 19.25 9.8 19.25 9.5V3.5C19.25 3.09 19.59 2.75 20 2.75C20.41 2.75 20.75 3.09 20.75 3.5V7.69L21.47 6.97C21.76 6.68 22.24 6.68 22.53 6.97C22.82 7.26 22.82 7.74 22.53 8.03L20.53 10.03C20.39 10.17 20.2 10.25 20 10.25Z\" fill=\"\"/>\n<path d=\"M19.9995 10.2499C19.8095 10.2499 19.6195 10.1799 19.4695 10.0299L17.4695 8.02994C17.1795 7.73994 17.1795 7.25994 17.4695 6.96994C17.7595 6.67994 18.2395 6.67994 18.5295 6.96994L20.5295 8.96994C20.8195 9.25994 20.8195 9.73994 20.5295 10.0299C20.3795 10.1799 20.1895 10.2499 19.9995 10.2499Z\" fill=\"\"/>\n</svg>\n</li><li title=\"card remove 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.5 9.25H2C1.59 9.25 1.25 8.91 1.25 8.5C1.25 8.09 1.59 7.75 2 7.75H13.5C13.91 7.75 14.25 8.09 14.25 8.5C14.25 8.91 13.91 9.25 13.5 9.25Z\" fill=\"\"/>\n<path d=\"M8 17.25H6C5.59 17.25 5.25 16.91 5.25 16.5C5.25 16.09 5.59 15.75 6 15.75H8C8.41 15.75 8.75 16.09 8.75 16.5C8.75 16.91 8.41 17.25 8 17.25Z\" fill=\"\"/>\n<path d=\"M14.5 17.25H10.5C10.09 17.25 9.75 16.91 9.75 16.5C9.75 16.09 10.09 15.75 10.5 15.75H14.5C14.91 15.75 15.25 16.09 15.25 16.5C15.25 16.91 14.91 17.25 14.5 17.25Z\" fill=\"\"/>\n<path d=\"M17.56 21.25H6.44C2.46 21.25 1.25 20.05 1.25 16.11V7.89C1.25 3.95 2.46 2.75 6.44 2.75H13.5C13.91 2.75 14.25 3.09 14.25 3.5C14.25 3.91 13.91 4.25 13.5 4.25H6.44C3.3 4.25 2.75 4.79 2.75 7.89V16.1C2.75 19.2 3.3 19.74 6.44 19.74H17.55C20.69 19.74 21.24 19.2 21.24 16.1V12.02C21.24 11.61 21.58 11.27 21.99 11.27C22.4 11.27 22.74 11.61 22.74 12.02V16.1C22.75 20.05 21.54 21.25 17.56 21.25Z\" fill=\"\"/>\n<path d=\"M17.31 8.94023C17.12 8.94023 16.93 8.87023 16.78 8.72023C16.49 8.43023 16.49 7.95023 16.78 7.66023L20.67 3.77023C20.96 3.48023 21.44 3.48023 21.73 3.77023C22.02 4.06023 22.02 4.54023 21.73 4.83023L17.84 8.72023C17.69 8.87023 17.5 8.94023 17.31 8.94023Z\" fill=\"\"/>\n<path d=\"M21.1902 8.94023C21.0002 8.94023 20.8102 8.87023 20.6602 8.72023L16.7702 4.83023C16.4802 4.54023 16.4802 4.06023 16.7702 3.77023C17.0602 3.48023 17.5402 3.48023 17.8302 3.77023L21.7202 7.66023C22.0102 7.95023 22.0102 8.43023 21.7202 8.72023C21.5802 8.87023 21.3902 8.94023 21.1902 8.94023Z\" fill=\"\"/>\n</svg>\n</li><li title=\"card remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.9004 10.7803H1.90039C1.49039 10.7803 1.15039 10.4403 1.15039 10.0303C1.15039 9.62027 1.49039 9.28027 1.90039 9.28027H21.9004C22.3104 9.28027 22.6504 9.62027 22.6504 10.0303C22.6504 10.4403 22.3204 10.7803 21.9004 10.7803Z\" fill=\"\"/>\n<path d=\"M11.4604 21.28H6.35034C2.37034 21.28 1.15039 20.08 1.15039 16.14V7.92004C1.15039 4.77004 1.82038 3.02004 5.39038 2.81004C5.70038 2.80004 6.01034 2.79004 6.35034 2.79004H17.4604C21.4404 2.79004 22.6603 3.99004 22.6603 7.93004V12.34C22.6603 12.75 22.3203 13.09 21.9103 13.09C21.5003 13.09 21.1603 12.75 21.1603 12.34V7.93004C21.1603 4.84004 20.6104 4.29004 17.4604 4.29004H6.35034C6.03034 4.29004 5.74039 4.30004 5.46039 4.31004C3.29039 4.44004 2.65039 4.93004 2.65039 7.93004V16.15C2.65039 19.24 3.20034 19.79 6.35034 19.79H11.4604C11.8704 19.79 12.2104 20.13 12.2104 20.54C12.2104 20.95 11.8704 21.28 11.4604 21.28Z\" fill=\"\"/>\n<path d=\"M17.9004 22.7803C15.2804 22.7803 13.1504 20.6503 13.1504 18.0303C13.1504 15.4103 15.2804 13.2803 17.9004 13.2803C20.5204 13.2803 22.6504 15.4103 22.6504 18.0303C22.6504 20.6503 20.5204 22.7803 17.9004 22.7803ZM17.9004 14.7803C16.1104 14.7803 14.6504 16.2403 14.6504 18.0303C14.6504 19.8203 16.1104 21.2803 17.9004 21.2803C19.6904 21.2803 21.1504 19.8203 21.1504 18.0303C21.1504 16.2403 19.6904 14.7803 17.9004 14.7803Z\" fill=\"\"/>\n<path d=\"M18.9707 19.9C18.7807 19.9 18.5908 19.83 18.4408 19.68L16.3308 17.57C16.0408 17.28 16.0408 16.8 16.3308 16.51C16.6208 16.22 17.1008 16.22 17.3908 16.51L19.5008 18.62C19.7908 18.91 19.7908 19.39 19.5008 19.68C19.3608 19.82 19.1607 19.9 18.9707 19.9Z\" fill=\"\"/>\n<path d=\"M16.8296 19.92C16.6396 19.92 16.4495 19.85 16.2995 19.7C16.0095 19.41 16.0095 18.93 16.2995 18.64L18.4095 16.53C18.6995 16.24 19.1795 16.24 19.4695 16.53C19.7595 16.82 19.7595 17.3 19.4695 17.59L17.3595 19.7C17.2195 19.85 17.0296 19.92 16.8296 19.92Z\" fill=\"\"/>\n<path d=\"M9.90039 16.7803H5.90039C5.49039 16.7803 5.15039 16.4403 5.15039 16.0303C5.15039 15.6203 5.49039 15.2803 5.90039 15.2803H9.90039C10.3104 15.2803 10.6504 15.6203 10.6504 16.0303C10.6504 16.4403 10.3204 16.7803 9.90039 16.7803Z\" fill=\"\"/>\n</svg>\n</li><li title=\"card send \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.5 9.25H2C1.59 9.25 1.25 8.91 1.25 8.5C1.25 8.09 1.59 7.75 2 7.75H14.5C14.91 7.75 15.25 8.09 15.25 8.5C15.25 8.91 14.91 9.25 14.5 9.25Z\" fill=\"\"/>\n<path d=\"M8 17.25H6C5.59 17.25 5.25 16.91 5.25 16.5C5.25 16.09 5.59 15.75 6 15.75H8C8.41 15.75 8.75 16.09 8.75 16.5C8.75 16.91 8.41 17.25 8 17.25Z\" fill=\"\"/>\n<path d=\"M14.5 17.25H10.5C10.09 17.25 9.75 16.91 9.75 16.5C9.75 16.09 10.09 15.75 10.5 15.75H14.5C14.91 15.75 15.25 16.09 15.25 16.5C15.25 16.91 14.91 17.25 14.5 17.25Z\" fill=\"\"/>\n<path d=\"M17.56 21.25H6.44C2.46 21.25 1.25 20.05 1.25 16.11V7.89C1.25 3.95 2.46 2.75 6.44 2.75H14.5C14.91 2.75 15.25 3.09 15.25 3.5C15.25 3.91 14.91 4.25 14.5 4.25H6.44C3.3 4.25 2.75 4.79 2.75 7.89V16.1C2.75 19.2 3.3 19.74 6.44 19.74H17.55C20.69 19.74 21.24 19.2 21.24 16.1V14.02C21.24 13.61 21.58 13.27 21.99 13.27C22.4 13.27 22.74 13.61 22.74 14.02V16.1C22.75 20.05 21.54 21.25 17.56 21.25Z\" fill=\"\"/>\n<path d=\"M20 10.2499C19.59 10.2499 19.25 9.90994 19.25 9.49994V3.49994C19.25 3.19994 19.43 2.91994 19.71 2.80994C19.99 2.69994 20.31 2.75994 20.53 2.96994L22.53 4.96994C22.82 5.25994 22.82 5.73994 22.53 6.02994C22.24 6.31994 21.76 6.31994 21.47 6.02994L20.75 5.30994V9.49994C20.75 9.90994 20.41 10.2499 20 10.2499Z\" fill=\"\"/>\n<path d=\"M17.9995 6.24994C17.8095 6.24994 17.6195 6.17994 17.4695 6.02994C17.1795 5.73994 17.1795 5.25994 17.4695 4.96994L19.4695 2.96994C19.7595 2.67994 20.2395 2.67994 20.5295 2.96994C20.8195 3.25994 20.8195 3.73994 20.5295 4.02994L18.5295 6.02994C18.3795 6.17994 18.1895 6.24994 17.9995 6.24994Z\" fill=\"\"/>\n</svg>\n</li><li title=\"card slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.24 9.25H2C1.59 9.25 1.25 8.91 1.25 8.5C1.25 8.09 1.59 7.75 2 7.75H15.24C15.65 7.75 15.99 8.09 15.99 8.5C15.99 8.91 15.65 9.25 15.24 9.25Z\" fill=\"\"/>\n<path d=\"M7.29 17.25H6C5.59 17.25 5.25 16.91 5.25 16.5C5.25 16.09 5.59 15.75 6 15.75H7.29C7.7 15.75 8.04 16.09 8.04 16.5C8.04 16.91 7.71 17.25 7.29 17.25Z\" fill=\"\"/>\n<path d=\"M14.5 17.25H11C10.59 17.25 10.25 16.91 10.25 16.5C10.25 16.09 10.59 15.75 11 15.75H14.5C14.91 15.75 15.25 16.09 15.25 16.5C15.25 16.91 14.91 17.25 14.5 17.25Z\" fill=\"\"/>\n<path d=\"M17.5605 21.2501H7.98047C7.57047 21.2501 7.23047 20.9101 7.23047 20.5001C7.23047 20.0901 7.57047 19.7501 7.98047 19.7501H17.5605C20.7005 19.7501 21.2505 19.2101 21.2505 16.1101V6.89014C21.2505 6.48014 21.5905 6.14014 22.0005 6.14014C22.4105 6.14014 22.7505 6.48014 22.7505 6.89014V16.1001C22.7505 20.0501 21.5405 21.2501 17.5605 21.2501Z\" fill=\"\"/>\n<path d=\"M3.71 20.89C3.62 20.89 3.52 20.87 3.43 20.84C1.62 20.12 1.25 18.43 1.25 16.11V7.89C1.25 3.95 2.46 2.75 6.44 2.75H17.55C18.69 2.75 19.53 2.84 20.19 3.04C20.59 3.16 20.81 3.57 20.7 3.97C20.58 4.37 20.16 4.59 19.77 4.48C19.25 4.33 18.55 4.26 17.55 4.26H6.44C3.3 4.26 2.75 4.8 2.75 7.9V16.11C2.75 18.5 3.18 19.13 3.99 19.45C4.38 19.6 4.56 20.04 4.41 20.42C4.29 20.71 4.01 20.89 3.71 20.89Z\" fill=\"\"/>\n<path d=\"M1.99945 22.7499C1.80945 22.7499 1.61945 22.6799 1.46945 22.5299C1.17945 22.2399 1.17945 21.7599 1.46945 21.4699L21.4695 1.46994C21.7595 1.17994 22.2395 1.17994 22.5295 1.46994C22.8195 1.75994 22.8195 2.23994 22.5295 2.52994L2.52945 22.5299C2.37945 22.6799 2.18945 22.7499 1.99945 22.7499Z\" fill=\"\"/>\n</svg>\n</li><li title=\"card tick 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 10.75H2C1.59 10.75 1.25 10.41 1.25 10C1.25 9.59 1.59 9.25 2 9.25H22C22.41 9.25 22.75 9.59 22.75 10C22.75 10.41 22.41 10.75 22 10.75Z\" fill=\"\"/>\n<path d=\"M11.5502 21.2498H6.44025C2.46025 21.2498 1.24023 20.0498 1.24023 16.1098V7.88977C1.24023 4.73977 1.91022 2.98977 5.48022 2.77977C5.78022 2.76977 6.10025 2.75977 6.44025 2.75977H17.5502C21.5302 2.75977 22.7502 3.95976 22.7502 7.89977V12.3098C22.7502 12.7198 22.4102 13.0598 22.0002 13.0598C21.5902 13.0598 21.2502 12.7198 21.2502 12.3098V7.89977C21.2502 4.80977 20.7002 4.25977 17.5502 4.25977H6.44025C6.12025 4.25977 5.83023 4.26977 5.55023 4.27977C3.38023 4.40977 2.74023 4.89977 2.74023 7.89977V16.1198C2.74023 19.2098 3.29025 19.7598 6.44025 19.7598H11.5502C11.9602 19.7598 12.3002 20.0998 12.3002 20.5098C12.3002 20.9198 11.9702 21.2498 11.5502 21.2498Z\" fill=\"\"/>\n<path d=\"M10 16.75H6C5.59 16.75 5.25 16.41 5.25 16C5.25 15.59 5.59 15.25 6 15.25H10C10.41 15.25 10.75 15.59 10.75 16C10.75 16.41 10.41 16.75 10 16.75Z\" fill=\"\"/>\n<path d=\"M18 22.75C16.34 22.75 14.78 21.87 13.94 20.44C13.49 19.72 13.25 18.87 13.25 18C13.25 15.38 15.38 13.25 18 13.25C20.62 13.25 22.75 15.38 22.75 18C22.75 18.87 22.51 19.72 22.06 20.45C21.22 21.87 19.66 22.75 18 22.75ZM18 14.75C16.21 14.75 14.75 16.21 14.75 18C14.75 18.59 14.91 19.17 15.22 19.67C15.8 20.65 16.87 21.25 18 21.25C19.13 21.25 20.2 20.65 20.78 19.68C21.09 19.17 21.25 18.6 21.25 18C21.25 16.21 19.79 14.75 18 14.75Z\" fill=\"\"/>\n<path d=\"M17.4289 19.7401C17.2389 19.7401 17.049 19.6701 16.899 19.5201L15.9089 18.5301C15.6189 18.2401 15.6189 17.7601 15.9089 17.4701C16.1989 17.1801 16.6789 17.1801 16.9689 17.4701L17.4489 17.9501L19.0489 16.4701C19.3489 16.1901 19.8289 16.2101 20.1089 16.5101C20.3889 16.8101 20.3689 17.2901 20.0689 17.5701L17.9389 19.54C17.7889 19.67 17.6089 19.7401 17.4289 19.7401Z\" fill=\"\"/>\n</svg>\n</li><li title=\"card tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.5 9.25H2C1.59 9.25 1.25 8.91 1.25 8.5C1.25 8.09 1.59 7.75 2 7.75H13.5C13.91 7.75 14.25 8.09 14.25 8.5C14.25 8.91 13.91 9.25 13.5 9.25Z\" fill=\"\"/>\n<path d=\"M8 17.25H6C5.59 17.25 5.25 16.91 5.25 16.5C5.25 16.09 5.59 15.75 6 15.75H8C8.41 15.75 8.75 16.09 8.75 16.5C8.75 16.91 8.41 17.25 8 17.25Z\" fill=\"\"/>\n<path d=\"M14.5 17.25H10.5C10.09 17.25 9.75 16.91 9.75 16.5C9.75 16.09 10.09 15.75 10.5 15.75H14.5C14.91 15.75 15.25 16.09 15.25 16.5C15.25 16.91 14.91 17.25 14.5 17.25Z\" fill=\"\"/>\n<path d=\"M17.56 21.25H6.44C2.46 21.25 1.25 20.05 1.25 16.11V7.89C1.25 3.95 2.46 2.75 6.44 2.75H13.5C13.91 2.75 14.25 3.09 14.25 3.5C14.25 3.91 13.91 4.25 13.5 4.25H6.44C3.3 4.25 2.75 4.79 2.75 7.89V16.1C2.75 19.2 3.3 19.74 6.44 19.74H17.55C20.69 19.74 21.24 19.2 21.24 16.1V11.02C21.24 10.61 21.58 10.27 21.99 10.27C22.4 10.27 22.74 10.61 22.74 11.02V16.1C22.75 20.05 21.54 21.25 17.56 21.25Z\" fill=\"\"/>\n<path d=\"M17.9995 8.24994C17.8095 8.24994 17.6195 8.17994 17.4695 8.02994L15.9695 6.52994C15.6795 6.23994 15.6795 5.75994 15.9695 5.46994C16.2595 5.17994 16.7395 5.17994 17.0295 5.46994L17.9995 6.43994L21.4695 2.96994C21.7595 2.67994 22.2395 2.67994 22.5295 2.96994C22.8195 3.25994 22.8195 3.73994 22.5295 4.02994L18.5295 8.02994C18.3795 8.17994 18.1895 8.24994 17.9995 8.24994Z\" fill=\"\"/>\n</svg>\n</li><li title=\"card \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 9.25H2C1.59 9.25 1.25 8.91 1.25 8.5C1.25 8.09 1.59 7.75 2 7.75H22C22.41 7.75 22.75 8.09 22.75 8.5C22.75 8.91 22.41 9.25 22 9.25Z\" fill=\"\"/>\n<path d=\"M8 17.25H6C5.59 17.25 5.25 16.91 5.25 16.5C5.25 16.09 5.59 15.75 6 15.75H8C8.41 15.75 8.75 16.09 8.75 16.5C8.75 16.91 8.41 17.25 8 17.25Z\" fill=\"\"/>\n<path d=\"M14.5 17.25H10.5C10.09 17.25 9.75 16.91 9.75 16.5C9.75 16.09 10.09 15.75 10.5 15.75H14.5C14.91 15.75 15.25 16.09 15.25 16.5C15.25 16.91 14.91 17.25 14.5 17.25Z\" fill=\"\"/>\n<path d=\"M17.56 21.25H6.44C2.46 21.25 1.25 20.05 1.25 16.11V7.89C1.25 3.95 2.46 2.75 6.44 2.75H17.55C21.53 2.75 22.74 3.95 22.74 7.89V16.1C22.75 20.05 21.54 21.25 17.56 21.25ZM6.44 4.25C3.3 4.25 2.75 4.79 2.75 7.89V16.1C2.75 19.2 3.3 19.74 6.44 19.74H17.55C20.69 19.74 21.24 19.2 21.24 16.1V7.89C21.24 4.79 20.69 4.25 17.55 4.25H6.44Z\" fill=\"\"/>\n</svg>\n</li><li title=\"cards \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 13.3599H2C1.59 13.3599 1.25 13.0199 1.25 12.6099C1.25 12.1999 1.59 11.8599 2 11.8599H19C19.41 11.8599 19.75 12.1999 19.75 12.6099C19.75 13.0199 19.41 13.3599 19 13.3599Z\" fill=\"\"/>\n<path d=\"M15.22 21.7498H5.78003C2.35003 21.7498 1.25 20.6598 1.25 17.2698V10.2798C1.25 7.5898 1.86002 5.99981 4.96002 5.81981C5.22002 5.80981 5.49003 5.7998 5.78003 5.7998H15.22C18.65 5.7998 19.75 6.8898 19.75 10.2798V17.4298C19.71 20.6998 18.61 21.7498 15.22 21.7498ZM5.78003 7.2998C5.51003 7.2998 5.26003 7.30981 5.03003 7.31981C3.24003 7.42981 2.75 7.8098 2.75 10.2798V17.2698C2.75 19.8298 3.17003 20.2498 5.78003 20.2498H15.22C17.8 20.2498 18.22 19.8498 18.25 17.4198V10.2798C18.25 7.7198 17.83 7.2998 15.22 7.2998H5.78003Z\" fill=\"\"/>\n<path d=\"M19 18.18C18.81 18.18 18.62 18.11 18.49 17.98C18.34 17.84 18.25 17.64 18.25 17.43V10.28C18.25 7.72 17.83 7.3 15.22 7.3H5.78003C5.51003 7.3 5.26003 7.31 5.03003 7.32C4.83003 7.33 4.62998 7.25 4.47998 7.11C4.32998 6.97 4.25 6.77 4.25 6.56C4.29 3.3 5.39003 2.25 8.78003 2.25H18.22C21.65 2.25 22.75 3.34 22.75 6.73V13.72C22.75 16.41 22.14 18 19.04 18.18C19.03 18.18 19.01 18.18 19 18.18ZM5.78003 5.8H15.22C18.65 5.8 19.75 6.89 19.75 10.28V16.6C20.91 16.39 21.25 15.79 21.25 13.72V6.73C21.25 4.17 20.83 3.75 18.22 3.75H8.78003C6.50003 3.75 5.91003 4.06 5.78003 5.8Z\" fill=\"\"/>\n<path d=\"M6.96027 18.5601H5.24023C4.83023 18.5601 4.49023 18.2201 4.49023 17.8101C4.49023 17.4001 4.83023 17.0601 5.24023 17.0601H6.96027C7.37027 17.0601 7.71027 17.4001 7.71027 17.8101C7.71027 18.2201 7.38027 18.5601 6.96027 18.5601Z\" fill=\"\"/>\n<path d=\"M12.5494 18.5601H9.10938C8.69938 18.5601 8.35938 18.2201 8.35938 17.8101C8.35938 17.4001 8.69938 17.0601 9.10938 17.0601H12.5494C12.9594 17.0601 13.2994 17.4001 13.2994 17.8101C13.2994 18.2201 12.9694 18.5601 12.5494 18.5601Z\" fill=\"\"/>\n</svg>\n</li><li title=\"category 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 10.75H17C14.58 10.75 13.25 9.42 13.25 7V5C13.25 2.58 14.58 1.25 17 1.25H19C21.42 1.25 22.75 2.58 22.75 5V7C22.75 9.42 21.42 10.75 19 10.75ZM17 2.75C15.42 2.75 14.75 3.42 14.75 5V7C14.75 8.58 15.42 9.25 17 9.25H19C20.58 9.25 21.25 8.58 21.25 7V5C21.25 3.42 20.58 2.75 19 2.75H17Z\" fill=\"\"/>\n<path d=\"M7 22.75H5C2.58 22.75 1.25 21.42 1.25 19V17C1.25 14.58 2.58 13.25 5 13.25H7C9.42 13.25 10.75 14.58 10.75 17V19C10.75 21.42 9.42 22.75 7 22.75ZM5 14.75C3.42 14.75 2.75 15.42 2.75 17V19C2.75 20.58 3.42 21.25 5 21.25H7C8.58 21.25 9.25 20.58 9.25 19V17C9.25 15.42 8.58 14.75 7 14.75H5Z\" fill=\"\"/>\n<path d=\"M6 10.75C3.38 10.75 1.25 8.62 1.25 6C1.25 3.38 3.38 1.25 6 1.25C8.62 1.25 10.75 3.38 10.75 6C10.75 8.62 8.62 10.75 6 10.75ZM6 2.75C4.21 2.75 2.75 4.21 2.75 6C2.75 7.79 4.21 9.25 6 9.25C7.79 9.25 9.25 7.79 9.25 6C9.25 4.21 7.79 2.75 6 2.75Z\" fill=\"\"/>\n<path d=\"M18 22.75C15.38 22.75 13.25 20.62 13.25 18C13.25 15.38 15.38 13.25 18 13.25C20.62 13.25 22.75 15.38 22.75 18C22.75 20.62 20.62 22.75 18 22.75ZM18 14.75C16.21 14.75 14.75 16.21 14.75 18C14.75 19.79 16.21 21.25 18 21.25C19.79 21.25 21.25 19.79 21.25 18C21.25 16.21 19.79 14.75 18 14.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"category \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 10.75H5C2.58 10.75 1.25 9.42 1.25 7V5C1.25 2.58 2.58 1.25 5 1.25H7C9.42 1.25 10.75 2.58 10.75 5V7C10.75 9.42 9.42 10.75 7 10.75ZM5 2.75C3.42 2.75 2.75 3.42 2.75 5V7C2.75 8.58 3.42 9.25 5 9.25H7C8.58 9.25 9.25 8.58 9.25 7V5C9.25 3.42 8.58 2.75 7 2.75H5Z\" fill=\"\"/>\n<path d=\"M19 10.75H17C14.58 10.75 13.25 9.42 13.25 7V5C13.25 2.58 14.58 1.25 17 1.25H19C21.42 1.25 22.75 2.58 22.75 5V7C22.75 9.42 21.42 10.75 19 10.75ZM17 2.75C15.42 2.75 14.75 3.42 14.75 5V7C14.75 8.58 15.42 9.25 17 9.25H19C20.58 9.25 21.25 8.58 21.25 7V5C21.25 3.42 20.58 2.75 19 2.75H17Z\" fill=\"\"/>\n<path d=\"M19 22.75H17C14.58 22.75 13.25 21.42 13.25 19V17C13.25 14.58 14.58 13.25 17 13.25H19C21.42 13.25 22.75 14.58 22.75 17V19C22.75 21.42 21.42 22.75 19 22.75ZM17 14.75C15.42 14.75 14.75 15.42 14.75 17V19C14.75 20.58 15.42 21.25 17 21.25H19C20.58 21.25 21.25 20.58 21.25 19V17C21.25 15.42 20.58 14.75 19 14.75H17Z\" fill=\"\"/>\n<path d=\"M7 22.75H5C2.58 22.75 1.25 21.42 1.25 19V17C1.25 14.58 2.58 13.25 5 13.25H7C9.42 13.25 10.75 14.58 10.75 17V19C10.75 21.42 9.42 22.75 7 22.75ZM5 14.75C3.42 14.75 2.75 15.42 2.75 17V19C2.75 20.58 3.42 21.25 5 21.25H7C8.58 21.25 9.25 20.58 9.25 19V17C9.25 15.42 8.58 14.75 7 14.75H5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"cd \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z\" fill=\"\"/>\n<path d=\"M12 14.75C10.48 14.75 9.25 13.52 9.25 12C9.25 10.48 10.48 9.25 12 9.25C13.52 9.25 14.75 10.48 14.75 12C14.75 13.52 13.52 14.75 12 14.75ZM12 10.75C11.31 10.75 10.75 11.31 10.75 12C10.75 12.69 11.31 13.25 12 13.25C12.69 13.25 13.25 12.69 13.25 12C13.25 11.31 12.69 10.75 12 10.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"chart 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 22.75H2C1.59 22.75 1.25 22.41 1.25 22C1.25 21.59 1.59 21.25 2 21.25H22C22.41 21.25 22.75 21.59 22.75 22C22.75 22.41 22.41 22.75 22 22.75Z\" fill=\"\"/>\n<path d=\"M14.25 22.75H9.75C9.34 22.75 9 22.41 9 22V4C9 2.28 9.95 1.25 11.55 1.25H12.45C14.05 1.25 15 2.28 15 4V22C15 22.41 14.66 22.75 14.25 22.75ZM10.5 21.25H13.5V4C13.5 2.85 12.96 2.75 12.45 2.75H11.55C11.04 2.75 10.5 2.85 10.5 4V21.25Z\" fill=\"\"/>\n<path d=\"M7 22.75H3C2.59 22.75 2.25 22.41 2.25 22V10C2.25 8.28 3.13 7.25 4.6 7.25H5.4C6.87 7.25 7.75 8.28 7.75 10V22C7.75 22.41 7.41 22.75 7 22.75ZM3.75 21.25H6.25V10C6.25 8.75 5.7 8.75 5.4 8.75H4.6C4.3 8.75 3.75 8.75 3.75 10V21.25Z\" fill=\"\"/>\n<path d=\"M21 22.75H17C16.59 22.75 16.25 22.41 16.25 22V15C16.25 13.28 17.13 12.25 18.6 12.25H19.4C20.87 12.25 21.75 13.28 21.75 15V22C21.75 22.41 21.41 22.75 21 22.75ZM17.75 21.25H20.25V15C20.25 13.75 19.7 13.75 19.4 13.75H18.6C18.3 13.75 17.75 13.75 17.75 15V21.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"chart 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n<path d=\"M15.5 19.25C13.98 19.25 12.75 18.02 12.75 16.5V7.5C12.75 5.98 13.98 4.75 15.5 4.75C17.02 4.75 18.25 5.98 18.25 7.5V16.5C18.25 18.02 17.02 19.25 15.5 19.25ZM15.5 6.25C14.81 6.25 14.25 6.81 14.25 7.5V16.5C14.25 17.19 14.81 17.75 15.5 17.75C16.19 17.75 16.75 17.19 16.75 16.5V7.5C16.75 6.81 16.19 6.25 15.5 6.25Z\" fill=\"\"/>\n<path d=\"M8.5 19.25C6.98 19.25 5.75 18.02 5.75 16.5V13C5.75 11.48 6.98 10.25 8.5 10.25C10.02 10.25 11.25 11.48 11.25 13V16.5C11.25 18.02 10.02 19.25 8.5 19.25ZM8.5 11.75C7.81 11.75 7.25 12.31 7.25 13V16.5C7.25 17.19 7.81 17.75 8.5 17.75C9.19 17.75 9.75 17.19 9.75 16.5V13C9.75 12.31 9.19 11.75 8.5 11.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"chart 21 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 22.75H3C2.59 22.75 2.25 22.41 2.25 22C2.25 21.59 2.59 21.25 3 21.25H21C21.41 21.25 21.75 21.59 21.75 22C21.75 22.41 21.41 22.75 21 22.75Z\" fill=\"\"/>\n<path d=\"M5.59998 19.7499H4C3.04 19.7499 2.25 18.9599 2.25 17.9999V9.37988C2.25 8.41988 3.04 7.62988 4 7.62988H5.59998C6.55998 7.62988 7.34998 8.41988 7.34998 9.37988V17.9999C7.34998 18.9599 6.55998 19.7499 5.59998 19.7499ZM4 9.11987C3.86 9.11987 3.75 9.22987 3.75 9.36987V17.9999C3.75 18.1399 3.86 18.2499 4 18.2499H5.59998C5.73998 18.2499 5.84998 18.1399 5.84998 17.9999V9.37988C5.84998 9.23988 5.73998 9.12988 5.59998 9.12988H4V9.11987Z\" fill=\"\"/>\n<path d=\"M12.8002 19.7499H11.2002C10.2402 19.7499 9.4502 18.9599 9.4502 17.9999V6.18994C9.4502 5.22994 10.2402 4.43994 11.2002 4.43994H12.8002C13.7602 4.43994 14.5502 5.22994 14.5502 6.18994V17.9999C14.5502 18.9599 13.7602 19.7499 12.8002 19.7499ZM11.2002 5.93994C11.0602 5.93994 10.9502 6.04994 10.9502 6.18994V17.9999C10.9502 18.1399 11.0602 18.2499 11.2002 18.2499H12.8002C12.9402 18.2499 13.0502 18.1399 13.0502 17.9999V6.18994C13.0502 6.04994 12.9402 5.93994 12.8002 5.93994H11.2002Z\" fill=\"\"/>\n<path d=\"M20.0004 19.75H18.4004C17.4404 19.75 16.6504 18.96 16.6504 18V3C16.6504 2.04 17.4404 1.25 18.4004 1.25H20.0004C20.9604 1.25 21.7504 2.04 21.7504 3V18C21.7504 18.96 20.9604 19.75 20.0004 19.75ZM18.4004 2.75C18.2604 2.75 18.1504 2.86 18.1504 3V18C18.1504 18.14 18.2604 18.25 18.4004 18.25H20.0004C20.1404 18.25 20.2504 18.14 20.2504 18V3C20.2504 2.86 20.1404 2.75 20.0004 2.75H18.4004Z\" fill=\"\"/>\n</svg>\n</li><li title=\"chart 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 9.64 2 7.4 3.42 5.52C3.67 5.19 4.14 5.13 4.47 5.38C4.8 5.63 4.87 6.1 4.62 6.43C3.4 8.04 2.75 9.97 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75C11.59 2.75 11.25 2.41 11.25 2C11.25 1.59 11.59 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75Z\" fill=\"\"/>\n<path d=\"M12 19.75C7.73 19.75 4.25 16.27 4.25 12C4.25 11.59 4.59 11.25 5 11.25C5.41 11.25 5.75 11.59 5.75 12C5.75 15.45 8.55 18.25 12 18.25C15.45 18.25 18.25 15.45 18.25 12C18.25 8.55 15.45 5.75 12 5.75C11.59 5.75 11.25 5.41 11.25 5C11.25 4.59 11.59 4.25 12 4.25C16.27 4.25 19.75 7.73 19.75 12C19.75 16.27 16.27 19.75 12 19.75Z\" fill=\"\"/>\n<path d=\"M12 16.75C11.59 16.75 11.25 16.41 11.25 16C11.25 15.59 11.59 15.25 12 15.25C13.79 15.25 15.25 13.79 15.25 12C15.25 10.21 13.79 8.75 12 8.75C11.59 8.75 11.25 8.41 11.25 8C11.25 7.59 11.59 7.25 12 7.25C14.62 7.25 16.75 9.38 16.75 12C16.75 14.62 14.62 16.75 12 16.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"chart fail \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.2299 21.5199C17.0399 21.5199 16.8499 21.4499 16.6999 21.2999C16.4099 21.0099 16.4099 20.5299 16.6999 20.2399L20.2399 16.6999C20.5299 16.4099 21.0099 16.4099 21.2999 16.6999C21.5899 16.9899 21.5899 17.4699 21.2999 17.7599L17.7599 21.2999C17.6199 21.4399 17.4199 21.5199 17.2299 21.5199Z\" fill=\"\"/>\n<path d=\"M20.7699 21.5199C20.5799 21.5199 20.3899 21.4499 20.2399 21.2999L16.6999 17.7599C16.4099 17.4699 16.4099 16.9899 16.6999 16.6999C16.9899 16.4099 17.4699 16.4099 17.7599 16.6999L21.2999 20.2399C21.5899 20.5299 21.5899 21.0099 21.2999 21.2999C21.1499 21.4399 20.9599 21.5199 20.7699 21.5199Z\" fill=\"\"/>\n<path d=\"M7 14.25C6.59 14.25 6.25 13.91 6.25 13.5V10.5C6.25 10.09 6.59 9.75 7 9.75C7.41 9.75 7.75 10.09 7.75 10.5V13.5C7.75 13.91 7.41 14.25 7 14.25Z\" fill=\"\"/>\n<path d=\"M12 14.25C11.59 14.25 11.25 13.91 11.25 13.5V10.5C11.25 10.09 11.59 9.75 12 9.75C12.41 9.75 12.75 10.09 12.75 10.5V13.5C12.75 13.91 12.41 14.25 12 14.25Z\" fill=\"\"/>\n<path d=\"M17 14.25C16.59 14.25 16.25 13.91 16.25 13.5V10.5C16.25 10.09 16.59 9.75 17 9.75C17.41 9.75 17.75 10.09 17.75 10.5V13.5C17.75 13.91 17.41 14.25 17 14.25Z\" fill=\"\"/>\n<path d=\"M13 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V13C22.75 13.41 22.41 13.75 22 13.75C21.59 13.75 21.25 13.41 21.25 13V9C21.25 4.39 19.61 2.75 15 2.75H9C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H13C13.41 21.25 13.75 21.59 13.75 22C13.75 22.41 13.41 22.75 13 22.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"chart square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.1103 18.1501H6.32031C5.91031 18.1501 5.57031 17.8101 5.57031 17.4001V12.2802C5.57031 11.2402 6.4203 10.3901 7.4603 10.3901H10.1103C10.5203 10.3901 10.8603 10.7301 10.8603 11.1401V17.3901C10.8603 17.8101 10.5203 18.1501 10.1103 18.1501ZM7.07031 16.6501H9.36029V11.9001H7.4603C7.2503 11.9001 7.07031 12.0701 7.07031 12.2901V16.6501Z\" fill=\"\"/>\n<path d=\"M13.8896 18.1501H10.0996C9.68961 18.1501 9.34961 17.8101 9.34961 17.4001V7.74011C9.34961 6.70011 10.1996 5.8501 11.2396 5.8501H12.7596C13.7996 5.8501 14.6496 6.70011 14.6496 7.74011V17.4001C14.6396 17.8101 14.3096 18.1501 13.8896 18.1501ZM10.8596 16.6501H13.1496V7.74011C13.1496 7.53011 12.9796 7.3501 12.7596 7.3501H11.2396C11.0296 7.3501 10.8496 7.52011 10.8496 7.74011V16.6501H10.8596Z\" fill=\"\"/>\n<path d=\"M17.6806 18.1501H13.8906C13.4806 18.1501 13.1406 17.8101 13.1406 17.4001V12.8501C13.1406 12.4401 13.4806 12.1001 13.8906 12.1001H16.5406C17.5806 12.1001 18.4306 12.9501 18.4306 13.9901V17.4001C18.4306 17.8101 18.1006 18.1501 17.6806 18.1501ZM14.6406 16.6501H16.9306V13.9901C16.9306 13.7801 16.7606 13.6001 16.5406 13.6001H14.6406V16.6501Z\" fill=\"\"/>\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n</svg>\n</li><li title=\"chart success \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V13C22.75 13.41 22.41 13.75 22 13.75C21.59 13.75 21.25 13.41 21.25 13V9C21.25 4.39 19.61 2.75 15 2.75H9C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H13C13.41 21.25 13.75 21.59 13.75 22C13.75 22.41 13.41 22.75 13 22.75Z\" fill=\"\"/>\n<path d=\"M13 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V13C22.75 13.41 22.41 13.75 22 13.75C21.59 13.75 21.25 13.41 21.25 13V9C21.25 4.39 19.61 2.75 15 2.75H9C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H13C13.41 21.25 13.75 21.59 13.75 22C13.75 22.41 13.41 22.75 13 22.75Z\" fill=\"\"/>\n<path d=\"M7 14.69C6.59 14.69 6.25 14.35 6.25 13.94V10.73C6.25 10.32 6.59 9.97998 7 9.97998C7.41 9.97998 7.75 10.32 7.75 10.73V13.94C7.75 14.36 7.41 14.69 7 14.69Z\" fill=\"\"/>\n<path d=\"M17 14.69C16.59 14.69 16.25 14.35 16.25 13.94V10.73C16.25 10.32 16.59 9.97998 17 9.97998C17.41 9.97998 17.75 10.32 17.75 10.73V13.94C17.75 14.36 17.41 14.69 17 14.69Z\" fill=\"\"/>\n<path d=\"M13 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V13C22.75 13.41 22.41 13.75 22 13.75C21.59 13.75 21.25 13.41 21.25 13V9C21.25 4.39 19.61 2.75 15 2.75H9C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H13C13.41 21.25 13.75 21.59 13.75 22C13.75 22.41 13.41 22.75 13 22.75Z\" fill=\"\"/>\n<path d=\"M17.5803 21.7502C17.3803 21.7502 17.1903 21.6702 17.0503 21.5302L15.4703 19.9602C15.1803 19.6702 15.1703 19.1902 15.4703 18.9002C15.7603 18.6102 16.2403 18.6002 16.5303 18.9002L17.5403 19.9002L20.4403 16.5102C20.7103 16.1902 21.1803 16.1602 21.5003 16.4302C21.8103 16.7002 21.8503 17.1702 21.5803 17.4902L18.1603 21.4902C18.0203 21.6502 17.8303 21.7402 17.6203 21.7502C17.6003 21.7502 17.5903 21.7502 17.5803 21.7502Z\" fill=\"\"/>\n<path d=\"M12 14.25C11.59 14.25 11.25 13.91 11.25 13.5V10.5C11.25 10.09 11.59 9.75 12 9.75C12.41 9.75 12.75 10.09 12.75 10.5V13.5C12.75 13.91 12.41 14.25 12 14.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"chart \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 14.69C6.59 14.69 6.25 14.35 6.25 13.94V10.73C6.25 10.32 6.59 9.97998 7 9.97998C7.41 9.97998 7.75 10.32 7.75 10.73V13.94C7.75 14.36 7.41 14.69 7 14.69Z\" fill=\"\"/>\n<path d=\"M12 16.43C11.59 16.43 11.25 16.09 11.25 15.68V9C11.25 8.59 11.59 8.25 12 8.25C12.41 8.25 12.75 8.59 12.75 9V15.68C12.75 16.09 12.41 16.43 12 16.43Z\" fill=\"\"/>\n<path d=\"M17 14.69C16.59 14.69 16.25 14.35 16.25 13.94V10.73C16.25 10.32 16.59 9.97998 17 9.97998C17.41 9.97998 17.75 10.32 17.75 10.73V13.94C17.75 14.36 17.41 14.69 17 14.69Z\" fill=\"\"/>\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n</svg>\n</li><li title=\"check \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.02 20.25H7.5C6.75 20.25 6.2 20.22 5.73 20.15C2.4 19.78 1.75 17.8 1.75 14.5V9.5C1.75 6.2 2.41 4.21 5.76 3.84C6.2 3.78 6.75 3.75 7.5 3.75H10.96C11.37 3.75 11.71 4.09 11.71 4.5C11.71 4.91 11.37 5.25 10.96 5.25H7.5C6.82 5.25 6.34 5.28 5.95 5.33C3.92 5.55 3.25 6.19 3.25 9.5V14.5C3.25 17.81 3.92 18.44 5.92 18.67C6.34 18.73 6.82 18.75 7.5 18.75H11.02C11.43 18.75 11.77 19.09 11.77 19.5C11.77 19.91 11.43 20.25 11.02 20.25Z\" fill=\"\"/>\n<path d=\"M16.4995 20.25H15.0195C14.6095 20.25 14.2695 19.91 14.2695 19.5C14.2695 19.09 14.6095 18.75 15.0195 18.75H16.4995C17.1795 18.75 17.6595 18.72 18.0495 18.67C20.0795 18.45 20.7495 17.81 20.7495 14.5V9.5C20.7495 6.19 20.0795 5.56 18.0795 5.33C17.6595 5.27 17.1795 5.25 16.4995 5.25H15.0195C14.6095 5.25 14.2695 4.91 14.2695 4.5C14.2695 4.09 14.6095 3.75 15.0195 3.75H16.4995C17.2495 3.75 17.7995 3.78 18.2695 3.85C21.5995 4.22 22.2495 6.2 22.2495 9.5V14.5C22.2495 17.8 21.5895 19.79 18.2395 20.16C17.7995 20.22 17.2495 20.25 16.4995 20.25Z\" fill=\"\"/>\n<path d=\"M15 22.75C14.59 22.75 14.25 22.41 14.25 22V2C14.25 1.59 14.59 1.25 15 1.25C15.41 1.25 15.75 1.59 15.75 2V22C15.75 22.41 15.41 22.75 15 22.75Z\" fill=\"\"/>\n<path d=\"M8 16.25C7.59 16.25 7.25 15.91 7.25 15.5V8.5C7.25 8.09 7.59 7.75 8 7.75C8.41 7.75 8.75 8.09 8.75 8.5V15.5C8.75 15.91 8.41 16.25 8 16.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"chrome \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z\" fill=\"\"/>\n<path d=\"M12 16.75C9.38 16.75 7.25 14.62 7.25 12C7.25 9.38 9.38 7.25 12 7.25C14.62 7.25 16.75 9.38 16.75 12C16.75 14.62 14.62 16.75 12 16.75ZM12 8.75C10.21 8.75 8.75 10.21 8.75 12C8.75 13.79 10.21 15.25 12 15.25C13.79 15.25 15.25 13.79 15.25 12C15.25 10.21 13.79 8.75 12 8.75Z\" fill=\"\"/>\n<path d=\"M21.1698 8.74994C21.1198 8.74994 21.0598 8.73994 21.0098 8.72994C18.0698 8.08994 15.0998 8.08994 12.1598 8.72994C11.7498 8.81994 11.3598 8.55994 11.2698 8.15994C11.1798 7.74994 11.4398 7.35994 11.8398 7.26994C14.9898 6.57994 18.1798 6.57994 21.3298 7.26994C21.7298 7.35994 21.9898 7.75994 21.8998 8.15994C21.8298 8.50994 21.5198 8.74994 21.1698 8.74994Z\" fill=\"\"/>\n<path d=\"M8.53977 14.7501C8.32977 14.7501 8.11977 14.6601 7.96977 14.4901C5.88977 12.1001 4.30977 9.37007 3.25977 6.37007L3.94977 6.06007L4.65977 5.82007L4.67977 5.88007C5.65977 8.69007 7.14977 11.2601 9.10977 13.5101C9.37977 13.8201 9.34977 14.3001 9.03977 14.5701C8.88977 14.6901 8.70977 14.7501 8.53977 14.7501Z\" fill=\"\"/>\n<path d=\"M10.8798 22.69C10.6998 22.69 10.5198 22.63 10.3798 22.5C10.0698 22.22 10.0498 21.75 10.3298 21.44C12.3298 19.24 13.8098 16.69 14.7298 13.86C14.8598 13.47 15.2998 13.21 15.6898 13.34C16.0798 13.47 16.3098 13.85 16.1898 14.24C15.1798 17.36 13.5898 20.1 11.4498 22.46C11.2898 22.61 11.0798 22.69 10.8798 22.69Z\" fill=\"\"/>\n</svg>\n</li><li title=\"clipboard close \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.0005 16.9101C13.8105 16.9101 13.6205 16.8401 13.4705 16.6901L9.51047 12.7301C9.22047 12.4401 9.22047 11.9601 9.51047 11.6701C9.80047 11.3801 10.2805 11.3801 10.5705 11.6701L14.5305 15.6301C14.8205 15.9201 14.8205 16.4001 14.5305 16.6901C14.3805 16.8301 14.1905 16.9101 14.0005 16.9101Z\" fill=\"\"/>\n<path d=\"M9.99945 16.9502C9.80945 16.9502 9.61945 16.8802 9.46945 16.7302C9.17945 16.4402 9.17945 15.9602 9.46945 15.6702L13.4295 11.7102C13.7195 11.4202 14.1995 11.4202 14.4895 11.7102C14.7795 12.0002 14.7795 12.4802 14.4895 12.7702L10.5295 16.7302C10.3795 16.8802 10.1895 16.9502 9.99945 16.9502Z\" fill=\"\"/>\n<path d=\"M14 6.75H10C9.04 6.75 7.25 6.75 7.25 4C7.25 1.25 9.04 1.25 10 1.25H14C14.96 1.25 16.75 1.25 16.75 4C16.75 4.96 16.75 6.75 14 6.75ZM10 2.75C9.01 2.75 8.75 2.75 8.75 4C8.75 5.25 9.01 5.25 10 5.25H14C15.25 5.25 15.25 4.99 15.25 4C15.25 2.75 14.99 2.75 14 2.75H10Z\" fill=\"\"/>\n<path d=\"M15 22.7499H9C3.38 22.7499 2.25 20.1699 2.25 15.9999V9.99993C2.25 5.43993 3.9 3.48993 7.96 3.27993C8.38 3.25993 8.73 3.56993 8.75 3.98993C8.77 4.40993 8.45 4.74993 8.04 4.76993C5.2 4.92993 3.75 5.77993 3.75 9.99993V15.9999C3.75 19.6999 4.48 21.2499 9 21.2499H15C19.52 21.2499 20.25 19.6999 20.25 15.9999V9.99993C20.25 5.77993 18.8 4.92993 15.96 4.76993C15.55 4.74993 15.23 4.38993 15.25 3.97993C15.27 3.56993 15.63 3.24993 16.04 3.26993C20.1 3.48993 21.75 5.43993 21.75 9.98993V15.9899C21.75 20.1699 20.62 22.7499 15 22.7499Z\" fill=\"\"/>\n</svg>\n</li><li title=\"clipboard export \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14 6.75H10C9.04 6.75 7.25 6.75 7.25 4C7.25 1.25 9.04 1.25 10 1.25H14C14.96 1.25 16.75 1.25 16.75 4C16.75 4.96 16.75 6.75 14 6.75ZM10 2.75C9.01 2.75 8.75 2.75 8.75 4C8.75 5.25 9.01 5.25 10 5.25H14C15.25 5.25 15.25 4.99 15.25 4C15.25 2.75 14.99 2.75 14 2.75H10Z\" fill=\"\"/>\n<path d=\"M14 22.7502H9C3.38 22.7502 2.25 20.1702 2.25 16.0002V10.0002C2.25 5.44021 3.9 3.49021 7.96 3.28021C8.35 3.26021 8.73 3.57021 8.75 3.99021C8.77 4.41021 8.45 4.75021 8.04 4.77021C5.2 4.93021 3.75 5.78021 3.75 10.0002V16.0002C3.75 19.7002 4.48 21.2502 9 21.2502H14C14.41 21.2502 14.75 21.5902 14.75 22.0002C14.75 22.4102 14.41 22.7502 14 22.7502Z\" fill=\"\"/>\n<path d=\"M21.0009 15.7499C20.5909 15.7499 20.2509 15.4099 20.2509 14.9999V9.99993C20.2509 5.77993 18.8009 4.92993 15.9609 4.76993C15.5509 4.74993 15.2309 4.38993 15.2509 3.97993C15.2709 3.56993 15.6309 3.24993 16.0409 3.26993C20.1009 3.48993 21.7509 5.43993 21.7509 9.98993V14.9899C21.7509 15.4099 21.4109 15.7499 21.0009 15.7499Z\" fill=\"\"/>\n<path d=\"M15 19.75C14.59 19.75 14.25 19.41 14.25 19V16C14.25 15.59 14.59 15.25 15 15.25H18C18.41 15.25 18.75 15.59 18.75 16C18.75 16.41 18.41 16.75 18 16.75H15.75V19C15.75 19.41 15.41 19.75 15 19.75Z\" fill=\"\"/>\n<path d=\"M21.0005 22.75C20.8105 22.75 20.6205 22.68 20.4705 22.53L14.5105 16.57C14.2205 16.28 14.2205 15.8 14.5105 15.51C14.8005 15.22 15.2805 15.22 15.5705 15.51L21.5305 21.47C21.8205 21.76 21.8205 22.24 21.5305 22.53C21.3805 22.68 21.1905 22.75 21.0005 22.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"clipboard import \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14 6.75H10C9.04 6.75 7.25 6.75 7.25 4C7.25 1.25 9.04 1.25 10 1.25H14C14.96 1.25 16.75 1.25 16.75 4C16.75 4.96 16.75 6.75 14 6.75ZM10 2.75C9.01 2.75 8.75 2.75 8.75 4C8.75 5.25 9.01 5.25 10 5.25H14C15.25 5.25 15.25 4.99 15.25 4C15.25 2.75 14.99 2.75 14 2.75H10Z\" fill=\"\"/>\n<path d=\"M14 22.7502H9C3.38 22.7502 2.25 20.1702 2.25 16.0002V10.0002C2.25 5.44021 3.9 3.49021 7.96 3.28021C8.36 3.26021 8.73 3.57021 8.75 3.99021C8.77 4.41021 8.45 4.75021 8.04 4.77021C5.2 4.93021 3.75 5.78021 3.75 10.0002V16.0002C3.75 19.7002 4.48 21.2502 9 21.2502H14C14.41 21.2502 14.75 21.5902 14.75 22.0002C14.75 22.4102 14.41 22.7502 14 22.7502Z\" fill=\"\"/>\n<path d=\"M21.0009 15.7499C20.5909 15.7499 20.2509 15.4099 20.2509 14.9999V9.99993C20.2509 5.77993 18.8009 4.92993 15.9609 4.76993C15.5509 4.74993 15.2309 4.38993 15.2509 3.97993C15.2709 3.56993 15.6409 3.24993 16.0409 3.26993C20.1009 3.48993 21.7509 5.43993 21.7509 9.98993V14.9899C21.7509 15.4099 21.4109 15.7499 21.0009 15.7499Z\" fill=\"\"/>\n<path d=\"M21 22.75H18C17.59 22.75 17.25 22.41 17.25 22C17.25 21.59 17.59 21.25 18 21.25H20.25V19C20.25 18.59 20.59 18.25 21 18.25C21.41 18.25 21.75 18.59 21.75 19V22C21.75 22.41 21.41 22.75 21 22.75Z\" fill=\"\"/>\n<path d=\"M20.9595 22.7099C20.7695 22.7099 20.5795 22.6399 20.4295 22.4899L14.4695 16.5299C14.1795 16.2399 14.1795 15.7599 14.4695 15.4699C14.7595 15.1799 15.2395 15.1799 15.5295 15.4699L21.4895 21.4299C21.7795 21.7199 21.7795 22.1999 21.4895 22.4899C21.3395 22.6299 21.1495 22.7099 20.9595 22.7099Z\" fill=\"\"/>\n</svg>\n</li><li title=\"clipboard text \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 12.9502H8C7.59 12.9502 7.25 12.6102 7.25 12.2002C7.25 11.7902 7.59 11.4502 8 11.4502H15C15.41 11.4502 15.75 11.7902 15.75 12.2002C15.75 12.6102 15.41 12.9502 15 12.9502Z\" fill=\"\"/>\n<path d=\"M12.38 16.9502H8C7.59 16.9502 7.25 16.6102 7.25 16.2002C7.25 15.7902 7.59 15.4502 8 15.4502H12.38C12.79 15.4502 13.13 15.7902 13.13 16.2002C13.13 16.6102 12.79 16.9502 12.38 16.9502Z\" fill=\"\"/>\n<path d=\"M14 6.75H10C9.04 6.75 7.25 6.75 7.25 4C7.25 1.25 9.04 1.25 10 1.25H14C14.96 1.25 16.75 1.25 16.75 4C16.75 4.96 16.75 6.75 14 6.75ZM10 2.75C9.01 2.75 8.75 2.75 8.75 4C8.75 5.25 9.01 5.25 10 5.25H14C15.25 5.25 15.25 4.99 15.25 4C15.25 2.75 14.99 2.75 14 2.75H10Z\" fill=\"\"/>\n<path d=\"M15 22.7499H9C3.38 22.7499 2.25 20.1699 2.25 15.9999V9.99993C2.25 5.43993 3.9 3.48993 7.96 3.27993C8.36 3.25993 8.73 3.56993 8.75 3.98993C8.77 4.40993 8.45 4.74993 8.04 4.76993C5.2 4.92993 3.75 5.77993 3.75 9.99993V15.9999C3.75 19.6999 4.48 21.2499 9 21.2499H15C19.52 21.2499 20.25 19.6999 20.25 15.9999V9.99993C20.25 5.77993 18.8 4.92993 15.96 4.76993C15.55 4.74993 15.23 4.38993 15.25 3.97993C15.27 3.56993 15.63 3.24993 16.04 3.26993C20.1 3.48993 21.75 5.43993 21.75 9.98993V15.9899C21.75 20.1699 20.62 22.7499 15 22.7499Z\" fill=\"\"/>\n</svg>\n</li><li title=\"clipboard tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.81 16.9501C10.62 16.9501 10.43 16.8801 10.28 16.7301L8.78 15.2301C8.49 14.9401 8.49 14.4601 8.78 14.1701C9.07 13.8801 9.55 13.8801 9.84 14.1701L10.81 15.1401L14.28 11.6701C14.57 11.3801 15.05 11.3801 15.34 11.6701C15.63 11.9601 15.63 12.4401 15.34 12.7301L11.34 16.7301C11.2 16.8801 11 16.9501 10.81 16.9501Z\" fill=\"\"/>\n<path d=\"M14 6.75H10C9.04 6.75 7.25 6.75 7.25 4C7.25 1.25 9.04 1.25 10 1.25H14C14.96 1.25 16.75 1.25 16.75 4C16.75 4.96 16.75 6.75 14 6.75ZM10 2.75C9.01 2.75 8.75 2.75 8.75 4C8.75 5.25 9.01 5.25 10 5.25H14C15.25 5.25 15.25 4.99 15.25 4C15.25 2.75 14.99 2.75 14 2.75H10Z\" fill=\"\"/>\n<path d=\"M15 22.7499H9C3.38 22.7499 2.25 20.1699 2.25 15.9999V9.99993C2.25 5.43993 3.9 3.48993 7.96 3.27993C8.37 3.25993 8.73 3.56993 8.75 3.98993C8.77 4.40993 8.45 4.74993 8.04 4.76993C5.2 4.92993 3.75 5.77993 3.75 9.99993V15.9999C3.75 19.6999 4.48 21.2499 9 21.2499H15C19.52 21.2499 20.25 19.6999 20.25 15.9999V9.99993C20.25 5.77993 18.8 4.92993 15.96 4.76993C15.55 4.74993 15.23 4.38993 15.25 3.97993C15.27 3.56993 15.62 3.24993 16.04 3.26993C20.1 3.48993 21.75 5.43993 21.75 9.98993V15.9899C21.75 20.1699 20.62 22.7499 15 22.7499Z\" fill=\"\"/>\n</svg>\n</li><li title=\"clipboard \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.0495 19.4201C12.5095 19.4201 11.9395 19.3701 11.3195 19.2701L6.6295 18.5301C5.1495 18.3001 4.0095 17.8901 3.1595 17.2901C0.969499 15.7701 1.0995 13.1601 1.3795 11.3301L2.1195 6.64005C2.7995 2.34005 5.0195 0.730051 9.3195 1.40005L14.0095 2.14005C16.2195 2.49005 19.1895 3.38005 19.3795 7.11005C19.4195 7.75005 19.3795 8.48005 19.2395 9.34005L18.5095 14.0301C17.9295 17.7001 16.2195 19.4201 13.0495 19.4201ZM7.5295 2.75005C5.1495 2.75005 4.0695 3.96005 3.5995 6.88005L2.8595 11.5701C2.3995 14.5201 3.2395 15.5201 4.0195 16.0701C4.6795 16.5401 5.6095 16.8601 6.8595 17.0501L11.5495 17.7901C15.0395 18.3401 16.4795 17.2901 17.0295 13.7901L17.7595 9.10005C17.8795 8.35005 17.9195 7.72005 17.8795 7.19005V7.18005C17.7695 5.08005 16.5795 4.05005 13.7695 3.61005L9.0895 2.88005C8.5095 2.79005 7.9995 2.75005 7.5295 2.75005Z\" fill=\"\"/>\n<path d=\"M14.6793 22.75C13.8293 22.75 12.8693 22.57 11.7593 22.2L7.24928 20.7C4.67928 19.8499 3.28928 18.6299 2.86928 16.8499C2.79928 16.5499 2.91928 16.2299 3.17928 16.0599C3.43928 15.8899 3.77928 15.8899 4.02928 16.0699C4.68928 16.5399 5.60928 16.8599 6.85928 17.0499L11.5493 17.79C15.0393 18.34 16.4793 17.2899 17.0293 13.7899L17.7593 9.09995C17.8793 8.34995 17.9193 7.71995 17.8793 7.18995C17.8693 6.92995 17.9993 6.66995 18.2293 6.51995C18.4593 6.36995 18.7493 6.35995 18.9893 6.48995C21.6693 7.91995 22.3793 10.2099 21.2193 13.7099L19.7193 18.2199C19.0093 20.3399 18.0793 21.64 16.7793 22.29C16.1493 22.6 15.4593 22.75 14.6793 22.75ZM5.72928 18.36C6.20928 18.6799 6.84928 18.99 7.71928 19.28L12.2293 20.78C13.9493 21.3499 15.1793 21.4 16.0993 20.95C17.0193 20.49 17.7193 19.4699 18.2893 17.7499L19.7893 13.2399C20.6093 10.7599 20.2893 9.43995 19.3393 8.54995C19.3193 8.79995 19.2793 9.05995 19.2393 9.33995L18.5093 14.0299C17.8293 18.33 15.6093 19.9399 11.3093 19.28L6.61928 18.54C6.30928 18.4799 6.00928 18.42 5.72928 18.36Z\" fill=\"\"/>\n<path d=\"M8.24 9.71999C6.87 9.71999 5.75 8.59999 5.75 7.22999C5.75 5.85999 6.87 4.73999 8.24 4.73999C9.61 4.73999 10.73 5.85999 10.73 7.22999C10.73 8.59999 9.61 9.71999 8.24 9.71999ZM8.24 6.24999C7.7 6.24999 7.25 6.68999 7.25 7.23999C7.25 7.78999 7.69 8.22999 8.24 8.22999C8.78 8.22999 9.23 7.78999 9.23 7.23999C9.23 6.68999 8.78 6.24999 8.24 6.24999Z\" fill=\"\"/>\n</svg>\n</li><li title=\"clock 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.4 14.5999C13.21 14.5999 13.02 14.5299 12.87 14.3799L11.47 12.9799C11.33 12.8399 11.25 12.6499 11.25 12.4499V9.65991C11.25 9.24991 11.59 8.90991 12 8.90991C12.41 8.90991 12.75 9.24991 12.75 9.65991V12.1399L13.93 13.3199C14.22 13.6099 14.22 14.0899 13.93 14.3799C13.78 14.5299 13.59 14.5999 13.4 14.5999Z\" fill=\"\"/>\n<path d=\"M12 19.25C10.41 19.25 8.91 18.75 7.65 17.8C7.62 17.78 7.6 17.77 7.57 17.75C5.78 16.36 4.75 14.26 4.75 12C4.75 8 8 4.75 12 4.75C16 4.75 19.25 8 19.25 12C19.25 14.25 18.23 16.33 16.46 17.72C16.43 17.74 16.41 17.76 16.38 17.78C15.11 18.74 13.6 19.25 12 19.25ZM8.43 16.51C8.46 16.53 8.48 16.54 8.5 16.56C10.53 18.13 13.51 18.12 15.53 16.54C15.55 16.52 15.58 16.5 15.6 16.49C16.97 15.39 17.75 13.76 17.75 12C17.75 8.83 15.17 6.25 12 6.25C8.83 6.25 6.25 8.83 6.25 12C6.25 13.77 7.04 15.41 8.43 16.51Z\" fill=\"\"/>\n<path d=\"M12.5496 22.7501H11.4596C9.49959 22.7501 8.29959 21.7801 7.78959 19.7701L7.28959 17.3001C7.24959 17.0801 7.29959 16.8501 7.44959 16.6801C7.59959 16.5101 7.80959 16.4101 8.02959 16.4101H8.03959C8.20959 16.4101 8.36959 16.4601 8.49959 16.5701C10.5296 18.1401 13.5096 18.1301 15.5296 16.5501C15.8396 16.3101 16.3296 16.3601 16.5796 16.6701C16.7196 16.8401 16.7796 17.0701 16.7396 17.2901L16.2296 19.7601C15.6996 21.7801 14.4996 22.7501 12.5496 22.7501ZM9.08959 18.6401L9.24959 19.4401C9.62959 20.9401 10.4096 21.2501 11.4596 21.2501H12.5496C13.5896 21.2501 14.3696 20.9401 14.7596 19.4201L14.9196 18.6401C13.1096 19.4401 10.9096 19.4501 9.08959 18.6401Z\" fill=\"\"/>\n<path d=\"M16.0003 7.62C15.8303 7.62 15.6603 7.56 15.5303 7.46C13.5103 5.88 10.5303 5.87 8.50025 7.44C8.19025 7.68 7.70025 7.63 7.46025 7.33C7.32025 7.16 7.26025 6.93 7.30025 6.71L7.79025 4.27C8.30025 2.22 9.50025 1.25 11.4603 1.25H12.5503C14.5003 1.25 15.7002 2.22 16.2102 4.21L16.7303 6.72C16.7803 6.94 16.7203 7.17 16.5803 7.34C16.4403 7.52 16.2303 7.62 16.0003 7.62ZM12.0003 4.75C13.0303 4.75 14.0103 4.96 14.9203 5.36L14.7503 4.55C14.3603 3.07 13.5903 2.75 12.5503 2.75H11.4603C10.4103 2.75 9.63025 3.06 9.25025 4.6L9.09025 5.36C10.0003 4.96 10.9803 4.75 12.0003 4.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"clock \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z\" fill=\"\"/>\n<path d=\"M15.7096 15.93C15.5796 15.93 15.4496 15.9 15.3296 15.82L12.2296 13.97C11.4596 13.51 10.8896 12.5 10.8896 11.61V7.51001C10.8896 7.10001 11.2296 6.76001 11.6396 6.76001C12.0496 6.76001 12.3896 7.10001 12.3896 7.51001V11.61C12.3896 11.97 12.6896 12.5 12.9996 12.68L16.0996 14.53C16.4596 14.74 16.5696 15.2 16.3596 15.56C16.2096 15.8 15.9596 15.93 15.7096 15.93Z\" fill=\"\"/>\n</svg>\n</li><li title=\"close circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z\" fill=\"\"/>\n<path d=\"M9.16937 15.5801C8.97937 15.5801 8.78938 15.5101 8.63938 15.3601C8.34938 15.0701 8.34938 14.5901 8.63938 14.3001L14.2994 8.64011C14.5894 8.35011 15.0694 8.35011 15.3594 8.64011C15.6494 8.93011 15.6494 9.41011 15.3594 9.70011L9.69937 15.3601C9.55937 15.5101 9.35937 15.5801 9.16937 15.5801Z\" fill=\"\"/>\n<path d=\"M14.8294 15.5801C14.6394 15.5801 14.4494 15.5101 14.2994 15.3601L8.63938 9.70011C8.34938 9.41011 8.34938 8.93011 8.63938 8.64011C8.92937 8.35011 9.40937 8.35011 9.69937 8.64011L15.3594 14.3001C15.6494 14.5901 15.6494 15.0701 15.3594 15.3601C15.2094 15.5101 15.0194 15.5801 14.8294 15.5801Z\" fill=\"\"/>\n</svg>\n</li><li title=\"close square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.16937 15.5801C8.97937 15.5801 8.78938 15.5101 8.63938 15.3601C8.34938 15.0701 8.34938 14.5901 8.63938 14.3001L14.2994 8.64011C14.5894 8.35011 15.0694 8.35011 15.3594 8.64011C15.6494 8.93011 15.6494 9.41011 15.3594 9.70011L9.69937 15.3601C9.55937 15.5101 9.35937 15.5801 9.16937 15.5801Z\" fill=\"\"/>\n<path d=\"M14.8294 15.5801C14.6394 15.5801 14.4494 15.5101 14.2994 15.3601L8.63938 9.70011C8.34938 9.41011 8.34938 8.93011 8.63938 8.64011C8.92937 8.35011 9.40937 8.35011 9.69937 8.64011L15.3594 14.3001C15.6494 14.5901 15.6494 15.0701 15.3594 15.3601C15.2094 15.5101 15.0194 15.5801 14.8294 15.5801Z\" fill=\"\"/>\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n</svg>\n</li><li title=\"cloud add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.46027 19.3401H5.54022C2.60022 19.1301 1.28027 16.8701 1.28027 14.8601C1.28027 12.8501 2.60023 10.5801 5.49023 10.3801C5.90023 10.3401 6.26022 10.6601 6.29022 11.0801C6.32022 11.4901 6.01027 11.8501 5.59027 11.8801C3.65027 12.0201 2.78027 13.4801 2.78027 14.8701C2.78027 16.2601 3.65027 17.7201 5.59027 17.8601H7.46027C7.87027 17.8601 8.21027 18.2001 8.21027 18.6101C8.21027 19.0201 7.87027 19.3401 7.46027 19.3401Z\" fill=\"\"/>\n<path d=\"M16.6699 19.34C16.6499 19.34 16.6399 19.34 16.6199 19.34C16.2099 19.34 15.8299 19 15.8299 18.59C15.8299 18.16 16.1499 17.84 16.5699 17.84C17.7999 17.84 18.8999 17.41 19.7599 16.64C21.3199 15.28 21.4199 13.32 20.9999 11.94C20.5799 10.57 19.4099 9 17.3699 8.75C17.0399 8.71 16.7799 8.46001 16.7199 8.13001C16.3199 5.73001 15.0299 4.07 13.0699 3.47C11.0499 2.84 8.68989 3.46 7.21988 5C5.78988 6.49 5.45989 8.58001 6.28989 10.88C6.42989 11.27 6.22994 11.7 5.83994 11.84C5.44994 11.98 5.01992 11.78 4.87992 11.39C3.86992 8.57 4.32993 5.87 6.13993 3.97C7.98993 2.03 10.9599 1.26 13.5099 2.04C15.8499 2.76 17.4999 4.69 18.0999 7.37C20.1399 7.83 21.7799 9.38001 22.4299 11.52C23.1399 13.85 22.4999 16.25 20.7499 17.77C19.6399 18.77 18.1899 19.34 16.6699 19.34Z\" fill=\"\"/>\n<path d=\"M12 22.28C9.99 22.28 8.11002 21.21 7.08002 19.48C6.97002 19.31 6.86002 19.11 6.77002 18.89C6.43002 18.18 6.25 17.37 6.25 16.53C6.25 13.36 8.83 10.78 12 10.78C15.17 10.78 17.75 13.36 17.75 16.53C17.75 17.38 17.57 18.18 17.21 18.92C17.13 19.11 17.02 19.31 16.9 19.5C15.89 21.21 14.01 22.28 12 22.28ZM12 12.28C9.66 12.28 7.75 14.19 7.75 16.53C7.75 17.15 7.88 17.73 8.13 18.26C8.21 18.43 8.27999 18.57 8.35999 18.7C9.11999 19.99 10.51 20.78 11.99 20.78C13.47 20.78 14.86 19.99 15.61 18.72C15.7 18.57 15.78 18.43 15.84 18.29C16.11 17.74 16.24 17.16 16.24 16.54C16.25 14.19 14.34 12.28 12 12.28Z\" fill=\"\"/>\n<path d=\"M11.4299 18.2698C11.2399 18.2698 11.0499 18.1998 10.8999 18.0498L9.90988 17.0598C9.61988 16.7698 9.61988 16.2898 9.90988 15.9998C10.1999 15.7098 10.6799 15.7098 10.9699 15.9998L11.4499 16.4798L13.0499 14.9998C13.3599 14.7198 13.8299 14.7398 14.1099 15.0398C14.3899 15.3398 14.3699 15.8198 14.0699 16.0998L11.9399 18.0698C11.7899 18.1998 11.6099 18.2698 11.4299 18.2698Z\" fill=\"\"/>\n</svg>\n</li><li title=\"cloud change \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.81 17.0999C14.8 17.0999 14.79 17.0999 14.78 17.0999H8.10999C6.12999 16.9599 5.25 15.45 5.25 14.0999C5.25 12.9699 5.87001 11.73 7.20001 11.27C6.90001 9.76999 7.27001 8.36999 8.26001 7.32999C9.45001 6.07999 11.36 5.59 13 6.09C14.46 6.54 15.51 7.71 15.92 9.34C17.17 9.69 18.16 10.67 18.57 12C19.03 13.52 18.61 15.08 17.47 16.07C16.75 16.73 15.8 17.0999 14.81 17.0999ZM8.14001 12.5999C7.12001 12.6899 6.75 13.4599 6.75 14.0999C6.75 14.7499 7.12 15.53 8.16 15.5999H14.78C15.43 15.5999 16 15.38 16.46 14.95C17.3 14.22 17.35 13.17 17.13 12.43C16.91 11.69 16.28 10.8499 15.19 10.7199C14.86 10.6799 14.6 10.4299 14.54 10.0999C14.32 8.76995 13.61 7.86 12.55 7.53C11.46 7.19 10.13 7.53997 9.34 8.36997C8.56 9.17997 8.39 10.3299 8.84 11.5999C8.98 11.9899 8.78001 12.42 8.39001 12.56C8.31001 12.59 8.18001 12.61 8.14001 12.5999Z\" fill=\"\"/>\n<path d=\"M9 22.75C4.73 22.75 1.25 19.27 1.25 15C1.25 14.59 1.59 14.25 2 14.25C2.41 14.25 2.75 14.59 2.75 15C2.75 17.96 4.80999 20.44 7.57999 21.09L7.31 20.64C7.1 20.28 7.21001 19.82 7.57001 19.61C7.92001 19.4 8.39001 19.51 8.60001 19.87L9.64999 21.62C9.78999 21.85 9.79 22.14 9.66 22.37C9.52 22.6 9.27 22.75 9 22.75Z\" fill=\"\"/>\n<path d=\"M22.0004 9.75C21.5904 9.75 21.2504 9.41 21.2504 9C21.2504 6.04 19.1904 3.55997 16.4204 2.90997L16.6904 3.35999C16.9004 3.71999 16.7904 4.18001 16.4304 4.39001C16.0804 4.60001 15.6104 4.49001 15.4004 4.13L14.3504 2.38C14.2104 2.15 14.2104 1.86 14.3404 1.63C14.4704 1.39 14.7204 1.25 14.9904 1.25C19.2604 1.25 22.7404 4.73 22.7404 9C22.7504 9.41 22.4104 9.75 22.0004 9.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"cloud connection \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.0598 16.7499C16.0498 16.7499 16.0398 16.7499 16.0198 16.7499H6.3598C3.7298 16.5699 2.5498 14.5499 2.5498 12.7499C2.5498 11.1699 3.45982 9.41994 5.43982 8.89994C4.91982 6.72994 5.39981 4.69989 6.80981 3.21989C8.44981 1.49989 11.0698 0.81994 13.3398 1.51994C15.3998 2.14994 16.8498 3.82989 17.3898 6.15989C19.1798 6.58989 20.6098 7.94994 21.1798 9.82994C21.8098 11.8899 21.2298 13.9999 19.6798 15.3499C18.7098 16.2499 17.4198 16.7499 16.0598 16.7499ZM6.39981 10.2599C4.78981 10.3899 4.06982 11.5999 4.06982 12.7499C4.06982 13.9099 4.79981 15.1299 6.42981 15.2499H16.0398C16.0498 15.2499 16.0598 15.2499 16.0698 15.2499C17.0498 15.2499 17.9898 14.8899 18.6998 14.2299C20.0198 13.0799 20.1098 11.4299 19.7598 10.2599C19.3998 9.08993 18.4098 7.76991 16.6698 7.54991C16.3398 7.50991 16.0798 7.25991 16.0198 6.92991C15.6798 4.87991 14.5698 3.46994 12.9098 2.95994C11.1998 2.43994 9.14982 2.96994 7.90982 4.26994C6.69982 5.53994 6.41981 7.30994 7.11981 9.26994C7.25981 9.65994 7.05983 10.0899 6.66983 10.2299C6.57983 10.2499 6.49981 10.2699 6.39981 10.2599Z\" fill=\"\"/>\n<path d=\"M12 19.75C11.59 19.75 11.25 19.41 11.25 19V16C11.25 15.59 11.59 15.25 12 15.25C12.41 15.25 12.75 15.59 12.75 16V19C12.75 19.41 12.41 19.75 12 19.75Z\" fill=\"\"/>\n<path d=\"M12 23.75C10.48 23.75 9.25 22.52 9.25 21C9.25 19.48 10.48 18.25 12 18.25C13.52 18.25 14.75 19.48 14.75 21C14.75 22.52 13.52 23.75 12 23.75ZM12 19.75C11.31 19.75 10.75 20.31 10.75 21C10.75 21.69 11.31 22.25 12 22.25C12.69 22.25 13.25 21.69 13.25 21C13.25 20.31 12.69 19.75 12 19.75Z\" fill=\"\"/>\n<path d=\"M18 21.75H14C13.59 21.75 13.25 21.41 13.25 21C13.25 20.59 13.59 20.25 14 20.25H18C18.41 20.25 18.75 20.59 18.75 21C18.75 21.41 18.41 21.75 18 21.75Z\" fill=\"\"/>\n<path d=\"M10 21.75H6C5.59 21.75 5.25 21.41 5.25 21C5.25 20.59 5.59 20.25 6 20.25H10C10.41 20.25 10.75 20.59 10.75 21C10.75 21.41 10.41 21.75 10 21.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"cloud cross \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.6497 20.75C16.6397 20.75 16.6197 20.75 16.6097 20.75C16.1997 20.75 15.8597 20.41 15.8697 19.99C15.8697 19.58 16.2097 19.25 16.6197 19.25C16.6297 19.25 16.6497 19.25 16.6597 19.25C17.7997 19.25 18.8897 18.83 19.7297 18.05C21.2797 16.69 21.3897 14.75 20.9697 13.38C20.5497 12.01 19.3897 10.46 17.3597 10.2C17.0297 10.16 16.7697 9.91001 16.7097 9.58001C16.3097 7.19001 15.0197 5.54001 13.0797 4.94001C11.0597 4.32001 8.72973 4.93001 7.26973 6.46001C5.84973 7.95002 5.51973 10.02 6.33973 12.31C6.47973 12.7 6.27973 13.13 5.88973 13.27C5.49973 13.41 5.06973 13.21 4.92973 12.82C3.91973 10.01 4.37973 7.32001 6.18973 5.43001C8.02973 3.50001 10.9797 2.73001 13.5297 3.52001C15.8597 4.24001 17.5097 6.16001 18.0997 8.82001C20.1397 9.28001 21.7697 10.82 22.4197 12.95C23.1297 15.27 22.4797 17.65 20.7497 19.17C19.6097 20.19 18.1597 20.75 16.6497 20.75Z\" fill=\"\"/>\n<path d=\"M5.57008 20.75C5.55008 20.75 5.53008 20.75 5.52008 20.75C2.64008 20.55 1.33008 18.29 1.33008 16.28C1.33008 14.27 2.64008 12.02 5.52008 11.81C6.27008 11.8 6.99008 11.97 7.63008 12.29C8.00008 12.48 8.14008 12.93 7.96008 13.3C7.77008 13.67 7.32008 13.81 6.95008 13.63C6.53008 13.41 6.04008 13.32 5.59008 13.31C3.70008 13.45 2.84008 14.9 2.84008 16.28C2.84008 17.66 3.70008 19.11 5.64008 19.25C6.05008 19.28 6.36008 19.64 6.33008 20.05C6.29008 20.45 5.96008 20.75 5.57008 20.75Z\" fill=\"\"/>\n<path d=\"M15.8206 10.64C15.5506 10.64 15.2806 10.49 15.1506 10.22C14.9606 9.84997 15.1106 9.39997 15.4906 9.20997C16.1006 8.89997 16.7906 8.72997 17.4706 8.71997C17.8606 8.73997 18.2306 9.03997 18.2306 9.45997C18.2406 9.86997 17.9106 10.22 17.4906 10.22C17.0306 10.23 16.5706 10.34 16.1506 10.55C16.0506 10.62 15.9306 10.64 15.8206 10.64Z\" fill=\"\"/>\n<path d=\"M9.56 22.16C9.37 22.16 9.18 22.09 9.03 21.94C8.74 21.65 8.74 21.17 9.03 20.88L11.86 18.05C12.15 17.76 12.63 17.76 12.92 18.05C13.21 18.34 13.21 18.82 12.92 19.11L10.09 21.94C9.94 22.09 9.75 22.16 9.56 22.16Z\" fill=\"\"/>\n<path d=\"M12.39 22.16C12.2 22.16 12.01 22.09 11.86 21.94L9.03 19.11C8.74 18.82 8.74 18.34 9.03 18.05C9.32 17.76 9.8 17.76 10.09 18.05L12.92 20.88C13.21 21.17 13.21 21.65 12.92 21.94C12.77 22.09 12.58 22.16 12.39 22.16Z\" fill=\"\"/>\n</svg>\n</li><li title=\"cloud drizzle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.6497 20.75C16.6397 20.75 16.6197 20.75 16.6097 20.75C16.1997 20.75 15.8597 20.41 15.8697 19.99C15.8697 19.58 16.2097 19.25 16.6197 19.25C16.6297 19.25 16.6497 19.25 16.6597 19.25C17.7997 19.25 18.8897 18.83 19.7297 18.05C21.2797 16.69 21.3897 14.75 20.9697 13.38C20.5497 12.01 19.3897 10.46 17.3597 10.2C17.0297 10.16 16.7697 9.91001 16.7097 9.58001C16.3097 7.19001 15.0197 5.54001 13.0797 4.94001C11.0597 4.32001 8.72973 4.93001 7.26973 6.46001C5.84973 7.95002 5.51973 10.02 6.33973 12.31C6.47973 12.7 6.27973 13.13 5.88973 13.27C5.49973 13.41 5.06973 13.21 4.92973 12.82C3.91973 10.01 4.37973 7.32001 6.18973 5.43001C8.03973 3.50001 10.9797 2.73001 13.5297 3.52001C15.8597 4.24001 17.5097 6.16001 18.0997 8.82001C20.1397 9.28001 21.7697 10.82 22.4197 12.95C23.1297 15.27 22.4797 17.65 20.7497 19.17C19.6097 20.19 18.1597 20.75 16.6497 20.75Z\" fill=\"\"/>\n<path d=\"M5.57008 20.75C5.55008 20.75 5.53008 20.75 5.52008 20.75C2.64008 20.55 1.33008 18.29 1.33008 16.28C1.33008 14.27 2.64008 12.02 5.52008 11.81C6.26008 11.8 6.99008 11.97 7.63008 12.29C8.00008 12.48 8.14008 12.93 7.96008 13.3C7.77008 13.67 7.32008 13.81 6.95008 13.63C6.53008 13.41 6.05008 13.32 5.59008 13.31C3.70008 13.45 2.84008 14.9 2.84008 16.28C2.84008 17.66 3.70008 19.11 5.64008 19.25C6.05008 19.28 6.36008 19.64 6.33008 20.05C6.29008 20.45 5.96008 20.75 5.57008 20.75Z\" fill=\"\"/>\n<path d=\"M15.8206 10.64C15.5506 10.64 15.2806 10.49 15.1506 10.22C14.9606 9.84997 15.1106 9.39997 15.4906 9.20997C16.1006 8.89997 16.7906 8.72997 17.4706 8.71997C17.8506 8.73997 18.2306 9.03997 18.2306 9.45997C18.2406 9.86997 17.9106 10.22 17.4906 10.22C17.0306 10.23 16.5706 10.34 16.1506 10.55C16.0506 10.62 15.9306 10.64 15.8206 10.64Z\" fill=\"\"/>\n<path d=\"M7.97016 22.7499C7.78016 22.7499 7.59016 22.6799 7.44016 22.5299C7.15016 22.2399 7.15016 21.7599 7.44016 21.4699L9.44016 19.4699C9.73016 19.1799 10.2102 19.1799 10.5002 19.4699C10.7902 19.7599 10.7902 20.2399 10.5002 20.5299L8.50016 22.5299C8.36016 22.6799 8.17016 22.7499 7.97016 22.7499Z\" fill=\"\"/>\n<path d=\"M11.9702 22.7499C11.7802 22.7499 11.5902 22.6799 11.4402 22.5299C11.1502 22.2399 11.1502 21.7599 11.4402 21.4699L13.4402 19.4699C13.7302 19.1799 14.2102 19.1799 14.5002 19.4699C14.7902 19.7599 14.7902 20.2399 14.5002 20.5299L12.5002 22.5299C12.3602 22.6799 12.1702 22.7499 11.9702 22.7499Z\" fill=\"\"/>\n<path d=\"M11.9702 18.7499C11.7802 18.7499 11.5902 18.6799 11.4402 18.5299C11.1502 18.2399 11.1502 17.7599 11.4402 17.4699L13.4402 15.4699C13.7302 15.1799 14.2102 15.1799 14.5002 15.4699C14.7902 15.7599 14.7902 16.2399 14.5002 16.5299L12.5002 18.5299C12.3602 18.6799 12.1702 18.7499 11.9702 18.7499Z\" fill=\"\"/>\n<path d=\"M7.97016 18.7499C7.78016 18.7499 7.59016 18.6799 7.44016 18.5299C7.15016 18.2399 7.15016 17.7599 7.44016 17.4699L9.44016 15.4699C9.73016 15.1799 10.2102 15.1799 10.5002 15.4699C10.7902 15.7599 10.7902 16.2399 10.5002 16.5299L8.50016 18.5299C8.36016 18.6799 8.17016 18.7499 7.97016 18.7499Z\" fill=\"\"/>\n</svg>\n</li><li title=\"cloud fog \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.29008 12.3698C3.98008 12.3698 3.69011 12.1798 3.58011 11.8698C2.57011 9.04984 3.03012 6.33986 4.84012 4.44986C6.69012 2.50986 9.65012 1.73984 12.2101 2.52984C14.5501 3.24984 16.2001 5.17983 16.8001 7.85983C18.6001 8.26983 20.1101 9.52983 20.8801 11.3298C21.0401 11.7098 20.8701 12.1499 20.4901 12.3199C20.1101 12.4799 19.6701 12.3098 19.5001 11.9298C18.8501 10.4298 17.6001 9.45985 16.0601 9.25985C15.7301 9.21985 15.4701 8.96986 15.4101 8.63986C15.0101 6.23986 13.7101 4.57985 11.7601 3.97985C9.74011 3.35985 7.39008 3.96984 5.92008 5.49984C4.49008 6.98984 4.16008 9.07985 4.98008 11.3798C5.12008 11.7698 4.92013 12.1998 4.53013 12.3398C4.46013 12.3498 4.37008 12.3698 4.29008 12.3698Z\" fill=\"\"/>\n<path d=\"M14.5395 9.67999C14.2595 9.67999 13.9995 9.53001 13.8695 9.26001C13.6795 8.89001 13.8395 8.44 14.2095 8.25C14.8395 7.94 15.5095 7.77001 16.1995 7.76001C16.6295 7.78001 16.9595 8.08 16.9595 8.5C16.9695 8.91 16.6394 9.26001 16.2194 9.26001C15.7494 9.27001 15.2995 9.38 14.8695 9.59C14.7595 9.66 14.6495 9.67999 14.5395 9.67999Z\" fill=\"\"/>\n<path d=\"M20 15.78H4C3.59 15.78 3.25 15.44 3.25 15.03C3.25 14.62 3.59 14.28 4 14.28H20C20.41 14.28 20.75 14.62 20.75 15.03C20.75 15.44 20.41 15.78 20 15.78Z\" fill=\"\"/>\n<path d=\"M18 18.78H6C5.59 18.78 5.25 18.44 5.25 18.03C5.25 17.62 5.59 17.28 6 17.28H18C18.41 17.28 18.75 17.62 18.75 18.03C18.75 18.44 18.41 18.78 18 18.78Z\" fill=\"\"/>\n<path d=\"M15 21.78H9C8.59 21.78 8.25 21.44 8.25 21.03C8.25 20.62 8.59 20.28 9 20.28H15C15.41 20.28 15.75 20.62 15.75 21.03C15.75 21.44 15.41 21.78 15 21.78Z\" fill=\"\"/>\n</svg>\n</li><li title=\"cloud lightning \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.6495 20.75C16.6395 20.75 16.6195 20.75 16.6095 20.75C16.1995 20.75 15.8595 20.41 15.8695 19.99C15.8695 19.58 16.2195 19.21 16.6295 19.25C17.7895 19.25 18.8895 18.83 19.7395 18.05C21.2895 16.69 21.3995 14.75 20.9795 13.38C20.5595 12.01 19.3895 10.46 17.3695 10.2C17.0395 10.16 16.7795 9.91001 16.7195 9.58001C16.3295 7.19001 15.0295 5.54001 13.0895 4.94001C11.0695 4.32001 8.73949 4.93001 7.27949 6.46001C5.85949 7.95002 5.52949 10.02 6.34949 12.31C6.48949 12.7 6.28949 13.13 5.89949 13.27C5.50949 13.41 5.07949 13.21 4.93949 12.82C3.92949 10.01 4.38949 7.32001 6.19949 5.43001C8.04949 3.50001 10.9895 2.73001 13.5395 3.52001C15.8695 4.24001 17.5195 6.16001 18.1095 8.82001C20.1495 9.28001 21.7795 10.82 22.4295 12.95C23.1395 15.27 22.4995 17.65 20.7595 19.17C19.6095 20.19 18.1595 20.75 16.6495 20.75Z\" fill=\"\"/>\n<path d=\"M5.57008 20.7501C5.55008 20.7501 5.53008 20.7501 5.52008 20.7501C2.64008 20.5501 1.33008 18.2901 1.33008 16.2801C1.33008 14.2701 2.64008 12.0201 5.52008 11.8101C6.28008 11.8201 6.99008 11.9701 7.63008 12.2901C8.00008 12.4801 8.14008 12.9301 7.96008 13.3001C7.77008 13.6701 7.32008 13.8101 6.95008 13.6301C6.53008 13.4101 6.05008 13.3101 5.59008 13.3101C3.70008 13.4501 2.84008 14.9001 2.84008 16.2801C2.84008 17.6601 3.70008 19.1101 5.63008 19.2501C6.04008 19.2801 6.35008 19.6401 6.33008 20.0501C6.29008 20.4501 5.96008 20.7501 5.57008 20.7501Z\" fill=\"\"/>\n<path d=\"M15.8206 10.64C15.5406 10.64 15.2806 10.49 15.1506 10.22C14.9606 9.84997 15.1106 9.39997 15.4906 9.20997C16.1006 8.89997 16.7906 8.72997 17.4706 8.71997H17.4806C17.8906 8.71997 18.2206 9.04997 18.2306 9.45997C18.2406 9.86997 17.9106 10.22 17.4906 10.22C17.0306 10.23 16.5706 10.34 16.1506 10.55C16.0406 10.62 15.9306 10.64 15.8206 10.64Z\" fill=\"\"/>\n<path d=\"M10.6107 22.6199C10.4807 22.6199 10.3407 22.5999 10.2107 22.5499C9.77074 22.3799 9.48073 21.9699 9.48073 21.4999V19.9199H9.23073C8.48073 19.9199 8.21074 19.4799 8.12074 19.2999C8.04074 19.0999 7.90074 18.5999 8.39074 18.0499L10.8407 15.2599C11.1507 14.9099 11.6407 14.7799 12.0807 14.9499C12.5207 15.1199 12.8107 15.5299 12.8107 15.9999V17.5799H13.0607C13.8007 17.5799 14.0807 18.0199 14.1707 18.1999C14.2607 18.3799 14.4007 18.8799 13.9107 19.4399L11.4607 22.2299C11.2307 22.4799 10.9207 22.6199 10.6107 22.6199ZM10.0607 18.4099H10.2307C10.6407 18.4099 10.9807 18.7499 10.9807 19.1599V20.4899L12.2207 19.0799H12.0507C11.6407 19.0799 11.3007 18.7399 11.3007 18.3299V16.9999L10.0607 18.4099Z\" fill=\"\"/>\n</svg>\n</li><li title=\"cloud minus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.9707 20.75H8.9707C8.5607 20.75 8.2207 20.41 8.2207 20C8.2207 19.59 8.5607 19.25 8.9707 19.25H12.9707C13.3807 19.25 13.7207 19.59 13.7207 20C13.7207 20.41 13.3907 20.75 12.9707 20.75Z\" fill=\"\"/>\n<path d=\"M16.6497 20.75C16.6397 20.75 16.6197 20.75 16.6097 20.75C16.1997 20.75 15.8597 20.41 15.8697 19.99C15.8697 19.58 16.2097 19.25 16.6197 19.25C16.6297 19.25 16.6497 19.25 16.6597 19.25C17.7997 19.25 18.8897 18.83 19.7297 18.05C21.2797 16.69 21.3897 14.75 20.9697 13.38C20.5497 12.01 19.3897 10.46 17.3597 10.2C17.0297 10.16 16.7697 9.91001 16.7097 9.58001C16.3097 7.19001 15.0197 5.54001 13.0797 4.94001C11.0597 4.32001 8.72973 4.93001 7.26973 6.46001C5.84973 7.95002 5.51973 10.02 6.33973 12.31C6.47973 12.7 6.27973 13.13 5.88973 13.27C5.49973 13.41 5.06973 13.21 4.92973 12.82C3.91973 10.01 4.37973 7.32001 6.18973 5.43001C8.03973 3.50001 10.9897 2.73001 13.5297 3.52001C15.8597 4.24001 17.5097 6.16001 18.0997 8.82001C20.1397 9.28001 21.7697 10.82 22.4197 12.95C23.1297 15.27 22.4797 17.65 20.7497 19.17C19.6097 20.19 18.1597 20.75 16.6497 20.75Z\" fill=\"\"/>\n<path d=\"M5.57008 20.75C5.55008 20.75 5.53008 20.75 5.52008 20.75C2.64008 20.55 1.33008 18.29 1.33008 16.28C1.33008 14.27 2.64008 12.02 5.52008 11.81C6.26008 11.8 6.99008 11.97 7.63008 12.29C8.00008 12.48 8.14008 12.93 7.96008 13.3C7.77008 13.67 7.32008 13.81 6.95008 13.63C6.53008 13.41 6.05008 13.32 5.59008 13.31C3.70008 13.45 2.84008 14.9 2.84008 16.28C2.84008 17.66 3.70008 19.11 5.64008 19.25C6.05008 19.28 6.36008 19.64 6.33008 20.05C6.29008 20.45 5.96008 20.75 5.57008 20.75Z\" fill=\"\"/>\n<path d=\"M15.8206 10.64C15.5506 10.64 15.2806 10.49 15.1506 10.22C14.9606 9.84997 15.1106 9.39997 15.4906 9.20997C16.1006 8.89997 16.7906 8.72997 17.4706 8.71997C17.8606 8.73997 18.2306 9.03997 18.2306 9.45997C18.2406 9.86997 17.9106 10.22 17.4906 10.22C17.0306 10.23 16.5706 10.34 16.1506 10.55C16.0506 10.62 15.9306 10.64 15.8206 10.64Z\" fill=\"\"/>\n</svg>\n</li><li title=\"cloud notif \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.6693 20.83C16.6493 20.83 16.6393 20.83 16.6293 20.83H5.5393C2.5993 20.62 1.2793 18.35 1.2793 16.34C1.2793 14.54 2.3293 12.54 4.6093 11.99C3.9793 9.47001 4.5293 7.11001 6.1893 5.40001C8.0693 3.46001 11.0593 2.71001 13.6093 3.54001C13.9993 3.67001 14.2193 4.09001 14.0893 4.48001C13.9593 4.87001 13.5393 5.09001 13.1493 4.96001C11.1193 4.31001 8.7493 4.90001 7.2593 6.45001C5.8093 7.95001 5.4693 10.04 6.2993 12.35C6.3793 12.58 6.3493 12.84 6.2093 13.03C6.0693 13.22 5.8393 13.35 5.5993 13.35C3.6593 13.49 2.7893 14.95 2.7893 16.34C2.7893 17.73 3.6593 19.19 5.5993 19.34H16.6393C17.7793 19.35 18.9193 18.92 19.7693 18.14C20.9193 17.13 21.4193 15.66 21.1693 14.1C21.0993 13.69 21.3793 13.31 21.7893 13.24C22.1993 13.17 22.5793 13.45 22.6493 13.86C22.9893 15.92 22.2793 17.94 20.7793 19.26C19.6593 20.26 18.1993 20.83 16.6693 20.83Z\" fill=\"\"/>\n<path d=\"M7.25984 13.7601C7.14984 13.7601 7.02984 13.7301 6.92984 13.6801C6.50984 13.4701 6.04984 13.3601 5.57984 13.3501C5.16984 13.3401 4.83984 13.0001 4.83984 12.5901C4.84984 12.1801 5.23984 11.8401 5.59984 11.8501C6.28984 11.8601 6.97984 12.0301 7.58984 12.3401C7.95984 12.5201 8.10984 12.9801 7.92984 13.3501C7.79984 13.6101 7.53984 13.7601 7.25984 13.7601Z\" fill=\"\"/>\n<path d=\"M18.4707 12.75C16.1307 12.75 14.2207 10.84 14.2207 8.50001C14.2207 7.40001 14.6407 6.36001 15.4007 5.58001C15.4207 5.55001 15.4407 5.53001 15.4607 5.51001C16.2607 4.70001 17.3207 4.26001 18.4607 4.26001C20.8007 4.26001 22.7107 6.17001 22.7107 8.51001C22.7107 9.81001 22.1307 11.02 21.1107 11.83C20.3807 12.42 19.4407 12.75 18.4707 12.75ZM16.6007 6.50001C16.5807 6.53001 16.5607 6.55001 16.5307 6.58001C16.0107 7.09001 15.7207 7.78001 15.7207 8.51001C15.7207 10.03 16.9507 11.26 18.4707 11.26C19.0907 11.26 19.7007 11.05 20.1807 10.66C20.8507 10.13 21.2207 9.35001 21.2207 8.51001C21.2207 6.99001 19.9907 5.76001 18.4707 5.76001C17.7607 5.75001 17.1007 6.02001 16.6007 6.50001Z\" fill=\"\"/>\n</svg>\n</li><li title=\"cloud plus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.6497 20.75C16.6397 20.75 16.6197 20.75 16.6097 20.75C16.1997 20.75 15.8597 20.41 15.8697 19.99C15.8697 19.58 16.2097 19.25 16.6197 19.25C16.6297 19.25 16.6497 19.25 16.6597 19.25C17.7997 19.25 18.8897 18.83 19.7297 18.05C21.2797 16.69 21.3897 14.75 20.9697 13.38C20.5497 12.01 19.3897 10.46 17.3597 10.2C17.0297 10.16 16.7697 9.91001 16.7097 9.58001C16.3097 7.19001 15.0197 5.54001 13.0797 4.94001C11.0597 4.32001 8.72973 4.93001 7.26973 6.46001C5.84973 7.95002 5.51973 10.02 6.33973 12.31C6.47973 12.7 6.27973 13.13 5.88973 13.27C5.49973 13.41 5.06973 13.21 4.92973 12.82C3.91973 10.01 4.37973 7.32001 6.18973 5.43001C8.03973 3.50001 10.9797 2.73001 13.5297 3.52001C15.8597 4.24001 17.5097 6.16001 18.0997 8.82001C20.1397 9.28001 21.7697 10.82 22.4197 12.95C23.1297 15.27 22.4797 17.65 20.7497 19.17C19.6097 20.19 18.1597 20.75 16.6497 20.75Z\" fill=\"\"/>\n<path d=\"M5.57008 20.75C5.55008 20.75 5.53008 20.75 5.52008 20.75C2.64008 20.55 1.33008 18.29 1.33008 16.28C1.33008 14.27 2.64008 12.02 5.52008 11.81C6.26008 11.8 6.99008 11.97 7.63008 12.29C8.00008 12.48 8.14008 12.93 7.96008 13.3C7.77008 13.67 7.32008 13.81 6.95008 13.63C6.53008 13.41 6.05008 13.32 5.59008 13.31C3.70008 13.45 2.84008 14.9 2.84008 16.28C2.84008 17.66 3.70008 19.11 5.64008 19.25C6.05008 19.28 6.36008 19.64 6.33008 20.05C6.29008 20.45 5.96008 20.75 5.57008 20.75Z\" fill=\"\"/>\n<path d=\"M15.8206 10.64C15.5506 10.64 15.2806 10.49 15.1506 10.22C14.9606 9.84997 15.1106 9.39997 15.4906 9.20997C16.1006 8.89997 16.7906 8.72997 17.4706 8.71997C17.8606 8.73997 18.2306 9.03997 18.2306 9.45997C18.2406 9.86997 17.9106 10.22 17.4906 10.22C17.0306 10.23 16.5706 10.34 16.1506 10.55C16.0506 10.62 15.9306 10.64 15.8206 10.64Z\" fill=\"\"/>\n<path d=\"M12.9707 20.75H8.9707C8.5607 20.75 8.2207 20.41 8.2207 20C8.2207 19.59 8.5607 19.25 8.9707 19.25H12.9707C13.3807 19.25 13.7207 19.59 13.7207 20C13.7207 20.41 13.3907 20.75 12.9707 20.75Z\" fill=\"\"/>\n<path d=\"M10.9707 22.75C10.5607 22.75 10.2207 22.41 10.2207 22V18C10.2207 17.59 10.5607 17.25 10.9707 17.25C11.3807 17.25 11.7207 17.59 11.7207 18V22C11.7207 22.41 11.3907 22.75 10.9707 22.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"cloud remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.9698 18.3599C12.7798 18.3599 12.5898 18.2899 12.4398 18.1399L10.3298 16.0299C10.0398 15.7399 10.0398 15.2599 10.3298 14.9699C10.6198 14.6799 11.0998 14.6799 11.3898 14.9699L13.4998 17.0799C13.7898 17.3699 13.7898 17.8499 13.4998 18.1399C13.3598 18.2899 13.1598 18.3599 12.9698 18.3599Z\" fill=\"\"/>\n<path d=\"M10.8295 18.39C10.6395 18.39 10.4495 18.32 10.2995 18.17C10.0095 17.88 10.0095 17.4 10.2995 17.11L12.4095 15C12.6995 14.71 13.1795 14.71 13.4695 15C13.7595 15.29 13.7595 15.77 13.4695 16.06L11.3595 18.17C11.2195 18.31 11.0295 18.39 10.8295 18.39Z\" fill=\"\"/>\n<path d=\"M7.4593 19.3401H5.5393C2.5993 19.1301 1.2793 16.8701 1.2793 14.8501C1.2793 12.8301 2.5993 10.5701 5.4893 10.3701C5.8893 10.3301 6.2593 10.6501 6.2893 11.0701C6.3193 11.4901 6.0093 11.8401 5.5893 11.8701C3.6493 12.0101 2.7793 13.4701 2.7793 14.8601C2.7793 16.2501 3.6493 17.7101 5.5893 17.8501H7.4593C7.8693 17.8501 8.2093 18.1901 8.2093 18.6001C8.2093 19.0101 7.8693 19.3401 7.4593 19.3401Z\" fill=\"\"/>\n<path d=\"M16.6699 19.34C16.6499 19.34 16.6399 19.34 16.6199 19.34C16.2099 19.34 15.8299 19 15.8299 18.59C15.8299 18.16 16.1599 17.84 16.5699 17.84C17.8099 17.84 18.8999 17.41 19.7599 16.64C21.3199 15.28 21.4199 13.32 20.9999 11.94C20.5799 10.57 19.4099 9 17.3699 8.75C17.0399 8.71 16.7799 8.46001 16.7199 8.13001C16.3199 5.73001 15.0299 4.07 13.0699 3.47C11.0399 2.84 8.68992 3.46 7.21992 5C5.78992 6.49 5.45992 8.58001 6.28992 10.88C6.42992 11.27 6.22992 11.7 5.83992 11.84C5.44992 11.98 5.01992 11.78 4.87992 11.39C3.86992 8.57 4.32992 5.87 6.13992 3.97C7.98992 2.03 10.9599 1.26 13.5099 2.04C15.8499 2.76 17.4999 4.69 18.0999 7.37C20.1499 7.83 21.7799 9.38001 22.4299 11.52C23.1399 13.85 22.4999 16.25 20.7599 17.77C19.6399 18.77 18.1899 19.34 16.6699 19.34Z\" fill=\"\"/>\n<path d=\"M12 22.28C9.99 22.28 8.11 21.21 7.08 19.48C6.97 19.31 6.86 19.1 6.77 18.89C6.43 18.18 6.25 17.38 6.25 16.53C6.25 13.36 8.83 10.78 12 10.78C15.17 10.78 17.75 13.36 17.75 16.53C17.75 17.38 17.57 18.18 17.22 18.92C17.14 19.11 17.03 19.31 16.91 19.5C15.89 21.21 14.01 22.28 12 22.28ZM12 12.28C9.66 12.28 7.75 14.19 7.75 16.53C7.75 17.15 7.88 17.74 8.13 18.26C8.21 18.43 8.28 18.57 8.36 18.7C9.12 19.99 10.51 20.78 11.99 20.78C13.47 20.78 14.86 19.99 15.61 18.72C15.7 18.57 15.77 18.44 15.84 18.29C16.11 17.74 16.24 17.16 16.24 16.53C16.25 14.19 14.34 12.28 12 12.28Z\" fill=\"\"/>\n</svg>\n</li><li title=\"cloud snow \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.6495 20.75C16.6395 20.75 16.6195 20.75 16.6095 20.75C16.1995 20.75 15.8595 20.41 15.8695 19.99C15.8695 19.58 16.2395 19.21 16.6295 19.25C17.7295 19.25 18.8895 18.83 19.7395 18.05C21.2895 16.69 21.3995 14.75 20.9795 13.38C20.5595 12.01 19.3895 10.46 17.3695 10.2C17.0395 10.16 16.7795 9.91001 16.7195 9.58001C16.3295 7.19001 15.0295 5.54001 13.0895 4.94001C11.0695 4.32001 8.73949 4.93001 7.27949 6.46001C5.85949 7.95002 5.52949 10.02 6.34949 12.31C6.48949 12.7 6.28949 13.13 5.89949 13.27C5.50949 13.41 5.07949 13.21 4.93949 12.82C3.92949 10.01 4.38949 7.32001 6.19949 5.43001C8.04949 3.50001 10.9895 2.73001 13.5395 3.52001C15.8695 4.24001 17.5195 6.16001 18.1095 8.82001C20.1495 9.28001 21.7795 10.82 22.4295 12.95C23.1395 15.27 22.4995 17.65 20.7595 19.17C19.6095 20.19 18.1595 20.75 16.6495 20.75Z\" fill=\"\"/>\n<path d=\"M5.57008 20.7501C5.55008 20.7501 5.53008 20.7501 5.52008 20.7501C2.64008 20.5501 1.33008 18.2901 1.33008 16.2801C1.33008 14.2701 2.64008 12.0201 5.52008 11.8101C6.28008 11.8201 6.99008 11.9701 7.63008 12.2901C8.00008 12.4801 8.14008 12.9301 7.96008 13.3001C7.77008 13.6701 7.32008 13.8101 6.95008 13.6301C6.53008 13.4101 6.06008 13.3101 5.59008 13.3101C3.70008 13.4501 2.84008 14.9001 2.84008 16.2801C2.84008 17.6601 3.70008 19.1101 5.63008 19.2501C6.04008 19.2801 6.35008 19.6401 6.33008 20.0501C6.29008 20.4501 5.96008 20.7501 5.57008 20.7501Z\" fill=\"\"/>\n<path d=\"M15.8206 10.64C15.5406 10.64 15.2806 10.49 15.1506 10.22C14.9606 9.84997 15.1106 9.39997 15.4906 9.20997C16.1006 8.89997 16.7906 8.72997 17.4706 8.71997H17.4806C17.8906 8.71997 18.2206 9.04997 18.2306 9.45997C18.2406 9.86997 17.9106 10.22 17.4906 10.22C17.0306 10.23 16.5706 10.34 16.1506 10.55C16.0406 10.62 15.9306 10.64 15.8206 10.64Z\" fill=\"\"/>\n<path d=\"M12.9805 19C12.4205 19 11.9805 18.55 11.9805 18C11.9805 17.45 12.4305 17 12.9805 17C13.5305 17 13.9805 17.45 13.9805 18C13.9805 18.55 13.5305 19 12.9805 19Z\" fill=\"\"/>\n<path d=\"M8.98047 19C8.42047 19 7.98047 18.55 7.98047 18C7.98047 17.45 8.43047 17 8.98047 17C9.53047 17 9.98047 17.45 9.98047 18C9.98047 18.55 9.53047 19 8.98047 19Z\" fill=\"\"/>\n<path d=\"M10.9805 22C10.4205 22 9.98047 21.55 9.98047 21C9.98047 20.45 10.4305 20 10.9805 20C11.5305 20 11.9805 20.45 11.9805 21C11.9805 21.55 11.5305 22 10.9805 22Z\" fill=\"\"/>\n</svg>\n</li><li title=\"cloud sunny \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.6693 20.8299C16.6493 20.8299 16.6393 20.8299 16.6293 20.8299H5.5393C2.5993 20.6199 1.2793 18.3499 1.2793 16.3399C1.2793 14.5399 2.3293 12.5399 4.6093 11.9899C3.6093 8.14995 5.5093 5.45995 7.7493 4.18995C10.3493 2.70995 14.2193 2.69995 16.5693 5.54995C16.5893 5.57995 16.6093 5.60995 16.6293 5.63995C17.3293 6.52995 17.8193 7.59995 18.0993 8.83995C19.3293 9.10995 20.3893 9.76995 21.2193 10.7499C23.1093 12.9799 23.4693 16.8599 20.7693 19.2399C19.6493 20.2699 18.1993 20.8299 16.6693 20.8299ZM11.4893 4.69995C10.4293 4.69995 9.3793 4.98995 8.4993 5.48995C6.0793 6.86995 5.2593 9.42995 6.2993 12.3499C6.3793 12.5799 6.3493 12.8399 6.2093 13.0299C6.0693 13.2199 5.8393 13.3499 5.5993 13.3499C3.6593 13.4899 2.7893 14.9499 2.7893 16.3399C2.7893 17.7299 3.6593 19.1899 5.5993 19.3399H16.6393C17.7993 19.3499 18.9193 18.9199 19.7693 18.1399L19.7793 18.1299C21.8093 16.3499 21.5093 13.4199 20.0793 11.7299C19.3793 10.8999 18.4493 10.3899 17.3793 10.2499C17.0493 10.2099 16.7893 9.95995 16.7393 9.62995C16.5293 8.38995 16.0893 7.34995 15.4293 6.52995C15.4093 6.50995 15.3993 6.47995 15.3793 6.45995C14.3193 5.21995 12.8993 4.69995 11.4893 4.69995Z\" fill=\"\"/>\n<path d=\"M7.25984 13.7601C7.14984 13.7601 7.02984 13.7301 6.92984 13.6801C6.50984 13.4701 6.04984 13.3601 5.57984 13.3501C5.16984 13.3401 4.83984 13.0001 4.83984 12.5901C4.84984 12.1801 5.23984 11.8401 5.59984 11.8501C6.28984 11.8601 6.97984 12.0301 7.58984 12.3401C7.95984 12.5201 8.10984 12.9801 7.92984 13.3501C7.79984 13.6101 7.53984 13.7601 7.25984 13.7601Z\" fill=\"\"/>\n<path d=\"M15.85 10.67C15.57 10.67 15.31 10.52 15.18 10.25C14.99 9.87998 15.15 9.42998 15.52 9.23998C16.14 8.92998 16.83 8.75998 17.51 8.74998C17.91 8.73998 18.27 9.06998 18.27 9.48998C18.28 9.89998 17.95 10.25 17.53 10.25C17.07 10.26 16.6 10.37 16.18 10.58C16.07 10.64 15.96 10.67 15.85 10.67Z\" fill=\"\"/>\n<path d=\"M20.65 11.98C20.44 11.98 20.22 11.89 20.07 11.71C19.38 10.88 18.44 10.37 17.37 10.23C17.04 10.19 16.78 9.94 16.73 9.61C16.52 8.37 16.08 7.33 15.42 6.51C15.31 6.38 15.25 6.21 15.25 6.04C15.25 5.84 15.33 5.64 15.47 5.5C16.27 4.69 17.33 4.25 18.47 4.25C20.81 4.25 22.72 6.16 22.72 8.5C22.72 9.8 22.14 11.01 21.12 11.82C20.98 11.93 20.82 11.98 20.65 11.98ZM18.11 8.84C19.07 9.05 19.94 9.5 20.66 10.16C21.02 9.69 21.22 9.11 21.22 8.5C21.22 6.98 19.99 5.75 18.47 5.75C17.95 5.75 17.45 5.89 17.02 6.17C17.53 6.94 17.89 7.84 18.11 8.84Z\" fill=\"\"/>\n</svg>\n</li><li title=\"cloud \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.6791 20.8301C16.6691 20.8301 16.6491 20.8301 16.6391 20.8301H5.54906C2.60906 20.6201 1.28906 18.3601 1.28906 16.3401C1.28906 14.5401 2.33906 12.5401 4.62906 11.9901C3.98906 9.49008 4.52906 7.14008 6.15906 5.44008C8.00906 3.50008 10.9791 2.73008 13.5291 3.52008C15.8691 4.24008 17.5191 6.17008 18.1191 8.85008C20.1691 9.31008 21.7991 10.8601 22.4591 13.0001C23.1691 15.3301 22.5291 17.7201 20.7791 19.2501C19.6591 20.2601 18.1991 20.8301 16.6791 20.8301ZM5.56906 13.3501C5.55906 13.3501 5.55906 13.3501 5.54906 13.3501C3.64906 13.4901 2.77906 14.9501 2.77906 16.3401C2.77906 17.7301 3.64906 19.1901 5.58906 19.3301H16.6291C17.7891 19.3101 18.8991 18.9101 19.7591 18.1301C21.3191 16.7601 21.4291 14.8101 21.0091 13.4401C20.5891 12.0601 19.4191 10.5001 17.3791 10.2401C17.0491 10.2001 16.7891 9.95008 16.7291 9.62008C16.3291 7.22008 15.0291 5.56008 13.0791 4.96008C11.0491 4.34008 8.70906 4.95008 7.23906 6.48008C5.90906 7.87008 5.52906 9.79008 6.14906 11.9001C6.65906 11.9701 7.14906 12.1201 7.59906 12.3501C7.96906 12.5401 8.11906 12.9901 7.92906 13.3601C7.73906 13.7301 7.28906 13.8801 6.91906 13.6901C6.50906 13.4801 6.05906 13.3701 5.60906 13.3701C5.59906 13.3501 5.58906 13.3501 5.56906 13.3501Z\" fill=\"\"/>\n<path d=\"M15.85 10.67C15.57 10.67 15.31 10.52 15.18 10.25C14.99 9.87998 15.15 9.42998 15.52 9.23998C16.14 8.92998 16.83 8.75998 17.51 8.74998C17.91 8.73998 18.27 9.06998 18.27 9.48998C18.28 9.89998 17.95 10.25 17.53 10.25C17.07 10.26 16.6 10.37 16.18 10.58C16.07 10.64 15.96 10.67 15.85 10.67Z\" fill=\"\"/>\n</svg>\n</li><li title=\"code 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.00094 17.7499C8.89094 17.7499 8.77094 17.7199 8.67094 17.6699C7.90094 17.2799 7.24094 16.6999 6.76094 15.9799C6.36094 15.3799 6.36094 14.6099 6.76094 14.0099C7.24094 13.2899 7.90094 12.7099 8.67094 12.3299C9.04094 12.1399 9.49094 12.2999 9.68094 12.6699C9.87094 13.0399 9.72094 13.4899 9.34094 13.6799C8.80094 13.9499 8.34094 14.3599 8.01094 14.8599C7.95094 14.9499 7.95094 15.0699 8.01094 15.1699C8.34094 15.6699 8.80094 16.0799 9.34094 16.3499C9.71094 16.5399 9.86094 16.9899 9.68094 17.3599C9.54094 17.5999 9.27094 17.7499 9.00094 17.7499Z\" fill=\"\"/>\n<path d=\"M15.2092 17.7499C14.9292 17.7499 14.6692 17.5999 14.5392 17.3399C14.3492 16.9699 14.4992 16.5199 14.8792 16.3299C15.4192 16.0599 15.8792 15.6499 16.2092 15.1499C16.2692 15.0599 16.2692 14.9399 16.2092 14.8399C15.8792 14.3399 15.4192 13.9299 14.8792 13.6599C14.5092 13.4699 14.3592 13.0199 14.5392 12.6499C14.7292 12.2799 15.1792 12.1299 15.5492 12.3099C16.3192 12.6999 16.9792 13.2799 17.4592 13.9999C17.8592 14.5999 17.8592 15.3699 17.4592 15.9699C16.9792 16.6899 16.3192 17.2699 15.5492 17.6499C15.4292 17.7199 15.3192 17.7499 15.2092 17.7499Z\" fill=\"\"/>\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n<path d=\"M2.23047 8.76C1.82047 8.76 1.48047 8.42 1.48047 8.01C1.48047 7.6 1.81047 7.26 2.23047 7.26L21.4505 7.25C21.8605 7.25 22.2005 7.59 22.2005 8C22.2005 8.41 21.8705 8.75 21.4505 8.75L2.23047 8.76Z\" fill=\"\"/>\n</svg>\n</li><li title=\"code circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.99945 14.75C7.80945 14.75 7.61945 14.68 7.46945 14.53L5.46945 12.53C5.17945 12.24 5.17945 11.7599 5.46945 11.4699L7.46945 9.46994C7.75945 9.17994 8.23945 9.17994 8.52945 9.46994C8.81945 9.75994 8.81945 10.24 8.52945 10.53L7.05945 12L8.52945 13.4699C8.81945 13.7599 8.81945 14.24 8.52945 14.53C8.37945 14.68 8.18945 14.75 7.99945 14.75Z\" fill=\"\"/>\n<path d=\"M15.9995 14.75C15.8095 14.75 15.6195 14.68 15.4695 14.53C15.1795 14.24 15.1795 13.7599 15.4695 13.4699L16.9395 12L15.4695 10.53C15.1795 10.24 15.1795 9.75994 15.4695 9.46994C15.7595 9.17994 16.2395 9.17994 16.5295 9.46994L18.5295 11.4699C18.8195 11.7599 18.8195 12.24 18.5295 12.53L16.5295 14.53C16.3795 14.68 16.1895 14.75 15.9995 14.75Z\" fill=\"\"/>\n<path d=\"M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z\" fill=\"\"/>\n<path d=\"M11.0001 15.0801C10.9001 15.0801 10.8001 15.0601 10.7101 15.0201C10.3301 14.8601 10.1501 14.4201 10.3201 14.0301L12.3201 9.36004C12.4801 8.98004 12.9201 8.80002 13.3001 8.97002C13.6801 9.13002 13.8601 9.57008 13.6901 9.96008L11.6901 14.6301C11.5701 14.9101 11.2901 15.0801 11.0001 15.0801Z\" fill=\"\"/>\n</svg>\n</li><li title=\"code \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.89088 15.75C6.61088 15.75 6.35088 15.6 6.22088 15.34C6.03088 14.97 6.18088 14.52 6.56088 14.33C7.43088 13.9 8.17088 13.24 8.70088 12.44C8.88088 12.17 8.88088 11.83 8.70088 11.56C8.16088 10.76 7.42088 10.1 6.56088 9.67002C6.18088 9.49002 6.03088 9.04002 6.22088 8.66002C6.40088 8.29002 6.85088 8.14002 7.22088 8.33002C8.32088 8.88002 9.26088 9.71002 9.94088 10.73C10.4509 11.5 10.4509 12.5 9.94088 13.27C9.26088 14.29 8.32088 15.12 7.22088 15.67C7.12088 15.72 7.00088 15.75 6.89088 15.75Z\" fill=\"\"/>\n<path d=\"M17 15.75H13C12.59 15.75 12.25 15.41 12.25 15C12.25 14.59 12.59 14.25 13 14.25H17C17.41 14.25 17.75 14.59 17.75 15C17.75 15.41 17.41 15.75 17 15.75Z\" fill=\"\"/>\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n</svg>\n</li><li title=\"coffee \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.58 22.75H6.21C3.47 22.75 1.25 20.52 1.25 17.79V10.47C1.25 7.73001 3.48 5.51001 6.21 5.51001H13.58C16.32 5.51001 18.54 7.74001 18.54 10.47V17.79C18.54 20.52 16.31 22.75 13.58 22.75ZM6.21 7.01001C4.3 7.01001 2.75 8.56001 2.75 10.47V17.79C2.75 19.7 4.3 21.25 6.21 21.25H13.58C15.49 21.25 17.04 19.7 17.04 17.79V10.47C17.04 8.56001 15.49 7.01001 13.58 7.01001H6.21Z\" fill=\"\"/>\n<path d=\"M5.5 4.75C5.09 4.75 4.75 4.41 4.75 4V2.25C4.75 1.84 5.09 1.5 5.5 1.5C5.91 1.5 6.25 1.84 6.25 2.25V4C6.25 4.41 5.91 4.75 5.5 4.75Z\" fill=\"\"/>\n<path d=\"M9.5 4.75C9.09 4.75 8.75 4.41 8.75 4V2.25C8.75 1.84 9.09 1.5 9.5 1.5C9.91 1.5 10.25 1.84 10.25 2.25V4C10.25 4.41 9.91 4.75 9.5 4.75Z\" fill=\"\"/>\n<path d=\"M13.5 4.75C13.09 4.75 12.75 4.41 12.75 4V2.25C12.75 1.84 13.09 1.5 13.5 1.5C13.91 1.5 14.25 1.84 14.25 2.25V4C14.25 4.41 13.91 4.75 13.5 4.75Z\" fill=\"\"/>\n<path d=\"M17.7891 18.12C17.3791 18.12 17.0391 17.78 17.0391 17.37V8.94995C17.0391 8.53995 17.3791 8.19995 17.7891 8.19995C20.5291 8.19995 22.7491 10.43 22.7491 13.16C22.7491 15.89 20.5191 18.12 17.7891 18.12ZM18.5391 9.77995V16.54C20.0891 16.2 21.2491 14.81 21.2491 13.16C21.2491 11.51 20.0891 10.12 18.5391 9.77995Z\" fill=\"\"/>\n<path d=\"M17.51 12.75H2C1.59 12.75 1.25 12.41 1.25 12C1.25 11.59 1.59 11.25 2 11.25H17.51C17.92 11.25 18.26 11.59 18.26 12C18.26 12.41 17.92 12.75 17.51 12.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"coin 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22.7499C8 22.7499 4.75 19.8799 4.75 16.3499V12.6499C4.75 12.2399 5.09 11.8999 5.5 11.8999C5.91 11.8999 6.25 12.2399 6.25 12.6499C6.25 15.2699 8.72 17.2499 12 17.2499C15.28 17.2499 17.75 15.2699 17.75 12.6499C17.75 12.2399 18.09 11.8999 18.5 11.8999C18.91 11.8999 19.25 12.2399 19.25 12.6499V16.3499C19.25 19.8799 16 22.7499 12 22.7499ZM6.25 16.4599C6.32 19.1099 8.87 21.2499 12 21.2499C15.13 21.2499 17.68 19.1099 17.75 16.4599C16.45 17.8699 14.39 18.7499 12 18.7499C9.61 18.7499 7.56 17.8699 6.25 16.4599Z\" fill=\"\"/>\n<path d=\"M12 13.75C9.24 13.75 6.75999 12.51 5.54999 10.51C5.02999 9.66 4.75 8.67 4.75 7.65C4.75 5.93 5.52 4.31 6.91 3.09C8.27 1.9 10.08 1.25 12 1.25C13.92 1.25 15.72 1.9 17.09 3.08C18.48 4.31 19.25 5.93 19.25 7.65C19.25 8.67 18.97 9.65 18.45 10.51C17.24 12.51 14.76 13.75 12 13.75ZM12 2.75C10.44 2.75 8.98001 3.27 7.89001 4.23C6.83001 5.15 6.25 6.37 6.25 7.65C6.25 8.4 6.44999 9.1 6.82999 9.73C7.77999 11.29 9.76 12.25 12 12.25C14.24 12.25 16.22 11.28 17.17 9.73C17.56 9.1 17.75 8.4 17.75 7.65C17.75 6.37 17.17 5.15 16.1 4.21C15.01 3.27 13.56 2.75 12 2.75Z\" fill=\"\"/>\n<path d=\"M12 18.75C7.87 18.75 4.75 16.13 4.75 12.65V7.65C4.75 4.12 8 1.25 12 1.25C13.92 1.25 15.72 1.9 17.09 3.08C18.48 4.31 19.25 5.93 19.25 7.65V12.65C19.25 16.13 16.13 18.75 12 18.75ZM12 2.75C8.83 2.75 6.25 4.95 6.25 7.65V12.65C6.25 15.27 8.72 17.25 12 17.25C15.28 17.25 17.75 15.27 17.75 12.65V7.65C17.75 6.37 17.17 5.15 16.1 4.21C15.01 3.27 13.56 2.75 12 2.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"coin \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.84 13.5402H9.34C8.19 13.5402 7.26 12.5802 7.26 11.3902C7.26 10.9802 7.6 10.6402 8.01 10.6402C8.42 10.6402 8.76 10.9802 8.76 11.3902C8.76 11.7502 9.02 12.0402 9.34 12.0402H10.84C11.07 12.0402 11.25 11.8302 11.25 11.5702C11.25 11.2202 11.19 11.2002 10.96 11.1202L8.55 10.2802C7.68 9.9802 7.25 9.3702 7.25 8.4202C7.25 7.3402 8.11 6.4502 9.16 6.4502H10.66C11.81 6.4502 12.74 7.4102 12.74 8.6002C12.74 9.0102 12.4 9.3502 11.99 9.3502C11.58 9.3502 11.24 9.0102 11.24 8.6002C11.24 8.2402 10.98 7.9502 10.66 7.9502H9.16C8.93 7.9502 8.75 8.1602 8.75 8.4202C8.75 8.7702 8.81 8.7902 9.04 8.8702L11.45 9.7102C12.32 10.0202 12.74 10.6302 12.74 11.5702C12.75 12.6602 11.89 13.5402 10.84 13.5402Z\" fill=\"\"/>\n<path d=\"M10 14.3401C9.59 14.3401 9.25 14.0001 9.25 13.5901V12.8501C9.25 12.4401 9.59 12.1001 10 12.1001C10.41 12.1001 10.75 12.4401 10.75 12.8501V13.5901C10.75 14.0101 10.41 14.3401 10 14.3401Z\" fill=\"\"/>\n<path d=\"M10 7.94016C9.59 7.94016 9.25 7.60016 9.25 7.19016V6.41016C9.25 6.00016 9.59 5.66016 10 5.66016C10.41 5.66016 10.75 6.00016 10.75 6.41016V7.19016C10.75 7.60016 10.41 7.94016 10 7.94016Z\" fill=\"\"/>\n<path d=\"M9.99 18.7202C5.17 18.7202 1.25 14.8002 1.25 9.98023C1.25 5.16023 5.17 1.24023 9.99 1.24023C14.81 1.24023 18.73 5.16023 18.73 9.98023C18.73 14.8002 14.8 18.7202 9.99 18.7202ZM9.99 2.75023C6 2.75023 2.75 6.00023 2.75 9.99023C2.75 13.9802 6 17.2202 9.99 17.2202C13.98 17.2202 17.23 13.9702 17.23 9.98023C17.23 5.99023 13.98 2.75023 9.99 2.75023Z\" fill=\"\"/>\n<path d=\"M17.019 22.7198C15.169 22.7198 13.429 21.8198 12.359 20.2998C12.119 19.9598 12.199 19.4898 12.539 19.2498C12.879 19.0098 13.349 19.0898 13.589 19.4298C14.379 20.5498 15.659 21.2098 17.019 21.2098C19.339 21.2098 21.219 19.3298 21.219 17.0098C21.219 15.6598 20.559 14.3798 19.459 13.5898C19.119 13.3498 19.049 12.8798 19.289 12.5398C19.529 12.1998 19.999 12.1298 20.339 12.3698C21.829 13.4398 22.719 15.1698 22.719 17.0098C22.719 20.1698 20.169 22.7198 17.019 22.7198Z\" fill=\"\"/>\n</svg>\n</li><li title=\"color swatch \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.99976 22.7498C5.69976 22.7498 5.37975 22.7198 5.05975 22.6598C4.88975 22.6198 4.73975 22.5798 4.58975 22.5398C4.41975 22.4898 4.25974 22.4298 4.10974 22.3698C4.06974 22.3598 4.03977 22.3398 4.00977 22.3298C3.65977 22.1498 3.35975 21.9698 3.08975 21.7698C3.06975 21.7598 3.05976 21.7398 3.03976 21.7298C2.88976 21.6098 2.74975 21.4898 2.61975 21.3498C2.47975 21.1998 2.37974 21.0798 2.26974 20.9598C2.03974 20.6598 1.84975 20.3598 1.67975 20.0098C1.65975 19.9798 1.64977 19.9398 1.63977 19.8998C1.57977 19.7598 1.52975 19.6198 1.48975 19.4698C1.42975 19.2598 1.38974 19.1198 1.35974 18.9698C1.28974 18.6198 1.25977 18.3098 1.25977 18.0098V4.50977C1.25977 2.59977 2.59977 1.25977 4.50977 1.25977H7.50977C9.41977 1.25977 10.7598 2.59977 10.7598 4.50977V17.9998C10.7598 19.2398 10.2798 20.4198 9.40976 21.3098C9.24976 21.4698 9.12975 21.5798 9.01974 21.6698C8.69974 21.9498 8.28976 22.1998 7.84976 22.3798C7.74976 22.4198 7.62976 22.4698 7.49976 22.5198C7.00976 22.6698 6.49976 22.7498 5.99976 22.7498ZM4.73975 20.9998C4.83975 21.0398 4.93976 21.0698 5.03976 21.0998C5.14976 21.1298 5.25975 21.1598 5.36975 21.1898C5.91975 21.2898 6.50977 21.2598 6.97977 21.0998C7.04977 21.0698 7.14975 21.0398 7.23975 20.9998C7.55975 20.8698 7.81974 20.7098 8.04974 20.5198C8.14974 20.4398 8.21976 20.3698 8.28976 20.3098C8.91976 19.6598 9.24976 18.8598 9.24976 18.0098V4.50977C9.24976 3.42977 8.57976 2.75977 7.49976 2.75977H4.49976C3.41976 2.75977 2.74976 3.42977 2.74976 4.50977V17.9998C2.74976 18.2098 2.76976 18.4298 2.81976 18.6598C2.83976 18.7498 2.86975 18.8598 2.89975 18.9798C2.93975 19.0898 2.96977 19.1798 3.00977 19.2798C3.02977 19.3098 3.03974 19.3398 3.04974 19.3598C3.05974 19.3798 3.06974 19.4098 3.07974 19.4298C3.19974 19.6498 3.31977 19.8398 3.44977 20.0098C3.51977 20.0898 3.60977 20.1898 3.69977 20.2898C3.80977 20.4098 3.89976 20.4798 3.99976 20.5598C4.00976 20.5698 4.02976 20.5798 4.03976 20.5898C4.19976 20.7098 4.37975 20.8198 4.58975 20.9298C4.60975 20.9398 4.62975 20.9398 4.64975 20.9498C4.66975 20.9598 4.69975 20.9798 4.73975 20.9998Z\" fill=\"\"/>\n<path d=\"M19.5 22.7498H6C5.59 22.7498 5.25 22.4098 5.25 21.9998C5.25 21.5898 5.59 21.2498 6 21.2498C6.35 21.2498 6.69001 21.1998 6.98001 21.0998C7.05001 21.0698 7.14999 21.0398 7.23999 20.9998C7.55999 20.8698 7.81999 20.7098 8.04999 20.5198C8.14999 20.4398 8.22001 20.3698 8.29001 20.3098L15.13 13.4798C15.27 13.3398 15.46 13.2598 15.66 13.2598H19.5C21.41 13.2598 22.75 14.5998 22.75 16.5098V19.5098C22.75 21.4098 21.41 22.7498 19.5 22.7498ZM9.45999 21.2498H19.5C20.58 21.2498 21.25 20.5798 21.25 19.4998V16.4998C21.25 15.4198 20.58 14.7498 19.5 14.7498H15.97L9.45999 21.2498Z\" fill=\"\"/>\n<path d=\"M4.8102 22.57C4.7402 22.57 4.67021 22.56 4.60021 22.54C3.86021 22.32 3.18022 21.91 2.64022 21.36C2.10022 20.83 1.6902 20.15 1.4702 19.41C1.3502 19.01 1.5702 18.6 1.9702 18.48C2.3702 18.36 2.78021 18.58 2.91021 18.97C3.23021 19.99 4.03019 20.79 5.05019 21.11C5.44019 21.23 5.66021 21.65 5.54021 22.05C5.43021 22.36 5.1302 22.57 4.8102 22.57Z\" fill=\"\"/>\n<path d=\"M8.85997 21.5399C8.66997 21.5399 8.47998 21.4699 8.32998 21.3199C8.03998 21.0299 8.03 20.5599 8.32 20.2599C8.92 19.6499 9.24999 18.8399 9.24999 17.9899V8.32993C9.24999 8.12993 9.32999 7.93993 9.46999 7.79993L12.18 5.08992C13.49 3.77992 15.47 3.77992 16.78 5.08992L18.9 7.20993C20.25 8.55993 20.25 10.4599 18.9 11.8099L9.39 21.3099C9.24 21.4699 9.04997 21.5399 8.85997 21.5399ZM10.75 8.64992V17.8399L17.84 10.7599C18.6 9.99992 18.6 9.04992 17.84 8.27992L15.72 6.15993C14.97 5.40993 13.99 5.40993 13.24 6.15993L10.75 8.64992Z\" fill=\"\"/>\n<path d=\"M6 19.75C5.04 19.75 4.25 18.96 4.25 18C4.25 17.04 5.04 16.25 6 16.25C6.96 16.25 7.75 17.04 7.75 18C7.75 18.96 6.96 19.75 6 19.75ZM6 17.75C5.86 17.75 5.75 17.86 5.75 18C5.75 18.28 6.25 18.28 6.25 18C6.25 17.86 6.14 17.75 6 17.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"colorfilter \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 22.7499C4.28 22.7499 1.25 19.7199 1.25 15.9999C1.25 12.9599 3.29 10.2799 6.22 9.48989C6.59 9.38989 6.97 9.57989 7.11 9.93989C7.72 11.4699 9.02 12.6399 10.61 13.0699C11.49 13.3099 12.51 13.3099 13.37 13.0699C13.74 12.9699 14.13 13.1599 14.27 13.5199C14.58 14.3099 14.74 15.1499 14.74 16.0099C14.74 17.9299 13.92 19.7599 12.49 21.0299C11.27 22.1299 9.67 22.7499 8 22.7499ZM6.02 11.1299C4.07 11.9299 2.75 13.8499 2.75 15.9999C2.75 18.8899 5.11 21.2499 8 21.2499C9.3 21.2499 10.54 20.7699 11.5 19.8999C12.62 18.9099 13.25 17.4899 13.25 15.9999C13.25 15.5399 13.19 15.0999 13.08 14.6699C12.14 14.8199 11.12 14.7699 10.22 14.5199C8.41 14.0199 6.89 12.7799 6.02 11.1299Z\" fill=\"\"/>\n<path d=\"M12 14.75C11.38 14.75 10.78 14.67 10.22 14.51C8.19 13.95 6.5 12.45 5.72 10.48C5.41 9.7 5.25 8.86 5.25 8C5.25 4.28 8.28 1.25 12 1.25C15.72 1.25 18.75 4.28 18.75 8C18.75 8.86 18.59 9.7 18.28 10.49C17.5 12.45 15.82 13.96 13.78 14.52C13.22 14.67 12.62 14.75 12 14.75ZM12 2.75C9.11 2.75 6.75 5.11 6.75 8C6.75 8.67 6.87 9.32 7.12 9.93C7.73 11.46 9.03 12.63 10.62 13.06C11.5 13.3 12.52 13.3 13.38 13.06C14.97 12.63 16.28 11.45 16.88 9.93C17.12 9.32 17.25 8.67 17.25 8C17.25 5.11 14.89 2.75 12 2.75Z\" fill=\"\"/>\n<path d=\"M16 22.7502C14.33 22.7502 12.73 22.1302 11.5 21.0202C11.34 20.8802 11.25 20.6702 11.25 20.4602C11.25 20.2502 11.34 20.0402 11.5 19.9002C12.61 18.9202 13.25 17.5002 13.25 16.0002C13.25 15.3302 13.13 14.6802 12.88 14.0702C12.8 13.8702 12.81 13.6502 12.91 13.4602C13.01 13.2702 13.18 13.1302 13.38 13.0702C14.97 12.6402 16.27 11.4702 16.88 9.94022C17.02 9.58022 17.41 9.40022 17.77 9.49022C20.7 10.2902 22.74 12.9602 22.74 16.0002C22.75 19.7202 19.72 22.7502 16 22.7502ZM13.12 20.3902C13.97 20.9502 14.96 21.2502 16 21.2502C18.89 21.2502 21.25 18.8902 21.25 16.0002C21.25 13.8502 19.93 11.9302 17.98 11.1302C17.24 12.5402 16 13.6602 14.52 14.2602C14.67 14.8202 14.75 15.4102 14.75 16.0002C14.75 17.6202 14.17 19.1802 13.12 20.3902Z\" fill=\"\"/>\n</svg>\n</li><li title=\"colors square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.59998 18.7499C7.19998 18.7499 5.25 16.7999 5.25 14.3999C5.25 12.4399 6.57002 10.7099 8.46002 10.1999C8.83002 10.0999 9.20998 10.2899 9.34998 10.6499C9.67998 11.4799 10.39 12.1199 11.25 12.3499C11.72 12.4799 12.28 12.4799 12.75 12.3499C13.12 12.2499 13.51 12.4399 13.65 12.7899C13.85 13.2999 13.95 13.8399 13.95 14.3899C13.95 15.6299 13.42 16.8099 12.5 17.6299C11.71 18.3499 10.68 18.7499 9.59998 18.7499ZM8.28998 11.8699C7.35998 12.3499 6.75 13.3199 6.75 14.3999C6.75 15.9699 8.02998 17.2499 9.59998 17.2499C10.3 17.2499 10.98 16.9899 11.5 16.5199C12.11 15.9799 12.45 15.2099 12.45 14.3999C12.45 14.2399 12.44 14.0899 12.41 13.9299C11.88 13.9799 11.34 13.9299 10.85 13.7899C9.77998 13.4999 8.85998 12.7999 8.28998 11.8699Z\" fill=\"\"/>\n<path d=\"M12.0002 13.9498C11.6002 13.9498 11.2102 13.8998 10.8502 13.7998C9.54016 13.4398 8.46021 12.4698 7.96021 11.2098C7.76021 10.6998 7.66016 10.1598 7.66016 9.60977C7.66016 7.20977 9.61019 5.25977 12.0102 5.25977C14.4102 5.25977 16.3602 7.20977 16.3602 9.60977C16.3602 10.1598 16.2602 10.6998 16.0602 11.2098C15.5602 12.4798 14.4702 13.4498 13.1602 13.7998C12.7902 13.8998 12.4002 13.9498 12.0002 13.9498ZM12.0002 6.74977C10.4302 6.74977 9.15021 8.02977 9.15021 9.59977C9.15021 9.95977 9.22016 10.3198 9.35016 10.6498C9.68016 11.4798 10.3902 12.1198 11.2502 12.3498C11.7202 12.4798 12.2802 12.4798 12.7502 12.3498C13.6202 12.1098 14.3302 11.4798 14.6502 10.6498C14.7802 10.3198 14.8502 9.95977 14.8502 9.59977C14.8502 8.02977 13.5702 6.74977 12.0002 6.74977Z\" fill=\"\"/>\n<path d=\"M14.4 18.7501C13.32 18.7501 12.29 18.3501 11.5 17.6301C11.34 17.4901 11.25 17.2801 11.25 17.0701C11.25 16.8601 11.34 16.6501 11.5 16.5101C12.1 15.9801 12.45 15.2101 12.45 14.4001C12.45 14.0401 12.38 13.6801 12.25 13.3501C12.17 13.1501 12.18 12.9301 12.28 12.7401C12.37 12.5501 12.55 12.4101 12.75 12.3501C13.61 12.1101 14.32 11.4801 14.65 10.6501C14.79 10.3001 15.17 10.1001 15.54 10.2001C17.43 10.7101 18.75 12.4401 18.75 14.4001C18.75 16.8001 16.8 18.7501 14.4 18.7501ZM13.12 16.9501C13.51 17.1501 13.95 17.2501 14.4 17.2501C15.97 17.2501 17.25 15.9701 17.25 14.4001C17.25 13.3201 16.64 12.3501 15.71 11.8701C15.27 12.5901 14.62 13.1701 13.86 13.5301C13.92 13.8101 13.95 14.1001 13.95 14.4001C13.95 15.3201 13.66 16.2101 13.12 16.9501Z\" fill=\"\"/>\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n</svg>\n</li><li title=\"command square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.3997 15.1501H9.59961C9.18961 15.1501 8.84961 14.8101 8.84961 14.4001V9.6001C8.84961 9.1901 9.18961 8.8501 9.59961 8.8501H14.3997C14.8097 8.8501 15.1497 9.1901 15.1497 9.6001V14.4001C15.1497 14.8101 14.8097 15.1501 14.3997 15.1501ZM10.3496 13.6501H13.6497V10.3501H10.3496V13.6501Z\" fill=\"\"/>\n<path d=\"M7.79999 18.7499C6.38999 18.7499 5.25 17.6099 5.25 16.1999C5.25 14.7899 6.38999 13.6499 7.79999 13.6499H9.59998C10.01 13.6499 10.35 13.9899 10.35 14.3999V16.1999C10.35 17.6099 9.20999 18.7499 7.79999 18.7499ZM7.79999 15.1499C7.21999 15.1499 6.75 15.6199 6.75 16.1999C6.75 16.7799 7.21999 17.2499 7.79999 17.2499C8.37999 17.2499 8.84998 16.7799 8.84998 16.1999V15.1499H7.79999Z\" fill=\"\"/>\n<path d=\"M9.59998 10.35H7.79999C6.38999 10.35 5.25 9.20999 5.25 7.79999C5.25 6.38999 6.38999 5.25 7.79999 5.25C9.20999 5.25 10.35 6.38999 10.35 7.79999V9.60001C10.35 10.01 10.01 10.35 9.59998 10.35ZM7.79999 6.75C7.21999 6.75 6.75 7.21999 6.75 7.79999C6.75 8.37999 7.21999 8.85001 7.79999 8.85001H8.84998V7.79999C8.84998 7.21999 8.37999 6.75 7.79999 6.75Z\" fill=\"\"/>\n<path d=\"M16.2004 10.35H14.4004C13.9904 10.35 13.6504 10.01 13.6504 9.60001V7.79999C13.6504 6.38999 14.7904 5.25 16.2004 5.25C17.6104 5.25 18.7504 6.38999 18.7504 7.79999C18.7504 9.20999 17.6104 10.35 16.2004 10.35ZM15.1504 8.85001H16.2004C16.7804 8.85001 17.2504 8.37999 17.2504 7.79999C17.2504 7.21999 16.7804 6.75 16.2004 6.75C15.6204 6.75 15.1504 7.21999 15.1504 7.79999V8.85001Z\" fill=\"\"/>\n<path d=\"M16.2004 18.7499C14.7904 18.7499 13.6504 17.6099 13.6504 16.1999V14.3999C13.6504 13.9899 13.9904 13.6499 14.4004 13.6499H16.2004C17.6104 13.6499 18.7504 14.7899 18.7504 16.1999C18.7504 17.6099 17.6104 18.7499 16.2004 18.7499ZM15.1504 15.1499V16.1999C15.1504 16.7799 15.6204 17.2499 16.2004 17.2499C16.7804 17.2499 17.2504 16.7799 17.2504 16.1999C17.2504 15.6199 16.7804 15.1499 16.2004 15.1499H15.1504Z\" fill=\"\"/>\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n</svg>\n</li><li title=\"command \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 16.75H8C7.59 16.75 7.25 16.41 7.25 16V8C7.25 7.59 7.59 7.25 8 7.25H16C16.41 7.25 16.75 7.59 16.75 8V16C16.75 16.41 16.41 16.75 16 16.75ZM8.75 15.25H15.25V8.75H8.75V15.25Z\" fill=\"\"/>\n<path d=\"M5 22.75C2.93 22.75 1.25 21.07 1.25 19C1.25 16.93 2.93 15.25 5 15.25H8C8.41 15.25 8.75 15.59 8.75 16V19C8.75 21.07 7.07 22.75 5 22.75ZM5 16.75C3.76 16.75 2.75 17.76 2.75 19C2.75 20.24 3.76 21.25 5 21.25C6.24 21.25 7.25 20.24 7.25 19V16.75H5Z\" fill=\"\"/>\n<path d=\"M8 8.75H5C2.93 8.75 1.25 7.07 1.25 5C1.25 2.93 2.93 1.25 5 1.25C7.07 1.25 8.75 2.93 8.75 5V8C8.75 8.41 8.41 8.75 8 8.75ZM5 2.75C3.76 2.75 2.75 3.76 2.75 5C2.75 6.24 3.76 7.25 5 7.25H7.25V5C7.25 3.76 6.24 2.75 5 2.75Z\" fill=\"\"/>\n<path d=\"M19 8.75H16C15.59 8.75 15.25 8.41 15.25 8V5C15.25 2.93 16.93 1.25 19 1.25C21.07 1.25 22.75 2.93 22.75 5C22.75 7.07 21.07 8.75 19 8.75ZM16.75 7.25H19C20.24 7.25 21.25 6.24 21.25 5C21.25 3.76 20.24 2.75 19 2.75C17.76 2.75 16.75 3.76 16.75 5V7.25Z\" fill=\"\"/>\n<path d=\"M19 22.75C16.93 22.75 15.25 21.07 15.25 19V16C15.25 15.59 15.59 15.25 16 15.25H19C21.07 15.25 22.75 16.93 22.75 19C22.75 21.07 21.07 22.75 19 22.75ZM16.75 16.75V19C16.75 20.24 17.76 21.25 19 21.25C20.24 21.25 21.25 20.24 21.25 19C21.25 17.76 20.24 16.75 19 16.75H16.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"component \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9998 22.75C10.8298 22.75 9.73977 22.3 8.91977 21.48L2.52975 15.09C1.70975 14.27 1.25977 13.17 1.25977 12.01C1.25977 10.85 1.70975 9.74999 2.52975 8.92999L8.91977 2.53998C9.73977 1.71998 10.8398 1.27002 11.9998 1.27002C13.1598 1.27002 14.2597 1.71998 15.0797 2.53998L21.4698 8.92999C22.2898 9.74999 22.7397 10.85 22.7397 12.01C22.7397 13.17 22.2898 14.27 21.4698 15.09L15.0797 21.48C14.2597 22.3 13.1698 22.75 11.9998 22.75ZM11.9998 2.75C11.2298 2.75 10.5098 3.05002 9.97977 3.58002L3.58975 9.96997C3.04975 10.51 2.75977 11.23 2.75977 11.99C2.75977 12.75 3.05975 13.48 3.58975 14.01L9.97977 20.4C11.0498 21.47 12.9497 21.47 14.0197 20.4L20.4098 14.01C20.9498 13.47 21.2397 12.76 21.2397 11.99C21.2397 11.22 20.9398 10.5 20.4098 9.96997L14.0197 3.58002C13.4897 3.05002 12.7698 2.75 11.9998 2.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"computing \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.9707 22.75H8.9707C3.5407 22.75 1.2207 20.43 1.2207 15V9C1.2207 3.57 3.5407 1.25 8.9707 1.25H14.9707C20.4007 1.25 22.7207 3.57 22.7207 9V15C22.7207 20.43 20.4107 22.75 14.9707 22.75ZM8.9707 2.75C4.3607 2.75 2.7207 4.39 2.7207 9V15C2.7207 19.61 4.3607 21.25 8.9707 21.25H14.9707C19.5807 21.25 21.2207 19.61 21.2207 15V9C21.2207 4.39 19.5807 2.75 14.9707 2.75H8.9707Z\" fill=\"\"/>\n<path d=\"M3.27094 20.4499C3.08094 20.4499 2.89094 20.3799 2.74094 20.2299C2.45094 19.9399 2.45094 19.4599 2.74094 19.1699L19.1909 2.71994C19.4809 2.42994 19.9609 2.42994 20.2509 2.71994C20.5409 3.00994 20.5409 3.48994 20.2509 3.77994L3.80094 20.2299C3.66094 20.3799 3.47094 20.4499 3.27094 20.4499Z\" fill=\"\"/>\n<path d=\"M16.0605 18.75C15.6505 18.75 15.3105 18.41 15.3105 18V13C15.3105 12.59 15.6505 12.25 16.0605 12.25C16.4705 12.25 16.8105 12.59 16.8105 13V18C16.8105 18.41 16.4705 18.75 16.0605 18.75Z\" fill=\"\"/>\n<path d=\"M18.5 16.25H13.5C13.09 16.25 12.75 15.91 12.75 15.5C12.75 15.09 13.09 14.75 13.5 14.75H18.5C18.91 14.75 19.25 15.09 19.25 15.5C19.25 15.91 18.91 16.25 18.5 16.25Z\" fill=\"\"/>\n<path d=\"M10.5 8.25H5.5C5.09 8.25 4.75 7.91 4.75 7.5C4.75 7.09 5.09 6.75 5.5 6.75H10.5C10.91 6.75 11.25 7.09 11.25 7.5C11.25 7.91 10.91 8.25 10.5 8.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"convert 3d cube \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.0002 22.75C14.7302 22.75 14.4802 22.6 14.3502 22.37C14.2202 22.14 14.2202 21.85 14.3602 21.62L15.4102 19.87C15.6202 19.51 16.0802 19.4 16.4402 19.61C16.8002 19.82 16.9102 20.28 16.7002 20.64L16.4302 21.09C19.1902 20.44 21.2602 17.96 21.2602 15C21.2602 14.59 21.6002 14.25 22.0102 14.25C22.4202 14.25 22.7602 14.59 22.7602 15C22.7502 19.27 19.2702 22.75 15.0002 22.75Z\" fill=\"\"/>\n<path d=\"M2 9.75C1.59 9.75 1.25 9.41 1.25 9C1.25 4.73 4.73 1.25 9 1.25C9.27 1.25 9.51999 1.4 9.64999 1.63C9.77999 1.86 9.78 2.15 9.64 2.38L8.59 4.13C8.38 4.49001 7.92 4.60001 7.56 4.39001C7.2 4.18001 7.09 3.71999 7.3 3.35999L7.57001 2.90997C4.81001 3.55997 2.74001 6.04 2.74001 9C2.75001 9.41 2.41 9.75 2 9.75Z\" fill=\"\"/>\n<path d=\"M17.6804 7.49987C17.5504 7.49987 17.4204 7.4699 17.3004 7.3999L13.3304 5.09985C12.9704 4.88985 12.8504 4.42988 13.0604 4.06988C13.2704 3.70988 13.7304 3.58986 14.0804 3.79986L17.6804 5.87988L21.2504 3.80987C21.6104 3.59987 22.0704 3.72989 22.2704 4.07989C22.4804 4.43989 22.3504 4.89986 22.0004 5.10986L18.0504 7.38989C17.9404 7.45989 17.8104 7.49987 17.6804 7.49987Z\" fill=\"\"/>\n<path d=\"M17.6797 11.5698C17.2697 11.5698 16.9297 11.2298 16.9297 10.8198V6.73975C16.9297 6.32975 17.2697 5.98975 17.6797 5.98975C18.0897 5.98975 18.4297 6.32975 18.4297 6.73975V10.8198C18.4297 11.2398 18.0897 11.5698 17.6797 11.5698Z\" fill=\"\"/>\n<path d=\"M17.6794 11.7499C17.2194 11.7499 16.7494 11.6499 16.3794 11.4399L13.9794 10.1099C13.1994 9.67993 12.6094 8.66997 12.6094 7.77997V5.23993C12.6094 4.33993 13.1994 3.33997 13.9894 2.89997L16.3894 1.56995C17.1294 1.15995 18.2394 1.15995 18.9894 1.56995L21.3894 2.89997C22.1694 3.32997 22.7594 4.33992 22.7594 5.22992V7.76996C22.7594 8.66996 22.1694 9.66992 21.3894 10.0999L18.9894 11.4299C18.5994 11.6499 18.1394 11.7499 17.6794 11.7499ZM17.1094 2.86994L14.7094 4.19996C14.4094 4.36996 14.1094 4.87991 14.1094 5.21991V7.75995C14.1094 8.10995 14.4094 8.61997 14.7094 8.77997L17.1094 10.1199C17.3994 10.2799 17.9594 10.2799 18.2494 10.1199L20.6494 8.78992C20.9494 8.61992 21.2494 8.10996 21.2494 7.76996V5.22992C21.2494 4.87992 20.9494 4.36997 20.6494 4.20997L18.2494 2.87995C17.9594 2.70995 17.3894 2.70994 17.1094 2.86994Z\" fill=\"\"/>\n<path d=\"M6.321 18.4999C6.191 18.4999 6.06099 18.4699 5.94099 18.3999L1.97099 16.0998C1.61099 15.8898 1.49099 15.4299 1.70099 15.0699C1.91099 14.7099 2.37099 14.5899 2.72099 14.7999L6.321 16.8799L9.89099 14.8099C10.251 14.5999 10.711 14.7299 10.911 15.0799C11.121 15.4399 10.991 15.8999 10.641 16.1099L6.69099 18.3899C6.58099 18.4599 6.451 18.4999 6.321 18.4999Z\" fill=\"\"/>\n<path d=\"M6.32031 22.5698C5.91031 22.5698 5.57031 22.2298 5.57031 21.8198V17.7397C5.57031 17.3297 5.91031 16.9897 6.32031 16.9897C6.73031 16.9897 7.07031 17.3297 7.07031 17.7397V21.8198C7.07031 22.2398 6.74031 22.5698 6.32031 22.5698Z\" fill=\"\"/>\n<path d=\"M6.32001 22.7499C5.86001 22.7499 5.39 22.6499 5.02 22.4399L2.62 21.1099C1.84 20.6799 1.25 19.67 1.25 18.78V16.2399C1.25 15.3399 1.84 14.3399 2.62 13.9099L5.02 12.58C5.76 12.17 6.88 12.17 7.62 12.58L10.02 13.9099C10.8 14.3399 11.39 15.3499 11.39 16.2399V18.78C11.39 19.68 10.8 20.6799 10.01 21.1199L7.61 22.45C7.25 22.65 6.79001 22.7499 6.32001 22.7499ZM5.75 13.8699L3.35001 15.2C3.05001 15.37 2.75 15.8799 2.75 16.2199V18.76C2.75 19.11 3.05001 19.62 3.35001 19.78L5.75 21.1099C6.04 21.2699 6.6 21.2699 6.89 21.1099L9.28999 19.78C9.58999 19.61 9.89 19.1 9.89 18.76V16.2199C9.89 15.8699 9.58999 15.36 9.28999 15.2L6.89 13.8599C6.61 13.7099 6.04 13.7099 5.75 13.8699Z\" fill=\"\"/>\n</svg>\n</li><li title=\"convert card \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 6.31006H12C11.59 6.31006 11.25 5.97006 11.25 5.56006C11.25 5.15006 11.59 4.81006 12 4.81006H22C22.41 4.81006 22.75 5.15006 22.75 5.56006C22.75 5.98006 22.41 6.31006 22 6.31006Z\" fill=\"\"/>\n<path d=\"M19.7798 11.25H14.2298C12.0398 11.25 11.2598 10.48 11.2598 8.3V4.2C11.2598 2.02 12.0398 1.25 14.2298 1.25H19.7798C21.9698 1.25 22.7498 2.02 22.7498 4.2V8.31C22.7498 10.48 21.9698 11.25 19.7798 11.25ZM14.2198 2.75C12.8598 2.75 12.7498 2.86 12.7498 4.2V8.31C12.7498 9.65 12.8598 9.76 14.2198 9.76H19.7697C21.1297 9.76 21.2397 9.65 21.2397 8.31V4.2C21.2397 2.86 21.1297 2.75 19.7697 2.75H14.2198Z\" fill=\"\"/>\n<path d=\"M12 17.8101H2C1.59 17.8101 1.25 17.4701 1.25 17.0601C1.25 16.6501 1.59 16.3101 2 16.3101H12C12.41 16.3101 12.75 16.6501 12.75 17.0601C12.75 17.4801 12.41 17.8101 12 17.8101Z\" fill=\"\"/>\n<path d=\"M9.77975 22.75H4.22977C2.03977 22.75 1.25977 21.98 1.25977 19.8V15.7C1.25977 13.52 2.03977 12.75 4.22977 12.75H9.77975C11.9698 12.75 12.7498 13.52 12.7498 15.7V19.81C12.7498 21.98 11.9698 22.75 9.77975 22.75ZM4.21976 14.25C2.85976 14.25 2.74976 14.36 2.74976 15.7V19.81C2.74976 21.15 2.85976 21.26 4.21976 21.26H9.76974C11.1297 21.26 11.2397 21.15 11.2397 19.81V15.7C11.2397 14.36 11.1297 14.25 9.76974 14.25H4.21976Z\" fill=\"\"/>\n<path d=\"M15.0002 22.7502C14.7302 22.7502 14.4802 22.6002 14.3502 22.3702C14.2202 22.1302 14.2202 21.8502 14.3602 21.6102L15.4102 19.8602C15.6202 19.5102 16.0802 19.3902 16.4402 19.6002C16.8002 19.8102 16.9102 20.2702 16.7002 20.6302L16.4302 21.0802C19.1902 20.4302 21.2602 17.9502 21.2602 14.9902C21.2602 14.5802 21.6002 14.2402 22.0102 14.2402C22.4202 14.2402 22.7602 14.5802 22.7602 14.9902C22.7502 19.2702 19.2702 22.7502 15.0002 22.7502Z\" fill=\"\"/>\n<path d=\"M2 9.75C1.59 9.75 1.25 9.41 1.25 9C1.25 4.73 4.73 1.25 9 1.25C9.27 1.25 9.51999 1.4 9.64999 1.63C9.77999 1.87 9.78001 2.15 9.64001 2.39L8.59 4.14C8.38 4.49 7.92 4.61 7.56 4.4C7.2 4.19 7.08999 3.73 7.29999 3.37L7.57001 2.92C4.81001 3.57 2.73999 6.05 2.73999 9.01C2.74999 9.41 2.41 9.75 2 9.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"convert \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.005 22.7326C6.08732 22.7326 1.27734 17.9227 1.27734 12.005C1.27734 6.08732 6.08732 1.27734 12.005 1.27734C17.9227 1.27734 22.7326 6.08732 22.7326 12.005C22.7326 17.9227 17.9127 22.7326 12.005 22.7326ZM12.005 2.77423C6.9156 2.77423 2.77423 6.9156 2.77423 12.005C2.77423 17.0944 6.9156 21.2358 12.005 21.2358C17.0944 21.2358 21.2358 17.0944 21.2358 12.005C21.2358 6.9156 17.0944 2.77423 12.005 2.77423Z\" fill=\"\"/>\n<path d=\"M14.2996 12.9532C14.1 12.9532 13.9104 12.8734 13.7707 12.7337L5.60767 4.55072C5.31828 4.26133 5.31828 3.78232 5.60767 3.49293C5.89707 3.20353 6.37607 3.20353 6.66547 3.49293L13.5611 10.3985L13.5711 7.66424C13.5711 7.25509 13.9104 6.9158 14.3195 6.9158C14.7287 6.88586 15.068 7.25509 15.068 7.66424L15.058 12.2048C15.058 12.5042 14.8784 12.7836 14.5989 12.8933C14.4991 12.9333 14.3994 12.9532 14.2996 12.9532Z\" fill=\"\"/>\n<path d=\"M17.863 20.7267C17.6734 20.7267 17.4838 20.6568 17.3341 20.5072L10.4385 13.6015L10.4285 16.3358C10.4285 16.745 10.0892 17.0843 9.68008 17.0843C9.27093 17.0843 8.93164 16.745 8.93164 16.3358L8.94162 11.7953C8.94162 11.4959 9.12125 11.2165 9.40066 11.1067C9.68008 10.987 9.99942 11.0568 10.219 11.2664L18.382 19.4494C18.6714 19.7388 18.6714 20.2178 18.382 20.5072C18.2522 20.6568 18.0526 20.7267 17.863 20.7267Z\" fill=\"\"/>\n</svg>\n</li><li title=\"convertshape 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.85 22.75H5.15C2.49 22.75 1.25 21.51 1.25 18.85V16.15C1.25 13.49 2.49 12.25 5.15 12.25H7.85C10.51 12.25 11.75 13.49 11.75 16.15V18.85C11.75 21.51 10.51 22.75 7.85 22.75ZM5.15 13.75C3.31 13.75 2.75 14.31 2.75 16.15V18.85C2.75 20.69 3.31 21.25 5.15 21.25H7.85C9.69 21.25 10.25 20.69 10.25 18.85V16.15C10.25 14.31 9.69 13.75 7.85 13.75H5.15Z\" fill=\"\"/>\n<path d=\"M15.0002 22.75C14.7302 22.75 14.4802 22.6 14.3502 22.37C14.2202 22.14 14.2202 21.85 14.3602 21.62L15.4102 19.87C15.6202 19.51 16.0802 19.4 16.4402 19.61C16.8002 19.82 16.9102 20.28 16.7002 20.64L16.4302 21.09C19.1902 20.44 21.2602 17.96 21.2602 15C21.2602 14.59 21.6002 14.25 22.0102 14.25C22.4202 14.25 22.7602 14.59 22.7602 15C22.7502 19.27 19.2702 22.75 15.0002 22.75Z\" fill=\"\"/>\n<path d=\"M2 9.75C1.59 9.75 1.25 9.41 1.25 9C1.25 4.73 4.73 1.25 9 1.25C9.27 1.25 9.52 1.4 9.65 1.63C9.78 1.86 9.78 2.15 9.64 2.38L8.59 4.14C8.38 4.49 7.92 4.61 7.56 4.39C7.21 4.18 7.09 3.72 7.31 3.36L7.58 2.91C4.81 3.56 2.75 6.04 2.75 9C2.75 9.41 2.41 9.75 2 9.75Z\" fill=\"\"/>\n<path d=\"M17.5 11.75C14.61 11.75 12.25 9.39 12.25 6.5C12.25 3.61 14.61 1.25 17.5 1.25C20.39 1.25 22.75 3.61 22.75 6.5C22.75 9.39 20.39 11.75 17.5 11.75ZM17.5 2.75C15.43 2.75 13.75 4.43 13.75 6.5C13.75 8.57 15.43 10.25 17.5 10.25C19.57 10.25 21.25 8.57 21.25 6.5C21.25 4.43 19.57 2.75 17.5 2.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"convertshape \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.85 12.75H16.15C13.49 12.75 12.25 11.51 12.25 8.85V5.15C12.25 2.49 13.49 1.25 16.15 1.25H18.85C21.51 1.25 22.75 2.49 22.75 5.15V8.85C22.75 11.51 21.51 12.75 18.85 12.75ZM16.15 2.75C14.31 2.75 13.75 3.31 13.75 5.15V8.85C13.75 10.69 14.31 11.25 16.15 11.25H18.85C20.69 11.25 21.25 10.69 21.25 8.85V5.15C21.25 3.31 20.69 2.75 18.85 2.75H16.15Z\" fill=\"\"/>\n<path d=\"M7.85 22.75H5.15C2.49 22.75 1.25 21.51 1.25 18.85V15.15C1.25 12.49 2.49 11.25 5.15 11.25H7.85C10.51 11.25 11.75 12.49 11.75 15.15V18.85C11.75 21.51 10.51 22.75 7.85 22.75ZM5.15 12.75C3.31 12.75 2.75 13.31 2.75 15.15V18.85C2.75 20.69 3.31 21.25 5.15 21.25H7.85C9.69 21.25 10.25 20.69 10.25 18.85V15.15C10.25 13.31 9.69 12.75 7.85 12.75H5.15Z\" fill=\"\"/>\n<path d=\"M15.0002 22.75C14.7302 22.75 14.4802 22.6 14.3502 22.37C14.2202 22.14 14.2202 21.85 14.3602 21.62L15.4102 19.87C15.6202 19.51 16.0802 19.4 16.4402 19.61C16.8002 19.82 16.9102 20.28 16.7002 20.64L16.4302 21.09C19.1902 20.44 21.2602 17.96 21.2602 15C21.2602 14.59 21.6002 14.25 22.0102 14.25C22.4202 14.25 22.7602 14.59 22.7602 15C22.7502 19.27 19.2702 22.75 15.0002 22.75Z\" fill=\"\"/>\n<path d=\"M2 9.75C1.59 9.75 1.25 9.41 1.25 9C1.25 4.73 4.73 1.25 9 1.25C9.27 1.25 9.52 1.4 9.65 1.63C9.78 1.86 9.78 2.15 9.64 2.38L8.59 4.14C8.38 4.49 7.92 4.61 7.56 4.39C7.21 4.18 7.09 3.72 7.31 3.36L7.58 2.91C4.81 3.56 2.75 6.04 2.75 9C2.75 9.41 2.41 9.75 2 9.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"copy success \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.1 1.25H12.9C8.99 1.25 7.25 2.99 7.25 6.9V8C7.25 8.41 7.59 8.75 8 8.75H11.1C14.2 8.75 15.25 9.8 15.25 12.9V16C15.25 16.41 15.59 16.75 16 16.75H17.1C21.01 16.75 22.75 15.01 22.75 11.1V6.9C22.75 2.99 21.01 1.25 17.1 1.25ZM8.75 7.25V6.9C8.75 3.8 9.8 2.75 12.9 2.75H17.1C20.2 2.75 21.25 3.8 21.25 6.9V11.1C21.25 14.2 20.2 15.25 17.1 15.25H16.75V12.9C16.75 8.99 15.01 7.25 11.1 7.25H8.75Z\" fill=\"\"/>\n<path d=\"M11.1 7.25H6.9C2.99 7.25 1.25 8.99 1.25 12.9V17.1C1.25 21.01 2.99 22.75 6.9 22.75H11.1C15.01 22.75 16.75 21.01 16.75 17.1V12.9C16.75 8.99 15.01 7.25 11.1 7.25ZM6.9 21.25C3.8 21.25 2.75 20.2 2.75 17.1V12.9C2.75 9.8 3.8 8.75 6.9 8.75H11.1C14.2 8.75 15.25 9.8 15.25 12.9V17.1C15.25 20.2 14.2 21.25 11.1 21.25H6.9Z\" fill=\"\"/>\n<path d=\"M8.02953 17.7C7.83953 17.7 7.64953 17.63 7.49953 17.48L5.54953 15.53C5.25953 15.24 5.25953 14.76 5.54953 14.47C5.83953 14.18 6.31953 14.18 6.60953 14.47L8.02953 15.89L11.3895 12.53C11.6795 12.24 12.1595 12.24 12.4495 12.53C12.7395 12.82 12.7395 13.3 12.4495 13.59L8.54953 17.48C8.40953 17.62 8.21953 17.7 8.02953 17.7Z\" fill=\"\"/>\n</svg>\n</li><li title=\"copy \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.1 22.75H6.9C2.99 22.75 1.25 21.01 1.25 17.1V12.9C1.25 8.99 2.99 7.25 6.9 7.25H11.1C15.01 7.25 16.75 8.99 16.75 12.9V17.1C16.75 21.01 15.01 22.75 11.1 22.75ZM6.9 8.75C3.8 8.75 2.75 9.8 2.75 12.9V17.1C2.75 20.2 3.8 21.25 6.9 21.25H11.1C14.2 21.25 15.25 20.2 15.25 17.1V12.9C15.25 9.8 14.2 8.75 11.1 8.75H6.9Z\" fill=\"\"/>\n<path d=\"M17.1 16.75H16C15.59 16.75 15.25 16.41 15.25 16V12.9C15.25 9.8 14.2 8.75 11.1 8.75H8C7.59 8.75 7.25 8.41 7.25 8V6.9C7.25 2.99 8.99 1.25 12.9 1.25H17.1C21.01 1.25 22.75 2.99 22.75 6.9V11.1C22.75 15.01 21.01 16.75 17.1 16.75ZM16.75 15.25H17.1C20.2 15.25 21.25 14.2 21.25 11.1V6.9C21.25 3.8 20.2 2.75 17.1 2.75H12.9C9.8 2.75 8.75 3.8 8.75 6.9V7.25H11.1C15.01 7.25 16.75 8.99 16.75 12.9V15.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"copyright \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z\" fill=\"\"/>\n<path d=\"M12.2402 16.75C9.62023 16.75 7.49023 14.62 7.49023 12C7.49023 9.38 9.62023 7.25 12.2402 7.25C13.3902 7.25 14.5102 7.67 15.3702 8.44C15.6802 8.71 15.7102 9.19 15.4402 9.5C15.1702 9.81 14.6902 9.84001 14.3802 9.57001C13.7902 9.05001 13.0302 8.76001 12.2402 8.76001C10.4502 8.76001 8.99023 10.22 8.99023 12.01C8.99023 13.8 10.4502 15.26 12.2402 15.26C13.0202 15.26 13.7902 14.97 14.3802 14.45C14.6902 14.18 15.1702 14.21 15.4402 14.52C15.7102 14.83 15.6802 15.31 15.3702 15.58C14.5002 16.33 13.3902 16.75 12.2402 16.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"courthouse \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 22.75H2C1.59 22.75 1.25 22.41 1.25 22C1.25 21.59 1.59 21.25 2 21.25H22C22.41 21.25 22.75 21.59 22.75 22C22.75 22.41 22.41 22.75 22 22.75Z\" fill=\"\"/>\n<path d=\"M14.5 6.22993C13.56 6.22993 12.62 6.04995 11.72 5.68995C11.44 5.57995 11.25 5.29994 11.25 4.98994V1.98994C11.25 1.73994 11.37 1.50995 11.58 1.36995C11.79 1.22995 12.05 1.19993 12.28 1.28993C13.71 1.85993 15.29 1.85993 16.72 1.28993C16.95 1.19993 17.21 1.22995 17.42 1.36995C17.63 1.50995 17.75 1.73994 17.75 1.98994V4.98994C17.75 5.29994 17.56 5.56995 17.28 5.68995C16.38 6.04995 15.44 6.22993 14.5 6.22993ZM12.75 4.46992C13.89 4.81992 15.11 4.81992 16.25 4.46992V3.01997C15.1 3.29997 13.9 3.29997 12.75 3.01997V4.46992Z\" fill=\"\"/>\n<path d=\"M12 8.75C11.59 8.75 11.25 8.41 11.25 8V5C11.25 4.59 11.59 4.25 12 4.25C12.41 4.25 12.75 4.59 12.75 5V8C12.75 8.41 12.41 8.75 12 8.75Z\" fill=\"\"/>\n<path d=\"M20 22.75H4C3.59 22.75 3.25 22.41 3.25 22V11C3.25 8.58 4.58 7.25 7 7.25H17C19.42 7.25 20.75 8.58 20.75 11V22C20.75 22.41 20.41 22.75 20 22.75ZM4.75 21.25H19.25V11C19.25 9.42 18.58 8.75 17 8.75H7C5.42 8.75 4.75 9.42 4.75 11V21.25Z\" fill=\"\"/>\n<path d=\"M19.4201 12.75H4.58008C4.17008 12.75 3.83008 12.41 3.83008 12C3.83008 11.59 4.17008 11.25 4.58008 11.25H19.4201C19.8301 11.25 20.1701 11.59 20.1701 12C20.1701 12.41 19.8301 12.75 19.4201 12.75Z\" fill=\"\"/>\n<path d=\"M8.74023 12H7.24023V22H8.74023V12Z\" fill=\"\"/>\n<path d=\"M12.7402 12H11.2402V22H12.7402V12Z\" fill=\"\"/>\n<path d=\"M16.7402 12H15.2402V22H16.7402V12Z\" fill=\"\"/>\n</svg>\n</li><li title=\"cpu charge \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.4 20.75H9.6C5.21 20.75 3.25 18.79 3.25 14.4V9.6C3.25 5.21 5.21 3.25 9.6 3.25H14.4C18.79 3.25 20.75 5.21 20.75 9.6V14.4C20.75 18.79 18.79 20.75 14.4 20.75ZM9.6 4.75C6.02 4.75 4.75 6.02 4.75 9.6V14.4C4.75 17.98 6.02 19.25 9.6 19.25H14.4C17.98 19.25 19.25 17.98 19.25 14.4V9.6C19.25 6.02 17.98 4.75 14.4 4.75H9.6Z\" fill=\"\"/>\n<path d=\"M13.5 17.75H10.5C7.6 17.75 6.25 16.4 6.25 13.5V10.5C6.25 7.6 7.6 6.25 10.5 6.25H13.5C16.4 6.25 17.75 7.6 17.75 10.5V13.5C17.75 16.4 16.4 17.75 13.5 17.75ZM10.5 7.75C8.42 7.75 7.75 8.42 7.75 10.5V13.5C7.75 15.58 8.42 16.25 10.5 16.25H13.5C15.58 16.25 16.25 15.58 16.25 13.5V10.5C16.25 8.42 15.58 7.75 13.5 7.75H10.5Z\" fill=\"\"/>\n<path d=\"M8.00977 4.75C7.58977 4.75 7.25977 4.41 7.25977 4V2C7.25977 1.59 7.59977 1.25 8.00977 1.25C8.41977 1.25 8.75977 1.59 8.75977 2V4C8.75977 4.41 8.41977 4.75 8.00977 4.75Z\" fill=\"\"/>\n<path d=\"M12 4.75C11.59 4.75 11.25 4.41 11.25 4V2C11.25 1.59 11.59 1.25 12 1.25C12.41 1.25 12.75 1.59 12.75 2V4C12.75 4.41 12.41 4.75 12 4.75Z\" fill=\"\"/>\n<path d=\"M16 4.75C15.59 4.75 15.25 4.41 15.25 4V2C15.25 1.59 15.59 1.25 16 1.25C16.41 1.25 16.75 1.59 16.75 2V4C16.75 4.41 16.41 4.75 16 4.75Z\" fill=\"\"/>\n<path d=\"M22 8.75H20C19.59 8.75 19.25 8.41 19.25 8C19.25 7.59 19.59 7.25 20 7.25H22C22.41 7.25 22.75 7.59 22.75 8C22.75 8.41 22.42 8.75 22 8.75Z\" fill=\"\"/>\n<path d=\"M22 12.75H20C19.59 12.75 19.25 12.41 19.25 12C19.25 11.59 19.59 11.25 20 11.25H22C22.41 11.25 22.75 11.59 22.75 12C22.75 12.41 22.42 12.75 22 12.75Z\" fill=\"\"/>\n<path d=\"M22 16.75H20C19.59 16.75 19.25 16.41 19.25 16C19.25 15.59 19.59 15.25 20 15.25H22C22.41 15.25 22.75 15.59 22.75 16C22.75 16.41 22.42 16.75 22 16.75Z\" fill=\"\"/>\n<path d=\"M16 22.75C15.59 22.75 15.25 22.41 15.25 22V20C15.25 19.59 15.59 19.25 16 19.25C16.41 19.25 16.75 19.59 16.75 20V22C16.75 22.41 16.41 22.75 16 22.75Z\" fill=\"\"/>\n<path d=\"M12.0098 22.75C11.5998 22.75 11.2598 22.41 11.2598 22V20C11.2598 19.59 11.5998 19.25 12.0098 19.25C12.4198 19.25 12.7598 19.59 12.7598 20V22C12.7598 22.41 12.4198 22.75 12.0098 22.75Z\" fill=\"\"/>\n<path d=\"M8.00977 22.75C7.59977 22.75 7.25977 22.41 7.25977 22V20C7.25977 19.59 7.59977 19.25 8.00977 19.25C8.41977 19.25 8.75977 19.59 8.75977 20V22C8.75977 22.41 8.41977 22.75 8.00977 22.75Z\" fill=\"\"/>\n<path d=\"M4 8.75H2C1.59 8.75 1.25 8.42 1.25 8C1.25 7.58 1.59 7.25 2 7.25H4C4.41 7.25 4.75 7.59 4.75 8C4.75 8.41 4.42 8.75 4 8.75Z\" fill=\"\"/>\n<path d=\"M4 12.75H2C1.59 12.75 1.25 12.41 1.25 12C1.25 11.59 1.59 11.25 2 11.25H4C4.41 11.25 4.75 11.59 4.75 12C4.75 12.41 4.42 12.75 4 12.75Z\" fill=\"\"/>\n<path d=\"M4 16.75H2C1.59 16.75 1.25 16.41 1.25 16C1.25 15.59 1.59 15.25 2 15.25H4C4.41 15.25 4.75 15.59 4.75 16C4.75 16.41 4.42 16.75 4 16.75Z\" fill=\"\"/>\n<path d=\"M11.9996 15.05C11.8696 15.05 11.7396 15.02 11.6296 14.95C11.2696 14.74 11.1496 14.28 11.3496 13.93L12.0296 12.75H11.4396C10.9596 12.75 10.5696 12.54 10.3596 12.18C10.1496 11.82 10.1696 11.37 10.3996 10.96L11.3396 9.31995C11.5496 8.95995 12.0096 8.83995 12.3596 9.03995C12.7196 9.24995 12.8396 9.70995 12.6396 10.06L11.9596 11.24H12.5496C13.0296 11.24 13.4196 11.45 13.6296 11.81C13.8396 12.17 13.8196 12.62 13.5896 13.03L12.6496 14.67C12.5096 14.92 12.2596 15.05 11.9996 15.05Z\" fill=\"\"/>\n</svg>\n</li><li title=\"cpu setting \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.6 20.75C5.21 20.75 3.25 18.79 3.25 14.4V9.6C3.25 5.21 5.21 3.25 9.6 3.25H14.4C18.79 3.25 20.75 5.21 20.75 9.6C20.75 10.01 20.41 10.35 20 10.35C19.59 10.35 19.25 10.01 19.25 9.6C19.25 6.02 17.98 4.75 14.4 4.75H9.6C6.02 4.75 4.75 6.02 4.75 9.6V14.4C4.75 17.98 6.02 19.25 9.6 19.25C10.01 19.25 10.35 19.59 10.35 20C10.35 20.41 10.01 20.75 9.6 20.75Z\" fill=\"\"/>\n<path d=\"M7.99023 17.1C7.83023 17.1 7.66023 17.05 7.52023 16.94C6.65023 16.25 6.24023 15.15 6.24023 13.5V10.5C6.24023 7.6 7.59023 6.25 10.4902 6.25H13.4902C15.1402 6.25 16.2302 6.66 16.9302 7.53C17.1902 7.85 17.1302 8.33 16.8102 8.58C16.4902 8.84 16.0102 8.79 15.7602 8.46C15.5202 8.15 15.0202 7.75 13.5002 7.75H10.5002C8.42023 7.75 7.75023 8.42 7.75023 10.5V13.5C7.75023 15.02 8.16023 15.52 8.46023 15.76C8.78023 16.02 8.84023 16.49 8.58023 16.81C8.43023 17 8.21023 17.1 7.99023 17.1Z\" fill=\"\"/>\n<path d=\"M8.00977 4.75C7.58977 4.75 7.25977 4.41 7.25977 4V2C7.25977 1.59 7.59977 1.25 8.00977 1.25C8.41977 1.25 8.75977 1.59 8.75977 2V4C8.75977 4.41 8.41977 4.75 8.00977 4.75Z\" fill=\"\"/>\n<path d=\"M12 4.75C11.59 4.75 11.25 4.41 11.25 4V2C11.25 1.59 11.59 1.25 12 1.25C12.41 1.25 12.75 1.59 12.75 2V4C12.75 4.41 12.41 4.75 12 4.75Z\" fill=\"\"/>\n<path d=\"M16 4.75C15.59 4.75 15.25 4.41 15.25 4V2C15.25 1.59 15.59 1.25 16 1.25C16.41 1.25 16.75 1.59 16.75 2V4C16.75 4.41 16.41 4.75 16 4.75Z\" fill=\"\"/>\n<path d=\"M22 8.75H20C19.59 8.75 19.25 8.41 19.25 8C19.25 7.59 19.59 7.25 20 7.25H22C22.41 7.25 22.75 7.59 22.75 8C22.75 8.41 22.42 8.75 22 8.75Z\" fill=\"\"/>\n<path d=\"M8.00977 22.75C7.59977 22.75 7.25977 22.41 7.25977 22V20C7.25977 19.59 7.59977 19.25 8.00977 19.25C8.41977 19.25 8.75977 19.59 8.75977 20V22C8.75977 22.41 8.41977 22.75 8.00977 22.75Z\" fill=\"\"/>\n<path d=\"M4 8.75H2C1.59 8.75 1.25 8.42 1.25 8C1.25 7.58 1.59 7.25 2 7.25H4C4.41 7.25 4.75 7.59 4.75 8C4.75 8.41 4.42 8.75 4 8.75Z\" fill=\"\"/>\n<path d=\"M4 12.75H2C1.59 12.75 1.25 12.41 1.25 12C1.25 11.59 1.59 11.25 2 11.25H4C4.41 11.25 4.75 11.59 4.75 12C4.75 12.41 4.42 12.75 4 12.75Z\" fill=\"\"/>\n<path d=\"M4 16.75H2C1.59 16.75 1.25 16.41 1.25 16C1.25 15.59 1.59 15.25 2 15.25H4C4.41 15.25 4.75 15.59 4.75 16C4.75 16.41 4.42 16.75 4 16.75Z\" fill=\"\"/>\n<path d=\"M16.7101 19.3399C15.4201 19.3399 14.3701 18.2899 14.3701 16.9999C14.3701 15.7099 15.4201 14.6599 16.7101 14.6599C18.0001 14.6599 19.0501 15.7099 19.0501 16.9999C19.0401 18.2899 18.0001 19.3399 16.7101 19.3399ZM16.7101 16.1599C16.2501 16.1599 15.8701 16.5399 15.8701 16.9999C15.8701 17.4599 16.2501 17.8399 16.7101 17.8399C17.1701 17.8399 17.5501 17.4599 17.5501 16.9999C17.5401 16.5399 17.1701 16.1599 16.7101 16.1599Z\" fill=\"\"/>\n<path d=\"M18.4004 22.7499C17.8404 22.7499 17.2904 22.4599 16.9904 21.9399L16.9204 21.8299C16.8104 21.6399 16.7204 21.5899 16.7004 21.5799C16.6904 21.5799 16.5904 21.6399 16.4804 21.8299L16.4204 21.9299C15.9604 22.7199 14.9504 22.9799 14.1804 22.5199L13.2804 21.9999C12.8704 21.7699 12.5804 21.3899 12.4604 20.9299C12.3404 20.4799 12.4004 19.9999 12.6304 19.5999C12.7404 19.4099 12.7404 19.2999 12.7304 19.2799C12.7204 19.2699 12.6304 19.2199 12.4104 19.2199C11.4404 19.2199 10.6504 18.4299 10.6504 17.4699V16.5399C10.6504 15.5699 11.4404 14.7899 12.4004 14.7899C12.6204 14.7899 12.7104 14.7299 12.7304 14.7199C12.7304 14.7099 12.7304 14.5999 12.6204 14.4099C12.3904 13.9999 12.3204 13.5299 12.4504 13.0799C12.5704 12.6299 12.8604 12.2499 13.2704 12.0099L14.1804 11.4799C14.9404 11.0299 15.9504 11.2899 16.4004 12.0699L16.4604 12.1799C16.5704 12.3699 16.6604 12.4199 16.6804 12.4299C16.6904 12.4299 16.7904 12.3699 16.9004 12.1799L16.9604 12.0799C17.4304 11.2899 18.4304 11.0299 19.2004 11.4899L20.1304 11.9999C20.5404 12.2299 20.8304 12.6099 20.9504 13.0699C21.0704 13.5199 21.0104 13.9999 20.7804 14.3999C20.6704 14.5899 20.6704 14.6999 20.6804 14.7199C20.6904 14.7299 20.7804 14.7799 21.0004 14.7799C21.9704 14.7799 22.7604 15.5699 22.7604 16.5299V17.4599C22.7604 18.4299 21.9704 19.2099 21.0104 19.2099C20.7904 19.2099 20.7004 19.2699 20.6804 19.2799C20.6804 19.2899 20.6804 19.3999 20.7904 19.5899C21.0204 19.9999 21.0904 20.4699 20.9604 20.9199C20.8404 21.3699 20.5504 21.7499 20.1404 21.9899L19.2304 22.5199C18.9604 22.6699 18.6804 22.7499 18.4004 22.7499ZM16.7104 20.0799C17.3104 20.0799 17.8604 20.4399 18.2304 21.0799L18.2904 21.1899C18.3204 21.2399 18.4004 21.2699 18.4604 21.2299L19.3804 20.6999C19.4604 20.6599 19.4904 20.5799 19.5004 20.5399C19.5104 20.4999 19.5204 20.4299 19.4804 20.3499C19.1104 19.7199 19.0804 19.0599 19.3804 18.5399C19.6804 18.0199 20.2704 17.7199 21.0004 17.7199C21.1404 17.7199 21.2604 17.5999 21.2604 17.4699V16.5399C21.2604 16.3999 21.1404 16.2899 21.0104 16.2899C20.2804 16.2899 19.6804 15.9899 19.3904 15.4699C19.0904 14.9499 19.1304 14.2899 19.4904 13.6599C19.5404 13.5799 19.5304 13.4999 19.5104 13.4699C19.5004 13.4299 19.4704 13.3599 19.3904 13.3099L18.4804 12.7799C18.4104 12.7399 18.3304 12.7699 18.2904 12.8299L18.2404 12.9199C17.8704 13.5599 17.3204 13.9199 16.7204 13.9199C16.1204 13.9199 15.5704 13.5599 15.2004 12.9199L15.1404 12.8199C15.1104 12.7599 15.0204 12.7399 14.9704 12.7699L14.0504 13.2999C13.9704 13.3399 13.9404 13.4199 13.9304 13.4599C13.9204 13.4999 13.9104 13.5699 13.9504 13.6499C14.3204 14.2799 14.3504 14.9399 14.0504 15.4599C13.7504 15.9799 13.1604 16.2799 12.4304 16.2799C12.2904 16.2799 12.1704 16.3999 12.1704 16.5299V17.4599C12.1704 17.5999 12.2904 17.7099 12.4204 17.7099C13.1504 17.7099 13.7504 18.0099 14.0404 18.5299C14.3404 19.0499 14.3004 19.7099 13.9404 20.3399C13.9004 20.4199 13.9104 20.4899 13.9204 20.5299C13.9304 20.5699 13.9604 20.6399 14.0404 20.6899L14.9504 21.2199C15.0204 21.2599 15.1004 21.2299 15.1404 21.1699L15.1904 21.0699C15.5504 20.4399 16.1104 20.0799 16.7104 20.0799Z\" fill=\"\"/>\n</svg>\n</li><li title=\"cpu \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.4 20.75H9.6C5.21 20.75 3.25 18.79 3.25 14.4V9.6C3.25 5.21 5.21 3.25 9.6 3.25H14.4C18.79 3.25 20.75 5.21 20.75 9.6V14.4C20.75 18.79 18.79 20.75 14.4 20.75ZM9.6 4.75C6.02 4.75 4.75 6.02 4.75 9.6V14.4C4.75 17.98 6.02 19.25 9.6 19.25H14.4C17.98 19.25 19.25 17.98 19.25 14.4V9.6C19.25 6.02 17.98 4.75 14.4 4.75H9.6Z\" fill=\"\"/>\n<path d=\"M13.5 17.75H10.5C7.6 17.75 6.25 16.4 6.25 13.5V10.5C6.25 7.6 7.6 6.25 10.5 6.25H13.5C16.4 6.25 17.75 7.6 17.75 10.5V13.5C17.75 16.4 16.4 17.75 13.5 17.75ZM10.5 7.75C8.42 7.75 7.75 8.42 7.75 10.5V13.5C7.75 15.58 8.42 16.25 10.5 16.25H13.5C15.58 16.25 16.25 15.58 16.25 13.5V10.5C16.25 8.42 15.58 7.75 13.5 7.75H10.5Z\" fill=\"\"/>\n<path d=\"M8.00977 4.75C7.58977 4.75 7.25977 4.41 7.25977 4V2C7.25977 1.59 7.59977 1.25 8.00977 1.25C8.41977 1.25 8.75977 1.59 8.75977 2V4C8.75977 4.41 8.41977 4.75 8.00977 4.75Z\" fill=\"\"/>\n<path d=\"M12 4.75C11.59 4.75 11.25 4.41 11.25 4V2C11.25 1.59 11.59 1.25 12 1.25C12.41 1.25 12.75 1.59 12.75 2V4C12.75 4.41 12.41 4.75 12 4.75Z\" fill=\"\"/>\n<path d=\"M16 4.75C15.59 4.75 15.25 4.41 15.25 4V2C15.25 1.59 15.59 1.25 16 1.25C16.41 1.25 16.75 1.59 16.75 2V4C16.75 4.41 16.41 4.75 16 4.75Z\" fill=\"\"/>\n<path d=\"M22 8.75H20C19.59 8.75 19.25 8.41 19.25 8C19.25 7.59 19.59 7.25 20 7.25H22C22.41 7.25 22.75 7.59 22.75 8C22.75 8.41 22.42 8.75 22 8.75Z\" fill=\"\"/>\n<path d=\"M22 12.75H20C19.59 12.75 19.25 12.41 19.25 12C19.25 11.59 19.59 11.25 20 11.25H22C22.41 11.25 22.75 11.59 22.75 12C22.75 12.41 22.42 12.75 22 12.75Z\" fill=\"\"/>\n<path d=\"M22 16.75H20C19.59 16.75 19.25 16.41 19.25 16C19.25 15.59 19.59 15.25 20 15.25H22C22.41 15.25 22.75 15.59 22.75 16C22.75 16.41 22.42 16.75 22 16.75Z\" fill=\"\"/>\n<path d=\"M16 22.75C15.59 22.75 15.25 22.41 15.25 22V20C15.25 19.59 15.59 19.25 16 19.25C16.41 19.25 16.75 19.59 16.75 20V22C16.75 22.41 16.41 22.75 16 22.75Z\" fill=\"\"/>\n<path d=\"M12.0098 22.75C11.5998 22.75 11.2598 22.41 11.2598 22V20C11.2598 19.59 11.5998 19.25 12.0098 19.25C12.4198 19.25 12.7598 19.59 12.7598 20V22C12.7598 22.41 12.4198 22.75 12.0098 22.75Z\" fill=\"\"/>\n<path d=\"M8.00977 22.75C7.59977 22.75 7.25977 22.41 7.25977 22V20C7.25977 19.59 7.59977 19.25 8.00977 19.25C8.41977 19.25 8.75977 19.59 8.75977 20V22C8.75977 22.41 8.41977 22.75 8.00977 22.75Z\" fill=\"\"/>\n<path d=\"M4 8.75H2C1.59 8.75 1.25 8.42 1.25 8C1.25 7.58 1.59 7.25 2 7.25H4C4.41 7.25 4.75 7.59 4.75 8C4.75 8.41 4.42 8.75 4 8.75Z\" fill=\"\"/>\n<path d=\"M4 12.75H2C1.59 12.75 1.25 12.41 1.25 12C1.25 11.59 1.59 11.25 2 11.25H4C4.41 11.25 4.75 11.59 4.75 12C4.75 12.41 4.42 12.75 4 12.75Z\" fill=\"\"/>\n<path d=\"M4 16.75H2C1.59 16.75 1.25 16.41 1.25 16C1.25 15.59 1.59 15.25 2 15.25H4C4.41 15.25 4.75 15.59 4.75 16C4.75 16.41 4.42 16.75 4 16.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"creative commons \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z\" fill=\"\"/>\n<path d=\"M8.99109 15.6199C6.99109 15.6199 5.37109 13.9999 5.37109 11.9999C5.37109 9.99988 6.99109 8.37988 8.99109 8.37988C9.87109 8.37988 10.7111 8.69991 11.3811 9.27991C11.6911 9.54991 11.7211 10.0299 11.4511 10.3399C11.1811 10.6499 10.7011 10.6799 10.3911 10.4099C10.0011 10.0699 9.51109 9.87988 8.99109 9.87988C7.82109 9.87988 6.87109 10.8299 6.87109 11.9999C6.87109 13.1699 7.82109 14.1199 8.99109 14.1199C9.50109 14.1199 10.0011 13.9299 10.3911 13.5899C10.7011 13.3199 11.1711 13.3499 11.4511 13.6599C11.7211 13.9699 11.6911 14.4498 11.3811 14.7198C10.7111 15.2998 9.86109 15.6199 8.99109 15.6199Z\" fill=\"\"/>\n<path d=\"M15.9911 15.6199C13.9911 15.6199 12.3711 13.9999 12.3711 11.9999C12.3711 9.99988 13.9911 8.37988 15.9911 8.37988C16.8711 8.37988 17.7111 8.69991 18.3811 9.27991C18.6911 9.54991 18.7211 10.0299 18.4511 10.3399C18.1811 10.6499 17.7011 10.6799 17.3911 10.4099C17.0011 10.0699 16.5111 9.87988 15.9911 9.87988C14.8211 9.87988 13.8711 10.8299 13.8711 11.9999C13.8711 13.1699 14.8211 14.1199 15.9911 14.1199C16.5011 14.1199 17.0011 13.9299 17.3911 13.5899C17.7011 13.3199 18.1711 13.3499 18.4511 13.6599C18.7211 13.9699 18.6911 14.4498 18.3811 14.7198C17.7111 15.2998 16.8611 15.6199 15.9911 15.6199Z\" fill=\"\"/>\n</svg>\n</li><li title=\"crop \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 19.75H9.9C5.57 19.75 4.25 18.43 4.25 14.1V5C4.25 4.59 4.59 4.25 5 4.25H14.1C18.43 4.25 19.75 5.57 19.75 9.9V19C19.75 19.41 19.41 19.75 19 19.75ZM5.75 5.75V14.1C5.75 17.59 6.41 18.25 9.9 18.25H18.25V9.9C18.25 6.41 17.59 5.75 14.1 5.75H5.75Z\" fill=\"\"/>\n<path d=\"M5 5.75C4.59 5.75 4.25 5.41 4.25 5V2C4.25 1.59 4.59 1.25 5 1.25C5.41 1.25 5.75 1.59 5.75 2V5C5.75 5.41 5.41 5.75 5 5.75Z\" fill=\"\"/>\n<path d=\"M5 5.75H2C1.59 5.75 1.25 5.41 1.25 5C1.25 4.59 1.59 4.25 2 4.25H5C5.41 4.25 5.75 4.59 5.75 5C5.75 5.41 5.41 5.75 5 5.75Z\" fill=\"\"/>\n<path d=\"M19 22.75C18.59 22.75 18.25 22.41 18.25 22V19C18.25 18.59 18.59 18.25 19 18.25C19.41 18.25 19.75 18.59 19.75 19V22C19.75 22.41 19.41 22.75 19 22.75Z\" fill=\"\"/>\n<path d=\"M22 19.75H19C18.59 19.75 18.25 19.41 18.25 19C18.25 18.59 18.59 18.25 19 18.25H22C22.41 18.25 22.75 18.59 22.75 19C22.75 19.41 22.41 19.75 22 19.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"crown 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.7004 19.73H7.30042C6.56042 19.73 5.81042 19.2 5.56042 18.51L1.42042 6.91998C0.910423 5.45998 1.28042 4.78998 1.68042 4.48998C2.08042 4.18998 2.83042 4.00998 4.09042 4.90998L7.99042 7.69998C8.11042 7.76998 8.22042 7.79998 8.30042 7.77998C8.39042 7.74998 8.46042 7.66998 8.51042 7.52998L10.2704 2.83998C10.8004 1.43998 11.5804 1.22998 12.0004 1.22998C12.4204 1.22998 13.2004 1.43998 13.7304 2.83998L15.4904 7.52998C15.5404 7.65998 15.6104 7.74998 15.7004 7.77998C15.7904 7.80998 15.9004 7.77998 16.0104 7.68998L19.6704 5.07998C21.0104 4.11998 21.7904 4.30998 22.2204 4.61998C22.6404 4.93998 23.0304 5.64998 22.4804 7.19998L18.4404 18.51C18.1904 19.2 17.4404 19.73 16.7004 19.73ZM2.68042 5.80998C2.70042 5.94998 2.74042 6.14998 2.84042 6.40998L6.98042 18C7.02042 18.1 7.20042 18.23 7.30042 18.23H16.7004C16.8104 18.23 16.9904 18.1 17.0204 18L21.0604 6.69998C21.2004 6.31998 21.2404 6.05998 21.2504 5.90998C21.1004 5.95998 20.8704 6.06998 20.5404 6.30998L16.8804 8.91998C16.3804 9.26998 15.7904 9.37998 15.2604 9.21998C14.7304 9.05998 14.3004 8.63998 14.0804 8.06998L12.3204 3.37998C12.1904 3.02998 12.0704 2.85998 12.0004 2.77998C11.9304 2.85998 11.8104 3.02998 11.6804 3.36998L9.92042 8.05998C9.71042 8.62998 9.28042 9.04998 8.74042 9.20998C8.21042 9.36998 7.61042 9.25998 7.12042 8.90998L3.22042 6.11998C2.99042 5.95998 2.81042 5.85998 2.68042 5.80998Z\" fill=\"\"/>\n<path d=\"M17.5 22.75H6.5C6.09 22.75 5.75 22.41 5.75 22C5.75 21.59 6.09 21.25 6.5 21.25H17.5C17.91 21.25 18.25 21.59 18.25 22C18.25 22.41 17.91 22.75 17.5 22.75Z\" fill=\"\"/>\n<path d=\"M14.5 14.75H9.5C9.09 14.75 8.75 14.41 8.75 14C8.75 13.59 9.09 13.25 9.5 13.25H14.5C14.91 13.25 15.25 13.59 15.25 14C15.25 14.41 14.91 14.75 14.5 14.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"crown \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 21.0401H7C3.83 21.0401 1.25 18.4601 1.25 15.2901V5.7101C1.25 4.4101 1.85 3.9601 2.21 3.8101C2.57 3.6601 3.31 3.5501 4.23 4.4701L6.82 7.0601C6.92 7.1601 7.08 7.1601 7.17 7.0601L10.76 3.4701C11.42 2.8101 12.58 2.8101 13.23 3.4701L16.82 7.0601C16.92 7.1601 17.08 7.1601 17.17 7.0601L19.76 4.4701C20.68 3.5501 21.42 3.6701 21.78 3.8101C22.14 3.9601 22.74 4.4001 22.74 5.7101V15.3001C22.75 18.7301 20.44 21.0401 17 21.0401ZM2.81 5.2401C2.78 5.3201 2.75 5.4701 2.75 5.7101V15.3001C2.75 17.6401 4.66 19.5501 7 19.5501H17C19.58 19.5501 21.25 17.8801 21.25 15.3001V5.7101C21.25 5.4701 21.22 5.3301 21.19 5.2501C21.11 5.2901 20.99 5.3701 20.82 5.5401L18.23 8.1301C17.57 8.7901 16.41 8.7901 15.76 8.1301L12.17 4.5401C12.07 4.4401 11.91 4.4401 11.82 4.5401L8.24 8.1201C7.58 8.7801 6.42 8.7801 5.77 8.1201L3.18 5.5301C3.01 5.3601 2.88 5.2801 2.81 5.2401Z\" fill=\"\"/>\n</svg>\n</li><li title=\"cup \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.1504 19.35C11.7404 19.35 11.4004 19.01 11.4004 18.6V16.5C11.4004 16.09 11.7404 15.75 12.1504 15.75C12.5604 15.75 12.9004 16.09 12.9004 16.5V18.6C12.9004 19.01 12.5604 19.35 12.1504 19.35Z\" fill=\"\"/>\n<path d=\"M17.9004 22.75H6.40039V21C6.40039 19.48 7.63039 18.25 9.15039 18.25H15.1504C16.6704 18.25 17.9004 19.48 17.9004 21V22.75ZM7.90039 21.25H16.4004V21C16.4004 20.31 15.8404 19.75 15.1504 19.75H9.15039C8.46039 19.75 7.90039 20.31 7.90039 21V21.25Z\" fill=\"\"/>\n<path d=\"M18.1504 22.75H6.15039C5.74039 22.75 5.40039 22.41 5.40039 22C5.40039 21.59 5.74039 21.25 6.15039 21.25H18.1504C18.5604 21.25 18.9004 21.59 18.9004 22C18.9004 22.41 18.5604 22.75 18.1504 22.75Z\" fill=\"\"/>\n<path d=\"M18.4307 12.4401C18.2207 12.4401 18.0107 12.3501 17.8607 12.1801C17.6707 11.9601 17.6207 11.6501 17.7407 11.3901C18.0807 10.6101 18.2507 9.78006 18.2507 8.91006V5.91006C18.2507 5.56006 18.1907 5.22006 18.0707 4.86006C18.0607 4.83006 18.0507 4.79006 18.0407 4.75006C18.0107 4.60006 18.0007 4.45006 18.0007 4.31006C18.0007 3.90006 18.3407 3.56006 18.7507 3.56006H19.3507C21.1407 3.56006 22.6007 5.06006 22.6007 6.91006C22.6007 8.44006 21.9707 9.95006 20.8807 11.0401C20.8607 11.0601 20.8007 11.1101 20.7907 11.1201C20.2007 11.6101 19.5307 12.1601 18.6307 12.4101C18.5607 12.4301 18.5007 12.4401 18.4307 12.4401ZM19.6807 5.09006C19.7307 5.36006 19.7507 5.64006 19.7507 5.91006V8.91006C19.7507 9.32006 19.7207 9.71006 19.6607 10.1101C19.7207 10.0601 19.7707 10.0201 19.8307 9.97006C20.6307 9.17006 21.1007 8.05006 21.1007 6.91006C21.1007 6.01006 20.4907 5.25006 19.6807 5.09006Z\" fill=\"\"/>\n<path d=\"M5.58039 12.4001C5.50039 12.4001 5.43039 12.3901 5.35039 12.3601C4.53039 12.1001 3.76039 11.6201 3.12039 10.9801C1.97039 9.7101 1.40039 8.3201 1.40039 6.8501C1.40039 5.0301 2.83039 3.6001 4.65039 3.6001H5.30039C5.55039 3.6001 5.79039 3.7301 5.93039 3.9401C6.07039 4.1501 6.09039 4.4201 5.99039 4.6501C5.83039 5.0101 5.75039 5.4201 5.75039 5.8501V8.8501C5.75039 9.7101 5.92039 10.5501 6.27039 11.3501C6.39039 11.6201 6.33039 11.9301 6.14039 12.1501C5.99039 12.3101 5.79039 12.4001 5.58039 12.4001ZM4.30039 5.1301C3.49039 5.2901 2.90039 5.9901 2.90039 6.8501C2.90039 7.9401 3.34039 8.9901 4.21039 9.9501C4.25039 10.0001 4.30039 10.0401 4.35039 10.0801C4.28039 9.6701 4.25039 9.2601 4.25039 8.8501V5.8501C4.25039 5.6101 4.27039 5.3701 4.30039 5.1301Z\" fill=\"\"/>\n<path d=\"M12 16.75C7.73 16.75 4.25 13.27 4.25 9V6C4.25 3.38 6.38 1.25 9 1.25H15C17.62 1.25 19.75 3.38 19.75 6V9C19.75 13.27 16.27 16.75 12 16.75ZM9 2.75C7.21 2.75 5.75 4.21 5.75 6V9C5.75 12.45 8.55 15.25 12 15.25C15.45 15.25 18.25 12.45 18.25 9V6C18.25 4.21 16.79 2.75 15 2.75H9Z\" fill=\"\"/>\n</svg>\n</li><li title=\"danger \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 14.75C11.59 14.75 11.25 14.41 11.25 14V9C11.25 8.59 11.59 8.25 12 8.25C12.41 8.25 12.75 8.59 12.75 9V14C12.75 14.41 12.41 14.75 12 14.75Z\" fill=\"\"/>\n<path d=\"M12 18.0001C11.94 18.0001 11.87 17.9901 11.8 17.9801C11.74 17.9701 11.68 17.9501 11.62 17.9201C11.56 17.9001 11.5 17.8701 11.44 17.8301C11.39 17.7901 11.34 17.7501 11.29 17.7101C11.11 17.5201 11 17.2601 11 17.0001C11 16.7401 11.11 16.4801 11.29 16.2901C11.34 16.2501 11.39 16.2101 11.44 16.1701C11.5 16.1301 11.56 16.1001 11.62 16.0801C11.68 16.0501 11.74 16.0301 11.8 16.0201C11.93 15.9901 12.07 15.9901 12.19 16.0201C12.26 16.0301 12.32 16.0501 12.38 16.0801C12.44 16.1001 12.5 16.1301 12.56 16.1701C12.61 16.2101 12.66 16.2501 12.71 16.2901C12.89 16.4801 13 16.7401 13 17.0001C13 17.2601 12.89 17.5201 12.71 17.7101C12.66 17.7501 12.61 17.7901 12.56 17.8301C12.5 17.8701 12.44 17.9001 12.38 17.9201C12.32 17.9501 12.26 17.9701 12.19 17.9801C12.13 17.9901 12.06 18.0001 12 18.0001Z\" fill=\"\"/>\n<path d=\"M18.0605 22.1601H5.94046C3.99046 22.1601 2.50046 21.4501 1.74046 20.1701C0.990464 18.8901 1.09046 17.2401 2.04046 15.5301L8.10046 4.63009C9.10046 2.83009 10.4805 1.84009 12.0005 1.84009C13.5205 1.84009 14.9005 2.83009 15.9005 4.63009L21.9605 15.5401C22.9105 17.2501 23.0205 18.8901 22.2605 20.1801C21.5005 21.4501 20.0105 22.1601 18.0605 22.1601ZM12.0005 3.34009C11.0605 3.34009 10.1405 4.06009 9.41046 5.36009L3.36046 16.2701C2.68046 17.4901 2.57046 18.6101 3.04046 19.4201C3.51046 20.2301 4.55046 20.6701 5.95046 20.6701H18.0705C19.4705 20.6701 20.5005 20.2301 20.9805 19.4201C21.4605 18.6101 21.3405 17.5001 20.6605 16.2701L14.5905 5.36009C13.8605 4.06009 12.9405 3.34009 12.0005 3.34009Z\" fill=\"\"/>\n</svg>\n</li><li title=\"data 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 8.75H4C2.48 8.75 1.25 7.52 1.25 6V4C1.25 2.48 2.48 1.25 4 1.25H7C8.52 1.25 9.75 2.48 9.75 4V6C9.75 7.52 8.52 8.75 7 8.75ZM4 2.75C3.31 2.75 2.75 3.31 2.75 4V6C2.75 6.69 3.31 7.25 4 7.25H7C7.69 7.25 8.25 6.69 8.25 6V4C8.25 3.31 7.69 2.75 7 2.75H4Z\" fill=\"\"/>\n<path d=\"M20.8 7.75H17.2C16.12 7.75 15.25 6.86999 15.25 5.79999V4.20001C15.25 3.12001 16.13 2.25 17.2 2.25H20.8C21.88 2.25 22.75 3.13001 22.75 4.20001V5.79999C22.75 6.87999 21.88 7.75 20.8 7.75ZM17.2 3.75C16.96 3.75 16.75 3.96001 16.75 4.20001V5.79999C16.75 6.03999 16.96 6.25 17.2 6.25H20.8C21.04 6.25 21.25 6.03999 21.25 5.79999V4.20001C21.25 3.96001 21.04 3.75 20.8 3.75H17.2Z\" fill=\"\"/>\n<path d=\"M20.8 15.25H17.2C16.12 15.25 15.25 14.37 15.25 13.3V11.7C15.25 10.62 16.13 9.75 17.2 9.75H20.8C21.88 9.75 22.75 10.63 22.75 11.7V13.3C22.75 14.38 21.88 15.25 20.8 15.25ZM17.2 11.25C16.96 11.25 16.75 11.46 16.75 11.7V13.3C16.75 13.54 16.96 13.75 17.2 13.75H20.8C21.04 13.75 21.25 13.54 21.25 13.3V11.7C21.25 11.46 21.04 11.25 20.8 11.25H17.2Z\" fill=\"\"/>\n<path d=\"M16 5.75H9C8.59 5.75 8.25 5.41 8.25 5C8.25 4.59 8.59 4.25 9 4.25H16C16.41 4.25 16.75 4.59 16.75 5C16.75 5.41 16.41 5.75 16 5.75Z\" fill=\"\"/>\n<path d=\"M12.5 5V18C12.5 19.1 13.4 20 14.5 20H16\" fill=\"white\"/>\n<path d=\"M16 20.75H14.5C12.98 20.75 11.75 19.52 11.75 18V5C11.75 4.59 12.09 4.25 12.5 4.25C12.91 4.25 13.25 4.59 13.25 5V18C13.25 18.69 13.81 19.25 14.5 19.25H16C16.41 19.25 16.75 19.59 16.75 20C16.75 20.41 16.41 20.75 16 20.75Z\" fill=\"\"/>\n<path d=\"M16 13.25H12.5C12.09 13.25 11.75 12.91 11.75 12.5C11.75 12.09 12.09 11.75 12.5 11.75H16C16.41 11.75 16.75 12.09 16.75 12.5C16.75 12.91 16.41 13.25 16 13.25Z\" fill=\"\"/>\n<path d=\"M20.8 22.75H17.2C16.12 22.75 15.25 21.87 15.25 20.8V19.2C15.25 18.12 16.13 17.25 17.2 17.25H20.8C21.88 17.25 22.75 18.13 22.75 19.2V20.8C22.75 21.88 21.88 22.75 20.8 22.75ZM17.2 18.75C16.96 18.75 16.75 18.96 16.75 19.2V20.8C16.75 21.04 16.96 21.25 17.2 21.25H20.8C21.04 21.25 21.25 21.04 21.25 20.8V19.2C21.25 18.96 21.04 18.75 20.8 18.75H17.2Z\" fill=\"\"/>\n</svg>\n</li><li title=\"data \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20 14.75C18.48 14.75 17.25 13.52 17.25 12C17.25 10.48 18.48 9.25 20 9.25C21.52 9.25 22.75 10.48 22.75 12C22.75 13.52 21.52 14.75 20 14.75ZM20 10.75C19.31 10.75 18.75 11.31 18.75 12C18.75 12.69 19.31 13.25 20 13.25C20.69 13.25 21.25 12.69 21.25 12C21.25 11.31 20.69 10.75 20 10.75Z\" fill=\"\"/>\n<path d=\"M20 6.75C18.48 6.75 17.25 5.52 17.25 4C17.25 2.48 18.48 1.25 20 1.25C21.52 1.25 22.75 2.48 22.75 4C22.75 5.52 21.52 6.75 20 6.75ZM20 2.75C19.31 2.75 18.75 3.31 18.75 4C18.75 4.69 19.31 5.25 20 5.25C20.69 5.25 21.25 4.69 21.25 4C21.25 3.31 20.69 2.75 20 2.75Z\" fill=\"\"/>\n<path d=\"M20 22.75C18.48 22.75 17.25 21.52 17.25 20C17.25 18.48 18.48 17.25 20 17.25C21.52 17.25 22.75 18.48 22.75 20C22.75 21.52 21.52 22.75 20 22.75ZM20 18.75C19.31 18.75 18.75 19.31 18.75 20C18.75 20.69 19.31 21.25 20 21.25C20.69 21.25 21.25 20.69 21.25 20C21.25 19.31 20.69 18.75 20 18.75Z\" fill=\"\"/>\n<path d=\"M4 14.75C2.48 14.75 1.25 13.52 1.25 12C1.25 10.48 2.48 9.25 4 9.25C5.52 9.25 6.75 10.48 6.75 12C6.75 13.52 5.52 14.75 4 14.75ZM4 10.75C3.31 10.75 2.75 11.31 2.75 12C2.75 12.69 3.31 13.25 4 13.25C4.69 13.25 5.25 12.69 5.25 12C5.25 11.31 4.69 10.75 4 10.75Z\" fill=\"\"/>\n<path d=\"M18 12.75H6C5.59 12.75 5.25 12.41 5.25 12C5.25 11.59 5.59 11.25 6 11.25H18C18.41 11.25 18.75 11.59 18.75 12C18.75 12.41 18.41 12.75 18 12.75Z\" fill=\"\"/>\n<path d=\"M18 20.75H14C11.58 20.75 10.25 19.42 10.25 17V7C10.25 4.58 11.58 3.25 14 3.25H18C18.41 3.25 18.75 3.59 18.75 4C18.75 4.41 18.41 4.75 18 4.75H14C12.42 4.75 11.75 5.42 11.75 7V17C11.75 18.58 12.42 19.25 14 19.25H18C18.41 19.25 18.75 19.59 18.75 20C18.75 20.41 18.41 20.75 18 20.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"designtools \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.4299 18.3699C10.2799 18.3699 10.1399 18.3299 10.0099 18.2399C9.79991 18.0999 9.67991 17.8699 9.67991 17.6199C9.67991 17.4699 9.66991 17.3099 9.64991 17.1499C9.55991 16.4399 9.23991 15.8199 8.69991 15.2799C8.15991 14.7399 7.48991 14.3999 6.76991 14.3099C6.64991 14.2999 6.47991 14.2899 6.31991 14.2999C6.05991 14.3199 5.81991 14.2099 5.66991 13.9999C5.51991 13.7999 5.47991 13.5299 5.55991 13.2899C5.70991 12.8799 5.92991 12.5099 6.18991 12.2099L7.72991 10.2699C10.3799 6.95992 15.7499 2.97992 19.6799 1.39992C20.5199 1.07992 21.3999 1.26992 22.0099 1.86992C22.6399 2.49992 22.8299 3.39992 22.4999 4.21992C20.9199 8.15992 16.9499 13.5199 13.6399 16.1699L11.6699 17.7499C11.2999 18.0199 10.9999 18.1899 10.6999 18.3099C10.6199 18.3499 10.5199 18.3699 10.4299 18.3699ZM7.53991 12.9399C8.37991 13.1599 9.12991 13.5999 9.75991 14.2299C10.3899 14.8499 10.8099 15.5699 11.0199 16.3699L12.7099 15.0099C15.8499 12.4999 19.6199 7.40992 21.1099 3.66992C21.2599 3.29992 21.0499 3.03992 20.9499 2.94992C20.8799 2.87992 20.6199 2.65992 20.2199 2.80992C16.4999 4.30992 11.4099 8.07992 8.88991 11.2199L7.53991 12.9399Z\" fill=\"\"/>\n<path d=\"M4.07938 22.7501C3.32938 22.7501 2.60938 22.4501 2.06938 21.9101C1.44938 21.2901 1.14938 20.4301 1.24938 19.5501L1.51938 17.0901C1.77938 14.6501 3.77938 12.8401 6.25938 12.7901C6.44938 12.7801 6.69938 12.7901 6.92938 12.8101C8.01938 12.9501 8.98938 13.4401 9.76938 14.2201C10.5394 14.9901 10.9994 15.9101 11.1394 16.9401C11.1694 17.1601 11.1894 17.4001 11.1894 17.6101C11.1894 18.9301 10.6794 20.1601 9.75938 21.0901C8.98938 21.8501 7.99938 22.3201 6.87938 22.4601L4.40938 22.7301C4.29938 22.7401 4.18938 22.7501 4.07938 22.7501ZM6.44938 14.3001C6.40938 14.3001 6.35938 14.3001 6.31938 14.3001C4.80938 14.3301 3.20938 15.3601 3.00938 17.2601L2.73938 19.7201C2.68938 20.1401 2.83938 20.5501 3.12938 20.8501C3.41938 21.1401 3.82938 21.2901 4.23938 21.2401L6.69938 20.9701C7.46938 20.8701 8.15938 20.5501 8.67938 20.0301C9.31938 19.3901 9.67938 18.5301 9.67938 17.6101C9.67938 17.4601 9.66938 17.3001 9.64938 17.1401C9.55938 16.4301 9.23938 15.8101 8.69938 15.2701C8.15938 14.7301 7.48938 14.3901 6.76938 14.3001C6.68938 14.3001 6.56938 14.3001 6.44938 14.3001Z\" fill=\"\"/>\n<path d=\"M14.2398 15.2202C13.8298 15.2202 13.4898 14.8802 13.4898 14.4702C13.4898 12.2702 11.6998 10.4902 9.50977 10.4902C9.09977 10.4902 8.75977 10.1502 8.75977 9.74023C8.75977 9.33023 9.08977 8.99023 9.49977 8.99023C12.5198 8.99023 14.9798 11.4502 14.9798 14.4702C14.9898 14.8902 14.6498 15.2202 14.2398 15.2202Z\" fill=\"\"/>\n<path d=\"M15.6804 22.7302C14.7504 22.7302 13.8204 22.2902 12.9304 21.4002C12.6404 21.1102 12.6404 20.6302 12.9304 20.3402C13.2204 20.0502 13.7004 20.0502 13.9904 20.3402C15.1704 21.5202 16.1804 21.5202 17.3604 20.3402L20.3204 17.3802C21.5104 16.1902 21.5104 15.1802 20.3204 14.0002L19.5804 13.2702C19.2904 12.9802 19.2804 12.5002 19.5704 12.2102C19.8604 11.9102 20.3404 11.9102 20.6304 12.2002L21.3704 12.9302C23.1504 14.7102 23.1504 16.6602 21.3704 18.4402L18.4104 21.4002C17.5404 22.2802 16.6104 22.7302 15.6804 22.7302Z\" fill=\"\"/>\n<path d=\"M3.10977 11.2598C2.91977 11.2598 2.71977 11.1898 2.57977 11.0398C0.819766 9.26977 0.819766 7.30977 2.57977 5.53977L5.53977 2.57977C7.29977 0.819766 9.27977 0.819766 11.0398 2.57977L11.7798 3.31977C12.0698 3.60977 12.0698 4.08977 11.7798 4.37977C11.4898 4.66977 11.0098 4.66977 10.7198 4.37977L9.96977 3.63977C8.78977 2.45977 7.76977 2.45977 6.59977 3.63977L3.63977 6.59977C2.45977 7.78977 2.45977 8.79977 3.63977 9.98977C3.92977 10.2798 3.92977 10.7598 3.63977 11.0498C3.48977 11.1898 3.29977 11.2598 3.10977 11.2598Z\" fill=\"\"/>\n<path d=\"M7.55023 8.30004C7.36023 8.30004 7.17023 8.23004 7.02023 8.08004C6.73023 7.79004 6.73023 7.31004 7.02023 7.02004L10.7202 3.32004C11.0102 3.03004 11.4902 3.03004 11.7802 3.32004C12.0702 3.61004 12.0702 4.09004 11.7802 4.38004L8.08023 8.08004C7.93023 8.23004 7.74023 8.30004 7.55023 8.30004Z\" fill=\"\"/>\n<path d=\"M17.1596 16.4302C16.9696 16.4302 16.7796 16.3602 16.6296 16.2102C16.3396 15.9202 16.3396 15.4402 16.6296 15.1502L19.5896 12.1902C19.8796 11.9002 20.3596 11.9002 20.6496 12.1902C20.9396 12.4802 20.9396 12.9602 20.6496 13.2502L17.6896 16.2102C17.5496 16.3602 17.3596 16.4302 17.1596 16.4302Z\" fill=\"\"/>\n</svg>\n</li><li title=\"device message \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.5 19.15H6.5C3.16 19.15 1.25 17.24 1.25 13.9V8.5C1.25 5.16 3.16 3.25 6.5 3.25H9.2C9.44 3.25 9.67 3.37006 9.81 3.56006C9.95 3.75006 9.99 4.00999 9.91 4.23999C9.8 4.54999 9.75 4.89 9.75 5.25V9.15002C9.75 9.91002 9.98 10.54 10.42 10.98C10.86 11.42 11.49 11.65 12.25 11.65C12.66 11.65 13 11.99 13 12.4V13.6L15.73 11.77C15.85 11.69 16 11.64 16.15 11.64H18.75C19.11 11.64 19.45 11.59 19.76 11.48C19.99 11.4 20.24 11.44 20.44 11.58C20.64 11.72 20.75 11.9499 20.75 12.1899V13.89C20.75 17.24 18.84 19.15 15.5 19.15ZM6.5 4.75C3.98 4.75 2.75 5.98 2.75 8.5V13.9C2.75 16.42 3.98 17.65 6.5 17.65H15.5C18.02 17.65 19.25 16.42 19.25 13.9V13.12C19.09 13.14 18.92 13.15 18.75 13.15H16.38L13.68 14.95C13.24 15.23 12.69 15.26 12.24 15.01C11.79 14.77 11.51 14.3 11.51 13.79V13.09C10.67 12.96 9.93 12.59 9.37 12.04C8.66 11.33 8.26 10.3 8.26 9.15002V5.25C8.26 5.08 8.27 4.91 8.28 4.75H6.5Z\" fill=\"\"/>\n<path d=\"M12.9 15.1801C12.67 15.1801 12.44 15.12 12.23 15.01C11.78 14.77 11.5 14.3 11.5 13.79V13.09C10.66 12.96 9.92 12.59 9.36 12.04C8.65 11.33 8.25 10.3 8.25 9.15002V5.25C8.25 4.72 8.33 4.22001 8.49 3.76001C9.05 2.19001 10.45 1.25 12.25 1.25H18.75C21.1 1.25 22.75 2.89 22.75 5.25V9.15002C22.75 10.95 21.82 12.35 20.25 12.91C19.77 13.07 19.27 13.15 18.75 13.15H16.38L13.68 14.95C13.44 15.11 13.17 15.1801 12.9 15.1801ZM12.25 2.75C11.1 2.75 10.25 3.3 9.91 4.25C9.81 4.55 9.75 4.89 9.75 5.25V9.15002C9.75 9.91002 9.98 10.54 10.42 10.98C10.86 11.42 11.49 11.65 12.25 11.65C12.66 11.65 13 11.99 13 12.4V13.6L15.73 11.77C15.85 11.69 16 11.64 16.15 11.64H18.75C19.11 11.64 19.45 11.59 19.76 11.48C20.71 11.14 21.25 10.29 21.25 9.14001V5.23999C21.25 3.69999 20.29 2.73999 18.75 2.73999H12.25V2.75Z\" fill=\"\"/>\n<path d=\"M14.6004 22.75H7.40039C6.99039 22.75 6.65039 22.41 6.65039 22C6.65039 21.59 6.99039 21.25 7.40039 21.25H14.6004C15.0104 21.25 15.3504 21.59 15.3504 22C15.3504 22.41 15.0104 22.75 14.6004 22.75Z\" fill=\"\"/>\n<path d=\"M11 22.7499C10.59 22.7499 10.25 22.4099 10.25 21.9999V18.3999C10.25 17.9899 10.59 17.6499 11 17.6499C11.41 17.6499 11.75 17.9899 11.75 18.3999V21.9999C11.75 22.4099 11.41 22.7499 11 22.7499Z\" fill=\"\"/>\n<path d=\"M15.4395 8C15.0195 8 14.6895 7.66 14.6895 7.25C14.6895 6.84 15.0295 6.5 15.4395 6.5C15.8495 6.5 16.1895 6.84 16.1895 7.25C16.1895 7.66 15.8495 8 15.4395 8Z\" fill=\"\"/>\n<path d=\"M18.25 8C17.83 8 17.5 7.66 17.5 7.25C17.5 6.84 17.84 6.5 18.25 6.5C18.66 6.5 19 6.84 19 7.25C19 7.66 18.66 8 18.25 8Z\" fill=\"\"/>\n<path d=\"M12.6211 8C12.2011 8 11.8711 7.66 11.8711 7.25C11.8711 6.84 12.2111 6.5 12.6211 6.5C13.0311 6.5 13.3711 6.84 13.3711 7.25C13.3711 7.66 13.0411 8 12.6211 8Z\" fill=\"\"/>\n</svg>\n</li><li title=\"devices 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.0095 13.48C16.0095 13.48 15.1895 12.66 15.1895 11.66C15.1895 10.66 16.0095 9.84009 17.0095 9.84009C18.0095 9.84009 18.8294 10.66 18.8294 11.66C18.8294 12.66 18.0095 13.48 17.0095 13.48ZM17.0095 11.3401C16.8295 11.3401 16.6895 11.48 16.6895 11.66C16.6895 11.84 16.8295 11.98 17.0095 11.98C17.1895 11.98 17.3294 11.84 17.3294 11.66C17.3294 11.48 17.1895 11.3401 17.0095 11.3401Z\" fill=\"\"/>\n<path d=\"M12.02 16.45H6C2.4 16.45 1.25 15.3 1.25 11.7V6C1.25 2.4 2.4 1.25 6 1.25H16C19.6 1.25 20.75 2.4 20.75 6V7.78998C20.75 7.99998 20.66 8.20998 20.5 8.34998C20.34 8.48998 20.13 8.56003 19.91 8.53003C19.69 8.50003 19.43 8.48999 19.15 8.48999H14.87C13.14 8.48999 12.77 8.86003 12.77 10.59V15.7C12.77 16.11 12.43 16.45 12.02 16.45ZM6 2.75C3.21 2.75 2.75 3.21 2.75 6V11.7C2.75 14.49 3.21 14.95 6 14.95H11.27V10.59C11.27 8.03003 12.31 6.98999 14.87 6.98999H19.15C19.18 6.98999 19.22 6.98999 19.25 6.98999V6C19.25 3.21 18.79 2.75 16 2.75H6Z\" fill=\"\"/>\n<path d=\"M9 20.7499C8.59 20.7499 8.25 20.4099 8.25 19.9999V15.7C8.25 15.29 8.59 14.95 9 14.95C9.41 14.95 9.75 15.29 9.75 15.7V19.9999C9.75 20.4099 9.41 20.7499 9 20.7499Z\" fill=\"\"/>\n<path d=\"M12 12.6499H2C1.59 12.6499 1.25 12.3099 1.25 11.8999C1.25 11.4899 1.59 11.1499 2 11.1499H12C12.41 11.1499 12.75 11.4899 12.75 11.8999C12.75 12.3099 12.41 12.6499 12 12.6499Z\" fill=\"\"/>\n<path d=\"M12.0002 20.75H5.9502C5.5402 20.75 5.2002 20.41 5.2002 20C5.2002 19.59 5.5402 19.25 5.9502 19.25H12.0002C12.4102 19.25 12.7502 19.59 12.7502 20C12.7502 20.41 12.4102 20.75 12.0002 20.75Z\" fill=\"\"/>\n<path d=\"M17.0095 13.48C16.0095 13.48 15.1895 12.66 15.1895 11.66C15.1895 10.66 16.0095 9.84009 17.0095 9.84009C18.0095 9.84009 18.8294 10.66 18.8294 11.66C18.8294 12.66 18.0095 13.48 17.0095 13.48ZM17.0095 11.3401C16.8295 11.3401 16.6895 11.48 16.6895 11.66C16.6895 11.84 16.8295 11.98 17.0095 11.98C17.1895 11.98 17.3294 11.84 17.3294 11.66C17.3294 11.48 17.1895 11.3401 17.0095 11.3401Z\" fill=\"\"/>\n<path d=\"M19.9995 7.78998C19.7495 7.75998 19.4595 7.73999 19.1495 7.73999H14.8695C12.7295 7.73999 12.0195 8.45003 12.0195 10.59V19.15C12.0195 21.29 12.7295 22 14.8695 22H19.1495C21.2895 22 21.9995 21.29 21.9995 19.15V10.59C21.9995 8.76003 21.4795 7.97998 19.9995 7.78998ZM17.0096 10.59C17.5996 10.59 18.0795 11.07 18.0795 11.66C18.0795 12.25 17.5996 12.73 17.0096 12.73C16.4196 12.73 15.9395 12.25 15.9395 11.66C15.9395 11.07 16.4196 10.59 17.0096 10.59ZM17.0096 19.15C15.8296 19.15 14.8695 18.19 14.8695 17.01C14.8695 16.52 15.0395 16.06 15.3195 15.7C15.7095 15.2 16.3196 14.87 17.0096 14.87C17.5496 14.87 18.0395 15.07 18.4095 15.39C18.8595 15.79 19.1495 16.37 19.1495 17.01C19.1495 18.19 18.1896 19.15 17.0096 19.15Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.0101 19.9001C15.4201 19.9001 14.1201 18.6001 14.1201 17.0101C14.1201 16.3701 14.3401 15.7401 14.7301 15.2401C15.2801 14.5301 16.1201 14.1201 17.0101 14.1201C17.7001 14.1201 18.3801 14.3701 18.9001 14.8201C19.5401 15.3901 19.9001 16.1801 19.9001 17.0101C19.9001 18.6001 18.6001 19.9001 17.0101 19.9001ZM17.0101 15.6201C16.5801 15.6201 16.1801 15.8201 15.9101 16.1601C15.7201 16.4001 15.6201 16.7001 15.6201 17.0101C15.6201 17.7801 16.2401 18.4001 17.0101 18.4001C17.7801 18.4001 18.4001 17.7801 18.4001 17.0101C18.4001 16.6101 18.2201 16.2301 17.9101 15.9501C17.6701 15.7401 17.3401 15.6201 17.0101 15.6201Z\" fill=\"\"/>\n<path d=\"M17.0095 13.48C16.0095 13.48 15.1895 12.66 15.1895 11.66C15.1895 10.66 16.0095 9.84009 17.0095 9.84009C18.0095 9.84009 18.8294 10.66 18.8294 11.66C18.8294 12.66 18.0095 13.48 17.0095 13.48ZM17.0095 11.3401C16.8295 11.3401 16.6895 11.48 16.6895 11.66C16.6895 11.84 16.8295 11.98 17.0095 11.98C17.1895 11.98 17.3294 11.84 17.3294 11.66C17.3294 11.48 17.1895 11.3401 17.0095 11.3401Z\" fill=\"\"/>\n</svg>\n</li><li title=\"devices \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.0008 19.4201C10.4608 19.4201 8.92078 18.8301 7.75078 17.6601C5.40078 15.3101 5.40078 11.5001 7.75078 9.15015C8.89078 8.01015 10.4008 7.39014 12.0008 7.39014C13.6008 7.39014 15.1208 8.02015 16.2508 9.15015C18.6008 11.5001 18.6008 15.3101 16.2508 17.6601C15.0808 18.8301 13.5408 19.4201 12.0008 19.4201ZM12.0008 8.90015C10.8008 8.90015 9.66078 9.37009 8.81078 10.2201C7.05078 11.9801 7.05078 14.8401 8.81078 16.6001C10.5708 18.3601 13.4308 18.3501 15.1908 16.6001C16.9508 14.8401 16.9508 11.9801 15.1908 10.2201C14.3408 9.37009 13.2008 8.90015 12.0008 8.90015Z\" fill=\"\"/>\n<path d=\"M10.4096 15.7498C10.2196 15.7498 10.0196 15.6799 9.87961 15.5299C9.58961 15.2399 9.58961 14.7599 9.87961 14.4599L11.4696 12.8698C11.7596 12.5798 12.2396 12.5798 12.5396 12.8698C12.8296 13.1598 12.8296 13.6399 12.5396 13.9399L10.9496 15.5299C10.7896 15.6799 10.5996 15.7498 10.4096 15.7498Z\" fill=\"\"/>\n<path d=\"M18.7909 7.51001C18.5509 7.51001 18.3309 7.42 18.1609 7.25C17.8109 6.9 17.8109 6.32999 18.1609 5.98999C18.3309 5.81999 18.5509 5.72998 18.7909 5.72998C19.0309 5.72998 19.2509 5.81999 19.4209 5.98999C19.5909 6.15999 19.6809 6.38 19.6809 6.62C19.6809 6.86 19.5909 7.08 19.4209 7.25C19.2609 7.42 19.0309 7.51001 18.7909 7.51001ZM18.7209 6.53998V6.69C18.7409 6.71 18.7709 6.71997 18.8009 6.71997C18.9209 6.64997 18.9209 6.57998 18.8709 6.53998H18.7209Z\" fill=\"\"/>\n<path d=\"M18.7904 7.75977C18.4804 7.75977 18.2004 7.63974 17.9804 7.41974C17.5404 6.97974 17.5404 6.24974 17.9804 5.79974C18.2004 5.57974 18.4804 5.46973 18.7904 5.46973C19.1004 5.46973 19.3804 5.58975 19.6004 5.80975C19.8204 6.02975 19.9304 6.30975 19.9304 6.61975C19.9304 6.92975 19.8104 7.20975 19.5904 7.42975C19.3904 7.63975 19.1004 7.75977 18.7904 7.75977ZM18.5404 6.86975C18.6104 6.93975 18.7004 6.96973 18.7904 6.96973C18.8804 6.96973 18.9704 6.92975 19.0404 6.86975C19.1804 6.72975 19.1804 6.50975 19.0404 6.36975C18.9104 6.23975 18.6704 6.23975 18.5404 6.36975C18.4804 6.42975 18.4404 6.51975 18.4404 6.61975C18.4404 6.70975 18.4704 6.79975 18.5404 6.86975Z\" fill=\"\"/>\n<path d=\"M5.2103 21.0901C4.9803 21.0901 4.75029 21.0001 4.58029 20.8301C4.41029 20.6601 4.32031 20.4301 4.32031 20.2001C4.32031 19.9601 4.41029 19.7401 4.58029 19.5701C4.75029 19.4001 4.9703 19.3101 5.2103 19.3101C5.4503 19.3101 5.6703 19.4001 5.8403 19.5701C6.1903 19.9201 6.1903 20.4901 5.8403 20.8301C5.6703 21.0001 5.4403 21.0901 5.2103 21.0901ZM5.19031 20.1C5.17031 20.1 5.15031 20.1101 5.13031 20.1301C5.09031 20.1701 5.09031 20.2401 5.13031 20.2801C5.15031 20.3001 5.18032 20.3101 5.20032 20.3101L5.30029 20.2101C5.27029 20.1201 5.23031 20.1 5.19031 20.1Z\" fill=\"\"/>\n<path d=\"M5.21054 21.3401C4.92054 21.3401 4.62054 21.2301 4.40054 21.0101C4.18054 20.7901 4.06055 20.5001 4.06055 20.2001C4.06055 19.8901 4.18054 19.6101 4.40054 19.3901C4.61054 19.1801 4.90054 19.0601 5.21054 19.0601C5.52054 19.0601 5.80054 19.1801 6.02054 19.4001C6.47054 19.8501 6.47054 20.5701 6.02054 21.0201C5.80054 21.2301 5.50054 21.3401 5.21054 21.3401ZM5.21054 19.8401C5.12054 19.8401 5.03054 19.8701 4.96054 19.9401C4.82054 20.0801 4.82054 20.3001 4.96054 20.4401C5.03054 20.5101 5.12054 20.54 5.21054 20.54C5.30054 20.54 5.40054 20.5001 5.46054 20.4301C5.52054 20.3701 5.56055 20.2801 5.56055 20.1801C5.56055 20.0901 5.52054 19.9901 5.46054 19.9301C5.39054 19.8801 5.30054 19.8401 5.21054 19.8401Z\" fill=\"\"/>\n<path d=\"M21.5995 14.2997C21.3695 14.2997 21.1395 14.2097 20.9695 14.0397C20.6195 13.6897 20.6195 13.1198 20.9695 12.7698C21.1395 12.5998 21.3695 12.5598 21.5995 12.5098C21.8395 12.5098 22.0595 12.5998 22.2295 12.7698C22.5795 13.1198 22.5795 13.6897 22.2295 14.0397C22.0595 14.2097 21.8295 14.2997 21.5995 14.2997ZM21.5295 13.4797C21.5495 13.4997 21.5795 13.5098 21.6095 13.5098C21.7195 13.4398 21.7195 13.3698 21.6795 13.3298C21.6395 13.2898 21.5695 13.2898 21.5295 13.3298C21.4895 13.3698 21.4895 13.4397 21.5295 13.4797Z\" fill=\"\"/>\n<path d=\"M21.6006 14.5497C21.3106 14.5497 21.0106 14.4397 20.7906 14.2197C20.3406 13.7697 20.3406 13.0497 20.7906 12.5997C21.0106 12.3797 21.2906 12.2598 21.6006 12.2598C21.9106 12.2598 22.1906 12.3797 22.4106 12.5997C22.8606 13.0497 22.8606 13.7697 22.4106 14.2197C22.1906 14.4397 21.9006 14.5497 21.6006 14.5497ZM21.3506 13.6597C21.4206 13.7297 21.5106 13.7598 21.6006 13.7598C21.6906 13.7598 21.7806 13.7197 21.8506 13.6597C21.9906 13.5197 21.9906 13.2997 21.8506 13.1597C21.7106 13.0197 21.4906 13.0197 21.3506 13.1597C21.2206 13.2897 21.2106 13.5197 21.3506 13.6597Z\" fill=\"\"/>\n<path d=\"M2.40032 14.3003C2.17032 14.3003 1.94031 14.2103 1.77031 14.0403C1.42031 13.6903 1.42031 13.1203 1.77031 12.7703C2.12031 12.4203 2.69033 12.4203 3.04033 12.7703C3.39033 13.1203 3.39033 13.6903 3.04033 14.0403C2.85033 14.2103 2.62032 14.3003 2.40032 14.3003ZM2.32033 13.4803C2.36033 13.5203 2.43032 13.5203 2.47032 13.4803C2.51032 13.4403 2.51032 13.3703 2.47032 13.3303C2.43032 13.2903 2.36033 13.2903 2.32033 13.3303C2.28033 13.3703 2.28033 13.4403 2.32033 13.4803Z\" fill=\"\"/>\n<path d=\"M2.39945 14.5499C2.10945 14.5499 1.80945 14.4399 1.58945 14.2199C1.13945 13.7699 1.13945 13.0499 1.58945 12.5999C2.03945 12.1499 2.76945 12.1599 3.20945 12.5999C3.65945 13.0499 3.65945 13.7699 3.20945 14.2199C2.97945 14.4399 2.68945 14.5499 2.39945 14.5499ZM2.13947 13.6599C2.27947 13.7999 2.49947 13.7999 2.63947 13.6599C2.77947 13.5199 2.77947 13.2899 2.63947 13.1599C2.49947 13.0199 2.27947 13.0199 2.13947 13.1599C2.00947 13.2899 2.00947 13.5199 2.13947 13.6599Z\" fill=\"\"/>\n<path d=\"M18.7909 21.0899C18.5609 21.0899 18.3309 20.9999 18.1609 20.8299C17.8109 20.4799 17.8109 19.9099 18.1609 19.5599C18.5109 19.2099 19.0809 19.2099 19.4309 19.5599C19.6009 19.7299 19.6909 19.9499 19.6909 20.1899C19.6909 20.4299 19.6009 20.6499 19.4309 20.8199C19.2509 20.9999 19.0209 21.0899 18.7909 21.0899ZM18.7909 20.0899C18.7609 20.0899 18.7409 20.0999 18.7209 20.1199V20.2699C18.7609 20.3099 18.8309 20.3099 18.8709 20.2699C18.9109 20.2299 18.9109 20.1599 18.8709 20.1199C18.8409 20.0999 18.8209 20.0899 18.7909 20.0899Z\" fill=\"\"/>\n<path d=\"M18.7901 21.3402C18.5001 21.3402 18.2001 21.2302 17.9801 21.0102C17.5301 20.5602 17.5301 19.8402 17.9801 19.3902C18.4301 18.9402 19.1501 18.9402 19.6001 19.3902C19.8201 19.6102 19.9401 19.8902 19.9401 20.2002C19.9401 20.5102 19.8201 20.7902 19.6001 21.0102C19.3801 21.2302 19.0801 21.3402 18.7901 21.3402ZM18.5401 20.4502C18.6801 20.5902 18.9001 20.5902 19.0401 20.4502C19.1801 20.3102 19.1801 20.0902 19.0401 19.9502C18.9001 19.8102 18.6801 19.8102 18.5401 19.9502C18.4701 20.0202 18.4401 20.1102 18.4401 20.2002C18.4401 20.2902 18.4701 20.3802 18.5401 20.4502Z\" fill=\"\"/>\n<path d=\"M5.2103 7.51001C4.9703 7.51001 4.75029 7.42 4.58029 7.25C4.41029 7.08 4.32031 6.86 4.32031 6.62C4.32031 6.38 4.41029 6.15999 4.58029 5.98999C4.75029 5.81999 4.9703 5.72998 5.2103 5.72998C5.4503 5.72998 5.6703 5.81999 5.8403 5.98999C6.1903 6.33999 6.1903 6.91001 5.8403 7.26001C5.6703 7.42001 5.4503 7.51001 5.2103 7.51001ZM5.13031 6.69C5.15031 6.71 5.18032 6.71997 5.20032 6.71997L5.30029 6.62L5.20032 6.52002C5.09032 6.58002 5.09031 6.65 5.13031 6.69Z\" fill=\"\"/>\n<path d=\"M5.2103 7.75977C4.9003 7.75977 4.6203 7.63974 4.4003 7.41974C4.1903 7.20974 4.07031 6.91974 4.07031 6.60974C4.07031 6.29974 4.19031 6.01974 4.41031 5.79974C4.62031 5.58974 4.91031 5.46973 5.22031 5.46973C5.53031 5.46973 5.8103 5.58975 6.0303 5.80975C6.4703 6.25975 6.4703 6.97975 6.0303 7.42975C5.8003 7.63975 5.5203 7.75977 5.2103 7.75977ZM4.9603 6.86975C5.0303 6.93975 5.1203 6.97974 5.2103 6.97974C5.3003 6.97974 5.3903 6.93976 5.4603 6.87976C5.5303 6.81976 5.5603 6.71976 5.5603 6.62976C5.5603 6.53976 5.52032 6.43976 5.45032 6.37976C5.33032 6.24976 5.08032 6.24976 4.95032 6.37976C4.82032 6.49976 4.8203 6.72975 4.9603 6.86975Z\" fill=\"\"/>\n<path d=\"M11.9994 4.7C11.7594 4.7 11.5394 4.60999 11.3694 4.43999C11.1994 4.26999 11.1094 4.04999 11.1094 3.80999C11.1094 3.56999 11.1994 3.34998 11.3694 3.17998C11.7194 2.82998 12.2894 2.82998 12.6394 3.17998C12.9894 3.52998 12.9894 4.09999 12.6394 4.43999C12.4694 4.59999 12.2394 4.7 11.9994 4.7ZM12.0694 3.72997L11.9194 3.87999C11.9594 3.91999 12.0294 3.91999 12.0694 3.87999V3.72997ZM11.9294 3.72997C11.8894 3.76997 11.8894 3.83999 11.9294 3.87999L12.0794 3.72997H11.9294Z\" fill=\"\"/>\n<path d=\"M11.9994 4.94987C11.6894 4.94987 11.4094 4.82984 11.1894 4.60984C10.9794 4.39984 10.8594 4.10984 10.8594 3.79984C10.8594 3.48984 10.9794 3.20984 11.1994 2.98984C11.6494 2.53984 12.3694 2.53984 12.8194 2.98984C13.2594 3.43984 13.2594 4.15984 12.8194 4.60984C12.5994 4.82984 12.3094 4.94987 11.9994 4.94987ZM12.2494 3.54984L11.7494 4.04984C11.8894 4.18984 12.1094 4.18984 12.2494 4.04984C12.3194 3.97984 12.3494 3.88984 12.3494 3.79984C12.3494 3.70984 12.3194 3.61984 12.2494 3.54984ZM11.9994 3.44987C11.9094 3.44987 11.8094 3.48985 11.7494 3.55985C11.6094 3.69985 11.6094 3.91985 11.7494 4.05985L12.2494 3.55985C12.1894 3.48985 12.0994 3.44987 11.9994 3.44987Z\" fill=\"\"/>\n</svg>\n</li><li title=\"diagram \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 22.75H5C2.93 22.75 1.25 21.07 1.25 19V2C1.25 1.59 1.59 1.25 2 1.25C2.41 1.25 2.75 1.59 2.75 2V19C2.75 20.24 3.76 21.25 5 21.25H22C22.41 21.25 22.75 21.59 22.75 22C22.75 22.41 22.41 22.75 22 22.75Z\" fill=\"\"/>\n<path d=\"M4.99982 17.7498C4.82982 17.7498 4.64982 17.6898 4.50982 17.5698C4.19982 17.2998 4.15982 16.8298 4.42982 16.5098L9.01982 11.1498C9.51982 10.5698 10.2398 10.2198 10.9998 10.1898C11.7598 10.1698 12.5098 10.4498 13.0498 10.9898L13.9998 11.9398C14.2498 12.1898 14.5798 12.3098 14.9298 12.3098C15.2798 12.2998 15.5998 12.1398 15.8298 11.8698L20.4198 6.50983C20.6898 6.19983 21.1598 6.15981 21.4798 6.42981C21.7898 6.69981 21.8298 7.16981 21.5598 7.48981L16.9698 12.8498C16.4698 13.4298 15.7498 13.7798 14.9898 13.8098C14.2298 13.8298 13.4798 13.5498 12.9398 13.0098L11.9998 12.0598C11.7498 11.8098 11.4198 11.6798 11.0698 11.6898C10.7198 11.6998 10.3998 11.8598 10.1698 12.1298L5.57982 17.4898C5.41982 17.6598 5.20982 17.7498 4.99982 17.7498Z\" fill=\"\"/>\n</svg>\n</li><li title=\"diamonds \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.0008 22.6002C10.8908 22.6002 9.8608 22.1302 9.0908 21.2902L2.2308 13.7502C1.2608 12.6902 0.960795 10.8202 1.54079 9.51015L4.10081 3.75016C4.80081 2.18016 5.9708 1.41016 7.6908 1.41016H16.2808V2.16016V1.41016C18.0008 1.41016 19.1708 2.17016 19.8708 3.74016L22.4308 9.50016C23.0108 10.8102 22.7208 12.6802 21.7508 13.7402L14.9008 21.2902C14.1508 22.1302 13.1108 22.6002 12.0008 22.6002ZM16.2908 2.90016H7.7008C6.3908 2.90016 5.8608 3.48015 5.4808 4.35015L2.9208 10.1102C2.5808 10.8802 2.7808 12.1102 3.3408 12.7302L10.2008 20.2702C10.6808 20.8002 11.3208 21.0902 12.0008 21.0902C12.6808 21.0902 13.3208 20.8002 13.8008 20.2702L20.6508 12.7202C21.2208 12.0902 21.4208 10.8702 21.0708 10.1002L18.5108 4.34016C18.1308 3.48016 17.6008 2.90016 16.2908 2.90016Z\" fill=\"\"/>\n<path d=\"M3.5 8.74999C3.09 8.74999 2.75 8.40999 2.75 7.99999C2.75 7.58999 3.09 7.24999 3.5 7.24999L20.5 7.23999C20.91 7.23999 21.25 7.57999 21.25 7.98999C21.25 8.39999 20.91 8.73999 20.5 8.73999L3.5 8.74999Z\" fill=\"\"/>\n</svg>\n</li><li title=\"direct down \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9998 21.7498C10.5298 21.7498 9.18985 20.9398 8.50985 19.6398L2.40985 8.04981C1.58985 6.49981 1.85985 4.69981 3.07985 3.44981C4.29985 2.19981 6.09985 1.89981 7.65985 2.67981L10.8998 4.29981C11.5798 4.63981 12.3998 4.63981 13.0898 4.29981L16.3298 2.67981C17.8998 1.89981 19.6998 2.19981 20.9198 3.44981C22.1398 4.69981 22.4098 6.49981 21.5898 8.04981L15.4898 19.6398C14.8098 20.9398 13.4698 21.7498 11.9998 21.7498ZM5.87985 3.74981C5.16985 3.74981 4.54985 4.08981 4.14985 4.49981C3.54985 5.11981 3.11985 6.18981 3.72985 7.34981L9.82985 18.9398C10.2598 19.7598 11.0698 20.2498 11.9898 20.2498C12.9098 20.2498 13.7198 19.7598 14.1498 18.9398L20.2498 7.34981C20.8598 6.18981 20.4398 5.10981 19.8298 4.49981C19.2298 3.88981 18.1698 3.43981 16.9898 4.01981L13.7498 5.63981C12.6398 6.18981 11.3298 6.18981 10.2198 5.63981L6.98985 4.01981C6.60985 3.82981 6.22985 3.74981 5.87985 3.74981Z\" fill=\"\"/>\n</svg>\n</li><li title=\"direct inbox \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 9.75C11.9 9.75 11.81 9.73 11.71 9.69C11.43 9.58 11.25 9.3 11.25 9V2C11.25 1.59 11.59 1.25 12 1.25C12.41 1.25 12.75 1.59 12.75 2V7.19L13.47 6.47C13.76 6.18 14.24 6.18 14.53 6.47C14.82 6.76 14.82 7.24 14.53 7.53L12.53 9.53C12.39 9.67 12.2 9.75 12 9.75Z\" fill=\"\"/>\n<path d=\"M11.9995 9.74994C11.8095 9.74994 11.6195 9.67994 11.4695 9.52994L9.46945 7.52994C9.17945 7.23994 9.17945 6.75994 9.46945 6.46994C9.75945 6.17994 10.2395 6.17994 10.5295 6.46994L12.5295 8.46994C12.8195 8.75994 12.8195 9.23994 12.5295 9.52994C12.3795 9.67994 12.1895 9.74994 11.9995 9.74994Z\" fill=\"\"/>\n<path d=\"M13.7605 17.75H10.2305C9.18047 17.75 8.24047 17.17 7.77047 16.23L6.60047 13.89C6.56047 13.8 6.47047 13.75 6.38047 13.75H1.98047C1.57047 13.75 1.23047 13.41 1.23047 13C1.23047 12.59 1.57047 12.25 1.98047 12.25H6.39047C7.06047 12.25 7.66047 12.62 7.96047 13.22L9.13047 15.56C9.34047 15.99 9.77047 16.25 10.2505 16.25H13.7805C14.2605 16.25 14.6905 15.99 14.9005 15.56L16.0705 13.22C16.3705 12.62 16.9705 12.25 17.6405 12.25H22.0005C22.4105 12.25 22.7505 12.59 22.7505 13C22.7505 13.41 22.4105 13.75 22.0005 13.75H17.6405C17.5405 13.75 17.4605 13.8 17.4205 13.89L16.2505 16.23C15.7505 17.17 14.8105 17.75 13.7605 17.75Z\" fill=\"\"/>\n<path d=\"M15 22.7499H9C3.57 22.7499 1.25 20.4299 1.25 14.9999V10.9999C1.25 6.30993 2.99 3.95993 6.89 3.38993C7.31 3.32993 7.68 3.60993 7.74 4.01993C7.8 4.42993 7.52 4.80993 7.11 4.86993C3.97 5.32993 2.75 7.04993 2.75 10.9999V14.9999C2.75 19.6099 4.39 21.2499 9 21.2499H15C19.61 21.2499 21.25 19.6099 21.25 14.9999V10.9999C21.25 7.04993 20.03 5.32993 16.89 4.86993C16.48 4.80993 16.2 4.42993 16.26 4.01993C16.32 3.60993 16.7 3.32993 17.11 3.38993C21.01 3.95993 22.75 6.30993 22.75 10.9999V14.9999C22.75 20.4299 20.43 22.7499 15 22.7499Z\" fill=\"\"/>\n</svg>\n</li><li title=\"direct left \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.81 22.0599C17.18 22.0599 16.55 21.9099 15.95 21.5899L4.36 15.4899C3.06 14.8099 2.25 13.4699 2.25 11.9999C2.25 10.5299 3.06 9.18988 4.36 8.50988L15.95 2.40988C17.5 1.59988 19.3 1.85988 20.55 3.07988C21.8 4.29988 22.1 6.09988 21.32 7.65988L19.7 10.8999C19.36 11.5799 19.36 12.3999 19.7 13.0899L21.32 16.3299C22.1 17.8899 21.8 19.6899 20.55 20.9099C19.78 21.6699 18.81 22.0599 17.81 22.0599ZM17.8 3.43988C17.44 3.43988 17.05 3.52988 16.65 3.73988L5.06 9.83988C4.24 10.2699 3.75 11.0799 3.75 11.9999C3.75 12.9199 4.24 13.7299 5.06 14.1599L16.65 20.2599C17.81 20.8699 18.89 20.4499 19.5 19.8399C20.12 19.2399 20.56 18.1699 19.98 16.9999L18.36 13.7599C17.81 12.6499 17.81 11.3399 18.36 10.2299L19.98 6.98988C20.57 5.81988 20.12 4.74988 19.5 4.14988C19.1 3.75988 18.5 3.43988 17.8 3.43988Z\" fill=\"\"/>\n</svg>\n</li><li title=\"direct normal \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n<path d=\"M13.7602 17.75H10.2302C9.13023 17.75 8.26023 17.21 7.77023 16.23L6.88023 14.44C6.67023 14.01 6.24023 13.75 5.76023 13.75H1.99023C1.58023 13.75 1.24023 13.41 1.24023 13C1.24023 12.59 1.59023 12.25 2.00023 12.25H5.76023C6.81024 12.25 7.75024 12.83 8.22023 13.77L9.11023 15.56C9.34023 16.02 9.71023 16.25 10.2302 16.25H13.7602C14.2402 16.25 14.6702 15.99 14.8802 15.56L15.7702 13.77C16.2402 12.83 17.1802 12.25 18.2302 12.25H21.9702C22.3802 12.25 22.7202 12.59 22.7202 13C22.7202 13.41 22.3802 13.75 21.9702 13.75H18.2302C17.7502 13.75 17.3202 14.01 17.1102 14.44L16.2202 16.23C15.7502 17.17 14.8102 17.75 13.7602 17.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"direct notification \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.7605 17.75H10.2305C9.13047 17.75 8.26047 17.21 7.77047 16.23L6.88047 14.44C6.67047 14.01 6.24047 13.75 5.76047 13.75H1.98047C1.57047 13.75 1.23047 13.41 1.23047 13C1.23047 12.59 1.57047 12.25 1.98047 12.25H5.77047C6.82047 12.25 7.76047 12.83 8.23047 13.77L9.12047 15.56C9.35047 16.02 9.72047 16.25 10.2405 16.25H13.7705C14.2505 16.25 14.6805 15.99 14.8905 15.56L15.7805 13.77C16.2505 12.83 17.1905 12.25 18.2405 12.25H21.9805C22.3905 12.25 22.7305 12.59 22.7305 13C22.7305 13.41 22.3905 13.75 21.9805 13.75H18.2405C17.7605 13.75 17.3305 14.01 17.1205 14.44L16.2305 16.23C15.7505 17.17 14.8105 17.75 13.7605 17.75Z\" fill=\"\"/>\n<path d=\"M19 8.75C16.93 8.75 15.25 7.07 15.25 5C15.25 2.93 16.93 1.25 19 1.25C21.07 1.25 22.75 2.93 22.75 5C22.75 7.07 21.07 8.75 19 8.75ZM19 2.75C17.76 2.75 16.75 3.76 16.75 5C16.75 6.24 17.76 7.25 19 7.25C20.24 7.25 21.25 6.24 21.25 5C21.25 3.76 20.24 2.75 19 2.75Z\" fill=\"\"/>\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H14C14.41 1.25 14.75 1.59 14.75 2C14.75 2.41 14.41 2.75 14 2.75H9C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V10C21.25 9.59 21.59 9.25 22 9.25C22.41 9.25 22.75 9.59 22.75 10V15C22.75 20.43 20.43 22.75 15 22.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"direct right \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.19078 22.0598C5.19078 22.0598 4.22078 21.6698 3.45078 20.9198C2.20078 19.6998 1.90078 17.8998 2.68078 16.3398L4.30078 13.0998C4.64078 12.4198 4.64078 11.5998 4.30078 10.9098L2.68078 7.65985C1.90078 6.09985 2.20078 4.29985 3.45078 3.07985C4.70078 1.85985 6.50078 1.58985 8.05078 2.40985L19.6408 8.50985C20.9408 9.18985 21.7508 10.5298 21.7508 11.9998C21.7508 13.4698 20.9408 14.8098 19.6408 15.4898L8.05078 21.5898C7.45078 21.9098 6.82078 22.0598 6.19078 22.0598ZM6.20078 3.43985C5.51078 3.43985 4.91078 3.75985 4.50078 4.15985C3.88078 4.75985 3.44078 5.82985 4.02078 6.99985L5.64078 10.2398C6.19078 11.3498 6.19078 12.6598 5.64078 13.7698L4.02078 17.0098C3.43078 18.1798 3.88078 19.2498 4.50078 19.8498C5.12078 20.4498 6.19078 20.8798 7.35078 20.2698L18.9408 14.1698C19.7608 13.7398 20.2508 12.9298 20.2508 12.0098C20.2508 11.0898 19.7608 10.2798 18.9408 9.84985L7.35078 3.72985C6.95078 3.51985 6.56078 3.43985 6.20078 3.43985Z\" fill=\"\"/>\n</svg>\n</li><li title=\"direct send \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9995 9.74999C11.5895 9.74999 11.2495 9.40999 11.2495 8.99999V3.80999L10.5295 4.52999C10.2395 4.81999 9.75945 4.81999 9.46945 4.52999C9.17945 4.23999 9.17945 3.75999 9.46945 3.46999L11.4695 1.46999C11.6795 1.25999 12.0095 1.18999 12.2895 1.30999C12.5695 1.41999 12.7495 1.69999 12.7495 1.99999V8.99999C12.7495 9.40999 12.4095 9.74999 11.9995 9.74999Z\" fill=\"\"/>\n<path d=\"M13.9995 4.74994C13.8095 4.74994 13.6195 4.67994 13.4695 4.52994L11.4695 2.52994C11.1795 2.23994 11.1795 1.75994 11.4695 1.46994C11.7595 1.17994 12.2395 1.17994 12.5295 1.46994L14.5295 3.46994C14.8195 3.75994 14.8195 4.23994 14.5295 4.52994C14.3795 4.67994 14.1895 4.74994 13.9995 4.74994Z\" fill=\"\"/>\n<path d=\"M13.7605 17.75H10.2305C9.18047 17.75 8.24047 17.17 7.77047 16.23L6.60047 13.89C6.56047 13.8 6.47047 13.75 6.38047 13.75H1.98047C1.57047 13.75 1.23047 13.41 1.23047 13C1.23047 12.59 1.57047 12.25 1.98047 12.25H6.39047C7.06047 12.25 7.66047 12.62 7.96047 13.22L9.13047 15.56C9.34047 15.99 9.77047 16.25 10.2505 16.25H13.7805C14.2605 16.25 14.6905 15.99 14.9005 15.56L16.0705 13.22C16.3705 12.62 16.9705 12.25 17.6405 12.25H22.0005C22.4105 12.25 22.7505 12.59 22.7505 13C22.7505 13.41 22.4105 13.75 22.0005 13.75H17.6405C17.5405 13.75 17.4605 13.8 17.4205 13.89L16.2505 16.23C15.7505 17.17 14.8105 17.75 13.7605 17.75Z\" fill=\"\"/>\n<path d=\"M15 22.7499H9C3.57 22.7499 1.25 20.4299 1.25 14.9999V11.9999C1.25 7.30993 2.99 4.95993 6.89 4.38993C7.31 4.32993 7.68 4.60993 7.74 5.01993C7.8 5.42993 7.52 5.80993 7.11 5.86993C3.97 6.32993 2.75 8.04993 2.75 11.9999V14.9999C2.75 19.6099 4.39 21.2499 9 21.2499H15C19.61 21.2499 21.25 19.6099 21.25 14.9999V11.9999C21.25 8.04993 20.03 6.32993 16.89 5.86993C16.48 5.80993 16.2 5.42993 16.26 5.01993C16.32 4.60993 16.7 4.32993 17.11 4.38993C21.01 4.95993 22.75 7.30993 22.75 11.9999V14.9999C22.75 20.4299 20.43 22.7499 15 22.7499Z\" fill=\"\"/>\n</svg>\n</li><li title=\"direct up \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.1198 21.75C17.5198 21.75 16.9098 21.61 16.3298 21.32L13.0898 19.7C12.4098 19.36 11.5898 19.36 10.8998 19.7L7.65985 21.32C6.09985 22.1 4.29985 21.8 3.07985 20.55C1.85985 19.3 1.58985 17.5 2.40985 15.95L8.50985 4.36C9.18985 3.06 10.5298 2.25 11.9998 2.25C13.4698 2.25 14.8098 3.06 15.4898 4.36L21.5898 15.95C22.3998 17.5 22.1398 19.3 20.9198 20.55C20.1498 21.34 19.1498 21.75 18.1198 21.75ZM11.9998 17.94C12.6098 17.94 13.2098 18.08 13.7598 18.35L16.9998 19.97C18.1698 20.56 19.2398 20.11 19.8398 19.49C20.4398 18.87 20.8698 17.8 20.2598 16.64L14.1598 5.05C13.7298 4.24 12.9198 3.75 11.9998 3.75C11.0798 3.75 10.2698 4.24 9.83985 5.06L3.73985 16.65C3.12985 17.81 3.54985 18.89 4.15985 19.5C4.76985 20.11 5.82985 20.56 6.99985 19.98L10.2398 18.36C10.7898 18.08 11.3898 17.94 11.9998 17.94Z\" fill=\"\"/>\n</svg>\n</li><li title=\"direct \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n<path d=\"M13.7602 17.75H10.2302C9.13023 17.75 8.26023 17.21 7.77023 16.23L6.88023 14.44C6.67023 14.01 6.24023 13.75 5.76023 13.75H1.99023C1.58023 13.75 1.24023 13.41 1.24023 13C1.24023 12.59 1.59023 12.25 2.00023 12.25H5.76023C6.81024 12.25 7.75024 12.83 8.22023 13.77L9.11023 15.56C9.34023 16.02 9.71023 16.25 10.2302 16.25H13.7602C14.2402 16.25 14.6702 15.99 14.8802 15.56L15.7702 13.77C16.2402 12.83 17.1802 12.25 18.2302 12.25H21.9702C22.3802 12.25 22.7202 12.59 22.7202 13C22.7202 13.41 22.3802 13.75 21.9702 13.75H18.2302C17.7502 13.75 17.3202 14.01 17.1102 14.44L16.2202 16.23C15.7502 17.17 14.8102 17.75 13.7602 17.75Z\" fill=\"\"/>\n<path d=\"M13.6701 7.75H10.3401C9.92008 7.75 9.58008 7.41 9.58008 7C9.58008 6.59 9.92008 6.25 10.3301 6.25H13.6601C14.0701 6.25 14.4101 6.59 14.4101 7C14.4101 7.41 14.0801 7.75 13.6701 7.75Z\" fill=\"\"/>\n<path d=\"M14.5 10.75H9.5C9.09 10.75 8.75 10.41 8.75 10C8.75 9.59 9.09 9.25 9.5 9.25H14.5C14.91 9.25 15.25 9.59 15.25 10C15.25 10.41 14.91 10.75 14.5 10.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"directbox default \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 22.75H8C2.25 22.75 2.25 19.7 2.25 17V16C2.25 13.77 2.25 11.25 7 11.25C8.19 11.25 8.63 11.54 9.25 12C9.28 12.03 9.32 12.05 9.35 12.09L10.37 13.17C11.23 14.08 12.79 14.08 13.65 13.17L14.67 12.09C14.7 12.06 14.73 12.03 14.77 12C15.39 11.53 15.83 11.25 17.02 11.25C21.77 11.25 21.77 13.77 21.77 16V17C21.75 20.82 19.82 22.75 16 22.75ZM7 12.75C3.75 12.75 3.75 13.77 3.75 16V17C3.75 19.74 3.75 21.25 8 21.25H16C18.98 21.25 20.25 19.98 20.25 17V16C20.25 13.77 20.25 12.75 17 12.75C16.28 12.75 16.13 12.84 15.7 13.16L14.73 14.19C14.01 14.95 13.04 15.37 12 15.37C10.96 15.37 9.99 14.95 9.27 14.19L8.3 13.16C7.87 12.84 7.72 12.75 7 12.75Z\" fill=\"\"/>\n<path d=\"M19 12.75C18.59 12.75 18.25 12.41 18.25 12V6C18.25 3.77 18.25 2.75 15 2.75H9C5.75 2.75 5.75 3.77 5.75 6V12C5.75 12.41 5.41 12.75 5 12.75C4.59 12.75 4.25 12.41 4.25 12V6C4.25 3.77 4.25 1.25 9 1.25H15C19.75 1.25 19.75 3.77 19.75 6V12C19.75 12.41 19.41 12.75 19 12.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"directbox notif \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 22.75H8C2.25 22.75 2.25 19.7 2.25 17V16C2.25 13.77 2.25 11.25 7 11.25C8.19 11.25 8.63 11.54 9.25 12C9.28 12.03 9.32 12.05 9.35 12.09L10.37 13.17C11.23 14.08 12.79 14.08 13.65 13.17L14.67 12.09C14.7 12.06 14.73 12.03 14.77 12C15.39 11.53 15.83 11.25 17.02 11.25C21.77 11.25 21.77 13.77 21.77 16V17C21.75 20.82 19.82 22.75 16 22.75ZM7 12.75C3.75 12.75 3.75 13.77 3.75 16V17C3.75 19.74 3.75 21.25 8 21.25H16C18.98 21.25 20.25 19.98 20.25 17V16C20.25 13.77 20.25 12.75 17 12.75C16.28 12.75 16.13 12.84 15.7 13.16L14.73 14.19C14.01 14.95 13.04 15.37 12 15.37C10.96 15.37 9.99 14.95 9.27 14.19L8.3 13.16C7.87 12.84 7.72 12.75 7 12.75Z\" fill=\"\"/>\n<path d=\"M19 12.75C18.59 12.75 18.25 12.41 18.25 12V6C18.25 3.77 18.25 2.75 15 2.75H9C5.75 2.75 5.75 3.77 5.75 6V12C5.75 12.41 5.41 12.75 5 12.75C4.59 12.75 4.25 12.41 4.25 12V6C4.25 3.77 4.25 1.25 9 1.25H15C19.75 1.25 19.75 3.77 19.75 6V12C19.75 12.41 19.41 12.75 19 12.75Z\" fill=\"\"/>\n<path d=\"M13.8808 9.97998H10.5508C10.1408 9.97998 9.80078 9.63998 9.80078 9.22998C9.80078 8.81998 10.1408 8.47998 10.5508 8.47998H13.8808C14.2908 8.47998 14.6308 8.81998 14.6308 9.22998C14.6308 9.63998 14.3008 9.97998 13.8808 9.97998Z\" fill=\"\"/>\n<path d=\"M14.7207 6.97998H9.7207C9.3107 6.97998 8.9707 6.63998 8.9707 6.22998C8.9707 5.81998 9.3107 5.47998 9.7207 5.47998H14.7207C15.1307 5.47998 15.4707 5.81998 15.4707 6.22998C15.4707 6.63998 15.1407 6.97998 14.7207 6.97998Z\" fill=\"\"/>\n</svg>\n</li><li title=\"directbox receive \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 8.75C11.9 8.75 11.81 8.73 11.71 8.69C11.43 8.58 11.25 8.3 11.25 8V2C11.25 1.59 11.59 1.25 12 1.25C12.41 1.25 12.75 1.59 12.75 2V6.19L13.47 5.47C13.76 5.18 14.24 5.18 14.53 5.47C14.82 5.76 14.82 6.24 14.53 6.53L12.53 8.53C12.39 8.67 12.19 8.75 12 8.75Z\" fill=\"\"/>\n<path d=\"M11.9995 8.74994C11.8095 8.74994 11.6195 8.67994 11.4695 8.52994L9.46945 6.52994C9.17945 6.23994 9.17945 5.75994 9.46945 5.46994C9.75945 5.17994 10.2395 5.17994 10.5295 5.46994L12.5295 7.46994C12.8195 7.75994 12.8195 8.23994 12.5295 8.52994C12.3795 8.67994 12.1895 8.74994 11.9995 8.74994Z\" fill=\"\"/>\n<path d=\"M16 22.75H8C2.25 22.75 2.25 19.7 2.25 17V16C2.25 13.77 2.25 11.25 7 11.25C8.19 11.25 8.63 11.54 9.25 12C9.28 12.03 9.32 12.05 9.35 12.09L10.37 13.17C11.23 14.08 12.79 14.08 13.65 13.17L14.67 12.09C14.7 12.06 14.73 12.03 14.77 12C15.39 11.53 15.83 11.25 17.02 11.25C21.77 11.25 21.77 13.77 21.77 16V17C21.75 20.82 19.82 22.75 16 22.75ZM7 12.75C3.75 12.75 3.75 13.77 3.75 16V17C3.75 19.74 3.75 21.25 8 21.25H16C18.98 21.25 20.25 19.98 20.25 17V16C20.25 13.77 20.25 12.75 17 12.75C16.28 12.75 16.13 12.84 15.7 13.16L14.73 14.19C14.01 14.95 13.04 15.37 12 15.37C10.96 15.37 9.99 14.95 9.27 14.19L8.3 13.16C7.87 12.84 7.72 12.75 7 12.75Z\" fill=\"\"/>\n<path d=\"M5 12.75C4.59 12.75 4.25 12.41 4.25 12V7.99996C4.25 6.05996 4.25 3.64996 7.93 3.29996C8.34 3.25996 8.71 3.55996 8.75 3.97996C8.79 4.38996 8.49 4.75996 8.07 4.79996C5.75 5.00996 5.75 5.94996 5.75 7.99996V12C5.75 12.41 5.41 12.75 5 12.75Z\" fill=\"\"/>\n<path d=\"M18.9994 12.7502C18.5894 12.7502 18.2494 12.4102 18.2494 12.0002V8.00022C18.2494 5.95022 18.2494 5.01022 15.9294 4.79022C15.5194 4.75022 15.2194 4.38022 15.2594 3.97022C15.2994 3.56022 15.6594 3.25022 16.0794 3.30022C19.7594 3.65022 19.7594 6.06022 19.7594 8.00022V12.0002C19.7494 12.4102 19.4094 12.7502 18.9994 12.7502Z\" fill=\"\"/>\n</svg>\n</li><li title=\"directbox send \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9995 8.74999C11.5895 8.74999 11.2495 8.40999 11.2495 7.99999V3.80999L10.5295 4.52999C10.2395 4.81999 9.75945 4.81999 9.46945 4.52999C9.17945 4.23999 9.17945 3.75999 9.46945 3.46999L11.4695 1.46999C11.6795 1.25999 12.0095 1.18999 12.2895 1.30999C12.5695 1.41999 12.7495 1.69999 12.7495 1.99999V7.99999C12.7495 8.40999 12.4095 8.74999 11.9995 8.74999Z\" fill=\"\"/>\n<path d=\"M13.9995 4.74994C13.8095 4.74994 13.6195 4.67994 13.4695 4.52994L11.4695 2.52994C11.1795 2.23994 11.1795 1.75994 11.4695 1.46994C11.7595 1.17994 12.2395 1.17994 12.5295 1.46994L14.5295 3.46994C14.8195 3.75994 14.8195 4.23994 14.5295 4.52994C14.3795 4.67994 14.1895 4.74994 13.9995 4.74994Z\" fill=\"\"/>\n<path d=\"M16 22.75H8C2.25 22.75 2.25 19.7 2.25 17V16C2.25 13.77 2.25 11.25 7 11.25C8.19 11.25 8.63 11.54 9.25 12C9.28 12.03 9.32 12.05 9.35 12.09L10.37 13.17C11.23 14.08 12.79 14.08 13.65 13.17L14.67 12.09C14.7 12.06 14.73 12.03 14.77 12C15.39 11.53 15.83 11.25 17.02 11.25C21.77 11.25 21.77 13.77 21.77 16V17C21.75 20.82 19.82 22.75 16 22.75ZM7 12.75C3.75 12.75 3.75 13.77 3.75 16V17C3.75 19.74 3.75 21.25 8 21.25H16C18.98 21.25 20.25 19.98 20.25 17V16C20.25 13.77 20.25 12.75 17 12.75C16.28 12.75 16.13 12.84 15.7 13.16L14.73 14.19C14.01 14.95 13.04 15.37 12 15.37C10.96 15.37 9.99 14.95 9.27 14.19L8.3 13.16C7.87 12.84 7.72 12.75 7 12.75Z\" fill=\"\"/>\n<path d=\"M5 12.7502C4.59 12.7502 4.25 12.4102 4.25 12.0002V10.0002C4.25 8.06022 4.25 5.65022 7.93 5.30022C8.33 5.25022 8.71 5.56022 8.75 5.98022C8.79 6.39022 8.49 6.76022 8.07 6.80022C5.75 7.01022 5.75 7.95022 5.75 10.0002V12.0002C5.75 12.4102 5.41 12.7502 5 12.7502Z\" fill=\"\"/>\n<path d=\"M18.9994 12.7502C18.5894 12.7502 18.2494 12.4102 18.2494 12.0002V10.0002C18.2494 7.95022 18.2494 7.01022 15.9294 6.79022C15.5194 6.75022 15.2194 6.38022 15.2594 5.97022C15.2994 5.56022 15.6594 5.25022 16.0794 5.30022C19.7594 5.65022 19.7594 8.06022 19.7594 10.0002V12.0002C19.7494 12.4102 19.4094 12.7502 18.9994 12.7502Z\" fill=\"\"/>\n</svg>\n</li><li title=\"discount circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z\" fill=\"\"/>\n<path d=\"M15.0002 16C14.4402 16 13.9902 15.55 13.9902 15C13.9902 14.45 14.4402 14 14.9902 14C15.5402 14 15.9902 14.45 15.9902 15C15.9902 15.55 15.5502 16 15.0002 16Z\" fill=\"\"/>\n<path d=\"M9.01001 10C8.45001 10 8 9.55 8 9C8 8.45 8.45 8 9 8C9.55 8 10 8.45 10 9C10 9.55 9.56001 10 9.01001 10Z\" fill=\"\"/>\n<path d=\"M8.99948 15.75C8.80948 15.75 8.61945 15.68 8.46945 15.53C8.17945 15.24 8.17945 14.7599 8.46945 14.4699L14.4695 8.46994C14.7595 8.17994 15.2395 8.17994 15.5295 8.46994C15.8195 8.75994 15.8195 9.24 15.5295 9.53L9.52951 15.53C9.37951 15.68 9.18948 15.75 8.99948 15.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"discount shape \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22.7498C11.37 22.7498 10.78 22.5099 10.34 22.0599L8.82001 20.5399C8.70001 20.4199 8.38 20.2899 8.22 20.2899H6.06C4.76 20.2899 3.70999 19.2398 3.70999 17.9398V15.7799C3.70999 15.6199 3.57999 15.2999 3.45999 15.1799L1.94 13.6599C1.5 13.2199 1.25 12.6298 1.25 11.9998C1.25 11.3698 1.49 10.7798 1.94 10.3398L3.45999 8.81979C3.57999 8.69979 3.70999 8.37981 3.70999 8.21981V6.0599C3.70999 4.7599 4.76 3.7098 6.06 3.7098H8.22C8.38 3.7098 8.70001 3.5798 8.82001 3.4598L10.34 1.93979C11.22 1.05979 12.78 1.05979 13.66 1.93979L15.18 3.4598C15.3 3.5798 15.62 3.7098 15.78 3.7098H17.94C19.24 3.7098 20.29 4.7599 20.29 6.0599V8.21981C20.29 8.37981 20.42 8.69979 20.54 8.81979L22.06 10.3398C22.5 10.7798 22.75 11.3698 22.75 11.9998C22.75 12.6298 22.51 13.2199 22.06 13.6599L20.54 15.1799C20.42 15.2999 20.29 15.6199 20.29 15.7799V17.9398C20.29 19.2398 19.24 20.2899 17.94 20.2899H15.78C15.62 20.2899 15.3 20.4199 15.18 20.5399L13.66 22.0599C13.22 22.5099 12.63 22.7498 12 22.7498ZM4.51999 14.1198C4.91999 14.5198 5.20999 15.2199 5.20999 15.7799V17.9398C5.20999 18.4098 5.59 18.7899 6.06 18.7899H8.22C8.78 18.7899 9.48001 19.0798 9.88 19.4798L11.4 20.9998C11.72 21.3198 12.28 21.3198 12.6 20.9998L14.12 19.4798C14.52 19.0798 15.22 18.7899 15.78 18.7899H17.94C18.41 18.7899 18.79 18.4098 18.79 17.9398V15.7799C18.79 15.2199 19.08 14.5198 19.48 14.1198L21 12.5998C21.16 12.4398 21.25 12.2298 21.25 11.9998C21.25 11.7698 21.16 11.5599 21 11.3999L19.48 9.87985C19.08 9.47985 18.79 8.77981 18.79 8.21981V6.0599C18.79 5.5899 18.41 5.2098 17.94 5.2098H15.78C15.22 5.2098 14.52 4.91986 14.12 4.51986L12.6 2.99984C12.28 2.67984 11.72 2.67984 11.4 2.99984L9.88 4.51986C9.48001 4.91986 8.78 5.2098 8.22 5.2098H6.06C5.59 5.2098 5.20999 5.5899 5.20999 6.0599V8.21981C5.20999 8.77981 4.91999 9.47985 4.51999 9.87985L3 11.3999C2.84 11.5599 2.75 11.7698 2.75 11.9998C2.75 12.2298 2.84 12.4398 3 12.5998L4.51999 14.1198Z\" fill=\"\"/>\n<path d=\"M15.0002 16C14.4402 16 13.9902 15.55 13.9902 15C13.9902 14.45 14.4402 14 14.9902 14C15.5402 14 15.9902 14.45 15.9902 15C15.9902 15.55 15.5502 16 15.0002 16Z\" fill=\"\"/>\n<path d=\"M9.01001 10C8.45001 10 8 9.55 8 9C8 8.45 8.45 8 9 8C9.55 8 10 8.45 10 9C10 9.55 9.56001 10 9.01001 10Z\" fill=\"\"/>\n<path d=\"M8.99945 15.75C8.80945 15.75 8.61945 15.68 8.46945 15.53C8.17945 15.24 8.17945 14.7599 8.46945 14.4699L14.4695 8.46994C14.7595 8.17994 15.2395 8.17994 15.5295 8.46994C15.8195 8.75994 15.8195 9.24 15.5295 9.53L9.52945 15.53C9.37945 15.68 9.18945 15.75 8.99945 15.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"discover 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.90926 22.82C3.81926 22.82 2.88926 22.47 2.20926 21.79C1.23926 20.82 0.939261 19.34 1.36926 17.62L3.84926 7.69001C4.27926 5.97001 5.95926 4.30001 7.66926 3.87001L17.5993 1.39001C19.3193 0.960013 20.7993 1.26001 21.7693 2.23001C22.7393 3.20001 23.0393 4.68001 22.6093 6.40001L20.1293 16.33C19.6993 18.05 18.0193 19.72 16.3093 20.15L6.37926 22.63C5.86926 22.75 5.37926 22.82 4.90926 22.82ZM17.9793 2.83001L8.04926 5.32001C6.87926 5.61001 5.60926 6.88001 5.30926 8.05001L2.82926 17.98C2.52926 19.17 2.68926 20.14 3.26926 20.73C3.84926 21.31 4.82926 21.47 6.01926 21.17L15.9493 18.69C17.1193 18.4 18.3893 17.12 18.6793 15.96L21.1593 6.03001C21.4593 4.84001 21.2993 3.87001 20.7193 3.28001C20.1393 2.69001 19.1693 2.54001 17.9793 2.83001Z\" fill=\"\"/>\n<path d=\"M12 16.25C9.66 16.25 7.75 14.34 7.75 12C7.75 9.66 9.66 7.75 12 7.75C14.34 7.75 16.25 9.66 16.25 12C16.25 14.34 14.34 16.25 12 16.25ZM12 9.25C10.48 9.25 9.25 10.48 9.25 12C9.25 13.52 10.48 14.75 12 14.75C13.52 14.75 14.75 13.52 14.75 12C14.75 10.48 13.52 9.25 12 9.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"discover \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z\" fill=\"\"/>\n<path d=\"M10.5 16.75C8.71 16.75 7.25 15.29 7.25 13.5C7.25 10.05 10.05 7.25 13.5 7.25C15.29 7.25 16.75 8.71 16.75 10.5C16.75 13.95 13.95 16.75 10.5 16.75ZM13.5 8.75C10.88 8.75 8.75 10.88 8.75 13.5C8.75 14.46 9.54 15.25 10.5 15.25C13.12 15.25 15.25 13.12 15.25 10.5C15.25 9.54 14.46 8.75 13.5 8.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"dislike \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.7996 22.0999C10.5096 22.0999 10.2196 22.0499 9.94955 21.9499C8.69955 21.5399 7.89955 20.1599 8.17955 18.8799L8.66955 15.7299C8.67955 15.6599 8.67955 15.5599 8.60955 15.4799C8.55955 15.4299 8.48955 15.3999 8.40955 15.3999H4.40955C3.42955 15.3999 2.57955 14.9899 2.07955 14.2799C1.58955 13.5899 1.48955 12.6799 1.80955 11.7999L4.19955 4.5199C4.56955 3.0699 6.11955 1.8999 7.71955 1.8999H11.5196C12.0796 1.8999 13.2996 2.0699 13.9496 2.7199L16.9796 5.0599L16.0596 6.2499L12.9596 3.8499C12.7096 3.5999 12.0796 3.3999 11.5196 3.3999H7.71955C6.81955 3.3999 5.84955 4.1199 5.64955 4.9299L3.22955 12.2799C3.06955 12.7199 3.09955 13.1199 3.30955 13.4099C3.52955 13.7199 3.92955 13.8999 4.41955 13.8999H8.41955C8.93955 13.8999 9.41955 14.1199 9.74955 14.4999C10.0896 14.8899 10.2396 15.4099 10.1596 15.9499L9.65955 19.1599C9.53955 19.7199 9.91955 20.3499 10.4596 20.5299C10.9396 20.7099 11.5796 20.4499 11.7996 20.1299L15.8996 14.0299L17.1396 14.8699L13.0396 20.9699C12.5696 21.6699 11.6796 22.0999 10.7996 22.0999Z\" fill=\"\"/>\n<path d=\"M19.6191 18.1H18.6191C16.7691 18.1 15.8691 17.23 15.8691 15.45V5.65C15.8691 3.87 16.7691 3 18.6191 3H19.6191C21.4691 3 22.3691 3.87 22.3691 5.65V15.45C22.3691 17.23 21.4691 18.1 19.6191 18.1ZM18.6191 4.5C17.5291 4.5 17.3691 4.76 17.3691 5.65V15.45C17.3691 16.34 17.5291 16.6 18.6191 16.6H19.6191C20.7091 16.6 20.8691 16.34 20.8691 15.45V5.65C20.8691 4.76 20.7091 4.5 19.6191 4.5H18.6191Z\" fill=\"\"/>\n</svg>\n</li><li title=\"document 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H14C14.41 1.25 14.75 1.59 14.75 2C14.75 2.41 14.41 2.75 14 2.75H9C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V10C21.25 9.59 21.59 9.25 22 9.25C22.41 9.25 22.75 9.59 22.75 10V15C22.75 20.43 20.43 22.75 15 22.75Z\" fill=\"\"/>\n<path d=\"M22 10.75H18C14.58 10.75 13.25 9.41999 13.25 5.99999V1.99999C13.25 1.69999 13.43 1.41999 13.71 1.30999C13.99 1.18999 14.31 1.25999 14.53 1.46999L22.53 9.46999C22.74 9.67999 22.81 10.01 22.69 10.29C22.57 10.57 22.3 10.75 22 10.75ZM14.75 3.80999V5.99999C14.75 8.57999 15.42 9.24999 18 9.24999H20.19L14.75 3.80999Z\" fill=\"\"/>\n</svg>\n</li><li title=\"document cloud \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22.75C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H14C14.41 1.25 14.75 1.59 14.75 2C14.75 2.41 14.41 2.75 14 2.75H9C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25C9.41 21.25 9.75 21.59 9.75 22C9.75 22.41 9.41 22.75 9 22.75Z\" fill=\"\"/>\n<path d=\"M22 13.75C21.59 13.75 21.25 13.41 21.25 13V10C21.25 9.59 21.59 9.25 22 9.25C22.41 9.25 22.75 9.59 22.75 10V13C22.75 13.41 22.41 13.75 22 13.75Z\" fill=\"\"/>\n<path d=\"M22 10.75H18C14.58 10.75 13.25 9.41999 13.25 5.99999V1.99999C13.25 1.69999 13.43 1.41999 13.71 1.30999C13.99 1.18999 14.31 1.25999 14.53 1.46999L22.53 9.46999C22.74 9.67999 22.81 10.01 22.69 10.29C22.57 10.57 22.3 10.75 22 10.75ZM14.75 3.80999V5.99999C14.75 8.57999 15.42 9.24999 18 9.24999H20.19L14.75 3.80999Z\" fill=\"\"/>\n<path d=\"M19.34 22.7503C19.33 22.7503 19.32 22.7503 19.32 22.7503H13.76C12.09 22.6303 11.25 21.3503 11.25 20.1303C11.25 19.1503 11.8 18.1203 12.86 17.7003C12.64 16.4503 12.96 15.2903 13.79 14.4203C14.81 13.3503 16.45 12.9203 17.87 13.3603C19.11 13.7403 20 14.7203 20.37 16.0803C21.42 16.4003 22.25 17.2303 22.59 18.3603C22.99 19.6703 22.62 21.0103 21.63 21.8703C21.02 22.4303 20.2 22.7503 19.34 22.7503ZM13.79 19.0103C13.03 19.0803 12.75 19.6503 12.75 20.1303C12.75 20.6103 13.03 21.1903 13.81 21.2503H19.32C19.83 21.2203 20.28 21.0703 20.64 20.7503C21.29 20.1803 21.34 19.3703 21.16 18.7903C20.98 18.2103 20.49 17.5603 19.65 17.4503C19.32 17.4103 19.06 17.1603 19 16.8303C18.78 15.4803 18.02 14.9803 17.43 14.8003C16.56 14.5303 15.51 14.8003 14.88 15.4703C14.45 15.9203 14.03 16.7303 14.5 18.0203C14.64 18.4103 14.44 18.8403 14.05 18.9803C13.96 19.0003 13.87 19.0103 13.79 19.0103Z\" fill=\"\"/>\n</svg>\n</li><li title=\"document code 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 22.75H11C10.59 22.75 10.25 22.41 10.25 22C10.25 21.59 10.59 21.25 11 21.25H16C18.86 21.25 20.25 19.86 20.25 17V7C20.25 4.14 18.86 2.75 16 2.75H8C5.14 2.75 3.75 4.14 3.75 7V14C3.75 14.41 3.41 14.75 3 14.75C2.59 14.75 2.25 14.41 2.25 14V7C2.25 3.35 4.35 1.25 8 1.25H16C19.65 1.25 21.75 3.35 21.75 7V17C21.75 20.65 19.65 22.75 16 22.75Z\" fill=\"\"/>\n<path d=\"M18.5 9.25H16.5C14.98 9.25 13.75 8.02 13.75 6.5V4.5C13.75 4.09 14.09 3.75 14.5 3.75C14.91 3.75 15.25 4.09 15.25 4.5V6.5C15.25 7.19 15.81 7.75 16.5 7.75H18.5C18.91 7.75 19.25 8.09 19.25 8.5C19.25 8.91 18.91 9.25 18.5 9.25Z\" fill=\"\"/>\n<path d=\"M3.99945 21.75C3.80945 21.75 3.61945 21.68 3.46945 21.53L1.46945 19.53C1.17945 19.24 1.17945 18.7599 1.46945 18.4699L3.46945 16.4699C3.75945 16.1799 4.23945 16.1799 4.52945 16.4699C4.81945 16.7599 4.81945 17.24 4.52945 17.53L3.05945 19L4.52945 20.4699C4.81945 20.7599 4.81945 21.24 4.52945 21.53C4.37945 21.68 4.18945 21.75 3.99945 21.75Z\" fill=\"\"/>\n<path d=\"M6.99945 21.75C6.80945 21.75 6.61945 21.68 6.46945 21.53C6.17945 21.24 6.17945 20.7599 6.46945 20.4699L7.93945 19L6.46945 17.53C6.17945 17.24 6.17945 16.7599 6.46945 16.4699C6.75945 16.1799 7.23945 16.1799 7.52945 16.4699L9.52945 18.4699C9.81945 18.7599 9.81945 19.24 9.52945 19.53L7.52945 21.53C7.37945 21.68 7.18945 21.75 6.99945 21.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"document code \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 22.75H8C4.35 22.75 2.25 20.65 2.25 17V7C2.25 3.35 4.35 1.25 8 1.25H16C19.65 1.25 21.75 3.35 21.75 7V17C21.75 20.65 19.65 22.75 16 22.75ZM8 2.75C5.14 2.75 3.75 4.14 3.75 7V17C3.75 19.86 5.14 21.25 8 21.25H16C18.86 21.25 20.25 19.86 20.25 17V7C20.25 4.14 18.86 2.75 16 2.75H8Z\" fill=\"\"/>\n<path d=\"M18.5 9.25H16.5C14.98 9.25 13.75 8.02 13.75 6.5V4.5C13.75 4.09 14.09 3.75 14.5 3.75C14.91 3.75 15.25 4.09 15.25 4.5V6.5C15.25 7.19 15.81 7.75 16.5 7.75H18.5C18.91 7.75 19.25 8.09 19.25 8.5C19.25 8.91 18.91 9.25 18.5 9.25Z\" fill=\"\"/>\n<path d=\"M9.99945 17.75C9.80945 17.75 9.61945 17.68 9.46945 17.53L7.46945 15.53C7.17945 15.24 7.17945 14.7599 7.46945 14.4699L9.46945 12.4699C9.75945 12.1799 10.2395 12.1799 10.5295 12.4699C10.8195 12.7599 10.8195 13.24 10.5295 13.53L9.05945 15L10.5295 16.4699C10.8195 16.7599 10.8195 17.24 10.5295 17.53C10.3795 17.68 10.1895 17.75 9.99945 17.75Z\" fill=\"\"/>\n<path d=\"M13.9995 17.75C13.8095 17.75 13.6195 17.68 13.4695 17.53C13.1795 17.24 13.1795 16.7599 13.4695 16.4699L14.9395 15L13.4695 13.53C13.1795 13.24 13.1795 12.7599 13.4695 12.4699C13.7595 12.1799 14.2395 12.1799 14.5295 12.4699L16.5295 14.4699C16.8195 14.7599 16.8195 15.24 16.5295 15.53L14.5295 17.53C14.3795 17.68 14.1895 17.75 13.9995 17.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"document copy \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.4 22.75H7.6C3.21 22.75 1.25 20.79 1.25 16.4V12.6C1.25 8.21 3.21 6.25 7.6 6.25H10.6C11.01 6.25 11.35 6.59 11.35 7C11.35 7.41 11.01 7.75 10.6 7.75H7.6C4.02 7.75 2.75 9.02 2.75 12.6V16.4C2.75 19.98 4.02 21.25 7.6 21.25H11.4C14.98 21.25 16.25 19.98 16.25 16.4V13.4C16.25 12.99 16.59 12.65 17 12.65C17.41 12.65 17.75 12.99 17.75 13.4V16.4C17.75 20.79 15.79 22.75 11.4 22.75Z\" fill=\"\"/>\n<path d=\"M16.9996 14.15H13.7996C10.9896 14.15 9.84961 13.01 9.84961 10.2V6.99999C9.84961 6.69999 10.0296 6.41999 10.3096 6.30999C10.5896 6.18999 10.9096 6.25999 11.1296 6.46999L17.5296 12.87C17.7396 13.08 17.8096 13.41 17.6896 13.69C17.5796 13.97 17.2996 14.15 16.9996 14.15ZM11.3496 8.80999V10.2C11.3496 12.19 11.8096 12.65 13.7996 12.65H15.1896L11.3496 8.80999Z\" fill=\"\"/>\n<path d=\"M15.5996 2.75H11.5996C11.1896 2.75 10.8496 2.41 10.8496 2C10.8496 1.59 11.1896 1.25 11.5996 1.25H15.5996C16.0096 1.25 16.3496 1.59 16.3496 2C16.3496 2.41 16.0096 2.75 15.5996 2.75Z\" fill=\"\"/>\n<path d=\"M7 5.75C6.59 5.75 6.25 5.41 6.25 5C6.25 2.93 7.93 1.25 10 1.25H12.62C13.03 1.25 13.37 1.59 13.37 2C13.37 2.41 13.03 2.75 12.62 2.75H10C8.76 2.75 7.75 3.76 7.75 5C7.75 5.41 7.41 5.75 7 5.75Z\" fill=\"\"/>\n<path d=\"M19.1895 17.75C18.7795 17.75 18.4395 17.41 18.4395 17C18.4395 16.59 18.7795 16.25 19.1895 16.25C20.3295 16.25 21.2495 15.32 21.2495 14.19V8C21.2495 7.59 21.5895 7.25 21.9995 7.25C22.4095 7.25 22.7495 7.59 22.7495 8V14.19C22.7495 16.15 21.1495 17.75 19.1895 17.75Z\" fill=\"\"/>\n<path d=\"M22 8.74999H19C16.34 8.74999 15.25 7.65999 15.25 4.99999V1.99999C15.25 1.69999 15.43 1.41999 15.71 1.30999C15.99 1.18999 16.31 1.25999 16.53 1.46999L22.53 7.46999C22.74 7.67999 22.81 8.00999 22.69 8.28999C22.58 8.56999 22.3 8.74999 22 8.74999ZM16.75 3.80999V4.99999C16.75 6.82999 17.17 7.24999 19 7.24999H20.19L16.75 3.80999Z\" fill=\"\"/>\n</svg>\n</li><li title=\"document download \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 17.75C8.9 17.75 8.81 17.73 8.71 17.69C8.43 17.58 8.25 17.3 8.25 17V11C8.25 10.59 8.59 10.25 9 10.25C9.41 10.25 9.75 10.59 9.75 11V15.19L10.47 14.47C10.76 14.18 11.24 14.18 11.53 14.47C11.82 14.76 11.82 15.24 11.53 15.53L9.53 17.53C9.39 17.67 9.19 17.75 9 17.75Z\" fill=\"\"/>\n<path d=\"M8.99945 17.7499C8.80945 17.7499 8.61945 17.6799 8.46945 17.5299L6.46945 15.5299C6.17945 15.2399 6.17945 14.7599 6.46945 14.4699C6.75945 14.1799 7.23945 14.1799 7.52945 14.4699L9.52945 16.4699C9.81945 16.7599 9.81945 17.2399 9.52945 17.5299C9.37945 17.6799 9.18945 17.7499 8.99945 17.7499Z\" fill=\"\"/>\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H14C14.41 1.25 14.75 1.59 14.75 2C14.75 2.41 14.41 2.75 14 2.75H9C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V10C21.25 9.59 21.59 9.25 22 9.25C22.41 9.25 22.75 9.59 22.75 10V15C22.75 20.43 20.43 22.75 15 22.75Z\" fill=\"\"/>\n<path d=\"M22 10.75H18C14.58 10.75 13.25 9.41999 13.25 5.99999V1.99999C13.25 1.69999 13.43 1.41999 13.71 1.30999C13.99 1.18999 14.31 1.25999 14.53 1.46999L22.53 9.46999C22.74 9.67999 22.81 10.01 22.69 10.29C22.57 10.57 22.3 10.75 22 10.75ZM14.75 3.80999V5.99999C14.75 8.57999 15.42 9.24999 18 9.24999H20.19L14.75 3.80999Z\" fill=\"\"/>\n</svg>\n</li><li title=\"document favorite \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H14C14.41 1.25 14.75 1.59 14.75 2C14.75 2.41 14.41 2.75 14 2.75H9C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V10C21.25 9.59 21.59 9.25 22 9.25C22.41 9.25 22.75 9.59 22.75 10V15C22.75 20.43 20.43 22.75 15 22.75Z\" fill=\"\"/>\n<path d=\"M22 10.75H18C14.58 10.75 13.25 9.41999 13.25 5.99999V1.99999C13.25 1.69999 13.43 1.41999 13.71 1.30999C13.99 1.18999 14.31 1.25999 14.53 1.46999L22.53 9.46999C22.74 9.67999 22.81 10.01 22.69 10.29C22.57 10.57 22.3 10.75 22 10.75ZM14.75 3.80999V5.99999C14.75 8.57999 15.42 9.24999 18 9.24999H20.19L14.75 3.80999Z\" fill=\"\"/>\n<path d=\"M9.41938 18.9501C8.54938 18.9501 6.52938 17.8901 5.90938 15.9501C5.47938 14.6101 5.97938 12.8601 7.52938 12.3601C8.17938 12.1501 8.86938 12.2401 9.41938 12.5801C9.95938 12.2401 10.6594 12.1501 11.3194 12.3601C12.8694 12.8601 13.3694 14.6101 12.9394 15.9501C12.3094 17.9301 10.1894 18.9501 9.41938 18.9501ZM7.32938 15.5001C7.74938 16.8101 9.16938 17.4301 9.42938 17.4501C9.70938 17.4201 11.1094 16.7301 11.4994 15.5001C11.7094 14.8401 11.4994 14.0001 10.8494 13.7901C10.5794 13.7001 10.2094 13.7501 10.0394 14.0101C9.89938 14.2201 9.67938 14.3401 9.42938 14.3501C9.15938 14.3501 8.94938 14.2401 8.80938 14.0401C8.59938 13.7501 8.23938 13.7101 7.97938 13.8001C7.33938 14.0001 7.11938 14.8401 7.32938 15.5001Z\" fill=\"\"/>\n</svg>\n</li><li title=\"document filter \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.08002 16.1003C6.72002 16.1003 6.36003 16.0103 6.03003 15.8203C5.36003 15.4403 4.96002 14.7602 4.96002 14.0002V10.4302C4.96002 10.1702 4.79002 9.73026 4.58002 9.48026L2.06 6.83023C1.59 6.37023 1.25 5.57024 1.25 4.96024V3.41025C1.25 2.20025 2.16998 1.24023 3.34998 1.24023H12.25C13.41 1.24023 14.35 2.18024 14.35 3.34024V4.82025C14.35 5.60025 13.9 6.46024 13.46 6.90024L10.53 9.49023C10.3 9.68023 10.11 10.1403 10.11 10.4803V13.3802C10.11 14.0702 9.69001 14.8403 9.14001 15.1703L8.21997 15.7702C7.85997 15.9902 7.47002 16.1003 7.08002 16.1003ZM3.34998 2.75024C3.00998 2.75024 2.75 3.04026 2.75 3.42026V4.97025C2.75 5.14025 2.92001 5.57025 3.14001 5.79025L5.71997 8.50024C6.09997 8.97024 6.46997 9.74024 6.46997 10.4302V14.0002C6.46997 14.3002 6.66003 14.4503 6.78003 14.5103C6.94003 14.6003 7.19998 14.6503 7.41998 14.5103L8.34998 13.9102C8.46998 13.8402 8.60999 13.5603 8.60999 13.3903V10.4902C8.60999 9.70023 8.99999 8.83023 9.54999 8.36023L12.43 5.81024C12.61 5.63024 12.85 5.14025 12.85 4.82025V3.34024C12.85 3.01024 12.58 2.74023 12.25 2.74023H3.34998V2.75024Z\" fill=\"\"/>\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V12C1.25 11.59 1.59 11.25 2 11.25C2.41 11.25 2.75 11.59 2.75 12V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V8.99999C21.25 6.09999 20.57 4.41998 19.04 3.54998C18.88 3.45998 18.35 3.22 16.83 2.98C16.42 2.92 16.14 2.52998 16.21 2.11998C16.28 1.70998 16.67 1.42999 17.07 1.49999C18.38 1.70999 19.27 1.94998 19.78 2.23998C21.8 3.38998 22.75 5.53999 22.75 8.99999V15C22.75 20.43 20.43 22.75 15 22.75Z\" fill=\"\"/>\n<path d=\"M18 13.75H13C12.59 13.75 12.25 13.41 12.25 13C12.25 12.59 12.59 12.25 13 12.25H18C18.41 12.25 18.75 12.59 18.75 13C18.75 13.41 18.41 13.75 18 13.75Z\" fill=\"\"/>\n<path d=\"M18 17.75H11C10.59 17.75 10.25 17.41 10.25 17C10.25 16.59 10.59 16.25 11 16.25H18C18.41 16.25 18.75 16.59 18.75 17C18.75 17.41 18.41 17.75 18 17.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"document forward \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11 17.7499C10.81 17.7499 10.62 17.6799 10.47 17.5299C10.18 17.2399 10.18 16.7599 10.47 16.4699L11.19 15.7499H7C6.59 15.7499 6.25 15.4099 6.25 14.9999C6.25 14.5899 6.59 14.2499 7 14.2499H11.19L10.47 13.5299C10.32 13.3799 10.25 13.1899 10.25 12.9999C10.25 12.8099 10.32 12.6199 10.47 12.4699C10.76 12.1799 11.24 12.1799 11.53 12.4699L13.53 14.4699C13.66 14.5999 13.73 14.7699 13.74 14.9299C13.74 14.9799 13.74 15.0399 13.74 15.0899C13.72 15.2299 13.66 15.3599 13.56 15.4799C13.55 15.4899 13.53 15.5099 13.52 15.5199L11.52 17.5199C11.38 17.6799 11.19 17.7499 11 17.7499Z\" fill=\"\"/>\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H14C14.41 1.25 14.75 1.59 14.75 2C14.75 2.41 14.41 2.75 14 2.75H9C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V10C21.25 9.59 21.59 9.25 22 9.25C22.41 9.25 22.75 9.59 22.75 10V15C22.75 20.43 20.43 22.75 15 22.75Z\" fill=\"\"/>\n<path d=\"M22 10.75H18C14.58 10.75 13.25 9.41999 13.25 5.99999V1.99999C13.25 1.69999 13.43 1.41999 13.71 1.30999C13.99 1.18999 14.31 1.25999 14.53 1.46999L22.53 9.46999C22.74 9.67999 22.81 10.01 22.69 10.29C22.57 10.57 22.3 10.75 22 10.75ZM14.75 3.80999V5.99999C14.75 8.57999 15.42 9.24999 18 9.24999H20.19L14.75 3.80999Z\" fill=\"\"/>\n</svg>\n</li><li title=\"document like \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 22.75H8C4.35 22.75 2.25 20.65 2.25 17V7C2.25 3.35 4.35 1.25 8 1.25H16C19.65 1.25 21.75 3.35 21.75 7V17C21.75 20.65 19.65 22.75 16 22.75ZM8 2.75C5.14 2.75 3.75 4.14 3.75 7V17C3.75 19.86 5.14 21.25 8 21.25H16C18.86 21.25 20.25 19.86 20.25 17V7C20.25 4.14 18.86 2.75 16 2.75H8Z\" fill=\"\"/>\n<path d=\"M18.5 9.25H16.5C14.98 9.25 13.75 8.02 13.75 6.5V4.5C13.75 4.09 14.09 3.75 14.5 3.75C14.91 3.75 15.25 4.09 15.25 4.5V6.5C15.25 7.19 15.81 7.75 16.5 7.75H18.5C18.91 7.75 19.25 8.09 19.25 8.5C19.25 8.91 18.91 9.25 18.5 9.25Z\" fill=\"\"/>\n<path d=\"M10.2689 18.72C9.38887 18.7 7.37887 17.63 6.76887 15.72C6.33887 14.39 6.83889 12.6301 8.37889 12.1301C9.03889 11.9201 9.71889 12.0101 10.2589 12.3501C10.7989 12.0101 11.4889 11.9201 12.1589 12.1301C13.6989 12.6301 14.1989 14.38 13.7889 15.72C13.1689 17.7 11.0389 18.72 10.2689 18.72ZM8.1989 15.2601C8.6189 16.5501 10.0489 17.19 10.3089 17.22C10.5789 17.19 11.9789 16.5001 12.3589 15.2601C12.5589 14.6001 12.3489 13.7601 11.6989 13.5501C11.4389 13.4701 11.0689 13.5101 10.8989 13.7701C10.7689 13.9801 10.5289 14.1101 10.2889 14.1101C9.99889 14.1101 9.80889 14.0001 9.65889 13.7901C9.45889 13.5101 9.09888 13.4701 8.83888 13.5501C8.19888 13.7601 7.9889 14.6101 8.1989 15.2601Z\" fill=\"\"/>\n</svg>\n</li><li title=\"document normal \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14 6.75H10C9.04 6.75 7.25 6.75 7.25 4C7.25 1.25 9.04 1.25 10 1.25H14C14.96 1.25 16.75 1.25 16.75 4C16.75 4.96 16.75 6.75 14 6.75ZM10 2.75C9.01 2.75 8.75 2.75 8.75 4C8.75 5.25 9.01 5.25 10 5.25H14C15.25 5.25 15.25 4.99 15.25 4C15.25 2.75 14.99 2.75 14 2.75H10Z\" fill=\"\"/>\n<path d=\"M15 22.7499H9C3.38 22.7499 2.25 20.1699 2.25 15.9999V9.99993C2.25 5.43993 3.9 3.48993 7.96 3.27993C8.37 3.25993 8.73 3.56993 8.75 3.98993C8.77 4.40993 8.45 4.74993 8.04 4.76993C5.2 4.92993 3.75 5.77993 3.75 9.99993V15.9999C3.75 19.6999 4.48 21.2499 9 21.2499H15C19.52 21.2499 20.25 19.6999 20.25 15.9999V9.99993C20.25 5.77993 18.8 4.92993 15.96 4.76993C15.55 4.74993 15.23 4.38993 15.25 3.97993C15.27 3.56993 15.63 3.24993 16.04 3.26993C20.1 3.48993 21.75 5.43993 21.75 9.98993V15.9899C21.75 20.1699 20.62 22.7499 15 22.7499Z\" fill=\"\"/>\n</svg>\n</li><li title=\"document previous \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.00048 17.75C8.81048 17.75 8.62048 17.68 8.47048 17.53L6.47048 15.53C6.26048 15.32 6.19048 14.99 6.31048 14.71C6.43048 14.43 6.70048 14.25 7.00048 14.25H13.0005C13.4105 14.25 13.7505 14.59 13.7505 15C13.7505 15.41 13.4105 15.75 13.0005 15.75H8.81048L9.53048 16.47C9.82048 16.76 9.82048 17.24 9.53048 17.53C9.38048 17.68 9.19048 17.75 9.00048 17.75Z\" fill=\"\"/>\n<path d=\"M6.99945 15.7499C6.80945 15.7499 6.61945 15.6799 6.46945 15.5299C6.17945 15.2399 6.17945 14.7599 6.46945 14.4699L8.46945 12.4699C8.75945 12.1799 9.23945 12.1799 9.52945 12.4699C9.81945 12.7599 9.81945 13.2399 9.52945 13.5299L7.52945 15.5299C7.37945 15.6799 7.18945 15.7499 6.99945 15.7499Z\" fill=\"\"/>\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H14C14.41 1.25 14.75 1.59 14.75 2C14.75 2.41 14.41 2.75 14 2.75H9C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V10C21.25 9.59 21.59 9.25 22 9.25C22.41 9.25 22.75 9.59 22.75 10V15C22.75 20.43 20.43 22.75 15 22.75Z\" fill=\"\"/>\n<path d=\"M22 10.75H18C14.58 10.75 13.25 9.41999 13.25 5.99999V1.99999C13.25 1.69999 13.43 1.41999 13.71 1.30999C13.99 1.18999 14.31 1.25999 14.53 1.46999L22.53 9.46999C22.74 9.67999 22.81 10.01 22.69 10.29C22.57 10.57 22.3 10.75 22 10.75ZM14.75 3.80999V5.99999C14.75 8.57999 15.42 9.24999 18 9.24999H20.19L14.75 3.80999Z\" fill=\"\"/>\n</svg>\n</li><li title=\"document sketch \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H14C14.41 1.25 14.75 1.59 14.75 2C14.75 2.41 14.41 2.75 14 2.75H9C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V10C21.25 9.59 21.59 9.25 22 9.25C22.41 9.25 22.75 9.59 22.75 10V15C22.75 20.43 20.43 22.75 15 22.75Z\" fill=\"\"/>\n<path d=\"M22 10.75H18C14.58 10.75 13.25 9.41999 13.25 5.99999V1.99999C13.25 1.69999 13.43 1.41999 13.71 1.30999C13.99 1.18999 14.31 1.25999 14.53 1.46999L22.53 9.46999C22.74 9.67999 22.81 10.01 22.69 10.29C22.58 10.57 22.3 10.75 22 10.75ZM14.75 3.80999V5.99999C14.75 8.57999 15.42 9.24999 18 9.24999H20.19L14.75 3.80999Z\" fill=\"\"/>\n<path d=\"M9.65064 18.7102C9.21064 18.7102 8.79064 18.5402 8.48064 18.2302L6.02064 15.7702C5.48064 15.2302 5.39064 14.3202 5.81064 13.6802L6.94064 11.9802C7.22064 11.5502 7.80064 11.2402 8.32064 11.2402H10.9706C11.4806 11.2402 12.0606 11.5502 12.3506 11.9802L13.4806 13.6702C13.9006 14.3002 13.8106 15.2202 13.2706 15.7602L10.8106 18.2202C10.5106 18.5402 10.0906 18.7102 9.65064 18.7102ZM8.33064 12.7502C8.29064 12.7602 8.21064 12.8002 8.19064 12.8302L7.07064 14.5202C7.04064 14.5602 7.05064 14.6802 7.09064 14.7202L9.55064 17.1802C9.60064 17.2302 9.72064 17.2302 9.77064 17.1802L12.2306 14.7202C12.2706 14.6802 12.2806 14.5702 12.2506 14.5202L11.1206 12.8302C11.1006 12.8102 11.0206 12.7702 10.9806 12.7602L8.33064 12.7502Z\" fill=\"\"/>\n</svg>\n</li><li title=\"document text 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H14C14.41 1.25 14.75 1.59 14.75 2C14.75 2.41 14.41 2.75 14 2.75H9C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V10C21.25 9.59 21.59 9.25 22 9.25C22.41 9.25 22.75 9.59 22.75 10V15C22.75 20.43 20.43 22.75 15 22.75Z\" fill=\"\"/>\n<path d=\"M22 10.75H18C14.58 10.75 13.25 9.41999 13.25 5.99999V1.99999C13.25 1.69999 13.43 1.41999 13.71 1.30999C13.99 1.18999 14.31 1.25999 14.53 1.46999L22.53 9.46999C22.74 9.67999 22.81 10.01 22.69 10.29C22.57 10.57 22.3 10.75 22 10.75ZM14.75 3.80999V5.99999C14.75 8.57999 15.42 9.24999 18 9.24999H20.19L14.75 3.80999Z\" fill=\"\"/>\n<path d=\"M13 13.75H7C6.59 13.75 6.25 13.41 6.25 13C6.25 12.59 6.59 12.25 7 12.25H13C13.41 12.25 13.75 12.59 13.75 13C13.75 13.41 13.41 13.75 13 13.75Z\" fill=\"\"/>\n<path d=\"M11 17.75H7C6.59 17.75 6.25 17.41 6.25 17C6.25 16.59 6.59 16.25 7 16.25H11C11.41 16.25 11.75 16.59 11.75 17C11.75 17.41 11.41 17.75 11 17.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"document text \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 22.75H8C4.35 22.75 2.25 20.65 2.25 17V7C2.25 3.35 4.35 1.25 8 1.25H16C19.65 1.25 21.75 3.35 21.75 7V17C21.75 20.65 19.65 22.75 16 22.75ZM8 2.75C5.14 2.75 3.75 4.14 3.75 7V17C3.75 19.86 5.14 21.25 8 21.25H16C18.86 21.25 20.25 19.86 20.25 17V7C20.25 4.14 18.86 2.75 16 2.75H8Z\" fill=\"\"/>\n<path d=\"M18.5 9.25H16.5C14.98 9.25 13.75 8.02 13.75 6.5V4.5C13.75 4.09 14.09 3.75 14.5 3.75C14.91 3.75 15.25 4.09 15.25 4.5V6.5C15.25 7.19 15.81 7.75 16.5 7.75H18.5C18.91 7.75 19.25 8.09 19.25 8.5C19.25 8.91 18.91 9.25 18.5 9.25Z\" fill=\"\"/>\n<path d=\"M12 13.75H8C7.59 13.75 7.25 13.41 7.25 13C7.25 12.59 7.59 12.25 8 12.25H12C12.41 12.25 12.75 12.59 12.75 13C12.75 13.41 12.41 13.75 12 13.75Z\" fill=\"\"/>\n<path d=\"M16 17.75H8C7.59 17.75 7.25 17.41 7.25 17C7.25 16.59 7.59 16.25 8 16.25H16C16.41 16.25 16.75 16.59 16.75 17C16.75 17.41 16.41 17.75 16 17.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"document upload \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.99945 17.75C8.58945 17.75 8.24945 17.41 8.24945 17V12.81L7.52945 13.53C7.23945 13.82 6.75945 13.82 6.46945 13.53C6.17945 13.24 6.17945 12.76 6.46945 12.47L8.46945 10.47C8.67945 10.26 9.00945 10.19 9.28945 10.31C9.56945 10.42 9.74945 10.7 9.74945 11V17C9.74945 17.41 9.40945 17.75 8.99945 17.75Z\" fill=\"\"/>\n<path d=\"M10.9995 13.7499C10.8095 13.7499 10.6195 13.6799 10.4695 13.5299L8.46945 11.5299C8.17945 11.2399 8.17945 10.7599 8.46945 10.4699C8.75945 10.1799 9.23945 10.1799 9.52945 10.4699L11.5295 12.4699C11.8195 12.7599 11.8195 13.2399 11.5295 13.5299C11.3795 13.6799 11.1895 13.7499 10.9995 13.7499Z\" fill=\"\"/>\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H14C14.41 1.25 14.75 1.59 14.75 2C14.75 2.41 14.41 2.75 14 2.75H9C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V10C21.25 9.59 21.59 9.25 22 9.25C22.41 9.25 22.75 9.59 22.75 10V15C22.75 20.43 20.43 22.75 15 22.75Z\" fill=\"\"/>\n<path d=\"M22 10.75H18C14.58 10.75 13.25 9.41999 13.25 5.99999V1.99999C13.25 1.69999 13.43 1.41999 13.71 1.30999C13.99 1.18999 14.31 1.25999 14.53 1.46999L22.53 9.46999C22.74 9.67999 22.81 10.01 22.69 10.29C22.57 10.57 22.3 10.75 22 10.75ZM14.75 3.80999V5.99999C14.75 8.57999 15.42 9.24999 18 9.24999H20.19L14.75 3.80999Z\" fill=\"\"/>\n</svg>\n</li><li title=\"document \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n<path d=\"M15.75 9.75H8.25C7.84 9.75 7.5 9.41 7.5 9C7.5 8.59 7.84 8.25 8.25 8.25H15.75C16.16 8.25 16.5 8.59 16.5 9C16.5 9.41 16.16 9.75 15.75 9.75Z\" fill=\"\"/>\n<path d=\"M15.75 15.75H8.25C7.84 15.75 7.5 15.41 7.5 15C7.5 14.59 7.84 14.25 8.25 14.25H15.75C16.16 14.25 16.5 14.59 16.5 15C16.5 15.41 16.16 15.75 15.75 15.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"dollar circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.4002 17.4201H10.8902C9.25016 17.4201 7.92016 16.0401 7.92016 14.3401C7.92016 13.9301 8.26016 13.5901 8.67016 13.5901C9.08016 13.5901 9.42016 13.9301 9.42016 14.3401C9.42016 15.2101 10.0802 15.9201 10.8902 15.9201H13.4002C14.0502 15.9201 14.5902 15.3401 14.5902 14.6401C14.5902 13.7701 14.2802 13.6001 13.7702 13.4201L9.74016 12.0001C8.96016 11.7301 7.91016 11.1501 7.91016 9.36008C7.91016 7.82008 9.12016 6.58008 10.6002 6.58008H13.1102C14.7502 6.58008 16.0802 7.96008 16.0802 9.66008C16.0802 10.0701 15.7402 10.4101 15.3302 10.4101C14.9202 10.4101 14.5802 10.0701 14.5802 9.66008C14.5802 8.79008 13.9202 8.08008 13.1102 8.08008H10.6002C9.95016 8.08008 9.41016 8.66008 9.41016 9.36008C9.41016 10.2301 9.72016 10.4001 10.2302 10.5801L14.2602 12.0001C15.0402 12.2701 16.0902 12.8501 16.0902 14.6401C16.0802 16.1701 14.8802 17.4201 13.4002 17.4201Z\" fill=\"\"/>\n<path d=\"M12 18.75C11.59 18.75 11.25 18.41 11.25 18V6C11.25 5.59 11.59 5.25 12 5.25C12.41 5.25 12.75 5.59 12.75 6V18C12.75 18.41 12.41 18.75 12 18.75Z\" fill=\"\"/>\n<path d=\"M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"dollar square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.4002 17.4201H10.8902C9.25016 17.4201 7.92016 16.0401 7.92016 14.3401C7.92016 13.9301 8.26016 13.5901 8.67016 13.5901C9.08016 13.5901 9.42016 13.9301 9.42016 14.3401C9.42016 15.2101 10.0802 15.9201 10.8902 15.9201H13.4002C14.0502 15.9201 14.5902 15.3401 14.5902 14.6401C14.5902 13.7701 14.2802 13.6001 13.7702 13.4201L9.74016 12.0001C8.96016 11.7301 7.91016 11.1501 7.91016 9.36008C7.91016 7.82008 9.12016 6.58008 10.6002 6.58008H13.1102C14.7502 6.58008 16.0802 7.96008 16.0802 9.66008C16.0802 10.0701 15.7402 10.4101 15.3302 10.4101C14.9202 10.4101 14.5802 10.0701 14.5802 9.66008C14.5802 8.79008 13.9202 8.08008 13.1102 8.08008H10.6002C9.95016 8.08008 9.41016 8.66008 9.41016 9.36008C9.41016 10.2301 9.72016 10.4001 10.2302 10.5801L14.2602 12.0001C15.0402 12.2701 16.0902 12.8501 16.0902 14.6401C16.0802 16.1701 14.8802 17.4201 13.4002 17.4201Z\" fill=\"\"/>\n<path d=\"M12 18.75C11.59 18.75 11.25 18.41 11.25 18V6C11.25 5.59 11.59 5.25 12 5.25C12.41 5.25 12.75 5.59 12.75 6V18C12.75 18.41 12.41 18.75 12 18.75Z\" fill=\"\"/>\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n</svg>\n</li><li title=\"driver 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 9C5.59 9 5.25 8.66 5.25 8.25V6.25C5.25 5.84 5.59 5.5 6 5.5C6.41 5.5 6.75 5.84 6.75 6.25V8.25C6.75 8.66 6.41 9 6 9Z\" fill=\"\"/>\n<path d=\"M10 9C9.59 9 9.25 8.66 9.25 8.25V6.25C9.25 5.84 9.59 5.5 10 5.5C10.41 5.5 10.75 5.84 10.75 6.25V8.25C10.75 8.66 10.41 9 10 9Z\" fill=\"\"/>\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n<path d=\"M6 18.75C5.59 18.75 5.25 18.41 5.25 18V16C5.25 15.59 5.59 15.25 6 15.25C6.41 15.25 6.75 15.59 6.75 16V18C6.75 18.41 6.41 18.75 6 18.75Z\" fill=\"\"/>\n<path d=\"M10 18.75C9.59 18.75 9.25 18.41 9.25 18V16C9.25 15.59 9.59 15.25 10 15.25C10.41 15.25 10.75 15.59 10.75 16V18C10.75 18.41 10.41 18.75 10 18.75Z\" fill=\"\"/>\n<path d=\"M18 8H14C13.59 8 13.25 7.66 13.25 7.25C13.25 6.84 13.59 6.5 14 6.5H18C18.41 6.5 18.75 6.84 18.75 7.25C18.75 7.66 18.41 8 18 8Z\" fill=\"\"/>\n<path d=\"M18 17.75H14C13.59 17.75 13.25 17.41 13.25 17C13.25 16.59 13.59 16.25 14 16.25H18C18.41 16.25 18.75 16.59 18.75 17C18.75 17.41 18.41 17.75 18 17.75Z\" fill=\"\"/>\n<path d=\"M22 12.75H2C1.59 12.75 1.25 12.41 1.25 12C1.25 11.59 1.59 11.25 2 11.25H22C22.41 11.25 22.75 11.59 22.75 12C22.75 12.41 22.41 12.75 22 12.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"driver refresh \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 9C5.59 9 5.25 8.66 5.25 8.25V6.25C5.25 5.84 5.59 5.5 6 5.5C6.41 5.5 6.75 5.84 6.75 6.25V8.25C6.75 8.66 6.41 9 6 9Z\" fill=\"\"/>\n<path d=\"M12 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V12C22.75 12.41 22.41 12.75 22 12.75C21.59 12.75 21.25 12.41 21.25 12V9C21.25 4.39 19.61 2.75 15 2.75H9C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H12C12.41 21.25 12.75 21.59 12.75 22C12.75 22.41 12.41 22.75 12 22.75Z\" fill=\"\"/>\n<path d=\"M10 9C9.59 9 9.25 8.66 9.25 8.25V6.25C9.25 5.84 9.59 5.5 10 5.5C10.41 5.5 10.75 5.84 10.75 6.25V8.25C10.75 8.66 10.41 9 10 9Z\" fill=\"\"/>\n<path d=\"M6 18.75C5.59 18.75 5.25 18.41 5.25 18V16C5.25 15.59 5.59 15.25 6 15.25C6.41 15.25 6.75 15.59 6.75 16V18C6.75 18.41 6.41 18.75 6 18.75Z\" fill=\"\"/>\n<path d=\"M10 18.75C9.59 18.75 9.25 18.41 9.25 18V16C9.25 15.59 9.59 15.25 10 15.25C10.41 15.25 10.75 15.59 10.75 16V18C10.75 18.41 10.41 18.75 10 18.75Z\" fill=\"\"/>\n<path d=\"M18 8H14C13.59 8 13.25 7.66 13.25 7.25C13.25 6.84 13.59 6.5 14 6.5H18C18.41 6.5 18.75 6.84 18.75 7.25C18.75 7.66 18.41 8 18 8Z\" fill=\"\"/>\n<path d=\"M22 12.75H2C1.59 12.75 1.25 12.41 1.25 12C1.25 11.59 1.59 11.25 2 11.25H22C22.41 11.25 22.75 11.59 22.75 12C22.75 12.41 22.41 12.75 22 12.75Z\" fill=\"\"/>\n<path d=\"M21.5594 20.33C20.9994 21.3 19.9494 21.95 18.7494 21.95C16.9594 21.95 15.8594 20.15 15.8594 20.15M15.9294 17.09C16.4894 16.11 17.5394 15.46 18.7494 15.46C20.9194 15.46 21.9994 17.26 21.9994 17.26M21.9994 15.25V17.25H19.9994M17.8594 20.14H15.8594V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"driver \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.3198 10.75H4.68977C2.79977 10.75 1.25977 9.21002 1.25977 7.32002V4.69002C1.25977 2.80002 2.79977 1.26001 4.68977 1.26001H19.3198C21.2098 1.26001 22.7498 2.80002 22.7498 4.69002V7.32002C22.7498 9.21002 21.2098 10.75 19.3198 10.75ZM4.67976 2.75002C3.60976 2.75002 2.74977 3.62001 2.74977 4.68001V7.31001C2.74977 8.38001 3.61976 9.24002 4.67976 9.24002H19.3098C20.3798 9.24002 21.2398 8.37001 21.2398 7.31001V4.68001C21.2398 3.61001 20.3698 2.75002 19.3098 2.75002H4.67976Z\" fill=\"\"/>\n<path d=\"M19.3198 22.75H4.68977C2.79977 22.75 1.25977 21.21 1.25977 19.32V16.69C1.25977 14.8 2.79977 13.26 4.68977 13.26H19.3198C21.2098 13.26 22.7498 14.8 22.7498 16.69V19.32C22.7498 21.21 21.2098 22.75 19.3198 22.75ZM4.67976 14.75C3.60976 14.75 2.74977 15.62 2.74977 16.68V19.31C2.74977 20.38 3.61976 21.24 4.67976 21.24H19.3098C20.3798 21.24 21.2398 20.37 21.2398 19.31V16.68C21.2398 15.61 20.3698 14.75 19.3098 14.75H4.67976Z\" fill=\"\"/>\n<path d=\"M6 7.75C5.59 7.75 5.25 7.41 5.25 7V5C5.25 4.59 5.59 4.25 6 4.25C6.41 4.25 6.75 4.59 6.75 5V7C6.75 7.41 6.41 7.75 6 7.75Z\" fill=\"\"/>\n<path d=\"M10 7.75C9.59 7.75 9.25 7.41 9.25 7V5C9.25 4.59 9.59 4.25 10 4.25C10.41 4.25 10.75 4.59 10.75 5V7C10.75 7.41 10.41 7.75 10 7.75Z\" fill=\"\"/>\n<path d=\"M6 19.75C5.59 19.75 5.25 19.41 5.25 19V17C5.25 16.59 5.59 16.25 6 16.25C6.41 16.25 6.75 16.59 6.75 17V19C6.75 19.41 6.41 19.75 6 19.75Z\" fill=\"\"/>\n<path d=\"M10 19.75C9.59 19.75 9.25 19.41 9.25 19V17C9.25 16.59 9.59 16.25 10 16.25C10.41 16.25 10.75 16.59 10.75 17V19C10.75 19.41 10.41 19.75 10 19.75Z\" fill=\"\"/>\n<path d=\"M18 6.75H14C13.59 6.75 13.25 6.41 13.25 6C13.25 5.59 13.59 5.25 14 5.25H18C18.41 5.25 18.75 5.59 18.75 6C18.75 6.41 18.41 6.75 18 6.75Z\" fill=\"\"/>\n<path d=\"M18 18.75H14C13.59 18.75 13.25 18.41 13.25 18C13.25 17.59 13.59 17.25 14 17.25H18C18.41 17.25 18.75 17.59 18.75 18C18.75 18.41 18.41 18.75 18 18.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"driving \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.8005 8.67999H6.20054C5.97054 8.67999 5.76053 8.58002 5.62053 8.40002C5.48053 8.22002 5.42054 7.99002 5.47054 7.77002L6.29053 3.84998C6.56053 2.55998 7.15054 1.25 9.45054 1.25H14.5505C16.8605 1.25 17.4505 2.56998 17.7105 3.84998L18.5305 7.77002C18.5805 7.99002 18.5205 8.22002 18.3805 8.40002C18.2405 8.58002 18.0305 8.67999 17.8005 8.67999ZM7.12053 7.17999H16.8705L16.2405 4.16998C16.0405 3.20998 15.8105 2.76001 14.5405 2.76001H9.44054C8.18054 2.76001 7.94055 3.20998 7.74055 4.16998L7.12053 7.17999Z\" fill=\"\"/>\n<path d=\"M17.7703 16.65H16.4103C15.0903 16.65 14.8203 15.83 14.6703 15.39L14.5203 14.95C14.3603 14.47 14.3603 14.4699 13.8503 14.4699H10.1403C9.63033 14.4699 9.63033 14.48 9.47033 14.95L9.32034 15.39C9.17034 15.83 8.90033 16.65 7.58033 16.65H6.22033C5.59033 16.65 4.98033 16.3799 4.56033 15.9199C4.15033 15.4699 3.94033 14.8599 4.00033 14.2499L4.41034 9.83997C4.54034 8.45997 4.99033 7.17993 7.37033 7.17993H16.6203C19.0003 7.17993 19.4503 8.45997 19.5803 9.83997L19.9903 14.2599C20.0503 14.8699 19.8403 15.4799 19.4303 15.9299C19.0103 16.3899 18.4003 16.65 17.7703 16.65ZM16.1803 15.14C16.2003 15.14 16.2803 15.15 16.4103 15.15H17.7703C17.9803 15.15 18.1803 15.0699 18.3203 14.9099C18.4503 14.7699 18.5103 14.58 18.5003 14.39L18.0903 9.96991C18.0103 9.07991 17.9703 8.66992 16.6303 8.66992H7.38034C6.04034 8.66992 6.00033 9.07991 5.92033 9.96991L5.51033 14.39C5.49033 14.58 5.55034 14.7699 5.69034 14.9099C5.83034 15.0599 6.03034 15.15 6.24034 15.15H7.60034C7.80034 15.15 7.86033 15.1199 7.87033 15.1199C7.86033 15.1199 7.89033 14.9999 7.92033 14.9199L8.07034 14.4799C8.26034 13.9199 8.57034 12.9699 10.1603 12.9699H13.8703C15.3203 12.9699 15.6903 13.68 15.9503 14.46L16.1003 14.9099C16.1203 14.9999 16.1503 15.1 16.1803 15.14C16.1703 15.14 16.1803 15.14 16.1803 15.14Z\" fill=\"\"/>\n<path d=\"M6.2007 6.5H5.4707C5.0607 6.5 4.7207 6.16 4.7207 5.75C4.7207 5.34 5.0607 5 5.4707 5H6.2007C6.6107 5 6.9507 5.34 6.9507 5.75C6.9507 6.16 6.6107 6.5 6.2007 6.5Z\" fill=\"\"/>\n<path d=\"M18.5308 6.5H17.8008C17.3908 6.5 17.0508 6.16 17.0508 5.75C17.0508 5.34 17.3908 5 17.8008 5H18.5308C18.9408 5 19.2808 5.34 19.2808 5.75C19.2808 6.16 18.9408 6.5 18.5308 6.5Z\" fill=\"\"/>\n<path d=\"M9.82063 11.5801H7.64062C7.23063 11.5801 6.89062 11.2401 6.89062 10.8301C6.89062 10.4201 7.23063 10.0801 7.64062 10.0801H9.82063C10.2306 10.0801 10.5706 10.4201 10.5706 10.8301C10.5706 11.2401 10.2406 11.5801 9.82063 11.5801Z\" fill=\"\"/>\n<path d=\"M16.3499 11.5801H14.1699C13.7599 11.5801 13.4199 11.2401 13.4199 10.8301C13.4199 10.4201 13.7599 10.0801 14.1699 10.0801H16.3499C16.7599 10.0801 17.0999 10.4201 17.0999 10.8301C17.0999 11.2401 16.7599 11.5801 16.3499 11.5801Z\" fill=\"\"/>\n<path d=\"M12 18.75C11.59 18.75 11.25 18.41 11.25 18V17C11.25 16.59 11.59 16.25 12 16.25C12.41 16.25 12.75 16.59 12.75 17V18C12.75 18.41 12.41 18.75 12 18.75Z\" fill=\"\"/>\n<path d=\"M12 22.75C11.59 22.75 11.25 22.41 11.25 22V21C11.25 20.59 11.59 20.25 12 20.25C12.41 20.25 12.75 20.59 12.75 21V22C12.75 22.41 12.41 22.75 12 22.75Z\" fill=\"\"/>\n<path d=\"M2.00009 22.7501C1.94009 22.7501 1.8801 22.7401 1.8201 22.7301C1.4201 22.6301 1.1701 22.2201 1.2701 21.8201L2.2701 17.8201C2.3701 17.4201 2.77009 17.1701 3.18009 17.2701C3.58009 17.3701 3.83009 17.7801 3.73009 18.1801L2.73009 22.1801C2.64009 22.5201 2.34009 22.7501 2.00009 22.7501Z\" fill=\"\"/>\n<path d=\"M22.0007 22.7499C21.6607 22.7499 21.3607 22.5199 21.2707 22.1799L20.2707 18.1799C20.1707 17.7799 20.4107 17.3699 20.8207 17.2699C21.2207 17.1699 21.6307 17.4099 21.7307 17.8199L22.7307 21.8199C22.8307 22.2199 22.5907 22.6299 22.1807 22.7299C22.1207 22.7399 22.0607 22.7499 22.0007 22.7499Z\" fill=\"\"/>\n</svg>\n</li><li title=\"edit 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.53999 19.5201C4.92999 19.5201 4.35999 19.31 3.94999 18.92C3.42999 18.43 3.17999 17.69 3.26999 16.89L3.63999 13.65C3.70999 13.04 4.07999 12.23 4.50999 11.79L12.72 3.10005C14.77 0.930049 16.91 0.870049 19.08 2.92005C21.25 4.97005 21.31 7.11005 19.26 9.28005L11.05 17.97C10.63 18.42 9.84999 18.84 9.23999 18.9401L6.01999 19.49C5.84999 19.5 5.69999 19.5201 5.53999 19.5201ZM15.93 2.91005C15.16 2.91005 14.49 3.39005 13.81 4.11005L5.59999 12.8101C5.39999 13.0201 5.16999 13.5201 5.12999 13.8101L4.75999 17.05C4.71999 17.38 4.79999 17.65 4.97999 17.82C5.15999 17.99 5.42999 18.05 5.75999 18L8.97999 17.4501C9.26999 17.4001 9.74999 17.14 9.94999 16.93L18.16 8.24005C19.4 6.92005 19.85 5.70005 18.04 4.00005C17.24 3.23005 16.55 2.91005 15.93 2.91005Z\" fill=\"\"/>\n<path d=\"M17.3404 10.9498C17.3204 10.9498 17.2904 10.9498 17.2704 10.9498C14.1504 10.6398 11.6404 8.26985 11.1604 5.16985C11.1004 4.75985 11.3804 4.37985 11.7904 4.30985C12.2004 4.24985 12.5804 4.52985 12.6504 4.93985C13.0304 7.35985 14.9904 9.21985 17.4304 9.45985C17.8404 9.49985 18.1404 9.86985 18.1004 10.2798C18.0504 10.6598 17.7204 10.9498 17.3404 10.9498Z\" fill=\"\"/>\n<path d=\"M21 22.75H3C2.59 22.75 2.25 22.41 2.25 22C2.25 21.59 2.59 21.25 3 21.25H21C21.41 21.25 21.75 21.59 21.75 22C21.75 22.41 21.41 22.75 21 22.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"edit \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H11C11.41 1.25 11.75 1.59 11.75 2C11.75 2.41 11.41 2.75 11 2.75H9C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V13C21.25 12.59 21.59 12.25 22 12.25C22.41 12.25 22.75 12.59 22.75 13V15C22.75 20.43 20.43 22.75 15 22.75Z\" fill=\"\"/>\n<path d=\"M8.49935 17.6901C7.88935 17.6901 7.32935 17.4701 6.91935 17.0701C6.42935 16.5801 6.21935 15.8701 6.32935 15.1201L6.75935 12.1101C6.83935 11.5301 7.21935 10.7801 7.62935 10.3701L15.5093 2.49006C17.4993 0.500059 19.5193 0.500059 21.5093 2.49006C22.5993 3.58006 23.0893 4.69006 22.9893 5.80006C22.8993 6.70006 22.4193 7.58006 21.5093 8.48006L13.6293 16.3601C13.2193 16.7701 12.4693 17.1501 11.8893 17.2301L8.87935 17.6601C8.74935 17.6901 8.61935 17.6901 8.49935 17.6901ZM16.5693 3.55006L8.68935 11.4301C8.49935 11.6201 8.27935 12.0601 8.23935 12.3201L7.80935 15.3301C7.76935 15.6201 7.82935 15.8601 7.97935 16.0101C8.12935 16.1601 8.36935 16.2201 8.65935 16.1801L11.6693 15.7501C11.9293 15.7101 12.3793 15.4901 12.5593 15.3001L20.4393 7.42006C21.0893 6.77006 21.4293 6.19006 21.4793 5.65006C21.5393 5.00006 21.1993 4.31006 20.4393 3.54006C18.8393 1.94006 17.7393 2.39006 16.5693 3.55006Z\" fill=\"\"/>\n<path d=\"M19.8496 9.82978C19.7796 9.82978 19.7096 9.81978 19.6496 9.79978C17.0196 9.05978 14.9296 6.96978 14.1896 4.33978C14.0796 3.93978 14.3096 3.52978 14.7096 3.40978C15.1096 3.29978 15.5196 3.52978 15.6296 3.92978C16.2296 6.05978 17.9196 7.74978 20.0496 8.34978C20.4496 8.45978 20.6796 8.87978 20.5696 9.27978C20.4796 9.61978 20.1796 9.82978 19.8496 9.82978Z\" fill=\"\"/>\n</svg>\n</li><li title=\"electricity \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.5 16.75H10.5C7.75 16.75 5.75 14.75 5.75 12V6.92C5.75 5.45 6.95001 4.25 8.42001 4.25H15.59C17.06 4.25 18.26 5.45 18.26 6.92V12C18.25 14.75 16.25 16.75 13.5 16.75ZM8.42001 5.75C7.78001 5.75 7.25 6.27 7.25 6.92V12C7.25 13.62 8.25 15.25 10.5 15.25H13.5C15.75 15.25 16.75 13.62 16.75 12V6.92C16.75 6.28 16.23 5.75 15.58 5.75H8.42001Z\" fill=\"\"/>\n<path d=\"M9.5 5.75C9.09 5.75 8.75 5.41 8.75 5V2C8.75 1.59 9.09 1.25 9.5 1.25C9.91 1.25 10.25 1.59 10.25 2V5C10.25 5.41 9.91 5.75 9.5 5.75Z\" fill=\"\"/>\n<path d=\"M14.5 5.75C14.09 5.75 13.75 5.41 13.75 5V2C13.75 1.59 14.09 1.25 14.5 1.25C14.91 1.25 15.25 1.59 15.25 2V5C15.25 5.41 14.91 5.75 14.5 5.75Z\" fill=\"\"/>\n<path d=\"M12 22.75C11.59 22.75 11.25 22.41 11.25 22V16C11.25 15.59 11.59 15.25 12 15.25C12.41 15.25 12.75 15.59 12.75 16V22C12.75 22.41 12.41 22.75 12 22.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"element 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.27 22.75H4.23C2.22 22.75 1.25 21.82 1.25 19.9V4.1C1.25 2.18 2.23 1.25 4.23 1.25H8.27C10.28 1.25 11.25 2.18 11.25 4.1V19.9C11.25 21.82 10.27 22.75 8.27 22.75ZM4.23 2.75C2.96 2.75 2.75 3.09 2.75 4.1V19.9C2.75 20.91 2.96 21.25 4.23 21.25H8.27C9.54 21.25 9.75 20.91 9.75 19.9V4.1C9.75 3.09 9.54 2.75 8.27 2.75H4.23Z\" fill=\"\"/>\n<path d=\"M19.77 13.75H15.73C13.72 13.75 12.75 12.82 12.75 10.9V4.1C12.75 2.18 13.73 1.25 15.73 1.25H19.77C21.78 1.25 22.75 2.18 22.75 4.1V10.9C22.75 12.82 21.77 13.75 19.77 13.75ZM15.73 2.75C14.46 2.75 14.25 3.09 14.25 4.1V10.9C14.25 11.91 14.46 12.25 15.73 12.25H19.77C21.04 12.25 21.25 11.91 21.25 10.9V4.1C21.25 3.09 21.04 2.75 19.77 2.75H15.73Z\" fill=\"\"/>\n<path d=\"M19.77 22.75H15.73C13.72 22.75 12.75 21.82 12.75 19.9V18.1C12.75 16.18 13.73 15.25 15.73 15.25H19.77C21.78 15.25 22.75 16.18 22.75 18.1V19.9C22.75 21.82 21.77 22.75 19.77 22.75ZM15.73 16.75C14.46 16.75 14.25 17.09 14.25 18.1V19.9C14.25 20.91 14.46 21.25 15.73 21.25H19.77C21.04 21.25 21.25 20.91 21.25 19.9V18.1C21.25 17.09 21.04 16.75 19.77 16.75H15.73Z\" fill=\"\"/>\n</svg>\n</li><li title=\"element 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.77 11.25H15.73C13.72 11.25 12.75 10.36 12.75 8.52V3.98C12.75 2.14 13.73 1.25 15.73 1.25H19.77C21.78 1.25 22.75 2.14 22.75 3.98V8.51C22.75 10.36 21.77 11.25 19.77 11.25ZM15.73 2.75C14.39 2.75 14.25 3.13 14.25 3.98V8.51C14.25 9.37 14.39 9.74 15.73 9.74H19.77C21.11 9.74 21.25 9.36 21.25 8.51V3.98C21.25 3.12 21.11 2.75 19.77 2.75H15.73Z\" fill=\"\"/>\n<path d=\"M19.77 22.75H15.73C13.72 22.75 12.75 21.77 12.75 19.77V15.73C12.75 13.72 13.73 12.75 15.73 12.75H19.77C21.78 12.75 22.75 13.73 22.75 15.73V19.77C22.75 21.77 21.77 22.75 19.77 22.75ZM15.73 14.25C14.55 14.25 14.25 14.55 14.25 15.73V19.77C14.25 20.95 14.55 21.25 15.73 21.25H19.77C20.95 21.25 21.25 20.95 21.25 19.77V15.73C21.25 14.55 20.95 14.25 19.77 14.25H15.73Z\" fill=\"\"/>\n<path d=\"M8.27 11.25H4.23C2.22 11.25 1.25 10.36 1.25 8.52V3.98C1.25 2.14 2.23 1.25 4.23 1.25H8.27C10.28 1.25 11.25 2.14 11.25 3.98V8.51C11.25 10.36 10.27 11.25 8.27 11.25ZM4.23 2.75C2.89 2.75 2.75 3.13 2.75 3.98V8.51C2.75 9.37 2.89 9.74 4.23 9.74H8.27C9.61 9.74 9.75 9.36 9.75 8.51V3.98C9.75 3.12 9.61 2.75 8.27 2.75H4.23Z\" fill=\"\"/>\n<path d=\"M8.27 22.75H4.23C2.22 22.75 1.25 21.77 1.25 19.77V15.73C1.25 13.72 2.23 12.75 4.23 12.75H8.27C10.28 12.75 11.25 13.73 11.25 15.73V19.77C11.25 21.77 10.27 22.75 8.27 22.75ZM4.23 14.25C3.05 14.25 2.75 14.55 2.75 15.73V19.77C2.75 20.95 3.05 21.25 4.23 21.25H8.27C9.45 21.25 9.75 20.95 9.75 19.77V15.73C9.75 14.55 9.45 14.25 8.27 14.25H4.23Z\" fill=\"\"/>\n</svg>\n</li><li title=\"element 4 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.77 13.75H15.73C13.72 13.75 12.75 12.82 12.75 10.9V4.1C12.75 2.18 13.73 1.25 15.73 1.25H19.77C21.78 1.25 22.75 2.18 22.75 4.1V10.9C22.75 12.82 21.77 13.75 19.77 13.75ZM15.73 2.75C14.46 2.75 14.25 3.09 14.25 4.1V10.9C14.25 11.91 14.46 12.25 15.73 12.25H19.77C21.04 12.25 21.25 11.91 21.25 10.9V4.1C21.25 3.09 21.04 2.75 19.77 2.75H15.73Z\" fill=\"\"/>\n<path d=\"M19.77 22.75H15.73C13.72 22.75 12.75 21.82 12.75 19.9V18.1C12.75 16.18 13.73 15.25 15.73 15.25H19.77C21.78 15.25 22.75 16.18 22.75 18.1V19.9C22.75 21.82 21.77 22.75 19.77 22.75ZM15.73 16.75C14.46 16.75 14.25 17.09 14.25 18.1V19.9C14.25 20.91 14.46 21.25 15.73 21.25H19.77C21.04 21.25 21.25 20.91 21.25 19.9V18.1C21.25 17.09 21.04 16.75 19.77 16.75H15.73Z\" fill=\"\"/>\n<path d=\"M8.27 22.75H4.23C2.22 22.75 1.25 21.82 1.25 19.9V13.1C1.25 11.18 2.23 10.25 4.23 10.25H8.27C10.28 10.25 11.25 11.18 11.25 13.1V19.9C11.25 21.82 10.27 22.75 8.27 22.75ZM4.23 11.75C2.96 11.75 2.75 12.09 2.75 13.1V19.9C2.75 20.91 2.96 21.25 4.23 21.25H8.27C9.54 21.25 9.75 20.91 9.75 19.9V13.1C9.75 12.09 9.54 11.75 8.27 11.75H4.23Z\" fill=\"\"/>\n<path d=\"M8.27 8.75H4.23C2.22 8.75 1.25 7.82 1.25 5.9V4.1C1.25 2.18 2.23 1.25 4.23 1.25H8.27C10.28 1.25 11.25 2.18 11.25 4.1V5.9C11.25 7.82 10.27 8.75 8.27 8.75ZM4.23 2.75C2.96 2.75 2.75 3.09 2.75 4.1V5.9C2.75 6.91 2.96 7.25 4.23 7.25H8.27C9.54 7.25 9.75 6.91 9.75 5.9V4.1C9.75 3.09 9.54 2.75 8.27 2.75H4.23Z\" fill=\"\"/>\n</svg>\n</li><li title=\"element equal \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.77 11.25H15.73C13.72 11.25 12.75 10.27 12.75 8.27V4.23C12.75 2.22 13.73 1.25 15.73 1.25H19.77C21.78 1.25 22.75 2.23 22.75 4.23V8.27C22.75 10.27 21.77 11.25 19.77 11.25ZM15.73 2.75C14.55 2.75 14.25 3.05 14.25 4.23V8.27C14.25 9.45 14.55 9.75 15.73 9.75H19.77C20.95 9.75 21.25 9.45 21.25 8.27V4.23C21.25 3.05 20.95 2.75 19.77 2.75H15.73Z\" fill=\"\"/>\n<path d=\"M8.27 11.25H4.23C2.22 11.25 1.25 10.36 1.25 8.52V3.98C1.25 2.14 2.23 1.25 4.23 1.25H8.27C10.28 1.25 11.25 2.14 11.25 3.98V8.51C11.25 10.36 10.27 11.25 8.27 11.25ZM4.23 2.75C2.89 2.75 2.75 3.13 2.75 3.98V8.51C2.75 9.37 2.89 9.74 4.23 9.74H8.27C9.61 9.74 9.75 9.36 9.75 8.51V3.98C9.75 3.12 9.61 2.75 8.27 2.75H4.23Z\" fill=\"\"/>\n<path d=\"M8.27 22.75H4.23C2.22 22.75 1.25 21.77 1.25 19.77V15.73C1.25 13.72 2.23 12.75 4.23 12.75H8.27C10.28 12.75 11.25 13.73 11.25 15.73V19.77C11.25 21.77 10.27 22.75 8.27 22.75ZM4.23 14.25C3.05 14.25 2.75 14.55 2.75 15.73V19.77C2.75 20.95 3.05 21.25 4.23 21.25H8.27C9.45 21.25 9.75 20.95 9.75 19.77V15.73C9.75 14.55 9.45 14.25 8.27 14.25H4.23Z\" fill=\"\"/>\n<path d=\"M21 16.25H15C14.59 16.25 14.25 15.91 14.25 15.5C14.25 15.09 14.59 14.75 15 14.75H21C21.41 14.75 21.75 15.09 21.75 15.5C21.75 15.91 21.41 16.25 21 16.25Z\" fill=\"\"/>\n<path d=\"M21 20.25H15C14.59 20.25 14.25 19.91 14.25 19.5C14.25 19.09 14.59 18.75 15 18.75H21C21.41 18.75 21.75 19.09 21.75 19.5C21.75 19.91 21.41 20.25 21 20.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"element plus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.77 11.25H15.73C13.72 11.25 12.75 10.27 12.75 8.27V4.23C12.75 2.22 13.73 1.25 15.73 1.25H19.77C21.78 1.25 22.75 2.23 22.75 4.23V8.27C22.75 10.27 21.77 11.25 19.77 11.25ZM15.73 2.75C14.55 2.75 14.25 3.05 14.25 4.23V8.27C14.25 9.45 14.55 9.75 15.73 9.75H19.77C20.95 9.75 21.25 9.45 21.25 8.27V4.23C21.25 3.05 20.95 2.75 19.77 2.75H15.73Z\" fill=\"\"/>\n<path d=\"M8.27 11.25H4.23C2.22 11.25 1.25 10.36 1.25 8.52V3.98C1.25 2.14 2.23 1.25 4.23 1.25H8.27C10.28 1.25 11.25 2.14 11.25 3.98V8.51C11.25 10.36 10.27 11.25 8.27 11.25ZM4.23 2.75C2.89 2.75 2.75 3.13 2.75 3.98V8.51C2.75 9.37 2.89 9.74 4.23 9.74H8.27C9.61 9.74 9.75 9.36 9.75 8.51V3.98C9.75 3.12 9.61 2.75 8.27 2.75H4.23Z\" fill=\"\"/>\n<path d=\"M8.27 22.75H4.23C2.22 22.75 1.25 21.77 1.25 19.77V15.73C1.25 13.72 2.23 12.75 4.23 12.75H8.27C10.28 12.75 11.25 13.73 11.25 15.73V19.77C11.25 21.77 10.27 22.75 8.27 22.75ZM4.23 14.25C3.05 14.25 2.75 14.55 2.75 15.73V19.77C2.75 20.95 3.05 21.25 4.23 21.25H8.27C9.45 21.25 9.75 20.95 9.75 19.77V15.73C9.75 14.55 9.45 14.25 8.27 14.25H4.23Z\" fill=\"\"/>\n<path d=\"M20.5 18.25H14.5C14.09 18.25 13.75 17.91 13.75 17.5C13.75 17.09 14.09 16.75 14.5 16.75H20.5C20.91 16.75 21.25 17.09 21.25 17.5C21.25 17.91 20.91 18.25 20.5 18.25Z\" fill=\"\"/>\n<path d=\"M17.5 21.25C17.09 21.25 16.75 20.91 16.75 20.5V14.5C16.75 14.09 17.09 13.75 17.5 13.75C17.91 13.75 18.25 14.09 18.25 14.5V20.5C18.25 20.91 17.91 21.25 17.5 21.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"emoji happy \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n<path d=\"M15.5 10.5C14.26 10.5 13.25 9.49 13.25 8.25C13.25 7.01 14.26 6 15.5 6C16.74 6 17.75 7.01 17.75 8.25C17.75 9.49 16.74 10.5 15.5 10.5ZM15.5 7.5C15.09 7.5 14.75 7.84 14.75 8.25C14.75 8.66 15.09 9 15.5 9C15.91 9 16.25 8.66 16.25 8.25C16.25 7.84 15.91 7.5 15.5 7.5Z\" fill=\"\"/>\n<path d=\"M8.5 10.5C7.26 10.5 6.25 9.49 6.25 8.25C6.25 7.01 7.26 6 8.5 6C9.74 6 10.75 7.01 10.75 8.25C10.75 9.49 9.74 10.5 8.5 10.5ZM8.5 7.5C8.09 7.5 7.75 7.84 7.75 8.25C7.75 8.66 8.09 9 8.5 9C8.91 9 9.25 8.66 9.25 8.25C9.25 7.84 8.91 7.5 8.5 7.5Z\" fill=\"\"/>\n<path d=\"M12 19.45C9.1 19.45 6.75 17.09 6.75 14.2C6.75 13.29 7.49 12.55 8.4 12.55H15.6C16.51 12.55 17.25 13.29 17.25 14.2C17.25 17.09 14.9 19.45 12 19.45ZM8.4 14.05C8.32 14.05 8.25 14.12 8.25 14.2C8.25 16.27 9.93 17.95 12 17.95C14.07 17.95 15.75 16.27 15.75 14.2C15.75 14.12 15.68 14.05 15.6 14.05H8.4Z\" fill=\"\"/>\n</svg>\n</li><li title=\"emoji normal \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n<path d=\"M8.81945 9.74994C7.96945 9.74994 7.11945 9.42994 6.46945 8.77994C6.17945 8.48994 6.17945 8.00994 6.46945 7.71994C6.75945 7.42994 7.23945 7.42994 7.52945 7.71994C8.23945 8.42994 9.39945 8.42994 10.1095 7.71994C10.3995 7.42994 10.8795 7.42994 11.1695 7.71994C11.4595 8.00994 11.4595 8.48994 11.1695 8.77994C10.5195 9.41994 9.66945 9.74994 8.81945 9.74994Z\" fill=\"\"/>\n<path d=\"M15.1808 9.74994C14.3308 9.74994 13.4808 9.42994 12.8308 8.77994C12.5408 8.48994 12.5408 8.00994 12.8308 7.71994C13.1208 7.42994 13.6008 7.42994 13.8908 7.71994C14.6008 8.42994 15.7608 8.42994 16.4708 7.71994C16.7608 7.42994 17.2408 7.42994 17.5308 7.71994C17.8208 8.00994 17.8208 8.48994 17.5308 8.77994C16.8808 9.41994 16.0308 9.74994 15.1808 9.74994Z\" fill=\"\"/>\n<path d=\"M12 19.15C9.1 19.15 6.75 16.79 6.75 13.9C6.75 12.99 7.49 12.25 8.4 12.25H15.6C16.51 12.25 17.25 12.99 17.25 13.9C17.25 16.79 14.9 19.15 12 19.15ZM8.4 13.75C8.32 13.75 8.25 13.82 8.25 13.9C8.25 15.97 9.93 17.65 12 17.65C14.07 17.65 15.75 15.97 15.75 13.9C15.75 13.82 15.68 13.75 15.6 13.75H8.4Z\" fill=\"\"/>\n</svg>\n</li><li title=\"emoji sad \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n<path d=\"M10.6395 9.49994C10.4495 9.49994 10.2595 9.42994 10.1095 9.27994C9.39945 8.56994 8.23945 8.56994 7.52945 9.27994C7.23945 9.56994 6.75945 9.56994 6.46945 9.27994C6.17945 8.98994 6.17945 8.50994 6.46945 8.21994C7.75945 6.92994 9.86945 6.92994 11.1695 8.21994C11.4595 8.50994 11.4595 8.98994 11.1695 9.27994C11.0195 9.42994 10.8295 9.49994 10.6395 9.49994Z\" fill=\"\"/>\n<path d=\"M13.3608 9.49994C13.1708 9.49994 12.9808 9.42994 12.8308 9.27994C12.5408 8.98994 12.5408 8.50994 12.8308 8.21994C14.1208 6.92994 16.2308 6.92994 17.5308 8.21994C17.8208 8.50994 17.8208 8.98994 17.5308 9.27994C17.2408 9.56994 16.7608 9.56994 16.4708 9.27994C15.7608 8.56994 14.6008 8.56994 13.8908 9.27994C13.7508 9.42994 13.5608 9.49994 13.3608 9.49994Z\" fill=\"\"/>\n<path d=\"M15.6 18.45H8.4C7.49 18.45 6.75 17.71 6.75 16.8C6.75 13.91 9.1 11.55 12 11.55C14.9 11.55 17.25 13.91 17.25 16.8C17.25 17.71 16.51 18.45 15.6 18.45ZM12 13.05C9.93 13.05 8.25 14.73 8.25 16.8C8.25 16.88 8.32 16.95 8.4 16.95H15.6C15.68 16.95 15.75 16.88 15.75 16.8C15.75 14.73 14.07 13.05 12 13.05Z\" fill=\"\"/>\n</svg>\n</li><li title=\"empty wallet add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.74 22.7498H7.63C7.31 22.7498 7.03 22.5498 6.92 22.2598C6.81 21.9598 6.9 21.6297 7.14 21.4297C7.38 21.2297 7.6 20.9698 7.76 20.6898C8.08 20.1798 8.24 19.5998 8.24 19.0098C8.24 17.2198 6.78 15.7598 4.99 15.7598C4.25 15.7598 3.55 16.0097 2.96 16.4797C2.73 16.6597 2.43 16.6898 2.17 16.5698C1.91 16.4498 1.75 16.1798 1.75 15.8898V11.5198C1.75 9.02978 3.77 7.00977 6.26 7.00977H17.74C20.23 7.00977 22.25 9.02978 22.25 11.5198V12.9598C22.25 13.3698 21.91 13.7098 21.5 13.7098H19.48C19.13 13.7098 18.81 13.8398 18.58 14.0798L18.57 14.0898C18.29 14.3598 18.16 14.7297 18.19 15.1097C18.25 15.7697 18.88 16.2997 19.6 16.2997H21.5C21.91 16.2997 22.25 16.6397 22.25 17.0497V18.2397C22.25 20.7297 20.23 22.7498 17.74 22.7498ZM9.18 21.2498H17.74C19.4 21.2498 20.75 19.8997 20.75 18.2397V17.7997H19.6C18.09 17.7997 16.81 16.6797 16.69 15.2397C16.61 14.4197 16.91 13.6098 17.51 13.0198C18.03 12.4898 18.73 12.1998 19.48 12.1998H20.75V11.5098C20.75 9.84977 19.4 8.49976 17.74 8.49976H6.26C4.6 8.49976 3.25 9.84977 3.25 11.5098V14.5898C3.81 14.3698 4.4 14.2498 5 14.2498C7.62 14.2498 9.75 16.3798 9.75 18.9998C9.75 19.7898 9.55 20.5698 9.18 21.2498Z\" fill=\"\"/>\n<path d=\"M2.5 13.16C2.09 13.16 1.75 12.82 1.75 12.41V7.84006C1.75 6.35006 2.69 5.00001 4.08 4.47001L12.02 1.47001C12.83 1.16001 13.75 1.27005 14.46 1.77005C15.18 2.27005 15.6 3.08005 15.6 3.95005V7.75003C15.6 8.16003 15.26 8.50003 14.85 8.50003C14.44 8.50003 14.1 8.16003 14.1 7.75003V3.95005C14.1 3.57005 13.92 3.22003 13.6 3.00003C13.28 2.78003 12.9 2.73003 12.54 2.87003L4.6 5.87003C3.79 6.18003 3.24 6.97006 3.24 7.84006V12.41C3.25 12.83 2.91 13.16 2.5 13.16Z\" fill=\"\"/>\n<path d=\"M19.6005 17.8002C18.0905 17.8002 16.8105 16.6802 16.6905 15.2402C16.6105 14.4102 16.9105 13.6002 17.5105 13.0102C18.0205 12.4902 18.7205 12.2002 19.4705 12.2002H21.5505C22.5405 12.2302 23.3005 13.0102 23.3005 13.9702V16.0302C23.3005 16.9902 22.5405 17.7702 21.5805 17.8002H19.6005ZM21.5305 13.7002H19.4805C19.1305 13.7002 18.8105 13.8302 18.5805 14.0702C18.2905 14.3502 18.1505 14.7302 18.1905 15.1102C18.2505 15.7702 18.8805 16.3002 19.6005 16.3002H21.5605C21.6905 16.3002 21.8105 16.1802 21.8105 16.0302V13.9702C21.8105 13.8202 21.6905 13.7102 21.5305 13.7002Z\" fill=\"\"/>\n<path d=\"M14 12.75H7C6.59 12.75 6.25 12.41 6.25 12C6.25 11.59 6.59 11.25 7 11.25H14C14.41 11.25 14.75 11.59 14.75 12C14.75 12.41 14.41 12.75 14 12.75Z\" fill=\"\"/>\n<path d=\"M5 23.75C3.34 23.75 1.78 22.87 0.940002 21.44C0.490002 20.72 0.25 19.87 0.25 19C0.25 17.54 0.899999 16.19 2.03 15.29C2.87 14.62 3.93 14.25 5 14.25C7.62 14.25 9.75 16.38 9.75 19C9.75 19.87 9.51 20.72 9.06 21.45C8.82 21.87 8.49 22.25 8.11 22.57C7.28 23.33 6.17 23.75 5 23.75ZM5 15.75C4.26 15.75 3.56 16 2.97 16.47C2.2 17.08 1.75 18.01 1.75 19C1.75 19.59 1.91 20.17 2.22 20.67C2.81 21.67 3.85 22.25 5 22.25C5.79 22.25 6.55 21.96 7.13 21.44C7.39 21.22 7.61 20.96 7.77 20.68C8.09 20.17 8.25 19.59 8.25 19C8.25 17.21 6.79 15.75 5 15.75Z\" fill=\"\"/>\n<path d=\"M6.49 19.73H3.5C3.09 19.73 2.75 19.39 2.75 18.98C2.75 18.57 3.09 18.23 3.5 18.23H6.49C6.9 18.23 7.24 18.57 7.24 18.98C7.24 19.39 6.91 19.73 6.49 19.73Z\" fill=\"\"/>\n<path d=\"M5 21.26C4.59 21.26 4.25 20.92 4.25 20.51V17.52C4.25 17.11 4.59 16.77 5 16.77C5.41 16.77 5.75 17.11 5.75 17.52V20.51C5.75 20.93 5.41 21.26 5 21.26Z\" fill=\"\"/>\n</svg>\n</li><li title=\"empty wallet change \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.7402 22.75H12.2602C11.8502 22.75 11.5102 22.41 11.5102 22C11.5102 21.59 11.8502 21.25 12.2602 21.25H17.7402C19.4002 21.25 20.7502 19.9 20.7502 18.24V17.8H19.6002C18.0902 17.8 16.8102 16.68 16.6902 15.24C16.6102 14.41 16.9102 13.6 17.5102 13.01C18.0202 12.49 18.7202 12.2 19.4702 12.2H20.7402V11.51C20.7402 9.85001 19.3902 8.5 17.7302 8.5H6.25023C4.59023 8.5 3.24023 9.85001 3.24023 11.51V13.24C3.24023 13.65 2.90023 13.99 2.49023 13.99C2.08023 13.99 1.74023 13.65 1.74023 13.24V11.51C1.74023 9.02001 3.76023 7 6.25023 7H17.7302C20.2202 7 22.2402 9.02001 22.2402 11.51V12.95C22.2402 13.36 21.9002 13.7 21.4902 13.7H19.4702C19.1202 13.7 18.8002 13.83 18.5702 14.07C18.2802 14.35 18.1402 14.73 18.1802 15.11C18.2402 15.77 18.8702 16.3 19.5902 16.3H21.4902C21.9002 16.3 22.2402 16.64 22.2402 17.05V18.24C22.2502 20.73 20.2302 22.75 17.7402 22.75Z\" fill=\"\"/>\n<path d=\"M2.5 13.16C2.09 13.16 1.75 12.82 1.75 12.41V7.84006C1.75 6.35006 2.69 5.00001 4.08 4.47001L12.02 1.47001C12.84 1.16001 13.75 1.27005 14.46 1.77005C15.18 2.27005 15.6 3.08005 15.6 3.95005V7.75003C15.6 8.16003 15.26 8.50003 14.85 8.50003C14.44 8.50003 14.1 8.16003 14.1 7.75003V3.95005C14.1 3.57005 13.92 3.22003 13.6 3.00003C13.28 2.78003 12.9 2.73003 12.54 2.87003L4.60001 5.87003C3.79001 6.18003 3.24001 6.97006 3.24001 7.84006V12.41C3.25001 12.83 2.91 13.16 2.5 13.16Z\" fill=\"\"/>\n<path d=\"M19.6005 17.8002C18.0905 17.8002 16.8105 16.6802 16.6905 15.2402C16.6105 14.4102 16.9105 13.6002 17.5105 13.0102C18.0205 12.4902 18.7205 12.2002 19.4705 12.2002H21.5505C22.5405 12.2302 23.3005 13.0102 23.3005 13.9702V16.0302C23.3005 16.9902 22.5405 17.7702 21.5805 17.8002H19.6005ZM21.5305 13.7002H19.4805C19.1305 13.7002 18.8105 13.8302 18.5805 14.0702C18.2905 14.3502 18.1505 14.7302 18.1905 15.1102C18.2505 15.7702 18.8805 16.3002 19.6005 16.3002H21.5605C21.6905 16.3002 21.8105 16.1802 21.8105 16.0302V13.9702C21.8105 13.8202 21.6905 13.7102 21.5305 13.7002Z\" fill=\"\"/>\n<path d=\"M14 12.75H7C6.59 12.75 6.25 12.41 6.25 12C6.25 11.59 6.59 11.25 7 11.25H14C14.41 11.25 14.75 11.59 14.75 12C14.75 12.41 14.41 12.75 14 12.75Z\" fill=\"\"/>\n<path d=\"M9.5 19.69C9.09 19.69 8.75 19.35 8.75 18.94V17.66C8.75 17.44 8.57 17.25 8.34 17.25H3C2.59 17.25 2.25 16.91 2.25 16.5C2.25 16.09 2.59 15.75 3 15.75H8.34C9.39 15.75 10.25 16.61 10.25 17.66V18.94C10.25 19.35 9.91 19.69 9.5 19.69Z\" fill=\"\"/>\n<path d=\"M4.21945 18.4697C4.02945 18.4697 3.83945 18.3997 3.68945 18.2497L2.46945 17.0298C2.17945 16.7398 2.17945 16.2597 2.46945 15.9697L3.68945 14.7497C3.97945 14.4597 4.45945 14.4597 4.74945 14.7497C5.03945 15.0397 5.03945 15.5197 4.74945 15.8097L4.05945 16.4997L4.74945 17.1897C5.03945 17.4797 5.03945 17.9597 4.74945 18.2497C4.59945 18.3997 4.40945 18.4697 4.21945 18.4697Z\" fill=\"\"/>\n<path d=\"M9.5 22.5298H4.16C3.11 22.5298 2.25 21.6698 2.25 20.6198V19.3398C2.25 18.9298 2.59 18.5898 3 18.5898C3.41 18.5898 3.75 18.9298 3.75 19.3398V20.6198C3.75 20.8398 3.93 21.0298 4.16 21.0298H9.5C9.91 21.0298 10.25 21.3698 10.25 21.7798C10.25 22.1898 9.91 22.5298 9.5 22.5298Z\" fill=\"\"/>\n<path d=\"M8.2807 23.75C8.0907 23.75 7.9007 23.68 7.7507 23.53C7.4607 23.24 7.4607 22.7599 7.7507 22.4699L8.44071 21.78L7.7507 21.09C7.4607 20.8 7.4607 20.32 7.7507 20.03C8.0407 19.74 8.5207 19.74 8.8107 20.03L10.0307 21.25C10.3207 21.54 10.3207 22.02 10.0307 22.31L8.8107 23.53C8.6707 23.68 8.4707 23.75 8.2807 23.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"empty wallet remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.74 22.7498H7.63C7.31 22.7498 7.03 22.5498 6.92 22.2598C6.81 21.9598 6.9 21.6297 7.14 21.4297C7.38 21.2297 7.6 20.9698 7.76 20.6898C8.08 20.1798 8.24 19.5998 8.24 19.0098C8.24 17.2198 6.78 15.7598 4.99 15.7598C4.25 15.7598 3.55 16.0097 2.96 16.4797C2.73 16.6597 2.43 16.6898 2.17 16.5698C1.91 16.4498 1.75 16.1798 1.75 15.8898V11.5198C1.75 9.02978 3.77 7.00977 6.26 7.00977H17.74C20.23 7.00977 22.25 9.02978 22.25 11.5198V12.9598C22.25 13.3698 21.91 13.7098 21.5 13.7098H19.48C19.13 13.7098 18.81 13.8398 18.58 14.0798L18.57 14.0898C18.29 14.3598 18.16 14.7297 18.19 15.1097C18.25 15.7697 18.88 16.2997 19.6 16.2997H21.5C21.91 16.2997 22.25 16.6397 22.25 17.0497V18.2397C22.25 20.7297 20.23 22.7498 17.74 22.7498ZM9.18 21.2498H17.74C19.4 21.2498 20.75 19.8997 20.75 18.2397V17.7997H19.6C18.09 17.7997 16.81 16.6797 16.69 15.2397C16.61 14.4197 16.91 13.6098 17.51 13.0198C18.03 12.4898 18.73 12.1998 19.48 12.1998H20.75V11.5098C20.75 9.84977 19.4 8.49976 17.74 8.49976H6.26C4.6 8.49976 3.25 9.84977 3.25 11.5098V14.5898C3.81 14.3698 4.4 14.2498 5 14.2498C7.62 14.2498 9.75 16.3798 9.75 18.9998C9.75 19.7898 9.55 20.5698 9.18 21.2498Z\" fill=\"\"/>\n<path d=\"M2.5 13.16C2.09 13.16 1.75 12.82 1.75 12.41V7.84006C1.75 6.35006 2.69 5.00001 4.08 4.47001L12.02 1.47001C12.84 1.16001 13.75 1.27005 14.46 1.77005C15.18 2.27005 15.6 3.08005 15.6 3.95005V7.75003C15.6 8.16003 15.26 8.50003 14.85 8.50003C14.44 8.50003 14.1 8.16003 14.1 7.75003V3.95005C14.1 3.57005 13.92 3.22003 13.6 3.00003C13.28 2.78003 12.9 2.73003 12.54 2.87003L4.6 5.87003C3.79 6.18003 3.24 6.97006 3.24 7.84006V12.41C3.25 12.83 2.91 13.16 2.5 13.16Z\" fill=\"\"/>\n<path d=\"M19.6005 17.8002C18.0905 17.8002 16.8105 16.6802 16.6905 15.2402C16.6105 14.4102 16.9105 13.6002 17.5105 13.0102C18.0205 12.4902 18.7205 12.2002 19.4705 12.2002H21.5505C22.5405 12.2302 23.3005 13.0102 23.3005 13.9702V16.0302C23.3005 16.9902 22.5405 17.7702 21.5805 17.8002H19.6005ZM21.5305 13.7002H19.4805C19.1305 13.7002 18.8105 13.8302 18.5805 14.0702C18.2905 14.3502 18.1505 14.7302 18.1905 15.1102C18.2505 15.7702 18.8805 16.3002 19.6005 16.3002H21.5605C21.6905 16.3002 21.8105 16.1802 21.8105 16.0302V13.9702C21.8105 13.8202 21.6905 13.7102 21.5305 13.7002Z\" fill=\"\"/>\n<path d=\"M14 12.75H7C6.59 12.75 6.25 12.41 6.25 12C6.25 11.59 6.59 11.25 7 11.25H14C14.41 11.25 14.75 11.59 14.75 12C14.75 12.41 14.41 12.75 14 12.75Z\" fill=\"\"/>\n<path d=\"M5 23.75C3.34 23.75 1.78 22.87 0.939999 21.44C0.489999 20.72 0.25 19.87 0.25 19C0.25 17.54 0.899999 16.19 2.03 15.29C2.87 14.62 3.93 14.25 5 14.25C7.62 14.25 9.75 16.38 9.75 19C9.75 19.87 9.51 20.72 9.06 21.45C8.82 21.87 8.49 22.25 8.11 22.57C7.28 23.33 6.17 23.75 5 23.75ZM5 15.75C4.26 15.75 3.56 16 2.97 16.47C2.2 17.08 1.75 18.01 1.75 19C1.75 19.59 1.91 20.17 2.22 20.67C2.81 21.67 3.85 22.25 5 22.25C5.79 22.25 6.55 21.96 7.13 21.44C7.39 21.22 7.61 20.96 7.77 20.68C8.09 20.17 8.25 19.59 8.25 19C8.25 17.21 6.79 15.75 5 15.75Z\" fill=\"\"/>\n<path d=\"M6.07039 20.7901C5.88039 20.7901 5.69039 20.7201 5.54039 20.5701L3.43039 18.4601C3.14039 18.1701 3.14039 17.6901 3.43039 17.4001C3.72039 17.1101 4.20039 17.1101 4.49039 17.4001L6.60039 19.5101C6.89039 19.8001 6.89039 20.2801 6.60039 20.5701C6.45039 20.7201 6.26039 20.7901 6.07039 20.7901Z\" fill=\"\"/>\n<path d=\"M3.93109 20.8199C3.74109 20.8199 3.55109 20.7499 3.40109 20.5999C3.11109 20.3099 3.11109 19.8299 3.40109 19.5399L5.51109 17.4299C5.80109 17.1399 6.28109 17.1399 6.57109 17.4299C6.86109 17.7199 6.86109 18.1999 6.57109 18.4899L4.46109 20.5999C4.31109 20.7499 4.12109 20.8199 3.93109 20.8199Z\" fill=\"\"/>\n</svg>\n</li><li title=\"empty wallet tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.74 22.7498H7.63C7.31 22.7498 7.03 22.5498 6.92 22.2598C6.81 21.9598 6.9 21.6297 7.14 21.4297C7.38 21.2297 7.59999 20.9698 7.75999 20.6898C8.07999 20.1798 8.24001 19.5998 8.24001 19.0098C8.24001 17.2198 6.78001 15.7598 4.99001 15.7598C4.25001 15.7598 3.55001 16.0097 2.96001 16.4797C2.74001 16.6597 2.43 16.6898 2.17 16.5698C1.91 16.4498 1.75 16.1798 1.75 15.8898V11.5198C1.75 9.02978 3.76999 7.00977 6.25999 7.00977H17.74C20.23 7.00977 22.25 9.02978 22.25 11.5198V12.9598C22.25 13.3698 21.91 13.7098 21.5 13.7098H19.48C19.13 13.7098 18.81 13.8398 18.58 14.0798L18.57 14.0898C18.29 14.3598 18.16 14.7297 18.19 15.1097C18.25 15.7697 18.88 16.2997 19.6 16.2997H21.5C21.91 16.2997 22.25 16.6397 22.25 17.0497V18.2397C22.25 20.7297 20.23 22.7498 17.74 22.7498ZM9.17999 21.2498H17.74C19.4 21.2498 20.75 19.8997 20.75 18.2397V17.7997H19.6C18.09 17.7997 16.81 16.6797 16.69 15.2397C16.61 14.4197 16.91 13.6098 17.51 13.0198C18.03 12.4898 18.73 12.1998 19.48 12.1998H20.75V11.5098C20.75 9.84977 19.4 8.49976 17.74 8.49976H6.25999C4.59999 8.49976 3.25 9.84977 3.25 11.5098V14.5898C3.81 14.3698 4.4 14.2498 5 14.2498C7.62 14.2498 9.75 16.3798 9.75 18.9998C9.75 19.7898 9.54999 20.5698 9.17999 21.2498Z\" fill=\"\"/>\n<path d=\"M2.5 13.16C2.09 13.16 1.75 12.82 1.75 12.41V7.84006C1.75 6.35006 2.69 5.00001 4.08 4.47001L12.02 1.47001C12.84 1.16001 13.75 1.27005 14.46 1.77005C15.18 2.27005 15.6 3.08005 15.6 3.95005V7.75003C15.6 8.16003 15.26 8.50003 14.85 8.50003C14.44 8.50003 14.1 8.16003 14.1 7.75003V3.95005C14.1 3.57005 13.92 3.22003 13.6 3.00003C13.28 2.78003 12.9 2.73003 12.54 2.87003L4.60001 5.87003C3.79001 6.18003 3.24001 6.97006 3.24001 7.84006V12.41C3.25001 12.83 2.91 13.16 2.5 13.16Z\" fill=\"\"/>\n<path d=\"M19.6005 17.8002C18.0905 17.8002 16.8105 16.6802 16.6905 15.2402C16.6105 14.4102 16.9105 13.6002 17.5105 13.0102C18.0205 12.4902 18.7205 12.2002 19.4705 12.2002H21.5505C22.5405 12.2302 23.3005 13.0102 23.3005 13.9702V16.0302C23.3005 16.9902 22.5405 17.7702 21.5805 17.8002H19.6005ZM21.5305 13.7002H19.4805C19.1305 13.7002 18.8105 13.8302 18.5805 14.0702C18.2905 14.3502 18.1505 14.7302 18.1905 15.1102C18.2505 15.7702 18.8805 16.3002 19.6005 16.3002H21.5605C21.6905 16.3002 21.8105 16.1802 21.8105 16.0302V13.9702C21.8105 13.8202 21.6905 13.7102 21.5305 13.7002Z\" fill=\"\"/>\n<path d=\"M14 12.75H7C6.59 12.75 6.25 12.41 6.25 12C6.25 11.59 6.59 11.25 7 11.25H14C14.41 11.25 14.75 11.59 14.75 12C14.75 12.41 14.41 12.75 14 12.75Z\" fill=\"\"/>\n<path d=\"M5 23.75C3.34 23.75 1.78 22.87 0.940002 21.44C0.490002 20.72 0.25 19.87 0.25 19C0.25 17.54 0.899999 16.19 2.03 15.29C2.87 14.62 3.93 14.25 5 14.25C7.62 14.25 9.75 16.38 9.75 19C9.75 19.87 9.51 20.72 9.06 21.45C8.82 21.87 8.49 22.25 8.11 22.57C7.28 23.33 6.17 23.75 5 23.75ZM5 15.75C4.26 15.75 3.56 16 2.97 16.47C2.2 17.08 1.75 18.01 1.75 19C1.75 19.59 1.91 20.17 2.22 20.67C2.81 21.67 3.85 22.25 5 22.25C5.79 22.25 6.55 21.96 7.13 21.44C7.39001 21.22 7.61 20.96 7.77 20.68C8.09 20.17 8.25 19.59 8.25 19C8.25 17.21 6.79 15.75 5 15.75Z\" fill=\"\"/>\n<path d=\"M4.4289 20.7401C4.2389 20.7401 4.0489 20.6701 3.8989 20.5201L2.90891 19.5301C2.61891 19.2401 2.61891 18.76 2.90891 18.47C3.19891 18.18 3.6789 18.18 3.9689 18.47L4.4489 18.9501L6.04891 17.47C6.34891 17.19 6.8289 17.2101 7.1089 17.5101C7.3889 17.8101 7.36891 18.2901 7.06891 18.5701L4.93891 20.54C4.7889 20.67 4.6089 20.7401 4.4289 20.7401Z\" fill=\"\"/>\n</svg>\n</li><li title=\"empty wallet time \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.7395 22.7502H7.63953C7.32953 22.7502 7.04953 22.5603 6.93953 22.2603C6.82953 21.9603 6.90952 21.6402 7.14952 21.4302C7.84952 20.8102 8.25952 19.9202 8.25952 18.9902C8.25952 17.2002 6.79952 15.7402 5.00952 15.7402C4.26952 15.7402 3.56952 15.9903 2.97952 16.4603C2.74952 16.6403 2.44953 16.6702 2.18953 16.5502C1.92953 16.4302 1.76953 16.1602 1.76953 15.8702V11.5002C1.76953 9.01024 3.78953 6.99023 6.27953 6.99023H17.7595C20.2495 6.99023 22.2695 9.01024 22.2695 11.5002V12.9402C22.2695 13.3502 21.9295 13.6902 21.5195 13.6902H19.4995C19.1495 13.6902 18.8295 13.8202 18.5995 14.0602L18.5895 14.0703C18.3095 14.3403 18.1795 14.7103 18.2095 15.0903C18.2695 15.7503 18.8995 16.2803 19.6195 16.2803H21.5195C21.9295 16.2803 22.2695 16.6203 22.2695 17.0303V18.2202C22.2495 20.7302 20.2295 22.7502 17.7395 22.7502ZM9.17952 21.2502H17.7395C19.3995 21.2502 20.7495 19.9002 20.7495 18.2402V17.8002H19.5995C18.0895 17.8002 16.8095 16.6802 16.6895 15.2402C16.6095 14.4202 16.9095 13.6103 17.5095 13.0203C18.0295 12.4903 18.7295 12.2003 19.4795 12.2003H20.7495V11.5103C20.7495 9.85025 19.3995 8.50024 17.7395 8.50024H6.25952C4.59952 8.50024 3.24953 9.85025 3.24953 11.5103V14.5903C3.80953 14.3703 4.39953 14.2502 4.99953 14.2502C7.61953 14.2502 9.74953 16.3802 9.74953 19.0002C9.74953 19.7902 9.54952 20.5702 9.17952 21.2502Z\" fill=\"\"/>\n<path d=\"M2.5 12.2603C2.09 12.2603 1.75 11.9203 1.75 11.5103V7.84035C1.75 6.35035 2.68001 4.9903 4.07001 4.4703L12.01 1.4703C12.83 1.1703 13.75 1.28035 14.46 1.78035C15.17 2.28035 15.6 3.09034 15.6 3.95034V7.75033C15.6 8.16033 15.26 8.50033 14.85 8.50033C14.44 8.50033 14.1 8.16033 14.1 7.75033V3.95034C14.1 3.57034 13.92 3.23034 13.61 3.01034C13.29 2.79034 12.9 2.74032 12.54 2.87032L4.60001 5.87032C3.78001 6.18032 3.25 6.95035 3.25 7.84035V11.5103C3.25 11.9203 2.91 12.2603 2.5 12.2603Z\" fill=\"\"/>\n<path d=\"M19.6005 17.8002C18.0905 17.8002 16.8105 16.6802 16.6905 15.2402C16.6105 14.4102 16.9105 13.6002 17.5105 13.0102C18.0205 12.4902 18.7205 12.2002 19.4705 12.2002H21.5505C22.5405 12.2302 23.3005 13.0102 23.3005 13.9702V16.0302C23.3005 16.9902 22.5405 17.7702 21.5805 17.8002H19.6005ZM21.5305 13.7002H19.4805C19.1305 13.7002 18.8105 13.8302 18.5805 14.0702C18.2905 14.3502 18.1505 14.7302 18.1905 15.1102C18.2505 15.7702 18.8805 16.3002 19.6005 16.3002H21.5605C21.6905 16.3002 21.8105 16.1802 21.8105 16.0302V13.9702C21.8105 13.8202 21.6905 13.7102 21.5305 13.7002Z\" fill=\"\"/>\n<path d=\"M14 12.75H7C6.59 12.75 6.25 12.41 6.25 12C6.25 11.59 6.59 11.25 7 11.25H14C14.41 11.25 14.75 11.59 14.75 12C14.75 12.41 14.41 12.75 14 12.75Z\" fill=\"\"/>\n<path d=\"M5 23.75C2.38 23.75 0.25 21.62 0.25 19C0.25 17.54 0.899999 16.19 2.03 15.29C2.87 14.62 3.93 14.25 5 14.25C7.62 14.25 9.75 16.38 9.75 19C9.75 20.36 9.16 21.66 8.14 22.56C7.26 23.33 6.15 23.75 5 23.75ZM5 15.75C4.26 15.75 3.56 16 2.97 16.47C2.2 17.08 1.75 18.01 1.75 19C1.75 20.79 3.21 22.25 5 22.25C5.78 22.25 6.53999 21.96 7.14999 21.44C7.84999 20.82 8.25 19.94 8.25 19C8.25 17.21 6.79 15.75 5 15.75Z\" fill=\"\"/>\n<path d=\"M3.99988 20.75C3.74988 20.75 3.49988 20.62 3.35988 20.39C3.14988 20.03 3.25988 19.57 3.61988 19.36L4.50988 18.83V17.75C4.50988 17.34 4.84988 17 5.25988 17C5.66988 17 6.00988 17.34 6.00988 17.75V19.25C6.00988 19.51 5.86988 19.76 5.64988 19.89L4.39988 20.64C4.26988 20.72 4.12988 20.75 3.99988 20.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"empty wallet \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.74 22.75H6.26C3.77 22.75 1.75 20.73 1.75 18.24V11.51C1.75 9.02001 3.77 7 6.26 7H17.74C20.23 7 22.25 9.02001 22.25 11.51V12.95C22.25 13.36 21.91 13.7 21.5 13.7H19.48C19.13 13.7 18.81 13.83 18.58 14.07L18.57 14.08C18.29 14.35 18.16 14.72 18.19 15.1C18.25 15.76 18.88 16.29 19.6 16.29H21.5C21.91 16.29 22.25 16.63 22.25 17.04V18.23C22.25 20.73 20.23 22.75 17.74 22.75ZM6.26 8.5C4.6 8.5 3.25 9.85001 3.25 11.51V18.24C3.25 19.9 4.6 21.25 6.26 21.25H17.74C19.4 21.25 20.75 19.9 20.75 18.24V17.8H19.6C18.09 17.8 16.81 16.68 16.69 15.24C16.61 14.42 16.91 13.61 17.51 13.02C18.03 12.49 18.73 12.2 19.48 12.2H20.75V11.51C20.75 9.85001 19.4 8.5 17.74 8.5H6.26Z\" fill=\"\"/>\n<path d=\"M2.5 13.16C2.09 13.16 1.75 12.82 1.75 12.41V7.84006C1.75 6.35006 2.69 5.00001 4.08 4.47001L12.02 1.47001C12.84 1.16001 13.75 1.27005 14.46 1.77005C15.18 2.27005 15.6 3.08005 15.6 3.95005V7.75003C15.6 8.16003 15.26 8.50003 14.85 8.50003C14.44 8.50003 14.1 8.16003 14.1 7.75003V3.95005C14.1 3.57005 13.92 3.22003 13.6 3.00003C13.28 2.78003 12.9 2.73003 12.54 2.87003L4.6 5.87003C3.79 6.18003 3.24 6.97006 3.24 7.84006V12.41C3.25 12.83 2.91 13.16 2.5 13.16Z\" fill=\"\"/>\n<path d=\"M19.6005 17.8002C18.0905 17.8002 16.8105 16.6802 16.6905 15.2402C16.6105 14.4102 16.9105 13.6002 17.5105 13.0102C18.0205 12.4902 18.7205 12.2002 19.4705 12.2002H21.5505C22.5405 12.2302 23.3005 13.0102 23.3005 13.9702V16.0302C23.3005 16.9902 22.5405 17.7702 21.5805 17.8002H19.6005ZM21.5305 13.7002H19.4805C19.1305 13.7002 18.8105 13.8302 18.5805 14.0702C18.2905 14.3502 18.1505 14.7302 18.1905 15.1102C18.2505 15.7702 18.8805 16.3002 19.6005 16.3002H21.5605C21.6905 16.3002 21.8105 16.1802 21.8105 16.0302V13.9702C21.8105 13.8202 21.6905 13.7102 21.5305 13.7002Z\" fill=\"\"/>\n<path d=\"M14 12.75H7C6.59 12.75 6.25 12.41 6.25 12C6.25 11.59 6.59 11.25 7 11.25H14C14.41 11.25 14.75 11.59 14.75 12C14.75 12.41 14.41 12.75 14 12.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"eraser 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 22.75H9C8.59 22.75 8.25 22.41 8.25 22C8.25 21.59 8.59 21.25 9 21.25H21C21.41 21.25 21.75 21.59 21.75 22C21.75 22.41 21.41 22.75 21 22.75Z\" fill=\"\"/>\n<path d=\"M8.54013 22.71C7.54013 22.71 6.59017 22.32 5.89017 21.61L2.38016 18.1C0.920156 16.64 0.920156 14.26 2.38016 12.8L12.8101 2.37C14.2201 0.96 16.7001 0.96 18.1101 2.37L21.6201 5.87999C23.0801 7.33999 23.0801 9.72 21.6201 11.18L11.1902 21.61C10.4902 22.33 9.55013 22.71 8.54013 22.71ZM3.44015 17.05L6.95016 20.56C7.80016 21.41 9.29016 21.41 10.1302 20.56L20.5601 10.13C21.4401 9.24999 21.4401 7.82999 20.5601 6.94999L17.0501 3.44C16.2101 2.6 14.7201 2.59 13.8701 3.44L3.44015 13.87C2.56015 14.74 2.56015 16.17 3.44015 17.05Z\" fill=\"\"/>\n<path d=\"M14.8705 17.6298C14.6805 17.6298 14.4905 17.5598 14.3405 17.4098L6.59055 9.65983C6.30055 9.36983 6.30055 8.88982 6.59055 8.59982C6.88055 8.30982 7.36054 8.30982 7.65054 8.59982L15.4005 16.3498C15.6905 16.6398 15.6905 17.1198 15.4005 17.4098C15.2505 17.5598 15.0605 17.6298 14.8705 17.6298Z\" fill=\"\"/>\n<path d=\"M3.52097 18.4099C3.33097 18.4099 3.14094 18.3399 2.99094 18.1899C2.70094 17.8999 2.70094 17.4199 2.99094 17.1299L8.65097 11.4699C8.94097 11.1799 9.42097 11.1799 9.71097 11.4699C10.001 11.7599 10.001 12.2399 9.71097 12.5299L4.05094 18.1899C3.90094 18.3399 3.71097 18.4099 3.52097 18.4099Z\" fill=\"\"/>\n<path d=\"M6.33933 21.24C6.14933 21.24 5.9593 21.17 5.8093 21.02C5.5193 20.73 5.5193 20.25 5.8093 19.96L11.4693 14.3C11.7593 14.01 12.2393 14.01 12.5293 14.3C12.8193 14.59 12.8193 15.07 12.5293 15.36L6.86929 21.02C6.72929 21.16 6.53933 21.24 6.33933 21.24Z\" fill=\"\"/>\n</svg>\n</li><li title=\"eraser \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n<path d=\"M10.0911 18.2499C9.47109 18.2499 8.8611 18.0199 8.3911 17.5499L6.45109 15.6099C5.51109 14.6699 5.51109 13.1499 6.45109 12.2099L12.2011 6.45988C13.1411 5.51988 14.6611 5.51988 15.6011 6.45988L17.5411 8.39987C18.4811 9.33987 18.4811 10.8599 17.5411 11.7999L11.7911 17.5499C11.3211 18.0099 10.7111 18.2499 10.0911 18.2499ZM7.5211 14.5499L9.4611 16.4899C9.8111 16.8399 10.3911 16.8399 10.7411 16.4899L16.4911 10.7399C16.8411 10.3899 16.8411 9.80988 16.4911 9.45988L14.5511 7.51988C14.2011 7.16988 13.6211 7.16988 13.2711 7.51988L7.5211 13.2699C7.1711 13.6199 7.1711 14.1899 7.5211 14.5499Z\" fill=\"\"/>\n<path d=\"M13.5802 15.4401C13.3902 15.4401 13.2002 15.3701 13.0502 15.2201L8.77023 10.9401C8.48023 10.6501 8.48023 10.1701 8.77023 9.8801C9.06023 9.5901 9.54023 9.5901 9.83023 9.8801L14.1102 14.1601C14.4002 14.4501 14.4002 14.9301 14.1102 15.2201C13.9702 15.3701 13.7702 15.4401 13.5802 15.4401Z\" fill=\"\"/>\n</svg>\n</li><li title=\"export 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.2605 22.25H8.74047C3.83047 22.25 1.73047 20.15 1.73047 15.24V15.11C1.73047 10.67 3.48047 8.53003 7.40047 8.16003C7.80047 8.13003 8.18047 8.43003 8.22047 8.84003C8.26047 9.25003 7.96047 9.62003 7.54047 9.66003C4.40047 9.95003 3.23047 11.43 3.23047 15.12V15.25C3.23047 19.32 4.67047 20.76 8.74047 20.76H15.2605C19.3305 20.76 20.7705 19.32 20.7705 15.25V15.12C20.7705 11.41 19.5805 9.93003 16.3805 9.66003C15.9705 9.62003 15.6605 9.26003 15.7005 8.85003C15.7405 8.44003 16.0905 8.13003 16.5105 8.17003C20.4905 8.51003 22.2705 10.66 22.2705 15.13V15.26C22.2705 20.15 20.1705 22.25 15.2605 22.25Z\" fill=\"\"/>\n<path d=\"M12 15.7501C11.59 15.7501 11.25 15.4101 11.25 15.0001V3.62012C11.25 3.21012 11.59 2.87012 12 2.87012C12.41 2.87012 12.75 3.21012 12.75 3.62012V15.0001C12.75 15.4101 12.41 15.7501 12 15.7501Z\" fill=\"\"/>\n<path d=\"M15.3498 6.59994C15.1598 6.59994 14.9698 6.52994 14.8198 6.37994L11.9998 3.55994L9.17984 6.37994C8.88984 6.66994 8.40984 6.66994 8.11984 6.37994C7.82984 6.08994 7.82984 5.60994 8.11984 5.31994L11.4698 1.96994C11.7598 1.67994 12.2398 1.67994 12.5298 1.96994L15.8798 5.31994C16.1698 5.60994 16.1698 6.08994 15.8798 6.37994C15.7398 6.52994 15.5398 6.59994 15.3498 6.59994Z\" fill=\"\"/>\n</svg>\n</li><li title=\"export 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C12.41 1.25 12.75 1.59 12.75 2C12.75 2.41 12.41 2.75 12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 11.59 21.59 11.25 22 11.25C22.41 11.25 22.75 11.59 22.75 12C22.75 17.93 17.93 22.75 12 22.75Z\" fill=\"\"/>\n<path d=\"M12.9995 11.75C12.8095 11.75 12.6195 11.68 12.4695 11.53C12.1795 11.24 12.1795 10.76 12.4695 10.47L20.6695 2.26999C20.9595 1.97999 21.4395 1.97999 21.7295 2.26999C22.0195 2.55999 22.0195 3.03999 21.7295 3.32999L13.5295 11.53C13.3795 11.68 13.1895 11.75 12.9995 11.75Z\" fill=\"\"/>\n<path d=\"M21.9999 7.58C21.5899 7.58 21.2499 7.24 21.2499 6.83V2.75H17.1699C16.7599 2.75 16.4199 2.41 16.4199 2C16.4199 1.59 16.7599 1.25 17.1699 1.25H21.9999C22.4099 1.25 22.7499 1.59 22.7499 2V6.83C22.7499 7.24 22.4099 7.58 21.9999 7.58Z\" fill=\"\"/>\n</svg>\n</li><li title=\"export 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.9995 11.75C12.8095 11.75 12.6195 11.68 12.4695 11.53C12.1795 11.24 12.1795 10.76 12.4695 10.47L20.6695 2.26999C20.9595 1.97999 21.4395 1.97999 21.7295 2.26999C22.0195 2.55999 22.0195 3.03999 21.7295 3.32999L13.5295 11.53C13.3795 11.68 13.1895 11.75 12.9995 11.75Z\" fill=\"\"/>\n<path d=\"M21.9992 7.55C21.5892 7.55 21.2492 7.21 21.2492 6.8V2.75H17.1992C16.7892 2.75 16.4492 2.41 16.4492 2C16.4492 1.59 16.7892 1.25 17.1992 1.25H21.9992C22.4092 1.25 22.7492 1.59 22.7492 2V6.8C22.7492 7.21 22.4092 7.55 21.9992 7.55Z\" fill=\"\"/>\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H11C11.41 1.25 11.75 1.59 11.75 2C11.75 2.41 11.41 2.75 11 2.75H9C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V13C21.25 12.59 21.59 12.25 22 12.25C22.41 12.25 22.75 12.59 22.75 13V15C22.75 20.43 20.43 22.75 15 22.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"export \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.4398 7.24988C14.2498 7.24988 14.0598 7.17988 13.9098 7.02988L11.8798 4.99988L9.84977 7.02988C9.55977 7.31988 9.07977 7.31988 8.78977 7.02988C8.49977 6.73988 8.49977 6.25988 8.78977 5.96988L11.3498 3.40988C11.6398 3.11988 12.1198 3.11988 12.4098 3.40988L14.9698 5.96988C15.2598 6.25988 15.2598 6.73988 14.9698 7.02988C14.8198 7.17988 14.6298 7.24988 14.4398 7.24988Z\" fill=\"\"/>\n<path d=\"M11.8809 14.93C11.4709 14.93 11.1309 14.59 11.1309 14.18V4.01001C11.1309 3.60001 11.4709 3.26001 11.8809 3.26001C12.2909 3.26001 12.6309 3.60001 12.6309 4.01001V14.18C12.6309 14.6 12.2909 14.93 11.8809 14.93Z\" fill=\"\"/>\n<path d=\"M12 20.75C6.85 20.75 3.25 17.15 3.25 12C3.25 11.59 3.59 11.25 4 11.25C4.41 11.25 4.75 11.59 4.75 12C4.75 16.27 7.73 19.25 12 19.25C16.27 19.25 19.25 16.27 19.25 12C19.25 11.59 19.59 11.25 20 11.25C20.41 11.25 20.75 11.59 20.75 12C20.75 17.15 17.15 20.75 12 20.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"external drive \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 22.75H9C5.56 22.75 3.25 20.44 3.25 17V7C3.25 3.56 5.56 1.25 9 1.25H16C19.44 1.25 21.75 3.56 21.75 7V17C21.75 20.44 19.44 22.75 16 22.75ZM9 2.75C6.42 2.75 4.75 4.42 4.75 7V17C4.75 19.58 6.42 21.25 9 21.25H16C18.58 21.25 20.25 19.58 20.25 17V7C20.25 4.42 18.58 2.75 16 2.75H9Z\" fill=\"\"/>\n<path d=\"M21 15.75H4C3.59 15.75 3.25 15.41 3.25 15C3.25 14.59 3.59 14.25 4 14.25H21C21.41 14.25 21.75 14.59 21.75 15C21.75 15.41 21.41 15.75 21 15.75Z\" fill=\"\"/>\n<path d=\"M8 12.75H7C6.59 12.75 6.25 12.41 6.25 12C6.25 11.59 6.59 11.25 7 11.25H8C8.41 11.25 8.75 11.59 8.75 12C8.75 12.41 8.41 12.75 8 12.75Z\" fill=\"\"/>\n<path d=\"M8 10.25H7C6.59 10.25 6.25 9.91 6.25 9.5C6.25 9.09 6.59 8.75 7 8.75H8C8.41 8.75 8.75 9.09 8.75 9.5C8.75 9.91 8.41 10.25 8 10.25Z\" fill=\"\"/>\n<path d=\"M8 7.75H7C6.59 7.75 6.25 7.41 6.25 7C6.25 6.59 6.59 6.25 7 6.25H8C8.41 6.25 8.75 6.59 8.75 7C8.75 7.41 8.41 7.75 8 7.75Z\" fill=\"\"/>\n<path d=\"M17 19.4999C16.74 19.4999 16.48 19.3899 16.29 19.2099C16.11 19.0199 16 18.7599 16 18.4999C16 18.2299 16.11 17.9799 16.29 17.7899C16.57 17.5099 17.01 17.4199 17.38 17.5799C17.5 17.6299 17.61 17.6999 17.71 17.7899C17.89 17.9799 18 18.2399 18 18.4999C18 18.7599 17.89 19.0199 17.71 19.2099C17.61 19.2999 17.51 19.3699 17.38 19.4199C17.26 19.4699 17.13 19.4999 17 19.4999Z\" fill=\"\"/>\n</svg>\n</li><li title=\"eye slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.46992 15.2799C9.27992 15.2799 9.08992 15.2099 8.93992 15.0599C8.11992 14.2399 7.66992 13.1499 7.66992 11.9999C7.66992 9.60992 9.60992 7.66992 11.9999 7.66992C13.1499 7.66992 14.2399 8.11992 15.0599 8.93992C15.1999 9.07992 15.2799 9.26992 15.2799 9.46992C15.2799 9.66992 15.1999 9.85992 15.0599 9.99992L9.99992 15.0599C9.84992 15.2099 9.65992 15.2799 9.46992 15.2799ZM11.9999 9.16992C10.4399 9.16992 9.16992 10.4399 9.16992 11.9999C9.16992 12.4999 9.29992 12.9799 9.53992 13.3999L13.3999 9.53992C12.9799 9.29992 12.4999 9.16992 11.9999 9.16992Z\" fill=\"\"/>\n<path d=\"M5.59984 18.51C5.42984 18.51 5.24984 18.45 5.10984 18.33C4.03984 17.42 3.07984 16.3 2.25984 15C1.19984 13.35 1.19984 10.66 2.25984 8.99998C4.69984 5.17998 8.24984 2.97998 11.9998 2.97998C14.1998 2.97998 16.3698 3.73998 18.2698 5.16998C18.5998 5.41998 18.6698 5.88998 18.4198 6.21998C18.1698 6.54998 17.6998 6.61998 17.3698 6.36998C15.7298 5.12998 13.8698 4.47998 11.9998 4.47998C8.76984 4.47998 5.67984 6.41998 3.51984 9.80998C2.76984 10.98 2.76984 13.02 3.51984 14.19C4.26984 15.36 5.12984 16.37 6.07984 17.19C6.38984 17.46 6.42984 17.93 6.15984 18.25C6.01984 18.42 5.80984 18.51 5.59984 18.51Z\" fill=\"\"/>\n<path d=\"M12.0006 21.02C10.6706 21.02 9.37055 20.75 8.12055 20.22C7.74055 20.06 7.56055 19.62 7.72055 19.24C7.88055 18.86 8.32055 18.68 8.70055 18.84C9.76055 19.29 10.8706 19.52 11.9906 19.52C15.2206 19.52 18.3106 17.58 20.4706 14.19C21.2206 13.02 21.2206 10.98 20.4706 9.81C20.1606 9.32 19.8205 8.85 19.4606 8.41C19.2006 8.09 19.2506 7.62 19.5706 7.35C19.8906 7.09 20.3605 7.13 20.6306 7.46C21.0206 7.94 21.4006 8.46 21.7406 9C22.8006 10.65 22.8006 13.34 21.7406 15C19.3006 18.82 15.7506 21.02 12.0006 21.02Z\" fill=\"\"/>\n<path d=\"M12.6896 16.2701C12.3396 16.2701 12.0196 16.0201 11.9496 15.6601C11.8696 15.2501 12.1396 14.8601 12.5496 14.7901C13.6496 14.5901 14.5696 13.6701 14.7696 12.5701C14.8496 12.1601 15.2396 11.9001 15.6496 11.9701C16.0596 12.0501 16.3296 12.4401 16.2496 12.8501C15.9296 14.5801 14.5496 15.9501 12.8296 16.2701C12.7796 16.2601 12.7396 16.2701 12.6896 16.2701Z\" fill=\"\"/>\n<path d=\"M1.99945 22.75C1.80945 22.75 1.61945 22.68 1.46945 22.53C1.17945 22.24 1.17945 21.76 1.46945 21.47L8.93945 14C9.22945 13.71 9.70945 13.71 9.99945 14C10.2895 14.29 10.2895 14.77 9.99945 15.06L2.52945 22.53C2.37945 22.68 2.18945 22.75 1.99945 22.75Z\" fill=\"\"/>\n<path d=\"M14.5307 10.2199C14.3407 10.2199 14.1507 10.1499 14.0007 9.99994C13.7107 9.70994 13.7107 9.22994 14.0007 8.93994L21.4707 1.46994C21.7607 1.17994 22.2407 1.17994 22.5307 1.46994C22.8207 1.75994 22.8207 2.23994 22.5307 2.52994L15.0607 9.99994C14.9107 10.1499 14.7207 10.2199 14.5307 10.2199Z\" fill=\"\"/>\n</svg>\n</li><li title=\"eye \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9999 16.3299C9.60992 16.3299 7.66992 14.3899 7.66992 11.9999C7.66992 9.60992 9.60992 7.66992 11.9999 7.66992C14.3899 7.66992 16.3299 9.60992 16.3299 11.9999C16.3299 14.3899 14.3899 16.3299 11.9999 16.3299ZM11.9999 9.16992C10.4399 9.16992 9.16992 10.4399 9.16992 11.9999C9.16992 13.5599 10.4399 14.8299 11.9999 14.8299C13.5599 14.8299 14.8299 13.5599 14.8299 11.9999C14.8299 10.4399 13.5599 9.16992 11.9999 9.16992Z\" fill=\"\"/>\n<path d=\"M12.0001 21.02C8.24008 21.02 4.69008 18.82 2.25008 15C1.19008 13.35 1.19008 10.66 2.25008 8.99998C4.70008 5.17998 8.25008 2.97998 12.0001 2.97998C15.7501 2.97998 19.3001 5.17998 21.7401 8.99998C22.8001 10.65 22.8001 13.34 21.7401 15C19.3001 18.82 15.7501 21.02 12.0001 21.02ZM12.0001 4.47998C8.77008 4.47998 5.68008 6.41998 3.52008 9.80998C2.77008 10.98 2.77008 13.02 3.52008 14.19C5.68008 17.58 8.77008 19.52 12.0001 19.52C15.2301 19.52 18.3201 17.58 20.4801 14.19C21.2301 13.02 21.2301 10.98 20.4801 9.80998C18.3201 6.41998 15.2301 4.47998 12.0001 4.47998Z\" fill=\"\"/>\n</svg>\n</li><li title=\"fatrows \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.9 22.75H4.1C2.18 22.75 1.25 21.77 1.25 19.77V15.73C1.25 13.72 2.18 12.75 4.1 12.75H19.9C21.82 12.75 22.75 13.73 22.75 15.73V19.77C22.75 21.77 21.82 22.75 19.9 22.75ZM4.1 14.25C3.09 14.25 2.75 14.46 2.75 15.73V19.77C2.75 21.04 3.09 21.25 4.1 21.25H19.9C20.91 21.25 21.25 21.04 21.25 19.77V15.73C21.25 14.46 20.91 14.25 19.9 14.25H4.1Z\" fill=\"\"/>\n<path d=\"M12.9 11.25H4.1C2.18 11.25 1.25 10.27 1.25 8.27V4.23C1.25 2.22 2.18 1.25 4.1 1.25H12.9C14.82 1.25 15.75 2.23 15.75 4.23V8.27C15.75 10.27 14.82 11.25 12.9 11.25ZM4.1 2.75C3.09 2.75 2.75 2.96 2.75 4.23V8.27C2.75 9.54 3.09 9.75 4.1 9.75H12.9C13.91 9.75 14.25 9.54 14.25 8.27V4.23C14.25 2.96 13.91 2.75 12.9 2.75H4.1Z\" fill=\"\"/>\n</svg>\n</li><li title=\"favorite chart \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V13C22.75 13.41 22.41 13.75 22 13.75C21.59 13.75 21.25 13.41 21.25 13V9C21.25 4.39 19.61 2.75 15 2.75H9C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H13C13.41 21.25 13.75 21.59 13.75 22C13.75 22.41 13.41 22.75 13 22.75Z\" fill=\"\"/>\n<path d=\"M7.33009 15.24C7.17009 15.24 7.0101 15.19 6.8701 15.08C6.5401 14.83 6.48012 14.36 6.73012 14.03L9.11009 10.94C9.40009 10.57 9.81011 10.33 10.2801 10.27C10.7501 10.21 11.2101 10.34 11.5801 10.63L13.4101 12.07C13.4801 12.13 13.5501 12.12 13.6001 12.12C13.6401 12.12 13.7101 12.1 13.7701 12.02L16.0801 9.04C16.3301 8.71 16.8001 8.65001 17.1301 8.91001C17.4601 9.16001 17.5201 9.63001 17.2601 9.96001L14.9501 12.94C14.6601 13.31 14.2501 13.55 13.7801 13.6C13.3201 13.66 12.8501 13.53 12.4901 13.24L10.6601 11.8C10.5901 11.74 10.5101 11.74 10.4701 11.75C10.4301 11.75 10.3601 11.77 10.3001 11.85L7.92012 14.94C7.78012 15.14 7.56009 15.24 7.33009 15.24Z\" fill=\"\"/>\n<path d=\"M20.2605 22.7502C19.9105 22.7502 19.4604 22.6402 18.9304 22.3202L18.6804 22.1702C18.6104 22.1302 18.4004 22.1302 18.3304 22.1702L18.0804 22.3202C16.9304 23.0102 16.2005 22.7202 15.8805 22.4802C15.5505 22.2402 15.0404 21.6402 15.3404 20.3202L15.3905 20.1102C15.4105 20.0302 15.3504 19.8402 15.3004 19.7802L14.9505 19.4302C14.3605 18.8302 14.1304 18.1302 14.3304 17.5002C14.5304 16.8802 15.1205 16.4402 15.9505 16.3002L16.3304 16.2402C16.4004 16.2202 16.5404 16.1202 16.5804 16.0502L16.8604 15.4802C17.2504 14.6902 17.8505 14.2402 18.5105 14.2402C19.1705 14.2402 19.7705 14.6902 20.1605 15.4802L20.4405 16.0402C20.4805 16.1102 20.6205 16.2102 20.6905 16.2302L21.0705 16.2902C21.9005 16.4302 22.4905 16.8702 22.6905 17.4902C22.8905 18.1102 22.6705 18.8102 22.0705 19.4202L21.7205 19.7702C21.6705 19.8302 21.6105 20.0202 21.6305 20.1002L21.6804 20.3102C21.9804 21.6302 21.4705 22.2302 21.1405 22.4702C20.9605 22.6102 20.6705 22.7502 20.2605 22.7502ZM18.4904 15.7502C18.4804 15.7602 18.3405 15.8602 18.2005 16.1502L17.9205 16.7202C17.6805 17.2102 17.1104 17.6302 16.5804 17.7202L16.2005 17.7802C15.8805 17.8302 15.7705 17.9402 15.7605 17.9602C15.7605 17.9802 15.7904 18.1402 16.0204 18.3702L16.3704 18.7202C16.7804 19.1402 16.9904 19.8602 16.8604 20.4302L16.8104 20.6402C16.7204 21.0302 16.7604 21.2002 16.7804 21.2602C16.8104 21.2402 16.9804 21.2202 17.3104 21.0202L17.5604 20.8702C18.1104 20.5402 18.9005 20.5402 19.4505 20.8702L19.7005 21.0202C20.1105 21.2702 20.2805 21.2402 20.2905 21.2402C20.2505 21.2402 20.3004 21.0402 20.2104 20.6402L20.1605 20.4302C20.0305 19.8502 20.2404 19.1402 20.6504 18.7202L21.0004 18.3702C21.2304 18.1402 21.2605 17.9802 21.2605 17.9502C21.2505 17.9302 21.1405 17.8302 20.8205 17.7702L20.4405 17.7102C19.9005 17.6202 19.3405 17.2002 19.1005 16.7102L18.8205 16.1502C18.6605 15.8502 18.5204 15.7602 18.4904 15.7502Z\" fill=\"\"/>\n</svg>\n</li><li title=\"filter add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.8789 20.25C14.9589 20.25 13.1489 19.23 12.1689 17.58C11.6489 16.74 11.3789 15.76 11.3789 14.75C11.3789 11.72 13.8489 9.25 16.8789 9.25C19.9089 9.25 22.3789 11.72 22.3789 14.75C22.3789 15.76 22.0989 16.74 21.5789 17.59C20.6089 19.23 18.8089 20.25 16.8789 20.25ZM16.8789 10.75C14.6689 10.75 12.8789 12.54 12.8789 14.75C12.8789 15.48 13.0789 16.19 13.4589 16.8C14.1789 18.01 15.4889 18.75 16.8789 18.75C18.2989 18.75 19.5789 18.03 20.2989 16.81C20.6789 16.19 20.8789 15.48 20.8789 14.75C20.8789 12.54 19.0889 10.75 16.8789 10.75Z\" fill=\"\"/>\n<path d=\"M18.6594 15.48H15.1094C14.6994 15.48 14.3594 15.14 14.3594 14.73C14.3594 14.32 14.6994 13.98 15.1094 13.98H18.6594C19.0694 13.98 19.4094 14.32 19.4094 14.73C19.4094 15.14 19.0694 15.48 18.6594 15.48Z\" fill=\"\"/>\n<path d=\"M16.8789 17.29C16.4689 17.29 16.1289 16.95 16.1289 16.54V13C16.1289 12.59 16.4689 12.25 16.8789 12.25C17.2889 12.25 17.6289 12.59 17.6289 13V16.55C17.6289 16.96 17.2989 17.29 16.8789 17.29Z\" fill=\"\"/>\n<path d=\"M10.9308 22.75C10.4508 22.75 9.97078 22.63 9.54078 22.39C8.65078 21.89 8.12078 20.99 8.12078 19.98V14.63C8.12078 14.13 7.79078 13.37 7.47078 12.98L3.67078 8.98999C3.04078 8.33999 2.55078 7.25001 2.55078 6.45001V4.12C2.55078 2.51 3.77078 1.25 5.32078 1.25H18.6608C20.1908 1.25 21.4308 2.49002 21.4308 4.02002V6.23999C21.4308 7.28999 20.8108 8.47003 20.2108 9.09003L18.4108 10.68C18.2308 10.84 17.9808 10.9 17.7408 10.85C17.4708 10.78 17.1808 10.75 16.8808 10.75C14.6708 10.75 12.8808 12.54 12.8808 14.75C12.8808 15.48 13.0808 16.19 13.4608 16.81C13.7808 17.34 14.2108 17.78 14.7108 18.09C14.9308 18.23 15.0708 18.47 15.0708 18.73V19.07C15.0708 19.86 14.5908 20.97 13.7908 21.44L12.4108 22.33C11.9608 22.61 11.4408 22.75 10.9308 22.75ZM5.33078 2.75C4.62078 2.75 4.06078 3.35 4.06078 4.12V6.45001C4.06078 6.81001 4.36078 7.55001 4.76078 7.95001L8.61078 12C9.12078 12.63 9.63078 13.7 9.63078 14.64V19.99C9.63078 20.65 10.0908 20.98 10.2808 21.09C10.7108 21.33 11.2208 21.32 11.6108 21.08L13.0108 20.18C13.2808 20.02 13.5508 19.51 13.5708 19.15C13.0208 18.74 12.5408 18.21 12.1808 17.61C11.6608 16.76 11.3808 15.78 11.3808 14.78C11.3808 11.75 13.8508 9.28003 16.8808 9.28003C17.1608 9.28003 17.4408 9.30003 17.7008 9.34003L19.1808 8.03003C19.5208 7.68003 19.9408 6.85001 19.9408 6.26001V4.03998C19.9408 3.33998 19.3708 2.77002 18.6708 2.77002H5.33078V2.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"filter edit \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.9308 22.75C10.4508 22.75 9.97082 22.63 9.53082 22.39C8.64082 21.89 8.11078 21 8.11078 19.99V14.64C8.11078 14.13 7.78076 13.38 7.47076 12.99L3.67078 9.00003C3.04078 8.37003 2.55078 7.27002 2.55078 6.46002V4.14005C2.55078 2.53005 3.7708 1.27002 5.3208 1.27002H18.6608C20.1908 1.27002 21.4308 2.51004 21.4308 4.04004V6.26004C21.4308 7.31004 20.8008 8.52002 20.2008 9.11002C19.9108 9.40002 19.4308 9.40002 19.1408 9.11002C18.8508 8.82002 18.8508 8.34002 19.1408 8.05002C19.5108 7.68002 19.9308 6.85004 19.9308 6.26004V4.04004C19.9308 3.34004 19.3608 2.77002 18.6608 2.77002H5.3208C4.6108 2.77002 4.05078 3.37005 4.05078 4.14005V6.46002C4.05078 6.83002 4.35078 7.56004 4.74078 7.95004L8.59082 12C9.10082 12.63 9.60077 13.69 9.60077 14.64V19.99C9.60077 20.65 10.0508 20.97 10.2508 21.08C10.6808 21.32 11.1908 21.31 11.5908 21.07L12.9908 20.17C13.3408 19.95 13.8008 20.05 14.0308 20.4C14.2508 20.75 14.1508 21.21 13.8108 21.44L12.4008 22.35C11.9508 22.61 11.4408 22.75 10.9308 22.75Z\" fill=\"\"/>\n<path d=\"M13.6907 18.89C13.3107 18.89 12.9507 18.75 12.6907 18.49C12.3807 18.18 12.2407 17.73 12.3107 17.26L12.5007 15.91C12.5507 15.56 12.7607 15.15 13.0107 14.9L16.5506 11.36C17.0306 10.88 17.5007 10.63 18.0107 10.58C18.6307 10.52 19.2507 10.78 19.8307 11.36C20.4107 11.94 20.6706 12.55 20.6106 13.18C20.5606 13.68 20.3007 14.16 19.8307 14.64L16.2906 18.18C16.0406 18.43 15.6207 18.64 15.2707 18.69L13.9206 18.88C13.8406 18.89 13.7707 18.89 13.6907 18.89ZM18.1807 12.06C18.1707 12.06 18.1607 12.06 18.1507 12.06C18.0107 12.07 17.8206 12.19 17.6106 12.41L14.0707 15.95C14.0407 15.98 13.9907 16.08 13.9907 16.12L13.8107 17.37L15.0607 17.19C15.1007 17.18 15.2006 17.13 15.2306 17.1L18.7707 13.56C18.9807 13.35 19.1107 13.16 19.1207 13.02C19.1407 12.82 18.9407 12.58 18.7707 12.41C18.6107 12.25 18.3807 12.06 18.1807 12.06Z\" fill=\"\"/>\n<path d=\"M18.7897 15.36C18.7197 15.36 18.6498 15.35 18.5898 15.33C17.2698 14.96 16.2197 13.91 15.8497 12.59C15.7397 12.19 15.9697 11.78 16.3697 11.66C16.7697 11.55 17.1797 11.78 17.2897 12.18C17.5197 13 18.1697 13.65 18.9897 13.88C19.3897 13.99 19.6198 14.41 19.5098 14.81C19.4198 15.15 19.1197 15.36 18.7897 15.36Z\" fill=\"\"/>\n</svg>\n</li><li title=\"filter remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.9308 22.75C10.4508 22.75 9.97078 22.63 9.53078 22.38C8.64078 21.88 8.11078 20.99 8.11078 19.98V14.63C8.11078 14.12 7.78078 13.37 7.47078 12.98L3.67078 8.98999C3.04078 8.35999 2.55078 7.26001 2.55078 6.45001V4.13C2.55078 2.52 3.77078 1.26001 5.32078 1.26001H18.6508C20.1808 1.26001 21.4208 2.50003 21.4208 4.03003V6.25C21.4208 7.3 20.7908 8.50998 20.1908 9.09998C19.9008 9.38998 19.4208 9.38998 19.1308 9.09998C18.8408 8.80998 18.8408 8.32998 19.1308 8.03998C19.5008 7.66998 19.9208 6.84 19.9208 6.25V4.03003C19.9208 3.33003 19.3508 2.76001 18.6508 2.76001H5.33078C4.62078 2.76001 4.06078 3.36 4.06078 4.13V6.45001C4.06078 6.82001 4.36078 7.55 4.75078 7.94L8.60078 11.99C9.11078 12.62 9.61078 13.68 9.61078 14.63V19.98C9.61078 20.64 10.0608 20.96 10.2608 21.07C10.6908 21.31 11.2008 21.3 11.6008 21.06L13.0008 20.16C13.3508 19.94 13.8108 20.04 14.0408 20.39C14.2608 20.74 14.1608 21.2 13.8108 21.43L12.4008 22.34C11.9508 22.61 11.4408 22.75 10.9308 22.75Z\" fill=\"\"/>\n<path d=\"M16.8789 20.25C14.9589 20.25 13.1489 19.23 12.1689 17.58C11.6489 16.74 11.3789 15.76 11.3789 14.75C11.3789 11.72 13.8489 9.25 16.8789 9.25C19.9089 9.25 22.3789 11.72 22.3789 14.75C22.3789 15.76 22.0989 16.74 21.5789 17.59C20.6089 19.23 18.8089 20.25 16.8789 20.25ZM16.8789 10.75C14.6689 10.75 12.8789 12.54 12.8789 14.75C12.8789 15.48 13.0789 16.19 13.4589 16.8C14.1789 18.01 15.4889 18.75 16.8789 18.75C18.2989 18.75 19.5789 18.03 20.2989 16.81C20.6789 16.19 20.8789 15.48 20.8789 14.75C20.8789 12.54 19.0889 10.75 16.8789 10.75Z\" fill=\"\"/>\n<path d=\"M18.1501 16.7399C17.9601 16.7399 17.7701 16.6699 17.6201 16.5199L15.1101 14.0099C14.8201 13.7199 14.8201 13.2399 15.1101 12.9499C15.4001 12.6599 15.8801 12.6599 16.1701 12.9499L18.6801 15.4599C18.9701 15.7499 18.9701 16.2299 18.6801 16.5199C18.5401 16.6699 18.3501 16.7399 18.1501 16.7399Z\" fill=\"\"/>\n<path d=\"M15.6205 16.77C15.4305 16.77 15.2405 16.7 15.0905 16.55C14.8005 16.26 14.8005 15.78 15.0905 15.49L17.6005 12.98C17.8905 12.69 18.3705 12.69 18.6605 12.98C18.9505 13.27 18.9505 13.7499 18.6605 14.0399L16.1505 16.55C16.0005 16.7 15.8105 16.77 15.6205 16.77Z\" fill=\"\"/>\n<path d=\"M10.9308 22.75C10.4508 22.75 9.97078 22.63 9.54078 22.39C8.65078 21.89 8.12078 20.99 8.12078 19.98V14.63C8.12078 14.13 7.79078 13.37 7.47078 12.98L3.67078 8.98999C3.04078 8.33999 2.55078 7.25001 2.55078 6.45001V4.12C2.55078 2.51 3.77078 1.25 5.32078 1.25H18.6608C20.1908 1.25 21.4308 2.49002 21.4308 4.02002V6.23999C21.4308 7.28999 20.8108 8.47003 20.2108 9.09003L18.4108 10.68C18.2308 10.84 17.9708 10.9 17.7408 10.85C17.4708 10.78 17.1808 10.75 16.8808 10.75C14.6708 10.75 12.8808 12.54 12.8808 14.75C12.8808 15.48 13.0808 16.19 13.4608 16.81C13.7808 17.34 14.2108 17.78 14.7108 18.09C14.9308 18.23 15.0708 18.47 15.0708 18.73V19.07C15.0708 19.86 14.5908 20.97 13.7908 21.44L12.4108 22.33C11.9608 22.61 11.4408 22.75 10.9308 22.75ZM5.33078 2.75C4.62078 2.75 4.06078 3.35 4.06078 4.12V6.45001C4.06078 6.81001 4.36078 7.55001 4.76078 7.95001L8.61078 12C9.12078 12.63 9.63078 13.7 9.63078 14.64V19.99C9.63078 20.65 10.0908 20.98 10.2808 21.09C10.7108 21.33 11.2208 21.32 11.6108 21.08L13.0108 20.18C13.2808 20.02 13.5508 19.51 13.5708 19.15C13.0208 18.74 12.5408 18.21 12.1808 17.61C11.6608 16.76 11.3808 15.78 11.3808 14.78C11.3808 11.75 13.8508 9.28003 16.8808 9.28003C17.1608 9.28003 17.4408 9.30003 17.7008 9.34003L19.1808 8.03003C19.5208 7.68003 19.9408 6.85001 19.9408 6.26001V4.03998C19.9408 3.33998 19.3708 2.77002 18.6708 2.77002H5.33078V2.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"filter search \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.9308 22.75C10.4508 22.75 9.97082 22.63 9.53082 22.39C8.64082 21.89 8.11078 21 8.11078 19.99V14.64C8.11078 14.13 7.78076 13.38 7.47076 12.99L3.67078 9.00003C3.04078 8.37003 2.55078 7.27002 2.55078 6.46002V4.14005C2.55078 2.53005 3.7708 1.27002 5.3208 1.27002H18.6608C20.1908 1.27002 21.4308 2.51004 21.4308 4.04004V6.26004C21.4308 7.31004 20.8008 8.52002 20.2008 9.11002C19.9108 9.40002 19.4308 9.40002 19.1408 9.11002C18.8508 8.82002 18.8508 8.34002 19.1408 8.05002C19.5108 7.68002 19.9308 6.85004 19.9308 6.26004V4.04004C19.9308 3.34004 19.3608 2.77002 18.6608 2.77002H5.3208C4.6108 2.77002 4.05078 3.37005 4.05078 4.14005V6.46002C4.05078 6.83002 4.35078 7.56004 4.74078 7.95004L8.59082 12C9.10082 12.63 9.60077 13.69 9.60077 14.64V19.99C9.60077 20.65 10.0508 20.97 10.2508 21.08C10.6808 21.32 11.1908 21.31 11.5908 21.07L12.9908 20.17C13.2808 20 13.5608 19.45 13.5608 19.08C13.5608 18.67 13.9008 18.33 14.3108 18.33C14.7208 18.33 15.0608 18.67 15.0608 19.08C15.0608 19.98 14.5008 21.01 13.7908 21.44L12.4008 22.34C11.9508 22.61 11.4408 22.75 10.9308 22.75Z\" fill=\"\"/>\n<path d=\"M16.0711 17.2701C13.8911 17.2701 12.1211 15.5001 12.1211 13.3201C12.1211 11.1401 13.8911 9.37012 16.0711 9.37012C18.2511 9.37012 20.0211 11.1401 20.0211 13.3201C20.0211 15.5001 18.2511 17.2701 16.0711 17.2701ZM16.0711 10.8701C14.7211 10.8701 13.6211 11.9701 13.6211 13.3201C13.6211 14.6701 14.7211 15.7701 16.0711 15.7701C17.4211 15.7701 18.5211 14.6701 18.5211 13.3201C18.5211 11.9701 17.4211 10.8701 16.0711 10.8701Z\" fill=\"\"/>\n<path d=\"M19.8705 17.8701C19.6805 17.8701 19.4905 17.8001 19.3405 17.6501L18.3405 16.6501C18.0505 16.3601 18.0505 15.8801 18.3405 15.5901C18.6305 15.3001 19.1105 15.3001 19.4005 15.5901L20.4005 16.5901C20.6905 16.8801 20.6905 17.3601 20.4005 17.6501C20.2605 17.7901 20.0605 17.8701 19.8705 17.8701Z\" fill=\"\"/>\n</svg>\n</li><li title=\"filter square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.38 18.8999C11.05 18.8999 10.72 18.8199 10.42 18.6499C9.81 18.3099 9.44 17.6899 9.44 16.9899V13.9099C9.44 13.7199 9.29 13.3499 9.14 13.1599L6.97 10.8799C6.56 10.4699 6.25 9.7499 6.25 9.1999V7.8699C6.25 6.7599 7.09 5.8999 8.16 5.8999H15.83C16.88 5.8999 17.74 6.7599 17.74 7.8099V9.0899C17.74 9.7899 17.34 10.5599 16.94 10.9599L14.41 13.1999C14.25 13.3399 14.08 13.6899 14.08 13.9799V16.4799C14.08 17.1099 13.7 17.8099 13.19 18.1099L12.4 18.6199C12.09 18.8099 11.74 18.8999 11.38 18.8999ZM8.16 7.3999C7.92 7.3999 7.75 7.5999 7.75 7.8699V9.1999C7.75 9.3299 7.89 9.6699 8.05 9.8299L10.27 12.1699C10.61 12.5999 10.94 13.2899 10.94 13.9099V16.9899C10.94 17.1899 11.07 17.2999 11.15 17.3399C11.26 17.3999 11.44 17.4399 11.6 17.3399L12.4 16.8199C12.48 16.7599 12.58 16.5599 12.58 16.4599V13.9599C12.58 13.2499 12.93 12.4599 13.43 12.0499L15.91 9.8499C16.04 9.7199 16.24 9.3199 16.24 9.0699V7.8099C16.24 7.5899 16.05 7.3999 15.83 7.3999H8.16Z\" fill=\"\"/>\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n</svg>\n</li><li title=\"filter tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.8789 20.25C15.8189 20.25 14.7889 19.94 13.9089 19.35C13.2189 18.93 12.6189 18.31 12.1789 17.58C11.6589 16.73 11.3789 15.75 11.3789 14.75C11.3789 11.72 13.8489 9.25 16.8789 9.25C17.2989 9.25 17.7089 9.30001 18.0989 9.39001C20.5789 9.94001 22.3789 12.19 22.3789 14.75C22.3789 15.76 22.1089 16.74 21.5889 17.59C20.6089 19.23 18.7989 20.25 16.8789 20.25ZM16.8789 10.75C14.6689 10.75 12.8789 12.54 12.8789 14.75C12.8789 15.48 13.0789 16.19 13.4589 16.81C13.7789 17.34 14.2089 17.78 14.7089 18.09C15.3689 18.53 16.1089 18.75 16.8789 18.75C18.2789 18.75 19.5889 18.01 20.3089 16.81C20.6889 16.19 20.8789 15.48 20.8789 14.75C20.8789 12.89 19.5689 11.25 17.7589 10.85C17.4689 10.78 17.1789 10.75 16.8789 10.75Z\" fill=\"\"/>\n<path d=\"M16.1988 16.6701C16.0088 16.6701 15.8187 16.6001 15.6687 16.4501L14.4988 15.2801C14.2088 14.9901 14.2088 14.5101 14.4988 14.2201C14.7887 13.9301 15.2687 13.9301 15.5587 14.2201L16.2187 14.8801L18.2287 13.0301C18.5387 12.7501 19.0087 12.7701 19.2887 13.0701C19.5687 13.3701 19.5488 13.8501 19.2488 14.1301L16.7088 16.4701C16.5688 16.6001 16.3788 16.6701 16.1988 16.6701Z\" fill=\"\"/>\n<path d=\"M10.9308 22.75C10.4508 22.75 9.97077 22.63 9.54077 22.39C8.65077 21.89 8.12079 20.99 8.12079 19.98V14.63C8.12079 14.12 7.79076 13.37 7.47076 12.98L3.67078 8.98999C3.04078 8.33999 2.55078 7.25001 2.55078 6.45001V4.12C2.55078 2.51 3.7708 1.25 5.3208 1.25H18.6608C20.1908 1.25 21.4308 2.48999 21.4308 4.01999V6.23999C21.4308 7.28999 20.8108 8.47 20.2008 9.09L18.4008 10.68C18.2208 10.84 17.9708 10.9 17.7308 10.85C17.4608 10.78 17.1708 10.75 16.8708 10.75C14.6608 10.75 12.8708 12.54 12.8708 14.75C12.8708 15.48 13.0708 16.19 13.4508 16.81C13.7708 17.34 14.2008 17.78 14.7008 18.09C14.9208 18.23 15.0608 18.47 15.0608 18.73V19.07C15.0608 19.86 14.5808 20.97 13.7808 21.44L12.4008 22.33C11.9608 22.61 11.4408 22.75 10.9308 22.75ZM5.33081 2.75C4.62081 2.75 4.06079 3.35 4.06079 4.12V6.45001C4.06079 6.81001 4.3608 7.54 4.7608 7.94L8.61078 11.99C9.12078 12.62 9.6308 13.68 9.6308 14.63V19.98C9.6308 20.64 10.0908 20.97 10.2808 21.08C10.7108 21.32 11.2208 21.31 11.6108 21.07L13.0108 20.17C13.2808 20.01 13.5508 19.5 13.5708 19.14C13.0208 18.73 12.5408 18.2 12.1808 17.6C11.6608 16.75 11.3808 15.77 11.3808 14.77C11.3808 11.74 13.8508 9.26999 16.8808 9.26999C17.1608 9.26999 17.4408 9.28999 17.7008 9.32999L19.1808 8.01999C19.5208 7.66999 19.9408 6.84 19.9408 6.25V4.03C19.9408 3.33 19.3708 2.76001 18.6708 2.76001H5.33081V2.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"filter \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.9404 22.6501C10.4604 22.6501 9.99039 22.5301 9.55039 22.2901C8.67039 21.8001 8.14039 20.9101 8.14039 19.9101V14.6101C8.14039 14.1101 7.81039 13.3601 7.50039 12.9801L3.76039 9.0201C3.13039 8.3901 2.65039 7.3101 2.65039 6.5001V4.2001C2.65039 2.6001 3.86039 1.3501 5.40039 1.3501H18.6004C20.1204 1.3501 21.3504 2.5801 21.3504 4.1001V6.3001C21.3504 7.3501 20.7204 8.5401 20.1304 9.1301L15.8004 12.9601C15.3804 13.3101 15.0504 14.0801 15.0504 14.7001V19.0001C15.0504 19.8901 14.4904 20.9201 13.7904 21.3401L12.4104 22.2301C11.9604 22.5101 11.4504 22.6501 10.9404 22.6501ZM5.40039 2.8501C4.70039 2.8501 4.15039 3.4401 4.15039 4.2001V6.5001C4.15039 6.8701 4.45039 7.5901 4.83039 7.9701L8.64039 11.9801C9.15039 12.6101 9.65039 13.6601 9.65039 14.6001V19.9001C9.65039 20.5501 10.1004 20.8701 10.2904 20.9701C10.7104 21.2001 11.2204 21.2001 11.6104 20.9601L13.0004 20.0701C13.2804 19.9001 13.5604 19.3601 13.5604 19.0001V14.7001C13.5604 13.6301 14.0804 12.4501 14.8304 11.8201L19.1104 8.0301C19.4504 7.6901 19.8604 6.8801 19.8604 6.2901V4.1001C19.8604 3.4101 19.3004 2.8501 18.6104 2.8501H5.40039Z\" fill=\"\"/>\n<path d=\"M5.99968 10.75C5.85968 10.75 5.72968 10.71 5.59968 10.64C5.24968 10.42 5.13968 9.95002 5.35968 9.60002L10.2897 1.70002C10.5097 1.35002 10.9697 1.24002 11.3197 1.46002C11.6697 1.68002 11.7797 2.14002 11.5597 2.49002L6.62968 10.39C6.48968 10.62 6.24968 10.75 5.99968 10.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"finger cricle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z\" fill=\"\"/>\n<path d=\"M11.9996 15.6299C10.6796 15.6299 9.59961 14.5499 9.59961 13.2299V10.7599C9.59961 9.43989 10.6796 8.35986 11.9996 8.35986C13.3196 8.35986 14.3996 9.43989 14.3996 10.7599V13.2299C14.3996 14.5599 13.3196 15.6299 11.9996 15.6299ZM11.9996 9.86987C11.5096 9.86987 11.0996 10.2699 11.0996 10.7699V13.2399C11.0996 13.7399 11.4996 14.1399 11.9996 14.1399C12.4996 14.1399 12.8996 13.7399 12.8996 13.2399V10.7699C12.8996 10.2699 12.4896 9.86987 11.9996 9.86987Z\" fill=\"\"/>\n<path d=\"M12 18.8199C8.83 18.8199 6.25 16.2399 6.25 13.0699V10.9299C6.25 7.75993 8.83 5.17993 12 5.17993C14.96 5.17993 17.42 7.39997 17.72 10.34C17.76 10.75 17.46 11.1199 17.05 11.1599C16.64 11.2099 16.27 10.8999 16.23 10.4899C16.01 8.31993 14.19 6.67993 12 6.67993C9.66 6.67993 7.75 8.58993 7.75 10.9299V13.0699C7.75 15.4099 9.66 17.3199 12 17.3199C14.2 17.3199 16.06 15.5999 16.24 13.4099C16.27 12.9999 16.63 12.6899 17.05 12.7199C17.46 12.7499 17.77 13.11 17.74 13.53C17.5 16.5 14.98 18.8199 12 18.8199Z\" fill=\"\"/>\n</svg>\n</li><li title=\"finger scan \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9996 15.6299C10.6796 15.6299 9.59961 14.5499 9.59961 13.2299V10.7599C9.59961 9.43989 10.6796 8.35986 11.9996 8.35986C13.3196 8.35986 14.3996 9.43989 14.3996 10.7599V13.2299C14.3996 14.5599 13.3196 15.6299 11.9996 15.6299ZM11.9996 9.86987C11.5096 9.86987 11.0996 10.2699 11.0996 10.7699V13.2399C11.0996 13.7399 11.4996 14.1399 11.9996 14.1399C12.4996 14.1399 12.8996 13.7399 12.8996 13.2399V10.7699C12.8996 10.2699 12.4896 9.86987 11.9996 9.86987Z\" fill=\"\"/>\n<path d=\"M12 18.8199C8.83 18.8199 6.25 16.2399 6.25 13.0699V10.9299C6.25 7.75993 8.83 5.17993 12 5.17993C14.96 5.17993 17.42 7.39997 17.72 10.34C17.76 10.75 17.46 11.1199 17.05 11.1599C16.64 11.2099 16.27 10.8999 16.23 10.4899C16.01 8.31993 14.19 6.67993 12 6.67993C9.66 6.67993 7.75 8.58993 7.75 10.9299V13.0699C7.75 15.4099 9.66 17.3199 12 17.3199C14.2 17.3199 16.06 15.5999 16.24 13.4099C16.27 12.9999 16.63 12.6899 17.05 12.7199C17.46 12.7499 17.77 13.11 17.74 13.53C17.5 16.5 14.98 18.8199 12 18.8199Z\" fill=\"\"/>\n<path d=\"M22 9.75C21.59 9.75 21.25 9.41 21.25 9V7C21.25 4.42 19.58 2.75 17 2.75H15C14.59 2.75 14.25 2.41 14.25 2C14.25 1.59 14.59 1.25 15 1.25H17C20.44 1.25 22.75 3.56 22.75 7V9C22.75 9.41 22.41 9.75 22 9.75Z\" fill=\"\"/>\n<path d=\"M2 9.75C1.59 9.75 1.25 9.41 1.25 9V7C1.25 3.56 3.56 1.25 7 1.25H9C9.41 1.25 9.75 1.59 9.75 2C9.75 2.41 9.41 2.75 9 2.75H7C4.42 2.75 2.75 4.42 2.75 7V9C2.75 9.41 2.41 9.75 2 9.75Z\" fill=\"\"/>\n<path d=\"M17 22.75H15C14.59 22.75 14.25 22.41 14.25 22C14.25 21.59 14.59 21.25 15 21.25H17C19.58 21.25 21.25 19.58 21.25 17V15C21.25 14.59 21.59 14.25 22 14.25C22.41 14.25 22.75 14.59 22.75 15V17C22.75 20.44 20.44 22.75 17 22.75Z\" fill=\"\"/>\n<path d=\"M9 22.75H7C3.56 22.75 1.25 20.44 1.25 17V15C1.25 14.59 1.59 14.25 2 14.25C2.41 14.25 2.75 14.59 2.75 15V17C2.75 19.58 4.42 21.25 7 21.25H9C9.41 21.25 9.75 21.59 9.75 22C9.75 22.41 9.41 22.75 9 22.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"firstline \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 5.25H14C13.59 5.25 13.25 4.91 13.25 4.5C13.25 4.09 13.59 3.75 14 3.75H21C21.41 3.75 21.75 4.09 21.75 4.5C21.75 4.91 21.41 5.25 21 5.25Z\" fill=\"\"/>\n<path d=\"M21 10.25H14C13.59 10.25 13.25 9.91 13.25 9.5C13.25 9.09 13.59 8.75 14 8.75H21C21.41 8.75 21.75 9.09 21.75 9.5C21.75 9.91 21.41 10.25 21 10.25Z\" fill=\"\"/>\n<path d=\"M21 15.25H3C2.59 15.25 2.25 14.91 2.25 14.5C2.25 14.09 2.59 13.75 3 13.75H21C21.41 13.75 21.75 14.09 21.75 14.5C21.75 14.91 21.41 15.25 21 15.25Z\" fill=\"\"/>\n<path d=\"M21 20.25H3C2.59 20.25 2.25 19.91 2.25 19.5C2.25 19.09 2.59 18.75 3 18.75H21C21.41 18.75 21.75 19.09 21.75 19.5C21.75 19.91 21.41 20.25 21 20.25Z\" fill=\"\"/>\n<path d=\"M7.92 10.75H5.08C3.54 10.75 2.75 9.97 2.75 8.42V5.58C2.75 4.04 3.53 3.25 5.08 3.25H7.93C9.47 3.25 10.26 4.03 10.26 5.58V8.43C10.25 9.97 9.47 10.75 7.92 10.75ZM5.08 4.75C4.37 4.75 4.25 4.87 4.25 5.58V8.43C4.25 9.14 4.37 9.26 5.08 9.26H7.93C8.64 9.26 8.76 9.14 8.76 8.43V5.58C8.76 4.87 8.64 4.75 7.93 4.75H5.08Z\" fill=\"\"/>\n</svg>\n</li><li title=\"flag 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.44922 22.75C6.03922 22.75 5.69922 22.41 5.69922 22V2C5.69922 1.59 6.03922 1.25 6.44922 1.25C6.85922 1.25 7.19922 1.59 7.19922 2V22C7.19922 22.41 6.85922 22.75 6.44922 22.75Z\" fill=\"\"/>\n<path d=\"M6.94907 17.7501C6.66907 17.7501 6.40907 17.6001 6.27907 17.3301C6.09907 16.9601 6.24907 16.5101 6.61907 16.3301L14.9191 12.2301C16.1391 11.6001 16.8291 10.8401 16.7991 10.1301C16.7691 9.44011 16.0291 8.73011 14.7591 8.19011L6.65907 4.69011C6.26907 4.52011 6.09907 4.08011 6.25907 3.70011C6.41907 3.32011 6.86907 3.14011 7.24907 3.31011L15.3491 6.81011C17.8491 7.87011 18.2691 9.31011 18.2991 10.0701C18.3491 11.4001 17.3891 12.6401 15.5991 13.5601L7.28907 17.6701C7.17907 17.7301 7.05907 17.7501 6.94907 17.7501Z\" fill=\"\"/>\n</svg>\n</li><li title=\"flag \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.15039 22.75C4.74039 22.75 4.40039 22.41 4.40039 22V2C4.40039 1.59 4.74039 1.25 5.15039 1.25C5.56039 1.25 5.90039 1.59 5.90039 2V22C5.90039 22.41 5.56039 22.75 5.15039 22.75Z\" fill=\"\"/>\n<path d=\"M16.3504 16.75H5.15039C4.74039 16.75 4.40039 16.41 4.40039 16C4.40039 15.59 4.74039 15.25 5.15039 15.25H16.3504C17.4404 15.25 17.9504 14.96 18.0504 14.71C18.1504 14.46 18.0004 13.9 17.2204 13.13L16.0204 11.93C15.5304 11.5 15.2304 10.85 15.2004 10.13C15.1704 9.37 15.4704 8.62 16.0204 8.07L17.2204 6.87C17.9604 6.13 18.1904 5.53 18.0804 5.27C17.9704 5.01 17.4004 4.75 16.3504 4.75H5.15039C4.73039 4.75 4.40039 4.41 4.40039 4C4.40039 3.59 4.74039 3.25 5.15039 3.25H16.3504C18.5404 3.25 19.2404 4.16 19.4704 4.7C19.6904 5.24 19.8404 6.38 18.2804 7.94L17.0804 9.14C16.8304 9.39 16.6904 9.74 16.7004 10.09C16.7104 10.39 16.8304 10.66 17.0404 10.85L18.2804 12.08C19.8104 13.61 19.6604 14.75 19.4404 15.3C19.2104 15.83 18.5004 16.75 16.3504 16.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"flash 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.99057 22.7499C9.79057 22.7499 9.63057 22.7099 9.51057 22.6599C9.11057 22.5099 8.43057 22.0199 8.43057 20.4699V14.0199H6.09057C4.75057 14.0199 4.27057 13.3899 4.10057 13.0199C3.93057 12.6399 3.78057 11.8699 4.66057 10.8599L12.2306 2.25988C13.2506 1.09988 14.0806 1.17988 14.4806 1.32988C14.8806 1.47988 15.5606 1.96988 15.5606 3.51988V9.96988H17.9006C19.2406 9.96988 19.7206 10.5999 19.8906 10.9699C20.0606 11.3499 20.2106 12.1199 19.3306 13.1299L11.7606 21.7299C11.0506 22.5399 10.4306 22.7499 9.99057 22.7499ZM13.9306 2.73988C13.9006 2.77988 13.6906 2.87988 13.3606 3.25988L5.79057 11.8599C5.51057 12.1799 5.47057 12.3799 5.47057 12.4199C5.49057 12.4299 5.67057 12.5299 6.09057 12.5299H9.18057C9.59057 12.5299 9.93057 12.8699 9.93057 13.2799V20.4799C9.93057 20.9799 10.0206 21.1999 10.0606 21.2599C10.0906 21.2199 10.3006 21.1199 10.6306 20.7399L18.2006 12.1399C18.4806 11.8199 18.5206 11.6199 18.5206 11.5799C18.5006 11.5699 18.3206 11.4699 17.9006 11.4699H14.8106C14.4006 11.4699 14.0606 11.1299 14.0606 10.7199V3.51988C14.0706 3.01988 13.9706 2.80988 13.9306 2.73988Z\" fill=\"\"/>\n</svg>\n</li><li title=\"flash circle 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.0693 18.1701C10.8993 18.1701 10.7393 18.1401 10.5693 18.0801C10.0193 17.8701 9.65934 17.3601 9.65934 16.7701V13.4701H8.67934C8.11934 13.4701 7.62934 13.1501 7.39934 12.6501C7.16934 12.1401 7.25934 11.5701 7.62934 11.1501L11.8893 6.31012C12.2793 5.87012 12.8793 5.72012 13.4293 5.93012C13.9793 6.14012 14.3393 6.65012 14.3393 7.24012V10.5401H15.3293C15.8893 10.5401 16.3793 10.8601 16.6093 11.3601C16.8393 11.8701 16.7493 12.4401 16.3793 12.8601L12.1193 17.7001C11.8393 18.0001 11.4593 18.1701 11.0693 18.1701ZM8.89934 11.9701H10.4093C10.8193 11.9701 11.1593 12.3101 11.1593 12.7201V16.5001L15.0993 12.0301H13.5893C13.1793 12.0301 12.8393 11.6901 12.8393 11.2801V7.50012L8.89934 11.9701Z\" fill=\"\"/>\n<path d=\"M11.9707 22.75C6.0507 22.75 1.2207 17.93 1.2207 12C1.2207 6.07 6.0507 1.25 11.9707 1.25C17.8907 1.25 22.7207 6.07 22.7207 12C22.7207 17.93 17.9007 22.75 11.9707 22.75ZM11.9707 2.75C6.8707 2.75 2.7207 6.9 2.7207 12C2.7207 17.1 6.8707 21.25 11.9707 21.25C17.0707 21.25 21.2207 17.1 21.2207 12C21.2207 6.9 17.0707 2.75 11.9707 2.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"flash circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z\" fill=\"\"/>\n<path d=\"M9.71003 17.84C9.42003 17.84 9.20005 17.7401 9.07005 17.6401C8.80005 17.4601 8.39004 17 8.65004 15.97L9.42006 12.86L8.50004 12.63C7.57004 12.4 7.36005 11.81 7.32005 11.57C7.28005 11.33 7.26005 10.7001 8.04005 10.1501L13.22 6.56003C14.09 5.96003 14.66 6.18002 14.93 6.36002C15.2 6.54002 15.61 7.00007 15.35 8.03007L14.58 11.1401L15.5 11.37C16.43 11.6 16.64 12.19 16.68 12.44C16.72 12.69 16.74 13.31 15.96 13.86L10.78 17.45C10.35 17.74 10 17.84 9.71003 17.84ZM9.11003 11.24L10.5101 11.5901C10.9101 11.6901 11.16 12.1 11.06 12.5L10.18 16.0401L14.8901 12.7701L13.49 12.4201C13.09 12.3201 12.84 11.91 12.94 11.51L13.8201 7.97001L9.11003 11.24Z\" fill=\"\"/>\n</svg>\n</li><li title=\"flash slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.98969 22.75C9.78969 22.75 9.62969 22.71 9.50969 22.66C9.10969 22.51 8.42969 22.02 8.42969 20.47V18.03C8.42969 17.62 8.76969 17.28 9.17969 17.28C9.58969 17.28 9.92969 17.62 9.92969 18.03V20.47C9.92969 20.97 10.0197 21.19 10.0597 21.25C10.0897 21.21 10.2997 21.11 10.6297 20.73L18.1997 12.13C18.4797 11.81 18.5197 11.61 18.5197 11.57C18.4997 11.56 18.3197 11.46 17.8997 11.46H16.9697C16.5597 11.46 16.2197 11.12 16.2197 10.71C16.2197 10.3 16.5597 9.95996 16.9697 9.95996H17.8997C19.2397 9.95996 19.7197 10.59 19.8897 10.96C20.0597 11.34 20.2097 12.11 19.3297 13.12L11.7597 21.72C11.0497 22.54 10.4297 22.75 9.98969 22.75Z\" fill=\"\"/>\n<path d=\"M9.18057 15.2199C8.77057 15.2199 8.43057 14.8799 8.43057 14.4699V14.0399H6.09057C4.75057 14.0399 4.27057 13.4099 4.10057 13.0399C3.93057 12.6599 3.78057 11.8899 4.66057 10.8799L12.2306 2.2799C13.2506 1.1199 14.0806 1.1999 14.4806 1.3499C14.8806 1.4999 15.5606 1.9899 15.5606 3.5399V8.8499C15.5606 9.2599 15.2206 9.5999 14.8106 9.5999C14.4006 9.5999 14.0606 9.2599 14.0606 8.8499V3.5199C14.0606 3.0199 13.9706 2.7999 13.9306 2.7399C13.9006 2.7799 13.6906 2.8799 13.3606 3.2599L5.79057 11.8599C5.51057 12.1799 5.47057 12.3799 5.47057 12.4199C5.49057 12.4299 5.67057 12.5299 6.09057 12.5299H9.18057C9.59057 12.5299 9.93057 12.8699 9.93057 13.2799V14.4599C9.93057 14.8799 9.59057 15.2199 9.18057 15.2199Z\" fill=\"\"/>\n<path d=\"M1.99945 22.7499C1.80945 22.7499 1.61945 22.6799 1.46945 22.5299C1.17945 22.2399 1.17945 21.7599 1.46945 21.4699L21.4695 1.46994C21.7595 1.17994 22.2395 1.17994 22.5295 1.46994C22.8195 1.75994 22.8195 2.23994 22.5295 2.52994L2.52945 22.5299C2.37945 22.6799 2.18945 22.7499 1.99945 22.7499Z\" fill=\"\"/>\n</svg>\n</li><li title=\"flash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.57 22.3801C13.34 22.3801 13.11 22.3401 12.89 22.2601C12.14 21.9801 11.66 21.2801 11.66 20.4801V14.0301H9.31997C8.55997 14.0301 7.89996 13.6001 7.58996 12.9101C7.27996 12.2201 7.39996 11.4401 7.89996 10.8701L15.47 2.27006C16 1.67006 16.82 1.46006 17.57 1.75006C18.32 2.03006 18.7999 2.73006 18.7999 3.53006V9.98006H21.14C21.9 9.98006 22.56 10.4101 22.87 11.1001C23.18 11.7901 23.06 12.5701 22.56 13.1401L14.99 21.7401C14.62 22.1601 14.1 22.3801 13.57 22.3801ZM16.88 3.12006C16.79 3.12006 16.68 3.15006 16.59 3.26006L9.01995 11.8701C8.85995 12.0501 8.91997 12.2301 8.94997 12.3001C8.97997 12.3701 9.07997 12.5401 9.31997 12.5401H12.41C12.82 12.5401 13.16 12.8801 13.16 13.2901V20.4901C13.16 20.7401 13.34 20.8401 13.42 20.8701C13.5 20.9001 13.6999 20.9501 13.8599 20.7601L21.43 12.1501C21.59 11.9701 21.53 11.7901 21.5 11.7201C21.47 11.6501 21.37 11.4801 21.13 11.4801H18.04C17.63 11.4801 17.29 11.1401 17.29 10.7301V3.53006C17.29 3.28006 17.11 3.18006 17.03 3.15006C17 3.13006 16.94 3.12006 16.88 3.12006Z\" fill=\"\"/>\n<path d=\"M8.5 4.75H1.5C1.09 4.75 0.75 4.41 0.75 4C0.75 3.59 1.09 3.25 1.5 3.25H8.5C8.91 3.25 9.25 3.59 9.25 4C9.25 4.41 8.91 4.75 8.5 4.75Z\" fill=\"\"/>\n<path d=\"M7.5 20.75H1.5C1.09 20.75 0.75 20.41 0.75 20C0.75 19.59 1.09 19.25 1.5 19.25H7.5C7.91 19.25 8.25 19.59 8.25 20C8.25 20.41 7.91 20.75 7.5 20.75Z\" fill=\"\"/>\n<path d=\"M4.5 12.75H1.5C1.09 12.75 0.75 12.41 0.75 12C0.75 11.59 1.09 11.25 1.5 11.25H4.5C4.91 11.25 5.25 11.59 5.25 12C5.25 12.41 4.91 12.75 4.5 12.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"folder 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 22.75H7C2.59 22.75 1.25 21.41 1.25 17V7C1.25 2.59 2.59 1.25 7 1.25H8.5C10.25 1.25 10.8 1.82 11.5 2.75L13 4.75C13.33 5.19 13.38 5.25 14 5.25H17C21.41 5.25 22.75 6.59 22.75 11V17C22.75 21.41 21.41 22.75 17 22.75ZM7 2.75C3.42 2.75 2.75 3.43 2.75 7V17C2.75 20.57 3.42 21.25 7 21.25H17C20.58 21.25 21.25 20.57 21.25 17V11C21.25 7.43 20.58 6.75 17 6.75H14C12.72 6.75 12.3 6.31 11.8 5.65L10.3 3.65C9.78 2.96 9.62 2.75 8.5 2.75H7Z\" fill=\"\"/>\n<path d=\"M20 7.13C19.59 7.13 19.25 6.79 19.25 6.38V5C19.25 3.42 18.58 2.75 17 2.75H8C7.59 2.75 7.25 2.41 7.25 2C7.25 1.59 7.59 1.25 8 1.25H17C19.42 1.25 20.75 2.58 20.75 5V6.38C20.75 6.79 20.41 7.13 20 7.13Z\" fill=\"\"/>\n</svg>\n</li><li title=\"folder add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.0605 17.25C11.6505 17.25 11.3105 16.91 11.3105 16.5V11.5C11.3105 11.09 11.6505 10.75 12.0605 10.75C12.4705 10.75 12.8105 11.09 12.8105 11.5V16.5C12.8105 16.91 12.4705 17.25 12.0605 17.25Z\" fill=\"\"/>\n<path d=\"M14.5 14.75H9.5C9.09 14.75 8.75 14.41 8.75 14C8.75 13.59 9.09 13.25 9.5 13.25H14.5C14.91 13.25 15.25 13.59 15.25 14C15.25 14.41 14.91 14.75 14.5 14.75Z\" fill=\"\"/>\n<path d=\"M17 22.75H7C2.59 22.75 1.25 21.41 1.25 17V7C1.25 2.59 2.59 1.25 7 1.25H8.5C10.25 1.25 10.8 1.82 11.5 2.75L13 4.75C13.33 5.19 13.38 5.25 14 5.25H17C21.41 5.25 22.75 6.59 22.75 11V17C22.75 21.41 21.41 22.75 17 22.75ZM7 2.75C3.43 2.75 2.75 3.43 2.75 7V17C2.75 20.57 3.43 21.25 7 21.25H17C20.57 21.25 21.25 20.57 21.25 17V11C21.25 7.43 20.57 6.75 17 6.75H14C12.72 6.75 12.3 6.31 11.8 5.65L10.3 3.65C9.78 2.96 9.63 2.75 8.5 2.75H7Z\" fill=\"\"/>\n</svg>\n</li><li title=\"folder cloud \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22.75H7C2.59 22.75 1.25 21.41 1.25 17V7C1.25 2.59 2.59 1.25 7 1.25H8.5C10.25 1.25 10.8 1.82 11.5 2.75L13 4.75C13.33 5.19 13.38 5.25 14 5.25H17C21.41 5.25 22.75 6.59 22.75 11V13C22.75 13.41 22.41 13.75 22 13.75C21.59 13.75 21.25 13.41 21.25 13V11C21.25 7.43 20.58 6.75 17 6.75H14C12.72 6.75 12.3 6.30999 11.8 5.64999L10.3 3.64999C9.77999 2.95999 9.62 2.75 8.5 2.75H7C3.42 2.75 2.75 3.43 2.75 7V17C2.75 20.57 3.42 21.25 7 21.25H9C9.41 21.25 9.75 21.59 9.75 22C9.75 22.41 9.41 22.75 9 22.75Z\" fill=\"\"/>\n<path d=\"M19.3403 22.81C19.3303 22.81 19.3202 22.81 19.3102 22.81H13.7502C12.0802 22.69 11.2402 21.41 11.2402 20.19C11.2402 19.21 11.7902 18.18 12.8502 17.76C12.6302 16.51 12.9503 15.35 13.7803 14.48C14.8003 13.41 16.4402 12.98 17.8602 13.41C19.1002 13.79 19.9902 14.77 20.3602 16.13C21.4102 16.45 22.2403 17.28 22.5803 18.41C22.9803 19.72 22.6102 21.06 21.6202 21.92C21.0202 22.49 20.2003 22.81 19.3403 22.81ZM13.7902 19.07C13.0302 19.14 12.7502 19.71 12.7502 20.19C12.7502 20.67 13.0302 21.25 13.8102 21.31H19.3203C19.8003 21.35 20.2803 21.13 20.6403 20.81C21.2903 20.24 21.3302 19.43 21.1602 18.85C20.9902 18.27 20.4903 17.62 19.6503 17.51C19.3203 17.47 19.0602 17.22 19.0002 16.89C18.7802 15.54 18.0202 15.04 17.4302 14.85C16.5502 14.58 15.5102 14.86 14.8802 15.52C14.4502 15.97 14.0302 16.78 14.5002 18.07C14.6402 18.46 14.4402 18.89 14.0502 19.03C13.9602 19.06 13.8702 19.07 13.7902 19.07Z\" fill=\"\"/>\n</svg>\n</li><li title=\"folder connection \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 19.75C11.59 19.75 11.25 19.41 11.25 19V16C11.25 15.59 11.59 15.25 12 15.25C12.41 15.25 12.75 15.59 12.75 16V19C12.75 19.41 12.41 19.75 12 19.75Z\" fill=\"\"/>\n<path d=\"M12 23.75C10.48 23.75 9.25 22.52 9.25 21C9.25 19.48 10.48 18.25 12 18.25C13.52 18.25 14.75 19.48 14.75 21C14.75 22.52 13.52 23.75 12 23.75ZM12 19.75C11.31 19.75 10.75 20.31 10.75 21C10.75 21.69 11.31 22.25 12 22.25C12.69 22.25 13.25 21.69 13.25 21C13.25 20.31 12.69 19.75 12 19.75Z\" fill=\"\"/>\n<path d=\"M18 21.75H14C13.59 21.75 13.25 21.41 13.25 21C13.25 20.59 13.59 20.25 14 20.25H18C18.41 20.25 18.75 20.59 18.75 21C18.75 21.41 18.41 21.75 18 21.75Z\" fill=\"\"/>\n<path d=\"M10 21.75H6C5.59 21.75 5.25 21.41 5.25 21C5.25 20.59 5.59 20.25 6 20.25H10C10.41 20.25 10.75 20.59 10.75 21C10.75 21.41 10.41 21.75 10 21.75Z\" fill=\"\"/>\n<path d=\"M15.5 16.75H8.5C5.28 16.75 4.25 15.72 4.25 12.5V5.5C4.25 2.28 5.28 1.25 8.5 1.25H9.54999C10.88 1.25 11.31 1.70001 11.83 2.39001L12.88 3.79004C13.08 4.05004 13.08 4.05005 13.4 4.05005H15.5C18.72 4.05005 19.75 5.08005 19.75 8.30005V12.5C19.75 15.72 18.72 16.75 15.5 16.75ZM8.5 2.75C6.11 2.75 5.75 3.11 5.75 5.5V12.5C5.75 14.89 6.11 15.25 8.5 15.25H15.5C17.89 15.25 18.25 14.89 18.25 12.5V8.30005C18.25 5.91005 17.89 5.55005 15.5 5.55005H13.4C12.41 5.55005 12.05 5.17995 11.69 4.69995L10.63 3.29004C10.28 2.82004 10.23 2.75 9.54999 2.75H8.5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"folder cross \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.8109 16.4799C13.6209 16.4799 13.4309 16.4099 13.2809 16.2599L9.74094 12.7199C9.45094 12.4299 9.45094 11.9499 9.74094 11.6599C10.0309 11.3699 10.5109 11.3699 10.8009 11.6599L14.3409 15.1999C14.6309 15.4899 14.6309 15.9699 14.3409 16.2599C14.1909 16.3999 14.0009 16.4799 13.8109 16.4799Z\" fill=\"\"/>\n<path d=\"M10.2299 16.5199C10.0399 16.5199 9.84992 16.4499 9.69992 16.2999C9.40992 16.0099 9.40992 15.5299 9.69992 15.2399L13.2399 11.6999C13.5299 11.4099 14.0099 11.4099 14.2999 11.6999C14.5899 11.9899 14.5899 12.4699 14.2999 12.7599L10.7599 16.2999C10.6199 16.4399 10.4199 16.5199 10.2299 16.5199Z\" fill=\"\"/>\n<path d=\"M17 22.75H7C2.59 22.75 1.25 21.41 1.25 17V7C1.25 2.59 2.59 1.25 7 1.25H8.5C10.25 1.25 10.8 1.82 11.5 2.75L13 4.75C13.33 5.19 13.38 5.25 14 5.25H17C21.41 5.25 22.75 6.59 22.75 11V17C22.75 21.41 21.41 22.75 17 22.75ZM7 2.75C3.43 2.75 2.75 3.43 2.75 7V17C2.75 20.57 3.43 21.25 7 21.25H17C20.57 21.25 21.25 20.57 21.25 17V11C21.25 7.43 20.57 6.75 17 6.75H14C12.72 6.75 12.3 6.31 11.8 5.65L10.3 3.65C9.78 2.96 9.63 2.75 8.5 2.75H7Z\" fill=\"\"/>\n</svg>\n</li><li title=\"folder favorite \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.0004 17.88C11.7504 17.88 11.4904 17.79 11.2904 17.61L8.71044 15.35C7.74044 14.5 7.61044 13.04 8.42044 12.03C9.24044 11.01 10.7004 10.82 11.7504 11.61L12.0004 11.8L12.2604 11.6C13.3104 10.81 14.7704 11 15.5904 12.02C16.4004 13.03 16.2704 14.49 15.3004 15.34L12.7204 17.6C12.5104 17.79 12.2504 17.88 12.0004 17.88ZM9.69044 14.22L12.0004 16.24L14.3104 14.22C14.6804 13.9 14.7304 13.35 14.4204 12.97C14.1104 12.58 13.5604 12.51 13.1604 12.81L12.4504 13.34C12.1804 13.54 11.8204 13.54 11.5504 13.34L10.8404 12.81C10.4504 12.51 9.89044 12.58 9.58044 12.97C9.28044 13.35 9.33044 13.9 9.69044 14.22Z\" fill=\"\"/>\n<path d=\"M17 22.75H7C2.59 22.75 1.25 21.41 1.25 17V7C1.25 2.59 2.59 1.25 7 1.25H8.5C10.25 1.25 10.8 1.82 11.5 2.75L13 4.75C13.33 5.19 13.38 5.25 14 5.25H17C21.41 5.25 22.75 6.59 22.75 11V17C22.75 21.41 21.41 22.75 17 22.75ZM7 2.75C3.42 2.75 2.75 3.43 2.75 7V17C2.75 20.57 3.42 21.25 7 21.25H17C20.58 21.25 21.25 20.57 21.25 17V11C21.25 7.43 20.58 6.75 17 6.75H14C12.72 6.75 12.3 6.31 11.8 5.65L10.3 3.65C9.78 2.96 9.62 2.75 8.5 2.75H7Z\" fill=\"\"/>\n</svg>\n</li><li title=\"folder minus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.4297 15.3H9.42969C9.01969 15.3 8.67969 14.96 8.67969 14.55C8.67969 14.14 9.01969 13.8 9.42969 13.8H14.4297C14.8397 13.8 15.1797 14.14 15.1797 14.55C15.1797 14.96 14.8397 15.3 14.4297 15.3Z\" fill=\"\"/>\n<path d=\"M17 22.75H7C2.59 22.75 1.25 21.41 1.25 17V7C1.25 2.59 2.59 1.25 7 1.25H8.5C10.25 1.25 10.8 1.82 11.5 2.75L13 4.75C13.33 5.19 13.38 5.25 14 5.25H17C21.41 5.25 22.75 6.59 22.75 11V17C22.75 21.41 21.41 22.75 17 22.75ZM7 2.75C3.42 2.75 2.75 3.43 2.75 7V17C2.75 20.57 3.42 21.25 7 21.25H17C20.58 21.25 21.25 20.57 21.25 17V11C21.25 7.43 20.58 6.75 17 6.75H14C12.72 6.75 12.3 6.31 11.8 5.65L10.3 3.65C9.78 2.96 9.62 2.75 8.5 2.75H7Z\" fill=\"\"/>\n</svg>\n</li><li title=\"folder open \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.2909 22.75H5.71093C2.31093 22.75 2.13093 20.88 1.98093 19.37L1.58093 14.36C1.49093 13.39 1.77093 12.42 2.39093 11.64C3.13093 10.74 4.18093 10.25 5.31093 10.25H18.6909C19.8009 10.25 20.8509 10.74 21.5609 11.59L21.7309 11.82C22.2709 12.56 22.5109 13.46 22.4209 14.37L22.0209 19.36C21.8709 20.88 21.6909 22.75 18.2909 22.75ZM5.31093 11.75C4.64093 11.75 4.00093 12.05 3.58093 12.57L3.51093 12.64C3.19093 13.05 3.02093 13.63 3.08093 14.23L3.48093 19.24C3.62093 20.7 3.68093 21.25 5.71093 21.25H18.2909C20.3309 21.25 20.3809 20.7 20.5209 19.23L20.9209 14.22C20.9809 13.63 20.8109 13.04 20.4209 12.58L20.3209 12.46C19.8709 11.99 19.3009 11.75 18.6809 11.75H5.31093Z\" fill=\"\"/>\n<path d=\"M20.5 12.22C20.09 12.22 19.75 11.88 19.75 11.47V9.68003C19.75 6.70003 19.23 6.18003 16.25 6.18003H13.7C12.57 6.18003 12.18 5.78003 11.75 5.21003L10.46 3.50003C10.02 2.92003 9.92 2.78003 9.02 2.78003H7.75C4.77 2.78003 4.25 3.30003 4.25 6.28003V11.43C4.25 11.84 3.91 12.18 3.5 12.18C3.09 12.18 2.75 11.84 2.75 11.43V6.28003C2.75 2.45003 3.92 1.28003 7.75 1.28003H9.03C10.57 1.28003 11.05 1.78003 11.67 2.60003L12.95 4.30003C13.22 4.66003 13.24 4.68003 13.71 4.68003H16.26C20.09 4.68003 21.26 5.85003 21.26 9.68003V11.47C21.25 11.88 20.91 12.22 20.5 12.22Z\" fill=\"\"/>\n<path d=\"M14.5697 17.75H9.42969C9.01969 17.75 8.67969 17.41 8.67969 17C8.67969 16.59 9.01969 16.25 9.42969 16.25H14.5697C14.9797 16.25 15.3197 16.59 15.3197 17C15.3197 17.41 14.9897 17.75 14.5697 17.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"folder \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 22.75H7C2.59 22.75 1.25 21.41 1.25 17V7C1.25 2.59 2.59 1.25 7 1.25H8.5C10.25 1.25 10.8 1.82 11.5 2.75L13 4.75C13.33 5.19 13.38 5.25 14 5.25H17C21.41 5.25 22.75 6.59 22.75 11V17C22.75 21.41 21.41 22.75 17 22.75ZM7 2.75C3.43 2.75 2.75 3.43 2.75 7V17C2.75 20.57 3.43 21.25 7 21.25H17C20.57 21.25 21.25 20.57 21.25 17V11C21.25 7.43 20.57 6.75 17 6.75H14C12.72 6.75 12.3 6.31 11.8 5.65L10.3 3.65C9.78 2.96 9.63 2.75 8.5 2.75H7Z\" fill=\"\"/>\n</svg>\n</li><li title=\"forbidden 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.9 22.75H9.10001C8.21001 22.75 7.07 22.28 6.45 21.65L2.35001 17.55C1.72001 16.92 1.25 15.78 1.25 14.9V9.10001C1.25 8.21001 1.72001 7.07001 2.35001 6.45001L6.45 2.35001C7.08 1.72001 8.22001 1.25 9.10001 1.25H14.9C15.79 1.25 16.93 1.72001 17.55 2.35001L21.65 6.45001C22.28 7.08001 22.75 8.22001 22.75 9.10001V14.9C22.75 15.79 22.28 16.93 21.65 17.55L17.55 21.65C16.92 22.28 15.79 22.75 14.9 22.75ZM9.10001 2.75C8.61001 2.75 7.84999 3.06 7.50999 3.41L3.41 7.51001C3.07 7.86001 2.75 8.61001 2.75 9.10001V14.9C2.75 15.39 3.06 16.15 3.41 16.49L7.50999 20.59C7.85999 20.93 8.61001 21.25 9.10001 21.25H14.9C15.39 21.25 16.15 20.94 16.49 20.59L20.59 16.49C20.93 16.14 21.25 15.39 21.25 14.9V9.10001C21.25 8.61001 20.94 7.85001 20.59 7.51001L16.49 3.41C16.14 3.07 15.39 2.75 14.9 2.75H9.10001Z\" fill=\"\"/>\n<path d=\"M8.49945 16.2499C8.30945 16.2499 8.11945 16.1799 7.96945 16.0299C7.67945 15.7399 7.67945 15.2599 7.96945 14.9699L14.9695 7.96994C15.2595 7.67994 15.7395 7.67994 16.0295 7.96994C16.3195 8.25994 16.3195 8.73994 16.0295 9.02994L9.02945 16.0299C8.87945 16.1799 8.68945 16.2499 8.49945 16.2499Z\" fill=\"\"/>\n<path d=\"M15.4995 16.2499C15.3095 16.2499 15.1195 16.1799 14.9695 16.0299L7.96945 9.02994C7.67945 8.73994 7.67945 8.25994 7.96945 7.96994C8.25945 7.67994 8.73945 7.67994 9.02945 7.96994L16.0295 14.9699C16.3195 15.2599 16.3195 15.7399 16.0295 16.0299C15.8795 16.1799 15.6895 16.2499 15.4995 16.2499Z\" fill=\"\"/>\n</svg>\n</li><li title=\"forbidden \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.9 22.75H9.10001C8.21001 22.75 7.07 22.28 6.45 21.65L2.35001 17.55C1.72001 16.92 1.25 15.78 1.25 14.9V9.10001C1.25 8.21001 1.72001 7.07001 2.35001 6.45001L6.45 2.35001C7.08 1.72001 8.22001 1.25 9.10001 1.25H14.9C15.79 1.25 16.93 1.72001 17.55 2.35001L21.65 6.45001C22.28 7.08001 22.75 8.22001 22.75 9.10001V14.9C22.75 15.79 22.28 16.93 21.65 17.55L17.55 21.65C16.92 22.28 15.79 22.75 14.9 22.75ZM9.10001 2.75C8.61001 2.75 7.84999 3.06 7.50999 3.41L3.41 7.51001C3.07 7.86001 2.75 8.61001 2.75 9.10001V14.9C2.75 15.39 3.06 16.15 3.41 16.49L7.50999 20.59C7.85999 20.93 8.61001 21.25 9.10001 21.25H14.9C15.39 21.25 16.15 20.94 16.49 20.59L20.59 16.49C20.93 16.14 21.25 15.39 21.25 14.9V9.10001C21.25 8.61001 20.94 7.85001 20.59 7.51001L16.49 3.41C16.14 3.07 15.39 2.75 14.9 2.75H9.10001Z\" fill=\"\"/>\n<path d=\"M4.93891 19.8299C4.74891 19.8299 4.55891 19.7599 4.40891 19.6099C4.11891 19.3199 4.11891 18.8399 4.40891 18.5499L18.5489 4.40988C18.8389 4.11988 19.3189 4.11988 19.6089 4.40988C19.8989 4.69988 19.8989 5.17988 19.6089 5.46988L5.4689 19.6099C5.3189 19.7599 5.1289 19.8299 4.93891 19.8299Z\" fill=\"\"/>\n</svg>\n</li><li title=\"format circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.6508 8.95C16.6608 8.95 15.0508 7.33 15.0508 5.35C15.0508 4.54 15.3208 3.77 15.8208 3.13C15.8408 3.1 15.8708 3.08 15.8908 3.05C16.5708 2.22 17.5708 1.75 18.6508 1.75C20.6308 1.75 22.2508 3.37 22.2508 5.35C22.2508 6.46 21.7508 7.49 20.8708 8.18C20.2308 8.68 19.4608 8.95 18.6508 8.95ZM16.9508 4.12C16.6908 4.48 16.5508 4.9 16.5508 5.35C16.5508 6.51 17.4908 7.45 18.6508 7.45C19.1208 7.45 19.5708 7.29 19.9408 7C20.4508 6.6 20.7508 6 20.7508 5.35C20.7508 4.19 19.8108 3.25 18.6508 3.25C18.0008 3.25 17.4008 3.54 17.0108 4.05C16.9908 4.08 16.9708 4.1 16.9508 4.12Z\" fill=\"\"/>\n<path d=\"M5.35 8.95C4.54 8.95 3.77 8.68 3.13 8.18C2.25 7.49 1.75 6.46 1.75 5.35C1.75 3.37 3.37 1.75 5.35 1.75C6.46 1.75 7.49 2.25 8.18 3.13C8.68 3.77 8.95 4.54 8.95 5.35C8.95 7.33 7.33 8.95 5.35 8.95ZM5.35 3.25C4.19 3.25 3.25 4.19 3.25 5.35C3.25 6 3.54 6.6 4.06 7C4.43 7.29 4.88 7.45 5.35 7.45C6.51 7.45 7.45 6.51 7.45 5.35C7.45 4.88 7.29 4.43 7 4.06C6.6 3.54 6 3.25 5.35 3.25Z\" fill=\"\"/>\n<path d=\"M18.6508 22.2498C17.5708 22.2498 16.5708 21.7798 15.8908 20.9498C15.8608 20.9298 15.8408 20.8998 15.8208 20.8698C15.3208 20.2298 15.0508 19.4598 15.0508 18.6498C15.0508 16.6598 16.6708 15.0498 18.6508 15.0498C19.4608 15.0498 20.2308 15.3198 20.8708 15.8198C20.9008 15.8398 20.9208 15.8698 20.9508 15.8898C21.7808 16.5698 22.2508 17.5698 22.2508 18.6498C22.2508 20.6298 20.6308 22.2498 18.6508 22.2498ZM16.9508 19.8798C16.9708 19.8998 16.9908 19.9198 17.0108 19.9498C17.4008 20.4598 18.0008 20.7498 18.6508 20.7498C19.8108 20.7498 20.7508 19.8098 20.7508 18.6498C20.7508 17.9998 20.4608 17.3998 19.9508 17.0098C19.9208 16.9898 19.9008 16.9698 19.8808 16.9498C19.5208 16.6898 19.1008 16.5498 18.6508 16.5498C17.4908 16.5498 16.5508 17.4898 16.5508 18.6498C16.5508 19.0998 16.6908 19.5198 16.9508 19.8798Z\" fill=\"\"/>\n<path d=\"M5.35 22.2498C3.37 22.2498 1.75 20.6298 1.75 18.6498C1.75 17.5698 2.22 16.5698 3.05 15.8898C3.07 15.8598 3.1 15.8398 3.13 15.8198C3.77 15.3198 4.54 15.0498 5.35 15.0498C7.34 15.0498 8.95 16.6698 8.95 18.6498C8.95 19.4598 8.68 20.2298 8.18 20.8698C7.49 21.7498 6.46 22.2498 5.35 22.2498ZM4.12 16.9498C4.1 16.9698 4.08 16.9898 4.05 17.0098C3.54 17.3998 3.25 17.9998 3.25 18.6498C3.25 19.8098 4.19 20.7498 5.35 20.7498C6 20.7498 6.6 20.4598 7 19.9398C7.29 19.5698 7.45 19.1198 7.45 18.6498C7.45 17.4898 6.51 16.5498 5.35 16.5498C4.9 16.5498 4.48 16.6898 4.12 16.9498Z\" fill=\"\"/>\n<path d=\"M12 22.25C10.34 22.25 8.69 21.84 7.24 21.07C7.04 20.97 6.91 20.78 6.86 20.56C6.81 20.34 6.86 20.12 7 19.94C7.29 19.57 7.45 19.12 7.45 18.65C7.45 17.49 6.51 16.55 5.35 16.55C4.88 16.55 4.43 16.71 4.06 17C3.89 17.14 3.66 17.19 3.44 17.14C3.22 17.09 3.04 16.96 2.93 16.76C2.15 15.29 1.75 13.69 1.75 12C1.75 10.34 2.16 8.69 2.93 7.24C3.03 7.04 3.22 6.91 3.44 6.86C3.66 6.81 3.88 6.87 4.06 7C4.43 7.29 4.88 7.45 5.35 7.45C6.51 7.45 7.45 6.51 7.45 5.35C7.45 4.88 7.29 4.43 7 4.06C6.86 3.89 6.81 3.66 6.86 3.44C6.91 3.22 7.04 3.04 7.24 2.93C8.69 2.16 10.34 1.75 12 1.75C13.69 1.75 15.29 2.15 16.76 2.93C16.96 3.03 17.09 3.22 17.14 3.44C17.19 3.66 17.13 3.88 17 4.06C16.71 4.43 16.55 4.88 16.55 5.35C16.55 6.51 17.49 7.45 18.65 7.45C19.12 7.45 19.57 7.29 19.94 7C20.11 6.86 20.34 6.81 20.56 6.86C20.78 6.91 20.96 7.04 21.07 7.24C21.84 8.69 22.25 10.34 22.25 12C22.25 13.69 21.85 15.29 21.07 16.76C20.97 16.96 20.78 17.09 20.56 17.14C20.34 17.19 20.12 17.13 19.94 17C19.57 16.71 19.12 16.55 18.65 16.55C17.49 16.55 16.55 17.49 16.55 18.65C16.55 19.12 16.71 19.57 17 19.94C17.14 20.11 17.19 20.34 17.14 20.56C17.09 20.78 16.96 20.96 16.76 21.07C15.29 21.85 13.69 22.25 12 22.25ZM8.65 20.08C10.77 20.97 13.25 20.96 15.34 20.08C15.14 19.63 15.04 19.15 15.04 18.65C15.04 16.66 16.66 15.05 18.64 15.05C19.14 15.05 19.62 15.15 20.07 15.35C20.51 14.3 20.74 13.18 20.74 12C20.74 10.85 20.51 9.7 20.07 8.65C19.62 8.85 19.14 8.95 18.64 8.95C16.65 8.95 15.04 7.33 15.04 5.35C15.04 4.85 15.14 4.37 15.34 3.92C13.25 3.04 10.76 3.04 8.65 3.92C8.85 4.37 8.95 4.85 8.95 5.35C8.95 7.34 7.33 8.95 5.35 8.95C4.85 8.95 4.37 8.85 3.92 8.65C3.48 9.7 3.25 10.85 3.25 12C3.25 13.17 3.47 14.29 3.92 15.35C4.37 15.15 4.85 15.05 5.35 15.05C7.34 15.05 8.95 16.67 8.95 18.65C8.95 19.15 8.85 19.63 8.65 20.08Z\" fill=\"\"/>\n</svg>\n</li><li title=\"format square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.05 20.75H6.95C6.73 20.75 6.52 20.65 6.37 20.48C6.22 20.31 6.17 20.08 6.21 19.86C6.23 19.74 6.25 19.62 6.25 19.5C6.25 18.54 5.46 17.75 4.5 17.75C4.38 17.75 4.25 17.76 4.14 17.79C3.92 17.83 3.69 17.77 3.52 17.63C3.35 17.49 3.25 17.28 3.25 17.05V6.95C3.25 6.73 3.35 6.52 3.52 6.37C3.69 6.22 3.91 6.17 4.14 6.21C4.25 6.24 4.38 6.25 4.5 6.25C5.46 6.25 6.25 5.46 6.25 4.5C6.25 4.38 6.24 4.25 6.21 4.14C6.17 3.92 6.23 3.69 6.37 3.52C6.51 3.35 6.72 3.25 6.95 3.25H17.05C17.27 3.25 17.48 3.35 17.63 3.52C17.78 3.69 17.83 3.92 17.79 4.14C17.77 4.26 17.75 4.38 17.75 4.5C17.75 5.46 18.54 6.25 19.5 6.25C19.62 6.25 19.75 6.24 19.86 6.21C20.08 6.17 20.31 6.23 20.48 6.37C20.65 6.51 20.75 6.72 20.75 6.95V17.05C20.75 17.27 20.65 17.48 20.48 17.63C20.31 17.78 20.08 17.83 19.86 17.79C19.74 17.77 19.62 17.75 19.5 17.75C18.54 17.75 17.75 18.54 17.75 19.5C17.75 19.62 17.76 19.75 17.79 19.86C17.83 20.08 17.77 20.31 17.63 20.48C17.49 20.65 17.27 20.75 17.05 20.75ZM7.74 19.25H16.26C16.38 17.66 17.66 16.38 19.25 16.26V7.74C17.66 7.62 16.38 6.34 16.26 4.75H7.74C7.62 6.34 6.34 7.62 4.75 7.74V16.26C6.34 16.38 7.62 17.66 7.74 19.25Z\" fill=\"\"/>\n<path d=\"M4.5 7.75C4.28 7.75 4.07 7.73 3.86 7.69C2.34 7.38 1.25 6.04 1.25 4.5C1.25 2.71 2.71 1.25 4.5 1.25C6.04 1.25 7.38 2.34 7.69 3.85C7.73 4.07 7.75 4.28 7.75 4.5C7.75 6.29 6.29 7.75 4.5 7.75ZM4.5 2.75C3.54 2.75 2.75 3.54 2.75 4.5C2.75 5.33 3.34 6.05 4.15 6.21C4.25 6.24 4.38 6.25 4.5 6.25C5.46 6.25 6.25 5.46 6.25 4.5C6.25 4.38 6.24 4.25 6.21 4.14C6.05 3.34 5.33 2.75 4.5 2.75Z\" fill=\"\"/>\n<path d=\"M19.5 7.75C17.71 7.75 16.25 6.29 16.25 4.5C16.25 4.28 16.27 4.07 16.31 3.86C16.62 2.34 17.96 1.25 19.5 1.25C21.29 1.25 22.75 2.71 22.75 4.5C22.75 6.04 21.66 7.38 20.15 7.69C19.93 7.73 19.72 7.75 19.5 7.75ZM19.5 2.75C18.67 2.75 17.95 3.34 17.79 4.15C17.77 4.26 17.75 4.38 17.75 4.5C17.75 5.46 18.54 6.25 19.5 6.25C19.62 6.25 19.75 6.24 19.86 6.21C20.66 6.05 21.25 5.33 21.25 4.5C21.25 3.54 20.46 2.75 19.5 2.75Z\" fill=\"\"/>\n<path d=\"M4.5 22.75C2.71 22.75 1.25 21.29 1.25 19.5C1.25 17.96 2.34 16.62 3.85 16.31C4.06 16.27 4.28 16.25 4.5 16.25C6.29 16.25 7.75 17.71 7.75 19.5C7.75 19.72 7.73 19.93 7.69 20.14C7.38 21.66 6.04 22.75 4.5 22.75ZM4.5 17.75C4.38 17.75 4.25 17.76 4.14 17.79C3.34 17.95 2.75 18.67 2.75 19.5C2.75 20.46 3.54 21.25 4.5 21.25C5.33 21.25 6.05 20.66 6.21 19.85C6.23 19.74 6.25 19.62 6.25 19.5C6.25 18.54 5.46 17.75 4.5 17.75Z\" fill=\"\"/>\n<path d=\"M19.5 22.75C17.96 22.75 16.62 21.66 16.31 20.15C16.27 19.94 16.25 19.72 16.25 19.5C16.25 17.71 17.71 16.25 19.5 16.25C19.72 16.25 19.93 16.27 20.14 16.31C21.66 16.62 22.75 17.96 22.75 19.5C22.75 21.29 21.29 22.75 19.5 22.75ZM19.5 17.75C18.54 17.75 17.75 18.54 17.75 19.5C17.75 19.62 17.76 19.75 17.79 19.86C17.95 20.66 18.67 21.25 19.5 21.25C20.46 21.25 21.25 20.46 21.25 19.5C21.25 18.67 20.66 17.95 19.85 17.79C19.75 17.76 19.62 17.75 19.5 17.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"forward 10 seconds \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.9797 5.21973C13.7597 5.21973 13.5397 5.11976 13.3997 4.93976L11.4197 2.46973C11.1597 2.14973 11.2097 1.66974 11.5397 1.41974C11.8597 1.15974 12.3297 1.20973 12.5897 1.53973L14.5697 4.00977C14.8297 4.32977 14.7797 4.80975 14.4497 5.05975C14.3097 5.15975 14.1397 5.21973 13.9797 5.21973Z\" fill=\"\"/>\n<path d=\"M11.9994 22.7498C6.68939 22.7498 2.35938 18.4297 2.35938 13.1097C2.35938 7.78974 6.67939 3.46973 11.9994 3.46973C12.6894 3.46973 13.3894 3.54974 14.1494 3.72974C14.5494 3.81974 14.8094 4.22976 14.7094 4.62976C14.6194 5.02976 14.2194 5.28976 13.8094 5.18976C13.1694 5.03976 12.5694 4.96973 11.9994 4.96973C7.50939 4.96973 3.85938 8.61974 3.85938 13.1097C3.85938 17.5997 7.50939 21.2498 11.9994 21.2498C16.4894 21.2498 20.1394 17.5997 20.1394 13.1097C20.1394 11.3697 19.5694 9.68976 18.4894 8.24976C18.2394 7.91976 18.3094 7.44977 18.6394 7.19977C18.9694 6.94977 19.4394 7.01973 19.6894 7.34973C20.9694 9.04973 21.6394 11.0397 21.6394 13.1097C21.6394 18.4297 17.3094 22.7498 11.9994 22.7498Z\" fill=\"\"/>\n<path d=\"M9.53955 16.6701C9.12955 16.6701 8.78955 16.3301 8.78955 15.9201V12.5301L8.59955 12.7401C8.31955 13.0501 7.84955 13.0701 7.53955 12.8001C7.22955 12.5201 7.20955 12.0501 7.47955 11.7401L8.97955 10.0701C9.18955 9.84008 9.51954 9.76007 9.80954 9.87007C10.0995 9.98007 10.2895 10.2601 10.2895 10.5701V15.9201C10.2895 16.3401 9.95955 16.6701 9.53955 16.6701Z\" fill=\"\"/>\n<path d=\"M14 16.6703C12.48 16.6703 11.25 15.4403 11.25 13.9203V12.5703C11.25 11.0503 12.48 9.82031 14 9.82031C15.52 9.82031 16.75 11.0503 16.75 12.5703V13.9203C16.75 15.4403 15.52 16.6703 14 16.6703ZM14 11.3303C13.31 11.3303 12.75 11.8903 12.75 12.5803V13.9303C12.75 14.6203 13.31 15.1803 14 15.1803C14.69 15.1803 15.25 14.6203 15.25 13.9303V12.5803C15.25 11.8903 14.69 11.3303 14 11.3303Z\" fill=\"\"/>\n</svg>\n</li><li title=\"forward 15 seconds \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.4294 16.9203H12.1395C11.7295 16.9203 11.3895 16.5803 11.3895 16.1703C11.3895 15.7603 11.7295 15.4203 12.1395 15.4203H14.4294C14.8594 15.4203 15.2095 15.0703 15.2095 14.6403C15.2095 14.2103 14.8594 13.8603 14.4294 13.8603H12.1395C11.8995 13.8603 11.6695 13.7403 11.5295 13.5503C11.3895 13.3603 11.3494 13.1003 11.4294 12.8703L12.1894 10.5803C12.2894 10.2703 12.5795 10.0703 12.8995 10.0703H15.9595C16.3695 10.0703 16.7095 10.4103 16.7095 10.8203C16.7095 11.2303 16.3695 11.5703 15.9595 11.5703H13.4394L13.1794 12.3603H14.4294C15.6894 12.3603 16.7095 13.3803 16.7095 14.6403C16.7095 15.9003 15.6794 16.9203 14.4294 16.9203Z\" fill=\"\"/>\n<path d=\"M9.53955 16.9198C9.12955 16.9198 8.78955 16.5798 8.78955 16.1698V12.7799L8.59955 12.9998C8.31955 13.3098 7.84955 13.3298 7.53955 13.0598C7.22955 12.7798 7.20955 12.3098 7.47955 11.9998L8.97955 10.3298C9.18955 10.0998 9.51957 10.0198 9.80957 10.1298C10.0996 10.2398 10.2895 10.5198 10.2895 10.8298V16.1798C10.2895 16.5898 9.95955 16.9198 9.53955 16.9198Z\" fill=\"\"/>\n<path d=\"M13.9797 5.21973C13.7597 5.21973 13.5398 5.11976 13.3998 4.93976L11.4197 2.46973C11.1597 2.14973 11.2097 1.66974 11.5397 1.41974C11.8597 1.15974 12.3298 1.20973 12.5898 1.53973L14.5698 4.00977C14.8298 4.32977 14.7798 4.80975 14.4498 5.05975C14.3098 5.15975 14.1397 5.21973 13.9797 5.21973Z\" fill=\"\"/>\n<path d=\"M11.9994 22.7498C6.68939 22.7498 2.35938 18.4297 2.35938 13.1097C2.35938 7.78974 6.67939 3.46973 11.9994 3.46973C12.6894 3.46973 13.3894 3.54974 14.1494 3.72974C14.5494 3.81974 14.8094 4.22976 14.7094 4.62976C14.6194 5.02976 14.2094 5.28976 13.8094 5.18976C13.1694 5.03976 12.5694 4.96973 11.9994 4.96973C7.50939 4.96973 3.85938 8.61974 3.85938 13.1097C3.85938 17.5997 7.50939 21.2498 11.9994 21.2498C16.4894 21.2498 20.1394 17.5997 20.1394 13.1097C20.1394 11.3697 19.5694 9.68976 18.4894 8.24976C18.2394 7.91976 18.3094 7.44977 18.6394 7.19977C18.9694 6.94977 19.4394 7.01973 19.6894 7.34973C20.9694 9.04973 21.6394 11.0397 21.6394 13.1097C21.6394 18.4297 17.3094 22.7498 11.9994 22.7498Z\" fill=\"\"/>\n</svg>\n</li><li title=\"forward 5 seconds \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.9797 5.21993C13.7597 5.21993 13.5398 5.11996 13.3998 4.93996L11.4197 2.46993C11.1597 2.14993 11.2097 1.66994 11.5397 1.41994C11.8697 1.16994 12.3298 1.20994 12.5898 1.53994L14.5698 4.00997C14.8298 4.32997 14.7798 4.80996 14.4498 5.05996C14.3098 5.15996 14.1397 5.21993 13.9797 5.21993Z\" fill=\"\"/>\n<path d=\"M11.9994 22.7498C6.68939 22.7498 2.35938 18.4297 2.35938 13.1097C2.35938 7.78974 6.67939 3.46973 11.9994 3.46973C12.6894 3.46973 13.3894 3.54974 14.1494 3.72974C14.5494 3.81974 14.8094 4.22976 14.7094 4.62976C14.6194 5.02976 14.2194 5.28976 13.8094 5.18976C13.1694 5.03976 12.5694 4.96973 11.9994 4.96973C7.50939 4.96973 3.85938 8.61974 3.85938 13.1097C3.85938 17.5997 7.50939 21.2498 11.9994 21.2498C16.4894 21.2498 20.1394 17.5997 20.1394 13.1097C20.1394 11.3697 19.5694 9.68976 18.4894 8.24976C18.2394 7.91976 18.3094 7.44977 18.6394 7.19977C18.9694 6.94977 19.4394 7.01973 19.6894 7.34973C20.9694 9.04973 21.6394 11.0397 21.6394 13.1097C21.6394 18.4297 17.3094 22.7498 11.9994 22.7498Z\" fill=\"\"/>\n<path d=\"M12.3806 16.9203H10.0906C9.68065 16.9203 9.34065 16.5803 9.34065 16.1703C9.34065 15.7603 9.68065 15.4203 10.0906 15.4203H12.3806C12.8106 15.4203 13.1606 15.0703 13.1606 14.6403C13.1606 14.2103 12.8106 13.8603 12.3806 13.8603H10.0906C9.85065 13.8603 9.6206 13.7403 9.4806 13.5503C9.3406 13.3603 9.30062 13.1003 9.38062 12.8703L10.1406 10.5803C10.2406 10.2703 10.5306 10.0703 10.8506 10.0703H13.9106C14.3206 10.0703 14.6606 10.4103 14.6606 10.8203C14.6606 11.2303 14.3206 11.5703 13.9106 11.5703H11.3906L11.1306 12.3603H12.3806C13.6406 12.3603 14.6606 13.3803 14.6606 14.6403C14.6606 15.9003 13.6406 16.9203 12.3806 16.9203Z\" fill=\"\"/>\n</svg>\n</li><li title=\"forward item \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.6211 18.1299H10.3911C7.26109 18.1299 5.87109 16.7399 5.87109 13.6099V10.3799C5.87109 7.24988 7.26109 5.85986 10.3911 5.85986H13.6211C16.7511 5.85986 18.1411 7.24988 18.1411 10.3799V13.6099C18.1311 16.7399 16.7411 18.1299 13.6211 18.1299ZM10.3811 7.36987C8.0911 7.36987 7.3611 8.09989 7.3611 10.3899V13.6199C7.3611 15.9099 8.0911 16.6399 10.3811 16.6399H13.6111C15.9011 16.6399 16.6311 15.9099 16.6311 13.6199V10.3899C16.6311 8.09989 15.9011 7.36987 13.6111 7.36987H10.3811Z\" fill=\"\"/>\n<path d=\"M18.2305 13.52H17.3805C16.9705 13.52 16.6305 13.18 16.6305 12.77V10.39C16.6305 8.10001 15.9005 7.37 13.6105 7.37H11.2305C10.8205 7.37 10.4805 7.02999 10.4805 6.62V5.76999C10.4805 2.63999 11.8705 1.25 15.0005 1.25H18.2305C21.3605 1.25 22.7505 2.63999 22.7505 5.76999V9C22.7505 12.13 21.3605 13.52 18.2305 13.52ZM18.1305 12.02H18.2305C20.5205 12.02 21.2505 11.29 21.2505 9V5.76999C21.2505 3.47999 20.5205 2.75 18.2305 2.75H15.0005C12.7105 2.75 11.9805 3.47999 11.9805 5.76999V5.87H13.6105C16.7405 5.87 18.1305 7.26001 18.1305 10.39V12.02Z\" fill=\"\"/>\n<path d=\"M9 22.75H5.77C2.64 22.75 1.25 21.36 1.25 18.23V15C1.25 11.87 2.64 10.48 5.77 10.48H6.62C7.03 10.48 7.37 10.82 7.37 11.23V13.61C7.37 15.9 8.1 16.63 10.39 16.63H12.77C13.18 16.63 13.52 16.97 13.52 17.38V18.23C13.52 21.36 12.13 22.75 9 22.75ZM5.77 11.98C3.48 11.98 2.75 12.71 2.75 15V18.23C2.75 20.52 3.48 21.25 5.77 21.25H9C11.29 21.25 12.02 20.52 12.02 18.23V18.13H10.39C7.26 18.13 5.87 16.74 5.87 13.61V11.98H5.77Z\" fill=\"\"/>\n</svg>\n</li><li title=\"forward square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n<path d=\"M15 16.1297H10.08C7.97 16.1297 6.25 14.4097 6.25 12.2997C6.25 10.1897 7.97 8.46973 10.08 8.46973H16.85C17.26 8.46973 17.6 8.80973 17.6 9.21973C17.6 9.62973 17.26 9.96973 16.85 9.96973H10.08C8.8 9.96973 7.75 11.0097 7.75 12.2997C7.75 13.5897 8.79 14.6297 10.08 14.6297H15C15.41 14.6297 15.75 14.9697 15.75 15.3797C15.75 15.7897 15.41 16.1297 15 16.1297Z\" fill=\"\"/>\n<path d=\"M15.4311 11.5198C15.2411 11.5198 15.0511 11.4498 14.9011 11.2998C14.6111 11.0098 14.6111 10.5298 14.9011 10.2398L15.9411 9.19982L14.9011 8.15983C14.6111 7.86983 14.6111 7.38982 14.9011 7.09982C15.1911 6.80982 15.6711 6.80982 15.9611 7.09982L17.5311 8.66982C17.8211 8.95982 17.8211 9.43983 17.5311 9.72983L15.9611 11.2998C15.8111 11.4398 15.6211 11.5198 15.4311 11.5198Z\" fill=\"\"/>\n</svg>\n</li><li title=\"forward \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.95001 18.3601C3.49001 18.3601 3.02001 18.2401 2.60001 17.9901C1.75001 17.5001 1.25 16.6301 1.25 15.6501V8.33005C1.25 7.35005 1.75001 6.48006 2.60001 5.99006C3.45001 5.50006 4.45999 5.50006 5.29999 5.99006L11.64 9.65006C11.93 9.82006 12.16 10.0201 12.34 10.2401C12.45 10.3701 12.51 10.5401 12.51 10.7101V13.2701C12.51 13.4401 12.45 13.6101 12.34 13.7401C12.16 13.9601 11.93 14.1601 11.66 14.3201L5.29999 18.0001C4.87999 18.2401 4.42001 18.3601 3.95001 18.3601ZM3.95001 7.14008C3.74001 7.14008 3.54001 7.19006 3.35001 7.30006C2.97001 7.52006 2.75 7.91006 2.75 8.34006V15.6601C2.75 16.0901 2.97001 16.4801 3.35001 16.7001C3.73001 16.9201 4.16999 16.9201 4.54999 16.7001L10.89 13.0401C10.93 13.0201 10.97 12.9901 11 12.9601V11.0301C10.96 11.0001 10.92 10.9701 10.88 10.9501L4.54999 7.30006C4.35999 7.19006 4.16001 7.14008 3.95001 7.14008Z\" fill=\"\"/>\n<path d=\"M13.7097 18.3601C13.2497 18.3601 12.7797 18.2401 12.3597 17.9901C11.5097 17.5001 11.0098 16.6301 11.0098 15.6501V8.33005C11.0098 7.35005 11.5097 6.48006 12.3597 5.99006C13.2097 5.50006 14.2198 5.50006 15.0598 5.99006L21.3997 9.65006C22.2397 10.1401 22.7498 11.0101 22.7498 11.9901C22.7498 12.9701 22.2498 13.8401 21.3997 14.3301L15.0598 17.9901C14.6398 18.2401 14.1697 18.3601 13.7097 18.3601ZM13.7097 7.14008C13.4997 7.14008 13.2997 7.19006 13.1097 7.30006C12.7297 7.52006 12.5098 7.90006 12.5098 8.34006V15.6601C12.5098 16.0901 12.7297 16.4801 13.1097 16.7001C13.4897 16.9201 13.9398 16.9201 14.3098 16.7001L20.6497 13.0401C21.0297 12.8201 21.2498 12.4301 21.2498 12.0001C21.2498 11.5701 21.0297 11.1801 20.6497 10.9601L14.3098 7.30006C14.1198 7.19006 13.9197 7.14008 13.7097 7.14008Z\" fill=\"\"/>\n</svg>\n</li><li title=\"frame 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.1605 11.62C12.1305 11.62 12.1105 11.62 12.0805 11.62C12.0305 11.61 11.9605 11.61 11.9005 11.62C9.00055 11.53 6.81055 9.25 6.81055 6.44C6.81055 3.58 9.14055 1.25 12.0005 1.25C14.8605 1.25 17.1905 3.58 17.1905 6.44C17.1805 9.25 14.9805 11.53 12.1905 11.62C12.1805 11.62 12.1705 11.62 12.1605 11.62ZM12.0005 2.75C9.97055 2.75 8.31055 4.41 8.31055 6.44C8.31055 8.44 9.87055 10.05 11.8605 10.12C11.9105 10.11 12.0505 10.11 12.1805 10.12C14.1405 10.03 15.6805 8.42 15.6905 6.44C15.6905 4.41 14.0305 2.75 12.0005 2.75Z\" fill=\"\"/>\n<path d=\"M12.1696 22.55C10.2096 22.55 8.23961 22.05 6.74961 21.05C5.35961 20.13 4.59961 18.87 4.59961 17.5C4.59961 16.13 5.35961 14.86 6.74961 13.93C9.74961 11.94 14.6096 11.94 17.5896 13.93C18.9696 14.85 19.7396 16.11 19.7396 17.48C19.7396 18.85 18.9796 20.12 17.5896 21.05C16.0896 22.05 14.1296 22.55 12.1696 22.55ZM7.57961 15.19C6.61961 15.83 6.09961 16.65 6.09961 17.51C6.09961 18.36 6.62961 19.18 7.57961 19.81C10.0696 21.48 14.2696 21.48 16.7596 19.81C17.7196 19.17 18.2396 18.35 18.2396 17.49C18.2396 16.64 17.7096 15.82 16.7596 15.19C14.2696 13.53 10.0696 13.53 7.57961 15.19Z\" fill=\"\"/>\n</svg>\n</li><li title=\"frame 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.27 22.75H4.23C2.22 22.75 1.25 21.82 1.25 19.9V4.1C1.25 2.18 2.23 1.25 4.23 1.25H8.27C10.28 1.25 11.25 2.18 11.25 4.1V19.9C11.25 21.82 10.27 22.75 8.27 22.75ZM4.23 2.75C2.96 2.75 2.75 3.09 2.75 4.1V19.9C2.75 20.91 2.96 21.25 4.23 21.25H8.27C9.54 21.25 9.75 20.91 9.75 19.9V4.1C9.75 3.09 9.54 2.75 8.27 2.75H4.23Z\" fill=\"\"/>\n<path d=\"M19.77 11.25H15.73C13.72 11.25 12.75 10.36 12.75 8.52V3.98C12.75 2.14 13.73 1.25 15.73 1.25H19.77C21.78 1.25 22.75 2.14 22.75 3.98V8.51C22.75 10.36 21.77 11.25 19.77 11.25ZM15.73 2.75C14.39 2.75 14.25 3.13 14.25 3.98V8.51C14.25 9.37 14.39 9.74 15.73 9.74H19.77C21.11 9.74 21.25 9.36 21.25 8.51V3.98C21.25 3.12 21.11 2.75 19.77 2.75H15.73Z\" fill=\"\"/>\n<path d=\"M19.77 22.75H15.73C13.72 22.75 12.75 21.77 12.75 19.77V15.73C12.75 13.72 13.73 12.75 15.73 12.75H19.77C21.78 12.75 22.75 13.73 22.75 15.73V19.77C22.75 21.77 21.77 22.75 19.77 22.75ZM15.73 14.25C14.55 14.25 14.25 14.55 14.25 15.73V19.77C14.25 20.95 14.55 21.25 15.73 21.25H19.77C20.95 21.25 21.25 20.95 21.25 19.77V15.73C21.25 14.55 20.95 14.25 19.77 14.25H15.73Z\" fill=\"\"/>\n</svg>\n</li><li title=\"frame 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.2598 19.65C18.8498 19.65 18.5098 19.31 18.5098 18.9V7.1C18.5098 6.09 18.2998 5.75 17.0298 5.75H15.9898C14.7198 5.75 14.5098 6.09 14.5098 7.1V18.9C14.5098 19.31 14.1698 19.65 13.7598 19.65C13.3498 19.65 13.0098 19.31 13.0098 18.9V7.1C13.0098 5.18 13.9898 4.25 15.9898 4.25H17.0298C19.0398 4.25 20.0098 5.18 20.0098 7.1V18.9C20.0098 19.31 19.6698 19.65 19.2598 19.65Z\" fill=\"\"/>\n<path d=\"M10.7598 19.65C10.3498 19.65 10.0098 19.31 10.0098 18.9V12.1C10.0098 11.09 9.79977 10.75 8.52977 10.75H7.48977C6.21977 10.75 6.00977 11.09 6.00977 12.1V18.9C6.00977 19.31 5.66977 19.65 5.25977 19.65C4.84977 19.65 4.50977 19.31 4.50977 18.9V12.1C4.50977 10.18 5.48977 9.25 7.48977 9.25H8.52977C10.5398 9.25 11.5098 10.18 11.5098 12.1V18.9C11.5098 19.31 11.1698 19.65 10.7598 19.65Z\" fill=\"\"/>\n<path d=\"M22 19.75H2C1.59 19.75 1.25 19.41 1.25 19C1.25 18.59 1.58 18.25 2 18.25H22C22.41 18.25 22.75 18.59 22.75 19C22.75 19.41 22.42 19.75 22 19.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"frame 4 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.0004 22.7599C10.9104 22.7599 9.83039 22.4399 8.98039 21.8099L4.68039 18.5999C3.54039 17.7499 2.65039 15.9799 2.65039 14.5599V7.11994C2.65039 5.57994 3.78039 3.93994 5.23039 3.39994L10.2204 1.52994C11.2104 1.15994 12.7704 1.15994 13.7604 1.52994L18.7604 3.39994C20.2104 3.93994 21.3404 5.57994 21.3404 7.11994V14.5499C21.3404 15.9699 20.4504 17.7399 19.3104 18.5899L15.0104 21.7999C14.1704 22.4399 13.0904 22.7599 12.0004 22.7599ZM10.7504 2.93994L5.76039 4.80994C4.90039 5.12994 4.15039 6.20994 4.15039 7.12994V14.5599C4.15039 15.5099 4.82039 16.8399 5.57039 17.3999L9.87039 20.6099C11.0204 21.4699 12.9704 21.4699 14.1204 20.6099L18.4204 17.3999C19.1804 16.8299 19.8404 15.4999 19.8404 14.5599V7.11994C19.8404 6.20994 19.0904 5.12994 18.2304 4.79994L13.2404 2.92994C12.5804 2.68994 11.4204 2.68994 10.7504 2.93994Z\" fill=\"\"/>\n<path d=\"M12 13.25C10.48 13.25 9.25 12.02 9.25 10.5C9.25 8.98 10.48 7.75 12 7.75C13.52 7.75 14.75 8.98 14.75 10.5C14.75 12.02 13.52 13.25 12 13.25ZM12 9.25C11.31 9.25 10.75 9.81 10.75 10.5C10.75 11.19 11.31 11.75 12 11.75C12.69 11.75 13.25 11.19 13.25 10.5C13.25 9.81 12.69 9.25 12 9.25Z\" fill=\"\"/>\n<path d=\"M12 16.25C11.59 16.25 11.25 15.91 11.25 15.5V12.5C11.25 12.09 11.59 11.75 12 11.75C12.41 11.75 12.75 12.09 12.75 12.5V15.5C12.75 15.91 12.41 16.25 12 16.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"frame \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C12.41 1.25 12.75 1.59 12.75 2C12.75 2.41 12.41 2.75 12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 11.59 21.59 11.25 22 11.25C22.41 11.25 22.75 11.59 22.75 12C22.75 17.93 17.93 22.75 12 22.75Z\" fill=\"\"/>\n<path d=\"M13.8002 10.9499C13.6102 10.9499 13.4202 10.8799 13.2702 10.7299C12.9802 10.4399 12.9802 9.95994 13.2702 9.66994L21.4702 1.46994C21.7602 1.17994 22.2402 1.17994 22.5302 1.46994C22.8202 1.75994 22.8202 2.23994 22.5302 2.52994L14.3302 10.7299C14.1902 10.8699 14.0002 10.9499 13.8002 10.9499Z\" fill=\"\"/>\n<path d=\"M17.83 11.7499H13C12.59 11.7499 12.25 11.4099 12.25 10.9999V6.16992C12.25 5.75992 12.59 5.41992 13 5.41992C13.41 5.41992 13.75 5.75992 13.75 6.16992V10.2499H17.83C18.24 10.2499 18.58 10.5899 18.58 10.9999C18.58 11.4099 18.24 11.7499 17.83 11.7499Z\" fill=\"\"/>\n</svg>\n</li><li title=\"gallery add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 10.75C7.48 10.75 6.25 9.52 6.25 8C6.25 6.48 7.48 5.25 9 5.25C10.52 5.25 11.75 6.48 11.75 8C11.75 9.52 10.52 10.75 9 10.75ZM9 6.75C8.31 6.75 7.75 7.31 7.75 8C7.75 8.69 8.31 9.25 9 9.25C9.69 9.25 10.25 8.69 10.25 8C10.25 7.31 9.69 6.75 9 6.75Z\" fill=\"\"/>\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H13C13.41 1.25 13.75 1.59 13.75 2C13.75 2.41 13.41 2.75 13 2.75H9C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V10C21.25 9.59 21.59 9.25 22 9.25C22.41 9.25 22.75 9.59 22.75 10V15C22.75 20.43 20.43 22.75 15 22.75Z\" fill=\"\"/>\n<path d=\"M21.25 5.75H15.75C15.34 5.75 15 5.41 15 5C15 4.59 15.34 4.25 15.75 4.25H21.25C21.66 4.25 22 4.59 22 5C22 5.41 21.66 5.75 21.25 5.75Z\" fill=\"\"/>\n<path d=\"M18.5 8.5C18.09 8.5 17.75 8.16 17.75 7.75V2.25C17.75 1.84 18.09 1.5 18.5 1.5C18.91 1.5 19.25 1.84 19.25 2.25V7.75C19.25 8.16 18.91 8.5 18.5 8.5Z\" fill=\"\"/>\n<path d=\"M2.66932 19.7001C2.42932 19.7001 2.18932 19.5801 2.04932 19.3701C1.81932 19.0301 1.90932 18.5601 2.24932 18.3301L7.17932 15.0201C8.25932 14.3001 9.74932 14.3801 10.7293 15.2101L11.0593 15.5001C11.5593 15.9301 12.4093 15.9301 12.8993 15.5001L17.0593 11.9301C18.1293 11.0201 19.7893 11.0201 20.8593 11.9301L22.4893 13.3301C22.7993 13.6001 22.8393 14.0701 22.5693 14.3901C22.2993 14.7001 21.8293 14.7401 21.5093 14.4701L19.8793 13.0701C19.3793 12.6401 18.5293 12.6401 18.0393 13.0701L13.8793 16.6401C12.8193 17.5501 11.1493 17.5501 10.0793 16.6401L9.74932 16.3501C9.28932 15.9601 8.52932 15.9201 8.01932 16.2701L3.09932 19.5801C2.95932 19.6601 2.80932 19.7001 2.66932 19.7001Z\" fill=\"\"/>\n</svg>\n</li><li title=\"gallery edit \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 10.75C7.48 10.75 6.25 9.52 6.25 8C6.25 6.48 7.48 5.25 9 5.25C10.52 5.25 11.75 6.48 11.75 8C11.75 9.52 10.52 10.75 9 10.75ZM9 6.75C8.31 6.75 7.75 7.31 7.75 8C7.75 8.69 8.31 9.25 9 9.25C9.69 9.25 10.25 8.69 10.25 8C10.25 7.31 9.69 6.75 9 6.75Z\" fill=\"\"/>\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H13C13.41 1.25 13.75 1.59 13.75 2C13.75 2.41 13.41 2.75 13 2.75H9C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V10C21.25 9.59 21.59 9.25 22 9.25C22.41 9.25 22.75 9.59 22.75 10V15C22.75 20.43 20.43 22.75 15 22.75Z\" fill=\"\"/>\n<path d=\"M15.6709 9.74994C15.2809 9.74994 14.9209 9.60994 14.6609 9.33994C14.3509 9.02994 14.2009 8.56994 14.2709 8.09994L14.4709 6.70994C14.5209 6.35994 14.7309 5.92994 14.9909 5.67994L18.6209 2.04994C20.0709 0.599939 21.3309 1.42994 21.9509 2.04994C22.5409 2.63994 22.8109 3.25994 22.7509 3.89994C22.7009 4.40994 22.4409 4.89994 21.9509 5.37994L18.3209 9.00994C18.0709 9.25994 17.6409 9.46994 17.2909 9.52994L15.9009 9.72994C15.8209 9.74994 15.7409 9.74994 15.6709 9.74994ZM19.6709 3.11994L16.0409 6.74994C16.0109 6.77994 15.9609 6.88994 15.9509 6.93994L15.7609 8.23994L17.0709 8.05994C17.1109 8.04994 17.2209 7.99994 17.2609 7.95994L20.8909 4.32994C21.1109 4.10994 21.2409 3.90994 21.2509 3.75994C21.2709 3.54994 21.0609 3.28994 20.8909 3.11994C20.3709 2.59994 20.1309 2.65994 19.6709 3.11994Z\" fill=\"\"/>\n<path d=\"M20.9003 6.12976C20.8303 6.12976 20.7603 6.11976 20.7003 6.09976C19.3603 5.71976 18.2903 4.64976 17.9103 3.30976C17.8003 2.90976 18.0303 2.49976 18.4303 2.38976C18.8303 2.27976 19.2403 2.50976 19.3503 2.90976C19.5903 3.74976 20.2603 4.42976 21.1103 4.66976C21.5103 4.77976 21.7403 5.19976 21.6303 5.58976C21.5203 5.90976 21.2203 6.12976 20.9003 6.12976Z\" fill=\"\"/>\n<path d=\"M2.66932 19.7001C2.42932 19.7001 2.18932 19.5801 2.04932 19.3701C1.81932 19.0301 1.90932 18.5601 2.24932 18.3301L7.17932 15.0201C8.25932 14.3001 9.74932 14.3801 10.7293 15.2101L11.0593 15.5001C11.5593 15.9301 12.4093 15.9301 12.8993 15.5001L17.0593 11.9301C18.1193 11.0201 19.7893 11.0201 20.8593 11.9301L22.4893 13.3301C22.7993 13.6001 22.8393 14.0701 22.5693 14.3901C22.2993 14.7001 21.8293 14.7401 21.5093 14.4701L19.8793 13.0701C19.3793 12.6401 18.5293 12.6401 18.0393 13.0701L13.8793 16.6401C12.8193 17.5501 11.1493 17.5501 10.0793 16.6401L9.74932 16.3501C9.28932 15.9601 8.52932 15.9201 8.01932 16.2701L3.09932 19.5801C2.95932 19.6601 2.80932 19.7001 2.66932 19.7001Z\" fill=\"\"/>\n</svg>\n</li><li title=\"gallery export \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 10.75C7.48 10.75 6.25 9.52 6.25 8C6.25 6.48 7.48 5.25 9 5.25C10.52 5.25 11.75 6.48 11.75 8C11.75 9.52 10.52 10.75 9 10.75ZM9 6.75C8.31 6.75 7.75 7.31 7.75 8C7.75 8.69 8.31 9.25 9 9.25C9.69 9.25 10.25 8.69 10.25 8C10.25 7.31 9.69 6.75 9 6.75Z\" fill=\"\"/>\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H13C13.41 1.25 13.75 1.59 13.75 2C13.75 2.41 13.41 2.75 13 2.75H9C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V10C21.25 9.59 21.59 9.25 22 9.25C22.41 9.25 22.75 9.59 22.75 10V15C22.75 20.43 20.43 22.75 15 22.75Z\" fill=\"\"/>\n<path d=\"M18 8.74994C17.59 8.74994 17.25 8.40994 17.25 7.99994V1.99994C17.25 1.69994 17.43 1.41994 17.71 1.30994C17.99 1.19994 18.31 1.25994 18.53 1.46994L20.53 3.46994C20.82 3.75994 20.82 4.23994 20.53 4.52994C20.24 4.81994 19.76 4.81994 19.47 4.52994L18.75 3.80994V7.99994C18.75 8.40994 18.41 8.74994 18 8.74994Z\" fill=\"\"/>\n<path d=\"M15.9995 4.74994C15.8095 4.74994 15.6195 4.67994 15.4695 4.52994C15.1795 4.23994 15.1795 3.75994 15.4695 3.46994L17.4695 1.46994C17.7595 1.17994 18.2395 1.17994 18.5295 1.46994C18.8195 1.75994 18.8195 2.23994 18.5295 2.52994L16.5295 4.52994C16.3795 4.67994 16.1895 4.74994 15.9995 4.74994Z\" fill=\"\"/>\n<path d=\"M2.66932 19.7001C2.42932 19.7001 2.18932 19.5801 2.04932 19.3701C1.81932 19.0301 1.90932 18.5601 2.24932 18.3301L7.17932 15.0201C8.25932 14.3001 9.74932 14.3801 10.7293 15.2101L11.0593 15.5001C11.5593 15.9301 12.4093 15.9301 12.8993 15.5001L17.0593 11.9301C18.1193 11.0201 19.7893 11.0201 20.8593 11.9301L22.4893 13.3301C22.7993 13.6001 22.8393 14.0701 22.5693 14.3901C22.2993 14.7001 21.8193 14.7401 21.5093 14.4701L19.8793 13.0701C19.3793 12.6401 18.5393 12.6401 18.0393 13.0701L13.8793 16.6401C12.8193 17.5501 11.1493 17.5501 10.0793 16.6401L9.74932 16.3501C9.28932 15.9601 8.52932 15.9201 8.01932 16.2701L3.09932 19.5801C2.95932 19.6601 2.80932 19.7001 2.66932 19.7001Z\" fill=\"\"/>\n</svg>\n</li><li title=\"gallery favorite \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 10.75C7.48 10.75 6.25 9.52 6.25 8C6.25 6.48 7.48 5.25 9 5.25C10.52 5.25 11.75 6.48 11.75 8C11.75 9.52 10.52 10.75 9 10.75ZM9 6.75C8.31 6.75 7.75 7.31 7.75 8C7.75 8.69 8.31 9.25 9 9.25C9.69 9.25 10.25 8.69 10.25 8C10.25 7.31 9.69 6.75 9 6.75Z\" fill=\"\"/>\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H12C12.41 1.25 12.75 1.59 12.75 2C12.75 2.41 12.41 2.75 12 2.75H9C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V11C21.25 10.59 21.59 10.25 22 10.25C22.41 10.25 22.75 10.59 22.75 11V15C22.75 20.43 20.43 22.75 15 22.75Z\" fill=\"\"/>\n<path d=\"M18.9395 8.35994C18.0695 8.35994 16.0295 7.28994 15.3995 5.33994C14.9695 3.98994 15.4695 2.21994 17.0295 1.71994C17.6895 1.50994 18.3795 1.59994 18.9295 1.93994C19.4695 1.59994 20.1795 1.49994 20.8495 1.71994C22.4095 2.21994 22.9095 3.98994 22.4795 5.33994C21.8495 7.32994 19.7095 8.35994 18.9395 8.35994ZM16.8295 4.87994C17.2595 6.20994 18.6995 6.82994 18.9595 6.85994C19.2495 6.82994 20.6595 6.12994 21.0495 4.87994C21.2595 4.20994 21.0495 3.35994 20.3895 3.13994C20.1095 3.04994 19.7395 3.09994 19.5695 3.35994C19.4295 3.56994 19.1995 3.69994 18.9595 3.69994C18.7295 3.69994 18.4795 3.58994 18.3395 3.38994C18.1295 3.09994 17.7595 3.05994 17.4995 3.13994C16.8295 3.35994 16.6195 4.20994 16.8295 4.87994Z\" fill=\"\"/>\n<path d=\"M2.67075 19.7001C2.43075 19.7001 2.19075 19.5801 2.05075 19.3701C1.82075 19.0301 1.91075 18.5601 2.26075 18.3301L7.19075 15.0201C8.27075 14.2901 9.76075 14.3801 10.7407 15.2101L11.0707 15.5001C11.5707 15.9301 12.4207 15.9301 12.9107 15.5001L17.0707 11.9301C18.1307 11.0201 19.8007 11.0201 20.8707 11.9301L22.5007 13.3301C22.8107 13.6001 22.8507 14.0701 22.5807 14.3901C22.3107 14.7001 21.8407 14.7401 21.5207 14.4701L19.8907 13.0701C19.3907 12.6401 18.5407 12.6401 18.0407 13.0701L13.8807 16.6401C12.8207 17.5501 11.1507 17.5501 10.0807 16.6401L9.75075 16.3501C9.29075 15.9601 8.53075 15.9201 8.02075 16.2701L3.09075 19.5801C2.96075 19.6601 2.81075 19.7001 2.67075 19.7001Z\" fill=\"\"/>\n</svg>\n</li><li title=\"gallery import \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 10.75C7.48 10.75 6.25 9.52 6.25 8C6.25 6.48 7.48 5.25 9 5.25C10.52 5.25 11.75 6.48 11.75 8C11.75 9.52 10.52 10.75 9 10.75ZM9 6.75C8.31 6.75 7.75 7.31 7.75 8C7.75 8.69 8.31 9.25 9 9.25C9.69 9.25 10.25 8.69 10.25 8C10.25 7.31 9.69 6.75 9 6.75Z\" fill=\"\"/>\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H13C13.41 1.25 13.75 1.59 13.75 2C13.75 2.41 13.41 2.75 13 2.75H9C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V10C21.25 9.59 21.59 9.25 22 9.25C22.41 9.25 22.75 9.59 22.75 10V15C22.75 20.43 20.43 22.75 15 22.75Z\" fill=\"\"/>\n<path d=\"M18 8.75C17.9 8.75 17.81 8.73 17.71 8.69C17.43 8.58 17.25 8.3 17.25 8V2C17.25 1.59 17.59 1.25 18 1.25C18.41 1.25 18.75 1.59 18.75 2V6.19L19.47 5.47C19.76 5.18 20.24 5.18 20.53 5.47C20.82 5.76 20.82 6.24 20.53 6.53L18.53 8.53C18.39 8.67 18.2 8.75 18 8.75Z\" fill=\"\"/>\n<path d=\"M17.9995 8.74994C17.8095 8.74994 17.6195 8.67994 17.4695 8.52994L15.4695 6.52994C15.1795 6.23994 15.1795 5.75994 15.4695 5.46994C15.7595 5.17994 16.2395 5.17994 16.5295 5.46994L18.5295 7.46994C18.8195 7.75994 18.8195 8.23994 18.5295 8.52994C18.3795 8.67994 18.1895 8.74994 17.9995 8.74994Z\" fill=\"\"/>\n<path d=\"M2.67075 19.7001C2.43075 19.7001 2.19075 19.5801 2.05075 19.3701C1.82075 19.0301 1.91075 18.5601 2.26075 18.3301L7.19075 15.0201C8.27075 14.2901 9.76075 14.3801 10.7407 15.2101L11.0707 15.5001C11.5707 15.9301 12.4207 15.9301 12.9107 15.5001L17.0707 11.9301C18.1307 11.0201 19.8007 11.0201 20.8707 11.9301L22.5007 13.3301C22.8107 13.6001 22.8507 14.0701 22.5807 14.3901C22.3107 14.7001 21.8407 14.7401 21.5207 14.4701L19.8907 13.0701C19.3907 12.6401 18.5407 12.6401 18.0407 13.0701L13.8807 16.6401C12.8207 17.5501 11.1507 17.5501 10.0807 16.6401L9.75075 16.3501C9.29075 15.9601 8.53075 15.9201 8.02075 16.2701L3.09075 19.5801C2.96075 19.6601 2.81075 19.7001 2.67075 19.7001Z\" fill=\"\"/>\n</svg>\n</li><li title=\"gallery remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 10.75C7.48 10.75 6.25 9.52 6.25 8C6.25 6.48 7.48 5.25 9 5.25C10.52 5.25 11.75 6.48 11.75 8C11.75 9.52 10.52 10.75 9 10.75ZM9 6.75C8.31 6.75 7.75 7.31 7.75 8C7.75 8.69 8.31 9.25 9 9.25C9.69 9.25 10.25 8.69 10.25 8C10.25 7.31 9.69 6.75 9 6.75Z\" fill=\"\"/>\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H13C13.41 1.25 13.75 1.59 13.75 2C13.75 2.41 13.41 2.75 13 2.75H9C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V10C21.25 9.59 21.59 9.25 22 9.25C22.41 9.25 22.75 9.59 22.75 10V15C22.75 20.43 20.43 22.75 15 22.75Z\" fill=\"\"/>\n<path d=\"M16.56 7.69023C16.37 7.69023 16.18 7.62023 16.03 7.47023C15.74 7.18023 15.74 6.70023 16.03 6.41023L19.92 2.52023C20.21 2.23023 20.69 2.23023 20.98 2.52023C21.27 2.81023 21.27 3.29023 20.98 3.58023L17.09 7.47023C16.94 7.62023 16.75 7.69023 16.56 7.69023Z\" fill=\"\"/>\n<path d=\"M20.4402 7.69023C20.2502 7.69023 20.0602 7.62023 19.9102 7.47023L16.0202 3.58023C15.7302 3.29023 15.7302 2.81023 16.0202 2.52023C16.3102 2.23023 16.7902 2.23023 17.0802 2.52023L20.9702 6.41023C21.2602 6.70023 21.2602 7.18023 20.9702 7.47023C20.8302 7.62023 20.6402 7.69023 20.4402 7.69023Z\" fill=\"\"/>\n<path d=\"M2.66932 19.7001C2.42932 19.7001 2.18932 19.5801 2.04932 19.3701C1.81932 19.0301 1.90932 18.5601 2.24932 18.3301L7.17932 15.0201C8.25932 14.3001 9.74932 14.3801 10.7293 15.2101L11.0593 15.5001C11.5593 15.9301 12.4093 15.9301 12.8993 15.5001L17.0593 11.9301C18.1193 11.0201 19.7893 11.0201 20.8593 11.9301L22.4893 13.3301C22.7993 13.6001 22.8393 14.0701 22.5693 14.3901C22.2993 14.7001 21.8293 14.7401 21.5093 14.4701L19.8793 13.0701C19.3793 12.6401 18.5293 12.6401 18.0393 13.0701L13.8793 16.6401C12.8193 17.5501 11.1493 17.5501 10.0793 16.6401L9.74932 16.3501C9.28932 15.9601 8.52932 15.9201 8.01932 16.2701L3.09932 19.5801C2.95932 19.6601 2.80932 19.7001 2.66932 19.7001Z\" fill=\"\"/>\n</svg>\n</li><li title=\"gallery slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.38 20.85C3.17 20.85 2.95 20.76 2.81 20.58C1.74 19.33 1.25 17.55 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C17.39 1.25 19.14 1.7 20.38 2.63C20.71 2.88 20.78 3.35 20.53 3.68C20.28 4.01 19.81 4.08 19.48 3.83C18.51 3.1 17.05 2.75 15 2.75H9C4.39 2.75 2.75 4.39 2.75 9V15C2.75 17.15 3.14 18.66 3.95 19.62C4.22 19.94 4.18 20.41 3.86 20.68C3.72 20.79 3.55 20.85 3.38 20.85Z\" fill=\"\"/>\n<path d=\"M14.999 22.7502H8.99903C8.20903 22.7502 7.49903 22.7002 6.84903 22.6102C6.43903 22.5502 6.15903 22.1702 6.21903 21.7602C6.27903 21.3502 6.66903 21.0702 7.06903 21.1302C7.63903 21.2102 8.28903 21.2602 8.99903 21.2602H14.999C19.609 21.2602 21.249 19.6202 21.249 15.0102V9.00017C21.249 8.67017 21.239 8.34017 21.219 8.04017C21.189 7.63017 21.509 7.27017 21.919 7.24017C22.349 7.22017 22.689 7.53017 22.719 7.94017C22.739 8.28017 22.749 8.63017 22.749 9.00017V15.0002C22.749 20.4302 20.429 22.7502 14.999 22.7502Z\" fill=\"\"/>\n<path d=\"M8 10.75C6.48 10.75 5.25 9.52 5.25 8C5.25 6.48 6.48 5.25 8 5.25C9.52 5.25 10.75 6.48 10.75 8C10.75 9.52 9.52 10.75 8 10.75ZM8 6.75C7.31 6.75 6.75 7.31 6.75 8C6.75 8.69 7.31 9.25 8 9.25C8.69 9.25 9.25 8.69 9.25 8C9.25 7.31 8.69 6.75 8 6.75Z\" fill=\"\"/>\n<path d=\"M1.99945 22.7499C1.80945 22.7499 1.61945 22.6799 1.46945 22.5299C1.17945 22.2399 1.17945 21.7599 1.46945 21.4699L21.4695 1.46994C21.7595 1.17994 22.2395 1.17994 22.5295 1.46994C22.8195 1.75994 22.8195 2.23994 22.5295 2.52994L2.52945 22.5299C2.37945 22.6799 2.18945 22.7499 1.99945 22.7499Z\" fill=\"\"/>\n<path d=\"M11.9809 17.4299C11.5909 17.4299 11.2009 17.2799 10.9109 16.9899C10.6209 16.6999 10.6209 16.2199 10.9109 15.9299C11.2009 15.6399 11.6809 15.6399 11.9709 15.9299C11.9809 15.9399 11.9909 15.9399 12.0009 15.9299L17.0309 10.8899C18.0709 9.84986 19.8809 9.84986 20.9109 10.8899L22.5409 12.5199C22.8309 12.8099 22.8309 13.2899 22.5409 13.5799C22.2509 13.8699 21.7709 13.8699 21.4809 13.5799L19.8509 11.9499C19.3809 11.4799 18.5609 11.4799 18.0909 11.9499L13.0609 16.9899C12.7609 17.2799 12.3709 17.4299 11.9809 17.4299Z\" fill=\"\"/>\n</svg>\n</li><li title=\"gallery tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 10.75C7.48 10.75 6.25 9.52 6.25 8C6.25 6.48 7.48 5.25 9 5.25C10.52 5.25 11.75 6.48 11.75 8C11.75 9.52 10.52 10.75 9 10.75ZM9 6.75C8.31 6.75 7.75 7.31 7.75 8C7.75 8.69 8.31 9.25 9 9.25C9.69 9.25 10.25 8.69 10.25 8C10.25 7.31 9.69 6.75 9 6.75Z\" fill=\"\"/>\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H13C13.41 1.25 13.75 1.59 13.75 2C13.75 2.41 13.41 2.75 13 2.75H9C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V10C21.25 9.59 21.59 9.25 22 9.25C22.41 9.25 22.75 9.59 22.75 10V15C22.75 20.43 20.43 22.75 15 22.75Z\" fill=\"\"/>\n<path d=\"M17.4595 7.20023C17.2695 7.20023 17.0795 7.13023 16.9295 6.98023L15.4695 5.52023C15.1795 5.23023 15.1795 4.75023 15.4695 4.46023C15.7595 4.17023 16.2395 4.17023 16.5295 4.46023L17.4595 5.39023L20.8295 2.02023C21.1195 1.73023 21.5995 1.73023 21.8895 2.02023C22.1795 2.31023 22.1795 2.79023 21.8895 3.08023L17.9895 6.98023C17.8495 7.13023 17.6495 7.20023 17.4595 7.20023Z\" fill=\"\"/>\n<path d=\"M2.67075 19.7001C2.43075 19.7001 2.19075 19.5801 2.05075 19.3701C1.82075 19.0301 1.91075 18.5601 2.26075 18.3301L7.19075 15.0201C8.27075 14.2901 9.76075 14.3801 10.7407 15.2101L11.0707 15.5001C11.5707 15.9301 12.4207 15.9301 12.9107 15.5001L17.0707 11.9301C18.1307 11.0201 19.8007 11.0201 20.8707 11.9301L22.5007 13.3301C22.8107 13.6001 22.8507 14.0701 22.5807 14.3901C22.3107 14.7001 21.8407 14.7401 21.5207 14.4701L19.8907 13.0701C19.3907 12.6401 18.5407 12.6401 18.0407 13.0701L13.8807 16.6401C12.8207 17.5501 11.1507 17.5501 10.0807 16.6401L9.75075 16.3501C9.29075 15.9601 8.53075 15.9201 8.02075 16.2701L3.09075 19.5801C2.96075 19.6601 2.81075 19.7001 2.67075 19.7001Z\" fill=\"\"/>\n</svg>\n</li><li title=\"gallery \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n<path d=\"M9 10.75C7.48 10.75 6.25 9.52 6.25 8C6.25 6.48 7.48 5.25 9 5.25C10.52 5.25 11.75 6.48 11.75 8C11.75 9.52 10.52 10.75 9 10.75ZM9 6.75C8.31 6.75 7.75 7.31 7.75 8C7.75 8.69 8.31 9.25 9 9.25C9.69 9.25 10.25 8.69 10.25 8C10.25 7.31 9.69 6.75 9 6.75Z\" fill=\"\"/>\n<path d=\"M2.67075 19.7001C2.43075 19.7001 2.19075 19.5801 2.05075 19.3701C1.82075 19.0301 1.91075 18.5601 2.26075 18.3301L7.19075 15.0201C8.27075 14.2901 9.76075 14.3801 10.7407 15.2101L11.0707 15.5001C11.5707 15.9301 12.4207 15.9301 12.9107 15.5001L17.0707 11.9301C18.1307 11.0201 19.8007 11.0201 20.8707 11.9301L22.5007 13.3301C22.8107 13.6001 22.8507 14.0701 22.5807 14.3901C22.3107 14.7001 21.8407 14.7401 21.5207 14.4701L19.8907 13.0701C19.3907 12.6401 18.5407 12.6401 18.0407 13.0701L13.8807 16.6401C12.8207 17.5501 11.1507 17.5501 10.0807 16.6401L9.75075 16.3501C9.29075 15.9601 8.53075 15.9201 8.02075 16.2701L3.09075 19.5801C2.96075 19.6601 2.81075 19.7001 2.67075 19.7001Z\" fill=\"\"/>\n</svg>\n</li><li title=\"game \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.51996 16.2599C6.32996 16.2599 6.13996 16.1899 5.98996 16.0399C5.69996 15.7499 5.69996 15.2699 5.98996 14.9799L9.03996 11.9299C9.32996 11.6399 9.80996 11.6399 10.1 11.9299C10.39 12.2199 10.39 12.6999 10.1 12.9899L7.04996 16.0399C6.89996 16.1799 6.70996 16.2599 6.51996 16.2599Z\" fill=\"\"/>\n<path d=\"M9.60023 16.2899C9.41023 16.2899 9.22023 16.2199 9.07023 16.0699L6.02023 13.0199C5.73023 12.7299 5.73023 12.2499 6.02023 11.9599C6.31023 11.6699 6.79023 11.6699 7.08023 11.9599L10.1302 15.0099C10.4202 15.2999 10.4202 15.7799 10.1302 16.0699C9.98023 16.2199 9.79023 16.2899 9.60023 16.2899Z\" fill=\"\"/>\n<path d=\"M13.5403 15C12.9903 15 12.5303 14.55 12.5303 14C12.5303 13.45 12.9703 13 13.5203 13H13.5403C14.0903 13 14.5403 13.45 14.5403 14C14.5403 14.55 14.1003 15 13.5403 15Z\" fill=\"\"/>\n<path d=\"M17.4797 15C16.9297 15 16.4697 14.55 16.4697 14C16.4697 13.45 16.9097 13 17.4597 13H17.4797C18.0297 13 18.4797 13.45 18.4797 14C18.4797 14.55 18.0297 15 17.4797 15Z\" fill=\"\"/>\n<path d=\"M15.5 16.97C14.95 16.97 14.5 16.53 14.5 15.98V15.96C14.5 15.41 14.95 14.96 15.5 14.96C16.05 14.96 16.5 15.41 16.5 15.96C16.5 16.51 16.06 16.97 15.5 16.97Z\" fill=\"\"/>\n<path d=\"M15.5 13.03C14.95 13.03 14.5 12.59 14.5 12.04V12.02C14.5 11.47 14.95 11.02 15.5 11.02C16.05 11.02 16.5 11.47 16.5 12.02C16.5 12.57 16.06 13.03 15.5 13.03Z\" fill=\"\"/>\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V13C1.25 7.57 3.57 5.25 9 5.25H15C20.43 5.25 22.75 7.57 22.75 13V15C22.75 20.43 20.43 22.75 15 22.75ZM9 6.75C4.39 6.75 2.75 8.39 2.75 13V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V13C21.25 8.39 19.61 6.75 15 6.75H9Z\" fill=\"\"/>\n<path d=\"M12.9902 6.75H11.9902C11.0302 6.75 10.2402 5.96 10.2402 5C10.2402 4.04 11.0202 3.25 11.9802 3.25C12.1402 3.25 12.2502 3.14 12.2602 3L12.2702 1.99C12.2802 1.58 12.6102 1.25 13.0202 1.25H13.0302C13.4402 1.26 13.7802 1.6 13.7702 2.01L13.7602 3.02C13.7502 3.97 12.9602 4.75 12.0102 4.75C11.8502 4.75 11.7502 4.86 11.7502 5C11.7502 5.14 11.8602 5.25 12.0002 5.25H13.0002C13.4102 5.25 13.7502 5.59 13.7502 6C13.7502 6.41 13.4002 6.75 12.9902 6.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"gameboy \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 22.75H8C4.35 22.75 2.25 20.65 2.25 17V7C2.25 3.35 4.35 1.25 8 1.25H16C19.65 1.25 21.75 3.35 21.75 7V17C21.75 20.65 19.65 22.75 16 22.75ZM8 2.75C5.14 2.75 3.75 4.14 3.75 7V17C3.75 19.86 5.14 21.25 8 21.25H16C18.86 21.25 20.25 19.86 20.25 17V7C20.25 4.14 18.86 2.75 16 2.75H8Z\" fill=\"\"/>\n<path d=\"M16.25 11.75H7.75C6.37 11.75 5.25 10.63 5.25 9.25V6.75C5.25 5.37 6.37 4.25 7.75 4.25H16.25C17.63 4.25 18.75 5.37 18.75 6.75V9.25C18.75 10.63 17.63 11.75 16.25 11.75ZM7.75 5.75C7.2 5.75 6.75 6.2 6.75 6.75V9.25C6.75 9.8 7.2 10.25 7.75 10.25H16.25C16.8 10.25 17.25 9.8 17.25 9.25V6.75C17.25 6.2 16.8 5.75 16.25 5.75H7.75Z\" fill=\"\"/>\n<path d=\"M7.99945 18.33C7.80945 18.33 7.61945 18.26 7.46945 18.11C7.17945 17.82 7.17945 17.34 7.46945 17.05L9.76944 14.75C10.0594 14.46 10.5394 14.46 10.8294 14.75C11.1194 15.04 11.1194 15.52 10.8294 15.81L8.52945 18.11C8.37945 18.26 8.18945 18.33 7.99945 18.33Z\" fill=\"\"/>\n<path d=\"M10.3297 18.36C10.1397 18.36 9.94971 18.29 9.79971 18.14L7.49973 15.84C7.20973 15.55 7.20973 15.07 7.49973 14.78C7.78973 14.49 8.26972 14.49 8.55972 14.78L10.8597 17.08C11.1497 17.37 11.1497 17.85 10.8597 18.14C10.7097 18.29 10.5197 18.36 10.3297 18.36Z\" fill=\"\"/>\n<path d=\"M16.51 16.3301C15.96 16.3301 15.5 15.8801 15.5 15.3301C15.5 14.7801 15.94 14.3301 16.49 14.3301H16.51C17.06 14.3301 17.51 14.7801 17.51 15.3301C17.51 15.8801 17.06 16.3301 16.51 16.3301Z\" fill=\"\"/>\n<path d=\"M14.4902 18.49C13.9402 18.49 13.4902 18.05 13.4902 17.5V17.48C13.4902 16.93 13.9402 16.48 14.4902 16.48C15.0402 16.48 15.4902 16.93 15.4902 17.48C15.4902 18.03 15.0402 18.49 14.4902 18.49Z\" fill=\"\"/>\n</svg>\n</li><li title=\"gas station \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.5 22.75H3.5C3.09 22.75 2.75 22.41 2.75 22V5C2.75 2.76 4.26 1.25 6.5 1.25H14.5C16.74 1.25 18.25 2.76 18.25 5V22C18.25 22.41 17.91 22.75 17.5 22.75ZM4.25 21.25H16.75V5C16.75 3.59 15.91 2.75 14.5 2.75H6.5C5.09 2.75 4.25 3.59 4.25 5V21.25Z\" fill=\"\"/>\n<path d=\"M19 22.75H2C1.59 22.75 1.25 22.41 1.25 22C1.25 21.59 1.59 21.25 2 21.25H19C19.41 21.25 19.75 21.59 19.75 22C19.75 22.41 19.41 22.75 19 22.75Z\" fill=\"\"/>\n<path d=\"M12.6102 10.75H8.38023C6.75023 10.75 5.74023 9.73999 5.74023 8.10999V6.87999C5.74023 5.24999 6.75023 4.23999 8.38023 4.23999H12.6102C14.2402 4.23999 15.2502 5.24999 15.2502 6.87999V8.10999C15.2502 9.73999 14.2402 10.75 12.6102 10.75ZM8.39023 5.74998C7.58023 5.74998 7.25023 6.07998 7.25023 6.88998V8.11998C7.25023 8.92998 7.58023 9.25998 8.39023 9.25998H12.6202C13.4302 9.25998 13.7602 8.92998 13.7602 8.11998V6.88998C13.7602 6.07998 13.4302 5.74998 12.6202 5.74998H8.39023Z\" fill=\"\"/>\n<path d=\"M9.5 13.75H6.5C6.09 13.75 5.75 13.41 5.75 13C5.75 12.59 6.09 12.25 6.5 12.25H9.5C9.91 12.25 10.25 12.59 10.25 13C10.25 13.41 9.91 13.75 9.5 13.75Z\" fill=\"\"/>\n<path d=\"M17.5 16.7599C17.09 16.7599 16.75 16.4299 16.75 16.0099C16.75 15.5999 17.08 15.2599 17.5 15.2599L21.25 15.2499V10.4599L19.66 9.66992C19.29 9.47992 19.14 9.02993 19.32 8.65993C19.51 8.28993 19.96 8.13993 20.33 8.31993L22.33 9.31993C22.58 9.44993 22.74 9.70993 22.74 9.98993V15.9899C22.74 16.3999 22.41 16.7399 21.99 16.7399L17.5 16.7599Z\" fill=\"\"/>\n</svg>\n</li><li title=\"gemini 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22.75C11.59 22.75 11.25 22.41 11.25 22V3C11.25 2.59 11.59 2.25 12 2.25C12.41 2.25 12.75 2.59 12.75 3V22C12.75 22.41 12.41 22.75 12 22.75Z\" fill=\"\"/>\n<path d=\"M15.3006 6.04999C15.1106 6.04999 14.9206 5.98002 14.7706 5.83002L12.0006 3.06L9.23063 5.83002C8.94063 6.12002 8.46062 6.12002 8.17063 5.83002C7.88063 5.54002 7.88063 5.06002 8.17063 4.77002L11.4706 1.46997C11.6106 1.32997 11.8006 1.25 12.0006 1.25C12.2006 1.25 12.3906 1.32997 12.5306 1.46997L15.8306 4.77002C16.1206 5.06002 16.1206 5.54002 15.8306 5.83002C15.6906 5.98002 15.4906 6.04999 15.3006 6.04999Z\" fill=\"\"/>\n<path d=\"M4.99945 7.75C4.80945 7.75 4.61945 7.68003 4.46945 7.53003L2.99945 6.06L1.52945 7.53003C1.23945 7.82003 0.759453 7.82003 0.469453 7.53003C0.179453 7.24003 0.179453 6.75997 0.469453 6.46997L2.46945 4.46997C2.60945 4.32997 2.79945 4.25 2.99945 4.25C3.19945 4.25 3.38945 4.32997 3.52945 4.46997L5.52945 6.46997C5.81945 6.75997 5.81945 7.24003 5.52945 7.53003C5.37945 7.68003 5.18945 7.75 4.99945 7.75Z\" fill=\"\"/>\n<path d=\"M22.9995 7.75C22.8095 7.75 22.6195 7.68003 22.4695 7.53003L20.9995 6.06L19.5295 7.53003C19.2395 7.82003 18.7595 7.82003 18.4695 7.53003C18.1795 7.24003 18.1795 6.75997 18.4695 6.46997L20.4695 4.46997C20.6095 4.32997 20.7995 4.25 20.9995 4.25C21.1995 4.25 21.3895 4.32997 21.5295 4.46997L23.5295 6.46997C23.8195 6.75997 23.8195 7.24003 23.5295 7.53003C23.3795 7.68003 23.1895 7.75 22.9995 7.75Z\" fill=\"\"/>\n<path d=\"M15 17.7501H9C4.58 17.7501 2.25 15.4201 2.25 11.0001V6.04004C2.25 5.63004 2.59 5.29004 3 5.29004C3.41 5.29004 3.75 5.63004 3.75 6.04004V11.0001C3.75 14.5801 5.42 16.2501 9 16.2501H15C18.58 16.2501 20.25 14.5801 20.25 11.0001V6.04004C20.25 5.63004 20.59 5.29004 21 5.29004C21.41 5.29004 21.75 5.63004 21.75 6.04004V11.0001C21.75 15.4201 19.42 17.7501 15 17.7501Z\" fill=\"\"/>\n<path d=\"M15 20.75H9C8.59 20.75 8.25 20.41 8.25 20C8.25 19.59 8.59 19.25 9 19.25H15C15.41 19.25 15.75 19.59 15.75 20C15.75 20.41 15.41 20.75 15 20.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"gemini \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.0001 5.52992C8.41012 5.52992 4.82012 4.56992 1.61012 2.64992C1.25012 2.43992 1.14012 1.97989 1.35012 1.61989C1.56012 1.25989 2.02012 1.14988 2.38012 1.35988C8.31012 4.91988 15.6801 4.91988 21.6101 1.35988C21.9601 1.14988 22.4301 1.25989 22.6401 1.61989C22.8501 1.97989 22.7401 2.43992 22.3801 2.64992C19.1801 4.56992 15.5901 5.52992 12.0001 5.52992Z\" fill=\"\"/>\n<path d=\"M22.0001 22.75C21.8701 22.75 21.7401 22.72 21.6101 22.64C15.6801 19.08 8.31012 19.08 2.38012 22.64C2.03012 22.85 1.56012 22.74 1.35012 22.38C1.14012 22.02 1.25012 21.56 1.61012 21.35C8.02012 17.51 15.9801 17.51 22.3801 21.35C22.7401 21.56 22.8501 22.02 22.6401 22.38C22.5001 22.62 22.2501 22.75 22.0001 22.75Z\" fill=\"\"/>\n<path d=\"M5.32929 21.16C5.20929 21.16 5.08929 21.1301 4.96929 21.0701C4.60929 20.8701 4.46929 20.4201 4.66929 20.0501C7.34929 15.0901 7.37929 9.15005 4.75929 4.17005L4.63929 3.93006C4.44929 3.56006 4.58929 3.11005 4.95929 2.92005C5.32929 2.73005 5.77929 2.87006 5.96929 3.24006L6.08929 3.48005C8.93929 8.91005 8.89929 15.3801 5.98929 20.7701C5.85929 21.0201 5.59929 21.16 5.32929 21.16Z\" fill=\"\"/>\n<path d=\"M18.6701 21.16C18.4001 21.16 18.1501 21.0201 18.0101 20.7701C15.1001 15.3701 15.0601 8.91005 17.9101 3.48005L18.0301 3.24006C18.2201 2.87006 18.6801 2.73005 19.0401 2.92005C19.4101 3.11005 19.5501 3.57006 19.3601 3.93006L19.2401 4.17005C16.6201 9.16005 16.6601 15.1001 19.3301 20.0501C19.5301 20.4201 19.3901 20.8701 19.0301 21.0701C18.9101 21.1301 18.7901 21.16 18.6701 21.16Z\" fill=\"\"/>\n</svg>\n</li><li title=\"ghost \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.3303 22.75C14.9103 22.75 14.4803 22.6 14.1503 22.3L12.1503 20.47C12.0703 20.4 11.9103 20.4 11.8203 20.47L9.83026 22.3C9.17026 22.91 8.14022 22.9 7.48022 22.3L5.48022 20.47C5.40022 20.4 5.24027 20.4 5.15027 20.47L4.16022 21.38C3.25022 22.21 2.53024 22.08 2.18024 21.92C1.83024 21.76 1.24023 21.32 1.24023 20.07V12.18C1.24023 6.14999 6.06023 1.25 11.9902 1.25C17.9202 1.25 22.7402 6.14999 22.7402 12.18V20.07C22.7402 21.32 22.1502 21.77 21.8002 21.92C21.4502 22.07 20.7303 22.21 19.8203 21.38L18.8203 20.47C18.7403 20.4 18.5802 20.4 18.5002 20.47L16.5002 22.3C16.1802 22.6 15.7603 22.75 15.3303 22.75ZM12.0002 18.91C12.4202 18.91 12.8502 19.06 13.1702 19.36L15.1702 21.19C15.2502 21.26 15.4102 21.26 15.4902 21.19L17.4902 19.36C18.1502 18.76 19.1803 18.76 19.8403 19.36L20.8403 20.27C21.0103 20.42 21.1202 20.49 21.1902 20.51C21.2202 20.44 21.2502 20.3 21.2502 20.06V12.17C21.2502 6.97001 17.1002 2.73999 12.0002 2.73999C6.90024 2.73999 2.75024 6.97001 2.75024 12.17V20.06C2.75024 20.3 2.79024 20.44 2.81024 20.51C2.88024 20.48 3.00022 20.42 3.16022 20.27L4.16022 19.36C4.82022 18.76 5.85025 18.76 6.51025 19.36L8.51025 21.19C8.59025 21.26 8.75026 21.26 8.83026 21.19L10.8303 19.36C11.1503 19.06 11.5802 18.91 12.0002 18.91Z\" fill=\"\"/>\n<path d=\"M12.0003 16.07C10.4303 16.07 8.86025 15.58 7.55025 14.6C7.22025 14.35 7.15029 13.88 7.40029 13.55C7.65029 13.22 8.12027 13.15 8.45027 13.4C10.5403 14.97 13.4602 14.97 15.5502 13.4C15.8802 13.15 16.3502 13.22 16.6002 13.55C16.8502 13.88 16.7803 14.35 16.4503 14.6C15.1403 15.58 13.5703 16.07 12.0003 16.07Z\" fill=\"\"/>\n<path d=\"M12 11.75C10.48 11.75 9.25 10.52 9.25 9C9.25 7.48 10.48 6.25 12 6.25C13.52 6.25 14.75 7.48 14.75 9C14.75 10.52 13.52 11.75 12 11.75ZM12 7.75C11.31 7.75 10.75 8.31 10.75 9C10.75 9.69 11.31 10.25 12 10.25C12.69 10.25 13.25 9.69 13.25 9C13.25 8.31 12.69 7.75 12 7.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"gift \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.9707 22.75H7.9707C4.5507 22.75 3.2207 21.42 3.2207 18V10C3.2207 9.59 3.5607 9.25 3.9707 9.25H19.9707C20.3807 9.25 20.7207 9.59 20.7207 10V18C20.7207 21.42 19.3907 22.75 15.9707 22.75ZM4.7207 10.75V18C4.7207 20.58 5.3907 21.25 7.9707 21.25H15.9707C18.5507 21.25 19.2207 20.58 19.2207 18V10.75H4.7207Z\" fill=\"\"/>\n<path d=\"M19.5 10.75H4.5C2.75 10.75 1.75 9.75 1.75 8V7C1.75 5.25 2.75 4.25 4.5 4.25H19.5C21.2 4.25 22.25 5.3 22.25 7V8C22.25 9.7 21.2 10.75 19.5 10.75ZM4.5 5.75C3.59 5.75 3.25 6.09 3.25 7V8C3.25 8.91 3.59 9.25 4.5 9.25H19.5C20.38 9.25 20.75 8.88 20.75 8V7C20.75 6.12 20.38 5.75 19.5 5.75H4.5Z\" fill=\"\"/>\n<path d=\"M11.6391 5.74988H6.11912C5.90912 5.74988 5.70912 5.65988 5.56912 5.50988C4.95912 4.83988 4.97912 3.80988 5.61912 3.16988L7.03912 1.74988C7.69912 1.08988 8.78912 1.08988 9.44912 1.74988L12.1691 4.46988C12.3791 4.67988 12.4491 5.00988 12.3291 5.28988C12.2191 5.56988 11.9491 5.74988 11.6391 5.74988ZM6.66912 4.24988H9.83912L8.38912 2.80988C8.30912 2.72988 8.17912 2.72988 8.09912 2.80988L6.67912 4.22988C6.67912 4.23988 6.66912 4.23988 6.66912 4.24988Z\" fill=\"\"/>\n<path d=\"M17.8701 5.74988H12.3501C12.0501 5.74988 11.7701 5.56988 11.6601 5.28988C11.5401 5.00988 11.6101 4.68988 11.8201 4.46988L14.5401 1.74988C15.2001 1.08988 16.2901 1.08988 16.9501 1.74988L18.3701 3.16988C19.0101 3.80988 19.0401 4.83988 18.4201 5.50988C18.2801 5.65988 18.0801 5.74988 17.8701 5.74988ZM14.1701 4.24988H17.3401C17.3301 4.23988 17.3301 4.23988 17.3201 4.22988L15.9001 2.80988C15.8201 2.72988 15.6901 2.72988 15.6101 2.80988L14.1701 4.24988Z\" fill=\"\"/>\n<path d=\"M9.93945 16.9C9.65945 16.9 9.36945 16.83 9.10945 16.69C8.53945 16.38 8.18945 15.79 8.18945 15.15V10C8.18945 9.59 8.52945 9.25 8.93945 9.25H14.9795C15.3895 9.25 15.7295 9.59 15.7295 10V15.13C15.7295 15.78 15.3795 16.37 14.8095 16.67C14.2395 16.98 13.5495 16.94 13.0095 16.58L12.1195 15.98C12.0395 15.92 11.9295 15.92 11.8395 15.98L10.8995 16.6C10.6095 16.8 10.2695 16.9 9.93945 16.9ZM9.68945 10.75V15.14C9.68945 15.27 9.76945 15.33 9.81945 15.36C9.86945 15.39 9.96945 15.42 10.0795 15.35L11.0195 14.73C11.6095 14.34 12.3695 14.34 12.9495 14.73L13.8395 15.33C13.9495 15.4 14.0495 15.37 14.0995 15.34C14.1495 15.31 14.2295 15.25 14.2295 15.12V10.74H9.68945V10.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"glass 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14 18.25H10C9.59 18.25 9.25 17.91 9.25 17.5C9.25 17.09 9.59 16.75 10 16.75H14C14.41 16.75 14.75 17.09 14.75 17.5C14.75 17.91 14.41 18.25 14 18.25Z\" fill=\"\"/>\n<path d=\"M2 18.25C1.59 18.25 1.25 17.91 1.25 17.5V7.5C1.25 3.09 2.59 1.75 7 1.75C7.41 1.75 7.75 2.09 7.75 2.5C7.75 2.91 7.41 3.25 7 3.25C3.43 3.25 2.75 3.92 2.75 7.5V17.5C2.75 17.91 2.41 18.25 2 18.25Z\" fill=\"\"/>\n<path d=\"M22 18.25C21.59 18.25 21.25 17.91 21.25 17.5V7.5C21.25 3.92 20.57 3.25 17 3.25C16.59 3.25 16.25 2.91 16.25 2.5C16.25 2.09 16.59 1.75 17 1.75C21.41 1.75 22.75 3.09 22.75 7.5V17.5C22.75 17.91 22.41 18.25 22 18.25Z\" fill=\"\"/>\n<path d=\"M7.2 22.7501H4.8C2.38 22.7501 1.25 21.6201 1.25 19.2001V15.9101C1.25 13.4901 2.38 12.3601 4.8 12.3601H7.2C9.62 12.3601 10.75 13.4901 10.75 15.9101V19.2001C10.75 21.6201 9.62 22.7501 7.2 22.7501ZM4.8 13.8601C3.21 13.8601 2.75 14.3201 2.75 15.9101V19.2001C2.75 20.7901 3.21 21.2501 4.8 21.2501H7.2C8.79 21.2501 9.25 20.7901 9.25 19.2001V15.9101C9.25 14.3201 8.79 13.8601 7.2 13.8601H4.8Z\" fill=\"\"/>\n<path d=\"M19.2 22.7501H16.8C14.38 22.7501 13.25 21.6201 13.25 19.2001V15.9101C13.25 13.4901 14.38 12.3601 16.8 12.3601H19.2C21.62 12.3601 22.75 13.4901 22.75 15.9101V19.2001C22.75 21.6201 21.62 22.7501 19.2 22.7501ZM16.8 13.8601C15.21 13.8601 14.75 14.3201 14.75 15.9101V19.2001C14.75 20.7901 15.21 21.2501 16.8 21.2501H19.2C20.79 21.2501 21.25 20.7901 21.25 19.2001V15.9101C21.25 14.3201 20.79 13.8601 19.2 13.8601H16.8Z\" fill=\"\"/>\n</svg>\n</li><li title=\"glass \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.8393 22.75H8.15926C5.47926 22.75 4.25926 21.75 3.71926 20.92C2.92926 19.7 2.95926 18.03 3.80926 16.09L7.63926 7.39C7.10926 7.25 6.61926 6.97 6.22926 6.58C5.65926 6 5.31926 5.2 5.31926 4.37C5.31926 2.65 6.71926 1.25 8.43926 1.25H15.5493C16.3793 1.25 17.1693 1.58 17.7593 2.17C18.5393 2.95 18.8493 4.06 18.5893 5.13C18.3293 6.2 17.4493 7.05 16.3693 7.36L20.1893 16.1C21.0293 18.03 21.0593 19.7 20.2593 20.92C19.7193 21.75 18.4993 22.75 15.8393 22.75ZM8.43926 2.75C7.54926 2.75 6.81926 3.48 6.81926 4.37C6.81926 4.8 6.99926 5.22 7.28926 5.52C7.58926 5.82 8.00926 5.99 8.43926 5.99H8.73926C8.98926 5.99 9.22926 6.12 9.36926 6.33C9.50926 6.54 9.52926 6.81 9.42926 7.04L5.17926 16.69C4.54926 18.13 4.46926 19.34 4.96926 20.1C5.58926 21.05 7.03926 21.25 8.14926 21.25H15.8293C16.9293 21.25 18.3693 21.05 18.9993 20.1C19.4993 19.33 19.4293 18.13 18.8093 16.7L14.5993 7.04C14.4993 6.81 14.5193 6.54 14.6593 6.33C14.7993 6.12 15.0293 5.99 15.2893 5.99H15.4493C16.2493 5.99 16.9693 5.48 17.1393 4.77C17.2793 4.2 17.1193 3.64 16.7093 3.23C16.3993 2.92 15.9893 2.75 15.5593 2.75H8.43926Z\" fill=\"\"/>\n<path d=\"M13.8406 15.0401C13.1806 15.0401 12.4706 14.9501 11.7606 14.7101C8.92055 13.7601 5.99055 13.8601 5.96055 13.8601C5.56055 13.9201 5.20055 13.5501 5.18055 13.1401C5.16055 12.7301 5.49055 12.3801 5.90055 12.3601C6.03055 12.3501 9.14055 12.2501 12.2306 13.2801C14.8306 14.1501 17.3806 12.5001 17.4106 12.4801C17.7506 12.2501 18.2206 12.3501 18.4506 12.6901C18.6806 13.0301 18.5906 13.5001 18.2406 13.7301C18.1506 13.8001 16.2506 15.0401 13.8406 15.0401Z\" fill=\"\"/>\n</svg>\n</li><li title=\"global edit \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 12.41 22.41 12.75 22 12.75C21.59 12.75 21.25 12.41 21.25 12C21.25 6.9 17.1 2.75 12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C12.41 21.25 12.75 21.59 12.75 22C12.75 22.41 12.41 22.75 12 22.75Z\" fill=\"\"/>\n<path d=\"M9.00024 21.75H8.00024C7.59024 21.75 7.25024 21.41 7.25024 21C7.25024 20.59 7.57023 20.26 7.98023 20.25C6.41023 14.89 6.41023 9.11 7.98023 3.75C7.58023 3.74 7.25024 3.41 7.25024 3C7.25024 2.59 7.59024 2.25 8.00024 2.25H9.00024C9.24024 2.25 9.47024 2.37 9.61024 2.56C9.75024 2.76 9.79025 3.00999 9.71025 3.23999C7.83025 8.88999 7.83025 15.12 9.71025 20.77C9.79025 21 9.75024 21.25 9.61024 21.45C9.47024 21.65 9.24024 21.75 9.00024 21.75Z\" fill=\"\"/>\n<path d=\"M16.4604 12.75C16.0504 12.75 15.7104 12.41 15.7104 12C15.7104 9.01996 15.2304 6.06995 14.2904 3.23995C14.1604 2.84995 14.3704 2.41994 14.7604 2.28994C15.1504 2.15994 15.5804 2.36997 15.7104 2.75997C16.7004 5.73997 17.2104 8.84996 17.2104 12C17.2104 12.41 16.8704 12.75 16.4604 12.75Z\" fill=\"\"/>\n<path d=\"M12 17.2098C9.2 17.2098 6.43 16.8098 3.75 16.0198C3.74 16.4198 3.41 16.7498 3 16.7498C2.59 16.7498 2.25 16.4098 2.25 15.9998V14.9998C2.25 14.7598 2.37 14.5298 2.56 14.3898C2.75 14.2498 3.01001 14.2098 3.24001 14.2898C6.07001 15.2298 9.02 15.7098 12 15.7098C12.41 15.7098 12.75 16.0498 12.75 16.4598C12.75 16.8698 12.41 17.2098 12 17.2098Z\" fill=\"\"/>\n<path d=\"M21.0007 9.74989C20.9207 9.74989 20.8407 9.73991 20.7607 9.70991C15.1107 7.82991 8.88066 7.82991 3.23066 9.70991C2.84066 9.83991 2.41067 9.62988 2.28067 9.23988C2.15067 8.84988 2.36067 8.41986 2.75067 8.28986C8.71067 6.29986 15.2707 6.29986 21.2207 8.28986C21.6107 8.41986 21.8207 8.84988 21.6907 9.23988C21.6107 9.54988 21.3107 9.74989 21.0007 9.74989Z\" fill=\"\"/>\n<path d=\"M15.8196 22.7498C15.4396 22.7498 15.0796 22.6098 14.8196 22.3498C14.5096 22.0398 14.3696 21.5898 14.4396 21.1198L14.6296 19.7699C14.6796 19.4199 14.8896 18.9998 15.1396 18.7498L18.6796 15.2099C19.1596 14.7299 19.6296 14.4798 20.1396 14.4298C20.7696 14.3698 21.3796 14.6299 21.9596 15.2099C22.5396 15.7899 22.7996 16.3999 22.7396 17.0299C22.6896 17.5299 22.4296 18.0098 21.9596 18.4898L18.4196 22.0299C18.1696 22.2799 17.7596 22.4898 17.4096 22.5398L16.0596 22.7298C15.9696 22.7398 15.8996 22.7498 15.8196 22.7498ZM20.3096 15.9198C20.2996 15.9198 20.2896 15.9198 20.2796 15.9198C20.1396 15.9298 19.9496 16.0499 19.7396 16.2699L16.1996 19.8098C16.1696 19.8398 16.1196 19.9398 16.1196 19.9798L15.9396 21.2298L17.1896 21.0498C17.2296 21.0398 17.3296 20.9899 17.3596 20.9599L20.8996 17.4198C21.1096 17.2098 21.2396 17.0198 21.2496 16.8798C21.2696 16.6798 21.0696 16.4399 20.8996 16.2699C20.7396 16.1099 20.5096 15.9198 20.3096 15.9198Z\" fill=\"\"/>\n<path d=\"M20.9206 19.2198C20.8506 19.2198 20.7806 19.2099 20.7206 19.1899C19.4006 18.8199 18.3506 17.7699 17.9806 16.4499C17.8706 16.0499 18.1006 15.6399 18.5006 15.5299C18.9006 15.4199 19.3106 15.6499 19.4306 16.0499C19.6606 16.8699 20.3106 17.5199 21.1306 17.7499C21.5306 17.8599 21.7606 18.2799 21.6506 18.6699C21.5506 18.9999 21.2506 19.2198 20.9206 19.2198Z\" fill=\"\"/>\n</svg>\n</li><li title=\"global refresh \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 12.41 22.41 12.75 22 12.75C21.59 12.75 21.25 12.41 21.25 12C21.25 6.9 17.1 2.75 12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C12.41 21.25 12.75 21.59 12.75 22C12.75 22.41 12.41 22.75 12 22.75Z\" fill=\"\"/>\n<path d=\"M9.00022 21.75H8.00022C7.59022 21.75 7.25022 21.41 7.25022 21C7.25022 20.59 7.57023 20.26 7.98023 20.25C6.41023 14.89 6.41023 9.11 7.98023 3.75C7.58023 3.74 7.25022 3.41 7.25022 3C7.25022 2.59 7.59022 2.25 8.00022 2.25H9.00022C9.24022 2.25 9.47021 2.37 9.61021 2.56C9.75021 2.76 9.79021 3.00999 9.71021 3.23999C7.83021 8.88999 7.83021 15.12 9.71021 20.77C9.79021 21 9.75021 21.25 9.61021 21.45C9.47021 21.65 9.24022 21.75 9.00022 21.75Z\" fill=\"\"/>\n<path d=\"M16.4604 12.75C16.0504 12.75 15.7104 12.41 15.7104 12C15.7104 9.01996 15.2304 6.06995 14.2904 3.23995C14.1604 2.84995 14.3704 2.41994 14.7604 2.28994C15.1504 2.15994 15.5804 2.36997 15.7104 2.75997C16.7004 5.73997 17.2104 8.84996 17.2104 12C17.2104 12.41 16.8704 12.75 16.4604 12.75Z\" fill=\"\"/>\n<path d=\"M12 17.2098C9.2 17.2098 6.43 16.8098 3.75 16.0198C3.74 16.4198 3.41 16.7498 3 16.7498C2.59 16.7498 2.25 16.4098 2.25 15.9998V14.9998C2.25 14.7598 2.37 14.5298 2.56 14.3898C2.75 14.2498 3.00999 14.2098 3.23999 14.2898C6.06999 15.2298 9.02 15.7098 12 15.7098C12.41 15.7098 12.75 16.0498 12.75 16.4598C12.75 16.8698 12.41 17.2098 12 17.2098Z\" fill=\"\"/>\n<path d=\"M21.0007 9.74989C20.9207 9.74989 20.8407 9.73991 20.7607 9.70991C15.1107 7.82991 8.88068 7.82991 3.23068 9.70991C2.84068 9.83991 2.41067 9.62988 2.28067 9.23988C2.15067 8.84988 2.36067 8.41986 2.75067 8.28986C8.71067 6.29986 15.2707 6.29986 21.2207 8.28986C21.6107 8.41986 21.8207 8.84988 21.6907 9.23988C21.6107 9.54988 21.3107 9.74989 21.0007 9.74989Z\" fill=\"\"/>\n<path d=\"M18.2596 22.7498C15.7796 22.7498 13.7695 20.7298 13.7695 18.2598C13.7695 15.7898 15.7896 13.7598 18.2596 13.7598C18.7596 13.7598 19.2596 13.8297 19.7296 13.9797C20.1296 14.0997 20.3496 14.5197 20.2296 14.9197C20.1096 15.3197 19.6896 15.5397 19.2896 15.4197C18.9596 15.3197 18.6096 15.2698 18.2596 15.2698C16.6096 15.2698 15.2695 16.6098 15.2695 18.2698C15.2695 19.9298 16.6096 21.2598 18.2596 21.2598C19.9096 21.2598 21.2495 19.9198 21.2495 18.2698C21.2495 17.6698 21.0795 17.0997 20.7495 16.6097C20.5195 16.2697 20.6095 15.7998 20.9595 15.5698C21.2995 15.3398 21.7695 15.4298 21.9995 15.7798C22.4995 16.5198 22.7596 17.3898 22.7596 18.2798C22.7496 20.7298 20.7296 22.7498 18.2596 22.7498Z\" fill=\"\"/>\n<path d=\"M20.0393 15.5498C19.8293 15.5498 19.6193 15.4598 19.4693 15.2898L18.2193 13.8598C17.9493 13.5498 17.9793 13.0698 18.2893 12.7998C18.5993 12.5298 19.0693 12.5598 19.3493 12.8698L20.5993 14.2998C20.8693 14.6098 20.8393 15.0898 20.5293 15.3598C20.3893 15.4898 20.2193 15.5498 20.0393 15.5498Z\" fill=\"\"/>\n<path d=\"M18.5805 16.6102C18.3505 16.6102 18.1205 16.5002 17.9705 16.3002C17.7305 15.9702 17.8005 15.5002 18.1305 15.2502L19.5905 14.1902C19.9205 13.9402 20.3905 14.0202 20.6405 14.3502C20.8805 14.6802 20.8105 15.1502 20.4805 15.4002L19.0205 16.4602C18.8905 16.5602 18.7405 16.6102 18.5805 16.6102Z\" fill=\"\"/>\n</svg>\n</li><li title=\"global search \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 12.41 22.41 12.75 22 12.75C21.59 12.75 21.25 12.41 21.25 12C21.25 6.9 17.1 2.75 12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C12.41 21.25 12.75 21.59 12.75 22C12.75 22.41 12.41 22.75 12 22.75Z\" fill=\"\"/>\n<path d=\"M9.00024 21.75H8.00024C7.59024 21.75 7.25024 21.41 7.25024 21C7.25024 20.59 7.57023 20.26 7.98023 20.25C6.41023 14.89 6.41023 9.11 7.98023 3.75C7.58023 3.74 7.25024 3.41 7.25024 3C7.25024 2.59 7.59024 2.25 8.00024 2.25H9.00024C9.24024 2.25 9.47024 2.37 9.61024 2.56C9.75024 2.76 9.79025 3.00999 9.71025 3.23999C7.83025 8.88999 7.83025 15.12 9.71025 20.77C9.79025 21 9.75024 21.25 9.61024 21.45C9.47024 21.65 9.24024 21.75 9.00024 21.75Z\" fill=\"\"/>\n<path d=\"M16.4604 12.75C16.0504 12.75 15.7104 12.41 15.7104 12C15.7104 9.01996 15.2304 6.06995 14.2904 3.23995C14.1604 2.84995 14.3704 2.41994 14.7604 2.28994C15.1504 2.15994 15.5804 2.36997 15.7104 2.75997C16.7004 5.73997 17.2104 8.84996 17.2104 12C17.2104 12.41 16.8704 12.75 16.4604 12.75Z\" fill=\"\"/>\n<path d=\"M12 17.2098C9.2 17.2098 6.43 16.8098 3.75 16.0198C3.74 16.4198 3.41 16.7498 3 16.7498C2.59 16.7498 2.25 16.4098 2.25 15.9998V14.9998C2.25 14.7598 2.37 14.5298 2.56 14.3898C2.76 14.2498 3.01001 14.2098 3.24001 14.2898C6.07001 15.2298 9.02 15.7098 12 15.7098C12.41 15.7098 12.75 16.0498 12.75 16.4598C12.75 16.8698 12.41 17.2098 12 17.2098Z\" fill=\"\"/>\n<path d=\"M21.0007 9.74989C20.9207 9.74989 20.8407 9.73991 20.7607 9.70991C15.1107 7.82991 8.88066 7.82991 3.23066 9.70991C2.84066 9.83991 2.41067 9.62988 2.28067 9.23988C2.15067 8.84988 2.36067 8.41986 2.75067 8.28986C8.71067 6.29986 15.2707 6.29986 21.2207 8.28986C21.6107 8.41986 21.8207 8.84988 21.6907 9.23988C21.6107 9.54988 21.3107 9.74989 21.0007 9.74989Z\" fill=\"\"/>\n<path d=\"M18.2 22.15C16.02 22.15 14.25 20.38 14.25 18.2C14.25 16.02 16.02 14.25 18.2 14.25C20.38 14.25 22.15 16.02 22.15 18.2C22.15 20.38 20.38 22.15 18.2 22.15ZM18.2 15.75C16.85 15.75 15.75 16.85 15.75 18.2C15.75 19.55 16.85 20.65 18.2 20.65C19.55 20.65 20.65 19.55 20.65 18.2C20.65 16.85 19.55 15.75 18.2 15.75Z\" fill=\"\"/>\n<path d=\"M21.9995 22.75C21.8095 22.75 21.6195 22.68 21.4695 22.53L20.4695 21.53C20.1795 21.24 20.1795 20.7599 20.4695 20.4699C20.7595 20.1799 21.2395 20.1799 21.5295 20.4699L22.5295 21.4699C22.8195 21.7599 22.8195 22.24 22.5295 22.53C22.3795 22.68 22.1895 22.75 21.9995 22.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"global \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z\" fill=\"\"/>\n<path d=\"M9.00023 21.75H8.00023C7.59023 21.75 7.25023 21.41 7.25023 21C7.25023 20.59 7.57023 20.26 7.98023 20.25C6.41023 14.89 6.41023 9.11 7.98023 3.75C7.57023 3.74 7.25023 3.41 7.25023 3C7.25023 2.59 7.59023 2.25 8.00023 2.25H9.00023C9.24023 2.25 9.47023 2.37 9.61023 2.56C9.75023 2.76 9.79023 3.01 9.71023 3.24C7.83023 8.89 7.83023 15.11 9.71023 20.77C9.79023 21 9.75023 21.25 9.61023 21.45C9.47023 21.63 9.24023 21.75 9.00023 21.75Z\" fill=\"\"/>\n<path d=\"M15.0004 21.7502C14.9204 21.7502 14.8404 21.7402 14.7604 21.7102C14.3704 21.5802 14.1504 21.1502 14.2904 20.7602C16.1704 15.1102 16.1704 8.89018 14.2904 3.23018C14.1604 2.84018 14.3704 2.41018 14.7604 2.28018C15.1604 2.15018 15.5804 2.36018 15.7104 2.75018C17.7004 8.71018 17.7004 15.2702 15.7104 21.2202C15.6104 21.5502 15.3104 21.7502 15.0004 21.7502Z\" fill=\"\"/>\n<path d=\"M12 17.1998C9.21 17.1998 6.43 16.8098 3.75 16.0198C3.74 16.4198 3.41 16.7498 3 16.7498C2.59 16.7498 2.25 16.4098 2.25 15.9998V14.9998C2.25 14.7598 2.37 14.5298 2.56 14.3898C2.76 14.2498 3.01 14.2098 3.24 14.2898C8.89 16.1698 15.12 16.1698 20.77 14.2898C21 14.2098 21.25 14.2498 21.45 14.3898C21.65 14.5298 21.76 14.7598 21.76 14.9998V15.9998C21.76 16.4098 21.42 16.7498 21.01 16.7498C20.6 16.7498 20.27 16.4298 20.26 16.0198C17.57 16.8098 14.79 17.1998 12 17.1998Z\" fill=\"\"/>\n<path d=\"M20.9998 9.74986C20.9198 9.74986 20.8398 9.73986 20.7598 9.70986C15.1098 7.82986 8.87978 7.82986 3.22978 9.70986C2.82978 9.83986 2.40978 9.62986 2.27978 9.23986C2.15978 8.83986 2.36978 8.41986 2.75978 8.28986C8.71978 6.29986 15.2798 6.29986 21.2298 8.28986C21.6198 8.41986 21.8398 8.84986 21.6998 9.23986C21.6098 9.54986 21.3098 9.74986 20.9998 9.74986Z\" fill=\"\"/>\n</svg>\n</li><li title=\"gps slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 20.2498C10.85 20.2498 9.74002 20.0198 8.70002 19.5598C8.32002 19.3898 8.15002 18.9498 8.31002 18.5698C8.48002 18.1898 8.92002 18.0198 9.30002 18.1798C10.15 18.5498 11.06 18.7398 12 18.7398C15.72 18.7398 18.75 15.7098 18.75 11.9898C18.75 11.0498 18.56 10.1398 18.19 9.28976C18.02 8.90976 18.2 8.46976 18.58 8.29976C18.96 8.13976 19.4 8.30976 19.57 8.68976C20.03 9.72976 20.26 10.8398 20.26 11.9898C20.25 16.5498 16.55 20.2498 12 20.2498Z\" fill=\"\"/>\n<path d=\"M6.58 17.94C6.38 17.94 6.19 17.86 6.04 17.71C4.56 16.16 3.75 14.14 3.75 12C3.75 7.45 7.45 3.75 12 3.75C14.15 3.75 16.18 4.57 17.73 6.06C18.03 6.35 18.04 6.82 17.75 7.12C17.46 7.42 16.99 7.43 16.69 7.14C15.42 5.92 13.76 5.25 12 5.25C8.28 5.25 5.25 8.28 5.25 12C5.25 13.75 5.92 15.41 7.13 16.67C7.42 16.97 7.41 17.44 7.11 17.73C6.96 17.87 6.77 17.94 6.58 17.94Z\" fill=\"\"/>\n<path d=\"M12 4.75C11.59 4.75 11.25 4.41 11.25 4V2C11.25 1.59 11.59 1.25 12 1.25C12.41 1.25 12.75 1.59 12.75 2V4C12.75 4.41 12.41 4.75 12 4.75Z\" fill=\"\"/>\n<path d=\"M4 12.75H2C1.59 12.75 1.25 12.41 1.25 12C1.25 11.59 1.59 11.25 2 11.25H4C4.41 11.25 4.75 11.59 4.75 12C4.75 12.41 4.41 12.75 4 12.75Z\" fill=\"\"/>\n<path d=\"M12 22.75C11.59 22.75 11.25 22.41 11.25 22V20C11.25 19.59 11.59 19.25 12 19.25C12.41 19.25 12.75 19.59 12.75 20V22C12.75 22.41 12.41 22.75 12 22.75Z\" fill=\"\"/>\n<path d=\"M22 12.75H20C19.59 12.75 19.25 12.41 19.25 12C19.25 11.59 19.59 11.25 20 11.25H22C22.41 11.25 22.75 11.59 22.75 12C22.75 12.41 22.41 12.75 22 12.75Z\" fill=\"\"/>\n<path d=\"M9.88 14.87C9.69 14.87 9.5 14.8 9.35 14.65C8.64 13.94 8.25 13 8.25 12C8.25 9.93 9.93 8.25 12 8.25C13 8.25 13.94 8.64 14.65 9.35C14.94 9.64 14.94 10.12 14.65 10.41L10.41 14.65C10.26 14.8 10.07 14.87 9.88 14.87ZM12 9.75C10.76 9.75 9.75 10.76 9.75 12C9.75 12.34 9.83 12.67 9.97 12.97L12.97 9.97C12.67 9.83 12.34 9.75 12 9.75Z\" fill=\"\"/>\n<path d=\"M1.99945 22.7499C1.80945 22.7499 1.61945 22.6799 1.46945 22.5299C1.17945 22.2399 1.17945 21.7599 1.46945 21.4699L21.4695 1.46994C21.7595 1.17994 22.2395 1.17994 22.5295 1.46994C22.8195 1.75994 22.8195 2.23994 22.5295 2.52994L2.52945 22.5299C2.37945 22.6799 2.18945 22.7499 1.99945 22.7499Z\" fill=\"\"/>\n</svg>\n</li><li title=\"gps \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 20.25C7.45 20.25 3.75 16.55 3.75 12C3.75 7.45 7.45 3.75 12 3.75C16.55 3.75 20.25 7.45 20.25 12C20.25 16.55 16.55 20.25 12 20.25ZM12 5.25C8.28 5.25 5.25 8.28 5.25 12C5.25 15.72 8.28 18.75 12 18.75C15.72 18.75 18.75 15.72 18.75 12C18.75 8.28 15.72 5.25 12 5.25Z\" fill=\"\"/>\n<path d=\"M12 15.75C9.93 15.75 8.25 14.07 8.25 12C8.25 9.93 9.93 8.25 12 8.25C14.07 8.25 15.75 9.93 15.75 12C15.75 14.07 14.07 15.75 12 15.75ZM12 9.75C10.76 9.75 9.75 10.76 9.75 12C9.75 13.24 10.76 14.25 12 14.25C13.24 14.25 14.25 13.24 14.25 12C14.25 10.76 13.24 9.75 12 9.75Z\" fill=\"\"/>\n<path d=\"M12 4.75C11.59 4.75 11.25 4.41 11.25 4V2C11.25 1.59 11.59 1.25 12 1.25C12.41 1.25 12.75 1.59 12.75 2V4C12.75 4.41 12.41 4.75 12 4.75Z\" fill=\"\"/>\n<path d=\"M4 12.75H2C1.59 12.75 1.25 12.41 1.25 12C1.25 11.59 1.59 11.25 2 11.25H4C4.41 11.25 4.75 11.59 4.75 12C4.75 12.41 4.41 12.75 4 12.75Z\" fill=\"\"/>\n<path d=\"M12 22.75C11.59 22.75 11.25 22.41 11.25 22V20C11.25 19.59 11.59 19.25 12 19.25C12.41 19.25 12.75 19.59 12.75 20V22C12.75 22.41 12.41 22.75 12 22.75Z\" fill=\"\"/>\n<path d=\"M22 12.75H20C19.59 12.75 19.25 12.41 19.25 12C19.25 11.59 19.59 11.25 20 11.25H22C22.41 11.25 22.75 11.59 22.75 12C22.75 12.41 22.41 12.75 22 12.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"grammerly \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.001 22.7198C9.33104 22.7198 6.65103 21.7599 4.62103 19.8299C2.49103 17.8099 1.29104 15.0898 1.25104 12.1698C1.21104 9.23984 2.33103 6.48984 4.40103 4.41984C8.59103 0.229844 15.411 0.229844 19.601 4.41984C21.671 6.48984 22.791 9.23984 22.751 12.1698C22.711 15.0998 21.511 17.8199 19.381 19.8299C17.351 21.7599 14.671 22.7198 12.001 22.7198ZM12.001 2.77989C9.63104 2.77989 7.26103 3.67984 5.46103 5.47984C3.68103 7.25984 2.72104 9.62988 2.75104 12.1499C2.78104 14.6699 3.81103 17.0099 5.65103 18.7399C9.15103 22.0599 14.851 22.0499 18.351 18.7399C20.181 17.0099 21.211 14.6599 21.251 12.1499C21.291 9.63988 20.321 7.25984 18.541 5.47984C16.741 3.67984 14.371 2.77989 12.001 2.77989Z\" fill=\"\"/>\n<path d=\"M12.0007 18.3199C10.4207 18.3199 8.85073 17.7499 7.65073 16.6199C7.35073 16.3299 7.34073 15.8599 7.62073 15.5599C7.91073 15.2599 8.38073 15.2499 8.68073 15.5299C10.5107 17.2599 13.4907 17.2599 15.3207 15.5299C15.6207 15.2499 16.1007 15.2599 16.3807 15.5599C16.6607 15.8599 16.6507 16.3399 16.3507 16.6199C15.1507 17.7499 13.5807 18.3199 12.0007 18.3199Z\" fill=\"\"/>\n</svg>\n</li><li title=\"graph \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.32 12.75H15C12.51 12.75 11.25 11.34 11.25 8.54996V5.67996C11.25 4.65996 11.37 3.19996 12.43 2.39996C13.32 1.73996 14.6 1.68996 16.49 2.23996C18.97 2.95996 21.04 5.02996 21.76 7.50996C22.31 9.38996 22.26 10.68 21.6 11.56C20.8 12.63 19.34 12.75 18.32 12.75ZM14.28 3.35996C13.87 3.35996 13.55 3.43996 13.34 3.59996C12.95 3.88996 12.76 4.56996 12.76 5.67996V8.55996C12.76 10.8 13.62 11.26 15.01 11.26H18.33C19.43 11.26 20.11 11.07 20.41 10.68C20.76 10.22 20.73 9.29996 20.34 7.94996C19.76 5.97996 18.06 4.26996 16.09 3.69996C15.35 3.46996 14.75 3.35996 14.28 3.35996Z\" fill=\"\"/>\n<path d=\"M11.0704 22.7498C10.5404 22.7498 10.0004 22.7098 9.46037 22.6198C5.37037 21.9598 2.04037 18.6398 1.38037 14.5498C0.530371 9.28983 3.92037 4.32983 9.11037 3.26983C9.52037 3.18983 9.91037 3.44983 10.0004 3.84983C10.0804 4.25983 9.82037 4.64983 9.42037 4.73983C5.03037 5.63983 2.15037 9.83983 2.88037 14.3098C3.44037 17.7698 6.25037 20.5798 9.71037 21.1398C14.2004 21.8598 18.3904 18.9698 19.2804 14.5598C19.3604 14.1498 19.7604 13.8898 20.1604 13.9698C20.5704 14.0498 20.8304 14.4498 20.7504 14.8498C19.8004 19.5198 15.7204 22.7498 11.0704 22.7498Z\" fill=\"\"/>\n</svg>\n</li><li title=\"grid 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n<path d=\"M21.9993 9.25H2.0293C1.6193 9.25 1.2793 8.91 1.2793 8.5C1.2793 8.09 1.6193 7.75 2.0293 7.75H21.9993C22.4093 7.75 22.7493 8.09 22.7493 8.5C22.7493 8.91 22.4093 9.25 21.9993 9.25Z\" fill=\"\"/>\n<path d=\"M21.9993 16.25H2.0293C1.6193 16.25 1.2793 15.91 1.2793 15.5C1.2793 15.09 1.6193 14.75 2.0293 14.75H21.9993C22.4093 14.75 22.7493 15.09 22.7493 15.5C22.7493 15.91 22.4093 16.25 21.9993 16.25Z\" fill=\"\"/>\n<path d=\"M8.50977 22.7398C8.09977 22.7398 7.75977 22.3998 7.75977 21.9898V2.00977C7.75977 1.59977 8.09977 1.25977 8.50977 1.25977C8.91977 1.25977 9.25977 1.59977 9.25977 2.00977V21.9798C9.25977 22.3998 8.92977 22.7398 8.50977 22.7398Z\" fill=\"\"/>\n<path d=\"M15.5098 22.7398C15.0998 22.7398 14.7598 22.3998 14.7598 21.9898V2.00977C14.7598 1.59977 15.0998 1.25977 15.5098 1.25977C15.9198 1.25977 16.2598 1.59977 16.2598 2.00977V21.9798C16.2598 22.3998 15.9298 22.7398 15.5098 22.7398Z\" fill=\"\"/>\n</svg>\n</li><li title=\"grid 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n<path d=\"M12 22.75C11.59 22.75 11.25 22.41 11.25 22V2C11.25 1.59 11.59 1.25 12 1.25C12.41 1.25 12.75 1.59 12.75 2V22C12.75 22.41 12.41 22.75 12 22.75Z\" fill=\"\"/>\n<path d=\"M22 12.75H2C1.59 12.75 1.25 12.41 1.25 12C1.25 11.59 1.59 11.25 2 11.25H22C22.41 11.25 22.75 11.59 22.75 12C22.75 12.41 22.41 12.75 22 12.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"grid 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n<path d=\"M12 22.75C11.59 22.75 11.25 22.41 11.25 22V2C11.25 1.59 11.59 1.25 12 1.25C12.41 1.25 12.75 1.59 12.75 2V22C12.75 22.41 12.41 22.75 12 22.75Z\" fill=\"\"/>\n<path d=\"M12 10.25H2C1.59 10.25 1.25 9.91 1.25 9.5C1.25 9.09 1.59 8.75 2 8.75H12C12.41 8.75 12.75 9.09 12.75 9.5C12.75 9.91 12.41 10.25 12 10.25Z\" fill=\"\"/>\n<path d=\"M22 15.25H12C11.59 15.25 11.25 14.91 11.25 14.5C11.25 14.09 11.59 13.75 12 13.75H22C22.41 13.75 22.75 14.09 22.75 14.5C22.75 14.91 22.41 15.25 22 15.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"grid 4 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n<path d=\"M9 22.75C8.59 22.75 8.25 22.41 8.25 22V2C8.25 1.59 8.59 1.25 9 1.25C9.41 1.25 9.75 1.59 9.75 2V22C9.75 22.41 9.41 22.75 9 22.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"grid 5 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n<path d=\"M10 22.75C9.59 22.75 9.25 22.41 9.25 22V2C9.25 1.59 9.59 1.25 10 1.25C10.41 1.25 10.75 1.59 10.75 2V22C10.75 22.41 10.41 22.75 10 22.75Z\" fill=\"\"/>\n<path d=\"M22 12.75H10C9.59 12.75 9.25 12.41 9.25 12C9.25 11.59 9.59 11.25 10 11.25H22C22.41 11.25 22.75 11.59 22.75 12C22.75 12.41 22.41 12.75 22 12.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"grid 6 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n<path d=\"M10 22.75C9.59 22.75 9.25 22.41 9.25 22V2C9.25 1.59 9.59 1.25 10 1.25C10.41 1.25 10.75 1.59 10.75 2V22C10.75 22.41 10.41 22.75 10 22.75Z\" fill=\"\"/>\n<path d=\"M22 9.25H10C9.59 9.25 9.25 8.91 9.25 8.5C9.25 8.09 9.59 7.75 10 7.75H22C22.41 7.75 22.75 8.09 22.75 8.5C22.75 8.91 22.41 9.25 22 9.25Z\" fill=\"\"/>\n<path d=\"M22 16.25H10C9.59 16.25 9.25 15.91 9.25 15.5C9.25 15.09 9.59 14.75 10 14.75H22C22.41 14.75 22.75 15.09 22.75 15.5C22.75 15.91 22.41 16.25 22 16.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"grid 7 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n<path d=\"M22 10.75H2C1.59 10.75 1.25 10.41 1.25 10C1.25 9.59 1.59 9.25 2 9.25H22C22.41 9.25 22.75 9.59 22.75 10C22.75 10.41 22.41 10.75 22 10.75Z\" fill=\"\"/>\n<path d=\"M12 22.75C11.59 22.75 11.25 22.41 11.25 22V10C11.25 9.59 11.59 9.25 12 9.25C12.41 9.25 12.75 9.59 12.75 10V22C12.75 22.41 12.41 22.75 12 22.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"grid 8 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n<path d=\"M22 12.75H2C1.59 12.75 1.25 12.41 1.25 12C1.25 11.59 1.59 11.25 2 11.25H22C22.41 11.25 22.75 11.59 22.75 12C22.75 12.41 22.41 12.75 22 12.75Z\" fill=\"\"/>\n<path d=\"M8.25 22.25C7.84 22.25 7.5 21.91 7.5 21.5V12C7.5 11.59 7.84 11.25 8.25 11.25C8.66 11.25 9 11.59 9 12V21.5C9 21.91 8.66 22.25 8.25 22.25Z\" fill=\"\"/>\n<path d=\"M15.75 22.75C15.34 22.75 15 22.41 15 22V12C15 11.59 15.34 11.25 15.75 11.25C16.16 11.25 16.5 11.59 16.5 12V22C16.5 22.41 16.16 22.75 15.75 22.75Z\" fill=\"\"/>\n<path d=\"M8.25 12.75C7.84 12.75 7.5 12.41 7.5 12V2C7.5 1.59 7.84 1.25 8.25 1.25C8.66 1.25 9 1.59 9 2V12C9 12.41 8.66 12.75 8.25 12.75Z\" fill=\"\"/>\n<path d=\"M15.75 12.75C15.34 12.75 15 12.41 15 12V2.54004C15 2.13004 15.34 1.79004 15.75 1.79004C16.16 1.79004 16.5 2.13004 16.5 2.54004V12C16.5 12.41 16.16 12.75 15.75 12.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"grid 9 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n<path d=\"M12 22.75C11.59 22.75 11.25 22.41 11.25 22V2C11.25 1.59 11.59 1.25 12 1.25C12.41 1.25 12.75 1.59 12.75 2V22C12.75 22.41 12.41 22.75 12 22.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"grid edit \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V11C22.75 11.41 22.41 11.75 22 11.75C21.59 11.75 21.25 11.41 21.25 11V9C21.25 4.39 19.61 2.75 15 2.75H9C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H10C10.41 21.25 10.75 21.59 10.75 22C10.75 22.41 10.41 22.75 10 22.75Z\" fill=\"\"/>\n<path d=\"M22.0012 9.25H2.03125C1.62125 9.25 1.28125 8.91 1.28125 8.5C1.28125 8.09 1.62125 7.75 2.03125 7.75H22.0012C22.4112 7.75 22.7512 8.09 22.7512 8.5C22.7512 8.91 22.4112 9.25 22.0012 9.25Z\" fill=\"\"/>\n<path d=\"M12.0012 16.25H2.03125C1.62125 16.25 1.28125 15.91 1.28125 15.5C1.28125 15.09 1.62125 14.75 2.03125 14.75H12.0012C12.4112 14.75 12.7512 15.09 12.7512 15.5C12.7512 15.91 12.4112 16.25 12.0012 16.25Z\" fill=\"\"/>\n<path d=\"M8.50977 22.74C8.09977 22.74 7.75977 22.4 7.75977 21.99V2.02002C7.75977 1.61002 8.09977 1.27002 8.50977 1.27002C8.91977 1.27002 9.25977 1.61002 9.25977 2.02002V21.99C9.25977 22.4 8.92977 22.74 8.50977 22.74Z\" fill=\"\"/>\n<path d=\"M15.5098 12.74C15.0998 12.74 14.7598 12.4 14.7598 11.99V2.02002C14.7598 1.61002 15.0998 1.27002 15.5098 1.27002C15.9198 1.27002 16.2598 1.61002 16.2598 2.02002V11.99C16.2598 12.4 15.9298 12.74 15.5098 12.74Z\" fill=\"\"/>\n<path d=\"M14.7611 22.7502C14.3411 22.7502 13.9611 22.6001 13.6811 22.3201C13.3411 21.9901 13.1911 21.5002 13.2711 20.9902L13.5011 19.4002C13.5511 19.0202 13.7811 18.5602 14.0611 18.2802L18.2111 14.1302C18.7511 13.5902 19.2811 13.3102 19.8411 13.2502C20.5311 13.1802 21.2211 13.4802 21.8711 14.1302C22.5211 14.7802 22.8211 15.4602 22.7511 16.1602C22.7011 16.7202 22.4111 17.2502 21.8711 17.7902L17.721 21.9401C17.451 22.2101 16.991 22.4402 16.601 22.5002L15.0211 22.7302C14.9311 22.7402 14.8411 22.7502 14.7611 22.7502ZM20.0211 14.7502C20.0111 14.7502 19.991 14.7502 19.981 14.7502C19.781 14.7702 19.5411 14.9201 19.2611 15.2001L15.1111 19.3502C15.0611 19.4002 14.991 19.5502 14.981 19.6202L14.7511 21.2101L16.3811 21.0302C16.4511 21.0202 16.6011 20.9402 16.6511 20.9002L20.8011 16.7502C21.0811 16.4702 21.2311 16.2302 21.2511 16.0302C21.2711 15.8002 21.1211 15.5301 20.8011 15.2101C20.5011 14.9001 20.2411 14.7502 20.0211 14.7502Z\" fill=\"\"/>\n<path d=\"M20.74 18.6101C20.67 18.6101 20.61 18.6001 20.54 18.5801C19.04 18.1601 17.84 16.9601 17.42 15.4601C17.31 15.0601 17.5401 14.6502 17.9401 14.5402C18.3501 14.4302 18.75 14.6602 18.86 15.0602C19.14 16.0602 19.9401 16.8601 20.9401 17.1401C21.3401 17.2501 21.5701 17.6702 21.4601 18.0602C21.3701 18.4002 21.06 18.6101 20.74 18.6101Z\" fill=\"\"/>\n</svg>\n</li><li title=\"grid eraser \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V11C22.75 11.41 22.41 11.75 22 11.75C21.59 11.75 21.25 11.41 21.25 11V9C21.25 4.39 19.61 2.75 15 2.75H9C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H10C10.41 21.25 10.75 21.59 10.75 22C10.75 22.41 10.41 22.75 10 22.75Z\" fill=\"\"/>\n<path d=\"M22.0013 9.25H2.03125C1.62125 9.25 1.28125 8.91 1.28125 8.5C1.28125 8.09 1.62125 7.75 2.03125 7.75H22.0013C22.4113 7.75 22.7513 8.09 22.7513 8.5C22.7513 8.91 22.4113 9.25 22.0013 9.25Z\" fill=\"\"/>\n<path d=\"M12.0013 16.25H2.03125C1.62125 16.25 1.28125 15.91 1.28125 15.5C1.28125 15.09 1.62125 14.75 2.03125 14.75H12.0013C12.4113 14.75 12.7513 15.09 12.7513 15.5C12.7513 15.91 12.4113 16.25 12.0013 16.25Z\" fill=\"\"/>\n<path d=\"M8.50977 22.74C8.09977 22.74 7.75977 22.4 7.75977 21.99V2.02002C7.75977 1.61002 8.09977 1.27002 8.50977 1.27002C8.91977 1.27002 9.25977 1.61002 9.25977 2.02002V21.99C9.25977 22.4 8.92977 22.74 8.50977 22.74Z\" fill=\"\"/>\n<path d=\"M15.5098 12.74C15.0998 12.74 14.7598 12.4 14.7598 11.99V2.02002C14.7598 1.61002 15.0998 1.27002 15.5098 1.27002C15.9198 1.27002 16.2598 1.61002 16.2598 2.02002V11.99C16.2598 12.4 15.9298 12.74 15.5098 12.74Z\" fill=\"\"/>\n<path d=\"M15.9492 22.7501C15.4092 22.7501 14.8792 22.5501 14.4592 22.1401L12.8692 20.5401C12.0592 19.7301 12.0592 18.4 12.8692 17.57L14.7792 15.6701C15.0692 15.3801 15.5492 15.3801 15.8392 15.6701L19.3392 19.1701C19.4792 19.3101 19.5592 19.5 19.5592 19.7C19.5592 19.9 19.4792 20.0901 19.3392 20.2301L17.4392 22.1301C17.0192 22.5401 16.4892 22.7501 15.9492 22.7501ZM15.2992 17.2701L13.9292 18.6401C13.6992 18.8701 13.6992 19.2601 13.9292 19.4901L15.5092 21.08C15.7392 21.31 16.1292 21.31 16.3592 21.08L17.7392 19.7101L15.2992 17.2701Z\" fill=\"\"/>\n<path d=\"M18.8002 20.4498C18.6002 20.4498 18.4102 20.3699 18.2702 20.2299L14.7702 16.7299C14.4802 16.4399 14.4802 15.9599 14.7702 15.6699L17.5802 12.8499C18.4002 12.0299 19.7402 12.0299 20.5602 12.8499L22.1403 14.4398C22.5303 14.8298 22.7502 15.3599 22.7502 15.9299C22.7502 16.4999 22.5303 17.0199 22.1403 17.4199L19.3402 20.2299C19.1902 20.3799 19.0002 20.4498 18.8002 20.4498ZM16.3702 16.2098L18.8102 18.6499L21.0802 16.3699C21.1902 16.2599 21.2502 16.1098 21.2502 15.9398C21.2502 15.7798 21.1902 15.6199 21.0802 15.5099L19.5002 13.9199C19.2702 13.6899 18.8802 13.6899 18.6502 13.9199L16.3702 16.2098Z\" fill=\"\"/>\n</svg>\n</li><li title=\"grid lock \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V11C22.75 11.41 22.41 11.75 22 11.75C21.59 11.75 21.25 11.41 21.25 11V9C21.25 4.39 19.61 2.75 15 2.75H9C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H10C10.41 21.25 10.75 21.59 10.75 22C10.75 22.41 10.41 22.75 10 22.75Z\" fill=\"\"/>\n<path d=\"M22.0013 9.25H2.03125C1.62125 9.25 1.28125 8.91 1.28125 8.5C1.28125 8.09 1.62125 7.75 2.03125 7.75H22.0013C22.4113 7.75 22.7513 8.09 22.7513 8.5C22.7513 8.91 22.4113 9.25 22.0013 9.25Z\" fill=\"\"/>\n<path d=\"M12.0013 16.25H2.03125C1.62125 16.25 1.28125 15.91 1.28125 15.5C1.28125 15.09 1.62125 14.75 2.03125 14.75H12.0013C12.4113 14.75 12.7513 15.09 12.7513 15.5C12.7513 15.91 12.4113 16.25 12.0013 16.25Z\" fill=\"\"/>\n<path d=\"M8.50977 22.74C8.09977 22.74 7.75977 22.4 7.75977 21.99V2.02002C7.75977 1.61002 8.09977 1.27002 8.50977 1.27002C8.91977 1.27002 9.25977 1.61002 9.25977 2.02002V21.99C9.25977 22.4 8.92977 22.74 8.50977 22.74Z\" fill=\"\"/>\n<path d=\"M15.5098 12.74C15.0998 12.74 14.7598 12.4 14.7598 11.99V2.02002C14.7598 1.61002 15.0998 1.27002 15.5098 1.27002C15.9198 1.27002 16.2598 1.61002 16.2598 2.02002V11.99C16.2598 12.4 15.9298 12.74 15.5098 12.74Z\" fill=\"\"/>\n<path d=\"M20.3996 17.95C19.9896 17.95 19.6496 17.61 19.6496 17.2V16.4C19.6496 15.28 19.3996 14.75 17.9996 14.75C16.5996 14.75 16.3496 15.28 16.3496 16.4V17.2C16.3496 17.61 16.0096 17.95 15.5996 17.95C15.1896 17.95 14.8496 17.61 14.8496 17.2V16.4C14.8496 14.31 15.9096 13.25 17.9996 13.25C20.0896 13.25 21.1496 14.31 21.1496 16.4V17.2C21.1496 17.61 20.8096 17.95 20.3996 17.95Z\" fill=\"\"/>\n<path d=\"M20 22.7502H16C14 22.7502 13.25 22.0002 13.25 20.0002V19.2002C13.25 17.2002 14 16.4502 16 16.4502H20C22 16.4502 22.75 17.2002 22.75 19.2002V20.0002C22.75 22.0002 22 22.7502 20 22.7502ZM16 17.9502C14.81 17.9502 14.75 18.0102 14.75 19.2002V20.0002C14.75 21.1802 14.82 21.2502 16 21.2502H20C21.18 21.2502 21.25 21.1802 21.25 20.0002V19.2002C21.25 18.0102 21.19 17.9502 20 17.9502H16Z\" fill=\"\"/>\n</svg>\n</li><li title=\"happyemoji \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9707 22.75C6.0507 22.75 1.2207 17.93 1.2207 12C1.2207 6.07 6.0507 1.25 11.9707 1.25C17.8907 1.25 22.7207 6.07 22.7207 12C22.7207 17.93 17.9007 22.75 11.9707 22.75ZM11.9707 2.75C6.8707 2.75 2.7207 6.9 2.7207 12C2.7207 17.1 6.8707 21.25 11.9707 21.25C17.0707 21.25 21.2207 17.1 21.2207 12C21.2207 6.9 17.0707 2.75 11.9707 2.75Z\" fill=\"\"/>\n<path d=\"M11.9999 19.2499C9.84988 19.2499 7.82988 18.1999 6.59988 16.4299C6.35988 16.0899 6.44988 15.6199 6.78988 15.3899C7.12988 15.1499 7.59988 15.2399 7.82988 15.5799C8.77988 16.9399 10.3399 17.7599 11.9999 17.7599C13.6599 17.7599 15.2199 16.9499 16.1699 15.5799C16.4099 15.2399 16.8699 15.1599 17.2099 15.3899C17.5499 15.6299 17.6299 16.0899 17.3999 16.4299C16.1699 18.1999 14.1499 19.2499 11.9999 19.2499Z\" fill=\"\"/>\n</svg>\n</li><li title=\"hashtag 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n<path d=\"M14 17.75H10C7.93 17.75 6.25 16.07 6.25 14V10C6.25 7.93 7.93 6.25 10 6.25H14C16.07 6.25 17.75 7.93 17.75 10V14C17.75 16.07 16.07 17.75 14 17.75ZM10 7.75C8.76 7.75 7.75 8.76 7.75 10V14C7.75 15.24 8.76 16.25 10 16.25H14C15.24 16.25 16.25 15.24 16.25 14V10C16.25 8.76 15.24 7.75 14 7.75H10Z\" fill=\"\"/>\n<path d=\"M12 17.75C11.59 17.75 11.25 17.41 11.25 17V7C11.25 6.59 11.59 6.25 12 6.25C12.41 6.25 12.75 6.59 12.75 7V17C12.75 17.41 12.41 17.75 12 17.75Z\" fill=\"\"/>\n<path d=\"M17 12.75H7C6.59 12.75 6.25 12.41 6.25 12C6.25 11.59 6.59 11.25 7 11.25H17C17.41 11.25 17.75 11.59 17.75 12C17.75 12.41 17.41 12.75 17 12.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"hashtag down \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V13C22.75 13.41 22.41 13.75 22 13.75C21.59 13.75 21.25 13.41 21.25 13V9C21.25 4.39 19.61 2.75 15 2.75H9C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H14C14.41 21.25 14.75 21.59 14.75 22C14.75 22.41 14.41 22.75 14 22.75Z\" fill=\"\"/>\n<path d=\"M19 22.75C18.9 22.75 18.81 22.73 18.71 22.69C18.43 22.57 18.25 22.3 18.25 22V16C18.25 15.59 18.59 15.25 19 15.25C19.41 15.25 19.75 15.59 19.75 16V20.19L20.47 19.47C20.76 19.18 21.24 19.18 21.53 19.47C21.82 19.76 21.82 20.24 21.53 20.53L19.53 22.53C19.39 22.67 19.19 22.75 19 22.75Z\" fill=\"\"/>\n<path d=\"M18.9995 22.7499C18.8095 22.7499 18.6195 22.6799 18.4695 22.5299L16.4695 20.5299C16.1795 20.2399 16.1795 19.7599 16.4695 19.4699C16.7595 19.1799 17.2395 19.1799 17.5295 19.4699L19.5295 21.4699C19.8195 21.7599 19.8195 22.2399 19.5295 22.5299C19.3795 22.6799 19.1895 22.7499 18.9995 22.7499Z\" fill=\"\"/>\n<path d=\"M8.89974 16.4901C8.86974 16.4901 8.83974 16.4901 8.81974 16.4901C8.40974 16.4401 8.10974 16.0701 8.15974 15.6601L9.19974 6.1801C9.24974 5.7701 9.60974 5.4701 10.0297 5.5201C10.4397 5.5701 10.7397 5.9401 10.6897 6.3501L9.63975 15.8201C9.59975 16.2001 9.26974 16.4901 8.89974 16.4901Z\" fill=\"\"/>\n<path d=\"M12.0501 16.4899C12.0201 16.4899 11.9901 16.4899 11.9701 16.4899C11.5601 16.4399 11.2601 16.0699 11.3101 15.6599L12.3601 6.18986C12.4101 5.77986 12.7801 5.47986 13.1901 5.52986C13.6001 5.57986 13.9001 5.94986 13.8501 6.35986L12.8001 15.8299C12.7601 16.1999 12.4301 16.4899 12.0501 16.4899Z\" fill=\"\"/>\n<path d=\"M15.9993 10.1699H6.5293C6.1193 10.1699 5.7793 9.82992 5.7793 9.41992C5.7793 9.00992 6.1193 8.66992 6.5293 8.66992H15.9993C16.4093 8.66992 16.7493 9.00992 16.7493 9.41992C16.7493 9.82992 16.4093 10.1699 15.9993 10.1699Z\" fill=\"\"/>\n<path d=\"M15.47 13.3301H6C5.59 13.3301 5.25 12.9901 5.25 12.5801C5.25 12.1701 5.59 11.8301 6 11.8301H15.47C15.88 11.8301 16.22 12.1701 16.22 12.5801C16.22 12.9901 15.89 13.3301 15.47 13.3301Z\" fill=\"\"/>\n</svg>\n</li><li title=\"hashtag up \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V13C22.75 13.41 22.41 13.75 22 13.75C21.59 13.75 21.25 13.41 21.25 13V9C21.25 4.39 19.61 2.75 15 2.75H9C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C15.41 21.25 15.75 21.59 15.75 22C15.75 22.41 15.41 22.75 15 22.75Z\" fill=\"\"/>\n<path d=\"M18.9995 22.75C18.5895 22.75 18.2495 22.41 18.2495 22V17.81L17.5295 18.53C17.2395 18.82 16.7595 18.82 16.4695 18.53C16.1795 18.24 16.1795 17.76 16.4695 17.47L18.4695 15.47C18.6795 15.26 19.0095 15.19 19.2895 15.31C19.5695 15.43 19.7495 15.7 19.7495 16V22C19.7495 22.41 19.4095 22.75 18.9995 22.75Z\" fill=\"\"/>\n<path d=\"M20.9995 18.7499C20.8095 18.7499 20.6195 18.6799 20.4695 18.5299L18.4695 16.5299C18.1795 16.2399 18.1795 15.7599 18.4695 15.4699C18.7595 15.1799 19.2395 15.1799 19.5295 15.4699L21.5295 17.4699C21.8195 17.7599 21.8195 18.2399 21.5295 18.5299C21.3795 18.6799 21.1895 18.7499 20.9995 18.7499Z\" fill=\"\"/>\n<path d=\"M8.89974 16.4901C8.86974 16.4901 8.83974 16.4901 8.81974 16.4901C8.40974 16.4401 8.10974 16.0701 8.15974 15.6601L9.19974 6.1801C9.24974 5.7701 9.61974 5.4701 10.0297 5.5201C10.4397 5.5701 10.7397 5.9401 10.6897 6.3501L9.63975 15.8201C9.59975 16.2001 9.26974 16.4901 8.89974 16.4901Z\" fill=\"\"/>\n<path d=\"M12.0501 16.4899C12.0201 16.4899 11.9901 16.4899 11.9701 16.4899C11.5601 16.4399 11.2601 16.0699 11.3101 15.6599L12.3601 6.18986C12.4101 5.77986 12.7801 5.47986 13.1901 5.52986C13.6001 5.57986 13.9001 5.94986 13.8501 6.35986L12.8001 15.8299C12.7601 16.1999 12.4301 16.4899 12.0501 16.4899Z\" fill=\"\"/>\n<path d=\"M15.9993 10.1699H6.5293C6.1193 10.1699 5.7793 9.82992 5.7793 9.41992C5.7793 9.00992 6.1193 8.66992 6.5293 8.66992H15.9993C16.4093 8.66992 16.7493 9.00992 16.7493 9.41992C16.7493 9.82992 16.4093 10.1699 15.9993 10.1699Z\" fill=\"\"/>\n<path d=\"M15.47 13.3301H6C5.59 13.3301 5.25 12.9901 5.25 12.5801C5.25 12.1701 5.59 11.8301 6 11.8301H15.47C15.88 11.8301 16.22 12.1701 16.22 12.5801C16.22 12.9901 15.89 13.3301 15.47 13.3301Z\" fill=\"\"/>\n</svg>\n</li><li title=\"hashtag \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.99935 21.75C7.96935 21.75 7.93935 21.75 7.91935 21.75C7.50935 21.7 7.20935 21.33 7.25935 20.92L9.25935 2.92003C9.30935 2.51003 9.67935 2.22003 10.0894 2.26003C10.4994 2.31003 10.7994 2.68003 10.7494 3.09003L8.74935 21.09C8.69935 21.47 8.37935 21.75 7.99935 21.75Z\" fill=\"\"/>\n<path d=\"M13.9994 21.75C13.9694 21.75 13.9394 21.75 13.9194 21.75C13.5094 21.7 13.2094 21.33 13.2594 20.92L15.2594 2.92003C15.3094 2.51003 15.6694 2.22003 16.0894 2.26003C16.4994 2.31003 16.7994 2.68003 16.7494 3.09003L14.7494 21.09C14.6994 21.47 14.3794 21.75 13.9994 21.75Z\" fill=\"\"/>\n<path d=\"M21.5 9.75H3.5C3.09 9.75 2.75 9.41 2.75 9C2.75 8.59 3.09 8.25 3.5 8.25H21.5C21.91 8.25 22.25 8.59 22.25 9C22.25 9.41 21.91 9.75 21.5 9.75Z\" fill=\"\"/>\n<path d=\"M20.5 15.75H2.5C2.09 15.75 1.75 15.41 1.75 15C1.75 14.59 2.09 14.25 2.5 14.25H20.5C20.91 14.25 21.25 14.59 21.25 15C21.25 15.41 20.91 15.75 20.5 15.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"headphone \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.56971 22.7001C3.22971 22.7001 1.24971 20.72 1.24971 18.38V12.22C1.19971 9.30005 2.27971 6.55005 4.29971 4.49005C6.31971 2.44005 9.02971 1.30005 11.9497 1.30005C17.9097 1.30005 22.7497 6.15005 22.7497 12.1V18.26C22.7497 20.64 20.8097 22.58 18.4297 22.58C16.0897 22.58 14.1097 20.6 14.1097 18.26V15.45C14.1097 14 15.2497 12.86 16.6997 12.86C18.1497 12.86 19.2897 14 19.2897 15.45V18.48C19.2897 18.89 18.9497 19.23 18.5397 19.23C18.1297 19.23 17.7897 18.89 17.7897 18.48V15.45C17.7897 14.77 17.2397 14.36 16.6997 14.36C16.0197 14.36 15.6097 14.91 15.6097 15.45V18.26C15.6097 19.7901 16.8997 21.08 18.4297 21.08C19.9597 21.08 21.2497 19.7901 21.2497 18.26V12.1C21.2497 6.97005 17.0797 2.80005 11.9497 2.80005C9.43971 2.80005 7.10971 3.77005 5.36971 5.54005C3.62971 7.31005 2.69971 9.68005 2.74971 12.2V18.38C2.74971 19.91 4.03971 21.2001 5.56971 21.2001C7.09971 21.2001 8.38971 19.91 8.38971 18.38V15.57C8.38971 14.89 7.83971 14.48 7.29971 14.48C6.61971 14.48 6.20971 15.03 6.20971 15.57V18.49C6.20971 18.9 5.86971 19.24 5.45971 19.24C5.04971 19.24 4.70971 18.9 4.70971 18.49V15.57C4.70971 14.12 5.84971 12.98 7.29971 12.98C8.74971 12.98 9.88971 14.12 9.88971 15.57V18.38C9.88971 20.72 7.90971 22.7001 5.56971 22.7001Z\" fill=\"\"/>\n</svg>\n</li><li title=\"headphones \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.5 12.75C8.09 12.75 7.75 12.41 7.75 12V7.21997C7.75 6.80997 8.09 6.46997 8.5 6.46997C8.91 6.46997 9.25 6.80997 9.25 7.21997V12C9.25 12.41 8.91 12.75 8.5 12.75Z\" fill=\"\"/>\n<path d=\"M8.5 22.75C8.09 22.75 7.75 22.41 7.75 22V19C7.75 18.59 8.09 18.25 8.5 18.25C8.91 18.25 9.25 18.59 9.25 19V22C9.25 22.41 8.91 22.75 8.5 22.75Z\" fill=\"\"/>\n<path d=\"M15.5 22.75C15.09 22.75 14.75 22.41 14.75 22V7.21997C14.75 6.80997 15.09 6.46997 15.5 6.46997C15.91 6.46997 16.25 6.80997 16.25 7.21997V22C16.25 22.41 15.91 22.75 15.5 22.75Z\" fill=\"\"/>\n<path d=\"M8.29942 7.84998H6.04942C5.75942 7.84998 5.50944 7.68999 5.37944 7.42999C5.24944 7.16999 5.27945 6.87001 5.44945 6.64001C5.63945 6.39001 5.74943 6.06999 5.74943 5.73999V4.84003C5.74943 4.52003 5.63945 4.2 5.44945 3.94C5.27945 3.71 5.24944 3.41002 5.37944 3.15002C5.50944 2.90002 5.76942 2.72998 6.04942 2.72998H8.29942C9.70942 2.72998 10.8494 3.87003 10.8494 5.28003C10.8494 5.97003 10.5794 6.61003 10.0894 7.09003C9.62943 7.58003 8.98942 7.84998 8.29942 7.84998ZM7.18944 6.34998H8.29942C8.57942 6.34998 8.83943 6.23999 9.02943 6.04999C9.23943 5.84999 9.34944 5.58999 9.34944 5.29999C9.34944 4.71999 8.87942 4.25 8.29942 4.25H7.18944C7.22944 4.45 7.24943 4.64998 7.24943 4.84998V5.75C7.24943 5.95 7.22944 6.14998 7.18944 6.34998Z\" fill=\"\"/>\n<path d=\"M4.24976 8.75012C3.58976 8.75012 2.70976 8.54009 1.78976 7.72009C1.47976 7.44009 1.25977 6.94012 1.25977 6.50012V4.1601C1.25977 3.7701 1.43977 3.3101 1.69977 3.0401C2.62977 2.0701 3.58977 1.8601 4.22977 1.8501C4.23977 1.8501 4.24977 1.8501 4.25977 1.8501C5.04977 1.8501 5.82976 2.1701 6.37976 2.7301C6.47976 2.8301 6.57977 2.95013 6.66977 3.07013C7.03977 3.56013 7.24976 4.2001 7.24976 4.8501V5.75012C7.24976 6.40012 7.03975 7.04011 6.64975 7.55011C6.14975 8.22011 5.37974 8.6501 4.54974 8.7301C4.45974 8.7401 4.34976 8.75012 4.24976 8.75012ZM4.24976 3.3501C4.23976 3.3501 4.23977 3.3501 4.22977 3.3501C3.71977 3.3601 3.21974 3.61014 2.76974 4.08014C2.76974 4.08014 2.74976 4.15011 2.74976 4.18011V6.51013C2.74976 6.53013 2.77974 6.60013 2.79974 6.63013C3.30974 7.08013 3.86975 7.31012 4.39975 7.25012C4.81975 7.21012 5.18977 7.0001 5.44977 6.6601C5.63977 6.4101 5.74976 6.09013 5.74976 5.76013V4.86011C5.74976 4.54011 5.63977 4.22014 5.44977 3.96014C5.39977 3.88014 5.34975 3.8401 5.30975 3.7901C5.02975 3.5101 4.64976 3.3501 4.24976 3.3501Z\" fill=\"\"/>\n<path d=\"M17.9504 7.84998H15.7004C15.0104 7.84998 14.3704 7.58003 13.8904 7.09003C13.4204 6.63003 13.1504 5.98999 13.1504 5.29999C13.1504 3.88999 14.2904 2.75 15.7004 2.75H17.9504C18.2304 2.75 18.4904 2.90998 18.6204 3.16998C18.7504 3.41998 18.7204 3.73002 18.5504 3.96002C18.3604 4.21002 18.2504 4.52999 18.2504 4.85999V5.76001C18.2504 6.09001 18.3604 6.39997 18.5504 6.65997C18.7204 6.88997 18.7504 7.19001 18.6204 7.45001C18.5004 7.69001 18.2404 7.84998 17.9504 7.84998ZM15.7004 4.25C15.1204 4.25 14.6504 4.71999 14.6504 5.29999C14.6504 5.57999 14.7604 5.84003 14.9504 6.03003C15.1504 6.24003 15.4104 6.34998 15.7004 6.34998H16.8104C16.7704 6.14998 16.7504 5.95 16.7504 5.75V4.84998C16.7504 4.64998 16.7704 4.45 16.8104 4.25H15.7004Z\" fill=\"\"/>\n<path d=\"M19.7502 8.74988C19.6402 8.74988 19.5402 8.73987 19.4402 8.73987C18.6102 8.65987 17.8502 8.22988 17.3402 7.55988C16.9502 7.04988 16.7402 6.40989 16.7402 5.75989V4.85986C16.7402 4.20986 16.9502 3.56988 17.3402 3.05988C17.4102 2.95988 17.5102 2.83987 17.6102 2.73987C18.1702 2.17987 18.9403 1.85986 19.7303 1.85986C19.7403 1.85986 19.7503 1.85986 19.7603 1.85986C20.4003 1.86986 21.3603 2.07987 22.2903 3.04987C22.5503 3.31987 22.7303 3.77986 22.7303 4.16986V6.50989C22.7303 6.94989 22.5103 7.44985 22.2003 7.71985C21.2903 8.53985 20.4102 8.74988 19.7502 8.74988ZM19.7502 3.34985C19.3502 3.34985 18.9602 3.50986 18.6902 3.78986C18.6502 3.82986 18.6103 3.87987 18.5703 3.92987C18.3603 4.20987 18.2502 4.52985 18.2502 4.84985V5.74988C18.2502 6.07988 18.3602 6.3899 18.5502 6.6499C18.8102 6.9899 19.1803 7.19988 19.6003 7.24988C20.1303 7.30988 20.6903 7.07986 21.2303 6.60986C21.2303 6.60986 21.2503 6.53989 21.2603 6.50989V4.17987C21.2603 4.15987 21.2302 4.08989 21.2202 4.06989C20.7902 3.61989 20.2902 3.36987 19.7802 3.36987C19.7602 3.34987 19.7602 3.34985 19.7502 3.34985Z\" fill=\"\"/>\n<path d=\"M8.5 19.75C7.26 19.75 6.25 18.74 6.25 17.5V13.5C6.25 12.26 7.26 11.25 8.5 11.25C9.74 11.25 10.75 12.26 10.75 13.5V17.5C10.75 18.74 9.74 19.75 8.5 19.75ZM8.5 12.75C8.09 12.75 7.75 13.09 7.75 13.5V17.5C7.75 17.91 8.09 18.25 8.5 18.25C8.91 18.25 9.25 17.91 9.25 17.5V13.5C9.25 13.09 8.91 12.75 8.5 12.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"health \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.9697 22.75H8.96973C3.53973 22.75 1.21973 20.43 1.21973 15V9C1.21973 3.57 3.53973 1.25 8.96973 1.25H14.9697C20.3997 1.25 22.7197 3.57 22.7197 9V15C22.7197 20.43 20.4097 22.75 14.9697 22.75ZM8.96973 2.75C4.35973 2.75 2.71973 4.39 2.71973 9V15C2.71973 19.61 4.35973 21.25 8.96973 21.25H14.9697C19.5797 21.25 21.2197 19.61 21.2197 15V9C21.2197 4.39 19.5797 2.75 14.9697 2.75H8.96973Z\" fill=\"\"/>\n<path d=\"M11.4502 18.0599C11.2102 18.0599 10.6302 17.9699 10.2902 17.0999L9.15023 14.2199C8.99023 13.8099 8.42023 13.4299 7.99023 13.4299L1.99023 13.4499C1.58023 13.4499 1.24023 13.1199 1.24023 12.6999C1.24023 12.2899 1.57023 11.9499 1.99023 11.9499L7.99023 11.9299H8.00023C9.05023 11.9299 10.1702 12.6899 10.5602 13.6699L11.4702 15.9699L13.5302 10.7499C13.8402 9.96989 14.3902 9.85989 14.6202 9.83989C14.8502 9.82989 15.4102 9.87989 15.8002 10.6199L16.8402 12.5899C17.0202 12.9299 17.5602 13.2599 17.9502 13.2599H22.0102C22.4202 13.2599 22.7602 13.5999 22.7602 14.0099C22.7602 14.4199 22.4202 14.7599 22.0102 14.7599H17.9502C17.0002 14.7599 15.9602 14.1299 15.5202 13.2899L14.7402 11.8099L12.6402 17.0999C12.2702 17.9599 11.6802 18.0599 11.4502 18.0599Z\" fill=\"\"/>\n</svg>\n</li><li title=\"heart add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.2004 22.7499C14.1404 22.7499 11.6504 20.2599 11.6504 17.1999C11.6504 14.1399 14.1404 11.6499 17.2004 11.6499C20.2604 11.6499 22.7504 14.1399 22.7504 17.1999C22.7504 20.2599 20.2604 22.7499 17.2004 22.7499ZM17.2004 13.1499C14.9704 13.1499 13.1504 14.9699 13.1504 17.1999C13.1504 19.4299 14.9704 21.2499 17.2004 21.2499C19.4304 21.2499 21.2504 19.4299 21.2504 17.1999C21.2504 14.9699 19.4304 13.1499 17.2004 13.1499Z\" fill=\"\"/>\n<path d=\"M18.9904 18.01H15.4004C14.9904 18.01 14.6504 17.67 14.6504 17.26C14.6504 16.85 14.9904 16.51 15.4004 16.51H18.9904C19.4004 16.51 19.7404 16.85 19.7404 17.26C19.7404 17.67 19.4104 18.01 18.9904 18.01Z\" fill=\"\"/>\n<path d=\"M17.1992 19.85C16.7892 19.85 16.4492 19.51 16.4492 19.1V15.51C16.4492 15.1 16.7892 14.76 17.1992 14.76C17.6092 14.76 17.9492 15.1 17.9492 15.51V19.1C17.9492 19.51 17.6092 19.85 17.1992 19.85Z\" fill=\"\"/>\n<path d=\"M12 21.6501C11.69 21.6501 11.38 21.6101 11.13 21.5201C8.57 20.6501 1.25 16.4101 1.25 8.69012C1.25 5.19012 4.08 2.3501 7.56 2.3501C9.23 2.3501 10.83 3.02012 12 4.19012C13.17 3.02012 14.78 2.3501 16.44 2.3501C19.92 2.3501 22.75 5.19012 22.75 8.69012C22.75 10.6401 22.28 12.5101 21.35 14.2601C21.24 14.4701 21.03 14.6201 20.79 14.6501C20.54 14.6801 20.31 14.6001 20.14 14.4201C19.36 13.6001 18.31 13.1401 17.19 13.1401C14.96 13.1401 13.14 14.9601 13.14 17.1901C13.14 18.1801 13.51 19.1401 14.18 19.8901C14.34 20.0701 14.4 20.3101 14.35 20.5401C14.3 20.7701 14.14 20.9701 13.93 21.0701C13.53 21.2501 13.17 21.4001 12.84 21.5101C12.61 21.6101 12.31 21.6501 12 21.6501ZM7.56 3.8501C4.91 3.8501 2.75 6.02012 2.75 8.69012C2.75 15.5301 9.31999 19.3101 11.62 20.1001C11.8 20.1701 12.19 20.1601 12.37 20.1001C12.4 20.0901 12.43 20.0801 12.46 20.0701C11.94 19.2101 11.65 18.2201 11.65 17.2001C11.65 14.1401 14.14 11.6501 17.2 11.6501C18.38 11.6501 19.5 12.0201 20.44 12.6901C20.98 11.4101 21.25 10.0701 21.25 8.69012C21.25 6.02012 19.09 3.8501 16.44 3.8501C14.94 3.8501 13.5 4.57015 12.6 5.78015C12.32 6.16015 11.68 6.16015 11.4 5.78015C10.5 4.57015 9.06 3.8501 7.56 3.8501Z\" fill=\"\"/>\n</svg>\n</li><li title=\"heart circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z\" fill=\"\"/>\n<path d=\"M11.9994 18.2501C11.7894 18.2501 11.5894 18.2201 11.4194 18.1601C9.26937 17.4301 5.85938 14.8101 5.85938 10.9101C5.85938 8.83013 7.53938 7.14014 9.60938 7.14014C10.5094 7.14014 11.3394 7.45013 12.0094 8.01013C12.6794 7.45013 13.5194 7.14014 14.3994 7.14014C16.4694 7.14014 18.1494 8.83013 18.1494 10.9101C18.1494 14.8001 14.7394 17.4201 12.5794 18.1601C12.4094 18.2201 12.1994 18.2501 11.9994 18.2501ZM9.59938 8.65012C8.35938 8.65012 7.34938 9.67014 7.34938 10.9201C7.34938 14.4101 10.7194 16.3501 11.8994 16.7501C11.9394 16.7601 12.0394 16.7601 12.0794 16.7501C13.2594 16.3501 16.6294 14.4101 16.6294 10.9201C16.6294 9.67014 15.6194 8.65012 14.3794 8.65012C13.6794 8.65012 13.0094 8.99012 12.5894 9.56012C12.3094 9.94012 11.6694 9.94012 11.3894 9.56012C10.9694 8.98012 10.3194 8.65012 9.59938 8.65012Z\" fill=\"\"/>\n</svg>\n</li><li title=\"heart edit \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 21.6501C11.78 21.6501 11.45 21.6301 11.14 21.5201C7.32 20.2101 1.25 15.5701 1.25 8.69012C1.25 5.19012 4.08 2.3501 7.56 2.3501C9.25 2.3501 10.83 3.01012 12 4.19012C13.17 3.01012 14.75 2.3501 16.44 2.3501C19.92 2.3501 22.75 5.19012 22.75 8.69012C22.75 9.90012 22.57 11.0901 22.21 12.2301C22.09 12.6201 21.66 12.8501 21.27 12.7201C20.87 12.6001 20.66 12.1702 20.78 11.7802C21.09 10.7902 21.25 9.75013 21.25 8.70013C21.25 6.03013 19.09 3.86011 16.44 3.86011C14.92 3.86011 13.51 4.5701 12.6 5.7901C12.32 6.1701 11.68 6.1701 11.4 5.7901C10.48 4.5601 9.08 3.86011 7.56 3.86011C4.91 3.86011 2.75 6.03013 2.75 8.70013C2.75 15.5401 9.32 19.3301 11.63 20.1201C11.69 20.1401 11.83 20.1701 12 20.1701C12.41 20.1701 12.75 20.5101 12.75 20.9201C12.75 21.3301 12.41 21.6501 12 21.6501Z\" fill=\"\"/>\n<path d=\"M15.8196 22.7501C15.4396 22.7501 15.0796 22.6101 14.8196 22.3501C14.5096 22.0401 14.3696 21.5901 14.4396 21.1201L14.6296 19.7701C14.6796 19.4201 14.8896 19.0001 15.1396 18.7501L18.6796 15.2101C19.1596 14.7301 19.6296 14.4801 20.1396 14.4301C20.7696 14.3701 21.3796 14.6301 21.9596 15.2101C22.5396 15.7901 22.7996 16.4001 22.7396 17.0301C22.6896 17.5301 22.4296 18.0101 21.9596 18.4901L18.4196 22.0301C18.1696 22.2801 17.7596 22.4901 17.4096 22.5401L16.0596 22.7301C15.9696 22.7401 15.8996 22.7501 15.8196 22.7501ZM20.3096 15.9201C20.2996 15.9201 20.2896 15.9201 20.2796 15.9201C20.1396 15.9301 19.9496 16.0501 19.7396 16.2701L16.1996 19.8101C16.1696 19.8401 16.1196 19.9401 16.1196 19.9801L15.9396 21.2301L17.1896 21.0501C17.2296 21.0401 17.3296 20.9901 17.3596 20.9601L20.8996 17.4201C21.1096 17.2101 21.2396 17.0201 21.2496 16.8801C21.2696 16.6801 21.0696 16.4401 20.8996 16.2701C20.7396 16.1101 20.5096 15.9201 20.3096 15.9201Z\" fill=\"\"/>\n<path d=\"M20.9206 19.2201C20.8506 19.2201 20.7806 19.2101 20.7206 19.1901C19.4006 18.8201 18.3506 17.7701 17.9806 16.4501C17.8706 16.0501 18.1006 15.6401 18.5006 15.5301C18.9006 15.4201 19.3106 15.6501 19.4306 16.0501C19.6606 16.8701 20.3106 17.5201 21.1306 17.7501C21.5306 17.8601 21.7606 18.2801 21.6506 18.6701C21.5506 19.0001 21.2506 19.2201 20.9206 19.2201Z\" fill=\"\"/>\n</svg>\n</li><li title=\"heart remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.2004 22.7499C15.6304 22.7499 14.1304 22.0799 13.0704 20.8999C12.1504 19.8699 11.6504 18.5599 11.6504 17.1999C11.6504 14.1399 14.1404 11.6499 17.2004 11.6499C18.7404 11.6499 20.1704 12.2699 21.2404 13.3899C21.2704 13.4199 21.3004 13.4599 21.3204 13.4899C22.2604 14.5499 22.7504 15.8399 22.7504 17.1899C22.7504 20.2599 20.2604 22.7499 17.2004 22.7499ZM17.2004 13.1499C14.9704 13.1499 13.1504 14.9699 13.1504 17.1999C13.1504 18.1899 13.5204 19.1499 14.1904 19.8999C14.9604 20.7599 16.0604 21.2499 17.2004 21.2499C19.4304 21.2499 21.2504 19.4299 21.2504 17.1999C21.2504 16.1699 20.8604 15.1899 20.1404 14.4299C20.1204 14.4099 20.1004 14.3799 20.0804 14.3599C19.3104 13.5799 18.2904 13.1499 17.2004 13.1499Z\" fill=\"\"/>\n<path d=\"M18.4789 19.2899C18.2889 19.2899 18.0989 19.22 17.9489 19.07L15.4089 16.53C15.1189 16.24 15.1189 15.7599 15.4089 15.4699C15.6989 15.1799 16.1789 15.1799 16.4689 15.4699L19.0089 18.01C19.2989 18.3 19.2989 18.78 19.0089 19.07C18.8689 19.21 18.6689 19.2899 18.4789 19.2899Z\" fill=\"\"/>\n<path d=\"M15.9193 19.32C15.7293 19.32 15.5394 19.2499 15.3894 19.0999C15.0994 18.8099 15.0994 18.3299 15.3894 18.0399L17.9294 15.5C18.2194 15.21 18.6994 15.21 18.9894 15.5C19.2794 15.79 19.2794 16.27 18.9894 16.56L16.4494 19.0999C16.2994 19.2399 16.1093 19.32 15.9193 19.32Z\" fill=\"\"/>\n<path d=\"M12 21.6501C11.69 21.6501 11.38 21.6101 11.13 21.5201C8.57 20.6501 1.25 16.4101 1.25 8.69012C1.25 5.19012 4.08 2.3501 7.56 2.3501C9.23 2.3501 10.83 3.02012 12 4.19012C13.17 3.02012 14.78 2.3501 16.44 2.3501C19.92 2.3501 22.75 5.19012 22.75 8.69012C22.75 10.6401 22.28 12.5101 21.35 14.2601C21.24 14.4701 21.03 14.6201 20.79 14.6501C20.55 14.6801 20.31 14.6001 20.14 14.4201C19.36 13.6001 18.31 13.1401 17.19 13.1401C14.96 13.1401 13.14 14.9601 13.14 17.1901C13.14 18.1801 13.51 19.1401 14.18 19.8901C14.34 20.0701 14.4 20.3101 14.35 20.5401C14.3 20.7701 14.14 20.9701 13.93 21.0701C13.53 21.2501 13.17 21.4001 12.84 21.5101C12.61 21.6101 12.31 21.6501 12 21.6501ZM7.56 3.8501C4.91 3.8501 2.75 6.02012 2.75 8.69012C2.75 15.5301 9.31999 19.3101 11.62 20.1001C11.8 20.1701 12.19 20.1601 12.37 20.1001C12.4 20.0901 12.43 20.0801 12.46 20.0701C11.94 19.2101 11.65 18.2201 11.65 17.2001C11.65 14.1401 14.14 11.6501 17.2 11.6501C18.38 11.6501 19.5 12.0201 20.44 12.6901C20.98 11.4101 21.25 10.0701 21.25 8.69012C21.25 6.02012 19.09 3.8501 16.44 3.8501C14.94 3.8501 13.5 4.57015 12.6 5.78015C12.32 6.16015 11.68 6.16015 11.4 5.78015C10.5 4.57015 9.06 3.8501 7.56 3.8501Z\" fill=\"\"/>\n</svg>\n</li><li title=\"heart search \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 21.6501C11.78 21.6501 11.45 21.6301 11.14 21.5201C7.32 20.2101 1.25 15.5701 1.25 8.69012C1.25 5.19012 4.08 2.3501 7.56 2.3501C9.25 2.3501 10.83 3.01012 12 4.19012C13.17 3.01012 14.75 2.3501 16.44 2.3501C19.92 2.3501 22.75 5.19012 22.75 8.69012C22.75 9.90012 22.57 11.0901 22.21 12.2301C22.09 12.6201 21.66 12.8501 21.27 12.7201C20.87 12.6001 20.66 12.1702 20.78 11.7802C21.09 10.7902 21.25 9.75013 21.25 8.70013C21.25 6.03013 19.09 3.86011 16.44 3.86011C14.92 3.86011 13.51 4.5701 12.6 5.7901C12.32 6.1701 11.68 6.1701 11.4 5.7901C10.48 4.5601 9.08 3.86011 7.56 3.86011C4.91 3.86011 2.75 6.03013 2.75 8.70013C2.75 15.5401 9.32 19.3301 11.63 20.1201C11.69 20.1401 11.83 20.1701 12 20.1701C12.41 20.1701 12.75 20.5101 12.75 20.9201C12.75 21.3301 12.41 21.6501 12 21.6501Z\" fill=\"\"/>\n<path d=\"M17.7391 21.7501C15.5591 21.7501 13.7891 19.9801 13.7891 17.8001C13.7891 15.6201 15.5591 13.8501 17.7391 13.8501C19.9191 13.8501 21.6891 15.6201 21.6891 17.8001C21.6891 19.9801 19.9191 21.7501 17.7391 21.7501ZM17.7391 15.3501C16.3891 15.3501 15.2891 16.4501 15.2891 17.8001C15.2891 19.1501 16.3891 20.2501 17.7391 20.2501C19.0891 20.2501 20.1891 19.1501 20.1891 17.8001C20.1891 16.4501 19.0891 15.3501 17.7391 15.3501Z\" fill=\"\"/>\n<path d=\"M21.5405 22.35C21.3505 22.35 21.1605 22.28 21.0105 22.13L20.0105 21.13C19.7205 20.84 19.7205 20.36 20.0105 20.07C20.3005 19.78 20.7805 19.78 21.0705 20.07L22.0705 21.07C22.3605 21.36 22.3605 21.84 22.0705 22.13C21.9205 22.27 21.7305 22.35 21.5405 22.35Z\" fill=\"\"/>\n</svg>\n</li><li title=\"heart slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.10999 18.2501C5.92999 18.2501 5.73998 18.1801 5.59998 18.0501C3.61998 16.1901 1.25 13.0601 1.25 8.69012C1.25 5.19012 4.08 2.3501 7.56 2.3501C9.25 2.3501 10.83 3.01012 12 4.19012C13.17 3.01012 14.75 2.3501 16.44 2.3501C17.7 2.3501 18.92 2.73011 19.97 3.43011C20.31 3.66011 20.4 4.13009 20.17 4.47009C19.94 4.81009 19.47 4.9001 19.13 4.6701C18.34 4.13011 17.41 3.84015 16.45 3.84015C14.93 3.84015 13.52 4.55015 12.61 5.78015C12.33 6.16015 11.69 6.16015 11.41 5.78015C10.49 4.55015 9.09001 3.84015 7.57001 3.84015C4.92001 3.84015 2.76001 6.01011 2.76001 8.68011C2.76001 12.5201 4.87001 15.2901 6.64001 16.9501C6.94001 17.2301 6.95999 17.7101 6.67999 18.0101C6.50999 18.1701 6.30999 18.2501 6.10999 18.2501Z\" fill=\"\"/>\n<path d=\"M11.9994 21.6501C11.6894 21.6501 11.3894 21.6101 11.1394 21.5201C10.3894 21.2601 9.49942 20.8401 8.63942 20.3301C8.27942 20.1201 8.16941 19.66 8.37941 19.3C8.58941 18.95 9.04938 18.83 9.40938 19.04C10.1894 19.5 10.9794 19.88 11.6294 20.1C11.8094 20.16 12.1994 20.16 12.3794 20.1C14.6794 19.31 21.2594 15.52 21.2594 8.68005C21.2594 8.18005 21.1794 7.69002 21.0394 7.22002C20.9194 6.82002 21.1294 6.40008 21.5294 6.28008C21.9294 6.16008 22.3494 6.38007 22.4694 6.77007C22.6594 7.39007 22.7594 8.03005 22.7594 8.68005C22.7594 15.56 16.6894 20.2001 12.8694 21.5101C12.6094 21.6101 12.3094 21.6501 11.9994 21.6501Z\" fill=\"\"/>\n<path d=\"M1.99948 22.75C1.80948 22.75 1.61945 22.68 1.46945 22.53C1.17945 22.24 1.17945 21.7599 1.46945 21.4699L21.4695 1.46994C21.7595 1.17994 22.2395 1.17994 22.5295 1.46994C22.8195 1.75994 22.8195 2.24 22.5295 2.53L2.52951 22.53C2.37951 22.68 2.18948 22.75 1.99948 22.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"heart tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.2004 22.7499C15.2604 22.7499 13.4404 21.7199 12.4504 20.0499C11.9304 19.2099 11.6504 18.2099 11.6504 17.1999C11.6504 14.1399 14.1404 11.6499 17.2004 11.6499C20.2604 11.6499 22.7504 14.1399 22.7504 17.1999C22.7504 18.2199 22.4704 19.2099 21.9404 20.0699C20.9604 21.7199 19.1404 22.7499 17.2004 22.7499ZM17.2004 13.1499C14.9704 13.1499 13.1504 14.9699 13.1504 17.1999C13.1504 17.9399 13.3504 18.6599 13.7304 19.2799C14.4704 20.5199 15.7604 21.2499 17.2004 21.2499C18.6404 21.2499 19.9304 20.5199 20.6604 19.2899C21.0504 18.6599 21.2504 17.9399 21.2504 17.1999C21.2504 14.9699 19.4304 13.1499 17.2004 13.1499Z\" fill=\"\"/>\n<path d=\"M16.5095 19.13C16.3195 19.13 16.1295 19.06 15.9795 18.91L14.7995 17.73C14.5095 17.44 14.5095 16.96 14.7995 16.67C15.0895 16.38 15.5695 16.38 15.8595 16.67L16.5295 17.3401L18.5595 15.4601C18.8695 15.1801 19.3395 15.2 19.6195 15.5C19.8995 15.8 19.8795 16.28 19.5795 16.56L17.0195 18.92C16.8795 19.07 16.6895 19.13 16.5095 19.13Z\" fill=\"\"/>\n<path d=\"M12 21.6501C11.69 21.6501 11.38 21.6101 11.13 21.5201C8.57 20.6501 1.25 16.4101 1.25 8.69012C1.25 5.19012 4.08 2.3501 7.56 2.3501C9.22 2.3501 10.83 3.02012 12 4.19012C13.17 3.02012 14.78 2.3501 16.44 2.3501C19.92 2.3501 22.75 5.19012 22.75 8.69012C22.75 10.6401 22.28 12.5101 21.35 14.2601C21.24 14.4701 21.03 14.6201 20.79 14.6501C20.55 14.6801 20.31 14.6001 20.14 14.4201C19.36 13.6001 18.32 13.1401 17.2 13.1401C14.97 13.1401 13.15 14.9601 13.15 17.1901C13.15 18.1801 13.52 19.1401 14.19 19.8901C14.35 20.0701 14.41 20.3101 14.36 20.5401C14.31 20.7701 14.15 20.9701 13.94 21.0701C13.54 21.2501 13.18 21.4001 12.85 21.5101C12.61 21.6101 12.31 21.6501 12 21.6501ZM7.56 3.8501C4.91 3.8501 2.75 6.02012 2.75 8.69012C2.75 15.5301 9.32 19.3101 11.62 20.1001C11.81 20.1701 12.19 20.1601 12.37 20.1001C12.4 20.0901 12.43 20.0801 12.46 20.0701C11.93 19.2101 11.65 18.2201 11.65 17.2001C11.65 14.1401 14.14 11.6501 17.2 11.6501C18.36 11.6501 19.5 12.0201 20.44 12.7001C20.98 11.4201 21.25 10.0801 21.25 8.69012C21.25 6.02012 19.09 3.8501 16.44 3.8501C14.94 3.8501 13.5 4.57015 12.6 5.78015C12.32 6.16015 11.68 6.16015 11.4 5.78015C10.5 4.57015 9.06 3.8501 7.56 3.8501Z\" fill=\"\"/>\n</svg>\n</li><li title=\"heart \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 21.6501C11.69 21.6501 11.39 21.6101 11.14 21.5201C7.32 20.2101 1.25 15.5601 1.25 8.6901C1.25 5.1901 4.08 2.3501 7.56 2.3501C9.25 2.3501 10.83 3.0101 12 4.1901C13.17 3.0101 14.75 2.3501 16.44 2.3501C19.92 2.3501 22.75 5.2001 22.75 8.6901C22.75 15.5701 16.68 20.2101 12.86 21.5201C12.61 21.6101 12.31 21.6501 12 21.6501ZM7.56 3.8501C4.91 3.8501 2.75 6.0201 2.75 8.6901C2.75 15.5201 9.32 19.3201 11.63 20.1101C11.81 20.1701 12.2 20.1701 12.38 20.1101C14.68 19.3201 21.26 15.5301 21.26 8.6901C21.26 6.0201 19.1 3.8501 16.45 3.8501C14.93 3.8501 13.52 4.5601 12.61 5.7901C12.33 6.1701 11.69 6.1701 11.41 5.7901C10.48 4.5501 9.08 3.8501 7.56 3.8501Z\" fill=\"\"/>\n</svg>\n</li><li title=\"hierarchy 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 15.75C4.59 15.75 4.25 15.41 4.25 15V8C4.25 7.59 4.59 7.25 5 7.25C5.41 7.25 5.75 7.59 5.75 8V15C5.75 15.41 5.41 15.75 5 15.75Z\" fill=\"\"/>\n<path d=\"M5.25 22.75C3.04 22.75 1.25 20.96 1.25 18.75C1.25 16.54 3.04 14.75 5.25 14.75C7.46 14.75 9.25 16.54 9.25 18.75C9.25 20.96 7.46 22.75 5.25 22.75ZM5.25 16.25C3.87 16.25 2.75 17.37 2.75 18.75C2.75 20.13 3.87 21.25 5.25 21.25C6.63 21.25 7.75 20.13 7.75 18.75C7.75 17.37 6.63 16.25 5.25 16.25Z\" fill=\"\"/>\n<path d=\"M5 8.75C2.93 8.75 1.25 7.07 1.25 5C1.25 2.93 2.93 1.25 5 1.25C7.07 1.25 8.75 2.93 8.75 5C8.75 7.07 7.07 8.75 5 8.75ZM5 2.75C3.76 2.75 2.75 3.76 2.75 5C2.75 6.24 3.76 7.25 5 7.25C6.24 7.25 7.25 6.24 7.25 5C7.25 3.76 6.24 2.75 5 2.75Z\" fill=\"\"/>\n<path d=\"M19 8.75C16.93 8.75 15.25 7.07 15.25 5C15.25 2.93 16.93 1.25 19 1.25C21.07 1.25 22.75 2.93 22.75 5C22.75 7.07 21.07 8.75 19 8.75ZM19 2.75C17.76 2.75 16.75 3.76 16.75 5C16.75 6.24 17.76 7.25 19 7.25C20.24 7.25 21.25 6.24 21.25 5C21.25 3.76 20.24 2.75 19 2.75Z\" fill=\"\"/>\n<path d=\"M5.12962 15.7503C5.06962 15.7503 5.00962 15.7403 4.93962 15.7303C4.53962 15.6303 4.29962 15.2203 4.39962 14.8203C4.94962 12.7003 6.85962 11.2203 9.04962 11.2203C9.05962 11.2203 9.05962 11.2203 9.06962 11.2203L12.4996 11.2303C12.5096 11.2303 12.5096 11.2303 12.5196 11.2303C14.7396 11.2303 16.7296 9.82026 17.4596 7.72026C17.5996 7.33026 18.0196 7.12027 18.4096 7.26027C18.7996 7.40027 19.0096 7.82025 18.8696 8.21025C17.9296 10.9202 15.3396 12.7003 12.4896 12.7303L9.05962 12.7203H9.04962C7.53962 12.7203 6.22962 13.7403 5.84962 15.2003C5.76962 15.5303 5.45962 15.7503 5.12962 15.7503Z\" fill=\"\"/>\n</svg>\n</li><li title=\"hierarchy 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 8.75C2.93 8.75 1.25 7.07 1.25 5C1.25 2.93 2.93 1.25 5 1.25C7.07 1.25 8.75 2.93 8.75 5C8.75 7.07 7.07 8.75 5 8.75ZM5 2.75C3.76 2.75 2.75 3.76 2.75 5C2.75 6.24 3.76 7.25 5 7.25C6.24 7.25 7.25 6.24 7.25 5C7.25 3.76 6.24 2.75 5 2.75Z\" fill=\"\"/>\n<path d=\"M19 15.75C16.93 15.75 15.25 14.07 15.25 12C15.25 9.93 16.93 8.25 19 8.25C21.07 8.25 22.75 9.93 22.75 12C22.75 14.07 21.07 15.75 19 15.75ZM19 9.75C17.76 9.75 16.75 10.76 16.75 12C16.75 13.24 17.76 14.25 19 14.25C20.24 14.25 21.25 13.24 21.25 12C21.25 10.76 20.24 9.75 19 9.75Z\" fill=\"\"/>\n<path d=\"M5 22.75C2.93 22.75 1.25 21.07 1.25 19C1.25 16.93 2.93 15.25 5 15.25C7.07 15.25 8.75 16.93 8.75 19C8.75 21.07 7.07 22.75 5 22.75ZM5 16.75C3.76 16.75 2.75 17.76 2.75 19C2.75 20.24 3.76 21.25 5 21.25C6.24 21.25 7.25 20.24 7.25 19C7.25 17.76 6.24 16.75 5 16.75Z\" fill=\"\"/>\n<path d=\"M5 16.75C4.59 16.75 4.25 16.41 4.25 16V8C4.25 7.59 4.59 7.25 5 7.25C5.41 7.25 5.75 7.59 5.75 8C5.75 10.19 6.81 11.25 9 11.25H16C16.41 11.25 16.75 11.59 16.75 12C16.75 12.41 16.41 12.75 16 12.75H9C7.64 12.75 6.55 12.4 5.75 11.74V16C5.75 16.41 5.41 16.75 5 16.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"hierarchy square 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.80078 15.1502C7.39078 15.1502 7.05078 14.8102 7.05078 14.4002V10.2002C7.05078 9.7902 7.39078 9.4502 7.80078 9.4502C8.21078 9.4502 8.55078 9.7902 8.55078 10.2002V14.4002C8.55078 14.8102 8.21078 15.1502 7.80078 15.1502Z\" fill=\"\"/>\n<path d=\"M7.95001 10.65C6.46001 10.65 5.25 9.44001 5.25 7.95001C5.25 6.46001 6.46001 5.25 7.95001 5.25C9.44001 5.25 10.65 6.46001 10.65 7.95001C10.65 9.44001 9.44001 10.65 7.95001 10.65ZM7.95001 6.75C7.29001 6.75 6.75 7.29001 6.75 7.95001C6.75 8.61001 7.29001 9.14999 7.95001 9.14999C8.61001 9.14999 9.15002 8.61001 9.15002 7.95001C9.15002 7.29001 8.61001 6.75 7.95001 6.75Z\" fill=\"\"/>\n<path d=\"M7.79999 18.7499C6.38999 18.7499 5.25 17.6099 5.25 16.1999C5.25 14.7899 6.38999 13.6499 7.79999 13.6499C9.20999 13.6499 10.35 14.7899 10.35 16.1999C10.35 17.6099 9.20999 18.7499 7.79999 18.7499ZM7.79999 15.1499C7.21999 15.1499 6.75 15.6199 6.75 16.1999C6.75 16.7799 7.21999 17.2499 7.79999 17.2499C8.37999 17.2499 8.84998 16.7799 8.84998 16.1999C8.84998 15.6199 8.37999 15.1499 7.79999 15.1499Z\" fill=\"\"/>\n<path d=\"M16.2004 18.7499C14.7904 18.7499 13.6504 17.6099 13.6504 16.1999C13.6504 14.7899 14.7904 13.6499 16.2004 13.6499C17.6104 13.6499 18.7504 14.7899 18.7504 16.1999C18.7504 17.6099 17.6104 18.7499 16.2004 18.7499ZM16.2004 15.1499C15.6204 15.1499 15.1504 15.6199 15.1504 16.1999C15.1504 16.7799 15.6204 17.2499 16.2004 17.2499C16.7804 17.2499 17.2504 16.7799 17.2504 16.1999C17.2504 15.6199 16.7804 15.1499 16.2004 15.1499Z\" fill=\"\"/>\n<path d=\"M15.6996 15.17C15.3896 15.17 15.0996 14.98 14.9896 14.67C14.5896 13.53 13.5196 12.77 12.3096 12.77H12.2996L10.2396 12.78H10.2296C8.77958 12.78 7.50962 11.8 7.14962 10.4C7.04962 9.99996 7.2896 9.58995 7.6896 9.48995C8.0796 9.38995 8.49957 9.62996 8.59957 10.03C8.78957 10.77 9.45958 11.29 10.2296 11.29C10.2296 11.29 10.2296 11.29 10.2396 11.29L12.2996 11.28C12.3096 11.28 12.3096 11.28 12.3196 11.28C14.1596 11.28 15.8096 12.45 16.4196 14.19C16.5596 14.58 16.3496 15.01 15.9596 15.15C15.8696 15.16 15.7796 15.17 15.6996 15.17Z\" fill=\"\"/>\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n</svg>\n</li><li title=\"hierarchy square 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.80078 14.5501C7.39078 14.5501 7.05078 14.2101 7.05078 13.8001V9.6001C7.05078 9.1901 7.39078 8.8501 7.80078 8.8501C8.21078 8.8501 8.55078 9.1901 8.55078 9.6001V13.8001C8.55078 14.2101 8.21078 14.5501 7.80078 14.5501Z\" fill=\"\"/>\n<path d=\"M7.95001 18.7501C6.46001 18.7501 5.25 17.5401 5.25 16.0501C5.25 14.5601 6.46001 13.3501 7.95001 13.3501C9.44001 13.3501 10.65 14.5601 10.65 16.0501C10.65 17.5401 9.44001 18.7501 7.95001 18.7501ZM7.95001 14.8501C7.29001 14.8501 6.75 15.3901 6.75 16.0501C6.75 16.7101 7.29001 17.2501 7.95001 17.2501C8.61001 17.2501 9.15002 16.7101 9.15002 16.0501C9.15002 15.3901 8.61001 14.8501 7.95001 14.8501Z\" fill=\"\"/>\n<path d=\"M7.79999 10.35C6.38999 10.35 5.25 9.20999 5.25 7.79999C5.25 6.38999 6.38999 5.25 7.79999 5.25C9.20999 5.25 10.35 6.38999 10.35 7.79999C10.35 9.20999 9.20999 10.35 7.79999 10.35ZM7.79999 6.75C7.21999 6.75 6.75 7.21999 6.75 7.79999C6.75 8.37999 7.21999 8.85001 7.79999 8.85001C8.37999 8.85001 8.84998 8.37999 8.84998 7.79999C8.84998 7.21999 8.37999 6.75 7.79999 6.75Z\" fill=\"\"/>\n<path d=\"M16.2004 10.35C14.7904 10.35 13.6504 9.20999 13.6504 7.79999C13.6504 6.38999 14.7904 5.25 16.2004 5.25C17.6104 5.25 18.7504 6.38999 18.7504 7.79999C18.7504 9.20999 17.6104 10.35 16.2004 10.35ZM16.2004 6.75C15.6204 6.75 15.1504 7.21999 15.1504 7.79999C15.1504 8.37999 15.6204 8.85001 16.2004 8.85001C16.7804 8.85001 17.2504 8.37999 17.2504 7.79999C17.2504 7.21999 16.7804 6.75 16.2004 6.75Z\" fill=\"\"/>\n<path d=\"M7.8796 14.5501C7.8196 14.5501 7.7496 14.5401 7.6896 14.5301C7.2896 14.4301 7.04962 14.0201 7.14962 13.6201C7.50962 12.2101 8.77958 11.2401 10.2296 11.2401H10.2396L12.2996 11.2501H12.3096C13.5196 11.2501 14.5896 10.4901 14.9896 9.35014C15.1296 8.96014 15.5596 8.75015 15.9396 8.89015C16.3296 9.03015 16.5396 9.45014 16.3996 9.85014C15.7896 11.6001 14.1496 12.7701 12.2896 12.7601L10.2296 12.7501C10.2296 12.7501 10.2296 12.7501 10.2196 12.7501C9.44957 12.7501 8.77962 13.2701 8.58962 14.0101C8.51962 14.3301 8.2096 14.5501 7.8796 14.5501Z\" fill=\"\"/>\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n</svg>\n</li><li title=\"hierarchy square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.4508 15.15C16.0408 15.15 15.7008 14.81 15.7008 14.4V8.5C15.7008 8.36 15.5908 8.25 15.4508 8.25H12.5508C12.1408 8.25 11.8008 7.91 11.8008 7.5C11.8008 7.09 12.1408 6.75 12.5508 6.75H15.4508C16.4108 6.75 17.2008 7.54 17.2008 8.5V14.4C17.2008 14.81 16.8608 15.15 16.4508 15.15Z\" fill=\"\"/>\n<path d=\"M14.05 9.75017C13.88 9.75017 13.71 9.69016 13.57 9.58016L11.77 8.08016C11.6 7.94016 11.5 7.73017 11.5 7.50017C11.5 7.27017 11.6 7.07019 11.77 6.92019L13.57 5.42019C13.89 5.16019 14.36 5.20016 14.63 5.52016C14.9 5.84016 14.85 6.31016 14.53 6.58016L13.42 7.50017L14.53 8.42019C14.85 8.69019 14.89 9.16018 14.63 9.48018C14.48 9.66018 14.26 9.75017 14.05 9.75017Z\" fill=\"\"/>\n<path d=\"M7.55078 15.1502C7.14078 15.1502 6.80078 14.8102 6.80078 14.4002V10.2002C6.80078 9.7902 7.14078 9.4502 7.55078 9.4502C7.96078 9.4502 8.30078 9.7902 8.30078 10.2002V14.4002C8.30078 14.8102 7.96078 15.1502 7.55078 15.1502Z\" fill=\"\"/>\n<path d=\"M7.70001 10.65C6.21001 10.65 5 9.44001 5 7.95001C5 6.46001 6.21001 5.25 7.70001 5.25C9.19001 5.25 10.4 6.46001 10.4 7.95001C10.4 9.44001 9.19001 10.65 7.70001 10.65ZM7.70001 6.75C7.04001 6.75 6.5 7.29001 6.5 7.95001C6.5 8.61001 7.04001 9.14999 7.70001 9.14999C8.36001 9.14999 8.90002 8.61001 8.90002 7.95001C8.90002 7.29001 8.36001 6.75 7.70001 6.75Z\" fill=\"\"/>\n<path d=\"M7.54999 18.7499C6.13999 18.7499 5 17.6099 5 16.1999C5 14.7899 6.13999 13.6499 7.54999 13.6499C8.95999 13.6499 10.1 14.7899 10.1 16.1999C10.1 17.6099 8.95999 18.7499 7.54999 18.7499ZM7.54999 15.1499C6.96999 15.1499 6.5 15.6199 6.5 16.1999C6.5 16.7799 6.96999 17.2499 7.54999 17.2499C8.12999 17.2499 8.59998 16.7799 8.59998 16.1999C8.59998 15.6199 8.12999 15.1499 7.54999 15.1499Z\" fill=\"\"/>\n<path d=\"M16.4504 18.7499C15.0404 18.7499 13.9004 17.6099 13.9004 16.1999C13.9004 14.7899 15.0404 13.6499 16.4504 13.6499C17.8604 13.6499 19.0004 14.7899 19.0004 16.1999C19.0004 17.6099 17.8604 18.7499 16.4504 18.7499ZM16.4504 15.1499C15.8704 15.1499 15.4004 15.6199 15.4004 16.1999C15.4004 16.7799 15.8704 17.2499 16.4504 17.2499C17.0304 17.2499 17.5004 16.7799 17.5004 16.1999C17.5004 15.6199 17.0304 15.1499 16.4504 15.1499Z\" fill=\"\"/>\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n</svg>\n</li><li title=\"hierarchy \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 16.75C4.59 16.75 4.25 16.41 4.25 16V9C4.25 8.59 4.59 8.25 5 8.25C5.41 8.25 5.75 8.59 5.75 9V16C5.75 16.41 5.41 16.75 5 16.75Z\" fill=\"\"/>\n<path d=\"M5.25 9.25C3.04 9.25 1.25 7.46 1.25 5.25C1.25 3.04 3.04 1.25 5.25 1.25C7.46 1.25 9.25 3.04 9.25 5.25C9.25 7.46 7.46 9.25 5.25 9.25ZM5.25 2.75C3.87 2.75 2.75 3.87 2.75 5.25C2.75 6.63 3.87 7.75 5.25 7.75C6.63 7.75 7.75 6.63 7.75 5.25C7.75 3.87 6.63 2.75 5.25 2.75Z\" fill=\"\"/>\n<path d=\"M5 22.75C2.93 22.75 1.25 21.07 1.25 19C1.25 16.93 2.93 15.25 5 15.25C7.07 15.25 8.75 16.93 8.75 19C8.75 21.07 7.07 22.75 5 22.75ZM5 16.75C3.76 16.75 2.75 17.76 2.75 19C2.75 20.24 3.76 21.25 5 21.25C6.24 21.25 7.25 20.24 7.25 19C7.25 17.76 6.24 16.75 5 16.75Z\" fill=\"\"/>\n<path d=\"M19 22.75C16.93 22.75 15.25 21.07 15.25 19C15.25 16.93 16.93 15.25 19 15.25C21.07 15.25 22.75 16.93 22.75 19C22.75 21.07 21.07 22.75 19 22.75ZM19 16.75C17.76 16.75 16.75 17.76 16.75 19C16.75 20.24 17.76 21.25 19 21.25C20.24 21.25 21.25 20.24 21.25 19C21.25 17.76 20.24 16.75 19 16.75Z\" fill=\"\"/>\n<path d=\"M18.1696 16.79C17.8596 16.79 17.5696 16.6 17.4596 16.29C16.7296 14.19 14.7496 12.78 12.5196 12.78C12.5096 12.78 12.5096 12.78 12.4996 12.78L9.06962 12.79C9.05962 12.79 9.05962 12.79 9.04962 12.79C6.85962 12.79 4.94962 11.31 4.39962 9.18999C4.29962 8.78999 4.53962 8.37999 4.93962 8.27999C5.33962 8.17999 5.74962 8.42 5.84962 8.82C6.22962 10.28 7.53962 11.3 9.04962 11.3H9.05962L12.4896 11.29C12.4996 11.29 12.5096 11.29 12.5196 11.29C15.3796 11.29 17.9296 13.1 18.8696 15.81C19.0096 16.2 18.7996 16.63 18.4096 16.76C18.3296 16.77 18.2496 16.79 18.1696 16.79Z\" fill=\"\"/>\n</svg>\n</li><li title=\"home 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.5999 22.5601H6.39985C4.57984 22.5601 2.91985 21.1601 2.61985 19.3601L1.28984 11.4001C1.07984 10.1601 1.67985 8.57011 2.66985 7.78011L9.59986 2.23006C10.9399 1.15006 13.0498 1.16007 14.3998 2.24007L21.3299 7.78011C22.3099 8.57011 22.9099 10.1601 22.7099 11.4001L21.3799 19.3601C21.0799 21.1301 19.3899 22.5601 17.5999 22.5601ZM11.9899 2.94008C11.4599 2.94008 10.9298 3.10005 10.5398 3.41005L3.60985 8.9601C3.03985 9.4201 2.64986 10.4401 2.76986 11.1601L4.09986 19.1201C4.27986 20.1701 5.32984 21.0601 6.39985 21.0601H17.5999C18.6699 21.0601 19.7198 20.1701 19.8998 19.1101L21.2298 11.1501C21.3498 10.4301 20.9499 9.40009 20.3899 8.95009L13.4599 3.41005C13.0599 3.10005 12.5299 2.94008 11.9899 2.94008Z\" fill=\"\"/>\n<path d=\"M12 16.25C10.21 16.25 8.75 14.79 8.75 13C8.75 11.21 10.21 9.75 12 9.75C13.79 9.75 15.25 11.21 15.25 13C15.25 14.79 13.79 16.25 12 16.25ZM12 11.25C11.04 11.25 10.25 12.04 10.25 13C10.25 13.96 11.04 14.75 12 14.75C12.96 14.75 13.75 13.96 13.75 13C13.75 12.04 12.96 11.25 12 11.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"home 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.79 22.75H6.21C3.47 22.75 1.25 20.52 1.25 17.78V10.37C1.25 9.00997 2.09 7.29997 3.17 6.45997L8.56 2.25997C10.18 0.999974 12.77 0.939974 14.45 2.11997L20.63 6.44997C21.82 7.27997 22.75 9.05997 22.75 10.51V17.79C22.75 20.52 20.53 22.75 17.79 22.75ZM9.48 3.43997L4.09 7.63997C3.38 8.19997 2.75 9.46997 2.75 10.37V17.78C2.75 19.69 4.3 21.25 6.21 21.25H17.79C19.7 21.25 21.25 19.7 21.25 17.79V10.51C21.25 9.54997 20.56 8.21997 19.77 7.67997L13.59 3.34997C12.45 2.54997 10.57 2.58997 9.48 3.43997Z\" fill=\"\"/>\n<path d=\"M12 18.75C11.59 18.75 11.25 18.41 11.25 18V15C11.25 14.59 11.59 14.25 12 14.25C12.41 14.25 12.75 14.59 12.75 15V18C12.75 18.41 12.41 18.75 12 18.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"home hashtag \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.79 22.7402H6.21C3.47 22.7402 1.25 20.5102 1.25 17.7702V10.3602C1.25 9.00021 2.09 7.29021 3.17 6.45021L8.56 2.25021C10.18 0.990208 12.77 0.930208 14.45 2.11021L20.63 6.44021C21.82 7.27021 22.75 9.05021 22.75 10.5002V17.7802C22.75 20.5102 20.53 22.7402 17.79 22.7402ZM9.48 3.43021L4.09 7.63021C3.38 8.19021 2.75 9.46021 2.75 10.3602V17.7702C2.75 19.6802 4.3 21.2402 6.21 21.2402H17.79C19.7 21.2402 21.25 19.6902 21.25 17.7802V10.5002C21.25 9.54021 20.56 8.21021 19.77 7.67021L13.59 3.34021C12.45 2.54021 10.57 2.58021 9.48 3.43021Z\" fill=\"\"/>\n<path d=\"M13.5 18.75H10.5C8.43 18.75 6.75 17.07 6.75 15V12C6.75 9.93 8.43 8.25 10.5 8.25H13.5C15.57 8.25 17.25 9.93 17.25 12V15C17.25 17.07 15.57 18.75 13.5 18.75ZM10.5 9.75C9.26 9.75 8.25 10.76 8.25 12V15C8.25 16.24 9.26 17.25 10.5 17.25H13.5C14.74 17.25 15.75 16.24 15.75 15V12C15.75 10.76 14.74 9.75 13.5 9.75H10.5Z\" fill=\"\"/>\n<path d=\"M12 18.75C11.59 18.75 11.25 18.41 11.25 18V9C11.25 8.59 11.59 8.25 12 8.25C12.41 8.25 12.75 8.59 12.75 9V18C12.75 18.41 12.41 18.75 12 18.75Z\" fill=\"\"/>\n<path d=\"M16.5 14.25H7.5C7.09 14.25 6.75 13.91 6.75 13.5C6.75 13.09 7.09 12.75 7.5 12.75H16.5C16.91 12.75 17.25 13.09 17.25 13.5C17.25 13.91 16.91 14.25 16.5 14.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"home trend down \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.79 22.7402H6.21C3.47 22.7402 1.25 20.5102 1.25 17.7702V10.3602C1.25 9.00021 2.09 7.29021 3.17 6.45021L8.56 2.25021C10.18 0.990208 12.77 0.930208 14.45 2.11021L20.63 6.44021C21.82 7.27021 22.75 9.05021 22.75 10.5002V17.7802C22.75 20.5102 20.53 22.7402 17.79 22.7402ZM9.48 3.43021L4.09 7.63021C3.38 8.19021 2.75 9.46021 2.75 10.3602V17.7702C2.75 19.6802 4.3 21.2402 6.21 21.2402H17.79C19.7 21.2402 21.25 19.6902 21.25 17.7802V10.5002C21.25 9.54021 20.56 8.21021 19.77 7.67021L13.59 3.34021C12.45 2.54021 10.57 2.58021 9.48 3.43021Z\" fill=\"\"/>\n<path d=\"M16.5002 17.2499C16.3102 17.2499 16.1202 17.1799 15.9702 17.0299L12.4202 13.4799L11.3302 15.1199C11.2102 15.3099 11.0002 15.4299 10.7802 15.4499C10.5502 15.4699 10.3302 15.3899 10.1802 15.2299L6.9802 12.0299C6.6902 11.7399 6.6902 11.2599 6.9802 10.9699C7.2702 10.6799 7.7502 10.6799 8.0402 10.9699L10.5902 13.5199L11.6802 11.8799C11.8002 11.6899 12.0102 11.5699 12.2302 11.5499C12.4602 11.5299 12.6802 11.6099 12.8302 11.7699L17.0302 15.9699C17.3202 16.2599 17.3202 16.7399 17.0302 17.0299C16.8802 17.1799 16.6902 17.2499 16.5002 17.2499Z\" fill=\"\"/>\n<path d=\"M16.5 17.25H14.5C14.09 17.25 13.75 16.91 13.75 16.5C13.75 16.09 14.09 15.75 14.5 15.75H15.75V14.5C15.75 14.09 16.09 13.75 16.5 13.75C16.91 13.75 17.25 14.09 17.25 14.5V16.5C17.25 16.91 16.91 17.25 16.5 17.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"home trend up \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.79 22.7402H6.21C3.47 22.7402 1.25 20.5102 1.25 17.7702V10.3602C1.25 9.00021 2.09 7.29021 3.17 6.45021L8.56 2.25021C10.18 0.990208 12.77 0.930208 14.45 2.11021L20.63 6.44021C21.82 7.27021 22.75 9.05021 22.75 10.5002V17.7802C22.75 20.5102 20.53 22.7402 17.79 22.7402ZM9.48 3.43021L4.09 7.63021C3.38 8.19021 2.75 9.46021 2.75 10.3602V17.7702C2.75 19.6802 4.3 21.2402 6.21 21.2402H17.79C19.7 21.2402 21.25 19.6902 21.25 17.7802V10.5002C21.25 9.54021 20.56 8.21021 19.77 7.67021L13.59 3.34021C12.45 2.54021 10.57 2.58021 9.48 3.43021Z\" fill=\"\"/>\n<path d=\"M7.50043 17.2499C7.31043 17.2499 7.12043 17.1799 6.97043 17.0299C6.68043 16.7399 6.68043 16.2599 6.97043 15.9699L10.1704 12.7699C10.3304 12.6099 10.5404 12.5299 10.7704 12.5499C10.9904 12.5699 11.1904 12.6899 11.3204 12.8799L12.4104 14.5199L15.9604 10.9699C16.2504 10.6799 16.7304 10.6799 17.0204 10.9699C17.3104 11.2599 17.3104 11.7399 17.0204 12.0299L12.8204 16.2299C12.6604 16.3899 12.4504 16.4699 12.2204 16.4499C12.0004 16.4299 11.8004 16.3099 11.6704 16.1199L10.5804 14.4799L8.03043 17.0299C7.88043 17.1799 7.69043 17.2499 7.50043 17.2499Z\" fill=\"\"/>\n<path d=\"M16.5 14.25C16.09 14.25 15.75 13.91 15.75 13.5V12.25H14.5C14.09 12.25 13.75 11.91 13.75 11.5C13.75 11.09 14.09 10.75 14.5 10.75H16.5C16.91 10.75 17.25 11.09 17.25 11.5V13.5C17.25 13.91 16.91 14.25 16.5 14.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"home wifi \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.5998 22.5599H6.39983C4.57983 22.5599 2.91983 21.1598 2.61983 19.3598L1.28984 11.3999C1.07984 10.1599 1.67985 8.56987 2.66985 7.77987L9.59984 2.22982C10.9398 1.14982 13.0498 1.15983 14.3998 2.23983L21.3298 7.77987C22.3098 8.56987 22.9098 10.1599 22.7098 11.3999L21.3798 19.3598C21.0798 21.1298 19.3898 22.5599 17.5998 22.5599ZM11.9898 2.93978C11.4598 2.93978 10.9298 3.09987 10.5398 3.40987L3.60982 8.9598C3.03982 9.4198 2.64982 10.4399 2.76982 11.1599L4.09984 19.1198C4.27984 20.1698 5.32983 21.0599 6.39983 21.0599H17.5998C18.6698 21.0599 19.7198 20.1698 19.8998 19.1098L21.2298 11.1499C21.3498 10.4299 20.9499 9.39979 20.3899 8.94979L13.4598 3.40987C13.0598 3.09987 12.5298 2.93978 11.9898 2.93978Z\" fill=\"\"/>\n<path d=\"M14.1205 15.13C13.9305 15.13 13.7505 15.06 13.6005 14.92C12.6305 13.99 11.3706 13.99 10.3906 14.92C10.0906 15.21 9.62052 15.2 9.33052 14.9C9.04052 14.6 9.05054 14.1299 9.35054 13.8399C10.9005 12.3499 13.0705 12.3499 14.6305 13.8399C14.9305 14.1299 14.9405 14.6 14.6505 14.9C14.5205 15.05 14.3205 15.13 14.1205 15.13Z\" fill=\"\"/>\n<path d=\"M16.2404 13.01C16.0504 13.01 15.8604 12.9401 15.7204 12.8001C15.2504 12.3401 14.7204 11.97 14.1604 11.7C12.7604 11.03 11.2304 11.03 9.84037 11.7C9.28037 11.97 8.76037 12.3401 8.28037 12.8001C7.99037 13.0901 7.51037 13.0901 7.22037 12.7901C6.93037 12.4901 6.94038 12.02 7.23038 11.73C7.82038 11.15 8.48037 10.69 9.19037 10.35C11.0004 9.48001 13.0004 9.48001 14.8004 10.35C15.5104 10.69 16.1704 11.15 16.7604 11.73C17.0604 12.02 17.0604 12.4901 16.7704 12.7901C16.6304 12.9301 16.4404 13.01 16.2404 13.01Z\" fill=\"\"/>\n<path d=\"M12.0005 17.5C11.7405 17.5 11.4905 17.4 11.2905 17.21C10.9005 16.82 10.9005 16.1901 11.2905 15.8001C11.6805 15.4101 12.3205 15.4101 12.7105 15.8001C13.1005 16.1901 13.1005 16.82 12.7105 17.21C12.5105 17.4 12.2605 17.5 12.0005 17.5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"home \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 18.75C11.59 18.75 11.25 18.41 11.25 18V15C11.25 14.59 11.59 14.25 12 14.25C12.41 14.25 12.75 14.59 12.75 15V18C12.75 18.41 12.41 18.75 12 18.75Z\" fill=\"\"/>\n<path d=\"M17.6009 22.5601H6.40094C4.58094 22.5601 2.92094 21.1601 2.62094 19.3701L1.29094 11.4001C1.07094 10.1601 1.68094 8.57007 2.67094 7.78007L9.60094 2.23007C10.9409 1.15007 13.0509 1.16007 14.4009 2.24007L21.3309 7.78007C22.3109 8.57007 22.9109 10.1601 22.7109 11.4001L21.3809 19.3601C21.0809 21.1301 19.3809 22.5601 17.6009 22.5601ZM11.9909 2.93007C11.4609 2.93007 10.9309 3.09007 10.5409 3.40007L3.61094 8.96007C3.05094 9.41007 2.65094 10.4501 2.77094 11.1601L4.10094 19.1201C4.28094 20.1701 5.33094 21.0601 6.40094 21.0601H17.6009C18.6709 21.0601 19.7209 20.1701 19.9009 19.1101L21.2309 11.1501C21.3409 10.4501 20.9409 9.39007 20.3909 8.95007L13.4609 3.41007C13.0609 3.09007 12.5209 2.93007 11.9909 2.93007Z\" fill=\"\"/>\n</svg>\n</li><li title=\"hospital \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 22.75H2C1.59 22.75 1.25 22.41 1.25 22C1.25 21.59 1.59 21.25 2 21.25H22C22.41 21.25 22.75 21.59 22.75 22C22.75 22.41 22.41 22.75 22 22.75Z\" fill=\"\"/>\n<path d=\"M21 22.75H3C2.59 22.75 2.25 22.41 2.25 22V6C2.25 2.98 3.98 1.25 7 1.25H17C20.02 1.25 21.75 2.98 21.75 6V22C21.75 22.41 21.41 22.75 21 22.75ZM3.75 21.25H20.25V6C20.25 3.78 19.22 2.75 17 2.75H7C4.78 2.75 3.75 3.78 3.75 6V21.25Z\" fill=\"\"/>\n<path d=\"M15 22.75H9C8.59 22.75 8.25 22.41 8.25 22V15.94C8.25 15.01 9.01 14.25 9.94 14.25H14.07C15 14.25 15.76 15.01 15.76 15.94V22C15.75 22.41 15.41 22.75 15 22.75ZM9.75 21.25H14.25V15.94C14.25 15.84 14.17 15.75 14.06 15.75H9.92999C9.82999 15.75 9.74001 15.83 9.74001 15.94V21.25H9.75Z\" fill=\"\"/>\n<path d=\"M12 11.75C11.59 11.75 11.25 11.41 11.25 11V6C11.25 5.59 11.59 5.25 12 5.25C12.41 5.25 12.75 5.59 12.75 6V11C12.75 11.41 12.41 11.75 12 11.75Z\" fill=\"\"/>\n<path d=\"M14.5 9.25H9.5C9.09 9.25 8.75 8.91 8.75 8.5C8.75 8.09 9.09 7.75 9.5 7.75H14.5C14.91 7.75 15.25 8.09 15.25 8.5C15.25 8.91 14.91 9.25 14.5 9.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"house 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 22.75H2C1.59 22.75 1.25 22.41 1.25 22C1.25 21.59 1.59 21.25 2 21.25H22C22.41 21.25 22.75 21.59 22.75 22C22.75 22.41 22.41 22.75 22 22.75Z\" fill=\"\"/>\n<path d=\"M3.7002 21.9997H2.2002L2.2502 9.96971C2.2502 9.11971 2.6402 8.32974 3.3102 7.80974L10.3102 2.35973C11.3002 1.58973 12.6902 1.58973 13.6902 2.35973L20.6902 7.79973C21.3502 8.31973 21.7502 9.12971 21.7502 9.96971V21.9997H20.2502V9.97972C20.2502 9.59972 20.0702 9.22973 19.7702 8.98973L12.7702 3.54973C12.3202 3.19973 11.6902 3.19973 11.2302 3.54973L4.2302 8.99974C3.9302 9.22974 3.7502 9.59972 3.7502 9.97972L3.7002 21.9997Z\" fill=\"\"/>\n<path d=\"M17 22.75H7C6.59 22.75 6.25 22.41 6.25 22V12.5C6.25 11.26 7.26 10.25 8.5 10.25H15.5C16.74 10.25 17.75 11.26 17.75 12.5V22C17.75 22.41 17.41 22.75 17 22.75ZM7.75 21.25H16.25V12.5C16.25 12.09 15.91 11.75 15.5 11.75H8.5C8.09 11.75 7.75 12.09 7.75 12.5V21.25Z\" fill=\"\"/>\n<path d=\"M10 18.5C9.59 18.5 9.25 18.16 9.25 17.75V16.25C9.25 15.84 9.59 15.5 10 15.5C10.41 15.5 10.75 15.84 10.75 16.25V17.75C10.75 18.16 10.41 18.5 10 18.5Z\" fill=\"\"/>\n<path d=\"M13.5 8.25H10.5C10.09 8.25 9.75 7.91 9.75 7.5C9.75 7.09 10.09 6.75 10.5 6.75H13.5C13.91 6.75 14.25 7.09 14.25 7.5C14.25 7.91 13.91 8.25 13.5 8.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"house \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 22.75H2C1.59 22.75 1.25 22.41 1.25 22C1.25 21.59 1.59 21.25 2 21.25H22C22.41 21.25 22.75 21.59 22.75 22C22.75 22.41 22.41 22.75 22 22.75Z\" fill=\"\"/>\n<path d=\"M3.7002 21.9997H2.2002L2.25019 9.96971C2.25019 9.11971 2.6402 8.32974 3.3102 7.80974L10.3102 2.35973C11.3002 1.58973 12.6902 1.58973 13.6902 2.35973L20.6902 7.79973C21.3502 8.31973 21.7502 9.12971 21.7502 9.96971V21.9997H20.2502V9.97972C20.2502 9.59972 20.0702 9.22973 19.7702 8.98973L12.7702 3.54973C12.3202 3.19973 11.6902 3.19973 11.2302 3.54973L4.23019 8.99974C3.93019 9.22974 3.75019 9.59972 3.75019 9.97972L3.7002 21.9997Z\" fill=\"\"/>\n<path d=\"M14.5 22.75H9.5C9.09 22.75 8.75 22.41 8.75 22V18.5C8.75 17.26 9.76 16.25 11 16.25H13C14.24 16.25 15.25 17.26 15.25 18.5V22C15.25 22.41 14.91 22.75 14.5 22.75ZM10.25 21.25H13.75V18.5C13.75 18.09 13.41 17.75 13 17.75H11C10.59 17.75 10.25 18.09 10.25 18.5V21.25Z\" fill=\"\"/>\n<path d=\"M9.5 14.5H7.5C6.54 14.5 5.75 13.71 5.75 12.75V11.25C5.75 10.29 6.54 9.5 7.5 9.5H9.5C10.46 9.5 11.25 10.29 11.25 11.25V12.75C11.25 13.71 10.46 14.5 9.5 14.5ZM7.5 11C7.36 11 7.25 11.11 7.25 11.25V12.75C7.25 12.89 7.36 13 7.5 13H9.5C9.64 13 9.75 12.89 9.75 12.75V11.25C9.75 11.11 9.64 11 9.5 11H7.5Z\" fill=\"\"/>\n<path d=\"M16.5 14.5H14.5C13.54 14.5 12.75 13.71 12.75 12.75V11.25C12.75 10.29 13.54 9.5 14.5 9.5H16.5C17.46 9.5 18.25 10.29 18.25 11.25V12.75C18.25 13.71 17.46 14.5 16.5 14.5ZM14.5 11C14.36 11 14.25 11.11 14.25 11.25V12.75C14.25 12.89 14.36 13 14.5 13H16.5C16.64 13 16.75 12.89 16.75 12.75V11.25C16.75 11.11 16.64 11 16.5 11H14.5Z\" fill=\"\"/>\n<path d=\"M19.0001 7.75C18.5901 7.75 18.2501 7.42001 18.2501 7.01001L18.2301 4.75H14.5801C14.1701 4.75 13.8301 4.41 13.8301 4C13.8301 3.59 14.1701 3.25 14.5801 3.25H18.9801C19.3901 3.25 19.7301 3.57999 19.7301 3.98999L19.7601 6.98999C19.7501 7.40999 19.4201 7.75 19.0001 7.75C19.0101 7.75 19.0001 7.75 19.0001 7.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"icon \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.0005 22.75C7.12052 22.75 3.15051 18.78 3.15051 13.9C3.12051 8.17 8.58051 3.4 10.9305 1.61C11.5605 1.13 12.4405 1.13 13.0705 1.61C15.4205 3.43 20.8805 8.26 20.8505 13.91C20.8505 18.78 16.8805 22.75 12.0005 22.75ZM12.0005 2.75C11.9505 2.75 11.8905 2.77 11.8405 2.81C10.1505 4.1 4.63052 8.71 4.66052 13.9C4.66052 17.96 7.96053 21.25 12.0105 21.25C16.0605 21.25 19.3605 17.96 19.3605 13.91C19.3905 8.79 13.8605 4.12 12.1605 2.81C12.1005 2.77 12.0505 2.75 12.0005 2.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"image \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.3608 22.7499H5.59084C4.07084 22.7499 2.68084 21.9799 1.88084 20.6799C1.08084 19.3799 1.01084 17.7999 1.69084 16.4299L3.41084 12.9799C3.97084 11.8599 4.87084 11.1599 5.88084 11.0499C6.89084 10.9399 7.92084 11.4399 8.70084 12.4099L8.92084 12.6899C9.36084 13.2299 9.87084 13.5199 10.3708 13.4699C10.8708 13.4299 11.3308 13.0699 11.6708 12.4599L13.5608 9.04993C14.3408 7.63993 15.3808 6.90993 16.5108 6.95993C17.6308 7.01993 18.5908 7.85993 19.2308 9.33993L22.3608 16.6499C22.9408 17.9999 22.8008 19.5399 21.9908 20.7699C21.1908 22.0199 19.8308 22.7499 18.3608 22.7499ZM6.16084 12.5499C6.12084 12.5499 6.08084 12.5499 6.04084 12.5599C5.54084 12.6099 5.08084 13.0099 4.75084 13.6599L3.03084 17.1099C2.58084 17.9999 2.63084 19.0499 3.15084 19.8999C3.67084 20.7499 4.59084 21.2599 5.59084 21.2599H18.3508C19.3308 21.2599 20.2008 20.7899 20.7408 19.9699C21.2808 19.1499 21.3708 18.1699 20.9808 17.2699L17.8508 9.95993C17.4708 9.05993 16.9408 8.50993 16.4308 8.48993C15.9608 8.45993 15.3508 8.95993 14.8708 9.80993L12.9808 13.2199C12.4008 14.2599 11.4908 14.9099 10.5008 14.9999C9.51084 15.0799 8.50084 14.5999 7.75084 13.6599L7.53084 13.3799C7.11084 12.8299 6.63084 12.5499 6.16084 12.5499Z\" fill=\"\"/>\n<path d=\"M6.9707 8.75C4.9107 8.75 3.2207 7.07 3.2207 5C3.2207 2.93 4.9007 1.25 6.9707 1.25C9.0407 1.25 10.7207 2.93 10.7207 5C10.7207 7.07 9.0407 8.75 6.9707 8.75ZM6.9707 2.75C5.7307 2.75 4.7207 3.76 4.7207 5C4.7207 6.24 5.7307 7.25 6.9707 7.25C8.2107 7.25 9.2207 6.24 9.2207 5C9.2207 3.76 8.2107 2.75 6.9707 2.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"import 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.2605 22.25H8.74047C3.83047 22.25 1.73047 20.15 1.73047 15.24V15.11C1.73047 10.67 3.48047 8.53003 7.40047 8.16003C7.80047 8.13003 8.18047 8.43003 8.22047 8.84003C8.26047 9.25003 7.96047 9.62003 7.54047 9.66003C4.40047 9.95003 3.23047 11.43 3.23047 15.12V15.25C3.23047 19.32 4.67047 20.76 8.74047 20.76H15.2605C19.3305 20.76 20.7705 19.32 20.7705 15.25V15.12C20.7705 11.41 19.5805 9.93003 16.3805 9.66003C15.9705 9.62003 15.6605 9.26003 15.7005 8.85003C15.7405 8.44003 16.0905 8.13003 16.5105 8.17003C20.4905 8.51003 22.2705 10.66 22.2705 15.13V15.26C22.2705 20.15 20.1705 22.25 15.2605 22.25Z\" fill=\"\"/>\n<path d=\"M12 15.63C11.59 15.63 11.25 15.29 11.25 14.88V2C11.25 1.59 11.59 1.25 12 1.25C12.41 1.25 12.75 1.59 12.75 2V14.88C12.75 15.3 12.41 15.63 12 15.63Z\" fill=\"\"/>\n<path d=\"M11.9998 16.7501C11.8098 16.7501 11.6198 16.6801 11.4698 16.5301L8.11984 13.1801C7.82984 12.8901 7.82984 12.4101 8.11984 12.1201C8.40984 11.8301 8.88984 11.8301 9.17984 12.1201L11.9998 14.9401L14.8198 12.1201C15.1098 11.8301 15.5898 11.8301 15.8798 12.1201C16.1698 12.4101 16.1698 12.8901 15.8798 13.1801L12.5298 16.5301C12.3798 16.6801 12.1898 16.7501 11.9998 16.7501Z\" fill=\"\"/>\n</svg>\n</li><li title=\"import 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.8002 10.9499C13.6102 10.9499 13.4202 10.8799 13.2702 10.7299C12.9802 10.4399 12.9802 9.95994 13.2702 9.66994L21.4702 1.46994C21.7602 1.17994 22.2402 1.17994 22.5302 1.46994C22.8202 1.75994 22.8202 2.23994 22.5302 2.52994L14.3302 10.7299C14.1902 10.8699 14.0002 10.9499 13.8002 10.9499Z\" fill=\"\"/>\n<path d=\"M17.83 11.7499H13C12.59 11.7499 12.25 11.4099 12.25 10.9999V6.16992C12.25 5.75992 12.59 5.41992 13 5.41992C13.41 5.41992 13.75 5.75992 13.75 6.16992V10.2499H17.83C18.24 10.2499 18.58 10.5899 18.58 10.9999C18.58 11.4099 18.24 11.7499 17.83 11.7499Z\" fill=\"\"/>\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H11C11.41 1.25 11.75 1.59 11.75 2C11.75 2.41 11.41 2.75 11 2.75H9C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V13C21.25 12.59 21.59 12.25 22 12.25C22.41 12.25 22.75 12.59 22.75 13V15C22.75 20.43 20.43 22.75 15 22.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"import \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.8798 14.9901C11.6898 14.9901 11.4998 14.9201 11.3498 14.7701L8.78977 12.2101C8.49977 11.9201 8.49977 11.4401 8.78977 11.1501C9.07977 10.8601 9.55977 10.8601 9.84977 11.1501L11.8798 13.1801L13.9098 11.1501C14.1998 10.8601 14.6798 10.8601 14.9698 11.1501C15.2598 11.4401 15.2598 11.9201 14.9698 12.2101L12.4098 14.7701C12.2598 14.9201 12.0698 14.9901 11.8798 14.9901Z\" fill=\"\"/>\n<path d=\"M11.8809 14.92C11.4709 14.92 11.1309 14.58 11.1309 14.17V4C11.1309 3.59 11.4709 3.25 11.8809 3.25C12.2909 3.25 12.6309 3.59 12.6309 4V14.17C12.6309 14.58 12.2909 14.92 11.8809 14.92Z\" fill=\"\"/>\n<path d=\"M12 20.9299C6.85 20.9299 3.25 17.3299 3.25 12.1799C3.25 11.7699 3.59 11.4299 4 11.4299C4.41 11.4299 4.75 11.7699 4.75 12.1799C4.75 16.4499 7.73 19.4299 12 19.4299C16.27 19.4299 19.25 16.4499 19.25 12.1799C19.25 11.7699 19.59 11.4299 20 11.4299C20.41 11.4299 20.75 11.7699 20.75 12.1799C20.75 17.3299 17.15 20.9299 12 20.9299Z\" fill=\"\"/>\n</svg>\n</li><li title=\"info circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z\" fill=\"\"/>\n<path d=\"M12 13.75C11.59 13.75 11.25 13.41 11.25 13V8C11.25 7.59 11.59 7.25 12 7.25C12.41 7.25 12.75 7.59 12.75 8V13C12.75 13.41 12.41 13.75 12 13.75Z\" fill=\"\"/>\n<path d=\"M12 16.9999C11.87 16.9999 11.74 16.9699 11.62 16.9199C11.5 16.8699 11.39 16.7999 11.29 16.7099C11.2 16.6099 11.13 16.5099 11.08 16.3799C11.03 16.2599 11 16.1299 11 15.9999C11 15.8699 11.03 15.7399 11.08 15.6199C11.13 15.4999 11.2 15.3899 11.29 15.2899C11.39 15.1999 11.5 15.1299 11.62 15.0799C11.86 14.9799 12.14 14.9799 12.38 15.0799C12.5 15.1299 12.61 15.1999 12.71 15.2899C12.8 15.3899 12.87 15.4999 12.92 15.6199C12.97 15.7399 13 15.8699 13 15.9999C13 16.1299 12.97 16.2599 12.92 16.3799C12.87 16.5099 12.8 16.6099 12.71 16.7099C12.61 16.7999 12.5 16.8699 12.38 16.9199C12.26 16.9699 12.13 16.9999 12 16.9999Z\" fill=\"\"/>\n</svg>\n</li><li title=\"information \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.0091 22.7401C11.3791 22.7401 10.7591 22.5301 10.2691 22.1101L8.68914 20.7601C8.52914 20.6201 8.12914 20.4801 7.91914 20.4801H6.16914C4.68914 20.4801 3.48914 19.2801 3.48914 17.8001V16.0901C3.48914 15.8801 3.34914 15.4801 3.21914 15.3301L1.85914 13.7301C1.03914 12.7601 1.03914 11.2401 1.85914 10.2601L3.21914 8.66007C3.34914 8.51007 3.48914 8.11007 3.48914 7.90007V6.20007C3.48914 4.72007 4.68914 3.52007 6.16914 3.52007H7.89914C8.10914 3.52007 8.49914 3.37007 8.66914 3.23007L10.2491 1.88007C11.2291 1.05007 12.7591 1.05007 13.7391 1.88007L15.3191 3.23007C15.4791 3.37007 15.8891 3.51007 16.0991 3.51007H17.7991C19.2791 3.51007 20.4791 4.71007 20.4791 6.19007V7.89007C20.4791 8.10007 20.6291 8.49007 20.7691 8.66007L22.1191 10.2401C22.9591 11.2301 22.9491 12.7601 22.1191 13.7301L20.7691 15.3101C20.6291 15.4801 20.4891 15.8701 20.4891 16.0801V17.7801C20.4891 19.2601 19.2891 20.4601 17.8091 20.4601H16.1091C15.8991 20.4601 15.5091 20.6101 15.3291 20.7501L13.7491 22.1001C13.2591 22.5301 12.6291 22.7401 12.0091 22.7401ZM6.16914 5.02007C5.51914 5.02007 4.98914 5.55007 4.98914 6.20007V7.90007C4.98914 8.47007 4.72914 9.19007 4.35914 9.63007L2.99914 11.2301C2.65914 11.6401 2.65914 12.3601 2.99914 12.7601L4.34914 14.3501C4.70914 14.7601 4.97914 15.5101 4.97914 16.0801V17.7901C4.97914 18.4401 5.50914 18.9701 6.15914 18.9701H7.89914C8.45914 18.9701 9.19914 19.2401 9.63914 19.6101L11.2291 20.9701C11.6391 21.3201 12.3591 21.3201 12.7691 20.9701L14.3491 19.6201C14.7991 19.2401 15.5291 18.9801 16.0891 18.9801H17.7891C18.4391 18.9801 18.9691 18.4501 18.9691 17.8001V16.1001C18.9691 15.5401 19.2391 14.8101 19.6091 14.3601L20.9691 12.7701C21.3191 12.3601 21.3191 11.6401 20.9691 11.2301L19.6191 9.65007C19.2391 9.20007 18.9791 8.47007 18.9791 7.91007V6.20007C18.9791 5.55007 18.4491 5.02007 17.7991 5.02007H16.0991C15.5291 5.02007 14.7891 4.75007 14.3491 4.38007L12.7591 3.02007C12.3491 2.67007 11.6391 2.67007 11.2191 3.02007L9.64914 4.38007C9.19914 4.75007 8.46914 5.02007 7.89914 5.02007H6.16914Z\" fill=\"\"/>\n<path d=\"M12 16.8701C11.45 16.8701 11 16.4201 11 15.8701C11 15.3201 11.44 14.8701 12 14.8701C12.55 14.8701 13 15.3201 13 15.8701C13 16.4201 12.56 16.8701 12 16.8701Z\" fill=\"\"/>\n<path d=\"M12 13.7199C11.59 13.7199 11.25 13.3799 11.25 12.9699V8.12988C11.25 7.71988 11.59 7.37988 12 7.37988C12.41 7.37988 12.75 7.71988 12.75 8.12988V12.9599C12.75 13.3799 12.42 13.7199 12 13.7199Z\" fill=\"\"/>\n</svg>\n</li><li title=\"instagram \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n<path d=\"M12 16.25C9.66 16.25 7.75 14.34 7.75 12C7.75 9.66 9.66 7.75 12 7.75C14.34 7.75 16.25 9.66 16.25 12C16.25 14.34 14.34 16.25 12 16.25ZM12 9.25C10.48 9.25 9.25 10.48 9.25 12C9.25 13.52 10.48 14.75 12 14.75C13.52 14.75 14.75 13.52 14.75 12C14.75 10.48 13.52 9.25 12 9.25Z\" fill=\"\"/>\n<path d=\"M17 7.4999C16.87 7.4999 16.74 7.4699 16.62 7.4199C16.5 7.3699 16.39 7.2999 16.29 7.2099C16.2 7.1099 16.12 6.9999 16.07 6.8799C16.02 6.7599 16 6.6299 16 6.4999C16 6.3699 16.02 6.2399 16.07 6.1199C16.13 5.9899 16.2 5.8899 16.29 5.7899C16.34 5.7499 16.39 5.6999 16.44 5.6699C16.5 5.6299 16.56 5.5999 16.62 5.5799C16.68 5.5499 16.74 5.5299 16.81 5.5199C17.13 5.4499 17.47 5.5599 17.71 5.7899C17.8 5.8899 17.87 5.9899 17.92 6.1199C17.97 6.2399 18 6.3699 18 6.4999C18 6.6299 17.97 6.7599 17.92 6.8799C17.87 6.9999 17.8 7.1099 17.71 7.2099C17.61 7.2999 17.5 7.3699 17.38 7.4199C17.26 7.4699 17.13 7.4999 17 7.4999Z\" fill=\"\"/>\n</svg>\n</li><li title=\"judge \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.01 19.26C19.82 19.26 19.63 19.19 19.48 19.04L14.53 14.09C14.24 13.8 14.24 13.32 14.53 13.03C14.82 12.74 15.3 12.74 15.59 13.03L20.54 17.98C20.83 18.27 20.83 18.75 20.54 19.04C20.39 19.19 20.2 19.26 20.01 19.26Z\" fill=\"\"/>\n<path d=\"M10.1095 18.4302C9.37946 18.4302 8.67946 18.1402 8.16946 17.6202L3.92945 13.3802C2.85945 12.3102 2.85945 10.5602 3.92945 9.49015L10.9995 2.42018C12.0695 1.35018 13.8195 1.35018 14.8895 2.42018L19.1295 6.66017C19.6495 7.18017 19.9395 7.87017 19.9395 8.60017C19.9395 9.33017 19.6495 10.0302 19.1295 10.5402L12.0595 17.6101C11.5395 18.1501 10.8495 18.4302 10.1095 18.4302ZM12.9395 3.12016C12.6195 3.12016 12.2995 3.24015 12.0595 3.49015L4.98947 10.5602C4.49947 11.0502 4.49947 11.8401 4.98947 12.3301L9.22946 16.5702C9.69946 17.0402 10.5195 17.0402 10.9995 16.5702L18.0695 9.50016C18.3095 9.26016 18.4395 8.95016 18.4395 8.62016C18.4395 8.29016 18.3095 7.97015 18.0695 7.74015L13.8295 3.50016C13.5795 3.24016 13.2595 3.12016 12.9395 3.12016Z\" fill=\"\"/>\n<path d=\"M8 21.75H2C1.59 21.75 1.25 21.41 1.25 21C1.25 20.59 1.59 20.25 2 20.25H8C8.41 20.25 8.75 20.59 8.75 21C8.75 21.41 8.41 21.75 8 21.75Z\" fill=\"\"/>\n<path d=\"M13.63 15.7398C13.44 15.7398 13.25 15.6698 13.1 15.5198L6.03 8.44986C5.74 8.15986 5.74 7.67986 6.03 7.38986C6.32 7.09986 6.8 7.09986 7.09 7.38986L14.16 14.4598C14.45 14.7498 14.45 15.2298 14.16 15.5198C14.02 15.6698 13.82 15.7398 13.63 15.7398Z\" fill=\"\"/>\n</svg>\n</li><li title=\"kanban \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.27 22.75H4.23C2.22 22.75 1.25 21.82 1.25 19.9V4.1C1.25 2.18 2.23 1.25 4.23 1.25H8.27C10.28 1.25 11.25 2.18 11.25 4.1V19.9C11.25 21.82 10.27 22.75 8.27 22.75ZM4.23 2.75C2.96 2.75 2.75 3.09 2.75 4.1V19.9C2.75 20.91 2.96 21.25 4.23 21.25H8.27C9.54 21.25 9.75 20.91 9.75 19.9V4.1C9.75 3.09 9.54 2.75 8.27 2.75H4.23Z\" fill=\"\"/>\n<path d=\"M19.77 15.75H15.73C13.72 15.75 12.75 14.82 12.75 12.9V4.1C12.75 2.18 13.73 1.25 15.73 1.25H19.77C21.78 1.25 22.75 2.18 22.75 4.1V12.9C22.75 14.82 21.77 15.75 19.77 15.75ZM15.73 2.75C14.46 2.75 14.25 3.09 14.25 4.1V12.9C14.25 13.91 14.46 14.25 15.73 14.25H19.77C21.04 14.25 21.25 13.91 21.25 12.9V4.1C21.25 3.09 21.04 2.75 19.77 2.75H15.73Z\" fill=\"\"/>\n</svg>\n</li><li title=\"key square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n<path d=\"M8.80974 18.2501C8.73974 18.2501 8.65974 18.2501 8.58974 18.2301L7.39974 18.0701C6.67974 17.9701 6.04974 17.3501 5.93974 16.6101L5.76974 15.4001C5.69974 14.9201 5.89974 14.3101 6.24974 13.9501L8.52974 11.6701C8.18974 10.0501 8.67974 8.37007 9.86974 7.19007C11.7797 5.28007 14.8997 5.28007 16.8097 7.19007C17.7397 8.12007 18.2497 9.35007 18.2497 10.6601C18.2497 11.9701 17.7397 13.2101 16.8097 14.1301C15.6197 15.3101 13.9397 15.8001 12.3297 15.4601L10.0397 17.7401C9.74974 18.0501 9.25974 18.2501 8.80974 18.2501ZM13.3397 7.25007C12.4697 7.25007 11.5897 7.58007 10.9297 8.25007C10.0297 9.15007 9.70974 10.4601 10.0797 11.6801C10.1597 11.9501 10.0897 12.2301 9.88974 12.4301L7.30974 15.0101C7.28974 15.0401 7.24974 15.1501 7.24974 15.1901L7.41974 16.3901C7.42974 16.4501 7.53974 16.5601 7.59974 16.5701L8.79974 16.7401C8.84974 16.7301 8.94974 16.7101 8.97974 16.6801L11.5697 14.0901C11.7697 13.8901 12.0597 13.8301 12.3197 13.9101C13.5297 14.2901 14.8397 13.9701 15.7397 13.0701C16.3797 12.4301 16.7397 11.5701 16.7397 10.6601C16.7397 9.75007 16.3897 8.89007 15.7397 8.25007C15.0897 7.59007 14.2097 7.25007 13.3397 7.25007Z\" fill=\"\"/>\n<path d=\"M10.4493 17.0301C10.2593 17.0301 10.0693 16.9601 9.9193 16.8101L9.0593 15.9501C8.7693 15.6601 8.7693 15.1801 9.0593 14.8901C9.3493 14.6001 9.8293 14.6001 10.1193 14.8901L10.9793 15.7501C11.2693 16.0401 11.2693 16.5201 10.9793 16.8101C10.8393 16.9601 10.6493 17.0301 10.4493 17.0301Z\" fill=\"\"/>\n<path d=\"M13.3791 11.8001C13.2391 11.8001 13.1091 11.7801 12.9891 11.7301C12.8691 11.6801 12.7591 11.6001 12.6691 11.5101C12.4791 11.3201 12.3691 11.0701 12.3691 10.8001C12.3691 10.5401 12.4791 10.2801 12.6691 10.1001C12.8991 9.86012 13.2491 9.75012 13.5691 9.82012C13.6291 9.84012 13.6991 9.85012 13.7591 9.88012C13.8191 9.91012 13.8791 9.94012 13.9291 9.97012C13.9791 10.0101 14.0391 10.0501 14.0791 10.1001C14.2691 10.2801 14.3791 10.5401 14.3791 10.8001C14.3791 10.9401 14.3491 11.0601 14.2991 11.1901C14.2491 11.3101 14.1791 11.4201 14.0791 11.5101C13.8891 11.7001 13.6391 11.8001 13.3791 11.8001Z\" fill=\"\"/>\n</svg>\n</li><li title=\"key \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.17916 22.7499C6.07916 22.7499 5.96916 22.7399 5.87916 22.7299L3.70916 22.4299C2.66916 22.2899 1.72916 21.3599 1.56916 20.2999L1.26916 18.1099C1.16916 17.4099 1.46916 16.4999 1.96916 15.9899L6.35916 11.5999C5.64916 8.75992 6.46916 5.75992 8.55916 3.68992C11.7992 0.459923 17.0692 0.449923 20.3192 3.68992C21.8892 5.25992 22.7492 7.34992 22.7492 9.56992C22.7492 11.7899 21.8892 13.8799 20.3192 15.4499C18.2192 17.5299 15.2292 18.3499 12.4092 17.6299L8.00916 22.0199C7.58916 22.4599 6.83916 22.7499 6.17916 22.7499ZM14.4292 2.75992C12.6792 2.75992 10.9392 3.41992 9.60916 4.74992C7.80916 6.53992 7.15916 9.15992 7.90916 11.5999C7.98916 11.8699 7.91916 12.1499 7.71916 12.3499L3.01916 17.0499C2.84916 17.2199 2.70916 17.6599 2.73916 17.8899L3.03916 20.0799C3.09916 20.4599 3.50916 20.8899 3.88916 20.9399L6.06916 21.2399C6.30916 21.2799 6.74916 21.1399 6.91916 20.9699L11.6392 16.2599C11.8392 16.0599 12.1292 15.9999 12.3892 16.0799C14.7992 16.8399 17.4292 16.1899 19.2292 14.3899C20.5092 13.1099 21.2192 11.3899 21.2192 9.56992C21.2192 7.73992 20.5092 6.02992 19.2292 4.74992C17.9292 3.42992 16.1792 2.75992 14.4292 2.75992Z\" fill=\"\"/>\n<path d=\"M9.19008 20.5399C9.00008 20.5399 8.81008 20.4699 8.66008 20.3199L6.36008 18.0199C6.07008 17.7299 6.07008 17.2499 6.36008 16.9599C6.65008 16.6699 7.13008 16.6699 7.42008 16.9599L9.72008 19.2599C10.0101 19.5499 10.0101 20.0299 9.72008 20.3199C9.57008 20.4699 9.38008 20.5399 9.19008 20.5399Z\" fill=\"\"/>\n<path d=\"M14.5 11.75C13.26 11.75 12.25 10.74 12.25 9.5C12.25 8.26 13.26 7.25 14.5 7.25C15.74 7.25 16.75 8.26 16.75 9.5C16.75 10.74 15.74 11.75 14.5 11.75ZM14.5 8.75C14.09 8.75 13.75 9.09 13.75 9.5C13.75 9.91 14.09 10.25 14.5 10.25C14.91 10.25 15.25 9.91 15.25 9.5C15.25 9.09 14.91 8.75 14.5 8.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"keyboard open \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.7398 19.59H7.26978C6.47978 19.59 5.90977 19.56 5.41977 19.49C1.94977 19.11 1.25977 17.03 1.25977 13.58V7.26001C1.25977 3.81001 1.93977 1.72998 5.43977 1.34998C5.91977 1.27998 6.48978 1.25 7.26978 1.25H16.7398C17.5198 1.25 18.0898 1.27998 18.5898 1.34998C22.0698 1.72998 22.7498 3.81001 22.7498 7.26001V13.58C22.7498 17.03 22.0698 19.11 18.5698 19.49C18.0998 19.56 17.5298 19.59 16.7398 19.59ZM7.25977 2.75C6.54977 2.75 6.03977 2.78003 5.61977 2.84003C3.45977 3.08003 2.74977 3.75002 2.74977 7.27002V13.59C2.74977 17.1 3.45978 17.78 5.59978 18.01C6.03978 18.07 6.54978 18.1 7.26978 18.1H16.7398C17.4598 18.1 17.9598 18.07 18.3798 18.01C20.5398 17.77 21.2498 17.1 21.2498 13.58V7.26001C21.2498 3.75001 20.5398 3.07003 18.3998 2.84003C17.9498 2.78003 17.4498 2.75 16.7298 2.75H7.25977Z\" fill=\"\"/>\n<path d=\"M17.2601 9.07007H13.5801C13.1701 9.07007 12.8301 8.73007 12.8301 8.32007C12.8301 7.91007 13.1701 7.57007 13.5801 7.57007H17.2601C17.6701 7.57007 18.0101 7.91007 18.0101 8.32007C18.0101 8.73007 17.6801 9.07007 17.2601 9.07007Z\" fill=\"\"/>\n<path d=\"M10 9.32007C9.45 9.32007 9 8.87007 9 8.32007C9 7.77007 9.44 7.32007 10 7.32007C10.55 7.32007 11 7.77007 11 8.32007C11 8.87007 10.56 9.32007 10 9.32007Z\" fill=\"\"/>\n<path d=\"M6.84961 9.32007C6.29961 9.32007 5.84961 8.87007 5.84961 8.32007C5.84961 7.77007 6.28961 7.32007 6.84961 7.32007H6.8596C7.4096 7.32007 7.8596 7.77007 7.8596 8.32007C7.8596 8.87007 7.39961 9.32007 6.84961 9.32007Z\" fill=\"\"/>\n<path d=\"M17.2602 14.8599H6.75023C6.34023 14.8599 5.99023 14.5199 5.99023 14.1099C5.99023 13.6999 6.32022 13.3599 6.73022 13.3599H17.2602C17.6702 13.3599 18.0102 13.6999 18.0102 14.1099C18.0102 14.5199 17.6802 14.8599 17.2602 14.8599Z\" fill=\"\"/>\n<path d=\"M17 22.75H7C6.59 22.75 6.25 22.41 6.25 22C6.25 21.59 6.59 21.25 7 21.25H17C17.41 21.25 17.75 21.59 17.75 22C17.75 22.41 17.41 22.75 17 22.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"keyboard \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.5 20.75H7.5C6.75 20.75 6.2 20.72 5.73 20.65C2.41 20.29 1.75 18.3 1.75 15V9C1.75 5.7 2.41 3.71 5.76 3.34C6.2 3.28 6.75 3.25 7.5 3.25H16.5C17.25 3.25 17.8 3.28 18.27 3.35C21.59 3.71 22.25 5.7 22.25 9V15C22.25 18.3 21.59 20.29 18.24 20.66C17.8 20.72 17.25 20.75 16.5 20.75ZM7.5 4.75C6.82 4.75 6.34 4.78 5.95 4.83C3.92 5.06 3.25 5.69 3.25 9V15C3.25 18.31 3.92 18.94 5.92 19.17C6.34 19.23 6.82 19.25 7.5 19.25H16.5C17.18 19.25 17.66 19.22 18.05 19.17C20.08 18.95 20.75 18.31 20.75 15V9C20.75 5.69 20.08 5.06 18.08 4.83C17.66 4.77 17.18 4.75 16.5 4.75H7.5Z\" fill=\"\"/>\n<path d=\"M17 10.75H13.5C13.09 10.75 12.75 10.41 12.75 10C12.75 9.59 13.09 9.25 13.5 9.25H17C17.41 9.25 17.75 9.59 17.75 10C17.75 10.41 17.41 10.75 17 10.75Z\" fill=\"\"/>\n<path d=\"M10.0996 11C9.54961 11 9.09961 10.55 9.09961 10C9.09961 9.45 9.53961 9 10.0996 9H10.1096C10.6596 9 11.1096 9.45 11.1096 10C11.1096 10.55 10.6596 11 10.0996 11Z\" fill=\"\"/>\n<path d=\"M7.09961 11C6.54961 11 6.09961 10.55 6.09961 10C6.09961 9.45 6.53961 9 7.09961 9C7.64961 9 8.09961 9.45 8.09961 10C8.09961 10.55 7.65961 11 7.09961 11Z\" fill=\"\"/>\n<path d=\"M16.9998 16.25H7.01977C6.60977 16.25 6.25977 15.91 6.25977 15.5C6.25977 15.09 6.58977 14.75 6.99977 14.75H16.9998C17.4098 14.75 17.7498 15.09 17.7498 15.5C17.7498 15.91 17.4098 16.25 16.9998 16.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"lamp 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.7787 19.3399H3.21875C2.80875 19.3399 2.46875 18.9999 2.46875 18.5899V13.6499C2.46875 8.42993 6.71875 4.17993 11.9388 4.17993H12.0587C17.2787 4.17993 21.5287 8.42993 21.5287 13.6499V18.5899C21.5287 18.9999 21.1887 19.3399 20.7787 19.3399ZM3.96875 17.8399H20.0287V13.6499C20.0287 9.24993 16.4487 5.67993 12.0587 5.67993H11.9388C7.53875 5.67993 3.96875 9.25993 3.96875 13.6499V17.8399Z\" fill=\"\"/>\n<path d=\"M12 5.67999C11.59 5.67999 11.25 5.33999 11.25 4.92999V2C11.25 1.59 11.59 1.25 12 1.25C12.41 1.25 12.75 1.59 12.75 2V4.92999C12.75 5.33999 12.41 5.67999 12 5.67999Z\" fill=\"\"/>\n<path d=\"M12.0005 22.7498C9.69054 22.7498 7.76055 20.9398 7.60055 18.6398C7.59055 18.4298 7.66053 18.2298 7.80053 18.0798C7.94053 17.9298 8.14055 17.8398 8.35055 17.8398H15.6505C15.8605 17.8398 16.0606 17.9298 16.2006 18.0798C16.3406 18.2298 16.4105 18.4398 16.4005 18.6398C16.2405 20.9398 14.3105 22.7498 12.0005 22.7498ZM9.27053 19.3398C9.68053 20.4598 10.7605 21.2498 12.0005 21.2498C13.2405 21.2498 14.3206 20.4598 14.7306 19.3398H9.27053Z\" fill=\"\"/>\n</svg>\n</li><li title=\"lamp charge \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.0004 13.8499C11.8704 13.8499 11.7404 13.8199 11.6304 13.7499C11.2704 13.5399 11.1504 13.0799 11.3504 12.7299L12.2004 11.2499H11.3604C10.8604 11.2499 10.4504 11.0299 10.2304 10.6599C10.0104 10.2799 10.0304 9.8199 10.2804 9.3799L11.3504 7.5199C11.5604 7.1599 12.0204 7.0399 12.3704 7.2399C12.7304 7.4499 12.8504 7.9099 12.6504 8.2599L11.8004 9.7499H12.6404C13.1404 9.7499 13.5504 9.9699 13.7704 10.3399C13.9904 10.7199 13.9704 11.1799 13.7204 11.6199L12.6504 13.4799C12.5104 13.7199 12.2604 13.8499 12.0004 13.8499Z\" fill=\"\"/>\n<path d=\"M14.7701 19.7498H9.26012C8.82012 19.7498 8.26012 19.6998 7.89012 19.3198C7.53012 18.9498 7.54012 18.4898 7.55012 18.1798V17.2898C5.03012 15.6098 3.37012 12.6898 3.37012 9.9098C3.37012 7.2798 4.55012 4.8198 6.60012 3.1698C8.65012 1.5198 11.3401 0.899803 13.9701 1.4798C16.4701 2.0298 18.6301 3.6998 19.7501 5.9498C21.9201 10.3198 19.8301 15.0498 16.4901 17.2998V18.0498C16.5001 18.3398 16.5101 18.8698 16.1001 19.2898C15.7901 19.5898 15.3501 19.7498 14.7701 19.7498ZM9.04012 18.2398C9.09012 18.2398 9.16012 18.2498 9.25012 18.2498H14.7701C14.8701 18.2498 14.9401 18.2398 14.9801 18.2298C14.9801 18.1998 14.9801 18.1598 14.9801 18.1298V16.8698C14.9801 16.6098 15.1201 16.3598 15.3401 16.2298C18.3001 14.4398 20.2601 10.3498 18.3901 6.5998C17.4701 4.7498 15.6901 3.3798 13.6301 2.9298C11.4501 2.4498 9.22012 2.9598 7.52012 4.3298C5.82012 5.6998 4.85012 7.7298 4.85012 9.9098C4.85012 12.6898 6.77012 15.0898 8.67012 16.2398C8.90012 16.3798 9.03012 16.6198 9.03012 16.8798V18.2298C9.04012 18.2298 9.04012 18.2298 9.04012 18.2398Z\" fill=\"\"/>\n<path d=\"M15.5003 22.7499C15.4303 22.7499 15.3603 22.7399 15.2903 22.7199C13.1303 22.0999 10.8603 22.0999 8.70025 22.7199C8.30025 22.8299 7.89025 22.5999 7.77025 22.1999C7.65025 21.7999 7.89025 21.3899 8.29025 21.2699C10.7103 20.5799 13.2803 20.5799 15.7003 21.2699C16.1003 21.3799 16.3303 21.7999 16.2203 22.1999C16.1303 22.5399 15.8303 22.7499 15.5003 22.7499Z\" fill=\"\"/>\n</svg>\n</li><li title=\"lamp on \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.7701 19.7498H9.26012C8.82012 19.7498 8.26012 19.6998 7.89012 19.3198C7.53012 18.9498 7.54012 18.4898 7.55012 18.1798V17.2898C5.03012 15.6098 3.37012 12.6898 3.37012 9.9098C3.37012 7.2798 4.55012 4.8198 6.60012 3.1698C8.65012 1.5198 11.3401 0.899803 13.9701 1.4798C16.4701 2.0298 18.6301 3.6998 19.7501 5.9498C21.9201 10.3198 19.8301 15.0498 16.4901 17.2998V18.0498C16.5001 18.3398 16.5101 18.8698 16.1001 19.2898C15.7901 19.5898 15.3501 19.7498 14.7701 19.7498ZM9.04012 18.2398C9.09012 18.2398 9.16012 18.2498 9.25012 18.2498H14.7701C14.8701 18.2498 14.9401 18.2398 14.9801 18.2298C14.9801 18.1998 14.9801 18.1598 14.9801 18.1298V16.8698C14.9801 16.6098 15.1201 16.3598 15.3401 16.2298C18.3001 14.4398 20.2601 10.3498 18.3901 6.5998C17.4701 4.7498 15.6901 3.3798 13.6301 2.9298C11.4501 2.4498 9.22012 2.9598 7.52012 4.3298C5.82012 5.6998 4.85012 7.7298 4.85012 9.9098C4.85012 12.6898 6.77012 15.0898 8.67012 16.2398C8.90012 16.3798 9.03012 16.6198 9.03012 16.8798V18.2298C9.04012 18.2298 9.04012 18.2298 9.04012 18.2398Z\" fill=\"\"/>\n<path d=\"M15.5003 22.7499C15.4303 22.7499 15.3603 22.7399 15.2903 22.7199C13.1303 22.0999 10.8603 22.0999 8.70025 22.7199C8.30025 22.8299 7.89025 22.5999 7.77025 22.1999C7.65025 21.7999 7.89025 21.3899 8.29025 21.2699C10.7103 20.5799 13.2803 20.5799 15.7003 21.2699C16.1003 21.3799 16.3303 21.7999 16.2203 22.1999C16.1303 22.5399 15.8303 22.7499 15.5003 22.7499Z\" fill=\"\"/>\n</svg>\n</li><li title=\"lamp slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.18012 19.0799C3.99012 19.0799 3.80012 19.0099 3.65012 18.8599C3.36012 18.5699 3.36012 18.0899 3.65012 17.7999L19.5001 1.94992C19.7901 1.65992 20.2701 1.65992 20.5601 1.94992C20.8501 2.23992 20.8501 2.71992 20.5601 3.00992L4.71012 18.8599C4.56012 19.0099 4.37012 19.0799 4.18012 19.0799Z\" fill=\"\"/>\n<path d=\"M5.25031 13.75C4.96031 13.75 4.69031 13.58 4.56031 13.3C4.07031 12.18 3.82031 11.04 3.82031 9.90001C3.82031 7.18001 5.00031 4.67001 7.05031 3.01001C8.97031 1.47001 11.3503 0.910008 13.7503 1.44001C15.3303 1.79001 16.7703 2.62001 17.9003 3.84001C18.1803 4.14001 18.1603 4.62001 17.8603 4.90001C17.5603 5.18001 17.0803 5.16001 16.8003 4.86001C15.8703 3.86001 14.7103 3.18001 13.4303 2.90001C11.4803 2.48001 9.55031 2.93001 8.00031 4.18001C6.30031 5.55001 5.33031 7.63001 5.33031 9.90001C5.33031 10.83 5.54031 11.77 5.94031 12.7C6.11031 13.08 5.93031 13.52 5.55031 13.69C5.45031 13.73 5.35031 13.75 5.25031 13.75Z\" fill=\"\"/>\n<path d=\"M14.6096 19.7502H9.41961C9.02961 19.7502 8.47961 19.7102 8.10961 19.3302C7.74961 18.9602 7.75961 18.4902 7.76961 18.1802V17.2702C7.36961 16.9902 6.98961 16.6702 6.62961 16.3102C6.33961 16.0202 6.33961 15.5402 6.62961 15.2502C6.91961 14.9602 7.39961 14.9602 7.68961 15.2502C8.07961 15.6302 8.48961 15.9702 8.91961 16.2502C9.12961 16.3902 9.26961 16.6302 9.26961 16.8802V18.2202C9.26961 18.2302 9.26961 18.2402 9.26961 18.2502C9.30961 18.2502 9.35961 18.2502 9.42961 18.2502H14.6196C14.6896 18.2502 14.7396 18.2502 14.7796 18.2402C14.7796 18.2002 14.7796 18.1602 14.7796 18.1302V16.8702C14.7796 16.6102 14.9096 16.3802 15.1296 16.2402C17.5996 14.6602 19.4996 11.1602 18.3596 7.5302C18.2396 7.1302 18.4596 6.7102 18.8496 6.5902C19.2396 6.4602 19.6696 6.69019 19.7896 7.08019C21.0996 11.2602 19.0596 15.2902 16.2796 17.2702V18.0402C16.2896 18.3502 16.2996 18.8802 15.8896 19.3002C15.5796 19.6002 15.1596 19.7502 14.6096 19.7502Z\" fill=\"\"/>\n<path d=\"M15.5003 22.7499C15.4303 22.7499 15.3603 22.7399 15.2903 22.7199C13.1303 22.0999 10.8603 22.0999 8.70025 22.7199C8.30025 22.8299 7.89025 22.5999 7.77025 22.1999C7.65025 21.7999 7.89025 21.3899 8.29025 21.2699C10.7103 20.5799 13.2803 20.5799 15.7003 21.2699C16.1003 21.3799 16.3303 21.7999 16.2203 22.1999C16.1303 22.5399 15.8303 22.7499 15.5003 22.7499Z\" fill=\"\"/>\n</svg>\n</li><li title=\"lamp \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.21 15.44H5.79001C4.76001 15.44 3.85001 15.02 3.29001 14.29C2.73001 13.56 2.57001 12.57 2.84001 11.58L5.04001 3.5C5.38001 2.24 6.68001 1.25 7.99001 1.25H16C17.31 1.25 18.6 2.24 18.95 3.5L21.15 11.58C21.42 12.57 21.26 13.56 20.7 14.29C20.14 15.02 19.24 15.44 18.21 15.44ZM7.99001 2.75C7.36001 2.75 6.65001 3.29 6.49001 3.9L4.29001 11.98C4.14001 12.52 4.21001 13.02 4.49001 13.39C4.77001 13.76 5.23001 13.95 5.79001 13.95H18.21C18.77 13.95 19.24 13.75 19.51 13.39C19.78 13.03 19.86 12.53 19.71 11.98L17.51 3.9C17.34 3.29 16.64 2.75 16.01 2.75H7.99001Z\" fill=\"\"/>\n<path d=\"M12 22.75C11.59 22.75 11.25 22.41 11.25 22V15C11.25 14.59 11.59 14.25 12 14.25C12.41 14.25 12.75 14.59 12.75 15V22C12.75 22.41 12.41 22.75 12 22.75Z\" fill=\"\"/>\n<path d=\"M16 22.75H8C7.59 22.75 7.25 22.41 7.25 22C7.25 21.59 7.59 21.25 8 21.25H16C16.41 21.25 16.75 21.59 16.75 22C16.75 22.41 16.41 22.75 16 22.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"language circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.9897 9.70996H7.00977C6.59977 9.70996 6.25977 9.36996 6.25977 8.95996C6.25977 8.54996 6.59977 8.20996 7.00977 8.20996H16.9897C17.3997 8.20996 17.7397 8.54996 17.7397 8.95996C17.7397 9.36996 17.3997 9.70996 16.9897 9.70996Z\" fill=\"\"/>\n<path d=\"M12 9.71027C11.59 9.71027 11.25 9.37027 11.25 8.96027V7.28027C11.25 6.87027 11.59 6.53027 12 6.53027C12.41 6.53027 12.75 6.87027 12.75 7.28027V8.96027C12.75 9.37027 12.41 9.71027 12 9.71027Z\" fill=\"\"/>\n<path d=\"M7 17.4699C6.59 17.4699 6.25 17.1299 6.25 16.7199C6.25 16.3099 6.59 15.9699 7 15.9699C10.72 15.9699 13.75 12.8199 13.75 8.93994C13.75 8.52994 14.09 8.18994 14.5 8.18994C14.91 8.18994 15.25 8.52994 15.25 8.93994C15.25 13.6499 11.55 17.4699 7 17.4699Z\" fill=\"\"/>\n<path d=\"M17.0012 17.47C15.0312 17.47 13.2012 16.49 11.8612 14.7C11.6112 14.37 11.6812 13.9 12.0112 13.65C12.3412 13.4 12.8112 13.47 13.0612 13.8C14.1212 15.2 15.5212 15.97 17.0112 15.97C17.4212 15.97 17.7612 16.31 17.7612 16.72C17.7612 17.13 17.4112 17.47 17.0012 17.47Z\" fill=\"\"/>\n<path d=\"M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"language square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.9897 9.70996H7.00977C6.59977 9.70996 6.25977 9.36996 6.25977 8.95996C6.25977 8.54996 6.59977 8.20996 7.00977 8.20996H16.9897C17.3997 8.20996 17.7397 8.54996 17.7397 8.95996C17.7397 9.36996 17.3997 9.70996 16.9897 9.70996Z\" fill=\"\"/>\n<path d=\"M12 9.71027C11.59 9.71027 11.25 9.37027 11.25 8.96027V7.28027C11.25 6.87027 11.59 6.53027 12 6.53027C12.41 6.53027 12.75 6.87027 12.75 7.28027V8.96027C12.75 9.37027 12.41 9.71027 12 9.71027Z\" fill=\"\"/>\n<path d=\"M7 17.4699C6.59 17.4699 6.25 17.1299 6.25 16.7199C6.25 16.3099 6.59 15.9699 7 15.9699C10.72 15.9699 13.75 12.8199 13.75 8.93994C13.75 8.52994 14.09 8.18994 14.5 8.18994C14.91 8.18994 15.25 8.52994 15.25 8.93994C15.25 13.6499 11.55 17.4699 7 17.4699Z\" fill=\"\"/>\n<path d=\"M17.0012 17.47C15.0312 17.47 13.2012 16.49 11.8612 14.7C11.6112 14.37 11.6812 13.9 12.0112 13.65C12.3412 13.4 12.8112 13.47 13.0612 13.8C14.1212 15.2 15.5212 15.97 17.0112 15.97C17.4212 15.97 17.7612 16.31 17.7612 16.72C17.7612 17.13 17.4112 17.47 17.0012 17.47Z\" fill=\"\"/>\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n</svg>\n</li><li title=\"layer \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.7904 11.88C11.2504 11.88 10.7004 11.78 10.2704 11.59L4.37039 8.97C2.87039 8.3 2.65039 7.4 2.65039 6.91C2.65039 6.42 2.87039 5.52 4.37039 4.85L10.2704 2.23C11.1404 1.84 12.4504 1.84 13.3204 2.23L19.2304 4.85C20.7204 5.51 20.9504 6.42 20.9504 6.91C20.9504 7.4 20.7304 8.3 19.2304 8.97L13.3204 11.59C12.8804 11.79 12.3404 11.88 11.7904 11.88ZM11.7904 3.44C11.4504 3.44 11.1204 3.49 10.8804 3.6L4.98039 6.22C4.37039 6.5 4.15039 6.78 4.15039 6.91C4.15039 7.04 4.37039 7.33 4.97039 7.6L10.8704 10.22C11.3504 10.43 12.2204 10.43 12.7004 10.22L18.6104 7.6C19.2204 7.33 19.4404 7.04 19.4404 6.91C19.4404 6.78 19.2204 6.49 18.6104 6.22L12.7104 3.6C12.4704 3.5 12.1304 3.44 11.7904 3.44Z\" fill=\"\"/>\n<path d=\"M12 17.09C11.62 17.09 11.24 17.01 10.88 16.85L4.09 13.83C3.06 13.38 2.25 12.13 2.25 11C2.25 10.59 2.59 10.25 3 10.25C3.41 10.25 3.75 10.59 3.75 11C3.75 11.55 4.2 12.24 4.7 12.47L11.49 15.49C11.81 15.63 12.18 15.63 12.51 15.49L19.3 12.47C19.8 12.25 20.25 11.55 20.25 11C20.25 10.59 20.59 10.25 21 10.25C21.41 10.25 21.75 10.59 21.75 11C21.75 12.13 20.94 13.38 19.91 13.84L13.12 16.86C12.76 17.01 12.38 17.09 12 17.09Z\" fill=\"\"/>\n<path d=\"M12 22.0902C11.62 22.0902 11.24 22.0102 10.88 21.8502L4.09 18.8302C2.97 18.3302 2.25 17.2202 2.25 15.9902C2.25 15.5802 2.59 15.2402 3 15.2402C3.41 15.2402 3.75 15.5902 3.75 16.0002C3.75 16.6302 4.12 17.2102 4.7 17.4702L11.49 20.4902C11.81 20.6302 12.18 20.6302 12.51 20.4902L19.3 17.4702C19.88 17.2102 20.25 16.6402 20.25 16.0002C20.25 15.5902 20.59 15.2502 21 15.2502C21.41 15.2502 21.75 15.5902 21.75 16.0002C21.75 17.2302 21.03 18.3402 19.91 18.8402L13.12 21.8602C12.76 22.0102 12.38 22.0902 12 22.0902Z\" fill=\"\"/>\n</svg>\n</li><li title=\"level \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9995 22.7501C6.91954 22.7501 2.48954 19.1401 1.46954 14.1701C1.38954 13.7601 1.64954 13.3701 2.04954 13.2801C2.45954 13.2001 2.84954 13.4601 2.93954 13.8601C3.81954 18.1401 7.62954 21.2501 11.9995 21.2501C16.3595 21.2501 20.1695 18.1601 21.0595 13.9001C21.1395 13.4901 21.5395 13.2301 21.9495 13.3201C22.3595 13.4001 22.6195 13.8001 22.5295 14.2101C21.4895 19.1501 17.0695 22.7501 11.9995 22.7501Z\" fill=\"\"/>\n<path d=\"M21.8109 10.81C21.4609 10.81 21.1509 10.56 21.0809 10.2C20.2309 5.88001 16.4109 2.73999 12.0009 2.73999C7.62093 2.73999 3.81093 5.85 2.94093 10.13C2.86093 10.54 2.46093 10.79 2.05093 10.71C1.64093 10.63 1.38093 10.23 1.47093 9.82001C2.49093 4.85001 6.92093 1.23999 12.0009 1.23999C17.1309 1.23999 21.5609 4.89 22.5509 9.91C22.6309 10.32 22.3609 10.71 21.9609 10.79C21.9109 10.81 21.8609 10.81 21.8109 10.81Z\" fill=\"\"/>\n<path d=\"M12 14.25C10.76 14.25 9.75 13.24 9.75 12C9.75 10.76 10.76 9.75 12 9.75C13.24 9.75 14.25 10.76 14.25 12C14.25 13.24 13.24 14.25 12 14.25ZM12 11.25C11.59 11.25 11.25 11.59 11.25 12C11.25 12.41 11.59 12.75 12 12.75C12.41 12.75 12.75 12.41 12.75 12C12.75 11.59 12.41 11.25 12 11.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"lifebuoy \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9707 22.75C6.0507 22.75 1.2207 17.93 1.2207 12C1.2207 6.07 6.0507 1.25 11.9707 1.25C17.8907 1.25 22.7207 6.07 22.7207 12C22.7207 17.93 17.9007 22.75 11.9707 22.75ZM11.9707 2.75C6.8707 2.75 2.7207 6.9 2.7207 12C2.7207 17.1 6.8707 21.25 11.9707 21.25C17.0707 21.25 21.2207 17.1 21.2207 12C21.2207 6.9 17.0707 2.75 11.9707 2.75Z\" fill=\"\"/>\n<path d=\"M12 17.25C9.1 17.25 6.75 14.89 6.75 12C6.75 9.11 9.1 6.75 12 6.75C14.9 6.75 17.25 9.11 17.25 12C17.25 14.89 14.9 17.25 12 17.25ZM12 8.25C9.93 8.25 8.25 9.93 8.25 12C8.25 14.07 9.93 15.75 12 15.75C14.07 15.75 15.75 14.07 15.75 12C15.75 9.93 14.07 8.25 12 8.25Z\" fill=\"\"/>\n<path d=\"M8.43984 9.21012C8.24984 9.21012 8.04984 9.14012 7.90984 9.00012L4.36984 5.46012C4.07984 5.17012 4.07984 4.69012 4.36984 4.40012C4.65984 4.11012 5.13984 4.11012 5.42984 4.40012L8.96984 7.94012C9.25984 8.23012 9.25984 8.70012 8.96984 9.00012C8.81984 9.14012 8.62984 9.21012 8.43984 9.21012Z\" fill=\"\"/>\n<path d=\"M4.89984 19.8202C4.70984 19.8202 4.51984 19.7502 4.36984 19.6002C4.07984 19.3102 4.07984 18.8302 4.36984 18.5402L7.90984 15.0002C8.19984 14.7102 8.67984 14.7102 8.96984 15.0002C9.25984 15.2902 9.25984 15.7702 8.96984 16.0602L5.42984 19.6002C5.28984 19.7502 5.08984 19.8202 4.89984 19.8202Z\" fill=\"\"/>\n<path d=\"M19.0395 19.8202C18.8495 19.8202 18.6595 19.7502 18.5095 19.6002L14.9695 16.0602C14.6795 15.7702 14.6795 15.2902 14.9695 15.0002C15.2595 14.7102 15.7395 14.7102 16.0295 15.0002L19.5695 18.5402C19.8595 18.8302 19.8595 19.3102 19.5695 19.6002C19.4295 19.7502 19.2395 19.8202 19.0395 19.8202Z\" fill=\"\"/>\n<path d=\"M15.5092 9.20986C15.3192 9.20986 15.1292 9.13986 14.9792 8.98986C14.6892 8.69986 14.6892 8.21986 14.9792 7.92986L18.5192 4.38986C18.8092 4.09986 19.2892 4.09986 19.5792 4.38986C19.8692 4.67986 19.8692 5.15986 19.5792 5.44986L16.0392 8.99986C15.8892 9.13986 15.6992 9.20986 15.5092 9.20986Z\" fill=\"\"/>\n</svg>\n</li><li title=\"like 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.2794 22.1H12.4794C11.9194 22.1 10.6994 21.93 10.0494 21.28L7.01937 18.94L7.93937 17.75L11.0394 20.15C11.2894 20.39 11.9194 20.59 12.4794 20.59H16.2794C17.1794 20.59 18.1494 19.87 18.3494 19.06L20.7694 11.71C20.9294 11.27 20.8994 10.87 20.6894 10.58C20.4694 10.27 20.0694 10.09 19.5794 10.09H15.5794C15.0594 10.09 14.5794 9.86999 14.2494 9.48999C13.9094 9.09999 13.7594 8.57999 13.8394 8.03999L14.3394 4.82999C14.4594 4.26999 14.0794 3.63999 13.5394 3.45999C13.0494 3.27999 12.4194 3.53999 12.1994 3.85999L8.09938 9.95999L6.85938 9.12999L10.9594 3.02999C11.5894 2.08999 12.9694 1.63999 14.0494 2.04999C15.2994 2.45999 16.0994 3.83999 15.8194 5.11999L15.3294 8.26999C15.3194 8.33999 15.3194 8.43999 15.3894 8.51999C15.4394 8.56999 15.5094 8.59999 15.5894 8.59999H19.5894C20.5694 8.59999 21.4194 9.00999 21.9194 9.71999C22.4094 10.41 22.5094 11.32 22.1894 12.2L19.7994 19.48C19.4294 20.93 17.8894 22.1 16.2794 22.1Z\" fill=\"\"/>\n<path d=\"M5.38086 20.9999H4.38086C2.53086 20.9999 1.63086 20.1299 1.63086 18.3499V8.5499C1.63086 6.7699 2.53086 5.8999 4.38086 5.8999H5.38086C7.23086 5.8999 8.13086 6.7699 8.13086 8.5499V18.3499C8.13086 20.1299 7.23086 20.9999 5.38086 20.9999ZM4.38086 7.3999C3.29086 7.3999 3.13086 7.6599 3.13086 8.5499V18.3499C3.13086 19.2399 3.29086 19.4999 4.38086 19.4999H5.38086C6.47086 19.4999 6.63086 19.2399 6.63086 18.3499V8.5499C6.63086 7.6599 6.47086 7.3999 5.38086 7.3999H4.38086Z\" fill=\"\"/>\n</svg>\n</li><li title=\"like dislike \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.9493 22.7499H7.7793C7.3893 22.7499 6.6093 22.6298 6.1593 22.1898L4.4593 20.8799L5.3793 19.6898L7.1493 21.0599C7.2793 21.1699 7.5493 21.2499 7.7793 21.2499H9.9493C10.3193 21.2499 10.7393 20.9399 10.8193 20.6199L12.2093 16.3899C12.2493 16.2899 12.2793 16.1399 12.2093 16.0299C12.1493 15.9399 12.0093 15.8899 11.8393 15.8899H9.5493C9.1593 15.8899 8.7993 15.7199 8.5393 15.4299C8.2793 15.1299 8.1693 14.7498 8.2293 14.3398L8.51929 12.4999C8.55929 12.3299 8.4393 12.1198 8.2793 12.0698C8.1493 12.0198 7.9293 12.1099 7.8793 12.1799L5.5293 15.6699L4.2793 14.8298L6.6193 11.3398C7.0593 10.6798 8.0193 10.3799 8.7593 10.6599C9.6093 10.9399 10.1693 11.8999 9.9693 12.7799L9.7193 14.3799H11.8093C12.4793 14.3799 13.0593 14.6599 13.4093 15.1599C13.7493 15.6399 13.8193 16.2699 13.5993 16.8699L12.2293 21.0299C12.0293 21.9699 11.0093 22.7499 9.9493 22.7499Z\" fill=\"\"/>\n<path d=\"M3.71976 22.1199H3.14977C1.58977 22.1199 1.25977 21.1199 1.25977 20.2799V14.6799C1.25977 13.8399 1.58977 12.8398 3.14977 12.8398H3.71976C5.27976 12.8398 5.60976 13.8399 5.60976 14.6799V20.2799C5.60976 21.1199 5.27976 22.1199 3.71976 22.1199ZM2.78976 20.5798C2.79976 20.5798 2.89976 20.6199 3.13976 20.6199H3.70976C3.96976 20.6199 4.05977 20.5798 4.07977 20.5698C4.07977 20.5598 4.10976 20.4899 4.10976 20.2799V14.6799C4.10976 14.4699 4.07976 14.3899 4.06976 14.3799C4.06976 14.3999 3.96976 14.3398 3.71976 14.3398H3.14977C2.88977 14.3398 2.79976 14.3799 2.77976 14.3899C2.77976 14.3999 2.74976 14.4699 2.74976 14.6799V20.2799C2.74976 20.4899 2.77976 20.5698 2.78976 20.5798Z\" fill=\"\"/>\n<path d=\"M15.8102 13.4399C15.6102 13.4399 15.4102 13.41 15.2202 13.34C14.3702 13.06 13.8102 12.1 14.0102 11.22L14.2602 9.62H12.1702C11.5002 9.62 10.9202 9.33997 10.5702 8.83997C10.2302 8.35997 10.1602 7.73 10.3802 7.13L11.7502 2.96997C11.9802 2.02997 13.0102 1.25 14.0602 1.25H16.2302C16.6202 1.25 17.4002 1.37006 17.8502 1.81006L19.5502 3.12L18.6302 4.31006L16.8602 2.93994C16.7302 2.82994 16.4602 2.75 16.2302 2.75H14.0602C13.6902 2.75 13.2702 3.06 13.1902 3.38L11.8002 7.60999C11.7602 7.70999 11.7302 7.85997 11.8002 7.96997C11.8602 8.05997 12.0002 8.10999 12.1702 8.10999H14.4602C14.8502 8.10999 15.2102 8.27995 15.4702 8.56995C15.7302 8.86995 15.8402 9.25003 15.7802 9.66003L15.4902 11.5C15.4502 11.67 15.5702 11.8801 15.7302 11.9301C15.8702 11.9801 16.0802 11.8999 16.1302 11.8199L18.4802 8.32996L19.7302 9.17004L17.3902 12.66C17.0302 13.14 16.4102 13.4399 15.8102 13.4399Z\" fill=\"\"/>\n<path d=\"M20.8604 11.1599H20.2904C18.7304 11.1599 18.4004 10.1598 18.4004 9.31982V3.71985C18.4004 2.87985 18.7304 1.87988 20.2904 1.87988H20.8604C22.4204 1.87988 22.7504 2.87985 22.7504 3.71985V9.31982C22.7504 10.1598 22.4204 11.1599 20.8604 11.1599ZM19.9304 9.61987C19.9404 9.61987 20.0404 9.65991 20.2804 9.65991H20.8504C21.1104 9.65991 21.2004 9.61986 21.2204 9.60986C21.2204 9.59986 21.2504 9.52982 21.2504 9.31982V3.71985C21.2504 3.50985 21.2204 3.43992 21.2104 3.41992C21.2204 3.45992 21.1104 3.37988 20.8604 3.37988H20.2904C20.0304 3.37988 19.9404 3.41993 19.9204 3.42993C19.9204 3.43993 19.8904 3.50985 19.8904 3.71985V9.31982C19.8904 9.52982 19.9204 9.59987 19.9304 9.61987Z\" fill=\"\"/>\n</svg>\n</li><li title=\"like shapes \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.0089 22.75C11.3789 22.75 10.7489 22.54 10.2589 22.12L8.6789 20.76C8.5189 20.62 8.11891 20.48 7.90891 20.48H6.1789C4.6989 20.48 3.49891 19.28 3.49891 17.8V16.09C3.49891 15.88 3.35891 15.49 3.21891 15.33L1.86891 13.74C1.04891 12.77 1.04891 11.24 1.86891 10.27L3.21891 8.68005C3.35891 8.52005 3.49891 8.13004 3.49891 7.92004V6.20996C3.49891 4.72996 4.6989 3.53002 6.1789 3.53002H7.90891C8.11891 3.53002 8.5189 3.38 8.6789 3.25L10.2589 1.89001C11.2389 1.05001 12.7689 1.05001 13.7489 1.89001L15.3289 3.25C15.4889 3.39 15.8889 3.53002 16.0989 3.53002H17.7989C19.2789 3.53002 20.4789 4.72996 20.4789 6.20996V7.91003C20.4789 8.12003 20.6289 8.52005 20.7689 8.68005L22.1189 10.26C22.9589 11.24 22.9589 12.77 22.1189 13.75L20.7689 15.33C20.6289 15.49 20.4889 15.89 20.4889 16.1V17.8C20.4889 19.28 19.2889 20.48 17.8089 20.48H16.1089C15.8989 20.48 15.4989 20.63 15.3389 20.76L13.7589 22.12C13.2589 22.54 12.6289 22.75 12.0089 22.75ZM6.1789 5.02001C5.5289 5.02001 4.99891 5.54995 4.99891 6.19995V7.91003C4.99891 8.48003 4.72891 9.21001 4.36891 9.64001L3.0189 11.23C2.6689 11.64 2.6689 12.35 3.0189 12.76L4.36891 14.35C4.73891 14.79 5.00892 15.52 5.00892 16.08V17.79C5.00892 18.44 5.53891 18.97 6.18891 18.97H7.91892C8.49892 18.97 9.22892 19.24 9.66892 19.62L11.2489 20.98C11.6589 21.33 12.3789 21.33 12.7889 20.98L14.3689 19.62C14.8089 19.25 15.5389 18.97 16.1189 18.97H17.8189C18.4689 18.97 18.9989 18.44 18.9989 17.79V16.09C18.9989 15.51 19.2689 14.78 19.6489 14.34L20.9989 12.76C21.3489 12.35 21.3489 11.63 20.9989 11.22L19.6489 9.64001C19.2789 9.20001 18.9989 8.47001 18.9989 7.89001V6.18994C18.9989 5.53994 18.4689 5.01 17.8189 5.01H16.1189C15.5489 5.01 14.8089 4.73998 14.3689 4.35998L12.7889 3C12.3789 2.65 11.6589 2.65 11.2489 3L9.66892 4.35998C9.22892 4.72998 8.49892 5.01 7.91892 5.01H6.1789V5.02001Z\" fill=\"\"/>\n<path d=\"M13.9998 16.9698H12.2198C11.7998 16.9698 11.1697 16.8398 10.7997 16.4698L9.41977 15.4099L10.3398 14.2198L11.7898 15.3398C11.8898 15.4098 12.0698 15.4598 12.2198 15.4598H13.9998C14.2398 15.4598 14.5297 15.2499 14.5797 15.0399L15.7198 11.5698C15.7498 11.4798 15.7497 11.4199 15.7397 11.3999C15.7197 11.3699 15.6497 11.3398 15.5497 11.3398H13.6797C13.3197 11.3398 12.9898 11.1899 12.7498 10.9199C12.5198 10.6499 12.4097 10.2899 12.4597 9.9199L12.6998 8.40989C12.7198 8.32989 12.6598 8.22982 12.5998 8.20982C12.5398 8.19982 12.4498 8.21986 12.4198 8.24986L10.5098 11.0898L9.25977 10.2499L11.1797 7.39988C11.5797 6.79988 12.4198 6.5399 13.0998 6.7899C13.8598 7.0399 14.3497 7.89991 14.1797 8.67991L13.9998 9.8198H15.5497C16.1397 9.8198 16.6598 10.0699 16.9698 10.5099C17.2698 10.9399 17.3397 11.4999 17.1497 12.0299L16.0298 15.4299C15.8198 16.2899 14.9298 16.9698 13.9998 16.9698Z\" fill=\"\"/>\n<path d=\"M8.90024 16.4601H8.43024C6.96024 16.4601 6.74023 15.4301 6.74023 14.8201V10.2401C6.74023 9.63011 6.96024 8.6001 8.43024 8.6001H8.90024C10.3702 8.6001 10.5902 9.63011 10.5902 10.2401V14.8201C10.5902 15.4301 10.3702 16.4601 8.90024 16.4601ZM8.26025 14.9501C8.30025 14.9601 8.36025 14.9601 8.44025 14.9601H8.91025C8.99025 14.9601 9.05024 14.9601 9.09024 14.9501C9.09024 14.9201 9.10025 14.8801 9.10025 14.8201V10.2401C9.10025 10.1801 9.10024 10.1401 9.09024 10.1101C9.05024 10.1001 8.99025 10.1001 8.91025 10.1001H8.44025C8.36025 10.1001 8.30025 10.1001 8.26025 10.1101C8.26025 10.1401 8.25024 10.1801 8.25024 10.2401V14.8201C8.25024 14.8801 8.25025 14.9201 8.26025 14.9501Z\" fill=\"\"/>\n</svg>\n</li><li title=\"like tag \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.2293 16.1101H12.2493C11.7893 16.1101 11.1193 15.9701 10.7293 15.5801L9.1893 14.3901L10.1093 13.2001L11.7193 14.4501C11.8393 14.5401 12.0593 14.6001 12.2493 14.6001H14.2293C14.5293 14.6001 14.8893 14.3401 14.9593 14.0801L16.2193 10.2301C16.2493 10.1501 16.2793 10.0401 16.2293 9.96009C16.1893 9.90009 16.0793 9.86011 15.9493 9.86011H13.8693C13.4993 9.86011 13.1493 9.70017 12.8993 9.42017C12.6593 9.14017 12.5493 8.76013 12.5993 8.38013L12.8593 6.71009C12.8893 6.58009 12.7993 6.43014 12.6893 6.39014C12.5993 6.36014 12.4493 6.41009 12.4093 6.46009L10.2793 9.63013L9.0293 8.79016L11.1593 5.62012C11.5793 4.99012 12.4693 4.7001 13.1893 4.9701C13.9993 5.2401 14.5193 6.14011 14.3393 6.9801L14.1293 8.3501H15.9493C16.5793 8.3501 17.1293 8.62009 17.4593 9.09009C17.7793 9.55009 17.8493 10.1401 17.6493 10.7101L16.4093 14.4901C16.1793 15.3801 15.2193 16.1101 14.2293 16.1101Z\" fill=\"\"/>\n<path d=\"M8.56 15.54H8.03999C6.47999 15.54 6.25 14.45 6.25 13.8V8.70996C6.25 8.05996 6.47999 6.96997 8.03999 6.96997H8.56C10.12 6.96997 10.35 8.05996 10.35 8.70996V13.8C10.35 14.45 10.12 15.54 8.56 15.54ZM7.78 14.03C7.81 14.03 7.88999 14.04 8.03999 14.04H8.56C8.72 14.04 8.81 14.02 8.84 14.01C8.84 13.99 8.85001 13.93 8.85001 13.8V8.70996C8.85001 8.57996 8.84 8.50999 8.83 8.48999C8.81 8.48999 8.73 8.47998 8.56 8.47998H8.03999C7.87999 8.47998 7.78999 8.50001 7.75999 8.51001C7.75999 8.53001 7.75 8.58997 7.75 8.71997V13.8101C7.75 13.9401 7.76 14.01 7.77 14.04C7.77 14.03 7.78 14.03 7.78 14.03Z\" fill=\"\"/>\n<path d=\"M12 22.75C11.3 22.75 10.59 22.48 10.06 21.95L8.35001 20.26C7.92001 19.84 7.35999 19.61 6.75999 19.61H6C3.93 19.61 2.25 17.94 2.25 15.89V4.97998C2.25 2.92998 3.93 1.26001 6 1.26001H18C20.07 1.26001 21.75 2.92998 21.75 4.97998V15.89C21.75 17.94 20.07 19.61 18 19.61H17.24C16.64 19.61 16.07 19.84 15.65 20.26L13.94 21.95C13.41 22.48 12.7 22.75 12 22.75ZM6 2.75C4.76 2.75 3.75 3.74997 3.75 4.96997V15.88C3.75 17.11 4.76 18.1 6 18.1H6.75999C7.75999 18.1 8.7 18.4899 9.41 19.1899L11.12 20.88C11.61 21.36 12.4 21.36 12.89 20.88L14.6 19.1899C15.31 18.4899 16.25 18.1 17.25 18.1H18C19.24 18.1 20.25 17.1 20.25 15.88V4.96997C20.25 3.73997 19.24 2.75 18 2.75H6Z\" fill=\"\"/>\n</svg>\n</li><li title=\"like \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22.75C11.3 22.75 10.59 22.48 10.06 21.95L8.35001 20.26C7.93001 19.84 7.35001 19.61 6.76001 19.61H6C3.93 19.61 2.25 17.94 2.25 15.89V4.97998C2.25 2.92998 3.93 1.26001 6 1.26001H18C20.07 1.26001 21.75 2.92998 21.75 4.97998V15.89C21.75 17.94 20.07 19.61 18 19.61H17.24C16.65 19.61 16.07 19.85 15.65 20.26L13.94 21.95C13.41 22.48 12.7 22.75 12 22.75ZM6 2.75C4.76 2.75 3.75 3.74997 3.75 4.96997V15.88C3.75 17.11 4.76 18.1 6 18.1H6.76001C7.75001 18.1 8.71 18.5 9.41 19.19L11.12 20.88C11.61 21.36 12.4 21.36 12.89 20.88L14.6 19.19C15.3 18.5 16.26 18.1 17.25 18.1H18C19.24 18.1 20.25 17.1 20.25 15.88V4.96997C20.25 3.73997 19.24 2.75 18 2.75H6Z\" fill=\"\"/>\n<path d=\"M11.9998 15.75C11.8198 15.75 11.6398 15.72 11.4798 15.67C10.1598 15.22 6.75977 13.23 6.75977 9.51001C6.75977 7.71001 8.21977 6.25 10.0098 6.25C10.7398 6.25 11.4398 6.5 12.0098 6.94C12.5798 6.5 13.2798 6.25 14.0098 6.25C15.7998 6.25 17.2598 7.71001 17.2598 9.51001C17.2598 13.23 13.8498 15.22 12.5398 15.67C12.3598 15.72 12.1798 15.75 11.9998 15.75ZM9.99976 7.75C9.03976 7.75 8.24976 8.54001 8.24976 9.51001C8.24976 12.34 10.9997 13.92 11.9597 14.25C11.9697 14.25 12.0098 14.25 12.0398 14.25C13.0098 13.91 15.7397 12.33 15.7397 9.52002C15.7397 8.55002 14.9597 7.76001 13.9897 7.76001C13.4397 7.76001 12.9298 8.02002 12.5898 8.46002C12.3098 8.84002 11.6698 8.84002 11.3898 8.46002C11.0698 8.01002 10.5598 7.75 9.99976 7.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"link 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.5002 14.75H10.0002C9.59024 14.75 9.25024 14.41 9.25024 14C9.25024 13.59 9.59024 13.25 10.0002 13.25H12.5002C15.1202 13.25 17.2502 11.12 17.2502 8.5C17.2502 5.88 15.1202 3.75 12.5002 3.75H7.50024C4.88024 3.75 2.75024 5.88 2.75024 8.5C2.75024 9.6 3.14023 10.67 3.84023 11.52C4.10023 11.84 4.06023 12.31 3.74023 12.58C3.42023 12.84 2.95024 12.8 2.68024 12.48C1.75024 11.36 1.24023 9.95 1.24023 8.5C1.24023 5.05 4.04023 2.25 7.49023 2.25H12.4902C15.9402 2.25 18.7402 5.05 18.7402 8.5C18.7402 11.95 15.9502 14.75 12.5002 14.75Z\" fill=\"\"/>\n<path d=\"M16.5 21.75H11.5C8.05 21.75 5.25 18.95 5.25 15.5C5.25 12.05 8.05 9.25 11.5 9.25H14C14.41 9.25 14.75 9.59 14.75 10C14.75 10.41 14.41 10.75 14 10.75H11.5C8.88 10.75 6.75 12.88 6.75 15.5C6.75 18.12 8.88 20.25 11.5 20.25H16.5C19.12 20.25 21.25 18.12 21.25 15.5C21.25 14.4 20.86 13.33 20.16 12.48C19.9 12.16 19.94 11.69 20.26 11.42C20.58 11.15 21.05 11.2 21.32 11.52C22.25 12.64 22.76 14.05 22.76 15.5C22.75 18.95 19.95 21.75 16.5 21.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"link 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.98969 21.5001C7.32969 21.5001 5.65969 20.8701 4.38969 19.6001C1.85969 17.0601 1.85969 12.9401 4.38969 10.4101C4.67969 10.1201 5.15969 10.1201 5.44969 10.4101C5.73969 10.7001 5.73969 11.1801 5.44969 11.4701C3.49969 13.4201 3.49969 16.5901 5.44969 18.5401C7.39969 20.4901 10.5697 20.4901 12.5197 18.5401C13.4597 17.6001 13.9797 16.3401 13.9797 15.0001C13.9797 13.6701 13.4597 12.4101 12.5197 11.4601C12.2297 11.1701 12.2297 10.6901 12.5197 10.4001C12.8097 10.1101 13.2897 10.1101 13.5797 10.4001C14.8097 11.6301 15.4797 13.2601 15.4797 15.0001C15.4797 16.7401 14.7997 18.3701 13.5797 19.6001C12.3197 20.8701 10.6597 21.5001 8.98969 21.5001Z\" fill=\"\"/>\n<path d=\"M19.0701 14.1602C18.8801 14.1602 18.6901 14.0902 18.5401 13.9402C18.2501 13.6502 18.2501 13.1702 18.5401 12.8802C20.5901 10.8302 20.5901 7.50023 18.5401 5.46023C16.4901 3.41023 13.1601 3.41023 11.1201 5.46023C10.1301 6.45023 9.58008 7.77023 9.58008 9.17023C9.58008 10.5702 10.1301 11.8902 11.1201 12.8802C11.4101 13.1702 11.4101 13.6502 11.1201 13.9402C10.8301 14.2302 10.3501 14.2302 10.0601 13.9402C8.79008 12.6702 8.08008 10.9702 8.08008 9.17023C8.08008 7.37023 8.78008 5.67023 10.0601 4.40023C12.6901 1.77023 16.9701 1.77023 19.6101 4.40023C22.2401 7.03023 22.2401 11.3202 19.6101 13.9502C19.4601 14.0902 19.2601 14.1602 19.0701 14.1602Z\" fill=\"\"/>\n</svg>\n</li><li title=\"link 21 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.5002 18.25H14.9902C14.5802 18.25 14.2402 17.91 14.2402 17.5C14.2402 17.09 14.5802 16.75 14.9902 16.75H16.5002C19.1202 16.75 21.2502 14.62 21.2502 12C21.2502 9.38 19.1202 7.25 16.5002 7.25H15.0002C14.5902 7.25 14.2502 6.91 14.2502 6.5C14.2502 6.09 14.5802 5.75 15.0002 5.75H16.5002C19.9502 5.75 22.7502 8.55 22.7502 12C22.7502 15.45 19.9502 18.25 16.5002 18.25Z\" fill=\"\"/>\n<path d=\"M9 18.25H7.5C4.05 18.25 1.25 15.45 1.25 12C1.25 8.55 4.05 5.75 7.5 5.75H9C9.41 5.75 9.75 6.09 9.75 6.5C9.75 6.91 9.41 7.25 9 7.25H7.5C4.88 7.25 2.75 9.38 2.75 12C2.75 14.62 4.88 16.75 7.5 16.75H9C9.41 16.75 9.75 17.09 9.75 17.5C9.75 17.91 9.41 18.25 9 18.25Z\" fill=\"\"/>\n<path d=\"M16 12.75H8C7.59 12.75 7.25 12.41 7.25 12C7.25 11.59 7.59 11.25 8 11.25H16C16.41 11.25 16.75 11.59 16.75 12C16.75 12.41 16.41 12.75 16 12.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"link circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.93974 15.2602C7.84974 15.2602 7.76973 15.2502 7.67973 15.2102C6.86973 14.9102 6.18973 14.3202 5.75973 13.5502C4.75973 11.7502 5.37974 9.40017 7.12974 8.31017L9.46974 6.86015C10.3297 6.33015 11.3397 6.17018 12.2997 6.42018C13.2597 6.67018 14.0697 7.30016 14.5597 8.18016C15.5597 9.98016 14.9397 12.3302 13.1897 13.4202L12.9297 13.6102C12.5897 13.8502 12.1197 13.7702 11.8797 13.4402C11.6397 13.1002 11.7197 12.6302 12.0497 12.3902L12.3597 12.1702C13.4797 11.4702 13.8597 10.0202 13.2497 8.91017C12.9597 8.39017 12.4897 8.02016 11.9297 7.87016C11.3697 7.72016 10.7797 7.82017 10.2697 8.13017L7.92973 9.58016C6.84973 10.2502 6.46974 11.7002 7.07974 12.8202C7.32974 13.2702 7.72974 13.6202 8.20974 13.8002C8.59974 13.9402 8.79973 14.3702 8.64973 14.7602C8.53973 15.0702 8.24974 15.2602 7.93974 15.2602Z\" fill=\"\"/>\n<path d=\"M12.66 17.6501C12.36 17.6501 12.05 17.6101 11.75 17.5301C10.79 17.2801 9.97997 16.6501 9.49997 15.7701C8.49997 13.9701 9.11996 11.6201 10.87 10.5301L11.13 10.3401C11.47 10.1001 11.94 10.1801 12.18 10.5101C12.42 10.8501 12.34 11.3201 12.01 11.5601L11.7 11.7801C10.58 12.4801 10.2 13.9301 10.81 15.0401C11.1 15.5601 11.57 15.9301 12.13 16.0801C12.69 16.2301 13.28 16.1301 13.79 15.8201L16.13 14.3701C17.21 13.7001 17.59 12.2501 16.98 11.1301C16.73 10.6801 16.33 10.3301 15.85 10.1501C15.46 10.0101 15.26 9.58011 15.41 9.19011C15.55 8.80011 15.98 8.60011 16.37 8.75011C17.18 9.05011 17.86 9.64012 18.29 10.4101C19.29 12.2101 18.67 14.5601 16.92 15.6501L14.58 17.1001C13.99 17.4601 13.33 17.6501 12.66 17.6501Z\" fill=\"\"/>\n<path d=\"M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"link square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.1796 16.7698C8.1596 16.7698 8.12961 16.7698 8.10961 16.7698C7.13961 16.6798 6.22961 16.2299 5.54961 15.5099C3.94961 13.8299 3.94961 11.0999 5.54961 9.41986L7.73961 7.11984C8.51961 6.29984 9.56961 5.83984 10.6896 5.83984C11.8096 5.83984 12.8596 6.28984 13.6396 7.11984C15.2396 8.79984 15.2396 11.5298 13.6396 13.2098L12.5496 14.3598C12.2596 14.6598 11.7896 14.6699 11.4896 14.3899C11.1896 14.0999 11.1796 13.6298 11.4596 13.3298L12.5496 12.1798C13.6096 11.0698 13.6096 9.25985 12.5496 8.15985C11.5596 7.11985 9.81961 7.11985 8.81961 8.15985L6.62961 10.4598C5.56961 11.5698 5.56961 13.3799 6.62961 14.4799C7.05961 14.9399 7.63961 15.2198 8.24961 15.2798C8.65961 15.3198 8.9596 15.6899 8.9196 16.0999C8.8896 16.4799 8.5596 16.7698 8.1796 16.7698Z\" fill=\"\"/>\n<path d=\"M13.3102 18.1599C12.1902 18.1599 11.1402 17.7099 10.3602 16.8799C8.76016 15.1999 8.76016 12.4699 10.3602 10.7899L11.4502 9.63991C11.7402 9.33991 12.2102 9.32988 12.5102 9.60988C12.8102 9.89988 12.8201 10.3699 12.5401 10.6699L11.4502 11.8199C10.3902 12.9299 10.3902 14.7399 11.4502 15.8399C12.4402 16.8799 14.1801 16.8899 15.1801 15.8399L17.3702 13.5399C18.4302 12.4299 18.4302 10.6199 17.3702 9.51989C16.9402 9.05989 16.3602 8.7799 15.7502 8.7199C15.3402 8.6799 15.0402 8.30989 15.0802 7.89989C15.1202 7.48989 15.4801 7.17991 15.9001 7.22991C16.8701 7.32991 17.7802 7.76989 18.4602 8.48989C20.0602 10.1699 20.0602 12.8999 18.4602 14.5799L16.2702 16.8799C15.4802 17.7099 14.4302 18.1599 13.3102 18.1599Z\" fill=\"\"/>\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n</svg>\n</li><li title=\"link \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.75 18.5C4.17 18.5 1.25 15.58 1.25 12C1.25 8.42 4.17 5.5 7.75 5.5C8.16 5.5 8.5 5.84 8.5 6.25C8.5 6.66 8.16 7 7.75 7C4.99 7 2.75 9.24 2.75 12C2.75 14.76 4.99 17 7.75 17C10.51 17 12.75 14.76 12.75 12C12.75 11.59 13.09 11.25 13.5 11.25C13.91 11.25 14.25 11.59 14.25 12C14.25 15.58 11.33 18.5 7.75 18.5Z\" fill=\"\"/>\n<path d=\"M16 18.75C15.59 18.75 15.25 18.41 15.25 18C15.25 17.59 15.59 17.25 16 17.25C18.89 17.25 21.25 14.89 21.25 12C21.25 9.11 18.89 6.75 16 6.75C13.11 6.75 10.75 9.11 10.75 12C10.75 12.41 10.41 12.75 10 12.75C9.59 12.75 9.25 12.41 9.25 12C9.25 8.28 12.28 5.25 16 5.25C19.72 5.25 22.75 8.28 22.75 12C22.75 15.72 19.72 18.75 16 18.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"location add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.75 11.75H9.25C8.84 11.75 8.5 11.41 8.5 11C8.5 10.59 8.84 10.25 9.25 10.25H14.75C15.16 10.25 15.5 10.59 15.5 11C15.5 11.41 15.16 11.75 14.75 11.75Z\" fill=\"\"/>\n<path d=\"M12 14.5C11.59 14.5 11.25 14.16 11.25 13.75V8.25C11.25 7.84 11.59 7.5 12 7.5C12.41 7.5 12.75 7.84 12.75 8.25V13.75C12.75 14.16 12.41 14.5 12 14.5Z\" fill=\"\"/>\n<path d=\"M11.9997 22.76C10.5197 22.76 9.02969 22.2 7.86969 21.09C4.91969 18.25 1.65969 13.72 2.88969 8.33C3.99969 3.44 8.26969 1.25 11.9997 1.25C11.9997 1.25 11.9997 1.25 12.0097 1.25C15.7397 1.25 20.0097 3.44 21.1197 8.34C22.3397 13.73 19.0797 18.25 16.1297 21.09C14.9697 22.2 13.4797 22.76 11.9997 22.76ZM11.9997 2.75C9.08969 2.75 5.34969 4.3 4.35969 8.66C3.27969 13.37 6.23969 17.43 8.91969 20C10.6497 21.67 13.3597 21.67 15.0897 20C17.7597 17.43 20.7197 13.37 19.6597 8.66C18.6597 4.3 14.9097 2.75 11.9997 2.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"location cross \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9997 22.76C10.5197 22.76 9.02969 22.2 7.86969 21.09C4.91969 18.25 1.65969 13.72 2.88969 8.33C3.99969 3.44 8.26969 1.25 11.9997 1.25C11.9997 1.25 11.9997 1.25 12.0097 1.25C15.7397 1.25 20.0097 3.44 21.1197 8.34C22.3397 13.73 19.0797 18.25 16.1297 21.09C14.9697 22.2 13.4797 22.76 11.9997 22.76ZM11.9997 2.75C9.08969 2.75 5.34969 4.3 4.35969 8.66C3.27969 13.37 6.23969 17.43 8.91969 20C10.6497 21.67 13.3597 21.67 15.0897 20C17.7597 17.43 20.7197 13.37 19.6597 8.66C18.6597 4.3 14.9097 2.75 11.9997 2.75Z\" fill=\"\"/>\n<path d=\"M14.0005 13.7099C13.8105 13.7099 13.6205 13.6399 13.4705 13.4899L9.51047 9.52994C9.22047 9.23994 9.22047 8.75994 9.51047 8.46994C9.80047 8.17994 10.2805 8.17994 10.5705 8.46994L14.5305 12.4299C14.8205 12.7199 14.8205 13.1999 14.5305 13.4899C14.3805 13.6299 14.1905 13.7099 14.0005 13.7099Z\" fill=\"\"/>\n<path d=\"M9.99945 13.75C9.80945 13.75 9.61945 13.68 9.46945 13.53C9.17945 13.24 9.17945 12.76 9.46945 12.47L13.4295 8.50998C13.7195 8.21998 14.1995 8.21998 14.4895 8.50998C14.7795 8.79998 14.7795 9.27998 14.4895 9.56998L10.5295 13.53C10.3795 13.68 10.1895 13.75 9.99945 13.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"location minus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.75 11.75H9.25C8.84 11.75 8.5 11.41 8.5 11C8.5 10.59 8.84 10.25 9.25 10.25H14.75C15.16 10.25 15.5 10.59 15.5 11C15.5 11.41 15.16 11.75 14.75 11.75Z\" fill=\"\"/>\n<path d=\"M11.9997 22.76C10.5197 22.76 9.02969 22.2 7.86969 21.09C4.91969 18.25 1.65969 13.72 2.88969 8.33C3.99969 3.44 8.26969 1.25 11.9997 1.25C11.9997 1.25 11.9997 1.25 12.0097 1.25C15.7397 1.25 20.0097 3.44 21.1197 8.34C22.3397 13.73 19.0797 18.25 16.1297 21.09C14.9697 22.2 13.4797 22.76 11.9997 22.76ZM11.9997 2.75C9.08969 2.75 5.34969 4.3 4.35969 8.66C3.27969 13.37 6.23969 17.43 8.91969 20C10.6497 21.67 13.3597 21.67 15.0897 20C17.7597 17.43 20.7197 13.37 19.6597 8.66C18.6597 4.3 14.9097 2.75 11.9997 2.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"location slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.4209 13.7502C10.2909 13.7502 10.1609 13.7202 10.0409 13.6502C8.86086 12.9602 8.13086 11.6802 8.13086 10.3202C8.13086 8.1902 9.86086 6.4502 12.0009 6.4502C13.3709 6.4502 14.6509 7.1802 15.3409 8.3702C15.5509 8.7302 15.4309 9.1902 15.0709 9.4002C14.7109 9.6102 14.2509 9.4902 14.0409 9.1302C13.6209 8.3902 12.8409 7.9402 12.0009 7.9402C10.7009 7.9402 9.63086 9.0002 9.63086 10.3102C9.63086 11.1502 10.0809 11.9302 10.8009 12.3502C11.1609 12.5602 11.2809 13.0202 11.0709 13.3802C10.9309 13.6102 10.6809 13.7502 10.4209 13.7502Z\" fill=\"\"/>\n<path d=\"M5.99072 18.5601C5.76072 18.5601 5.53073 18.4501 5.38073 18.2501C2.98073 14.9601 2.14073 11.6201 2.89073 8.32007C3.67073 4.89007 6.19072 2.35007 9.63072 1.52007C13.2307 0.650071 17.0107 1.82007 19.2407 4.49007C19.5107 4.81007 19.4607 5.28007 19.1507 5.55007C18.8307 5.82007 18.3607 5.77007 18.0907 5.45007C16.2207 3.21007 13.0407 2.24007 9.98072 2.97007C7.06072 3.67007 5.01073 5.74007 4.35072 8.64007C3.70072 11.5001 4.45073 14.4301 6.59073 17.3501C6.83073 17.6801 6.76073 18.1501 6.43072 18.4001C6.30072 18.5101 6.14072 18.5601 5.99072 18.5601Z\" fill=\"\"/>\n<path d=\"M12.0001 22.7598C10.5201 22.7598 9.03006 22.1998 7.87006 21.0898C7.57006 20.7998 7.56006 20.3298 7.85006 20.0298C8.14006 19.7298 8.61006 19.7198 8.91006 20.0098C10.6401 21.6798 13.3501 21.6798 15.0801 20.0098C17.7501 17.4398 20.7101 13.3798 19.6501 8.66977C19.5601 8.26977 19.8101 7.85977 20.2201 7.76977C20.6201 7.67977 21.0301 7.92977 21.1201 8.33977C22.3401 13.7298 19.0801 18.2498 16.1301 21.0898C14.9701 22.1998 13.4801 22.7598 12.0001 22.7598Z\" fill=\"\"/>\n<path d=\"M1.99945 22.7499C1.80945 22.7499 1.61945 22.6799 1.46945 22.5299C1.17945 22.2399 1.17945 21.7599 1.46945 21.4699L21.4695 1.46994C21.7595 1.17994 22.2395 1.17994 22.5295 1.46994C22.8195 1.75994 22.8195 2.23994 22.5295 2.52994L2.52945 22.5299C2.37945 22.6799 2.18945 22.7499 1.99945 22.7499Z\" fill=\"\"/>\n</svg>\n</li><li title=\"location tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9997 22.76C10.5197 22.76 9.02969 22.2 7.86969 21.09C4.91969 18.25 1.65969 13.72 2.88969 8.33C3.99969 3.44 8.26969 1.25 11.9997 1.25C11.9997 1.25 11.9997 1.25 12.0097 1.25C15.7397 1.25 20.0097 3.44 21.1197 8.34C22.3397 13.73 19.0797 18.25 16.1297 21.09C14.9697 22.2 13.4797 22.76 11.9997 22.76ZM11.9997 2.75C9.08969 2.75 5.34969 4.3 4.35969 8.66C3.27969 13.37 6.23969 17.43 8.91969 20C10.6497 21.67 13.3597 21.67 15.0897 20C17.7597 17.43 20.7197 13.37 19.6597 8.66C18.6597 4.3 14.9097 2.75 11.9997 2.75Z\" fill=\"\"/>\n<path d=\"M10.7495 13.7499C10.5595 13.7499 10.3695 13.6799 10.2195 13.5299L8.71945 12.0299C8.42945 11.7399 8.42945 11.2599 8.71945 10.9699C9.00945 10.6799 9.48945 10.6799 9.77945 10.9699L10.7495 11.9399L14.2195 8.46994C14.5095 8.17994 14.9895 8.17994 15.2795 8.46994C15.5695 8.75994 15.5695 9.23994 15.2795 9.52994L11.2795 13.5299C11.1295 13.6799 10.9395 13.7499 10.7495 13.7499Z\" fill=\"\"/>\n</svg>\n</li><li title=\"location \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.0009 14.1699C9.87086 14.1699 8.13086 12.4399 8.13086 10.2999C8.13086 8.15994 9.87086 6.43994 12.0009 6.43994C14.1309 6.43994 15.8709 8.16994 15.8709 10.3099C15.8709 12.4499 14.1309 14.1699 12.0009 14.1699ZM12.0009 7.93994C10.7009 7.93994 9.63086 8.99994 9.63086 10.3099C9.63086 11.6199 10.6909 12.6799 12.0009 12.6799C13.3109 12.6799 14.3709 11.6199 14.3709 10.3099C14.3709 8.99994 13.3009 7.93994 12.0009 7.93994Z\" fill=\"\"/>\n<path d=\"M11.9997 22.76C10.5197 22.76 9.02969 22.2 7.86969 21.09C4.91969 18.25 1.65969 13.72 2.88969 8.33C3.99969 3.44 8.26969 1.25 11.9997 1.25C11.9997 1.25 11.9997 1.25 12.0097 1.25C15.7397 1.25 20.0097 3.44 21.1197 8.34C22.3397 13.73 19.0797 18.25 16.1297 21.09C14.9697 22.2 13.4797 22.76 11.9997 22.76ZM11.9997 2.75C9.08969 2.75 5.34969 4.3 4.35969 8.66C3.27969 13.37 6.23969 17.43 8.91969 20C10.6497 21.67 13.3597 21.67 15.0897 20C17.7597 17.43 20.7197 13.37 19.6597 8.66C18.6597 4.3 14.9097 2.75 11.9997 2.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"lock 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18 10.75C17.59 10.75 17.25 10.41 17.25 10V8C17.25 4.85 16.36 2.75 12 2.75C7.64 2.75 6.75 4.85 6.75 8V10C6.75 10.41 6.41 10.75 6 10.75C5.59 10.75 5.25 10.41 5.25 10V8C5.25 5.1 5.95 1.25 12 1.25C18.05 1.25 18.75 5.1 18.75 8V10C18.75 10.41 18.41 10.75 18 10.75Z\" fill=\"\"/>\n<path d=\"M17 22.75H7C2.59 22.75 1.25 21.41 1.25 17V15C1.25 10.59 2.59 9.25 7 9.25H17C21.41 9.25 22.75 10.59 22.75 15V17C22.75 21.41 21.41 22.75 17 22.75ZM7 10.75C3.42 10.75 2.75 11.43 2.75 15V17C2.75 20.57 3.42 21.25 7 21.25H17C20.58 21.25 21.25 20.57 21.25 17V15C21.25 11.43 20.58 10.75 17 10.75H7Z\" fill=\"\"/>\n<path d=\"M8 16.9999C7.87 16.9999 7.74 16.9699 7.62 16.9199C7.49 16.8699 7.39001 16.7999 7.29001 16.7099C7.11001 16.5199 7 16.2699 7 15.9999C7 15.8699 7.02999 15.7399 7.07999 15.6199C7.12999 15.4899 7.20001 15.3899 7.29001 15.2899C7.39001 15.1999 7.49 15.1299 7.62 15.0799C7.98 14.9199 8.42999 15.0099 8.70999 15.2899C8.79999 15.3899 8.87001 15.4999 8.92001 15.6199C8.97001 15.7399 9 15.8699 9 15.9999C9 16.2599 8.88999 16.5199 8.70999 16.7099C8.51999 16.8899 8.26 16.9999 8 16.9999Z\" fill=\"\"/>\n<path d=\"M12 16.9999C11.74 16.9999 11.48 16.8899 11.29 16.7099C11.11 16.5199 11 16.2699 11 15.9999C11 15.8699 11.02 15.7399 11.08 15.6199C11.13 15.4999 11.2 15.3899 11.29 15.2899C11.52 15.0599 11.87 14.9499 12.19 15.0199C12.26 15.0299 12.32 15.0499 12.38 15.0799C12.44 15.0999 12.5 15.1299 12.56 15.1699C12.61 15.1999 12.66 15.2499 12.71 15.2899C12.8 15.3899 12.87 15.4999 12.92 15.6199C12.97 15.7399 13 15.8699 13 15.9999C13 16.2699 12.89 16.5199 12.71 16.7099C12.66 16.7499 12.61 16.7899 12.56 16.8299C12.5 16.8699 12.44 16.8999 12.38 16.9199C12.32 16.9499 12.26 16.9699 12.19 16.9799C12.13 16.9899 12.06 16.9999 12 16.9999Z\" fill=\"\"/>\n<path d=\"M16 16.9999C15.73 16.9999 15.48 16.8899 15.29 16.7099C15.2 16.6099 15.13 16.4999 15.08 16.3799C15.03 16.2599 15 16.1299 15 15.9999C15 15.7399 15.11 15.4799 15.29 15.2899C15.34 15.2499 15.39 15.2099 15.44 15.1699C15.5 15.1299 15.56 15.0999 15.62 15.0799C15.68 15.0499 15.74 15.0299 15.8 15.0199C16.13 14.9499 16.47 15.0599 16.71 15.2899C16.89 15.4799 17 15.7299 17 15.9999C17 16.1299 16.97 16.2599 16.92 16.3799C16.87 16.5099 16.8 16.6099 16.71 16.7099C16.52 16.8899 16.26 16.9999 16 16.9999Z\" fill=\"\"/>\n</svg>\n</li><li title=\"lock circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 11.75C14.59 11.75 14.25 11.41 14.25 11V10C14.25 8.54 13.89 7.75 12 7.75C10.11 7.75 9.75 8.54 9.75 10V11C9.75 11.41 9.41 11.75 9 11.75C8.59 11.75 8.25 11.41 8.25 11V10C8.25 9.07 8.25 6.25 12 6.25C15.75 6.25 15.75 9.07 15.75 10V11C15.75 11.41 15.41 11.75 15 11.75Z\" fill=\"\"/>\n<path d=\"M12.0004 15.3499C11.2604 15.3499 10.6504 14.7399 10.6504 13.9999C10.6504 13.2599 11.2604 12.6499 12.0004 12.6499C12.7404 12.6499 13.3503 13.2599 13.3503 13.9999C13.3503 14.7399 12.7404 15.3499 12.0004 15.3499ZM12.0004 13.8499C11.9204 13.8499 11.8503 13.9199 11.8503 13.9999C11.8503 14.1699 12.1504 14.1699 12.1504 13.9999C12.1504 13.9199 12.0804 13.8499 12.0004 13.8499Z\" fill=\"\"/>\n<path d=\"M14.5 17.75H9.5C7.1 17.75 6.25 16.9 6.25 14.5V13.5C6.25 11.1 7.1 10.25 9.5 10.25H14.5C16.9 10.25 17.75 11.1 17.75 13.5V14.5C17.75 16.9 16.9 17.75 14.5 17.75ZM9.5 11.75C7.91 11.75 7.75 11.91 7.75 13.5V14.5C7.75 16.09 7.91 16.25 9.5 16.25H14.5C16.09 16.25 16.25 16.09 16.25 14.5V13.5C16.25 11.91 16.09 11.75 14.5 11.75H9.5Z\" fill=\"\"/>\n<path d=\"M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"lock slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9996 19.25C10.9796 19.25 10.0396 18.79 9.41956 17.98C9.16956 17.65 9.22957 17.18 9.55957 16.93C9.88957 16.68 10.3596 16.74 10.6096 17.07C10.9396 17.51 11.4496 17.75 11.9996 17.75C12.9596 17.75 13.7496 16.96 13.7496 16C13.7496 15.61 13.6296 15.24 13.3896 14.94C13.1396 14.61 13.1996 14.14 13.5296 13.89C13.8596 13.64 14.3296 13.7 14.5796 14.03C15.0196 14.6 15.2496 15.28 15.2496 16C15.2496 17.79 13.7896 19.25 11.9996 19.25Z\" fill=\"\"/>\n<path d=\"M17 22.75H7C6.63 22.75 6.28 22.74 5.95 22.72C5.54 22.7 5.22 22.34 5.24 21.93C5.26 21.52 5.61 21.22 6.03 21.22C6.33 21.24 6.65 21.24 6.99 21.24H16.99C20.56 21.24 21.24 20.56 21.24 16.99V14.99C21.24 11.48 20.5 10.91 17.95 10.76C17.65 10.74 17.33 10.74 16.99 10.74H7C3.43 10.74 2.75 11.42 2.75 14.99V16.99C2.75 18.73 2.95 19.76 3.41 20.32C3.67 20.64 3.62 21.12 3.29 21.37C2.97 21.63 2.5 21.58 2.24 21.25C1.54 20.4 1.25 19.16 1.25 17V15C1.25 10.59 2.59 9.25 7 9.25H17C17.37 9.25 17.72 9.26 18.04 9.28C22 9.5 22.75 11.46 22.75 15V17C22.75 21.41 21.41 22.75 17 22.75Z\" fill=\"\"/>\n<path d=\"M6 10.75C5.59 10.75 5.25 10.41 5.25 10V8C5.25 5.1 5.95 1.25 12 1.25C16.07 1.25 18.18 2.58 18.64 5.44C18.71 5.85 18.43 6.23 18.02 6.3C17.61 6.37 17.23 6.09 17.16 5.68C16.91 4.16 16.12 2.75 12 2.75C7.64 2.75 6.75 4.85 6.75 8V10C6.75 10.41 6.41 10.75 6 10.75Z\" fill=\"\"/>\n<path d=\"M1.99945 22.7499C1.80945 22.7499 1.61945 22.6799 1.46945 22.5299C1.17945 22.2399 1.17945 21.7599 1.46945 21.4699L21.4695 1.46994C21.7595 1.17994 22.2395 1.17994 22.5295 1.46994C22.8195 1.75994 22.8195 2.23994 22.5295 2.52994L2.52945 22.5299C2.37945 22.6799 2.18945 22.7499 1.99945 22.7499Z\" fill=\"\"/>\n</svg>\n</li><li title=\"lock \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18 10.75C17.59 10.75 17.25 10.41 17.25 10V8C17.25 4.85 16.36 2.75 12 2.75C7.64 2.75 6.75 4.85 6.75 8V10C6.75 10.41 6.41 10.75 6 10.75C5.59 10.75 5.25 10.41 5.25 10V8C5.25 5.1 5.95 1.25 12 1.25C18.05 1.25 18.75 5.1 18.75 8V10C18.75 10.41 18.41 10.75 18 10.75Z\" fill=\"\"/>\n<path d=\"M12 19.25C10.21 19.25 8.75 17.79 8.75 16C8.75 14.21 10.21 12.75 12 12.75C13.79 12.75 15.25 14.21 15.25 16C15.25 17.79 13.79 19.25 12 19.25ZM12 14.25C11.04 14.25 10.25 15.04 10.25 16C10.25 16.96 11.04 17.75 12 17.75C12.96 17.75 13.75 16.96 13.75 16C13.75 15.04 12.96 14.25 12 14.25Z\" fill=\"\"/>\n<path d=\"M17 22.75H7C2.59 22.75 1.25 21.41 1.25 17V15C1.25 10.59 2.59 9.25 7 9.25H17C21.41 9.25 22.75 10.59 22.75 15V17C22.75 21.41 21.41 22.75 17 22.75ZM7 10.75C3.42 10.75 2.75 11.43 2.75 15V17C2.75 20.57 3.42 21.25 7 21.25H17C20.58 21.25 21.25 20.57 21.25 17V15C21.25 11.43 20.58 10.75 17 10.75H7Z\" fill=\"\"/>\n</svg>\n</li><li title=\"login 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.6791 15.3699C11.4891 15.3699 11.2991 15.2999 11.1491 15.1499C10.8591 14.8599 10.8591 14.3799 11.1491 14.0899L13.1791 12.0599L11.1491 10.0299C10.8591 9.73994 10.8591 9.25994 11.1491 8.96994C11.4391 8.67994 11.9191 8.67994 12.2091 8.96994L14.7691 11.5299C15.0591 11.8199 15.0591 12.2999 14.7691 12.5899L12.2091 15.1499C12.0691 15.2999 11.8691 15.3699 11.6791 15.3699Z\" fill=\"\"/>\n<path d=\"M14.17 12.8101H4C3.59 12.8101 3.25 12.4701 3.25 12.0601C3.25 11.6501 3.59 11.3101 4 11.3101H14.17C14.58 11.3101 14.92 11.6501 14.92 12.0601C14.92 12.4701 14.58 12.8101 14.17 12.8101Z\" fill=\"\"/>\n<path d=\"M12 20.75C11.59 20.75 11.25 20.41 11.25 20C11.25 19.59 11.59 19.25 12 19.25C16.27 19.25 19.25 16.27 19.25 12C19.25 7.73 16.27 4.75 12 4.75C11.59 4.75 11.25 4.41 11.25 4C11.25 3.59 11.59 3.25 12 3.25C17.15 3.25 20.75 6.85 20.75 12C20.75 17.15 17.15 20.75 12 20.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"login \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.2405 22.27H15.1105C10.6705 22.27 8.5305 20.52 8.1605 16.6C8.1205 16.19 8.4205 15.82 8.8405 15.78C9.2505 15.74 9.6205 16.05 9.6605 16.46C9.9505 19.6 11.4305 20.77 15.1205 20.77H15.2505C19.3205 20.77 20.7605 19.33 20.7605 15.26V8.73998C20.7605 4.66998 19.3205 3.22998 15.2505 3.22998H15.1205C11.4105 3.22998 9.9305 4.41998 9.6605 7.61998C9.6105 8.02998 9.2705 8.33998 8.8405 8.29998C8.4205 8.26998 8.1205 7.89998 8.1505 7.48998C8.4905 3.50998 10.6405 1.72998 15.1105 1.72998H15.2405C20.1505 1.72998 22.2505 3.82998 22.2505 8.73998V15.26C22.2505 20.17 20.1505 22.27 15.2405 22.27Z\" fill=\"\"/>\n<path d=\"M14.88 12.75H2C1.59 12.75 1.25 12.41 1.25 12C1.25 11.59 1.59 11.25 2 11.25H14.88C15.29 11.25 15.63 11.59 15.63 12C15.63 12.41 15.3 12.75 14.88 12.75Z\" fill=\"\"/>\n<path d=\"M12.6498 16.1001C12.4598 16.1001 12.2698 16.0301 12.1198 15.8801C11.8298 15.5901 11.8298 15.1101 12.1198 14.8201L14.9398 12.0001L12.1198 9.18009C11.8298 8.89009 11.8298 8.41009 12.1198 8.12009C12.4098 7.83009 12.8898 7.83009 13.1798 8.12009L16.5298 11.4701C16.8198 11.7601 16.8198 12.2401 16.5298 12.5301L13.1798 15.8801C13.0298 16.0301 12.8398 16.1001 12.6498 16.1001Z\" fill=\"\"/>\n</svg>\n</li><li title=\"logout 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.4409 15.3699C17.2509 15.3699 17.0609 15.2999 16.9109 15.1499C16.6209 14.8599 16.6209 14.3799 16.9109 14.0899L18.9409 12.0599L16.9109 10.0299C16.6209 9.73994 16.6209 9.25994 16.9109 8.96994C17.2009 8.67994 17.6809 8.67994 17.9709 8.96994L20.5309 11.5299C20.8209 11.8199 20.8209 12.2999 20.5309 12.5899L17.9709 15.1499C17.8209 15.2999 17.6309 15.3699 17.4409 15.3699Z\" fill=\"\"/>\n<path d=\"M19.9298 12.8101H9.75977C9.34977 12.8101 9.00977 12.4701 9.00977 12.0601C9.00977 11.6501 9.34977 11.3101 9.75977 11.3101H19.9298C20.3398 11.3101 20.6798 11.6501 20.6798 12.0601C20.6798 12.4701 20.3398 12.8101 19.9298 12.8101Z\" fill=\"\"/>\n<path d=\"M11.7598 20.75C6.60977 20.75 3.00977 17.15 3.00977 12C3.00977 6.85 6.60977 3.25 11.7598 3.25C12.1698 3.25 12.5098 3.59 12.5098 4C12.5098 4.41 12.1698 4.75 11.7598 4.75C7.48977 4.75 4.50977 7.73 4.50977 12C4.50977 16.27 7.48977 19.25 11.7598 19.25C12.1698 19.25 12.5098 19.59 12.5098 20C12.5098 20.41 12.1698 20.75 11.7598 20.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"logout \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.2405 22.27H15.1105C10.6705 22.27 8.5305 20.52 8.1605 16.6C8.1205 16.19 8.4205 15.82 8.8405 15.78C9.2405 15.74 9.6205 16.05 9.6605 16.46C9.9505 19.6 11.4305 20.77 15.1205 20.77H15.2505C19.3205 20.77 20.7605 19.33 20.7605 15.26V8.73998C20.7605 4.66998 19.3205 3.22998 15.2505 3.22998H15.1205C11.4105 3.22998 9.9305 4.41998 9.6605 7.61998C9.6105 8.02998 9.2605 8.33998 8.8405 8.29998C8.4205 8.26998 8.1205 7.89998 8.1505 7.48998C8.4905 3.50998 10.6405 1.72998 15.1105 1.72998H15.2405C20.1505 1.72998 22.2505 3.82998 22.2505 8.73998V15.26C22.2505 20.17 20.1505 22.27 15.2405 22.27Z\" fill=\"\"/>\n<path d=\"M14.9991 12.75H3.61914C3.20914 12.75 2.86914 12.41 2.86914 12C2.86914 11.59 3.20914 11.25 3.61914 11.25H14.9991C15.4091 11.25 15.7491 11.59 15.7491 12C15.7491 12.41 15.4091 12.75 14.9991 12.75Z\" fill=\"\"/>\n<path d=\"M5.84945 16.1001C5.65945 16.1001 5.46945 16.0301 5.31945 15.8801L1.96945 12.5301C1.67945 12.2401 1.67945 11.7601 1.96945 11.4701L5.31945 8.12009C5.60945 7.83009 6.08945 7.83009 6.37945 8.12009C6.66945 8.41009 6.66945 8.89009 6.37945 9.18009L3.55945 12.0001L6.37945 14.8201C6.66945 15.1101 6.66945 15.5901 6.37945 15.8801C6.23945 16.0301 6.03945 16.1001 5.84945 16.1001Z\" fill=\"\"/>\n</svg>\n</li><li title=\"lovely \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.92 19.7501C10.63 19.7501 10.35 19.7101 10.12 19.6201C6.7 18.4501 1.25 14.2701 1.25 8.09009C1.25 4.92009 3.80999 2.3501 6.95999 2.3501C8.46999 2.3501 9.87999 2.93008 10.93 3.96008C11.99 2.93008 13.39 2.3501 14.9 2.3501C18.05 2.3501 20.61 4.92009 20.61 8.09009C20.61 8.52009 20.58 8.9601 20.52 9.4101C20.49 9.6401 20.35 9.85009 20.15 9.97009C19.95 10.0901 19.7 10.1001 19.48 10.0101C18.25 9.4801 16.72 9.8801 15.92 10.9501C15.78 11.1401 15.51 11.2401 15.32 11.2501C15.08 11.2501 14.86 11.1401 14.72 10.9501C14.15 10.1901 13.28 9.7601 12.34 9.7601C10.71 9.7601 9.38 11.1001 9.38 12.7501C9.38 15.3501 10.87 17.2001 12.13 18.3101C12.31 18.4701 12.4 18.7001 12.38 18.9401C12.36 19.1801 12.23 19.3901 12.02 19.5201C11.91 19.5801 11.82 19.6201 11.77 19.6301C11.51 19.7101 11.22 19.7501 10.92 19.7501ZM6.95999 3.8501C4.63999 3.8501 2.75 5.75009 2.75 8.09009C2.75 13.3201 7.10001 16.5401 9.60001 17.7801C8.65001 16.5101 7.87 14.8301 7.87 12.7401C7.87 10.2601 9.86999 8.25009 12.33 8.25009C13.45 8.25009 14.5 8.66011 15.31 9.39011C16.32 8.49011 17.76 8.08008 19.1 8.33008C19.1 8.25008 19.1 8.1701 19.1 8.1001C19.1 5.7601 17.21 3.86008 14.89 3.86008C13.56 3.86008 12.33 4.48008 11.52 5.55008C11.38 5.74008 11.16 5.8501 10.92 5.8501C10.68 5.8501 10.46 5.74008 10.32 5.55008C9.53001 4.47008 8.29999 3.8501 6.95999 3.8501Z\" fill=\"\"/>\n<path d=\"M15.3206 21.65C15.0906 21.65 14.8506 21.62 14.6606 21.55C13.8006 21.26 12.4106 20.55 11.1406 19.42C9.66062 18.11 7.89062 15.89 7.89062 12.74C7.89062 10.26 9.89062 8.25 12.3506 8.25C13.4706 8.25 14.5206 8.66001 15.3306 9.39001C16.5906 8.26001 18.5106 7.94 20.0906 8.63C21.7106 9.35 22.7606 10.97 22.7606 12.75C22.7606 17.49 18.6006 20.67 15.9806 21.56C15.7806 21.62 15.5506 21.65 15.3206 21.65ZM12.3406 9.75C10.7106 9.75 9.38062 11.09 9.38062 12.74C9.38062 15.34 10.8706 17.19 12.1306 18.3C13.2406 19.28 14.4106 19.89 15.1406 20.13C15.2206 20.16 15.4106 20.16 15.4806 20.13C16.9806 19.62 21.2506 17.17 21.2506 12.74C21.2506 11.55 20.5506 10.47 19.4806 10C18.2706 9.47 16.7206 9.87 15.9206 10.94C15.7806 11.13 15.5106 11.23 15.3206 11.24C15.0806 11.24 14.8606 11.13 14.7206 10.94C14.1506 10.18 13.2806 9.75 12.3406 9.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"magic star \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.0103 22.5C12.4103 22.5 11.4803 22.21 10.5903 20.75L8.83027 17.9C8.66027 17.62 8.14026 17.35 7.82026 17.37L4.48024 17.54C2.48024 17.64 1.78028 16.81 1.53028 16.31C1.28028 15.81 1.06024 14.74 2.36024 13.22L4.34028 10.92C4.54028 10.68 4.65025 10.16 4.56025 9.86002L3.55024 6.63004C3.04024 5.01004 3.61025 4.14004 3.99025 3.76004C4.37024 3.38004 5.25025 2.83003 6.87025 3.37003L9.82026 4.34003C10.0903 4.43003 10.5903 4.35003 10.8203 4.19003L13.9003 1.97003C15.3103 0.950032 16.3302 1.22003 16.8002 1.47003C17.2702 1.72003 18.0702 2.40005 18.0402 4.14005L17.9702 7.93002C17.9602 8.21002 18.1902 8.67003 18.4102 8.84003L20.8903 10.72C22.2403 11.75 22.2903 12.78 22.2003 13.31C22.1103 13.84 21.7103 14.8 20.0903 15.3L16.8602 16.31C16.5602 16.4 16.1902 16.79 16.1102 17.09L15.3403 20.03C14.8303 21.96 13.8303 22.39 13.2703 22.47C13.2003 22.49 13.1103 22.5 13.0103 22.5ZM7.85023 15.87C8.71023 15.87 9.66023 16.39 10.1002 17.11L11.8602 19.96C12.3602 20.78 12.8102 21.03 13.0502 20.99C13.2802 20.96 13.6403 20.58 13.8903 19.66L14.6602 16.72C14.8702 15.92 15.6202 15.13 16.4102 14.89L19.6403 13.88C20.2603 13.69 20.6602 13.38 20.7202 13.06C20.7802 12.74 20.5002 12.32 19.9802 11.92L17.5003 10.04C16.8903 9.58004 16.4503 8.66002 16.4603 7.90002L16.5303 4.11002C16.5403 3.44002 16.3803 2.94004 16.0903 2.79004C15.8003 2.64004 15.3103 2.79002 14.7603 3.18002L11.6802 5.40002C11.0702 5.84002 10.0603 6.00004 9.33027 5.76004L6.38026 4.79004C5.76026 4.59004 5.26028 4.60002 5.03028 4.83002C4.80028 5.06002 4.78023 5.56002 4.97023 6.18002L5.98024 9.41003C6.23024 10.2 6.01023 11.27 5.47023 11.89L3.49025 14.19C2.86025 14.92 2.76025 15.43 2.87025 15.64C2.97025 15.85 3.45028 16.08 4.40028 16.03L7.74025 15.86C7.78025 15.87 7.82023 15.87 7.85023 15.87Z\" fill=\"\"/>\n<path d=\"M21.9103 22.7502C21.7203 22.7502 21.5303 22.6802 21.3803 22.5302L18.3503 19.5002C18.0603 19.2102 18.0603 18.7302 18.3503 18.4402C18.6403 18.1502 19.1203 18.1502 19.4103 18.4402L22.4403 21.4702C22.7303 21.7602 22.7303 22.2402 22.4403 22.5302C22.2903 22.6802 22.1003 22.7502 21.9103 22.7502Z\" fill=\"\"/>\n</svg>\n</li><li title=\"magicpen \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.00086 21.8699C4.26086 21.8699 3.53086 21.5899 2.97086 21.0299C2.43086 20.4899 2.13086 19.7699 2.13086 18.9999C2.13086 18.2299 2.43086 17.5099 2.97086 16.9699L15.9709 3.96988C17.0909 2.84988 18.9109 2.84988 20.0309 3.96988C20.5709 4.50988 20.8709 5.22988 20.8709 5.99988C20.8709 6.76988 20.5709 7.48988 20.0309 8.02988L7.03086 21.0299C6.47086 21.5899 5.74086 21.8699 5.00086 21.8699ZM18.0009 4.62988C17.6509 4.62988 17.3009 4.75988 17.0309 5.02988L4.03086 18.0299C3.77086 18.2899 3.63086 18.6299 3.63086 18.9999C3.63086 19.3699 3.77086 19.7099 4.03086 19.9699C4.56086 20.4999 5.44086 20.4999 5.97086 19.9699L18.9709 6.96988C19.2309 6.70988 19.3709 6.36988 19.3709 5.99988C19.3709 5.62988 19.2309 5.28988 18.9709 5.02988C18.7009 4.75988 18.3509 4.62988 18.0009 4.62988Z\" fill=\"\"/>\n<path d=\"M18.0092 9.74018C17.8192 9.74018 17.6292 9.67018 17.4792 9.52018L14.4792 6.52018C14.1892 6.23018 14.1892 5.75018 14.4792 5.46018C14.7692 5.17018 15.2492 5.17018 15.5392 5.46018L18.5392 8.46018C18.8292 8.75018 18.8292 9.23018 18.5392 9.52018C18.3892 9.67018 18.1992 9.74018 18.0092 9.74018Z\" fill=\"\"/>\n<path d=\"M9.99907 5.50005C9.94907 5.50005 9.90907 5.49005 9.85907 5.48005L8.49907 5.08005L7.13907 5.48005C6.95907 5.53005 6.76907 5.48005 6.64907 5.35005C6.51907 5.22005 6.46907 5.04005 6.51907 4.86005L6.91907 3.50005L6.51907 2.14005C6.46907 1.96005 6.51907 1.77005 6.64907 1.65005C6.77907 1.52005 6.96907 1.47005 7.13907 1.52005L8.49907 1.92005L9.85907 1.52005C10.0391 1.47005 10.2191 1.52005 10.3491 1.65005C10.4791 1.78005 10.5291 1.97005 10.4791 2.14005L10.0791 3.50005L10.4791 4.86005C10.5291 5.04005 10.4791 5.23005 10.3491 5.35005C10.2591 5.45005 10.1291 5.50005 9.99907 5.50005ZM8.49907 4.06005C8.54907 4.06005 8.58908 4.07005 8.63908 4.08005L9.25908 4.26005L9.07907 3.64005C9.04907 3.55005 9.04907 3.45005 9.07907 3.36005L9.25908 2.74005L8.63908 2.92005C8.54908 2.95005 8.44907 2.95005 8.35907 2.92005L7.73907 2.74005L7.91907 3.36005C7.94907 3.45005 7.94907 3.55005 7.91907 3.64005L7.73907 4.26005L8.35907 4.08005C8.40907 4.07005 8.44907 4.06005 8.49907 4.06005Z\" fill=\"\"/>\n<path d=\"M5.99907 11.5001C5.94907 11.5001 5.90908 11.4901 5.85908 11.4801L4.49907 11.0801L3.13907 11.4801C2.95907 11.5301 2.77907 11.4801 2.64907 11.3501C2.51907 11.2201 2.46907 11.0301 2.51907 10.8601L2.91907 9.50005L2.51907 8.14005C2.46907 7.96005 2.51907 7.77005 2.64907 7.65005C2.77907 7.53005 2.96907 7.47005 3.13907 7.52005L4.49907 7.92005L5.85908 7.52005C6.02908 7.47005 6.21907 7.52005 6.34907 7.65005C6.47907 7.78005 6.52908 7.97005 6.47907 8.14005L6.07907 9.50005L6.47907 10.8601C6.52908 11.0401 6.47907 11.2301 6.34907 11.3501C6.25907 11.4501 6.12908 11.5001 5.99907 11.5001ZM4.49907 10.0601C4.54907 10.0601 4.58907 10.0701 4.63907 10.0801L5.25908 10.2601L5.07907 9.64005C5.04907 9.55005 5.04907 9.45005 5.07907 9.36005L5.25908 8.74005L4.63907 8.92005C4.54907 8.95005 4.44907 8.95005 4.35907 8.92005L3.73907 8.74005L3.91907 9.36005C3.94907 9.45005 3.94907 9.55005 3.91907 9.64005L3.73907 10.2601L4.35907 10.0801C4.40907 10.0701 4.44907 10.0601 4.49907 10.0601Z\" fill=\"\"/>\n<path d=\"M20.9991 16.5001C20.9491 16.5001 20.9091 16.4901 20.8591 16.4801L19.4991 16.0801L18.1391 16.4801C17.9591 16.5301 17.7791 16.4801 17.6491 16.3501C17.5191 16.2201 17.4691 16.0301 17.5191 15.8601L17.9191 14.5001L17.5191 13.1401C17.4691 12.9601 17.5191 12.7701 17.6491 12.6501C17.7791 12.5301 17.9691 12.4701 18.1391 12.5201L19.4991 12.9201L20.8591 12.5201C21.0291 12.4701 21.2191 12.5201 21.3491 12.6501C21.4791 12.7801 21.5291 12.9701 21.4791 13.1401L21.0791 14.5001L21.4791 15.8601C21.5291 16.0401 21.4791 16.2301 21.3491 16.3501C21.2591 16.4501 21.1291 16.5001 20.9991 16.5001ZM19.4991 15.0601C19.5491 15.0601 19.5891 15.0701 19.6391 15.0801L20.2591 15.2601L20.0791 14.6401C20.0491 14.5501 20.0491 14.4501 20.0791 14.3601L20.2591 13.7401L19.6391 13.9201C19.5491 13.9501 19.4491 13.9501 19.3591 13.9201L18.7391 13.7401L18.9191 14.3601C18.9491 14.4501 18.9491 14.5501 18.9191 14.6401L18.7391 15.2601L19.3591 15.0801C19.4091 15.0701 19.4491 15.0601 19.4991 15.0601Z\" fill=\"\"/>\n</svg>\n</li><li title=\"main component \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9998 22.75C10.8298 22.75 9.73977 22.3 8.91977 21.48L2.52975 15.09C1.70975 14.27 1.25977 13.17 1.25977 12.01C1.25977 10.85 1.70975 9.74999 2.52975 8.92999L8.91977 2.53998C9.73977 1.71998 10.8398 1.27002 11.9998 1.27002C13.1598 1.27002 14.2597 1.71998 15.0797 2.53998L21.4698 8.92999C22.2898 9.74999 22.7397 10.85 22.7397 12.01C22.7397 13.17 22.2898 14.27 21.4698 15.09L15.0797 21.48C14.2597 22.3 13.1698 22.75 11.9998 22.75ZM11.9998 2.75C11.2298 2.75 10.5098 3.05002 9.97977 3.58002L3.58975 9.96997C3.04975 10.51 2.75977 11.23 2.75977 11.99C2.75977 12.75 3.05975 13.48 3.58975 14.01L9.97977 20.4C11.0498 21.47 12.9497 21.47 14.0197 20.4L20.4098 14.01C20.9498 13.47 21.2397 12.76 21.2397 11.99C21.2397 11.22 20.9398 10.5 20.4098 9.96997L14.0197 3.58002C13.4897 3.05002 12.7698 2.75 11.9998 2.75Z\" fill=\"\"/>\n<path d=\"M17.7495 18.5C17.5595 18.5 17.3695 18.43 17.2195 18.28L5.71945 6.78C5.42945 6.49 5.42945 6.00994 5.71945 5.71994C6.00945 5.42994 6.48945 5.42994 6.77945 5.71994L18.2795 17.2199C18.5695 17.5099 18.5695 17.99 18.2795 18.28C18.1295 18.43 17.9395 18.5 17.7495 18.5Z\" fill=\"\"/>\n<path d=\"M6.24945 18.5C6.05945 18.5 5.86945 18.43 5.71945 18.28C5.42945 17.99 5.42945 17.5099 5.71945 17.2199L17.2195 5.71994C17.5095 5.42994 17.9895 5.42994 18.2795 5.71994C18.5695 6.00994 18.5695 6.49 18.2795 6.78L6.77945 18.28C6.62945 18.43 6.43945 18.5 6.24945 18.5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"man \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.25 22.25C5.56 22.25 1.75 18.44 1.75 13.75C1.75 9.06 5.56 5.25 10.25 5.25C14.94 5.25 18.75 9.06 18.75 13.75C18.75 18.44 14.94 22.25 10.25 22.25ZM10.25 6.75C6.39 6.75 3.25 9.89 3.25 13.75C3.25 17.61 6.39 20.75 10.25 20.75C14.11 20.75 17.25 17.61 17.25 13.75C17.25 9.89 14.11 6.75 10.25 6.75Z\" fill=\"\"/>\n<path d=\"M16.0004 8.74994C15.8104 8.74994 15.6204 8.67994 15.4704 8.52994C15.1804 8.23994 15.1804 7.75994 15.4704 7.46994L20.9704 1.96994C21.2604 1.67994 21.7404 1.67994 22.0304 1.96994C22.3204 2.25994 22.3204 2.73994 22.0304 3.02994L16.5304 8.52994C16.3804 8.67994 16.1904 8.74994 16.0004 8.74994Z\" fill=\"\"/>\n<path d=\"M21.5 9.75C21.09 9.75 20.75 9.41 20.75 9V3.25H15C14.59 3.25 14.25 2.91 14.25 2.5C14.25 2.09 14.59 1.75 15 1.75H21.5C21.91 1.75 22.25 2.09 22.25 2.5V9C22.25 9.41 21.91 9.75 21.5 9.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"map 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.3795 21.13C20.1795 21.13 19.9895 21.05 19.8495 20.91L13.4695 14.53C13.1795 14.24 13.1795 13.76 13.4695 13.47L21.1995 5.74001C21.3895 5.55001 21.6795 5.48001 21.9395 5.55001C22.1995 5.63001 22.3994 5.84001 22.4594 6.10001C22.6494 6.95001 22.7495 7.90001 22.7495 9.00001V15C22.7495 17.77 22.1695 19.64 20.9095 20.91C20.7695 21.05 20.5595 21.08 20.3795 21.13ZM15.0594 14L20.3195 19.26C20.9495 18.29 21.2495 16.91 21.2495 15V9.00001C21.2495 8.59001 21.2394 8.21001 21.2094 7.85001L15.0594 14Z\" fill=\"\"/>\n<path d=\"M6.26999 22.48C6.20999 22.48 6.16001 22.47 6.10001 22.46C2.79001 21.7 1.25 19.33 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C19.33 1.25 21.7 2.79001 22.46 6.10001C22.52 6.35001 22.44 6.62 22.26 6.8L6.79999 22.26C6.65999 22.4 6.46999 22.48 6.26999 22.48ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 18.47 3.71001 20.21 6.04001 20.9L20.89 6.05C20.21 3.72 18.46 2.75999 14.99 2.75999H9V2.75Z\" fill=\"\"/>\n<path d=\"M15.0004 22.7499H9.00037C7.90037 22.7499 6.96038 22.6599 6.10038 22.4599C5.83038 22.3999 5.62036 22.1999 5.55036 21.9399C5.47036 21.6799 5.55036 21.3999 5.74036 21.1999L13.4704 13.4699C13.7604 13.1799 14.2404 13.1799 14.5304 13.4699L20.9104 19.8499C21.0504 19.9899 21.1304 20.1799 21.1304 20.3799C21.1304 20.5799 21.0504 20.7699 20.9104 20.9099C19.6404 22.1699 17.7704 22.7499 15.0004 22.7499ZM7.85038 21.2099C8.21038 21.2399 8.59037 21.2499 9.00037 21.2499H15.0004C16.9204 21.2499 18.2904 20.9499 19.2604 20.3199L14.0004 15.0599L7.85038 21.2099Z\" fill=\"\"/>\n<path d=\"M9.11896 13.31C8.48896 13.31 7.85895 13.08 7.35895 12.61C5.76895 11.1 5.12898 9.44005 5.50898 7.82005C5.88898 6.16005 7.33896 5.04004 9.11896 5.04004C10.899 5.04004 12.349 6.16005 12.729 7.82005C13.099 9.45005 12.459 11.1 10.869 12.61C10.379 13.07 9.74896 13.31 9.11896 13.31ZM6.96897 8.15004C6.64897 9.51004 7.56896 10.7301 8.39896 11.5201C8.80896 11.91 9.43897 11.91 9.83897 11.5201C10.659 10.7401 11.579 9.52004 11.269 8.15004C10.999 6.96004 9.93896 6.53004 9.11896 6.53004C8.29896 6.53004 7.24897 6.96004 6.96897 8.15004Z\" fill=\"\"/>\n<path d=\"M9.15039 9.49023C8.60039 9.49023 8.15039 9.04023 8.15039 8.49023C8.15039 7.94023 8.59039 7.49023 9.15039 7.49023H9.1604C9.7104 7.49023 10.1604 7.94023 10.1604 8.49023C10.1604 9.04023 9.70039 9.49023 9.15039 9.49023Z\" fill=\"\"/>\n</svg>\n</li><li title=\"map \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.6491 21.4102C15.2191 21.4102 14.7891 21.3202 14.4391 21.1502L9.18906 18.5202C8.88906 18.3702 8.29906 18.3802 8.00906 18.5502L5.64906 19.9002C4.62906 20.4802 3.57906 20.5602 2.78906 20.0902C1.98906 19.6302 1.53906 18.6902 1.53906 17.5102V7.79016C1.53906 6.88016 2.13906 5.85016 2.92906 5.40016L7.25906 2.92016C7.98906 2.50016 9.09906 2.47016 9.84906 2.85016L15.0991 5.48016C15.3991 5.63016 15.9791 5.61016 16.2791 5.45016L18.6291 4.11016C19.6491 3.53016 20.6991 3.45016 21.4891 3.92016C22.2891 4.38016 22.7391 5.32016 22.7391 6.50016V16.2302C22.7391 17.1402 22.1391 18.1702 21.3491 18.6202L17.0191 21.1002C16.6391 21.3002 16.1391 21.4102 15.6491 21.4102ZM8.63906 16.9202C9.06906 16.9202 9.49906 17.0102 9.84906 17.1802L15.0991 19.8102C15.3991 19.9602 15.9791 19.9402 16.2791 19.7802L20.6091 17.3002C20.9291 17.1202 21.2391 16.5802 21.2391 16.2202V6.49016C21.2391 5.86016 21.0591 5.39016 20.7291 5.21016C20.4091 5.03016 19.9091 5.10016 19.3691 5.41016L17.0191 6.75016C16.2891 7.17016 15.1791 7.20016 14.4291 6.82016L9.17906 4.19016C8.87906 4.04016 8.29906 4.06016 7.99906 4.22016L3.66906 6.70016C3.34906 6.88016 3.03906 7.42016 3.03906 7.79016V17.5202C3.03906 18.1502 3.21906 18.6202 3.53906 18.8002C3.85906 18.9902 4.35906 18.9102 4.90906 18.6002L7.25906 17.2602C7.64906 17.0302 8.14906 16.9202 8.63906 16.9202Z\" fill=\"\"/>\n<path d=\"M8.56055 17.75C8.15055 17.75 7.81055 17.41 7.81055 17V4C7.81055 3.59 8.15055 3.25 8.56055 3.25C8.97055 3.25 9.31055 3.59 9.31055 4V17C9.31055 17.41 8.97055 17.75 8.56055 17.75Z\" fill=\"\"/>\n<path d=\"M15.7305 20.7501C15.3205 20.7501 14.9805 20.4101 14.9805 20.0001V6.62012C14.9805 6.21012 15.3205 5.87012 15.7305 5.87012C16.1405 5.87012 16.4805 6.21012 16.4805 6.62012V20.0001C16.4805 20.4101 16.1405 20.7501 15.7305 20.7501Z\" fill=\"\"/>\n</svg>\n</li><li title=\"mask 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.92999 19.82C4.72999 19.82 4.54002 19.74 4.40002 19.6C2.37002 17.57 1.25 14.87 1.25 12C1.25 6.07 6.07 1.25 12 1.25C14.87 1.25 17.57 2.37 19.6 4.4C19.74 4.54 19.82 4.73 19.82 4.93C19.82 5.13 19.74 5.32 19.6 5.46L5.46002 19.6C5.32002 19.74 5.12999 19.82 4.92999 19.82ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 14.22 3.53001 16.32 4.95001 17.99L17.99 4.95C16.32 3.53 14.22 2.75 12 2.75Z\" fill=\"\"/>\n<path d=\"M11.9997 22.7501C9.12969 22.7501 6.42972 21.6301 4.39972 19.6001C4.25972 19.4601 4.17969 19.2701 4.17969 19.0701C4.17969 18.8701 4.25972 18.6801 4.39972 18.5401L18.5397 4.40012C18.8297 4.11012 19.3097 4.11012 19.5997 4.40012C21.6297 6.43012 22.7497 9.13012 22.7497 12.0001C22.7497 17.9301 17.9297 22.7501 11.9997 22.7501ZM6.0097 19.0501C7.6797 20.4701 9.77969 21.2501 11.9997 21.2501C17.0997 21.2501 21.2497 17.1001 21.2497 12.0001C21.2497 9.78012 20.4697 7.68012 19.0497 6.01012L6.0097 19.0501Z\" fill=\"\"/>\n<path d=\"M13.4095 22.6502C13.2195 22.6502 13.0295 22.5802 12.8795 22.4302L7.21945 16.7702C6.92945 16.4802 6.92945 16.0002 7.21945 15.7102C7.50945 15.4202 7.98951 15.4202 8.27951 15.7102L13.9395 21.3702C14.2295 21.6602 14.2295 22.1402 13.9395 22.4302C13.7995 22.5802 13.6095 22.6502 13.4095 22.6502Z\" fill=\"\"/>\n<path d=\"M17.8705 20.0301C17.6805 20.0301 17.4905 19.9601 17.3405 19.8101L10.7605 13.2301C10.4705 12.9401 10.4705 12.4601 10.7605 12.1701C11.0505 11.8801 11.5305 11.8801 11.8205 12.1701L18.4005 18.7501C18.6905 19.0401 18.6905 19.5201 18.4005 19.8101C18.2505 19.9601 18.0605 20.0301 17.8705 20.0301Z\" fill=\"\"/>\n<path d=\"M21.1195 16.2201C20.9295 16.2201 20.7396 16.1501 20.5896 16.0001L14.2995 9.71011C14.0095 9.42011 14.0095 8.94012 14.2995 8.65012C14.5895 8.36012 15.0695 8.36012 15.3595 8.65012L21.6496 14.9401C21.9396 15.2301 21.9396 15.7101 21.6496 16.0001C21.5096 16.1401 21.3195 16.2201 21.1195 16.2201Z\" fill=\"\"/>\n</svg>\n</li><li title=\"mask 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z\" fill=\"\"/>\n<path d=\"M12 17.75C11.59 17.75 11.25 17.41 11.25 17V7C11.25 6.59 11.59 6.25 12 6.25C15.17 6.25 17.75 8.83 17.75 12C17.75 15.17 15.17 17.75 12 17.75ZM12.75 7.82001V16.19C14.74 15.84 16.25 14.09 16.25 12.01C16.25 9.93001 14.74 8.17001 12.75 7.82001Z\" fill=\"\"/>\n<path d=\"M12 17.75C8.83 17.75 6.25 15.17 6.25 12C6.25 8.83 8.83 6.25 12 6.25C12.41 6.25 12.75 6.59 12.75 7V17C12.75 17.41 12.41 17.75 12 17.75ZM11.25 7.82001C9.26 8.17001 7.75 9.92 7.75 12C7.75 14.08 9.26 15.83 11.25 16.18V7.82001Z\" fill=\"\"/>\n<path d=\"M12 22.75C11.59 22.75 11.25 22.41 11.25 22V17C11.25 16.59 11.59 16.25 12 16.25C12.41 16.25 12.75 16.59 12.75 17V22C12.75 22.41 12.41 22.75 12 22.75Z\" fill=\"\"/>\n<path d=\"M12 7.75C11.59 7.75 11.25 7.41 11.25 7V2C11.25 1.59 11.59 1.25 12 1.25C12.41 1.25 12.75 1.59 12.75 2V7C12.75 7.41 12.41 7.75 12 7.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"mask \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9993 22.7198C6.0893 22.7198 1.2793 17.9098 1.2793 11.9998C1.2793 6.08979 6.0893 1.27979 11.9993 1.27979C14.6493 1.27979 17.1893 2.25979 19.1493 4.02979C21.4193 6.03979 22.7193 8.94979 22.7193 11.9998C22.7193 15.0498 21.4193 17.9598 19.1393 19.9798C17.1893 21.7498 14.6493 22.7198 11.9993 22.7198ZM11.9993 2.77979C6.9093 2.77979 2.7793 6.91979 2.7793 11.9998C2.7793 17.0798 6.9193 21.2198 11.9993 21.2198C14.2793 21.2198 16.4593 20.3798 18.1493 18.8498C20.1093 17.1098 21.2293 14.6198 21.2293 11.9898C21.2293 9.35979 20.1093 6.86979 18.1593 5.13979C16.4593 3.61979 14.2793 2.77979 11.9993 2.77979Z\" fill=\"\"/>\n<path d=\"M10.4393 18.9099C10.0693 18.9099 9.6793 18.8299 9.2993 18.6799C6.5593 17.5799 4.7793 14.9499 4.7793 11.9999C4.7793 9.04989 6.5493 6.41989 9.2993 5.31989C10.1693 4.96989 11.0493 5.01989 11.7093 5.45989C12.3493 5.88989 12.7093 6.64989 12.7293 7.59989V16.3899V16.3999C12.7193 17.3499 12.3593 18.1199 11.7093 18.5399C11.3393 18.7899 10.8993 18.9099 10.4393 18.9099ZM10.4393 6.58989C10.2593 6.58989 10.0593 6.62989 9.8593 6.70989C7.6793 7.57989 6.2793 9.65989 6.2793 11.9999C6.2793 14.3399 7.6793 16.4199 9.8593 17.2899C10.2593 17.4499 10.6393 17.4499 10.8793 17.2999C11.1593 17.1099 11.2193 16.6999 11.2293 16.3899V7.60989C11.2293 7.30989 11.1593 6.88989 10.8793 6.69989C10.7593 6.62989 10.6093 6.58989 10.4393 6.58989Z\" fill=\"\"/>\n</svg>\n</li><li title=\"math \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.6997 6.39014H14.4297C14.0197 6.39014 13.6797 6.05014 13.6797 5.64014C13.6797 5.23014 14.0197 4.89014 14.4297 4.89014H21.6997C22.1097 4.89014 22.4497 5.23014 22.4497 5.64014C22.4497 6.05014 22.1097 6.39014 21.6997 6.39014Z\" fill=\"\"/>\n<path d=\"M9.58078 6.39014H2.30078C1.89078 6.39014 1.55078 6.05014 1.55078 5.64014C1.55078 5.23014 1.89078 4.89014 2.30078 4.89014H9.57078C9.98078 4.89014 10.3208 5.23014 10.3208 5.64014C10.3208 6.05014 9.99078 6.39014 9.58078 6.39014Z\" fill=\"\"/>\n<path d=\"M21.6997 16.0801H14.4297C14.0197 16.0801 13.6797 15.7401 13.6797 15.3301C13.6797 14.9201 14.0197 14.5801 14.4297 14.5801H21.6997C22.1097 14.5801 22.4497 14.9201 22.4497 15.3301C22.4497 15.7401 22.1097 16.0801 21.6997 16.0801Z\" fill=\"\"/>\n<path d=\"M21.6997 22.1401H14.4297C14.0197 22.1401 13.6797 21.8001 13.6797 21.3901C13.6797 20.9801 14.0197 20.6401 14.4297 20.6401H21.6997C22.1097 20.6401 22.4497 20.9801 22.4497 21.3901C22.4497 21.8001 22.1097 22.1401 21.6997 22.1401Z\" fill=\"\"/>\n<path d=\"M18.0898 10.02C17.6798 10.02 17.3398 9.68 17.3398 9.27V2C17.3398 1.59 17.6798 1.25 18.0898 1.25C18.4998 1.25 18.8398 1.59 18.8398 2V9.27C18.8398 9.69 18.5098 10.02 18.0898 10.02Z\" fill=\"\"/>\n<path d=\"M2.30023 22.7499C2.11023 22.7499 1.92023 22.6799 1.77023 22.5299C1.48023 22.2399 1.48023 21.7599 1.77023 21.4699L9.04023 14.1999C9.33023 13.9099 9.81024 13.9099 10.1002 14.1999C10.3902 14.4899 10.3902 14.9699 10.1002 15.2599L2.83023 22.5299C2.69023 22.6799 2.50023 22.7499 2.30023 22.7499Z\" fill=\"\"/>\n<path d=\"M9.58 22.7499C9.39 22.7499 9.2 22.6799 9.05 22.5299L1.78 15.2599C1.49 14.9699 1.49 14.4899 1.78 14.1999C2.07 13.9099 2.55 13.9099 2.84 14.1999L10.11 21.4699C10.4 21.7599 10.4 22.2399 10.11 22.5299C9.96 22.6799 9.77 22.7499 9.58 22.7499Z\" fill=\"\"/>\n</svg>\n</li><li title=\"maximize 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 9.75C1.59 9.75 1.25 9.41 1.25 9V6.5C1.25 3.61 3.61 1.25 6.5 1.25H9C9.41 1.25 9.75 1.59 9.75 2C9.75 2.41 9.41 2.75 9 2.75H6.5C4.43 2.75 2.75 4.43 2.75 6.5V9C2.75 9.41 2.41 9.75 2 9.75Z\" fill=\"\"/>\n<path d=\"M22 9.75C21.59 9.75 21.25 9.41 21.25 9V6.5C21.25 4.43 19.57 2.75 17.5 2.75H15C14.59 2.75 14.25 2.41 14.25 2C14.25 1.59 14.59 1.25 15 1.25H17.5C20.39 1.25 22.75 3.61 22.75 6.5V9C22.75 9.41 22.41 9.75 22 9.75Z\" fill=\"\"/>\n<path d=\"M17.5 22.75H16C15.59 22.75 15.25 22.41 15.25 22C15.25 21.59 15.59 21.25 16 21.25H17.5C19.57 21.25 21.25 19.57 21.25 17.5V16C21.25 15.59 21.59 15.25 22 15.25C22.41 15.25 22.75 15.59 22.75 16V17.5C22.75 20.39 20.39 22.75 17.5 22.75Z\" fill=\"\"/>\n<path d=\"M9 22.75H6.5C3.61 22.75 1.25 20.39 1.25 17.5V15C1.25 14.59 1.59 14.25 2 14.25C2.41 14.25 2.75 14.59 2.75 15V17.5C2.75 19.57 4.43 21.25 6.5 21.25H9C9.41 21.25 9.75 21.59 9.75 22C9.75 22.41 9.41 22.75 9 22.75Z\" fill=\"\"/>\n<path d=\"M18 14.75C17.59 14.75 17.25 14.41 17.25 14V12.75H6.75V14C6.75 14.41 6.41 14.75 6 14.75C5.59 14.75 5.25 14.41 5.25 14V10C5.25 9.59 5.59 9.25 6 9.25C6.41 9.25 6.75 9.59 6.75 10V11.25H17.25V10C17.25 9.59 17.59 9.25 18 9.25C18.41 9.25 18.75 9.59 18.75 10V14C18.75 14.41 18.41 14.75 18 14.75Z\" fill=\"\"/>\n<path d=\"M14 18.75H10C9.59 18.75 9.25 18.41 9.25 18C9.25 17.59 9.59 17.25 10 17.25H11.25V6.75H10C9.59 6.75 9.25 6.41 9.25 6C9.25 5.59 9.59 5.25 10 5.25H14C14.41 5.25 14.75 5.59 14.75 6C14.75 6.41 14.41 6.75 14 6.75H12.75V17.25H14C14.41 17.25 14.75 17.59 14.75 18C14.75 18.41 14.41 18.75 14 18.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"maximize 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H14C13.59 22.75 13.25 22.41 13.25 22C13.25 21.59 13.59 21.25 14 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9C4.39 2.75 2.75 4.39 2.75 9V9.98C2.75 10.39 2.41 10.73 2 10.73C1.59 10.73 1.25 10.39 1.25 9.98V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75Z\" fill=\"\"/>\n<path d=\"M12.9995 11.7502C12.8095 11.7502 12.6195 11.6802 12.4695 11.5302C12.1795 11.2402 12.1795 10.7602 12.4695 10.4702L16.2095 6.72021H13.9995C13.5895 6.72021 13.2495 6.38021 13.2495 5.97021C13.2495 5.56021 13.5795 5.22021 13.9995 5.22021H18.0095C18.3095 5.22021 18.5895 5.40021 18.6995 5.68021C18.8195 5.96021 18.7495 6.28022 18.5395 6.50022L13.5295 11.5302C13.3795 11.6802 13.1895 11.7502 12.9995 11.7502Z\" fill=\"\"/>\n<path d=\"M18.0098 10.7402C17.5998 10.7402 17.2598 10.4002 17.2598 9.99021V5.97021C17.2598 5.56021 17.5998 5.22021 18.0098 5.22021C18.4198 5.22021 18.7598 5.56021 18.7598 5.97021V9.98021C18.7598 10.4002 18.4198 10.7402 18.0098 10.7402Z\" fill=\"\"/>\n<path d=\"M7.85 22.75H5.15C2.49 22.75 1.25 21.51 1.25 18.85V16.15C1.25 13.49 2.49 12.25 5.15 12.25H7.85C10.51 12.25 11.75 13.49 11.75 16.15V18.85C11.75 21.51 10.51 22.75 7.85 22.75ZM5.15 13.75C3.31 13.75 2.75 14.31 2.75 16.15V18.85C2.75 20.69 3.31 21.25 5.15 21.25H7.85C9.69 21.25 10.25 20.69 10.25 18.85V16.15C10.25 14.31 9.69 13.75 7.85 13.75H5.15Z\" fill=\"\"/>\n</svg>\n</li><li title=\"maximize 21 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 9.75C1.59 9.75 1.25 9.41 1.25 9V6.5C1.25 3.61 3.61 1.25 6.5 1.25H9C9.41 1.25 9.75 1.59 9.75 2C9.75 2.41 9.41 2.75 9 2.75H6.5C4.43 2.75 2.75 4.43 2.75 6.5V9C2.75 9.41 2.41 9.75 2 9.75Z\" fill=\"\"/>\n<path d=\"M22 9.75C21.59 9.75 21.25 9.41 21.25 9V6.5C21.25 4.43 19.57 2.75 17.5 2.75H15C14.59 2.75 14.25 2.41 14.25 2C14.25 1.59 14.59 1.25 15 1.25H17.5C20.39 1.25 22.75 3.61 22.75 6.5V9C22.75 9.41 22.41 9.75 22 9.75Z\" fill=\"\"/>\n<path d=\"M17.5 22.75H16C15.59 22.75 15.25 22.41 15.25 22C15.25 21.59 15.59 21.25 16 21.25H17.5C19.57 21.25 21.25 19.57 21.25 17.5V16C21.25 15.59 21.59 15.25 22 15.25C22.41 15.25 22.75 15.59 22.75 16V17.5C22.75 20.39 20.39 22.75 17.5 22.75Z\" fill=\"\"/>\n<path d=\"M9 22.75H6.5C3.61 22.75 1.25 20.39 1.25 17.5V15C1.25 14.59 1.59 14.25 2 14.25C2.41 14.25 2.75 14.59 2.75 15V17.5C2.75 19.57 4.43 21.25 6.5 21.25H9C9.41 21.25 9.75 21.59 9.75 22C9.75 22.41 9.41 22.75 9 22.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"maximize 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n<path d=\"M5.99945 18.7499C5.80945 18.7499 5.61945 18.6799 5.46945 18.5299C5.17945 18.2399 5.17945 17.7599 5.46945 17.4699L17.4695 5.46994C17.7595 5.17994 18.2395 5.17994 18.5295 5.46994C18.8195 5.75994 18.8195 6.23994 18.5295 6.52994L6.52945 18.5299C6.37945 18.6799 6.18945 18.7499 5.99945 18.7499Z\" fill=\"\"/>\n<path d=\"M18 10.75C17.59 10.75 17.25 10.41 17.25 10V6.75H14C13.59 6.75 13.25 6.41 13.25 6C13.25 5.59 13.59 5.25 14 5.25H18C18.41 5.25 18.75 5.59 18.75 6V10C18.75 10.41 18.41 10.75 18 10.75Z\" fill=\"\"/>\n<path d=\"M10 18.75H6C5.59 18.75 5.25 18.41 5.25 18V14C5.25 13.59 5.59 13.25 6 13.25C6.41 13.25 6.75 13.59 6.75 14V17.25H10C10.41 17.25 10.75 17.59 10.75 18C10.75 18.41 10.41 18.75 10 18.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"maximize 4 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 9.75C20.59 9.75 20.25 9.41 20.25 9V3.75H15C14.59 3.75 14.25 3.41 14.25 3C14.25 2.59 14.59 2.25 15 2.25H21C21.41 2.25 21.75 2.59 21.75 3V9C21.75 9.41 21.41 9.75 21 9.75Z\" fill=\"\"/>\n<path d=\"M9 21.75H3C2.59 21.75 2.25 21.41 2.25 21V15C2.25 14.59 2.59 14.25 3 14.25C3.41 14.25 3.75 14.59 3.75 15V20.25H9C9.41 20.25 9.75 20.59 9.75 21C9.75 21.41 9.41 21.75 9 21.75Z\" fill=\"\"/>\n<path d=\"M13.4995 11.2499C13.3095 11.2499 13.1195 11.1799 12.9695 11.0299C12.6795 10.7399 12.6795 10.2599 12.9695 9.96994L20.4695 2.46994C20.7595 2.17994 21.2395 2.17994 21.5295 2.46994C21.8195 2.75994 21.8195 3.23994 21.5295 3.52994L14.0295 11.0299C13.8795 11.1799 13.6895 11.2499 13.4995 11.2499Z\" fill=\"\"/>\n<path d=\"M2.99945 21.7499C2.80945 21.7499 2.61945 21.6799 2.46945 21.5299C2.17945 21.2399 2.17945 20.7599 2.46945 20.4699L9.96945 12.9699C10.2595 12.6799 10.7395 12.6799 11.0295 12.9699C11.3195 13.2599 11.3195 13.7399 11.0295 14.0299L3.52945 21.5299C3.37945 21.6799 3.18945 21.7499 2.99945 21.7499Z\" fill=\"\"/>\n</svg>\n</li><li title=\"maximize circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 7.75C20.59 7.75 20.25 7.41 20.25 7V3.75H17C16.59 3.75 16.25 3.41 16.25 3C16.25 2.59 16.59 2.25 17 2.25H21C21.41 2.25 21.75 2.59 21.75 3V7C21.75 7.41 21.41 7.75 21 7.75Z\" fill=\"\"/>\n<path d=\"M14.9995 9.74997C14.8095 9.74997 14.6195 9.68 14.4695 9.53C14.1795 9.24 14.1795 8.75994 14.4695 8.46994L20.4695 2.46994C20.7595 2.17994 21.2395 2.17994 21.5295 2.46994C21.8195 2.75994 21.8195 3.24 21.5295 3.53L15.5295 9.53C15.3795 9.68 15.1895 9.74997 14.9995 9.74997Z\" fill=\"\"/>\n<path d=\"M7 21.75H3C2.59 21.75 2.25 21.41 2.25 21V17C2.25 16.59 2.59 16.25 3 16.25C3.41 16.25 3.75 16.59 3.75 17V20.25H7C7.41 20.25 7.75 20.59 7.75 21C7.75 21.41 7.41 21.75 7 21.75Z\" fill=\"\"/>\n<path d=\"M2.99948 21.75C2.80948 21.75 2.61945 21.68 2.46945 21.53C2.17945 21.24 2.17945 20.7599 2.46945 20.4699L8.46945 14.4699C8.75945 14.1799 9.23951 14.1799 9.52951 14.4699C9.81951 14.7599 9.81951 15.24 9.52951 15.53L3.52951 21.53C3.37951 21.68 3.18948 21.75 2.99948 21.75Z\" fill=\"\"/>\n<path d=\"M2.20001 14.75C1.85001 14.75 1.53997 14.5 1.46997 14.15C1.32997 13.45 1.25 12.72 1.25 12C1.25 6.07 6.07 1.25 12 1.25C12.73 1.25 13.46 1.31997 14.17 1.46997C14.58 1.54997 14.84 1.94998 14.76 2.34998C14.68 2.75998 14.27 3.01 13.88 2.94C13.27 2.82 12.64 2.75 12.01 2.75C6.91001 2.75 2.76001 6.9 2.76001 12C2.76001 12.62 2.82001 13.25 2.95001 13.85C3.03001 14.26 2.76999 14.65 2.35999 14.73C2.29999 14.75 2.25001 14.75 2.20001 14.75Z\" fill=\"\"/>\n<path d=\"M12.001 22.7503C11.271 22.7503 10.541 22.6803 9.83103 22.5303C9.42103 22.4503 9.161 22.0503 9.241 21.6503C9.321 21.2403 9.73101 20.9903 10.121 21.0603C10.731 21.1803 11.361 21.2503 11.991 21.2503C17.091 21.2503 21.241 17.1003 21.241 12.0003C21.241 11.3803 21.181 10.7603 21.061 10.1503C20.981 9.74031 21.241 9.3503 21.651 9.2703C22.051 9.1903 22.451 9.45027 22.531 9.86027C22.671 10.5603 22.741 11.2803 22.741 12.0003C22.751 17.9303 17.931 22.7503 12.001 22.7503Z\" fill=\"\"/>\n</svg>\n</li><li title=\"maximize \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n<path d=\"M5.99945 18.7499C5.80945 18.7499 5.61945 18.6799 5.46945 18.5299C5.17945 18.2399 5.17945 17.7599 5.46945 17.4699L17.4695 5.46994C17.7595 5.17994 18.2395 5.17994 18.5295 5.46994C18.8195 5.75994 18.8195 6.23994 18.5295 6.52994L6.52945 18.5299C6.37945 18.6799 6.18945 18.7499 5.99945 18.7499Z\" fill=\"\"/>\n<path d=\"M18 10.75C17.59 10.75 17.25 10.41 17.25 10V6.75H14C13.59 6.75 13.25 6.41 13.25 6C13.25 5.59 13.59 5.25 14 5.25H18C18.41 5.25 18.75 5.59 18.75 6V10C18.75 10.41 18.41 10.75 18 10.75Z\" fill=\"\"/>\n<path d=\"M10 18.75H6C5.59 18.75 5.25 18.41 5.25 18V14C5.25 13.59 5.59 13.25 6 13.25C6.41 13.25 6.75 13.59 6.75 14V17.25H10C10.41 17.25 10.75 17.59 10.75 18C10.75 18.41 10.41 18.75 10 18.75Z\" fill=\"\"/>\n<path d=\"M17.9995 18.7499C17.8095 18.7499 17.6195 18.6799 17.4695 18.5299L5.46945 6.52994C5.17945 6.23994 5.17945 5.75994 5.46945 5.46994C5.75945 5.17994 6.23945 5.17994 6.52945 5.46994L18.5295 17.4699C18.8195 17.7599 18.8195 18.2399 18.5295 18.5299C18.3795 18.6799 18.1895 18.7499 17.9995 18.7499Z\" fill=\"\"/>\n<path d=\"M6 10.75C5.59 10.75 5.25 10.41 5.25 10V6C5.25 5.59 5.59 5.25 6 5.25H10C10.41 5.25 10.75 5.59 10.75 6C10.75 6.41 10.41 6.75 10 6.75H6.75V10C6.75 10.41 6.41 10.75 6 10.75Z\" fill=\"\"/>\n<path d=\"M18 18.75H14C13.59 18.75 13.25 18.41 13.25 18C13.25 17.59 13.59 17.25 14 17.25H17.25V14C17.25 13.59 17.59 13.25 18 13.25C18.41 13.25 18.75 13.59 18.75 14V18C18.75 18.41 18.41 18.75 18 18.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"medal star \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 16.75C11.6 16.75 11.2 16.72 10.82 16.65C8.7 16.34 6.77 15.12 5.55 13.31C4.7 12.03 4.25 10.54 4.25 9C4.25 4.73 7.73 1.25 12 1.25C16.27 1.25 19.75 4.73 19.75 9C19.75 10.54 19.3 12.03 18.45 13.31C17.22 15.13 15.29 16.34 13.15 16.66C12.8 16.72 12.4 16.75 12 16.75ZM12 2.75C8.55 2.75 5.75 5.55 5.75 9C5.75 10.25 6.11 11.45 6.79 12.47C7.78 13.93 9.33 14.91 11.05 15.16C11.69 15.27 12.32 15.27 12.91 15.16C14.66 14.91 16.21 13.92 17.2 12.46C17.88 11.44 18.24 10.24 18.24 8.98999C18.25 5.54999 15.45 2.75 12 2.75Z\" fill=\"\"/>\n<path d=\"M6.46933 22.59C6.32933 22.59 6.19933 22.57 6.05933 22.54C5.40933 22.39 4.90933 21.89 4.75933 21.24L4.40933 19.77C4.38933 19.68 4.31933 19.61 4.21933 19.58L2.56933 19.19C1.94933 19.04 1.45933 18.58 1.28933 17.97C1.11933 17.36 1.28933 16.7 1.73933 16.25L5.63933 12.35C5.79933 12.19 6.01933 12.11 6.23933 12.13C6.45933 12.15 6.65933 12.27 6.78933 12.46C7.77933 13.92 9.32933 14.91 11.0593 15.16C11.6993 15.27 12.3293 15.27 12.9193 15.16C14.6693 14.91 16.2193 13.92 17.2093 12.46C17.3293 12.27 17.5393 12.15 17.7593 12.13C17.9793 12.11 18.1993 12.19 18.3593 12.35L22.2593 16.25C22.7093 16.7 22.8793 17.36 22.7093 17.97C22.5393 18.58 22.0393 19.05 21.4293 19.19L19.7793 19.58C19.6893 19.6 19.6193 19.67 19.5893 19.77L19.2393 21.24C19.0893 21.89 18.5893 22.39 17.9393 22.54C17.2893 22.7 16.6193 22.47 16.1993 21.96L11.9993 17.13L7.79933 21.97C7.45933 22.37 6.97933 22.59 6.46933 22.59ZM6.08933 14.03L2.79933 17.32C2.70933 17.41 2.71933 17.51 2.73933 17.57C2.74933 17.62 2.79933 17.72 2.91933 17.74L4.56933 18.13C5.21933 18.28 5.71933 18.78 5.86933 19.43L6.21933 20.9C6.24933 21.03 6.34933 21.07 6.40933 21.09C6.46933 21.1 6.56933 21.11 6.65933 21.01L10.4893 16.6C8.78933 16.27 7.22933 15.36 6.08933 14.03ZM13.5093 16.59L17.3393 20.99C17.4293 21.1 17.5393 21.1 17.5993 21.08C17.6593 21.07 17.7493 21.02 17.7893 20.89L18.1393 19.42C18.2893 18.77 18.7893 18.27 19.4393 18.12L21.0893 17.73C21.2093 17.7 21.2593 17.61 21.2693 17.56C21.2893 17.51 21.2993 17.4 21.2093 17.31L17.9193 14.02C16.7693 15.35 15.2193 16.26 13.5093 16.59Z\" fill=\"\"/>\n<path d=\"M13.8911 12.89C13.6311 12.89 13.3211 12.82 12.9511 12.6L12.0011 12.03L11.0511 12.59C10.1811 13.11 9.61112 12.81 9.40112 12.66C9.19112 12.51 8.74112 12.06 8.97112 11.07L9.21112 10.04L8.41112 9.29999C7.97112 8.85999 7.81112 8.33001 7.96112 7.85001C8.11112 7.37001 8.55112 7.02999 9.17112 6.92999L10.2411 6.75L10.7511 5.63C11.0411 5.06 11.4911 4.73999 12.0011 4.73999C12.5111 4.73999 12.9711 5.07001 13.2511 5.64001L13.8411 6.82001L14.8311 6.94C15.4411 7.04 15.8811 7.37999 16.0411 7.85999C16.1911 8.33999 16.0311 8.87 15.5911 9.31L14.7611 10.14L15.0211 11.07C15.2511 12.06 14.8011 12.51 14.5911 12.66C14.4811 12.75 14.2411 12.89 13.8911 12.89ZM9.61112 8.39001L10.3011 9.07999C10.6211 9.39999 10.7811 9.94 10.6811 10.38L10.4911 11.18L11.2911 10.71C11.7211 10.46 12.3011 10.46 12.7211 10.71L13.5211 11.18L13.3411 10.38C13.2411 9.93001 13.3911 9.39999 13.7111 9.07999L14.4011 8.39001L13.5311 8.23999C13.1111 8.16999 12.6911 7.86001 12.5011 7.48001L12.0011 6.5L11.5011 7.5C11.3211 7.87 10.9011 8.19001 10.4811 8.26001L9.61112 8.39001Z\" fill=\"\"/>\n</svg>\n</li><li title=\"medal \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 15.75C7.86 15.75 4.5 12.5 4.5 8.5C4.5 4.5 7.86 1.25 12 1.25C16.14 1.25 19.5 4.5 19.5 8.5C19.5 12.5 16.14 15.75 12 15.75ZM12 2.75C8.69 2.75 6 5.33 6 8.5C6 11.67 8.69 14.25 12 14.25C15.31 14.25 18 11.67 18 8.5C18 5.33 15.31 2.75 12 2.75Z\" fill=\"\"/>\n<path d=\"M15.62 22.7501C15.34 22.7501 15.06 22.6801 14.77 22.5501L12.08 21.2801C12.05 21.2701 11.94 21.2701 11.9 21.2801L9.23002 22.5401C8.64002 22.8201 8.02001 22.8101 7.54001 22.5001C7.04001 22.1801 6.75002 21.5901 6.76002 20.8901L6.77 13.5101C6.77 13.1001 7.09 12.7401 7.52 12.7601C7.93 12.7601 8.27 13.1001 8.27 13.5101L8.26002 20.8901C8.26002 21.1101 8.32001 21.2201 8.35001 21.2301C8.37001 21.2401 8.46001 21.2501 8.60001 21.1801L11.28 19.9101C11.71 19.7101 12.3 19.7101 12.73 19.9101L15.42 21.1801C15.56 21.2501 15.65 21.2401 15.67 21.2301C15.7 21.2101 15.76 21.1001 15.76 20.8901V13.3301C15.76 12.9201 16.1 12.5801 16.51 12.5801C16.92 12.5801 17.26 12.9201 17.26 13.3301V20.8901C17.26 21.6001 16.97 22.1801 16.47 22.5001C16.21 22.6701 15.92 22.7501 15.62 22.7501Z\" fill=\"\"/>\n</svg>\n</li><li title=\"menu 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 7.75H3C2.59 7.75 2.25 7.41 2.25 7C2.25 6.59 2.59 6.25 3 6.25H21C21.41 6.25 21.75 6.59 21.75 7C21.75 7.41 21.41 7.75 21 7.75Z\" fill=\"\"/>\n<path d=\"M21 12.75H3C2.59 12.75 2.25 12.41 2.25 12C2.25 11.59 2.59 11.25 3 11.25H21C21.41 11.25 21.75 11.59 21.75 12C21.75 12.41 21.41 12.75 21 12.75Z\" fill=\"\"/>\n<path d=\"M21 17.75H3C2.59 17.75 2.25 17.41 2.25 17C2.25 16.59 2.59 16.25 3 16.25H21C21.41 16.25 21.75 16.59 21.75 17C21.75 17.41 21.41 17.75 21 17.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"menu board \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.3809 22.7502H3.2409C2.2909 22.7502 1.41091 22.3103 0.840908 21.5403C0.260908 20.7603 0.0909169 19.7802 0.380917 18.8502L4.59091 5.32019C4.97091 4.06019 6.13092 3.2002 7.45092 3.2002H19.7509C20.9609 3.2002 22.0509 3.92028 22.5109 5.04028C22.7609 5.62028 22.8109 6.2803 22.6609 6.9303L19.2909 20.4602C18.9709 21.8102 17.7709 22.7502 16.3809 22.7502ZM7.4609 4.71021C6.8109 4.71021 6.22091 5.14026 6.03091 5.77026L1.82092 19.3003C1.68092 19.7703 1.76091 20.2603 2.06091 20.6603C2.34091 21.0403 2.78091 21.2603 3.25091 21.2603H16.3909C17.0809 21.2603 17.6809 20.7902 17.8409 20.1202L21.2109 6.5802C21.2909 6.2502 21.2709 5.92025 21.1409 5.63025C20.9009 5.06025 20.3709 4.7002 19.7609 4.7002H7.4609V4.71021Z\" fill=\"\"/>\n<path d=\"M20.78 22.75H16C15.59 22.75 15.25 22.41 15.25 22C15.25 21.59 15.59 21.25 16 21.25H20.78C21.19 21.25 21.57 21.08 21.85 20.78C22.13 20.48 22.27 20.08 22.24 19.67L21.25 6.05002C21.22 5.64002 21.53 5.27997 21.94 5.24997C22.35 5.22997 22.71 5.52991 22.74 5.93991L23.73 19.56C23.79 20.38 23.5 21.2 22.94 21.8C22.39 22.41 21.6 22.75 20.78 22.75Z\" fill=\"\"/>\n<path d=\"M9.67977 7.12971C9.61977 7.12971 9.55977 7.11969 9.49977 7.10969C9.09977 7.00969 8.84979 6.60966 8.94979 6.19966L9.98976 1.87971C10.0898 1.47971 10.4898 1.22966 10.8998 1.32966C11.2998 1.42966 11.5498 1.8297 11.4498 2.2397L10.4098 6.55977C10.3298 6.89977 10.0198 7.12971 9.67977 7.12971Z\" fill=\"\"/>\n<path d=\"M16.3795 7.13974C16.3295 7.13974 16.2694 7.13972 16.2194 7.11972C15.8194 7.02972 15.5595 6.62971 15.6395 6.22971L16.5794 1.88974C16.6694 1.47974 17.0694 1.22979 17.4694 1.30979C17.8694 1.38979 18.1294 1.79968 18.0494 2.19968L17.1094 6.53977C17.0394 6.89977 16.7295 7.13974 16.3795 7.13974Z\" fill=\"\"/>\n<path d=\"M15.6992 12.75H7.69922C7.28922 12.75 6.94922 12.41 6.94922 12C6.94922 11.59 7.28922 11.25 7.69922 11.25H15.6992C16.1092 11.25 16.4492 11.59 16.4492 12C16.4492 12.41 16.1092 12.75 15.6992 12.75Z\" fill=\"\"/>\n<path d=\"M14.6992 16.75H6.69922C6.28922 16.75 5.94922 16.41 5.94922 16C5.94922 15.59 6.28922 15.25 6.69922 15.25H14.6992C15.1092 15.25 15.4492 15.59 15.4492 16C15.4492 16.41 15.1092 16.75 14.6992 16.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"menu \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.5401 9.06014C15.7701 9.06014 14.3301 7.62014 14.3301 5.85014C14.3301 4.08014 15.7701 2.64014 17.5401 2.64014C19.3101 2.64014 20.7501 4.08014 20.7501 5.85014C20.7501 7.62014 19.3101 9.06014 17.5401 9.06014ZM17.5401 4.13014C16.6001 4.13014 15.8301 4.90014 15.8301 5.84014C15.8301 6.78014 16.6001 7.55014 17.5401 7.55014C18.4801 7.55014 19.2501 6.78014 19.2501 5.84014C19.2501 4.90014 18.4801 4.13014 17.5401 4.13014Z\" fill=\"\"/>\n<path d=\"M6.46001 9.06014C4.69001 9.06014 3.25 7.62014 3.25 5.85014C3.25 4.08014 4.69001 2.64014 6.46001 2.64014C8.23001 2.64014 9.67 4.08014 9.67 5.85014C9.67 7.62014 8.23001 9.06014 6.46001 9.06014ZM6.46001 4.13014C5.52001 4.13014 4.75 4.90014 4.75 5.84014C4.75 6.78014 5.52001 7.55014 6.46001 7.55014C7.40001 7.55014 8.17 6.78014 8.17 5.84014C8.17 4.90014 7.41001 4.13014 6.46001 4.13014Z\" fill=\"\"/>\n<path d=\"M17.5401 21.3702C15.7701 21.3702 14.3301 19.9302 14.3301 18.1602C14.3301 16.3902 15.7701 14.9502 17.5401 14.9502C19.3101 14.9502 20.7501 16.3902 20.7501 18.1602C20.7501 19.9302 19.3101 21.3702 17.5401 21.3702ZM17.5401 16.4402C16.6001 16.4402 15.8301 17.2102 15.8301 18.1502C15.8301 19.0902 16.6001 19.8602 17.5401 19.8602C18.4801 19.8602 19.2501 19.0902 19.2501 18.1502C19.2501 17.2102 18.4801 16.4402 17.5401 16.4402Z\" fill=\"\"/>\n<path d=\"M6.46001 21.3702C4.69001 21.3702 3.25 19.9302 3.25 18.1602C3.25 16.3902 4.69001 14.9502 6.46001 14.9502C8.23001 14.9502 9.67 16.3902 9.67 18.1602C9.67 19.9302 8.23001 21.3702 6.46001 21.3702ZM6.46001 16.4402C5.52001 16.4402 4.75 17.2102 4.75 18.1502C4.75 19.0902 5.52001 19.8602 6.46001 19.8602C7.40001 19.8602 8.17 19.0902 8.17 18.1502C8.17 17.2102 7.41001 16.4402 6.46001 16.4402Z\" fill=\"\"/>\n</svg>\n</li><li title=\"message 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.5 11.25H8.5C8.09 11.25 7.75 10.91 7.75 10.5C7.75 10.09 8.09 9.75 8.5 9.75H15.5C15.91 9.75 16.25 10.09 16.25 10.5C16.25 10.91 15.91 11.25 15.5 11.25Z\" fill=\"\"/>\n<path d=\"M16 22.3199C15.66 22.3199 15.32 22.22 15.03 22.03L10.77 19.1899H7C3.56 19.1899 1.25 16.8799 1.25 13.4399V7.43994C1.25 3.99994 3.56 1.68994 7 1.68994H17C20.44 1.68994 22.75 3.99994 22.75 7.43994V13.4399C22.75 16.6199 20.77 18.84 17.75 19.15V20.5699C17.75 21.2199 17.4 21.8099 16.83 22.1099C16.57 22.2499 16.28 22.3199 16 22.3199ZM7 3.17993C4.42 3.17993 2.75 4.84993 2.75 7.42993V13.4299C2.75 16.0099 4.42 17.6799 7 17.6799H11C11.15 17.6799 11.29 17.7199 11.42 17.8099L15.87 20.77C15.98 20.84 16.08 20.81 16.13 20.78C16.18 20.75 16.26 20.6899 16.26 20.5599V18.4299C16.26 18.0199 16.6 17.6799 17.01 17.6799C19.59 17.6799 21.26 16.0099 21.26 13.4299V7.42993C21.26 4.84993 19.59 3.17993 17.01 3.17993H7Z\" fill=\"\"/>\n</svg>\n</li><li title=\"message add 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 22.75H3C2.04 22.75 1.25 21.96 1.25 21V8C1.25 3.58 3.58 1.25 8 1.25H16C20.42 1.25 22.75 3.58 22.75 8V16C22.75 20.42 20.42 22.75 16 22.75ZM8 2.75C4.42 2.75 2.75 4.42 2.75 8V21C2.75 21.14 2.86 21.25 3 21.25H16C19.58 21.25 21.25 19.58 21.25 16V8C21.25 4.42 19.58 2.75 16 2.75H8Z\" fill=\"\"/>\n<path d=\"M15.5 12.75H8.5C8.09 12.75 7.75 12.41 7.75 12C7.75 11.59 8.09 11.25 8.5 11.25H15.5C15.91 11.25 16.25 11.59 16.25 12C16.25 12.41 15.91 12.75 15.5 12.75Z\" fill=\"\"/>\n<path d=\"M12 16.25C11.59 16.25 11.25 15.91 11.25 15.5V8.5C11.25 8.09 11.59 7.75 12 7.75C12.41 7.75 12.75 8.09 12.75 8.5V15.5C12.75 15.91 12.41 16.25 12 16.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"message add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.9998 22.3199C15.6598 22.3199 15.3298 22.22 15.0398 22.03L10.7798 19.1899H8.88977C8.65977 19.1899 8.43974 19.08 8.29974 18.9C8.15974 18.71 8.10977 18.4699 8.16977 18.2499C8.22977 18.0099 8.25977 17.7699 8.25977 17.5099C8.25977 16.7099 7.95977 15.94 7.41977 15.34C6.80977 14.65 5.93977 14.2599 5.00977 14.2599C4.11977 14.2599 3.28975 14.6099 2.67975 15.2399C2.48975 15.4399 2.19976 15.5199 1.93976 15.4399C1.67976 15.3599 1.46976 15.1499 1.40976 14.8799C1.30976 14.4399 1.25977 13.9599 1.25977 13.4399V7.43994C1.25977 3.99994 3.56977 1.68994 7.00977 1.68994H17.0098C20.4498 1.68994 22.7598 3.99994 22.7598 7.43994V13.4399C22.7598 15.1099 22.2098 16.5499 21.1598 17.5999C20.2798 18.4799 19.1098 19.01 17.7598 19.15V20.5699C17.7598 21.2199 17.3997 21.8099 16.8297 22.1199C16.5597 22.2499 16.2798 22.3199 15.9998 22.3199ZM9.74976 17.6799H10.9998C11.1498 17.6799 11.2898 17.7199 11.4198 17.8099L15.8698 20.78C15.9698 20.85 16.0698 20.8199 16.1198 20.7899C16.1698 20.7599 16.2598 20.6999 16.2598 20.5599V18.4299C16.2598 18.0199 16.5998 17.6799 17.0098 17.6799C18.2798 17.6799 19.3498 17.28 20.0998 16.53C20.8598 15.77 21.2598 14.6999 21.2598 13.4299V7.42993C21.2598 4.84993 19.5898 3.17993 17.0098 3.17993H7.00977C4.42977 3.17993 2.75977 4.84993 2.75977 7.42993V13.3099C3.43977 12.9399 4.20977 12.7499 5.00977 12.7499C6.36977 12.7499 7.65976 13.33 8.53976 14.33C9.31976 15.2 9.75977 16.3299 9.75977 17.4999C9.74977 17.5599 9.74976 17.6199 9.74976 17.6799Z\" fill=\"\"/>\n<path d=\"M5 22.25C3.82 22.25 2.69999 21.81 1.82999 21.02C1.47999 20.72 1.16999 20.35 0.929993 19.94C0.489993 19.22 0.25 18.37 0.25 17.5C0.25 16.25 0.729996 15.08 1.59 14.19C2.49 13.26 3.7 12.75 5 12.75C6.36 12.75 7.65 13.33 8.53 14.33C9.31 15.2 9.75 16.33 9.75 17.5C9.75 17.88 9.70001 18.26 9.60001 18.62C9.50001 19.07 9.30999 19.54 9.04999 19.95C8.21999 21.37 6.66 22.25 5 22.25ZM5 14.25C4.11 14.25 3.28001 14.6 2.67001 15.23C2.08001 15.84 1.75 16.64 1.75 17.5C1.75 18.09 1.91 18.67 2.22 19.17C2.38 19.45 2.58999 19.7 2.82999 19.91C3.42999 20.46 4.2 20.76 5 20.76C6.15 20.76 7.19 20.17 7.78 19.19C7.96 18.91 8.07999 18.6 8.14999 18.28C8.21999 18.02 8.25 17.77 8.25 17.51C8.25 16.71 7.95 15.94 7.41 15.34C6.81 14.64 5.93 14.25 5 14.25Z\" fill=\"\"/>\n<path d=\"M6.48999 18.23H3.5C3.09 18.23 2.75 17.89 2.75 17.48C2.75 17.07 3.09 16.73 3.5 16.73H6.48999C6.89999 16.73 7.23999 17.07 7.23999 17.48C7.23999 17.89 6.90999 18.23 6.48999 18.23Z\" fill=\"\"/>\n<path d=\"M5 19.76C4.59 19.76 4.25 19.42 4.25 19.01V16.02C4.25 15.61 4.59 15.27 5 15.27C5.41 15.27 5.75 15.61 5.75 16.02V19.01C5.75 19.43 5.41 19.76 5 19.76Z\" fill=\"\"/>\n<path d=\"M15.5 11.25H8.5C8.09 11.25 7.75 10.91 7.75 10.5C7.75 10.09 8.09 9.75 8.5 9.75H15.5C15.91 9.75 16.25 10.09 16.25 10.5C16.25 10.91 15.91 11.25 15.5 11.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"message circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 18.31C11.53 18.31 11.08 18.07 10.77 17.66L10.05 16.7H9.89999C7.87999 16.7 6 16.23 6 12.8V10.17C6 7.86004 7.19 6.49002 9.34 6.30002C9.5 6.28002 9.68999 6.27002 9.89999 6.27002H14.1C16.61 6.27002 18 7.65004 18 10.17V12.8C18 13 17.99 13.2 17.97 13.38C17.79 15.5 16.42 16.69 14.11 16.69H13.96L13.24 17.65C12.92 18.08 12.47 18.31 12 18.31ZM9.89999 7.79004C9.75999 7.79004 9.63 7.79003 9.5 7.81003C8.09 7.93003 7.5 8.64003 7.5 10.19V12.82C7.5 14.89 8.06999 15.22 9.89999 15.22H10.16C10.54 15.22 10.95 15.42 11.18 15.72L11.97 16.78L12.82 15.73C13.06 15.41 13.44 15.22 13.84 15.22H14.1C15.65 15.22 16.35 14.63 16.47 13.25C16.49 13.09 16.49 12.96 16.49 12.82V10.19C16.49 8.51003 15.77 7.79004 14.09 7.79004H9.89999Z\" fill=\"\"/>\n<path d=\"M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"message edit \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 22.75H3C2.04 22.75 1.25 21.96 1.25 21V8C1.25 3.58 3.58 1.25 8 1.25H16C20.42 1.25 22.75 3.58 22.75 8V16C22.75 20.42 20.42 22.75 16 22.75ZM8 2.75C4.42 2.75 2.75 4.42 2.75 8V21C2.75 21.14 2.86 21.25 3 21.25H16C19.58 21.25 21.25 19.58 21.25 16V8C21.25 4.42 19.58 2.75 16 2.75H8Z\" fill=\"\"/>\n<path d=\"M7.94975 17.7498C7.47975 17.7498 7.04975 17.5798 6.72975 17.2698C6.34975 16.8898 6.17972 16.3498 6.26972 15.7698L6.54972 13.7898C6.60972 13.3598 6.87974 12.8098 7.18974 12.4998L12.3797 7.30981C14.1597 5.52981 15.7097 6.32981 16.6897 7.30981C17.4597 8.07981 17.8097 8.88981 17.7297 9.69981C17.6697 10.3598 17.3197 10.9798 16.6897 11.6198L11.4997 16.8098C11.1897 17.1198 10.6497 17.3898 10.2097 17.4598L8.22975 17.7398C8.13975 17.7398 8.03975 17.7498 7.94975 17.7498ZM14.5297 7.74981C14.1597 7.74981 13.8297 7.98981 13.4497 8.35981L8.25974 13.5498C8.17974 13.6298 8.05974 13.8798 8.03974 13.9898L7.75974 15.9698C7.74974 16.0698 7.75972 16.1598 7.79972 16.1998C7.83972 16.2398 7.92973 16.2498 8.02973 16.2398L10.0097 15.9598C10.1297 15.9398 10.3697 15.8198 10.4497 15.7398L15.6397 10.5498C16.0197 10.1698 16.2197 9.83981 16.2497 9.53981C16.2797 9.19981 16.0797 8.79981 15.6397 8.35981C15.1997 7.93981 14.8497 7.74981 14.5297 7.74981Z\" fill=\"\"/>\n<path d=\"M15.4193 12.5797C15.3493 12.5797 15.2793 12.5697 15.2193 12.5497C13.4093 12.0397 11.9593 10.5997 11.4493 8.77972C11.3393 8.37972 11.5693 7.96972 11.9693 7.84972C12.3693 7.73972 12.7793 7.96972 12.8893 8.36972C13.2593 9.67972 14.3093 10.7297 15.6193 11.0997C16.0193 11.2097 16.2493 11.6297 16.1393 12.0297C16.0493 12.3597 15.7493 12.5797 15.4193 12.5797Z\" fill=\"\"/>\n</svg>\n</li><li title=\"message favorite \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22.81C11.31 22.81 10.66 22.46 10.2 21.85L8.7 19.85C8.67 19.81 8.55 19.75 8.49 19.75H8C3.83 19.75 1.25 18.62 1.25 13V8C1.25 3.58 3.58 1.25 8 1.25H12C12.41 1.25 12.75 1.59 12.75 2C12.75 2.41 12.41 2.75 12 2.75H8C4.42 2.75 2.75 4.42 2.75 8V13C2.75 17.52 4.3 18.25 8 18.25H8.5C9.01 18.25 9.59 18.54 9.9 18.95L11.4 20.95C11.75 21.41 12.25 21.41 12.6 20.95L14.1 18.95C14.43 18.51 14.95 18.25 15.5 18.25H16C19.58 18.25 21.25 16.58 21.25 13V8C21.25 7.59 21.59 7.25 22 7.25C22.41 7.25 22.75 7.59 22.75 8V13C22.75 17.42 20.42 19.75 16 19.75H15.5C15.42 19.75 15.35 19.79 15.3 19.85L13.8 21.85C13.34 22.46 12.69 22.81 12 22.81Z\" fill=\"\"/>\n<path d=\"M12 12C11.44 12 11 11.55 11 11C11 10.45 11.45 10 12 10C12.55 10 13 10.45 13 11C13 11.55 12.56 12 12 12Z\" fill=\"\"/>\n<path d=\"M16 12C15.44 12 15 11.55 15 11C15 10.45 15.45 10 16 10C16.55 10 17 10.45 17 11C17 11.55 16.56 12 16 12Z\" fill=\"\"/>\n<path d=\"M8 12C7.44 12 7 11.55 7 11C7 10.45 7.45 10 8 10C8.55 10 9 10.45 9 11C9 11.55 8.56 12 8 12Z\" fill=\"\"/>\n<path d=\"M18.0004 7.74999C17.1404 7.74999 15.1104 6.72999 14.4904 4.85999C14.2404 4.11999 14.3004 3.26999 14.6504 2.59999C14.9604 1.99999 15.4804 1.55999 16.1204 1.35999C16.7704 1.15999 17.4604 1.24999 18.0004 1.57999C18.5404 1.24999 19.2304 1.15999 19.8904 1.35999C20.5304 1.55999 21.0504 1.99999 21.3604 2.59999C21.7104 3.26999 21.7704 4.11999 21.5204 4.85999C20.8904 6.75999 18.7704 7.74999 18.0004 7.74999ZM15.9104 4.37999C16.3304 5.63999 17.7604 6.21999 18.0204 6.24999C18.3104 6.21999 19.7104 5.56999 20.1004 4.38999C20.2204 4.02999 20.1904 3.59999 20.0304 3.28999C19.9004 3.03999 19.7104 2.87999 19.4504 2.79999C19.1704 2.69999 18.7904 2.74999 18.6204 2.99999C18.4804 3.19999 18.2604 3.31999 18.0204 3.32999C17.7804 3.32999 17.5504 3.21999 17.4004 3.02999C17.1904 2.75999 16.8204 2.71999 16.5504 2.79999C16.2904 2.87999 16.1004 3.03999 15.9704 3.28999C15.8204 3.59999 15.7904 4.01999 15.9104 4.37999Z\" fill=\"\"/>\n</svg>\n</li><li title=\"message minus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 22.75H3C2.04 22.75 1.25 21.96 1.25 21V8C1.25 3.58 3.58 1.25 8 1.25H16C20.42 1.25 22.75 3.58 22.75 8V16C22.75 20.42 20.42 22.75 16 22.75ZM8 2.75C4.42 2.75 2.75 4.42 2.75 8V21C2.75 21.14 2.86 21.25 3 21.25H16C19.58 21.25 21.25 19.58 21.25 16V8C21.25 4.42 19.58 2.75 16 2.75H8Z\" fill=\"\"/>\n<path d=\"M15.5 12.75H8.5C8.09 12.75 7.75 12.41 7.75 12C7.75 11.59 8.09 11.25 8.5 11.25H15.5C15.91 11.25 16.25 11.59 16.25 12C16.25 12.41 15.91 12.75 15.5 12.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"message notif \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22.81C11.31 22.81 10.66 22.46 10.2 21.85L8.7 19.85C8.67 19.81 8.55 19.75 8.49 19.75H8C3.83 19.75 1.25 18.62 1.25 13V8C1.25 3.58 3.58 1.25 8 1.25H14C14.41 1.25 14.75 1.59 14.75 2C14.75 2.41 14.41 2.75 14 2.75H8C4.42 2.75 2.75 4.42 2.75 8V13C2.75 17.52 4.3 18.25 8 18.25H8.5C9.01 18.25 9.59 18.54 9.9 18.95L11.4 20.95C11.75 21.41 12.25 21.41 12.6 20.95L14.1 18.95C14.43 18.51 14.95 18.25 15.5 18.25H16C19.58 18.25 21.25 16.58 21.25 13V10C21.25 9.59 21.59 9.25 22 9.25C22.41 9.25 22.75 9.59 22.75 10V13C22.75 17.42 20.42 19.75 16 19.75H15.5C15.42 19.75 15.35 19.79 15.3 19.85L13.8 21.85C13.34 22.46 12.69 22.81 12 22.81Z\" fill=\"\"/>\n<path d=\"M12 12C11.44 12 11 11.55 11 11C11 10.45 11.45 10 12 10C12.55 10 13 10.45 13 11C13 11.55 12.56 12 12 12Z\" fill=\"\"/>\n<path d=\"M16 12C15.44 12 15 11.55 15 11C15 10.45 15.45 10 16 10C16.55 10 17 10.45 17 11C17 11.55 16.56 12 16 12Z\" fill=\"\"/>\n<path d=\"M8 12C7.44 12 7 11.55 7 11C7 10.45 7.45 10 8 10C8.55 10 9 10.45 9 11C9 11.55 8.56 12 8 12Z\" fill=\"\"/>\n<path d=\"M19.5 7.75C17.71 7.75 16.25 6.29 16.25 4.5C16.25 2.71 17.71 1.25 19.5 1.25C21.29 1.25 22.75 2.71 22.75 4.5C22.75 6.29 21.29 7.75 19.5 7.75ZM19.5 2.75C18.54 2.75 17.75 3.54 17.75 4.5C17.75 5.46 18.54 6.25 19.5 6.25C20.46 6.25 21.25 5.46 21.25 4.5C21.25 3.54 20.46 2.75 19.5 2.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"message programming \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22.7798C11.31 22.7798 10.66 22.4298 10.2 21.8198L8.70001 19.8198C8.67001 19.7798 8.55 19.7297 8.5 19.7197H8C3.83 19.7197 1.25 18.5897 1.25 12.9697V7.96973C1.25 3.54973 3.58 1.21973 8 1.21973H16C20.42 1.21973 22.75 3.54973 22.75 7.96973V12.9697C22.75 17.3897 20.42 19.7197 16 19.7197H15.5C15.42 19.7197 15.35 19.7598 15.3 19.8198L13.8 21.8198C13.34 22.4298 12.69 22.7798 12 22.7798ZM8 2.71973C4.42 2.71973 2.75 4.38973 2.75 7.96973V12.9697C2.75 17.4897 4.3 18.2197 8 18.2197H8.5C9.01 18.2197 9.58999 18.5097 9.89999 18.9197L11.4 20.9197C11.75 21.3797 12.25 21.3797 12.6 20.9197L14.1 18.9197C14.43 18.4797 14.95 18.2197 15.5 18.2197H16C19.58 18.2197 21.25 16.5497 21.25 12.9697V7.96973C21.25 4.38973 19.58 2.71973 16 2.71973H8Z\" fill=\"\"/>\n<path d=\"M7.99945 13.4497C7.80945 13.4497 7.61945 13.3796 7.46945 13.2296L5.46945 11.2296C5.17945 10.9396 5.17945 10.4596 5.46945 10.1696L7.46945 8.16965C7.75945 7.87965 8.23945 7.87965 8.52945 8.16965C8.81945 8.45965 8.81945 8.93965 8.52945 9.22965L7.05945 10.6997L8.52945 12.1696C8.81945 12.4596 8.81945 12.9396 8.52945 13.2296C8.37945 13.3796 8.18945 13.4497 7.99945 13.4497Z\" fill=\"\"/>\n<path d=\"M15.9995 13.4497C15.8095 13.4497 15.6195 13.3796 15.4695 13.2296C15.1795 12.9396 15.1795 12.4596 15.4695 12.1696L16.9395 10.6997L15.4695 9.22965C15.1795 8.93965 15.1795 8.45965 15.4695 8.16965C15.7595 7.87965 16.2395 7.87965 16.5295 8.16965L18.5295 10.1696C18.8195 10.4596 18.8195 10.9396 18.5295 11.2296L16.5295 13.2296C16.3795 13.3796 16.1895 13.4497 15.9995 13.4497Z\" fill=\"\"/>\n<path d=\"M11.0004 13.7798C10.9004 13.7798 10.8004 13.7597 10.7004 13.7197C10.3204 13.5597 10.1404 13.1197 10.3104 12.7297L12.3104 8.05975C12.4704 7.67975 12.9103 7.49973 13.3003 7.66973C13.6803 7.82973 13.8604 8.26972 13.6904 8.65972L11.6904 13.3298C11.5704 13.6098 11.2904 13.7798 11.0004 13.7798Z\" fill=\"\"/>\n</svg>\n</li><li title=\"message question \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 22.3199C7.72 22.3199 7.42998 22.2499 7.16998 22.1099C6.59998 21.8099 6.25 21.2099 6.25 20.5699V19.15C3.23 18.84 1.25 16.6199 1.25 13.4399V7.43994C1.25 3.99994 3.56 1.68994 7 1.68994H17C20.44 1.68994 22.75 3.99994 22.75 7.43994V13.4399C22.75 16.8799 20.44 19.1899 17 19.1899H13.23L8.96997 22.03C8.67997 22.22 8.34 22.3199 8 22.3199ZM7 3.17993C4.42 3.17993 2.75 4.84993 2.75 7.42993V13.43C2.75 16.01 4.42 17.68 7 17.68C7.41 17.68 7.75 18.02 7.75 18.43V20.56C7.75 20.69 7.83 20.75 7.88 20.78C7.93001 20.81 8.03001 20.84 8.14001 20.77L12.59 17.81C12.71 17.73 12.86 17.68 13.01 17.68H17.01C19.59 17.68 21.26 16.01 21.26 13.43V7.42993C21.26 4.84993 19.59 3.17993 17.01 3.17993H7Z\" fill=\"\"/>\n<path d=\"M11.9998 12.1099C11.5898 12.1099 11.2498 11.7699 11.2498 11.3599V11.1499C11.2498 9.9899 12.0998 9.41989 12.4198 9.19989C12.7898 8.94989 12.9098 8.7799 12.9098 8.5199C12.9098 8.0199 12.4998 7.60986 11.9998 7.60986C11.4998 7.60986 11.0898 8.0199 11.0898 8.5199C11.0898 8.9299 10.7498 9.2699 10.3398 9.2699C9.92984 9.2699 9.58984 8.9299 9.58984 8.5199C9.58984 7.1899 10.6698 6.10986 11.9998 6.10986C13.3298 6.10986 14.4098 7.1899 14.4098 8.5199C14.4098 9.6599 13.5698 10.2299 13.2598 10.4399C12.8698 10.6999 12.7498 10.8699 12.7498 11.1499V11.3599C12.7498 11.7799 12.4098 12.1099 11.9998 12.1099Z\" fill=\"\"/>\n<path d=\"M12 14.6001C11.58 14.6001 11.25 14.2601 11.25 13.8501C11.25 13.4401 11.59 13.1001 12 13.1001C12.41 13.1001 12.75 13.4401 12.75 13.8501C12.75 14.2601 12.42 14.6001 12 14.6001Z\" fill=\"\"/>\n</svg>\n</li><li title=\"message remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.9998 22.3199C15.6598 22.3199 15.3298 22.22 15.0398 22.03L10.7798 19.1899H8.88977C8.65977 19.1899 8.43974 19.08 8.29974 18.9C8.15974 18.71 8.10977 18.4699 8.16977 18.2499C8.22977 18.0099 8.25977 17.7699 8.25977 17.5099C8.25977 16.7099 7.95977 15.94 7.41977 15.34C6.80977 14.65 5.93977 14.2599 5.00977 14.2599C4.11977 14.2599 3.28975 14.6099 2.67975 15.2399C2.48975 15.4399 2.19976 15.5199 1.93976 15.4399C1.67976 15.3599 1.46976 15.1499 1.40976 14.8799C1.30976 14.4399 1.25977 13.9599 1.25977 13.4399V7.43994C1.25977 3.99994 3.56977 1.68994 7.00977 1.68994H17.0098C20.4498 1.68994 22.7598 3.99994 22.7598 7.43994V13.4399C22.7598 15.1099 22.2098 16.5499 21.1598 17.5999C20.2798 18.4799 19.1098 19.01 17.7598 19.15V20.5699C17.7598 21.2199 17.3997 21.8099 16.8297 22.1199C16.5597 22.2499 16.2798 22.3199 15.9998 22.3199ZM9.74976 17.6799H10.9998C11.1498 17.6799 11.2898 17.7199 11.4198 17.8099L15.8698 20.78C15.9698 20.85 16.0698 20.8199 16.1198 20.7899C16.1698 20.7599 16.2598 20.6999 16.2598 20.5599V18.4299C16.2598 18.0199 16.5998 17.6799 17.0098 17.6799C18.2798 17.6799 19.3498 17.28 20.0998 16.53C20.8598 15.77 21.2598 14.6999 21.2598 13.4299V7.42993C21.2598 4.84993 19.5898 3.17993 17.0098 3.17993H7.00977C4.42977 3.17993 2.75977 4.84993 2.75977 7.42993V13.3099C3.43977 12.9399 4.20977 12.7499 5.00977 12.7499C6.36977 12.7499 7.65976 13.33 8.53976 14.33C9.31976 15.2 9.75977 16.3299 9.75977 17.4999C9.74977 17.5599 9.74976 17.6199 9.74976 17.6799Z\" fill=\"\"/>\n<path d=\"M5 22.25C3.82 22.25 2.69999 21.81 1.82999 21.02C1.47999 20.72 1.16999 20.35 0.929993 19.94C0.489993 19.22 0.25 18.37 0.25 17.5C0.25 16.25 0.729996 15.08 1.59 14.19C2.49 13.26 3.7 12.75 5 12.75C6.36 12.75 7.65 13.33 8.53 14.33C9.31 15.2 9.75 16.33 9.75 17.5C9.75 17.88 9.70001 18.26 9.60001 18.62C9.50001 19.07 9.30999 19.54 9.04999 19.95C8.21999 21.37 6.66 22.25 5 22.25ZM5 14.25C4.11 14.25 3.28001 14.6 2.67001 15.23C2.08001 15.84 1.75 16.64 1.75 17.5C1.75 18.09 1.91 18.67 2.22 19.17C2.38 19.45 2.58999 19.7 2.82999 19.91C3.42999 20.46 4.2 20.76 5 20.76C6.15 20.76 7.19 20.17 7.78 19.19C7.96 18.91 8.07999 18.6 8.14999 18.28C8.21999 18.02 8.25 17.77 8.25 17.51C8.25 16.71 7.95 15.94 7.41 15.34C6.81 14.64 5.93 14.25 5 14.25Z\" fill=\"\"/>\n<path d=\"M6.07041 19.2901C5.88041 19.2901 5.69041 19.2201 5.54041 19.0701L3.43039 16.9601C3.14039 16.6701 3.14039 16.1901 3.43039 15.9001C3.72039 15.6101 4.20039 15.6101 4.49039 15.9001L6.6004 18.0101C6.8904 18.3001 6.8904 18.7801 6.6004 19.0701C6.4504 19.2201 6.26041 19.2901 6.07041 19.2901Z\" fill=\"\"/>\n<path d=\"M3.93109 19.3199C3.74109 19.3199 3.55109 19.2499 3.40109 19.0999C3.11109 18.8099 3.11109 18.3299 3.40109 18.0399L5.51111 15.9299C5.80111 15.6399 6.28111 15.6399 6.57111 15.9299C6.86111 16.2199 6.86111 16.6999 6.57111 16.9899L4.46109 19.0999C4.31109 19.2499 4.12109 19.3199 3.93109 19.3199Z\" fill=\"\"/>\n<path d=\"M15.5 11.25H8.5C8.09 11.25 7.75 10.91 7.75 10.5C7.75 10.09 8.09 9.75 8.5 9.75H15.5C15.91 9.75 16.25 10.09 16.25 10.5C16.25 10.91 15.91 11.25 15.5 11.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"message search \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22.7797C11.31 22.7797 10.66 22.4297 10.2 21.8197L8.70001 19.8197C8.67001 19.7797 8.54999 19.7197 8.48999 19.7197H8C3.83 19.7197 1.25 18.5897 1.25 12.9697V7.96973C1.25 3.54973 3.58 1.21973 8 1.21973H16C20.42 1.21973 22.75 3.54973 22.75 7.96973V12.9697C22.75 13.3797 22.41 13.7197 22 13.7197C21.59 13.7197 21.25 13.3797 21.25 12.9697V7.96973C21.25 4.38973 19.58 2.71973 16 2.71973H8C4.42 2.71973 2.75 4.38973 2.75 7.96973V12.9697C2.75 17.4897 4.3 18.2197 8 18.2197H8.5C9.01 18.2197 9.59999 18.5097 9.89999 18.9197L11.4 20.9197C11.75 21.3797 12.25 21.3797 12.6 20.9197C12.85 20.5897 13.32 20.5197 13.65 20.7697C13.98 21.0197 14.05 21.4897 13.8 21.8197C13.34 22.4297 12.69 22.7797 12 22.7797Z\" fill=\"\"/>\n<path d=\"M12 11.9697C11.44 11.9697 11 11.5197 11 10.9697C11 10.4197 11.45 9.96973 12 9.96973C12.55 9.96973 13 10.4197 13 10.9697C13 11.5197 12.56 11.9697 12 11.9697Z\" fill=\"\"/>\n<path d=\"M16 11.9697C15.44 11.9697 15 11.5197 15 10.9697C15 10.4197 15.45 9.96973 16 9.96973C16.55 9.96973 17 10.4197 17 10.9697C17 11.5197 16.56 11.9697 16 11.9697Z\" fill=\"\"/>\n<path d=\"M8 11.9697C7.44 11.9697 7 11.5197 7 10.9697C7 10.4197 7.45 9.96973 8 9.96973C8.55 9.96973 9 10.4197 9 10.9697C9 11.5197 8.56 11.9697 8 11.9697Z\" fill=\"\"/>\n<path d=\"M18.2 22.15C16.02 22.15 14.25 20.38 14.25 18.2C14.25 16.02 16.02 14.25 18.2 14.25C20.38 14.25 22.15 16.02 22.15 18.2C22.15 20.38 20.38 22.15 18.2 22.15ZM18.2 15.75C16.85 15.75 15.75 16.85 15.75 18.2C15.75 19.55 16.85 20.65 18.2 20.65C19.55 20.65 20.65 19.55 20.65 18.2C20.65 16.85 19.55 15.75 18.2 15.75Z\" fill=\"\"/>\n<path d=\"M21.9995 22.7499C21.8095 22.7499 21.6195 22.6799 21.4695 22.5299L20.4695 21.5299C20.1795 21.2399 20.1795 20.7599 20.4695 20.4699C20.7595 20.1799 21.2395 20.1799 21.5295 20.4699L22.5295 21.4699C22.8195 21.7599 22.8195 22.2399 22.5295 22.5299C22.3795 22.6799 22.1895 22.7499 21.9995 22.7499Z\" fill=\"\"/>\n</svg>\n</li><li title=\"message square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9987 19.3498C11.4787 19.3498 10.9888 19.0898 10.6388 18.6298L9.72876 17.4198H9.47876C6.76876 17.4198 4.96875 16.6498 4.96875 12.9098V9.76974C4.96875 7.08974 6.33874 5.49976 8.82874 5.28976C9.01874 5.26976 9.24876 5.25977 9.47876 5.25977H14.5088C17.4188 5.25977 19.0187 6.85974 19.0187 9.76974V12.9098C19.0187 13.1498 19.0088 13.3698 18.9788 13.5898C18.7688 16.0498 17.1787 17.4198 14.4987 17.4198H14.2487L13.3387 18.6298C13.0087 19.0898 12.5187 19.3498 11.9987 19.3498ZM9.48874 6.74976C9.31874 6.74976 9.14874 6.75975 8.98874 6.77975C7.23874 6.92975 6.46875 7.84974 6.46875 9.76974V12.9098C6.46875 15.4898 7.21876 15.9198 9.47876 15.9198H9.78876C10.1888 15.9198 10.6388 16.1397 10.8888 16.4597L11.8387 17.7298C11.8987 17.8098 11.9587 17.8498 11.9887 17.8498C12.0187 17.8498 12.0788 17.8098 12.1388 17.7298L13.0787 16.4698C13.3387 16.1198 13.7487 15.9198 14.1787 15.9198H14.4887C16.4087 15.9198 17.3288 15.1497 17.4788 13.4297C17.4988 13.2397 17.5088 13.0797 17.5088 12.8997V9.75977C17.5088 7.67977 16.5787 6.74976 14.4987 6.74976H9.48874Z\" fill=\"\"/>\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n</svg>\n</li><li title=\"message text 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 22.75H3C2.04 22.75 1.25 21.96 1.25 21V8C1.25 3.58 3.58 1.25 8 1.25H16C20.42 1.25 22.75 3.58 22.75 8V16C22.75 20.42 20.42 22.75 16 22.75ZM8 2.75C4.42 2.75 2.75 4.42 2.75 8V21C2.75 21.14 2.86 21.25 3 21.25H16C19.58 21.25 21.25 19.58 21.25 16V8C21.25 4.42 19.58 2.75 16 2.75H8Z\" fill=\"\"/>\n<path d=\"M17 10.25H7C6.59 10.25 6.25 9.91 6.25 9.5C6.25 9.09 6.59 8.75 7 8.75H17C17.41 8.75 17.75 9.09 17.75 9.5C17.75 9.91 17.41 10.25 17 10.25Z\" fill=\"\"/>\n<path d=\"M14 15.25H7C6.59 15.25 6.25 14.91 6.25 14.5C6.25 14.09 6.59 13.75 7 13.75H14C14.41 13.75 14.75 14.09 14.75 14.5C14.75 14.91 14.41 15.25 14 15.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"message text \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22.81C11.31 22.81 10.66 22.46 10.2 21.85L8.7 19.85C8.67 19.81 8.55 19.76 8.5 19.75H8C3.83 19.75 1.25 18.62 1.25 13V8C1.25 3.58 3.58 1.25 8 1.25H16C20.42 1.25 22.75 3.58 22.75 8V13C22.75 17.42 20.42 19.75 16 19.75H15.5C15.42 19.75 15.35 19.79 15.3 19.85L13.8 21.85C13.34 22.46 12.69 22.81 12 22.81ZM8 2.75C4.42 2.75 2.75 4.42 2.75 8V13C2.75 17.52 4.3 18.25 8 18.25H8.5C9.01 18.25 9.59 18.54 9.9 18.95L11.4 20.95C11.75 21.41 12.25 21.41 12.6 20.95L14.1 18.95C14.43 18.51 14.95 18.25 15.5 18.25H16C19.58 18.25 21.25 16.58 21.25 13V8C21.25 4.42 19.58 2.75 16 2.75H8Z\" fill=\"\"/>\n<path d=\"M17 8.75H7C6.59 8.75 6.25 8.41 6.25 8C6.25 7.59 6.59 7.25 7 7.25H17C17.41 7.25 17.75 7.59 17.75 8C17.75 8.41 17.41 8.75 17 8.75Z\" fill=\"\"/>\n<path d=\"M13 13.75H7C6.59 13.75 6.25 13.41 6.25 13C6.25 12.59 6.59 12.25 7 12.25H13C13.41 12.25 13.75 12.59 13.75 13C13.75 13.41 13.41 13.75 13 13.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"message tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.9998 22.3199C15.6598 22.3199 15.3298 22.22 15.0398 22.03L10.7798 19.1899H8.88977C8.65977 19.1899 8.43974 19.08 8.29974 18.9C8.15974 18.71 8.10977 18.4699 8.16977 18.2499C8.22977 18.0099 8.25977 17.7699 8.25977 17.5099C8.25977 16.7099 7.95977 15.94 7.41977 15.34C6.80977 14.65 5.93977 14.2599 5.00977 14.2599C4.11977 14.2599 3.29975 14.6099 2.67975 15.2399C2.48975 15.4399 2.19976 15.5099 1.93976 15.4399C1.67976 15.3599 1.46976 15.1499 1.40976 14.8799C1.30976 14.4399 1.25977 13.9599 1.25977 13.4399V7.43994C1.25977 3.99994 3.56977 1.68994 7.00977 1.68994H17.0098C20.4498 1.68994 22.7598 3.99994 22.7598 7.43994V13.4399C22.7598 15.1099 22.2098 16.5499 21.1598 17.5999C20.2798 18.4799 19.1098 19.01 17.7598 19.15V20.5699C17.7598 21.2199 17.3997 21.8099 16.8297 22.1199C16.5597 22.2499 16.2798 22.3199 15.9998 22.3199ZM9.74976 17.6799H10.9998C11.1498 17.6799 11.2898 17.7199 11.4198 17.8099L15.8698 20.78C15.9798 20.85 16.0698 20.8199 16.1198 20.7899C16.1698 20.7599 16.2598 20.6999 16.2598 20.5599V18.4299C16.2598 18.0199 16.5998 17.6799 17.0098 17.6799C18.2798 17.6799 19.3498 17.28 20.0998 16.53C20.8598 15.77 21.2598 14.6999 21.2598 13.4299V7.42993C21.2598 4.84993 19.5898 3.17993 17.0098 3.17993H7.00977C4.42977 3.17993 2.75977 4.84993 2.75977 7.42993V13.3099C3.43977 12.9399 4.20977 12.7499 5.00977 12.7499C6.36977 12.7499 7.65976 13.33 8.53976 14.33C9.31976 15.2 9.75977 16.3199 9.75977 17.4999C9.74977 17.5599 9.74976 17.6199 9.74976 17.6799Z\" fill=\"\"/>\n<path d=\"M5 22.25C3.34 22.25 1.78 21.37 0.940002 19.94C0.490002 19.22 0.25 18.37 0.25 17.5C0.25 16.04 0.899999 14.69 2.03 13.79C2.87 13.12 3.93 12.75 5 12.75C7.62 12.75 9.75 14.88 9.75 17.5C9.75 18.37 9.51 19.22 9.06 19.95C8.81 20.37 8.48999 20.75 8.10999 21.07C7.27999 21.83 6.17 22.25 5 22.25ZM5 14.25C4.26 14.25 3.56 14.5 2.97 14.97C2.2 15.58 1.75 16.51 1.75 17.5C1.75 18.09 1.91 18.67 2.22 19.17C2.8 20.15 3.87 20.75 5 20.75C5.79 20.75 6.55 20.46 7.13 19.94C7.39001 19.72 7.60999 19.46 7.76999 19.18C8.08999 18.67 8.25 18.09 8.25 17.5C8.25 15.71 6.79 14.25 5 14.25Z\" fill=\"\"/>\n<path d=\"M4.4289 19.2401C4.2389 19.2401 4.0489 19.1701 3.8989 19.0201L2.90891 18.0301C2.61891 17.7401 2.61891 17.26 2.90891 16.97C3.19891 16.68 3.6789 16.68 3.9689 16.97L4.44891 17.4501L6.04889 15.97C6.34889 15.69 6.82889 15.7101 7.10889 16.0101C7.38889 16.3101 7.36891 16.7901 7.06891 17.0701L4.93891 19.04C4.7889 19.17 4.6089 19.2401 4.4289 19.2401Z\" fill=\"\"/>\n<path d=\"M15.5 11.25H8.5C8.09 11.25 7.75 10.91 7.75 10.5C7.75 10.09 8.09 9.75 8.5 9.75H15.5C15.91 9.75 16.25 10.09 16.25 10.5C16.25 10.91 15.91 11.25 15.5 11.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"message time \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.9998 22.3199C15.6598 22.3199 15.3298 22.22 15.0398 22.03L10.7798 19.1899H8.88977C8.65977 19.1899 8.43974 19.08 8.29974 18.9C8.15974 18.71 8.10977 18.4699 8.16977 18.2499C8.22977 18.0099 8.25977 17.7699 8.25977 17.5099C8.25977 16.7099 7.95977 15.94 7.41977 15.34C6.80977 14.65 5.93977 14.2599 5.00977 14.2599C4.11977 14.2599 3.29975 14.6099 2.67975 15.2399C2.48975 15.4399 2.19976 15.5099 1.93976 15.4399C1.67976 15.3599 1.46976 15.1499 1.40976 14.8799C1.30976 14.4399 1.25977 13.9599 1.25977 13.4399V7.43994C1.25977 3.99994 3.56977 1.68994 7.00977 1.68994H17.0098C20.4498 1.68994 22.7598 3.99994 22.7598 7.43994V13.4399C22.7598 15.1099 22.2098 16.5499 21.1598 17.5999C20.2798 18.4799 19.1098 19.01 17.7598 19.15V20.5699C17.7598 21.2199 17.3997 21.8099 16.8297 22.1199C16.5597 22.2499 16.2798 22.3199 15.9998 22.3199ZM9.74976 17.6799H10.9998C11.1498 17.6799 11.2898 17.7199 11.4198 17.8099L15.8698 20.78C15.9798 20.85 16.0698 20.8199 16.1198 20.7899C16.1698 20.7599 16.2598 20.6999 16.2598 20.5599V18.4299C16.2598 18.0199 16.5998 17.6799 17.0098 17.6799C18.2798 17.6799 19.3498 17.28 20.0998 16.53C20.8598 15.77 21.2598 14.6999 21.2598 13.4299V7.42993C21.2598 4.84993 19.5898 3.17993 17.0098 3.17993H7.00977C4.42977 3.17993 2.75977 4.84993 2.75977 7.42993V13.3099C3.43977 12.9399 4.20977 12.7499 5.00977 12.7499C6.36977 12.7499 7.65976 13.33 8.53976 14.33C9.31976 15.2 9.75977 16.3199 9.75977 17.4999C9.74977 17.5599 9.74976 17.6199 9.74976 17.6799Z\" fill=\"\"/>\n<path d=\"M5 22.25C2.38 22.25 0.25 20.12 0.25 17.5C0.25 16.04 0.899999 14.69 2.03 13.79C2.87 13.12 3.93 12.75 5 12.75C7.62 12.75 9.75 14.88 9.75 17.5C9.75 18.86 9.16 20.16 8.13 21.06C7.26 21.83 6.15 22.25 5 22.25ZM5 14.25C4.26 14.25 3.56 14.5 2.97 14.97C2.2 15.58 1.75 16.51 1.75 17.5C1.75 19.29 3.21 20.75 5 20.75C5.78 20.75 6.53999 20.46 7.14999 19.94C7.84999 19.32 8.25 18.44 8.25 17.5C8.25 15.71 6.79 14.25 5 14.25Z\" fill=\"\"/>\n<path d=\"M3.99989 19.25C3.74989 19.25 3.49988 19.12 3.35988 18.89C3.14988 18.53 3.25989 18.07 3.61989 17.86L4.5099 17.33V16.25C4.5099 15.84 4.8499 15.5 5.2599 15.5C5.6699 15.5 6.0099 15.84 6.0099 16.25V17.75C6.0099 18.01 5.86989 18.26 5.64989 18.39L4.39989 19.14C4.25989 19.22 4.12989 19.25 3.99989 19.25Z\" fill=\"\"/>\n<path d=\"M15.5 11.25H8.5C8.09 11.25 7.75 10.91 7.75 10.5C7.75 10.09 8.09 9.75 8.5 9.75H15.5C15.91 9.75 16.25 10.09 16.25 10.5C16.25 10.91 15.91 11.25 15.5 11.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"message \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22.81C11.31 22.81 10.66 22.46 10.2 21.85L8.7 19.85C8.67 19.81 8.55 19.76 8.5 19.75H8C3.83 19.75 1.25 18.62 1.25 13V8C1.25 3.58 3.58 1.25 8 1.25H16C20.42 1.25 22.75 3.58 22.75 8V13C22.75 17.42 20.42 19.75 16 19.75H15.5C15.42 19.75 15.35 19.79 15.3 19.85L13.8 21.85C13.34 22.46 12.69 22.81 12 22.81ZM8 2.75C4.42 2.75 2.75 4.42 2.75 8V13C2.75 17.52 4.3 18.25 8 18.25H8.5C9.01 18.25 9.59 18.54 9.9 18.95L11.4 20.95C11.75 21.41 12.25 21.41 12.6 20.95L14.1 18.95C14.43 18.51 14.95 18.25 15.5 18.25H16C19.58 18.25 21.25 16.58 21.25 13V8C21.25 4.42 19.58 2.75 16 2.75H8Z\" fill=\"\"/>\n<path d=\"M12 12C11.44 12 11 11.55 11 11C11 10.45 11.45 10 12 10C12.55 10 13 10.45 13 11C13 11.55 12.56 12 12 12Z\" fill=\"\"/>\n<path d=\"M16 12C15.44 12 15 11.55 15 11C15 10.45 15.45 10 16 10C16.55 10 17 10.45 17 11C17 11.55 16.56 12 16 12Z\" fill=\"\"/>\n<path d=\"M8 12C7.44 12 7 11.55 7 11C7 10.45 7.45 10 8 10C8.55 10 9 10.45 9 11C9 11.55 8.56 12 8 12Z\" fill=\"\"/>\n</svg>\n</li><li title=\"messages 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.25999 18.8898C7.17999 18.8898 7.1 18.8798 7.02 18.8698C6.42 18.7898 5.91 18.4098 5.66 17.8698L4.39999 15.0997C2.39999 13.6197 1.25 11.4098 1.25 9.00977C1.25 4.73977 4.95 1.25977 9.5 1.25977C12.71 1.25977 15.64 3.01976 16.97 5.74976C17.48 6.75976 17.75 7.85977 17.75 9.00977C17.75 13.1698 14.24 16.5798 9.86 16.7498L8.60001 18.2698C8.26001 18.6598 7.76999 18.8898 7.25999 18.8898ZM9.5 2.74976C5.78 2.74976 2.75 5.54976 2.75 8.99976C2.75 10.9698 3.72999 12.7897 5.42999 13.9897C5.53999 14.0697 5.62999 14.1697 5.67999 14.2897L7.02 17.2397C7.07 17.3497 7.17 17.3798 7.22 17.3798C7.27 17.3898 7.37 17.3797 7.44 17.2997L8.92 15.5198C9.06 15.3498 9.27 15.2498 9.5 15.2498C13.22 15.2498 16.25 12.4498 16.25 8.99976C16.25 8.08976 16.04 7.21973 15.63 6.40973C14.55 4.17973 12.14 2.74976 9.5 2.74976Z\" fill=\"\"/>\n<path d=\"M16.7401 22.7501C16.2201 22.7501 15.7401 22.5201 15.4001 22.1201L14.1401 20.6101C11.7201 20.5101 9.44008 19.4001 7.98008 17.6001C7.75008 17.3201 7.76009 16.9201 7.99009 16.6501L8.92008 15.5301C9.06008 15.3601 9.27008 15.2601 9.50008 15.2601C13.2201 15.2601 16.2501 12.4601 16.2501 9.01012C16.2501 8.10012 16.0401 7.23009 15.6301 6.42009C15.5001 6.16009 15.5301 5.8501 15.7101 5.6201C15.8901 5.3901 16.1901 5.29008 16.4701 5.35008C20.1701 6.20008 22.7501 9.2901 22.7501 12.8701C22.7501 15.2701 21.6001 17.4801 19.6001 18.9601L18.3401 21.7301C18.0801 22.2901 17.5701 22.6701 16.9601 22.7401C16.8901 22.7501 16.8101 22.7501 16.7401 22.7501ZM9.56008 17.1001C10.8101 18.3701 12.6101 19.1101 14.5001 19.1101C14.7201 19.1101 14.9301 19.2101 15.0801 19.3801L16.5601 21.1601C16.6301 21.2501 16.7201 21.2601 16.7801 21.2501C16.8201 21.2501 16.9301 21.2201 16.9901 21.1001L18.3301 18.1501C18.3901 18.0301 18.4701 17.9201 18.5801 17.8501C20.2801 16.6501 21.2601 14.8301 21.2601 12.8601C21.2601 10.4601 19.7901 8.33014 17.5501 7.28014C17.6901 7.84014 17.7601 8.41011 17.7601 9.00011C17.7601 13.1601 14.2501 16.5701 9.87008 16.7401L9.56008 17.1001Z\" fill=\"\"/>\n<path d=\"M12 9.75H7C6.59 9.75 6.25 9.41 6.25 9C6.25 8.59 6.59 8.25 7 8.25H12C12.41 8.25 12.75 8.59 12.75 9C12.75 9.41 12.41 9.75 12 9.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"messages 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.8701 21.8698C17.5601 21.8698 17.2501 21.7898 16.9701 21.6198L12.9601 19.2397C12.5401 19.2297 12.1201 19.1998 11.7201 19.1398C11.4501 19.0998 11.2201 18.9197 11.1201 18.6597C11.0201 18.3997 11.0701 18.1197 11.2501 17.9097C11.9101 17.1397 12.2501 16.2197 12.2501 15.2397C12.2501 12.8197 10.1201 10.8497 7.50008 10.8497C6.52008 10.8497 5.58007 11.1198 4.79007 11.6398C4.57007 11.7798 4.30007 11.7998 4.06007 11.6898C3.83007 11.5798 3.66008 11.3597 3.63008 11.0997C3.60008 10.8197 3.58008 10.5398 3.58008 10.2498C3.58008 5.28976 7.88008 1.25977 13.1601 1.25977C18.4401 1.25977 22.7401 5.28976 22.7401 10.2498C22.7401 12.9698 21.4801 15.4697 19.2601 17.1797L19.6001 19.8998C19.6801 20.5798 19.3801 21.2198 18.8101 21.5898C18.5301 21.7698 18.2001 21.8698 17.8701 21.8698ZM13.1501 17.7297C13.2901 17.7197 13.4301 17.7598 13.5501 17.8398L17.7401 20.3298C17.8501 20.3998 17.9401 20.3698 18.0001 20.3298C18.0501 20.2998 18.1301 20.2198 18.1101 20.0798L17.7201 16.9197C17.6901 16.6397 17.8101 16.3698 18.0301 16.2098C20.0701 14.7798 21.2401 12.5997 21.2401 10.2297C21.2401 6.09974 17.6201 2.73975 13.1601 2.73975C8.87008 2.73975 5.35007 5.85979 5.09007 9.77979C5.84007 9.48979 6.65008 9.32977 7.49008 9.32977C10.9401 9.32977 13.7401 11.9697 13.7401 15.2197C13.7501 16.0997 13.5401 16.9497 13.1501 17.7297Z\" fill=\"\"/>\n<path d=\"M4.57977 22.7498C4.31977 22.7498 4.06977 22.6798 3.83977 22.5298C3.38977 22.2398 3.14978 21.7398 3.20978 21.2098L3.40977 19.6698C2.05977 18.5698 1.25977 16.9398 1.25977 15.2298C1.25977 13.2798 2.27978 11.4598 3.98978 10.3698C5.01978 9.69981 6.23977 9.33984 7.50977 9.33984C10.9598 9.33984 13.7598 11.9798 13.7598 15.2298C13.7598 16.5498 13.2798 17.8498 12.3998 18.8798C11.2698 20.2498 9.57977 21.0498 7.71977 21.1098L5.27977 22.5598C5.05977 22.6898 4.81977 22.7498 4.57977 22.7498ZM7.49977 10.8398C6.51977 10.8398 5.57976 11.1098 4.78976 11.6298C3.50976 12.4498 2.74977 13.7898 2.74977 15.2298C2.74977 16.6198 3.42978 17.8898 4.62978 18.7098C4.85978 18.8698 4.97977 19.1398 4.94977 19.4198L4.72977 21.1298L7.11977 19.7098C7.23977 19.6398 7.36977 19.5998 7.49977 19.5998C8.96977 19.5998 10.3598 18.9698 11.2398 17.8998C11.8998 17.1198 12.2498 16.1998 12.2498 15.2198C12.2498 12.8098 10.1198 10.8398 7.49977 10.8398Z\" fill=\"\"/>\n</svg>\n</li><li title=\"messages 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.9 19.0098C16.59 19.0098 16.28 18.9197 16.01 18.7397L15.05 18.1097C14.78 17.9297 14.65 17.5898 14.74 17.2798C14.81 17.0498 14.84 16.7797 14.84 16.4797V12.4097C14.84 10.7797 13.82 9.75977 12.19 9.75977H5.39999C5.27999 9.75977 5.17 9.76978 5.06 9.77979C4.85 9.78979 4.65001 9.71977 4.49001 9.57977C4.33001 9.43977 4.25 9.23979 4.25 9.02979V6.25977C4.25 3.31977 6.31 1.25977 9.25 1.25977H17.75C20.69 1.25977 22.75 3.31977 22.75 6.25977V11.3597C22.75 12.8097 22.26 14.0897 21.36 14.9697C20.64 15.6997 19.64 16.1698 18.5 16.3098V17.4197C18.5 18.0197 18.17 18.5598 17.65 18.8398C17.41 18.9498 17.15 19.0098 16.9 19.0098ZM16.3 17.1298L16.95 17.4998C17.01 17.4698 17.01 17.4197 17.01 17.4097V15.5997C17.01 15.1897 17.35 14.8497 17.76 14.8497C18.81 14.8497 19.7 14.5198 20.31 13.8998C20.94 13.2798 21.26 12.3997 21.26 11.3497V6.24976C21.26 4.11976 19.89 2.74976 17.76 2.74976H9.25999C7.12999 2.74976 5.75999 4.11976 5.75999 6.24976V8.24976H12.2C14.64 8.24976 16.35 9.95978 16.35 12.3998V16.4697C16.34 16.6997 16.33 16.9198 16.3 17.1298Z\" fill=\"\"/>\n<path d=\"M6.07001 22.75C5.85001 22.75 5.62 22.7 5.41 22.59C4.94 22.34 4.64999 21.86 4.64999 21.32V20.56C3.76999 20.42 2.99 20.05 2.41 19.47C1.65 18.71 1.25 17.67 1.25 16.47V12.4C1.25 10.14 2.72999 8.48002 4.92999 8.27002C5.08999 8.26002 5.23999 8.25 5.39999 8.25H12.19C14.63 8.25 16.34 9.96002 16.34 12.4V16.47C16.34 16.91 16.29 17.32 16.18 17.69C15.73 19.49 14.2 20.62 12.19 20.62H9.7L6.87 22.5C6.63 22.67 6.35001 22.75 6.07001 22.75ZM5.39999 9.75C5.27999 9.75 5.17 9.76002 5.06 9.77002C3.62 9.90002 2.75 10.89 2.75 12.4V16.47C2.75 17.27 3 17.94 3.47 18.41C3.93 18.87 4.59999 19.12 5.39999 19.12C5.80999 19.12 6.14999 19.46 6.14999 19.87V21.18L9.05 19.25C9.17 19.17 9.32 19.12 9.47 19.12H12.19C13.51 19.12 14.44 18.46 14.73 17.3C14.8 17.05 14.84 16.77 14.84 16.47V12.4C14.84 10.77 13.82 9.75 12.19 9.75H5.39999Z\" fill=\"\"/>\n</svg>\n</li><li title=\"messages \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.98999 22.78C9.38999 22.78 8.81999 22.48 8.42999 21.95L7.23001 20.35C7.23001 20.36 7.18 20.33 7.16 20.33H6.79001C3.37001 20.33 1.25 19.4 1.25 14.79V10.79C1.25 6.58001 3.82001 5.48001 5.98001 5.29001C6.22001 5.26001 6.50001 5.25 6.79001 5.25H13.19C16.81 5.25 18.73 7.17001 18.73 10.79V14.79C18.73 15.08 18.72 15.36 18.68 15.63C18.5 17.76 17.4 20.33 13.19 20.33H12.79L11.55 21.95C11.16 22.48 10.59 22.78 9.98999 22.78ZM6.79001 6.75C6.56001 6.75 6.34 6.76 6.13 6.78C3.81 6.98 2.75 8.25001 2.75 10.79V14.79C2.75 18.22 3.81001 18.83 6.79001 18.83H7.19C7.64 18.83 8.14999 19.08 8.42999 19.44L9.63 21.05C9.85001 21.35 10.13 21.35 10.35 21.05L11.55 19.45C11.84 19.06 12.3 18.83 12.79 18.83H13.19C15.73 18.83 17 17.76 17.19 15.48C17.22 15.24 17.23 15.02 17.23 14.79V10.79C17.23 8.00001 15.98 6.75 13.19 6.75H6.79001Z\" fill=\"\"/>\n<path d=\"M9.99023 14.1899C9.43023 14.1899 8.99023 13.7399 8.99023 13.1899C8.99023 12.6399 9.44023 12.1899 9.99023 12.1899C10.5402 12.1899 10.9902 12.6399 10.9902 13.1899C10.9902 13.7399 10.5502 14.1899 9.99023 14.1899Z\" fill=\"\"/>\n<path d=\"M13.1895 14.1899C12.6295 14.1899 12.1895 13.7399 12.1895 13.1899C12.1895 12.6399 12.6395 12.1899 13.1895 12.1899C13.7395 12.1899 14.1895 12.6399 14.1895 13.1899C14.1895 13.7399 13.7395 14.1899 13.1895 14.1899Z\" fill=\"\"/>\n<path d=\"M6.80078 14.1899C6.24078 14.1899 5.80078 13.7399 5.80078 13.1899C5.80078 12.6399 6.25078 12.1899 6.80078 12.1899C7.35078 12.1899 7.80078 12.6399 7.80078 13.1899C7.80078 13.7399 7.35078 14.1899 6.80078 14.1899Z\" fill=\"\"/>\n<path d=\"M17.9396 16.29C17.7396 16.29 17.5396 16.21 17.3996 16.06C17.2396 15.9 17.1697 15.67 17.1997 15.45C17.2297 15.24 17.2396 15.02 17.2396 14.79V10.79C17.2396 8.00001 15.9897 6.75 13.1997 6.75H6.79963C6.56963 6.75 6.34966 6.76 6.13966 6.78C5.91966 6.81 5.68964 6.72999 5.52964 6.57999C5.36964 6.41999 5.27963 6.20001 5.29963 5.98001C5.47963 3.82001 6.58963 1.25 10.7996 1.25H17.1997C20.8197 1.25 22.7396 3.17001 22.7396 6.79001V10.79C22.7396 15 20.1697 16.1 18.0097 16.29C17.9797 16.29 17.9596 16.29 17.9396 16.29ZM6.91966 5.25H13.1896C16.8096 5.25 18.7297 7.17001 18.7297 10.79V14.66C20.4297 14.24 21.2297 12.99 21.2297 10.79V6.79001C21.2297 4.00001 19.9796 2.75 17.1896 2.75H10.7897C8.58965 2.75 7.34966 3.55 6.91966 5.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"microphone 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 16.25C9.38 16.25 7.25 14.12 7.25 11.5V6C7.25 3.38 9.38 1.25 12 1.25C14.62 1.25 16.75 3.38 16.75 6V11.5C16.75 14.12 14.62 16.25 12 16.25ZM12 2.75C10.21 2.75 8.75 4.21 8.75 6V11.5C8.75 13.29 10.21 14.75 12 14.75C13.79 14.75 15.25 13.29 15.25 11.5V6C15.25 4.21 13.79 2.75 12 2.75Z\" fill=\"\"/>\n<path d=\"M11.9996 19.7499C7.36961 19.7499 3.59961 15.9799 3.59961 11.3499V9.6499C3.59961 9.2399 3.93961 8.8999 4.34961 8.8999C4.75961 8.8999 5.09961 9.2399 5.09961 9.6499V11.3499C5.09961 15.1499 8.19961 18.2499 11.9996 18.2499C15.7996 18.2499 18.8996 15.1499 18.8996 11.3499V9.6499C18.8996 9.2399 19.2396 8.8999 19.6496 8.8999C20.0596 8.8999 20.3996 9.2399 20.3996 9.6499V11.3499C20.3996 15.9799 16.6296 19.7499 11.9996 19.7499Z\" fill=\"\"/>\n<path d=\"M13.3899 7.17982C13.3099 7.17982 13.2199 7.16982 13.1299 7.13982C12.3999 6.86982 11.5999 6.86982 10.8699 7.13982C10.4799 7.27982 10.0499 7.07982 9.90988 6.68982C9.76988 6.29982 9.96988 5.86982 10.3599 5.72982C11.4199 5.34982 12.5899 5.34982 13.6499 5.72982C14.0399 5.86982 14.2399 6.29982 14.0999 6.68982C13.9799 6.98982 13.6899 7.17982 13.3899 7.17982Z\" fill=\"\"/>\n<path d=\"M12.8001 9.29982C12.7301 9.29982 12.6701 9.28982 12.6001 9.26982C12.2001 9.15982 11.7901 9.15982 11.3901 9.26982C10.9901 9.37982 10.5801 9.13982 10.4701 8.73982C10.3601 8.34982 10.6001 7.93982 11.0001 7.82982C11.6501 7.64982 12.3501 7.64982 13.0001 7.82982C13.4001 7.93982 13.6401 8.34982 13.5301 8.74982C13.4401 9.07982 13.1301 9.29982 12.8001 9.29982Z\" fill=\"\"/>\n<path d=\"M12 22.75C11.59 22.75 11.25 22.41 11.25 22V19C11.25 18.59 11.59 18.25 12 18.25C12.41 18.25 12.75 18.59 12.75 19V22C12.75 22.41 12.41 22.75 12 22.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"microphone slash 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 11.75C7.59 11.75 7.25 11.41 7.25 11V6C7.25 3.38 9.38 1.25 12 1.25C14.62 1.25 16.75 3.38 16.75 6V6.3C16.75 6.71 16.41 7.05 16 7.05C15.59 7.05 15.25 6.71 15.25 6.3V6C15.25 4.21 13.79 2.75 12 2.75C10.21 2.75 8.75 4.21 8.75 6V11C8.75 11.41 8.41 11.75 8 11.75Z\" fill=\"\"/>\n<path d=\"M12.0006 16.25C10.6606 16.25 9.38064 15.68 8.48064 14.69C8.20064 14.38 8.23064 13.91 8.53064 13.63C8.84064 13.35 9.31064 13.38 9.59064 13.68C10.2006 14.36 11.0806 14.75 12.0006 14.75C13.7906 14.75 15.2506 13.29 15.2506 11.5V11C15.2506 10.59 15.5906 10.25 16.0006 10.25C16.4106 10.25 16.7506 10.59 16.7506 11V11.5C16.7506 14.12 14.6206 16.25 12.0006 16.25Z\" fill=\"\"/>\n<path d=\"M11.9993 19.7499C9.86933 19.7499 7.82933 18.9499 6.26933 17.4999C5.96933 17.2199 5.94933 16.7399 6.22933 16.4399C6.51933 16.1299 6.99933 16.1199 7.29933 16.3999C8.57933 17.5899 10.2493 18.2499 11.9993 18.2499C15.7993 18.2499 18.8993 15.1499 18.8993 11.3499V9.6499C18.8993 9.2399 19.2393 8.8999 19.6493 8.8999C20.0593 8.8999 20.3993 9.2399 20.3993 9.6499V11.3499C20.3993 15.9799 16.6293 19.7499 11.9993 19.7499Z\" fill=\"\"/>\n<path d=\"M4.94961 15.0799C4.65961 15.0799 4.37961 14.9099 4.25961 14.6199C3.81961 13.5799 3.59961 12.4899 3.59961 11.3499V9.6499C3.59961 9.2399 3.93961 8.8999 4.34961 8.8999C4.75961 8.8999 5.09961 9.2399 5.09961 9.6499V11.3499C5.09961 12.2799 5.27961 13.1799 5.63961 14.0299C5.79961 14.4099 5.61961 14.8499 5.23961 15.0099C5.14961 15.0599 5.04961 15.0799 4.94961 15.0799Z\" fill=\"\"/>\n<path d=\"M3.91937 19.7398C3.72937 19.7398 3.53938 19.6698 3.38938 19.5198C3.09938 19.2298 3.09938 18.7498 3.38938 18.4598L19.5394 2.30979C19.8294 2.01979 20.3094 2.01979 20.5994 2.30979C20.8894 2.59979 20.8894 3.07979 20.5994 3.36979L4.45937 19.5198C4.30937 19.6698 4.11937 19.7398 3.91937 19.7398Z\" fill=\"\"/>\n<path d=\"M11 6.75C10.59 6.75 10.25 6.41 10.25 6V3C10.25 2.59 10.59 2.25 11 2.25C11.41 2.25 11.75 2.59 11.75 3V6C11.75 6.41 11.41 6.75 11 6.75Z\" fill=\"\"/>\n<path d=\"M12 22.75C11.59 22.75 11.25 22.41 11.25 22V19C11.25 18.59 11.59 18.25 12 18.25C12.41 18.25 12.75 18.59 12.75 19V22C12.75 22.41 12.41 22.75 12 22.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"microphone slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.39 17.59C7.18 17.59 6.96 17.5 6.81 17.32C5.8 16.11 5.25 14.58 5.25 13V8C5.25 4.28 8.28 1.25 12 1.25C15.1 1.25 17.79 3.35 18.55 6.35C18.65 6.75 18.41 7.16 18.01 7.26C17.62 7.36 17.2 7.12 17.1 6.72C16.5 4.38 14.41 2.75 12 2.75C9.11 2.75 6.75 5.1 6.75 8V13C6.75 14.23 7.18 15.42 7.96 16.36C8.23 16.68 8.18 17.15 7.86 17.42C7.73 17.53 7.56 17.59 7.39 17.59Z\" fill=\"\"/>\n<path d=\"M11.9998 19.75C11.1898 19.75 10.3998 19.61 9.65984 19.33C9.26984 19.19 9.06984 18.75 9.21984 18.37C9.35984 17.98 9.79984 17.78 10.1798 17.93C10.7598 18.15 11.3798 18.26 11.9998 18.26C14.8898 18.26 17.2498 15.91 17.2498 13.01V9.97998C17.2498 9.56998 17.5898 9.22998 17.9998 9.22998C18.4098 9.22998 18.7498 9.56998 18.7498 9.97998V13C18.7498 16.72 15.7198 19.75 11.9998 19.75Z\" fill=\"\"/>\n<path d=\"M11.9994 22.7502C9.51941 22.7502 7.15941 21.8202 5.34941 20.1302C5.04941 19.8502 5.02941 19.3702 5.30941 19.0702C5.58941 18.7702 6.06941 18.7502 6.36941 19.0302C7.89941 20.4602 9.89941 21.2402 11.9894 21.2402C16.5394 21.2402 20.2394 17.5402 20.2394 12.9902V10.9902C20.2394 10.5802 20.5794 10.2402 20.9894 10.2402C21.3994 10.2402 21.7394 10.5802 21.7394 10.9902V12.9902C21.7494 18.3802 17.3794 22.7502 11.9994 22.7502Z\" fill=\"\"/>\n<path d=\"M2.49945 22.7402C2.30945 22.7402 2.11945 22.6702 1.96945 22.5202C1.67945 22.2302 1.67945 21.7502 1.96945 21.4602L20.9695 2.46018C21.2595 2.17018 21.7395 2.17018 22.0295 2.46018C22.3195 2.75018 22.3195 3.23018 22.0295 3.52018L3.02945 22.5202C2.87945 22.6702 2.68945 22.7402 2.49945 22.7402Z\" fill=\"\"/>\n<path d=\"M11.5508 6.24977C11.1408 6.24977 10.8008 5.90977 10.8008 5.49977V2.25977C10.8008 1.84977 11.1408 1.50977 11.5508 1.50977C11.9608 1.50977 12.3008 1.84977 12.3008 2.25977V5.49977C12.3008 5.91977 11.9608 6.24977 11.5508 6.24977Z\" fill=\"\"/>\n<path d=\"M8.5 8.25C8.09 8.25 7.75 7.91 7.75 7.5V3.5C7.75 3.09 8.09 2.75 8.5 2.75C8.91 2.75 9.25 3.09 9.25 3.5V7.5C9.25 7.91 8.91 8.25 8.5 8.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"microphone \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 19.75C8.28 19.75 5.25 16.72 5.25 13V8C5.25 4.28 8.28 1.25 12 1.25C15.72 1.25 18.75 4.28 18.75 8V13C18.75 16.72 15.72 19.75 12 19.75ZM12 2.75C9.11 2.75 6.75 5.1 6.75 8V13C6.75 15.9 9.11 18.25 12 18.25C14.89 18.25 17.25 15.9 17.25 13V8C17.25 5.1 14.89 2.75 12 2.75Z\" fill=\"\"/>\n<path d=\"M12 22.75C6.62 22.75 2.25 18.38 2.25 13V11C2.25 10.59 2.59 10.25 3 10.25C3.41 10.25 3.75 10.59 3.75 11V13C3.75 17.55 7.45 21.25 12 21.25C16.55 21.25 20.25 17.55 20.25 13V11C20.25 10.59 20.59 10.25 21 10.25C21.41 10.25 21.75 10.59 21.75 11V13C21.75 18.38 17.38 22.75 12 22.75Z\" fill=\"\"/>\n<path d=\"M14.6099 8.22988C14.5299 8.22988 14.4399 8.21988 14.3499 8.18988C12.7399 7.60988 10.9699 7.60988 9.35988 8.18988C8.97988 8.32988 8.54988 8.12988 8.40988 7.73988C8.26988 7.34988 8.46988 6.91988 8.85988 6.77988C10.7999 6.07988 12.9299 6.07988 14.8699 6.77988C15.2599 6.91988 15.4599 7.34988 15.3199 7.73988C15.2099 8.04988 14.9199 8.22988 14.6099 8.22988Z\" fill=\"\"/>\n<path d=\"M13.6999 11.23C13.6399 11.23 13.5699 11.22 13.4999 11.2C12.4299 10.91 11.2999 10.91 10.2299 11.2C9.81992 11.31 9.41992 11.07 9.30992 10.67C9.19992 10.27 9.43992 9.85998 9.83992 9.74998C11.1699 9.38998 12.5699 9.38998 13.8999 9.74998C14.2999 9.85998 14.5399 10.27 14.4299 10.67C14.3299 11.02 14.0299 11.23 13.6999 11.23Z\" fill=\"\"/>\n</svg>\n</li><li title=\"microscope \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.0301 11.5199C14.7901 11.5199 14.5501 11.3999 14.4101 11.1899L11.2101 6.40994C11.1001 6.23994 11.0601 6.03994 11.1001 5.84994C11.1401 5.65994 11.2501 5.47993 11.4201 5.36993L17.0801 1.57992C17.5201 1.27992 18.0501 1.17993 18.5701 1.27993C19.0901 1.37993 19.5401 1.67993 19.8401 2.11993L21.6601 4.82992C22.2701 5.73992 22.0301 6.97993 21.1101 7.58993L15.4601 11.3799C15.3201 11.4799 15.1801 11.5199 15.0301 11.5199ZM12.8801 6.19995L15.2401 9.72995L20.2701 6.35992C20.5001 6.20992 20.5601 5.89993 20.4001 5.67993L18.5801 2.96994C18.5101 2.85994 18.4001 2.78994 18.2701 2.75994C18.1401 2.72994 18.0101 2.75992 17.9001 2.82992L12.8801 6.19995Z\" fill=\"\"/>\n<path d=\"M9.93973 14.24C9.69973 14.24 9.45973 14.12 9.31973 13.91L6.75973 10.09C6.52973 9.75002 6.61973 9.28001 6.96973 9.05001L11.7497 5.85003C11.9197 5.74003 12.1197 5.70001 12.3097 5.74001C12.5097 5.78001 12.6797 5.89002 12.7897 6.06002L15.3497 9.88003C15.5797 10.22 15.4897 10.69 15.1397 10.92L10.3597 14.12C10.2297 14.2 10.0797 14.24 9.93973 14.24ZM8.41973 9.88003L10.1397 12.45L13.6697 10.09L11.9497 7.51003L8.41973 9.88003Z\" fill=\"\"/>\n<path d=\"M5.28039 16.82C4.72039 16.82 4.16039 16.55 3.82039 16.04L2.69039 14.36C2.43039 13.97 2.34039 13.51 2.43039 13.05C2.52039 12.59 2.78039 12.2 3.17039 11.94L7.12039 9.30001C7.46039 9.07001 7.9304 9.16003 8.1604 9.51003L10.4004 12.85C10.6304 13.19 10.5404 13.66 10.1904 13.89L6.24039 16.53C5.95039 16.72 5.61039 16.82 5.28039 16.82ZM7.33039 10.95L4.01039 13.17C3.90039 13.25 3.86039 13.4 3.94039 13.52L5.07039 15.2C5.15039 15.31 5.30039 15.35 5.42039 15.27L8.74039 13.05L7.33039 10.95Z\" fill=\"\"/>\n<path d=\"M7.56019 22.7498C7.46019 22.7498 7.3502 22.7298 7.2502 22.6798C6.8702 22.5098 6.71019 22.0599 6.88019 21.6899L11.3702 11.8899C11.5402 11.5099 11.9902 11.3498 12.3602 11.5198C12.7402 11.6898 12.9002 12.1399 12.7302 12.5099L8.24019 22.3098C8.11019 22.5898 7.84019 22.7498 7.56019 22.7498Z\" fill=\"\"/>\n<path d=\"M16.44 22.75C16.15 22.75 15.88 22.59 15.76 22.31L11.32 12.51C11.15 12.13 11.32 11.69 11.69 11.52C12.06 11.35 12.51 11.52 12.68 11.89L17.12 21.69C17.29 22.07 17.12 22.51 16.75 22.68C16.65 22.73 16.55 22.75 16.44 22.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"milk \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H9C6.93 22.75 5.25 21.07 5.25 19V13.98C5.25 13.78 5.32997 13.59 5.46997 13.45C5.60997 13.31 5.8 13.23 6 13.23L9.89001 13.25C10.73 13.25 11.57 13.45 12.33 13.83C12.89 14.11 13.49 14.25 14.12 14.25H18C18.41 14.25 18.75 14.59 18.75 15V19C18.75 21.07 17.07 22.75 15 22.75ZM6.75 14.73V19C6.75 20.24 7.76 21.25 9 21.25H15C16.24 21.25 17.25 20.24 17.25 19V15.75H14.12C13.26 15.75 12.43 15.56 11.66 15.17C11.1 14.89 10.5 14.75 9.89001 14.75L6.75 14.73Z\" fill=\"\"/>\n<path d=\"M18 15.75H14.12C13.26 15.75 12.43 15.56 11.66 15.17C11.1 14.89 10.5 14.75 9.89001 14.75L6 14.73C5.59 14.73 5.25 14.39 5.25 13.98V10.83C5.25 10.17 5.59 9.35 6.06 8.88L8.17999 6.75999C8.21999 6.71999 8.25 6.65 8.25 6.59V5C8.25 4.59 8.59 4.25 9 4.25H15C15.41 4.25 15.75 4.59 15.75 5V6.59C15.75 6.65 15.78 6.71999 15.82 6.75999L17.94 8.88C18.41 9.35 18.75 10.17 18.75 10.83V15C18.75 15.41 18.41 15.75 18 15.75ZM6.75 13.23L9.89001 13.25C10.73 13.25 11.57 13.45 12.33 13.83C12.89 14.11 13.49 14.25 14.12 14.25H17.25V10.83C17.25 10.57 17.07 10.13 16.88 9.94L14.76 7.82001C14.44 7.50001 14.25 7.05 14.25 6.59V5.75H9.75V6.59C9.75 7.05 9.55999 7.50001 9.23999 7.82001L7.12 9.94C6.93 10.13 6.75 10.57 6.75 10.83V13.23Z\" fill=\"\"/>\n<path d=\"M18 16.75C17.59 16.75 17.25 16.41 17.25 16V15C17.25 14.59 17.59 14.25 18 14.25C18.41 14.25 18.75 14.59 18.75 15V16C18.75 16.41 18.41 16.75 18 16.75Z\" fill=\"\"/>\n<path d=\"M6 15.73C5.59 15.73 5.25 15.39 5.25 14.98V13.98C5.25 13.57 5.59 13.23 6 13.23C6.41 13.23 6.75 13.57 6.75 13.98V14.98C6.75 15.39 6.41 15.73 6 15.73Z\" fill=\"\"/>\n<path d=\"M14.5 5.75H9.5C8.26 5.75 7.25 4.74 7.25 3.5C7.25 2.26 8.26 1.25 9.5 1.25H14.5C15.74 1.25 16.75 2.26 16.75 3.5C16.75 4.74 15.74 5.75 14.5 5.75ZM9.5 2.75C9.09 2.75 8.75 3.09 8.75 3.5C8.75 3.91 9.09 4.25 9.5 4.25H14.5C14.91 4.25 15.25 3.91 15.25 3.5C15.25 3.09 14.91 2.75 14.5 2.75H9.5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"mini music sqaure \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V10C22.75 10.41 22.41 10.75 22 10.75C21.59 10.75 21.25 10.41 21.25 10V9C21.25 4.39 19.61 2.75 15 2.75H9C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H11C11.41 21.25 11.75 21.59 11.75 22C11.75 22.41 11.41 22.75 11 22.75Z\" fill=\"\"/>\n<path d=\"M15.2701 22.7501C14.0601 22.7501 13.0801 21.7701 13.0801 20.5601C13.0801 19.3501 14.0601 18.3701 15.2701 18.3701C16.4801 18.3701 17.4601 19.3501 17.4601 20.5601C17.4601 21.7701 16.4801 22.7501 15.2701 22.7501ZM15.2701 19.8601C14.8901 19.8601 14.5801 20.1701 14.5801 20.5501C14.5801 20.9301 14.8901 21.2401 15.2701 21.2401C15.6501 21.2401 15.9601 20.9301 15.9601 20.5501C15.9601 20.1701 15.6501 19.8601 15.2701 19.8601Z\" fill=\"\"/>\n<path d=\"M16.7109 21.3098C16.3009 21.3098 15.9609 20.9698 15.9609 20.5598V14.7398C15.9609 13.8298 16.5209 13.0898 17.4009 12.8598L20.2909 12.0698C21.1909 11.8198 21.7509 12.0598 22.0709 12.2998C22.3809 12.5398 22.7509 13.0198 22.7509 13.9498V19.5898C22.7509 19.9998 22.4109 20.3398 22.0009 20.3398C21.5909 20.3398 21.2509 19.9998 21.2509 19.5898V13.9498C21.2509 13.6298 21.1809 13.5098 21.1509 13.4898C21.1209 13.4698 20.9809 13.4298 20.6709 13.5098L17.7809 14.2998C17.4809 14.3798 17.4509 14.5898 17.4509 14.7398V20.5598C17.4609 20.9698 17.1209 21.3098 16.7109 21.3098Z\" fill=\"\"/>\n<path d=\"M20.5611 21.7902C19.3511 21.7902 18.3711 20.8102 18.3711 19.6002C18.3711 18.3902 19.3511 17.4102 20.5611 17.4102C21.7711 17.4102 22.7511 18.3902 22.7511 19.6002C22.7511 20.8102 21.7711 21.7902 20.5611 21.7902ZM20.5611 18.9002C20.1811 18.9002 19.8711 19.2102 19.8711 19.5902C19.8711 19.9702 20.1811 20.2802 20.5611 20.2802C20.9411 20.2802 21.2511 19.9702 21.2511 19.5902C21.2511 19.2102 20.9411 18.9002 20.5611 18.9002Z\" fill=\"\"/>\n<path d=\"M16.7096 17.1799C16.3796 17.1799 16.0796 16.9599 15.9896 16.6299C15.8796 16.2299 16.1196 15.8199 16.5196 15.7099L21.8096 14.2699C22.2096 14.1599 22.6196 14.3999 22.7296 14.7999C22.8396 15.1999 22.5996 15.6098 22.1996 15.7198L16.9096 17.1598C16.8396 17.1698 16.7696 17.1799 16.7096 17.1799Z\" fill=\"\"/>\n</svg>\n</li><li title=\"minus cirlce \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9199 22.75C5.99992 22.75 1.16992 17.93 1.16992 12C1.16992 6.07 5.99992 1.25 11.9199 1.25C17.8399 1.25 22.6699 6.07 22.6699 12C22.6699 17.93 17.8499 22.75 11.9199 22.75ZM11.9199 2.75C6.81992 2.75 2.66992 6.9 2.66992 12C2.66992 17.1 6.81992 21.25 11.9199 21.25C17.0199 21.25 21.1699 17.1 21.1699 12C21.1699 6.9 17.0199 2.75 11.9199 2.75Z\" fill=\"\"/>\n<path d=\"M15.9199 12.75H7.91992C7.50992 12.75 7.16992 12.41 7.16992 12C7.16992 11.59 7.50992 11.25 7.91992 11.25H15.9199C16.3299 11.25 16.6699 11.59 16.6699 12C16.6699 12.41 16.3399 12.75 15.9199 12.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"minus square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 12.75H8C7.59 12.75 7.25 12.41 7.25 12C7.25 11.59 7.59 11.25 8 11.25H16C16.41 11.25 16.75 11.59 16.75 12C16.75 12.41 16.41 12.75 16 12.75Z\" fill=\"\"/>\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n</svg>\n</li><li title=\"minus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18 12.75H6C5.59 12.75 5.25 12.41 5.25 12C5.25 11.59 5.59 11.25 6 11.25H18C18.41 11.25 18.75 11.59 18.75 12C18.75 12.41 18.41 12.75 18 12.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"mirror \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 18.75C7.17 18.75 3.25 14.82 3.25 10C3.25 5.18 7.17 1.25 12 1.25C16.83 1.25 20.75 5.18 20.75 10C20.75 14.82 16.83 18.75 12 18.75ZM12 2.75C8 2.75 4.75 6 4.75 10C4.75 14 8 17.25 12 17.25C16 17.25 19.25 14 19.25 10C19.25 6 16 2.75 12 2.75Z\" fill=\"\"/>\n<path d=\"M18 22.75H6C5.59 22.75 5.25 22.41 5.25 22C5.25 21.59 5.59 21.25 6 21.25H18C18.41 21.25 18.75 21.59 18.75 22C18.75 22.41 18.41 22.75 18 22.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"mirroring screen \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 21.75H16C15.59 21.75 15.25 21.41 15.25 21C15.25 20.59 15.59 20.25 16 20.25H17C19.58 20.25 21.25 18.58 21.25 16V8C21.25 5.42 19.58 3.75 17 3.75H7C4.42 3.75 2.75 5.42 2.75 8V9C2.75 9.41 2.41 9.75 2 9.75C1.59 9.75 1.25 9.41 1.25 9V8C1.25 4.56 3.56 2.25 7 2.25H17C20.44 2.25 22.75 4.56 22.75 8V16C22.75 19.44 20.44 21.75 17 21.75Z\" fill=\"\"/>\n<path d=\"M12.2902 21.06C11.9202 21.06 11.6002 20.78 11.5502 20.41C11.0002 16.13 7.88017 13 3.59017 12.45C3.18017 12.4 2.89018 12.0199 2.94018 11.6099C2.99018 11.1999 3.37017 10.91 3.78017 10.96C8.76017 11.6 12.4002 15.23 13.0302 20.21C13.0802 20.62 12.7902 20.9999 12.3802 21.0499C12.3602 21.0599 12.3202 21.06 12.2902 21.06Z\" fill=\"\"/>\n<path d=\"M8.92986 22.1301C8.55986 22.1301 8.23987 21.8501 8.18987 21.4801C7.79987 18.4301 5.56987 16.2 2.51987 15.81C2.10987 15.76 1.81986 15.3801 1.86986 14.9701C1.91986 14.5601 2.29987 14.2701 2.70987 14.3201C6.45987 14.8001 9.18987 17.5401 9.66987 21.2801C9.71987 21.6901 9.42987 22.07 9.01987 22.12C8.98987 22.13 8.95986 22.1301 8.92986 22.1301Z\" fill=\"\"/>\n<path d=\"M5.13022 22.7699C4.76022 22.7699 4.44022 22.4899 4.39022 22.1199C4.22022 20.7699 3.23022 19.7799 1.88022 19.6099C1.47022 19.5599 1.18021 19.1799 1.23021 18.7699C1.28021 18.3599 1.66023 18.0699 2.07023 18.1199C4.09023 18.3799 5.62022 19.9099 5.88022 21.9299C5.93022 22.3399 5.64021 22.7199 5.23021 22.7699C5.20021 22.7699 5.17022 22.7699 5.13022 22.7699Z\" fill=\"\"/>\n</svg>\n</li><li title=\"mobile programming \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.4994 5.75024H10.4794C9.25944 5.75024 8.24944 4.76022 8.22944 3.54022L8.19944 2.01025C8.18944 1.60025 8.51942 1.25023 8.92942 1.24023C8.93942 1.24023 8.93944 1.24023 8.94944 1.24023C9.35944 1.24023 9.68944 1.57021 9.69944 1.97021L9.72944 3.50024C9.73944 3.90024 10.0794 4.24023 10.4794 4.24023H13.4994C13.9194 4.24023 14.2494 3.90023 14.2494 3.49023V2.00024C14.2494 1.59024 14.5894 1.25024 14.9994 1.25024C15.4094 1.25024 15.7494 1.59024 15.7494 2.00024V3.50024C15.7494 4.74024 14.7394 5.75024 13.4994 5.75024Z\" fill=\"\"/>\n<path d=\"M16.9995 21.75C16.8095 21.75 16.6195 21.68 16.4695 21.53L14.4695 19.53C14.1795 19.24 14.1795 18.7599 14.4695 18.4699L16.4695 16.4699C16.7595 16.1799 17.2395 16.1799 17.5295 16.4699C17.8195 16.7599 17.8195 17.24 17.5295 17.53L16.0594 19L17.5295 20.4699C17.8195 20.7599 17.8195 21.24 17.5295 21.53C17.3795 21.68 17.1895 21.75 16.9995 21.75Z\" fill=\"\"/>\n<path d=\"M19.9995 21.75C19.8095 21.75 19.6195 21.68 19.4695 21.53C19.1795 21.24 19.1795 20.7599 19.4695 20.4699L20.9395 19L19.4695 17.53C19.1795 17.24 19.1795 16.7599 19.4695 16.4699C19.7595 16.1799 20.2395 16.1799 20.5295 16.4699L22.5295 18.4699C22.8195 18.7599 22.8195 19.24 22.5295 19.53L20.5295 21.53C20.3795 21.68 20.1895 21.75 19.9995 21.75Z\" fill=\"\"/>\n<path d=\"M13 22.75H8C4.35 22.75 2.25 20.65 2.25 17V7C2.25 3.35 4.35 1.25 8 1.25H16C19.65 1.25 21.75 3.35 21.75 7V14C21.75 14.41 21.41 14.75 21 14.75C20.59 14.75 20.25 14.41 20.25 14V7C20.25 4.14 18.86 2.75 16 2.75H8C5.14 2.75 3.75 4.14 3.75 7V17C3.75 19.86 5.14 21.25 8 21.25H13C13.41 21.25 13.75 21.59 13.75 22C13.75 22.41 13.41 22.75 13 22.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"mobile \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H9C4.59 22.75 3.25 21.41 3.25 17V7C3.25 2.59 4.59 1.25 9 1.25H15C19.41 1.25 20.75 2.59 20.75 7V17C20.75 21.41 19.41 22.75 15 22.75ZM9 2.75C5.42 2.75 4.75 3.43 4.75 7V17C4.75 20.57 5.42 21.25 9 21.25H15C18.58 21.25 19.25 20.57 19.25 17V7C19.25 3.43 18.58 2.75 15 2.75H9Z\" fill=\"\"/>\n<path d=\"M14 6.25H10C9.59 6.25 9.25 5.91 9.25 5.5C9.25 5.09 9.59 4.75 10 4.75H14C14.41 4.75 14.75 5.09 14.75 5.5C14.75 5.91 14.41 6.25 14 6.25Z\" fill=\"\"/>\n<path d=\"M12.0002 19.86C10.7302 19.86 9.7002 18.83 9.7002 17.56C9.7002 16.29 10.7302 15.26 12.0002 15.26C13.2702 15.26 14.3002 16.29 14.3002 17.56C14.3002 18.83 13.2702 19.86 12.0002 19.86ZM12.0002 16.75C11.5602 16.75 11.2002 17.11 11.2002 17.55C11.2002 17.99 11.5602 18.35 12.0002 18.35C12.4402 18.35 12.8002 17.99 12.8002 17.55C12.8002 17.11 12.4402 16.75 12.0002 16.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"money 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 21.25H7C3.35 21.25 1.25 19.15 1.25 15.5V8.5C1.25 4.85 3.35 2.75 7 2.75H17C20.65 2.75 22.75 4.85 22.75 8.5V15.5C22.75 19.15 20.65 21.25 17 21.25ZM7 4.25C4.14 4.25 2.75 5.64 2.75 8.5V15.5C2.75 18.36 4.14 19.75 7 19.75H17C19.86 19.75 21.25 18.36 21.25 15.5V8.5C21.25 5.64 19.86 4.25 17 4.25H7Z\" fill=\"\"/>\n<path d=\"M12 15.75C9.93 15.75 8.25 14.07 8.25 12C8.25 9.93 9.93 8.25 12 8.25C14.07 8.25 15.75 9.93 15.75 12C15.75 14.07 14.07 15.75 12 15.75ZM12 9.75C10.76 9.75 9.75 10.76 9.75 12C9.75 13.24 10.76 14.25 12 14.25C13.24 14.25 14.25 13.24 14.25 12C14.25 10.76 13.24 9.75 12 9.75Z\" fill=\"\"/>\n<path d=\"M3 9.75H2C1.59 9.75 1.25 9.41 1.25 9C1.25 8.59 1.59 8.25 2 8.25H3C5.58 8.25 6.25 7.58 6.25 5V4C6.25 3.59 6.59 3.25 7 3.25C7.41 3.25 7.75 3.59 7.75 4V5C7.75 8.42 6.42 9.75 3 9.75Z\" fill=\"\"/>\n<path d=\"M22 9.75H21C17.58 9.75 16.25 8.42 16.25 5V4C16.25 3.59 16.59 3.25 17 3.25C17.41 3.25 17.75 3.59 17.75 4V5C17.75 7.58 18.42 8.25 21 8.25H22C22.41 8.25 22.75 8.59 22.75 9C22.75 9.41 22.41 9.75 22 9.75Z\" fill=\"\"/>\n<path d=\"M7 20.75C6.59 20.75 6.25 20.41 6.25 20V19C6.25 16.42 5.58 15.75 3 15.75H2C1.59 15.75 1.25 15.41 1.25 15C1.25 14.59 1.59 14.25 2 14.25H3C6.42 14.25 7.75 15.58 7.75 19V20C7.75 20.41 7.41 20.75 7 20.75Z\" fill=\"\"/>\n<path d=\"M17 20.75C16.59 20.75 16.25 20.41 16.25 20V19C16.25 15.58 17.58 14.25 21 14.25H22C22.41 14.25 22.75 14.59 22.75 15C22.75 15.41 22.41 15.75 22 15.75H21C18.42 15.75 17.75 16.42 17.75 19V20C17.75 20.41 17.41 20.75 17 20.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"money 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 21.25H7C3.35 21.25 1.25 19.15 1.25 15.5V8.5C1.25 4.85 3.35 2.75 7 2.75H17C20.65 2.75 22.75 4.85 22.75 8.5V15.5C22.75 19.15 20.65 21.25 17 21.25ZM7 4.25C4.14 4.25 2.75 5.64 2.75 8.5V15.5C2.75 18.36 4.14 19.75 7 19.75H17C19.86 19.75 21.25 18.36 21.25 15.5V8.5C21.25 5.64 19.86 4.25 17 4.25H7Z\" fill=\"\"/>\n<path d=\"M12 15.75C9.93 15.75 8.25 14.07 8.25 12C8.25 9.93 9.93 8.25 12 8.25C14.07 8.25 15.75 9.93 15.75 12C15.75 14.07 14.07 15.75 12 15.75ZM12 9.75C10.76 9.75 9.75 10.76 9.75 12C9.75 13.24 10.76 14.25 12 14.25C13.24 14.25 14.25 13.24 14.25 12C14.25 10.76 13.24 9.75 12 9.75Z\" fill=\"\"/>\n<path d=\"M19 7.75H16C15.59 7.75 15.25 7.41 15.25 7C15.25 6.59 15.59 6.25 16 6.25H19C19.41 6.25 19.75 6.59 19.75 7C19.75 7.41 19.41 7.75 19 7.75Z\" fill=\"\"/>\n<path d=\"M8 17.75H5C4.59 17.75 4.25 17.41 4.25 17C4.25 16.59 4.59 16.25 5 16.25H8C8.41 16.25 8.75 16.59 8.75 17C8.75 17.41 8.41 17.75 8 17.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"money 4 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 21.25H7C3.35 21.25 1.25 19.15 1.25 15.5V8.5C1.25 4.85 3.35 2.75 7 2.75H17C20.65 2.75 22.75 4.85 22.75 8.5V15.5C22.75 19.15 20.65 21.25 17 21.25ZM7 4.25C4.14 4.25 2.75 5.64 2.75 8.5V15.5C2.75 18.36 4.14 19.75 7 19.75H17C19.86 19.75 21.25 18.36 21.25 15.5V8.5C21.25 5.64 19.86 4.25 17 4.25H7Z\" fill=\"\"/>\n<path d=\"M12 15.75C9.93 15.75 8.25 14.07 8.25 12C8.25 9.93 9.93 8.25 12 8.25C14.07 8.25 15.75 9.93 15.75 12C15.75 14.07 14.07 15.75 12 15.75ZM12 9.75C10.76 9.75 9.75 10.76 9.75 12C9.75 13.24 10.76 14.25 12 14.25C13.24 14.25 14.25 13.24 14.25 12C14.25 10.76 13.24 9.75 12 9.75Z\" fill=\"\"/>\n<path d=\"M4.5 10.75C4.09 10.75 3.75 10.41 3.75 10V8.5C3.75 6.71 5.21 5.25 7 5.25H8.5C8.91 5.25 9.25 5.59 9.25 6C9.25 6.41 8.91 6.75 8.5 6.75H7C6.04 6.75 5.25 7.54 5.25 8.5V10C5.25 10.41 4.91 10.75 4.5 10.75Z\" fill=\"\"/>\n<path d=\"M19.5 10.75C19.09 10.75 18.75 10.41 18.75 10V8.5C18.75 7.54 17.96 6.75 17 6.75H15.5C15.09 6.75 14.75 6.41 14.75 6C14.75 5.59 15.09 5.25 15.5 5.25H17C18.79 5.25 20.25 6.71 20.25 8.5V10C20.25 10.41 19.91 10.75 19.5 10.75Z\" fill=\"\"/>\n<path d=\"M8.5 18.75H7C5.21 18.75 3.75 17.29 3.75 15.5V14C3.75 13.59 4.09 13.25 4.5 13.25C4.91 13.25 5.25 13.59 5.25 14V15.5C5.25 16.46 6.04 17.25 7 17.25H8.5C8.91 17.25 9.25 17.59 9.25 18C9.25 18.41 8.91 18.75 8.5 18.75Z\" fill=\"\"/>\n<path d=\"M17 18.75H15.5C15.09 18.75 14.75 18.41 14.75 18C14.75 17.59 15.09 17.25 15.5 17.25H17C17.96 17.25 18.75 16.46 18.75 15.5V14C18.75 13.59 19.09 13.25 19.5 13.25C19.91 13.25 20.25 13.59 20.25 14V15.5C20.25 17.29 18.79 18.75 17 18.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"money add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 15.25C10.21 15.25 8.75 13.79 8.75 12C8.75 10.21 10.21 8.75 12 8.75C13.79 8.75 15.25 10.21 15.25 12C15.25 13.79 13.79 15.25 12 15.25ZM12 10.25C11.04 10.25 10.25 11.04 10.25 12C10.25 12.96 11.04 13.75 12 13.75C12.96 13.75 13.75 12.96 13.75 12C13.75 11.04 12.96 10.25 12 10.25Z\" fill=\"\"/>\n<path d=\"M18.5 15.25C18.09 15.25 17.75 14.91 17.75 14.5V9.5C17.75 9.09 18.09 8.75 18.5 8.75C18.91 8.75 19.25 9.09 19.25 9.5V14.5C19.25 14.91 18.91 15.25 18.5 15.25Z\" fill=\"\"/>\n<path d=\"M5 22.75C3.34 22.75 1.78 21.87 0.940002 20.44C0.490002 19.72 0.25 18.87 0.25 18C0.25 15.38 2.38 13.25 5 13.25C7.62 13.25 9.75 15.38 9.75 18C9.75 18.87 9.51 19.72 9.06 20.45C8.22 21.87 6.66 22.75 5 22.75ZM5 14.75C3.21 14.75 1.75 16.21 1.75 18C1.75 18.59 1.91 19.17 2.22 19.67C2.8 20.65 3.87 21.25 5 21.25C6.13 21.25 7.2 20.65 7.78 19.68C8.09 19.17 8.25 18.6 8.25 18C8.25 16.21 6.79 14.75 5 14.75Z\" fill=\"\"/>\n<path d=\"M6.49976 18.73H3.50977C3.09977 18.73 2.75977 18.39 2.75977 17.98C2.75977 17.57 3.09977 17.23 3.50977 17.23H6.49976C6.90976 17.23 7.24976 17.57 7.24976 17.98C7.24976 18.39 6.90976 18.73 6.49976 18.73Z\" fill=\"\"/>\n<path d=\"M5 20.26C4.59 20.26 4.25 19.92 4.25 19.51V16.52C4.25 16.11 4.59 15.77 5 15.77C5.41 15.77 5.75 16.11 5.75 16.52V19.51C5.75 19.93 5.41 20.26 5 20.26Z\" fill=\"\"/>\n<path d=\"M17 20.75H8.5C8.09 20.75 7.75 20.41 7.75 20C7.75 19.59 8.09 19.25 8.5 19.25H17C19.86 19.25 21.25 17.86 21.25 15V9C21.25 6.14 19.86 4.75 17 4.75H7C4.14 4.75 2.75 6.14 2.75 9V15.3C2.75 15.71 2.41 16.05 2 16.05C1.59 16.05 1.25 15.71 1.25 15.3V9C1.25 5.35 3.35 3.25 7 3.25H17C20.65 3.25 22.75 5.35 22.75 9V15C22.75 18.65 20.65 20.75 17 20.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"money change \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 20.75H12C11.59 20.75 11.25 20.41 11.25 20C11.25 19.59 11.59 19.25 12 19.25H17C19.86 19.25 21.25 17.86 21.25 15V9C21.25 6.14 19.86 4.75 17 4.75H7C4.14 4.75 2.75 6.14 2.75 9V11C2.75 11.41 2.41 11.75 2 11.75C1.59 11.75 1.25 11.41 1.25 11V9C1.25 5.35 3.35 3.25 7 3.25H17C20.65 3.25 22.75 5.35 22.75 9V15C22.75 18.65 20.65 20.75 17 20.75Z\" fill=\"\"/>\n<path d=\"M12 15.25C10.21 15.25 8.75 13.79 8.75 12C8.75 10.21 10.21 8.75 12 8.75C13.79 8.75 15.25 10.21 15.25 12C15.25 13.79 13.79 15.25 12 15.25ZM12 10.25C11.04 10.25 10.25 11.04 10.25 12C10.25 12.96 11.04 13.75 12 13.75C12.96 13.75 13.75 12.96 13.75 12C13.75 11.04 12.96 10.25 12 10.25Z\" fill=\"\"/>\n<path d=\"M18.5 15.25C18.09 15.25 17.75 14.91 17.75 14.5V9.5C17.75 9.09 18.09 8.75 18.5 8.75C18.91 8.75 19.25 9.09 19.25 9.5V14.5C19.25 14.91 18.91 15.25 18.5 15.25Z\" fill=\"\"/>\n<path d=\"M8.5 18.69C8.09 18.69 7.75 18.35 7.75 17.94V16.66C7.75 16.44 7.57003 16.25 7.34003 16.25H2C1.59 16.25 1.25 15.91 1.25 15.5C1.25 15.09 1.59 14.75 2 14.75H7.34003C8.39003 14.75 9.25 15.61 9.25 16.66V17.94C9.25 18.35 8.91 18.69 8.5 18.69Z\" fill=\"\"/>\n<path d=\"M3.21945 17.4697C3.02945 17.4697 2.83948 17.3997 2.68948 17.2497L1.46945 16.0298C1.17945 15.7398 1.17945 15.2597 1.46945 14.9697L2.68948 13.7497C2.97948 13.4597 3.45948 13.4597 3.74948 13.7497C4.03948 14.0397 4.03948 14.5197 3.74948 14.8097L3.05948 15.4997L3.74948 16.1897C4.03948 16.4797 4.03948 16.9597 3.74948 17.2497C3.59948 17.3997 3.40945 17.4697 3.21945 17.4697Z\" fill=\"\"/>\n<path d=\"M8.5 21.5298H3.15997C2.10997 21.5298 1.25 20.6698 1.25 19.6198V18.3398C1.25 17.9298 1.59 17.5898 2 17.5898C2.41 17.5898 2.75 17.9298 2.75 18.3398V19.6198C2.75 19.8398 2.92997 20.0298 3.15997 20.0298H8.5C8.91 20.0298 9.25 20.3698 9.25 20.7798C9.25 21.1898 8.91 21.5298 8.5 21.5298Z\" fill=\"\"/>\n<path d=\"M7.27878 22.75C7.08878 22.75 6.89875 22.68 6.74875 22.53C6.45875 22.24 6.45875 21.7599 6.74875 21.4699L7.43875 20.78L6.74875 20.09C6.45875 19.8 6.45875 19.32 6.74875 19.03C7.03875 18.74 7.51875 18.74 7.80875 19.03L9.02878 20.25C9.31878 20.54 9.31878 21.02 9.02878 21.31L7.80875 22.53C7.66875 22.68 7.46878 22.75 7.27878 22.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"money forbidden \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 20.75H8.5C8.09 20.75 7.75 20.41 7.75 20C7.75 19.59 8.09 19.25 8.5 19.25H17C19.86 19.25 21.25 17.86 21.25 15V9C21.25 6.14 19.86 4.75 17 4.75H7C4.14 4.75 2.75 6.14 2.75 9V15.2C2.75 15.61 2.41 15.95 2 15.95C1.59 15.95 1.25 15.61 1.25 15.2V9C1.25 5.35 3.35 3.25 7 3.25H17C20.65 3.25 22.75 5.35 22.75 9V15C22.75 18.65 20.65 20.75 17 20.75Z\" fill=\"\"/>\n<path d=\"M12 15.25C10.21 15.25 8.75 13.79 8.75 12C8.75 10.21 10.21 8.75 12 8.75C13.79 8.75 15.25 10.21 15.25 12C15.25 13.79 13.79 15.25 12 15.25ZM12 10.25C11.04 10.25 10.25 11.04 10.25 12C10.25 12.96 11.04 13.75 12 13.75C12.96 13.75 13.75 12.96 13.75 12C13.75 11.04 12.96 10.25 12 10.25Z\" fill=\"\"/>\n<path d=\"M18.5 15.25C18.09 15.25 17.75 14.91 17.75 14.5V9.5C17.75 9.09 18.09 8.75 18.5 8.75C18.91 8.75 19.25 9.09 19.25 9.5V14.5C19.25 14.91 18.91 15.25 18.5 15.25Z\" fill=\"\"/>\n<path d=\"M5 22.75C3.34 22.75 1.78 21.87 0.940002 20.44C0.490002 19.72 0.25 18.87 0.25 18C0.25 15.38 2.38 13.25 5 13.25C7.62 13.25 9.75 15.38 9.75 18C9.75 18.87 9.51 19.72 9.06 20.45C8.22 21.87 6.66 22.75 5 22.75ZM5 14.75C3.21 14.75 1.75 16.21 1.75 18C1.75 18.59 1.90997 19.17 2.21997 19.67C2.79997 20.65 3.87 21.25 5 21.25C6.13 21.25 7.20003 20.65 7.78003 19.68C8.09003 19.17 8.25 18.6 8.25 18C8.25 16.21 6.79 14.75 5 14.75Z\" fill=\"\"/>\n<path d=\"M2.24948 21.5C2.05948 21.5 1.86945 21.43 1.71945 21.28C1.42945 20.99 1.42945 20.5099 1.71945 20.2199L7.21945 14.7199C7.50945 14.4299 7.98951 14.4299 8.27951 14.7199C8.56951 15.0099 8.56951 15.49 8.27951 15.78L2.77951 21.28C2.62951 21.43 2.43948 21.5 2.24948 21.5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"money recive \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.05 16.2502H11.17C9.84001 16.2502 8.75 15.1302 8.75 13.7502C8.75 13.3402 9.09 13.0002 9.5 13.0002C9.91 13.0002 10.25 13.3402 10.25 13.7502C10.25 14.3002 10.66 14.7502 11.17 14.7502H13.05C13.44 14.7502 13.75 14.4002 13.75 13.9702C13.75 13.4302 13.6 13.3502 13.26 13.2302L10.25 12.1802C9.61 11.9602 8.75 11.4902 8.75 10.0202C8.75 8.77023 9.74001 7.74023 10.95 7.74023H12.83C14.16 7.74023 15.25 8.86023 15.25 10.2402C15.25 10.6502 14.91 10.9902 14.5 10.9902C14.09 10.9902 13.75 10.6502 13.75 10.2402C13.75 9.69023 13.34 9.24023 12.83 9.24023H10.95C10.56 9.24023 10.25 9.59023 10.25 10.0202C10.25 10.5602 10.4 10.6402 10.74 10.7602L13.75 11.8102C14.39 12.0302 15.25 12.5002 15.25 13.9702C15.25 15.2302 14.26 16.2502 13.05 16.2502Z\" fill=\"\"/>\n<path d=\"M12 17.25C11.59 17.25 11.25 16.91 11.25 16.5V7.5C11.25 7.09 11.59 6.75 12 6.75C12.41 6.75 12.75 7.09 12.75 7.5V16.5C12.75 16.91 12.41 17.25 12 17.25Z\" fill=\"\"/>\n<path d=\"M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C12.41 1.25 12.75 1.59 12.75 2C12.75 2.41 12.41 2.75 12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 11.59 21.59 11.25 22 11.25C22.41 11.25 22.75 11.59 22.75 12C22.75 17.93 17.93 22.75 12 22.75Z\" fill=\"\"/>\n<path d=\"M21 7.75H17C16.59 7.75 16.25 7.41 16.25 7V3C16.25 2.59 16.59 2.25 17 2.25C17.41 2.25 17.75 2.59 17.75 3V6.25H21C21.41 6.25 21.75 6.59 21.75 7C21.75 7.41 21.41 7.75 21 7.75Z\" fill=\"\"/>\n<path d=\"M16.9995 7.74994C16.8095 7.74994 16.6195 7.67994 16.4695 7.52994C16.1795 7.23994 16.1795 6.75994 16.4695 6.46994L21.4695 1.46994C21.7595 1.17994 22.2395 1.17994 22.5295 1.46994C22.8195 1.75994 22.8195 2.23994 22.5295 2.52994L17.5295 7.52994C17.3795 7.67994 17.1895 7.74994 16.9995 7.74994Z\" fill=\"\"/>\n</svg>\n</li><li title=\"money remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 20.75H8.5C8.09 20.75 7.75 20.41 7.75 20C7.75 19.59 8.09 19.25 8.5 19.25H17C19.86 19.25 21.25 17.86 21.25 15V9C21.25 6.14 19.86 4.75 17 4.75H7C4.14 4.75 2.75 6.14 2.75 9V15.3C2.75 15.71 2.41 16.05 2 16.05C1.59 16.05 1.25 15.71 1.25 15.3V9C1.25 5.35 3.35 3.25 7 3.25H17C20.65 3.25 22.75 5.35 22.75 9V15C22.75 18.65 20.65 20.75 17 20.75Z\" fill=\"\"/>\n<path d=\"M12 15.25C10.21 15.25 8.75 13.79 8.75 12C8.75 10.21 10.21 8.75 12 8.75C13.79 8.75 15.25 10.21 15.25 12C15.25 13.79 13.79 15.25 12 15.25ZM12 10.25C11.04 10.25 10.25 11.04 10.25 12C10.25 12.96 11.04 13.75 12 13.75C12.96 13.75 13.75 12.96 13.75 12C13.75 11.04 12.96 10.25 12 10.25Z\" fill=\"\"/>\n<path d=\"M18.5 15.25C18.09 15.25 17.75 14.91 17.75 14.5V9.5C17.75 9.09 18.09 8.75 18.5 8.75C18.91 8.75 19.25 9.09 19.25 9.5V14.5C19.25 14.91 18.91 15.25 18.5 15.25Z\" fill=\"\"/>\n<path d=\"M5 22.75C3.34 22.75 1.78 21.87 0.940002 20.44C0.490002 19.72 0.25 18.87 0.25 18C0.25 15.38 2.38 13.25 5 13.25C7.62 13.25 9.75 15.38 9.75 18C9.75 18.87 9.51 19.72 9.06 20.45C8.22 21.87 6.66 22.75 5 22.75ZM5 14.75C3.21 14.75 1.75 16.21 1.75 18C1.75 18.59 1.90997 19.17 2.21997 19.67C2.79997 20.65 3.87 21.25 5 21.25C6.13 21.25 7.20003 20.65 7.78003 19.68C8.09003 19.17 8.25 18.6 8.25 18C8.25 16.21 6.79 14.75 5 14.75Z\" fill=\"\"/>\n<path d=\"M6.07041 19.7901C5.88041 19.7901 5.69038 19.7201 5.54038 19.5701L3.43039 17.4601C3.14039 17.1701 3.14039 16.6901 3.43039 16.4001C3.72039 16.1101 4.20039 16.1101 4.49039 16.4001L6.60037 18.5101C6.89037 18.8001 6.89037 19.2801 6.60037 19.5701C6.45037 19.7201 6.26041 19.7901 6.07041 19.7901Z\" fill=\"\"/>\n<path d=\"M3.93106 19.8199C3.74106 19.8199 3.55109 19.7499 3.40109 19.5999C3.11109 19.3099 3.11109 18.8299 3.40109 18.5399L5.51108 16.4299C5.80108 16.1399 6.28108 16.1399 6.57108 16.4299C6.86108 16.7199 6.86108 17.1999 6.57108 17.4899L4.46109 19.5999C4.31109 19.7499 4.12106 19.8199 3.93106 19.8199Z\" fill=\"\"/>\n</svg>\n</li><li title=\"money send \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.05 16.2502H11.17C9.84001 16.2502 8.75 15.1302 8.75 13.7502C8.75 13.3402 9.09 13.0002 9.5 13.0002C9.91 13.0002 10.25 13.3402 10.25 13.7502C10.25 14.3002 10.66 14.7502 11.17 14.7502H13.05C13.44 14.7502 13.75 14.4002 13.75 13.9702C13.75 13.4302 13.6 13.3502 13.26 13.2302L10.25 12.1802C9.61 11.9502 8.75 11.4902 8.75 10.0202C8.75 8.77023 9.74001 7.74023 10.95 7.74023H12.83C14.16 7.74023 15.25 8.86023 15.25 10.2402C15.25 10.6502 14.91 10.9902 14.5 10.9902C14.09 10.9902 13.75 10.6502 13.75 10.2402C13.75 9.69023 13.34 9.24023 12.83 9.24023H10.95C10.56 9.24023 10.25 9.59023 10.25 10.0202C10.25 10.5602 10.4 10.6402 10.74 10.7602L13.75 11.8102C14.39 12.0402 15.25 12.5002 15.25 13.9702C15.25 15.2302 14.26 16.2502 13.05 16.2502Z\" fill=\"\"/>\n<path d=\"M12 17.25C11.59 17.25 11.25 16.91 11.25 16.5V7.5C11.25 7.09 11.59 6.75 12 6.75C12.41 6.75 12.75 7.09 12.75 7.5V16.5C12.75 16.91 12.41 17.25 12 17.25Z\" fill=\"\"/>\n<path d=\"M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C12.41 1.25 12.75 1.59 12.75 2C12.75 2.41 12.41 2.75 12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 11.59 21.59 11.25 22 11.25C22.41 11.25 22.75 11.59 22.75 12C22.75 17.93 17.93 22.75 12 22.75Z\" fill=\"\"/>\n<path d=\"M22 6.75C21.59 6.75 21.25 6.41 21.25 6V2.75H18C17.59 2.75 17.25 2.41 17.25 2C17.25 1.59 17.59 1.25 18 1.25H22C22.41 1.25 22.75 1.59 22.75 2V6C22.75 6.41 22.41 6.75 22 6.75Z\" fill=\"\"/>\n<path d=\"M16.9995 7.74994C16.8095 7.74994 16.6195 7.67994 16.4695 7.52994C16.1795 7.23994 16.1795 6.75994 16.4695 6.46994L21.4695 1.46994C21.7595 1.17994 22.2395 1.17994 22.5295 1.46994C22.8195 1.75994 22.8195 2.23994 22.5295 2.52994L17.5295 7.52994C17.3795 7.67994 17.1895 7.74994 16.9995 7.74994Z\" fill=\"\"/>\n</svg>\n</li><li title=\"money tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 15.25C10.21 15.25 8.75 13.79 8.75 12C8.75 10.21 10.21 8.75 12 8.75C13.79 8.75 15.25 10.21 15.25 12C15.25 13.79 13.79 15.25 12 15.25ZM12 10.25C11.04 10.25 10.25 11.04 10.25 12C10.25 12.96 11.04 13.75 12 13.75C12.96 13.75 13.75 12.96 13.75 12C13.75 11.04 12.96 10.25 12 10.25Z\" fill=\"\"/>\n<path d=\"M18.5 15.25C18.09 15.25 17.75 14.91 17.75 14.5V9.5C17.75 9.09 18.09 8.75 18.5 8.75C18.91 8.75 19.25 9.09 19.25 9.5V14.5C19.25 14.91 18.91 15.25 18.5 15.25Z\" fill=\"\"/>\n<path d=\"M5 22.75C3.34 22.75 1.78 21.87 0.940002 20.44C0.490002 19.72 0.25 18.87 0.25 18C0.25 15.38 2.38 13.25 5 13.25C7.62 13.25 9.75 15.38 9.75 18C9.75 18.87 9.51 19.72 9.06 20.45C8.22 21.87 6.66 22.75 5 22.75ZM5 14.75C3.21 14.75 1.75 16.21 1.75 18C1.75 18.59 1.91 19.17 2.22 19.67C2.8 20.65 3.87 21.25 5 21.25C6.13 21.25 7.2 20.65 7.78 19.68C8.09 19.17 8.25 18.6 8.25 18C8.25 16.21 6.79 14.75 5 14.75Z\" fill=\"\"/>\n<path d=\"M4.4289 19.7401C4.2389 19.7401 4.0489 19.6701 3.8989 19.5201L2.90891 18.5301C2.61891 18.2401 2.61891 17.76 2.90891 17.47C3.19891 17.18 3.6789 17.18 3.9689 17.47L4.44891 17.9501L6.04889 16.47C6.34889 16.19 6.82889 16.2101 7.10889 16.5101C7.38889 16.8101 7.36891 17.2901 7.06891 17.5701L4.93891 19.54C4.7889 19.67 4.6089 19.7401 4.4289 19.7401Z\" fill=\"\"/>\n<path d=\"M17 20.75H8.5C8.09 20.75 7.75 20.41 7.75 20C7.75 19.59 8.09 19.25 8.5 19.25H17C19.86 19.25 21.25 17.86 21.25 15V9C21.25 6.14 19.86 4.75 17 4.75H7C4.14 4.75 2.75 6.14 2.75 9V15.3C2.75 15.71 2.41 16.05 2 16.05C1.59 16.05 1.25 15.71 1.25 15.3V9C1.25 5.35 3.35 3.25 7 3.25H17C20.65 3.25 22.75 5.35 22.75 9V15C22.75 18.65 20.65 20.75 17 20.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"money time \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 15.25C10.21 15.25 8.75 13.79 8.75 12C8.75 10.21 10.21 8.75 12 8.75C13.79 8.75 15.25 10.21 15.25 12C15.25 13.79 13.79 15.25 12 15.25ZM12 10.25C11.04 10.25 10.25 11.04 10.25 12C10.25 12.96 11.04 13.75 12 13.75C12.96 13.75 13.75 12.96 13.75 12C13.75 11.04 12.96 10.25 12 10.25Z\" fill=\"\"/>\n<path d=\"M18.5 15.25C18.09 15.25 17.75 14.91 17.75 14.5V9.5C17.75 9.09 18.09 8.75 18.5 8.75C18.91 8.75 19.25 9.09 19.25 9.5V14.5C19.25 14.91 18.91 15.25 18.5 15.25Z\" fill=\"\"/>\n<path d=\"M5 22.75C2.38 22.75 0.25 20.62 0.25 18C0.25 15.38 2.38 13.25 5 13.25C7.62 13.25 9.75 15.38 9.75 18C9.75 20.62 7.62 22.75 5 22.75ZM5 14.75C3.21 14.75 1.75 16.21 1.75 18C1.75 19.79 3.21 21.25 5 21.25C6.79 21.25 8.25 19.79 8.25 18C8.25 16.21 6.79 14.75 5 14.75Z\" fill=\"\"/>\n<path d=\"M3.99989 19.7498C3.74989 19.7498 3.49988 19.6198 3.35988 19.3898C3.14988 19.0398 3.25989 18.5697 3.61989 18.3597L4.3799 17.8998C4.4499 17.8598 4.49989 17.7698 4.49989 17.6898V16.7598C4.49989 16.3498 4.83989 16.0098 5.24989 16.0098C5.65989 16.0098 5.99989 16.3498 5.99989 16.7598V17.6898C5.99989 18.2998 5.66992 18.8798 5.14992 19.1898L4.38991 19.6498C4.26991 19.7198 4.12989 19.7498 3.99989 19.7498Z\" fill=\"\"/>\n<path d=\"M17 20.75H8.5C8.09 20.75 7.75 20.41 7.75 20C7.75 19.59 8.09 19.25 8.5 19.25H17C19.86 19.25 21.25 17.86 21.25 15V9C21.25 6.14 19.86 4.75 17 4.75H7C4.14 4.75 2.75 6.14 2.75 9V15.2C2.75 15.61 2.41 15.95 2 15.95C1.59 15.95 1.25 15.61 1.25 15.2V9C1.25 5.35 3.35 3.25 7 3.25H17C20.65 3.25 22.75 5.35 22.75 9V15C22.75 18.65 20.65 20.75 17 20.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"money \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 21.25H7C3.35 21.25 1.25 19.15 1.25 15.5V8.5C1.25 4.85 3.35 2.75 7 2.75H17C20.65 2.75 22.75 4.85 22.75 8.5V15.5C22.75 19.15 20.65 21.25 17 21.25ZM7 4.25C4.14 4.25 2.75 5.64 2.75 8.5V15.5C2.75 18.36 4.14 19.75 7 19.75H17C19.86 19.75 21.25 18.36 21.25 15.5V8.5C21.25 5.64 19.86 4.25 17 4.25H7Z\" fill=\"\"/>\n<path d=\"M12 15.75C9.93 15.75 8.25 14.07 8.25 12C8.25 9.93 9.93 8.25 12 8.25C14.07 8.25 15.75 9.93 15.75 12C15.75 14.07 14.07 15.75 12 15.75ZM12 9.75C10.76 9.75 9.75 10.76 9.75 12C9.75 13.24 10.76 14.25 12 14.25C13.24 14.25 14.25 13.24 14.25 12C14.25 10.76 13.24 9.75 12 9.75Z\" fill=\"\"/>\n<path d=\"M5.5 15.25C5.09 15.25 4.75 14.91 4.75 14.5V9.5C4.75 9.09 5.09 8.75 5.5 8.75C5.91 8.75 6.25 9.09 6.25 9.5V14.5C6.25 14.91 5.91 15.25 5.5 15.25Z\" fill=\"\"/>\n<path d=\"M18.5 15.25C18.09 15.25 17.75 14.91 17.75 14.5V9.5C17.75 9.09 18.09 8.75 18.5 8.75C18.91 8.75 19.25 9.09 19.25 9.5V14.5C19.25 14.91 18.91 15.25 18.5 15.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"moneys \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.8892 18.2197H6.09921C5.57921 18.2197 5.0892 18.1698 4.6492 18.0698C4.4192 18.0398 4.13921 17.9597 3.84921 17.8497C2.51921 17.3497 0.949219 16.1198 0.949219 13.0598V7.90973C0.949219 4.63973 2.82921 2.75977 6.09921 2.75977H14.8892C17.6492 2.75977 19.4292 4.07974 19.9092 6.47974C19.9992 6.91974 20.0392 7.38973 20.0392 7.90973V13.0598C20.0392 16.3498 18.1692 18.2197 14.8892 18.2197ZM6.10919 4.27979C3.64919 4.27979 2.4592 5.46975 2.4592 7.92975V13.0798C2.4592 14.8698 3.08921 15.9698 4.37921 16.4598C4.57921 16.5298 4.76922 16.5797 4.94922 16.6097C5.32922 16.6897 5.69919 16.7297 6.10919 16.7297H14.8992C17.3592 16.7297 18.5492 15.5398 18.5492 13.0798V7.92975C18.5492 7.50975 18.5192 7.13974 18.4492 6.79974C18.1092 5.09974 16.9492 4.27979 14.8992 4.27979H6.10919Z\" fill=\"\"/>\n<path d=\"M17.8911 21.2198H9.10107C8.25107 21.2198 7.49106 21.0998 6.84106 20.8498C5.37106 20.2998 4.41105 19.1398 4.08105 17.4798C4.03105 17.2298 4.11107 16.9698 4.29107 16.7998C4.47107 16.6198 4.73107 16.5498 4.98107 16.6098C5.31107 16.6798 5.68107 16.7198 6.10107 16.7198H14.8911C17.3511 16.7198 18.5411 15.5299 18.5411 13.0699V7.91984C18.5411 7.49984 18.5111 7.12984 18.4411 6.78984C18.3911 6.53984 18.4711 6.28985 18.6411 6.10985C18.8211 5.92985 19.0711 5.84983 19.3211 5.90983C21.7211 6.39983 23.0411 8.17984 23.0411 10.9198V16.0699C23.0411 19.3499 21.1711 21.2198 17.8911 21.2198ZM5.92107 18.2198C6.24107 18.7998 6.72107 19.2099 7.38107 19.4499C7.86107 19.6299 8.44105 19.7198 9.11105 19.7198H17.9011C20.3611 19.7198 21.551 18.5299 21.551 16.0699V10.9198C21.551 9.33984 21.061 8.28985 20.051 7.73985C20.051 7.79985 20.051 7.85984 20.051 7.91984V13.0699C20.051 16.3399 18.1711 18.2198 14.9011 18.2198H6.11105C6.04105 18.2198 5.98107 18.2198 5.92107 18.2198Z\" fill=\"\"/>\n<path d=\"M10.4994 13.8899C8.62939 13.8899 7.10938 12.3699 7.10938 10.4999C7.10938 8.62988 8.62939 7.10986 10.4994 7.10986C12.3694 7.10986 13.8894 8.62988 13.8894 10.4999C13.8894 12.3699 12.3694 13.8899 10.4994 13.8899ZM10.4994 8.60986C9.45939 8.60986 8.60938 9.45988 8.60938 10.4999C8.60938 11.5399 9.45939 12.3899 10.4994 12.3899C11.5394 12.3899 12.3894 11.5399 12.3894 10.4999C12.3894 9.45988 11.5394 8.60986 10.4994 8.60986Z\" fill=\"\"/>\n<path d=\"M4.78125 13.4498C4.37125 13.4498 4.03125 13.1098 4.03125 12.6998V8.2998C4.03125 7.8898 4.37125 7.5498 4.78125 7.5498C5.19125 7.5498 5.53125 7.8898 5.53125 8.2998V12.6998C5.53125 13.1098 5.20125 13.4498 4.78125 13.4498Z\" fill=\"\"/>\n<path d=\"M16.2109 13.4498C15.8009 13.4498 15.4609 13.1098 15.4609 12.6998V8.2998C15.4609 7.8898 15.8009 7.5498 16.2109 7.5498C16.6209 7.5498 16.9609 7.8898 16.9609 8.2998V12.6998C16.9609 13.1098 16.6309 13.4498 16.2109 13.4498Z\" fill=\"\"/>\n</svg>\n</li><li title=\"monitor mobbile \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10 17.7H6.21C2.41 17.7 1.25 16.54 1.25 12.74V6.74003C1.25 2.94003 2.41 1.78003 6.21 1.78003H16.74C20.54 1.78003 21.7 2.94003 21.7 6.74003C21.7 7.15003 21.36 7.49003 20.95 7.49003C20.54 7.49003 20.2 7.15003 20.2 6.74003C20.2 3.80003 19.68 3.28003 16.74 3.28003H6.21C3.27 3.28003 2.75 3.80003 2.75 6.74003V12.74C2.75 15.68 3.27 16.2 6.21 16.2H10C10.41 16.2 10.75 16.54 10.75 16.95C10.75 17.36 10.41 17.7 10 17.7Z\" fill=\"\"/>\n<path d=\"M10 22.2199C9.59 22.2199 9.25 21.8799 9.25 21.4699V16.9399C9.25 16.5299 9.59 16.1899 10 16.1899C10.41 16.1899 10.75 16.5299 10.75 16.9399V21.4699C10.75 21.8899 10.41 22.2199 10 22.2199Z\" fill=\"\"/>\n<path d=\"M10 13.7H2C1.59 13.7 1.25 13.36 1.25 12.95C1.25 12.54 1.59 12.2 2 12.2H10C10.41 12.2 10.75 12.54 10.75 12.95C10.75 13.36 10.41 13.7 10 13.7Z\" fill=\"\"/>\n<path d=\"M10.0002 22.22H6.74023C6.33023 22.22 5.99023 21.88 5.99023 21.47C5.99023 21.06 6.33023 20.72 6.74023 20.72H10.0002C10.4102 20.72 10.7502 21.06 10.7502 21.47C10.7502 21.88 10.4102 22.22 10.0002 22.22Z\" fill=\"\"/>\n<path d=\"M19.0403 22.2201H15.4903C12.7203 22.2201 11.7803 21.2801 11.7803 18.5101V12.8001C11.7803 10.0301 12.7203 9.09009 15.4903 9.09009H19.0403C21.8103 9.09009 22.7503 10.0301 22.7503 12.8001V18.5101C22.7503 21.2901 21.8103 22.2201 19.0403 22.2201ZM15.4903 10.5901C13.5303 10.5901 13.2803 10.8401 13.2803 12.8001V18.5101C13.2803 20.4701 13.5303 20.7201 15.4903 20.7201H19.0403C21.0003 20.7201 21.2503 20.4701 21.2503 18.5101V12.8001C21.2503 10.8401 21.0003 10.5901 19.0403 10.5901H15.4903Z\" fill=\"\"/>\n<path d=\"M17.2998 18.97C17.0398 18.97 16.7798 18.87 16.5898 18.68C16.4998 18.59 16.4298 18.48 16.3798 18.36C16.3298 18.23 16.2998 18.1 16.2998 17.97C16.2998 17.71 16.4098 17.45 16.5898 17.27C16.8198 17.04 17.1698 16.93 17.4998 16.99C17.5598 17.01 17.6198 17.03 17.6798 17.05C17.7398 17.08 17.7998 17.11 17.8498 17.14C17.9098 17.18 17.9598 17.22 18.0098 17.27C18.1898 17.45 18.2998 17.71 18.2998 17.97C18.2998 18.1 18.2698 18.23 18.2198 18.36C18.1698 18.48 18.0998 18.59 18.0098 18.68C17.9598 18.73 17.9098 18.77 17.8498 18.8C17.7998 18.84 17.7398 18.87 17.6798 18.9C17.6198 18.92 17.5598 18.94 17.4998 18.95C17.4298 18.97 17.3698 18.97 17.2998 18.97Z\" fill=\"\"/>\n</svg>\n</li><li title=\"monitor recorder \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.56 17.97H6.44C2.46 17.97 1.25 16.76 1.25 12.78V6.44C1.25 2.46 2.46 1.25 6.44 1.25H8C8.41 1.25 8.75 1.59 8.75 2C8.75 2.41 8.41 2.75 8 2.75H6.44C3.3 2.75 2.75 3.3 2.75 6.44V12.77C2.75 15.91 3.3 16.46 6.44 16.46H17.55C20.69 16.46 21.24 15.91 21.24 12.77V11.88C21.24 11.47 21.58 11.13 21.99 11.13C22.4 11.13 22.74 11.47 22.74 11.88V12.77C22.75 16.76 21.54 17.97 17.56 17.97Z\" fill=\"\"/>\n<path d=\"M12 22.75C11.59 22.75 11.25 22.41 11.25 22V17.22C11.25 16.81 11.59 16.47 12 16.47C12.41 16.47 12.75 16.81 12.75 17.22V22C12.75 22.41 12.41 22.75 12 22.75Z\" fill=\"\"/>\n<path d=\"M22 13.75H2C1.59 13.75 1.25 13.41 1.25 13C1.25 12.59 1.59 12.25 2 12.25H22C22.41 12.25 22.75 12.59 22.75 13C22.75 13.41 22.41 13.75 22 13.75Z\" fill=\"\"/>\n<path d=\"M16.5 22.75H7.5C7.09 22.75 6.75 22.41 6.75 22C6.75 21.59 7.09 21.25 7.5 21.25H16.5C16.91 21.25 17.25 21.59 17.25 22C17.25 22.41 16.91 22.75 16.5 22.75Z\" fill=\"\"/>\n<path d=\"M17.8598 10.12H13.0998C11.5298 10.12 10.5098 9.10001 10.5098 7.53001V4.01001C10.5098 2.49001 11.7398 1.26001 13.2598 1.26001H17.8598C19.2898 1.26001 20.4498 2.42001 20.4498 3.85001V7.53001C20.4498 8.96001 19.2898 10.12 17.8598 10.12ZM13.2598 2.76001C12.5698 2.76001 12.0098 3.32001 12.0098 4.01001V7.53001C12.0098 8.51001 12.6298 8.62001 13.0998 8.62001H17.8598C18.4598 8.62001 18.9498 8.13001 18.9498 7.53001V3.85001C18.9498 3.25001 18.4598 2.76001 17.8598 2.76001H13.2598Z\" fill=\"\"/>\n<path d=\"M21.4502 8.86995C21.1302 8.86995 20.8002 8.75995 20.4802 8.52995L19.2702 7.67995C19.0702 7.53995 18.9502 7.30995 18.9502 7.06995V4.30995C18.9502 4.06995 19.0702 3.83995 19.2702 3.69995L20.4802 2.84995C21.0002 2.47995 21.5602 2.40995 22.0202 2.64995C22.4802 2.88995 22.7402 3.38995 22.7402 4.02995V7.35995C22.7402 7.99995 22.4802 8.49995 22.0202 8.73995C21.8502 8.82995 21.6602 8.86995 21.4502 8.86995ZM20.4502 6.67995L21.2502 7.23995V4.13995L20.4502 4.69995V6.67995Z\" fill=\"\"/>\n</svg>\n</li><li title=\"monitor \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.56 17.97H6.44C2.46 17.97 1.25 16.76 1.25 12.78V6.44C1.25 2.46 2.46 1.25 6.44 1.25H17.55C21.53 1.25 22.74 2.46 22.74 6.44V12.77C22.75 16.76 21.54 17.97 17.56 17.97ZM6.44 2.75C3.3 2.75 2.75 3.3 2.75 6.44V12.77C2.75 15.91 3.3 16.46 6.44 16.46H17.55C20.69 16.46 21.24 15.91 21.24 12.77V6.44C21.24 3.3 20.69 2.75 17.55 2.75H6.44Z\" fill=\"\"/>\n<path d=\"M12 22.75C11.59 22.75 11.25 22.41 11.25 22V17.22C11.25 16.81 11.59 16.47 12 16.47C12.41 16.47 12.75 16.81 12.75 17.22V22C12.75 22.41 12.41 22.75 12 22.75Z\" fill=\"\"/>\n<path d=\"M22 13.75H2C1.59 13.75 1.25 13.41 1.25 13C1.25 12.59 1.59 12.25 2 12.25H22C22.41 12.25 22.75 12.59 22.75 13C22.75 13.41 22.41 13.75 22 13.75Z\" fill=\"\"/>\n<path d=\"M16.5 22.75H7.5C7.09 22.75 6.75 22.41 6.75 22C6.75 21.59 7.09 21.25 7.5 21.25H16.5C16.91 21.25 17.25 21.59 17.25 22C17.25 22.41 16.91 22.75 16.5 22.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"moon \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.4604 22.7501C12.2904 22.7501 12.1204 22.7501 11.9504 22.7401C6.35044 22.4901 1.67044 17.9801 1.28044 12.4801C0.940437 7.76011 3.67044 3.35011 8.07044 1.50011C9.32044 0.980114 9.98044 1.38011 10.2604 1.67011C10.5404 1.95011 10.9304 2.60011 10.4104 3.79011C9.95044 4.85011 9.72044 5.98011 9.73044 7.14011C9.75044 11.5701 13.4304 15.3301 17.9204 15.5101C18.5704 15.5401 19.2104 15.4901 19.8304 15.3801C21.1504 15.1401 21.7004 15.6701 21.9104 16.0101C22.1204 16.3501 22.3604 17.0801 21.5604 18.1601C19.4404 21.0601 16.0704 22.7501 12.4604 22.7501ZM2.77044 12.3701C3.11044 17.1301 7.17044 21.0301 12.0104 21.2401C15.3004 21.4001 18.4204 19.9001 20.3404 17.2801C20.4904 17.0701 20.5604 16.9201 20.5904 16.8401C20.5004 16.8301 20.3404 16.8201 20.0904 16.8701C19.3604 17.0001 18.6004 17.0501 17.8504 17.0201C12.5704 16.8101 8.25044 12.3801 8.22044 7.16011C8.22044 5.78011 8.49044 4.45011 9.04044 3.20011C9.14044 2.98011 9.16044 2.83011 9.17044 2.75011C9.08044 2.75011 8.92044 2.77011 8.66044 2.88011C4.85044 4.48011 2.49044 8.30011 2.77044 12.3701Z\" fill=\"\"/>\n</svg>\n</li><li title=\"more 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9998 10.07C10.3998 10.07 9.08984 8.76 9.08984 7.16C9.08984 5.56 10.3998 4.25 11.9998 4.25C13.5998 4.25 14.9098 5.56 14.9098 7.16C14.9098 8.76 13.5998 10.07 11.9998 10.07ZM11.9998 5.75C11.2198 5.75 10.5898 6.38 10.5898 7.16C10.5898 7.94 11.2198 8.57 11.9998 8.57C12.7798 8.57 13.4098 7.94 13.4098 7.16C13.4098 6.38 12.7798 5.75 11.9998 5.75Z\" fill=\"\"/>\n<path d=\"M6.78988 19.7502C5.18988 19.7502 3.87988 18.4402 3.87988 16.8402C3.87988 15.2402 5.18988 13.9302 6.78988 13.9302C8.38988 13.9302 9.69988 15.2402 9.69988 16.8402C9.69988 18.4402 8.38988 19.7502 6.78988 19.7502ZM6.78988 15.4302C6.00988 15.4302 5.37988 16.0602 5.37988 16.8402C5.37988 17.6202 6.00988 18.2502 6.78988 18.2502C7.56988 18.2502 8.19988 17.6202 8.19988 16.8402C8.19988 16.0602 7.55988 15.4302 6.78988 15.4302Z\" fill=\"\"/>\n<path d=\"M17.2098 19.7502C15.6098 19.7502 14.2998 18.4402 14.2998 16.8402C14.2998 15.2402 15.6098 13.9302 17.2098 13.9302C18.8098 13.9302 20.1198 15.2402 20.1198 16.8402C20.1198 18.4402 18.8198 19.7502 17.2098 19.7502ZM17.2098 15.4302C16.4298 15.4302 15.7998 16.0602 15.7998 16.8402C15.7998 17.6202 16.4298 18.2502 17.2098 18.2502C17.9898 18.2502 18.6198 17.6202 18.6198 16.8402C18.6198 16.0602 17.9898 15.4302 17.2098 15.4302Z\" fill=\"\"/>\n</svg>\n</li><li title=\"more circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z\" fill=\"\"/>\n<path d=\"M12 13C11.44 13 11 12.55 11 12C11 11.45 11.45 11 12 11C12.55 11 13 11.45 13 12C13 12.55 12.56 13 12 13Z\" fill=\"\"/>\n<path d=\"M16 13C15.44 13 15 12.55 15 12C15 11.45 15.45 11 16 11C16.55 11 17 11.45 17 12C17 12.55 16.56 13 16 13Z\" fill=\"\"/>\n<path d=\"M8 13C7.44 13 7 12.55 7 12C7 11.45 7.45 11 8 11C8.55 11 9 11.45 9 12C9 12.55 8.56 13 8 13Z\" fill=\"\"/>\n</svg>\n</li><li title=\"more square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n<path d=\"M12 13C11.44 13 11 12.55 11 12C11 11.45 11.45 11 12 11C12.55 11 13 11.45 13 12C13 12.55 12.56 13 12 13Z\" fill=\"\"/>\n<path d=\"M16 13C15.44 13 15 12.55 15 12C15 11.45 15.45 11 16 11C16.55 11 17 11.45 17 12C17 12.55 16.56 13 16 13Z\" fill=\"\"/>\n<path d=\"M8 13C7.44 13 7 12.55 7 12C7 11.45 7.45 11 8 11C8.55 11 9 11.45 9 12C9 12.55 8.56 13 8 13Z\" fill=\"\"/>\n</svg>\n</li><li title=\"more \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 14.75C3.48 14.75 2.25 13.52 2.25 12C2.25 10.48 3.48 9.25 5 9.25C6.52 9.25 7.75 10.48 7.75 12C7.75 13.52 6.52 14.75 5 14.75ZM5 10.75C4.31 10.75 3.75 11.31 3.75 12C3.75 12.69 4.31 13.25 5 13.25C5.69 13.25 6.25 12.69 6.25 12C6.25 11.31 5.69 10.75 5 10.75Z\" fill=\"\"/>\n<path d=\"M19 14.75C17.48 14.75 16.25 13.52 16.25 12C16.25 10.48 17.48 9.25 19 9.25C20.52 9.25 21.75 10.48 21.75 12C21.75 13.52 20.52 14.75 19 14.75ZM19 10.75C18.31 10.75 17.75 11.31 17.75 12C17.75 12.69 18.31 13.25 19 13.25C19.69 13.25 20.25 12.69 20.25 12C20.25 11.31 19.69 10.75 19 10.75Z\" fill=\"\"/>\n<path d=\"M12 14.75C10.48 14.75 9.25 13.52 9.25 12C9.25 10.48 10.48 9.25 12 9.25C13.52 9.25 14.75 10.48 14.75 12C14.75 13.52 13.52 14.75 12 14.75ZM12 10.75C11.31 10.75 10.75 11.31 10.75 12C10.75 12.69 11.31 13.25 12 13.25C12.69 13.25 13.25 12.69 13.25 12C13.25 11.31 12.69 10.75 12 10.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"mouse 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.311 18C11.301 18 11.301 18 11.291 18C10.251 17.99 9.37096 17.34 9.06096 16.35L7.11097 10.07C6.85097 9.21997 7.07096 8.30997 7.70096 7.68997C8.32096 7.06997 9.22096 6.84995 10.061 7.10995L16.351 9.05997C17.351 9.36997 18.001 10.25 18.011 11.29C18.021 12.33 17.391 13.21 16.401 13.54L14.681 14.12C14.421 14.21 14.231 14.4 14.141 14.65L13.551 16.38C13.221 17.37 12.341 18 11.311 18ZM9.34096 8.49997C9.04096 8.49997 8.84096 8.65997 8.75096 8.74997C8.52096 8.97997 8.44096 9.30996 8.54096 9.61996L10.491 15.9C10.661 16.45 11.151 16.5 11.301 16.5C11.421 16.49 11.931 16.46 12.111 15.91L12.701 14.18C12.931 13.49 13.491 12.93 14.181 12.7L15.901 12.12C15.901 12.12 15.901 12.12 15.911 12.12C16.461 11.94 16.501 11.45 16.501 11.31C16.501 11.16 16.451 10.67 15.901 10.5L9.61097 8.54996C9.51097 8.50996 9.42096 8.49997 9.34096 8.49997Z\" fill=\"\"/>\n<path d=\"M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"mouse circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.3692 22.77C16.3592 22.77 16.3592 22.77 16.3492 22.77C15.3392 22.76 14.4992 22.14 14.1992 21.17L12.3492 15.22C12.0992 14.4 12.3092 13.52 12.9192 12.93C13.5192 12.34 14.3892 12.12 15.1892 12.37L21.1492 14.22C22.1092 14.52 22.7392 15.36 22.7492 16.37C22.7592 17.37 22.1492 18.22 21.1892 18.54L19.5592 19.09C19.3292 19.17 19.1492 19.34 19.0792 19.57L18.5192 21.21C18.2092 22.16 17.3692 22.77 16.3692 22.77ZM14.5092 13.77C14.2392 13.77 14.0592 13.92 13.9792 13.99C13.7692 14.2 13.6992 14.49 13.7892 14.78L15.6392 20.73C15.7992 21.24 16.2392 21.26 16.3792 21.27C16.5192 21.27 16.9492 21.23 17.1092 20.74L17.6692 19.1C17.8892 18.43 18.4292 17.9 19.0992 17.67L20.7292 17.12C21.2292 16.96 21.2592 16.52 21.2592 16.39C21.2592 16.26 21.2192 15.82 20.7192 15.66L14.7592 13.81C14.6592 13.78 14.5792 13.77 14.5092 13.77Z\" fill=\"\"/>\n<path d=\"M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 12.41 22.41 12.75 22 12.75C21.59 12.75 21.25 12.41 21.25 12C21.25 6.9 17.1 2.75 12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C12.41 21.25 12.75 21.59 12.75 22C12.75 22.41 12.41 22.75 12 22.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"mouse square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V12C22.75 12.41 22.41 12.75 22 12.75C21.59 12.75 21.25 12.41 21.25 12V9C21.25 4.39 19.61 2.75 15 2.75H9C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H12C12.41 21.25 12.75 21.59 12.75 22C12.75 22.41 12.41 22.75 12 22.75Z\" fill=\"\"/>\n<path d=\"M16.3692 22.77C16.3592 22.77 16.3592 22.77 16.3492 22.77C15.3392 22.76 14.4992 22.14 14.1992 21.17L12.3492 15.22C12.0992 14.4 12.3092 13.52 12.9192 12.93C13.5192 12.34 14.3892 12.12 15.1892 12.37L21.1492 14.22C22.1092 14.52 22.7392 15.36 22.7492 16.37C22.7592 17.37 22.1492 18.22 21.1892 18.54L19.5592 19.09C19.3292 19.17 19.1492 19.34 19.0792 19.57L18.5192 21.21C18.2092 22.16 17.3692 22.77 16.3692 22.77ZM14.5092 13.77C14.2392 13.77 14.0592 13.92 13.9792 13.99C13.7692 14.2 13.6992 14.49 13.7892 14.78L15.6392 20.73C15.7992 21.24 16.2192 21.26 16.3792 21.27C16.5192 21.27 16.9492 21.23 17.1092 20.74L17.6692 19.1C17.8892 18.43 18.4292 17.9 19.0992 17.67L20.7292 17.12C21.2292 16.96 21.2592 16.52 21.2592 16.39C21.2592 16.26 21.2192 15.82 20.7192 15.66L14.7592 13.81C14.6592 13.78 14.5792 13.77 14.5092 13.77Z\" fill=\"\"/>\n</svg>\n</li><li title=\"mouse \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22.75C7.45 22.75 3.75 19.05 3.75 14.5V9.5C3.75 4.95 7.45 1.25 12 1.25C16.55 1.25 20.25 4.95 20.25 9.5V14.5C20.25 19.05 16.55 22.75 12 22.75ZM12 2.75C8.28 2.75 5.25 5.78 5.25 9.5V14.5C5.25 18.22 8.28 21.25 12 21.25C15.72 21.25 18.75 18.22 18.75 14.5V9.5C18.75 5.78 15.72 2.75 12 2.75Z\" fill=\"\"/>\n<path d=\"M12 11.75C10.76 11.75 9.75 10.74 9.75 9.5V7.5C9.75 6.26 10.76 5.25 12 5.25C13.24 5.25 14.25 6.26 14.25 7.5V9.5C14.25 10.74 13.24 11.75 12 11.75ZM12 6.75C11.59 6.75 11.25 7.09 11.25 7.5V9.5C11.25 9.91 11.59 10.25 12 10.25C12.41 10.25 12.75 9.91 12.75 9.5V7.5C12.75 7.09 12.41 6.75 12 6.75Z\" fill=\"\"/>\n<path d=\"M12 6.75C11.59 6.75 11.25 6.41 11.25 6V2C11.25 1.59 11.59 1.25 12 1.25C12.41 1.25 12.75 1.59 12.75 2V6C12.75 6.41 12.41 6.75 12 6.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"music circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2.57962 9.42023C2.49962 9.42023 2.40962 9.41025 2.32962 9.38025C1.93962 9.24025 1.73963 8.81023 1.86963 8.42023C2.53963 6.54023 3.69964 4.89026 5.24964 3.64026C5.56964 3.38026 6.03962 3.43025 6.29962 3.75025C6.55962 4.07025 6.50964 4.54025 6.18964 4.81025C4.85964 5.88025 3.85964 7.30023 3.28964 8.92023C3.17964 9.23023 2.88962 9.42023 2.57962 9.42023Z\" fill=\"\"/>\n<path d=\"M2.57999 16.08C2.26999 16.08 1.98 15.89 1.87 15.58C1.46 14.41 1.25 13.21 1.25 12C1.25 11.59 1.59 11.25 2 11.25C2.41 11.25 2.75 11.59 2.75 12C2.75 13.04 2.93001 14.08 3.29001 15.08C3.43001 15.47 3.21999 15.9 2.82999 16.04C2.74999 16.07 2.65999 16.08 2.57999 16.08Z\" fill=\"\"/>\n<path d=\"M12.0006 22.7501C10.9406 22.7501 9.89059 22.5901 8.87059 22.2801C8.47059 22.1601 8.25059 21.7401 8.37059 21.3401C8.49059 20.9401 8.9106 20.7201 9.3106 20.8401C10.1806 21.1101 11.0906 21.24 12.0006 21.24C17.1006 21.24 21.2506 17.09 21.2506 11.99C21.2506 11.47 21.2006 10.93 21.1006 10.36C21.0306 9.95004 21.3006 9.56004 21.7106 9.49004C22.1206 9.42004 22.5106 9.69003 22.5806 10.1C22.7006 10.76 22.7606 11.3801 22.7606 12.0001C22.7506 17.9301 17.9306 22.7501 12.0006 22.7501Z\" fill=\"\"/>\n<path d=\"M5.72022 20.5001C5.55022 20.5001 5.39022 20.4501 5.25022 20.3301C4.68022 19.8701 4.22021 19.43 3.83021 18.98C3.56021 18.67 3.60022 18.19 3.91022 17.92C4.22022 17.65 4.70022 17.6901 4.97022 18.0001C5.30022 18.3801 5.70022 18.76 6.19022 19.16C6.51022 19.42 6.56021 19.8901 6.30021 20.2101C6.16021 20.4001 5.94022 20.5001 5.72022 20.5001Z\" fill=\"\"/>\n<path d=\"M20.2404 7.09003C20.0004 7.09003 19.7704 6.98001 19.6204 6.76001C17.8904 4.24001 15.0404 2.73999 12.0004 2.73999C11.0904 2.73999 10.1804 2.87001 9.3104 3.14001C8.9204 3.26001 8.5004 3.04001 8.3704 2.64001C8.2404 2.24001 8.4704 1.82001 8.8704 1.70001C9.8904 1.39001 10.9404 1.22998 12.0004 1.22998C15.5404 1.22998 18.8504 2.98002 20.8604 5.90002C21.0904 6.24002 21.0104 6.71 20.6704 6.94C20.5404 7.05 20.3904 7.09003 20.2404 7.09003Z\" fill=\"\"/>\n<path d=\"M8.59 17.8597C7.3 17.8597 6.25 16.8097 6.25 15.5197C6.25 14.2297 7.3 13.1797 8.59 13.1797C9.88 13.1797 10.93 14.2297 10.93 15.5197C10.93 16.8097 9.88 17.8597 8.59 17.8597ZM8.59 14.6797C8.13 14.6797 7.75 15.0597 7.75 15.5197C7.75 15.9797 8.13 16.3597 8.59 16.3597C9.05 16.3597 9.42999 15.9797 9.42999 15.5197C9.42999 15.0597 9.05 14.6797 8.59 14.6797Z\" fill=\"\"/>\n<path d=\"M10.1797 16.2697C9.76969 16.2697 9.42969 15.9297 9.42969 15.5197V9.11972C9.42969 8.15972 10.0297 7.36972 10.9597 7.11972L14.1397 6.24972C15.0997 5.98972 15.6997 6.23971 16.0297 6.48971C16.5097 6.85971 16.7497 7.44972 16.7497 8.24972V14.4597C16.7497 14.8697 16.4097 15.2097 15.9997 15.2097C15.5897 15.2097 15.2497 14.8697 15.2497 14.4597V8.24972C15.2497 7.90972 15.1797 7.72972 15.1097 7.68972C15.0397 7.63972 14.8297 7.61973 14.5197 7.69973L11.3397 8.56973C11.0597 8.64973 10.9197 8.82972 10.9197 9.11972V15.5197C10.9297 15.9297 10.5897 16.2697 10.1797 16.2697Z\" fill=\"\"/>\n<path d=\"M14.4103 16.8001C13.1203 16.8001 12.0703 15.7501 12.0703 14.4601C12.0703 13.1701 13.1203 12.1201 14.4103 12.1201C15.7003 12.1201 16.7503 13.1701 16.7503 14.4601C16.7503 15.7501 15.7003 16.8001 14.4103 16.8001ZM14.4103 13.6201C13.9503 13.6201 13.5703 14.0001 13.5703 14.4601C13.5703 14.9201 13.9503 15.3001 14.4103 15.3001C14.8703 15.3001 15.2503 14.9201 15.2503 14.4601C15.2503 14.0001 14.8703 13.6201 14.4103 13.6201Z\" fill=\"\"/>\n<path d=\"M10.1803 11.4998C9.85031 11.4998 9.55031 11.2798 9.46031 10.9498C9.35031 10.5498 9.59031 10.1398 9.99031 10.0298L15.8103 8.43981C16.2103 8.32981 16.6203 8.56977 16.7303 8.96977C16.8403 9.36977 16.6003 9.77982 16.2003 9.88982L10.3803 11.4798C10.3103 11.4998 10.2403 11.4998 10.1803 11.4998Z\" fill=\"\"/>\n</svg>\n</li><li title=\"music dashboard \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n<path d=\"M7 22.25C6.59 22.25 6.25 21.91 6.25 21.5V2.5C6.25 2.09 6.59 1.75 7 1.75C7.41 1.75 7.75 2.09 7.75 2.5V21.5C7.75 21.91 7.41 22.25 7 22.25Z\" fill=\"\"/>\n<path d=\"M11.4705 17.5503C10.2305 17.5503 9.23047 16.5403 9.23047 15.3103C9.23047 14.0803 10.2405 13.0703 11.4705 13.0703C12.7005 13.0703 13.7105 14.0803 13.7105 15.3103C13.7105 16.5403 12.7005 17.5503 11.4705 17.5503ZM11.4705 14.5603C11.0605 14.5603 10.7305 14.8903 10.7305 15.3003C10.7305 15.7103 11.0605 16.0403 11.4705 16.0403C11.8805 16.0403 12.2105 15.7103 12.2105 15.3003C12.2105 14.8903 11.8705 14.5603 11.4705 14.5603Z\" fill=\"\"/>\n<path d=\"M12.9609 16.06C12.5509 16.06 12.2109 15.72 12.2109 15.31V9.3C12.2109 8.38 12.7909 7.62002 13.6809 7.38002L16.6609 6.57002C17.5809 6.32002 18.1609 6.56001 18.4809 6.81001C18.9409 7.16001 19.1809 7.73001 19.1809 8.50001V14.33C19.1809 14.74 18.8409 15.08 18.4309 15.08C18.0209 15.08 17.6809 14.74 17.6809 14.33V8.50001C17.6809 8.17001 17.6109 8.03002 17.5709 8.01002C17.5209 7.97002 17.3509 7.95004 17.0609 8.03004L14.0809 8.84004C13.8409 8.91004 13.7209 9.06002 13.7209 9.32002V15.33C13.7109 15.72 13.3709 16.06 12.9609 16.06Z\" fill=\"\"/>\n<path d=\"M16.9295 16.5503C15.6895 16.5503 14.6895 15.5403 14.6895 14.3103C14.6895 13.0703 15.6995 12.0703 16.9295 12.0703C18.1595 12.0703 19.1695 13.0803 19.1695 14.3103C19.1795 15.5503 18.1695 16.5503 16.9295 16.5503ZM16.9295 13.5703C16.5195 13.5703 16.1895 13.9003 16.1895 14.3103C16.1895 14.7203 16.5195 15.0503 16.9295 15.0503C17.3395 15.0503 17.6695 14.7203 17.6695 14.3103C17.6695 13.9003 17.3395 13.5703 16.9295 13.5703Z\" fill=\"\"/>\n<path d=\"M12.9596 11.7899C12.6296 11.7899 12.3296 11.5699 12.2396 11.2399C12.1296 10.8399 12.3696 10.4299 12.7696 10.3199L18.2396 8.82994C18.6396 8.71994 19.0496 8.95991 19.1596 9.35991C19.2696 9.75991 19.0296 10.17 18.6296 10.28L13.1596 11.7699C13.0896 11.7799 13.0196 11.7899 12.9596 11.7899Z\" fill=\"\"/>\n</svg>\n</li><li title=\"music filter \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 3.75H2C1.59 3.75 1.25 3.41 1.25 3C1.25 2.59 1.59 2.25 2 2.25H22C22.41 2.25 22.75 2.59 22.75 3C22.75 3.41 22.41 3.75 22 3.75Z\" fill=\"\"/>\n<path d=\"M11 9.75H2C1.59 9.75 1.25 9.41 1.25 9C1.25 8.59 1.59 8.25 2 8.25H11C11.41 8.25 11.75 8.59 11.75 9C11.75 9.41 11.41 9.75 11 9.75Z\" fill=\"\"/>\n<path d=\"M8 15.75H2C1.59 15.75 1.25 15.41 1.25 15C1.25 14.59 1.59 14.25 2 14.25H8C8.41 14.25 8.75 14.59 8.75 15C8.75 15.41 8.41 15.75 8 15.75Z\" fill=\"\"/>\n<path d=\"M6 21.75H2C1.59 21.75 1.25 21.41 1.25 21C1.25 20.59 1.59 20.25 2 20.25H6C6.41 20.25 6.75 20.59 6.75 21C6.75 21.41 6.41 21.75 6 21.75Z\" fill=\"\"/>\n<path d=\"M11.8402 22.7501C10.2302 22.7501 8.91016 21.4401 8.91016 19.8201C8.91016 18.2101 10.2202 16.8901 11.8402 16.8901C13.4602 16.8901 14.7702 18.2001 14.7702 19.8201C14.7702 21.4401 13.4602 22.7501 11.8402 22.7501ZM11.8402 18.4001C11.0502 18.4001 10.4102 19.0401 10.4102 19.8301C10.4102 20.6201 11.0502 21.2601 11.8402 21.2601C12.6302 21.2601 13.2702 20.6201 13.2702 19.8301C13.2702 19.0401 12.6302 18.4001 11.8402 18.4001Z\" fill=\"\"/>\n<path d=\"M14.0195 20.5703C13.6095 20.5703 13.2695 20.2303 13.2695 19.8203V11.0503C13.2695 9.84031 13.9895 8.89034 15.1595 8.58034L19.5095 7.39034C20.4595 7.13034 21.2795 7.23032 21.8595 7.68032C22.4395 8.13032 22.7395 8.86032 22.7395 9.87032V18.3803C22.7395 18.7903 22.3995 19.1303 21.9895 19.1303C21.5795 19.1303 21.2395 18.7903 21.2395 18.3803V9.87032C21.2395 9.37032 21.1395 9.02033 20.9495 8.88033C20.7595 8.73033 20.3695 8.7203 19.8995 8.8503L15.5495 10.0403C15.2595 10.1203 14.7695 10.3603 14.7695 11.0703V19.8404C14.7695 20.2403 14.4295 20.5703 14.0195 20.5703Z\" fill=\"\"/>\n<path d=\"M19.8206 21.2999C18.2106 21.2999 16.8906 19.9899 16.8906 18.3699C16.8906 16.7599 18.2006 15.4399 19.8206 15.4399C21.4406 15.4399 22.7506 16.7499 22.7506 18.3699C22.7506 19.9899 21.4406 21.2999 19.8206 21.2999ZM19.8206 16.95C19.0306 16.95 18.3906 17.5899 18.3906 18.3799C18.3906 19.1699 19.0306 19.8099 19.8206 19.8099C20.6106 19.8099 21.2506 19.1699 21.2506 18.3799C21.2506 17.5899 20.6106 16.95 19.8206 16.95Z\" fill=\"\"/>\n<path d=\"M14.0202 14.35C13.6902 14.35 13.3902 14.13 13.3002 13.8C13.1902 13.4 13.4302 12.9901 13.8302 12.8801L21.8102 10.7001C22.2102 10.5901 22.6202 10.83 22.7302 11.23C22.8402 11.63 22.6002 12.0401 22.2002 12.1501L14.2202 14.3301C14.1502 14.3401 14.0802 14.35 14.0202 14.35Z\" fill=\"\"/>\n</svg>\n</li><li title=\"music library 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 22.75H7C3.35 22.75 1.25 20.65 1.25 17V13C1.25 9.4 3.17003 8.06 4.78003 7.56C5.43003 7.35 6.18 7.25 7 7.25H17C17.82 7.25 18.57 7.36001 19.23 7.57001C20.83 8.06001 22.75 9.41 22.75 13V17C22.75 20.65 20.65 22.75 17 22.75ZM7 8.75C6.34 8.75 5.73998 8.83 5.22998 9C3.55998 9.51 2.75 10.82 2.75 13V17C2.75 19.86 4.14 21.25 7 21.25H17C19.86 21.25 21.25 19.86 21.25 17V13C21.25 10.82 20.44 9.51 18.78 9C18.26 8.83 17.66 8.75 17 8.75H7Z\" fill=\"\"/>\n<path d=\"M19 9.03003C18.92 9.03003 18.85 9.01999 18.77 8.98999C18.26 8.82999 17.66 8.73999 17 8.73999H7C6.34 8.73999 5.73998 8.81999 5.22998 8.98999C4.99998 9.05999 4.75 9.02 4.56 8.88C4.37 8.74001 4.25 8.51002 4.25 8.27002V7C4.25 5.48 5.48 4.25 7 4.25H17C18.52 4.25 19.75 5.48 19.75 7V8.28003C19.75 8.52003 19.64 8.74001 19.44 8.89001C19.31 8.98001 19.16 9.03003 19 9.03003ZM7 5.75C6.31 5.75 5.75 6.31 5.75 7V7.34003C6.14 7.28003 6.56 7.25 7 7.25H17C17.44 7.25 17.86 7.28003 18.25 7.34003V7C18.25 6.31 17.69 5.75 17 5.75H7Z\" fill=\"\"/>\n<path d=\"M16 5.75H8C7.59 5.75 7.25 5.41 7.25 5V3.51001C7.25 2.26001 8.26001 1.25 9.51001 1.25H14.49C15.74 1.25 16.75 2.26001 16.75 3.51001V5C16.75 5.41 16.41 5.75 16 5.75ZM8.75 4.25H15.25V3.51001C15.25 3.09001 14.91 2.75 14.49 2.75H9.51001C9.09001 2.75 8.75 3.09001 8.75 3.51001V4.25Z\" fill=\"\"/>\n<path d=\"M9.07001 20.2103C7.93001 20.2103 7 19.2803 7 18.1403C7 17.0003 7.93001 16.0703 9.07001 16.0703C10.21 16.0703 11.14 17.0003 11.14 18.1403C11.14 19.2803 10.22 20.2103 9.07001 20.2103ZM9.07001 17.5603C8.75001 17.5603 8.5 17.8203 8.5 18.1303C8.5 18.4403 8.76001 18.7003 9.07001 18.7003C9.38001 18.7003 9.64001 18.4403 9.64001 18.1303C9.64001 17.8203 9.39001 17.5603 9.07001 17.5603Z\" fill=\"\"/>\n<path d=\"M10.4004 18.8798C9.99039 18.8798 9.65039 18.5398 9.65039 18.1298V12.7998C9.65039 11.9398 10.1904 11.2398 11.0204 11.0098L13.6703 10.2898C14.5203 10.0598 15.0604 10.2798 15.3604 10.5098C15.6604 10.7398 16.0104 11.1898 16.0104 12.0698V17.2398C16.0104 17.6498 15.6704 17.9898 15.2604 17.9898C14.8504 17.9898 14.5104 17.6498 14.5104 17.2398V12.0698C14.5104 11.8198 14.4604 11.7198 14.4404 11.6998C14.4204 11.6898 14.3004 11.6698 14.0604 11.7298L11.4103 12.4498C11.1803 12.5098 11.1504 12.6598 11.1504 12.7898V18.1198C11.1504 18.5498 10.8104 18.8798 10.4004 18.8798Z\" fill=\"\"/>\n<path d=\"M13.9294 19.3197C12.7894 19.3197 11.8594 18.3897 11.8594 17.2497C11.8594 16.1097 12.7894 15.1797 13.9294 15.1797C15.0694 15.1797 15.9994 16.1097 15.9994 17.2497C15.9994 18.3897 15.0694 19.3197 13.9294 19.3197ZM13.9294 16.6797C13.6094 16.6797 13.3594 16.9397 13.3594 17.2497C13.3594 17.5597 13.6194 17.8197 13.9294 17.8197C14.2394 17.8197 14.4994 17.5597 14.4994 17.2497C14.4994 16.9397 14.2394 16.6797 13.9294 16.6797Z\" fill=\"\"/>\n<path d=\"M10.3991 15.0999C10.0691 15.0999 9.76906 14.8799 9.67906 14.5499C9.56906 14.1499 9.80909 13.7399 10.2091 13.6299L15.0591 12.3099C15.4591 12.1999 15.869 12.4399 15.979 12.8399C16.089 13.2399 15.8491 13.6499 15.4491 13.7599L10.599 15.0799C10.529 15.0899 10.4591 15.0999 10.3991 15.0999Z\" fill=\"\"/>\n</svg>\n</li><li title=\"music play \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.58994 22.7001C3.24994 22.7001 1.26993 20.7201 1.26993 18.3801V12.22C1.20993 9.31003 2.29995 6.56005 4.31995 4.49005C6.33995 2.43005 9.05994 1.30005 11.9699 1.30005C17.9299 1.30005 22.7699 6.15005 22.7699 12.11V18.2701C22.7699 20.6501 20.83 22.5901 18.45 22.5901C16.07 22.5901 14.1299 20.6501 14.1299 18.2701V15.4601C14.1299 14.0301 15.2899 12.8701 16.7199 12.8701C18.1499 12.8701 19.3099 14.0301 19.3099 15.4601V18.4901C19.3099 18.9001 18.9699 19.2401 18.5599 19.2401C18.1499 19.2401 17.8099 18.9001 17.8099 18.4901V15.4601C17.8099 14.7801 17.2599 14.3701 16.7199 14.3701C16.0399 14.3701 15.6299 14.9201 15.6299 15.4601V18.2701C15.6299 19.8001 16.92 21.0901 18.45 21.0901C19.98 21.0901 21.2699 19.8001 21.2699 18.2701V12.11C21.2699 6.98005 17.0999 2.80005 11.9699 2.80005C9.45994 2.80005 7.12996 3.77004 5.38996 5.54004C3.64996 7.31004 2.71993 9.68007 2.76993 12.2001V18.3701C2.76993 19.9001 4.05994 21.1901 5.58994 21.1901C7.11994 21.1901 8.40994 19.9001 8.40994 18.3701V15.5601C8.40994 14.8801 7.85995 14.47 7.31995 14.47C6.63995 14.47 6.22995 15.0201 6.22995 15.5601V18.48C6.22995 18.89 5.88995 19.23 5.47995 19.23C5.06995 19.23 4.72995 18.89 4.72995 18.48V15.5601C4.72995 14.1101 5.86995 12.97 7.31995 12.97C8.74995 12.97 9.90994 14.1301 9.90994 15.5601V18.3701C9.90994 20.7601 7.96994 22.7001 5.58994 22.7001Z\" fill=\"\"/>\n<path d=\"M13.1797 11.8599C12.7797 11.8599 12.4197 11.6399 12.2497 11.2799L10.7997 8.38989L10.3797 9.16986C10.1497 9.59986 9.68974 9.86987 9.19974 9.86987H8.46973C8.05973 9.86987 7.71973 9.52987 7.71973 9.11987C7.71973 8.70987 8.05973 8.36987 8.46973 8.36987H9.10971L9.89972 6.90985C10.0897 6.56985 10.4397 6.38986 10.8297 6.35986C11.2197 6.35986 11.5697 6.58987 11.7497 6.92987L13.1797 9.78986L13.5197 9.09985C13.7497 8.63985 14.1997 8.35986 14.7197 8.35986H15.5297C15.9397 8.35986 16.2797 8.69986 16.2797 9.10986C16.2797 9.51986 15.9397 9.85986 15.5297 9.85986H14.8197L14.1097 11.2699C13.9297 11.6399 13.5797 11.8599 13.1797 11.8599Z\" fill=\"\"/>\n</svg>\n</li><li title=\"music playlist \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 22.75H7C3.35 22.75 1.25 20.65 1.25 17V12C1.25 8.35 3.35 6.25 7 6.25H17C20.65 6.25 22.75 8.35 22.75 12V17C22.75 20.65 20.65 22.75 17 22.75ZM7 7.75C4.14 7.75 2.75 9.14 2.75 12V17C2.75 19.86 4.14 21.25 7 21.25H17C19.86 21.25 21.25 19.86 21.25 17V12C21.25 9.14 19.86 7.75 17 7.75H7Z\" fill=\"\"/>\n<path d=\"M18 5.25H6C5.59 5.25 5.25 4.91 5.25 4.5C5.25 4.09 5.59 3.75 6 3.75H18C18.41 3.75 18.75 4.09 18.75 4.5C18.75 4.91 18.41 5.25 18 5.25Z\" fill=\"\"/>\n<path d=\"M15 2.75H9C8.59 2.75 8.25 2.41 8.25 2C8.25 1.59 8.59 1.25 9 1.25H15C15.41 1.25 15.75 1.59 15.75 2C15.75 2.41 15.41 2.75 15 2.75Z\" fill=\"\"/>\n<path d=\"M8.88953 19.8601C7.71953 19.8601 6.76953 18.9101 6.76953 17.7401C6.76953 16.5701 7.71953 15.6201 8.88953 15.6201C10.0595 15.6201 11.0095 16.5701 11.0095 17.7401C11.0095 18.9101 10.0595 19.8601 8.88953 19.8601ZM8.88953 17.1201C8.54953 17.1201 8.26953 17.4001 8.26953 17.7401C8.26953 18.0801 8.54953 18.3601 8.88953 18.3601C9.22953 18.3601 9.50952 18.0801 9.50952 17.7401C9.50952 17.4001 9.22953 17.1201 8.88953 17.1201Z\" fill=\"\"/>\n<path d=\"M10.2598 18.4901C9.84977 18.4901 9.50977 18.1501 9.50977 17.7401V12.2301C9.50977 11.3501 10.0598 10.6401 10.8998 10.4101L13.6398 9.66011C14.5098 9.42011 15.0597 9.65015 15.3597 9.89015C15.6597 10.1201 16.0198 10.5901 16.0198 11.4801V16.8301C16.0198 17.2401 15.6798 17.5801 15.2698 17.5801C14.8598 17.5801 14.5198 17.2401 14.5198 16.8301V11.4801C14.5198 11.2001 14.4598 11.0901 14.4398 11.0801C14.4198 11.0701 14.2998 11.0301 14.0198 11.1101L11.2897 11.8601C11.0397 11.9301 10.9998 12.1001 10.9998 12.2401V17.7501C11.0098 18.1501 10.6698 18.4901 10.2598 18.4901Z\" fill=\"\"/>\n<path d=\"M13.9091 18.95C12.7391 18.95 11.7891 18 11.7891 16.83C11.7891 15.66 12.7391 14.71 13.9091 14.71C15.0791 14.71 16.0291 15.66 16.0291 16.83C16.0291 18 15.0791 18.95 13.9091 18.95ZM13.9091 16.21C13.5691 16.21 13.2891 16.49 13.2891 16.83C13.2891 17.17 13.5691 17.45 13.9091 17.45C14.2491 17.45 14.5291 17.17 14.5291 16.83C14.5291 16.49 14.2491 16.21 13.9091 16.21Z\" fill=\"\"/>\n<path d=\"M10.2604 14.5801C9.93042 14.5801 9.63039 14.3601 9.54039 14.0301C9.43039 13.6301 9.67042 13.2201 10.0704 13.1101L15.0804 11.7401C15.4904 11.6301 15.8904 11.8701 16.0004 12.2701C16.1104 12.6701 15.8704 13.0801 15.4704 13.1901L10.4604 14.5601C10.3904 14.5701 10.3304 14.5801 10.2604 14.5801Z\" fill=\"\"/>\n</svg>\n</li><li title=\"music square add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.35 21.75H8.64999C3.45999 21.75 1.25 19.54 1.25 14.35V8.65002C1.25 3.46002 3.45999 1.25 8.64999 1.25H14.35C19.54 1.25 21.75 3.46002 21.75 8.65002V14.35C21.75 14.71 21.74 15.05 21.72 15.38C21.7 15.68 21.5 15.94 21.21 16.04C20.92 16.14 20.61 16.05 20.4 15.83C19.8 15.15 18.92 14.75 17.99 14.75C16.2 14.75 14.74 16.21 14.74 18C14.74 18.59 14.9 19.17 15.21 19.67C15.37 19.95 15.58 20.2 15.82 20.41C16.05 20.61 16.14 20.93 16.04 21.21C15.94 21.5 15.68 21.7 15.38 21.72C15.06 21.74 14.72 21.75 14.35 21.75ZM8.64999 2.75C4.28999 2.75 2.75 4.29002 2.75 8.65002V14.35C2.75 18.71 4.28999 20.25 8.64999 20.25H13.82C13.45 19.57 13.25 18.8 13.25 18C13.25 15.38 15.38 13.25 18 13.25C18.8 13.25 19.57 13.45 20.25 13.81V8.65002C20.25 4.29002 18.71 2.75 14.35 2.75H8.64999Z\" fill=\"\"/>\n<path d=\"M6.71953 15.17C5.50953 15.17 4.51953 14.18 4.51953 12.97C4.51953 11.76 5.50953 10.77 6.71953 10.77C7.92953 10.77 8.91953 11.76 8.91953 12.97C8.91953 14.18 7.92953 15.17 6.71953 15.17ZM6.71953 12.27C6.33953 12.27 6.01953 12.58 6.01953 12.97C6.01953 13.35 6.32953 13.67 6.71953 13.67C7.10953 13.67 7.41953 13.36 7.41953 12.97C7.41953 12.58 7.10953 12.27 6.71953 12.27Z\" fill=\"\"/>\n<path d=\"M8.16992 13.7199C7.75992 13.7199 7.41992 13.3799 7.41992 12.9699V7.13993C7.41992 6.22993 7.98992 5.48992 8.85992 5.24992L11.7599 4.45994C12.6599 4.20994 13.2299 4.44992 13.5399 4.68992C13.8499 4.92992 14.2299 5.40994 14.2299 6.33994V11.9999C14.2299 12.4099 13.8899 12.7499 13.4799 12.7499C13.0699 12.7499 12.7299 12.4099 12.7299 11.9999V6.33994C12.7299 6.01994 12.6599 5.89992 12.6299 5.87992C12.5999 5.85992 12.4599 5.81994 12.1499 5.89994L9.25992 6.68992C8.95992 6.76992 8.91992 6.97992 8.91992 7.12992V12.9599C8.91992 13.3799 8.57992 13.7199 8.16992 13.7199Z\" fill=\"\"/>\n<path d=\"M12.0301 14.1998C10.8201 14.1998 9.83008 13.2098 9.83008 11.9998C9.83008 10.7898 10.8201 9.7998 12.0301 9.7998C13.2401 9.7998 14.2301 10.7898 14.2301 11.9998C14.2301 13.2198 13.2401 14.1998 12.0301 14.1998ZM12.0301 11.3098C11.6501 11.3098 11.3301 11.6198 11.3301 12.0098C11.3301 12.3898 11.6401 12.7098 12.0301 12.7098C12.4201 12.7098 12.7301 12.3998 12.7301 12.0098C12.7301 11.6198 12.4101 11.3098 12.0301 11.3098Z\" fill=\"\"/>\n<path d=\"M8.17055 9.58008C7.84055 9.58008 7.54055 9.36009 7.45055 9.03009C7.34055 8.63009 7.58054 8.22005 7.98054 8.11005L13.2905 6.66003C13.6905 6.56003 14.1006 6.79006 14.2106 7.19006C14.3206 7.59006 14.0805 8.00005 13.6805 8.11005L8.37054 9.56006C8.30054 9.57006 8.23055 9.58008 8.17055 9.58008Z\" fill=\"\"/>\n<path d=\"M18 22.75C16.34 22.75 14.78 21.87 13.94 20.44C13.49 19.72 13.25 18.87 13.25 18C13.25 15.38 15.38 13.25 18 13.25C20.62 13.25 22.75 15.38 22.75 18C22.75 18.87 22.51 19.72 22.06 20.45C21.22 21.87 19.66 22.75 18 22.75ZM18 14.75C16.21 14.75 14.75 16.21 14.75 18C14.75 18.59 14.91 19.17 15.22 19.67C15.81 20.67 16.85 21.25 18 21.25C19.15 21.25 20.19 20.66 20.78 19.68C21.09 19.17 21.25 18.6 21.25 18C21.25 16.21 19.79 14.75 18 14.75Z\" fill=\"\"/>\n<path d=\"M19.49 18.73H16.5C16.09 18.73 15.75 18.39 15.75 17.98C15.75 17.57 16.09 17.23 16.5 17.23H19.49C19.9 17.23 20.24 17.57 20.24 17.98C20.24 18.39 19.91 18.73 19.49 18.73Z\" fill=\"\"/>\n<path d=\"M18 20.26C17.59 20.26 17.25 19.92 17.25 19.51V16.52C17.25 16.11 17.59 15.77 18 15.77C18.41 15.77 18.75 16.11 18.75 16.52V19.51C18.75 19.93 18.41 20.26 18 20.26Z\" fill=\"\"/>\n</svg>\n</li><li title=\"music square remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.35 21.75H8.65C3.46 21.75 1.25 19.54 1.25 14.35V8.65002C1.25 3.46002 3.46 1.25 8.65 1.25H14.35C19.54 1.25 21.75 3.46002 21.75 8.65002V14.35C21.75 14.71 21.74 15.05 21.72 15.38C21.7 15.68 21.5 15.94 21.21 16.04C20.92 16.14 20.61 16.05 20.4 15.83C19.8 15.15 18.92 14.75 17.99 14.75C16.2 14.75 14.74 16.21 14.74 18C14.74 18.59 14.9 19.17 15.21 19.67C15.37 19.95 15.58 20.2 15.82 20.41C16.05 20.61 16.14 20.93 16.04 21.21C15.94 21.5 15.68 21.7 15.38 21.72C15.06 21.74 14.72 21.75 14.35 21.75ZM8.65 2.75C4.29 2.75 2.75 4.29002 2.75 8.65002V14.35C2.75 18.71 4.29 20.25 8.65 20.25H13.82C13.45 19.57 13.25 18.8 13.25 18C13.25 15.38 15.38 13.25 18 13.25C18.8 13.25 19.57 13.45 20.25 13.81V8.65002C20.25 4.29002 18.71 2.75 14.35 2.75H8.65Z\" fill=\"\"/>\n<path d=\"M6.71954 15.17C5.50954 15.17 4.51953 14.18 4.51953 12.97C4.51953 11.76 5.50954 10.77 6.71954 10.77C7.92954 10.77 8.91953 11.76 8.91953 12.97C8.91953 14.18 7.92954 15.17 6.71954 15.17ZM6.71954 12.27C6.33954 12.27 6.01953 12.58 6.01953 12.97C6.01953 13.35 6.32954 13.67 6.71954 13.67C7.10954 13.67 7.41953 13.36 7.41953 12.97C7.41953 12.58 7.10954 12.27 6.71954 12.27Z\" fill=\"\"/>\n<path d=\"M8.16992 13.7199C7.75992 13.7199 7.41992 13.3799 7.41992 12.9699V7.13993C7.41992 6.22993 7.98992 5.48992 8.85992 5.24992L11.7599 4.45994C12.6599 4.20994 13.2299 4.44992 13.5399 4.68992C13.8499 4.92992 14.2299 5.40994 14.2299 6.33994V11.9999C14.2299 12.4099 13.8899 12.7499 13.4799 12.7499C13.0699 12.7499 12.7299 12.4099 12.7299 11.9999V6.33994C12.7299 6.01994 12.6599 5.89992 12.6299 5.87992C12.5999 5.85992 12.4499 5.81994 12.1499 5.89994L9.25993 6.68992C8.95993 6.76992 8.91992 6.97992 8.91992 7.12992V12.9599C8.91992 13.3799 8.57992 13.7199 8.16992 13.7199Z\" fill=\"\"/>\n<path d=\"M12.0301 14.1998C10.8201 14.1998 9.83008 13.2098 9.83008 11.9998C9.83008 10.7898 10.8201 9.7998 12.0301 9.7998C13.2401 9.7998 14.2301 10.7898 14.2301 11.9998C14.2301 13.2198 13.2401 14.1998 12.0301 14.1998ZM12.0301 11.3098C11.6501 11.3098 11.3301 11.6198 11.3301 12.0098C11.3301 12.3898 11.6401 12.7098 12.0301 12.7098C12.4201 12.7098 12.7301 12.3998 12.7301 12.0098C12.7301 11.6198 12.4101 11.3098 12.0301 11.3098Z\" fill=\"\"/>\n<path d=\"M8.17055 9.58008C7.84055 9.58008 7.54055 9.36009 7.45055 9.03009C7.34055 8.63009 7.58055 8.22005 7.98055 8.11005L13.2905 6.66003C13.6905 6.56003 14.1005 6.79006 14.2105 7.19006C14.3205 7.59006 14.0805 8.00005 13.6805 8.11005L8.37055 9.56006C8.30055 9.57006 8.23055 9.58008 8.17055 9.58008Z\" fill=\"\"/>\n<path d=\"M18 22.75C16.82 22.75 15.7 22.31 14.83 21.52C14.48 21.22 14.17 20.85 13.93 20.44C13.49 19.72 13.25 18.87 13.25 18C13.25 15.38 15.38 13.25 18 13.25C19.36 13.25 20.65 13.83 21.53 14.83C22.31 15.7 22.75 16.82 22.75 18C22.75 18.87 22.51 19.72 22.06 20.45C21.22 21.87 19.66 22.75 18 22.75ZM18 14.75C16.21 14.75 14.75 16.21 14.75 18C14.75 18.59 14.91 19.17 15.22 19.67C15.38 19.95 15.59 20.2 15.83 20.41C16.43 20.96 17.2 21.26 18 21.26C19.15 21.26 20.19 20.67 20.78 19.69C21.09 19.18 21.25 18.61 21.25 18.01C21.25 17.21 20.95 16.44 20.41 15.84C19.81 15.14 18.93 14.75 18 14.75Z\" fill=\"\"/>\n<path d=\"M19.0704 19.7901C18.8804 19.7901 18.6904 19.7201 18.5404 19.5701L16.4304 17.4601C16.1404 17.1701 16.1404 16.6901 16.4304 16.4001C16.7204 16.1101 17.2004 16.1101 17.4904 16.4001L19.6004 18.5101C19.8904 18.8001 19.8904 19.2801 19.6004 19.5701C19.4504 19.7201 19.2604 19.7901 19.0704 19.7901Z\" fill=\"\"/>\n<path d=\"M16.9311 19.8199C16.7411 19.8199 16.5511 19.7499 16.4011 19.5999C16.1111 19.3099 16.1111 18.8299 16.4011 18.5399L18.5111 16.4299C18.8011 16.1399 19.2811 16.1399 19.5711 16.4299C19.8611 16.7199 19.8611 17.1999 19.5711 17.4899L17.4611 19.5999C17.3111 19.7499 17.1211 19.8199 16.9311 19.8199Z\" fill=\"\"/>\n</svg>\n</li><li title=\"music square search \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.35 21.75H8.64999C3.45999 21.75 1.25 19.54 1.25 14.35V8.65002C1.25 3.46002 3.45999 1.25 8.64999 1.25H14.35C19.54 1.25 21.75 3.46002 21.75 8.65002V12.35C21.75 12.76 21.41 13.1 21 13.1C20.59 13.1 20.25 12.76 20.25 12.35V8.65002C20.25 4.29002 18.71 2.75 14.35 2.75H8.64999C4.28999 2.75 2.75 4.29002 2.75 8.65002V14.35C2.75 18.71 4.28999 20.25 8.64999 20.25H12.35C12.76 20.25 13.1 20.59 13.1 21C13.1 21.41 12.76 21.75 12.35 21.75Z\" fill=\"\"/>\n<path d=\"M6.71953 15.17C5.50953 15.17 4.51953 14.18 4.51953 12.97C4.51953 11.76 5.50953 10.77 6.71953 10.77C7.92953 10.77 8.91953 11.76 8.91953 12.97C8.91953 14.18 7.92953 15.17 6.71953 15.17ZM6.71953 12.27C6.33953 12.27 6.01953 12.58 6.01953 12.97C6.01953 13.35 6.32953 13.67 6.71953 13.67C7.10953 13.67 7.41953 13.36 7.41953 12.97C7.41953 12.58 7.10953 12.27 6.71953 12.27Z\" fill=\"\"/>\n<path d=\"M8.16992 13.7199C7.75992 13.7199 7.41992 13.3799 7.41992 12.9699V7.13993C7.41992 6.22993 7.98992 5.48992 8.85992 5.24992L11.7599 4.45994C12.6599 4.20994 13.2299 4.44992 13.5399 4.68992C13.8499 4.92992 14.2299 5.40994 14.2299 6.33994V11.9999C14.2299 12.4099 13.8899 12.7499 13.4799 12.7499C13.0699 12.7499 12.7299 12.4099 12.7299 11.9999V6.33994C12.7299 6.01994 12.6599 5.89992 12.6299 5.87992C12.5999 5.85992 12.4599 5.81994 12.1499 5.89994L9.25992 6.68992C8.95992 6.76992 8.91992 6.97992 8.91992 7.12992V12.9599C8.91992 13.3799 8.57992 13.7199 8.16992 13.7199Z\" fill=\"\"/>\n<path d=\"M12.0301 14.1998C10.8201 14.1998 9.83008 13.2098 9.83008 11.9998C9.83008 10.7898 10.8201 9.7998 12.0301 9.7998C13.2401 9.7998 14.2301 10.7898 14.2301 11.9998C14.2301 13.2198 13.2401 14.1998 12.0301 14.1998ZM12.0301 11.3098C11.6501 11.3098 11.3301 11.6198 11.3301 12.0098C11.3301 12.3898 11.6401 12.7098 12.0301 12.7098C12.4201 12.7098 12.7301 12.3998 12.7301 12.0098C12.7301 11.6198 12.4101 11.3098 12.0301 11.3098Z\" fill=\"\"/>\n<path d=\"M8.17055 9.58008C7.84055 9.58008 7.54055 9.36009 7.45055 9.03009C7.34055 8.63009 7.58054 8.22005 7.98054 8.11005L13.2905 6.66003C13.6905 6.56003 14.1006 6.79006 14.2106 7.19006C14.3206 7.59006 14.0805 8.00005 13.6805 8.11005L8.37054 9.56006C8.30054 9.57006 8.23055 9.58008 8.17055 9.58008Z\" fill=\"\"/>\n<path d=\"M17.9402 22.0299C15.7602 22.0299 13.9902 20.2599 13.9902 18.0799C13.9902 15.8999 15.7602 14.1299 17.9402 14.1299C20.1202 14.1299 21.8902 15.8999 21.8902 18.0799C21.8902 20.2599 20.1202 22.0299 17.9402 22.0299ZM17.9402 15.6299C16.5902 15.6299 15.4902 16.7299 15.4902 18.0799C15.4902 19.4299 16.5902 20.5299 17.9402 20.5299C19.2902 20.5299 20.3902 19.4299 20.3902 18.0799C20.3902 16.7299 19.2902 15.6299 17.9402 15.6299Z\" fill=\"\"/>\n<path d=\"M21.7397 22.6299C21.5497 22.6299 21.3597 22.5598 21.2097 22.4098L20.2097 21.4098C19.9197 21.1198 19.9197 20.6398 20.2097 20.3498C20.4997 20.0598 20.9797 20.0598 21.2697 20.3498L22.2697 21.3498C22.5597 21.6398 22.5597 22.1198 22.2697 22.4098C22.1197 22.5498 21.9297 22.6299 21.7397 22.6299Z\" fill=\"\"/>\n</svg>\n</li><li title=\"music square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n<path d=\"M8.41962 17.8597C7.13962 17.8597 6.09961 16.8197 6.09961 15.5397C6.09961 14.2597 7.13962 13.2197 8.41962 13.2197C9.69962 13.2197 10.7396 14.2597 10.7396 15.5397C10.7396 16.8197 9.69962 17.8597 8.41962 17.8597ZM8.41962 14.7197C7.96962 14.7197 7.59961 15.0897 7.59961 15.5397C7.59961 15.9897 7.96962 16.3597 8.41962 16.3597C8.86962 16.3597 9.23962 15.9897 9.23962 15.5397C9.23962 15.0897 8.86962 14.7197 8.41962 14.7197Z\" fill=\"\"/>\n<path d=\"M9.99023 16.2901C9.58023 16.2901 9.24023 15.9501 9.24023 15.5401V9.21011C9.24023 8.25011 9.84025 7.47006 10.7603 7.22006L13.9003 6.36007C14.8503 6.10007 15.4503 6.35006 15.7803 6.60006C16.2603 6.97006 16.5002 7.55011 16.5002 8.34011V14.4801C16.5002 14.8901 16.1602 15.2301 15.7502 15.2301C15.3402 15.2301 15.0002 14.8901 15.0002 14.4801V8.34011C15.0002 8.01011 14.9302 7.83006 14.8702 7.79006C14.8202 7.75006 14.6402 7.71007 14.2902 7.80007L11.1503 8.66006C10.8703 8.74006 10.7402 8.9101 10.7402 9.2001V15.5301C10.7402 15.9501 10.4002 16.2901 9.99023 16.2901Z\" fill=\"\"/>\n<path d=\"M14.1794 16.8099C12.8994 16.8099 11.8594 15.7699 11.8594 14.4899C11.8594 13.2099 12.8994 12.1699 14.1794 12.1699C15.4594 12.1699 16.4994 13.2099 16.4994 14.4899C16.4994 15.7699 15.4594 16.8099 14.1794 16.8099ZM14.1794 13.6699C13.7294 13.6699 13.3594 14.0399 13.3594 14.4899C13.3594 14.9399 13.7294 15.3099 14.1794 15.3099C14.6294 15.3099 14.9994 14.9399 14.9994 14.4899C14.9994 14.0399 14.6294 13.6699 14.1794 13.6699Z\" fill=\"\"/>\n<path d=\"M9.98888 11.7903C9.65888 11.7903 9.35891 11.5703 9.26891 11.2403C9.15891 10.8403 9.39888 10.4304 9.79888 10.3204L15.5589 8.75035C15.9689 8.64035 16.3689 8.88038 16.4789 9.28038C16.5889 9.68038 16.3489 10.0904 15.9489 10.2004L10.1889 11.7704C10.1189 11.7804 10.0489 11.7903 9.98888 11.7903Z\" fill=\"\"/>\n</svg>\n</li><li title=\"music \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.28016 22.7498C4.15016 22.7498 2.41016 21.0098 2.41016 18.8798C2.41016 16.7498 4.15016 15.0098 6.28016 15.0098C8.41016 15.0098 10.1502 16.7498 10.1502 18.8798C10.1502 21.0098 8.41016 22.7498 6.28016 22.7498ZM6.28016 16.5098C4.97016 16.5098 3.91016 17.5698 3.91016 18.8798C3.91016 20.1898 4.97016 21.2498 6.28016 21.2498C7.59016 21.2498 8.65016 20.1898 8.65016 18.8798C8.65016 17.5698 7.59016 16.5098 6.28016 16.5098Z\" fill=\"\"/>\n<path d=\"M9.40039 19.6301C8.99039 19.6301 8.65039 19.2901 8.65039 18.8801V6.30013C8.65039 4.72013 9.60039 3.48013 11.1204 3.07013L17.3604 1.37013C18.6304 1.02013 19.7004 1.15013 20.4504 1.73013C21.2104 2.31013 21.5904 3.28013 21.5904 4.61013V16.8101C21.5904 17.2201 21.2504 17.5601 20.8404 17.5601C20.4304 17.5601 20.0904 17.2201 20.0904 16.8101V4.60013C20.0904 4.02013 19.9904 3.26013 19.5404 2.92013C19.0504 2.54013 18.2104 2.69013 17.7504 2.82013L11.5104 4.52013C10.6404 4.76013 10.1504 5.41013 10.1504 6.31013V18.8901C10.1504 19.2901 9.81039 19.6301 9.40039 19.6301Z\" fill=\"\"/>\n<path d=\"M17.7196 20.6702C15.5896 20.6702 13.8496 18.9302 13.8496 16.8002C13.8496 14.6702 15.5896 12.9302 17.7196 12.9302C19.8496 12.9302 21.5896 14.6702 21.5896 16.8002C21.5896 18.9302 19.8496 20.6702 17.7196 20.6702ZM17.7196 14.4302C16.4096 14.4302 15.3496 15.4902 15.3496 16.8002C15.3496 18.1102 16.4096 19.1702 17.7196 19.1702C19.0296 19.1702 20.0896 18.1102 20.0896 16.8002C20.0896 15.4902 19.0296 14.4302 17.7196 14.4302Z\" fill=\"\"/>\n<path d=\"M9.3998 10.2698C9.0698 10.2698 8.7698 10.0498 8.6798 9.71978C8.5698 9.31978 8.7998 8.89978 9.1998 8.78978L20.6398 5.66978C21.0398 5.55978 21.4498 5.79978 21.5598 6.19978C21.6698 6.59978 21.4298 7.00978 21.0298 7.11978L9.5998 10.2398C9.5298 10.2598 9.4598 10.2698 9.3998 10.2698Z\" fill=\"\"/>\n</svg>\n</li><li title=\"musicnote \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.9707 22.75C5.3507 22.75 3.2207 20.62 3.2207 18C3.2207 15.38 5.3507 13.25 7.9707 13.25C10.5907 13.25 12.7207 15.38 12.7207 18C12.7207 20.62 10.5907 22.75 7.9707 22.75ZM7.9707 14.75C6.1807 14.75 4.7207 16.21 4.7207 18C4.7207 19.79 6.1807 21.25 7.9707 21.25C9.7607 21.25 11.2207 19.79 11.2207 18C11.2207 16.21 9.7707 14.75 7.9707 14.75Z\" fill=\"\"/>\n<path d=\"M11.9707 18.75C11.5607 18.75 11.2207 18.41 11.2207 18V4C11.2207 3.59 11.5607 3.25 11.9707 3.25C12.3807 3.25 12.7207 3.59 12.7207 4V18C12.7207 18.41 12.3907 18.75 11.9707 18.75Z\" fill=\"\"/>\n<path d=\"M19.1305 10.2299C18.8005 10.2299 18.4505 10.1699 18.1105 10.0599L13.6905 8.58994C12.3105 8.12994 11.2305 6.62994 11.2305 5.17994V3.99994C11.2305 3.02994 11.6305 2.18994 12.3105 1.68994C13.0005 1.18994 13.9205 1.08994 14.8405 1.38994L19.2605 2.85994C20.6405 3.31994 21.7205 4.81994 21.7205 6.26994V7.43994C21.7205 8.40994 21.3205 9.24994 20.6405 9.74994C20.2105 10.0799 19.6805 10.2299 19.1305 10.2299ZM13.8205 2.71994C13.5805 2.71994 13.3605 2.77994 13.1905 2.90994C12.8905 3.11994 12.7305 3.50994 12.7305 3.99994V5.16994C12.7305 5.96994 13.4005 6.89994 14.1605 7.15994L18.5805 8.62994C19.0405 8.78994 19.4705 8.74994 19.7605 8.53994C20.0605 8.32994 20.2205 7.93994 20.2205 7.44994V6.27994C20.2205 5.47994 19.5505 4.54994 18.7905 4.28994L14.3705 2.81994C14.1805 2.74994 13.9905 2.71994 13.8205 2.71994Z\" fill=\"\"/>\n</svg>\n</li><li title=\"next \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.30975 20.0899C5.73975 20.0899 5.17976 19.9399 4.65976 19.6399C3.61976 19.0399 3.00977 17.9799 3.00977 16.7799V7.20989C3.00977 6.01989 3.62976 4.9499 4.65976 4.3499C5.69976 3.7499 6.92975 3.7499 7.95975 4.3499L16.2498 9.1299C17.2798 9.7299 17.8997 10.7999 17.8997 11.9899C17.8997 13.1799 17.2798 14.2499 16.2498 14.8499L7.95975 19.6299C7.43975 19.9399 6.87975 20.0899 6.30975 20.0899ZM6.30975 5.4099C5.99975 5.4099 5.68976 5.48989 5.40976 5.64989C4.84976 5.97989 4.50977 6.55989 4.50977 7.20989V16.7799C4.50977 17.4299 4.84976 18.0099 5.40976 18.3399C5.96976 18.6599 6.64975 18.6699 7.20975 18.3399L15.4998 13.5599C16.0598 13.2299 16.3997 12.6499 16.3997 11.9999C16.3997 11.3499 16.0598 10.7699 15.4998 10.4399L7.20975 5.6599C6.92975 5.4999 6.61975 5.4099 6.30975 5.4099Z\" fill=\"\"/>\n<path d=\"M20.2402 18.9303C19.8302 18.9303 19.4902 18.5903 19.4902 18.1803V5.82031C19.4902 5.41031 19.8302 5.07031 20.2402 5.07031C20.6502 5.07031 20.9902 5.41031 20.9902 5.82031V18.1803C20.9902 18.5903 20.6602 18.9303 20.2402 18.9303Z\" fill=\"\"/>\n</svg>\n</li><li title=\"note 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 5.75C7.59 5.75 7.25 5.41 7.25 5V2C7.25 1.59 7.59 1.25 8 1.25C8.41 1.25 8.75 1.59 8.75 2V5C8.75 5.41 8.41 5.75 8 5.75Z\" fill=\"\"/>\n<path d=\"M16 5.75C15.59 5.75 15.25 5.41 15.25 5V2C15.25 1.59 15.59 1.25 16 1.25C16.41 1.25 16.75 1.59 16.75 2V5C16.75 5.41 16.41 5.75 16 5.75Z\" fill=\"\"/>\n<path d=\"M15 13.75H7C6.59 13.75 6.25 13.41 6.25 13C6.25 12.59 6.59 12.25 7 12.25H15C15.41 12.25 15.75 12.59 15.75 13C15.75 13.41 15.41 13.75 15 13.75Z\" fill=\"\"/>\n<path d=\"M12 17.75H7C6.59 17.75 6.25 17.41 6.25 17C6.25 16.59 6.59 16.25 7 16.25H12C12.41 16.25 12.75 16.59 12.75 17C12.75 17.41 12.41 17.75 12 17.75Z\" fill=\"\"/>\n<path d=\"M15 22.75H9C3.38 22.75 2.25 20.1 2.25 15.82V9.65C2.25 4.91 3.85 2.98 7.96 2.75H16C16.01 2.75 16.03 2.75 16.04 2.75C20.15 2.98 21.75 4.91 21.75 9.65V15.82C21.75 20.1 20.62 22.75 15 22.75ZM8 4.25C5.2 4.41 3.75 5.29 3.75 9.65V15.82C3.75 19.65 4.48 21.25 9 21.25H15C19.52 21.25 20.25 19.65 20.25 15.82V9.65C20.25 5.3 18.81 4.41 15.98 4.25H8Z\" fill=\"\"/>\n</svg>\n</li><li title=\"note 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.8101 20.18C15.5501 20.18 15.2801 20.17 14.9901 20.14C14.4701 20.1 13.8801 20 13.2701 19.85L11.5901 19.45C6.98007 18.36 5.47007 15.92 6.55007 11.32L7.53007 7.13001C7.75007 6.18002 8.01007 5.41002 8.33007 4.77002C10.0501 1.22002 13.3401 1.54001 15.6801 2.09001L17.3501 2.48001C19.6901 3.03001 21.1701 3.90001 22.0001 5.23002C22.8201 6.56002 22.9501 8.27001 22.4001 10.61L21.4201 14.79C20.5601 18.45 18.7701 20.18 15.8101 20.18ZM13.1201 3.25001C11.4501 3.25001 10.3901 3.94002 9.68007 5.42002C9.42007 5.96002 9.19007 6.63001 8.99007 7.47001L8.01007 11.66C7.12007 15.44 8.15007 17.09 11.9301 17.99L13.6101 18.39C14.1501 18.52 14.6601 18.6 15.1201 18.64C17.8401 18.91 19.1901 17.72 19.9501 14.45L20.9301 10.27C21.3801 8.34002 21.3201 6.99002 20.7201 6.02001C20.1201 5.05001 18.9401 4.39002 17.0001 3.94002L15.3301 3.55001C14.5001 3.35001 13.7601 3.25001 13.1201 3.25001Z\" fill=\"\"/>\n<path d=\"M8.32907 22.2499C5.75908 22.2499 4.11907 20.7099 3.06907 17.4599L1.78907 13.5099C0.369075 9.10993 1.63907 6.62993 6.01907 5.20993L7.59907 4.69993C8.11907 4.53993 8.50907 4.42993 8.85907 4.36993C9.14907 4.30993 9.42908 4.41993 9.59908 4.64993C9.76908 4.87993 9.79908 5.17993 9.67908 5.43993C9.41908 5.96993 9.18907 6.63993 8.99907 7.47993L8.01908 11.6699C7.12908 15.4499 8.15907 17.0999 11.9391 17.9999L13.6191 18.3999C14.1591 18.5299 14.6691 18.6099 15.1291 18.6499C15.4491 18.6799 15.7091 18.8999 15.7991 19.2099C15.8791 19.5199 15.7591 19.8399 15.4991 20.0199C14.8391 20.4699 14.0091 20.8499 12.9591 21.1899L11.3791 21.7099C10.2291 22.0699 9.22907 22.2499 8.32907 22.2499ZM7.77908 6.21993L6.48907 6.63993C2.91907 7.78993 2.06907 9.46993 3.21907 13.0499L4.49907 16.9999C5.65907 20.5699 7.33908 21.4299 10.9091 20.2799L12.4891 19.7599C12.5491 19.7399 12.5991 19.7199 12.6591 19.6999L11.5991 19.4499C6.98908 18.3599 5.47907 15.9199 6.55907 11.3199L7.53907 7.12993C7.60908 6.80993 7.68907 6.49993 7.77908 6.21993Z\" fill=\"\"/>\n<path d=\"M17.4894 10.51C17.4294 10.51 17.3694 10.5 17.2994 10.49L12.4494 9.26002C12.0494 9.16002 11.8094 8.75002 11.9094 8.35002C12.0094 7.95002 12.4194 7.71002 12.8194 7.81002L17.6694 9.04002C18.0694 9.14002 18.3094 9.55002 18.2094 9.95002C18.1294 10.28 17.8194 10.51 17.4894 10.51Z\" fill=\"\"/>\n<path d=\"M14.5592 13.8899C14.4992 13.8899 14.4392 13.8799 14.3692 13.8699L11.4592 13.1299C11.0592 13.0299 10.8192 12.6199 10.9192 12.2199C11.0192 11.8199 11.4292 11.5799 11.8292 11.6799L14.7392 12.4199C15.1392 12.5199 15.3792 12.9299 15.2792 13.3299C15.1992 13.6699 14.8992 13.8899 14.5592 13.8899Z\" fill=\"\"/>\n</svg>\n</li><li title=\"note 21 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 22.75H8C4.98 22.75 3.25 21.02 3.25 18V8.25C3.25 5.1 4.85 3.5 8 3.5C8.41 3.5 8.75 3.84 8.75 4.25C8.75 4.65 8.91 5.03 9.19 5.31C9.47 5.59 9.85 5.75 10.25 5.75H13.75C14.58 5.75 15.25 5.08 15.25 4.25C15.25 3.84 15.59 3.5 16 3.5C19.15 3.5 20.75 5.1 20.75 8.25V18C20.75 21.02 19.02 22.75 16 22.75ZM7.34998 5.02C5.76998 5.15 4.75 5.86 4.75 8.25V18C4.75 20.22 5.78 21.25 8 21.25H16C18.22 21.25 19.25 20.22 19.25 18V8.25C19.25 5.86 18.23 5.16 16.65 5.02C16.31 6.3 15.14 7.25 13.75 7.25H10.25C9.45 7.25 8.70001 6.94 8.13 6.37C7.75 5.99 7.48998 5.53 7.34998 5.02Z\" fill=\"\"/>\n<path d=\"M13.75 7.25H10.25C9.45 7.25 8.7 6.94 8.13 6.37C7.56 5.79999 7.25 5.05 7.25 4.25C7.25 2.6 8.6 1.25 10.25 1.25H13.75C14.55 1.25 15.3 1.56 15.87 2.13C16.44 2.7 16.75 3.45 16.75 4.25C16.75 5.9 15.4 7.25 13.75 7.25ZM10.25 2.75C9.42 2.75 8.75 3.42 8.75 4.25C8.75 4.65 8.91 5.03 9.19 5.31C9.47 5.59 9.85 5.75 10.25 5.75H13.75C14.58 5.75 15.25 5.08 15.25 4.25C15.25 3.85 15.09 3.47 14.81 3.19C14.53 2.91 14.15 2.75 13.75 2.75H10.25Z\" fill=\"\"/>\n<path d=\"M12 13.75H8C7.59 13.75 7.25 13.41 7.25 13C7.25 12.59 7.59 12.25 8 12.25H12C12.41 12.25 12.75 12.59 12.75 13C12.75 13.41 12.41 13.75 12 13.75Z\" fill=\"\"/>\n<path d=\"M16 17.75H8C7.59 17.75 7.25 17.41 7.25 17C7.25 16.59 7.59 16.25 8 16.25H16C16.41 16.25 16.75 16.59 16.75 17C16.75 17.41 16.41 17.75 16 17.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"note add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.56055 18.75C9.15055 18.75 8.81055 18.41 8.81055 18V13C8.81055 12.59 9.15055 12.25 9.56055 12.25C9.97055 12.25 10.3105 12.59 10.3105 13V18C10.3105 18.41 9.97055 18.75 9.56055 18.75Z\" fill=\"\"/>\n<path d=\"M12 16.25H7C6.59 16.25 6.25 15.91 6.25 15.5C6.25 15.09 6.59 14.75 7 14.75H12C12.41 14.75 12.75 15.09 12.75 15.5C12.75 15.91 12.41 16.25 12 16.25Z\" fill=\"\"/>\n<path d=\"M8 5.75C7.59 5.75 7.25 5.41 7.25 5V2C7.25 1.59 7.59 1.25 8 1.25C8.41 1.25 8.75 1.59 8.75 2V5C8.75 5.41 8.41 5.75 8 5.75Z\" fill=\"\"/>\n<path d=\"M16 5.75C15.59 5.75 15.25 5.41 15.25 5V2C15.25 1.59 15.59 1.25 16 1.25C16.41 1.25 16.75 1.59 16.75 2V5C16.75 5.41 16.41 5.75 16 5.75Z\" fill=\"\"/>\n<path d=\"M8.85002 22.8102C6.38002 22.8102 4.75002 22.2702 3.73002 21.1102C2.55002 19.7802 2.36001 17.7902 2.32001 16.0202L2.19002 9.85018C2.09002 5.12018 3.66002 3.15018 7.76002 2.84018L15.8 2.68018C15.82 2.68018 15.83 2.68018 15.84 2.68018C19.95 2.82018 21.59 4.72018 21.69 9.46018L21.81 15.6302C21.85 17.4002 21.73 19.4002 20.61 20.7702C19.59 22.0202 17.87 22.6302 15.2 22.6902L9.20001 22.8102C9.08001 22.8102 8.96002 22.8102 8.85002 22.8102ZM15.8 4.17018L7.83001 4.33018C5.03001 4.55018 3.60002 5.45018 3.69002 9.82018L3.82001 15.9902C3.86001 18.1102 4.17001 19.3502 4.85001 20.1202C5.61001 20.9802 6.98001 21.3602 9.18002 21.3102L15.18 21.1902C17.37 21.1502 18.73 20.7102 19.46 19.8202C20.11 19.0302 20.37 17.7802 20.32 15.6602L20.2 9.49018C20.1 5.13018 18.64 4.27018 15.8 4.17018Z\" fill=\"\"/>\n</svg>\n</li><li title=\"note favorite \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 5.75C7.59 5.75 7.25 5.41 7.25 5V2C7.25 1.59 7.59 1.25 8 1.25C8.41 1.25 8.75 1.59 8.75 2V5C8.75 5.41 8.41 5.75 8 5.75Z\" fill=\"\"/>\n<path d=\"M16 5.75C15.59 5.75 15.25 5.41 15.25 5V2C15.25 1.59 15.59 1.25 16 1.25C16.41 1.25 16.75 1.59 16.75 2V5C16.75 5.41 16.41 5.75 16 5.75Z\" fill=\"\"/>\n<path d=\"M14.68 22.75H8C4.35 22.75 2.25 20.65 2.25 17V8.5C2.25 4.85 4.35 2.75 8 2.75H16C19.65 2.75 21.75 4.85 21.75 8.5V13.63C21.75 13.92 21.58 14.18 21.33 14.31C21.07 14.43 20.76 14.4 20.54 14.22C18.96 12.96 16.53 12.96 14.95 14.25C13.87 15.1 13.26 16.37 13.26 17.76C13.26 18.58 13.48 19.38 13.91 20.07C14.24 20.61 14.65 21.06 15.13 21.4C15.39 21.59 15.51 21.93 15.41 22.24C15.29 22.54 15.01 22.75 14.68 22.75ZM8 4.25C5.14 4.25 3.75 5.64 3.75 8.5V17C3.75 19.86 5.14 21.25 8 21.25H12.89C12.79 21.12 12.7 20.98 12.62 20.84C12.05 19.92 11.75 18.85 11.75 17.75C11.75 15.9 12.57 14.2 14.01 13.07C15.72 11.68 18.25 11.38 20.25 12.3V8.5C20.25 5.64 18.86 4.25 16 4.25H8Z\" fill=\"\"/>\n<path d=\"M13 11.75H7C6.59 11.75 6.25 11.41 6.25 11C6.25 10.59 6.59 10.25 7 10.25H13C13.41 10.25 13.75 10.59 13.75 11C13.75 11.41 13.41 11.75 13 11.75Z\" fill=\"\"/>\n<path d=\"M9.62 16.75H7C6.59 16.75 6.25 16.41 6.25 16C6.25 15.59 6.59 15.25 7 15.25H9.62C10.03 15.25 10.37 15.59 10.37 16C10.37 16.41 10.04 16.75 9.62 16.75Z\" fill=\"\"/>\n<path d=\"M17.75 23.75C16.47 23.75 15.26 23.35 14.24 22.61C13.6 22.15 13.05 21.55 12.62 20.84C12.05 19.92 11.75 18.85 11.75 17.75C11.75 15.9 12.57 14.2 14.01 13.07C16.09 11.38 19.37 11.37 21.47 13.04C22.92 14.18 23.75 15.9 23.75 17.75C23.75 18.85 23.45 19.92 22.88 20.84C22.56 21.39 22.15 21.87 21.68 22.26C20.61 23.22 19.21 23.75 17.75 23.75ZM17.75 13.25C16.73 13.25 15.73 13.6 14.94 14.24C13.86 15.09 13.25 16.36 13.25 17.75C13.25 18.57 13.47 19.37 13.9 20.06C14.23 20.6 14.64 21.05 15.12 21.39C15.89 21.95 16.8 22.25 17.75 22.25C18.86 22.25 19.88 21.86 20.7 21.13C21.06 20.83 21.35 20.48 21.59 20.07C22.02 19.37 22.25 18.57 22.25 17.75C22.25 16.36 21.63 15.0799 20.54 14.2199C19.74 13.5799 18.78 13.25 17.75 13.25Z\" fill=\"\"/>\n<path d=\"M17.75 21C17.34 21 17 20.66 17 20.25C17 19.29 16.21 18.5 15.25 18.5C14.84 18.5 14.5 18.16 14.5 17.75C14.5 17.34 14.84 17 15.25 17C16.21 17 17 16.21 17 15.25C17 14.84 17.34 14.5 17.75 14.5C18.16 14.5 18.5 14.84 18.5 15.25C18.5 16.21 19.29 17 20.25 17C20.66 17 21 17.34 21 17.75C21 18.16 20.66 18.5 20.25 18.5C19.29 18.5 18.5 19.29 18.5 20.25C18.5 20.66 18.16 21 17.75 21ZM17.32 17.75C17.47 17.88 17.62 18.02 17.75 18.18C17.88 18.03 18.02 17.88 18.18 17.75C18.03 17.62 17.88 17.48 17.75 17.32C17.62 17.48 17.48 17.62 17.32 17.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"note remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 14.75H7C6.59 14.75 6.25 14.41 6.25 14C6.25 13.59 6.59 13.25 7 13.25H12C12.41 13.25 12.75 13.59 12.75 14C12.75 14.41 12.41 14.75 12 14.75Z\" fill=\"\"/>\n<path d=\"M6.99945 6.7099C6.80945 6.7099 6.61945 6.6399 6.46945 6.4899L2.71945 2.7399C2.42945 2.4499 2.42945 1.9699 2.71945 1.6799C3.00945 1.3899 3.48945 1.3899 3.77945 1.6799L7.52945 5.4299C7.81945 5.7199 7.81945 6.1999 7.52945 6.4899C7.37945 6.6299 7.18945 6.7099 6.99945 6.7099Z\" fill=\"\"/>\n<path d=\"M3.21039 6.74994C3.02039 6.74994 2.83039 6.67994 2.68039 6.52994C2.39039 6.23994 2.39039 5.75994 2.68039 5.46994L6.43039 1.71994C6.72039 1.42994 7.20039 1.42994 7.49039 1.71994C7.78039 2.00994 7.78039 2.48994 7.49039 2.77994L3.74039 6.52994C3.60039 6.67994 3.40039 6.74994 3.21039 6.74994Z\" fill=\"\"/>\n<path d=\"M15 10.75H7C6.59 10.75 6.25 10.41 6.25 10C6.25 9.59 6.59 9.25 7 9.25H15C15.41 9.25 15.75 9.59 15.75 10C15.75 10.41 15.41 10.75 15 10.75Z\" fill=\"\"/>\n<path d=\"M21 16.75C20.59 16.75 20.25 16.41 20.25 16V7.99C20.25 3.76 18.81 2.9 15.96 2.75H10C9.59 2.75 9.25 2.41 9.25 2C9.25 1.59 9.59 1.25 10 1.25H16C20.1 1.47 21.75 3.42 21.75 7.99V16C21.75 16.41 21.41 16.75 21 16.75Z\" fill=\"\"/>\n<path d=\"M15 22.7498H9C3.38 22.7498 2.25 20.1598 2.25 15.9798V9.00977C2.25 8.59977 2.59 8.25977 3 8.25977C3.41 8.25977 3.75 8.59977 3.75 9.00977V15.9798C3.75 19.6998 4.48 21.2498 9 21.2498H15C15.41 21.2498 15.75 21.5898 15.75 21.9998C15.75 22.4098 15.41 22.7498 15 22.7498Z\" fill=\"\"/>\n<path d=\"M15 22.75C14.9 22.75 14.81 22.73 14.71 22.69C14.43 22.57 14.25 22.3 14.25 22V19C14.25 16.58 15.58 15.25 18 15.25H21C21.3 15.25 21.58 15.43 21.69 15.71C21.8 15.99 21.74 16.31 21.53 16.53L15.53 22.53C15.39 22.67 15.19 22.75 15 22.75ZM18 16.75C16.42 16.75 15.75 17.42 15.75 19V20.19L19.19 16.75H18Z\" fill=\"\"/>\n</svg>\n</li><li title=\"note square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V10C22.75 10.41 22.41 10.75 22 10.75C21.59 10.75 21.25 10.41 21.25 10V9C21.25 4.39 19.61 2.75 15 2.75H9C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H11C11.41 21.25 11.75 21.59 11.75 22C11.75 22.41 11.41 22.75 11 22.75Z\" fill=\"\"/>\n<path d=\"M15.5098 22.75C13.9998 22.75 12.7598 21.52 12.7598 20C12.7598 18.48 13.9898 17.25 15.5098 17.25C17.0298 17.25 18.2598 18.48 18.2598 20C18.2598 21.52 17.0198 22.75 15.5098 22.75ZM15.5098 18.76C14.8198 18.76 14.2598 19.32 14.2598 20.01C14.2598 20.7 14.8198 21.26 15.5098 21.26C16.1998 21.26 16.7598 20.7 16.7598 20.01C16.7598 19.32 16.1998 18.76 15.5098 18.76Z\" fill=\"\"/>\n<path d=\"M17.5098 20.7498C17.0998 20.7498 16.7598 20.4098 16.7598 19.9998V13.0098C16.7598 12.5998 17.0998 12.2598 17.5098 12.2598C17.9198 12.2598 18.2598 12.5998 18.2598 13.0098V19.9998C18.2598 20.4198 17.9198 20.7498 17.5098 20.7498Z\" fill=\"\"/>\n<path d=\"M21.0798 16.4998C20.8698 16.4998 20.6598 16.4698 20.4498 16.3898L18.2397 15.6597C17.3897 15.3797 16.7598 14.4897 16.7598 13.5997V13.0098C16.7598 12.3998 17.0098 11.8698 17.4598 11.5498C17.9098 11.2298 18.4898 11.1597 19.0598 11.3497L21.2698 12.0898C22.1198 12.3698 22.7498 13.2598 22.7498 14.1498V14.7398C22.7498 15.3498 22.4997 15.8798 22.0497 16.1998C21.7697 16.3998 21.4298 16.4998 21.0798 16.4998ZM18.4297 12.7498C18.3897 12.7498 18.3498 12.7598 18.3298 12.7698C18.2898 12.7998 18.2598 12.8698 18.2598 13.0098V13.5997C18.2598 13.8397 18.4897 14.1598 18.7197 14.2398L20.9297 14.9697C21.0597 15.0097 21.1497 14.9997 21.1797 14.9797C21.2197 14.9497 21.2598 14.8798 21.2598 14.7398V14.1498C21.2598 13.9098 21.0297 13.5898 20.7997 13.5098L18.5898 12.7798C18.5198 12.7598 18.4697 12.7498 18.4297 12.7498Z\" fill=\"\"/>\n</svg>\n</li><li title=\"note text \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 5.75C7.59 5.75 7.25 5.41 7.25 5V2C7.25 1.59 7.59 1.25 8 1.25C8.41 1.25 8.75 1.59 8.75 2V5C8.75 5.41 8.41 5.75 8 5.75Z\" fill=\"\"/>\n<path d=\"M16 5.75C15.59 5.75 15.25 5.41 15.25 5V2C15.25 1.59 15.59 1.25 16 1.25C16.41 1.25 16.75 1.59 16.75 2V5C16.75 5.41 16.41 5.75 16 5.75Z\" fill=\"\"/>\n<path d=\"M16 22.75H8C4.35 22.75 2.25 20.65 2.25 17V8.5C2.25 4.85 4.35 2.75 8 2.75H16C19.65 2.75 21.75 4.85 21.75 8.5V17C21.75 20.65 19.65 22.75 16 22.75ZM8 4.25C5.14 4.25 3.75 5.64 3.75 8.5V17C3.75 19.86 5.14 21.25 8 21.25H16C18.86 21.25 20.25 19.86 20.25 17V8.5C20.25 5.64 18.86 4.25 16 4.25H8Z\" fill=\"\"/>\n<path d=\"M16 11.75H8C7.59 11.75 7.25 11.41 7.25 11C7.25 10.59 7.59 10.25 8 10.25H16C16.41 10.25 16.75 10.59 16.75 11C16.75 11.41 16.41 11.75 16 11.75Z\" fill=\"\"/>\n<path d=\"M12 16.75H8C7.59 16.75 7.25 16.41 7.25 16C7.25 15.59 7.59 15.25 8 15.25H12C12.41 15.25 12.75 15.59 12.75 16C12.75 16.41 12.41 16.75 12 16.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"note \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.8101 20.18C15.5501 20.18 15.2801 20.17 14.9901 20.14C14.4701 20.1 13.8801 20 13.2701 19.85L11.5901 19.45C6.98007 18.36 5.47007 15.92 6.55007 11.32L7.53007 7.13001C7.75007 6.18002 8.01007 5.41002 8.33007 4.77002C10.0501 1.22002 13.3401 1.54001 15.6801 2.09001L17.3501 2.48001C19.6901 3.03001 21.1701 3.90001 22.0001 5.23002C22.8201 6.56002 22.9501 8.27001 22.4001 10.61L21.4201 14.79C20.5601 18.45 18.7701 20.18 15.8101 20.18ZM13.1201 3.25001C11.4501 3.25001 10.3901 3.94002 9.68007 5.42002C9.42007 5.96002 9.19007 6.63001 8.99007 7.47001L8.01007 11.66C7.12007 15.44 8.15007 17.09 11.9301 17.99L13.6101 18.39C14.1501 18.52 14.6601 18.6 15.1201 18.64C17.8301 18.91 19.1901 17.72 19.9501 14.45L20.9301 10.27C21.3801 8.34002 21.3201 6.99002 20.7201 6.02001C20.1201 5.05001 18.9401 4.39002 17.0001 3.94002L15.3301 3.55001C14.5001 3.35001 13.7601 3.25001 13.1201 3.25001Z\" fill=\"\"/>\n<path d=\"M8.32907 22.2499C5.75908 22.2499 4.11907 20.7099 3.06907 17.4599L1.78907 13.5099C0.369075 9.10993 1.63907 6.62993 6.01907 5.20993L7.59907 4.69993C8.11907 4.53993 8.50907 4.42993 8.85907 4.36993C9.13907 4.30993 9.42908 4.41993 9.59908 4.64993C9.76908 4.87993 9.79908 5.17993 9.67908 5.43993C9.41908 5.96993 9.18907 6.63993 8.99907 7.47993L8.01908 11.6699C7.12908 15.4499 8.15907 17.0999 11.9391 17.9999L13.6191 18.3999C14.1591 18.5299 14.6691 18.6099 15.1291 18.6499C15.4491 18.6799 15.7091 18.8999 15.7991 19.2099C15.8791 19.5199 15.7591 19.8399 15.4991 20.0199C14.8391 20.4699 14.0091 20.8499 12.9591 21.1899L11.3791 21.7099C10.2291 22.0699 9.22907 22.2499 8.32907 22.2499ZM7.77908 6.21993L6.48907 6.63993C2.91907 7.78993 2.06907 9.46993 3.21907 13.0499L4.49907 16.9999C5.65907 20.5699 7.33908 21.4299 10.9091 20.2799L12.4891 19.7599C12.5491 19.7399 12.5991 19.7199 12.6591 19.6999L11.5991 19.4499C6.98908 18.3599 5.47907 15.9199 6.55907 11.3199L7.53907 7.12993C7.60908 6.80993 7.68907 6.49993 7.77908 6.21993Z\" fill=\"\"/>\n</svg>\n</li><li title=\"notification 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 8.75C16.93 8.75 15.25 7.07 15.25 5C15.25 2.93 16.93 1.25 19 1.25C21.07 1.25 22.75 2.93 22.75 5C22.75 7.07 21.07 8.75 19 8.75ZM19 2.75C17.76 2.75 16.75 3.76 16.75 5C16.75 6.24 17.76 7.25 19 7.25C20.24 7.25 21.25 6.24 21.25 5C21.25 3.76 20.24 2.75 19 2.75Z\" fill=\"\"/>\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H14C14.41 1.25 14.75 1.59 14.75 2C14.75 2.41 14.41 2.75 14 2.75H9C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V10C21.25 9.59 21.59 9.25 22 9.25C22.41 9.25 22.75 9.59 22.75 10V15C22.75 20.43 20.43 22.75 15 22.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"notification bing \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 10.5199C11.59 10.5199 11.25 10.1799 11.25 9.76994V6.43994C11.25 6.02994 11.59 5.68994 12 5.68994C12.41 5.68994 12.75 6.02994 12.75 6.43994V9.76994C12.75 10.1899 12.41 10.5199 12 10.5199Z\" fill=\"\"/>\n<path d=\"M12.0199 20.3502C9.43987 20.3502 6.86987 19.9402 4.41987 19.1202C3.50987 18.8202 2.81987 18.1702 2.51987 17.3502C2.21987 16.5302 2.31987 15.5902 2.80987 14.7702L4.07987 12.6502C4.35987 12.1802 4.60987 11.3002 4.60987 10.7502V8.65023C4.60987 4.56023 7.92987 1.24023 12.0199 1.24023C16.1099 1.24023 19.4299 4.56023 19.4299 8.65023V10.7502C19.4299 11.2902 19.6799 12.1802 19.9599 12.6502L21.2299 14.7702C21.6999 15.5502 21.7799 16.4802 21.4699 17.3302C21.1599 18.1802 20.4799 18.8302 19.6199 19.1202C17.1699 19.9502 14.5999 20.3502 12.0199 20.3502ZM12.0199 2.75023C8.75987 2.75023 6.10987 5.40023 6.10987 8.66023V10.7602C6.10987 11.5702 5.78987 12.7402 5.36987 13.4302L4.09987 15.5602C3.83987 15.9902 3.77987 16.4502 3.92987 16.8502C4.07987 17.2502 4.41987 17.5502 4.89987 17.7102C9.49987 19.2402 14.5599 19.2402 19.1599 17.7102C19.5899 17.5702 19.9199 17.2502 20.0699 16.8302C20.2299 16.4102 20.1799 15.9502 19.9499 15.5602L18.6799 13.4402C18.2599 12.7502 17.9399 11.5802 17.9399 10.7702V8.67023C17.9299 5.40023 15.2799 2.75023 12.0199 2.75023Z\" fill=\"\"/>\n<path d=\"M11.9999 22.8998C10.9299 22.8998 9.87992 22.4598 9.11992 21.6998C8.35992 20.9398 7.91992 19.8898 7.91992 18.8198H9.41992C9.41992 19.4998 9.69992 20.1598 10.1799 20.6398C10.6599 21.1198 11.3199 21.3998 11.9999 21.3998C13.4199 21.3998 14.5799 20.2398 14.5799 18.8198H16.0799C16.0799 21.0698 14.2499 22.8998 11.9999 22.8998Z\" fill=\"\"/>\n</svg>\n</li><li title=\"notification circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 8.75C16.93 8.75 15.25 7.07 15.25 5C15.25 2.93 16.93 1.25 19 1.25C21.07 1.25 22.75 2.93 22.75 5C22.75 7.07 21.07 8.75 19 8.75ZM19 2.75C17.76 2.75 16.75 3.76 16.75 5C16.75 6.24 17.76 7.25 19 7.25C20.24 7.25 21.25 6.24 21.25 5C21.25 3.76 20.24 2.75 19 2.75Z\" fill=\"\"/>\n<path d=\"M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C12.73 1.25 13.46 1.32 14.17 1.47C14.58 1.55 14.84 1.95 14.75 2.36C14.67 2.77 14.27 3.03 13.87 2.94C13.26 2.81 12.63 2.75 12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 11.38 21.19 10.76 21.07 10.16C20.99 9.75 21.25 9.36 21.66 9.28C22.07 9.19 22.46 9.46 22.54 9.87C22.68 10.57 22.75 11.29 22.75 12.01C22.75 17.93 17.93 22.75 12 22.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"notification favorite \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 8.75C16.93 8.75 15.25 7.07 15.25 5C15.25 2.93 16.93 1.25 19 1.25C21.07 1.25 22.75 2.93 22.75 5C22.75 7.07 21.07 8.75 19 8.75ZM19 2.75C17.76 2.75 16.75 3.76 16.75 5C16.75 6.24 17.76 7.25 19 7.25C20.24 7.25 21.25 6.24 21.25 5C21.25 3.76 20.24 2.75 19 2.75Z\" fill=\"\"/>\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H14C14.41 1.25 14.75 1.59 14.75 2C14.75 2.41 14.41 2.75 14 2.75H9C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V10C21.25 9.59 21.59 9.25 22 9.25C22.41 9.25 22.75 9.59 22.75 10V15C22.75 20.43 20.43 22.75 15 22.75Z\" fill=\"\"/>\n<path d=\"M9.81041 18.3302C8.89041 18.3302 6.75041 17.2102 6.09041 15.1502C5.64041 13.7402 6.16041 11.8902 7.79041 11.3602C8.49041 11.1302 9.22041 11.2402 9.80041 11.6102C10.3704 11.2402 11.1204 11.1302 11.8204 11.3602C13.4504 11.8902 13.9804 13.7402 13.5204 15.1502C12.8704 17.2502 10.6304 18.3302 9.81041 18.3302ZM7.52041 14.7002C7.98041 16.1502 9.54041 16.8102 9.82041 16.8402C10.1404 16.8102 11.6704 16.0702 12.0904 14.7102C12.3204 13.9802 12.0904 13.0402 11.3604 12.8002C11.0504 12.7002 10.6304 12.7602 10.4304 13.0502C10.2904 13.2602 10.0704 13.3802 9.82041 13.3902C9.58041 13.3902 9.34041 13.2802 9.20041 13.0802C8.96041 12.7502 8.54041 12.7002 8.25041 12.8002C7.53041 13.0302 7.29041 13.9702 7.52041 14.7002Z\" fill=\"\"/>\n</svg>\n</li><li title=\"notification status \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 8.75C16.93 8.75 15.25 7.07 15.25 5C15.25 2.93 16.93 1.25 19 1.25C21.07 1.25 22.75 2.93 22.75 5C22.75 7.07 21.07 8.75 19 8.75ZM19 2.75C17.76 2.75 16.75 3.76 16.75 5C16.75 6.24 17.76 7.25 19 7.25C20.24 7.25 21.25 6.24 21.25 5C21.25 3.76 20.24 2.75 19 2.75Z\" fill=\"\"/>\n<path d=\"M12 13.75H7C6.59 13.75 6.25 13.41 6.25 13C6.25 12.59 6.59 12.25 7 12.25H12C12.41 12.25 12.75 12.59 12.75 13C12.75 13.41 12.41 13.75 12 13.75Z\" fill=\"\"/>\n<path d=\"M16 17.75H7C6.59 17.75 6.25 17.41 6.25 17C6.25 16.59 6.59 16.25 7 16.25H16C16.41 16.25 16.75 16.59 16.75 17C16.75 17.41 16.41 17.75 16 17.75Z\" fill=\"\"/>\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H14C14.41 1.25 14.75 1.59 14.75 2C14.75 2.41 14.41 2.75 14 2.75H9C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V10C21.25 9.59 21.59 9.25 22 9.25C22.41 9.25 22.75 9.59 22.75 10V15C22.75 20.43 20.43 22.75 15 22.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"notification \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.0199 20.5299C9.68987 20.5299 7.35987 20.1599 5.14987 19.4199C4.30987 19.1299 3.66987 18.5399 3.38987 17.7699C3.09987 16.9999 3.19987 16.1499 3.65987 15.3899L4.80987 13.4799C5.04987 13.0799 5.26987 12.2799 5.26987 11.8099V8.91992C5.26987 5.19992 8.29987 2.16992 12.0199 2.16992C15.7399 2.16992 18.7699 5.19992 18.7699 8.91992V11.8099C18.7699 12.2699 18.9899 13.0799 19.2299 13.4899L20.3699 15.3899C20.7999 16.1099 20.8799 16.9799 20.5899 17.7699C20.2999 18.5599 19.6699 19.1599 18.8799 19.4199C16.6799 20.1599 14.3499 20.5299 12.0199 20.5299ZM12.0199 3.66992C9.12987 3.66992 6.76987 6.01992 6.76987 8.91992V11.8099C6.76987 12.5399 6.46987 13.6199 6.09987 14.2499L4.94987 16.1599C4.72987 16.5299 4.66987 16.9199 4.79987 17.2499C4.91987 17.5899 5.21987 17.8499 5.62987 17.9899C9.80987 19.3899 14.2399 19.3899 18.4199 17.9899C18.7799 17.8699 19.0599 17.5999 19.1899 17.2399C19.3199 16.8799 19.2899 16.4899 19.0899 16.1599L17.9399 14.2499C17.5599 13.5999 17.2699 12.5299 17.2699 11.7999V8.91992C17.2699 6.01992 14.9199 3.66992 12.0199 3.66992Z\" fill=\"\"/>\n<path d=\"M13.8796 3.94018C13.8096 3.94018 13.7396 3.93018 13.6696 3.91018C13.3796 3.83018 13.0996 3.77018 12.8296 3.73018C11.9796 3.62018 11.1596 3.68018 10.3896 3.91018C10.1096 4.00018 9.80963 3.91018 9.61963 3.70018C9.42963 3.49018 9.36963 3.19018 9.47963 2.92018C9.88963 1.87018 10.8896 1.18018 12.0296 1.18018C13.1696 1.18018 14.1696 1.86018 14.5796 2.92018C14.6796 3.19018 14.6296 3.49018 14.4396 3.70018C14.2896 3.86018 14.0796 3.94018 13.8796 3.94018Z\" fill=\"\"/>\n<path d=\"M12.0195 22.8101C11.0295 22.8101 10.0695 22.4101 9.36953 21.7101C8.66953 21.0101 8.26953 20.0501 8.26953 19.0601H9.76953C9.76953 19.6501 10.0095 20.2301 10.4295 20.6501C10.8495 21.0701 11.4295 21.3101 12.0195 21.3101C13.2595 21.3101 14.2695 20.3001 14.2695 19.0601H15.7695C15.7695 21.1301 14.0895 22.8101 12.0195 22.8101Z\" fill=\"\"/>\n</svg>\n</li><li title=\"omega circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z\" fill=\"\"/>\n<path d=\"M17 17.25H13.9C13.6 17.25 13.33 17.08 13.21 16.8C13.09 16.52 13.14 16.21 13.34 15.99L14.96 14.2C15.63 13.45 16.01 12.5 16.01 11.52C16.01 10.52 15.6 9.58 14.85 8.87C14.1 8.16 13.06 7.75 12 7.75C10.94 7.75 9.90002 8.16 9.15002 8.87C8.40002 9.58 7.98999 10.52 7.98999 11.52C7.98999 12.5 8.35998 13.45 9.03998 14.2L10.66 15.99C10.86 16.21 10.91 16.53 10.79 16.8C10.67 17.07 10.4 17.25 10.1 17.25H7C6.59 17.25 6.25 16.91 6.25 16.5C6.25 16.09 6.59 15.75 7 15.75H8.40997L7.91998 15.21C6.99998 14.19 6.48999 12.88 6.48999 11.52C6.48999 10.13 7.08 8.76003 8.12 7.78003C9.16 6.79003 10.54 6.25 12 6.25C13.46 6.25 14.84 6.79003 15.88 7.78003C16.91 8.76003 17.51 10.13 17.51 11.52C17.51 12.87 17 14.18 16.08 15.21L15.59 15.75H17C17.41 15.75 17.75 16.09 17.75 16.5C17.75 16.91 17.41 17.25 17 17.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"omega square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n<path d=\"M17 17.5H13.9C13.6 17.5 13.33 17.33 13.21 17.05C13.09 16.77 13.14 16.46 13.34 16.24L14.96 14.45C15.63 13.7 16.01 12.75 16.01 11.77C16.01 10.77 15.6 9.83 14.85 9.12C14.1 8.41 13.06 8 12 8C10.94 8 9.90002 8.41 9.15002 9.12C8.40002 9.83 7.98999 10.77 7.98999 11.77C7.98999 12.75 8.35998 13.7 9.03998 14.45L10.66 16.24C10.86 16.46 10.91 16.78 10.79 17.05C10.67 17.32 10.4 17.5 10.1 17.5H7C6.59 17.5 6.25 17.16 6.25 16.75C6.25 16.34 6.59 16 7 16H8.40997L7.91998 15.46C6.99998 14.44 6.48999 13.13 6.48999 11.77C6.48999 10.38 7.08 9.01003 8.12 8.03003C9.16 7.04003 10.54 6.5 12 6.5C13.46 6.5 14.84 7.04003 15.88 8.03003C16.91 9.01003 17.51 10.38 17.51 11.77C17.51 13.12 17 14.43 16.08 15.46L15.59 16H17C17.41 16 17.75 16.34 17.75 16.75C17.75 17.16 17.41 17.5 17 17.5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"paintbucket \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.0605 21.5802C9.06049 21.5802 8.05049 20.9002 6.70049 19.5602L3.24049 16.1002C0.300494 13.1602 0.600494 12.0302 3.24049 9.3802L8.81049 3.8002C10.7805 1.8302 12.4105 0.680196 15.5305 3.8002L18.9905 7.2602C21.8005 10.0702 21.1205 11.8502 18.9905 13.9802L13.4205 19.5502C12.0705 20.9002 11.0705 21.5802 10.0605 21.5802ZM4.30049 15.0302L7.76049 18.4902C9.8805 20.6102 10.2305 20.6202 12.3605 18.4902L17.9305 12.9202C19.6005 11.2502 20.0305 10.4202 17.9305 8.3202L14.4705 4.8602C12.2805 2.6702 11.6205 3.1202 9.87049 4.8602L4.30049 10.4302C2.18049 12.5602 2.00049 12.7302 4.30049 15.0302Z\" fill=\"\"/>\n<path d=\"M20.1409 21.4599C19.0009 21.4599 18.1009 21.0199 17.6609 20.2499C17.2209 19.4799 17.3109 18.4799 17.9009 17.4999L18.5609 16.4099C18.9509 15.7699 19.5209 15.3999 20.1409 15.3999C20.7609 15.3999 21.3409 15.7699 21.7209 16.4099L22.3809 17.4999C22.9709 18.4799 23.0509 19.4799 22.6209 20.2499C22.1909 21.0199 21.2709 21.4599 20.1409 21.4599ZM20.1409 16.8999C20.0909 16.8999 19.9709 16.9799 19.8409 17.1799L19.1809 18.2699C18.8809 18.7699 18.8009 19.2199 18.9609 19.5099C19.1209 19.7999 19.5509 19.9599 20.1309 19.9599C20.7109 19.9599 21.1409 19.7999 21.3009 19.5099C21.4609 19.2199 21.3809 18.7799 21.0809 18.2699L20.4209 17.1799C20.3109 16.9699 20.1909 16.8999 20.1409 16.8999Z\" fill=\"\"/>\n<path d=\"M2.00062 12.9901C1.67062 12.9901 1.37062 12.7701 1.28062 12.4401C1.17062 12.0401 1.41062 11.6301 1.81062 11.5201C7.48062 9.98011 13.4906 9.93011 19.1906 11.3901L19.6906 11.5201C20.0906 11.6201 20.3306 12.0301 20.2306 12.4301C20.1306 12.8301 19.7206 13.0701 19.3206 12.9701L18.8206 12.8401C13.3706 11.4401 7.63062 11.4901 2.21062 12.9701C2.13062 12.9901 2.06062 12.9901 2.00062 12.9901Z\" fill=\"\"/>\n</svg>\n</li><li title=\"paperclip 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.3291 21.3399C11.2391 21.3399 10.1491 20.9299 9.31906 20.0999C7.65906 18.4399 7.65906 15.7499 9.31906 14.0899L11.7991 11.6199C12.0891 11.3299 12.5691 11.3299 12.8591 11.6199C13.1491 11.9099 13.1491 12.3899 12.8591 12.6799L10.3791 15.1499C9.30906 16.2199 9.30906 17.9699 10.3791 19.0399C11.4491 20.1099 13.1991 20.1099 14.2691 19.0399L18.1591 15.1499C19.3391 13.9699 19.9891 12.3999 19.9891 10.7299C19.9891 9.05986 19.3391 7.48986 18.1591 6.30986C15.7191 3.86986 11.7591 3.86986 9.31906 6.30986L5.07906 10.5499C4.08906 11.5399 3.53906 12.8599 3.53906 14.2599C3.53906 15.6599 4.08906 16.9799 5.07906 17.9699C5.36906 18.2599 5.36906 18.7399 5.07906 19.0299C4.78906 19.3199 4.30906 19.3199 4.01906 19.0299C2.74906 17.7499 2.03906 16.0599 2.03906 14.2599C2.03906 12.4599 2.73906 10.7599 4.01906 9.48986L8.25906 5.24986C11.2791 2.22986 16.1991 2.22986 19.2191 5.24986C20.6791 6.70986 21.4891 8.65986 21.4891 10.7299C21.4891 12.7999 20.6791 14.7499 19.2191 16.2099L15.3291 20.0999C14.4991 20.9299 13.4191 21.3399 12.3291 21.3399Z\" fill=\"\"/>\n</svg>\n</li><li title=\"paperclip \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.9707 22.75C7.2507 22.75 4.2207 19.72 4.2207 16V10C4.2207 5.73 7.7007 2.25 11.9707 2.25C16.2407 2.25 19.7207 5.73 19.7207 10V15.5C19.7207 17.84 17.8107 19.75 15.4707 19.75C13.1307 19.75 11.2207 17.84 11.2207 15.5V12C11.2207 11.59 11.5607 11.25 11.9707 11.25C12.3807 11.25 12.7207 11.59 12.7207 12V15.5C12.7207 17.02 13.9507 18.25 15.4707 18.25C16.9907 18.25 18.2207 17.02 18.2207 15.5V10C18.2207 6.55 15.4207 3.75 11.9707 3.75C8.5207 3.75 5.7207 6.55 5.7207 10V16C5.7207 18.89 8.0707 21.25 10.9707 21.25C11.3807 21.25 11.7207 21.59 11.7207 22C11.7207 22.41 11.3907 22.75 10.9707 22.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"password check \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.02 20.25H7.5C6.75 20.25 6.2 20.22 5.73 20.15C2.4 19.78 1.75 17.8 1.75 14.5V9.5C1.75 6.2 2.41 4.21 5.76 3.84C6.2 3.78 6.75 3.75 7.5 3.75H10.96C11.37 3.75 11.71 4.09 11.71 4.5C11.71 4.91 11.37 5.25 10.96 5.25H7.5C6.82 5.25 6.34 5.28 5.95 5.33C3.92 5.55 3.25 6.19 3.25 9.5V14.5C3.25 17.81 3.92 18.44 5.92 18.67C6.34 18.73 6.82 18.75 7.5 18.75H11.02C11.43 18.75 11.77 19.09 11.77 19.5C11.77 19.91 11.43 20.25 11.02 20.25Z\" fill=\"\"/>\n<path d=\"M16.4995 20.25H15.0195C14.6095 20.25 14.2695 19.91 14.2695 19.5C14.2695 19.09 14.6095 18.75 15.0195 18.75H16.4995C17.1795 18.75 17.6595 18.72 18.0495 18.67C20.0795 18.45 20.7495 17.81 20.7495 14.5V9.5C20.7495 6.19 20.0795 5.56 18.0795 5.33C17.6595 5.27 17.1795 5.25 16.4995 5.25H15.0195C14.6095 5.25 14.2695 4.91 14.2695 4.5C14.2695 4.09 14.6095 3.75 15.0195 3.75H16.4995C17.2495 3.75 17.7995 3.78 18.2695 3.85C21.5995 4.22 22.2495 6.2 22.2495 9.5V14.5C22.2495 17.8 21.5895 19.79 18.2395 20.16C17.7995 20.22 17.2495 20.25 16.4995 20.25Z\" fill=\"\"/>\n<path d=\"M15 22.75C14.59 22.75 14.25 22.41 14.25 22V2C14.25 1.59 14.59 1.25 15 1.25C15.41 1.25 15.75 1.59 15.75 2V22C15.75 22.41 15.41 22.75 15 22.75Z\" fill=\"\"/>\n<path d=\"M6.69922 13C6.56922 13 6.43922 12.97 6.31922 12.92C6.19922 12.87 6.08922 12.8 5.98922 12.71C5.89922 12.61 5.81922 12.5 5.76922 12.38C5.71922 12.26 5.69922 12.13 5.69922 12C5.69922 11.74 5.80922 11.48 5.98922 11.29C6.35922 10.92 7.02922 10.92 7.40922 11.29C7.58922 11.48 7.69922 11.74 7.69922 12C7.69922 12.13 7.66922 12.26 7.61922 12.38C7.56922 12.5 7.49922 12.61 7.40922 12.71C7.30922 12.8 7.19922 12.87 7.07922 12.92C6.95922 12.97 6.82922 13 6.69922 13Z\" fill=\"\"/>\n<path d=\"M10.6992 13C10.5692 13 10.4392 12.97 10.3192 12.92C10.1992 12.87 10.0892 12.8 9.98922 12.71C9.89922 12.61 9.82922 12.5 9.76922 12.38C9.72922 12.26 9.69922 12.13 9.69922 12C9.69922 11.74 9.80922 11.48 9.98922 11.29C10.3592 10.92 11.0392 10.92 11.4092 11.29C11.5892 11.48 11.6992 11.74 11.6992 12C11.6992 12.13 11.6692 12.26 11.6192 12.38C11.5692 12.5 11.4992 12.61 11.4092 12.71C11.3092 12.8 11.1992 12.87 11.0792 12.92C10.9592 12.97 10.8292 13 10.6992 13Z\" fill=\"\"/>\n</svg>\n</li><li title=\"path 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.1492 22.7501H9.86924C8.84924 22.7501 7.90924 22.3201 7.30924 21.5601C6.77924 20.9001 6.58924 20.0601 6.76924 19.2601L7.45924 16.1801C7.53924 15.8401 7.83924 15.6001 8.18924 15.6001H15.8292C16.1792 15.6001 16.4792 15.8401 16.5592 16.1801L17.2592 19.2601C17.4492 20.1201 17.2692 20.9501 16.7492 21.6001C16.1692 22.3301 15.2192 22.7501 14.1492 22.7501ZM8.78924 17.1001L8.22924 19.6001C8.14924 19.9601 8.23924 20.3201 8.47924 20.6301C8.78924 21.0201 9.30924 21.2501 9.86924 21.2501H14.1592C14.7692 21.2501 15.2892 21.0401 15.5792 20.6701C15.8192 20.3801 15.8892 20.0001 15.7992 19.6001L15.2392 17.1001H8.78924Z\" fill=\"\"/>\n<path d=\"M8.18957 17.1C8.00957 17.1 7.82957 17.04 7.68957 16.91L4.74957 14.3C2.81957 12.71 2.65957 11.17 4.24957 9.15L9.43957 2.57C10.1096 1.72 11.0296 1.25 12.0096 1.25C12.9996 1.25 13.9096 1.72 14.5796 2.57L19.7696 9.15C21.3396 11.14 21.1996 12.59 19.2696 14.3L16.3296 16.91C16.0196 17.18 15.5396 17.16 15.2696 16.85C14.9996 16.54 15.0196 16.07 15.3296 15.79L18.2696 13.18C19.5896 12.01 19.6496 11.43 18.5896 10.08L13.4096 3.5C12.6496 2.53 11.3796 2.53 10.6196 3.5L5.42957 10.08C4.33957 11.46 4.38957 12.07 5.71957 13.16L8.67957 15.79C8.98957 16.06 9.01957 16.54 8.73957 16.85C8.59957 17.01 8.39957 17.1 8.18957 17.1Z\" fill=\"\"/>\n<path d=\"M12.0098 7.71992C11.5998 7.71992 11.2598 7.37992 11.2598 6.96992V2.66992C11.2598 2.25992 11.5998 1.91992 12.0098 1.91992C12.4198 1.91992 12.7598 2.25992 12.7598 2.66992V6.96992C12.7598 7.37992 12.4198 7.71992 12.0098 7.71992Z\" fill=\"\"/>\n<path d=\"M14.1492 22.7501H9.86924C8.84924 22.7501 7.90924 22.3201 7.30924 21.5601C6.77924 20.9001 6.58924 20.0601 6.76924 19.2601L7.45924 16.1801C7.53924 15.8401 7.83924 15.6001 8.18924 15.6001H15.8292C16.1792 15.6001 16.4792 15.8401 16.5592 16.1801L17.2592 19.2601C17.4492 20.1201 17.2692 20.9501 16.7492 21.6001C16.1692 22.3301 15.2192 22.7501 14.1492 22.7501ZM8.78924 17.1001L8.22924 19.6001C8.14924 19.9601 8.23924 20.3201 8.47924 20.6301C8.78924 21.0201 9.30924 21.2501 9.86924 21.2501H14.1592C14.7692 21.2501 15.2892 21.0401 15.5792 20.6701C15.8192 20.3801 15.8892 20.0001 15.7992 19.6001L15.2392 17.1001H8.78924Z\" fill=\"\"/>\n<path d=\"M8.18957 17.1C8.00957 17.1 7.82957 17.04 7.68957 16.91L4.74957 14.3C2.81957 12.71 2.65957 11.17 4.24957 9.15L9.43957 2.57C10.1096 1.72 11.0296 1.25 12.0096 1.25C12.9996 1.25 13.9096 1.72 14.5796 2.57L19.7696 9.15C21.3396 11.14 21.1996 12.59 19.2696 14.3L16.3296 16.91C16.0196 17.18 15.5396 17.16 15.2696 16.85C14.9996 16.54 15.0196 16.07 15.3296 15.79L18.2696 13.18C19.5896 12.01 19.6496 11.43 18.5896 10.08L13.4096 3.5C12.6496 2.53 11.3796 2.53 10.6196 3.5L5.42957 10.08C4.33957 11.46 4.38957 12.07 5.71957 13.16L8.67957 15.79C8.98957 16.06 9.01957 16.54 8.73957 16.85C8.59957 17.01 8.39957 17.1 8.18957 17.1Z\" fill=\"\"/>\n<path d=\"M12.0098 7.71992C11.5998 7.71992 11.2598 7.37992 11.2598 6.96992V2.66992C11.2598 2.25992 11.5998 1.91992 12.0098 1.91992C12.4198 1.91992 12.7598 2.25992 12.7598 2.66992V6.96992C12.7598 7.37992 12.4198 7.71992 12.0098 7.71992Z\" fill=\"\"/>\n</svg>\n</li><li title=\"path square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.0392 13.0198C14.8492 13.0198 14.6492 12.9398 14.5092 12.7998L11.2192 9.50978C10.9692 9.25978 10.9292 8.87978 11.1192 8.57978L12.1492 6.94978C12.4792 6.41978 12.9992 6.08978 13.5892 6.02978C14.2392 5.95978 14.9192 6.21978 15.4392 6.73978L17.2892 8.58978C17.7892 9.08978 18.0392 9.76978 17.9692 10.4398C17.8992 11.0398 17.5792 11.5598 17.0792 11.8798L15.4492 12.9098C15.3092 12.9898 15.1692 13.0198 15.0392 13.0198ZM12.6992 8.86978L15.1492 11.3198L16.2692 10.6098C16.4092 10.5198 16.4592 10.3798 16.4692 10.2698C16.4892 10.0598 16.3992 9.81978 16.2192 9.63978L14.3692 7.79978C14.1692 7.59978 13.9392 7.49978 13.7492 7.51978C13.6092 7.53978 13.4992 7.60978 13.4092 7.74978L12.6992 8.86978Z\" fill=\"\"/>\n<path d=\"M8.2902 17.98C7.6702 17.98 7.0902 17.75 6.6802 17.34C6.2002 16.86 5.9702 16.16 6.0602 15.42L6.6602 10.35C6.8602 8.66003 7.6802 7.98003 9.4002 8.09003L11.7902 8.23003C12.2002 8.26003 12.5202 8.61003 12.4902 9.02003C12.4602 9.43003 12.1102 9.75003 11.7002 9.72003L9.3002 9.59003C8.3302 9.53003 8.2402 9.68003 8.1402 10.53L7.5402 15.6C7.5102 15.88 7.5802 16.13 7.7302 16.28C7.8902 16.44 8.1302 16.51 8.4102 16.47L13.4802 15.87C14.4002 15.76 14.5102 15.62 14.4302 14.74L14.2802 12.32C14.2602 11.91 14.5702 11.55 14.9802 11.53C15.3902 11.5 15.7502 11.82 15.7702 12.23L15.9102 14.62C16.0802 16.3 15.3802 17.16 13.6502 17.36L8.5802 17.96C8.4902 17.98 8.3902 17.98 8.2902 17.98Z\" fill=\"\"/>\n<path d=\"M7.48969 17.2699C7.29969 17.2699 7.10969 17.1999 6.95969 17.0499C6.66969 16.7599 6.66969 16.2799 6.95969 15.9899L8.80969 14.1399C9.09969 13.8499 9.57969 13.8499 9.86969 14.1399C10.1597 14.4299 10.1597 14.9099 9.86969 15.1999L8.01969 17.0499C7.87969 17.1999 7.68969 17.2699 7.48969 17.2699Z\" fill=\"\"/>\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n</svg>\n</li><li title=\"path \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.9792 13.2001C16.7892 13.2001 16.5892 13.1201 16.4492 12.9801L11.0492 7.57006C10.7992 7.32006 10.7592 6.94006 10.9492 6.64006L12.6392 3.97006C13.1092 3.23006 13.8192 2.77006 14.6492 2.68006C15.5792 2.59006 16.5392 2.95006 17.2892 3.70006L20.3192 6.73006C21.0392 7.45006 21.3992 8.42006 21.2892 9.38006C21.1992 10.2201 20.7492 10.9501 20.0492 11.3901L17.3792 13.0801C17.2592 13.1601 17.1192 13.2001 16.9792 13.2001ZM12.5292 6.94006L17.0892 11.5001L19.2592 10.1301C19.5692 9.93006 19.7692 9.61006 19.8092 9.22006C19.8692 8.72006 19.6592 8.19006 19.2692 7.80006L16.2392 4.77006C15.8092 4.34006 15.2892 4.11006 14.8192 4.18006C14.4392 4.22006 14.1292 4.43006 13.9092 4.78006L12.5292 6.94006Z\" fill=\"\"/>\n<path d=\"M5.89038 21.34C5.00038 21.34 4.20038 21.02 3.60038 20.43C2.90038 19.73 2.59038 18.76 2.72038 17.68L3.70038 9.35003C4.00038 6.83003 5.11038 5.91003 7.70038 6.06003L11.6204 6.29003C12.0304 6.32003 12.3504 6.67003 12.3204 7.08003C12.2904 7.49003 11.9404 7.81003 11.5304 7.78003L7.61038 7.56003C5.83038 7.45003 5.39038 7.80003 5.19038 9.53003L4.21038 17.85C4.14038 18.46 4.30038 19 4.66038 19.36C5.03038 19.72 5.57038 19.89 6.18038 19.81L14.5004 18.83C16.2504 18.62 16.6404 18.16 16.4704 16.44L16.2304 12.49C16.2104 12.08 16.5204 11.72 16.9304 11.7C17.3404 11.67 17.7004 11.99 17.7204 12.4L17.9504 16.32C18.1904 18.81 17.2104 20.01 14.6604 20.32L6.34038 21.3C6.20038 21.33 6.04038 21.34 5.89038 21.34Z\" fill=\"\"/>\n<path d=\"M4.61078 20.1698C4.42078 20.1698 4.23078 20.0998 4.08078 19.9498C3.79078 19.6598 3.79078 19.1798 4.08078 18.8898L7.12078 15.8498C7.41078 15.5598 7.89078 15.5598 8.18078 15.8498C8.47078 16.1398 8.47078 16.6198 8.18078 16.9098L5.14078 19.9498C4.99078 20.0998 4.80078 20.1698 4.61078 20.1698Z\" fill=\"\"/>\n</svg>\n</li><li title=\"pause circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9707 22.75C6.0507 22.75 1.2207 17.93 1.2207 12C1.2207 6.07 6.0507 1.25 11.9707 1.25C17.8907 1.25 22.7207 6.07 22.7207 12C22.7207 17.93 17.9007 22.75 11.9707 22.75ZM11.9707 2.75C6.8707 2.75 2.7207 6.9 2.7207 12C2.7207 17.1 6.8707 21.25 11.9707 21.25C17.0707 21.25 21.2207 17.1 21.2207 12C21.2207 6.9 17.0707 2.75 11.9707 2.75Z\" fill=\"\"/>\n<path d=\"M10.01 15.9498H8.71C7.79 15.9498 7.25 15.4198 7.25 14.5298V9.4698C7.25 8.5798 7.8 8.0498 8.71 8.0498H10C10.92 8.0498 11.46 8.5798 11.46 9.4698V14.5298C11.47 15.4198 10.92 15.9498 10.01 15.9498ZM8.75 14.4498H9.97V9.5498H8.76L8.75 14.4498Z\" fill=\"\"/>\n<path d=\"M15.2891 15.9498H13.9991C13.0791 15.9498 12.5391 15.4198 12.5391 14.5298V9.4698C12.5391 8.5798 13.0891 8.0498 13.9991 8.0498H15.2891C16.2091 8.0498 16.7491 8.5798 16.7491 9.4698V14.5298C16.7491 15.4198 16.1991 15.9498 15.2891 15.9498ZM14.0291 14.4498H15.2491V9.5498H14.0391L14.0291 14.4498Z\" fill=\"\"/>\n</svg>\n</li><li title=\"pause \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.64 21.75H5.01C3.15 21.75 2.25 20.89 2.25 19.11V4.89C2.25 3.11 3.15 2.25 5.01 2.25H8.64C10.5 2.25 11.4 3.11 11.4 4.89V19.11C11.4 20.89 10.5 21.75 8.64 21.75ZM5.01 3.75C3.93 3.75 3.75 4.02 3.75 4.89V19.11C3.75 19.98 3.92 20.25 5.01 20.25H8.64C9.72 20.25 9.9 19.98 9.9 19.11V4.89C9.9 4.02 9.73 3.75 8.64 3.75H5.01Z\" fill=\"\"/>\n<path d=\"M18.9896 21.75H15.3596C13.4996 21.75 12.5996 20.89 12.5996 19.11V4.89C12.5996 3.11 13.4996 2.25 15.3596 2.25H18.9896C20.8496 2.25 21.7496 3.11 21.7496 4.89V19.11C21.7496 20.89 20.8496 21.75 18.9896 21.75ZM15.3596 3.75C14.2796 3.75 14.0996 4.02 14.0996 4.89V19.11C14.0996 19.98 14.2696 20.25 15.3596 20.25H18.9896C20.0696 20.25 20.2496 19.98 20.2496 19.11V4.89C20.2496 4.02 20.0796 3.75 18.9896 3.75H15.3596Z\" fill=\"\"/>\n</svg>\n</li><li title=\"pen add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.2512 14.22C18.0612 14.22 17.8612 14.14 17.7212 14L12.0512 8.33001C11.8012 8.08001 11.7612 7.70001 11.9512 7.40001L13.7212 4.59996C14.2012 3.82996 14.9512 3.36 15.8112 3.26C16.7612 3.15 17.7712 3.54 18.5512 4.32L21.7312 7.49999C22.4812 8.24999 22.8512 9.24999 22.7412 10.25C22.6412 11.12 22.1812 11.8699 21.4612 12.3299L18.6612 14.1C18.5312 14.18 18.3912 14.22 18.2512 14.22ZM13.5412 7.7L18.3612 12.52L20.6512 11.07C20.9912 10.86 21.2012 10.51 21.2412 10.09C21.3012 9.56002 21.0812 8.99 20.6612 8.57L17.4812 5.39C17.0212 4.93 16.4712 4.7 15.9712 4.76C15.5712 4.8 15.2312 5.02996 14.9912 5.40996L13.5412 7.7Z\" fill=\"\"/>\n<path d=\"M6.6291 22.75C5.6891 22.75 4.8591 22.4201 4.2391 21.8001C3.5191 21.0801 3.1991 20.07 3.3291 18.95L4.3091 10.67C4.3591 10.26 4.7291 9.97003 5.1391 10.01C5.5491 10.06 5.8491 10.43 5.7991 10.84L4.81911 19.12C4.73911 19.77 4.9091 20.34 5.2991 20.73C5.6891 21.12 6.26909 21.3 6.92909 21.22L15.6491 20.19C17.5091 19.97 17.9191 19.47 17.7391 17.65L17.4991 13.5C17.4791 13.09 17.7891 12.73 18.2091 12.71C18.6191 12.69 18.9791 13.0001 18.9991 13.4201L19.2391 17.5401C19.4991 20.1201 18.4791 21.37 15.8291 21.69L7.1091 22.72C6.9491 22.74 6.7891 22.75 6.6291 22.75Z\" fill=\"\"/>\n<path d=\"M12.5801 8.56023C12.5601 8.56023 12.5501 8.56023 12.5301 8.56023L10.7801 8.45025C10.3701 8.42025 10.0501 8.07026 10.0801 7.65026C10.1101 7.23026 10.4601 6.92025 10.8801 6.95025L12.6301 7.06023C13.0401 7.09023 13.3601 7.44022 13.3301 7.86022C13.3001 8.25022 12.9701 8.56023 12.5801 8.56023Z\" fill=\"\"/>\n<path d=\"M5.2807 21.5301C5.0907 21.5301 4.9007 21.4602 4.7507 21.3102C4.4607 21.0202 4.4607 20.5401 4.7507 20.2501L7.9307 17.07C8.2207 16.78 8.70071 16.78 8.99071 17.07C9.28071 17.36 9.28071 17.8401 8.99071 18.1301L5.8107 21.3102C5.6607 21.4602 5.4707 21.5301 5.2807 21.5301Z\" fill=\"\"/>\n<path d=\"M6.5 11.75C5.91 11.75 5.34 11.65 4.81 11.47C3.65 11.08 2.64999 10.28 2.00999 9.21002C1.50999 8.39002 1.25 7.45 1.25 6.5C1.25 4.88 1.97 3.39002 3.23 2.40002C4.15 1.66002 5.31 1.25 6.5 1.25C9.4 1.25 11.75 3.61 11.75 6.5C11.75 6.97 11.68 7.45997 11.55 7.90997C11.42 8.36997 11.24 8.79002 10.99 9.21002C10.7 9.69002 10.35 10.1 9.94 10.45C9 11.29 7.78 11.75 6.5 11.75ZM6.5 2.75C5.65 2.75 4.82 3.04001 4.16 3.57001C3.26 4.28001 2.75 5.34 2.75 6.5C2.75 7.17 2.93999 7.83999 3.28999 8.42999C3.74999 9.18999 4.45999 9.76998 5.28999 10.04C6.49999 10.47 7.95001 10.2 8.96001 9.31C9.25001 9.06 9.50001 8.75999 9.71001 8.42999C9.89001 8.12999 10.02 7.83 10.11 7.5C10.2 7.17 10.25 6.83 10.25 6.5C10.25 4.43 8.57 2.75 6.5 2.75Z\" fill=\"\"/>\n<path d=\"M6.51953 8.9303C6.10953 8.9303 5.76953 8.5903 5.76953 8.1803V4.82031C5.76953 4.41031 6.10953 4.07031 6.51953 4.07031C6.92953 4.07031 7.26953 4.41031 7.26953 4.82031V8.1803C7.26953 8.6003 6.92953 8.9303 6.51953 8.9303Z\" fill=\"\"/>\n<path d=\"M8.16078 7.25H4.80078C4.39078 7.25 4.05078 6.91 4.05078 6.5C4.05078 6.09 4.39078 5.75 4.80078 5.75H8.16078C8.57078 5.75 8.91078 6.09 8.91078 6.5C8.91078 6.91 8.58078 7.25 8.16078 7.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"pen close \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.2512 14.22C18.0612 14.22 17.8612 14.14 17.7212 14L12.0512 8.33001C11.8012 8.08001 11.7612 7.70001 11.9512 7.40001L13.7212 4.59996C14.2012 3.82996 14.9512 3.36 15.8112 3.26C16.7612 3.15 17.7712 3.54 18.5512 4.32L21.7312 7.49999C22.4812 8.24999 22.8512 9.24999 22.7412 10.25C22.6412 11.12 22.1812 11.8699 21.4612 12.3299L18.6612 14.1C18.5312 14.18 18.3912 14.22 18.2512 14.22ZM13.5412 7.7L18.3612 12.52L20.6512 11.07C20.9912 10.86 21.2012 10.51 21.2412 10.09C21.3012 9.56002 21.0812 8.99 20.6612 8.57L17.4812 5.39C17.0212 4.93 16.4712 4.7 15.9712 4.76C15.5712 4.8 15.2312 5.02996 14.9912 5.40996L13.5412 7.7Z\" fill=\"\"/>\n<path d=\"M6.6291 22.75C5.6891 22.75 4.8591 22.4201 4.2391 21.8001C3.5191 21.0801 3.1991 20.07 3.3291 18.95L4.3091 10.67C4.3591 10.26 4.7191 9.97003 5.1391 10.01C5.5491 10.06 5.8491 10.43 5.7991 10.84L4.81911 19.12C4.73911 19.77 4.9091 20.34 5.2991 20.73C5.6891 21.12 6.26909 21.3 6.92909 21.22L15.6491 20.19C17.5091 19.97 17.9191 19.47 17.7391 17.65L17.4991 13.5C17.4791 13.09 17.7891 12.73 18.2091 12.71C18.6191 12.69 18.9791 13.0001 18.9991 13.4201L19.2391 17.5401C19.4991 20.1201 18.4791 21.37 15.8291 21.69L7.1091 22.72C6.9491 22.74 6.7891 22.75 6.6291 22.75Z\" fill=\"\"/>\n<path d=\"M12.5801 8.56018C12.5601 8.56018 12.5501 8.56018 12.5301 8.56018L10.7801 8.45019C10.3701 8.42019 10.0501 8.0702 10.0801 7.6502C10.1101 7.2402 10.4601 6.92019 10.8801 6.95019L12.6301 7.06018C13.0401 7.09018 13.3601 7.44016 13.3301 7.86016C13.3001 8.25016 12.9701 8.56018 12.5801 8.56018Z\" fill=\"\"/>\n<path d=\"M5.2807 21.5301C5.0907 21.5301 4.9007 21.4602 4.7507 21.3102C4.4607 21.0202 4.4607 20.5401 4.7507 20.2501L7.9307 17.07C8.2207 16.78 8.70071 16.78 8.99071 17.07C9.28071 17.36 9.28071 17.8401 8.99071 18.1301L5.8107 21.3102C5.6607 21.4602 5.4707 21.5301 5.2807 21.5301Z\" fill=\"\"/>\n<path d=\"M6.5 11.75C5.91 11.75 5.34 11.65 4.81 11.47C3.65 11.08 2.64999 10.28 2.00999 9.21002C1.50999 8.39002 1.25 7.45 1.25 6.5C1.25 4.88 1.97 3.39002 3.23 2.40002C4.15 1.66002 5.31 1.25 6.5 1.25C9.4 1.25 11.75 3.61 11.75 6.5C11.75 6.97 11.68 7.45997 11.55 7.90997C11.42 8.36997 11.24 8.79002 10.99 9.21002C10.7 9.69002 10.35 10.1 9.94 10.45C9 11.29 7.78 11.75 6.5 11.75ZM6.5 2.75C5.65 2.75 4.82 3.04001 4.16 3.57001C3.26 4.28001 2.75 5.34 2.75 6.5C2.75 7.17 2.93999 7.83999 3.28999 8.42999C3.74999 9.18999 4.45999 9.76998 5.28999 10.04C6.49999 10.47 7.95001 10.2 8.96001 9.31C9.25001 9.06 9.50001 8.75999 9.71001 8.42999C9.89001 8.12999 10.02 7.83 10.11 7.5C10.2 7.17 10.25 6.83 10.25 6.5C10.25 4.43 8.57 2.75 6.5 2.75Z\" fill=\"\"/>\n<path d=\"M7.69977 8.43021C7.50977 8.43021 7.31977 8.36024 7.16977 8.21024L4.78977 5.83023C4.49977 5.54023 4.49977 5.06023 4.78977 4.77023C5.07977 4.48023 5.55978 4.48023 5.84978 4.77023L8.22977 7.15024C8.51977 7.44024 8.51977 7.92024 8.22977 8.21024C8.08977 8.35024 7.88977 8.43021 7.69977 8.43021Z\" fill=\"\"/>\n<path d=\"M5.30023 8.4498C5.11023 8.4498 4.92023 8.37977 4.77023 8.22977C4.48023 7.93977 4.48023 7.45977 4.77023 7.16977L7.15022 4.78977C7.44022 4.49977 7.92024 4.49977 8.21024 4.78977C8.50024 5.07977 8.50024 5.55976 8.21024 5.84976L5.83023 8.22977C5.68023 8.37977 5.49023 8.4498 5.30023 8.4498Z\" fill=\"\"/>\n</svg>\n</li><li title=\"pen remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.2512 14.22C18.0612 14.22 17.8612 14.14 17.7212 14L12.0512 8.33001C11.8012 8.08001 11.7612 7.70001 11.9512 7.40001L13.7212 4.59996C14.2012 3.82996 14.9512 3.36 15.8112 3.26C16.7612 3.15 17.7712 3.54 18.5512 4.32L21.7312 7.49999C22.4812 8.24999 22.8512 9.24999 22.7412 10.25C22.6412 11.12 22.1812 11.8699 21.4612 12.3299L18.6612 14.1C18.5312 14.18 18.3912 14.22 18.2512 14.22ZM13.5412 7.7L18.3612 12.52L20.6512 11.07C20.9912 10.86 21.2012 10.51 21.2412 10.09C21.3012 9.56002 21.0812 8.99 20.6612 8.57L17.4812 5.39C17.0212 4.93 16.4712 4.7 15.9712 4.76C15.5712 4.8 15.2312 5.02996 14.9912 5.40996L13.5412 7.7Z\" fill=\"\"/>\n<path d=\"M6.62912 22.75C5.68912 22.75 4.8591 22.4201 4.2391 21.8001C3.5191 21.0801 3.1991 20.07 3.3291 18.95L4.30911 10.67C4.35911 10.26 4.72913 9.97003 5.13913 10.01C5.54913 10.06 5.8491 10.43 5.7991 10.84L4.81912 19.12C4.73912 19.77 4.9091 20.34 5.2991 20.73C5.6891 21.12 6.26911 21.3 6.92911 21.22L15.6491 20.19C17.5091 19.97 17.9191 19.47 17.7391 17.65L17.4991 13.5C17.4791 13.09 17.7891 12.73 18.2091 12.71C18.6191 12.69 18.9791 13.0001 18.9991 13.4201L19.2391 17.5401C19.4991 20.1201 18.4791 21.37 15.8291 21.69L7.1091 22.72C6.9491 22.74 6.78912 22.75 6.62912 22.75Z\" fill=\"\"/>\n<path d=\"M12.5801 8.56023C12.5601 8.56023 12.5501 8.56023 12.5301 8.56023L10.7801 8.45025C10.3701 8.42025 10.0501 8.07026 10.0801 7.65026C10.1101 7.23026 10.4601 6.92025 10.8801 6.95025L12.6301 7.06023C13.0401 7.09023 13.3601 7.44022 13.3301 7.86022C13.3001 8.25022 12.9701 8.56023 12.5801 8.56023Z\" fill=\"\"/>\n<path d=\"M5.2807 21.5301C5.0907 21.5301 4.9007 21.4602 4.7507 21.3102C4.4607 21.0202 4.4607 20.5401 4.7507 20.2501L7.9307 17.07C8.2207 16.78 8.70069 16.78 8.99069 17.07C9.28069 17.36 9.28069 17.8401 8.99069 18.1301L5.8107 21.3102C5.6607 21.4602 5.4707 21.5301 5.2807 21.5301Z\" fill=\"\"/>\n<path d=\"M6.5 11.75C5.91 11.75 5.34 11.65 4.81 11.47C3.65 11.08 2.65001 10.28 2.01001 9.21002C1.51001 8.39002 1.25 7.45 1.25 6.5C1.25 4.88 1.97001 3.39002 3.23001 2.40002C4.15001 1.66002 5.31 1.25 6.5 1.25C9.4 1.25 11.75 3.61 11.75 6.5C11.75 6.97 11.68 7.45997 11.55 7.90997C11.42 8.36997 11.24 8.79002 10.99 9.21002C10.7 9.69002 10.35 10.1 9.94 10.45C9 11.29 7.78 11.75 6.5 11.75ZM6.5 2.75C5.65 2.75 4.82 3.04001 4.16 3.57001C3.26 4.28001 2.75 5.34 2.75 6.5C2.75 7.17 2.94001 7.83999 3.29001 8.42999C3.75001 9.18999 4.46001 9.76998 5.29001 10.04C6.51001 10.47 7.94999 10.2 8.95999 9.31C9.24999 9.06 9.49999 8.75999 9.70999 8.42999C9.88999 8.12999 10.02 7.83 10.11 7.5C10.2 7.17 10.25 6.83 10.25 6.5C10.25 4.43 8.57 2.75 6.5 2.75Z\" fill=\"\"/>\n<path d=\"M8.1608 7.25H4.80078C4.39078 7.25 4.05078 6.91 4.05078 6.5C4.05078 6.09 4.39078 5.75 4.80078 5.75H8.1608C8.5708 5.75 8.9108 6.09 8.9108 6.5C8.9108 6.91 8.5808 7.25 8.1608 7.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"pen tool 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.2698 23.25H10.7498C10.0498 23.25 9.41979 22.9499 8.99979 22.4399C8.62979 21.9799 8.48978 21.39 8.61978 20.83L9.02979 19.02C9.10979 18.68 9.40978 18.4399 9.75978 18.4399H14.2598C14.6098 18.4399 14.9098 18.68 14.9898 19.02L15.3998 20.83C15.5298 21.43 15.4098 22.01 15.0398 22.47C14.6298 22.96 13.9898 23.25 13.2698 23.25ZM10.3598 19.92L10.0798 21.15C10.0498 21.3 10.1098 21.42 10.1698 21.49C10.2998 21.65 10.5098 21.74 10.7498 21.74H13.2698C13.5298 21.74 13.7498 21.66 13.8698 21.51C13.9498 21.41 13.9698 21.29 13.9398 21.14L13.6598 19.91H10.3598V19.92Z\" fill=\"\"/>\n<path d=\"M14.2595 19.9198C14.0495 19.9198 13.8495 19.8398 13.6995 19.6698C13.4295 19.3598 13.4495 18.8897 13.7595 18.6097L15.4895 17.0697C16.1795 16.4597 16.1495 16.3098 15.6395 15.6698L12.5895 11.7997C12.4195 11.5897 12.2195 11.4697 12.0095 11.4697C11.7995 11.4697 11.5995 11.5897 11.4295 11.7997L8.37954 15.6698C7.83954 16.3598 7.84953 16.5098 8.50953 17.0498L10.2595 18.6097C10.5695 18.8797 10.5995 19.3598 10.3195 19.6698C10.0395 19.9798 9.56953 20.0097 9.25953 19.7297L7.52953 18.1897C6.26953 17.1597 6.15953 16.0597 7.19953 14.7397L10.2495 10.8698C10.6995 10.2998 11.3395 9.96973 12.0095 9.96973C12.6795 9.96973 13.3195 10.2998 13.7695 10.8698L16.8195 14.7397C17.8495 16.0397 17.7495 17.0797 16.4895 18.1897L14.7595 19.7297C14.6095 19.8597 14.4295 19.9198 14.2595 19.9198Z\" fill=\"\"/>\n<path d=\"M12.0098 14.4001C11.5998 14.4001 11.2598 14.0601 11.2598 13.6501V11.1201C11.2598 10.7101 11.5998 10.3701 12.0098 10.3701C12.4198 10.3701 12.7598 10.7101 12.7598 11.1201V13.6501C12.7598 14.0701 12.4198 14.4001 12.0098 14.4001Z\" fill=\"\"/>\n<path d=\"M12.5195 5.75H11.5195C10.5595 5.75 9.76953 4.96 9.76953 4V3C9.76953 2.04 10.5595 1.25 11.5195 1.25H12.5195C13.4795 1.25 14.2695 2.04 14.2695 3V4C14.2695 4.96 13.4895 5.75 12.5195 5.75ZM11.5195 2.75C11.3795 2.75 11.2695 2.86 11.2695 3V4C11.2695 4.14 11.3795 4.25 11.5195 4.25H12.5195C12.6595 4.25 12.7695 4.14 12.7695 4V3C12.7695 2.86 12.6595 2.75 12.5195 2.75H11.5195Z\" fill=\"\"/>\n<path d=\"M4.26953 14.92H3.26953C2.30953 14.92 1.51953 14.13 1.51953 13.17V12.17C1.51953 11.21 2.30953 10.4199 3.26953 10.4199H4.26953C5.22953 10.4199 6.01953 11.21 6.01953 12.17V13.17C6.01953 14.13 5.22953 14.92 4.26953 14.92ZM3.26953 11.9199C3.12953 11.9199 3.01953 12.03 3.01953 12.17V13.17C3.01953 13.31 3.12953 13.42 3.26953 13.42H4.26953C4.40953 13.42 4.51953 13.31 4.51953 13.17V12.17C4.51953 12.03 4.40953 11.9199 4.26953 11.9199H3.26953Z\" fill=\"\"/>\n<path d=\"M20.7305 14.92H19.7305C18.7705 14.92 17.9805 14.13 17.9805 13.17V12.17C17.9805 11.21 18.7705 10.4199 19.7305 10.4199H20.7305C21.6905 10.4199 22.4805 11.21 22.4805 12.17V13.17C22.4805 14.13 21.7005 14.92 20.7305 14.92ZM19.7305 11.9199C19.5905 11.9199 19.4805 12.03 19.4805 12.17V13.17C19.4805 13.31 19.5905 13.42 19.7305 13.42H20.7305C20.8705 13.42 20.9805 13.31 20.9805 13.17V12.17C20.9805 12.03 20.8705 11.9199 20.7305 11.9199H19.7305Z\" fill=\"\"/>\n<path d=\"M3.75 11.9203C3.34 11.9203 3 11.5803 3 11.1703C3 6.90031 6.2 3.31033 10.44 2.81033C10.85 2.77033 11.22 3.0603 11.27 3.4703C11.32 3.8803 11.02 4.25032 10.61 4.30032C7.13 4.71032 4.5 7.66031 4.5 11.1703C4.5 11.5803 4.16 11.9203 3.75 11.9203Z\" fill=\"\"/>\n<path d=\"M20.249 11.9199C19.839 11.9199 19.499 11.5799 19.499 11.1699C19.499 7.67988 16.889 4.7299 13.429 4.3099C13.019 4.2599 12.729 3.88988 12.779 3.47988C12.829 3.06988 13.199 2.76992 13.619 2.82992C17.829 3.33992 21.009 6.92989 21.009 11.1799C20.999 11.5799 20.669 11.9199 20.249 11.9199Z\" fill=\"\"/>\n</svg>\n</li><li title=\"pen tool \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.2698 23.25H10.7498C10.0498 23.25 9.41978 22.9499 8.99978 22.4399C8.62978 21.9799 8.48978 21.39 8.61978 20.83L9.02978 19.02C9.10978 18.68 9.40978 18.4399 9.75978 18.4399H14.2598C14.6098 18.4399 14.9098 18.68 14.9898 19.02L15.3998 20.83C15.5298 21.43 15.4098 22.01 15.0398 22.47C14.6298 22.96 13.9898 23.25 13.2698 23.25ZM10.3598 19.92L10.0798 21.15C10.0498 21.3 10.1098 21.42 10.1698 21.49C10.2998 21.65 10.5098 21.74 10.7498 21.74H13.2698C13.5298 21.74 13.7498 21.66 13.8698 21.51C13.9498 21.41 13.9698 21.29 13.9398 21.14L13.6598 19.91H10.3598V19.92Z\" fill=\"\"/>\n<path d=\"M14.2595 19.9198C14.0495 19.9198 13.8495 19.8398 13.6995 19.6698C13.4295 19.3598 13.4495 18.8897 13.7595 18.6097L15.4895 17.0697C16.1795 16.4597 16.1495 16.3098 15.6395 15.6698L12.5895 11.7997C12.4195 11.5897 12.2195 11.4697 12.0095 11.4697C11.7995 11.4697 11.5995 11.5897 11.4295 11.7997L8.37953 15.6698C7.83953 16.3598 7.84954 16.5098 8.50954 17.0498L10.2595 18.6097C10.5695 18.8797 10.5995 19.3598 10.3195 19.6698C10.0395 19.9798 9.56954 20.0097 9.25954 19.7297L7.52953 18.1897C6.26953 17.1597 6.15953 16.0597 7.19953 14.7397L10.2495 10.8698C10.6995 10.2998 11.3395 9.96973 12.0095 9.96973C12.6795 9.96973 13.3195 10.2998 13.7695 10.8698L16.8195 14.7397C17.8495 16.0397 17.7495 17.0797 16.4895 18.1897L14.7595 19.7297C14.6095 19.8597 14.4295 19.9198 14.2595 19.9198Z\" fill=\"\"/>\n<path d=\"M12.0098 14.4001C11.5998 14.4001 11.2598 14.0601 11.2598 13.6501V11.1201C11.2598 10.7101 11.5998 10.3701 12.0098 10.3701C12.4198 10.3701 12.7598 10.7101 12.7598 11.1201V13.6501C12.7598 14.0701 12.4198 14.4001 12.0098 14.4001Z\" fill=\"\"/>\n<path d=\"M11.9995 6.29003C11.4995 6.29003 10.9995 6.10002 10.6195 5.72002L9.83953 4.94006C9.07953 4.18006 9.07953 2.94005 9.83953 2.18005L10.6195 1.40008C11.3795 0.640078 12.6195 0.640078 13.3795 1.40008L14.1595 2.18005C14.9195 2.94005 14.9195 4.18006 14.1595 4.94006L13.3795 5.72002C12.9995 6.10002 12.4995 6.29003 11.9995 6.29003ZM11.9995 2.33007C11.8795 2.33007 11.7695 2.37008 11.6795 2.46008L10.8995 3.24004C10.8195 3.32004 10.7695 3.44005 10.7695 3.56005C10.7695 3.68005 10.8195 3.79006 10.8995 3.88006L11.6795 4.66003C11.8495 4.83003 12.1495 4.83003 12.3195 4.66003L13.0995 3.88006C13.1795 3.80006 13.2295 3.68005 13.2295 3.56005C13.2295 3.44005 13.1795 3.33004 13.0995 3.24004L12.3195 2.46008C12.2295 2.38008 12.1195 2.33007 11.9995 2.33007Z\" fill=\"\"/>\n<path d=\"M20.55 14.0601H19.45C18.37 14.0601 17.5 13.18 17.5 12.11V11.0101C17.5 9.93007 18.38 9.06006 19.45 9.06006H20.55C21.63 9.06006 22.5 9.94007 22.5 11.0101V12.11C22.5 13.19 21.62 14.0601 20.55 14.0601ZM19.45 10.5601C19.2 10.5601 19 10.7601 19 11.0101V12.11C19 12.36 19.2 12.5601 19.45 12.5601H20.55C20.8 12.5601 21 12.36 21 12.11V11.0101C21 10.7601 20.8 10.5601 20.55 10.5601H19.45Z\" fill=\"\"/>\n<path d=\"M4.55 14.0601H3.45C2.37 14.0601 1.5 13.18 1.5 12.11V11.0101C1.5 9.93007 2.38 9.06006 3.45 9.06006H4.55C5.63 9.06006 6.5 9.94007 6.5 11.0101V12.11C6.5 13.19 5.62 14.0601 4.55 14.0601ZM3.45 10.5601C3.2 10.5601 3 10.7601 3 11.0101V12.11C3 12.36 3.2 12.5601 3.45 12.5601H4.55C4.8 12.5601 5 12.36 5 12.11V11.0101C5 10.7601 4.8 10.5601 4.55 10.5601H3.45Z\" fill=\"\"/>\n<path d=\"M18.5397 10.8502C18.3497 10.8502 18.1597 10.7802 18.0097 10.6302L12.7097 5.33023C12.4197 5.04023 12.4197 4.56023 12.7097 4.27023C12.9997 3.98023 13.4797 3.98023 13.7697 4.27023L19.0697 9.57022C19.3597 9.86022 19.3597 10.3402 19.0697 10.6302C18.9197 10.7802 18.7297 10.8502 18.5397 10.8502Z\" fill=\"\"/>\n<path d=\"M5.46039 10.8502C5.27039 10.8502 5.08039 10.7802 4.93039 10.6302C4.64039 10.3402 4.64039 9.86022 4.93039 9.57022L10.2304 4.27023C10.5204 3.98023 11.0004 3.98023 11.2904 4.27023C11.5804 4.56023 11.5804 5.04023 11.2904 5.33023L5.99039 10.6302C5.84039 10.7802 5.65039 10.8502 5.46039 10.8502Z\" fill=\"\"/>\n</svg>\n</li><li title=\"people \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.0003 7.91002C17.9703 7.91002 17.9503 7.91002 17.9203 7.91002H17.8703C15.9803 7.85002 14.5703 6.39001 14.5703 4.59001C14.5703 2.75001 16.0703 1.26001 17.9003 1.26001C19.7303 1.26001 21.2303 2.76001 21.2303 4.59001C21.2203 6.40001 19.8103 7.86001 18.0103 7.92001C18.0103 7.91001 18.0103 7.91002 18.0003 7.91002ZM17.9003 2.75002C16.8903 2.75002 16.0703 3.57002 16.0703 4.58002C16.0703 5.57002 16.8403 6.37002 17.8303 6.41002C17.8403 6.40002 17.9203 6.40002 18.0103 6.41002C18.9803 6.36002 19.7303 5.56002 19.7403 4.58002C19.7403 3.57002 18.9203 2.75002 17.9003 2.75002Z\" fill=\"\"/>\n<path d=\"M18.0105 15.2801C17.6205 15.2801 17.2305 15.2501 16.8405 15.1801C16.4305 15.1101 16.1605 14.7201 16.2305 14.3101C16.3005 13.9001 16.6905 13.6301 17.1005 13.7001C18.3305 13.9101 19.6305 13.6802 20.5005 13.1002C20.9705 12.7902 21.2205 12.4001 21.2205 12.0101C21.2205 11.6201 20.9605 11.2401 20.5005 10.9301C19.6305 10.3501 18.3105 10.1201 17.0705 10.3401C16.6605 10.4201 16.2705 10.1401 16.2005 9.73015C16.1305 9.32015 16.4005 8.93015 16.8105 8.86015C18.4405 8.57015 20.1305 8.88014 21.3305 9.68014C22.2105 10.2701 22.7205 11.1101 22.7205 12.0101C22.7205 12.9001 22.2205 13.7502 21.3305 14.3502C20.4205 14.9502 19.2405 15.2801 18.0105 15.2801Z\" fill=\"\"/>\n<path d=\"M5.97047 7.91C5.96047 7.91 5.95047 7.91 5.95047 7.91C4.15047 7.85 2.74047 6.39 2.73047 4.59C2.73047 2.75 4.23047 1.25 6.06047 1.25C7.89047 1.25 9.39047 2.75 9.39047 4.58C9.39047 6.39 7.98047 7.85 6.18047 7.91L5.97047 7.16L6.04047 7.91C6.02047 7.91 5.99047 7.91 5.97047 7.91ZM6.07047 6.41C6.13047 6.41 6.18047 6.41 6.24047 6.42C7.13047 6.38 7.91047 5.58 7.91047 4.59C7.91047 3.58 7.09047 2.75999 6.08047 2.75999C5.07047 2.75999 4.25047 3.58 4.25047 4.59C4.25047 5.57 5.01047 6.36 5.98047 6.42C5.99047 6.41 6.03047 6.41 6.07047 6.41Z\" fill=\"\"/>\n<path d=\"M5.96 15.2801C4.73 15.2801 3.55 14.9502 2.64 14.3502C1.76 13.7602 1.25 12.9101 1.25 12.0101C1.25 11.1201 1.76 10.2701 2.64 9.68014C3.84 8.88014 5.53 8.57015 7.16 8.86015C7.57 8.93015 7.84 9.32015 7.77 9.73015C7.7 10.1401 7.31 10.4201 6.9 10.3401C5.66 10.1201 4.35 10.3501 3.47 10.9301C3 11.2401 2.75 11.6201 2.75 12.0101C2.75 12.4001 3.01 12.7902 3.47 13.1002C4.34 13.6802 5.64 13.9101 6.87 13.7001C7.28 13.6301 7.67 13.9101 7.74 14.3101C7.81 14.7201 7.54 15.1101 7.13 15.1801C6.74 15.2501 6.35 15.2801 5.96 15.2801Z\" fill=\"\"/>\n<path d=\"M12.0003 15.38C11.9703 15.38 11.9503 15.38 11.9203 15.38H11.8703C9.98031 15.32 8.57031 13.86 8.57031 12.06C8.57031 10.22 10.0703 8.72998 11.9003 8.72998C13.7303 8.72998 15.2303 10.23 15.2303 12.06C15.2203 13.87 13.8103 15.33 12.0103 15.39C12.0103 15.38 12.0103 15.38 12.0003 15.38ZM11.9003 10.22C10.8903 10.22 10.0703 11.04 10.0703 12.05C10.0703 13.04 10.8403 13.84 11.8303 13.88C11.8403 13.87 11.9203 13.87 12.0103 13.88C12.9803 13.83 13.7303 13.03 13.7403 12.05C13.7403 11.05 12.9203 10.22 11.9003 10.22Z\" fill=\"\"/>\n<path d=\"M11.9993 22.76C10.7993 22.76 9.5993 22.45 8.6693 21.82C7.7893 21.23 7.2793 20.39 7.2793 19.49C7.2793 18.6 7.7793 17.74 8.6693 17.15C10.5393 15.91 13.4693 15.91 15.3293 17.15C16.2093 17.74 16.7193 18.58 16.7193 19.48C16.7193 20.37 16.2193 21.23 15.3293 21.82C14.3993 22.44 13.1993 22.76 11.9993 22.76ZM9.4993 18.41C9.0293 18.72 8.7793 19.11 8.7793 19.5C8.7793 19.89 9.0393 20.27 9.4993 20.58C10.8493 21.49 13.1393 21.49 14.4893 20.58C14.9593 20.27 15.2093 19.88 15.2093 19.49C15.2093 19.1 14.9493 18.72 14.4893 18.41C13.1493 17.5 10.8593 17.51 9.4993 18.41Z\" fill=\"\"/>\n</svg>\n</li><li title=\"percentage circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.56976 16.0201C8.37976 16.0201 8.18977 15.9501 8.03977 15.8001C7.74977 15.5101 7.74977 15.0301 8.03977 14.7401L14.5898 8.19016C14.8798 7.90016 15.3598 7.90016 15.6498 8.19016C15.9398 8.48016 15.9398 8.96015 15.6498 9.25015L9.09976 15.8001C8.94976 15.9501 8.75976 16.0201 8.56976 16.0201Z\" fill=\"\"/>\n<path d=\"M8.98001 11.1099C7.89001 11.1099 7 10.2199 7 9.12991C7 8.03991 7.89001 7.1499 8.98001 7.1499C10.07 7.1499 10.96 8.03991 10.96 9.12991C10.96 10.2199 10.07 11.1099 8.98001 11.1099ZM8.98001 8.65991C8.72001 8.65991 8.5 8.86992 8.5 9.13992C8.5 9.40992 8.71001 9.6199 8.98001 9.6199C9.25001 9.6199 9.45999 9.40992 9.45999 9.13992C9.45999 8.86992 9.24001 8.65991 8.98001 8.65991Z\" fill=\"\"/>\n<path d=\"M15.519 16.8399C14.429 16.8399 13.5391 15.9499 13.5391 14.8599C13.5391 13.7699 14.429 12.8799 15.519 12.8799C16.609 12.8799 17.4991 13.7699 17.4991 14.8599C17.4991 15.9499 16.609 16.8399 15.519 16.8399ZM15.519 14.3899C15.259 14.3899 15.0391 14.5999 15.0391 14.8699C15.0391 15.1399 15.249 15.3499 15.519 15.3499C15.789 15.3499 15.9991 15.1399 15.9991 14.8699C15.9991 14.5999 15.789 14.3899 15.519 14.3899Z\" fill=\"\"/>\n<path d=\"M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"percentage square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n<path d=\"M8.56976 16.0201C8.37976 16.0201 8.18977 15.9501 8.03977 15.8001C7.74977 15.5101 7.74977 15.0301 8.03977 14.7401L14.5898 8.19016C14.8798 7.90016 15.3598 7.90016 15.6498 8.19016C15.9398 8.48016 15.9398 8.96015 15.6498 9.25015L9.09976 15.8001C8.94976 15.9501 8.75976 16.0201 8.56976 16.0201Z\" fill=\"\"/>\n<path d=\"M8.98001 11.1099C7.89001 11.1099 7 10.2199 7 9.12991C7 8.03991 7.89001 7.1499 8.98001 7.1499C10.07 7.1499 10.96 8.03991 10.96 9.12991C10.96 10.2199 10.07 11.1099 8.98001 11.1099ZM8.98001 8.65991C8.72001 8.65991 8.5 8.86992 8.5 9.13992C8.5 9.40992 8.71001 9.6199 8.98001 9.6199C9.25001 9.6199 9.45999 9.40992 9.45999 9.13992C9.45999 8.86992 9.24001 8.65991 8.98001 8.65991Z\" fill=\"\"/>\n<path d=\"M15.519 16.8399C14.429 16.8399 13.5391 15.9499 13.5391 14.8599C13.5391 13.7699 14.429 12.8799 15.519 12.8799C16.609 12.8799 17.4991 13.7699 17.4991 14.8599C17.4991 15.9499 16.609 16.8399 15.519 16.8399ZM15.519 14.3899C15.259 14.3899 15.0391 14.5999 15.0391 14.8699C15.0391 15.1399 15.249 15.3499 15.519 15.3499C15.789 15.3499 15.9991 15.1399 15.9991 14.8699C15.9991 14.5999 15.789 14.3899 15.519 14.3899Z\" fill=\"\"/>\n</svg>\n</li><li title=\"personalcard \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 21.75H7C2.59 21.75 1.25 20.41 1.25 16V8C1.25 3.59 2.59 2.25 7 2.25H17C21.41 2.25 22.75 3.59 22.75 8V16C22.75 20.41 21.41 21.75 17 21.75ZM7 3.75C3.42 3.75 2.75 4.43 2.75 8V16C2.75 19.57 3.42 20.25 7 20.25H17C20.58 20.25 21.25 19.57 21.25 16V8C21.25 4.43 20.58 3.75 17 3.75H7Z\" fill=\"\"/>\n<path d=\"M19 8.75H14C13.59 8.75 13.25 8.41 13.25 8C13.25 7.59 13.59 7.25 14 7.25H19C19.41 7.25 19.75 7.59 19.75 8C19.75 8.41 19.41 8.75 19 8.75Z\" fill=\"\"/>\n<path d=\"M19 12.75H15C14.59 12.75 14.25 12.41 14.25 12C14.25 11.59 14.59 11.25 15 11.25H19C19.41 11.25 19.75 11.59 19.75 12C19.75 12.41 19.41 12.75 19 12.75Z\" fill=\"\"/>\n<path d=\"M19 16.75H17C16.59 16.75 16.25 16.41 16.25 16C16.25 15.59 16.59 15.25 17 15.25H19C19.41 15.25 19.75 15.59 19.75 16C19.75 16.41 19.41 16.75 19 16.75Z\" fill=\"\"/>\n<path d=\"M8.50043 12.0399C7.09043 12.0399 5.94043 10.8899 5.94043 9.47992C5.94043 8.06992 7.09043 6.91992 8.50043 6.91992C9.91043 6.91992 11.0604 8.06992 11.0604 9.47992C11.0604 10.8899 9.91043 12.0399 8.50043 12.0399ZM8.50043 8.41992C7.92043 8.41992 7.44043 8.89992 7.44043 9.47992C7.44043 10.0599 7.92043 10.5399 8.50043 10.5399C9.08043 10.5399 9.56043 10.0599 9.56043 9.47992C9.56043 8.89992 9.08043 8.41992 8.50043 8.41992Z\" fill=\"\"/>\n<path d=\"M11.9999 17.0798C11.6199 17.0798 11.2899 16.7898 11.2499 16.3998C11.1399 15.3198 10.2699 14.4498 9.17991 14.3498C8.71991 14.3098 8.25991 14.3098 7.79991 14.3498C6.70991 14.4498 5.83991 15.3098 5.72991 16.3998C5.68991 16.8098 5.31991 17.1198 4.90991 17.0698C4.49991 17.0298 4.19991 16.6598 4.23991 16.2498C4.41991 14.4498 5.84991 13.0198 7.65991 12.8598C8.20991 12.8098 8.76991 12.8098 9.31991 12.8598C11.1199 13.0298 12.5599 14.4598 12.7399 16.2498C12.7799 16.6598 12.4799 17.0298 12.0699 17.0698C12.0499 17.0798 12.0199 17.0798 11.9999 17.0798Z\" fill=\"\"/>\n</svg>\n</li><li title=\"pet \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.0392 22.75H9.24923C7.62923 22.75 6.15923 22.12 5.09923 20.96C4.03923 19.81 3.52923 18.29 3.66923 16.68C4.00923 12.58 7.62923 9.25 11.7492 9.25C15.5392 9.25 19.1192 12.29 19.7492 16.02C20.0492 17.8 19.6092 19.48 18.5292 20.76C17.4292 22.04 15.8392 22.75 14.0392 22.75ZM11.7392 10.75C8.38923 10.75 5.43923 13.47 5.15923 16.81C5.05923 18 5.42923 19.11 6.19923 19.95C6.96923 20.79 8.04923 21.25 9.23923 21.25H14.0292C15.3792 21.25 16.5692 20.73 17.3592 19.8C18.1492 18.87 18.4692 17.61 18.2492 16.27C17.7492 13.23 14.8292 10.75 11.7392 10.75Z\" fill=\"\"/>\n<path d=\"M10.4707 8.25C8.6807 8.25 7.2207 6.79 7.2207 5C7.2207 3.21 8.6807 1.75 10.4707 1.75C12.2607 1.75 13.7207 3.21 13.7207 5C13.7207 6.79 12.2707 8.25 10.4707 8.25ZM10.4707 3.25C9.5107 3.25 8.7207 4.04 8.7207 5C8.7207 5.96 9.5107 6.75 10.4707 6.75C11.4307 6.75 12.2207 5.96 12.2207 5C12.2207 4.04 11.4407 3.25 10.4707 3.25Z\" fill=\"\"/>\n<path d=\"M17.3008 9.44995C15.7808 9.44995 14.5508 8.21995 14.5508 6.69995C14.5508 5.17995 15.7808 3.94995 17.3008 3.94995C18.8208 3.94995 20.0508 5.17995 20.0508 6.69995C20.0508 8.21995 18.8208 9.44995 17.3008 9.44995ZM17.3008 5.44995C16.6108 5.44995 16.0508 6.00995 16.0508 6.69995C16.0508 7.38995 16.6108 7.94995 17.3008 7.94995C17.9908 7.94995 18.5508 7.38995 18.5508 6.69995C18.5508 6.00995 17.9908 5.44995 17.3008 5.44995Z\" fill=\"\"/>\n<path d=\"M21 13.45C19.76 13.45 18.75 12.44 18.75 11.2C18.75 9.95995 19.76 8.94995 21 8.94995C22.24 8.94995 23.25 9.95995 23.25 11.2C23.25 12.44 22.24 13.45 21 13.45ZM21 10.45C20.59 10.45 20.25 10.79 20.25 11.2C20.25 11.61 20.59 11.95 21 11.95C21.41 11.95 21.75 11.61 21.75 11.2C21.75 10.79 21.41 10.45 21 10.45Z\" fill=\"\"/>\n<path d=\"M3.9707 11.45C2.4507 11.45 1.2207 10.22 1.2207 8.69995C1.2207 7.17995 2.4507 5.94995 3.9707 5.94995C5.4907 5.94995 6.7207 7.17995 6.7207 8.69995C6.7207 10.22 5.4907 11.45 3.9707 11.45ZM3.9707 7.44995C3.2807 7.44995 2.7207 8.00995 2.7207 8.69995C2.7207 9.38995 3.2807 9.94995 3.9707 9.94995C4.6607 9.94995 5.2207 9.38995 5.2207 8.69995C5.2207 8.00995 4.6607 7.44995 3.9707 7.44995Z\" fill=\"\"/>\n</svg>\n</li><li title=\"pharagraphspacing \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 22.75H3C2.59 22.75 2.25 22.41 2.25 22C2.25 21.59 2.59 21.25 3 21.25H21C21.41 21.25 21.75 21.59 21.75 22C21.75 22.41 21.41 22.75 21 22.75Z\" fill=\"\"/>\n<path d=\"M21 2.75H3C2.59 2.75 2.25 2.41 2.25 2C2.25 1.59 2.59 1.25 3 1.25H21C21.41 1.25 21.75 1.59 21.75 2C21.75 2.41 21.41 2.75 21 2.75Z\" fill=\"\"/>\n<path d=\"M12 18.75C11.59 18.75 11.25 18.41 11.25 18V6C11.25 5.59 11.59 5.25 12 5.25C12.41 5.25 12.75 5.59 12.75 6V18C12.75 18.41 12.41 18.75 12 18.75Z\" fill=\"\"/>\n<path d=\"M14.8294 8.4699C14.6394 8.4699 14.4494 8.3999 14.2994 8.2499L11.9994 5.9499L9.69937 8.2499C9.40937 8.5399 8.92937 8.5399 8.63938 8.2499C8.34938 7.9599 8.34938 7.4799 8.63938 7.1899L11.4694 4.3599C11.7494 4.0799 12.2494 4.0799 12.5294 4.3599L15.3594 7.1899C15.6494 7.4799 15.6494 7.9599 15.3594 8.2499C15.2094 8.3999 15.0194 8.4699 14.8294 8.4699Z\" fill=\"\"/>\n<path d=\"M11.9994 19.4701C11.7994 19.4701 11.6094 19.3901 11.4694 19.2501L8.63938 16.4201C8.34938 16.1301 8.34938 15.6501 8.63938 15.3601C8.92937 15.0701 9.40937 15.0701 9.69937 15.3601L11.9994 17.6601L14.2994 15.3601C14.5894 15.0701 15.0694 15.0701 15.3594 15.3601C15.6494 15.6501 15.6494 16.1301 15.3594 16.4201L12.5294 19.2501C12.3894 19.3901 12.1994 19.4701 11.9994 19.4701Z\" fill=\"\"/>\n</svg>\n</li><li title=\"picture frame \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n<path d=\"M13.9501 22.7502C13.6101 22.7502 13.31 22.5202 13.22 22.1802L8.2701 2.18018C8.1701 1.78018 8.42009 1.37019 8.82009 1.27019C9.22009 1.17019 9.63006 1.41019 9.73006 1.82019L14.6801 21.8202C14.7801 22.2202 14.5301 22.6302 14.1301 22.7302C14.0701 22.7402 14.0101 22.7502 13.9501 22.7502Z\" fill=\"\"/>\n<path d=\"M1.99985 15.7501C1.66985 15.7501 1.37988 15.5401 1.27988 15.2101C1.15988 14.8101 1.38983 14.4001 1.78983 14.2801L11.3199 11.5001C11.7199 11.3801 12.1299 11.6101 12.2499 12.0101C12.3699 12.4101 12.1398 12.8201 11.7398 12.9401L2.20987 15.7201C2.13987 15.7401 2.06985 15.7501 1.99985 15.7501Z\" fill=\"\"/>\n</svg>\n</li><li title=\"play add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 13.4 22.49 14.74 21.97 16C21.88 16.21 21.71 16.37 21.49 16.43C21.27 16.5 21.04 16.46 20.85 16.33C19.67 15.52 18.08 15.58 16.96 16.46C16.19 17.07 15.74 18 15.74 18.99C15.74 19.58 15.9 20.16 16.21 20.66C16.24 20.71 16.26 20.74 16.29 20.77C16.45 20.95 16.51 21.2 16.46 21.44C16.41 21.68 16.24 21.87 16.01 21.96C14.74 22.49 13.39 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C12.9 21.25 13.78 21.12 14.63 20.86C14.38 20.28 14.25 19.65 14.25 19C14.25 17.54 14.9 16.19 16.03 15.29C17.39 14.21 19.3 13.96 20.86 14.63C21.11 13.79 21.24 12.9 21.24 11.99C21.25 6.89999 17.1 2.75 12 2.75Z\" fill=\"\"/>\n<path d=\"M10.8789 16.0701C10.4889 16.0701 10.1189 15.9801 9.79889 15.7901C9.05889 15.3601 8.62891 14.4901 8.62891 13.3901V10.6101C8.62891 9.51008 9.05889 8.64011 9.79889 8.21011C10.5489 7.78011 11.5189 7.85011 12.4689 8.40011L14.8689 9.79007C15.8189 10.3401 16.3589 11.1501 16.3589 12.0001C16.3589 12.8501 15.8189 13.6701 14.8689 14.2101L12.4689 15.6001C11.9289 15.9101 11.3889 16.0701 10.8789 16.0701ZM10.8889 9.43008C10.7589 9.43008 10.6489 9.4601 10.5489 9.5101C10.2789 9.6701 10.1289 10.0701 10.1289 10.6101V13.3901C10.1289 13.9301 10.2789 14.3401 10.5489 14.4901C10.8189 14.6401 11.2389 14.5801 11.7189 14.3001L14.1189 12.9101C14.5889 12.6401 14.8589 12.3001 14.8589 11.9901C14.8589 11.6801 14.5889 11.3501 14.1189 11.0701L11.7189 9.68008C11.4089 9.52008 11.1289 9.43008 10.8889 9.43008Z\" fill=\"\"/>\n<path d=\"M19 23.75C17.34 23.75 15.78 22.87 14.94 21.44C14.49 20.72 14.25 19.87 14.25 19C14.25 17.54 14.9 16.19 16.03 15.29C16.87 14.62 17.93 14.25 19 14.25C21.62 14.25 23.75 16.38 23.75 19C23.75 19.87 23.51 20.72 23.06 21.45C22.81 21.87 22.49 22.25 22.11 22.57C21.28 23.33 20.17 23.75 19 23.75ZM19 15.75C18.26 15.75 17.56 16 16.97 16.47C16.2 17.08 15.75 18.01 15.75 19C15.75 19.59 15.91 20.17 16.22 20.67C16.8 21.65 17.87 22.25 19 22.25C19.79 22.25 20.55 21.96 21.13 21.44C21.39 21.22 21.61 20.96 21.77 20.68C22.09 20.17 22.25 19.59 22.25 19C22.25 17.21 20.79 15.75 19 15.75Z\" fill=\"\"/>\n<path d=\"M20.4998 19.73H17.5098C17.0998 19.73 16.7598 19.39 16.7598 18.98C16.7598 18.57 17.0998 18.23 17.5098 18.23H20.4998C20.9098 18.23 21.2498 18.57 21.2498 18.98C21.2498 19.39 20.9098 19.73 20.4998 19.73Z\" fill=\"\"/>\n<path d=\"M19 21.26C18.59 21.26 18.25 20.92 18.25 20.51V17.52C18.25 17.11 18.59 16.77 19 16.77C19.41 16.77 19.75 17.11 19.75 17.52V20.51C19.75 20.93 19.41 21.26 19 21.26Z\" fill=\"\"/>\n</svg>\n</li><li title=\"play circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9707 22.75C6.0507 22.75 1.2207 17.93 1.2207 12C1.2207 6.07 6.0507 1.25 11.9707 1.25C17.8907 1.25 22.7207 6.07 22.7207 12C22.7207 17.93 17.9007 22.75 11.9707 22.75ZM11.9707 2.75C6.8707 2.75 2.7207 6.9 2.7207 12C2.7207 17.1 6.8707 21.25 11.9707 21.25C17.0707 21.25 21.2207 17.1 21.2207 12C21.2207 6.9 17.0707 2.75 11.9707 2.75Z\" fill=\"\"/>\n<path d=\"M10.5602 16.99C10.1202 16.99 9.70023 16.88 9.33023 16.67C8.47023 16.17 7.99023 15.19 7.99023 13.91V10.56C7.99023 9.27999 8.46023 8.29999 9.32023 7.79999C10.1802 7.29999 11.2702 7.37999 12.3802 8.01999L15.2802 9.68999C16.3902 10.33 17.0002 11.23 17.0002 12.23C17.0002 13.22 16.3902 14.13 15.2802 14.77L12.3802 16.44C11.7602 16.81 11.1302 16.99 10.5602 16.99ZM10.5602 8.96999C10.3802 8.96999 10.2102 9.00999 10.0802 9.08999C9.70023 9.30999 9.49023 9.83999 9.49023 10.56V13.91C9.49023 14.62 9.70023 15.16 10.0802 15.37C10.4502 15.59 11.0202 15.5 11.6402 15.15L14.5402 13.48C15.1602 13.12 15.5102 12.67 15.5102 12.24C15.5102 11.81 15.1502 11.36 14.5402 11L11.6402 9.32999C11.2402 9.08999 10.8702 8.96999 10.5602 8.96999Z\" fill=\"\"/>\n</svg>\n</li><li title=\"play cricle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.0698 19.8201C18.8798 19.8201 18.6898 19.7501 18.5398 19.6001C18.2498 19.3101 18.2498 18.8301 18.5398 18.5401C22.1498 14.9301 22.1498 9.06011 18.5398 5.46011C18.2498 5.17011 18.2498 4.69012 18.5398 4.40012C18.8298 4.11012 19.3098 4.11012 19.5998 4.40012C23.7898 8.59012 23.7898 15.4101 19.5998 19.6001C19.4498 19.7501 19.2598 19.8201 19.0698 19.8201Z\" fill=\"\"/>\n<path d=\"M4.93031 19.8201C4.74031 19.8201 4.55031 19.7501 4.40031 19.6001C0.210312 15.4101 0.210312 8.59012 4.40031 4.40012C4.69031 4.11012 5.17031 4.11012 5.46031 4.40012C5.75031 4.69012 5.75031 5.17011 5.46031 5.46011C1.85031 9.07011 1.85031 14.9401 5.46031 18.5401C5.75031 18.8301 5.75031 19.3101 5.46031 19.6001C5.31031 19.7501 5.12031 19.8201 4.93031 19.8201Z\" fill=\"\"/>\n<path d=\"M11.9988 22.71C10.7488 22.7 9.5588 22.4999 8.4488 22.1099C8.0588 21.9699 7.84878 21.54 7.98878 21.15C8.12878 20.76 8.5488 20.55 8.9488 20.69C9.9088 21.02 10.9288 21.2 12.0088 21.2C13.0788 21.2 14.1088 21.02 15.0588 20.69C15.4488 20.56 15.8788 20.76 16.0188 21.15C16.1588 21.54 15.9488 21.9699 15.5588 22.1099C14.4388 22.4999 13.2488 22.71 11.9988 22.71Z\" fill=\"\"/>\n<path d=\"M15.3009 3.34009C15.2209 3.34009 15.1309 3.33005 15.0509 3.30005C14.0909 2.97005 13.061 2.79004 11.991 2.79004C10.9209 2.79004 9.90096 2.97005 8.94096 3.30005C8.55096 3.43005 8.12097 3.23009 7.98097 2.84009C7.84097 2.45009 8.05096 2.02007 8.44096 1.88007C9.55096 1.49007 10.751 1.29004 11.991 1.29004C13.231 1.29004 14.431 1.49007 15.541 1.88007C15.931 2.02007 16.141 2.45009 16.001 2.84009C15.901 3.15009 15.6109 3.34009 15.3009 3.34009Z\" fill=\"\"/>\n<path d=\"M10.5602 16.76C10.1202 16.76 9.70023 16.65 9.33023 16.44C8.47023 15.94 7.99023 14.96 7.99023 13.68V10.33C7.99023 9.05003 8.46023 8.07002 9.33023 7.57002C10.1902 7.07002 11.2803 7.15 12.3903 7.79L15.2903 9.46004C16.4003 10.1 17.0103 11 17.0103 12C17.0103 13 16.4003 13.9 15.2903 14.54L12.3903 16.21C11.7603 16.58 11.1302 16.76 10.5602 16.76ZM10.5602 8.74001C10.3802 8.74001 10.2102 8.78 10.0802 8.86C9.71023 9.08 9.49023 9.61002 9.49023 10.32V13.67C9.49023 14.38 9.70023 14.92 10.0802 15.13C10.4502 15.34 11.0203 15.26 11.6403 14.91L14.5403 13.24C15.1603 12.88 15.5103 12.43 15.5103 12C15.5103 11.57 15.1603 11.12 14.5403 10.76L11.6403 9.09004C11.2403 8.86004 10.8702 8.74001 10.5602 8.74001Z\" fill=\"\"/>\n</svg>\n</li><li title=\"play remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 13.4 22.49 14.74 21.97 16C21.88 16.21 21.71 16.37 21.49 16.43C21.27 16.5 21.04 16.46 20.85 16.33C19.67 15.52 18.07 15.58 16.96 16.46C16.19 17.07 15.74 18 15.74 18.99C15.74 19.58 15.9 20.16 16.21 20.66C16.24 20.71 16.26 20.74 16.29 20.77C16.45 20.95 16.51 21.2 16.46 21.44C16.41 21.68 16.24 21.87 16.01 21.96C14.74 22.49 13.39 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C12.9 21.25 13.78 21.12 14.63 20.86C14.38 20.28 14.25 19.65 14.25 19C14.25 17.54 14.9 16.19 16.03 15.29C17.38 14.21 19.3 13.96 20.86 14.63C21.11 13.79 21.24 12.9 21.24 11.99C21.25 6.89999 17.1 2.75 12 2.75Z\" fill=\"\"/>\n<path d=\"M10.8789 16.0701C10.4889 16.0701 10.1189 15.9801 9.79889 15.7901C9.05889 15.3601 8.62891 14.4901 8.62891 13.3901V10.6101C8.62891 9.51008 9.05889 8.64011 9.79889 8.21011C10.5489 7.78011 11.5189 7.85011 12.4689 8.40011L14.8689 9.79007C15.8189 10.3401 16.3589 11.1501 16.3589 12.0001C16.3589 12.8501 15.8189 13.6701 14.8689 14.2101L12.4689 15.6001C11.9289 15.9101 11.3889 16.0701 10.8789 16.0701ZM10.8889 9.43008C10.7589 9.43008 10.6489 9.4601 10.5489 9.5101C10.2789 9.6701 10.1289 10.0701 10.1289 10.6101V13.3901C10.1289 13.9301 10.2789 14.3401 10.5489 14.4901C10.8189 14.6401 11.2389 14.5801 11.7189 14.3001L14.1189 12.9101C14.5889 12.6401 14.8589 12.3001 14.8589 11.9901C14.8589 11.6801 14.5889 11.3501 14.1189 11.0701L11.7189 9.68008C11.4089 9.52008 11.1289 9.43008 10.8889 9.43008Z\" fill=\"\"/>\n<path d=\"M19 23.75C17.43 23.75 15.98 22.98 15.11 21.69C15.07 21.66 14.99 21.54 14.93 21.43C14.49 20.72 14.25 19.87 14.25 19C14.25 17.54 14.9 16.19 16.03 15.29C17.64 14.01 20.01 13.92 21.7 15.1C22.98 15.99 23.74 17.44 23.74 19C23.74 19.87 23.5 20.7201 23.05 21.4501C22.8 21.8701 22.48 22.25 22.1 22.57C21.28 23.33 20.17 23.75 19 23.75ZM19 15.75C18.26 15.75 17.56 16 16.97 16.47C16.2 17.08 15.75 18.01 15.75 19C15.75 19.59 15.91 20.17 16.22 20.67C16.25 20.72 16.27 20.7501 16.3 20.7801C16.95 21.7301 17.94 22.25 19.01 22.25C19.8 22.25 20.56 21.96 21.14 21.44C21.4 21.22 21.62 20.96 21.78 20.68C22.1 20.17 22.26 19.59 22.26 19C22.26 17.94 21.74 16.9401 20.86 16.3401C20.3 15.9501 19.66 15.75 19 15.75Z\" fill=\"\"/>\n<path d=\"M20.0704 20.7901C19.8804 20.7901 19.6904 20.7201 19.5404 20.5701L17.4304 18.4601C17.1404 18.1701 17.1404 17.6901 17.4304 17.4001C17.7204 17.1101 18.2004 17.1101 18.4904 17.4001L20.6004 19.5101C20.8904 19.8001 20.8904 20.2801 20.6004 20.5701C20.4504 20.7201 20.2604 20.7901 20.0704 20.7901Z\" fill=\"\"/>\n<path d=\"M17.9311 20.8199C17.7411 20.8199 17.5511 20.7499 17.4011 20.5999C17.1111 20.3099 17.1111 19.8299 17.4011 19.5399L19.5111 17.4299C19.8011 17.1399 20.2811 17.1399 20.5711 17.4299C20.8611 17.7199 20.8611 18.1999 20.5711 18.4899L18.4611 20.5999C18.3111 20.7499 18.1211 20.8199 17.9311 20.8199Z\" fill=\"\"/>\n</svg>\n</li><li title=\"play \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.87 21.28C7.08 21.28 6.33 21.09 5.67 20.71C4.11 19.81 3.25 17.98 3.25 15.57V8.43999C3.25 6.01999 4.11 4.19999 5.67 3.29999C7.23 2.39999 9.24 2.56999 11.34 3.77999L17.51 7.33999C19.6 8.54999 20.76 10.21 20.76 12.01C20.76 13.81 19.61 15.47 17.51 16.68L11.34 20.24C10.13 20.93 8.95 21.28 7.87 21.28ZM7.87 4.21999C7.33 4.21999 6.85 4.33999 6.42 4.58999C5.34 5.20999 4.75 6.57999 4.75 8.43999V15.56C4.75 17.42 5.34 18.78 6.42 19.41C7.5 20.04 8.98 19.86 10.59 18.93L16.76 15.37C18.37 14.44 19.26 13.25 19.26 12C19.26 10.75 18.37 9.55999 16.76 8.62999L10.59 5.06999C9.61 4.50999 8.69 4.21999 7.87 4.21999Z\" fill=\"\"/>\n</svg>\n</li><li title=\"presention chart \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.1 17.75H5.89999C3.57999 17.75 2.25 16.42 2.25 14.1V2C2.25 1.59 2.59 1.25 3 1.25H21C21.41 1.25 21.75 1.59 21.75 2V14.1C21.75 16.42 20.42 17.75 18.1 17.75ZM3.75 2.75V14.1C3.75 15.59 4.40999 16.25 5.89999 16.25H18.09C19.58 16.25 20.24 15.59 20.24 14.1V2.75H3.75Z\" fill=\"\"/>\n<path d=\"M22 2.75H2C1.59 2.75 1.25 2.41 1.25 2C1.25 1.59 1.59 1.25 2 1.25H22C22.41 1.25 22.75 1.59 22.75 2C22.75 2.41 22.41 2.75 22 2.75Z\" fill=\"\"/>\n<path d=\"M8.00027 22.75C7.72027 22.75 7.46025 22.6 7.33025 22.34C7.14025 21.97 7.29028 21.52 7.67028 21.33L11.2503 19.54V17C11.2503 16.59 11.5903 16.25 12.0003 16.25C12.4103 16.25 12.7503 16.59 12.7503 17V20C12.7503 20.28 12.5903 20.54 12.3303 20.67L8.33025 22.67C8.23025 22.72 8.11027 22.75 8.00027 22.75Z\" fill=\"\"/>\n<path d=\"M15.9999 22.7502C15.8899 22.7502 15.77 22.7202 15.67 22.6702L11.67 20.6702C11.3 20.4802 11.1499 20.0302 11.3299 19.6602C11.5199 19.2902 11.9699 19.1402 12.3399 19.3202L16.3399 21.3202C16.7099 21.5102 16.8599 21.9602 16.6799 22.3302C16.5399 22.6002 16.2699 22.7502 15.9999 22.7502Z\" fill=\"\"/>\n<path d=\"M7.49993 11.7502C7.28993 11.7502 7.06994 11.6602 6.91994 11.4802C6.64994 11.1602 6.69992 10.6902 7.01992 10.4202L10.1699 7.79018C10.4599 7.55018 10.8299 7.45018 11.1799 7.51018C11.5399 7.57018 11.8499 7.79016 12.0399 8.11016L13.0899 9.86016L16.0199 7.42019C16.3399 7.16019 16.8099 7.20016 17.0799 7.52016C17.3499 7.84016 17.2999 8.31016 16.9799 8.58016L13.8299 11.2102C13.5399 11.4502 13.1699 11.5502 12.8199 11.4902C12.4599 11.4302 12.1499 11.2102 11.9599 10.8902L10.9099 9.14019L7.97994 11.5802C7.83994 11.6902 7.66993 11.7502 7.49993 11.7502Z\" fill=\"\"/>\n</svg>\n</li><li title=\"previous \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.6896 20.0902C17.1196 20.0902 16.5596 19.9402 16.0396 19.6402L7.7496 14.8602C6.7196 14.2602 6.09961 13.1902 6.09961 12.0002C6.09961 10.8102 6.7196 9.74019 7.7496 9.14019L16.0396 4.36016C17.0696 3.76016 18.2996 3.76016 19.3396 4.36016C20.3796 4.96016 20.9896 6.02017 20.9896 7.22017V16.7902C20.9896 17.9802 20.3696 19.0502 19.3396 19.6502C18.8196 19.9402 18.2596 20.0902 17.6896 20.0902ZM17.6896 5.41017C17.3796 5.41017 17.0696 5.49016 16.7896 5.65016L8.4996 10.4302C7.9396 10.7602 7.59961 11.3402 7.59961 11.9902C7.59961 12.6402 7.9396 13.2202 8.4996 13.5502L16.7896 18.3302C17.3496 18.6602 18.0296 18.6602 18.5896 18.3302C19.1496 18.0002 19.4896 17.4202 19.4896 16.7702V7.20018C19.4896 6.55018 19.1496 5.97019 18.5896 5.64019C18.3096 5.50019 17.9996 5.41017 17.6896 5.41017Z\" fill=\"\"/>\n<path d=\"M3.75977 18.9298C3.34977 18.9298 3.00977 18.5898 3.00977 18.1798V5.81982C3.00977 5.40982 3.34977 5.06982 3.75977 5.06982C4.16977 5.06982 4.50977 5.40982 4.50977 5.81982V18.1798C4.50977 18.5898 4.16977 18.9298 3.75977 18.9298Z\" fill=\"\"/>\n</svg>\n</li><li title=\"printer slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.75 7.75H7.25C6.84 7.75 6.5 7.41 6.5 7V5C6.5 2.44 7.69 1.25 10.25 1.25H13.75C16.31 1.25 17.5 2.44 17.5 5V7C17.5 7.41 17.16 7.75 16.75 7.75ZM8 6.25H16V5C16 3.3 15.45 2.75 13.75 2.75H10.25C8.55 2.75 8 3.3 8 5V6.25Z\" fill=\"\"/>\n<path d=\"M12.9997 22.75H10.9997C8.95972 22.75 7.65972 21.77 7.32972 19.99C7.25972 19.58 7.51972 19.19 7.92972 19.12C8.32972 19.04 8.72972 19.31 8.79972 19.72C8.92972 20.43 9.29972 21.25 10.9897 21.25H12.9897C14.5697 21.25 15.2397 20.58 15.2397 19V15.75H12.9597C12.5497 15.75 12.2097 15.41 12.2097 15C12.2097 14.59 12.5497 14.25 12.9597 14.25H15.9997C16.4097 14.25 16.7497 14.59 16.7497 15V19C16.7497 21.42 15.4197 22.75 12.9997 22.75Z\" fill=\"\"/>\n<path d=\"M6 18.75C3.58 18.75 2.25 17.42 2.25 15V10C2.25 7.58 3.58 6.25 6 6.25H16.59C17 6.25 17.34 6.59 17.34 7C17.34 7.41 17 7.75 16.59 7.75H6C4.42 7.75 3.75 8.42 3.75 10V15C3.75 16.58 4.42 17.25 6 17.25C6.41 17.25 6.75 17.59 6.75 18C6.75 18.41 6.41 18.75 6 18.75Z\" fill=\"\"/>\n<path d=\"M18 18.7501H16C15.59 18.7501 15.25 18.4101 15.25 18.0001V15.7501H13C12.59 15.7501 12.25 15.4101 12.25 15.0001C12.25 14.5901 12.59 14.2501 13 14.2501H16C16.41 14.2501 16.75 14.5901 16.75 15.0001V17.2501H18C19.58 17.2501 20.25 16.5801 20.25 15.0001V10.0001C20.25 9.08007 20.02 8.47007 19.54 8.13007C19.2 7.89007 19.12 7.42007 19.36 7.09007C19.6 6.75007 20.07 6.67007 20.41 6.91007C21.3 7.54007 21.75 8.58007 21.75 10.0001V15.0001C21.75 17.4201 20.42 18.7501 18 18.7501Z\" fill=\"\"/>\n<path d=\"M17 15.75H15.79C15.38 15.75 15.04 15.41 15.04 15C15.04 14.59 15.38 14.25 15.79 14.25H17C17.41 14.25 17.75 14.59 17.75 15C17.75 15.41 17.41 15.75 17 15.75Z\" fill=\"\"/>\n<path d=\"M9 11.75H7C6.59 11.75 6.25 11.41 6.25 11C6.25 10.59 6.59 10.25 7 10.25H9C9.41 10.25 9.75 10.59 9.75 11C9.75 11.41 9.41 11.75 9 11.75Z\" fill=\"\"/>\n<path d=\"M2.00043 22.7499C1.81043 22.7499 1.62043 22.6799 1.47043 22.5299C1.18043 22.2399 1.18043 21.7599 1.47043 21.4699L21.4704 1.46994C21.7604 1.17994 22.2404 1.17994 22.5304 1.46994C22.8204 1.75994 22.8204 2.23994 22.5304 2.52994L2.53043 22.5299C2.38043 22.6799 2.19043 22.7499 2.00043 22.7499Z\" fill=\"\"/>\n</svg>\n</li><li title=\"printer \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.75 7.75H7.25C6.84 7.75 6.5 7.41 6.5 7V5C6.5 2.44 7.69 1.25 10.25 1.25H13.75C16.31 1.25 17.5 2.44 17.5 5V7C17.5 7.41 17.16 7.75 16.75 7.75ZM8 6.25H16V5C16 3.3 15.45 2.75 13.75 2.75H10.25C8.55 2.75 8 3.3 8 5V6.25Z\" fill=\"\"/>\n<path d=\"M13 22.75H11C8.58 22.75 7.25 21.42 7.25 19V15C7.25 14.59 7.59 14.25 8 14.25H16C16.41 14.25 16.75 14.59 16.75 15V19C16.75 21.42 15.42 22.75 13 22.75ZM8.75 15.75V19C8.75 20.58 9.42 21.25 11 21.25H13C14.58 21.25 15.25 20.58 15.25 19V15.75H8.75Z\" fill=\"\"/>\n<path d=\"M18 18.75H16C15.59 18.75 15.25 18.41 15.25 18V15.75H8.75V18C8.75 18.41 8.41 18.75 8 18.75H6C3.58 18.75 2.25 17.42 2.25 15V10C2.25 7.58 3.58 6.25 6 6.25H18C20.42 6.25 21.75 7.58 21.75 10V15C21.75 17.42 20.42 18.75 18 18.75ZM16.75 17.25H18C19.58 17.25 20.25 16.58 20.25 15V10C20.25 8.42 19.58 7.75 18 7.75H6C4.42 7.75 3.75 8.42 3.75 10V15C3.75 16.58 4.42 17.25 6 17.25H7.25V15C7.25 14.59 7.59 14.25 8 14.25H16C16.41 14.25 16.75 14.59 16.75 15V17.25Z\" fill=\"\"/>\n<path d=\"M17 15.75H7C6.59 15.75 6.25 15.41 6.25 15C6.25 14.59 6.59 14.25 7 14.25H17C17.41 14.25 17.75 14.59 17.75 15C17.75 15.41 17.41 15.75 17 15.75Z\" fill=\"\"/>\n<path d=\"M10 11.75H7C6.59 11.75 6.25 11.41 6.25 11C6.25 10.59 6.59 10.25 7 10.25H10C10.41 10.25 10.75 10.59 10.75 11C10.75 11.41 10.41 11.75 10 11.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"profile 2user \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.16055 11.62C9.13055 11.62 9.11055 11.62 9.08055 11.62C9.03055 11.61 8.96055 11.61 8.90055 11.62C6.00055 11.53 3.81055 9.25 3.81055 6.44C3.81055 3.58 6.14055 1.25 9.00055 1.25C11.8605 1.25 14.1905 3.58 14.1905 6.44C14.1805 9.25 11.9805 11.53 9.19055 11.62C9.18055 11.62 9.17055 11.62 9.16055 11.62ZM9.00055 2.75C6.97055 2.75 5.31055 4.41 5.31055 6.44C5.31055 8.44 6.87055 10.05 8.86055 10.12C8.92055 10.11 9.05055 10.11 9.18055 10.12C11.1405 10.03 12.6805 8.42 12.6905 6.44C12.6905 4.41 11.0305 2.75 9.00055 2.75Z\" fill=\"\"/>\n<path d=\"M16.5404 11.75C16.5104 11.75 16.4804 11.75 16.4504 11.74C16.0404 11.78 15.6204 11.49 15.5804 11.08C15.5404 10.67 15.7904 10.3 16.2004 10.25C16.3204 10.24 16.4504 10.24 16.5604 10.24C18.0204 10.16 19.1604 8.96 19.1604 7.49C19.1604 5.97 17.9304 4.74 16.4104 4.74C16.0004 4.75 15.6604 4.41 15.6604 4C15.6604 3.59 16.0004 3.25 16.4104 3.25C18.7504 3.25 20.6604 5.16 20.6604 7.5C20.6604 9.8 18.8604 11.66 16.5704 11.75C16.5604 11.75 16.5504 11.75 16.5404 11.75Z\" fill=\"\"/>\n<path d=\"M9.16961 22.55C7.20961 22.55 5.23961 22.05 3.74961 21.05C2.35961 20.13 1.59961 18.87 1.59961 17.5C1.59961 16.13 2.35961 14.86 3.74961 13.93C6.74961 11.94 11.6096 11.94 14.5896 13.93C15.9696 14.85 16.7396 16.11 16.7396 17.48C16.7396 18.85 15.9796 20.12 14.5896 21.05C13.0896 22.05 11.1296 22.55 9.16961 22.55ZM4.57961 15.19C3.61961 15.83 3.09961 16.65 3.09961 17.51C3.09961 18.36 3.62961 19.18 4.57961 19.81C7.06961 21.48 11.2696 21.48 13.7596 19.81C14.7196 19.17 15.2396 18.35 15.2396 17.49C15.2396 16.64 14.7096 15.82 13.7596 15.19C11.2696 13.53 7.06961 13.53 4.57961 15.19Z\" fill=\"\"/>\n<path d=\"M18.3402 20.75C17.9902 20.75 17.6802 20.51 17.6102 20.15C17.5302 19.74 17.7902 19.35 18.1902 19.26C18.8202 19.13 19.4002 18.88 19.8502 18.53C20.4202 18.1 20.7302 17.56 20.7302 16.99C20.7302 16.42 20.4202 15.88 19.8602 15.46C19.4202 15.12 18.8702 14.88 18.2202 14.73C17.8202 14.64 17.5602 14.24 17.6502 13.83C17.7402 13.43 18.1402 13.17 18.5502 13.26C19.4102 13.45 20.1602 13.79 20.7702 14.26C21.7002 14.96 22.2302 15.95 22.2302 16.99C22.2302 18.03 21.6902 19.02 20.7602 19.73C20.1402 20.21 19.3602 20.56 18.5002 20.73C18.4402 20.75 18.3902 20.75 18.3402 20.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"profile add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.5 20.25H14.5C14.09 20.25 13.75 19.91 13.75 19.5C13.75 19.09 14.09 18.75 14.5 18.75H18.5C18.91 18.75 19.25 19.09 19.25 19.5C19.25 19.91 18.91 20.25 18.5 20.25Z\" fill=\"\"/>\n<path d=\"M16.5 22.25C16.09 22.25 15.75 21.91 15.75 21.5V17.5C15.75 17.09 16.09 16.75 16.5 16.75C16.91 16.75 17.25 17.09 17.25 17.5V21.5C17.25 21.91 16.91 22.25 16.5 22.25Z\" fill=\"\"/>\n<path d=\"M12.1607 11.62C12.1307 11.62 12.1107 11.62 12.0807 11.62C12.0307 11.61 11.9607 11.61 11.9007 11.62C9.00068 11.53 6.81068 9.25 6.81068 6.44C6.80068 5.06 7.34068 3.76 8.32068 2.78C9.30068 1.8 10.6007 1.25 11.9907 1.25C14.8507 1.25 17.1807 3.58 17.1807 6.44C17.1807 9.25 14.9907 11.52 12.1907 11.62C12.1807 11.62 12.1707 11.62 12.1607 11.62ZM11.9907 2.75C11.0007 2.75 10.0807 3.14 9.38068 3.83C8.69068 4.53 8.31068 5.45 8.31068 6.43C8.31068 8.43 9.87068 10.05 11.8607 10.11C11.9207 10.1 12.0507 10.1 12.1807 10.11C14.1507 10.02 15.6807 8.41 15.6807 6.43C15.6807 4.41 14.0207 2.75 11.9907 2.75Z\" fill=\"\"/>\n<path d=\"M11.9902 22.5599C9.95016 22.5599 8.02016 22.0299 6.56016 21.0499C5.17016 20.1199 4.41016 18.8499 4.41016 17.4799C4.41016 16.1099 5.18016 14.8499 6.56016 13.9299C9.55016 11.9299 14.4102 11.9299 17.4002 13.9299C17.7402 14.1599 17.8402 14.6299 17.6102 14.9699C17.3802 15.3199 16.9102 15.4099 16.5702 15.1799C14.0802 13.5199 9.88016 13.5199 7.39016 15.1799C6.43016 15.8199 5.91016 16.6299 5.91016 17.4799C5.91016 18.3299 6.43016 19.1599 7.39016 19.7999C8.60016 20.6099 10.2302 21.0499 11.9802 21.0499C12.3902 21.0499 12.7302 21.3899 12.7302 21.7999C12.7302 22.2099 12.4002 22.5599 11.9902 22.5599Z\" fill=\"\"/>\n</svg>\n</li><li title=\"profile circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.1205 13.53C12.1005 13.53 12.0705 13.53 12.0505 13.53C12.0205 13.53 11.9805 13.53 11.9505 13.53C9.68047 13.46 7.98047 11.69 7.98047 9.50998C7.98047 7.28998 9.79047 5.47998 12.0105 5.47998C14.2305 5.47998 16.0405 7.28998 16.0405 9.50998C16.0305 11.7 14.3205 13.46 12.1505 13.53C12.1305 13.53 12.1305 13.53 12.1205 13.53ZM12.0005 6.96998C10.6005 6.96998 9.47047 8.10998 9.47047 9.49998C9.47047 10.87 10.5405 11.98 11.9005 12.03C11.9305 12.02 12.0305 12.02 12.1305 12.03C13.4705 11.96 14.5205 10.86 14.5305 9.49998C14.5305 8.10998 13.4005 6.96998 12.0005 6.96998Z\" fill=\"\"/>\n<path d=\"M12.0008 22.7501C9.31081 22.7501 6.74081 21.7501 4.75081 19.9301C4.57081 19.7701 4.49081 19.5301 4.51081 19.3001C4.64081 18.1101 5.38081 17.0001 6.61081 16.1801C9.59081 14.2001 14.4208 14.2001 17.3908 16.1801C18.6208 17.0101 19.3608 18.1101 19.4908 19.3001C19.5208 19.5401 19.4308 19.7701 19.2508 19.9301C17.2608 21.7501 14.6908 22.7501 12.0008 22.7501ZM6.08081 19.1001C7.74081 20.4901 9.83081 21.2501 12.0008 21.2501C14.1708 21.2501 16.2608 20.4901 17.9208 19.1001C17.7408 18.4901 17.2608 17.9001 16.5508 17.4201C14.0908 15.7801 9.92081 15.7801 7.44081 17.4201C6.73081 17.9001 6.26081 18.4901 6.08081 19.1001Z\" fill=\"\"/>\n<path d=\"M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"profile delete \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.5893 21.66C15.3993 21.66 15.2093 21.59 15.0593 21.44C14.7693 21.15 14.7693 20.67 15.0593 20.38L17.8793 17.56C18.1693 17.27 18.6493 17.27 18.9393 17.56C19.2293 17.85 19.2293 18.33 18.9393 18.62L16.1193 21.44C15.9693 21.59 15.7793 21.66 15.5893 21.66Z\" fill=\"\"/>\n<path d=\"M18.4093 21.66C18.2193 21.66 18.0293 21.59 17.8793 21.44L15.0593 18.62C14.7693 18.33 14.7693 17.85 15.0593 17.56C15.3493 17.27 15.8293 17.27 16.1193 17.56L18.9393 20.38C19.2293 20.67 19.2293 21.15 18.9393 21.44C18.7893 21.59 18.5993 21.66 18.4093 21.66Z\" fill=\"\"/>\n<path d=\"M12.1605 11.62C12.1305 11.62 12.1105 11.62 12.0805 11.62C12.0305 11.61 11.9605 11.61 11.9005 11.62C9.00055 11.53 6.81055 9.25 6.81055 6.44C6.81055 3.58 9.14055 1.25 12.0005 1.25C14.8605 1.25 17.1905 3.58 17.1905 6.44C17.1805 9.25 14.9805 11.53 12.1905 11.62C12.1805 11.62 12.1705 11.62 12.1605 11.62ZM12.0005 2.75C9.97055 2.75 8.31055 4.41 8.31055 6.44C8.31055 8.44 9.87055 10.05 11.8605 10.12C11.9205 10.11 12.0505 10.11 12.1805 10.12C14.1405 10.03 15.6805 8.42 15.6905 6.44C15.6905 4.41 14.0305 2.75 12.0005 2.75Z\" fill=\"\"/>\n<path d=\"M11.9999 22.5599C9.95992 22.5599 8.02992 22.0299 6.56992 21.0499C5.17992 20.1199 4.41992 18.8499 4.41992 17.4799C4.41992 16.1099 5.18992 14.8499 6.56992 13.9299C9.55992 11.9299 14.4199 11.9299 17.4099 13.9299C17.7499 14.1599 17.8499 14.6299 17.6199 14.9699C17.3899 15.3199 16.9199 15.4099 16.5799 15.1799C14.0899 13.5199 9.88992 13.5199 7.39992 15.1799C6.43992 15.8199 5.91992 16.6299 5.91992 17.4799C5.91992 18.3299 6.44992 19.1599 7.39992 19.7999C8.60992 20.6099 10.2399 21.0499 11.9899 21.0499C12.3999 21.0499 12.7399 21.3899 12.7399 21.7999C12.7399 22.2099 12.4099 22.5599 11.9999 22.5599Z\" fill=\"\"/>\n</svg>\n</li><li title=\"profile remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.5 19.75H15.5C15.09 19.75 14.75 19.41 14.75 19C14.75 18.59 15.09 18.25 15.5 18.25H19.5C19.91 18.25 20.25 18.59 20.25 19C20.25 19.41 19.91 19.75 19.5 19.75Z\" fill=\"\"/>\n<path d=\"M12.1508 11.62C12.1208 11.62 12.1008 11.62 12.0708 11.62C12.0108 11.61 11.9508 11.62 11.8908 11.62C8.99078 11.53 6.80078 9.25 6.80078 6.44C6.80078 3.58 9.13078 1.25 11.9908 1.25C14.8508 1.25 17.1808 3.58 17.1808 6.44C17.1708 9.25 14.9708 11.53 12.1808 11.62C12.1708 11.62 12.1608 11.62 12.1508 11.62ZM11.9908 2.75C9.96078 2.75 8.30078 4.41 8.30078 6.44C8.30078 8.44 9.86078 10.05 11.8508 10.12C11.9108 10.11 12.0408 10.11 12.1708 10.12C14.1308 10.03 15.6708 8.42 15.6808 6.44C15.6808 4.41 14.0208 2.75 11.9908 2.75Z\" fill=\"\"/>\n<path d=\"M11.9902 22.5599C9.95016 22.5599 8.02016 22.0299 6.56016 21.0499C5.17016 20.1199 4.41016 18.8499 4.41016 17.4799C4.41016 16.1099 5.18016 14.8499 6.56016 13.9299C9.55016 11.9299 14.4102 11.9299 17.4002 13.9299C17.7402 14.1599 17.8402 14.6299 17.6102 14.9699C17.3802 15.3199 16.9102 15.4099 16.5702 15.1799C14.0802 13.5199 9.88016 13.5199 7.39016 15.1799C6.43016 15.8199 5.91016 16.6299 5.91016 17.4799C5.91016 18.3299 6.43016 19.1599 7.39016 19.7999C8.60016 20.6099 10.2302 21.0499 11.9802 21.0499C12.3902 21.0499 12.7302 21.3899 12.7302 21.7999C12.7302 22.2099 12.4002 22.5599 11.9902 22.5599Z\" fill=\"\"/>\n</svg>\n</li><li title=\"profile tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.9609 21.32C15.7709 21.32 15.5809 21.25 15.4309 21.1L13.9109 19.58C13.6209 19.29 13.6209 18.81 13.9109 18.52C14.2009 18.23 14.6809 18.23 14.9709 18.52L15.9609 19.51L18.4709 17C18.7609 16.71 19.2409 16.71 19.5309 17C19.8209 17.29 19.8209 17.77 19.5309 18.06L16.4909 21.1C16.3409 21.25 16.1509 21.32 15.9609 21.32Z\" fill=\"\"/>\n<path d=\"M12.1607 11.62C12.1307 11.62 12.1107 11.62 12.0807 11.62C12.0307 11.61 11.9607 11.61 11.9007 11.62C9.00068 11.53 6.81068 9.25 6.81068 6.44C6.80068 5.06 7.34068 3.76 8.32068 2.78C9.30068 1.8 10.6007 1.25 11.9907 1.25C14.8507 1.25 17.1807 3.58 17.1807 6.44C17.1807 9.25 14.9907 11.52 12.1907 11.62C12.1807 11.62 12.1707 11.62 12.1607 11.62ZM11.9907 2.75C11.0007 2.75 10.0807 3.14 9.38068 3.83C8.69068 4.53 8.31068 5.45 8.31068 6.43C8.31068 8.43 9.87068 10.05 11.8607 10.11C11.9207 10.1 12.0507 10.1 12.1807 10.11C14.1507 10.02 15.6807 8.41 15.6807 6.43C15.6807 4.41 14.0207 2.75 11.9907 2.75Z\" fill=\"\"/>\n<path d=\"M11.9902 22.5599C9.95016 22.5599 8.02016 22.0299 6.56016 21.0499C5.17016 20.1199 4.41016 18.8499 4.41016 17.4799C4.41016 16.1099 5.18016 14.8499 6.56016 13.9299C9.55016 11.9299 14.4102 11.9299 17.4002 13.9299C17.7402 14.1599 17.8402 14.6299 17.6102 14.9699C17.3802 15.3199 16.9102 15.4099 16.5702 15.1799C14.0802 13.5199 9.88016 13.5199 7.39016 15.1799C6.43016 15.8199 5.91016 16.6299 5.91016 17.4799C5.91016 18.3299 6.43016 19.1599 7.39016 19.7999C8.60016 20.6099 10.2302 21.0499 11.9802 21.0499C12.3902 21.0499 12.7302 21.3899 12.7302 21.7999C12.7302 22.2099 12.4002 22.5599 11.9902 22.5599Z\" fill=\"\"/>\n</svg>\n</li><li title=\"programming arrow \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 16.75C18.59 16.75 18.25 16.41 18.25 16V6.5C18.25 5.81 17.69 5.25 17 5.25H12.5C12.09 5.25 11.75 4.91 11.75 4.5C11.75 4.09 12.09 3.75 12.5 3.75H17C18.52 3.75 19.75 4.98 19.75 6.5V16C19.75 16.41 19.41 16.75 19 16.75Z\" fill=\"\"/>\n<path d=\"M15 7.74993C14.83 7.74993 14.66 7.68993 14.52 7.57993L11.52 5.07993C11.35 4.93993 11.25 4.72993 11.25 4.49993C11.25 4.26993 11.35 4.06993 11.52 3.91993L14.52 1.41993C14.84 1.14993 15.31 1.19993 15.58 1.51993C15.85 1.83993 15.8 2.30993 15.48 2.57993L13.17 4.49993L15.48 6.41993C15.8 6.68993 15.84 7.15992 15.58 7.47992C15.43 7.65992 15.21 7.74993 15 7.74993Z\" fill=\"\"/>\n<path d=\"M5 16.75C4.59 16.75 4.25 16.41 4.25 16V9C4.25 8.59 4.59 8.25 5 8.25C5.41 8.25 5.75 8.59 5.75 9V16C5.75 16.41 5.41 16.75 5 16.75Z\" fill=\"\"/>\n<path d=\"M5.25 9.25C3.04 9.25 1.25 7.46 1.25 5.25C1.25 3.04 3.04 1.25 5.25 1.25C7.46 1.25 9.25 3.04 9.25 5.25C9.25 7.46 7.46 9.25 5.25 9.25ZM5.25 2.75C3.87 2.75 2.75 3.87 2.75 5.25C2.75 6.63 3.87 7.75 5.25 7.75C6.63 7.75 7.75 6.63 7.75 5.25C7.75 3.87 6.63 2.75 5.25 2.75Z\" fill=\"\"/>\n<path d=\"M5 22.75C2.93 22.75 1.25 21.07 1.25 19C1.25 16.93 2.93 15.25 5 15.25C7.07 15.25 8.75 16.93 8.75 19C8.75 21.07 7.07 22.75 5 22.75ZM5 16.75C3.76 16.75 2.75 17.76 2.75 19C2.75 20.24 3.76 21.25 5 21.25C6.24 21.25 7.25 20.24 7.25 19C7.25 17.76 6.24 16.75 5 16.75Z\" fill=\"\"/>\n<path d=\"M19 22.75C16.93 22.75 15.25 21.07 15.25 19C15.25 16.93 16.93 15.25 19 15.25C21.07 15.25 22.75 16.93 22.75 19C22.75 21.07 21.07 22.75 19 22.75ZM19 16.75C17.76 16.75 16.75 17.76 16.75 19C16.75 20.24 17.76 21.25 19 21.25C20.24 21.25 21.25 20.24 21.25 19C21.25 17.76 20.24 16.75 19 16.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"programming arrows \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 16.75C18.59 16.75 18.25 16.41 18.25 16V6.5C18.25 5.81 17.69 5.25 17 5.25H11.5C11.09 5.25 10.75 4.91 10.75 4.5C10.75 4.09 11.09 3.75 11.5 3.75H17C18.52 3.75 19.75 4.98 19.75 6.5V16C19.75 16.41 19.41 16.75 19 16.75Z\" fill=\"\"/>\n<path d=\"M14 7.74993C13.83 7.74993 13.66 7.68995 13.52 7.57995L10.52 5.07995C10.35 4.93995 10.25 4.72993 10.25 4.49993C10.25 4.26993 10.35 4.06991 10.52 3.91991L13.52 1.41991C13.84 1.14991 14.31 1.19995 14.58 1.51995C14.85 1.83995 14.8 2.30995 14.48 2.57995L12.17 4.49993L14.48 6.41991C14.8 6.68991 14.84 7.15991 14.58 7.47991C14.43 7.65991 14.21 7.74993 14 7.74993Z\" fill=\"\"/>\n<path d=\"M19 22.75C16.93 22.75 15.25 21.07 15.25 19C15.25 16.93 16.93 15.25 19 15.25C21.07 15.25 22.75 16.93 22.75 19C22.75 21.07 21.07 22.75 19 22.75ZM19 16.75C17.76 16.75 16.75 17.76 16.75 19C16.75 20.24 17.76 21.25 19 21.25C20.24 21.25 21.25 20.24 21.25 19C21.25 17.76 20.24 16.75 19 16.75Z\" fill=\"\"/>\n<path d=\"M12.5 20.25H7C5.48 20.25 4.25 19.02 4.25 17.5V8C4.25 7.59 4.59 7.25 5 7.25C5.41 7.25 5.75 7.59 5.75 8V17.5C5.75 18.19 6.31 18.75 7 18.75H12.5C12.91 18.75 13.25 19.09 13.25 19.5C13.25 19.91 12.91 20.25 12.5 20.25Z\" fill=\"\"/>\n<path d=\"M10.0009 22.7497C9.7909 22.7497 9.57092 22.6597 9.42092 22.4797C9.15092 22.1597 9.20089 21.6897 9.52089 21.4197L11.8309 19.4997L9.52089 17.5797C9.20089 17.3097 9.16092 16.8397 9.42092 16.5197C9.69092 16.1997 10.1609 16.1597 10.4809 16.4197L13.4809 18.9197C13.6509 19.0597 13.7509 19.2697 13.7509 19.4997C13.7509 19.7297 13.6509 19.9297 13.4809 20.0797L10.4809 22.5797C10.3409 22.6897 10.1709 22.7497 10.0009 22.7497Z\" fill=\"\"/>\n<path d=\"M5 8.75C2.93 8.75 1.25 7.07 1.25 5C1.25 2.93 2.93 1.25 5 1.25C7.07 1.25 8.75 2.93 8.75 5C8.75 7.07 7.07 8.75 5 8.75ZM5 2.75C3.76 2.75 2.75 3.76 2.75 5C2.75 6.24 3.76 7.25 5 7.25C6.24 7.25 7.25 6.24 7.25 5C7.25 3.76 6.24 2.75 5 2.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"quote down circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.67999 16.78H8.19C7.12 16.78 6.25 15.91 6.25 14.84V12.1699C6.25 11.7599 6.59 11.4199 7 11.4199H9.67999C10.77 11.4199 11.62 12.2699 11.62 13.3599V14.8499C11.61 15.9199 10.76 16.78 9.67999 16.78ZM7.75 12.9099V14.83C7.75 15.07 7.95 15.27 8.19 15.27H9.67999C9.99999 15.27 10.12 15.03 10.12 14.83V13.34C10.12 13.14 10.01 12.9 9.67999 12.9H7.75V12.9099Z\" fill=\"\"/>\n<path d=\"M7 12.9102C6.59 12.9102 6.25 12.5702 6.25 12.1602C6.25 9.08022 6.92001 8.39027 8.71001 7.33027C9.06001 7.12027 9.53001 7.24028 9.74001 7.59028C9.95001 7.94028 9.83 8.41024 9.48 8.62024C8.12 9.43024 7.75 9.64022 7.75 12.1602C7.75 12.5802 7.41 12.9102 7 12.9102Z\" fill=\"\"/>\n<path d=\"M15.8089 16.78H14.3189C13.2489 16.78 12.3789 15.91 12.3789 14.84V12.1699C12.3789 11.7599 12.7189 11.4199 13.1289 11.4199H15.8089C16.8989 11.4199 17.7489 12.2699 17.7489 13.3599V14.8499C17.7489 15.9199 16.8989 16.78 15.8089 16.78ZM13.8889 12.9099V14.83C13.8889 15.07 14.0889 15.27 14.3289 15.27H15.8189C16.1389 15.27 16.2589 15.03 16.2589 14.83V13.34C16.2589 13.14 16.1489 12.9 15.8189 12.9H13.8889V12.9099Z\" fill=\"\"/>\n<path d=\"M13.1406 12.9102C12.7306 12.9102 12.3906 12.5702 12.3906 12.1602C12.3906 9.08022 13.0606 8.39027 14.8506 7.33027C15.2106 7.12027 15.6706 7.24028 15.8806 7.59028C16.0906 7.95028 15.9706 8.41024 15.6206 8.62024C14.2606 9.43024 13.8906 9.64022 13.8906 12.1602C13.8906 12.5802 13.5506 12.9102 13.1406 12.9102Z\" fill=\"\"/>\n<path d=\"M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"quote down square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n<path d=\"M9.68 16.78H8.19C7.12 16.78 6.25 15.91 6.25 14.84V12.1699C6.25 11.7599 6.59 11.4199 7 11.4199H9.68C10.77 11.4199 11.62 12.2699 11.62 13.3599V14.8499C11.61 15.9199 10.76 16.78 9.68 16.78ZM7.75 12.9099V14.83C7.75 15.07 7.95 15.27 8.19 15.27H9.68C10 15.27 10.12 15.03 10.12 14.83V13.34C10.12 13.14 10.01 12.9 9.68 12.9H7.75V12.9099Z\" fill=\"\"/>\n<path d=\"M7 12.9102C6.59 12.9102 6.25 12.5702 6.25 12.1602C6.25 9.08022 6.92 8.39027 8.71 7.33027C9.06 7.12027 9.53 7.24028 9.74 7.59028C9.95 7.94028 9.83 8.41024 9.48 8.62024C8.12 9.43024 7.75 9.64022 7.75 12.1602C7.75 12.5802 7.41 12.9102 7 12.9102Z\" fill=\"\"/>\n<path d=\"M15.8089 16.78H14.3189C13.2489 16.78 12.3789 15.91 12.3789 14.84V12.1699C12.3789 11.7599 12.7189 11.4199 13.1289 11.4199H15.8089C16.8989 11.4199 17.7489 12.2699 17.7489 13.3599V14.8499C17.7489 15.9199 16.8989 16.78 15.8089 16.78ZM13.8889 12.9099V14.83C13.8889 15.07 14.0889 15.27 14.3289 15.27H15.8189C16.1389 15.27 16.2589 15.03 16.2589 14.83V13.34C16.2589 13.14 16.1489 12.9 15.8189 12.9H13.8889V12.9099Z\" fill=\"\"/>\n<path d=\"M13.1406 12.9102C12.7306 12.9102 12.3906 12.5702 12.3906 12.1602C12.3906 9.08022 13.0606 8.39027 14.8506 7.33027C15.2106 7.12027 15.6706 7.24028 15.8806 7.59028C16.0906 7.94028 15.9706 8.41024 15.6206 8.62024C14.2606 9.43024 13.8906 9.64022 13.8906 12.1602C13.8906 12.5802 13.5506 12.9102 13.1406 12.9102Z\" fill=\"\"/>\n</svg>\n</li><li title=\"quote down \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22.0011 12.4H16.2011C14.3011 12.4 12.8711 10.97 12.8711 9.07001V5.84998C12.8711 3.94998 14.3011 2.52002 16.2011 2.52002H19.4211C21.2511 2.52002 22.7511 4.00998 22.7511 5.84998V11.65C22.7511 12.07 22.4111 12.4 22.0011 12.4ZM16.2011 4.03003C15.1411 4.03003 14.3711 4.79999 14.3711 5.85999V9.08002C14.3711 10.14 15.1411 10.91 16.2011 10.91H21.2511V5.85999C21.2511 4.84999 20.4311 4.03003 19.4211 4.03003H16.2011Z\" fill=\"\"/>\n<path d=\"M17.4705 21.4698C17.2105 21.4698 16.9605 21.3399 16.8205 21.0999C16.6105 20.7399 16.7305 20.2799 17.0805 20.0699C20.3105 18.1499 21.2505 17.3499 21.2505 11.6499C21.2505 11.2399 21.5905 10.8999 22.0005 10.8999C22.4105 10.8999 22.7505 11.2399 22.7505 11.6499C22.7505 17.8999 21.4805 19.2099 17.8505 21.3599C17.7305 21.4399 17.6005 21.4698 17.4705 21.4698Z\" fill=\"\"/>\n<path d=\"M10.3702 12.4H4.57023C2.67023 12.4 1.24023 10.97 1.24023 9.07001V5.84998C1.24023 3.94998 2.67023 2.52002 4.57023 2.52002H7.80023C9.63023 2.52002 11.1302 4.00998 11.1302 5.84998V11.65C11.1202 12.07 10.7902 12.4 10.3702 12.4ZM4.58023 4.03003C3.52023 4.03003 2.75023 4.79999 2.75023 5.85999V9.08002C2.75023 10.14 3.52023 10.91 4.58023 10.91H9.63023V5.85999C9.63023 4.84999 8.81024 4.03003 7.80023 4.03003H4.58023Z\" fill=\"\"/>\n<path d=\"M5.83964 21.4698C5.57964 21.4698 5.32964 21.3399 5.18964 21.0999C4.97964 20.7399 5.09964 20.2799 5.44964 20.0699C8.67964 18.1499 9.61964 17.3499 9.61964 11.6499C9.61964 11.2399 9.95964 10.8999 10.3696 10.8999C10.7796 10.8999 11.1196 11.2399 11.1196 11.6499C11.1196 17.8999 9.84964 19.2099 6.21964 21.3599C6.09964 21.4399 5.96964 21.4698 5.83964 21.4698Z\" fill=\"\"/>\n</svg>\n</li><li title=\"quote up circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.9989 12.5898H14.3189C13.2289 12.5898 12.3789 11.7398 12.3789 10.6498V9.15973C12.3789 8.06973 13.2289 7.21973 14.3189 7.21973H15.8089C16.8789 7.21973 17.7489 8.08973 17.7489 9.15973V11.8298C17.7489 12.2498 17.4089 12.5898 16.9989 12.5898ZM14.3189 8.71973C13.9989 8.71973 13.8789 8.95973 13.8789 9.15973V10.6498C13.8789 10.8498 13.9889 11.0898 14.3189 11.0898H16.2489V9.16974C16.2489 8.92974 16.0489 8.72974 15.8089 8.72974H14.3189V8.71973Z\" fill=\"\"/>\n<path d=\"M14.91 16.7798C14.65 16.7798 14.4 16.6498 14.26 16.4098C14.05 16.0498 14.17 15.5898 14.52 15.3798C15.88 14.5698 16.25 14.3598 16.25 11.8398C16.25 11.4298 16.59 11.0898 17 11.0898C17.41 11.0898 17.75 11.4298 17.75 11.8398C17.75 14.9198 17.08 15.6098 15.29 16.6698C15.17 16.7398 15.04 16.7798 14.91 16.7798Z\" fill=\"\"/>\n<path d=\"M10.8602 12.5898H8.18022C7.09022 12.5898 6.24023 11.7398 6.24023 10.6498V9.15973C6.24023 8.06973 7.09022 7.21973 8.18022 7.21973H9.67023C10.7402 7.21973 11.6102 8.08973 11.6102 9.15973V11.8298C11.6102 12.2498 11.2802 12.5898 10.8602 12.5898ZM8.19023 8.71973C7.87023 8.71973 7.75023 8.95973 7.75023 9.15973V10.6498C7.75023 10.8498 7.86023 11.0898 8.19023 11.0898H10.1202V9.16974C10.1202 8.92974 9.92022 8.72974 9.68022 8.72974H8.19023V8.71973Z\" fill=\"\"/>\n<path d=\"M8.76934 16.7798C8.50934 16.7798 8.25933 16.6498 8.11933 16.4098C7.90933 16.0498 8.02934 15.5898 8.37934 15.3798C9.73934 14.5698 10.1093 14.3598 10.1093 11.8398C10.1093 11.4298 10.4493 11.0898 10.8593 11.0898C11.2693 11.0898 11.6093 11.4298 11.6093 11.8398C11.6093 14.9198 10.9393 15.6098 9.14933 16.6698C9.02933 16.7398 8.89934 16.7798 8.76934 16.7798Z\" fill=\"\"/>\n<path d=\"M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"quote up square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n<path d=\"M16.9989 12.5898H14.3189C13.2289 12.5898 12.3789 11.7398 12.3789 10.6498V9.15973C12.3789 8.06973 13.2289 7.21973 14.3189 7.21973H15.8089C16.8789 7.21973 17.7489 8.08973 17.7489 9.15973V11.8298C17.7489 12.2498 17.4089 12.5898 16.9989 12.5898ZM14.3189 8.71973C13.9989 8.71973 13.8789 8.95973 13.8789 9.15973V10.6498C13.8789 10.8498 13.9889 11.0898 14.3189 11.0898H16.2489V9.16974C16.2489 8.92974 16.0489 8.72974 15.8089 8.72974H14.3189V8.71973Z\" fill=\"\"/>\n<path d=\"M14.91 16.7798C14.65 16.7798 14.4 16.6498 14.26 16.4098C14.05 16.0498 14.17 15.5898 14.52 15.3798C15.88 14.5698 16.25 14.3598 16.25 11.8398C16.25 11.4298 16.59 11.0898 17 11.0898C17.41 11.0898 17.75 11.4298 17.75 11.8398C17.75 14.9198 17.08 15.6098 15.29 16.6698C15.17 16.7398 15.04 16.7798 14.91 16.7798Z\" fill=\"\"/>\n<path d=\"M10.8602 12.5898H8.18023C7.09023 12.5898 6.24023 11.7398 6.24023 10.6498V9.15973C6.24023 8.06973 7.09023 7.21973 8.18023 7.21973H9.67023C10.7402 7.21973 11.6102 8.08973 11.6102 9.15973V11.8298C11.6102 12.2498 11.2802 12.5898 10.8602 12.5898ZM8.19023 8.71973C7.87023 8.71973 7.75023 8.95973 7.75023 9.15973V10.6498C7.75023 10.8498 7.86023 11.0898 8.19023 11.0898H10.1202V9.16974C10.1202 8.92974 9.92023 8.72974 9.68023 8.72974H8.19023V8.71973Z\" fill=\"\"/>\n<path d=\"M8.76933 16.7798C8.50933 16.7798 8.25933 16.6498 8.11933 16.4098C7.90933 16.0498 8.02933 15.5898 8.37933 15.3798C9.73933 14.5698 10.1093 14.3598 10.1093 11.8398C10.1093 11.4298 10.4493 11.0898 10.8593 11.0898C11.2693 11.0898 11.6093 11.4298 11.6093 11.8398C11.6093 14.9198 10.9393 15.6098 9.14933 16.6698C9.02933 16.7398 8.89933 16.7798 8.76933 16.7798Z\" fill=\"\"/>\n</svg>\n</li><li title=\"quote up \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.79999 21.4698H4.58002C2.75002 21.4698 1.25 19.9798 1.25 18.1398V12.3398C1.25 11.9298 1.59 11.5898 2 11.5898H7.79999C9.69999 11.5898 11.13 13.0198 11.13 14.9198V18.1398C11.12 20.0398 9.68999 21.4698 7.79999 21.4698ZM2.75 13.0998V18.1498C2.75 19.1598 3.57002 19.9798 4.58002 19.9798H7.79999C8.85999 19.9798 9.63 19.2098 9.63 18.1498V14.9298C9.63 13.8698 8.85999 13.0998 7.79999 13.0998H2.75Z\" fill=\"\"/>\n<path d=\"M2 13.0998C1.59 13.0998 1.25 12.7598 1.25 12.3498C1.25 6.0998 2.52002 4.78984 6.15002 2.63984C6.51002 2.42984 6.96999 2.54985 7.17999 2.89985C7.38999 3.25985 7.26998 3.71982 6.91998 3.92982C3.67998 5.84981 2.75 6.6498 2.75 12.3498C2.75 12.7598 2.41 13.0998 2 13.0998Z\" fill=\"\"/>\n<path d=\"M19.4211 21.4698H16.2011C14.3711 21.4698 12.8711 19.9798 12.8711 18.1398V12.3398C12.8711 11.9298 13.2111 11.5898 13.6211 11.5898H19.4211C21.3211 11.5898 22.7511 13.0198 22.7511 14.9198V18.1398C22.7511 20.0398 21.3211 21.4698 19.4211 21.4698ZM14.3811 13.0998V18.1498C14.3811 19.1598 15.2011 19.9798 16.2111 19.9798H19.4311C20.4911 19.9798 21.2611 19.2098 21.2611 18.1498V14.9298C21.2611 13.8698 20.4911 13.0998 19.4311 13.0998H14.3811Z\" fill=\"\"/>\n<path d=\"M13.6289 13.0998C13.2189 13.0998 12.8789 12.7598 12.8789 12.3498C12.8789 6.0998 14.1489 4.78984 17.7789 2.63984C18.1389 2.42984 18.5989 2.54985 18.8089 2.89985C19.0189 3.25985 18.8989 3.71982 18.5489 3.92982C15.3089 5.84981 14.3789 6.6498 14.3789 12.3498C14.3789 12.7598 14.0389 13.0998 13.6289 13.0998Z\" fill=\"\"/>\n</svg>\n</li><li title=\"radar 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 14.75C10.48 14.75 9.25 13.52 9.25 12C9.25 10.48 10.48 9.25 12 9.25C13.52 9.25 14.75 10.48 14.75 12C14.75 13.52 13.52 14.75 12 14.75ZM12 10.75C11.31 10.75 10.75 11.31 10.75 12C10.75 12.69 11.31 13.25 12 13.25C12.69 13.25 13.25 12.69 13.25 12C13.25 11.31 12.69 10.75 12 10.75Z\" fill=\"\"/>\n<path d=\"M20.0003 18.75C19.8403 18.75 19.6903 18.7 19.5503 18.6C19.2203 18.35 19.1503 17.88 19.4003 17.55C20.6103 15.94 21.2503 14.02 21.2503 12C21.2503 9.98004 20.6103 8.06005 19.4003 6.45005C19.1503 6.12005 19.2203 5.65003 19.5503 5.40003C19.8803 5.15003 20.3503 5.22002 20.6003 5.55002C22.0103 7.42002 22.7503 9.65004 22.7503 12C22.7503 14.35 22.0103 16.58 20.6003 18.45C20.4503 18.65 20.2303 18.75 20.0003 18.75Z\" fill=\"\"/>\n<path d=\"M4 18.75C3.77 18.75 3.54999 18.65 3.39999 18.45C1.98999 16.58 1.25 14.35 1.25 12C1.25 9.65004 1.98999 7.42002 3.39999 5.55002C3.64999 5.22002 4.12001 5.15003 4.45001 5.40003C4.78001 5.65003 4.85001 6.12005 4.60001 6.45005C3.39001 8.06005 2.75 9.98004 2.75 12C2.75 14.02 3.39001 15.94 4.60001 17.55C4.85001 17.88 4.78001 18.35 4.45001 18.6C4.32001 18.7 4.16 18.75 4 18.75Z\" fill=\"\"/>\n<path d=\"M16.801 16.3499C16.641 16.3499 16.4911 16.2999 16.3511 16.1999C16.0211 15.9499 15.9511 15.4799 16.2011 15.1499C16.8911 14.2399 17.251 13.1499 17.251 11.9999C17.251 10.8499 16.8911 9.75994 16.2011 8.84994C15.9511 8.51994 16.0211 8.04992 16.3511 7.79992C16.6811 7.54992 17.151 7.61995 17.401 7.94995C18.281 9.12995 18.751 10.5299 18.751 11.9999C18.751 13.4699 18.281 14.8799 17.401 16.0499C17.251 16.2499 17.031 16.3499 16.801 16.3499Z\" fill=\"\"/>\n<path d=\"M7.20001 16.3499C6.97001 16.3499 6.75001 16.2499 6.60001 16.0499C5.72001 14.8699 5.25 13.4699 5.25 11.9999C5.25 10.5299 5.72001 9.11995 6.60001 7.94995C6.85001 7.61995 7.31999 7.54992 7.64999 7.79992C7.97999 8.04992 8.04999 8.51994 7.79999 8.84994C7.10999 9.75994 6.75 10.8499 6.75 11.9999C6.75 13.1499 7.10999 14.2399 7.79999 15.1499C8.04999 15.4799 7.97999 15.9499 7.64999 16.1999C7.51999 16.2999 7.36001 16.3499 7.20001 16.3499Z\" fill=\"\"/>\n</svg>\n</li><li title=\"radar 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22.7502C6.07 22.7502 1.25 17.9302 1.25 12.0002C1.25 10.1202 1.73999 8.27026 2.67999 6.64026C2.88999 6.28026 3.34001 6.16023 3.70001 6.36023L12.37 11.3402C12.73 11.5502 12.85 12.0002 12.65 12.3602C12.44 12.7202 11.99 12.8403 11.63 12.6403L3.63 8.05023C3.05 9.28023 2.75 10.6202 2.75 11.9902C2.75 17.0902 6.9 21.2402 12 21.2402C17.1 21.2402 21.25 17.0902 21.25 11.9902C21.25 6.89023 17.1 2.74023 12 2.74023C9.98 2.74023 8.06001 3.38024 6.45001 4.59024C6.12001 4.84024 5.64999 4.77025 5.39999 4.44025C5.14999 4.11025 5.21999 3.64026 5.54999 3.39026C7.41999 1.99026 9.65 1.24023 12 1.24023C17.93 1.24023 22.75 6.06023 22.75 11.9902C22.75 17.9202 17.93 22.7502 12 22.7502Z\" fill=\"\"/>\n<path d=\"M12 18.75C8.28 18.75 5.25 15.72 5.25 12C5.25 10.8 5.56999 9.60999 6.17999 8.57999C6.38999 8.21999 6.84999 8.1 7.20999 8.31C7.56999 8.52 7.69001 8.98 7.48001 9.34C7.01001 10.14 6.76001 11.06 6.76001 12C6.76001 14.9 9.12001 17.25 12.01 17.25C14.9 17.25 17.26 14.9 17.26 12C17.26 9.1 14.9 6.75 12.01 6.75C11.23 6.75 10.48 6.92 9.76999 7.25C9.38999 7.42 8.94999 7.26001 8.76999 6.89001C8.58999 6.51001 8.75 6.07001 9.13 5.89001C10.03 5.47001 11 5.25 12 5.25C15.72 5.25 18.75 8.28 18.75 12C18.75 15.72 15.72 18.75 12 18.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"radar \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22.7502C6.07 22.7502 1.25 17.9302 1.25 12.0002C1.25 10.1202 1.73999 8.27026 2.67999 6.64026C2.88999 6.28026 3.34001 6.16023 3.70001 6.36023L12.37 11.3402C12.73 11.5502 12.85 12.0002 12.65 12.3602C12.44 12.7202 11.99 12.8403 11.63 12.6403L3.63 8.05023C3.05 9.28023 2.75 10.6202 2.75 11.9902C2.75 17.0902 6.9 21.2402 12 21.2402C17.1 21.2402 21.25 17.0902 21.25 11.9902C21.25 6.89023 17.1 2.74023 12 2.74023C9.98 2.74023 8.06001 3.38024 6.45001 4.59024C6.12001 4.84024 5.64999 4.77025 5.39999 4.44025C5.14999 4.11025 5.21999 3.64026 5.54999 3.39026C7.41999 1.99026 9.65 1.24023 12 1.24023C17.93 1.24023 22.75 6.06023 22.75 11.9902C22.75 17.9202 17.93 22.7502 12 22.7502Z\" fill=\"\"/>\n</svg>\n</li><li title=\"radio \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 22.75H7C3.56 22.75 1.25 20.44 1.25 17V10C1.25 6.56 3.56 4.25 7 4.25H17C20.44 4.25 22.75 6.56 22.75 10V17C22.75 20.44 20.44 22.75 17 22.75ZM7 5.75C4.42 5.75 2.75 7.42 2.75 10V17C2.75 19.58 4.42 21.25 7 21.25H17C19.58 21.25 21.25 19.58 21.25 17V10C21.25 7.42 19.58 5.75 17 5.75H7Z\" fill=\"\"/>\n<path d=\"M7 5.75C6.59 5.75 6.25 5.41 6.25 5V2C6.25 1.59 6.59 1.25 7 1.25C7.41 1.25 7.75 1.59 7.75 2V5C7.75 5.41 7.41 5.75 7 5.75Z\" fill=\"\"/>\n<path d=\"M8.5 16.75C6.71 16.75 5.25 15.29 5.25 13.5C5.25 11.71 6.71 10.25 8.5 10.25C10.29 10.25 11.75 11.71 11.75 13.5C11.75 15.29 10.29 16.75 8.5 16.75ZM8.5 11.75C7.54 11.75 6.75 12.54 6.75 13.5C6.75 14.46 7.54 15.25 8.5 15.25C9.46 15.25 10.25 14.46 10.25 13.5C10.25 12.54 9.46 11.75 8.5 11.75Z\" fill=\"\"/>\n<path d=\"M18.5 11.75H14.5C14.09 11.75 13.75 11.41 13.75 11C13.75 10.59 14.09 10.25 14.5 10.25H18.5C18.91 10.25 19.25 10.59 19.25 11C19.25 11.41 18.91 11.75 18.5 11.75Z\" fill=\"\"/>\n<path d=\"M15 15.75H14.5C14.09 15.75 13.75 15.41 13.75 15C13.75 14.59 14.09 14.25 14.5 14.25H15C15.41 14.25 15.75 14.59 15.75 15C15.75 15.41 15.41 15.75 15 15.75Z\" fill=\"\"/>\n<path d=\"M18.5 15.75H18C17.59 15.75 17.25 15.41 17.25 15C17.25 14.59 17.59 14.25 18 14.25H18.5C18.91 14.25 19.25 14.59 19.25 15C19.25 15.41 18.91 15.75 18.5 15.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"ram 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.5 22.75H8.5C4.79 22.75 2.75 20.71 2.75 17V7C2.75 3.29 4.79 1.25 8.5 1.25H15.5C19.15 1.25 21.25 3.35 21.25 7V8C21.25 8.96 20.46 9.75 19.5 9.75C19.36 9.75 19.25 9.86 19.25 10V12.17C19.25 12.5 19.38 12.82 19.62 13.05L20.45 13.88C20.97 14.4 21.26 15.09 21.26 15.82V17C21.25 20.65 19.15 22.75 15.5 22.75ZM8.5 2.75C5.64 2.75 4.25 4.14 4.25 7V17C4.25 19.86 5.64 21.25 8.5 21.25H15.5C18.32 21.25 19.75 19.82 19.75 17V15.83C19.75 15.5 19.62 15.18 19.38 14.95L18.55 14.12C18.03 13.6 17.74 12.91 17.74 12.18V10C17.74 9.04 18.53 8.25 19.49 8.25C19.63 8.25 19.74 8.14 19.74 8V7C19.74 4.18 18.31 2.75 15.49 2.75H8.5Z\" fill=\"\"/>\n<path d=\"M16.0105 22.72C15.6005 22.72 15.2605 22.39 15.2605 21.98L15.2305 18.99C15.2305 18.3 14.6605 17.75 13.9805 17.75H9.98047C9.65047 17.75 9.33047 17.88 9.09047 18.12C8.86047 18.35 8.73047 18.67 8.73047 19L8.74047 21.97C8.74047 22.38 8.41047 22.72 7.99047 22.72C7.58047 22.72 7.24047 22.39 7.24047 21.97L7.23047 19C7.23047 18.26 7.51047 17.57 8.03047 17.05C8.55047 16.53 9.24047 16.24 9.98047 16.24H13.9905C15.5005 16.24 16.7305 17.47 16.7405 18.97L16.7705 21.95C16.7705 22.38 16.4305 22.72 16.0105 22.72C16.0205 22.72 16.0105 22.72 16.0105 22.72Z\" fill=\"\"/>\n<path d=\"M8.93967 5.70005H8.92968C8.50968 5.69005 8.17967 5.35005 8.18967 4.93005L8.23967 2.04005C8.24967 1.63005 8.57967 1.30005 8.98967 1.30005H8.99967C9.40967 1.31005 9.73967 1.65005 9.73967 2.06005L9.68967 4.96005C9.67967 5.37005 9.34967 5.70005 8.93967 5.70005Z\" fill=\"\"/>\n<path d=\"M11.9404 5.70006H11.9304C11.5204 5.69006 11.1904 5.35006 11.1904 4.94006L11.2404 2.05006C11.2504 1.64006 11.5804 1.31006 11.9904 1.31006H12.0004C12.4104 1.32006 12.7404 1.66006 12.7404 2.07006L12.6904 4.96006C12.6804 5.37006 12.3504 5.70006 11.9404 5.70006Z\" fill=\"\"/>\n<path d=\"M14.9404 5.67003H14.9304C14.5204 5.66003 14.1904 5.32003 14.1904 4.91003L14.2404 2.02003C14.2504 1.61003 14.5804 1.28003 14.9904 1.28003H15.0004C15.4104 1.29003 15.7404 1.63003 15.7404 2.04003L15.6904 4.93003C15.6804 5.34003 15.3504 5.67003 14.9404 5.67003Z\" fill=\"\"/>\n</svg>\n</li><li title=\"ram \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.5 22.75H8.5C4.79 22.75 2.75 20.71 2.75 17V7C2.75 3.29 4.79 1.25 8.5 1.25H15.5C19.15 1.25 21.25 3.35 21.25 7V8C21.25 8.96 20.46 9.75 19.5 9.75C19.36 9.75 19.25 9.86 19.25 10V12.17C19.25 12.5 19.38 12.82 19.62 13.05L20.45 13.88C20.97 14.4 21.26 15.09 21.26 15.82V17C21.25 20.65 19.15 22.75 15.5 22.75ZM8.5 2.75C5.64 2.75 4.25 4.14 4.25 7V17C4.25 19.86 5.64 21.25 8.5 21.25H15.5C18.32 21.25 19.75 19.82 19.75 17V15.83C19.75 15.5 19.62 15.18 19.38 14.95L18.55 14.12C18.03 13.6 17.74 12.91 17.74 12.18V10C17.74 9.04 18.53 8.25 19.49 8.25C19.63 8.25 19.74 8.14 19.74 8V7C19.74 4.18 18.31 2.75 15.49 2.75H8.5Z\" fill=\"\"/>\n<path d=\"M16.0105 22.72C15.6005 22.72 15.2605 22.39 15.2605 21.98L15.2305 18.99C15.2305 18.3 14.6605 17.75 13.9805 17.75H9.98047C9.65047 17.75 9.33047 17.88 9.09047 18.12C8.86047 18.35 8.73047 18.67 8.73047 19L8.74047 21.97C8.74047 22.38 8.41047 22.72 7.99047 22.72C7.58047 22.72 7.24047 22.39 7.24047 21.97L7.23047 19C7.23047 18.26 7.51047 17.57 8.03047 17.05C8.55047 16.53 9.24047 16.24 9.98047 16.24H13.9905C15.5005 16.24 16.7305 17.47 16.7405 18.97L16.7705 21.95C16.7705 22.38 16.4305 22.72 16.0105 22.72C16.0205 22.72 16.0105 22.72 16.0105 22.72Z\" fill=\"\"/>\n<path d=\"M13.9697 8.53003H7.96973C7.55973 8.53003 7.21973 8.19003 7.21973 7.78003C7.21973 7.37003 7.55973 7.03003 7.96973 7.03003H13.9697C14.3797 7.03003 14.7197 7.37003 14.7197 7.78003C14.7197 8.19003 14.3897 8.53003 13.9697 8.53003Z\" fill=\"\"/>\n</svg>\n</li><li title=\"ranking 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.67 22.75H2C1.59 22.75 1.25 22.41 1.25 22V16C1.25 14.48 2.48 13.25 4 13.25H8.67C9.08 13.25 9.42 13.59 9.42 14V22C9.42 22.41 9.08 22.75 8.67 22.75ZM2.75 21.25H7.92V14.75H4C3.31 14.75 2.75 15.31 2.75 16V21.25Z\" fill=\"\"/>\n<path d=\"M15.3302 22.75H8.66016C8.25016 22.75 7.91016 22.41 7.91016 22V12C7.91016 10.48 9.14016 9.25 10.6602 9.25H13.3302C14.8502 9.25 16.0802 10.48 16.0802 12V22C16.0802 22.41 15.7502 22.75 15.3302 22.75ZM9.42015 21.25H14.5902V12C14.5902 11.31 14.0302 10.75 13.3402 10.75H10.6702C9.98015 10.75 9.42015 11.31 9.42015 12V21.25Z\" fill=\"\"/>\n<path d=\"M22.0001 22.75H15.3301C14.9201 22.75 14.5801 22.41 14.5801 22V17C14.5801 16.59 14.9201 16.25 15.3301 16.25H20.0001C21.5201 16.25 22.7501 17.48 22.7501 19V22C22.7501 22.41 22.4101 22.75 22.0001 22.75ZM16.0801 21.25H21.2501V19C21.2501 18.31 20.6901 17.75 20.0001 17.75H16.0801V21.25Z\" fill=\"\"/>\n<path d=\"M13.6989 8.34999C13.4589 8.34999 13.1589 8.27997 12.8189 8.07997L11.9989 7.58998L11.1889 8.06999C10.3689 8.55999 9.82892 8.26998 9.62892 8.12998C9.42892 7.98998 8.99891 7.54998 9.20891 6.62998L9.39892 5.79997L8.71892 5.11997C8.29892 4.69997 8.14891 4.19997 8.29891 3.73997C8.44891 3.27997 8.85891 2.95996 9.43891 2.85996L10.3089 2.70997L10.7989 1.72999C11.3389 0.65999 12.6489 0.65999 13.1789 1.72999L13.6689 2.70997L14.5389 2.85996C15.1189 2.95996 15.5389 3.27997 15.6789 3.73997C15.8289 4.19997 15.6689 4.69997 15.2589 5.11997L14.5789 5.79997L14.7689 6.62998C14.9789 7.55998 14.5489 7.98999 14.3489 8.13999C14.2589 8.21999 14.0289 8.34999 13.6989 8.34999ZM11.9989 6.07997C12.2389 6.07997 12.4789 6.13999 12.6789 6.25999L13.2389 6.58998L13.1189 6.04997C13.0189 5.62997 13.1689 5.11998 13.4789 4.80998L13.9889 4.29997L13.3589 4.18998C12.9589 4.11998 12.5689 3.82998 12.3889 3.46998L11.9989 2.71998L11.6189 3.46998C11.4389 3.82998 11.0489 4.11998 10.6489 4.18998L10.0189 4.28999L10.5289 4.79997C10.8389 5.10997 10.9789 5.61999 10.8889 6.03999L10.7689 6.57997L11.3289 6.24998C11.5189 6.12998 11.7589 6.07997 11.9989 6.07997Z\" fill=\"\"/>\n</svg>\n</li><li title=\"ranking \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.2406 22.67C15.8106 22.67 15.2706 22.54 14.6006 22.14L12.3606 20.81C12.1906 20.71 11.8106 20.71 11.6406 20.81L9.40061 22.14C7.98061 22.98 7.12061 22.63 6.74061 22.35C6.36061 22.07 5.76063 21.35 6.13063 19.75L6.66062 17.44C6.70062 17.26 6.60062 16.92 6.47062 16.78L4.61061 14.92C3.61061 13.92 3.69061 13.05 3.83061 12.61C3.97061 12.17 4.41061 11.42 5.80061 11.18L8.19062 10.78C8.36062 10.75 8.63063 10.55 8.70063 10.4L10.0206 7.76001C10.6706 6.47001 11.5306 6.27002 11.9906 6.27002C12.4506 6.27002 13.3106 6.46001 13.9606 7.76001L15.2806 10.4C15.3606 10.55 15.6306 10.75 15.7906 10.78L18.1806 11.18C19.5706 11.41 20.0106 12.17 20.1506 12.61C20.2906 13.05 20.3706 13.92 19.3706 14.92L17.5106 16.78C17.3806 16.91 17.2806 17.26 17.3206 17.44L17.8506 19.74C18.2206 21.35 17.6306 22.06 17.2406 22.34C17.0606 22.5 16.7206 22.67 16.2406 22.67ZM12.0006 19.24C12.4006 19.24 12.8006 19.33 13.1206 19.52L15.3606 20.85C15.9506 21.2 16.3006 21.2 16.3706 21.14C16.4506 21.08 16.5506 20.75 16.4006 20.09L15.8706 17.79C15.7106 17.11 15.9706 16.23 16.4606 15.74L18.3206 13.88C18.6906 13.51 18.7706 13.22 18.7306 13.09C18.6906 12.96 18.4606 12.77 17.9406 12.69L15.5506 12.29C14.9106 12.18 14.2306 11.68 13.9406 11.1L12.6206 8.46002C12.3906 8.01002 12.1406 7.80002 11.9906 7.80002C11.8406 7.80002 11.5906 8.00002 11.3606 8.46002L10.0406 11.1C9.75063 11.68 9.07061 12.18 8.43061 12.29L6.04063 12.69C5.52063 12.78 5.29062 12.96 5.25062 13.09C5.21062 13.22 5.29062 13.51 5.66062 13.88L7.52061 15.74C8.01061 16.23 8.27061 17.12 8.11061 17.79L7.58061 20.1C7.43061 20.77 7.53061 21.1 7.61061 21.15C7.69061 21.21 8.04062 21.21 8.62062 20.86L10.8606 19.53C11.2006 19.34 11.6006 19.24 12.0006 19.24Z\" fill=\"\"/>\n<path d=\"M6 9.75C5.59 9.75 5.25 9.41 5.25 9V2C5.25 1.59 5.59 1.25 6 1.25C6.41 1.25 6.75 1.59 6.75 2V9C6.75 9.41 6.41 9.75 6 9.75Z\" fill=\"\"/>\n<path d=\"M18 9.75C17.59 9.75 17.25 9.41 17.25 9V2C17.25 1.59 17.59 1.25 18 1.25C18.41 1.25 18.75 1.59 18.75 2V9C18.75 9.41 18.41 9.75 18 9.75Z\" fill=\"\"/>\n<path d=\"M12 4.75C11.59 4.75 11.25 4.41 11.25 4V2C11.25 1.59 11.59 1.25 12 1.25C12.41 1.25 12.75 1.59 12.75 2V4C12.75 4.41 12.41 4.75 12 4.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"receipt 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.42 11.75H16C15.59 11.75 15.25 11.41 15.25 11V4.01C15.25 3.27 15.54 2.58 16.06 2.06C16.58 1.54 17.27 1.25 18.01 1.25H18.02C19.27 1.26 20.45 1.75 21.35 2.64C22.25 3.55 22.74 4.75 22.74 6V8.42C22.75 10.41 21.41 11.75 19.42 11.75ZM16.75 10.25H19.42C20.58 10.25 21.25 9.58 21.25 8.42V6C21.25 5.14 20.91 4.32 20.3 3.7C19.69 3.1 18.88 2.76 18.02 2.75C18.02 2.75 18.02 2.75 18.01 2.75C17.68 2.75 17.36 2.88 17.12 3.12C16.88 3.36 16.75 3.67 16.75 4.01V10.25Z\" fill=\"\"/>\n<path d=\"M8.99976 23.33C8.52976 23.33 8.08977 23.15 7.75977 22.81L6.09973 21.14C6.00973 21.05 5.86978 21.04 5.76978 21.12L4.05975 22.4C3.52975 22.8 2.82974 22.87 2.22974 22.57C1.62974 22.27 1.25977 21.67 1.25977 21V6C1.25977 2.98 2.98977 1.25 6.00977 1.25H18.0098C18.4198 1.25 18.7598 1.59 18.7598 2C18.7598 2.41 18.4198 2.75 18.0098 2.75C17.3198 2.75 16.7598 3.31 16.7598 4V21C16.7598 21.67 16.3897 22.27 15.7897 22.57C15.1997 22.87 14.4898 22.8 13.9598 22.4L12.2498 21.12C12.1498 21.04 12.0097 21.06 11.9297 21.14L10.2498 22.82C9.90976 23.15 9.46976 23.33 8.99976 23.33ZM5.90973 19.57C6.36973 19.57 6.81973 19.74 7.15973 20.09L8.81976 21.76C8.87976 21.82 8.95976 21.83 8.99976 21.83C9.03976 21.83 9.11975 21.82 9.17975 21.76L10.8597 20.08C11.4797 19.46 12.4598 19.4 13.1498 19.93L14.8497 21.2C14.9597 21.28 15.0597 21.25 15.1097 21.22C15.1597 21.19 15.2498 21.13 15.2498 21V4C15.2498 3.55 15.3597 3.12 15.5497 2.75H5.99976C3.77976 2.75 2.74976 3.78 2.74976 6V21C2.74976 21.14 2.83977 21.2 2.88977 21.23C2.94977 21.26 3.04978 21.28 3.14978 21.2L4.85974 19.92C5.16974 19.69 5.53973 19.57 5.90973 19.57Z\" fill=\"\"/>\n</svg>\n</li><li title=\"receipt 2 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22.75C11.22 22.75 10.46 22.35 9.94 21.65L8.93 20.3C8.72 20.02 8.44 19.86 8.14 19.84C7.84 19.83 7.54 19.96 7.3 20.21L6.73 19.7L7.28 20.21C5.84 21.75 4.73 21.63 4.2 21.42C3.66 21.21 2.75 20.52 2.75 18.3V7.04C2.75 2.6 4.03 1.25 8.22 1.25H15.78C19.97 1.25 21.25 2.6 21.25 7.04V18.3C21.25 20.51 20.34 21.2 19.8 21.42C19.27 21.63 18.17 21.75 16.72 20.21C16.48 19.95 16.18 19.81 15.87 19.84C15.57 19.86 15.28 20.02 15.07 20.3L14.06 21.65C13.54 22.35 12.78 22.75 12 22.75ZM8.08 18.33C8.12 18.33 8.17 18.33 8.21 18.33C8.95 18.37 9.65 18.76 10.12 19.39L11.13 20.74C11.62 21.39 12.37 21.39 12.86 20.74L13.87 19.39C14.35 18.76 15.04 18.37 15.79 18.33C16.53 18.29 17.27 18.6 17.81 19.18C18.57 19.99 19.06 20.09 19.24 20.02C19.48 19.92 19.74 19.34 19.74 18.3V7.04C19.74 3.43 19.11 2.75 15.77 2.75H8.22C4.88 2.75 4.25 3.43 4.25 7.04V18.3C4.25 19.35 4.51 19.93 4.75 20.02C4.92 20.09 5.42 19.99 6.18 19.18C6.72 18.63 7.39 18.33 8.08 18.33Z\" fill=\"\"/>\n<path d=\"M16.2305 11.75H10.7305C10.3205 11.75 9.98047 11.41 9.98047 11C9.98047 10.59 10.3205 10.25 10.7305 10.25H16.2305C16.6405 10.25 16.9805 10.59 16.9805 11C16.9805 11.41 16.6405 11.75 16.2305 11.75Z\" fill=\"\"/>\n<path d=\"M16.2305 7.75H10.7305C10.3205 7.75 9.98047 7.41 9.98047 7C9.98047 6.59 10.3205 6.25 10.7305 6.25H16.2305C16.6405 6.25 16.9805 6.59 16.9805 7C16.9805 7.41 16.6405 7.75 16.2305 7.75Z\" fill=\"\"/>\n<path d=\"M7.7793 8C7.2293 8 6.7793 7.55 6.7793 7C6.7793 6.45 7.2293 6 7.7793 6C8.3293 6 8.7793 6.45 8.7793 7C8.7793 7.55 8.3293 8 7.7793 8Z\" fill=\"\"/>\n<path d=\"M7.7793 12C7.2293 12 6.7793 11.55 6.7793 11C6.7793 10.45 7.2293 10 7.7793 10C8.3293 10 8.7793 10.45 8.7793 11C8.7793 11.55 8.3293 12 7.7793 12Z\" fill=\"\"/>\n</svg>\n</li><li title=\"receipt 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.5002 22.7498C10.7102 22.7498 9.96025 22.3398 9.44025 21.6398L8.42023 20.2998C8.21023 20.0198 7.93025 19.8598 7.63025 19.8398C7.34025 19.8198 7.03027 19.9598 6.78027 20.2098C5.92027 21.1298 5.08022 21.5698 4.29022 21.5498C3.75022 21.5298 3.28023 21.2898 2.92023 20.8498C2.88023 20.7998 2.84024 20.7298 2.81024 20.6598C2.42024 19.8198 2.24023 18.6798 2.24023 16.9698V7.04977C2.24023 5.33977 2.42024 4.20977 2.81024 3.35977C2.84024 3.29977 2.87023 3.23977 2.92023 3.18977C3.27023 2.73977 3.74027 2.49977 4.28027 2.46977C5.08027 2.43977 5.93026 2.89977 6.77026 3.79977C7.02026 4.06977 7.32024 4.19977 7.62024 4.17977C7.92024 4.15977 8.20022 3.99977 8.41022 3.71977L9.43024 2.36977C9.95024 1.66977 10.7002 1.25977 11.4902 1.25977C12.2802 1.25977 13.0302 1.66977 13.5502 2.36977L14.5602 3.70977C14.7702 3.99977 15.0602 4.15977 15.3702 4.17977C15.6602 4.19977 15.9702 4.05977 16.2202 3.79977C17.0402 2.91977 17.8502 2.46977 18.6302 2.46977C19.1902 2.46977 19.7103 2.71977 20.0703 3.18977C20.1103 3.23977 20.1502 3.29977 20.1802 3.36977C20.5702 4.20977 20.7502 5.34977 20.7502 7.05977V16.9798C20.7502 18.6898 20.5702 19.8198 20.1802 20.6698C20.1402 20.7598 20.0903 20.8398 20.0203 20.9098C19.7103 21.3098 19.2002 21.5598 18.6302 21.5598C17.8502 21.5598 17.0402 21.1098 16.2202 20.2298C15.9802 19.9698 15.6502 19.8298 15.3702 19.8498C15.0602 19.8698 14.7802 20.0298 14.5602 20.3198L13.5502 21.6598C13.0402 22.3398 12.2902 22.7498 11.5002 22.7498ZM7.58026 18.3298C7.62026 18.3298 7.67027 18.3298 7.71027 18.3298C8.45027 18.3698 9.14023 18.7598 9.61023 19.3898L10.6302 20.7398C11.1202 21.3998 11.8602 21.3998 12.3502 20.7498L13.3602 19.4098C13.8402 18.7698 14.5403 18.3898 15.2803 18.3498C16.0203 18.3098 16.7602 18.6198 17.3002 19.1998C18.0402 19.9898 18.4902 20.0498 18.6102 20.0498C18.6902 20.0498 18.7603 20.0298 18.8303 19.9698C19.1103 19.3398 19.2302 18.3898 19.2302 16.9698V7.04977C19.2302 5.64977 19.1003 4.69977 18.8303 4.06977C18.7503 3.97977 18.6702 3.96977 18.6102 3.96977C18.4902 3.96977 18.0402 4.02977 17.3002 4.81977C16.7602 5.39977 16.0203 5.70977 15.2803 5.66977C14.5303 5.62977 13.8302 5.23977 13.3502 4.60977L12.3403 3.26977C11.8503 2.60977 11.1102 2.60977 10.6202 3.26977L9.60022 4.62977C9.13022 5.25977 8.44026 5.63977 7.70026 5.67977C6.96026 5.71977 6.22024 5.40977 5.68024 4.83977C5.07024 4.17977 4.60027 3.95977 4.34027 3.96977C4.28027 3.96977 4.21025 3.98977 4.13025 4.06977C3.86025 4.69977 3.73022 5.64977 3.73022 7.04977V16.9698C3.73022 18.3798 3.86025 19.3298 4.13025 19.9598C4.22025 20.0398 4.28027 20.0498 4.34027 20.0598C4.59027 20.0698 5.06023 19.8498 5.67023 19.1998C6.20023 18.6298 6.89026 18.3298 7.58026 18.3298Z\" fill=\"\"/>\n<path d=\"M16 11H8C7.59 11 7.25 10.66 7.25 10.25C7.25 9.84 7.59 9.5 8 9.5H16C16.41 9.5 16.75 9.84 16.75 10.25C16.75 10.66 16.41 11 16 11Z\" fill=\"\"/>\n<path d=\"M14 14.5H8C7.59 14.5 7.25 14.16 7.25 13.75C7.25 13.34 7.59 13 8 13H14C14.41 13 14.75 13.34 14.75 13.75C14.75 14.16 14.41 14.5 14 14.5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"receipt add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.42 11.75H16C15.59 11.75 15.25 11.41 15.25 11V4.01C15.25 3.27 15.54 2.58 16.06 2.06C16.58 1.54 17.27 1.25 18.01 1.25H18.02C19.27 1.26 20.45 1.75 21.35 2.64C22.25 3.55 22.74 4.75 22.74 6V8.42C22.75 10.41 21.41 11.75 19.42 11.75ZM16.75 10.25H19.42C20.58 10.25 21.25 9.58 21.25 8.42V6C21.25 5.14 20.91 4.32 20.3 3.7C19.69 3.1 18.87 2.76 18.02 2.75C18.02 2.75 18.02 2.75 18.01 2.75C17.68 2.75 17.36 2.88 17.12 3.12C16.88 3.36 16.75 3.67 16.75 4.01V10.25Z\" fill=\"\"/>\n<path d=\"M8.99977 23.33C8.52977 23.35 8.08977 23.15 7.75977 22.81L6.09978 21.14C6.00978 21.05 5.86978 21.04 5.76978 21.12L4.05977 22.4C3.52977 22.8 2.82977 22.87 2.22977 22.57C1.62977 22.27 1.25977 21.67 1.25977 21V6C1.25977 2.98 2.98977 1.25 6.00977 1.25H18.0098C18.4198 1.25 18.7598 1.59 18.7598 2C18.7598 2.41 18.4198 2.75 18.0098 2.75C17.3198 2.75 16.7598 3.31 16.7598 4V21C16.7598 21.67 16.3898 22.27 15.7898 22.57C15.1898 22.87 14.4898 22.81 13.9598 22.41L12.2498 21.13C12.1498 21.05 12.0098 21.07 11.9298 21.15L10.2498 22.83C9.90977 23.15 9.46977 23.33 8.99977 23.33ZM5.90977 19.57C6.36977 19.57 6.81977 19.74 7.15977 20.09L8.81978 21.76C8.87978 21.82 8.95977 21.83 8.99977 21.83C8.99977 21.81 9.11976 21.82 9.17976 21.76L10.8598 20.08C11.4798 19.46 12.4598 19.4 13.1498 19.93L14.8498 21.2C14.9598 21.28 15.0598 21.25 15.1098 21.22C15.1598 21.19 15.2498 21.13 15.2498 21V4C15.2498 3.55 15.3598 3.12 15.5498 2.75H5.99977C3.77977 2.75 2.74977 3.78 2.74977 6V21C2.74977 21.14 2.83977 21.2 2.88977 21.23C2.94977 21.26 3.04976 21.28 3.14977 21.2L4.85977 19.92C5.16977 19.69 5.53977 19.57 5.90977 19.57Z\" fill=\"\"/>\n<path d=\"M11.75 10.75H6.25C5.84 10.75 5.5 10.41 5.5 10C5.5 9.59 5.84 9.25 6.25 9.25H11.75C12.16 9.25 12.5 9.59 12.5 10C12.5 10.41 12.16 10.75 11.75 10.75Z\" fill=\"\"/>\n<path d=\"M9 13.5C8.59 13.5 8.25 13.16 8.25 12.75V7.25C8.25 6.84 8.59 6.5 9 6.5C9.41 6.5 9.75 6.84 9.75 7.25V12.75C9.75 13.16 9.41 13.5 9 13.5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"receipt discount \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.42 11.75H16C15.59 11.75 15.25 11.41 15.25 11V4.01C15.25 3.27 15.54 2.58 16.06 2.06C16.58 1.54 17.27 1.25 18.01 1.25H18.02C19.27 1.26 20.45 1.75 21.35 2.64C22.25 3.55 22.74 4.75 22.74 6V8.42C22.75 10.41 21.41 11.75 19.42 11.75ZM16.75 10.25H19.42C20.58 10.25 21.25 9.58 21.25 8.42V6C21.25 5.14 20.91 4.32 20.3 3.7C19.69 3.1 18.87 2.76 18.02 2.75C18.02 2.75 18.02 2.75 18.01 2.75C17.68 2.75 17.36 2.88 17.12 3.12C16.88 3.36 16.75 3.67 16.75 4.01V10.25Z\" fill=\"\"/>\n<path d=\"M8.99977 23.33C8.52977 23.33 8.08977 23.15 7.75977 22.81L6.09977 21.14C6.00977 21.05 5.86977 21.04 5.76977 21.12L4.05977 22.4C3.52977 22.8 2.82977 22.87 2.22977 22.57C1.62977 22.27 1.25977 21.67 1.25977 21V6C1.25977 2.98 2.98977 1.25 6.00977 1.25H18.0098C18.4198 1.25 18.7598 1.59 18.7598 2C18.7598 2.41 18.4198 2.75 18.0098 2.75C17.3198 2.75 16.7598 3.31 16.7598 4V21C16.7598 21.67 16.3898 22.27 15.7898 22.57C15.1898 22.87 14.4898 22.81 13.9598 22.41L12.2498 21.13C12.1498 21.05 12.0098 21.07 11.9298 21.15L10.2498 22.83C9.90977 23.15 9.46977 23.33 8.99977 23.33ZM5.90977 19.57C6.36977 19.57 6.81977 19.74 7.15977 20.09L8.81977 21.76C8.87977 21.82 8.95977 21.83 8.99977 21.83C9.03977 21.83 9.11977 21.82 9.17977 21.76L10.8598 20.08C11.4798 19.46 12.4598 19.4 13.1498 19.93L14.8498 21.2C14.9598 21.28 15.0598 21.25 15.1098 21.22C15.1598 21.19 15.2498 21.13 15.2498 21V4C15.2498 3.55 15.3598 3.12 15.5498 2.75H5.99977C3.77977 2.75 2.74977 3.78 2.74977 6V21C2.74977 21.14 2.83977 21.2 2.88977 21.23C2.94977 21.26 3.04977 21.28 3.14977 21.2L4.85977 19.92C5.16977 19.69 5.53977 19.57 5.90977 19.57Z\" fill=\"\"/>\n<path d=\"M11.4297 14.0801C10.8697 14.0801 10.4297 13.6301 10.4297 13.0801C10.4297 12.5301 10.8797 12.0801 11.4297 12.0801C11.9797 12.0801 12.4297 12.5301 12.4297 13.0801C12.4297 13.6301 11.9797 14.0801 11.4297 14.0801Z\" fill=\"\"/>\n<path d=\"M6.57031 10.0303C6.01031 10.0303 5.57031 9.58027 5.57031 9.03027C5.57031 8.48027 6.02031 8.03027 6.57031 8.03027C7.12031 8.03027 7.57031 8.48027 7.57031 9.03027C7.57031 9.58027 7.12031 10.0303 6.57031 10.0303Z\" fill=\"\"/>\n<path d=\"M6.27094 14.48C6.08094 14.48 5.89094 14.41 5.74094 14.26C5.45094 13.97 5.45094 13.49 5.74094 13.2L11.2009 7.73996C11.4909 7.44996 11.9709 7.44996 12.2609 7.73996C12.5509 8.02996 12.5509 8.50996 12.2609 8.79996L6.80094 14.26C6.66094 14.4 6.46094 14.48 6.27094 14.48Z\" fill=\"\"/>\n</svg>\n</li><li title=\"receipt disscount \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22.75C11.21 22.75 10.46 22.35 9.94 21.64L8.93 20.29C8.72 20.01 8.44 19.85 8.14 19.83C7.84 19.81 7.54 19.95 7.3 20.2L6.73 19.7L7.28 20.21C5.83 21.75 4.73 21.63 4.2 21.42C3.66 21.21 2.75 20.52 2.75 18.3V7.04C2.75 2.6 4.03 1.25 8.22 1.25H15.77C19.96 1.25 21.24 2.6 21.24 7.04V18.3C21.24 20.51 20.33 21.2 19.79 21.42C19.26 21.63 18.16 21.75 16.71 20.21C16.47 19.95 16.16 19.82 15.86 19.84C15.56 19.86 15.27 20.02 15.06 20.3L14.05 21.65C13.54 22.35 12.79 22.75 12 22.75ZM8.08 18.33C8.12 18.33 8.17 18.33 8.21 18.33C8.95 18.37 9.65 18.76 10.12 19.39L11.14 20.74C11.63 21.39 12.38 21.39 12.87 20.74L13.88 19.39C14.35 18.76 15.05 18.37 15.8 18.33C16.55 18.29 17.28 18.6 17.82 19.18C18.58 19.99 19.07 20.09 19.25 20.02C19.49 19.92 19.75 19.34 19.75 18.3V7.04C19.75 3.43 19.12 2.75 15.78 2.75H8.22C4.88 2.75 4.25 3.43 4.25 7.04V18.3C4.25 19.35 4.51 19.93 4.75 20.02C4.93 20.09 5.42 19.99 6.18 19.18C6.7 18.63 7.38 18.33 8.08 18.33Z\" fill=\"\"/>\n<path d=\"M15 14C14.44 14 14 13.55 14 13C14 12.45 14.45 12 15 12C15.55 12 16 12.45 16 13C16 13.55 15.56 14 15 14Z\" fill=\"\"/>\n<path d=\"M9 9C8.44 9 8 8.55 8 8C8 7.45 8.45 7 9 7C9.55 7 10 7.45 10 8C10 8.55 9.56 9 9 9Z\" fill=\"\"/>\n<path d=\"M8.63031 14.5498C8.44031 14.5498 8.25031 14.4798 8.10031 14.3298C7.81031 14.0398 7.81031 13.5598 8.10031 13.2698L14.8303 6.53977C15.1203 6.24977 15.6003 6.24977 15.8903 6.53977C16.1803 6.82977 16.1803 7.30977 15.8903 7.59977L9.16031 14.3298C9.02031 14.4798 8.83031 14.5498 8.63031 14.5498Z\" fill=\"\"/>\n</svg>\n</li><li title=\"receipt edit \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.5396 21.94C10.3096 21.94 10.0895 21.84 9.93954 21.64L8.92953 20.29C8.71953 20.01 8.43956 19.85 8.13956 19.83C7.82956 19.81 7.53953 19.95 7.29953 20.2C5.84953 21.75 4.74954 21.62 4.21954 21.42C3.67954 21.21 2.76953 20.52 2.76953 18.3V7.04001C2.76953 2.60001 4.04953 1.25 8.23953 1.25H15.7896C19.9796 1.25 21.2596 2.60001 21.2596 7.04001V11.3C21.2596 11.71 20.9196 12.05 20.5096 12.05C20.0996 12.05 19.7596 11.71 19.7596 11.3V7.04001C19.7596 3.43001 19.1296 2.75 15.7896 2.75H8.23953C4.89953 2.75 4.26953 3.43001 4.26953 7.04001V18.3C4.26953 19.35 4.52953 19.93 4.76953 20.02C4.94953 20.09 5.43955 19.99 6.19955 19.18C6.74955 18.6 7.46954 18.29 8.21954 18.33C8.95954 18.37 9.65955 18.76 10.1295 19.39L11.1495 20.74C11.3995 21.07 11.3295 21.54 10.9995 21.79C10.8495 21.9 10.6896 21.94 10.5396 21.94Z\" fill=\"\"/>\n<path d=\"M16 7.75H8C7.59 7.75 7.25 7.41 7.25 7C7.25 6.59 7.59 6.25 8 6.25H16C16.41 6.25 16.75 6.59 16.75 7C16.75 7.41 16.41 7.75 16 7.75Z\" fill=\"\"/>\n<path d=\"M15 11.75H9C8.59 11.75 8.25 11.41 8.25 11C8.25 10.59 8.59 10.25 9 10.25H15C15.41 10.25 15.75 10.59 15.75 11C15.75 11.41 15.41 11.75 15 11.75Z\" fill=\"\"/>\n<path d=\"M14.8196 21.7801C14.4396 21.7801 14.0796 21.6401 13.8196 21.3801C13.5096 21.0701 13.3696 20.6201 13.4396 20.1501L13.6296 18.8001C13.6796 18.4501 13.8896 18.0301 14.1396 17.7801L17.6796 14.2401C18.1596 13.7601 18.6296 13.5101 19.1396 13.4601C19.7596 13.4001 20.3796 13.6601 20.9596 14.2401C21.5396 14.8201 21.7996 15.4301 21.7396 16.0601C21.6896 16.5601 21.4296 17.0401 20.9596 17.5201L17.4196 21.0601C17.1696 21.3101 16.7496 21.5201 16.3996 21.5701L15.0495 21.7601C14.9695 21.7701 14.8996 21.7801 14.8196 21.7801ZM19.3096 14.9501C19.2996 14.9501 19.2896 14.9501 19.2796 14.9501C19.1396 14.9601 18.9496 15.0901 18.7396 15.3001L15.1996 18.8401C15.1696 18.8701 15.1196 18.9701 15.1196 19.0101L14.9396 20.2601L16.1896 20.0801C16.2296 20.0701 16.3295 20.0201 16.3595 19.9901L19.8996 16.4501C20.1096 16.2301 20.2396 16.0501 20.2496 15.9101C20.2696 15.7101 20.0696 15.4701 19.8996 15.3001C19.7396 15.1401 19.5096 14.9501 19.3096 14.9501Z\" fill=\"\"/>\n<path d=\"M19.9206 18.2499C19.8506 18.2499 19.7806 18.2399 19.7206 18.2199C18.4006 17.8499 17.3506 16.7999 16.9806 15.4799C16.8706 15.0799 17.1006 14.6699 17.5006 14.5499C17.9006 14.4399 18.3106 14.6699 18.4206 15.0699C18.6506 15.8899 19.3006 16.5399 20.1206 16.7699C20.5206 16.8799 20.7506 17.2999 20.6406 17.6999C20.5506 18.0299 20.2506 18.2499 19.9206 18.2499Z\" fill=\"\"/>\n</svg>\n</li><li title=\"receipt item \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.42 11.75H16C15.59 11.75 15.25 11.41 15.25 11V4.01C15.25 3.27 15.54 2.58 16.06 2.06C16.58 1.54 17.27 1.25 18.01 1.25H18.02C19.27 1.26 20.45 1.75 21.35 2.64C22.25 3.55 22.74 4.75 22.74 6V8.42C22.75 10.41 21.41 11.75 19.42 11.75ZM16.75 10.25H19.42C20.58 10.25 21.25 9.58 21.25 8.42V6C21.25 5.14 20.91 4.32 20.3 3.7C19.69 3.1 18.87 2.76 18.02 2.75C18.02 2.75 18.02 2.75 18.01 2.75C17.68 2.75 17.36 2.88 17.12 3.12C16.88 3.36 16.75 3.67 16.75 4.01V10.25Z\" fill=\"\"/>\n<path d=\"M9 23.33C8.53 23.33 8.09 23.15 7.76 22.81L6.1 21.14C6.01 21.05 5.87 21.04 5.77 21.12L4.05 22.4C3.52 22.8 2.82 22.87 2.22 22.57C1.62 22.27 1.25 21.67 1.25 21V6C1.25 2.98 2.98 1.25 6 1.25H18C18.41 1.25 18.75 1.59 18.75 2C18.75 2.41 18.41 2.75 18 2.75C17.31 2.75 16.75 3.31 16.75 4V21C16.75 21.67 16.38 22.27 15.78 22.57C15.18 22.87 14.48 22.81 13.95 22.41L12.24 21.13C12.14 21.05 12 21.07 11.92 21.15L10.24 22.83C9.91 23.15 9.47 23.33 9 23.33ZM5.91 19.57C6.37 19.57 6.82 19.74 7.16 20.09L8.82 21.76C8.88 21.82 8.96 21.83 9 21.83C9.04 21.83 9.12 21.82 9.18 21.76L10.86 20.08C11.48 19.46 12.46 19.4 13.15 19.93L14.85 21.2C14.96 21.28 15.06 21.25 15.11 21.22C15.16 21.19 15.25 21.13 15.25 21V4C15.25 3.55 15.36 3.12 15.55 2.75H6C3.78 2.75 2.75 3.78 2.75 6V21C2.75 21.14 2.84 21.2 2.89 21.23C2.95 21.26 3.05 21.28 3.15 21.2L4.86 19.92C5.17 19.69 5.54 19.57 5.91 19.57Z\" fill=\"\"/>\n<path d=\"M12 13.7598H9C8.59 13.7598 8.25 13.4198 8.25 13.0098C8.25 12.5998 8.59 12.2598 9 12.2598H12C12.41 12.2598 12.75 12.5998 12.75 13.0098C12.75 13.4198 12.41 13.7598 12 13.7598Z\" fill=\"\"/>\n<path d=\"M12 9.75977H9C8.59 9.75977 8.25 9.41977 8.25 9.00977C8.25 8.59977 8.59 8.25977 9 8.25977H12C12.41 8.25977 12.75 8.59977 12.75 9.00977C12.75 9.41977 12.41 9.75977 12 9.75977Z\" fill=\"\"/>\n<path d=\"M5.9707 10.0098C5.4207 10.0098 4.9707 9.55977 4.9707 9.00977C4.9707 8.45977 5.4207 8.00977 5.9707 8.00977C6.5207 8.00977 6.9707 8.45977 6.9707 9.00977C6.9707 9.55977 6.5207 10.0098 5.9707 10.0098Z\" fill=\"\"/>\n<path d=\"M5.9707 14.0098C5.4207 14.0098 4.9707 13.5598 4.9707 13.0098C4.9707 12.4598 5.4207 12.0098 5.9707 12.0098C6.5207 12.0098 6.9707 12.4598 6.9707 13.0098C6.9707 13.5598 6.5207 14.0098 5.9707 14.0098Z\" fill=\"\"/>\n</svg>\n</li><li title=\"receipt minus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.42 11.75H16C15.59 11.75 15.25 11.41 15.25 11V4.01C15.25 3.27 15.54 2.58 16.06 2.06C16.58 1.54 17.27 1.25 18.01 1.25H18.02C19.27 1.26 20.45 1.75 21.35 2.64C22.25 3.55 22.74 4.75 22.74 6V8.42C22.75 10.41 21.41 11.75 19.42 11.75ZM16.75 10.25H19.42C20.58 10.25 21.25 9.58 21.25 8.42V6C21.25 5.14 20.91 4.32 20.3 3.7C19.69 3.1 18.87 2.76 18.02 2.75C18.02 2.75 18.02 2.75 18.01 2.75C17.68 2.75 17.36 2.88 17.12 3.12C16.88 3.36 16.75 3.67 16.75 4.01V10.25Z\" fill=\"\"/>\n<path d=\"M8.99976 23.33C8.52976 23.33 8.08977 23.15 7.75977 22.81L6.09976 21.14C6.00976 21.05 5.86976 21.04 5.76976 21.12L4.05976 22.4C3.52976 22.8 2.82977 22.87 2.22977 22.57C1.62977 22.27 1.25977 21.67 1.25977 21V6C1.25977 2.98 2.98977 1.25 6.00977 1.25H18.0098C18.4198 1.25 18.7598 1.59 18.7598 2C18.7598 2.41 18.4198 2.75 18.0098 2.75C17.3198 2.75 16.7598 3.31 16.7598 4V21C16.7598 21.67 16.3898 22.27 15.7898 22.57C15.1898 22.87 14.4898 22.81 13.9598 22.41L12.2498 21.13C12.1498 21.05 12.0098 21.07 11.9298 21.15L10.2498 22.83C9.90976 23.15 9.46976 23.33 8.99976 23.33ZM5.90977 19.57C6.36977 19.57 6.81977 19.74 7.15977 20.09L8.81976 21.76C8.87976 21.82 8.95976 21.83 8.99976 21.83C8.98976 21.81 9.11976 21.82 9.17976 21.76L10.8598 20.08C11.4798 19.46 12.4598 19.4 13.1498 19.93L14.8498 21.2C14.9598 21.28 15.0598 21.25 15.1098 21.22C15.1598 21.19 15.2498 21.13 15.2498 21V4C15.2498 3.55 15.3598 3.12 15.5498 2.75H5.99976C3.77976 2.75 2.74976 3.78 2.74976 6V21C2.74976 21.14 2.83976 21.2 2.88976 21.23C2.94976 21.26 3.04976 21.28 3.14977 21.2L4.85976 19.92C5.16976 19.69 5.53977 19.57 5.90977 19.57Z\" fill=\"\"/>\n<path d=\"M11.75 10.75H6.25C5.84 10.75 5.5 10.41 5.5 10C5.5 9.59 5.84 9.25 6.25 9.25H11.75C12.16 9.25 12.5 9.59 12.5 10C12.5 10.41 12.16 10.75 11.75 10.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"receipt search \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.5396 21.94C10.3096 21.94 10.0895 21.84 9.93954 21.64L8.92953 20.29C8.71953 20.01 8.43956 19.85 8.13956 19.83C7.83956 19.81 7.53953 19.95 7.29953 20.2C5.84953 21.75 4.74954 21.62 4.21954 21.42C3.67954 21.21 2.76953 20.52 2.76953 18.3V7.04001C2.76953 2.60001 4.04953 1.25 8.23953 1.25H15.7896C19.9796 1.25 21.2596 2.60001 21.2596 7.04001V11.3C21.2596 11.71 20.9196 12.05 20.5096 12.05C20.0996 12.05 19.7596 11.71 19.7596 11.3V7.04001C19.7596 3.43001 19.1296 2.75 15.7896 2.75H8.23953C4.89953 2.75 4.26953 3.43001 4.26953 7.04001V18.3C4.26953 19.35 4.52953 19.93 4.76953 20.02C4.94953 20.09 5.43955 19.99 6.19955 19.18C6.74955 18.6 7.46954 18.29 8.21954 18.33C8.95954 18.37 9.65955 18.76 10.1295 19.39L11.1495 20.74C11.3995 21.07 11.3295 21.54 10.9995 21.79C10.8495 21.9 10.6896 21.94 10.5396 21.94Z\" fill=\"\"/>\n<path d=\"M18.2 22.15C16.02 22.15 14.25 20.38 14.25 18.2C14.25 16.02 16.02 14.25 18.2 14.25C20.38 14.25 22.15 16.02 22.15 18.2C22.15 20.38 20.38 22.15 18.2 22.15ZM18.2 15.75C16.85 15.75 15.75 16.85 15.75 18.2C15.75 19.55 16.85 20.65 18.2 20.65C19.55 20.65 20.65 19.55 20.65 18.2C20.65 16.85 19.55 15.75 18.2 15.75Z\" fill=\"\"/>\n<path d=\"M21.9995 22.7499C21.8095 22.7499 21.6195 22.6799 21.4695 22.5299L20.4695 21.5299C20.1795 21.2399 20.1795 20.7599 20.4695 20.4699C20.7595 20.1799 21.2395 20.1799 21.5295 20.4699L22.5295 21.4699C22.8195 21.7599 22.8195 22.2399 22.5295 22.5299C22.3795 22.6799 22.1895 22.7499 21.9995 22.7499Z\" fill=\"\"/>\n<path d=\"M16 7.75H8C7.59 7.75 7.25 7.41 7.25 7C7.25 6.59 7.59 6.25 8 6.25H16C16.41 6.25 16.75 6.59 16.75 7C16.75 7.41 16.41 7.75 16 7.75Z\" fill=\"\"/>\n<path d=\"M15 11.75H9C8.59 11.75 8.25 11.41 8.25 11C8.25 10.59 8.59 10.25 9 10.25H15C15.41 10.25 15.75 10.59 15.75 11C15.75 11.41 15.41 11.75 15 11.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"receipt square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n<path d=\"M12 18.6299C11.44 18.6299 10.91 18.3499 10.54 17.8599L9.94 17.0599C9.87 16.9699 9.79001 16.9199 9.70001 16.9099C9.61001 16.9099 9.53001 16.9499 9.45001 17.0299L8.89999 16.5199L9.45001 17.0299C8.48001 18.0699 7.68999 17.9699 7.29999 17.8199C6.90999 17.6599 6.25 17.1799 6.25 15.6999V9.06987C6.25 6.28987 7.14 5.35986 9.78 5.35986H14.23C16.87 5.35986 17.76 6.29987 17.76 9.06987V15.6999C17.76 17.1799 17.1 17.6699 16.71 17.8199C16.33 17.9699 15.54 18.0699 14.56 17.0299C14.48 16.9499 14.39 16.9099 14.3 16.9099C14.21 16.9099 14.13 16.9699 14.06 17.0599L13.47 17.8499C13.09 18.3499 12.56 18.6299 12 18.6299ZM9.69 15.4099C9.72 15.4099 9.75 15.4099 9.78 15.4099C10.31 15.4399 10.8 15.7099 11.13 16.1599L11.73 16.9599C11.9 17.1799 12.09 17.1799 12.25 16.9599L12.84 16.1699C13.17 15.7199 13.67 15.4499 14.2 15.4199C14.72 15.3799 15.25 15.6099 15.63 16.0199C15.91 16.3199 16.09 16.3999 16.16 16.4199C16.15 16.3699 16.24 16.1699 16.24 15.7099V9.07986C16.24 7.02986 15.93 6.86986 14.21 6.86986H9.76001C8.04001 6.86986 7.73001 7.02986 7.73001 9.07986V15.7099C7.73001 16.1699 7.82001 16.3699 7.85001 16.4299C7.88001 16.3899 8.05999 16.3099 8.32999 16.0099C8.32999 15.9999 8.34001 15.9999 8.35001 15.9899C8.72001 15.6299 9.2 15.4099 9.69 15.4099Z\" fill=\"\"/>\n</svg>\n</li><li title=\"receipt text \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.42 11.75H16C15.59 11.75 15.25 11.41 15.25 11V4.01C15.25 3.27 15.54 2.58 16.06 2.06C16.58 1.54 17.27 1.25 18.01 1.25H18.02C19.27 1.26 20.45 1.75 21.35 2.64C22.25 3.55 22.74 4.75 22.74 6V8.42C22.75 10.41 21.41 11.75 19.42 11.75ZM16.75 10.25H19.42C20.58 10.25 21.25 9.58 21.25 8.42V6C21.25 5.14 20.91 4.32 20.3 3.7C19.69 3.1 18.88 2.76 18.02 2.75C18.02 2.75 18.02 2.75 18.01 2.75C17.68 2.75 17.36 2.88 17.12 3.12C16.88 3.36 16.75 3.67 16.75 4.01V10.25Z\" fill=\"\"/>\n<path d=\"M8.99976 23.33C8.52976 23.33 8.08977 23.15 7.75977 22.81L6.09973 21.14C6.00973 21.05 5.86978 21.04 5.76978 21.12L4.05975 22.4C3.52975 22.8 2.82974 22.87 2.22974 22.57C1.62974 22.27 1.25977 21.67 1.25977 21V6C1.25977 2.98 2.98977 1.25 6.00977 1.25H18.0098C18.4198 1.25 18.7598 1.59 18.7598 2C18.7598 2.41 18.4198 2.75 18.0098 2.75C17.3198 2.75 16.7598 3.31 16.7598 4V21C16.7598 21.67 16.3897 22.27 15.7897 22.57C15.1997 22.87 14.4898 22.8 13.9598 22.4L12.2498 21.12C12.1498 21.04 12.0097 21.06 11.9297 21.14L10.2498 22.82C9.90976 23.15 9.46976 23.33 8.99976 23.33ZM5.90973 19.57C6.36973 19.57 6.81973 19.74 7.15973 20.09L8.81976 21.76C8.87976 21.82 8.95976 21.83 8.99976 21.83C9.03976 21.83 9.11975 21.82 9.17975 21.76L10.8597 20.08C11.4797 19.46 12.4598 19.4 13.1498 19.93L14.8497 21.2C14.9597 21.28 15.0597 21.25 15.1097 21.22C15.1597 21.19 15.2498 21.13 15.2498 21V4C15.2498 3.55 15.3597 3.12 15.5497 2.75H5.99976C3.77976 2.75 2.74976 3.78 2.74976 6V21C2.74976 21.14 2.83977 21.2 2.88977 21.23C2.94977 21.26 3.04978 21.28 3.14978 21.2L4.85974 19.92C5.16974 19.69 5.53973 19.57 5.90973 19.57Z\" fill=\"\"/>\n<path d=\"M12 9.75H6C5.59 9.75 5.25 9.41 5.25 9C5.25 8.59 5.59 8.25 6 8.25H12C12.41 8.25 12.75 8.59 12.75 9C12.75 9.41 12.41 9.75 12 9.75Z\" fill=\"\"/>\n<path d=\"M11.25 13.75H6.75C6.34 13.75 6 13.41 6 13C6 12.59 6.34 12.25 6.75 12.25H11.25C11.66 12.25 12 12.59 12 13C12 13.41 11.66 13.75 11.25 13.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"receipt \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22.75C11.22 22.75 10.46 22.35 9.94 21.65L8.93 20.3C8.72 20.02 8.44 19.86 8.14 19.84C7.84 19.83 7.54 19.96 7.3 20.21L6.73 19.7L7.28 20.21C5.84 21.75 4.73 21.63 4.2 21.42C3.66 21.21 2.75 20.52 2.75 18.3V7.04C2.75 2.6 4.03 1.25 8.22 1.25H15.78C19.97 1.25 21.25 2.6 21.25 7.04V18.3C21.25 20.51 20.34 21.2 19.8 21.42C19.27 21.63 18.17 21.75 16.72 20.21C16.48 19.95 16.19 19.81 15.87 19.84C15.57 19.86 15.28 20.02 15.07 20.3L14.06 21.65C13.54 22.35 12.78 22.75 12 22.75ZM8.08 18.33C8.12 18.33 8.17 18.33 8.21 18.33C8.95 18.37 9.65 18.76 10.12 19.39L11.13 20.74C11.62 21.39 12.37 21.39 12.86 20.74L13.87 19.39C14.35 18.76 15.04 18.37 15.79 18.33C16.53 18.29 17.27 18.6 17.81 19.18C18.57 19.99 19.07 20.09 19.24 20.02C19.48 19.92 19.74 19.34 19.74 18.3V7.04C19.74 3.43 19.11 2.75 15.77 2.75H8.22C4.88 2.75 4.25 3.43 4.25 7.04V18.3C4.25 19.35 4.51 19.93 4.75 20.02C4.92 20.09 5.42 19.99 6.18 19.18C6.72 18.63 7.39 18.33 8.08 18.33Z\" fill=\"\"/>\n<path d=\"M16 7.75H8C7.59 7.75 7.25 7.41 7.25 7C7.25 6.59 7.59 6.25 8 6.25H16C16.41 6.25 16.75 6.59 16.75 7C16.75 7.41 16.41 7.75 16 7.75Z\" fill=\"\"/>\n<path d=\"M15 11.75H9C8.59 11.75 8.25 11.41 8.25 11C8.25 10.59 8.59 10.25 9 10.25H15C15.41 10.25 15.75 10.59 15.75 11C15.75 11.41 15.41 11.75 15 11.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"receive square 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n<path d=\"M14.8298 14.0901H10.5898C10.1798 14.0901 9.83984 13.7501 9.83984 13.3401C9.83984 12.9301 10.1798 12.5901 10.5898 12.5901H14.0798V9.1001C14.0798 8.6901 14.4198 8.3501 14.8298 8.3501C15.2398 8.3501 15.5798 8.6901 15.5798 9.1001V13.3401C15.5798 13.7601 15.2398 14.0901 14.8298 14.0901Z\" fill=\"\"/>\n<path d=\"M14.8294 14.0901C14.6394 14.0901 14.4494 14.0201 14.2994 13.8701L8.63938 8.21013C8.34938 7.92013 8.34938 7.44012 8.63938 7.15012C8.92937 6.86012 9.40937 6.86012 9.69937 7.15012L15.3594 12.8101C15.6494 13.1001 15.6494 13.5801 15.3594 13.8701C15.2094 14.0201 15.0194 14.0901 14.8294 14.0901Z\" fill=\"\"/>\n<path d=\"M12.0004 18.2302C9.89044 18.2302 7.77043 17.8902 5.76043 17.2202C5.37043 17.0902 5.16043 16.6602 5.29043 16.2702C5.42043 15.8802 5.85045 15.6602 6.24045 15.8002C9.96045 17.0402 14.0504 17.0402 17.7704 15.8002C18.1604 15.6702 18.5904 15.8802 18.7204 16.2702C18.8504 16.6602 18.6404 17.0902 18.2504 17.2202C16.2304 17.9002 14.1104 18.2302 12.0004 18.2302Z\" fill=\"\"/>\n</svg>\n</li><li title=\"receive square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n<path d=\"M11.9995 15.26C11.8095 15.26 11.6195 15.1899 11.4695 15.0399L8.46945 12.0399C8.17945 11.7499 8.17945 11.27 8.46945 10.98C8.75945 10.69 9.23945 10.69 9.52945 10.98L11.9995 13.45L14.4695 10.98C14.7595 10.69 15.2395 10.69 15.5295 10.98C15.8195 11.27 15.8195 11.7499 15.5295 12.0399L12.5295 15.0399C12.3795 15.1899 12.1895 15.26 11.9995 15.26Z\" fill=\"\"/>\n<path d=\"M12 15.2598C11.59 15.2598 11.25 14.9198 11.25 14.5098V6.50977C11.25 6.09977 11.59 5.75977 12 5.75977C12.41 5.75977 12.75 6.09977 12.75 6.50977V14.5098C12.75 14.9298 12.41 15.2598 12 15.2598Z\" fill=\"\"/>\n<path d=\"M12.0004 18.2302C9.89043 18.2302 7.77043 17.8902 5.76043 17.2202C5.37043 17.0902 5.16043 16.6602 5.29043 16.2702C5.42043 15.8802 5.84043 15.6602 6.24043 15.8002C9.96043 17.0402 14.0504 17.0402 17.7704 15.8002C18.1604 15.6702 18.5904 15.8802 18.7204 16.2702C18.8504 16.6602 18.6404 17.0902 18.2504 17.2202C16.2304 17.9002 14.1104 18.2302 12.0004 18.2302Z\" fill=\"\"/>\n</svg>\n</li><li title=\"received \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.99945 18.2499C4.80945 18.2499 4.61945 18.1799 4.46945 18.0299C4.17945 17.7399 4.17945 17.2599 4.46945 16.9699L18.4695 2.96994C18.7595 2.67994 19.2395 2.67994 19.5295 2.96994C19.8195 3.25994 19.8195 3.73994 19.5295 4.02994L5.52945 18.0299C5.37945 18.1799 5.18945 18.2499 4.99945 18.2499Z\" fill=\"\"/>\n<path d=\"M15.27 18.25H5C4.59 18.25 4.25 17.91 4.25 17.5V7.22998C4.25 6.81998 4.59 6.47998 5 6.47998C5.41 6.47998 5.75 6.81998 5.75 7.22998V16.75H15.27C15.68 16.75 16.02 17.09 16.02 17.5C16.02 17.91 15.68 18.25 15.27 18.25Z\" fill=\"\"/>\n<path d=\"M20.5 22.75H3.5C3.09 22.75 2.75 22.41 2.75 22C2.75 21.59 3.09 21.25 3.5 21.25H20.5C20.91 21.25 21.25 21.59 21.25 22C21.25 22.41 20.91 22.75 20.5 22.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"record circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9707 22.75C6.0507 22.75 1.2207 17.93 1.2207 12C1.2207 6.07 6.0507 1.25 11.9707 1.25C17.8907 1.25 22.7207 6.07 22.7207 12C22.7207 17.93 17.9007 22.75 11.9707 22.75ZM11.9707 2.75C6.8707 2.75 2.7207 6.9 2.7207 12C2.7207 17.1 6.8707 21.25 11.9707 21.25C17.0707 21.25 21.2207 17.1 21.2207 12C21.2207 6.9 17.0707 2.75 11.9707 2.75Z\" fill=\"\"/>\n<path d=\"M11.9995 16.98C9.24953 16.98 7.01953 14.75 7.01953 12C7.01953 9.25002 9.24953 7.02002 11.9995 7.02002C14.7495 7.02002 16.9795 9.25002 16.9795 12C16.9795 14.75 14.7495 16.98 11.9995 16.98ZM11.9995 8.52002C10.0795 8.52002 8.51953 10.08 8.51953 12C8.51953 13.92 10.0795 15.48 11.9995 15.48C13.9195 15.48 15.4795 13.92 15.4795 12C15.4795 10.08 13.9195 8.52002 11.9995 8.52002Z\" fill=\"\"/>\n</svg>\n</li><li title=\"record \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 21.75C6.62 21.75 2.25 17.38 2.25 12C2.25 6.62 6.62 2.25 12 2.25C17.38 2.25 21.75 6.62 21.75 12C21.75 17.38 17.38 21.75 12 21.75ZM12 3.75C7.45 3.75 3.75 7.45 3.75 12C3.75 16.55 7.45 20.25 12 20.25C16.55 20.25 20.25 16.55 20.25 12C20.25 7.45 16.55 3.75 12 3.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"recovery convert \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.42 19.2499H8.69C6 19.2499 4.75 17.9999 4.75 15.3099V12.5799C4.75 9.8999 6 8.6499 8.69 8.6499H11.42C14.1 8.6499 15.36 9.8999 15.36 12.5899V15.3199C15.35 17.9999 14.1 19.2499 11.42 19.2499ZM8.69 10.1499C6.82 10.1499 6.25 10.7199 6.25 12.5899V15.3199C6.25 17.1899 6.82 17.7599 8.69 17.7599H11.42C13.29 17.7599 13.86 17.1899 13.86 15.3199V12.5899C13.86 10.7199 13.29 10.1499 11.42 10.1499H8.69Z\" fill=\"\"/>\n<path d=\"M15.3104 15.35H14.6004C14.1904 15.35 13.8504 15.01 13.8504 14.6V12.58C13.8504 10.71 13.2804 10.14 11.4104 10.14H9.40039C8.99039 10.14 8.65039 9.8 8.65039 9.39V8.69C8.65039 6.01 9.90039 4.75 12.5904 4.75H15.3204C18.0004 4.75 19.2604 6 19.2604 8.69V11.42C19.2504 14.1 18.0004 15.35 15.3104 15.35ZM10.1504 8.65H11.4204C14.1004 8.65 15.3604 9.9 15.3604 12.59V13.86C17.2004 13.85 17.7604 13.28 17.7604 11.42V8.69C17.7604 6.82 17.1904 6.25 15.3204 6.25H12.5904C10.7304 6.25 10.1604 6.81 10.1504 8.65Z\" fill=\"\"/>\n<path d=\"M15.0002 22.7502C14.7302 22.7502 14.4802 22.6002 14.3502 22.3702C14.2202 22.1302 14.2202 21.8502 14.3602 21.6102L15.4102 19.8602C15.6202 19.5002 16.0802 19.3902 16.4402 19.6002C16.8002 19.8102 16.9102 20.2702 16.7002 20.6302L16.4302 21.0802C19.1902 20.4302 21.2602 17.9502 21.2602 14.9902C21.2602 14.5802 21.6002 14.2402 22.0102 14.2402C22.4202 14.2402 22.7602 14.5802 22.7602 14.9902C22.7502 19.2702 19.2702 22.7502 15.0002 22.7502Z\" fill=\"\"/>\n<path d=\"M2 9.75C1.59 9.75 1.25 9.41 1.25 9C1.25 4.73 4.73 1.25 9 1.25C9.27 1.25 9.52 1.4 9.65 1.63C9.78 1.87 9.78 2.15 9.64 2.39L8.59 4.14C8.38 4.49 7.92 4.61 7.56 4.39C7.21 4.18 7.09 3.72 7.31 3.36L7.58 2.91C4.81 3.56 2.75 6.04 2.75 9C2.75 9.41 2.41 9.75 2 9.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"redo \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.8691 19.0601H8.86914C5.69914 19.0601 3.11914 16.4801 3.11914 13.3101C3.11914 10.1401 5.69914 7.56006 8.86914 7.56006H19.8691C20.2791 7.56006 20.6191 7.90006 20.6191 8.31006C20.6191 8.72006 20.2791 9.06006 19.8691 9.06006H8.86914C6.52914 9.06006 4.61914 10.9701 4.61914 13.3101C4.61914 15.6501 6.52914 17.5601 8.86914 17.5601H16.8691C17.2791 17.5601 17.6191 17.9001 17.6191 18.3101C17.6191 18.7201 17.2891 19.0601 16.8691 19.0601Z\" fill=\"\"/>\n<path d=\"M17.5698 11.5599C17.3798 11.5599 17.1898 11.4899 17.0398 11.3399C16.7498 11.0499 16.7498 10.5699 17.0398 10.2799L19.0698 8.24988L17.0398 6.21988C16.7498 5.92988 16.7498 5.44988 17.0398 5.15988C17.3298 4.86988 17.8098 4.86988 18.0998 5.15988L20.6598 7.71988C20.9498 8.00988 20.9498 8.48988 20.6598 8.77988L18.0998 11.3399C17.9498 11.4899 17.7598 11.5599 17.5698 11.5599Z\" fill=\"\"/>\n</svg>\n</li><li title=\"refresh 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 12C22 17.52 17.52 22 12 22C6.48 22 3.11 16.44 3.11 16.44M3.11 16.44H7.63M3.11 16.44V21.44M2 12C2 6.48 6.44 2 12 2C18.67 2 22 7.56 22 7.56M22 7.56V2.56M22 7.56H17.56\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"refresh circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z\" fill=\"\"/>\n<path d=\"M11.9995 17.4701C10.5995 17.4701 9.19946 16.9401 8.12946 15.8701C7.84946 15.5901 7.59945 15.2801 7.36945 14.9101C7.14945 14.5601 7.25944 14.1001 7.60944 13.8801C7.95944 13.6601 8.41947 13.7701 8.63947 14.1201C8.80947 14.4001 8.98945 14.6201 9.18945 14.8201C10.7395 16.3701 13.2594 16.3701 14.8094 14.8201C15.4094 14.2201 15.7895 13.4401 15.9195 12.5701C15.9795 12.1601 16.3594 11.8601 16.7694 11.9301C17.1794 11.9901 17.4595 12.3701 17.4095 12.7801C17.2395 13.9701 16.7095 15.0401 15.8795 15.8801C14.7995 16.9401 13.3995 17.4701 11.9995 17.4701Z\" fill=\"\"/>\n<path d=\"M7.3399 12.08C7.2999 12.08 7.26991 12.08 7.22991 12.07C6.81991 12.01 6.5299 11.6299 6.5899 11.2199C6.7599 10.0299 7.2899 8.95996 8.1199 8.11996C10.2499 5.98996 13.7199 5.98996 15.8599 8.11996C16.1399 8.39996 16.3899 8.70999 16.6199 9.08999C16.8399 9.43999 16.7299 9.89996 16.3799 10.12C16.0299 10.34 15.5699 10.23 15.3499 9.87997C15.1799 9.60997 14.9999 9.37996 14.7999 9.17996C13.2499 7.62996 10.7299 7.62996 9.17989 9.17996C8.57989 9.77996 8.19991 10.56 8.06991 11.43C8.02991 11.81 7.7099 12.08 7.3399 12.08Z\" fill=\"\"/>\n<path d=\"M7.82031 17.93C7.41031 17.93 7.07031 17.59 7.07031 17.18V14.51C7.07031 14.1 7.41031 13.76 7.82031 13.76H10.4903C10.9003 13.76 11.2403 14.1 11.2403 14.51C11.2403 14.92 10.9003 15.26 10.4903 15.26H8.57031V17.18C8.57031 17.59 8.24031 17.93 7.82031 17.93Z\" fill=\"\"/>\n<path d=\"M16.1797 10.2401H13.5098C13.0998 10.2401 12.7598 9.90005 12.7598 9.49005C12.7598 9.08005 13.0998 8.74005 13.5098 8.74005H15.4297V6.82007C15.4297 6.41007 15.7697 6.07007 16.1797 6.07007C16.5897 6.07007 16.9297 6.41007 16.9297 6.82007V9.49005C16.9297 9.91005 16.5897 10.2401 16.1797 10.2401Z\" fill=\"\"/>\n</svg>\n</li><li title=\"refresh left square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 18.01C8.83 18.01 6.25 15.43 6.25 12.26C6.25 11.12 6.58 10.01 7.22 9.07C7.45 8.73 7.91999 8.63 8.25999 8.86C8.59999 9.09 8.7 9.56 8.47 9.9C8 10.6 7.75999 11.42 7.75999 12.26C7.75999 14.6 9.66999 16.51 12.01 16.51C14.35 16.51 16.26 14.6 16.26 12.26C16.26 9.92 14.35 8.01 12.01 8.01C11.51 8.01 11.03 8.08 10.56 8.22C10.17 8.34 9.75 8.12 9.62 7.72C9.5 7.32 9.72 6.9 10.12 6.78C10.73 6.59 11.36 6.5 12.01 6.5C15.18 6.5 17.76 9.08 17.76 12.25C17.76 15.42 15.17 18.01 12 18.01Z\" fill=\"\"/>\n<path d=\"M9.61911 8.39987C9.44911 8.39987 9.26912 8.33987 9.12912 8.21987C8.81912 7.94987 8.78911 7.46987 9.05911 7.15987L10.7291 5.24987C10.9991 4.93987 11.4791 4.89987 11.7891 5.17987C12.0991 5.44987 12.1291 5.92986 11.8591 6.23986L10.1891 8.14987C10.0291 8.30987 9.82911 8.39987 9.61911 8.39987Z\" fill=\"\"/>\n<path d=\"M11.5598 9.82004C11.4098 9.82004 11.2498 9.77004 11.1198 9.68004L9.17976 8.26004C8.84976 8.02004 8.76977 7.55004 9.01977 7.21004C9.25977 6.88004 9.72978 6.80005 10.0698 7.05005L12.0098 8.47004C12.3398 8.71004 12.4198 9.18004 12.1698 9.52004C12.0198 9.71004 11.7898 9.82004 11.5598 9.82004Z\" fill=\"\"/>\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n</svg>\n</li><li title=\"refresh right square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n<path d=\"M12 18.0098C8.83 18.0098 6.25 15.4298 6.25 12.2598C6.25 9.08977 8.83 6.50977 12 6.50977C12.64 6.50977 13.28 6.59976 13.89 6.78976C14.29 6.90976 14.51 7.32977 14.39 7.72977C14.27 8.12977 13.85 8.34977 13.45 8.22977C12.99 8.08977 12.5 8.01976 12 8.01976C9.66 8.01976 7.75 9.92976 7.75 12.2698C7.75 14.6098 9.66 16.5198 12 16.5198C14.34 16.5198 16.25 14.6098 16.25 12.2698C16.25 11.4198 16 10.6098 15.54 9.90977C15.31 9.56977 15.4 9.09977 15.75 8.86977C16.09 8.63977 16.56 8.72977 16.79 9.07977C17.42 10.0298 17.76 11.1298 17.76 12.2698C17.75 15.4398 15.17 18.0098 12 18.0098Z\" fill=\"\"/>\n<path d=\"M14.3811 8.39996C14.1711 8.39996 13.9611 8.30996 13.8111 8.13996L12.1411 6.22996C11.8711 5.91996 11.9012 5.43995 12.2112 5.16995C12.5212 4.89995 13.0011 4.92995 13.2711 5.23995L14.9411 7.14996C15.2111 7.45996 15.1811 7.93996 14.8711 8.20996C14.7311 8.33996 14.5611 8.39996 14.3811 8.39996Z\" fill=\"\"/>\n<path d=\"M12.4399 9.81986C12.2099 9.81986 11.9799 9.70986 11.8299 9.50986C11.5899 9.17986 11.6599 8.70986 11.9899 8.45986L13.9299 7.03986C14.2599 6.79986 14.7299 6.86986 14.9799 7.19986C15.2199 7.52986 15.1499 7.99986 14.8199 8.24986L12.8799 9.66986C12.7499 9.76986 12.5899 9.81986 12.4399 9.81986Z\" fill=\"\"/>\n</svg>\n</li><li title=\"refresh square 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n<path d=\"M17.5 12C17.5 15.04 15.04 17.5 12 17.5C8.96 17.5 7.10999 14.44 7.10999 14.44M7.10999 14.44H9.59M7.10999 14.44V17.19M6.5 12C6.5 8.96 8.94 6.5 12 6.5C15.67 6.5 17.5 9.56 17.5 9.56M17.5 9.56V6.81M17.5 9.56H15.06\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"refresh \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.55 22.42C14.22 22.42 13.91 22.2 13.82 21.86C13.71 21.46 13.95 21.05 14.36 20.94C18.42 19.87 21.25 16.19 21.25 11.99C21.25 6.89 17.1 2.74 12 2.74C7.67 2.74 4.83 5.27 3.5 6.8H6.44C6.85 6.8 7.19 7.14 7.19 7.55C7.19 7.96 6.86 8.31 6.44 8.31H2.01C1.96 8.31 1.87 8.3 1.8 8.28C1.71 8.25 1.63 8.21 1.56 8.16C1.47 8.1 1.4 8.02 1.35 7.93C1.3 7.84 1.26 7.73 1.25 7.62C1.25 7.59 1.25 7.57 1.25 7.54V3C1.25 2.59 1.59 2.25 2 2.25C2.41 2.25 2.75 2.59 2.75 3V5.39C4.38 3.64 7.45 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 16.88 19.46 21.16 14.74 22.4C14.68 22.41 14.61 22.42 14.55 22.42Z\" fill=\"\"/>\n<path d=\"M11.29 22.73C11.27 22.73 11.25 22.72 11.24 22.72C10.16 22.65 9.1 22.41 8.1 22.02C7.81 21.91 7.61 21.62 7.62 21.31C7.62 21.22 7.64 21.13 7.67 21.05C7.82 20.67 8.27 20.48 8.64 20.62C9.51 20.96 10.42 21.16 11.34 21.23C11.73 21.25 12.04 21.59 12.04 21.99L12.03 22.03C12.01 22.42 11.68 22.73 11.29 22.73ZM5.78 20.58C5.61 20.58 5.45 20.52 5.31 20.42C4.47 19.74 3.73 18.95 3.13 18.07C3.04 17.94 2.99 17.8 2.99 17.65C2.99 17.4 3.11 17.17 3.32 17.03C3.65 16.8 4.13 16.89 4.36 17.21C4.36 17.22 4.36 17.22 4.36 17.22C4.37 17.23 4.38 17.25 4.39 17.26C4.91 18.01 5.54 18.68 6.25 19.24C6.42 19.38 6.53 19.59 6.53 19.82C6.53 19.99 6.48 20.16 6.37 20.3C6.22 20.48 6.01 20.58 5.78 20.58ZM2.44 15.7C2.11 15.7 1.82 15.49 1.73 15.18C1.41 14.15 1.25 13.08 1.25 12V11.99C1.26 11.58 1.59 11.25 2 11.25C2.41 11.25 2.75 11.59 2.75 12C2.75 12.94 2.89 13.86 3.16 14.73C3.18 14.81 3.19 14.88 3.19 14.96C3.19 15.28 2.98 15.57 2.66 15.67C2.59 15.69 2.52 15.7 2.44 15.7Z\" fill=\"\"/>\n</svg>\n</li><li title=\"repeat circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.5 12.4701C16.09 12.4701 15.75 12.1301 15.75 11.7201V9.95013C15.75 9.48013 15.37 9.1001 14.9 9.1001H7.5C7.09 9.1001 6.75 8.7601 6.75 8.3501C6.75 7.9401 7.09 7.6001 7.5 7.6001H14.9C16.2 7.6001 17.25 8.66013 17.25 9.95013V11.7201C17.25 12.1301 16.91 12.4701 16.5 12.4701Z\" fill=\"\"/>\n<path d=\"M9.18945 10.7799C8.99945 10.7799 8.80946 10.7098 8.65946 10.5598L6.96945 8.86984C6.67945 8.57984 6.67945 8.09985 6.96945 7.80985L8.65946 6.11984C8.94946 5.82984 9.42945 5.82984 9.71945 6.11984C10.0095 6.40984 10.0095 6.88984 9.71945 7.17984L8.55945 8.33988L9.71945 9.49985C10.0095 9.78985 10.0095 10.2698 9.71945 10.5598C9.56945 10.7098 9.37945 10.7799 9.18945 10.7799Z\" fill=\"\"/>\n<path d=\"M16.5 16.41H9.10001C7.80001 16.41 6.75 15.3501 6.75 14.0601V12.29C6.75 11.88 7.09 11.54 7.5 11.54C7.91 11.54 8.25 11.88 8.25 12.29V14.0601C8.25 14.5301 8.63001 14.91 9.10001 14.91H16.5C16.91 14.91 17.25 15.25 17.25 15.66C17.25 16.07 16.91 16.41 16.5 16.41Z\" fill=\"\"/>\n<path d=\"M14.81 18.0899C14.62 18.0899 14.43 18.0199 14.28 17.8699C13.99 17.5799 13.99 17.0999 14.28 16.8099L15.44 15.6499L14.28 14.4899C13.99 14.1999 13.99 13.7199 14.28 13.4299C14.57 13.1399 15.05 13.1399 15.34 13.4299L17.03 15.1199C17.32 15.4099 17.32 15.8899 17.03 16.1799L15.34 17.8699C15.2 18.0199 15 18.0899 14.81 18.0899Z\" fill=\"\"/>\n<path d=\"M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"repeat \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.4201 12.2198C20.0101 12.2198 19.6701 11.8798 19.6701 11.4698V8.1499C19.6701 6.9099 18.6601 5.8999 17.4201 5.8999H3.58008C3.17008 5.8999 2.83008 5.5599 2.83008 5.1499C2.83008 4.7399 3.17008 4.3999 3.58008 4.3999H17.4201C19.4901 4.3999 21.1701 6.0799 21.1701 8.1499V11.4698C21.1701 11.8898 20.8301 12.2198 20.4201 12.2198Z\" fill=\"\"/>\n<path d=\"M6.74008 9.06998C6.55008 9.06998 6.36008 8.99995 6.21008 8.84995L3.05008 5.68997C2.91008 5.54997 2.83008 5.35994 2.83008 5.15994C2.83008 4.95994 2.91008 4.76998 3.05008 4.62998L6.21008 1.46994C6.50008 1.17994 6.98008 1.17994 7.27008 1.46994C7.56008 1.75994 7.56008 2.24 7.27008 2.53L4.64011 5.15994L7.27008 7.78995C7.56008 8.07995 7.56008 8.55995 7.27008 8.84995C7.12008 8.98995 6.93008 9.06998 6.74008 9.06998Z\" fill=\"\"/>\n<path d=\"M20.4201 19.59H6.58008C4.51008 19.59 2.83008 17.91 2.83008 15.84V12.52C2.83008 12.11 3.17008 11.77 3.58008 11.77C3.99008 11.77 4.33008 12.11 4.33008 12.52V15.84C4.33008 17.08 5.34008 18.09 6.58008 18.09H20.4201C20.8301 18.09 21.1701 18.43 21.1701 18.84C21.1701 19.25 20.8301 19.59 20.4201 19.59Z\" fill=\"\"/>\n<path d=\"M17.2592 22.7501C17.0692 22.7501 16.8792 22.6801 16.7292 22.5301C16.4392 22.2401 16.4392 21.7601 16.7292 21.4701L19.3592 18.8401L16.7292 16.2101C16.4392 15.9201 16.4392 15.4401 16.7292 15.1501C17.0192 14.8601 17.4992 14.8601 17.7892 15.1501L20.9492 18.3101C21.0892 18.4501 21.1692 18.6401 21.1692 18.8401C21.1692 19.0401 21.0892 19.2301 20.9492 19.3701L17.7892 22.5301C17.6492 22.6801 17.4592 22.7501 17.2592 22.7501Z\" fill=\"\"/>\n</svg>\n</li><li title=\"repeate music \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.91 17.1799C3.72 17.1799 3.53 17.1099 3.38 16.9599C2.01 15.5799 1.25 13.7599 1.25 11.8299C1.25 7.81994 4.5 4.55992 8.5 4.55992L14.57 4.57994L13.48 3.5399C13.18 3.2499 13.17 2.77991 13.46 2.47991C13.75 2.17991 14.22 2.16995 14.52 2.45995L16.96 4.79991C17.18 5.00991 17.25 5.33992 17.14 5.61992C17.03 5.89992 16.75 6.08995 16.44 6.08995L8.49001 6.06993C5.32001 6.06993 2.74001 8.65995 2.74001 11.84C2.74001 13.37 3.33999 14.8199 4.42999 15.9099C4.71999 16.1999 4.71999 16.6799 4.42999 16.9699C4.28999 17.1099 4.1 17.1799 3.91 17.1799Z\" fill=\"\"/>\n<path d=\"M9.9999 21.75C9.8099 21.75 9.6299 21.6799 9.4799 21.5399L7.0399 19.2C6.8199 18.99 6.7499 18.66 6.8599 18.38C6.9699 18.1 7.2499 17.9099 7.5599 17.9099L15.5099 17.93C18.6799 17.93 21.2599 15.3399 21.2599 12.1599C21.2599 10.6299 20.6599 9.18 19.5699 8.09C19.2799 7.8 19.2799 7.32 19.5699 7.03C19.8599 6.74 20.3399 6.74 20.6299 7.03C21.9999 8.41 22.7599 10.2299 22.7599 12.1599C22.7599 16.1699 19.5099 19.43 15.5099 19.43L9.4399 19.4099L10.5299 20.45C10.8299 20.74 10.8399 21.21 10.5499 21.51C10.3899 21.67 10.1999 21.75 9.9999 21.75Z\" fill=\"\"/>\n<path d=\"M15 12.75H9C8.59 12.75 8.25 12.41 8.25 12C8.25 11.59 8.59 11.25 9 11.25H15C15.41 11.25 15.75 11.59 15.75 12C15.75 12.41 15.41 12.75 15 12.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"repeate one \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.91 17.1799C3.72 17.1799 3.53 17.1099 3.38 16.9599C2.01 15.5799 1.25 13.7599 1.25 11.8299C1.25 7.81994 4.5 4.55992 8.5 4.55992L14.57 4.57994L13.48 3.5399C13.18 3.2499 13.17 2.77991 13.46 2.47991C13.75 2.17991 14.22 2.16995 14.52 2.45995L16.96 4.79991C17.18 5.00991 17.25 5.33992 17.14 5.61992C17.03 5.89992 16.75 6.08995 16.44 6.08995L8.48999 6.06993C5.31999 6.06993 2.73999 8.65995 2.73999 11.84C2.73999 13.37 3.33999 14.8199 4.42999 15.9099C4.71999 16.1999 4.71999 16.6799 4.42999 16.9699C4.28999 17.1099 4.1 17.1799 3.91 17.1799Z\" fill=\"\"/>\n<path d=\"M9.99991 21.75C9.80991 21.75 9.62992 21.6799 9.47992 21.5399L7.03992 19.2C6.81992 18.99 6.7499 18.66 6.8599 18.38C6.9699 18.1 7.24991 17.9099 7.55991 17.9099L15.5099 17.93C18.6799 17.93 21.2599 15.3399 21.2599 12.1599C21.2599 10.6299 20.6599 9.18 19.5699 8.09C19.2799 7.8 19.2799 7.32 19.5699 7.03C19.8599 6.74 20.3399 6.74 20.6299 7.03C21.9999 8.41 22.7599 10.2299 22.7599 12.1599C22.7599 16.1699 19.5099 19.43 15.5099 19.43L9.43991 19.4099L10.5299 20.45C10.8299 20.74 10.8399 21.21 10.5499 21.51C10.3899 21.67 10.1999 21.75 9.99991 21.75Z\" fill=\"\"/>\n<path d=\"M12.2505 15.4201C11.8405 15.4201 11.5005 15.0801 11.5005 14.6701V11.2801L11.3105 11.4901C11.0305 11.8001 10.5605 11.8201 10.2505 11.5501C9.94049 11.2801 9.92049 10.8001 10.1905 10.4901L11.6905 8.82008C11.9005 8.59008 12.2305 8.51007 12.5205 8.62007C12.8105 8.73007 13.0005 9.01008 13.0005 9.32008V14.6701C13.0005 15.0901 12.6605 15.4201 12.2505 15.4201Z\" fill=\"\"/>\n</svg>\n</li><li title=\"reserve \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.9707 22.75H4.9707C1.2207 22.75 1.2207 20.67 1.2207 19V18C1.2207 17.04 2.0107 16.25 2.9707 16.25H20.9707C21.9307 16.25 22.7207 17.04 22.7207 18V19C22.7207 20.67 22.7207 22.75 18.9707 22.75ZM2.9707 17.75C2.8307 17.75 2.7207 17.86 2.7207 18V19C2.7207 20.64 2.7207 21.25 4.9707 21.25H18.9707C21.2207 21.25 21.2207 20.64 21.2207 19V18C21.2207 17.86 21.1107 17.75 20.9707 17.75H2.9707Z\" fill=\"\"/>\n<path d=\"M20.7195 17.75H3.26953C2.85953 17.75 2.51953 17.41 2.51953 17V13C2.51953 8.9 5.42953 5.3 9.42953 4.45C10.0195 4.32 10.6395 4.25 11.2695 4.25H12.7195C13.3595 4.25 13.9795 4.32 14.5695 4.45C18.5695 5.31 21.4695 8.91 21.4695 13V17C21.4695 17.41 21.1395 17.75 20.7195 17.75ZM4.01953 16.25H19.9695V13C19.9695 9.61 17.5695 6.63 14.2495 5.91C13.7595 5.8 13.2495 5.75 12.7195 5.75H11.2695C10.7495 5.75 10.2395 5.8 9.74953 5.91C6.42953 6.62 4.01953 9.6 4.01953 13V16.25Z\" fill=\"\"/>\n<path d=\"M9.59 5.93C9.26 5.93 8.96 5.71 8.87 5.38C8.79 5.09 8.75 4.8 8.75 4.5C8.75 2.71 10.21 1.25 12 1.25C13.79 1.25 15.25 2.71 15.25 4.5C15.25 4.8 15.21 5.09 15.13 5.38C15.03 5.76 14.65 6 14.25 5.91C13.76 5.8 13.25 5.75 12.72 5.75H11.27C10.75 5.75 10.24 5.8 9.75 5.91C9.7 5.92 9.65 5.93 9.59 5.93ZM11.27 4.25H12.72C13.06 4.25 13.41 4.27 13.74 4.31C13.65 3.43 12.9 2.75 12 2.75C11.1 2.75 10.36 3.43 10.26 4.31C10.6 4.27 10.93 4.25 11.27 4.25Z\" fill=\"\"/>\n<path d=\"M15 11.75H9C8.59 11.75 8.25 11.41 8.25 11C8.25 10.59 8.59 10.25 9 10.25H15C15.41 10.25 15.75 10.59 15.75 11C15.75 11.41 15.41 11.75 15 11.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"rotate left 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.75 22.75H7.25C3.1 22.75 1.25 20.9 1.25 16.75V12.25C1.25 8.1 3.1 6.25 7.25 6.25H11.75C15.9 6.25 17.75 8.1 17.75 12.25V16.75C17.75 20.9 15.9 22.75 11.75 22.75ZM7.25 7.75C3.93 7.75 2.75 8.93 2.75 12.25V16.75C2.75 20.07 3.93 21.25 7.25 21.25H11.75C15.07 21.25 16.25 20.07 16.25 16.75V12.25C16.25 8.93 15.07 7.75 11.75 7.75H7.25Z\" fill=\"\"/>\n<path d=\"M22.0004 9.75C21.5904 9.75 21.2504 9.41 21.2504 9C21.2504 6.04 19.1904 3.56 16.4204 2.91L16.6904 3.36C16.9004 3.72 16.7904 4.18 16.4304 4.39C16.0704 4.6 15.6104 4.49 15.4004 4.13L14.3504 2.38C14.2104 2.15 14.2104 1.86 14.3404 1.63C14.4804 1.4 14.7304 1.25 15.0004 1.25C19.2704 1.25 22.7504 4.73 22.7504 9C22.7504 9.41 22.4104 9.75 22.0004 9.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"rotate left \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.0001 22.7501C6.80008 22.7501 2.58008 18.5201 2.58008 13.3301C2.58008 11.4601 3.13008 9.65014 4.17008 8.09014C4.40008 7.75014 4.87008 7.65014 5.21008 7.88014C5.55008 8.11014 5.65008 8.58014 5.42008 8.92014C4.55008 10.2201 4.09008 11.7501 4.09008 13.3201C4.09008 17.6901 7.64008 21.2401 12.0101 21.2401C16.3801 21.2401 19.9301 17.6901 19.9301 13.3201C19.9301 8.95014 16.3701 5.40014 12.0001 5.40014C11.0801 5.40014 10.1801 5.53014 9.33008 5.79014C8.93008 5.91014 8.51008 5.69014 8.39008 5.29014C8.27008 4.89014 8.49008 4.47014 8.89008 4.35014C9.89008 4.05014 10.9301 3.89014 12.0001 3.89014C17.2001 3.89014 21.4201 8.12014 21.4201 13.3101C21.4201 18.5001 17.2001 22.7501 12.0001 22.7501Z\" fill=\"\"/>\n<path d=\"M7.87036 6.07012C7.70036 6.07012 7.52036 6.01012 7.38036 5.89012C7.06036 5.61012 7.03036 5.14012 7.30036 4.83012L10.1904 1.51012C10.4604 1.20012 10.9404 1.16012 11.2504 1.44012C11.5604 1.71012 11.5904 2.19012 11.3204 2.50012L8.43036 5.81012C8.28036 5.98012 8.07036 6.07012 7.87036 6.07012Z\" fill=\"\"/>\n<path d=\"M11.2396 8.53013C11.0896 8.53013 10.9296 8.48013 10.7996 8.39013L7.41959 5.92013C7.08959 5.68013 7.01959 5.21013 7.25959 4.88013C7.49959 4.54013 7.96959 4.47013 8.30959 4.71013L11.6796 7.17013C12.0096 7.41013 12.0896 7.88013 11.8396 8.22013C11.6996 8.43013 11.4696 8.53013 11.2396 8.53013Z\" fill=\"\"/>\n</svg>\n</li><li title=\"rotate right 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.75 22.75H12.25C8.1 22.75 6.25 20.9 6.25 16.75V12.25C6.25 8.1 8.1 6.25 12.25 6.25H16.75C20.9 6.25 22.75 8.1 22.75 12.25V16.75C22.75 20.9 20.9 22.75 16.75 22.75ZM12.25 7.75C8.93 7.75 7.75 8.93 7.75 12.25V16.75C7.75 20.07 8.93 21.25 12.25 21.25H16.75C20.07 21.25 21.25 20.07 21.25 16.75V12.25C21.25 8.93 20.07 7.75 16.75 7.75H12.25Z\" fill=\"\"/>\n<path d=\"M2 9.75C1.59 9.75 1.25 9.41 1.25 9C1.25 4.73 4.73 1.25 9 1.25C9.27 1.25 9.52 1.4 9.65 1.63C9.78 1.86 9.78 2.15 9.64 2.38L8.59 4.14C8.38 4.49 7.92 4.61 7.56 4.39C7.21 4.18 7.09 3.72 7.31 3.36L7.58 2.91C4.81 3.56 2.75 6.04 2.75 9C2.75 9.41 2.41 9.75 2 9.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"rotate right \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.0001 22.7499C6.80008 22.7499 2.58008 18.5199 2.58008 13.3299C2.58008 8.1399 6.80008 3.8999 12.0001 3.8999C13.0701 3.8999 14.1101 4.0499 15.1101 4.3599C15.5101 4.4799 15.7301 4.8999 15.6101 5.2999C15.4901 5.6999 15.0701 5.9199 14.6701 5.7999C13.8201 5.5399 12.9201 5.3999 12.0001 5.3999C7.63008 5.3999 4.08008 8.9499 4.08008 13.3199C4.08008 17.6899 7.63008 21.2399 12.0001 21.2399C16.3701 21.2399 19.9201 17.6899 19.9201 13.3199C19.9201 11.7399 19.4601 10.2199 18.5901 8.9199C18.3601 8.5799 18.4501 8.1099 18.8001 7.8799C19.1401 7.6499 19.6101 7.7399 19.8401 8.0899C20.8801 9.6399 21.4301 11.4499 21.4301 13.3299C21.4201 18.5199 17.2001 22.7499 12.0001 22.7499Z\" fill=\"\"/>\n<path d=\"M16.1304 6.07021C15.9204 6.07021 15.7104 5.98021 15.5604 5.81021L12.6704 2.49021C12.4004 2.18021 12.4304 1.70021 12.7404 1.43021C13.0504 1.16021 13.5304 1.19021 13.8004 1.50021L16.6904 4.82021C16.9604 5.13021 16.9304 5.61021 16.6204 5.88021C16.4904 6.01021 16.3104 6.07021 16.1304 6.07021Z\" fill=\"\"/>\n<path d=\"M12.7602 8.5302C12.5302 8.5302 12.3002 8.4202 12.1502 8.2202C11.9102 7.8902 11.9802 7.4202 12.3102 7.1702L15.6802 4.7102C16.0102 4.4602 16.4802 4.5402 16.7302 4.8702C16.9802 5.2002 16.9002 5.6702 16.5702 5.9202L13.2002 8.3902C13.0702 8.4902 12.9202 8.5302 12.7602 8.5302Z\" fill=\"\"/>\n</svg>\n</li><li title=\"route square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.1807 18.6999C12.0107 18.6999 11.0207 17.9799 10.6507 16.8699L9.95072 14.7999C9.84072 14.4399 9.56072 14.1699 9.22072 14.0599L7.14072 13.3599C6.02072 12.9799 5.30072 11.9699 5.32072 10.7899C5.34072 9.60992 6.08072 8.61994 7.21072 8.26994L14.7407 5.92992C15.6907 5.63992 16.7207 5.88994 17.4207 6.59994C18.1207 7.30994 18.3707 8.32993 18.0807 9.27993L15.7407 16.8199C15.3907 17.9499 14.4007 18.6899 13.2107 18.7099C13.2007 18.6999 13.1907 18.6999 13.1807 18.6999ZM15.5207 7.29993C15.4007 7.29993 15.2907 7.31994 15.1707 7.34994L7.63072 9.69993C7.02072 9.88993 6.80072 10.3899 6.80072 10.8099C6.79072 11.2199 7.00072 11.7399 7.60072 11.9399L9.68072 12.6299C10.4807 12.8899 11.1107 13.5199 11.3707 14.3299L12.0607 16.3899C12.2607 16.9899 12.7307 17.1799 13.1907 17.1999C13.6007 17.1999 14.1107 16.9799 14.3007 16.3699L16.6407 8.82993C16.7707 8.40993 16.6607 7.96993 16.3507 7.65993C16.1207 7.41993 15.8307 7.29993 15.5207 7.29993Z\" fill=\"\"/>\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n</svg>\n</li><li title=\"routing 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.50977 6.5C4.95977 6.5 4.50977 6.05 4.50977 5.5C4.50977 4.95 4.94977 4.5 5.50977 4.5H5.51977C6.06977 4.5 6.51977 4.95 6.51977 5.5C6.51977 6.05 6.06977 6.5 5.50977 6.5Z\" fill=\"\"/>\n<path d=\"M18.5098 19.5C17.9598 19.5 17.5098 19.05 17.5098 18.5C17.5098 17.95 17.9498 17.5 18.5098 17.5H18.5198C19.0698 17.5 19.5198 17.95 19.5198 18.5C19.5198 19.05 19.0698 19.5 18.5098 19.5Z\" fill=\"\"/>\n<path d=\"M5.4707 9.75C3.1307 9.75 1.2207 7.84 1.2207 5.5C1.2207 3.16 3.1307 1.25 5.4707 1.25C7.8107 1.25 9.7207 3.16 9.7207 5.5C9.7207 7.84 7.8207 9.75 5.4707 9.75ZM5.4707 2.75C3.9507 2.75 2.7207 3.98 2.7207 5.5C2.7207 7.02 3.9507 8.25 5.4707 8.25C6.9907 8.25 8.2207 7.02 8.2207 5.5C8.2207 3.98 6.9907 2.75 5.4707 2.75Z\" fill=\"\"/>\n<path d=\"M19.9707 22.75H16.9707C15.4507 22.75 14.2207 21.52 14.2207 20V17C14.2207 15.48 15.4507 14.25 16.9707 14.25H19.9707C21.4907 14.25 22.7207 15.48 22.7207 17V20C22.7207 21.52 21.4907 22.75 19.9707 22.75ZM16.9707 15.75C16.2807 15.75 15.7207 16.31 15.7207 17V20C15.7207 20.69 16.2807 21.25 16.9707 21.25H19.9707C20.6607 21.25 21.2207 20.69 21.2207 20V17C21.2207 16.31 20.6607 15.75 19.9707 15.75H16.9707Z\" fill=\"\"/>\n<path d=\"M11.9995 19.75H9.31945C8.15945 19.75 7.14945 19.05 6.74945 17.97C6.33945 16.89 6.63945 15.7 7.50945 14.93L15.4995 7.94C15.9795 7.52 15.9895 6.95 15.8495 6.56C15.6995 6.17 15.3195 5.75 14.6795 5.75H11.9995C11.5895 5.75 11.2495 5.41 11.2495 5C11.2495 4.59 11.5895 4.25 11.9995 4.25H14.6795C15.8395 4.25 16.8495 4.95 17.2495 6.03C17.6595 7.11 17.3595 8.3 16.4895 9.07L8.49945 16.06C8.01945 16.48 8.00945 17.05 8.14945 17.44C8.29945 17.83 8.67945 18.25 9.31945 18.25H11.9995C12.4095 18.25 12.7495 18.59 12.7495 19C12.7495 19.41 12.4095 19.75 11.9995 19.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"routing \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.46967 10.75C4.75967 10.75 4.03967 10.49 3.48967 9.96C1.64967 8.21 0.909667 6.3 1.33967 4.43C1.84967 2.23 3.77967 1.25 5.46967 1.25C7.15967 1.25 9.09967 2.24 9.59967 4.43C10.0297 6.3 9.27967 8.21 7.44967 9.96C6.89967 10.49 6.18967 10.75 5.46967 10.75ZM2.79967 4.77C2.41967 6.44 3.52967 7.92 4.52967 8.87C5.05967 9.38 5.88967 9.37 6.41967 8.87C7.41967 7.92 8.52967 6.44 8.13967 4.76C7.79967 3.28 6.48967 2.75 5.47967 2.75C4.45967 2.75 3.14967 3.28 2.79967 4.77Z\" fill=\"\"/>\n<path d=\"M5.50977 6.2002C4.95977 6.2002 4.50977 5.7502 4.50977 5.2002C4.50977 4.6502 4.94977 4.2002 5.50977 4.2002H5.51977C6.06977 4.2002 6.51977 4.6502 6.51977 5.2002C6.51977 5.7502 6.06977 6.2002 5.50977 6.2002Z\" fill=\"\"/>\n<path d=\"M18.4894 22.7502C17.7794 22.7502 17.0594 22.4902 16.4994 21.9602C14.6494 20.2102 13.8994 18.3002 14.3394 16.4202C14.8494 14.2302 16.7894 13.2402 18.4894 13.2402C20.1894 13.2402 22.1294 14.2302 22.6394 16.4202C23.0694 18.2902 22.3194 20.2102 20.4694 21.9502C19.9194 22.4902 19.2094 22.7502 18.4894 22.7502ZM18.4894 14.7502C17.4694 14.7502 16.1494 15.2802 15.7994 16.7702C15.4094 18.4402 16.5294 19.9302 17.5294 20.8802C18.0594 21.3902 18.8994 21.3902 19.4394 20.8802C20.4394 19.9302 21.5594 18.4502 21.1694 16.7802C20.8394 15.2802 19.5194 14.7502 18.4894 14.7502Z\" fill=\"\"/>\n<path d=\"M18.5293 18.2002C17.9793 18.2002 17.5293 17.7502 17.5293 17.2002C17.5293 16.6502 17.9693 16.2002 18.5293 16.2002H18.5393C19.0893 16.2002 19.5393 16.6502 19.5393 17.2002C19.5393 17.7502 19.0793 18.2002 18.5293 18.2002Z\" fill=\"\"/>\n<path d=\"M11.9995 19.75H9.31945C8.15945 19.75 7.14945 19.05 6.74945 17.97C6.33945 16.89 6.63945 15.7 7.50945 14.93L15.4995 7.94C15.9795 7.52 15.9895 6.95 15.8495 6.56C15.6995 6.17 15.3195 5.75 14.6795 5.75H11.9995C11.5895 5.75 11.2495 5.41 11.2495 5C11.2495 4.59 11.5895 4.25 11.9995 4.25H14.6795C15.8395 4.25 16.8495 4.95 17.2495 6.03C17.6595 7.11 17.3595 8.3 16.4895 9.07L8.49945 16.06C8.01945 16.48 8.00945 17.05 8.14945 17.44C8.29945 17.83 8.67945 18.25 9.31945 18.25H11.9995C12.4095 18.25 12.7495 18.59 12.7495 19C12.7495 19.41 12.4095 19.75 11.9995 19.75Z\" fill=\"\"/>\n<path d=\"M11.9995 19.75H9.31945C8.15945 19.75 7.14945 19.05 6.74945 17.97C6.33945 16.89 6.63945 15.7 7.50945 14.93L15.4995 7.94C15.9795 7.52 15.9895 6.95 15.8495 6.56C15.6995 6.17 15.3195 5.75 14.6795 5.75H11.9995C11.5895 5.75 11.2495 5.41 11.2495 5C11.2495 4.59 11.5895 4.25 11.9995 4.25H14.6795C15.8395 4.25 16.8495 4.95 17.2495 6.03C17.6595 7.11 17.3595 8.3 16.4895 9.07L8.49945 16.06C8.01945 16.48 8.00945 17.05 8.14945 17.44C8.29945 17.83 8.67945 18.25 9.31945 18.25H11.9995C12.4095 18.25 12.7495 18.59 12.7495 19C12.7495 19.41 12.4095 19.75 11.9995 19.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"row horizontal \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.27 22.75H4.23C2.22 22.75 1.25 21.82 1.25 19.9V4.1C1.25 2.18 2.23 1.25 4.23 1.25H8.27C10.28 1.25 11.25 2.18 11.25 4.1V19.9C11.25 21.82 10.27 22.75 8.27 22.75ZM4.23 2.75C2.96 2.75 2.75 3.09 2.75 4.1V19.9C2.75 20.91 2.96 21.25 4.23 21.25H8.27C9.54 21.25 9.75 20.91 9.75 19.9V4.1C9.75 3.09 9.54 2.75 8.27 2.75H4.23Z\" fill=\"\"/>\n<path d=\"M19.77 22.75H15.73C13.72 22.75 12.75 21.82 12.75 19.9V4.1C12.75 2.18 13.73 1.25 15.73 1.25H19.77C21.78 1.25 22.75 2.18 22.75 4.1V19.9C22.75 21.82 21.77 22.75 19.77 22.75ZM15.73 2.75C14.46 2.75 14.25 3.09 14.25 4.1V19.9C14.25 20.91 14.46 21.25 15.73 21.25H19.77C21.04 21.25 21.25 20.91 21.25 19.9V4.1C21.25 3.09 21.04 2.75 19.77 2.75H15.73Z\" fill=\"\"/>\n</svg>\n</li><li title=\"row vertical \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.9 22.75H4.1C2.18 22.75 1.25 21.77 1.25 19.77V15.73C1.25 13.72 2.18 12.75 4.1 12.75H19.9C21.82 12.75 22.75 13.73 22.75 15.73V19.77C22.75 21.77 21.82 22.75 19.9 22.75ZM4.1 14.25C3.09 14.25 2.75 14.46 2.75 15.73V19.77C2.75 21.04 3.09 21.25 4.1 21.25H19.9C20.91 21.25 21.25 21.04 21.25 19.77V15.73C21.25 14.46 20.91 14.25 19.9 14.25H4.1Z\" fill=\"\"/>\n<path d=\"M19.9 11.25H4.1C2.18 11.25 1.25 10.27 1.25 8.27V4.23C1.25 2.22 2.18 1.25 4.1 1.25H19.9C21.82 1.25 22.75 2.23 22.75 4.23V8.27C22.75 10.27 21.82 11.25 19.9 11.25ZM4.1 2.75C3.09 2.75 2.75 2.96 2.75 4.23V8.27C2.75 9.54 3.09 9.75 4.1 9.75H19.9C20.91 9.75 21.25 9.54 21.25 8.27V4.23C21.25 2.96 20.91 2.75 19.9 2.75H4.1Z\" fill=\"\"/>\n</svg>\n</li><li title=\"ruler&pen \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.4707 22.75H14.4707C12.0507 22.75 10.7207 21.42 10.7207 19V5C10.7207 2.58 12.0507 1.25 14.4707 1.25H18.4707C20.8907 1.25 22.2207 2.58 22.2207 5V19C22.2207 21.42 20.8807 22.75 18.4707 22.75ZM14.4707 2.75C12.8907 2.75 12.2207 3.42 12.2207 5V19C12.2207 20.58 12.8907 21.25 14.4707 21.25H18.4707C20.0507 21.25 20.7207 20.58 20.7207 19V5C20.7207 3.42 20.0507 2.75 18.4707 2.75H14.4707Z\" fill=\"\"/>\n<path d=\"M16.4707 6.75H11.4707C11.0607 6.75 10.7207 6.41 10.7207 6C10.7207 5.59 11.0607 5.25 11.4707 5.25H16.4707C16.8807 5.25 17.2207 5.59 17.2207 6C17.2207 6.41 16.8807 6.75 16.4707 6.75Z\" fill=\"\"/>\n<path d=\"M15.4707 18.75H11.4707C11.0607 18.75 10.7207 18.41 10.7207 18C10.7207 17.59 11.0607 17.25 11.4707 17.25H15.4707C15.8807 17.25 16.2207 17.59 16.2207 18C16.2207 18.41 15.8807 18.75 15.4707 18.75Z\" fill=\"\"/>\n<path d=\"M16.4709 14.7502C16.4609 14.7502 16.4609 14.7502 16.4709 14.7502L11.4609 14.7002C11.0509 14.7002 10.7109 14.3602 10.7209 13.9402C10.7209 13.5302 11.0609 13.2002 11.4709 13.2002C11.4709 13.2002 11.4709 13.2002 11.4809 13.2002L16.4809 13.2502C16.8909 13.2502 17.2309 13.5902 17.2209 14.0102C17.2109 14.4202 16.8809 14.7502 16.4709 14.7502Z\" fill=\"\"/>\n<path d=\"M14.4707 10.75H11.4707C11.0607 10.75 10.7207 10.41 10.7207 10C10.7207 9.59 11.0607 9.25 11.4707 9.25H14.4707C14.8807 9.25 15.2207 9.59 15.2207 10C15.2207 10.41 14.8807 10.75 14.4707 10.75Z\" fill=\"\"/>\n<path d=\"M5.4893 22.72C4.5793 22.72 3.7193 22.16 3.1293 21.18L2.3093 19.82C2.0093 19.32 1.7793 18.5 1.7793 17.92V4.95C1.7793 2.91 3.4393 1.25 5.4793 1.25C7.5193 1.25 9.1793 2.91 9.1793 4.95V17.91C9.1793 18.49 8.9493 19.31 8.6493 19.81L7.8293 21.17C7.2593 22.16 6.3993 22.72 5.4893 22.72ZM5.4893 2.75C4.2793 2.75 3.2893 3.74 3.2893 4.95V17.91C3.2893 18.22 3.4393 18.77 3.5993 19.04L4.4193 20.4C4.7293 20.92 5.1193 21.21 5.4893 21.21C5.8593 21.21 6.2493 20.91 6.5593 20.4L7.3793 19.04C7.5393 18.77 7.6893 18.22 7.6893 17.91V4.95C7.6893 3.74 6.6993 2.75 5.4893 2.75Z\" fill=\"\"/>\n<path d=\"M8.4393 7.75H2.5293C2.1193 7.75 1.7793 7.41 1.7793 7C1.7793 6.59 2.1193 6.25 2.5293 6.25H8.4393C8.8493 6.25 9.1893 6.59 9.1893 7C9.1893 7.41 8.8493 7.75 8.4393 7.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"ruler \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 17.75H5C2.58 17.75 1.25 16.42 1.25 14V10C1.25 7.58 2.58 6.25 5 6.25H19C21.42 6.25 22.75 7.58 22.75 10V14C22.75 16.42 21.42 17.75 19 17.75ZM5 7.75C3.42 7.75 2.75 8.42 2.75 10V14C2.75 15.58 3.42 16.25 5 16.25H19C20.58 16.25 21.25 15.58 21.25 14V10C21.25 8.42 20.58 7.75 19 7.75H5Z\" fill=\"\"/>\n<path d=\"M18 12.75C17.59 12.75 17.25 12.41 17.25 12V7C17.25 6.59 17.59 6.25 18 6.25C18.41 6.25 18.75 6.59 18.75 7V12C18.75 12.41 18.41 12.75 18 12.75Z\" fill=\"\"/>\n<path d=\"M6 11.75C5.59 11.75 5.25 11.41 5.25 11V7C5.25 6.59 5.59 6.25 6 6.25C6.41 6.25 6.75 6.59 6.75 7V11C6.75 11.41 6.41 11.75 6 11.75Z\" fill=\"\"/>\n<path d=\"M10 12.75C9.58 12.75 9.25 12.41 9.25 11.99L9.3 6.99C9.3 6.58 9.64 6.25 10.05 6.25C10.05 6.25 10.05 6.25 10.06 6.25C10.47 6.25 10.81 6.59 10.8 7.01L10.75 12.01C10.75 12.42 10.41 12.75 10 12.75Z\" fill=\"\"/>\n<path d=\"M14 10.75C13.59 10.75 13.25 10.41 13.25 10V7C13.25 6.59 13.59 6.25 14 6.25C14.41 6.25 14.75 6.59 14.75 7V10C14.75 10.41 14.41 10.75 14 10.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"safe home \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.5298 23.75C18.3798 23.75 18.2398 23.73 18.1098 23.7C16.7898 23.34 15.5998 22.55 14.7498 21.47C13.8398 20.34 13.3398 18.96 13.3398 17.57V15.38C13.3398 14.66 13.8198 13.93 14.4898 13.65L17.2798 12.51C18.0998 12.19 18.9898 12.19 19.7998 12.51L22.5999 13.65C23.2699 13.93 23.7599 14.66 23.7599 15.38V17.57C23.7599 20.36 21.7599 22.94 19.0099 23.7C18.8399 23.73 18.6798 23.75 18.5298 23.75ZM18.5399 13.75C18.2999 13.75 18.0598 13.79 17.8298 13.89L15.0598 15.03C14.9598 15.07 14.8398 15.26 14.8398 15.38V17.57C14.8398 18.62 15.2199 19.67 15.9199 20.54C16.5799 21.38 17.4899 21.99 18.4799 22.26C18.5099 22.27 18.5698 22.27 18.6198 22.25C20.6698 21.68 22.2398 19.67 22.2398 17.57V15.38C22.2398 15.26 22.1199 15.08 22.0099 15.03L19.2299 13.89C19.0099 13.8 18.7799 13.75 18.5399 13.75Z\" fill=\"\"/>\n<path d=\"M15.3405 21.75H6.18045C4.44045 21.75 2.84045 20.3999 2.55045 18.6899L1.29047 11.14C1.08047 9.95 1.67045 8.42002 2.61045 7.66002L9.19046 2.40001C10.4805 1.36001 12.5005 1.37002 13.7905 2.41002L20.3705 7.66002C21.3205 8.42002 21.9005 9.95 21.6905 11.14L21.2605 13.73C21.2205 13.95 21.0805 14.15 20.8805 14.26C20.6805 14.37 20.4405 14.39 20.2305 14.3L19.2305 13.89C18.7905 13.71 18.2904 13.71 17.8304 13.89L15.0605 15.03C14.9605 15.07 14.8405 15.26 14.8405 15.38V17.5699C14.8405 18.6199 15.2205 19.67 15.9205 20.54C16.1005 20.76 16.1405 21.0699 16.0105 21.3299C15.8905 21.5799 15.6305 21.75 15.3405 21.75ZM11.4805 3.11998C10.9905 3.11998 10.4905 3.27005 10.1305 3.56005L3.55045 8.81993C3.03045 9.23993 2.66045 10.22 2.77045 10.88L4.03046 18.43C4.20046 19.41 5.18045 20.24 6.18045 20.24H13.9805C13.5605 19.39 13.3405 18.47 13.3405 17.55V15.36C13.3405 14.64 13.8205 13.91 14.4905 13.63L17.2805 12.49C18.1005 12.17 18.9904 12.17 19.8004 12.49L19.9405 12.55L20.2205 10.89C20.3305 10.23 19.9605 9.24994 19.4405 8.82994L12.8604 3.57994C12.4804 3.26994 11.9805 3.11998 11.4805 3.11998Z\" fill=\"\"/>\n</svg>\n</li><li title=\"sagittarius \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 12.75C20.59 12.75 20.25 12.41 20.25 12V3.75H12C11.59 3.75 11.25 3.41 11.25 3C11.25 2.59 11.59 2.25 12 2.25H21C21.41 2.25 21.75 2.59 21.75 3V12C21.75 12.41 21.41 12.75 21 12.75Z\" fill=\"\"/>\n<path d=\"M2.99948 21.75C2.80948 21.75 2.61945 21.68 2.46945 21.53C2.17945 21.24 2.17945 20.7599 2.46945 20.4699L20.4695 2.46994C20.7595 2.17994 21.2395 2.17994 21.5295 2.46994C21.8195 2.75994 21.8195 3.24 21.5295 3.53L3.52951 21.53C3.37951 21.68 3.18948 21.75 2.99948 21.75Z\" fill=\"\"/>\n<path d=\"M17.4001 18.1501C17.2101 18.1501 17.02 18.08 16.87 17.93L6.07004 7.13004C5.78004 6.84004 5.78004 6.36004 6.07004 6.07004C6.36004 5.78004 6.84004 5.78004 7.13004 6.07004L17.93 16.87C18.22 17.16 18.22 17.64 17.93 17.93C17.78 18.08 17.5901 18.1501 17.4001 18.1501Z\" fill=\"\"/>\n</svg>\n</li><li title=\"save 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.30023 22.7501C2.94023 22.7501 2.59022 22.6601 2.29022 22.4801C1.62022 22.0901 1.24023 21.3101 1.24023 20.3401V8.98013C1.24023 6.85013 2.97022 5.12012 5.10022 5.12012H12.8802C15.0102 5.12012 16.7402 6.85013 16.7402 8.98013V20.3401C16.7402 21.3101 16.3602 22.0801 15.6902 22.4801C15.0202 22.8701 14.1602 22.8301 13.3102 22.3601L9.38025 20.1701C9.19025 20.0601 8.79022 20.0601 8.60022 20.1701L4.67023 22.3601C4.21023 22.6201 3.74023 22.7501 3.30023 22.7501ZM5.11023 6.63013C3.81023 6.63013 2.75024 7.69011 2.75024 8.99011V20.3501C2.75024 20.7601 2.87024 21.0801 3.06024 21.1901C3.25024 21.3001 3.59026 21.2501 3.95026 21.0501L7.88025 18.8601C8.52025 18.5101 9.48024 18.5101 10.1202 18.8601L14.0502 21.0501C14.4102 21.2501 14.7402 21.3001 14.9402 21.1901C15.1302 21.0801 15.2502 20.7601 15.2502 20.3501V8.99011C15.2502 7.69011 14.1903 6.63013 12.8903 6.63013H5.11023Z\" fill=\"\"/>\n<path d=\"M14.69 22.7501C14.25 22.7501 13.79 22.6201 13.32 22.3701L9.39001 20.1801C9.20001 20.0801 8.78998 20.0801 8.59998 20.1801L4.67999 22.3701C3.82999 22.8401 2.95999 22.8801 2.29999 22.4901C1.62999 22.1001 1.25 21.3201 1.25 20.3601V9.00012C1.25 6.87012 2.97999 5.14014 5.10999 5.14014H12.89C15.02 5.14014 16.75 6.87012 16.75 9.00012V20.3601C16.75 21.3201 16.37 22.1001 15.7 22.4901C15.4 22.6601 15.06 22.7501 14.69 22.7501ZM9 18.6001C9.4 18.6001 9.79 18.6901 10.12 18.8701L14.05 21.0601C14.41 21.2601 14.75 21.3101 14.94 21.1901C15.13 21.0801 15.25 20.7601 15.25 20.3501V8.99011C15.25 7.69011 14.19 6.63013 12.89 6.63013H5.10999C3.80999 6.63013 2.75 7.69011 2.75 8.99011V20.3501C2.75 20.7601 2.87 21.0801 3.06 21.1901C3.25 21.3001 3.59001 21.2501 3.95001 21.0501L7.88 18.8601C8.20001 18.6901 8.6 18.6001 9 18.6001Z\" fill=\"\"/>\n<path d=\"M20.69 18.8698C20.25 18.8698 19.79 18.7397 19.32 18.4897L15.63 16.4297C15.39 16.2997 15.25 16.0498 15.25 15.7798V8.99976C15.25 7.69976 14.19 6.63977 12.89 6.63977H8C7.59 6.63977 7.25 6.29977 7.25 5.88977V5.11975C7.25 2.98975 8.97999 1.25977 11.11 1.25977H18.89C21.02 1.25977 22.75 2.98975 22.75 5.11975V16.4798C22.75 17.4398 22.37 18.2197 21.7 18.6097C21.4 18.7797 21.06 18.8698 20.69 18.8698ZM16.75 15.3297L20.05 17.1797C20.41 17.3797 20.74 17.4298 20.94 17.3098C21.14 17.1898 21.25 16.8798 21.25 16.4698V5.10974C21.25 3.80974 20.19 2.74976 18.89 2.74976H11.11C9.80999 2.74976 8.75 3.80974 8.75 5.10974V5.12976H12.89C15.02 5.12976 16.75 6.85975 16.75 8.98975V15.3297Z\" fill=\"\"/>\n</svg>\n</li><li title=\"save add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.69 22.7501C14.25 22.7501 13.79 22.6201 13.32 22.3701L9.39001 20.1801C9.20001 20.0801 8.78998 20.0801 8.59998 20.1801L4.67999 22.3701C3.82999 22.8401 2.95999 22.8801 2.29999 22.4901C1.62999 22.1001 1.25 21.3201 1.25 20.3601V9.00012C1.25 6.87012 2.97999 5.14014 5.10999 5.14014H12.89C15.02 5.14014 16.75 6.87012 16.75 9.00012V20.3601C16.75 21.3201 16.37 22.1001 15.7 22.4901C15.4 22.6601 15.06 22.7501 14.69 22.7501ZM9 18.6001C9.4 18.6001 9.79 18.6901 10.12 18.8701L14.05 21.0601C14.41 21.2601 14.74 21.3101 14.94 21.1901C15.13 21.0801 15.25 20.7601 15.25 20.3501V8.99011C15.25 7.69011 14.19 6.63013 12.89 6.63013H5.10999C3.80999 6.63013 2.75 7.69011 2.75 8.99011V20.3501C2.75 20.7601 2.87 21.0801 3.06 21.1901C3.25 21.3001 3.59001 21.2501 3.95001 21.0501L7.88 18.8601C8.20001 18.6901 8.6 18.6001 9 18.6001Z\" fill=\"\"/>\n<path d=\"M20.69 18.8698C20.25 18.8698 19.79 18.7397 19.32 18.4897L15.63 16.4297C15.39 16.2997 15.25 16.0498 15.25 15.7798V8.99976C15.25 7.69976 14.19 6.63977 12.89 6.63977H8C7.59 6.63977 7.25 6.29977 7.25 5.88977V5.11975C7.25 2.98975 8.97999 1.25977 11.11 1.25977H18.89C21.02 1.25977 22.75 2.98975 22.75 5.11975V16.4798C22.75 17.4398 22.37 18.2197 21.7 18.6097C21.4 18.7797 21.06 18.8698 20.69 18.8698ZM16.75 15.3297L20.05 17.1797C20.41 17.3797 20.74 17.4298 20.94 17.3098C21.13 17.1998 21.25 16.8798 21.25 16.4698V5.10974C21.25 3.80974 20.19 2.74976 18.89 2.74976H11.11C9.80999 2.74976 8.75 3.80974 8.75 5.10974V5.12976H12.89C15.02 5.12976 16.75 6.85975 16.75 8.98975V15.3297Z\" fill=\"\"/>\n<path d=\"M11 12.75H7C6.59 12.75 6.25 12.41 6.25 12C6.25 11.59 6.59 11.25 7 11.25H11C11.41 11.25 11.75 11.59 11.75 12C11.75 12.41 11.41 12.75 11 12.75Z\" fill=\"\"/>\n<path d=\"M9 14.75C8.59 14.75 8.25 14.41 8.25 14V10C8.25 9.59 8.59 9.25 9 9.25C9.41 9.25 9.75 9.59 9.75 10V14C9.75 14.41 9.41 14.75 9 14.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"save minus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.69 22.7501C14.25 22.7501 13.79 22.6201 13.32 22.3701L9.39001 20.1801C9.20001 20.0801 8.78998 20.0801 8.59998 20.1801L4.67999 22.3701C3.82999 22.8401 2.95999 22.8801 2.29999 22.4901C1.62999 22.1001 1.25 21.3201 1.25 20.3601V9.00012C1.25 6.87012 2.97999 5.14014 5.10999 5.14014H12.89C15.02 5.14014 16.75 6.87012 16.75 9.00012V20.3601C16.75 21.3201 16.37 22.1001 15.7 22.4901C15.4 22.6601 15.06 22.7501 14.69 22.7501ZM9 18.6001C9.4 18.6001 9.79 18.6901 10.12 18.8701L14.05 21.0601C14.41 21.2601 14.74 21.3101 14.94 21.1901C15.13 21.0801 15.25 20.7601 15.25 20.3501V8.99011C15.25 7.69011 14.19 6.63013 12.89 6.63013H5.10999C3.80999 6.63013 2.75 7.69011 2.75 8.99011V20.3501C2.75 20.7601 2.87 21.0801 3.06 21.1901C3.25 21.3001 3.59001 21.2501 3.95001 21.0501L7.88 18.8601C8.20001 18.6901 8.6 18.6001 9 18.6001Z\" fill=\"\"/>\n<path d=\"M20.69 18.8698C20.25 18.8698 19.79 18.7397 19.32 18.4897L15.63 16.4297C15.39 16.2997 15.25 16.0498 15.25 15.7798V8.99976C15.25 7.69976 14.19 6.63977 12.89 6.63977H8C7.59 6.63977 7.25 6.29977 7.25 5.88977V5.11975C7.25 2.98975 8.97999 1.25977 11.11 1.25977H18.89C21.02 1.25977 22.75 2.98975 22.75 5.11975V16.4798C22.75 17.4398 22.37 18.2197 21.7 18.6097C21.4 18.7797 21.06 18.8698 20.69 18.8698ZM16.75 15.3297L20.05 17.1797C20.41 17.3797 20.74 17.4298 20.94 17.3098C21.13 17.1998 21.25 16.8798 21.25 16.4698V5.10974C21.25 3.80974 20.19 2.74976 18.89 2.74976H11.11C9.80999 2.74976 8.75 3.80974 8.75 5.10974V5.12976H12.89C15.02 5.12976 16.75 6.85975 16.75 8.98975V15.3297Z\" fill=\"\"/>\n<path d=\"M11 12.75H7C6.59 12.75 6.25 12.41 6.25 12C6.25 11.59 6.59 11.25 7 11.25H11C11.41 11.25 11.75 11.59 11.75 12C11.75 12.41 11.41 12.75 11 12.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"save remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.6902 22.7501C14.2502 22.7501 13.7902 22.6201 13.3202 22.3701L9.39023 20.1801C9.20023 20.0801 8.79024 20.0801 8.60023 20.1801L4.67023 22.3701C3.82023 22.8401 2.96023 22.8801 2.29023 22.4901C1.63023 22.1001 1.24023 21.3201 1.24023 20.3601V9.00012C1.24023 6.87012 2.97023 5.14014 5.10023 5.14014H12.8802C15.0102 5.14014 16.7402 6.87012 16.7402 9.00012V20.3601C16.7402 21.3201 16.3602 22.1001 15.6902 22.4901C15.4002 22.6601 15.0602 22.7501 14.6902 22.7501ZM9.00023 18.6001C9.40023 18.6001 9.79023 18.6901 10.1202 18.8701L14.0602 21.0601C14.4202 21.2601 14.7502 21.3101 14.9502 21.1901C15.1402 21.0801 15.2602 20.7601 15.2602 20.3501V8.99011C15.2602 7.69011 14.2002 6.63013 12.9002 6.63013H5.11023C3.81023 6.63013 2.75023 7.69011 2.75023 8.99011V20.3501C2.75023 20.7601 2.87023 21.0801 3.06023 21.1901C3.25023 21.3001 3.59023 21.2501 3.95023 21.0501L7.88023 18.8601C8.20023 18.6901 8.60023 18.6001 9.00023 18.6001Z\" fill=\"\"/>\n<path d=\"M7.5893 14.16C7.3993 14.16 7.2093 14.09 7.0593 13.94C6.7693 13.65 6.7693 13.17 7.0593 12.88L9.8893 10.05C10.1793 9.76002 10.6593 9.76002 10.9493 10.05C11.2393 10.34 11.2393 10.82 10.9493 11.11L8.1193 13.94C7.9693 14.09 7.7793 14.16 7.5893 14.16Z\" fill=\"\"/>\n<path d=\"M10.4095 14.16C10.2195 14.16 10.0295 14.09 9.87953 13.94L7.04953 11.11C6.75953 10.82 6.75953 10.34 7.04953 10.05C7.33953 9.76002 7.81953 9.76002 8.10953 10.05L10.9395 12.88C11.2295 13.17 11.2295 13.65 10.9395 13.94C10.7995 14.09 10.6095 14.16 10.4095 14.16Z\" fill=\"\"/>\n<path d=\"M20.69 18.8698C20.25 18.8698 19.79 18.7397 19.32 18.4897L15.63 16.4297C15.39 16.2997 15.25 16.0498 15.25 15.7798V8.99976C15.25 7.69976 14.19 6.63977 12.89 6.63977H8C7.59 6.63977 7.25 6.29977 7.25 5.88977V5.11975C7.25 2.98975 8.98 1.25977 11.11 1.25977H18.89C21.02 1.25977 22.75 2.98975 22.75 5.11975V16.4798C22.75 17.4398 22.37 18.2197 21.7 18.6097C21.4 18.7797 21.06 18.8698 20.69 18.8698ZM16.75 15.3297L20.06 17.1797C20.42 17.3797 20.75 17.4298 20.95 17.3098C21.14 17.1998 21.26 16.8798 21.26 16.4698V5.10974C21.26 3.80974 20.2 2.74976 18.9 2.74976H11.12C9.82 2.74976 8.76 3.80974 8.76 5.10974V5.12976H12.9C15.03 5.12976 16.76 6.85975 16.76 8.98975V15.3297H16.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"scan barcode \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 9.75C1.59 9.75 1.25 9.41 1.25 9V6.5C1.25 3.6 3.61 1.25 6.5 1.25H9C9.41 1.25 9.75 1.59 9.75 2C9.75 2.41 9.41 2.75 9 2.75H6.5C4.43 2.75 2.75 4.43 2.75 6.5V9C2.75 9.41 2.41 9.75 2 9.75Z\" fill=\"\"/>\n<path d=\"M22 9.75C21.59 9.75 21.25 9.41 21.25 9V6.5C21.25 4.43 19.57 2.75 17.5 2.75H15C14.59 2.75 14.25 2.41 14.25 2C14.25 1.59 14.59 1.25 15 1.25H17.5C20.39 1.25 22.75 3.6 22.75 6.5V9C22.75 9.41 22.41 9.75 22 9.75Z\" fill=\"\"/>\n<path d=\"M17.5 22.75H16C15.59 22.75 15.25 22.41 15.25 22C15.25 21.59 15.59 21.25 16 21.25H17.5C19.57 21.25 21.25 19.57 21.25 17.5V16C21.25 15.59 21.59 15.25 22 15.25C22.41 15.25 22.75 15.59 22.75 16V17.5C22.75 20.4 20.39 22.75 17.5 22.75Z\" fill=\"\"/>\n<path d=\"M9 22.75H6.5C3.61 22.75 1.25 20.4 1.25 17.5V15C1.25 14.59 1.59 14.25 2 14.25C2.41 14.25 2.75 14.59 2.75 15V17.5C2.75 19.57 4.43 21.25 6.5 21.25H9C9.41 21.25 9.75 21.59 9.75 22C9.75 22.41 9.41 22.75 9 22.75Z\" fill=\"\"/>\n<path d=\"M9 11.25H7C5.59 11.25 4.75 10.41 4.75 9V7C4.75 5.59 5.59 4.75 7 4.75H9C10.41 4.75 11.25 5.59 11.25 7V9C11.25 10.41 10.41 11.25 9 11.25ZM7 6.25C6.41 6.25 6.25 6.41 6.25 7V9C6.25 9.59 6.41 9.75 7 9.75H9C9.59 9.75 9.75 9.59 9.75 9V7C9.75 6.41 9.59 6.25 9 6.25H7Z\" fill=\"\"/>\n<path d=\"M17 11.25H15C13.59 11.25 12.75 10.41 12.75 9V7C12.75 5.59 13.59 4.75 15 4.75H17C18.41 4.75 19.25 5.59 19.25 7V9C19.25 10.41 18.41 11.25 17 11.25ZM15 6.25C14.41 6.25 14.25 6.41 14.25 7V9C14.25 9.59 14.41 9.75 15 9.75H17C17.59 9.75 17.75 9.59 17.75 9V7C17.75 6.41 17.59 6.25 17 6.25H15Z\" fill=\"\"/>\n<path d=\"M9 19.25H7C5.59 19.25 4.75 18.41 4.75 17V15C4.75 13.59 5.59 12.75 7 12.75H9C10.41 12.75 11.25 13.59 11.25 15V17C11.25 18.41 10.41 19.25 9 19.25ZM7 14.25C6.41 14.25 6.25 14.41 6.25 15V17C6.25 17.59 6.41 17.75 7 17.75H9C9.59 17.75 9.75 17.59 9.75 17V15C9.75 14.41 9.59 14.25 9 14.25H7Z\" fill=\"\"/>\n<path d=\"M17 19.25H15C13.59 19.25 12.75 18.41 12.75 17V15C12.75 13.59 13.59 12.75 15 12.75H17C18.41 12.75 19.25 13.59 19.25 15V17C19.25 18.41 18.41 19.25 17 19.25ZM15 14.25C14.41 14.25 14.25 14.41 14.25 15V17C14.25 17.59 14.41 17.75 15 17.75H17C17.59 17.75 17.75 17.59 17.75 17V15C17.75 14.41 17.59 14.25 17 14.25H15Z\" fill=\"\"/>\n</svg>\n</li><li title=\"scan \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 9.75C1.59 9.75 1.25 9.41 1.25 9V6.5C1.25 3.6 3.61 1.25 6.5 1.25H9C9.41 1.25 9.75 1.59 9.75 2C9.75 2.41 9.41 2.75 9 2.75H6.5C4.43 2.75 2.75 4.43 2.75 6.5V9C2.75 9.41 2.41 9.75 2 9.75Z\" fill=\"\"/>\n<path d=\"M22 9.75C21.59 9.75 21.25 9.41 21.25 9V6.5C21.25 4.43 19.57 2.75 17.5 2.75H15C14.59 2.75 14.25 2.41 14.25 2C14.25 1.59 14.59 1.25 15 1.25H17.5C20.39 1.25 22.75 3.6 22.75 6.5V9C22.75 9.41 22.41 9.75 22 9.75Z\" fill=\"\"/>\n<path d=\"M17.5 22.75H16C15.59 22.75 15.25 22.41 15.25 22C15.25 21.59 15.59 21.25 16 21.25H17.5C19.57 21.25 21.25 19.57 21.25 17.5V16C21.25 15.59 21.59 15.25 22 15.25C22.41 15.25 22.75 15.59 22.75 16V17.5C22.75 20.4 20.39 22.75 17.5 22.75Z\" fill=\"\"/>\n<path d=\"M9 22.75H6.5C3.61 22.75 1.25 20.4 1.25 17.5V15C1.25 14.59 1.59 14.25 2 14.25C2.41 14.25 2.75 14.59 2.75 15V17.5C2.75 19.57 4.43 21.25 6.5 21.25H9C9.41 21.25 9.75 21.59 9.75 22C9.75 22.41 9.41 22.75 9 22.75Z\" fill=\"\"/>\n<path d=\"M14 18.25H10C7.58 18.25 6.25 16.92 6.25 14.5V9.5C6.25 7.08 7.58 5.75 10 5.75H14C16.42 5.75 17.75 7.08 17.75 9.5V14.5C17.75 16.92 16.42 18.25 14 18.25ZM10 7.25C8.42 7.25 7.75 7.92 7.75 9.5V14.5C7.75 16.08 8.42 16.75 10 16.75H14C15.58 16.75 16.25 16.08 16.25 14.5V9.5C16.25 7.92 15.58 7.25 14 7.25H10Z\" fill=\"\"/>\n<path d=\"M19 12.75H5C4.59 12.75 4.25 12.41 4.25 12C4.25 11.59 4.59 11.25 5 11.25H19C19.41 11.25 19.75 11.59 19.75 12C19.75 12.41 19.41 12.75 19 12.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"scanner \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 9.75C21.59 9.75 21.25 9.41 21.25 9V7C21.25 4.42 19.58 2.75 17 2.75H7C4.42 2.75 2.75 4.42 2.75 7V9C2.75 9.41 2.41 9.75 2 9.75C1.59 9.75 1.25 9.41 1.25 9V7C1.25 3.56 3.56 1.25 7 1.25H17C20.44 1.25 22.75 3.56 22.75 7V9C22.75 9.41 22.41 9.75 22 9.75Z\" fill=\"\"/>\n<path d=\"M17 22.75H7C3.56 22.75 1.25 20.44 1.25 17V15C1.25 14.59 1.59 14.25 2 14.25C2.41 14.25 2.75 14.59 2.75 15V17C2.75 19.58 4.42 21.25 7 21.25H17C19.58 21.25 21.25 19.58 21.25 17V15C21.25 14.59 21.59 14.25 22 14.25C22.41 14.25 22.75 14.59 22.75 15V17C22.75 20.44 20.44 22.75 17 22.75Z\" fill=\"\"/>\n<path d=\"M22 12.75H2C1.59 12.75 1.25 12.41 1.25 12C1.25 11.59 1.59 11.25 2 11.25H22C22.41 11.25 22.75 11.59 22.75 12C22.75 12.41 22.41 12.75 22 12.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"scanning \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 9.75C1.59 9.75 1.25 9.41 1.25 9V6.5C1.25 3.6 3.61 1.25 6.5 1.25H9C9.41 1.25 9.75 1.59 9.75 2C9.75 2.41 9.41 2.75 9 2.75H6.5C4.43 2.75 2.75 4.43 2.75 6.5V9C2.75 9.41 2.41 9.75 2 9.75Z\" fill=\"\"/>\n<path d=\"M22 9.75C21.59 9.75 21.25 9.41 21.25 9V6.5C21.25 4.43 19.57 2.75 17.5 2.75H15C14.59 2.75 14.25 2.41 14.25 2C14.25 1.59 14.59 1.25 15 1.25H17.5C20.39 1.25 22.75 3.6 22.75 6.5V9C22.75 9.41 22.41 9.75 22 9.75Z\" fill=\"\"/>\n<path d=\"M17.5 22.75H16C15.59 22.75 15.25 22.41 15.25 22C15.25 21.59 15.59 21.25 16 21.25H17.5C19.57 21.25 21.25 19.57 21.25 17.5V16C21.25 15.59 21.59 15.25 22 15.25C22.41 15.25 22.75 15.59 22.75 16V17.5C22.75 20.4 20.39 22.75 17.5 22.75Z\" fill=\"\"/>\n<path d=\"M9 22.75H6.5C3.61 22.75 1.25 20.4 1.25 17.5V15C1.25 14.59 1.59 14.25 2 14.25C2.41 14.25 2.75 14.59 2.75 15V17.5C2.75 19.57 4.43 21.25 6.5 21.25H9C9.41 21.25 9.75 21.59 9.75 22C9.75 22.41 9.41 22.75 9 22.75Z\" fill=\"\"/>\n<path d=\"M8.5 11.75C6.71 11.75 5.25 10.29 5.25 8.5C5.25 6.71 6.71 5.25 8.5 5.25C10.29 5.25 11.75 6.71 11.75 8.5C11.75 10.29 10.29 11.75 8.5 11.75ZM8.5 6.75C7.54 6.75 6.75 7.54 6.75 8.5C6.75 9.46 7.54 10.25 8.5 10.25C9.46 10.25 10.25 9.46 10.25 8.5C10.25 7.54 9.46 6.75 8.5 6.75Z\" fill=\"\"/>\n<path d=\"M7.5 18.75C6.26 18.75 5.25 17.74 5.25 16.5C5.25 15.26 6.26 14.25 7.5 14.25C8.74 14.25 9.75 15.26 9.75 16.5C9.75 17.74 8.74 18.75 7.5 18.75ZM7.5 15.75C7.09 15.75 6.75 16.09 6.75 16.5C6.75 16.91 7.09 17.25 7.5 17.25C7.91 17.25 8.25 16.91 8.25 16.5C8.25 16.09 7.91 15.75 7.5 15.75Z\" fill=\"\"/>\n<path d=\"M16.5 9.75C15.26 9.75 14.25 8.74 14.25 7.5C14.25 6.26 15.26 5.25 16.5 5.25C17.74 5.25 18.75 6.26 18.75 7.5C18.75 8.74 17.74 9.75 16.5 9.75ZM16.5 6.75C16.09 6.75 15.75 7.09 15.75 7.5C15.75 7.91 16.09 8.25 16.5 8.25C16.91 8.25 17.25 7.91 17.25 7.5C17.25 7.09 16.91 6.75 16.5 6.75Z\" fill=\"\"/>\n<path d=\"M15.5 18.75C13.71 18.75 12.25 17.29 12.25 15.5C12.25 13.71 13.71 12.25 15.5 12.25C17.29 12.25 18.75 13.71 18.75 15.5C18.75 17.29 17.29 18.75 15.5 18.75ZM15.5 13.75C14.54 13.75 13.75 14.54 13.75 15.5C13.75 16.46 14.54 17.25 15.5 17.25C16.46 17.25 17.25 16.46 17.25 15.5C17.25 14.54 16.46 13.75 15.5 13.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"scissor 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.5 10.75C3.16 10.75 1.25 8.84 1.25 6.5C1.25 4.16 3.16 2.25 5.5 2.25C7.84 2.25 9.75 4.16 9.75 6.5C9.75 8.84 7.84 10.75 5.5 10.75ZM5.5 3.75C3.98 3.75 2.75 4.98 2.75 6.5C2.75 8.02 3.98 9.25 5.5 9.25C7.02 9.25 8.25 8.02 8.25 6.5C8.25 4.98 7.02 3.75 5.5 3.75Z\" fill=\"\"/>\n<path d=\"M5.5 21.75C3.16 21.75 1.25 19.84 1.25 17.5C1.25 15.16 3.16 13.25 5.5 13.25C7.84 13.25 9.75 15.16 9.75 17.5C9.75 19.84 7.84 21.75 5.5 21.75ZM5.5 14.75C3.98 14.75 2.75 15.98 2.75 17.5C2.75 19.02 3.98 20.25 5.5 20.25C7.02 20.25 8.25 19.02 8.25 17.5C8.25 15.98 7.02 14.75 5.5 14.75Z\" fill=\"\"/>\n<path d=\"M8.65066 16.7303C8.42066 16.7303 8.20065 16.6303 8.05065 16.4303C7.80065 16.1003 7.87068 15.6303 8.20068 15.3803L21.5507 5.40027C21.8807 5.15027 22.3507 5.22027 22.6007 5.55027C22.8507 5.88027 22.7807 6.35027 22.4507 6.60027L9.10067 16.5803C8.97067 16.6803 8.81066 16.7303 8.65066 16.7303Z\" fill=\"\"/>\n<path d=\"M22.0007 18.72C21.8407 18.72 21.6907 18.67 21.5507 18.57L8.20068 8.59002C7.87068 8.34002 7.80065 7.87002 8.05065 7.54002C8.30065 7.21002 8.77067 7.14002 9.10067 7.39002L22.4507 17.37C22.7807 17.62 22.8507 18.09 22.6007 18.42C22.4507 18.61 22.2307 18.72 22.0007 18.72Z\" fill=\"\"/>\n</svg>\n</li><li title=\"scissor \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n<path d=\"M8.41998 11.6498C6.94998 11.6498 5.75 10.4498 5.75 8.9798C5.75 7.5098 6.94998 6.2998 8.41998 6.2998C9.88998 6.2998 11.09 7.4998 11.09 8.9798C11.09 10.4598 9.89998 11.6498 8.41998 11.6498ZM8.41998 7.7998C7.76998 7.7998 7.25 8.3298 7.25 8.9798C7.25 9.6298 7.77998 10.1498 8.41998 10.1498C9.05998 10.1498 9.59003 9.6198 9.59003 8.9798C9.59003 8.3398 9.06998 7.7998 8.41998 7.7998Z\" fill=\"\"/>\n<path d=\"M8.41998 17.7001C6.94998 17.7001 5.75 16.5001 5.75 15.0201C5.75 13.5401 6.94998 12.3501 8.41998 12.3501C9.88998 12.3501 11.09 13.5501 11.09 15.0201C11.09 16.4901 9.89998 17.7001 8.41998 17.7001ZM8.41998 13.8501C7.76998 13.8501 7.25 14.3801 7.25 15.0201C7.25 15.6601 7.77998 16.2001 8.41998 16.2001C9.05998 16.2001 9.59003 15.6701 9.59003 15.0201C9.59003 14.3701 9.06998 13.8501 8.41998 13.8501Z\" fill=\"\"/>\n<path d=\"M10.1604 14.94C9.9304 14.94 9.71042 14.84 9.56042 14.64C9.31042 14.31 9.38044 13.84 9.71044 13.59L17.0504 8.09998C17.3804 7.84998 17.8504 7.91998 18.1004 8.24998C18.3504 8.57998 18.2804 9.04998 17.9504 9.29998L10.6104 14.79C10.4704 14.89 10.3204 14.94 10.1604 14.94Z\" fill=\"\"/>\n<path d=\"M17.5004 16.0298C17.3404 16.0298 17.1904 15.9798 17.0504 15.8798L9.71044 10.3898C9.38044 10.1398 9.31042 9.66982 9.56042 9.33982C9.81042 9.00982 10.2804 8.93983 10.6104 9.18983L17.9504 14.6798C18.2804 14.9298 18.3504 15.3998 18.1004 15.7298C17.9504 15.9298 17.7304 16.0298 17.5004 16.0298Z\" fill=\"\"/>\n</svg>\n</li><li title=\"screenmirroring \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n<path d=\"M16.4 19.25H12.6C10.68 19.25 9.75 18.32 9.75 16.4V14.6C9.75 12.68 10.68 11.75 12.6 11.75H16.4C18.32 11.75 19.25 12.68 19.25 14.6V16.4C19.25 18.32 18.32 19.25 16.4 19.25ZM12.6 13.25C11.52 13.25 11.25 13.52 11.25 14.6V16.4C11.25 17.48 11.52 17.75 12.6 17.75H16.4C17.48 17.75 17.75 17.48 17.75 16.4V14.6C17.75 13.52 17.48 13.25 16.4 13.25H12.6Z\" fill=\"\"/>\n</svg>\n</li><li title=\"scroll \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n<path d=\"M9.59922 15.7799C9.40922 15.7799 9.21922 15.7099 9.06922 15.5599L6.57922 13.0699C5.98922 12.4799 5.98922 11.5299 6.57922 10.9399L9.06922 8.44992C9.35922 8.15992 9.83922 8.15992 10.1292 8.44992C10.4192 8.73992 10.4192 9.21992 10.1292 9.50992L7.63922 11.9999L10.1292 14.4999C10.4192 14.7899 10.4192 15.2699 10.1292 15.5599C9.97922 15.6999 9.78922 15.7799 9.59922 15.7799Z\" fill=\"\"/>\n<path d=\"M14.3998 15.7802C14.2098 15.7802 14.0198 15.7102 13.8698 15.5602C13.5798 15.2702 13.5798 14.7902 13.8698 14.5002L16.3598 12.0002L13.8698 9.50016C13.5798 9.21016 13.5798 8.73016 13.8698 8.44016C14.1598 8.15016 14.6398 8.15016 14.9298 8.44016L17.4198 10.9302C18.0098 11.5202 18.0098 12.4702 17.4198 13.0602L14.9298 15.5502C14.7898 15.7002 14.5898 15.7802 14.3998 15.7802Z\" fill=\"\"/>\n</svg>\n</li><li title=\"search favorite 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.5 21.75C5.85 21.75 1.25 17.15 1.25 11.5C1.25 5.85 5.85 1.25 11.5 1.25C11.91 1.25 12.25 1.59 12.25 2C12.25 2.41 11.91 2.75 11.5 2.75C6.67 2.75 2.75 6.68 2.75 11.5C2.75 16.32 6.67 20.25 11.5 20.25C16.33 20.25 20.25 16.32 20.25 11.5C20.25 11.09 20.59 10.75 21 10.75C21.41 10.75 21.75 11.09 21.75 11.5C21.75 17.15 17.15 21.75 11.5 21.75Z\" fill=\"\"/>\n<path d=\"M22.0004 22.7499C21.8104 22.7499 21.6204 22.6799 21.4704 22.5299L19.4704 20.5299C19.1804 20.2399 19.1804 19.7599 19.4704 19.4699C19.7604 19.1799 20.2404 19.1799 20.5304 19.4699L22.5304 21.4699C22.8204 21.7599 22.8204 22.2399 22.5304 22.5299C22.3804 22.6799 22.1904 22.7499 22.0004 22.7499Z\" fill=\"\"/>\n<path d=\"M17.4999 9.53994C16.5799 9.53994 14.4399 8.41994 13.7799 6.35994C13.3299 4.94994 13.8499 3.09994 15.4799 2.56994C16.1799 2.33994 16.9099 2.44994 17.4899 2.81994C18.0599 2.44994 18.8099 2.34994 19.5099 2.56994C21.1399 3.09994 21.6699 4.94994 21.2099 6.35994C20.5599 8.45994 18.3099 9.53994 17.4999 9.53994ZM15.2099 5.90994C15.6699 7.35994 17.2299 8.01994 17.5099 8.04994C17.8299 8.01994 19.3599 7.27994 19.7799 5.91994C20.0099 5.18994 19.7799 4.24994 19.0499 4.00994C18.7399 3.90994 18.3199 3.96994 18.1199 4.25994C17.9799 4.46994 17.7599 4.58994 17.5099 4.59994C17.2899 4.60994 17.0299 4.48994 16.8899 4.28994C16.6599 3.95994 16.2399 3.90994 15.9399 3.99994C15.2199 4.23994 14.9799 5.17994 15.2099 5.90994Z\" fill=\"\"/>\n</svg>\n</li><li title=\"search favorite \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11 20.75C5.62 20.75 1.25 16.38 1.25 11C1.25 5.62 5.62 1.25 11 1.25C11.41 1.25 11.75 1.59 11.75 2C11.75 2.41 11.41 2.75 11 2.75C6.45 2.75 2.75 6.45 2.75 11C2.75 15.55 6.45 19.25 11 19.25C15.55 19.25 19.25 15.55 19.25 11C19.25 10.59 19.59 10.25 20 10.25C20.41 10.25 20.75 10.59 20.75 11C20.75 16.38 16.38 20.75 11 20.75Z\" fill=\"\"/>\n<path d=\"M16.4999 9.53994C15.5799 9.53994 13.4399 8.41994 12.7799 6.35994C12.3299 4.94994 12.8499 3.09994 14.4799 2.56994C15.1799 2.33994 15.9099 2.44994 16.4899 2.81994C17.0599 2.44994 17.8099 2.34994 18.5099 2.56994C20.1399 3.09994 20.6699 4.94994 20.2099 6.35994C19.5599 8.45994 17.3099 9.53994 16.4999 9.53994ZM14.2099 5.90994C14.6699 7.35994 16.2299 8.01994 16.5099 8.04994C16.8299 8.01994 18.3599 7.27994 18.7799 5.91994C19.0099 5.18994 18.7799 4.24994 18.0499 4.00994C17.7399 3.90994 17.3199 3.96994 17.1199 4.25994C16.9799 4.46994 16.7599 4.58994 16.5099 4.59994C16.2799 4.60994 16.0299 4.48994 15.8899 4.28994C15.6599 3.95994 15.2399 3.90994 14.9399 3.99994C14.2199 4.23994 13.9799 5.17994 14.2099 5.90994Z\" fill=\"\"/>\n<path d=\"M20.1601 22.79C20.0801 22.79 20.0001 22.78 19.9301 22.77C19.4601 22.71 18.6101 22.39 18.1301 20.96C17.8801 20.21 17.9701 19.46 18.3801 18.89C18.7901 18.32 19.4801 18 20.2701 18C21.2901 18 22.0901 18.39 22.4501 19.08C22.8101 19.77 22.7101 20.65 22.1401 21.5C21.4301 22.57 20.6601 22.79 20.1601 22.79ZM19.5601 20.49C19.7301 21.01 19.9701 21.27 20.1301 21.29C20.2901 21.31 20.5901 21.12 20.9001 20.67C21.1901 20.24 21.2101 19.93 21.1401 19.79C21.0701 19.65 20.7901 19.5 20.2701 19.5C19.9601 19.5 19.7301 19.6 19.6001 19.77C19.4801 19.94 19.4601 20.2 19.5601 20.49Z\" fill=\"\"/>\n</svg>\n</li><li title=\"search normal 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.5 21.75C5.85 21.75 1.25 17.15 1.25 11.5C1.25 5.85 5.85 1.25 11.5 1.25C17.15 1.25 21.75 5.85 21.75 11.5C21.75 17.15 17.15 21.75 11.5 21.75ZM11.5 2.75C6.67 2.75 2.75 6.68 2.75 11.5C2.75 16.32 6.67 20.25 11.5 20.25C16.33 20.25 20.25 16.32 20.25 11.5C20.25 6.68 16.33 2.75 11.5 2.75Z\" fill=\"\"/>\n<path d=\"M22.0004 22.7499C21.8104 22.7499 21.6204 22.6799 21.4704 22.5299L19.4704 20.5299C19.1804 20.2399 19.1804 19.7599 19.4704 19.4699C19.7604 19.1799 20.2404 19.1799 20.5304 19.4699L22.5304 21.4699C22.8204 21.7599 22.8204 22.2399 22.5304 22.5299C22.3804 22.6799 22.1904 22.7499 22.0004 22.7499Z\" fill=\"\"/>\n</svg>\n</li><li title=\"search normal \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11 20.75C5.62 20.75 1.25 16.38 1.25 11C1.25 5.62 5.62 1.25 11 1.25C16.38 1.25 20.75 5.62 20.75 11C20.75 16.38 16.38 20.75 11 20.75ZM11 2.75C6.45 2.75 2.75 6.45 2.75 11C2.75 15.55 6.45 19.25 11 19.25C15.55 19.25 19.25 15.55 19.25 11C19.25 6.45 15.55 2.75 11 2.75Z\" fill=\"\"/>\n<path d=\"M20.1601 22.79C20.0801 22.79 20.0001 22.78 19.9301 22.77C19.4601 22.71 18.6101 22.39 18.1301 20.96C17.8801 20.21 17.9701 19.46 18.3801 18.89C18.7901 18.32 19.4801 18 20.2701 18C21.2901 18 22.0901 18.39 22.4501 19.08C22.8101 19.77 22.7101 20.65 22.1401 21.5C21.4301 22.57 20.6601 22.79 20.1601 22.79ZM19.5601 20.49C19.7301 21.01 19.9701 21.27 20.1301 21.29C20.2901 21.31 20.5901 21.12 20.9001 20.67C21.1901 20.24 21.2101 19.93 21.1401 19.79C21.0701 19.65 20.7901 19.5 20.2701 19.5C19.9601 19.5 19.7301 19.6 19.6001 19.77C19.4801 19.94 19.4601 20.2 19.5601 20.49Z\" fill=\"\"/>\n</svg>\n</li><li title=\"search status 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20 5.75H14C13.59 5.75 13.25 5.41 13.25 5C13.25 4.59 13.59 4.25 14 4.25H20C20.41 4.25 20.75 4.59 20.75 5C20.75 5.41 20.41 5.75 20 5.75Z\" fill=\"\"/>\n<path d=\"M17 8.75H14C13.59 8.75 13.25 8.41 13.25 8C13.25 7.59 13.59 7.25 14 7.25H17C17.41 7.25 17.75 7.59 17.75 8C17.75 8.41 17.41 8.75 17 8.75Z\" fill=\"\"/>\n<path d=\"M11.5 21.75C5.85 21.75 1.25 17.15 1.25 11.5C1.25 5.85 5.85 1.25 11.5 1.25C11.91 1.25 12.25 1.59 12.25 2C12.25 2.41 11.91 2.75 11.5 2.75C6.67 2.75 2.75 6.68 2.75 11.5C2.75 16.32 6.67 20.25 11.5 20.25C16.33 20.25 20.25 16.32 20.25 11.5C20.25 11.09 20.59 10.75 21 10.75C21.41 10.75 21.75 11.09 21.75 11.5C21.75 17.15 17.15 21.75 11.5 21.75Z\" fill=\"\"/>\n<path d=\"M22.0004 22.7499C21.8104 22.7499 21.6204 22.6799 21.4704 22.5299L19.4704 20.5299C19.1804 20.2399 19.1804 19.7599 19.4704 19.4699C19.7604 19.1799 20.2404 19.1799 20.5304 19.4699L22.5304 21.4699C22.8204 21.7599 22.8204 22.2399 22.5304 22.5299C22.3804 22.6799 22.1904 22.7499 22.0004 22.7499Z\" fill=\"\"/>\n</svg>\n</li><li title=\"search status \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11 20.75C5.62 20.75 1.25 16.38 1.25 11C1.25 5.62 5.62 1.25 11 1.25C11.41 1.25 11.75 1.59 11.75 2C11.75 2.41 11.41 2.75 11 2.75C6.45 2.75 2.75 6.45 2.75 11C2.75 15.55 6.45 19.25 11 19.25C15.55 19.25 19.25 15.55 19.25 11C19.25 10.59 19.59 10.25 20 10.25C20.41 10.25 20.75 10.59 20.75 11C20.75 16.38 16.38 20.75 11 20.75Z\" fill=\"\"/>\n<path d=\"M20 5.75H14C13.59 5.75 13.25 5.41 13.25 5C13.25 4.59 13.59 4.25 14 4.25H20C20.41 4.25 20.75 4.59 20.75 5C20.75 5.41 20.41 5.75 20 5.75Z\" fill=\"\"/>\n<path d=\"M17 8.75H14C13.59 8.75 13.25 8.41 13.25 8C13.25 7.59 13.59 7.25 14 7.25H17C17.41 7.25 17.75 7.59 17.75 8C17.75 8.41 17.41 8.75 17 8.75Z\" fill=\"\"/>\n<path d=\"M20.1601 22.79C20.0801 22.79 20.0001 22.78 19.9301 22.77C19.4601 22.71 18.6101 22.39 18.1301 20.96C17.8801 20.21 17.9701 19.46 18.3801 18.89C18.7901 18.32 19.4801 18 20.2701 18C21.2901 18 22.0901 18.39 22.4501 19.08C22.8101 19.77 22.7101 20.65 22.1401 21.5C21.4301 22.57 20.6601 22.79 20.1601 22.79ZM19.5601 20.49C19.7301 21.01 19.9701 21.27 20.1301 21.29C20.2901 21.31 20.5901 21.12 20.9001 20.67C21.1901 20.24 21.2101 19.93 21.1401 19.79C21.0701 19.65 20.7901 19.5 20.2701 19.5C19.9601 19.5 19.7301 19.6 19.6001 19.77C19.4801 19.94 19.4601 20.2 19.5601 20.49Z\" fill=\"\"/>\n</svg>\n</li><li title=\"search zoom in 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11 20.75C5.62 20.75 1.25 16.38 1.25 11C1.25 5.62 5.62 1.25 11 1.25C16.38 1.25 20.75 5.62 20.75 11C20.75 16.38 16.38 20.75 11 20.75ZM11 2.75C6.45 2.75 2.75 6.45 2.75 11C2.75 15.55 6.45 19.25 11 19.25C15.55 19.25 19.25 15.55 19.25 11C19.25 6.45 15.55 2.75 11 2.75Z\" fill=\"\"/>\n<path d=\"M13.5 11.75H8.5C8.09 11.75 7.75 11.41 7.75 11C7.75 10.59 8.09 10.25 8.5 10.25H13.5C13.91 10.25 14.25 10.59 14.25 11C14.25 11.41 13.91 11.75 13.5 11.75Z\" fill=\"\"/>\n<path d=\"M11 14.25C10.59 14.25 10.25 13.91 10.25 13.5V8.5C10.25 8.09 10.59 7.75 11 7.75C11.41 7.75 11.75 8.09 11.75 8.5V13.5C11.75 13.91 11.41 14.25 11 14.25Z\" fill=\"\"/>\n<path d=\"M20.1601 22.79C20.0801 22.79 20.0001 22.78 19.9301 22.77C19.4601 22.71 18.6101 22.39 18.1301 20.96C17.8801 20.21 17.9701 19.46 18.3801 18.89C18.7901 18.32 19.4801 18 20.2701 18C21.2901 18 22.0901 18.39 22.4501 19.08C22.8101 19.77 22.7101 20.65 22.1401 21.5C21.4301 22.57 20.6601 22.79 20.1601 22.79ZM19.5601 20.49C19.7301 21.01 19.9701 21.27 20.1301 21.29C20.2901 21.31 20.5901 21.12 20.9001 20.67C21.1901 20.24 21.2101 19.93 21.1401 19.79C21.0701 19.65 20.7901 19.5 20.2701 19.5C19.9601 19.5 19.7301 19.6 19.6001 19.77C19.4801 19.94 19.4601 20.2 19.5601 20.49Z\" fill=\"\"/>\n</svg>\n</li><li title=\"search zoom in \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.2002 12.45H9.2002C8.7902 12.45 8.4502 12.11 8.4502 11.7C8.4502 11.29 8.7902 10.95 9.2002 10.95H14.2002C14.6102 10.95 14.9502 11.29 14.9502 11.7C14.9502 12.11 14.6102 12.45 14.2002 12.45Z\" fill=\"\"/>\n<path d=\"M11.7002 14.95C11.2902 14.95 10.9502 14.61 10.9502 14.2V9.19995C10.9502 8.78995 11.2902 8.44995 11.7002 8.44995C12.1102 8.44995 12.4502 8.78995 12.4502 9.19995V14.2C12.4502 14.61 12.1102 14.95 11.7002 14.95Z\" fill=\"\"/>\n<path d=\"M11.5 21.75C5.85 21.75 1.25 17.15 1.25 11.5C1.25 5.85 5.85 1.25 11.5 1.25C17.15 1.25 21.75 5.85 21.75 11.5C21.75 17.15 17.15 21.75 11.5 21.75ZM11.5 2.75C6.67 2.75 2.75 6.68 2.75 11.5C2.75 16.32 6.67 20.25 11.5 20.25C16.33 20.25 20.25 16.32 20.25 11.5C20.25 6.68 16.33 2.75 11.5 2.75Z\" fill=\"\"/>\n<path d=\"M22.0004 22.7499C21.8104 22.7499 21.6204 22.6799 21.4704 22.5299L19.4704 20.5299C19.1804 20.2399 19.1804 19.7599 19.4704 19.4699C19.7604 19.1799 20.2404 19.1799 20.5304 19.4699L22.5304 21.4699C22.8204 21.7599 22.8204 22.2399 22.5304 22.5299C22.3804 22.6799 22.1904 22.7499 22.0004 22.7499Z\" fill=\"\"/>\n</svg>\n</li><li title=\"search zoom out 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14 12.45H9C8.59 12.45 8.25 12.11 8.25 11.7C8.25 11.29 8.59 10.95 9 10.95H14C14.41 10.95 14.75 11.29 14.75 11.7C14.75 12.11 14.41 12.45 14 12.45Z\" fill=\"\"/>\n<path d=\"M11.5 21.75C5.85 21.75 1.25 17.15 1.25 11.5C1.25 5.85 5.85 1.25 11.5 1.25C17.15 1.25 21.75 5.85 21.75 11.5C21.75 17.15 17.15 21.75 11.5 21.75ZM11.5 2.75C6.67 2.75 2.75 6.68 2.75 11.5C2.75 16.32 6.67 20.25 11.5 20.25C16.33 20.25 20.25 16.32 20.25 11.5C20.25 6.68 16.33 2.75 11.5 2.75Z\" fill=\"\"/>\n<path d=\"M22.0004 22.7499C21.8104 22.7499 21.6204 22.6799 21.4704 22.5299L19.4704 20.5299C19.1804 20.2399 19.1804 19.7599 19.4704 19.4699C19.7604 19.1799 20.2404 19.1799 20.5304 19.4699L22.5304 21.4699C22.8204 21.7599 22.8204 22.2399 22.5304 22.5299C22.3804 22.6799 22.1904 22.7499 22.0004 22.7499Z\" fill=\"\"/>\n</svg>\n</li><li title=\"search zoom out \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11 20.75C5.62 20.75 1.25 16.38 1.25 11C1.25 5.62 5.62 1.25 11 1.25C16.38 1.25 20.75 5.62 20.75 11C20.75 16.38 16.38 20.75 11 20.75ZM11 2.75C6.45 2.75 2.75 6.45 2.75 11C2.75 15.55 6.45 19.25 11 19.25C15.55 19.25 19.25 15.55 19.25 11C19.25 6.45 15.55 2.75 11 2.75Z\" fill=\"\"/>\n<path d=\"M13.5 11.75H8.5C8.09 11.75 7.75 11.41 7.75 11C7.75 10.59 8.09 10.25 8.5 10.25H13.5C13.91 10.25 14.25 10.59 14.25 11C14.25 11.41 13.91 11.75 13.5 11.75Z\" fill=\"\"/>\n<path d=\"M20.1601 22.79C20.0801 22.79 20.0001 22.78 19.9301 22.77C19.4601 22.71 18.6101 22.39 18.1301 20.96C17.8801 20.21 17.9701 19.46 18.3801 18.89C18.7901 18.32 19.4801 18 20.2701 18C21.2901 18 22.0901 18.39 22.4501 19.08C22.8101 19.77 22.7101 20.65 22.1401 21.5C21.4301 22.57 20.6601 22.79 20.1601 22.79ZM19.5601 20.49C19.7301 21.01 19.9701 21.27 20.1301 21.29C20.2901 21.31 20.5901 21.12 20.9001 20.67C21.1901 20.24 21.2101 19.93 21.1401 19.79C21.0701 19.65 20.7901 19.5 20.2701 19.5C19.9601 19.5 19.7301 19.6 19.6001 19.77C19.4801 19.94 19.4601 20.2 19.5601 20.49Z\" fill=\"\"/>\n</svg>\n</li><li title=\"security card \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.5598 22.7097C9.47977 22.7097 8.38977 22.3997 7.54977 21.7697L3.26978 18.5697C2.13978 17.7297 1.25977 15.9597 1.25977 14.5397V7.12973C1.25977 5.59973 2.37978 3.96972 3.81978 3.42972L8.79977 1.55973C9.78977 1.18973 11.3398 1.18973 12.3298 1.55973L17.2998 3.42972C18.4698 3.86972 19.4598 5.03973 19.7798 6.33973C19.8298 6.55973 19.7798 6.79974 19.6398 6.97974C19.4998 7.15974 19.2798 7.26972 19.0498 7.26972L11.1398 7.27973C9.86977 7.35973 9.55977 7.56974 9.55977 9.41974V14.8497C9.55977 16.7597 9.80977 16.9997 11.7498 16.9997H17.6698C17.9798 16.9997 18.2598 17.1897 18.3698 17.4797C18.4798 17.7697 18.3998 18.0997 18.1698 18.3097C18.0598 18.3997 17.9698 18.4897 17.8598 18.5697L13.5798 21.7797C12.7198 22.3997 11.6398 22.7097 10.5598 22.7097ZM10.5598 2.78974C10.1098 2.78974 9.64978 2.84974 9.31978 2.97974L4.33977 4.84974C3.49977 5.16973 2.74977 6.23972 2.74977 7.14972V14.5597C2.74977 15.4997 3.40977 16.8197 4.15977 17.3797L8.43977 20.5797C9.58977 21.4297 11.5198 21.4297 12.6698 20.5797L15.4398 18.5097H11.7398C8.97978 18.5097 8.04977 17.5897 8.04977 14.8597V9.42972C8.04977 7.29972 8.55977 5.94974 11.0898 5.78974L11.7398 5.77973H17.8898C17.5898 5.34973 17.1898 5.00974 16.7698 4.84974L11.7998 2.97974C11.4598 2.84974 11.0098 2.78974 10.5598 2.78974Z\" fill=\"\"/>\n<path d=\"M22.0008 11.9697H8.80078C8.39078 11.9697 8.05078 11.6297 8.05078 11.2197C8.05078 10.8097 8.39078 10.4697 8.80078 10.4697H22.0008C22.4108 10.4697 22.7508 10.8097 22.7508 11.2197C22.7508 11.6297 22.4108 11.9697 22.0008 11.9697Z\" fill=\"\"/>\n<path d=\"M19.0608 18.5H11.7408C8.98078 18.5 8.05078 17.58 8.05078 14.85V9.42004C8.05078 7.29004 8.56077 5.94003 11.0908 5.78003L11.7408 5.77002H19.0608C21.8208 5.77002 22.7508 6.69004 22.7508 9.42004V14.97C22.7308 17.61 21.8008 18.5 19.0608 18.5ZM11.7408 7.27002L11.1308 7.28003C9.86078 7.36003 9.55078 7.57004 9.55078 9.42004V14.85C9.55078 16.76 9.80078 17 11.7408 17H19.0608C20.9708 17 21.2308 16.75 21.2508 14.97V9.43002C21.2508 7.52002 21.0008 7.28003 19.0608 7.28003H11.7408V7.27002Z\" fill=\"\"/>\n<path d=\"M12.6505 16.0098H11.3105C10.9005 16.0098 10.5605 15.6698 10.5605 15.2598C10.5605 14.8498 10.9005 14.5098 11.3105 14.5098H12.6505C13.0605 14.5098 13.4005 14.8498 13.4005 15.2598C13.4005 15.6698 13.0705 16.0098 12.6505 16.0098Z\" fill=\"\"/>\n<path d=\"M18.02 16.0098H14.75C14.34 16.0098 14 15.6698 14 15.2598C14 14.8498 14.34 14.5098 14.75 14.5098H18.02C18.43 14.5098 18.77 14.8498 18.77 15.2598C18.77 15.6698 18.44 16.0098 18.02 16.0098Z\" fill=\"\"/>\n</svg>\n</li><li title=\"security safe \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9998 22.7501C11.7598 22.7501 11.5199 22.7201 11.2899 22.6501C6.09986 21.2201 2.33984 16.37 2.33984 11.11V6.72003C2.33984 5.60003 3.14985 4.39008 4.18985 3.96008L9.75986 1.68005C11.2099 1.09005 12.7998 1.09005 14.2398 1.68005L19.8098 3.96008C20.8498 4.39008 21.6599 5.60003 21.6599 6.72003V11.11C21.6599 16.36 17.8898 21.2101 12.7098 22.6501C12.4798 22.7201 12.2398 22.7501 11.9998 22.7501ZM11.9998 2.75006C11.4298 2.75006 10.8698 2.86007 10.3298 3.08007L4.75986 5.36004C4.27986 5.56004 3.83984 6.21004 3.83984 6.73004V11.1201C3.83984 15.7101 7.13985 19.9501 11.6898 21.2101C11.8898 21.2701 12.1098 21.2701 12.3098 21.2101C16.8598 19.9501 20.1599 15.7101 20.1599 11.1201V6.73004C20.1599 6.21004 19.7198 5.56004 19.2398 5.36004L13.6699 3.08007C13.1299 2.86007 12.5698 2.75006 11.9998 2.75006Z\" fill=\"\"/>\n<path d=\"M12 13.25C10.48 13.25 9.25 12.02 9.25 10.5C9.25 8.98 10.48 7.75 12 7.75C13.52 7.75 14.75 8.98 14.75 10.5C14.75 12.02 13.52 13.25 12 13.25ZM12 9.25C11.31 9.25 10.75 9.81 10.75 10.5C10.75 11.19 11.31 11.75 12 11.75C12.69 11.75 13.25 11.19 13.25 10.5C13.25 9.81 12.69 9.25 12 9.25Z\" fill=\"\"/>\n<path d=\"M12 16.25C11.59 16.25 11.25 15.91 11.25 15.5V12.5C11.25 12.09 11.59 11.75 12 11.75C12.41 11.75 12.75 12.09 12.75 12.5V15.5C12.75 15.91 12.41 16.25 12 16.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"security time \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.0004 22.7599C10.9104 22.7599 9.83041 22.4399 8.98041 21.8099L4.68039 18.5999C3.54039 17.7499 2.65039 15.9699 2.65039 14.5599V7.11994C2.65039 5.57994 3.78041 3.93994 5.23041 3.39994L10.2204 1.52994C11.2104 1.15994 12.7704 1.15994 13.7604 1.52994L18.7504 3.39994C20.2004 3.93994 21.3304 5.57994 21.3304 7.11994V14.5499C21.3304 15.9699 20.4404 17.7399 19.3004 18.5899L15.0004 21.7999C14.1704 22.4399 13.0904 22.7599 12.0004 22.7599ZM10.7504 2.93994L5.76041 4.80994C4.91041 5.12994 4.1604 6.20994 4.1604 7.12994V14.5599C4.1604 15.5099 4.83038 16.8399 5.58038 17.3999L9.8804 20.6099C11.0304 21.4699 12.9704 21.4699 14.1304 20.6099L18.4304 17.3999C19.1904 16.8299 19.8504 15.5099 19.8504 14.5599V7.11994C19.8504 6.20994 19.1004 5.12994 18.2504 4.79994L13.2604 2.92994C12.5804 2.68994 11.4204 2.68994 10.7504 2.93994Z\" fill=\"\"/>\n<path d=\"M12 16.25C9.38 16.25 7.25 14.12 7.25 11.5C7.25 8.88 9.38 6.75 12 6.75C14.62 6.75 16.75 8.88 16.75 11.5C16.75 14.12 14.62 16.25 12 16.25ZM12 8.25C10.21 8.25 8.75 9.71 8.75 11.5C8.75 13.29 10.21 14.75 12 14.75C13.79 14.75 15.25 13.29 15.25 11.5C15.25 9.71 13.79 8.25 12 8.25Z\" fill=\"\"/>\n<path d=\"M10.9999 13.25C10.7499 13.25 10.4999 13.12 10.3599 12.89C10.1499 12.53 10.2599 12.07 10.6199 11.86L11.3799 11.4C11.4599 11.35 11.4999 11.27 11.4999 11.19V10.26C11.4999 9.85001 11.8399 9.51001 12.2499 9.51001C12.6599 9.51001 12.9999 9.84001 12.9999 10.25V11.18C12.9999 11.79 12.6699 12.37 12.1499 12.68L11.3799 13.14C11.2699 13.22 11.1299 13.25 10.9999 13.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"security user \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.0004 22.76C10.9104 22.76 9.83041 22.4399 8.98041 21.8099L4.68039 18.5999C3.54039 17.7499 2.65039 15.9799 2.65039 14.5599V7.12995C2.65039 5.58995 3.78041 3.94995 5.23041 3.40995L10.2204 1.53995C11.2104 1.16995 12.7704 1.16995 13.7604 1.53995L18.7604 3.40995C20.2104 3.94995 21.3404 5.58995 21.3404 7.12995V14.5599C21.3404 15.9799 20.4504 17.7499 19.3104 18.5999L15.0104 21.8099C14.1704 22.4399 13.0904 22.76 12.0004 22.76ZM10.7504 2.93995L5.76041 4.80994C4.90041 5.12994 4.15039 6.20995 4.15039 7.12995V14.5599C4.15039 15.5099 4.8204 16.8399 5.5704 17.3999L9.87039 20.6099C11.0204 21.4699 12.9704 21.4699 14.1204 20.6099L18.4204 17.3999C19.1804 16.8299 19.8404 15.4999 19.8404 14.5599V7.12995C19.8404 6.21995 19.0904 5.13994 18.2304 4.80994L13.2404 2.93995C12.5804 2.68995 11.4204 2.68995 10.7504 2.93995Z\" fill=\"\"/>\n<path d=\"M11.9999 11.6702C11.9799 11.6702 11.9599 11.6702 11.9299 11.6702C10.4799 11.6302 9.41992 10.5202 9.41992 9.17017C9.41992 7.79017 10.5499 6.66016 11.9299 6.66016C13.3099 6.66016 14.4399 7.79017 14.4399 9.17017C14.4299 10.5302 13.3699 11.6301 12.0199 11.6801C12.0099 11.6701 12.0099 11.6702 11.9999 11.6702ZM11.9299 8.16016C11.3699 8.16016 10.9199 8.61017 10.9199 9.17017C10.9199 9.72017 11.3499 10.1601 11.8899 10.1801C11.8899 10.1801 11.9399 10.1801 11.9999 10.1801C12.5299 10.1501 12.9399 9.71017 12.9399 9.17017C12.9499 8.61017 12.4899 8.16016 11.9299 8.16016Z\" fill=\"\"/>\n<path d=\"M12.0008 17.35C11.1408 17.35 10.2708 17.12 9.6008 16.67C8.9308 16.23 8.55078 15.58 8.55078 14.89C8.55078 14.2 8.9308 13.55 9.6008 13.1C10.9508 12.2 13.0608 12.21 14.4008 13.1C15.0708 13.54 15.4508 14.19 15.4508 14.88C15.4508 15.57 15.0708 16.22 14.4008 16.67C13.7308 17.12 12.8608 17.35 12.0008 17.35ZM10.4308 14.34C10.1808 14.5 10.0408 14.7 10.0508 14.88C10.0508 15.06 10.1908 15.26 10.4308 15.42C11.2708 15.98 12.7308 15.98 13.5708 15.42C13.8208 15.26 13.9608 15.06 13.9608 14.88C13.9608 14.7 13.8208 14.5 13.5808 14.34C12.7408 13.79 11.2708 13.79 10.4308 14.34Z\" fill=\"\"/>\n</svg>\n</li><li title=\"security \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9998 22.7501C11.7598 22.7501 11.5199 22.7201 11.2899 22.6501C6.09986 21.2201 2.33984 16.37 2.33984 11.11V6.72003C2.33984 5.60003 3.14985 4.39008 4.18985 3.96008L9.75986 1.68005C11.2099 1.09005 12.7998 1.09005 14.2398 1.68005L19.8098 3.96008C20.8498 4.39008 21.6599 5.60003 21.6599 6.72003V11.11C21.6599 16.36 17.8898 21.2101 12.7098 22.6501C12.4798 22.7201 12.2398 22.7501 11.9998 22.7501ZM11.9998 2.75006C11.4298 2.75006 10.8698 2.86007 10.3298 3.08007L4.75986 5.36004C4.27986 5.56004 3.83984 6.21004 3.83984 6.73004V11.1201C3.83984 15.7101 7.13985 19.9501 11.6898 21.2101C11.8898 21.2701 12.1098 21.2701 12.3098 21.2101C16.8598 19.9501 20.1599 15.7101 20.1599 11.1201V6.73004C20.1599 6.21004 19.7198 5.56004 19.2398 5.36004L13.6699 3.08007C13.1299 2.86007 12.5698 2.75006 11.9998 2.75006Z\" fill=\"\"/>\n</svg>\n</li><li title=\"send 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.40995 21.7499C4.28995 21.7499 3.57995 21.3699 3.12995 20.9199C2.24995 20.0399 1.62995 18.1699 3.60995 14.1999L4.47995 12.4699C4.58995 12.2399 4.58995 11.7599 4.47995 11.5299L3.60995 9.7999C1.61995 5.8299 2.24995 3.9499 3.12995 3.0799C3.99995 2.1999 5.87995 1.5699 9.83995 3.5599L18.3999 7.8399C20.5299 8.8999 21.6999 10.3799 21.6999 11.9999C21.6999 13.6199 20.5299 15.0999 18.4099 16.1599L9.84995 20.4399C7.90995 21.4099 6.46995 21.7499 5.40995 21.7499ZM5.40995 3.7499C4.86995 3.7499 4.44995 3.8799 4.18995 4.1399C3.45995 4.8599 3.74995 6.7299 4.94995 9.1199L5.81995 10.8599C6.13995 11.5099 6.13995 12.4899 5.81995 13.1399L4.94995 14.8699C3.74995 17.2699 3.45995 19.1299 4.18995 19.8499C4.90995 20.5799 6.77995 20.2899 9.17995 19.0899L17.7399 14.8099C19.3099 14.0299 20.1999 12.9999 20.1999 11.9899C20.1999 10.9799 19.2999 9.9499 17.7299 9.1699L9.16995 4.8999C7.64995 4.1399 6.33995 3.7499 5.40995 3.7499Z\" fill=\"\"/>\n<path d=\"M10.8395 12.75H5.43945C5.02945 12.75 4.68945 12.41 4.68945 12C4.68945 11.59 5.02945 11.25 5.43945 11.25H10.8395C11.2495 11.25 11.5895 11.59 11.5895 12C11.5895 12.41 11.2495 12.75 10.8395 12.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"send 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.2209 21.6301C13.0409 21.6301 11.3709 20.8001 10.0509 16.8301L9.33086 14.6701L7.17086 13.9501C3.21086 12.6301 2.38086 10.9601 2.38086 9.78007C2.38086 8.61007 3.21086 6.93007 7.17086 5.60007L15.6609 2.77007C17.7809 2.06007 19.5509 2.27007 20.6409 3.35007C21.7309 4.43007 21.9409 6.21007 21.2309 8.33007L18.4009 16.8201C17.0709 20.8001 15.4009 21.6301 14.2209 21.6301ZM7.64086 7.03007C4.86086 7.96007 3.87086 9.06007 3.87086 9.78007C3.87086 10.5001 4.86086 11.6001 7.64086 12.5201L10.1609 13.3601C10.3809 13.4301 10.5609 13.6101 10.6309 13.8301L11.4709 16.3501C12.3909 19.1301 13.5009 20.1201 14.2209 20.1201C14.9409 20.1201 16.0409 19.1301 16.9709 16.3501L19.8009 7.86007C20.3109 6.32007 20.2209 5.06007 19.5709 4.41007C18.9209 3.76007 17.6609 3.68007 16.1309 4.19007L7.64086 7.03007Z\" fill=\"\"/>\n<path d=\"M10.1108 14.4C9.92078 14.4 9.73078 14.33 9.58078 14.18C9.29078 13.89 9.29078 13.41 9.58078 13.12L13.1608 9.53C13.4508 9.24 13.9308 9.24 14.2208 9.53C14.5108 9.82 14.5108 10.3 14.2208 10.59L10.6408 14.18C10.5008 14.33 10.3008 14.4 10.1108 14.4Z\" fill=\"\"/>\n</svg>\n</li><li title=\"send sqaure 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n<path d=\"M14.8298 12.6799C14.4198 12.6799 14.0798 12.3399 14.0798 11.9299V8.43994H10.5898C10.1798 8.43994 9.83984 8.09994 9.83984 7.68994C9.83984 7.27994 10.1798 6.93994 10.5898 6.93994H14.8298C15.2398 6.93994 15.5798 7.27994 15.5798 7.68994V11.9299C15.5798 12.3399 15.2398 12.6799 14.8298 12.6799Z\" fill=\"\"/>\n<path d=\"M9.16937 14.0901C8.97937 14.0901 8.78938 14.0201 8.63938 13.8701C8.34938 13.5801 8.34938 13.1001 8.63938 12.8101L14.2994 7.15012C14.5894 6.86012 15.0694 6.86012 15.3594 7.15012C15.6494 7.44012 15.6494 7.92013 15.3594 8.21013L9.69937 13.8701C9.55937 14.0201 9.35937 14.0901 9.16937 14.0901Z\" fill=\"\"/>\n<path d=\"M12.0004 18.2302C9.89044 18.2302 7.77043 17.8902 5.76043 17.2202C5.37043 17.0902 5.16043 16.6602 5.29043 16.2702C5.42043 15.8802 5.85045 15.6602 6.24045 15.8002C9.96045 17.0402 14.0504 17.0402 17.7704 15.8002C18.1604 15.6702 18.5904 15.8802 18.7204 16.2702C18.8504 16.6602 18.6404 17.0902 18.2504 17.2202C16.2304 17.9002 14.1104 18.2302 12.0004 18.2302Z\" fill=\"\"/>\n</svg>\n</li><li title=\"send square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n<path d=\"M14.9995 10.26C14.8095 10.26 14.6195 10.1899 14.4695 10.0399L11.9995 7.56996L9.52945 10.0399C9.23945 10.3299 8.75945 10.3299 8.46945 10.0399C8.17945 9.74995 8.17945 9.26995 8.46945 8.97995L11.4695 5.97995C11.7595 5.68995 12.2395 5.68995 12.5295 5.97995L15.5295 8.97995C15.8195 9.26995 15.8195 9.74995 15.5295 10.0399C15.3795 10.1899 15.1895 10.26 14.9995 10.26Z\" fill=\"\"/>\n<path d=\"M12 15.26C11.59 15.26 11.25 14.92 11.25 14.51V6.51001C11.25 6.10001 11.59 5.76001 12 5.76001C12.41 5.76001 12.75 6.10001 12.75 6.51001V14.51C12.75 14.93 12.41 15.26 12 15.26Z\" fill=\"\"/>\n<path d=\"M12.0004 18.2302C9.89044 18.2302 7.77043 17.8902 5.76043 17.2202C5.37043 17.0902 5.16043 16.6602 5.29043 16.2702C5.42043 15.8802 5.85045 15.6602 6.24045 15.8002C9.96045 17.0402 14.0504 17.0402 17.7704 15.8002C18.1604 15.6702 18.5904 15.8802 18.7204 16.2702C18.8504 16.6602 18.6404 17.0902 18.2504 17.2202C16.2304 17.9002 14.1104 18.2302 12.0004 18.2302Z\" fill=\"\"/>\n</svg>\n</li><li title=\"send \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.5 22.75H3.5C3.09 22.75 2.75 22.41 2.75 22C2.75 21.59 3.09 21.25 3.5 21.25H20.5C20.91 21.25 21.25 21.59 21.25 22C21.25 22.41 20.91 22.75 20.5 22.75Z\" fill=\"\"/>\n<path d=\"M18.9995 18.2499C18.8095 18.2499 18.6195 18.1799 18.4695 18.0299L4.46945 4.02994C4.17945 3.73994 4.17945 3.25994 4.46945 2.96994C4.75945 2.67994 5.23945 2.67994 5.52945 2.96994L19.5295 16.9699C19.8195 17.2599 19.8195 17.7399 19.5295 18.0299C19.3795 18.1799 19.1895 18.2499 18.9995 18.2499Z\" fill=\"\"/>\n<path d=\"M5 14.52C4.59 14.52 4.25 14.18 4.25 13.77V3.5C4.25 3.09 4.59 2.75 5 2.75H15.27C15.68 2.75 16.02 3.09 16.02 3.5C16.02 3.91 15.68 4.25 15.27 4.25H5.75V13.77C5.75 14.18 5.41 14.52 5 14.52Z\" fill=\"\"/>\n</svg>\n</li><li title=\"setting 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 15.75C9.93 15.75 8.25 14.07 8.25 12C8.25 9.93 9.93 8.25 12 8.25C14.07 8.25 15.75 9.93 15.75 12C15.75 14.07 14.07 15.75 12 15.75ZM12 9.75C10.76 9.75 9.75 10.76 9.75 12C9.75 13.24 10.76 14.25 12 14.25C13.24 14.25 14.25 13.24 14.25 12C14.25 10.76 13.24 9.75 12 9.75Z\" fill=\"\"/>\n<path d=\"M15.21 22.1898C15 22.1898 14.79 22.1598 14.58 22.1098C13.96 21.9398 13.44 21.5498 13.11 20.9998L12.99 20.7998C12.4 19.7798 11.59 19.7798 11 20.7998L10.89 20.9898C10.56 21.5498 10.04 21.9498 9.42 22.1098C8.79 22.2798 8.14 22.1898 7.59 21.8598L5.87 20.8698C5.26 20.5198 4.82 19.9498 4.63 19.2598C4.45 18.5698 4.54 17.8598 4.89 17.2498C5.18 16.7398 5.26 16.2798 5.09 15.9898C4.92 15.6998 4.49 15.5298 3.9 15.5298C2.44 15.5298 1.25 14.3398 1.25 12.8798V11.1198C1.25 9.6598 2.44 8.4698 3.9 8.4698C4.49 8.4698 4.92 8.2998 5.09 8.0098C5.26 7.7198 5.19 7.2598 4.89 6.7498C4.54 6.1398 4.45 5.4198 4.63 4.7398C4.81 4.0498 5.25 3.4798 5.87 3.1298L7.6 2.1398C8.73 1.4698 10.22 1.8598 10.9 3.0098L11.02 3.2098C11.61 4.2298 12.42 4.2298 13.01 3.2098L13.12 3.0198C13.8 1.8598 15.29 1.4698 16.43 2.1498L18.15 3.1398C18.76 3.4898 19.2 4.0598 19.39 4.7498C19.57 5.4398 19.48 6.1498 19.13 6.7598C18.84 7.2698 18.76 7.7298 18.93 8.0198C19.1 8.3098 19.53 8.4798 20.12 8.4798C21.58 8.4798 22.77 9.6698 22.77 11.1298V12.8898C22.77 14.3498 21.58 15.5398 20.12 15.5398C19.53 15.5398 19.1 15.7098 18.93 15.9998C18.76 16.2898 18.83 16.7498 19.13 17.2598C19.48 17.8698 19.58 18.5898 19.39 19.2698C19.21 19.9598 18.77 20.5298 18.15 20.8798L16.42 21.8698C16.04 22.0798 15.63 22.1898 15.21 22.1898ZM12 18.4898C12.89 18.4898 13.72 19.0498 14.29 20.0398L14.4 20.2298C14.52 20.4398 14.72 20.5898 14.96 20.6498C15.2 20.7098 15.44 20.6798 15.64 20.5598L17.37 19.5598C17.63 19.4098 17.83 19.1598 17.91 18.8598C17.99 18.5598 17.95 18.2498 17.8 17.9898C17.23 17.0098 17.16 15.9998 17.6 15.2298C18.04 14.4598 18.95 14.0198 20.09 14.0198C20.73 14.0198 21.24 13.5098 21.24 12.8698V11.1098C21.24 10.4798 20.73 9.9598 20.09 9.9598C18.95 9.9598 18.04 9.5198 17.6 8.7498C17.16 7.9798 17.23 6.9698 17.8 5.9898C17.95 5.7298 17.99 5.4198 17.91 5.1198C17.83 4.8198 17.64 4.5798 17.38 4.4198L15.65 3.4298C15.22 3.1698 14.65 3.3198 14.39 3.7598L14.28 3.9498C13.71 4.9398 12.88 5.4998 11.99 5.4998C11.1 5.4998 10.27 4.9398 9.7 3.9498L9.59 3.7498C9.34 3.3298 8.78 3.1798 8.35 3.4298L6.62 4.4298C6.36 4.5798 6.16 4.8298 6.08 5.1298C6 5.4298 6.04 5.7398 6.19 5.9998C6.76 6.9798 6.83 7.9898 6.39 8.7598C5.95 9.5298 5.04 9.9698 3.9 9.9698C3.26 9.9698 2.75 10.4798 2.75 11.1198V12.8798C2.75 13.5098 3.26 14.0298 3.9 14.0298C5.04 14.0298 5.95 14.4698 6.39 15.2398C6.83 16.0098 6.76 17.0198 6.19 17.9998C6.04 18.2598 6 18.5698 6.08 18.8698C6.16 19.1698 6.35 19.4098 6.61 19.5698L8.34 20.5598C8.55 20.6898 8.8 20.7198 9.03 20.6598C9.27 20.5998 9.47 20.4398 9.6 20.2298L9.71 20.0398C10.28 19.0598 11.11 18.4898 12 18.4898Z\" fill=\"\"/>\n</svg>\n</li><li title=\"setting 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n<path d=\"M15.5801 19.2501C15.1701 19.2501 14.8301 18.9101 14.8301 18.5001V14.6001C14.8301 14.1901 15.1701 13.8501 15.5801 13.8501C15.9901 13.8501 16.3301 14.1901 16.3301 14.6001V18.5001C16.3301 18.9101 15.9901 19.2501 15.5801 19.2501Z\" fill=\"\"/>\n<path d=\"M15.5801 8.2C15.1701 8.2 14.8301 7.86 14.8301 7.45V5.5C14.8301 5.09 15.1701 4.75 15.5801 4.75C15.9901 4.75 16.3301 5.09 16.3301 5.5V7.45C16.3301 7.86 15.9901 8.2 15.5801 8.2Z\" fill=\"\"/>\n<path d=\"M15.5805 13.4002C13.7305 13.4002 12.2305 11.9002 12.2305 10.0502C12.2305 8.2002 13.7305 6.7002 15.5805 6.7002C17.4305 6.7002 18.9305 8.2002 18.9305 10.0502C18.9305 11.9002 17.4205 13.4002 15.5805 13.4002ZM15.5805 8.2002C14.5605 8.2002 13.7305 9.0302 13.7305 10.0502C13.7305 11.0702 14.5605 11.9002 15.5805 11.9002C16.6005 11.9002 17.4305 11.0702 17.4305 10.0502C17.4305 9.0302 16.5905 8.2002 15.5805 8.2002Z\" fill=\"\"/>\n<path d=\"M8.41992 19.2498C8.00992 19.2498 7.66992 18.9098 7.66992 18.4998V16.5498C7.66992 16.1398 8.00992 15.7998 8.41992 15.7998C8.82992 15.7998 9.16992 16.1398 9.16992 16.5498V18.4998C9.16992 18.9098 8.83992 19.2498 8.41992 19.2498Z\" fill=\"\"/>\n<path d=\"M8.41992 10.15C8.00992 10.15 7.66992 9.81 7.66992 9.4V5.5C7.66992 5.09 8.00992 4.75 8.41992 4.75C8.82992 4.75 9.16992 5.09 9.16992 5.5V9.4C9.16992 9.81 8.83992 10.15 8.41992 10.15Z\" fill=\"\"/>\n<path d=\"M8.42031 17.3001C6.57031 17.3001 5.07031 15.8001 5.07031 13.9501C5.07031 12.1001 6.57031 10.6001 8.42031 10.6001C10.2703 10.6001 11.7703 12.1001 11.7703 13.9501C11.7703 15.8001 10.2703 17.3001 8.42031 17.3001ZM8.42031 12.1001C7.40031 12.1001 6.57031 12.9301 6.57031 13.9501C6.57031 14.9701 7.40031 15.8001 8.42031 15.8001C9.44031 15.8001 10.2703 14.9701 10.2703 13.9501C10.2703 12.9301 9.45031 12.1001 8.42031 12.1001Z\" fill=\"\"/>\n</svg>\n</li><li title=\"setting 4 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 7.25H16C15.59 7.25 15.25 6.91 15.25 6.5C15.25 6.09 15.59 5.75 16 5.75H22C22.41 5.75 22.75 6.09 22.75 6.5C22.75 6.91 22.41 7.25 22 7.25Z\" fill=\"\"/>\n<path d=\"M6 7.25H2C1.59 7.25 1.25 6.91 1.25 6.5C1.25 6.09 1.59 5.75 2 5.75H6C6.41 5.75 6.75 6.09 6.75 6.5C6.75 6.91 6.41 7.25 6 7.25Z\" fill=\"\"/>\n<path d=\"M10 10.75C7.66 10.75 5.75 8.84 5.75 6.5C5.75 4.16 7.66 2.25 10 2.25C12.34 2.25 14.25 4.16 14.25 6.5C14.25 8.84 12.34 10.75 10 10.75ZM10 3.75C8.48 3.75 7.25 4.98 7.25 6.5C7.25 8.02 8.48 9.25 10 9.25C11.52 9.25 12.75 8.02 12.75 6.5C12.75 4.98 11.52 3.75 10 3.75Z\" fill=\"\"/>\n<path d=\"M22 18.25H18C17.59 18.25 17.25 17.91 17.25 17.5C17.25 17.09 17.59 16.75 18 16.75H22C22.41 16.75 22.75 17.09 22.75 17.5C22.75 17.91 22.41 18.25 22 18.25Z\" fill=\"\"/>\n<path d=\"M8 18.25H2C1.59 18.25 1.25 17.91 1.25 17.5C1.25 17.09 1.59 16.75 2 16.75H8C8.41 16.75 8.75 17.09 8.75 17.5C8.75 17.91 8.41 18.25 8 18.25Z\" fill=\"\"/>\n<path d=\"M14 21.75C11.66 21.75 9.75 19.84 9.75 17.5C9.75 15.16 11.66 13.25 14 13.25C16.34 13.25 18.25 15.16 18.25 17.5C18.25 19.84 16.34 21.75 14 21.75ZM14 14.75C12.48 14.75 11.25 15.98 11.25 17.5C11.25 19.02 12.48 20.25 14 20.25C15.52 20.25 16.75 19.02 16.75 17.5C16.75 15.98 15.52 14.75 14 14.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"setting 5 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 22.75C18.59 22.75 18.25 22.41 18.25 22V11C18.25 10.59 18.59 10.25 19 10.25C19.41 10.25 19.75 10.59 19.75 11V22C19.75 22.41 19.41 22.75 19 22.75Z\" fill=\"\"/>\n<path d=\"M19 7.75C18.59 7.75 18.25 7.41 18.25 7V2C18.25 1.59 18.59 1.25 19 1.25C19.41 1.25 19.75 1.59 19.75 2V7C19.75 7.41 19.41 7.75 19 7.75Z\" fill=\"\"/>\n<path d=\"M12 22.75C11.59 22.75 11.25 22.41 11.25 22V17C11.25 16.59 11.59 16.25 12 16.25C12.41 16.25 12.75 16.59 12.75 17V22C12.75 22.41 12.41 22.75 12 22.75Z\" fill=\"\"/>\n<path d=\"M12 13.75C11.59 13.75 11.25 13.41 11.25 13V2C11.25 1.59 11.59 1.25 12 1.25C12.41 1.25 12.75 1.59 12.75 2V13C12.75 13.41 12.41 13.75 12 13.75Z\" fill=\"\"/>\n<path d=\"M5 22.75C4.59 22.75 4.25 22.41 4.25 22V11C4.25 10.59 4.59 10.25 5 10.25C5.41 10.25 5.75 10.59 5.75 11V22C5.75 22.41 5.41 22.75 5 22.75Z\" fill=\"\"/>\n<path d=\"M5 7.75C4.59 7.75 4.25 7.41 4.25 7V2C4.25 1.59 4.59 1.25 5 1.25C5.41 1.25 5.75 1.59 5.75 2V7C5.75 7.41 5.41 7.75 5 7.75Z\" fill=\"\"/>\n<path d=\"M7 11.75H3C2.59 11.75 2.25 11.41 2.25 11C2.25 10.59 2.59 10.25 3 10.25H7C7.41 10.25 7.75 10.59 7.75 11C7.75 11.41 7.41 11.75 7 11.75Z\" fill=\"\"/>\n<path d=\"M21 11.75H17C16.59 11.75 16.25 11.41 16.25 11C16.25 10.59 16.59 10.25 17 10.25H21C21.41 10.25 21.75 10.59 21.75 11C21.75 11.41 21.41 11.75 21 11.75Z\" fill=\"\"/>\n<path d=\"M14 13.75H10C9.59 13.75 9.25 13.41 9.25 13C9.25 12.59 9.59 12.25 10 12.25H14C14.41 12.25 14.75 12.59 14.75 13C14.75 13.41 14.41 13.75 14 13.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"setting \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.0002 22.6298C11.3302 22.6298 10.6502 22.4798 10.1202 22.1698L4.62023 18.9998C2.38023 17.4898 2.24023 17.2598 2.24023 14.8898V9.1098C2.24023 6.7398 2.37023 6.5098 4.57023 5.0198L10.1102 1.8198C11.1602 1.2098 12.8102 1.2098 13.8602 1.8198L19.3802 4.9998C21.6202 6.5098 21.7602 6.7398 21.7602 9.1098V14.8798C21.7602 17.2498 21.6302 17.4798 19.4302 18.9698L13.8902 22.1698C13.3502 22.4798 12.6702 22.6298 12.0002 22.6298ZM12.0002 2.8698C11.5802 2.8698 11.1702 2.9498 10.8802 3.1198L5.38023 6.2998C3.75023 7.3998 3.75023 7.3998 3.75023 9.1098V14.8798C3.75023 16.5898 3.75023 16.5898 5.42023 17.7198L10.8802 20.8698C11.4702 21.2098 12.5402 21.2098 13.1302 20.8698L18.6302 17.6898C20.2502 16.5898 20.2502 16.5898 20.2502 14.8798V9.1098C20.2502 7.3998 20.2502 7.3998 18.5802 6.2698L13.1202 3.1198C12.8302 2.9498 12.4202 2.8698 12.0002 2.8698Z\" fill=\"\"/>\n<path d=\"M12 15.75C9.93 15.75 8.25 14.07 8.25 12C8.25 9.93 9.93 8.25 12 8.25C14.07 8.25 15.75 9.93 15.75 12C15.75 14.07 14.07 15.75 12 15.75ZM12 9.75C10.76 9.75 9.75 10.76 9.75 12C9.75 13.24 10.76 14.25 12 14.25C13.24 14.25 14.25 13.24 14.25 12C14.25 10.76 13.24 9.75 12 9.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"settings \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 17.25C9.11 17.25 6.75 14.9 6.75 12C6.75 9.1 9.11 6.75 12 6.75C14.89 6.75 17.25 9.1 17.25 12C17.25 14.9 14.89 17.25 12 17.25ZM12 8.25C9.93 8.25 8.25 9.93 8.25 12C8.25 14.07 9.93 15.75 12 15.75C14.07 15.75 15.75 14.07 15.75 12C15.75 9.93 14.07 8.25 12 8.25Z\" fill=\"\"/>\n<path d=\"M7 12.75H2C1.59 12.75 1.25 12.41 1.25 12C1.25 11.59 1.59 11.25 2 11.25H7C7.41 11.25 7.75 11.59 7.75 12C7.75 12.41 7.41 12.75 7 12.75Z\" fill=\"\"/>\n<path d=\"M22 12.75H17C16.59 12.75 16.25 12.41 16.25 12C16.25 11.59 16.59 11.25 17 11.25H22C22.41 11.25 22.75 11.59 22.75 12C22.75 12.41 22.41 12.75 22 12.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"shapes 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.7207 22.75H7.2207C3.0707 22.75 1.2207 20.9 1.2207 16.75V12.25C1.2207 8.1 3.0707 6.25 7.2207 6.25H11.7207C15.8707 6.25 17.7207 8.1 17.7207 12.25V16.75C17.7207 20.9 15.8707 22.75 11.7207 22.75ZM7.2207 7.75C3.9007 7.75 2.7207 8.93 2.7207 12.25V16.75C2.7207 20.07 3.9007 21.25 7.2207 21.25H11.7207C15.0407 21.25 16.2207 20.07 16.2207 16.75V12.25C16.2207 8.93 15.0407 7.75 11.7207 7.75H7.2207Z\" fill=\"\"/>\n<path d=\"M16.9692 13.7198C16.7792 13.7198 16.5992 13.6498 16.4592 13.5198C16.2992 13.3798 16.2192 13.1798 16.2192 12.9698V12.2498C16.2192 8.92977 15.0392 7.74977 11.7192 7.74977H10.9992C10.7892 7.74977 10.5892 7.65977 10.4492 7.50977C10.3092 7.34977 10.2392 7.14977 10.2592 6.93977C10.5492 3.69977 13.2192 1.25977 16.4792 1.25977C19.5992 1.25977 22.2592 3.58977 22.6592 6.67977C22.6992 6.91977 22.7292 7.20977 22.7292 7.50977C22.7292 10.7698 20.2892 13.4398 17.0492 13.7298C17.0192 13.7198 16.9992 13.7198 16.9692 13.7198ZM11.8892 6.24977C15.8592 6.29977 17.6692 8.09977 17.7192 12.0798C19.7592 11.5398 21.2192 9.68977 21.2192 7.49977C21.2192 7.28977 21.1992 7.08977 21.1692 6.89977C20.8592 4.51977 18.8392 2.74977 16.4692 2.74977C14.2792 2.74977 12.4392 4.20977 11.8892 6.24977Z\" fill=\"\"/>\n</svg>\n</li><li title=\"shapes \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.4297 15.7502H4.39971C3.27971 15.7502 2.25971 15.1703 1.68971 14.2003C1.11971 13.2303 1.09971 12.0702 1.63971 11.0802L6.14971 2.87024C6.70971 1.85024 7.73971 1.24023 8.90971 1.24023C10.0797 1.24023 11.1097 1.85024 11.6697 2.87024L16.1897 11.0802C16.7297 12.0602 16.7097 13.2303 16.1397 14.2003C15.5697 15.1703 14.5497 15.7502 13.4297 15.7502ZM8.90971 2.75024C8.29971 2.75024 7.75971 3.07025 7.46971 3.60025L2.95971 11.8102C2.67971 12.3302 2.68971 12.9302 2.97971 13.4402C3.27971 13.9502 3.80971 14.2502 4.39971 14.2502H13.4297C14.0197 14.2502 14.5497 13.9502 14.8497 13.4402C15.1497 12.9302 15.1597 12.3302 14.8697 11.8102L10.3497 3.60025C10.0597 3.07025 9.51971 2.75024 8.90971 2.75024Z\" fill=\"\"/>\n<path d=\"M15.5 22.75C11.5 22.75 8.25 19.5 8.25 15.5C8.25 15.32 8.26 15.14 8.27 14.96C8.29 14.56 8.62 14.25 9.02 14.25H13.43C14.02 14.25 14.55 13.95 14.85 13.44C15.15 12.93 15.16 12.33 14.87 11.81L13.59 9.48001C13.47 9.27001 13.47 9.01999 13.57 8.79999C13.67 8.57999 13.87 8.43 14.1 8.38C14.55 8.29 15.02 8.25 15.5 8.25C19.5 8.25 22.75 11.5 22.75 15.5C22.75 19.5 19.5 22.75 15.5 22.75ZM9.76 15.75C9.89 18.81 12.42 21.25 15.5 21.25C18.67 21.25 21.25 18.67 21.25 15.5C21.25 12.33 18.67 9.75 15.5 9.75C15.48 9.75 15.47 9.75 15.45 9.75L16.19 11.09C16.73 12.07 16.71 13.24 16.14 14.21C15.57 15.18 14.56 15.76 13.43 15.76H9.76V15.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"share \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.6196 13.0701C20.2396 13.0701 19.9196 12.7801 19.8696 12.4001C19.6296 10.1401 18.4096 8.0901 16.5296 6.7901C16.1896 6.5501 16.1096 6.0901 16.3396 5.7501C16.5796 5.4101 17.0496 5.3301 17.3796 5.5601C19.6196 7.1101 21.0596 9.5501 21.3496 12.2401C21.3896 12.6501 21.0996 13.0201 20.6796 13.0701C20.6696 13.0701 20.6396 13.0701 20.6196 13.0701Z\" fill=\"\"/>\n<path d=\"M3.48991 13.12C3.45991 13.12 3.43991 13.12 3.40991 13.12C2.99991 13.07 2.69991 12.7 2.73991 12.29C3.00991 9.60001 4.43991 7.17001 6.64991 5.60001C6.98991 5.36001 7.45991 5.44001 7.69991 5.78001C7.93991 6.12001 7.85991 6.59001 7.51991 6.83001C5.65991 8.14001 4.45991 10.19 4.22991 12.45C4.19991 12.83 3.86991 13.12 3.48991 13.12Z\" fill=\"\"/>\n<path d=\"M12.06 22.61C10.58 22.61 9.16997 22.27 7.84997 21.61C7.47997 21.42 7.32997 20.97 7.51997 20.6C7.70997 20.23 8.15997 20.08 8.52997 20.27C10.69 21.36 13.29 21.38 15.47 20.33C15.84 20.15 16.29 20.31 16.47 20.68C16.65 21.05 16.49 21.5 16.12 21.68C14.84 22.3 13.48 22.61 12.06 22.61Z\" fill=\"\"/>\n<path d=\"M12.0593 8.43988C10.1093 8.43988 8.5293 6.85988 8.5293 4.90988C8.5293 2.95988 10.1093 1.37988 12.0593 1.37988C14.0093 1.37988 15.5893 2.95988 15.5893 4.90988C15.5893 6.85988 13.9993 8.43988 12.0593 8.43988ZM12.0593 2.88988C10.9393 2.88988 10.0293 3.79988 10.0293 4.91988C10.0293 6.03988 10.9393 6.94988 12.0593 6.94988C13.1793 6.94988 14.0893 6.03988 14.0893 4.91988C14.0893 3.79988 13.1693 2.88988 12.0593 2.88988Z\" fill=\"\"/>\n<path d=\"M4.83078 20.6701C2.88078 20.6701 1.30078 19.0901 1.30078 17.1401C1.30078 15.2001 2.88078 13.6101 4.83078 13.6101C6.78078 13.6101 8.36078 15.1901 8.36078 17.1401C8.36078 19.0801 6.78078 20.6701 4.83078 20.6701ZM4.83078 15.1101C3.71078 15.1101 2.80078 16.0201 2.80078 17.1401C2.80078 18.2601 3.71078 19.1701 4.83078 19.1701C5.95078 19.1701 6.86078 18.2601 6.86078 17.1401C6.86078 16.0201 5.95078 15.1101 4.83078 15.1101Z\" fill=\"\"/>\n<path d=\"M19.1706 20.6701C17.2206 20.6701 15.6406 19.0901 15.6406 17.1401C15.6406 15.2001 17.2206 13.6101 19.1706 13.6101C21.1206 13.6101 22.7006 15.1901 22.7006 17.1401C22.6906 19.0801 21.1106 20.6701 19.1706 20.6701ZM19.1706 15.1101C18.0506 15.1101 17.1406 16.0201 17.1406 17.1401C17.1406 18.2601 18.0506 19.1701 19.1706 19.1701C20.2906 19.1701 21.2006 18.2601 21.2006 17.1401C21.1906 16.0201 20.2906 15.1101 19.1706 15.1101Z\" fill=\"\"/>\n</svg>\n</li><li title=\"shield cross \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.0004 22.7599C10.9104 22.7599 9.83039 22.4399 8.98039 21.8099L4.68039 18.5999C3.54039 17.7499 2.65039 15.9699 2.65039 14.5599V7.11994C2.65039 5.57994 3.78039 3.93994 5.23039 3.39994L10.2204 1.52994C11.2104 1.15994 12.7704 1.15994 13.7604 1.52994L18.7504 3.39994C20.2004 3.93994 21.3304 5.57994 21.3304 7.11994V14.5499C21.3304 15.9699 20.4404 17.7399 19.3004 18.5899L15.0004 21.7999C14.1704 22.4399 13.0904 22.7599 12.0004 22.7599ZM10.7504 2.93994L5.76039 4.80994C4.91039 5.12994 4.16039 6.20994 4.16039 7.12994V14.5599C4.16039 15.5099 4.83039 16.8399 5.58039 17.3999L9.88039 20.6099C11.0304 21.4699 12.9704 21.4699 14.1304 20.6099L18.4304 17.3999C19.1904 16.8299 19.8504 15.5099 19.8504 14.5599V7.11994C19.8504 6.20994 19.1004 5.12994 18.2504 4.79994L13.2604 2.92994C12.5804 2.68994 11.4204 2.68994 10.7504 2.93994Z\" fill=\"\"/>\n<path d=\"M14.1498 14.1899C13.9598 14.1899 13.7698 14.1199 13.6198 13.9699L9.36984 9.71988C9.07984 9.42988 9.07984 8.94988 9.36984 8.65988C9.65984 8.36988 10.1398 8.36988 10.4298 8.65988L14.6798 12.9099C14.9698 13.1999 14.9698 13.6799 14.6798 13.9699C14.5298 14.1099 14.3398 14.1899 14.1498 14.1899Z\" fill=\"\"/>\n<path d=\"M9.84906 14.2299C9.65906 14.2299 9.46906 14.1599 9.31906 14.0099C9.02906 13.7199 9.02906 13.2399 9.31906 12.9499L13.5691 8.69992C13.8591 8.40992 14.3391 8.40992 14.6291 8.69992C14.9191 8.98992 14.9191 9.46992 14.6291 9.75992L10.3791 14.0099C10.2391 14.1599 10.0391 14.2299 9.84906 14.2299Z\" fill=\"\"/>\n</svg>\n</li><li title=\"shield search \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.0004 22.7499C10.8704 22.7499 9.79039 22.4199 8.98039 21.8099L4.68039 18.5999C3.54039 17.7499 2.65039 15.9799 2.65039 14.5599V7.11994C2.65039 5.57994 3.78039 3.93994 5.23039 3.39994L10.2204 1.52994C11.2104 1.15994 12.7704 1.15994 13.7604 1.52994L18.7604 3.39994C20.2104 3.93994 21.3404 5.57994 21.3404 7.11994V10.5499C21.3404 10.9599 21.0004 11.2999 20.5904 11.2999C20.1804 11.2999 19.8404 10.9599 19.8404 10.5499V7.11994C19.8404 6.20994 19.0904 5.12994 18.2304 4.79994L13.2404 2.92994C12.5804 2.67994 11.4104 2.67994 10.7504 2.92994L5.76039 4.80994C4.90039 5.12994 4.15039 6.20994 4.15039 7.12994V14.5599C4.15039 15.5099 4.82039 16.8399 5.57039 17.3999L9.87039 20.6099C10.4204 21.0199 11.1904 21.2499 11.9904 21.2499C12.4004 21.2499 12.7404 21.5899 12.7404 21.9999C12.7404 22.4099 12.4104 22.7499 12.0004 22.7499Z\" fill=\"\"/>\n<path d=\"M16 20.75C13.38 20.75 11.25 18.62 11.25 16C11.25 13.38 13.38 11.25 16 11.25C18.62 11.25 20.75 13.38 20.75 16C20.75 18.62 18.62 20.75 16 20.75ZM16 12.76C14.21 12.76 12.75 14.22 12.75 16.01C12.75 17.8 14.21 19.26 16 19.26C17.79 19.26 19.25 17.8 19.25 16.01C19.25 14.22 17.79 12.76 16 12.76Z\" fill=\"\"/>\n<path d=\"M21 22C20.93 22 20.87 21.9899 20.8 21.9799C20.74 21.9699 20.68 21.95 20.62 21.92C20.56 21.9 20.5 21.87 20.44 21.83C20.39 21.79 20.34 21.7499 20.29 21.7099C20.11 21.5199 20 21.26 20 21C20 20.87 20.03 20.74 20.08 20.62C20.13 20.5 20.2 20.39 20.29 20.29C20.66 19.92 21.34 19.92 21.71 20.29C21.8 20.39 21.87 20.5 21.92 20.62C21.97 20.74 22 20.87 22 21C22 21.26 21.89 21.5199 21.71 21.7099C21.52 21.8899 21.26 22 21 22Z\" fill=\"\"/>\n</svg>\n</li><li title=\"shield slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.0001 22.7601C10.9101 22.7601 9.83012 22.4401 8.98012 21.8101L7.39012 20.6201C7.06012 20.3701 6.99012 19.9001 7.24012 19.5701C7.49012 19.2401 7.96012 19.1701 8.29012 19.4201L9.88012 20.6101C11.0301 21.4701 12.9801 21.4701 14.1301 20.6101L18.4301 17.4001C19.1901 16.8301 19.8501 15.5001 19.8501 14.5601V7.12012C19.8501 6.71012 20.1901 6.37012 20.6001 6.37012C21.0101 6.37012 21.3501 6.71012 21.3501 7.12012V14.5501C21.3501 15.9701 20.4601 17.7401 19.3201 18.5901L15.0201 21.8001C14.1701 22.4401 13.0901 22.7601 12.0001 22.7601Z\" fill=\"\"/>\n<path d=\"M5.33039 18.8999C5.17039 18.8999 5.02039 18.8499 4.88039 18.7499L4.68039 18.5999C3.54039 17.7499 2.65039 15.9699 2.65039 14.5599V7.11994C2.65039 5.57994 3.78039 3.93994 5.23039 3.39994L10.2204 1.52994C11.2104 1.15994 12.7704 1.15994 13.7604 1.52994L18.7604 3.39994C18.9704 3.47994 19.1704 3.57994 19.3704 3.69994C19.7204 3.91994 19.8304 4.37994 19.6104 4.72994C19.3904 5.07994 18.9304 5.18994 18.5804 4.96994C18.4704 4.89994 18.3604 4.83994 18.2404 4.79994L13.2404 2.92994C12.5804 2.67994 11.4104 2.67994 10.7504 2.92994L5.76039 4.80994C4.90039 5.12994 4.15039 6.20994 4.15039 7.12994V14.5599C4.15039 15.5099 4.82039 16.8399 5.57039 17.3999L5.77039 17.5499C6.10039 17.7999 6.17039 18.2699 5.92039 18.5999C5.79039 18.7899 5.56039 18.8999 5.33039 18.8999Z\" fill=\"\"/>\n<path d=\"M1.99945 22.7499C1.80945 22.7499 1.61945 22.6799 1.46945 22.5299C1.17945 22.2399 1.17945 21.7599 1.46945 21.4699L21.4695 1.46994C21.7595 1.17994 22.2395 1.17994 22.5295 1.46994C22.8195 1.75994 22.8195 2.23994 22.5295 2.52994L2.52945 22.5299C2.37945 22.6799 2.18945 22.7499 1.99945 22.7499Z\" fill=\"\"/>\n</svg>\n</li><li title=\"shield tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.0004 22.7599C10.9104 22.7599 9.83039 22.4399 8.98039 21.8099L4.68039 18.5999C3.54039 17.7499 2.65039 15.9699 2.65039 14.5599V7.11994C2.65039 5.57994 3.78039 3.93994 5.23039 3.39994L10.2204 1.52994C11.2104 1.15994 12.7704 1.15994 13.7604 1.52994L18.7504 3.39994C20.2004 3.93994 21.3304 5.57994 21.3304 7.11994V14.5499C21.3304 15.9699 20.4404 17.7399 19.3004 18.5899L15.0004 21.7999C14.1704 22.4399 13.0904 22.7599 12.0004 22.7599ZM10.7504 2.93994L5.76039 4.80994C4.91039 5.12994 4.16039 6.20994 4.16039 7.12994V14.5599C4.16039 15.5099 4.83039 16.8399 5.58039 17.3999L9.88039 20.6099C11.0304 21.4699 12.9704 21.4699 14.1304 20.6099L18.4304 17.3999C19.1904 16.8299 19.8504 15.5099 19.8504 14.5599V7.11994C19.8504 6.20994 19.1004 5.12994 18.2504 4.79994L13.2604 2.92994C12.5804 2.68994 11.4204 2.68994 10.7504 2.93994Z\" fill=\"\"/>\n<path d=\"M10.6602 14.2301C10.4702 14.2301 10.2802 14.1601 10.1302 14.0101L8.52023 12.4001C8.23023 12.1101 8.23023 11.6301 8.52023 11.3401C8.81023 11.0501 9.29023 11.0501 9.58023 11.3401L10.6602 12.4201L14.4302 8.65012C14.7202 8.36012 15.2002 8.36012 15.4902 8.65012C15.7802 8.94012 15.7802 9.42012 15.4902 9.71012L11.1902 14.0101C11.0402 14.1601 10.8502 14.2301 10.6602 14.2301Z\" fill=\"\"/>\n</svg>\n</li><li title=\"shield \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.0004 22.7599C10.9104 22.7599 9.83039 22.4399 8.98039 21.8099L4.68039 18.5999C3.54039 17.7499 2.65039 15.9699 2.65039 14.5599V7.11994C2.65039 5.57994 3.78039 3.93994 5.23039 3.39994L10.2204 1.52994C11.2104 1.15994 12.7704 1.15994 13.7604 1.52994L18.7504 3.39994C20.2004 3.93994 21.3304 5.57994 21.3304 7.11994V14.5499C21.3304 15.9699 20.4404 17.7399 19.3004 18.5899L15.0004 21.7999C14.1704 22.4399 13.0904 22.7599 12.0004 22.7599ZM10.7504 2.93994L5.76039 4.80994C4.91039 5.12994 4.16039 6.20994 4.16039 7.12994V14.5599C4.16039 15.5099 4.83039 16.8399 5.58039 17.3999L9.88039 20.6099C11.0304 21.4699 12.9704 21.4699 14.1304 20.6099L18.4304 17.3999C19.1904 16.8299 19.8504 15.5099 19.8504 14.5599V7.11994C19.8504 6.20994 19.1004 5.12994 18.2504 4.79994L13.2604 2.92994C12.5804 2.68994 11.4204 2.68994 10.7504 2.93994Z\" fill=\"\"/>\n</svg>\n</li><li title=\"ship \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.3798 22.75H9.61977C5.83977 22.75 2.86977 20.37 2.04977 16.68L1.63979 14.82C1.35979 13.54 2.08977 12.16 3.29977 11.67L10.2298 8.88999C11.3698 8.43999 12.6298 8.43999 13.7698 8.88999L20.6998 11.67C21.9198 12.16 22.6498 13.54 22.3598 14.82L21.9498 16.68C21.1298 20.37 18.1598 22.75 14.3798 22.75ZM11.9998 10.05C11.5898 10.05 11.1798 10.13 10.7798 10.28L3.84978 13.06C3.31978 13.27 2.96977 13.94 3.08977 14.49L3.49978 16.35C4.16978 19.37 6.50976 21.24 9.60976 21.24H14.3698C17.4698 21.24 19.8098 19.37 20.4798 16.35L20.8898 14.49C21.0098 13.94 20.6598 13.27 20.1298 13.06L13.1998 10.28C12.8198 10.13 12.4098 10.05 11.9998 10.05Z\" fill=\"\"/>\n<path d=\"M12 22.75C11.59 22.75 11.25 22.41 11.25 22V10C11.25 9.59 11.59 9.25 12 9.25C12.41 9.25 12.75 9.59 12.75 10V22C12.75 22.41 12.41 22.75 12 22.75Z\" fill=\"\"/>\n<path d=\"M19.0002 12.55C18.9102 12.55 18.8102 12.53 18.7202 12.5L13.2102 10.29C12.4302 9.98001 11.5702 9.98001 10.7802 10.29L5.27023 12.5C5.04023 12.59 4.78025 12.56 4.57025 12.42C4.36025 12.28 4.24023 12.05 4.24023 11.8V8C4.24023 5.93 5.92023 4.25 7.99023 4.25H15.9902C18.0602 4.25 19.7402 5.93 19.7402 8V11.8C19.7402 12.05 19.6202 12.28 19.4102 12.42C19.2902 12.51 19.1502 12.55 19.0002 12.55ZM12.0002 8.54999C12.6002 8.54999 13.2002 8.66001 13.7702 8.89001L18.2502 10.69V8C18.2502 6.76 17.2402 5.75 16.0002 5.75H8.00024C6.76024 5.75 5.75024 6.76 5.75024 8V10.69L10.2303 8.89001C10.8003 8.67001 11.4002 8.54999 12.0002 8.54999Z\" fill=\"\"/>\n<path d=\"M14.5 5.75H9.5C9.09 5.75 8.75 5.41 8.75 5V3C8.75 2.04 9.54 1.25 10.5 1.25H13.5C14.46 1.25 15.25 2.04 15.25 3V5C15.25 5.41 14.91 5.75 14.5 5.75ZM10.25 4.25H13.75V3C13.75 2.86 13.64 2.75 13.5 2.75H10.5C10.36 2.75 10.25 2.86 10.25 3V4.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"shop add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.7205 22.75H9.33056C8.69056 22.75 8.13054 22.71 7.62054 22.64C7.21054 22.58 6.92052 22.2 6.98052 21.79C7.04052 21.38 7.41056 21.08 7.83056 21.15C8.27056 21.21 8.76055 21.24 9.32055 21.24H14.7106C18.8006 21.24 20.2505 19.79 20.2505 15.7V11.21C20.2505 10.8 20.5905 10.46 21.0005 10.46C21.4105 10.46 21.7505 10.8 21.7505 11.21V15.7C21.7605 20.64 19.6505 22.75 14.7205 22.75Z\" fill=\"\"/>\n<path d=\"M3.03906 16.27C2.62906 16.27 2.28906 15.93 2.28906 15.52V11.22C2.28906 10.81 2.62906 10.47 3.03906 10.47C3.44906 10.47 3.78906 10.81 3.78906 11.22V15.52C3.78906 15.93 3.44906 16.27 3.03906 16.27Z\" fill=\"\"/>\n<path d=\"M12.0303 12.75C10.9303 12.75 9.93027 12.32 9.22027 11.53C8.51027 10.74 8.18028 9.70999 8.29028 8.60999L8.96032 1.93005C9.00032 1.55005 9.32032 1.25 9.71032 1.25H14.3803C14.7703 1.25 15.0903 1.54005 15.1303 1.93005L15.8003 8.60999C15.9103 9.70999 15.5803 10.74 14.8703 11.53C14.1303 12.32 13.1303 12.75 12.0303 12.75ZM10.3703 2.75L9.77032 8.76001C9.70032 9.43001 9.9003 10.06 10.3203 10.52C11.1703 11.46 12.8703 11.46 13.7203 10.52C14.1403 10.05 14.3403 9.42001 14.2703 8.76001L13.6703 2.75H10.3703Z\" fill=\"\"/>\n<path d=\"M18.3295 12.75C16.2995 12.75 14.4895 11.11 14.2795 9.08997L13.5795 2.07996C13.5595 1.86996 13.6295 1.66 13.7695 1.5C13.9095 1.34 14.1095 1.25 14.3295 1.25H17.3795C20.3195 1.25 21.6895 2.48 22.0995 5.5L22.3795 8.28003C22.4995 9.46003 22.1395 10.5801 21.3695 11.4301C20.5995 12.2801 19.5195 12.75 18.3295 12.75ZM15.1595 2.75L15.7795 8.93994C15.9095 10.1899 17.0795 11.25 18.3295 11.25C19.0895 11.25 19.7695 10.9601 20.2595 10.4301C20.7395 9.90005 20.9595 9.19005 20.8895 8.43005L20.6095 5.68005C20.2995 3.42005 19.5695 2.75 17.3795 2.75H15.1595Z\" fill=\"\"/>\n<path d=\"M5.67028 12.75C4.48028 12.75 3.4003 12.2801 2.6303 11.4301C1.8603 10.5801 1.50029 9.46003 1.62029 8.28003L1.90032 5.53003C2.32032 2.48003 3.6903 1.25 6.6303 1.25H9.68029C9.89029 1.25 10.0903 1.34 10.2403 1.5C10.3803 1.66 10.4503 1.86996 10.4303 2.07996L9.73028 9.08997C9.51028 11.11 7.69028 12.75 5.67028 12.75ZM6.62029 2.75C4.43029 2.75 3.7003 3.40995 3.3803 5.69995L3.11028 8.42004C3.03028 9.18004 3.26029 9.89004 3.74029 10.42C4.22029 10.95 4.91028 11.24 5.67028 11.24C6.93028 11.24 8.10027 10.1801 8.22027 8.93005L8.84033 2.73999H6.62029V2.75Z\" fill=\"\"/>\n<path d=\"M5 23.75C3.6 23.75 2.29001 23.1399 1.39001 22.0699C1.38001 22.0599 1.34 22.02 1.31 21.97C1.16 21.79 1.02999 21.61 0.929993 21.42C0.489993 20.71 0.25 19.87 0.25 18.99C0.25 17.53 0.900029 16.18 2.03003 15.28C2.23003 15.12 2.45 14.97 2.69 14.84C3.38 14.45 4.19 14.23 5 14.23C6.16 14.23 7.23003 14.63 8.09003 15.38C8.20003 15.46 8.34998 15.61 8.47998 15.75C9.28998 16.64 9.73999 17.78 9.73999 18.97C9.73999 19.84 9.49999 20.69 9.04999 21.42C8.82999 21.8 8.56001 22.13 8.26001 22.39C8.20001 22.45 8.14001 22.5101 8.07001 22.5601C7.28001 23.3301 6.17 23.75 5 23.75ZM2.47998 21.04C2.50998 21.07 2.55998 21.1199 2.59998 21.1899C3.14998 21.8399 4.05 22.26 5 22.26C5.79 22.26 6.55 21.97 7.13 21.45C7.16001 21.41 7.2 21.37 7.25 21.34C7.45 21.17 7.62003 20.9499 7.78003 20.6899C8.09003 20.1799 8.26001 19.61 8.26001 19.01C8.26001 18.2 7.95001 17.41 7.39001 16.8C7.32001 16.72 7.24997 16.64 7.15997 16.58C6.07997 15.65 4.59998 15.5101 3.41998 16.1801C3.25998 16.2701 3.11999 16.36 2.98999 16.47C2.20999 17.09 1.76001 18.01 1.76001 19.01C1.76001 19.6 1.91998 20.1801 2.22998 20.6801C2.30998 20.8201 2.38998 20.93 2.47998 21.03C2.46998 21.03 2.47998 21.03 2.47998 21.04Z\" fill=\"\"/>\n<path d=\"M6.49976 19.73H3.50977C3.09977 19.73 2.75977 19.39 2.75977 18.98C2.75977 18.57 3.09977 18.23 3.50977 18.23H6.49976C6.90976 18.23 7.24976 18.57 7.24976 18.98C7.24976 19.39 6.90976 19.73 6.49976 19.73Z\" fill=\"\"/>\n<path d=\"M5 21.26C4.59 21.26 4.25 20.92 4.25 20.51V17.52C4.25 17.11 4.59 16.77 5 16.77C5.41 16.77 5.75 17.11 5.75 17.52V20.51C5.75 20.93 5.41 21.26 5 21.26Z\" fill=\"\"/>\n</svg>\n</li><li title=\"shop remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.7205 22.75H9.33056C8.69056 22.75 8.13054 22.71 7.62054 22.64C7.21054 22.58 6.92052 22.2 6.98052 21.79C7.04052 21.38 7.41056 21.08 7.83056 21.15C8.27056 21.21 8.76055 21.24 9.32055 21.24H14.7106C18.8006 21.24 20.2505 19.79 20.2505 15.7V11.21C20.2505 10.8 20.5905 10.46 21.0005 10.46C21.4105 10.46 21.7505 10.8 21.7505 11.21V15.7C21.7605 20.64 19.6505 22.75 14.7205 22.75Z\" fill=\"\"/>\n<path d=\"M3.03906 16.27C2.62906 16.27 2.28906 15.93 2.28906 15.52V11.22C2.28906 10.81 2.62906 10.47 3.03906 10.47C3.44906 10.47 3.78906 10.81 3.78906 11.22V15.52C3.78906 15.93 3.44906 16.27 3.03906 16.27Z\" fill=\"\"/>\n<path d=\"M12.0303 12.75C10.9303 12.75 9.93027 12.32 9.22027 11.53C8.51027 10.74 8.18028 9.70999 8.29028 8.60999L8.96032 1.93005C9.00032 1.55005 9.32032 1.25 9.71032 1.25H14.3803C14.7703 1.25 15.0903 1.54005 15.1303 1.93005L15.8003 8.60999C15.9103 9.70999 15.5803 10.74 14.8703 11.53C14.1303 12.32 13.1303 12.75 12.0303 12.75ZM10.3703 2.75L9.77032 8.76001C9.70032 9.43001 9.9003 10.06 10.3203 10.52C11.1703 11.46 12.8703 11.46 13.7203 10.52C14.1403 10.05 14.3403 9.42001 14.2703 8.76001L13.6703 2.75H10.3703Z\" fill=\"\"/>\n<path d=\"M18.3295 12.75C16.2995 12.75 14.4895 11.11 14.2795 9.08997L13.5795 2.07996C13.5595 1.86996 13.6295 1.66 13.7695 1.5C13.9095 1.34 14.1095 1.25 14.3295 1.25H17.3795C20.3195 1.25 21.6895 2.48 22.0995 5.5L22.3795 8.28003C22.4995 9.46003 22.1395 10.5801 21.3695 11.4301C20.5995 12.2801 19.5195 12.75 18.3295 12.75ZM15.1595 2.75L15.7795 8.93994C15.9095 10.1899 17.0795 11.25 18.3295 11.25C19.0895 11.25 19.7695 10.9601 20.2595 10.4301C20.7395 9.90005 20.9595 9.19005 20.8895 8.43005L20.6095 5.68005C20.2995 3.42005 19.5695 2.75 17.3795 2.75H15.1595Z\" fill=\"\"/>\n<path d=\"M5.67028 12.75C4.48028 12.75 3.4003 12.2801 2.6303 11.4301C1.8603 10.5801 1.50029 9.46003 1.62029 8.28003L1.90032 5.53003C2.32032 2.48003 3.6903 1.25 6.6303 1.25H9.68029C9.89029 1.25 10.0903 1.34 10.2403 1.5C10.3803 1.66 10.4503 1.86996 10.4303 2.07996L9.73028 9.08997C9.51028 11.11 7.69028 12.75 5.67028 12.75ZM6.62029 2.75C4.43029 2.75 3.7003 3.40995 3.3803 5.69995L3.11028 8.42004C3.03028 9.18004 3.26029 9.89004 3.74029 10.42C4.22029 10.95 4.91028 11.24 5.67028 11.24C6.93028 11.24 8.10027 10.1801 8.22027 8.93005L8.84033 2.73999H6.62029V2.75Z\" fill=\"\"/>\n<path d=\"M5 23.75C3.6 23.75 2.29001 23.1399 1.39001 22.0699C1.38001 22.0599 1.34 22.02 1.31 21.97C1.16 21.79 1.02999 21.61 0.929993 21.42C0.489993 20.71 0.25 19.87 0.25 18.99C0.25 17.53 0.900029 16.18 2.03003 15.28C2.23003 15.12 2.45 14.97 2.69 14.84C3.38 14.45 4.19 14.23 5 14.23C6.16 14.23 7.23003 14.63 8.09003 15.38C8.20003 15.46 8.34998 15.61 8.47998 15.75C9.28998 16.64 9.73999 17.78 9.73999 18.97C9.73999 19.84 9.49999 20.69 9.04999 21.42C8.82999 21.8 8.56001 22.13 8.26001 22.39C8.20001 22.45 8.14001 22.5101 8.07001 22.5601C7.28001 23.3301 6.17 23.75 5 23.75ZM2.47998 21.04C2.50998 21.07 2.55998 21.1199 2.59998 21.1899C3.14998 21.8399 4.05 22.26 5 22.26C5.79 22.26 6.55 21.97 7.13 21.45C7.16001 21.41 7.2 21.37 7.25 21.34C7.45 21.17 7.62003 20.9499 7.78003 20.6899C8.09003 20.1799 8.26001 19.61 8.26001 19.01C8.26001 18.2 7.95001 17.41 7.39001 16.8C7.32001 16.72 7.24997 16.64 7.15997 16.58C6.07997 15.65 4.59998 15.5101 3.41998 16.1801C3.25998 16.2701 3.11999 16.36 2.98999 16.47C2.20999 17.09 1.76001 18.01 1.76001 19.01C1.76001 19.6 1.91998 20.1801 2.22998 20.6801C2.30998 20.8201 2.38998 20.93 2.47998 21.03C2.46998 21.03 2.47998 21.03 2.47998 21.04Z\" fill=\"\"/>\n<path d=\"M6.49976 19.73H3.50977C3.09977 19.73 2.75977 19.39 2.75977 18.98C2.75977 18.57 3.09977 18.23 3.50977 18.23H6.49976C6.90976 18.23 7.24976 18.57 7.24976 18.98C7.24976 19.39 6.90976 19.73 6.49976 19.73Z\" fill=\"\"/>\n</svg>\n</li><li title=\"shop \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.6998 22.75H9.29977C4.35977 22.75 2.25977 20.64 2.25977 15.71V11.22C2.25977 10.81 2.59977 10.47 3.00977 10.47C3.41977 10.47 3.75977 10.81 3.75977 11.22V15.71C3.75977 19.8 5.20977 21.25 9.29977 21.25H14.6898C18.7798 21.25 20.2298 19.8 20.2298 15.71V11.22C20.2298 10.81 20.5698 10.47 20.9798 10.47C21.3898 10.47 21.7298 10.81 21.7298 11.22V15.71C21.7398 20.64 19.6298 22.75 14.6998 22.75Z\" fill=\"\"/>\n<path d=\"M11.999 12.75C10.899 12.75 9.89902 12.32 9.18902 11.53C8.47902 10.74 8.14902 9.71 8.25902 8.61L8.92903 1.93C8.96903 1.55 9.28903 1.25 9.67903 1.25H14.349C14.739 1.25 15.059 1.54 15.099 1.93L15.769 8.61C15.879 9.71 15.549 10.74 14.839 11.53C14.099 12.32 13.099 12.75 11.999 12.75ZM10.349 2.75L9.74902 8.76C9.67902 9.43 9.87903 10.06 10.299 10.52C11.149 11.46 12.849 11.46 13.699 10.52C14.119 10.05 14.319 9.42 14.249 8.76L13.649 2.75H10.349Z\" fill=\"\"/>\n<path d=\"M18.31 12.75C16.28 12.75 14.47 11.11 14.26 9.09L13.56 2.08C13.54 1.87 13.61 1.66 13.75 1.5C13.89 1.34 14.09 1.25 14.31 1.25H17.36C20.3 1.25 21.67 2.48 22.08 5.5L22.36 8.28C22.48 9.46 22.12 10.58 21.35 11.43C20.58 12.28 19.5 12.75 18.31 12.75ZM15.14 2.75L15.76 8.94C15.89 10.19 17.05 11.25 18.31 11.25C19.07 11.25 19.75 10.96 20.24 10.43C20.72 9.9 20.94 9.19 20.87 8.43L20.59 5.68C20.28 3.42 19.55 2.75 17.36 2.75H15.14Z\" fill=\"\"/>\n<path d=\"M5.63904 12.75C4.44904 12.75 3.36904 12.28 2.59904 11.43C1.82904 10.58 1.46904 9.46 1.58904 8.28L1.85904 5.53C2.27904 2.48 3.64904 1.25 6.58905 1.25H9.63904C9.84904 1.25 10.049 1.34 10.199 1.5C10.349 1.66 10.409 1.87 10.389 2.08L9.68904 9.09C9.47904 11.11 7.66904 12.75 5.63904 12.75ZM6.58905 2.75C4.39904 2.75 3.66904 3.41 3.34904 5.7L3.07904 8.43C2.99904 9.19 3.22904 9.9 3.70904 10.43C4.18904 10.96 4.86904 11.25 5.63904 11.25C6.89904 11.25 8.06904 10.19 8.18904 8.94L8.80905 2.75H6.58905Z\" fill=\"\"/>\n<path d=\"M14.5 22.75H9.5C9.09 22.75 8.75 22.41 8.75 22V19.5C8.75 17.4 9.9 16.25 12 16.25C14.1 16.25 15.25 17.4 15.25 19.5V22C15.25 22.41 14.91 22.75 14.5 22.75ZM10.25 21.25H13.75V19.5C13.75 18.24 13.26 17.75 12 17.75C10.74 17.75 10.25 18.24 10.25 19.5V21.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"shopping bag \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.4904 22.75H7.50042C5.78042 22.75 4.49043 22.29 3.69043 21.38C2.89043 20.47 2.58042 19.15 2.79042 17.44L3.69043 9.94C3.95043 7.73 4.51043 5.75 8.41043 5.75H15.6104C19.5004 5.75 20.0604 7.73 20.3304 9.94L21.2304 17.44C21.4304 19.15 21.1304 20.48 20.3304 21.38C19.5004 22.29 18.2204 22.75 16.4904 22.75ZM8.40042 7.25C5.52042 7.25 5.38042 8.38999 5.17042 10.11L4.27043 17.61C4.12043 18.88 4.30042 19.81 4.81042 20.38C5.32042 20.95 6.22042 21.24 7.50042 21.24H16.4904C17.7704 21.24 18.6704 20.95 19.1804 20.38C19.6904 19.81 19.8704 18.88 19.7204 17.61L18.8204 10.11C18.6104 8.37999 18.4804 7.25 15.5904 7.25H8.40042Z\" fill=\"\"/>\n<path d=\"M16 8.75C15.59 8.75 15.25 8.41 15.25 8V4.5C15.25 3.42 14.58 2.75 13.5 2.75H10.5C9.42 2.75 8.75 3.42 8.75 4.5V8C8.75 8.41 8.41 8.75 8 8.75C7.59 8.75 7.25 8.41 7.25 8V4.5C7.25 2.59 8.59 1.25 10.5 1.25H13.5C15.41 1.25 16.75 2.59 16.75 4.5V8C16.75 8.41 16.41 8.75 16 8.75Z\" fill=\"\"/>\n<path d=\"M20.41 17.78H8C7.59 17.78 7.25 17.44 7.25 17.03C7.25 16.62 7.59 16.28 8 16.28H20.41C20.82 16.28 21.16 16.62 21.16 17.03C21.16 17.44 20.82 17.78 20.41 17.78Z\" fill=\"\"/>\n</svg>\n</li><li title=\"shopping cart \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.19 17.75H7.53999C6.54999 17.75 5.59999 17.33 4.92999 16.6C4.25999 15.87 3.92 14.89 4 13.9L4.83 3.94C4.86 3.63 4.74999 3.33001 4.53999 3.10001C4.32999 2.87001 4.04 2.75 3.73 2.75H2C1.59 2.75 1.25 2.41 1.25 2C1.25 1.59 1.59 1.25 2 1.25H3.74001C4.47001 1.25 5.15999 1.56 5.64999 2.09C5.91999 2.39 6.12 2.74 6.23 3.13H18.72C19.73 3.13 20.66 3.53 21.34 4.25C22.01 4.98 22.35 5.93 22.27 6.94L21.73 14.44C21.62 16.27 20.02 17.75 18.19 17.75ZM6.28 4.62L5.5 14.02C5.45 14.6 5.64 15.15 6.03 15.58C6.42 16.01 6.95999 16.24 7.53999 16.24H18.19C19.23 16.24 20.17 15.36 20.25 14.32L20.79 6.82001C20.83 6.23001 20.64 5.67001 20.25 5.26001C19.86 4.84001 19.32 4.60999 18.73 4.60999H6.28V4.62Z\" fill=\"\"/>\n<path d=\"M16.25 22.75C15.15 22.75 14.25 21.85 14.25 20.75C14.25 19.65 15.15 18.75 16.25 18.75C17.35 18.75 18.25 19.65 18.25 20.75C18.25 21.85 17.35 22.75 16.25 22.75ZM16.25 20.25C15.97 20.25 15.75 20.47 15.75 20.75C15.75 21.03 15.97 21.25 16.25 21.25C16.53 21.25 16.75 21.03 16.75 20.75C16.75 20.47 16.53 20.25 16.25 20.25Z\" fill=\"\"/>\n<path d=\"M8.25 22.75C7.15 22.75 6.25 21.85 6.25 20.75C6.25 19.65 7.15 18.75 8.25 18.75C9.35 18.75 10.25 19.65 10.25 20.75C10.25 21.85 9.35 22.75 8.25 22.75ZM8.25 20.25C7.97 20.25 7.75 20.47 7.75 20.75C7.75 21.03 7.97 21.25 8.25 21.25C8.53 21.25 8.75 21.03 8.75 20.75C8.75 20.47 8.53 20.25 8.25 20.25Z\" fill=\"\"/>\n<path d=\"M21 8.75H9C8.59 8.75 8.25 8.41 8.25 8C8.25 7.59 8.59 7.25 9 7.25H21C21.41 7.25 21.75 7.59 21.75 8C21.75 8.41 21.41 8.75 21 8.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"shuffle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.56024 18.74C5.56024 18.74 5.55025 18.74 5.54025 18.74L2.99023 18.73C2.58023 18.73 2.24023 18.39 2.24023 17.98C2.24023 17.57 2.58023 17.23 2.99023 17.23L5.54025 17.24H5.55023C6.20023 17.24 6.81026 16.92 7.17026 16.37L13.5602 6.78998C14.2002 5.82998 15.2702 5.25 16.4302 5.25C16.4302 5.25 16.4403 5.25 16.4503 5.25L21.0002 5.27002C21.4102 5.27002 21.7502 5.61002 21.7502 6.02002C21.7502 6.43002 21.4102 6.77002 21.0002 6.77002L16.4503 6.75H16.4402C15.7902 6.75 15.1803 7.07 14.8203 7.62L8.43024 17.2C7.79024 18.17 6.72024 18.74 5.56024 18.74Z\" fill=\"\"/>\n<path d=\"M18.9995 20.7299C18.8095 20.7299 18.6195 20.6599 18.4695 20.5099C18.1795 20.2199 18.1795 19.7399 18.4695 19.4499L20.4695 17.4499C20.7595 17.1599 21.2395 17.1599 21.5295 17.4499C21.8195 17.7399 21.8195 18.2199 21.5295 18.5099L19.5295 20.5099C19.3795 20.6599 19.1895 20.7299 18.9995 20.7299Z\" fill=\"\"/>\n<path d=\"M8.89001 9.37976C8.66001 9.37976 8.43 9.26976 8.28 9.06976L7.20001 7.56976C6.83001 7.05976 6.21999 6.75977 5.60999 6.75977L3 6.76978C2.54 6.75978 2.25 6.43978 2.25 6.01978C2.25 5.60978 2.58 5.26978 3 5.26978L5.60999 5.25977C5.61999 5.25977 5.62 5.25977 5.63 5.25977C6.74001 5.25977 7.77999 5.79976 8.42999 6.68976L9.51001 8.18976C9.75001 8.52976 9.68 8.98975 9.34 9.23975C9.2 9.32975 9.05001 9.37976 8.89001 9.37976Z\" fill=\"\"/>\n<path d=\"M16.3195 18.7499C15.2595 18.7499 14.2395 18.2499 13.5895 17.4099L12.3695 15.84C12.1195 15.51 12.1795 15.0399 12.4995 14.7899C12.8295 14.5399 13.2995 14.5999 13.5495 14.9199L14.7695 16.4899C15.1395 16.9699 15.7295 17.2099 16.3195 17.2499L20.9895 17.2299C21.3995 17.2299 21.7395 17.5599 21.7395 17.9799C21.7395 18.3899 21.4095 18.7299 20.9895 18.7299L16.3195 18.7499C16.3295 18.7499 16.3195 18.7499 16.3195 18.7499Z\" fill=\"\"/>\n<path d=\"M20.9995 6.76999C20.8095 6.76999 20.6195 6.69996 20.4695 6.54996L18.4695 4.54996C18.1795 4.25996 18.1795 3.77996 18.4695 3.48996C18.7595 3.19996 19.2395 3.19996 19.5295 3.48996L21.5295 5.48996C21.8195 5.77996 21.8195 6.25996 21.5295 6.54996C21.3795 6.69996 21.1895 6.76999 20.9995 6.76999Z\" fill=\"\"/>\n</svg>\n</li><li title=\"sidebar bottom \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.9707 22.75H8.9707C3.5407 22.75 1.2207 20.43 1.2207 15V9C1.2207 3.57 3.5407 1.25 8.9707 1.25H14.9707C20.4007 1.25 22.7207 3.57 22.7207 9V15C22.7207 20.43 20.4107 22.75 14.9707 22.75ZM8.9707 2.75C4.3607 2.75 2.7207 4.39 2.7207 9V15C2.7207 19.61 4.3607 21.25 8.9707 21.25H14.9707C19.5807 21.25 21.2207 19.61 21.2207 15V9C21.2207 4.39 19.5807 2.75 14.9707 2.75H8.9707Z\" fill=\"\"/>\n<path d=\"M22 16.25H2C1.59 16.25 1.25 15.91 1.25 15.5C1.25 15.09 1.59 14.75 2 14.75H22C22.41 14.75 22.75 15.09 22.75 15.5C22.75 15.91 22.41 16.25 22 16.25Z\" fill=\"\"/>\n<path d=\"M12.0009 11.8099C11.8109 11.8099 11.6209 11.7399 11.4709 11.5899L8.91086 9.02994C8.62086 8.73994 8.62086 8.25994 8.91086 7.96994C9.20086 7.67994 9.68086 7.67994 9.97086 7.96994L12.0009 9.99994L14.0309 7.96994C14.3209 7.67994 14.8009 7.67994 15.0909 7.96994C15.3809 8.25994 15.3809 8.73994 15.0909 9.02994L12.5309 11.5899C12.3809 11.7399 12.1909 11.8099 12.0009 11.8099Z\" fill=\"\"/>\n</svg>\n</li><li title=\"sidebar left \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.9707 22.75H8.9707C3.5407 22.75 1.2207 20.43 1.2207 15V9C1.2207 3.57 3.5407 1.25 8.9707 1.25H14.9707C20.4007 1.25 22.7207 3.57 22.7207 9V15C22.7207 20.43 20.4107 22.75 14.9707 22.75ZM8.9707 2.75C4.3607 2.75 2.7207 4.39 2.7207 9V15C2.7207 19.61 4.3607 21.25 8.9707 21.25H14.9707C19.5807 21.25 21.2207 19.61 21.2207 15V9C21.2207 4.39 19.5807 2.75 14.9707 2.75H8.9707Z\" fill=\"\"/>\n<path d=\"M7.9707 22.75C7.5607 22.75 7.2207 22.41 7.2207 22V2C7.2207 1.59 7.5607 1.25 7.9707 1.25C8.3807 1.25 8.7207 1.59 8.7207 2V22C8.7207 22.41 8.3907 22.75 7.9707 22.75Z\" fill=\"\"/>\n<path d=\"M14.9696 15.3099C14.7796 15.3099 14.5896 15.2399 14.4396 15.0899L11.8796 12.5299C11.5896 12.2399 11.5896 11.7599 11.8796 11.4699L14.4396 8.90988C14.7296 8.61988 15.2096 8.61988 15.4996 8.90988C15.7896 9.19988 15.7896 9.67988 15.4996 9.96988L13.4796 11.9999L15.5096 14.0299C15.7996 14.3199 15.7996 14.7999 15.5096 15.0899C15.3596 15.2399 15.1696 15.3099 14.9696 15.3099Z\" fill=\"\"/>\n</svg>\n</li><li title=\"sidebar right \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.9707 22.75H8.9707C3.5407 22.75 1.2207 20.43 1.2207 15V9C1.2207 3.57 3.5407 1.25 8.9707 1.25H14.9707C20.4007 1.25 22.7207 3.57 22.7207 9V15C22.7207 20.43 20.4107 22.75 14.9707 22.75ZM8.9707 2.75C4.3607 2.75 2.7207 4.39 2.7207 9V15C2.7207 19.61 4.3607 21.25 8.9707 21.25H14.9707C19.5807 21.25 21.2207 19.61 21.2207 15V9C21.2207 4.39 19.5807 2.75 14.9707 2.75H8.9707Z\" fill=\"\"/>\n<path d=\"M14.9707 22.75C14.5607 22.75 14.2207 22.41 14.2207 22V2C14.2207 1.59 14.5607 1.25 14.9707 1.25C15.3807 1.25 15.7207 1.59 15.7207 2V22C15.7207 22.41 15.3907 22.75 14.9707 22.75Z\" fill=\"\"/>\n<path d=\"M7.97016 15.3099C7.78016 15.3099 7.59016 15.2399 7.44016 15.0899C7.15016 14.7999 7.15016 14.3199 7.44016 14.0299L9.47016 11.9999L7.44016 9.96988C7.15016 9.67988 7.15016 9.19988 7.44016 8.90988C7.73016 8.61988 8.21016 8.61988 8.50016 8.90988L11.0602 11.4699C11.3502 11.7599 11.3502 12.2399 11.0602 12.5299L8.50016 15.0899C8.36016 15.2399 8.17016 15.3099 7.97016 15.3099Z\" fill=\"\"/>\n</svg>\n</li><li title=\"sidebar top \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.9707 22.75H8.9707C3.5407 22.75 1.2207 20.43 1.2207 15V9C1.2207 3.57 3.5407 1.25 8.9707 1.25H14.9707C20.4007 1.25 22.7207 3.57 22.7207 9V15C22.7207 20.43 20.4107 22.75 14.9707 22.75ZM8.9707 2.75C4.3607 2.75 2.7207 4.39 2.7207 9V15C2.7207 19.61 4.3607 21.25 8.9707 21.25H14.9707C19.5807 21.25 21.2207 19.61 21.2207 15V9C21.2207 4.39 19.5807 2.75 14.9707 2.75H8.9707Z\" fill=\"\"/>\n<path d=\"M22 9.25H2C1.59 9.25 1.25 8.91 1.25 8.5C1.25 8.09 1.59 7.75 2 7.75H22C22.41 7.75 22.75 8.09 22.75 8.5C22.75 8.91 22.41 9.25 22 9.25Z\" fill=\"\"/>\n<path d=\"M14.5609 16.2499C14.3709 16.2499 14.1809 16.1799 14.0309 16.0299L12.0009 13.9999L9.97086 16.0299C9.68086 16.3199 9.20086 16.3199 8.91086 16.0299C8.62086 15.7399 8.62086 15.2599 8.91086 14.9699L11.4709 12.4099C11.7609 12.1199 12.2409 12.1199 12.5309 12.4099L15.0909 14.9699C15.3809 15.2599 15.3809 15.7399 15.0909 16.0299C14.9409 16.1799 14.7509 16.2499 14.5609 16.2499Z\" fill=\"\"/>\n</svg>\n</li><li title=\"signpost \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.2195 9.75H8.95953C8.39953 9.75 7.83954 9.56001 7.39954 9.20001L5.20953 7.45001C4.60953 6.97001 4.26953 6.26 4.26953 5.5C4.26953 4.74 4.60953 4.01999 5.20953 3.54999L7.39954 1.79999C7.83954 1.44999 8.39953 1.25 8.95953 1.25H17.2195C18.5995 1.25 19.7195 2.37 19.7195 3.75V7.25C19.7195 8.63 18.5995 9.75 17.2195 9.75ZM8.95953 2.75C8.72953 2.75 8.50954 2.83 8.33954 2.97L6.14954 4.72C5.90954 4.91 5.76953 5.2 5.76953 5.5C5.76953 5.8 5.90954 6.09 6.14954 6.28L8.33954 8.03C8.51954 8.17 8.73953 8.25 8.95953 8.25H17.2195C17.7695 8.25 18.2195 7.8 18.2195 7.25V3.75C18.2195 3.2 17.7695 2.75 17.2195 2.75H8.95953Z\" fill=\"\"/>\n<path d=\"M15.0608 19.75H6.80078C5.42078 19.75 4.30078 18.63 4.30078 17.25V13.75C4.30078 12.37 5.42078 11.25 6.80078 11.25H15.0608C15.6308 11.25 16.1808 11.44 16.6208 11.8L18.8108 13.55C19.4108 14.03 19.7508 14.74 19.7508 15.5C19.7508 16.26 19.4108 16.98 18.8108 17.45L16.6208 19.2C16.1808 19.56 15.6308 19.75 15.0608 19.75ZM6.80078 12.75C6.25078 12.75 5.80078 13.2 5.80078 13.75V17.25C5.80078 17.8 6.25078 18.25 6.80078 18.25H15.0608C15.2908 18.25 15.5108 18.17 15.6808 18.03L17.8708 16.28C18.1108 16.09 18.2508 15.8 18.2508 15.5C18.2508 15.2 18.1108 14.91 17.8708 14.72L15.6808 12.97C15.5008 12.83 15.2808 12.75 15.0608 12.75H6.80078Z\" fill=\"\"/>\n<path d=\"M12 12.75C11.59 12.75 11.25 12.41 11.25 12V9C11.25 8.59 11.59 8.25 12 8.25C12.41 8.25 12.75 8.59 12.75 9V12C12.75 12.41 12.41 12.75 12 12.75Z\" fill=\"\"/>\n<path d=\"M12 22.75C11.59 22.75 11.25 22.41 11.25 22V19C11.25 18.59 11.59 18.25 12 18.25C12.41 18.25 12.75 18.59 12.75 19V22C12.75 22.41 12.41 22.75 12 22.75Z\" fill=\"\"/>\n<path d=\"M15 22.75H9C8.59 22.75 8.25 22.41 8.25 22C8.25 21.59 8.59 21.25 9 21.25H15C15.41 21.25 15.75 21.59 15.75 22C15.75 22.41 15.41 22.75 15 22.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"simcard 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 22.75H8C4.56 22.75 2.25 20.44 2.25 17V7C2.25 3.56 4.56 1.25 8 1.25H12.93C14.47 1.25 15.91 1.84999 17 2.92999L20.07 6C21.16 7.08 21.75 8.53001 21.75 10.07V17C21.75 20.44 19.44 22.75 16 22.75ZM8 2.75C5.42 2.75 3.75 4.42 3.75 7V17C3.75 19.58 5.42 21.25 8 21.25H16C18.58 21.25 20.25 19.58 20.25 17V10.07C20.25 8.93001 19.81 7.87001 19 7.07001L15.93 4C15.13 3.2 14.06 2.76001 12.92 2.76001H8V2.75Z\" fill=\"\"/>\n<path d=\"M9.49945 18.75C9.30945 18.75 9.11945 18.68 8.96945 18.53L6.96945 16.53C6.67945 16.24 6.67945 15.7599 6.96945 15.4699L8.96945 13.4699C9.25945 13.1799 9.73945 13.1799 10.0295 13.4699C10.3195 13.7599 10.3195 14.24 10.0295 14.53L8.55945 16L10.0295 17.4699C10.3195 17.7599 10.3195 18.24 10.0295 18.53C9.87945 18.68 9.68945 18.75 9.49945 18.75Z\" fill=\"\"/>\n<path d=\"M14.4995 18.75C14.3095 18.75 14.1195 18.68 13.9695 18.53C13.6795 18.24 13.6795 17.7599 13.9695 17.4699L15.4395 16L13.9695 14.53C13.6795 14.24 13.6795 13.7599 13.9695 13.4699C14.2595 13.1799 14.7395 13.1799 15.0295 13.4699L17.0295 15.4699C17.3195 15.7599 17.3195 16.24 17.0295 16.53L15.0295 18.53C14.8795 18.68 14.6895 18.75 14.4995 18.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"simcard 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.11 22.7199H5.89C3.16 22.7199 1.25 20.8099 1.25 18.0799V10.3099C1.25 7.57992 3.16 5.66992 5.89 5.66992H9.72C10.94 5.66992 12.14 6.16992 13 7.02992L15.39 9.40992C16.26 10.2799 16.75 11.4699 16.75 12.6899V18.0799C16.75 20.8099 14.84 22.7199 12.11 22.7199ZM5.89 7.16992C3.98 7.16992 2.75 8.39992 2.75 10.3099V18.0799C2.75 19.9899 3.98 21.2199 5.89 21.2199H12.11C14.02 21.2199 15.25 19.9899 15.25 18.0799V12.6899C15.25 11.8599 14.91 11.0599 14.33 10.4699L11.94 8.08992C11.35 7.49992 10.54 7.16992 9.72 7.16992H5.89Z\" fill=\"\"/>\n<path d=\"M18.11 18.28H16C15.59 18.28 15.25 17.94 15.25 17.53V12.69C15.25 11.86 14.91 11.06 14.33 10.47L11.94 8.08997C11.35 7.49997 10.54 7.16997 9.72 7.16997H8C7.59 7.16997 7.25 6.82997 7.25 6.41997V5.85997C7.25 3.12997 9.16 1.21997 11.89 1.21997H15.72C16.94 1.21997 18.14 1.71997 19 2.57997L21.39 4.96997C22.27 5.84997 22.75 7.00997 22.75 8.24997V13.64C22.75 16.37 20.84 18.28 18.11 18.28ZM16.75 16.78H18.11C20.02 16.78 21.25 15.55 21.25 13.64V8.24997C21.25 7.40997 20.92 6.61997 20.33 6.02997L17.94 3.63997C17.36 3.05997 16.55 2.71997 15.72 2.71997H11.89C10.05 2.71997 8.83 3.86997 8.75 5.66997H9.72C10.94 5.66997 12.14 6.16997 13 7.02997L15.39 9.40997C16.26 10.28 16.75 11.47 16.75 12.69V16.78Z\" fill=\"\"/>\n</svg>\n</li><li title=\"simcard \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 22.75H8C4.56 22.75 2.25 20.44 2.25 17V7C2.25 3.56 4.56 1.25 8 1.25H12.93C14.47 1.25 15.91 1.85 17 2.93L20.07 6C21.16 7.09 21.75 8.53 21.75 10.07V17C21.75 20.44 19.44 22.75 16 22.75ZM8 2.75C5.42 2.75 3.75 4.42 3.75 7V17C3.75 19.58 5.42 21.25 8 21.25H16C18.58 21.25 20.25 19.58 20.25 17V10.07C20.25 8.94 19.81 7.87 19 7.06L15.93 4C15.13 3.2 14.06 2.75 12.92 2.75H8Z\" fill=\"\"/>\n<path d=\"M14 19.25H10C7.93 19.25 6.25 17.57 6.25 15.5V12.5C6.25 10.43 7.93 8.75 10 8.75H14C16.07 8.75 17.75 10.43 17.75 12.5V15.5C17.75 17.57 16.07 19.25 14 19.25ZM10 10.25C8.76 10.25 7.75 11.26 7.75 12.5V15.5C7.75 16.74 8.76 17.75 10 17.75H14C15.24 17.75 16.25 16.74 16.25 15.5V12.5C16.25 11.26 15.24 10.25 14 10.25H10Z\" fill=\"\"/>\n<path d=\"M12 19.25C11.59 19.25 11.25 18.91 11.25 18.5V9.5C11.25 9.09 11.59 8.75 12 8.75C12.41 8.75 12.75 9.09 12.75 9.5V18.5C12.75 18.91 12.41 19.25 12 19.25Z\" fill=\"\"/>\n<path d=\"M16.5 14.75H7.5C7.09 14.75 6.75 14.41 6.75 14C6.75 13.59 7.09 13.25 7.5 13.25H16.5C16.91 13.25 17.25 13.59 17.25 14C17.25 14.41 16.91 14.75 16.5 14.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"size \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.7207 22.75H7.2207C3.0707 22.75 1.2207 20.9 1.2207 16.75V12.25C1.2207 8.1 3.0707 6.25 7.2207 6.25H11.7207C15.8707 6.25 17.7207 8.1 17.7207 12.25V16.75C17.7207 20.9 15.8707 22.75 11.7207 22.75ZM7.2207 7.75C3.9007 7.75 2.7207 8.93 2.7207 12.25V16.75C2.7207 20.07 3.9007 21.25 7.2207 21.25H11.7207C15.0407 21.25 16.2207 20.07 16.2207 16.75V12.25C16.2207 8.93 15.0407 7.75 11.7207 7.75H7.2207Z\" fill=\"\"/>\n<path d=\"M18.1207 13.75H16.9707C16.5607 13.75 16.2207 13.41 16.2207 13V12.25C16.2207 8.93 15.0407 7.75 11.7207 7.75H10.9707C10.5607 7.75 10.2207 7.41 10.2207 7V5.85C10.2207 2.67 11.6407 1.25 14.8207 1.25H18.1207C21.3007 1.25 22.7207 2.67 22.7207 5.85V9.15C22.7207 12.33 21.3007 13.75 18.1207 13.75ZM17.7207 12.25H18.1207C20.4707 12.25 21.2207 11.5 21.2207 9.15V5.85C21.2207 3.5 20.4707 2.75 18.1207 2.75H14.8207C12.4707 2.75 11.7207 3.5 11.7207 5.85V6.25C15.8707 6.25 17.7207 8.1 17.7207 12.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z\" fill=\"\"/>\n<path d=\"M4.89984 19.7499C4.70984 19.7499 4.51984 19.6799 4.36984 19.5299C4.07984 19.2399 4.07984 18.7599 4.36984 18.4699L18.3698 4.46994C18.6598 4.17994 19.1398 4.17994 19.4298 4.46994C19.7198 4.75994 19.7198 5.23994 19.4298 5.52994L5.42984 19.5299C5.27984 19.6799 5.08984 19.7499 4.89984 19.7499Z\" fill=\"\"/>\n</svg>\n</li><li title=\"slider horizontal 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13 22.75H11C7.7 22.75 5.71 22.09 5.34 18.74C5.28 18.29 5.25 17.75 5.25 17V7C5.25 6.25 5.28 5.71 5.35 5.23C5.71 1.91 7.7 1.25 11 1.25H13C16.3 1.25 18.29 1.91 18.66 5.26C18.72 5.71 18.75 6.25 18.75 7V17C18.75 17.75 18.72 18.29 18.65 18.77C18.29 22.09 16.3 22.75 13 22.75ZM11 2.75C7.69 2.75 7.06 3.42 6.84 5.42C6.78 5.85 6.75 6.32 6.75 7V17C6.75 17.68 6.78 18.15 6.83 18.55C7.05 20.58 7.69 21.25 11 21.25H13C16.31 21.25 16.94 20.58 17.16 18.58C17.22 18.16 17.25 17.68 17.25 17V7C17.25 6.33 17.22 5.85 17.17 5.45C16.95 3.42 16.31 2.75 13 2.75H11Z\" fill=\"\"/>\n<path d=\"M5.67 19.4201H5.33C2.24 19.4201 1.25 18.4301 1.25 15.3301V8.67008C1.25 5.57008 2.24 4.58008 5.33 4.58008H5.67C5.84 4.58008 5.98 4.58008 6.14 4.59008C6.35 4.60008 6.54 4.70008 6.67 4.87008C6.8 5.04008 6.86 5.24008 6.83 5.45008C6.78 5.85008 6.75 6.32008 6.75 7.00008V17.0001C6.75 17.6801 6.78 18.1501 6.83 18.5501C6.86 18.7601 6.8 18.9701 6.67 19.1301C6.54 19.2901 6.35 19.3901 6.14 19.4101C5.98 19.4201 5.84 19.4201 5.67 19.4201ZM5.27 6.08008C3.08 6.09008 2.75 6.44008 2.75 8.67008V15.3301C2.75 17.5601 3.08 17.9101 5.27 17.9201C5.26 17.6501 5.25 17.3501 5.25 17.0001V7.00008C5.25 6.65008 5.26 6.35008 5.27 6.08008Z\" fill=\"\"/>\n<path d=\"M18.6697 19.4201H18.3297C18.1597 19.4201 18.0197 19.4201 17.8597 19.4101C17.6497 19.4001 17.4597 19.3001 17.3297 19.1301C17.1997 18.9701 17.1397 18.7601 17.1697 18.5501C17.2297 18.1501 17.2497 17.6701 17.2497 17.0001V7.00008C17.2497 6.33008 17.2197 5.85008 17.1697 5.45008C17.1397 5.24008 17.1997 5.03008 17.3297 4.87008C17.4597 4.71008 17.6497 4.61008 17.8597 4.59008C18.0197 4.58008 18.1597 4.58008 18.3297 4.58008H18.6697C21.7597 4.58008 22.7497 5.57008 22.7497 8.67008V15.3301C22.7497 18.4301 21.7597 19.4201 18.6697 19.4201ZM18.7297 6.08008C18.7397 6.35008 18.7497 6.65008 18.7497 7.00008V17.0001C18.7497 17.3501 18.7397 17.6501 18.7297 17.9201C20.9197 17.9101 21.2497 17.5601 21.2497 15.3301V8.67008C21.2497 6.44008 20.9197 6.09008 18.7297 6.08008Z\" fill=\"\"/>\n</svg>\n</li><li title=\"slider horizontal \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14 22.25H10C6.7 22.25 4.71 21.59 4.34 18.24C4.28 17.79 4.25 17.25 4.25 16.5V7.5C4.25 6.75 4.28 6.2 4.35 5.73C4.71 2.41 6.7 1.75 10 1.75H14C17.3 1.75 19.29 2.41 19.66 5.76C19.72 6.21 19.75 6.75 19.75 7.5V16.5C19.75 17.25 19.72 17.8 19.65 18.27C19.29 21.59 17.3 22.25 14 22.25ZM10 3.25C6.69 3.25 6.06 3.92 5.83 5.92C5.78 6.34 5.75 6.82 5.75 7.5V16.5C5.75 17.18 5.78 17.66 5.83 18.05C6.05 20.08 6.69 20.75 10 20.75H14C17.31 20.75 17.94 20.08 18.17 18.08C18.23 17.66 18.25 17.18 18.25 16.5V7.5C18.25 6.82 18.22 6.34 18.17 5.95C17.95 3.92 17.31 3.25 14 3.25H10Z\" fill=\"\"/>\n<path d=\"M2 20.25C1.59 20.25 1.25 19.91 1.25 19.5V4.5C1.25 4.09 1.59 3.75 2 3.75C2.41 3.75 2.75 4.09 2.75 4.5V19.5C2.75 19.91 2.41 20.25 2 20.25Z\" fill=\"\"/>\n<path d=\"M22 19.75C21.59 19.75 21.25 19.41 21.25 19V4C21.25 3.59 21.59 3.25 22 3.25C22.41 3.25 22.75 3.59 22.75 4V19C22.75 19.41 22.41 19.75 22 19.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"slider vertical 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 18.75H7C6.25 18.75 5.7 18.72 5.23 18.65C1.91 18.29 1.25 16.3 1.25 13V11C1.25 7.7 1.91 5.71 5.26 5.34C5.7 5.28 6.25 5.25 7 5.25H17C17.75 5.25 18.3 5.28 18.77 5.35C22.1 5.72 22.75 7.7 22.75 11V13C22.75 16.3 22.09 18.29 18.74 18.66C18.3 18.72 17.75 18.75 17 18.75ZM7 6.75C6.32 6.75 5.84 6.78 5.45 6.83C3.42 7.06 2.75 7.69 2.75 11V13C2.75 16.31 3.42 16.94 5.42 17.17C5.84 17.23 6.32 17.25 7 17.25H17C17.68 17.25 18.16 17.22 18.55 17.17C20.58 16.95 21.25 16.31 21.25 13V11C21.25 7.69 20.58 7.06 18.58 6.83C18.16 6.77 17.68 6.75 17 6.75H7Z\" fill=\"\"/>\n<path d=\"M15.3301 22.7502H8.67008C5.57008 22.7502 4.58008 21.7602 4.58008 18.6702V18.3302C4.58008 18.1602 4.58008 18.0102 4.59008 17.8602C4.60008 17.6502 4.70008 17.4602 4.87008 17.3302C5.03008 17.2002 5.24008 17.1402 5.45008 17.1702C5.85008 17.2302 6.33008 17.2502 7.00008 17.2502H17.0001C17.6801 17.2502 18.1601 17.2202 18.5501 17.1702C18.7601 17.1402 18.9701 17.2002 19.1301 17.3302C19.2901 17.4602 19.3901 17.6502 19.4101 17.8602C19.4201 18.0202 19.4201 18.1602 19.4201 18.3302V18.6702C19.4201 21.7602 18.4301 22.7502 15.3301 22.7502ZM6.08008 18.7302C6.09008 20.9202 6.44008 21.2502 8.67008 21.2502H15.3301C17.5601 21.2502 17.9101 20.9202 17.9201 18.7302C17.6501 18.7402 17.3501 18.7502 17.0001 18.7502H7.00008C6.65008 18.7502 6.35008 18.7402 6.08008 18.7302Z\" fill=\"\"/>\n<path d=\"M18.6601 6.84C18.6201 6.84 18.5901 6.84 18.5501 6.83C18.1501 6.77 17.6701 6.75 17.0001 6.75H7.00008C6.32008 6.75 5.84008 6.78 5.45008 6.83C5.24008 6.86 5.03008 6.8 4.87008 6.67C4.71008 6.54 4.61008 6.35 4.59008 6.14C4.58008 5.98 4.58008 5.84 4.58008 5.67V5.33C4.58008 2.24 5.57008 1.25 8.67008 1.25H15.3301C18.4301 1.25 19.4201 2.24 19.4201 5.33V5.67C19.4201 5.84 19.4201 5.99 19.4101 6.14C19.4001 6.35 19.3001 6.54 19.1301 6.67C19.0001 6.78 18.8301 6.84 18.6601 6.84ZM7.00008 5.25H17.0001C17.3501 5.25 17.6501 5.26 17.9201 5.27C17.9101 3.08 17.5601 2.75 15.3301 2.75H8.67008C6.44008 2.75 6.09008 3.08 6.08008 5.27C6.35008 5.26 6.65008 5.25 7.00008 5.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"slider vertical \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.5 19.75H7.5C6.75 19.75 6.2 19.72 5.73 19.65C2.41 19.29 1.75 17.3 1.75 14V10C1.75 6.7 2.41 4.71 5.76 4.34C6.2 4.28 6.75 4.25 7.5 4.25H16.5C17.25 4.25 17.8 4.28 18.27 4.35C21.6 4.72 22.25 6.7 22.25 10V14C22.25 17.3 21.59 19.29 18.24 19.66C17.8 19.72 17.25 19.75 16.5 19.75ZM7.5 5.75C6.82 5.75 6.34 5.78 5.95 5.83C3.92 6.06 3.25 6.69 3.25 10V14C3.25 17.31 3.92 17.94 5.92 18.17C6.34 18.23 6.82 18.25 7.5 18.25H16.5C17.18 18.25 17.66 18.22 18.05 18.17C20.08 17.95 20.75 17.31 20.75 14V10C20.75 6.69 20.08 6.06 18.08 5.83C17.66 5.77 17.18 5.75 16.5 5.75H7.5Z\" fill=\"\"/>\n<path d=\"M19.5 2.75H4.5C4.09 2.75 3.75 2.41 3.75 2C3.75 1.59 4.09 1.25 4.5 1.25H19.5C19.91 1.25 20.25 1.59 20.25 2C20.25 2.41 19.91 2.75 19.5 2.75Z\" fill=\"\"/>\n<path d=\"M20 22.75H5C4.59 22.75 4.25 22.41 4.25 22C4.25 21.59 4.59 21.25 5 21.25H20C20.41 21.25 20.75 21.59 20.75 22C20.75 22.41 20.41 22.75 20 22.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"slider \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H9C6.25 22.75 4.25 20.75 4.25 18V6C4.25 3.25 6.25 1.25 9 1.25H15C17.75 1.25 19.75 3.25 19.75 6V18C19.75 20.75 17.75 22.75 15 22.75ZM9 2.75C6.75 2.75 5.75 4.38 5.75 6V18C5.75 19.62 6.75 21.25 9 21.25H15C17.25 21.25 18.25 19.62 18.25 18V6C18.25 4.38 17.25 2.75 15 2.75H9Z\" fill=\"\"/>\n<path d=\"M19 16.76H5C4.59 16.76 4.25 16.42 4.25 16.01C4.25 15.6 4.59 15.26 5 15.26H19C19.41 15.26 19.75 15.6 19.75 16.01C19.75 16.42 19.41 16.76 19 16.76Z\" fill=\"\"/>\n<path d=\"M2 20.75C1.59 20.75 1.25 20.41 1.25 20V4C1.25 3.59 1.59 3.25 2 3.25C2.41 3.25 2.75 3.59 2.75 4V20C2.75 20.41 2.41 20.75 2 20.75Z\" fill=\"\"/>\n<path d=\"M22 20.75C21.59 20.75 21.25 20.41 21.25 20V4C21.25 3.59 21.59 3.25 22 3.25C22.41 3.25 22.75 3.59 22.75 4V20C22.75 20.41 22.41 20.75 22 20.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"smallcaps \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.6102 6.67982C18.2002 6.67982 17.8602 6.33982 17.8602 5.92982V4.41982C17.8602 3.81982 17.3702 3.31982 16.7602 3.31982H3.83023C3.23023 3.31982 2.73023 3.80982 2.73023 4.41982V5.92982C2.73023 6.33982 2.39023 6.67982 1.98023 6.67982C1.57023 6.67982 1.24023 6.33982 1.24023 5.92982V4.41982C1.24023 2.98982 2.41023 1.81982 3.84023 1.81982H16.7602C18.1902 1.81982 19.3602 2.97982 19.3602 4.41982V5.92982C19.3602 6.33982 19.0202 6.67982 18.6102 6.67982Z\" fill=\"\"/>\n<path d=\"M10.3008 18.8498C9.89078 18.8498 9.55078 18.5098 9.55078 18.0998V3.31982C9.55078 2.90982 9.89078 2.56982 10.3008 2.56982C10.7108 2.56982 11.0508 2.90982 11.0508 3.31982V18.0998C11.0508 18.5198 10.7108 18.8498 10.3008 18.8498Z\" fill=\"\"/>\n<path d=\"M12.4804 18.8501H6.90039C6.49039 18.8501 6.15039 18.5101 6.15039 18.1001C6.15039 17.6901 6.49039 17.3501 6.90039 17.3501H12.4804C12.8904 17.3501 13.2304 17.6901 13.2304 18.1001C13.2304 18.5101 12.8904 18.8501 12.4804 18.8501Z\" fill=\"\"/>\n<path d=\"M22.0097 13.2001C21.5997 13.2001 21.2597 12.8601 21.2597 12.4501V11.6501C21.2597 11.3401 20.9997 11.0801 20.6897 11.0801H13.6797C13.2697 11.0801 12.9297 10.7401 12.9297 10.3301C12.9297 9.92008 13.2697 9.58008 13.6797 9.58008H20.6897C21.8297 9.58008 22.7597 10.5101 22.7597 11.6501V12.4501C22.7597 12.8701 22.4297 13.2001 22.0097 13.2001Z\" fill=\"\"/>\n<path d=\"M16.0801 22.1801C15.6701 22.1801 15.3301 21.8401 15.3301 21.4301V10.8701C15.3301 10.4601 15.6701 10.1201 16.0801 10.1201C16.4901 10.1201 16.8301 10.4601 16.8301 10.8701V21.4301C16.8301 21.8401 16.4901 22.1801 16.0801 22.1801Z\" fill=\"\"/>\n<path d=\"M18.2195 22.1802H13.9395C13.5295 22.1802 13.1895 21.8402 13.1895 21.4302C13.1895 21.0202 13.5295 20.6802 13.9395 20.6802H18.2195C18.6295 20.6802 18.9695 21.0202 18.9695 21.4302C18.9695 21.8402 18.6295 22.1802 18.2195 22.1802Z\" fill=\"\"/>\n</svg>\n</li><li title=\"smart car \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.4994 14.5001H3.49936C3.26936 14.5001 3.05936 14.4001 2.91936 14.2201C2.77936 14.0501 2.71937 13.8101 2.76937 13.5901L3.61936 9.5401C3.89936 8.2201 4.49936 6.87012 6.86936 6.87012H12.1394C14.5094 6.87012 15.1094 8.2201 15.3894 9.5401L16.2394 13.5901C16.2894 13.8101 16.2294 14.0401 16.0894 14.2201C15.9394 14.4001 15.7294 14.5001 15.4994 14.5001ZM4.41936 13.0001H14.5694L13.9094 9.8501C13.6994 8.8401 13.4494 8.37012 12.1294 8.37012H6.85937C5.53937 8.37012 5.28937 8.8401 5.07937 9.8501L4.41936 13.0001Z\" fill=\"\"/>\n<path d=\"M15.4698 22.75H14.0598C12.7098 22.75 12.4298 21.92 12.2898 21.47L12.1398 21.02C11.9598 20.51 11.9598 20.51 11.4298 20.51H7.58984C7.04984 20.51 7.03985 20.53 6.87985 21.02L6.72984 21.47C6.57984 21.92 6.29984 22.76 4.94984 22.76H3.53984C2.88984 22.76 2.27984 22.49 1.83984 22.01C1.41984 21.55 1.20985 20.92 1.26985 20.3L1.68985 15.73C1.81985 14.31 2.27985 13 4.71985 13H14.2898C16.7298 13 17.1899 14.31 17.3199 15.73L17.7399 20.3C17.7999 20.92 17.5898 21.54 17.1698 22.01C16.7298 22.48 16.1198 22.75 15.4698 22.75ZM13.7998 21.23C13.8198 21.23 13.8998 21.25 14.0598 21.25H15.4698C15.6998 21.25 15.9098 21.16 16.0598 20.99C16.1998 20.83 16.2698 20.64 16.2498 20.43L15.8298 15.86C15.7398 14.92 15.6998 14.49 14.2898 14.49H4.71985C3.30985 14.49 3.26984 14.92 3.17984 15.86L2.75984 20.43C2.73984 20.64 2.80984 20.84 2.94984 20.99C3.09984 21.16 3.30984 21.25 3.53984 21.25H4.94984C5.16984 21.25 5.22985 21.22 5.23985 21.22C5.23985 21.21 5.27984 21.09 5.30984 21L5.45985 20.55C5.65985 19.94 5.96985 19.01 7.59985 19.01H11.4398C13.0498 19.01 13.3499 19.89 13.5699 20.54L13.7298 21C13.7398 21.08 13.7698 21.19 13.7998 21.23Z\" fill=\"\"/>\n<path d=\"M3.5 12.25H2.75C2.34 12.25 2 11.91 2 11.5C2 11.09 2.34 10.75 2.75 10.75H3.5C3.91 10.75 4.25 11.09 4.25 11.5C4.25 11.91 3.91 12.25 3.5 12.25Z\" fill=\"\"/>\n<path d=\"M16.25 12.25H15.5C15.09 12.25 14.75 11.91 14.75 11.5C14.75 11.09 15.09 10.75 15.5 10.75H16.25C16.66 10.75 17 11.09 17 11.5C17 11.91 16.66 12.25 16.25 12.25Z\" fill=\"\"/>\n<path d=\"M7.25 17.5H5C4.59 17.5 4.25 17.16 4.25 16.75C4.25 16.34 4.59 16 5 16H7.25C7.66 16 8 16.34 8 16.75C8 17.16 7.66 17.5 7.25 17.5Z\" fill=\"\"/>\n<path d=\"M14 17.5H11.75C11.34 17.5 11 17.16 11 16.75C11 16.34 11.34 16 11.75 16H14C14.41 16 14.75 16.34 14.75 16.75C14.75 17.16 14.41 17.5 14 17.5Z\" fill=\"\"/>\n<path d=\"M18.7111 9.49C18.6111 9.49 18.5111 9.47 18.4111 9.43C18.0311 9.26 17.8611 8.82001 18.0211 8.44001C18.2111 8.01001 18.1011 7.37999 17.7511 6.85999C17.4011 6.32999 16.8711 5.98 16.3811 6H16.3711C15.9611 6 15.6311 5.67001 15.6211 5.26001C15.6211 4.84001 15.9511 4.51 16.3611 4.5C17.3911 4.48 18.3611 5.07002 18.9911 6.02002C19.6311 6.98002 19.7811 8.13003 19.3911 9.03003C19.2811 9.32003 19.0011 9.49 18.7111 9.49Z\" fill=\"\"/>\n<path d=\"M21.8201 10.4801C21.7501 10.4801 21.6901 10.4701 21.6201 10.4501C21.2201 10.3401 20.9901 9.93011 21.1001 9.53011C21.4801 8.17011 21.1601 6.55009 20.2501 5.19009C19.3401 3.83009 17.9601 2.92008 16.5501 2.75008C16.1401 2.70008 15.8501 2.33007 15.9001 1.92007C15.9501 1.51007 16.3301 1.2101 16.7301 1.2701C18.5601 1.4901 20.3401 2.65008 21.4901 4.37008C22.6401 6.09008 23.0301 8.1701 22.5401 9.9501C22.4501 10.2601 22.1501 10.4801 21.8201 10.4801Z\" fill=\"\"/>\n</svg>\n</li><li title=\"smart home \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.5998 22.5599H11.3998C10.9898 22.5599 10.6498 22.2199 10.6498 21.8099C10.6498 21.3999 10.9898 21.0599 11.3998 21.0599H17.5998C18.6698 21.0599 19.7198 20.1698 19.8998 19.1098L21.2298 11.1499C21.3498 10.4299 20.9499 9.39979 20.3899 8.94979L13.4598 3.40987C12.6598 2.76987 11.3298 2.76986 10.5398 3.39986L3.60982 8.94979C3.03982 9.40979 2.64982 10.4299 2.76982 11.1499L3.04982 12.8398C3.11982 13.2498 2.83983 13.6398 2.42983 13.6998C2.01983 13.7798 1.63984 13.4898 1.56984 13.0798L1.28984 11.3999C1.07984 10.1599 1.67985 8.56987 2.66985 7.77987L9.59984 2.22982C10.9398 1.14982 13.0498 1.15983 14.3998 2.23983L21.3298 7.77987C22.3098 8.56987 22.9098 10.1599 22.7098 11.3999L21.3798 19.3598C21.0798 21.1298 19.3898 22.5599 17.5998 22.5599Z\" fill=\"\"/>\n<path d=\"M5.00022 22.75C4.59022 22.75 4.26022 22.42 4.25022 22.02C4.22022 20.67 3.33023 19.78 1.98023 19.75C1.57023 19.74 1.24022 19.4 1.25022 18.98C1.26022 18.57 1.59022 18.25 2.00022 18.25C2.01022 18.25 2.01021 18.25 2.02021 18.25C4.17021 18.3 5.71022 19.83 5.75022 21.98C5.76022 22.39 5.43021 22.74 5.02021 22.75C5.01021 22.75 5.01022 22.75 5.00022 22.75Z\" fill=\"\"/>\n<path d=\"M8.00022 22.75C7.59022 22.75 7.25022 22.42 7.25022 22.01C7.24021 21.35 7.13021 20.72 6.93021 20.13C6.42021 18.67 5.33021 17.5899 3.87021 17.0699C3.28021 16.8599 2.65021 16.75 1.99021 16.75C1.58021 16.75 1.24022 16.41 1.25022 15.99C1.25022 15.58 1.59022 15.25 2.00022 15.25H2.01022C2.84022 15.26 3.63021 15.4 4.37021 15.66C6.26021 16.33 7.67021 17.74 8.34021 19.63C8.60021 20.37 8.74021 21.17 8.75022 21.99C8.75022 22.41 8.42022 22.75 8.00022 22.75C8.01022 22.75 8.00022 22.75 8.00022 22.75Z\" fill=\"\"/>\n<path d=\"M2 23C1.44 23 1 22.55 1 22C1 21.45 1.45 21 2 21C2.55 21 3 21.45 3 22C3 22.55 2.56 23 2 23Z\" fill=\"\"/>\n</svg>\n</li><li title=\"smileys \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10 14.75H6.2C2.78 14.75 1.25 13.22 1.25 9.80005V6.19995C1.25 2.77995 2.78 1.25 6.2 1.25H9.8C13.22 1.25 14.75 2.77995 14.75 6.19995V10C14.75 10.41 14.42 10.74 14.01 10.75C11.61 10.79 10.79 11.62 10.75 14.01C10.74 14.42 10.41 14.75 10 14.75ZM6.2 2.75C3.62 2.75 2.75 3.61995 2.75 6.19995V9.80005C2.75 12.38 3.62 13.25 6.2 13.25H9.29C9.53 10.81 10.81 9.54004 13.25 9.29004V6.19995C13.25 3.61995 12.38 2.75 9.8 2.75H6.2Z\" fill=\"\"/>\n<path d=\"M5.19952 6.63014C4.96952 6.63014 4.72952 6.52019 4.58952 6.31019C4.34952 5.97019 4.42952 5.50015 4.76952 5.26015C5.54952 4.71015 6.59951 4.70013 7.38951 5.24013C7.72951 5.47013 7.81952 5.94017 7.58952 6.28017C7.35952 6.62017 6.88951 6.71012 6.54951 6.48012C6.27951 6.30012 5.91952 6.30013 5.64952 6.49013C5.49952 6.59013 5.34952 6.63014 5.19952 6.63014Z\" fill=\"\"/>\n<path d=\"M9.19952 6.63014C8.96952 6.63014 8.72952 6.52019 8.58952 6.31019C8.34952 5.97019 8.42952 5.50015 8.76952 5.26015C9.54952 4.71015 10.5995 4.70013 11.3895 5.24013C11.7295 5.47013 11.8195 5.94017 11.5895 6.28017C11.3595 6.62017 10.8895 6.71012 10.5495 6.48012C10.2795 6.30012 9.91952 6.30013 9.64952 6.49013C9.49952 6.59013 9.34952 6.63014 9.19952 6.63014Z\" fill=\"\"/>\n<path d=\"M8.16078 12.1702H5.84078C5.13078 12.1702 4.55078 11.5901 4.55078 10.8801C4.55078 8.98013 6.10078 7.43018 8.00078 7.43018C8.78078 7.43018 9.55078 7.70006 10.1608 8.19006C10.4808 8.45006 10.5408 8.92011 10.2808 9.24011C10.0208 9.56011 9.55078 9.61011 9.23078 9.36011C8.88078 9.08011 8.46078 8.93018 8.01078 8.93018C7.01078 8.93018 6.18078 9.69017 6.07078 10.6702H8.17078C8.58078 10.6702 8.92078 11.0102 8.92078 11.4202C8.92078 11.8302 8.57078 12.1702 8.16078 12.1702Z\" fill=\"\"/>\n<path d=\"M17.8 22.75H14.2C10.78 22.75 9.25 21.22 9.25 17.8V14C9.31 10.81 10.81 9.31 13.99 9.25H17.8C21.22 9.25 22.75 10.78 22.75 14.2V17.8C22.75 21.22 21.22 22.75 17.8 22.75ZM14 10.75C11.62 10.79 10.79 11.62 10.75 14.01V17.8C10.75 20.38 11.62 21.25 14.2 21.25H17.8C20.38 21.25 21.25 20.38 21.25 17.8V14.2C21.25 11.62 20.38 10.75 17.8 10.75H14Z\" fill=\"\"/>\n<path d=\"M14.0895 14.6301C13.6195 14.6301 13.1595 14.4901 12.7695 14.2101C12.4295 13.9701 12.3495 13.5002 12.5895 13.1602C12.8295 12.8202 13.2995 12.7401 13.6395 12.9801C13.9095 13.1701 14.2695 13.1701 14.5395 12.9901C14.8795 12.7601 15.3495 12.8401 15.5795 13.1901C15.8095 13.5301 15.7295 14.0001 15.3795 14.2301C14.9895 14.5001 14.5395 14.6301 14.0895 14.6301Z\" fill=\"\"/>\n<path d=\"M18.0895 14.6301C17.6195 14.6301 17.1595 14.4901 16.7695 14.2101C16.4295 13.9701 16.3495 13.5002 16.5895 13.1602C16.8295 12.8202 17.2995 12.7401 17.6395 12.9801C17.9095 13.1701 18.2695 13.1701 18.5395 12.9901C18.8795 12.7601 19.3495 12.8401 19.5795 13.1901C19.8095 13.5301 19.7295 14.0001 19.3795 14.2301C18.9895 14.5001 18.5395 14.6301 18.0895 14.6301Z\" fill=\"\"/>\n<path d=\"M16.0008 20.1702C14.1008 20.1702 12.5508 18.6201 12.5508 16.7201C12.5508 16.0101 13.1308 15.4302 13.8408 15.4302H18.1608C18.8708 15.4302 19.4508 16.0101 19.4508 16.7201C19.4508 18.6201 17.9008 20.1702 16.0008 20.1702ZM14.0608 16.9302C14.1608 17.9102 14.9908 18.6702 16.0008 18.6702C17.0108 18.6702 17.8308 17.9102 17.9408 16.9302H14.0608Z\" fill=\"\"/>\n</svg>\n</li><li title=\"sms edit \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 21.25H7C3.35 21.25 1.25 19.15 1.25 15.5V8.5C1.25 4.85 3.35 2.75 7 2.75H17C20.65 2.75 22.75 4.85 22.75 8.5V11.5C22.75 11.91 22.41 12.25 22 12.25C21.59 12.25 21.25 11.91 21.25 11.5V8.5C21.25 5.64 19.86 4.25 17 4.25H7C4.14 4.25 2.75 5.64 2.75 8.5V15.5C2.75 18.36 4.14 19.75 7 19.75H12C12.41 19.75 12.75 20.09 12.75 20.5C12.75 20.91 12.41 21.25 12 21.25Z\" fill=\"\"/>\n<path d=\"M11.9988 12.87C11.1588 12.87 10.3088 12.61 9.6588 12.08L6.5288 9.57996C6.2088 9.31996 6.14881 8.84997 6.4088 8.52997C6.66881 8.20997 7.13879 8.15997 7.45879 8.40997L10.5888 10.91C11.3488 11.52 12.6388 11.52 13.3988 10.91L16.5288 8.40997C16.8488 8.14997 17.3188 8.19997 17.5788 8.52997C17.8388 8.84997 17.7888 9.32996 17.4588 9.57996L14.3288 12.08C13.6888 12.61 12.8388 12.87 11.9988 12.87Z\" fill=\"\"/>\n<path d=\"M15.8196 21.7801C15.4396 21.7801 15.0796 21.6401 14.8196 21.3801C14.5096 21.0701 14.3696 20.6201 14.4396 20.1501L14.6296 18.8001C14.6796 18.4501 14.8896 18.0301 15.1396 17.7801L18.6796 14.2401C19.1596 13.7601 19.6296 13.5101 20.1396 13.4601C20.7596 13.4001 21.3796 13.6601 21.9596 14.2401C22.5396 14.8201 22.7996 15.4301 22.7396 16.0601C22.6896 16.5601 22.4296 17.0401 21.9596 17.5201L18.4196 21.0601C18.1696 21.3101 17.7496 21.5201 17.3996 21.5701L16.0495 21.7601C15.9695 21.7701 15.8996 21.7801 15.8196 21.7801ZM20.3096 14.9501C20.2996 14.9501 20.2896 14.9501 20.2796 14.9501C20.1396 14.9601 19.9496 15.0901 19.7396 15.3001L16.1996 18.8401C16.1696 18.8701 16.1196 18.9701 16.1196 19.0101L15.9396 20.2601L17.1896 20.0801C17.2296 20.0701 17.3295 20.0201 17.3595 19.9901L20.8996 16.4501C21.1096 16.2301 21.2396 16.0501 21.2496 15.9101C21.2696 15.7101 21.0696 15.4701 20.8996 15.3001C20.7396 15.1401 20.5096 14.9501 20.3096 14.9501Z\" fill=\"\"/>\n<path d=\"M20.9206 18.2499C20.8506 18.2499 20.7806 18.2399 20.7206 18.2199C19.4006 17.8499 18.3506 16.7999 17.9806 15.4799C17.8706 15.0799 18.1006 14.6699 18.5006 14.5499C18.9006 14.4399 19.3106 14.6699 19.4206 15.0699C19.6506 15.8899 20.3006 16.5399 21.1206 16.7699C21.5206 16.8799 21.7506 17.2999 21.6406 17.6999C21.5506 18.0299 21.2506 18.2499 20.9206 18.2499Z\" fill=\"\"/>\n</svg>\n</li><li title=\"sms notification \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 21.25H7C3.35 21.25 1.25 19.15 1.25 15.5V8.5C1.25 4.85 3.35 2.75 7 2.75H14C14.41 2.75 14.75 3.09 14.75 3.5C14.75 3.91 14.41 4.25 14 4.25H7C4.14 4.25 2.75 5.64 2.75 8.5V15.5C2.75 18.36 4.14 19.75 7 19.75H17C19.86 19.75 21.25 18.36 21.25 15.5V10.5C21.25 10.09 21.59 9.75 22 9.75C22.41 9.75 22.75 10.09 22.75 10.5V15.5C22.75 19.15 20.65 21.25 17 21.25Z\" fill=\"\"/>\n<path d=\"M11.9988 12.8698C11.1588 12.8698 10.3088 12.6098 9.6588 12.0798L6.5288 9.57978C6.2088 9.31978 6.14881 8.84978 6.4088 8.52978C6.66881 8.20978 7.13879 8.14978 7.45879 8.40978L10.5888 10.9098C11.3488 11.5198 12.6388 11.5198 13.3988 10.9098L14.5788 9.96978C14.8988 9.70978 15.3788 9.75977 15.6288 10.0898C15.8888 10.4098 15.8388 10.8898 15.5088 11.1398L14.3288 12.0798C13.6888 12.6098 12.8388 12.8698 11.9988 12.8698Z\" fill=\"\"/>\n<path d=\"M19.5 8.75C17.71 8.75 16.25 7.29 16.25 5.5C16.25 3.71 17.71 2.25 19.5 2.25C21.29 2.25 22.75 3.71 22.75 5.5C22.75 7.29 21.29 8.75 19.5 8.75ZM19.5 3.75C18.54 3.75 17.75 4.54 17.75 5.5C17.75 6.46 18.54 7.25 19.5 7.25C20.46 7.25 21.25 6.46 21.25 5.5C21.25 4.54 20.46 3.75 19.5 3.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"sms search \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 21.25H7C3.35 21.25 1.25 19.15 1.25 15.5V8.5C1.25 4.85 3.35 2.75 7 2.75H17C20.65 2.75 22.75 4.85 22.75 8.5V11.5C22.75 11.91 22.41 12.25 22 12.25C21.59 12.25 21.25 11.91 21.25 11.5V8.5C21.25 5.64 19.86 4.25 17 4.25H7C4.14 4.25 2.75 5.64 2.75 8.5V15.5C2.75 18.36 4.14 19.75 7 19.75H12C12.41 19.75 12.75 20.09 12.75 20.5C12.75 20.91 12.41 21.25 12 21.25Z\" fill=\"\"/>\n<path d=\"M11.9988 12.87C11.1588 12.87 10.3088 12.61 9.6588 12.08L6.5288 9.57996C6.2088 9.31996 6.14881 8.84997 6.4088 8.52997C6.66881 8.20997 7.13879 8.15997 7.45879 8.40997L10.5888 10.91C11.3488 11.52 12.6388 11.52 13.3988 10.91L16.5288 8.40997C16.8488 8.14997 17.3188 8.19997 17.5788 8.52997C17.8388 8.84997 17.7888 9.32996 17.4588 9.57996L14.3288 12.08C13.6888 12.61 12.8388 12.87 11.9988 12.87Z\" fill=\"\"/>\n<path d=\"M18.2 22.15C16.02 22.15 14.25 20.38 14.25 18.2C14.25 16.02 16.02 14.25 18.2 14.25C20.38 14.25 22.15 16.02 22.15 18.2C22.15 20.38 20.38 22.15 18.2 22.15ZM18.2 15.75C16.85 15.75 15.75 16.85 15.75 18.2C15.75 19.55 16.85 20.65 18.2 20.65C19.55 20.65 20.65 19.55 20.65 18.2C20.65 16.85 19.55 15.75 18.2 15.75Z\" fill=\"\"/>\n<path d=\"M21.9995 22.7499C21.8095 22.7499 21.6195 22.6799 21.4695 22.5299L20.4695 21.5299C20.1795 21.2399 20.1795 20.7599 20.4695 20.4699C20.7595 20.1799 21.2395 20.1799 21.5295 20.4699L22.5295 21.4699C22.8195 21.7599 22.8195 22.2399 22.5295 22.5299C22.3795 22.6799 22.1895 22.7499 21.9995 22.7499Z\" fill=\"\"/>\n</svg>\n</li><li title=\"sms star \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 21.25H7C3.35 21.25 1.25 19.15 1.25 15.5V8.5C1.25 4.85 3.35 2.75 7 2.75H12C12.41 2.75 12.75 3.09 12.75 3.5C12.75 3.91 12.41 4.25 12 4.25H7C4.14 4.25 2.75 5.64 2.75 8.5V15.5C2.75 18.36 4.14 19.75 7 19.75H17C19.86 19.75 21.25 18.36 21.25 15.5V11.5C21.25 11.09 21.59 10.75 22 10.75C22.41 10.75 22.75 11.09 22.75 11.5V15.5C22.75 19.15 20.65 21.25 17 21.25Z\" fill=\"\"/>\n<path d=\"M11.9988 12.8698C11.1588 12.8698 10.3088 12.6098 9.6588 12.0798L6.5288 9.57978C6.2088 9.31978 6.14881 8.84978 6.4088 8.52978C6.66881 8.20978 7.13879 8.14978 7.45879 8.40978L10.5888 10.9098C11.3488 11.5198 12.6388 11.5198 13.3988 10.9098C13.7188 10.6498 14.1888 10.6998 14.4488 11.0298C14.7088 11.3498 14.6588 11.8298 14.3288 12.0798C13.6888 12.6098 12.8388 12.8698 11.9988 12.8698Z\" fill=\"\"/>\n<path d=\"M16.7407 9.75023C16.3307 9.75023 16.0507 9.61022 15.8707 9.48022C15.5407 9.24022 15.0307 8.64024 15.3307 7.32024L15.3807 7.11023C15.4007 7.03023 15.3407 6.84023 15.2907 6.78023L14.9407 6.43022C14.3507 5.83022 14.1207 5.13023 14.3207 4.50023C14.5207 3.88023 15.1107 3.44023 15.9407 3.30023L16.3207 3.24023C16.3907 3.22023 16.5307 3.12023 16.5707 3.05023L16.8507 2.48022C17.2407 1.69022 17.8407 1.24023 18.5007 1.24023C19.1607 1.24023 19.7607 1.69022 20.1507 2.48022L20.4307 3.05023C20.4607 3.11023 20.6107 3.22023 20.6807 3.24023L21.0607 3.30023C21.8907 3.44023 22.4807 3.88023 22.6807 4.50023C22.8807 5.12023 22.6607 5.82022 22.0607 6.43022L21.7107 6.78023C21.6607 6.84023 21.6007 7.03023 21.6207 7.11023L21.6707 7.32024C21.9707 8.64024 21.4607 9.24022 21.1307 9.48022C20.8007 9.72022 20.0807 10.0102 18.9307 9.32024L18.6807 9.17023C18.6107 9.13023 18.4107 9.13023 18.3407 9.17023L18.0807 9.32024C17.5407 9.64024 17.0907 9.75023 16.7407 9.75023ZM18.4907 2.75023C18.4807 2.76023 18.3407 2.86022 18.2007 3.15022L17.9207 3.72023C17.6807 4.21023 17.1107 4.63023 16.5807 4.72023L16.2007 4.78023C15.8807 4.83023 15.7707 4.94024 15.7607 4.96024C15.7607 4.98024 15.7907 5.14022 16.0207 5.37022L16.3707 5.72023C16.7807 6.14023 16.9907 6.86022 16.8607 7.43022L16.8107 7.64023C16.7307 8.00023 16.7607 8.19022 16.7807 8.26022C16.8007 8.24022 16.9807 8.22023 17.3107 8.02023L17.5707 7.87022C18.1207 7.54022 18.9107 7.54022 19.4607 7.87022L19.7107 8.02023C20.0407 8.22023 20.2107 8.24023 20.2707 8.24023C20.2607 8.21023 20.3007 8.03023 20.2107 7.64023L20.1607 7.43022C20.0307 6.85022 20.2407 6.14023 20.6507 5.72023L21.0007 5.37022C21.2307 5.14022 21.2607 4.98023 21.2607 4.95023C21.2507 4.93023 21.1407 4.83023 20.8207 4.77023L20.4407 4.71024C19.9007 4.62024 19.3407 4.20024 19.1007 3.71024L18.8207 3.15022C18.6607 2.85022 18.5307 2.76023 18.4907 2.75023Z\" fill=\"\"/>\n</svg>\n</li><li title=\"sms tracking \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 21.25H7C6.59 21.25 6.25 20.91 6.25 20.5C6.25 20.09 6.59 19.75 7 19.75H17C19.86 19.75 21.25 18.36 21.25 15.5V8.5C21.25 5.64 19.86 4.25 17 4.25H7C4.14 4.25 2.75 5.64 2.75 8.5C2.75 8.91 2.41 9.25 2 9.25C1.59 9.25 1.25 8.91 1.25 8.5C1.25 4.85 3.35 2.75 7 2.75H17C20.65 2.75 22.75 4.85 22.75 8.5V15.5C22.75 19.15 20.65 21.25 17 21.25Z\" fill=\"\"/>\n<path d=\"M11.9988 12.87C11.1588 12.87 10.3088 12.61 9.6588 12.08L6.5288 9.57997C6.2088 9.31997 6.14881 8.84997 6.4088 8.52997C6.66881 8.20997 7.13879 8.14997 7.45879 8.40997L10.5888 10.91C11.3488 11.52 12.6388 11.52 13.3988 10.91L16.5288 8.40997C16.8488 8.14997 17.3288 8.19997 17.5788 8.52997C17.8388 8.84997 17.7888 9.32997 17.4588 9.57997L14.3288 12.08C13.6888 12.61 12.8388 12.87 11.9988 12.87Z\" fill=\"\"/>\n<path d=\"M8 17.25H2C1.59 17.25 1.25 16.91 1.25 16.5C1.25 16.09 1.59 15.75 2 15.75H8C8.41 15.75 8.75 16.09 8.75 16.5C8.75 16.91 8.41 17.25 8 17.25Z\" fill=\"\"/>\n<path d=\"M5 13.25H2C1.59 13.25 1.25 12.91 1.25 12.5C1.25 12.09 1.59 11.75 2 11.75H5C5.41 11.75 5.75 12.09 5.75 12.5C5.75 12.91 5.41 13.25 5 13.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"sms \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 21.25H7C3.35 21.25 1.25 19.15 1.25 15.5V8.5C1.25 4.85 3.35 2.75 7 2.75H17C20.65 2.75 22.75 4.85 22.75 8.5V15.5C22.75 19.15 20.65 21.25 17 21.25ZM7 4.25C4.14 4.25 2.75 5.64 2.75 8.5V15.5C2.75 18.36 4.14 19.75 7 19.75H17C19.86 19.75 21.25 18.36 21.25 15.5V8.5C21.25 5.64 19.86 4.25 17 4.25H7Z\" fill=\"\"/>\n<path d=\"M11.9988 12.87C11.1588 12.87 10.3088 12.61 9.6588 12.08L6.5288 9.57997C6.2088 9.31997 6.14881 8.84997 6.4088 8.52997C6.66881 8.20997 7.13881 8.14997 7.45881 8.40997L10.5888 10.91C11.3488 11.52 12.6388 11.52 13.3988 10.91L16.5288 8.40997C16.8488 8.14997 17.3288 8.19997 17.5788 8.52997C17.8388 8.84997 17.7888 9.32997 17.4588 9.57997L14.3288 12.08C13.6888 12.61 12.8388 12.87 11.9988 12.87Z\" fill=\"\"/>\n</svg>\n</li><li title=\"sort \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 7.75H3C2.59 7.75 2.25 7.41 2.25 7C2.25 6.59 2.59 6.25 3 6.25H21C21.41 6.25 21.75 6.59 21.75 7C21.75 7.41 21.41 7.75 21 7.75Z\" fill=\"\"/>\n<path d=\"M18 12.75H6C5.59 12.75 5.25 12.41 5.25 12C5.25 11.59 5.59 11.25 6 11.25H18C18.41 11.25 18.75 11.59 18.75 12C18.75 12.41 18.41 12.75 18 12.75Z\" fill=\"\"/>\n<path d=\"M14 17.75H10C9.59 17.75 9.25 17.41 9.25 17C9.25 16.59 9.59 16.25 10 16.25H14C14.41 16.25 14.75 16.59 14.75 17C14.75 17.41 14.41 17.75 14 17.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"sound \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 16.5C2.59 16.5 2.25 16.16 2.25 15.75V8.25C2.25 7.84 2.59 7.5 3 7.5C3.41 7.5 3.75 7.84 3.75 8.25V15.75C3.75 16.16 3.41 16.5 3 16.5Z\" fill=\"\"/>\n<path d=\"M7.5 19C7.09 19 6.75 18.66 6.75 18.25V5.75C6.75 5.34 7.09 5 7.5 5C7.91 5 8.25 5.34 8.25 5.75V18.25C8.25 18.66 7.91 19 7.5 19Z\" fill=\"\"/>\n<path d=\"M12 21.5C11.59 21.5 11.25 21.16 11.25 20.75V3.25C11.25 2.84 11.59 2.5 12 2.5C12.41 2.5 12.75 2.84 12.75 3.25V20.75C12.75 21.16 12.41 21.5 12 21.5Z\" fill=\"\"/>\n<path d=\"M16.5 19C16.09 19 15.75 18.66 15.75 18.25V5.75C15.75 5.34 16.09 5 16.5 5C16.91 5 17.25 5.34 17.25 5.75V18.25C17.25 18.66 16.91 19 16.5 19Z\" fill=\"\"/>\n<path d=\"M21 16.5C20.59 16.5 20.25 16.16 20.25 15.75V8.25C20.25 7.84 20.59 7.5 21 7.5C21.41 7.5 21.75 7.84 21.75 8.25V15.75C21.75 16.16 21.41 16.5 21 16.5Z\" fill=\"\"/>\n</svg>\n</li><li title=\"speaker \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H9C5.58 22.75 4.25 21.42 4.25 18V6C4.25 2.58 5.58 1.25 9 1.25H15C18.42 1.25 19.75 2.58 19.75 6V18C19.75 21.42 18.42 22.75 15 22.75ZM9 2.75C6.42 2.75 5.75 3.42 5.75 6V18C5.75 20.58 6.42 21.25 9 21.25H15C17.58 21.25 18.25 20.58 18.25 18V6C18.25 3.42 17.58 2.75 15 2.75H9Z\" fill=\"\"/>\n<path d=\"M12 18.75C9.93 18.75 8.25 17.07 8.25 15C8.25 12.93 9.93 11.25 12 11.25C14.07 11.25 15.75 12.93 15.75 15C15.75 17.07 14.07 18.75 12 18.75ZM12 12.75C10.76 12.75 9.75 13.76 9.75 15C9.75 16.24 10.76 17.25 12 17.25C13.24 17.25 14.25 16.24 14.25 15C14.25 13.76 13.24 12.75 12 12.75Z\" fill=\"\"/>\n<path d=\"M12 9.75C10.76 9.75 9.75 8.74 9.75 7.5C9.75 6.26 10.76 5.25 12 5.25C13.24 5.25 14.25 6.26 14.25 7.5C14.25 8.74 13.24 9.75 12 9.75ZM12 6.75C11.59 6.75 11.25 7.09 11.25 7.5C11.25 7.91 11.59 8.25 12 8.25C12.41 8.25 12.75 7.91 12.75 7.5C12.75 7.09 12.41 6.75 12 6.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"speedometer \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.14 20.25C18.95 20.25 18.76 20.18 18.61 20.04C18.31 19.75 18.31 19.28 18.6 18.98C20.31 17.24 21.25 14.94 21.25 12.5C21.25 7.4 17.1 3.25 12 3.25C6.9 3.25 2.75 7.4 2.75 12.5C2.75 14.93 3.68 17.22 5.38 18.96C5.67 19.26 5.66 19.73 5.37 20.02C5.07 20.31 4.6 20.3 4.31 20.01C2.34 17.99 1.25 15.32 1.25 12.5C1.25 6.57 6.07 1.75 12 1.75C17.93 1.75 22.75 6.57 22.75 12.5C22.75 15.33 21.66 18.01 19.67 20.03C19.53 20.18 19.33 20.25 19.14 20.25Z\" fill=\"\"/>\n<path d=\"M11.9989 22.25C9.7289 22.25 7.87891 20.4 7.87891 18.13C7.87891 15.86 9.7289 14 11.9989 14C14.2689 14 16.1189 15.85 16.1189 18.12C16.1189 20.39 14.2689 22.25 11.9989 22.25ZM11.9989 15.5C10.5489 15.5 9.37891 16.68 9.37891 18.12C9.37891 19.56 10.5589 20.74 11.9989 20.74C13.4389 20.74 14.6189 19.56 14.6189 18.12C14.6189 16.68 13.4489 15.5 11.9989 15.5Z\" fill=\"\"/>\n<path d=\"M16 12.75H15.25C14.42 12.75 13.75 12.08 13.75 11.25V10.5C13.75 9.26 14.76 8.25 16 8.25C17.24 8.25 18.25 9.26 18.25 10.5C18.25 11.74 17.24 12.75 16 12.75ZM16 9.75C15.59 9.75 15.25 10.09 15.25 10.5V11.25H16C16.41 11.25 16.75 10.91 16.75 10.5C16.75 10.09 16.41 9.75 16 9.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"star 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.48117 20.6901C8.98117 20.6901 8.63118 20.5201 8.42118 20.3601C8.02118 20.0701 7.40117 19.3201 7.79117 17.6401L8.36115 15.1801C8.41115 14.9701 8.30116 14.5901 8.15116 14.4301L6.16117 12.4401C5.11117 11.3901 5.20116 10.4801 5.34116 10.0301C5.48116 9.58006 5.94116 8.79005 7.40116 8.54005L9.95117 8.12006C10.1412 8.09006 10.4512 7.86006 10.5312 7.69006L11.9412 4.87006C12.6212 3.51006 13.5212 3.31006 14.0012 3.31006C14.4812 3.31006 15.3812 3.51006 16.0612 4.87006L17.4712 7.69006C17.5612 7.86006 17.8611 8.09006 18.0511 8.12006L20.6012 8.54005C22.0612 8.78005 22.5212 9.58006 22.6612 10.0301C22.8012 10.4801 22.8912 11.3901 21.8412 12.4401L19.8512 14.4301C19.7012 14.5801 19.5912 14.9701 19.6412 15.1801L20.2112 17.6401C20.6012 19.3301 19.9811 20.0701 19.5811 20.3601C19.1811 20.6501 18.2912 21.0201 16.7912 20.1301L14.4012 18.7101C14.2012 18.5901 13.7811 18.5901 13.5811 18.7101L11.1912 20.1301C10.5012 20.5501 9.92117 20.6901 9.48117 20.6901ZM14.0012 4.81006C13.8412 4.81006 13.5512 5.00005 13.2812 5.54005L11.8712 8.36006C11.5712 8.97006 10.8612 9.49007 10.1912 9.60007L7.64118 10.0201C7.07118 10.1201 6.81117 10.3301 6.76117 10.4901C6.71117 10.6501 6.80115 10.9701 7.21115 11.3801L9.20117 13.3701C9.71117 13.8801 9.98117 14.8101 9.82117 15.5101L9.25116 17.9701C9.08116 18.6801 9.19115 19.0601 9.30115 19.1501C9.41115 19.2301 9.81115 19.2201 10.4312 18.8401L12.8311 17.4201C13.5011 17.0201 14.5112 17.0201 15.1712 17.4201L17.5612 18.8401C18.1912 19.2101 18.5912 19.2301 18.7012 19.1501C18.8112 19.0701 18.9212 18.6901 18.7512 17.9701L18.1812 15.5101C18.0212 14.8001 18.2811 13.8801 18.8011 13.3701L20.7912 11.3801C21.2012 10.9701 21.2912 10.6401 21.2412 10.4901C21.1912 10.3401 20.9311 10.1201 20.3611 10.0201L17.8112 9.60007C17.1412 9.49007 16.4312 8.97006 16.1312 8.36006L14.7212 5.54005C14.4512 5.00005 14.1612 4.81006 14.0012 4.81006Z\" fill=\"\"/>\n<path d=\"M8 5.75H2C1.59 5.75 1.25 5.41 1.25 5C1.25 4.59 1.59 4.25 2 4.25H8C8.41 4.25 8.75 4.59 8.75 5C8.75 5.41 8.41 5.75 8 5.75Z\" fill=\"\"/>\n<path d=\"M5 19.75H2C1.59 19.75 1.25 19.41 1.25 19C1.25 18.59 1.59 18.25 2 18.25H5C5.41 18.25 5.75 18.59 5.75 19C5.75 19.41 5.41 19.75 5 19.75Z\" fill=\"\"/>\n<path d=\"M3 12.75H2C1.59 12.75 1.25 12.41 1.25 12C1.25 11.59 1.59 11.25 2 11.25H3C3.41 11.25 3.75 11.59 3.75 12C3.75 12.41 3.41 12.75 3 12.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"star slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.28012 19.4001C5.22012 19.4001 5.17012 19.3901 5.11012 19.3801C4.71012 19.2901 4.45012 18.8801 4.55012 18.4801L5.12012 16.0201C5.20012 15.7001 5.04012 15.1501 4.80012 14.9101L2.32012 12.4301C1.08012 11.1901 1.18012 10.1301 1.35012 9.61008C1.52012 9.09008 2.06012 8.17008 3.78012 7.88008L6.97012 7.35008C7.27012 7.29008 7.70012 6.97008 7.83012 6.70008L9.60012 3.17008C10.4001 1.56008 11.4501 1.33008 12.0001 1.33008C12.5501 1.33008 13.6001 1.57008 14.4001 3.17008L16.1601 6.69008C16.2201 6.81008 16.3501 6.95008 16.5001 7.07008C16.8301 7.32008 16.8901 7.80008 16.6301 8.12008C16.3801 8.45008 15.9101 8.51008 15.5801 8.25008C15.3401 8.07008 15.0201 7.76008 14.8201 7.36008L13.0601 3.84008C12.7501 3.21008 12.3501 2.83008 12.0001 2.83008C11.6501 2.83008 11.2501 3.21008 10.9401 3.85008L9.17012 7.37008C8.82012 8.07008 7.98012 8.69008 7.21012 8.82008L4.03012 9.35008C3.35012 9.46008 2.89012 9.73008 2.78012 10.0601C2.67012 10.3901 2.90012 10.8801 3.39012 11.3601L5.87012 13.8401C6.47012 14.4401 6.78012 15.5201 6.59012 16.3501L6.02012 18.8101C5.93012 19.1601 5.63012 19.4001 5.28012 19.4001Z\" fill=\"\"/>\n<path d=\"M17.6593 22.6699C17.1293 22.6699 16.4493 22.4999 15.5993 21.9999L12.6093 20.2299C12.2993 20.0499 11.6993 20.0499 11.3993 20.2299L8.39933 21.9999C8.04933 22.2099 7.57933 22.0899 7.36933 21.7399C7.15933 21.3799 7.27933 20.9199 7.62933 20.7099L10.6193 18.9399C11.3993 18.4799 12.5793 18.4799 13.3593 18.9399L16.3493 20.7099C17.2193 21.2299 17.7693 21.2299 17.9793 21.0799C18.1893 20.9299 18.3393 20.3999 18.1193 19.4199L17.4093 16.3499C17.2193 15.5199 17.5293 14.4499 18.1293 13.8399L20.6093 11.3599C21.0993 10.8699 21.3193 10.3899 21.2193 10.0599C21.1093 9.7299 20.6493 9.4599 19.9693 9.3499C19.5593 9.2799 19.2893 8.8999 19.3493 8.4899C19.4193 8.0799 19.7993 7.8099 20.2093 7.8699C21.9393 8.1599 22.4793 9.0799 22.6393 9.5999C22.7993 10.1199 22.8993 11.1799 21.6693 12.4199L19.1993 14.8999C18.9593 15.1399 18.8093 15.6799 18.8793 16.0099L19.5893 19.0799C20.0493 21.0799 19.3393 21.9499 18.8793 22.2899C18.6293 22.4699 18.2293 22.6699 17.6593 22.6699Z\" fill=\"\"/>\n<path d=\"M1.99945 22.7499C1.80945 22.7499 1.61945 22.6799 1.46945 22.5299C1.17945 22.2399 1.17945 21.7599 1.46945 21.4699L21.4695 1.46994C21.7595 1.17994 22.2395 1.17994 22.5295 1.46994C22.8195 1.75994 22.8195 2.23994 22.5295 2.52994L2.52945 22.5299C2.37945 22.6799 2.18945 22.7499 1.99945 22.7499Z\" fill=\"\"/>\n</svg>\n</li><li title=\"star \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.6601 22.6701C17.1301 22.6701 16.4501 22.5001 15.6001 22.0001L12.6101 20.2301C12.3001 20.0501 11.7001 20.0501 11.4001 20.2301L8.40012 22.0001C6.63012 23.0501 5.59012 22.6301 5.12012 22.2901C4.66012 21.9501 3.94012 21.0801 4.41012 19.0801L5.12012 16.0101C5.20012 15.6901 5.04012 15.1401 4.80012 14.9001L2.32012 12.4201C1.08012 11.1801 1.18012 10.1201 1.35012 9.60007C1.52012 9.08007 2.06012 8.16007 3.78012 7.87007L6.97012 7.34007C7.27012 7.29007 7.70012 6.97007 7.83012 6.70007L9.60012 3.17007C10.4001 1.56007 11.4501 1.32007 12.0001 1.32007C12.5501 1.32007 13.6001 1.56007 14.4001 3.17007L16.1601 6.69007C16.3001 6.96007 16.7301 7.28007 17.0301 7.33007L20.2201 7.86007C21.9501 8.15007 22.4901 9.07007 22.6501 9.59007C22.8101 10.1101 22.9101 11.1701 21.6801 12.4101L19.2001 14.9001C18.9601 15.1401 18.8101 15.6801 18.8801 16.0101L19.5901 19.0801C20.0501 21.0801 19.3401 21.9501 18.8801 22.2901C18.6301 22.4701 18.2301 22.6701 17.6601 22.6701ZM12.0001 18.5901C12.4901 18.5901 12.9801 18.7101 13.3701 18.9401L16.3601 20.7101C17.2301 21.2301 17.7801 21.2301 17.9901 21.0801C18.2001 20.9301 18.3501 20.4001 18.1301 19.4201L17.4201 16.3501C17.2301 15.5201 17.5401 14.4501 18.1401 13.8401L20.6201 11.3601C21.1101 10.8701 21.3301 10.3901 21.2301 10.0601C21.1201 9.73007 20.6601 9.46007 19.9801 9.35007L16.7901 8.82007C16.0201 8.69007 15.1801 8.07007 14.8301 7.37007L13.0701 3.85007C12.7501 3.21007 12.3501 2.83007 12.0001 2.83007C11.6501 2.83007 11.2501 3.21007 10.9401 3.85007L9.17012 7.37007C8.82012 8.07007 7.98012 8.69007 7.21012 8.82007L4.03012 9.35007C3.35012 9.46007 2.89012 9.73007 2.78012 10.0601C2.67012 10.3901 2.90012 10.8801 3.39012 11.3601L5.87012 13.8401C6.47012 14.4401 6.78012 15.5201 6.59012 16.3501L5.88012 19.4201C5.65012 20.4101 5.81012 20.9301 6.02012 21.0801C6.23012 21.2301 6.77012 21.2201 7.65012 20.7101L10.6401 18.9401C11.0201 18.7101 11.5101 18.5901 12.0001 18.5901Z\" fill=\"\"/>\n</svg>\n</li><li title=\"status up \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.87988 18.9001C6.46988 18.9001 6.12988 18.5601 6.12988 18.1501V16.0801C6.12988 15.6701 6.46988 15.3301 6.87988 15.3301C7.28988 15.3301 7.62988 15.6701 7.62988 16.0801V18.1501C7.62988 18.5701 7.28988 18.9001 6.87988 18.9001Z\" fill=\"\"/>\n<path d=\"M12 18.9C11.59 18.9 11.25 18.56 11.25 18.15V14C11.25 13.59 11.59 13.25 12 13.25C12.41 13.25 12.75 13.59 12.75 14V18.15C12.75 18.57 12.41 18.9 12 18.9Z\" fill=\"\"/>\n<path d=\"M17.1201 18.9002C16.7101 18.9002 16.3701 18.5602 16.3701 18.1502V11.9302C16.3701 11.5202 16.7101 11.1802 17.1201 11.1802C17.5301 11.1802 17.8701 11.5202 17.8701 11.9302V18.1502C17.8701 18.5702 17.5401 18.9002 17.1201 18.9002Z\" fill=\"\"/>\n<path d=\"M6.87958 13.1799C6.53958 13.1799 6.23958 12.9499 6.14958 12.6099C6.04958 12.2099 6.28958 11.7999 6.69958 11.6999C10.3796 10.7799 13.6196 8.76992 16.0896 5.89992L16.5496 5.35992C16.8196 5.04992 17.2896 5.00992 17.6096 5.27992C17.9196 5.54992 17.9596 6.01992 17.6896 6.33992L17.2296 6.87992C14.5596 9.99992 11.0396 12.1699 7.05958 13.1599C6.99958 13.1799 6.93958 13.1799 6.87958 13.1799Z\" fill=\"\"/>\n<path d=\"M17.1204 9.5201C16.7104 9.5201 16.3704 9.1801 16.3704 8.7701V6.6001H14.1904C13.7804 6.6001 13.4404 6.2601 13.4404 5.8501C13.4404 5.4401 13.7804 5.1001 14.1904 5.1001H17.1204C17.5304 5.1001 17.8704 5.4401 17.8704 5.8501V8.7801C17.8704 9.1901 17.5404 9.5201 17.1204 9.5201Z\" fill=\"\"/>\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n</svg>\n</li><li title=\"status \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.9898 22.5501C9.9398 22.5501 9.8898 22.5501 9.8398 22.5301C6.0098 21.7501 2.8998 18.9301 1.7398 15.1901C1.6198 14.7901 1.8398 14.3701 2.2298 14.2501C2.6298 14.1301 3.0498 14.3501 3.1698 14.7401C4.1698 17.9601 6.8398 20.3801 10.1398 21.0501C10.5498 21.1301 10.8098 21.5301 10.7198 21.9401C10.6498 22.3001 10.3298 22.5501 9.9898 22.5501Z\" fill=\"\"/>\n<path d=\"M21.9502 11.73C21.5702 11.73 21.2402 11.44 21.2002 11.06C20.7202 6.32 16.7602 2.75 12.0002 2.75C7.23022 2.75 3.28022 6.32 2.80022 11.05C2.76022 11.46 2.40022 11.77 1.98022 11.72C1.57022 11.68 1.27022 11.31 1.31022 10.9C1.87022 5.4 6.47022 1.25 12.0002 1.25C17.5402 1.25 22.1402 5.4 22.6902 10.9C22.7302 11.31 22.4302 11.68 22.0202 11.72C22.0002 11.73 21.9702 11.73 21.9502 11.73Z\" fill=\"\"/>\n<path d=\"M14.0101 22.5498C13.6601 22.5498 13.3501 22.3098 13.2801 21.9498C13.2001 21.5398 13.4601 21.1498 13.8601 21.0698C17.1401 20.3998 19.8101 17.9998 20.8201 14.7998C20.9401 14.3998 21.3701 14.1798 21.7601 14.3098C22.1601 14.4298 22.3701 14.8598 22.2501 15.2498C21.0701 18.9698 17.9701 21.7598 14.1601 22.5398C14.1101 22.5398 14.0601 22.5498 14.0101 22.5498Z\" fill=\"\"/>\n</svg>\n</li><li title=\"sticker \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9693 22.7499C11.3593 22.7499 10.7293 22.6999 10.0893 22.5899C5.68932 21.8399 2.09932 18.2399 1.36932 13.8199C0.789319 10.3099 1.87932 6.87991 4.36932 4.38991C6.85932 1.89991 10.2893 0.819909 13.7893 1.38991C18.1993 2.11991 21.8093 5.69991 22.5593 10.0999C22.7193 11.0699 22.7593 12.0199 22.6793 12.9199V12.9299C22.6593 13.1599 22.6193 13.3799 22.5593 13.5999C22.4893 13.8499 22.2993 14.0399 22.0593 14.1199C21.8193 14.1999 21.5493 14.1399 21.3493 13.9799C20.4093 13.1899 19.2093 12.7499 17.9693 12.7499C15.0693 12.7499 12.7193 15.1099 12.7193 17.9999C12.7193 19.2399 13.1593 20.4399 13.9493 21.3799C14.1193 21.5799 14.1693 21.8399 14.0893 22.0899C14.0093 22.3399 13.8193 22.5199 13.5693 22.5899C13.3493 22.6499 13.1293 22.6899 12.8993 22.7099C12.5993 22.7399 12.2893 22.7499 11.9693 22.7499ZM11.9693 2.74991C9.51932 2.74991 7.19932 3.69991 5.43932 5.45991C3.29932 7.59991 2.35932 10.5599 2.85932 13.5799C3.48932 17.3699 6.55932 20.4699 10.3493 21.1099C10.9493 21.2099 11.5193 21.2699 12.0693 21.2499C11.5293 20.2599 11.2393 19.1399 11.2393 17.9999C11.2393 14.2799 14.2693 11.2499 17.9893 11.2499C19.1293 11.2499 20.2493 11.5399 21.2393 12.0799C21.2493 11.5299 21.1993 10.9599 21.0993 10.3599C20.4593 6.57991 17.3593 3.49991 13.5693 2.87991C13.0193 2.78991 12.4893 2.74991 11.9693 2.74991Z\" fill=\"\"/>\n<path d=\"M13.3807 22.61C13.1607 22.61 12.9507 22.52 12.8107 22.34C11.7907 21.13 11.2207 19.59 11.2207 18C11.2207 14.28 14.2507 11.25 17.9707 11.25C19.5607 11.25 21.1007 11.81 22.3107 12.84C22.5407 13.03 22.6307 13.34 22.5507 13.62C22.3707 14.24 22.0507 14.78 21.5907 15.24L15.2107 21.62C14.7507 22.08 14.2007 22.4 13.5907 22.58C13.5207 22.6 13.4507 22.61 13.3807 22.61ZM17.9707 12.75C15.0707 12.75 12.7207 15.11 12.7207 18C12.7207 19.06 13.0407 20.09 13.6307 20.95C13.8207 20.85 13.9907 20.72 14.1507 20.56L20.5307 14.18C20.6907 14.02 20.8207 13.85 20.9207 13.66C20.0607 13.07 19.0307 12.75 17.9707 12.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"stickynote \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 5.75C7.59 5.75 7.25 5.41 7.25 5V2C7.25 1.59 7.59 1.25 8 1.25C8.41 1.25 8.75 1.59 8.75 2V5C8.75 5.41 8.41 5.75 8 5.75Z\" fill=\"\"/>\n<path d=\"M16 5.75C15.59 5.75 15.25 5.41 15.25 5V2C15.25 1.59 15.59 1.25 16 1.25C16.41 1.25 16.75 1.59 16.75 2V5C16.75 5.41 16.41 5.75 16 5.75Z\" fill=\"\"/>\n<path d=\"M15 11.75H7C6.59 11.75 6.25 11.41 6.25 11C6.25 10.59 6.59 10.25 7 10.25H15C15.41 10.25 15.75 10.59 15.75 11C15.75 11.41 15.41 11.75 15 11.75Z\" fill=\"\"/>\n<path d=\"M12 15.75H7C6.59 15.75 6.25 15.41 6.25 15C6.25 14.59 6.59 14.25 7 14.25H12C12.41 14.25 12.75 14.59 12.75 15C12.75 15.41 12.41 15.75 12 15.75Z\" fill=\"\"/>\n<path d=\"M15 22.75H9C3.38 22.75 2.25 20.1 2.25 15.82V9.65C2.25 4.91 3.85 2.98 7.96 2.75H16C20.15 2.98 21.75 4.91 21.75 9.65V16C21.75 16.41 21.41 16.75 21 16.75C20.59 16.75 20.25 16.41 20.25 16V9.65C20.25 5.29 18.8 4.41 15.96 4.25H8C5.2 4.41 3.75 5.29 3.75 9.65V15.82C3.75 19.65 4.48 21.25 9 21.25H15C15.41 21.25 15.75 21.59 15.75 22C15.75 22.41 15.41 22.75 15 22.75Z\" fill=\"\"/>\n<path d=\"M15 22.75C14.9 22.75 14.81 22.73 14.71 22.69C14.43 22.57 14.25 22.3 14.25 22V19C14.25 16.58 15.58 15.25 18 15.25H21C21.3 15.25 21.58 15.43 21.69 15.71C21.81 15.99 21.74 16.31 21.53 16.53L15.53 22.53C15.39 22.67 15.2 22.75 15 22.75ZM18 16.75C16.42 16.75 15.75 17.42 15.75 19V20.19L19.19 16.75H18Z\" fill=\"\"/>\n</svg>\n</li><li title=\"stop circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9707 22.75C6.0507 22.75 1.2207 17.93 1.2207 12C1.2207 6.07 6.0507 1.25 11.9707 1.25C17.8907 1.25 22.7207 6.07 22.7207 12C22.7207 17.93 17.9007 22.75 11.9707 22.75ZM11.9707 2.75C6.8707 2.75 2.7207 6.9 2.7207 12C2.7207 17.1 6.8707 21.25 11.9707 21.25C17.0707 21.25 21.2207 17.1 21.2207 12C21.2207 6.9 17.0707 2.75 11.9707 2.75Z\" fill=\"\"/>\n<path d=\"M13.2695 16.98H10.7295C8.19953 16.98 7.01953 15.8 7.01953 13.27V10.73C7.01953 8.20002 8.19953 7.02002 10.7295 7.02002H13.2695C15.7995 7.02002 16.9795 8.20002 16.9795 10.73V13.27C16.9795 15.8 15.7995 16.98 13.2695 16.98ZM10.7295 8.52002C9.03953 8.52002 8.51953 9.04002 8.51953 10.73V13.27C8.51953 14.96 9.03953 15.48 10.7295 15.48H13.2695C14.9595 15.48 15.4795 14.96 15.4795 13.27V10.73C15.4795 9.04002 14.9595 8.52002 13.2695 8.52002H10.7295Z\" fill=\"\"/>\n</svg>\n</li><li title=\"stop \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.7 21.75H9.3C4.36 21.75 2.25 19.64 2.25 14.7V9.3C2.25 4.36 4.36 2.25 9.3 2.25H14.7C19.64 2.25 21.75 4.36 21.75 9.3V14.7C21.75 19.64 19.64 21.75 14.7 21.75ZM9.3 3.75C5.2 3.75 3.75 5.2 3.75 9.3V14.7C3.75 18.8 5.2 20.25 9.3 20.25H14.7C18.8 20.25 20.25 18.8 20.25 14.7V9.3C20.25 5.2 18.8 3.75 14.7 3.75H9.3Z\" fill=\"\"/>\n</svg>\n</li><li title=\"story \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9995 19.3701C10.2095 19.3701 8.41945 18.6901 7.04945 17.3201C4.31945 14.5901 4.31945 10.1501 7.04945 7.42006C9.77945 4.69006 14.2195 4.69006 16.9495 7.42006C19.6795 10.1501 19.6795 14.5901 16.9495 17.3201C15.5795 18.6901 13.7895 19.3701 11.9995 19.3701ZM11.9995 6.87007C10.5895 6.87007 9.17945 7.41006 8.10945 8.48006C5.96945 10.6301 5.96945 14.1101 8.10945 16.2601C10.2595 18.4101 13.7495 18.4001 15.8895 16.2601C18.0295 14.1101 18.0295 10.6301 15.8895 8.48006C14.8195 7.41006 13.4095 6.87007 11.9995 6.87007Z\" fill=\"\"/>\n<path d=\"M8.24906 22.3899C8.15906 22.3899 8.05906 22.3699 7.96906 22.3399C5.71906 21.4399 3.89905 19.8499 2.67905 17.7499C1.49905 15.6999 1.02905 13.3799 1.33905 11.0199C1.38905 10.6099 1.76905 10.3199 2.17905 10.3699C2.58905 10.4199 2.87904 10.7999 2.82904 11.2099C2.56904 13.2299 2.96907 15.2299 3.97907 16.9899C5.01907 18.7899 6.58905 20.1599 8.51905 20.9299C8.89905 21.0899 9.08906 21.5198 8.93906 21.9098C8.82906 22.2098 8.53906 22.3899 8.24906 22.3899Z\" fill=\"\"/>\n<path d=\"M5.84961 5.22986C5.62961 5.22986 5.40961 5.12988 5.25961 4.93988C4.99961 4.60988 5.05962 4.13989 5.38962 3.88989C7.29962 2.39989 9.57961 1.60986 11.9996 1.60986C14.3596 1.60986 16.6096 2.36988 18.4996 3.80988C18.8296 4.05988 18.8896 4.52986 18.6396 4.85986C18.3896 5.18986 17.9196 5.24988 17.5896 4.99988C15.9696 3.75988 14.0396 3.10986 11.9996 3.10986C9.91961 3.10986 7.9496 3.78989 6.3096 5.06989C6.1696 5.17989 6.00961 5.22986 5.84961 5.22986Z\" fill=\"\"/>\n<path d=\"M15.7507 22.3901C15.4507 22.3901 15.1707 22.2101 15.0507 21.9201C14.9007 21.5401 15.0807 21.1001 15.4707 20.9401C17.4007 20.1601 18.9707 18.8001 20.0107 17.0001C21.0307 15.2401 21.4307 13.2401 21.1607 11.2201C21.1107 10.8101 21.4007 10.4301 21.8107 10.3801C22.2107 10.3301 22.6007 10.6201 22.6507 11.0301C22.9507 13.3801 22.4907 15.7101 21.3107 17.7601C20.1007 19.8601 18.2707 21.4401 16.0207 22.3501C15.9407 22.3701 15.8507 22.3901 15.7507 22.3901Z\" fill=\"\"/>\n</svg>\n</li><li title=\"strongbox 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n<path d=\"M16 19.75H8C5.58 19.75 4.25 18.42 4.25 16V8C4.25 5.58 5.58 4.25 8 4.25H16C18.42 4.25 19.75 5.58 19.75 8V16C19.75 18.42 18.42 19.75 16 19.75ZM8 5.75C6.42 5.75 5.75 6.42 5.75 8V16C5.75 17.58 6.42 18.25 8 18.25H16C17.58 18.25 18.25 17.58 18.25 16V8C18.25 6.42 17.58 5.75 16 5.75H8Z\" fill=\"\"/>\n<path d=\"M7.48 15.25H5C4.59 15.25 4.25 14.91 4.25 14.5C4.25 14.09 4.59 13.75 5 13.75H7.48C8.45 13.75 9.23 12.96 9.23 12C9.23 11.04 8.44 10.25 7.48 10.25H5C4.59 10.25 4.25 9.91 4.25 9.5C4.25 9.09 4.59 8.75 5 8.75H7.48C9.27 8.75 10.73 10.21 10.73 12C10.73 13.79 9.28 15.25 7.48 15.25Z\" fill=\"\"/>\n<path d=\"M19 10.7402H16C15.59 10.7402 15.25 10.4002 15.25 9.99023C15.25 9.58023 15.59 9.24023 16 9.24023H19C19.41 9.24023 19.75 9.58023 19.75 9.99023C19.75 10.4002 19.41 10.7402 19 10.7402Z\" fill=\"\"/>\n<path d=\"M19 14.75H16C15.59 14.75 15.25 14.41 15.25 14C15.25 13.59 15.59 13.25 16 13.25H19C19.41 13.25 19.75 13.59 19.75 14C19.75 14.41 19.41 14.75 19 14.75Z\" fill=\"\"/>\n<path d=\"M7.25 13.0001C7.12 13.0001 6.99 12.9701 6.87 12.9201C6.75 12.8701 6.63999 12.8001 6.53999 12.7101C6.34999 12.5201 6.25 12.2701 6.25 12.0001C6.25 11.7401 6.35999 11.4801 6.53999 11.2901C6.81999 11.0201 7.26 10.9201 7.63 11.0801C7.76 11.1301 7.87001 11.2001 7.96001 11.2901C8.14001 11.4801 8.25 11.7401 8.25 12.0001C8.25 12.2701 8.15001 12.5201 7.96001 12.7101C7.86001 12.8001 7.75 12.8701 7.63 12.9201C7.51 12.9701 7.38 13.0001 7.25 13.0001Z\" fill=\"\"/>\n</svg>\n</li><li title=\"strongbox \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n<path d=\"M12.0011 16.5601C10.9011 16.5601 10.0011 15.6601 10.0011 14.5601V12.9601C9.4111 12.4701 9.0111 11.7801 8.9111 11.0101C8.8911 10.8901 8.87109 10.7201 8.87109 10.5601C8.87109 9.5901 9.31109 8.6901 10.0911 8.0901C10.8711 7.4901 11.8711 7.3001 12.8311 7.5501C13.8811 7.8301 14.7511 8.69011 15.0211 9.74011C15.1311 10.1501 15.1611 10.5801 15.0911 11.0101C14.9811 11.7701 14.5911 12.4601 14.0011 12.9501V14.5501C14.0011 15.6601 13.1011 16.5601 12.0011 16.5601ZM11.9911 8.9401C11.6311 8.9401 11.2911 9.0501 11.0011 9.2801C10.6011 9.5901 10.3711 10.0601 10.3711 10.5601C10.3711 10.6301 10.3711 10.7101 10.3911 10.7701C10.4611 11.2701 10.7311 11.6801 11.1511 11.9401L11.5011 12.1601V14.5601C11.5011 14.8401 11.7211 15.0601 12.0011 15.0601C12.2811 15.0601 12.5011 14.8401 12.5011 14.5601V12.1601L12.8511 11.9401C13.2611 11.6801 13.5411 11.2701 13.6011 10.8001V10.7801C13.6411 10.5601 13.6311 10.3401 13.5711 10.1301C13.4311 9.58011 12.9811 9.1401 12.4411 9.0001C12.2911 8.9601 12.1411 8.9401 11.9911 8.9401Z\" fill=\"\"/>\n<path d=\"M21.9996 10.1602H14.3496V11.6602H21.9996V10.1602Z\" fill=\"\"/>\n<path d=\"M9.64999 10.1602H2V11.6602H9.64999V10.1602Z\" fill=\"\"/>\n</svg>\n</li><li title=\"subtitle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n<path d=\"M17.5004 17.8301H15.6504C15.2404 17.8301 14.9004 17.4901 14.9004 17.0801C14.9004 16.6701 15.2404 16.3301 15.6504 16.3301H17.5004C17.9104 16.3301 18.2504 16.6701 18.2504 17.0801C18.2504 17.4901 17.9104 17.8301 17.5004 17.8301Z\" fill=\"\"/>\n<path d=\"M12.97 17.8301H6.5C6.09 17.8301 5.75 17.4901 5.75 17.0801C5.75 16.6701 6.09 16.3301 6.5 16.3301H12.97C13.38 16.3301 13.72 16.6701 13.72 17.0801C13.72 17.4901 13.39 17.8301 12.97 17.8301Z\" fill=\"\"/>\n<path d=\"M17.5007 14.0698H11.9707C11.5607 14.0698 11.2207 13.7298 11.2207 13.3198C11.2207 12.9098 11.5607 12.5698 11.9707 12.5698H17.5007C17.9107 12.5698 18.2507 12.9098 18.2507 13.3198C18.2507 13.7298 17.9107 14.0698 17.5007 14.0698Z\" fill=\"\"/>\n<path d=\"M9.27 14.0698H6.5C6.09 14.0698 5.75 13.7298 5.75 13.3198C5.75 12.9098 6.09 12.5698 6.5 12.5698H9.27C9.68 12.5698 10.02 12.9098 10.02 13.3198C10.02 13.7298 9.68 14.0698 9.27 14.0698Z\" fill=\"\"/>\n</svg>\n</li><li title=\"sun 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 19.25C8 19.25 4.75 16 4.75 12C4.75 8 8 4.75 12 4.75C16 4.75 19.25 8 19.25 12C19.25 16 16 19.25 12 19.25ZM12 6.25C8.83 6.25 6.25 8.83 6.25 12C6.25 15.17 8.83 17.75 12 17.75C15.17 17.75 17.75 15.17 17.75 12C17.75 8.83 15.17 6.25 12 6.25Z\" fill=\"\"/>\n<path d=\"M12 22.96C11.45 22.96 11 22.55 11 22V21.92C11 21.37 11.45 20.92 12 20.92C12.55 20.92 13 21.37 13 21.92C13 22.47 12.55 22.96 12 22.96ZM19.14 20.14C18.88 20.14 18.63 20.04 18.43 19.85L18.3 19.72C17.91 19.33 17.91 18.7 18.3 18.31C18.69 17.92 19.32 17.92 19.71 18.31L19.84 18.44C20.23 18.83 20.23 19.46 19.84 19.85C19.65 20.04 19.4 20.14 19.14 20.14ZM4.86 20.14C4.6 20.14 4.35 20.04 4.15 19.85C3.76 19.46 3.76 18.83 4.15 18.44L4.28 18.31C4.67 17.92 5.3 17.92 5.69 18.31C6.08 18.7 6.08 19.33 5.69 19.72L5.56 19.85C5.37 20.04 5.11 20.14 4.86 20.14ZM22 13H21.92C21.37 13 20.92 12.55 20.92 12C20.92 11.45 21.37 11 21.92 11C22.47 11 22.96 11.45 22.96 12C22.96 12.55 22.55 13 22 13ZM2.08 13H2C1.45 13 1 12.55 1 12C1 11.45 1.45 11 2 11C2.55 11 3.04 11.45 3.04 12C3.04 12.55 2.63 13 2.08 13ZM19.01 5.99C18.75 5.99 18.5 5.89 18.3 5.7C17.91 5.31 17.91 4.68 18.3 4.29L18.43 4.16C18.82 3.77 19.45 3.77 19.84 4.16C20.23 4.55 20.23 5.18 19.84 5.57L19.71 5.7C19.52 5.89 19.27 5.99 19.01 5.99ZM4.99 5.99C4.73 5.99 4.48 5.89 4.28 5.7L4.15 5.56C3.76 5.17 3.76 4.54 4.15 4.15C4.54 3.76 5.17 3.76 5.56 4.15L5.69 4.28C6.08 4.67 6.08 5.3 5.69 5.69C5.5 5.89 5.24 5.99 4.99 5.99ZM12 3.04C11.45 3.04 11 2.63 11 2.08V2C11 1.45 11.45 1 12 1C12.55 1 13 1.45 13 2C13 2.55 12.55 3.04 12 3.04Z\" fill=\"\"/>\n</svg>\n</li><li title=\"sun fog \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.5 12.75C18.09 12.75 17.75 12.41 17.75 12C17.75 8.83 15.17 6.25 12 6.25C8.83 6.25 6.25 8.83 6.25 12C6.25 12.41 5.91 12.75 5.5 12.75C5.09 12.75 4.75 12.41 4.75 12C4.75 8 8 4.75 12 4.75C16 4.75 19.25 8 19.25 12C19.25 12.41 18.91 12.75 18.5 12.75Z\" fill=\"\"/>\n<path d=\"M22 13H21.92C21.37 13 20.92 12.55 20.92 12C20.92 11.45 21.37 11 21.92 11C22.47 11 22.96 11.45 22.96 12C22.96 12.55 22.55 13 22 13ZM2.08002 13H2C1.45 13 1 12.55 1 12C1 11.45 1.45 11 2 11C2.55 11 3.03998 11.45 3.03998 12C3.03998 12.55 2.63002 13 2.08002 13ZM19.01 5.98999C18.75 5.98999 18.5 5.89001 18.3 5.70001C17.91 5.31001 17.91 4.68001 18.3 4.29001L18.43 4.16C18.82 3.77 19.45 3.77 19.84 4.16C20.23 4.55 20.23 5.18001 19.84 5.57001L19.71 5.70001C19.52 5.89001 19.27 5.98999 19.01 5.98999ZM4.98999 5.98999C4.72999 5.98999 4.48003 5.89001 4.28003 5.70001L4.15002 5.57001C3.76002 5.18001 3.76002 4.55 4.15002 4.16C4.54002 3.77 5.17 3.77 5.56 4.16L5.69 4.29001C6.08 4.68001 6.08 5.31001 5.69 5.70001C5.5 5.89001 5.23999 5.98999 4.98999 5.98999ZM12 3.04001C11.45 3.04001 11 2.62999 11 2.07999V2C11 1.45 11.45 1 12 1C12.55 1 13 1.45 13 2C13 2.55 12.55 3.04001 12 3.04001Z\" fill=\"\"/>\n<path d=\"M20 15.75H4C3.59 15.75 3.25 15.41 3.25 15C3.25 14.59 3.59 14.25 4 14.25H20C20.41 14.25 20.75 14.59 20.75 15C20.75 15.41 20.41 15.75 20 15.75Z\" fill=\"\"/>\n<path d=\"M18 18.75H6C5.59 18.75 5.25 18.41 5.25 18C5.25 17.59 5.59 17.25 6 17.25H18C18.41 17.25 18.75 17.59 18.75 18C18.75 18.41 18.41 18.75 18 18.75Z\" fill=\"\"/>\n<path d=\"M15 21.75H9C8.59 21.75 8.25 21.41 8.25 21C8.25 20.59 8.59 20.25 9 20.25H15C15.41 20.25 15.75 20.59 15.75 21C15.75 21.41 15.41 21.75 15 21.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"sun \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 9.25C11.59 9.25 11.25 8.91 11.25 8.5V3C11.25 2.59 11.59 2.25 12 2.25C12.41 2.25 12.75 2.59 12.75 3V8.5C12.75 8.91 12.41 9.25 12 9.25Z\" fill=\"\"/>\n<path d=\"M12 21.75C11.59 21.75 11.25 21.41 11.25 21V15.5C11.25 15.09 11.59 14.75 12 14.75C12.41 14.75 12.75 15.09 12.75 15.5V21C12.75 21.41 12.41 21.75 12 21.75Z\" fill=\"\"/>\n<path d=\"M14 3.75H10C9.59 3.75 9.25 3.41 9.25 3C9.25 2.59 9.59 2.25 10 2.25H14C14.41 2.25 14.75 2.59 14.75 3C14.75 3.41 14.41 3.75 14 3.75Z\" fill=\"\"/>\n<path d=\"M14 21.75H10C9.59 21.75 9.25 21.41 9.25 21C9.25 20.59 9.59 20.25 10 20.25H14C14.41 20.25 14.75 20.59 14.75 21C14.75 21.41 14.41 21.75 14 21.75Z\" fill=\"\"/>\n<path d=\"M8.97013 10.9999C8.84013 10.9999 8.71013 10.9699 8.60013 10.8999L3.84013 8.14992C3.48013 7.93992 3.36013 7.47993 3.57013 7.12993C3.78013 6.76993 4.24013 6.64992 4.59013 6.85992L9.35013 9.60992C9.71013 9.81992 9.83013 10.2799 9.62013 10.6299C9.48013 10.8699 9.23013 10.9999 8.97013 10.9999Z\" fill=\"\"/>\n<path d=\"M19.7904 17.2499C19.6604 17.2499 19.5304 17.2199 19.4204 17.1499L14.6604 14.3999C14.3004 14.1899 14.1804 13.7299 14.3904 13.3799C14.6004 13.0199 15.0604 12.8999 15.4104 13.1099L20.1704 15.8599C20.5304 16.0699 20.6504 16.5299 20.4404 16.8799C20.3004 17.1199 20.0504 17.2499 19.7904 17.2499Z\" fill=\"\"/>\n<path d=\"M3.21013 9.97994C3.08013 9.97994 2.95013 9.94995 2.84013 9.87995C2.48013 9.66995 2.36013 9.20994 2.57013 8.85994L4.57013 5.39994C4.78013 5.03994 5.24013 4.91995 5.59013 5.12995C5.95013 5.33995 6.07013 5.79994 5.86013 6.14994L3.86013 9.60994C3.72013 9.84994 3.46013 9.97994 3.21013 9.97994Z\" fill=\"\"/>\n<path d=\"M18.7902 18.9799C18.6602 18.9799 18.5302 18.9499 18.4202 18.8799C18.0602 18.6699 17.9402 18.2099 18.1502 17.8599L20.1502 14.3999C20.3602 14.0399 20.8202 13.9199 21.1702 14.1299C21.5302 14.3399 21.6502 14.7999 21.4402 15.1499L19.4402 18.6099C19.3102 18.8499 19.0502 18.9799 18.7902 18.9799Z\" fill=\"\"/>\n<path d=\"M12 16.25C10.49 16.25 9.08 15.44 8.32 14.13C7.94 13.47 7.75 12.76 7.75 12C7.75 11.24 7.94 10.53 8.32 9.88002C9.08 8.57002 10.49 7.76001 12 7.76001C13.51 7.76001 14.92 8.57002 15.68 9.88002C16.06 10.54 16.25 11.25 16.25 12.01C16.25 12.77 16.06 13.48 15.68 14.13C14.92 15.44 13.51 16.25 12 16.25ZM12 9.25002C11.02 9.25002 10.11 9.78002 9.62 10.63C9.38 11.05 9.25 11.52 9.25 12C9.25 12.48 9.37 12.95 9.62 13.38C10.11 14.23 11.02 14.76 12 14.76C12.98 14.76 13.89 14.23 14.38 13.38C14.62 12.96 14.75 12.49 14.75 12.01C14.75 11.53 14.63 11.06 14.38 10.63C13.89 9.78002 12.98 9.25002 12 9.25002Z\" fill=\"\"/>\n<path d=\"M15.0304 11.0002C14.7704 11.0002 14.5204 10.8702 14.3804 10.6202C14.1704 10.2602 14.3004 9.80017 14.6504 9.60017L19.4104 6.85017C19.7704 6.64017 20.2304 6.77015 20.4304 7.12015C20.6404 7.48015 20.5104 7.94016 20.1604 8.14016L15.4004 10.8902C15.2904 10.9702 15.1604 11.0002 15.0304 11.0002Z\" fill=\"\"/>\n<path d=\"M4.21012 17.2502C3.95012 17.2502 3.70012 17.1202 3.56012 16.8702C3.35012 16.5102 3.48012 16.0502 3.83012 15.8502L8.59012 13.1002C8.95012 12.8902 9.41012 13.0202 9.61012 13.3702C9.82012 13.7302 9.69012 14.1902 9.34012 14.3902L4.58012 17.1402C4.47012 17.2202 4.34012 17.2502 4.21012 17.2502Z\" fill=\"\"/>\n<path d=\"M20.7902 9.97994C20.5302 9.97994 20.2802 9.84995 20.1402 9.59995L18.1402 6.13994C17.9302 5.77994 18.0602 5.31994 18.4102 5.11994C18.7702 4.90994 19.2302 5.03994 19.4302 5.38994L21.4302 8.84995C21.6402 9.20995 21.5102 9.66994 21.1602 9.86994C21.0502 9.94994 20.9202 9.97994 20.7902 9.97994Z\" fill=\"\"/>\n<path d=\"M5.21012 18.9799C4.95012 18.9799 4.70012 18.8499 4.56012 18.5999L2.56012 15.1399C2.35012 14.7799 2.48012 14.3199 2.83012 14.1199C3.19012 13.9099 3.65012 14.0399 3.85012 14.3899L5.85012 17.8499C6.06012 18.2099 5.93012 18.6699 5.58012 18.8699C5.46012 18.9499 5.33012 18.9799 5.21012 18.9799Z\" fill=\"\"/>\n</svg>\n</li><li title=\"tag 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.0691 21.9798C10.6591 21.9798 9.23911 21.4398 8.16911 20.3698L3.63911 15.8398C2.53911 14.7398 1.95911 13.2198 2.02911 11.6698L2.26911 6.65983C2.37911 4.26983 4.26911 2.37983 6.66911 2.25983L11.6691 2.01983C13.2291 1.94983 14.7391 2.52983 15.8391 3.62983L20.3691 8.15983C22.5191 10.3098 22.5191 13.8198 20.3691 15.9698L15.9791 20.3598C14.8991 21.4398 13.4891 21.9798 12.0691 21.9798ZM4.69911 14.7698L9.22911 19.2998C10.7991 20.8698 13.3491 20.8698 14.9191 19.2998L19.3091 14.9098C20.8791 13.3398 20.8791 10.7898 19.3091 9.21983L14.7691 4.69983C13.9691 3.89983 12.8791 3.47983 11.7291 3.52983L6.72911 3.76983C5.10911 3.83983 3.83911 5.10983 3.75911 6.72983L3.51911 11.7398C3.46911 12.8598 3.89911 13.9698 4.69911 14.7698Z\" fill=\"\"/>\n<path d=\"M9.5 12.75C7.71 12.75 6.25 11.29 6.25 9.5C6.25 7.71 7.71 6.25 9.5 6.25C11.29 6.25 12.75 7.71 12.75 9.5C12.75 11.29 11.29 12.75 9.5 12.75ZM9.5 7.75C8.54 7.75 7.75 8.54 7.75 9.5C7.75 10.46 8.54 11.25 9.5 11.25C10.46 11.25 11.25 10.46 11.25 9.5C11.25 8.54 10.46 7.75 9.5 7.75Z\" fill=\"\"/>\n<path d=\"M12.9995 17.7499C12.8095 17.7499 12.6195 17.6799 12.4695 17.5299C12.1795 17.2399 12.1795 16.7599 12.4695 16.4699L16.4695 12.4699C16.7595 12.1799 17.2395 12.1799 17.5295 12.4699C17.8195 12.7599 17.8195 13.2399 17.5295 13.5299L13.5295 17.5299C13.3795 17.6799 13.1895 17.7499 12.9995 17.7499Z\" fill=\"\"/>\n</svg>\n</li><li title=\"tag cross \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.0002 21H10.2802C8.66023 21 7.11023 20.31 6.03023 19.12L2.50023 15.24C0.820234 13.4 0.820234 10.62 2.50023 8.77L6.03023 4.89C7.11023 3.69 8.66023 3 10.2802 3H17.0002C20.1702 3 22.7502 5.58 22.7502 8.75V15.25C22.7502 18.42 20.1702 21 17.0002 21ZM10.2802 4.5C9.09023 4.5 7.94023 5.01 7.14023 5.89L3.60023 9.78C2.45023 11.05 2.45023 12.96 3.60023 14.23L7.13023 18.11C7.93023 18.99 9.08024 19.5 10.2702 19.5H17.0002C19.3402 19.5 21.2502 17.59 21.2502 15.25V8.75C21.2502 6.41 19.3402 4.5 17.0002 4.5H10.2802Z\" fill=\"\"/>\n<path d=\"M16 15.22C15.81 15.22 15.62 15.15 15.47 15L10.53 10.05C10.24 9.75996 10.24 9.27996 10.53 8.98996C10.82 8.69996 11.3 8.69996 11.59 8.98996L16.53 13.94C16.82 14.23 16.82 14.71 16.53 15C16.38 15.15 16.19 15.22 16 15.22Z\" fill=\"\"/>\n<path d=\"M11.06 15.22C10.87 15.22 10.68 15.15 10.53 15C10.24 14.71 10.24 14.23 10.53 13.94L15.47 8.99997C15.76 8.70997 16.24 8.70997 16.53 8.99997C16.82 9.28997 16.82 9.76997 16.53 10.06L11.59 15C11.44 15.15 11.25 15.22 11.06 15.22Z\" fill=\"\"/>\n</svg>\n</li><li title=\"tag right \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.6694 21.6501H4.21943C3.11943 21.6501 2.14945 21.0801 1.61945 20.1201C1.08945 19.1601 1.11947 18.0301 1.69947 17.1001L4.46943 12.6701C4.68943 12.3201 4.68943 11.6701 4.46943 11.3301L1.69947 6.9001C1.11947 5.9701 1.08945 4.8401 1.61945 3.8801C2.14945 2.9201 3.12943 2.3501 4.21943 2.3501H15.6594C16.5994 2.3501 17.6894 2.9501 18.1794 3.7501L22.3594 10.4301C22.9194 11.3301 22.8694 12.7101 22.2294 13.5601L17.0494 20.4601C16.5394 21.1401 15.5194 21.6501 14.6694 21.6501ZM4.21943 3.8501C3.67943 3.8501 3.18945 4.1301 2.92945 4.6101C2.66945 5.0901 2.67943 5.6501 2.96943 6.1101L5.73945 10.5401C6.25945 11.3801 6.25945 12.6401 5.73945 13.4801L2.96943 17.9101C2.67943 18.3701 2.66945 18.9301 2.92945 19.4101C3.18945 19.8901 3.67943 20.1701 4.21943 20.1701H14.6694C15.0494 20.1701 15.6194 19.8801 15.8494 19.5801L21.0295 12.6801C21.2995 12.3201 21.3295 11.6301 21.0895 11.2501L16.9094 4.5701C16.6894 4.2101 16.0794 3.8801 15.6594 3.8801H4.21943V3.8501Z\" fill=\"\"/>\n</svg>\n</li><li title=\"tag user \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22.75C11.3 22.75 10.59 22.48 10.06 21.95L8.34998 20.26C7.92998 19.84 7.35001 19.61 6.76001 19.61H6C3.93 19.61 2.25 17.94 2.25 15.89V4.97C2.25 2.92 3.93 1.25 6 1.25H18C20.07 1.25 21.75 2.92 21.75 4.97V15.88C21.75 17.93 20.07 19.6 18 19.6H17.24C16.65 19.6 16.07 19.84 15.65 20.25L13.94 21.94C13.41 22.48 12.7 22.75 12 22.75ZM6 2.75C4.76 2.75 3.75 3.75 3.75 4.97V15.88C3.75 17.11 4.76 18.1 6 18.1H6.76001C7.75001 18.1 8.70997 18.5 9.40997 19.19L11.12 20.88C11.61 21.36 12.4 21.36 12.89 20.88L14.6 19.19C15.3 18.5 16.26 18.1 17.25 18.1H18C19.24 18.1 20.25 17.1 20.25 15.88V4.97C20.25 3.74 19.24 2.75 18 2.75H6Z\" fill=\"\"/>\n<path d=\"M12.0708 9.70005C12.0508 9.70005 12.0208 9.70005 12.0008 9.70005C11.9708 9.70005 11.9308 9.70005 11.9008 9.70005C10.4408 9.65005 9.30078 8.47005 9.30078 7.00005C9.30078 5.51005 10.5108 4.30005 12.0008 4.30005C13.4908 4.30005 14.7008 5.51005 14.7008 7.00005C14.6908 8.47005 13.5508 9.65005 12.0908 9.70005C12.0908 9.70005 12.0808 9.70005 12.0708 9.70005ZM12.0008 5.80005C11.3408 5.80005 10.8008 6.34005 10.8008 7.00005C10.8008 7.65005 11.3108 8.18005 11.9508 8.20005C11.9508 8.19005 12.0108 8.19005 12.0808 8.20005C12.7108 8.16005 13.2008 7.64005 13.2008 7.00005C13.2008 6.34005 12.6608 5.80005 12.0008 5.80005Z\" fill=\"\"/>\n<path d=\"M12 16.7001C10.86 16.7001 9.72002 16.4001 8.83002 15.8101C7.99002 15.2501 7.5 14.4401 7.5 13.5801C7.5 12.7201 7.98002 11.9001 8.83002 11.3401C10.61 10.1601 13.39 10.1601 15.16 11.3401C16 11.9001 16.49 12.7201 16.49 13.5701C16.49 14.4301 16.01 15.2401 15.16 15.8101C14.28 16.4101 13.14 16.7001 12 16.7001ZM9.65997 12.5901C9.22997 12.8801 9 13.2301 9 13.5801C9 13.9301 9.23997 14.2801 9.65997 14.5701C10.93 15.4201 13.06 15.4201 14.33 14.5701C14.76 14.2801 15 13.9301 14.99 13.5801C14.99 13.2301 14.75 12.8801 14.33 12.5901C13.07 11.7401 10.93 11.7401 9.65997 12.5901Z\" fill=\"\"/>\n</svg>\n</li><li title=\"tag \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.0691 21.9802C10.6591 21.9802 9.23911 21.4402 8.16911 20.3702L3.63911 15.8402C2.53911 14.7402 1.95911 13.2202 2.02911 11.6702L2.26911 6.67018C2.37911 4.28018 4.26911 2.39018 6.66911 2.27018L11.6691 2.03018C13.2191 1.97018 14.7391 2.54018 15.8391 3.64018L20.3691 8.17018C22.5191 10.3202 22.5191 13.8302 20.3691 15.9802L15.9791 20.3702C14.8991 21.4402 13.4891 21.9802 12.0691 21.9802ZM4.69911 14.7702L9.22911 19.3002C9.98911 20.0602 10.9991 20.4802 12.0691 20.4802C13.1391 20.4802 14.1491 20.0602 14.9091 19.3002L19.2991 14.9102C20.0591 14.1502 20.4791 13.1402 20.4791 12.0702C20.4791 11.0002 20.0591 9.99018 19.2991 9.23018L14.7691 4.70018C13.9691 3.90018 12.8591 3.47018 11.7391 3.53018L6.73911 3.77018C5.10911 3.84018 3.83911 5.11018 3.75911 6.73018L3.51911 11.7302C3.46911 12.8602 3.89911 13.9702 4.69911 14.7702Z\" fill=\"\"/>\n<path d=\"M9.5 12.75C7.71 12.75 6.25 11.29 6.25 9.5C6.25 7.71 7.71 6.25 9.5 6.25C11.29 6.25 12.75 7.71 12.75 9.5C12.75 11.29 11.29 12.75 9.5 12.75ZM9.5 7.75C8.54 7.75 7.75 8.54 7.75 9.5C7.75 10.46 8.54 11.25 9.5 11.25C10.46 11.25 11.25 10.46 11.25 9.5C11.25 8.54 10.46 7.75 9.5 7.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"task square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.6191 9.62012H12.3691C11.9591 9.62012 11.6191 9.28012 11.6191 8.87012C11.6191 8.46012 11.9591 8.12012 12.3691 8.12012H17.6191C18.0291 8.12012 18.3691 8.46012 18.3691 8.87012C18.3691 9.28012 18.0391 9.62012 17.6191 9.62012Z\" fill=\"\"/>\n<path d=\"M7.12055 10.3798C6.93055 10.3798 6.74055 10.3098 6.59055 10.1598L5.84055 9.40982C5.55055 9.11982 5.55055 8.63982 5.84055 8.34982C6.13055 8.05982 6.61055 8.05982 6.90055 8.34982L7.12055 8.56982L8.84055 6.84982C9.13055 6.55982 9.61055 6.55982 9.90055 6.84982C10.1905 7.13982 10.1905 7.61982 9.90055 7.90982L7.65055 10.1598C7.51055 10.2998 7.32055 10.3798 7.12055 10.3798Z\" fill=\"\"/>\n<path d=\"M17.6191 16.6201H12.3691C11.9591 16.6201 11.6191 16.2801 11.6191 15.8701C11.6191 15.4601 11.9591 15.1201 12.3691 15.1201H17.6191C18.0291 15.1201 18.3691 15.4601 18.3691 15.8701C18.3691 16.2801 18.0391 16.6201 17.6191 16.6201Z\" fill=\"\"/>\n<path d=\"M7.12055 17.3798C6.93055 17.3798 6.74055 17.3098 6.59055 17.1598L5.84055 16.4098C5.55055 16.1198 5.55055 15.6398 5.84055 15.3498C6.13055 15.0598 6.61055 15.0598 6.90055 15.3498L7.12055 15.5698L8.84055 13.8498C9.13055 13.5598 9.61055 13.5598 9.90055 13.8498C10.1905 14.1398 10.1905 14.6198 9.90055 14.9098L7.65055 17.1598C7.51055 17.2998 7.32055 17.3798 7.12055 17.3798Z\" fill=\"\"/>\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n</svg>\n</li><li title=\"task \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 20.25H11C10.59 20.25 10.25 19.91 10.25 19.5C10.25 19.09 10.59 18.75 11 18.75H21C21.41 18.75 21.75 19.09 21.75 19.5C21.75 19.91 21.41 20.25 21 20.25Z\" fill=\"\"/>\n<path d=\"M21 13.25H11C10.59 13.25 10.25 12.91 10.25 12.5C10.25 12.09 10.59 11.75 11 11.75H21C21.41 11.75 21.75 12.09 21.75 12.5C21.75 12.91 21.41 13.25 21 13.25Z\" fill=\"\"/>\n<path d=\"M21 6.25H11C10.59 6.25 10.25 5.91 10.25 5.5C10.25 5.09 10.59 4.75 11 4.75H21C21.41 4.75 21.75 5.09 21.75 5.5C21.75 5.91 21.41 6.25 21 6.25Z\" fill=\"\"/>\n<path d=\"M3.99945 7.24994C3.80945 7.24994 3.61945 7.17994 3.46945 7.02994L2.46945 6.02994C2.17945 5.73994 2.17945 5.25994 2.46945 4.96994C2.75945 4.67994 3.23945 4.67994 3.52945 4.96994L3.99945 5.43994L6.46945 2.96994C6.75945 2.67994 7.23945 2.67994 7.52945 2.96994C7.81945 3.25994 7.81945 3.73994 7.52945 4.02994L4.52945 7.02994C4.37945 7.17994 4.18945 7.24994 3.99945 7.24994Z\" fill=\"\"/>\n<path d=\"M3.99945 14.2499C3.80945 14.2499 3.61945 14.1799 3.46945 14.0299L2.46945 13.0299C2.17945 12.7399 2.17945 12.2599 2.46945 11.9699C2.75945 11.6799 3.23945 11.6799 3.52945 11.9699L3.99945 12.4399L6.46945 9.96994C6.75945 9.67994 7.23945 9.67994 7.52945 9.96994C7.81945 10.2599 7.81945 10.7399 7.52945 11.0299L4.52945 14.0299C4.37945 14.1799 4.18945 14.2499 3.99945 14.2499Z\" fill=\"\"/>\n<path d=\"M3.99945 21.2499C3.80945 21.2499 3.61945 21.1799 3.46945 21.0299L2.46945 20.0299C2.17945 19.7399 2.17945 19.2599 2.46945 18.9699C2.75945 18.6799 3.23945 18.6799 3.52945 18.9699L3.99945 19.4399L6.46945 16.9699C6.75945 16.6799 7.23945 16.6799 7.52945 16.9699C7.81945 17.2599 7.81945 17.7399 7.52945 18.0299L4.52945 21.0299C4.37945 21.1799 4.18945 21.2499 3.99945 21.2499Z\" fill=\"\"/>\n</svg>\n</li><li title=\"teacher \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.0103 17C11.1603 17 10.3003 16.78 9.63031 16.35L3.61031 12.42C2.49031 11.69 1.82031 10.46 1.82031 9.12003C1.82031 7.78003 2.49031 6.55003 3.61031 5.82003L9.64031 1.90003C10.9803 1.03003 13.0703 1.03003 14.4003 1.91003L20.3903 5.84003C21.5003 6.57003 22.1703 7.80003 22.1703 9.13003C22.1703 10.46 21.5003 11.69 20.3903 12.42L14.4003 16.35C13.7303 16.79 12.8703 17 12.0103 17ZM12.0103 2.75003C11.4403 2.75003 10.8703 2.88003 10.4603 3.16003L4.44031 7.08003C3.74031 7.54003 3.33031 8.28003 3.33031 9.12003C3.33031 9.96003 3.73031 10.7 4.44031 11.16L10.4603 15.09C11.2903 15.63 12.7503 15.63 13.5803 15.09L19.5703 11.16C20.2703 10.7 20.6703 9.96003 20.6703 9.12003C20.6703 8.28003 20.2703 7.54003 19.5703 7.08003L13.5803 3.15003C13.1603 2.89003 12.5903 2.75003 12.0103 2.75003Z\" fill=\"\"/>\n<path d=\"M11.9992 22.7501C11.5592 22.7501 11.1092 22.6901 10.7492 22.5701L7.5592 21.5101C6.0492 21.0101 4.8592 19.3601 4.8692 17.7701L4.8792 13.0801C4.8792 12.6701 5.2192 12.3301 5.6292 12.3301C6.0392 12.3301 6.3792 12.6701 6.3792 13.0801L6.3692 17.7701C6.3692 18.7101 7.1492 19.7901 8.0392 20.0901L11.2292 21.1501C11.6292 21.2801 12.3692 21.2801 12.7692 21.1501L15.9592 20.0901C16.8492 19.7901 17.6292 18.7101 17.6292 17.7801V13.1401C17.6292 12.7301 17.9692 12.3901 18.3792 12.3901C18.7892 12.3901 19.1292 12.7301 19.1292 13.1401V17.7801C19.1292 19.3701 17.9492 21.0101 16.4392 21.5201L13.2492 22.5801C12.8892 22.6901 12.4392 22.7501 11.9992 22.7501Z\" fill=\"\"/>\n<path d=\"M21.4004 15.75C20.9904 15.75 20.6504 15.41 20.6504 15V9C20.6504 8.59 20.9904 8.25 21.4004 8.25C21.8104 8.25 22.1504 8.59 22.1504 9V15C22.1504 15.41 21.8104 15.75 21.4004 15.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"text block \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n<path d=\"M7.00051 9.63002C6.73051 9.63002 6.46051 9.48002 6.33051 9.22002C6.14051 8.85002 6.29051 8.40002 6.66051 8.21002C10.0005 6.54002 13.9905 6.54002 17.3305 8.21002C17.7005 8.40002 17.8505 8.85002 17.6705 9.22002C17.4805 9.59002 17.0405 9.74002 16.6605 9.56002C13.7405 8.10002 10.2505 8.10002 7.33051 9.56002C7.23051 9.61002 7.11051 9.63002 7.00051 9.63002Z\" fill=\"\"/>\n<path d=\"M12 17.0402C11.59 17.0402 11.25 16.7002 11.25 16.2902V7.93018C11.25 7.52018 11.59 7.18018 12 7.18018C12.41 7.18018 12.75 7.52018 12.75 7.93018V16.3002C12.75 16.7102 12.41 17.0402 12 17.0402Z\" fill=\"\"/>\n</svg>\n</li><li title=\"text bold \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.0009 12.75H4.88086C4.47086 12.75 4.13086 12.41 4.13086 12V4.5C4.13086 2.98 5.36086 1.75 6.88086 1.75H12.0009C15.0309 1.75 17.5009 4.22 17.5009 7.25C17.5009 10.28 15.0309 12.75 12.0009 12.75ZM5.62086 11.25H12.0009C14.2109 11.25 16.0009 9.46 16.0009 7.25C16.0009 5.04 14.2109 3.25 12.0009 3.25H6.88086C6.19086 3.25 5.63086 3.81 5.63086 4.5V11.25H5.62086Z\" fill=\"\"/>\n<path d=\"M14.3809 22.25H6.88086C5.36086 22.25 4.13086 21.02 4.13086 19.5V12C4.13086 11.59 4.47086 11.25 4.88086 11.25H14.3809C17.4109 11.25 19.8809 13.72 19.8809 16.75C19.8809 19.78 17.4109 22.25 14.3809 22.25ZM5.62086 12.75V19.5C5.62086 20.19 6.18086 20.75 6.87086 20.75H14.3709C16.5809 20.75 18.3709 18.96 18.3709 16.75C18.3709 14.54 16.5809 12.75 14.3709 12.75H5.62086Z\" fill=\"\"/>\n</svg>\n</li><li title=\"text italic \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.8809 3.75H9.62086C9.21086 3.75 8.88086 3.41 8.88086 3C8.88086 2.59 9.22086 2.25 9.63086 2.25H18.8809C19.2909 2.25 19.6309 2.59 19.6309 3C19.6309 3.41 19.2909 3.75 18.8809 3.75Z\" fill=\"\"/>\n<path d=\"M14.3791 21.75H5.11914C4.70914 21.75 4.36914 21.41 4.36914 21C4.36914 20.59 4.70914 20.25 5.11914 20.25H14.3691C14.7791 20.25 15.1191 20.59 15.1191 21C15.1191 21.41 14.7891 21.75 14.3791 21.75Z\" fill=\"\"/>\n<path d=\"M9.7501 21.7501C9.6901 21.7501 9.6301 21.7401 9.5701 21.7301C9.1701 21.6301 8.9201 21.2201 9.0201 20.8201L13.5201 2.8201C13.6201 2.4201 14.0201 2.1701 14.4301 2.2701C14.8301 2.3701 15.0801 2.7801 14.9801 3.1801L10.4801 21.1801C10.3901 21.5201 10.0901 21.7501 9.7501 21.7501Z\" fill=\"\"/>\n</svg>\n</li><li title=\"text underline \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 21.75H5C4.59 21.75 4.25 21.41 4.25 21C4.25 20.59 4.59 20.25 5 20.25H19C19.41 20.25 19.75 20.59 19.75 21C19.75 21.41 19.41 21.75 19 21.75Z\" fill=\"\"/>\n<path d=\"M12 17.75C7.73 17.75 4.25 14.27 4.25 10V3C4.25 2.59 4.59 2.25 5 2.25C5.41 2.25 5.75 2.59 5.75 3V10C5.75 13.45 8.55 16.25 12 16.25C15.45 16.25 18.25 13.45 18.25 10V3C18.25 2.59 18.59 2.25 19 2.25C19.41 2.25 19.75 2.59 19.75 3V10C19.75 14.27 16.27 17.75 12 17.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"text \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.3299 7.91979C20.9199 7.91979 20.5799 7.57979 20.5799 7.16979V5.34979C20.5799 4.61979 19.9899 4.02979 19.2599 4.02979H4.73992C4.00992 4.02979 3.41992 4.61979 3.41992 5.34979V7.17978C3.41992 7.58978 3.07992 7.92978 2.66992 7.92978C2.25992 7.92978 1.91992 7.58979 1.91992 7.16979V5.34979C1.91992 3.78979 3.18992 2.52979 4.73992 2.52979H19.2599C20.8199 2.52979 22.0799 3.79979 22.0799 5.34979V7.17978C22.0799 7.58978 21.7499 7.91979 21.3299 7.91979Z\" fill=\"\"/>\n<path d=\"M12 21.4699C11.59 21.4699 11.25 21.1299 11.25 20.7199V4.10986C11.25 3.69986 11.59 3.35986 12 3.35986C12.41 3.35986 12.75 3.69986 12.75 4.10986V20.7199C12.75 21.1399 12.41 21.4699 12 21.4699Z\" fill=\"\"/>\n<path d=\"M15.9405 21.4702H8.06055C7.65055 21.4702 7.31055 21.1302 7.31055 20.7202C7.31055 20.3102 7.65055 19.9702 8.06055 19.9702H15.9405C16.3505 19.9702 16.6905 20.3102 16.6905 20.7202C16.6905 21.1302 16.3505 21.4702 15.9405 21.4702Z\" fill=\"\"/>\n</svg>\n</li><li title=\"textalign center \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 5.25H3C2.59 5.25 2.25 4.91 2.25 4.5C2.25 4.09 2.59 3.75 3 3.75H21C21.41 3.75 21.75 4.09 21.75 4.5C21.75 4.91 21.41 5.25 21 5.25Z\" fill=\"\"/>\n<path d=\"M16.7398 10.25H7.25977C6.84977 10.25 6.50977 9.91 6.50977 9.5C6.50977 9.09 6.84977 8.75 7.25977 8.75H16.7298C17.1398 8.75 17.4798 9.09 17.4798 9.5C17.4798 9.91 17.1498 10.25 16.7398 10.25Z\" fill=\"\"/>\n<path d=\"M21 15.25H3C2.59 15.25 2.25 14.91 2.25 14.5C2.25 14.09 2.59 13.75 3 13.75H21C21.41 13.75 21.75 14.09 21.75 14.5C21.75 14.91 21.41 15.25 21 15.25Z\" fill=\"\"/>\n<path d=\"M16.7398 20.25H7.25977C6.84977 20.25 6.50977 19.91 6.50977 19.5C6.50977 19.09 6.84977 18.75 7.25977 18.75H16.7298C17.1398 18.75 17.4798 19.09 17.4798 19.5C17.4798 19.91 17.1498 20.25 16.7398 20.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"textalign justifycenter \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 5.25H3C2.59 5.25 2.25 4.91 2.25 4.5C2.25 4.09 2.59 3.75 3 3.75H21C21.41 3.75 21.75 4.09 21.75 4.5C21.75 4.91 21.41 5.25 21 5.25Z\" fill=\"\"/>\n<path d=\"M21 10.25H3C2.59 10.25 2.25 9.91 2.25 9.5C2.25 9.09 2.59 8.75 3 8.75H21C21.41 8.75 21.75 9.09 21.75 9.5C21.75 9.91 21.41 10.25 21 10.25Z\" fill=\"\"/>\n<path d=\"M21 15.25H3C2.59 15.25 2.25 14.91 2.25 14.5C2.25 14.09 2.59 13.75 3 13.75H21C21.41 13.75 21.75 14.09 21.75 14.5C21.75 14.91 21.41 15.25 21 15.25Z\" fill=\"\"/>\n<path d=\"M21 20.25H3C2.59 20.25 2.25 19.91 2.25 19.5C2.25 19.09 2.59 18.75 3 18.75H21C21.41 18.75 21.75 19.09 21.75 19.5C21.75 19.91 21.41 20.25 21 20.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"textalign justifyleft \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 5.25H3C2.59 5.25 2.25 4.91 2.25 4.5C2.25 4.09 2.59 3.75 3 3.75H12C12.41 3.75 12.75 4.09 12.75 4.5C12.75 4.91 12.41 5.25 12 5.25Z\" fill=\"\"/>\n<path d=\"M12 10.25H3C2.59 10.25 2.25 9.91 2.25 9.5C2.25 9.09 2.59 8.75 3 8.75H12C12.41 8.75 12.75 9.09 12.75 9.5C12.75 9.91 12.41 10.25 12 10.25Z\" fill=\"\"/>\n<path d=\"M21 15.25H3C2.59 15.25 2.25 14.91 2.25 14.5C2.25 14.09 2.59 13.75 3 13.75H21C21.41 13.75 21.75 14.09 21.75 14.5C21.75 14.91 21.41 15.25 21 15.25Z\" fill=\"\"/>\n<path d=\"M21 20.25H3C2.59 20.25 2.25 19.91 2.25 19.5C2.25 19.09 2.59 18.75 3 18.75H21C21.41 18.75 21.75 19.09 21.75 19.5C21.75 19.91 21.41 20.25 21 20.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"textalign justifyright \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 5.25H12C11.59 5.25 11.25 4.91 11.25 4.5C11.25 4.09 11.59 3.75 12 3.75H21C21.41 3.75 21.75 4.09 21.75 4.5C21.75 4.91 21.41 5.25 21 5.25Z\" fill=\"\"/>\n<path d=\"M21 10.25H12C11.59 10.25 11.25 9.91 11.25 9.5C11.25 9.09 11.59 8.75 12 8.75H21C21.41 8.75 21.75 9.09 21.75 9.5C21.75 9.91 21.41 10.25 21 10.25Z\" fill=\"\"/>\n<path d=\"M21 15.25H3C2.59 15.25 2.25 14.91 2.25 14.5C2.25 14.09 2.59 13.75 3 13.75H21C21.41 13.75 21.75 14.09 21.75 14.5C21.75 14.91 21.41 15.25 21 15.25Z\" fill=\"\"/>\n<path d=\"M21 20.25H3C2.59 20.25 2.25 19.91 2.25 19.5C2.25 19.09 2.59 18.75 3 18.75H21C21.41 18.75 21.75 19.09 21.75 19.5C21.75 19.91 21.41 20.25 21 20.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"textalign left \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 5.25H3C2.59 5.25 2.25 4.91 2.25 4.5C2.25 4.09 2.59 3.75 3 3.75H21C21.41 3.75 21.75 4.09 21.75 4.5C21.75 4.91 21.41 5.25 21 5.25Z\" fill=\"\"/>\n<path d=\"M12.47 10.25H3C2.59 10.25 2.25 9.91 2.25 9.5C2.25 9.09 2.59 8.75 3 8.75H12.47C12.88 8.75 13.22 9.09 13.22 9.5C13.22 9.91 12.89 10.25 12.47 10.25Z\" fill=\"\"/>\n<path d=\"M21 15.25H3C2.59 15.25 2.25 14.91 2.25 14.5C2.25 14.09 2.59 13.75 3 13.75H21C21.41 13.75 21.75 14.09 21.75 14.5C21.75 14.91 21.41 15.25 21 15.25Z\" fill=\"\"/>\n<path d=\"M12.47 20.25H3C2.59 20.25 2.25 19.91 2.25 19.5C2.25 19.09 2.59 18.75 3 18.75H12.47C12.88 18.75 13.22 19.09 13.22 19.5C13.22 19.91 12.89 20.25 12.47 20.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"textalign right \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 5.25H3C2.59 5.25 2.25 4.91 2.25 4.5C2.25 4.09 2.59 3.75 3 3.75H21C21.41 3.75 21.75 4.09 21.75 4.5C21.75 4.91 21.41 5.25 21 5.25Z\" fill=\"\"/>\n<path d=\"M20.9993 10.25H11.5293C11.1193 10.25 10.7793 9.91 10.7793 9.5C10.7793 9.09 11.1193 8.75 11.5293 8.75H20.9993C21.4093 8.75 21.7493 9.09 21.7493 9.5C21.7493 9.91 21.4093 10.25 20.9993 10.25Z\" fill=\"\"/>\n<path d=\"M21 15.25H3C2.59 15.25 2.25 14.91 2.25 14.5C2.25 14.09 2.59 13.75 3 13.75H21C21.41 13.75 21.75 14.09 21.75 14.5C21.75 14.91 21.41 15.25 21 15.25Z\" fill=\"\"/>\n<path d=\"M20.9993 20.25H11.5293C11.1193 20.25 10.7793 19.91 10.7793 19.5C10.7793 19.09 11.1193 18.75 11.5293 18.75H20.9993C21.4093 18.75 21.7493 19.09 21.7493 19.5C21.7493 19.91 21.4093 20.25 20.9993 20.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"tick circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z\" fill=\"\"/>\n<path d=\"M10.5795 15.5801C10.3795 15.5801 10.1895 15.5001 10.0495 15.3601L7.21945 12.5301C6.92945 12.2401 6.92945 11.7601 7.21945 11.4701C7.50945 11.1801 7.98945 11.1801 8.27945 11.4701L10.5795 13.7701L15.7195 8.6301C16.0095 8.3401 16.4895 8.3401 16.7795 8.6301C17.0695 8.9201 17.0695 9.4001 16.7795 9.6901L11.1095 15.3601C10.9695 15.5001 10.7795 15.5801 10.5795 15.5801Z\" fill=\"\"/>\n</svg>\n</li><li title=\"tick square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n<path d=\"M10.5795 15.5801C10.3795 15.5801 10.1895 15.5001 10.0495 15.3601L7.21945 12.5301C6.92945 12.2401 6.92945 11.7601 7.21945 11.4701C7.50945 11.1801 7.98945 11.1801 8.27945 11.4701L10.5795 13.7701L15.7195 8.6301C16.0095 8.3401 16.4895 8.3401 16.7795 8.6301C17.0695 8.9201 17.0695 9.4001 16.7795 9.6901L11.1095 15.3601C10.9695 15.5001 10.7795 15.5801 10.5795 15.5801Z\" fill=\"\"/>\n</svg>\n</li><li title=\"ticket 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.6891 22.75H7.30914C3.13914 22.75 1.86914 21.48 1.86914 17.31V16.85C1.86914 16.44 2.20914 16.1 2.61914 16.1C3.49914 16.1 4.21914 15.38 4.21914 14.5C4.21914 13.62 3.49914 12.9 2.61914 12.9C2.20914 12.9 1.86914 12.56 1.86914 12.15V11.69C1.86914 7.52 3.13914 6.25 7.30914 6.25H16.6891C20.8591 6.25 22.1291 7.52 22.1291 11.69V12.63C22.1291 13.04 21.7891 13.38 21.3791 13.38C20.4991 13.38 19.7791 14.1 19.7791 14.98C19.7791 15.86 20.4991 16.57 21.3791 16.57C21.7891 16.57 22.1291 16.91 22.1291 17.32C22.1191 21.48 20.8491 22.75 16.6891 22.75ZM3.37914 17.51C3.39914 20.69 4.02914 21.25 7.31914 21.25H16.6991C19.8191 21.25 20.5391 20.74 20.6291 17.97C19.2891 17.63 18.2891 16.42 18.2891 14.97C18.2891 13.52 19.2891 12.3 20.6391 11.96V11.68C20.6391 8.33 20.0491 7.74 16.6991 7.74H7.30914C4.02914 7.74 3.39914 8.31 3.36914 11.48C4.71914 11.82 5.71914 13.04 5.71914 14.49C5.71914 15.94 4.71914 17.17 3.37914 17.51Z\" fill=\"\"/>\n<path d=\"M10 10.25C9.59 10.25 9.25 9.91 9.25 9.5V7C9.25 6.59 9.59 6.25 10 6.25C10.41 6.25 10.75 6.59 10.75 7V9.5C10.75 9.91 10.41 10.25 10 10.25Z\" fill=\"\"/>\n<path d=\"M10 16.9198C9.59 16.9198 9.25 16.5798 9.25 16.1698V12.8398C9.25 12.4298 9.59 12.0898 10 12.0898C10.41 12.0898 10.75 12.4298 10.75 12.8398V16.1698C10.75 16.5798 10.41 16.9198 10 16.9198Z\" fill=\"\"/>\n<path d=\"M10 22.75C9.59 22.75 9.25 22.41 9.25 22V19.5C9.25 19.09 9.59 18.75 10 18.75C10.41 18.75 10.75 19.09 10.75 19.5V22C10.75 22.41 10.41 22.75 10 22.75Z\" fill=\"\"/>\n<path d=\"M16.3302 7.75014H7.24017C6.94017 7.75014 6.66017 7.57014 6.55017 7.29014C6.44017 7.01014 6.50017 6.68014 6.71017 6.47014L9.64017 3.54014C12.3402 0.840137 13.9902 0.840137 16.6802 3.54014L17.2802 4.14014C17.4202 4.28014 17.5002 4.47014 17.5002 4.67014C17.5002 4.87014 17.4202 5.06014 17.2802 5.20014C16.8802 5.60014 16.7702 6.19014 17.0002 6.70014C17.1102 6.93014 17.0902 7.20014 16.9502 7.42014C16.8202 7.62014 16.5802 7.75014 16.3302 7.75014ZM9.05017 6.25014H15.3802C15.3602 5.72014 15.4902 5.19014 15.7602 4.73014L15.6302 4.60014C13.5402 2.51014 12.8002 2.51014 10.7102 4.60014L9.05017 6.25014Z\" fill=\"\"/>\n</svg>\n</li><li title=\"ticket discount \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 20.75H7C2.59 20.75 1.25 19.41 1.25 15V14.5C1.25 14.09 1.59 13.75 2 13.75C2.96 13.75 3.75 12.96 3.75 12C3.75 11.04 2.96 10.25 2 10.25C1.59 10.25 1.25 9.91 1.25 9.5V9C1.25 4.59 2.59 3.25 7 3.25H17C21.41 3.25 22.75 4.59 22.75 9V10C22.75 10.41 22.41 10.75 22 10.75C21.04 10.75 20.25 11.54 20.25 12.5C20.25 13.46 21.04 14.25 22 14.25C22.41 14.25 22.75 14.59 22.75 15C22.75 19.41 21.41 20.75 17 20.75ZM2.75 15.16C2.77 18.6 3.48 19.25 7 19.25H17C20.34 19.25 21.15 18.66 21.24 15.66C19.81 15.32 18.75 14.03 18.75 12.5C18.75 10.97 19.82 9.68 21.25 9.34V9C21.25 5.43 20.57 4.75 17 4.75H7C3.48 4.75 2.77 5.4 2.75 8.84C4.18 9.18 5.25 10.47 5.25 12C5.25 13.53 4.18 14.82 2.75 15.16Z\" fill=\"\"/>\n<path d=\"M15.0002 15.8799C14.4402 15.8799 13.9902 15.4299 13.9902 14.8799C13.9902 14.3299 14.4402 13.8799 14.9902 13.8799C15.5402 13.8799 15.9902 14.3299 15.9902 14.8799C15.9902 15.4299 15.5602 15.8799 15.0002 15.8799Z\" fill=\"\"/>\n<path d=\"M9.00023 10.8799C8.44023 10.8799 7.99023 10.4299 7.99023 9.87988C7.99023 9.32988 8.44023 8.87988 8.99023 8.87988C9.54023 8.87988 9.99023 9.32988 9.99023 9.87988C9.99023 10.4299 9.56023 10.8799 9.00023 10.8799Z\" fill=\"\"/>\n<path d=\"M8.63031 16.4301C8.44031 16.4301 8.25031 16.3601 8.10031 16.2101C7.81031 15.9201 7.81031 15.4401 8.10031 15.1501L14.8303 8.42014C15.1203 8.13014 15.6003 8.13014 15.8903 8.42014C16.1803 8.71014 16.1803 9.19014 15.8903 9.48014L9.16031 16.2101C9.02031 16.3601 8.82031 16.4301 8.63031 16.4301Z\" fill=\"\"/>\n</svg>\n</li><li title=\"ticket expired \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.3802 20.75H10.9102C10.5002 20.75 10.1602 20.41 10.1602 20C10.1602 19.59 10.5002 19.25 10.9102 19.25H17.3802C20.4402 19.25 21.1602 18.75 21.2402 16.03C19.9202 15.69 18.9402 14.49 18.9402 13.07C18.9402 11.64 19.9202 10.43 21.2502 10.09V9.82996C21.2502 6.53996 20.6702 5.95996 17.3802 5.95996H11.7502V12C11.7502 12.41 11.4102 12.75 11.0002 12.75C10.5902 12.75 10.2502 12.41 10.2502 12V5.20996C10.2502 4.79996 10.5902 4.45996 11.0002 4.45996H17.3802C21.5002 4.45996 22.7502 5.70996 22.7502 9.82996V10.75C22.7502 11.16 22.4102 11.5 22.0002 11.5C21.1402 11.5 20.4402 12.2 20.4402 13.07C20.4402 13.93 21.1402 14.63 22.0002 14.63C22.4102 14.63 22.7502 14.97 22.7502 15.38C22.7502 19.5 21.5002 20.75 17.3802 20.75Z\" fill=\"\"/>\n<path d=\"M11.0004 20.7502H8.23044C6.21044 20.7502 5.17044 19.2302 4.22044 16.9502L4.03044 16.4902C3.96044 16.3102 3.96044 16.1002 4.04044 15.9202C4.12044 15.7402 4.27044 15.5902 4.45044 15.5202C4.85044 15.3602 5.16044 15.0502 5.33044 14.6602C5.50044 14.2602 5.50044 13.8202 5.33044 13.4202C5.00044 12.5802 4.05044 12.1902 3.21044 12.5202C3.02044 12.6002 2.82044 12.5902 2.63044 12.5102C2.45044 12.4302 2.30044 12.2802 2.23044 12.1002L2.06044 11.6702C0.460436 7.78022 1.16044 6.11022 5.05044 4.50022L7.69044 3.42022C8.07044 3.26022 8.51044 3.45022 8.67044 3.83022L11.7004 11.1702C11.7404 11.2602 11.7604 11.3602 11.7604 11.4602V14.0002C11.7604 14.4102 11.4204 14.7502 11.0104 14.7502C10.6004 14.7502 10.2604 14.4102 10.2604 14.0002V11.6002L7.56044 5.09022L5.62044 5.89022C2.54044 7.16022 2.17044 7.94022 3.38044 10.9402C4.77044 10.7402 6.17044 11.4902 6.72044 12.8402C7.04044 13.6102 7.04044 14.4602 6.71044 15.2302C6.49044 15.7602 6.13044 16.2102 5.67044 16.5402C6.63044 18.8002 7.33044 19.2502 8.22044 19.2502H10.2404V17.0002C10.2404 16.5902 10.5804 16.2502 10.9904 16.2502C11.4004 16.2502 11.7404 16.5902 11.7404 17.0002V20.0002C11.7504 20.4102 11.4104 20.7502 11.0004 20.7502Z\" fill=\"\"/>\n<path d=\"M8.17 20.75H8C7.59 20.75 7.25 20.41 7.25 20C7.25 19.59 7.59 19.25 8 19.25H8.17C8.58 19.25 8.92 19.59 8.92 20C8.92 20.41 8.58 20.75 8.17 20.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"ticket star \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.0007 20.75H7.0007C2.7507 20.75 1.3607 19.48 1.2607 15.52C1.2607 15.32 1.3307 15.12 1.4707 14.98C1.6107 14.84 1.8007 14.75 2.0107 14.75C3.5207 14.75 4.7507 13.51 4.7507 12C4.7507 10.49 3.5207 9.25 2.0107 9.25C1.8107 9.25 1.6207 9.17 1.4707 9.02C1.3207 8.87 1.2507 8.68 1.2607 8.48C1.3607 4.52 2.7507 3.25 7.0007 3.25H17.0007C21.4107 3.25 22.7507 4.59 22.7507 9V15C22.7507 19.41 21.4107 20.75 17.0007 20.75ZM2.7907 16.18C2.9607 18.72 3.8207 19.25 7.0007 19.25H17.0007C20.5807 19.25 21.2507 18.57 21.2507 15V9C21.2507 5.43 20.5807 4.75 17.0007 4.75H7.0007C3.8207 4.75 2.9607 5.29 2.7907 7.82C4.7607 8.2 6.2507 9.93 6.2507 12C6.2507 14.07 4.7607 15.8 2.7907 16.18Z\" fill=\"\"/>\n<path d=\"M9 8.25C8.59 8.25 8.25 7.91 8.25 7.5V4C8.25 3.59 8.59 3.25 9 3.25C9.41 3.25 9.75 3.59 9.75 4V7.5C9.75 7.91 9.41 8.25 9 8.25Z\" fill=\"\"/>\n<path d=\"M9 20.75C8.59 20.75 8.25 20.41 8.25 20V16.5C8.25 16.09 8.59 15.75 9 15.75C9.41 15.75 9.75 16.09 9.75 16.5V20C9.75 20.41 9.41 20.75 9 20.75Z\" fill=\"\"/>\n<path d=\"M13.0401 15.6501C12.8001 15.6501 12.5601 15.5701 12.3601 15.4301C12.0001 15.1701 11.8201 14.7301 11.9001 14.2901L12.1101 13.1001L11.2401 12.2501C10.9201 11.9401 10.8101 11.4801 10.9401 11.0601C11.0801 10.6401 11.4401 10.3301 11.8801 10.2701L13.0801 10.0901L13.6201 9.0001C13.8201 8.6001 14.2201 8.3501 14.6601 8.3501C15.1101 8.3501 15.5101 8.6001 15.7001 9.0001L16.2401 10.0901L17.4401 10.2701C17.8801 10.3301 18.2401 10.6401 18.3801 11.0601C18.5201 11.4801 18.4001 11.9401 18.0801 12.2501L17.2101 13.1001L17.4201 14.2901C17.5001 14.7301 17.3201 15.1701 16.9601 15.4301C16.6001 15.6901 16.1301 15.7201 15.7401 15.5201L14.6701 14.9601L13.5901 15.5201C13.4201 15.6101 13.2301 15.6501 13.0401 15.6501ZM12.7701 11.6501L13.2801 12.1501C13.5601 12.4201 13.6801 12.8001 13.6201 13.1801L13.5001 13.8801L14.1301 13.5501C14.4701 13.3701 14.8701 13.3701 15.2101 13.5501L15.8401 13.8801L15.7201 13.1801C15.6601 12.7901 15.7801 12.4101 16.0601 12.1501L16.5701 11.6501L15.8701 11.5501C15.4901 11.4901 15.1601 11.2501 14.9901 10.9101L14.6801 10.2701L14.3701 10.9101C14.2001 11.2501 13.8701 11.4901 13.4901 11.5501L12.7701 11.6501Z\" fill=\"\"/>\n</svg>\n</li><li title=\"ticket \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 20.75H7C2.59 20.75 1.25 19.41 1.25 15V14.5C1.25 14.09 1.59 13.75 2 13.75C2.96 13.75 3.75 12.96 3.75 12C3.75 11.04 2.96 10.25 2 10.25C1.59 10.25 1.25 9.91 1.25 9.5V9C1.25 4.59 2.59 3.25 7 3.25H17C21.41 3.25 22.75 4.59 22.75 9V10C22.75 10.41 22.41 10.75 22 10.75C21.04 10.75 20.25 11.54 20.25 12.5C20.25 13.46 21.04 14.25 22 14.25C22.41 14.25 22.75 14.59 22.75 15C22.75 19.41 21.41 20.75 17 20.75ZM2.75 15.16C2.77 18.6 3.48 19.25 7 19.25H17C20.34 19.25 21.15 18.66 21.24 15.66C19.81 15.32 18.75 14.03 18.75 12.5C18.75 10.97 19.82 9.68 21.25 9.34V9C21.25 5.43 20.58 4.75 17 4.75H7C3.48 4.75 2.77 5.4 2.75 8.84C4.18 9.18 5.25 10.47 5.25 12C5.25 13.53 4.18 14.82 2.75 15.16Z\" fill=\"\"/>\n<path d=\"M10 7.25C9.59 7.25 9.25 6.91 9.25 6.5V4C9.25 3.59 9.59 3.25 10 3.25C10.41 3.25 10.75 3.59 10.75 4V6.5C10.75 6.91 10.41 7.25 10 7.25Z\" fill=\"\"/>\n<path d=\"M10 14.5802C9.59 14.5802 9.25 14.2402 9.25 13.8302V10.1602C9.25 9.75016 9.59 9.41016 10 9.41016C10.41 9.41016 10.75 9.75016 10.75 10.1602V13.8302C10.75 14.2502 10.41 14.5802 10 14.5802Z\" fill=\"\"/>\n<path d=\"M10 20.75C9.59 20.75 9.25 20.41 9.25 20V17.5C9.25 17.09 9.59 16.75 10 16.75C10.41 16.75 10.75 17.09 10.75 17.5V20C10.75 20.41 10.41 20.75 10 20.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"timer 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22.75C6.76 22.75 2.5 18.49 2.5 13.25C2.5 8.01 6.76 3.75 12 3.75C17.24 3.75 21.5 8.01 21.5 13.25C21.5 18.49 17.24 22.75 12 22.75ZM12 5.25C7.59 5.25 4 8.84 4 13.25C4 17.66 7.59 21.25 12 21.25C16.41 21.25 20 17.66 20 13.25C20 8.84 16.41 5.25 12 5.25Z\" fill=\"\"/>\n<path d=\"M12 13.75C11.59 13.75 11.25 13.41 11.25 13V8C11.25 7.59 11.59 7.25 12 7.25C12.41 7.25 12.75 7.59 12.75 8V13C12.75 13.41 12.41 13.75 12 13.75Z\" fill=\"\"/>\n<path d=\"M15 2.75H9C8.59 2.75 8.25 2.41 8.25 2C8.25 1.59 8.59 1.25 9 1.25H15C15.41 1.25 15.75 1.59 15.75 2C15.75 2.41 15.41 2.75 15 2.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"timer pause \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22.75C6.76 22.75 2.5 18.49 2.5 13.25C2.5 8.01 6.76 3.75 12 3.75C17.24 3.75 21.5 8.01 21.5 13.25C21.5 13.66 21.16 14 20.75 14C20.34 14 20 13.66 20 13.25C20 8.84 16.41 5.25 12 5.25C7.59 5.25 4 8.84 4 13.25C4 17.66 7.59 21.25 12 21.25C12.41 21.25 12.75 21.59 12.75 22C12.75 22.41 12.41 22.75 12 22.75Z\" fill=\"\"/>\n<path d=\"M12 13.75C11.59 13.75 11.25 13.41 11.25 13V8C11.25 7.59 11.59 7.25 12 7.25C12.41 7.25 12.75 7.59 12.75 8V13C12.75 13.41 12.41 13.75 12 13.75Z\" fill=\"\"/>\n<path d=\"M15 2.75H9C8.59 2.75 8.25 2.41 8.25 2C8.25 1.59 8.59 1.25 9 1.25H15C15.41 1.25 15.75 1.59 15.75 2C15.75 2.41 15.41 2.75 15 2.75Z\" fill=\"\"/>\n<path d=\"M19 21.75C18.59 21.75 18.25 21.41 18.25 21V17C18.25 16.59 18.59 16.25 19 16.25C19.41 16.25 19.75 16.59 19.75 17V21C19.75 21.41 19.41 21.75 19 21.75Z\" fill=\"\"/>\n<path d=\"M16 21.75C15.59 21.75 15.25 21.41 15.25 21V17C15.25 16.59 15.59 16.25 16 16.25C16.41 16.25 16.75 16.59 16.75 17V21C16.75 21.41 16.41 21.75 16 21.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"timer start \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 13.75C11.59 13.75 11.25 13.41 11.25 13V8C11.25 7.59 11.59 7.25 12 7.25C12.41 7.25 12.75 7.59 12.75 8V13C12.75 13.41 12.41 13.75 12 13.75Z\" fill=\"\"/>\n<path d=\"M12 22.75C6.76 22.75 2.5 18.49 2.5 13.25C2.5 8.01 6.76 3.75 12 3.75C17.24 3.75 21.5 8.01 21.5 13.25C21.5 13.66 21.16 14 20.75 14C20.34 14 20 13.66 20 13.25C20 8.84 16.41 5.25 12 5.25C7.59 5.25 4 8.84 4 13.25C4 17.66 7.59 21.25 12 21.25C12.41 21.25 12.75 21.59 12.75 22C12.75 22.41 12.41 22.75 12 22.75Z\" fill=\"\"/>\n<path d=\"M15 2.75H9C8.59 2.75 8.25 2.41 8.25 2C8.25 1.59 8.59 1.25 9 1.25H15C15.41 1.25 15.75 1.59 15.75 2C15.75 2.41 15.41 2.75 15 2.75Z\" fill=\"\"/>\n<path d=\"M16.1504 22.0201C15.8004 22.0201 15.4804 21.9401 15.1904 21.7701C14.5304 21.3901 14.1504 20.6201 14.1504 19.6601V17.3501C14.1504 16.3901 14.5304 15.6201 15.1904 15.2401C15.8504 14.8601 16.7004 14.9201 17.5304 15.3901L19.5304 16.5501C20.3604 17.0301 20.8404 17.7401 20.8404 18.5001C20.8404 19.2601 20.3604 19.9701 19.5304 20.4501L17.5304 21.6101C17.0704 21.8801 16.6004 22.0201 16.1504 22.0201ZM16.1604 16.4801C16.0804 16.4801 16.0004 16.5001 15.9404 16.5301C15.7604 16.6301 15.6504 16.9401 15.6504 17.3401V19.6501C15.6504 20.0501 15.7604 20.3601 15.9404 20.4601C16.1204 20.5601 16.4404 20.5101 16.7804 20.3101L18.7804 19.1501C19.1304 18.9501 19.3404 18.7001 19.3404 18.5001C19.3404 18.3001 19.1304 18.0501 18.7804 17.8501L16.7804 16.6901C16.5504 16.5501 16.3304 16.4801 16.1604 16.4801Z\" fill=\"\"/>\n</svg>\n</li><li title=\"timer \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.2398 22.75H8.75982C6.86982 22.75 5.48982 21.96 4.95982 20.6C4.40982 19.18 4.91982 17.42 6.23982 16.23L10.8798 12L6.23982 7.77C4.91982 6.58 4.40982 4.82 4.95982 3.4C5.48982 2.03 6.86982 1.25 8.75982 1.25H15.2398C17.1298 1.25 18.5098 2.04 19.0398 3.4C19.5898 4.82 19.0798 6.58 17.7598 7.77L13.1198 12L17.7698 16.23C19.0798 17.42 19.5998 19.18 19.0498 20.6C18.5098 21.96 17.1298 22.75 15.2398 22.75ZM11.9998 13.01L7.24982 17.33C6.40982 18.1 6.03982 19.22 6.35982 20.05C6.65982 20.82 7.50982 21.25 8.75982 21.25H15.2398C16.4898 21.25 17.3398 20.83 17.6398 20.05C17.9598 19.22 17.5998 18.1 16.7498 17.33L11.9998 13.01ZM8.75982 2.75C7.50982 2.75 6.65982 3.17 6.35982 3.95C6.03982 4.78 6.39982 5.9 7.24982 6.67L11.9998 10.99L16.7498 6.67C17.5898 5.9 17.9598 4.78 17.6398 3.95C17.3398 3.18 16.4898 2.75 15.2398 2.75H8.75982Z\" fill=\"\"/>\n</svg>\n</li><li title=\"toggle off circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14 20.75H10C5.17 20.75 1.25 16.82 1.25 12C1.25 7.18 5.17 3.25 10 3.25H14C18.83 3.25 22.75 7.18 22.75 12C22.75 16.82 18.83 20.75 14 20.75ZM10 4.75C6 4.75 2.75 8 2.75 12C2.75 16 6 19.25 10 19.25H14C18 19.25 21.25 16 21.25 12C21.25 8 18 4.75 14 4.75H10Z\" fill=\"\"/>\n<path d=\"M10 16.75C7.38 16.75 5.25 14.62 5.25 12C5.25 9.38 7.38 7.25 10 7.25C12.62 7.25 14.75 9.38 14.75 12C14.75 14.62 12.62 16.75 10 16.75ZM10 8.75C8.21 8.75 6.75 10.21 6.75 12C6.75 13.79 8.21 15.25 10 15.25C11.79 15.25 13.25 13.79 13.25 12C13.25 10.21 11.79 8.75 10 8.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"toggle off \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.7 16.75H8.3C5.88 16.75 4.75 15.62 4.75 13.2V10.8C4.75 8.38 5.88 7.25 8.3 7.25H10.7C13.12 7.25 14.25 8.38 14.25 10.8V13.2C14.25 15.62 13.12 16.75 10.7 16.75ZM8.3 8.75C6.71 8.75 6.25 9.21 6.25 10.8V13.2C6.25 14.79 6.71 15.25 8.3 15.25H10.7C12.29 15.25 12.75 14.79 12.75 13.2V10.8C12.75 9.21 12.29 8.75 10.7 8.75H8.3Z\" fill=\"\"/>\n<path d=\"M17 20.75H7C2.59 20.75 1.25 19.41 1.25 15V9C1.25 4.59 2.59 3.25 7 3.25H17C21.41 3.25 22.75 4.59 22.75 9V15C22.75 19.41 21.41 20.75 17 20.75ZM7 4.75C3.42 4.75 2.75 5.43 2.75 9V15C2.75 18.57 3.42 19.25 7 19.25H17C20.58 19.25 21.25 18.57 21.25 15V9C21.25 5.43 20.58 4.75 17 4.75H7Z\" fill=\"\"/>\n</svg>\n</li><li title=\"toggle on circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14 20.75H10C5.17 20.75 1.25 16.82 1.25 12C1.25 7.18 5.17 3.25 10 3.25H14C18.83 3.25 22.75 7.18 22.75 12C22.75 16.82 18.83 20.75 14 20.75ZM10 4.75C6 4.75 2.75 8 2.75 12C2.75 16 6 19.25 10 19.25H14C18 19.25 21.25 16 21.25 12C21.25 8 18 4.75 14 4.75H10Z\" fill=\"\"/>\n<path d=\"M14 16.75C11.38 16.75 9.25 14.62 9.25 12C9.25 9.38 11.38 7.25 14 7.25C16.62 7.25 18.75 9.38 18.75 12C18.75 14.62 16.62 16.75 14 16.75ZM14 8.75C12.21 8.75 10.75 10.21 10.75 12C10.75 13.79 12.21 15.25 14 15.25C15.79 15.25 17.25 13.79 17.25 12C17.25 10.21 15.79 8.75 14 8.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"toggle on \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.7 16.75H13.3C10.88 16.75 9.75 15.62 9.75 13.2V10.8C9.75 8.38 10.88 7.25 13.3 7.25H15.7C18.12 7.25 19.25 8.38 19.25 10.8V13.2C19.25 15.62 18.12 16.75 15.7 16.75ZM13.3 8.75C11.71 8.75 11.25 9.21 11.25 10.8V13.2C11.25 14.79 11.71 15.25 13.3 15.25H15.7C17.29 15.25 17.75 14.79 17.75 13.2V10.8C17.75 9.21 17.29 8.75 15.7 8.75H13.3Z\" fill=\"\"/>\n<path d=\"M17 20.75H7C2.59 20.75 1.25 19.41 1.25 15V9C1.25 4.59 2.59 3.25 7 3.25H17C21.41 3.25 22.75 4.59 22.75 9V15C22.75 19.41 21.41 20.75 17 20.75ZM7 4.75C3.42 4.75 2.75 5.43 2.75 9V15C2.75 18.57 3.42 19.25 7 19.25H17C20.58 19.25 21.25 18.57 21.25 15V9C21.25 5.43 20.58 4.75 17 4.75H7Z\" fill=\"\"/>\n</svg>\n</li><li title=\"trade \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.5 15.75C15.32 15.75 15.12 15.74 14.93 15.73C14.56 15.71 14.26 15.41 14.23 15.04C14.01 12.25 11.74 9.98999 8.95999 9.76999C8.58999 9.73999 8.28999 9.44001 8.26999 9.07001C8.25999 8.88001 8.25 8.69 8.25 8.5C8.25 4.5 11.5 1.25 15.5 1.25C19.5 1.25 22.75 4.5 22.75 8.5C22.75 12.5 19.5 15.75 15.5 15.75ZM9.75 8.35999C12.73 8.87999 15.12 11.27 15.64 14.25C18.75 14.17 21.25 11.63 21.25 8.5C21.25 5.33 18.67 2.75 15.5 2.75C12.38 2.75 9.83 5.24999 9.75 8.35999Z\" fill=\"\"/>\n<path d=\"M8.5 22.75C4.5 22.75 1.25 19.5 1.25 15.5C1.25 11.5 4.5 8.25 8.5 8.25C8.68 8.25 8.88001 8.25999 9.07001 8.26999C12.6 8.54999 15.46 11.41 15.73 14.92C15.74 15.12 15.75 15.31 15.75 15.5C15.75 19.5 12.5 22.75 8.5 22.75ZM8.5 9.75C5.33 9.75 2.75 12.33 2.75 15.5C2.75 18.67 5.33 21.25 8.5 21.25C11.67 21.25 14.25 18.67 14.25 15.5C14.25 15.34 14.24 15.18 14.23 15.03C14.01 12.26 11.75 9.98999 8.95999 9.76999C8.81999 9.75999 8.66 9.75 8.5 9.75Z\" fill=\"\"/>\n<path d=\"M3 7.34C2.77 7.34 2.54999 7.29999 2.32999 7.20999C1.66999 6.93999 1.25 6.3 1.25 5.59V3C1.25 2.04 2.04 1.25 3 1.25H5.59C6.3 1.25 6.92999 1.66999 7.20999 2.32999C7.47999 2.98999 7.32999 3.73999 6.82999 4.23999L4.23999 6.82999C3.89999 7.15999 3.46 7.34 3 7.34ZM3 2.75C2.86 2.75 2.75 2.86 2.75 3V5.59C2.75 5.74 2.84999 5.80001 2.89999 5.82001C2.95999 5.84001 3.07001 5.86999 3.17001 5.76999L5.76001 3.17999C5.86001 3.07999 5.84 2.97 5.81 2.91C5.78 2.85 5.71999 2.76001 5.57999 2.76001H3V2.75Z\" fill=\"\"/>\n<path d=\"M20.9988 22.7501H18.4088C17.6988 22.7501 17.0689 22.3301 16.7889 21.6701C16.5189 21.0101 16.6689 20.2601 17.1689 19.7601L19.7589 17.1701C20.2589 16.6701 21.0089 16.5201 21.6689 16.7901C22.3289 17.0601 22.7488 17.7001 22.7488 18.4101V21.0001C22.7488 21.9601 21.9588 22.7501 20.9988 22.7501ZM20.9888 18.1601C20.9388 18.1601 20.8788 18.1801 20.8188 18.2401L18.2289 20.83C18.1289 20.93 18.1488 21.0401 18.1788 21.1001C18.2088 21.1601 18.2688 21.2501 18.4088 21.2501H20.9988C21.1388 21.2501 21.2488 21.1401 21.2488 21.0001V18.4101C21.2488 18.2601 21.1488 18.2001 21.0988 18.1801C21.0688 18.1701 21.0288 18.1601 20.9888 18.1601Z\" fill=\"\"/>\n</svg>\n</li><li title=\"transaction minus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9995 22.75C11.2195 22.75 10.4595 22.35 9.93953 21.65L8.92952 20.3C8.71952 20.02 8.43953 19.86 8.13953 19.84C7.83953 19.83 7.53953 19.96 7.29953 20.21L6.74953 19.7L7.29953 20.21C5.85953 21.75 4.74953 21.63 4.21953 21.42C3.67953 21.21 2.76953 20.52 2.76953 18.3V7.04C2.76953 2.6 4.04953 1.25 8.23953 1.25H15.7995C19.9895 1.25 21.2695 2.6 21.2695 7.04V18.3C21.2695 20.51 20.3595 21.2 19.8195 21.42C19.2895 21.63 18.1895 21.75 16.7395 20.21C16.4995 19.95 16.1995 19.82 15.8895 19.84C15.5895 19.86 15.2995 20.02 15.0895 20.3L14.0795 21.65C13.5395 22.35 12.7795 22.75 11.9995 22.75ZM8.07953 18.33C8.11953 18.33 8.16953 18.33 8.20953 18.33C8.94953 18.37 9.64952 18.76 10.1195 19.39L11.1295 20.74C11.6195 21.39 12.3695 21.39 12.8595 20.74L13.8695 19.39C14.3495 18.76 15.0395 18.37 15.7895 18.33C16.5395 18.29 17.2695 18.6 17.8095 19.18C18.5695 19.99 19.0595 20.09 19.2395 20.02C19.4795 19.92 19.7395 19.34 19.7395 18.3V7.04C19.7395 3.43 19.1095 2.75 15.7695 2.75H8.20953C4.86953 2.75 4.23953 3.43 4.23953 7.04V18.3C4.23953 19.35 4.49953 19.93 4.73953 20.02C4.90953 20.09 5.40953 19.99 6.16953 19.18C6.71953 18.63 7.38953 18.33 8.07953 18.33Z\" fill=\"\"/>\n<path d=\"M14.75 10.75H9.25C8.84 10.75 8.5 10.41 8.5 10C8.5 9.59 8.84 9.25 9.25 9.25H14.75C15.16 9.25 15.5 9.59 15.5 10C15.5 10.41 15.16 10.75 14.75 10.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"translate \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.789 19.4199C14.679 19.4199 14.559 19.3899 14.459 19.3399C14.089 19.1499 13.939 18.6999 14.119 18.3299L16.259 14.0599C16.389 13.8099 16.649 13.6499 16.929 13.6499C17.209 13.6499 17.469 13.8099 17.599 14.0699L19.739 18.3399C19.929 18.7099 19.779 19.1599 19.399 19.3499C19.029 19.5399 18.579 19.3899 18.389 19.0099L16.929 16.0799L15.469 19.0099C15.329 19.2699 15.059 19.4199 14.789 19.4199Z\" fill=\"\"/>\n<path d=\"M18.6801 18.6602H15.1602C14.7502 18.6602 14.4102 18.3202 14.4102 17.9102C14.4102 17.5002 14.7502 17.1602 15.1602 17.1602H18.6801C19.0901 17.1602 19.4301 17.5002 19.4301 17.9102C19.4301 18.3202 19.1001 18.6602 18.6801 18.6602Z\" fill=\"\"/>\n<path d=\"M16.9198 22.7498C13.7098 22.7498 11.0898 20.1398 11.0898 16.9198C11.0898 13.6998 13.6998 11.0898 16.9198 11.0898C20.1298 11.0898 22.7498 13.6998 22.7498 16.9198C22.7498 20.1398 20.1398 22.7498 16.9198 22.7498ZM16.9198 12.5998C14.5298 12.5998 12.5898 14.5398 12.5898 16.9298C12.5898 19.3198 14.5298 21.2598 16.9198 21.2598C19.2998 21.2598 21.2498 19.3198 21.2498 16.9298C21.2498 14.5398 19.3098 12.5998 16.9198 12.5998Z\" fill=\"\"/>\n<path d=\"M4.86 12.7003C3.75 12.7003 2.87 12.3902 2.25 11.7902C1.59 11.1502 1.25 10.1802 1.25 8.93024V5.01025C1.25 2.58025 2.59 1.24023 5.02 1.24023H8.94C10.19 1.24023 11.15 1.57023 11.8 2.24023C12.43 2.89023 12.74 3.83027 12.71 5.03027V8.93024C12.74 10.1502 12.43 11.1103 11.78 11.7603C11.13 12.4103 10.17 12.7102 8.92999 12.6902H5.03C4.96 12.7002 4.91 12.7003 4.86 12.7003ZM5.02 2.75024C3.41 2.75024 2.75 3.41026 2.75 5.02026V8.94025C2.75 9.77025 2.92999 10.3702 3.28999 10.7202C3.63999 11.0602 4.20001 11.2103 4.99001 11.2003H8.92999C9.76999 11.2203 10.35 11.0503 10.7 10.7003C11.05 10.3503 11.21 9.76026 11.19 8.95026V5.01025C11.21 4.21025 11.05 3.64022 10.71 3.29022C10.36 2.93022 9.75999 2.75024 8.92999 2.75024H5.02Z\" fill=\"\"/>\n<path d=\"M8.99945 6.59961H4.93945C4.52945 6.59961 4.18945 6.25961 4.18945 5.84961C4.18945 5.43961 4.52945 5.09961 4.93945 5.09961H8.99945C9.40945 5.09961 9.74945 5.43961 9.74945 5.84961C9.74945 6.25961 9.41945 6.59961 8.99945 6.59961Z\" fill=\"\"/>\n<path d=\"M6.98047 6.59991C6.57047 6.59991 6.23047 6.25991 6.23047 5.84991V5.16992C6.23047 4.75992 6.57047 4.41992 6.98047 4.41992C7.39047 4.41992 7.73047 4.75992 7.73047 5.16992V5.84991C7.73047 6.25991 7.39047 6.59991 6.98047 6.59991Z\" fill=\"\"/>\n<path d=\"M4.93945 9.75983C4.52945 9.75983 4.18945 9.41983 4.18945 9.00983C4.18945 8.59983 4.52945 8.25983 4.93945 8.25983C6.20945 8.25983 7.23946 7.17984 7.23946 5.83984C7.23946 5.42984 7.57946 5.08984 7.98946 5.08984C8.39946 5.08984 8.73946 5.42984 8.73946 5.83984C8.73946 7.99984 7.03945 9.75983 4.93945 9.75983Z\" fill=\"\"/>\n<path d=\"M9.01042 9.76007C8.08042 9.76007 7.19043 9.29008 6.56043 8.46008C6.31043 8.13008 6.38043 7.66003 6.71043 7.41003C7.04043 7.16003 7.51042 7.23005 7.76042 7.56005C8.10042 8.02005 8.55042 8.27008 9.01042 8.27008C9.42042 8.27008 9.76042 8.61008 9.76042 9.02008C9.76042 9.43008 9.42042 9.76007 9.01042 9.76007Z\" fill=\"\"/>\n<path d=\"M9 22.75C4.73 22.75 1.25 19.27 1.25 15C1.25 14.59 1.59 14.25 2 14.25C2.41 14.25 2.75 14.59 2.75 15C2.75 17.96 4.81 20.44 7.58 21.09L7.31 20.64C7.1 20.28 7.21001 19.82 7.57001 19.61C7.92001 19.4 8.39001 19.51 8.60001 19.87L9.64999 21.62C9.78999 21.85 9.79 22.14 9.66 22.37C9.52 22.6 9.27 22.75 9 22.75Z\" fill=\"\"/>\n<path d=\"M22.0004 9.75C21.5904 9.75 21.2504 9.41 21.2504 9C21.2504 6.04 19.1904 3.55997 16.4204 2.90997L16.6904 3.35999C16.9004 3.71999 16.7904 4.18001 16.4304 4.39001C16.0804 4.60001 15.6104 4.49001 15.4004 4.13L14.3504 2.38C14.2104 2.15 14.2104 1.86 14.3404 1.63C14.4704 1.39 14.7204 1.25 14.9904 1.25C19.2604 1.25 22.7404 4.73 22.7404 9C22.7504 9.41 22.4104 9.75 22.0004 9.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"trash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.9997 6.72998C20.9797 6.72998 20.9497 6.72998 20.9197 6.72998C15.6297 6.19998 10.3497 5.99998 5.11967 6.52998L3.07967 6.72998C2.65967 6.76998 2.28967 6.46998 2.24967 6.04998C2.20967 5.62998 2.50967 5.26998 2.91967 5.22998L4.95967 5.02998C10.2797 4.48998 15.6697 4.69998 21.0697 5.22998C21.4797 5.26998 21.7797 5.63998 21.7397 6.04998C21.7097 6.43998 21.3797 6.72998 20.9997 6.72998Z\" fill=\"\"/>\n<path d=\"M8.50074 5.72C8.46074 5.72 8.42074 5.72 8.37074 5.71C7.97074 5.64 7.69074 5.25 7.76074 4.85L7.98074 3.54C8.14074 2.58 8.36074 1.25 10.6907 1.25H13.3107C15.6507 1.25 15.8707 2.63 16.0207 3.55L16.2407 4.85C16.3107 5.26 16.0307 5.65 15.6307 5.71C15.2207 5.78 14.8307 5.5 14.7707 5.1L14.5507 3.8C14.4107 2.93 14.3807 2.76 13.3207 2.76H10.7007C9.64074 2.76 9.62074 2.9 9.47074 3.79L9.24074 5.09C9.18074 5.46 8.86074 5.72 8.50074 5.72Z\" fill=\"\"/>\n<path d=\"M15.2104 22.7501H8.79039C5.30039 22.7501 5.16039 20.8201 5.05039 19.2601L4.40039 9.19007C4.37039 8.78007 4.69039 8.42008 5.10039 8.39008C5.52039 8.37008 5.87039 8.68008 5.90039 9.09008L6.55039 19.1601C6.66039 20.6801 6.70039 21.2501 8.79039 21.2501H15.2104C17.3104 21.2501 17.3504 20.6801 17.4504 19.1601L18.1004 9.09008C18.1304 8.68008 18.4904 8.37008 18.9004 8.39008C19.3104 8.42008 19.6304 8.77007 19.6004 9.19007L18.9504 19.2601C18.8404 20.8201 18.7004 22.7501 15.2104 22.7501Z\" fill=\"\"/>\n<path d=\"M13.6601 17.25H10.3301C9.92008 17.25 9.58008 16.91 9.58008 16.5C9.58008 16.09 9.92008 15.75 10.3301 15.75H13.6601C14.0701 15.75 14.4101 16.09 14.4101 16.5C14.4101 16.91 14.0701 17.25 13.6601 17.25Z\" fill=\"\"/>\n<path d=\"M14.5 13.25H9.5C9.09 13.25 8.75 12.91 8.75 12.5C8.75 12.09 9.09 11.75 9.5 11.75H14.5C14.91 11.75 15.25 12.09 15.25 12.5C15.25 12.91 14.91 13.25 14.5 13.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"tree \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.1703 10.8098H7.83022C6.97022 10.8098 6.31025 10.4698 6.01025 9.88985C5.71025 9.29985 5.83022 8.56984 6.33022 7.87984L10.5002 2.03985C11.2402 0.979847 12.7702 0.979849 13.5202 2.04985L17.6902 7.87984C18.1902 8.56984 18.3102 9.29985 18.0102 9.88985C17.6902 10.4698 17.0303 10.8098 16.1703 10.8098ZM12.0002 2.69984C11.9102 2.69984 11.8102 2.77985 11.7202 2.89985L7.55023 8.74985C7.35023 9.01985 7.34024 9.17984 7.35024 9.20985C7.36024 9.22985 7.50023 9.30984 7.84023 9.30984H16.1802C16.5102 9.30984 16.6503 9.21984 16.6703 9.19984C16.6703 9.17984 16.6602 9.01985 16.4702 8.74985L12.3002 2.90985C12.1902 2.76985 12.0902 2.69984 12.0002 2.69984Z\" fill=\"\"/>\n<path d=\"M17.5897 18.7501H6.41968C4.98968 18.7501 4.41966 18.0601 4.20966 17.6501C3.99966 17.2401 3.77966 16.3801 4.61966 15.2201L8.60965 9.62006C8.74965 9.42006 8.97967 9.31006 9.21967 9.31006H14.7897C15.0297 9.31006 15.2597 9.43006 15.3997 9.62006L19.3897 15.2301C20.2297 16.3801 19.9997 17.2401 19.7897 17.6501C19.5797 18.0601 19.0197 18.7501 17.5897 18.7501ZM9.59967 10.8101L5.82965 16.1001C5.50965 16.5401 5.47967 16.8401 5.53967 16.9701C5.60967 17.1001 5.86967 17.2501 6.40967 17.2501H17.5797C18.1197 17.2501 18.3897 17.1001 18.4497 16.9701C18.5197 16.8401 18.4797 16.5401 18.1597 16.1001L14.3897 10.8001H9.59967V10.8101Z\" fill=\"\"/>\n<path d=\"M12 22.75C11.59 22.75 11.25 22.41 11.25 22V18C11.25 17.59 11.59 17.25 12 17.25C12.41 17.25 12.75 17.59 12.75 18V22C12.75 22.41 12.41 22.75 12 22.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"trend down \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.5002 15.2499C16.3102 15.2499 16.1202 15.1799 15.9702 15.0299L12.4202 11.4799L11.3302 13.1199C11.2102 13.3099 11.0002 13.4299 10.7802 13.4499C10.5502 13.4699 10.3302 13.3899 10.1802 13.2299L6.9802 10.0299C6.6902 9.73994 6.6902 9.25994 6.9802 8.96994C7.2702 8.67994 7.7502 8.67994 8.0402 8.96994L10.5902 11.5199L11.6802 9.87994C11.8002 9.69994 12.0002 9.57994 12.2302 9.54994C12.4602 9.52994 12.6802 9.60994 12.8302 9.76994L17.0302 13.9699C17.3202 14.2599 17.3202 14.7399 17.0302 15.0299C16.8802 15.1799 16.6902 15.2499 16.5002 15.2499Z\" fill=\"\"/>\n<path d=\"M16.5 15.25H14.5C14.09 15.25 13.75 14.91 13.75 14.5C13.75 14.09 14.09 13.75 14.5 13.75H15.75V12.5C15.75 12.09 16.09 11.75 16.5 11.75C16.91 11.75 17.25 12.09 17.25 12.5V14.5C17.25 14.91 16.91 15.25 16.5 15.25Z\" fill=\"\"/>\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n</svg>\n</li><li title=\"trend up \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.50043 15.2499C7.31043 15.2499 7.12043 15.1799 6.97043 15.0299C6.68043 14.7399 6.68043 14.2599 6.97043 13.9699L10.1704 10.7699C10.3304 10.6099 10.5404 10.5299 10.7704 10.5499C10.9904 10.5699 11.1904 10.6899 11.3204 10.8799L12.4104 12.5199L15.9604 8.96994C16.2504 8.67994 16.7304 8.67994 17.0204 8.96994C17.3104 9.25994 17.3104 9.73994 17.0204 10.0299L12.8204 14.2299C12.6604 14.3899 12.4504 14.4699 12.2204 14.4499C12.0004 14.4299 11.8004 14.3099 11.6704 14.1199L10.5804 12.4799L8.03043 15.0299C7.88043 15.1799 7.69043 15.2499 7.50043 15.2499Z\" fill=\"\"/>\n<path d=\"M16.5 12.25C16.09 12.25 15.75 11.91 15.75 11.5V10.25H14.5C14.09 10.25 13.75 9.91 13.75 9.5C13.75 9.09 14.09 8.75 14.5 8.75H16.5C16.91 8.75 17.25 9.09 17.25 9.5V11.5C17.25 11.91 16.91 12.25 16.5 12.25Z\" fill=\"\"/>\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n</svg>\n</li><li title=\"triangle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.0605 22.1601H5.94046C3.99046 22.1601 2.50046 21.4501 1.74046 20.1701C0.990464 18.8901 1.09046 17.2401 2.04046 15.5401L8.10046 4.63009C9.10046 2.83009 10.4805 1.84009 12.0005 1.84009C13.5205 1.84009 14.9005 2.83009 15.9005 4.63009L21.9605 15.5401C22.9105 17.2501 23.0205 18.8901 22.2605 20.1701C21.5005 21.4501 20.0105 22.1601 18.0605 22.1601ZM12.0005 3.34009C11.0605 3.34009 10.1405 4.06009 9.41046 5.36009L3.36046 16.2701C2.68046 17.4901 2.57046 18.6101 3.04046 19.4201C3.51046 20.2201 4.55046 20.6701 5.95046 20.6701H18.0705C19.4705 20.6701 20.5005 20.2301 20.9805 19.4201C21.4505 18.6101 21.3405 17.5001 20.6605 16.2701L14.5905 5.36009C13.8605 4.06009 12.9405 3.34009 12.0005 3.34009Z\" fill=\"\"/>\n<path d=\"M21.4408 20.75C21.2908 20.75 21.1408 20.71 21.0108 20.61L12.0008 14.3L2.99084 20.61C2.65084 20.85 2.18084 20.77 1.95084 20.43C1.71084 20.09 1.79084 19.62 2.13084 19.39L11.5708 12.78C11.8308 12.6 12.1708 12.6 12.4308 12.78L21.8708 19.39C22.2108 19.63 22.2908 20.1 22.0508 20.43C21.9108 20.64 21.6808 20.75 21.4408 20.75Z\" fill=\"\"/>\n<path d=\"M12 14.14C11.59 14.14 11.25 13.8 11.25 13.39V3C11.25 2.59 11.59 2.25 12 2.25C12.41 2.25 12.75 2.59 12.75 3V13.39C12.75 13.8 12.41 14.14 12 14.14Z\" fill=\"\"/>\n</svg>\n</li><li title=\"truck fast \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.9998 14.75H11.9998C11.5898 14.75 11.2498 14.41 11.2498 14C11.2498 13.59 11.5898 13.25 11.9998 13.25H12.9998C13.6898 13.25 14.2498 12.69 14.2498 12V2.75H5.99978C4.81978 2.75 3.73975 3.38998 3.15975 4.41998C2.95975 4.77998 2.49979 4.91002 2.13979 4.71002C1.77979 4.51002 1.64975 4.05 1.84975 3.69C2.68975 2.19 4.27978 1.25 5.99978 1.25H14.9998C15.4098 1.25 15.7498 1.59 15.7498 2V12C15.7498 13.52 14.5198 14.75 12.9998 14.75Z\" fill=\"\"/>\n<path d=\"M19 20.75H18C17.59 20.75 17.25 20.41 17.25 20C17.25 19.31 16.69 18.75 16 18.75C15.31 18.75 14.75 19.31 14.75 20C14.75 20.41 14.41 20.75 14 20.75H10C9.59 20.75 9.25 20.41 9.25 20C9.25 19.31 8.69 18.75 8 18.75C7.31 18.75 6.75 19.31 6.75 20C6.75 20.41 6.41 20.75 6 20.75H5C2.93 20.75 1.25 19.07 1.25 17C1.25 16.59 1.59 16.25 2 16.25C2.41 16.25 2.75 16.59 2.75 17C2.75 18.24 3.76 19.25 5 19.25H5.34998C5.67998 18.1 6.74 17.25 8 17.25C9.26 17.25 10.32 18.1 10.65 19.25H13.36C13.69 18.1 14.75 17.25 16.01 17.25C17.27 17.25 18.33 18.1 18.66 19.25H19C20.24 19.25 21.25 18.24 21.25 17V14.75H19C18.04 14.75 17.25 13.96 17.25 13V10C17.25 9.04 18.03 8.25 19 8.25L17.93 6.38C17.71 5.99 17.29 5.75 16.84 5.75H15.75V12C15.75 13.52 14.52 14.75 13 14.75H12C11.59 14.75 11.25 14.41 11.25 14C11.25 13.59 11.59 13.25 12 13.25H13C13.69 13.25 14.25 12.69 14.25 12V5C14.25 4.59 14.59 4.25 15 4.25H16.84C17.83 4.25 18.74 4.78001 19.23 5.64001L20.94 8.63C21.07 8.86 21.07 9.15 20.94 9.38C20.81 9.61 20.56 9.75 20.29 9.75H19C18.86 9.75 18.75 9.86 18.75 10V13C18.75 13.14 18.86 13.25 19 13.25H22C22.41 13.25 22.75 13.59 22.75 14V17C22.75 19.07 21.07 20.75 19 20.75Z\" fill=\"\"/>\n<path d=\"M8 22.75C6.48 22.75 5.25 21.52 5.25 20C5.25 18.48 6.48 17.25 8 17.25C9.52 17.25 10.75 18.48 10.75 20C10.75 21.52 9.52 22.75 8 22.75ZM8 18.75C7.31 18.75 6.75 19.31 6.75 20C6.75 20.69 7.31 21.25 8 21.25C8.69 21.25 9.25 20.69 9.25 20C9.25 19.31 8.69 18.75 8 18.75Z\" fill=\"\"/>\n<path d=\"M16 22.75C14.48 22.75 13.25 21.52 13.25 20C13.25 18.48 14.48 17.25 16 17.25C17.52 17.25 18.75 18.48 18.75 20C18.75 21.52 17.52 22.75 16 22.75ZM16 18.75C15.31 18.75 14.75 19.31 14.75 20C14.75 20.69 15.31 21.25 16 21.25C16.69 21.25 17.25 20.69 17.25 20C17.25 19.31 16.69 18.75 16 18.75Z\" fill=\"\"/>\n<path d=\"M22 14.75H19C18.04 14.75 17.25 13.96 17.25 13V10C17.25 9.04 18.04 8.25 19 8.25H20.29C20.56 8.25 20.81 8.39 20.94 8.63L22.65 11.63C22.71 11.74 22.75 11.87 22.75 12V14C22.75 14.41 22.41 14.75 22 14.75ZM19 9.75C18.86 9.75 18.75 9.86 18.75 10V13C18.75 13.14 18.86 13.25 19 13.25H21.25V12.2L19.85 9.75H19Z\" fill=\"\"/>\n<path d=\"M8 8.75H2C1.59 8.75 1.25 8.41 1.25 8C1.25 7.59 1.59 7.25 2 7.25H8C8.41 7.25 8.75 7.59 8.75 8C8.75 8.41 8.41 8.75 8 8.75Z\" fill=\"\"/>\n<path d=\"M6 11.75H2C1.59 11.75 1.25 11.41 1.25 11C1.25 10.59 1.59 10.25 2 10.25H6C6.41 10.25 6.75 10.59 6.75 11C6.75 11.41 6.41 11.75 6 11.75Z\" fill=\"\"/>\n<path d=\"M4 14.75H2C1.59 14.75 1.25 14.41 1.25 14C1.25 13.59 1.59 13.25 2 13.25H4C4.41 13.25 4.75 13.59 4.75 14C4.75 14.41 4.41 14.75 4 14.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"truck remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13 14.75H2C1.59 14.75 1.25 14.41 1.25 14V7.62C1.25 7.29999 1.44999 7.01997 1.73999 6.90997C2.03999 6.79997 2.37001 6.89001 2.57001 7.13C3.17001 7.84 4.03999 8.23999 4.98999 8.23999C5.01999 8.23999 5.04001 8.23999 5.07001 8.23999C5.87001 8.21999 6.60998 7.92001 7.16998 7.39001C7.42998 7.17001 7.63999 6.91 7.79999 6.62C8.10999 6.09 8.26 5.50998 8.25 4.91998C8.23 3.99998 7.83002 3.15999 7.15002 2.54999C6.91002 2.33999 6.83 2.00997 6.94 1.71997C7.05 1.42997 7.33001 1.22998 7.64001 1.22998H15C15.41 1.22998 15.75 1.56998 15.75 1.97998V11.98C15.75 13.52 14.52 14.75 13 14.75ZM2.75 13.25H13C13.69 13.25 14.25 12.69 14.25 12V2.75H9.19C9.54 3.4 9.73 4.13001 9.75 4.89001C9.77 5.76001 9.54998 6.62 9.10999 7.37C8.86999 7.79999 8.53999 8.21001 8.17999 8.51001C7.37999 9.27001 6.27999 9.72 5.10999 9.75C4.27999 9.78 3.46001 9.57 2.76001 9.19V13.25H2.75Z\" fill=\"\"/>\n<path d=\"M19 20.75H18C17.59 20.75 17.25 20.41 17.25 20C17.25 19.31 16.69 18.75 16 18.75C15.31 18.75 14.75 19.31 14.75 20C14.75 20.41 14.41 20.75 14 20.75H10C9.59 20.75 9.25 20.41 9.25 20C9.25 19.31 8.69 18.75 8 18.75C7.31 18.75 6.75 19.31 6.75 20C6.75 20.41 6.41 20.75 6 20.75H5C2.93 20.75 1.25 19.07 1.25 17V14C1.25 13.59 1.59 13.25 2 13.25H13C13.69 13.25 14.25 12.69 14.25 12V5C14.25 4.59 14.59 4.25 15 4.25H16.84C17.83 4.25 18.74 4.78001 19.23 5.64001L20.94 8.63C21.07 8.86 21.07 9.15 20.94 9.38C20.81 9.61 20.56 9.75 20.29 9.75H19C18.86 9.75 18.75 9.86 18.75 10V13C18.75 13.14 18.86 13.25 19 13.25H22C22.41 13.25 22.75 13.59 22.75 14V17C22.75 19.07 21.07 20.75 19 20.75ZM18.65 19.25H19C20.24 19.25 21.25 18.24 21.25 17V14.75H19C18.04 14.75 17.25 13.96 17.25 13V10C17.25 9.04 18.03 8.25 19 8.25L17.93 6.38C17.71 5.99 17.29 5.75 16.84 5.75H15.75V12C15.75 13.52 14.52 14.75 13 14.75H2.75V17C2.75 18.24 3.76 19.25 5 19.25H5.34998C5.67998 18.1 6.74 17.25 8 17.25C9.26 17.25 10.32 18.1 10.65 19.25H13.36C13.69 18.1 14.75 17.25 16.01 17.25C17.27 17.25 18.32 18.1 18.65 19.25Z\" fill=\"\"/>\n<path d=\"M8 22.75C6.48 22.75 5.25 21.52 5.25 20C5.25 18.48 6.48 17.25 8 17.25C9.52 17.25 10.75 18.48 10.75 20C10.75 21.52 9.52 22.75 8 22.75ZM8 18.75C7.31 18.75 6.75 19.31 6.75 20C6.75 20.69 7.31 21.25 8 21.25C8.69 21.25 9.25 20.69 9.25 20C9.25 19.31 8.69 18.75 8 18.75Z\" fill=\"\"/>\n<path d=\"M16 22.75C14.48 22.75 13.25 21.52 13.25 20C13.25 18.48 14.48 17.25 16 17.25C17.52 17.25 18.75 18.48 18.75 20C18.75 21.52 17.52 22.75 16 22.75ZM16 18.75C15.31 18.75 14.75 19.31 14.75 20C14.75 20.69 15.31 21.25 16 21.25C16.69 21.25 17.25 20.69 17.25 20C17.25 19.31 16.69 18.75 16 18.75Z\" fill=\"\"/>\n<path d=\"M22 14.75H19C18.04 14.75 17.25 13.96 17.25 13V10C17.25 9.04 18.04 8.25 19 8.25H20.29C20.56 8.25 20.81 8.39 20.94 8.63L22.65 11.63C22.71 11.74 22.75 11.87 22.75 12V14C22.75 14.41 22.41 14.75 22 14.75ZM19 9.75C18.86 9.75 18.75 9.86 18.75 10V13C18.75 13.14 18.86 13.25 19 13.25H21.25V12.2L19.85 9.75H19Z\" fill=\"\"/>\n<path d=\"M5 9.75C3.34 9.75 1.78 8.87 0.940002 7.44C0.490002 6.72 0.25 5.87 0.25 5C0.25 3.54 0.900029 2.18998 2.03003 1.28998C2.87003 0.619978 3.93 0.25 5 0.25C7.62 0.25 9.75 2.38 9.75 5C9.75 5.87 9.51 6.72001 9.06 7.45001C8.81 7.87001 8.48999 8.25001 8.10999 8.57001C7.27999 9.33001 6.17 9.75 5 9.75ZM5 1.75C4.26 1.75 3.55997 1.99997 2.96997 2.46997C2.19997 3.07997 1.75 4.01 1.75 5C1.75 5.59 1.90997 6.16998 2.21997 6.66998C2.79997 7.64998 3.87 8.25 5 8.25C5.79 8.25 6.55 7.96 7.13 7.44C7.39001 7.22 7.61002 6.95999 7.77002 6.67999C8.09002 6.16999 8.25 5.59 8.25 5C8.25 3.21 6.79 1.75 5 1.75Z\" fill=\"\"/>\n<path d=\"M6.07041 6.79007C5.88041 6.79007 5.69038 6.7201 5.54038 6.5701L3.43039 4.46011C3.14039 4.17011 3.14039 3.69012 3.43039 3.40012C3.72039 3.11012 4.20039 3.11012 4.49039 3.40012L6.60037 5.5101C6.89037 5.8001 6.89037 6.2801 6.60037 6.5701C6.45037 6.7201 6.26041 6.79007 6.07041 6.79007Z\" fill=\"\"/>\n<path d=\"M3.93106 6.81992C3.74106 6.81992 3.55109 6.74989 3.40109 6.59989C3.11109 6.30989 3.11109 5.82989 3.40109 5.53989L5.51108 3.4299C5.80108 3.1399 6.28108 3.1399 6.57108 3.4299C6.86108 3.7199 6.86108 4.1999 6.57108 4.4899L4.46109 6.59989C4.31109 6.74989 4.12106 6.81992 3.93106 6.81992Z\" fill=\"\"/>\n</svg>\n</li><li title=\"truck tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13 14.75H2C1.59 14.75 1.25 14.41 1.25 14V7.62C1.25 7.29999 1.44999 7.01997 1.73999 6.90997C2.03999 6.79997 2.37001 6.89001 2.57001 7.13C3.18001 7.86 4.13001 8.26999 5.07001 8.23999C5.87001 8.21999 6.60998 7.92001 7.16998 7.39001C7.42998 7.17001 7.63999 6.91 7.79999 6.62C8.10999 6.09 8.26 5.50998 8.25 4.91998C8.23 3.99998 7.83002 3.15999 7.15002 2.54999C6.91002 2.33999 6.83 2.00997 6.94 1.71997C7.05 1.42997 7.33001 1.22998 7.64001 1.22998H15C15.41 1.22998 15.75 1.56998 15.75 1.97998V11.98C15.75 13.52 14.52 14.75 13 14.75ZM2.75 13.25H13C13.69 13.25 14.25 12.69 14.25 12V2.75H9.19C9.54 3.4 9.73 4.13001 9.75 4.89001C9.77 5.76001 9.54998 6.62 9.10999 7.37C8.86999 7.79999 8.53999 8.21001 8.17999 8.51001C7.37999 9.27001 6.27999 9.72 5.10999 9.75C4.26999 9.78 3.46001 9.57 2.76001 9.19V13.25H2.75Z\" fill=\"\"/>\n<path d=\"M19 20.75H18C17.59 20.75 17.25 20.41 17.25 20C17.25 19.31 16.69 18.75 16 18.75C15.31 18.75 14.75 19.31 14.75 20C14.75 20.41 14.41 20.75 14 20.75H10C9.59 20.75 9.25 20.41 9.25 20C9.25 19.31 8.69 18.75 8 18.75C7.31 18.75 6.75 19.31 6.75 20C6.75 20.41 6.41 20.75 6 20.75H5C2.93 20.75 1.25 19.07 1.25 17V14C1.25 13.59 1.59 13.25 2 13.25H13C13.69 13.25 14.25 12.69 14.25 12V5C14.25 4.59 14.59 4.25 15 4.25H16.84C17.83 4.25 18.74 4.78001 19.23 5.64001L20.94 8.63C21.07 8.86 21.07 9.15 20.94 9.38C20.81 9.61 20.56 9.75 20.29 9.75H19C18.86 9.75 18.75 9.86 18.75 10V13C18.75 13.14 18.86 13.25 19 13.25H22C22.41 13.25 22.75 13.59 22.75 14V17C22.75 19.07 21.07 20.75 19 20.75ZM18.65 19.25H19C20.24 19.25 21.25 18.24 21.25 17V14.75H19C18.04 14.75 17.25 13.96 17.25 13V10C17.25 9.04 18.03 8.25 19 8.25L17.93 6.38C17.71 5.99 17.29 5.75 16.84 5.75H15.75V12C15.75 13.52 14.52 14.75 13 14.75H2.75V17C2.75 18.24 3.76 19.25 5 19.25H5.34998C5.67998 18.1 6.74 17.25 8 17.25C9.26 17.25 10.32 18.1 10.65 19.25H13.36C13.69 18.1 14.75 17.25 16.01 17.25C17.27 17.25 18.32 18.1 18.65 19.25Z\" fill=\"\"/>\n<path d=\"M8 22.75C6.48 22.75 5.25 21.52 5.25 20C5.25 18.48 6.48 17.25 8 17.25C9.52 17.25 10.75 18.48 10.75 20C10.75 21.52 9.52 22.75 8 22.75ZM8 18.75C7.31 18.75 6.75 19.31 6.75 20C6.75 20.69 7.31 21.25 8 21.25C8.69 21.25 9.25 20.69 9.25 20C9.25 19.31 8.69 18.75 8 18.75Z\" fill=\"\"/>\n<path d=\"M16 22.75C14.48 22.75 13.25 21.52 13.25 20C13.25 18.48 14.48 17.25 16 17.25C17.52 17.25 18.75 18.48 18.75 20C18.75 21.52 17.52 22.75 16 22.75ZM16 18.75C15.31 18.75 14.75 19.31 14.75 20C14.75 20.69 15.31 21.25 16 21.25C16.69 21.25 17.25 20.69 17.25 20C17.25 19.31 16.69 18.75 16 18.75Z\" fill=\"\"/>\n<path d=\"M22 14.75H19C18.04 14.75 17.25 13.96 17.25 13V10C17.25 9.04 18.04 8.25 19 8.25H20.29C20.56 8.25 20.81 8.39 20.94 8.63L22.65 11.63C22.71 11.74 22.75 11.87 22.75 12V14C22.75 14.41 22.41 14.75 22 14.75ZM19 9.75C18.86 9.75 18.75 9.86 18.75 10V13C18.75 13.14 18.86 13.25 19 13.25H21.25V12.2L19.85 9.75H19Z\" fill=\"\"/>\n<path d=\"M4.98962 9.75C3.60962 9.75 2.30962 9.14998 1.42962 8.09998C1.28962 7.94998 1.13964 7.73998 1.00964 7.53998C0.539635 6.82998 0.279635 5.98999 0.259635 5.10999C0.219635 3.64999 0.839647 2.27998 1.95965 1.34998C2.80965 0.649976 3.8296 0.27 4.9096 0.25C6.0896 0.26 7.26965 0.650002 8.14965 1.44C9.14965 2.32 9.72964 3.55001 9.75963 4.89001C9.77964 5.76001 9.55962 6.62 9.11962 7.37C8.87962 7.79999 8.54963 8.21001 8.18963 8.51001C7.38963 9.27001 6.28962 9.72 5.11962 9.75C5.06962 9.75 5.02962 9.75 4.98962 9.75ZM4.98962 1.75C4.96962 1.75 4.94962 1.75 4.92962 1.75C4.19962 1.76 3.4996 2.03001 2.9096 2.51001C2.1496 3.14001 1.72963 4.08001 1.74963 5.07001C1.76963 5.67001 1.93964 6.24002 2.25964 6.71002C2.34964 6.85002 2.43961 6.97998 2.54961 7.09998C3.18961 7.85998 4.13963 8.25999 5.06963 8.23999C5.86963 8.21999 6.60961 7.92001 7.16961 7.39001C7.42961 7.17001 7.63961 6.91 7.79961 6.62C8.10961 6.09 8.25963 5.50998 8.24963 4.91998C8.22963 3.99998 7.82965 3.15999 7.14965 2.54999C6.54965 2.03999 5.78962 1.75 4.98962 1.75Z\" fill=\"\"/>\n<path d=\"M4.4489 6.74993C4.2589 6.74993 4.07888 6.6799 3.92888 6.5399L2.91887 5.57994C2.61887 5.28994 2.60891 4.81995 2.89891 4.51995C3.18891 4.21995 3.65891 4.20993 3.95891 4.49993L4.4489 4.9699L6.01891 3.44994C6.31891 3.15994 6.78891 3.1699 7.07891 3.4699C7.36891 3.7699 7.35889 4.23996 7.05889 4.52996L4.96886 6.54991C4.81886 6.67991 4.6289 6.74993 4.4489 6.74993Z\" fill=\"\"/>\n</svg>\n</li><li title=\"truck time \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13 14.75H2C1.59 14.75 1.25 14.41 1.25 14V7.62C1.25 7.29999 1.44999 7.01997 1.73999 6.90997C2.03999 6.79997 2.37001 6.89001 2.57001 7.13C3.18001 7.86 4.13001 8.26999 5.07001 8.23999C5.87001 8.21999 6.60998 7.92001 7.16998 7.39001C7.42998 7.17001 7.63999 6.91 7.79999 6.62C8.10999 6.09 8.26 5.50998 8.25 4.91998C8.23 3.99998 7.83002 3.15999 7.15002 2.54999C6.91002 2.33999 6.83 2.00997 6.94 1.71997C7.05 1.42997 7.33001 1.22998 7.64001 1.22998H15C15.41 1.22998 15.75 1.56998 15.75 1.97998V11.98C15.75 13.52 14.52 14.75 13 14.75ZM2.75 13.25H13C13.69 13.25 14.25 12.69 14.25 12V2.75H9.19C9.54 3.4 9.73 4.13001 9.75 4.89001C9.77 5.76001 9.54998 6.62 9.10999 7.37C8.86999 7.79999 8.53999 8.21001 8.17999 8.51001C7.37999 9.27001 6.27999 9.72 5.10999 9.75C4.27999 9.78 3.46001 9.57 2.76001 9.19V13.25H2.75Z\" fill=\"\"/>\n<path d=\"M19 20.75H18C17.59 20.75 17.25 20.41 17.25 20C17.25 19.31 16.69 18.75 16 18.75C15.31 18.75 14.75 19.31 14.75 20C14.75 20.41 14.41 20.75 14 20.75H10C9.59 20.75 9.25 20.41 9.25 20C9.25 19.31 8.69 18.75 8 18.75C7.31 18.75 6.75 19.31 6.75 20C6.75 20.41 6.41 20.75 6 20.75H5C2.93 20.75 1.25 19.07 1.25 17V14C1.25 13.59 1.59 13.25 2 13.25H13C13.69 13.25 14.25 12.69 14.25 12V5C14.25 4.59 14.59 4.25 15 4.25H16.84C17.83 4.25 18.74 4.78001 19.23 5.64001L20.94 8.63C21.07 8.86 21.07 9.15 20.94 9.38C20.81 9.61 20.56 9.75 20.29 9.75H19C18.86 9.75 18.75 9.86 18.75 10V13C18.75 13.14 18.86 13.25 19 13.25H22C22.41 13.25 22.75 13.59 22.75 14V17C22.75 19.07 21.07 20.75 19 20.75ZM18.65 19.25H19C20.24 19.25 21.25 18.24 21.25 17V14.75H19C18.04 14.75 17.25 13.96 17.25 13V10C17.25 9.04 18.03 8.25 19 8.25L17.93 6.38C17.71 5.99 17.29 5.75 16.84 5.75H15.75V12C15.75 13.52 14.52 14.75 13 14.75H2.75V17C2.75 18.24 3.76 19.25 5 19.25H5.34998C5.67998 18.1 6.74 17.25 8 17.25C9.26 17.25 10.32 18.1 10.65 19.25H13.36C13.69 18.1 14.75 17.25 16.01 17.25C17.27 17.25 18.32 18.1 18.65 19.25Z\" fill=\"\"/>\n<path d=\"M8 22.75C6.48 22.75 5.25 21.52 5.25 20C5.25 18.48 6.48 17.25 8 17.25C9.52 17.25 10.75 18.48 10.75 20C10.75 21.52 9.52 22.75 8 22.75ZM8 18.75C7.31 18.75 6.75 19.31 6.75 20C6.75 20.69 7.31 21.25 8 21.25C8.69 21.25 9.25 20.69 9.25 20C9.25 19.31 8.69 18.75 8 18.75Z\" fill=\"\"/>\n<path d=\"M16 22.75C14.48 22.75 13.25 21.52 13.25 20C13.25 18.48 14.48 17.25 16 17.25C17.52 17.25 18.75 18.48 18.75 20C18.75 21.52 17.52 22.75 16 22.75ZM16 18.75C15.31 18.75 14.75 19.31 14.75 20C14.75 20.69 15.31 21.25 16 21.25C16.69 21.25 17.25 20.69 17.25 20C17.25 19.31 16.69 18.75 16 18.75Z\" fill=\"\"/>\n<path d=\"M22 14.75H19C18.04 14.75 17.25 13.96 17.25 13V10C17.25 9.04 18.04 8.25 19 8.25H20.29C20.56 8.25 20.81 8.39 20.94 8.63L22.65 11.63C22.71 11.74 22.75 11.87 22.75 12V14C22.75 14.41 22.41 14.75 22 14.75ZM19 9.75C18.86 9.75 18.75 9.86 18.75 10V13C18.75 13.14 18.86 13.25 19 13.25H21.25V12.2L19.85 9.75H19Z\" fill=\"\"/>\n<path d=\"M5 9.75C2.38 9.75 0.25 7.62 0.25 5C0.25 3.54 0.900029 2.18998 2.03003 1.28998C2.87003 0.619978 3.93 0.25 5 0.25C7.62 0.25 9.75 2.38 9.75 5C9.75 6.36 9.16 7.66 8.13 8.56C7.26 9.33 6.15 9.75 5 9.75ZM5 1.75C4.26 1.75 3.55997 1.99997 2.96997 2.46997C2.19997 3.07997 1.75 4.01 1.75 5C1.75 6.79 3.21 8.25 5 8.25C5.78 8.25 6.54002 7.96 7.15002 7.44C7.85002 6.82 8.25 5.94 8.25 5C8.25 3.21 6.79 1.75 5 1.75Z\" fill=\"\"/>\n<path d=\"M3.99989 6.75C3.74989 6.75 3.49988 6.62001 3.35988 6.39001C3.14988 6.03001 3.25989 5.56999 3.61989 5.35999L4.5099 4.83002V3.75C4.5099 3.34 4.8499 3 5.2599 3C5.6699 3 6.0099 3.34 6.0099 3.75V5.25C6.0099 5.51 5.86992 5.76001 5.64992 5.89001L4.39992 6.64001C4.25992 6.72001 4.12989 6.75 3.99989 6.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"truck \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13 14.75H2C1.59 14.75 1.25 14.41 1.25 14V6C1.25 3.38 3.38 1.25 6 1.25H15C15.41 1.25 15.75 1.59 15.75 2V12C15.75 13.52 14.52 14.75 13 14.75ZM2.75 13.25H13C13.69 13.25 14.25 12.69 14.25 12V2.75H6C4.21 2.75 2.75 4.21 2.75 6V13.25Z\" fill=\"\"/>\n<path d=\"M19 20.75H18C17.59 20.75 17.25 20.41 17.25 20C17.25 19.31 16.69 18.75 16 18.75C15.31 18.75 14.75 19.31 14.75 20C14.75 20.41 14.41 20.75 14 20.75H10C9.59 20.75 9.25 20.41 9.25 20C9.25 19.31 8.69 18.75 8 18.75C7.31 18.75 6.75 19.31 6.75 20C6.75 20.41 6.41 20.75 6 20.75H5C2.93 20.75 1.25 19.07 1.25 17V14C1.25 13.59 1.59 13.25 2 13.25H13C13.69 13.25 14.25 12.69 14.25 12V5C14.25 4.59 14.59 4.25 15 4.25H16.84C17.83 4.25 18.74 4.78001 19.23 5.64001L20.94 8.63C21.07 8.86 21.07 9.15 20.94 9.38C20.81 9.61 20.56 9.75 20.29 9.75H19C18.86 9.75 18.75 9.86 18.75 10V13C18.75 13.14 18.86 13.25 19 13.25H22C22.41 13.25 22.75 13.59 22.75 14V17C22.75 19.07 21.07 20.75 19 20.75ZM18.65 19.25H19C20.24 19.25 21.25 18.24 21.25 17V14.75H19C18.04 14.75 17.25 13.96 17.25 13V10C17.25 9.04 18.03 8.25 19 8.25L17.93 6.38C17.71 5.99 17.29 5.75 16.84 5.75H15.75V12C15.75 13.52 14.52 14.75 13 14.75H2.75V17C2.75 18.24 3.76 19.25 5 19.25H5.35001C5.68001 18.1 6.74 17.25 8 17.25C9.26 17.25 10.32 18.1 10.65 19.25H13.36C13.69 18.1 14.75 17.25 16.01 17.25C17.27 17.25 18.32 18.1 18.65 19.25Z\" fill=\"\"/>\n<path d=\"M8 22.75C6.48 22.75 5.25 21.52 5.25 20C5.25 18.48 6.48 17.25 8 17.25C9.52 17.25 10.75 18.48 10.75 20C10.75 21.52 9.52 22.75 8 22.75ZM8 18.75C7.31 18.75 6.75 19.31 6.75 20C6.75 20.69 7.31 21.25 8 21.25C8.69 21.25 9.25 20.69 9.25 20C9.25 19.31 8.69 18.75 8 18.75Z\" fill=\"\"/>\n<path d=\"M16 22.75C14.48 22.75 13.25 21.52 13.25 20C13.25 18.48 14.48 17.25 16 17.25C17.52 17.25 18.75 18.48 18.75 20C18.75 21.52 17.52 22.75 16 22.75ZM16 18.75C15.31 18.75 14.75 19.31 14.75 20C14.75 20.69 15.31 21.25 16 21.25C16.69 21.25 17.25 20.69 17.25 20C17.25 19.31 16.69 18.75 16 18.75Z\" fill=\"\"/>\n<path d=\"M22 14.75H19C18.04 14.75 17.25 13.96 17.25 13V10C17.25 9.04 18.04 8.25 19 8.25H20.29C20.56 8.25 20.81 8.39 20.94 8.63L22.65 11.63C22.71 11.74 22.75 11.87 22.75 12V14C22.75 14.41 22.41 14.75 22 14.75ZM19 9.75C18.86 9.75 18.75 9.86 18.75 10V13C18.75 13.14 18.86 13.25 19 13.25H21.25V12.2L19.85 9.75H19Z\" fill=\"\"/>\n</svg>\n</li><li title=\"trush square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n<path d=\"M17.899 9.8C17.879 9.8 17.849 9.8 17.829 9.8C14.369 9.46 10.9291 9.31999 7.51905 9.66999L6.17904 9.8C5.75904 9.84 5.39905 9.54 5.35905 9.13C5.31905 8.72 5.61904 8.34999 6.02904 8.30999L7.36904 8.17999C10.879 7.82999 14.419 7.95999 17.979 8.30999C18.389 8.34999 18.689 8.72 18.649 9.13C18.609 9.51 18.279 9.8 17.899 9.8Z\" fill=\"\"/>\n<path d=\"M14.2895 9.13995C13.9295 9.13995 13.6095 8.87996 13.5495 8.51996L13.4095 7.66995C13.3895 7.52995 13.3495 7.30995 13.3095 7.25995C13.3095 7.25995 13.2095 7.19995 12.8495 7.19995H11.1295C10.7595 7.19995 10.6595 7.25995 10.6595 7.25995C10.6395 7.29995 10.5995 7.51996 10.5795 7.65996L10.4395 8.51996C10.3695 8.92996 9.9795 9.19995 9.5795 9.13995C9.1695 9.06995 8.8995 8.67995 8.9595 8.27995L9.0995 7.41995C9.2095 6.77995 9.3895 5.70996 11.1295 5.70996H12.8495C14.5995 5.70996 14.7795 6.82995 14.8795 7.42995L15.0195 8.27995C15.0895 8.68995 14.8095 9.07995 14.4095 9.13995C14.3795 9.13995 14.3295 9.13995 14.2895 9.13995Z\" fill=\"\"/>\n<path d=\"M14.1 18.3101H9.89C7.36 18.3101 7.24999 16.7901 7.17999 15.7801L6.75 9.17012C6.72 8.76012 7.03999 8.40011 7.44999 8.37011C7.86999 8.34011 8.22 8.66013 8.25 9.07013L8.67999 15.6701C8.74999 16.6501 8.76 16.8001 9.89 16.8001H14.1C15.23 16.8001 15.24 16.6501 15.31 15.6701L15.74 9.07013C15.77 8.66013 16.11 8.34011 16.54 8.37011C16.95 8.40011 17.27 8.75012 17.24 9.17012L16.81 15.7701C16.74 16.7901 16.64 18.3101 14.1 18.3101Z\" fill=\"\"/>\n</svg>\n</li><li title=\"undo \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.1309 19.0601H7.13086C6.72086 19.0601 6.38086 18.7201 6.38086 18.3101C6.38086 17.9001 6.72086 17.5601 7.13086 17.5601H15.1309C17.4709 17.5601 19.3809 15.6501 19.3809 13.3101C19.3809 10.9701 17.4709 9.06006 15.1309 9.06006H4.13086C3.72086 9.06006 3.38086 8.72006 3.38086 8.31006C3.38086 7.90006 3.72086 7.56006 4.13086 7.56006H15.1309C18.3009 7.56006 20.8809 10.1401 20.8809 13.3101C20.8809 16.4801 18.3009 19.0601 15.1309 19.0601Z\" fill=\"\"/>\n<path d=\"M6.43055 11.5599C6.24055 11.5599 6.05055 11.4899 5.90055 11.3399L3.34055 8.77988C3.05055 8.48988 3.05055 8.00988 3.34055 7.71988L5.90055 5.15988C6.19055 4.86988 6.67055 4.86988 6.96055 5.15988C7.25055 5.44988 7.25055 5.92988 6.96055 6.21988L4.93055 8.24988L6.96055 10.2799C7.25055 10.5699 7.25055 11.0499 6.96055 11.3399C6.82055 11.4899 6.62055 11.5599 6.43055 11.5599Z\" fill=\"\"/>\n</svg>\n</li><li title=\"unlimited \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.4503 17.2999C15.7703 17.2999 14.2202 16.5099 13.2102 15.1199C12.9702 14.7899 13.0402 14.3199 13.3702 14.0699C13.7002 13.8199 14.1703 13.8999 14.4203 14.2299C15.1503 15.2199 16.2503 15.7899 17.4503 15.7899C19.5403 15.7899 21.2502 14.0899 21.2502 11.9899C21.2502 9.88993 19.5503 8.18994 17.4503 8.18994C16.0303 8.18994 14.6902 8.94991 13.9602 10.1599L11.3102 14.5699C10.3102 16.2399 8.48025 17.27 6.54025 17.27C3.62025 17.27 1.24023 14.8899 1.24023 11.9699C1.24023 9.04991 3.62025 6.66992 6.54025 6.66992C8.22025 6.66992 9.77024 7.45991 10.7802 8.84991C11.0202 9.17991 10.9502 9.64996 10.6202 9.89996C10.2802 10.14 9.82025 10.0699 9.57025 9.73993C8.84025 8.74993 7.74025 8.17993 6.54025 8.17993C4.45025 8.17993 2.74023 9.87992 2.74023 11.9799C2.74023 14.0799 4.44025 15.78 6.54025 15.78C7.96025 15.78 9.30024 15.0199 10.0302 13.8099L12.6802 9.39996C13.6802 7.72996 15.5103 6.69995 17.4503 6.69995C20.3703 6.69995 22.7502 9.07994 22.7502 11.9999C22.7502 14.9199 20.3703 17.2999 17.4503 17.2999Z\" fill=\"\"/>\n</svg>\n</li><li title=\"unlock \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 22.75H7C2.59 22.75 1.25 21.41 1.25 17V15C1.25 10.59 2.59 9.25 7 9.25H17C21.41 9.25 22.75 10.59 22.75 15V17C22.75 21.41 21.41 22.75 17 22.75ZM7 10.75C3.42 10.75 2.75 11.43 2.75 15V17C2.75 20.57 3.42 21.25 7 21.25H17C20.58 21.25 21.25 20.57 21.25 17V15C21.25 11.43 20.58 10.75 17 10.75H7Z\" fill=\"\"/>\n<path d=\"M6 10.75C5.59 10.75 5.25 10.41 5.25 10V8C5.25 5.1 5.95 1.25 12 1.25C16.48 1.25 18.75 3.18 18.75 7C18.75 7.41 18.41 7.75 18 7.75C17.59 7.75 17.25 7.41 17.25 7C17.25 5.02 16.65 2.75 12 2.75C7.64 2.75 6.75 4.85 6.75 8V10C6.75 10.41 6.41 10.75 6 10.75Z\" fill=\"\"/>\n<path d=\"M12 19.25C10.21 19.25 8.75 17.79 8.75 16C8.75 14.21 10.21 12.75 12 12.75C13.79 12.75 15.25 14.21 15.25 16C15.25 17.79 13.79 19.25 12 19.25ZM12 14.25C11.04 14.25 10.25 15.04 10.25 16C10.25 16.96 11.04 17.75 12 17.75C12.96 17.75 13.75 16.96 13.75 16C13.75 15.04 12.96 14.25 12 14.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"user add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 12.75C8.83 12.75 6.25 10.17 6.25 7C6.25 3.83 8.83 1.25 12 1.25C15.17 1.25 17.75 3.83 17.75 7C17.75 10.17 15.17 12.75 12 12.75ZM12 2.75C9.66 2.75 7.75 4.66 7.75 7C7.75 9.34 9.66 11.25 12 11.25C14.34 11.25 16.25 9.34 16.25 7C16.25 4.66 14.34 2.75 12 2.75Z\" fill=\"\"/>\n<path d=\"M3.41016 22.75C3.00016 22.75 2.66016 22.41 2.66016 22C2.66016 17.73 6.85015 14.25 12.0002 14.25C13.0102 14.25 14.0001 14.38 14.9601 14.65C15.3601 14.76 15.5902 15.17 15.4802 15.57C15.3702 15.97 14.9601 16.2 14.5602 16.09C13.7402 15.86 12.8802 15.75 12.0002 15.75C7.68015 15.75 4.16016 18.55 4.16016 22C4.16016 22.41 3.82016 22.75 3.41016 22.75Z\" fill=\"\"/>\n<path d=\"M18 22.75C16.82 22.75 15.7 22.31 14.83 21.52C14.48 21.22 14.17 20.85 13.93 20.44C13.49 19.72 13.25 18.87 13.25 18C13.25 16.75 13.73 15.58 14.59 14.69C15.49 13.76 16.7 13.25 18 13.25C19.36 13.25 20.65 13.83 21.53 14.83C22.31 15.7 22.75 16.82 22.75 18C22.75 18.38 22.7 18.76 22.6 19.12C22.5 19.57 22.31 20.04 22.05 20.45C21.22 21.87 19.66 22.75 18 22.75ZM18 14.75C17.11 14.75 16.29 15.1 15.67 15.73C15.08 16.34 14.75 17.14 14.75 18C14.75 18.59 14.91 19.17 15.22 19.67C15.38 19.95 15.59 20.2 15.83 20.41C16.43 20.96 17.2 21.26 18 21.26C19.13 21.26 20.2 20.66 20.78 19.69C20.95 19.41 21.08 19.09 21.15 18.78C21.22 18.52 21.25 18.27 21.25 18.01C21.25 17.21 20.95 16.44 20.41 15.84C19.81 15.14 18.93 14.75 18 14.75Z\" fill=\"\"/>\n<path d=\"M19.4998 18.73H16.5098C16.0998 18.73 15.7598 18.39 15.7598 17.98C15.7598 17.57 16.0998 17.23 16.5098 17.23H19.4998C19.9098 17.23 20.2498 17.57 20.2498 17.98C20.2498 18.39 19.9098 18.73 19.4998 18.73Z\" fill=\"\"/>\n<path d=\"M18 20.26C17.59 20.26 17.25 19.92 17.25 19.51V16.52C17.25 16.11 17.59 15.77 18 15.77C18.41 15.77 18.75 16.11 18.75 16.52V19.51C18.75 19.93 18.41 20.26 18 20.26Z\" fill=\"\"/>\n</svg>\n</li><li title=\"user cirlce add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.4604 14.4799C9.50039 14.4799 7.90039 12.8799 7.90039 10.9199C7.90039 8.95986 9.50039 7.35986 11.4604 7.35986C13.4204 7.35986 15.0204 8.95986 15.0204 10.9199C15.0204 12.8799 13.4204 14.4799 11.4604 14.4799ZM11.4604 8.86987C10.3304 8.86987 9.40039 9.78987 9.40039 10.9299C9.40039 12.0699 10.3204 12.9899 11.4604 12.9899C12.6004 12.9899 13.5204 12.0699 13.5204 10.9299C13.5204 9.78987 12.6004 8.86987 11.4604 8.86987Z\" fill=\"\"/>\n<path d=\"M16.6495 20.95C16.2395 20.95 15.8995 20.61 15.8995 20.2C15.8995 18.28 13.9095 16.72 11.4595 16.72C9.00953 16.72 7.01953 18.28 7.01953 20.2C7.01953 20.61 6.67953 20.95 6.26953 20.95C5.85953 20.95 5.51953 20.61 5.51953 20.2C5.51953 17.46 8.17953 15.22 11.4595 15.22C14.7395 15.22 17.3995 17.45 17.3995 20.2C17.3995 20.61 17.0595 20.95 16.6495 20.95Z\" fill=\"\"/>\n<path d=\"M11.5 22.75C5.85 22.75 1.25 18.15 1.25 12.5C1.25 6.85 5.85 2.25 11.5 2.25C12.89 2.25 14.23 2.51999 15.49 3.04999C15.85 3.19999 16.03 3.59997 15.91 3.96997C15.8 4.29997 15.75 4.65 15.75 5C15.75 5.59 15.91 6.16998 16.22 6.66998C16.38 6.94998 16.59 7.19997 16.83 7.40997C17.7 8.19997 18.99 8.45003 20 8.09003C20.37 7.95003 20.79 8.14001 20.94 8.51001C21.48 9.78001 21.75 11.13 21.75 12.51C21.75 18.15 17.15 22.75 11.5 22.75ZM11.5 3.75C6.68 3.75 2.75 7.67 2.75 12.5C2.75 17.33 6.68 21.25 11.5 21.25C16.32 21.25 20.25 17.33 20.25 12.5C20.25 11.54 20.09 10.59 19.79 9.67999C18.41 9.91999 16.9 9.49002 15.84 8.52002C15.49 8.22002 15.18 7.85 14.94 7.44C14.5 6.72 14.26 5.87 14.26 5C14.26 4.73 14.28 4.47002 14.33 4.21002C13.42 3.90002 12.47 3.75 11.5 3.75Z\" fill=\"\"/>\n<path d=\"M19 9.75C17.82 9.75 16.7 9.31002 15.83 8.52002C15.48 8.22002 15.17 7.85 14.93 7.44C14.49 6.72 14.25 5.87 14.25 5C14.25 4.49 14.33 3.99001 14.49 3.51001C14.71 2.83001 15.09 2.2 15.6 1.69C16.5 0.770002 17.71 0.25 19.01 0.25C20.37 0.25 21.66 0.830017 22.54 1.83002C23.32 2.70002 23.76 3.82 23.76 5C23.76 5.38 23.71 5.75999 23.61 6.12C23.51 6.56999 23.32 7.04001 23.06 7.45001C22.48 8.43001 21.56 9.16 20.48 9.5C20.03 9.67 19.53 9.75 19 9.75ZM19 1.75C18.11 1.75 17.28 2.09998 16.67 2.72998C16.32 3.08998 16.07 3.49997 15.92 3.96997C15.81 4.29997 15.76 4.65 15.76 5C15.76 5.59 15.92 6.16998 16.23 6.66998C16.39 6.94998 16.6 7.19997 16.84 7.40997C17.71 8.19997 19 8.45003 20.01 8.09003C20.77 7.85003 21.39 7.34999 21.79 6.67999C21.97 6.38999 22.09 6.08002 22.16 5.77002C22.23 5.51002 22.26 5.26 22.26 5C22.26 4.2 21.96 3.43002 21.42 2.83002C20.81 2.14002 19.93 1.75 19 1.75Z\" fill=\"\"/>\n<path d=\"M20.49 5.72998H17.5C17.09 5.72998 16.75 5.38998 16.75 4.97998C16.75 4.56998 17.09 4.22998 17.5 4.22998H20.49C20.9 4.22998 21.24 4.56998 21.24 4.97998C21.24 5.38998 20.91 5.72998 20.49 5.72998Z\" fill=\"\"/>\n<path d=\"M19 7.26001C18.59 7.26001 18.25 6.92001 18.25 6.51001V3.52002C18.25 3.11002 18.59 2.77002 19 2.77002C19.41 2.77002 19.75 3.11002 19.75 3.52002V6.51001C19.75 6.93001 19.41 7.26001 19 7.26001Z\" fill=\"\"/>\n</svg>\n</li><li title=\"user edit \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 12.75C8.83 12.75 6.25 10.17 6.25 7C6.25 3.83 8.83 1.25 12 1.25C15.17 1.25 17.75 3.83 17.75 7C17.75 10.17 15.17 12.75 12 12.75ZM12 2.75C9.66 2.75 7.75 4.66 7.75 7C7.75 9.34 9.66 11.25 12 11.25C14.34 11.25 16.25 9.34 16.25 7C16.25 4.66 14.34 2.75 12 2.75Z\" fill=\"\"/>\n<path d=\"M15.8196 22.7499C15.4396 22.7499 15.0796 22.6099 14.8196 22.3499C14.5096 22.0399 14.3696 21.5899 14.4396 21.1199L14.6296 19.7699C14.6796 19.4199 14.8896 19.0099 15.1396 18.7499L18.6796 15.2099C20.0996 13.7899 21.3496 14.5999 21.9596 15.2099C22.4796 15.7299 22.7496 16.2899 22.7496 16.8499C22.7496 17.4199 22.4896 17.9499 21.9596 18.4799L18.4195 22.0199C18.1695 22.2699 17.7496 22.4799 17.3996 22.5299L16.0495 22.7198C15.9695 22.7398 15.8996 22.7499 15.8196 22.7499ZM20.3096 15.9199C20.1296 15.9199 19.9696 16.0399 19.7396 16.2699L16.1996 19.8099C16.1696 19.8399 16.1196 19.9399 16.1196 19.9799L15.9396 21.2299L17.1896 21.0499C17.2296 21.0399 17.3295 20.9899 17.3595 20.9599L20.8996 17.4199C21.0596 17.2599 21.2496 17.0299 21.2496 16.8499C21.2496 16.6999 21.1296 16.4899 20.8996 16.2699C20.6596 16.0299 20.4796 15.9199 20.3096 15.9199Z\" fill=\"\"/>\n<path d=\"M20.9206 19.2198C20.8506 19.2198 20.7806 19.2099 20.7206 19.1899C19.4006 18.8199 18.3506 17.7699 17.9806 16.4499C17.8706 16.0499 18.1006 15.6399 18.5006 15.5299C18.9006 15.4199 19.3106 15.6499 19.4206 16.0499C19.6506 16.8699 20.3006 17.5199 21.1206 17.7499C21.5206 17.8599 21.7506 18.2799 21.6406 18.6699C21.5506 18.9999 21.2506 19.2198 20.9206 19.2198Z\" fill=\"\"/>\n<path d=\"M3.41016 22.75C3.00016 22.75 2.66016 22.41 2.66016 22C2.66016 17.73 6.85018 14.25 12.0002 14.25C13.0902 14.25 14.1702 14.41 15.1802 14.71C15.5802 14.83 15.8002 15.25 15.6802 15.64C15.5602 16.04 15.1402 16.26 14.7502 16.14C13.8702 15.88 12.9502 15.74 12.0002 15.74C7.68018 15.74 4.16016 18.54 4.16016 21.99C4.16016 22.41 3.82016 22.75 3.41016 22.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"user minus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 12.75C8.83 12.75 6.25 10.17 6.25 7C6.25 3.83 8.83 1.25 12 1.25C15.17 1.25 17.75 3.83 17.75 7C17.75 10.17 15.17 12.75 12 12.75ZM12 2.75C9.66 2.75 7.75 4.66 7.75 7C7.75 9.34 9.66 11.25 12 11.25C14.34 11.25 16.25 9.34 16.25 7C16.25 4.66 14.34 2.75 12 2.75Z\" fill=\"\"/>\n<path d=\"M3.41016 22.75C3.00016 22.75 2.66016 22.41 2.66016 22C2.66016 17.73 6.85018 14.25 12.0002 14.25C13.0102 14.25 14.0002 14.38 14.9602 14.65C15.3602 14.76 15.5902 15.17 15.4802 15.57C15.3702 15.97 14.9602 16.2 14.5602 16.09C13.7402 15.86 12.8802 15.75 12.0002 15.75C7.68018 15.75 4.16016 18.55 4.16016 22C4.16016 22.41 3.82016 22.75 3.41016 22.75Z\" fill=\"\"/>\n<path d=\"M18 22.75C16.82 22.75 15.7 22.31 14.83 21.52C14.48 21.22 14.17 20.85 13.93 20.44C13.49 19.72 13.25 18.87 13.25 18C13.25 16.75 13.73 15.58 14.59 14.69C15.49 13.76 16.7 13.25 18 13.25C19.36 13.25 20.65 13.83 21.53 14.83C22.31 15.7 22.75 16.82 22.75 18C22.75 18.38 22.7 18.76 22.6 19.12C22.5 19.57 22.31 20.04 22.05 20.45C21.22 21.87 19.66 22.75 18 22.75ZM18 14.75C17.11 14.75 16.29 15.1 15.67 15.73C15.08 16.34 14.75 17.14 14.75 18C14.75 18.59 14.91 19.17 15.22 19.67C15.38 19.95 15.59 20.2 15.83 20.41C16.43 20.96 17.2 21.26 18 21.26C19.13 21.26 20.2 20.66 20.78 19.69C20.95 19.41 21.08 19.09 21.15 18.78C21.22 18.52 21.25 18.27 21.25 18.01C21.25 17.21 20.95 16.44 20.41 15.84C19.81 15.14 18.93 14.75 18 14.75Z\" fill=\"\"/>\n<path d=\"M19.4998 18.73H16.5098C16.0998 18.73 15.7598 18.39 15.7598 17.98C15.7598 17.57 16.0998 17.23 16.5098 17.23H19.4998C19.9098 17.23 20.2498 17.57 20.2498 17.98C20.2498 18.39 19.9098 18.73 19.4998 18.73Z\" fill=\"\"/>\n</svg>\n</li><li title=\"user octagon \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.0002 22.7501C11.3302 22.7501 10.6502 22.5801 10.0502 22.2301L4.11016 18.8001C2.91016 18.1001 2.16016 16.8101 2.16016 15.4201V8.58011C2.16016 7.19011 2.91016 5.90011 4.11016 5.20011L10.0502 1.77012C11.2502 1.07012 12.7402 1.07012 13.9502 1.77012L19.8902 5.20011C21.0902 5.90011 21.8402 7.19011 21.8402 8.58011V15.4201C21.8402 16.8101 21.0902 18.1001 19.8902 18.8001L13.9502 22.2301C13.3502 22.5801 12.6702 22.7501 12.0002 22.7501ZM12.0002 2.7501C11.5902 2.7501 11.1702 2.8601 10.8002 3.0701L4.86016 6.5001C4.12016 6.9301 3.66016 7.72011 3.66016 8.58011V15.4201C3.66016 16.2701 4.12016 17.0701 4.86016 17.5001L10.8002 20.9301C11.5402 21.3601 12.4602 21.3601 13.2002 20.9301L19.1402 17.5001C19.8802 17.0701 20.3402 16.2801 20.3402 15.4201V8.58011C20.3402 7.73011 19.8802 6.9301 19.1402 6.5001L13.2002 3.0701C12.8302 2.8601 12.4102 2.7501 12.0002 2.7501Z\" fill=\"\"/>\n<path d=\"M11.9999 11.7501C10.2999 11.7501 8.91992 10.37 8.91992 8.67004C8.91992 6.97004 10.2999 5.59009 11.9999 5.59009C13.6999 5.59009 15.0799 6.97004 15.0799 8.67004C15.0799 10.37 13.6999 11.7501 11.9999 11.7501ZM11.9999 7.09009C11.1299 7.09009 10.4199 7.80004 10.4199 8.67004C10.4199 9.54004 11.1299 10.2501 11.9999 10.2501C12.8699 10.2501 13.5799 9.54004 13.5799 8.67004C13.5799 7.80004 12.8699 7.09009 11.9999 7.09009Z\" fill=\"\"/>\n<path d=\"M16 17.4101C15.59 17.4101 15.25 17.0701 15.25 16.6601C15.25 15.2801 13.79 14.1501 12 14.1501C10.21 14.1501 8.75 15.2801 8.75 16.6601C8.75 17.0701 8.41 17.4101 8 17.4101C7.59 17.4101 7.25 17.0701 7.25 16.6601C7.25 14.4501 9.38 12.6501 12 12.6501C14.62 12.6501 16.75 14.4501 16.75 16.6601C16.75 17.0701 16.41 17.4101 16 17.4101Z\" fill=\"\"/>\n</svg>\n</li><li title=\"user remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 12.75C8.83 12.75 6.25 10.17 6.25 7C6.25 3.83 8.83 1.25 12 1.25C15.17 1.25 17.75 3.83 17.75 7C17.75 10.17 15.17 12.75 12 12.75ZM12 2.75C9.66 2.75 7.75 4.66 7.75 7C7.75 9.34 9.66 11.25 12 11.25C14.34 11.25 16.25 9.34 16.25 7C16.25 4.66 14.34 2.75 12 2.75Z\" fill=\"\"/>\n<path d=\"M3.41016 22.75C3.00016 22.75 2.66016 22.41 2.66016 22C2.66016 17.73 6.85015 14.25 12.0002 14.25C13.0102 14.25 14.0001 14.38 14.9601 14.65C15.3601 14.76 15.5902 15.17 15.4802 15.57C15.3702 15.97 14.9601 16.2 14.5602 16.09C13.7402 15.86 12.8802 15.75 12.0002 15.75C7.68015 15.75 4.16016 18.55 4.16016 22C4.16016 22.41 3.82016 22.75 3.41016 22.75Z\" fill=\"\"/>\n<path d=\"M18 22.75C16.82 22.75 15.7 22.31 14.83 21.52C14.48 21.22 14.17 20.85 13.93 20.44C13.49 19.72 13.25 18.87 13.25 18C13.25 16.75 13.73 15.58 14.59 14.69C15.49 13.76 16.7 13.25 18 13.25C19.36 13.25 20.65 13.83 21.53 14.83C22.31 15.7 22.75 16.82 22.75 18C22.75 18.38 22.7 18.76 22.6 19.12C22.5 19.57 22.31 20.04 22.05 20.45C21.22 21.87 19.66 22.75 18 22.75ZM18 14.75C17.11 14.75 16.29 15.1 15.67 15.73C15.08 16.34 14.75 17.14 14.75 18C14.75 18.59 14.91 19.17 15.22 19.67C15.38 19.95 15.59 20.2 15.83 20.41C16.43 20.96 17.2 21.26 18 21.26C19.13 21.26 20.2 20.66 20.78 19.69C20.95 19.41 21.08 19.09 21.15 18.78C21.22 18.52 21.25 18.27 21.25 18.01C21.25 17.21 20.95 16.44 20.41 15.84C19.81 15.14 18.93 14.75 18 14.75Z\" fill=\"\"/>\n<path d=\"M16.9194 19.7999C16.7294 19.7999 16.5394 19.7299 16.3894 19.5799C16.0994 19.2899 16.0994 18.8099 16.3894 18.5199L18.4994 16.4099C18.7894 16.1199 19.2694 16.1199 19.5594 16.4099C19.8494 16.6999 19.8494 17.1799 19.5594 17.4699L17.4494 19.5799C17.2994 19.7299 17.1094 19.7999 16.9194 19.7999Z\" fill=\"\"/>\n<path d=\"M19.0606 19.8199C18.8706 19.8199 18.6806 19.7499 18.5306 19.5999L16.4206 17.4899C16.1306 17.1999 16.1306 16.7199 16.4206 16.4299C16.7106 16.1399 17.1906 16.1399 17.4806 16.4299L19.5906 18.5399C19.8806 18.8299 19.8806 19.3099 19.5906 19.5999C19.4406 19.7499 19.2506 19.8199 19.0606 19.8199Z\" fill=\"\"/>\n</svg>\n</li><li title=\"user search \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 12.75C8.83 12.75 6.25 10.17 6.25 7C6.25 3.83 8.83 1.25 12 1.25C15.17 1.25 17.75 3.83 17.75 7C17.75 10.17 15.17 12.75 12 12.75ZM12 2.75C9.66 2.75 7.75 4.66 7.75 7C7.75 9.34 9.66 11.25 12 11.25C14.34 11.25 16.25 9.34 16.25 7C16.25 4.66 14.34 2.75 12 2.75Z\" fill=\"\"/>\n<path d=\"M3.41016 22.75C3.00016 22.75 2.66016 22.41 2.66016 22C2.66016 17.73 6.85018 14.25 12.0002 14.25C12.4102 14.25 12.7502 14.59 12.7502 15C12.7502 15.41 12.4102 15.75 12.0002 15.75C7.68018 15.75 4.16016 18.55 4.16016 22C4.16016 22.41 3.82016 22.75 3.41016 22.75Z\" fill=\"\"/>\n<path d=\"M18.2 22.15C16.02 22.15 14.25 20.38 14.25 18.2C14.25 16.02 16.02 14.25 18.2 14.25C20.38 14.25 22.15 16.02 22.15 18.2C22.15 20.38 20.38 22.15 18.2 22.15ZM18.2 15.75C16.85 15.75 15.75 16.85 15.75 18.2C15.75 19.55 16.85 20.65 18.2 20.65C19.55 20.65 20.65 19.55 20.65 18.2C20.65 16.85 19.55 15.75 18.2 15.75Z\" fill=\"\"/>\n<path d=\"M21.9995 22.75C21.8095 22.75 21.6195 22.68 21.4695 22.53L20.4695 21.53C20.1795 21.24 20.1795 20.7599 20.4695 20.4699C20.7595 20.1799 21.2395 20.1799 21.5295 20.4699L22.5295 21.4699C22.8195 21.7599 22.8195 22.24 22.5295 22.53C22.3795 22.68 22.1895 22.75 21.9995 22.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"user square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.0006 22.75H9.00063C7.68063 22.75 6.58063 22.62 5.65063 22.34C5.31063 22.24 5.09063 21.91 5.11063 21.56C5.36063 18.57 8.39063 16.22 12.0006 16.22C15.6106 16.22 18.6306 18.56 18.8906 21.56C18.9206 21.92 18.7006 22.24 18.3506 22.34C17.4206 22.62 16.3206 22.75 15.0006 22.75ZM6.72063 21.06C7.38063 21.19 8.13063 21.25 9.00063 21.25H15.0006C15.8706 21.25 16.6206 21.19 17.2806 21.06C16.7506 19.14 14.5606 17.72 12.0006 17.72C9.44063 17.72 7.25063 19.14 6.72063 21.06Z\" fill=\"\"/>\n<path d=\"M15 2H9C4 2 2 4 2 9V15C2 18.78 3.14 20.85 5.86 21.62C6.08 19.02 8.75 16.97 12 16.97C15.25 16.97 17.92 19.02 18.14 21.62C20.86 20.85 22 18.78 22 15V9C22 4 20 2 15 2ZM12 14.17C10.02 14.17 8.42 12.56 8.42 10.58C8.42 8.60002 10.02 7 12 7C13.98 7 15.58 8.60002 15.58 10.58C15.58 12.56 13.98 14.17 12 14.17Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9999 14.92C9.60992 14.92 7.66992 12.97 7.66992 10.58C7.66992 8.19002 9.60992 6.25 11.9999 6.25C14.3899 6.25 16.3299 8.19002 16.3299 10.58C16.3299 12.97 14.3899 14.92 11.9999 14.92ZM11.9999 7.75C10.4399 7.75 9.16992 9.02002 9.16992 10.58C9.16992 12.15 10.4399 13.42 11.9999 13.42C13.5599 13.42 14.8299 12.15 14.8299 10.58C14.8299 9.02002 13.5599 7.75 11.9999 7.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"user tag \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22.75C11.3 22.75 10.59 22.48 10.06 21.95L8.34998 20.26C7.92998 19.84 7.35001 19.61 6.76001 19.61H6C3.93 19.61 2.25 17.94 2.25 15.89V4.97998C2.25 2.92998 3.93 1.26001 6 1.26001H18C20.07 1.26001 21.75 2.92998 21.75 4.97998V15.89C21.75 17.94 20.07 19.61 18 19.61H17.24C16.65 19.61 16.07 19.85 15.65 20.26L13.94 21.95C13.41 22.48 12.7 22.75 12 22.75ZM6 2.75C4.76 2.75 3.75 3.74997 3.75 4.96997V15.88C3.75 17.11 4.76 18.1 6 18.1H6.76001C7.75001 18.1 8.70997 18.5 9.40997 19.19L11.12 20.88C11.61 21.36 12.4 21.36 12.89 20.88L14.6 19.19C15.3 18.5 16.26 18.1 17.25 18.1H18C19.24 18.1 20.25 17.1 20.25 15.88V4.96997C20.25 3.73997 19.24 2.75 18 2.75H6Z\" fill=\"\"/>\n<path d=\"M11.9999 10.7501C10.2999 10.7501 8.91992 9.37004 8.91992 7.67004C8.91992 5.97004 10.2999 4.59009 11.9999 4.59009C13.6999 4.59009 15.08 5.97004 15.08 7.67004C15.08 9.37004 13.6999 10.7501 11.9999 10.7501ZM11.9999 6.09009C11.1299 6.09009 10.4199 6.80004 10.4199 7.67004C10.4199 8.54004 11.1299 9.25006 11.9999 9.25006C12.8699 9.25006 13.58 8.54004 13.58 7.67004C13.58 6.80004 12.8699 6.09009 11.9999 6.09009Z\" fill=\"\"/>\n<path d=\"M16 16.4101C15.59 16.4101 15.25 16.0701 15.25 15.6601C15.25 14.2801 13.79 13.1501 12 13.1501C10.21 13.1501 8.75 14.2801 8.75 15.6601C8.75 16.0701 8.41 16.4101 8 16.4101C7.59 16.4101 7.25 16.0701 7.25 15.6601C7.25 13.4501 9.38 11.6501 12 11.6501C14.62 11.6501 16.75 13.4501 16.75 15.6601C16.75 16.0701 16.41 16.4101 16 16.4101Z\" fill=\"\"/>\n</svg>\n</li><li title=\"user tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 12.75C8.83 12.75 6.25 10.17 6.25 7C6.25 3.83 8.83 1.25 12 1.25C15.17 1.25 17.75 3.83 17.75 7C17.75 10.17 15.17 12.75 12 12.75ZM12 2.75C9.66 2.75 7.75 4.66 7.75 7C7.75 9.34 9.66 11.25 12 11.25C14.34 11.25 16.25 9.34 16.25 7C16.25 4.66 14.34 2.75 12 2.75Z\" fill=\"\"/>\n<path d=\"M3.41016 22.75C3.00016 22.75 2.66016 22.41 2.66016 22C2.66016 17.73 6.85015 14.25 12.0002 14.25C13.0102 14.25 14.0001 14.38 14.9601 14.65C15.3601 14.76 15.5902 15.17 15.4802 15.57C15.3702 15.97 14.9601 16.2 14.5602 16.09C13.7402 15.86 12.8802 15.75 12.0002 15.75C7.68015 15.75 4.16016 18.55 4.16016 22C4.16016 22.41 3.82016 22.75 3.41016 22.75Z\" fill=\"\"/>\n<path d=\"M18 22.75C16.34 22.75 14.78 21.87 13.94 20.44C13.49 19.72 13.25 18.87 13.25 18C13.25 16.54 13.9 15.19 15.03 14.29C15.87 13.62 16.93 13.25 18 13.25C20.62 13.25 22.75 15.38 22.75 18C22.75 18.87 22.51 19.72 22.06 20.45C21.81 20.87 21.49 21.25 21.11 21.57C20.28 22.33 19.17 22.75 18 22.75ZM18 14.75C17.26 14.75 16.56 15 15.97 15.47C15.2 16.08 14.75 17.01 14.75 18C14.75 18.59 14.91 19.17 15.22 19.67C15.8 20.65 16.87 21.25 18 21.25C18.79 21.25 19.55 20.96 20.13 20.44C20.39 20.22 20.61 19.96 20.77 19.68C21.09 19.17 21.25 18.59 21.25 18C21.25 16.21 19.79 14.75 18 14.75Z\" fill=\"\"/>\n<path d=\"M17.4289 19.7401C17.2389 19.7401 17.0489 19.6701 16.8989 19.5201L15.9089 18.5301C15.6189 18.2401 15.6189 17.76 15.9089 17.47C16.1989 17.18 16.6789 17.18 16.9689 17.47L17.4489 17.9501L19.0489 16.47C19.3489 16.19 19.8289 16.2101 20.1089 16.5101C20.3889 16.8101 20.3689 17.2901 20.0689 17.5701L17.9389 19.54C17.7889 19.67 17.6089 19.7401 17.4289 19.7401Z\" fill=\"\"/>\n</svg>\n</li><li title=\"user \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 12.75C8.83 12.75 6.25 10.17 6.25 7C6.25 3.83 8.83 1.25 12 1.25C15.17 1.25 17.75 3.83 17.75 7C17.75 10.17 15.17 12.75 12 12.75ZM12 2.75C9.66 2.75 7.75 4.66 7.75 7C7.75 9.34 9.66 11.25 12 11.25C14.34 11.25 16.25 9.34 16.25 7C16.25 4.66 14.34 2.75 12 2.75Z\" fill=\"\"/>\n<path d=\"M20.5901 22.75C20.1801 22.75 19.8401 22.41 19.8401 22C19.8401 18.55 16.3202 15.75 12.0002 15.75C7.68015 15.75 4.16016 18.55 4.16016 22C4.16016 22.41 3.82016 22.75 3.41016 22.75C3.00016 22.75 2.66016 22.41 2.66016 22C2.66016 17.73 6.85015 14.25 12.0002 14.25C17.1502 14.25 21.3401 17.73 21.3401 22C21.3401 22.41 21.0001 22.75 20.5901 22.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"verify \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.7905 15.17C10.5905 15.17 10.4005 15.09 10.2605 14.95L7.84055 12.53C7.55055 12.24 7.55055 11.76 7.84055 11.47C8.13055 11.18 8.61055 11.18 8.90055 11.47L10.7905 13.36L15.0905 9.06003C15.3805 8.77003 15.8605 8.77003 16.1505 9.06003C16.4405 9.35003 16.4405 9.83003 16.1505 10.12L11.3205 14.95C11.1805 15.09 10.9905 15.17 10.7905 15.17Z\" fill=\"\"/>\n<path d=\"M12.0009 22.75C11.3709 22.75 10.7409 22.54 10.2509 22.12L8.67086 20.76C8.51086 20.62 8.11086 20.48 7.90086 20.48H6.18086C4.70086 20.48 3.50086 19.28 3.50086 17.8V16.09C3.50086 15.88 3.36086 15.49 3.22086 15.33L1.87086 13.74C1.05086 12.77 1.05086 11.24 1.87086 10.27L3.22086 8.68C3.36086 8.52 3.50086 8.13 3.50086 7.92V6.2C3.50086 4.72 4.70086 3.52 6.18086 3.52H7.91086C8.12086 3.52 8.52086 3.37 8.68086 3.24L10.2609 1.88C11.2409 1.04 12.7709 1.04 13.7509 1.88L15.3309 3.24C15.4909 3.38 15.8909 3.52 16.1009 3.52H17.8009C19.2809 3.52 20.4809 4.72 20.4809 6.2V7.9C20.4809 8.11 20.6309 8.51 20.7709 8.67L22.1309 10.25C22.9709 11.23 22.9709 12.76 22.1309 13.74L20.7709 15.32C20.6309 15.48 20.4809 15.88 20.4809 16.09V17.79C20.4809 19.27 19.2809 20.47 17.8009 20.47H16.1009C15.8909 20.47 15.4909 20.62 15.3309 20.75L13.7509 22.11C13.2609 22.54 12.6309 22.75 12.0009 22.75ZM6.18086 5.02C5.53086 5.02 5.00086 5.55 5.00086 6.2V7.91C5.00086 8.48 4.73086 9.21 4.36086 9.64L3.01086 11.23C2.66086 11.64 2.66086 12.35 3.01086 12.76L4.36086 14.35C4.73086 14.79 5.00086 15.51 5.00086 16.08V17.79C5.00086 18.44 5.53086 18.97 6.18086 18.97H7.91086C8.49086 18.97 9.22086 19.24 9.66086 19.62L11.2409 20.98C11.6509 21.33 12.3709 21.33 12.7809 20.98L14.3609 19.62C14.8009 19.25 15.5309 18.97 16.1109 18.97H17.8109C18.4609 18.97 18.9909 18.44 18.9909 17.79V16.09C18.9909 15.51 19.2609 14.78 19.6409 14.34L21.0009 12.76C21.3509 12.35 21.3509 11.63 21.0009 11.22L19.6409 9.64C19.2609 9.2 18.9909 8.47 18.9909 7.89V6.2C18.9909 5.55 18.4609 5.02 17.8109 5.02H16.1109C15.5309 5.02 14.8009 4.75 14.3609 4.37L12.7809 3.01C12.3709 2.66 11.6509 2.66 11.2409 3.01L9.66086 4.38C9.22086 4.75 8.48086 5.02 7.91086 5.02H6.18086Z\" fill=\"\"/>\n</svg>\n</li><li title=\"video add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 15.25 22.75 15.5 22.73 15.74C22.7 16.06 22.48 16.32 22.17 16.4C21.86 16.48 21.54 16.36 21.36 16.09C21.33 16.06 21.27 15.99 21.23 15.94C20.51 15.17 19.53 14.75 18.5 14.75C17.48 14.75 16.52 15.15 15.81 15.88C15.13 16.58 14.75 17.51 14.75 18.5C14.75 19.17 14.94 19.84 15.29 20.43C15.47 20.73 15.69 21.01 15.94 21.23C15.98 21.26 16.01 21.29 16.03 21.31L16.11 21.38C16.34 21.57 16.45 21.9 16.36 22.19C16.27 22.48 16.03 22.7 15.73 22.73C15.51 22.75 15.25 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H14.03C14.02 21.23 14.01 21.22 14 21.2C13.51 20.38 13.24 19.44 13.24 18.5C13.24 17.12 13.77 15.82 14.72 14.84C15.7 13.83 17.08 13.25 18.49 13.25C19.47 13.25 20.43 13.52 21.24 14.03V9C21.24 4.39 19.6 2.75 14.99 2.75H9Z\" fill=\"\"/>\n<path d=\"M21.4795 7.85986H2.51953C2.10953 7.85986 1.76953 7.51986 1.76953 7.10986C1.76953 6.69986 2.10953 6.35986 2.51953 6.35986H21.4795C21.8895 6.35986 22.2295 6.69986 22.2295 7.10986C22.2295 7.51986 21.8995 7.85986 21.4795 7.85986Z\" fill=\"\"/>\n<path d=\"M8.51953 7.71985C8.10953 7.71985 7.76953 7.37985 7.76953 6.96985V2.10986C7.76953 1.69986 8.10953 1.35986 8.51953 1.35986C8.92953 1.35986 9.26953 1.69986 9.26953 2.10986V6.96985C9.26953 7.37985 8.92953 7.71985 8.51953 7.71985Z\" fill=\"\"/>\n<path d=\"M15.4805 7.2699C15.0705 7.2699 14.7305 6.9299 14.7305 6.5199V2.10986C14.7305 1.69986 15.0705 1.35986 15.4805 1.35986C15.8905 1.35986 16.2305 1.69986 16.2305 2.10986V6.5199C16.2305 6.9399 15.9005 7.2699 15.4805 7.2699Z\" fill=\"\"/>\n<path d=\"M18.4998 23.75C17.3198 23.75 16.1698 23.35 15.2698 22.61C15.2398 22.59 15.2098 22.57 15.1898 22.55C15.1198 22.49 15.0698 22.45 15.0298 22.41C15.0098 22.4 14.9998 22.39 14.9898 22.37C14.6198 22.04 14.2798 21.64 14.0198 21.2C13.5298 20.38 13.2598 19.44 13.2598 18.5C13.2598 17.12 13.7898 15.82 14.7398 14.84C15.7198 13.83 17.0998 13.25 18.5098 13.25C19.9898 13.25 21.3998 13.87 22.3798 14.96C22.3898 14.97 22.4098 14.99 22.4198 15.01C22.4898 15.08 22.5598 15.17 22.6098 15.25C23.3298 16.12 23.7598 17.29 23.7598 18.5C23.7598 18.94 23.7098 19.35 23.6098 19.74C23.4898 20.24 23.2898 20.73 23.0098 21.2C22.0498 22.78 20.3298 23.75 18.4998 23.75ZM16.0898 21.35C16.1198 21.37 16.1398 21.38 16.1598 21.4C16.8198 21.95 17.6198 22.24 18.4998 22.24C19.8098 22.24 21.0298 21.54 21.7098 20.42C21.9098 20.09 22.0498 19.73 22.1398 19.36C22.2098 19.08 22.2498 18.8 22.2498 18.49C22.2498 17.63 21.9498 16.8 21.3998 16.14L21.3098 16.02C21.2798 15.99 21.2498 15.96 21.2298 15.92C20.5098 15.16 19.5298 14.74 18.4998 14.74C17.4798 14.74 16.5198 15.14 15.8098 15.87C15.1298 16.57 14.7498 17.5 14.7498 18.49C14.7498 19.16 14.9398 19.83 15.2898 20.42C15.4698 20.72 15.6898 21 15.9398 21.22C15.9798 21.25 16.0098 21.28 16.0298 21.3L16.0898 21.35Z\" fill=\"\"/>\n<path d=\"M20.1803 19.23H16.8203C16.4103 19.23 16.0703 18.89 16.0703 18.48C16.0703 18.07 16.4103 17.73 16.8203 17.73H20.1803C20.5903 17.73 20.9303 18.07 20.9303 18.48C20.9303 18.89 20.6003 19.23 20.1803 19.23Z\" fill=\"\"/>\n<path d=\"M18.5 20.9498C18.09 20.9498 17.75 20.6098 17.75 20.1998V16.8398C17.75 16.4298 18.09 16.0898 18.5 16.0898C18.91 16.0898 19.25 16.4298 19.25 16.8398V20.1998C19.25 20.6198 18.91 20.9498 18.5 20.9498Z\" fill=\"\"/>\n</svg>\n</li><li title=\"video circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.7598 16.3698C10.3398 16.3698 9.94984 16.2698 9.59984 16.0698C8.79984 15.6098 8.33984 14.6698 8.33984 13.4798V10.5198C8.33984 9.33981 8.79984 8.3898 9.59984 7.9298C10.3998 7.4698 11.4398 7.53981 12.4698 8.13981L15.0398 9.6198C16.0598 10.2098 16.6498 11.0798 16.6498 11.9998C16.6498 12.9198 16.0598 13.7898 15.0398 14.3798L12.4698 15.8598C11.8898 16.1998 11.2998 16.3698 10.7598 16.3698ZM10.7698 9.12981C10.6098 9.12981 10.4698 9.1598 10.3598 9.2298C10.0398 9.4198 9.84984 9.88981 9.84984 10.5198V13.4798C9.84984 14.1098 10.0298 14.5798 10.3598 14.7698C10.6798 14.9598 11.1798 14.8798 11.7298 14.5598L14.2998 13.0798C14.8498 12.7598 15.1598 12.3698 15.1598 11.9998C15.1598 11.6298 14.8498 11.2298 14.2998 10.9198L11.7298 9.4398C11.3698 9.2298 11.0398 9.12981 10.7698 9.12981Z\" fill=\"\"/>\n<path d=\"M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"video horizontal \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n<path d=\"M21.4795 17.8599H2.51953C2.10953 17.8599 1.76953 17.5199 1.76953 17.1099C1.76953 16.6999 2.10953 16.3599 2.51953 16.3599H21.4795C21.8895 16.3599 22.2295 16.6999 22.2295 17.1099C22.2295 17.5199 21.8995 17.8599 21.4795 17.8599Z\" fill=\"\"/>\n<path d=\"M21.4795 7.85986H2.51953C2.10953 7.85986 1.76953 7.51986 1.76953 7.10986C1.76953 6.69986 2.09953 6.35986 2.51953 6.35986H21.4795C21.8895 6.35986 22.2295 6.69986 22.2295 7.10986C22.2295 7.51986 21.8995 7.85986 21.4795 7.85986Z\" fill=\"\"/>\n<path d=\"M6.9707 22.2099C6.5607 22.2099 6.2207 21.8699 6.2207 21.4599V17.1099C6.2207 16.6999 6.5607 16.3599 6.9707 16.3599C7.3807 16.3599 7.7207 16.6999 7.7207 17.1099V21.4599C7.7207 21.8799 7.3807 22.2099 6.9707 22.2099Z\" fill=\"\"/>\n<path d=\"M12 22.7199C11.59 22.7199 11.25 22.3799 11.25 21.9699V17.1099C11.25 16.6999 11.59 16.3599 12 16.3599C12.41 16.3599 12.75 16.6999 12.75 17.1099V21.9699C12.75 22.3799 12.41 22.7199 12 22.7199Z\" fill=\"\"/>\n<path d=\"M16.9707 22.2699C16.5607 22.2699 16.2207 21.9299 16.2207 21.5199V17.1099C16.2207 16.6999 16.5607 16.3599 16.9707 16.3599C17.3807 16.3599 17.7207 16.6999 17.7207 17.1099V21.5199C17.7207 21.9399 17.3807 22.2699 16.9707 22.2699Z\" fill=\"\"/>\n<path d=\"M6.9707 7.20986C6.5607 7.20986 6.2207 6.86986 6.2207 6.45986V2.10986C6.2207 1.69986 6.5607 1.35986 6.9707 1.35986C7.3807 1.35986 7.7207 1.69986 7.7207 2.10986V6.45986C7.7207 6.87986 7.3807 7.20986 6.9707 7.20986Z\" fill=\"\"/>\n<path d=\"M12 7.71986C11.59 7.71986 11.25 7.37986 11.25 6.96986V2.10986C11.25 1.69986 11.59 1.35986 12 1.35986C12.41 1.35986 12.75 1.69986 12.75 2.10986V6.96986C12.75 7.37986 12.41 7.71986 12 7.71986Z\" fill=\"\"/>\n<path d=\"M12 18.7798C11.59 18.7798 11.25 18.4398 11.25 18.0298V7.02979C11.25 6.61979 11.59 6.27979 12 6.27979C12.41 6.27979 12.75 6.61979 12.75 7.02979V18.0298C12.75 18.4398 12.41 18.7798 12 18.7798Z\" fill=\"\"/>\n<path d=\"M16.9707 7.26986C16.5607 7.26986 16.2207 6.92986 16.2207 6.51986V2.10986C16.2207 1.69986 16.5607 1.35986 16.9707 1.35986C17.3807 1.35986 17.7207 1.69986 17.7207 2.10986V6.51986C17.7207 6.93986 17.3807 7.26986 16.9707 7.26986Z\" fill=\"\"/>\n</svg>\n</li><li title=\"video octagon \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.0002 22.7501C11.3302 22.7501 10.6501 22.5801 10.0501 22.2301L4.11014 18.8001C2.91014 18.1001 2.16016 16.8101 2.16016 15.4201V8.58011C2.16016 7.19011 2.91014 5.90011 4.11014 5.20011L10.0501 1.77012C11.2501 1.07012 12.7402 1.07012 13.9502 1.77012L19.8902 5.20011C21.0902 5.90011 21.8401 7.19011 21.8401 8.58011V15.4201C21.8401 16.8101 21.0902 18.1001 19.8902 18.8001L13.9502 22.2301C13.3502 22.5801 12.6702 22.7501 12.0002 22.7501ZM12.0002 2.7501C11.5902 2.7501 11.1701 2.8601 10.8001 3.0701L4.86014 6.5001C4.12014 6.9301 3.66016 7.72011 3.66016 8.58011V15.4201C3.66016 16.2701 4.12014 17.0701 4.86014 17.5001L10.8001 20.9301C11.5401 21.3601 12.4602 21.3601 13.2002 20.9301L19.1402 17.5001C19.8802 17.0701 20.3401 16.2801 20.3401 15.4201V8.58011C20.3401 7.73011 19.8802 6.9301 19.1402 6.5001L13.2002 3.0701C12.8302 2.8601 12.4102 2.7501 12.0002 2.7501Z\" fill=\"\"/>\n<path d=\"M11.0902 15.6703C10.7302 15.6703 10.3902 15.5803 10.0802 15.4103C9.39023 15.0103 8.99023 14.2003 8.99023 13.1903V10.7903C8.99023 9.78027 9.39023 8.9703 10.0802 8.5703C10.7702 8.1703 11.6703 8.23028 12.5403 8.74028L14.6202 9.94029C15.4902 10.4403 16.0002 11.1903 16.0002 11.9903C16.0002 12.7903 15.5002 13.5303 14.6202 14.0403L12.5403 15.2403C12.0603 15.5303 11.5602 15.6703 11.0902 15.6703ZM11.1003 9.8203C11.0003 9.8203 10.9102 9.8403 10.8402 9.8803C10.6302 10.0003 10.5002 10.3403 10.5002 10.8003V13.2003C10.5002 13.6503 10.6302 13.9903 10.8402 14.1203C11.0502 14.2403 11.4102 14.1803 11.8002 13.9503L13.8802 12.7503C14.2702 12.5203 14.5002 12.2403 14.5002 12.0003C14.5002 11.7603 14.2702 11.4803 13.8802 11.2503L11.8002 10.0503C11.5402 9.90028 11.2903 9.8203 11.1003 9.8203Z\" fill=\"\"/>\n</svg>\n</li><li title=\"video play \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n<path d=\"M21.4795 7.85986H2.51953C2.10953 7.85986 1.76953 7.51986 1.76953 7.10986C1.76953 6.69986 2.09953 6.35986 2.51953 6.35986H21.4795C21.8895 6.35986 22.2295 6.69986 22.2295 7.10986C22.2295 7.51986 21.8995 7.85986 21.4795 7.85986Z\" fill=\"\"/>\n<path d=\"M8.51953 7.71986C8.10953 7.71986 7.76953 7.37986 7.76953 6.96986V2.10986C7.76953 1.69986 8.10953 1.35986 8.51953 1.35986C8.92953 1.35986 9.26953 1.69986 9.26953 2.10986V6.96986C9.26953 7.37986 8.92953 7.71986 8.51953 7.71986Z\" fill=\"\"/>\n<path d=\"M15.4805 7.26986C15.0705 7.26986 14.7305 6.92986 14.7305 6.51986V2.10986C14.7305 1.69986 15.0705 1.35986 15.4805 1.35986C15.8905 1.35986 16.2305 1.69986 16.2305 2.10986V6.51986C16.2305 6.93986 15.9005 7.26986 15.4805 7.26986Z\" fill=\"\"/>\n<path d=\"M11.09 18.1198C10.73 18.1198 10.39 18.0298 10.08 17.8598C9.4 17.4598 9 16.6598 9 15.6498V13.2498C9 12.2398 9.4 11.4298 10.09 11.0298C10.78 10.6298 11.68 10.6898 12.55 11.1998L14.63 12.3998C15.5 12.8998 16.01 13.6498 16.01 14.4498C16.01 15.2498 15.5 15.9998 14.62 16.4998L12.54 17.6998C12.06 17.9798 11.56 18.1198 11.09 18.1198ZM11.1 12.2698C11 12.2698 10.91 12.2898 10.84 12.3298C10.63 12.4498 10.5 12.7898 10.5 13.2498V15.6498C10.5 16.0998 10.63 16.4398 10.84 16.5698C11.05 16.6898 11.41 16.6298 11.8 16.3998L13.88 15.1998C14.27 14.9698 14.51 14.6898 14.51 14.4498C14.51 14.2098 14.28 13.9298 13.88 13.6998L11.8 12.4998C11.54 12.3498 11.29 12.2698 11.1 12.2698Z\" fill=\"\"/>\n</svg>\n</li><li title=\"video remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 15.25 22.75 15.5 22.73 15.74C22.7 16.06 22.48 16.32 22.17 16.4C21.86 16.48 21.54 16.36 21.36 16.09C21.35 16.08 21.29 16.01 21.28 15.99C20.59 15.2 19.58 14.75 18.51 14.75C17.49 14.75 16.53 15.15 15.82 15.88C15.14 16.58 14.76 17.51 14.76 18.5C14.76 19.17 14.95 19.84 15.3 20.43C15.49 20.75 15.73 21.03 16 21.27L16.12 21.38C16.35 21.57 16.46 21.9 16.37 22.19C16.28 22.48 16.04 22.7 15.74 22.73C15.51 22.75 15.25 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H14.03C14.02 21.24 14.01 21.22 14 21.21C13.5 20.38 13.24 19.45 13.24 18.5C13.24 17.12 13.77 15.82 14.72 14.84C15.7 13.83 17.08 13.25 18.49 13.25C19.48 13.25 20.43 13.52 21.24 14.03V9C21.24 4.39 19.6 2.75 14.99 2.75H9Z\" fill=\"\"/>\n<path d=\"M21.4795 7.85986H2.51953C2.10953 7.85986 1.76953 7.51986 1.76953 7.10986C1.76953 6.69986 2.10953 6.35986 2.51953 6.35986H21.4795C21.8895 6.35986 22.2295 6.69986 22.2295 7.10986C22.2295 7.51986 21.8995 7.85986 21.4795 7.85986Z\" fill=\"\"/>\n<path d=\"M8.51953 7.71985C8.10953 7.71985 7.76953 7.37985 7.76953 6.96985V2.10986C7.76953 1.69986 8.10953 1.35986 8.51953 1.35986C8.92953 1.35986 9.26953 1.69986 9.26953 2.10986V6.96985C9.26953 7.37985 8.92953 7.71985 8.51953 7.71985Z\" fill=\"\"/>\n<path d=\"M15.4805 7.2699C15.0705 7.2699 14.7305 6.9299 14.7305 6.5199V2.10986C14.7305 1.69986 15.0705 1.35986 15.4805 1.35986C15.8905 1.35986 16.2305 1.69986 16.2305 2.10986V6.5199C16.2305 6.9399 15.9005 7.2699 15.4805 7.2699Z\" fill=\"\"/>\n<path d=\"M18.4998 23.75C17.3198 23.75 16.1698 23.35 15.2698 22.61C15.2398 22.59 15.2098 22.57 15.1898 22.55C15.0998 22.47 15.0398 22.43 14.9898 22.37C14.6398 22.07 14.2998 21.67 14.0198 21.21C13.5198 20.38 13.2598 19.45 13.2598 18.5C13.2598 17.12 13.7898 15.82 14.7398 14.84C15.7198 13.83 17.0998 13.25 18.5098 13.25C20.0198 13.25 21.4398 13.89 22.4198 15.01C22.4698 15.05 22.5498 15.15 22.6198 15.25C23.3398 16.12 23.7698 17.29 23.7698 18.5C23.7698 18.94 23.7198 19.35 23.6198 19.74C23.4998 20.24 23.2998 20.73 23.0198 21.2C22.0498 22.78 20.3298 23.75 18.4998 23.75ZM16.0898 21.35C16.1098 21.37 16.1398 21.38 16.1598 21.4C16.8198 21.95 17.6198 22.24 18.4998 22.24C19.8098 22.24 21.0298 21.54 21.7098 20.42C21.9098 20.09 22.0498 19.73 22.1398 19.36C22.2098 19.08 22.2498 18.8 22.2498 18.49C22.2498 17.63 21.9498 16.8 21.3998 16.14C21.3898 16.13 21.2798 16 21.2698 15.98C20.5798 15.19 19.5698 14.74 18.4998 14.74C17.4798 14.74 16.5198 15.14 15.8098 15.87C15.1298 16.57 14.7498 17.5 14.7498 18.49C14.7498 19.16 14.9398 19.83 15.2898 20.42C15.4798 20.74 15.7198 21.02 15.9898 21.26L16.0898 21.35Z\" fill=\"\"/>\n<path d=\"M19.6998 20.4302C19.5098 20.4302 19.3198 20.3602 19.1698 20.2102L16.7898 17.8302C16.4998 17.5402 16.4998 17.0602 16.7898 16.7702C17.0798 16.4802 17.5598 16.4802 17.8498 16.7702L20.2298 19.1502C20.5198 19.4402 20.5198 19.9202 20.2298 20.2102C20.0898 20.3502 19.8898 20.4302 19.6998 20.4302Z\" fill=\"\"/>\n<path d=\"M17.3002 20.4498C17.1102 20.4498 16.9202 20.3798 16.7702 20.2298C16.4802 19.9398 16.4802 19.4598 16.7702 19.1698L19.1502 16.7898C19.4402 16.4998 19.9202 16.4998 20.2102 16.7898C20.5002 17.0798 20.5002 17.5598 20.2102 17.8498L17.8302 20.2298C17.6802 20.3798 17.4902 20.4498 17.3002 20.4498Z\" fill=\"\"/>\n</svg>\n</li><li title=\"video slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.3 19.92C4.13 19.92 3.96 19.86 3.82 19.75C2.81 18.92 2.25 17.59 2.25 16V8C2.25 4.58 3.58 3.25 7 3.25H13C15.04 3.25 17.18 3.63 17.64 6.48C17.71 6.89 17.43 7.27 17.02 7.34C16.61 7.41 16.23 7.13 16.16 6.72C15.95 5.42 15.4 4.75 13 4.75H7C4.42 4.75 3.75 5.42 3.75 8V16C3.75 16.65 3.88 17.86 4.77 18.59C5.09 18.85 5.14 19.33 4.87 19.65C4.73 19.83 4.51 19.92 4.3 19.92Z\" fill=\"\"/>\n<path d=\"M13 20.75H8C7.59 20.75 7.25 20.41 7.25 20C7.25 19.59 7.59 19.25 8 19.25H13C15.58 19.25 16.25 18.58 16.25 16V11C16.25 10.59 16.59 10.25 17 10.25C17.41 10.25 17.75 10.59 17.75 11V16C17.75 19.42 16.42 20.75 13 20.75Z\" fill=\"\"/>\n<path d=\"M20.8003 18.04C20.3703 18.04 19.8403 17.9 19.2103 17.46L16.5703 15.61C16.2303 15.37 16.1503 14.9 16.3903 14.57C16.6303 14.23 17.0903 14.15 17.4303 14.39L20.0703 16.24C20.5103 16.55 20.8303 16.58 20.9603 16.51C21.0903 16.44 21.2503 16.17 21.2503 15.63V7C21.2503 6.59 21.5903 6.25 22.0003 6.25C22.4103 6.25 22.7503 6.59 22.7503 7V15.62C22.7503 17.05 22.0603 17.62 21.6503 17.83C21.4603 17.93 21.1703 18.04 20.8003 18.04Z\" fill=\"\"/>\n<path d=\"M2.02094 22.9399C1.83094 22.9399 1.64094 22.8699 1.49094 22.7199C1.20094 22.4299 1.20094 21.9499 1.49094 21.6599L21.4909 1.65988C21.7809 1.36988 22.2609 1.36988 22.5509 1.65988C22.8409 1.94988 22.8409 2.42988 22.5509 2.71988L2.55094 22.7199C2.41094 22.8699 2.21094 22.9399 2.02094 22.9399Z\" fill=\"\"/>\n</svg>\n</li><li title=\"video square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n<path d=\"M10.7598 16.3698C10.3398 16.3698 9.94984 16.2698 9.59984 16.0698C8.79984 15.6098 8.33984 14.6698 8.33984 13.4798V10.5198C8.33984 9.33981 8.79984 8.3898 9.59984 7.9298C10.3998 7.4698 11.4398 7.53981 12.4698 8.13981L15.0398 9.6198C16.0598 10.2098 16.6498 11.0798 16.6498 11.9998C16.6498 12.9198 16.0598 13.7898 15.0398 14.3798L12.4698 15.8598C11.8898 16.1998 11.2998 16.3698 10.7598 16.3698ZM10.7698 9.12981C10.6098 9.12981 10.4698 9.1598 10.3598 9.2298C10.0398 9.4198 9.84984 9.88981 9.84984 10.5198V13.4798C9.84984 14.1098 10.0298 14.5798 10.3598 14.7698C10.6798 14.9598 11.1798 14.8798 11.7298 14.5598L14.2998 13.0798C14.8498 12.7598 15.1598 12.3698 15.1598 11.9998C15.1598 11.6298 14.8498 11.2298 14.2998 10.9198L11.7298 9.4398C11.3698 9.2298 11.0398 9.12981 10.7698 9.12981Z\" fill=\"\"/>\n</svg>\n</li><li title=\"video tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 15.24 22.75 15.49 22.73 15.72C22.7 16.02 22.49 16.28 22.2 16.37C21.91 16.46 21.59 16.36 21.4 16.12C20.69 15.25 19.64 14.75 18.5 14.75C17.65 14.75 16.82 15.04 16.16 15.57C15.26 16.28 14.75 17.34 14.75 18.5C14.75 19.17 14.94 19.84 15.29 20.43C15.51 20.8 15.8 21.13 16.13 21.39C16.37 21.58 16.47 21.9 16.38 22.19C16.29 22.48 16.04 22.69 15.73 22.72C15.5 22.75 15.25 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H14.03C14.02 21.24 14.01 21.22 14 21.21C13.5 20.39 13.24 19.45 13.24 18.5C13.24 16.88 13.96 15.39 15.22 14.4C16.9 13.04 19.45 12.92 21.24 14.02V9C21.24 4.39 19.6 2.75 14.99 2.75H9Z\" fill=\"\"/>\n<path d=\"M21.4795 7.85986H2.51953C2.10953 7.85986 1.76953 7.51986 1.76953 7.10986C1.76953 6.69986 2.10953 6.35986 2.51953 6.35986H21.4795C21.8895 6.35986 22.2295 6.69986 22.2295 7.10986C22.2295 7.51986 21.8995 7.85986 21.4795 7.85986Z\" fill=\"\"/>\n<path d=\"M8.51953 7.71985C8.10953 7.71985 7.76953 7.37985 7.76953 6.96985V2.10986C7.76953 1.69986 8.10953 1.35986 8.51953 1.35986C8.92953 1.35986 9.26953 1.69986 9.26953 2.10986V6.96985C9.26953 7.37985 8.92953 7.71985 8.51953 7.71985Z\" fill=\"\"/>\n<path d=\"M15.4805 7.2699C15.0705 7.2699 14.7305 6.9299 14.7305 6.5199V2.10986C14.7305 1.69986 15.0705 1.35986 15.4805 1.35986C15.8905 1.35986 16.2305 1.69986 16.2305 2.10986V6.5199C16.2305 6.9399 15.9005 7.2699 15.4805 7.2699Z\" fill=\"\"/>\n<path d=\"M18.5 23.75C17.32 23.75 16.18 23.35 15.26 22.62C15.24 22.6 15.21 22.59 15.19 22.57C14.72 22.19 14.32 21.74 14.01 21.21C13.51 20.39 13.25 19.45 13.25 18.5C13.25 16.88 13.97 15.39 15.23 14.4C16.15 13.66 17.31 13.25 18.5 13.25C20.09 13.25 21.57 13.95 22.56 15.18C23.32 16.1 23.75 17.28 23.75 18.5C23.75 19.45 23.49 20.38 22.99 21.21C22.7 21.69 22.35 22.1 21.95 22.45C21 23.29 19.78 23.75 18.5 23.75ZM16.07 21.35C16.1 21.37 16.12 21.39 16.15 21.41C16.81 21.96 17.64 22.26 18.5 22.26C19.42 22.26 20.27 21.94 20.96 21.33C21.25 21.08 21.5 20.78 21.71 20.45C22.06 19.86 22.25 19.19 22.25 18.52C22.25 17.65 21.95 16.81 21.4 16.15C20.69 15.27 19.63 14.77 18.5 14.77C17.65 14.77 16.82 15.06 16.16 15.59C15.26 16.3 14.75 17.36 14.75 18.52C14.75 19.19 14.94 19.86 15.29 20.45C15.5 20.78 15.76 21.09 16.07 21.35Z\" fill=\"\"/>\n<path d=\"M17.8497 20.3597C17.6597 20.3597 17.4697 20.2897 17.3197 20.1397L16.2097 19.0297C15.9197 18.7397 15.9197 18.2596 16.2097 17.9696C16.4997 17.6796 16.9797 17.6796 17.2697 17.9696L17.8697 18.5697L19.7397 16.8397C20.0397 16.5597 20.5197 16.5797 20.7997 16.8797C21.0797 17.1797 21.0597 17.6597 20.7597 17.9397L18.3597 20.1596C18.2197 20.2896 18.0397 20.3597 17.8497 20.3597Z\" fill=\"\"/>\n</svg>\n</li><li title=\"video time \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 15.24 22.75 15.49 22.73 15.72C22.7 16.02 22.49 16.28 22.2 16.37C21.91 16.46 21.59 16.36 21.4 16.12C20.69 15.25 19.64 14.75 18.5 14.75C17.65 14.75 16.82 15.04 16.16 15.57C15.26 16.28 14.75 17.34 14.75 18.5C14.75 19.63 15.25 20.69 16.12 21.4C16.36 21.59 16.45 21.91 16.37 22.2C16.28 22.49 16.03 22.7 15.72 22.73C15.49 22.75 15.24 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H14.02C13.52 20.44 13.25 19.49 13.25 18.5C13.25 16.88 13.97 15.39 15.23 14.4C16.91 13.04 19.46 12.92 21.25 14.02V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n<path d=\"M21.4796 7.85986H2.51953C2.10953 7.85986 1.76953 7.51986 1.76953 7.10986C1.76953 6.69986 2.10953 6.35986 2.51953 6.35986H21.4796C21.8896 6.35986 22.2296 6.69986 22.2296 7.10986C22.2296 7.51986 21.8996 7.85986 21.4796 7.85986Z\" fill=\"\"/>\n<path d=\"M8.51953 7.71985C8.10953 7.71985 7.76953 7.37985 7.76953 6.96985V2.10986C7.76953 1.69986 8.10953 1.35986 8.51953 1.35986C8.92953 1.35986 9.26953 1.69986 9.26953 2.10986V6.96985C9.26953 7.37985 8.92953 7.71985 8.51953 7.71985Z\" fill=\"\"/>\n<path d=\"M15.4805 7.2699C15.0705 7.2699 14.7305 6.9299 14.7305 6.5199V2.10986C14.7305 1.69986 15.0705 1.35986 15.4805 1.35986C15.8905 1.35986 16.2305 1.69986 16.2305 2.10986V6.5199C16.2305 6.9399 15.9005 7.2699 15.4805 7.2699Z\" fill=\"\"/>\n<path d=\"M18.5 23.75C17.28 23.75 16.1 23.33 15.17 22.56C13.95 21.57 13.25 20.09 13.25 18.5C13.25 16.88 13.97 15.39 15.23 14.4C16.15 13.66 17.31 13.25 18.5 13.25C20.09 13.25 21.57 13.95 22.56 15.18C23.32 16.1 23.75 17.28 23.75 18.5C23.75 19.99 23.1 21.43 21.97 22.44C20.99 23.29 19.76 23.75 18.5 23.75ZM18.5 14.75C17.65 14.75 16.82 15.04 16.16 15.57C15.26 16.28 14.75 17.34 14.75 18.5C14.75 19.63 15.25 20.69 16.12 21.4C17.48 22.53 19.59 22.52 20.98 21.31C21.78 20.59 22.25 19.56 22.25 18.5C22.25 17.63 21.95 16.79 21.4 16.13C20.69 15.25 19.63 14.75 18.5 14.75Z\" fill=\"\"/>\n<path d=\"M17.3788 20.3799C17.1288 20.3799 16.8788 20.2499 16.7388 20.0199C16.5288 19.6599 16.6388 19.1999 16.9988 18.9899L18.0388 18.3699V17.1099C18.0388 16.6999 18.3788 16.3599 18.7888 16.3599C19.1988 16.3599 19.5388 16.6999 19.5388 17.1099V18.7999C19.5388 19.0599 19.3988 19.3099 19.1788 19.4399L17.7688 20.2799C17.6388 20.3399 17.5088 20.3799 17.3788 20.3799Z\" fill=\"\"/>\n</svg>\n</li><li title=\"video vertical \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n<path d=\"M6.89062 22.23C6.48063 22.23 6.14062 21.89 6.14062 21.48V2.52002C6.14062 2.11002 6.48063 1.77002 6.89062 1.77002C7.30062 1.77002 7.64062 2.10002 7.64062 2.52002V21.48C7.64062 21.9 7.30062 22.23 6.89062 22.23Z\" fill=\"\"/>\n<path d=\"M16.8906 22.23C16.4806 22.23 16.1406 21.89 16.1406 21.48V2.52002C16.1406 2.11002 16.4806 1.77002 16.8906 1.77002C17.3006 1.77002 17.6406 2.11002 17.6406 2.52002V21.48C17.6406 21.9 17.3006 22.23 16.8906 22.23Z\" fill=\"\"/>\n<path d=\"M6.88906 7.72021H2.53906C2.12906 7.72021 1.78906 7.38021 1.78906 6.97021C1.78906 6.56021 2.12906 6.22021 2.53906 6.22021H6.88906C7.29906 6.22021 7.63906 6.56021 7.63906 6.97021C7.63906 7.38021 7.29906 7.72021 6.88906 7.72021Z\" fill=\"\"/>\n<path d=\"M6.8893 12.75H2.0293C1.6193 12.75 1.2793 12.41 1.2793 12C1.2793 11.59 1.6193 11.25 2.0293 11.25H6.8893C7.2993 11.25 7.6393 11.59 7.6393 12C7.6393 12.41 7.2993 12.75 6.8893 12.75Z\" fill=\"\"/>\n<path d=\"M6.89047 17.7202H2.48047C2.07047 17.7202 1.73047 17.3802 1.73047 16.9702C1.73047 16.5602 2.07047 16.2202 2.48047 16.2202H6.89047C7.30047 16.2202 7.64047 16.5602 7.64047 16.9702C7.64047 17.3802 7.30047 17.7202 6.89047 17.7202Z\" fill=\"\"/>\n<path d=\"M21.8891 7.72021H17.5391C17.1291 7.72021 16.7891 7.38021 16.7891 6.97021C16.7891 6.56021 17.1291 6.22021 17.5391 6.22021H21.8891C22.2991 6.22021 22.6391 6.56021 22.6391 6.97021C22.6391 7.38021 22.2991 7.72021 21.8891 7.72021Z\" fill=\"\"/>\n<path d=\"M21.8893 12.75H17.0293C16.6193 12.75 16.2793 12.41 16.2793 12C16.2793 11.59 16.6193 11.25 17.0293 11.25H21.8893C22.2993 11.25 22.6393 11.59 22.6393 12C22.6393 12.41 22.2993 12.75 21.8893 12.75Z\" fill=\"\"/>\n<path d=\"M16.9707 12.75H5.9707C5.5607 12.75 5.2207 12.41 5.2207 12C5.2207 11.59 5.5607 11.25 5.9707 11.25H16.9707C17.3807 11.25 17.7207 11.59 17.7207 12C17.7207 12.41 17.3907 12.75 16.9707 12.75Z\" fill=\"\"/>\n<path d=\"M21.8905 17.7202H17.4805C17.0705 17.7202 16.7305 17.3802 16.7305 16.9702C16.7305 16.5602 17.0705 16.2202 17.4805 16.2202H21.8905C22.3005 16.2202 22.6405 16.5602 22.6405 16.9702C22.6405 17.3802 22.3005 17.7202 21.8905 17.7202Z\" fill=\"\"/>\n</svg>\n</li><li title=\"video \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.88 20.8601H6.81C3.26 20.8601 2 18.3701 2 16.0501V7.95014C2 4.49014 3.35 3.14014 6.81 3.14014H12.88C16.34 3.14014 17.69 4.49014 17.69 7.95014V16.0501C17.69 19.5101 16.34 20.8601 12.88 20.8601ZM6.81 4.66014C4.2 4.66014 3.52 5.34014 3.52 7.95014V16.0501C3.52 17.2801 3.95 19.3401 6.81 19.3401H12.88C15.49 19.3401 16.17 18.6601 16.17 16.0501V7.95014C16.17 5.34014 15.49 4.66014 12.88 4.66014H6.81Z\" fill=\"\"/>\n<path d=\"M20.7797 18.11C20.3497 18.11 19.7997 17.97 19.1697 17.53L16.4997 15.66C16.2997 15.52 16.1797 15.29 16.1797 15.04V8.95999C16.1797 8.70999 16.2997 8.48 16.4997 8.33999L19.1697 6.46999C20.3597 5.63999 21.2297 5.87999 21.6397 6.08999C22.0497 6.30999 22.7497 6.87999 22.7497 8.32999V15.66C22.7497 17.11 22.0497 17.69 21.6397 17.9C21.4497 18.01 21.1497 18.11 20.7797 18.11ZM17.6897 14.64L20.0397 16.28C20.4897 16.59 20.8097 16.62 20.9397 16.55C21.0797 16.48 21.2297 16.2 21.2297 15.66V8.33999C21.2297 7.78999 21.0697 7.51999 20.9397 7.44999C20.8097 7.37999 20.4897 7.40999 20.0397 7.71999L17.6897 9.35999V14.64Z\" fill=\"\"/>\n<path d=\"M11.5 11.75C10.26 11.75 9.25 10.74 9.25 9.5C9.25 8.26 10.26 7.25 11.5 7.25C12.74 7.25 13.75 8.26 13.75 9.5C13.75 10.74 12.74 11.75 11.5 11.75ZM11.5 8.75C11.09 8.75 10.75 9.09 10.75 9.5C10.75 9.91 11.09 10.25 11.5 10.25C11.91 10.25 12.25 9.91 12.25 9.5C12.25 9.09 11.91 8.75 11.5 8.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"voice cricle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 14.8901C5.59 14.8901 5.25 14.5501 5.25 14.1401V9.8501C5.25 9.4401 5.59 9.1001 6 9.1001C6.41 9.1001 6.75 9.4401 6.75 9.8501V14.1401C6.75 14.5601 6.41 14.8901 6 14.8901Z\" fill=\"\"/>\n<path d=\"M9 16.3197C8.59 16.3197 8.25 15.9797 8.25 15.5697V8.42969C8.25 8.01969 8.59 7.67969 9 7.67969C9.41 7.67969 9.75 8.01969 9.75 8.42969V15.5697C9.75 15.9897 9.41 16.3197 9 16.3197Z\" fill=\"\"/>\n<path d=\"M12 17.75C11.59 17.75 11.25 17.41 11.25 17V7C11.25 6.59 11.59 6.25 12 6.25C12.41 6.25 12.75 6.59 12.75 7V17C12.75 17.41 12.41 17.75 12 17.75Z\" fill=\"\"/>\n<path d=\"M15 16.3197C14.59 16.3197 14.25 15.9797 14.25 15.5697V8.42969C14.25 8.01969 14.59 7.67969 15 7.67969C15.41 7.67969 15.75 8.01969 15.75 8.42969V15.5697C15.75 15.9897 15.41 16.3197 15 16.3197Z\" fill=\"\"/>\n<path d=\"M18 14.8901C17.59 14.8901 17.25 14.5501 17.25 14.1401V9.8501C17.25 9.4401 17.59 9.1001 18 9.1001C18.41 9.1001 18.75 9.4401 18.75 9.8501V14.1401C18.75 14.5601 18.41 14.8901 18 14.8901Z\" fill=\"\"/>\n<path d=\"M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"voice square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 14.8901C5.59 14.8901 5.25 14.5501 5.25 14.1401V9.8501C5.25 9.4401 5.59 9.1001 6 9.1001C6.41 9.1001 6.75 9.4401 6.75 9.8501V14.1401C6.75 14.5601 6.41 14.8901 6 14.8901Z\" fill=\"\"/>\n<path d=\"M9 16.3197C8.59 16.3197 8.25 15.9797 8.25 15.5697V8.42969C8.25 8.01969 8.59 7.67969 9 7.67969C9.41 7.67969 9.75 8.01969 9.75 8.42969V15.5697C9.75 15.9897 9.41 16.3197 9 16.3197Z\" fill=\"\"/>\n<path d=\"M12 17.75C11.59 17.75 11.25 17.41 11.25 17V7C11.25 6.59 11.59 6.25 12 6.25C12.41 6.25 12.75 6.59 12.75 7V17C12.75 17.41 12.41 17.75 12 17.75Z\" fill=\"\"/>\n<path d=\"M15 16.3197C14.59 16.3197 14.25 15.9797 14.25 15.5697V8.42969C14.25 8.01969 14.59 7.67969 15 7.67969C15.41 7.67969 15.75 8.01969 15.75 8.42969V15.5697C15.75 15.9897 15.41 16.3197 15 16.3197Z\" fill=\"\"/>\n<path d=\"M18 14.8901C17.59 14.8901 17.25 14.5501 17.25 14.1401V9.8501C17.25 9.4401 17.59 9.1001 18 9.1001C18.41 9.1001 18.75 9.4401 18.75 9.8501V14.1401C18.75 14.5601 18.41 14.8901 18 14.8901Z\" fill=\"\"/>\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n</svg>\n</li><li title=\"volume cross \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.55 20.5901C11.76 20.5901 10.89 20.3101 10.02 19.7601L7.1 17.9301C6.9 17.8101 6.67 17.7401 6.44 17.7401H5C2.58 17.7401 1.25 16.4101 1.25 13.9901V9.99011C1.25 7.57011 2.58 6.24011 5 6.24011H6.43C6.66 6.24011 6.89 6.17011 7.09 6.05011L10.01 4.22011C11.47 3.31011 12.89 3.14011 14.01 3.76011C15.13 4.38011 15.74 5.67011 15.74 7.40011V16.5701C15.74 18.2901 15.12 19.5901 14.01 20.2101C13.57 20.4701 13.07 20.5901 12.55 20.5901ZM5 7.75011C3.42 7.75011 2.75 8.42011 2.75 10.0001V14.0001C2.75 15.5801 3.42 16.2501 5 16.2501H6.43C6.95 16.2501 7.45 16.3901 7.89 16.6701L10.81 18.5001C11.78 19.1001 12.68 19.2601 13.29 18.9201C13.9 18.5801 14.25 17.7301 14.25 16.6001V7.41011C14.25 6.27011 13.9 5.42011 13.29 5.09011C12.68 4.75011 11.77 4.90011 10.81 5.51011L7.88 7.33011C7.45 7.61011 6.94 7.75011 6.43 7.75011H5Z\" fill=\"\"/>\n<path d=\"M22.0005 14.7099C21.8105 14.7099 21.6205 14.6399 21.4705 14.4899L17.5105 10.5299C17.2205 10.2399 17.2205 9.75994 17.5105 9.46994C17.8005 9.17994 18.2805 9.17994 18.5705 9.46994L22.5305 13.4299C22.8205 13.7199 22.8205 14.1999 22.5305 14.4899C22.3805 14.6299 22.1905 14.7099 22.0005 14.7099Z\" fill=\"\"/>\n<path d=\"M17.9995 14.75C17.8095 14.75 17.6195 14.68 17.4695 14.53C17.1795 14.24 17.1795 13.76 17.4695 13.47L21.4295 9.50998C21.7195 9.21998 22.1995 9.21998 22.4895 9.50998C22.7795 9.79998 22.7795 10.28 22.4895 10.57L18.5295 14.53C18.3795 14.68 18.1895 14.75 17.9995 14.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"volume high \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.55 20.5901C11.76 20.5901 10.89 20.3101 10.02 19.7601L7.1 17.9301C6.9 17.8101 6.67 17.7401 6.44 17.7401H5C2.58 17.7401 1.25 16.4101 1.25 13.9901V9.99011C1.25 7.57011 2.58 6.24011 5 6.24011H6.43C6.66 6.24011 6.89 6.17011 7.09 6.05011L10.01 4.22011C11.47 3.31011 12.89 3.14011 14.01 3.76011C15.13 4.38011 15.74 5.67011 15.74 7.40011V16.5701C15.74 18.2901 15.12 19.5901 14.01 20.2101C13.57 20.4701 13.07 20.5901 12.55 20.5901ZM5 7.75011C3.42 7.75011 2.75 8.42011 2.75 10.0001V14.0001C2.75 15.5801 3.42 16.2501 5 16.2501H6.43C6.95 16.2501 7.45 16.3901 7.89 16.6701L10.81 18.5001C11.77 19.1001 12.68 19.2601 13.29 18.9201C13.9 18.5801 14.25 17.7301 14.25 16.6001V7.41011C14.25 6.27011 13.9 5.42011 13.29 5.09011C12.68 4.75011 11.77 4.90011 10.81 5.51011L7.88 7.33011C7.45 7.61011 6.94 7.75011 6.43 7.75011H5Z\" fill=\"\"/>\n<path d=\"M18.0003 16.7498C17.8403 16.7498 17.6903 16.6998 17.5503 16.5998C17.2203 16.3498 17.1503 15.8798 17.4003 15.5498C18.9703 13.4598 18.9703 10.5398 17.4003 8.44978C17.1503 8.11978 17.2203 7.64978 17.5503 7.39978C17.8803 7.14978 18.3503 7.21978 18.6003 7.54978C20.5603 10.1698 20.5603 13.8298 18.6003 16.4498C18.4503 16.6498 18.2303 16.7498 18.0003 16.7498Z\" fill=\"\"/>\n<path d=\"M19.8304 19.2498C19.6704 19.2498 19.5204 19.1998 19.3804 19.0998C19.0504 18.8498 18.9804 18.3798 19.2304 18.0498C21.9004 14.4898 21.9004 9.50978 19.2304 5.94978C18.9804 5.61978 19.0504 5.14978 19.3804 4.89978C19.7104 4.64978 20.1804 4.71978 20.4304 5.04978C23.5004 9.13978 23.5004 14.8598 20.4304 18.9498C20.2904 19.1498 20.0604 19.2498 19.8304 19.2498Z\" fill=\"\"/>\n</svg>\n</li><li title=\"volume low 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.76 20.75C11.95 20.75 11.08 20.47 10.18 19.91L7.2 18.05C6.99 17.92 6.76 17.85 6.52 17.85H5.06C2.6 17.85 1.25 16.5 1.25 14.04V9.95996C1.25 7.49996 2.6 6.14996 5.06 6.14996H6.52C6.76 6.14996 7 6.07996 7.2 5.94996L10.18 4.08996C11.67 3.15996 13.11 2.98996 14.25 3.62996C15.39 4.25996 16.01 5.56996 16.01 7.32996V16.69C16.01 18.44 15.38 19.76 14.25 20.39C13.8 20.63 13.3 20.75 12.76 20.75ZM5.06 7.64996C3.44 7.64996 2.75 8.33996 2.75 9.95996V14.04C2.75 15.66 3.44 16.35 5.06 16.35H6.52C7.04 16.35 7.55 16.5 8 16.77L10.98 18.63C11.97 19.25 12.9 19.4 13.53 19.06C14.16 18.71 14.52 17.84 14.52 16.68V7.31996C14.52 6.14996 14.16 5.27996 13.53 4.93996C12.9 4.58996 11.97 4.74996 10.98 5.36996L8 7.21996C7.55 7.49996 7.04 7.64996 6.52 7.64996H5.06Z\" fill=\"\"/>\n<path d=\"M22 12.75H18C17.59 12.75 17.25 12.41 17.25 12C17.25 11.59 17.59 11.25 18 11.25H22C22.41 11.25 22.75 11.59 22.75 12C22.75 12.41 22.41 12.75 22 12.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"volume low \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.8801 20.5901C13.0901 20.5901 12.2201 20.3101 11.3501 19.7601L8.43008 17.9301C8.23008 17.8101 8.00008 17.7401 7.77008 17.7401H6.33008C3.91008 17.7401 2.58008 16.4101 2.58008 13.9901V9.99011C2.58008 7.57011 3.91008 6.24011 6.33008 6.24011H7.76008C7.99008 6.24011 8.22008 6.17011 8.42008 6.05011L11.3401 4.22011C12.8001 3.31011 14.2201 3.14011 15.3401 3.76011C16.4601 4.38011 17.0701 5.67011 17.0701 7.40011V16.5701C17.0701 18.2901 16.4501 19.5901 15.3401 20.2101C14.9001 20.4701 14.4101 20.5901 13.8801 20.5901ZM6.33008 7.75011C4.75008 7.75011 4.08008 8.42011 4.08008 10.0001V14.0001C4.08008 15.5801 4.75008 16.2501 6.33008 16.2501H7.76008C8.28008 16.2501 8.78008 16.3901 9.22008 16.6701L12.1401 18.5001C13.1101 19.1001 14.0101 19.2601 14.6201 18.9201C15.2301 18.5801 15.5801 17.7301 15.5801 16.6001V7.41011C15.5801 6.27011 15.2301 5.42011 14.6201 5.09011C14.0101 4.75011 13.1101 4.90011 12.1401 5.51011L9.22008 7.33011C8.78008 7.61011 8.28008 7.75011 7.76008 7.75011H6.33008Z\" fill=\"\"/>\n<path d=\"M19.3304 16.7498C19.1704 16.7498 19.0204 16.6998 18.8804 16.5998C18.5504 16.3498 18.4804 15.8798 18.7304 15.5498C20.3004 13.4598 20.3004 10.5398 18.7304 8.44978C18.4804 8.11978 18.5504 7.64978 18.8804 7.39978C19.2104 7.14978 19.6804 7.21978 19.9304 7.54978C21.9004 10.1698 21.9004 13.8298 19.9304 16.4498C19.7904 16.6498 19.5604 16.7498 19.3304 16.7498Z\" fill=\"\"/>\n</svg>\n</li><li title=\"volume mute \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.05 20.5901C15.26 20.5901 14.39 20.3101 13.52 19.7601L10.6 17.9301C10.4 17.8101 10.17 17.7401 9.94 17.7401H8.5C6.08 17.7401 4.75 16.4101 4.75 13.9901V9.99011C4.75 7.57011 6.08 6.24011 8.5 6.24011H9.93C10.16 6.24011 10.39 6.17011 10.59 6.05011L13.51 4.22011C14.97 3.31011 16.39 3.14011 17.51 3.76011C18.63 4.38011 19.24 5.67011 19.24 7.40011V16.5701C19.24 18.2901 18.62 19.5901 17.51 20.2101C17.07 20.4701 16.57 20.5901 16.05 20.5901ZM8.5 7.75011C6.92 7.75011 6.25 8.42011 6.25 10.0001V14.0001C6.25 15.5801 6.92 16.2501 8.5 16.2501H9.93C10.45 16.2501 10.95 16.3901 11.39 16.6701L14.31 18.5001C15.28 19.1001 16.18 19.2601 16.79 18.9201C17.4 18.5801 17.75 17.7301 17.75 16.6001V7.41011C17.75 6.27011 17.4 5.42011 16.79 5.09011C16.18 4.75011 15.28 4.90011 14.31 5.51011L11.39 7.34011C10.95 7.61011 10.45 7.76011 9.93 7.76011H8.5V7.75011Z\" fill=\"\"/>\n</svg>\n</li><li title=\"volume slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 17.7499H5C2.58 17.7499 1.25 16.4199 1.25 13.9999V9.99987C1.25 7.57987 2.58 6.24987 5 6.24987H6.43C6.66 6.24987 6.89 6.17987 7.09 6.05987L10.01 4.22987C11.47 3.31987 12.89 3.14987 14.01 3.76987C15.13 4.38987 15.74 5.67987 15.74 7.40987V8.36987C15.74 8.77987 15.4 9.11987 14.99 9.11987C14.58 9.11987 14.24 8.77987 14.24 8.36987V7.40987C14.24 6.26987 13.89 5.41987 13.28 5.08987C12.67 4.74987 11.77 4.89987 10.8 5.50987L7.88 7.32987C7.45 7.60987 6.94 7.74987 6.43 7.74987H5C3.42 7.74987 2.75 8.41987 2.75 9.99987V13.9999C2.75 15.5799 3.42 16.2499 5 16.2499H7C7.41 16.2499 7.75 16.5899 7.75 16.9999C7.75 17.4099 7.41 17.7499 7 17.7499Z\" fill=\"\"/>\n<path d=\"M12.5496 20.5902C11.7596 20.5902 10.8896 20.3102 10.0196 19.7602C9.6696 19.5402 9.5596 19.0802 9.7796 18.7302C9.9996 18.3802 10.4596 18.2702 10.8096 18.4902C11.7796 19.0902 12.6796 19.2502 13.2896 18.9102C13.8996 18.5702 14.2496 17.7202 14.2496 16.5902V12.9502C14.2496 12.5402 14.5896 12.2002 14.9996 12.2002C15.4096 12.2002 15.7496 12.5402 15.7496 12.9502V16.5902C15.7496 18.3102 15.1296 19.6102 14.0196 20.2302C13.5696 20.4702 13.0696 20.5902 12.5496 20.5902Z\" fill=\"\"/>\n<path d=\"M18.0003 16.7498C17.8403 16.7498 17.6903 16.6998 17.5503 16.5998C17.2203 16.3498 17.1503 15.8798 17.4003 15.5498C18.6603 13.8698 18.9303 11.6398 18.1203 9.70983C17.9603 9.32983 18.1403 8.88983 18.5203 8.72983C18.9003 8.56983 19.3403 8.74983 19.5003 9.12983C20.5203 11.5498 20.1703 14.3598 18.6003 16.4598C18.4503 16.6498 18.2303 16.7498 18.0003 16.7498Z\" fill=\"\"/>\n<path d=\"M19.8304 19.2502C19.6704 19.2502 19.5204 19.2002 19.3804 19.1002C19.0504 18.8502 18.9804 18.3802 19.2304 18.0502C21.3704 15.2002 21.8404 11.3802 20.4604 8.0902C20.3004 7.7102 20.4804 7.2702 20.8604 7.1102C21.2504 6.9502 21.6804 7.1302 21.8404 7.5102C23.4304 11.2902 22.8904 15.6702 20.4304 18.9502C20.2904 19.1502 20.0604 19.2502 19.8304 19.2502Z\" fill=\"\"/>\n<path d=\"M1.99945 22.7499C1.80945 22.7499 1.61945 22.6799 1.46945 22.5299C1.17945 22.2399 1.17945 21.7599 1.46945 21.4699L21.4695 1.46994C21.7595 1.17994 22.2395 1.17994 22.5295 1.46994C22.8195 1.75994 22.8195 2.23994 22.5295 2.52994L2.52945 22.5299C2.37945 22.6799 2.18945 22.7499 1.99945 22.7499Z\" fill=\"\"/>\n</svg>\n</li><li title=\"volume up \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.76 20.75C11.95 20.75 11.08 20.47 10.18 19.91L7.2 18.05C6.99 17.92 6.76 17.85 6.52 17.85H5.06C2.6 17.85 1.25 16.5 1.25 14.04V9.95996C1.25 7.49996 2.6 6.14996 5.06 6.14996H6.52C6.76 6.14996 7 6.07996 7.2 5.94996L10.18 4.08996C11.67 3.15996 13.11 2.98996 14.25 3.62996C15.39 4.25996 16.01 5.56996 16.01 7.32996V16.69C16.01 18.44 15.38 19.76 14.25 20.39C13.8 20.63 13.3 20.75 12.76 20.75ZM5.06 7.64996C3.44 7.64996 2.75 8.33996 2.75 9.95996V14.04C2.75 15.66 3.44 16.35 5.06 16.35H6.52C7.04 16.35 7.55 16.5 8 16.77L10.98 18.63C11.97 19.25 12.9 19.4 13.53 19.06C14.16 18.71 14.52 17.84 14.52 16.68V7.31996C14.52 6.14996 14.16 5.27996 13.53 4.93996C12.9 4.58996 11.97 4.74996 10.98 5.36996L8 7.21996C7.55 7.49996 7.04 7.64996 6.52 7.64996H5.06Z\" fill=\"\"/>\n<path d=\"M22 12.75H18C17.59 12.75 17.25 12.41 17.25 12C17.25 11.59 17.59 11.25 18 11.25H22C22.41 11.25 22.75 11.59 22.75 12C22.75 12.41 22.41 12.75 22 12.75Z\" fill=\"\"/>\n<path d=\"M20 14.75C19.59 14.75 19.25 14.41 19.25 14V10C19.25 9.59 19.59 9.25 20 9.25C20.41 9.25 20.75 9.59 20.75 10V14C20.75 14.41 20.41 14.75 20 14.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"wallet 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 22.75H7C3.56 22.75 1.25 20.44 1.25 17V12C1.25 8.92 3.15 6.69001 6.1 6.32001C6.38 6.28001 6.69 6.25 7 6.25H17C17.24 6.25 17.55 6.26 17.87 6.31C20.82 6.65 22.75 8.89 22.75 12V17C22.75 20.44 20.44 22.75 17 22.75ZM7 7.75C6.76 7.75 6.53 7.76999 6.3 7.79999C4.1 8.07999 2.75 9.68 2.75 12V17C2.75 19.58 4.42 21.25 7 21.25H17C19.58 21.25 21.25 19.58 21.25 17V12C21.25 9.66 19.88 8.05001 17.66 7.79001C17.42 7.75001 17.21 7.75 17 7.75H7Z\" fill=\"\"/>\n<path d=\"M6.19005 7.80995C5.95005 7.80995 5.73005 7.69995 5.58005 7.49995C5.41005 7.26995 5.39005 6.96995 5.52005 6.71995C5.69005 6.37995 5.93005 6.04995 6.24005 5.74995L9.49005 2.48994C11.15 0.839941 13.85 0.839941 15.51 2.48994L17.26 4.25996C18 4.98996 18.45 5.96996 18.5 7.00996C18.51 7.23996 18.42 7.45994 18.25 7.60994C18.08 7.75994 17.85 7.82996 17.63 7.78996C17.43 7.75996 17.22 7.74995 17 7.74995H7.00005C6.76005 7.74995 6.53005 7.76994 6.30005 7.79994C6.27005 7.80994 6.23005 7.80995 6.19005 7.80995ZM7.86005 6.24995H16.82C16.69 5.90995 16.48 5.59996 16.2 5.31996L14.44 3.53996C13.37 2.47996 11.62 2.47996 10.54 3.53996L7.86005 6.24995Z\" fill=\"\"/>\n<path d=\"M22 17.25H19C17.48 17.25 16.25 16.02 16.25 14.5C16.25 12.98 17.48 11.75 19 11.75H22C22.41 11.75 22.75 12.09 22.75 12.5C22.75 12.91 22.41 13.25 22 13.25H19C18.31 13.25 17.75 13.81 17.75 14.5C17.75 15.19 18.31 15.75 19 15.75H22C22.41 15.75 22.75 16.09 22.75 16.5C22.75 16.91 22.41 17.25 22 17.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"wallet 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13 9.75H7C6.59 9.75 6.25 9.41 6.25 9C6.25 8.59 6.59 8.25 7 8.25H13C13.41 8.25 13.75 8.59 13.75 9C13.75 9.41 13.41 9.75 13 9.75Z\" fill=\"\"/>\n<path d=\"M19.0399 14.8002C17.5299 14.8002 16.2499 13.6802 16.1299 12.2402C16.0499 11.4102 16.3499 10.6002 16.9499 10.0102C17.4499 9.49019 18.1599 9.2002 18.9099 9.2002H20.9999C21.9899 9.2302 22.7499 10.0102 22.7499 10.9702V13.0302C22.7499 13.9902 21.9899 14.7702 21.0299 14.8002H19.0399ZM20.9699 10.7002H18.9199C18.5699 10.7002 18.2499 10.8302 18.0199 11.0702C17.7299 11.3502 17.5899 11.7302 17.6299 12.1102C17.6799 12.7702 18.3199 13.3002 19.0399 13.3002H20.9999C21.1299 13.3002 21.2499 13.1802 21.2499 13.0302V10.9702C21.2499 10.8202 21.1299 10.7102 20.9699 10.7002Z\" fill=\"\"/>\n<path d=\"M16 21.25H7C3.56 21.25 1.25 18.94 1.25 15.5V8.5C1.25 5.42 3.14998 3.19001 6.09998 2.82001C6.36998 2.78001 6.68 2.75 7 2.75H16C16.24 2.75 16.55 2.76 16.87 2.81C19.82 3.15 21.75 5.39 21.75 8.5V9.95001C21.75 10.36 21.41 10.7 21 10.7H18.92C18.57 10.7 18.25 10.83 18.02 11.07L18.01 11.08C17.73 11.35 17.6 11.72 17.63 12.1C17.68 12.76 18.32 13.29 19.04 13.29H21C21.41 13.29 21.75 13.63 21.75 14.04V15.49C21.75 18.94 19.44 21.25 16 21.25ZM7 4.25C6.76 4.25 6.52999 4.26999 6.29999 4.29999C4.09999 4.57999 2.75 6.18 2.75 8.5V15.5C2.75 18.08 4.42 19.75 7 19.75H16C18.58 19.75 20.25 18.08 20.25 15.5V14.8H19.04C17.53 14.8 16.25 13.68 16.13 12.24C16.05 11.42 16.35 10.6 16.95 10.02C17.47 9.49002 18.17 9.20001 18.92 9.20001H20.25V8.5C20.25 6.16 18.88 4.54998 16.66 4.28998C16.42 4.24998 16.21 4.25 16 4.25H7Z\" fill=\"\"/>\n</svg>\n</li><li title=\"wallet 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13 11.8999H7C6.59 11.8999 6.25 11.5599 6.25 11.1499C6.25 10.7399 6.59 10.3999 7 10.3999H13C13.41 10.3999 13.75 10.7399 13.75 11.1499C13.75 11.5599 13.41 11.8999 13 11.8999Z\" fill=\"\"/>\n<path d=\"M2 11.8998C1.59 11.8998 1.25 11.5598 1.25 11.1498V6.52985C1.25 4.07985 3.24 2.08984 5.69 2.08984H11.31C13.88 2.08984 15.75 3.79984 15.75 6.14984C15.75 6.55984 15.41 6.89984 15 6.89984C14.59 6.89984 14.25 6.55984 14.25 6.14984C14.25 4.38984 12.72 3.58984 11.31 3.58984H5.69C4.07 3.58984 2.75 4.90985 2.75 6.52985V11.1498C2.75 11.5698 2.41 11.8998 2 11.8998Z\" fill=\"\"/>\n<path d=\"M16 21.8999H6C3.38 21.8999 1.25 19.7699 1.25 17.1499V10.1499C1.25 7.5299 3.38 5.3999 6 5.3999H16C18.62 5.3999 20.75 7.5299 20.75 10.1499V11.5999C20.75 12.0099 20.41 12.3499 20 12.3499H18.92C18.57 12.3499 18.25 12.4798 18.02 12.7198L18.01 12.7299C17.68 13.0599 17.55 13.5198 17.67 13.9698C17.82 14.5298 18.41 14.9399 19.07 14.9399H20C20.41 14.9399 20.75 15.2799 20.75 15.6899V17.1399C20.75 19.7699 18.62 21.8999 16 21.8999ZM6 6.8999C4.21 6.8999 2.75 8.3599 2.75 10.1499V17.1499C2.75 18.9399 4.21 20.3999 6 20.3999H16C17.79 20.3999 19.25 18.9399 19.25 17.1499V16.4499H19.07C17.72 16.4499 16.55 15.5999 16.22 14.3699C15.96 13.3999 16.24 12.3699 16.95 11.6699C17.47 11.1399 18.17 10.8499 18.92 10.8499H19.25V10.1499C19.25 8.3599 17.79 6.8999 16 6.8999H6Z\" fill=\"\"/>\n<path d=\"M20.9699 16.4501H19.0399C17.5299 16.4501 16.2499 15.3301 16.1299 13.8901C16.0499 13.0601 16.3499 12.2501 16.9499 11.6601C17.4499 11.1401 18.1599 10.8501 18.9099 10.8501H20.9599C21.9399 10.8501 22.7399 11.6401 22.7399 12.6201V14.6801C22.7499 15.6601 21.9499 16.4501 20.9699 16.4501ZM18.9199 12.3501C18.5699 12.3501 18.2499 12.4801 18.0199 12.7201C17.7299 13.0001 17.5899 13.3801 17.6299 13.7601C17.6799 14.4201 18.3199 14.9501 19.0399 14.9501H20.9699C21.1199 14.9501 21.2499 14.8301 21.2499 14.6801V12.6201C21.2499 12.4701 21.1199 12.3501 20.9699 12.3501H18.9199Z\" fill=\"\"/>\n</svg>\n</li><li title=\"wallet add 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.5 16.1899H9.5C9.09 16.1899 8.75 15.8499 8.75 15.4399C8.75 15.0299 9.09 14.6899 9.5 14.6899H14.5C14.91 14.6899 15.25 15.0299 15.25 15.4399C15.25 15.8499 14.91 16.1899 14.5 16.1899Z\" fill=\"\"/>\n<path d=\"M12 18.75C11.59 18.75 11.25 18.41 11.25 18V13C11.25 12.59 11.59 12.25 12 12.25C12.41 12.25 12.75 12.59 12.75 13V18C12.75 18.41 12.41 18.75 12 18.75Z\" fill=\"\"/>\n<path d=\"M5.1997 10.4599C5.0097 10.4599 4.8197 10.3799 4.6697 10.2399C4.4597 10.0299 4.3897 9.69988 4.5097 9.41988L6.3697 4.97988C6.4097 4.88988 6.4297 4.82988 6.4597 4.77988C7.9397 1.36988 9.8297 0.539877 13.1697 1.81988C13.3597 1.88988 13.5097 2.03988 13.5897 2.22988C13.6697 2.41988 13.6697 2.62988 13.5897 2.81988L10.6597 9.61988C10.5397 9.88988 10.2697 10.0699 9.9697 10.0699H7.1197C6.5497 10.0699 6.0097 10.1799 5.4897 10.3999C5.3997 10.4399 5.2997 10.4599 5.1997 10.4599ZM10.6097 2.74988C9.3697 2.74988 8.6097 3.55988 7.8197 5.39988C7.8097 5.42988 7.7897 5.45988 7.7797 5.48988L6.4697 8.59988C6.6897 8.57988 6.8997 8.56988 7.1197 8.56988H9.4697L11.8797 2.96988C11.4097 2.81988 10.9897 2.74988 10.6097 2.74988Z\" fill=\"\"/>\n<path d=\"M18.2902 10.27C18.2202 10.27 18.1402 10.26 18.0702 10.24C17.7002 10.13 17.2902 10.07 16.8702 10.07H9.97023C9.72023 10.07 9.48023 9.94002 9.34023 9.73002C9.21023 9.52002 9.18023 9.25002 9.28023 9.02002L12.1802 2.29002C12.3302 1.93002 12.7702 1.69002 13.1402 1.81002C13.2602 1.85002 13.3702 1.90002 13.4902 1.95002L15.8502 2.94002C17.2302 3.51002 18.1502 4.11002 18.7502 4.83002C18.8702 4.97002 18.9702 5.12002 19.0602 5.27002C19.1702 5.44002 19.2702 5.65002 19.3402 5.86002C19.3702 5.93002 19.4202 6.06002 19.4502 6.20002C19.7302 7.14002 19.5902 8.31002 18.9902 9.81002C18.8702 10.09 18.5902 10.27 18.2902 10.27ZM11.1102 8.57002H16.8802C17.2002 8.57002 17.5102 8.60002 17.8202 8.65002C18.1002 7.78002 18.1602 7.11002 18.0002 6.57002C17.9802 6.48002 17.9602 6.44002 17.9502 6.40002C17.8902 6.24002 17.8502 6.15002 17.8002 6.07002C17.7302 5.96002 17.6802 5.87002 17.6002 5.78002C17.1702 5.26002 16.4102 4.78002 15.2802 4.32002L13.3002 3.49002L11.1102 8.57002Z\" fill=\"\"/>\n<path d=\"M15.9 22.7498H8.1C7.82 22.7498 7.56 22.7298 7.3 22.6998C3.79 22.4598 1.79 20.4598 1.55 16.9098C1.52 16.6898 1.5 16.4198 1.5 16.1498V14.1998C1.5 11.9498 2.84 9.91982 4.91 9.01982C5.61 8.71982 6.36 8.56982 7.13 8.56982H16.89C17.46 8.56982 18.01 8.64982 18.52 8.80982C20.87 9.51982 22.52 11.7398 22.52 14.1998V16.1498C22.52 16.3698 22.51 16.5798 22.5 16.7798C22.28 20.6898 20 22.7498 15.9 22.7498ZM7.12 10.0698C6.55 10.0698 6.01 10.1798 5.49 10.3998C3.97 11.0598 2.99 12.5498 2.99 14.1998V16.1498C2.99 16.3598 3.01 16.5698 3.03 16.7698C3.22 19.6198 4.62 21.0198 7.43 21.2098C7.68 21.2398 7.88 21.2598 8.09 21.2598H15.89C19.19 21.2598 20.81 19.8098 20.97 16.7098C20.98 16.5298 20.99 16.3498 20.99 16.1498V14.1998C20.99 12.3898 19.78 10.7698 18.06 10.2398C17.69 10.1298 17.28 10.0698 16.86 10.0698H7.12Z\" fill=\"\"/>\n<path d=\"M2.24023 14.9498C1.83023 14.9498 1.49023 14.6098 1.49023 14.1998V11.2698C1.49023 8.1198 3.72023 5.3998 6.80023 4.7998C7.07023 4.7498 7.35023 4.8498 7.53023 5.0598C7.70023 5.2698 7.75023 5.5698 7.64023 5.8198L5.89023 9.9998C5.81023 10.1798 5.67023 10.3198 5.50023 10.3998C3.98023 11.0598 3.00023 12.5498 3.00023 14.1998C2.99023 14.6098 2.66023 14.9498 2.24023 14.9498ZM5.60023 6.8198C4.32023 7.5398 3.39023 8.7998 3.10023 10.2698C3.54023 9.8198 4.05023 9.4398 4.63023 9.1598L5.60023 6.8198Z\" fill=\"\"/>\n<path d=\"M21.7592 14.9498C21.3492 14.9498 21.0092 14.6098 21.0092 14.1998C21.0092 12.3898 19.7992 10.7698 18.0792 10.2398C17.8792 10.1798 17.7092 10.0398 17.6192 9.84978C17.5292 9.65978 17.5192 9.43978 17.5992 9.24978C18.0692 8.07978 18.1892 7.22978 17.9992 6.56978C17.9792 6.47978 17.9592 6.43978 17.9492 6.39978C17.8192 6.10978 17.8892 5.76978 18.1192 5.54978C18.3492 5.32978 18.6992 5.27978 18.9792 5.42978C21.1592 6.56978 22.5092 8.80978 22.5092 11.2698V14.1998C22.5092 14.6098 22.1692 14.9498 21.7592 14.9498ZM19.2492 9.08978C19.8792 9.37978 20.4392 9.78978 20.9092 10.2798C20.7192 9.29978 20.2492 8.40978 19.5592 7.70978C19.5092 8.12978 19.4092 8.58978 19.2492 9.08978Z\" fill=\"\"/>\n</svg>\n</li><li title=\"wallet add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.19005 7.80995C5.95005 7.80995 5.73005 7.69995 5.58005 7.49995C5.41005 7.26995 5.39005 6.96992 5.52005 6.71992C5.69005 6.37992 5.93005 6.04995 6.24005 5.74995L9.49005 2.48994C11.15 0.839941 13.85 0.839941 15.51 2.48994L17.26 4.26997C18 4.99997 18.45 5.97997 18.5 7.01997C18.51 7.24997 18.42 7.46995 18.25 7.61995C18.08 7.76995 17.85 7.83994 17.63 7.79994C17.43 7.76994 17.22 7.75996 17 7.75996H7.00005C6.76005 7.75996 6.53005 7.77995 6.30005 7.80995C6.27005 7.80995 6.23005 7.80995 6.19005 7.80995ZM7.86005 6.24995H16.82C16.69 5.90995 16.48 5.59996 16.2 5.31996L14.44 3.53993C13.37 2.47993 11.62 2.47993 10.54 3.53993L7.86005 6.24995Z\" fill=\"\"/>\n<path d=\"M5 23.75C3.34 23.75 1.78 22.87 0.94 21.44C0.49 20.72 0.25 19.87 0.25 19C0.25 16.38 2.38 14.25 5 14.25C7.62 14.25 9.75 16.38 9.75 19C9.75 19.87 9.51 20.72 9.06 21.45C8.22 22.87 6.66 23.75 5 23.75ZM5 15.75C3.21 15.75 1.75 17.21 1.75 19C1.75 19.59 1.91 20.17 2.22 20.67C2.81 21.67 3.85 22.25 5 22.25C6.15 22.25 7.19 21.66 7.78 20.68C8.09 20.17 8.25 19.6 8.25 19C8.25 17.21 6.79 15.75 5 15.75Z\" fill=\"\"/>\n<path d=\"M6.48977 19.73H3.50977C3.09977 19.73 2.75977 19.39 2.75977 18.98C2.75977 18.57 3.09977 18.23 3.50977 18.23H6.49977C6.90977 18.23 7.24977 18.57 7.24977 18.98C7.24977 19.39 6.90977 19.73 6.48977 19.73Z\" fill=\"\"/>\n<path d=\"M5 21.26C4.59 21.26 4.25 20.92 4.25 20.51V17.52C4.25 17.11 4.59 16.77 5 16.77C5.41 16.77 5.75 17.11 5.75 17.52V20.51C5.75 20.93 5.41 21.26 5 21.26Z\" fill=\"\"/>\n<path d=\"M17.0005 22.75H7.63047C7.31047 22.75 7.03047 22.55 6.92047 22.26C6.81047 21.96 6.90047 21.63 7.14047 21.43C7.38047 21.23 7.60047 20.97 7.76047 20.69C8.08047 20.18 8.24047 19.6 8.24047 19.01C8.24047 17.22 6.78047 15.76 4.99047 15.76C4.06047 15.76 3.17047 16.16 2.55047 16.87C2.34047 17.1 2.01047 17.19 1.72047 17.08C1.43047 16.97 1.23047 16.69 1.23047 16.38V12C1.23047 8.92 3.13047 6.69001 6.08047 6.32001C6.35047 6.28001 6.66047 6.25 6.98047 6.25H16.9805C17.2205 6.25 17.5305 6.26 17.8505 6.31C20.8005 6.65 22.7305 8.89 22.7305 12V17C22.7505 20.44 20.4405 22.75 17.0005 22.75ZM9.18047 21.25H17.0005C19.5805 21.25 21.2505 19.58 21.2505 17V12C21.2505 9.66 19.8805 8.04998 17.6605 7.78998C17.4205 7.74998 17.2105 7.75 17.0005 7.75H7.00047C6.76047 7.75 6.53047 7.76999 6.30047 7.79999C4.10047 8.07999 2.75047 9.68 2.75047 12V14.82C3.43047 14.45 4.21047 14.25 5.00047 14.25C7.62047 14.25 9.75047 16.38 9.75047 19C9.75047 19.79 9.55047 20.57 9.18047 21.25Z\" fill=\"\"/>\n<path d=\"M22 17.25H19C17.48 17.25 16.25 16.02 16.25 14.5C16.25 12.98 17.48 11.75 19 11.75H22C22.41 11.75 22.75 12.09 22.75 12.5C22.75 12.91 22.41 13.25 22 13.25H19C18.31 13.25 17.75 13.81 17.75 14.5C17.75 15.19 18.31 15.75 19 15.75H22C22.41 15.75 22.75 16.09 22.75 16.5C22.75 16.91 22.41 17.25 22 17.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"wallet check \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 23.75C3.34 23.75 1.78 22.87 0.939999 21.44C0.489999 20.72 0.25 19.87 0.25 19C0.25 16.38 2.38 14.25 5 14.25C7.62 14.25 9.75 16.38 9.75 19C9.75 19.87 9.51 20.72 9.06 21.45C8.22 22.87 6.66 23.75 5 23.75ZM5 15.75C3.21 15.75 1.75 17.21 1.75 19C1.75 19.59 1.91 20.17 2.22 20.67C2.81 21.67 3.85 22.25 5 22.25C6.15 22.25 7.19 21.66 7.78 20.68C8.09 20.17 8.25 19.6 8.25 19C8.25 17.21 6.79 15.75 5 15.75Z\" fill=\"\"/>\n<path d=\"M4.42891 20.7401C4.23891 20.7401 4.04891 20.6701 3.89891 20.5201L2.90891 19.5301C2.61891 19.2401 2.61891 18.76 2.90891 18.47C3.19891 18.18 3.67891 18.18 3.96891 18.47L4.44891 18.9501L6.04891 17.47C6.34891 17.19 6.82891 17.2101 7.10891 17.5101C7.38891 17.8101 7.36891 18.2901 7.06891 18.5701L4.93891 20.54C4.7889 20.67 4.60891 20.7401 4.42891 20.7401Z\" fill=\"\"/>\n<path d=\"M6.19004 7.80995C5.95004 7.80995 5.73005 7.69995 5.58005 7.49995C5.41005 7.26995 5.39005 6.96992 5.52005 6.71992C5.69005 6.37992 5.93005 6.04995 6.24005 5.74995L9.49005 2.48994C11.15 0.839941 13.85 0.839941 15.51 2.48994L17.26 4.26997C18 4.99997 18.45 5.97997 18.5 7.01997C18.51 7.24997 18.42 7.46995 18.25 7.61995C18.08 7.76995 17.85 7.83994 17.63 7.79994C17.43 7.76994 17.22 7.75996 17 7.75996H7.00005C6.76005 7.75996 6.53005 7.77995 6.30005 7.80995C6.27005 7.80995 6.23004 7.80995 6.19004 7.80995ZM7.86005 6.24995H16.82C16.69 5.90995 16.48 5.59996 16.2 5.31996L14.44 3.53993C13.37 2.47993 11.62 2.47993 10.54 3.53993L7.86005 6.24995Z\" fill=\"\"/>\n<path d=\"M17.0005 22.75H7.63047C7.31047 22.75 7.03047 22.55 6.92047 22.26C6.81047 21.96 6.90047 21.63 7.14047 21.43C7.38047 21.23 7.60047 20.97 7.76047 20.69C8.08047 20.18 8.24047 19.6 8.24047 19.01C8.24047 17.22 6.78047 15.76 4.99047 15.76C4.06047 15.76 3.17047 16.16 2.55047 16.87C2.34047 17.1 2.01047 17.19 1.72047 17.08C1.43047 16.97 1.23047 16.69 1.23047 16.38V12C1.23047 8.92 3.13047 6.69001 6.08047 6.32001C6.35047 6.28001 6.66047 6.25 6.98047 6.25H16.9805C17.2205 6.25 17.5305 6.26 17.8505 6.31C20.8005 6.65 22.7305 8.89 22.7305 12V17C22.7505 20.44 20.4405 22.75 17.0005 22.75ZM9.18047 21.25H17.0005C19.5805 21.25 21.2505 19.58 21.2505 17V12C21.2505 9.66 19.8805 8.04998 17.6605 7.78998C17.4205 7.74998 17.2105 7.75 17.0005 7.75H7.00047C6.76047 7.75 6.53047 7.76999 6.30047 7.79999C4.10047 8.07999 2.75047 9.68 2.75047 12V14.82C3.43047 14.45 4.21047 14.25 5.00047 14.25C7.62047 14.25 9.75047 16.38 9.75047 19C9.75047 19.79 9.55047 20.57 9.18047 21.25Z\" fill=\"\"/>\n<path d=\"M22 17.25H19C17.48 17.25 16.25 16.02 16.25 14.5C16.25 12.98 17.48 11.75 19 11.75H22C22.41 11.75 22.75 12.09 22.75 12.5C22.75 12.91 22.41 13.25 22 13.25H19C18.31 13.25 17.75 13.81 17.75 14.5C17.75 15.19 18.31 15.75 19 15.75H22C22.41 15.75 22.75 16.09 22.75 16.5C22.75 16.91 22.41 17.25 22 17.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"wallet minus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.5 16.75H9.5C9.09 16.75 8.75 16.41 8.75 16C8.75 15.59 9.09 15.25 9.5 15.25H14.5C14.91 15.25 15.25 15.59 15.25 16C15.25 16.41 14.91 16.75 14.5 16.75Z\" fill=\"\"/>\n<path d=\"M5.1997 10.4599C5.0097 10.4599 4.8197 10.3799 4.6697 10.2399C4.4597 10.0299 4.3897 9.69988 4.5097 9.41988L6.3697 4.97988C6.4097 4.88988 6.4297 4.82988 6.4597 4.77988C7.9397 1.36988 9.8297 0.539877 13.1697 1.81988C13.3597 1.88988 13.5097 2.03988 13.5897 2.22988C13.6697 2.41988 13.6697 2.62988 13.5897 2.81988L10.6597 9.61988C10.5397 9.88988 10.2697 10.0699 9.9697 10.0699H7.1197C6.5497 10.0699 6.0097 10.1799 5.4897 10.3999C5.3997 10.4399 5.2997 10.4599 5.1997 10.4599ZM10.6097 2.74988C9.3697 2.74988 8.6097 3.55988 7.8197 5.39988C7.8097 5.42988 7.7897 5.45988 7.7797 5.48988L6.4697 8.59988C6.6897 8.57988 6.8997 8.56988 7.1197 8.56988H9.4697L11.8797 2.96988C11.4097 2.81988 10.9897 2.74988 10.6097 2.74988Z\" fill=\"\"/>\n<path d=\"M18.2902 10.27C18.2202 10.27 18.1402 10.26 18.0702 10.24C17.7002 10.13 17.2902 10.07 16.8702 10.07H9.97023C9.72023 10.07 9.48023 9.94002 9.34023 9.73002C9.21023 9.52002 9.18023 9.25002 9.28023 9.02002L12.1802 2.29002C12.3302 1.93002 12.7602 1.69002 13.1402 1.81002C13.2602 1.85002 13.3702 1.90002 13.4902 1.95002L15.8502 2.94002C17.2302 3.51002 18.1502 4.11002 18.7502 4.83002C18.8702 4.97002 18.9702 5.12002 19.0602 5.27002C19.1702 5.44002 19.2702 5.65002 19.3402 5.86002C19.3702 5.93002 19.4202 6.06002 19.4502 6.20002C19.7302 7.14002 19.5902 8.31002 18.9902 9.81002C18.8702 10.09 18.5902 10.27 18.2902 10.27ZM11.1102 8.57002H16.8802C17.2002 8.57002 17.5102 8.60002 17.8202 8.65002C18.1002 7.78002 18.1602 7.11002 18.0002 6.57002C17.9802 6.48002 17.9602 6.44002 17.9502 6.40002C17.8902 6.24002 17.8502 6.15002 17.8002 6.07002C17.7302 5.96002 17.6802 5.87002 17.6002 5.78002C17.1702 5.26002 16.4102 4.78002 15.2802 4.32002L13.3002 3.49002L11.1102 8.57002Z\" fill=\"\"/>\n<path d=\"M15.9 22.7498H8.1C7.82 22.7498 7.56 22.7298 7.3 22.6998C3.79 22.4598 1.79 20.4598 1.55 16.9098C1.52 16.6898 1.5 16.4198 1.5 16.1498V14.1998C1.5 11.9498 2.84 9.91982 4.91 9.01982C5.61 8.71982 6.36 8.56982 7.13 8.56982H16.89C17.46 8.56982 18.01 8.64982 18.52 8.80982C20.87 9.51982 22.52 11.7398 22.52 14.1998V16.1498C22.52 16.3698 22.51 16.5798 22.5 16.7798C22.28 20.6898 20 22.7498 15.9 22.7498ZM7.12 10.0698C6.55 10.0698 6.01 10.1798 5.49 10.3998C3.97 11.0598 2.99 12.5498 2.99 14.1998V16.1498C2.99 16.3598 3.01 16.5698 3.03 16.7698C3.22 19.6198 4.62 21.0198 7.43 21.2098C7.68 21.2398 7.88 21.2598 8.09 21.2598H15.89C19.19 21.2598 20.81 19.8098 20.97 16.7098C20.98 16.5298 20.99 16.3498 20.99 16.1498V14.1998C20.99 12.3898 19.78 10.7698 18.06 10.2398C17.69 10.1298 17.28 10.0698 16.86 10.0698H7.12Z\" fill=\"\"/>\n<path d=\"M2.24023 14.9498C1.83023 14.9498 1.49023 14.6098 1.49023 14.1998V11.2698C1.49023 8.1198 3.72023 5.3998 6.80023 4.7998C7.07023 4.7498 7.35023 4.8498 7.53023 5.0598C7.70023 5.2698 7.75023 5.5698 7.64023 5.8198L5.89023 9.9998C5.81023 10.1798 5.67023 10.3198 5.50023 10.3998C3.98023 11.0598 3.00023 12.5498 3.00023 14.1998C2.99023 14.6098 2.66023 14.9498 2.24023 14.9498ZM5.60023 6.8198C4.32023 7.5398 3.39023 8.7998 3.10023 10.2698C3.54023 9.8198 4.05023 9.4398 4.63023 9.1598L5.60023 6.8198Z\" fill=\"\"/>\n<path d=\"M21.7592 14.9498C21.3492 14.9498 21.0092 14.6098 21.0092 14.1998C21.0092 12.3898 19.7992 10.7698 18.0792 10.2398C17.8792 10.1798 17.7092 10.0398 17.6192 9.84978C17.5292 9.65978 17.5192 9.43978 17.5992 9.24978C18.0692 8.07978 18.1892 7.22978 17.9992 6.56978C17.9792 6.47978 17.9592 6.43978 17.9492 6.39978C17.8192 6.10978 17.8892 5.76978 18.1192 5.54978C18.3492 5.32978 18.6992 5.27978 18.9792 5.42978C21.1592 6.56978 22.5092 8.80978 22.5092 11.2698V14.1998C22.5092 14.6098 22.1692 14.9498 21.7592 14.9498ZM19.2492 9.08978C19.8792 9.37978 20.4392 9.78978 20.9092 10.2798C20.7192 9.29978 20.2492 8.40978 19.5592 7.70978C19.5092 8.12978 19.4092 8.58978 19.2492 9.08978Z\" fill=\"\"/>\n</svg>\n</li><li title=\"wallet money \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.1698 22.7501C4.7898 22.7501 2.83984 21.0201 2.83984 18.8901V16.8501C2.83984 16.4401 3.17984 16.1001 3.58984 16.1001C3.99984 16.1001 4.33984 16.4401 4.33984 16.8501C4.33984 18.1001 5.5498 19.0401 7.1698 19.0401C8.7898 19.0401 9.99982 18.1001 9.99982 16.8501C9.99982 16.4401 10.3398 16.1001 10.7498 16.1001C11.1598 16.1001 11.4998 16.4401 11.4998 16.8501V18.8901C11.4998 21.0201 9.5598 22.7501 7.1698 22.7501ZM4.59979 19.8701C5.03979 20.6901 6.0298 21.2501 7.1698 21.2501C8.3098 21.2501 9.29981 20.6801 9.73981 19.8701C9.02981 20.3001 8.1498 20.5501 7.1698 20.5501C6.1898 20.5501 5.30979 20.3001 4.59979 19.8701Z\" fill=\"\"/>\n<path d=\"M7.1698 17.7999C5.5298 17.7999 4.05983 17.0499 3.32983 15.8599C3.00983 15.3399 2.83984 14.7299 2.83984 14.1099C2.83984 13.0599 3.29983 12.0799 4.13983 11.3499C5.75983 9.92992 8.54981 9.92997 10.1798 11.34C11.0198 12.08 11.4898 13.0599 11.4898 14.1099C11.4898 14.7299 11.3198 15.3399 10.9998 15.8599C10.2798 17.0499 8.8098 17.7999 7.1698 17.7999ZM7.1698 11.7499C6.3898 11.7499 5.66982 12.0099 5.12982 12.4799C4.61982 12.9199 4.33984 13.4999 4.33984 14.1099C4.33984 14.4599 4.4298 14.78 4.6098 15.08C5.0698 15.84 6.0498 16.3099 7.1698 16.3099C8.2898 16.3099 9.26979 15.84 9.71979 15.09C9.89979 14.8 9.98981 14.4699 9.98981 14.1199C9.98981 13.5099 9.70983 12.9299 9.19983 12.4799C8.66983 12.0099 7.9498 11.7499 7.1698 11.7499Z\" fill=\"\"/>\n<path d=\"M7.1698 20.55C4.6998 20.55 2.83984 18.96 2.83984 16.86V14.11C2.83984 11.98 4.7798 10.25 7.1698 10.25C8.2998 10.25 9.37982 10.64 10.1898 11.34C11.0298 12.08 11.4998 13.06 11.4998 14.11V16.86C11.4998 18.96 9.6398 20.55 7.1698 20.55ZM7.1698 11.75C5.6098 11.75 4.33984 12.81 4.33984 14.11V16.86C4.33984 18.11 5.5498 19.05 7.1698 19.05C8.7898 19.05 9.99982 18.11 9.99982 16.86V14.11C9.99982 13.5 9.71984 12.92 9.20984 12.47C8.66984 12.01 7.9498 11.75 7.1698 11.75Z\" fill=\"\"/>\n<path d=\"M19.0399 14.8002C17.5299 14.8002 16.2499 13.6802 16.1299 12.2402C16.0499 11.4102 16.3499 10.6002 16.9499 10.0102C17.4499 9.49019 18.1599 9.2002 18.9099 9.2002H20.9999C21.9899 9.2302 22.7499 10.0102 22.7499 10.9702V13.0302C22.7499 13.9902 21.9899 14.7702 21.0299 14.8002H19.0399ZM20.9699 10.7002H18.9199C18.5699 10.7002 18.2499 10.8302 18.0199 11.0702C17.7299 11.3502 17.5899 11.7302 17.6299 12.1102C17.6799 12.7702 18.3199 13.3002 19.0399 13.3002H20.9999C21.1299 13.3002 21.2499 13.1802 21.2499 13.0302V10.9702C21.2499 10.8202 21.1299 10.7102 20.9699 10.7002Z\" fill=\"\"/>\n<path d=\"M16.0002 21.25H13.5002C13.0902 21.25 12.7502 20.91 12.7502 20.5C12.7502 20.09 13.0902 19.75 13.5002 19.75H16.0002C18.5802 19.75 20.2502 18.08 20.2502 15.5V14.8H19.0402C17.5302 14.8 16.2502 13.68 16.1302 12.24C16.0502 11.41 16.3503 10.6 16.9503 10.01C17.4503 9.49001 18.1602 9.20001 18.9102 9.20001H20.2402V8.5C20.2402 6.16 18.8703 4.54998 16.6503 4.28998C16.4103 4.24998 16.2002 4.25 15.9902 4.25H6.99023C6.75023 4.25 6.52022 4.26999 6.29022 4.29999C4.09022 4.57999 2.74023 6.18 2.74023 8.5V10.5C2.74023 10.91 2.40023 11.25 1.99023 11.25C1.58023 11.25 1.24023 10.91 1.24023 10.5V8.5C1.24023 5.42 3.14027 3.19001 6.09027 2.82001C6.36027 2.78001 6.67023 2.75 6.99023 2.75H15.9902C16.2302 2.75 16.5402 2.76 16.8602 2.81C19.8102 3.15 21.7402 5.39 21.7402 8.5V9.95001C21.7402 10.36 21.4002 10.7 20.9902 10.7H18.9102C18.5602 10.7 18.2403 10.83 18.0103 11.07C17.7203 11.35 17.5802 11.73 17.6202 12.11C17.6702 12.77 18.3103 13.3 19.0303 13.3H21.0002C21.4102 13.3 21.7502 13.64 21.7502 14.05V15.5C21.7502 18.94 19.4402 21.25 16.0002 21.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"wallet remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.0005 22.75H7.63049C7.31049 22.75 7.03047 22.55 6.92047 22.26C6.81047 21.97 6.9005 21.63 7.1405 21.43C7.3805 21.23 7.6005 20.97 7.7605 20.69C8.0805 20.18 8.24048 19.6 8.24048 19.01C8.24048 17.22 6.78048 15.76 4.99048 15.76C4.06048 15.76 3.17048 16.16 2.55048 16.87C2.34048 17.1 2.01046 17.19 1.72046 17.08C1.43046 16.97 1.23047 16.69 1.23047 16.38V12C1.23047 8.92 3.13051 6.69001 6.08051 6.32001C6.35051 6.28001 6.66047 6.25 6.98047 6.25H16.9805C17.2205 6.25 17.5305 6.26 17.8505 6.31C20.8005 6.65 22.7305 8.89 22.7305 12V17C22.7505 20.44 20.4405 22.75 17.0005 22.75ZM9.18048 21.25H17.0005C19.5805 21.25 21.2505 19.58 21.2505 17V12C21.2505 9.66 19.8805 8.04998 17.6605 7.78998C17.4205 7.74998 17.2105 7.75 17.0005 7.75H7.00049C6.76049 7.75 6.53048 7.76999 6.30048 7.79999C4.10048 8.07999 2.75049 9.68 2.75049 12V14.82C3.43049 14.45 4.21049 14.25 5.00049 14.25C7.62049 14.25 9.75049 16.38 9.75049 19C9.75049 19.79 9.55048 20.57 9.18048 21.25Z\" fill=\"\"/>\n<path d=\"M6.19003 7.80995C5.95003 7.80995 5.73005 7.69995 5.58005 7.49995C5.41005 7.26995 5.39005 6.96992 5.52005 6.71992C5.69005 6.37992 5.93002 6.04995 6.24002 5.74995L9.49002 2.48994C11.15 0.839941 13.85 0.839941 15.51 2.48994L17.26 4.26997C18 4.99997 18.45 5.97997 18.5 7.01997C18.51 7.24997 18.42 7.46995 18.25 7.61995C18.08 7.76995 17.85 7.83994 17.63 7.79994C17.43 7.76994 17.22 7.75996 17 7.75996H7.00003C6.76003 7.75996 6.53002 7.77995 6.30002 7.80995C6.27002 7.80995 6.23003 7.80995 6.19003 7.80995ZM7.86001 6.24995H16.82C16.69 5.90995 16.48 5.59996 16.2 5.31996L14.44 3.53993C13.37 2.47993 11.62 2.47993 10.54 3.53993L7.86001 6.24995Z\" fill=\"\"/>\n<path d=\"M22 17.25H19C17.48 17.25 16.25 16.02 16.25 14.5C16.25 12.98 17.48 11.75 19 11.75H22C22.41 11.75 22.75 12.09 22.75 12.5C22.75 12.91 22.41 13.25 22 13.25H19C18.31 13.25 17.75 13.81 17.75 14.5C17.75 15.19 18.31 15.75 19 15.75H22C22.41 15.75 22.75 16.09 22.75 16.5C22.75 16.91 22.41 17.25 22 17.25Z\" fill=\"\"/>\n<path d=\"M5 23.75C3.34 23.75 1.78 22.87 0.940002 21.44C0.490002 20.72 0.25 19.87 0.25 19C0.25 17.85 0.670002 16.74 1.44 15.87C2.34 14.84 3.64 14.25 5 14.25C7.62 14.25 9.75 16.38 9.75 19C9.75 19.87 9.51 20.72 9.06 21.45C8.81 21.87 8.48999 22.25 8.10999 22.57C7.27999 23.33 6.17 23.75 5 23.75ZM5 15.75C4.07 15.75 3.18 16.15 2.56 16.86C2.04 17.46 1.75 18.22 1.75 19C1.75 19.59 1.90997 20.17 2.21997 20.67C2.79997 21.65 3.87 22.25 5 22.25C5.79 22.25 6.55 21.96 7.13 21.44C7.39001 21.22 7.61002 20.96 7.77002 20.68C8.09002 20.17 8.25 19.59 8.25 19C8.25 17.21 6.79 15.75 5 15.75Z\" fill=\"\"/>\n<path d=\"M6.07041 20.7901C5.88041 20.7901 5.69038 20.7201 5.54038 20.5701L3.43039 18.4601C3.14039 18.1701 3.14039 17.6901 3.43039 17.4001C3.72039 17.1101 4.20039 17.1101 4.49039 17.4001L6.60037 19.5101C6.89037 19.8001 6.89037 20.2801 6.60037 20.5701C6.45037 20.7201 6.26041 20.7901 6.07041 20.7901Z\" fill=\"\"/>\n<path d=\"M3.93106 20.8199C3.74106 20.8199 3.55109 20.7499 3.40109 20.5999C3.11109 20.3099 3.11109 19.8299 3.40109 19.5399L5.51108 17.4299C5.80108 17.1399 6.28108 17.1399 6.57108 17.4299C6.86108 17.7199 6.86108 18.1999 6.57108 18.4899L4.46109 20.5999C4.31109 20.7499 4.12106 20.8199 3.93106 20.8199Z\" fill=\"\"/>\n</svg>\n</li><li title=\"wallet search \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 22.75H12C11.59 22.75 11.25 22.41 11.25 22C11.25 21.59 11.59 21.25 12 21.25H17C19.58 21.25 21.25 19.58 21.25 17V12C21.25 9.71 19.83 8 17.71 7.75H17H7C6.72 7.75 6.62 7.75 6.44 7.81C6.39 7.83 6.34 7.84003 6.29 7.84003C4.08 8.10003 2.75 9.65 2.75 12V13C2.75 13.41 2.41 13.75 2 13.75C1.59 13.75 1.25 13.41 1.25 13V12C1.25 8.94 3.13 6.72999 6.04 6.35999C6.42 6.24999 6.7 6.25 7 6.25H17.8C20.8 6.6 22.75 8.91 22.75 12V17C22.75 20.44 20.44 22.75 17 22.75Z\" fill=\"\"/>\n<path d=\"M6.19983 7.84996C5.99983 7.84996 5.80984 7.76999 5.66984 7.62999C5.46984 7.42999 5.39984 7.12997 5.48984 6.85997C5.64984 6.38997 5.93983 6.10001 6.26983 5.77001L9.45984 2.47997C11.1098 0.829969 13.8898 0.829959 15.5298 2.46996L17.3298 4.27001C17.9898 4.93001 18.4098 5.83996 18.5398 6.90996C18.5698 7.11996 18.4998 7.33999 18.3598 7.49999C18.2198 7.65999 18.0098 7.74999 17.7998 7.74999H6.99984C6.71984 7.74999 6.61984 7.74999 6.43984 7.80999C6.35984 7.83999 6.27983 7.84996 6.19983 7.84996ZM7.88984 6.24999H16.8498C16.7298 5.92999 16.5398 5.61001 16.2698 5.33001L14.4698 3.53002C13.3998 2.46002 11.5998 2.46002 10.5298 3.53002L7.88984 6.24999Z\" fill=\"\"/>\n<path d=\"M22 17.25H19C17.48 17.25 16.25 16.02 16.25 14.5C16.25 12.98 17.48 11.75 19 11.75H22C22.41 11.75 22.75 12.09 22.75 12.5C22.75 12.91 22.41 13.25 22 13.25H19C18.31 13.25 17.75 13.81 17.75 14.5C17.75 15.19 18.31 15.75 19 15.75H22C22.41 15.75 22.75 16.09 22.75 16.5C22.75 16.91 22.41 17.25 22 17.25Z\" fill=\"\"/>\n<path d=\"M5.79961 22.15C3.61961 22.15 1.84961 20.38 1.84961 18.2C1.84961 16.02 3.61961 14.25 5.79961 14.25C7.97961 14.25 9.74961 16.02 9.74961 18.2C9.74961 20.38 7.97961 22.15 5.79961 22.15ZM5.79961 15.75C4.44961 15.75 3.34961 16.85 3.34961 18.2C3.34961 19.55 4.44961 20.65 5.79961 20.65C7.14961 20.65 8.24961 19.55 8.24961 18.2C8.24961 16.85 7.14961 15.75 5.79961 15.75Z\" fill=\"\"/>\n<path d=\"M1.99945 22.75C1.80945 22.75 1.61945 22.68 1.46945 22.53C1.17945 22.24 1.17945 21.7599 1.46945 21.4699L2.46945 20.4699C2.75945 20.1799 3.23945 20.1799 3.52945 20.4699C3.81945 20.7599 3.81945 21.24 3.52945 21.53L2.52945 22.53C2.37945 22.68 2.18945 22.75 1.99945 22.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"wallet \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.1997 10.4599C5.0097 10.4599 4.8097 10.3799 4.6697 10.2399C4.4597 10.0199 4.3897 9.69988 4.5097 9.41988L6.3697 4.97988C6.4097 4.88988 6.4297 4.82988 6.4597 4.77988C7.9397 1.36988 9.8297 0.539877 13.1697 1.81988C13.3597 1.88988 13.5097 2.03988 13.5897 2.22988C13.6697 2.41988 13.6697 2.62988 13.5897 2.81988L10.6597 9.61988C10.5397 9.89988 10.2697 10.0699 9.9697 10.0699H7.1197C6.5497 10.0699 6.0097 10.1799 5.4897 10.3999C5.3997 10.4399 5.2997 10.4599 5.1997 10.4599ZM10.6097 2.74988C9.3697 2.74988 8.6097 3.55988 7.8197 5.39988C7.8097 5.42988 7.7897 5.45988 7.7797 5.48988L6.4697 8.59988C6.6897 8.57988 6.8997 8.56988 7.1197 8.56988H9.4697L11.8797 2.96988C11.4097 2.81988 10.9897 2.74988 10.6097 2.74988Z\" fill=\"\"/>\n<path d=\"M18.2902 10.2702C18.2202 10.2702 18.1402 10.2602 18.0702 10.2402C17.6902 10.1302 17.2902 10.0702 16.8702 10.0702H9.97023C9.72023 10.0702 9.48023 9.94024 9.34023 9.73024C9.21023 9.52024 9.18023 9.25024 9.28023 9.02024L12.1802 2.29024C12.3302 1.93024 12.7702 1.68024 13.1402 1.81024C13.2602 1.85024 13.3702 1.90024 13.4902 1.95024L15.8502 2.94024C17.2302 3.51024 18.1502 4.11024 18.7502 4.83024C18.8702 4.97024 18.9702 5.12024 19.0702 5.28024C19.1802 5.45024 19.2802 5.65024 19.3502 5.86024C19.3802 5.93024 19.4302 6.06024 19.4602 6.20024C19.7402 7.15024 19.6002 8.31024 19.0002 9.81024C18.8702 10.0902 18.5902 10.2702 18.2902 10.2702ZM11.1102 8.57024H16.8802C17.2002 8.57024 17.5102 8.60024 17.8202 8.65024C18.1002 7.78024 18.1602 7.11024 18.0002 6.57024C17.9802 6.48024 17.9602 6.44024 17.9502 6.40024C17.8902 6.24024 17.8502 6.15024 17.8002 6.07024C17.7302 5.96024 17.6802 5.87024 17.6002 5.78024C17.1702 5.26024 16.4102 4.78024 15.2702 4.31024L13.3002 3.49024L11.1102 8.57024Z\" fill=\"\"/>\n<path d=\"M15.9 22.7498H8.1C7.82 22.7498 7.56 22.7298 7.3 22.6998C3.79 22.4698 1.79 20.4598 1.55 16.9098C1.52 16.6898 1.5 16.4198 1.5 16.1498V14.1998C1.5 11.9498 2.84 9.91982 4.91 9.01982C5.62 8.71982 6.36 8.56982 7.13 8.56982H16.89C17.46 8.56982 18.01 8.64982 18.52 8.80982C20.87 9.51982 22.52 11.7398 22.52 14.1998V16.1498C22.52 16.3698 22.51 16.5798 22.5 16.7798C22.28 20.6898 20 22.7498 15.9 22.7498ZM7.12 10.0698C6.55 10.0698 6.01 10.1798 5.49 10.3998C3.97 11.0598 2.99 12.5498 2.99 14.1998V16.1498C2.99 16.3598 3.01 16.5698 3.03 16.7698C3.22 19.6198 4.62 21.0198 7.43 21.2098C7.68 21.2398 7.88 21.2598 8.09 21.2598H15.89C19.19 21.2598 20.81 19.8098 20.97 16.7098C20.98 16.5298 20.99 16.3498 20.99 16.1498V14.1998C20.99 12.3898 19.78 10.7698 18.06 10.2398C17.68 10.1298 17.28 10.0698 16.86 10.0698H7.12Z\" fill=\"\"/>\n<path d=\"M2.24023 14.9498C1.83023 14.9498 1.49023 14.6098 1.49023 14.1998V11.2698C1.49023 8.1198 3.72023 5.3998 6.80023 4.7998C7.07023 4.7498 7.35023 4.8498 7.53023 5.0598C7.70023 5.2698 7.75023 5.5698 7.64023 5.8198L5.89023 9.9998C5.81023 10.1798 5.67023 10.3198 5.50023 10.3998C3.98023 11.0598 3.00023 12.5498 3.00023 14.1998C2.99023 14.6098 2.66023 14.9498 2.24023 14.9498ZM5.60023 6.8198C4.32023 7.5398 3.39023 8.7998 3.10023 10.2698C3.54023 9.8198 4.05023 9.4398 4.63023 9.1598L5.60023 6.8198Z\" fill=\"\"/>\n<path d=\"M21.7592 14.9498C21.3492 14.9498 21.0092 14.6098 21.0092 14.1998C21.0092 12.3898 19.7992 10.7698 18.0792 10.2398C17.8792 10.1798 17.7092 10.0398 17.6192 9.84978C17.5292 9.65978 17.5192 9.43978 17.5992 9.24978C18.0692 8.07978 18.1892 7.22978 17.9992 6.56978C17.9792 6.47978 17.9592 6.43978 17.9492 6.39978C17.8192 6.10978 17.8892 5.76978 18.1192 5.54978C18.3492 5.32978 18.6992 5.27978 18.9792 5.42978C21.1592 6.56978 22.5092 8.80978 22.5092 11.2698V14.1998C22.5092 14.6098 22.1692 14.9498 21.7592 14.9498ZM19.2492 9.08978C19.8792 9.37978 20.4392 9.78978 20.9092 10.2798C20.7192 9.29978 20.2492 8.40978 19.5592 7.70978C19.5092 8.12978 19.4092 8.58978 19.2492 9.08978Z\" fill=\"\"/>\n</svg>\n</li><li title=\"warning 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 13.75C11.59 13.75 11.25 13.41 11.25 13V7.75C11.25 7.34 11.59 7 12 7C12.41 7 12.75 7.34 12.75 7.75V13C12.75 13.41 12.41 13.75 12 13.75Z\" fill=\"\"/>\n<path d=\"M12 17.25C11.73 17.25 11.48 17.15 11.29 16.96C11.2 16.86 11.13 16.75 11.07 16.63C11.02 16.51 11 16.38 11 16.25C11 15.99 11.11 15.73 11.29 15.54C11.66 15.17 12.34 15.17 12.71 15.54C12.89 15.73 13 15.99 13 16.25C13 16.38 12.97 16.51 12.92 16.63C12.87 16.75 12.8 16.86 12.71 16.96C12.52 17.15 12.27 17.25 12 17.25Z\" fill=\"\"/>\n<path d=\"M12.0002 22.7501C11.3302 22.7501 10.6502 22.5801 10.0502 22.2301L4.11017 18.8001C2.91017 18.1001 2.16016 16.8101 2.16016 15.4201V8.58011C2.16016 7.19011 2.91017 5.90011 4.11017 5.20011L10.0502 1.77012C11.2502 1.07012 12.7402 1.07012 13.9502 1.77012L19.8902 5.20011C21.0902 5.90011 21.8402 7.19011 21.8402 8.58011V15.4201C21.8402 16.8101 21.0902 18.1001 19.8902 18.8001L13.9502 22.2301C13.3502 22.5801 12.6702 22.7501 12.0002 22.7501ZM12.0002 2.7501C11.5902 2.7501 11.1702 2.8601 10.8002 3.0701L4.86017 6.5001C4.12017 6.9301 3.66016 7.72011 3.66016 8.58011V15.4201C3.66016 16.2701 4.12017 17.0701 4.86017 17.5001L10.8002 20.9301C11.5402 21.3601 12.4602 21.3601 13.1902 20.9301L19.1302 17.5001C19.8702 17.0701 20.3302 16.2801 20.3302 15.4201V8.58011C20.3302 7.73011 19.8702 6.9301 19.1302 6.5001L13.1902 3.0701C12.8302 2.8601 12.4102 2.7501 12.0002 2.7501Z\" fill=\"\"/>\n</svg>\n</li><li title=\"watch status \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.5 19.75H8.5C5.76 19.75 4.25 18.24 4.25 15.5V8.5C4.25 5.76 5.76 4.25 8.5 4.25H15.5C18.24 4.25 19.75 5.76 19.75 8.5V15.5C19.75 18.24 18.24 19.75 15.5 19.75ZM8.5 5.75C6.57 5.75 5.75 6.57 5.75 8.5V15.5C5.75 17.43 6.57 18.25 8.5 18.25H15.5C17.43 18.25 18.25 17.43 18.25 15.5V8.5C18.25 6.57 17.43 5.75 15.5 5.75H8.5Z\" fill=\"\"/>\n<path d=\"M16 2.75H8C7.59 2.75 7.25 2.41 7.25 2C7.25 1.59 7.59 1.25 8 1.25H16C16.41 1.25 16.75 1.59 16.75 2C16.75 2.41 16.41 2.75 16 2.75Z\" fill=\"\"/>\n<path d=\"M16 22.75H8C7.59 22.75 7.25 22.41 7.25 22C7.25 21.59 7.59 21.25 8 21.25H16C16.41 21.25 16.75 21.59 16.75 22C16.75 22.41 16.41 22.75 16 22.75Z\" fill=\"\"/>\n<path d=\"M12 14.75C11.59 14.75 11.25 14.41 11.25 14V10C11.25 9.59 11.59 9.25 12 9.25C12.41 9.25 12.75 9.59 12.75 10V14C12.75 14.42 12.41 14.75 12 14.75Z\" fill=\"\"/>\n<path d=\"M15 14.75C14.59 14.75 14.25 14.41 14.25 14V12C14.25 11.59 14.59 11.25 15 11.25C15.41 11.25 15.75 11.59 15.75 12V14C15.75 14.42 15.42 14.75 15 14.75Z\" fill=\"\"/>\n<path d=\"M9 14.75C8.59 14.75 8.25 14.41 8.25 14V13C8.25 12.59 8.59 12.25 9 12.25C9.41 12.25 9.75 12.59 9.75 13V14C9.75 14.42 9.41 14.75 9 14.75Z\" fill=\"\"/>\n</svg>\n</li><li title=\"watch \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.5 19.75H8.5C5.76 19.75 4.25 18.24 4.25 15.5V8.5C4.25 5.76 5.76 4.25 8.5 4.25H15.5C18.24 4.25 19.75 5.76 19.75 8.5V15.5C19.75 18.24 18.24 19.75 15.5 19.75ZM8.5 5.75C6.57 5.75 5.75 6.57 5.75 8.5V15.5C5.75 17.43 6.57 18.25 8.5 18.25H15.5C17.43 18.25 18.25 17.43 18.25 15.5V8.5C18.25 6.57 17.43 5.75 15.5 5.75H8.5Z\" fill=\"\"/>\n<path d=\"M16 2.75H8C7.59 2.75 7.25 2.41 7.25 2C7.25 1.59 7.59 1.25 8 1.25H16C16.41 1.25 16.75 1.59 16.75 2C16.75 2.41 16.41 2.75 16 2.75Z\" fill=\"\"/>\n<path d=\"M16 22.75H8C7.59 22.75 7.25 22.41 7.25 22C7.25 21.59 7.59 21.25 8 21.25H16C16.41 21.25 16.75 21.59 16.75 22C16.75 22.41 16.41 22.75 16 22.75Z\" fill=\"\"/>\n<path d=\"M14.5 13.25H11.5C11.09 13.25 10.75 12.91 10.75 12.5V9.5C10.75 9.09 11.09 8.75 11.5 8.75C11.91 8.75 12.25 9.09 12.25 9.5V11.75H14.5C14.91 11.75 15.25 12.09 15.25 12.5C15.25 12.91 14.91 13.25 14.5 13.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"weight 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.1797 18.75C15.4697 18.75 13.4297 18.1 13.4297 15V9C13.4297 5.9 15.4697 5.25 17.1797 5.25C18.8897 5.25 20.9297 5.9 20.9297 9V15C20.9297 18.1 18.8897 18.75 17.1797 18.75ZM17.1797 6.75C15.5597 6.75 14.9297 7.38 14.9297 9V15C14.9297 16.62 15.5597 17.25 17.1797 17.25C18.7997 17.25 19.4297 16.62 19.4297 15V9C19.4297 7.38 18.7997 6.75 17.1797 6.75Z\" fill=\"\"/>\n<path d=\"M6.82031 18.75C5.11031 18.75 3.07031 18.1 3.07031 15V9C3.07031 5.9 5.11031 5.25 6.82031 5.25C8.53031 5.25 10.5703 5.9 10.5703 9V15C10.5703 18.1 8.53031 18.75 6.82031 18.75ZM6.82031 6.75C5.20031 6.75 4.57031 7.38 4.57031 9V15C4.57031 16.62 5.20031 17.25 6.82031 17.25C8.44031 17.25 9.07031 16.62 9.07031 15V9C9.07031 7.38 8.44031 6.75 6.82031 6.75Z\" fill=\"\"/>\n<path d=\"M14.1803 12.75H9.82031C9.41031 12.75 9.07031 12.41 9.07031 12C9.07031 11.59 9.41031 11.25 9.82031 11.25H14.1803C14.5903 11.25 14.9303 11.59 14.9303 12C14.9303 12.41 14.6003 12.75 14.1803 12.75Z\" fill=\"\"/>\n<path d=\"M22.5 15.25C22.09 15.25 21.75 14.91 21.75 14.5V9.5C21.75 9.09 22.09 8.75 22.5 8.75C22.91 8.75 23.25 9.09 23.25 9.5V14.5C23.25 14.91 22.91 15.25 22.5 15.25Z\" fill=\"\"/>\n<path d=\"M1.5 15.25C1.09 15.25 0.75 14.91 0.75 14.5V9.5C0.75 9.09 1.09 8.75 1.5 8.75C1.91 8.75 2.25 9.09 2.25 9.5V14.5C2.25 14.91 1.91 15.25 1.5 15.25Z\" fill=\"\"/>\n</svg>\n</li><li title=\"weight \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14 22.75H10C4.57 22.75 2.25 20.43 2.25 15V9C2.25 3.57 4.57 1.25 10 1.25H14C19.43 1.25 21.75 3.57 21.75 9V15C21.75 20.43 19.43 22.75 14 22.75ZM10 2.75C5.39 2.75 3.75 4.39 3.75 9V15C3.75 19.61 5.39 21.25 10 21.25H14C18.61 21.25 20.25 19.61 20.25 15V9C20.25 4.39 18.61 2.75 14 2.75H10Z\" fill=\"\"/>\n<path d=\"M15.0696 12.5401C14.8896 12.5401 14.7096 12.4701 14.5696 12.3501C13.1096 11.0501 10.8896 11.0501 9.42963 12.3501C9.26963 12.5001 9.04962 12.5601 8.81962 12.5301C8.59962 12.5001 8.40962 12.3701 8.28962 12.1801L6.10963 8.6801C5.91963 8.3701 5.97962 7.9701 6.24962 7.7201C9.52962 4.8101 14.4696 4.8101 17.7496 7.7201C18.0196 7.9601 18.0796 8.3701 17.8896 8.6801L15.7096 12.1801C15.5896 12.3701 15.3996 12.4901 15.1796 12.5301C15.1396 12.5301 15.0996 12.5401 15.0696 12.5401ZM11.9996 9.8701C12.9996 9.8701 13.9896 10.1501 14.8596 10.7001L16.2596 8.4501C13.7296 6.5701 10.2596 6.5701 7.72962 8.4501L9.12963 10.7001C10.0096 10.1401 10.9996 9.8701 11.9996 9.8701Z\" fill=\"\"/>\n</svg>\n</li><li title=\"wifi square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.0005 10.7099C17.8405 10.7099 17.6805 10.6599 17.5405 10.5499C14.1705 7.94992 9.82051 7.94992 6.46051 10.5499C6.13051 10.7999 5.66052 10.7399 5.41052 10.4199C5.16052 10.0899 5.22052 9.61991 5.54052 9.36991C9.46052 6.33991 14.5305 6.33991 18.4605 9.36991C18.7905 9.61991 18.8505 10.0899 18.5905 10.4199C18.4505 10.6099 18.2205 10.7099 18.0005 10.7099Z\" fill=\"\"/>\n<path d=\"M16.4004 13.8C16.2404 13.8 16.0804 13.75 15.9404 13.64C13.5404 11.79 10.4504 11.79 8.05037 13.64C7.72037 13.89 7.25036 13.83 7.00036 13.51C6.75036 13.18 6.81036 12.71 7.13036 12.46C10.0804 10.18 13.9004 10.18 16.8504 12.46C17.1804 12.71 17.2404 13.18 16.9804 13.51C16.8504 13.7 16.6304 13.8 16.4004 13.8Z\" fill=\"\"/>\n<path d=\"M14.1996 16.8899C14.0396 16.8899 13.8796 16.8399 13.7396 16.7299C12.6796 15.9099 11.3096 15.9099 10.2496 16.7299C9.91958 16.9799 9.44958 16.9199 9.19958 16.5999C8.94958 16.2699 9.00958 15.7999 9.32958 15.5499C10.9196 14.3199 13.0596 14.3199 14.6496 15.5499C14.9796 15.7999 15.0396 16.2699 14.7796 16.5999C14.6496 16.7899 14.4296 16.8899 14.1996 16.8899Z\" fill=\"\"/>\n<path d=\"M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z\" fill=\"\"/>\n</svg>\n</li><li title=\"wifi \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.0909 12.5899C18.9309 12.5899 18.7709 12.5399 18.6309 12.4299C14.6009 9.3199 9.39091 9.3199 5.36091 12.4299C5.03091 12.6799 4.56091 12.6199 4.31091 12.2999C4.06091 11.9699 4.12091 11.4999 4.44091 11.2499C9.03091 7.6999 14.9609 7.6999 19.5409 11.2499C19.8709 11.4999 19.9309 11.9699 19.6709 12.2999C19.5409 12.4899 19.3209 12.5899 19.0909 12.5899Z\" fill=\"\"/>\n<path d=\"M22.0005 9.1099C21.8405 9.1099 21.6805 9.05993 21.5405 8.94993C15.7405 4.46993 8.25052 4.46993 2.46053 8.94993C2.13053 9.19993 1.66052 9.13992 1.41052 8.81992C1.16052 8.48992 1.22051 8.0199 1.54051 7.7699C7.89051 2.8599 16.1005 2.8599 22.4605 7.7699C22.7905 8.0199 22.8505 8.48992 22.5905 8.81992C22.4505 9.00992 22.2205 9.1099 22.0005 9.1099Z\" fill=\"\"/>\n<path d=\"M17.2096 16.24C17.0496 16.24 16.8896 16.19 16.7496 16.08C13.8696 13.85 10.1396 13.85 7.24958 16.08C6.91958 16.33 6.44958 16.27 6.19958 15.95C5.94958 15.62 6.00958 15.15 6.32958 14.9C9.76958 12.24 14.2196 12.24 17.6596 14.9C17.9896 15.15 18.0496 15.62 17.7896 15.95C17.6496 16.14 17.4296 16.24 17.2096 16.24Z\" fill=\"\"/>\n<path d=\"M14.5992 19.9C14.4392 19.9 14.2792 19.85 14.1392 19.74C12.8392 18.73 11.1492 18.73 9.8492 19.74C9.5192 19.99 9.04919 19.93 8.79919 19.61C8.54919 19.28 8.60918 18.81 8.92918 18.56C10.7892 17.12 13.1892 17.12 15.0492 18.56C15.3792 18.81 15.4392 19.28 15.1792 19.61C15.0492 19.79 14.8292 19.9 14.5992 19.9Z\" fill=\"\"/>\n</svg>\n</li><li title=\"wind 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.9999 13.85C21.8699 13.85 21.7399 13.82 21.6199 13.74L19.1199 12.24C17.8199 11.46 16.1999 11.46 14.8899 12.24C13.1099 13.31 10.8999 13.31 9.11989 12.24C7.81989 11.46 6.19991 11.46 4.88991 12.24L2.38991 13.74C2.02991 13.95 1.56988 13.84 1.35988 13.48C1.14988 13.12 1.25989 12.66 1.61989 12.45L4.11989 10.95C5.89989 9.87996 8.10991 9.87996 9.88991 10.95C11.1899 11.73 12.8099 11.73 14.1199 10.95C15.8999 9.87996 18.1099 9.87996 19.8899 10.95L22.3899 12.45C22.7499 12.66 22.8599 13.12 22.6499 13.48C22.4999 13.72 22.2499 13.85 21.9999 13.85Z\" fill=\"\"/>\n<path d=\"M7.00012 6.85003C6.00012 6.85003 5.0001 6.58003 4.1101 6.05003L1.6101 4.55003C1.2501 4.34003 1.14012 3.88003 1.35012 3.52003C1.56012 3.17003 2.02012 3.05003 2.38012 3.26003L4.88012 4.76003C6.18012 5.54003 7.8001 5.54003 9.1101 4.76003C10.8901 3.69003 13.1001 3.69003 14.8801 4.76003C16.1801 5.54003 17.8001 5.54003 19.1101 4.76003L21.6101 3.26003C21.9701 3.05003 22.4301 3.16003 22.6401 3.52003C22.8501 3.87003 22.7401 4.34003 22.3801 4.55003L19.8801 6.05003C18.1001 7.12003 15.8901 7.12003 14.1101 6.05003C12.8101 5.27003 11.1901 5.27003 9.88012 6.05003C9.00012 6.58003 8.00012 6.85003 7.00012 6.85003Z\" fill=\"\"/>\n<path d=\"M21.9999 20.85C21.8699 20.85 21.7399 20.82 21.6199 20.74L19.1199 19.24C17.8199 18.46 16.1999 18.46 14.8899 19.24C13.1099 20.31 10.8999 20.31 9.11989 19.24C7.81989 18.46 6.19991 18.46 4.88991 19.24L2.38991 20.74C2.02991 20.95 1.56988 20.84 1.35988 20.48C1.14988 20.12 1.25989 19.66 1.61989 19.45L4.11989 17.95C5.89989 16.88 8.10991 16.88 9.88991 17.95C11.1899 18.73 12.8099 18.73 14.1199 17.95C15.8999 16.88 18.1099 16.88 19.8899 17.95L22.3899 19.45C22.7499 19.66 22.8599 20.12 22.6499 20.48C22.4999 20.72 22.2499 20.85 21.9999 20.85Z\" fill=\"\"/>\n</svg>\n</li><li title=\"wind \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.5 22.75C16.16 22.75 14.25 20.84 14.25 18.5V18C14.25 17.59 14.59 17.25 15 17.25C15.41 17.25 15.75 17.59 15.75 18V18.5C15.75 20.02 16.98 21.25 18.5 21.25C20.02 21.25 21.25 20.02 21.25 18.5C21.25 16.98 20.02 15.75 18.5 15.75H2C1.59 15.75 1.25 15.41 1.25 15C1.25 14.59 1.59 14.25 2 14.25H18.5C20.84 14.25 22.75 16.16 22.75 18.5C22.75 20.84 20.84 22.75 18.5 22.75Z\" fill=\"\"/>\n<path d=\"M18.5 12.75H2C1.59 12.75 1.25 12.41 1.25 12C1.25 11.59 1.59 11.25 2 11.25H18.5C20.02 11.25 21.25 10.02 21.25 8.5C21.25 6.98 20.02 5.75 18.5 5.75C16.98 5.75 15.75 6.98 15.75 8.5V9C15.75 9.41 15.41 9.75 15 9.75C14.59 9.75 14.25 9.41 14.25 9V8.5C14.25 6.16 16.16 4.25 18.5 4.25C20.84 4.25 22.75 6.16 22.75 8.5C22.75 10.84 20.84 12.75 18.5 12.75Z\" fill=\"\"/>\n<path d=\"M9.31 9.75012H2C1.59 9.75012 1.25 9.41012 1.25 9.00012C1.25 8.59012 1.59 8.25012 2 8.25012H9.31C10.38 8.25012 11.25 7.38012 11.25 6.31012C11.25 5.24012 10.38 4.37012 9.31 4.37012C8.24 4.37012 7.37 5.24012 7.37 6.31012V6.69012C7.37 7.10012 7.02999 7.44012 6.62 7.44012C6.21 7.44012 5.87 7.10012 5.87 6.69012V6.31012C5.87 4.41012 7.41 2.87012 9.31 2.87012C11.21 2.87012 12.75 4.41012 12.75 6.31012C12.75 8.21012 11.21 9.75012 9.31 9.75012Z\" fill=\"\"/>\n</svg>\n</li><li title=\"woman \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 16.75C7.73 16.75 4.25 13.27 4.25 9C4.25 4.73 7.73 1.25 12 1.25C16.27 1.25 19.75 4.73 19.75 9C19.75 13.27 16.27 16.75 12 16.75ZM12 2.75C8.55 2.75 5.75 5.55 5.75 9C5.75 12.45 8.55 15.25 12 15.25C15.45 15.25 18.25 12.45 18.25 9C18.25 5.55 15.45 2.75 12 2.75Z\" fill=\"\"/>\n<path d=\"M12 22.75C11.59 22.75 11.25 22.41 11.25 22V16C11.25 15.59 11.59 15.25 12 15.25C12.41 15.25 12.75 15.59 12.75 16V22C12.75 22.41 12.41 22.75 12 22.75Z\" fill=\"\"/>\n<path d=\"M15 19.75H9C8.59 19.75 8.25 19.41 8.25 19C8.25 18.59 8.59 18.25 9 18.25H15C15.41 18.25 15.75 18.59 15.75 19C15.75 19.41 15.41 19.75 15 19.75Z\" fill=\"\"/>\n</svg>\n</li><li class='heading'>twotone</li><li title=\"24 support \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18 18.8597H17.24C16.44 18.8597 15.68 19.1697 15.12 19.7297L13.41 21.4198C12.63 22.1898 11.36 22.1898 10.58 21.4198L8.87 19.7297C8.31 19.1697 7.54 18.8597 6.75 18.8597H6C4.34 18.8597 3 17.5298 3 15.8898V4.97974C3 3.33974 4.34 2.00977 6 2.00977H18C19.66 2.00977 21 3.33974 21 4.97974V15.8898C21 17.5198 19.66 18.8597 18 18.8597Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M7 9.15979C7 8.22979 7.76 7.46973 8.69 7.46973C9.62 7.46973 10.38 8.22979 10.38 9.15979C10.38 11.0398 7.71 11.2398 7.12 13.0298C7 13.3998 7.31 13.7698 7.7 13.7698H10.38\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M16.0398 13.7599V8.04991C16.0398 7.78991 15.8698 7.55985 15.6198 7.48985C15.3698 7.41985 15.0998 7.51985 14.9598 7.73985C14.2398 8.89985 13.4598 10.2199 12.7798 11.3799C12.6698 11.5699 12.6698 11.8199 12.7798 12.0099C12.8898 12.1999 13.0998 12.3198 13.3298 12.3198H16.9998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"3d cube scan \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 9V7C2 4 4 2 7 2H17C20 2 22 4 22 7V9\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 15V17C2 20 4 22 7 22H17C20 22 22 20 22 17V15\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M6.69922 9.26025L11.9992 12.3303L17.2592 9.28027\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 17.7703V12.3203\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.7602 6.29006L7.56023 8.07009C6.84023 8.47009 6.24023 9.48008 6.24023 10.3101V13.7001C6.24023 14.5301 6.83023 15.5401 7.56023 15.9401L10.7602 17.7201C11.4402 18.1001 12.5602 18.1001 13.2502 17.7201L16.4502 15.9401C17.1702 15.5401 17.7702 14.5301 17.7702 13.7001V10.3101C17.7702 9.48008 17.1802 8.47009 16.4502 8.07009L13.2502 6.29006C12.5602 5.90006 11.4402 5.90006 10.7602 6.29006Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"3d rotate \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.70117 9.25977L12.0012 12.3298L17.2612 9.27976\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.002 17.7698V12.3198\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.7603 6.28986L7.56024 8.06986C6.84024 8.46986 6.24023 9.47985 6.24023 10.3099V13.6999C6.24023 14.5299 6.83024 15.5399 7.56024 15.9399L10.7603 17.7199C11.4403 18.0999 12.5602 18.0999 13.2502 17.7199L16.4503 15.9399C17.1703 15.5399 17.7702 14.5299 17.7702 13.6999V10.2999C17.7702 9.46986 17.1803 8.45985 16.4503 8.05985L13.2502 6.27985C12.5602 5.89985 11.4403 5.89986 10.7603 6.28986Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M22 15C22 18.87 18.87 22 15 22L16.05 20.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M2 9C2 5.13 5.13 2 9 2L7.95001 3.75\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"3d square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.69922 9.25977L11.9992 12.3298L17.2592 9.27976\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 17.7698V12.3198\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.7603 6.28986L7.56024 8.06986C6.84024 8.46986 6.24023 9.47985 6.24023 10.3099V13.6999C6.24023 14.5299 6.83024 15.5399 7.56024 15.9399L10.7603 17.7199C11.4403 18.0999 12.5602 18.0999 13.2502 17.7199L16.4503 15.9399C17.1703 15.5399 17.7702 14.5299 17.7702 13.6999V10.2999C17.7702 9.46986 17.1803 8.45985 16.4503 8.05985L13.2502 6.27985C12.5602 5.89985 11.4403 5.89986 10.7603 6.28986Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"3dcube \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.92 2.25984L19.43 5.76984C20.19 6.17984 20.19 7.34984 19.43 7.75984L12.92 11.2698C12.34 11.5798 11.66 11.5798 11.08 11.2698L4.57 7.75984C3.81 7.34984 3.81 6.17984 4.57 5.76984L11.08 2.25984C11.66 1.94984 12.34 1.94984 12.92 2.25984Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M3.61 10.1302L9.66 13.1602C10.41 13.5402 10.89 14.3102 10.89 15.1502V20.8702C10.89 21.7002 10.02 22.2302 9.28 21.8602L3.23 18.8302C2.48 18.4502 2 17.6802 2 16.8402V11.1202C2 10.2902 2.87 9.76017 3.61 10.1302Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M20.3894 10.1302L14.3394 13.1602C13.5894 13.5402 13.1094 14.3102 13.1094 15.1502V20.8702C13.1094 21.7002 13.9794 22.2302 14.7194 21.8602L20.7694 18.8302C21.5194 18.4502 21.9994 17.6802 21.9994 16.8402V11.1202C21.9994 10.2902 21.1294 9.76017 20.3894 10.1302Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"3square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12 17V19.38C12 21.25 11.25 22 9.37 22H4.62C2.75 22 2 21.25 2 19.38V14.63C2 12.75 2.75 12 4.62 12H7V14.37C7 16.25 7.75 17 9.62 17H12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 12V14.37C17 16.25 16.25 17 14.37 17H9.62C7.75 17 7 16.25 7 14.37V9.62C7 7.75 7.75 7 9.62 7H12V9.37C12 11.25 12.75 12 14.62 12H17Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 4.62V9.37C22 11.25 21.25 12 19.37 12H14.62C12.75 12 12 11.25 12 9.37V4.62C12 2.75 12.75 2 14.62 2H19.37C21.25 2 22 2.75 22 4.62Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"activity \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.44\" d=\"M7.33008 14.4898L9.71008 11.3998C10.0501 10.9598 10.6801 10.8798 11.1201 11.2198L12.9501 12.6598C13.3901 12.9998 14.0201 12.9198 14.3601 12.4898L16.6701 9.50977\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"add circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M8 12H16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 16V8\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"add square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path d=\"M8 12H16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 16V8\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M6 12H18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 18V6\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"additem \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M8 16H5.43C3.14 16 2 14.86 2 12.57V5.43C2 3.14 3.14 2 5.43 2H10C12.29 2 13.43 3.14 13.43 5.43\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.5703 22H14.0003C11.7103 22 10.5703 20.86 10.5703 18.57V11.43C10.5703 9.14 11.7103 8 14.0003 8H18.5703C20.8603 8 22.0003 9.14 22.0003 11.43V18.57C22.0003 20.86 20.8603 22 18.5703 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M14.8691 15H18.1291\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.5 16.6301V13.3701\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"airdrop \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M14.1297 11.3401C14.5197 9.70008 13.0897 8.27003 11.4497 8.66003C10.6797 8.85003 10.0497 9.48005 9.85974 10.2501C9.46974 11.8901 10.8997 13.32 12.5397 12.93C13.3197 12.74 13.9497 12.1101 14.1297 11.3401Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.0099 17.19C19.7199 15.59 20.7899 13.32 20.7899 10.79C20.7899 5.92998 16.85 2 12 2C7.14995 2 3.20996 5.93998 3.20996 10.79C3.20996 13.33 4.28996 15.62 6.01996 17.22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M7.99977 14.5498C7.07977 13.5698 6.50977 12.2498 6.50977 10.7898C6.50977 7.75979 8.96977 5.2998 11.9998 5.2998C15.0298 5.2998 17.4898 7.75979 17.4898 10.7898C17.4898 12.2498 16.9198 13.5598 15.9998 14.5498\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M10.2997 16.6598L8.85973 18.4498C7.71973 19.8798 8.72973 21.9898 10.5597 21.9898H13.4297C15.2597 21.9898 16.2797 19.8698 15.1297 18.4498L13.6897 16.6598C12.8297 15.5698 11.1697 15.5698 10.2997 16.6598Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"airplane square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.34\" d=\"M9.85953 19.0002L11.5395 17.5802C11.7895 17.3702 12.2095 17.3702 12.4695 17.5802L14.1395 19.0002C14.5295 19.2002 15.0095 19.0002 15.1495 18.5802L15.4695 17.6202C15.5495 17.3902 15.4695 17.0502 15.2995 16.8802L13.6595 15.2302C13.5395 15.1102 13.4495 14.8802 13.4495 14.7202V12.8702C13.4495 12.4502 13.7595 12.2502 14.1495 12.4102L17.4995 13.8502C18.0495 14.0902 18.5095 13.7902 18.5095 13.1902V12.2602C18.5095 11.7802 18.1495 11.2202 17.6995 11.0302L13.7595 9.33023C13.5895 9.26023 13.4595 9.05023 13.4595 8.87023V6.80023C13.4595 6.12023 12.9595 5.32023 12.3595 5.01023C12.1395 4.90023 11.8895 4.90023 11.6695 5.01023C11.0595 5.31023 10.5695 6.12023 10.5695 6.80023V8.87023C10.5695 9.05023 10.4295 9.26023 10.2695 9.33023L6.32953 11.0302C5.88953 11.2202 5.51953 11.7802 5.51953 12.2602V13.1902C5.51953 13.7902 5.96953 14.0902 6.52953 13.8502L9.87953 12.4102C10.2595 12.2402 10.5795 12.4502 10.5795 12.8702V14.7202C10.5795 14.8902 10.4795 15.1202 10.3695 15.2302L8.69953 16.8702C8.52953 17.0402 8.44953 17.3802 8.52953 17.6102L8.84953 18.5702C8.98953 19.0002 9.45953 19.2002 9.85953 19.0002Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"airplane \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.03023 21.6898L11.3602 19.7298C11.7102 19.4298 12.2902 19.4298 12.6402 19.7298L14.9702 21.6898C15.5102 21.9598 16.1702 21.6898 16.3702 21.1098L16.8102 19.7798C16.9202 19.4598 16.8102 18.9898 16.5702 18.7498L14.3002 16.4698C14.1302 16.3098 14.0002 15.9898 14.0002 15.7598V12.9098C14.0002 12.4898 14.3102 12.2898 14.7002 12.4498L19.6102 14.5698C20.3802 14.8998 21.0102 14.4898 21.0102 13.6498V12.3598C21.0102 11.6898 20.5102 10.9198 19.8902 10.6598L14.3002 8.24977C14.1402 8.17977 14.0002 7.96977 14.0002 7.78977V4.78977C14.0002 3.84977 13.3102 2.73977 12.4702 2.30977C12.1702 2.15977 11.8202 2.15977 11.5202 2.30977C10.6802 2.73977 9.99023 3.85977 9.99023 4.79977V7.79977C9.99023 7.97977 9.85023 8.18977 9.69023 8.25977L4.11023 10.6698C3.49023 10.9198 2.99023 11.6898 2.99023 12.3598V13.6498C2.99023 14.4898 3.62023 14.8998 4.39023 14.5698L9.30023 12.4498C9.68023 12.2798 10.0002 12.4898 10.0002 12.9098V15.7598C10.0002 15.9898 9.87023 16.3098 9.71023 16.4698L7.44023 18.7498C7.20023 18.9898 7.09023 19.4498 7.20023 19.7798L7.64023 21.1098C7.82023 21.6898 8.48023 21.9698 9.03023 21.6898Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"airpod \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2.62012 15.75V8.25C2.62012 7.48 2.65012 6.79 2.73012 6.18C3.10012 2.89 4.65012 2 8.88012 2H15.1301C19.3501 2 20.9101 2.89 21.2701 6.18C21.3601 6.79 21.3801 7.48 21.3801 8.25V15.75C21.3801 16.52 21.3501 17.21 21.2701 17.83C20.9001 21.11 19.3501 22 15.1201 22H8.88012C4.66012 22 3.10012 21.11 2.74012 17.83C2.65012 17.21 2.62012 16.52 2.62012 15.75Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M21.2299 8.91992H17.1299\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.86953 8.91992H2.76953\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.1301 8.92012C17.1301 10.0501 16.2101 10.9701 15.0801 10.9701H8.92012C8.36012 10.9701 7.84012 10.7401 7.47012 10.3601C7.10012 10.0001 6.87012 9.49012 6.87012 8.92012C6.87012 7.79012 7.79012 6.87012 8.92012 6.87012H15.0701C15.6301 6.87012 16.1501 7.10012 16.5201 7.48012C16.9001 7.85012 17.1301 8.36012 17.1301 8.92012Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"airpods \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.72 9.56H5.78C3.7 9.56 2 7.86003 2 5.78003C2 3.70003 3.7 2 5.78 2H7.67001C9.23001 2 10.5 3.28002 10.5 4.83002V7.39001V17.1C10.5 18.14 9.64999 18.99 8.60999 18.99C7.56999 18.99 6.72 18.14 6.72 17.1V9.56Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M5.77985 6.71979C5.25985 6.71979 4.83984 6.29985 4.83984 5.77985C4.83984 5.25985 5.25985 4.83984 5.77985 4.83984\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.28 9.56H18.22C20.3 9.56 22 7.86003 22 5.78003C22 3.70003 20.3 2 18.22 2H16.33C14.77 2 13.5 3.28002 13.5 4.83002V7.39001V17.1C13.5 18.14 14.35 18.99 15.39 18.99C16.43 18.99 17.28 18.14 17.28 17.1V9.56Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M18.2197 6.71979C18.7397 6.71979 19.1597 6.29985 19.1597 5.77985C19.1597 5.25985 18.7397 4.83984 18.2197 4.83984\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8.5 22V19\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M15.5 22V19\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"alarm \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 22H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 6C7.03 6 3 10.03 3 15V22H21V15C21 10.03 16.97 6 12 6Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M12 2V3\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M4 4L5 5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M20 4L19 5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"align bottom \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M19.2598 5.1001V16.9001C19.2598 18.4001 18.6198 19.0001 17.0298 19.0001H15.9898C14.3998 19.0001 13.7598 18.4001 13.7598 16.9001V5.1001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M5.25977 5.1001V11.9001C5.25977 13.4001 5.89977 14.0001 7.48977 14.0001H8.52977C10.1198 14.0001 10.7598 13.4001 10.7598 11.9001V5.1001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 5H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"align horizontally \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.75 17.4V6.6C4.75 5.1 5.39 4.5 6.98 4.5H8.02C9.61 4.5 10.25 5.1 10.25 6.6V17.4C10.25 18.9 9.61 19.5 8.02 19.5H6.98C5.39 19.5 4.75 18.9 4.75 17.4Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.25 15.4V8.6C13.25 7.1 13.89 6.5 15.48 6.5H16.52C18.11 6.5 18.75 7.1 18.75 8.6V15.4C18.75 16.9 18.11 17.5 16.52 17.5H15.48C13.89 17.5 13.25 16.9 13.25 15.4Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M2 12H4.4\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M11 12H13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M22.0005 12H19.3105\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"align left \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M5.09961 19.25H16.8996C18.3996 19.25 18.9996 18.61 18.9996 17.02V15.98C18.9996 14.39 18.3996 13.75 16.8996 13.75H5.09961\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M5.09961 5.25H11.8996C13.3996 5.25 13.9996 5.89 13.9996 7.48V8.52C13.9996 10.11 13.3996 10.75 11.8996 10.75H5.09961\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 1.99023V21.9902\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"align right \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M18.9 19.25H7.1C5.6 19.25 5 18.61 5 17.02V15.98C5 14.39 5.6 13.75 7.1 13.75H18.9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M18.9 5.25H12.1C10.6 5.25 10 5.89 10 7.48V8.52C10 10.11 10.6 10.75 12.1 10.75H18.9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 1.99023V21.9902\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"align vertically \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.4 19.25H6.6C5.1 19.25 4.5 18.61 4.5 17.02V15.98C4.5 14.39 5.1 13.75 6.6 13.75H17.4C18.9 13.75 19.5 14.39 19.5 15.98V17.02C19.5 18.61 18.9 19.25 17.4 19.25Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.4 10.75H8.6C7.1 10.75 6.5 10.11 6.5 8.52V7.48C6.5 5.89 7.1 5.25 8.6 5.25H15.4C16.9 5.25 17.5 5.89 17.5 7.48V8.52C17.5 10.11 16.9 10.75 15.4 10.75Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M12 22.0001V19.6001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M12 13V11\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M12 2V4.69\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"aquarius \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 16C15.87 16 19 12.87 19 9C19 5.13 15.87 2 12 2C8.13 2 5 5.13 5 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 16V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M15 19H9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"archive 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.5 10.2202V19.0002C19.5 21.0002 19 22.0002 16.5 22.0002H7.5C5 22.0002 4.5 21.0002 4.5 19.0002V10.2202\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 2H19C21 2 22 3 22 5V7C22 9 21 10 19 10H5C3 10 2 9 2 7V5C2 3 3 2 5 2Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.34\" d=\"M10.1797 14H13.8197\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"archive add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path d=\"M14.5 10.6504H9.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 8.20996V13.21\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M16.8203 2H7.18031C5.05031 2 3.32031 3.74 3.32031 5.86V19.95C3.32031 21.75 4.61031 22.51 6.19031 21.64L11.0703 18.93C11.5903 18.64 12.4303 18.64 12.9403 18.93L17.8203 21.64C19.4003 22.52 20.6903 21.76 20.6903 19.95V5.86C20.6803 3.74 18.9503 2 16.8203 2Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"archive book \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 7V17C21 20 19.5 22 16 22H8C4.5 22 3 20 3 17V7C3 4 4.5 2 8 2H16C19.5 2 21 4 21 7Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M15.5 2V9.85999C15.5 10.3 14.98 10.52 14.66 10.23L12.34 8.09003C12.15 7.91003 11.85 7.91003 11.66 8.09003L9.34003 10.23C9.02003 10.52 8.5 10.3 8.5 9.85999V2H15.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M13.25 14H17.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M9 18H17.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"archive minus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M14.5 10.6499H9.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.8203 2H7.18031C5.05031 2 3.32031 3.74 3.32031 5.86V19.95C3.32031 21.75 4.61031 22.51 6.19031 21.64L11.0703 18.93C11.5903 18.64 12.4303 18.64 12.9403 18.93L17.8203 21.64C19.4003 22.52 20.6903 21.76 20.6903 19.95V5.86C20.6803 3.74 18.9503 2 16.8203 2Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"archive slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 2L2 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M20.68 8.70996V19.71C20.68 21.72 19.24 22.57 17.48 21.59L11 17.54\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.32031 19.95V5.86C3.32031 3.74 5.05031 2 7.18031 2H16.8303C18.0403 2 19.1203 2.56 19.8303 3.44\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"archive tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.8203 2H7.18031C5.05031 2 3.32031 3.74 3.32031 5.86V19.95C3.32031 21.75 4.61031 22.51 6.19031 21.64L11.0703 18.93C11.5903 18.64 12.4303 18.64 12.9403 18.93L17.8203 21.64C19.4003 22.52 20.6903 21.76 20.6903 19.95V5.86C20.6803 3.74 18.9503 2 16.8203 2Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M9.58984 11L11.0898 12.5L15.0898 8.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"archive \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M18 7.75V14.5C18 13.4 17.1 12.5 16 12.5H8C6.9 12.5 6 13.4 6 14.5V7.75C6 6.65 6.9 5.75 8 5.75H16C17.1 5.75 18 6.65 18 7.75Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 15.75H18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 15.75H5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 14V11C18 9.9 17.1 9 16 9H8C6.9 9 6 9.9 6 11V14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 14.5V15.75H14.5C14.5 17.13 13.38 18.25 12 18.25C10.62 18.25 9.5 17.13 9.5 15.75H6V14.5C6 13.4 6.9 12.5 8 12.5H16C17.1 12.5 18 13.4 18 14.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"arrange circle 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path d=\"M17.1494 13.8203L14.1094 16.8603\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.84961 13.8203H17.1496\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.84961 10.1801L9.88962 7.14014\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.1496 10.1802H6.84961\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrange circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path d=\"M13.8203 6.8501L16.8603 9.89011\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.8203 17.1501V6.8501\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.1806 17.1499L7.14062 14.1099\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.1797 6.8501V17.1501\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrange square 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M10.1806 17.1504L7.14062 14.1104\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.1797 6.8501V17.1501\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.8203 6.8501L16.8603 9.8901\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.8203 17.1501V6.8501\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"arrange square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M17.1494 13.8203L14.1094 16.8603\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.84961 13.8203H17.1496\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.84961 10.1801L9.88961 7.14014\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.1496 10.1802H6.84961\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"arrow 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path d=\"M17.2812 10.4498L21.0012 6.72974L17.2812 3.00977\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 6.72949H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M6.71997 13.5498L3 17.2698L6.71997 20.9898\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 17.27H3\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path d=\"M10.4498 6.71997L6.72974 3L3.00977 6.71997\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.73047 21V3\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M13.5508 17.2803L17.2708 21.0002L20.9908 17.2803\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.2695 3V21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow bottom \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.0005 6H14.6705C17.9805 6 19.3405 8.35 17.6805 11.22L16.3405 13.53L15.0005 15.84C13.3405 18.71 10.6305 18.71 8.97054 15.84L7.63054 13.53L6.29054 11.22C4.66054 8.35 6.01054 6 9.33054 6H12.0005Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow circle down \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8.4707 10.7402L12.0007 14.2602L15.5307 10.7402\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow circle left \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M13.2602 15.5302L9.74023 12.0002L13.2602 8.47021\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow circle right \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M10.7402 15.5302L14.2602 12.0002L10.7402 8.47021\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow down 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.0697 14.4302L11.9997 20.5002L5.92969 14.4302\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M12 3.5V20.33\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow down 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M12 8.5V14.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 12.5L12 15.5L15 12.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"arrow down \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.9201 8.9502L13.4001 15.4702C12.6301 16.2402 11.3701 16.2402 10.6001 15.4702L4.08008 8.9502\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow left 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.9998 19.9201L8.47984 13.4001C7.70984 12.6301 7.70984 11.3701 8.47984 10.6001L14.9998 4.08008\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow left 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M15.5 12H9.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.5 9L8.5 12L11.5 15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"arrow left 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.0003 12.0001V14.6701C18.0003 17.9801 15.6503 19.3401 12.7803 17.6801L10.4703 16.3401L8.16031 15.0001C5.29031 13.3401 5.29031 10.6301 8.16031 8.97005L10.4703 7.63005L12.7803 6.29005C15.6503 4.66005 18.0003 6.01005 18.0003 9.33005V12.0001Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow left \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.57 5.93018L3.5 12.0002L9.57 18.0702\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M20.4999 12H3.66992\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow right 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.91016 19.9201L15.4302 13.4001C16.2002 12.6301 16.2002 11.3701 15.4302 10.6001L8.91016 4.08008\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow right 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.54\">\n<path d=\"M8.5 12H14.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.5 15L15.5 12L12.5 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"arrow right 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 12.0002V9.33017C6 6.02017 8.35 4.66017 11.22 6.32017L13.53 7.66017L15.84 9.00017C18.71 10.6602 18.71 13.3702 15.84 15.0302L13.53 16.3702L11.22 17.7102C8.35 19.3402 6 17.9902 6 14.6702V12.0002Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow right \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.4297 5.93018L20.4997 12.0002L14.4297 18.0702\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M3.5 12H20.33\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow square down \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8.4707 10.6401L12.0007 14.1601L15.5307 10.6401\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow square left \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M13.2602 15.5302L9.74023 12.0002L13.2602 8.47021\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow square right \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M10.7402 15.5302L14.2602 12.0002L10.7402 8.47021\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow square up \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8.4707 13.4599L12.0007 9.93994L15.5307 13.4599\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path d=\"M12.1406 15.0701V13.11C12.1406 10.59 14.1806 8.54004 16.7106 8.54004H18.6706\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.62109 8.5498H7.58112C10.1011 8.5498 12.1511 10.5898 12.1511 13.1198V13.7698V17.2498\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.13983 6.75L5.33984 8.55L7.13983 10.35\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.8594 6.75L18.6594 8.55L16.8594 10.35\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow swap horizontal \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path d=\"M20.5002 14.9902L15.4902 20.0102\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.5 14.9902H20.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M3.5 9.01023L8.51 3.99023\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.5 9.00977H3.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow up 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.9201 15.0501L13.4001 8.53014C12.6301 7.76014 11.3701 7.76014 10.6001 8.53014L4.08008 15.0501\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow up 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M12 15.5V9.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 11.5L12 8.5L15 11.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"arrow up 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9997 17.9998H9.32968C6.01968 17.9998 4.65968 15.6498 6.31968 12.7798L7.65968 10.4698L8.99968 8.15982C10.6597 5.28982 13.3697 5.28982 15.0297 8.15982L16.3697 10.4698L17.7097 12.7798C19.3697 15.6498 18.0097 17.9998 14.6997 17.9998H11.9997Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow up \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.0697 9.57L11.9997 3.5L5.92969 9.57\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M12 20.4999V3.66992\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"arrow \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12 22V20\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M12 18V16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 14V11C12 7.13 15.13 4 19 4H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 4H5C8.87 4 12 7.13 12 11V12V14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 2L2 4L4 6\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 2L22 4L20 6\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"attach circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12.2009 11.8002L10.7908 13.2102C10.0108 13.9902 10.0108 15.2602 10.7908 16.0402C11.5708 16.8202 12.8408 16.8202 13.6208 16.0402L15.8409 13.8202C17.4009 12.2602 17.4009 9.73023 15.8409 8.16023C14.2809 6.60023 11.7508 6.60023 10.1808 8.16023L7.76086 10.5802C6.42086 11.9202 6.42086 14.0902 7.76086 15.4302\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"attach square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12.2009 11.8002L10.7908 13.2102C10.0108 13.9902 10.0108 15.2602 10.7908 16.0402C11.5708 16.8202 12.8408 16.8202 13.6208 16.0402L15.8409 13.8202C17.4009 12.2602 17.4009 9.73023 15.8409 8.16023C14.2809 6.60023 11.7508 6.60023 10.1808 8.16023L7.76086 10.5802C6.42086 11.9202 6.42086 14.0902 7.76086 15.4302\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"audio square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H15C20 22 22 20 22 15Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M9.62 17.3C10.7908 17.3 11.74 16.3509 11.74 15.1801C11.74 14.0092 10.7908 13.0601 9.62 13.0601C8.44915 13.0601 7.5 14.0092 7.5 15.1801C7.5 16.3509 8.44915 17.3 9.62 17.3Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.7402 15.18V7.77002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.1302 6.7701L15.4702 7.55006C16.0402 7.74006 16.5002 8.38006 16.5002 8.98006V9.60005C16.5002 10.4101 15.8702 10.8601 15.1102 10.6001L12.7703 9.82008C12.2003 9.63008 11.7402 8.99009 11.7402 8.39009V7.7701C11.7402 6.9701 12.3602 6.5101 13.1302 6.7701Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"autobrightness \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.7509 2.44982C11.4509 1.85982 12.5809 1.85982 13.2609 2.44982L14.8409 3.79982C15.1409 4.04982 15.7109 4.25982 16.1109 4.25982H17.8109C18.8709 4.25982 19.7409 5.12982 19.7409 6.18982V7.88982C19.7409 8.28982 19.9509 8.84982 20.2009 9.14982L21.5509 10.7298C22.1409 11.4298 22.1409 12.5598 21.5509 13.2398L20.2009 14.8198C19.9509 15.1198 19.7409 15.6798 19.7409 16.0798V17.7798C19.7409 18.8398 18.8709 19.7098 17.8109 19.7098H16.1109C15.7109 19.7098 15.1509 19.9198 14.8509 20.1698L13.2709 21.5198C12.5709 22.1098 11.4409 22.1098 10.7609 21.5198L9.18086 20.1698C8.88086 19.9198 8.31086 19.7098 7.92086 19.7098H6.17086C5.11086 19.7098 4.24086 18.8398 4.24086 17.7798V16.0698C4.24086 15.6798 4.04086 15.1098 3.79086 14.8198L2.44086 13.2298C1.86086 12.5398 1.86086 11.4198 2.44086 10.7298L3.79086 9.13982C4.04086 8.83982 4.24086 8.27982 4.24086 7.88982V6.19982C4.24086 5.13982 5.11086 4.26982 6.17086 4.26982H7.90086C8.30086 4.26982 8.86086 4.05982 9.16086 3.80982L10.7509 2.44982Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M8.5 15.9396L12 8.05957L15.5 15.9396\" stroke=\"currentColor\" stroke- stroke-linejoin=\"bevel\"/>\n<path d=\"M13.75 13.3096H10.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"award \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.25977 11.0199V15.9899C4.25977 17.8099 4.25977 17.8099 5.97977 18.9699L10.7098 21.6999C11.4198 22.1099 12.5798 22.1099 13.2898 21.6999L18.0198 18.9699C19.7398 17.8099 19.7398 17.8099 19.7398 15.9899V11.0199C19.7398 9.19994 19.7398 9.19994 18.0198 8.03994L13.2898 5.30994C12.5798 4.89994 11.4198 4.89994 10.7098 5.30994L5.97977 8.03994C4.25977 9.19994 4.25977 9.19994 4.25977 11.0199Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M17.5 7.63V5C17.5 3 16.5 2 14.5 2H9.5C7.5 2 6.5 3 6.5 5V7.56\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M12.6298 10.99L13.1998 11.88C13.2898 12.02 13.4898 12.16 13.6398 12.2L14.6598 12.46C15.2898 12.62 15.4598 13.16 15.0498 13.66L14.3798 14.47C14.2798 14.6 14.1998 14.83 14.2098 14.99L14.2698 16.04C14.3098 16.69 13.8498 17.02 13.2498 16.78L12.2698 16.39C12.1198 16.33 11.8698 16.33 11.7198 16.39L10.7398 16.78C10.1398 17.02 9.67978 16.68 9.71978 16.04L9.77978 14.99C9.78978 14.83 9.70978 14.59 9.60978 14.47L8.93978 13.66C8.52978 13.16 8.69978 12.62 9.32978 12.46L10.3498 12.2C10.5098 12.16 10.7098 12.01 10.7898 11.88L11.3598 10.99C11.7198 10.45 12.2798 10.45 12.6298 10.99Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"back square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M9.00039 15.3802H13.9204C15.6204 15.3802 17.0004 14.0002 17.0004 12.3002C17.0004 10.6002 15.6204 9.22021 13.9204 9.22021H7.15039\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.57 10.7701L7 9.19012L8.57 7.62012\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"backward 10 seconds \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M9.53906 15.92V10.5801L8.03906 12.2501\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.0195 4.46997L11.9995 2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.90939 7.79974C3.79939 9.27974 3.10938 11.1097 3.10938 13.1097C3.10938 18.0197 7.08939 21.9998 11.9994 21.9998C16.9094 21.9998 20.8894 18.0197 20.8894 13.1097C20.8894 8.19974 16.9094 4.21973 11.9994 4.21973C11.3194 4.21973 10.6594 4.30978 10.0194 4.45978\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M14 10.5801C15.1 10.5801 16 11.4801 16 12.5801V13.9301C16 15.0301 15.1 15.9301 14 15.9301C12.9 15.9301 12 15.0301 12 13.9301V12.5801C12 11.4701 12.9 10.5801 14 10.5801Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"backward 15 seconds \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M15.9606 10.8301H12.9006L12.1406 13.1201H14.4306C15.2706 13.1201 15.9606 13.8001 15.9606 14.6501C15.9606 15.4901 15.2806 16.1801 14.4306 16.1801H12.1406\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M9.53906 16.17V10.8301L8.03906 12.5001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.0195 4.46997L11.9995 2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.90936 7.79974C3.79936 9.27974 3.10938 11.1097 3.10938 13.1097C3.10938 18.0197 7.08939 21.9998 11.9994 21.9998C16.9094 21.9998 20.8894 18.0197 20.8894 13.1097C20.8894 8.19974 16.9094 4.21973 11.9994 4.21973C11.3194 4.21973 10.6594 4.30978 10.0194 4.45978\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"backward 5 seconds \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M13.9099 10.8301H10.8499L10.0898 13.1201H12.3799C13.2199 13.1201 13.9099 13.8001 13.9099 14.6501C13.9099 15.4901 13.2299 16.1801 12.3799 16.1801H10.0898\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.0195 4.46997L11.9995 2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.90939 7.79974C3.79939 9.27974 3.10938 11.1097 3.10938 13.1097C3.10938 18.0197 7.08939 21.9998 11.9994 21.9998C16.9094 21.9998 20.8894 18.0197 20.8894 13.1097C20.8894 8.19974 16.9094 4.21973 11.9994 4.21973C11.3194 4.21973 10.6594 4.30978 10.0194 4.45978\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"backward item \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 5.14999V7.85001C22 10.1 21.1 11 18.85 11H16.15C13.9 11 13 10.1 13 7.85001V5.14999C13 2.89999 13.9 2 16.15 2H18.85C21.1 2 22 2.89999 22 5.14999Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 16.15V18.85C11 21.1 10.1 22 7.85 22H5.15C2.9 22 2 21.1 2 18.85V16.15C2 13.9 2.9 13 5.15 13H7.85C10.1 13 11 13.9 11 16.15Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M17.3791 11.0001V13.6201C17.3791 16.3101 16.3091 17.3801 13.6191 17.3801H10.9991V16.1501C10.9991 13.9001 10.0991 13.0001 7.84914 13.0001H6.61914V10.3801C6.61914 7.69013 7.68914 6.62012 10.3791 6.62012H12.9991V7.85013C12.9991 10.1001 13.8991 11.0001 16.1491 11.0001H17.3791Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"backward \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M22.0002 8.33994V15.6599C22.0002 17.1599 20.3703 18.0999 19.0703 17.3499L15.9002 15.5299L12.7303 13.7C12.5303 13.58 12.3702 13.45 12.2402 13.29V10.73C12.3702 10.57 12.5303 10.44 12.7303 10.32L15.9002 8.48993L19.0703 6.66996C20.3703 5.89996 22.0002 6.83994 22.0002 8.33994Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.2391 8.33994V15.6599C12.2391 17.1599 10.6091 18.0999 9.30914 17.3499L6.13915 15.5299L2.96914 13.7C1.66914 12.95 1.66914 11.08 2.96914 10.32L6.13915 8.48993L9.30914 6.66996C10.6091 5.89996 12.2391 6.83994 12.2391 8.33994Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bag 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M7.5 7.67001V6.70001C7.5 4.45001 9.31 2.24001 11.56 2.03001C14.24 1.77001 16.5 3.88001 16.5 6.51001V7.89001\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.0008 22H15.0008C19.0208 22 19.7408 20.39 19.9508 18.43L20.7008 12.43C20.9708 9.99 20.2708 8 16.0008 8H8.0008C3.7308 8 3.0308 9.99 3.3008 12.43L4.0508 18.43C4.2608 20.39 4.9808 22 9.0008 22Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M15.4945 12H15.5035\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8.49451 12H8.50349\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bag cross 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12 19C14.2091 19 16 17.2091 16 15C16 12.7909 14.2091 11 12 11C9.79086 11 8 12.7909 8 15C8 17.2091 9.79086 19 12 19Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M13.0692 16.11L10.9492 14\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.0497 14.0195L10.9297 16.1395\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M9.0008 22H15.0008C19.0208 22 19.7408 20.39 19.9508 18.43L20.7008 12.43C20.9708 9.99 20.2708 8 16.0008 8H8.0008C3.7308 8 3.0308 9.99 3.3008 12.43L4.0508 18.43C4.2608 20.39 4.9808 22 9.0008 22Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M7.5 7.67001V6.70001C7.5 4.45001 9.31 2.24001 11.56 2.03001C14.24 1.77001 16.5 3.88001 16.5 6.51001V7.89001\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bag cross \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path d=\"M13.3906 17.3604L10.6406 14.6104\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.3594 14.6396L10.6094 17.3896\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path opacity=\"0.4\" d=\"M8.80945 2L5.18945 5.63\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M15.1895 2L18.8095 5.63\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 7.8501C2 6.0001 2.99 5.8501 4.22 5.8501H19.78C21.01 5.8501 22 6.0001 22 7.8501C22 10.0001 21.01 9.8501 19.78 9.8501H4.22C2.99 9.8501 2 10.0001 2 7.8501Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M3.5 10L4.91 18.64C5.23 20.58 6 22 8.86 22H14.89C18 22 18.46 20.64 18.82 18.76L20.5 10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n</svg>\n</li><li title=\"bag happy \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path d=\"M8.5 14.25C8.5 16.17 10.08 17.75 12 17.75C13.92 17.75 15.5 16.17 15.5 14.25\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.80945 2L5.18945 5.63\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.1895 2L18.8095 5.63\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M2 7.8501C2 6.0001 2.99 5.8501 4.22 5.8501H19.78C21.01 5.8501 22 6.0001 22 7.8501C22 10.0001 21.01 9.8501 19.78 9.8501H4.22C2.99 9.8501 2 10.0001 2 7.8501Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M3.5 10L4.91 18.64C5.23 20.58 6 22 8.86 22H14.89C18 22 18.46 20.64 18.82 18.76L20.5 10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n</svg>\n</li><li title=\"bag tick 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12 19C14.2091 19 16 17.2091 16 15C16 12.7909 14.2091 11 12 11C9.79086 11 8 12.7909 8 15C8 17.2091 9.79086 19 12 19Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M10.4395 15L11.0895 15.65C11.2795 15.84 11.5895 15.85 11.7795 15.66L13.5595 14.02\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.0008 22H15.0008C19.0208 22 19.7408 20.39 19.9508 18.43L20.7008 12.43C20.9708 9.99 20.2708 8 16.0008 8H8.0008C3.7308 8 3.0308 9.99 3.3008 12.43L4.0508 18.43C4.2608 20.39 4.9808 22 9.0008 22Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M7.5 7.67001V6.70001C7.5 4.45001 9.31 2.24001 11.56 2.03001C14.24 1.77001 16.5 3.88001 16.5 6.51001V7.89001\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bag tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path d=\"M9.61914 16L11.1191 17.5L14.3691 14.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.80945 2L5.18945 5.63\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.1895 2L18.8095 5.63\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M2 7.8501C2 6.0001 2.99 5.8501 4.22 5.8501H19.78C21.01 5.8501 22 6.0001 22 7.8501C22 10.0001 21.01 9.8501 19.78 9.8501H4.22C2.99 9.8501 2 10.0001 2 7.8501Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M3.5 10L4.91 18.64C5.23 20.58 6 22 8.86 22H14.89C18 22 18.46 20.64 18.82 18.76L20.5 10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n</svg>\n</li><li title=\"bag timer \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12 19C14.2091 19 16 17.2091 16 15C16 12.7909 14.2091 11 12 11C9.79086 11 8 12.7909 8 15C8 17.2091 9.79086 19 12 19Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M12.25 13.75V14.68C12.25 15.03 12.07 15.36 11.76 15.54L11 16\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.0008 22H15.0008C19.0208 22 19.7408 20.39 19.9508 18.43L20.7008 12.43C20.9708 9.99 20.2708 8 16.0008 8H8.0008C3.7308 8 3.0308 9.99 3.3008 12.43L4.0508 18.43C4.2608 20.39 4.9808 22 9.0008 22Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M7.5 7.67001V6.70001C7.5 4.45001 9.31 2.24001 11.56 2.03001C14.24 1.77001 16.5 3.88001 16.5 6.51001V7.89001\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bag \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 7.8501C2 6.0001 2.99 5.8501 4.22 5.8501H19.78C21.01 5.8501 22 6.0001 22 7.8501C22 10.0001 21.01 9.8501 19.78 9.8501H4.22C2.99 9.8501 2 10.0001 2 7.8501Z\" stroke=\"currentColor\" stroke-/>\n<g opacity=\"0.4\">\n<path d=\"M8.80945 2L5.18945 5.63\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.1895 2L18.8095 5.63\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.75977 14V17.55\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M14.3594 14V17.55\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n</g>\n<path d=\"M3.5 10L4.91 18.64C5.23 20.58 6 22 8.86 22H14.89C18 22 18.46 20.64 18.82 18.76L20.5 10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n</svg>\n</li><li title=\"bank \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.37 2.14984L21.37 5.74982C21.72 5.88982 22 6.30981 22 6.67981V9.99982C22 10.5498 21.55 10.9998 21 10.9998H3C2.45 10.9998 2 10.5498 2 9.99982V6.67981C2 6.30981 2.28 5.88982 2.63 5.74982L11.63 2.14984C11.83 2.06984 12.17 2.06984 12.37 2.14984Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 22H2V19C2 18.45 2.45 18 3 18H21C21.55 18 22 18.45 22 19V22Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M4 18V11\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8 18V11\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M12 18V11\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M16 18V11\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M20 18V11\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M1 22H23\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M12 8.5C12.8284 8.5 13.5 7.82843 13.5 7C13.5 6.17157 12.8284 5.5 12 5.5C11.1716 5.5 10.5 6.17157 10.5 7C10.5 7.82843 11.1716 8.5 12 8.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"barcode \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 20.5H7C4 20.5 2 19 2 15.5V8.5C2 5 4 3.5 7 3.5H17C20 3.5 22 5 22 8.5V15.5C22 19 20 20.5 17 20.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M6 8V16\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 8V12\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 15V16\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 8V9\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M12 8V16\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 12V16\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M18 8V16\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"battery 3full \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.34\" d=\"M20.5 9.5C22 9.5 22 10 22 11V13C22 14 22 14.5 20.5 14.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.34\" d=\"M6.38086 10C6.71086 11.31 6.71086 12.69 6.38086 14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.34\" d=\"M9.88086 10C10.2109 11.31 10.2109 12.69 9.88086 14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 19H7C3 19 2 18 2 14V10C2 6 3 5 7 5H13C17 5 18 6 18 10V14C18 18 17 19 13 19Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"battery charging \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.34\" d=\"M20.5 9.5C22 9.5 22 10 22 11V13C22 14 22 14.5 20.5 14.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.34\" d=\"M9.99922 8L8.10922 10.5C7.71922 11.17 8.19922 12 8.96922 12H11.2692C12.0392 12 12.5192 12.83 12.1392 13.5L9.99922 16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 19C3 19 2 18 2 14V10C2 6 3 5 7 5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 5C17 5 18 6 18 10V14C18 18 17 19 13 19\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"battery disable \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.34\" d=\"M20.5 9.5C22 9.5 22 10 22 11V13C22 14 22 14.5 20.5 14.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 21.5L16 2.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 5C3 5 2 6 2 10V14C2 17.4 2.72 18.63 5.39 18.92\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.34\" d=\"M13 19.0001C17 19.0001 18 18.0001 18 14.0001V10.0001C18 6.61008 17.28 5.37008 14.63 5.08008\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"battery empty 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13 19H7C3 19 2 18 2 14V10C2 6 3 5 7 5H13C17 5 18 6 18 10V14C18 18 17 19 13 19Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.34\" d=\"M20.5 9.5C22 9.5 22 10 22 11V13C22 14 22 14.5 20.5 14.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.34\" d=\"M6.38086 10C6.71086 11.31 6.71086 12.69 6.38086 14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"battery empty \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13 19H7C3 19 2 18 2 14V10C2 6 3 5 7 5H13C17 5 18 6 18 10V14C18 18 17 19 13 19Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.34\" d=\"M20.5 9.5C22 9.5 22 10 22 11V13C22 14 22 14.5 20.5 14.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"battery full \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.34\" d=\"M20.5 9.5C22 9.5 22 10 22 11V13C22 14 22 14.5 20.5 14.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.34\" d=\"M6.38086 10C6.71086 11.31 6.71086 12.69 6.38086 14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.34\" d=\"M9.88086 10C10.2109 11.31 10.2109 12.69 9.88086 14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.34\" d=\"M13.3809 10C13.7109 11.31 13.7109 12.69 13.3809 14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 19H7C3 19 2 18 2 14V10C2 6 3 5 7 5H13C17 5 18 6 18 10V14C18 18 17 19 13 19Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bezier \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 9C4.10457 9 5 8.10457 5 7C5 5.89543 4.10457 5 3 5C1.89543 5 1 5.89543 1 7C1 8.10457 1.89543 9 3 9Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 9C22.1046 9 23 8.10457 23 7C23 5.89543 22.1046 5 21 5C19.8954 5 19 5.89543 19 7C19 8.10457 19.8954 9 21 9Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 7H15\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 7H5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.5 16.5V18.5C7.5 19.11 7.13 19.64 6.61 19.86C6.42 19.95 6.22 20 6 20H4C3.17 20 2.5 19.33 2.5 18.5V16.5C2.5 15.67 3.17 15 4 15H6C6.83 15 7.5 15.67 7.5 16.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.5 16.5V18.5C21.5 19.33 20.83 20 20 20H18C17.78 20 17.58 19.95 17.39 19.86C16.87 19.64 16.5 19.11 16.5 18.5V16.5C16.5 15.67 17.17 15 18 15H20C20.83 15 21.5 15.67 21.5 16.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 5.5V8.5C15 9.32 14.32 10 13.5 10H10.5C9.68 10 9 9.32 9 8.5V5.5C9 4.68 9.68 4 10.5 4H13.5C14.32 4 15 4.68 15 5.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M15 7.72998C17.37 8.92998 19 11.51 19 14.5C19 14.67 18.99 14.83 18.97 15\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M5.03 15C5.01 14.83 5 14.67 5 14.5C5 11.51 6.63 8.92998 9 7.72998\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bill \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.66992 2.5V14.47C3.66992 15.45 4.12992 16.38 4.91992 16.97L10.1299 20.87C11.2399 21.7 12.7699 21.7 13.8799 20.87L19.0899 16.97C19.8799 16.38 20.3399 15.45 20.3399 14.47V2.5H3.66992Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n<path d=\"M2 2.5H22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\"/>\n<path opacity=\"0.4\" d=\"M8 8H16\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8 13H16\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bitcoin card \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 8.5H13\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M6 16.5H8\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M10.5 16.5H14.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 11.33V16.11C22 19.62 21.11 20.5 17.56 20.5H6.44C2.89 20.5 2 19.62 2 16.11V7.89001C2 4.38001 2.89 3.5 6.44 3.5H13.28\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M17 3.25H20.13C20.82 3.25 21.38 3.88 21.38 4.5C21.38 5.19 20.82 5.75 20.13 5.75H17V3.25Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 5.75H20.57C21.36 5.75 22 6.31 22 7C22 7.69 21.36 8.25 20.57 8.25H17V5.75Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.7598 8.25V9.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.7598 2V3.25\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.19 3.25H16\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.19 8.25H16\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"bitcoin convert \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M23 15.9697C23 19.8397 19.87 22.9697 16 22.9697L17.05 21.2197\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M1 7.96973C1 4.09973 4.13 0.969727 8 0.969727L6.95 2.71973\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.61914 13.0703H9.42914C10.0491 13.0703 10.5591 13.6303 10.5591 14.2003C10.5591 14.8203 10.0591 15.3303 9.42914 15.3303H6.61914V13.0703Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.61914 15.3301H9.83914C10.5491 15.3301 11.1291 15.8301 11.1291 16.4601C11.1291 17.0801 10.5491 17.5901 9.83914 17.5901H6.61914V15.3301Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.41992 17.5801V18.7001\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.41992 11.9502V13.0702\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.8498 15.3302C14.8498 18.7402 12.0898 21.5002 8.67977 21.5002C5.26977 21.5002 2.50977 18.7402 2.50977 15.3302C2.50977 11.9202 5.26977 9.16016 8.67977 9.16016C8.83977 9.16016 8.98977 9.17018 9.15977 9.18018C12.1898 9.41018 14.6098 11.8302 14.8398 14.8602C14.8398 15.0102 14.8498 15.1602 14.8498 15.3302Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.5002 8.66998C21.5002 12.08 18.7402 14.84 15.3302 14.84H14.8402C14.6102 11.81 12.1902 9.38997 9.16016 9.15997V8.66998C9.16016 5.25998 11.9202 2.5 15.3302 2.5C18.7402 2.5 21.5002 5.25998 21.5002 8.66998Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bitcoin refresh \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.47 11.4202L2.73 9.68018L1 11.4202\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.5293 12.5801L21.2693 14.3201L23.0093 12.5801\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.2595 14.3203V12.0002C21.2595 6.88024 17.1095 2.74023 11.9995 2.74023C9.07953 2.74023 6.46953 4.10027 4.76953 6.21027\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.74023 9.68018V12.0002C2.74023 17.1202 6.89024 21.2602 12.0002 21.2602C14.9202 21.2602 17.5302 19.9002 19.2302 17.7902\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M9 8.5H13.38C14.35 8.5 15.13 9.38 15.13 10.25C15.13 11.22 14.35 12 13.38 12H9V8.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 12H14C15.1 12 16 12.78 16 13.75C16 14.72 15.1 15.5 14 15.5H9V12Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.8008 15.5V17.25\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.8008 6.75V8.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"blend 2 \"><svg   viewBox=\"0 0 22 22\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.9707 8C14.9707 11.87 11.8407 15 7.9707 15C7.6507 15 7.3407 14.98 7.0407 14.93C3.6107 14.48 0.970703 11.55 0.970703 8C0.970703 4.13 4.1007 1 7.9707 1C11.5207 1 14.4507 3.64 14.9007 7.07C14.9507 7.37 14.9707 7.68 14.9707 8Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M20.971 13.9998C20.971 17.8698 17.841 20.9998 13.971 20.9998C10.421 20.9998 7.49102 18.3598 7.04102 14.9298C7.34102 14.9798 7.65102 14.9998 7.97102 14.9998C11.841 14.9998 14.971 11.8698 14.971 7.99982C14.971 7.67982 14.951 7.36982 14.901 7.06982C18.331 7.51982 20.971 10.4498 20.971 13.9998Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M13.1211 13.1201L14.4311 14.4101\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M15.9707 11L14.9707 10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M10.9707 16L9.9707 15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"blend \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M21.9707 12C21.9707 15.31 19.2807 18 15.9707 18C14.4307 18 13.0307 17.42 11.9707 16.46C13.2007 15.37 13.9707 13.77 13.9707 12C13.9707 10.23 13.2007 8.63 11.9707 7.54C13.0307 6.58 14.4307 6 15.9707 6C19.2807 6 21.9707 8.69 21.9707 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.9707 12C13.9707 13.77 13.2007 15.37 11.9707 16.46C10.9107 17.42 9.5107 18 7.9707 18C4.6607 18 1.9707 15.31 1.9707 12C1.9707 8.69 4.6607 6 7.9707 6C9.5107 6 10.9107 6.58 11.9707 7.54C13.2007 8.63 13.9707 10.23 13.9707 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bluetooth 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.63965 18.64L16.9896 7.31998C17.4996 6.84998 17.4896 6.09997 16.9496 5.64997L13.0996 2.43998C12.0996 1.60998 11.2796 1.98998 11.2796 3.28998V20.71C11.2796 22.01 12.0996 22.39 13.0996 21.56L16.9496 18.35C17.4896 17.9 17.4996 17.15 16.9896 16.68L4.63965 5.35996\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M5 13C5.55228 13 6 12.5523 6 12C6 11.4477 5.55228 11 5 11C4.44772 11 4 11.4477 4 12C4 12.5523 4.44772 13 5 13Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M19 13C19.5523 13 20 12.5523 20 12C20 11.4477 19.5523 11 19 11C18.4477 11 18 11.4477 18 12C18 12.5523 18.4477 13 19 13Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bluetooth circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M8.58984 15.5599L15.2098 9.4899C15.4898 9.2399 15.4798 8.83992 15.1898 8.59992L13.1299 6.87992C12.5899 6.42992 12.1599 6.63991 12.1599 7.33991V16.6699C12.1599 17.3699 12.5999 17.5699 13.1299 17.1299L15.1898 15.4099C15.4798 15.1699 15.4898 14.7699 15.2098 14.5199L8.58984 8.44992\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bluetooth rectangle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M8.58984 15.5599L15.2098 9.4899C15.4898 9.2399 15.4798 8.83992 15.1898 8.59992L13.1299 6.87992C12.5899 6.42992 12.1599 6.63991 12.1599 7.33991V16.6699C12.1599 17.3699 12.5999 17.5699 13.1299 17.1299L15.1898 15.4099C15.4798 15.1699 15.4898 14.7699 15.2098 14.5199L8.58984 8.44992\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 22H9C6 22 4 20 4 17V7C4 4 6 2 9 2H15C18 2 20 4 20 7V17C20 20 18 22 15 22Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bluetooth \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.63965 18.64L17.9896 7.31998C18.4996 6.84998 18.4896 6.09997 17.9496 5.64997L14.0996 2.43998C13.0996 1.60998 12.2796 1.98998 12.2796 3.28998V20.71C12.2796 22.01 13.0996 22.39 14.0996 21.56L17.9496 18.35C18.4896 17.9 18.4996 17.15 17.9896 16.68L5.63965 5.35996\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"blur \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.6103 2.21C12.2503 1.93 11.7503 1.93 11.3903 2.21C9.49032 3.66 3.88028 8.39 3.91028 13.9C3.91028 18.36 7.54031 22 12.0103 22C16.4803 22 20.1103 18.37 20.1103 13.91C20.1203 8.48 14.5003 3.67 12.6103 2.21Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n<g opacity=\"0.4\">\n<path d=\"M12 2V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 18.9597L19.7 15.2197\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 13.9599L19.37 10.3799\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 8.95976L17.03 6.50977\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"book 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 16.7402V4.67019C22 3.47019 21.02 2.58019 19.83 2.68019H19.77C17.67 2.86019 14.48 3.93019 12.7 5.05019L12.53 5.16019C12.24 5.34019 11.76 5.34019 11.47 5.16019L11.22 5.01019C9.44 3.90019 6.26 2.84019 4.16 2.67019C2.97 2.57019 2 3.47019 2 4.66019V16.7402C2 17.7002 2.78 18.6002 3.74 18.7202L4.03 18.7602C6.2 19.0502 9.55 20.1502 11.47 21.2002L11.51 21.2202C11.78 21.3702 12.21 21.3702 12.47 21.2202C14.39 20.1602 17.75 19.0502 19.93 18.7602L20.26 18.7202C21.22 18.6002 22 17.7002 22 16.7402Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M12 5.49023V20.4902\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M7.75 8.49023H5.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8.5 11.4902H5.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"book saved \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 4.67019V16.7402C22 17.7002 21.22 18.6002 20.26 18.7202L19.93 18.7602C17.75 19.0502 14.39 20.1602 12.47 21.2202C12.21 21.3702 11.78 21.3702 11.51 21.2202L11.47 21.2002C9.54997 20.1502 6.20003 19.0502 4.03003 18.7602L3.73999 18.7202C2.77999 18.6002 2 17.7002 2 16.7402V4.66018C2 3.47018 2.96997 2.57019 4.15997 2.67019C6.25997 2.84019 9.43997 3.90022 11.22 5.01022L11.47 5.16018C11.76 5.34018 12.24 5.34018 12.53 5.16018L12.7 5.05019C13.33 4.66019 14.13 4.27019 15 3.92019C16.31 3.40019 17.77 2.98024 19 2.78024C19.27 2.73024 19.53 2.7002 19.77 2.6802H19.83C21.02 2.5802 22 3.47019 22 4.67019Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M12 5.49023V20.4902\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M19 2.78027V8.00024L17 6.67023L15 8.00024V3.92023C16.31 3.40023 17.77 2.98027 19 2.78027Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"book square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M18.3801 15.2702V7.58023C18.3801 6.81023 17.7601 6.25024 17.0001 6.31024H16.9601C15.6201 6.42024 13.5901 7.11025 12.4501 7.82025L12.3401 7.89026C12.1601 8.00026 11.8501 8.00026 11.6601 7.89026L11.5001 7.79025C10.3701 7.08025 8.34012 6.41023 7.00012 6.30023C6.24012 6.24023 5.62012 6.81025 5.62012 7.57025V15.2702C5.62012 15.8802 6.1201 16.4602 6.7301 16.5302L6.9101 16.5602C8.2901 16.7402 10.4301 17.4502 11.6501 18.1202L11.6801 18.1302C11.8501 18.2302 12.1301 18.2302 12.2901 18.1302C13.5101 17.4502 15.6601 16.7502 17.0501 16.5602L17.2601 16.5302C17.8801 16.4602 18.3801 15.8902 18.3801 15.2702Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 8.1001V17.6601\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"book \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M3.5 18V7C3.5 3 4.5 2 8.5 2H15.5C19.5 2 20.5 3 20.5 7V17C20.5 17.14 20.5 17.28 20.49 17.42\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.35 15H20.5V18.5C20.5 20.43 18.93 22 17 22H7C5.07 22 3.5 20.43 3.5 18.5V17.85C3.5 16.28 4.78 15 6.35 15Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8 7H16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8 10.5H13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bookmark 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14 2C16 2 17 3.01 17 5.03V12.08C17 14.07 15.59 14.84 13.86 13.8L12.54 13C12.24 12.82 11.76 12.82 11.46 13L10.14 13.8C8.41 14.84 7 14.07 7 12.08V5.03C7 3.01 8 2 10 2H14Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M6.82 4.98996C3.41 5.55996 2 7.65996 2 11.9V14.93C2 19.98 4 22 9 22H15C20 22 22 19.98 22 14.93V11.9C22 7.58996 20.54 5.47996 17 4.95996\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bookmark \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M17 2.43994V12.4199C17 14.3899 15.59 15.1599 13.86 14.1199L12.54 13.3299C12.24 13.1499 11.76 13.1499 11.46 13.3299L10.14 14.1199C8.41 15.1499 7 14.3899 7 12.4199V2.43994\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"box 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path d=\"M3.16992 7.44043L11.9999 12.5504L20.7699 7.47043\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 21.61V12.54\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M9.93062 2.47979L4.59063 5.43979C3.38063 6.10979 2.39062 7.78979 2.39062 9.16979V14.8198C2.39062 16.1998 3.38063 17.8798 4.59063 18.5498L9.93062 21.5198C11.0706 22.1498 12.9406 22.1498 14.0806 21.5198L19.4206 18.5498C20.6306 17.8798 21.6206 16.1998 21.6206 14.8198V9.16979C21.6206 7.78979 20.6306 6.10979 19.4206 5.43979L14.0806 2.46979C12.9306 1.83979 11.0706 1.83979 9.93062 2.47979Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"box 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.2194 9.78L11.9994 10.89M11.9994 10.89L9.77937 9.78M11.9994 10.89V13.67M14.2194 3.11L11.9994 2L9.77937 3.11M5.32938 18.67L3.10938 17.56V14.78M18.6694 18.67L20.8894 17.56V14.78\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M20.8899 6.90967L18.6699 8.01967\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.8899 6.90981L18.6699 5.7998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.8906 6.90967V9.68967\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.10938 6.90981L5.32938 5.7998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.10938 6.90967L5.32938 8.01967\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.10938 6.90967V9.68967\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9993 22.4699L9.7793 21.3599\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22.4699L14.22 21.3599\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22.4699V19.6899\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"box add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M23 18C23 18.75 22.79 19.46 22.42 20.06C22.21 20.42 21.94 20.74 21.63 21C20.93 21.63 20.01 22 19 22C17.78 22 16.69 21.45 15.97 20.59C15.95 20.56 15.92 20.54 15.9 20.51C15.78 20.37 15.67 20.22 15.58 20.06C15.21 19.46 15 18.75 15 18C15 16.74 15.58 15.61 16.5 14.88C17.19 14.33 18.06 14 19 14C20 14 20.9 14.36 21.6 14.97C21.72 15.06 21.83 15.17 21.93 15.28C22.59 16 23 16.95 23 18Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.4898 17.98H17.5098\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 16.52V19.51\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M3.16992 7.43994L11.9999 12.5499L20.7699 7.46991\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 21.61V12.54\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.6106 9.17V14.83C21.6106 14.88 21.6106 14.92 21.6006 14.97C20.9006 14.36 20.0006 14 19.0006 14C18.0606 14 17.1906 14.33 16.5006 14.88C15.5806 15.61 15.0006 16.74 15.0006 18C15.0006 18.75 15.2106 19.46 15.5806 20.06C15.6706 20.22 15.7806 20.37 15.9006 20.51L14.0706 21.52C12.9306 22.16 11.0706 22.16 9.93062 21.52L4.59062 18.56C3.38062 17.89 2.39062 16.21 2.39062 14.83V9.17C2.39062 7.79 3.38062 6.11002 4.59062 5.44002L9.93062 2.48C11.0706 1.84 12.9306 1.84 14.0706 2.48L19.4106 5.44002C20.6206 6.11002 21.6106 7.79 21.6106 9.17Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"box remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path d=\"M3.16992 7.43994L11.9999 12.5499L20.7699 7.46991\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 21.61V12.54\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.6106 9.17V14.83C21.6106 14.88 21.6106 14.92 21.6006 14.97C20.9006 14.36 20.0006 14 19.0006 14C18.0606 14 17.1906 14.33 16.5006 14.88C15.5806 15.61 15.0006 16.74 15.0006 18C15.0006 18.75 15.2106 19.46 15.5806 20.06C15.6706 20.22 15.7806 20.37 15.9006 20.51L14.0706 21.52C12.9306 22.16 11.0706 22.16 9.9306 21.52L4.59061 18.56C3.38061 17.89 2.39062 16.21 2.39062 14.83V9.17C2.39062 7.79 3.38061 6.11002 4.59061 5.44002L9.9306 2.48C11.0706 1.84 12.9306 1.84 14.0706 2.48L19.4106 5.44002C20.6206 6.11002 21.6106 7.79 21.6106 9.17Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M23 18C23 18.75 22.79 19.46 22.42 20.06C22.21 20.42 21.94 20.74 21.63 21C20.93 21.63 20.01 22 19 22C17.54 22 16.27 21.22 15.58 20.06C15.21 19.46 15 18.75 15 18C15 16.74 15.58 15.61 16.5 14.88C17.19 14.33 18.06 14 19 14C21.21 14 23 15.79 23 18Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.0692 19.0402L17.9492 16.9302\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.0497 16.96L17.9297 19.0699\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"box search \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.16992 7.43994L11.9999 12.5499L20.7699 7.46991\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 21.61V12.54\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.6106 12.83V9.17C21.6106 7.79 20.6206 6.11002 19.4106 5.44002L14.0706 2.48C12.9306 1.84 11.0706 1.84 9.9306 2.48L4.59061 5.44002C3.38061 6.11002 2.39062 7.79 2.39062 9.17V14.83C2.39062 16.21 3.38061 17.89 4.59061 18.56L9.9306 21.52C10.5006 21.84 11.2506 22 12.0006 22C12.7506 22 13.5006 21.84 14.0706 21.52\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M19.2 21.4C20.9673 21.4 22.4 19.9673 22.4 18.2C22.4 16.4327 20.9673 15 19.2 15C17.4327 15 16 16.4327 16 18.2C16 19.9673 17.4327 21.4 19.2 21.4Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M23 22L22 21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"box tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22.9992 17.91C23.0192 18.66 22.8192 19.37 22.4592 19.98C22.2592 20.34 21.9892 20.6701 21.6892 20.9401C20.9992 21.5801 20.0892 21.9701 19.0792 22.0001C17.6192 22.0301 16.3292 21.2801 15.6192 20.1301C15.2392 19.5401 15.0092 18.8301 14.9992 18.0801C14.9692 16.8201 15.5292 15.6801 16.4292 14.9301C17.1092 14.3701 17.9692 14.0201 18.9092 14.0001C21.1192 13.9501 22.9492 15.7 22.9992 17.91Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.4395 18.0303L18.4495 18.9902L20.5395 16.9702\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M3.16992 7.43994L11.9999 12.5499L20.7699 7.46991\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 21.61V12.54\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.6106 9.17V14.83C21.6106 14.88 21.6106 14.92 21.6006 14.97C20.9006 14.36 20.0006 14 19.0006 14C18.0606 14 17.1906 14.33 16.5006 14.88C15.5806 15.61 15.0006 16.74 15.0006 18C15.0006 18.75 15.2106 19.46 15.5806 20.06C15.6706 20.22 15.7806 20.37 15.9006 20.51L14.0706 21.52C12.9306 22.16 11.0706 22.16 9.9306 21.52L4.59061 18.56C3.38061 17.89 2.39062 16.21 2.39062 14.83V9.17C2.39062 7.79 3.38061 6.11002 4.59061 5.44002L9.9306 2.48C11.0706 1.84 12.9306 1.84 14.0706 2.48L19.4106 5.44002C20.6206 6.11002 21.6106 7.79 21.6106 9.17Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"box time \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path d=\"M3.16992 7.43994L11.9999 12.5499L20.7699 7.46991\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 21.61V12.54\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.6106 9.17V14.83C21.6106 14.88 21.6106 14.92 21.6006 14.97C20.9006 14.36 20.0006 14 19.0006 14C18.0606 14 17.1906 14.33 16.5006 14.88C15.5806 15.61 15.0006 16.74 15.0006 18C15.0006 18.75 15.2106 19.46 15.5806 20.06C15.6706 20.22 15.7806 20.37 15.9006 20.51L14.0706 21.52C12.9306 22.16 11.0706 22.16 9.9306 21.52L4.59061 18.56C3.38061 17.89 2.39062 16.21 2.39062 14.83V9.17C2.39062 7.79 3.38061 6.11002 4.59061 5.44002L9.9306 2.48C11.0706 1.84 12.9306 1.84 14.0706 2.48L19.4106 5.44002C20.6206 6.11002 21.6106 7.79 21.6106 9.17Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M23 18C23 19.2 22.47 20.27 21.64 21C20.93 21.62 20.01 22 19 22C16.79 22 15 20.21 15 18C15 16.74 15.58 15.61 16.5 14.88C17.19 14.33 18.06 14 19 14C21.21 14 23 15.79 23 18Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.25 16.75V18.25L18 19\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"box \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path d=\"M3.16992 7.43994L11.9999 12.5499L20.7699 7.46991\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 21.61V12.54\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.9306 2.48L4.59061 5.45003C3.38061 6.12003 2.39062 7.80001 2.39062 9.18001V14.83C2.39062 16.21 3.38061 17.89 4.59061 18.56L9.9306 21.53C11.0706 22.16 12.9406 22.16 14.0806 21.53L19.4206 18.56C20.6306 17.89 21.6206 16.21 21.6206 14.83V9.18001C21.6206 7.80001 20.6306 6.12003 19.4206 5.45003L14.0806 2.48C12.9306 1.84 11.0706 1.84 9.9306 2.48Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M16.9998 13.2401V9.58014L7.50977 4.1001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"briefcase \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.0008 22H16.0008C20.0208 22 20.7408 20.39 20.9508 18.43L21.7008 10.43C21.9708 7.99 21.2708 6 17.0008 6H7.0008C2.7308 6 2.0308 7.99 2.3008 10.43L3.0508 18.43C3.2608 20.39 3.9808 22 8.0008 22Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8 6V5.2C8 3.43 8 2 11.2 2H12.8C16 2 16 3.43 16 5.2V6\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M14 13V14C14 14.01 14 14.01 14 14.02C14 15.11 13.99 16 12 16C10.02 16 10 15.12 10 14.03V13C10 12 10 12 11 12H13C14 12 14 12 14 13Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.65 11C19.34 12.68 16.7 13.68 14 14.02\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.61914 11.2695C4.86914 12.8095 7.40914 13.7395 9.99914 14.0295\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"brifecase cross \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path d=\"M13.0692 15.3102L10.9492 13.2002\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.0497 13.2197L10.9297 15.3397\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M8.0008 22H16.0008C20.0208 22 20.7408 20.39 20.9508 18.43L21.7008 10.43C21.9708 7.99 21.2708 6 17.0008 6H7.0008C2.7308 6 2.0308 7.99 2.3008 10.43L3.0508 18.43C3.2608 20.39 3.9808 22 8.0008 22Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8 6V5.2C8 3.43 8 2 11.2 2H12.8C16 2 16 3.43 16 5.2V6\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M12 18.2002C14.2091 18.2002 16 16.4093 16 14.2002C16 11.9911 14.2091 10.2002 12 10.2002C9.79086 10.2002 8 11.9911 8 14.2002C8 16.4093 9.79086 18.2002 12 18.2002Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.6498 11C19.9198 12.26 17.9998 13.14 16.0098 13.64\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.61914 11.2695C4.28914 12.4095 6.10914 13.2195 7.99914 13.6795\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"brifecase tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M10.4395 14.2998L11.0895 14.9498C11.2795 15.1398 11.5895 15.1398 11.7795 14.9598L13.5595 13.3198\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.0008 22H16.0008C20.0208 22 20.7408 20.39 20.9508 18.43L21.7008 10.43C21.9708 7.99 21.2708 6 17.0008 6H7.0008C2.7308 6 2.0308 7.99 2.3008 10.43L3.0508 18.43C3.2608 20.39 3.9808 22 8.0008 22Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8 6V5.2C8 3.43 8 2 11.2 2H12.8C16 2 16 3.43 16 5.2V6\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M12 18.2002C14.2091 18.2002 16 16.4093 16 14.2002C16 11.9911 14.2091 10.2002 12 10.2002C9.79086 10.2002 8 11.9911 8 14.2002C8 16.4093 9.79086 18.2002 12 18.2002Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.6498 11C19.9198 12.26 17.9998 13.14 16.0098 13.64\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.61914 11.2695C4.28914 12.4095 6.10914 13.2195 7.99914 13.6795\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"brifecase timer \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12.25 12.9502V13.8802C12.25 14.2302 12.07 14.5602 11.76 14.7402L11 15.2002\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.0008 22H16.0008C20.0208 22 20.7408 20.39 20.9508 18.43L21.7008 10.43C21.9708 7.99 21.2708 6 17.0008 6H7.0008C2.7308 6 2.0308 7.99 2.3008 10.43L3.0508 18.43C3.2608 20.39 3.9808 22 8.0008 22Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8 6V5.2C8 3.43 8 2 11.2 2H12.8C16 2 16 3.43 16 5.2V6\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M12 18.2002C14.2091 18.2002 16 16.4093 16 14.2002C16 11.9911 14.2091 10.2002 12 10.2002C9.79086 10.2002 8 11.9911 8 14.2002C8 16.4093 9.79086 18.2002 12 18.2002Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.6498 11C19.9198 12.26 17.9998 13.14 16.0098 13.64\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.61914 11.2695C4.28914 12.4095 6.10914 13.2195 7.99914 13.6795\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"broom \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M9.87031 5.6701L6.45031 7.75012L4.89031 5.19012C4.32031 4.25012 4.62031 3.01012 5.56031 2.44012C6.50031 1.87012 7.74031 2.1701 8.31031 3.1101L9.87031 5.6701Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.8191 9.16009L8.65914 11.0801C6.81914 12.2001 6.25913 14.4601 7.14913 16.2601L9.19913 20.4401C9.85913 21.7901 11.4591 22.2601 12.7391 21.4701L19.1691 17.5601C20.4591 16.7801 20.7691 15.1501 19.8791 13.9401L17.1091 10.2001C15.9091 8.58013 13.6591 8.04009 11.8191 9.16009Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.7574 5.09815L5.63281 8.21875L7.71321 11.6351L12.8378 8.51455L10.7574 5.09815Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M14.3105 16.8101L15.9606 19.5201\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M11.75 18.3701L13.4 21.0801\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M16.8691 15.25L18.5191 17.96\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"brush 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.8095 3.93988C20.2695 7.77988 16.4095 12.9999 13.1795 15.5899L11.2095 17.1699C10.9595 17.3499 10.7095 17.5099 10.4295 17.6199C10.4295 17.4399 10.4195 17.2399 10.3895 17.0499C10.2795 16.2099 9.89953 15.4299 9.22953 14.7599C8.54953 14.0799 7.71953 13.6799 6.86953 13.5699C6.66953 13.5599 6.46953 13.5399 6.26953 13.5599C6.37953 13.2499 6.54953 12.9599 6.75953 12.7199L8.31953 10.7499C10.8995 7.51988 16.1395 3.63988 19.9695 2.10988C20.5595 1.88988 21.1295 2.04988 21.4895 2.41988C21.8695 2.78988 22.0495 3.35988 21.8095 3.93988Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.4293 17.6198C10.4293 18.7198 10.0093 19.7698 9.2193 20.5698C8.6093 21.1798 7.7793 21.5998 6.7893 21.7298L4.3293 21.9998C2.9893 22.1498 1.8393 21.0098 1.9993 19.6498L2.2693 17.1898C2.5093 14.9998 4.3393 13.5998 6.2793 13.5598C6.4793 13.5498 6.6893 13.5598 6.8793 13.5698C7.7293 13.6798 8.5593 14.0698 9.2393 14.7598C9.9093 15.4298 10.2893 16.2098 10.3993 17.0498C10.4093 17.2398 10.4293 17.4298 10.4293 17.6198Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M14.2398 14.4702C14.2398 11.8602 12.1198 9.74023 9.50977 9.74023\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"brush 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M10.9707 2H8.9707C3.9707 2 1.9707 4 1.9707 9V15C1.9707 20 3.9707 22 8.9707 22H14.9707C19.9707 22 21.9707 20 21.9707 15V13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.8795 3.56022C20.6495 6.63022 17.5595 10.8102 14.9795 12.8802L13.3995 14.1402C13.1995 14.2902 12.9995 14.4102 12.7695 14.5002C12.7695 14.3502 12.7595 14.2002 12.7395 14.0402C12.6495 13.3702 12.3495 12.7402 11.8095 12.2102C11.2595 11.6602 10.5995 11.3502 9.91945 11.2602C9.75945 11.2502 9.59945 11.2402 9.43945 11.2502C9.52945 11.0002 9.65945 10.7702 9.82945 10.5802L11.0895 9.00022C13.1595 6.42022 17.3495 3.31022 20.4095 2.08022C20.8795 1.90022 21.3395 2.04022 21.6295 2.33022C21.9295 2.63022 22.0695 3.09022 21.8795 3.56022Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.7801 14.49C12.7801 15.37 12.4401 16.21 11.8101 16.85C11.3201 17.34 10.6601 17.68 9.87009 17.78L7.90009 17.99C6.83009 18.11 5.91009 17.2 6.03009 16.11L6.24009 14.14C6.43009 12.39 7.89009 11.27 9.45009 11.24C9.61009 11.23 9.77009 11.24 9.93009 11.25C10.6101 11.34 11.2701 11.65 11.8201 12.2C12.3601 12.74 12.6601 13.36 12.7501 14.03C12.7701 14.19 12.7801 14.35 12.7801 14.49Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M15.8193 11.9799C15.8193 9.88994 14.1293 8.18994 12.0293 8.18994\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"brush 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.5 19.5V18H4.5C3.95 18 3.45 17.78 3.09 17.41C2.72 17.05 2.5 16.55 2.5 16C2.5 14.97 3.3 14.11 4.31 14.01C4.37 14 4.43 14 4.5 14H19.5C19.57 14 19.63 14 19.69 14.01C20.17 14.05 20.59 14.26 20.91 14.59C21.32 14.99 21.54 15.56 21.49 16.18C21.4 17.23 20.45 18 19.39 18H14.5V19.5C14.5 20.88 13.38 22 12 22C10.62 22 9.5 20.88 9.5 19.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M20.1702 5.3L19.6902 14.01C19.6302 14 19.5702 14 19.5002 14H4.50016C4.43016 14 4.37016 14 4.31016 14.01L3.83016 5.3C3.65016 3.53 5.04016 2 6.81016 2H17.1902C18.9602 2 20.3502 3.53 20.1702 5.3Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.99023 2V7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 2V4\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"brush 4 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M10 16C10 14.34 10 13 13 13H17C20 13 20 12 20 10V8C20 6 20 5 17 5H16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9992 2H7.99922C7.34922 3.95 7.34922 6.05 7.99922 8H11.9992C12.6492 6.05 12.6492 3.95 11.9992 2Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 2H7C5 2 4 3 4 5C4 7 5 8 7 8H8C7 6 7 4 8 2Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 2H12C13 4 13 6 12 8H13C15 8 16 7 16 5C16 3 15 2 13 2Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.5 22H10.5C12 22 12 21 12 20.5V17.5C12 17 12 16 10.5 16H9.5C8 16 8 17 8 17.5V20.5C8 21 8 22 9.5 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"brush \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M6 2H18C19.1 2 20 2.9 20 4V8.32001H4V4C4 2.9 4.9 2 6 2Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 8.31982V11.8798C4 12.9598 4.58003 13.9598 5.53003 14.4898L8.48999 16.1598C9.11999 16.5098 9.51001 17.1798 9.51001 17.8998V19.9998C9.51001 21.0998 10.41 21.9998 11.51 21.9998H12.51C13.61 21.9998 14.51 21.0998 14.51 19.9998V17.8998C14.51 17.1798 14.9 16.5098 15.53 16.1598L18.49 14.4898C19.43 13.9598 20.02 12.9598 20.02 11.8798V8.31982H4Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bubble \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.5909 12.26C18.4242 12.26 20.7209 9.96323 20.7209 7.13C20.7209 4.29678 18.4242 2 15.5909 2C12.7577 2 10.4609 4.29678 10.4609 7.13C10.4609 9.96323 12.7577 12.26 15.5909 12.26Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n<path opacity=\"0.4\" d=\"M6.35928 19.4398C8.06032 19.4398 9.4393 18.0608 9.4393 16.3598C9.4393 14.6587 8.06032 13.2798 6.35928 13.2798C4.65825 13.2798 3.2793 14.6587 3.2793 16.3598C3.2793 18.0608 4.65825 19.4398 6.35928 19.4398Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n<path opacity=\"0.4\" d=\"M16.6205 21.9999C18.0344 21.9999 19.1805 20.8537 19.1805 19.4399C19.1805 18.026 18.0344 16.8799 16.6205 16.8799C15.2067 16.8799 14.0605 18.026 14.0605 19.4399C14.0605 20.8537 15.2067 21.9999 16.6205 21.9999Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n</svg>\n</li><li title=\"bucket circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path d=\"M9.40994 15.9496L7.01992 13.5598C6.21992 12.7598 6.21992 11.9597 7.01992 11.1697L11.0099 7.17969L15.3999 11.5697C15.6199 11.7897 15.6199 12.1497 15.3999 12.3697L11.8099 15.9597C11.0099 16.7497 10.2099 16.7496 9.40994 15.9496Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.2109 6.37988L11.011 7.17987\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.46094 12.3299L15.4909 11.9399\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.4711 14.1699C16.4711 14.1699 15.3711 15.3699 15.3711 16.0999C15.3711 16.7099 15.8711 17.1998 16.4711 17.1998C17.0811 17.1998 17.5711 16.6999 17.5711 16.0999C17.5811 15.3599 16.4711 14.1699 16.4711 14.1699Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bucket square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path d=\"M8.93931 16.9304L6.1093 14.1003C5.1693 13.1603 5.1693 12.2103 6.1093 11.2703L10.8293 6.55029L16.0193 11.7403C16.2793 12.0003 16.2793 12.4204 16.0193 12.6804L11.7693 16.9304C10.8293 17.8704 9.87931 17.8704 8.93931 16.9304Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.87891 5.6001L10.8289 6.5401\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.43945 12.6399L16.1295 12.1699\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.3002 14.8101C17.3002 14.8101 15.9902 16.23 15.9902 17.1C15.9902 17.82 16.5802 18.41 17.3002 18.41C18.0202 18.41 18.6102 17.82 18.6102 17.1C18.6002 16.23 17.3002 14.8101 17.3002 14.8101Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H15C20 22 22 20 22 15Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bucket \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.00914 17.9998L2.99914 13.9898C1.65914 12.6498 1.65914 11.3198 2.99914 9.9798L9.67914 3.2998L17.0291 10.6498C17.3991 11.0198 17.3991 11.6198 17.0291 11.9898L11.0091 18.0098C9.68914 19.3298 8.34914 19.3298 7.00914 17.9998Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.34961 1.9502L9.68961 3.29016\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M2.07031 11.9197L17.1903 11.2598\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 22H16\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M18.85 15C18.85 15 17 17.01 17 18.24C17 19.26 17.83 20.09 18.85 20.09C19.87 20.09 20.7 19.26 20.7 18.24C20.7 17.01 18.85 15 18.85 15Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"building 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 22H22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.01 21.9898L3.01001 22.0099L3 7.06986C3 6.39986 3.34001 5.77983 3.89001 5.40983L7.89001 2.73984C8.56001 2.28984 9.43999 2.28984 10.11 2.73984L14.11 5.40983C14.67 5.77983 15 6.39986 15 7.06986L15.01 21.9898Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M19.9805 22.01V18\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 12C18.9 12 18 12.9 18 14V16C18 17.1 18.9 18 20 18C21.1 18 22 17.1 22 16V14C22 12.9 21.1 12 20 12Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 14H15\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M9 22V18.25\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M9 10.5C9.82843 10.5 10.5 9.82843 10.5 9C10.5 8.17157 9.82843 7.5 9 7.5C8.17157 7.5 7.5 8.17157 7.5 9C7.5 9.82843 8.17157 10.5 9 10.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"building 4 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M1 22H23\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M19.7803 22.0098V17.5498\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.7996 10.8901C18.5796 10.8901 17.5996 11.8701 17.5996 13.0901V15.3601C17.5996 16.5801 18.5796 17.5601 19.7996 17.5601C21.0196 17.5601 21.9996 16.5801 21.9996 15.3601V13.0901C21.9996 11.8701 21.0196 10.8901 19.7996 10.8901Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.09961 21.9998V6.02979C2.09961 4.01979 3.09966 3.00977 5.08966 3.00977H11.3196C13.3096 3.00977 14.2996 4.01979 14.2996 6.02979V21.9998\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M5.7998 8.25H10.7498\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M5.7998 12H10.7498\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8.25 22V18.25\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"building \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.4997 22.0003H4.07973C2.91973 22.0003 1.96973 21.0703 1.96973 19.9303V5.09035C1.96973 2.47035 3.91973 1.28035 6.30973 2.45035L10.7497 4.63035C11.7097 5.10035 12.4997 6.35035 12.4997 7.41035V22.0003Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.97 15.0604V18.8404C21.97 21.0004 20.97 22.0004 18.81 22.0004H12.5V10.4204L12.97 10.5204L17.47 11.5304L19.5 11.9804C20.82 12.2704 21.9 12.9504 21.96 14.8704C21.97 14.9304 21.97 14.9904 21.97 15.0604Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M5.5 9.00049H8.97\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M5.5 13.0005H8.97\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.4697 11.5305V14.7505C17.4697 15.9905 16.4597 17.0005 15.2197 17.0005C13.9797 17.0005 12.9697 15.9905 12.9697 14.7505V10.5205L17.4697 11.5305Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.9597 14.8703C21.8997 16.0503 20.9197 17.0003 19.7197 17.0003C18.4797 17.0003 17.4697 15.9903 17.4697 14.7503V11.5303L19.4997 11.9803C20.8197 12.2703 21.8997 12.9503 21.9597 14.8703Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"buildings 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M6.70001 18H4.15002C2.72002 18 2 17.28 2 15.85V4.15002C2 2.72002 2.72002 2 4.15002 2H8.45001C9.88001 2 10.6 2.72002 10.6 4.15002V6\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.3702 8.41998V19.58C17.3702 21.19 16.5702 22 14.9602 22H9.12018C7.51018 22 6.7002 21.19 6.7002 19.58V8.41998C6.7002 6.80998 7.51018 6 9.12018 6H14.9602C16.5702 6 17.3702 6.80998 17.3702 8.41998Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M13.4004 6V4.15002C13.4004 2.72002 14.1204 2 15.5504 2H19.8503C21.2803 2 22.0004 2.72002 22.0004 4.15002V15.85C22.0004 17.28 21.2803 18 19.8503 18H17.3704\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M10 11H14\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M10 14H14\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22V19\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"buildings \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13 22H5C3 22 2 21 2 19V11C2 9 3 8 5 8H10V19C10 21 11 22 13 22Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M10.11 4C10.03 4.3 10 4.63 10 5V8H5V6C5 4.9 5.9 4 7 4H10.11Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M14 8V13\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M18 8V13\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 17H15C14.45 17 14 17.45 14 18V22H18V18C18 17.45 17.55 17 17 17Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M6 13V17\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 19V5C10 3 11 2 13 2H19C21 2 22 3 22 5V19C22 21 21 22 19 22H13C11 22 10 21 10 19Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"buliding \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 22H22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 2H7C4 2 3 3.79 3 6V22H21V6C21 3.79 20 2 17 2Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M7 16.5H10\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M14 16.5H17\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M7 12H10\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M14 12H17\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M7 7.5H10\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M14 7.5H17\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"bus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.9 22H7.10001C5.40001 22 4 20.61 4 18.9V5.10001C4 3.40001 5.39001 2 7.10001 2H16.9C18.6 2 20 3.39001 20 5.10001V18.9C20 20.61 18.61 22 16.9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.5 13H5.5C4.67 13 4 12.33 4 11.5V9.5C4 8.67 4.67 8 5.5 8H18.5C19.33 8 20 8.67 20 9.5V11.5C20 12.33 19.33 13 18.5 13Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M9.5 5H14.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8.49451 17.7002H8.50349\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M15.4945 17.7002H15.5035\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"buy crypto \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M22 8.5C22 12.09 19.09 15 15.5 15C15.33 15 15.15 14.99 14.98 14.98C14.73 11.81 12.19 9.26999 9.01999 9.01999C9.00999 8.84999 9 8.67 9 8.5C9 4.91 11.91 2 15.5 2C19.09 2 22 4.91 22 8.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 15.5C15 19.09 12.09 22 8.5 22C4.91 22 2 19.09 2 15.5C2 11.91 4.91 9 8.5 9C8.67 9 8.84999 9.00999 9.01999 9.01999C12.19 9.26999 14.73 11.81 14.98 14.98C14.99 15.15 15 15.33 15 15.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M7.62 14.62L8.5 13L9.38 14.62L11 15.5L9.38 16.38L8.5 18L7.62 16.38L6 15.5L7.62 14.62Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cake \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 22H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.10938 22V13C3.10938 11.34 4.59938 10 6.43938 10H17.5494C19.3894 10 20.8794 11.34 20.8794 13V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.56055 10V7.17C5.56055 5.97 6.64055 5 7.98055 5H16.0305C17.3605 5 18.4405 5.97 18.4405 7.17V10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.34\" d=\"M3.5293 13.98L3.8993 13.99C4.6393 14 5.2293 14.6 5.2293 15.34V15.67C5.2293 16.41 5.8293 17.02 6.5793 17.02C7.3193 17.02 7.9293 16.42 7.9293 15.67V15.36C7.9293 14.62 8.5293 14.01 9.2793 14.01C10.0193 14.01 10.6293 14.61 10.6293 15.36V15.67C10.6293 16.41 11.2293 17.02 11.9793 17.02C12.7193 17.02 13.3293 16.42 13.3293 15.67V15.36C13.3293 14.62 13.9293 14.01 14.6793 14.01C15.4193 14.01 16.0293 14.61 16.0293 15.36V15.67C16.0293 16.41 16.6293 17.02 17.3793 17.02C18.1193 17.02 18.7293 16.42 18.7293 15.67V15.36C18.7293 14.62 19.3293 14.01 20.0793 14.01H20.5293\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.34\" d=\"M8 5V3\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.34\" d=\"M16 5V3\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.34\" d=\"M12 5V2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"calculator \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10 22H14C19 22 21 20 21 15V9C21 4 19 2 14 2H10C5 2 3 4 3 9V15C3 20 5 22 10 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M16.5 7.58008V8.58008C16.5 9.40008 15.83 10.0801 15 10.0801H9C8.18 10.0801 7.5 9.41008 7.5 8.58008V7.58008C7.5 6.76008 8.17 6.08008 9 6.08008H15C15.83 6.08008 16.5 6.75008 16.5 7.58008Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8.13612 14H8.14767\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M11.9955 14H12.007\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M15.8549 14H15.8664\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8.13612 17.5H8.14767\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M11.9955 17.5H12.007\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M15.8549 17.5H15.8664\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"calendar 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 2V5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 2V5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 3.5C19.33 3.68 21 4.95 21 9.65V15.83C21 19.95 20 22.01 15 22.01H9C4 22.01 3 19.95 3 15.83V9.65C3 4.95 4.67 3.69 8 3.5H16Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M20.75 17.6001H3.25\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M12 8.25C10.77 8.25 9.73 8.92 9.73 10.22C9.73 10.84 10.02 11.31 10.46 11.61C9.85 11.97 9.5 12.55 9.5 13.23C9.5 14.47 10.45 15.24 12 15.24C13.54 15.24 14.5 14.47 14.5 13.23C14.5 12.55 14.15 11.96 13.53 11.61C13.98 11.3 14.26 10.84 14.26 10.22C14.26 8.92 13.23 8.25 12 8.25ZM12 11.09C11.48 11.09 11.1 10.78 11.1 10.29C11.1 9.79 11.48 9.5 12 9.5C12.52 9.5 12.9 9.79 12.9 10.29C12.9 10.78 12.52 11.09 12 11.09ZM12 14C11.34 14 10.86 13.67 10.86 13.07C10.86 12.47 11.34 12.15 12 12.15C12.66 12.15 13.14 12.48 13.14 13.07C13.14 13.67 12.66 14 12 14Z\" fill=\"\"/>\n</svg>\n</li><li title=\"calendar 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 2V5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 2V5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M3.5 9.08984H20.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 8.5V17C21 20 19.5 22 16 22H8C4.5 22 3 20 3 17V8.5C3 5.5 4.5 3.5 8 3.5H16C19.5 3.5 21 5.5 21 8.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M11.9955 13.7002H12.0045\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8.29431 13.7002H8.30329\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8.29492 16.7002H8.3039\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"calendar add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 2V5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 2V5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M3.5 9.08984H20.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 23C20.2091 23 22 21.2091 22 19C22 16.7909 20.2091 15 18 15C15.7909 15 14 16.7909 14 19C14 21.2091 15.7909 23 18 23Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.4898 19.0498H16.5098\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 17.5898V20.5798\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 8.5V16.36C20.27 15.53 19.2 15 18 15C15.79 15 14 16.79 14 19C14 19.75 14.21 20.46 14.58 21.06C14.79 21.42 15.06 21.74 15.37 22H8C4.5 22 3 20 3 17V8.5C3 5.5 4.5 3.5 8 3.5H16C19.5 3.5 21 5.5 21 8.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M11.9955 13.7002H12.0045\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8.29431 13.7002H8.30329\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8.29492 16.7002H8.3039\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"calendar circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M9.89062 5.83008V7.83008\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.1094 5.83008V7.83008\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.5293 10.1401H16.4693\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.5 17.6699H10.5C8 17.6699 6.5 15.8699 6.5 13.6699V10.6699C6.5 8.46992 8 6.66992 10.5 6.66992H13.5C16 6.66992 17.5 8.46992 17.5 10.6699V13.6699C17.5 15.8699 16 17.6699 13.5 17.6699Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"calendar edit \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 2V5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 2V5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M3.5 9.08984H20.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.21 15.7698L15.6701 19.3098C15.5301 19.4498 15.4 19.7098 15.37 19.8998L15.18 21.2498C15.11 21.7398 15.45 22.0798 15.94 22.0098L17.29 21.8198C17.48 21.7898 17.75 21.6598 17.88 21.5198L21.4201 17.9798C22.0301 17.3698 22.3201 16.6598 21.4201 15.7598C20.5301 14.8698 19.82 15.1598 19.21 15.7698Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.7002 16.2798C19.0002 17.3598 19.8402 18.1998 20.9202 18.4998\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22H8C4.5 22 3 20 3 17V8.5C3 5.5 4.5 3.5 8 3.5H16C19.5 3.5 21 5.5 21 8.5V12\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M11.9955 13.7002H12.0045\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8.29431 13.7002H8.30329\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8.29492 16.7002H8.3039\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"calendar remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 2V5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 2V5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M3.5 9.08984H20.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 23C20.2091 23 22 21.2091 22 19C22 16.7909 20.2091 15 18 15C15.7909 15 14 16.7909 14 19C14 21.2091 15.7909 23 18 23Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.0692 20.11L16.9492 18\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.0497 18.02L16.9297 20.14\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 8.5V16.36C20.27 15.53 19.2 15 18 15C15.79 15 14 16.79 14 19C14 19.75 14.21 20.46 14.58 21.06C14.79 21.42 15.06 21.74 15.37 22H8C4.5 22 3 20 3 17V8.5C3 5.5 4.5 3.5 8 3.5H16C19.5 3.5 21 5.5 21 8.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M11.9955 13.7002H12.0045\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8.29431 13.7002H8.30329\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8.29492 16.7002H8.3039\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"calendar search \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 2V5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 2V5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.2 21.4C19.9673 21.4 21.4 19.9673 21.4 18.2C21.4 16.4327 19.9673 15 18.2 15C16.4327 15 15 16.4327 15 18.2C15 19.9673 16.4327 21.4 18.2 21.4Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 22L21 21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M3.5 9.08984H20.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.37 22H8C4.5 22 3 20 3 17V8.5C3 5.5 4.5 3.5 8 3.5H16C19.5 3.5 21 5.5 21 8.5V13\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M11.9955 13.7002H12.0045\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8.29431 13.7002H8.30329\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8.29492 16.7002H8.3039\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"calendar tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 2V5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 2V5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M3.5 9.08984H20.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 19C22 19.75 21.79 20.46 21.42 21.06C20.73 22.22 19.46 23 18 23C16.99 23 16.07 22.63 15.37 22C15.06 21.74 14.79 21.42 14.58 21.06C14.21 20.46 14 19.75 14 19C14 16.79 15.79 15 18 15C19.2 15 20.27 15.53 21 16.36C21.62 17.07 22 17.99 22 19Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.4404 19L17.4304 19.99L19.5604 18.02\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 8.5V16.36C20.27 15.53 19.2 15 18 15C15.79 15 14 16.79 14 19C14 19.75 14.21 20.46 14.58 21.06C14.79 21.42 15.06 21.74 15.37 22H8C4.5 22 3 20 3 17V8.5C3 5.5 4.5 3.5 8 3.5H16C19.5 3.5 21 5.5 21 8.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M11.9955 13.7002H12.0045\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8.29431 13.7002H8.30329\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8.29492 16.7002H8.3039\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"calendar \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 2V5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 2V5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M3.5 9.08984H20.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 8.5V17C21 20 19.5 22 16 22H8C4.5 22 3 20 3 17V8.5C3 5.5 4.5 3.5 8 3.5H16C19.5 3.5 21 5.5 21 8.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M15.6947 13.7002H15.7037\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M15.6947 16.7002H15.7037\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M11.9955 13.7002H12.0045\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M11.9955 16.7002H12.0045\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8.29431 13.7002H8.30329\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8.29395 16.7002H8.30293\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"call add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.97 18.33C21.97 18.69 21.89 19.06 21.72 19.42C21.55 19.78 21.33 20.12 21.04 20.44C20.55 20.98 20.01 21.37 19.4 21.62C18.8 21.87 18.15 22 17.45 22C16.43 22 15.34 21.76 14.19 21.27C13.04 20.78 11.89 20.12 10.75 19.29C9.6 18.45 8.51 17.52 7.47 16.49C6.44 15.45 5.51 14.36 4.68 13.22C3.86 12.08 3.2 10.94 2.72 9.81C2.24 8.67 2 7.58 2 6.54C2 5.86 2.12 5.21 2.36 4.61C2.6 4 2.98 3.44 3.51 2.94C4.15 2.31 4.85 2 5.59 2C5.87 2 6.15 2.06 6.4 2.18C6.66 2.3 6.89 2.48 7.07 2.74L9.39 6.01C9.57 6.26 9.7 6.49 9.79 6.71C9.88 6.92 9.93 7.13 9.93 7.32C9.93 7.56 9.86 7.8 9.72 8.03C9.59 8.26 9.4 8.5 9.16 8.74L8.4 9.53C8.29 9.64 8.24 9.77 8.24 9.93C8.24 10.01 8.25 10.08 8.27 10.16C8.3 10.24 8.33 10.3 8.35 10.36C8.53 10.69 8.84 11.12 9.28 11.64C9.73 12.16 10.21 12.69 10.73 13.22C11.27 13.75 11.79 14.24 12.32 14.69C12.84 15.13 13.27 15.43 13.61 15.61C13.66 15.63 13.72 15.66 13.79 15.69C13.87 15.72 13.95 15.73 14.04 15.73C14.21 15.73 14.34 15.67 14.45 15.56L15.21 14.81C15.46 14.56 15.7 14.37 15.93 14.25C16.16 14.11 16.39 14.04 16.64 14.04C16.83 14.04 17.03 14.08 17.25 14.17C17.47 14.26 17.7 14.39 17.95 14.56L21.26 16.91C21.52 17.09 21.7 17.3 21.81 17.55C21.91 17.8 21.97 18.05 21.97 18.33Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n<g opacity=\"0.4\">\n<path d=\"M15.5 6H20.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 8.5V3.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"call calling \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.97 18.33C21.97 18.69 21.89 19.06 21.72 19.42C21.55 19.78 21.33 20.12 21.04 20.44C20.55 20.98 20.01 21.37 19.4 21.62C18.8 21.87 18.15 22 17.45 22C16.43 22 15.34 21.76 14.19 21.27C13.04 20.78 11.89 20.12 10.75 19.29C9.6 18.45 8.51 17.52 7.47 16.49C6.44 15.45 5.51 14.36 4.68 13.22C3.86 12.08 3.2 10.94 2.72 9.81C2.24 8.67 2 7.58 2 6.54C2 5.86 2.12 5.21 2.36 4.61C2.6 4 2.98 3.44 3.51 2.94C4.15 2.31 4.85 2 5.59 2C5.87 2 6.15 2.06 6.4 2.18C6.66 2.3 6.89 2.48 7.07 2.74L9.39 6.01C9.57 6.26 9.7 6.49 9.79 6.71C9.88 6.92 9.93 7.13 9.93 7.32C9.93 7.56 9.86 7.8 9.72 8.03C9.59 8.26 9.4 8.5 9.16 8.74L8.4 9.53C8.29 9.64 8.24 9.77 8.24 9.93C8.24 10.01 8.25 10.08 8.27 10.16C8.3 10.24 8.33 10.3 8.35 10.36C8.53 10.69 8.84 11.12 9.28 11.64C9.73 12.16 10.21 12.69 10.73 13.22C11.27 13.75 11.79 14.24 12.32 14.69C12.84 15.13 13.27 15.43 13.61 15.61C13.66 15.63 13.72 15.66 13.79 15.69C13.87 15.72 13.95 15.73 14.04 15.73C14.21 15.73 14.34 15.67 14.45 15.56L15.21 14.81C15.46 14.56 15.7 14.37 15.93 14.25C16.16 14.11 16.39 14.04 16.64 14.04C16.83 14.04 17.03 14.08 17.25 14.17C17.47 14.26 17.7 14.39 17.95 14.56L21.26 16.91C21.52 17.09 21.7 17.3 21.81 17.55C21.91 17.8 21.97 18.05 21.97 18.33Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n<path opacity=\"0.4\" d=\"M18.5 9C18.5 8.4 18.03 7.48 17.33 6.73C16.69 6.04 15.84 5.5 15 5.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M22 9C22 5.13 18.87 2 15 2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"call incoming \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.97 18.33C21.97 18.69 21.89 19.06 21.72 19.42C21.55 19.78 21.33 20.12 21.04 20.44C20.55 20.98 20.01 21.37 19.4 21.62C18.8 21.87 18.15 22 17.45 22C16.43 22 15.34 21.76 14.19 21.27C13.04 20.78 11.89 20.12 10.75 19.29C9.6 18.45 8.51 17.52 7.47 16.49C6.44 15.45 5.51 14.36 4.68 13.22C3.86 12.08 3.2 10.94 2.72 9.81C2.24 8.67 2 7.58 2 6.54C2 5.86 2.12 5.21 2.36 4.61C2.6 4 2.98 3.44 3.51 2.94C4.15 2.31 4.85 2 5.59 2C5.87 2 6.15 2.06 6.4 2.18C6.66 2.3 6.89 2.48 7.07 2.74L9.39 6.01C9.57 6.26 9.7 6.49 9.79 6.71C9.88 6.92 9.93 7.13 9.93 7.32C9.93 7.56 9.86 7.8 9.72 8.03C9.59 8.26 9.4 8.5 9.16 8.74L8.4 9.53C8.29 9.64 8.24 9.77 8.24 9.93C8.24 10.01 8.25 10.08 8.27 10.16C8.3 10.24 8.33 10.3 8.35 10.36C8.53 10.69 8.84 11.12 9.28 11.64C9.73 12.16 10.21 12.69 10.73 13.22C11.27 13.75 11.79 14.24 12.32 14.69C12.84 15.13 13.27 15.43 13.61 15.61C13.66 15.63 13.72 15.66 13.79 15.69C13.87 15.72 13.95 15.73 14.04 15.73C14.21 15.73 14.34 15.67 14.45 15.56L15.21 14.81C15.46 14.56 15.7 14.37 15.93 14.25C16.16 14.11 16.39 14.04 16.64 14.04C16.83 14.04 17.03 14.08 17.25 14.17C17.47 14.26 17.7 14.39 17.95 14.56L21.26 16.91C21.52 17.09 21.7 17.3 21.81 17.55C21.91 17.8 21.97 18.05 21.97 18.33Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n<path opacity=\"0.4\" d=\"M16.2002 7.8H21.0002M16.2002 7.8V3V7.8Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"call minus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.97 18.33C21.97 18.69 21.89 19.06 21.72 19.42C21.55 19.78 21.33 20.12 21.04 20.44C20.55 20.98 20.01 21.37 19.4 21.62C18.8 21.87 18.15 22 17.45 22C16.43 22 15.34 21.76 14.19 21.27C13.04 20.78 11.89 20.12 10.75 19.29C9.6 18.45 8.51 17.52 7.47 16.49C6.44 15.45 5.51 14.36 4.68 13.22C3.86 12.08 3.2 10.94 2.72 9.81C2.24 8.67 2 7.58 2 6.54C2 5.86 2.12 5.21 2.36 4.61C2.6 4 2.98 3.44 3.51 2.94C4.15 2.31 4.85 2 5.59 2C5.87 2 6.15 2.06 6.4 2.18C6.66 2.3 6.89 2.48 7.07 2.74L9.39 6.01C9.57 6.26 9.7 6.49 9.79 6.71C9.88 6.92 9.93 7.13 9.93 7.32C9.93 7.56 9.86 7.8 9.72 8.03C9.59 8.26 9.4 8.5 9.16 8.74L8.4 9.53C8.29 9.64 8.24 9.77 8.24 9.93C8.24 10.01 8.25 10.08 8.27 10.16C8.3 10.24 8.33 10.3 8.35 10.36C8.53 10.69 8.84 11.12 9.28 11.64C9.73 12.16 10.21 12.69 10.73 13.22C11.27 13.75 11.79 14.24 12.32 14.69C12.84 15.13 13.27 15.43 13.61 15.61C13.66 15.63 13.72 15.66 13.79 15.69C13.87 15.72 13.95 15.73 14.04 15.73C14.21 15.73 14.34 15.67 14.45 15.56L15.21 14.81C15.46 14.56 15.7 14.37 15.93 14.25C16.16 14.11 16.39 14.04 16.64 14.04C16.83 14.04 17.03 14.08 17.25 14.17C17.47 14.26 17.7 14.39 17.95 14.56L21.26 16.91C21.52 17.09 21.7 17.3 21.81 17.55C21.91 17.8 21.97 18.05 21.97 18.33Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n<path opacity=\"0.4\" d=\"M15.5 6H20.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"call outgoing \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.97 18.33C21.97 18.69 21.89 19.06 21.72 19.42C21.55 19.78 21.33 20.12 21.04 20.44C20.55 20.98 20.01 21.37 19.4 21.62C18.8 21.87 18.15 22 17.45 22C16.43 22 15.34 21.76 14.19 21.27C13.04 20.78 11.89 20.12 10.75 19.29C9.6 18.45 8.51 17.52 7.47 16.49C6.44 15.45 5.51 14.36 4.68 13.22C3.86 12.08 3.2 10.94 2.72 9.81C2.24 8.67 2 7.58 2 6.54C2 5.86 2.12 5.21 2.36 4.61C2.6 4 2.98 3.44 3.51 2.94C4.15 2.31 4.85 2 5.59 2C5.87 2 6.15 2.06 6.4 2.18C6.66 2.3 6.89 2.48 7.07 2.74L9.39 6.01C9.57 6.26 9.7 6.49 9.79 6.71C9.88 6.92 9.93 7.13 9.93 7.32C9.93 7.56 9.86 7.8 9.72 8.03C9.59 8.26 9.4 8.5 9.16 8.74L8.4 9.53C8.29 9.64 8.24 9.77 8.24 9.93C8.24 10.01 8.25 10.08 8.27 10.16C8.3 10.24 8.33 10.3 8.35 10.36C8.53 10.69 8.84 11.12 9.28 11.64C9.73 12.16 10.21 12.69 10.73 13.22C11.27 13.75 11.79 14.24 12.32 14.69C12.84 15.13 13.27 15.43 13.61 15.61C13.66 15.63 13.72 15.66 13.79 15.69C13.87 15.72 13.95 15.73 14.04 15.73C14.21 15.73 14.34 15.67 14.45 15.56L15.21 14.81C15.46 14.56 15.7 14.37 15.93 14.25C16.16 14.11 16.39 14.04 16.64 14.04C16.83 14.04 17.03 14.08 17.25 14.17C17.47 14.26 17.7 14.39 17.95 14.56L21.26 16.91C21.52 17.09 21.7 17.3 21.81 17.55C21.91 17.8 21.97 18.05 21.97 18.33Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n<path opacity=\"0.4\" d=\"M20.0002 4H15.2002M20.0002 4V8.8V4Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"call received \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.97 18.33C21.97 18.69 21.89 19.06 21.72 19.42C21.55 19.78 21.33 20.12 21.04 20.44C20.55 20.98 20.01 21.37 19.4 21.62C18.8 21.87 18.15 22 17.45 22C16.43 22 15.34 21.76 14.19 21.27C13.04 20.78 11.89 20.12 10.75 19.29C9.6 18.45 8.51 17.52 7.47 16.49C6.44 15.45 5.51 14.36 4.68 13.22C3.86 12.08 3.2 10.94 2.72 9.81C2.24 8.67 2 7.58 2 6.54C2 5.86 2.12 5.21 2.36 4.61C2.6 4 2.98 3.44 3.51 2.94C4.15 2.31 4.85 2 5.59 2C5.87 2 6.15 2.06 6.4 2.18C6.66 2.3 6.89 2.48 7.07 2.74L9.39 6.01C9.57 6.26 9.7 6.49 9.79 6.71C9.88 6.92 9.93 7.13 9.93 7.32C9.93 7.56 9.86 7.8 9.72 8.03C9.59 8.26 9.4 8.5 9.16 8.74L8.4 9.53C8.29 9.64 8.24 9.77 8.24 9.93C8.24 10.01 8.25 10.08 8.27 10.16C8.3 10.24 8.33 10.3 8.35 10.36C8.53 10.69 8.84 11.12 9.28 11.64C9.73 12.16 10.21 12.69 10.73 13.22C11.27 13.75 11.79 14.24 12.32 14.69C12.84 15.13 13.27 15.43 13.61 15.61C13.66 15.63 13.72 15.66 13.79 15.69C13.87 15.72 13.95 15.73 14.04 15.73C14.21 15.73 14.34 15.67 14.45 15.56L15.21 14.81C15.46 14.56 15.7 14.37 15.93 14.25C16.16 14.11 16.39 14.04 16.64 14.04C16.83 14.04 17.03 14.08 17.25 14.17C17.47 14.26 17.7 14.39 17.95 14.56L21.26 16.91C21.52 17.09 21.7 17.3 21.81 17.55C21.91 17.8 21.97 18.05 21.97 18.33Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n<path opacity=\"0.4\" d=\"M15 5.97021L17 7.97021L21 3.97021\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"call remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.97 18.33C21.97 18.69 21.89 19.06 21.72 19.42C21.55 19.78 21.33 20.12 21.04 20.44C20.55 20.98 20.01 21.37 19.4 21.62C18.8 21.87 18.15 22 17.45 22C16.43 22 15.34 21.76 14.19 21.27C13.04 20.78 11.89 20.12 10.75 19.29C9.6 18.45 8.51 17.52 7.47 16.49C6.44 15.45 5.51 14.36 4.68 13.22C3.86 12.08 3.2 10.94 2.72 9.81C2.24 8.67 2 7.58 2 6.54C2 5.86 2.12 5.21 2.36 4.61C2.6 4 2.98 3.44 3.51 2.94C4.15 2.31 4.85 2 5.59 2C5.87 2 6.15 2.06 6.4 2.18C6.66 2.3 6.89 2.48 7.07 2.74L9.39 6.01C9.57 6.26 9.7 6.49 9.79 6.71C9.88 6.92 9.93 7.13 9.93 7.32C9.93 7.56 9.86 7.8 9.72 8.03C9.59 8.26 9.4 8.5 9.16 8.74L8.4 9.53C8.29 9.64 8.24 9.77 8.24 9.93C8.24 10.01 8.25 10.08 8.27 10.16C8.3 10.24 8.33 10.3 8.35 10.36C8.53 10.69 8.84 11.12 9.28 11.64C9.73 12.16 10.21 12.69 10.73 13.22C11.27 13.75 11.79 14.24 12.32 14.69C12.84 15.13 13.27 15.43 13.61 15.61C13.66 15.63 13.72 15.66 13.79 15.69C13.87 15.72 13.95 15.73 14.04 15.73C14.21 15.73 14.34 15.67 14.45 15.56L15.21 14.81C15.46 14.56 15.7 14.37 15.93 14.25C16.16 14.11 16.39 14.04 16.64 14.04C16.83 14.04 17.03 14.08 17.25 14.17C17.47 14.26 17.7 14.39 17.95 14.56L21.26 16.91C21.52 17.09 21.7 17.3 21.81 17.55C21.91 17.8 21.97 18.05 21.97 18.33Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n<g opacity=\"0.4\">\n<path d=\"M16.2305 7.77047L19.7705 4.23047\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.7705 7.77047L16.2305 4.23047\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"call slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M10.3203 18.97C10.4603 19.08 10.6003 19.18 10.7503 19.29C11.8903 20.12 13.0403 20.78 14.1903 21.27C15.3403 21.76 16.4303 22 17.4503 22C18.1503 22 18.8003 21.87 19.4003 21.62C20.0103 21.37 20.5503 20.98 21.0403 20.44C21.3303 20.12 21.5503 19.78 21.7203 19.42C21.8903 19.06 21.9703 18.69 21.9703 18.33C21.9703 18.05 21.9103 17.8 21.8103 17.55C21.7003 17.3 21.5203 17.09 21.2603 16.91L17.9503 14.56C17.7003 14.39 17.4703 14.26 17.2503 14.17C17.0303 14.08 16.8303 14.04 16.6403 14.04C16.3903 14.04 16.1603 14.11 15.9303 14.25C15.7003 14.37 15.4603 14.56 15.2103 14.81L14.4503 15.56C14.3403 15.67 14.2103 15.73 14.0403 15.73C13.9503 15.73 13.8703 15.72 13.7903 15.69C13.7203 15.66 13.6603 15.63 13.6103 15.61C13.4203 15.51 13.2003 15.37 12.9603 15.19\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.73 13.22C10.21 12.69 9.73 12.16 9.28 11.64C8.84 11.12 8.53 10.69 8.35 10.36C8.33 10.3 8.3 10.24 8.27 10.16C8.25 10.08 8.24 10.01 8.24 9.93C8.24 9.77 8.29 9.64 8.4 9.53L9.16 8.74C9.4 8.5 9.59 8.26 9.72 8.03C9.86 7.8 9.93 7.56 9.93 7.32C9.93 7.13 9.88 6.92 9.79 6.71C9.7 6.49 9.57 6.26 9.39 6.01L7.07 2.74C6.89 2.48 6.66 2.3 6.4 2.18C6.15 2.06 5.87 2 5.59 2C4.85 2 4.15 2.31 3.51 2.94C2.98 3.44 2.6 4 2.36 4.61C2.12 5.21 2 5.86 2 6.54C2 7.58 2.24 8.67 2.72 9.81C3.2 10.94 3.86 12.08 4.68 13.22C5.51 14.36 6.44 15.45 7.47 16.49\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 2L2 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"call \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.97 18.33C21.97 18.69 21.89 19.06 21.72 19.42C21.55 19.78 21.33 20.12 21.04 20.44C20.55 20.98 20.01 21.37 19.4 21.62C18.8 21.87 18.15 22 17.45 22C16.43 22 15.34 21.76 14.19 21.27C13.04 20.78 11.89 20.12 10.75 19.29C9.6 18.45 8.51 17.52 7.47 16.49C6.44 15.45 5.51 14.36 4.68 13.22C3.86 12.08 3.2 10.94 2.72 9.81C2.24 8.67 2 7.58 2 6.54C2 5.86 2.12 5.21 2.36 4.61C2.6 4 2.98 3.44 3.51 2.94C4.15 2.31 4.85 2 5.59 2C5.87 2 6.15 2.06 6.4 2.18C6.66 2.3 6.89 2.48 7.07 2.74L9.39 6.01C9.57 6.26 9.7 6.49 9.79 6.71C9.88 6.92 9.93 7.13 9.93 7.32C9.93 7.56 9.86 7.8 9.72 8.03C9.59 8.26 9.4 8.5 9.16 8.74L8.4 9.53C8.29 9.64 8.24 9.77 8.24 9.93C8.24 10.01 8.25 10.08 8.27 10.16C8.3 10.24 8.33 10.3 8.35 10.36C8.53 10.69 8.84 11.12 9.28 11.64C9.73 12.16 10.21 12.69 10.73 13.22C11.27 13.75 11.79 14.24 12.32 14.69C12.84 15.13 13.27 15.43 13.61 15.61C13.66 15.63 13.72 15.66 13.79 15.69C13.87 15.72 13.95 15.73 14.04 15.73C14.21 15.73 14.34 15.67 14.45 15.56L15.21 14.81C15.46 14.56 15.7 14.37 15.93 14.25C16.16 14.11 16.39 14.04 16.64 14.04C16.83 14.04 17.03 14.08 17.25 14.17C17.47 14.26 17.7 14.39 17.95 14.56L21.26 16.91C21.52 17.09 21.7 17.3 21.81 17.55C21.91 17.8 21.97 18.05 21.97 18.33Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n</svg>\n</li><li title=\"camera slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M6 10H9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M6.75977 21.9998H17.2398C19.9998 21.9998 21.0998 20.3098 21.2298 18.2498L21.7498 9.98977C21.8098 9.05977 21.5198 8.18977 21.0098 7.50977\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.0002 6C17.3902 6 16.8302 5.65 16.5502 5.11L15.8302 3.66C15.3702 2.75 14.1702 2 13.1502 2H10.8602C9.83017 2 8.63017 2.75 8.17017 3.66L7.45017 5.11C7.17017 5.65 6.61017 6 6.00017 6C3.83017 6 2.11017 7.83 2.25017 9.99L2.77017 18.25C2.82017 19.07 3.03017 19.84 3.44017 20.46\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M10 17.31C10.55 17.74 11.25 18 12 18C13.79 18 15.25 16.54 15.25 14.75C15.25 14.11 15.07 13.52 14.75 13.02\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 2L2 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"camera \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.76017 22H17.2402C20.0002 22 21.1002 20.31 21.2302 18.25L21.7502 9.99C21.8902 7.83 20.1702 6 18.0002 6C17.3902 6 16.8302 5.65 16.5502 5.11L15.8302 3.66C15.3702 2.75 14.1702 2 13.1502 2H10.8602C9.83017 2 8.63017 2.75 8.17017 3.66L7.45017 5.11C7.17017 5.65 6.61017 6 6.00017 6C3.83017 6 2.11017 7.83 2.25017 9.99L2.77017 18.25C2.89017 20.31 4.00017 22 6.76017 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M10.5 8H13.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M12 18C13.79 18 15.25 16.54 15.25 14.75C15.25 12.96 13.79 11.5 12 11.5C10.21 11.5 8.75 12.96 8.75 14.75C8.75 16.54 10.21 18 12 18Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"candle 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M22 17.5H15\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M5 17.5H2\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M22 6.5H19\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M9 6.5H2\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 14.5H13C14.1 14.5 15 15 15 16.5V18.5C15 20 14.1 20.5 13 20.5H7C5.9 20.5 5 20 5 18.5V16.5C5 15 5.9 14.5 7 14.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 3.5H17C18.1 3.5 19 4 19 5.5V7.5C19 9 18.1 9.5 17 9.5H11C9.9 9.5 9 9 9 7.5V5.5C9 4 9.9 3.5 11 3.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"candle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M6.5 22V15\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M6.5 5V2\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M17.5 22V19\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M17.5 9V2\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.5 7V13C9.5 14.1 9 15 7.5 15H5.5C4 15 3.5 14.1 3.5 13V7C3.5 5.9 4 5 5.5 5H7.5C9 5 9.5 5.9 9.5 7Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.5 11V17C20.5 18.1 20 19 18.5 19H16.5C15 19 14.5 18.1 14.5 17V11C14.5 9.9 15 9 16.5 9H18.5C20 9 20.5 9.9 20.5 11Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"car \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.51 2.83008H8.49C6 2.83008 5.45 4.07008 5.13 5.59008L4 11.0001H20L18.87 5.59008C18.55 4.07008 18 2.83008 15.51 2.83008Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.9907 19.82C22.1007 20.99 21.1607 22 19.9607 22H18.0807C17.0007 22 16.8507 21.54 16.6607 20.97L16.4607 20.37C16.1807 19.55 16.0007 19 14.5607 19H9.44071C8.00071 19 7.79071 19.62 7.54071 20.37L7.34071 20.97C7.15071 21.54 7.00071 22 5.92071 22H4.04071C2.84071 22 1.90071 20.99 2.01071 19.82L2.57071 13.73C2.71071 12.23 3.00071 11 5.62071 11H18.3807C21.0007 11 21.2907 12.23 21.4307 13.73L21.9907 19.82Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 8H3\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 8H20\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M12 3V5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.5 5H13.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path opacity=\"0.4\" d=\"M6 15H9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M15 15H18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"card add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 8.5H13.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M6 16.5H8\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M10.5 16.5H14.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 12.03V16.11C22 19.62 21.11 20.5 17.56 20.5H6.44C2.89 20.5 2 19.62 2 16.11V7.89C2 4.38 2.89 3.5 6.44 3.5H13.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M16.5 6.25H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M19.25 9V3.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n</g>\n</svg>\n</li><li title=\"card coin \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 17.0601H12\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.21997 13.5H9.78003C11.56 13.5 12 13.94 12 15.7V19.81C12 21.57 11.56 22.01 9.78003 22.01H4.21997C2.43997 22.01 2 21.57 2 19.81V15.7C2 13.94 2.43997 13.5 4.21997 13.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M22 15C22 18.87 18.87 22 15 22L16.05 20.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M2 9C2 5.13 5.13 2 9 2L7.95001 3.75\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.5 11C20.9853 11 23 8.98528 23 6.5C23 4.01472 20.9853 2 18.5 2C16.0147 2 14 4.01472 14 6.5C14 8.98528 16.0147 11 18.5 11Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"card edit \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M1.99609 8.5H11.4961\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M5.99609 16.5H7.99609\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M10.4961 16.5H14.4961\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.9961 12.03V16.11C21.9961 19.62 21.1061 20.5 17.5561 20.5H6.43609C2.88609 20.5 1.99609 19.62 1.99609 16.11V7.89C1.99609 4.38 2.88609 3.5 6.43609 3.5H14.4961\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M19.0764 4.13031L15.3664 7.84031C15.2264 7.98031 15.0864 8.26031 15.0564 8.46031L14.8564 9.88031C14.7864 10.3903 15.1464 10.7503 15.6564 10.6803L17.0764 10.4803C17.2764 10.4503 17.5564 10.3103 17.6964 10.1703L21.4064 6.46031C22.0464 5.82031 22.3464 5.08031 21.4064 4.14031C20.4564 3.19031 19.7164 3.49031 19.0764 4.13031Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.5469 4.66016C18.8669 5.79016 19.7469 6.67016 20.8669 6.98016\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"card pos \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M3.92969 15.8792L15.8797 3.9292\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M11.1016 18.2791L12.3016 17.0791\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M13.793 15.5887L16.183 13.1987\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.60127 10.239L10.2413 3.599C12.3613 1.479 13.4213 1.469 15.5213 3.569L20.4313 8.479C22.5313 10.579 22.5213 11.639 20.4013 13.759L13.7613 20.399C11.6413 22.519 10.5813 22.529 8.48127 20.429L3.57127 15.519C1.47127 13.419 1.47127 12.369 3.60127 10.239Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 21.9985H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"card receive \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 8.5H14.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 16.5H8\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.5 16.5H14.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 14.03V16.11C22 19.62 21.11 20.5 17.56 20.5H6.44C2.89 20.5 2 19.62 2 16.11V7.89C2 4.38 2.89 3.5 6.44 3.5H14.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M20 3.5V9.5L22 7.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 9.5L18 7.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"card remove 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 8.5H13.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M6 16.5H8\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M10.5 16.5H14.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 12.03V16.11C22 19.62 21.11 20.5 17.56 20.5H6.44C2.89 20.5 2 19.62 2 16.11V7.89C2 4.38 2.89 3.5 6.44 3.5H13.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M17.3086 8.18957L21.1886 4.30957\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M21.1886 8.18957L17.3086 4.30957\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n</g>\n</svg>\n</li><li title=\"card remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M1.90039 10.0298H21.9004\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.4604 20.53H6.35034C2.80034 20.53 1.90039 19.65 1.90039 16.14V7.92004C1.90039 4.74004 2.64036 3.72004 5.43036 3.56004C5.71036 3.55004 6.02034 3.54004 6.35034 3.54004H17.4604C21.0104 3.54004 21.9103 4.42004 21.9103 7.93004V12.34\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M17.9004 22.0298C20.1095 22.0298 21.9004 20.2389 21.9004 18.0298C21.9004 15.8206 20.1095 14.0298 17.9004 14.0298C15.6913 14.0298 13.9004 15.8206 13.9004 18.0298C13.9004 20.2389 15.6913 22.0298 17.9004 22.0298Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M18.9694 19.1503L16.8594 17.0303\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.9501 17.0601L16.8301 19.1701\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path opacity=\"0.4\" d=\"M5.90039 16.0298H9.90039\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"card send \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 8.5H14.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M6 16.5H8\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M10.5 16.5H14.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 14.03V16.11C22 19.62 21.11 20.5 17.56 20.5H6.44C2.89 20.5 2 19.62 2 16.11V7.89C2 4.38 2.89 3.5 6.44 3.5H14.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M20 9.5V3.5L22 5.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 3.5L18 5.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"card slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 8.5H15.24\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 16.5H7.29\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M11 16.5H14.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M7.98047 20.5001H17.5605C21.1205 20.5001 22.0005 19.6201 22.0005 16.1101V6.89014\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.99 3.75C19.37 3.57 18.57 3.5 17.56 3.5H6.44C2.89 3.5 2 4.38 2 7.89V16.1C2 18.44 2.39 19.61 3.71 20.13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 2L2 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"card tick 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 8.5H13.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M6 16.5H8\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M10.5 16.5H14.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 11.03V16.11C22 19.62 21.11 20.5 17.56 20.5H6.44C2.89 20.5 2 19.62 2 16.11V7.89C2 4.38 2.89 3.5 6.44 3.5H13.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M16.5 6L18 7.5L22 3.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"card tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 10H22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.5502 20.4998H6.44025C2.89025 20.4998 1.99023 19.6198 1.99023 16.1098V7.88977C1.99023 4.70977 2.73026 3.68977 5.52026 3.52977C5.80026 3.51977 6.11025 3.50977 6.44025 3.50977H17.5502C21.1002 3.50977 22.0002 4.38977 22.0002 7.89977V12.3098\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M6 16H10\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M22 18C22 18.75 21.79 19.46 21.42 20.06C20.73 21.22 19.46 22 18 22C16.54 22 15.27 21.22 14.58 20.06C14.21 19.46 14 18.75 14 18C14 15.79 15.79 14 18 14C20.21 14 22 15.79 22 18Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M16.4395 18L17.4294 18.99L19.5594 17.02\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"card \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path d=\"M2 8.50488H22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 16.5049H8\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.5 16.5049H14.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M6.44 3.50488H17.55C21.11 3.50488 22 4.38488 22 7.89488V16.1049C22 19.6149 21.11 20.4949 17.56 20.4949H6.44C2.89 20.5049 2 19.6249 2 16.1149V7.89488C2 4.38488 2.89 3.50488 6.44 3.50488Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cards \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 12.6099H19\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 10.2798V17.4298C18.97 20.2798 18.19 20.9998 15.22 20.9998H5.78003C2.76003 20.9998 2 20.2498 2 17.2698V10.2798C2 7.5798 2.63 6.70981 5 6.56981C5.24 6.55981 5.50003 6.5498 5.78003 6.5498H15.22C18.24 6.5498 19 7.2998 19 10.2798Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M22 6.73V13.72C22 16.42 21.37 17.29 19 17.43V10.28C19 7.3 18.24 6.55 15.22 6.55H5.78003C5.50003 6.55 5.24 6.56 5 6.57C5.03 3.72 5.81003 3 8.78003 3H18.22C21.24 3 22 3.75 22 6.73Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M5.25 17.8101H6.96997\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M9.10938 17.8101H12.5494\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"category 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 10H19C21 10 22 9 22 7V5C22 3 21 2 19 2H17C15 2 14 3 14 5V7C14 9 15 10 17 10Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 22H7C9 22 10 21 10 19V17C10 15 9 14 7 14H5C3 14 2 15 2 17V19C2 21 3 22 5 22Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.34\" d=\"M6 10C8.20914 10 10 8.20914 10 6C10 3.79086 8.20914 2 6 2C3.79086 2 2 3.79086 2 6C2 8.20914 3.79086 10 6 10Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.34\" d=\"M18 22C20.2091 22 22 20.2091 22 18C22 15.7909 20.2091 14 18 14C15.7909 14 14 15.7909 14 18C14 20.2091 15.7909 22 18 22Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"category \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.34\" d=\"M5 10H7C9 10 10 9 10 7V5C10 3 9 2 7 2H5C3 2 2 3 2 5V7C2 9 3 10 5 10Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 10H19C21 10 22 9 22 7V5C22 3 21 2 19 2H17C15 2 14 3 14 5V7C14 9 15 10 17 10Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.34\" d=\"M17 22H19C21 22 22 21 22 19V17C22 15 21 14 19 14H17C15 14 14 15 14 17V19C14 21 15 22 17 22Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 22H7C9 22 10 21 10 19V17C10 15 9 14 7 14H5C3 14 2 15 2 17V19C2 21 3 22 5 22Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cd \"><svg   viewBox=\"0 0 22 22\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11 21C16.5228 21 21 16.5228 21 11C21 5.47715 16.5228 1 11 1C5.47715 1 1 5.47715 1 11C1 16.5228 5.47715 21 11 21Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M11 13C12.1046 13 13 12.1046 13 11C13 9.89543 12.1046 9 11 9C9.89543 9 9 9.89543 9 11C9 12.1046 9.89543 13 11 13Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"chart 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path d=\"M7 10.7402V13.9402\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 9V15.68\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 10.7402V13.9402\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"chart 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M15.5 18.5C16.6 18.5 17.5 17.6 17.5 16.5V7.5C17.5 6.4 16.6 5.5 15.5 5.5C14.4 5.5 13.5 6.4 13.5 7.5V16.5C13.5 17.6 14.39 18.5 15.5 18.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8.5 18.5C9.6 18.5 10.5 17.6 10.5 16.5V13C10.5 11.9 9.6 11 8.5 11C7.4 11 6.5 11.9 6.5 13V16.5C6.5 17.6 7.39 18.5 8.5 18.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"chart 21 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 22H22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.75 4V22H14.25V4C14.25 2.9 13.8 2 12.45 2H11.55C10.2 2 9.75 2.9 9.75 4Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M3 10V22H7V10C7 8.9 6.6 8 5.4 8H4.6C3.4 8 3 8.9 3 10Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M17 15V22H21V15C21 13.9 20.6 13 19.4 13H18.6C17.4 13 17 13.9 17 15Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"chart 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.02 5.97C2.75 7.65 2 9.74 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.34\" d=\"M5 12C5 15.87 8.13 19 12 19C15.87 19 19 15.87 19 12C19 8.13 15.87 5 12 5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.34\" d=\"M12 16C14.21 16 16 14.21 16 12C16 9.79 14.21 8 12 8\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"chart square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path d=\"M10.1103 11.1504H7.4603C6.8303 11.1504 6.32031 11.6603 6.32031 12.2903V17.4103H10.1103V11.1504V11.1504Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.7616 6.6001H11.2415C10.6115 6.6001 10.1016 7.11011 10.1016 7.74011V17.4001H13.8916V7.74011C13.8916 7.11011 13.3916 6.6001 12.7616 6.6001Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.5504 12.8501H13.9004V17.4001H17.6904V13.9901C17.6804 13.3601 17.1704 12.8501 16.5504 12.8501Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"chart success \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 13V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 13V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 13V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M16 19.43L17.58 21L21 17\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M7 10.5V13.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M12 10.5V13.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M17 10.5V13.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"chart \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M3 22H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.59998 8.37988H4C3.45 8.37988 3 8.82988 3 9.37988V17.9999C3 18.5499 3.45 18.9999 4 18.9999H5.59998C6.14998 18.9999 6.59998 18.5499 6.59998 17.9999V9.37988C6.59998 8.82988 6.14998 8.37988 5.59998 8.37988Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.8002 5.18994H11.2002C10.6502 5.18994 10.2002 5.63994 10.2002 6.18994V17.9999C10.2002 18.5499 10.6502 18.9999 11.2002 18.9999H12.8002C13.3502 18.9999 13.8002 18.5499 13.8002 17.9999V6.18994C13.8002 5.63994 13.3502 5.18994 12.8002 5.18994Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.0004 2H18.4004C17.8504 2 17.4004 2.45 17.4004 3V18C17.4004 18.55 17.8504 19 18.4004 19H20.0004C20.5504 19 21.0004 18.55 21.0004 18V3C21.0004 2.45 20.5504 2 20.0004 2Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"check \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M11.02 19.5H7.5C6.88 19.5 6.33 19.48 5.84 19.41C3.21 19.12 2.5 17.88 2.5 14.5V9.5C2.5 6.12 3.21 4.88 5.84 4.59C6.33 4.52 6.88 4.5 7.5 4.5H10.96\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.0195 4.5H16.4995C17.1195 4.5 17.6695 4.52 18.1595 4.59C20.7895 4.88 21.4995 6.12 21.4995 9.5V14.5C21.4995 17.88 20.7895 19.12 18.1595 19.41C17.6695 19.48 17.1195 19.5 16.4995 19.5H15.0195\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 2V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8 8.5V15.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"chrome \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M12 16C14.21 16 16 14.21 16 12C16 9.79 14.21 8 12 8C9.79 8 8 9.79 8 12C8 14.21 9.79 16 12 16Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.17 7.99988C18.15 7.33988 15.02 7.33988 12 7.99988\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.94922 6.05957L3.96922 6.11957C4.97922 9.00957 6.52922 11.6896 8.53922 13.9996\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.8809 21.94C12.9409 19.67 14.4909 16.99 15.4309 14.08L15.4609 14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"clipboard close \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path d=\"M13.9991 16.1602L10.0391 12.2002\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.96 12.2402L10 16.2002\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M10 6H14C16 6 16 5 16 4C16 2 15 2 14 2H10C9 2 8 2 8 4C8 6 9 6 10 6Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 4.02002C19.33 4.20002 21 5.43002 21 10V16C21 20 20 22 15 22H9C4 22 3 20 3 16V10C3 5.44002 4.67 4.20002 8 4.02002\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"clipboard export \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10 6H14C16 6 16 5 16 4C16 2 15 2 14 2H10C9 2 8 2 8 4C8 6 9 6 10 6Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 22H9C4 22 3 20 3 16V10C3 5.44002 4.67 4.20002 8 4.02002\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 4.02002C19.33 4.20002 21 5.43002 21 10V15\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M15 19V16H18\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.9991 22L15.0391 16.04\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"clipboard import \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10 6H14C16 6 16 5 16 4C16 2 15 2 14 2H10C9 2 8 2 8 4C8 6 9 6 10 6Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 22H9C4 22 3 20 3 16V10C3 5.44002 4.67 4.20002 8 4.02002\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 4.02002C19.33 4.20002 21 5.43002 21 10V15\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M21 19V22H18\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 16L20.96 21.96\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"clipboard text \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M8 12.2002H15\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8 16.2002H12.38\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 6H14C16 6 16 5 16 4C16 2 15 2 14 2H10C9 2 8 2 8 4C8 6 9 6 10 6Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 4.02002C19.33 4.20002 21 5.43002 21 10V16C21 20 20 22 15 22H9C4 22 3 20 3 16V10C3 5.44002 4.67 4.20002 8 4.02002\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"clipboard tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M9.31055 14.7002L10.8105 16.2002L14.8105 12.2002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 6H14C16 6 16 5 16 4C16 2 15 2 14 2H10C9 2 8 2 8 4C8 6 9 6 10 6Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 4.02002C19.33 4.20002 21 5.43002 21 10V16C21 20 20 22 15 22H9C4 22 3 20 3 16V10C3 5.44002 4.67 4.20002 8 4.02002\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"clipboard \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.63 7.15014C18.67 7.76014 18.62 8.45014 18.5 9.22014L17.77 13.9101C17.15 17.8201 15.34 19.1401 11.43 18.5301L6.73999 17.7901C5.38999 17.5801 4.34999 17.2201 3.58999 16.6801C2.13999 15.6701 1.71999 14.0101 2.11999 11.4501L2.85999 6.76014C3.47999 2.85014 5.28999 1.53014 9.19999 2.14014L13.89 2.88014C17.03 3.37014 18.5 4.65014 18.63 7.15014Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M20.4998 13.4699L18.9998 17.9799C17.7498 21.7399 15.7498 22.7399 11.9898 21.4899L7.47984 19.9899C5.20984 19.2399 3.94984 18.1999 3.58984 16.6799C4.34984 17.2199 5.38984 17.5799 6.73984 17.7899L11.4298 18.5299C15.3398 19.1399 17.1498 17.8199 17.7698 13.9099L18.4998 9.2199C18.6198 8.4499 18.6698 7.7599 18.6298 7.1499C21.0198 8.4199 21.5398 10.3399 20.4998 13.4699Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8.24 8.98C9.20098 8.98 9.98 8.20098 9.98 7.24C9.98 6.27902 9.20098 5.5 8.24 5.5C7.27902 5.5 6.5 6.27902 6.5 7.24C6.5 8.20098 7.27902 8.98 8.24 8.98Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"clock 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12 9.66016V12.4502L13.4 13.8502\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.5 12C5.5 8.41 8.41 5.5 12 5.5C15.59 5.5 18.5 8.41 18.5 12C18.5 14.08 17.52 15.94 16 17.13H15.99C14.89 17.99 13.51 18.5 12 18.5C10.51 18.5 9.14 18 8.04 17.15H8.03C6.49 15.96 5.5 14.1 5.5 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8.03027 17.1499H8.04027C9.14027 17.9999 10.5103 18.4999 12.0003 18.4999C13.5103 18.4999 14.8903 17.9899 15.9903 17.1299H16.0003L15.4903 19.5999C15.0003 21.4999 13.9003 21.9999 12.5503 21.9999H11.4603C10.1103 21.9999 9.00027 21.4999 8.52027 19.5899L8.03027 17.1499Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8.03027 6.85H8.04027C9.14027 6 10.5103 5.5 12.0003 5.5C13.5103 5.5 14.8903 6.01 15.9903 6.87H16.0003L15.4903 4.4C15.0003 2.5 13.9003 2 12.5503 2H11.4603C10.1103 2 9.00027 2.5 8.52027 4.41L8.03027 6.85Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"clock \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 12C22 17.52 17.52 22 12 22C6.48 22 2 17.52 2 12C2 6.48 6.48 2 12 2C17.52 2 22 6.48 22 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M15.7099 15.1798L12.6099 13.3298C12.0699 13.0098 11.6299 12.2398 11.6299 11.6098V7.50977\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"close circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M9.16992 14.8299L14.8299 9.16992\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.8299 14.8299L9.16992 9.16992\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"close square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path d=\"M9.16992 14.8299L14.8299 9.16992\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.8299 14.8299L9.16992 9.16992\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cloud add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path d=\"M5.5393 11.1201C0.859297 11.4501 0.859297 18.2601 5.5393 18.5901H7.45934\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.59003 11.1201C2.38003 2.19014 15.92 -1.37985 17.47 8.00015C21.8 8.55015 23.55 14.3201 20.27 17.1901C19.27 18.1001 17.98 18.6001 16.63 18.5901H16.54\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M17 16.5298C17 17.2698 16.84 17.9698 16.54 18.5898C16.46 18.7698 16.37 18.9398 16.27 19.0998C15.41 20.5498 13.82 21.5298 12 21.5298C10.18 21.5298 8.58998 20.5498 7.72998 19.0998C7.62998 18.9398 7.54002 18.7698 7.46002 18.5898C7.16002 17.9698 7 17.2698 7 16.5298C7 13.7698 9.24 11.5298 12 11.5298C14.76 11.5298 17 13.7698 17 16.5298Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.4404 16.5298L11.4304 17.5198L13.5604 15.5498\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cloud change \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.11028 11.8498C5.29028 12.0498 5.30028 16.1498 8.11028 16.3498H14.7803C15.5903 16.3598 16.3703 16.0498 16.9703 15.5098C18.9503 13.7798 17.8903 10.3098 15.2903 9.97976C14.3603 4.33976 6.2103 6.47976 8.1403 11.8498\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M2 15C2 18.87 5.13 22 9 22L7.95001 20.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 9C22 5.13 18.87 2 15 2L16.05 3.75\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"cloud connection \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.36973 9.51017C2.28973 9.80017 2.29973 15.7102 6.36973 16.0002H16.0297C17.1997 16.0102 18.3297 15.5702 19.1997 14.7802C22.0597 12.2802 20.5297 7.28015 16.7597 6.80015C15.4097 -1.33985 3.61974 1.75017 6.40974 9.51017\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M12 16V19\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 23C13.1046 23 14 22.1046 14 21C14 19.8954 13.1046 19 12 19C10.8954 19 10 19.8954 10 21C10 22.1046 10.8954 23 12 23Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M18 21H14\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M10 21H6\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cloud cross \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.6097 19.9999C17.9497 20.0099 19.2397 19.5099 20.2297 18.6099C23.4997 15.7499 21.7497 10.0099 17.4397 9.46995C15.8997 0.129949 2.42973 3.66995 5.61973 12.5599\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.27938 12.9698C6.74938 12.6998 6.15938 12.5598 5.56938 12.5698C0.909376 12.8998 0.919376 19.6798 5.56938 20.0098\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.8203 9.88998C16.3403 9.62998 16.9003 9.48998 17.4803 9.47998\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M12.3905 18.5898L9.56055 21.4098\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.3905 21.4098L9.56055 18.5898\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"cloud drizzle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.6097 19.9999C17.9497 20.0099 19.2397 19.5099 20.2297 18.6099C23.4997 15.7499 21.7497 10.0099 17.4397 9.46995C15.8997 0.129949 2.42973 3.66995 5.61973 12.5599\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.27938 12.9698C6.74938 12.6998 6.15938 12.5598 5.56938 12.5698C0.909376 12.8998 0.919376 19.6798 5.56938 20.0098\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.8203 9.88998C16.3403 9.62998 16.9003 9.48998 17.4803 9.47998\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M9.9707 20L7.9707 22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M13.9707 20L11.9707 22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M13.9707 16L11.9707 18\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M9.9707 16L7.9707 18\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cloud fog \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.29063 11.6198C1.09063 2.68977 14.6206 -0.870222 16.1706 8.49978C18.1006 8.73978 19.5107 10.0198 20.2007 11.6198\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.541 8.92953C15.061 8.66953 15.6311 8.52953 16.2111 8.51953\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M4 15.0298H20\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 18.0298H18\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M9 21.0298H15\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cloud lightning \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.6097 19.9999C17.9497 20.0099 19.2397 19.5099 20.2297 18.6099C23.4997 15.7499 21.7497 10.0099 17.4397 9.46995C15.8997 0.129949 2.42973 3.66995 5.61973 12.5599\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.27938 12.9698C6.74938 12.6998 6.15938 12.5598 5.56938 12.5698C0.909376 12.8998 0.919376 19.6798 5.56938 20.0098\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.8203 9.88998C16.3403 9.62998 16.9003 9.48998 17.4803 9.47998\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M9.2291 19.1598H10.2291V21.4898C10.2291 21.8298 10.6591 21.9998 10.8791 21.7398L13.3291 18.9498C13.6291 18.6098 13.4991 18.3298 13.0491 18.3298H12.0491V15.9998C12.0491 15.6598 11.6191 15.4898 11.3991 15.7498L8.9491 18.5398C8.6491 18.8798 8.7791 19.1598 9.2291 19.1598Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cloud minus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12.9707 20H8.9707\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.6097 19.9999C17.9497 20.0099 19.2397 19.5099 20.2297 18.6099C23.4997 15.7499 21.7497 10.0099 17.4397 9.46995C15.8997 0.129949 2.42973 3.66995 5.61973 12.5599\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.27938 12.9698C6.74938 12.6998 6.15938 12.5598 5.56938 12.5698C0.909376 12.8998 0.919376 19.6798 5.56938 20.0098\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.8203 9.88998C16.3403 9.62998 16.9003 9.48998 17.4803 9.47998\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cloud notif \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.8995 13.9602C22.1695 15.6302 21.6995 17.4202 20.2695 18.6802C19.2795 19.5902 17.9795 20.0902 16.6295 20.0802H5.53945C0.869454 19.7402 0.859454 12.9402 5.53945 12.6002H5.58945C3.39945 6.47023 9.08945 2.87022 13.3795 4.25022\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.25984 13.0101C6.73984 12.7501 6.16984 12.6101 5.58984 12.6001\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M21.9707 8.5C21.9707 9.6 21.4607 10.59 20.6507 11.23C20.0607 11.71 19.2907 12 18.4707 12C16.5407 12 14.9707 10.43 14.9707 8.5C14.9707 7.54 15.3607 6.67 16.0007 6.04V6.03C16.6307 5.39 17.5107 5 18.4707 5C20.4007 5 21.9707 6.57 21.9707 8.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cloud plus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.6097 19.9999C17.9497 20.0099 19.2397 19.5099 20.2297 18.6099C23.4997 15.7499 21.7497 10.0099 17.4397 9.46995C15.8997 0.129949 2.42973 3.66995 5.61973 12.5599\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.27938 12.9698C6.74938 12.6998 6.15938 12.5598 5.56938 12.5698C0.909376 12.8998 0.919376 19.6798 5.56938 20.0098\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.8203 9.88998C16.3403 9.62998 16.9003 9.48998 17.4803 9.47998\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M12.9707 20H8.9707\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.9707 22V18\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"cloud remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.9704 17.61L10.8604 15.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.9501 15.52L10.8301 17.64\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M5.5393 11.1201C0.859297 11.4501 0.859297 18.2601 5.5393 18.5901H7.4593\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.59003 11.1201C2.38003 2.19014 15.92 -1.37985 17.47 8.00015C21.8 8.55015 23.55 14.3201 20.27 17.1901C19.27 18.1001 17.98 18.6001 16.63 18.5901H16.54\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M17 16.5298C17 17.2698 16.84 17.9698 16.54 18.5898C16.46 18.7698 16.37 18.9398 16.27 19.0998C15.41 20.5498 13.82 21.5298 12 21.5298C10.18 21.5298 8.59 20.5498 7.73 19.0998C7.63 18.9398 7.54 18.7698 7.46 18.5898C7.16 17.9698 7 17.2698 7 16.5298C7 13.7698 9.24 11.5298 12 11.5298C14.76 11.5298 17 13.7698 17 16.5298Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cloud snow \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.6097 19.9999C17.9497 20.0099 19.2397 19.5099 20.2297 18.6099C23.4997 15.7499 21.7497 10.0099 17.4397 9.46995C15.8997 0.129949 2.42973 3.66995 5.61973 12.5599\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.27938 12.9698C6.74938 12.6998 6.15938 12.5598 5.56938 12.5698C0.909376 12.8998 0.919376 19.6798 5.56938 20.0098\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.8203 9.88998C16.3403 9.62998 16.9003 9.48998 17.4803 9.47998\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M12.9955 18.5H13.0045\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8.9955 18.5H9.0045\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M10.9955 21.5H11.0045\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cloud sunny \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.2695 18.6801C19.2795 19.5901 17.9795 20.0901 16.6295 20.0801H5.53945C0.869454 19.7401 0.859454 12.9401 5.53945 12.6001H5.58945C2.88945 5.06014 12.1195 1.34014 15.9995 6.03014V6.04014C16.6995 6.90014 17.2295 8.04014 17.4695 9.49014C18.7995 9.66014 19.8795 10.3101 20.6495 11.2301C22.3995 13.3001 22.5495 16.6801 20.2695 18.6801Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.25984 13.0101C6.73984 12.7501 6.16984 12.6101 5.58984 12.6001\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.8496 9.91977C16.3696 9.65977 16.9396 9.51977 17.5196 9.50977\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M21.97 8.5C21.97 9.6 21.46 10.59 20.65 11.23C19.88 10.31 18.8 9.66 17.47 9.49C17.23 8.04 16.7 6.9 16 6.04V6.03C16.63 5.39 17.51 5 18.47 5C20.4 5 21.97 6.57 21.97 8.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cloud \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.26906 13.0098C6.73906 12.7398 6.14906 12.5998 5.54906 12.5998C0.869062 12.9298 0.869062 19.7398 5.54906 20.0698H16.6391C17.9891 20.0798 19.2891 19.5798 20.2791 18.6698C23.5691 15.7998 21.8091 10.0298 17.4791 9.47976C15.9191 0.109757 2.38906 3.66976 5.59906 12.5998\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.8496 9.91977C16.3696 9.65977 16.9396 9.51977 17.5196 9.50977\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"code 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M6.89062 9C7.87063 9.49 8.71062 10.23 9.32062 11.15C9.67062 11.67 9.67062 12.34 9.32062 12.86C8.71062 13.77 7.87063 14.51 6.89062 15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M13 15H17\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"code circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M8 10L6 12L8 14\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M16 10L18 12L16 14\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M13 9.66992L11 14.33\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"code \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M8.99953 13C8.33953 13.33 7.78953 13.82 7.37953 14.43C7.14953 14.78 7.14953 15.22 7.37953 15.57C7.78953 16.18 8.33953 16.67 8.99953 17\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M15.2109 13C15.8709 13.33 16.4209 13.82 16.8309 14.43C17.0609 14.78 17.0609 15.22 16.8309 15.57C16.4209 16.18 15.8709 16.67 15.2109 17\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M2.23047 8.01L21.4505 8\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"coffee \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.79 10.4698V17.7898C17.79 20.1198 15.9 21.9998 13.58 21.9998H6.21C3.89 21.9998 2 20.1098 2 17.7898V10.4698C2 8.13977 3.89 6.25977 6.21 6.25977H13.58C15.9 6.25977 17.79 8.14977 17.79 10.4698Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.34\" d=\"M5.5 4V2.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.34\" d=\"M9.5 4V2.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.34\" d=\"M13.5 4V2.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.9991 13.1602C21.9991 15.4802 20.1091 17.3702 17.7891 17.3702V8.9502C20.1091 8.9502 21.9991 10.8302 21.9991 13.1602Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.34\" d=\"M2 12H17.51\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"coin 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path d=\"M8 11.4002C8 12.1702 8.6 12.8002 9.33 12.8002H10.83C11.47 12.8002 11.99 12.2502 11.99 11.5802C11.99 10.8502 11.67 10.5902 11.2 10.4202L8.8 9.5802C8.32 9.4102 8 9.1502 8 8.4202C8 7.7502 8.52 7.2002 9.16 7.2002H10.66C11.4 7.2102 12 7.8302 12 8.6002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 12.8496V13.5896\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 6.41016V7.19016\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M9.99 17.98C14.4028 17.98 17.98 14.4028 17.98 9.99C17.98 5.57724 14.4028 2 9.99 2C5.57724 2 2 5.57724 2 9.99C2 14.4028 5.57724 17.98 9.99 17.98Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M12.9805 19.88C13.8805 21.15 15.3505 21.98 17.0305 21.98C19.7605 21.98 21.9805 19.76 21.9805 17.03C21.9805 15.37 21.1605 13.9 19.9105 13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"coin \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M18.5 12.6499V16.3499C18.5 19.4699 15.59 21.9999 12 21.9999C8.41 21.9999 5.5 19.4699 5.5 16.3499V12.6499C5.5 15.7699 8.41 17.9999 12 17.9999C15.59 17.9999 18.5 15.7699 18.5 12.6499Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.5 7.65C18.5 8.56 18.25 9.4 17.81 10.12C16.74 11.88 14.54 13 12 13C9.46 13 7.26 11.88 6.19 10.12C5.75 9.4 5.5 8.56 5.5 7.65C5.5 6.09 6.22999 4.68 7.39999 3.66C8.57999 2.63 10.2 2 12 2C13.8 2 15.42 2.63 16.6 3.65C17.77 4.68 18.5 6.09 18.5 7.65Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.5 7.65V12.65C18.5 15.77 15.59 18 12 18C8.41 18 5.5 15.77 5.5 12.65V7.65C5.5 4.53 8.41 2 12 2C13.8 2 15.42 2.63 16.6 3.65C17.77 4.68 18.5 6.09 18.5 7.65Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"color swatch \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10 4.5V18C10 19.08 9.55999 20.07 8.85999 20.79L8.82001 20.83C8.73001 20.92 8.63001 21.01 8.54001 21.08C8.24001 21.34 7.89999 21.54 7.54999 21.68C7.43999 21.73 7.33 21.77 7.22 21.81C6.83 21.94 6.41 22 6 22C5.73 22 5.46001 21.97 5.20001 21.92C5.07001 21.89 4.94 21.86 4.81 21.82C4.65 21.77 4.50001 21.72 4.35001 21.65C4.35001 21.64 4.35 21.64 4.34 21.65C4.06 21.51 3.79001 21.35 3.54001 21.16L3.53 21.15C3.4 21.05 3.28001 20.95 3.17001 20.83C3.06001 20.71 2.95 20.59 2.84 20.46C2.65 20.21 2.49001 19.94 2.35001 19.66C2.36001 19.65 2.36001 19.65 2.35001 19.65C2.35001 19.65 2.35 19.64 2.34 19.63C2.28 19.49 2.22999 19.34 2.17999 19.19C2.13999 19.06 2.10999 18.93 2.07999 18.8C2.02999 18.54 2 18.27 2 18V4.5C2 3 3 2 4.5 2H7.5C9 2 10 3 10 4.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M22 16.5V19.5C22 21 21 22 19.5 22H6C6.41 22 6.83 21.94 7.22 21.81C7.33 21.77 7.43999 21.73 7.54999 21.68C7.89999 21.54 8.24001 21.34 8.54001 21.08C8.63001 21.01 8.73001 20.92 8.82001 20.83L8.85999 20.79L15.66 14H19.5C21 14 22 15 22 16.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.80969 21.8199C4.20969 21.6399 3.63971 21.3099 3.16971 20.8299C2.68971 20.3599 2.35969 19.7899 2.17969 19.1899C2.56969 20.4399 3.55969 21.4299 4.80969 21.8199Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.3694 11.2899L15.6594 14L8.85938 20.7899C9.55937 20.0699 9.99939 19.08 9.99939 18V8.33995L12.7094 5.62996C13.7694 4.56996 15.1894 4.56996 16.2494 5.62996L18.3694 7.74996C19.4294 8.80996 19.4294 10.2299 18.3694 11.2899Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M6 19C6.55228 19 7 18.5523 7 18C7 17.4477 6.55228 17 6 17C5.44772 17 5 17.4477 5 18C5 18.5523 5.44772 19 6 19Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"colorfilter \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14 16C14 17.77 13.23 19.37 12 20.46C10.94 21.42 9.54 22 8 22C4.69 22 2 19.31 2 16C2 13.24 3.88 10.9 6.42 10.21C7.11 11.95 8.59 13.29 10.42 13.79C10.92 13.93 11.45 14 12 14C12.55 14 13.08 13.93 13.58 13.79C13.85 14.47 14 15.22 14 16Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 8C18 8.78 17.85 9.53 17.58 10.21C16.89 11.95 15.41 13.29 13.58 13.79C13.08 13.93 12.55 14 12 14C11.45 14 10.92 13.93 10.42 13.79C8.59 13.29 7.11 11.95 6.42 10.21C6.15 9.53 6 8.78 6 8C6 4.69 8.69 2 12 2C15.31 2 18 4.69 18 8Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M22 16C22 19.31 19.31 22 16 22C14.46 22 13.06 21.42 12 20.46C13.23 19.37 14 17.77 14 16C14 15.22 13.85 14.47 13.58 13.79C15.41 13.29 16.89 11.95 17.58 10.21C20.12 10.9 22 13.24 22 16Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"colors square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path d=\"M13.2 14.4002C13.2 15.4602 12.74 16.4202 12 17.0802C11.36 17.6602 10.52 18.0002 9.59998 18.0002C7.60998 18.0002 6 16.3902 6 14.4002C6 12.7402 7.13002 11.3402 8.65002 10.9302C9.06002 11.9702 9.94999 12.7802 11.05 13.0802C11.35 13.1602 11.67 13.2102 12 13.2102C12.33 13.2102 12.65 13.1702 12.95 13.0802C13.11 13.4802 13.2 13.9302 13.2 14.4002Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.6003 9.6C15.6003 10.07 15.5103 10.52 15.3503 10.93C14.9403 11.97 14.0504 12.78 12.9504 13.08C12.6504 13.16 12.3304 13.21 12.0004 13.21C11.6704 13.21 11.3504 13.17 11.0504 13.08C9.95035 12.78 9.06039 11.98 8.65039 10.93C8.49039 10.52 8.40039 10.07 8.40039 9.6C8.40039 7.61 10.0104 6 12.0004 6C13.9904 6 15.6003 7.61 15.6003 9.6Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 14.3999C18 16.3899 16.39 17.9999 14.4 17.9999C13.48 17.9999 12.64 17.6499 12 17.0799C12.74 16.4299 13.2 15.4699 13.2 14.3999C13.2 13.9299 13.11 13.4799 12.95 13.0699C14.05 12.7699 14.94 11.9699 15.35 10.9199C16.87 11.3399 18 12.7399 18 14.3999Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"command square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path d=\"M14.3997 9.6001H9.59961V14.4001H14.3997V9.6001Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.79999 17.9999C8.78999 17.9999 9.59998 17.1899 9.59998 16.1999V14.3999H7.79999C6.80999 14.3999 6 15.2099 6 16.1999C6 17.1899 6.80999 17.9999 7.79999 17.9999Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.79999 9.60001H9.59998V7.79999C9.59998 6.80999 8.78999 6 7.79999 6C6.80999 6 6 6.80999 6 7.79999C6 8.78999 6.80999 9.60001 7.79999 9.60001Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.4004 9.60001H16.2004C17.1904 9.60001 18.0004 8.78999 18.0004 7.79999C18.0004 6.80999 17.1904 6 16.2004 6C15.2104 6 14.4004 6.80999 14.4004 7.79999V9.60001Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.2004 17.9999C17.1904 17.9999 18.0004 17.1899 18.0004 16.1999C18.0004 15.2099 17.1904 14.3999 16.2004 14.3999H14.4004V16.1999C14.4004 17.1899 15.2104 17.9999 16.2004 17.9999Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"command \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 8H8V16H16V8Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 22C6.65 22 8 20.65 8 19V16H5C3.35 16 2 17.35 2 19C2 20.65 3.35 22 5 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M5 8H8V5C8 3.35 6.65 2 5 2C3.35 2 2 3.35 2 5C2 6.65 3.35 8 5 8Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 8H19C20.65 8 22 6.65 22 5C22 3.35 20.65 2 19 2C17.35 2 16 3.35 16 5V8Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M19 22C20.65 22 22 20.65 22 19C22 17.35 20.65 16 19 16H16V19C16 20.65 17.35 22 19 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"component \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.9498 14.55L14.5598 20.94C13.1598 22.34 10.8598 22.34 9.44978 20.94L3.05977 14.55C1.65977 13.15 1.65977 10.85 3.05977 9.44001L9.44978 3.05C10.8498 1.65 13.1498 1.65 14.5598 3.05L20.9498 9.44001C22.3498 10.85 22.3498 13.15 20.9498 14.55Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"computing \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.9707 15V9C21.9707 4 19.9707 2 14.9707 2H8.9707C3.9707 2 1.9707 4 1.9707 9V15C1.9707 20 3.9707 22 8.9707 22H14.9707C19.9707 22 21.9707 20 21.9707 15Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.7195 3.25L3.26953 19.7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M16.0605 18V13\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.5 15.5H13.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path opacity=\"0.4\" d=\"M10.5 7.5H5.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"convert 3d cube \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M22 15C22 18.87 18.87 22 15 22L16.05 20.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M2 9C2 5.13 5.13 2 9 2L7.95 3.75\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.6992 4.4502L17.6792 6.75018L21.6192 4.46021\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.6797 10.8203V6.74023\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.7396 2.21L14.3396 3.53996C13.7996 3.83996 13.3496 4.59995 13.3496 5.21995V7.75999C13.3496 8.37999 13.7896 9.13998 14.3396 9.43998L16.7396 10.77C17.2496 11.06 18.0896 11.06 18.6096 10.77L21.0096 9.43998C21.5496 9.13998 21.9996 8.37999 21.9996 7.75999V5.21995C21.9996 4.59995 21.5596 3.83996 21.0096 3.53996L18.6096 2.21C18.0996 1.93 17.2596 1.93 16.7396 2.21Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.34961 15.4502L6.31961 17.7502L10.2696 15.4602\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.32031 21.8203V17.7402\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.39 13.21L2.99001 14.54C2.45001 14.84 2 15.5999 2 16.2199V18.76C2 19.38 2.44001 20.14 2.99001 20.44L5.39 21.77C5.9 22.06 6.73999 22.06 7.25999 21.77L9.66 20.44C10.2 20.14 10.65 19.38 10.65 18.76V16.2199C10.65 15.5999 10.21 14.84 9.66 14.54L7.25999 13.21C6.73999 12.93 5.9 12.93 5.39 13.21Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"convert card \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 5.56006H22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.22 2H19.78C21.56 2 22 2.44 22 4.2V8.31C22 10.07 21.56 10.51 19.78 10.51H14.22C12.44 10.51 12 10.07 12 8.31V4.2C12 2.44 12.44 2 14.22 2Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 17.0601H12\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.22 13.5H9.78C11.56 13.5 12 13.94 12 15.7V19.81C12 21.57 11.56 22.01 9.78 22.01H4.22C2.44 22.01 2 21.57 2 19.81V15.7C2 13.94 2.44 13.5 4.22 13.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M22 15C22 18.87 18.87 22 15 22L16.05 20.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M2 9C2 5.13 5.13 2 9 2L7.95001 3.75\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"convert \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.0046 21.9843C17.516 21.9843 21.9838 17.5165 21.9838 12.0051C21.9838 6.49372 17.516 2.02588 12.0046 2.02588C6.49324 2.02588 2.02539 6.49372 2.02539 12.0051C2.02539 17.5165 6.49324 21.9843 12.0046 21.9843Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M6.13672 4.02148L14.2997 12.2044L14.3197 7.6639\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M17.8626 19.9786L9.69965 11.8057L9.67969 16.3362\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"convertshape 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11 16.15V18.85C11 21.1 10.1 22 7.85 22H5.15C2.9 22 2 21.1 2 18.85V16.15C2 13.9 2.9 13 5.15 13H7.85C10.1 13 11 13.9 11 16.15Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M22 15C22 18.87 18.87 22 15 22L16.05 20.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M2 9C2 5.13 5.13 2 9 2L7.95 3.75\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.5 11C19.9853 11 22 8.98528 22 6.5C22 4.01472 19.9853 2 17.5 2C15.0147 2 13 4.01472 13 6.5C13 8.98528 15.0147 11 17.5 11Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"convertshape \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 5.15V8.85C22 11.1 21.1 12 18.85 12H16.15C13.9 12 13 11.1 13 8.85V5.15C13 2.9 13.9 2 16.15 2H18.85C21.1 2 22 2.9 22 5.15Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 15.15V18.85C11 21.1 10.1 22 7.85 22H5.15C2.9 22 2 21.1 2 18.85V15.15C2 12.9 2.9 12 5.15 12H7.85C10.1 12 11 12.9 11 15.15Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M22 15C22 18.87 18.87 22 15 22L16.05 20.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M2 9C2 5.13 5.13 2 9 2L7.95 3.75\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"copy success \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M22 11.1V6.9C22 3.4 20.6 2 17.1 2H12.9C9.4 2 8 3.4 8 6.9V8H11.1C14.6 8 16 9.4 16 12.9V16H17.1C20.6 16 22 14.6 22 11.1Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 17.1V12.9C16 9.4 14.6 8 11.1 8H6.9C3.4 8 2 9.4 2 12.9V17.1C2 20.6 3.4 22 6.9 22H11.1C14.6 22 16 20.6 16 17.1Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.08008 14.9998L8.03008 16.9498L11.9201 13.0498\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"copy \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 12.9V17.1C16 20.6 14.6 22 11.1 22H6.9C3.4 22 2 20.6 2 17.1V12.9C2 9.4 3.4 8 6.9 8H11.1C14.6 8 16 9.4 16 12.9Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M22 6.9V11.1C22 14.6 20.6 16 17.1 16H16V12.9C16 9.4 14.6 8 11.1 8H8V6.9C8 3.4 9.4 2 12.9 2H17.1C20.6 2 22 3.4 22 6.9Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"copyright \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C6.48 22 2 17.52 2 12C2 6.48 6.48 2 12 2C17.52 2 22 6.48 22 12C22 17.52 17.52 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M14.8802 15C14.1702 15.62 13.2502 16 12.2402 16C10.0302 16 8.24023 14.21 8.24023 12C8.24023 9.79 10.0302 8 12.2402 8C13.2502 8 14.1702 8.38 14.8802 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"courthouse \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 22H22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 2C13.6 2.64 15.4 2.64 17 2V5C15.4 5.64 13.6 5.64 12 5V2Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 5V8\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 8H7C5 8 4 9 4 11V22H20V11C20 9 19 8 17 8Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.58008 12H19.4201\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M7.99023 12V22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M11.9902 12V22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M15.9902 12V22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cpu charge \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.6 20H14.4C18.4 20 20 18.4 20 14.4V9.6C20 5.6 18.4 4 14.4 4H9.6C5.6 4 4 5.6 4 9.6V14.4C4 18.4 5.6 20 9.6 20Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M10.5 17H13.5C16 17 17 16 17 13.5V10.5C17 8 16 7 13.5 7H10.5C8 7 7 8 7 10.5V13.5C7 16 8 17 10.5 17Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8.00977 4V2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M12 4V2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M16 4V2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M20 8H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M20 12H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M20 16H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M16 20V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M12.0098 20V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8.00977 20V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M2 8H4\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M2 12H4\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M2 16H4\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9997 9.7002L11.0597 11.3402C10.8497 11.7002 11.0197 12.0002 11.4397 12.0002H12.5597C12.9797 12.0002 13.1497 12.3002 12.9397 12.6602L11.9997 14.3002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cpu setting \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20 9.6C20 5.6 18.4 4 14.4 4H9.6C5.6 4 4 5.6 4 9.6V14.4C4 18.4 5.6 20 9.6 20\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.35 8C15.8 7.3 14.88 7 13.5 7H10.5C8 7 7 8 7 10.5V13.5C7 14.88 7.3 15.8 7.99 16.35\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8.00977 4V2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M12 4V2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M16 4V2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M20 8H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8.00977 20V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M2 8H4\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M2 12H4\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M2 16H4\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M16.7101 18.5902C17.5882 18.5902 18.3001 17.8783 18.3001 17.0002C18.3001 16.122 17.5882 15.4102 16.7101 15.4102C15.832 15.4102 15.1201 16.122 15.1201 17.0002C15.1201 17.8783 15.832 18.5902 16.7101 18.5902Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.4102 17.46V16.53C11.4102 15.98 11.8602 15.53 12.4102 15.53C13.3702 15.53 13.7602 14.85 13.2802 14.02C13.0002 13.54 13.1702 12.92 13.6502 12.65L14.5602 12.12C14.9802 11.87 15.5202 12.02 15.7702 12.44L15.8302 12.54C16.3102 13.37 17.0902 13.37 17.5702 12.54L17.6302 12.44C17.8802 12.02 18.4202 11.88 18.8402 12.12L19.7502 12.65C20.2302 12.93 20.4002 13.54 20.1202 14.02C19.6402 14.85 20.0302 15.53 20.9902 15.53C21.5402 15.53 21.9902 15.98 21.9902 16.53V17.46C21.9902 18.01 21.5402 18.46 20.9902 18.46C20.0302 18.46 19.6402 19.14 20.1202 19.97C20.4002 20.45 20.2302 21.07 19.7502 21.34L18.8402 21.87C18.4202 22.12 17.8802 21.97 17.6302 21.55L17.5702 21.45C17.0902 20.62 16.3102 20.62 15.8302 21.45L15.7702 21.55C15.5202 21.97 14.9802 22.11 14.5602 21.87L13.6502 21.34C13.1702 21.06 13.0002 20.45 13.2802 19.97C13.7602 19.14 13.3702 18.46 12.4102 18.46C11.8602 18.47 11.4102 18.02 11.4102 17.46Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cpu \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.6 20H14.4C18.4 20 20 18.4 20 14.4V9.6C20 5.6 18.4 4 14.4 4H9.6C5.6 4 4 5.6 4 9.6V14.4C4 18.4 5.6 20 9.6 20Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M10.5 17H13.5C16 17 17 16 17 13.5V10.5C17 8 16 7 13.5 7H10.5C8 7 7 8 7 10.5V13.5C7 16 8 17 10.5 17Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8.00977 4V2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M12 4V2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M16 4V2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M20 8H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M20 12H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M20 16H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M16 20V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M12.0098 20V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8.00977 20V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M2 8H4\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M2 12H4\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M2 16H4\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"creative commons \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C6.48 22 2 17.52 2 12C2 6.48 6.48 2 12 2C17.52 2 22 6.48 22 12C22 17.52 17.52 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M10.8792 14.1499C10.3692 14.5899 9.70914 14.8699 8.98914 14.8699C7.40914 14.8699 6.11914 13.5899 6.11914 11.9999C6.11914 10.4099 7.39914 9.12988 8.98914 9.12988C9.71914 9.12988 10.3792 9.39985 10.8792 9.84985\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M17.8792 14.1499C17.3692 14.5899 16.7091 14.8699 15.9891 14.8699C14.4091 14.8699 13.1191 13.5899 13.1191 11.9999C13.1191 10.4099 14.3991 9.12988 15.9891 9.12988C16.7191 9.12988 17.3792 9.39985 17.8792 9.84985\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"crop \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M9.9 19H19V9.9C19 6 18 5 14.1 5H5V14.1C5 18 6 19 9.9 19Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 5V2\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 5H2\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 19V22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 19H22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"crown 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.6992 18.9799H7.29922C6.87922 18.9799 6.40922 18.6499 6.26922 18.2499L2.12922 6.66986C1.53922 5.00986 2.22922 4.49986 3.64922 5.51986L7.54922 8.30986C8.19922 8.75986 8.93922 8.52986 9.21922 7.79986L10.9792 3.10986C11.5392 1.60986 12.4692 1.60986 13.0292 3.10986L14.7892 7.79986C15.0692 8.52986 15.8092 8.75986 16.4492 8.30986L20.1092 5.69986C21.6692 4.57986 22.4192 5.14986 21.7792 6.95986L17.7392 18.2699C17.5892 18.6499 17.1192 18.9799 16.6992 18.9799Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.34\" d=\"M6.5 22H17.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.34\" d=\"M9.5 14H14.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"crown \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 15.29V5.71002C2 4.38002 2.77 4.06002 3.71 5.00002L6.3 7.59002C6.69 7.98002 7.33 7.98002 7.71 7.59002L11.29 4.00002C11.68 3.61002 12.32 3.61002 12.7 4.00002L16.29 7.59002C16.68 7.98002 17.32 7.98002 17.7 7.59002L20.29 5.00002C21.23 4.06002 22 4.38002 22 5.71002V15.3C22 18.3 20 20.3 17 20.3H7C4.24 20.29 2 18.05 2 15.29Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"cup \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.34\" d=\"M12.1504 16.5V18.6\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.15039 22H17.1504V21C17.1504 19.9 16.2504 19 15.1504 19H9.15039C8.05039 19 7.15039 19.9 7.15039 21V22V22Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n<path d=\"M6.15039 22H18.1504\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 16C8.13 16 5 12.87 5 9V6C5 3.79 6.79 2 9 2H15C17.21 2 19 3.79 19 6V9C19 12.87 15.87 16 12 16Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.34\" d=\"M5.46906 11.6501C4.71906 11.4101 4.05906 10.9701 3.53906 10.4501C2.63906 9.4501 2.03906 8.2501 2.03906 6.8501C2.03906 5.4501 3.13906 4.3501 4.53906 4.3501H5.18906C4.98906 4.8101 4.88906 5.3201 4.88906 5.8501V8.8501C4.88906 9.8501 5.09906 10.7901 5.46906 11.6501Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.34\" d=\"M18.5293 11.6501C19.2793 11.4101 19.9393 10.9701 20.4593 10.4501C21.3593 9.4501 21.9593 8.2501 21.9593 6.8501C21.9593 5.4501 20.8593 4.3501 19.4593 4.3501H18.8093C19.0093 4.8101 19.1093 5.3201 19.1093 5.8501V8.8501C19.1093 9.8501 18.8993 10.7901 18.5293 11.6501Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"danger \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.34\" d=\"M12 9V14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9994 21.4098H5.93944C2.46944 21.4098 1.01944 18.9298 2.69944 15.8998L5.81944 10.2798L8.75944 4.99979C10.5394 1.78979 13.4594 1.78979 15.2394 4.99979L18.1794 10.2898L21.2994 15.9098C22.9794 18.9398 21.5194 21.4198 18.0594 21.4198H11.9994V21.4098Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.34\" d=\"M11.9941 17H12.0031\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"data 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 8H4C2.9 8 2 7.1 2 6V4C2 2.9 2.9 2 4 2H7C8.1 2 9 2.9 9 4V6C9 7.1 8.1 8 7 8Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.8 7H17.2C16.54 7 16 6.45999 16 5.79999V4.20001C16 3.54001 16.54 3 17.2 3H20.8C21.46 3 22 3.54001 22 4.20001V5.79999C22 6.45999 21.46 7 20.8 7Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.8 14.5H17.2C16.54 14.5 16 13.96 16 13.3V11.7C16 11.04 16.54 10.5 17.2 10.5H20.8C21.46 10.5 22 11.04 22 11.7V13.3C22 13.96 21.46 14.5 20.8 14.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M9 5H16\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.5 5V18C12.5 19.1 13.4 20 14.5 20H16\" fill=\"white\"/>\n<path d=\"M12.5 5V18C12.5 19.1 13.4 20 14.5 20H16\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.5 12.5H16\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M20.8 22H17.2C16.54 22 16 21.46 16 20.8V19.2C16 18.54 16.54 18 17.2 18H20.8C21.46 18 22 18.54 22 19.2V20.8C22 21.46 21.46 22 20.8 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"data \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20 14C21.1046 14 22 13.1046 22 12C22 10.8954 21.1046 10 20 10C18.8954 10 18 10.8954 18 12C18 13.1046 18.8954 14 20 14Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 6C21.1046 6 22 5.10457 22 4C22 2.89543 21.1046 2 20 2C18.8954 2 18 2.89543 18 4C18 5.10457 18.8954 6 20 6Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 22C21.1046 22 22 21.1046 22 20C22 18.8954 21.1046 18 20 18C18.8954 18 18 18.8954 18 20C18 21.1046 18.8954 22 20 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 14C5.10457 14 6 13.1046 6 12C6 10.8954 5.10457 10 4 10C2.89543 10 2 10.8954 2 12C2 13.1046 2.89543 14 4 14Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M6 12H18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 4H14C12 4 11 5 11 7V17C11 19 12 20 14 20H18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"designtools \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.4293 17.6198C10.4293 18.7198 10.0093 19.7698 9.2193 20.5698C8.6093 21.1798 7.7793 21.5998 6.7893 21.7298L4.3293 21.9998C2.9893 22.1498 1.8393 21.0098 1.9993 19.6498L2.2693 17.1898C2.5093 14.9998 4.3393 13.5998 6.2793 13.5598C6.4793 13.5498 6.6893 13.5598 6.8793 13.5698C7.7293 13.6798 8.5593 14.0698 9.2393 14.7598C9.9093 15.4298 10.2893 16.2098 10.3993 17.0498C10.4093 17.2398 10.4293 17.4298 10.4293 17.6198Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M21.8095 3.93988C20.2695 7.77988 16.4095 12.9999 13.1795 15.5899L11.2095 17.1699C10.9595 17.3499 10.7095 17.5099 10.4295 17.6199C10.4295 17.4399 10.4195 17.2399 10.3895 17.0499C10.2795 16.2099 9.89953 15.4299 9.22953 14.7599C8.54953 14.0799 7.71953 13.6799 6.86953 13.5699C6.66953 13.5599 6.46953 13.5399 6.26953 13.5599C6.37953 13.2499 6.54953 12.9599 6.75953 12.7199L8.31953 10.7499C10.8995 7.51988 16.1395 3.63988 19.9695 2.10988C20.5595 1.88988 21.1295 2.04988 21.4895 2.41988C21.8695 2.78988 22.0495 3.35988 21.8095 3.93988Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.2398 14.4702C14.2398 11.8602 12.1198 9.74023 9.50977 9.74023\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M20.1207 12.73L20.8607 13.46C22.3507 14.95 22.3507 16.42 20.8607 17.91L17.9007 20.87C16.4307 22.34 14.9407 22.34 13.4707 20.87\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M3.11031 10.5101C1.64031 9.02006 1.64031 7.55006 3.11031 6.06006L6.07031 3.10006C7.54031 1.63006 9.03031 1.63006 10.5003 3.10006L11.2403 3.84006\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path opacity=\"0.4\" d=\"M11.2508 3.8501L7.55078 7.5501\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path opacity=\"0.4\" d=\"M20.1202 12.73L17.1602 15.68\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n</svg>\n</li><li title=\"device message \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 5.25V9.15002C22 10.64 21.24 11.76 20 12.2C19.62 12.33 19.2 12.4 18.75 12.4H16.15L13.26 14.33C12.83 14.61 12.25 14.3 12.25 13.79V12.4C11.28 12.4 10.46 12.08 9.89 11.51C9.32 10.94 9 10.12 9 9.15002V5.25C9 4.8 9.07 4.38 9.2 4C9.64 2.76 10.76 2 12.25 2H18.75C20.7 2 22 3.3 22 5.25Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M20 12.2V13.9C20 17.05 18.2 18.4 15.5 18.4H6.5C3.8 18.4 2 17.05 2 13.9V8.5C2 5.35 3.8 4 6.5 4H9.2C9.07 4.38 9 4.8 9 5.25V9.15002C9 10.12 9.32 10.94 9.89 11.51C10.46 12.08 11.28 12.4 12.25 12.4V13.79C12.25 14.3 12.83 14.61 13.26 14.33L16.15 12.4H18.75C19.2 12.4 19.62 12.33 20 12.2Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.40039 22H14.6004\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 18.3999V21.9999\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M18.4955 7.25H18.5045\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.6947 7.25H15.7037\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.8959 7.25H12.9049\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"devices \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.0104 12.7298C17.6014 12.7298 18.0804 12.2507 18.0804 11.6598C18.0804 11.0688 17.6014 10.5898 17.0104 10.5898C16.4195 10.5898 15.9404 11.0688 15.9404 11.6598C15.9404 12.2507 16.4195 12.7298 17.0104 12.7298Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 6V7.78998C19.75 7.75998 19.46 7.73999 19.15 7.73999H14.87C12.73 7.73999 12.02 8.45003 12.02 10.59V15.7H6C2.8 15.7 2 14.9 2 11.7V6C2 2.8 2.8 2 6 2H16C19.2 2 20 2.8 20 6Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M2 11.8999H12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M9 15.7002V20.0002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.9502 20H12.0002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M17.0104 12.7298C17.6014 12.7298 18.0804 12.2507 18.0804 11.6598C18.0804 11.0688 17.6014 10.5898 17.0104 10.5898C16.4195 10.5898 15.9404 11.0688 15.9404 11.6598C15.9404 12.2507 16.4195 12.7298 17.0104 12.7298Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.9995 10.5903V19.1503C21.9995 21.2903 21.2895 22.0002 19.1495 22.0002H14.8695C12.7295 22.0002 12.0195 21.2903 12.0195 19.1503V10.5903C12.0195 8.45027 12.7295 7.74023 14.8695 7.74023H19.1495C19.4595 7.74023 19.7495 7.76022 19.9995 7.79022C21.4795 7.98022 21.9995 8.76027 21.9995 10.5903Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.1501 17.0101C19.1501 18.1901 18.1901 19.1501 17.0101 19.1501C15.8301 19.1501 14.8701 18.1901 14.8701 17.0101C14.8701 16.5201 15.0401 16.0601 15.3201 15.7001C15.7101 15.2001 16.3201 14.8701 17.0101 14.8701C17.5501 14.8701 18.0401 15.0701 18.4101 15.3901C18.8601 15.7901 19.1501 16.3701 19.1501 17.0101Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.0104 12.7298C17.6014 12.7298 18.0804 12.2507 18.0804 11.6598C18.0804 11.0688 17.6014 10.5898 17.0104 10.5898C16.4195 10.5898 15.9404 11.0688 15.9404 11.6598C15.9404 12.2507 16.4195 12.7298 17.0104 12.7298Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"diagram \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 2V19C2 20.66 3.34 22 5 22H22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M5 17L9.59 11.64C10.35 10.76 11.7 10.7 12.52 11.53L13.47 12.48C14.29 13.3 15.64 13.25 16.4 12.37L21 7\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"diamonds \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.2904 2.1499H7.70044C6.00044 2.1499 5.25044 2.9999 4.79044 4.0399L2.23044 9.7999C1.77044 10.8399 2.02044 12.3899 2.79044 13.2299L9.65044 20.7699C10.9504 22.1899 13.0704 22.1899 14.3604 20.7699L21.2105 13.2199C21.9805 12.3699 22.2304 10.8299 21.7604 9.7899L19.2004 4.0299C18.7404 2.9999 17.9904 2.1499 16.2904 2.1499Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M3.5 8H20.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"direct down \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.16931 19.2901L3.06931 7.70015C1.61931 4.95015 4.54931 1.96015 7.32931 3.35015L10.5693 4.97015C11.4693 5.42015 12.5293 5.42015 13.4293 4.97015L16.6693 3.35015C19.4493 1.96015 22.3693 4.95015 20.9293 7.70015L14.8293 19.2901C13.6293 21.5701 10.3693 21.5701 9.16931 19.2901Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"direct inbox \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path d=\"M12 2V9L14 7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 9L10 7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path opacity=\"0.4\" d=\"M1.98047 13H6.39047C6.77047 13 7.11047 13.21 7.28047 13.55L8.45047 15.89C8.79047 16.57 9.48047 17 10.2405 17H13.7705C14.5305 17 15.2205 16.57 15.5605 15.89L16.7305 13.55C16.9005 13.21 17.2505 13 17.6205 13H21.9805\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 4.12988C3.46 4.64988 2 6.72988 2 10.9999V14.9999C2 19.9999 4 21.9999 9 21.9999H15C20 21.9999 22 19.9999 22 14.9999V10.9999C22 6.72988 20.54 4.64988 17 4.12988\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"direct left \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.71 9.1698L16.3 3.0698C19.05 1.6198 22.04 4.5498 20.65 7.3298L19.03 10.5698C18.58 11.4698 18.58 12.5298 19.03 13.4298L20.65 16.6698C22.04 19.4498 19.05 22.3698 16.3 20.9298L4.71 14.8298C2.43 13.6298 2.43 10.3698 4.71 9.1698Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"direct normal \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M2 13.0002H5.76C6.52 13.0002 7.21 13.4302 7.55 14.1102L8.44 15.9002C9 17.0002 10 17.0002 10.24 17.0002H13.77C14.53 17.0002 15.22 16.5702 15.56 15.8902L16.45 14.1002C16.79 13.4202 17.48 12.9902 18.24 12.9902H21.98\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"direct notification \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M1.98047 13.0002H5.77047C6.53047 13.0002 7.22047 13.4302 7.56047 14.1102L8.45047 15.9002C9.00047 17.0002 10.0005 17.0002 10.2405 17.0002H13.7705C14.5305 17.0002 15.2205 16.5702 15.5605 15.8902L16.4505 14.1002C16.7905 13.4202 17.4805 12.9902 18.2405 12.9902H21.9805\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M19 8C20.6569 8 22 6.65685 22 5C22 3.34315 20.6569 2 19 2C17.3431 2 16 3.34315 16 5C16 6.65685 17.3431 8 19 8Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H15C20 22 22 20 22 15V10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"direct right \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.2901 9.1698L7.70015 3.0698C4.95015 1.6198 1.96015 4.5498 3.35015 7.3298L4.97015 10.5698C5.42015 11.4698 5.42015 12.5298 4.97015 13.4298L3.35015 16.6698C1.96015 19.4498 4.95015 22.3698 7.70015 20.9298L19.2901 14.8298C21.5701 13.6298 21.5701 10.3698 19.2901 9.1698Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"direct send \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path d=\"M12 9V2L10 4\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 2L14 4\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path opacity=\"0.4\" d=\"M1.98047 13H6.39047C6.77047 13 7.11047 13.21 7.28047 13.55L8.45047 15.89C8.79047 16.57 9.48047 17 10.2405 17H13.7705C14.5305 17 15.2205 16.57 15.5605 15.89L16.7305 13.55C16.9005 13.21 17.2505 13 17.6205 13H21.9805\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 5.12988C3.46 5.64988 2 7.72988 2 11.9999V14.9999C2 19.9999 4 21.9999 9 21.9999H15C20 21.9999 22 19.9999 22 14.9999V11.9999C22 7.72988 20.54 5.64988 17 5.12988\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"direct up \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.16931 4.71L3.06931 16.3C1.61931 19.05 4.54931 22.04 7.32931 20.65L10.5693 19.03C11.4693 18.58 12.5293 18.58 13.4293 19.03L16.6693 20.65C19.4493 22.04 22.3693 19.05 20.9293 16.3L14.8293 4.71C13.6293 2.43 10.3693 2.43 9.16931 4.71Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"direct \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M2 13.0002H5.76C6.52 13.0002 7.21 13.4302 7.55 14.1102L8.44 15.9002C9 17.0002 10 17.0002 10.24 17.0002H13.77C14.53 17.0002 15.22 16.5702 15.56 15.8902L16.45 14.1002C16.79 13.4202 17.48 12.9902 18.24 12.9902H21.98\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M10.3398 7H13.6698\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M9.5 10H14.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"directbox default \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 12C3 12 3 13.79 3 16V17C3 19.76 3 22 8 22H16C20 22 21 19.76 21 17V16C21 13.79 21 12 17 12C16 12 15.72 12.21 15.2 12.6L14.18 13.68C13 14.94 11 14.94 9.81 13.68L8.8 12.6C8.28 12.21 8 12 7 12Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M19 12V6C19 3.79 19 2 15 2H9C5 2 5 3.79 5 6V12\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"directbox notif \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 12C3 12 3 13.79 3 16V17C3 19.76 3 22 8 22H16C20 22 21 19.76 21 17V16C21 13.79 21 12 17 12C16 12 15.72 12.21 15.2 12.6L14.18 13.68C13 14.94 11 14.94 9.81 13.68L8.8 12.6C8.28 12.21 8 12 7 12Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 12V6C19 3.79 19 2 15 2H9C5 2 5 3.79 5 6V12\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M10.5508 9.22998H13.8808\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M9.7207 6.22998H14.7207\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"directbox receive \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path d=\"M12 2V8L14 6\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 8L10 6\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M7 12C3 12 3 13.79 3 16V17C3 19.76 3 22 8 22H16C20 22 21 19.76 21 17V16C21 13.79 21 12 17 12C16 12 15.72 12.21 15.2 12.6L14.18 13.68C13 14.94 11 14.94 9.81 13.68L8.8 12.6C8.28 12.21 8 12 7 12Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M5 12V8.00004C5 5.99004 5 4.33004 8 4.04004\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M19 12V8.00004C19 5.99004 19 4.33004 16 4.04004\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"directbox send \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path d=\"M12 8V2L10 4\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 2L14 4\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M7 12C3 12 3 13.79 3 16V17C3 19.76 3 22 8 22H16C20 22 21 19.76 21 17V16C21 13.79 21 12 17 12C16 12 15.72 12.21 15.2 12.6L14.18 13.68C13 14.94 11 14.94 9.81 13.68L8.8 12.6C8.28 12.21 8 12 7 12Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M5 12V10C5 7.99004 5 6.33004 8 6.04004\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M19 12V10C19 7.99004 19 6.33004 16 6.04004\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"discount circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M9 15L15 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M14.4945 14.5H14.5035\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M9.49451 9.5H9.50349\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"discount shape \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.99085 14.6599L2.47086 13.1399C1.85086 12.5199 1.85086 11.4999 2.47086 10.8799L3.99085 9.3599C4.25085 9.0999 4.46085 8.58989 4.46085 8.22989V6.07987C4.46085 5.19987 5.18086 4.47989 6.06086 4.47989H8.21085C8.57085 4.47989 9.08085 4.26992 9.34085 4.00992L10.8608 2.4899C11.4808 1.8699 12.5009 1.8699 13.1209 2.4899L14.6409 4.00992C14.9009 4.26992 15.4108 4.47989 15.7708 4.47989H17.9209C18.8009 4.47989 19.5208 5.19987 19.5208 6.07987V8.22989C19.5208 8.58989 19.7308 9.0999 19.9908 9.3599L21.5109 10.8799C22.1309 11.4999 22.1309 12.5199 21.5109 13.1399L19.9908 14.6599C19.7308 14.9199 19.5208 15.43 19.5208 15.79V17.9399C19.5208 18.8199 18.8009 19.54 17.9209 19.54H15.7708C15.4108 19.54 14.9009 19.7499 14.6409 20.0099L13.1209 21.5299C12.5009 22.1499 11.4808 22.1499 10.8608 21.5299L9.34085 20.0099C9.08085 19.7499 8.57085 19.54 8.21085 19.54H6.06086C5.18086 19.54 4.46085 18.8199 4.46085 17.9399V15.79C4.46085 15.42 4.25085 14.9099 3.99085 14.6599Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M9 15L15 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M14.4945 14.5H14.5035\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M9.49451 9.5H9.50349\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"discover \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n<path opacity=\"0.4\" d=\"M13.5 8C10.47 8 8 10.48 8 13.5C8 14.87 9.12 16 10.5 16C13.52 16 16 13.52 16 10.5C16 9.13 14.87 8 13.5 8Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"dislike \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.5197 5.6499L13.4197 3.2499C13.0197 2.8499 12.1197 2.6499 11.5197 2.6499H7.71973C6.51973 2.6499 5.21973 3.5499 4.91973 4.7499L2.51973 12.0499C2.01973 13.4499 2.91973 14.6499 4.41973 14.6499H8.41973C9.01973 14.6499 9.51973 15.1499 9.41973 15.8499L8.91973 19.0499C8.71973 19.9499 9.31973 20.9499 10.2197 21.2499C11.0197 21.5499 12.0197 21.1499 12.4197 20.5499L16.5197 14.4499\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n<path d=\"M21.6191 5.65V15.45C21.6191 16.85 21.0191 17.35 19.6191 17.35H18.6191C17.2191 17.35 16.6191 16.85 16.6191 15.45V5.65C16.6191 4.25 17.2191 3.75 18.6191 3.75H19.6191C21.0191 3.75 21.6191 4.25 21.6191 5.65Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"document 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M22 10V15C22 20 20 22 15 22H9C4 22 2 20 2 15V9C2 4 4 2 9 2H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 10H18C15 10 14 9 14 6V2L22 10Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"document cloud \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 10V13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 10H18C15 10 14 9 14 6V2L22 10Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M13.7605 18.2598C11.4105 18.4298 11.4105 21.8298 13.7605 21.9998H19.3205C19.9905 21.9998 20.6505 21.7498 21.1405 21.2998C22.7905 19.8598 21.9105 16.9798 19.7405 16.7098C18.9605 12.0198 12.1805 13.7998 13.7805 18.2698\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"document code 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11 22H16C19.5 22 21 20 21 17V7C21 4 19.5 2 16 2H8C4.5 2 3 4 3 7V14\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M14.5 4.5V6.5C14.5 7.6 15.4 8.5 16.5 8.5H18.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M4 17L2 19L4 21\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M7 17L9 19L7 21\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"document code \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 7V17C21 20 19.5 22 16 22H8C4.5 22 3 20 3 17V7C3 4 4.5 2 8 2H16C19.5 2 21 4 21 7Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M14.5 4.5V6.5C14.5 7.6 15.4 8.5 16.5 8.5H18.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M10 13L8 15L10 17\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M14 13L16 15L14 17\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"document copy \"><svg   viewBox=\"0 0 22 22\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16 12.4V15.4C16 19.4 14.4 21 10.4 21H6.6C2.6 21 1 19.4 1 15.4V11.6C1 7.6 2.6 6 6.6 6H9.6\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.9996 12.4H12.7996C10.3996 12.4 9.59961 11.6 9.59961 9.2V6L15.9996 12.4Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M6 4C6 2.34 7.34 1 9 1H15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M20.9995 7V13.19C20.9995 14.74 19.7395 16 18.1895 16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 7H18C15.75 7 15 6.25 15 4V1L21 7Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"document download \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path d=\"M9 11V17L11 15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 17L7 15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M22 10V15C22 20 20 22 15 22H9C4 22 2 20 2 15V9C2 4 4 2 9 2H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 10H18C15 10 14 9 14 6V2L22 10Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"document favorite \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 10V15C22 20 20 22 15 22H9C4 22 2 20 2 15V9C2 4 4 2 9 2H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 10H18C15 10 14 9 14 6V2L22 10Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M6.61978 15.7299C6.28978 14.6999 6.67978 13.4299 7.74978 13.0799C8.31978 12.8999 9.01978 13.0499 9.40978 13.5999C9.77978 13.0299 10.5098 12.8999 11.0698 13.0799C12.1498 13.4299 12.5298 14.6999 12.2098 15.7299C11.6998 17.3599 9.90978 18.2099 9.40978 18.2099C8.91978 18.1999 7.14978 17.3699 6.61978 15.7299Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"document filter \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M3.34985 2H12.2499C12.9899 2 13.5999 2.61001 13.5999 3.35001V4.82999C13.5999 5.36999 13.2599 6.04 12.9299 6.38L10.0299 8.94C9.62991 9.28 9.35986 9.94999 9.35986 10.49V13.39C9.35986 13.79 9.08988 14.33 8.74988 14.54L7.80987 15.15C6.92987 15.69 5.71985 15.08 5.71985 14V10.43C5.71985 9.95999 5.44987 9.35001 5.17987 9.01001L2.61987 6.31C2.27987 5.97 2.00989 5.36999 2.00989 4.95999V3.41C1.99989 2.61 2.60985 2 3.34985 2Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 12.0002V15.0002C2 20.0002 4 22.0002 9 22.0002H15C20 22.0002 22 20.0002 22 15.0002V9.00024C22 5.88024 21.22 3.92024 19.41 2.90024C18.9 2.61024 17.88 2.39023 16.95 2.24023\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M13 13H18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M11 17H18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"document forward \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M11 17L13 15L11 13L13 15H7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 10V15C22 20 20 22 15 22H9C4 22 2 20 2 15V9C2 4 4 2 9 2H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 10H18C15 10 14 9 14 6V2L22 10Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"document like \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 7V17C21 20 19.5 22 16 22H8C4.5 22 3 20 3 17V7C3 4 4.5 2 8 2H16C19.5 2 21 4 21 7Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M14.5 4.5V6.5C14.5 7.6 15.4 8.5 16.5 8.5H18.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M7.47916 15.4901C7.14916 14.4601 7.53914 13.1901 8.60914 12.8401C9.17914 12.6601 9.87914 12.8101 10.2691 13.3601C10.6391 12.7901 11.3691 12.6601 11.9291 12.8401C13.0091 13.1901 13.3892 14.4601 13.0692 15.4901C12.5592 17.1201 10.7691 17.9701 10.2691 17.9701C9.77914 17.9601 8.00916 17.1301 7.47916 15.4901Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"document previous \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path d=\"M13 15H7L9 17\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 15L9 13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M22 10V15C22 20 20 22 15 22H9C4 22 2 20 2 15V9C2 4 4 2 9 2H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 10H18C15 10 14 9 14 6V2L18 6L22 10Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"document sketch \"><svg   viewBox=\"0 0 22 22\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 9V14C21 19 19 21 14 21H8C3 21 1 19 1 14V8C1 3 3 1 8 1H13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 9H17C14 9 13 8 13 5V1L21 9Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.31975 11H9.96975C10.2398 11 10.5798 11.18 10.7198 11.4L11.8498 13.1C12.0798 13.44 12.0298 13.95 11.7398 14.24L9.27975 16.7C8.92975 17.05 8.34975 17.05 7.99975 16.7L5.53975 14.24C5.24975 13.95 5.19975 13.44 5.42975 13.1L6.55975 11.4C6.71975 11.18 7.05975 11 7.31975 11Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"document text 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 10V15C22 20 20 22 15 22H9C4 22 2 20 2 15V9C2 4 4 2 9 2H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 10H18C15 10 14 9 14 6V2L22 10Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M7 13H13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M7 17H11\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"document text \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 7V17C21 20 19.5 22 16 22H8C4.5 22 3 20 3 17V7C3 4 4.5 2 8 2H16C19.5 2 21 4 21 7Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M14.5 4.5V6.5C14.5 7.6 15.4 8.5 16.5 8.5H18.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8 13H12\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8 17H16\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"document upload \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path d=\"M9 17V11L7 13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 11L11 13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M22 10V15C22 20 20 22 15 22H9C4 22 2 20 2 15V9C2 4 4 2 9 2H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 10H18C15 10 14 9 14 6V2L22 10Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"document \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M15.75 9H8.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M15.75 15H8.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"dollar circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path d=\"M8.67188 14.3298C8.67188 15.6198 9.66188 16.6598 10.8919 16.6598H13.4019C14.4719 16.6598 15.3419 15.7498 15.3419 14.6298C15.3419 13.4098 14.8119 12.9798 14.0219 12.6998L9.99187 11.2998C9.20187 11.0198 8.67188 10.5898 8.67188 9.36984C8.67188 8.24984 9.54187 7.33984 10.6119 7.33984H13.1219C14.3519 7.33984 15.3419 8.37984 15.3419 9.66984\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 6V18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"dollar square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path d=\"M8.67188 14.3298C8.67188 15.6198 9.66188 16.6598 10.8919 16.6598H13.4019C14.4719 16.6598 15.3419 15.7498 15.3419 14.6298C15.3419 13.4098 14.8119 12.9798 14.0219 12.6998L9.99187 11.2998C9.20187 11.0198 8.67188 10.5898 8.67188 9.36984C8.67188 8.24984 9.54187 7.33984 10.6119 7.33984H13.1219C14.3519 7.33984 15.3419 8.37984 15.3419 9.66984\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 6V18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M15 22H9C4 22 2 20 2 15V9C2 4 4 2 9 2H15C20 2 22 4 22 9V15C22 20 20 22 15 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"driver 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M6 6.25V8.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M10 6.25V8.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M6 16V18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M10 16V18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M14 7.25H18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M14 17H18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 12H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"driver refresh \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M6 6.25V8.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 12V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M10 6.25V8.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M6 16V18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M10 16V18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M14 7.25H18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 12H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.5604 20.33C21.0004 21.3 19.9504 21.95 18.7504 21.95C16.9604 21.95 15.8604 20.15 15.8604 20.15M15.9304 17.09C16.4904 16.11 17.5404 15.46 18.7504 15.46C20.9204 15.46 22.0004 17.26 22.0004 17.26M22.0004 15.25V17.25H20.0004M17.8604 20.14H15.8604V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"driver \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.3198 9.99977H4.68977C3.20977 9.99977 2.00977 8.78978 2.00977 7.31978V4.68977C2.00977 3.20977 3.21977 2.00977 4.68977 2.00977H19.3198C20.7998 2.00977 21.9998 3.21977 21.9998 4.68977V7.31978C21.9998 8.78978 20.7898 9.99977 19.3198 9.99977Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.3198 21.9998H4.68977C3.20977 21.9998 2.00977 20.7898 2.00977 19.3198V16.6898C2.00977 15.2098 3.21977 14.0098 4.68977 14.0098H19.3198C20.7998 14.0098 21.9998 15.2198 21.9998 16.6898V19.3198C21.9998 20.7898 20.7898 21.9998 19.3198 21.9998Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M6 5V7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M10 5V7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M6 17V19\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M10 17V19\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M14 6H18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M14 18H18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"driving \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.5512 2H9.45117C7.65117 2 7.25118 2.90001 7.02118 4.01001L6.20117 7.92999H17.8012L16.9812 4.01001C16.7512 2.90001 16.3512 2 14.5512 2Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.2405 14.3199C19.3205 15.1699 18.6405 15.9 17.7705 15.9H16.4105C15.6305 15.9 15.5205 15.57 15.3805 15.15L15.2305 14.7199C15.0305 14.1299 14.9005 13.7299 13.8505 13.7299H10.1405C9.10054 13.7299 8.94054 14.1799 8.76054 14.7199L8.61054 15.15C8.47054 15.56 8.36054 15.9 7.58054 15.9H6.22054C5.35054 15.9 4.67054 15.1699 4.75054 14.3199L5.16055 9.89996C5.26055 8.80996 5.47054 7.91992 7.37054 7.91992H16.6205C18.5205 7.91992 18.7305 8.80996 18.8305 9.89996L19.2405 14.3199Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.2007 5.75H5.4707\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.5308 5.75H17.8008\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M7.65039 10.8301H9.8204\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M14.1797 10.8301H16.3497\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M12 17V18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M12 21V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M3 18L2 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M21 18L22 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"drop \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.6103 2.21C12.2503 1.93 11.7503 1.93 11.3903 2.21C9.49029 3.66 3.88028 8.39 3.91028 13.9C3.91028 18.36 7.54028 22 12.0103 22C16.4803 22 20.1103 18.37 20.1103 13.91C20.1203 8.48 14.5003 3.67 12.6103 2.21Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n</svg>\n</li><li title=\"edit 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.2594 3.60022L5.04936 12.2902C4.73936 12.6202 4.43936 13.2702 4.37936 13.7202L4.00936 16.9602C3.87936 18.1302 4.71936 18.9302 5.87936 18.7302L9.09936 18.1802C9.54936 18.1002 10.1794 17.7702 10.4894 17.4302L18.6994 8.74022C20.1194 7.24022 20.7594 5.53022 18.5494 3.44022C16.3494 1.37022 14.6794 2.10022 13.2594 3.60022Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M11.8906 5.0498C12.3206 7.8098 14.5606 9.9198 17.3406 10.1998\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M3 22H21\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"edit \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M11 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H15C20 22 22 20 22 15V13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.0399 3.01976L8.15988 10.8998C7.85988 11.1998 7.55988 11.7898 7.49988 12.2198L7.06988 15.2298C6.90988 16.3198 7.67988 17.0798 8.76988 16.9298L11.7799 16.4998C12.1999 16.4398 12.7899 16.1398 13.0999 15.8398L20.9799 7.95976C22.3399 6.59976 22.9799 5.01976 20.9799 3.01976C18.9799 1.01976 17.3999 1.65976 16.0399 3.01976Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M14.9102 4.1499C15.5802 6.5399 17.4502 8.4099 19.8502 9.0899\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"electricity \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.4998 16H13.4998C15.9998 16 17.4998 14.2 17.4998 12V6.91C17.4998 5.86 16.6398 5 15.5898 5H8.41982C7.36982 5 6.50982 5.86 6.50982 6.91V12C6.49982 14.2 7.99981 16 10.4998 16Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M9.5 2V5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M14.5 2V5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M12 22V16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"element 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.5 19.9V4.1C10.5 2.6 9.86 2 8.27 2H4.23C2.64 2 2 2.6 2 4.1V19.9C2 21.4 2.64 22 4.23 22H8.27C9.86 22 10.5 21.4 10.5 19.9Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 10.9V4.1C22 2.6 21.36 2 19.77 2H15.73C14.14 2 13.5 2.6 13.5 4.1V10.9C13.5 12.4 14.14 13 15.73 13H19.77C21.36 13 22 12.4 22 10.9Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M22 19.9V18.1C22 16.6 21.36 16 19.77 16H15.73C14.14 16 13.5 16.6 13.5 18.1V19.9C13.5 21.4 14.14 22 15.73 22H19.77C21.36 22 22 21.4 22 19.9Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"element 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.5 19.9V4.1C10.5 2.6 9.86 2 8.27 2H4.23C2.64 2 2 2.6 2 4.1V19.9C2 21.4 2.64 22 4.23 22H8.27C9.86 22 10.5 21.4 10.5 19.9Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 8.52V3.98C22 2.57 21.36 2 19.77 2H15.73C14.14 2 13.5 2.57 13.5 3.98V8.51C13.5 9.93 14.14 10.49 15.73 10.49H19.77C21.36 10.5 22 9.93 22 8.52Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M22 19.77V15.73C22 14.14 21.36 13.5 19.77 13.5H15.73C14.14 13.5 13.5 14.14 13.5 15.73V19.77C13.5 21.36 14.14 22 15.73 22H19.77C21.36 22 22 21.36 22 19.77Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"element 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 8.52V3.98C22 2.57 21.36 2 19.77 2H15.73C14.14 2 13.5 2.57 13.5 3.98V8.51C13.5 9.93 14.14 10.49 15.73 10.49H19.77C21.36 10.5 22 9.93 22 8.52Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M22 19.77V15.73C22 14.14 21.36 13.5 19.77 13.5H15.73C14.14 13.5 13.5 14.14 13.5 15.73V19.77C13.5 21.36 14.14 22 15.73 22H19.77C21.36 22 22 21.36 22 19.77Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M10.5 8.52V3.98C10.5 2.57 9.86 2 8.27 2H4.23C2.64 2 2 2.57 2 3.98V8.51C2 9.93 2.64 10.49 4.23 10.49H8.27C9.86 10.5 10.5 9.93 10.5 8.52Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.5 19.77V15.73C10.5 14.14 9.86 13.5 8.27 13.5H4.23C2.64 13.5 2 14.14 2 15.73V19.77C2 21.36 2.64 22 4.23 22H8.27C9.86 22 10.5 21.36 10.5 19.77Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"element 4 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 10.9V4.1C22 2.6 21.36 2 19.77 2H15.73C14.14 2 13.5 2.6 13.5 4.1V10.9C13.5 12.4 14.14 13 15.73 13H19.77C21.36 13 22 12.4 22 10.9Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M22 19.9V18.1C22 16.6 21.36 16 19.77 16H15.73C14.14 16 13.5 16.6 13.5 18.1V19.9C13.5 21.4 14.14 22 15.73 22H19.77C21.36 22 22 21.4 22 19.9Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.5 13.1V19.9C10.5 21.4 9.86 22 8.27 22H4.23C2.64 22 2 21.4 2 19.9V13.1C2 11.6 2.64 11 4.23 11H8.27C9.86 11 10.5 11.6 10.5 13.1Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M10.5 4.1V5.9C10.5 7.4 9.86 8 8.27 8H4.23C2.64 8 2 7.4 2 5.9V4.1C2 2.6 2.64 2 4.23 2H8.27C9.86 2 10.5 2.6 10.5 4.1Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"element equal \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 8.27V4.23C22 2.64 21.36 2 19.77 2H15.73C14.14 2 13.5 2.64 13.5 4.23V8.27C13.5 9.86 14.14 10.5 15.73 10.5H19.77C21.36 10.5 22 9.86 22 8.27Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.5 8.52V3.98C10.5 2.57 9.86 2 8.27 2H4.23C2.64 2 2 2.57 2 3.98V8.51C2 9.93 2.64 10.49 4.23 10.49H8.27C9.86 10.5 10.5 9.93 10.5 8.52Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.5 19.77V15.73C10.5 14.14 9.86 13.5 8.27 13.5H4.23C2.64 13.5 2 14.14 2 15.73V19.77C2 21.36 2.64 22 4.23 22H8.27C9.86 22 10.5 21.36 10.5 19.77Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M15 15.5H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path opacity=\"0.4\" d=\"M15 19.5H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n</svg>\n</li><li title=\"element plus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 8.27V4.23C22 2.64 21.36 2 19.77 2H15.73C14.14 2 13.5 2.64 13.5 4.23V8.27C13.5 9.86 14.14 10.5 15.73 10.5H19.77C21.36 10.5 22 9.86 22 8.27Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.5 8.52V3.98C10.5 2.57 9.86 2 8.27 2H4.23C2.64 2 2 2.57 2 3.98V8.51C2 9.93 2.64 10.49 4.23 10.49H8.27C9.86 10.5 10.5 9.93 10.5 8.52Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.5 19.77V15.73C10.5 14.14 9.86 13.5 8.27 13.5H4.23C2.64 13.5 2 14.14 2 15.73V19.77C2 21.36 2.64 22 4.23 22H8.27C9.86 22 10.5 21.36 10.5 19.77Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M14.5 17.5H20.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M17.5 20.5V14.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n</g>\n</svg>\n</li><li title=\"emoji happy \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M15.5 9.75C16.3284 9.75 17 9.07843 17 8.25C17 7.42157 16.3284 6.75 15.5 6.75C14.6716 6.75 14 7.42157 14 8.25C14 9.07843 14.6716 9.75 15.5 9.75Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8.5 9.75C9.32843 9.75 10 9.07843 10 8.25C10 7.42157 9.32843 6.75 8.5 6.75C7.67157 6.75 7 7.42157 7 8.25C7 9.07843 7.67157 9.75 8.5 9.75Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8.4 13.2998H15.6C16.1 13.2998 16.5 13.6998 16.5 14.1998C16.5 16.6898 14.49 18.6998 12 18.6998C9.51 18.6998 7.5 16.6898 7.5 14.1998C7.5 13.6998 7.9 13.2998 8.4 13.2998Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"emoji normal \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.34\" d=\"M7 8.25C8 9.25 9.63 9.25 10.64 8.25\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.34\" d=\"M13.3594 8.25C14.3594 9.25 15.9894 9.25 16.9994 8.25\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.34\" d=\"M8.4 13H15.6C16.1 13 16.5 13.4 16.5 13.9C16.5 16.39 14.49 18.4 12 18.4C9.51 18.4 7.5 16.39 7.5 13.9C7.5 13.4 7.9 13 8.4 13Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"emoji sad \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.34\" d=\"M7 8.75C8 7.75 9.63 7.75 10.64 8.75\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.34\" d=\"M13.3594 8.75C14.3594 7.75 15.9894 7.75 16.9994 8.75\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.34\" d=\"M8.4 17.6998H15.6C16.1 17.6998 16.5 17.2998 16.5 16.7998C16.5 14.3098 14.49 12.2998 12 12.2998C9.51 12.2998 7.5 14.3098 7.5 16.7998C7.5 17.2998 7.9 17.6998 8.4 17.6998Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"empty wallet add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.04 13.55C17.62 13.96 17.38 14.55 17.44 15.18C17.53 16.26 18.52 17.05 19.6 17.05H21.5V18.24C21.5 20.31 19.81 22 17.74 22H7.63C7.94 21.74 8.21 21.42 8.42 21.06C8.79 20.46 9 19.75 9 19C9 16.79 7.21 15 5 15C4.06 15 3.19 15.33 2.5 15.88V11.51C2.5 9.44001 4.19 7.75 6.26 7.75H17.74C19.81 7.75 21.5 9.44001 21.5 11.51V12.95H19.48C18.92 12.95 18.41 13.17 18.04 13.55Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M2.5 12.4098V7.83986C2.5 6.64986 3.23 5.58982 4.34 5.16982L12.28 2.16982C13.52 1.69982 14.85 2.61985 14.85 3.94985V7.74983\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22.5608 13.9702V16.0302C22.5608 16.5802 22.1208 17.0302 21.5608 17.0502H19.6008C18.5208 17.0502 17.5308 16.2602 17.4408 15.1802C17.3808 14.5502 17.6208 13.9602 18.0408 13.5502C18.4108 13.1702 18.9208 12.9502 19.4808 12.9502H21.5608C22.1208 12.9702 22.5608 13.4202 22.5608 13.9702Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M7 12H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 19C9 19.75 8.79 20.46 8.42 21.06C8.21 21.42 7.94 21.74 7.63 22C6.93 22.63 6.01 23 5 23C3.54 23 2.27 22.22 1.58 21.06C1.21 20.46 1 19.75 1 19C1 17.74 1.58 16.61 2.5 15.88C3.19 15.33 4.06 15 5 15C7.21 15 9 16.79 9 19Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.48976 18.98H3.50977\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 17.52V20.51\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"empty wallet remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.04 13.55C17.62 13.96 17.38 14.55 17.44 15.18C17.53 16.26 18.52 17.05 19.6 17.05H21.5V18.24C21.5 20.31 19.81 22 17.74 22H7.63C7.94 21.74 8.21 21.42 8.42 21.06C8.79 20.46 9 19.75 9 19C9 16.79 7.21 15 5 15C4.06 15 3.19 15.33 2.5 15.88V11.51C2.5 9.44001 4.19 7.75 6.26 7.75H17.74C19.81 7.75 21.5 9.44001 21.5 11.51V12.95H19.48C18.92 12.95 18.41 13.17 18.04 13.55Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M2.5 12.4098V7.83986C2.5 6.64986 3.23 5.58982 4.34 5.16982L12.28 2.16982C13.52 1.69982 14.85 2.61985 14.85 3.94985V7.74983\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22.5608 13.9702V16.0302C22.5608 16.5802 22.1208 17.0302 21.5608 17.0502H19.6008C18.5208 17.0502 17.5308 16.2602 17.4408 15.1802C17.3808 14.5502 17.6208 13.9602 18.0408 13.5502C18.4108 13.1702 18.9208 12.9502 19.4808 12.9502H21.5608C22.1208 12.9702 22.5608 13.4202 22.5608 13.9702Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M7 12H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 19C9 19.75 8.79 20.46 8.42 21.06C8.21 21.42 7.94 21.74 7.63 22C6.93 22.63 6.01 23 5 23C3.54 23 2.27 22.22 1.58 21.06C1.21 20.46 1 19.75 1 19C1 17.74 1.58 16.61 2.5 15.88C3.19 15.33 4.06 15 5 15C7.21 15 9 16.79 9 19Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.06922 20.0402L3.94922 17.9302\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.04969 17.96L3.92969 20.0699\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"empty wallet tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.04 13.55C17.62 13.96 17.38 14.55 17.44 15.18C17.53 16.26 18.52 17.05 19.6 17.05H21.5V18.24C21.5 20.31 19.81 22 17.74 22H7.63C7.94 21.74 8.21 21.42 8.42 21.06C8.79 20.46 9 19.75 9 19C9 16.79 7.21 15 5 15C4.06 15 3.19 15.33 2.5 15.88V11.51C2.5 9.44001 4.18999 7.75 6.25999 7.75H17.74C19.81 7.75 21.5 9.44001 21.5 11.51V12.95H19.48C18.92 12.95 18.41 13.17 18.04 13.55Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M2.5 12.4098V7.83986C2.5 6.64986 3.23 5.58982 4.34 5.16982L12.28 2.16982C13.52 1.69982 14.85 2.61985 14.85 3.94985V7.74983\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22.5608 13.9702V16.0302C22.5608 16.5802 22.1208 17.0302 21.5608 17.0502H19.6008C18.5208 17.0502 17.5308 16.2602 17.4408 15.1802C17.3808 14.5502 17.6208 13.9602 18.0408 13.5502C18.4108 13.1702 18.9208 12.9502 19.4808 12.9502H21.5608C22.1208 12.9702 22.5608 13.4202 22.5608 13.9702Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M7 12H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 19C9 19.75 8.79 20.46 8.42 21.06C8.21 21.42 7.94 21.74 7.63 22C6.93 22.63 6.01 23 5 23C3.54 23 2.27 22.22 1.58 21.06C1.21 20.46 1 19.75 1 19C1 17.74 1.58 16.61 2.5 15.88C3.19 15.33 4.06 15 5 15C7.21 15 9 16.79 9 19Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.43945 19L4.42944 19.99L6.55945 18.02\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"empty wallet \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.04 13.55C17.62 13.96 17.38 14.55 17.44 15.18C17.53 16.26 18.52 17.05 19.6 17.05H21.5V18.24C21.5 20.31 19.81 22 17.74 22H6.26C4.19 22 2.5 20.31 2.5 18.24V11.51C2.5 9.44001 4.19 7.75 6.26 7.75H17.74C19.81 7.75 21.5 9.44001 21.5 11.51V12.95H19.48C18.92 12.95 18.41 13.17 18.04 13.55Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M2.5 12.4098V7.83986C2.5 6.64986 3.23 5.58982 4.34 5.16982L12.28 2.16982C13.52 1.69982 14.85 2.61985 14.85 3.94985V7.74983\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22.5608 13.9702V16.0302C22.5608 16.5802 22.1208 17.0302 21.5608 17.0502H19.6008C18.5208 17.0502 17.5308 16.2602 17.4408 15.1802C17.3808 14.5502 17.6208 13.9602 18.0408 13.5502C18.4108 13.1702 18.9208 12.9502 19.4808 12.9502H21.5608C22.1208 12.9702 22.5608 13.4202 22.5608 13.9702Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M7 12H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"eraser 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.9107 17.5802L6.42071 21.0902C7.59071 22.2602 9.5007 22.2602 10.6607 21.0902L21.0908 10.6602C22.2608 9.49021 22.2608 7.58021 21.0908 6.42021L17.5807 2.91021C16.4107 1.74021 14.5008 1.74021 13.3408 2.91021L2.9107 13.3402C1.7407 14.5002 1.7407 16.4102 2.9107 17.5802Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M7.11914 9.12988L14.8691 16.8799\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.51953 17.66L9.16949 12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.33984 20.4901L11.9998 14.8301\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"eraser \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M6.98945 15.0798L8.92944 17.0198C9.56944 17.6598 10.6295 17.6598 11.2695 17.0198L17.0195 11.2698C17.6595 10.6298 17.6595 9.56975 17.0195 8.92975L15.0794 6.98977C14.4394 6.34977 13.3795 6.34977 12.7395 6.98977L6.98945 12.7398C6.33945 13.3798 6.33945 14.4298 6.98945 15.0798Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.30859 10.4199L13.5786 14.6899\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"export 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path d=\"M9.32031 6.50043L11.8803 3.94043L14.4403 6.50043\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.8809 14.1798V4.00977\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M4 12C4 16.42 7 20 12 20C17 20 20 16.42 20 12\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"export 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path d=\"M13 10.9998L21.2 2.7998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.9992 6.8V2H17.1992\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M11 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H15C20 22 22 20 22 15V13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"export 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M13 10.9998L21.2 2.7998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.9999 6.83V2H17.1699\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"export \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.4405 8.8999C20.0405 9.2099 21.5105 11.0599 21.5105 15.1099V15.2399C21.5105 19.7099 19.7205 21.4999 15.2505 21.4999H8.74047C4.27047 21.4999 2.48047 19.7099 2.48047 15.2399V15.1099C2.48047 11.0899 3.93047 9.2399 7.47047 8.9099\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M12 15.0001V3.62012\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.3504 5.85L12.0004 2.5L8.65039 5.85\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"external drive \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 22H9C6 22 4 20 4 17V7C4 4 6 2 9 2H16C19 2 21 4 21 7V17C21 20 19 22 16 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 15H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M7 12H8\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M7 9.5H8\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M7 7H8\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M16.4945 18.25H16.5035\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"eye slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.5299 9.46992L9.46992 14.5299C8.81992 13.8799 8.41992 12.9899 8.41992 11.9999C8.41992 10.0199 10.0199 8.41992 11.9999 8.41992C12.9899 8.41992 13.8799 8.81992 14.5299 9.46992Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.8198 5.76998C16.0698 4.44998 14.0698 3.72998 11.9998 3.72998C8.46984 3.72998 5.17984 5.80998 2.88984 9.40998C1.98984 10.82 1.98984 13.19 2.88984 14.6C3.67984 15.84 4.59984 16.91 5.59984 17.77\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8.41992 19.5302C9.55992 20.0102 10.7699 20.2702 11.9999 20.2702C15.5299 20.2702 18.8199 18.1902 21.1099 14.5902C22.0099 13.1802 22.0099 10.8102 21.1099 9.40018C20.7799 8.88018 20.4199 8.39018 20.0499 7.93018\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M15.5095 12.7002C15.2495 14.1102 14.0995 15.2602 12.6895 15.5202\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.47 14.5298L2 21.9998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.9993 2L14.5293 9.47\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"eye \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M15.5799 11.9999C15.5799 13.9799 13.9799 15.5799 11.9999 15.5799C10.0199 15.5799 8.41992 13.9799 8.41992 11.9999C8.41992 10.0199 10.0199 8.41992 11.9999 8.41992C13.9799 8.41992 15.5799 10.0199 15.5799 11.9999Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9998 20.2702C15.5298 20.2702 18.8198 18.1902 21.1098 14.5902C22.0098 13.1802 22.0098 10.8102 21.1098 9.40021C18.8198 5.80021 15.5298 3.72021 11.9998 3.72021C8.46984 3.72021 5.17984 5.80021 2.88984 9.40021C1.98984 10.8102 1.98984 13.1802 2.88984 14.5902C5.17984 18.1902 8.46984 20.2702 11.9998 20.2702Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"fatrows \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.9 13.5H4.1C2.6 13.5 2 14.14 2 15.73V19.77C2 21.36 2.6 22 4.1 22H19.9C21.4 22 22 21.36 22 19.77V15.73C22 14.14 21.4 13.5 19.9 13.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M12.9 2H4.1C2.6 2 2 2.64 2 4.23V8.27C2 9.86 2.6 10.5 4.1 10.5H12.9C14.4 10.5 15 9.86 15 8.27V4.23C15 2.64 14.4 2 12.9 2Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"favorite chart \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 13V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M7.33008 14.4898L9.71008 11.3998C10.0501 10.9598 10.6801 10.8798 11.1201 11.2198L12.9501 12.6598C13.3901 12.9998 14.0201 12.9198 14.3601 12.4898L16.6701 9.50977\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.4802 15.8199L19.7602 16.3899C19.9002 16.6699 20.2502 16.9299 20.5602 16.9899L20.9402 17.0499C22.0802 17.2399 22.3502 18.0799 21.5302 18.9099L21.1802 19.2599C20.9502 19.4999 20.8202 19.9599 20.8902 20.2799L20.9402 20.4899C21.2502 21.8699 20.5202 22.3999 19.3202 21.6799L19.0602 21.5299C18.7502 21.3499 18.2502 21.3499 17.9402 21.5299L17.6802 21.6799C16.4702 22.4099 15.7402 21.8699 16.0602 20.4899L16.1102 20.2799C16.1802 19.9599 16.0502 19.4999 15.8202 19.2599L15.4702 18.9099C14.6502 18.0799 14.9202 17.2399 16.0602 17.0499L16.4402 16.9899C16.7402 16.9399 17.1002 16.6699 17.2402 16.3899L17.5202 15.8199C18.0602 14.7299 18.9402 14.7299 19.4802 15.8199Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"filter add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.6309 14.75C21.6309 15.64 21.3809 16.48 20.9409 17.2C20.1209 18.58 18.6109 19.5 16.8809 19.5C15.1509 19.5 13.6409 18.57 12.8209 17.2C12.3809 16.49 12.1309 15.64 12.1309 14.75C12.1309 12.13 14.2609 10 16.8809 10C19.5009 10 21.6309 12.13 21.6309 14.75Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.6594 14.73H15.1094\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.8789 13V16.55\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M20.6905 4.02002V6.23999C20.6905 7.04999 20.1805 8.06001 19.6805 8.57001L17.9205 10.12C17.5905 10.04 17.2405 10 16.8805 10C14.2605 10 12.1305 12.13 12.1305 14.75C12.1305 15.64 12.3805 16.48 12.8205 17.2C13.1905 17.82 13.7005 18.35 14.3205 18.73V19.07C14.3205 19.68 13.9205 20.49 13.4105 20.79L12.0005 21.7C10.6905 22.51 8.87054 21.6 8.87054 19.98V14.63C8.87054 13.92 8.46055 13.01 8.06055 12.51L4.22055 8.46997C3.72055 7.95997 3.31055 7.05001 3.31055 6.45001V4.12C3.31055 2.91 4.22055 2 5.33055 2H18.6705C19.7805 2 20.6905 2.91002 20.6905 4.02002Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"filter edit \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M13.4105 20.7898L12.0005 21.6998C10.6905 22.5098 8.87054 21.5998 8.87054 19.9798V14.6298C8.87054 13.9198 8.47055 13.0098 8.06055 12.5098L4.22052 8.46976C3.71052 7.95976 3.31055 7.05977 3.31055 6.44977V4.12976C3.31055 2.91976 4.22057 2.00977 5.33057 2.00977H18.6705C19.7805 2.00977 20.6906 2.91975 20.6906 4.02975V6.24976C20.6906 7.05976 20.1805 8.06976 19.6805 8.56976\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.0802 11.8899L13.5401 15.4299C13.4001 15.5699 13.2701 15.8299 13.2401 16.0199L13.0501 17.3699C12.9801 17.8599 13.3202 18.1999 13.8102 18.1299L15.1601 17.9399C15.3501 17.9099 15.6202 17.7799 15.7502 17.6399L19.2901 14.0999C19.9001 13.4899 20.1901 12.7799 19.2901 11.8799C18.4001 10.9899 17.6902 11.2799 17.0802 11.8899Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.5801 12.3901C16.8801 13.4701 17.72 14.3101 18.8 14.6101\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"filter remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.6309 14.75C21.6309 15.64 21.3809 16.48 20.9409 17.2C20.1209 18.58 18.6109 19.5 16.8809 19.5C15.1509 19.5 13.6409 18.57 12.8209 17.2C12.3809 16.49 12.1309 15.64 12.1309 14.75C12.1309 12.13 14.2609 10 16.8809 10C19.5009 10 21.6309 12.13 21.6309 14.75Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.1487 15.99L15.6387 13.48\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.1291 13.5098L15.6191 16.0198\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M20.6905 4.02002V6.23999C20.6905 7.04999 20.1805 8.06001 19.6805 8.57001L17.9205 10.12C17.5905 10.04 17.2405 10 16.8805 10C14.2605 10 12.1305 12.13 12.1305 14.75C12.1305 15.64 12.3805 16.48 12.8205 17.2C13.1905 17.82 13.7005 18.35 14.3205 18.73V19.07C14.3205 19.68 13.9205 20.49 13.4105 20.79L12.0005 21.7C10.6905 22.51 8.87055 21.6 8.87055 19.98V14.63C8.87055 13.92 8.46055 13.01 8.06055 12.51L4.22055 8.46997C3.72055 7.95997 3.31055 7.05001 3.31055 6.45001V4.12C3.31055 2.91 4.22055 2 5.33055 2H18.6705C19.7805 2 20.6905 2.91002 20.6905 4.02002Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"filter search \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M14.3206 19.0698C14.3206 19.6798 13.9205 20.4798 13.4105 20.7898L12.0005 21.6998C10.6905 22.5098 8.87054 21.5998 8.87054 19.9798V14.6298C8.87054 13.9198 8.47055 13.0098 8.06055 12.5098L4.22052 8.46976C3.71052 7.95976 3.31055 7.05977 3.31055 6.44977V4.12976C3.31055 2.91976 4.22057 2.00977 5.33057 2.00977H18.6705C19.7805 2.00977 20.6906 2.91975 20.6906 4.02975V6.24976C20.6906 7.05976 20.1805 8.06976 19.6805 8.56976\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.0692 16.5201C17.8365 16.5201 19.2692 15.0874 19.2692 13.3201C19.2692 11.5528 17.8365 10.1201 16.0692 10.1201C14.3018 10.1201 12.8691 11.5528 12.8691 13.3201C12.8691 15.0874 14.3018 16.5201 16.0692 16.5201Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.8691 17.1201L18.8691 16.1201\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"filter square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M8.16 6.6499H15.83C16.47 6.6499 16.99 7.1699 16.99 7.8099V9.0899C16.99 9.5599 16.7 10.1399 16.41 10.4299L13.91 12.6399C13.56 12.9299 13.33 13.5099 13.33 13.9799V16.4799C13.33 16.8299 13.1 17.2899 12.81 17.4699L12 17.9799C11.24 18.4499 10.2 17.9199 10.2 16.9899V13.9099C10.2 13.4999 9.97 12.9799 9.73 12.6899L7.52 10.3599C7.23 10.0799 7 9.5499 7 9.1999V7.8699C7 7.1699 7.52 6.6499 8.16 6.6499Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"filter tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.6309 14.75C21.6309 15.64 21.3909 16.48 20.9509 17.2C20.1309 18.57 18.6209 19.5 16.8809 19.5C15.9409 19.5 15.0609 19.22 14.3209 18.73C13.7009 18.35 13.1909 17.82 12.8209 17.2C12.3809 16.48 12.1309 15.64 12.1309 14.75C12.1309 12.13 14.2609 10 16.8809 10C17.2409 10 17.5908 10.04 17.9208 10.12C20.0508 10.59 21.6309 12.49 21.6309 14.75Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.0293 14.7501L16.1993 15.9201L18.7292 13.5801\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M20.6906 4.01999V6.23999C20.6906 7.04999 20.1805 8.06001 19.6805 8.57001L17.9205 10.12C17.5905 10.04 17.2406 10 16.8806 10C14.2606 10 12.1306 12.13 12.1306 14.75C12.1306 15.64 12.3806 16.48 12.8206 17.2C13.1906 17.82 13.7006 18.35 14.3206 18.73V19.07C14.3206 19.68 13.9205 20.49 13.4105 20.79L12.0005 21.7C10.6905 22.51 8.87054 21.6 8.87054 19.98V14.63C8.87054 13.92 8.46055 13.01 8.06055 12.51L4.22052 8.47C3.72052 7.96 3.31055 7.05001 3.31055 6.45001V4.12C3.31055 2.91 4.22057 2 5.33057 2H18.6705C19.7805 2 20.6906 2.90999 20.6906 4.01999Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"filter \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.40039 2.1001H18.6004C19.7004 2.1001 20.6004 3.0001 20.6004 4.1001V6.3001C20.6004 7.1001 20.1004 8.1001 19.6004 8.6001L15.3004 12.4001C14.7004 12.9001 14.3004 13.9001 14.3004 14.7001V19.0001C14.3004 19.6001 13.9004 20.4001 13.4004 20.7001L12.0004 21.6001C10.7004 22.4001 8.90039 21.5001 8.90039 19.9001V14.6001C8.90039 13.9001 8.50039 13.0001 8.10039 12.5001L4.30039 8.5001C3.80039 8.0001 3.40039 7.1001 3.40039 6.5001V4.2001C3.40039 3.0001 4.30039 2.1001 5.40039 2.1001Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M10.93 2.1001L6 10.0001\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"finger cricle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M11.9996 14.8799C11.0896 14.8799 10.3496 14.1399 10.3496 13.2299V10.7599C10.3496 9.84989 11.0896 9.10986 11.9996 9.10986C12.9096 9.10986 13.6496 9.84989 13.6496 10.7599V13.2299C13.6496 14.1399 12.9096 14.8799 11.9996 14.8799Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path opacity=\"0.4\" d=\"M16.98 13.4702C16.78 16.0502 14.62 18.0702 12 18.0702C9.24 18.0702 7 15.8302 7 13.0702V10.9302C7 8.17018 9.24 5.93018 12 5.93018C14.59 5.93018 16.72 7.90017 16.97 10.4202\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n</svg>\n</li><li title=\"finger scan \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M11.9996 14.8799C11.0896 14.8799 10.3496 14.1399 10.3496 13.2299V10.7599C10.3496 9.84989 11.0896 9.10986 11.9996 9.10986C12.9096 9.10986 13.6496 9.84989 13.6496 10.7599V13.2299C13.6496 14.1399 12.9096 14.8799 11.9996 14.8799Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path opacity=\"0.4\" d=\"M16.98 13.4702C16.78 16.0502 14.62 18.0702 12 18.0702C9.24 18.0702 7 15.8302 7 13.0702V10.9302C7 8.17018 9.24 5.93018 12 5.93018C14.59 5.93018 16.72 7.90017 16.97 10.4202\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M15 2H17C20 2 22 4 22 7V9\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 9V7C2 4 4 2 7 2H9\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 22H17C20 22 22 20 22 17V15\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 15V17C2 20 4 22 7 22H9\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"firstline \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14 4.5H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 9.5H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M3 14.5H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 19.5H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M9.5 8.43V5.57C9.5 4.45 9.05 4 7.92 4H5.07C3.95 4 3.5 4.45 3.5 5.57V8.42C3.5 9.55 3.95 10 5.07 10H7.92C9.05 10 9.5 9.55 9.5 8.43Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"flag 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.44922 2V22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.34\" d=\"M6.94922 4L15.0492 7.5C18.3492 8.9 18.3492 11.3 15.2492 12.9L6.94922 17\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"flag \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.15039 2V22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.34\" d=\"M5.15039 4H16.3504C19.0504 4 19.6504 5.5 17.7504 7.4L16.5504 8.6C15.7504 9.4 15.7504 10.7 16.5504 11.4L17.7504 12.6C19.6504 14.5 18.9504 16 16.3504 16H5.15039\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"flash 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.08913 13.2799H9.17913V20.4799C9.17913 22.1599 10.0891 22.4999 11.1991 21.2399L18.7691 12.6399C19.6991 11.5899 19.3091 10.7199 17.8991 10.7199H14.8091V3.5199C14.8091 1.8399 13.8991 1.4999 12.7891 2.7599L5.21913 11.3599C4.29913 12.4199 4.68913 13.2799 6.08913 13.2799Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"flash circle 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.34\" d=\"M8.68055 12.7201H10.4205V16.7701C10.4205 17.3701 11.1605 17.6501 11.5605 17.2001L15.8205 12.3601C16.1905 11.9401 15.8905 11.2801 15.3305 11.2801H13.5905V7.23008C13.5905 6.63008 12.8505 6.35008 12.4505 6.80008L8.19055 11.6401C7.82055 12.0601 8.12055 12.7201 8.68055 12.7201Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9707 22C17.4936 22 21.9707 17.5228 21.9707 12C21.9707 6.47715 17.4936 2 11.9707 2C6.44786 2 1.9707 6.47715 1.9707 12C1.9707 17.5228 6.44786 22 11.9707 22Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"flash circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8.67938 11.9098L10.3294 12.3198L9.37939 16.1599C9.15939 17.0599 9.59937 17.3598 10.3594 16.8298L15.5394 13.2398C16.1694 12.7998 16.0794 12.2898 15.3294 12.0998L13.6794 11.6898L14.6294 7.84981C14.8494 6.94981 14.4094 6.64983 13.6494 7.17983L8.46939 10.7699C7.83939 11.2099 7.92938 11.7198 8.67938 11.9098Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"flash slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.34\" d=\"M9.17969 18.0402V20.4802C9.17969 22.1602 10.0897 22.5002 11.1997 21.2402L18.7697 12.6402C19.6997 11.5902 19.3097 10.7202 17.8997 10.7202H16.9697\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.82 8.8399V3.5199C14.82 1.8399 13.91 1.4999 12.8 2.7599L5.23 11.3599C4.3 12.4099 4.69 13.2799 6.1 13.2799H9.19V14.4599\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 2L2 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"flash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.31993 13.28H12.4099V20.48C12.4099 21.54 13.7299 22.04 14.4299 21.24L21.9999 12.64C22.6599 11.89 22.1299 10.72 21.1299 10.72H18.0399V3.51997C18.0399 2.45997 16.7199 1.95997 16.0199 2.75997L8.44994 11.36C7.79994 12.11 8.32993 13.28 9.31993 13.28Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8.5 4H1.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M7.5 20H1.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M4.5 12H1.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"folder 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 11V17C22 21 21 22 17 22H7C3 22 2 21 2 17V7C2 3 3 2 7 2H8.5C10 2 10.33 2.44 10.9 3.2L12.4 5.2C12.78 5.7 13 6 14 6H17C21 6 22 7 22 11Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n<path opacity=\"0.4\" d=\"M8 2H17C19 2 20 3 20 5V6.38\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"folder add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path d=\"M12.0605 16.5V11.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.5 14H9.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M22 11V17C22 21 21 22 17 22H7C3 22 2 21 2 17V7C2 3 3 2 7 2H8.5C10 2 10.33 2.44 10.9 3.2L12.4 5.2C12.78 5.7 13 6 14 6H17C21 6 22 7 22 11Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n</svg>\n</li><li title=\"folder cloud \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H7C3 22 2 21 2 17V7C2 3 3 2 7 2H8.5C10 2 10.33 2.44001 10.9 3.20001L12.4 5.20001C12.78 5.70001 13 6 14 6H17C21 6 22 7 22 11V13\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M13.7605 18.3199C11.4105 18.4899 11.4105 21.8899 13.7605 22.0599H19.3205C19.9905 22.0599 20.6506 21.8099 21.1406 21.3599C22.7906 19.9199 21.9105 17.0399 19.7405 16.7699C18.9605 12.0799 12.1806 13.8599 13.7806 18.3299\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"folder connection \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12 16V19\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 23C13.1046 23 14 22.1046 14 21C14 19.8954 13.1046 19 12 19C10.8954 19 10 19.8954 10 21C10 22.1046 10.8954 23 12 23Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M18 21H14\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M10 21H6\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 8.30005V12.5C19 15.3 18.3 16 15.5 16H8.5C5.7 16 5 15.3 5 12.5V5.5C5 2.7 5.7 2 8.5 2H9.54999C10.6 2 10.83 2.30997 11.23 2.83997L12.28 4.23999C12.55 4.58999 12.7 4.80005 13.4 4.80005H15.5C18.3 4.80005 19 5.50005 19 8.30005Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n</svg>\n</li><li title=\"folder cross \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path d=\"M13.8095 15.7304L10.2695 12.1904\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.7705 12.2305L10.2305 15.7705\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M22 11V17C22 21 21 22 17 22H7C3 22 2 21 2 17V7C2 3 3 2 7 2H8.5C10 2 10.33 2.44 10.9 3.2L12.4 5.2C12.78 5.7 13 6 14 6H17C21 6 22 7 22 11Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n</svg>\n</li><li title=\"folder favorite \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M9.20046 14.78L11.7805 17.04C11.9005 17.15 12.0905 17.15 12.2105 17.04L14.7905 14.78C15.4605 14.19 15.5505 13.19 14.9905 12.49C14.4305 11.79 13.4105 11.66 12.7005 12.2L12.0005 12.74L11.2905 12.21C10.5705 11.67 9.56046 11.8 9.00046 12.5C8.44046 13.19 8.53046 14.2 9.20046 14.78Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 11V17C22 21 21 22 17 22H7C3 22 2 21 2 17V7C2 3 3 2 7 2H8.5C10 2 10.33 2.44 10.9 3.2L12.4 5.2C12.78 5.7 13 6 14 6H17C21 6 22 7 22 11Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n</svg>\n</li><li title=\"folder minus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M14.4297 14.5498H9.42969\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 11V17C22 21 21 22 17 22H7C3 22 2 21 2 17V7C2 3 3 2 7 2H8.5C10 2 10.33 2.44 10.9 3.2L12.4 5.2C12.78 5.7 13 6 14 6H17C21 6 22 7 22 11Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n</svg>\n</li><li title=\"folder open \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.6707 14.3L21.2707 19.3C21.1207 20.83 21.0007 22 18.2907 22H5.71074C3.00074 22 2.88074 20.83 2.73074 19.3L2.33074 14.3C2.25074 13.47 2.51074 12.7 2.98074 12.11C2.99074 12.1 2.99074 12.1 3.00074 12.09C3.55074 11.42 4.38074 11 5.31074 11H18.6907C19.6207 11 20.4407 11.42 20.9807 12.07C20.9907 12.08 21.0007 12.09 21.0007 12.1C21.4907 12.69 21.7607 13.46 21.6707 14.3Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n<path opacity=\"0.4\" d=\"M3.5 11.4298V6.27979C3.5 2.87979 4.35 2.02979 7.75 2.02979H9.02C10.29 2.02979 10.58 2.40979 11.06 3.04979L12.33 4.74979C12.65 5.16979 12.84 5.42979 13.69 5.42979H16.24C19.64 5.42979 20.49 6.27979 20.49 9.67979V11.4698\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M9.42969 17H14.5697\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"folder \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 11V17C22 21 21 22 17 22H7C3 22 2 21 2 17V7C2 3 3 2 7 2H8.5C10 2 10.33 2.44 10.9 3.2L12.4 5.2C12.78 5.7 13 6 14 6H17C21 6 22 7 22 11Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n</svg>\n</li><li title=\"forbidden 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.9 2H9.10001C8.42001 2 7.46 2.4 6.98 2.88L2.88 6.98001C2.4 7.46001 2 8.42001 2 9.10001V14.9C2 15.58 2.4 16.54 2.88 17.02L6.98 21.12C7.46 21.6 8.42001 22 9.10001 22H14.9C15.58 22 16.54 21.6 17.02 21.12L21.12 17.02C21.6 16.54 22 15.58 22 14.9V9.10001C22 8.42001 21.6 7.46001 21.12 6.98001L17.02 2.88C16.54 2.4 15.58 2 14.9 2Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M8.5 15.5L15.5 8.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5 15.5L8.5 8.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"forbidden \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.9 2H9.10001C8.42001 2 7.46 2.4 6.98 2.88L2.88 6.98001C2.4 7.46001 2 8.42001 2 9.10001V14.9C2 15.58 2.4 16.54 2.88 17.02L6.98 21.12C7.46 21.6 8.42001 22 9.10001 22H14.9C15.58 22 16.54 21.6 17.02 21.12L21.12 17.02C21.6 16.54 22 15.58 22 14.9V9.10001C22 8.42001 21.6 7.46001 21.12 6.98001L17.02 2.88C16.54 2.4 15.58 2 14.9 2Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M4.93945 19.0799L19.0795 4.93994\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"format circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.5008 5.35C21.5008 6.26 21.0708 7.07 20.4108 7.59C19.9308 7.97 19.3208 8.2 18.6508 8.2C17.0708 8.2 15.8008 6.93 15.8008 5.35C15.8008 4.68 16.0308 4.08 16.4108 3.59H16.4208C16.9308 2.93 17.7408 2.5 18.6508 2.5C20.2308 2.5 21.5008 3.77 21.5008 5.35Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.2 5.35C8.2 6.93 6.93 8.2 5.35 8.2C4.68 8.2 4.08 7.97 3.59 7.59C2.93 7.07 2.5 6.26 2.5 5.35C2.5 3.77 3.77 2.5 5.35 2.5C6.26 2.5 7.07 2.93 7.59 3.59C7.97 4.08 8.2 4.68 8.2 5.35Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.5008 18.6498C21.5008 20.2298 20.2308 21.4998 18.6508 21.4998C17.7408 21.4998 16.9308 21.0698 16.4208 20.4098H16.4108C16.0308 19.9298 15.8008 19.3198 15.8008 18.6498C15.8008 17.0698 17.0708 15.7998 18.6508 15.7998C19.3208 15.7998 19.9208 16.0298 20.4108 16.4098V16.4198C21.0708 16.9298 21.5008 17.7398 21.5008 18.6498Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.2 18.6498C8.2 19.3198 7.97 19.9198 7.59 20.4098C7.07 21.0798 6.26 21.4998 5.35 21.4998C3.77 21.4998 2.5 20.2298 2.5 18.6498C2.5 17.7398 2.93 16.9298 3.59 16.4198V16.4098C4.07 16.0298 4.68 15.7998 5.35 15.7998C6.93 15.7998 8.2 17.0698 8.2 18.6498Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M21.5 12C21.5 13.6 21.11 15.09 20.41 16.41C19.93 16.03 19.32 15.8 18.65 15.8C17.07 15.8 15.8 17.07 15.8 18.65C15.8 19.32 16.03 19.92 16.41 20.41C15.09 21.11 13.6 21.5 12 21.5C10.41 21.5 8.91 21.11 7.59 20.41C7.97 19.93 8.2 19.32 8.2 18.65C8.2 17.07 6.93 15.8 5.35 15.8C4.68 15.8 4.08 16.03 3.59 16.41C2.89 15.09 2.5 13.6 2.5 12C2.5 10.41 2.89 8.91 3.59 7.59C4.08 7.97 4.68 8.2 5.35 8.2C6.93 8.2 8.2 6.93 8.2 5.35C8.2 4.68 7.97 4.08 7.59 3.59C8.91 2.89 10.41 2.5 12 2.5C13.6 2.5 15.09 2.89 16.41 3.59C16.03 4.07 15.8 4.68 15.8 5.35C15.8 6.93 17.07 8.2 18.65 8.2C19.32 8.2 19.92 7.97 20.41 7.59C21.11 8.91 21.5 10.41 21.5 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"format square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M20 6.95V17.05C19.84 17.02 19.67 17 19.5 17C18.12 17 17 18.12 17 19.5C17 19.67 17.02 19.84 17.05 20H6.95C6.98 19.84 7 19.67 7 19.5C7 18.12 5.88 17 4.5 17C4.33 17 4.16 17.02 4 17.05V6.95C4.16 6.98 4.33 7 4.5 7C5.88 7 7 5.88 7 4.5C7 4.33 6.98 4.16 6.95 4H17.05C17.02 4.16 17 4.33 17 4.5C17 5.88 18.12 7 19.5 7C19.67 7 19.84 6.98 20 6.95Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 4.5C7 5.88 5.88 7 4.5 7C4.33 7 4.16 6.98 4 6.95C2.86 6.72 2 5.71 2 4.5C2 3.12 3.12 2 4.5 2C5.71 2 6.72 2.86 6.95 4C6.98 4.16 7 4.33 7 4.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 4.5C22 5.71 21.14 6.72 20 6.95C19.84 6.98 19.67 7 19.5 7C18.12 7 17 5.88 17 4.5C17 4.33 17.02 4.16 17.05 4C17.28 2.86 18.29 2 19.5 2C20.88 2 22 3.12 22 4.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 19.5C7 19.67 6.98 19.84 6.95 20C6.72 21.14 5.71 22 4.5 22C3.12 22 2 20.88 2 19.5C2 18.29 2.86 17.28 4 17.05C4.16 17.02 4.33 17 4.5 17C5.88 17 7 18.12 7 19.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 19.5C22 20.88 20.88 22 19.5 22C18.29 22 17.28 21.14 17.05 20C17.02 19.84 17 19.67 17 19.5C17 18.12 18.12 17 19.5 17C19.67 17 19.84 17.02 20 17.05C21.14 17.28 22 18.29 22 19.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"forward 10 seconds \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.98 4.46997L12 2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.0894 7.79974C20.1994 9.27974 20.8894 11.1097 20.8894 13.1097C20.8894 18.0197 16.9094 21.9998 11.9994 21.9998C7.08939 21.9998 3.10938 18.0197 3.10938 13.1097C3.10938 8.19974 7.08939 4.21973 11.9994 4.21973C12.6794 4.21973 13.3394 4.30978 13.9794 4.45978\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M9.53906 15.92V10.5801L8.03906 12.2501\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M14 10.5801C15.1 10.5801 16 11.4801 16 12.5801V13.9301C16 15.0301 15.1 15.9301 14 15.9301C12.9 15.9301 12 15.0301 12 13.9301V12.5801C12 11.4701 12.9 10.5801 14 10.5801Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"forward 15 seconds \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M15.9606 10.8301H12.9006L12.1406 13.1201H14.4306C15.2706 13.1201 15.9606 13.8001 15.9606 14.6501C15.9606 15.4901 15.2806 16.1801 14.4306 16.1801H12.1406\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M9.53906 16.17V10.8301L8.03906 12.5001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.98 4.46997L12 2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.0894 7.79974C20.1994 9.27974 20.8894 11.1097 20.8894 13.1097C20.8894 18.0197 16.9094 21.9998 11.9994 21.9998C7.08939 21.9998 3.10938 18.0197 3.10938 13.1097C3.10938 8.19974 7.08939 4.21973 11.9994 4.21973C12.6794 4.21973 13.3394 4.30978 13.9794 4.45978\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"forward 5 seconds \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.98 4.46997L12 2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.0894 7.79974C20.1994 9.27974 20.8894 11.1097 20.8894 13.1097C20.8894 18.0197 16.9094 21.9998 11.9994 21.9998C7.08939 21.9998 3.10938 18.0197 3.10938 13.1097C3.10938 8.19974 7.08939 4.21973 11.9994 4.21973C12.6794 4.21973 13.3394 4.30978 13.9794 4.45978\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M13.9098 10.8301H10.8498L10.0898 13.1201H12.3798C13.2198 13.1201 13.9098 13.8001 13.9098 14.6501C13.9098 15.4901 13.2298 16.1801 12.3798 16.1801H10.0898\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"forward item \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.3794 10.3799V13.6099C17.3794 16.2999 16.2994 17.3799 13.6094 17.3799H10.3794C7.68938 17.3799 6.60938 16.2999 6.60938 13.6099V10.3799C6.60938 7.68988 7.68938 6.60986 10.3794 6.60986H13.6094C16.3094 6.61986 17.3794 7.68988 17.3794 10.3799Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M22.0005 5.76999V9C22.0005 11.69 20.9205 12.77 18.2305 12.77H17.3805V10.39C17.3805 7.70001 16.3005 6.62 13.6105 6.62H11.2305V5.76999C11.2305 3.07999 12.3105 2 15.0005 2H18.2305C20.9205 2 22.0005 3.07999 22.0005 5.76999Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M2 18.23V15C2 12.31 3.08 11.23 5.77 11.23H6.62V13.61C6.62 16.3 7.7 17.38 10.39 17.38H12.77V18.23C12.77 20.92 11.69 22 9 22H5.77C3.08 22 2 20.92 2 18.23Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"forward square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M15 15.3802H10.08C8.38 15.3802 7 14.0002 7 12.3002C7 10.6002 8.38 9.22021 10.08 9.22021H16.85\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.4297 10.7701L16.9997 9.19012L15.4297 7.62012\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"forward \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M2 8.33994V15.6599C2 17.1599 3.62999 18.0999 4.92999 17.3499L8.10001 15.5299L11.27 13.7C11.47 13.58 11.63 13.45 11.76 13.29V10.73C11.63 10.57 11.47 10.44 11.27 10.32L8.10001 8.48993L4.92999 6.66996C3.62999 5.89996 2 6.83994 2 8.33994Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.7598 8.33994V15.6599C11.7598 17.1599 13.3898 18.0999 14.6898 17.3499L17.8597 15.5299L21.0298 13.7C22.3298 12.95 22.3298 11.08 21.0298 10.32L17.8597 8.48993L14.6898 6.66996C13.3898 5.89996 11.7598 6.83994 11.7598 8.33994Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"frame 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.01023 20.5002L3.99023 15.4902\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.00977 3.5V20.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M14.9902 3.5L20.0102 8.51\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.9902 20.5V3.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"frame 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.4405 8.8999C20.0405 9.2099 21.5105 11.0599 21.5105 15.1099V15.2399C21.5105 19.7099 19.7205 21.4999 15.2505 21.4999H8.74047C4.27047 21.4999 2.48047 19.7099 2.48047 15.2399V15.1099C2.48047 11.0899 3.93047 9.2399 7.47047 8.9099\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M12 2V14.88\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.3504 12.6504L12.0004 16.0004L8.65039 12.6504\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"frame 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M19.2598 18.9V7.1C19.2598 5.6 18.6198 5 17.0298 5H15.9898C14.3998 5 13.7598 5.6 13.7598 7.1V18.9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M5.25977 18.9V12.1C5.25977 10.6 5.89977 10 7.48977 10H8.52977C10.1198 10 10.7598 10.6 10.7598 12.1V18.9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 19H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"frame 4 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M9.25 9.0498C11.03 9.6998 12.97 9.6998 14.75 9.0498\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.8203 2H7.18031C5.05031 2 3.32031 3.74 3.32031 5.86V19.95C3.32031 21.75 4.61031 22.51 6.19031 21.64L11.0703 18.93C11.5903 18.64 12.4303 18.64 12.9403 18.93L17.8203 21.64C19.4003 22.52 20.6903 21.76 20.6903 19.95V5.86C20.6803 3.74 18.9503 2 16.8203 2Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.8203 2H7.18031C5.05031 2 3.32031 3.74 3.32031 5.86V19.95C3.32031 21.75 4.61031 22.51 6.19031 21.64L11.0703 18.93C11.5903 18.64 12.4303 18.64 12.9403 18.93L17.8203 21.64C19.4003 22.52 20.6903 21.76 20.6903 19.95V5.86C20.6803 3.74 18.9503 2 16.8203 2Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"frame 5 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path d=\"M17.2305 20.7705L20.7705 17.2305\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.7705 20.7705L17.2305 17.2305\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path opacity=\"0.4\" d=\"M7 10.5V13.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M12 10.5V13.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M17 10.5V13.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 13V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"frame \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8.4707 13.2602L12.0007 9.74023L15.5307 13.2602\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"gallery add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M9 10C10.1046 10 11 9.10457 11 8C11 6.89543 10.1046 6 9 6C7.89543 6 7 6.89543 7 8C7 9.10457 7.89543 10 9 10Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H15C20 22 22 20 22 15V10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M15.75 5H21.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M18.5 7.75V2.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n</g>\n<path opacity=\"0.4\" d=\"M2.66992 18.9501L7.59992 15.6401C8.38992 15.1101 9.52992 15.1701 10.2399 15.7801L10.5699 16.0701C11.3499 16.7401 12.6099 16.7401 13.3899 16.0701L17.5499 12.5001C18.3299 11.8301 19.5899 11.8301 20.3699 12.5001L21.9999 13.9001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"gallery edit \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M9 10C10.1046 10 11 9.10457 11 8C11 6.89543 10.1046 6 9 6C7.89543 6 7 6.89543 7 8C7 9.10457 7.89543 10 9 10Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H15C20 22 22 20 22 15V10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.45\">\n<path d=\"M19.1409 2.59015L15.5109 6.22015C15.3709 6.36015 15.2309 6.63015 15.2109 6.83015L15.0109 8.22015C14.9409 8.72015 15.2909 9.07015 15.7909 9.00015L17.1809 8.80015C17.3709 8.77015 17.6509 8.64015 17.7909 8.50015L21.4209 4.87015C22.0509 4.24015 22.3409 3.52015 21.4209 2.60015C20.4909 1.66015 19.7709 1.96015 19.1409 2.59015Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.6191 3.10986C18.9291 4.20986 19.7891 5.06986 20.8891 5.37986\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path opacity=\"0.4\" d=\"M2.66992 18.9501L7.59992 15.6401C8.38992 15.1101 9.52992 15.1701 10.2399 15.7801L10.5699 16.0701C11.3499 16.7401 12.6099 16.7401 13.3899 16.0701L17.5499 12.5001C18.3299 11.8301 19.5899 11.8301 20.3699 12.5001L21.9999 13.9001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"gallery export \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M9 10C10.1046 10 11 9.10457 11 8C11 6.89543 10.1046 6 9 6C7.89543 6 7 6.89543 7 8C7 9.10457 7.89543 10 9 10Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H15C20 22 22 20 22 15V10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M18 8V2L20 4\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 2L16 4\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path opacity=\"0.4\" d=\"M2.66992 18.9501L7.59992 15.6401C8.38992 15.1101 9.52992 15.1701 10.2399 15.7801L10.5699 16.0701C11.3499 16.7401 12.6099 16.7401 13.3899 16.0701L17.5499 12.5001C18.3299 11.8301 19.5899 11.8301 20.3699 12.5001L21.9999 13.9001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"gallery favorite \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M9 10C10.1046 10 11 9.10457 11 8C11 6.89543 10.1046 6 9 6C7.89543 6 7 6.89543 7 8C7 9.10457 7.89543 10 9 10Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H15C20 22 22 20 22 15V11\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M16.1197 5.1099C15.7897 4.0699 16.1797 2.7799 17.2597 2.4299C17.8297 2.2499 18.5397 2.3999 18.9397 2.9499C19.3197 2.3799 20.0497 2.2399 20.6197 2.4299C21.7097 2.7799 22.0997 4.0699 21.7697 5.1099C21.2497 6.7499 19.4497 7.6099 18.9497 7.6099C18.4397 7.6099 16.6497 6.7699 16.1197 5.1099Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M2.66992 18.9501L7.59992 15.6401C8.38992 15.1101 9.52992 15.1701 10.2399 15.7801L10.5699 16.0701C11.3499 16.7401 12.6099 16.7401 13.3899 16.0701L17.5499 12.5001C18.3299 11.8301 19.5899 11.8301 20.3699 12.5001L21.9999 13.9001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"gallery import \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M9 10C10.1046 10 11 9.10457 11 8C11 6.89543 10.1046 6 9 6C7.89543 6 7 6.89543 7 8C7 9.10457 7.89543 10 9 10Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H15C20 22 22 20 22 15V10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M18 2V8L20 6\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 8L16 6\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path opacity=\"0.4\" d=\"M2.66992 18.9501L7.59992 15.6401C8.38992 15.1101 9.52992 15.1701 10.2399 15.7801L10.5699 16.0701C11.3499 16.7401 12.6099 16.7401 13.3899 16.0701L17.5499 12.5001C18.3299 11.8301 19.5899 11.8301 20.3699 12.5001L21.9999 13.9001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"gallery remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M9 10C10.1046 10 11 9.10457 11 8C11 6.89543 10.1046 6 9 6C7.89543 6 7 6.89543 7 8C7 9.10457 7.89543 10 9 10Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H15C20 22 22 20 22 15V10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M16.5605 6.94006L20.4405 3.06006\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M20.4405 6.94006L16.5605 3.06006\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n</g>\n<path opacity=\"0.4\" d=\"M2.66992 18.9501L7.59992 15.6401C8.38992 15.1101 9.52992 15.1701 10.2399 15.7801L10.5699 16.0701C11.3499 16.7401 12.6099 16.7401 13.3899 16.0701L17.5499 12.5001C18.3299 11.8301 19.5899 11.8301 20.3699 12.5001L21.9999 13.9001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"gallery slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.37 20.1C2.43 18.97 2 17.31 2 15V9C2 4 4 2 9 2H15C17.19 2 18.8 2.38 19.92 3.23\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8 10C9.10457 10 10 9.10457 10 8C10 6.89543 9.10457 6 8 6C6.89543 6 6 6.89543 6 8C6 9.10457 6.89543 10 8 10Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 2L2 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M21.9709 7.99023C21.9909 8.31023 22.0009 8.65023 22.0009 9.00023V15.0002C22.0009 20.0002 20.0009 22.0002 15.0009 22.0002H9.00094C8.26094 22.0002 7.58094 21.9602 6.96094 21.8602\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.4297 16.4502C11.7297 16.7502 12.2197 16.7502 12.5197 16.4502L17.5497 11.4102C18.3297 10.6302 19.5897 10.6302 20.3697 11.4102L21.9997 13.0502\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"gallery tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M9 10C10.1046 10 11 9.10457 11 8C11 6.89543 10.1046 6 9 6C7.89543 6 7 6.89543 7 8C7 9.10457 7.89543 10 9 10Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H15C20 22 22 20 22 15V10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M16 4.9898L17.46 6.4498L21.36 2.5498\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M2.66992 18.9501L7.59992 15.6401C8.38992 15.1101 9.52992 15.1701 10.2399 15.7801L10.5699 16.0701C11.3499 16.7401 12.6099 16.7401 13.3899 16.0701L17.5499 12.5001C18.3299 11.8301 19.5899 11.8301 20.3699 12.5001L21.9999 13.9001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"gallery \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M9 10C10.1046 10 11 9.10457 11 8C11 6.89543 10.1046 6 9 6C7.89543 6 7 6.89543 7 8C7 9.10457 7.89543 10 9 10Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M2.66992 18.9501L7.59992 15.6401C8.38992 15.1101 9.52992 15.1701 10.2399 15.7801L10.5699 16.0701C11.3499 16.7401 12.6099 16.7401 13.3899 16.0701L17.5499 12.5001C18.3299 11.8301 19.5899 11.8301 20.3699 12.5001L21.9999 13.9001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"game \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path d=\"M9.56953 12.46L6.51953 15.51\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.5498 12.4902L9.5998 15.5402\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path opacity=\"0.4\" d=\"M13.5303 14H13.5403\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M17.4697 14H17.4797\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M15.5 15.98V15.96\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M15.5 12.04V12.02\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 22H15C20 22 22 20 22 15V13C22 8 20 6 15 6H9C4 6 2 8 2 13V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.0105 2L13.0005 3.01C12.9905 3.56 12.5505 4 12.0005 4H11.9705C11.4205 4 10.9805 4.45 10.9805 5C10.9805 5.55 11.4305 6 11.9805 6H12.9805\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"gameboy \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 7V17C21 20 19.5 22 16 22H8C4.5 22 3 20 3 17V7C3 4 4.5 2 8 2H16C19.5 2 21 4 21 7Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M16.25 11H7.75C6.79 11 6 10.21 6 9.25V6.75C6 5.79 6.79 5 7.75 5H16.25C17.21 5 18 5.79 18 6.75V9.25C18 10.21 17.21 11 16.25 11Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.3 15.2803L8 17.5803\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.03027 15.3101L10.3303 17.61\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M16.4902 15.3301H16.5103\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M14.4902 17.5V17.48\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"gemini 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22V3\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.3002 5.29999L12.0002 2L8.7002 5.29999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 7L3 5L1 7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M23 7L21 5L19 7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M3 6.04004V11.0001C3 15.0001 5 17.0001 9 17.0001H15C19 17.0001 21 15.0001 21 11.0001V6.04004\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M9 20H15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"gemini \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 2C8.16 5.69 15.84 5.69 22 2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 21.9999C8.16 18.3099 15.84 18.3099 22 21.9999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M5.2998 3.58008L5.42981 3.82007C8.16981 9.03007 8.11981 15.25 5.32981 20.41\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M18.6703 20.41C15.8903 15.25 15.8403 9.03007 18.5703 3.82007L18.7003 3.58008\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"ghost \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 20.07V12.18C22 6.57999 17.5 2 12 2C6.5 2 2 6.57999 2 12.18V20.07C2 21.33 2.74998 21.67 3.66998 20.83L4.66998 19.92C5.03998 19.58 5.64001 19.58 6.01001 19.92L8.01001 21.75C8.38001 22.09 8.97998 22.09 9.34998 21.75L11.35 19.92C11.72 19.58 12.32 19.58 12.69 19.92L14.69 21.75C15.06 22.09 15.66 22.09 16.03 21.75L18.03 19.92C18.4 19.58 19 19.58 19.37 19.92L20.37 20.83C21.25 21.67 22 21.33 22 20.07Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8 14C10.37 15.78 13.63 15.78 16 14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M12 11C13.1046 11 14 10.1046 14 9C14 7.89543 13.1046 7 12 7C10.8954 7 10 7.89543 10 9C10 10.1046 10.8954 11 12 11Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"gift \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.9707 10H3.9707V18C3.9707 21 4.9707 22 7.9707 22H15.9707C18.9707 22 19.9707 21 19.9707 18V10Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.5 7V8C21.5 9.1 20.97 10 19.5 10H4.5C2.97 10 2.5 9.1 2.5 8V7C2.5 5.9 2.97 5 4.5 5H19.5C20.97 5 21.5 5.9 21.5 7Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M11.6408 4.99994H6.12076C5.78076 4.62994 5.79076 4.05994 6.15076 3.69994L7.57076 2.27994C7.94076 1.90994 8.55076 1.90994 8.92076 2.27994L11.6408 4.99994Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M17.8696 4.99994H12.3496L15.0696 2.27994C15.4396 1.90994 16.0496 1.90994 16.4196 2.27994L17.8396 3.69994C18.1996 4.05994 18.2096 4.62994 17.8696 4.99994Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8.93945 10V15.14C8.93945 15.94 9.81945 16.41 10.4895 15.98L11.4295 15.36C11.7695 15.14 12.1995 15.14 12.5295 15.36L13.4195 15.96C14.0795 16.4 14.9695 15.93 14.9695 15.13V10H8.93945Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"glass 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M10 17.5H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M2 17.5V7.5C2 3.5 3 2.5 7 2.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M22 17.5V7.5C22 3.5 21 2.5 17 2.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 15.9099V19.1999C10 21.1999 9.2 21.9999 7.2 21.9999H4.8C2.8 21.9999 2 21.1999 2 19.1999V15.9099C2 13.9099 2.8 13.1099 4.8 13.1099H7.2C9.2 13.1099 10 13.9099 10 15.9099Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 15.9099V19.1999C22 21.1999 21.2 21.9999 19.2 21.9999H16.8C14.8 21.9999 14 21.1999 14 19.1999V15.9099C14 13.9099 14.8 13.1099 16.8 13.1099H19.2C21.2 13.1099 22 13.9099 22 15.9099Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"glass \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.16077 22C3.98077 22 3.14077 19.47 4.50077 16.39L8.75077 6.74H8.45077C7.80077 6.74 7.20077 6.48 6.77077 6.05C6.33077 5.62 6.07077 5.02 6.07077 4.37C6.07077 3.07 7.13077 2 8.44077 2H15.5508C16.2108 2 16.8008 2.27 17.2308 2.7C17.7908 3.26 18.0708 4.08 17.8608 4.95C17.5908 6.03 16.5508 6.74 15.4408 6.74H15.2808L19.5008 16.4C20.8508 19.48 19.9708 22 15.8308 22H8.16077Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M5.93945 13.1199C5.93945 13.1199 8.99945 12.9999 11.9995 13.9999C14.9995 14.9999 17.8295 13.1099 17.8295 13.1099\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"global edit \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 12C22 6.48 17.52 2 12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M7.99961 3H8.99961C7.04961 8.84 7.04961 15.16 8.99961 21H7.99961\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 3C15.97 5.92 16.46 8.96 16.46 12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 16V15C5.92 15.97 8.96 16.46 12 16.46\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 9.0001C8.84 7.0501 15.16 7.0501 21 9.0001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M19.211 15.74L15.671 19.2801C15.531 19.4201 15.401 19.68 15.371 19.87L15.181 21.22C15.111 21.71 15.451 22.05 15.941 21.98L17.291 21.79C17.481 21.76 17.751 21.63 17.881 21.49L21.421 17.95C22.031 17.34 22.321 16.63 21.421 15.73C20.531 14.84 19.821 15.13 19.211 15.74Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.6992 16.25C18.9992 17.33 19.8392 18.17 20.9192 18.47\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"global refresh \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 12C22 6.48 17.52 2 12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M7.99961 3H8.99961C7.04961 8.84 7.04961 15.16 8.99961 21H7.99961\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 3C15.97 5.92 16.46 8.96 16.46 12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 16V15C5.92 15.97 8.96 16.46 12 16.46\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 9.0001C8.84 7.0501 15.16 7.0501 21 9.0001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M19.4998 14.7C19.1298 14.59 18.7098 14.52 18.2498 14.52C16.1798 14.52 14.5098 16.2 14.5098 18.26C14.5098 20.33 16.1898 22 18.2498 22C20.3098 22 21.9897 20.32 21.9897 18.26C21.9897 17.49 21.7597 16.77 21.3597 16.18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.041 14.8001L18.791 13.3701\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.0401 14.8003L18.5801 15.8603\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"global search \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 12C22 6.48 17.52 2 12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M7.99961 3H8.99961C7.04961 8.84 7.04961 15.16 8.99961 21H7.99961\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 3C15.97 5.92 16.46 8.96 16.46 12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 16V15C5.92 15.97 8.96 16.46 12 16.46\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 9.0001C8.84 7.0501 15.16 7.0501 21 9.0001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M18.2 21.4C19.9673 21.4 21.4 19.9673 21.4 18.2C21.4 16.4327 19.9673 15 18.2 15C16.4327 15 15 16.4327 15 18.2C15 19.9673 16.4327 21.4 18.2 21.4Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 22L21 21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"global \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M7.99961 3H8.99961C7.04961 8.84 7.04961 15.16 8.99961 21H7.99961\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 3C16.95 8.84 16.95 15.16 15 21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 16V15C8.84 16.95 15.16 16.95 21 15V16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 9.0001C8.84 7.0501 15.16 7.0501 21 9.0001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"gps slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.21 6.6C15.86 5.3 14.02 4.5 12 4.5C7.86 4.5 4.5 7.86 4.5 12C4.5 14.01 5.29 15.84 6.58 17.19\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 4V2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 12H2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M9 18.88C9.92 19.28 10.93 19.5 12 19.5C16.14 19.5 19.5 16.14 19.5 12C19.5 10.93 19.28 9.92 18.88 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 20V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 12H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M14.12 9.88L9.88 14.12C9.34 13.58 9 12.83 9 12C9 10.34 10.34 9 12 9C12.83 9 13.58 9.34 14.12 9.88Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 2L2 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"gps \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 19.5C16.1421 19.5 19.5 16.1421 19.5 12C19.5 7.85786 16.1421 4.5 12 4.5C7.85786 4.5 4.5 7.85786 4.5 12C4.5 16.1421 7.85786 19.5 12 19.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M12 4V2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M4 12H2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M12 20V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M20 12H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"grammerly \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.0707 4.95008C23.0407 8.92008 22.9707 15.4 18.8707 19.29C15.0807 22.88 8.93069 22.88 5.13069 19.29C1.02069 15.4 0.950683 8.92008 4.93068 4.95008C8.83068 1.04008 15.1707 1.04008 19.0707 4.95008Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M15.8399 16.0698C13.7199 18.0698 10.2799 18.0698 8.16992 16.0698\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"graph \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M18.32 12.0002C20.92 12.0002 22 11.0002 21.04 7.72018C20.39 5.51018 18.49 3.61018 16.28 2.96018C13 2.00018 12 3.08018 12 5.68018V8.56018C12 11.0002 13 12.0002 15 12.0002H18.32Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.0004 14.6998C19.0704 19.3298 14.6304 22.6898 9.58042 21.8698C5.79042 21.2598 2.74042 18.2098 2.12042 14.4198C1.31042 9.38977 4.65042 4.94977 9.26042 4.00977\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"grid 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M2.0293 8.5H21.9993\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.0293 15.5H21.9993\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.50977 21.9898V2.00977\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5098 21.9898V2.00977\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"grid 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M12 2V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 12H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"grid 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M12 2V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 9.5H12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 14.5H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"grid 4 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M9 2V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"grid 5 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M10 2V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 12H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"grid 6 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M10 2V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 8.5H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 15.5H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"grid 7 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M22 10H2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 10V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"grid 8 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M2 12H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.25 12V21.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.75 22V12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.25 12V2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.75 12V2.54004\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"grid 9 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M12 2V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"grid edit \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 11V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M2.0293 8.5H21.9993\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.0293 15.5H11.9993\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.50977 21.9897V2.00977\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5098 11.9897V2.00977\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M18.7304 14.6701L14.5804 18.82C14.4204 18.98 14.2704 19.29 14.2304 19.51L14.0004 21.1C13.9204 21.67 14.3204 22.08 14.8904 21.99L16.4804 21.76C16.7004 21.73 17.0104 21.5701 17.1704 21.4101L21.3204 17.26C22.0304 16.55 22.3704 15.7101 21.3204 14.6601C20.2804 13.6201 19.4504 13.9501 18.7304 14.6701Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.1406 15.2598C18.4906 16.5198 19.4806 17.4997 20.7406 17.8597\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"grid eraser \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 11V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M2.0293 8.5H21.9993\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.0293 15.5H11.9993\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.50977 21.9897V2.00977\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5098 11.9897V2.00977\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M18.7995 19.7L16.8995 21.6C16.3795 22.12 15.5195 22.12 14.9895 21.6L13.4095 20.01C12.8895 19.49 12.8895 18.63 13.4095 18.1L15.3095 16.21L18.7995 19.7Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.6108 16.9L18.8008 19.7099L15.3008 16.2099L18.1108 13.39C18.6308 12.87 19.5008 12.87 20.0208 13.39L21.6008 14.98C22.1308 15.51 22.1308 16.38 21.6108 16.9Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"grid lock \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 11V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M2.0293 8.5H21.9993\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.0293 15.5H11.9993\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.50977 21.9897V2.00977\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5098 11.9897V2.00977\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M15.5996 17.2V16.4C15.5996 15.07 15.9996 14 17.9996 14C19.9996 14 20.3996 15.07 20.3996 16.4V17.2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 22.0002H16C14.4 22.0002 14 21.6002 14 20.0002V19.2002C14 17.6002 14.4 17.2002 16 17.2002H20C21.6 17.2002 22 17.6002 22 19.2002V20.0002C22 21.6002 21.6 22.0002 20 22.0002Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"happyemoji \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9707 22C17.4936 22 21.9707 17.5228 21.9707 12C21.9707 6.47715 17.4936 2 11.9707 2C6.44786 2 1.9707 6.47715 1.9707 12C1.9707 17.5228 6.44786 22 11.9707 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.34\" d=\"M7.21094 16C8.26094 17.51 10.0209 18.5 12.0009 18.5C13.9809 18.5 15.7309 17.51 16.7909 16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"hashtag 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M10 17H14C15.65 17 17 15.65 17 14V10C17 8.35 15.65 7 14 7H10C8.35 7 7 8.35 7 10V14C7 15.65 8.35 17 10 17Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 7V17\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 12H17\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"hashtag down \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 13V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M19 16V22L21 20\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 22L17 20\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<g opacity=\"0.4\">\n<path d=\"M9.95039 6.25977L8.90039 15.7298\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.1105 6.25977L12.0605 15.7298\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.5293 9.41992H15.9993\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 12.5801H15.47\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"hashtag up \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 13V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M19 22V16L17 18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 16L21 18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<g opacity=\"0.4\">\n<path d=\"M9.95039 6.25977L8.90039 15.7298\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.1105 6.25977L12.0605 15.7298\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.5293 9.41992H15.9993\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 12.5801H15.47\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"hashtag \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10 3L8 21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 3L14 21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M3.5 9H21.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M2.5 15H20.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"headphone \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.46005 18.4898V15.5698C5.46005 14.5998 6.22005 13.7298 7.30005 13.7298C8.27005 13.7298 9.14005 14.4898 9.14005 15.5698V18.3798C9.14005 20.3298 7.52005 21.9498 5.57005 21.9498C3.62005 21.9498 2.00005 20.3198 2.00005 18.3798V12.2198C1.89005 6.5998 6.33005 2.0498 11.95 2.0498C17.57 2.0498 22 6.5998 22 12.1098V18.2698C22 20.2198 20.38 21.8398 18.43 21.8398C16.48 21.8398 14.86 20.2198 14.86 18.2698V15.4598C14.86 14.4898 15.62 13.6198 16.7 13.6198C17.67 13.6198 18.54 14.3798 18.54 15.4598V18.4898\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"headphones \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M15.5 21.9998V7.21973\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.0998 5.29999C10.0998 5.78999 9.89982 6.25001 9.56982 6.57001C9.24982 6.90001 8.7998 7.09998 8.2998 7.09998H6.0498C6.3298 6.72998 6.49982 6.25 6.49982 5.75V4.84998C6.49982 4.34998 6.3298 3.87 6.0498 3.5H8.2998C9.2898 3.5 10.0998 4.30999 10.0998 5.29999Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.5 4.85002V5.75005C6.5 6.25005 6.32999 6.73002 6.04999 7.10002C5.28999 8.11002 3.73 8.45002 2.28 7.16002C2.12 7.02002 2 6.72005 2 6.50005V4.16002C2 3.97002 2.10001 3.69003 2.23001 3.55003C3.49001 2.23003 5.01 2.42005 5.84 3.25005C5.91 3.32005 5.97999 3.40004 6.04999 3.49004C6.32999 3.87004 6.5 4.35002 6.5 4.85002Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.9004 5.29999C13.9004 5.78999 14.1004 6.25001 14.4304 6.57001C14.7504 6.90001 15.2004 7.09998 15.7004 7.09998H17.9504C17.6704 6.72998 17.5004 6.25 17.5004 5.75V4.84998C17.5004 4.34998 17.6704 3.87 17.9504 3.5H15.7004C14.7104 3.5 13.9004 4.30999 13.9004 5.29999Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.5 4.85002V5.75005C17.5 6.25005 17.67 6.73002 17.95 7.10002C18.71 8.11002 20.27 8.45002 21.72 7.16002C21.88 7.02002 22 6.72005 22 6.50005V4.16002C22 3.97002 21.9 3.69003 21.77 3.55003C20.51 2.23003 18.99 2.42005 18.16 3.25005C18.09 3.32005 18.02 3.40004 17.95 3.49004C17.67 3.87004 17.5 4.35002 17.5 4.85002Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M8.5 11.9998V7.21973\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 22V19\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 13.5V17.5C10 18.33 9.33 19 8.5 19C7.67 19 7 18.33 7 17.5V13.5C7 12.67 7.67 12 8.5 12C9.33 12 10 12.67 10 13.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"health \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.96973 22H14.9697C19.9697 22 21.9697 20 21.9697 15V9C21.9697 4 19.9697 2 14.9697 2H8.96973C3.96973 2 1.96973 4 1.96973 9V15C1.96973 20 3.96973 22 8.96973 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M1.96973 12.7001L7.96973 12.6801C8.71973 12.6801 9.55973 13.2501 9.83973 13.9501L10.9797 16.8301C11.2397 17.4801 11.6497 17.4801 11.9097 16.8301L14.1997 11.0201C14.4197 10.4601 14.8297 10.4401 15.1097 10.9701L16.1497 12.9401C16.4597 13.5301 17.2597 14.0101 17.9197 14.0101H21.9797\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"heart add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.2004 21.9999C19.8513 21.9999 22.0004 19.8509 22.0004 17.1999C22.0004 14.5489 19.8513 12.3999 17.2004 12.3999C14.5494 12.3999 12.4004 14.5489 12.4004 17.1999C12.4004 19.8509 14.5494 21.9999 17.2004 21.9999Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.9902 17.2598H15.4102\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.1992 15.5098V19.0997\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M22 8.69012C22 10.6601 21.49 12.4001 20.69 13.9101C19.81 12.9801 18.57 12.4001 17.2 12.4001C14.55 12.4001 12.4 14.5501 12.4 17.2001C12.4 18.4301 12.87 19.5501 13.63 20.4001C13.26 20.5701 12.92 20.7101 12.62 20.8101C12.28 20.9301 11.72 20.9301 11.38 20.8101C8.48 19.8201 2 15.6901 2 8.69012C2 5.60012 4.49 3.1001 7.56 3.1001C9.37 3.1001 10.99 3.98014 12 5.33014C13.01 3.98014 14.63 3.1001 16.44 3.1001C19.51 3.1001 22 5.60012 22 8.69012Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"heart circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M12.3296 17.4501C12.1496 17.5101 11.8396 17.5101 11.6596 17.4501C10.0996 16.9201 6.59961 14.6901 6.59961 10.9101C6.59961 9.24013 7.93961 7.89014 9.59961 7.89014C10.5796 7.89014 11.4496 8.36013 11.9996 9.10013C12.5396 8.37013 13.4196 7.89014 14.3996 7.89014C16.0596 7.89014 17.3996 9.24013 17.3996 10.9101C17.3996 14.6901 13.8996 16.9201 12.3296 17.4501Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"heart edit \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M21.49 12.0001C21.81 10.9801 22 9.88012 22 8.69012C22 5.60012 19.51 3.1001 16.44 3.1001C14.62 3.1001 13.01 3.98015 12 5.34015C10.99 3.98015 9.37 3.1001 7.56 3.1001C4.49 3.1001 2 5.60012 2 8.69012C2 15.6901 8.48 19.8201 11.38 20.8201C11.55 20.8801 11.77 20.9101 12 20.9101\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.2091 15.74L15.6691 19.2801C15.5291 19.4201 15.3991 19.68 15.3691 19.87L15.1791 21.22C15.1091 21.71 15.4491 22.05 15.9391 21.98L17.2891 21.79C17.4791 21.76 17.7491 21.63 17.8791 21.49L21.4191 17.95C22.0291 17.34 22.3191 16.63 21.4191 15.73C20.5291 14.84 19.8191 15.13 19.2091 15.74Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.6992 16.25C18.9992 17.33 19.8392 18.17 20.9192 18.47\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"heart remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22.0004 17.1999C22.0004 19.8499 19.8504 21.9999 17.2004 21.9999C15.7804 21.9999 14.5104 21.3799 13.6304 20.3999C12.8704 19.5499 12.4004 18.4299 12.4004 17.1999C12.4004 14.5499 14.5504 12.3999 17.2004 12.3999C18.5704 12.3999 19.8104 12.9799 20.6904 13.9099C20.6804 13.9099 20.6804 13.9099 20.6904 13.9199C21.5004 14.7799 22.0004 15.9299 22.0004 17.1999Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.4792 18.54L15.9492 16\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.45 16.0303L15.9199 18.5703\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M22 8.69012C22 10.6601 21.49 12.4001 20.69 13.9101C19.81 12.9801 18.57 12.4001 17.2 12.4001C14.55 12.4001 12.4 14.5501 12.4 17.2001C12.4 18.4301 12.87 19.5501 13.63 20.4001C13.26 20.5701 12.92 20.7101 12.62 20.8101C12.28 20.9301 11.72 20.9301 11.38 20.8101C8.48 19.8201 2 15.6901 2 8.69012C2 5.60012 4.49 3.1001 7.56 3.1001C9.37 3.1001 10.99 3.98014 12 5.33014C13.01 3.98014 14.63 3.1001 16.44 3.1001C19.51 3.1001 22 5.60012 22 8.69012Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"heart search \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M21.49 12.0001C21.81 10.9801 22 9.88012 22 8.69012C22 5.60012 19.51 3.1001 16.44 3.1001C14.62 3.1001 13.01 3.98015 12 5.34015C10.99 3.98015 9.37 3.1001 7.56 3.1001C4.49 3.1001 2 5.60012 2 8.69012C2 15.6901 8.48 19.8201 11.38 20.8201C11.55 20.8801 11.77 20.9101 12 20.9101\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.7391 21.0001C19.5064 21.0001 20.9391 19.5674 20.9391 17.8001C20.9391 16.0328 19.5064 14.6001 17.7391 14.6001C15.9717 14.6001 14.5391 16.0328 14.5391 17.8001C14.5391 19.5674 15.9717 21.0001 17.7391 21.0001Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.5391 21.6001L20.5391 20.6001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"heart slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M6.10999 17.4998C3.89999 15.4298 2 12.4798 2 8.67981C2 5.58981 4.49 3.08984 7.56 3.08984C9.38 3.08984 10.99 3.96983 12 5.32983C13.01 3.96983 14.63 3.08984 16.44 3.08984C17.59 3.08984 18.66 3.4398 19.55 4.0498\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M21.7395 7C21.9095 7.53 21.9995 8.1 21.9995 8.69C21.9995 15.69 15.5195 19.82 12.6195 20.82C12.2795 20.94 11.7195 20.94 11.3795 20.82C10.7295 20.6 9.90953 20.22 9.01953 19.69\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 2L2 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"heart tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22.0004 17.1999C22.0004 18.0999 21.7504 18.9499 21.3004 19.6699C20.4704 21.0599 18.9504 21.9999 17.2004 21.9999C15.4504 21.9999 13.9204 21.0599 13.1004 19.6699C12.6604 18.9499 12.4004 18.0999 12.4004 17.1999C12.4004 14.5499 14.5504 12.3999 17.2004 12.3999C19.8504 12.3999 22.0004 14.5499 22.0004 17.1999Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.3301 17.2L16.5101 18.38L19.0701 16.02\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M22 8.69012C22 10.6601 21.49 12.4001 20.69 13.9101C19.81 12.9801 18.57 12.4001 17.2 12.4001C14.55 12.4001 12.4 14.5501 12.4 17.2001C12.4 18.4301 12.87 19.5501 13.63 20.4001C13.26 20.5701 12.92 20.7101 12.62 20.8101C12.28 20.9301 11.72 20.9301 11.38 20.8101C8.48 19.8201 2 15.6901 2 8.69012C2 5.60012 4.49 3.1001 7.56 3.1001C9.37 3.1001 10.99 3.98014 12 5.33014C13.01 3.98014 14.63 3.1001 16.44 3.1001C19.51 3.1001 22 5.60012 22 8.69012Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"heart \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.62 20.8101C12.28 20.9301 11.72 20.9301 11.38 20.8101C8.48 19.8201 2 15.6901 2 8.6901C2 5.6001 4.49 3.1001 7.56 3.1001C9.38 3.1001 10.99 3.9801 12 5.3401C13.01 3.9801 14.63 3.1001 16.44 3.1001C19.51 3.1001 22 5.6001 22 8.6901C22 15.6901 15.52 19.8201 12.62 20.8101Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"hierarchy 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.25 22C7.04493 22 8.5 20.5449 8.5 18.75C8.5 16.9551 7.04493 15.5 5.25 15.5C3.45507 15.5 2 16.9551 2 18.75C2 20.5449 3.45507 22 5.25 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 8C6.65685 8 8 6.65685 8 5C8 3.34315 6.65685 2 5 2C3.34315 2 2 3.34315 2 5C2 6.65685 3.34315 8 5 8Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 8C20.6569 8 22 6.65685 22 5C22 3.34315 20.6569 2 19 2C17.3431 2 16 3.34315 16 5C16 6.65685 17.3431 8 19 8Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M5 15V8\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.12891 15C5.57891 13.25 7.1789 11.95 9.0689 11.96L12.4989 11.97C15.1189 11.98 17.3489 10.3 18.1689 7.95996\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"hierarchy 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 8C6.65685 8 8 6.65685 8 5C8 3.34315 6.65685 2 5 2C3.34315 2 2 3.34315 2 5C2 6.65685 3.34315 8 5 8Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 15C20.6569 15 22 13.6569 22 12C22 10.3431 20.6569 9 19 9C17.3431 9 16 10.3431 16 12C16 13.6569 17.3431 15 19 15Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 22C6.65685 22 8 20.6569 8 19C8 17.3431 6.65685 16 5 16C3.34315 16 2 17.3431 2 19C2 20.6569 3.34315 22 5 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M16 12H9C6.8 12 5 11 5 8V16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"hierarchy square 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path d=\"M7.80078 10.2002V14.4002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.95001 9.89999C9.02697 9.89999 9.90002 9.02697 9.90002 7.95001C9.90002 6.87306 9.02697 6 7.95001 6C6.87306 6 6 6.87306 6 7.95001C6 9.02697 6.87306 9.89999 7.95001 9.89999Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.79999 17.9999C8.7941 17.9999 9.59998 17.194 9.59998 16.1999C9.59998 15.2058 8.7941 14.3999 7.79999 14.3999C6.80588 14.3999 6 15.2058 6 16.1999C6 17.194 6.80588 17.9999 7.79999 17.9999Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.2004 17.9999C17.1945 17.9999 18.0004 17.194 18.0004 16.1999C18.0004 15.2058 17.1945 14.3999 16.2004 14.3999C15.2063 14.3999 14.4004 15.2058 14.4004 16.1999C14.4004 17.194 15.2063 17.9999 16.2004 17.9999Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.87891 10.2002C8.14891 11.2502 9.10889 12.0302 10.2389 12.0202L12.2989 12.0102C13.8689 12.0002 15.2089 13.0102 15.6989 14.4202\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"hierarchy square 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path d=\"M7.80078 13.8001V9.6001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.95001 18.0001C9.02697 18.0001 9.90002 17.127 9.90002 16.0501C9.90002 14.9731 9.02697 14.1001 7.95001 14.1001C6.87306 14.1001 6 14.9731 6 16.0501C6 17.127 6.87306 18.0001 7.95001 18.0001Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.79999 9.60001C8.7941 9.60001 9.59998 8.7941 9.59998 7.79999C9.59998 6.80588 8.7941 6 7.79999 6C6.80588 6 6 6.80588 6 7.79999C6 8.7941 6.80588 9.60001 7.79999 9.60001Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.2004 9.60001C17.1945 9.60001 18.0004 8.7941 18.0004 7.79999C18.0004 6.80588 17.1945 6 16.2004 6C15.2063 6 14.4004 6.80588 14.4004 7.79999C14.4004 8.7941 15.2063 9.60001 16.2004 9.60001Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.87891 13.8001C8.14891 12.7501 9.10889 11.9701 10.2389 11.9801L12.2989 11.9901C13.8689 12.0001 15.2089 10.9901 15.6989 9.58008\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M9 2H15C20 2 22 4 22 9V15C22 20 20 22 15 22H9C4 22 2 20 2 15V9C2 4 4 2 9 2Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"hierarchy square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path d=\"M16.4508 14.4V8.5C16.4508 7.95 16.0008 7.5 15.4508 7.5H12.5508\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.05 6L12.25 7.5L14.05 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.55078 10.2002V14.4002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.70001 9.89999C8.77697 9.89999 9.65002 9.02697 9.65002 7.95001C9.65002 6.87306 8.77697 6 7.70001 6C6.62306 6 5.75 6.87306 5.75 7.95001C5.75 9.02697 6.62306 9.89999 7.70001 9.89999Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.54999 17.9999C8.5441 17.9999 9.34998 17.194 9.34998 16.1999C9.34998 15.2058 8.5441 14.3999 7.54999 14.3999C6.55588 14.3999 5.75 15.2058 5.75 16.1999C5.75 17.194 6.55588 17.9999 7.54999 17.9999Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.4504 17.9999C17.4445 17.9999 18.2504 17.194 18.2504 16.1999C18.2504 15.2058 17.4445 14.3999 16.4504 14.3999C15.4563 14.3999 14.6504 15.2058 14.6504 16.1999C14.6504 17.194 15.4563 17.9999 16.4504 17.9999Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"hierarchy \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.25 8.5C7.04493 8.5 8.5 7.04493 8.5 5.25C8.5 3.45507 7.04493 2 5.25 2C3.45507 2 2 3.45507 2 5.25C2 7.04493 3.45507 8.5 5.25 8.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 22C6.65685 22 8 20.6569 8 19C8 17.3431 6.65685 16 5 16C3.34315 16 2 17.3431 2 19C2 20.6569 3.34315 22 5 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 22C20.6569 22 22 20.6569 22 19C22 17.3431 20.6569 16 19 16C17.3431 16 16 17.3431 16 19C16 20.6569 17.3431 22 19 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M5 9V16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.12891 9C5.57891 10.75 7.17891 12.05 9.06891 12.04L12.4989 12.03C15.1189 12.02 17.3489 13.7 18.1689 16.04\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"home 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.34\" d=\"M12 18V15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.0693 2.81985L3.13929 8.36985C2.35929 8.98985 1.85929 10.2998 2.02929 11.2798L3.35929 19.2398C3.59929 20.6598 4.95929 21.8098 6.39929 21.8098H17.5993C19.0293 21.8098 20.3993 20.6498 20.6393 19.2398L21.9693 11.2798C22.1293 10.2998 21.6293 8.98985 20.8593 8.36985L13.9293 2.82985C12.8593 1.96985 11.1293 1.96985 10.0693 2.81985Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"home 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.02 2.84016L3.63 7.04016C2.73 7.74016 2 9.23016 2 10.3602V17.7702C2 20.0902 3.89 21.9902 6.21 21.9902H17.79C20.11 21.9902 22 20.0902 22 17.7802V10.5002C22 9.29016 21.19 7.74016 20.2 7.05016L14.02 2.72016C12.62 1.74016 10.37 1.79016 9.02 2.84016Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.34\" d=\"M12 17.9902V14.9902\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"home hashtag \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.02 2.84016L3.63 7.04016C2.73 7.74016 2 9.23016 2 10.3602V17.7702C2 20.0902 3.89 21.9902 6.21 21.9902H17.79C20.11 21.9902 22 20.0902 22 17.7802V10.5002C22 9.29016 21.19 7.74016 20.2 7.05016L14.02 2.72016C12.62 1.74016 10.37 1.79016 9.02 2.84016Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M10.5 18H13.5C15.15 18 16.5 16.65 16.5 15V12C16.5 10.35 15.15 9 13.5 9H10.5C8.85 9 7.5 10.35 7.5 12V15C7.5 16.65 8.85 18 10.5 18Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 9V18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.5 13.5H16.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"home trend down \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.02 2.84016L3.63 7.04016C2.73 7.74016 2 9.23016 2 10.3602V17.7702C2 20.0902 3.89 21.9902 6.21 21.9902H17.79C20.11 21.9902 22 20.0902 22 17.7802V10.5002C22 9.29016 21.19 7.74016 20.2 7.05016L14.02 2.72016C12.62 1.74016 10.37 1.79016 9.02 2.84016Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M16.5 16.5L12.3 12.3L10.7 14.7L7.5 11.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.5 16.5H16.5V14.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"home trend up \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.02 2.84016L3.63 7.04016C2.73 7.74016 2 9.23016 2 10.3602V17.7702C2 20.0902 3.89 21.9902 6.21 21.9902H17.79C20.11 21.9902 22 20.0902 22 17.7802V10.5002C22 9.29016 21.19 7.74016 20.2 7.05016L14.02 2.72016C12.62 1.74016 10.37 1.79016 9.02 2.84016Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M16.5 11.5L12.3 15.7L10.7 13.3L7.5 16.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.5 11.5H16.5V13.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"home wifi \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.0693 2.81984L3.1393 8.36989C2.3593 8.98989 1.85929 10.2999 2.02929 11.2799L3.35927 19.2399C3.59927 20.6599 4.95928 21.81 6.39928 21.81H17.5993C19.0293 21.81 20.3993 20.6499 20.6393 19.2399L21.9693 11.2799C22.1293 10.2999 21.6293 8.98989 20.8593 8.36989L13.9293 2.82985C12.8593 1.96985 11.1293 1.96984 10.0693 2.81984Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M9.88086 14.3802C11.1509 13.1702 12.8508 13.1702 14.1208 14.3802\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M16.24 12.2602C15.7 11.7302 15.1 11.3202 14.48 11.0202C12.89 10.2602 11.11 10.2602 9.51001 11.0202C8.89001 11.3202 8.3 11.7302 7.75 12.2602\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M11.9955 16.5H12.0045\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"home \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.0693 2.81984L3.13929 8.36983C2.35929 8.98983 1.85929 10.2999 2.02929 11.2799L3.35929 19.2398C3.59929 20.6598 4.95928 21.8098 6.39928 21.8098H17.5993C19.0293 21.8098 20.3993 20.6498 20.6393 19.2398L21.9693 11.2799C22.1293 10.2999 21.6293 8.98983 20.8593 8.36983L13.9293 2.82985C12.8593 1.96985 11.1293 1.96984 10.0693 2.81984Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M12 15.5C13.3807 15.5 14.5 14.3807 14.5 13C14.5 11.6193 13.3807 10.5 12 10.5C10.6193 10.5 9.5 11.6193 9.5 13C9.5 14.3807 10.6193 15.5 12 15.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"hospital \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 22H22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 2H7C4 2 3 3.79 3 6V22H21V6C21 3.79 20 2 17 2Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M14.0602 15H9.93022C9.42022 15 8.99023 15.42 8.99023 15.94V22H14.9902V15.94C15.0002 15.42 14.5802 15 14.0602 15Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M12 6V11\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.5 8.5H14.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"house 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 22H22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.9502 22.0003L3.0002 9.97023C3.0002 9.36023 3.2902 8.78029 3.7702 8.40029L10.7702 2.95027C11.4902 2.39027 12.5002 2.39027 13.2302 2.95027L20.2302 8.39028C20.7202 8.77028 21.0002 9.35023 21.0002 9.97023V22.0003\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M15.5 11H8.5C7.67 11 7 11.67 7 12.5V22H17V12.5C17 11.67 16.33 11 15.5 11Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 16.25V17.75\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M10.5 7.5H13.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"house \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 22H22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.9502 22.0003L3.00019 9.97023C3.00019 9.36023 3.2902 8.78029 3.7702 8.40029L10.7702 2.95027C11.4902 2.39027 12.5002 2.39027 13.2302 2.95027L20.2302 8.39028C20.7202 8.77028 21.0002 9.35023 21.0002 9.97023V22.0003\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M13 17H11C10.17 17 9.5 17.67 9.5 18.5V22H14.5V18.5C14.5 17.67 13.83 17 13 17Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M9.5 13.75H7.5C6.95 13.75 6.5 13.3 6.5 12.75V11.25C6.5 10.7 6.95 10.25 7.5 10.25H9.5C10.05 10.25 10.5 10.7 10.5 11.25V12.75C10.5 13.3 10.05 13.75 9.5 13.75Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M16.5 13.75H14.5C13.95 13.75 13.5 13.3 13.5 12.75V11.25C13.5 10.7 13.95 10.25 14.5 10.25H16.5C17.05 10.25 17.5 10.7 17.5 11.25V12.75C17.5 13.3 17.05 13.75 16.5 13.75Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linejoin=\"round\"/>\n<path d=\"M19.0003 7L18.9703 4H14.5703\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"icon 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2.5 13.24V11.51C2.5 9.44001 4.18999 7.75 6.25999 7.75H17.74C19.81 7.75 21.5 9.44001 21.5 11.51V12.95H19.48C18.92 12.95 18.41 13.17 18.04 13.55C17.62 13.96 17.38 14.55 17.44 15.18C17.53 16.26 18.52 17.05 19.6 17.05H21.5V18.24C21.5 20.31 19.81 22 17.74 22H12.26\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M2.5 12.4098V7.83986C2.5 6.64986 3.23 5.58982 4.34 5.16982L12.28 2.16982C13.52 1.69982 14.85 2.61985 14.85 3.94985V7.74983\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22.5608 13.9702V16.0302C22.5608 16.5802 22.1208 17.0302 21.5608 17.0502H19.6008C18.5208 17.0502 17.5308 16.2602 17.4408 15.1802C17.3808 14.5502 17.6208 13.9602 18.0408 13.5502C18.4108 13.1702 18.9208 12.9502 19.4808 12.9502H21.5608C22.1208 12.9702 22.5608 13.4202 22.5608 13.9702Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M7 12H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 16.5H8.34C8.98 16.5 9.5 17.02 9.5 17.66V18.94\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.22 15.2803L3 16.5002L4.22 17.7202\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.5 21.7803H4.16C3.52 21.7803 3 21.2603 3 20.6203V19.3403\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.2793 23.0001L9.4993 21.7801L8.2793 20.5601\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"icon 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M15 2V12C15 13.1 14.1 14 13 14H2V7.62C2.73 8.49 3.85003 9.03 5.09003 9C6.10003 8.98 7.01 8.59 7.69 7.94C8 7.68 8.26002 7.34999 8.46002 6.98999C8.82002 6.37999 9.02 5.65997 9 4.90997C8.97 3.73997 8.45001 2.71 7.64001 2H15Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 14V17C22 18.66 20.66 20 19 20H18C18 18.9 17.1 18 16 18C14.9 18 14 18.9 14 20H10C10 18.9 9.1 18 8 18C6.9 18 6 18.9 6 20H5C3.34 20 2 18.66 2 17V14H13C14.1 14 15 13.1 15 12V5H16.84C17.56 5 18.22 5.39001 18.58 6.01001L20.29 9H19C18.45 9 18 9.45 18 10V13C18 13.55 18.45 14 19 14H22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 22C9.10457 22 10 21.1046 10 20C10 18.8954 9.10457 18 8 18C6.89543 18 6 18.8954 6 20C6 21.1046 6.89543 22 8 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 22C17.1046 22 18 21.1046 18 20C18 18.8954 17.1046 18 16 18C14.8954 18 14 18.8954 14 20C14 21.1046 14.8954 22 16 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 12V14H19C18.45 14 18 13.55 18 13V10C18 9.45 18.45 9 19 9H20.29L22 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 5C9 6.2 8.47001 7.27 7.64001 8C6.93001 8.62 6.01 9 5 9C2.79 9 1 7.21 1 5C1 3.74 1.58 2.61 2.5 1.88C3.19 1.33 4.06 1 5 1C7.21 1 9 2.79 9 5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M5.25 3.75V5.25L4 6\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"icon 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M15 2V12C15 13.1 14.1 14 13 14H2V7.62C2.73 8.49 3.85003 9.03 5.09003 9C6.10003 8.98 7.01 8.59 7.69 7.94C8 7.68 8.26002 7.34999 8.46002 6.98999C8.82002 6.37999 9.02 5.65997 9 4.90997C8.97 3.73997 8.45001 2.71 7.64001 2H15Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 14V17C22 18.66 20.66 20 19 20H18C18 18.9 17.1 18 16 18C14.9 18 14 18.9 14 20H10C10 18.9 9.1 18 8 18C6.9 18 6 18.9 6 20H5C3.34 20 2 18.66 2 17V14H13C14.1 14 15 13.1 15 12V5H16.84C17.56 5 18.22 5.39001 18.58 6.01001L20.29 9H19C18.45 9 18 9.45 18 10V13C18 13.55 18.45 14 19 14H22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 22C9.10457 22 10 21.1046 10 20C10 18.8954 9.10457 18 8 18C6.89543 18 6 18.8954 6 20C6 21.1046 6.89543 22 8 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 22C17.1046 22 18 21.1046 18 20C18 18.8954 17.1046 18 16 18C14.8954 18 14 18.8954 14 20C14 21.1046 14.8954 22 16 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 12V14H19C18.45 14 18 13.55 18 13V10C18 9.45 18.45 9 19 9H20.29L22 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 5C9 5.75 8.78998 6.46 8.41998 7.06C8.20998 7.42 7.94 7.74 7.63 8C6.93 8.63 6.01 9 5 9C3.54 9 2.27002 8.22 1.58002 7.06C1.21002 6.46 1 5.75 1 5C1 3.74 1.58 2.61 2.5 1.88C3.19 1.33 4.06 1 5 1C7.21 1 9 2.79 9 5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M6.06897 6.04016L3.95898 3.93018\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.03967 3.95996L3.92969 6.06995\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"icon \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.04 13.55C17.62 13.96 17.38 14.55 17.44 15.18C17.53 16.26 18.52 17.05 19.6 17.05H21.5V18.24C21.5 20.31 19.81 22 17.74 22H7.64C8.47 21.27 9 20.2 9 19C9 16.79 7.21 15 5 15C4.06 15 3.19 15.33 2.5 15.88V11.51C2.5 9.44001 4.18999 7.75 6.25999 7.75H17.74C19.81 7.75 21.5 9.44001 21.5 11.51V12.95H19.48C18.92 12.95 18.41 13.17 18.04 13.55Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M2.5 11.5101V7.84014C2.5 6.65014 3.23 5.59009 4.34 5.17009L12.28 2.17009C13.52 1.71009 14.85 2.62012 14.85 3.95012V7.75011\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22.5608 13.9702V16.0302C22.5608 16.5802 22.1208 17.0302 21.5608 17.0502H19.6008C18.5208 17.0502 17.5308 16.2602 17.4408 15.1802C17.3808 14.5502 17.6208 13.9602 18.0408 13.5502C18.4108 13.1702 18.9208 12.9502 19.4808 12.9502H21.5608C22.1208 12.9702 22.5608 13.4202 22.5608 13.9702Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M7 12H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 19C9 20.2 8.47 21.27 7.64 22C6.93 22.62 6.01 23 5 23C2.79 23 1 21.21 1 19C1 17.74 1.58 16.61 2.5 15.88C3.19 15.33 4.06 15 5 15C7.21 15 9 16.79 9 19Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.25 17.75V19.25L4 20\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"image \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.6809 16.9601L18.5509 9.65013C17.4909 7.17013 15.5409 7.07013 14.2309 9.43013L12.3409 12.8401C11.3809 14.5701 9.5909 14.7201 8.3509 13.1701L8.1309 12.8901C6.8409 11.2701 5.0209 11.4701 4.0909 13.3201L2.3709 16.7701C1.1609 19.1701 2.9109 22.0001 5.5909 22.0001H18.3509C20.9509 22.0001 22.7009 19.3501 21.6809 16.9601Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M6.9707 8C8.62756 8 9.9707 6.65685 9.9707 5C9.9707 3.34315 8.62756 2 6.9707 2C5.31385 2 3.9707 3.34315 3.9707 5C3.9707 6.65685 5.31385 8 6.9707 8Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"import 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path d=\"M22.0008 2L13.8008 10.2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 6.16992V10.9999H17.83\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M11 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H15C20 22 22 20 22 15V13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"import 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path d=\"M9.32031 11.6797L11.8803 14.2397L14.4403 11.6797\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.8809 4V14.17\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M20 12.1802C20 16.6002 17 20.1802 12 20.1802C7 20.1802 4 16.6002 4 12.1802\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"import \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M22.0008 2L13.8008 10.2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 6.16992V10.9999H17.83\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"info circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.34\" d=\"M12 8V13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.34\" d=\"M11.9941 16H12.0031\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"information \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.7509 2.44982C11.4509 1.85982 12.5809 1.85982 13.2609 2.44982L14.8409 3.79982C15.1409 4.04982 15.7109 4.25982 16.1109 4.25982H17.8109C18.8709 4.25982 19.7409 5.12982 19.7409 6.18982V7.88982C19.7409 8.28982 19.9509 8.84982 20.2009 9.14982L21.5509 10.7298C22.1409 11.4298 22.1409 12.5598 21.5509 13.2398L20.2009 14.8198C19.9509 15.1198 19.7409 15.6798 19.7409 16.0798V17.7798C19.7409 18.8398 18.8709 19.7098 17.8109 19.7098H16.1109C15.7109 19.7098 15.1509 19.9198 14.8509 20.1698L13.2709 21.5198C12.5709 22.1098 11.4409 22.1098 10.7609 21.5198L9.18086 20.1698C8.88086 19.9198 8.31086 19.7098 7.92086 19.7098H6.17086C5.11086 19.7098 4.24086 18.8398 4.24086 17.7798V16.0698C4.24086 15.6798 4.04086 15.1098 3.79086 14.8198L2.44086 13.2298C1.86086 12.5398 1.86086 11.4198 2.44086 10.7298L3.79086 9.13982C4.04086 8.83982 4.24086 8.27982 4.24086 7.88982V6.19982C4.24086 5.13982 5.11086 4.26982 6.17086 4.26982H7.90086C8.30086 4.26982 8.86086 4.05982 9.16086 3.80982L10.7509 2.44982Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M12 8.12988V12.9599\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9941 16H12.0031\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"instagram \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.34\" d=\"M12 15.5C13.933 15.5 15.5 13.933 15.5 12C15.5 10.067 13.933 8.5 12 8.5C10.067 8.5 8.5 10.067 8.5 12C8.5 13.933 10.067 15.5 12 15.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.34\" d=\"M17.6361 7H17.6477\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"judge \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.0105 18.5101L15.0605 13.5601\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.0602 13.56L11.5202 17.1C10.7402 17.88 9.47024 17.88 8.69024 17.1L4.45023 12.86C3.67023 12.08 3.67023 10.81 4.45023 10.03L11.5202 2.96C12.3002 2.18 13.5702 2.18 14.3502 2.96L18.5902 7.20002C19.3702 7.98002 19.3702 9.25001 18.5902 10.03L15.0602 13.56Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M2 21H8\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M6.56055 7.91992L13.6306 14.9899\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"kanban \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.5 19.9V4.1C10.5 2.6 9.86 2 8.27 2H4.23C2.64 2 2 2.6 2 4.1V19.9C2 21.4 2.64 22 4.23 22H8.27C9.86 22 10.5 21.4 10.5 19.9Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M22 12.9V4.1C22 2.6 21.36 2 19.77 2H15.73C14.14 2 13.5 2.6 13.5 4.1V12.9C13.5 14.4 14.14 15 15.73 15H19.77C21.36 15 22 14.4 22 12.9Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"key square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M16.2792 13.6096C15.1492 14.7396 13.5292 15.0896 12.0992 14.6396L9.50922 17.2196C9.32922 17.4096 8.95922 17.5296 8.68922 17.4896L7.48922 17.3296C7.08922 17.2796 6.72922 16.8996 6.66922 16.5096L6.50922 15.3096C6.46922 15.0496 6.59922 14.6796 6.77922 14.4896L9.35922 11.9096C8.91922 10.4796 9.25922 8.85965 10.3892 7.72965C12.0092 6.10965 14.6492 6.10965 16.2792 7.72965C17.8992 9.33965 17.8992 11.9796 16.2792 13.6096Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.4496 16.2799L9.59961 15.4199\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.3949 10.7002H13.4039\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"key \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.7906 14.9298C17.7306 16.9798 14.7806 17.6098 12.1906 16.7998L7.48063 21.4998C7.14063 21.8498 6.47063 22.0598 5.99063 21.9898L3.81063 21.6898C3.09063 21.5898 2.42063 20.9098 2.31063 20.1898L2.01063 18.0098C1.94063 17.5298 2.17063 16.8598 2.50063 16.5198L7.20063 11.8198C6.40063 9.21982 7.02063 6.26982 9.08063 4.21982C12.0306 1.26982 16.8206 1.26982 19.7806 4.21982C22.7406 7.16982 22.7406 11.9798 19.7906 14.9298Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M6.89062 17.4902L9.19062 19.7902\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M14.5 11C15.3284 11 16 10.3284 16 9.5C16 8.67157 15.3284 8 14.5 8C13.6716 8 13 8.67157 13 9.5C13 10.3284 13.6716 11 14.5 11Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"keyboard open \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.26022 2H16.7302C17.3802 2 17.9602 2.02003 18.4802 2.09003C21.2502 2.40003 22.0002 3.70001 22.0002 7.26001V13.58C22.0002 17.14 21.2502 18.44 18.4802 18.75C17.9602 18.82 17.3902 18.84 16.7302 18.84H7.26022C6.61022 18.84 6.03022 18.82 5.51022 18.75C2.74022 18.44 1.99023 17.14 1.99023 13.58V7.26001C1.99023 3.70001 2.74022 2.40003 5.51022 2.09003C6.03022 2.02003 6.61022 2 7.26022 2Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M13.5801 8.31982H17.2601\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M6.74023 14.1099H6.76022H17.2702\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M7 22H17\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M7.1947 8.2998H7.20368\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M10.4945 8.2998H10.5035\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"keyboard \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.5 4H16.5C17.12 4 17.67 4.02 18.16 4.09C20.79 4.38 21.5 5.62 21.5 9V15C21.5 18.38 20.79 19.62 18.16 19.91C17.67 19.98 17.12 20 16.5 20H7.5C6.88 20 6.33 19.98 5.84 19.91C3.21 19.62 2.5 18.38 2.5 15V9C2.5 5.62 3.21 4.38 5.84 4.09C6.33 4.02 6.88 4 7.5 4Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M13.5 10H17\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M7 15.5H7.02H17\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M10.0941 10H10.1031\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M7.09412 10H7.1031\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"lamp 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.7807 13.6502V18.5902H3.2207V13.6502C3.2207 8.83018 7.1207 4.93018 11.9407 4.93018H12.0607C16.8807 4.93018 20.7807 8.83018 20.7807 13.6502Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M12 2V4.92999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M15.6496 18.5898C15.5196 20.4998 13.9296 21.9998 11.9996 21.9998C10.0696 21.9998 8.47961 20.4998 8.34961 18.5898H15.6496Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"lamp charge \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12.0001 7.89014L10.9301 9.75014C10.6901 10.1601 10.8901 10.5001 11.3601 10.5001H12.6301C13.1101 10.5001 13.3001 10.8401 13.0601 11.2501L12.0001 13.1101\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.30035 18.0402V16.8802C6.00035 15.4902 4.11035 12.7802 4.11035 9.90018C4.11035 4.95018 8.66035 1.07018 13.8004 2.19018C16.0604 2.69018 18.0404 4.19018 19.0704 6.26018C21.1604 10.4602 18.9604 14.9202 15.7304 16.8702V18.0302C15.7304 18.3202 15.8404 18.9902 14.7704 18.9902H9.26035C8.16035 19.0002 8.30035 18.5702 8.30035 18.0402Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8.5 22.0002C10.79 21.3502 13.21 21.3502 15.5 22.0002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"lamp on \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.30035 18.0402V16.8802C6.00035 15.4902 4.11035 12.7802 4.11035 9.90018C4.11035 4.95018 8.66035 1.07018 13.8004 2.19018C16.0604 2.69018 18.0404 4.19018 19.0704 6.26018C21.1604 10.4602 18.9604 14.9202 15.7304 16.8702V18.0302C15.7304 18.3202 15.8404 18.9902 14.7704 18.9902H9.26035C8.16035 19.0002 8.30035 18.5702 8.30035 18.0402Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8.5 22.0002C10.79 21.3502 13.21 21.3502 15.5 22.0002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"lamp slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.0297 2.47998L4.17969 18.33\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.25008 13.0002C4.83008 12.0302 4.58008 10.9802 4.58008 9.90017C4.58008 4.99017 8.80008 1.12017 13.6001 2.17017C15.0601 2.49017 16.3601 3.27017 17.3601 4.35017\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M19.0602 7.2998C20.2802 11.1798 18.3102 15.0798 15.5202 16.8698V18.0298C15.5202 18.3198 15.6202 18.9898 14.6202 18.9898H9.42016C8.39016 18.9898 8.52016 18.5598 8.52016 18.0298V16.8698C8.04016 16.5698 7.59016 16.1998 7.16016 15.7698\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8.5 22.0002C10.79 21.3502 13.21 21.3502 15.5 22.0002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"lamp \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.78962 14.69H18.2096C19.8696 14.69 20.8696 13.38 20.4396 11.78L18.2396 3.71C17.9796 2.77 16.9696 2 16.0096 2H7.98962C7.02962 2 6.01962 2.77 5.76962 3.7L3.56962 11.77C3.12962 13.38 4.12962 14.69 5.78962 14.69Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M12 15V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 22H16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"language circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path d=\"M16.9897 8.96045H7.00977\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 7.28027V8.96027\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.5 8.94043C14.5 13.2404 11.14 16.7204 7 16.7204\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.9992 16.72C15.1992 16.72 13.5992 15.76 12.4492 14.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"language square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path d=\"M16.9897 8.96045H7.00977\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 7.28027V8.96027\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.5 8.94043C14.5 13.2404 11.14 16.7204 7 16.7204\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.9992 16.72C15.1992 16.72 13.5992 15.76 12.4492 14.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"layer \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.0095 2.91982L18.9095 5.53982C20.6095 6.28982 20.6095 7.52982 18.9095 8.27982L13.0095 10.8998C12.3395 11.1998 11.2395 11.1998 10.5695 10.8998L4.66953 8.27982C2.96953 7.52982 2.96953 6.28982 4.66953 5.53982L10.5695 2.91982C11.2395 2.61982 12.3395 2.61982 13.0095 2.91982Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M3 11C3 11.84 3.63 12.81 4.4 13.15L11.19 16.17C11.71 16.4 12.3 16.4 12.81 16.17L19.6 13.15C20.37 12.81 21 11.84 21 11\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M3 16C3 16.93 3.55 17.77 4.4 18.15L11.19 21.17C11.71 21.4 12.3 21.4 12.81 21.17L19.6 18.15C20.45 17.77 21 16.93 21 16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"level \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2.19922 14.02C3.12922 18.58 7.15922 22 11.9992 22C16.8192 22 20.8392 18.59 21.7892 14.05\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.8092 10.06C20.9092 5.46 16.8592 2 11.9992 2C7.16922 2 3.13922 5.43001 2.19922 9.98001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M12 13.5C12.8284 13.5 13.5 12.8284 13.5 12C13.5 11.1716 12.8284 10.5 12 10.5C11.1716 10.5 10.5 11.1716 10.5 12C10.5 12.8284 11.1716 13.5 12 13.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"lifebuoy \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9707 22C17.4936 22 21.9707 17.5228 21.9707 12C21.9707 6.47715 17.4936 2 11.9707 2C6.44786 2 1.9707 6.47715 1.9707 12C1.9707 17.5228 6.44786 22 11.9707 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 16.5C14.4853 16.5 16.5 14.4853 16.5 12C16.5 9.51472 14.4853 7.5 12 7.5C9.51472 7.5 7.5 9.51472 7.5 12C7.5 14.4853 9.51472 16.5 12 16.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M4.90039 4.93018L8.44039 8.46018\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M4.90039 19.07L8.44039 15.54\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M19.0498 19.07L15.5098 15.54\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M19.0498 4.93018L15.5098 8.46018\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"like 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M7.48047 18.35L10.5805 20.75C10.9805 21.15 11.8805 21.35 12.4805 21.35H16.2805C17.4805 21.35 18.7805 20.45 19.0805 19.25L21.4805 11.95C21.9805 10.55 21.0805 9.34997 19.5805 9.34997H15.5805C14.9805 9.34997 14.4805 8.84997 14.5805 8.14997L15.0805 4.94997C15.2805 4.04997 14.6805 3.04997 13.7805 2.74997C12.9805 2.44997 11.9805 2.84997 11.5805 3.44997L7.48047 9.54997\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n<path d=\"M2.38086 18.3499V8.5499C2.38086 7.1499 2.98086 6.6499 4.38086 6.6499H5.38086C6.78086 6.6499 7.38086 7.1499 7.38086 8.5499V18.3499C7.38086 19.7499 6.78086 20.2499 5.38086 20.2499H4.38086C2.98086 20.2499 2.38086 19.7499 2.38086 18.3499Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"like dislike \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.91992 20.2799L6.68993 21.6499C6.91993 21.8799 7.42992 21.9898 7.77992 21.9898H9.94992C10.6399 21.9898 11.3799 21.4799 11.5499 20.7899L12.9199 16.6198C13.2099 15.8198 12.6899 15.1299 11.8299 15.1299H9.53992C9.19992 15.1299 8.90992 14.8398 8.96992 14.4398L9.25993 12.6098C9.36993 12.0998 9.02992 11.5198 8.51992 11.3498C8.05992 11.1798 7.48993 11.4099 7.25993 11.7499L4.91992 15.2398\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n<path d=\"M2 20.2799V14.6799C2 13.8799 2.34 13.5898 3.14 13.5898H3.71C4.51 13.5898 4.85 13.8799 4.85 14.6799V20.2799C4.85 21.0799 4.51 21.3699 3.71 21.3699H3.14C2.34 21.3699 2 21.0899 2 20.2799Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M19.0808 3.71973L17.3108 2.34973C17.0808 2.11973 16.5708 2.00977 16.2208 2.00977H14.0508C13.3608 2.00977 12.6208 2.51972 12.4508 3.20972L11.0808 7.37976C10.7908 8.17976 11.3108 8.86975 12.1708 8.86975H14.4608C14.8008 8.86975 15.0908 9.15981 15.0308 9.55981L14.7408 11.3898C14.6308 11.8998 14.9708 12.4798 15.4808 12.6498C15.9408 12.8198 16.5108 12.5898 16.7408 12.2498L19.0808 8.75977\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n<path d=\"M22.0004 3.71985V9.31982C22.0004 10.1198 21.6604 10.4099 20.8604 10.4099H20.2904C19.4904 10.4099 19.1504 10.1198 19.1504 9.31982V3.71985C19.1504 2.91985 19.4904 2.62988 20.2904 2.62988H20.8604C21.6604 2.62988 22.0004 2.90985 22.0004 3.71985Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"like shapes \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.7509 2.44982C11.4409 1.85982 12.5708 1.85982 13.2708 2.44982L14.8509 3.80993C15.1509 4.06993 15.7108 4.2799 16.1108 4.2799H17.8109C18.8709 4.2799 19.7408 5.14983 19.7408 6.20983V7.90991C19.7408 8.29991 19.9508 8.86992 20.2108 9.16992L21.5709 10.7499C22.1609 11.4399 22.1609 12.5699 21.5709 13.2699L20.2108 14.8498C19.9508 15.1498 19.7408 15.7099 19.7408 16.1099V17.8099C19.7408 18.8699 18.8709 19.7399 17.8109 19.7399H16.1108C15.7208 19.7399 15.1509 19.9498 14.8509 20.2098L13.2708 21.5698C12.5808 22.1598 11.4509 22.1598 10.7509 21.5698L9.17087 20.2098C8.87087 19.9498 8.31086 19.7399 7.91086 19.7399H6.18085C5.12085 19.7399 4.25086 18.8699 4.25086 17.8099V16.0998C4.25086 15.7098 4.04087 15.1498 3.79087 14.8498L2.44086 13.2599C1.86086 12.5699 1.86086 11.4499 2.44086 10.7599L3.79087 9.16992C4.04087 8.86992 4.25086 8.30992 4.25086 7.91992V6.20983C4.25086 5.14983 5.12085 4.2799 6.18085 4.2799H7.91086C8.30086 4.2799 8.87087 4.06993 9.17087 3.80993L10.7509 2.44982Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M9.89111 14.82L11.3411 15.94C11.5311 16.13 11.9511 16.22 12.2311 16.22H14.0011C14.5611 16.22 15.1711 15.8 15.3111 15.24L16.4311 11.82C16.6611 11.17 16.2411 10.6 15.5411 10.6H13.6711C13.3911 10.6 13.1611 10.3701 13.2011 10.0401L13.4311 8.54008C13.5211 8.12008 13.2411 7.65005 12.8211 7.51005C12.4511 7.37005 11.9811 7.56 11.7911 7.84L9.87109 10.69\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n<path d=\"M7.5 14.8201V10.2401C7.5 9.58011 7.78 9.3501 8.44 9.3501H8.91C9.56 9.3501 9.85001 9.58011 9.85001 10.2401V14.8201C9.85001 15.4701 9.57 15.7101 8.91 15.7101H8.44C7.78 15.7101 7.5 15.4801 7.5 14.8201Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"like tag \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path d=\"M9.65039 13.7999L11.2604 15.0499C11.4704 15.2599 11.9404 15.3598 12.2504 15.3598H14.2304C14.8504 15.3598 15.5304 14.8899 15.6904 14.2699L16.9404 10.4798C17.2004 9.74981 16.7304 9.12984 15.9504 9.12984H13.8704C13.5604 9.12984 13.3004 8.86984 13.3504 8.50984L13.6104 6.84981C13.7104 6.37981 13.4004 5.85979 12.9304 5.70979C12.5104 5.54979 11.9904 5.75978 11.7904 6.06978L9.6604 9.23982\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n<path d=\"M7 13.7998V8.70972C7 7.97972 7.30999 7.71973 8.03999 7.71973H8.56C9.29 7.71973 9.60001 7.97972 9.60001 8.70972V13.7998C9.60001 14.5298 9.29 14.7898 8.56 14.7898H8.03999C7.30999 14.7898 7 14.5298 7 13.7998Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M18 18.8597H17.24C16.44 18.8597 15.68 19.1697 15.12 19.7297L13.41 21.4198C12.63 22.1898 11.36 22.1898 10.58 21.4198L8.87 19.7297C8.31 19.1697 7.54 18.8597 6.75 18.8597H6C4.34 18.8597 3 17.5298 3 15.8898V4.97974C3 3.33974 4.34 2.00977 6 2.00977H18C19.66 2.00977 21 3.33974 21 4.97974V15.8898C21 17.5198 19.66 18.8597 18 18.8597Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"like \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18 18.8597H17.24C16.44 18.8597 15.68 19.1697 15.12 19.7297L13.41 21.4197C12.63 22.1897 11.36 22.1897 10.58 21.4197L8.87 19.7297C8.31 19.1697 7.54 18.8597 6.75 18.8597H6C4.34 18.8597 3 17.5298 3 15.8898V4.97974C3 3.33974 4.34 2.00977 6 2.00977H18C19.66 2.00977 21 3.33974 21 4.97974V15.8898C21 17.5198 19.66 18.8597 18 18.8597Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M12.28 14.96C12.13 15.01 11.88 15.01 11.72 14.96C10.42 14.51 7.5 12.66 7.5 9.51001C7.5 8.12001 8.62 7 10 7C10.82 7 11.54 7.39 12 8C12.46 7.39 13.18 7 14 7C15.38 7 16.5 8.12001 16.5 9.51001C16.49 12.66 13.58 14.51 12.28 14.96Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"link 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.9902 17.5H16.5002C19.5202 17.5 22.0002 15.03 22.0002 12C22.0002 8.98 19.5302 6.5 16.5002 6.5H14.9902\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 6.5H7.5C4.47 6.5 2 8.97 2 12C2 15.02 4.47 17.5 7.5 17.5H9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8 12H16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"link 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.5 12C13.5 15.18 10.93 17.75 7.75 17.75C4.57 17.75 2 15.18 2 12C2 8.82 4.57 6.25 7.75 6.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M10 12C10 8.69 12.69 6 16 6C19.31 6 22 8.69 22 12C22 15.31 19.31 18 16 18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"link 21 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.0598 10.9399C15.3098 13.1899 15.3098 16.8299 13.0598 19.0699C10.8098 21.3099 7.16985 21.3199 4.92985 19.0699C2.68985 16.8199 2.67985 13.1799 4.92985 10.9399\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M10.5909 13.4099C8.25094 11.0699 8.25094 7.26988 10.5909 4.91988C12.9309 2.56988 16.7309 2.57988 19.0809 4.91988C21.4309 7.25988 21.4209 11.0599 19.0809 13.4099\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"link circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M7.9407 14.5099C7.3207 14.2799 6.7707 13.8299 6.4207 13.1899C5.6207 11.7299 6.1107 9.82989 7.5307 8.94989L9.8707 7.49988C11.2807 6.61988 13.1007 7.09987 13.9007 8.54987C14.7007 10.0099 14.2107 11.9099 12.7907 12.7899L12.4807 13.0099\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M16.1092 9.4502C16.7292 9.6802 17.2792 10.1302 17.6292 10.7702C18.4292 12.2302 17.9392 14.1302 16.5192 15.0102L14.1792 16.4602C12.7692 17.3402 10.9492 16.8602 10.1492 15.4102C9.34921 13.9502 9.83922 12.0502 11.2592 11.1702L11.5692 10.9502\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"link square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path d=\"M8.17961 16.0199C7.41961 15.9499 6.66961 15.5999 6.08961 14.9899C4.76961 13.5999 4.76961 11.3199 6.08961 9.92989L8.27961 7.6299C9.59961 6.2399 11.7696 6.2399 13.0996 7.6299C14.4196 9.0199 14.4196 11.2999 13.0996 12.6899L12.0096 13.8399\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.8202 7.97998C16.5802 8.04998 17.3302 8.39998 17.9102 9.00998C19.2302 10.4 19.2302 12.68 17.9102 14.07L15.7202 16.37C14.4002 17.76 12.2302 17.76 10.9002 16.37C9.58016 14.98 9.58016 12.7 10.9002 11.31L11.9902 10.16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"link \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.27 12C2.48 11.05 2 9.83 2 8.5C2 5.48 4.47 3 7.5 3H12.5C15.52 3 18 5.48 18 8.5C18 11.52 15.53 14 12.5 14H10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M20.73 12C21.52 12.95 22 14.17 22 15.5C22 18.52 19.53 21 16.5 21H11.5C8.48 21 6 18.52 6 15.5C6 12.48 8.47 10 11.5 10H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"location add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path d=\"M9.25 11H14.75\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M12 13.75V8.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n</g>\n<path d=\"M3.61971 8.49C5.58971 -0.169998 18.4197 -0.159997 20.3797 8.5C21.5297 13.58 18.3697 17.88 15.5997 20.54C13.5897 22.48 10.4097 22.48 8.38971 20.54C5.62971 17.88 2.46971 13.57 3.61971 8.49Z\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"location cross \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.61971 8.49C5.58971 -0.169998 18.4197 -0.159997 20.3797 8.5C21.5297 13.58 18.3697 17.88 15.5997 20.54C13.5897 22.48 10.4097 22.48 8.38971 20.54C5.62971 17.88 2.46971 13.57 3.61971 8.49Z\" stroke=\"currentColor\" stroke-/>\n<g opacity=\"0.4\">\n<path d=\"M13.9991 12.96L10.0391 9\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.96 9.04004L10 13\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"location minus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M9.25 11H14.75\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M3.61971 8.49C5.58971 -0.169998 18.4197 -0.159997 20.3797 8.5C21.5297 13.58 18.3697 17.88 15.5997 20.54C13.5897 22.48 10.4097 22.48 8.38971 20.54C5.62971 17.88 2.46971 13.57 3.61971 8.49Z\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"location slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.4209 12.9999C9.50086 12.4599 8.88086 11.4599 8.88086 10.3099C8.88086 8.58994 10.2709 7.18994 12.0009 7.18994C13.1509 7.18994 14.1509 7.80994 14.6909 8.73994\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.9891 17.8101C4.1491 15.3001 2.8091 12.0901 3.6291 8.49011C5.2791 1.23011 14.5691 0.0601072 18.6791 4.98011\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M20.3806 8.5C21.5306 13.58 18.3706 17.88 15.6006 20.54C13.5906 22.48 10.4106 22.48 8.39062 20.54\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 2L2 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"location tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.61971 8.49C5.58971 -0.169998 18.4197 -0.159997 20.3797 8.5C21.5297 13.58 18.3697 17.88 15.5997 20.54C13.5897 22.48 10.4097 22.48 8.38971 20.54C5.62971 17.88 2.46971 13.57 3.61971 8.49Z\" stroke=\"currentColor\" stroke-/>\n<path opacity=\"0.4\" d=\"M9.25 11.5L10.75 13L14.75 9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"location \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12.0009 13.4299C13.724 13.4299 15.1209 12.0331 15.1209 10.3099C15.1209 8.58681 13.724 7.18994 12.0009 7.18994C10.2777 7.18994 8.88086 8.58681 8.88086 10.3099C8.88086 12.0331 10.2777 13.4299 12.0009 13.4299Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M3.61971 8.49C5.58971 -0.169998 18.4197 -0.159997 20.3797 8.5C21.5297 13.58 18.3697 17.88 15.5997 20.54C13.5897 22.48 10.4097 22.48 8.38971 20.54C5.62971 17.88 2.46971 13.57 3.61971 8.49Z\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"lock 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M6 10V8C6 4.69 7 2 12 2C17 2 18 4.69 18 8V10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M12 18.5C13.3807 18.5 14.5 17.3807 14.5 16C14.5 14.6193 13.3807 13.5 12 13.5C10.6193 13.5 9.5 14.6193 9.5 16C9.5 17.3807 10.6193 18.5 12 18.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 22H7C3 22 2 21 2 17V15C2 11 3 10 7 10H17C21 10 22 11 22 15V17C22 21 21 22 17 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"lock circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path d=\"M9 11V10C9 8.34 9.5 7 12 7C14.5 7 15 8.34 15 10V11\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.0004 14.5999C12.3317 14.5999 12.6003 14.3313 12.6003 13.9999C12.6003 13.6685 12.3317 13.3999 12.0004 13.3999C11.669 13.3999 11.4004 13.6685 11.4004 13.9999C11.4004 14.3313 11.669 14.5999 12.0004 14.5999Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.5 17H9.5C7.5 17 7 16.5 7 14.5V13.5C7 11.5 7.5 11 9.5 11H14.5C16.5 11 17 11.5 17 13.5V14.5C17 16.5 16.5 17 14.5 17Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"lock slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M10.0195 17.52C10.4795 18.11 11.1995 18.5 11.9995 18.5C13.3795 18.5 14.4995 17.38 14.4995 16C14.4995 15.43 14.3095 14.9 13.9895 14.48\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.82 20.8C2.21 20.04 2 18.83 2 17V15C2 11 3 10 7 10H17C17.36 10 17.69 10.01 18 10.03C21.17 10.21 22 11.36 22 15V17C22 21 21 22 17 22H7C6.64 22 6.31 21.99 6 21.97\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M6 10V8C6 4.69 7 2 12 2C16.15 2 17.54 3.38 17.9 5.56\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 2L2 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"lock \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M6 10V8C6 4.69 7 2 12 2C17 2 18 4.69 18 8V10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 22H7C3 22 2 21 2 17V15C2 11 3 10 7 10H17C21 10 22 11 22 15V17C22 21 21 22 17 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M15.9965 16H16.0054\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M11.9945 16H12.0035\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M7.99451 16H8.00349\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"login 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path d=\"M11.6797 14.62L14.2397 12.06L11.6797 9.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 12.0596H14.17\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M12 4C16.42 4 20 7 20 12C20 17 16.42 20 12 20\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"login \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.90039 7.56023C9.21039 3.96023 11.0604 2.49023 15.1104 2.49023H15.2404C19.7104 2.49023 21.5004 4.28023 21.5004 8.75023V15.2702C21.5004 19.7402 19.7104 21.5302 15.2404 21.5302H15.1104C11.0904 21.5302 9.24039 20.0802 8.91039 16.5402\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M2 12H14.88\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.6504 8.65039L16.0004 12.0004L12.6504 15.3504\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"logout 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path d=\"M17.4395 14.62L19.9995 12.06L17.4395 9.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.75977 12.0596H19.9298\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M11.7598 20C7.33977 20 3.75977 17 3.75977 12C3.75977 7 7.33977 4 11.7598 4\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"logout \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.90039 7.56023C9.21039 3.96023 11.0604 2.49023 15.1104 2.49023H15.2404C19.7104 2.49023 21.5004 4.28023 21.5004 8.75023V15.2702C21.5004 19.7402 19.7104 21.5302 15.2404 21.5302H15.1104C11.0904 21.5302 9.24039 20.0802 8.91039 16.5402\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M14.9991 12H3.61914\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.85 8.65039L2.5 12.0004L5.85 15.3504\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"lovely \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M19.86 8.09009C19.86 8.51009 19.83 8.92009 19.78 9.31009C19.32 9.11009 18.82 9.00009 18.29 9.00009C17.07 9.00009 15.99 9.59008 15.32 10.4901C14.64 9.59008 13.56 9.00009 12.34 9.00009C10.29 9.00009 8.63 10.6701 8.63 12.7401C8.63 15.4201 10.05 17.4701 11.63 18.8601C11.58 18.8901 11.53 18.9001 11.48 18.9201C11.18 19.0301 10.68 19.0301 10.38 18.9201C7.79 18.0301 2 14.3501 2 8.09009C2 5.33009 4.21999 3.1001 6.95999 3.1001C8.58999 3.1001 10.03 3.88009 10.93 5.09009C11.84 3.88009 13.28 3.1001 14.9 3.1001C17.64 3.1001 19.86 5.33009 19.86 8.09009Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22.0009 12.74C22.0009 17.42 17.6709 20.18 15.7309 20.84C15.5009 20.92 15.1308 20.92 14.9008 20.84C14.0708 20.56 12.8009 19.89 11.6309 18.86C10.0509 17.47 8.63086 15.42 8.63086 12.74C8.63086 10.67 10.2909 9 12.3409 9C13.5609 9 14.6409 9.58999 15.3209 10.49C15.9909 9.58999 17.0709 9 18.2909 9C18.8209 9 19.3209 9.11 19.7809 9.31C21.0909 9.89 22.0009 11.2 22.0009 12.74Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"magic star \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.2902 4.13999L17.2202 7.92997C17.2102 8.44997 17.5403 9.13999 17.9603 9.44999L20.4403 11.33C22.0303 12.53 21.7703 14 19.8703 14.6L16.6403 15.61C16.1003 15.78 15.5303 16.37 15.3903 16.92L14.6203 19.86C14.0103 22.18 12.4902 22.41 11.2302 20.37L9.47024 17.52C9.15024 17 8.39024 16.61 7.79024 16.64L4.45028 16.81C2.06028 16.93 1.38027 15.55 2.94027 13.73L4.92025 11.43C5.29025 11 5.46024 10.2 5.29024 9.65998L4.28029 6.42997C3.69029 4.52997 4.75028 3.47999 6.64028 4.09999L9.59029 5.06999C10.0903 5.22999 10.8403 5.11998 11.2603 4.80998L14.3403 2.58998C16.0003 1.38998 17.3302 2.08999 17.2902 4.13999Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M21.9108 22.0002L18.8809 18.9702\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"magicpen \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.49945 20.4999C4.32945 21.3299 5.66945 21.3299 6.49945 20.4999L19.4995 7.49994C20.3295 6.66994 20.3295 5.32994 19.4995 4.49994C18.6695 3.66994 17.3295 3.66994 16.4995 4.49994L3.49945 17.4999C2.66945 18.3299 2.66945 19.6699 3.49945 20.4999Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M18.0098 8.99023L15.0098 5.99023\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8.5 2.44L10 2L9.56 3.5L10 5L8.5 4.56L7 5L7.44 3.5L7 2L8.5 2.44Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M4.5 8.44L6 8L5.56 9.5L6 11L4.5 10.56L3 11L3.44 9.5L3 8L4.5 8.44Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M19.5 13.44L21 13L20.56 14.5L21 16L19.5 15.56L18 16L18.44 14.5L18 13L19.5 13.44Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"main component \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.9498 14.55L14.5598 20.94C13.1598 22.34 10.8598 22.34 9.44978 20.94L3.05977 14.55C1.65977 13.15 1.65977 10.85 3.05977 9.44001L9.44978 3.05C10.8498 1.65 13.1498 1.65 14.5598 3.05L20.9498 9.44001C22.3498 10.85 22.3498 13.15 20.9498 14.55Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M6.25 6.25L17.75 17.75\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.75 6.25L6.25 17.75\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"man \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.25 21.5C14.5302 21.5 18 18.0302 18 13.75C18 9.46979 14.5302 6 10.25 6C5.96979 6 2.5 9.46979 2.5 13.75C2.5 18.0302 5.96979 21.5 10.25 21.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M21.5 2.5L16 8\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 2.5H21.5V9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"map 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2.28906 7.77998V17.51C2.28906 19.41 3.63906 20.19 5.27906 19.25L7.62906 17.91C8.13906 17.62 8.98906 17.59 9.51906 17.86L14.7691 20.49C15.2991 20.75 16.1491 20.73 16.6591 20.44L20.9891 17.96C21.5391 17.64 21.9991 16.86 21.9991 16.22V6.48998C21.9991 4.58998 20.6491 3.80998 19.0091 4.74998L16.6591 6.08998C16.1491 6.37998 15.2991 6.40998 14.7691 6.13998L9.51906 3.51998C8.98906 3.25998 8.13906 3.27998 7.62906 3.56998L3.29906 6.04998C2.73906 6.36998 2.28906 7.14998 2.28906 7.77998Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8.56055 4V17\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M15.7305 6.62012V20.0001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"map \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 9.00002V15C22 17.5 21.5 19.25 20.38 20.38L14 14L21.73 6.27002C21.91 7.06002 22 7.96002 22 9.00002Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.73 6.27L6.26999 21.73C3.25999 21.04 2 18.96 2 15V9C2 4 4 2 9 2H15C18.96 2 21.04 3.26 21.73 6.27Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.3795 20.38C19.2495 21.5 17.4995 22 14.9995 22H8.99954C7.95954 22 7.05953 21.91 6.26953 21.73L13.9995 14L20.3795 20.38Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M6.23929 7.98021C6.91929 5.05021 11.3193 5.05021 11.9993 7.98021C12.3893 9.70021 11.3093 11.1602 10.3593 12.0602C9.66928 12.7202 8.5793 12.7202 7.8793 12.0602C6.9293 11.1602 5.83929 9.70021 6.23929 7.98021Z\" stroke=\"currentColor\" stroke-/>\n<path opacity=\"0.4\" d=\"M9.09412 8.7002H9.1031\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"mask 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M17 12C17 14.76 14.76 17 12 17V7C14.76 7 17 9.24 17 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 7V17C9.24 17 7 14.76 7 12C7 9.24 9.24 7 12 7Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22V17\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 7V2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"mask 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.9693 11.9998C21.9693 14.9398 20.6893 17.5998 18.6493 19.4098C16.8893 21.0098 14.5593 21.9698 11.9993 21.9698C6.4993 21.9698 2.0293 17.4998 2.0293 11.9998C2.0293 6.49979 6.4993 2.02979 11.9993 2.02979C14.5593 2.02979 16.8893 2.98979 18.6493 4.58979C20.6893 6.39979 21.9693 9.05979 21.9693 11.9998Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M11.9693 16.3902C11.9493 18.0402 10.7193 18.4402 9.5693 17.9802C7.1993 17.0302 5.5293 14.7102 5.5293 12.0002C5.5293 9.29024 7.1993 6.97024 9.5693 6.01024C10.7193 5.55024 11.9493 5.96024 11.9693 7.60024V16.3902Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"mask \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.92999 19.07C3.11999 17.26 2 14.76 2 12C2 6.48 6.48 2 12 2C14.76 2 17.26 3.12 19.07 4.93\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.0697 4.93018C20.8797 6.74018 21.9997 9.24018 21.9997 12.0002C21.9997 17.5202 17.5197 22.0002 11.9997 22.0002C9.23969 22.0002 6.73969 20.8802 4.92969 19.0702\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M19.0697 4.93018L4.92969 19.0702\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.75977 16.2402L13.4097 21.9002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.2891 12.71L17.8691 19.28\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.8301 9.16992L21.1201 15.4699\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"math \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.4199 5.63965H21.6999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M2.29883 5.64014H9.57883\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M14.4199 15.3301H21.6999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M14.4199 21.3896H21.6999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.0898 9.27V2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.29883 22L9.57883 14.73\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.57883 22L2.29883 14.73\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"maximize 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 9.98V9C2 4 4 2 9 2H15C20 2 22 4 22 9V15C22 20 20 22 15 22H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M13 11.0005L18.01 5.98047H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.0098 5.98047V9.99047\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path opacity=\"0.4\" d=\"M11 16.15V18.85C11 21.1 10.1 22 7.85 22H5.15C2.9 22 2 21.1 2 18.85V16.15C2 13.9 2.9 13 5.15 13H7.85C10.1 13 11 13.9 11 16.15Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"maximize 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 9V6.5C2 4.01 4.01 2 6.5 2H9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 2H17.5C19.99 2 22 4.01 22 6.5V9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 16V17.5C22 19.99 19.99 22 17.5 22H16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 22H6.5C4.01 22 2 19.99 2 17.5V15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.54\">\n<path d=\"M18 12V10M6 12H12H18H6ZM6 12V10V12ZM6 12V14V12ZM18 12V14V12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 6H14M12 18V6V18ZM12 18H14H12ZM12 18H10H12ZM12 6H10H12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"maximize 21 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 9V6.5C2 4.01 4.01 2 6.5 2H9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M15 2H17.5C19.99 2 22 4.01 22 6.5V9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 16V17.5C22 19.99 19.99 22 17.5 22H16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M9 22H6.5C4.01 22 2 19.99 2 17.5V15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"maximize 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M18 6L6 18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 10V6H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 14V18H10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"maximize 4 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 15V21H9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M21 9V3H15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 3L13.5 10.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M10.5 13.5L3 21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"maximize circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.25 3C16.25 2.58579 16.5858 2.25 17 2.25H21C21.4142 2.25 21.75 2.58579 21.75 3V7C21.75 7.41421 21.4142 7.75 21 7.75C20.5858 7.75 20.25 7.41421 20.25 7V3.75H17C16.5858 3.75 16.25 3.41421 16.25 3Z\" fill=\"\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.5303 2.46967C21.8232 2.76256 21.8232 3.23744 21.5303 3.53033L15.5303 9.53033C15.2374 9.82322 14.7626 9.82322 14.4697 9.53033C14.1768 9.23744 14.1768 8.76256 14.4697 8.46967L20.4697 2.46967C20.7626 2.17678 21.2374 2.17678 21.5303 2.46967Z\" fill=\"\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 16.25C3.41421 16.25 3.75 16.5858 3.75 17V20.25H7C7.41421 20.25 7.75 20.5858 7.75 21C7.75 21.4142 7.41421 21.75 7 21.75H3C2.58579 21.75 2.25 21.4142 2.25 21V17C2.25 16.5858 2.58579 16.25 3 16.25Z\" fill=\"\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.53033 14.4697C9.82322 14.7626 9.82322 15.2374 9.53033 15.5303L3.53033 21.5303C3.23744 21.8232 2.76256 21.8232 2.46967 21.5303C2.17678 21.2374 2.17678 20.7626 2.46967 20.4697L8.46967 14.4697C8.76256 14.1768 9.23744 14.1768 9.53033 14.4697Z\" fill=\"\"/>\n</g>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.25 12C1.25 6.06579 6.06579 1.25 12 1.25C12.7404 1.25 13.4696 1.32508 14.1671 1.46458C14.5733 1.54581 14.8367 1.94093 14.7555 2.3471C14.6742 2.75327 14.2791 3.01668 13.8729 2.93545C13.2704 2.81494 12.6396 2.75 12 2.75C6.89421 2.75 2.75 6.89421 2.75 12C2.75 12.6393 2.81487 13.2593 2.935 13.8507C3.01746 14.2566 2.75523 14.6525 2.34931 14.735C1.94338 14.8174 1.54748 14.5552 1.46502 14.1493C1.32516 13.4607 1.25 12.7407 1.25 12Z\" fill=\"\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.6535 9.26471C22.0597 9.18348 22.4548 9.44689 22.5361 9.85306C22.6753 10.5494 22.7506 11.2687 22.7506 12.0001C22.7506 17.9344 17.9348 22.7501 12.0006 22.7501C11.2603 22.7501 10.531 22.6751 9.83353 22.5356C9.42736 22.4543 9.16394 22.0592 9.24518 21.653C9.32641 21.2469 9.72153 20.9835 10.1277 21.0647C10.7302 21.1852 11.361 21.2501 12.0006 21.2501C17.1064 21.2501 21.2506 17.1059 21.2506 12.0001C21.2506 11.3716 21.1859 10.7509 21.0652 10.1472C20.984 9.74106 21.2474 9.34594 21.6535 9.26471Z\" fill=\"\"/>\n</svg>\n</li><li title=\"maximize \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M18 6L6 18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 10V6H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 14V18H10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 6L18 18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 10V6H10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 14V18H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"medal star \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 9C19 10.45 18.57 11.78 17.83 12.89C16.75 14.49 15.04 15.62 13.05 15.91C12.71 15.97 12.36 16 12 16C11.64 16 11.29 15.97 10.95 15.91C8.96 15.62 7.25 14.49 6.17 12.89C5.43 11.78 5 10.45 5 9C5 5.13 8.13 2 12 2C15.87 2 19 5.13 19 9Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M21.2491 18.4699L19.5991 18.8599C19.2291 18.9499 18.9391 19.2299 18.8591 19.5999L18.5091 21.0699C18.3191 21.8699 17.2991 22.1099 16.7691 21.4799L11.9991 15.9999L7.2291 21.4899C6.6991 22.1199 5.6791 21.8799 5.4891 21.0799L5.1391 19.6099C5.0491 19.2399 4.7591 18.9499 4.3991 18.8699L2.7491 18.4799C1.9891 18.2999 1.7191 17.3499 2.2691 16.7999L6.1691 12.8999C7.2491 14.4999 8.9591 15.6299 10.9491 15.9199C11.2891 15.9799 11.6391 16.0099 11.9991 16.0099C12.3591 16.0099 12.7091 15.9799 13.0491 15.9199C15.0391 15.6299 16.7491 14.4999 17.8291 12.8999L21.7291 16.7999C22.2791 17.3399 22.0091 18.2899 21.2491 18.4699Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M12.58 5.98L13.17 7.15999C13.25 7.31999 13.46 7.48 13.65 7.51L14.72 7.68999C15.4 7.79999 15.56 8.3 15.07 8.79L14.24 9.61998C14.1 9.75998 14.02 10.03 14.07 10.23L14.31 11.26C14.5 12.07 14.07 12.39 13.35 11.96L12.35 11.37C12.17 11.26 11.87 11.26 11.69 11.37L10.69 11.96C9.96997 12.38 9.53997 12.07 9.72997 11.26L9.96997 10.23C10.01 10.04 9.93997 9.75998 9.79997 9.61998L8.96997 8.79C8.47997 8.3 8.63997 7.80999 9.31997 7.68999L10.39 7.51C10.57 7.48 10.78 7.31999 10.86 7.15999L11.45 5.98C11.74 5.34 12.26 5.34 12.58 5.98Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"medal \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 15C15.7279 15 18.75 12.0899 18.75 8.5C18.75 4.91015 15.7279 2 12 2C8.27208 2 5.25 4.91015 5.25 8.5C5.25 12.0899 8.27208 15 12 15Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M7.51974 13.5198L7.50977 20.8998C7.50977 21.7998 8.13977 22.2398 8.91977 21.8698L11.5998 20.5999C11.8198 20.4899 12.1898 20.4899 12.4098 20.5999L15.0998 21.8698C15.8698 22.2298 16.5098 21.7998 16.5098 20.8998V13.3398\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"menu 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 7H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path opacity=\"0.34\" d=\"M3 12H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M3 17H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n</svg>\n</li><li title=\"menu board \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.9292 6.76001L18.5592 20.29C18.3192 21.3 17.4192 22 16.3792 22H3.23915C1.72915 22 0.649169 20.5199 1.09917 19.0699L5.30916 5.55005C5.59916 4.61005 6.46917 3.95996 7.44917 3.95996H19.7492C20.6992 3.95996 21.4892 4.53997 21.8192 5.33997C22.0092 5.76997 22.0492 6.26001 21.9292 6.76001Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n<path opacity=\"0.4\" d=\"M16 22H20.78C22.07 22 23.08 20.91 22.99 19.62L22 6\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.67969 6.38L10.7197 2.06006\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.3809 6.38977L17.3209 2.0498\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M7.69922 12H15.6992\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M6.69922 16H14.6992\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"menu \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.5401 8.31014C18.8987 8.31014 20.0001 7.20876 20.0001 5.85014C20.0001 4.49152 18.8987 3.39014 17.5401 3.39014C16.1814 3.39014 15.0801 4.49152 15.0801 5.85014C15.0801 7.20876 16.1814 8.31014 17.5401 8.31014Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M6.46001 8.31014C7.81863 8.31014 8.92 7.20876 8.92 5.85014C8.92 4.49152 7.81863 3.39014 6.46001 3.39014C5.10139 3.39014 4 4.49152 4 5.85014C4 7.20876 5.10139 8.31014 6.46001 8.31014Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M17.5401 20.6099C18.8987 20.6099 20.0001 19.5086 20.0001 18.1499C20.0001 16.7913 18.8987 15.6899 17.5401 15.6899C16.1814 15.6899 15.0801 16.7913 15.0801 18.1499C15.0801 19.5086 16.1814 20.6099 17.5401 20.6099Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.46001 20.6099C7.81863 20.6099 8.92 19.5086 8.92 18.1499C8.92 16.7913 7.81863 15.6899 6.46001 15.6899C5.10139 15.6899 4 16.7913 4 18.1499C4 19.5086 5.10139 20.6099 6.46001 20.6099Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"message 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M8.5 10.5H15.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 18.4302H11L15.45 21.3902C16.11 21.8302 17 21.3602 17 20.5602V18.4302C20 18.4302 22 16.4302 22 13.4302V7.43018C22 4.43018 20 2.43018 17 2.43018H7C4 2.43018 2 4.43018 2 7.43018V13.4302C2 16.4302 4 18.4302 7 18.4302Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"message add 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 2H8C4 2 2 4 2 8V21C2 21.55 2.45 22 3 22H16C20 22 22 20 22 16V8C22 4 20 2 16 2Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M8.5 12H15.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 15.5V8.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"message add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M22 7.43018V13.4302C22 14.9302 21.5 16.1802 20.62 17.0602C19.75 17.9302 18.5 18.4302 17 18.4302V20.5602C17 21.3602 16.11 21.8402 15.45 21.4002L11 18.4302H8.88C8.96 18.1302 9 17.8202 9 17.5002C9 16.4802 8.61 15.5402 7.97 14.8302C7.25 14.0102 6.18 13.5002 5 13.5002C3.88 13.5002 2.86 13.9602 2.13 14.7102C2.04 14.3102 2 13.8802 2 13.4302V7.43018C2 4.43018 4 2.43018 7 2.43018H17C20 2.43018 22 4.43018 22 7.43018Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 17.5C9 17.82 8.96 18.13 8.88 18.43C8.79 18.83 8.63001 19.22 8.42001 19.56C7.73001 20.72 6.46 21.5 5 21.5C3.97 21.5 3.04 21.11 2.34 20.47C2.04 20.21 1.77999 19.9 1.57999 19.56C1.20999 18.96 1 18.25 1 17.5C1 16.42 1.43 15.43 2.13 14.71C2.86 13.96 3.88 13.5 5 13.5C6.18 13.5 7.25 14.01 7.97 14.83C8.61 15.54 9 16.48 9 17.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.48975 17.48H3.50977\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 16.02V19.01\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 10.5H15.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"message circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M17.25 10.18V12.81C17.25 12.98 17.24 13.14 17.22 13.3C17.07 15.07 16.02 15.95 14.1 15.95H13.84C13.68 15.95 13.52 16.03 13.42 16.16L12.63 17.21C12.28 17.68 11.72 17.68 11.37 17.21L10.58 16.16C10.49 16.05 10.3 15.95 10.16 15.95H9.89999C7.79999 15.95 6.75 15.43 6.75 12.8V10.17C6.75 8.25004 7.63999 7.20002 9.39999 7.05002C9.55999 7.03002 9.72001 7.02002 9.89001 7.02002H14.09C16.2 7.04002 17.25 8.09002 17.25 10.18Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"message edit \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 2H8C4 2 2 4 2 8V21C2 21.55 2.45 22 3 22H16C20 22 22 20 22 16V8C22 4 20 2 16 2Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M12.9088 7.84015L7.71881 13.0302C7.51881 13.2302 7.32882 13.6202 7.28882 13.9002L7.00882 15.8802C6.90882 16.6002 7.40882 17.1002 8.12882 17.0002L10.1088 16.7202C10.3888 16.6802 10.7788 16.4902 10.9788 16.2902L16.1688 11.1002C17.0588 10.2102 17.4888 9.17015 16.1688 7.85015C14.8488 6.52015 13.8088 6.94015 12.9088 7.84015Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.168 8.58008C12.608 10.1501 13.838 11.3901 15.418 11.8301\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"message favorite \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 8V13C22 17 20 19 16 19H15.5C15.19 19 14.89 19.15 14.7 19.4L13.2 21.4C12.54 22.28 11.46 22.28 10.8 21.4L9.3 19.4C9.14 19.18 8.77 19 8.5 19H8C4 19 2 18 2 13V8C2 4 4 2 8 2H12\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M15.1997 4.62008C14.8697 3.63008 15.2597 2.41008 16.3397 2.07008C16.8997 1.90008 17.5997 2.04008 17.9997 2.57008C18.3797 2.02008 19.0997 1.90008 19.6597 2.07008C20.7397 2.40008 21.1297 3.63008 20.7997 4.62008C20.2897 6.19008 18.4997 7.00008 17.9997 7.00008C17.4997 7.00008 15.7297 6.20008 15.1997 4.62008Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M15.9965 11H16.0054\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M11.9945 11H12.0035\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M7.99451 11H8.00349\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"message minus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 2H8C4 2 2 4 2 8V21C2 21.55 2.45 22 3 22H16C20 22 22 20 22 16V8C22 4 20 2 16 2Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8.5 12H15.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"message notif \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 10V13C22 17 20 19 16 19H15.5C15.19 19 14.89 19.15 14.7 19.4L13.2 21.4C12.54 22.28 11.46 22.28 10.8 21.4L9.3 19.4C9.14 19.18 8.77 19 8.5 19H8C4 19 2 18 2 13V8C2 4 4 2 8 2H14\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M19.5 7C20.8807 7 22 5.88071 22 4.5C22 3.11929 20.8807 2 19.5 2C18.1193 2 17 3.11929 17 4.5C17 5.88071 18.1193 7 19.5 7Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M15.9965 11H16.0054\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M11.9945 11H12.0035\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M7.99451 11H8.00349\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"message programming \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.5 18.9697H8C4 18.9697 2 17.9697 2 12.9697V7.96973C2 3.96973 4 1.96973 8 1.96973H16C20 1.96973 22 3.96973 22 7.96973V12.9697C22 16.9697 20 18.9697 16 18.9697H15.5C15.19 18.9697 14.89 19.1198 14.7 19.3698L13.2 21.3698C12.54 22.2498 11.46 22.2498 10.8 21.3698L9.29999 19.3698C9.13999 19.1498 8.78 18.9697 8.5 18.9697Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8 8.7002L6 10.7002L8 12.7002\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M16 8.7002L18 10.7002L16 12.7002\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M13 8.37012L11 13.0302\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"message question \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 18.4302H13L8.54999 21.3902C7.88999 21.8302 7 21.3602 7 20.5602V18.4302C4 18.4302 2 16.4302 2 13.4302V7.43018C2 4.43018 4 2.43018 7 2.43018H17C20 2.43018 22 4.43018 22 7.43018V13.4302C22 16.4302 20 18.4302 17 18.4302Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M11.9998 11.3599V11.1499C11.9998 10.4699 12.4198 10.1099 12.8398 9.81989C13.2498 9.53989 13.6598 9.1799 13.6598 8.5199C13.6598 7.5999 12.9198 6.85986 11.9998 6.85986C11.0798 6.85986 10.3398 7.5999 10.3398 8.5199\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M11.9955 13.75H12.0045\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"message remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M22 7.43018V13.4302C22 14.9302 21.5 16.1802 20.62 17.0602C19.75 17.9302 18.5 18.4302 17 18.4302V20.5602C17 21.3602 16.11 21.8402 15.45 21.4002L11 18.4302H8.88C8.96 18.1302 9 17.8202 9 17.5002C9 16.4802 8.61 15.5402 7.97 14.8302C7.25 14.0102 6.18 13.5002 5 13.5002C3.88 13.5002 2.86 13.9602 2.13 14.7102C2.04 14.3102 2 13.8802 2 13.4302V7.43018C2 4.43018 4 2.43018 7 2.43018H17C20 2.43018 22 4.43018 22 7.43018Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 17.5C9 17.82 8.96 18.13 8.88 18.43C8.79 18.83 8.63001 19.22 8.42001 19.56C7.73001 20.72 6.46 21.5 5 21.5C3.97 21.5 3.04 21.11 2.34 20.47C2.04 20.21 1.77999 19.9 1.57999 19.56C1.20999 18.96 1 18.25 1 17.5C1 16.42 1.43 15.43 2.13 14.71C2.86 13.96 3.88 13.5 5 13.5C6.18 13.5 7.25 14.01 7.97 14.83C8.61 15.54 9 16.48 9 17.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.06921 18.5402L3.94922 16.4302\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.04968 16.46L3.92969 18.5699\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 10.5H15.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"message search \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.2 21.3702C12.54 22.2502 11.46 22.2502 10.8 21.3702L9.29999 19.3702C9.12999 19.1502 8.77 18.9702 8.5 18.9702H8C4 18.9702 2 17.9702 2 12.9702V7.97021C2 3.97021 4 1.97021 8 1.97021H16C20 1.97021 22 3.97021 22 7.97021V12.9702\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M18.2 21.4C19.9673 21.4 21.4 19.9673 21.4 18.2C21.4 16.4327 19.9673 15 18.2 15C16.4327 15 15 16.4327 15 18.2C15 19.9673 16.4327 21.4 18.2 21.4Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 22L21 21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M15.9965 11H16.0054\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9945 11H12.0035\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.99451 11H8.00349\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"message square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M18.28 9.75982V12.8998C18.28 13.0998 18.27 13.2998 18.25 13.4898C18.07 15.6098 16.82 16.6698 14.52 16.6698H14.21C14.01 16.6698 13.82 16.7598 13.71 16.9198L12.77 18.1798C12.35 18.7398 11.68 18.7398 11.26 18.1798L10.32 16.9198C10.22 16.7898 9.99001 16.6698 9.82001 16.6698H9.51001C7.00001 16.6698 5.75 16.0498 5.75 12.9098V9.7698C5.75 7.4698 6.80999 6.21982 8.92999 6.03982C9.11999 6.01982 9.31999 6.00982 9.51999 6.00982H14.55C17.02 5.99982 18.28 7.25982 18.28 9.75982Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"message text 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.5 19H8C4 19 2 18 2 13V8C2 4 4 2 8 2H16C20 2 22 4 22 8V13C22 17 20 19 16 19H15.5C15.19 19 14.89 19.15 14.7 19.4L13.2 21.4C12.54 22.28 11.46 22.28 10.8 21.4L9.3 19.4C9.14 19.18 8.77 19 8.5 19Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M7 8H17\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M7 13H13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"message text \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 2H8C4 2 2 4 2 8V21C2 21.55 2.45 22 3 22H16C20 22 22 20 22 16V8C22 4 20 2 16 2Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M7 9.5H17\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M7 14.5H14\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"message tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M22 7.43018V13.4302C22 14.9302 21.5 16.1802 20.62 17.0602C19.75 17.9302 18.5 18.4302 17 18.4302V20.5602C17 21.3602 16.11 21.8402 15.45 21.4002L11 18.4302H8.88C8.96 18.1302 9 17.8202 9 17.5002C9 16.4802 8.61 15.5402 7.97 14.8302C7.25 14.0102 6.18 13.5002 5 13.5002C3.88 13.5002 2.86 13.9602 2.13 14.7102C2.04 14.3102 2 13.8802 2 13.4302V7.43018C2 4.43018 4 2.43018 7 2.43018H17C20 2.43018 22 4.43018 22 7.43018Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 17.5C9 18.25 8.79001 18.96 8.42001 19.56C8.21001 19.92 7.94 20.24 7.63 20.5C6.93 21.13 6.01 21.5 5 21.5C3.54 21.5 2.26999 20.72 1.57999 19.56C1.20999 18.96 1 18.25 1 17.5C1 16.24 1.58 15.11 2.5 14.38C3.19 13.83 4.06 13.5 5 13.5C7.21 13.5 9 15.29 9 17.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.43945 17.5L4.42944 18.49L6.55945 16.52\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 10.5H15.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"message time \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M22 7.43018V13.4302C22 14.9302 21.5 16.1802 20.62 17.0602C19.75 17.9302 18.5 18.4302 17 18.4302V20.5602C17 21.3602 16.11 21.8402 15.45 21.4002L11 18.4302H8.88C8.96 18.1302 9 17.8202 9 17.5002C9 16.4802 8.61 15.5402 7.97 14.8302C7.25 14.0102 6.18 13.5002 5 13.5002C3.88 13.5002 2.86 13.9602 2.13 14.7102C2.04 14.3102 2 13.8802 2 13.4302V7.43018C2 4.43018 4 2.43018 7 2.43018H17C20 2.43018 22 4.43018 22 7.43018Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 17.5C9 18.7 8.47001 19.77 7.64001 20.5C6.93001 21.12 6.01 21.5 5 21.5C2.79 21.5 1 19.71 1 17.5C1 16.24 1.58 15.11 2.5 14.38C3.19 13.83 4.06 13.5 5 13.5C7.21 13.5 9 15.29 9 17.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.25 16.25V17.75L4 18.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 10.5H15.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"message \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.5 19H8C4 19 2 18 2 13V8C2 4 4 2 8 2H16C20 2 22 4 22 8V13C22 17 20 19 16 19H15.5C15.19 19 14.89 19.15 14.7 19.4L13.2 21.4C12.54 22.28 11.46 22.28 10.8 21.4L9.3 19.4C9.14 19.18 8.77 19 8.5 19Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M15.9965 11H16.0054\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M11.9945 11H12.0035\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M7.99451 11H8.00349\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"messages 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.98 10.79V14.79C17.98 15.05 17.97 15.3 17.94 15.54C17.71 18.24 16.12 19.58 13.19 19.58H12.79C12.54 19.58 12.3 19.7 12.15 19.9L10.95 21.5C10.42 22.21 9.56 22.21 9.03 21.5L7.82999 19.9C7.69999 19.73 7.41 19.58 7.19 19.58H6.79001C3.60001 19.58 2 18.79 2 14.79V10.79C2 7.86001 3.35001 6.27001 6.04001 6.04001C6.28001 6.01001 6.53001 6 6.79001 6H13.19C16.38 6 17.98 7.60001 17.98 10.79Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M21.9791 6.79001V10.79C21.9791 13.73 20.6291 15.31 17.9391 15.54C17.9691 15.3 17.9791 15.05 17.9791 14.79V10.79C17.9791 7.60001 16.3791 6 13.1891 6H6.78906C6.52906 6 6.27906 6.01001 6.03906 6.04001C6.26906 3.35001 7.85906 2 10.7891 2H17.1891C20.3791 2 21.9791 3.60001 21.9791 6.79001Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M13.4955 13.25H13.5045\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M9.9955 13.25H10.0045\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M6.4955 13.25H6.5045\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"messages 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M18.4698 16.83L18.8598 19.99C18.9598 20.82 18.0698 21.4 17.3598 20.97L13.1698 18.48C12.7098 18.48 12.2599 18.45 11.8199 18.39C12.5599 17.52 12.9998 16.42 12.9998 15.23C12.9998 12.39 10.5398 10.09 7.49985 10.09C6.33985 10.09 5.26985 10.42 4.37985 11C4.34985 10.75 4.33984 10.5 4.33984 10.24C4.33984 5.68999 8.28985 2 13.1698 2C18.0498 2 21.9998 5.68999 21.9998 10.24C21.9998 12.94 20.6098 15.33 18.4698 16.83Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 15.2298C13 16.4198 12.56 17.5198 11.82 18.3898C10.83 19.5898 9.26 20.3598 7.5 20.3598L4.89 21.9098C4.45 22.1798 3.89 21.8098 3.95 21.2998L4.2 19.3298C2.86 18.3998 2 16.9098 2 15.2298C2 13.4698 2.94 11.9198 4.38 10.9998C5.27 10.4198 6.34 10.0898 7.5 10.0898C10.54 10.0898 13 12.3898 13 15.2298Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"messages 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M22 6.25V11.35C22 12.62 21.58 13.69 20.83 14.43C20.09 15.18 19.02 15.6 17.75 15.6V17.41C17.75 18.09 16.99 18.5 16.43 18.12L15.46 17.48C15.55 17.17 15.59 16.83 15.59 16.47V12.4C15.59 10.36 14.23 9 12.19 9H5.39999C5.25999 9 5.13 9.01002 5 9.02002V6.25C5 3.7 6.7 2 9.25 2H17.75C20.3 2 22 3.7 22 6.25Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.59 12.4V16.47C15.59 16.83 15.55 17.17 15.46 17.48C15.09 18.95 13.87 19.87 12.19 19.87H9.47L6.45 21.88C6 22.19 5.39999 21.86 5.39999 21.32V19.87C4.37999 19.87 3.53 19.53 2.94 18.94C2.34 18.34 2 17.49 2 16.47V12.4C2 10.5 3.18 9.19002 5 9.02002C5.13 9.01002 5.25999 9 5.39999 9H12.19C14.23 9 15.59 10.36 15.59 12.4Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"messages \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 9C17 12.87 13.64 16 9.5 16L8.57001 17.12L8.02 17.78C7.55 18.34 6.65 18.22 6.34 17.55L5 14.6C3.18 13.32 2 11.29 2 9C2 5.13 5.36 2 9.5 2C12.52 2 15.13 3.67001 16.3 6.07001C16.75 6.96001 17 7.95 17 9Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M22.0003 12.8598C22.0003 15.1498 20.8203 17.1798 19.0003 18.4598L17.6603 21.4098C17.3503 22.0798 16.4503 22.2098 15.9803 21.6398L14.5003 19.8598C12.0803 19.8598 9.92031 18.7898 8.57031 17.1198L9.50031 15.9998C13.6403 15.9998 17.0003 12.8698 17.0003 8.99982C17.0003 7.94982 16.7503 6.95982 16.3003 6.06982C19.5703 6.81982 22.0003 9.5798 22.0003 12.8598Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M7 9H12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"microphone 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 15.5C14.21 15.5 16 13.71 16 11.5V6C16 3.79 14.21 2 12 2C9.79 2 8 3.79 8 6V11.5C8 13.71 9.79 15.5 12 15.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M10.6094 6.43012C11.5094 6.10012 12.4894 6.10012 13.3894 6.43012\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M11.1992 8.54982C11.7292 8.40982 12.2792 8.40982 12.8092 8.54982\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M4.34961 9.65039V11.3504C4.34961 15.5704 7.77961 19.0004 11.9996 19.0004C16.2196 19.0004 19.6496 15.5704 19.6496 11.3504V9.65039\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 19V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"microphone slash 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.82 6.53C17.16 3.93 14.81 2 12 2C8.69 2 6 4.69 6 8V13C6 14.46 6.52 15.8 7.39 16.84\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M17.9999 9.97998V13C17.9999 16.31 15.3099 19 11.9999 19C11.2699 19 10.5599 18.87 9.91992 18.63\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M5.85938 19.58C7.46938 21.08 9.62937 22 11.9994 22C16.9694 22 20.9994 17.97 20.9994 13V11\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.5 2.99023L2.5 21.9902\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.5508 5.49977V2.25977\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 3.5V7.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"microphone slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 6.3V6C16 3.79 14.21 2 12 2C9.79 2 8 3.79 8 6V11\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.34961 9.6499V11.3499C4.34961 12.4099 4.55961 13.4099 4.94961 14.3299\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.0697 2.83984L3.92969 18.9898\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 3V6\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M9.03906 14.19C9.76906 15 10.8291 15.5 11.9991 15.5C14.2091 15.5 15.9991 13.71 15.9991 11.5V11\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.7793 16.9504C8.1493 18.2204 9.9793 19.0004 11.9993 19.0004C16.2193 19.0004 19.6493 15.5704 19.6493 11.3504V9.65039\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 19V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"microphone \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 19C15.31 19 18 16.31 18 13V8C18 4.69 15.31 2 12 2C8.69 2 6 4.69 6 8V13C6 16.31 8.69 19 12 19Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M3 11V13C3 17.97 7.03 22 12 22C16.97 22 21 17.97 21 13V11\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M9.10938 7.48018C10.8894 6.83018 12.8294 6.83018 14.6094 7.48018\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M10.0293 10.4799C11.2293 10.1499 12.4993 10.1499 13.6993 10.4799\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"microscope \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.0291 10.7702L20.6891 6.98022C21.2591 6.60022 21.4091 5.82022 21.0291 5.26022L19.2091 2.5502C18.8291 1.9802 18.0491 1.8302 17.4891 2.2102L11.8291 6.00021L15.0291 10.7702Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.1732 6.47932L7.39551 9.6792L9.95541 13.5013L14.7331 10.3015L12.1732 6.47932Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.82955 15.9004L9.77955 13.2604L7.53955 9.92041L3.58955 12.5604C3.12955 12.8704 3.00955 13.4904 3.31955 13.9504L4.44955 15.6304C4.74955 16.0804 5.36955 16.2004 5.82955 15.9004Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M12.0496 12.2002L7.55957 22.0002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M12 12.2002L16.44 22.0002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"milk \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18 15V19C18 20.65 16.65 22 15 22H9C7.35 22 6 20.65 6 19V13.98L9.89001 14C10.62 14 11.34 14.17 12 14.5C12.66 14.83 13.38 15 14.12 15H18Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M18 10.83V15H14.12C13.38 15 12.66 14.83 12 14.5C11.34 14.17 10.62 14 9.89001 14L6 13.98V10.83C6 10.37 6.26003 9.74 6.59003 9.41L8.71002 7.28999C8.89002 7.10999 9 6.85 9 6.59V5H15V6.59C15 6.85 15.11 7.10999 15.29 7.28999L17.41 9.41C17.74 9.74 18 10.37 18 10.83Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 16V15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 14.98V13.98\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.5 5H9.5C8.67 5 8 4.32 8 3.5C8 2.68 8.67 2 9.5 2H14.5C15.33 2 16 2.68 16 3.5C16 4.32 15.33 5 14.5 5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"mini music sqaure \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 10V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H11\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M15.2701 21.9996C16.0654 21.9996 16.7101 21.3549 16.7101 20.5596C16.7101 19.7643 16.0654 19.1196 15.2701 19.1196C14.4748 19.1196 13.8301 19.7643 13.8301 20.5596C13.8301 21.3549 14.4748 21.9996 15.2701 21.9996Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.9992 19.5998V13.9599C21.9992 12.7599 21.2492 12.5898 20.4792 12.7998L17.5892 13.5899C17.0692 13.7299 16.6992 14.1498 16.6992 14.7498V15.7598V16.4398V20.5698\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.5611 21.0397C21.3564 21.0397 22.0011 20.395 22.0011 19.5997C22.0011 18.8044 21.3564 18.1597 20.5611 18.1597C19.7658 18.1597 19.1211 18.8044 19.1211 19.5997C19.1211 20.395 19.7658 21.0397 20.5611 21.0397Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.7109 16.4297L22.0009 14.9897\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"minus cirlce \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9199 22C17.4199 22 21.9199 17.5 21.9199 12C21.9199 6.5 17.4199 2 11.9199 2C6.41992 2 1.91992 6.5 1.91992 12C1.91992 17.5 6.41992 22 11.9199 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.34\" d=\"M7.91992 12H15.9199\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"minus square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.34\" d=\"M8 12H16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"minus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 12H18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"mirror \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 18C16.4183 18 20 14.4183 20 10C20 5.58172 16.4183 2 12 2C7.58172 2 4 5.58172 4 10C4 14.4183 7.58172 18 12 18Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M6 22H18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"mirroring screen \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 9V8C2 5 4 3 7 3H17C20 3 22 5 22 8V16C22 19 20 21 17 21H16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M3.69043 11.71C8.31043 12.3 11.7004 15.7 12.3004 20.32\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M2.62012 15.0698C6.01012 15.4998 8.50012 17.9998 8.94012 21.3898\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M1.98047 18.8599C3.67047 19.0799 4.92047 20.3199 5.14047 22.0199\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"mobile programming \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M8.92969 2L8.95969 3.53003C8.97969 4.34003 9.64969 5 10.4597 5H13.4797C14.3097 5 14.9797 4.32 14.9797 3.5V2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M17 17L15 19L17 21\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M20 17L22 19L20 21\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13 22H8C4.5 22 3 20 3 17V7C3 4 4.5 2 8 2H16C19.5 2 21 4 21 7V14\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"mobile \"><svg   viewBox=\"0 0 18 22\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 6V16C17 20 16 21 12 21H6C2 21 1 20 1 16V6C1 2 2 1 6 1H12C16 1 17 2 17 6Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M11 4.5H7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M9.0002 18.1C9.85624 18.1 10.5502 17.406 10.5502 16.55C10.5502 15.694 9.85624 15 9.0002 15C8.14415 15 7.4502 15.694 7.4502 16.55C7.4502 17.406 8.14415 18.1 9.0002 18.1Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"money 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 20.5H7C4 20.5 2 19 2 15.5V8.5C2 5 4 3.5 7 3.5H17C20 3.5 22 5 22 8.5V15.5C22 19 20 20.5 17 20.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M2 9H3C6 9 7 8 7 5V4\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M22 9H21C18 9 17 8 17 5V4\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M2 15H3C6 15 7 16 7 19V20\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M22 15H21C18 15 17 16 17 19V20\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"money 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 20.5H7C4 20.5 2 19 2 15.5V8.5C2 5 4 3.5 7 3.5H17C20 3.5 22 5 22 8.5V15.5C22 19 20 20.5 17 20.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M19 7H16\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8 17H5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"money 4 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 20.5H7C4 20.5 2 19 2 15.5V8.5C2 5 4 3.5 7 3.5H17C20 3.5 22 5 22 8.5V15.5C22 19 20 20.5 17 20.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8.5 6H7C5.62 6 4.5 7.12 4.5 8.5V10\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M15.5 6H17C18.38 6 19.5 7.12 19.5 8.5V10\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8.5 18H7C5.62 18 4.5 16.88 4.5 15.5V14\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M15.5 18H17C18.38 18 19.5 16.88 19.5 15.5V14\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"money add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12 14.5C13.3807 14.5 14.5 13.3807 14.5 12C14.5 10.6193 13.3807 9.5 12 9.5C10.6193 9.5 9.5 10.6193 9.5 12C9.5 13.3807 10.6193 14.5 12 14.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M18.5 9.5V14.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 18C9 18.75 8.79001 19.46 8.42001 20.06C7.73001 21.22 6.46 22 5 22C3.54 22 2.26999 21.22 1.57999 20.06C1.20999 19.46 1 18.75 1 18C1 15.79 2.79 14 5 14C7.21 14 9 15.79 9 18Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.48975 17.98H3.50977\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 16.52V19.51\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 15.3V9C2 5.5 4 4 7 4H17C20 4 22 5.5 22 9V15C22 18.5 20 20 17 20H8.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"money change \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 11V9C2 5.5 4 4 7 4H17C20 4 22 5.5 22 9V15C22 18.5 20 20 17 20H12\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M12 14.5C13.3807 14.5 14.5 13.3807 14.5 12C14.5 10.6193 13.3807 9.5 12 9.5C10.6193 9.5 9.5 10.6193 9.5 12C9.5 13.3807 10.6193 14.5 12 14.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M18.5 9.5V14.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 15.5H7.34003C7.98003 15.5 8.5 16.02 8.5 16.66V17.94\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.21997 14.2803L2 15.5002L3.21997 16.7202\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.5 20.7803H3.15997C2.51997 20.7803 2 20.2603 2 19.6203V18.3403\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.2793 22.0001L8.49927 20.7801L7.2793 19.5601\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"money forbidden \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 15.2V9C2 5.5 4 4 7 4H17C20 4 22 5.5 22 9V15C22 18.5 20 20 17 20H8.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M12 14.5C13.3807 14.5 14.5 13.3807 14.5 12C14.5 10.6193 13.3807 9.5 12 9.5C10.6193 9.5 9.5 10.6193 9.5 12C9.5 13.3807 10.6193 14.5 12 14.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M18.5 9.5V14.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 18C9 18.75 8.78998 19.46 8.41998 20.06C7.72998 21.22 6.46 22 5 22C3.54 22 2.27002 21.22 1.58002 20.06C1.21002 19.46 1 18.75 1 18C1 15.79 2.79 14 5 14C7.21 14 9 15.79 9 18Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.75 15.25L2.25 20.75\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"money recive \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path d=\"M9.5 13.7502C9.5 14.7202 10.25 15.5002 11.17 15.5002H13.05C13.85 15.5002 14.5 14.8202 14.5 13.9702C14.5 13.0602 14.1 12.7302 13.51 12.5202L10.5 11.4702C9.91 11.2602 9.51001 10.9402 9.51001 10.0202C9.51001 9.18023 10.16 8.49023 10.96 8.49023H12.84C13.76 8.49023 14.51 9.27023 14.51 10.2402\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 7.5V16.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M22 12C22 17.52 17.52 22 12 22C6.48 22 2 17.52 2 12C2 6.48 6.48 2 12 2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 3V7H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 2L17 7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"money remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 15.3V9C2 5.5 4 4 7 4H17C20 4 22 5.5 22 9V15C22 18.5 20 20 17 20H8.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M12 14.5C13.3807 14.5 14.5 13.3807 14.5 12C14.5 10.6193 13.3807 9.5 12 9.5C10.6193 9.5 9.5 10.6193 9.5 12C9.5 13.3807 10.6193 14.5 12 14.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M18.5 9.5V14.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 18C9 18.75 8.78998 19.46 8.41998 20.06C7.72998 21.22 6.46 22 5 22C3.54 22 2.27002 21.22 1.58002 20.06C1.21002 19.46 1 18.75 1 18C1 15.79 2.79 14 5 14C7.21 14 9 15.79 9 18Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.06897 19.0402L3.95898 16.9302\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.03967 16.96L3.92969 19.0699\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"money send \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path d=\"M9.5 13.7502C9.5 14.7202 10.25 15.5002 11.17 15.5002H13.05C13.85 15.5002 14.5 14.8202 14.5 13.9702C14.5 13.0602 14.1 12.7302 13.51 12.5202L10.5 11.4702C9.91 11.2602 9.51001 10.9402 9.51001 10.0202C9.51001 9.18023 10.16 8.49023 10.96 8.49023H12.84C13.76 8.49023 14.51 9.27023 14.51 10.2402\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 7.5V16.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M22 12C22 17.52 17.52 22 12 22C6.48 22 2 17.52 2 12C2 6.48 6.48 2 12 2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 6V2H18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 7L22 2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"money tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12 14.5C13.3807 14.5 14.5 13.3807 14.5 12C14.5 10.6193 13.3807 9.5 12 9.5C10.6193 9.5 9.5 10.6193 9.5 12C9.5 13.3807 10.6193 14.5 12 14.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M18.5 9.5V14.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 18C9 18.75 8.79001 19.46 8.42001 20.06C7.73001 21.22 6.46 22 5 22C3.54 22 2.26999 21.22 1.57999 20.06C1.20999 19.46 1 18.75 1 18C1 15.79 2.79 14 5 14C7.21 14 9 15.79 9 18Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.43945 18L4.42944 18.99L6.55945 17.02\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 15.3V9C2 5.5 4 4 7 4H17C20 4 22 5.5 22 9V15C22 18.5 20 20 17 20H8.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"money time \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12 14.5C13.3807 14.5 14.5 13.3807 14.5 12C14.5 10.6193 13.3807 9.5 12 9.5C10.6193 9.5 9.5 10.6193 9.5 12C9.5 13.3807 10.6193 14.5 12 14.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M18.5 9.5V14.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 22C7.20914 22 9 20.2091 9 18C9 15.7909 7.20914 14 5 14C2.79086 14 1 15.7909 1 18C1 20.2091 2.79086 22 5 22Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.25 16.75V17.68C5.25 18.03 5.07001 18.36 4.76001 18.54L4 19\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 15.2V9C2 5.5 4 4 7 4H17C20 4 22 5.5 22 9V15C22 18.5 20 20 17 20H8.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"money \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 20.5H7C4 20.5 2 19 2 15.5V8.5C2 5 4 3.5 7 3.5H17C20 3.5 22 5 22 8.5V15.5C22 19 20 20.5 17 20.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M5.5 9.5V14.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M18.5 9.5V14.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"moneys \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.3009 7.91998V13.07C19.3009 16.15 17.5409 17.47 14.9009 17.47H6.11093C5.66093 17.47 5.23093 17.43 4.83093 17.34C4.58093 17.3 4.34094 17.23 4.12094 17.15C2.62094 16.59 1.71094 15.29 1.71094 13.07V7.91998C1.71094 4.83998 3.47093 3.52002 6.11093 3.52002H14.9009C17.1409 3.52002 18.7509 4.47001 19.1809 6.64001C19.2509 7.04001 19.3009 7.44998 19.3009 7.91998Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M22.3001 10.9201V16.0701C22.3001 19.1501 20.5401 20.4701 17.9001 20.4701H9.11008C8.37008 20.4701 7.70009 20.3701 7.12009 20.1501C5.93009 19.7101 5.12008 18.8001 4.83008 17.3401C5.23008 17.4301 5.66008 17.4701 6.11008 17.4701H14.9001C17.5401 17.4701 19.3001 16.1501 19.3001 13.0701V7.9201C19.3001 7.4501 19.2601 7.03014 19.1801 6.64014C21.0801 7.04014 22.3001 8.38011 22.3001 10.9201Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.4994 13.1399C11.9574 13.1399 13.1394 11.9579 13.1394 10.4999C13.1394 9.04185 11.9574 7.85986 10.4994 7.85986C9.04136 7.85986 7.85938 9.04185 7.85938 10.4999C7.85938 11.9579 9.04136 13.1399 10.4994 13.1399Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M4.7793 8.2998V12.6998\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M16.2207 8.2998V12.6998\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"monitor mobbile \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10 16.9498H6.21C2.84 16.9498 2 16.1098 2 12.7398V6.73979C2 3.36979 2.84 2.52979 6.21 2.52979H16.74C20.11 2.52979 20.95 3.36979 20.95 6.73979\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 21.4702V16.9502\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M2 12.9502H10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.74023 21.4702H10.0002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22.0003 12.7998V18.5098C22.0003 20.8798 21.4103 21.4698 19.0403 21.4698H15.4903C13.1203 21.4698 12.5303 20.8798 12.5303 18.5098V12.7998C12.5303 10.4298 13.1203 9.83984 15.4903 9.83984H19.0403C21.4103 9.83984 22.0003 10.4298 22.0003 12.7998Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M17.2445 18.25H17.2535\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"monitor recorder \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 11.89V12.78C22 16.34 21.11 17.22 17.56 17.22H6.44C2.89 17.22 2 16.33 2 12.78V6.44C2 2.89 2.89 2 6.44 2H8\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M12 17.2202V22.0002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M2 13H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.5 22H16.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.8598 9.36977H13.0998C11.7198 9.36977 11.2598 8.44977 11.2598 7.52977V4.00977C11.2598 2.90977 12.1598 2.00977 13.2598 2.00977H17.8598C18.8798 2.00977 19.6998 2.82977 19.6998 3.84977V7.52977C19.6998 8.54977 18.8798 9.36977 17.8598 9.36977Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.9102 7.91998L19.7002 7.06998V4.30998L20.9102 3.45998C21.5102 3.04998 22.0002 3.29998 22.0002 4.02998V7.35998C22.0002 8.08998 21.5102 8.33998 20.9102 7.91998Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"monitor \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.44 2H17.55C21.11 2 22 2.89 22 6.44V12.77C22 16.33 21.11 17.21 17.56 17.21H6.44C2.89 17.22 2 16.33 2 12.78V6.44C2 2.89 2.89 2 6.44 2Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M12 17.2202V22.0002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M2 13H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.5 22H16.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"moon \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2.02911 12.42C2.38911 17.57 6.75911 21.76 11.9891 21.99C15.6791 22.15 18.9791 20.43 20.9591 17.72C21.7791 16.61 21.3391 15.87 19.9691 16.12C19.2991 16.24 18.6091 16.29 17.8891 16.26C12.9991 16.06 8.99911 11.97 8.97911 7.13996C8.96911 5.83996 9.23911 4.60996 9.72911 3.48996C10.2691 2.24996 9.61911 1.65996 8.36911 2.18996C4.40911 3.85996 1.69911 7.84996 2.02911 12.42Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"more 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9998 9.32C13.1898 9.32 14.1598 8.35 14.1598 7.16C14.1598 5.97 13.1898 5 11.9998 5C10.8098 5 9.83984 5.97 9.83984 7.16C9.83984 8.35 10.8098 9.32 11.9998 9.32Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M6.78988 19.0002C7.97988 19.0002 8.94988 18.0302 8.94988 16.8402C8.94988 15.6502 7.97988 14.6802 6.78988 14.6802C5.59988 14.6802 4.62988 15.6502 4.62988 16.8402C4.62988 18.0302 5.58988 19.0002 6.78988 19.0002Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.2098 19.0002C18.3998 19.0002 19.3698 18.0302 19.3698 16.8402C19.3698 15.6502 18.3998 14.6802 17.2098 14.6802C16.0198 14.6802 15.0498 15.6502 15.0498 16.8402C15.0498 18.0302 16.0198 19.0002 17.2098 19.0002Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"more circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.34\" d=\"M15.9965 12H16.0054\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.34\" d=\"M11.9945 12H12.0035\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.34\" d=\"M7.99451 12H8.00349\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"more square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.34\" d=\"M15.9965 12H16.0054\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.34\" d=\"M11.9945 12H12.0035\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.34\" d=\"M7.99451 12H8.00349\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"more \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 10C3.9 10 3 10.9 3 12C3 13.1 3.9 14 5 14C6.1 14 7 13.1 7 12C7 10.9 6.1 10 5 10Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M19 10C17.9 10 17 10.9 17 12C17 13.1 17.9 14 19 14C20.1 14 21 13.1 21 12C21 10.9 20.1 10 19 10Z\" stroke=\"currentColor\" stroke-/>\n<path opacity=\"0.4\" d=\"M12 10C10.9 10 10 10.9 10 12C10 13.1 10.9 14 12 14C13.1 14 14 13.1 14 12C14 10.9 13.1 10 12 10Z\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"mouse 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.1497 12.8299L14.4197 13.4099C13.9397 13.5699 13.5697 13.9399 13.4097 14.4199L12.8297 16.1499C12.3397 17.6399 10.2397 17.6099 9.7797 16.1199L7.8297 9.83988C7.4497 8.58988 8.5997 7.43989 9.8297 7.81989L16.1197 9.76987C17.6097 10.2399 17.6297 12.3399 16.1497 12.8299Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"mouse circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M20.9597 17.84L19.3297 18.39C18.8797 18.54 18.5197 18.89 18.3697 19.35L17.8197 20.98C17.3497 22.39 15.3697 22.36 14.9297 20.95L13.0797 15C12.7197 13.82 13.8097 12.72 14.9797 13.09L20.9397 14.94C22.3397 15.38 22.3597 17.37 20.9597 17.84Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 12C22 6.48 17.52 2 12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"mouse square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 12V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M20.9597 17.84L19.3297 18.39C18.8797 18.54 18.5197 18.89 18.3697 19.35L17.8197 20.98C17.3497 22.39 15.3697 22.36 14.9297 20.95L13.0797 15C12.7197 13.82 13.8097 12.72 14.9797 13.09L20.9397 14.94C22.3397 15.38 22.3597 17.37 20.9597 17.84Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"mouse \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C16.13 22 19.5 18.63 19.5 14.5V9.5C19.5 5.37 16.13 2 12 2C7.87 2 4.5 5.37 4.5 9.5V14.5C4.5 18.63 7.87 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M12 11C11.17 11 10.5 10.33 10.5 9.5V7.5C10.5 6.67 11.17 6 12 6C12.82 6 13.5 6.67 13.5 7.5V9.5C13.5 10.33 12.82 11 12 11Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 6V2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"music circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2.58008 8.66998C3.20008 6.90998 4.30009 5.37998 5.72009 4.22998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 12C2 13.17 2.20999 14.29 2.57999 15.33\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.08984 21.5703C10.0098 21.8503 10.9898 22.0002 11.9998 22.0002C17.5198 22.0002 21.9998 17.5202 21.9998 12.0002C21.9998 11.4002 21.9398 10.8102 21.8398 10.2402\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.7204 19.7502C5.2504 19.3702 4.80039 18.9502 4.40039 18.4902\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.2398 6.34003C18.4398 3.72003 15.4198 2 11.9998 2C10.9898 2 10.0098 2.14999 9.08984 2.42999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M8.59 17.1102C9.46813 17.1102 10.18 16.3983 10.18 15.5202C10.18 14.6421 9.46813 13.9302 8.59 13.9302C7.71186 13.9302 7 14.6421 7 15.5202C7 16.3983 7.71186 17.1102 8.59 17.1102Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.9999 14.4602V8.25015C15.9999 6.93015 15.1699 6.74012 14.3299 6.97012L11.1499 7.84018C10.5699 8.00018 10.1699 8.45015 10.1699 9.12015V10.2301V10.9701V15.5202\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.4103 16.0501C15.2884 16.0501 16.0003 15.3383 16.0003 14.4601C16.0003 13.582 15.2884 12.8701 14.4103 12.8701C13.5322 12.8701 12.8203 13.582 12.8203 14.4601C12.8203 15.3383 13.5322 16.0501 14.4103 16.0501Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.1797 10.7599L15.9997 9.16992\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"music dashboard \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H15C20 22 22 20 22 15Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M7 2.5V21.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M11.4705 16.7998C12.2934 16.7998 12.9605 16.1327 12.9605 15.3098C12.9605 14.4869 12.2934 13.8198 11.4705 13.8198C10.6476 13.8198 9.98047 14.4869 9.98047 15.3098C9.98047 16.1327 10.6476 16.7998 11.4705 16.7998Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.4309 14.3098V8.47977C18.4309 7.23977 17.6509 7.06982 16.8609 7.27982L13.8809 8.08982C13.3409 8.23982 12.9609 8.66977 12.9609 9.28977V10.3298V11.0298V15.2998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.9314 15.7998C17.7543 15.7998 18.4214 15.1327 18.4214 14.3098C18.4214 13.4869 17.7543 12.8198 16.9314 12.8198C16.1085 12.8198 15.4414 13.4869 15.4414 14.3098C15.4414 15.1327 16.1085 15.7998 16.9314 15.7998Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.9609 11.0398L18.4309 9.5498\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"music filter \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 3H22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 9H11\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 15H8\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 21H6\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M11.8402 22.0001C13.0441 22.0001 14.0202 21.0241 14.0202 19.8201C14.0202 18.6161 13.0441 17.6401 11.8402 17.6401C10.6362 17.6401 9.66016 18.6161 9.66016 19.8201C9.66016 21.0241 10.6362 22.0001 11.8402 22.0001Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.9995 18.3699V9.85993C21.9995 8.04993 20.8595 7.79993 19.7095 8.10993L15.3595 9.29993C14.5695 9.51993 14.0195 10.1399 14.0195 11.0499V12.57V13.59V19.82\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.8206 20.5499C21.0246 20.5499 22.0006 19.5739 22.0006 18.3699C22.0006 17.166 21.0246 16.1899 19.8206 16.1899C18.6166 16.1899 17.6406 17.166 17.6406 18.3699C17.6406 19.5739 18.6166 20.5499 19.8206 20.5499Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.0195 13.5999L21.9995 11.4199\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"music library 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 13V17C22 20.5 20 22 17 22H7C4 22 2 20.5 2 17V13C2 10.35 3.15 8.85003 5 8.28003C5.6 8.09003 6.27 8 7 8H17C17.73 8 18.4 8.09003 19 8.28003C20.85 8.85003 22 10.35 22 13Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 7V8.28003C18.4 8.09003 17.73 8 17 8H7C6.27 8 5.6 8.09003 5 8.28003V7C5 5.9 5.9 5 7 5H17C18.1 5 19 5.9 19 7Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 3.51001V5H8V3.51001C8 2.68001 8.68001 2 9.51001 2H14.49C15.32 2 16 2.68001 16 3.51001Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M9.07001 19.4501C9.79902 19.4501 10.39 18.8591 10.39 18.1301C10.39 17.4011 9.79902 16.8101 9.07001 16.8101C8.34099 16.8101 7.75 17.4011 7.75 18.1301C7.75 18.8591 8.34099 19.4501 9.07001 19.4501Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.2504 17.2501V12.0801C15.2504 10.9801 14.5604 10.8201 13.8604 11.0201L11.2104 11.7401C10.7304 11.8701 10.4004 12.2501 10.4004 12.8001V13.7201V14.3401V18.1301\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.9294 18.5702C14.6584 18.5702 15.2494 17.9792 15.2494 17.2502C15.2494 16.5212 14.6584 15.9302 13.9294 15.9302C13.2004 15.9302 12.6094 16.5212 12.6094 17.2502C12.6094 17.9792 13.2004 18.5702 13.9294 18.5702Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.4004 14.3502L15.2504 13.0303\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"music play \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.4796 18.4898V15.5698C5.4796 14.5998 6.2396 13.7298 7.3196 13.7298C8.2896 13.7298 9.15959 14.4898 9.15959 15.5698V18.3798C9.15959 20.3298 7.53959 21.9498 5.58959 21.9498C3.63959 21.9498 2.01958 20.3198 2.01958 18.3798V12.2198C1.90958 6.59979 6.34959 2.0498 11.9696 2.0498C17.5896 2.0498 22.0196 6.5998 22.0196 12.1098V18.2698C22.0196 20.2198 20.3996 21.8398 18.4496 21.8398C16.4996 21.8398 14.8796 20.2198 14.8796 18.2698V15.4598C14.8796 14.4898 15.6396 13.6198 16.7196 13.6198C17.6896 13.6198 18.5596 14.3798 18.5596 15.4598V18.4898\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M15.53 9.11999H14.72C14.5 9.11999 14.29 9.25 14.19 9.44L13.44 10.94C13.33 11.16 13.02 11.16 12.91 10.94L11.07 7.27002C10.96 7.06002 10.66 7.05001 10.55 7.26001L9.70996 8.80999C9.60996 8.99999 9.40997 9.11999 9.18997 9.11999H8.45996\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"music playlist \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 22H7C4 22 2 20.5 2 17V12C2 8.5 4 7 7 7H17C20 7 22 8.5 22 12V17C22 20.5 20 22 17 22Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 4.5H18\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 2H15\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M8.88953 19.1101C9.64616 19.1101 10.2595 18.4967 10.2595 17.7401C10.2595 16.9835 9.64616 16.3701 8.88953 16.3701C8.1329 16.3701 7.51953 16.9835 7.51953 17.7401C7.51953 18.4967 8.1329 19.1101 8.88953 19.1101Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.2798 16.83V11.4799C15.2798 10.3399 14.5698 10.18 13.8398 10.38L11.0997 11.13C10.5997 11.27 10.2598 11.6599 10.2598 12.2299V13.18V13.82V17.74\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.9091 18.2C14.6657 18.2 15.2791 17.5866 15.2791 16.83C15.2791 16.0733 14.6657 15.46 13.9091 15.46C13.1524 15.46 12.5391 16.0733 12.5391 16.83C12.5391 17.5866 13.1524 18.2 13.9091 18.2Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.2598 13.83L15.2798 12.46\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"music square add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 8.65002V14.35C21 14.69 20.99 15.02 20.97 15.33C20.25 14.51 19.18 14 18 14C15.79 14 14 15.79 14 18C14 18.75 14.21 19.46 14.58 20.06C14.78 20.4 15.04 20.71 15.34 20.97C15.03 20.99 14.7 21 14.35 21H8.64999C3.89999 21 2 19.1 2 14.35V8.65002C2 3.90002 3.89999 2 8.64999 2H14.35C19.1 2 21 3.90002 21 8.65002Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M6.71953 14.42C7.52034 14.42 8.16953 13.7708 8.16953 12.97C8.16953 12.1692 7.52034 11.52 6.71953 11.52C5.91872 11.52 5.26953 12.1692 5.26953 12.97C5.26953 13.7708 5.91872 14.42 6.71953 14.42Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.4797 12V6.34001C13.4797 5.13001 12.7197 4.96997 11.9597 5.17997L9.0697 5.96995C8.5497 6.10995 8.17969 6.52999 8.17969 7.12999V8.14V8.81999V12.97\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.0301 13.4498C12.8309 13.4498 13.4801 12.8006 13.4801 11.9998C13.4801 11.199 12.8309 10.5498 12.0301 10.5498C11.2293 10.5498 10.5801 11.199 10.5801 11.9998C10.5801 12.8006 11.2293 13.4498 12.0301 13.4498Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.16992 8.8299L13.4799 7.37988\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M22 18C22 18.75 21.79 19.46 21.42 20.06C20.73 21.22 19.46 22 18 22C16.54 22 15.27 21.22 14.58 20.06C14.21 19.46 14 18.75 14 18C14 15.79 15.79 14 18 14C20.21 14 22 15.79 22 18Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M19.4898 17.98H16.5098\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 16.52V19.51\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"music square remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 8.65002V14.35C21 14.69 20.99 15.02 20.97 15.33C20.25 14.51 19.18 14 18 14C15.79 14 14 15.79 14 18C14 18.75 14.21 19.46 14.58 20.06C14.78 20.4 15.04 20.71 15.34 20.97C15.03 20.99 14.7 21 14.35 21H8.65C3.9 21 2 19.1 2 14.35V8.65002C2 3.90002 3.9 2 8.65 2H14.35C19.1 2 21 3.90002 21 8.65002Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M6.71954 14.42C7.52035 14.42 8.16953 13.7708 8.16953 12.97C8.16953 12.1692 7.52035 11.52 6.71954 11.52C5.91872 11.52 5.26953 12.1692 5.26953 12.97C5.26953 13.7708 5.91872 14.42 6.71954 14.42Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.4699 12V6.34001C13.4699 5.13001 12.7099 4.96997 11.9499 5.17997L9.05992 5.96995C8.53992 6.10995 8.16992 6.52999 8.16992 7.12999V8.14V8.81999V12.97\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.0301 13.4498C12.8309 13.4498 13.4801 12.8006 13.4801 11.9998C13.4801 11.199 12.8309 10.5498 12.0301 10.5498C11.2293 10.5498 10.5801 11.199 10.5801 11.9998C10.5801 12.8006 11.2293 13.4498 12.0301 13.4498Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.16992 8.8299L13.4699 7.37988\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M22 18C22 18.75 21.79 19.46 21.42 20.06C20.73 21.22 19.46 22 18 22C16.97 22 16.04 21.61 15.34 20.97C15.04 20.71 14.78 20.4 14.58 20.06C14.21 19.46 14 18.75 14 18C14 15.79 15.79 14 18 14C19.18 14 20.25 14.51 20.97 15.33C21.61 16.04 22 16.98 22 18Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M19.0692 19.0402L16.9492 16.9302\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.0497 16.96L16.9297 19.0699\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"music square search \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.35 21H8.64999C3.89999 21 2 19.1 2 14.35V8.65002C2 3.90002 3.89999 2 8.64999 2H14.35C19.1 2 21 3.90002 21 8.65002V12.35\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M6.71953 14.42C7.52034 14.42 8.16953 13.7708 8.16953 12.97C8.16953 12.1692 7.52034 11.52 6.71953 11.52C5.91872 11.52 5.26953 12.1692 5.26953 12.97C5.26953 13.7708 5.91872 14.42 6.71953 14.42Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.4797 12V6.34001C13.4797 5.13001 12.7197 4.96997 11.9597 5.17997L9.0697 5.96995C8.5497 6.10995 8.17969 6.52999 8.17969 7.12999V8.14V8.81999V12.97\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.0301 13.4498C12.8309 13.4498 13.4801 12.8006 13.4801 11.9998C13.4801 11.199 12.8309 10.5498 12.0301 10.5498C11.2293 10.5498 10.5801 11.199 10.5801 11.9998C10.5801 12.8006 11.2293 13.4498 12.0301 13.4498Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.16992 8.8299L13.4799 7.37988\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M17.9402 21.2799C19.7075 21.2799 21.1402 19.8472 21.1402 18.0799C21.1402 16.3126 19.7075 14.8799 17.9402 14.8799C16.1729 14.8799 14.7402 16.3126 14.7402 18.0799C14.7402 19.8472 16.1729 21.2799 17.9402 21.2799Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.7402 21.8799L20.7402 20.8799\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"music square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H15C20 22 22 20 22 15Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M8.41962 17.1097C9.2867 17.1097 9.98962 16.4068 9.98962 15.5397C9.98962 14.6726 9.2867 13.9697 8.41962 13.9697C7.55253 13.9697 6.84961 14.6726 6.84961 15.5397C6.84961 16.4068 7.55253 17.1097 8.41962 17.1097Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.75 14.4897V8.34973C15.75 7.03973 14.93 6.85978 14.1 7.08978L10.96 7.94976C10.39 8.10976 10 8.55977 10 9.20977V10.3097V11.0497V15.5497\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.1794 16.0599C15.0465 16.0599 15.7494 15.357 15.7494 14.4899C15.7494 13.6228 15.0465 12.9199 14.1794 12.9199C13.3123 12.9199 12.6094 13.6228 12.6094 14.4899C12.6094 15.357 13.3123 16.0599 14.1794 16.0599Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.99023 11.0397L15.7502 9.46973\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"music \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.28016 21.9998C8.00328 21.9998 9.40016 20.6029 9.40016 18.8798C9.40016 17.1566 8.00328 15.7598 6.28016 15.7598C4.55703 15.7598 3.16016 17.1566 3.16016 18.8798C3.16016 20.6029 4.55703 21.9998 6.28016 21.9998Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.7196 19.9202C19.4427 19.9202 20.8396 18.5233 20.8396 16.8002C20.8396 15.077 19.4427 13.6802 17.7196 13.6802C15.9965 13.6802 14.5996 15.077 14.5996 16.8002C14.5996 18.5233 15.9965 19.9202 17.7196 19.9202Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M20.8404 16.8003V4.60034C20.8404 2.00034 19.2104 1.64034 17.5604 2.09034L11.3204 3.79034C10.1804 4.10034 9.40039 5.00034 9.40039 6.30034V8.47034V9.93034V18.8703\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.40039 9.52039L20.8404 6.40039\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"musicnote \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.9707 22C10.1798 22 11.9707 20.2091 11.9707 18C11.9707 15.7909 10.1798 14 7.9707 14C5.76156 14 3.9707 15.7909 3.9707 18C3.9707 20.2091 5.76156 22 7.9707 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M11.9707 18V4\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.6105 2.11L19.0305 3.58C20.1005 3.94 20.9805 5.15 20.9805 6.28V7.45C20.9805 8.98 19.8005 9.83 18.3505 9.35L13.9305 7.88C12.8605 7.52 11.9805 6.31 11.9805 5.18V4C11.9705 2.48 13.1605 1.62 14.6105 2.11Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"next \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.75977 7.22005V16.7901C3.75977 18.7501 5.88975 19.98 7.58975 19L11.7397 16.61L15.8898 14.21C17.5898 13.23 17.5898 10.78 15.8898 9.80004L11.7397 7.40004L7.58975 5.01006C5.88975 4.03006 3.75977 5.25005 3.75977 7.22005Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M20.2402 18.1798V5.81982\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"note 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20 8.25V18C20 21 18.21 22 16 22H8C5.79 22 4 21 4 18V8.25C4 5 5.79 4.25 8 4.25C8 4.87 8.24997 5.43 8.65997 5.84C9.06997 6.25 9.63 6.5 10.25 6.5H13.75C14.99 6.5 16 5.49 16 4.25C18.21 4.25 20 5 20 8.25Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 4.25C16 5.49 14.99 6.5 13.75 6.5H10.25C9.63 6.5 9.06997 6.25 8.65997 5.84C8.24997 5.43 8 4.87 8 4.25C8 3.01 9.01 2 10.25 2H13.75C14.37 2 14.93 2.25 15.34 2.66C15.75 3.07 16 3.63 16 4.25Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8 13H12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8 17H16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"note 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.6602 10.44L20.6802 14.62C19.8402 18.23 18.1802 19.69 15.0602 19.39C14.5602 19.35 14.0202 19.26 13.4402 19.12L11.7602 18.72C7.59018 17.73 6.30018 15.67 7.28018 11.49L8.26018 7.30001C8.46018 6.45001 8.70018 5.71001 9.00018 5.10001C10.1702 2.68001 12.1602 2.03001 15.5002 2.82001L17.1702 3.21001C21.3602 4.19001 22.6402 6.26001 21.6602 10.44Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M15.0603 19.3901C14.4403 19.8101 13.6603 20.1601 12.7103 20.4701L11.1303 20.9901C7.16034 22.2701 5.07034 21.2001 3.78034 17.2301L2.50034 13.2801C1.22034 9.3101 2.28034 7.2101 6.25034 5.9301L7.83034 5.4101C8.24034 5.2801 8.63034 5.1701 9.00034 5.1001C8.70034 5.7101 8.46034 6.4501 8.26034 7.3001L7.28034 11.4901C6.30034 15.6701 7.59034 17.7301 11.7603 18.7201L13.4403 19.1201C14.0203 19.2601 14.5603 19.3501 15.0603 19.3901Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M12.6406 8.52979L17.4906 9.75979\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M11.6602 12.3999L14.5602 13.1399\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"note 21 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 2V5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 2V5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M7 13H15\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M7 17H12\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 3.5C19.33 3.68 21 4.95 21 9.65V15.83C21 19.95 20 22.01 15 22.01H9C4 22.01 3 19.95 3 15.83V9.65C3 4.95 4.67 3.69 8 3.5H16Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"note add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path d=\"M9.56055 18V13\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 15.5H7\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M8 2V5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 2V5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.8098 3.41992C19.1498 3.53992 20.8398 4.76992 20.9398 9.46992L21.0698 15.6399C21.1498 19.7599 20.1998 21.8299 15.1998 21.9399L9.19983 22.0599C4.19983 22.1599 3.15983 20.1199 3.07983 16.0099L2.93983 9.82992C2.83983 5.12992 4.48983 3.82992 7.80983 3.57992L15.8098 3.41992Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"note favorite \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 2V5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 2V5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 8.5V13.63C20.11 12.92 18.98 12.5 17.75 12.5C16.52 12.5 15.37 12.93 14.47 13.66C13.26 14.61 12.5 16.1 12.5 17.75C12.5 18.73 12.78 19.67 13.26 20.45C13.63 21.06 14.11 21.59 14.68 22H8C4.5 22 3 20 3 17V8.5C3 5.5 4.5 3.5 8 3.5H16C19.5 3.5 21 5.5 21 8.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M7 11H13\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M7 16H9.62\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M23 17.75C23 18.73 22.72 19.67 22.24 20.45C21.96 20.93 21.61 21.35 21.2 21.69C20.28 22.51 19.08 23 17.75 23C16.6 23 15.54 22.63 14.68 22C14.11 21.59 13.63 21.06 13.26 20.45C12.78 19.67 12.5 18.73 12.5 17.75C12.5 16.1 13.26 14.61 14.47 13.66C15.37 12.93 16.52 12.5 17.75 12.5C18.98 12.5 20.11 12.92 21 13.63C22.22 14.59 23 16.08 23 17.75Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M17.75 20.25C17.75 18.87 18.87 17.75 20.25 17.75C18.87 17.75 17.75 16.63 17.75 15.25C17.75 16.63 16.63 17.75 15.25 17.75C16.63 17.75 17.75 18.87 17.75 20.25Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"note remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M7 14H12\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M7 5.95996L3.25 2.20996\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.96094 2.25L3.21094 6\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path opacity=\"0.4\" d=\"M7 10H15\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 2H16C19.33 2.18 21 3.41 21 7.99V16\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 9.00977V15.9798C3 19.9898 4 21.9998 9 21.9998H12C12.17 21.9998 14.84 21.9998 15 21.9998\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 16L15 22V19C15 17 16 16 18 16H21Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"note square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 10V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H11\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M15.5098 22C16.6143 22 17.5098 21.1046 17.5098 20C17.5098 18.8954 16.6143 18 15.5098 18C14.4052 18 13.5098 18.8954 13.5098 20C13.5098 21.1046 14.4052 22 15.5098 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.5098 19.9998V13.0098\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.8198 12.0699L21.0298 12.8099C21.5598 12.9899 21.9998 13.5899 21.9998 14.1599V14.7499C21.9998 15.5099 21.4098 15.9399 20.6898 15.6999L18.4797 14.9599C17.9497 14.7799 17.5098 14.1799 17.5098 13.6099V13.0199C17.5098 12.2499 18.0998 11.8299 18.8198 12.0699Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"note text \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 2V5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 2V5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 8.5V17C21 20 19.5 22 16 22H8C4.5 22 3 20 3 17V8.5C3 5.5 4.5 3.5 8 3.5H16C19.5 3.5 21 5.5 21 8.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8 11H16\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8 16H12\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"note \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.6602 10.44L20.6802 14.62C19.8402 18.23 18.1802 19.69 15.0602 19.39C14.5602 19.35 14.0202 19.26 13.4402 19.12L11.7602 18.72C7.59018 17.73 6.30018 15.67 7.28018 11.49L8.26018 7.30001C8.46018 6.45001 8.70018 5.71001 9.00018 5.10001C10.1702 2.68001 12.1602 2.03001 15.5002 2.82001L17.1702 3.21001C21.3602 4.19001 22.6402 6.26001 21.6602 10.44Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M15.0603 19.3901C14.4403 19.8101 13.6603 20.1601 12.7103 20.4701L11.1303 20.9901C7.16034 22.2701 5.07034 21.2001 3.78034 17.2301L2.50034 13.2801C1.22034 9.3101 2.28034 7.2101 6.25034 5.9301L7.83034 5.4101C8.24034 5.2801 8.63034 5.1701 9.00034 5.1001C8.70034 5.7101 8.46034 6.4501 8.26034 7.3001L7.28034 11.4901C6.30034 15.6701 7.59034 17.7301 11.7603 18.7201L13.4403 19.1201C14.0203 19.2601 14.5603 19.3501 15.0603 19.3901Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"notification 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M19 8C20.6569 8 22 6.65685 22 5C22 3.34315 20.6569 2 19 2C17.3431 2 16 3.34315 16 5C16 6.65685 17.3431 8 19 8Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H15C20 22 22 20 22 15V10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"notification bing \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12 6.43994V9.76994\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\"/>\n<path d=\"M12.0199 2C8.3399 2 5.3599 4.98 5.3599 8.66V10.76C5.3599 11.44 5.0799 12.46 4.7299 13.04L3.4599 15.16C2.6799 16.47 3.2199 17.93 4.6599 18.41C9.4399 20 14.6099 20 19.3899 18.41C20.7399 17.96 21.3199 16.38 20.5899 15.16L19.3199 13.04C18.9699 12.46 18.6899 11.43 18.6899 10.76V8.66C18.6799 5 15.6799 2 12.0199 2Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\"/>\n<path opacity=\"0.4\" d=\"M15.3299 18.8198C15.3299 20.6498 13.8299 22.1498 11.9999 22.1498C11.0899 22.1498 10.2499 21.7698 9.64992 21.1698C9.04992 20.5698 8.66992 19.7298 8.66992 18.8198\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n</svg>\n</li><li title=\"notification circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M19 8C20.6569 8 22 6.65685 22 5C22 3.34315 20.6569 2 19 2C17.3431 2 16 3.34315 16 5C16 6.65685 17.3431 8 19 8Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.02 2.2C13.36 2.07 12.69 2 12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 11.32 21.93 10.65 21.8 10.01\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"notification favorite \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M19 8C20.6569 8 22 6.65685 22 5C22 3.34315 20.6569 2 19 2C17.3431 2 16 3.34315 16 5C16 6.65685 17.3431 8 19 8Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H15C20 22 22 20 22 15V10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M6.81046 14.9299C6.46046 13.8299 6.87046 12.4599 8.03046 12.0899C8.64046 11.8899 9.39046 12.0599 9.82046 12.6499C10.2205 12.0399 11.0005 11.8999 11.6005 12.0899C12.7605 12.4599 13.1705 13.8299 12.8205 14.9299C12.2705 16.6799 10.3505 17.5899 9.82046 17.5899C9.28046 17.5799 7.38046 16.6899 6.81046 14.9299Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"notification status \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M19 8C20.6569 8 22 6.65685 22 5C22 3.34315 20.6569 2 19 2C17.3431 2 16 3.34315 16 5C16 6.65685 17.3431 8 19 8Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M7 13H12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M7 17H16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H15C20 22 22 20 22 15V10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"notification \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.0196 2.91016C8.7096 2.91016 6.0196 5.60016 6.0196 8.91016V11.8002C6.0196 12.4102 5.7596 13.3402 5.4496 13.8602L4.2996 15.7702C3.5896 16.9502 4.0796 18.2602 5.3796 18.7002C9.6896 20.1402 14.3396 20.1402 18.6496 18.7002C19.8596 18.3002 20.3896 16.8702 19.7296 15.7702L18.5796 13.8602C18.2796 13.3402 18.0196 12.4102 18.0196 11.8002V8.91016C18.0196 5.61016 15.3196 2.91016 12.0196 2.91016Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\"/>\n<path d=\"M13.8699 3.19994C13.5599 3.10994 13.2399 3.03994 12.9099 2.99994C11.9499 2.87994 11.0299 2.94994 10.1699 3.19994C10.4599 2.45994 11.1799 1.93994 12.0199 1.93994C12.8599 1.93994 13.5799 2.45994 13.8699 3.19994Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M15.0195 19.0601C15.0195 20.7101 13.6695 22.0601 12.0195 22.0601C11.1995 22.0601 10.4395 21.7201 9.89953 21.1801C9.35953 20.6401 9.01953 19.8801 9.01953 19.0601\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n</svg>\n</li><li title=\"omega circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M17 16.5H13.9L15.52 14.71C16.32 13.82 16.76 12.69 16.76 11.53C16.76 10.33 16.26 9.18002 15.37 8.33002C14.48 7.48002 13.27 7 12 7C10.74 7 9.53 7.48002 8.63 8.33002C7.74 9.18002 7.23999 10.33 7.23999 11.53C7.23999 12.7 7.67998 13.83 8.47998 14.71L10.1 16.5H7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"omega square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H15C20 22 22 20 22 15Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M17 16.75H13.9L15.52 14.96C16.32 14.07 16.76 12.94 16.76 11.78C16.76 10.58 16.26 9.43002 15.37 8.58002C14.48 7.73002 13.27 7.25 12 7.25C10.74 7.25 9.53 7.73002 8.63 8.58002C7.74 9.43002 7.23999 10.58 7.23999 11.78C7.23999 12.95 7.67998 14.08 8.47998 14.96L10.1 16.75H7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"paintbucket \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.7706 15.56L7.2306 19.02C9.6606 21.45 10.4906 21.41 12.8906 19.02L18.4606 13.45C20.4006 11.51 20.8906 10.22 18.4606 7.78996L15.0006 4.32996C12.4106 1.73996 11.2806 2.38996 9.3406 4.32996L3.7706 9.89996C1.3806 12.3 1.1806 12.97 3.7706 15.56Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M19.1995 16.79L18.5395 17.88C17.6095 19.43 18.3295 20.7 20.1395 20.7C21.9495 20.7 22.6695 19.43 21.7395 17.88L21.0795 16.79C20.5595 15.93 19.7095 15.93 19.1995 16.79Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M2 12.2398C7.56 10.7298 13.42 10.6798 19 12.1098L19.5 12.2398\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"paperclip 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.3297 12.1499L9.85969 14.6199C8.48969 15.9899 8.48969 18.1999 9.85969 19.5699C11.2297 20.9399 13.4397 20.9399 14.8097 19.5699L18.6997 15.6799C21.4297 12.9499 21.4297 8.50992 18.6997 5.77992C15.9697 3.04992 11.5297 3.04992 8.79969 5.77992L4.55969 10.0199C2.21969 12.3599 2.21969 16.1599 4.55969 18.5099\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"paperclip \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9707 12V15.5C11.9707 17.43 13.5407 19 15.4707 19C17.4007 19 18.9707 17.43 18.9707 15.5V10C18.9707 6.13 15.8407 3 11.9707 3C8.1007 3 4.9707 6.13 4.9707 10V16C4.9707 19.31 7.6607 22 10.9707 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"password check \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M11.02 19.5H7.5C6.88 19.5 6.33 19.48 5.84 19.41C3.21 19.12 2.5 17.88 2.5 14.5V9.5C2.5 6.12 3.21 4.88 5.84 4.59C6.33 4.52 6.88 4.5 7.5 4.5H10.96\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.0195 4.5H16.4995C17.1195 4.5 17.6695 4.52 18.1595 4.59C20.7895 4.88 21.4995 6.12 21.4995 9.5V14.5C21.4995 17.88 20.7895 19.12 18.1595 19.41C17.6695 19.48 17.1195 19.5 16.4995 19.5H15.0195\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 2V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M11.0941 12H11.1031\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M7.09412 12H7.1031\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"path 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.87007 22.0001H14.1601C15.7801 22.0001 16.8501 20.8401 16.5301 19.4301L15.8401 16.3501H8.20007L7.51007 19.4301C7.20007 20.7601 8.34007 22.0001 9.87007 22.0001Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.8292 16.3501L18.7692 13.7401C20.4092 12.2801 20.4792 11.2601 19.1792 9.61012L13.9892 3.03012C12.8992 1.65012 11.1192 1.65012 10.0192 3.03012L4.83916 9.61012C3.53916 11.2601 3.53916 12.3301 5.24916 13.7401L8.18916 16.3501\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M12.0098 2.66992V6.96992\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"path square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path d=\"M16.7502 9.11998L14.9002 7.26998C14.2002 6.56998 13.2402 6.60998 12.7702 7.34998L11.7402 8.97998L15.0302 12.27L16.6602 11.24C17.3702 10.8 17.4102 9.76998 16.7502 9.11998Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.7395 8.98017L9.34947 8.84017C8.00947 8.76017 7.54947 9.17017 7.39947 10.4402L6.79947 15.5102C6.66947 16.5802 7.43947 17.3402 8.50947 17.2202L13.5795 16.6202C14.8495 16.4702 15.3095 16.0102 15.1795 14.6702L15.0395 12.2802\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.49023 16.5199L9.34023 14.6699\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"path \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.7901 7.27009L16.7601 4.24009C15.6101 3.09009 14.0401 3.15009 13.2701 4.38009L11.5801 7.05009L16.9801 12.4501L19.6501 10.7601C20.8001 10.0301 20.8701 8.35009 19.7901 7.27009Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.58 7.05045L7.64999 6.81045C5.45999 6.68045 4.68999 7.35045 4.44999 9.44045L3.46999 17.7604C3.25999 19.5104 4.52999 20.7704 6.26999 20.5604L14.59 19.5804C16.68 19.3304 17.44 18.5704 17.22 16.3804L16.99 12.4504\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M4.60938 19.4199L7.63937 16.3799\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"pause circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9707 22C17.4936 22 21.9707 17.5228 21.9707 12C21.9707 6.47715 17.4936 2 11.9707 2C6.44786 2 1.9707 6.47715 1.9707 12C1.9707 17.5228 6.44786 22 11.9707 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M10.72 14.5298V9.4698C10.72 8.9898 10.52 8.7998 10.01 8.7998H8.71C8.2 8.7998 8 8.9898 8 9.4698V14.5298C8 15.0098 8.2 15.1998 8.71 15.1998H10C10.52 15.1998 10.72 15.0098 10.72 14.5298Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M15.9991 14.5298V9.4698C15.9991 8.9898 15.7991 8.7998 15.2891 8.7998H13.9991C13.4891 8.7998 13.2891 8.9898 13.2891 9.4698V14.5298C13.2891 15.0098 13.4891 15.1998 13.9991 15.1998H15.2891C15.7991 15.1998 15.9991 15.0098 15.9991 14.5298Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"pause \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M10.65 19.11V4.89C10.65 3.54 10.08 3 8.64 3H5.01C3.57 3 3 3.54 3 4.89V19.11C3 20.46 3.57 21 5.01 21H8.64C10.08 21 10.65 20.46 10.65 19.11Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.9996 19.11V4.89C20.9996 3.54 20.4296 3 18.9896 3H15.3596C13.9296 3 13.3496 3.54 13.3496 4.89V19.11C13.3496 20.46 13.9196 21 15.3596 21H18.9896C20.4296 21 20.9996 20.46 20.9996 19.11Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"pen add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path d=\"M21.1901 8.0399L18.0101 4.85991C16.8101 3.65991 15.1601 3.71993 14.3501 5.00993L12.5801 7.80992L18.2501 13.4799L21.0501 11.7099C22.2601 10.9399 22.3301 9.1699 21.1901 8.0399Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.2506 13.4697L18.4906 17.5897C18.7206 19.8897 17.9206 20.6897 15.7406 20.9497L7.0206 21.9797C5.1806 22.1897 3.8606 20.8698 4.0806 19.0398L5.06059 10.7598\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.5801 7.81018L10.8301 7.7002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.28125 20.7799L8.46126 17.5898\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M11 6.5C11 6.91 10.94 7.32001 10.83 7.70001C10.72 8.10001 10.56 8.47001 10.35 8.82001C10.11 9.22001 9.81001 9.58 9.46001 9.88C8.67001 10.58 7.64 11 6.5 11C5.99 11 5.51 10.92 5.06 10.76C4.04 10.42 3.18999 9.72001 2.64999 8.82001C2.23999 8.14001 2 7.34 2 6.5C2 5.08 2.65 3.80999 3.69 2.98999C4.46 2.36999 5.44 2 6.5 2C8.99 2 11 4.01 11 6.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.52148 8.17981V4.81982\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.16078 6.5H4.80078\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"pen close \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path d=\"M21.1901 8.0399L18.0101 4.85991C16.8101 3.65991 15.1601 3.71993 14.3501 5.00993L12.5801 7.80992L18.2501 13.4799L21.0501 11.7099C22.2601 10.9399 22.3301 9.1699 21.1901 8.0399Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.2506 13.4697L18.4906 17.5897C18.7206 19.8897 17.9206 20.6897 15.7406 20.9497L7.0206 21.9797C5.1806 22.1897 3.8606 20.8698 4.0806 19.0398L5.06059 10.7598\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.5801 7.81018L10.8301 7.7002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.28125 20.7799L8.46126 17.5898\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M11 6.5C11 6.91 10.94 7.32001 10.83 7.70001C10.72 8.10001 10.56 8.47001 10.35 8.82001C10.11 9.22001 9.81001 9.58 9.46001 9.88C8.67001 10.58 7.64 11 6.5 11C5.99 11 5.51 10.92 5.06 10.76C4.04 10.42 3.18999 9.72001 2.64999 8.82001C2.23999 8.14001 2 7.34 2 6.5C2 5.08 2.65 3.80999 3.69 2.98999C4.46 2.36999 5.44 2 6.5 2C8.99 2 11 4.01 11 6.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.7003 7.67981L5.32031 5.2998\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.68077 5.31982L5.30078 7.69983\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"pen remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path d=\"M21.1901 8.0399L18.0101 4.85991C16.8101 3.65991 15.1601 3.71993 14.3501 5.00993L12.5801 7.80992L18.2501 13.4799L21.0501 11.7099C22.2601 10.9399 22.3301 9.1699 21.1901 8.0399Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.2506 13.4697L18.4906 17.5897C18.7206 19.8897 17.9206 20.6897 15.7406 20.9497L7.0206 21.9797C5.1806 22.1897 3.8606 20.8698 4.0806 19.0398L5.06061 10.7598\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.5801 7.81018L10.8301 7.7002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.28125 20.7799L8.46124 17.5898\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M11 6.5C11 6.91 10.94 7.32001 10.83 7.70001C10.72 8.10001 10.56 8.47001 10.35 8.82001C10.11 9.22001 9.80999 9.58 9.45999 9.88C8.66999 10.58 7.64 11 6.5 11C5.99 11 5.51 10.92 5.06 10.76C4.04 10.42 3.18999 9.72001 2.64999 8.82001C2.23999 8.14001 2 7.34 2 6.5C2 5.08 2.65 3.80999 3.69 2.98999C4.46 2.36999 5.44 2 6.5 2C8.99 2 11 4.01 11 6.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.1608 6.5H4.80078\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"pen tool 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path d=\"M10.7493 22.5001H13.2693C14.2293 22.5001 14.8493 21.8201 14.6693 20.9901L14.2593 19.1802H9.75934L9.34935 20.9901C9.16935 21.7701 9.84934 22.5001 10.7493 22.5001Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.2605 19.1702L15.9906 17.6301C16.9606 16.7701 17.0005 16.1701 16.2305 15.2001L13.1805 11.3302C12.5405 10.5202 11.4906 10.5202 10.8506 11.3302L7.80055 15.2001C7.03055 16.1701 7.03054 16.8001 8.04054 17.6301L9.77055 19.1702\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.0098 11.1201V13.6501\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M12.5195 5H11.5195C10.9695 5 10.5195 4.55 10.5195 4V3C10.5195 2.45 10.9695 2 11.5195 2H12.5195C13.0695 2 13.5195 2.45 13.5195 3V4C13.5195 4.55 13.0695 5 12.5195 5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.26953 14.17H4.26953C4.81953 14.17 5.26953 13.72 5.26953 13.17V12.17C5.26953 11.62 4.81953 11.1699 4.26953 11.1699H3.26953C2.71953 11.1699 2.26953 11.62 2.26953 12.17V13.17C2.26953 13.72 2.71953 14.17 3.26953 14.17Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.7305 14.17H19.7305C19.1805 14.17 18.7305 13.72 18.7305 13.17V12.17C18.7305 11.62 19.1805 11.1699 19.7305 11.1699H20.7305C21.2805 11.1699 21.7305 11.62 21.7305 12.17V13.17C21.7305 13.72 21.2805 14.17 20.7305 14.17Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.52 3.56006C6.71 4.01006 3.75 7.24004 3.75 11.17\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.2495 11.17C20.2495 7.25004 17.3095 4.03006 13.5195 3.56006\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"pen tool \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path d=\"M10.7493 22.5001H13.2693C14.2293 22.5001 14.8493 21.8201 14.6693 20.9901L14.2594 19.1802H9.75935L9.34935 20.9901C9.16935 21.7701 9.84935 22.5001 10.7493 22.5001Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.2605 19.1702L15.9905 17.6301C16.9605 16.7701 17.0005 16.1701 16.2305 15.2001L13.1805 11.3302C12.5405 10.5202 11.4905 10.5202 10.8505 11.3302L7.80054 15.2001C7.03054 16.1701 7.03054 16.8001 8.04054 17.6301L9.77054 19.1702\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.0098 11.1201V13.6501\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M11.1501 5.19015L10.3701 4.41012C9.90008 3.94012 9.90008 3.18017 10.3701 2.71017L11.1501 1.93014C11.6201 1.46014 12.3801 1.46014 12.8501 1.93014L13.6301 2.71017C14.1001 3.18017 14.1001 3.94012 13.6301 4.41012L12.8501 5.19015C12.3801 5.66015 11.6201 5.66015 11.1501 5.19015Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.45 9.81006H20.55C21.21 9.81006 21.75 10.3501 21.75 11.0101V12.11C21.75 12.77 21.21 13.3101 20.55 13.3101H19.45C18.79 13.3101 18.25 12.77 18.25 12.11V11.0101C18.25 10.3501 18.79 9.81006 19.45 9.81006Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.55 9.81006H3.45C2.79 9.81006 2.25 10.3501 2.25 11.0101V12.11C2.25 12.77 2.79 13.3101 3.45 13.3101H4.55C5.21 13.3101 5.75 12.77 5.75 12.11V11.0101C5.75 10.3501 5.21 9.81006 4.55 9.81006Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.5402 10.0998L13.2402 4.7998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.46094 10.0998L10.7609 4.7998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"people \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M17.9981 7.16C17.9381 7.15 17.8681 7.15 17.8081 7.16C16.4281 7.11 15.3281 5.98 15.3281 4.58C15.3281 3.15 16.4781 2 17.9081 2C19.3381 2 20.4881 3.16 20.4881 4.58C20.4781 5.98 19.3781 7.11 17.9981 7.16Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M16.9675 14.4402C18.3375 14.6702 19.8475 14.4302 20.9075 13.7202C22.3175 12.7802 22.3175 11.2402 20.9075 10.3002C19.8375 9.59016 18.3075 9.35016 16.9375 9.59016\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M5.96656 7.16C6.02656 7.15 6.09656 7.15 6.15656 7.16C7.53656 7.11 8.63656 5.98 8.63656 4.58C8.63656 3.15 7.48656 2 6.05656 2C4.62656 2 3.47656 3.16 3.47656 4.58C3.48656 5.98 4.58656 7.11 5.96656 7.16Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M6.9975 14.4402C5.6275 14.6702 4.1175 14.4302 3.0575 13.7202C1.6475 12.7802 1.6475 11.2402 3.0575 10.3002C4.1275 9.59016 5.6575 9.35016 7.0275 9.59016\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.0001 14.6302C11.9401 14.6202 11.8701 14.6202 11.8101 14.6302C10.4301 14.5802 9.33008 13.4502 9.33008 12.0502C9.33008 10.6202 10.4801 9.47021 11.9101 9.47021C13.3401 9.47021 14.4901 10.6302 14.4901 12.0502C14.4801 13.4502 13.3801 14.5902 12.0001 14.6302Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.0907 17.7804C7.6807 18.7204 7.6807 20.2603 9.0907 21.2003C10.6907 22.2703 13.3107 22.2703 14.9107 21.2003C16.3207 20.2603 16.3207 18.7204 14.9107 17.7804C13.3207 16.7204 10.6907 16.7204 9.0907 17.7804Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"percentage circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M8.32031 15.27L14.8603 8.72998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8.73001 10.3701C9.40932 10.3701 9.95999 9.81948 9.95999 9.14017C9.95999 8.46086 9.40932 7.91016 8.73001 7.91016C8.0507 7.91016 7.5 8.46086 7.5 9.14017C7.5 9.81948 8.0507 10.3701 8.73001 10.3701Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M15.269 16.0899C15.9484 16.0899 16.4991 15.5392 16.4991 14.8599C16.4991 14.1806 15.9484 13.6299 15.269 13.6299C14.5897 13.6299 14.0391 14.1806 14.0391 14.8599C14.0391 15.5392 14.5897 16.0899 15.269 16.0899Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"percentage square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 2H15C20 2 22 4 22 9V15C22 20 20 22 15 22H9C4 22 2 20 2 15V9C2 4 4 2 9 2Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8.32031 15.27L14.8603 8.72998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8.73001 10.3701C9.40932 10.3701 9.95999 9.81948 9.95999 9.14017C9.95999 8.46086 9.40932 7.91016 8.73001 7.91016C8.0507 7.91016 7.5 8.46086 7.5 9.14017C7.5 9.81948 8.0507 10.3701 8.73001 10.3701Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M15.269 16.0899C15.9484 16.0899 16.4991 15.5392 16.4991 14.8599C16.4991 14.1806 15.9484 13.6299 15.269 13.6299C14.5897 13.6299 14.0391 14.1806 14.0391 14.8599C14.0391 15.5392 14.5897 16.0899 15.269 16.0899Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"personalcard \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 21H7C3 21 2 20 2 16V8C2 4 3 3 7 3H17C21 3 22 4 22 8V16C22 20 21 21 17 21Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M14 8H19\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 12H19\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 16H19\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.50043 11.2899C9.50007 11.2899 10.3104 10.4796 10.3104 9.47992C10.3104 8.48029 9.50007 7.66992 8.50043 7.66992C7.50079 7.66992 6.69043 8.48029 6.69043 9.47992C6.69043 10.4796 7.50079 11.2899 8.50043 11.2899Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 16.3298C11.86 14.8798 10.71 13.7398 9.26 13.6098C8.76 13.5598 8.25 13.5598 7.74 13.6098C6.29 13.7498 5.14 14.8798 5 16.3298\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"pet \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.41064 16.75C4.17064 19.64 6.35064 22 9.25064 22H14.0406C17.3006 22 19.5406 19.37 19.0006 16.15C18.4306 12.77 15.1706 10 11.7406 10C8.02064 10 4.72064 13.04 4.41064 16.75Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.34\" d=\"M10.4707 7.5C11.8514 7.5 12.9707 6.38071 12.9707 5C12.9707 3.61929 11.8514 2.5 10.4707 2.5C9.08999 2.5 7.9707 3.61929 7.9707 5C7.9707 6.38071 9.08999 7.5 10.4707 7.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.34\" d=\"M17.3008 8.7002C18.4053 8.7002 19.3008 7.80476 19.3008 6.7002C19.3008 5.59563 18.4053 4.7002 17.3008 4.7002C16.1962 4.7002 15.3008 5.59563 15.3008 6.7002C15.3008 7.80476 16.1962 8.7002 17.3008 8.7002Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.34\" d=\"M21 12.7002C21.8284 12.7002 22.5 12.0286 22.5 11.2002C22.5 10.3718 21.8284 9.7002 21 9.7002C20.1716 9.7002 19.5 10.3718 19.5 11.2002C19.5 12.0286 20.1716 12.7002 21 12.7002Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.34\" d=\"M3.9707 10.7002C5.07527 10.7002 5.9707 9.80476 5.9707 8.7002C5.9707 7.59563 5.07527 6.7002 3.9707 6.7002C2.86613 6.7002 1.9707 7.59563 1.9707 8.7002C1.9707 9.80476 2.86613 10.7002 3.9707 10.7002Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"pharagraphspacing \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 22H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 2H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M12 6V18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.8299 7.71965L11.9999 4.88965L9.16992 7.71965\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.8299 15.8896L11.9999 18.7196L9.16992 15.8896\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"picture frame \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M9 2L13.95 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.53 12.2202L2 15.0002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"play add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M22 12C22 13.31 21.75 14.57 21.28 15.72C20.63 15.27 19.84 15 19 15C18.06 15 17.19 15.33 16.5 15.88C15.58 16.61 15 17.74 15 19C15 19.75 15.21 20.46 15.58 21.06C15.62 21.13 15.67 21.2 15.73 21.27C14.58 21.74 13.32 22 12 22C6.48 22 2 17.52 2 12C2 6.48 6.48 2 12 2C17.52 2 22 6.48 22 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.38086 12.0001V10.6101C9.38086 8.89008 10.6009 8.18007 12.0909 9.04007L13.2909 9.73007L14.4908 10.4201C15.9808 11.2801 15.9808 12.6901 14.4908 13.5501L13.2909 14.2401L12.0909 14.9301C10.6009 15.7901 9.38086 15.0901 9.38086 13.3601V12.0001Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M23 19C23 19.75 22.79 20.46 22.42 21.06C22.21 21.42 21.94 21.74 21.63 22C20.93 22.63 20.01 23 19 23C17.54 23 16.27 22.22 15.58 21.06C15.21 20.46 15 19.75 15 19C15 17.74 15.58 16.61 16.5 15.88C17.19 15.33 18.06 15 19 15C21.21 15 23 16.79 23 19Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M20.4897 18.98H17.5098\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 17.52V20.51\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"play circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9707 22C17.4936 22 21.9707 17.5228 21.9707 12C21.9707 6.47715 17.4936 2 11.9707 2C6.44786 2 1.9707 6.47715 1.9707 12C1.9707 17.5228 6.44786 22 11.9707 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8.74023 12.2301V10.5601C8.74023 8.48012 10.2102 7.63012 12.0102 8.67012L13.4602 9.51012L14.9102 10.3501C16.7102 11.3901 16.7102 13.0901 14.9102 14.1301L13.4602 14.9701L12.0102 15.8101C10.2102 16.8501 8.74023 16.0001 8.74023 13.9201V12.2301Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"play cricle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.0703 19.0702C22.9803 15.1602 22.9803 8.83018 19.0703 4.93018\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.93055 4.93018C1.02055 8.84018 1.02055 15.1702 4.93055 19.0702\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.69922 21.4102C9.76922 21.7802 10.8792 21.9602 11.9992 21.9602C13.1192 21.9502 14.2292 21.7802 15.2992 21.4102\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.69922 2.59009C9.76922 2.22009 10.8792 2.04004 11.9992 2.04004C13.1192 2.04004 14.2292 2.22009 15.2992 2.59009\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8.74023 12.0001V10.3302C8.74023 8.25016 10.2103 7.40014 12.0103 8.44014L13.4602 9.28017L14.9102 10.1201C16.7102 11.1601 16.7102 12.8602 14.9102 13.9002L13.4602 14.7401L12.0103 15.5802C10.2103 16.6202 8.74023 15.7701 8.74023 13.6901V12.0001Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"play remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M22 12C22 13.31 21.75 14.57 21.28 15.72C20.63 15.27 19.84 15 19 15C18.06 15 17.19 15.33 16.5 15.88C15.58 16.61 15 17.74 15 19C15 19.75 15.21 20.46 15.58 21.06C15.62 21.13 15.67 21.2 15.73 21.27C14.58 21.74 13.32 22 12 22C6.48 22 2 17.52 2 12C2 6.48 6.48 2 12 2C17.52 2 22 6.48 22 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.38086 12.0001V10.6101C9.38086 8.89008 10.6009 8.18007 12.0909 9.04007L13.2909 9.73007L14.4908 10.4201C15.9808 11.2801 15.9808 12.6901 14.4908 13.5501L13.2909 14.2401L12.0909 14.9301C10.6009 15.7901 9.38086 15.0901 9.38086 13.3601V12.0001Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M23 19C23 19.75 22.79 20.46 22.42 21.06C22.21 21.42 21.94 21.74 21.63 22C20.93 22.63 20.01 23 19 23C17.63 23 16.43 22.31 15.73 21.27C15.67 21.2 15.62 21.13 15.58 21.06C15.21 20.46 15 19.75 15 19C15 17.74 15.58 16.61 16.5 15.88C17.19 15.33 18.06 15 19 15C19.84 15 20.63 15.27 21.28 15.72C22.32 16.44 23 17.64 23 19Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M20.0692 20.0402L17.9492 17.9302\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.0497 17.96L17.9297 20.0699\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"play \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4 11.9999V8.43989C4 4.01989 7.13 2.2099 10.96 4.4199L14.05 6.1999L17.14 7.9799C20.97 10.1899 20.97 13.8099 17.14 16.0199L14.05 17.7999L10.96 19.5799C7.13 21.7899 4 19.9799 4 15.5599V11.9999Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"presention chart \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.90024 17H18.0902C19.9902 17 20.9902 16 20.9902 14.1V2H2.99023V14.1C3.00023 16 4.00024 17 5.90024 17Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 2H22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M8 22L12 20M12 20V17M12 20L16 22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path opacity=\"0.4\" d=\"M7.5 11L10.65 8.37C10.9 8.16 11.23 8.22 11.4 8.5L12.6 10.5C12.77 10.78 13.1 10.83 13.35 10.63L16.5 8\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"previous \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.2409 7.22005V16.7901C20.2409 18.7501 18.111 19.98 16.411 19L12.261 16.61L8.11094 14.21C6.41094 13.23 6.41094 10.78 8.11094 9.80004L12.261 7.40004L16.411 5.01006C18.111 4.03006 20.2409 5.25005 20.2409 7.22005Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M3.75977 18.1798V5.81982\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"printer slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M7.25 7H16.75V5C16.75 3 16 2 13.75 2H10.25C8 2 7.25 3 7.25 5V7Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.9703 15H16.0003V19C16.0003 21 15.0003 22 13.0003 22H11.0003C9.31031 22 8.33031 21.29 8.07031 19.86\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 18C4 18 3 17 3 15V10C3 8 4 7 6 7H16.59\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.97 7.52002C20.66 8.00002 21 8.83002 21 10V15C21 17 20 18 18 18H16V15H13\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 15H15.79\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M7 11H9\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 2L2 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"printer \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M7.25 7H16.75V5C16.75 3 16 2 13.75 2H10.25C8 2 7.25 3 7.25 5V7Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 15V19C16 21 15 22 13 22H11C9 22 8 21 8 19V15H16Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 10V15C21 17 20 18 18 18H16V15H8V18H6C4 18 3 17 3 15V10C3 8 4 7 6 7H18C20 7 21 8 21 10Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 15H15.79H7\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M7 11H10\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"profile 2user \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.16055 10.87C9.06055 10.86 8.94055 10.86 8.83055 10.87C6.45055 10.79 4.56055 8.84 4.56055 6.44C4.56055 3.99 6.54055 2 9.00055 2C11.4505 2 13.4405 3.99 13.4405 6.44C13.4305 8.84 11.5405 10.79 9.16055 10.87Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M16.4093 4C18.3493 4 19.9093 5.57 19.9093 7.5C19.9093 9.39 18.4093 10.93 16.5393 11C16.4593 10.99 16.3693 10.99 16.2793 11\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.1607 14.56C1.7407 16.18 1.7407 18.82 4.1607 20.43C6.9107 22.27 11.4207 22.27 14.1707 20.43C16.5907 18.81 16.5907 16.17 14.1707 14.56C11.4307 12.73 6.9207 12.73 4.1607 14.56Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M18.3398 20C19.0598 19.85 19.7398 19.56 20.2998 19.13C21.8598 17.96 21.8598 16.03 20.2998 14.86C19.7498 14.44 19.0798 14.16 18.3698 14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"profile add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path d=\"M18.5 19.5H14.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.5 21.5V17.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path opacity=\"0.4\" d=\"M12.1606 10.87C12.0606 10.86 11.9406 10.86 11.8306 10.87C9.45058 10.79 7.56058 8.84 7.56058 6.44C7.55058 3.99 9.54058 2 11.9906 2C14.4406 2 16.4306 3.99 16.4306 6.44C16.4306 8.84 14.5306 10.79 12.1606 10.87Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9891 21.8102C10.1691 21.8102 8.35906 21.3502 6.97906 20.4302C4.55906 18.8102 4.55906 16.1702 6.97906 14.5602C9.72906 12.7202 14.2391 12.7202 16.9891 14.5602\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"profile circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12.1207 12.78C12.0507 12.77 11.9607 12.77 11.8807 12.78C10.1207 12.72 8.7207 11.28 8.7207 9.50998C8.7207 7.69998 10.1807 6.22998 12.0007 6.22998C13.8107 6.22998 15.2807 7.69998 15.2807 9.50998C15.2707 11.28 13.8807 12.72 12.1207 12.78Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.34\" d=\"M18.7398 19.3801C16.9598 21.0101 14.5998 22.0001 11.9998 22.0001C9.39977 22.0001 7.03977 21.0101 5.25977 19.3801C5.35977 18.4401 5.95977 17.5201 7.02977 16.8001C9.76977 14.9801 14.2498 14.9801 16.9698 16.8001C18.0398 17.5201 18.6398 18.4401 18.7398 19.3801Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"profile delete \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path d=\"M18.4098 18.0898L15.5898 20.9098\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.4098 20.9098L15.5898 18.0898\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path opacity=\"0.4\" d=\"M12.1605 10.87C12.0605 10.86 11.9405 10.86 11.8305 10.87C9.45055 10.79 7.56055 8.84 7.56055 6.44C7.56055 3.99 9.54055 2 12.0005 2C14.4505 2 16.4405 3.99 16.4405 6.44C16.4305 8.84 14.5405 10.79 12.1605 10.87Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.0008 21.8102C10.1808 21.8102 8.37078 21.3502 6.99078 20.4302C4.57078 18.8102 4.57078 16.1702 6.99078 14.5602C9.74078 12.7202 14.2508 12.7202 17.0008 14.5602\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"profile remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M19.5 19H15.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M12.1508 10.87C12.0508 10.86 11.9308 10.86 11.8208 10.87C9.44078 10.79 7.55078 8.84 7.55078 6.44C7.55078 3.99 9.53078 2 11.9908 2C14.4408 2 16.4308 3.99 16.4308 6.44C16.4208 8.84 14.5308 10.79 12.1508 10.87Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9891 21.8102C10.1691 21.8102 8.35906 21.3502 6.97906 20.4302C4.55906 18.8102 4.55906 16.1702 6.97906 14.5602C9.72906 12.7202 14.2391 12.7202 16.9891 14.5602\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"profile tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M14.4395 19.0498L15.9595 20.5698L18.9995 17.5298\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M12.1606 10.87C12.0606 10.86 11.9406 10.86 11.8306 10.87C9.45058 10.79 7.56058 8.84 7.56058 6.44C7.55058 3.99 9.54058 2 11.9906 2C14.4406 2 16.4306 3.99 16.4306 6.44C16.4306 8.84 14.5306 10.79 12.1606 10.87Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9891 21.8102C10.1691 21.8102 8.35906 21.3502 6.97906 20.4302C4.55906 18.8102 4.55906 16.1702 6.97906 14.5602C9.72906 12.7202 14.2391 12.7202 16.9891 14.5602\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"profile \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12.1605 10.87C12.0605 10.86 11.9405 10.86 11.8305 10.87C9.45055 10.79 7.56055 8.84 7.56055 6.44C7.56055 3.99 9.54055 2 12.0005 2C14.4505 2 16.4405 3.99 16.4405 6.44C16.4305 8.84 14.5405 10.79 12.1605 10.87Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.1607 14.56C4.7407 16.18 4.7407 18.82 7.1607 20.43C9.9107 22.27 14.4207 22.27 17.1707 20.43C19.5907 18.81 19.5907 16.17 17.1707 14.56C14.4307 12.73 9.9207 12.73 7.1607 14.56Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"programming arrow \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path d=\"M19 16V6.5C19 5.4 18.1 4.5 17 4.5H12.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 2L12 4.5L15 7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path opacity=\"0.4\" d=\"M5 9V16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.25 8.5C7.04493 8.5 8.5 7.04493 8.5 5.25C8.5 3.45507 7.04493 2 5.25 2C3.45507 2 2 3.45507 2 5.25C2 7.04493 3.45507 8.5 5.25 8.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 22C6.65685 22 8 20.6569 8 19C8 17.3431 6.65685 16 5 16C3.34315 16 2 17.3431 2 19C2 20.6569 3.34315 22 5 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 22C20.6569 22 22 20.6569 22 19C22 17.3431 20.6569 16 19 16C17.3431 16 16 17.3431 16 19C16 20.6569 17.3431 22 19 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"programming arrows \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 22C20.6569 22 22 20.6569 22 19C22 17.3431 20.6569 16 19 16C17.3431 16 16 17.3431 16 19C16 20.6569 17.3431 22 19 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M19 16V6.5C19 5.4 18.1 4.5 17 4.5H11.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 2L11 4.5L14 7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 8V17.5C5 18.6 5.9 19.5 7 19.5H12.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 22L13 19.5L10 17\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M5 8C6.65685 8 8 6.65685 8 5C8 3.34315 6.65685 2 5 2C3.34315 2 2 3.34315 2 5C2 6.65685 3.34315 8 5 8Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"quote down circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path d=\"M7 12.1597H9.67999C10.39 12.1597 10.87 12.6997 10.87 13.3497V14.8397C10.87 15.4897 10.39 16.0297 9.67999 16.0297H8.19C7.54 16.0297 7 15.4897 7 14.8397V12.1597Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 12.1597C7 9.36973 7.52 8.89973 9.09 7.96973\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.1406 12.1597H15.8206C16.5306 12.1597 17.0106 12.6997 17.0106 13.3497V14.8397C17.0106 15.4897 16.5306 16.0297 15.8206 16.0297H14.3306C13.6806 16.0297 13.1406 15.4897 13.1406 14.8397V12.1597Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.1406 12.1597C13.1406 9.36973 13.6606 8.89973 15.2306 7.96973\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"quote down square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M7 12.1597H9.68C10.39 12.1597 10.87 12.6997 10.87 13.3497V14.8397C10.87 15.4897 10.39 16.0297 9.68 16.0297H8.19C7.54 16.0297 7 15.4897 7 14.8397V12.1597\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 12.1597C7 9.36973 7.52 8.89973 9.09 7.96973\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.1406 12.1597H15.8206C16.5306 12.1597 17.0106 12.6997 17.0106 13.3497V14.8397C17.0106 15.4897 16.5306 16.0297 15.8206 16.0297H14.3306C13.6806 16.0297 13.1406 15.4897 13.1406 14.8397V12.1597\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.1406 12.1597C13.1406 9.36973 13.6606 8.89973 15.2306 7.96973\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"quote down \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.9991 11.65H16.1991C14.6691 11.65 13.6191 10.49 13.6191 9.07001V5.84998C13.6191 4.42998 14.6691 3.27002 16.1991 3.27002H19.4191C20.8391 3.27002 21.9991 4.42998 21.9991 5.84998V11.65Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.9988 11.6499C21.9988 17.6999 20.8688 18.6998 17.4688 20.7198\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M10.3702 11.65H4.57023C3.04023 11.65 1.99023 10.49 1.99023 9.07001V5.84998C1.99023 4.42998 3.04023 3.27002 4.57023 3.27002H7.80023C9.22023 3.27002 10.3802 4.42998 10.3802 5.84998V11.65\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.3698 11.6499C10.3698 17.6999 9.23984 18.6998 5.83984 20.7198\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"quote up circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path d=\"M16.9989 11.8398H14.3189C13.6089 11.8398 13.1289 11.2998 13.1289 10.6498V9.15973C13.1289 8.50973 13.6089 7.96973 14.3189 7.96973H15.8089C16.4589 7.96973 16.9989 8.50973 16.9989 9.15973V11.8398Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.0002 11.8398C17.0002 14.6298 16.4802 15.0998 14.9102 16.0298\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.8602 11.8398H8.18022C7.47022 11.8398 6.99023 11.2998 6.99023 10.6498V9.15973C6.99023 8.50973 7.47022 7.96973 8.18022 7.96973H9.67023C10.3202 7.96973 10.8602 8.50973 10.8602 9.15973V11.8398Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.8595 11.8398C10.8595 14.6298 10.3395 15.0998 8.76953 16.0298\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"quote up square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M16.9989 11.8398H14.3189C13.6089 11.8398 13.1289 11.2998 13.1289 10.6498V9.15973C13.1289 8.50973 13.6089 7.96973 14.3189 7.96973H15.8089C16.4589 7.96973 16.9989 8.50973 16.9989 9.15973V11.8398Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.0002 11.8398C17.0002 14.6298 16.4802 15.0998 14.9102 16.0298\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.8602 11.8398H8.18023C7.47023 11.8398 6.99023 11.2998 6.99023 10.6498V9.15973C6.99023 8.50973 7.47023 7.96973 8.18023 7.96973H9.67023C10.3202 7.96973 10.8602 8.50973 10.8602 9.15973V11.8398Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.8595 11.8398C10.8595 14.6298 10.3395 15.0998 8.76953 16.0298\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"quote up \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path d=\"M2 12.3501H7.79999C9.32999 12.3501 10.38 13.5101 10.38 14.9301V18.1501C10.38 19.5701 9.32999 20.7301 7.79999 20.7301H4.58002C3.16002 20.7301 2 19.5701 2 18.1501V12.3501\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 12.3502C2 6.30022 3.13003 5.30027 6.53003 3.28027\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M13.6309 12.3501H19.4308C20.9608 12.3501 22.0109 13.5101 22.0109 14.9301V18.1501C22.0109 19.5701 20.9608 20.7301 19.4308 20.7301H16.2109C14.7909 20.7301 13.6309 19.5701 13.6309 18.1501V12.3501\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.6309 12.3502C13.6309 6.30022 14.7608 5.30027 18.1608 3.28027\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"radar 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 18C21.26 16.33 22 14.25 22 12C22 9.75 21.26 7.67 20 6\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4 6C2.74 7.67 2 9.75 2 12C2 14.25 2.74 16.33 4 18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M16.8008 15.5999C17.5508 14.5999 18.0008 13.3499 18.0008 11.9999C18.0008 10.6499 17.5508 9.3999 16.8008 8.3999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M7.20001 8.3999C6.45001 9.3999 6 10.6499 6 11.9999C6 13.3499 6.45001 14.5999 7.20001 15.5999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"radar 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 4C7.67 2.75 9.75 2 12 2C17.52 2 22 6.48 22 12C22 17.52 17.52 22 12 22C6.48 22 2 17.52 2 12C2 10.19 2.47999 8.48999 3.32999 7.01999L12 12\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M6.82999 8.95999C6.29999 9.84999 6 10.89 6 12C6 15.31 8.69 18 12 18C15.31 18 18 15.31 18 12C18 8.69 15.31 6 12 6C11.09 6 10.22 6.20001 9.45001 6.57001\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"radar \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 4C7.67 2.75 9.75 2 12 2C17.52 2 22 6.48 22 12C22 17.52 17.52 22 12 22C6.48 22 2 17.52 2 12C2 10.19 2.47999 8.48999 3.32999 7.01999L12 12\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"radio \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 5H7C4 5 2 7 2 10V17C2 20 4 22 7 22H17C20 22 22 20 22 17V10C22 7 20 5 17 5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7 2V5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8.5 16C9.88071 16 11 14.8807 11 13.5C11 12.1193 9.88071 11 8.5 11C7.11929 11 6 12.1193 6 13.5C6 14.8807 7.11929 16 8.5 16Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M14.5 11H18.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M14.5 15H15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M18 15H18.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"ram 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.5 7V17C3.5 20 4.97 22 8.5 22H15.5C18.97 22 20.5 20 20.5 17V15.83C20.5 15.3 20.29 14.79 19.91 14.42L19.08 13.59C18.7 13.21 18.49 12.71 18.49 12.18V10C18.49 9.45 18.94 9 19.49 9C20.04 9 20.49 8.55 20.49 8V7C20.49 4 18.96 2 15.49 2H8.49C4.97 2 3.5 4 3.5 7Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M7.99047 21.97L7.98047 19C7.98047 17.89 8.87047 17 9.98047 17H13.9905C15.0905 17 15.9805 17.89 15.9905 18.99L16.0205 21.98\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8.94043 4.95006L8.99043 2.06006\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M11.9404 4.95006L11.9904 2.06006\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M14.9404 4.92004L14.9904 2.04004\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"ram \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.5 7V17C3.5 20 4.97 22 8.5 22H15.5C18.97 22 20.5 20 20.5 17V15.83C20.5 15.3 20.29 14.79 19.91 14.42L19.08 13.59C18.7 13.21 18.49 12.71 18.49 12.18V10C18.49 9.45 18.94 9 19.49 9C20.04 9 20.49 8.55 20.49 8V7C20.49 4 18.96 2 15.49 2H8.49C4.97 2 3.5 4 3.5 7Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M7.99047 21.97L7.98047 19C7.98047 17.89 8.87047 17 9.98047 17H13.9905C15.0905 17 15.9805 17.89 15.9905 18.99L16.0205 21.98\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M13.9697 7.77979H7.96973\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"ranking 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.67 14H4C2.9 14 2 14.9 2 16V22H8.67V14Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.3302 10H10.6602C9.56016 10 8.66016 10.9 8.66016 12V22H15.3302V12C15.3302 10.9 14.4402 10 13.3302 10Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.0001 17H15.3301V22H22.0001V19C22.0001 17.9 21.1001 17 20.0001 17Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M12.5202 2.06982L13.0502 3.12982C13.1202 3.27982 13.3102 3.41982 13.4702 3.43982L14.4302 3.59982C15.0402 3.69982 15.1902 4.1498 14.7502 4.5798L14.0002 5.3298C13.8702 5.4598 13.8002 5.69981 13.8402 5.86981L14.0502 6.78982C14.2202 7.51982 13.8302 7.79983 13.1902 7.41983L12.2902 6.88983C12.1302 6.78983 11.8602 6.78983 11.7002 6.88983L10.8002 7.41983C10.1602 7.79983 9.77023 7.51982 9.94023 6.78982L10.1502 5.86981C10.1902 5.69981 10.1202 5.4498 9.99023 5.3298L9.25023 4.58981C8.81023 4.14981 8.95023 3.7098 9.57023 3.6098L10.5302 3.44983C10.6902 3.41983 10.8802 3.27983 10.9502 3.13983L11.4802 2.0798C11.7702 1.4998 12.2302 1.49982 12.5202 2.06982Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"ranking \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.3 8.1101L14.62 10.7501C14.8 11.1101 15.28 11.4701 15.68 11.5301L18.07 11.9301C19.6 12.1901 19.96 13.2901 18.86 14.3901L17 16.2501C16.69 16.5601 16.51 17.1701 16.61 17.6101L17.14 19.9201C17.56 21.7401 16.59 22.4501 14.98 21.5001L12.74 20.1701C12.33 19.9301 11.67 19.9301 11.26 20.1701L9.01996 21.5001C7.40996 22.4501 6.43995 21.7401 6.85995 19.9201L7.38998 17.6101C7.48998 17.1801 7.30997 16.5701 6.99997 16.2501L5.13998 14.3901C4.03998 13.2901 4.39996 12.1801 5.92996 11.9301L8.31997 11.5301C8.71997 11.4601 9.19997 11.1101 9.37997 10.7501L10.7 8.1101C11.41 6.6801 12.59 6.6801 13.3 8.1101Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M6 9V2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M18 9V2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M12 4V2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"receipt 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.73 19.7C7.55 18.82 8.8 18.89 9.52 19.85L10.53 21.2C11.34 22.27 12.65 22.27 13.46 21.2L14.47 19.85C15.19 18.89 16.44 18.82 17.26 19.7C19.04 21.6 20.49 20.97 20.49 18.31V7.04C20.5 3.01 19.56 2 15.78 2H8.22C4.44 2 3.5 3.01 3.5 7.04V18.3C3.5 20.97 4.96 21.59 6.73 19.7Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8 7H16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M9 11H15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"receipt 2 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.73 19.7C7.55 18.82 8.8 18.89 9.52 19.85L10.53 21.2C11.34 22.27 12.65 22.27 13.46 21.2L14.47 19.85C15.19 18.89 16.44 18.82 17.26 19.7C19.04 21.6 20.49 20.97 20.49 18.31V7.04C20.5 3.01 19.56 2 15.78 2H8.22C4.44 2 3.5 3.01 3.5 7.04V18.3C3.5 20.97 4.96 21.59 6.73 19.7Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8.09607 11H8.10505\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M10.8984 11H16.3984\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8.09607 7H8.10505\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M10.8984 7H16.3984\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"receipt 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20 7.04V16.96C20 18.48 19.86 19.56 19.5 20.33C19.5 20.34 19.49 20.36 19.48 20.37C19.26 20.65 18.97 20.79 18.63 20.79C18.1 20.79 17.46 20.44 16.77 19.7C15.95 18.82 14.69 18.89 13.97 19.85L12.96 21.19C12.56 21.73 12.03 22 11.5 22C10.97 22 10.44 21.73 10.04 21.19L9.02002 19.84C8.31002 18.89 7.05999 18.82 6.23999 19.69L6.22998 19.7C5.09998 20.91 4.10002 21.09 3.52002 20.37C3.51002 20.36 3.5 20.34 3.5 20.33C3.14 19.56 3 18.48 3 16.96V7.04C3 5.52 3.14 4.44 3.5 3.67C3.5 3.66 3.50002 3.65 3.52002 3.64C4.09002 2.91 5.09998 3.09 6.22998 4.3L6.23999 4.31C7.05999 5.18 8.31002 5.11 9.02002 4.16L10.04 2.81C10.44 2.27 10.97 2 11.5 2C12.03 2 12.56 2.27 12.96 2.81L13.97 4.15C14.69 5.11 15.95 5.18 16.77 4.3C17.46 3.56 18.1 3.21 18.63 3.21C18.97 3.21 19.26 3.36 19.48 3.64C19.5 3.65 19.5 3.66 19.5 3.67C19.86 4.44 20 5.52 20 7.04Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8 10.25H16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8 13.75H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"receipt add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 6V8.42C22 10 21 11 19.42 11H16V4.01C16 2.9 16.91 2 18.02 2C19.11 2.01 20.11 2.45 20.83 3.17C21.55 3.9 22 4.9 22 6Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 7V21C2 21.83 2.94001 22.3 3.60001 21.8L5.31 20.52C5.71 20.22 6.27 20.26 6.63 20.62L8.28999 22.29C8.67999 22.68 9.32001 22.68 9.71001 22.29L11.39 20.61C11.74 20.26 12.3 20.22 12.69 20.52L14.4 21.8C15.06 22.29 16 21.82 16 21V4C16 2.9 16.9 2 18 2H7H6C3 2 2 3.79 2 6V7Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M6.25 10H11.75\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 12.75V7.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"receipt discount \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 6V8.42C22 10 21 11 19.42 11H16V4.01C16 2.9 16.91 2 18.02 2C19.11 2.01 20.11 2.45 20.83 3.17C21.55 3.9 22 4.9 22 6Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 7V21C2 21.83 2.94 22.3 3.6 21.8L5.31 20.52C5.71 20.22 6.27 20.26 6.63 20.62L8.29 22.29C8.68 22.68 9.32 22.68 9.71 22.29L11.39 20.61C11.74 20.26 12.3 20.22 12.69 20.52L14.4 21.8C15.06 22.29 16 21.82 16 21V4C16 2.9 16.9 2 18 2H7H6C3 2 2 3.79 2 6V7Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M6.26953 13.73L11.7295 8.27002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M11.9242 13.5H11.9332\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M6.19373 8.5H6.20271\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"receipt disscount \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.73 19.7C7.55 18.82 8.8 18.89 9.52 19.85L10.53 21.2C11.34 22.27 12.65 22.27 13.46 21.2L14.47 19.85C15.19 18.89 16.44 18.82 17.26 19.7C19.04 21.6 20.49 20.97 20.49 18.31V7.04C20.5 3.01 19.56 2 15.78 2H8.22C4.44 2 3.5 3.01 3.5 7.04V18.3C3.5 20.97 4.96 21.59 6.73 19.7Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M9 13L15 7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M14.9945 13H15.0035\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8.99451 7.5H9.00349\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"receipt edit \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.5 11.3V7.04001C20.5 3.01001 19.56 2 15.78 2H8.22C4.44 2 3.5 3.01001 3.5 7.04001V18.3C3.5 20.96 4.96001 21.59 6.73001 19.69L6.73999 19.68C7.55999 18.81 8.80999 18.88 9.51999 19.83L10.53 21.18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8 7H16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M9 11H15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.2091 14.7698L14.6691 18.3098C14.5291 18.4498 14.3991 18.7098 14.3691 18.8998L14.1791 20.2498C14.1091 20.7398 14.4491 21.0798 14.9391 21.0098L16.2891 20.8198C16.4791 20.7898 16.7491 20.6598 16.8791 20.5198L20.4191 16.9798C21.0291 16.3698 21.3191 15.6598 20.4191 14.7598C19.5291 13.8698 18.8191 14.1598 18.2091 14.7698Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.6992 15.2798C17.9992 16.3598 18.8392 17.1998 19.9192 17.4998\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"receipt item \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 6V8.42C22 10 21 11 19.42 11H16V4.01C16 2.9 16.91 2 18.02 2C19.11 2.01 20.11 2.45 20.83 3.17C21.55 3.9 22 4.9 22 6Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 7V21C2 21.83 2.94 22.3 3.6 21.8L5.31 20.52C5.71 20.22 6.27 20.26 6.63 20.62L8.29 22.29C8.68 22.68 9.32 22.68 9.71 22.29L11.39 20.61C11.74 20.26 12.3 20.22 12.69 20.52L14.4 21.8C15.06 22.29 16 21.82 16 21V4C16 2.9 16.9 2 18 2H7H6C3 2 2 3.79 2 6V7Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M9 13.0098H12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M9 9.00977H12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M5.99609 13H6.00508\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M5.99451 9H6.00349\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"receipt minus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 6V8.42C22 10 21 11 19.42 11H16V4.01C16 2.9 16.91 2 18.02 2C19.11 2.01 20.11 2.45 20.83 3.17C21.55 3.9 22 4.9 22 6Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 7V21C2 21.83 2.94 22.3 3.6 21.8L5.31 20.52C5.71 20.22 6.27 20.26 6.63 20.62L8.29 22.29C8.68 22.68 9.32 22.68 9.71 22.29L11.39 20.61C11.74 20.26 12.3 20.22 12.69 20.52L14.4 21.8C15.06 22.29 16 21.82 16 21V4C16 2.9 16.9 2 18 2H7H6C3 2 2 3.79 2 6V7Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M6.25 10H11.75\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"receipt search \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.5 11.3V7.04001C20.5 3.01001 19.56 2 15.78 2H8.22C4.44 2 3.5 3.01001 3.5 7.04001V18.3C3.5 20.96 4.96001 21.59 6.73001 19.69L6.73999 19.68C7.55999 18.81 8.80999 18.88 9.51999 19.83L10.53 21.18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.2 21.4C19.9673 21.4 21.4 19.9673 21.4 18.2C21.4 16.4327 19.9673 15 18.2 15C16.4327 15 15 16.4327 15 18.2C15 19.9673 16.4327 21.4 18.2 21.4Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 22L21 21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8 7H16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M9 11H15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"receipt square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8.90024 16.5299C9.38024 16.0099 10.1203 16.0499 10.5403 16.6199L11.1403 17.4199C11.6103 18.0499 12.3902 18.0499 12.8602 17.4199L13.4503 16.6299C13.8703 16.0699 14.6102 16.0299 15.0902 16.5399C16.1402 17.6599 16.9902 17.2899 16.9902 15.7199V9.08987C16.9902 6.71987 16.4302 6.12988 14.2102 6.12988H9.77023C7.55023 6.12988 6.99023 6.71987 6.99023 9.08987V15.7199C7.00023 17.2699 7.86024 17.6399 8.90024 16.5299Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"receipt text \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 6V8.42C22 10 21 11 19.42 11H16V4.01C16 2.9 16.91 2 18.02 2C19.11 2.01 20.11 2.45 20.83 3.17C21.55 3.9 22 4.9 22 6Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 7V21C2 21.83 2.93998 22.3 3.59998 21.8L5.31 20.52C5.71 20.22 6.27 20.26 6.63 20.62L8.28998 22.29C8.67998 22.68 9.32002 22.68 9.71002 22.29L11.39 20.61C11.74 20.26 12.3 20.22 12.69 20.52L14.4 21.8C15.06 22.29 16 21.82 16 21V4C16 2.9 16.9 2 18 2H7H6C3 2 2 3.79 2 6V7Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M6 9H12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M6.75 13H11.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"receipt \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M22 6V8.42C22 10 21 11 19.42 11H16V4.01C16 2.9 16.91 2 18.02 2C19.11 2.01 20.11 2.45 20.83 3.17C21.55 3.9 22 4.9 22 6Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 7V21C2 21.83 2.93998 22.3 3.59998 21.8L5.31 20.52C5.71 20.22 6.27 20.26 6.63 20.62L8.28998 22.29C8.67998 22.68 9.32002 22.68 9.71002 22.29L11.39 20.61C11.74 20.26 12.3 20.22 12.69 20.52L14.4 21.8C15.06 22.29 16 21.82 16 21V4C16 2.9 16.9 2 18 2H7H6C3 2 2 3.79 2 6V7Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"receive square 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M10.5898 13.3401H14.8298V9.1001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.8299 13.3402L9.16992 7.68018\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path opacity=\"0.4\" d=\"M6 16.5098C9.89 17.8098 14.11 17.8098 18 16.5098\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"receive square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M9 11.5098L12 14.5098L15 11.5098\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 14.5098V6.50977\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 16.5098C9.89 17.8098 14.11 17.8098 18 16.5098\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"received \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 17.5L19 3.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 7.22998V17.5H15.27\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M3.5 22H20.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"record circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9707 22C17.4936 22 21.9707 17.5228 21.9707 12C21.9707 6.47715 17.4936 2 11.9707 2C6.44786 2 1.9707 6.47715 1.9707 12C1.9707 17.5228 6.44786 22 11.9707 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M11.9995 16.23C14.3357 16.23 16.2295 14.3362 16.2295 12C16.2295 9.66386 14.3357 7.77002 11.9995 7.77002C9.66337 7.77002 7.76953 9.66386 7.76953 12C7.76953 14.3362 9.66337 16.23 11.9995 16.23Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"record \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"recovery convert \"><svg   viewBox=\"0 0 22 22\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.6 11.5799V14.3099C13.6 16.5899 12.69 17.4999 10.41 17.4999H7.69C5.42 17.4999 4.5 16.5899 4.5 14.3099V11.5799C4.5 9.3099 5.41 8.3999 7.69 8.3999H10.42C12.69 8.3999 13.6 9.3099 13.6 11.5799Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.5004 7.68V10.41C17.5004 12.69 16.5904 13.6 14.3104 13.6H13.6004V11.58C13.6004 9.31 12.6904 8.4 10.4104 8.4H8.40039V7.68C8.40039 5.4 9.31039 4.5 11.5904 4.5H14.3204C16.5904 4.5 17.5004 5.41 17.5004 7.68Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M21 14C21 17.87 17.87 21 14 21L15.05 19.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M1 8C1 4.13 4.13 1 8 1L6.95 2.75\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"redo \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M16.8691 18.3101H8.86914C6.10914 18.3101 3.86914 16.0701 3.86914 13.3101C3.86914 10.5501 6.10914 8.31006 8.86914 8.31006H19.8691\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.5703 10.8099L20.1303 8.24994L17.5703 5.68994\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"refresh 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 12C2 6.48 6.44 2 12 2C18.67 2 22 7.56 22 7.56M22 7.56V2.56M22 7.56H17.56\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M21.89 12C21.89 17.52 17.41 22 11.89 22C6.37 22 3 16.44 3 16.44M3 16.44H7.52M3 16.44V21.44\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"refresh circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M8.00977 14.5099C8.18977 14.8099 8.40976 15.09 8.65976 15.34C10.4998 17.18 13.4898 17.18 15.3398 15.34C16.0898 14.59 16.5198 13.6399 16.6598 12.6699\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.33984 11.3298C7.47984 10.3498 7.90985 9.40979 8.65985 8.65979C10.4999 6.81979 13.4898 6.81979 15.3398 8.65979C15.5998 8.91979 15.8098 9.1998 15.9898 9.4898\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.82031 17.1797V14.5098H10.4903\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.1797 6.81982V9.48981H13.5098\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"refresh left square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path d=\"M10.33 7.51025C10.83 7.36025 11.38 7.26025 12 7.26025C14.76 7.26025 17 9.50025 17 12.2603C17 15.0203 14.76 17.2603 12 17.2603C9.24 17.2603 7 15.0203 7 12.2603C7 11.2303 7.31 10.2803 7.84 9.48026\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.62109 7.65024L11.2811 5.74023\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.62109 7.65039L11.5611 9.07039\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"refresh right square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M13.67 7.51025C13.17 7.36025 12.62 7.26025 12 7.26025C9.24 7.26025 7 9.50025 7 12.2603C7 15.0203 9.24 17.2603 12 17.2603C14.76 17.2603 17 15.0203 17 12.2603C17 11.2303 16.69 10.2803 16.16 9.48026\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.3807 7.65024L12.7207 5.74023\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.3795 7.65039L12.4395 9.07039\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"refresh square 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M17.5 12C17.5 15.04 15.04 17.5 12 17.5C8.96 17.5 7.10999 14.44 7.10999 14.44M7.10999 14.44H9.59M7.10999 14.44V17.19M6.5 12C6.5 8.96 8.94 6.5 12 6.5C15.67 6.5 17.5 9.56 17.5 9.56M17.5 9.56V6.81M17.5 9.56H15.06\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"refresh \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.55 21.67C18.84 20.54 22 16.64 22 12C22 6.48 17.56 2 12 2C5.33 2 2 7.56 2 7.56M2 7.56V3M2 7.56H4.01H6.44\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M2 12C2 17.52 6.48 22 12 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"3 3\"/>\n</svg>\n</li><li title=\"repeat circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path d=\"M7.5 8.34033H14.9C15.79 8.34033 16.5 9.06031 16.5 9.94031V11.7103\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.19 6.66016L7.5 8.34021L9.19 10.0302\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.5 15.66H9.10001C8.21001 15.66 7.5 14.9401 7.5 14.0601V12.29\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.8105 17.3403L16.5005 15.6602L14.8105 13.9702\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"repeat \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path d=\"M3.58008 5.16016H17.4201C19.0801 5.16016 20.4201 6.50016 20.4201 8.16016V11.4802\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.74008 2L3.58008 5.15997L6.74008 8.32001\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M20.4201 18.84H6.58008C4.92008 18.84 3.58008 17.5 3.58008 15.84V12.52\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.2598 22.0002L20.4198 18.8402L17.2598 15.6802\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"repeate music \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.0002 3L16.4402 5.34003L8.49023 5.32001C4.92023 5.32001 1.99023 8.25003 1.99023 11.84C1.99023 13.63 2.72022 15.26 3.90022 16.44\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.0005 21.0001L7.56055 18.66L15.5105 18.6801C19.0805 18.6801 22.0105 15.75 22.0105 12.16C22.0105 10.37 21.2806 8.74006 20.1006 7.56006\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M9 12H15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"repeate one \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.0002 3L16.4402 5.34003L8.49023 5.32001C4.92023 5.32001 1.99023 8.25003 1.99023 11.84C1.99023 13.63 2.72024 15.26 3.90024 16.44\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.0005 21.0001L7.56055 18.66L15.5106 18.6801C19.0806 18.6801 22.0106 15.75 22.0106 12.16C22.0106 10.37 21.2806 8.74006 20.1006 7.56006\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M12.25 14.67V9.33008L10.75 11.0001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"reserve \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.9707 22H4.9707C1.9707 22 1.9707 20.65 1.9707 19V18C1.9707 17.45 2.4207 17 2.9707 17H20.9707C21.5207 17 21.9707 17.45 21.9707 18V19C21.9707 20.65 21.9707 22 18.9707 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.7195 13V17H3.26953V13C3.26953 9.16 5.97953 5.95 9.58953 5.18C10.1295 5.06 10.6895 5 11.2695 5H12.7195C13.2995 5 13.8695 5.06 14.4095 5.18C18.0195 5.96 20.7195 9.16 20.7195 13Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.34\" d=\"M14.5 4.5C14.5 4.74 14.47 4.96 14.41 5.18C13.87 5.06 13.3 5 12.72 5H11.27C10.69 5 10.13 5.06 9.59 5.18C9.53 4.96 9.5 4.74 9.5 4.5C9.5 3.12 10.62 2 12 2C13.38 2 14.5 3.12 14.5 4.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.34\" d=\"M15 11H9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"rotate left 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.25 22H11.75C15.5 22 17 20.5 17 16.75V12.25C17 8.5 15.5 7 11.75 7H7.25C3.5 7 2 8.5 2 12.25V16.75C2 20.5 3.5 22 7.25 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M22 9C22 5.13 18.87 2 15 2L16.05 3.75\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"rotate left \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M9.11008 5.0799C9.98008 4.8199 10.9401 4.6499 12.0001 4.6499C16.7901 4.6499 20.6701 8.5299 20.6701 13.3199C20.6701 18.1099 16.7901 21.9899 12.0001 21.9899C7.21008 21.9899 3.33008 18.1099 3.33008 13.3199C3.33008 11.5399 3.87008 9.8799 4.79008 8.4999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.86914 5.32L10.7591 2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.86914 5.31982L11.2391 7.77982\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"rotate right 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.75 22H12.25C8.5 22 7 20.5 7 16.75V12.25C7 8.5 8.5 7 12.25 7H16.75C20.5 7 22 8.5 22 12.25V16.75C22 20.5 20.5 22 16.75 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M2 9C2 5.13 5.13 2 9 2L7.95 3.75\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"rotate right \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M14.8901 5.0799C14.0201 4.8199 13.0601 4.6499 12.0001 4.6499C7.21008 4.6499 3.33008 8.5299 3.33008 13.3199C3.33008 18.1199 7.21008 21.9999 12.0001 21.9999C16.7901 21.9999 20.6701 18.1199 20.6701 13.3299C20.6701 11.5499 20.1301 9.8899 19.2101 8.5099\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.1302 5.32L13.2402 2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.1298 5.31982L12.7598 7.77982\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"route square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M17.3509 9.04979L15.0109 16.5898C14.4509 18.3798 11.9409 18.4098 11.3509 16.6298L10.651 14.5598C10.461 13.9898 10.0109 13.5298 9.44095 13.3498L7.36095 12.6498C5.59095 12.0598 5.62095 9.5298 7.41095 8.9898L14.951 6.63979C16.431 6.18979 17.8209 7.57979 17.3509 9.04979Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"routing 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M5.4707 9C7.4037 9 8.9707 7.433 8.9707 5.5C8.9707 3.567 7.4037 2 5.4707 2C3.53771 2 1.9707 3.567 1.9707 5.5C1.9707 7.433 3.53771 9 5.4707 9Z\" stroke=\"currentColor\" stroke-/>\n<path opacity=\"0.4\" d=\"M16.9707 15H19.9707C21.0707 15 21.9707 15.9 21.9707 17V20C21.9707 21.1 21.0707 22 19.9707 22H16.9707C15.8707 22 14.9707 21.1 14.9707 20V17C14.9707 15.9 15.8707 15 16.9707 15Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M11.9997 5H14.6797C16.5297 5 17.3897 7.29 15.9997 8.51L8.0097 15.5C6.6197 16.71 7.4797 19 9.3197 19H11.9997\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.48573 5.5H5.49728\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.4857 18.5H18.4973\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"routing \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M2.07006 4.59988C2.87006 1.13988 8.08006 1.13988 8.87006 4.59988C9.34006 6.62988 8.05006 8.34988 6.93006 9.41988C6.11006 10.1999 4.82006 10.1899 4.00006 9.41988C2.89006 8.34988 1.60006 6.62988 2.07006 4.59988Z\" stroke=\"currentColor\" stroke-/>\n<path opacity=\"0.4\" d=\"M15.07 16.5999C15.87 13.1399 21.11 13.1399 21.91 16.5999C22.38 18.6299 21.09 20.3499 19.96 21.4199C19.14 22.1999 17.84 22.1899 17.02 21.4199C15.89 20.3499 14.6 18.6299 15.07 16.5999Z\" stroke=\"currentColor\" stroke-/>\n<path d=\"M11.9997 5H14.6797C16.5297 5 17.3897 7.29 15.9997 8.51L8.0097 15.5C6.6197 16.71 7.4797 19 9.3197 19H11.9997\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.48573 5.5H5.49728\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.4857 17.5H18.4973\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"row horizontal \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M10.5 19.9V4.1C10.5 2.6 9.86 2 8.27 2H4.23C2.64 2 2 2.6 2 4.1V19.9C2 21.4 2.64 22 4.23 22H8.27C9.86 22 10.5 21.4 10.5 19.9Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 19.9V4.1C22 2.6 21.36 2 19.77 2H15.73C14.14 2 13.5 2.6 13.5 4.1V19.9C13.5 21.4 14.14 22 15.73 22H19.77C21.36 22 22 21.4 22 19.9Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"row vertical \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.9 13.5H4.1C2.6 13.5 2 14.14 2 15.73V19.77C2 21.36 2.6 22 4.1 22H19.9C21.4 22 22 21.36 22 19.77V15.73C22 14.14 21.4 13.5 19.9 13.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M19.9 2H4.1C2.6 2 2 2.64 2 4.23V8.27C2 9.86 2.6 10.5 4.1 10.5H19.9C21.4 10.5 22 9.86 22 8.27V4.23C22 2.64 21.4 2 19.9 2Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"ruler&pen \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.4707 19V5C21.4707 3 20.4707 2 18.4707 2H14.4707C12.4707 2 11.4707 3 11.4707 5V19C11.4707 21 12.4707 22 14.4707 22H18.4707C20.4707 22 21.4707 21 21.4707 19Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path opacity=\"0.4\" d=\"M11.4707 6H16.4707\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path opacity=\"0.4\" d=\"M11.4707 18H15.4707\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path opacity=\"0.4\" d=\"M11.4707 13.9502L16.4707 14.0002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path opacity=\"0.4\" d=\"M11.4707 10H14.4707\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M5.4893 2C3.8593 2 2.5293 3.33 2.5293 4.95V17.91C2.5293 18.36 2.7193 19.04 2.9493 19.43L3.7693 20.79C4.7093 22.36 6.2593 22.36 7.1993 20.79L8.0193 19.43C8.2493 19.04 8.4393 18.36 8.4393 17.91V4.95C8.4393 3.33 7.1093 2 5.4893 2Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path opacity=\"0.4\" d=\"M8.4393 7H2.5293\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n</svg>\n</li><li title=\"ruler \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 17H19C21 17 22 16 22 14V10C22 8 21 7 19 7H5C3 7 2 8 2 10V14C2 16 3 17 5 17Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path opacity=\"0.4\" d=\"M18 7V12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path opacity=\"0.4\" d=\"M6 7V11\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path opacity=\"0.4\" d=\"M10.05 7L10 12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path opacity=\"0.4\" d=\"M14 7V10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n</svg>\n</li><li title=\"safe home \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22.9998 15.37V17.5601C22.9998 20.0001 21.2198 22.3 18.7998 22.97C18.6298 23.01 18.4499 23.01 18.2899 22.97C17.1099 22.65 16.0698 21.93 15.3398 21C14.5498 20.02 14.0898 18.8101 14.0898 17.5601V15.37C14.0898 14.95 14.3998 14.49 14.7798 14.33L17.5598 13.1899C18.1898 12.9399 18.8898 12.9399 19.5198 13.1899L20.5198 13.6L22.3098 14.33C22.6898 14.49 22.9998 14.95 22.9998 15.37Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M20.9493 11.0103L20.5193 13.6003L19.5193 13.1902C18.8893 12.9402 18.1893 12.9402 17.5593 13.1902L14.7793 14.3302C14.3993 14.4902 14.0893 14.9503 14.0893 15.3703V17.5604C14.0893 18.8104 14.5493 20.0203 15.3393 21.0003H6.1793C4.8093 21.0003 3.51931 19.9104 3.28931 18.5604L2.0293 11.0103C1.8693 10.0803 2.33929 8.83028 3.07929 8.24028L9.65931 2.98027C10.6693 2.17027 12.3093 2.17028 13.3193 2.99028L19.8993 8.24028C20.6293 8.83028 21.1093 10.0803 20.9493 11.0103Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"sagittarius \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 3H21V12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 3L3 21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M6.59961 6.6001L17.3997 17.4001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"save 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.89 5.87988H5.10999C3.39999 5.87988 2 7.27987 2 8.98987V20.3499C2 21.7999 3.04 22.4199 4.31 21.7099L8.23999 19.5199C8.65999 19.2899 9.34 19.2899 9.75 19.5199L13.68 21.7099C14.95 22.4199 15.99 21.7999 15.99 20.3499V8.98987C16 7.27987 14.6 5.87988 12.89 5.87988Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 8.98987V20.3499C16 21.7999 14.96 22.4099 13.69 21.7099L9.76001 19.5199C9.34001 19.2899 8.65999 19.2899 8.23999 19.5199L4.31 21.7099C3.04 22.4099 2 21.7999 2 20.3499V8.98987C2 7.27987 3.39999 5.87988 5.10999 5.87988H12.89C14.6 5.87988 16 7.27987 16 8.98987Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M22 5.10999V16.47C22 17.92 20.96 18.53 19.69 17.83L16 15.77V8.98999C16 7.27999 14.6 5.88 12.89 5.88H8V5.10999C8 3.39999 9.39999 2 11.11 2H18.89C20.6 2 22 3.39999 22 5.10999Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"save add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 8.98987V20.3499C16 21.7999 14.96 22.4099 13.69 21.7099L9.76001 19.5199C9.34001 19.2899 8.65999 19.2899 8.23999 19.5199L4.31 21.7099C3.04 22.4099 2 21.7999 2 20.3499V8.98987C2 7.27987 3.39999 5.87988 5.10999 5.87988H12.89C14.6 5.87988 16 7.27987 16 8.98987Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M22 5.10999V16.47C22 17.92 20.96 18.53 19.69 17.83L16 15.77V8.98999C16 7.27999 14.6 5.88 12.89 5.88H8V5.10999C8 3.39999 9.39999 2 11.11 2H18.89C20.6 2 22 3.39999 22 5.10999Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M7 12H11\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 14V10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"save minus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 8.98987V20.3499C16 21.7999 14.96 22.4099 13.69 21.7099L9.76001 19.5199C9.34001 19.2899 8.65999 19.2899 8.23999 19.5199L4.31 21.7099C3.04 22.4099 2 21.7999 2 20.3499V8.98987C2 7.27987 3.39999 5.87988 5.10999 5.87988H12.89C14.6 5.87988 16 7.27987 16 8.98987Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M22 5.10999V16.47C22 17.92 20.96 18.53 19.69 17.83L16 15.77V8.98999C16 7.27999 14.6 5.88 12.89 5.88H8V5.10999C8 3.39999 9.39999 2 11.11 2H18.89C20.6 2 22 3.39999 22 5.10999Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M7 12H11\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"save remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 8.98987V20.3499C16 21.7999 14.96 22.4099 13.69 21.7099L9.76 19.5199C9.34 19.2899 8.66 19.2899 8.24 19.5199L4.31 21.7099C3.04 22.4099 2 21.7999 2 20.3499V8.98987C2 7.27987 3.4 5.87988 5.11 5.87988H12.89C14.6 5.87988 16 7.27987 16 8.98987Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M7.58984 13.4099L10.4098 10.5898\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.4098 13.4099L7.58984 10.5898\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M22 5.10999V16.47C22 17.92 20.96 18.53 19.69 17.83L16 15.77V8.98999C16 7.27999 14.6 5.88 12.89 5.88H8V5.10999C8 3.39999 9.4 2 11.11 2H18.89C20.6 2 22 3.39999 22 5.10999Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"scan barcode \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 9V6.5C2 4.01 4.01 2 6.5 2H9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 2H17.5C19.99 2 22 4.01 22 6.5V9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 16V17.5C22 19.99 19.99 22 17.5 22H16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 22H6.5C4.01 22 2 19.99 2 17.5V15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M10.5 7V9C10.5 10 10 10.5 9 10.5H7C6 10.5 5.5 10 5.5 9V7C5.5 6 6 5.5 7 5.5H9C10 5.5 10.5 6 10.5 7Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M18.5 7V9C18.5 10 18 10.5 17 10.5H15C14 10.5 13.5 10 13.5 9V7C13.5 6 14 5.5 15 5.5H17C18 5.5 18.5 6 18.5 7Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M10.5 15V17C10.5 18 10 18.5 9 18.5H7C6 18.5 5.5 18 5.5 17V15C5.5 14 6 13.5 7 13.5H9C10 13.5 10.5 14 10.5 15Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M18.5 15V17C18.5 18 18 18.5 17 18.5H15C14 18.5 13.5 18 13.5 17V15C13.5 14 14 13.5 15 13.5H17C18 13.5 18.5 14 18.5 15Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"scan \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 9V6.5C2 4.01 4.01 2 6.5 2H9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 2H17.5C19.99 2 22 4.01 22 6.5V9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 16V17.5C22 19.99 19.99 22 17.5 22H16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 22H6.5C4.01 22 2 19.99 2 17.5V15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M17 9.5V14.5C17 16.5 16 17.5 14 17.5H10C8 17.5 7 16.5 7 14.5V9.5C7 7.5 8 6.5 10 6.5H14C16 6.5 17 7.5 17 9.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 12H5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"scanner \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 9V7C2 4 4 2 7 2H17C20 2 22 4 22 7V9\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 15V17C2 20 4 22 7 22H17C20 22 22 20 22 17V15\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M2 12H22\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"scanning \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 9V6.5C2 4.01 4.01 2 6.5 2H9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 2H17.5C19.99 2 22 4.01 22 6.5V9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 16V17.5C22 19.99 19.99 22 17.5 22H16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 22H6.5C4.01 22 2 19.99 2 17.5V15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8.5 11C9.88071 11 11 9.88071 11 8.5C11 7.11929 9.88071 6 8.5 6C7.11929 6 6 7.11929 6 8.5C6 9.88071 7.11929 11 8.5 11Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M7.5 18C8.32843 18 9 17.3284 9 16.5C9 15.6716 8.32843 15 7.5 15C6.67157 15 6 15.6716 6 16.5C6 17.3284 6.67157 18 7.5 18Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M16.5 9C17.3284 9 18 8.32843 18 7.5C18 6.67157 17.3284 6 16.5 6C15.6716 6 15 6.67157 15 7.5C15 8.32843 15.6716 9 16.5 9Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M15.5 18C16.8807 18 18 16.8807 18 15.5C18 14.1193 16.8807 13 15.5 13C14.1193 13 13 14.1193 13 15.5C13 16.8807 14.1193 18 15.5 18Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"scissor 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.5 10C7.433 10 9 8.433 9 6.5C9 4.567 7.433 3 5.5 3C3.567 3 2 4.567 2 6.5C2 8.433 3.567 10 5.5 10Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.5 21C7.433 21 9 19.433 9 17.5C9 15.567 7.433 14 5.5 14C3.567 14 2 15.567 2 17.5C2 19.433 3.567 21 5.5 21Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M22.0004 6L8.65039 15.98\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22.0004 17.97L8.65039 7.97998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"scissor \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M8.41998 10.9001C9.48037 10.9001 10.34 10.0404 10.34 8.98006C10.34 7.91967 9.48037 7.06006 8.41998 7.06006C7.3596 7.06006 6.5 7.91967 6.5 8.98006C6.5 10.0404 7.3596 10.9001 8.41998 10.9001Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.41998 16.9401C9.48037 16.9401 10.34 16.0805 10.34 15.0201C10.34 13.9597 9.48037 13.1001 8.41998 13.1001C7.3596 13.1001 6.5 13.9597 6.5 15.0201C6.5 16.0805 7.3596 16.9401 8.41998 16.9401Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.5002 8.7002L10.1602 14.1902\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.5002 15.28L10.1602 9.79004\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"screenmirroring \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M12.6 18.5H16.4C17.9 18.5 18.5 17.9 18.5 16.4V14.6C18.5 13.1 17.9 12.5 16.4 12.5H12.6C11.1 12.5 10.5 13.1 10.5 14.6V16.4C10.5 17.9 11.1 18.5 12.6 18.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"scroll \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M9.60008 8.97021L7.11008 11.4602C6.82008 11.7502 6.82008 12.2402 7.11008 12.5302L9.60008 15.0202\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M14.4004 8.97021L16.8904 11.4602C17.1804 11.7502 17.1804 12.2402 16.8904 12.5302L14.4004 15.0202\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"search favorite 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 11.5C21 16.75 16.75 21 11.5 21C6.25 21 2 16.75 2 11.5C2 6.25 6.25 2 11.5 2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M22 22L20 20\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M14.4999 6.13008C14.1499 5.03008 14.5599 3.66008 15.7199 3.29008C16.3299 3.09008 17.0799 3.26008 17.5099 3.85008C17.9099 3.24008 18.6899 3.10008 19.2899 3.29008C20.4499 3.66008 20.8599 5.03008 20.5099 6.13008C19.9599 7.88008 18.0399 8.79008 17.5099 8.79008C16.9699 8.79008 15.0699 7.90008 14.4999 6.13008Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"search favorite \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20 11C20 15.97 15.97 20 11 20C6.03 20 2 15.97 2 11C2 6.03 6.03 2 11 2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M13.4999 6.13008C13.1499 5.03008 13.5599 3.66008 14.7199 3.29008C15.3299 3.09008 16.0799 3.26008 16.5099 3.85008C16.9099 3.24008 17.6899 3.10008 18.2899 3.29008C19.4499 3.66008 19.8599 5.03008 19.5099 6.13008C18.9599 7.88008 17.0399 8.79008 16.5099 8.79008C15.9699 8.79008 14.0699 7.90008 13.4999 6.13008Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M18.9304 20.6898C19.4604 22.2898 20.6704 22.4498 21.6004 21.0498C22.4504 19.7698 21.8904 18.7198 20.3504 18.7198C19.2104 18.7098 18.5704 19.5998 18.9304 20.6898Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"search normal 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.5 21C16.7467 21 21 16.7467 21 11.5C21 6.25329 16.7467 2 11.5 2C6.25329 2 2 6.25329 2 11.5C2 16.7467 6.25329 21 11.5 21Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M22 22L20 20\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"search normal \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11 20C15.9706 20 20 15.9706 20 11C20 6.02944 15.9706 2 11 2C6.02944 2 2 6.02944 2 11C2 15.9706 6.02944 20 11 20Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M18.9304 20.6898C19.4604 22.2898 20.6704 22.4498 21.6004 21.0498C22.4504 19.7698 21.8904 18.7198 20.3504 18.7198C19.2104 18.7098 18.5704 19.5998 18.9304 20.6898Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"search status 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20 11C20 15.97 15.97 20 11 20C6.03 20 2 15.97 2 11C2 6.03 6.03 2 11 2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M18.9304 20.6898C19.4604 22.2898 20.6704 22.4498 21.6004 21.0498C22.4504 19.7698 21.8904 18.7198 20.3504 18.7198C19.2104 18.7098 18.5704 19.5998 18.9304 20.6898Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M14 5H20\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M14 8H17\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"search status \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M14 5H20\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M14 8H17\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 11.5C21 16.75 16.75 21 11.5 21C6.25 21 2 16.75 2 11.5C2 6.25 6.25 2 11.5 2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M22 22L20 20\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"search zoom in 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11 20C15.9706 20 20 15.9706 20 11C20 6.02944 15.9706 2 11 2C6.02944 2 2 6.02944 2 11C2 15.9706 6.02944 20 11 20Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M8.5 11H13.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11 13.5V8.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path opacity=\"0.4\" d=\"M18.9304 20.6898C19.4604 22.2898 20.6704 22.4498 21.6004 21.0498C22.4504 19.7698 21.8904 18.7198 20.3504 18.7198C19.2104 18.7098 18.5704 19.5998 18.9304 20.6898Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"search zoom in \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path d=\"M9.2002 11.7002H14.2002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.7002 14.2002V9.2002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M11.5 21C16.7467 21 21 16.7467 21 11.5C21 6.25329 16.7467 2 11.5 2C6.25329 2 2 6.25329 2 11.5C2 16.7467 6.25329 21 11.5 21Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M22 22L20 20\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"search zoom out 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M9 11.7002H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.5 21C16.7467 21 21 16.7467 21 11.5C21 6.25329 16.7467 2 11.5 2C6.25329 2 2 6.25329 2 11.5C2 16.7467 6.25329 21 11.5 21Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M22 22L20 20\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"search zoom out \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11 20C15.9706 20 20 15.9706 20 11C20 6.02944 15.9706 2 11 2C6.02944 2 2 6.02944 2 11C2 15.9706 6.02944 20 11 20Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8.5 11H13.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M18.9304 20.6898C19.4604 22.2898 20.6704 22.4498 21.6004 21.0498C22.4504 19.7698 21.8904 18.7198 20.3504 18.7198C19.2104 18.7098 18.5704 19.5998 18.9304 20.6898Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"security card \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M11.74 17.7499H17.66C17.57 17.8299 17.48 17.8999 17.39 17.9799L13.12 21.1799C11.71 22.2299 9.41001 22.2299 7.99001 21.1799L3.71001 17.9799C2.77001 17.2799 2 15.7299 2 14.5599V7.14986C2 5.92986 2.93001 4.57986 4.07001 4.14986L9.05 2.27986C9.87 1.96986 11.23 1.96986 12.05 2.27986L17.02 4.14986C17.97 4.50986 18.78 5.50986 19.03 6.52986H11.73C11.51 6.52986 11.31 6.53987 11.12 6.53987C9.27 6.64987 8.78999 7.31986 8.78999 9.42986V14.8598C8.79999 17.1598 9.39001 17.7499 11.74 17.7499Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.80078 11.2202H22.0008\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22.0008 9.41977V14.9698C21.9808 17.1898 21.3708 17.7397 19.0608 17.7397H11.7408C9.39078 17.7397 8.80078 17.1498 8.80078 14.8398V9.40976C8.80078 7.30976 9.28078 6.63974 11.1308 6.51974C11.3208 6.51974 11.5208 6.50977 11.7408 6.50977H19.0608C21.4108 6.51977 22.0008 7.09977 22.0008 9.41977Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.3203 15.2598H12.6503\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.75 15.2598H18.02\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"security safe \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.9099 11.1198C20.9099 16.0098 17.3599 20.5898 12.5099 21.9298C12.1799 22.0198 11.8198 22.0198 11.4898 21.9298C6.63984 20.5898 3.08984 16.0098 3.08984 11.1198V6.72979C3.08984 5.90979 3.70986 4.97979 4.47986 4.66979L10.0498 2.38982C11.2998 1.87982 12.7098 1.87982 13.9598 2.38982L19.5298 4.66979C20.2898 4.97979 20.9199 5.90979 20.9199 6.72979L20.9099 11.1198Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M12 12.5C13.1046 12.5 14 11.6046 14 10.5C14 9.39543 13.1046 8.5 12 8.5C10.8954 8.5 10 9.39543 10 10.5C10 11.6046 10.8954 12.5 12 12.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 12.5V15.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"security time \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.4901 2.23006L5.50015 4.10006C4.35015 4.53006 3.41016 5.89006 3.41016 7.12006V14.5501C3.41016 15.7301 4.19017 17.2801 5.14017 17.9901L9.44016 21.2001C10.8502 22.2601 13.1701 22.2601 14.5801 21.2001L18.8802 17.9901C19.8302 17.2801 20.6101 15.7301 20.6101 14.5501V7.12006C20.6101 5.89006 19.6701 4.53006 18.5201 4.10006L13.5302 2.23006C12.6802 1.92006 11.3201 1.92006 10.4901 2.23006Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M12 15.5C14.2091 15.5 16 13.7091 16 11.5C16 9.29086 14.2091 7.5 12 7.5C9.79086 7.5 8 9.29086 8 11.5C8 13.7091 9.79086 15.5 12 15.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M12.25 10.25V11.18C12.25 11.53 12.07 11.86 11.76 12.04L11 12.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"security user \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.4901 2.23006L5.50015 4.10005C4.35015 4.53005 3.41016 5.89004 3.41016 7.12004V14.55C3.41016 15.73 4.19017 17.28 5.14017 17.99L9.44016 21.2001C10.8502 22.2601 13.1701 22.2601 14.5801 21.2001L18.8802 17.99C19.8302 17.28 20.6101 15.73 20.6101 14.55V7.12004C20.6101 5.89004 19.6701 4.53005 18.5201 4.10005L13.5302 2.23006C12.6802 1.92006 11.3201 1.92006 10.4901 2.23006Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M11.9997 10.9199C11.9597 10.9199 11.9097 10.9199 11.8697 10.9199C10.9297 10.8899 10.1797 10.1099 10.1797 9.15991C10.1797 8.18991 10.9697 7.3999 11.9397 7.3999C12.9097 7.3999 13.6997 8.18991 13.6997 9.15991C13.6897 10.1199 12.9397 10.8899 11.9997 10.9199Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M10.0091 13.7199C9.04906 14.3599 9.04906 15.4099 10.0091 16.0498C11.0991 16.7799 12.8891 16.7799 13.9791 16.0498C14.9391 15.4099 14.9391 14.3599 13.9791 13.7199C12.8991 12.9899 11.1091 12.9899 10.0091 13.7199Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"security \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M20.9099 11.1198C20.9099 16.0098 17.3599 20.5898 12.5099 21.9298C12.1799 22.0198 11.8198 22.0198 11.4898 21.9298C6.63984 20.5898 3.08984 16.0098 3.08984 11.1198V6.72979C3.08984 5.90979 3.70986 4.97979 4.47986 4.66979L10.0498 2.38982C11.2998 1.87982 12.7098 1.87982 13.9598 2.38982L19.5298 4.66979C20.2898 4.97979 20.9199 5.90979 20.9199 6.72979L20.9099 11.1198Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.0399 2.38982C11.2899 1.87982 12.6999 1.87982 13.9499 2.38982L19.5198 4.66979C20.2798 4.97979 20.9099 5.90979 20.9099 6.72979V11.1198C20.9099 16.0098 17.3599 20.5898 12.5099 21.9298C12.1799 22.0198 11.8198 22.0198 11.4898 21.9298C6.63984 20.5898 3.08984 16.0098 3.08984 11.1198\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"send 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.50929 4.23013L18.0693 8.51013C21.9093 10.4301 21.9093 13.5701 18.0693 15.4901L9.50929 19.7701C3.74929 22.6501 1.39929 20.2901 4.27929 14.5401L5.14929 12.8101C5.36929 12.3701 5.36929 11.6401 5.14929 11.2001L4.27929 9.46013C1.39929 3.71013 3.75929 1.35013 9.50929 4.23013Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.34\" d=\"M5.43945 12H10.8395\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"send 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.39969 6.32015L15.8897 3.49015C19.6997 2.22015 21.7697 4.30015 20.5097 8.11015L17.6797 16.6002C15.7797 22.3102 12.6597 22.3102 10.7597 16.6002L9.91969 14.0802L7.39969 13.2402C1.68969 11.3402 1.68969 8.23015 7.39969 6.32015Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.34\" d=\"M10.1094 13.6501L13.6894 10.0601\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"send sqaure 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M10.5898 7.68018H14.8298V11.9302\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.8299 7.68018L9.16992 13.3402\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path opacity=\"0.4\" d=\"M6 16.5098C9.89 17.8098 14.11 17.8098 18 16.5098\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"send square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M9 9.50977L12 6.50977L15 9.50977\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 6.50977V14.5098\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path opacity=\"0.4\" d=\"M6 16.5098C9.89 17.8098 14.11 17.8098 18 16.5098\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"send \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M3.5 22H20.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 3.5L19 17.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 13.77V3.5H15.27\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"setting 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.34\" d=\"M12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 12.8799V11.1199C2 10.0799 2.85 9.21994 3.9 9.21994C5.71 9.21994 6.45 7.93994 5.54 6.36994C5.02 5.46994 5.33 4.29994 6.24 3.77994L7.97 2.78994C8.76 2.31994 9.78 2.59994 10.25 3.38994L10.36 3.57994C11.26 5.14994 12.74 5.14994 13.65 3.57994L13.76 3.38994C14.23 2.59994 15.25 2.31994 16.04 2.78994L17.77 3.77994C18.68 4.29994 18.99 5.46994 18.47 6.36994C17.56 7.93994 18.3 9.21994 20.11 9.21994C21.15 9.21994 22.01 10.0699 22.01 11.1199V12.8799C22.01 13.9199 21.16 14.7799 20.11 14.7799C18.3 14.7799 17.56 16.0599 18.47 17.6299C18.99 18.5399 18.68 19.6999 17.77 20.2199L16.04 21.2099C15.25 21.6799 14.23 21.3999 13.76 20.6099L13.65 20.4199C12.75 18.8499 11.27 18.8499 10.36 20.4199L10.25 20.6099C9.78 21.3999 8.76 21.6799 7.97 21.2099L6.24 20.2199C5.33 19.6999 5.02 18.5299 5.54 17.6299C6.45 16.0599 5.71 14.7799 3.9 14.7799C2.85 14.7799 2 13.9199 2 12.8799Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"setting 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M15.5703 18.4996V14.5996\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5703 7.45V5.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.5697 12.6502C17.0057 12.6502 18.1697 11.4861 18.1697 10.0502C18.1697 8.61426 17.0057 7.4502 15.5697 7.4502C14.1338 7.4502 12.9697 8.61426 12.9697 10.0502C12.9697 11.4861 14.1338 12.6502 15.5697 12.6502Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.42969 18.4998V16.5498\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.42969 9.4V5.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.43008 16.5496C9.86602 16.5496 11.0301 15.3855 11.0301 13.9496C11.0301 12.5137 9.86602 11.3496 8.43008 11.3496C6.99414 11.3496 5.83008 12.5137 5.83008 13.9496C5.83008 15.3855 6.99414 16.5496 8.43008 16.5496Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"setting 4 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 6.5H16\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M6 6.5H2\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 10C11.933 10 13.5 8.433 13.5 6.5C13.5 4.567 11.933 3 10 3C8.067 3 6.5 4.567 6.5 6.5C6.5 8.433 8.067 10 10 10Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M8 17.5H2\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M22 17.5H18\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14 21C15.933 21 17.5 19.433 17.5 17.5C17.5 15.567 15.933 14 14 14C12.067 14 10.5 15.567 10.5 17.5C10.5 19.433 12.067 21 14 21Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"setting 5 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 7V2\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22V17\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 7V2\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M5 22V11\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 11H7\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<g opacity=\"0.4\">\n<path d=\"M19 22V11\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 11H21\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<g opacity=\"0.4\">\n<path d=\"M12 13V2\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 13H14\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"setting \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 9.10986V14.8799C3 16.9999 3 16.9999 5 18.3499L10.5 21.5299C11.33 22.0099 12.68 22.0099 13.5 21.5299L19 18.3499C21 16.9999 21 16.9999 21 14.8899V9.10986C21 6.99986 21 6.99986 19 5.64986L13.5 2.46986C12.68 1.98986 11.33 1.98986 10.5 2.46986L5 5.64986C3 6.99986 3 6.99986 3 9.10986Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.34\" d=\"M12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"settings \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 16.5C14.4853 16.5 16.5 14.4853 16.5 12C16.5 9.51472 14.4853 7.5 12 7.5C9.51472 7.5 7.5 9.51472 7.5 12C7.5 14.4853 9.51472 16.5 12 16.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M2 12H7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M17 12H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"shapes 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.9707 12.25V16.75C16.9707 20.5 15.4707 22 11.7207 22H7.2207C3.4707 22 1.9707 20.5 1.9707 16.75V12.25C1.9707 8.5 3.4707 7 7.2207 7H11.7207C15.4707 7 16.9707 8.5 16.9707 12.25Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M21.97 7.5C21.97 10.37 19.78 12.72 16.97 12.97V12.25C16.97 8.5 15.47 7 11.72 7H11C11.25 4.19 13.6 2 16.47 2C19.26 2 21.56 4.07 21.91 6.77C21.95 7 21.97 7.25 21.97 7.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"shapes \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.4303 15H4.40034C2.58034 15 1.42034 13.05 2.30034 11.45L4.63034 7.20994L6.81034 3.23994C7.72034 1.58994 10.1003 1.58994 11.0103 3.23994L13.2003 7.20994L14.2503 9.11995L15.5303 11.45C16.4103 13.05 15.2503 15 13.4303 15Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M22 15.5C22 19.09 19.09 22 15.5 22C11.91 22 9 19.09 9 15.5C9 15.33 9.01 15.17 9.02 15H13.43C15.25 15 16.41 13.05 15.53 11.45L14.25 9.12C14.65 9.04 15.07 9 15.5 9C19.09 9 22 11.91 22 15.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"share \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.34\" d=\"M16.9609 6.16992C18.9609 7.55992 20.3409 9.76992 20.6209 12.3199\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.34\" d=\"M3.49023 12.3702C3.75023 9.83021 5.11023 7.62021 7.09023 6.22021\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.34\" d=\"M8.18945 20.9399C9.34945 21.5299 10.6695 21.8599 12.0595 21.8599C13.3995 21.8599 14.6595 21.5599 15.7895 21.0099\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.0593 7.70014C13.5946 7.70014 14.8393 6.45549 14.8393 4.92014C14.8393 3.38479 13.5946 2.14014 12.0593 2.14014C10.5239 2.14014 9.2793 3.38479 9.2793 4.92014C9.2793 6.45549 10.5239 7.70014 12.0593 7.70014Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.83078 19.9199C6.36613 19.9199 7.61078 18.6752 7.61078 17.1399C7.61078 15.6045 6.36613 14.3599 4.83078 14.3599C3.29543 14.3599 2.05078 15.6045 2.05078 17.1399C2.05078 18.6752 3.29543 19.9199 4.83078 19.9199Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.1706 19.9199C20.706 19.9199 21.9506 18.6752 21.9506 17.1399C21.9506 15.6045 20.706 14.3599 19.1706 14.3599C17.6353 14.3599 16.3906 15.6045 16.3906 17.1399C16.3906 18.6752 17.6353 19.9199 19.1706 19.9199Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"shield cross \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.4902 2.23006L5.50016 4.11006C4.35016 4.54006 3.41016 5.90006 3.41016 7.12006V14.5501C3.41016 15.7301 4.19016 17.2801 5.14016 17.9901L9.44016 21.2001C10.8502 22.2601 13.1702 22.2601 14.5802 21.2001L18.8802 17.9901C19.8302 17.2801 20.6102 15.7301 20.6102 14.5501V7.12006C20.6102 5.89006 19.6702 4.53006 18.5202 4.10006L13.5302 2.23006C12.6802 1.92006 11.3202 1.92006 10.4902 2.23006Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M14.1504 13.4404L9.90039 9.19043\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.0996 9.24023L9.84961 13.4902\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"shield search \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.5902 10.5501V7.12006C20.5902 5.89006 19.6502 4.53006 18.5002 4.10006L13.5102 2.23006C12.6802 1.92006 11.3202 1.92006 10.4902 2.23006L5.50016 4.11006C4.35016 4.54006 3.41016 5.90006 3.41016 7.12006V14.5501C3.41016 15.7301 4.19016 17.2801 5.14016 17.9901L9.44016 21.2001C10.1402 21.7401 11.0702 22.0001 12.0002 22.0001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M16 20C18.2091 20 20 18.2091 20 16C20 13.7909 18.2091 12 16 12C13.7909 12 12 13.7909 12 16C12 18.2091 13.7909 20 16 20Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M20.9955 21H21.0045\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"shield security \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.4902 2.23006L5.50016 4.11006C4.35016 4.54006 3.41016 5.90006 3.41016 7.12006V14.5501C3.41016 15.7301 4.19016 17.2801 5.14016 17.9901L9.44016 21.2001C10.8502 22.2601 13.1702 22.2601 14.5802 21.2001L18.8802 17.9901C19.8302 17.2801 20.6102 15.7301 20.6102 14.5501V7.12006C20.6102 5.89006 19.6702 4.53006 18.5202 4.10006L13.5302 2.23006C12.6802 1.92006 11.3202 1.92006 10.4902 2.23006Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M12 12.5C13.1046 12.5 14 11.6046 14 10.5C14 9.39543 13.1046 8.5 12 8.5C10.8954 8.5 10 9.39543 10 10.5C10 11.6046 10.8954 12.5 12 12.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 12.5V15.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"shield slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M7.83984 20.0201L9.42984 21.2101C10.8398 22.2701 13.1598 22.2701 14.5698 21.2101L18.8698 18.0001C19.8198 17.2901 20.5998 15.7401 20.5998 14.5601V7.12012\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.9802 4.34006C18.8302 4.25006 18.6702 4.17006 18.5102 4.10006L13.5202 2.23006C12.6902 1.92006 11.3302 1.92006 10.5002 2.23006L5.50016 4.11006C4.35016 4.54006 3.41016 5.90006 3.41016 7.12006V14.5501C3.41016 15.7301 4.19016 17.2801 5.14016 17.9901L5.34016 18.1401\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 2L2 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"shield tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.4902 2.23006L5.50016 4.11006C4.35016 4.54006 3.41016 5.90006 3.41016 7.12006V14.5501C3.41016 15.7301 4.19016 17.2801 5.14016 17.9901L9.44016 21.2001C10.8502 22.2601 13.1702 22.2601 14.5802 21.2001L18.8802 17.9901C19.8302 17.2801 20.6102 15.7301 20.6102 14.5501V7.12006C20.6102 5.89006 19.6702 4.53006 18.5202 4.10006L13.5302 2.23006C12.6802 1.92006 11.3202 1.92006 10.4902 2.23006Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M9.05078 11.8702L10.6608 13.4802L14.9608 9.18018\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"shield \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.4902 2.23006L5.50016 4.11006C4.35016 4.54006 3.41016 5.90006 3.41016 7.12006V14.5501C3.41016 15.7301 4.19016 17.2801 5.14016 17.9901L9.44016 21.2001C10.8502 22.2601 13.1702 22.2601 14.5802 21.2001L18.8802 17.9901C19.8302 17.2801 20.6102 15.7301 20.6102 14.5501V7.12006C20.6102 5.89006 19.6702 4.53006 18.5202 4.10006L13.5302 2.23006C12.6802 1.92006 11.3202 1.92006 10.4902 2.23006Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"ship \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.4198 12.3702C21.2898 12.7202 21.8297 13.7502 21.6297 14.6602L21.2197 16.5202C20.5097 19.7202 17.9997 22.0002 14.3797 22.0002H9.61974C5.99974 22.0002 3.48974 19.7202 2.77974 16.5202L2.36974 14.6602C2.16974 13.7502 2.70973 12.7202 3.57973 12.3702L4.99974 11.8002L10.5098 9.59018C11.4698 9.21018 12.5297 9.21018 13.4897 9.59018L18.9997 11.8002L20.4198 12.3702Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22V10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M19 8V11.8L13.49 9.59C12.53 9.21 11.47 9.21 10.51 9.59L5 11.8V8C5 6.35 6.35 5 8 5H16C17.65 5 19 6.35 19 8Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.5 5H9.5V3C9.5 2.45 9.95 2 10.5 2H13.5C14.05 2 14.5 2.45 14.5 3V5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"shop add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M21.0105 11.2197V15.7097C21.0105 20.1997 19.2205 21.9998 14.7205 21.9998H9.33051C8.75051 21.9998 8.22047 21.9698 7.73047 21.8998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M3.03906 15.5198V11.2197\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.0299 12C13.8599 12 15.2099 10.5101 15.0299 8.68005L14.3599 2H9.68989L9.01991 8.68005C8.83991 10.5101 10.1999 12 12.0299 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.3303 12C20.3503 12 21.8303 10.36 21.6303 8.34998L21.3503 5.59998C20.9903 2.99998 19.9903 2 17.3703 2H14.3203L15.0203 9.01001C15.2003 10.66 16.6803 12 18.3303 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.66979 12C7.31979 12 8.80978 10.66 8.96978 9.01001L9.18981 6.80005L9.66979 2H6.61981C3.99981 2 2.99983 2.99998 2.63983 5.59998L2.3598 8.34998C2.1598 10.36 3.64979 12 5.66979 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 19C9 19.75 8.78998 20.4601 8.41998 21.0601C8.22998 21.3801 7.99998 21.67 7.72998 21.9C7.69998 21.94 7.67 21.97 7.63 22C6.93 22.63 6.01 23 5 23C3.78 23 2.68997 22.45 1.96997 21.59C1.94997 21.56 1.92002 21.54 1.90002 21.51C1.78002 21.37 1.67002 21.2201 1.58002 21.0601C1.21002 20.4601 1 19.75 1 19C1 17.74 1.58 16.61 2.5 15.88C2.67 15.74 2.84998 15.62 3.03998 15.52C3.61998 15.19 4.29 15 5 15C6 15 6.89998 15.36 7.59998 15.97C7.71998 16.06 7.82999 16.17 7.92999 16.28C8.58999 17 9 17.95 9 19Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M6.48975 18.98H3.50977\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 17.52V20.51\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"shop remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M21.0105 11.2197V15.7097C21.0105 20.1997 19.2205 21.9998 14.7205 21.9998H9.33051C8.75051 21.9998 8.22047 21.9698 7.73047 21.8998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M3.03906 15.5198V11.2197\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.0299 12C13.8599 12 15.2099 10.5101 15.0299 8.68005L14.3599 2H9.68989L9.01991 8.68005C8.83991 10.5101 10.1999 12 12.0299 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.3303 12C20.3503 12 21.8303 10.36 21.6303 8.34998L21.3503 5.59998C20.9903 2.99998 19.9903 2 17.3703 2H14.3203L15.0203 9.01001C15.2003 10.66 16.6803 12 18.3303 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.66979 12C7.31979 12 8.80978 10.66 8.96978 9.01001L9.18981 6.80005L9.66979 2H6.61981C3.99981 2 2.99983 2.99998 2.63983 5.59998L2.3598 8.34998C2.1598 10.36 3.64979 12 5.66979 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 19C9 19.75 8.78998 20.4601 8.41998 21.0601C8.22998 21.3801 7.99998 21.67 7.72998 21.9C7.69998 21.94 7.67 21.97 7.63 22C6.93 22.63 6.01 23 5 23C3.78 23 2.68997 22.45 1.96997 21.59C1.94997 21.56 1.92002 21.54 1.90002 21.51C1.78002 21.37 1.67002 21.2201 1.58002 21.0601C1.21002 20.4601 1 19.75 1 19C1 17.74 1.58 16.61 2.5 15.88C2.67 15.74 2.84998 15.62 3.03998 15.52C3.61998 15.19 4.29 15 5 15C6 15 6.89998 15.36 7.59998 15.97C7.71998 16.06 7.82999 16.17 7.92999 16.28C8.58999 17 9 17.95 9 19Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M6.48975 18.98H3.50977\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"shop \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.0005 12C13.8305 12 15.1805 10.51 15.0005 8.68L14.3405 2H9.67048L9.00048 8.68C8.82048 10.51 10.1705 12 12.0005 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.3108 12C20.3308 12 21.8108 10.36 21.6108 8.35L21.3308 5.6C20.9708 3 19.9708 2 17.3508 2H14.3008L15.0008 9.01C15.1708 10.66 16.6608 12 18.3108 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.64037 12C7.29037 12 8.78037 10.66 8.94037 9.01L9.16037 6.8L9.64037 2H6.59037C3.97037 2 2.97037 3 2.61037 5.6L2.34037 8.35C2.14037 10.36 3.62037 12 5.64037 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M3.00977 11.2197V15.7097C3.00977 20.1997 4.80977 21.9997 9.29977 21.9997H14.6898C19.1798 21.9997 20.9798 20.1997 20.9798 15.7097V11.2197\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 17C10.33 17 9.5 17.83 9.5 19.5V22H14.5V19.5C14.5 17.83 13.67 17 12 17Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"shopping bag \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.40002 6.5H15.6C19 6.5 19.34 8.09 19.57 10.03L20.47 17.53C20.76 19.99 20 22 16.5 22H7.51003C4.00003 22 3.24002 19.99 3.54002 17.53L4.44003 10.03C4.66003 8.09 5.00002 6.5 8.40002 6.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8 8V4.5C8 3 9 2 10.5 2H13.5C15 2 16 3 16 4.5V8\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M20.41 17.0298H8\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"shopping cart \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 2H3.74001C4.82001 2 5.67 2.93 5.58 4L4.75 13.96C4.61 15.59 5.89999 16.99 7.53999 16.99H18.19C19.63 16.99 20.89 15.81 21 14.38L21.54 6.88C21.66 5.22 20.4 3.87 18.73 3.87H5.82001\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M16.25 22C16.9404 22 17.5 21.4404 17.5 20.75C17.5 20.0596 16.9404 19.5 16.25 19.5C15.5596 19.5 15 20.0596 15 20.75C15 21.4404 15.5596 22 16.25 22Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8.25 22C8.94036 22 9.5 21.4404 9.5 20.75C9.5 20.0596 8.94036 19.5 8.25 19.5C7.55964 19.5 7 20.0596 7 20.75C7 21.4404 7.55964 22 8.25 22Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M9 8H21\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"shuffle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 17.9799L5.54999 17.9899C6.45999 17.9899 7.31 17.5399 7.81 16.7899L14.2 7.20994C14.7 6.45994 15.55 5.99993 16.46 6.00993L21.01 6.02994\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8.89001 8.62017L7.81 7.12017C7.3 6.41017 6.47999 5.99017 5.60999 6.00017L3 6.01018\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M19 19.9805L21 17.9805\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.9707 15.3799L14.1907 16.9499C14.7007 17.6099 15.5007 17.9999 16.3407 17.9999L21.0107 17.9799\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M21 6.02002L19 4.02002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"sidebar bottom \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.9707 15V9C21.9707 4 19.9707 2 14.9707 2H8.9707C3.9707 2 1.9707 4 1.9707 9V15C1.9707 20 3.9707 22 8.9707 22H14.9707C19.9707 22 21.9707 20 21.9707 15Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M22 15.5H2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M14.5595 8.5L11.9995 11.06L9.43945 8.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"sidebar left \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.9707 15V9C21.9707 4 19.9707 2 14.9707 2H8.9707C3.9707 2 1.9707 4 1.9707 9V15C1.9707 20 3.9707 22 8.9707 22H14.9707C19.9707 22 21.9707 20 21.9707 15Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M7.9707 2V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M14.9702 9.43994L12.4102 11.9999L14.9702 14.5599\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"sidebar right \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.9707 15V9C21.9707 4 19.9707 2 14.9707 2H8.9707C3.9707 2 1.9707 4 1.9707 9V15C1.9707 20 3.9707 22 8.9707 22H14.9707C19.9707 22 21.9707 20 21.9707 15Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M14.9707 2V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M7.9707 9.43994L10.5307 11.9999L7.9707 14.5599\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"sidebar top \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.9707 15V9C21.9707 4 19.9707 2 14.9707 2H8.9707C3.9707 2 1.9707 4 1.9707 9V15C1.9707 20 3.9707 22 8.9707 22H14.9707C19.9707 22 21.9707 20 21.9707 15Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M22 8.5H2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M14.5595 15.4999L11.9995 12.9399L9.43945 15.4999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"signpost \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.2195 2H8.95956C8.55956 2 8.17953 2.14 7.86953 2.38L5.67953 4.13C4.79953 4.83 4.79953 6.15999 5.67953 6.85999L7.86953 8.60999C8.17953 8.85999 8.56956 8.98999 8.95956 8.98999H17.2195C18.1895 8.98999 18.9695 8.20999 18.9695 7.23999V3.73999C18.9695 2.77999 18.1895 2 17.2195 2Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.80078 12H15.0608C15.4608 12 15.8408 12.14 16.1508 12.38L18.3408 14.13C19.2208 14.83 19.2208 16.16 18.3408 16.86L16.1508 18.61C15.8408 18.86 15.4508 18.99 15.0608 18.99H6.80078C5.83078 18.99 5.05078 18.21 5.05078 17.24V13.74C5.05078 12.78 5.83078 12 6.80078 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M12 12V9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path opacity=\"0.4\" d=\"M12 22V19\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M9 22H15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"simcard 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.54 6.54L16.47 3.47C15.53 2.53 14.26 2 12.93 2H8C5 2 3 4 3 7V17C3 20 5 22 8 22H16C19 22 21 20 21 17V10.07C21 8.74 20.47 7.47 19.54 6.54Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M10 18.5H14C15.65 18.5 17 17.15 17 15.5V12.5C17 10.85 15.65 9.5 14 9.5H10C8.35 9.5 7 10.85 7 12.5V15.5C7 17.15 8.35 18.5 10 18.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 9.5V18.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.5 14H16.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"simcard 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16 12.6899V18.0799C16 20.4199 14.44 21.9699 12.11 21.9699H5.89C3.56 21.9699 2 20.4199 2 18.0799V10.3099C2 7.96992 3.56 6.41992 5.89 6.41992H9.72C10.75 6.41992 11.74 6.82992 12.47 7.55992L14.86 9.93992C15.59 10.6699 16 11.6599 16 12.6899Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M22 8.25021V13.6402C22 15.9702 20.44 17.5302 18.11 17.5302H16V12.6902C16 11.6602 15.59 10.6702 14.86 9.94021L12.47 7.56021C11.74 6.83021 10.75 6.42021 9.72 6.42021H8V5.86021C8 3.53022 9.56 1.97021 11.89 1.97021H15.72C16.75 1.97021 17.74 2.38021 18.47 3.11021L20.86 5.50021C21.59 6.23021 22 7.22021 22 8.25021Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"simcard \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.54 6.53973L16.47 3.46973C15.53 2.52973 14.26 2.00977 12.93 2.00977H8C5 2.00977 3 4.00977 3 7.00977V17.0098C3 20.0098 5 22.0098 8 22.0098H16C19 22.0098 21 20.0098 21 17.0098V10.0798C21 8.73977 20.47 7.46973 19.54 6.53973Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M9.5 14L7.5 16L9.5 18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.5 14L16.5 16L14.5 18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"size \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.9707 12.25V16.75C16.9707 20.5 15.4707 22 11.7207 22H7.2207C3.4707 22 1.9707 20.5 1.9707 16.75V12.25C1.9707 8.5 3.4707 7 7.2207 7H11.7207C15.4707 7 16.9707 8.5 16.9707 12.25Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M21.9707 5.85V9.15C21.9707 11.9 20.8707 13 18.1207 13H16.9707V12.25C16.9707 8.5 15.4707 7 11.7207 7H10.9707V5.85C10.9707 3.1 12.0707 2 14.8207 2H18.1207C20.8707 2 21.9707 3.1 21.9707 5.85Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.34\" d=\"M18.9004 5L4.90039 19\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"slider horizontal 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 16.5V7.5C5 6.88 5.02 6.33 5.09 5.84C5.38 3.21 6.62 2.5 10 2.5H14C17.38 2.5 18.62 3.21 18.91 5.84C18.98 6.33 19 6.88 19 7.5V16.5C19 17.12 18.98 17.67 18.91 18.16C18.62 20.79 17.38 21.5 14 21.5H10C6.62 21.5 5.38 20.79 5.09 18.16C5.02 17.67 5 17.12 5 16.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M2 19.5V4.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M22 19V4\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"slider horizontal \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18 7V17C18 17.62 17.98 18.17 17.91 18.66C17.62 21.29 16.38 22 13 22H11C7.62 22 6.38 21.29 6.09 18.66C6.02 18.17 6 17.62 6 17V7C6 6.38 6.02 5.83 6.09 5.34C6.38 2.71 7.62 2 11 2H13C16.38 2 17.62 2.71 17.91 5.34C17.98 5.83 18 6.38 18 7Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M6 17.0001C6 17.6201 6.02 18.1701 6.09 18.6601C5.95 18.6701 5.82 18.6701 5.67 18.6701H5.33C2.67 18.6701 2 18.0001 2 15.3301V8.67008C2 6.00008 2.67 5.33008 5.33 5.33008H5.67C5.82 5.33008 5.95 5.33008 6.09 5.34008C6.02 5.83008 6 6.38008 6 7.00008V17.0001Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M22.0002 8.67008V15.3301C22.0002 18.0001 21.3302 18.6701 18.6702 18.6701H18.3302C18.1802 18.6701 18.0502 18.6701 17.9102 18.6601C17.9802 18.1701 18.0002 17.6201 18.0002 17.0001V7.00008C18.0002 6.38008 17.9802 5.83008 17.9102 5.34008C18.0502 5.33008 18.1802 5.33008 18.3302 5.33008H18.6702C21.3302 5.33008 22.0002 6.00008 22.0002 8.67008Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"slider vertical 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.5 5H16.5C17.12 5 17.67 5.02 18.16 5.09C20.79 5.38 21.5 6.62 21.5 10V14C21.5 17.38 20.79 18.62 18.16 18.91C17.67 18.98 17.12 19 16.5 19H7.5C6.88 19 6.33 18.98 5.84 18.91C3.21 18.62 2.5 17.38 2.5 14V10C2.5 6.62 3.21 5.38 5.84 5.09C6.33 5.02 6.88 5 7.5 5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M4.5 2H19.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M5 22H20\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"slider vertical \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 6H17C17.62 6 18.17 6.02 18.66 6.09C21.29 6.38 22 7.62 22 11V13C22 16.38 21.29 17.62 18.66 17.91C18.17 17.98 17.62 18 17 18H7C6.38 18 5.83 17.98 5.34 17.91C2.71 17.62 2 16.38 2 13V11C2 7.62 2.71 6.38 5.34 6.09C5.83 6.02 6.38 6 7 6Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M17.0001 18.0002C17.6201 18.0002 18.1701 17.9802 18.6601 17.9102C18.6701 18.0502 18.6701 18.1802 18.6701 18.3302V18.6702C18.6701 21.3302 18.0001 22.0002 15.3301 22.0002H8.67008C6.00008 22.0002 5.33008 21.3302 5.33008 18.6702V18.3302C5.33008 18.1802 5.33008 18.0502 5.34008 17.9102C5.83008 17.9802 6.38008 18.0002 7.00008 18.0002H17.0001Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8.67008 2H15.3301C18.0001 2 18.6701 2.67 18.6701 5.33V5.67C18.6701 5.82 18.6701 5.95 18.6601 6.09C18.1701 6.02 17.6201 6 17.0001 6H7.00008C6.38008 6 5.83008 6.02 5.34008 6.09C5.33008 5.95 5.33008 5.82 5.33008 5.67V5.33C5.33008 2.67 6.00008 2 8.67008 2Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"slider \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15 22H9C6.5 22 5 20.2 5 18V6C5 3.8 6.5 2 9 2H15C17.5 2 19 3.8 19 6V18C19 20.2 17.5 22 15 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M5 16.0098H19\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M2 4V20\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M22 4V20\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"smallcaps \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M1.99023 5.92982V4.41982C1.99023 3.39982 2.82023 2.56982 3.84023 2.56982H16.7602C17.7802 2.56982 18.6102 3.39982 18.6102 4.41982V5.92982\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.3008 18.0998V3.31982\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.90039 18.1001H12.4804\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M13.6797 10.3398H20.6897C21.4197 10.3398 22.0097 10.9298 22.0097 11.6598V12.4598\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.0801 21.4301V10.8701\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.9395 21.4297H18.2195\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"smart car \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.1398 7.62012H6.86977C5.00977 7.62012 4.58977 8.55013 4.35977 9.70013L3.50977 13.7501H15.5098L14.6598 9.70013C14.4098 8.55013 13.9998 7.62012 12.1398 7.62012Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.9901 20.3602C17.0701 21.2402 16.3701 22.0002 15.4701 22.0002H14.0601C13.2501 22.0002 13.1401 21.6502 12.9901 21.2302L12.8401 20.7803C12.6301 20.1703 12.4901 19.7502 11.4101 19.7502H7.57013C6.49013 19.7502 6.33012 20.2203 6.14012 20.7803L5.99013 21.2302C5.85013 21.6602 5.74012 22.0002 4.92012 22.0002H3.51012C2.61012 22.0002 1.90013 21.2402 1.99013 20.3602L2.41013 15.7902C2.52013 14.6602 2.73012 13.7402 4.70012 13.7402H14.2701C16.2401 13.7402 16.4501 14.6602 16.5601 15.7902L16.9901 20.3602Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.5 11.5H2.75\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.25 11.5H15.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M5 16.75H7.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M11.75 16.75H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M18.7092 8.74016C18.9892 8.09016 18.8891 7.21017 18.3691 6.44017C17.8591 5.67017 17.0791 5.24017 16.3691 5.25017\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M21.8206 9.72998C22.2406 8.21998 21.9406 6.37002 20.8706 4.77002C19.8006 3.17002 18.2006 2.19 16.6406 2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"smart home \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.3993 21.81H17.5993C19.0293 21.81 20.3993 20.6499 20.6393 19.2399L21.9693 11.2799C22.1293 10.2999 21.6293 8.98989 20.8593 8.36989L13.9293 2.82985C12.8593 1.96985 11.1293 1.96984 10.0693 2.81984L3.1393 8.36989C2.3593 8.98989 1.85929 10.2999 2.02929 11.2799L2.30929 12.9599\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M2 19C3.76 19.04 4.96 20.24 5 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8 22C7.99 21.24 7.86 20.53 7.63 19.88C7.04 18.21 5.78 16.96 4.12 16.37C3.47 16.14 2.76 16.01 2 16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M1.9955 22H2.0045\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"smileys \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M14 6.19995V10C11.21 10.05 10.05 11.21 10 14H6.2C3.2 14 2 12.8 2 9.80005V6.19995C2 3.19995 3.2 2 6.2 2H9.8C12.8 2 14 3.19995 14 6.19995Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M6.95922 5.87008C6.42922 5.51008 5.72922 5.5101 5.19922 5.8901\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M10.9592 5.87008C10.4292 5.51008 9.72922 5.5101 9.19922 5.8901\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8.16078 11.4202H5.84078C5.54078 11.4202 5.30078 11.1801 5.30078 10.8801C5.30078 9.39013 6.51078 8.18018 8.00078 8.18018C8.64078 8.18018 9.23078 8.40014 9.69078 8.77014\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 14.2V17.8C22 20.8 20.8 22 17.8 22H14.2C11.2 22 10 20.8 10 17.8V14C10.05 11.21 11.21 10.05 14 10H17.8C20.8 10 22 11.2 22 14.2Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.9592 13.6201C14.4292 13.9801 13.7292 13.9801 13.1992 13.6001\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.9592 13.6201C18.4292 13.9801 17.7292 13.9801 17.1992 13.6001\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.8408 16.1802H18.1608C18.4608 16.1802 18.7008 16.4201 18.7008 16.7201C18.7008 18.2101 17.4908 19.4202 16.0008 19.4202C14.5108 19.4202 13.3008 18.2101 13.3008 16.7201C13.3008 16.4201 13.5408 16.1802 13.8408 16.1802Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"sms edit \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 20.5H7C4 20.5 2 19 2 15.5V8.5C2 5 4 3.5 7 3.5H17C20 3.5 22 5 22 8.5V11.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M17 9L13.87 11.5C12.84 12.32 11.15 12.32 10.12 11.5L7 9\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M19.2091 14.7698L15.6691 18.3098C15.5291 18.4498 15.3991 18.7098 15.3691 18.8998L15.1791 20.2498C15.1091 20.7398 15.4491 21.0798 15.9391 21.0098L17.2891 20.8198C17.4791 20.7898 17.7491 20.6598 17.8791 20.5198L21.4191 16.9798C22.0291 16.3698 22.3191 15.6598 21.4191 14.7598C20.5291 13.8698 19.8191 14.1598 19.2091 14.7698Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.6992 15.2798C18.9992 16.3598 19.8392 17.1998 20.9192 17.4998\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"sms notification \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 10.5V15.5C22 19 20 20.5 17 20.5H7C4 20.5 2 19 2 15.5V8.5C2 5 4 3.5 7 3.5H14\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M7 9L10.13 11.5C11.16 12.32 12.85 12.32 13.88 11.5L15.06 10.56\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M19.5 8C20.8807 8 22 6.88071 22 5.5C22 4.11929 20.8807 3 19.5 3C18.1193 3 17 4.11929 17 5.5C17 6.88071 18.1193 8 19.5 8Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"sms search \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 20.5H7C4 20.5 2 19 2 15.5V8.5C2 5 4 3.5 7 3.5H17C20 3.5 22 5 22 8.5V11.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M17 9L13.87 11.5C12.84 12.32 11.15 12.32 10.12 11.5L7 9\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M18.2 21.4C19.9673 21.4 21.4 19.9673 21.4 18.2C21.4 16.4327 19.9673 15 18.2 15C16.4327 15 15 16.4327 15 18.2C15 19.9673 16.4327 21.4 18.2 21.4Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 22L21 21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"sms star \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 11.5V15.5C22 19 20 20.5 17 20.5H7C4 20.5 2 19 2 15.5V8.5C2 5 4 3.5 7 3.5H12\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M7 9L10.13 11.5C11.16 12.32 12.85 12.32 13.88 11.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M19.4792 2.81994L19.7592 3.38993C19.8992 3.66993 20.2492 3.92994 20.5592 3.98994L20.9392 4.04994C22.0792 4.23994 22.3492 5.07994 21.5292 5.90994L21.1792 6.25993C20.9492 6.49993 20.8192 6.95993 20.8892 7.27993L20.9392 7.48994C21.2492 8.86994 20.5192 9.39993 19.3192 8.67993L19.0592 8.52993C18.7492 8.34993 18.2492 8.34993 17.9392 8.52993L17.6792 8.67993C16.4692 9.40993 15.7392 8.86994 16.0592 7.48994L16.1092 7.27993C16.1792 6.95993 16.0492 6.49993 15.8192 6.25993L15.4692 5.90994C14.6492 5.07994 14.9192 4.23994 16.0592 4.04994L16.4392 3.98994C16.7392 3.93994 17.0992 3.66993 17.2392 3.38993L17.5192 2.81994C18.0592 1.72994 18.9392 1.72994 19.4792 2.81994Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"sms tracking \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 8.5C2 5 4 3.5 7 3.5H17C20 3.5 22 5 22 8.5V15.5C22 19 20 20.5 17 20.5H7\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M17 9L13.87 11.5C12.84 12.32 11.15 12.32 10.12 11.5L7 9\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M2 16.5H8\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M2 12.5H5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"sms \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 20.5H7C4 20.5 2 19 2 15.5V8.5C2 5 4 3.5 7 3.5H17C20 3.5 22 5 22 8.5V15.5C22 19 20 20.5 17 20.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M17 9L13.87 11.5C12.84 12.32 11.15 12.32 10.12 11.5L7 9\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"sort \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 7H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path opacity=\"0.34\" d=\"M6 12H18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M10 17H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n</svg>\n</li><li title=\"sound \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 8.25V15.75\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M7.5 5.75V18.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 3.25V20.75\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M16.5 5.75V18.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 8.25V15.75\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"speaker \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C18 22 19 21 19 18V6C19 3 18 2 15 2H9C6 2 5 3 5 6V18C5 21 6 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M12 18C13.6569 18 15 16.6569 15 15C15 13.3431 13.6569 12 12 12C10.3431 12 9 13.3431 9 15C9 16.6569 10.3431 18 12 18Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M12 9C12.8284 9 13.5 8.32843 13.5 7.5C13.5 6.67157 12.8284 6 12 6C11.1716 6 10.5 6.67157 10.5 7.5C10.5 8.32843 11.1716 9 12 9Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"speedometer \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M19.14 19.5C20.91 17.7 22 15.22 22 12.5C22 6.98 17.52 2.5 12 2.5C6.48 2.5 2 6.98 2 12.5C2 15.22 3.08 17.68 4.84 19.49\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.9991 21.5002C13.8659 21.5002 15.3792 19.987 15.3792 18.1202C15.3792 16.2535 13.8659 14.7402 11.9991 14.7402C10.1324 14.7402 8.61914 16.2535 8.61914 18.1202C8.61914 19.987 10.1324 21.5002 11.9991 21.5002Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.25 12H16C16.82 12 17.5 11.33 17.5 10.5C17.5 9.68 16.82 9 16 9C15.18 9 14.5 9.67 14.5 10.5V11.25C14.5 11.66 14.84 12 15.25 12Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"star 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13.7309 3.51014L15.4909 7.03014C15.7309 7.52014 16.3709 7.99014 16.9109 8.08014L20.1009 8.61014C22.1409 8.95014 22.6209 10.4301 21.1509 11.8901L18.6709 14.3701C18.2509 14.7901 18.0209 15.6001 18.1509 16.1801L18.8609 19.2501C19.4209 21.6801 18.1309 22.6201 15.9809 21.3501L12.9909 19.5801C12.4509 19.2601 11.5609 19.2601 11.0109 19.5801L8.02089 21.3501C5.88089 22.6201 4.58089 21.6701 5.14089 19.2501L5.85089 16.1801C5.98089 15.6001 5.75089 14.7901 5.33089 14.3701L2.85089 11.8901C1.39089 10.4301 1.86089 8.95014 3.90089 8.61014L7.09089 8.08014C7.62089 7.99014 8.26089 7.52014 8.50089 7.03014L10.2609 3.51014C11.2209 1.60014 12.7809 1.60014 13.7309 3.51014Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"star slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.28089 18.6501L5.85089 16.1801C5.98089 15.6001 5.75089 14.7901 5.33089 14.3701L2.85089 11.8901C1.39089 10.4301 1.86089 8.95014 3.90089 8.61014L7.09089 8.08014C7.62089 7.99014 8.26089 7.52014 8.50089 7.03014L10.2609 3.51014C11.2109 1.60014 12.7709 1.60014 13.7309 3.51014L15.4909 7.03014C15.6009 7.26014 15.8109 7.48014 16.0409 7.67014\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M20.0995 8.60986C22.1395 8.94986 22.6195 10.4299 21.1495 11.8899L18.6695 14.3699C18.2495 14.7899 18.0195 15.5999 18.1495 16.1799L18.8595 19.2499C19.4195 21.6799 18.1295 22.6199 15.9795 21.3499L12.9895 19.5799C12.4495 19.2599 11.5595 19.2599 11.0095 19.5799L8.01953 21.3499\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 2L2 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"star \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.3909 5.21L16.8009 8.02999C16.9909 8.41999 17.5009 8.78999 17.9309 8.86999L20.4809 9.28999C22.1109 9.55999 22.4909 10.74 21.3209 11.92L19.3309 13.91C19.0009 14.24 18.8109 14.89 18.9209 15.36L19.4909 17.82C19.9409 19.76 18.9009 20.52 17.1909 19.5L14.8009 18.08C14.3709 17.82 13.6509 17.82 13.2209 18.08L10.8309 19.5C9.12091 20.51 8.08093 19.76 8.53093 17.82L9.10093 15.36C9.21093 14.9 9.02093 14.25 8.69093 13.91L6.70094 11.92C5.53094 10.75 5.91094 9.56999 7.54094 9.28999L10.0909 8.86999C10.5209 8.79999 11.0309 8.41999 11.2209 8.02999L12.6309 5.21C13.3809 3.68 14.6209 3.68 15.3909 5.21Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8 5H2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M5 19H2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M3 12H2\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"status up \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M6.87988 18.1501V16.0801\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path opacity=\"0.4\" d=\"M12 18.1498V14.0098\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path opacity=\"0.4\" d=\"M17.1201 18.1502V11.9302\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M17.1199 5.84961L16.6599 6.38961C14.1099 9.36961 10.6899 11.4796 6.87988 12.4296\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M14.1904 5.84961H17.1204V8.76961\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"status \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M2.44922 14.9702C3.51922 18.4102 6.39923 21.0602 9.97923 21.7902\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.05078 10.98C2.56078 5.93 6.82078 2 12.0008 2C17.1808 2 21.4408 5.94 21.9508 10.98\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.0098 21.8C17.5798 21.07 20.4498 18.45 21.5398 15.02\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"sticker \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M21.9295 12.8598C21.9095 13.0498 21.8795 13.2298 21.8295 13.4098C20.7895 12.5298 19.4395 11.9998 17.9695 11.9998C14.6595 11.9998 11.9695 14.6898 11.9695 17.9998C11.9695 19.4698 12.4995 20.8198 13.3795 21.8598C13.1995 21.9098 13.0195 21.9398 12.8295 21.9598C11.9795 22.0398 11.1095 21.9998 10.2095 21.8498C6.0995 21.1498 2.7895 17.8198 2.1095 13.6998C0.979502 6.84977 6.8195 1.00978 13.6695 2.13978C17.7895 2.81978 21.1195 6.12977 21.8195 10.2398C21.9695 11.1398 22.0095 12.0098 21.9295 12.8598Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.8307 13.41C21.6907 13.9 21.4307 14.34 21.0607 14.71L14.6807 21.09C14.3107 21.46 13.8707 21.72 13.3807 21.86C12.5007 20.82 11.9707 19.47 11.9707 18C11.9707 14.69 14.6607 12 17.9707 12C19.4407 12 20.7907 12.53 21.8307 13.41Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"stickynote \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8 2V5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 2V5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M7 11H15\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M7 15H12\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 22H9C4 22 3 19.94 3 15.82V9.65C3 4.95 4.67 3.69 8 3.5H16C19.33 3.68 21 4.95 21 9.65V16\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 16L15 22V19C15 17 16 16 18 16H21Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"stop circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9707 22C17.4936 22 21.9707 17.5228 21.9707 12C21.9707 6.47715 17.4936 2 11.9707 2C6.44786 2 1.9707 6.47715 1.9707 12C1.9707 17.5228 6.44786 22 11.9707 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M10.7295 16.23H13.2695C15.3895 16.23 16.2295 15.38 16.2295 13.27V10.73C16.2295 8.61002 15.3795 7.77002 13.2695 7.77002H10.7295C8.60953 7.77002 7.76953 8.62002 7.76953 10.73V13.27C7.76953 15.38 8.61953 16.23 10.7295 16.23Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"stop \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.3 21H14.7C19.2 21 21 19.2 21 14.7V9.3C21 4.8 19.2 3 14.7 3H9.3C4.8 3 3 4.8 3 9.3V14.7C3 19.2 4.8 21 9.3 21Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"story \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.42 7.95012C18.86 10.3901 18.86 14.3501 16.42 16.7901C13.98 19.2301 10.02 19.2301 7.58 16.7901C5.14 14.3501 5.14 10.3901 7.58 7.95012C10.02 5.51012 13.98 5.51012 16.42 7.95012Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8.25097 21.6399C6.25097 20.8399 4.50097 19.3899 3.34097 17.3799C2.20097 15.4099 1.82097 13.2199 2.09097 11.1299\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M5.84961 4.47986C7.54961 3.14986 9.6796 2.35986 11.9996 2.35986C14.2696 2.35986 16.3596 3.12985 18.0396 4.40985\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M15.75 21.6399C17.75 20.8399 19.5 19.3899 20.66 17.3799C21.8 15.4099 22.18 13.2199 21.91 11.1299\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"strongbox 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M8 19H16C18 19 19 18 19 16V8C19 6 18 5 16 5H8C6 5 5 6 5 8V16C5 18 6 19 8 19Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 9.5H7.48C8.86 9.5 9.98 10.62 9.98 12C9.98 13.38 8.86 14.5 7.48 14.5H5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 9.99023H16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 14H16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path opacity=\"0.4\" d=\"M7.19922 12H7.29922\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"strongbox \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M14.3511 10.9101C14.2511 11.6201 13.8311 12.2201 13.2511 12.5801V14.5601C13.2511 15.2501 12.6911 15.8101 12.0011 15.8101C11.3111 15.8101 10.7511 15.2501 10.7511 14.5601V12.5801C10.1711 12.2201 9.75109 11.6201 9.65109 10.9101C9.63109 10.8001 9.62109 10.6801 9.62109 10.5601C9.62109 9.04012 11.0611 7.86012 12.6411 8.28012C13.4411 8.49012 14.0911 9.14012 14.3011 9.94012C14.3911 10.2701 14.4011 10.6001 14.3511 10.9101Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n<path d=\"M21.9996 10.9102H14.3496\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n<path d=\"M9.64999 10.9102H2\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\"/>\n</g>\n</svg>\n</li><li title=\"subtitle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M17.5004 17.0801H15.6504\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M12.97 17.0801H6.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M17.5007 13.3198H11.9707\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M9.27 13.3198H6.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"sun 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 18.5C15.5899 18.5 18.5 15.5899 18.5 12C18.5 8.41015 15.5899 5.5 12 5.5C8.41015 5.5 5.5 8.41015 5.5 12C5.5 15.5899 8.41015 18.5 12 18.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M19.14 19.14L19.01 19.01M19.01 4.99L19.14 4.86L19.01 4.99ZM4.86 19.14L4.99 19.01L4.86 19.14ZM12 2.08V2V2.08ZM12 22V21.92V22ZM2.08 12H2H2.08ZM22 12H21.92H22ZM4.99 4.99L4.86 4.86L4.99 4.99Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"sun fog \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.5 12C18.5 8.41 15.59 5.5 12 5.5C8.41 5.5 5.5 8.41 5.5 12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.98999 4.98999L4.85999 4.85999M19.01 4.98999L19.14 4.85999L19.01 4.98999ZM12 2.07999V2V2.07999ZM2.08002 12H2H2.08002ZM22 12H21.92H22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M4 15H20\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6 18H18\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M9 21H15\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"sun \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.5 12C15.5 12.64 15.33 13.23 15.03 13.75C14.42 14.8 13.29 15.5 12 15.5C10.71 15.5 9.58 14.8 8.97 13.75C8.67 13.23 8.5 12.64 8.5 12C8.5 11.36 8.67 10.77 8.97 10.25C9.58 9.2 10.71 8.5 12 8.5C13.29 8.5 14.42 9.2 15.03 10.25C15.33 10.77 15.5 11.36 15.5 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M12 8.5V3\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 21V15.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 3H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10 21H14\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.97094 10.25L4.21094 7.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.7913 16.5L15.0312 13.75\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.21094 9.23001L5.21094 5.77002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.791 18.23L20.791 14.77\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.7913 7.5L15.0312 10.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.97094 13.75L4.21094 16.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.791 9.23001L18.791 5.77002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.21094 18.23L3.21094 14.77\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"tag 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.40476 15.5264L8.93476 20.0564C10.7948 21.9164 13.8148 21.9164 15.6848 20.0564L20.0748 15.6664C21.9348 13.8064 21.9348 10.7864 20.0748 8.91637L15.5348 4.39637C14.5848 3.44637 13.2748 2.93637 11.9348 3.00637L6.93476 3.24637C4.93476 3.33637 3.34476 4.92637 3.24476 6.91637L3.00476 11.9164C2.94476 13.2664 3.45476 14.5764 4.40476 15.5264Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M9.73438 12.2266C11.1151 12.2266 12.2344 11.1073 12.2344 9.72656C12.2344 8.34585 11.1151 7.22656 9.73438 7.22656C8.35366 7.22656 7.23438 8.34585 7.23438 9.72656C7.23438 11.1073 8.35366 12.2266 9.73438 12.2266Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path opacity=\"0.4\" d=\"M13.2344 17.2266L17.2344 13.2266\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"tag cross \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.2797 20.25H16.9997C19.7597 20.25 21.9997 18.01 21.9997 15.25V8.75C21.9997 5.99 19.7597 3.75 16.9997 3.75H10.2797C8.86969 3.75 7.52969 4.34 6.57969 5.39L3.04969 9.27C1.63969 10.82 1.63969 13.18 3.04969 14.73L6.57969 18.61C7.52969 19.66 8.86969 20.25 10.2797 20.25Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M16.0005 14.4703L11.0605 9.53027\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n<path d=\"M11.0605 14.4703L16.0005 9.53027\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n</g>\n</svg>\n</li><li title=\"tag right \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.21915 3.1001H15.6592C16.3392 3.1001 17.1892 3.5701 17.5492 4.1501L21.7292 10.8301C22.1292 11.4801 22.0892 12.5001 21.6292 13.1101L16.4492 20.0101C16.0792 20.5001 15.2792 20.9001 14.6692 20.9001H4.21915C2.46915 20.9001 1.4092 18.9801 2.3292 17.4901L5.09916 13.0601C5.46916 12.4701 5.46916 11.5101 5.09916 10.9201L2.3292 6.4901C1.4092 5.0201 2.47915 3.1001 4.21915 3.1001Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"tag user \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18 18.86H17.24C16.44 18.86 15.68 19.17 15.12 19.73L13.41 21.42C12.63 22.19 11.36 22.19 10.58 21.42L8.87 19.73C8.31 19.17 7.54 18.86 6.75 18.86H6C4.34 18.86 3 17.53 3 15.89V4.97C3 3.33 4.34 2 6 2H18C19.66 2 21 3.33 21 4.97V15.88C21 17.52 19.66 18.86 18 18.86Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M12.0691 8.9498C12.0291 8.9498 11.9691 8.9498 11.9191 8.9498C10.8691 8.9098 10.0391 8.0598 10.0391 6.9998C10.0391 5.9198 10.9091 5.0498 11.9891 5.0498C13.0691 5.0498 13.9391 5.9298 13.9391 6.9998C13.9491 8.0598 13.1191 8.9198 12.0691 8.9498Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M9.24945 11.96C7.91945 12.85 7.91945 14.3 9.24945 15.19C10.7595 16.2 13.2395 16.2 14.7495 15.19C16.0795 14.3 16.0795 12.85 14.7495 11.96C13.2395 10.96 10.7695 10.96 9.24945 11.96Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"tag \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4.17038 15.2998L8.70038 19.8298C10.5604 21.6898 13.5804 21.6898 15.4504 19.8298L19.8404 15.4398C21.7004 13.5798 21.7004 10.5598 19.8404 8.6898L15.3004 4.1698C14.3504 3.2198 13.0404 2.7098 11.7004 2.7798L6.70038 3.0198C4.70038 3.1098 3.11038 4.6998 3.01038 6.6898L2.77038 11.6898C2.71038 13.0398 3.22038 14.3498 4.17038 15.2998Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M9.5 12C10.8807 12 12 10.8807 12 9.5C12 8.11929 10.8807 7 9.5 7C8.11929 7 7 8.11929 7 9.5C7 10.8807 8.11929 12 9.5 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\"/>\n</svg>\n</li><li title=\"task square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12.3691 8.87988H17.6191\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M6.38086 8.87988L7.13086 9.62988L9.38086 7.37988\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M12.3691 15.8799H17.6191\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M6.38086 15.8799L7.13086 16.6299L9.38086 14.3799\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"task \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M11 19.5H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M11 12.5H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M11 5.5H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 5.5L4 6.5L7 3.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 12.5L4 13.5L7 10.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 19.5L4 20.5L7 17.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"teacher \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.0495 2.52979L4.02953 6.45979C2.09953 7.71979 2.09953 10.5398 4.02953 11.7998L10.0495 15.7298C11.1295 16.4398 12.9095 16.4398 13.9895 15.7298L19.9795 11.7998C21.8995 10.5398 21.8995 7.72979 19.9795 6.46979L13.9895 2.53979C12.9095 1.81979 11.1295 1.81979 10.0495 2.52979Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M5.62914 13.0801L5.61914 17.7701C5.61914 19.0401 6.59914 20.4001 7.79914 20.8001L10.9891 21.8601C11.5391 22.0401 12.4491 22.0401 13.0091 21.8601L16.1991 20.8001C17.3991 20.4001 18.3791 19.0401 18.3791 17.7701V13.1301\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M21.4004 15V9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"text block \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M7 8.89039C10.15 7.32039 13.85 7.32039 17 8.89039\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 16.2997V7.92969\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"text bold \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M4.88086 4.5C4.88086 3.4 5.78086 2.5 6.88086 2.5H12.0009C14.6209 2.5 16.7509 4.63 16.7509 7.25C16.7509 9.87 14.6209 12 12.0009 12H4.88086V4.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M4.88086 12H14.3809C17.0009 12 19.1309 14.13 19.1309 16.75C19.1309 19.37 17.0009 21.5 14.3809 21.5H6.88086C5.78086 21.5 4.88086 20.6 4.88086 19.5V12V12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"text italic \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9.61914 3H18.8691\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.11914 21H14.3691\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M14.25 3L9.75 21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"text underline \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M5 21H19\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 3V10C5 13.87 8.13 17 12 17C15.87 17 19 13.87 19 10V3\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"text \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2.66992 7.16979V5.34979C2.66992 4.19979 3.59992 3.27979 4.73992 3.27979H19.2599C20.4099 3.27979 21.3299 4.20979 21.3299 5.34979V7.16979\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M12 20.7199V4.10986\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.06055 20.7202H15.9405\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"textalign center \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M3 4.5H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.25977 9.5H16.7398\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M3 14.5H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.25977 19.5H16.7398\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"textalign justifycenter \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M3 4.5H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 9.5H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M3 14.5H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 19.5H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"textalign justifyleft \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12 4.5H3\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 9.5H3\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M21 14.5H3\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 19.5H3\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"textalign justifyright \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12 4.5H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 9.5H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M3 14.5H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 19.5H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"textalign left \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M3 4.5H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 9.5H12.47\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M3 14.5H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3 19.5H12.47\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"textalign right \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M3 4.5H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.5293 9.5H20.9993\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M3 14.5H21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.5293 19.5H20.9993\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"tick circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.34\" d=\"M7.75 11.9999L10.58 14.8299L16.25 9.16992\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"tick square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.34\" d=\"M7.75 11.9999L10.58 14.8299L16.25 9.16992\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"ticket 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18.91 14.6927C18.91 15.9827 19.97 17.0327 21.26 17.0327C21.26 20.7827 20.32 21.7227 16.57 21.7227H7.19C3.44 21.7227 2.5 20.7827 2.5 17.0327V16.5727C3.79 16.5727 4.85 15.5127 4.85 14.2227C4.85 12.9327 3.79 11.8727 2.5 11.8727V11.4127C2.51 7.66266 3.44 6.72266 7.19 6.72266H16.56C20.31 6.72266 21.25 7.66266 21.25 11.4127V12.3527C19.96 12.3527 18.91 13.3927 18.91 14.6927Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M16.2111 6.7225H7.12109L10.0511 3.7925C12.4411 1.4025 13.6411 1.4025 16.0311 3.7925L16.6311 4.3925C16.0011 5.0225 15.8511 5.9525 16.2111 6.7225Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M9.87891 6.72266L9.87891 21.7227\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"5 5\"/>\n</svg>\n</li><li title=\"ticket discount \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.5 12.5C19.5 11.12 20.62 10 22 10V9C22 5 21 4 17 4H7C3 4 2 5 2 9V9.5C3.38 9.5 4.5 10.62 4.5 12C4.5 13.38 3.38 14.5 2 14.5V15C2 19 3 20 7 20H17C21 20 22 19 22 15C20.62 15 19.5 13.88 19.5 12.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M9 14.75L15 8.75\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M14.9945 14.75H15.0035\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8.99451 9.25H9.00349\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"ticket expired \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.9023 19.8701H17.3723C21.0723 19.8701 21.9923 18.9501 21.9923 15.2501C20.7123 15.2501 19.6823 14.2101 19.6823 12.9401C19.6823 11.6601 20.7123 10.6201 21.9923 10.6201V9.70008C21.9923 6.00008 21.0723 5.08008 17.3723 5.08008H10.9923V11.8701\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M10.9936 16.87V19.87H8.22356C6.74356 19.87 5.87357 18.86 4.91357 16.54L4.73356 16.09C5.94356 15.61 6.53357 14.21 6.02357 13C5.53357 11.79 4.14357 11.21 2.92357 11.71L2.75357 11.28C1.31356 7.76 1.81357 6.53 5.33357 5.08L7.97357 4L10.9936 11.32V13.87\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.16219 19.8701H7.99219\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"ticket star \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.9959 4H6.99586C3.16586 4 2.09586 4.92 2.00586 8.5C3.93586 8.5 5.49586 10.07 5.49586 12C5.49586 13.93 3.93586 15.49 2.00586 15.5C2.09586 19.08 3.16586 20 6.99586 20H16.9959C20.9959 20 21.9959 19 21.9959 15V9C21.9959 5 20.9959 4 16.9959 4Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8.99414 4V7.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M8.99414 16.5V20\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M15.024 9.33016L15.644 10.5802C15.704 10.7002 15.824 10.7902 15.954 10.8102L17.334 11.0102C17.674 11.0602 17.814 11.4802 17.564 11.7202L16.564 12.6902C16.464 12.7802 16.424 12.9202 16.444 13.0602L16.684 14.4302C16.744 14.7702 16.384 15.0302 16.084 14.8702L14.854 14.2202C14.734 14.1602 14.584 14.1602 14.464 14.2202L13.234 14.8702C12.924 15.0302 12.574 14.7702 12.634 14.4302L12.874 13.0602C12.894 12.9202 12.854 12.7902 12.754 12.6902L11.764 11.7202C11.514 11.4802 11.654 11.0602 11.994 11.0102L13.374 10.8102C13.514 10.7902 13.624 10.7102 13.684 10.5802L14.294 9.33016C14.434 9.02016 14.874 9.02016 15.024 9.33016Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"ticket \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.5 12.5C19.5 11.12 20.62 10 22 10V9C22 5 21 4 17 4H7C3 4 2 5 2 9V9.5C3.38 9.5 4.5 10.62 4.5 12C4.5 13.38 3.38 14.5 2 14.5V15C2 19 3 20 7 20H17C21 20 22 19 22 15C20.62 15 19.5 13.88 19.5 12.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M10 4L10 20\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"5 5\"/>\n</svg>\n</li><li title=\"timer 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.75 13.25C20.75 18.08 16.83 22 12 22C7.17 22 3.25 18.08 3.25 13.25C3.25 8.42 7.17 4.5 12 4.5C16.83 4.5 20.75 8.42 20.75 13.25Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M12 8V13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M9 2H15\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"timer pause \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22C7.17 22 3.25 18.08 3.25 13.25C3.25 8.42 7.17 4.5 12 4.5C16.83 4.5 20.75 8.42 20.75 13.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M12 8V13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M9 2H15\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M19 17V21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M16 17V21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"timer start \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12 8V13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22C7.17 22 3.25 18.08 3.25 13.25C3.25 8.42 7.17 4.5 12 4.5C16.83 4.5 20.75 8.42 20.75 13.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M9 2H15\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M14.9004 18.4998V17.3398C14.9004 15.9098 15.9204 15.3198 17.1604 16.0398L18.1604 16.6198L19.1604 17.1998C20.4004 17.9198 20.4004 19.0898 19.1604 19.8098L18.1604 20.3898L17.1604 20.9698C15.9204 21.6898 14.9004 21.0998 14.9004 19.6698V18.4998Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"timer \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.24 2H8.76004C5.00004 2 4.71004 5.38 6.74004 7.22L17.26 16.78C19.29 18.62 19 22 15.24 22H8.76004C5.00004 22 4.71004 18.62 6.74004 16.78L17.26 7.22C19.29 5.38 19 2 15.24 2Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"toggle off circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10 4H14C18.42 4 22 7.58 22 12C22 16.42 18.42 20 14 20H10C5.58 20 2 16.42 2 12C2 7.58 5.58 4 10 4Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M10 16C12.2091 16 14 14.2091 14 12C14 9.79086 12.2091 8 10 8C7.79086 8 6 9.79086 6 12C6 14.2091 7.79086 16 10 16Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"toggle off \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M8.3 16H10.7C12.7 16 13.5 15.2 13.5 13.2V10.8C13.5 8.8 12.7 8 10.7 8H8.3C6.3 8 5.5 8.8 5.5 10.8V13.2C5.5 15.2 6.3 16 8.3 16Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 20H7C3 20 2 19 2 15V9C2 5 3 4 7 4H17C21 4 22 5 22 9V15C22 19 21 20 17 20Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"toggle on circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10 4H14C18.42 4 22 7.58 22 12C22 16.42 18.42 20 14 20H10C5.58 20 2 16.42 2 12C2 7.58 5.58 4 10 4Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M14 16C16.2091 16 18 14.2091 18 12C18 9.79086 16.2091 8 14 8C11.7909 8 10 9.79086 10 12C10 14.2091 11.7909 16 14 16Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"toggle on \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M13.3 16H15.7C17.7 16 18.5 15.2 18.5 13.2V10.8C18.5 8.8 17.7 8 15.7 8H13.3C11.3 8 10.5 8.8 10.5 10.8V13.2C10.5 15.2 11.3 16 13.3 16Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17 20H7C3 20 2 19 2 15V9C2 5 3 4 7 4H17C21 4 22 5 22 9V15C22 19 21 20 17 20Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"trade \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 8.5C22 12.09 19.09 15 15.5 15C15.33 15 15.15 14.99 14.98 14.98C14.73 11.81 12.19 9.26999 9.01999 9.01999C9.00999 8.84999 9 8.67 9 8.5C9 4.91 11.91 2 15.5 2C19.09 2 22 4.91 22 8.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 15.5C15 19.09 12.09 22 8.5 22C4.91 22 2 19.09 2 15.5C2 11.91 4.91 9 8.5 9C8.67 9 8.84999 9.00999 9.01999 9.01999C12.19 9.26999 14.73 11.81 14.98 14.98C14.99 15.15 15 15.33 15 15.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M5.59 2H3C2.45 2 2 2.45 2 3V5.59C2 6.48 3.07999 6.92999 3.70999 6.29999L6.29999 3.70999C6.91999 3.07999 6.48 2 5.59 2Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M18.4097 22.0003H20.9997C21.5497 22.0003 21.9997 21.5503 21.9997 21.0003V18.4103C21.9997 17.5203 20.9197 17.0703 20.2897 17.7003L17.6997 20.2903C17.0797 20.9203 17.5197 22.0003 18.4097 22.0003Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"transaction minus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.73022 19.7C7.55022 18.82 8.80023 18.89 9.52023 19.85L10.5302 21.2C11.3402 22.27 12.6502 22.27 13.4602 21.2L14.4702 19.85C15.1902 18.89 16.4402 18.82 17.2602 19.7C19.0402 21.6 20.4902 20.97 20.4902 18.31V7.04C20.4902 3.01 19.5502 2 15.7702 2H8.21024C4.43024 2 3.49023 3.01 3.49023 7.04V18.3C3.50023 20.97 4.96022 21.59 6.73022 19.7Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M9.25 10H14.75\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"translate \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19.0593 18.6699L16.9193 14.3999L14.7793 18.6699\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.1699 17.9102H18.6899\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.9198 21.9998C14.1198 21.9998 11.8398 19.7298 11.8398 16.9198C11.8398 14.1198 14.1098 11.8398 16.9198 11.8398C19.7198 11.8398 21.9998 14.1098 21.9998 16.9198C21.9998 19.7298 19.7298 21.9998 16.9198 21.9998Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.02 2H8.94C11.01 2 12.01 3.00002 11.96 5.02002V8.94C12.01 11.01 11.01 12.01 8.94 11.96H5.02C3 12 2 11 2 8.92999V5.01001C2 3.00001 3 2 5.02 2Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.00922 5.8501H4.94922\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.96875 5.16992V5.84991\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.98946 5.83984C7.98946 7.58984 6.61945 9.00983 4.93945 9.00983\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.01015 9.01001C8.28015 9.01001 7.62016 8.62 7.16016 8\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M2 15C2 18.87 5.13 22 9 22L7.95 20.25\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M22 9C22 5.13 18.87 2 15 2L16.05 3.75\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"trash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21 5.97998C17.67 5.64998 14.32 5.47998 10.98 5.47998C9 5.47998 7.02 5.57998 5.04 5.77998L3 5.97998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.34\" d=\"M8.5 4.97L8.72 3.66C8.88 2.71 9 2 10.69 2H13.31C15 2 15.13 2.75 15.28 3.67L15.5 4.97\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.8504 9.14014L18.2004 19.2101C18.0904 20.7801 18.0004 22.0001 15.2104 22.0001H8.79039C6.00039 22.0001 5.91039 20.7801 5.80039 19.2101L5.15039 9.14014\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.34\" d=\"M10.3301 16.5H13.6601\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.34\" d=\"M9.5 12.5H14.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"tree \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.1694 10.0598H7.82933C6.64933 10.0598 6.23934 9.26982 6.92934 8.30982L11.0994 2.46982C11.5894 1.76982 12.4094 1.76982 12.8894 2.46982L17.0593 8.30982C17.7593 9.26982 17.3494 10.0598 16.1694 10.0598Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.5894 18.0001H6.41937C4.83937 18.0001 4.29937 16.9501 5.22937 15.6701L9.21936 10.0601H14.7894L18.7794 15.6701C19.7094 16.9501 19.1694 18.0001 17.5894 18.0001Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M12 22V18\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"trend down \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path d=\"M16.5 14.5L12.3 10.3L10.7 12.7L7.5 9.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.5 14.5H16.5V12.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"trend up \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path d=\"M16.5 9.5L12.3 13.7L10.7 11.3L7.5 14.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M14.5 9.5H16.5V11.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"triangle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9994 21.4098H5.93944C2.46944 21.4098 1.01944 18.9298 2.69944 15.8998L5.81944 10.2798L8.75944 4.99979C10.5394 1.78979 13.4594 1.78979 15.2394 4.99979L18.1794 10.2898L21.2994 15.9098C22.9794 18.9398 21.5194 21.4198 18.0594 21.4198H11.9994V21.4098Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M21.4405 19.9996L12.0005 13.3896L2.56055 19.9996\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 3V13.39\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"truck fast \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M11.9998 14H12.9998C14.0998 14 14.9998 13.1 14.9998 12V2H5.99976C4.49976 2 3.18977 2.82999 2.50977 4.04999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 17C2 18.66 3.34 20 5 20H6C6 18.9 6.9 18 8 18C9.1 18 10 18.9 10 20H14C14 18.9 14.9 18 16 18C17.1 18 18 18.9 18 20H19C20.66 20 22 18.66 22 17V14H19C18.45 14 18 13.55 18 13V10C18 9.45 18.45 9 19 9H20.29L18.58 6.01001C18.22 5.39001 17.56 5 16.84 5H15V12C15 13.1 14.1 14 13 14H12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 22C9.10457 22 10 21.1046 10 20C10 18.8954 9.10457 18 8 18C6.89543 18 6 18.8954 6 20C6 21.1046 6.89543 22 8 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 22C17.1046 22 18 21.1046 18 20C18 18.8954 17.1046 18 16 18C14.8954 18 14 18.8954 14 20C14 21.1046 14.8954 22 16 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 12V14H19C18.45 14 18 13.55 18 13V10C18 9.45 18.45 9 19 9H20.29L22 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 8H8\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 11H6\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 14H4\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"truck tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M15 2V12C15 13.1 14.1 14 13 14H2V7.62C2.73 8.49 3.85003 9.03 5.09003 9C6.10003 8.98 7.01 8.59 7.69 7.94C8 7.68 8.26002 7.34999 8.46002 6.98999C8.82002 6.37999 9.02 5.65997 9 4.90997C8.97 3.73997 8.45001 2.71 7.64001 2H15Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 14V17C22 18.66 20.66 20 19 20H18C18 18.9 17.1 18 16 18C14.9 18 14 18.9 14 20H10C10 18.9 9.1 18 8 18C6.9 18 6 18.9 6 20H5C3.34 20 2 18.66 2 17V14H13C14.1 14 15 13.1 15 12V5H16.84C17.56 5 18.22 5.39001 18.58 6.01001L20.29 9H19C18.45 9 18 9.45 18 10V13C18 13.55 18.45 14 19 14H22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 22C9.10457 22 10 21.1046 10 20C10 18.8954 9.10457 18 8 18C6.89543 18 6 18.8954 6 20C6 21.1046 6.89543 22 8 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 22C17.1046 22 18 21.1046 18 20C18 18.8954 17.1046 18 16 18C14.8954 18 14 18.8954 14 20C14 21.1046 14.8954 22 16 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 12V14H19C18.45 14 18 13.55 18 13V10C18 9.45 18.45 9 19 9H20.29L22 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.9992 4.90975C9.0192 5.65975 8.81922 6.37977 8.45922 6.98977C8.25922 7.34977 7.9992 7.67978 7.6892 7.93978C7.0092 8.58978 6.09922 8.97978 5.08922 8.99978C3.84922 9.02978 2.7292 8.48977 1.9992 7.61977C1.8592 7.46977 1.7392 7.29978 1.6292 7.12978C1.2392 6.53978 1.0192 5.8398 0.999195 5.0898C0.969195 3.8298 1.52919 2.67977 2.42919 1.92977C3.10919 1.36977 3.96917 1.01978 4.90917 0.999776C5.95917 0.979776 6.91921 1.35978 7.63921 1.99978C8.44921 2.70978 8.9692 3.73975 8.9992 4.90975Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M3.43945 5.02979L4.44946 5.98975L6.53943 3.96973\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"truck \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M15 2V12C15 13.1 14.1 14 13 14H2V6C2 3.79 3.79 2 6 2H15Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 14V17C22 18.66 20.66 20 19 20H18C18 18.9 17.1 18 16 18C14.9 18 14 18.9 14 20H10C10 18.9 9.1 18 8 18C6.9 18 6 18.9 6 20H5C3.34 20 2 18.66 2 17V14H13C14.1 14 15 13.1 15 12V5H16.84C17.56 5 18.22 5.39001 18.58 6.01001L20.29 9H19C18.45 9 18 9.45 18 10V13C18 13.55 18.45 14 19 14H22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8 22C9.10457 22 10 21.1046 10 20C10 18.8954 9.10457 18 8 18C6.89543 18 6 18.8954 6 20C6 21.1046 6.89543 22 8 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16 22C17.1046 22 18 21.1046 18 20C18 18.8954 17.1046 18 16 18C14.8954 18 14 18.8954 14 20C14 21.1046 14.8954 22 16 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 12V14H19C18.45 14 18 13.55 18 13V10C18 9.45 18.45 9 19 9H20.29L22 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"trush square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M17.8996 9.04973C15.7196 8.82973 13.5196 8.71973 11.3296 8.71973C10.0296 8.71973 8.72961 8.78972 7.43961 8.91972L6.09961 9.04973\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9.70898 8.38994L9.84898 7.52994C9.94898 6.90994 10.029 6.43994 11.139 6.43994H12.859C13.969 6.43994 14.049 6.92994 14.149 7.52994L14.289 8.37994\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.49 9.12988L16.06 15.7299C15.99 16.7599 15.93 17.5599 14.1 17.5599H9.89C8.06 17.5599 7.99999 16.7599 7.92999 15.7299L7.5 9.12988\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"undo \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M7.13086 18.3101H15.1309C17.8909 18.3101 20.1309 16.0701 20.1309 13.3101C20.1309 10.5501 17.8909 8.31006 15.1309 8.31006H4.13086\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.42914 10.8099L3.86914 8.24994L6.42914 5.68994\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"unlimited \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.1802 9.32019C9.36024 8.19019 8.05025 7.4502 6.54025 7.4502C4.03025 7.4502 1.99023 9.49018 1.99023 12.0002C1.99023 14.5102 4.03025 16.5502 6.54025 16.5502C8.23025 16.5502 9.80026 15.6602 10.6703 14.2102L12.0002 12.0002L13.3203 9.79016C14.1903 8.34016 15.7603 7.4502 17.4503 7.4502C19.9603 7.4502 22.0002 9.49018 22.0002 12.0002C22.0002 14.5102 19.9603 16.5502 17.4503 16.5502C15.9503 16.5502 14.6402 15.8102 13.8102 14.6802\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"unlock \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17 22H7C3 22 2 21 2 17V15C2 11 3 10 7 10H17C21 10 22 11 22 15V17C22 21 21 22 17 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M6 10V8C6 4.69 7 2 12 2C16.5 2 18 4 18 7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M12 18.5C13.3807 18.5 14.5 17.3807 14.5 16C14.5 14.6193 13.3807 13.5 12 13.5C10.6193 13.5 9.5 14.6193 9.5 16C9.5 17.3807 10.6193 18.5 12 18.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"user add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 12C14.7614 12 17 9.76142 17 7C17 4.23858 14.7614 2 12 2C9.23858 2 7 4.23858 7 7C7 9.76142 9.23858 12 12 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M3.41016 22C3.41016 18.13 7.26015 15 12.0002 15C12.9602 15 13.8902 15.13 14.7602 15.37\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 18C22 18.32 21.96 18.63 21.88 18.93C21.79 19.33 21.63 19.72 21.42 20.06C20.73 21.22 19.46 22 18 22C16.97 22 16.04 21.61 15.34 20.97C15.04 20.71 14.78 20.4 14.58 20.06C14.21 19.46 14 18.75 14 18C14 16.92 14.43 15.93 15.13 15.21C15.86 14.46 16.88 14 18 14C19.18 14 20.25 14.51 20.97 15.33C21.61 16.04 22 16.98 22 18Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.4897 17.98H16.5098\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18 16.52V19.51\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"user cirlce add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M11.4604 13.7299C13.0123 13.7299 14.2704 12.4718 14.2704 10.9199C14.2704 9.36794 13.0123 8.10986 11.4604 8.10986C9.90847 8.10986 8.65039 9.36794 8.65039 10.9199C8.65039 12.4718 9.90847 13.7299 11.4604 13.7299Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M16.6495 20.1998C16.6495 17.8698 14.3295 15.9697 11.4595 15.9697C8.58953 15.9697 6.26953 17.8598 6.26953 20.1998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 12.5C21 17.75 16.75 22 11.5 22C6.25 22 2 17.75 2 12.5C2 7.25 6.25 3 11.5 3C12.81 3 14.06 3.25999 15.2 3.73999C15.07 4.13999 15 4.56 15 5C15 5.75 15.21 6.46 15.58 7.06C15.78 7.4 16.04 7.70997 16.34 7.96997C17.04 8.60997 17.97 9 19 9C19.44 9 19.86 8.92998 20.25 8.78998C20.73 9.92998 21 11.19 21 12.5Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M23 5C23 5.32 22.96 5.62999 22.88 5.92999C22.79 6.32999 22.63 6.72 22.42 7.06C21.94 7.87 21.17 8.49998 20.25 8.78998C19.86 8.92998 19.44 9 19 9C17.97 9 17.04 8.60997 16.34 7.96997C16.04 7.70997 15.78 7.4 15.58 7.06C15.21 6.46 15 5.75 15 5C15 4.56 15.07 4.13999 15.2 3.73999C15.39 3.15999 15.71 2.64002 16.13 2.21002C16.86 1.46002 17.88 1 19 1C20.18 1 21.25 1.51002 21.97 2.33002C22.61 3.04002 23 3.98 23 5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.4898 4.97998H17.5098\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19 3.52002V6.51001\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"user edit \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 12C14.7614 12 17 9.76142 17 7C17 4.23858 14.7614 2 12 2C9.23858 2 7 4.23858 7 7C7 9.76142 9.23858 12 12 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.211 15.74L15.671 19.2801C15.531 19.4201 15.401 19.68 15.371 19.87L15.181 21.22C15.111 21.71 15.451 22.05 15.941 21.98L17.291 21.79C17.481 21.76 17.751 21.63 17.881 21.49L21.421 17.95C22.031 17.34 22.321 16.63 21.421 15.73C20.531 14.84 19.821 15.13 19.211 15.74Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.6992 16.25C18.9992 17.33 19.8392 18.17 20.9192 18.47\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M3.41016 22C3.41016 18.13 7.26018 15 12.0002 15C13.0402 15 14.0402 15.15 14.9702 15.43\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"user minus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 12C14.7614 12 17 9.76142 17 7C17 4.23858 14.7614 2 12 2C9.23858 2 7 4.23858 7 7C7 9.76142 9.23858 12 12 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M3.41016 22C3.41016 18.13 7.26018 15 12.0002 15C12.9602 15 13.8902 15.13 14.7602 15.37\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 18C22 18.32 21.96 18.63 21.88 18.93C21.79 19.33 21.63 19.72 21.42 20.06C20.73 21.22 19.46 22 18 22C16.97 22 16.04 21.61 15.34 20.97C15.04 20.71 14.78 20.4 14.58 20.06C14.21 19.46 14 18.75 14 18C14 16.92 14.43 15.93 15.13 15.21C15.86 14.46 16.88 14 18 14C19.18 14 20.25 14.51 20.97 15.33C21.61 16.04 22 16.98 22 18Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.4897 17.98H16.5098\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"user octagon \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.0802 8.58003V15.42C21.0802 16.54 20.4802 17.58 19.5102 18.15L13.5702 21.58C12.6002 22.14 11.4002 22.14 10.4202 21.58L4.48016 18.15C3.51016 17.59 2.91016 16.55 2.91016 15.42V8.58003C2.91016 7.46003 3.51016 6.41999 4.48016 5.84999L10.4202 2.42C11.3902 1.86 12.5902 1.86 13.5702 2.42L19.5102 5.84999C20.4802 6.41999 21.0802 7.45003 21.0802 8.58003Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M11.9999 10.9998C13.2867 10.9998 14.3299 9.95662 14.3299 8.6698C14.3299 7.38298 13.2867 6.33984 11.9999 6.33984C10.7131 6.33984 9.66992 7.38298 9.66992 8.6698C9.66992 9.95662 10.7131 10.9998 11.9999 10.9998Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M16 16.6599C16 14.8599 14.21 13.3999 12 13.3999C9.79 13.3999 8 14.8599 8 16.6599\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"user remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 12C14.7614 12 17 9.76142 17 7C17 4.23858 14.7614 2 12 2C9.23858 2 7 4.23858 7 7C7 9.76142 9.23858 12 12 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M3.41016 22C3.41016 18.13 7.26015 15 12.0002 15C12.9602 15 13.8902 15.13 14.7602 15.37\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 18C22 18.32 21.96 18.63 21.88 18.93C21.79 19.33 21.63 19.72 21.42 20.06C20.73 21.22 19.46 22 18 22C16.97 22 16.04 21.61 15.34 20.97C15.04 20.71 14.78 20.4 14.58 20.06C14.21 19.46 14 18.75 14 18C14 16.92 14.43 15.93 15.13 15.21C15.86 14.46 16.88 14 18 14C19.18 14 20.25 14.51 20.97 15.33C21.61 16.04 22 16.98 22 18Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.0299 16.9399L16.9199 19.0499\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.9395 16.96L19.0594 19.0699\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"user search \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 12C14.7614 12 17 9.76142 17 7C17 4.23858 14.7614 2 12 2C9.23858 2 7 4.23858 7 7C7 9.76142 9.23858 12 12 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M3.41016 22C3.41016 18.13 7.26018 15 12.0002 15\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.2 21.4C19.9673 21.4 21.4 19.9673 21.4 18.2C21.4 16.4327 19.9673 15 18.2 15C16.4327 15 15 16.4327 15 18.2C15 19.9673 16.4327 21.4 18.2 21.4Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 22L21 21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"user square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M18.1394 21.6198C17.2594 21.8798 16.2194 21.9998 14.9994 21.9998H8.99937C7.77937 21.9998 6.73937 21.8798 5.85938 21.6198C6.07937 19.0198 8.74937 16.9697 11.9994 16.9697C15.2494 16.9697 17.9194 19.0198 18.1394 21.6198Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 9V15C22 18.78 20.86 20.85 18.14 21.62C17.26 21.88 16.22 22 15 22H9C7.78 22 6.74 21.88 5.86 21.62C3.14 20.85 2 18.78 2 15V9C2 4 4 2 9 2H15C20 2 22 4 22 9Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M15.5799 10.58C15.5799 12.56 13.9799 14.17 11.9999 14.17C10.0199 14.17 8.41992 12.56 8.41992 10.58C8.41992 8.60002 10.0199 7 11.9999 7C13.9799 7 15.5799 8.60002 15.5799 10.58Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"user tag \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M18 18.8597H17.24C16.44 18.8597 15.68 19.1697 15.12 19.7297L13.41 21.4197C12.63 22.1897 11.36 22.1897 10.58 21.4197L8.87 19.7297C8.31 19.1697 7.54 18.8597 6.75 18.8597H6C4.34 18.8597 3 17.5298 3 15.8898V4.97974C3 3.33974 4.34 2.00977 6 2.00977H18C19.66 2.00977 21 3.33974 21 4.97974V15.8898C21 17.5198 19.66 18.8597 18 18.8597Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M11.9999 9.99982C13.2868 9.99982 14.33 8.95662 14.33 7.6698C14.33 6.38298 13.2868 5.33984 11.9999 5.33984C10.7131 5.33984 9.66992 6.38298 9.66992 7.6698C9.66992 8.95662 10.7131 9.99982 11.9999 9.99982Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M16 15.6599C16 13.8599 14.21 12.3999 12 12.3999C9.79 12.3999 8 13.8599 8 15.6599\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"user tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 12C14.7614 12 17 9.76142 17 7C17 4.23858 14.7614 2 12 2C9.23858 2 7 4.23858 7 7C7 9.76142 9.23858 12 12 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M3.41016 22C3.41016 18.13 7.26015 15 12.0002 15C12.9602 15 13.8902 15.13 14.7602 15.37\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 18C22 18.75 21.79 19.46 21.42 20.06C21.21 20.42 20.94 20.74 20.63 21C19.93 21.63 19.01 22 18 22C16.54 22 15.27 21.22 14.58 20.06C14.21 19.46 14 18.75 14 18C14 16.74 14.58 15.61 15.5 14.88C16.19 14.33 17.06 14 18 14C20.21 14 22 15.79 22 18Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.4395 18L17.4294 18.99L19.5594 17.02\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"user \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 12C14.7614 12 17 9.76142 17 7C17 4.23858 14.7614 2 12 2C9.23858 2 7 4.23858 7 7C7 9.76142 9.23858 12 12 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M20.5901 22C20.5901 18.13 16.7402 15 12.0002 15C7.26015 15 3.41016 18.13 3.41016 22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"verify \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.34\" d=\"M8.38086 12.0001L10.7909 14.4201L15.6209 9.58008\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.7509 2.44982C11.4409 1.85982 12.5709 1.85982 13.2709 2.44982L14.8509 3.80982C15.1509 4.06982 15.7109 4.27982 16.1109 4.27982H17.8109C18.8709 4.27982 19.7409 5.14982 19.7409 6.20982V7.90982C19.7409 8.29982 19.9509 8.86982 20.2109 9.16982L21.5709 10.7498C22.1609 11.4398 22.1609 12.5698 21.5709 13.2698L20.2109 14.8498C19.9509 15.1498 19.7409 15.7098 19.7409 16.1098V17.8098C19.7409 18.8698 18.8709 19.7398 17.8109 19.7398H16.1109C15.7209 19.7398 15.1509 19.9498 14.8509 20.2098L13.2709 21.5698C12.5809 22.1598 11.4509 22.1598 10.7509 21.5698L9.17086 20.2098C8.87086 19.9498 8.31086 19.7398 7.91086 19.7398H6.18086C5.12086 19.7398 4.25086 18.8698 4.25086 17.8098V16.0998C4.25086 15.7098 4.04086 15.1498 3.79086 14.8498L2.44086 13.2598C1.86086 12.5698 1.86086 11.4498 2.44086 10.7598L3.79086 9.16982C4.04086 8.86982 4.25086 8.30982 4.25086 7.91982V6.19982C4.25086 5.13982 5.12086 4.26982 6.18086 4.26982H7.91086C8.30086 4.26982 8.87086 4.05982 9.17086 3.79982L10.7509 2.44982Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"video add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 9V15C22 15.23 22 15.45 21.98 15.67C21.94 15.61 21.89 15.55 21.84 15.5C21.83 15.49 21.82 15.47 21.81 15.46C21 14.56 19.81 14 18.5 14C17.24 14 16.09 14.52 15.27 15.36C14.48 16.17 14 17.28 14 18.5C14 19.34 14.24 20.14 14.65 20.82C14.87 21.19 15.15 21.53 15.47 21.81C15.49 21.82 15.5 21.83 15.51 21.84C15.56 21.89 15.61 21.93 15.67 21.98C15.46 22 15.23 22 15 22H9C4 22 2 20 2 15V9C2 4 4 2 9 2H15C20 2 22 4 22 9Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M2.51953 7.10986H21.4795\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.51953 2.10986V6.96985\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.4805 2.10986V6.5199\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M23 18.5C23 18.86 22.96 19.21 22.87 19.55C22.76 20 22.58 20.43 22.35 20.82C21.57 22.12 20.14 23 18.5 23C17.42 23 16.44 22.62 15.68 21.98C15.67 21.98 15.67 21.98 15.67 21.98C15.61 21.93 15.56 21.89 15.51 21.84C15.5 21.83 15.49 21.82 15.47 21.81C15.15 21.53 14.87 21.19 14.65 20.82C14.24 20.14 14 19.34 14 18.5C14 17.28 14.48 16.17 15.27 15.36C16.09 14.52 17.24 14 18.5 14C19.81 14 21 14.56 21.81 15.46C21.82 15.47 21.83 15.49 21.84 15.5C21.89 15.55 21.94 15.61 21.98 15.67C22.62 16.44 23 17.43 23 18.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M20.1803 18.48H16.8203\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.5 16.8398V20.1998\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"video circle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M9.09961 12V10.52C9.09961 8.60999 10.4496 7.83999 12.0996 8.78999L13.3796 9.52999L14.6596 10.27C16.3096 11.22 16.3096 12.78 14.6596 13.73L13.3796 14.47L12.0996 15.21C10.4496 16.16 9.09961 15.38 9.09961 13.48V12Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"video horizontal \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H15C20 22 22 20 22 15Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M2.51953 17.1104H21.4795\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.51953 7.11035H21.4795\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.9707 17.1104V21.4604\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 17.1104V21.9704\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.9707 17.1104V21.5204\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.9707 2.11035V6.46035\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 2.11035V6.97035\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 7.03027V18.0303\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.9707 2.11035V6.52035\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"video octagon \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.0801 8.58003V15.42C21.0801 16.54 20.4802 17.58 19.5102 18.15L13.5702 21.58C12.6002 22.14 11.4002 22.14 10.4202 21.58L4.48016 18.15C3.51016 17.59 2.91016 16.55 2.91016 15.42V8.58003C2.91016 7.46003 3.51016 6.41999 4.48016 5.84999L10.4202 2.42C11.3902 1.86 12.5902 1.86 13.5702 2.42L19.5102 5.84999C20.4802 6.41999 21.0801 7.45003 21.0801 8.58003Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M9.75 11.9999V10.7999C9.75 9.25989 10.84 8.62993 12.17 9.39993L13.21 9.9999L14.25 10.5999C15.58 11.3699 15.58 12.6299 14.25 13.3999L13.21 13.9999L12.17 14.5999C10.84 15.3699 9.75 14.7399 9.75 13.1999V11.9999Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"video play \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H15C20 22 22 20 22 15Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2.51953 7.10986H21.4795\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.51953 2.10986V6.96986\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.4805 2.10986V6.51986\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M9.75 14.4501V13.2501C9.75 11.7101 10.84 11.0801 12.17 11.8501L13.21 12.4501L14.25 13.0501C15.58 13.8201 15.58 15.0801 14.25 15.8501L13.21 16.4501L12.17 17.0501C10.84 17.8201 9.75 17.1901 9.75 15.6501V14.4501V14.4501Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"video remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 9V15C22 15.23 22 15.45 21.98 15.67C21.94 15.61 21.89 15.55 21.84 15.5C21.03 14.57 19.83 14 18.5 14C17.24 14 16.09 14.52 15.27 15.36C14.48 16.17 14 17.28 14 18.5C14 19.34 14.24 20.14 14.65 20.82C14.88 21.2 15.17 21.55 15.51 21.84C15.56 21.89 15.61 21.93 15.67 21.98C15.46 22 15.23 22 15 22H9C4 22 2 20 2 15V9C2 4 4 2 9 2H15C20 2 22 4 22 9Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M2.51953 7.10986H21.4795\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.51953 2.10986V6.96985\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.4805 2.10986V6.5199\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M23 18.5C23 18.86 22.96 19.21 22.87 19.55C22.76 20 22.58 20.43 22.35 20.82C21.57 22.12 20.14 23 18.5 23C17.42 23 16.44 22.62 15.68 21.98C15.67 21.98 15.67 21.98 15.67 21.98C15.61 21.93 15.56 21.89 15.51 21.84C15.17 21.55 14.88 21.2 14.65 20.82C14.24 20.14 14 19.34 14 18.5C14 17.28 14.48 16.17 15.27 15.36C16.09 14.52 17.24 14 18.5 14C19.83 14 21.03 14.57 21.84 15.5C21.89 15.55 21.94 15.61 21.98 15.67C22.62 16.44 23 17.43 23 18.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M19.7003 19.6798L17.3203 17.2998\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M19.6808 17.3198L17.3008 19.6998\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"video slash \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.63 7.58008C16.63 7.58008 16.66 6.63008 16.63 6.32008C16.46 4.28008 15.13 3.58008 12.52 3.58008H6.21C3.05 3.58008 2 4.63008 2 7.79008V16.2101C2 17.4701 2.38 18.7401 3.37 19.5501L4 20.0001\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.7398 10.9502V16.2102C16.7398 19.3702 15.6898 20.4202 12.5298 20.4202H7.25977\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22.0002 6.74023V15.8102C22.0002 17.4802 20.8802 18.0602 19.5202 17.1002L16.7402 15.1502\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22.0195 2.18994L2.01953 22.1899\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"video square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M9.09961 12V10.52C9.09961 8.60999 10.4496 7.83999 12.0996 8.78999L13.3796 9.52999L14.6596 10.27C16.3096 11.22 16.3096 12.78 14.6596 13.73L13.3796 14.47L12.0996 15.21C10.4496 16.16 9.09961 15.38 9.09961 13.48V12Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"video tick \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 9V15C22 15.22 22 15.44 21.98 15.65C21.16 14.64 19.91 14 18.5 14C17.44 14 16.46 14.37 15.69 14.99C14.65 15.81 14 17.08 14 18.5C14 19.34 14.24 20.14 14.65 20.82C14.92 21.27 15.26 21.66 15.66 21.98C15.45 22 15.23 22 15 22H9C4 22 2 20 2 15V9C2 4 4 2 9 2H15C20 2 22 4 22 9Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M2.51953 7.10986H21.4795\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.51953 2.10986V6.96985\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.4805 2.10986V6.5199\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M23 18.5C23 19.34 22.76 20.14 22.35 20.82C22.11 21.22 21.81 21.58 21.46 21.88C20.67 22.58 19.64 23 18.5 23C17.43 23 16.44 22.62 15.67 21.98H15.66C15.26 21.66 14.92 21.27 14.65 20.82C14.24 20.14 14 19.34 14 18.5C14 17.08 14.65 15.81 15.69 14.99C16.46 14.37 17.44 14 18.5 14C19.91 14 21.16 14.64 21.98 15.65C22.62 16.42 23 17.42 23 18.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M16.75 18.5001L17.86 19.6101L20.26 17.3901\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"video time \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 9V15C22 15.22 22 15.44 21.98 15.65C21.16 14.64 19.91 14 18.5 14C17.44 14 16.46 14.37 15.69 14.99C14.65 15.81 14 17.08 14 18.5C14 19.91 14.64 21.16 15.65 21.98C15.44 22 15.22 22 15 22H9C4 22 2 20 2 15V9C2 4 4 2 9 2H15C20 2 22 4 22 9Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M2.51953 7.10986H21.4796\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.51953 2.10986V6.96985\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15.4805 2.10986V6.5199\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M23 18.5C23 19.85 22.4 21.05 21.47 21.88C20.67 22.57 19.64 23 18.5 23C17.42 23 16.42 22.62 15.65 21.98C14.64 21.16 14 19.91 14 18.5C14 17.08 14.65 15.81 15.69 14.99C16.46 14.37 17.44 14 18.5 14C19.91 14 21.16 14.64 21.98 15.65C22.62 16.42 23 17.42 23 18.5Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M18.7809 17.0898V18.7798L17.3809 19.6198\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"video vertical \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M6.89062 2.51953V21.4795\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.8906 2.51953V21.4795\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.88906 6.96973H2.53906\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.8893 12H2.0293\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.89047 16.9697H2.48047\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.8891 6.96973H17.5391\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.8893 12H17.0293\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M16.9707 12H5.9707\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.8905 16.9697H17.4805\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"video \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.53 20.4201H6.21C3.05 20.4201 2 18.3201 2 16.2101V7.79008C2 4.63008 3.05 3.58008 6.21 3.58008H12.53C15.69 3.58008 16.74 4.63008 16.74 7.79008V16.2101C16.74 19.3701 15.68 20.4201 12.53 20.4201Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M19.5202 17.1001L16.7402 15.1501V8.84013L19.5202 6.89013C20.8802 5.94013 22.0002 6.52013 22.0002 8.19013V15.8101C22.0002 17.4801 20.8802 18.0601 19.5202 17.1001Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M11.5 11C12.3284 11 13 10.3284 13 9.5C13 8.67157 12.3284 8 11.5 8C10.6716 8 10 8.67157 10 9.5C10 10.3284 10.6716 11 11.5 11Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"voice cricle \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M6 9.85986V14.1499\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M9 8.43018V15.5702\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M12 7V17\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M15 8.43018V15.5702\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M18 9.85986V14.1499\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"voice square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M6 9.85986V14.1499\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M9 8.43018V15.5702\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M12 7V17\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M15 8.43018V15.5702\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M18 9.85986V14.1499\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"volume cross \"><svg   viewBox=\"0 0 22 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M1 7.00077V11.0008C1 13.0008 2 14.0008 4 14.0008H5.43C5.8 14.0008 6.17 14.1108 6.49 14.3008L9.41 16.1308C11.93 17.7108 14 16.5608 14 13.5908V4.41077C14 1.43077 11.93 0.290766 9.41 1.87077L6.49 3.70077C6.17 3.89077 5.8 4.00077 5.43 4.00077H4C2 4.00077 1 5.00077 1 7.00077Z\" stroke=\"currentColor\" stroke-/>\n<g opacity=\"0.4\">\n<path d=\"M20.9991 10.961L17.0391 7.00098\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20.96 7.04102L17 11.001\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"volume high \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 9.99979V13.9998C2 15.9998 3 16.9998 5 16.9998H6.43C6.8 16.9998 7.17 17.1098 7.49 17.2998L10.41 19.1298C12.93 20.7098 15 19.5598 15 16.5898V7.40979C15 4.42979 12.93 3.28979 10.41 4.86979L7.49 6.69979C7.17 6.88979 6.8 6.99979 6.43 6.99979H5C3 6.99979 2 7.99979 2 9.99979Z\" stroke=\"currentColor\" stroke-/>\n<path opacity=\"0.4\" d=\"M18 8C19.78 10.37 19.78 13.63 18 16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M19.8301 5.5C22.7201 9.35 22.7201 14.65 19.8301 18.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"volume low 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.33008 9.99979V13.9998C3.33008 15.9998 4.33008 16.9998 6.33008 16.9998H7.76008C8.13008 16.9998 8.50008 17.1098 8.82008 17.2998L11.7401 19.1298C14.2601 20.7098 16.3301 19.5598 16.3301 16.5898V7.40979C16.3301 4.42979 14.2601 3.28979 11.7401 4.86979L8.82008 6.69979C8.50008 6.88979 8.13008 6.99979 7.76008 6.99979H6.33008C4.33008 6.99979 3.33008 7.99979 3.33008 9.99979Z\" stroke=\"currentColor\" stroke-/>\n<path opacity=\"0.4\" d=\"M19.3301 8C21.1101 10.37 21.1101 13.63 19.3301 16\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"volume low \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 9.96021V14.0402C2 16.0802 3.02 17.1002 5.06 17.1002H6.52C6.9 17.1002 7.28 17.2102 7.6 17.4102L10.58 19.2702C13.16 20.8802 15.26 19.7102 15.26 16.6702V7.32021C15.26 4.28021 13.15 3.11021 10.58 4.72021L7.6 6.59021C7.27 6.79021 6.9 6.90021 6.52 6.90021H5.06C3.02 6.90021 2 7.92021 2 9.96021Z\" stroke=\"currentColor\" stroke-/>\n<path opacity=\"0.4\" d=\"M18 12H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"volume mute \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5.5 9.99979V13.9998C5.5 15.9998 6.5 16.9998 8.5 16.9998H9.93C10.3 16.9998 10.67 17.1098 10.99 17.2998L13.91 19.1298C16.43 20.7098 18.5 19.5598 18.5 16.5898V7.40979C18.5 4.42979 16.43 3.28979 13.91 4.86979L10.99 6.69979C10.67 6.88979 10.3 6.99979 9.93 6.99979H8.5C6.5 6.99979 5.5 7.99979 5.5 9.99979Z\" stroke=\"currentColor\" stroke-/>\n</svg>\n</li><li title=\"volume slash \"><svg   viewBox=\"0 0 22 22\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14 7.36979V6.40979C14 3.42979 11.93 2.28979 9.41 3.86979L6.49 5.69979C6.17 5.88979 5.8 5.99979 5.43 5.99979H4C2 5.99979 1 6.99979 1 8.99979V12.9998C1 14.9998 2 15.9998 4 15.9998H6\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M9.41016 18.1302C11.9302 19.7102 14.0002 18.5602 14.0002 15.5902V11.9502\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M17.81 8.41992C18.71 10.5699 18.44 13.0799 17 14.9999\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M20.1501 6.7998C21.6201 10.2898 21.1801 14.3698 18.8301 17.4998\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21 1L1 21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"volume up \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 9.96021V14.0402C2 16.0802 3.02 17.1002 5.06 17.1002H6.52C6.9 17.1002 7.28 17.2102 7.6 17.4102L10.58 19.2702C13.16 20.8802 15.26 19.7102 15.26 16.6702V7.32021C15.26 4.28021 13.15 3.11021 10.58 4.72021L7.6 6.59021C7.27 6.79021 6.9 6.90021 6.52 6.90021H5.06C3.02 6.90021 2 7.92021 2 9.96021Z\" stroke=\"currentColor\" stroke-/>\n<g opacity=\"0.4\">\n<path d=\"M18 12H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M20 14V10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li><li title=\"volume \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M15.7194 9.69002C17.7794 11.75 17.7794 15.08 15.7194 17.13C13.6594 19.19 10.3294 19.19 8.27937 17.13C6.21938 15.07 6.21938 11.74 8.27937 9.69002C10.3294 7.63002 13.6694 7.63002 15.7194 9.69002Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M12.0002 13.4102L10.4102 15.0002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M19.0708 6.34021C19.2208 6.49021 19.2208 6.74021 19.0708 6.90021C18.9208 7.05021 18.6708 7.05021 18.5108 6.90021C18.3508 6.75021 18.3608 6.50021 18.5108 6.34021C18.6608 6.18021 18.9208 6.18021 19.0708 6.34021Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M5.49086 19.9198C5.64086 20.0698 5.64086 20.3198 5.49086 20.4798C5.34086 20.6398 5.09086 20.6298 4.93086 20.4798C4.78086 20.3298 4.78086 20.0798 4.93086 19.9198C5.08086 19.7598 5.34086 19.7598 5.49086 19.9198Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M21.8794 13.1298C22.0294 13.2798 22.0294 13.5298 21.8794 13.6898C21.7294 13.8398 21.4794 13.8398 21.3194 13.6898C21.1594 13.5398 21.1694 13.2898 21.3194 13.1298C21.4694 12.9698 21.7294 12.9698 21.8794 13.1298Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M2.67057 13.1298C2.82057 13.2798 2.82057 13.5298 2.67057 13.6898C2.52057 13.8498 2.27055 13.8398 2.11055 13.6898C1.96055 13.5398 1.96055 13.2898 2.11055 13.1298C2.27055 12.9698 2.52057 12.9698 2.67057 13.1298Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M19.0708 19.9198C19.2208 20.0698 19.2208 20.3198 19.0708 20.4798C18.9208 20.6298 18.6708 20.6298 18.5108 20.4798C18.3508 20.3298 18.3608 20.0798 18.5108 19.9198C18.6708 19.7598 18.9208 19.7598 19.0708 19.9198Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M5.49086 6.34021C5.64086 6.49021 5.64086 6.74021 5.49086 6.90021C5.34086 7.06021 5.09086 7.05021 4.93086 6.90021C4.78086 6.75021 4.78086 6.50021 4.93086 6.34021C5.08086 6.18021 5.34086 6.18021 5.49086 6.34021Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M12.2798 3.52009C12.4298 3.67009 12.4298 3.92009 12.2798 4.08009C12.1298 4.24009 11.8798 4.23009 11.7198 4.08009C11.5598 3.93009 11.5698 3.68009 11.7198 3.52009C11.8698 3.36009 12.1298 3.37009 12.2798 3.52009Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"wallet 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12.6609 2.51814L12.6309 2.58814L9.73094 9.31814H6.88094C6.20094 9.31814 5.55094 9.45814 4.96094 9.70814L6.71094 5.52814L6.75094 5.42814L6.82094 5.26814C6.84094 5.20814 6.86094 5.14814 6.89094 5.09814C8.20094 2.06814 9.68094 1.37814 12.6609 2.51814Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.0505 9.51807C17.6005 9.37807 17.1205 9.31807 16.6405 9.31807H9.73047L12.6305 2.58807L12.6605 2.51807C12.8105 2.56807 12.9505 2.63807 13.1005 2.69807L15.3105 3.62807C16.5405 4.13807 17.4005 4.66807 17.9205 5.30807C18.0205 5.42807 18.1005 5.53807 18.1705 5.66807C18.2605 5.80807 18.3305 5.94807 18.3705 6.09807C18.4105 6.18807 18.4405 6.27807 18.4605 6.35807C18.7305 7.19807 18.5705 8.22807 18.0505 9.51807Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.5217 14.1984V16.1484C21.5217 16.3484 21.5117 16.5484 21.5017 16.7484C21.3117 20.2384 19.3617 21.9984 15.6617 21.9984H7.86172C7.62172 21.9984 7.38172 21.9784 7.15172 21.9484C3.97172 21.7384 2.27172 20.0384 2.06172 16.8584C2.03172 16.6284 2.01172 16.3884 2.01172 16.1484V14.1984C2.01172 12.1884 3.23172 10.4584 4.97172 9.70836C5.57172 9.45836 6.21172 9.31836 6.89172 9.31836H16.6517C17.1417 9.31836 17.6217 9.38836 18.0617 9.51836C20.0517 10.1284 21.5217 11.9884 21.5217 14.1984Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M6.71 5.52832L4.96 9.70832C3.22 10.4583 2 12.1883 2 14.1983V11.2683C2 8.42832 4.02 6.05832 6.71 5.52832Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M21.5186 11.2677V14.1977C21.5186 11.9977 20.0586 10.1277 18.0586 9.52766C18.5786 8.22766 18.7286 7.20766 18.4786 6.35766C18.4586 6.26766 18.4286 6.17766 18.3886 6.09766C20.2486 7.05766 21.5186 9.02766 21.5186 11.2677Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"wallet 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M13 9H7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22.0002 10.9702V13.0302C22.0002 13.5802 21.5602 14.0302 21.0002 14.0502H19.0402C17.9602 14.0502 16.9702 13.2602 16.8802 12.1802C16.8202 11.5502 17.0602 10.9602 17.4802 10.5502C17.8502 10.1702 18.3602 9.9502 18.9202 9.9502H21.0002C21.5602 9.9702 22.0002 10.4202 22.0002 10.9702Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.48 10.55C17.06 10.96 16.82 11.55 16.88 12.18C16.97 13.26 17.96 14.05 19.04 14.05H21V15.5C21 18.5 19 20.5 16 20.5H7C4 20.5 2 18.5 2 15.5V8.5C2 5.78 3.64 3.88 6.19 3.56C6.45 3.52 6.72 3.5 7 3.5H16C16.26 3.5 16.51 3.50999 16.75 3.54999C19.33 3.84999 21 5.76 21 8.5V9.95001H18.92C18.36 9.95001 17.85 10.17 17.48 10.55Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"wallet 3 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M13 11.1499H7\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M2 11.1498V6.52985C2 4.48985 3.65 2.83984 5.69 2.83984H11.31C13.35 2.83984 15 4.10984 15 6.14984\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M17.48 12.1999C16.98 12.6799 16.74 13.4199 16.94 14.1799C17.19 15.1099 18.11 15.6999 19.07 15.6999H20V17.1499C20 19.3599 18.21 21.1499 16 21.1499H6C3.79 21.1499 2 19.3599 2 17.1499V10.1499C2 7.9399 3.79 6.1499 6 6.1499H16C18.2 6.1499 20 7.9499 20 10.1499V11.5999H18.92C18.36 11.5999 17.85 11.8199 17.48 12.1999Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22.0002 12.6201V14.6801C22.0002 15.2401 21.5402 15.7001 20.9702 15.7001H19.0402C17.9602 15.7001 16.9702 14.9101 16.8802 13.8301C16.8202 13.2001 17.0602 12.6101 17.4802 12.2001C17.8502 11.8201 18.3602 11.6001 18.9202 11.6001H20.9702C21.5402 11.6001 22.0002 12.0601 22.0002 12.6201Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"wallet add 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path d=\"M14.2617 15.4385H9.26172\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.7617 12.998V17.998\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M12.6609 2.51814L12.6309 2.58814L9.73094 9.31814H6.88094C6.20094 9.31814 5.55094 9.45814 4.96094 9.70814L6.71094 5.52814L6.75094 5.42814L6.82094 5.26814C6.84094 5.20814 6.86094 5.14814 6.89094 5.09814C8.20094 2.06814 9.68094 1.37814 12.6609 2.51814Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.0505 9.51807C17.6005 9.37807 17.1205 9.31807 16.6405 9.31807H9.73047L12.6305 2.58807L12.6605 2.51807C12.8105 2.56807 12.9505 2.63807 13.1005 2.69807L15.3105 3.62807C16.5405 4.13807 17.4005 4.66807 17.9205 5.30807C18.0205 5.42807 18.1005 5.53807 18.1705 5.66807C18.2605 5.80807 18.3305 5.94807 18.3705 6.09807C18.4105 6.18807 18.4405 6.27807 18.4605 6.35807C18.7305 7.19807 18.5705 8.22807 18.0505 9.51807Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.5217 14.1984V16.1484C21.5217 16.3484 21.5117 16.5484 21.5017 16.7484C21.3117 20.2384 19.3617 21.9984 15.6617 21.9984H7.86172C7.62172 21.9984 7.38172 21.9784 7.15172 21.9484C3.97172 21.7384 2.27172 20.0384 2.06172 16.8584C2.03172 16.6284 2.01172 16.3884 2.01172 16.1484V14.1984C2.01172 12.1884 3.23172 10.4584 4.97172 9.70836C5.57172 9.45836 6.21172 9.31836 6.89172 9.31836H16.6517C17.1417 9.31836 17.6217 9.38836 18.0617 9.51836C20.0517 10.1284 21.5217 11.9884 21.5217 14.1984Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M6.71 5.52832L4.96 9.70832C3.22 10.4583 2 12.1883 2 14.1983V11.2683C2 8.42832 4.02 6.05832 6.71 5.52832Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M21.5186 11.2677V14.1977C21.5186 11.9977 20.0586 10.1277 18.0586 9.52766C18.5786 8.22766 18.7286 7.20766 18.4786 6.35766C18.4586 6.26766 18.4286 6.17766 18.3886 6.09766C20.2486 7.05766 21.5186 9.02766 21.5186 11.2677Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"wallet add 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M17.7495 7.04997C17.5095 7.00997 17.2595 6.99998 16.9995 6.99998H6.99945C6.71945 6.99998 6.44945 7.01998 6.18945 7.05998C6.32945 6.77998 6.52945 6.52001 6.76945 6.28001L10.0195 3.02C11.3895 1.66 13.6095 1.66 14.9795 3.02L16.7295 4.78996C17.3695 5.41996 17.7095 6.21997 17.7495 7.04997Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 19C9 19.75 8.79 20.46 8.42 21.06C7.73 22.22 6.46 23 5 23C3.54 23 2.27 22.22 1.58 21.06C1.21 20.46 1 19.75 1 19C1 16.79 2.79 15 5 15C7.21 15 9 16.79 9 19Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.48977 18.98H3.50977\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5 17.52V20.51\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 12V17C22 20 20 22 17 22H7.63C7.94 21.74 8.21 21.42 8.42 21.06C8.79 20.46 9 19.75 9 19C9 16.79 7.21 15 5 15C3.8 15 2.73 15.53 2 16.36V12C2 9.28 3.64 7.38 6.19 7.06C6.45 7.02 6.72 7 7 7H17C17.26 7 17.51 7.00999 17.75 7.04999C20.33 7.34999 22 9.26 22 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M22 12.5H19C17.9 12.5 17 13.4 17 14.5C17 15.6 17.9 16.5 19 16.5H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"wallet add \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path d=\"M14.2617 15.4385H9.26172\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.7617 12.998V17.998\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M12.6609 2.51814L12.6309 2.58814L9.73094 9.31814H6.88094C6.20094 9.31814 5.55094 9.45814 4.96094 9.70814L6.71094 5.52814L6.75094 5.42814L6.82094 5.26814C6.84094 5.20814 6.86094 5.14814 6.89094 5.09814C8.20094 2.06814 9.68094 1.37814 12.6609 2.51814Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.0505 9.51807C17.6005 9.37807 17.1205 9.31807 16.6405 9.31807H9.73047L12.6305 2.58807L12.6605 2.51807C12.8105 2.56807 12.9505 2.63807 13.1005 2.69807L15.3105 3.62807C16.5405 4.13807 17.4005 4.66807 17.9205 5.30807C18.0205 5.42807 18.1005 5.53807 18.1705 5.66807C18.2605 5.80807 18.3305 5.94807 18.3705 6.09807C18.4105 6.18807 18.4405 6.27807 18.4605 6.35807C18.7305 7.19807 18.5705 8.22807 18.0505 9.51807Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.5217 14.1984V16.1484C21.5217 16.3484 21.5117 16.5484 21.5017 16.7484C21.3117 20.2384 19.3617 21.9984 15.6617 21.9984H7.86172C7.62172 21.9984 7.38172 21.9784 7.15172 21.9484C3.97172 21.7384 2.27172 20.0384 2.06172 16.8584C2.03172 16.6284 2.01172 16.3884 2.01172 16.1484V14.1984C2.01172 12.1884 3.23172 10.4584 4.97172 9.70836C5.57172 9.45836 6.21172 9.31836 6.89172 9.31836H16.6517C17.1417 9.31836 17.6217 9.38836 18.0617 9.51836C20.0517 10.1284 21.5217 11.9884 21.5217 14.1984Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M6.71 5.52832L4.96 9.70832C3.22 10.4583 2 12.1883 2 14.1983V11.2683C2 8.42832 4.02 6.05832 6.71 5.52832Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M21.5186 11.2677V14.1977C21.5186 11.9977 20.0586 10.1277 18.0586 9.52766C18.5786 8.22766 18.7286 7.20766 18.4786 6.35766C18.4586 6.26766 18.4286 6.17766 18.3886 6.09766C20.2486 7.05766 21.5186 9.02766 21.5186 11.2677Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"wallet check \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 19C9 19.75 8.79 20.46 8.42 21.06C7.73 22.22 6.46 23 5 23C3.54 23 2.27 22.22 1.58 21.06C1.21 20.46 1 19.75 1 19C1 16.79 2.79 15 5 15C7.21 15 9 16.79 9 19Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.43945 19L4.42945 19.99L6.55946 18.02\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M17.7495 7.04997C17.5095 7.00997 17.2595 6.99998 16.9995 6.99998H6.99945C6.71945 6.99998 6.44945 7.01998 6.18945 7.05998C6.32945 6.77998 6.52945 6.52001 6.76945 6.28001L10.0195 3.02C11.3895 1.66 13.6095 1.66 14.9795 3.02L16.7295 4.78996C17.3695 5.41996 17.7095 6.21997 17.7495 7.04997Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M22 12V17C22 20 20 22 17 22H7.63C7.94 21.74 8.21 21.42 8.42 21.06C8.79 20.46 9 19.75 9 19C9 16.79 7.21 15 5 15C3.8 15 2.73 15.53 2 16.36V12C2 9.28 3.64 7.38 6.19 7.06C6.45 7.02 6.72 7 7 7H17C17.26 7 17.51 7.00999 17.75 7.04999C20.33 7.34999 22 9.26 22 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M22 12.5H19C17.9 12.5 17 13.4 17 14.5C17 15.6 17.9 16.5 19 16.5H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"wallet minus \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M14.2617 15.998H9.26172\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M12.6609 2.51814L12.6309 2.58814L9.73094 9.31814H6.88094C6.20094 9.31814 5.55094 9.45814 4.96094 9.70814L6.71094 5.52814L6.75094 5.42814L6.82094 5.26814C6.84094 5.20814 6.86094 5.14814 6.89094 5.09814C8.20094 2.06814 9.68094 1.37814 12.6609 2.51814Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M18.0505 9.51807C17.6005 9.37807 17.1205 9.31807 16.6405 9.31807H9.73047L12.6305 2.58807L12.6605 2.51807C12.8105 2.56807 12.9505 2.63807 13.1005 2.69807L15.3105 3.62807C16.5405 4.13807 17.4005 4.66807 17.9205 5.30807C18.0205 5.42807 18.1005 5.53807 18.1705 5.66807C18.2605 5.80807 18.3305 5.94807 18.3705 6.09807C18.4105 6.18807 18.4405 6.27807 18.4605 6.35807C18.7305 7.19807 18.5705 8.22807 18.0505 9.51807Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.5217 14.1984V16.1484C21.5217 16.3484 21.5117 16.5484 21.5017 16.7484C21.3117 20.2384 19.3617 21.9984 15.6617 21.9984H7.86172C7.62172 21.9984 7.38172 21.9784 7.15172 21.9484C3.97172 21.7384 2.27172 20.0384 2.06172 16.8584C2.03172 16.6284 2.01172 16.3884 2.01172 16.1484V14.1984C2.01172 12.1884 3.23172 10.4584 4.97172 9.70836C5.57172 9.45836 6.21172 9.31836 6.89172 9.31836H16.6517C17.1417 9.31836 17.6217 9.38836 18.0617 9.51836C20.0517 10.1284 21.5217 11.9884 21.5217 14.1984Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M6.71 5.52832L4.96 9.70832C3.22 10.4583 2 12.1883 2 14.1983V11.2683C2 8.42832 4.02 6.05832 6.71 5.52832Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M21.5186 11.2677V14.1977C21.5186 11.9977 20.0586 10.1277 18.0586 9.52766C18.5786 8.22766 18.7286 7.20766 18.4786 6.35766C18.4586 6.26766 18.4286 6.17766 18.3886 6.09766C20.2486 7.05766 21.5186 9.02766 21.5186 11.2677Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"wallet money \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g opacity=\"0.4\">\n<path d=\"M10.7496 16.8599V18.8899C10.7496 20.6099 9.14963 21.9999 7.17963 21.9999C5.20963 21.9999 3.59961 20.6099 3.59961 18.8899V16.8599C3.59961 18.5799 5.19963 19.7999 7.17963 19.7999C9.14963 19.7999 10.7496 18.5699 10.7496 16.8599Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.7498 14.1097C10.7498 14.6097 10.6098 15.0697 10.3698 15.4697C9.77981 16.4397 8.5698 17.0497 7.1698 17.0497C5.7698 17.0497 4.55979 16.4297 3.96979 15.4697C3.72979 15.0697 3.58984 14.6097 3.58984 14.1097C3.58984 13.2497 3.98982 12.4797 4.62982 11.9197C5.27982 11.3497 6.16979 11.0098 7.15979 11.0098C8.14979 11.0098 9.03982 11.3597 9.68982 11.9197C10.3498 12.4697 10.7498 13.2497 10.7498 14.1097Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.7496 14.11V16.86C10.7496 18.58 9.14963 19.8 7.17963 19.8C5.20963 19.8 3.59961 18.57 3.59961 16.86V14.11C3.59961 12.39 5.19963 11 7.17963 11C8.16963 11 9.05966 11.35 9.70966 11.91C10.3497 12.47 10.7496 13.25 10.7496 14.11Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n<path d=\"M22.0002 10.9702V13.0302C22.0002 13.5802 21.5602 14.0302 21.0002 14.0502H19.0402C17.9602 14.0502 16.9702 13.2602 16.8802 12.1802C16.8202 11.5502 17.0602 10.9602 17.4802 10.5502C17.8502 10.1702 18.3602 9.9502 18.9202 9.9502H21.0002C21.5602 9.9702 22.0002 10.4202 22.0002 10.9702Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 10.5V8.5C2 5.78 3.64 3.88 6.19 3.56C6.45 3.52 6.72 3.5 7 3.5H16C16.26 3.5 16.51 3.50999 16.75 3.54999C19.33 3.84999 21 5.76 21 8.5V9.95001H18.92C18.36 9.95001 17.85 10.17 17.48 10.55C17.06 10.96 16.82 11.55 16.88 12.18C16.97 13.26 17.96 14.05 19.04 14.05H21V15.5C21 18.5 19 20.5 16 20.5H13.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"wallet remove \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 12V17C22 20 20 22 17 22H7.63C7.94 21.74 8.20998 21.42 8.41998 21.06C8.78998 20.46 9 19.75 9 19C9 16.79 7.21 15 5 15C3.8 15 2.73 15.53 2 16.36V12C2 9.28 3.64 7.38 6.19 7.06C6.45 7.02 6.72 7 7 7H17C17.26 7 17.51 7.00999 17.75 7.04999C20.33 7.34999 22 9.26 22 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M17.7495 7.04997C17.5095 7.00997 17.2595 6.99998 16.9995 6.99998H6.99945C6.71945 6.99998 6.44945 7.01998 6.18945 7.05998C6.32945 6.77998 6.52947 6.52001 6.76947 6.28001L10.0195 3.02C11.3895 1.66 13.6094 1.66 14.9794 3.02L16.7294 4.78996C17.3694 5.41996 17.7095 6.21997 17.7495 7.04997Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M22 12.5H19C17.9 12.5 17 13.4 17 14.5C17 15.6 17.9 16.5 19 16.5H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 19C9 19.75 8.78998 20.46 8.41998 21.06C8.20998 21.42 7.94 21.74 7.63 22C6.93 22.63 6.01 23 5 23C3.54 23 2.27002 22.22 1.58002 21.06C1.21002 20.46 1 19.75 1 19C1 17.99 1.38 17.07 2 16.36C2.73 15.53 3.8 15 5 15C7.21 15 9 16.79 9 19Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.06897 20.0402L3.95898 17.9302\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.03967 17.96L3.92969 20.0699\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"wallet search \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 22H17C20 22 22 20 22 17V12C22 9.3 20.3 7.3 17.8 7C17.6 7 17.3 7 17 7H7C6.7 7 6.5 6.99998 6.2 7.09998C3.6 7.39998 2 9.3 2 12C2 12.3 2 12.7 2 13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M17.7992 7.0002C17.5992 7.0002 17.2992 7.0002 16.9992 7.0002H6.99922C6.69922 7.0002 6.49922 7.00017 6.19922 7.10017C6.29922 6.80017 6.49922 6.60018 6.79922 6.30018L9.99922 3.0002C11.3992 1.6002 13.5992 1.6002 14.9992 3.0002L16.7992 4.80018C17.3992 5.40018 17.6992 6.2002 17.7992 7.0002Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M22 12.5H19C17.9 12.5 17 13.4 17 14.5C17 15.6 17.9 16.5 19 16.5H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M5.79961 21.4C7.56961 21.4 8.99961 19.97 8.99961 18.2C8.99961 16.43 7.56961 15 5.79961 15C4.02961 15 2.59961 16.43 2.59961 18.2C2.59961 19.97 4.02961 21.4 5.79961 21.4Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 22L3 21\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"wallet \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M22 12V17C22 20 20 22 17 22H7C4 22 2 20 2 17V12C2 9.28 3.64 7.38 6.19 7.06C6.45 7.02 6.72 7 7 7H17C17.26 7 17.51 7.00999 17.75 7.04999C20.33 7.34999 22 9.26 22 12Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M17.7495 7.05C17.5095 7.01 17.2595 7.00001 16.9995 7.00001H6.99945C6.71945 7.00001 6.44945 7.02001 6.18945 7.06001C6.32945 6.78001 6.52945 6.52001 6.76945 6.28001L10.0195 3.02C11.3895 1.66 13.6095 1.66 14.9795 3.02L16.7295 4.79002C17.3695 5.42002 17.7095 6.22 17.7495 7.05Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M22 12.5H19C17.9 12.5 17 13.4 17 14.5C17 15.6 17.9 16.5 19 16.5H22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"warning 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M12 7.75V13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.0802 8.58003V15.42C21.0802 16.54 20.4802 17.58 19.5102 18.15L13.5702 21.58C12.6002 22.14 11.4002 22.14 10.4202 21.58L4.48016 18.15C3.51016 17.59 2.91016 16.55 2.91016 15.42V8.58003C2.91016 7.46003 3.51016 6.41999 4.48016 5.84999L10.4202 2.42C11.3902 1.86 12.5902 1.86 13.5702 2.42L19.5102 5.84999C20.4802 6.41999 21.0802 7.45003 21.0802 8.58003Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M12 16.2002V16.3002\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"watch status \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.5 19H15.5C17.83 19 19 17.83 19 15.5V8.5C19 6.17 17.83 5 15.5 5H8.5C6.17 5 5 6.17 5 8.5V15.5C5 17.83 6.17 19 8.5 19Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M16 2H8\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M16 22H8\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M12 14V10\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M15 14V12\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M9 14V13\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"watch \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M8.5 19H15.5C17.83 19 19 17.83 19 15.5V8.5C19 6.17 17.83 5 15.5 5H8.5C6.17 5 5 6.17 5 8.5V15.5C5 17.83 6.17 19 8.5 19Z\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M16 2H8\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M16 22H8\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M11.5 9.5V12.5H14.5\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"weight 1 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M17.1797 18C19.5797 18 20.1797 16.65 20.1797 15V9C20.1797 7.35 19.5797 6 17.1797 6C14.7797 6 14.1797 7.35 14.1797 9V15C14.1797 16.65 14.7797 18 17.1797 18Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.82031 18C4.42031 18 3.82031 16.65 3.82031 15V9C3.82031 7.35 4.42031 6 6.82031 6C9.22031 6 9.82031 7.35 9.82031 9V15C9.82031 16.65 9.22031 18 6.82031 18Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M9.82031 12H14.1803\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M22.5 14.5V9.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M1.5 14.5V9.5\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"weight \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10 22H14C19 22 21 20 21 15V9C21 4 19 2 14 2H10C5 2 3 4 3 9V15C3 20 5 22 10 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M17.25 8.28992C14.26 5.62992 9.74 5.62992 6.75 8.28992L8.93 11.7899C10.68 10.2299 13.32 10.2299 15.07 11.7899L17.25 8.28992Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"wifi square \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M6 9.96004C9.63 7.15004 14.37 7.15004 18 9.96004\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M7.59961 13.0499C10.2696 10.9899 13.7396 10.9899 16.4096 13.0499\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M9.80078 16.1402C11.1308 15.1102 12.8708 15.1102 14.2008 16.1402\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"wifi \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M4.91016 11.8401C9.21016 8.5201 14.8002 8.5201 19.1002 11.8401\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 8.3601C8.06 3.6801 15.94 3.6801 22 8.3601\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M6.78906 15.4902C9.93906 13.0502 14.0491 13.0502 17.1991 15.4902\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M9.40039 19.1499C10.9804 17.9299 13.0304 17.9299 14.6104 19.1499\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"wind 2 \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M2 13.1002L4.5 11.6002C6.04 10.6802 7.96 10.6802 9.5 11.6002C11.04 12.5202 12.96 12.5202 14.5 11.6002C16.04 10.6802 17.96 10.6802 19.5 11.6002L22 13.1002\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 3.8999L4.5 5.3999C6.04 6.3199 7.96 6.3199 9.5 5.3999C11.04 4.4799 12.96 4.4799 14.5 5.3999C16.04 6.3199 17.96 6.3199 19.5 5.3999L22 3.8999\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 20.1002L4.5 18.6002C6.04 17.6802 7.96 17.6802 9.5 18.6002C11.04 19.5202 12.96 19.5202 14.5 18.6002C16.04 17.6802 17.96 17.6802 19.5 18.6002L22 20.1002\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"wind \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 15H18.5C20.43 15 22 16.57 22 18.5C22 20.43 20.43 22 18.5 22C16.57 22 15 20.43 15 18.5V18\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M2 12H18.5C20.42 12 22 10.43 22 8.5C22 6.58 20.42 5 18.5 5C16.58 5 15 6.57 15 8.5V9\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M2 9.00012H9.31C10.8 9.00012 12 7.79012 12 6.31012C12 4.82012 10.79 3.62012 9.31 3.62012C7.82 3.62012 6.62 4.83012 6.62 6.31012V6.69012\" stroke=\"currentColor\" stroke- stroke-miterlimit=\"10\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n</li><li title=\"woman \"><svg   viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 16C15.866 16 19 12.866 19 9C19 5.13401 15.866 2 12 2C8.13401 2 5 5.13401 5 9C5 12.866 8.13401 16 12 16Z\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<g opacity=\"0.4\">\n<path d=\"M12 16V22\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M15 19H9\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</g>\n</svg>\n</li></ul>\n"
  },
  {
    "path": "resources/svg/icons/iconsax/license.txt",
    "content": "https://github.com/lusaxweb/iconsax\n\nIconsax are the official icons of the Vuesax framework, these icons can be used for personal and commercial use for free, but they cannot be sold and distributed under another name, they cannot be used to create templates or ui kits without permission, if desired to use the iconsax icon pack for these purposes, you should contact: https://lusaxweb.net/contact\n"
  },
  {
    "path": "resources/svg/icons/ikonate/LICENSE",
    "content": "The MIT License (MIT)\n\nCopyright (c) 2013-2017 Cole Bemis\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n"
  },
  {
    "path": "resources/svg/icons/ikonate/README.md",
    "content": "# Ikonate\n\n[![npm version](https://badge.fury.io/js/ikonate.svg)](https://badge.fury.io/js/ikonate)\n\nIkonate are fully customisable & accessible[*](http://github.com/eucalyptuss/ikonate#accessibility), well-optimised vector icons.\n\nTo learn more about the project and generate the icons online, visit [Ikonate.com](http://ikonate.com). In the downloaded .zip file you will find:\n* customised SVG icons as stand-alone files (perfect for designers who don't want to edit code)\n* customised SVG sprite with an html demo\n* customised html demo of the icons as inline SVG\n\nYou can also follow the documentation below to generate generic demo files with all the available icons and customise them manually.\n\n*Built by [@mikolajdobrucki](https://twitter.com/mikolajdobrucki) & [@mzaremski](https://github.com/mzaremski) at [ucreate](http://www.ucreate.it/)*\n\n## Installation\n\n## Git repository\n\nYou can clone this repository to manually install Ikonate in your project…\n\n```bash\ngit clone https://github.com/eucalyptuss/ikonate.git\n```\n### Install with npm\n\n…or you can download the icons using [npm](http://npmjs.com/) package manager.\n\n```bash\nnpm install ikonate\n```\n\n### Build\n\nTo generate generic demo files and SVG sprites, install [npm](http://npmjs.com/) dependencies first.\n```bash\nnpm install\n```\n\nThen, run a build command from the main repo directory.\n```bash\nnpm run build\n```\n\n## Demo & files structure\n\n### Raw SVG\n\nAll the icons are available as raw, unstyled SVGs at `./ikonate/icons`.\n\n### Demo files\n\n*To view the demo files, remember to run [a build command](http://github.com/eucalyptuss/ikonate#build) first.*\n\nThe generated demos of inline SVGs and SVG sprites are available respectively under `./ikonate/build/inline/index.html` and `./ikonate/build/sprite/index.html`.\n\n**IT DOESN'T WORK!** If you open the sprite demo directly in your browser, it may not display the icons correctly. To fix it, open it using an local server such as [http-server](https://www.npmjs.com/package/http-server).\n\n## Usage\n\n### As `<img>` or `background-image`.\n\nReference: [CSS Tricks: Using SVG as an `<img>`](https://css-tricks.com/using-svg/#article-header-id-2)\n\nTo generate your icons as separate *styled* svg files, visit [Ikonate.com](http://ikonate.com).\n\nRemember that using icons as `<img>` or `background-image`, you can't customise them with CSS.\n\n### As inline SVG.\n\nReference: [CSS Tricks: Using \"inline\" SVG](https://css-tricks.com/using-svg/#article-header-id-7)\n\nTo use icons as inline svg, import the icons you need using a technique appropriate for your project from `./ikonate/icons`.\n\nUsing this approach, you can later [customise the icons with CSS](http://github.com/eucalyptuss/ikonate#customisation).\n\n### As SVG sprite.\n\nReference: [CSS Tricks: SVG `use` with External Reference](https://css-tricks.com/svg-use-with-external-reference-take-2/)\n\nAfter running [the build command](http://github.com/eucalyptuss/ikonate#build) successfully, you will find the SVG sprite with all the available icons in `./ikonate/sprite`.\n\nTo generate your custom optimised SVG sprite, visit [Ikonate.com](http://ikonate.com).\n\nUsing this approach, you can later [customise the icons with CSS](http://github.com/eucalyptuss/ikonate#customisation).\n\nIf you'd like to learn more about different ways of using SVG in your project, check out the following articles:\n* [A Practical Guide by svgontheweb.com](https://svgontheweb.com/#implementation)\n* [Using SVG Tutorial by CSS-Tricks](https://css-tricks.com/using-svg/)\n\n## Customisation\n\nTo customise icons with CSS you need to use the icons as either inline SVG or SVG sprite.\n\nYou can use the following CSS parameters to customise the icons:\n* `width`\n* `height`\n* `stroke`\n* `stroke-width`\n* `stroke-linecap`\n* `stroke-linejoin`\n\ne.g.:\n\n```css\nwidth: 24px;\nheight: 24px;\nstroke: currentColor;\nstroke-width: 2;\nstroke-linecap: round;\nstroke-linejoin: round;\n```\n\nCheck [the demo files](http://github.com/eucalyptuss/ikonate#demo-files) for a representative example.\n\nYou can also generate the styles and all the customised demo files at [Ikonate.com](http://ikonate.com).\n\n## Accessibility\n\nIkonate is NOT accessible out of the box and will never be. We've done our best to follow the best accessibility practices while building this software, but it's your role to adjust it and make it truly accessible inside your project.\n\nE.g. all the titles and descriptions given to the icons should be treated as placeholders and changed in implementation depending on an actual role of each icon. In many cases, you may not need them altogether.\n\nTo learn more on this topic, read an excellent article by Chris Coyier: [How Can I Make My Icon System Accessible?](https://css-tricks.com/can-make-icon-system-accessible/)\n\n## License\n\nIkonate is available under the [MIT](https://github.com/eucalyptuss/ikonate/blob/master/LICENSE). Feel free to use the set in both personal and commercial projects. Attribution is much appreciated but not required.\n"
  },
  {
    "path": "resources/svg/icons/ikonate/index.html",
    "content": "<style>\nul.svg-list {\n\tlist-style:none;\n\tpadding:0;\n\tmargin:10px 0 0;\n}\nul.svg-list li {\n\tdisplay:inline-block;\n\tposition:relative;\n\twidth:32px;\n\theight:32px;\n\tpadding:3px;\n\tmargin-right:5px;\n\tmargin-bottom:5px;\n\tbox-shadow:0px 3px 6px 0px rgba(0, 0, 0, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.08);\n}\n\nul.svg-list li:hover {\n\tbox-shadow:none;//0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 0px rgba(0, 0, 0, 0.15);\n}\n\nul.svg-list li svg{\n\tmax-width:100%;\n\tmax-height:100%;\n\tfill: var(--bs-body-color);\n\tcolor: var(--bs-border-color);\n}\n\nul.svg-list li span {\n\t//display:none;\n}\n\nul.svg-list li.heading {\n\twidth:100%;\n\tbox-shadow:none;\n\ttext-transform: capitalize;\n\tfont-size: 12px;\n\tline-height: 32px;\t\n}\n\nul.svg-list li span {\n  visibility: hidden;\n  min-width: 120px;\n  background-color: black;\n  color: #fff;\n  text-align: center;\n  border-radius: 6px;\n  padding: 5px 0;\n  \n  /* Position the tooltip */\n  position: absolute;\n  z-index: 1;\n  left:0;\n  top: 105%;\n  font-size:12px;\n}\n\nul.svg-list li:hover  span {\n  visibility: visible;\n}\n\nul.svg-list li:hover  svg {\n\ttransform: scale(2);\n\tfill:blue;\n\tcolor:green;\n}\t\n</style>\n<style>ul.svg-list li svg{\n\tstroke: #333;\n    stroke-width: 1;\n    stroke-linecap: square;\n    stroke-linejoin: miter;\n    fill: none;\n}    \n\nul.svg-list li:hover svg{\n\tstroke: #2329D6;\n    stroke-width: 1;\n    stroke-linecap: square;\n    stroke-linejoin: miter;\n    fill: none;\n}    \n</style><ul class=\"svg-list\"><li title=\"accessibility human \"><svg   viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" aria-labelledby=\"accessibilityHumanIconTitle\">\n\t<title id=\"accessibilityHumanIconTitle\">Accessibility features</title>\n\t<circle cx=\"12\" cy=\"3\" r=\"1\"/>\n\t<path d=\"M16 21L12 13M12 13V7M12 13L8 21M12 7L18 9M12 7L6 9\"/>\n</svg></li><li title=\"accessibility \"><svg   viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" aria-labelledby=\"accessibilityIconTitle\">\n\t<title id=\"accessibilityIconTitle\">A11Y (accessibility)</title>\n\t<path d=\"M2 16L2.8 14M6 16L5.2 14M5.2 14L4 11L2.8 14M5.2 14H2.8\"/>\n\t<path d=\"M20 13L22 10M20 13L18 10M20 13L20 16\"/>\n\t<path d=\"M8 12L10 10V16\"/>\n\t<path d=\"M13 12L15 10V16\"/>\n</svg></li><li title=\"activity \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"activityIconTitle\">\n    <title id=\"activityIconTitle\">Activity</title>    \n    <polyline points=\"21 14 18 14 15 7 10 17 7 11 5 14 3 14\"/>\n</svg></li><li title=\"add \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"addIconTitle\">\n    <title id=\"addIconTitle\">Add</title>    \n    <path d=\"M17 12L7 12M12 17L12 7\"/>\n    <circle cx=\"12\" cy=\"12\" r=\"10\"/>\n</svg></li><li title=\"alarm \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"alarmIconTitle\">\n    <title id=\"alarmIconTitle\">Alarm</title>    \n    <circle cx=\"12\" cy=\"13\" r=\"9\"/>\n    <polyline points=\"12 8 12 13 15 16\"/>\n    <path d=\"M19 2L22 5M2 5L5 2\"/>\n</svg></li><li title=\"align center \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"alignCenterIconTitle\">\n    <title id=\"alignCenterIconTitle\">Align Center</title>    \n    <path d=\"M8 10L16 10M6 6L18 6M6 14L18 14M8 18L16 18\"/>\n</svg></li><li title=\"align left \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"alignLeftIconTitle\">\n    <title id=\"alignLeftIconTitle\">Align Left</title>    \n    <path d=\"M6 10L14 10M6 6L18 6M6 14L18 14M6 18L14 18\"/>\n</svg></li><li title=\"align right \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"alignRightIconTitle\">\n    <title id=\"alignRightIconTitle\">Align Right</title>    \n    <path d=\"M10 10h8M6 6h12M6 14h12m-8 4h8\"/>\n</svg></li><li title=\"anchor \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"anchorIconTitle\">\n    <title id=\"anchorIconTitle\">Anchor</title>    \n    <path d=\"M12 20L12 7M9 10L15 10\"/>\n    <circle cx=\"12\" cy=\"5\" r=\"2\"/>\n    <path d=\"M20,14 C18.6666667,18 16,20 12,20 C8,20 5.33333333,18 4,14\"/>\n</svg></li><li title=\"aperture \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"apertureIconTitle\">\n    <title id=\"apertureIconTitle\">Aperture</title>    \n    <path d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\"/>\n    <path d=\"M3 16H14.3164\"/>\n    <path d=\"M4.03589 6.20575L9.68257 15.9861\"/>\n    <path d=\"M13.0359 2.20575L7.37891 12.004\"/>\n    <path d=\"M10.9641 21.7942L16.6146 12.0074\"/>\n    <path d=\"M19.9641 17.7942L14.3086 7.99866\"/>\n    <path d=\"M21 7.98721H9.71844\"/>\n</svg></li><li title=\"apps alt \"><svg   viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" aria-labelledby=\"appsAltIconTitle\">\n\t<title id=\"appsAltIconTitle\">Apps drawer</title>\n\t<rect x=\"5\" y=\"5\"  />\n\t<rect x=\"11\" y=\"5\"  />\n\t<rect x=\"17\" y=\"5\"  />\n\t<rect x=\"5\" y=\"11\"  />\n\t<rect x=\"11\" y=\"11\"  />\n\t<rect x=\"17\" y=\"11\"  />\n\t<rect x=\"5\" y=\"17\"  />\n\t<rect x=\"11\" y=\"17\"  />\n\t<rect x=\"17\" y=\"17\"  />\n</svg></li><li title=\"apps \"><svg   viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" aria-labelledby=\"appsIconTitle\">\n\t<title id=\"appsIconTitle\">Apps drawer</title>\n\t<circle cx=\"6\" cy=\"6\" r=\"1\"/>\n\t<circle cx=\"12\" cy=\"6\" r=\"1\"/>\n\t<circle cx=\"18\" cy=\"6\" r=\"1\"/>\n\t<circle cx=\"6\" cy=\"12\" r=\"1\"/>\n\t<circle cx=\"12\" cy=\"12\" r=\"1\"/>\n\t<circle cx=\"18\" cy=\"12\" r=\"1\"/>\n\t<circle cx=\"6\" cy=\"18\" r=\"1\"/>\n\t<circle cx=\"12\" cy=\"18\" r=\"1\"/>\n\t<circle cx=\"18\" cy=\"18\" r=\"1\"/>\n</svg></li><li title=\"arrow down circle \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"circleArrowDownIconTitle\" fill=\"none\" stroke=\"currentColor\" stroke- stroke-linecap=\"round\">\n    <title id=\"circleArrowDownIconTitle\">Arrow Down</title>    \n    <path d=\"M15 13.5l-3 3-3-3\"/>\n    <path d=\"M12 15V7.5\"/>\n    <path stroke-linecap=\"round\" d=\"M12 16.5V15v1.5z\"/>\n    <circle cx=\"12\" cy=\"12\" r=\"10\"/>\n</svg></li><li title=\"arrow down \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"arrowDownIconTitle\">\n    <title id=\"arrowDownIconTitle\">Arrow Down</title>    \n    <path d=\"M6 15l6 6 6-6\"/>\n    <path d=\"M12 3v17\"/>\n    <path stroke-linecap=\"round\" d=\"M12 21v-1\"/>\n</svg></li><li title=\"arrow left bottom \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"arrowLeftBottomIconTitle\">\n    <title id=\"arrowLeftBottomIconTitle\">Arrow Left Bottom</title>    \n    <path d=\"M5 11v8h8\"/>\n    <path stroke-linecap=\"round\" d=\"M5 19l1-1\"/>\n    <path d=\"M6 18L19 5\"/>\n</svg></li><li title=\"arrow left circle \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"circleArrowLeftIconTitle\">\n    <title id=\"circleArrowLeftIconTitle\">Arrow Left</title>    \n    <path d=\"M10.5 15l-3-3 3-3\"/>\n    <path d=\"M16.5 12H9\"/>\n    <path stroke-linecap=\"round\" d=\"M7.5 12H9\"/>\n    <circle cx=\"12\" cy=\"12\" r=\"10\"/>\n</svg></li><li title=\"arrow left top \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"arrowLeftTopIconTitle\">\n    <title id=\"arrowLeftTopIconTitle\"/>\n    \n    <path d=\"M5 13V5h8\"/>\n    <path stroke-linecap=\"round\" d=\"M5 5l1 1\"/>\n    <path d=\"M6 6l13 13\"/>\n</svg></li><li title=\"arrow left \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"arrowLeftIconTitle\">\n    <title id=\"arrowLeftIconTitle\">Arrow Left</title>    \n    <path d=\"M9 6l-6 6 6 6\"/>\n    <path d=\"M21 12H4\"/>\n    <path stroke-linecap=\"round\" d=\"M3 12h1\"/>\n</svg></li><li title=\"arrow right bottom \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"arrowRightBottomIconTitle\">\n    <title id=\"arrowRightBottomIconTitle\">Arrow Right Bottom</title>    \n    <path d=\"M19 11v8h-8\"/>\n    <path stroke-linecap=\"round\" d=\"M19 19l-1-1\"/>\n    <path d=\"M18 18L5 5\"/>\n</svg></li><li title=\"arrow right circle \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"circleArrowRightIconTitle\">\n    <title id=\"circleArrowRightIconTitle\">Arrow Right</title>    \n    <path d=\"M13.5 9l3 3-3 3\"/>\n    <path d=\"M7.5 12H15\"/>\n    <path stroke-linecap=\"round\" d=\"M16.5 12H15\"/>\n    <circle cx=\"12\" cy=\"12\" r=\"10\"/>\n</svg></li><li title=\"arrow right top \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"arrowRightTopIconTitle\">\n    <title id=\"arrowRightTopIconTitle\">Arrow Right Top</title>    \n    <path d=\"M19 13V5h-8\"/>\n    <path stroke-linecap=\"round\" d=\"M19 5l-1 1\"/>\n    <path d=\"M18 6L5 19\"/>\n</svg></li><li title=\"arrow right \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"arrowRightIconTitle\">\n    <title id=\"arrowRightIconTitle\">Arrow Right</title>    \n    <path d=\"M15 18l6-6-6-6\"/>\n    <path d=\"M3 12h17\"/>\n    <path stroke-linecap=\"round\" d=\"M21 12h-1\"/>\n</svg></li><li title=\"arrow up circle \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"arrowUpIconTitle\">\n    <title id=\"arrowUpIconTitle\">Arrow Up</title>    \n    <path d=\"M9 10.5l3-3 3 3\"/>\n    <path d=\"M12 16.5V9\"/>\n    <path stroke-linecap=\"round\" d=\"M12 7.5V9\"/>\n    <circle cx=\"12\" cy=\"12\" r=\"10\"/>\n</svg></li><li title=\"arrow up \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"arrowUpIconTitle\">\n    <title id=\"arrowUpIconTitle\">Arrow Up</title>    \n    <path d=\"M18 9l-6-6-6 6\"/>\n    <path d=\"M12 21V4\"/>\n    <path stroke-linecap=\"round\" d=\"M12 3v1\"/>\n</svg></li><li title=\"back alt \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"backAltIconTitle\">\n    <title id=\"backAltIconTitle\">Back</title>    \n    <path d=\"M4 12l15-9v18z\"/>\n</svg></li><li title=\"back left \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"backLeftIconTitle\">\n    <title id=\"backLeftIconTitle\">Turn back</title>    \n    <path d=\"M5,17 L5,15 C5,10.0294373 8.80557963,6 13.5,6 C18.1944204,6 22,10.0294373 22,15\"/>\n    <polyline points=\"8 15 5 18 2 15\"/>\n</svg></li><li title=\"back right \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"backRightIconTitle\">\n    <title id=\"backRightIconTitle\">Turn Back</title>    \n    <path d=\"M19,17 L19,15 C19,10.0294373 15.1944204,6 10.5,6 C5.80557963,6 2,10.0294373 2,15\"/>\n    <polyline points=\"16 15 19 18 22 15\"/>\n</svg></li><li title=\"back \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"backIconTitle\">\n    <title id=\"backIconTitle\">Backwards</title>    \n    <path d=\"M14 14.74L21 19V5l-7 4.26V5L2 12l12 7v-4.26z\"/>\n</svg></li><li title=\"bag \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"bagIconTitle\">\n    <title id=\"bagIconTitle\">Bag</title>    \n    <rect   x=\"5\" y=\"7\"/>\n    <path d=\"M8 7a4 4 0 1 1 8 0\"/>\n</svg></li><li title=\"basket \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"basketIconTitle\">\n    <title id=\"basketIconTitle\">Basket</title>    \n    <path d=\"M14 4l6 6-1.372 9H5.372L4 10l6-6\"/>\n    <path stroke-linecap=\"round\" d=\"M4 10h16\"/>\n</svg></li><li title=\"battery alt \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"batteryAltIconTitle\">\n    <title id=\"batteryAltIconTitle\">Battery</title>    \n    <path d=\"M14 3h-4\"/>\n    <path d=\"M6 4v17h12V4z\"/>\n</svg></li><li title=\"battery charging \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"batteryChargingIconTitle\">\n    <title id=\"batteryChargingIconTitle\">BatteryCharging</title>    \n    <path d=\"M21 14v-4\"/>\n    <path d=\"M20 6H4v12h16z\"/>\n    <polyline points=\"12 9 14 12 10 12 12 15\"/>\n</svg></li><li title=\"battery full \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"batteryFullIconTitle\">\n    <title id=\"batteryFullIconTitle\">Battery Full</title>    \n    <path d=\"M21 14v-4\"/>\n    <path d=\"M20 6H4v12h16z\"/>\n    <path d=\"M12 14v-4m4 4v-4m-8 4v-4\"/>\n</svg></li><li title=\"battery low \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"batteryLowIconTitle\">\n    <title id=\"batteryLowIconTitle\">Battery Low</title>    \n    <path d=\"M21 14v-4\"/>\n    <path d=\"M20 6H4v12h16z\"/>\n    <path d=\"M8 14v-4\"/>\n</svg></li><li title=\"battery medium \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"batteryMediumIconTitle\">\n    <title id=\"batteryMediumIconTitle\">Battery 66%</title>    \n    <path d=\"M21 14v-4\"/>\n    <path d=\"M20 6H4v12h16z\"/>\n    <path d=\"M12 14v-4m-4 4v-4\"/>\n</svg></li><li title=\"battery \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"batteryIconTitle\">\n    <title id=\"batteryIconTitle\">Battery</title>    \n    <path d=\"M21 14v-4\"/>\n    <path d=\"M20 6H4v12h16z\"/>\n</svg></li><li title=\"bell \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"bellIconTitle\">\n    <title id=\"bellIconTitle\">Bell</title>    \n    <path stroke-linejoin=\"round\" d=\"M10.5,4.5 C12.1666667,4.5 13.8333333,4.5 15.5,4.5 C17.5,4.5 18.8333333,3.83333333 19.5,2.5 L19.5,18.5 C18.8333333,17.1666667 17.5,16.5 15.5,16.5 C13.8333333,16.5 12.1666667,16.5 10.5,16.5 L10.5,16.5 C7.1862915,16.5 4.5,13.8137085 4.5,10.5 L4.5,10.5 C4.5,7.1862915 7.1862915,4.5 10.5,4.5 Z\" transform=\"rotate(90 12 10.5)\"/>\n    <path d=\"M11,21 C12.1045695,21 13,20.1045695 13,19 C13,17.8954305 12.1045695,17 11,17\" transform=\"rotate(90 12 19)\"/>\n</svg></li><li title=\"bin \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"binIconTitle\">\n    <title id=\"binIconTitle\">Bin</title>    \n    <path d=\"M19 6L5 6M14 5L10 5M6 10L6 20C6 20.6666667 6.33333333 21 7 21 7.66666667 21 11 21 17 21 17.6666667 21 18 20.6666667 18 20 18 19.3333333 18 16 18 10\"/>\n</svg></li><li title=\"bluetooth \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"bluetoothIconTitle\">\n    <title id=\"bluetoothIconTitle\">Bluetooth</title>    \n    <polyline points=\"7 17 17 7 12 2 12 22 17 17 7 7\"/>\n</svg></li><li title=\"bolt \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"boltIconTitle\">\n    <title id=\"boltIconTitle\">Bolt</title>    \n    <path d=\"M5 14l8-11v7h5l-8 11v-7z\"/>\n</svg></li><li title=\"book opened \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"bookOpenedIconTitle\">\n    <title id=\"bookOpenedIconTitle\">Book</title>    \n    <path d=\"M12 6s-2-2-4-2-5 2-5 2v14s3-2 5-2 4 2 4 2c1.333-1.333 2.667-2 4-2 1.333 0 3 .667 5 2V6c-2-1.333-3.667-2-5-2-1.333 0-2.667.667-4 2z\"/>\n    <path stroke-linecap=\"round\" d=\"M12 6v14\"/>\n</svg></li><li title=\"book \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"bookIconTitle\">\n    <title id=\"bookIconTitle\">Book</title>    \n    <path d=\"M19 3v18H8a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3h11z\"/>\n    <path d=\"M5 18a3 3 0 0 1 3-3h11\"/>\n</svg></li><li title=\"bookmark \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"bookmarkIconTitle\">\n    <title id=\"bookmarkIconTitle\">Bookmark</title>    \n    <path d=\"M17,6.65881537 L17,19.5857864 L12,16.4078051 L7,19.5857864 L7,6.65881537 C7,5.19039219 8.11928813,4 9.5,4 L14.5,4 C15.8807119,4 17,5.19039219 17,6.65881537 Z\"/>\n</svg></li><li title=\"box \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"boxIconTitle\">\n    <title id=\"boxIconTitle\">Box</title>    \n    <polygon points=\"12 2 21 7 21 17 12 22 3 17 3 7\"/>\n    <polyline stroke-linecap=\"round\" points=\"3 7 12 12 21 7\"/>\n    <path stroke-linecap=\"round\" d=\"M12,12 L12,22\"/>\n</svg></li><li title=\"brightness \"><svg   viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" aria-labelledby=\"brightnessIconTitle\">\n\t<title id=\"brightnessIconTitle\">Brightness control</title>\n\t<path d=\"M15 6L12 3L9.00001 6H6.00001V9L3 12L6.00001 15V18H8.99999L12 21L15 18H18V15L21 12L18 9V6H15Z\"/>\n\t<path d=\"M16 12C16 9.79086 14.2091 8 12 8V16C14.2091 16 16 14.2091 16 12Z\"/>\n</svg></li><li title=\"bug \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"bugIconTitle\">\n    <title id=\"bugIconTitle\">Bug</title>    \n    <path d=\"M15 6.99989086C16.1045695 6.99989086 17 7.89532136 17 8.99989086L17 16.458686C17 17.1113133 16.6815784 17.722892 16.1469254 18.0971494L12 21 7.85307456 18.0971494C7.31842164 17.722892 7 17.1113133 7 16.458686L7 8.99989086C7 7.89532136 7.8954305 6.99989086 9 6.99989086 9.00005899 5.34308677 10.3431821 4 12 4 13.6568179 4 14.999941 5.34308677 15 6.99989086zM4 13L7 13\"/>\n    <polyline points=\"3 7 5 9 7 9\"/>\n    <polyline points=\"21 7 19 9 17 9\"/>\n    <polyline points=\"3 19 5 17 7 17\"/>\n    <polyline points=\"17 17 19 17 21 19 21 19\"/>\n    <path d=\"M17,13 L20,13\"/>\n</svg></li><li title=\"calendar add \"><svg   viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" aria-labelledby=\"calendarAddIconTitle\">\n\t<title id=\"calendarAddIconTitle\">Add to calendar</title>\n\t<path d=\"M3 5H21V21H3V5Z\"/>\n\t<path d=\"M21 9H3\"/>\n\t<path d=\"M7 5V3\"/>\n\t<path d=\"M17 5V3\"/>\n\t<path d=\"M15 15H9\"/>\n\t<path d=\"M12 12V18\"/>\n</svg></li><li title=\"calendar decline \"><svg   viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" aria-labelledby=\"calendarDeclineIconTitle\">\n\t<title id=\"calendarDeclineIconTitle\">Decline calendar invite</title>\n\t<path d=\"M3 5H21V21H3V5Z\"/>\n\t<path d=\"M21 9H3\"/>\n\t<path d=\"M7 5V3\"/>\n\t<path d=\"M17 5V3\"/>\n\t<path d=\"M15 18L8.99999 12\"/>\n\t<path d=\"M15 12L9 18\"/>\n</svg></li><li title=\"calendar event \"><svg   viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" aria-labelledby=\"calendarEventIconTitle\">\n\t<title id=\"calendarEventIconTitle\">Calendar event</title>\n\t<path d=\"M3 5H21V21H3V5Z\"/>\n\t<path d=\"M21 9H3\"/>\n\t<path d=\"M7 5V3\"/>\n\t<path d=\"M17 5V3\"/>\n\t<rect x=\"15\" y=\"15\"  />\n</svg></li><li title=\"calendar \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"calendarIconTitle\">\n    <title id=\"calendarIconTitle\">Calendar</title>    \n    <path d=\"M3 5H21V21H3V5Z\"/>\n    <path d=\"M21 9H3\"/>\n    <path d=\"M7 5V3\"/>\n    <path d=\"M17 5V3\"/>\n</svg></li><li title=\"camera rear \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"cameraRearIconTitle\">\n    <title id=\"cameraRearIconTitle\">Switch the Cameras</title>    \n    <path d=\"M6 12l2-2 2 2\"/>\n    <path d=\"M8 13a4 4 0 0 0 4 4m4-4a4 4 0 0 0-4-4\"/>\n    <path stroke-linecap=\"butt\" d=\"M8 12v1m0-3v3m8 0v3\"/>\n    <path d=\"M18 14l-2 2-2-2\"/>\n    <path d=\"M8 7l.74-1.11A2 2 0 0 1 10.404 5h3.192a2 2 0 0 1 1.664.89L16 7h5v13H3V7h5z\"/>\n</svg></li><li title=\"camera \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"cameraIconTitle\">\n    <title id=\"cameraIconTitle\">Camera</title>    \n    <path d=\"M8 7l.74-1.11A2 2 0 0 1 10.404 5h3.192a2 2 0 0 1 1.664.89L16 7h5v11H3V7h5z\"/>\n    <circle cx=\"12\" cy=\"12\" r=\"3\"/>\n</svg></li><li title=\"cancel \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"cancelIconTitle\">\n    <title id=\"cancelIconTitle\">Cancel</title>    \n    <path d=\"M15.5355339 15.5355339L8.46446609 8.46446609M15.5355339 8.46446609L8.46446609 15.5355339\"/>\n    <path d=\"M4.92893219,19.0710678 C1.02368927,15.1658249 1.02368927,8.83417511 4.92893219,4.92893219 C8.83417511,1.02368927 15.1658249,1.02368927 19.0710678,4.92893219 C22.9763107,8.83417511 22.9763107,15.1658249 19.0710678,19.0710678 C15.1658249,22.9763107 8.83417511,22.9763107 4.92893219,19.0710678 Z\"/>\n</svg></li><li title=\"cards \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"cardsIconTitle\">\n    <title id=\"cardsIconTitle\">Cards</title>    \n    <rect   x=\"3\" y=\"3\"/>\n    <polyline points=\"16 8 21 8 21 21 8 21 8 16\"/>\n</svg></li><li title=\"cart add \"><svg   viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" aria-labelledby=\"cartAddIconTitle\">\n\t<title id=\"cartAddIconTitle\">Add do cart</title>\n\t<path d=\"M21.2922 6L19.9463 14.1627C19.8666 14.6457 19.4491 15 18.9596 15H7.04304C6.55355 15 6.136 14.6457 6.05636 14.1627L4.84851 6.83731C4.76887 6.35434 4.35133 6 3.86183 6H2\"/>\n\t<path d=\"M8 20C8.55228 20 9 19.5523 9 19C9 18.4477 8.55228 18 8 18C7.44772 18 7 18.4477 7 19C7 19.5523 7.44772 20 8 20Z\"/>\n\t<path d=\"M18 20C18.5523 20 19 19.5523 19 19C19 18.4477 18.5523 18 18 18C17.4477 18 17 18.4477 17 19C17 19.5523 17.4477 20 18 20Z\"/>\n\t<path d=\"M16 8H10\"/>\n\t<path d=\"M13 5V11\"/>\n</svg></li><li title=\"cart \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"cartIconTitle\">\n    <title id=\"cartIconTitle\">Cart</title>    \n    <path d=\"M6 6h15l-1.5 9h-12z\"/>\n    <circle cx=\"9\" cy=\"19\" r=\"1\"/>\n    <circle cx=\"18\" cy=\"19\" r=\"1\"/>\n    <path d=\"M6 6H3\"/>\n</svg></li><li title=\"celluar \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"celluarIconTitle\">\n    <title id=\"celluarIconTitle\">Celluar</title>    \n    <path d=\"M18 7L18 18M14 10L14 18M10 13L10 18M6 16L6 18\"/>\n</svg></li><li title=\"chart \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"chartIconTitle\">\n    <title id=\"chartIconTitle\">Chart</title>    \n    <polygon points=\"2 12 2 21 6 21 6 12\"/>\n    <polygon points=\"18 7 18 21 22 21 22 7\"/>\n    <polygon points=\"10 3 10 21 14 21 14 3\"/>\n</svg></li><li title=\"chat add \"><svg   viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" aria-labelledby=\"chatAddIconTitle\">\n\t<title id=\"chatAddIconTitle\">New chat</title>\n\t<path d=\"M21 4V17H13L7 21V17H3V4H21Z\"/>\n\t<path d=\"M15 10H9\"/>\n\t<path d=\"M12 7V13\"/>\n</svg></li><li title=\"chat alt \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"chatAltIconTitle\">\n    <title id=\"chatAltIconTitle\">Chat</title>    \n    <path d=\"M13,17 L7,21 L7,17 L3,17 L3,4 L21,4 L21,17 L13,17 Z\"/>\n</svg></li><li title=\"chat remove \"><svg   viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" aria-labelledby=\"chatRemoveIconTitle\">\n\t<title id=\"chatRemoveIconTitle\">Delete a chat</title>\n\t<path d=\"M15 10H9\"/>\n\t<path d=\"M21 4V17H13L7 21V17H3V4H21Z\"/>\n</svg></li><li title=\"chat warning \"><svg   viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" aria-labelledby=\"chatWarningIconTitle\">\n\t<title id=\"chatWarningIconTitle\">Chat with a warning state</title>\n\t<path d=\"M12 7V11\"/>\n\t<path d=\"M21 4V17H13L7 21V17H3V4H21Z\"/>\n\t<line x1=\"12\" y1=\"14\" x2=\"12\" y2=\"14\"></line>\n</svg></li><li title=\"chat \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"chatIconTitle\">\n    <title id=\"chatIconTitle\">Chat</title>    \n    <path d=\"M8.82388455,18.5880577 L4,21 L4.65322944,16.4273939 C3.00629211,15.0013 2,13.0946628 2,11 C2,6.581722 6.4771525,3 12,3 C17.5228475,3 22,6.581722 22,11 C22,15.418278 17.5228475,19 12,19 C10.8897425,19 9.82174472,18.8552518 8.82388455,18.5880577 Z\"/>\n</svg></li><li title=\"checkbox intermediate \"><svg   viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" aria-labelledby=\"checkboxIntermediateIconTitle\">\n\t<title id=\"checkboxIntermediateIconTitle\">Checkbox in intermediate state</title>\n\t<rect x=\"21\" y=\"3\"   rx=\"1\" transform=\"rotate(90 21 3)\"/>\n\t<path d=\"M16 12H8\"/>\n</svg></li><li title=\"checkbox \"><svg   viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" aria-labelledby=\"checkboxIconTitle\">\n\t<title id=\"checkboxIconTitle\">Checkbox (selected)</title>\n\t<rect x=\"21\" y=\"3\"   rx=\"1\" transform=\"rotate(90 21 3)\"/>\n\t<path d=\"M6.66666 12.6667L9.99999 16L17.3333 8.66669\"/>\n</svg></li><li title=\"chevron down \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"chevronDownIconTitle\">\n    <title id=\"chevronDownIconTitle\">Chevron Down</title>    \n    <polyline points=\"6 10 12 16 18 10\"/>\n</svg></li><li title=\"chevron left \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"chevronLeftIconTitle\">\n    <title id=\"chevronLeftIconTitle\">Chevron Left</title>    \n    <polyline points=\"14 18 8 12 14 6 14 6\"/>\n</svg></li><li title=\"chevron right \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"chevronRightIconTitle\">\n    <title id=\"chevronRightIconTitle\">Chevron Right</title>    \n    <polyline points=\"10 6 16 12 10 18 10 18\"/>\n</svg></li><li title=\"chevron up \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"chevronUpIconTitle\">\n    <title id=\"chevronUpIconTitle\">Chevron Up</title>    \n    <polyline points=\"6 14 12 8 18 14 18 14\"/>\n</svg></li><li title=\"chevrons down \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"chevronsDownIconTitle\">\n    <title id=\"chevronsDownIconTitle\">Chevrons Down</title>    \n    <polyline points=\"7 13 12 18 17 13\"/>\n    <polyline points=\"7 7 12 12 17 7\"/>\n</svg></li><li title=\"chevrons left \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"chevronsLeftIconTitle\">\n    <title id=\"chevronsLeftIconTitle\">Chevron Left</title>    \n    <polyline points=\"11 17 6 12 11 7 11 7\"/>\n    <polyline points=\"17 17 12 12 17 7 17 7\"/>\n</svg></li><li title=\"chevrons right \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"chevronsRightIconTitle\">\n    <title id=\"chevronsRightIconTitle\">Chevrons Right</title>    \n    <polyline points=\"13 7 18 12 13 17 13 17\"/>\n    <polyline points=\"7 7 12 12 7 17 7 17\"/>\n</svg></li><li title=\"chevrons up \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"chevronsUpIconTitle\">\n    <title id=\"chevronsUpIconTitle\">Chevrons Up</title>    \n    <polyline points=\"7 11 12 6 17 11 17 11\"/>\n    <polyline points=\"7 17 12 12 17 17 17 17\"/>\n</svg></li><li title=\"circle \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"circleIconTitle\">\n    <title id=\"circleIconTitle\">Circle</title>    \n    <circle cx=\"12\" cy=\"12\" r=\"8\"/>\n</svg></li><li title=\"clip \"><svg   viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" aria-labelledby=\"clipIconTitle\">\n\t<title id=\"clipIconTitle\">Attachment (paper clip)</title>\n\t<path d=\"M7.93517 13.7796L15.1617 6.55304C16.0392 5.67631 17.4657 5.67631 18.3432 6.55304C19.2206 7.43052 19.2206 8.85774 18.3432 9.73522L8.40091 19.5477C6.9362 21.0124 4.56325 21.0124 3.09854 19.5477C1.63382 18.0837 1.63382 15.7093 3.09854 14.2453L12.9335 4.53784C14.984 2.48739 18.3094 2.48739 20.3569 4.53784C22.4088 6.58904 22.4088 9.91146 20.3584 11.9619L13.239 19.082\"/>\n</svg></li><li title=\"clipboard \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"clipboardIconTitle\">\n    <title id=\"clipboardIconTitle\">Clipboard</title>    \n    <polyline points=\"15 3 19 3 19 21 5 21 5 3 5 3 9 3\"/>\n    <path d=\"M14,4 L10,4 C9.44771525,4 9,3.55228475 9,3 C9,2.44771525 9.44771525,2 10,2 L14,2 C14.5522847,2 15,2.44771525 15,3 C15,3.55228475 14.5522847,4 14,4 Z\"/>\n</svg></li><li title=\"close \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"closeIconTitle\">\n    <title id=\"closeIconTitle\">Close</title>    \n    <path d=\"M6.34314575 6.34314575L17.6568542 17.6568542M6.34314575 17.6568542L17.6568542 6.34314575\"/>\n</svg></li><li title=\"cloud crossed \"><svg   viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" aria-labelledby=\"cloudCrossedIconTitle\">\n\t<title id=\"cloudCrossedIconTitle\">Cloud/internet services unavailable</title>\n\t<path d=\"M13 6C15.9818 6 18.4555 8.17504 18.9212 11.0251C20.6556 11.2331 22 12.7096 22 14.5C22 16.433 20.433 18 18.5 18H6.5C4.01472 18 2 15.9853 2 13.5C2 11.0147 4.01472 9 6.5 9C6.91949 9 7.32556 9.0574 7.71081 9.16477C8.72277 7.28089 10.7118 6 13 6Z\"/>\n\t<path d=\"M3 21L20 4\"/>\n</svg></li><li title=\"cloud upload \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"cloudUploadIconTitle\">\n    <title id=\"cloudUploadIconTitle\">Upload to Cloud</title>    \n    <path d=\"M6.5,18 C4.01471863,18 2,15.9852814 2,13.5 C2,11.0147186 4.01471863,9 6.5,9 C6.9194849,9 7.3255638,9.05739789 7.71081142,9.16476838 C8.72277,7.28089089 10.711801,6 13,6 C15.9817502,6 18.4554927,8.17503894 18.9211951,11.0250841 C20.6555928,11.2331085 22,12.7095527 22,14.5 C22,16.4329966 20.4329966,18 18.5,18 L6.5,18 Z\"/>\n    <path d=\"M12,11 L12,15\"/>\n    <polyline points=\"10 12 12 10 14 12 14 12\"/>\n</svg></li><li title=\"cloud \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"cloudIconTitle\">\n    <title id=\"cloudIconTitle\">Cloud</title>    \n    <path d=\"M6.5,18 C4.01471863,18 2,15.9852814 2,13.5 C2,11.0147186 4.01471863,9 6.5,9 C6.9194849,9 7.3255638,9.05739789 7.71081142,9.16476838 C8.72277,7.28089089 10.711801,6 13,6 C15.9817502,6 18.4554927,8.17503894 18.9211951,11.0250841 C20.6555928,11.2331085 22,12.7095527 22,14.5 C22,16.4329966 20.4329966,18 18.5,18 L6.5,18 Z\"/>\n</svg></li><li title=\"colours \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"coloursIconTitle\">\n    <title id=\"coloursIconTitle\">Colours</title>    \n    <circle cx=\"12\" cy=\"9\" r=\"5\"/>\n    <circle cx=\"9\" cy=\"14\" r=\"5\"/>\n    <circle cx=\"15\" cy=\"14\" r=\"5\"/>\n</svg></li><li title=\"component \"><svg   viewBox=\"0 0 34 34\" xmlns=\"http://www.w3.org/2000/svg\" aria-labelledby=\"componentIconTitle\">\n\t<title id=\"componentIconTitle\">Component</title>\n\t<rect x=\"17\" y=\"8.51471\"   transform=\"rotate(45 17 8.51471)\"/>\n\t<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.9498 13.4645L24.7782 16.2929L21.9498 19.1213L19.1213 16.2929L21.9498 13.4645Z\"/>\n\t<rect x=\"12.0502\" y=\"13.4645\"   transform=\"rotate(45 12.0502 13.4645)\"/>\n\t<rect x=\"17\" y=\"18.4142\"   transform=\"rotate(45 17 18.4142)\"/>\n</svg></li><li title=\"contact book \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"contactBookIconTitle\">\n    <title id=\"contactBookIconTitle\">Contact Book</title>    \n    <path d=\"M8,3 L8,21\"/>\n    <path d=\"M20,2.99999899 L20,21 L6,21 C4.8954305,21 4,20.1045695 4,19 L4,4.99999899 C4,3.89542949 4.8954305,2.99999899 6,2.99999899 L20,2.99999899 Z\"/>\n    <path d=\"M8,17 C8,15 11.3333333,15.3333333 12.6666667,14 C13.3333333,13.3333333 11.3333333,13.3333333 11.3333333,10 C11.3333333,7.778 12.222,6.66666667 14,6.66666667 C15.778,6.66666667 16.6666667,7.778 16.6666667,10 C16.6666667,13.3333333 14.6666667,13.3333333 15.3333333,14 C16.6666667,15.3333333 20,15 20,17\"/>\n</svg></li><li title=\"contrast \"><svg   viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" aria-labelledby=\"contrastIconTitle\">\n\t<title id=\"contrastIconTitle\">Contrast control</title>\n\t<rect x=\"21\" y=\"3\"   transform=\"rotate(90 21 3)\"/>\n\t<path d=\"M21 3L3 21\"/>\n\t<path d=\"M16 3L3 16\"/>\n\t<path d=\"M11 3L3 11\"/>\n\t<path d=\"M6 3L3 6\"/>\n</svg></li><li title=\"controls \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"controlsIconTitle\">\n    <title id=\"controlsIconTitle\">Controllers</title>    \n    <path d=\"M17 18L17 6M12 18L12 6M7 18L7 6M5 8L9 8M10 16L14 16M15 12L19 12\"/>\n</svg></li><li title=\"copy \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"copyIconTitle\">\n    <title id=\"copyIconTitle\">Copy</title>    \n    <rect   x=\"8\" y=\"7\"/>\n    <polyline points=\"16 3 4 3 4 17\"/>\n</svg></li><li title=\"credit card \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"creditCardIconTitle\">\n    <title id=\"creditCardIconTitle\">Credit Card</title>    \n    <rect   x=\"2\" y=\"5\" rx=\"2\"/>\n    <path d=\"M2,14 L22,14\"/>\n</svg></li><li title=\"crop \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"cropIconTitle\">\n    <title id=\"cropIconTitle\">Crop</title>    \n    <polyline points=\"17 3 17 17 3 17\"/>\n    <polyline points=\"7 21 7 7 21 7\"/>\n</svg></li><li title=\"crossing \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"crossingIconTitle\">\n    <title id=\"crossingIconTitle\">Crossing</title>    \n    <path d=\"M5.7149 20.3875L14.4522 9.49689C15.2114 8.5506 16.359 8 17.5722 8L21 8V8\"/>\n    <path d=\"M18 4L22 8L18 12\"/>\n    <path d=\"M3.00003 8.00001L6.42778 8.00001C7.64097 8.00001 8.78859 8.55061 9.54778 9.4969L18.2851 20.3875\"/>\n    <path d=\"M6 12L2 8L6 4\"/>\n</svg></li><li title=\"cup \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"cupIconTitle\">\n    <title id=\"cupIconTitle\">Trophy</title>    \n    <path d=\"M6 2L18 2 18 11C18 14.3137085 15.3137085 17 12 17 8.6862915 17 6 14.3137085 6 11L6 2zM7 21L17 21\"/>\n    <path d=\"M12,17 L12,21\"/>\n    <path d=\"M6 5L6 11 5 11C3.34314575 11 2 9.65685425 2 8 2 6.34314575 3.34314575 5 5 5L6 5zM18 11L18 5 19 5C20.6568542 5 22 6.34314575 22 8 22 9.65685425 20.6568542 11 19 11L18 11z\"/>\n</svg></li><li title=\"cursor \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"cursorIconTitle\">\n    <title id=\"cursorIconTitle\">Cursor</title>    \n    <polygon points=\"7 20 7 4 19 16 12 16 7 21\"/>\n</svg></li><li title=\"cut \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"cutIconTitle\">\n    <title id=\"cutIconTitle\">Cut</title>    \n    <path d=\"M3 18L15 9M15 15L3 6\"/>\n    <circle cx=\"18\" cy=\"7\" r=\"3\"/>\n    <circle cx=\"18\" cy=\"17\" r=\"3\"/>\n</svg></li><li title=\"danger \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"dangerIconTitle\">\n    <title id=\"dangerIconTitle\">Danger</title>    \n    <path d=\"M12 10L12 13\"/>\n    <line x1=\"12\" y1=\"16\" x2=\"12\" y2=\"16\"/>\n    <path d=\"M12.8619342,4.46528817 L21.1135176,18.4929799 C21.3935371,18.969013 21.2346366,19.5819147 20.7586035,19.8619342 C20.6049268,19.9523322 20.4298761,20 20.2515834,20 L3.74841664,20 C3.19613189,20 2.74841664,19.5522847 2.74841664,19 C2.74841664,18.8217072 2.7960844,18.6466565 2.88648243,18.4929799 L11.1380658,4.46528817 C11.4180853,3.98925504 12.030987,3.83035459 12.5070201,4.11037408 C12.6535738,4.19658212 12.7757262,4.3187345 12.8619342,4.46528817 Z\"/>\n</svg></li><li title=\"dashboard \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"dashboardIconTitle\">\n    <title id=\"dashboardIconTitle\">Dashboard</title>    \n    <rect   x=\"2\" y=\"2\"/>\n    <path d=\"M11 7L17 7M11 12L17 12M11 17L17 17\"/>\n    <line x1=\"7\" y1=\"7\" x2=\"7\" y2=\"7\"/>\n    <line x1=\"7\" y1=\"12\" x2=\"7\" y2=\"12\"/>\n    <line x1=\"7\" y1=\"17\" x2=\"7\" y2=\"17\"/>\n</svg></li><li title=\"delete \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"deleteIconTitle\">\n    <title id=\"deleteIconTitle\">Delete (Backspace)</title>    \n    <polygon points=\"20 18 9 18 3 12 9 6 20 6\"/>\n    <path d=\"M12.1143819 10.1143819L15.8856181 13.8856181M12.1143819 13.8856181L15.8856181 10.1143819\"/>\n</svg></li><li title=\"dialpad \"><svg   viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" aria-labelledby=\"dialpadIconTitle\">\n\t<title id=\"dialpadIconTitle\">Dialpad</title>\n\t<circle cx=\"7\" cy=\"5\" r=\"1\"/>\n\t<circle cx=\"12\" cy=\"5\" r=\"1\"/>\n\t<circle cx=\"17\" cy=\"5\" r=\"1\"/>\n\t<circle cx=\"7\" cy=\"10\" r=\"1\"/>\n\t<circle cx=\"12\" cy=\"10\" r=\"1\"/>\n\t<circle cx=\"17\" cy=\"10\" r=\"1\"/>\n\t<circle cx=\"7\" cy=\"15\" r=\"1\"/>\n\t<circle cx=\"12\" cy=\"15\" r=\"1\"/>\n\t<circle cx=\"12\" cy=\"20\" r=\"1\"/>\n\t<circle cx=\"17\" cy=\"15\" r=\"1\"/>\n</svg></li><li title=\"direction left \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"directionLeftIconTitle\">\n    <title id=\"directionLeftIconTitle\">Turn Left</title>    \n    <path d=\"M6 7H13.1667C13.1667 7 19 7 19 12.8333C19 18.6667 19 21 19 21\"/>\n    <path d=\"M9 11L5 7L9 3\"/>\n</svg></li><li title=\"direction right \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"directionRightIconTitle\">\n    <title id=\"directionRightIconTitle\"/>\n    <path d=\"M18 7H10.8333C10.8333 7 5 7 5 12.8333C5 18.6667 5 21 5 21\"/>\n    <path d=\"M15 11L19 7L15 3\"/>\n</svg></li><li title=\"disc \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"discIconTitle\">\n    <title id=\"discIconTitle\">Disc</title>    \n    <circle cx=\"12\" cy=\"12\" r=\"10\"/>\n    <circle cx=\"12\" cy=\"12\" r=\"4\"/>\n</svg></li><li title=\"dolar \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"dolarIconTitle\">\n    <title id=\"dolarIconTitle\">Dolar</title>    \n    <path d=\"M12 4L12 6M12 18L12 20M15.5 8C15.1666667 6.66666667 14 6 12 6 9 6 8.5 7.95652174 8.5 9 8.5 13.140327 15.5 10.9649412 15.5 15 15.5 16.0434783 15 18 12 18 10 18 8.83333333 17.3333333 8.5 16\"/>\n</svg></li><li title=\"download \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"downloadIconTitle\">\n    <title id=\"downloadIconTitle\">Download</title>    \n    <path d=\"M12,3 L12,16\"/>\n    <polyline points=\"7 12 12 17 17 12\"/>\n    <path d=\"M20,21 L4,21\"/>\n</svg></li><li title=\"drop \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"dropIconTitle\">\n    <title id=\"dropIconTitle\">Drop</title>    \n    <path d=\"M12,21 C15.3137085,21 18,18.3904147 18,15 C18,11.6666667 16,8 12,4 C8,8 6,11.6666667 6,15 C6,18.3904147 8.6862915,21 12,21 Z\"/>\n</svg></li><li title=\"ear \"><svg   viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" aria-labelledby=\"earIconTitle\">\n\t<title id=\"earIconTitle\">Ear (hearing)</title>\n\t<path d=\"M6 10C6 6.13401 9.13401 3 13 3C16.866 3 20 6.13401 20 10C20 12.8721 18.2043 15.0806 16.5 17C15.0668 18.6141 14.5 22 11 22C9.87418 22 8.83526 21.6279 7.99951 21\"/>\n\t<path d=\"M10 10C10 8.34315 11.3431 7 13 7C14.6569 7 16 8.34315 16 10C16 10.7684 15.7111 11.4692 15.2361 12\"/>\n</svg></li><li title=\"edit \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"editIconTitle\">\n    <title id=\"editIconTitle\">Edit</title>    \n    <path d=\"M18.4142136 4.41421356L19.5857864 5.58578644C20.366835 6.36683502 20.366835 7.63316498 19.5857864 8.41421356L8 20 4 20 4 16 15.5857864 4.41421356C16.366835 3.63316498 17.633165 3.63316498 18.4142136 4.41421356zM14 6L18 10\"/>\n</svg></li><li title=\"ellypsis vertical \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"ellypsisVerticalIconTitle\">\n    <title id=\"ellypsisVerticalIconTitle\">Ellypsis</title>    \n    <path d=\"M11 12C11 11.4477153 11.4477153 11 12 11 12.5522847 11 13 11.4477153 13 12 13 12.5522847 12.5522847 13 12 13 11.4477153 13 11 12.5522847 11 12zM11 6C11 5.44771525 11.4477153 5 12 5 12.5522847 5 13 5.44771525 13 6 13 6.55228475 12.5522847 7 12 7 11.4477153 7 11 6.55228475 11 6zM11 18C11 17.4477153 11.4477153 17 12 17 12.5522847 17 13 17.4477153 13 18 13 18.5522847 12.5522847 19 12 19 11.4477153 19 11 18.5522847 11 18z\"/>\n</svg></li><li title=\"ellypsis \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"ellypsisIconTitle\">\n    <title id=\"ellypsisIconTitle\">Ellypsis</title>    \n    <circle cx=\"12\" cy=\"12\" r=\"1\"/>\n    <circle cx=\"6\" cy=\"12\" r=\"1\"/>\n    <circle cx=\"18\" cy=\"12\" r=\"1\"/>\n</svg></li><li title=\"entrance \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"entranceIconTitle\">\n    <title id=\"entranceIconTitle\">Entrance</title>    \n    <path d=\"M11 15l3-3-3-3\"/>\n    <path d=\"M4.5 12H13\"/>\n    <path stroke-linecap=\"round\" d=\"M14 12h-1\"/>\n    <path d=\"M18 4v16H7V4z\"/>\n</svg></li><li title=\"envelope alt \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"envelopeAltIconTitle\">\n    <title id=\"envelopeAltIconTitle\">Envelope</title>    \n    <rect   x=\"2\" y=\"5\"/>\n    <path stroke-linecap=\"round\" d=\"M2 5l10 9 10-9\"/>\n</svg></li><li title=\"envelope \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"envelopeIconTitle\">\n    <title id=\"envelopeIconTitle\">Envelope</title>    \n    <rect   x=\"2\" y=\"5\"/>\n    <path stroke-linecap=\"round\" d=\"M2 5l10 9 10-9\"/>\n    <path stroke-linecap=\"round\" d=\"M2 19l6.825-7.8\"/>\n    <path stroke-linecap=\"round\" d=\"M22 19l-6.844-7.822\"/>\n</svg></li><li title=\"error \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"errorIconTitle\">\n    <title id=\"errorIconTitle\">Error</title>    \n    <path d=\"M12 8L12 13\"/>\n    <line x1=\"12\" y1=\"16\" x2=\"12\" y2=\"16\"/>\n    <circle cx=\"12\" cy=\"12\" r=\"10\"/>\n</svg></li><li title=\"exit \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"exitIconTitle\">\n    <title id=\"exitIconTitle\">Exit</title>    \n    <path d=\"M18 15l3-3-3-3\"/>\n    <path d=\"M11.5 12H20\"/>\n    <path stroke-linecap=\"round\" d=\"M21 12h-1\"/>\n    <path d=\"M15 4v16H4V4z\"/>\n</svg></li><li title=\"explore \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"exploreIconTitle\">\n    <title id=\"exploreIconTitle\">Explore</title>    \n    <polygon points=\"14.121 14.121 7.05 16.95 9.879 9.879 16.95 7.05\"/>\n    <circle cx=\"12\" cy=\"12\" r=\"10\"/>\n</svg></li><li title=\"eye closed \"><svg   viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" aria-labelledby=\"eyeClosedIconTitle\">\n\t<title id=\"eyeClosedIconTitle\">Hidden (closed eye)</title>\n\t<path d=\"M20 9C20 9 19.6797 9.66735 19 10.5144M12 14C10.392 14 9.04786 13.5878 7.94861 13M12 14C13.608 14 14.9521 13.5878 16.0514 13M12 14V17.5M4 9C4 9 4.35367 9.73682 5.10628 10.6448M7.94861 13L5 16M7.94861 13C6.6892 12.3266 5.75124 11.4228 5.10628 10.6448M16.0514 13L18.5 16M16.0514 13C17.3818 12.2887 18.3535 11.3202 19 10.5144M5.10628 10.6448L2 12M19 10.5144L22 12\"/>\n</svg></li><li title=\"eye crossed \"><svg   viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" aria-labelledby=\"eyeCrossedIconTitle\">\n\t<title id=\"eyeCrossedIconTitle\">Hidden (crossed eye)</title>\n\t<path d=\"M22 12C22 12 19 18 12 18C5 18 2 12 2 12C2 12 5 6 12 6C19 6 22 12 22 12Z\"/>\n\t<circle cx=\"12\" cy=\"12\" r=\"3\"/>\n\t<path d=\"M3 21L20 4\"/>\n</svg></li><li title=\"eye \"><svg   viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" aria-labelledby=\"eyeIconTitle\">\n\t<title id=\"eyeIconTitle\">Visible (eye)</title>\n\t<path d=\"M22 12C22 12 19 18 12 18C5 18 2 12 2 12C2 12 5 6 12 6C19 6 22 12 22 12Z\"/>\n\t<circle cx=\"12\" cy=\"12\" r=\"3\"/>\n</svg></li><li title=\"favourite \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"favouriteIconTitle\">\n    <title id=\"favouriteIconTitle\">Favourite</title>    \n    <path d=\"M12,21 L10.55,19.7051771 C5.4,15.1242507 2,12.1029973 2,8.39509537 C2,5.37384196 4.42,3 7.5,3 C9.24,3 10.91,3.79455041 12,5.05013624 C13.09,3.79455041 14.76,3 16.5,3 C19.58,3 22,5.37384196 22,8.39509537 C22,12.1029973 18.6,15.1242507 13.45,19.7149864 L12,21 Z\"/>\n</svg></li><li title=\"feed \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"feedIconTitle\">\n    <title id=\"feedIconTitle\">Feed</title>    \n    <circle cx=\"7.5\" cy=\"7.5\" r=\"2.5\"/>\n    <path d=\"M22 13H2\"/>\n    <path d=\"M18 6h-5m5 3h-5\"/>\n    <path d=\"M5 2h14a3 3 0 0 1 3 3v17H2V5a3 3 0 0 1 3-3z\"/>\n</svg></li><li title=\"file \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"fileIconTitle\">\n    <title id=\"fileIconTitle\">File</title>    \n    <path stroke-linecap=\"round\" d=\"M13 3v6h6\"/>\n    <path d=\"M13 3l6 6v12H5V3z\"/>\n</svg></li><li title=\"film \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"filmIconTitle\">\n    <title id=\"filmIconTitle\">Film</title>    \n    <path stroke-linecap=\"round\" d=\"M16 10.087l5-1.578v7.997l-4.998-1.578\"/>\n    <path d=\"M16 7H3v11h13z\"/>\n</svg></li><li title=\"filter \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"filterIconTitle\">\n    <title id=\"filterIconTitle\">Filter</title>    \n    <path d=\"M10 12.261L4.028 3.972h16L14 12.329V17l-4 3z\"/>\n</svg></li><li title=\"flag \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"flagIconTitle\">\n    <title id=\"flagIconTitle\">Flag</title>    \n    <path d=\"M5 20v-5c1.333-1.333 3-2 5-2 3 0 4 2 6 2 1 0 2-.333 3-1V5c-1 .667-2 1-3 1-2 0-3-2-6-2-2 0-3.667.667-5 2v9\"/>\n</svg></li><li title=\"folder add \"><svg   viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" aria-labelledby=\"folderAddIconTitle\">\n\t<title id=\"folderAddIconTitle\">Add to folder</title>\n\t<path d=\"M3 5H9L10 7H21V19H3V5Z\"/>\n\t<path d=\"M15 13H9\"/>\n\t<path d=\"M12 10V16\"/>\n</svg></li><li title=\"folder remove \"><svg   viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" aria-labelledby=\"folderRemoveIconTitle\">\n\t<title id=\"folderRemoveIconTitle\">Remove from folder</title>\n\t<path d=\"M3 5H9L10 7H21V19H3V5Z\"/>\n\t<path d=\"M15 13H9\"/>\n</svg></li><li title=\"folder warning \"><svg   viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" aria-labelledby=\"folderWarningIconTitle\">\n\t<title id=\"folderWarningIconTitle\">Folder with a warning state</title>\n\t<path d=\"M12 10V13\"/>\n\t<path d=\"M3 5H9L10 7H21V19H3V5Z\"/>\n\t<line x1=\"12\" y1=\"16\" x2=\"12\" y2=\"16\"></line>\n</svg></li><li title=\"folder \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"folderIconTitle\">\n    <title id=\"folderIconTitle\">Folder</title>    \n    <path d=\"M3 5h6l1 2h11v12H3z\"/>\n</svg></li><li title=\"forward \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"forwardIconTitle\">\n    <title id=\"forwardIconTitle\">Forward</title>    \n    <path d=\"M10 14.74L3 19V5l7 4.26V5l12 7-12 7v-4.26z\"/>\n</svg></li><li title=\"glasses \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"glassesIconTitle\">\n    <title id=\"glassesIconTitle\">Glasses</title>    \n    <path stroke-linecap=\"round\" d=\"M14 12c-.597-.667-1.264-1-2-1s-1.403.333-2 1\"/>\n    <path d=\"M20 12h2M2 12h2\"/>\n    <circle cx=\"7\" cy=\"12\" r=\"3\"/>\n    <circle cx=\"17\" cy=\"12\" r=\"3\"/>\n</svg></li><li title=\"grid alt \"><svg   viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" aria-labelledby=\"gridIconTitle\">\n\t<title id=\"gridIconTitle\">Grid</title>\n\t<path d=\"M7 3V21\"/>\n\t<path d=\"M17 3V21\"/>\n\t<path d=\"M21 17L3 17\"/>\n\t<path d=\"M21 7L3 7\"/>\n</svg></li><li title=\"grid small \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"gridSmallIconTitle\">\n    <title id=\"gridSmallIconTitle\">Small Grid</title>    \n    <rect   x=\"6\" y=\"6\"/>\n    <rect   x=\"13\" y=\"6\"/>\n    <rect   x=\"6\" y=\"13\"/>\n    <rect   x=\"13\" y=\"13\"/>\n</svg></li><li title=\"grid \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"gridLargeIconTitle\">\n    <title id=\"gridLargeIconTitle\">Large Grid</title>    \n    <rect   x=\"3\" y=\"3\"/>\n    <rect   x=\"14\" y=\"3\"/>\n    <rect   x=\"3\" y=\"14\"/>\n    <rect   x=\"14\" y=\"14\"/>\n</svg></li><li title=\"hamburger \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"hamburgerIconTitle\">\n    <title id=\"hamburgerIconTitle\">Menu</title>    \n    <path d=\"M6 7L18 7M6 12L18 12M6 17L18 17\"/>\n</svg></li><li title=\"happy face \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"happyFaceIconTitle\">\n    <title id=\"happyFaceIconTitle\">Happy Face</title>    \n    <path d=\"M7.3010863,14.0011479 C8.0734404,15.7578367 9.98813711,17 11.9995889,17 C14.0024928,17 15.913479,15.7546194 16.6925307,14.0055328\"/>\n    <line stroke-linecap=\"round\" x1=\"9\" y1=\"9\" x2=\"9\" y2=\"9\"/>\n    <line stroke-linecap=\"round\" x1=\"15\" y1=\"9\" x2=\"15\" y2=\"9\"/>\n    <circle cx=\"12\" cy=\"12\" r=\"10\"/>\n</svg></li><li title=\"hash \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"hashIconTitle\">\n    <title id=\"hashIconTitle\">Hash</title>    \n    <path d=\"M11 3L5 21M19 3L13 21M3 16L19 16M5 8L21 8\"/>\n</svg></li><li title=\"hdr \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"hdrIconTitle\">\n    <title id=\"hdrIconTitle\">HDR</title>    \n    <path d=\"M18 12h1l2 3\"/>\n    <path d=\"M7 9v6m3-6v6h2c1.333 0 2-1 2-3s-.667-3-2-3h-2zm7 6V9h3c.667 0 1 .5 1 1.5s-.333 1.5-1 1.5h-3M7 12H3m0-3v6\"/>\n</svg></li><li title=\"headphones \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"headphonesIconTitle\">\n    <title id=\"headphonesIconTitle\">Headphones</title>    \n    <path stroke-linecap=\"round\" d=\"M21,13 L19,13 C17.8954305,13 17,13.8954305 17,15 L17,17 C17,18.1045695 17.8954305,19 19,19 L19,19 C20.1045695,19 21,18.1045695 21,17 L21,13 C21,8.02943725 16.9705627,4 12,4 C7.02943725,4 3,8.02943725 3,13 L3,17 C3,18.1045695 3.8954305,19 5,19 L5,19 C6.1045695,19 7,18.1045695 7,17 L7,15 C7,13.8954305 6.1045695,13 5,13 L3,13\"/>\n</svg></li><li title=\"hearing disability \"><svg   viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" aria-labelledby=\"hearingDisabilityIconTitle\">\n\t<title id=\"hearingDisabilityIconTitle\">Hearing disability</title>\n\t<path d=\"M6 11.2632C6 7.80411 8.80411 5 12.2632 5C15.7222 5 18.5263 7.80411 18.5263 11.2632C18.5263 13.833 16.9197 15.8089 15.3947 17.5263C14.1124 18.9705 13.6053 22 10.4737 22C9.46637 22 8.53681 21.6671 7.78904 21.1053\"/>\n\t<path d=\"M9.57892 11.2631C9.57892 9.78068 10.7807 8.57892 12.2631 8.57892C13.7456 8.57892 14.9473 9.78068 14.9473 11.2631C14.9473 11.9506 14.6889 12.5777 14.2639 13.0526\"/>\n\t<path d=\"M3 21L21 3\"/>\n</svg></li><li title=\"help \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"helpIconTitle\">\n    <title id=\"helpIconTitle\">Help</title>    \n    <path d=\"M12 14C12 12 13.576002 11.6652983 14.1186858 11.1239516 14.663127 10.5808518 15 9.82976635 15 9 15 7.34314575 13.6568542 6 12 6 11.1040834 6 10.2998929 6.39272604 9.75018919 7.01541737 9.49601109 7.30334431 9.29624369 7.64043912 9.16697781 8.01061095\"/>\n    <line x1=\"12\" y1=\"17\" x2=\"12\" y2=\"17\"/>\n    <circle cx=\"12\" cy=\"12\" r=\"10\"/>\n</svg></li><li title=\"history \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"historyIconTitle\">\n    <title id=\"historyIconTitle\">History</title>    \n    <polyline points=\"1 12 3 14 5 12\"/>\n    <polyline points=\"12 7 12 12 15 15\"/>\n    <path d=\"M12,21 C16.9705627,21 21,16.9705627 21,12 C21,7.02943725 16.9705627,3 12,3 C7.02943725,3 3,7.02943725 3,12 C3,11.975305 3,12.3086383 3,13\"/>\n</svg></li><li title=\"home alt \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"homeAltIconTitle\">\n    <title id=\"homeAltIconTitle\">Home</title>    \n    <path d=\"M3 10.182V22h18V10.182L12 2z\"/>\n    <rect   x=\"9\" y=\"14\"/>\n</svg></li><li title=\"home alt2 \"><svg   viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" aria-labelledby=\"homeAlt2IconTitle\">\n\t<title id=\"homeAlt2IconTitle\">Home</title>\n<path d=\"M2 12L5 9.3M22 12L19 9.3M19 9.3L12 3L5 9.3M19 9.3V21H5V9.3\"/>\n</svg></li><li title=\"home \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"homeIconTitle\">\n    <title id=\"homeIconTitle\">Home</title>    \n    <path d=\"M3 10.182V22h18V10.182L12 2z\"/>\n</svg></li><li title=\"horn \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"hornIconTitle\">\n    <title id=\"hornIconTitle\">Bullhorn</title>    \n    <path stroke-linejoin=\"round\" d=\"M6.5,9 C8.33333333,9 10.1666667,9 12,9 C14,9 16.3333333,7.33333333 19,4 L19,19 C16.3333333,15.6666667 14,14 12,14 C10.1666667,14 8.33333333,14 6.5,14 L6.5,14 C5.11928813,14 4,12.8807119 4,11.5 L4,11.5 C4,10.1192881 5.11928813,9 6.5,9 Z\"/>\n    <polygon points=\"7 14 9 20 13 20 11 14\"/>\n    <path d=\"M11,9 L11,14\"/>\n</svg></li><li title=\"hourglass \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"hourglassIconTitle\">\n    <title id=\"hourglassIconTitle\">Hourglass</title>    \n    <path d=\"M16.7647059,7.82108056 L16.7647059,5 C16.7647059,3.8954305 15.8692754,3 14.7647059,3 L9.23529412,3 C8.13072462,3 7.23529412,3.8954305 7.23529412,5 L7.23529412,7.82108056 L11.4142136,12 L7.23529412,16.1789194 L7.23529412,19 C7.23529412,20.1045695 8.13072462,21 9.23529412,21 L14.7647059,21 C15.8692754,21 16.7647059,20.1045695 16.7647059,19 L16.7647059,16.1789194 L12.5857864,12 L16.7647059,7.82108056 Z\"/>\n</svg></li><li title=\"image \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"imageIconTitle\">\n    <title id=\"imageIconTitle\">Image</title>    \n    <rect   x=\"3\" y=\"3\"/>\n    <path stroke-linecap=\"round\" d=\"M3 14l4-4 11 11\"/>\n    <circle cx=\"13.5\" cy=\"7.5\" r=\"2.5\"/>\n    <path stroke-linecap=\"round\" d=\"M13.5 16.5L21 9\"/>\n</svg></li><li title=\"inbox alt \"><svg   viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" aria-labelledby=\"inboxAltIconTitle\">\n\t<title id=\"inboxAltIconTitle\">Inbox</title>\n\t<path d=\"M3 13H9V16H15V13H21\"/>\n\t<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 13L5 4H19L21 13V20H3V13Z\"/>\n\t<path d=\"M7 7H17\"/>\n\t<path d=\"M6.5 10H17.5\"/>\n</svg></li><li title=\"inbox \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"inboxIconTitle\">\n    <title id=\"inboxIconTitle\">Inbox</title>    \n    <path d=\"M3 10H9V13H15V10H21\"/>\n    <path d=\"M3 10L6 4H18L21 10V20H3V10Z\"/>\n</svg></li><li title=\"info \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"infoIconTitle\">\n    <title id=\"infoIconTitle\">Information</title>    \n    <path d=\"M12,12 L12,15\"/>\n    <line x1=\"12\" y1=\"9\" x2=\"12\" y2=\"9\"/>\n    <circle cx=\"12\" cy=\"12\" r=\"10\"/>\n</svg></li><li title=\"iphone \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"iphoneIconTitle\">\n    <title id=\"iphoneIconTitle\">iPhone</title>    \n    <path d=\"M18,3 L18,21 C18,21.5522847 17.5522847,22 17,22 L7,22 C6.44771525,22 6,21.5522847 6,21 L6,3 C6,2.44771525 6.44771525,2 7,2 L17,2 C17.5522847,2 18,2.44771525 18,3 Z\"/>\n    <polygon points=\"14 2 14 3 10 3 10 2\"/>\n</svg></li><li title=\"justify \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"justifyIconTitle\">\n    <title id=\"justifyIconTitle\">Justify</title>    \n    <path d=\"M6 10L18 10M6 6L18 6M6 14L18 14M6 18L18 18\"/>\n</svg></li><li title=\"key \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"keyIconTitle\">\n    <title id=\"keyIconTitle\">Key</title>    \n    <polyline points=\"21 16 21 12 12 12\"/>\n    <circle cx=\"7\" cy=\"12\" r=\"4\"/>\n    <path d=\"M17,15 L17,12\"/>\n</svg></li><li title=\"language \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"languageIconTitle\">\n    <title id=\"languageIconTitle\">Language</title>    \n    <circle cx=\"12\" cy=\"12\" r=\"10\"/>\n    <path stroke-linecap=\"round\" d=\"M12,22 C14.6666667,19.5757576 16,16.2424242 16,12 C16,7.75757576 14.6666667,4.42424242 12,2 C9.33333333,4.42424242 8,7.75757576 8,12 C8,16.2424242 9.33333333,19.5757576 12,22 Z\"/>\n    <path stroke-linecap=\"round\" d=\"M2.5 9L21.5 9M2.5 15L21.5 15\"/>\n</svg></li><li title=\"laptop \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"laptopIconTitle\">\n    <title id=\"laptopIconTitle\">Laptop</title>    \n    <path d=\"M20 7v11H4V7a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1z\"/>\n    <path d=\"M2 18h20M4 17h16\"/>\n</svg></li><li title=\"layout left \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"layoutLeftIconTitle\">\n    <title id=\"layoutLeftIconTitle\">Layout Left</title>    \n    <rect   x=\"3\" y=\"3\"/>\n    <path d=\"M3 8L21 8M9 8L9 21\"/>\n</svg></li><li title=\"layout right \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"layoutRightIconTitle\">\n    <title id=\"layoutRightIconTitle\">Layout Right</title>    \n    <rect   x=\"3\" y=\"3\"/>\n    <path d=\"M3 8L21 8M9 8L9 21\"/>\n</svg></li><li title=\"lightbulb \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"lightBulbIconTitle\">\n    <title id=\"lightBulbIconTitle\">Light Bulb</title>    \n    <path d=\"M16 12C15.3333333 12.6666667 15 14 15 16L15 17 9 17 9 16C9 14 8.66666667 12.6666667 8 12 5.6739597 9.6739597 5.41421356 6.10050506 7.75735931 3.75735931 10.1005051 1.41421356 13.8994949 1.41421356 16.2426407 3.75735931 18.5857864 6.10050506 18.4068484 9.59315157 16 12zM10 21L14 21\"/>\n</svg></li><li title=\"line chart \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"lineChartIconTitle\">\n    <title id=\"lineChartIconTitle\">Line Chart</title>    \n    <path d=\"M3,16 L8,11\"/>\n    <circle cx=\"9\" cy=\"10\" r=\"1\"/>\n    <circle cx=\"14\" cy=\"15\" r=\"1\"/>\n    <path d=\"M10 11L13 14M15 14L21 8\"/>\n</svg></li><li title=\"link \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"linkIconTitle\">\n    <title id=\"linkIconTitle\">Link</title>    \n    <path d=\"M10.5,15.5 C10.5,14.1666667 10.5,13.5 10.5,13.5 C10.5,10.7385763 8.26142375,8.5 5.5,8.5 C2.73857625,8.5 0.5,10.7385763 0.5,13.5 C0.5,13.5 0.5,14.1666667 0.5,15.5\" transform=\"rotate(-90 5.5 12)\"/>\n    <path d=\"M8,12 L16,12\"/>\n    <path d=\"M23.5,15.5 C23.5,14.1666667 23.5,13.5 23.5,13.5 C23.5,10.7385763 21.2614237,8.5 18.5,8.5 C15.7385763,8.5 13.5,10.7385763 13.5,13.5 C13.5,13.5 13.5,14.1666667 13.5,15.5\" transform=\"rotate(90 18.5 12)\"/>\n</svg></li><li title=\"list alt \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"listAltIconTitle\">\n    <title id=\"listAltIconTitle\"/>\n    \n    <path d=\"M5 15L19 15M5 19L19 19\"/>\n    <rect   x=\"5\" y=\"5\"/>\n</svg></li><li title=\"list view \"><svg   viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" aria-labelledby=\"listViewIconTitle\">\n\t<title id=\"listViewIconTitle\">List view</title>\n\t<path d=\"M5 5H19\"/>\n\t<path d=\"M5 19H19\"/>\n\t<rect x=\"5\" y=\"9\"  />\n</svg></li><li title=\"list \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"listIconTitle\">\n    <title id=\"listIconTitle\"/>\n    \n    <path d=\"M10 7L18 7M10 12L18 12M10 17L18 17\"/>\n    <line x1=\"7\" y1=\"7\" x2=\"7\" y2=\"7\"/>\n    <line x1=\"7\" y1=\"12\" x2=\"7\" y2=\"12\"/>\n    <line x1=\"7\" y1=\"17\" x2=\"7\" y2=\"17\"/>\n</svg></li><li title=\"location \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"locationIconTitle\">\n    <title id=\"locationIconTitle\">Location</title>    \n    <path d=\"M12,21 C16,16.8 18,12.8 18,9 C18,5.6862915 15.3137085,3 12,3 C8.6862915,3 6,5.6862915 6,9 C6,12.8 8,16.8 12,21 Z\"/>\n    <circle cx=\"12\" cy=\"9\" r=\"1\"/>\n</svg></li><li title=\"lock alt open \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"lockAltOpenIconTitle\">\n    <title id=\"lockAltOpenIconTitle\">Lock</title>    \n    <path d=\"M7,7.625 L7,7 C7,4.23857625 9.23857625,2 12,2 L12,2 C14.7614237,2 17,4.23857625 17,7 L17,11\"/>\n    <rect   x=\"5\" y=\"11\"/>\n    <circle cx=\"12\" cy=\"16\" r=\"1\"/>\n</svg></li><li title=\"lock alt \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"lockAltIconTitle\">\n    <title id=\"lockAltIconTitle\">Lock</title>    \n    <rect   x=\"5\" y=\"11\"/>\n    <path d=\"M12,3 L12,3 C14.7614237,3 17,5.23857625 17,8 L17,11 L7,11 L7,8 C7,5.23857625 9.23857625,3 12,3 Z\"/>\n    <circle cx=\"12\" cy=\"16\" r=\"1\"/>\n</svg></li><li title=\"lock open \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"lockOpenIconTitle\">\n    <title id=\"lockOpenIconTitle\">Lock</title>    \n    <path d=\"M7,7.625 L7,7 C7,4.23857625 9.23857625,2 12,2 L12,2 C14.7614237,2 17,4.23857625 17,7 L17,11\"/>\n    <rect   x=\"5\" y=\"11\"/>\n</svg></li><li title=\"lock \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"lockIconTitle\">\n    <title id=\"lockIconTitle\">Lock</title>    \n    <rect   x=\"5\" y=\"11\"/>\n    <path d=\"M12,3 L12,3 C14.7614237,3 17,5.23857625 17,8 L17,11 L7,11 L7,8 C7,5.23857625 9.23857625,3 12,3 Z\"/>\n</svg></li><li title=\"map \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"mapIconTitle\">\n    <title id=\"mapIconTitle\">Map</title>    \n    <polygon points=\"9 19 3 21 3 5 9 3 15 5 21 3 21 18.5 15 21\"/>\n    <path stroke-linecap=\"round\" d=\"M15 5L15 21M9 3L9 19\"/>\n</svg></li><li title=\"mask \"><svg   viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" aria-labelledby=\"maskIconTitle\">\n\t<title id=\"maskIconTitle\">Mask</title>\n\t<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\"/>\n\t<path d=\"M8 2.83209C11.5318 4.37521 14 7.89937 14 12C14 16.1006 11.5318 19.6248 8 21.1679\"/>\n</svg></li><li title=\"maximise \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"maximiseIconTitle\">\n    <title id=\"maximiseIconTitle\">Maximise View</title>    \n    <polyline points=\"21 16 21 21 16 21\"/>\n    <polyline points=\"8 21 3 21 3 16\"/>\n    <polyline points=\"16 3 21 3 21 8\"/>\n    <polyline points=\"3 8 3 3 8 3\"/>\n</svg></li><li title=\"microphone \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"microphoneIconTitle\">\n    <title id=\"microphoneIconTitle\">Microphone (Voice input)</title>    \n    <path d=\"M17 12C17 14.7614237 14.7614237 17 12 17 9.23857625 17 7 14.7614237 7 12M12 17L12 21\"/>\n    <rect   x=\"10\" y=\"4\" rx=\"2\"/>\n</svg></li><li title=\"minimise \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"minimiseIconTitle\">\n    <title id=\"minimiseIconTitle\">Minimise View</title>    \n    <polyline points=\"8 3 8 8 3 8\"/>\n    <polyline points=\"21 8 16 8 16 3\"/>\n    <polyline points=\"3 16 8 16 8 21\"/>\n    <polyline points=\"16 21 16 16 21 16\"/>\n</svg></li><li title=\"minus \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"minusIconTitle\">\n    <title id=\"minusIconTitle\">Minus</title>    \n    <path d=\"M20,12 L4,12\"/>\n</svg></li><li title=\"moon \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"moonIconTitle\">\n    <title id=\"moonIconTitle\">Moon</title>    \n    <path d=\"M10.423839,3 C10.1490474,3.80837289 10,4.67486099 10,5.57616098 C10,9.99443898 13.581722,13.576161 18,13.576161 C18.9013,13.576161 19.7677881,13.4271135 20.576161,13.152322 C19.5038921,16.3066875 16.516978,18.576161 13,18.576161 C8.581722,18.576161 5,14.994439 5,10.576161 C5,7.05918297 7.26947343,4.07226889 10.423839,3 Z\"/>\n</svg></li><li title=\"music \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"musicIconTitle\">\n    <title id=\"musicIconTitle\">Music</title>    \n    <polyline stroke-linecap=\"round\" points=\"8 18 8 6 20 3 20 16\"/>\n    <path d=\"M5.9470822 20.5104863C4.47941733 21.0446727 3.00094415 20.6845313 2.64481994 19.706088 2.28869572 18.7276448 3.18977746 17.5014162 4.65744233 16.9672299 6.1251072 16.4330436 7.60358037 16.793185 7.95970459 17.7716282 8.31582881 18.7500715 7.41474707 19.9763 5.9470822 20.5104863zM17.9470822 18.5104863C16.4794173 19.0446727 15.0009442 18.6845313 14.6448199 17.706088 14.2886957 16.7276448 15.1897775 15.5014162 16.6574423 14.9672299 18.1251072 14.4330436 19.6035804 14.793185 19.9597046 15.7716282 20.3158288 16.7500715 19.4147471 17.9763 17.9470822 18.5104863z\"/>\n</svg></li><li title=\"mute \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"muteIconTitle\">\n    <title id=\"IconTitle\">Mute</title>    \n    <path d=\"M18 10L22 14M18 14L22 10\"/>\n    <path d=\"M13 5v14l-5-4H3V9h5z\"/>\n    <path stroke-linecap=\"round\" d=\"M13 14c1.5-1 1.5-3 0-4\"/>\n</svg></li><li title=\"neutral face \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"neutralFaceIconTitle\">\n    <title id=\"neutralFaceIconTitle\">Neutral Face</title>    \n    <line stroke-linecap=\"round\" x1=\"9\" y1=\"9\" x2=\"9\" y2=\"9\"/>\n    <line stroke-linecap=\"round\" x1=\"15\" y1=\"9\" x2=\"15\" y2=\"9\"/>\n    <path d=\"M16,15 L8,15\" opacity=\".9\"/>\n    <circle cx=\"12\" cy=\"12\" r=\"10\"/>\n</svg></li><li title=\"new \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"newIconTitle\">\n    <title id=\"newIconTitle\">New</title>    \n    <path d=\"M19 14V22H2.99997V4H13\"/>\n    <path d=\"M17.4608 4.03921C18.2418 3.25817 19.5082 3.25816 20.2892 4.03921L20.9608 4.71079C21.7418 5.49184 21.7418 6.75817 20.9608 7.53921L11.5858 16.9142C11.2107 17.2893 10.702 17.5 10.1716 17.5L7.5 17.5L7.5 14.8284C7.5 14.298 7.71071 13.7893 8.08579 13.4142L17.4608 4.03921Z\"/>\n    <path d=\"M16.25 5.25L19.75 8.75\"/>\n</svg></li><li title=\"news \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"newsIconTitle\">\n    <title id=\"newsIconTitle\">News</title>    \n    <path d=\"M22 5L22 17C22 18.3333333 21.3333333 19 20 19 18.6666667 19 18 18.3333333 18 17L18 5 2 5 2 16C2 18 3 19 5 19 7 19 12 19 20 19M6 14L7 14M11 14L14 14M6 10L14 10\"/>\n</svg></li><li title=\"next \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"nextIconTitle\">\n    <title id=\"nextIconTitle\">Next</title>    \n    <path d=\"M17 11.5L6 18V5z\"/>\n    <path d=\"M18 18V5\"/>\n</svg></li><li title=\"no entry \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"noEntryIconTitle\">\n    <title id=\"noEntryIconTitle\">No Entry</title>    \n    <polygon points=\"16 3 21 8 21 16 16 21 8 21 3 16 3 8 8 3\"/>\n    <rect   x=\"7\" y=\"10\"/>\n</svg></li><li title=\"not allowed \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"notAllowedIconTitle\">\n    <title id=\"notAllowedIconTitle\">Not Allowed</title>    \n    <circle cx=\"12\" cy=\"12\" r=\"10\"/>\n    <path stroke-linecap=\"square\" d=\"M5,5 L19,19\"/>\n</svg></li><li title=\"notebook \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"notebookIconTitle\">\n    <title id=\"notebookIconTitle\">Notebook</title>    \n    <path d=\"M9 8h5\"/>\n    <path d=\"M18 3v18H6a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h12z\"/>\n    <path d=\"M5 19v-1a1 1 0 0 1 1-1h12\"/>\n</svg></li><li title=\"octagon \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"octagonIconTitle\">\n    <title id=\"octagonIconTitle\">Octagon</title>    \n    <polygon points=\"16 3 21 8 21 16 16 21 8 21 3 16 3 8 8 3\"/>\n</svg></li><li title=\"ok circle \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"circleOkIconTitle\">\n    <title id=\"circleOkIconTitle\">OK</title>    \n    <polyline points=\"7 13 10 16 17 9\"/>\n    <circle cx=\"12\" cy=\"12\" r=\"10\"/>\n</svg></li><li title=\"ok \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"okIconTitle\">\n  <title id=\"okIconTitle\">Ok</title>  \n  <polyline points=\"4 13 9 18 20 7\"/>\n</svg></li><li title=\"pan \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"panIconTitle\">\n    <title id=\"panIconTitle\">Pan</title>    \n    <path d=\"M20,14 L20,17 C20,19.209139 18.209139,21 16,21 L10.0216594,21 C8.75045497,21 7.55493392,20.3957659 6.80103128,19.3722467 L3.34541668,14.6808081 C2.81508416,13.9608139 2.94777982,12.950548 3.64605479,12.391928 C4.35756041,11.8227235 5.38335813,11.8798792 6.02722571,12.5246028 L8,14.5 L8,13 L8.00393081,13 L8,11 L8.0174523,6.5 C8.0174523,5.67157288 8.68902517,5 9.5174523,5 C10.3458794,5 11.0174523,5.67157288 11.0174523,6.5 L11.0174523,11 L11.0174523,4.5 C11.0174523,3.67157288 11.6890252,3 12.5174523,3 C13.3458794,3 14.0174523,3.67157288 14.0174523,4.5 L14.0174523,11 L14.0174523,5.5 C14.0174523,4.67157288 14.6890252,4 15.5174523,4 C16.3458794,4 17.0174523,4.67157288 17.0174523,5.5 L17.0174523,11 L17.0174523,7.5 C17.0174523,6.67157288 17.6890252,6 18.5174523,6 C19.3458794,6 20.0174523,6.67157288 20.0174523,7.5 L20.0058962,14 L20,14 Z\"/>\n</svg></li><li title=\"paperclip \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"paperclipIconTitle\">\n    <title id=\"paperclipIconTitle\">Paperclip</title>    \n    <path d=\"M7.93517339,13.7795989 L15.1617306,6.55304173 C16.03921,5.67631227 17.4656766,5.67631227 18.343156,6.55304173 C19.2206355,7.43052116 19.2206355,8.85773771 18.343156,9.73521714 L8.40091248,19.5477137 C6.93619681,21.0124294 4.56325242,21.0124294 3.09853675,19.5477137 C1.63382108,18.083748 1.63382108,15.7093037 3.09853675,14.245338 L12.9335328,4.53783896 C14.9839848,2.48738701 18.3094068,2.48738701 20.3568588,4.53783896 C22.4088107,6.58904088 22.4088107,9.91146301 20.3583588,11.961915 L13.2390491,19.0819746\"/>\n</svg></li><li title=\"pause circle \"><svg   viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" aria-labelledby=\"pauseCircleIconTitle\">\n\t<title id=\"pauseCircleIconTitle\">Pause</title>\n\t<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z\"/>\n\t<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 8V16H10V8H8Z\"/>\n\t<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14 8V16H16V8H14Z\"/>\n</svg></li><li title=\"pause \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"pauseIconTitle\">\n    <title id=\"pauseIconTitle\">Pause</title>    \n    <rect   x=\"5\" y=\"4\"/>\n    <rect   x=\"15\" y=\"4\"/>\n</svg></li><li title=\"people \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"peopleIconTitle\">\n    <title id=\"peopleIconTitle\">People</title>    \n    <path d=\"M1 18C1 15.75 4 15.75 5.5 14.25 6.25 13.5 4 13.5 4 9.75 4 7.25025 4.99975 6 7 6 9.00025 6 10 7.25025 10 9.75 10 13.5 7.75 13.5 8.5 14.25 10 15.75 13 15.75 13 18M12.7918114 15.7266684C13.2840551 15.548266 13.6874862 15.3832994 14.0021045 15.2317685 14.552776 14.9665463 15.0840574 14.6659426 15.5 14.25 16.25 13.5 14 13.5 14 9.75 14 7.25025 14.99975 6 17 6 19.00025 6 20 7.25025 20 9.75 20 13.5 17.75 13.5 18.5 14.25 20 15.75 23 15.75 23 18\"/>\n    <path stroke-linecap=\"round\" d=\"M12,16 C12.3662741,15.8763472 12.6302112,15.7852366 12.7918114,15.7266684\"/>\n</svg></li><li title=\"person add \"><svg   viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" aria-labelledby=\"personAddIconTitle\">\n\t<title id=\"personAddIconTitle\">Add user</title>\n\t<path d=\"M1 18C1 15.75 4 15.75 5.5 14.25C6.25 13.5 4 13.5 4 9.75C4 7.25025 4.99975 6 7 6C9.00025 6 10 7.25025 10 9.75C10 13.5 7.75 13.5 8.5 14.25C10 15.75 13 15.75 13 18\"/>\n\t<path d=\"M22 11H14\"/>\n\t<path d=\"M18 7V15\"/>\n</svg></li><li title=\"person \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"personIconTitle\">\n    <title id=\"personIconTitle\">Person</title>    \n    <path d=\"M4,20 C4,17 8,17 10,15 C11,14 8,14 8,9 C8,5.667 9.333,4 12,4 C14.667,4 16,5.667 16,9 C16,14 13,14 14,15 C16,17 20,17 20,20\"/>\n</svg></li><li title=\"phone \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"phoneIconTitle\">\n    <title id=\"phoneIconTitle\">Phone</title>    \n    <path stroke-linecap=\"round\" d=\"M12.7407967,18.4035953 L15.8976569,15.246735 L21.114676,18.885324 L19.9443794,20.055614 C19.1648657,20.8351277 18.020623,21.1243165 16.9643502,20.8087683 C13.7351168,19.8440753 10.8342484,18.0754771 8.26174492,15.5029737 C5.6892452,12.930474 3.92064841,10.0296102 2.95595454,6.80038244 C2.64039085,5.74410652 2.92958124,4.59985601 3.70910009,3.82033716 L4.87939464,2.65004261 L8.51798358,7.86706169 L5.36112331,11.023922\"/>\n</svg></li><li title=\"placeholder \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"placeholderIconTitle\">\n    <title id=\"placeholderIconTitle\">Placeholder</title>    \n    <rect   x=\"3\" y=\"3\"/>\n    <path stroke-linecap=\"round\" d=\"M21 21L3 3 21 21zM21 3L3 21 21 3z\"/>\n</svg></li><li title=\"play \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"playIconTitle\">\n    <title id=\"playIconTitle\">Play</title>    \n    <path d=\"M20 12L5 21V3z\"/>\n</svg></li><li title=\"plus \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"plusIconTitle\">\n    <title id=\"plusIconTitle\">Plus</title>    \n    <path d=\"M20 12L4 12M12 4L12 20\"/>\n</svg></li><li title=\"power \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"powerIconTitle\">\n    <title id=\"powerIconTitle\">Power</title>    \n    <path d=\"M12 2L12 11M18.363961 5.63603897C21.8786797 9.15075759 21.8786797 14.8492424 18.363961 18.363961 14.8492424 21.8786797 9.15075759 21.8786797 5.63603897 18.363961 2.12132034 14.8492424 2.12132034 9.15075759 5.63603897 5.63603897\"/>\n</svg></li><li title=\"previous \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"previousIconTitle\">\n    <title id=\"previousIconTitle\">Previous</title>    \n    <path d=\"M7 11.5L18 18V5z\"/>\n    <path d=\"M6 18V5\"/>\n</svg></li><li title=\"print \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"printIconTitle\">\n    <title id=\"printIconTitle\">print</title>    \n    <polygon points=\"17 14 17 21 7 21 7 14\"/>\n    <polygon points=\"17 3 17 9 7 9 7 3\"/>\n    <polyline points=\"7 18 3 18 3 9 3 9 21 9 21 18 17 18\"/>\n</svg></li><li title=\"radio button selected \"><svg   viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" aria-labelledby=\"radioSelectedIconTitle\">\n\t<title id=\"radioSelectedIconTitle\">Radio button (selected)</title>\n\t<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 18C15.3137 18 18 15.3137 18 12C18 8.68629 15.3137 6 12 6C8.68629 6 6 8.68629 6 12C6 15.3137 8.68629 18 12 18Z\"/>\n\t<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12C14 13.1046 13.1046 14 12 14Z\"/>\n</svg></li><li title=\"radio button \"><svg   viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" aria-labelledby=\"radioIconTitle\">\n\t<title id=\"radioIconTitle\">Radio button</title>\n\t<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 18C15.3137 18 18 15.3137 18 12C18 8.68629 15.3137 6 12 6C8.68629 6 6 8.68629 6 12C6 15.3137 8.68629 18 12 18Z\"/>\n</svg></li><li title=\"radio \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"radioIconTitle\">\n    <title id=\"radioIconTitle\">Radio</title>    \n    <path d=\"M5.44972845 6C2.18342385 9.2663046 2.18342385 14.7336954 5.44972845 18M8.59918369 8C6.46693877 10.1322449 6.46693877 13.8677551 8.59918369 16M18.5502716 18C21.8165761 14.7336954 21.8165761 9.2663046 18.5502716 6M15.4008163 16C17.5330612 13.8677551 17.5330612 10.1322449 15.4008163 8\"/>\n    <circle cx=\"12\" cy=\"12\" r=\"1\"/>\n</svg></li><li title=\"rain \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"rainIconTitle\">\n    <title id=\"rainIconTitle\">Rain</title>    \n    <path d=\"M16 18l1 3m-4-3l1 3m-4-3l1 3m8.051-3.043C20.5 17.97 22 16.245 22 14.5a3.5 3.5 0 0 0-3.079-3.475 6.002 6.002 0 0 0-11.21-1.86A4.504 4.504 0 0 0 2 13.5c0 2.311 1.5 4.47 3.986 4.47H7\"/>\n</svg></li><li title=\"rectangle \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"rectangleIconTitle\">\n    <title id=\"rectangleIconTitle\">Rectangle</title>    \n    <rect   x=\"3\" y=\"3\"/>\n</svg></li><li title=\"redo \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"redoIconTitle\">\n    <title id=\"redoIconTitle\">Redo last undone action</title>    \n    <path d=\"M16 15h5v-5\"/>\n    <path d=\"M19 13C14 8 6.425 8.725 3 14\"/>\n    <path stroke-linecap=\"round\" d=\"M21 15l-2-2\"/>\n</svg></li><li title=\"refresh \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"refreshIconTitle\">\n    <title id=\"refreshIconTitle\">Refresh</title>    \n    <polyline points=\"22 12 19 15 16 12\"/>\n    <path d=\"M11,20 C6.581722,20 3,16.418278 3,12 C3,7.581722 6.581722,4 11,4 C15.418278,4 19,7.581722 19,12 L19,14\"/>\n</svg></li><li title=\"remove \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"removeIconTitle\">\n    <title id=\"removeIconTitle\">Remove</title>    \n    <path d=\"M17,12 L7,12\"/>\n    <circle cx=\"12\" cy=\"12\" r=\"10\"/>\n</svg></li><li title=\"repeat \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"repeatIconTitle\">\n    <title id=\"repeatIconTitle\">Repeat</title>    \n    <path d=\"M2 13.0399V11C2 7.68629 4.68629 5 8 5H21V5\"/>\n    <path d=\"M19 2L22 5L19 8\"/>\n    <path d=\"M22 9.98004V12.02C22 15.3337 19.3137 18.02 16 18.02H3V18.02\"/>\n    <path d=\"M5 21L2 18L5 15\"/>\n</svg></li><li title=\"restaurant \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"restaurantIconTitle\">\n    <title id=\"restaurantIconTitle\">Restaurant</title>    \n    <path d=\"M8 4L8 20M18 12C16 11.3333333 15 10 15 8 15 6 16 4.66666667 18 4L18 20 18 12zM5 4L5 7C5 8.65685425 6.34314575 10 8 10L8 10C9.65685425 10 11 8.65685425 11 7L11 4\"/>\n</svg></li><li title=\"return \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"returnIconTitle\">\n    <title id=\"returnIconTitle\">Return</title>    \n    <path d=\"M19,8 L19,11 C19,12.1045695 18.1045695,13 17,13 L6,13\"/>\n    <polyline points=\"8 16 5 13 8 10\"/>\n</svg></li><li title=\"retweet \"><svg   viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" aria-labelledby=\"retweetIconTitle\">\n\t<title id=\"retweetIconTitle\">Retweet</title>\n\t<path d=\"M13 18L6 18L6 7\"/>\n\t<path d=\"M3 9L6 6L9 9\"/>\n\t<path d=\"M11 6L18 6L18 17\"/>\n\t<path d=\"M21 15L18 18L15 15\"/>\n</svg></li><li title=\"rotate \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"rotateIconTitle\">\n    <title id=\"rotateIconTitle\">Rotate</title>    \n    <path d=\"M22 12l-3 3-3-3\"/>\n    <path d=\"M2 12l3-3 3 3\"/>\n    <path d=\"M19.016 14v-1.95A7.05 7.05 0 0 0 8 6.22\"/>\n    <path d=\"M16.016 17.845A7.05 7.05 0 0 1 5 12.015V10\"/>\n    <path stroke-linecap=\"round\" d=\"M5 10V9\"/>\n    <path stroke-linecap=\"round\" d=\"M19 15v-1\"/>\n</svg></li><li title=\"rss \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"rssIconTitle\">\n    <title id=\"rssIconTitle\">RSS</title>    \n    <line x1=\"6\" y1=\"18\" x2=\"6\" y2=\"18\" stroke-linecap=\"round\"/>\n    <path d=\"M10 18C10 15.790861 8.209139 14 6 14M14 18C14 13.581722 10.418278 10 6 10M18 18C18 11.372583 12.627417 6 6 6\"/>\n</svg></li><li title=\"sad face \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"sadFaceIconTitle\">\n    <title id=\"sadFaceIconTitle\">sad Face</title>    \n    <line stroke-linecap=\"round\" x1=\"9\" y1=\"9\" x2=\"9\" y2=\"9\"/>\n    <line stroke-linecap=\"round\" x1=\"15\" y1=\"9\" x2=\"15\" y2=\"9\"/>\n    <path d=\"M8,16 C9.33333333,15.3333333 10.6656028,15.0003822 11.9968085,15.0011466 C13.3322695,15.0003822 14.6666667,15.3333333 16,16\"/>\n    <circle cx=\"12\" cy=\"12\" r=\"10\"/>\n</svg></li><li title=\"save \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"saveIconTitle\">\n    <title id=\"saveIconTitle\">Save</title>    \n    <path d=\"M17.2928932,3.29289322 L21,7 L21,20 C21,20.5522847 20.5522847,21 20,21 L4,21 C3.44771525,21 3,20.5522847 3,20 L3,4 C3,3.44771525 3.44771525,3 4,3 L16.5857864,3 C16.8510029,3 17.1053568,3.10535684 17.2928932,3.29289322 Z\"/>\n    <rect   x=\"7\" y=\"13\"/>\n    <rect   x=\"8\" y=\"3\"/>\n</svg></li><li title=\"search \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"searchIconTitle\">\n    <title id=\"searchIconTitle\">Search</title>    \n    <path d=\"M14.4121122,14.4121122 L20,20\"/>\n    <circle cx=\"10\" cy=\"10\" r=\"6\"/>\n</svg></li><li title=\"send \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"sendIconTitle\">\n    <title id=\"sendIconTitle\">Send</title>    \n    <polygon points=\"21.368 12.001 3 21.609 3 14 11 12 3 9.794 3 2.394\"/>\n</svg></li><li title=\"settings \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"settingsIconTitle\">\n    <title id=\"settingsIconTitle\">Settings</title>    \n    <path d=\"M5.03506429,12.7050339 C5.01187484,12.4731696 5,12.2379716 5,12 C5,11.7620284 5.01187484,11.5268304 5.03506429,11.2949661 L3.20577137,9.23205081 L5.20577137,5.76794919 L7.9069713,6.32070904 C8.28729123,6.0461342 8.69629298,5.80882212 9.12862533,5.61412402 L10,3 L14,3 L14.8713747,5.61412402 C15.303707,5.80882212 15.7127088,6.0461342 16.0930287,6.32070904 L18.7942286,5.76794919 L20.7942286,9.23205081 L18.9649357,11.2949661 C18.9881252,11.5268304 19,11.7620284 19,12 C19,12.2379716 18.9881252,12.4731696 18.9649357,12.7050339 L20.7942286,14.7679492 L18.7942286,18.2320508 L16.0930287,17.679291 C15.7127088,17.9538658 15.303707,18.1911779 14.8713747,18.385876 L14,21 L10,21 L9.12862533,18.385876 C8.69629298,18.1911779 8.28729123,17.9538658 7.9069713,17.679291 L5.20577137,18.2320508 L3.20577137,14.7679492 L5.03506429,12.7050339 Z\"/>\n    <circle cx=\"12\" cy=\"12\" r=\"1\"/>\n</svg></li><li title=\"share android \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"shareAndroidIconTitle\">\n    <title id=\"shareAndroidIconTitle\">Share</title>    \n    <path d=\"M16 8L8 11 16 8zM16 16L8 13 16 16z\"/>\n    <circle cx=\"6\" cy=\"12\" r=\"2\"/>\n    <circle cx=\"18\" cy=\"7\" r=\"2\"/>\n    <circle cx=\"18\" cy=\"17\" r=\"2\"/>\n</svg></li><li title=\"share ios \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"shareiOSIconTitle\">\n    <title id=\"shareiOSIconTitle\">Share</title>    \n    <path d=\"M12,3 L12,15\"/>\n    <polyline points=\"9 5 12 2 15 5\"/>\n    <rect   x=\"6\" y=\"9\"/>\n</svg></li><li title=\"share \"><svg   viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" aria-labelledby=\"shareIconTitle\">\n\t<title id=\"shareIconTitle\">Share</title>\n\t<path d=\"M12 14V6\"/>\n\t<path d=\"M9 8L12 5L15 8\"/>\n\t<path d=\"M5 13V18H19V13\"/>\n</svg></li><li title=\"shield \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"shieldIconTitle\">\n    <title id=\"shieldIconTitle\">Shield</title>    \n    <path d=\"M19,14.7368421 C19,17.122807 16.6666667,19.2105263 12,21 C7.33333333,19.2105263 5,17.122807 5,14.7368421 C5,12.3508772 5,9.36842105 5,5.78947368 C8.13611482,4.59649123 10.4694481,4 12,4 C13.5305519,4 15.8638852,4.59649123 19,5.78947368 C19,9.36842105 19,12.3508772 19,14.7368421 Z\"/>\n</svg></li><li title=\"shift \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"shiftIconTitle\">\n    <title id=\"shiftIconTitle\">Shift</title>    \n    <path d=\"M5,21 L19,21 L5,21 Z M16,12 L16,17 L8,17 L8,12 L3,12 L12,3 L21,12 L16,12 Z\"/>\n</svg></li><li title=\"shuffle \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"shuffleIconTitle\">\n    <title id=\"shuffleIconTitle\">Shuffle</title>    \n    <path d=\"M21 16.0399H17.7707C15.8164 16.0399 13.9845 14.9697 12.8611 13.1716L10.7973 9.86831C9.67384 8.07022 7.84196 7 5.88762 7L3 7\"/>\n    <path d=\"M21 7H17.7707C15.8164 7 13.9845 8.18388 12.8611 10.1729L10.7973 13.8271C9.67384 15.8161 7.84196 17 5.88762 17L3 17\"/>\n    <path d=\"M19 4L22 7L19 10\"/>\n    <path d=\"M19 13L22 16L19 19\"/>\n</svg></li><li title=\"sign language \"><svg   viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" aria-labelledby=\"signLanguageIconTitle\">\n\t<title id=\"signLanguageIconTitle\">Sign language</title>\n\t<path d=\"M10.5448 12.322C10.146 11.597 9.37496 11.1058 8.48913 11.1058C8.08034 11.1058 7.69598 11.2104 7.36137 11.3943M10.5448 14.5785C10.146 15.3035 9.37496 15.7948 8.48913 15.7948C7.89771 15.7948 7.35743 15.5758 6.94497 15.2145M6.94497 15.2145C6.45441 14.7847 6.14464 14.1537 6.14464 13.4503C6.14464 12.5642 6.63614 11.793 7.36137 11.3943M6.94497 15.2145H6.01642C5.7512 15.2145 5.49685 15.3198 5.30931 15.5073L4.713 16.1037C4.32248 16.4942 3.68931 16.4942 3.29879 16.1037L1.8763 14.6812C1.48577 14.2906 1.48577 13.6575 1.8763 13.267L2.69073 12.4525C2.74044 12.4028 2.78477 12.348 2.82298 12.289L4.88949 9.09806M4.88949 9.09806C5.06401 7.75419 6.14464 5.85853 7.67909 5.23022M4.88949 9.09806L7.36137 11.3943M5.79064 9.93519C6.20402 9.01629 8.56918 7.0872 9.82578 7.11513M6.55557 10.6458C7.3526 9.7382 9.55701 8.91974 11.414 9.43634\"/>\n\t<path d=\"M13.4552 12.9087C13.854 13.6337 14.625 14.1249 15.5109 14.1249C15.9197 14.1249 16.304 14.0203 16.6386 13.8364M13.4552 10.6522C13.854 9.92722 14.625 9.43595 15.5109 9.43595C16.1023 9.43595 16.6426 9.65494 17.055 10.0163M17.055 10.0163C17.5456 10.446 17.8554 11.077 17.8554 11.7804C17.8554 12.6665 17.3639 13.4377 16.6386 13.8364M17.055 10.0163L17.9836 10.0163C18.2488 10.0163 18.5032 9.9109 18.6907 9.72336L19.287 9.12705C19.6775 8.73653 20.3107 8.73653 20.7012 9.12705L22.1237 10.5495C22.5142 10.9401 22.5142 11.5732 22.1237 11.9638L21.3093 12.7782C21.2596 12.8279 21.2152 12.8827 21.177 12.9417L19.1105 16.1327M19.1105 16.1327C18.936 17.4765 17.8554 19.3722 16.3209 20.0005M19.1105 16.1327L16.6386 13.8364M18.2094 15.2955C17.796 16.2144 15.4308 18.1435 14.1742 18.1156M17.4444 14.5849C16.6474 15.4925 14.443 16.311 12.586 15.7944\"/>\n</svg></li><li title=\"signal alt \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"signalIconTitle\">\n    <title id=\"signalIconTitle\">Signal</title>    \n    <line stroke-linecap=\"round\" x1=\"12\" y1=\"13\" x2=\"12\" y2=\"13\"/>\n    <path d=\"M20.1818182,19 C21.4049942,17.3756933 22,15.4354435 22,13.3529412 C22,7.63445279 17.5228475,3 12,3 C6.4771525,3 2,7.63445279 2,13.3529412 C2,15.4051946 2.57785915,17.3193409 3.81818182,19\"/>\n    <path d=\"M16,16 C16.7024971,15.1878466 17,14.2177217 17,13 C17,10.3172264 14.7614237,8 12,8 C9.23857625,8 7,10.3172264 7,13 C7,14.2025973 7.28892957,15.1596705 8,16\"/>\n</svg></li><li title=\"signal \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"signalAltIconTitle\">\n    <title id=\"signalAltIconTitle\">Signal</title>    \n    <path d=\"M18 5C11.372583 5 6 10.372583 6 17M18 9C13.581722 9 10 12.581722 10 17M18 13C15.790861 13 14 14.790861 14 17\"/>\n</svg></li><li title=\"smartphone \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"smartphoneIconTitle\">\n    <title id=\"smartphoneIconTitle\">Smartphone</title>    \n    <path stroke-linejoin=\"round\" d=\"M18,3 L18,21 C18,21.5522847 17.5522847,22 17,22 L7,22 C6.44771525,22 6,21.5522847 6,21 L6,3 C6,2.44771525 6.44771525,2 7,2 L17,2 C17.5522847,2 18,2.44771525 18,3 Z\"/>\n    <line x1=\"11\" y1=\"19\" x2=\"13\" y2=\"19\"/>\n</svg></li><li title=\"snow \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"snowIconTitle\">\n    <title id=\"snowIconTitle\">Snow</title>    \n    <path d=\"M19.051 17.957C20.5 17.97 22 16.245 22 14.5a3.5 3.5 0 0 0-3.079-3.475 6.002 6.002 0 0 0-11.21-1.86A4.504 4.504 0 0 0 2 13.5c0 2.311 1.5 4.47 3.986 4.47H7m9 .03h-6m1.5-2.598l3 5.196m.263-5.025l-3.526 4.854\"/>\n</svg></li><li title=\"sort down \"><svg   viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" aria-labelledby=\"sortDownIconTitle\">\n\t<title id=\"sortDownIconTitle\">Sort in descending order</title>\n\t<path d=\"M11 9H17\"/>\n\t<path d=\"M11 5H19\"/>\n\t<path d=\"M11 13H15\"/>\n\t<path d=\"M10 17L7 20L4 17\"/>\n\t<path d=\"M7 5V19\"/>\n</svg></li><li title=\"sort up \"><svg   viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" aria-labelledby=\"sortUpIconTitle\">\n\t<title id=\"sortUpIconTitle\">Sort in ascending order</title>\n\t<path d=\"M11 16H17\"/>\n\t<path d=\"M11 20H19\"/>\n\t<path d=\"M11 12H15\"/>\n\t<path d=\"M4 8L7 5L10 8\"/>\n\t<path d=\"M7 20L7 6\"/>\n</svg></li><li title=\"sorting \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"sortingIconTitle\">\n    <title id=\"sortingIconTitle\">Sorting</title>    \n    <polyline points=\"8 8.333 12 4.333 16 8.333 16 8.333\"/>\n    <polyline points=\"16 15.667 12 19.667 8 15.667 8 15.667\"/>\n</svg></li><li title=\"spam \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"spamIconTitle\">\n    <title id=\"spamIconTitle\">Spam</title>    \n    <polygon points=\"16 3 21 8 21 16 16 21 8 21 3 16 3 8 8 3\"/>\n    <path d=\"M12,8 L12,13\"/>\n    <line x1=\"12\" y1=\"16\" x2=\"12\" y2=\"16\"/>\n</svg></li><li title=\"stack \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"stackIconTitle\">\n    <title id=\"stackIconTitle\">Stack</title>    \n    <path d=\"M10 7L14 7M6 12L18 12M3 17L21 17\"/>\n</svg></li><li title=\"star \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"starIconTitle\">\n  <title id=\"starIconTitle\">Star</title>  \n  <polygon points=\"12 17.844 6.183 20.902 7.294 14.425 2.588 9.838 9.092 8.893 12 3 14.908 8.893 21.412 9.838 16.706 14.425 17.817 20.902\"/>\n</svg></li><li title=\"stats alt \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"statsAltIconTitle\">\n    <title id=\"statsAltIconTitle\">Stats</title>    \n    <path d=\"M14 6L8 6M21 10L8 10M4 18L4 6M18 14L8 14M10 18L8 18\"/>\n</svg></li><li title=\"stats \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"statsIconTitle\">\n    <title id=\"statsIconTitle\">Stats</title>    \n    <path d=\"M6 7L15 7M6 12L18 12M6 17L12 17\"/>\n</svg></li><li title=\"sticker \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"stickerIconTitle\">\n    <title id=\"stickerIconTitle\">Sticker</title>    \n    <path d=\"M21,3 L21,11 C21,16.5228475 16.5228475,21 11,21 L3,21 L3,3 L21,3 Z\"/>\n    <path d=\"M9,21 C11.6666667,21 13,19.6666667 13,17 C13,17 13,15.6666667 13,13 L17,13 C19.6666667,13 21,11.6666667 21,9\"/>\n</svg></li><li title=\"stop \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"stopIconTitle\">\n    <title id=\"stopIconTitle\">Stop</title>    \n    <rect   x=\"5\" y=\"5\"/>\n</svg></li><li title=\"stopwatch \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"stopwatchIconTitle\">\n    <title id=\"stopwatchIconTitle\">Stopwatch</title>    \n    <circle cx=\"12\" cy=\"13\" r=\"8\"/>\n    <path d=\"M12 9L12 13M18 7L20 5M15 2L9 2\"/>\n</svg></li><li title=\"suitcase alt \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"suitcaseAltIconTitle\">\n    <title id=\"suitcaseAltIconTitle\">Suitcase</title>    \n    <rect   x=\"3\" y=\"7\"/>\n    <rect   x=\"8\" y=\"3\"/>\n</svg></li><li title=\"suitcase \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"suitcaseIconTitle\">\n    <title id=\"suitcaseIconTitle\">Suitcase</title>    \n    <rect   x=\"3\" y=\"7\"/>\n    <rect   x=\"8\" y=\"3\"/>\n</svg></li><li title=\"sun cloud \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"sunCloudIconTitle\">\n    <title id=\"sunCloudIconTitle\">Sun with clouds</title>    \n    <path d=\"M6.41666667,18 C4.34559885,18 2.66666667,16.3210678 2.66666667,14.25 C2.66666667,12.1789322 4.34559885,10.5 6.41666667,10.5 C6.76623742,10.5 7.1046365,10.5478316 7.42567619,10.637307 C8.268975,9.06740907 9.92650079,8 11.8333333,8 C14.3181251,8 16.3795773,9.81253245 16.7676626,12.1875701 C18.212994,12.3609238 19.3333333,13.5912939 19.3333333,15.0833333 C19.3333333,16.6941639 18.0274972,18 16.4166667,18 L6.41666667,18 Z\"/>\n    <path stroke-linecap=\"butt\" d=\"M18.0340876,12.8316143 C18.7745078,12.6093095 19.4246189,12.178252 19.916054,11.6068088 C20.518149,10.9066896 20.882062,9.99584299 20.882062,9 C20.882062,6.790861 19.091201,5 16.882062,5 C15.8786813,5 14.9615886,5.36944286 14.2593915,5.97972096 C13.6491793,6.51005521 13.2012494,7.22226063 13,8.03193915\"/>\n</svg></li><li title=\"sun \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"sunIconTitle\">\n    <title id=\"sunIconTitle\">Sun</title>    \n    <circle cx=\"12\" cy=\"12\" r=\"4\"/>\n    <path d=\"M12 5L12 3M12 21L12 19M5 12L2 12 5 12zM22 12L19 12 22 12zM16.9497475 7.05025253L19.0710678 4.92893219 16.9497475 7.05025253zM4.92893219 19.0710678L7.05025253 16.9497475 4.92893219 19.0710678zM16.9497475 16.9497475L19.0710678 19.0710678 16.9497475 16.9497475zM4.92893219 4.92893219L7.05025253 7.05025253 4.92893219 4.92893219z\"/>\n</svg></li><li title=\"sunset \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"sunsetIconTitle\">\n    <title id=\"sunsetIconTitle\">Sunset</title>    \n    <path d=\"M9.3541756,17 C8.52375489,16.2670555 8,15.1946925 8,14 C8,11.790861 9.790861,10 12,10 C14.209139,10 16,11.790861 16,14 C16,15.1946925 15.4762451,16.2670555 14.6458244,17 L9.3541756,17 Z\"/>\n    <path d=\"M12 7L12 5M22 17L2 17 22 17zM5 14L2 14 5 14zM22 14L19 14 22 14zM16.7071068 9.82842712L18.8284271 7.70710678 16.7071068 9.82842712zM4.70710678 7.70710678L6.82842712 9.82842712 4.70710678 7.70710678z\"/>\n</svg></li><li title=\"support alt \"><svg   viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" aria-labelledby=\"supportIconTitle\">\n\t<title id=\"supportIconTitle\">Support</title>\n\t<path d=\"M11 8L9.42229 7.21115C9.14458 7.07229 8.83835 7 8.52786 7H7.82843C7.29799 7 6.78929 7.21071 6.41421 7.58579L5.58579 8.41421C5.21071 8.78929 5 9.29799 5 9.82843L5 14.9296C5 15.5983 5.3342 16.2228 5.8906 16.5937L9.75746 19.1716C10.4944 19.663 11.4668 19.611 12.1472 19.044L17 15\"/>\n\t<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.4549 12.9142C13.8515 12.1062 12.741 11.8739 11.8643 12.3721L10.009 13.4266C9.41298 13.7653 8.66412 13.6641 8.17937 13.1794V13.1794C7.54605 12.546 7.59324 11.5056 8.2813 10.9323L12.4437 7.46356C12.8032 7.16403 13.2562 7 13.7241 7H14.5279C14.8384 7 15.1446 7.07229 15.4223 7.21115L17.8944 8.44721C18.572 8.786 19 9.47852 19 10.2361L19 12.9796C19 14.9037 16.5489 15.718 15.3976 14.1764L14.4549 12.9142Z\"/>\n\t<path d=\"M1 17V8\"/>\n\t<path d=\"M1 17V8\"/>\n\t<path d=\"M23 17V8\"/>\n</svg></li><li title=\"support \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"supportIconTitle\">\n    <title id=\"supportIconTitle\">Support</title>    \n    <path d=\"M18,9 L16,9 C14.8954305,9 14,9.8954305 14,11 L14,13 C14,14.1045695 14.8954305,15 16,15 L16,15 C17.1045695,15 18,14.1045695 18,13 L18,9 C18,4.02943725 13.9705627,0 9,0 C4.02943725,0 0,4.02943725 0,9 L0,13 C1.3527075e-16,14.1045695 0.8954305,15 2,15 L2,15 C3.1045695,15 4,14.1045695 4,13 L4,11 C4,9.8954305 3.1045695,9 2,9 L0,9\" transform=\"translate(3 3)\"/>\n    <path d=\"M21,14 L21,18 C21,20 20.3333333,21 19,21 C17.6666667,21 16,21 14,21\"/>\n</svg></li><li title=\"swap horizontal \"><svg   viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" aria-labelledby=\"swapHorizontalIconTitle\">\n\t<title id=\"swapHorizontalIconTitle\">Swap items (horizontally)</title>\n\t<path d=\"M16 4L19 7L16 10\"/>\n\t<path d=\"M4 7L18 7\"/>\n\t<path d=\"M7 20L4 17L7 14\"/>\n\t<path d=\"M19 17L5 17\"/>\n</svg></li><li title=\"swap vertical \"><svg   viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" aria-labelledby=\"swapVerticalIconTitle\">\n\t<title id=\"swapVerticalIconTitle\">Swap items (vertically)</title>\n\t<desc id=\"swapVerticalIconDesc\"/>\n\t<path d=\"M4 8L7 5L10 8\"/>\n\t<path d=\"M7 20L7 6\"/>\n\t<path d=\"M20 17L17 20L14 17\"/>\n\t<path d=\"M17 5L17 19\"/>\n</svg></li><li title=\"switch off \"><svg   viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" aria-labelledby=\"switchOffIconTitle\">\n\t<title id=\"switchOffIconTitle\">Switch off</title>\n\t<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7 14C5.89543 14 5 13.1046 5 12C5 10.8954 5.89543 10 7 10C8.10457 10 9 10.8954 9 12C9 13.1046 8.10457 14 7 14Z\"/>\n\t<path d=\"M7 17C4.23858 17 2 14.7614 2 12V12C2 9.23858 4.23858 7 7 7L16 7C18.7614 7 21 9.23858 21 12V12C21 14.7614 18.7614 17 16 17L7 17Z\"/>\n</svg></li><li title=\"switch on \"><svg   viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" aria-labelledby=\"switchOnIconTitle\">\n\t<title id=\"switchOnIconTitle\">Switch on</title>\n\t<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 10C18.1046 10 19 10.8954 19 12C19 13.1046 18.1046 14 17 14C15.8954 14 15 13.1046 15 12C15 10.8954 15.8954 10 17 10Z\"/>\n\t<path d=\"M17 7C19.7614 7 22 9.23858 22 12V12C22 14.7614 19.7614 17 17 17L8 17C5.23858 17 3 14.7614 3 12V12C3 9.23858 5.23858 7 8 7L17 7Z\"/>\n</svg></li><li title=\"table horizontal \"><svg   viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" aria-labelledby=\"tableHorizontalIconTitle\">\n\t<title id=\"tableHorizontalIconTitle\">Data table</title>\n\t<path d=\"M22 4V19H2L2 4L22 4Z\"/>\n\t<line x1=\"22\" y1=\"9\" x2=\"2\" y2=\"9\"/>\n\t<line x1=\"22\" y1=\"14\" x2=\"2\" y2=\"14\"/>\n\t<path d=\"M12 19L12 4\"/>\n</svg></li><li title=\"table vertical \"><svg   viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" aria-labelledby=\"tableVerticalIconTitle\">\n\t<title id=\"tableVerticalIconTitle\">Data table</title>\n\t<rect x=\"3\" y=\"2\"  />\n\t<line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"22\"/>\n\t<line x1=\"21\" y1=\"7\" x2=\"3\" y2=\"7\"/>\n\t<line x1=\"21\" y1=\"17\" x2=\"3\" y2=\"17\"/>\n\t<line x1=\"21\" y1=\"12\" x2=\"3\" y2=\"12\"/>\n</svg></li><li title=\"tag alt \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"tagAltIconTitle\">\n    <title id=\"tagAltIconTitle\">Tag</title>    \n    <circle cx=\"10\" cy=\"12\" r=\"1\"/>\n    <path d=\"M8 18l-6-6 6-6h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H8z\"/>\n</svg></li><li title=\"tag \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"tagIconTitle\">\n    <title id=\"tagIconTitle\">Tag</title>    \n    <path d=\"M8 18l-6-6 6-6h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H8z\"/>\n</svg></li><li title=\"thermometer \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"thermometerIconTitle\">\n    <title id=\"thermometerIconTitle\">Thermometer</title>    \n    <path d=\"M10,13.5351288 L10,5 C10,3.8954305 10.8954305,3 12,3 C13.1045695,3 14,3.8954305 14,5 L14,13.5351288 C15.1956027,14.2267476 16,15.5194353 16,17 C16,19.209139 14.209139,21 12,21 C9.790861,21 8,19.209139 8,17 C8,15.5194353 8.80439726,14.2267476 10,13.5351288 Z\"/>\n</svg></li><li title=\"thumb down \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"thumbDownIconTitle\">\n    <title id=\"thumbDownIconTitle\">Thumb Down</title>    \n    <path d=\"M16,15.2601518 C16,15.7375744 15.8292157,16.1992484 15.5185132,16.5617346 L10.7276069,22.1511253 C10.2999873,22.6500148 9.58770685,22.7938534 9,22.5 C8.42620429,22.2131021 8.15068597,21.5479421 8.35355339,20.9393398 L10,16 L5.39642543,16 C5.27644223,16 5.15670242,15.9892031 5.03865456,15.9677398 C3.95190186,15.7701484 3.23109421,14.7289818 3.42868561,13.6422291 L4.70141289,6.64222912 C4.87431859,5.69124773 5.70258042,5 6.66915271,5 L14,5 C15.1045695,5 16,5.8954305 16,7 L16,15.2601518 Z\"/>\n    <path d=\"M20,15 L20,6\"/>\n</svg></li><li title=\"thumb up \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"thumbUpIconTitle\">\n    <title id=\"thumbUpIconTitle\">Thumb Up</title>    \n    <path d=\"M8,8.73984815 C8,8.26242561 8.17078432,7.80075162 8.4814868,7.43826541 L13.2723931,1.84887469 C13.7000127,1.34998522 14.4122932,1.20614658 15,1.5 C15.5737957,1.78689785 15.849314,2.45205792 15.6464466,3.06066017 L14,8 L18.6035746,8 C18.7235578,8 18.8432976,8.01079693 18.9613454,8.03226018 C20.0480981,8.22985158 20.7689058,9.27101818 20.5713144,10.3577709 L19.2985871,17.3577709 C19.1256814,18.3087523 18.2974196,19 17.3308473,19 L10,19 C8.8954305,19 8,18.1045695 8,17 L8,8.73984815 Z\"/>\n    <path d=\"M4,18 L4,9\"/>\n</svg></li><li title=\"thunder \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"thunderIconTitle\">\n    <title id=\"thunderIconTitle\">Thunder</title>    \n    <polyline points=\"13 15 14 18 12 18 13 21\"/>\n    <path d=\"M19.051177,17.9568482 C20.5,17.9709234 22,16.2454604 22,14.5 C22,12.7095527 20.6555928,11.2331085 18.9211951,11.0250841 C18.4554927,8.17503894 15.9817502,6 13,6 C10.711801,6 8.72277,7.28089089 7.71081142,9.16476838 C7.3255638,9.05739789 6.9194849,9 6.5,9 C4.01471863,9 2,11.0147186 2,13.5 C2,15.8113421 3.5,17.9709234 5.98562648,17.9709234 C5.98562648,17.9709234 6.32375099,17.9709234 7,17.9709234\"/>\n</svg></li><li title=\"time \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"timeIconTitle\">\n    <title id=\"timeIconTitle\">Time</title>    \n    <circle cx=\"12\" cy=\"12\" r=\"10\"/>\n    <polyline points=\"12 5 12 12 16 16\"/>\n</svg></li><li title=\"timer \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"timerIconTitle\">\n    <title id=\"timerIconTitle\">Timer</title>    \n    <path d=\"M6.58748441 4.80875867C4.40860039 6.45129836 3 9.06115105 3 12 3 16.9705627 7.02943725 21 12 21 16.9705627 21 21 16.9705627 21 12 21 7.02943725 16.9705627 3 12 3L12 7M12 13L8 9\"/>\n</svg></li><li title=\"tool \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"toolIconTitle\">\n    <title id=\"toolIconTitle\">Tool</title>    \n    <path d=\"M9.74292939,13.7429294 C9.19135019,13.9101088 8.60617271,14 8,14 C4.6862915,14 2,11.3137085 2,8 C2,7.07370693 2.20990431,6.19643964 2.58474197,5.4131691 L6.94974747,9.77817459 L9.77817459,6.94974747 L5.4131691,2.58474197 C6.19643964,2.20990431 7.07370693,2 8,2 C11.3137085,2 14,4.6862915 14,8 C14,8.88040772 13.8103765,9.71652648 13.4697429,10.4697429 L20.5858636,17.5858636 C21.3669122,18.3669122 21.3669122,19.6332422 20.5858636,20.4142907 L19.9142907,21.0858636 C19.1332422,21.8669122 17.8669122,21.8669122 17.0858636,21.0858636 L9.74292939,13.7429294 Z\"/>\n</svg></li><li title=\"trending down \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"trendingDownIconTitle\">\n    <title id=\"trendingDownIconTitle\">trending</title>    \n    <path d=\"M3 7l6 6 4-4 7.405 7.405\"/>\n    <path stroke-linecap=\"round\" d=\"M20.405 16.405L21 17\"/>\n    <path d=\"M21 14v3h-3\"/>\n</svg></li><li title=\"trending up \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"trendingUpIconTitle\">\n    <title id=\"trendingUpIconTitle\">Trending Up</title>    \n    <polyline points=\"3 17 9 11 13 15 20.405 7.595\"/>\n    <path stroke-linecap=\"round\" d=\"M20.4054613,7.59453873 L21,7\"/>\n    <polyline points=\"21 10 21 7 18 7\"/>\n</svg></li><li title=\"turn left \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"turnLeftIconTitle\">\n    <title id=\"turnLeftIconTitle\">Turn Left</title>    \n    <path d=\"M4.71493213,9 L8.06176471,9 C14.65507,9 20,13.0983574 20,19.3875\"/>\n    <polyline points=\"9 14 4 9 9 4 9 4\"/>\n</svg></li><li title=\"turn right \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"turnRightIconTitle\">\n    <title id=\"turnRightIconTitle\">Turn Right</title>    \n    <path d=\"M3.71493213,19.3875 C3.71493213,13.0983574 9.05986213,9 15.6531674,9 L19,9\"/>\n    <polyline points=\"15 4 20 9 15 14 15 14\"/>\n</svg></li><li title=\"tv \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"tvIconTitle\">\n    <title id=\"tvIconTitle\">TV</title>    \n    <polygon points=\"20 8 20 20 4 20 4 8\"/>\n    <polyline stroke-linejoin=\"round\" points=\"8 4 12 7.917 16 4\"/>\n</svg></li><li title=\"umbrella \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"umbrellaIconTitle\">\n    <title id=\"umbrellaIconTitle\">Umbrella</title>    \n    <path d=\"M22,11 C22,6.02943725 17.5228475,2 12,2 C6.4771525,2 2,6.02943725 2,11 C7,11 15,11 22,11 Z\"/>\n    <path d=\"M17,19 C17,19.3333333 17,19.5 17,19.5 C17,20.8807119 15.8807119,22 14.5,22 C13.1192881,22 12,20.8807119 12,19.5 C12,18.7592593 12,16.2592593 12,12\"/>\n    <path stroke-linecap=\"butt\" d=\"M12,12 L12,11\"/>\n</svg></li><li title=\"undo \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"undoIconTitle\">\n    <title id=\"undoIconTitle\">Undo last action</title>    \n    <path d=\"M8 15H3v-5\"/>\n    <path d=\"M5 13c5-5 12.575-4.275 16 1\"/>\n    <path stroke-linecap=\"round\" d=\"M3 15l2-2\"/>\n</svg></li><li title=\"upload \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"uploadIconTitle\">\n    <title id=\"uploadIconTitle\">Upload</title>    \n    <path d=\"M12,4 L12,17\"/>\n    <polyline points=\"7 8 12 3 17 8\"/>\n    <path d=\"M20,21 L4,21\"/>\n</svg></li><li title=\"user \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"userIconTitle\">\n    <title id=\"userIconTitle\">User</title>    \n    <path stroke-linecap=\"round\" d=\"M5.5,19.5 C7.83333333,18.5 9.33333333,17.6666667 10,17 C11,16 8,16 8,11 C8,7.66666667 9.33333333,6 12,6 C14.6666667,6 16,7.66666667 16,11 C16,16 13,16 14,17 C14.6666667,17.6666667 16.1666667,18.5 18.5,19.5\"/>\n    <circle cx=\"12\" cy=\"12\" r=\"10\"/>\n</svg></li><li title=\"verified \"><svg   viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" aria-labelledby=\"verifiedIconTitle\">\n\t<title id=\"verifiedIconTitle\">Verified</title>\n\t<path d=\"M8 12.5L10.5 15L16 9.5\"/>\n\t<path d=\"M12 22C13.2363 22 14.2979 21.2522 14.7572 20.1843C14.9195 19.8068 15.4558 19.5847 15.8375 19.7368C16.9175 20.1672 18.1969 19.9453 19.0711 19.0711C19.9452 18.1969 20.1671 16.9175 19.7368 15.8376C19.5847 15.4558 19.8068 14.9195 20.1843 14.7572C21.2522 14.2979 22 13.2363 22 12C22 10.7637 21.2522 9.70214 20.1843 9.24282C19.8068 9.08046 19.5847 8.54419 19.7368 8.16246C20.1672 7.08254 19.9453 5.80311 19.0711 4.92894C18.1969 4.05477 16.9175 3.83286 15.8376 4.26321C15.4558 4.41534 14.9195 4.1932 14.7572 3.8157C14.2979 2.74778 13.2363 2 12 2C10.7637 2 9.70214 2.74777 9.24282 3.81569C9.08046 4.19318 8.54419 4.41531 8.16246 4.26319C7.08254 3.83284 5.80311 4.05474 4.92894 4.92891C4.05477 5.80308 3.83286 7.08251 4.26321 8.16243C4.41534 8.54417 4.1932 9.08046 3.8157 9.24282C2.74778 9.70213 2 10.7637 2 12C2 13.2363 2.74777 14.2979 3.81569 14.7572C4.19318 14.9195 4.41531 15.4558 4.26319 15.8375C3.83284 16.9175 4.05474 18.1969 4.92891 19.0711C5.80308 19.9452 7.08251 20.1671 8.16243 19.7368C8.54416 19.5847 9.08046 19.8068 9.24282 20.1843C9.70213 21.2522 10.7637 22 12 22Z\"/>\n</svg></li><li title=\"vertical \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"verticalIconTitle\">\n    <title id=\"verticalIconTitle\">Vertical Layout</title>    \n    <path d=\"M17 18L17 6M12 18L12 6M7 18L7 6\"/>\n</svg></li><li title=\"video \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"videoIconTitle\">\n    <title id=\"videoIconTitle\">Video</title>    \n    <polygon points=\"18 12 9 16.9 9 7\"/>\n    <circle cx=\"12\" cy=\"12\" r=\"10\"/>\n</svg></li><li title=\"voicemail \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"voicemailIconTitle\">\n    <title id=\"voicemailIconTitle\">Voicemail</title>    \n    <path stroke-linecap=\"round\" d=\"M18,16 L6,16\"/>\n    <circle cx=\"6\" cy=\"12\" r=\"4\"/>\n    <circle cx=\"18\" cy=\"12\" r=\"4\"/>\n</svg></li><li title=\"volume loud \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"volumeLoudIconTitle\">\n    <title id=\"volumeLoudIconTitle\">Volume Loud</title>    \n    <path d=\"M13 5v14l-5-4H3V9h5z\"/>\n    <path stroke-linecap=\"round\" d=\"M13 14c1.5-1 1.5-3 0-4\"/>\n    <path d=\"M16 16C18.0858253 13.9141747 18.0858253 10.0858253 16 8M18 19C21.98552 15.01448 22.0076803 9.00768033 18 5\"/>\n</svg></li><li title=\"volume off \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"volumeOffIconTitle\">\n    <title id=\"volumeOffIconTitle\">Volume Off</title>    \n    <path d=\"M13 5v14l-5-4H3V9h5z\"/>\n    <path stroke-linecap=\"round\" d=\"M13 14c1.5-1 1.5-3 0-4\"/>\n</svg></li><li title=\"volume quiet \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"volumeQuietIconTitle\">\n    <title id=\"volumeQuietIconTitle\">Volume Quiet</title>    \n    <path d=\"M13 5v14l-5-4H3V9h5z\"/>\n    <path stroke-linecap=\"round\" d=\"M13 14c1.5-1 1.5-3 0-4\"/>\n    <path d=\"M16,16 C18.0858253,13.9141747 18.0858253,10.0858253 16,8\"/>\n</svg></li><li title=\"watch \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"watchIconTitle\">\n    <title id=\"watchIconTitle\">Watch</title>    \n    <polyline stroke-linecap=\"round\" points=\"10 7.758 10 2 15 2 15 7.758\"/>\n    <polyline stroke-linecap=\"round\" points=\"15 15.242 15 22 10 22 10 15.242\"/>\n    <circle cx=\"12.5\" cy=\"11.5\" r=\"4.5\"/>\n</svg></li><li title=\"wheelchair \"><svg   viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" aria-labelledby=\"wheelchairIconTitle\">\n\t<title id=\"wheelChairIconTitle\">Accessibility (wheelchair)</title>\n\t<path d=\"M15 17C15 19.7614 12.7614 22 10 22C7.23858 22 5 19.7614 5 17C5 14.9497 6.2341 13.1876 8 12.416\"/>\n\t<circle cx=\"11\" cy=\"3\" r=\"1\"/>\n\t<path d=\"M19 21.5L17.3959 15.4847C17.1624 14.6092 16.3695 14 15.4634 14H11V7L17 10\"/>\n</svg></li><li title=\"wifi \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"wifiIconTitle\">\n    <title id=\"wifiIconTitle\">Wi-Fi</title>    \n    <path d=\"M21.2279221 11.0355339C16.2377345 6.04534632 8.14704183 6.04534632 3.15685425 11.0355339M17.6137085 14.6497475C14.6195959 11.6556349 9.76518036 11.6556349 6.77106781 14.6497475M13.9994949 18.263961C13.0014574 17.2659235 11.3833189 17.2659235 10.3852814 18.263961\"/>\n</svg></li><li title=\"window \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"windowIconTitle\">\n    <title id=\"windowIconTitle\">Window</title>    \n    <rect   x=\"3\" y=\"3\"/>\n    <line stroke-linecap=\"round\" x1=\"6\" y1=\"6\" x2=\"6\" y2=\"6\"/>\n    <line stroke-linecap=\"round\" x1=\"9\" y1=\"6\" x2=\"9\" y2=\"6\"/>\n    <line stroke-linecap=\"round\" x1=\"12\" y1=\"6\" x2=\"12\" y2=\"6\"/>\n    <path d=\"M21,9 L3,9\"/>\n</svg></li><li title=\"zoom in \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"zoomInIconTitle\">\n    <title id=\"zoomInIconTitle\">Zoom In</title>    \n    <path d=\"M4,20 L9.58788778,14.4121122\"/>\n    <path d=\"M14,16 C10.6862915,16 8,13.3137085 8,10 C8,6.6862915 10.6862915,4 14,4 C17.3137085,4 20,6.6862915 20,10 C20,13.3137085 17.3137085,16 14,16 Z\"/>\n    <path d=\"M16.6666667 10L11.3333333 10M14 7.33333333L14 12.6666667\"/>\n</svg></li><li title=\"zoom out \"><svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\" aria-labelledby=\"zoomOutIconTitle\">\n    <title id=\"zoomOutIconTitle\">Zoom Out</title>    \n    <path d=\"M14,16 C10.6862915,16 8,13.3137085 8,10 C8,6.6862915 10.6862915,4 14,4 C17.3137085,4 20,6.6862915 20,10 C20,13.3137085 17.3137085,16 14,16 Z\"/>\n    <path d=\"M16.6666667 10L11.3333333 10M4 20L9.58788778 14.4121122\"/>\n</svg></li></ul>\n"
  },
  {
    "path": "resources/svg/icons/ionicons/LICENSE",
    "content": "The MIT License (MIT)\n\nCopyright (c) 2015-present Ionic (http://ionic.io/)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n"
  },
  {
    "path": "resources/svg/icons/ionicons/index.html",
    "content": "<style>\nul.svg-list {\n\tlist-style:none;\n\tpadding:0;\n\tmargin:10px 0 0;\n}\nul.svg-list li {\n\tdisplay:inline-block;\n\tposition:relative;\n\twidth:32px;\n\theight:32px;\n\tpadding:3px;\n\tmargin-right:5px;\n\tmargin-bottom:5px;\n\tbox-shadow:0px 3px 6px 0px rgba(0, 0, 0, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.08);\n}\n\nul.svg-list li:hover {\n\tbox-shadow:none;//0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 0px rgba(0, 0, 0, 0.15);\n}\n\nul.svg-list li svg{\n\tmax-width:100%;\n\tmax-height:100%;\n\tfill: var(--bs-body-color);\n\tcolor: var(--bs-secondary);\n}\n\nul.svg-list li span {\n\t//display:none;\n}\n\nul.svg-list li.heading {\n\twidth:100%;\n\tbox-shadow:none;\n\ttext-transform: capitalize;\n\tfont-size: 12px;\n\tline-height: 32px;\t\n}\n\nul.svg-list li span {\n  visibility: hidden;\n  min-width: 120px;\n  background-color: black;\n  color: #fff;\n  text-align: center;\n  border-radius: 6px;\n  padding: 5px 0;\n  \n  /* Position the tooltip */\n  position: absolute;\n  z-index: 1;\n  left:0;\n  top: 105%;\n  font-size:12px;\n}\n\nul.svg-list li:hover  span {\n  visibility: visible;\n}\n\nul.svg-list li:hover  svg {\n\ttransform: scale(2);\n\tfill:blue;\n\tcolor:green;\n}\t\n</style>\n<ul class=\"svg-list\"><li title=\"accessibility outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><circle fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"32\" cx=\"256\" cy=\"56\" r=\"40\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"32\" d=\"M204.23,274.44c2.9-18.06,4.2-35.52-.5-47.59-4-10.38-12.7-16.19-23.2-20.15L88,176.76c-12-4-23.21-10.7-24-23.94-1-17,14-28,29-24,0,0,88,31.14,163,31.14s162-31,162-31c18-5,30,9,30,23.79,0,14.21-11,19.21-24,23.94l-88,31.91c-8,3-21,9-26,18.18-6,10.75-5,29.53-2.1,47.59l5.9,29.63L351.21,467.9c2.8,13.15-6.3,25.44-19.4,27.74S308,489,304.12,476.28L266.56,360.35q-2.71-8.34-4.8-16.87L256,320l-5.3,21.65q-2.52,10.35-5.8,20.48L208,476.18c-4,12.85-14.5,21.75-27.6,19.46S158,480.05,160.94,467.9l37.39-163.83Z\"/></svg></li><li title=\"accessibility sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M448,112c-66.82,17.92-119.55,32-192,32S130.82,129.92,64,112L48,163c48,20.53,96.71,35.16,147.2,53.2L144,496l56.4,16L246,336h20l45.6,176L368,496,316.8,216.2C367.26,199.93,416,183.53,464,164Z\"/><path d=\"M256,112a56,56,0,1,1,56-56A56.06,56.06,0,0,1,256,112Z\"/></svg></li><li title=\"accessibility \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256,112a56,56,0,1,1,56-56A56.06,56.06,0,0,1,256,112Z\"/><path d=\"M432,112.8l-.45.12h0l-.42.13c-1,.28-2,.58-3,.89-18.61,5.46-108.93,30.92-172.56,30.92-59.13,0-141.28-22-167.56-29.47a73.79,73.79,0,0,0-8-2.58c-19-5-32,14.3-32,31.94,0,17.47,15.7,25.79,31.55,31.76v.28l95.22,29.74c9.73,3.73,12.33,7.54,13.6,10.84,4.13,10.59.83,31.56-.34,38.88l-5.8,45L150.05,477.44q-.15.72-.27,1.47l-.23,1.27h0c-2.32,16.15,9.54,31.82,32,31.82,19.6,0,28.25-13.53,32-31.94h0s28-157.57,42-157.57,42.84,157.57,42.84,157.57h0c3.75,18.41,12.4,31.94,32,31.94,22.52,0,34.38-15.74,32-31.94-.21-1.38-.46-2.74-.76-4.06L329,301.27l-5.79-45c-4.19-26.21-.82-34.87.32-36.9a1.09,1.09,0,0,0,.08-.15c1.08-2,6-6.48,17.48-10.79l89.28-31.21a16.9,16.9,0,0,0,1.62-.52c16-6,32-14.3,32-31.93S451,107.81,432,112.8Z\"/></svg></li><li title=\"add circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M448,256c0-106-86-192-192-192S64,150,64,256s86,192,192,192S448,362,448,256Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><line x1=\"256\" y1=\"176\" x2=\"256\" y2=\"336\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"336\" y1=\"256\" x2=\"176\" y2=\"256\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"add circle sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,48C141.31,48,48,141.31,48,256s93.31,208,208,208,208-93.31,208-208S370.69,48,256,48Zm96,224H272v80H240V272H160V240h80V160h32v80h80Z\"/></svg></li><li title=\"add circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,48C141.31,48,48,141.31,48,256s93.31,208,208,208,208-93.31,208-208S370.69,48,256,48Zm80,224H272v64a16,16,0,0,1-32,0V272H176a16,16,0,0,1,0-32h64V176a16,16,0,0,1,32,0v64h64a16,16,0,0,1,0,32Z\"/></svg></li><li title=\"add outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><line x1=\"256\" y1=\"112\" x2=\"256\" y2=\"400\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"400\" y1=\"256\" x2=\"112\" y2=\"256\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"add sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><line x1=\"256\" y1=\"112\" x2=\"256\" y2=\"400\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"400\" y1=\"256\" x2=\"112\" y2=\"256\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"add \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><line x1=\"256\" y1=\"112\" x2=\"256\" y2=\"400\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"400\" y1=\"256\" x2=\"112\" y2=\"256\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"airplane outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M407.72,224c-3.4,0-14.79.1-18,.3l-64.9,1.7a1.83,1.83,0,0,1-1.69-.9L193.55,67.56A9,9,0,0,0,186.89,64H160l73,161a2.35,2.35,0,0,1-2.26,3.35l-121.69,1.8a8.06,8.06,0,0,1-6.6-3.1l-37-45c-3-3.9-8.62-6-13.51-6H33.08c-1.29,0-1.1,1.21-.75,2.43L52.17,249.9a16.3,16.3,0,0,1,0,11.9L32.31,333c-.59,1.95-.52,3,1.77,3H52c8.14,0,9.25-1.06,13.41-6.3l37.7-45.7a8.19,8.19,0,0,1,6.6-3.1l120.68,2.7a2.7,2.7,0,0,1,2.43,3.74L160,448h26.64a9,9,0,0,0,6.65-3.55L323.14,287c.39-.6,2-.9,2.69-.9l63.9,1.7c3.3.2,14.59.3,18,.3C452,288.1,480,275.93,480,256S452.12,224,407.72,224Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"airplane sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M407.72,208c-2.72,0-14.44.08-18.67.31l-57.77,1.52L198.06,48H135.25l74.59,164.61-97.31,1.44L68.25,160H16.14l20.61,94.18c.15.54.33,1.07.53,1.59a.26.26,0,0,1,0,.15,15.42,15.42,0,0,0-.53,1.58L15.86,352H67.64l45.45-55,96.77,2.17L135.24,464h63l133-161.75,57.77,1.54c4.29.23,16,.31,18.66.31,24.35,0,44.27-3.34,59.21-9.94C492.22,283,496,265.46,496,256,496,225.94,463,208,407.72,208Zm-71.29,87.9v0Z\"/></svg></li><li title=\"airplane \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M186.62,464H160a16,16,0,0,1-14.57-22.6l64.46-142.25L113.1,297,77.8,339.77C71.07,348.23,65.7,352,52,352H34.08a17.66,17.66,0,0,1-14.7-7.06c-2.38-3.21-4.72-8.65-2.44-16.41l19.82-71c.15-.53.33-1.06.53-1.58a.38.38,0,0,0,0-.15,14.82,14.82,0,0,1-.53-1.59L16.92,182.76c-2.15-7.61.2-12.93,2.56-16.06a16.83,16.83,0,0,1,13.6-6.7H52c10.23,0,20.16,4.59,26,12l34.57,42.05,97.32-1.44-64.44-142A16,16,0,0,1,160,48h26.91a25,25,0,0,1,19.35,9.8l125.05,152,57.77-1.52c4.23-.23,15.95-.31,18.66-.31C463,208,496,225.94,496,256c0,9.46-3.78,27-29.07,38.16-14.93,6.6-34.85,9.94-59.21,9.94-2.68,0-14.37-.08-18.66-.31l-57.76-1.54-125.36,152A25,25,0,0,1,186.62,464Z\"/></svg></li><li title=\"alarm outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M416.07,272a160,160,0,1,0-160,160A160,160,0,0,0,416.07,272Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M142.12,91.21A46.67,46.67,0,0,0,112,80l-2.79.08C83.66,81.62,64,104,64.07,131c0,13.21,4.66,19.37,10.88,27.23A4.55,4.55,0,0,0,78.19,160h.88a3.23,3.23,0,0,0,2.54-1.31L142.38,99a5.38,5.38,0,0,0,1.55-4A5.26,5.26,0,0,0,142.12,91.21Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M369.88,91.21A46.67,46.67,0,0,1,400,80l2.79.08C428.34,81.62,448,104,447.93,131c0,13.21-4.66,19.37-10.88,27.23a4.55,4.55,0,0,1-3.24,1.76h-.88a3.23,3.23,0,0,1-2.54-1.31L369.62,99a5.38,5.38,0,0,1-1.55-4A5.26,5.26,0,0,1,369.88,91.21Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><polyline points=\"256.07 160 256.07 272 176.07 272\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"416.07\" y1=\"432\" x2=\"376.07\" y2=\"392\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"96.07\" y1=\"432\" x2=\"136.07\" y2=\"392\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"alarm sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M403.79,64.11l-3.27-.1H400c-14.73,0-28.55,5.91-40.52,15S344,96,344,96l88,86s11.25-5.71,17.61-13.85,14.28-18.08,14.32-37.11C464,95.55,437.6,66.15,403.79,64.11Z\"/><path d=\"M108.21,64.11l3.27-.1H112c14.73,0,28.55,5.91,40.52,15S168,96,168,96L80,182s-11.25-5.71-17.61-13.85S48.11,150.07,48.07,131C48,95.55,74.4,66.15,108.21,64.11Z\"/><path d=\"M391.3,384.6a.06.06,0,0,1,0-.08C425,344,441,288.24,427,229.23c-13.64-57.52-72.67-115.69-130.34-128.66C182,74.79,80.07,161.71,80.07,272a175.15,175.15,0,0,0,40.78,112.52.06.06,0,0,1,0,.08L73,432a.06.06,0,0,0,0,.08L96,454.59a.06.06,0,0,0,.08,0l47.43-47.37a.06.06,0,0,1,.08,0,175.64,175.64,0,0,0,225.05,0,0,0,0,0,1,.07,0L416,454.59a.06.06,0,0,0,.08,0L440,432ZM272.07,288h-112A0,0,0,0,1,160,288v-31.9a0,0,0,0,1,.05-.05h80a0,0,0,0,0,0-.05V144h32Z\"/></svg></li><li title=\"alarm \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M153.59,110.46A21.41,21.41,0,0,0,152.48,79h0A62.67,62.67,0,0,0,112,64l-3.27.09-.48,0C74.4,66.15,48,95.55,48.07,131c0,19,8,29.06,14.32,37.11a20.61,20.61,0,0,0,14.7,7.8c.26,0,.7.05,2,.05a19.06,19.06,0,0,0,13.75-5.89Z\"/><path d=\"M403.79,64.11l-3.27-.1H400a62.67,62.67,0,0,0-40.52,15,21.41,21.41,0,0,0-1.11,31.44l60.77,59.65A19.06,19.06,0,0,0,432.93,176c1.28,0,1.72,0,2-.05a20.61,20.61,0,0,0,14.69-7.8c6.36-8.05,14.28-18.08,14.32-37.11C464,95.55,437.6,66.15,403.79,64.11Z\"/><path d=\"M256.07,96c-97,0-176,78.95-176,176a175.23,175.23,0,0,0,40.81,112.56L84.76,420.69a16,16,0,1,0,22.63,22.62l36.12-36.12a175.63,175.63,0,0,0,225.12,0l36.13,36.12a16,16,0,1,0,22.63-22.62l-36.13-36.13A175.17,175.17,0,0,0,432.07,272C432.07,175,353.12,96,256.07,96Zm16,176a16,16,0,0,1-16,16h-80a16,16,0,0,1,0-32h64V160a16,16,0,0,1,32,0Z\"/></svg></li><li title=\"albums outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><rect x=\"64\" y=\"176\" width=\"384\" height=\"256\" rx=\"28.87\" ry=\"28.87\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"144\" y1=\"80\" x2=\"368\" y2=\"80\" style=\"stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><line x1=\"112\" y1=\"128\" x2=\"400\" y2=\"128\" style=\"stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"albums sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><rect x=\"128\" y=\"64\" width=\"256\" height=\"32\"/><rect x=\"96\" y=\"112\" width=\"320\" height=\"32\"/><path d=\"M464,448H48V160H464Z\"/></svg></li><li title=\"albums \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M368,96H144a16,16,0,0,1,0-32H368a16,16,0,0,1,0,32Z\"/><path d=\"M400,144H112a16,16,0,0,1,0-32H400a16,16,0,0,1,0,32Z\"/><path d=\"M419.13,448H92.87A44.92,44.92,0,0,1,48,403.13V204.87A44.92,44.92,0,0,1,92.87,160H419.13A44.92,44.92,0,0,1,464,204.87V403.13A44.92,44.92,0,0,1,419.13,448Z\"/></svg></li><li title=\"alert circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M448,256c0-106-86-192-192-192S64,150,64,256s86,192,192,192S448,362,448,256Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M250.26,166.05,256,288l5.73-121.95a5.74,5.74,0,0,0-5.79-6h0A5.74,5.74,0,0,0,250.26,166.05Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M256,367.91a20,20,0,1,1,20-20A20,20,0,0,1,256,367.91Z\"/></svg></li><li title=\"alert circle sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polygon points=\"240 304 272 304 278 144 234 144 240 304\" style=\"fill:none\"/><path d=\"M256,48C141.31,48,48,141.31,48,256s93.31,208,208,208,208-93.31,208-208S370.69,48,256,48Zm20,319.91H236v-40h40ZM272,304H240l-6-160h44Z\"/></svg></li><li title=\"alert circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,48C141.31,48,48,141.31,48,256s93.31,208,208,208,208-93.31,208-208S370.69,48,256,48Zm0,319.91a20,20,0,1,1,20-20A20,20,0,0,1,256,367.91Zm21.72-201.15-5.74,122a16,16,0,0,1-32,0l-5.74-121.94v-.05a21.74,21.74,0,1,1,43.44,0Z\"/></svg></li><li title=\"alert outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,80c-8.66,0-16.58,7.36-16,16l8,216a8,8,0,0,0,8,8h0a8,8,0,0,0,8-8l8-216C272.58,87.36,264.66,80,256,80Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><circle cx=\"256\" cy=\"416\" r=\"16\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"alert sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polygon points=\"240 80 248 320 264 320 272 80 240 80\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/><rect x=\"240\" y=\"400\" width=\"32\" height=\"32\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,80c-8.66,0-16.58,7.36-16,16l8,216a8,8,0,0,0,8,8h0a8,8,0,0,0,8-8l8-216C272.58,87.36,264.66,80,256,80Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><circle cx=\"256\" cy=\"416\" r=\"16\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"american football outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><ellipse cx=\"256\" cy=\"256\" rx=\"267.57\" ry=\"173.44\" transform=\"translate(-106.04 256) rotate(-45)\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"334.04\" y1=\"177.96\" x2=\"177.96\" y2=\"334.04\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"278.3\" y1=\"278.3\" x2=\"233.7\" y2=\"233.7\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"322.89\" y1=\"233.7\" x2=\"278.3\" y2=\"189.11\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"456.68\" y1=\"211.4\" x2=\"300.6\" y2=\"55.32\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"211.4\" y1=\"456.68\" x2=\"55.32\" y2=\"300.6\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"233.7\" y1=\"322.89\" x2=\"189.11\" y2=\"278.3\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"american football sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M120.9,120.51c-44.75,44.56-67.29,101.05-78.64,145.9L244.57,467.85c45.05-11.3,101.78-33.74,146.53-78.3s67.29-101.05,78.64-145.91L267.43,42.21C222.38,53.51,165.65,76,120.9,120.51Zm259,257.83h0Zm-45-224.2,22.52,22.42-33.78,33.63,22.52,22.42L323.55,255,301,232.61,278.52,255,301,277.45l-22.51,22.42L256,277.45l-22.52,22.42L256,322.29l-22.52,22.42L211,322.29l-33.78,33.63L154.67,333.5l33.78-33.63-22.52-22.42L188.45,255,211,277.45,233.48,255,211,232.61l22.51-22.42L256,232.61l22.52-22.42L256,187.77l22.52-22.42L301,187.77Z\"/><path d=\"M478.48,198.41C485.85,143.65,464,48.05,464,48.05S367.86,26.17,312.86,33.51c-2.54.33-5.21.72-8,1.14L477.33,206.36C477.76,203.6,478.14,200.94,478.48,198.41Z\"/><path d=\"M33.52,311.65C26.15,366.41,48.05,464,48.05,464s60,16,99.86,16a391.92,391.92,0,0,0,51.23-3.45c2.54-.33,5.21-.72,8-1.15L34.67,303.7C34.24,306.46,33.86,309.12,33.52,311.65Z\"/></svg></li><li title=\"american football \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M122.06,122.06c-44.37,44.37-66.71,100.61-78,145.28L244.66,467.9c44.67-11.25,100.91-33.59,145.28-78s66.71-100.61,78-145.28L267.34,44.1C222.67,55.35,166.43,77.69,122.06,122.06ZM378.79,378.78h0ZM300.65,189,323,166.71A15.78,15.78,0,0,1,345.29,189L323,211.35l11.16,11.17a15.78,15.78,0,0,1-22.32,22.32l-11.16-11.16L278.32,256l11.16,11.16a15.78,15.78,0,1,1-22.32,22.32L256,278.32l-22.32,22.33,11.16,11.16a15.78,15.78,0,1,1-22.32,22.32L211.35,323,189,345.29A15.78,15.78,0,0,1,166.71,323L189,300.65l-11.16-11.17a15.78,15.78,0,0,1,22.32-22.32l11.16,11.16L233.68,256l-11.16-11.16a15.78,15.78,0,1,1,22.32-22.32L256,233.68l22.32-22.33-11.16-11.16a15.78,15.78,0,0,1,22.32-22.32Z\"/><path d=\"M476.57,199.63c7.31-54.53,4-120.26-20-144.21s-89.68-27.3-144.21-20c-2.51.34-5.16.72-7.91,1.15l171,171C475.85,204.79,476.23,202.14,476.57,199.63Z\"/><path d=\"M35.43,312.37c-7.31,54.53-4,120.26,20,144.21C72.17,473.33,109.34,480,148.84,480a387,387,0,0,0,50.79-3.43c2.51-.34,5.16-.72,7.91-1.15l-171-171C36.15,307.21,35.77,309.86,35.43,312.37Z\"/></svg></li><li title=\"analytics outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><line x1=\"344\" y1=\"280\" x2=\"432\" y2=\"192\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"232\" y1=\"216\" x2=\"296\" y2=\"280\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"80\" y1=\"320\" x2=\"184\" y2=\"216\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><circle cx=\"456\" cy=\"168\" r=\"24\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><circle cx=\"320\" cy=\"304\" r=\"24\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><circle cx=\"208\" cy=\"192\" r=\"24\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><circle cx=\"56\" cy=\"344\" r=\"24\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"analytics sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M450,128a46,46,0,0,0-44.11,59l-71.37,71.36a45.88,45.88,0,0,0-29,0l-52.91-52.91a46,46,0,1,0-89.12,0L75,293.88A46.08,46.08,0,1,0,106.11,325l87.37-87.36a45.85,45.85,0,0,0,29,0l52.92,52.92a46,46,0,1,0,89.12,0L437,218.12A46,46,0,1,0,450,128Z\"/></svg></li><li title=\"analytics \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M456,128a40,40,0,0,0-37.23,54.6L334.6,266.77a39.86,39.86,0,0,0-29.2,0L245.23,206.6a40,40,0,1,0-74.46,0L70.6,306.77A40,40,0,1,0,93.23,329.4L193.4,229.23a39.86,39.86,0,0,0,29.2,0l60.17,60.17a40,40,0,1,0,74.46,0l84.17-84.17A40,40,0,1,0,456,128Z\"/></svg></li><li title=\"aperture outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M448,256c0-106-86-192-192-192S64,150,64,256s86,192,192,192S448,362,448,256Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><line x1=\"360\" y1=\"94.59\" x2=\"360\" y2=\"296\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"443.13\" y1=\"212.87\" x2=\"296\" y2=\"360\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"417.41\" y1=\"360\" x2=\"216\" y2=\"360\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"299.13\" y1=\"443.13\" x2=\"155.13\" y2=\"299.13\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"152\" y1=\"416\" x2=\"152\" y2=\"216\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"68.87\" y1=\"299.13\" x2=\"212.87\" y2=\"155.13\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"94.59\" y1=\"152\" x2=\"288\" y2=\"152\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"212.87\" y1=\"68.87\" x2=\"360\" y2=\"216\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"aperture sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polygon points=\"216 48 345.49 176.18 345.49 48 216 48\"/><polygon points=\"181.47 58.38 80 134 256 134 181.47 58.38\"/><polygon points=\"336 344 464 344 464 216 336 344\"/><polygon points=\"454 182 378 80 378 256 454 182\"/><polygon points=\"48 166 48 294 176 166 48 166\"/><polygon points=\"330 454 432 378 256 378 330 454\"/><polygon points=\"58 330 134 432 134 256 58 330\"/><path d=\"M345.49,222.12l-55.55-55.46H222.06l-55.55,55.46v67.76l55.62,55.52c.44,0,.88-.06,1.33-.06h66.48l55.55-55.46Z\"/><polygon points=\"165.98 336.09 166 464 294 464 165.98 336.09\"/></svg></li><li title=\"aperture \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M250.54,129.17l-67.8-67.8A209.65,209.65,0,0,0,86.32,136h161.4A4,4,0,0,0,250.54,129.17Z\"/><path d=\"M167.72,168H67.63A207.34,207.34,0,0,0,51.48,293.9L170.54,174.83A4,4,0,0,0,167.72,168Z\"/><path d=\"M344,167.72V67.56A207.82,207.82,0,0,0,218.11,51.48L337.17,170.54A4,4,0,0,0,344,167.72Z\"/><path d=\"M460.52,218.1,341.46,337.17a4,4,0,0,0,2.82,6.83H444.37a207.34,207.34,0,0,0,16.15-125.9Z\"/><path d=\"M382.83,250.54l67.83-67.82A209.08,209.08,0,0,0,376,86.2V247.72A4,4,0,0,0,382.83,250.54Z\"/><path d=\"M221.68,341.77a8,8,0,0,0,5.54,2.23h59.66a8,8,0,0,0,5.7-2.39l49.18-50a8,8,0,0,0,2.3-5.62L344,225.18a8,8,0,0,0-2.38-5.69l-50-49.25a8,8,0,0,0-5.63-2.3l-60.84.06a8,8,0,0,0-5.69,2.38l-49.25,50a8,8,0,0,0-2.3,5.63l.06,60.78a8,8,0,0,0,2.45,5.76Z\"/><path d=\"M261.46,382.83l67.8,67.8A209.65,209.65,0,0,0,425.68,376H264.28A4,4,0,0,0,261.46,382.83Z\"/><path d=\"M168,344.28V444.44a207.82,207.82,0,0,0,125.89,16.08L174.83,341.46A4,4,0,0,0,168,344.28Z\"/><path d=\"M129.17,261.46,61.34,329.29A209.1,209.1,0,0,0,136,425.8V264.28A4,4,0,0,0,129.17,261.46Z\"/></svg></li><li title=\"apps outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><rect x=\"64\" y=\"64\" width=\"80\" height=\"80\" rx=\"40\" ry=\"40\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><rect x=\"216\" y=\"64\" width=\"80\" height=\"80\" rx=\"40\" ry=\"40\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><rect x=\"368\" y=\"64\" width=\"80\" height=\"80\" rx=\"40\" ry=\"40\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><rect x=\"64\" y=\"216\" width=\"80\" height=\"80\" rx=\"40\" ry=\"40\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><rect x=\"216\" y=\"216\" width=\"80\" height=\"80\" rx=\"40\" ry=\"40\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><rect x=\"368\" y=\"216\" width=\"80\" height=\"80\" rx=\"40\" ry=\"40\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><rect x=\"64\" y=\"368\" width=\"80\" height=\"80\" rx=\"40\" ry=\"40\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><rect x=\"216\" y=\"368\" width=\"80\" height=\"80\" rx=\"40\" ry=\"40\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><rect x=\"368\" y=\"368\" width=\"80\" height=\"80\" rx=\"40\" ry=\"40\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"apps sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><rect x=\"48\" y=\"48\" width=\"112\" height=\"112\" rx=\"8\" ry=\"8\"/><rect x=\"200\" y=\"48\" width=\"112\" height=\"112\" rx=\"8\" ry=\"8\"/><rect x=\"352\" y=\"48\" width=\"112\" height=\"112\" rx=\"8\" ry=\"8\"/><rect x=\"48\" y=\"200\" width=\"112\" height=\"112\" rx=\"8\" ry=\"8\"/><rect x=\"200\" y=\"200\" width=\"112\" height=\"112\" rx=\"8\" ry=\"8\"/><rect x=\"352\" y=\"200\" width=\"112\" height=\"112\" rx=\"8\" ry=\"8\"/><rect x=\"48\" y=\"352\" width=\"112\" height=\"112\" rx=\"8\" ry=\"8\"/><rect x=\"200\" y=\"352\" width=\"112\" height=\"112\" rx=\"8\" ry=\"8\"/><rect x=\"352\" y=\"352\" width=\"112\" height=\"112\" rx=\"8\" ry=\"8\"/></svg></li><li title=\"apps \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M104,160a56,56,0,1,1,56-56A56.06,56.06,0,0,1,104,160Z\"/><path d=\"M256,160a56,56,0,1,1,56-56A56.06,56.06,0,0,1,256,160Z\"/><path d=\"M408,160a56,56,0,1,1,56-56A56.06,56.06,0,0,1,408,160Z\"/><path d=\"M104,312a56,56,0,1,1,56-56A56.06,56.06,0,0,1,104,312Z\"/><path d=\"M256,312a56,56,0,1,1,56-56A56.06,56.06,0,0,1,256,312Z\"/><path d=\"M408,312a56,56,0,1,1,56-56A56.06,56.06,0,0,1,408,312Z\"/><path d=\"M104,464a56,56,0,1,1,56-56A56.06,56.06,0,0,1,104,464Z\"/><path d=\"M256,464a56,56,0,1,1,56-56A56.06,56.06,0,0,1,256,464Z\"/><path d=\"M408,464a56,56,0,1,1,56-56A56.06,56.06,0,0,1,408,464Z\"/></svg></li><li title=\"archive outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M80,152V408a40.12,40.12,0,0,0,40,40H392a40.12,40.12,0,0,0,40-40V152\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><rect x=\"48\" y=\"64\" width=\"416\" height=\"80\" rx=\"28\" ry=\"28\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/><polyline points=\"320 304 256 368 192 304\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"256\" y1=\"345.89\" x2=\"256\" y2=\"224\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"archive sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><rect x=\"32\" y=\"48\" width=\"448\" height=\"80\" rx=\"12\" ry=\"12\"/><path d=\"M64,160V440a24,24,0,0,0,24,24H424a24,24,0,0,0,24-24V160ZM256,390.63,169.32,304,192,281.32,240,329.37V208h32V329.37l48.07-48.07,22.61,22.64Z\"/></svg></li><li title=\"archive \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M64,164V408a56,56,0,0,0,56,56H392a56,56,0,0,0,56-56V164a4,4,0,0,0-4-4H68A4,4,0,0,0,64,164ZM331,315.63l-63.69,63.68a16,16,0,0,1-22.62,0L181,315.63c-6.09-6.09-6.65-16-.85-22.38a16,16,0,0,1,23.16-.56L240,329.37V224.45c0-8.61,6.62-16,15.23-16.43A16,16,0,0,1,272,224V329.37l36.69-36.68a16,16,0,0,1,23.16.56C337.65,299.62,337.09,309.54,331,315.63Z\"/><rect x=\"32\" y=\"48\" width=\"448\" height=\"80\" rx=\"32\" ry=\"32\"/></svg></li><li title=\"arrow back circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"249.38 336 170 256 249.38 176\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"181.03\" y1=\"256\" x2=\"342\" y2=\"256\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M448,256c0-106-86-192-192-192S64,150,64,256s86,192,192,192S448,362,448,256Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"arrow back circle sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M48,256c0,114.87,93.13,208,208,208s208-93.13,208-208S370.87,48,256,48,48,141.13,48,256Zm224-80.09L208.42,240H358v32H208.42L272,336.09,249.3,358.63,147.46,256,249.3,153.37Z\"/></svg></li><li title=\"arrow back circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M48,256c0,114.87,93.13,208,208,208s208-93.13,208-208S370.87,48,256,48,48,141.13,48,256Zm212.65-91.36a16,16,0,0,1,.09,22.63L208.42,240H342a16,16,0,0,1,0,32H208.42l52.32,52.73A16,16,0,1,1,238,347.27l-79.39-80a16,16,0,0,1,0-22.54l79.39-80A16,16,0,0,1,260.65,164.64Z\"/></svg></li><li title=\"arrow back outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"244 400 100 256 244 112\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:48px\"/><line x1=\"120\" y1=\"256\" x2=\"412\" y2=\"256\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:48px\"/></svg></li><li title=\"arrow back sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"244 400 100 256 244 112\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:48px\"/><line x1=\"120\" y1=\"256\" x2=\"412\" y2=\"256\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:48px\"/></svg></li><li title=\"arrow back \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"244 400 100 256 244 112\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:48px\"/><line x1=\"120\" y1=\"256\" x2=\"412\" y2=\"256\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:48px\"/></svg></li><li title=\"arrow down circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"176 262.62 256 342 336 262.62\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"256\" y1=\"330.97\" x2=\"256\" y2=\"170\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M256,64C150,64,64,150,64,256s86,192,192,192,192-86,192-192S362,64,256,64Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"arrow down circle sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,464c114.87,0,208-93.13,208-208S370.87,48,256,48,48,141.13,48,256,141.13,464,256,464ZM175.91,240,240,303.58V154h32V303.58L336.09,240l22.54,22.71L256,364.54,153.37,262.7Z\"/></svg></li><li title=\"arrow down circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,464c114.87,0,208-93.13,208-208S370.87,48,256,48,48,141.13,48,256,141.13,464,256,464ZM164.64,251.35a16,16,0,0,1,22.63-.09L240,303.58V170a16,16,0,0,1,32,0V303.58l52.73-52.32A16,16,0,1,1,347.27,274l-80,79.39a16,16,0,0,1-22.54,0l-80-79.39A16,16,0,0,1,164.64,251.35Z\"/></svg></li><li title=\"arrow down outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"112 268 256 412 400 268\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:48px\"/><line x1=\"256\" y1=\"392\" x2=\"256\" y2=\"100\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:48px\"/></svg></li><li title=\"arrow down sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"112 268 256 412 400 268\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:48px\"/><line x1=\"256\" y1=\"392\" x2=\"256\" y2=\"100\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:48px\"/></svg></li><li title=\"arrow down \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"112 268 256 412 400 268\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:48px\"/><line x1=\"256\" y1=\"392\" x2=\"256\" y2=\"100\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:48px\"/></svg></li><li title=\"arrow forward circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"262.62 336 342 256 262.62 176\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"330.97\" y1=\"256\" x2=\"170\" y2=\"256\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M256,448c106,0,192-86,192-192S362,64,256,64,64,150,64,256,150,448,256,448Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"arrow forward circle sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M464,256c0-114.87-93.13-208-208-208S48,141.13,48,256s93.13,208,208,208S464,370.87,464,256ZM240,336.09,303.58,272H154V240H303.58L240,175.91l22.71-22.54L364.54,256,262.7,358.63Z\"/></svg></li><li title=\"arrow forward circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M464,256c0-114.87-93.13-208-208-208S48,141.13,48,256s93.13,208,208,208S464,370.87,464,256ZM251.35,347.36a16,16,0,0,1-.09-22.63L303.58,272H170a16,16,0,0,1,0-32H303.58l-52.32-52.73A16,16,0,1,1,274,164.73l79.39,80a16,16,0,0,1,0,22.54l-79.39,80A16,16,0,0,1,251.35,347.36Z\"/></svg></li><li title=\"arrow forward outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"268 112 412 256 268 400\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:48px\"/><line x1=\"392\" y1=\"256\" x2=\"100\" y2=\"256\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:48px\"/></svg></li><li title=\"arrow forward sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"268 112 412 256 268 400\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:48px\"/><line x1=\"392\" y1=\"256\" x2=\"100\" y2=\"256\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:48px\"/></svg></li><li title=\"arrow forward \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"268 112 412 256 268 400\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:48px\"/><line x1=\"392\" y1=\"256\" x2=\"100\" y2=\"256\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:48px\"/></svg></li><li title=\"arrow redo circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M266.91,327.74V290.42c-57.07,0-84.51,13.47-108.58,38.68-5.4,5.65-15,1.32-14.29-6.43,5.45-61.45,34.14-117.09,122.87-117.09V168.26a8.32,8.32,0,0,1,14-6L365.42,242a8.2,8.2,0,0,1,0,11.94L281,333.71A8.32,8.32,0,0,1,266.91,327.74Z\"/><path d=\"M64,256c0,106,86,192,192,192s192-86,192-192S362,64,256,64,64,150,64,256Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"arrow redo circle sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M48,256c0,114.87,93.13,208,208,208s208-93.13,208-208S370.87,48,256,48,48,141.13,48,256Zm98,88c0-68.13,22.67-137.14,119.17-137.14V152L366,248,265.17,344V289.14C198.48,289.14,173.85,308.43,146,344Z\"/></svg></li><li title=\"arrow redo circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M48,256c0,114.87,93.13,208,208,208s208-93.13,208-208S370.87,48,256,48,48,141.13,48,256Zm96,66.67c5.45-61.45,34.14-117.09,122.87-117.09V168.26a8.32,8.32,0,0,1,14-6L365.42,242a8.2,8.2,0,0,1,0,11.94L281,333.71a8.32,8.32,0,0,1-14-6V290.42c-57.07,0-84.51,13.47-108.58,38.68C152.93,334.75,143.35,330.42,144,322.67Z\"/></svg></li><li title=\"arrow redo outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M448,256,272,88v96C103.57,184,64,304.77,64,424c48.61-62.24,91.6-96,208-96v96Z\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"arrow redo sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M48,399.26C48,335.19,62.44,284,90.91,247c34.38-44.67,88.68-68.77,161.56-71.75V72L464,252,252.47,432V329.35c-44.25,1.19-77.66,7.58-104.27,19.84-28.75,13.25-49.6,33.05-72.08,58.7L48,440Z\"/></svg></li><li title=\"arrow redo \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M58.79,439.13A16,16,0,0,1,48,424c0-73.1,14.68-131.56,43.65-173.77,35-51,90.21-78.46,164.35-81.87V88a16,16,0,0,1,27.05-11.57l176,168a16,16,0,0,1,0,23.14l-176,168A16,16,0,0,1,256,424V344.23c-45,1.36-79,8.65-106.07,22.64-29.25,15.12-50.46,37.71-73.32,67a16,16,0,0,1-17.82,5.28Z\"/></svg></li><li title=\"arrow undo circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M245.09,327.74V290.42c57.07,0,84.51,13.47,108.58,38.68,5.4,5.65,15,1.32,14.29-6.43-5.45-61.45-34.14-117.09-122.87-117.09V168.26a8.32,8.32,0,0,0-14.05-6L146.58,242a8.2,8.2,0,0,0,0,11.94L231,333.71A8.32,8.32,0,0,0,245.09,327.74Z\"/><path d=\"M256,64C150,64,64,150,64,256s86,192,192,192,192-86,192-192S362,64,256,64Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"arrow undo circle sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,48C141.13,48,48,141.13,48,256s93.13,208,208,208,208-93.13,208-208S370.87,48,256,48Zm-9.17,241.14V344L146,248l100.83-96v54.86c96.5,0,119.17,69,119.17,137.14C338.15,308.43,313.52,289.14,246.83,289.14Z\"/></svg></li><li title=\"arrow undo circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,48C141.13,48,48,141.13,48,256s93.13,208,208,208,208-93.13,208-208S370.87,48,256,48Zm97.67,281.1c-24.07-25.21-51.51-38.68-108.58-38.68v37.32a8.32,8.32,0,0,1-14.05,6L146.58,254a8.2,8.2,0,0,1,0-11.94L231,162.29a8.32,8.32,0,0,1,14.05,6v37.32c88.73,0,117.42,55.64,122.87,117.09C368.65,330.42,359.07,334.75,353.67,329.1Z\"/></svg></li><li title=\"arrow undo outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M240,424V328c116.4,0,159.39,33.76,208,96,0-119.23-39.57-240-208-240V88L64,256Z\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"arrow undo sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M464,440l-28.12-32.11c-22.48-25.65-43.33-45.45-72.08-58.7-26.61-12.26-60-18.65-104.27-19.84V432L48,252,259.53,72V175.21c72.88,3,127.18,27.08,161.56,71.75C449.56,284,464,335.19,464,399.26Z\"/></svg></li><li title=\"arrow undo \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M448,440a16,16,0,0,1-12.61-6.15c-22.86-29.27-44.07-51.86-73.32-67C335,352.88,301,345.59,256,344.23V424A16,16,0,0,1,229,435.57l-176-168a16,16,0,0,1,0-23.14l176-168A16,16,0,0,1,256,88v80.36c74.14,3.41,129.38,30.91,164.35,81.87C449.32,292.44,464,350.9,464,424a16,16,0,0,1-16,16Z\"/></svg></li><li title=\"arrow up circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"176 249.38 256 170 336 249.38\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"256\" y1=\"181.03\" x2=\"256\" y2=\"342\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M448,256c0-106-86-192-192-192S64,150,64,256s86,192,192,192S448,362,448,256Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"arrow up circle sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,48C141.13,48,48,141.13,48,256s93.13,208,208,208,208-93.13,208-208S370.87,48,256,48Zm80.09,224L272,208.42V358H240V208.42L175.91,272,153.37,249.3,256,147.46,358.63,249.3Z\"/></svg></li><li title=\"arrow up circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,48C141.13,48,48,141.13,48,256s93.13,208,208,208,208-93.13,208-208S370.87,48,256,48Zm91.36,212.65a16,16,0,0,1-22.63.09L272,208.42V342a16,16,0,0,1-32,0V208.42l-52.73,52.32A16,16,0,1,1,164.73,238l80-79.39a16,16,0,0,1,22.54,0l80,79.39A16,16,0,0,1,347.36,260.65Z\"/></svg></li><li title=\"arrow up outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"112 244 256 100 400 244\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:48px\"/><line x1=\"256\" y1=\"120\" x2=\"256\" y2=\"412\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:48px\"/></svg></li><li title=\"arrow up sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"112 244 256 100 400 244\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:48px\"/><line x1=\"256\" y1=\"120\" x2=\"256\" y2=\"412\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:48px\"/></svg></li><li title=\"arrow up \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"112 244 256 100 400 244\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:48px\"/><line x1=\"256\" y1=\"120\" x2=\"256\" y2=\"412\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:48px\"/></svg></li><li title=\"at circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M448.08,256.08c0-106-86-192-192-192s-192,86-192,192,86,192,192,192S448.08,362.11,448.08,256.08Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M300.81,358.29c-20.83,7.42-34.05,9.59-54.19,9.59-61.17,0-106.39-50.07-101-111.84S205,144.21,266.14,144.21c68.92,0,106.79,45.55,101.47,106.55-4,45.54-32.8,58.66-47.89,56-14.2-2.55-25.92-15.52-23.75-40.35l5.62-44.66c-7.58-9.17-28.11-18-49.93-14.54C231.77,210.3,209,228,206.56,256s14.49,50.84,39.93,50.84,47.86-18.39,50.69-50.84\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:28px\"/></svg></li><li title=\"at circle sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256.41,48.74c-114.85,0-208,93.11-208,208s93.12,208,208,208,208-93.12,208-208S371.25,48.74,256.41,48.74ZM381.22,252c-2.85,32.63-16.78,49.7-28,58.26s-24.69,12.34-36.33,10.26a41.63,41.63,0,0,1-27-17.52,60.84,60.84,0,0,1-43.72,17.9,51.65,51.65,0,0,1-38.55-16.83c-11.39-12.42-17-30.36-15.33-49.23,3.05-35,30.92-57.39,56.87-61.48,27.21-4.29,52.24,6.54,62.91,19.46l3.84,4.66-6.34,50.38c-1.19,14.34,3.29,23.48,12.29,25.1,2.39.42,8.11-.13,14.38-4.93,6.72-5.15,15.14-16,17.1-38.47,2.32-26.55-4.35-49.19-19.28-65.49-15.5-16.9-39.1-25.84-68.24-25.84-54,0-101.81,44.43-106.57,99-2.29,26.2,5.66,50.68,22.39,68.93C198,344,221,353.88,246.29,353.88c19,0,30.61-2.05,49.49-8.78L309,340.41l9.39,26.37-13.19,4.7c-21.82,7.77-36.68,10.4-58.88,10.4-33.28,0-63.57-13.06-85.3-36.77-22.09-24.11-32.62-56.17-29.65-90.29,2.91-33.33,18.46-64.63,43.77-88.12s57.57-36.49,90.7-36.49c37.2,0,67.94,12.08,88.88,34.93C374.77,187.05,384.2,217.89,381.22,252Z\"/><path d=\"M253.51,221c-14.83,2.33-31.55,15.84-33.34,36.26-1,11.06,2,21.22,8.08,27.87a23.63,23.63,0,0,0,17.91,7.75c19.7,0,33.8-14.79,36.8-38.59l1.75-13.89h.09l1.65-13.11a49.63,49.63,0,0,0-32.94-6.3Z\"/></svg></li><li title=\"at circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M255.46,48.74c-114.84,0-208,93.11-208,208s93.12,208,208,208,208-93.12,208-208S370.31,48.74,255.46,48.74ZM380.28,252c-2.85,32.63-16.79,49.7-28,58.26S327.61,322.58,316,320.5a41.61,41.61,0,0,1-26.82-17.19,62.06,62.06,0,0,1-44,17.57,51.66,51.66,0,0,1-38.55-16.83c-11.38-12.42-17-30.36-15.32-49.23,3-35,30.91-57.39,56.87-61.48,27.2-4.29,52.23,6.54,62.9,19.46l3.85,4.66-6.34,50.38c-1.19,14.34,3.28,23.48,12.29,25.1,2.39.42,8.1-.13,14.37-4.93,6.72-5.15,15.14-16,17.1-38.47C354.7,223,348,200.35,333.1,184.05c-15.49-16.9-39.09-25.84-68.23-25.84-54,0-101.81,44.43-106.58,99-2.28,26.2,5.67,50.68,22.4,68.93C197.05,344,220,353.88,245.35,353.88c19,0,30.61-2.05,49.48-8.78a14,14,0,0,1,9.4,26.38c-21.82,7.77-36.68,10.4-58.88,10.4-33.28,0-63.57-13.06-85.3-36.77C138,321,127.42,288.94,130.4,254.82c2.91-33.33,18.45-64.63,43.77-88.12s57.57-36.49,90.7-36.49c37.2,0,67.93,12.08,88.87,34.93C373.83,187.05,383.25,217.89,380.28,252Z\"/><path d=\"M252.57,221c-14.83,2.33-31.56,15.84-33.34,36.26-1,11.06,2,21.22,8.07,27.87a23.65,23.65,0,0,0,17.91,7.75c20.31,0,34.73-14.94,36.75-38.06a14,14,0,0,1,.34-2.07l3.2-25.45a49.61,49.61,0,0,0-32.93-6.3Z\"/></svg></li><li title=\"at outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M320,254.27c-4.5,51-40.12,80-80.55,80s-67.34-35.82-63.45-80,37.12-80,77.55-80S323.88,210.27,320,254.27Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M319.77,415.77c-28.56,12-47.28,14.5-79.28,14.5-97.2,0-169-78.8-160.49-176s94.31-176,191.51-176C381,78.27,441.19,150,432.73,246c-6.31,71.67-52.11,92.32-76.09,88.07-22.56-4-41.18-24.42-37.74-63.5l8.48-96.25\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"at sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M407.6,115.78c-32.07-35-79.47-53.51-137.09-53.51-51,0-100.69,19.8-139.82,55.76S67.56,201.87,63.06,252.86C58.51,304.53,74.47,353.15,108,389.76c33.37,36.44,80.07,56.51,131.49,56.51,32.52,0,53.61-2.36,85.48-15.75l14.75-6.2-12.4-29.5L312.57,401c-27.15,11.4-43.78,13.25-73.08,13.25-42.34,0-80.65-16.38-107.89-46.12-27.4-29.92-40.42-69.86-36.66-112.48,7.84-89,86.6-161.4,175.57-161.4,48.4,0,87.65,14.91,113.49,43.13,24.61,26.87,35.6,63.92,31.79,107.15-3.29,37.35-17.76,55.74-29.32,64.6-11,8.44-22,10.18-28,9.11-17.68-3.13-26.87-20.46-24.59-46.29l9.93-109.12L311.9,160l-2,22.29a79.69,79.69,0,0,0-57.32-24c-23.8,0-46.54,10.07-64,28.37-16.77,17.53-27.23,41.05-29.45,66.22-2.45,27.87,5.75,54.34,22.51,72.64a76.14,76.14,0,0,0,56.88,24.77A93,93,0,0,0,310,318a60,60,0,0,0,42.88,31.81c16.89,3,36.73-2.69,53.08-15.21,30.19-23.13,39.36-60.19,41.74-87.2C452.22,195.7,438,149,407.6,115.78Zm-126.34,186a62.19,62.19,0,0,1-42.81,16.53,43.94,43.94,0,0,1-33.28-14.38c-10.71-11.7-15.9-29.27-14.23-48.22,3.23-36.68,30.29-65.4,61.61-65.4a48.16,48.16,0,0,1,35.88,15.82C299.3,218,304.63,235,303.06,252.86,301.28,273.14,293.73,290,281.26,301.74Z\"/></svg></li><li title=\"at \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M320,254.27c-4.5,51-40.12,80-80.55,80s-67.34-35.82-63.45-80,37.12-80,77.55-80S323.88,210.27,320,254.27Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M319.77,415.77c-28.56,12-47.28,14.5-79.28,14.5-97.2,0-169-78.8-160.49-176s94.31-176,191.51-176C381,78.27,441.19,150,432.73,246c-6.31,71.67-52.11,92.32-76.09,88.07-22.56-4-41.18-24.42-37.74-63.5l8.48-96.25\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"attach outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M216.08,192V335.85a40.08,40.08,0,0,0,80.15,0l.13-188.55a67.94,67.94,0,1,0-135.87,0V337.12a95.51,95.51,0,1,0,191,0V159.74\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"attach sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M216.08,192V335.55a40.08,40.08,0,0,0,80.15,0L296.36,147a67.94,67.94,0,1,0-135.87,0V336.82a95.51,95.51,0,0,0,191,0V159.44\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"attach \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M216.08,192V335.85a40.08,40.08,0,0,0,80.15,0l.13-188.55a67.94,67.94,0,1,0-135.87,0V337.12a95.51,95.51,0,1,0,191,0V159.74\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"backspace outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M135.19,390.14A28.79,28.79,0,0,0,156.87,400H403.13A29,29,0,0,0,432,371.13V140.87A29,29,0,0,0,403.13,112H156.87a28.84,28.84,0,0,0-21.67,9.84v0L46.33,256l88.86,134.11Z\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"336.67\" y1=\"192.33\" x2=\"206.66\" y2=\"322.34\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"336.67\" y1=\"322.34\" x2=\"206.66\" y2=\"192.33\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"336.67\" y1=\"192.33\" x2=\"206.66\" y2=\"322.34\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"336.67\" y1=\"322.34\" x2=\"206.66\" y2=\"192.33\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"backspace sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M144,96,32,256,144,416H448V96ZM359.3,322.34,336.67,345l-65-65-65,65L184,322.34l65-65-65-65,22.63-22.63,65,65,65-65,22.63,22.63-65,65Z\"/></svg></li><li title=\"backspace \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M403.13,96H156.87a44.9,44.9,0,0,0-33.68,15.27,15.88,15.88,0,0,0-1.91,2.7L32,247.75a16,16,0,0,0,0,16.5l89.15,133.57a16.24,16.24,0,0,0,2,2.88,44.89,44.89,0,0,0,33.7,15.3H403.13A44.92,44.92,0,0,0,448,371.13V140.87A44.92,44.92,0,0,0,403.13,96ZM348,311a16,16,0,1,1-22.63,22.62L271.67,280,218,333.65A16,16,0,0,1,195.35,311L249,257.33l-53.69-53.69A16,16,0,0,1,218,181l53.69,53.7L325.36,181A16,16,0,0,1,348,203.64l-53.7,53.69Z\"/></svg></li><li title=\"bag add outline \"><svg id=\"icons\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><line x1=\"256\" y1=\"256\" x2=\"256\" y2=\"384\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"32\"/><line x1=\"320\" y1=\"320\" x2=\"192\" y2=\"320\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"32\"/><path d=\"M80,176a16,16,0,0,0-16,16V408c0,30.24,25.76,56,56,56H392c30.24,0,56-24.51,56-54.75V192a16,16,0,0,0-16-16Z\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"32\" fill-rule=\"evenodd\"/><path d=\"M160,176V144a96,96,0,0,1,96-96h0a96,96,0,0,1,96,96v32\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"32\" fill-rule=\"evenodd\"/></svg></li><li title=\"bag add sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M460,160H372V148A116.13,116.13,0,0,0,258.89,32c-1,0-1.92,0-2.89,0s-1.93,0-2.89,0A116.13,116.13,0,0,0,140,148v12H52a4,4,0,0,0-4,4V464a16,16,0,0,0,16,16H448a16,16,0,0,0,16-16V164A4,4,0,0,0,460,160ZM180,149c0-41.84,33.41-76.56,75.25-77A76.08,76.08,0,0,1,332,148v12H180ZM336,336H272v64H240V336H176V304h64V240h32v64h64Z\"/></svg></li><li title=\"bag add \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M454.66,169.4A31.86,31.86,0,0,0,432,160H368V144a112,112,0,0,0-224,0v16H80a32,32,0,0,0-32,32V408c0,39,33,72,72,72H392a72.22,72.22,0,0,0,50.48-20.55A69.48,69.48,0,0,0,464,409.25V192A31.78,31.78,0,0,0,454.66,169.4ZM320,336H272v48a16,16,0,0,1-32,0V336H192a16,16,0,0,1,0-32h48V256a16,16,0,0,1,32,0v48h48a16,16,0,0,1,0,32Zm16-176H176V144a80,80,0,0,1,160,0Z\"/></svg></li><li title=\"bag check outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><polyline fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"32\" points=\"320 264 230.4 376 192 331.12\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"32\" fill-rule=\"evenodd\" d=\"M80,176a16,16,0,0,0-16,16V408c0,30.24,25.76,56,56,56H392c30.24,0,56-24.51,56-54.75V192a16,16,0,0,0-16-16Z\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"32\" fill-rule=\"evenodd\" d=\"M160,176V144a96,96,0,0,1,96-96h0a96,96,0,0,1,96,96v32\"/></svg></li><li title=\"bag check sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M460,160H372V148A116.13,116.13,0,0,0,258.89,32c-1,0-1.92,0-2.89,0s-1.93,0-2.89,0A116.13,116.13,0,0,0,140,148v12H52a4,4,0,0,0-4,4V464a16,16,0,0,0,16,16H448a16,16,0,0,0,16-16V164A4,4,0,0,0,460,160ZM180,149c0-41.84,33.41-76.56,75.25-77A76.08,76.08,0,0,1,332,148v12H180Zm50.81,252.12-61.37-71.72,24.31-20.81L230,350.91l87.51-109.4,25,20Z\"/></svg></li><li title=\"bag check \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M454.65,169.4A31.82,31.82,0,0,0,432,160H368V144a112,112,0,0,0-224,0v16H80a32,32,0,0,0-32,32V408c0,39,33,72,72,72H392a72.22,72.22,0,0,0,50.48-20.55A69.48,69.48,0,0,0,464,409.25V192A31.75,31.75,0,0,0,454.65,169.4ZM332.49,274l-89.6,112a16,16,0,0,1-12.23,6h-.26a16,16,0,0,1-12.16-5.6l-38.4-44.88a16,16,0,1,1,24.32-20.8L230,350.91,307.51,254a16,16,0,0,1,25,20ZM336,160H176V144a80,80,0,0,1,160,0Z\"/></svg></li><li title=\"bag handle outline \"><svg id=\"icons\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M80,176a16,16,0,0,0-16,16V408c0,30.24,25.76,56,56,56H392c30.24,0,56-24.51,56-54.75V192a16,16,0,0,0-16-16Z\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"32\"/><path d=\"M160,176V144a96,96,0,0,1,96-96h0a96,96,0,0,1,96,96v32\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"32\"/><path d=\"M160,224v16a96,96,0,0,0,96,96h0a96,96,0,0,0,96-96V224\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"32\"/></svg></li><li title=\"bag handle sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M460,160H372V148A116.13,116.13,0,0,0,258.89,32c-1,0-1.92,0-2.89,0s-1.93,0-2.89,0A116.13,116.13,0,0,0,140,148v12H52a4,4,0,0,0-4,4V464a16,16,0,0,0,16,16H448a16,16,0,0,0,16-16V164A4,4,0,0,0,460,160ZM180,149c0-41.84,33.41-76.56,75.25-77A76.08,76.08,0,0,1,332,148v12H180Zm188,91a112,112,0,0,1-224,0V208h32v32a80,80,0,0,0,160,0V208h32Z\"/></svg></li><li title=\"bag handle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M454.65,169.4A31.82,31.82,0,0,0,432,160H368V144a112,112,0,0,0-224,0v16H80a32,32,0,0,0-32,32V408c0,39,33,72,72,72H392a72.22,72.22,0,0,0,50.48-20.55A69.48,69.48,0,0,0,464,409.25V192A31.75,31.75,0,0,0,454.65,169.4ZM176,144a80,80,0,0,1,160,0v16H176Zm192,96a112,112,0,0,1-224,0V224a16,16,0,0,1,32,0v16a80,80,0,0,0,160,0V224a16,16,0,0,1,32,0Z\"/></svg></li><li title=\"bag outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"32\" fill-rule=\"evenodd\" d=\"M80,176a16,16,0,0,0-16,16V408c0,30.24,25.76,56,56,56H392c30.24,0,56-24.51,56-54.75V192a16,16,0,0,0-16-16Z\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"32\" fill-rule=\"evenodd\" d=\"M160,176V144a96,96,0,0,1,96-96h0a96,96,0,0,1,96,96v32\"/></svg></li><li title=\"bag remove outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><line fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"32\" x1=\"320\" y1=\"320\" x2=\"192\" y2=\"320\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"32\" fill-rule=\"evenodd\" d=\"M80,176a16,16,0,0,0-16,16V408c0,30.24,25.76,56,56,56H392c30.24,0,56-24.51,56-54.75V192a16,16,0,0,0-16-16Z\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"32\" fill-rule=\"evenodd\" d=\"M160,176V144a96,96,0,0,1,96-96h0a96,96,0,0,1,96,96v32\"/></svg></li><li title=\"bag remove sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M460,160H372V148A116.13,116.13,0,0,0,258.89,32c-1,0-1.92,0-2.89,0s-1.93,0-2.89,0A116.13,116.13,0,0,0,140,148v12H52a4,4,0,0,0-4,4V464a16,16,0,0,0,16,16H448a16,16,0,0,0,16-16V164A4,4,0,0,0,460,160ZM180,149c0-41.84,33.41-76.56,75.25-77A76.08,76.08,0,0,1,332,148v12H180ZM336,336H176V304H336Z\"/></svg></li><li title=\"bag remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M454.66,169.4A31.86,31.86,0,0,0,432,160H368V144a112,112,0,0,0-224,0v16H80a32,32,0,0,0-32,32V408c0,39,33,72,72,72H392a72.22,72.22,0,0,0,50.48-20.55A69.48,69.48,0,0,0,464,409.25V192A31.78,31.78,0,0,0,454.66,169.4ZM320,336H192a16,16,0,0,1,0-32H320a16,16,0,0,1,0,32Zm16-176H176V144a80,80,0,0,1,160,0Z\"/></svg></li><li title=\"bag sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M372,160V148A116.13,116.13,0,0,0,258.89,32c-1,0-1.92,0-2.89,0s-1.93,0-2.89,0A116.13,116.13,0,0,0,140,148v12H52a4,4,0,0,0-4,4V464a16,16,0,0,0,16,16H448a16,16,0,0,0,16-16V164a4,4,0,0,0-4-4Zm-40,0H180V149c0-41.84,33.41-76.56,75.25-77A76.08,76.08,0,0,1,332,148Z\"/></svg></li><li title=\"bag \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M454.65,169.4A31.82,31.82,0,0,0,432,160H368V144a112,112,0,0,0-224,0v16H80a32,32,0,0,0-32,32V408c0,39,33,72,72,72H392a72.22,72.22,0,0,0,50.48-20.55A69.48,69.48,0,0,0,464,409.25V192A31.75,31.75,0,0,0,454.65,169.4ZM176,144a80,80,0,0,1,160,0v16H176Z\"/></svg></li><li title=\"balloon outline \"><svg id=\"icons\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M414.11,153.82C429.66,264.4,345.85,357.09,282.54,366s-169.48-57.5-185-167.68a159.82,159.82,0,1,1,316.53-44.49Z\" fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"32\"/><path d=\"M236.06,308.05c-32.83-13-67.08-43.1-82.27-85.46\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-width=\"32\"/><path d=\"M367.7,495.78c-32.83-13-63.31-40.06-78.5-82.41\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-width=\"32\"/><polygon points=\"266.71 368.21 257.54 417.82 320.85 408.92 298.36 363.76 266.71 368.21\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"32\"/></svg></li><li title=\"balloon sharp \"><svg id=\"icons\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M391,307.27c32.75-46.35,46.59-101.63,39-155.68h0C416.47,55.59,327.38-11.54,231.38,2S68.24,104.53,81.73,200.53c7.57,53.89,36.12,103.16,80.37,138.74,26.91,21.64,57.59,36.1,86.05,41.33l-8.36,45.23a8,8,0,0,0,9,9.38L279,431c15.9,35.87,41.65,60.48,78.41,75l14.88,5.88,11.77-29.75-14.88-5.89c-26.35-10.42-44.48-26.16-57-49.92l21.84-3.07a8,8,0,0,0,6.05-11.49l-20.49-41.16C345.56,357.73,371.07,335.42,391,307.27ZM230.18,322.93c-41.26-16.32-76.3-52.7-91.45-94.94l-5.4-15.06,30.12-10.8,5.4,15.06c14.5,40.44,47.27,65.77,73.1,76l14.88,5.88-11.77,29.76Z\"/></svg></li><li title=\"balloon \"><svg id=\"icons\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M391,307.27c32.75-46.35,46.59-101.63,39-155.68A175.82,175.82,0,0,0,231.38,2c-96,13.49-163.14,102.58-149.65,198.58,7.57,53.89,36.12,103.16,80.37,138.74C186.68,359,214.41,372.82,240.72,379a8,8,0,0,1,6,9.22l-4.87,26.38a16.29,16.29,0,0,0,1.48,10.57,16,16,0,0,0,14.2,8.61,15.21,15.21,0,0,0,2.23-.16l17.81-2.5a2,2,0,0,1,2.09,1.14c16.72,36.31,45.46,63.85,82.15,78.36a16,16,0,0,0,21-9.65c2.83-8.18-1.64-17.07-9.68-20.28a118.57,118.57,0,0,1-59.3-51.88,2,2,0,0,1,1.45-3l7.4-1a16.54,16.54,0,0,0,10.08-5.23,16,16,0,0,0,2.39-17.8l-12.06-24.23A8,8,0,0,1,326.35,367C349.94,353.83,372.8,333,391,307.27Zm-154.9,16.78a16,16,0,0,1-5.88-1.12c-41.26-16.32-76.3-52.7-91.45-94.94a16,16,0,1,1,30.12-10.8c14.5,40.44,47.27,65.77,73.1,76a16,16,0,0,1-5.89,30.88Z\"/></svg></li><li title=\"ban outline \"><svg id=\"icons\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><circle cx=\"256\" cy=\"256\" r=\"208\" fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"32\"/><line x1=\"108.92\" y1=\"108.92\" x2=\"403.08\" y2=\"403.08\" fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"32\"/></svg></li><li title=\"ban sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M414.39,97.61A224,224,0,1,0,97.61,414.39,224,224,0,1,0,414.39,97.61ZM432,256a175.09,175.09,0,0,1-35.8,106.26L149.74,115.8A175.09,175.09,0,0,1,256,80C353.05,80,432,159,432,256ZM80,256a175.09,175.09,0,0,1,35.8-106.26L362.26,396.2A175.09,175.09,0,0,1,256,432C159,432,80,353.05,80,256Z\"/></svg></li><li title=\"ban \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><circle fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"48\" cx=\"256\" cy=\"256\" r=\"200\"/><line stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"48\" x1=\"114.58\" y1=\"114.58\" x2=\"397.42\" y2=\"397.42\"/></svg></li><li title=\"bandage outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><rect x=\"-24.43\" y=\"167.88\" width=\"560.87\" height=\"176.25\" rx=\"88.12\" ry=\"88.12\" transform=\"translate(-106.04 256) rotate(-45)\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><rect x=\"169.41\" y=\"156.59\" width=\"176\" height=\"196\" rx=\"32\" ry=\"32\" transform=\"translate(255.41 -107.45) rotate(45)\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><circle cx=\"256\" cy=\"208\" r=\"16\"/><circle cx=\"304\" cy=\"256\" r=\"16\"/><circle cx=\"208\" cy=\"256\" r=\"16\"/><circle cx=\"256\" cy=\"304\" r=\"16\"/></svg></li><li title=\"bandage sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M27.71,337.1a40,40,0,0,0,0,56.54l90.65,90.65h0a40,40,0,0,0,56.54,0l75.1-75.1L102.81,262Z\"/><path d=\"M496,147.1a39.87,39.87,0,0,0-11.75-28.38l-91-91a40.14,40.14,0,0,0-56.75,0L264,100.28,411.72,248l72.53-72.53A39.85,39.85,0,0,0,496,147.1Z\"/><path d=\"M273.06,386.19l116-116L241.77,123l-116,116Zm19.63-141.5a16,16,0,1,1,0,22.62A16,16,0,0,1,292.69,244.69Zm-48-48a16,16,0,1,1,0,22.62A16,16,0,0,1,244.69,196.69Zm0,96a16,16,0,1,1,0,22.62A16,16,0,0,1,244.69,292.69Zm-25.38-48a16,16,0,1,1-22.62,0A16,16,0,0,1,219.31,244.69Z\"/></svg></li><li title=\"bandage \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M275.8,157a16,16,0,0,0-22.63,0l-93.34,93.34a16,16,0,0,0,0,22.63l79.2,79.2h0a16,16,0,0,0,22.63,0L355,258.83a16,16,0,0,0,0-22.63Z\" style=\"fill:none\"/><path d=\"M137.21,295.6a47.81,47.81,0,0,1-9.43-13.38L69,341a72.2,72.2,0,0,0,0,102h0a72.37,72.37,0,0,0,102,0l58.77-58.76a47.81,47.81,0,0,1-13.38-9.43Z\" style=\"fill:none\"/><path d=\"M392,48a71.55,71.55,0,0,0-51,21l-55.92,55.91a48.05,48.05,0,0,1,13.36,9.45l79.19,79.19a48.05,48.05,0,0,1,9.45,13.36L443,171A72,72,0,0,0,392,48Z\" style=\"fill:none\"/><path d=\"M275.8,157a16,16,0,0,0-22.63,0l-93.34,93.34a16,16,0,0,0,0,22.63l79.2,79.2h0a16,16,0,0,0,22.63,0L355,258.83a16,16,0,0,0,0-22.63ZM219.31,267.31a16,16,0,1,1,0-22.62A16,16,0,0,1,219.31,267.31Zm48,48a16,16,0,1,1,0-22.62A16,16,0,0,1,267.31,315.31Zm0-96a16,16,0,1,1,0-22.62A16,16,0,0,1,267.31,219.31Zm48,48a16,16,0,1,1,0-22.62A16,16,0,0,1,315.31,267.31Z\"/><path d=\"M465.61,46.39a104.38,104.38,0,0,0-147.25,0L248.6,116.28a4,4,0,0,0,4.2,6.58,35.74,35.74,0,0,1,11.69-2.54,47.7,47.7,0,0,1,33.94,14.06l79.19,79.19a47.7,47.7,0,0,1,14.06,33.94,35.68,35.68,0,0,1-2.54,11.69,4,4,0,0,0,6.58,4.2l69.89-69.76a104.38,104.38,0,0,0,0-147.25Z\"/><path d=\"M254.34,386.83a47.91,47.91,0,0,1-33.94-14L141.21,293.6a47.81,47.81,0,0,1-9.43-13.38c-4.59-9.7-1.39-25,2.48-36.9a4,4,0,0,0-6.64-4L50.39,316.36A104.12,104.12,0,0,0,197.64,463.61l72.75-72.88a4,4,0,0,0-4.21-6.58C262,385.73,257.78,386.83,254.34,386.83Z\"/></svg></li><li title=\"bar chart outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M32,32V464a16,16,0,0,0,16,16H480\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><rect x=\"96\" y=\"224\" width=\"80\" height=\"192\" rx=\"20\" ry=\"20\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><rect x=\"240\" y=\"176\" width=\"80\" height=\"240\" rx=\"20\" ry=\"20\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><rect x=\"383.64\" y=\"112\" width=\"80\" height=\"304\" rx=\"20\" ry=\"20\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"bar chart sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polygon points=\"496 496 16 496 16 16 48 16 48 464 496 464 496 496\"/><path d=\"M192,432H80V208H192Z\"/><path d=\"M336,432H224V160H336Z\"/><path d=\"M479.64,432h-112V96h112Z\"/></svg></li><li title=\"bar chart \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M480,496H48a32,32,0,0,1-32-32V32a16,16,0,0,1,32,0V464H480a16,16,0,0,1,0,32Z\"/><path d=\"M156,432H116a36,36,0,0,1-36-36V244a36,36,0,0,1,36-36h40a36,36,0,0,1,36,36V396A36,36,0,0,1,156,432Z\"/><path d=\"M300,432H260a36,36,0,0,1-36-36V196a36,36,0,0,1,36-36h40a36,36,0,0,1,36,36V396A36,36,0,0,1,300,432Z\"/><path d=\"M443.64,432h-40a36,36,0,0,1-36-36V132a36,36,0,0,1,36-36h40a36,36,0,0,1,36,36V396A36,36,0,0,1,443.64,432Z\"/></svg></li><li title=\"barbell outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><line x1=\"48\" y1=\"256\" x2=\"464\" y2=\"256\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><rect x=\"384\" y=\"128\" width=\"32\" height=\"256\" rx=\"16\" ry=\"16\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><rect x=\"96\" y=\"128\" width=\"32\" height=\"256\" rx=\"16\" ry=\"16\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><rect x=\"32\" y=\"192\" width=\"16\" height=\"128\" rx=\"8\" ry=\"8\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><rect x=\"464\" y=\"192\" width=\"16\" height=\"128\" rx=\"8\" ry=\"8\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"barbell sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polygon points=\"496 176 438 176 438 112 362 112 362 234 150 234 150 112 74 112 74 176 16 176 16 336 74 336 74 400 150 400 150 278 362 278 362 400 438 400 438 336 496 336 496 176\"/></svg></li><li title=\"barbell \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M467,176a29.94,29.94,0,0,0-25.32,12.5,2,2,0,0,1-3.64-1.14V150.71c0-20.75-16.34-38.21-37.08-38.7A38,38,0,0,0,362,150v82a2,2,0,0,1-2,2H152a2,2,0,0,1-2-2V150.71c0-20.75-16.34-38.21-37.08-38.7A38,38,0,0,0,74,150v37.38a2,2,0,0,1-3.64,1.14A29.94,29.94,0,0,0,45,176c-16.3.51-29,14.31-29,30.62v98.72c0,16.31,12.74,30.11,29,30.62a29.94,29.94,0,0,0,25.32-12.5A2,2,0,0,1,74,324.62v36.67C74,382,90.34,399.5,111.08,400A38,38,0,0,0,150,362V280a2,2,0,0,1,2-2H360a2,2,0,0,1,2,2v81.29c0,20.75,16.34,38.21,37.08,38.7A38,38,0,0,0,438,362V324.62a2,2,0,0,1,3.64-1.14A29.94,29.94,0,0,0,467,336c16.3-.51,29-14.31,29-30.62V206.64C496,190.33,483.26,176.53,467,176Z\"/></svg></li><li title=\"barcode outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M384,400.33l35.13-.33A29,29,0,0,0,448,371.13V140.87A29,29,0,0,0,419.13,112l-35.13.33\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M128,112l-36.8.33c-15.88,0-27.2,13-27.2,28.87V371.47c0,15.87,11.32,28.86,27.2,28.86L128,400\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"384\" y1=\"192\" x2=\"384\" y2=\"320\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"320\" y1=\"160\" x2=\"320\" y2=\"352\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"256\" y1=\"176\" x2=\"256\" y2=\"336\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"192\" y1=\"160\" x2=\"192\" y2=\"352\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"128\" y1=\"192\" x2=\"128\" y2=\"320\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"barcode sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"400 400.33 448 400 448 112 400 112.33\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-linejoin:round;stroke-width:32px\"/><polyline points=\"112 112 64 112.33 64 400.33 112 400\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"384\" y1=\"192\" x2=\"384\" y2=\"320\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"320\" y1=\"160\" x2=\"320\" y2=\"352\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"256\" y1=\"176\" x2=\"256\" y2=\"336\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"192\" y1=\"160\" x2=\"192\" y2=\"352\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"128\" y1=\"192\" x2=\"128\" y2=\"320\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"barcode \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M419.13,96H419l-35.05.33L128,96h-.16l-36.74.33C66.93,96.38,48,116.07,48,141.2V371.47c0,25.15,19,44.86,43.2,44.86h.15l36.71-.33,255.92.33h.17l35.07-.33A44.91,44.91,0,0,0,464,371.13V140.87A44.92,44.92,0,0,0,419.13,96ZM144,320a16,16,0,0,1-32,0V192a16,16,0,0,1,32,0Zm64,32a16,16,0,0,1-32,0V160a16,16,0,0,1,32,0Zm64-16a16,16,0,0,1-32,0V176a16,16,0,0,1,32,0Zm64,16a16,16,0,0,1-32,0V160a16,16,0,0,1,32,0Zm64-32a16,16,0,0,1-32,0V192a16,16,0,0,1,32,0Z\"/></svg></li><li title=\"baseball outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><line x1=\"294.25\" y1=\"108.6\" x2=\"233.68\" y2=\"126.19\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"317.13\" y1=\"156.11\" x2=\"265.63\" y2=\"192.51\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"355.89\" y1=\"194.87\" x2=\"319.49\" y2=\"246.37\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"403.4\" y1=\"217.75\" x2=\"385.81\" y2=\"278.32\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><circle cx=\"256\" cy=\"256\" r=\"192\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M432.94,255.05A192,192,0,0,1,256.63,74.35\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"108.54\" y1=\"294.31\" x2=\"126.13\" y2=\"233.74\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"156.05\" y1=\"317.19\" x2=\"192.45\" y2=\"265.69\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"194.81\" y1=\"355.95\" x2=\"246.31\" y2=\"319.55\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"217.69\" y1=\"403.46\" x2=\"278.26\" y2=\"385.87\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M255,433.61A192,192,0,0,0,74.29,256.69\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"baseball sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M302.16,56.2a13.88,13.88,0,0,1-3.42,8.91l-.11,5.13-27.71-.57c0,1.3.09,2.61.16,3.91h0a177.33,177.33,0,0,0,3.45,26.31l24.72-7.18,7.81,26.88-24.71,7.18a177.21,177.21,0,0,0,13.34,27.69l21.27-15,16.16,22.86-21.29,15.05q5.25,6.33,11.11,12.19c3.91,3.91,8,7.6,12.2,11.1l15.71-22.22,22.86,16.16L358,216.75a178.78,178.78,0,0,0,27.68,13.32l7.49-25.8,26.89,7.81-7.5,25.83a177.8,177.8,0,0,0,31,3.67l-.41-24.67,17.41-.29A208,208,0,0,0,301.82,52.93,13.65,13.65,0,0,1,302.16,56.2Z\"/><path d=\"M214,441.64l27.91.49a177.46,177.46,0,0,0-3.62-29.95l-24.14,7-7.81-26.88,24.11-7a177.92,177.92,0,0,0-13.33-27.68L196.79,372l-16.16-22.86L201,334.73c-3.49-4.22-7.19-8.3-11.09-12.2s-8-7.62-12.19-11.12l-13.91,19.68L141,314.93l13.9-19.66a177.26,177.26,0,0,0-27.7-13.33l-6.37,21.94-26.89-7.81,6.38-22A177.32,177.32,0,0,0,74,270.67c-1.59-.09-3.18-.16-4.78-.2l.4,22.34-17.71.32A207.88,207.88,0,0,0,213.72,459.61Z\"/><path d=\"M444.65,302.67l-.55-33.06a206,206,0,0,1-39.33-4.74L397,291.8,370.06,284l7.83-27a206.91,206.91,0,0,1-36.06-17.35l-16.36,23.15-22.86-16.16,16.33-23.11a204.21,204.21,0,0,1-30-30L266.75,209.2l-16.16-22.87,22.17-15.67a206,206,0,0,1-17.38-36.06l-25.75,7.48-7.81-26.89,25.73-7.47q-2-9.21-3.18-18.64l-.47,0-.78-14h0l-.33-6-17.94-.32a13.38,13.38,0,0,1-1.79-.16l-6.35-.13.06-2.47a14,14,0,0,1-5.66-11.49,13.27,13.27,0,0,1,.13-1.67A208,208,0,0,0,52.16,217.43l16.1-.28.45,25.18,6.83.38,14,.77,0,.48q9.42,1.17,18.64,3.18l6.68-23L141.7,232,135,255a205.3,205.3,0,0,1,36.06,17.38l14.53-20.56L208.47,268,194,288.5a203.5,203.5,0,0,1,30,30l21.3-15,16.16,22.86L240.1,341.41a206.86,206.86,0,0,1,17.34,36.06l25.27-7.33L290.52,397l-25.24,7.33A205.9,205.9,0,0,1,270,442.63l29.42.53-.29,16.48a207.94,207.94,0,0,0,160-157.21Z\"/></svg></li><li title=\"baseball \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M444,295.67l-.47-26.07a205.42,205.42,0,0,1-39.27-4.73l-5,17.35a14,14,0,1,1-26.88-7.81l5-17.38a206.47,206.47,0,0,1-36.05-17.35l-10.44,14.77a14,14,0,0,1-22.87-16.16l10.41-14.73a204.8,204.8,0,0,1-30-30L273.71,204a14,14,0,0,1-16.16-22.87l14.74-10.42a205.3,205.3,0,0,1-17.38-36.06l-17.32,5a14,14,0,1,1-7.81-26.89l17.3-5a205.88,205.88,0,0,1-4.43-32.59h0q-.17-3-.24-6l-18.22-.33a14,14,0,0,1-13.74-14A208,208,0,0,0,55,202.42a16,16,0,0,1,15,15.66l.44,24.43c1.58.05,3.16.11,4.73.2a205.88,205.88,0,0,1,32.59,4.43l5-17.3a14,14,0,0,1,26.89,7.81l-5,17.32a205.21,205.21,0,0,1,36,17.38L181,257.61a14,14,0,0,1,22.87,16.16L193.48,288.5a205.65,205.65,0,0,1,15.79,14.23,203.79,203.79,0,0,1,14.23,15.79l14.73-10.41A14,14,0,0,1,254.39,331l-14.76,10.43A206.86,206.86,0,0,1,257,377.47l17.38-5.05a14,14,0,0,1,7.81,26.89l-17.35,5a205.89,205.89,0,0,1,4.7,38.28l18.27.33a16,16,0,0,1,15.71,16.28,11.69,11.69,0,0,1-.08,1.19A208,208,0,0,0,456.83,309.36,14,14,0,0,1,444,295.67Z\"/><path d=\"M301.49,56.2A14,14,0,0,1,287.5,70h-.25l-16.81-.3c.05,1.31.1,2.62.17,3.93h0a178.83,178.83,0,0,0,3.44,26.31l16.29-4.74A14,14,0,0,1,298.15,122l-16.27,4.73a178.06,178.06,0,0,0,13.33,27.69l13.84-9.78a14,14,0,1,1,16.16,22.87l-13.86,9.79q5.25,6.33,11.12,12.19c3.9,3.91,8,7.6,12.2,11.1l9.78-13.84A14,14,0,1,1,367.32,203l-9.76,13.8a178.83,178.83,0,0,0,27.68,13.33L390,213.85a14,14,0,0,1,26.89,7.81l-4.73,16.26a177.72,177.72,0,0,0,30.95,3.65l-.16-9a14,14,0,0,1,13.75-14.24h.25a14.67,14.67,0,0,1,2.59.25,208,208,0,0,0-158-163.51C301.48,55.47,301.5,55.83,301.49,56.2Z\"/><path d=\"M208.44,457.55a16,16,0,0,1,16.28-15.71l16.76.29a178.49,178.49,0,0,0-3.62-29.95L221.6,416.9A14,14,0,1,1,213.79,390L230,385.3a177.92,177.92,0,0,0-13.33-27.68l-13.8,9.76a14,14,0,1,1-16.16-22.87l13.84-9.78c-3.5-4.22-7.19-8.3-11.1-12.2s-8-7.62-12.19-11.12l-9.79,13.86a14,14,0,1,1-22.87-16.16l9.78-13.84a177.16,177.16,0,0,0-27.69-13.33L122,298.21A14,14,0,1,1,95.1,290.4l4.73-16.29a177.32,177.32,0,0,0-26.31-3.44c-.89-.05-1.79-.08-2.68-.12L71,281.14a16,16,0,0,1-15.71,16.28H55a16,16,0,0,1-3.94-.51A208,208,0,0,0,208.71,460.78,15.72,15.72,0,0,1,208.44,457.55Z\"/></svg></li><li title=\"basket outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M68.4,192A20.38,20.38,0,0,0,48,212.2a17.87,17.87,0,0,0,.8,5.5L100.5,400a40.46,40.46,0,0,0,39.1,29.5H372.4A40.88,40.88,0,0,0,411.7,400l51.7-182.3.6-5.5A20.38,20.38,0,0,0,443.6,192H68.4ZM261.72,352.07A42.07,42.07,0,1,1,304,310,42.27,42.27,0,0,1,261.72,352.07Z\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/><polyline points=\"160 192 256 64 352 192\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"basket sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M339.2,217.6,256,106.67,172.8,217.6l-25.6-19.2,96-128a16,16,0,0,1,25.6,0l96,128Z\"/><path d=\"M441.59,192H70.41a12,12,0,0,0-11.68,14.77L112.59,434H399.41l53.86-227.23A12,12,0,0,0,441.59,192ZM256,351.66A37.71,37.71,0,1,1,293.89,314,37.88,37.88,0,0,1,256,351.66Z\"/></svg></li><li title=\"basket \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M424.11,192H360L268.8,70.4a16,16,0,0,0-25.6,0L152,192H87.89a32.57,32.57,0,0,0-32.62,32.44,30.3,30.3,0,0,0,1.31,9l46.27,163.14a50.72,50.72,0,0,0,48.84,36.91H360.31a51.21,51.21,0,0,0,49-36.86l46.33-163.36a15.62,15.62,0,0,0,.46-2.36l.53-4.93a13.3,13.3,0,0,0,.09-1.55A32.57,32.57,0,0,0,424.11,192ZM256,106.67,320,192H192Zm0,245a37.7,37.7,0,1,1,37.88-37.7A37.87,37.87,0,0,1,256,351.63Z\"/></svg></li><li title=\"basketball outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><circle cx=\"256\" cy=\"256\" r=\"192\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M432.94,255.05A192,192,0,0,1,256.63,74.35\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M255,433.61A192,192,0,0,0,74.29,256.69\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"120.24\" y1=\"120.24\" x2=\"391.76\" y2=\"391.76\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"120.24\" y1=\"391.76\" x2=\"391.76\" y2=\"120.24\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"basketball sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,233.37l34.45-34.45A207.08,207.08,0,0,1,240.33,63.67c0-5,.19-10.05.54-15A207.09,207.09,0,0,0,120.67,98Z\"/><path d=\"M313.14,176.23,391.33,98A207.07,207.07,0,0,0,273,48.8c-.41,4.9-.64,9.86-.64,14.87A175.25,175.25,0,0,0,313.14,176.23Z\"/><path d=\"M335.77,198.86a175.25,175.25,0,0,0,112.56,40.81c5,0,10-.23,14.87-.64A207.07,207.07,0,0,0,414,120.67Z\"/><path d=\"M176.23,313.14A175.23,175.23,0,0,0,63.67,272.33q-7.52,0-14.87.64A207.07,207.07,0,0,0,98,391.33Z\"/><path d=\"M256,278.63l-34.45,34.45a207.08,207.08,0,0,1,50.12,135.25c0,5-.19,10.05-.54,15A207.06,207.06,0,0,0,391.33,414Z\"/><path d=\"M448.33,271.67a207.08,207.08,0,0,1-135.25-50.12L278.63,256,414,391.33a207.09,207.09,0,0,0,49.39-120.2C458.38,271.48,453.37,271.67,448.33,271.67Z\"/><path d=\"M233.37,256,98,120.67a207.06,207.06,0,0,0-49.39,120.2c5-.35,10-.54,15-.54a207.08,207.08,0,0,1,135.25,50.12Z\"/><path d=\"M120.67,414A207.07,207.07,0,0,0,239,463.2q.63-7.35.64-14.87a175.23,175.23,0,0,0-40.81-112.56Z\"/></svg></li><li title=\"basketball \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,233.37l34.45-34.45A207.08,207.08,0,0,1,240.33,63.67c0-5,.19-10.05.54-15A207.09,207.09,0,0,0,120.67,98Z\"/><path d=\"M313.14,176.23,391.33,98A207.07,207.07,0,0,0,273,48.8c-.41,4.9-.64,9.86-.64,14.87A175.25,175.25,0,0,0,313.14,176.23Z\"/><path d=\"M335.77,198.86a175.25,175.25,0,0,0,112.56,40.81c5,0,10-.23,14.87-.64A207.07,207.07,0,0,0,414,120.67Z\"/><path d=\"M176.23,313.14A175.23,175.23,0,0,0,63.67,272.33q-7.52,0-14.87.64A207.07,207.07,0,0,0,98,391.33Z\"/><path d=\"M256,278.63l-34.45,34.45a207.08,207.08,0,0,1,50.12,135.25c0,5-.19,10.05-.54,15A207.06,207.06,0,0,0,391.33,414Z\"/><path d=\"M448.33,271.67a207.08,207.08,0,0,1-135.25-50.12L278.63,256,414,391.33a207.09,207.09,0,0,0,49.39-120.2C458.38,271.48,453.37,271.67,448.33,271.67Z\"/><path d=\"M233.37,256,98,120.67a207.06,207.06,0,0,0-49.39,120.2c5-.35,10-.54,15-.54a207.08,207.08,0,0,1,135.25,50.12Z\"/><path d=\"M120.67,414A207.07,207.07,0,0,0,239,463.2q.63-7.35.64-14.87a175.23,175.23,0,0,0-40.81-112.56Z\"/></svg></li><li title=\"battery charging outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M48,322.3V189.7A29.74,29.74,0,0,1,77.7,160H215.14l24.4-32H77.7A61.77,61.77,0,0,0,16,189.7V322.3A61.77,61.77,0,0,0,77.7,384h96.85a22.57,22.57,0,0,1,.26-7.32l.15-.75.21-.73,6.5-23.2H77.7A29.74,29.74,0,0,1,48,322.3Z\"/><path d=\"M386.3,128H287.66a22.69,22.69,0,0,1-.27,7.2l-.15.74-.21.73L280.49,160H386.3A29.74,29.74,0,0,1,416,189.7V322.3A29.74,29.74,0,0,1,386.3,352H247l-24.42,32H386.3A61.77,61.77,0,0,0,448,322.3V189.7A61.77,61.77,0,0,0,386.3,128Z\"/><path d=\"M162.65,294.16a24.37,24.37,0,0,1-21.56-13,25,25,0,0,1,1.42-25.83l.31-.46.33-.44L197.62,183H89.69a20,20,0,0,0-20,20V309a20,20,0,0,0,20,20h98.42l9.78-34.86Z\"/><path d=\"M276.07,280.89l27.07-35.49a5.2,5.2,0,0,0,.77-1.91,5,5,0,0,0,.08-.66,5,5,0,0,0-.08-1.29,5.11,5.11,0,0,0-.68-1.75,4.76,4.76,0,0,0-.78-.95,3.48,3.48,0,0,0-.48-.38,4,4,0,0,0-1.11-.55,4.28,4.28,0,0,0-1.31-.2H237.93l12.12-43.21L253.28,183l6.21-22.16L260,159l7.79-27.76h0a3.51,3.51,0,0,0,.05-.55c0-.06,0-.11,0-.16s0-.26-.05-.38,0-.09,0-.14a2.2,2.2,0,0,0-.17-.45h0a3.77,3.77,0,0,0-.26-.39l-.09-.1a2.73,2.73,0,0,0-.25-.23l-.1-.08a3.14,3.14,0,0,0-.39-.24h0a2,2,0,0,0-.41-.14l-.13,0-.33,0h-.13a2.3,2.3,0,0,0-.45,0h0a1.9,1.9,0,0,0-.42.15l-.13.07-.3.21-.11.1a2.4,2.4,0,0,0-.36.41h0l-18,23.63-13.14,17.22L222.77,183l-63.71,83.55a5.72,5.72,0,0,0-.44.8,4.78,4.78,0,0,0-.35,1.09,4.7,4.7,0,0,0-.08,1.29,4.86,4.86,0,0,0,2,3.71,4.74,4.74,0,0,0,.54.31,4.31,4.31,0,0,0,1.89.43h61.62L194.42,380.6a3.64,3.64,0,0,0,0,.56s0,.1,0,.15a2.32,2.32,0,0,0,.06.38.58.58,0,0,0,0,.14,2.2,2.2,0,0,0,.17.45h0a3.62,3.62,0,0,0,.26.38l.09.1.25.24a.39.39,0,0,1,.1.08,2.22,2.22,0,0,0,.39.23h0a2.83,2.83,0,0,0,.41.14l.13,0a1.86,1.86,0,0,0,.33,0h.13a2.32,2.32,0,0,0,.45-.06h0a2.05,2.05,0,0,0,.41-.16l.13-.07.3-.21.11-.09a2.4,2.4,0,0,0,.36-.41h0L221.82,352l17.53-23Z\"/><path d=\"M319.5,256.93l-.46.6L264.51,329h109.8a20,20,0,0,0,20-20V203a20,20,0,0,0-20-20H274.05l-9.74,34.73h35.24A24.35,24.35,0,0,1,321,230.5a25.21,25.21,0,0,1-1,25.79Z\"/><path d=\"M480,202.67a16,16,0,0,0-16,16v74.66a16,16,0,0,0,32,0V218.67A16,16,0,0,0,480,202.67Z\"/></svg></li><li title=\"battery charging sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M306.68,237.62h-66.5l15.33-54.7L261.94,160,265.88,146l4.29-15.33h0a3.56,3.56,0,0,0,.06-.44c0-.06,0-.12,0-.19a1.85,1.85,0,0,0,0-.23,2,2,0,0,0,0-.24l0-.14c0-.1-.07-.19-.11-.29l0-.05a2.33,2.33,0,0,0-2-1.35h-.1a2.25,2.25,0,0,0-1.8,1h0l-12.5,17.15L234.9,171.44l-8.36,11.48-35.41,48.6L160,274.26h66.44l-30,107a3.93,3.93,0,0,0-.06.48s0,.06,0,.1a1.94,1.94,0,0,0,0,.34.29.29,0,0,0,0,.09,3,3,0,0,0,.07.32l0,.06a1.83,1.83,0,0,0,.14.32v0a2.38,2.38,0,0,0,1.52,1.16l.11,0,.33,0h.13a2.1,2.1,0,0,0,1.31-.5l.06-.05a2.6,2.6,0,0,0,.42-.45h0L223.3,352l13-17.82Z\"/><path d=\"M289.78,134.55l-.14.74-.21.73-6.72,24H417V352H248.05l-23.33,32H449V128H290.13A22.62,22.62,0,0,1,289.78,134.55Z\"/><path d=\"M49,160H218.49l23.31-32H17V384H176.49a22.73,22.73,0,0,1,.34-6.67l.15-.75.2-.73L183.87,352H49Z\"/><polygon points=\"264.76 329.08 395.31 329.08 395.31 182.92 276.28 182.92 266.55 217.62 306.68 217.62 346 217.62 322.84 249.4 264.76 329.08\"/><polygon points=\"160 294.26 120.69 294.26 143.84 262.48 201.79 182.92 70.69 182.92 70.69 329.08 190.29 329.08 200.06 294.26 160 294.26\"/><rect x=\"465\" y=\"202.67\" width=\"32\" height=\"106.67\"/></svg></li><li title=\"battery charging \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M48,322.3V189.7A29.74,29.74,0,0,1,77.7,160H215.14l24.4-32H77.7A61.77,61.77,0,0,0,16,189.7V322.3A61.77,61.77,0,0,0,77.7,384h96.85a22.57,22.57,0,0,1,.26-7.32l.15-.75.21-.73,6.5-23.2H77.7A29.74,29.74,0,0,1,48,322.3Z\"/><path d=\"M386.3,128H287.66a22.69,22.69,0,0,1-.27,7.2l-.15.74-.21.73L280.49,160H386.3A29.74,29.74,0,0,1,416,189.7V322.3A29.74,29.74,0,0,1,386.3,352H247l-24.42,32H386.3A61.77,61.77,0,0,0,448,322.3V189.7A61.77,61.77,0,0,0,386.3,128Z\"/><path d=\"M162.65,294.16a24.37,24.37,0,0,1-21.56-13,25,25,0,0,1,1.42-25.83l.31-.46.33-.44L197.62,183H89.69a20,20,0,0,0-20,20V309a20,20,0,0,0,20,20h98.42l9.78-34.86Z\"/><path d=\"M276.07,280.89l27.07-35.49a5.2,5.2,0,0,0,.77-1.91,5,5,0,0,0,.08-.66,5,5,0,0,0-.08-1.29,5.11,5.11,0,0,0-.68-1.75,4.76,4.76,0,0,0-.78-.95,3.48,3.48,0,0,0-.48-.38,4,4,0,0,0-1.11-.55,4.28,4.28,0,0,0-1.31-.2H237.93l12.12-43.21L253.28,183l6.21-22.16L260,159l7.79-27.76h0a3.51,3.51,0,0,0,.05-.55c0-.06,0-.11,0-.16s0-.26-.05-.38,0-.09,0-.14a2.2,2.2,0,0,0-.17-.45h0a3.77,3.77,0,0,0-.26-.39l-.09-.1a2.73,2.73,0,0,0-.25-.23l-.1-.08a3.14,3.14,0,0,0-.39-.24h0a2,2,0,0,0-.41-.14l-.13,0-.33,0h-.13a2.3,2.3,0,0,0-.45,0h0a1.9,1.9,0,0,0-.42.15l-.13.07-.3.21-.11.1a2.4,2.4,0,0,0-.36.41h0l-18,23.63-13.14,17.22L222.77,183l-63.71,83.55a5.72,5.72,0,0,0-.44.8,4.78,4.78,0,0,0-.35,1.09,4.7,4.7,0,0,0-.08,1.29,4.86,4.86,0,0,0,2,3.71,4.74,4.74,0,0,0,.54.31,4.31,4.31,0,0,0,1.89.43h61.62L194.42,380.6a3.64,3.64,0,0,0,0,.56s0,.1,0,.15a2.32,2.32,0,0,0,.06.38.58.58,0,0,0,0,.14,2.2,2.2,0,0,0,.17.45h0a3.62,3.62,0,0,0,.26.38l.09.1.25.24a.39.39,0,0,1,.1.08,2.22,2.22,0,0,0,.39.23h0a2.83,2.83,0,0,0,.41.14l.13,0a1.86,1.86,0,0,0,.33,0h.13a2.32,2.32,0,0,0,.45-.06h0a2.05,2.05,0,0,0,.41-.16l.13-.07.3-.21.11-.09a2.4,2.4,0,0,0,.36-.41h0L221.82,352l17.53-23Z\"/><path d=\"M319.5,256.93l-.46.6L264.51,329h109.8a20,20,0,0,0,20-20V203a20,20,0,0,0-20-20H274.05l-9.74,34.73h35.24A24.35,24.35,0,0,1,321,230.5a25.21,25.21,0,0,1-1,25.79Z\"/><path d=\"M480,202.67a16,16,0,0,0-16,16v74.66a16,16,0,0,0,32,0V218.67A16,16,0,0,0,480,202.67Z\"/></svg></li><li title=\"battery dead outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><rect x=\"31\" y=\"144\" width=\"400\" height=\"224\" rx=\"45.7\" ry=\"45.7\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/><line x1=\"479\" y1=\"218.67\" x2=\"479\" y2=\"293.33\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"battery dead sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><rect x=\"32\" y=\"144\" width=\"400\" height=\"224\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/><line x1=\"480\" y1=\"218.67\" x2=\"480\" y2=\"293.33\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"battery dead \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><rect x=\"31\" y=\"144\" width=\"400\" height=\"224\" rx=\"45.7\" ry=\"45.7\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/><line x1=\"479\" y1=\"218.67\" x2=\"479\" y2=\"293.33\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"battery full outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><rect x=\"32\" y=\"144\" width=\"400\" height=\"224\" rx=\"45.7\" ry=\"45.7\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/><rect x=\"85.69\" y=\"198.93\" width=\"292.63\" height=\"114.14\" rx=\"4\" ry=\"4\" style=\"stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/><line x1=\"480\" y1=\"218.67\" x2=\"480\" y2=\"293.33\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"battery full sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M17,384H449V128H17ZM49,160H417V352H49Z\"/><rect x=\"70.69\" y=\"182.94\" width=\"324.63\" height=\"146.13\"/><rect x=\"465\" y=\"202.67\" width=\"32\" height=\"106.67\"/></svg></li><li title=\"battery full \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><rect x=\"32\" y=\"144\" width=\"400\" height=\"224\" rx=\"45.7\" ry=\"45.7\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/><rect x=\"85.69\" y=\"198.93\" width=\"292.63\" height=\"114.14\" rx=\"4\" ry=\"4\" style=\"stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/><line x1=\"480\" y1=\"218.67\" x2=\"480\" y2=\"293.33\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"battery half outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><rect x=\"32\" y=\"144\" width=\"400\" height=\"224\" rx=\"45.7\" ry=\"45.7\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/><rect x=\"85.69\" y=\"198.93\" width=\"154.31\" height=\"114.13\" rx=\"4\" ry=\"4\" style=\"stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/><line x1=\"480\" y1=\"218.67\" x2=\"480\" y2=\"293.33\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"battery half sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M17,384H449V128H17ZM49,160H417V352H49Z\"/><rect x=\"70.69\" y=\"182.92\" width=\"185.31\" height=\"146.16\"/><rect x=\"465\" y=\"202.67\" width=\"32\" height=\"106.67\"/></svg></li><li title=\"battery half \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><rect x=\"32\" y=\"144\" width=\"400\" height=\"224\" rx=\"45.7\" ry=\"45.7\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/><rect x=\"85.69\" y=\"198.93\" width=\"154.31\" height=\"114.13\" rx=\"4\" ry=\"4\" style=\"stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/><line x1=\"480\" y1=\"218.67\" x2=\"480\" y2=\"293.33\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"beaker outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M445.2,48.05,398,48H128C73.7,48,64,83.7,64,96c30.3,4.2,48,8,48,40V400A64,64,0,0,0,176,464H368a64,64,0,0,0,64-64V96c0-19,11.5-38.35,12.6-40,1.2-1.9,3.4-4.4,3.4-5.5S447.7,48.05,445.2,48.05Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"112\" y1=\"176\" x2=\"432\" y2=\"176\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"beaker sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M453.55,54.7,464,32l-335.6,0c-27.74,0-49,6.57-63.31,19.51C54.39,61.27,48,74.89,48,88v24H64c31,0,32,16.79,32,35V460a20,20,0,0,0,20,20H428a20,20,0,0,0,20-20V96C448,78.84,450.28,61.86,453.55,54.7ZM416,96v64H128V138c0-36.15-21-51-41.77-53.46C89,70,105.7,64.05,128.4,64.05H418.32A221.83,221.83,0,0,0,416,96Z\"/></svg></li><li title=\"beaker \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M444,32H128c-19.38,0-45.9,4.34-64.11,24.77C52.17,69.92,48,85.66,48,96a16,16,0,0,0,13.8,15.85C91.7,116,96,117.79,96,136V400A80.07,80.07,0,0,0,176,480H368a80.11,80.11,0,0,0,80-80V96c0-12.55,7.46-27.25,10-31.36l.1-.14c.22-.35.5-.72.78-1.1,2-2.79,5.09-7,5.09-12.95C464,39.79,454.89,32,444,32ZM84.11,83.08c5.24-8.87,17.17-19,44.29-19H422.83C419.3,72.87,416,84.27,416,96v64H128V136C128,98.68,106.65,87.86,84.11,83.08Z\"/></svg></li><li title=\"bed outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M384,240H96V136a40.12,40.12,0,0,1,40-40H376a40.12,40.12,0,0,1,40,40V240Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M48,416V304a64.19,64.19,0,0,1,64-64H400a64.19,64.19,0,0,1,64,64V416\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M48,416v-8a24.07,24.07,0,0,1,24-24H440a24.07,24.07,0,0,1,24,24v8\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M112,240V224a32.09,32.09,0,0,1,32-32h80a32.09,32.09,0,0,1,32,32v16\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M256,240V224a32.09,32.09,0,0,1,32-32h80a32.09,32.09,0,0,1,32,32v16\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"bed sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M432,224V96a16,16,0,0,0-16-16H96A16,16,0,0,0,80,96V224a48,48,0,0,0-48,48V432H68V400H444v32h36V272A48,48,0,0,0,432,224Zm-192,0H120V192a16,16,0,0,1,16-16h88a16,16,0,0,1,16,16Zm32-32a16,16,0,0,1,16-16h88a16,16,0,0,1,16,16v32H272Z\"/></svg></li><li title=\"bed \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M432,230.7a79.44,79.44,0,0,0-32-6.7H112a79.51,79.51,0,0,0-32,6.69h0A80.09,80.09,0,0,0,32,304V416a16,16,0,0,0,32,0v-8a8.1,8.1,0,0,1,8-8H440a8.1,8.1,0,0,1,8,8v8a16,16,0,0,0,32,0V304A80.09,80.09,0,0,0,432,230.7Z\"/><path d=\"M376,80H136a56,56,0,0,0-56,56v72a4,4,0,0,0,5.11,3.84A95.5,95.5,0,0,1,112,208h4.23a4,4,0,0,0,4-3.55A32,32,0,0,1,152,176h56a32,32,0,0,1,31.8,28.45,4,4,0,0,0,4,3.55h24.46a4,4,0,0,0,4-3.55A32,32,0,0,1,304,176h56a32,32,0,0,1,31.8,28.45,4,4,0,0,0,4,3.55H400a95.51,95.51,0,0,1,26.89,3.85A4,4,0,0,0,432,208V136A56,56,0,0,0,376,80Z\"/></svg></li><li title=\"beer outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M352,200V440a40.12,40.12,0,0,1-40,40H136a40.12,40.12,0,0,1-40-40V224\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M352,224h40a56.16,56.16,0,0,1,56,56v80a56.16,56.16,0,0,1-56,56H352\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><line x1=\"224\" y1=\"256\" x2=\"224\" y2=\"416\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"288\" y1=\"256\" x2=\"288\" y2=\"416\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"160\" y1=\"256\" x2=\"160\" y2=\"416\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M320,112a48,48,0,0,1,0,96c-13.25,0-29.31-7.31-38-16H160c-8,22-27,32-48,32a48,48,0,0,1,0-96,47.91,47.91,0,0,1,26,9\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M91.86,132.43a40,40,0,1,1,60.46-52S160,91,160,96\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M145.83,64.71C163.22,44.89,187.57,32,216,32c52.38,0,94,42.84,94,95.21A95,95,0,0,1,308.33,145\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"beer sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M448,208H368v-5.74A63.93,63.93,0,0,0,321.65,96a111,111,0,0,0-27.59-47.29A108.62,108.62,0,0,0,216,16c-29.91,0-57.78,12.28-79,34.67a56,56,0,0,0-67.51,77.51c-1,.86-1.91,1.74-2.83,2.66A63.56,63.56,0,0,0,48,176.26,62.65,62.65,0,0,0,68.77,222.8,65,65,0,0,0,80,231V480a16,16,0,0,0,16,16H352a16,16,0,0,0,16-16V432h80a16,16,0,0,0,16-16V224A16,16,0,0,0,448,208ZM176,432H144V240h32Zm64,0H208V240h32Zm64,0H272V240h32Zm16-240c-8.33,0-20.55-5.18-26.69-11.31L288.63,176H148.79L145,186.53c-5.81,16-18.83,20.41-28.73,21.29a34.08,34.08,0,0,1-25.91-8.67,31,31,0,0,1-10.32-23,31.8,31.8,0,0,1,9.33-22.71c.16-.17.33-.32.5-.49A31.78,31.78,0,0,1,112,144c.09,0,9.12.34,16.4,5.8l12.8,9.6,19.2-25.6-12.8-9.6A63.69,63.69,0,0,0,112,112a64.79,64.79,0,0,0-14,1.55A24,24,0,0,1,139.4,89.87l.23.35.4.46a35.78,35.78,0,0,1,5,8.94l5.62,15,30-11.24-5.62-15a68.2,68.2,0,0,0-10-17.74c-.38-.52-.79-1-1.19-1.51C178.38,55.45,196.64,48,216,48a76.86,76.86,0,0,1,55.23,23.18A80.2,80.2,0,0,1,292.61,142l-3,15.72,31.43,6,3-15.72A111.78,111.78,0,0,0,326,128.57,32,32,0,0,1,320,192ZM432,400H368V240h64Z\"/></svg></li><li title=\"beer \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M392,208H368v-5.74A63.93,63.93,0,0,0,321.65,96a111,111,0,0,0-27.59-47.29A108.62,108.62,0,0,0,216,16c-29.91,0-57.78,12.28-79,34.68a56,56,0,0,0-67.51,77.54A63.91,63.91,0,0,0,80,231.39V440a56.06,56.06,0,0,0,56,56H312a56.06,56.06,0,0,0,56-56v-8h24a72.08,72.08,0,0,0,72-72V280A72.08,72.08,0,0,0,392,208ZM176,416a16,16,0,0,1-32,0V256a16,16,0,0,1,32,0Zm64,0a16,16,0,0,1-32,0V256a16,16,0,0,1,32,0Zm64,0a16,16,0,0,1-32,0V256a16,16,0,0,1,32,0Zm16-224c-8.33,0-20.55-5.18-26.69-11.31A16,16,0,0,0,282,176H160a16,16,0,0,0-15,10.53C138.17,205.21,121.4,208,112,208a32,32,0,0,1,0-64c.09,0,9.12.34,16.4,5.8a16,16,0,1,0,19.2-25.6A63.69,63.69,0,0,0,112,112a63.55,63.55,0,0,0-14,1.57A24,24,0,0,1,120,80a23.78,23.78,0,0,1,19.38,9.84,51.35,51.35,0,0,1,4.71,7.9A16,16,0,0,0,176,96c0-6.77-3.61-15.17-10.76-25-.46-.63-1-1.25-1.45-1.86C178.39,55.44,196.64,48,216,48a76.86,76.86,0,0,1,55.23,23.18A80.2,80.2,0,0,1,292.61,142a16,16,0,0,0,12.73,18.71,16.29,16.29,0,0,0,3,.28,16,16,0,0,0,15.7-13A111.78,111.78,0,0,0,326,128.57,32,32,0,0,1,320,192ZM432,360a40,40,0,0,1-40,40H368V240h24a40,40,0,0,1,40,40Z\"/></svg></li><li title=\"bicycle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M388,288a76,76,0,1,0,76,76,76.24,76.24,0,0,0-76-76Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M124,288a76,76,0,1,0,76,76,76.24,76.24,0,0,0-76-76Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><polyline points=\"256 360 256 274 192 232 272 144 312 216 368 216\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M320,136a31.89,31.89,0,0,0,32-32.1A31.55,31.55,0,0,0,320.2,72a32,32,0,1,0-.2,64Z\"/></svg></li><li title=\"bicycle sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M320,192l-29.5-60.1C284.32,118,284.32,118,264,118c-13.26,0-14.76,0-23,7.3l-71.7,69.1C161,202.85,160,203.85,160,221c0,12.67,3.78,14.61,18.51,22.9L240,278v90h32V254s-29-17-48.3-30l48.9-51.5c18.7,28.5,27.3,51.5,38,51.5H384V192Z\"/><path d=\"M388,448a92,92,0,1,1,92-92A92.1,92.1,0,0,1,388,448Zm0-152a60,60,0,1,0,60,60A60.07,60.07,0,0,0,388,296Z\"/><path d=\"M124,448a92,92,0,1,1,92-92A92.1,92.1,0,0,1,124,448Zm0-152a60,60,0,1,0,60,60A60.07,60.07,0,0,0,124,296Z\"/><path d=\"M320,128a31.89,31.89,0,0,0,32-32.1A31.55,31.55,0,0,0,320.2,64a32,32,0,1,0-.2,64Z\"/></svg></li><li title=\"bicycle \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M388,448a92,92,0,1,1,92-92A92.1,92.1,0,0,1,388,448Zm0-152a60,60,0,1,0,60,60A60.07,60.07,0,0,0,388,296Z\"/><path d=\"M124,448a92,92,0,1,1,92-92A92.1,92.1,0,0,1,124,448Zm0-152a60,60,0,1,0,60,60A60.07,60.07,0,0,0,124,296Z\"/><path d=\"M320,128a31.89,31.89,0,0,0,32-32.1A31.55,31.55,0,0,0,320.2,64a32,32,0,1,0-.2,64Z\"/><path d=\"M367.55,192H323.79a4,4,0,0,1-3.51-2.08l-31.74-58.17h0A31,31,0,0,0,239.16,124h0L169.3,194.4a32.56,32.56,0,0,0-9.3,22.4c0,17.4,12.6,23.6,18.5,27.1C207,260.32,227.07,272.33,238.08,279a4,4,0,0,1,1.92,3.41v69.12c0,8.61,6.62,16,15.23,16.43A16,16,0,0,0,272,352V266a16,16,0,0,0-6.66-13l-37-26.61a4,4,0,0,1-.58-6l42-44.79a4,4,0,0,1,6.42.79L298,215.77A16,16,0,0,0,312,224h56a16,16,0,0,0,16-16.77C383.58,198.62,376.16,192,367.55,192Z\"/></svg></li><li title=\"bluetooth outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"144 352 368 160 256 48 256 464 368 352 144 160\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"bluetooth sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M397.41,161.13,236-.28v212.8L141.83,131.8l-26,30.37L225.27,256,115.8,349.83l26,30.37L236,299.48v212.8L397.41,350.87,286.73,256ZM276,96.28l62.59,62.59L276,212.52Zm62.58,256.85L276,415.72V299.48Z\"/></svg></li><li title=\"bluetooth \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M388,160.77a20,20,0,0,0-5.85-14.91l-112-112A20,20,0,0,0,236,48V212.52l-79-67.71a20,20,0,0,0-26,30.38L225.27,256,131,336.81a20,20,0,1,0,26,30.38l79-67.71V464a20,20,0,0,0,34.14,14.14l112-112A20,20,0,0,0,381,336.81L286.73,256,381,175.19A20,20,0,0,0,388,160.77ZM338.58,353.13,276,415.72V299.49ZM276,212.52V96.28l62.59,62.59Z\"/></svg></li><li title=\"boat outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M461.93,261.05c-2-4.76-6.71-7.83-11.67-9.49L263.08,177.08a23.78,23.78,0,0,0-14.17,0l-187,74.52c-5,1.56-9.83,4.77-11.81,9.53s-2.94,9.37-1,15.08L95.63,395.36A7.46,7.46,0,0,0,103.1,400c26.69-1.68,50.31-15.23,68.38-32.5a7.66,7.66,0,0,1,10.49,0C201.29,386,227,400,256,400s54.56-14,73.88-32.54a7.67,7.67,0,0,1,10.5,0c18.07,17.28,41.69,30.86,68.38,32.54a7.45,7.45,0,0,0,7.46-4.61l46.7-119.16C464.9,271.45,463.91,265.82,461.93,261.05Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M416,473.14a6.84,6.84,0,0,0-3.56-6c-27.08-14.55-51.77-36.82-62.63-48a10.05,10.05,0,0,0-12.72-1.51c-50.33,32.42-111.61,32.44-161.95.05a10.09,10.09,0,0,0-12.82,1.56c-10.77,11.28-35.19,33.3-62.43,47.75A7.15,7.15,0,0,0,96,472.72a6.73,6.73,0,0,0,7.92,7.15c20.85-4.18,41-13.68,60.2-23.83a8.71,8.71,0,0,1,8-.06A185.14,185.14,0,0,0,340,456a8.82,8.82,0,0,1,8.09.06c19.1,10,39.22,19.59,60,23.8a6.72,6.72,0,0,0,7.95-6.71Z\"/><path d=\"M320,96V72a24.07,24.07,0,0,0-24-24H216a24.07,24.07,0,0,0-24,24V96\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M416,233V144a48.14,48.14,0,0,0-48-48H144a48.14,48.14,0,0,0-48,48v92\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"256\" y1=\"183.6\" x2=\"256\" y2=\"396.45\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"boat sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M477.77,246.42c-2.13-6-7.23-9.55-12.56-11.95L432,221.38V92a20,20,0,0,0-20-20H336V40a16,16,0,0,0-16-16H192a16,16,0,0,0-16,16V72H100A20,20,0,0,0,80,92V221.46L46.92,234.52c-5.33,2.4-10.58,6-12.72,12s-3.16,11.81-1,19L84.25,415.7h1.06c34.12,0,64-17.41,85.31-43.82C191.94,398.29,221.8,414,255.92,414s64-15.76,85.31-42.17c21.32,26.41,51.18,43.87,85.3,43.87h1.06l51.25-150.17C481,259.53,479.91,252.43,477.77,246.42ZM256,152,112,208.83V108a4,4,0,0,1,4-4H396a4,4,0,0,1,4,4V208.76Z\"/><path d=\"M345.22,407c-52.25,36.26-126.35,36.25-178.6,0,0,0-45.64,63-94.64,63l13.33,1c29.86,0,58.65-11.73,85.31-25.59a185.33,185.33,0,0,0,170.6,0c26.66,13.87,55.45,25.6,85.31,25.6l13.33-1C392.21,470,345.22,407,345.22,407Z\"/></svg></li><li title=\"boat \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M416,473.14a6.83,6.83,0,0,0-3.57-6c-27.07-14.55-51.76-36.82-62.62-48a10.05,10.05,0,0,0-12.72-1.51c-50.33,32.42-111.61,32.44-161.95.05a10.09,10.09,0,0,0-12.82,1.56c-10.77,11.28-35.19,33.3-62.43,47.75A7.11,7.11,0,0,0,96,472.72a6.73,6.73,0,0,0,7.92,7.15c20.85-4.18,41-13.68,60.2-23.83a8.71,8.71,0,0,1,8-.06,185.14,185.14,0,0,0,167.81,0,8.82,8.82,0,0,1,8.09.06c19.1,10,39.22,19.59,60,23.8a6.73,6.73,0,0,0,8-6.71Z\"/><path d=\"M476.71,246.91h0c-3.49-8.39-10.9-14.89-20.9-18.35L432,219.08V136a64,64,0,0,0-64-64H336V64a40,40,0,0,0-40-40H216a40,40,0,0,0-40,40v8H144a64,64,0,0,0-64,64v83.15l-23.58,9.39c-9.94,3.3-17.63,10-21.15,18.44-2.45,5.89-5.25,15-1.3,26.46l.1.3L80.73,393.18A23.33,23.33,0,0,0,102.58,408c.5,0,1,0,1.53-.05,31.32-2,56-17.27,72.6-31.61C200.42,396.81,228.31,408,256,408s55.43-11.2,79.14-31.7c16.59,14.36,41.3,29.67,72.61,31.65a23.36,23.36,0,0,0,23.37-14.74l46.65-119C481.05,266.12,480.67,256.45,476.71,246.91ZM269,154.21l-1.14-.4a39.53,39.53,0,0,0-23.73,0l-.58.18L117.48,204.22A4,4,0,0,1,112,200.5V136a32,32,0,0,1,32-32H368a32,32,0,0,1,32,32v64.44a4,4,0,0,1-5.48,3.72Z\"/></svg></li><li title=\"body outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><circle fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"32\" cx=\"256\" cy=\"56\" r=\"40\"/><path fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"32\" d=\"M199.3,295.62h0l-30.4,172.2a24,24,0,0,0,19.5,27.8,23.76,23.76,0,0,0,27.6-19.5l21-119.9v.2s5.2-32.5,17.5-32.5h3.1c12.5,0,17.5,32.5,17.5,32.5v-.1l21,119.9a23.92,23.92,0,1,0,47.1-8.4l-30.4-172.2-4.9-29.7c-2.9-18.1-4.2-47.6.5-59.7,4-10.4,14.13-14.2,23.2-14.2H424a24,24,0,0,0,0-48H88a24,24,0,0,0,0,48h92.5c9.23,0,19.2,3.8,23.2,14.2,4.7,12.1,3.4,41.6.5,59.7Z\"/></svg></li><li title=\"body sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><circle cx=\"256\" cy=\"56\" r=\"56\"/><polygon points=\"464 128 48 128 48 180 192 180 160 505.13 211 512 232.65 320 279.67 320 301 512 352 505.02 320 180 464 180 464 128\"/></svg></li><li title=\"body \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><circle cx=\"256\" cy=\"56\" r=\"56\"/><path d=\"M437,128H75a27,27,0,0,0,0,54H176.88c6.91,0,15,3.09,19.58,15,5.35,13.83,2.73,40.54-.57,61.23l-4.32,24.45a.42.42,0,0,1-.12.35l-34.6,196.81A27.43,27.43,0,0,0,179,511.58a27.06,27.06,0,0,0,31.42-22.29l23.91-136.8S242,320,256,320c14.23,0,21.74,32.49,21.74,32.49l23.91,136.92a27.24,27.24,0,1,0,53.62-9.6L320.66,283a.45.45,0,0,0-.11-.35l-4.33-24.45c-3.3-20.69-5.92-47.4-.57-61.23,4.56-11.88,12.91-15,19.28-15H437a27,27,0,0,0,0-54Z\"/></svg></li><li title=\"bonfire outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M273.38,368.33c-.81-9.23-8.86-16.44-18.55-16.44A18.63,18.63,0,0,0,236.63,366h0l-18.2,88.38a35.75,35.75,0,0,0-.93,7.88c0,19.93,16.68,33.78,37.33,33.78s37.34-13.85,37.34-33.78a36.16,36.16,0,0,0-1.29-9.45Z\"/><path d=\"M411.05,407.86a41.78,41.78,0,0,0-5.95-4.35l-69.53-48.59c-6.77-4.25-14-4.13-19.25,1a13.53,13.53,0,0,0-2,17.2l52.5,69a36.57,36.57,0,0,0,4,4.69c9.1,10.17,29.28,10.73,40.37,0C422.13,435.9,422,416.46,411.05,407.86Z\"/><path d=\"M463.3,335.88H392.88c-4.55,0-8.88,3.35-8.88,8.16s2.95,7.85,6.92,9.16l66.43,20.55C467,376,480,367.4,480,356.66,480,343,472.4,335.88,463.3,335.88Z\"/><path d=\"M128.22,344c0-5-4.55-8.16-9.45-8.16H48.35c-8.87,0-16.35,9.58-16.35,20.32S44.62,376,54.3,373.75l67.43-20.55C126.12,351.89,128.22,349,128.22,344Z\"/><path d=\"M176.55,355,107,403.38a32.34,32.34,0,0,0-6,4.35,26.33,26.33,0,0,0,0,38.56,29.39,29.39,0,0,0,40.36,0,30.75,30.75,0,0,0,4-4.68L197.9,373c3.5-5.58,2.92-12.49-2-17.06A15,15,0,0,0,176.55,355Z\"/><path d=\"M368,125.09c0-55.7-49.22-89.16-94.2-93.06a8,8,0,0,0-8.69,7.71c-3.12,76-109.38,110.69-119.87,178.68-7,45.4,16.65,72.37,34.31,85.78a15.94,15.94,0,0,0,23.93-5.62c22.5-45.86,74.33-63.49,109.72-85.94C356.08,185.44,368,156.2,368,125.09Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M240,95.7c-12.82-23-30.51-31-59.16-31.63a3.86,3.86,0,0,0-4.06,3.51C175.83,101.8,144,112.43,144,140.73c0,19.37,5.39,29,17.16,39.28\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M352.45,178.76c8.6,14.31,15.55,30.08,15.55,48,0,52.52-42.47,93.1-94.86,93.1a94.42,94.42,0,0,1-65.14-26\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"bonfire sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M199.89,336l-15.25-5.62a100.35,100.35,0,0,1-32-23.08c-13.93-14.9-29.29-40.71-23.38-79.11,5.2-33.73,44.2-74.21,69.34-97.87,27.24-25.62,66-65.85,64.15-99.15L262,16h15.18C328.53,16,384,53.62,384,114.41c0,45.57-22,77.61-68.91,106.9-8,5-16.44,9.66-25.42,14.53-30.63,16.62-75.29,49.83-85.73,85.32Z\"/><path d=\"M181.19,113.59C201,95,218.91,78.15,227.62,59.79q-2.76-1.68-5.7-3.09c-11.87-5.69-26.1-8.34-44.76-8.34h-.42l-16.52,0,.56,16.49c.47,14.06-6.06,22.51-14.33,33.21C137.8,109.26,128,121.94,128,141c0,10.23,1.29,18.76,4.2,26.36q3.5-5.31,7.61-10.63C152,141,166.86,127.05,181.19,113.59Z\"/><path d=\"M330.34,239.85c-9.31,5.9-19,11.14-29.25,16.71C268.44,274.25,237.61,291,227.86,324l-.6,2A110.5,110.5,0,0,0,273.13,336c29.66,0,57.45-11.13,78.24-31.36A107.38,107.38,0,0,0,384,227a92.39,92.39,0,0,0-5.59-31C367.06,212.18,351.27,226.58,330.34,239.85Z\"/><path d=\"M268.72,360H243.28a4,4,0,0,0-3.92,3.22L214,491.22a4,4,0,0,0,3.92,4.78h76.26a4,4,0,0,0,3.92-4.78l-25.41-128A4,4,0,0,0,268.72,360Z\"/><path d=\"M325.68,354.32l-11.36,11.36a4,4,0,0,0-.5,5.05l59.47,89.21a4,4,0,0,0,6.16.61l41.1-41.1a4,4,0,0,0-.61-6.16l-89.21-59.47A4,4,0,0,0,325.68,354.32Z\"/><path d=\"M388,336a4,4,0,0,0-4,4v8.61a4,4,0,0,0,3.34,3.95l88,14.66a4,4,0,0,0,4.66-3.94V340a4,4,0,0,0-4-4Z\"/><path d=\"M186.32,354.32l11.36,11.36a4,4,0,0,1,.5,5.05l-59.47,89.21a4,4,0,0,1-6.16.61l-41.1-41.1a4,4,0,0,1,.61-6.16l89.21-59.47A4,4,0,0,1,186.32,354.32Z\"/><path d=\"M124,336H36a4,4,0,0,0-4,4v23.28a4,4,0,0,0,4.66,3.94l88-14.66a4,4,0,0,0,3.34-3.95V340A4,4,0,0,0,124,336Z\"/></svg></li><li title=\"bonfire \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M273.38,368.37c-.81-9.23-8.86-16.44-18.55-16.44A18.63,18.63,0,0,0,236.63,366l-18.2,88.36a35.59,35.59,0,0,0-.93,7.87c0,19.93,16.68,33.77,37.33,33.77s37.34-13.84,37.34-33.77a36.16,36.16,0,0,0-1.29-9.45Z\"/><path d=\"M411.05,407.89a42.66,42.66,0,0,0-5.95-4.36L335.57,355c-6.77-4.24-14-4.13-19.25,1a13.52,13.52,0,0,0-2,17.19l52.5,69a38,38,0,0,0,4,4.69c9.1,10.16,29.28,10.72,40.37,0C422.13,435.92,422,416.49,411.05,407.89Z\"/><path d=\"M463.3,335.93H392.88c-4.55,0-8.88,3.35-8.88,8.15s2.95,7.85,6.92,9.16l66.43,20.55C467,376,480,367.44,480,356.71,480,343.08,472.4,335.93,463.3,335.93Z\"/><path d=\"M128.22,344.08c0-4.95-4.55-8.15-9.45-8.15H48.35c-8.87,0-16.35,9.58-16.35,20.31S44.62,376,54.3,373.79l67.43-20.55C126.12,351.93,128.22,349,128.22,344.08Z\"/><path d=\"M176.55,355.05,107,403.41a32.29,32.29,0,0,0-6,4.34,26.33,26.33,0,0,0,0,38.56,29.41,29.41,0,0,0,40.36,0,30.75,30.75,0,0,0,4-4.68L197.9,373c3.5-5.57,2.92-12.48-2-17A15,15,0,0,0,176.55,355.05Z\"/><path d=\"M293.46,242.39c10-5.42,19.45-10.54,28.31-16.16,42.46-26.92,62.23-59,62.23-101,0-64.66-56.07-104.4-108.82-109-6.49-.57-15-.42-19.91,3.88s-5.88,12.56-6.15,19.1c-1.38,33.61-28.38,59-57,85.86-28,26.3-56.93,53.49-62.71,91C121,270.75,151.15,302.78,169.87,317a31.88,31.88,0,0,0,19.3,6.51,32.32,32.32,0,0,0,7.41-.87,31.75,31.75,0,0,0,21.27-16.95C232.76,275.3,263.62,258.57,293.46,242.39Z\"/><path d=\"M139.82,156.57c12.22-15.76,27-29.68,41.37-43.15C201.11,94.7,219,77.84,227.69,59.56c-12.24-7.37-27.36-11.36-46.51-11.36-17.79,0-20.39,5.18-20.39,19.06,0,12.56-6.53,20.54-14.34,30.65C137.8,109.1,128,121.77,128,140.84c0,10.23,1.29,18.77,4.2,26.37Q135.7,161.89,139.82,156.57Z\"/><path d=\"M330.34,239.74c-9.33,5.92-19,11.16-29.25,16.71-28.91,15.68-56.21,30.48-68.88,56.28-.64,1.32-1.25,2.5-1.88,3.61a8,8,0,0,0,3.89,11.3c12.31,5.1,25.13,8.27,38.91,8.27a111.42,111.42,0,0,0,78.24-31.37A107.45,107.45,0,0,0,384,226.85a86.56,86.56,0,0,0-1.33-15,8,8,0,0,0-13.8-4C358.69,219.32,345.94,229.85,330.34,239.74Z\"/></svg></li><li title=\"book outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,160c16-63.16,76.43-95.41,208-96a15.94,15.94,0,0,1,16,16V368a16,16,0,0,1-16,16c-128,0-177.45,25.81-208,64-30.37-38-80-64-208-64-9.88,0-16-8.05-16-17.93V80A15.94,15.94,0,0,1,48,64C179.57,64.59,240,96.84,256,160Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"256\" y1=\"160\" x2=\"256\" y2=\"448\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"book sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M464,48c-67.61.29-117.87,9.6-154.24,25.69C282.62,85.69,272,94.77,272,125.53V448c41.57-37.5,78.46-48,224-48V48Z\"/><path d=\"M48,48c67.61.29,117.87,9.6,154.24,25.69,27.14,12,37.76,21.08,37.76,51.84V448c-41.57-37.5-78.46-48-224-48V48Z\"/></svg></li><li title=\"book \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M202.24,74C166.11,56.75,115.61,48.3,48,48h0a31.36,31.36,0,0,0-17.92,5.33A32,32,0,0,0,16,79.9V366c0,19.34,13.76,33.93,32,33.93,71.07,0,142.36,6.64,185.06,47a4.11,4.11,0,0,0,6.94-3V106.82a15.89,15.89,0,0,0-5.46-12A143,143,0,0,0,202.24,74Z\"/><path d=\"M481.92,53.3A31.33,31.33,0,0,0,464,48h0c-67.61.3-118.11,8.71-154.24,26a143.31,143.31,0,0,0-32.31,20.78,15.93,15.93,0,0,0-5.45,12V443.91a3.93,3.93,0,0,0,6.68,2.81c25.67-25.5,70.72-46.82,185.36-46.81a32,32,0,0,0,32-32v-288A32,32,0,0,0,481.92,53.3Z\"/></svg></li><li title=\"bookmark outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M352,48H160a48,48,0,0,0-48,48V464L256,336,400,464V96A48,48,0,0,0,352,48Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"bookmark sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M416,480,256,357.41,96,480V32H416Z\"/></svg></li><li title=\"bookmark \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M400,480a16,16,0,0,1-10.63-4L256,357.41,122.63,476A16,16,0,0,1,96,464V96a64.07,64.07,0,0,1,64-64H352a64.07,64.07,0,0,1,64,64V464a16,16,0,0,1-16,16Z\"/></svg></li><li title=\"bookmarks outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M128,80V64a48.14,48.14,0,0,1,48-48H400a48.14,48.14,0,0,1,48,48V432l-80-64\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M320,96H112a48.14,48.14,0,0,0-48,48V496L216,368,368,496V144A48.14,48.14,0,0,0,320,96Z\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"bookmarks sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polygon points=\"112 0 112 48 416 48 416 416 464 448 464 0 112 0\"/><polygon points=\"48 80 48 512 216 388 384 512 384 80 48 80\"/></svg></li><li title=\"bookmarks \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M400,0H176a64.11,64.11,0,0,0-62,48H342a74,74,0,0,1,74,74V426.89l22,17.6a16,16,0,0,0,19.34.5A16.41,16.41,0,0,0,464,431.57V64A64,64,0,0,0,400,0Z\"/><path d=\"M320,80H112a64,64,0,0,0-64,64V495.62A16.36,16.36,0,0,0,54.6,509a16,16,0,0,0,19.71-.71L216,388.92,357.69,508.24a16,16,0,0,0,19.6.79A16.4,16.4,0,0,0,384,495.59V144A64,64,0,0,0,320,80Z\"/></svg></li><li title=\"bowling ball outline \"><svg id=\"icons\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><circle cx=\"256\" cy=\"256\" r=\"208\" fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"32\"/><circle cx=\"288\" cy=\"200\" r=\"24\"/><circle cx=\"296\" cy=\"128\" r=\"24\"/><circle cx=\"360\" cy=\"168\" r=\"24\"/></svg></li><li title=\"bowling ball sharp \"><svg id=\"icons\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M414.39,97.61A224,224,0,1,0,97.61,414.39,224,224,0,1,0,414.39,97.61ZM286,230a28,28,0,1,1,28-28A28,28,0,0,1,286,230Zm8-76a28,28,0,1,1,28-28A28,28,0,0,1,294,154Zm68,44a28,28,0,1,1,28-28A28,28,0,0,1,362,198Z\"/></svg></li><li title=\"bowling ball \"><svg id=\"icons\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M414.39,97.61A224,224,0,1,0,97.61,414.39,224,224,0,1,0,414.39,97.61ZM288,224a24,24,0,1,1,24-24A24,24,0,0,1,288,224Zm8-72a24,24,0,1,1,24-24A24,24,0,0,1,296,152Zm64,40a24,24,0,1,1,24-24A24,24,0,0,1,360,192Z\"/></svg></li><li title=\"briefcase outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><rect x=\"32\" y=\"128\" width=\"448\" height=\"320\" rx=\"48\" ry=\"48\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M144,128V96a32,32,0,0,1,32-32H336a32,32,0,0,1,32,32v32\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"480\" y1=\"240\" x2=\"32\" y2=\"240\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M320,240v24a8,8,0,0,1-8,8H200a8,8,0,0,1-8-8V240\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"briefcase sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M336,288H176V256H16V452a12,12,0,0,0,12,12H484a12,12,0,0,0,12-12V256H336Z\"/><path d=\"M496,124a12,12,0,0,0-12-12H384V56a8,8,0,0,0-8-8H136a8,8,0,0,0-8,8v56H28a12,12,0,0,0-12,12V224H496ZM344,112H168V88H344Z\"/></svg></li><li title=\"briefcase \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M336,80H176a16,16,0,0,0-16,16v16H352V96A16,16,0,0,0,336,80Z\" style=\"fill:none\"/><path d=\"M496,176a64.07,64.07,0,0,0-64-64H384V96a48.05,48.05,0,0,0-48-48H176a48.05,48.05,0,0,0-48,48v16H80a64.07,64.07,0,0,0-64,64v48H496ZM352,112H160V96a16,16,0,0,1,16-16H336a16,16,0,0,1,16,16Z\"/><path d=\"M336,264a24,24,0,0,1-24,24H200a24,24,0,0,1-24-24v-4a4,4,0,0,0-4-4H16V400a64,64,0,0,0,64,64H432a64,64,0,0,0,64-64V256H340a4,4,0,0,0-4,4Z\"/></svg></li><li title=\"browsers outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><rect x=\"48\" y=\"64\" width=\"416\" height=\"384\" rx=\"48\" ry=\"48\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M397.82,64H114.18C77.69,64,48,94.15,48,131.2V176H64c0-16,16-32,32-32H416c16,0,32,16,32,32h16V131.2C464,94.15,434.31,64,397.82,64Z\"/></svg></li><li title=\"browsers sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M32,64V448a16,16,0,0,0,16,16H464a16,16,0,0,0,16-16V64a16,16,0,0,0-16-16H48A16,16,0,0,0,32,64ZM440,428H72a4,4,0,0,1-4-4V152a4,4,0,0,1,4-4H440a4,4,0,0,1,4,4V424A4,4,0,0,1,440,428Z\"/></svg></li><li title=\"browsers \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M416,48H96a64,64,0,0,0-64,64V400a64,64,0,0,0,64,64H416a64,64,0,0,0,64-64V112A64,64,0,0,0,416,48Zm24,96H72a8,8,0,0,1-8-8V112A32.09,32.09,0,0,1,96,80H416a32.09,32.09,0,0,1,32,32v24A8,8,0,0,1,440,144Z\"/></svg></li><li title=\"brush outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M452.37,59.63h0a40.49,40.49,0,0,0-57.26,0L184,294.74c23.08,4.7,46.12,27.29,49.26,49.26L452.37,116.89A40.49,40.49,0,0,0,452.37,59.63Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M138,336c-29.88,0-54,24.5-54,54.86,0,23.95-20.88,36.57-36,36.57C64.56,449.74,92.82,464,120,464c39.78,0,72-32.73,72-73.14C192,360.5,167.88,336,138,336Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"brush sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M480,96,416,32,172,292l64,64Z\"/><path d=\"M142,320c-36.52,0-66,30.63-66,68.57,0,25.43-31,45.72-44,45.72C52.24,462.17,86.78,480,120,480c48.62,0,88-40.91,88-91.43C208,350.63,178.52,320,142,320Z\"/></svg></li><li title=\"brush \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M233.15,360.11a15.7,15.7,0,0,1-4.92-.77,16,16,0,0,1-10.92-13c-2.15-15-19.95-32.46-36.62-35.85A16,16,0,0,1,172,284.16L383.09,49.06c.19-.22.39-.43.59-.63a56.57,56.57,0,0,1,79.89,0h0a56.51,56.51,0,0,1,.11,79.78l-219,227A16,16,0,0,1,233.15,360.11Z\"/><path d=\"M119.89,480.11c-32.14,0-65.45-16.89-84.85-43a16,16,0,0,1,12.85-25.54c5.34,0,20-4.87,20-20.57,0-39.07,31.4-70.86,70-70.86s70,31.79,70,70.86C207.89,440.12,168.41,480.11,119.89,480.11Z\"/></svg></li><li title=\"bug outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M370,378c28.89,23.52,46,46.07,46,86\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M142,378c-28.89,23.52-46,46.06-46,86\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M384,208c28.89-23.52,32-56.07,32-96\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M128,206c-28.89-23.52-32-54.06-32-94\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"464\" y1=\"288.13\" x2=\"384\" y2=\"288.13\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"128\" y1=\"288.13\" x2=\"48\" y2=\"288.13\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"256\" y1=\"192\" x2=\"256\" y2=\"448\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M256,448h0c-70.4,0-128-57.6-128-128V223.93c0-65.07,57.6-96,128-96h0c70.4,0,128,25.6,128,96V320C384,390.4,326.4,448,256,448Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M179.43,143.52A49.08,49.08,0,0,1,176,127.79,80,80,0,0,1,255.79,48h.42A80,80,0,0,1,336,127.79a41.91,41.91,0,0,1-3.12,14.3\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"bug sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M480,304.13v-32H400V215.2c29.42-27.95,32-64.76,32-103.2V96H400v16c0,28-1.86,48.15-9.9,63.84C368,128,324.32,112,256,112c-39.8,0-75.19,7.06-100.43,24.32-14.9,10.19-25.2,24.91-32.7,39.72C114,160.57,112,140.82,112,112V96H80v16c0,37.44,2.59,73.36,32,101.2v58.93H32v32l80-.13c0,19,3.7,53.09,10.39,69.69C96.6,396.76,80,422.31,80,464v16h32V464c0-27.66,9.1-44.71,26.17-61.32C160,448,177,464,240,464V176h32V464c65,0,80-16,101.83-61.32C390.9,419.29,400,436.35,400,464v16h32V464c0-41.68-16.6-67.23-42.39-90.31C396.3,357.09,400,323,400,304Z\"/><path d=\"M256,32c-48.06,0-96,0-96,84,26.12-14,59.35-20,96-20,24.09,0,46.09,2.65,65.39,8,10.75,3,24.66,8.71,30.61,12C352,32,304.06,32,256,32Z\"/></svg></li><li title=\"bug \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M463.55,272.13H400v-48.2q0-4.32-.27-8.47c29.57-27.88,32.25-64.63,32.27-103,0-8.61-6.64-16-15.25-16.41A16,16,0,0,0,400,112c0,28-1.86,48.15-9.9,63.84-19.22-41.15-65.78-63.91-134.1-63.91-39.8,0-74.19,9.13-99.43,26.39-14.9,10.19-26.2,22.91-33.7,37.72C114,160.65,112,141,112,112.46c0-8.61-6.6-16-15.2-16.44A16,16,0,0,0,80,112c0,37.63,2.61,73.73,32.44,101.63q-.43,5.06-.44,10.3v48.2H48.45c-8.61,0-16,6.62-16.43,15.23a16,16,0,0,0,16,16.77h64V320a143.32,143.32,0,0,0,10.39,53.69C96.74,396.64,80.18,422,80,463.34c0,8.74,6.62,16.3,15.36,16.65A16,16,0,0,0,112,464c0-27.66,9.1-44.71,26.17-61.32A144.37,144.37,0,0,0,220,459.42a16,16,0,0,0,20-15.49V192.45c0-8.61,6.62-16,15.23-16.43A16,16,0,0,1,272,192V443.93a16,16,0,0,0,20,15.49,144.4,144.4,0,0,0,81.82-56.74c17,16.54,26.09,33.52,26.17,60.95A16.27,16.27,0,0,0,415.09,480,16,16,0,0,0,432,464c0-41.68-16.6-67.23-42.39-90.31A143.32,143.32,0,0,0,400,320V304.13h64a16,16,0,0,0,16-16.77C479.58,278.75,472.16,272.13,463.55,272.13Z\"/><path d=\"M321.39,104l.32.09c13.57,3.8,25.07-10.55,18.2-22.85A95.86,95.86,0,0,0,256.21,32h-.42A95.87,95.87,0,0,0,171.6,82.13c-6.84,12.58,5.14,27,18.84,22.86,19.71-6,41.79-9.06,65.56-9.06C280.09,95.93,302.09,98.65,321.39,104Z\"/></svg></li><li title=\"build outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M393.87,190a32.1,32.1,0,0,1-45.25,0l-26.57-26.57a32.09,32.09,0,0,1,0-45.26L382.19,58a1,1,0,0,0-.3-1.64c-38.82-16.64-89.15-8.16-121.11,23.57-30.58,30.35-32.32,76-21.12,115.84a31.93,31.93,0,0,1-9.06,32.08L64,380a48.17,48.17,0,1,0,68,68L285.86,281a31.93,31.93,0,0,1,31.6-9.13C357,282.46,402,280.47,432.18,250.68c32.49-32,39.5-88.56,23.75-120.93a1,1,0,0,0-1.6-.26Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><circle cx=\"96\" cy=\"416\" r=\"16\"/></svg></li><li title=\"build sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M230,209.2,32,405.58,106.65,480,304.24,281.83c46.47,17.46,105.52,12.54,143-24.78,40.44-40.32,40.35-108,16.81-156.79l-87.33,87.06-52.32-52.13,87.33-87.06C363,24.46,294.67,24.34,254.23,64.66,216.2,102.57,211.45,162.26,230,209.2Z\"/></svg></li><li title=\"build \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M469.54,120.52h0a16,16,0,0,0-25.54-4L382.56,178a16.12,16.12,0,0,1-22.63,0L333.37,151.4a16,16,0,0,1,0-22.63l61.18-61.19a16,16,0,0,0-4.78-25.92h0C343.56,21,285.88,31.78,249.51,67.88c-30.9,30.68-40.11,78.62-25.25,131.53a15.89,15.89,0,0,1-4.49,16L53.29,367.46a64.17,64.17,0,1,0,90.6,90.64L297.57,291.25a15.9,15.9,0,0,1,15.77-4.57,179.3,179.3,0,0,0,46.22,6.37c33.4,0,62.71-10.81,83.85-31.64C482.56,222.84,488.53,157.42,469.54,120.52ZM99.48,447.15a32,32,0,1,1,28.34-28.35A32,32,0,0,1,99.48,447.15Z\"/></svg></li><li title=\"bulb outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M304,384V360c0-29,31.54-56.43,52-76,28.84-27.57,44-64.61,44-108,0-80-63.73-144-144-144A143.6,143.6,0,0,0,112,176c0,41.84,15.81,81.39,44,108,20.35,19.21,52,46.7,52,76v24\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"224\" y1=\"480\" x2=\"288\" y2=\"480\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"208\" y1=\"432\" x2=\"304\" y2=\"432\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"256\" y1=\"384\" x2=\"256\" y2=\"256\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M294,240s-21.51,16-38,16-38-16-38-16\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"bulb sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><rect x=\"208\" y=\"464\" width=\"96\" height=\"32\"/><rect x=\"192\" y=\"416\" width=\"128\" height=\"32\"/><path d=\"M369.42,62.69C339.35,32.58,299.07,16,256,16A159.62,159.62,0,0,0,96,176c0,46.62,17.87,90.23,49,119.64l4.36,4.09C167.37,316.57,192,339.64,192,360v40h48V269.11L195.72,244,214,217.72,256,240l41.29-22.39,19.1,25.68-44.39,26V400h48V360c0-19.88,24.36-42.93,42.15-59.77l4.91-4.66C399.08,265,416,223.61,416,176A159.16,159.16,0,0,0,369.42,62.69Z\"/></svg></li><li title=\"bulb \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M288,464H224a16,16,0,0,0,0,32h64a16,16,0,0,0,0-32Z\"/><path d=\"M304,416H208a16,16,0,0,0,0,32h96a16,16,0,0,0,0-32Z\"/><path d=\"M369.42,62.69C339.35,32.58,299.07,16,256,16A159.62,159.62,0,0,0,96,176c0,46.62,17.87,90.23,49,119.64l4.36,4.09C167.37,316.57,192,339.64,192,360v24a16,16,0,0,0,16,16h24a8,8,0,0,0,8-8V274.82a8,8,0,0,0-5.13-7.47A130.73,130.73,0,0,1,208.71,253,16,16,0,1,1,227.29,227c7.4,5.24,21.65,13,28.71,13s21.31-7.78,28.73-13A16,16,0,0,1,303.29,253a130.73,130.73,0,0,1-26.16,14.32,8,8,0,0,0-5.13,7.47V392a8,8,0,0,0,8,8h24a16,16,0,0,0,16-16V360c0-19.88,24.36-42.93,42.15-59.77l4.91-4.66C399.08,265,416,223.61,416,176A159.16,159.16,0,0,0,369.42,62.69Z\"/></svg></li><li title=\"bus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><rect x=\"80\" y=\"112\" width=\"352\" height=\"192\" rx=\"32\" ry=\"32\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><rect x=\"80\" y=\"304\" width=\"352\" height=\"128\" rx=\"32\" ry=\"32\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M400,112H112A32.09,32.09,0,0,1,80,80h0a32.09,32.09,0,0,1,32-32H400a32.09,32.09,0,0,1,32,32h0A32.09,32.09,0,0,1,400,112Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M144,432v22a10,10,0,0,1-10,10H106a10,10,0,0,1-10-10V432Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M416,432v22a10,10,0,0,1-10,10H378a10,10,0,0,1-10-10V432Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><circle cx=\"368\" cy=\"368\" r=\"16\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/><circle cx=\"144\" cy=\"368\" r=\"16\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"256\" y1=\"112\" x2=\"256\" y2=\"304\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"80\" y1=\"80\" x2=\"80\" y2=\"368\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"432\" y1=\"80\" x2=\"432\" y2=\"368\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"bus sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M400,64H112a16,16,0,0,0,0,32H400a16,16,0,0,0,0-32Z\" style=\"fill:none\"/><path d=\"M424,32H88A24,24,0,0,0,64,56V416a32,32,0,0,0,16,27.71V480h72V448H360v32h72V443.71A32,32,0,0,0,448,416V56A24,24,0,0,0,424,32ZM175.82,371.47a32,32,0,1,1-35.3-35.29A32.09,32.09,0,0,1,175.82,371.47ZM240,288H96V128H240ZM256,96H96.46L96,64H416l-.46,32H256Zm16,32H416V288H272Zm64.18,236.53a32,32,0,1,1,35.3,35.29A32.09,32.09,0,0,1,336.18,364.53Z\"/></svg></li><li title=\"bus \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M400,32H112A48,48,0,0,0,64,80V400a47.91,47.91,0,0,0,16,35.74V454a26,26,0,0,0,26,26h28a26,26,0,0,0,26-26v-6H352v6a26,26,0,0,0,26,26h28a26,26,0,0,0,26-26V435.74A47.91,47.91,0,0,0,448,400V80A48,48,0,0,0,400,32ZM147.47,399.82a32,32,0,1,1,28.35-28.35A32,32,0,0,1,147.47,399.82ZM236,288H112a16,16,0,0,1-16-16V144a16,16,0,0,1,16-16H236a4,4,0,0,1,4,4V284A4,4,0,0,1,236,288ZM256,96H112.46c-8.6,0-16-6.6-16.44-15.19A16,16,0,0,1,112,64H399.54c8.6,0,16,6.6,16.44,15.19A16,16,0,0,1,400,96H256Zm20,32H400a16,16,0,0,1,16,16V272a16,16,0,0,1-16,16H276a4,4,0,0,1-4-4V132A4,4,0,0,1,276,128Zm60.18,243.47a32,32,0,1,1,28.35,28.35A32,32,0,0,1,336.18,371.47Z\"/></svg></li><li title=\"business outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><line x1=\"176\" y1=\"416\" x2=\"176\" y2=\"480\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M80,32H272a32,32,0,0,1,32,32V476a4,4,0,0,1-4,4H48a0,0,0,0,1,0,0V64A32,32,0,0,1,80,32Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M320,192H432a32,32,0,0,1,32,32V480a0,0,0,0,1,0,0H304a0,0,0,0,1,0,0V208A16,16,0,0,1,320,192Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M98.08,431.87a16,16,0,1,1,13.79-13.79A16,16,0,0,1,98.08,431.87Z\"/><path d=\"M98.08,351.87a16,16,0,1,1,13.79-13.79A16,16,0,0,1,98.08,351.87Z\"/><path d=\"M98.08,271.87a16,16,0,1,1,13.79-13.79A16,16,0,0,1,98.08,271.87Z\"/><path d=\"M98.08,191.87a16,16,0,1,1,13.79-13.79A16,16,0,0,1,98.08,191.87Z\"/><path d=\"M98.08,111.87a16,16,0,1,1,13.79-13.79A16,16,0,0,1,98.08,111.87Z\"/><path d=\"M178.08,351.87a16,16,0,1,1,13.79-13.79A16,16,0,0,1,178.08,351.87Z\"/><path d=\"M178.08,271.87a16,16,0,1,1,13.79-13.79A16,16,0,0,1,178.08,271.87Z\"/><path d=\"M178.08,191.87a16,16,0,1,1,13.79-13.79A16,16,0,0,1,178.08,191.87Z\"/><path d=\"M178.08,111.87a16,16,0,1,1,13.79-13.79A16,16,0,0,1,178.08,111.87Z\"/><path d=\"M258.08,431.87a16,16,0,1,1,13.79-13.79A16,16,0,0,1,258.08,431.87Z\"/><path d=\"M258.08,351.87a16,16,0,1,1,13.79-13.79A16,16,0,0,1,258.08,351.87Z\"/><path d=\"M258.08,271.87a16,16,0,1,1,13.79-13.79A16,16,0,0,1,258.08,271.87Z\"/><ellipse cx=\"256\" cy=\"176\" rx=\"15.95\" ry=\"16.03\" transform=\"translate(-49.47 232.56) rotate(-45)\"/><path d=\"M258.08,111.87a16,16,0,1,1,13.79-13.79A16,16,0,0,1,258.08,111.87Z\"/><path d=\"M400,400a16,16,0,1,0,16,16,16,16,0,0,0-16-16Z\"/><path d=\"M400,320a16,16,0,1,0,16,16,16,16,0,0,0-16-16Z\"/><path d=\"M400,240a16,16,0,1,0,16,16,16,16,0,0,0-16-16Z\"/><path d=\"M336,400a16,16,0,1,0,16,16,16,16,0,0,0-16-16Z\"/><path d=\"M336,320a16,16,0,1,0,16,16,16,16,0,0,0-16-16Z\"/><path d=\"M336,240a16,16,0,1,0,16,16,16,16,0,0,0-16-16Z\"/></svg></li><li title=\"business sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M320,176V16H32V496H160V400h32v96H480V176ZM112,432H80V400h32Zm0-80H80V320h32Zm0-80H80V240h32Zm0-80H80V160h32Zm0-80H80V80h32ZM240,80h32v32H240ZM192,352H160V320h32Zm0-80H160V240h32Zm0-80H160V160h32Zm0-80H160V80h32Zm80,320H240V400h32Zm0-80H240V320h32Zm0-80H240V240h32Zm0-80H240V160h32v32ZM448,464H320V432h32V400H320V352h32V320H320V272h32V240H320V208H448Z\"/><rect x=\"384\" y=\"400\" width=\"32\" height=\"32\"/><rect x=\"384\" y=\"320\" width=\"32\" height=\"32\"/><rect x=\"384\" y=\"240\" width=\"32\" height=\"32\"/></svg></li><li title=\"business \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M432,176H320V64a48,48,0,0,0-48-48H80A48,48,0,0,0,32,64V480a16,16,0,0,0,16,16H152a8,8,0,0,0,8-8V416.45c0-8.61,6.62-16,15.23-16.43A16,16,0,0,1,192,416v72a8,8,0,0,0,8,8H464a16,16,0,0,0,16-16V224A48,48,0,0,0,432,176ZM98.08,431.87a16,16,0,1,1,13.79-13.79A16,16,0,0,1,98.08,431.87Zm0-80a16,16,0,1,1,13.79-13.79A16,16,0,0,1,98.08,351.87Zm0-80a16,16,0,1,1,13.79-13.79A16,16,0,0,1,98.08,271.87Zm0-80a16,16,0,1,1,13.79-13.79A16,16,0,0,1,98.08,191.87Zm0-80a16,16,0,1,1,13.79-13.79A16,16,0,0,1,98.08,111.87Zm80,240a16,16,0,1,1,13.79-13.79A16,16,0,0,1,178.08,351.87Zm0-80a16,16,0,1,1,13.79-13.79A16,16,0,0,1,178.08,271.87Zm0-80a16,16,0,1,1,13.79-13.79A16,16,0,0,1,178.08,191.87Zm0-80a16,16,0,1,1,13.79-13.79A16,16,0,0,1,178.08,111.87Zm80,320a16,16,0,1,1,13.79-13.79A16,16,0,0,1,258.08,431.87Zm0-80a16,16,0,1,1,13.79-13.79A16,16,0,0,1,258.08,351.87Zm0-80a16,16,0,1,1,13.79-13.79A16,16,0,0,1,258.08,271.87Zm0-80a16,16,0,1,1,13.79-13.79A16,16,0,0,1,258.08,191.87Zm0-80a16,16,0,1,1,13.79-13.79A16,16,0,0,1,258.08,111.87ZM444,464H320V208H432a16,16,0,0,1,16,16V460A4,4,0,0,1,444,464Z\"/><path d=\"M400,400a16,16,0,1,0,16,16,16,16,0,0,0-16-16Z\"/><path d=\"M400,320a16,16,0,1,0,16,16,16,16,0,0,0-16-16Z\"/><path d=\"M400,240a16,16,0,1,0,16,16,16,16,0,0,0-16-16Z\"/><path d=\"M336,400a16,16,0,1,0,16,16,16,16,0,0,0-16-16Z\"/><path d=\"M336,320a16,16,0,1,0,16,16,16,16,0,0,0-16-16Z\"/><path d=\"M336,240a16,16,0,1,0,16,16,16,16,0,0,0-16-16Z\"/></svg></li><li title=\"cafe outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M368,80h64a16,16,0,0,1,16,16v34a46,46,0,0,1-46,46H368\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M96,80H368a0,0,0,0,1,0,0V272a80,80,0,0,1-80,80H176a80,80,0,0,1-80-80V80A0,0,0,0,1,96,80Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"64\" y1=\"416\" x2=\"400\" y2=\"416\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"cafe sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M448,64H80V318.34a19.83,19.83,0,0,0,5.86,14.14l29.65,29.66A19.87,19.87,0,0,0,129.66,368H334.34a19.87,19.87,0,0,0,14.15-5.86l29.65-29.66A19.83,19.83,0,0,0,384,318.34V192h32a16,16,0,0,0,11.31-4.69l32-32A16,16,0,0,0,464,144V80A16,16,0,0,0,448,64Zm-16,73.37L409.37,160H384V96h48Z\"/><rect x=\"48\" y=\"400\" width=\"368\" height=\"32\"/></svg></li><li title=\"cafe \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M432,64H96A16,16,0,0,0,80,80V272a96.11,96.11,0,0,0,96,96H288a96.11,96.11,0,0,0,96-96V192h18a62.07,62.07,0,0,0,62-62V96A32,32,0,0,0,432,64Zm0,66a30,30,0,0,1-30,30H384V96h48Z\"/><path d=\"M400,400H64a16,16,0,0,0,0,32H400a16,16,0,0,0,0-32Z\"/></svg></li><li title=\"calculator outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><rect x=\"112\" y=\"48\" width=\"288\" height=\"416\" rx=\"32\" ry=\"32\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><rect x=\"160.01\" y=\"112\" width=\"191.99\" height=\"64\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><circle cx=\"168\" cy=\"248\" r=\"24\"/><circle cx=\"256\" cy=\"248\" r=\"24\"/><circle cx=\"344\" cy=\"248\" r=\"24\"/><circle cx=\"168\" cy=\"328\" r=\"24\"/><circle cx=\"256\" cy=\"328\" r=\"24\"/><circle cx=\"168\" cy=\"408\" r=\"24\"/><circle cx=\"256\" cy=\"408\" r=\"24\"/><rect x=\"320\" y=\"304\" width=\"48\" height=\"128\" rx=\"24\" ry=\"24\"/></svg></li><li title=\"calculator sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M416,48a16,16,0,0,0-16-16H112A16,16,0,0,0,96,48V464a16,16,0,0,0,16,16H400a16,16,0,0,0,16-16ZM192,432H144V384h48Zm0-80H144V304h48Zm0-80H144V224h48Zm88,160H232V384h48Zm0-80H232V304h48Zm0-80H232V224h48Zm88,160H320V304h48Zm0-160H320V224h48Zm0-96H144V80H368Z\"/></svg></li><li title=\"calculator \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M416,80a48.05,48.05,0,0,0-48-48H144A48.05,48.05,0,0,0,96,80V432a48.05,48.05,0,0,0,48,48H368a48.05,48.05,0,0,0,48-48ZM168,432a24,24,0,1,1,24-24A24,24,0,0,1,168,432Zm0-80a24,24,0,1,1,24-24A24,24,0,0,1,168,352Zm0-80a24,24,0,1,1,24-24A24,24,0,0,1,168,272Zm88,160a24,24,0,1,1,24-24A24,24,0,0,1,256,432Zm0-80a24,24,0,1,1,24-24A24,24,0,0,1,256,352Zm0-80a24,24,0,1,1,24-24A24,24,0,0,1,256,272ZM368,408a24,24,0,0,1-48,0V328a24,24,0,0,1,48,0ZM344,272a24,24,0,1,1,24-24A24,24,0,0,1,344,272Zm19.31-100.69A16,16,0,0,1,352,176H160a16,16,0,0,1-16-16V96a16,16,0,0,1,16-16H352a16,16,0,0,1,16,16v64A16,16,0,0,1,363.31,171.31Z\"/></svg></li><li title=\"calendar clear outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><rect fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"32\" x=\"48\" y=\"80\" width=\"416\" height=\"384\" rx=\"48\"/><line fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"32\" stroke-linecap=\"round\" x1=\"128\" y1=\"48\" x2=\"128\" y2=\"80\"/><line fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"32\" stroke-linecap=\"round\" x1=\"384\" y1=\"48\" x2=\"384\" y2=\"80\"/><line fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"32\" stroke-linecap=\"round\" x1=\"464\" y1=\"160\" x2=\"48\" y2=\"160\"/></svg></li><li title=\"calendar clear sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M32,456a24,24,0,0,0,24,24H456a24,24,0,0,0,24-24V192H32Z\"/><path d=\"M480,87.77A23.8,23.8,0,0,0,456,64H400.08V32h-48V64H159.92V32h-48V64H56A23.8,23.8,0,0,0,32,87.77V144H480Z\"/></svg></li><li title=\"calendar clear \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M480,128a64,64,0,0,0-64-64H400V48.45c0-8.61-6.62-16-15.23-16.43A16,16,0,0,0,368,48V64H144V48.45c0-8.61-6.62-16-15.23-16.43A16,16,0,0,0,112,48V64H96a64,64,0,0,0-64,64v12a4,4,0,0,0,4,4H476a4,4,0,0,0,4-4Z\"/><path d=\"M32,416a64,64,0,0,0,64,64H416a64,64,0,0,0,64-64V180a4,4,0,0,0-4-4H36a4,4,0,0,0-4,4Z\"/></svg></li><li title=\"calendar number outline \"><svg id=\"icons\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><rect x=\"48\" y=\"80\" width=\"416\" height=\"384\" rx=\"48\" fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"32\"/><line x1=\"128\" y1=\"48\" x2=\"128\" y2=\"80\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"32\"/><line x1=\"384\" y1=\"48\" x2=\"384\" y2=\"80\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"32\"/><line x1=\"464\" y1=\"160\" x2=\"48\" y2=\"160\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"32\"/><polyline points=\"304 260 347.42 228 352 228 352 396\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"32\"/><path d=\"M191.87,306.63c9.11,0,25.79-4.28,36.72-15.47a37.9,37.9,0,0,0,11.13-27.26c0-26.12-22.59-39.9-47.89-39.9-21.4,0-33.52,11.61-37.85,18.93\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"32\"/><path d=\"M149,374.16c4.88,8.27,19.71,25.84,43.88,25.84,28.59,0,52.12-15.94,52.12-43.82,0-12.62-3.66-24-11.58-32.07-12.36-12.64-31.25-17.48-41.55-17.48\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"32\"/></svg></li><li title=\"calendar number sharp \"><svg id=\"icons\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M32,456a24,24,0,0,0,24,24H456a24,24,0,0,0,24-24V176H32ZM342.17,212H368V412H336V256.29l-35.39,26.08-19-25.76ZM222,335.3c-8.54-8.74-22.75-12.67-30.11-12.67h-16v-32h16c4.85,0,17.41-2.6,25.28-10.65a22,22,0,0,0,6.57-16.08c0-23.23-28.63-23.9-31.89-23.9-17.34,0-23.8,10.61-24.07,11.06l-8.13,13.78-27.56-16.27,8.14-13.77c7.64-13,25.22-26.8,51.62-26.8,16.44,0,31.76,4.77,43.13,13.42,13.39,10.2,20.76,25.28,20.76,42.48A54,54,0,0,1,240,302.35c-1.15,1.18-2.36,2.28-3.59,3.35a66.18,66.18,0,0,1,8.42,7.23c10.56,10.8,16.14,25.75,16.14,43.25,0,18.06-7.61,34-21.42,44.92-12.17,9.61-28.75,14.9-46.7,14.9-27.87,0-48.48-18.16-57.66-33.7l-8.13-13.78,27.56-16.27L162.78,366c1.08,1.84,11.15,18,30.1,18,16.66,0,36.12-7.29,36.12-27.82C229,349.93,227.78,341.23,222,335.3Z\"/><path d=\"M456,64H400.08V32h-48V64H159.92V32h-48V64H56A23.8,23.8,0,0,0,32,87.77V144H480V87.77A23.8,23.8,0,0,0,456,64Z\"/></svg></li><li title=\"calendar number \"><svg id=\"icons\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M416,64H400V48.45c0-8.61-6.62-16-15.23-16.43A16,16,0,0,0,368,48V64H144V48.45c0-8.61-6.62-16-15.23-16.43A16,16,0,0,0,112,48V64H96a64,64,0,0,0-64,64v12a4,4,0,0,0,4,4H476a4,4,0,0,0,4-4V128A64,64,0,0,0,416,64Z\"/><path d=\"M476,176H36a4,4,0,0,0-4,4V416a64,64,0,0,0,64,64H416a64,64,0,0,0,64-64V180A4,4,0,0,0,476,176ZM239.58,401.1c-12.17,9.61-28.75,14.9-46.7,14.9-27.87,0-48.48-18.16-57.66-33.7A16,16,0,0,1,162.78,366c1.08,1.84,11.15,18,30.1,18,16.66,0,36.12-7.29,36.12-27.82,0-6.25-1.22-14.95-7-20.88-8.54-8.74-22.75-12.67-30.11-12.67a16,16,0,0,1,0-32c4.85,0,17.41-2.6,25.28-10.65a22,22,0,0,0,6.57-16.08c0-23.23-28.63-23.9-31.89-23.9-17.34,0-23.8,10.61-24.07,11.06a16,16,0,1,1-27.55-16.26c7.64-13,25.22-26.8,51.62-26.8,16.44,0,31.76,4.77,43.13,13.42,13.39,10.2,20.76,25.28,20.76,42.48A54,54,0,0,1,240,302.35c-1.15,1.18-2.36,2.28-3.59,3.35a66.18,66.18,0,0,1,8.42,7.23c10.56,10.8,16.14,25.75,16.14,43.25C261,374.24,253.39,390.19,239.58,401.1ZM368,396a16,16,0,0,1-32,0V256.29l-22.51,16.59a16,16,0,1,1-19-25.76l43.42-32a16,16,0,0,1,9.49-3.12H352a16,16,0,0,1,16,16Z\"/></svg></li><li title=\"calendar outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><rect fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"32\" x=\"48\" y=\"80\" width=\"416\" height=\"384\" rx=\"48\"/><circle cx=\"296\" cy=\"232\" r=\"24\"/><circle cx=\"376\" cy=\"232\" r=\"24\"/><circle cx=\"296\" cy=\"312\" r=\"24\"/><circle cx=\"376\" cy=\"312\" r=\"24\"/><circle cx=\"136\" cy=\"312\" r=\"24\"/><circle cx=\"216\" cy=\"312\" r=\"24\"/><circle cx=\"136\" cy=\"392\" r=\"24\"/><circle cx=\"216\" cy=\"392\" r=\"24\"/><circle cx=\"296\" cy=\"392\" r=\"24\"/><line fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"32\" stroke-linecap=\"round\" x1=\"128\" y1=\"48\" x2=\"128\" y2=\"80\"/><line fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"32\" stroke-linecap=\"round\" x1=\"384\" y1=\"48\" x2=\"384\" y2=\"80\"/><line fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"32\" x1=\"464\" y1=\"160\" x2=\"48\" y2=\"160\"/></svg></li><li title=\"calendar sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M32,456a24,24,0,0,0,24,24H456a24,24,0,0,0,24-24V176H32ZM352,212a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H356a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H356a4,4,0,0,1-4-4Zm-80-80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H276a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H276a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H276a4,4,0,0,1-4-4Zm-80-80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H196a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H196a4,4,0,0,1-4-4Zm-80-80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H116a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H116a4,4,0,0,1-4-4Z\"/><path d=\"M456,64H400.08V32h-48V64H159.92V32h-48V64H56A23.8,23.8,0,0,0,32,87.77V144H480V87.77A23.8,23.8,0,0,0,456,64Z\"/></svg></li><li title=\"calendar \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M480,128a64,64,0,0,0-64-64H400V48.45c0-8.61-6.62-16-15.23-16.43A16,16,0,0,0,368,48V64H144V48.45c0-8.61-6.62-16-15.23-16.43A16,16,0,0,0,112,48V64H96a64,64,0,0,0-64,64v12a4,4,0,0,0,4,4H476a4,4,0,0,0,4-4Z\"/><path d=\"M32,416a64,64,0,0,0,64,64H416a64,64,0,0,0,64-64V179a3,3,0,0,0-3-3H35a3,3,0,0,0-3,3ZM376,208a24,24,0,1,1-24,24A24,24,0,0,1,376,208Zm0,80a24,24,0,1,1-24,24A24,24,0,0,1,376,288Zm-80-80a24,24,0,1,1-24,24A24,24,0,0,1,296,208Zm0,80a24,24,0,1,1-24,24A24,24,0,0,1,296,288Zm0,80a24,24,0,1,1-24,24A24,24,0,0,1,296,368Zm-80-80a24,24,0,1,1-24,24A24,24,0,0,1,216,288Zm0,80a24,24,0,1,1-24,24A24,24,0,0,1,216,368Zm-80-80a24,24,0,1,1-24,24A24,24,0,0,1,136,288Zm0,80a24,24,0,1,1-24,24A24,24,0,0,1,136,368Z\"/></svg></li><li title=\"call outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M451,374c-15.88-16-54.34-39.35-73-48.76C353.7,313,351.7,312,332.6,326.19c-12.74,9.47-21.21,17.93-36.12,14.75s-47.31-21.11-75.68-49.39-47.34-61.62-50.53-76.48,5.41-23.23,14.79-36c13.22-18,12.22-21,.92-45.3-8.81-18.9-32.84-57-48.9-72.8C119.9,44,119.9,47,108.83,51.6A160.15,160.15,0,0,0,83,65.37C67,76,58.12,84.83,51.91,98.1s-9,44.38,23.07,102.64,54.57,88.05,101.14,134.49S258.5,406.64,310.85,436c64.76,36.27,89.6,29.2,102.91,23s22.18-15,32.83-31a159.09,159.09,0,0,0,13.8-25.8C465,391.17,468,391.17,451,374Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"call sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M478.94,370.14c-5.22-5.56-23.65-22-57.53-43.75-34.13-21.94-59.3-35.62-66.52-38.81a3.83,3.83,0,0,0-3.92.49c-11.63,9.07-31.21,25.73-32.26,26.63-6.78,5.81-6.78,5.81-12.33,4-9.76-3.2-40.08-19.3-66.5-45.78s-43.35-57.55-46.55-67.3c-1.83-5.56-1.83-5.56,4-12.34.9-1.05,17.57-20.63,26.64-32.25a3.83,3.83,0,0,0,.49-3.92c-3.19-7.23-16.87-32.39-38.81-66.52-21.78-33.87-38.2-52.3-43.76-57.52A3.9,3.9,0,0,0,138,32.2,322.35,322.35,0,0,0,82,57.65,338,338,0,0,0,33.35,92a3.83,3.83,0,0,0-1.26,3.74c2.09,9.74,12.08,50.4,43.08,106.72,31.63,57.48,53.55,86.93,100,133.22S252,405.21,309.54,436.84c56.32,31,97,41,106.72,43.07a3.86,3.86,0,0,0,3.75-1.26A337.73,337.73,0,0,0,454.35,430a322.7,322.7,0,0,0,25.45-56A3.9,3.9,0,0,0,478.94,370.14Z\"/></svg></li><li title=\"call \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M391,480c-19.52,0-46.94-7.06-88-30-49.93-28-88.55-53.85-138.21-103.38C116.91,298.77,93.61,267.79,61,208.45c-36.84-67-30.56-102.12-23.54-117.13C45.82,73.38,58.16,62.65,74.11,52A176.3,176.3,0,0,1,102.75,36.8c1-.43,1.93-.84,2.76-1.21,4.95-2.23,12.45-5.6,21.95-2,6.34,2.38,12,7.25,20.86,16,18.17,17.92,43,57.83,52.16,77.43,6.15,13.21,10.22,21.93,10.23,31.71,0,11.45-5.76,20.28-12.75,29.81-1.31,1.79-2.61,3.5-3.87,5.16-7.61,10-9.28,12.89-8.18,18.05,2.23,10.37,18.86,41.24,46.19,68.51s57.31,42.85,67.72,45.07c5.38,1.15,8.33-.59,18.65-8.47,1.48-1.13,3-2.3,4.59-3.47,10.66-7.93,19.08-13.54,30.26-13.54h.06c9.73,0,18.06,4.22,31.86,11.18,18,9.08,59.11,33.59,77.14,51.78,8.77,8.84,13.66,14.48,16.05,20.81,3.6,9.53.21,17-2,22-.37.83-.78,1.74-1.21,2.75a176.49,176.49,0,0,1-15.29,28.58c-10.63,15.9-21.4,28.21-39.38,36.58A67.42,67.42,0,0,1,391,480Z\"/></svg></li><li title=\"camera outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M350.54,148.68l-26.62-42.06C318.31,100.08,310.62,96,302,96H210c-8.62,0-16.31,4.08-21.92,10.62l-26.62,42.06C155.85,155.23,148.62,160,140,160H80a32,32,0,0,0-32,32V384a32,32,0,0,0,32,32H432a32,32,0,0,0,32-32V192a32,32,0,0,0-32-32H373C364.35,160,356.15,155.23,350.54,148.68Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><circle cx=\"256\" cy=\"272\" r=\"80\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><polyline points=\"124 158 124 136 100 136 100 158\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"camera reverse outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M350.54,148.68l-26.62-42.06C318.31,100.08,310.62,96,302,96H210c-8.62,0-16.31,4.08-21.92,10.62l-26.62,42.06C155.85,155.23,148.62,160,140,160H80a32,32,0,0,0-32,32V384a32,32,0,0,0,32,32H432a32,32,0,0,0,32-32V192a32,32,0,0,0-32-32H373C364.35,160,356.15,155.23,350.54,148.68Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><polyline points=\"124 158 124 136 100 136 100 158\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M335.76,285.22V271.91a80,80,0,0,0-131-61.6M176,258.78v13.31a80,80,0,0,0,130.73,61.8\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><polyline points=\"196 272 176 252 156 272\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><polyline points=\"356 272 336 292 316 272\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"camera reverse sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M456,144H373c-3,0-6.72-1.94-9.62-5L336.07,96.21C326,80,320,80,302,80H210c-18,0-23,0-34.07,16.21L148.62,139c-2.22,2.42-5.34,5-8.62,5V128a8,8,0,0,0-8-8H92a8,8,0,0,0-8,8v16H56a24,24,0,0,0-24,24V408a24,24,0,0,0,24,24H456a24,24,0,0,0,24-24V168A24,24,0,0,0,456,144ZM256,368c-47.82,0-87.76-34.23-95-80H117.37L176,229.37,234.63,288H194a64.07,64.07,0,0,0,102.63,33.49L320,343l-3.68,3.72A96.64,96.64,0,0,1,256,368Zm80-53.84L277.11,256H318a64.26,64.26,0,0,0-103-33.36L192,200l3.14-2.45A96.19,96.19,0,0,1,255.76,176c47.85,0,87,34.19,94.24,80h44.92Z\"/></svg></li><li title=\"camera reverse \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M432,144H373c-3,0-6.72-1.94-9.62-5L337.44,98.06a15.52,15.52,0,0,0-1.37-1.85C327.11,85.76,315,80,302,80H210c-13,0-25.11,5.76-34.07,16.21a15.52,15.52,0,0,0-1.37,1.85l-25.94,41c-2.22,2.42-5.34,5-8.62,5v-8a16,16,0,0,0-16-16H100a16,16,0,0,0-16,16v8H80a48.05,48.05,0,0,0-48,48V384a48.05,48.05,0,0,0,48,48H432a48.05,48.05,0,0,0,48-48V192A48.05,48.05,0,0,0,432,144ZM316.84,346.3a96.06,96.06,0,0,1-155.66-59.18,16,16,0,0,1-16.49-26.43l20-20a16,16,0,0,1,22.62,0l20,20A16,16,0,0,1,196,288a17.31,17.31,0,0,1-2-.14,64.07,64.07,0,0,0,102.66,33.63,16,16,0,1,1,20.21,24.81Zm50.47-63-20,20a16,16,0,0,1-22.62,0l-20-20a16,16,0,0,1,13.09-27.2A64,64,0,0,0,215,222.64,16,16,0,1,1,194.61,198a96,96,0,0,1,156,59,16,16,0,0,1,16.72,26.35Z\"/></svg></li><li title=\"camera sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><circle cx=\"256\" cy=\"272\" r=\"64\"/><path d=\"M456,144H373c-3,0-6.72-1.94-9.62-5l-27.28-42.8C325,80,320,80,302,80H210c-18,0-24,0-34.07,16.21L148.62,139c-2.22,2.42-5.34,5-8.62,5V128a8,8,0,0,0-8-8H92a8,8,0,0,0-8,8v16H56a24,24,0,0,0-24,24V408a24,24,0,0,0,24,24H456a24,24,0,0,0,24-24V168A24,24,0,0,0,456,144ZM260.51,367.9a96,96,0,1,1,91.39-91.39A96.11,96.11,0,0,1,260.51,367.9Z\"/></svg></li><li title=\"camera \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><circle cx=\"256\" cy=\"272\" r=\"64\"/><path d=\"M432,144H373c-3,0-6.72-1.94-9.62-5L337.44,98.06a15.52,15.52,0,0,0-1.37-1.85C327.11,85.76,315,80,302,80H210c-13,0-25.11,5.76-34.07,16.21a15.52,15.52,0,0,0-1.37,1.85l-25.94,41c-2.22,2.42-5.34,5-8.62,5v-8a16,16,0,0,0-16-16H100a16,16,0,0,0-16,16v8H80a48.05,48.05,0,0,0-48,48V384a48.05,48.05,0,0,0,48,48H432a48.05,48.05,0,0,0,48-48V192A48.05,48.05,0,0,0,432,144ZM256,368a96,96,0,1,1,96-96A96.11,96.11,0,0,1,256,368Z\"/></svg></li><li title=\"car outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M80,224l37.78-88.15C123.93,121.5,139.6,112,157.11,112H354.89c17.51,0,33.18,9.5,39.33,23.85L432,224\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><rect x=\"80\" y=\"224\" width=\"352\" height=\"144\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><polyline points=\"112 368 112 400 80 400 80 368\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><polyline points=\"432 368 432 400 400 400 400 368\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><circle cx=\"144\" cy=\"288\" r=\"16\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><circle cx=\"368\" cy=\"288\" r=\"16\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"car sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M447.68,220.78a16.44,16.44,0,0,0-1-3.1l-48-112A16,16,0,0,0,384,96H128a16,16,0,0,0-14.71,9.7l-48,112a16.44,16.44,0,0,0-1,3.1A16.15,16.15,0,0,0,64,224V408a8,8,0,0,0,8,8h32a8,8,0,0,0,8-8V384H400v24a8,8,0,0,0,8,8h32a8,8,0,0,0,8-8V224A16.15,16.15,0,0,0,447.68,220.78ZM144,320a32,32,0,1,1,32-32A32,32,0,0,1,144,320Zm224,0a32,32,0,1,1,32-32A32,32,0,0,1,368,320ZM104.26,208l34.29-80h234.9l34.29,80Z\"/></svg></li><li title=\"car sport outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M469.71,234.6c-7.33-9.73-34.56-16.43-46.08-33.94s-20.95-55.43-50.27-70S288,112,256,112s-88,4-117.36,18.63-38.75,52.52-50.27,70S49.62,224.87,42.29,234.6,29.8,305.84,32.94,336s9,48,9,48h86c14.08,0,18.66-5.29,47.46-8C207,373,238,372,256,372s50,1,81.58,4c28.8,2.73,33.53,8,47.46,8h85s5.86-17.84,9-48S477,244.33,469.71,234.6Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><rect x=\"400\" y=\"384\" width=\"56\" height=\"16\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><rect x=\"56\" y=\"384\" width=\"56\" height=\"16\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M364.47,309.16c-5.91-6.83-25.17-12.53-50.67-16.35S279,288,256.2,288s-33.17,1.64-57.61,4.81-42.79,8.81-50.66,16.35C136.12,320.6,153.42,333.44,167,335c13.16,1.5,39.47.95,89.31.95s76.15.55,89.31-.95C359.18,333.35,375.24,321.4,364.47,309.16Z\"/><path d=\"M431.57,243.05a3.23,3.23,0,0,0-3.1-3c-11.81-.42-23.8.42-45.07,6.69a93.88,93.88,0,0,0-30.08,15.06c-2.28,1.78-1.47,6.59,1.39,7.1A455.32,455.32,0,0,0,407.53,272c10.59,0,21.52-3,23.55-12.44A52.41,52.41,0,0,0,431.57,243.05Z\"/><path d=\"M80.43,243.05a3.23,3.23,0,0,1,3.1-3c11.81-.42,23.8.42,45.07,6.69a93.88,93.88,0,0,1,30.08,15.06c2.28,1.78,1.47,6.59-1.39,7.1A455.32,455.32,0,0,1,104.47,272c-10.59,0-21.52-3-23.55-12.44A52.41,52.41,0,0,1,80.43,243.05Z\"/><line x1=\"432\" y1=\"192\" x2=\"448\" y2=\"192\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"64\" y1=\"192\" x2=\"80\" y2=\"192\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M78,211s46.35-12,178-12,178,12,178,12\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"car sport sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M488,224c-3-5-32.61-17.79-32.61-17.79,5.15-2.66,8.67-3.21,8.67-14.21,0-12-.06-16-8.06-16H428.86c-.11-.24-.23-.49-.34-.74-17.52-38.26-19.87-47.93-46-60.95C347.47,96.88,281.76,96,256,96s-91.47.88-126.49,18.31c-26.16,13-25.51,19.69-46,60.95,0,.11-.21.4-.4.74H55.94c-7.94,0-8,4-8,16,0,11,3.52,11.55,8.67,14.21C56.61,206.21,28,220,24,224s-8,32-8,80,4,96,4,96H31.94c0,14,2.06,16,8.06,16h80c6,0,8-2,8-16H384c0,14,2,16,8,16h82c4,0,6-3,6-16h12s4-49,4-96S491,229,488,224ZM125.26,268.94A516.94,516.94,0,0,1,70.42,272C50,272,49.3,273.31,47.86,260.56a72.16,72.16,0,0,1,.51-17.51L49,240h3c12,0,23.27.51,44.55,6.78a98,98,0,0,1,30.09,15.06C131,265,132,268,132,268Zm247.16,72L368,352H144s.39-.61-5-11.18c-4-7.82,1-12.82,8.91-15.66C163.23,319.64,208,304,256,304s93.66,13.48,108.5,21.16C370,328,376.83,330,372.42,341Zm-257-136.53a96.23,96.23,0,0,1-9.7.07c2.61-4.64,4.06-9.81,6.61-15.21,8-17,17.15-36.24,33.44-44.35,23.54-11.72,72.33-17,110.23-17s86.69,5.24,110.23,17c16.29,8.11,25.4,27.36,33.44,44.35,2.57,5.45,4,10.66,6.68,15.33-2,.11-4.3,0-9.79-.19Zm347.72,56.11C461,273,463,272,441.58,272a516.94,516.94,0,0,1-54.84-3.06c-2.85-.51-3.66-5.32-1.38-7.1a93.84,93.84,0,0,1,30.09-15.06c21.28-6.27,33.26-7.11,45.09-6.69a3.22,3.22,0,0,1,3.09,3A70.18,70.18,0,0,1,463.14,260.56Z\"/></svg></li><li title=\"car sport \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M494.26,276.22c-3.6-40.41-9.53-48.28-11.77-51.24-5.15-6.84-13.39-11.31-22.11-16l0,0a3.6,3.6,0,0,1-.91-5.68A15.93,15.93,0,0,0,464,190.77,16.27,16.27,0,0,0,447.65,176h-15.6a17,17,0,0,0-2,.13,8.5,8.5,0,0,0-1.41-.47l0,0c-9.24-19.53-21.89-46.27-48.11-59.32C341.64,97,270,96,256,96s-85.64,1-124.48,20.31c-26.22,13.05-38.87,39.79-48.11,59.32l-.08.16a6.52,6.52,0,0,0-1.35.34,17,17,0,0,0-2-.13H64.35A16.27,16.27,0,0,0,48,190.77a15.93,15.93,0,0,0,4.59,12.47,3.6,3.6,0,0,1-.91,5.68l0,0c-8.72,4.72-17,9.19-22.11,16-2.24,3-8.16,10.83-11.77,51.24-2,22.74-2.3,46.28-.73,61.44,3.29,31.5,9.46,50.54,9.72,51.33a16,16,0,0,0,13.2,10.87h0V400a16,16,0,0,0,16,16h56a16,16,0,0,0,16-16h0c8.61,0,14.6-1.54,20.95-3.18a158.83,158.83,0,0,1,28-4.91C207.45,389,237.79,388,256,388c17.84,0,49.52,1,80.08,3.91a159.16,159.16,0,0,1,28.11,4.93c6.08,1.56,11.85,3,19.84,3.15h0a16,16,0,0,0,16,16h56a16,16,0,0,0,16-16v-.12h0A16,16,0,0,0,485.27,389c.26-.79,6.43-19.83,9.72-51.33C496.56,322.5,496.28,299,494.26,276.22ZM112.33,189.31c8-17,17.15-36.24,33.44-44.35,23.54-11.72,72.33-17,110.23-17s86.69,5.24,110.23,17c16.29,8.11,25.4,27.36,33.44,44.35l1,2.17a8,8,0,0,1-7.44,11.42C360,202,290,199.12,256,199.12s-104,2.95-137.28,3.85a8,8,0,0,1-7.44-11.42C111.63,190.81,112,190.06,112.33,189.31Zm11.93,79.63A427.17,427.17,0,0,1,72.42,272c-10.6,0-21.53-3-23.56-12.44-1.39-6.35-1.24-9.92-.49-13.51C49,243,50,240.78,55,240c13-2,20.27.51,41.55,6.78,14.11,4.15,24.29,9.68,30.09,14.06C129.55,263,128,268.64,124.26,268.94Zm221.38,82c-13.16,1.5-39.48.95-89.34.95s-76.17.55-89.33-.95c-13.58-1.51-30.89-14.35-19.07-25.79,7.87-7.54,26.23-13.18,50.68-16.35S233.38,304,256.2,304s32.12,1,57.62,4.81,44.77,9.52,50.68,16.35C375.28,337.4,359.21,349.35,345.64,351Zm117.5-91.39c-2,9.48-13,12.44-23.56,12.44a455.91,455.91,0,0,1-52.84-3.06c-3.06-.29-4.48-5.66-1.38-8.1,5.71-4.49,16-9.91,30.09-14.06,21.28-6.27,33.55-8.78,44.09-6.69,2.57.51,3.93,3.27,4.09,5A40.64,40.64,0,0,1,463.14,259.56Z\"/></svg></li><li title=\"car \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M447.68,220.78a16,16,0,0,0-1-3.08l-37.78-88.16C400.19,109.17,379,96,354.89,96H157.11c-24.09,0-45.3,13.17-54,33.54L65.29,217.7A15.72,15.72,0,0,0,64,224V400a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V384H384v16a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V224A16.15,16.15,0,0,0,447.68,220.78ZM144,320a32,32,0,1,1,32-32A32,32,0,0,1,144,320Zm224,0a32,32,0,1,1,32-32A32,32,0,0,1,368,320ZM104.26,208l28.23-65.85C136.11,133.69,146,128,157.11,128H354.89c11.1,0,21,5.69,24.62,14.15L407.74,208Z\"/></svg></li><li title=\"card outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><rect x=\"48\" y=\"96\" width=\"416\" height=\"320\" rx=\"56\" ry=\"56\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"48\" y1=\"192\" x2=\"464\" y2=\"192\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:60px\"/><rect x=\"128\" y=\"300\" width=\"48\" height=\"20\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:60px\"/></svg></li><li title=\"card sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M32,416a16,16,0,0,0,16,16H464a16,16,0,0,0,16-16V222H32ZM98,278a8,8,0,0,1,8-8h92a8,8,0,0,1,8,8v64a8,8,0,0,1-8,8H106a8,8,0,0,1-8-8Z\"/><path d=\"M464,80H48A16,16,0,0,0,32,96v66H480V96A16,16,0,0,0,464,80Z\"/></svg></li><li title=\"card \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M32,376a56,56,0,0,0,56,56H424a56,56,0,0,0,56-56V222H32Zm66-76a30,30,0,0,1,30-30h48a30,30,0,0,1,30,30v20a30,30,0,0,1-30,30H128a30,30,0,0,1-30-30Z\"/><path d=\"M424,80H88a56,56,0,0,0-56,56v26H480V136A56,56,0,0,0,424,80Z\"/></svg></li><li title=\"caret back circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M273.77,169.57,184.68,243.7a16,16,0,0,0,0,24.6l89.09,74.13A16,16,0,0,0,300,330.14V181.86A16,16,0,0,0,273.77,169.57Z\"/><path d=\"M448,256c0-106-86-192-192-192S64,150,64,256s86,192,192,192S448,362,448,256Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"caret back circle sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M48,256c0,114.87,93.13,208,208,208s208-93.13,208-208S370.87,48,256,48,48,141.13,48,256ZM300,364.27,169.91,256,300,147.73Z\"/></svg></li><li title=\"caret back circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M48,256c0,114.87,93.13,208,208,208s208-93.13,208-208S370.87,48,256,48,48,141.13,48,256Zm252-74.14V330.14a16,16,0,0,1-26.23,12.29L184.68,268.3a16,16,0,0,1,0-24.6l89.09-74.13A16,16,0,0,1,300,181.86Z\"/></svg></li><li title=\"caret back outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M321.94,98,158.82,237.78a24,24,0,0,0,0,36.44L321.94,414c15.57,13.34,39.62,2.28,39.62-18.22V116.18C361.56,95.68,337.51,84.62,321.94,98Z\"/></svg></li><li title=\"caret back sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polygon points=\"368 64 144 256 368 448 368 64\"/></svg></li><li title=\"caret back \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M321.94,98,158.82,237.78a24,24,0,0,0,0,36.44L321.94,414c15.57,13.34,39.62,2.28,39.62-18.22V116.18C361.56,95.68,337.51,84.62,321.94,98Z\"/></svg></li><li title=\"caret down circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M342.43,238.23,268.3,327.32a16,16,0,0,1-24.6,0l-74.13-89.09A16,16,0,0,1,181.86,212H330.14A16,16,0,0,1,342.43,238.23Z\"/><path d=\"M448,256c0-106-86-192-192-192S64,150,64,256s86,192,192,192S448,362,448,256Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"caret down circle sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M464,256c0-114.87-93.13-208-208-208S48,141.13,48,256s93.13,208,208,208S464,370.87,464,256Zm-99.73-44L256,342.09,147.73,212Z\"/></svg></li><li title=\"caret down circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M464,256c0-114.87-93.13-208-208-208S48,141.13,48,256s93.13,208,208,208S464,370.87,464,256ZM342.43,238.23,268.3,327.32a16,16,0,0,1-24.6,0l-74.13-89.09A16,16,0,0,1,181.86,212H330.14A16,16,0,0,1,342.43,238.23Z\"/></svg></li><li title=\"caret down outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M98,190.06,237.78,353.18a24,24,0,0,0,36.44,0L414,190.06c13.34-15.57,2.28-39.62-18.22-39.62H116.18C95.68,150.44,84.62,174.49,98,190.06Z\"/></svg></li><li title=\"caret down sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polygon points=\"64 144 256 368 448 144 64 144\"/></svg></li><li title=\"caret down \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M98,190.06,237.78,353.18a24,24,0,0,0,36.44,0L414,190.06c13.34-15.57,2.28-39.62-18.22-39.62H116.18C95.68,150.44,84.62,174.49,98,190.06Z\"/></svg></li><li title=\"caret forward circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M238.23,342.43l89.09-74.13a16,16,0,0,0,0-24.6l-89.09-74.13A16,16,0,0,0,212,181.86V330.14A16,16,0,0,0,238.23,342.43Z\"/><path d=\"M448,256c0-106-86-192-192-192S64,150,64,256s86,192,192,192S448,362,448,256Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"caret forward circle sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M464,256c0-114.87-93.13-208-208-208S48,141.13,48,256s93.13,208,208,208S464,370.87,464,256ZM212,147.73,342.09,256,212,364.27Z\"/></svg></li><li title=\"caret forward circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M464,256c0-114.87-93.13-208-208-208S48,141.13,48,256s93.13,208,208,208S464,370.87,464,256ZM212,330.14V181.86a16,16,0,0,1,26.23-12.29l89.09,74.13a16,16,0,0,1,0,24.6l-89.09,74.13A16,16,0,0,1,212,330.14Z\"/></svg></li><li title=\"caret forward outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M190.06,414,353.18,274.22a24,24,0,0,0,0-36.44L190.06,98c-15.57-13.34-39.62-2.28-39.62,18.22V395.82C150.44,416.32,174.49,427.38,190.06,414Z\"/></svg></li><li title=\"caret forward sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polygon points=\"144 448 368 256 144 64 144 448\"/></svg></li><li title=\"caret forward \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M190.06,414,353.18,274.22a24,24,0,0,0,0-36.44L190.06,98c-15.57-13.34-39.62-2.28-39.62,18.22V395.82C150.44,416.32,174.49,427.38,190.06,414Z\"/></svg></li><li title=\"caret up circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M342.43,273.77,268.3,184.68a16,16,0,0,0-24.6,0l-74.13,89.09A16,16,0,0,0,181.86,300H330.14A16,16,0,0,0,342.43,273.77Z\"/><path d=\"M448,256c0-106-86-192-192-192S64,150,64,256s86,192,192,192S448,362,448,256Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"caret up circle sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,48C141.13,48,48,141.13,48,256s93.13,208,208,208,208-93.13,208-208S370.87,48,256,48ZM147.73,300,256,169.91,364.27,300Z\"/></svg></li><li title=\"caret up circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,48C141.13,48,48,141.13,48,256s93.13,208,208,208,208-93.13,208-208S370.87,48,256,48Zm74.14,252H181.86a16,16,0,0,1-12.29-26.23l74.13-89.09a16,16,0,0,1,24.6,0l74.13,89.09A16,16,0,0,1,330.14,300Z\"/></svg></li><li title=\"caret up outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M414,321.94,274.22,158.82a24,24,0,0,0-36.44,0L98,321.94c-13.34,15.57-2.28,39.62,18.22,39.62H395.82C416.32,361.56,427.38,337.51,414,321.94Z\"/></svg></li><li title=\"caret up sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polygon points=\"448 368 256 144 64 368 448 368\"/></svg></li><li title=\"caret up \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M414,321.94,274.22,158.82a24,24,0,0,0-36.44,0L98,321.94c-13.34,15.57-2.28,39.62,18.22,39.62H395.82C416.32,361.56,427.38,337.51,414,321.94Z\"/></svg></li><li title=\"cart outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><circle cx=\"176\" cy=\"416\" r=\"16\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><circle cx=\"400\" cy=\"416\" r=\"16\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><polyline points=\"48 80 112 80 160 352 416 352\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M160,288H409.44a8,8,0,0,0,7.85-6.43l28.8-144a8,8,0,0,0-7.85-9.57H128\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"cart sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><circle cx=\"176\" cy=\"416\" r=\"32\"/><circle cx=\"400\" cy=\"416\" r=\"32\"/><polygon points=\"167.78 304 429.12 304 467.52 112 133.89 112 125.42 64 32 64 32 96 98.58 96 146.58 368 432 368 432 336 173.42 336 167.78 304\"/></svg></li><li title=\"cart \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><circle cx=\"176\" cy=\"416\" r=\"32\"/><circle cx=\"400\" cy=\"416\" r=\"32\"/><path d=\"M456.8,120.78A23.92,23.92,0,0,0,438.24,112H133.89l-6.13-34.78A16,16,0,0,0,112,64H48a16,16,0,0,0,0,32H98.58l45.66,258.78A16,16,0,0,0,160,368H416a16,16,0,0,0,0-32H173.42l-5.64-32H409.44A24.07,24.07,0,0,0,433,284.71l28.8-144A24,24,0,0,0,456.8,120.78Z\"/></svg></li><li title=\"cash outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><rect x=\"32\" y=\"80\" width=\"448\" height=\"256\" rx=\"16\" ry=\"16\" transform=\"translate(512 416) rotate(180)\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"64\" y1=\"384\" x2=\"448\" y2=\"384\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"96\" y1=\"432\" x2=\"416\" y2=\"432\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><circle cx=\"256\" cy=\"208\" r=\"80\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M480,160a80,80,0,0,1-80-80\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M32,160a80,80,0,0,0,80-80\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M480,256a80,80,0,0,0-80,80\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M32,256a80,80,0,0,1,80,80\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"cash sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><rect x=\"48\" y=\"368\" width=\"416\" height=\"32\"/><rect x=\"80\" y=\"416\" width=\"352\" height=\"32\"/><path d=\"M480,176a96.11,96.11,0,0,1-96-96V64H128V80a96.11,96.11,0,0,1-96,96H16v64H32a96.11,96.11,0,0,1,96,96v16H384V336a96.11,96.11,0,0,1,96-96h16V176ZM256,304a96,96,0,1,1,96-96A96.11,96.11,0,0,1,256,304Z\"/><path d=\"M96,80V64H16v80H32A64.07,64.07,0,0,0,96,80Z\"/><path d=\"M32,272H16v80H96V336A64.07,64.07,0,0,0,32,272Z\"/><path d=\"M480,144h16V64H416V80A64.07,64.07,0,0,0,480,144Z\"/><path d=\"M416,336v16h80V272H480A64.07,64.07,0,0,0,416,336Z\"/><circle cx=\"256\" cy=\"208\" r=\"64\"/></svg></li><li title=\"cash \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M448,400H64a16,16,0,0,1,0-32H448a16,16,0,0,1,0,32Z\"/><path d=\"M416,448H96a16,16,0,0,1,0-32H416a16,16,0,0,1,0,32Z\"/><path d=\"M32,272H16v48a32,32,0,0,0,32,32H96V336A64.07,64.07,0,0,0,32,272Z\"/><path d=\"M480,240h16V176H480a96.11,96.11,0,0,1-96-96V64H128V80a96.11,96.11,0,0,1-96,96H16v64c5,0,10.34,0,16,0a96.11,96.11,0,0,1,96,96v16H384V336A96.11,96.11,0,0,1,480,240ZM256,304a96,96,0,1,1,96-96A96.11,96.11,0,0,1,256,304Z\"/><circle cx=\"256\" cy=\"208\" r=\"64\"/><path d=\"M416,336v16h48a32,32,0,0,0,32-32V272H480A64.07,64.07,0,0,0,416,336Z\"/><path d=\"M480,144h16V96a32,32,0,0,0-32-32H416V80A64.07,64.07,0,0,0,480,144Z\"/><path d=\"M96,80V64H48A32,32,0,0,0,16,96v48H32A64.07,64.07,0,0,0,96,80Z\"/></svg></li><li title=\"cellular outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><rect x=\"416\" y=\"96\" width=\"64\" height=\"320\" rx=\"8\" ry=\"8\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/><rect x=\"288\" y=\"176\" width=\"64\" height=\"240\" rx=\"8\" ry=\"8\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/><rect x=\"160\" y=\"240\" width=\"64\" height=\"176\" rx=\"8\" ry=\"8\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/><rect x=\"32\" y=\"304\" width=\"64\" height=\"112\" rx=\"8\" ry=\"8\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"cellular sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M496,432H400V80h96Z\"/><path d=\"M368,432H272V160h96Z\"/><path d=\"M240,432H144V224h96Z\"/><path d=\"M112,432H16V288h96Z\"/></svg></li><li title=\"cellular \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M472,432H424a24,24,0,0,1-24-24V104a24,24,0,0,1,24-24h48a24,24,0,0,1,24,24V408A24,24,0,0,1,472,432Z\"/><path d=\"M344,432H296a24,24,0,0,1-24-24V184a24,24,0,0,1,24-24h48a24,24,0,0,1,24,24V408A24,24,0,0,1,344,432Z\"/><path d=\"M216,432H168a24,24,0,0,1-24-24V248a24,24,0,0,1,24-24h48a24,24,0,0,1,24,24V408A24,24,0,0,1,216,432Z\"/><path d=\"M88,432H40a24,24,0,0,1-24-24V312a24,24,0,0,1,24-24H88a24,24,0,0,1,24,24v96A24,24,0,0,1,88,432Z\"/></svg></li><li title=\"chatbox ellipses outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M408,64H104a56.16,56.16,0,0,0-56,56V312a56.16,56.16,0,0,0,56,56h40v80l93.72-78.14a8,8,0,0,1,5.13-1.86H408a56.16,56.16,0,0,0,56-56V120A56.16,56.16,0,0,0,408,64Z\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/><circle cx=\"160\" cy=\"216\" r=\"32\"/><circle cx=\"256\" cy=\"216\" r=\"32\"/><circle cx=\"352\" cy=\"216\" r=\"32\"/></svg></li><li title=\"chatbox ellipses sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M456,48H56A24,24,0,0,0,32,72V360a24,24,0,0,0,24,24h72v80l117.74-80H456a24,24,0,0,0,24-24V72A24,24,0,0,0,456,48ZM160,248a32,32,0,1,1,32-32A32,32,0,0,1,160,248Zm96,0a32,32,0,1,1,32-32A32,32,0,0,1,256,248Zm96,0a32,32,0,1,1,32-32A32,32,0,0,1,352,248ZM456,80h0Z\"/></svg></li><li title=\"chatbox ellipses \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M408,48H104a72.08,72.08,0,0,0-72,72V312a72.08,72.08,0,0,0,72,72h24v64a16,16,0,0,0,26.25,12.29L245.74,384H408a72.08,72.08,0,0,0,72-72V120A72.08,72.08,0,0,0,408,48ZM160,248a32,32,0,1,1,32-32A32,32,0,0,1,160,248Zm96,0a32,32,0,1,1,32-32A32,32,0,0,1,256,248Zm96,0a32,32,0,1,1,32-32A32,32,0,0,1,352,248Z\"/></svg></li><li title=\"chatbox outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M408,64H104a56.16,56.16,0,0,0-56,56V312a56.16,56.16,0,0,0,56,56h40v80l93.72-78.14a8,8,0,0,1,5.13-1.86H408a56.16,56.16,0,0,0,56-56V120A56.16,56.16,0,0,0,408,64Z\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"chatbox sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M128,464V384H56a24,24,0,0,1-24-24V72A24,24,0,0,1,56,48H456a24,24,0,0,1,24,24V360a24,24,0,0,1-24,24H245.74ZM456,80h0Z\"/></svg></li><li title=\"chatbox \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M144,464a16,16,0,0,1-16-16V384H104a72.08,72.08,0,0,1-72-72V120a72.08,72.08,0,0,1,72-72H408a72.08,72.08,0,0,1,72,72V312a72.08,72.08,0,0,1-72,72H245.74l-91.49,76.29A16.05,16.05,0,0,1,144,464Z\"/></svg></li><li title=\"chatbubble ellipses outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M87.48,380c1.2-4.38-1.43-10.47-3.94-14.86A42.63,42.63,0,0,0,81,361.34a199.81,199.81,0,0,1-33-110C47.64,139.09,140.72,48,255.82,48,356.2,48,440,117.54,459.57,209.85A199,199,0,0,1,464,251.49c0,112.41-89.49,204.93-204.59,204.93-18.31,0-43-4.6-56.47-8.37s-26.92-8.77-30.39-10.11a31.14,31.14,0,0,0-11.13-2.07,30.7,30.7,0,0,0-12.08,2.43L81.5,462.78A15.92,15.92,0,0,1,76.84,464a9.61,9.61,0,0,1-9.58-9.74,15.85,15.85,0,0,1,.6-3.29Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><circle cx=\"160\" cy=\"256\" r=\"32\"/><circle cx=\"256\" cy=\"256\" r=\"32\"/><circle cx=\"352\" cy=\"256\" r=\"32\"/></svg></li><li title=\"chatbubble ellipses sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M475.22,206.52C464.88,157.87,437.46,113.59,398,81.84A227.4,227.4,0,0,0,255.82,32C194.9,32,138,55.47,95.46,98.09,54.35,139.33,31.82,193.78,32,251.37A215.66,215.66,0,0,0,67.65,370.13L72,376.18,48,480l114.8-28.56s2.3.77,4,1.42,16.33,6.26,31.85,10.6c12.9,3.6,39.74,9,60.77,9,59.65,0,115.35-23.1,156.83-65.06C457.36,365.77,480,310.42,480,251.49A213.5,213.5,0,0,0,475.22,206.52ZM160,288a32,32,0,1,1,32-32A32,32,0,0,1,160,288Zm96,0a32,32,0,1,1,32-32A32,32,0,0,1,256,288Zm96,0a32,32,0,1,1,32-32A32,32,0,0,1,352,288Z\"/></svg></li><li title=\"chatbubble ellipses \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M398,81.84A227.4,227.4,0,0,0,255.82,32C194.9,32,138,55.47,95.46,98.09,54.35,139.33,31.82,193.78,32,251.37A215.66,215.66,0,0,0,67.65,370.13l.19.27c.28.41.57.82.86,1.22s.65.92.73,1.05l.22.4c1.13,2,2,4.44,1.23,6.9L52.46,446.63a29.13,29.13,0,0,0-1.2,7.63A25.69,25.69,0,0,0,76.83,480a29.44,29.44,0,0,0,10.45-2.29l67.49-24.36.85-.33a14.75,14.75,0,0,1,5.8-1.15,15.12,15.12,0,0,1,5.37,1c1.62.63,16.33,6.26,31.85,10.6,12.9,3.6,39.74,9,60.77,9,59.65,0,115.35-23.1,156.83-65.06C457.36,365.77,480,310.42,480,251.49a213.5,213.5,0,0,0-4.78-45C464.88,157.87,437.46,113.59,398,81.84ZM87.48,380h0ZM160,288a32,32,0,1,1,32-32A32,32,0,0,1,160,288Zm96,0a32,32,0,1,1,32-32A32,32,0,0,1,256,288Zm96,0a32,32,0,1,1,32-32A32,32,0,0,1,352,288Z\"/></svg></li><li title=\"chatbubble outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M87.49,380c1.19-4.38-1.44-10.47-3.95-14.86A44.86,44.86,0,0,0,81,361.34a199.81,199.81,0,0,1-33-110C47.65,139.09,140.73,48,255.83,48,356.21,48,440,117.54,459.58,209.85A199,199,0,0,1,464,251.49c0,112.41-89.49,204.93-204.59,204.93-18.3,0-43-4.6-56.47-8.37s-26.92-8.77-30.39-10.11a31.09,31.09,0,0,0-11.12-2.07,30.71,30.71,0,0,0-12.09,2.43L81.51,462.78A16,16,0,0,1,76.84,464a9.6,9.6,0,0,1-9.57-9.74,15.85,15.85,0,0,1,.6-3.29Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"chatbubble sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M475.22,206.52C464.88,157.87,437.46,113.59,398,81.84A227.4,227.4,0,0,0,255.82,32C194.9,32,138,55.47,95.46,98.09,54.35,139.33,31.82,193.78,32,251.37A215.66,215.66,0,0,0,67.65,370.13L72,376.18,48,480l114.8-28.56s2.3.77,4,1.42,16.33,6.26,31.85,10.6c12.9,3.6,39.74,9,60.77,9,59.65,0,115.35-23.1,156.83-65.06C457.36,365.77,480,310.42,480,251.49A213.5,213.5,0,0,0,475.22,206.52Z\"/></svg></li><li title=\"chatbubble \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M76.83,480a25.69,25.69,0,0,1-25.57-25.74,29.13,29.13,0,0,1,1.2-7.63L70.88,380c.77-2.46-.1-4.94-1.23-6.9l-.22-.4c-.08-.13-.46-.66-.73-1.05s-.58-.81-.86-1.22l-.19-.27A215.66,215.66,0,0,1,32,251.37c-.18-57.59,22.35-112,63.46-153.28C138,55.47,194.9,32,255.82,32A227.4,227.4,0,0,1,398,81.84c39.45,31.75,66.87,76,77.21,124.68a213.5,213.5,0,0,1,4.78,45c0,58.93-22.64,114.28-63.76,155.87-41.48,42-97.18,65.06-156.83,65.06-21,0-47.87-5.36-60.77-9-15.52-4.34-30.23-10-31.85-10.6a15.12,15.12,0,0,0-5.37-1,14.75,14.75,0,0,0-5.8,1.15l-.85.33L87.28,477.71A29.44,29.44,0,0,1,76.83,480Zm-2-31.8ZM87.48,380h0Z\"/></svg></li><li title=\"chatbubbles outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M431,320.6c-1-3.6,1.2-8.6,3.3-12.2a33.68,33.68,0,0,1,2.1-3.1A162,162,0,0,0,464,215c.3-92.2-77.5-167-173.7-167C206.4,48,136.4,105.1,120,180.9a160.7,160.7,0,0,0-3.7,34.2c0,92.3,74.8,169.1,171,169.1,15.3,0,35.9-4.6,47.2-7.7s22.5-7.2,25.4-8.3a26.44,26.44,0,0,1,9.3-1.7,26,26,0,0,1,10.1,2L436,388.6a13.52,13.52,0,0,0,3.9,1,8,8,0,0,0,8-8,12.85,12.85,0,0,0-.5-2.7Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M66.46,232a146.23,146.23,0,0,0,6.39,152.67c2.31,3.49,3.61,6.19,3.21,8s-11.93,61.87-11.93,61.87a8,8,0,0,0,2.71,7.68A8.17,8.17,0,0,0,72,464a7.26,7.26,0,0,0,2.91-.6l56.21-22a15.7,15.7,0,0,1,12,.2c18.94,7.38,39.88,12,60.83,12A159.21,159.21,0,0,0,284,432.11\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"chatbubbles sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M448,312.43c.77-1.11,1.51-2.26,2.27-3.34A174.55,174.55,0,0,0,480,211.85C480.32,112.55,396.54,32,292.94,32c-90.36,0-165.74,61.49-183.4,143.12a172.81,172.81,0,0,0-4,36.83c0,99.4,80.56,182.11,184.16,182.11,16.47,0,38.66-4.95,50.83-8.29s24.23-7.75,27.35-8.94,8-2.41,11.89-1.29l77.42,22.38a4,4,0,0,0,5-4.86l-17.72-67.49C443.24,320.57,443.08,319.63,448,312.43Z\"/><path d=\"M312.54,415.38a165.32,165.32,0,0,1-23.26,2.05c-42.43,0-82.5-11.2-115-32.2a184.09,184.09,0,0,1-53.09-49.32C95.11,301.34,80.89,257.4,80.89,211.42c0-3.13.11-6.14.22-9.16a4.34,4.34,0,0,0-7.54-3.12A158.76,158.76,0,0,0,58.71,394.38c2.47,3.77,3.87,6.68,3.44,8.62L48.06,475.26a4,4,0,0,0,5.22,4.53l68-24.24a16.85,16.85,0,0,1,12.92.22c20.35,8,42.86,12.92,65.37,12.92a169.45,169.45,0,0,0,116.63-46A4.29,4.29,0,0,0,312.54,415.38Z\"/></svg></li><li title=\"chatbubbles \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M60.44,389.17c0,.07,0,.2-.08.38C60.39,389.43,60.41,389.3,60.44,389.17Z\"/><path d=\"M439.9,405.6a26.77,26.77,0,0,1-9.59-2l-56.78-20.13-.42-.17a9.88,9.88,0,0,0-3.91-.76,10.32,10.32,0,0,0-3.62.66c-1.38.52-13.81,5.19-26.85,8.77-7.07,1.94-31.68,8.27-51.43,8.27-50.48,0-97.68-19.4-132.89-54.63A183.38,183.38,0,0,1,100.3,215.1a175.9,175.9,0,0,1,4.06-37.58c8.79-40.62,32.07-77.57,65.55-104A194.76,194.76,0,0,1,290.3,32c52.21,0,100.86,20,137,56.18,34.16,34.27,52.88,79.33,52.73,126.87a177.86,177.86,0,0,1-30.3,99.15l-.19.28-.74,1c-.17.23-.34.45-.5.68l-.15.27a21.63,21.63,0,0,0-1.08,2.09l15.74,55.94a26.42,26.42,0,0,1,1.12,7.11A24,24,0,0,1,439.9,405.6Z\"/><path d=\"M299.87,425.39a15.74,15.74,0,0,0-10.29-8.1c-5.78-1.53-12.52-1.27-17.67-1.65a201.78,201.78,0,0,1-128.82-58.75A199.21,199.21,0,0,1,86.4,244.16C85,234.42,85,232,85,232a16,16,0,0,0-28-10.58h0S49.12,230,45.4,238.61a162.09,162.09,0,0,0,11,150.06C59,393,59,395,58.42,399.5c-2.73,14.11-7.51,39-10,51.91a24,24,0,0,0,8,22.92l.46.39A24.34,24.34,0,0,0,72,480a23.42,23.42,0,0,0,9-1.79l53.51-20.65a8.05,8.05,0,0,1,5.72,0c21.07,7.84,43,12,63.78,12a176,176,0,0,0,74.91-16.66c5.46-2.56,14-5.34,19-11.12A15,15,0,0,0,299.87,425.39Z\"/></svg></li><li title=\"checkbox outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"352 176 217.6 336 160 272\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><rect x=\"64\" y=\"64\" width=\"384\" height=\"384\" rx=\"48\" ry=\"48\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"checkbox sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M48,48V464H464V48ZM218,360.38,137.4,270.81l23.79-21.41,56,62.22L350,153.46,374.54,174Z\"/></svg></li><li title=\"checkbox \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M400,48H112a64.07,64.07,0,0,0-64,64V400a64.07,64.07,0,0,0,64,64H400a64.07,64.07,0,0,0,64-64V112A64.07,64.07,0,0,0,400,48ZM364.25,186.29l-134.4,160a16,16,0,0,1-12,5.71h-.27a16,16,0,0,1-11.89-5.3l-57.6-64a16,16,0,1,1,23.78-21.4l45.29,50.32L339.75,165.71a16,16,0,0,1,24.5,20.58Z\"/></svg></li><li title=\"checkmark circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M448,256c0-106-86-192-192-192S64,150,64,256s86,192,192,192S448,362,448,256Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><polyline points=\"352 176 217.6 336 160 272\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"checkmark circle sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,48C141.31,48,48,141.31,48,256s93.31,208,208,208,208-93.31,208-208S370.69,48,256,48ZM218,360.38,137.4,270.81l23.79-21.41,56,62.22L350,153.46,374.54,174Z\"/></svg></li><li title=\"checkmark circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,48C141.31,48,48,141.31,48,256s93.31,208,208,208,208-93.31,208-208S370.69,48,256,48ZM364.25,186.29l-134.4,160a16,16,0,0,1-12,5.71h-.27a16,16,0,0,1-11.89-5.3l-57.6-64a16,16,0,1,1,23.78-21.4l45.29,50.32L339.75,165.71a16,16,0,0,1,24.5,20.58Z\"/></svg></li><li title=\"checkmark done circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M448,256c0-106-86-192-192-192S64,150,64,256s86,192,192,192S448,362,448,256Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><polyline points=\"368 192 256.13 320 208.18 272\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"191.95\" y1=\"320\" x2=\"144\" y2=\"272\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"305.71\" y1=\"192\" x2=\"254.16\" y2=\"251\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"checkmark done circle sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,48C141.31,48,48,141.31,48,256s93.31,208,208,208,208-93.31,208-208S370.69,48,256,48Zm48.19,121.42,24.1,21.06-73.61,84.1-24.1-23.06ZM191.93,342.63,121.37,272,144,249.37,214.57,320Zm65,.79L185.55,272l22.64-22.62,47.16,47.21L366.48,169.42l24.1,21.06Z\"/></svg></li><li title=\"checkmark done circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M258.9,48C141.92,46.42,46.42,141.92,48,258.9,49.56,371.09,140.91,462.44,253.1,464c117,1.6,212.48-93.9,210.88-210.88C462.44,140.91,371.09,49.56,258.9,48ZM242.11,240.47l51.55-59a16,16,0,0,1,24.1,21.06l-51.55,59a16,16,0,1,1-24.1-21.06Zm-38.86,90.85a16,16,0,0,1-22.62,0l-47.95-48a16,16,0,1,1,22.64-22.62l48,48A16,16,0,0,1,203.25,331.32Zm176.8-128.79-111.88,128A16,16,0,0,1,256.66,336h-.54a16,16,0,0,1-11.32-4.69l-47.94-48a16,16,0,1,1,22.64-22.62l29.8,29.83a8,8,0,0,0,11.68-.39l95-108.66a16,16,0,0,1,24.1,21.06Z\"/></svg></li><li title=\"checkmark done outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"464 128 240 384 144 288\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"144\" y1=\"384\" x2=\"48\" y2=\"288\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"368\" y1=\"128\" x2=\"232\" y2=\"284\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"checkmark done sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"465 127 241 384 149 292\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:44px\"/><line x1=\"140\" y1=\"385\" x2=\"47\" y2=\"292\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:44px\"/><line x1=\"363\" y1=\"127\" x2=\"236\" y2=\"273\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:44px\"/></svg></li><li title=\"checkmark done \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"464 128 240 384 144 288\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"144\" y1=\"384\" x2=\"48\" y2=\"288\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"368\" y1=\"128\" x2=\"232\" y2=\"284\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"checkmark outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"416 128 192 384 96 288\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"checkmark sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"416 128 192 384 96 288\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:44px\"/></svg></li><li title=\"checkmark \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"416 128 192 384 96 288\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"chevron back circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,64C150,64,64,150,64,256s86,192,192,192,192-86,192-192S362,64,256,64Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><polyline points=\"296 352 200 256 296 160\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"chevron back circle sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,48C141.13,48,48,141.13,48,256s93.13,208,208,208,208-93.13,208-208S370.87,48,256,48Zm62.63,304L296,374.63,177.37,256,296,137.37,318.63,160l-96,96Z\"/></svg></li><li title=\"chevron back circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,48C141.13,48,48,141.13,48,256s93.13,208,208,208,208-93.13,208-208S370.87,48,256,48Zm35.31,292.69a16,16,0,1,1-22.62,22.62l-96-96a16,16,0,0,1,0-22.62l96-96a16,16,0,0,1,22.62,22.62L206.63,256Z\"/></svg></li><li title=\"chevron back outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"328 112 184 256 328 400\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:48px\"/></svg></li><li title=\"chevron back sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"328 112 184 256 328 400\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:48px\"/></svg></li><li title=\"chevron back \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"328 112 184 256 328 400\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:48px\"/></svg></li><li title=\"chevron down circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,64C150,64,64,150,64,256s86,192,192,192,192-86,192-192S362,64,256,64Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><polyline points=\"352 216 256 312 160 216\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"chevron down circle sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,464c114.87,0,208-93.13,208-208S370.87,48,256,48,48,141.13,48,256,141.13,464,256,464ZM160,193.37l96,96,96-96L374.63,216,256,334.63,137.37,216Z\"/></svg></li><li title=\"chevron down circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M464,256c0-114.87-93.13-208-208-208S48,141.13,48,256s93.13,208,208,208S464,370.87,464,256ZM363.31,227.31l-96,96a16,16,0,0,1-22.62,0l-96-96a16,16,0,0,1,22.62-22.62L256,289.37l84.69-84.68a16,16,0,0,1,22.62,22.62Z\"/></svg></li><li title=\"chevron down outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"112 184 256 328 400 184\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:48px\"/></svg></li><li title=\"chevron down sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"112 184 256 328 400 184\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:48px\"/></svg></li><li title=\"chevron down \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"112 184 256 328 400 184\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:48px\"/></svg></li><li title=\"chevron forward circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M64,256c0,106,86,192,192,192s192-86,192-192S362,64,256,64,64,150,64,256Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><polyline points=\"216 352 312 256 216 160\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"chevron forward circle sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,48C141.13,48,48,141.13,48,256s93.13,208,208,208,208-93.13,208-208S370.87,48,256,48ZM216,374.63,193.37,352l96-96-96-96L216,137.37,334.63,256Z\"/></svg></li><li title=\"chevron forward circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M48,256c0,114.87,93.13,208,208,208s208-93.13,208-208S370.87,48,256,48,48,141.13,48,256Zm257.37,0-84.68-84.69a16,16,0,0,1,22.62-22.62l96,96a16,16,0,0,1,0,22.62l-96,96a16,16,0,0,1-22.62-22.62Z\"/></svg></li><li title=\"chevron forward outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"184 112 328 256 184 400\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:48px\"/></svg></li><li title=\"chevron forward sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"184 112 328 256 184 400\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:48px\"/></svg></li><li title=\"chevron forward \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"184 112 328 256 184 400\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:48px\"/></svg></li><li title=\"chevron up circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"352 296 256 200 160 296\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M256,64C150,64,64,150,64,256s86,192,192,192,192-86,192-192S362,64,256,64Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"chevron up circle sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,48C141.13,48,48,141.13,48,256s93.13,208,208,208,208-93.13,208-208S370.87,48,256,48Zm96,270.63-96-96-96,96L137.37,296,256,177.37,374.63,296Z\"/></svg></li><li title=\"chevron up circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,48C141.13,48,48,141.13,48,256s93.13,208,208,208,208-93.13,208-208S370.87,48,256,48ZM363.31,307.31a16,16,0,0,1-22.62,0L256,222.63l-84.69,84.68a16,16,0,0,1-22.62-22.62l96-96a16,16,0,0,1,22.62,0l96,96A16,16,0,0,1,363.31,307.31Z\"/></svg></li><li title=\"chevron up outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"112 328 256 184 400 328\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:48px\"/></svg></li><li title=\"chevron up sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"112 328 256 184 400 328\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:48px\"/></svg></li><li title=\"chevron up \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"112 328 256 184 400 328\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:48px\"/></svg></li><li title=\"clipboard outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M336,64h32a48,48,0,0,1,48,48V432a48,48,0,0,1-48,48H144a48,48,0,0,1-48-48V112a48,48,0,0,1,48-48h32\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/><rect x=\"176\" y=\"32\" width=\"160\" height=\"64\" rx=\"26.13\" ry=\"26.13\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"clipboard sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M420,48H352V28a12,12,0,0,0-12-12H172a12,12,0,0,0-12,12V48H92A12,12,0,0,0,80,60V484a12,12,0,0,0,12,12H420a12,12,0,0,0,12-12V60A12,12,0,0,0,420,48Zm-84.13,64H176.13V80H335.87Z\"/></svg></li><li title=\"clipboard \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M368,48H356.59a8,8,0,0,1-7.44-5.08A42.18,42.18,0,0,0,309.87,16H202.13a42.18,42.18,0,0,0-39.28,26.92A8,8,0,0,1,155.41,48H144a64,64,0,0,0-64,64V432a64,64,0,0,0,64,64H368a64,64,0,0,0,64-64V112A64,64,0,0,0,368,48Zm-48.13,64H192.13a16,16,0,0,1,0-32H319.87a16,16,0,0,1,0,32Z\"/></svg></li><li title=\"close circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M448,256c0-106-86-192-192-192S64,150,64,256s86,192,192,192S448,362,448,256Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><line x1=\"320\" y1=\"320\" x2=\"192\" y2=\"192\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"192\" y1=\"320\" x2=\"320\" y2=\"192\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"close circle sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,48C141.31,48,48,141.31,48,256s93.31,208,208,208,208-93.31,208-208S370.69,48,256,48Zm86.63,272L320,342.63l-64-64-64,64L169.37,320l64-64-64-64L192,169.37l64,64,64-64L342.63,192l-64,64Z\"/></svg></li><li title=\"close circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,48C141.31,48,48,141.31,48,256s93.31,208,208,208,208-93.31,208-208S370.69,48,256,48Zm75.31,260.69a16,16,0,1,1-22.62,22.62L256,278.63l-52.69,52.68a16,16,0,0,1-22.62-22.62L233.37,256l-52.68-52.69a16,16,0,0,1,22.62-22.62L256,233.37l52.69-52.68a16,16,0,0,1,22.62,22.62L278.63,256Z\"/></svg></li><li title=\"close outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><line x1=\"368\" y1=\"368\" x2=\"144\" y2=\"144\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"368\" y1=\"144\" x2=\"144\" y2=\"368\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"close sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polygon points=\"400 145.49 366.51 112 256 222.51 145.49 112 112 145.49 222.51 256 112 366.51 145.49 400 256 289.49 366.51 400 400 366.51 289.49 256 400 145.49\"/></svg></li><li title=\"close \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M289.94,256l95-95A24,24,0,0,0,351,127l-95,95-95-95A24,24,0,0,0,127,161l95,95-95,95A24,24,0,1,0,161,385l95-95,95,95A24,24,0,0,0,385,351Z\"/></svg></li><li title=\"cloud circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M333.88,240.59a8,8,0,0,1-6.66-6.66C320.68,192.78,290.82,168,256,168c-32.37,0-53.93,21.22-62.48,43.58a7.92,7.92,0,0,1-6.16,5c-27.67,4.35-50.82,22.56-51.35,54.3-.52,31.53,25.51,57.11,57,57.11H326c27.5,0,50-13.72,50-44C376,256.77,354,243.58,333.88,240.59Z\"/><path d=\"M448,256c0-106-86-192-192-192S64,150,64,256s86,192,192,192S448,362,448,256Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"cloud circle sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,48C141.13,48,48,141.13,48,256s93.13,208,208,208,208-93.13,208-208S370.87,48,256,48Zm70,280H196c-33,0-60-23-60-56,0-34.21,26-53,56-56,7.28-23.9,29.5-48,64-48,36.5,0,67.55,27.23,72,72,21.49,1.12,48,14.09,48,44C376,314.28,353.5,328,326,328Z\"/></svg></li><li title=\"cloud circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,48C141.13,48,48,141.13,48,256s93.13,208,208,208,208-93.13,208-208S370.87,48,256,48Zm70,280H193.05c-31.53,0-57.56-25.58-57-57.11.53-31.74,23.68-49.95,51.35-54.3a7.92,7.92,0,0,0,6.16-5C202.07,189.22,223.63,168,256,168c33.17,0,61.85,22.49,70.14,60.21a17.75,17.75,0,0,0,13.18,13.43C357.79,246.05,376,259.21,376,284,376,314.28,353.5,328,326,328Z\"/></svg></li><li title=\"cloud done outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M400,240c-8.89-89.54-71-144-144-144-69,0-113.44,48.2-128,96C68,198,16,235.59,16,304c0,66,54,112,120,112H396c55,0,100-27.44,100-88C496,268.18,443,242.24,400,240Z\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/><polyline points=\"317 208 209.2 336 163 284.8\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"cloud done sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M414.25,225.36c-6.52-41.18-24.05-76.4-51.11-102.46A153.57,153.57,0,0,0,256,80c-35.5,0-68.24,11.69-94.68,33.8a156.42,156.42,0,0,0-45.22,63.61c-30.26,4.81-57.45,17.18-77.38,35.37C13.39,235.88,0,267.42,0,304c0,36,14.38,68.88,40.49,92.59C65.64,419.43,99.56,432,136,432H396c32.37,0,60.23-8.57,80.59-24.77C499.76,388.78,512,361.39,512,328,512,266.15,463.56,232.66,414.25,225.36Zm-204.63,135-69.22-76.7,23.76-21.44,44.62,49.46,106.29-126.2,24.47,20.61Z\"/></svg></li><li title=\"cloud done \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M424.44,227.25a16,16,0,0,1-12.12-12.39c-7.68-36.68-24.45-68.15-49.18-92A153.57,153.57,0,0,0,256,80c-35.5,0-68.24,11.69-94.68,33.8a156.24,156.24,0,0,0-42,56,16,16,0,0,1-11.37,9.15c-27,5.62-51.07,17.34-69.18,33.87C13.39,235.88,0,267.42,0,304c0,36,14.38,68.88,40.49,92.59C65.64,419.43,99.56,432,136,432H396c32.37,0,60.23-8.57,80.59-24.77C499.76,388.78,512,361.39,512,328,512,270.43,470,237.42,424.44,227.25Zm-95.2-8.94-107.8,128a16,16,0,0,1-12,5.69h-.27a16,16,0,0,1-11.88-5.28l-45.9-50.87c-5.77-6.39-5.82-16.33.3-22.4a16,16,0,0,1,23.16.63l33.9,37.58,96-114a16,16,0,1,1,24.48,20.62Z\"/></svg></li><li title=\"cloud download outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M320,336h76c55,0,100-21.21,100-75.6s-53-73.47-96-75.6C391.11,99.74,329,48,256,48c-69,0-113.44,45.79-128,91.2-60,5.7-112,35.88-112,98.4S70,336,136,336h56\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><polyline points=\"192 400.1 256 464 320 400.1\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"256\" y1=\"224\" x2=\"256\" y2=\"448.03\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"cloud download sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M472.7,189.5c-15.76-10-36.21-16.79-58.59-19.54-6.65-39.1-24.22-72.52-51.27-97.26C334.15,46.45,296.21,32,256,32c-35.35,0-68,11.08-94.37,32a149.7,149.7,0,0,0-45.29,60.42c-30.67,4.32-57,14.61-76.71,30C13.7,174.83,0,203.56,0,237.6,0,305,55.92,352,136,352H240V208h32V352H396c72.64,0,116-34.24,116-91.6C512,230.35,498.41,205.83,472.7,189.5Z\"/><polygon points=\"240 419.42 191.98 371 169.37 394 256 480 342.63 394 320.02 371 272 419.42 272 352 240 352 240 419.42\"/></svg></li><li title=\"cloud download \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M472.7,189.5c-13.26-8.43-29.83-14.56-48.08-17.93A16,16,0,0,1,412,159.28c-7.86-34.51-24.6-64.13-49.15-86.58C334.15,46.45,296.21,32,256,32c-35.35,0-68,11.08-94.37,32a150.13,150.13,0,0,0-41.95,52.83A16.05,16.05,0,0,1,108,125.8c-27.13,4.9-50.53,14.68-68.41,28.7C13.7,174.83,0,203.56,0,237.6,0,305,55.93,352,136,352H240V224.45c0-8.61,6.62-16,15.23-16.43A16,16,0,0,1,272,224V352H396c72.64,0,116-34.24,116-91.6C512,230.35,498.41,205.83,472.7,189.5Z\"/><path d=\"M240,425.42l-36.7-36.64a16,16,0,0,0-22.6,22.65l64,63.89a16,16,0,0,0,22.6,0l64-63.89a16,16,0,0,0-22.6-22.65L272,425.42V352H240Z\"/></svg></li><li title=\"cloud offline outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M93.72,183.25C49.49,198.05,16,233.1,16,288c0,66,54,112,120,112H320.37\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M467.82,377.74C485.24,363.3,496,341.61,496,312c0-59.82-53-85.76-96-88-8.89-89.54-71-144-144-144-26.16,0-48.79,6.93-67.6,18.14\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"448\" y1=\"448\" x2=\"64\" y2=\"64\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"cloud offline sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><rect x=\"240\" y=\"-31.53\" width=\"32\" height=\"575.06\" transform=\"translate(-106.04 256) rotate(-45)\"/><path d=\"M38.72,212.78C13.39,235.88,0,267.42,0,304c0,36,14.38,68.88,40.49,92.59C65.64,419.43,99.56,432,136,432H364.12L110.51,178.39C82.5,183.78,57.42,195.72,38.72,212.78Z\"/><path d=\"M476.59,407.23C499.76,388.78,512,361.39,512,328c0-61.85-48.44-95.34-97.75-102.64-6.52-41.18-24.05-76.4-51.11-102.46A153.57,153.57,0,0,0,256,80c-30.47,0-58.9,8.62-83.07,25L475.75,407.86C476,407.65,476.32,407.45,476.59,407.23Z\"/></svg></li><li title=\"cloud offline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M448,464a15.92,15.92,0,0,1-11.31-4.69l-384-384A16,16,0,0,1,75.31,52.69l384,384A16,16,0,0,1,448,464Z\"/><path d=\"M38.72,196.78C13.39,219.88,0,251.42,0,288c0,36,14.38,68.88,40.49,92.59C65.64,403.43,99.56,416,136,416H328.8a8,8,0,0,0,5.66-13.66L100.88,168.76a8,8,0,0,0-8-2C72,173.15,53.4,183.38,38.72,196.78Z\"/><path d=\"M476.59,391.23C499.76,372.78,512,345.39,512,312c0-57.57-42-90.58-87.56-100.75a16,16,0,0,1-12.12-12.39c-7.68-36.68-24.45-68.15-49.18-92A153.57,153.57,0,0,0,256,64c-31.12,0-60.12,9-84.62,26.1a8,8,0,0,0-1.14,12.26L461.68,393.8a8,8,0,0,0,10.2.93Q474.31,393.05,476.59,391.23Z\"/></svg></li><li title=\"cloud outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M400,240c-8.89-89.54-71-144-144-144-69,0-113.44,48.2-128,96C68,198,16,235.59,16,304c0,66,54,112,120,112H396c55,0,100-27.44,100-88C496,268.18,443,242.24,400,240Z\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"cloud sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M396,432H136c-36.44,0-70.36-12.57-95.51-35.41C14.38,372.88,0,340,0,304c0-36.58,13.39-68.12,38.72-91.22,19.93-18.19,47.12-30.56,77.38-35.37a156.42,156.42,0,0,1,45.22-63.61C187.76,91.69,220.5,80,256,80a153.57,153.57,0,0,1,107.14,42.9c27.06,26.06,44.59,61.28,51.11,102.46C463.56,232.66,512,266.15,512,328c0,33.39-12.24,60.78-35.41,79.23C456.23,423.43,428.37,432,396,432Z\"/></svg></li><li title=\"cloud upload outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M320,367.79h76c55,0,100-29.21,100-83.6s-53-81.47-96-83.6c-8.89-85.06-71-136.8-144-136.8-69,0-113.44,45.79-128,91.2-60,5.7-112,43.88-112,106.4s54,106.4,120,106.4h56\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><polyline points=\"320 255.79 256 191.79 192 255.79\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"256\" y1=\"448.21\" x2=\"256\" y2=\"207.79\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"cloud upload sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M473.66,210c-16.56-12.3-37.7-20.75-59.52-24-6.62-39.18-24.21-72.67-51.3-97.45C334.15,62.25,296.21,47.79,256,47.79c-35.35,0-68,11.08-94.37,32.05a149.61,149.61,0,0,0-45.32,60.49c-29.94,4.6-57.12,16.68-77.39,34.55C13.46,197.33,0,227.24,0,261.39c0,34.52,14.49,66,40.79,88.76,25.12,21.69,58.94,33.64,95.21,33.64H240V230.42l-48,48-22.63-22.63L256,169.17l86.63,86.62L320,278.42l-48-48V383.79H396c31.34,0,59.91-8.8,80.45-24.77,23.26-18.1,35.55-44,35.55-74.83C512,254.25,498.74,228.58,473.66,210Z\"/><rect x=\"240\" y=\"383.79\" width=\"32\" height=\"80.41\"/></svg></li><li title=\"cloud upload \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M473.66,210c-14-10.38-31.2-18-49.36-22.11a16.11,16.11,0,0,1-12.19-12.22c-7.8-34.75-24.59-64.55-49.27-87.13C334.15,62.25,296.21,47.79,256,47.79c-35.35,0-68,11.08-94.37,32.05a150.07,150.07,0,0,0-42.06,53,16,16,0,0,1-11.31,8.87c-26.75,5.4-50.9,16.87-69.34,33.12C13.46,197.33,0,227.24,0,261.39c0,34.52,14.49,66,40.79,88.76,25.12,21.69,58.94,33.64,95.21,33.64H240V230.42l-36.69,36.69a16,16,0,0,1-23.16-.56c-5.8-6.37-5.24-16.3.85-22.39l63.69-63.68a16,16,0,0,1,22.62,0L331,244.14c6.28,6.29,6.64,16.6.39,22.91a16,16,0,0,1-22.68.06L272,230.42V383.79H396c31.34,0,59.91-8.8,80.45-24.77,23.26-18.1,35.55-44,35.55-74.83C512,254.25,498.74,228.58,473.66,210Z\"/><path d=\"M240,448.21a16,16,0,1,0,32,0V383.79H240Z\"/></svg></li><li title=\"cloud \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M396,432H136c-36.44,0-70.36-12.57-95.51-35.41C14.38,372.88,0,340,0,304c0-36.58,13.39-68.12,38.72-91.22,18.11-16.53,42.22-28.25,69.18-33.87a16,16,0,0,0,11.37-9.15,156.24,156.24,0,0,1,42.05-56C187.76,91.69,220.5,80,256,80a153.57,153.57,0,0,1,107.14,42.9c24.73,23.81,41.5,55.28,49.18,92a16,16,0,0,0,12.12,12.39C470,237.42,512,270.43,512,328c0,33.39-12.24,60.78-35.41,79.23C456.23,423.43,428.37,432,396,432Z\"/></svg></li><li title=\"cloudy night outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M388.31,272c47.75,0,89.77-27.77,107.69-68.92-14.21,6.18-30.9,8.61-47.38,8.61A116.31,116.31,0,0,1,332.31,95.38c0-16.48,2.43-33.17,8.61-47.38C299.77,65.92,272,107.94,272,155.69a116.31,116.31,0,0,0,3.44,28.18\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M90.61,306.85A16.07,16.07,0,0,0,104,293.6C116.09,220.17,169.63,176,232,176c57.93,0,96.62,37.75,112.2,77.74a15.84,15.84,0,0,0,12.2,9.87c50,8.15,91.6,41.54,91.6,99.59C448,422.6,399.4,464,340,464H106c-49.5,0-90-24.7-90-79.2C16,336.33,54.67,312.58,90.61,306.85Z\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"cloudy night sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M340,480H106c-29.5,0-54.92-7.83-73.53-22.64C11.23,440.44,0,415.35,0,384.8c0-29.44,12.09-54.25,35-71.74,14.55-11.13,33.41-18.87,53.2-22,6.06-36.92,21.92-68.53,46.29-92A139.82,139.82,0,0,1,232,160c32.33,0,62.15,10.65,86.24,30.79a142.41,142.41,0,0,1,40.83,57.05c27.18,4.48,51.59,15.68,69.56,32.08C451.77,301,464,329.82,464,363.2c0,32.85-13.13,62.87-37,84.52C404.11,468.54,373.2,480,340,480Z\"/><path d=\"M381.55,219.93c26.5,6.93,50,19.32,68.65,36.34q3.89,3.56,7.47,7.34c25.41-18.4,45.47-44.92,54.33-71.38-16.24,7.07-35.31,9.85-54.15,9.85-73.42,0-115.93-42.51-115.93-115.93,0-18.84,2.78-37.91,9.85-54.15-40.41,13.53-81,53.19-92.52,98.13a162.61,162.61,0,0,1,79.52,36.12A173,173,0,0,1,381.55,219.93Z\"/></svg></li><li title=\"cloudy night \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M340,480H106c-29.5,0-54.92-7.83-73.53-22.64C11.23,440.44,0,415.35,0,384.8c0-29.44,12.09-54.25,35-71.74,12.1-9.26,27.2-16.17,43.33-20.05A16,16,0,0,0,90.14,280.8c7.15-32.54,22.25-60.49,44.33-81.75A139.82,139.82,0,0,1,232,160c32.33,0,62.15,10.65,86.24,30.79a142.22,142.22,0,0,1,37.65,49.54,16.06,16.06,0,0,0,11.12,9c24,5.22,45.42,15.78,61.62,30.56C451.77,301,464,329.82,464,363.2c0,32.85-13.13,62.87-37,84.52C404.11,468.54,373.2,480,340,480Z\"/><path d=\"M510.53,209.79a16.34,16.34,0,0,0-1.35-15.8,16,16,0,0,0-19.57-5.58c-10.7,4.65-24.48,7.17-39.92,7.28-55.3.4-101.38-45-101.38-100.31,0-15.75,2.48-29.84,7.18-40.76a16.3,16.3,0,0,0-1.85-16.33,16,16,0,0,0-19.1-5c-38.63,16.82-66.18,51.51-75.27,92.54a4,4,0,0,0,3.19,4.79,162.54,162.54,0,0,1,76.31,35.59,172.58,172.58,0,0,1,39.64,47.84,16.35,16.35,0,0,0,9.54,7.64c23.89,7.17,45.1,18.9,62.25,34.54q4.44,4.07,8.48,8.42a4,4,0,0,0,5.16.57A129.12,129.12,0,0,0,510.53,209.79Z\"/></svg></li><li title=\"cloudy outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M100.18,241.19a15.93,15.93,0,0,0,13.37-13.25C126.6,145.59,186.34,96,256,96c64.69,0,107.79,42.36,124.92,87a16.11,16.11,0,0,0,12.53,10.18C449.36,202.06,496,239.21,496,304c0,66-54,112-120,112H116c-55,0-100-27.44-100-88C16,273.57,59.89,247.19,100.18,241.19Z\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"cloudy sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M376,432H116c-32.37,0-60.23-8.57-80.59-24.77C12.24,388.78,0,361.39,0,328c0-61.85,48.44-95.34,97.75-102.64,6.52-41.18,24-76.4,51.11-102.46A153.57,153.57,0,0,1,256,80c35.5,0,68.24,11.69,94.68,33.8a156.42,156.42,0,0,1,45.22,63.61c30.26,4.81,57.45,17.18,77.38,35.36C498.61,235.88,512,267.42,512,304c0,36-14.38,68.88-40.49,92.59C446.36,419.43,412.44,432,376,432Z\"/></svg></li><li title=\"cloudy \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M376,432H116c-32.37,0-60.23-8.57-80.59-24.77C12.24,388.78,0,361.39,0,328c0-57.57,42-90.58,87.56-100.75a16,16,0,0,0,12.12-12.39c7.68-36.68,24.45-68.15,49.18-92A153.57,153.57,0,0,1,256,80c35.5,0,68.24,11.69,94.68,33.8a156.24,156.24,0,0,1,42.05,56,16,16,0,0,0,11.37,9.16c27,5.61,51.07,17.33,69.18,33.85C498.61,235.88,512,267.42,512,304c0,36-14.38,68.88-40.49,92.59C446.36,419.43,412.44,432,376,432Z\"/></svg></li><li title=\"code download outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"160 368 32 256 160 144\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><polyline points=\"352 368 480 256 352 144\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><polyline points=\"192 288.1 256 352 320 288.1\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"256\" y1=\"160\" x2=\"256\" y2=\"336.03\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"code download sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"160 368 32 256 160 144\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:42px\"/><polyline points=\"352 368 480 256 352 144\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:42px\"/><polyline points=\"192 288.1 256 352 320 288.1\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:42px\"/><line x1=\"256\" y1=\"160\" x2=\"256\" y2=\"336.03\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:42px\"/></svg></li><li title=\"code download \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"160 368 32 256 160 144\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:42px\"/><polyline points=\"352 368 480 256 352 144\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:42px\"/><polyline points=\"192 288.1 256 352 320 288.1\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:42px\"/><line x1=\"256\" y1=\"160\" x2=\"256\" y2=\"336.03\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:42px\"/></svg></li><li title=\"code outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"160 368 32 256 160 144\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><polyline points=\"352 368 480 256 352 144\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"code sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polygon points=\"161.98 397.63 0 256 161.98 114.37 189.63 145.98 64 256 189.63 366.02 161.98 397.63\"/><polygon points=\"350.02 397.63 322.37 366.02 448 256 322.37 145.98 350.02 114.37 512 256 350.02 397.63\"/></svg></li><li title=\"code slash outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"160 368 32 256 160 144\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><polyline points=\"352 368 480 256 352 144\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"304\" y1=\"96\" x2=\"208\" y2=\"416\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"code slash sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polygon points=\"161.98 397.63 0 256 161.98 114.37 189.63 145.98 64 256 189.63 366.02 161.98 397.63\"/><polygon points=\"350.02 397.63 322.37 366.02 448 256 322.37 145.98 350.02 114.37 512 256 350.02 397.63\"/><polygon points=\"222.15 442 182 430.08 289.85 70 330 81.92 222.15 442\"/></svg></li><li title=\"code slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M160,389a20.91,20.91,0,0,1-13.82-5.2l-128-112a21,21,0,0,1,0-31.6l128-112a21,21,0,0,1,27.66,31.61L63.89,256l109.94,96.19A21,21,0,0,1,160,389Z\"/><path d=\"M352,389a21,21,0,0,1-13.84-36.81L448.11,256,338.17,159.81a21,21,0,0,1,27.66-31.61l128,112a21,21,0,0,1,0,31.6l-128,112A20.89,20.89,0,0,1,352,389Z\"/><path d=\"M208,437a21,21,0,0,1-20.12-27l96-320A21,21,0,1,1,324.11,102l-96,320A21,21,0,0,1,208,437Z\"/></svg></li><li title=\"code working outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><circle cx=\"256\" cy=\"256\" r=\"26\"/><circle cx=\"346\" cy=\"256\" r=\"26\"/><circle cx=\"166\" cy=\"256\" r=\"26\"/><polyline points=\"160 368 32 256 160 144\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><polyline points=\"352 368 480 256 352 144\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"code working sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><circle cx=\"256\" cy=\"256\" r=\"26\" style=\"stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:10px\"/><circle cx=\"346\" cy=\"256\" r=\"26\" style=\"stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:10px\"/><circle cx=\"166\" cy=\"256\" r=\"26\" style=\"stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:10px\"/><polyline points=\"160 368 32 256 160 144\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:42px\"/><polyline points=\"352 368 480 256 352 144\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:42px\"/></svg></li><li title=\"code working \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><circle cx=\"256\" cy=\"256\" r=\"26\" style=\"stroke:currentColor;stroke-miterlimit:10;stroke-width:10px\"/><circle cx=\"346\" cy=\"256\" r=\"26\" style=\"stroke:currentColor;stroke-miterlimit:10;stroke-width:10px\"/><circle cx=\"166\" cy=\"256\" r=\"26\" style=\"stroke:currentColor;stroke-miterlimit:10;stroke-width:10px\"/><polyline points=\"160 368 32 256 160 144\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:42px\"/><polyline points=\"352 368 480 256 352 144\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:42px\"/></svg></li><li title=\"code \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M160,389a20.91,20.91,0,0,1-13.82-5.2l-128-112a21,21,0,0,1,0-31.6l128-112a21,21,0,0,1,27.66,31.61L63.89,256l109.94,96.19A21,21,0,0,1,160,389Z\"/><path d=\"M352,389a21,21,0,0,1-13.84-36.81L448.11,256,338.17,159.81a21,21,0,0,1,27.66-31.61l128,112a21,21,0,0,1,0,31.6l-128,112A20.89,20.89,0,0,1,352,389Z\"/></svg></li><li title=\"cog outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M456.7,242.27l-26.08-4.2a8,8,0,0,1-6.6-6.82c-.5-3.2-1-6.41-1.7-9.51a8.08,8.08,0,0,1,3.9-8.62l23.09-12.82a8.05,8.05,0,0,0,3.9-9.92l-4-11a7.94,7.94,0,0,0-9.4-5l-25.89,5a8,8,0,0,1-8.59-4.11q-2.25-4.2-4.8-8.41a8.16,8.16,0,0,1,.7-9.52l17.29-19.94a8,8,0,0,0,.3-10.62l-7.49-9a7.88,7.88,0,0,0-10.5-1.51l-22.69,13.63a8,8,0,0,1-9.39-.9c-2.4-2.11-4.9-4.21-7.4-6.22a8,8,0,0,1-2.5-9.11l9.4-24.75A8,8,0,0,0,365,78.77l-10.2-5.91a8,8,0,0,0-10.39,2.21L327.77,95.91a7.15,7.15,0,0,1-8.5,2.5s-5.6-2.3-9.8-3.71A8,8,0,0,1,304,87l.4-26.45a8.07,8.07,0,0,0-6.6-8.42l-11.59-2a8.07,8.07,0,0,0-9.1,5.61l-8.6,25.05a8,8,0,0,1-7.79,5.41h-9.8a8.07,8.07,0,0,1-7.79-5.41l-8.6-25.05a8.07,8.07,0,0,0-9.1-5.61l-11.59,2a8.07,8.07,0,0,0-6.6,8.42l.4,26.45a8,8,0,0,1-5.49,7.71c-2.3.9-7.3,2.81-9.7,3.71-2.8,1-6.1.2-8.8-2.91L167.14,75.17A8,8,0,0,0,156.75,73l-10.2,5.91A7.94,7.94,0,0,0,143.25,89l9.4,24.75a8.06,8.06,0,0,1-2.5,9.11c-2.5,2-5,4.11-7.4,6.22a8,8,0,0,1-9.39.9L111,116.14a8,8,0,0,0-10.5,1.51l-7.49,9a8,8,0,0,0,.3,10.62l17.29,19.94a8,8,0,0,1,.7,9.52q-2.55,4-4.8,8.41a8.11,8.11,0,0,1-8.59,4.11l-25.89-5a8,8,0,0,0-9.4,5l-4,11a8.05,8.05,0,0,0,3.9,9.92L85.58,213a7.94,7.94,0,0,1,3.9,8.62c-.6,3.2-1.2,6.31-1.7,9.51a8.08,8.08,0,0,1-6.6,6.82l-26.08,4.2a8.09,8.09,0,0,0-7.1,7.92v11.72a7.86,7.86,0,0,0,7.1,7.92l26.08,4.2a8,8,0,0,1,6.6,6.82c.5,3.2,1,6.41,1.7,9.51a8.08,8.08,0,0,1-3.9,8.62L62.49,311.7a8.05,8.05,0,0,0-3.9,9.92l4,11a7.94,7.94,0,0,0,9.4,5l25.89-5a8,8,0,0,1,8.59,4.11q2.25,4.2,4.8,8.41a8.16,8.16,0,0,1-.7,9.52L93.28,374.62a8,8,0,0,0-.3,10.62l7.49,9a7.88,7.88,0,0,0,10.5,1.51l22.69-13.63a8,8,0,0,1,9.39.9c2.4,2.11,4.9,4.21,7.4,6.22a8,8,0,0,1,2.5,9.11l-9.4,24.75a8,8,0,0,0,3.3,10.12l10.2,5.91a8,8,0,0,0,10.39-2.21l16.79-20.64c2.1-2.6,5.5-3.7,8.2-2.6,3.4,1.4,5.7,2.2,9.9,3.61a8,8,0,0,1,5.49,7.71l-.4,26.45a8.07,8.07,0,0,0,6.6,8.42l11.59,2a8.07,8.07,0,0,0,9.1-5.61l8.6-25a8,8,0,0,1,7.79-5.41h9.8a8.07,8.07,0,0,1,7.79,5.41l8.6,25a8.07,8.07,0,0,0,9.1,5.61l11.59-2a8.07,8.07,0,0,0,6.6-8.42l-.4-26.45a8,8,0,0,1,5.49-7.71c4.2-1.41,7-2.51,9.6-3.51s5.8-1,8.3,2.1l17,20.94A8,8,0,0,0,355,439l10.2-5.91a7.93,7.93,0,0,0,3.3-10.12l-9.4-24.75a8.08,8.08,0,0,1,2.5-9.12c2.5-2,5-4.1,7.4-6.21a8,8,0,0,1,9.39-.9L401,395.66a8,8,0,0,0,10.5-1.51l7.49-9a8,8,0,0,0-.3-10.62l-17.29-19.94a8,8,0,0,1-.7-9.52q2.55-4.05,4.8-8.41a8.11,8.11,0,0,1,8.59-4.11l25.89,5a8,8,0,0,0,9.4-5l4-11a8.05,8.05,0,0,0-3.9-9.92l-23.09-12.82a7.94,7.94,0,0,1-3.9-8.62c.6-3.2,1.2-6.31,1.7-9.51a8.08,8.08,0,0,1,6.6-6.82l26.08-4.2a8.09,8.09,0,0,0,7.1-7.92V250A8.25,8.25,0,0,0,456.7,242.27ZM256,112A143.82,143.82,0,0,1,395.38,220.12,16,16,0,0,1,379.85,240l-105.24,0a16,16,0,0,1-13.91-8.09l-52.1-91.71a16,16,0,0,1,9.85-23.39A146.94,146.94,0,0,1,256,112ZM112,256a144,144,0,0,1,43.65-103.41,16,16,0,0,1,25.17,3.47L233.06,248a16,16,0,0,1,0,15.87l-52.67,91.7a16,16,0,0,1-25.18,3.36A143.94,143.94,0,0,1,112,256ZM256,400a146.9,146.9,0,0,1-38.19-4.95,16,16,0,0,1-9.76-23.44l52.58-91.55a16,16,0,0,1,13.88-8H379.9a16,16,0,0,1,15.52,19.88A143.84,143.84,0,0,1,256,400Z\"/></svg></li><li title=\"cog sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M464,249.93a10.58,10.58,0,0,0-9.36-9.94L429,235.84a5.42,5.42,0,0,1-4.5-4.67c-.49-3.15-1-6.42-1.7-9.52a5.52,5.52,0,0,1,2.63-5.85l22.78-12.65a10.35,10.35,0,0,0,5-12.83l-3.95-10.9a10.32,10.32,0,0,0-12.13-6.51l-25.55,5a5.5,5.5,0,0,1-5.82-2.81c-1.49-2.79-3.11-5.63-4.8-8.42a5.6,5.6,0,0,1,.44-6.5l17-19.63a10.44,10.44,0,0,0,.39-13.77l-7.42-8.91a10.24,10.24,0,0,0-13.58-2l-22.37,13.43a5.39,5.39,0,0,1-6.39-.63c-2.47-2.17-4.95-4.26-7.37-6.19a5.45,5.45,0,0,1-1.72-6.21l9.26-24.4a10.35,10.35,0,0,0-4.31-13.07l-10.08-5.85a10.31,10.31,0,0,0-13.46,2.83L325,96.28A4.58,4.58,0,0,1,319.4,98c-.62-.25-5.77-2.36-9.78-3.7a5.42,5.42,0,0,1-3.74-5.23L306.27,63a10.48,10.48,0,0,0-8.57-10.88l-11.45-2a10.45,10.45,0,0,0-11.75,7.17L266,82.1a5.42,5.42,0,0,1-5.36,3.65h-9.75a5.53,5.53,0,0,1-5.3-3.67l-8.46-24.67a10.46,10.46,0,0,0-11.77-7.25l-11.46,2a10.46,10.46,0,0,0-8.57,10.79l.4,26.16a5.45,5.45,0,0,1-3.86,5.25c-2.28.89-7.26,2.78-9.51,3.63-2,.72-4.19-.07-6-2.1l-16.26-20A10.3,10.3,0,0,0,156.69,73l-10.06,5.83A10.36,10.36,0,0,0,142.31,92l9.25,24.34a5.54,5.54,0,0,1-1.7,6.23c-2.43,2-4.92,4-7.4,6.22a5.38,5.38,0,0,1-6.35.64L114,115.74a10.39,10.39,0,0,0-13.61,2l-7.4,8.9a10.32,10.32,0,0,0,.37,13.76L110.45,160a5.42,5.42,0,0,1,.45,6.45c-1.71,2.72-3.34,5.58-4.82,8.44a5.53,5.53,0,0,1-5.86,2.82l-25.51-4.93a10.34,10.34,0,0,0-12.14,6.51l-4,10.88a10.37,10.37,0,0,0,5,12.85l22.78,12.65A5.39,5.39,0,0,1,89,221.59l-.23,1.24c-.53,2.8-1,5.45-1.47,8.27a5.48,5.48,0,0,1-4.46,4.64l-25.7,4.15A10.42,10.42,0,0,0,48,250.16v11.58A10.26,10.26,0,0,0,57.16,272l25.68,4.14a5.41,5.41,0,0,1,4.5,4.67c.49,3.16,1,6.42,1.7,9.52a5.52,5.52,0,0,1-2.63,5.85L63.64,308.85a10.35,10.35,0,0,0-5,12.83l4,10.9a10.33,10.33,0,0,0,12.13,6.51l25.55-4.95a5.5,5.5,0,0,1,5.82,2.81c1.5,2.8,3.12,5.64,4.8,8.42a5.58,5.58,0,0,1-.44,6.5l-17,19.64A10.41,10.41,0,0,0,93,385.27l7.41,8.91a10.24,10.24,0,0,0,13.58,2l22.37-13.43a5.39,5.39,0,0,1,6.39.63c2.48,2.17,5,4.26,7.37,6.19a5.45,5.45,0,0,1,1.72,6.21l-9.26,24.4a10.35,10.35,0,0,0,4.31,13.07L157,439.09a10.3,10.3,0,0,0,13.45-2.82L187,415.92c1.39-1.73,3.6-2.5,5.24-1.84,3.47,1.44,5.8,2.25,9.93,3.63a5.44,5.44,0,0,1,3.75,5.23l-.4,26.05a10.5,10.5,0,0,0,8.57,10.88l11.45,2a10.44,10.44,0,0,0,11.75-7.17l8.5-24.77a5.48,5.48,0,0,1,5.36-3.65h9.75a5.52,5.52,0,0,1,5.3,3.67l8.47,24.67a10.48,10.48,0,0,0,10,7.41,9.74,9.74,0,0,0,1.78-.16l11.47-2a10.46,10.46,0,0,0,8.56-10.79l-.4-26.16a5.43,5.43,0,0,1,3.75-5.2c3.84-1.29,6.53-2.33,8.91-3.24l.6-.24c3.06-1.06,4.53.14,5.47,1.31l16.75,20.63A10.3,10.3,0,0,0,355,439l10.07-5.83a10.35,10.35,0,0,0,4.31-13.1l-9.24-24.34a5.52,5.52,0,0,1,1.69-6.23c2.43-2,4.92-4,7.4-6.22a5.39,5.39,0,0,1,6.38-.62L398,396.06a10.39,10.39,0,0,0,13.61-2l7.4-8.9a10.31,10.31,0,0,0-.37-13.75l-17.06-19.67a5.42,5.42,0,0,1-.45-6.45c1.71-2.71,3.34-5.57,4.82-8.44a5.56,5.56,0,0,1,5.86-2.82L437.29,339a10.34,10.34,0,0,0,12.14-6.51l3.95-10.88a10.36,10.36,0,0,0-5-12.84L425.58,296.1a5.4,5.4,0,0,1-2.61-5.89l.23-1.25c.53-2.8,1-5.44,1.47-8.26a5.48,5.48,0,0,1,4.46-4.64l25.7-4.14A10.43,10.43,0,0,0,464,261.64V249.93ZM171.59,361.27a135.12,135.12,0,0,1,.5-210.94l60,105.61ZM256,391.11a133.75,133.75,0,0,1-48.49-9.05L268,276.79H389.22C379.21,341.45,323.29,391.11,256,391.11Zm12.06-155.9-59.95-105.5A133.87,133.87,0,0,1,256,120.89c67.29,0,123.21,49.66,133.22,114.32Z\"/></svg></li><li title=\"cog \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M464,249.93a10.58,10.58,0,0,0-9.36-9.94L429,235.84a5.42,5.42,0,0,1-4.5-4.67c-.49-3.15-1-6.42-1.7-9.52a5.52,5.52,0,0,1,2.63-5.85l22.78-12.65a10.35,10.35,0,0,0,5-12.83l-3.95-10.9a10.32,10.32,0,0,0-12.13-6.51l-25.55,5a5.51,5.51,0,0,1-5.82-2.81c-1.49-2.79-3.11-5.63-4.8-8.42a5.6,5.6,0,0,1,.44-6.5l17-19.64a10.42,10.42,0,0,0,.39-13.76l-7.42-8.91a10.24,10.24,0,0,0-13.58-2l-22.37,13.43a5.39,5.39,0,0,1-6.39-.63c-2.47-2.17-5-4.26-7.37-6.19a5.45,5.45,0,0,1-1.72-6.21l9.26-24.4a10.35,10.35,0,0,0-4.31-13.07L354.8,72.91a10.3,10.3,0,0,0-13.45,2.83L325,96.28A4.6,4.6,0,0,1,319.4,98c-.61-.25-5.77-2.36-9.78-3.7a5.42,5.42,0,0,1-3.74-5.23L306.27,63a10.48,10.48,0,0,0-8.57-10.88l-11.45-2a10.45,10.45,0,0,0-11.75,7.17L266,82.1a5.46,5.46,0,0,1-5.36,3.65h-9.75a5.5,5.5,0,0,1-5.3-3.67l-8.46-24.67a10.46,10.46,0,0,0-11.77-7.25l-11.47,2a10.46,10.46,0,0,0-8.56,10.79l.4,26.16a5.45,5.45,0,0,1-3.86,5.25c-2.29.89-7.26,2.79-9.52,3.63-2,.72-4.18-.07-5.94-2.1l-16.26-20A10.3,10.3,0,0,0,156.69,73l-10.06,5.83A10.36,10.36,0,0,0,142.31,92l9.25,24.34a5.54,5.54,0,0,1-1.7,6.23c-2.43,2-4.92,4-7.4,6.22a5.38,5.38,0,0,1-6.35.64L114,115.74a10.4,10.4,0,0,0-13.61,2L93,126.63a10.31,10.31,0,0,0,.37,13.75L110.45,160a5.42,5.42,0,0,1,.45,6.45c-1.71,2.72-3.34,5.58-4.82,8.44a5.53,5.53,0,0,1-5.86,2.82l-25.51-4.93a10.34,10.34,0,0,0-12.14,6.51l-4,10.88a10.38,10.38,0,0,0,5,12.85l22.78,12.65A5.39,5.39,0,0,1,89,221.59l-.24,1.27c-.52,2.79-1,5.43-1.46,8.24a5.48,5.48,0,0,1-4.46,4.64l-25.69,4.15A10.42,10.42,0,0,0,48,250.16v11.58A10.26,10.26,0,0,0,57.16,272l25.68,4.14a5.41,5.41,0,0,1,4.5,4.67c.49,3.16,1,6.42,1.7,9.52a5.52,5.52,0,0,1-2.63,5.85L63.64,308.85a10.35,10.35,0,0,0-5,12.83l4,10.9a10.33,10.33,0,0,0,12.13,6.51l25.55-4.95a5.49,5.49,0,0,1,5.82,2.81c1.5,2.8,3.11,5.63,4.8,8.42a5.58,5.58,0,0,1-.44,6.5l-17,19.63A10.41,10.41,0,0,0,93,385.27l7.41,8.91a10.23,10.23,0,0,0,13.58,2l22.37-13.43a5.39,5.39,0,0,1,6.39.63c2.48,2.17,5,4.26,7.37,6.19a5.47,5.47,0,0,1,1.73,6.21l-9.27,24.4a10.35,10.35,0,0,0,4.31,13.07L157,439.09a10.3,10.3,0,0,0,13.45-2.82L187,415.92c1.4-1.73,3.6-2.5,5.23-1.84,3.48,1.44,5.81,2.25,9.94,3.63a5.44,5.44,0,0,1,3.75,5.23l-.4,26.05a10.5,10.5,0,0,0,8.57,10.88l11.45,2a10.43,10.43,0,0,0,11.75-7.17l8.5-24.77a5.45,5.45,0,0,1,5.36-3.65h9.75a5.49,5.49,0,0,1,5.3,3.67l8.47,24.67a10.48,10.48,0,0,0,10,7.41,9.74,9.74,0,0,0,1.78-.16l11.47-2a10.46,10.46,0,0,0,8.56-10.79l-.4-26.16a5.43,5.43,0,0,1,3.75-5.2c3.84-1.29,6.54-2.33,8.91-3.25l.6-.23c3.1-1.07,4.6.23,5.47,1.31l16.75,20.63A10.3,10.3,0,0,0,355,439l10.07-5.83a10.35,10.35,0,0,0,4.31-13.1l-9.24-24.34a5.52,5.52,0,0,1,1.69-6.23c2.43-2,4.92-4,7.4-6.22a5.39,5.39,0,0,1,6.38-.62L398,396.06a10.39,10.39,0,0,0,13.61-2l7.4-8.9a10.31,10.31,0,0,0-.37-13.75l-17.06-19.67a5.42,5.42,0,0,1-.45-6.45c1.71-2.71,3.34-5.57,4.82-8.44a5.55,5.55,0,0,1,5.86-2.82L437.29,339a10.34,10.34,0,0,0,12.14-6.51l3.95-10.88a10.37,10.37,0,0,0-5-12.84L425.58,296.1a5.4,5.4,0,0,1-2.61-5.89l.24-1.27c.52-2.79,1-5.43,1.46-8.24a5.48,5.48,0,0,1,4.46-4.64l25.69-4.14A10.43,10.43,0,0,0,464,261.64V249.93Zm-282.45,94a15.8,15.8,0,0,1-25.47,2.66,135.06,135.06,0,0,1,.42-181.65A15.81,15.81,0,0,1,182,167.71l45.65,80.35a15.85,15.85,0,0,1,0,15.74ZM256,391.11a134.75,134.75,0,0,1-28.31-3,15.81,15.81,0,0,1-10.23-23.36l46-80a15.79,15.79,0,0,1,13.7-7.93h92.14a15.8,15.8,0,0,1,15.1,20.53C366.91,351.67,316,391.11,256,391.11Zm7.51-163.9L218,147.07a15.81,15.81,0,0,1,10.31-23.3A134,134,0,0,1,256,120.89c60,0,110.91,39.44,128.37,93.79a15.8,15.8,0,0,1-15.1,20.53h-92A15.78,15.78,0,0,1,263.51,227.21Z\"/></svg></li><li title=\"color fill outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M419.1,337.45a3.94,3.94,0,0,0-6.1,0c-10.5,12.4-45,46.55-45,77.66,0,27,21.5,48.89,48,48.89h0c26.5,0,48-22,48-48.89C464,384,429.7,349.85,419.1,337.45Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M387,287.9,155.61,58.36a36,36,0,0,0-51,0l-5.15,5.15a36,36,0,0,0,0,51l52.89,52.89,57-57L56.33,263.2a28,28,0,0,0,.3,40l131.2,126a28.05,28.05,0,0,0,38.9-.1c37.8-36.6,118.3-114.5,126.7-122.9,5.8-5.8,18.2-7.1,28.7-7.1h.3A6.53,6.53,0,0,0,387,287.9Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"color fill sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M416,320s-64,48-64,99.84c0,33.28,28.67,60.16,64,60.16s64-27,64-60.16C480,368,416,320,416,320Z\"/><path d=\"M144,32,68,108l70,70L32,280,208,464,360.8,315.7,416,304Zm24,116-39.6-41,15.88-15.89L184,132Z\"/></svg></li><li title=\"color fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M416,480c-35.29,0-64-29.11-64-64.88,0-33.29,28.67-65.4,44.08-82.64,1.87-2.1,3.49-3.91,4.68-5.31a19.94,19.94,0,0,1,30.55,0c1.13,1.31,2.63,3,4.36,4.93,15.5,17.3,44.33,49.51,44.33,83.05C480,450.89,451.29,480,416,480Z\"/><path d=\"M398.23,276.64,166.89,47.22a52.1,52.1,0,0,0-73.6,0l-4.51,4.51A53.2,53.2,0,0,0,72.89,89.06,51.66,51.66,0,0,0,88.14,126l41.51,41.5L45,252a44.52,44.52,0,0,0-13,32,42.81,42.81,0,0,0,13.5,30.84l131.24,126a44,44,0,0,0,61.08-.18L361.93,320.38a15.6,15.6,0,0,1,8.23-4.29,69.21,69.21,0,0,1,11.93-.86h.3a22.53,22.53,0,0,0,15.84-38.59ZM152.29,144.85l-41.53-41.52a20,20,0,0,1,0-28.34l5.16-5.15a20.07,20.07,0,0,1,28.39,0L186,111.21Z\"/></svg></li><li title=\"color filter outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><circle cx=\"256\" cy=\"184\" r=\"120\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/><circle cx=\"344\" cy=\"328\" r=\"120\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/><circle cx=\"168\" cy=\"328\" r=\"120\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"color filter sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,185a167.85,167.85,0,0,1,134.9-18.28C382.36,99.83,325.12,48,256,48S129.64,99.83,121.1,166.67A167.85,167.85,0,0,1,256,185Z\"/><path d=\"M336,331.73a167.51,167.51,0,0,1-52.37,118.08A135,135,0,0,0,344,464c75,0,136-61,136-136a136,136,0,0,0-59.06-112.08A168.53,168.53,0,0,1,336,331.73Z\"/><path d=\"M283.58,206.19a167.87,167.87,0,0,1,49.36,89.89A136.14,136.14,0,0,0,391,200.38a135.87,135.87,0,0,0-107.43,5.81Z\"/><path d=\"M176.05,331.73a168.53,168.53,0,0,1-85-115.81A136,136,0,0,0,32,328c0,75,61,136,136,136a135,135,0,0,0,60.42-14.19A167.51,167.51,0,0,1,176.05,331.73Z\"/><path d=\"M179.06,296.08a167.87,167.87,0,0,1,49.36-89.89A135.87,135.87,0,0,0,121,200.38,136.14,136.14,0,0,0,179.06,296.08Z\"/><path d=\"M302.9,345.33a168.22,168.22,0,0,1-93.8,0A135.9,135.9,0,0,0,256,431.6,135.9,135.9,0,0,0,302.9,345.33Z\"/><path d=\"M209,311.62a136,136,0,0,0,94,0,135.93,135.93,0,0,0-47-87.22A135.93,135.93,0,0,0,209,311.62Z\"/></svg></li><li title=\"color filter \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M253.72,202.53a4,4,0,0,0,4.56,0,151.88,151.88,0,0,1,128.44-20.41,4,4,0,0,0,5.15-4C388.8,105.86,329,48,256,48S123.2,105.86,120.13,178.15a4,4,0,0,0,5.15,4,151.88,151.88,0,0,1,128.44,20.41Z\"/><path d=\"M405.31,212.56a152.53,152.53,0,0,1-83.08,108.23,4,4,0,0,0-2.28,3.69c0,1.17.05,2.34.05,3.52a151.58,151.58,0,0,1-47.15,109.94,4,4,0,0,0,.64,6.31A135.24,135.24,0,0,0,344,464c72.07,0,134.1-60.28,136-132.34a136.07,136.07,0,0,0-68.76-121.87A4,4,0,0,0,405.31,212.56Z\"/><path d=\"M390.57,203.67a4,4,0,0,0-2.69-4.4,135.84,135.84,0,0,0-114.4,12.49,4,4,0,0,0-.64,6.29,151.92,151.92,0,0,1,44.47,81.4,4,4,0,0,0,5.94,2.72A136.29,136.29,0,0,0,390.57,203.67Z\"/><path d=\"M192,328c0-1.18,0-2.35.05-3.52a4,4,0,0,0-2.28-3.69,152.53,152.53,0,0,1-83.08-108.23,4,4,0,0,0-5.88-2.77A136.07,136.07,0,0,0,32.05,331.66C34,403.72,96,464,168.05,464a135.24,135.24,0,0,0,70.46-19.75,4,4,0,0,0,.64-6.31A151.58,151.58,0,0,1,192,328Z\"/><path d=\"M168,192a135.34,135.34,0,0,0-43.88,7.27,4,4,0,0,0-2.69,4.4,136.29,136.29,0,0,0,67.32,98.5,4,4,0,0,0,5.94-2.72,151.92,151.92,0,0,1,44.47-81.4,4,4,0,0,0-.64-6.29A135.18,135.18,0,0,0,168,192Z\"/><path d=\"M256,336a151.44,151.44,0,0,1-42.72-6.12,4,4,0,0,0-5.15,4,135.69,135.69,0,0,0,45.18,95.4,4,4,0,0,0,5.38,0,135.69,135.69,0,0,0,45.18-95.4,4,4,0,0,0-5.15-4A151.44,151.44,0,0,1,256,336Z\"/><path d=\"M302.57,308.33a135.94,135.94,0,0,0-43.87-81.58,4.06,4.06,0,0,0-5.4,0,135.94,135.94,0,0,0-43.87,81.58,4,4,0,0,0,2.69,4.4,136.06,136.06,0,0,0,87.76,0A4,4,0,0,0,302.57,308.33Z\"/></svg></li><li title=\"color palette outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M430.11,347.9c-6.6-6.1-16.3-7.6-24.6-9-11.5-1.9-15.9-4-22.6-10-14.3-12.7-14.3-31.1,0-43.8l30.3-26.9c46.4-41,46.4-108.2,0-149.2-34.2-30.1-80.1-45-127.8-45-55.7,0-113.9,20.3-158.8,60.1-83.5,73.8-83.5,194.7,0,268.5,41.5,36.7,97.5,55,152.9,55.4h1.7c55.4,0,110-17.9,148.8-52.4C444.41,382.9,442,359,430.11,347.9Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><circle cx=\"144\" cy=\"208\" r=\"32\"/><circle cx=\"152\" cy=\"311\" r=\"32\"/><circle cx=\"224\" cy=\"144\" r=\"32\"/><circle cx=\"256\" cy=\"367\" r=\"48\"/><circle cx=\"328\" cy=\"144\" r=\"32\"/></svg></li><li title=\"color palette sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M416,352c-12.6-.84-21-4-28-12-14-16-14-36,5.49-52.48l32.82-29.14c50.27-44.41,50.27-117.21,0-161.63C389.26,64.14,339.54,48,287.86,48c-60.34,0-123.39,22-172,65.11-90.46,80-90.46,210.92,0,290.87,45,39.76,105.63,59.59,165.64,60h1.84c60,0,119.07-19.5,161.2-56.77C464,390,464,385,444.62,355.56,440,348,431,353,416,352ZM112,208a32,32,0,1,1,32,32A32,32,0,0,1,112,208Zm40,135a32,32,0,1,1,32-32A32,32,0,0,1,152,343Zm40-199a32,32,0,1,1,32,32A32,32,0,0,1,192,144Zm64,271a48,48,0,1,1,48-48A48,48,0,0,1,256,415Zm72-239a32,32,0,1,1,32-32A32,32,0,0,1,328,176Z\"/></svg></li><li title=\"color palette \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M441,336.2l-.06-.05c-9.93-9.18-22.78-11.34-32.16-12.92l-.69-.12c-9.05-1.49-10.48-2.5-14.58-6.17-2.44-2.17-5.35-5.65-5.35-9.94s2.91-7.77,5.34-9.94l30.28-26.87c25.92-22.91,40.2-53.66,40.2-86.59S449.73,119.92,423.78,97c-35.89-31.59-85-49-138.37-49C223.72,48,162,71.37,116,112.11c-43.87,38.77-68,90.71-68,146.24s24.16,107.47,68,146.23c21.75,19.24,47.49,34.18,76.52,44.42a266.17,266.17,0,0,0,86.87,15h1.81c61,0,119.09-20.57,159.39-56.4,9.7-8.56,15.15-20.83,15.34-34.56C456.14,358.87,450.56,345.09,441,336.2ZM112,208a32,32,0,1,1,32,32A32,32,0,0,1,112,208Zm40,135a32,32,0,1,1,32-32A32,32,0,0,1,152,343Zm40-199a32,32,0,1,1,32,32A32,32,0,0,1,192,144Zm64,271a48,48,0,1,1,48-48A48,48,0,0,1,256,415Zm72-239a32,32,0,1,1,32-32A32,32,0,0,1,328,176Z\"/></svg></li><li title=\"color wand outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><rect fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"32\" x=\"280.48\" y=\"122.9\" width=\"63.03\" height=\"378.2\" rx=\"31.52\" transform=\"translate(-129.23 312) rotate(-45)\"/><path d=\"M178.38,178.38h0a31.64,31.64,0,0,0,0,44.75L223.25,268,268,223.25l-44.87-44.87A31.64,31.64,0,0,0,178.38,178.38Z\"/><line stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"32\" stroke-linecap=\"round\" x1=\"48\" y1=\"192\" x2=\"96\" y2=\"192\"/><line stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"32\" stroke-linecap=\"round\" x1=\"90.18\" y1=\"90.18\" x2=\"124.12\" y2=\"124.12\"/><line stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"32\" stroke-linecap=\"round\" x1=\"192\" y1=\"48\" x2=\"192\" y2=\"96\"/><line stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"32\" stroke-linecap=\"round\" x1=\"293.82\" y1=\"90.18\" x2=\"259.88\" y2=\"124.12\"/><line stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"32\" stroke-linecap=\"round\" x1=\"124.12\" y1=\"259.88\" x2=\"90.18\" y2=\"293.82\"/></svg></li><li title=\"color wand sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><rect x=\"158.6\" y=\"150.86\" width=\"95.03\" height=\"110.51\" transform=\"translate(-85.38 206.12) rotate(-45)\"/><polygon points=\"301.41 234.21 234.22 301.41 412 480 480 412 301.41 234.21\"/><rect x=\"32\" y=\"176\" width=\"80\" height=\"32\"/><rect x=\"91.22\" y=\"67.22\" width=\"32\" height=\"80\" transform=\"translate(-44.41 107.22) rotate(-45)\"/><rect x=\"176\" y=\"32\" width=\"32\" height=\"80\"/><rect x=\"236.92\" y=\"91.22\" width=\"80\" height=\"32\" transform=\"translate(5.29 227.22) rotate(-45)\"/><rect x=\"67.22\" y=\"260.92\" width=\"80\" height=\"32\" transform=\"translate(-164.41 156.92) rotate(-45)\"/></svg></li><li title=\"color wand \">\n\n<svg version=\"1.1\" id=\"icons\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t viewBox=\"0 0 512 512\" style=\"enable-background:new 0 0 512 512;\" xml:space=\"preserve\">\n<path d=\"M96,208H48c-8.8,0-16-7.2-16-16s7.2-16,16-16h48c8.8,0,16,7.2,16,16S104.8,208,96,208z\"/>\n<path d=\"M124.1,140.1c-4.2,0-8.3-1.7-11.3-4.7l-33.9-33.9c-6.2-6.2-6.2-16.4,0-22.6s16.4-6.2,22.6,0l33.9,33.9\n\tc6.3,6.2,6.3,16.4,0,22.6C132.4,138.4,128.4,140.1,124.1,140.1z\"/>\n<path d=\"M192,112c-8.8,0-16-7.2-16-16V48c0-8.8,7.2-16,16-16s16,7.2,16,16v48C208,104.8,200.8,112,192,112z\"/>\n<path d=\"M259.9,140.1c-8.8,0-16-7.2-16-16c0-4.2,1.7-8.3,4.7-11.3l33.9-33.9c6.2-6.2,16.4-6.2,22.6,0c6.2,6.2,6.2,16.4,0,22.6\n\tl-33.9,33.9C268.2,138.4,264.1,140.1,259.9,140.1z\"/>\n<path d=\"M90.2,309.8c-8.8,0-16-7.2-16-16c0-4.2,1.7-8.3,4.7-11.3l33.9-33.9c6.2-6.2,16.4-6.2,22.6,0s6.2,16.4,0,22.6l-33.9,33.9\n\tC98.5,308.1,94.4,309.8,90.2,309.8z\"/>\n<path d=\"M234.2,167c-18.4-18.7-48.5-19-67.2-0.7s-19,48.5-0.7,67.2c0.2,0.2,0.5,0.5,0.7,0.7l39.5,39.5c3.1,3.1,8.2,3.1,11.3,0\n\tl55.9-55.9c3.1-3.1,3.1-8.2,0-11.3L234.2,167z\"/>\n<path d=\"M457,389.8L307.6,240.4c-3.1-3.1-8.2-3.1-11.3,0l-55.9,55.9c-3.1,3.1-3.1,8.2,0,11.3L389.8,457c18.4,18.7,48.5,19,67.2,0.7\n\tc18.7-18.4,19-48.5,0.7-67.2C457.5,390.3,457.3,390,457,389.8L457,389.8z\"/>\n</svg>\n</li><li title=\"compass outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M448,256c0-106-86-192-192-192S64,150,64,256s86,192,192,192S448,362,448,256Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M350.67,150.93l-117.2,46.88a64,64,0,0,0-35.66,35.66l-46.88,117.2a8,8,0,0,0,10.4,10.4l117.2-46.88a64,64,0,0,0,35.66-35.66l46.88-117.2A8,8,0,0,0,350.67,150.93ZM256,280a24,24,0,1,1,24-24A24,24,0,0,1,256,280Z\"/></svg></li><li title=\"compass sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><circle cx=\"256\" cy=\"256\" r=\"24\"/><path d=\"M256,48C141.31,48,48,141.31,48,256s93.31,208,208,208,208-93.31,208-208S370.69,48,256,48Zm48,256L144,368l64-160,160-64Z\"/></svg></li><li title=\"compass \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><circle cx=\"256\" cy=\"256\" r=\"24\"/><path d=\"M256,48C141.31,48,48,141.31,48,256s93.31,208,208,208,208-93.31,208-208S370.69,48,256,48ZM361.07,161.33l-46.88,117.2a64,64,0,0,1-35.66,35.66l-117.2,46.88a8,8,0,0,1-10.4-10.4l46.88-117.2a64,64,0,0,1,35.66-35.66l117.2-46.88A8,8,0,0,1,361.07,161.33Z\"/></svg></li><li title=\"construct outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M436.67,184.11a27.17,27.17,0,0,1-38.3,0l-22.48-22.49a27.15,27.15,0,0,1,0-38.29l50.89-50.89a.85.85,0,0,0-.26-1.38C393.68,57,351.09,64.15,324.05,91c-25.88,25.69-27.35,64.27-17.87,98a27,27,0,0,1-7.67,27.14l-173,160.76a40.76,40.76,0,1,0,57.57,57.54l162.15-173.3A27,27,0,0,1,372,253.44c33.46,8.94,71.49,7.26,97.07-17.94,27.49-27.08,33.42-74.94,20.1-102.33a.85.85,0,0,0-1.36-.22Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M224,284c-17.48-17-25.49-24.91-31-30.29a18.24,18.24,0,0,1-3.33-21.35,20.76,20.76,0,0,1,3.5-4.62l15.68-15.29a18.66,18.66,0,0,1,5.63-3.87,18.11,18.11,0,0,1,20,3.62c5.45,5.29,15.43,15,33.41,32.52\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M317.07,291.3c40.95,38.1,90.62,83.27,110,99.41a13.46,13.46,0,0,1,.94,19.92L394.63,444a14,14,0,0,1-20.29-.76c-16.53-19.18-61.09-67.11-99.27-107\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M17.34,193.5l29.41-28.74a4.71,4.71,0,0,1,3.41-1.35,4.85,4.85,0,0,1,3.41,1.35h0a9.86,9.86,0,0,0,8.19,2.77c3.83-.42,7.92-1.6,10.57-4.12,6-5.8-.94-17.23,4.34-24.54a207,207,0,0,1,19.78-22.6c6-5.88,29.84-28.32,69.9-44.45A107.31,107.31,0,0,1,206.67,64c22.59,0,40,10,46.26,15.67a89.54,89.54,0,0,1,10.28,11.64A78.92,78.92,0,0,0,254,88.54,68.82,68.82,0,0,0,234,87.28c-13.33,1.09-29.41,7.26-38,14-13.9,11-19.87,25.72-20.81,44.71-.68,14.12,2.72,22.1,36.1,55.49a6.6,6.6,0,0,1-.34,9.16l-18.22,18a6.88,6.88,0,0,1-9.54.09c-21.94-21.94-36.65-33.09-45-38.16s-15.07-6.5-18.3-6.85a30.85,30.85,0,0,0-18.27,3.87,11.39,11.39,0,0,0-2.64,2,14.14,14.14,0,0,0,.42,20.08l1.71,1.6a4.63,4.63,0,0,1,0,6.64L71.73,246.6A4.71,4.71,0,0,1,68.32,248a4.86,4.86,0,0,1-3.41-1.35L17.34,200.22A4.88,4.88,0,0,1,17.34,193.5Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"construct sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M497.14,111.38l-81.09,80.84-48.58-48.41L448.56,63c-45.22-22-108.65-22.09-146.2,15.35-35.32,35.2-39.73,90.61-22.54,134.2L99.57,391.37a12,12,0,0,0,0,17l52.27,52.11a12,12,0,0,0,17,0l180-180.5c43.16,16.21,98,11.64,132.74-23C519.08,219.53,519,156.64,497.14,111.38Z\"/><path d=\"M365.45,308.62l-71.83,72,75.53,79.92a10.88,10.88,0,0,0,15.65.21l60-60.46a11,11,0,0,0-.24-15.69Z\"/><path d=\"M119,212c0-4.87-4-9.33-7.45-12.78l-.25-.24-1.54-1.47a1.06,1.06,0,0,1-.26-.8,16.16,16.16,0,0,1,9.52-2c1.27.13,5.91.9,12.4,4.91,3.38,2.09,32.63,30.23,43.93,40.7a11,11,0,0,0,.14,15.35l7.43,7.86,65.66-65.17-8.25-7.84a10.87,10.87,0,0,0-15.31-.06c-23-24.68-29-35.45-31-42.45-4.42-15.47,4.14-28,14-36,5.84-4.62,17.88-8.08,29-9a52.72,52.72,0,0,1,11.61.6c3.47.5,6.3,1.14,7.39,1.4a68.51,68.51,0,0,1,11,4l12-19a88.38,88.38,0,0,0-13.4-17.7c-1.59-1.66-3.31-3.37-5.19-5.1-7.78-7.15-28-19.2-54.59-19.2a117.38,117.38,0,0,0-44.77,8.82c-37.44,15.34-61.88,36.25-73.11,47.35l-.07.07A219.55,219.55,0,0,0,67,128.56c-5.35,7.53-4.77,15.84-4.38,21.34,0,.32,0,.67.07,1a18.41,18.41,0,0,0-10.78-3.5A18,18,0,0,0,39,152.73L2,189.62a6.79,6.79,0,0,0,0,9.6L65,262a6.72,6.72,0,0,0,9.5,0l37.06-37C115,221.56,119,216.86,119,212Z\"/></svg></li><li title=\"construct \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M503.58,126.2a16.85,16.85,0,0,0-27.07-4.55L425.36,172.8h0a11.15,11.15,0,0,1-15.66,0l-22.48-22.48a11.17,11.17,0,0,1,0-15.67L438.1,83.76a16.85,16.85,0,0,0-5.27-27.4c-39.71-17-89.08-7.45-120,23.29-26.81,26.61-34.83,68-22,113.7a11,11,0,0,1-3.16,11.1L114.77,365.1a56.76,56.76,0,1,0,80.14,80.18L357,272.08a11,11,0,0,1,10.9-3.17c45,12,86,4,112.43-22,15.2-15,25.81-36.17,29.89-59.71C514.05,165,511.63,142.76,503.58,126.2Z\"/><path d=\"M437.33,378.41c-13.94-11.59-43.72-38.4-74.07-66.22L297.19,382.8c28.24,30,53.8,57.85,65,70.88l.07.08A30,30,0,0,0,383.72,464l1.1,0a30.11,30.11,0,0,0,21-8.62l.07-.07,33.43-33.37a29.46,29.46,0,0,0-2-43.53Z\"/><path d=\"M118.54,214.55a20.48,20.48,0,0,0-3-10.76,2.76,2.76,0,0,1,2.62-4.22h.06c.84.09,5.33.74,11.7,4.61,4.73,2.87,18.23,12.08,41.73,35.54a34.23,34.23,0,0,0,7.22,22.12l66.23-61.55a33.73,33.73,0,0,0-21.6-9.2,2.65,2.65,0,0,1-.21-.26l-.65-.69L198.1,156.3a28.45,28.45,0,0,1-4-26.11,35.23,35.23,0,0,1,11.78-16.35c5.69-4.41,18.53-9.72,29.44-10.62a52.92,52.92,0,0,1,15.19.94,65.57,65.57,0,0,1,7.06,2.13,15.46,15.46,0,0,0,2.15.63,16,16,0,0,0,16.38-25.06c-.26-.35-1.32-1.79-2.89-3.73a91.85,91.85,0,0,0-9.6-10.36c-8.15-7.36-29.27-19.77-57-19.77a123.13,123.13,0,0,0-46.3,9C121.94,72.45,96.84,93.58,85.3,104.79l-.09.09A222.14,222.14,0,0,0,63.7,129.5,27,27,0,0,0,59,141.27a7.33,7.33,0,0,1-7.71,6.17c-.36,0-.73,0-1.09,0a20.65,20.65,0,0,0-14.59,5.9L6.16,182.05l-.32.32a20.89,20.89,0,0,0-.24,28.72c.19.2.37.39.57.58L53.67,258A21,21,0,0,0,68.32,264a20.65,20.65,0,0,0,14.59-5.9l29.46-28.79A20.51,20.51,0,0,0,118.54,214.55Z\"/></svg></li><li title=\"contract outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"304 416 304 304 416 304\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"314.2\" y1=\"314.23\" x2=\"432\" y2=\"432\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><polyline points=\"208 96 208 208 96 208\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"197.8\" y1=\"197.77\" x2=\"80\" y2=\"80\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><polyline points=\"416 208 304 208 304 96\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"314.23\" y1=\"197.8\" x2=\"432\" y2=\"80\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><polyline points=\"96 304 208 304 208 416\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"197.77\" y1=\"314.2\" x2=\"80\" y2=\"432\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"contract sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"304 416 304 304 416 304\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/><line x1=\"314.2\" y1=\"314.23\" x2=\"432\" y2=\"432\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/><polyline points=\"208 96 208 208 96 208\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/><line x1=\"197.8\" y1=\"197.77\" x2=\"80\" y2=\"80\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/><polyline points=\"416 208 304 208 304 96\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/><line x1=\"314.23\" y1=\"197.8\" x2=\"432\" y2=\"80\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/><polyline points=\"96 304 208 304 208 416\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/><line x1=\"197.77\" y1=\"314.2\" x2=\"80\" y2=\"432\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"contract \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"304 416 304 304 416 304\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"314.2\" y1=\"314.23\" x2=\"432\" y2=\"432\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><polyline points=\"208 96 208 208 96 208\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"197.8\" y1=\"197.77\" x2=\"80\" y2=\"80\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><polyline points=\"416 208 304 208 304 96\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"314.23\" y1=\"197.8\" x2=\"432\" y2=\"80\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><polyline points=\"96 304 208 304 208 416\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"197.77\" y1=\"314.2\" x2=\"80\" y2=\"432\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"contrast outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><circle cx=\"256\" cy=\"256\" r=\"208\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M256,464C141.12,464,48,370.88,48,256S141.12,48,256,48Z\"/></svg></li><li title=\"contrast sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,32C132.29,32,32,132.29,32,256S132.29,480,256,480,480,379.71,480,256,379.71,32,256,32ZM128.72,383.28A180,180,0,0,1,256,76V436A178.82,178.82,0,0,1,128.72,383.28Z\"/></svg></li><li title=\"contrast \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,32A224,224,0,0,0,97.61,414.39,224,224,0,1,0,414.39,97.61,222.53,222.53,0,0,0,256,32ZM64,256C64,150.13,150.13,64,256,64V448C150.13,448,64,361.87,64,256Z\"/></svg></li><li title=\"copy outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><rect x=\"128\" y=\"128\" width=\"336\" height=\"336\" rx=\"57\" ry=\"57\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M383.5,128l.5-24a56.16,56.16,0,0,0-56-56H112a64.19,64.19,0,0,0-64,64V328a56.16,56.16,0,0,0,56,56h24\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"copy sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M456,480H136a24,24,0,0,1-24-24V128a16,16,0,0,1,16-16H456a24,24,0,0,1,24,24V456A24,24,0,0,1,456,480Z\"/><path d=\"M112,80H400V56a24,24,0,0,0-24-24H60A28,28,0,0,0,32,60V376a24,24,0,0,0,24,24H80V112A32,32,0,0,1,112,80Z\"/></svg></li><li title=\"copy \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M408,480H184a72,72,0,0,1-72-72V184a72,72,0,0,1,72-72H408a72,72,0,0,1,72,72V408A72,72,0,0,1,408,480Z\"/><path d=\"M160,80H395.88A72.12,72.12,0,0,0,328,32H104a72,72,0,0,0-72,72V328a72.12,72.12,0,0,0,48,67.88V160A80,80,0,0,1,160,80Z\"/></svg></li><li title=\"create outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M384,224V408a40,40,0,0,1-40,40H104a40,40,0,0,1-40-40V168a40,40,0,0,1,40-40H271.48\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M459.94,53.25a16.06,16.06,0,0,0-23.22-.56L424.35,65a8,8,0,0,0,0,11.31l11.34,11.32a8,8,0,0,0,11.34,0l12.06-12C465.19,69.54,465.76,59.62,459.94,53.25Z\"/><path d=\"M399.34,90,218.82,270.2a9,9,0,0,0-2.31,3.93L208.16,299a3.91,3.91,0,0,0,4.86,4.86l24.85-8.35a9,9,0,0,0,3.93-2.31L422,112.66A9,9,0,0,0,422,100L412.05,90A9,9,0,0,0,399.34,90Z\"/></svg></li><li title=\"create sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M464.37,49.2a22.07,22.07,0,0,0-31.88-.76L414.18,66.69l31.18,31.1,18-17.91A22.16,22.16,0,0,0,464.37,49.2Z\"/><polygon points=\"252.76 336 239.49 336 208 336 176 336 176 304 176 272.51 176 259.24 185.4 249.86 323.54 112 48 112 48 464 400 464 400 188.46 262.14 326.6 252.76 336\"/><polygon points=\"400 143.16 432.79 110.3 401.7 79.21 368.85 112 400 112 400 143.16\"/><polygon points=\"208 304 239.49 304 400 143.16 400 112 368.85 112 208 272.51 208 304\"/></svg></li><li title=\"create \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M459.94,53.25a16.06,16.06,0,0,0-23.22-.56L424.35,65a8,8,0,0,0,0,11.31l11.34,11.32a8,8,0,0,0,11.34,0l12.06-12C465.19,69.54,465.76,59.62,459.94,53.25Z\"/><path d=\"M399.34,90,218.82,270.2a9,9,0,0,0-2.31,3.93L208.16,299a3.91,3.91,0,0,0,4.86,4.86l24.85-8.35a9,9,0,0,0,3.93-2.31L422,112.66A9,9,0,0,0,422,100L412.05,90A9,9,0,0,0,399.34,90Z\"/><path d=\"M386.34,193.66,264.45,315.79A41.08,41.08,0,0,1,247.58,326l-25.9,8.67a35.92,35.92,0,0,1-44.33-44.33l8.67-25.9a41.08,41.08,0,0,1,10.19-16.87L318.34,125.66A8,8,0,0,0,312.69,112H104a56,56,0,0,0-56,56V408a56,56,0,0,0,56,56H344a56,56,0,0,0,56-56V199.31A8,8,0,0,0,386.34,193.66Z\"/></svg></li><li title=\"crop outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M144,48V320a48,48,0,0,0,48,48H464\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M368,304V192a48,48,0,0,0-48-48H208\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"368\" y1=\"368\" x2=\"368\" y2=\"464\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"144\" y1=\"144\" x2=\"48\" y2=\"144\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"crop sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polygon points=\"166 346 166 32 122 32 122 122 32 122 32 166 122 166 122 390 346 390 346 480 390 480 390 390 480 390 480 346 166 346\"/><polygon points=\"346 320 390 320 390 122 192 122 192 166 346 166 346 320\"/></svg></li><li title=\"crop \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M458,346H192a26,26,0,0,1-26-26V54a22,22,0,0,0-44,0v68H54a22,22,0,0,0,0,44h68V320a70.08,70.08,0,0,0,70,70H346v68a22,22,0,0,0,44,0V390h68a22,22,0,0,0,0-44Z\"/><path d=\"M214,166H320a26,26,0,0,1,26,26V298a22,22,0,0,0,44,0V192a70.08,70.08,0,0,0-70-70H214a22,22,0,0,0,0,44Z\"/></svg></li><li title=\"cube outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M448,341.37V170.61A32,32,0,0,0,432.11,143l-152-88.46a47.94,47.94,0,0,0-48.24,0L79.89,143A32,32,0,0,0,64,170.61V341.37A32,32,0,0,0,79.89,369l152,88.46a48,48,0,0,0,48.24,0l152-88.46A32,32,0,0,0,448,341.37Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><polyline points=\"69 153.99 256 263.99 443 153.99\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"256\" y1=\"463.99\" x2=\"256\" y2=\"263.99\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"cube sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polygon points=\"48 170 48 366.92 240 480 240 284 48 170\"/><path d=\"M272,480,464,366.92V170L272,284ZM448,357.64h0Z\"/><polygon points=\"448 144 256 32 64 144 256 256 448 144\"/></svg></li><li title=\"cube \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M440.9,136.3a4,4,0,0,0,0-6.91L288.16,40.65a64.14,64.14,0,0,0-64.33,0L71.12,129.39a4,4,0,0,0,0,6.91L254,243.88a4,4,0,0,0,4.06,0Z\"/><path d=\"M54,163.51A4,4,0,0,0,48,167V340.89a48,48,0,0,0,23.84,41.39L234,479.51a4,4,0,0,0,6-3.46V274.3a4,4,0,0,0-2-3.46Z\"/><path d=\"M272,275v201a4,4,0,0,0,6,3.46l162.15-97.23A48,48,0,0,0,464,340.89V167a4,4,0,0,0-6-3.45l-184,108A4,4,0,0,0,272,275Z\"/></svg></li><li title=\"cut outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><circle cx=\"104\" cy=\"152\" r=\"56\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><circle cx=\"104\" cy=\"360\" r=\"56\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M157,175,146,190,183,205s3.46-6.42,7-10Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M154.17,334.43,460,162c-2.5-6.7-28-12-64-4-29.12,6.47-121.16,29.05-159.16,56.05C205.85,236.06,227,272,192,298c-25.61,19-44.43,22.82-44.43,22.82Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M344.47,278.24,295,306.67c14.23,6.74,65.54,33.27,117,36.33,14.92.89,30,.39,39-6Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><circle cx=\"256\" cy=\"240\" r=\"32\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"cut sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M480,128H432L233.06,198.46l-59.13-31.59a72.16,72.16,0,1,0-25.69,41.47l52.2,31.72L192,277l-43.64,26.76a71.74,71.74,0,1,0,24.79,38L480,160ZM103.48,192a40,40,0,1,1,40-40A40,40,0,0,1,103.48,192Zm0,208a40,40,0,1,1,40-40A40,40,0,0,1,103.48,400Zm152-144a16,16,0,1,1,16-16A16,16,0,0,1,255.48,256Z\"/><polygon points=\"343.79 259.87 260.05 308.05 432 368 479.99 368 480 336 343.79 259.87\"/></svg></li><li title=\"cut \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M103.48,224a71.64,71.64,0,0,0,44.76-15.66l41.5,16.89,6.82-12.63a39.15,39.15,0,0,1,4.32-6.37l14.22-14.42-41.17-24.94A72,72,0,1,0,103.48,224Zm0-112a40,40,0,1,1-40,40A40,40,0,0,1,103.48,112Z\"/><path d=\"M480,169l-5.52-12.58c-4.48-10.42-14.74-16-32.78-17.85-10.12-1-26.95-1.24-49.69,3.81-20,4.45-122.14,28.2-164.95,58.62C206.81,215.39,203,234.67,200,250.16c-2.78,14.14-5,25.31-18,35-15,11.14-27.27,16.38-33.58,18.6a71.74,71.74,0,1,0,24.79,38ZM255.48,256a16,16,0,1,1,16-16A16,16,0,0,1,255.48,256Zm-152,144a40,40,0,1,1,40-40A40,40,0,0,1,103.48,400Z\"/><path d=\"M343.79,259.87l-83.74,48.18,27.63,13.08,3.62,1.74C310,331.92,359.74,356,410.53,359c3.89.23,7.47.34,10.78.34C442,359.31,453,354,459.75,350L480,336Z\"/></svg></li><li title=\"desktop outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><rect x=\"32\" y=\"64\" width=\"448\" height=\"320\" rx=\"32\" ry=\"32\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/><polygon points=\"304 448 296 384 216 384 208 448 304 448\" style=\"stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"368\" y1=\"448\" x2=\"144\" y2=\"448\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M32,304v48a32.09,32.09,0,0,0,32,32H448a32.09,32.09,0,0,0,32-32V304Zm224,64a16,16,0,1,1,16-16A16,16,0,0,1,256,368Z\"/></svg></li><li title=\"desktop sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M480,48H32A16,16,0,0,0,16,64V384a16,16,0,0,0,16,16H200v32H128v32H384V432H312V400H480a16,16,0,0,0,16-16V64A16,16,0,0,0,480,48ZM460,84V300H52V84ZM240.13,354.08a16,16,0,1,1,13.79,13.79A16,16,0,0,1,240.13,354.08Z\"/></svg></li><li title=\"desktop \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M16,352a48.05,48.05,0,0,0,48,48H197.88l-4,32H144a16,16,0,0,0,0,32H368a16,16,0,0,0,0-32H318.12l-4-32H448a48.05,48.05,0,0,0,48-48V304H16Zm240-16a16,16,0,1,1-16,16A16,16,0,0,1,256,336Z\"/><path d=\"M496,96a48.05,48.05,0,0,0-48-48H64A48.05,48.05,0,0,0,16,96V288H496Z\"/></svg></li><li title=\"diamond outline \"><svg id=\"icons\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M35.42,188.21,243.17,457.67a16.17,16.17,0,0,0,25.66,0L476.58,188.21a16.52,16.52,0,0,0,.95-18.75L407.06,55.71A16.22,16.22,0,0,0,393.27,48H118.73a16.22,16.22,0,0,0-13.79,7.71L34.47,169.46A16.52,16.52,0,0,0,35.42,188.21Z\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"32\"/><line x1=\"48\" y1=\"176\" x2=\"464\" y2=\"176\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"32\"/><polyline points=\"400 64 352 176 256 48\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"32\"/><polyline points=\"112 64 160 176 256 48\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"32\"/><line x1=\"256\" y1=\"448\" x2=\"160\" y2=\"176\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"32\"/><line x1=\"256\" y1=\"448\" x2=\"352\" y2=\"176\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"32\"/></svg></li><li title=\"diamond sharp \"><svg id=\"icons\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><polygon points=\"396.31 32 264 32 348.19 144.26 396.31 32\"/><polygon points=\"115.69 32 163.81 144.26 248 32 115.69 32\"/><polygon points=\"256 74.67 192 160 320 160 256 74.67\"/><polygon points=\"422.95 51.06 376.26 160 488 160 422.95 51.06\"/><polygon points=\"89.05 51.06 23 160 135.74 160 89.05 51.06\"/><polygon points=\"146.68 192 24 192 246.8 480 247.33 480 146.68 192\"/><polygon points=\"365.32 192 264.67 480 265.2 480 488 192 365.32 192\"/><polygon points=\"329.39 192 182.61 192 256 400 329.39 192\"/></svg></li><li title=\"diamond \"><svg id=\"icons\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M121.72,32A4,4,0,0,0,118,37.56l2.3,5.43L161,137.89a4,4,0,0,0,6.88.82L243,38.4a4,4,0,0,0-3.2-6.4Z\"/><path d=\"M419.93,58.06l-41.28,96.37a4,4,0,0,0,3.68,5.57h101a4,4,0,0,0,3.4-6.11L427,57.53A4,4,0,0,0,419.93,58.06Z\"/><path d=\"M85,57.57,25.29,153.89a4,4,0,0,0,3.4,6.11h101a4,4,0,0,0,3.67-5.58L92,58.1A4,4,0,0,0,85,57.57Z\"/><path d=\"M393.27,32H267.82a1.94,1.94,0,0,0-1.56,3.11l79.92,106.46a1.94,1.94,0,0,0,3.34-.4L391.6,43,395,34.66A1.92,1.92,0,0,0,393.3,32Z\"/><path d=\"M239,448,149.57,194.51A3.78,3.78,0,0,0,146,192H25.7a3.72,3.72,0,0,0-2.95,6l216,279.81a5.06,5.06,0,0,0,6.39,1.37h0a5,5,0,0,0,2.39-6.08Z\"/><path d=\"M486.3,192H366a3.75,3.75,0,0,0-3.54,2.51L264.26,472.67a5.21,5.21,0,0,0,2.42,6.31h0a5.22,5.22,0,0,0,6.61-1.39L489.25,198h0A3.72,3.72,0,0,0,486.3,192Z\"/><path d=\"M259.2,78.93l56,74.67A4,4,0,0,1,312,160H200a4,4,0,0,1-3.2-6.4l56-74.67A4,4,0,0,1,259.2,78.93Zm-7,310.31L184.5,197.33a4,4,0,0,1,3.77-5.33H323.73a4,4,0,0,1,3.77,5.33L259.77,389.24A4,4,0,0,1,252.23,389.24Z\"/></svg></li><li title=\"dice outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"32\" d=\"M448,341.37V170.61A32,32,0,0,0,432.11,143l-152-88.46a47.94,47.94,0,0,0-48.24,0L79.89,143A32,32,0,0,0,64,170.61V341.37A32,32,0,0,0,79.89,369l152,88.46a48,48,0,0,0,48.24,0l152-88.46A32,32,0,0,0,448,341.37Z\"/><polyline fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"32\" points=\"69 153.99 256 263.99 443 153.99\"/><line fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"32\" x1=\"256\" y1=\"463.99\" x2=\"256\" y2=\"263.99\"/><ellipse cx=\"256\" cy=\"152\" rx=\"24\" ry=\"16\"/><ellipse cx=\"208\" cy=\"296\" rx=\"16\" ry=\"24\"/><ellipse cx=\"112\" cy=\"328\" rx=\"16\" ry=\"24\"/><ellipse cx=\"304\" cy=\"296\" rx=\"16\" ry=\"24\"/><ellipse cx=\"400\" cy=\"240\" rx=\"16\" ry=\"24\"/><ellipse cx=\"304\" cy=\"384\" rx=\"16\" ry=\"24\"/><ellipse cx=\"400\" cy=\"328\" rx=\"16\" ry=\"24\"/></svg></li><li title=\"dice sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M48,366.92,240,480V284L48,170ZM192,288c8.84,0,16,10.75,16,24s-7.16,24-16,24-16-10.75-16-24S183.16,288,192,288ZM96,320c8.84,0,16,10.75,16,24s-7.16,24-16,24-16-10.75-16-24S87.16,320,96,320Z\"/><path d=\"M272,284V480L464,366.92V170Zm48,140c-8.84,0-16-10.75-16-24s7.16-24,16-24,16,10.75,16,24S328.84,424,320,424Zm0-88c-8.84,0-16-10.75-16-24s7.16-24,16-24,16,10.75,16,24S328.84,336,320,336Zm96,32c-8.84,0-16-10.75-16-24s7.16-24,16-24,16,10.75,16,24S424.84,368,416,368Zm0-88c-8.84,0-16-10.75-16-24s7.16-24,16-24,16,10.75,16,24S424.84,280,416,280Zm32,77.64h0Z\"/><path d=\"M256,32,64,144,256,256,448,144Zm0,120c-13.25,0-24-7.16-24-16s10.75-16,24-16,24,7.16,24,16S269.25,152,256,152Z\"/></svg></li><li title=\"dice \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M440.88,129.37,288.16,40.62a64.14,64.14,0,0,0-64.33,0L71.12,129.37a4,4,0,0,0,0,6.9L254,243.85a4,4,0,0,0,4.06,0L440.9,136.27A4,4,0,0,0,440.88,129.37ZM256,152c-13.25,0-24-7.16-24-16s10.75-16,24-16,24,7.16,24,16S269.25,152,256,152Z\"/><path d=\"M238,270.81,54,163.48a4,4,0,0,0-6,3.46V340.86a48,48,0,0,0,23.84,41.39L234,479.48a4,4,0,0,0,6-3.46V274.27A4,4,0,0,0,238,270.81ZM96,368c-8.84,0-16-10.75-16-24s7.16-24,16-24,16,10.75,16,24S104.84,368,96,368Zm96-32c-8.84,0-16-10.75-16-24s7.16-24,16-24,16,10.75,16,24S200.84,336,192,336Z\"/><path d=\"M458,163.51,274,271.56a4,4,0,0,0-2,3.45V476a4,4,0,0,0,6,3.46l162.15-97.23A48,48,0,0,0,464,340.86V167A4,4,0,0,0,458,163.51ZM320,424c-8.84,0-16-10.75-16-24s7.16-24,16-24,16,10.75,16,24S328.84,424,320,424Zm0-88c-8.84,0-16-10.75-16-24s7.16-24,16-24,16,10.75,16,24S328.84,336,320,336Zm96,32c-8.84,0-16-10.75-16-24s7.16-24,16-24,16,10.75,16,24S424.84,368,416,368Zm0-88c-8.84,0-16-10.75-16-24s7.16-24,16-24,16,10.75,16,24S424.84,280,416,280Z\"/></svg></li><li title=\"disc outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><circle cx=\"256\" cy=\"256\" r=\"208\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><circle cx=\"256\" cy=\"256\" r=\"96\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><circle cx=\"256\" cy=\"256\" r=\"32\"/></svg></li><li title=\"disc sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><circle cx=\"256\" cy=\"256\" r=\"32\"/><path d=\"M414.39,97.61A224,224,0,1,0,97.61,414.39,224,224,0,1,0,414.39,97.61ZM256,336a80,80,0,1,1,80-80A80.09,80.09,0,0,1,256,336Z\"/></svg></li><li title=\"disc \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,176a80,80,0,1,0,80,80A80.09,80.09,0,0,0,256,176Zm0,112a32,32,0,1,1,32-32A32,32,0,0,1,256,288Z\"/><path d=\"M414.39,97.61A224,224,0,1,0,97.61,414.39,224,224,0,1,0,414.39,97.61ZM256,368A112,112,0,1,1,368,256,112.12,112.12,0,0,1,256,368Z\"/></svg></li><li title=\"document attach outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M208,64h66.75a32,32,0,0,1,22.62,9.37L438.63,214.63A32,32,0,0,1,448,237.25V432a48,48,0,0,1-48,48H192a48,48,0,0,1-48-48V304\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M288,72V192a32,32,0,0,0,32,32H440\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M160,80V232a23.69,23.69,0,0,1-24,24c-12,0-24-9.1-24-24V88c0-30.59,16.57-56,48-56s48,24.8,48,55.38V226.13c0,43-27.82,77.87-72,77.87s-72-34.86-72-77.87V144\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"document attach sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M280,240a8,8,0,0,1-8-8V48H214.75a65.42,65.42,0,0,0-6.5-9.81C196.72,23.88,179.59,16,160,16c-37.68,0-64,29.61-64,72V232c0,25,20.34,40,40,40a39.57,39.57,0,0,0,40-40V80H144V232a7.75,7.75,0,0,1-8,8c-2.23,0-8-1.44-8-8V88c0-19.34,8.41-40,32-40,29.69,0,32,30.15,32,39.38V226.13c0,17.45-5.47,33.23-15.41,44.46C166.5,282,152.47,288,136,288s-30.5-6-40.59-17.41C85.47,259.36,80,243.58,80,226.13V144H48v82.13c0,51.51,33.19,89.63,80,93.53V468a12,12,0,0,0,12,12H452a12,12,0,0,0,12-12V240Z\"/><path d=\"M308,208H454.31a2,2,0,0,0,1.42-3.41L307.41,56.27A2,2,0,0,0,304,57.69V204A4,4,0,0,0,308,208Z\"/></svg></li><li title=\"document attach \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M460,240H320a48,48,0,0,1-48-48V52a4,4,0,0,0-4-4H214.75a65.42,65.42,0,0,0-6.5-9.81C196.72,23.88,179.59,16,160,16c-37.68,0-64,29.61-64,72V232c0,25,20.34,40,40,40a39.57,39.57,0,0,0,40-40V80a16,16,0,0,0-32,0V232a7.75,7.75,0,0,1-8,8c-2.23,0-8-1.44-8-8V88c0-19.34,8.41-40,32-40,29.69,0,32,30.15,32,39.38V226.13c0,17.45-5.47,33.23-15.41,44.46C166.5,282,152.47,288,136,288s-30.5-6-40.59-17.41C85.47,259.36,80,243.58,80,226.13V144a16,16,0,0,0-32,0v82.13c0,51.51,33.19,89.63,80,93.53V432a64,64,0,0,0,64,64H400a64,64,0,0,0,64-64V244A4,4,0,0,0,460,240Z\"/><path d=\"M320,208H449.81a2,2,0,0,0,1.41-3.41L307.41,60.78A2,2,0,0,0,304,62.19V192A16,16,0,0,0,320,208Z\"/></svg></li><li title=\"document lock outline \"><svg id=\"icons\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M288,304V286c0-16.63-14.26-30-32-30s-32,13.37-32,30v18\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"32\"/><path d=\"M304,416H208a32,32,0,0,1-32-32V336a32,32,0,0,1,32-32h96a32,32,0,0,1,32,32v48A32,32,0,0,1,304,416Z\"/><path d=\"M416,221.25V416a48,48,0,0,1-48,48H144a48,48,0,0,1-48-48V96a48,48,0,0,1,48-48h98.75a32,32,0,0,1,22.62,9.37L406.63,198.63A32,32,0,0,1,416,221.25Z\" fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"32\"/><path d=\"M256,50.88V176a32,32,0,0,0,32,32H413.12\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"32\"/></svg></li><li title=\"document lock sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M276,192H422.31a2,2,0,0,0,1.42-3.41L275.41,40.27A2,2,0,0,0,272,41.69V188A4,4,0,0,0,276,192Z\"/><path d=\"M256,272c-8.82,0-16,6.28-16,14v18h32V286C272,278.28,264.82,272,256,272Z\"/><path d=\"M248,224a8,8,0,0,1-8-8V32H92A12,12,0,0,0,80,44V468a12,12,0,0,0,12,12H420a12,12,0,0,0,12-12V224Zm88,175.91A16.1,16.1,0,0,1,319.91,416H192.09A16.1,16.1,0,0,1,176,399.91V320c0-10,7-16,16-16h16V286c0-25.36,21.53-46,48-46s48,20.64,48,46v18h16a15.8,15.8,0,0,1,16,16Z\"/></svg></li><li title=\"document lock \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M288,192H417.81a2,2,0,0,0,1.41-3.41L275.41,44.78A2,2,0,0,0,272,46.19V176A16,16,0,0,0,288,192Z\"/><path d=\"M256,272c-8.82,0-16,6.28-16,14v18h32V286C272,278.28,264.82,272,256,272Z\"/><path d=\"M428,224H288a48,48,0,0,1-48-48V36a4,4,0,0,0-4-4H144A64,64,0,0,0,80,96V416a64,64,0,0,0,64,64H368a64,64,0,0,0,64-64V228A4,4,0,0,0,428,224ZM336,384a32,32,0,0,1-32,32H208a32,32,0,0,1-32-32V336a32,32,0,0,1,32-32V286c0-25.36,21.53-46,48-46s48,20.64,48,46v18a32,32,0,0,1,32,32Z\"/></svg></li><li title=\"document outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M416,221.25V416a48,48,0,0,1-48,48H144a48,48,0,0,1-48-48V96a48,48,0,0,1,48-48h98.75a32,32,0,0,1,22.62,9.37L406.63,198.63A32,32,0,0,1,416,221.25Z\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M256,56V176a32,32,0,0,0,32,32H408\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"document sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M240,216V32H92A12,12,0,0,0,80,44V468a12,12,0,0,0,12,12H420a12,12,0,0,0,12-12V224H248A8,8,0,0,1,240,216Z\"/><path d=\"M272,41.69V188a4,4,0,0,0,4,4H422.31a2,2,0,0,0,1.42-3.41L275.41,40.27A2,2,0,0,0,272,41.69Z\"/></svg></li><li title=\"document text outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M416,221.25V416a48,48,0,0,1-48,48H144a48,48,0,0,1-48-48V96a48,48,0,0,1,48-48h98.75a32,32,0,0,1,22.62,9.37L406.63,198.63A32,32,0,0,1,416,221.25Z\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M256,56V176a32,32,0,0,0,32,32H408\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"176\" y1=\"288\" x2=\"336\" y2=\"288\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"176\" y1=\"368\" x2=\"336\" y2=\"368\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"document text sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M272,41.69V188a4,4,0,0,0,4,4H422.31a2,2,0,0,0,1.42-3.41L275.41,40.27A2,2,0,0,0,272,41.69Z\"/><path d=\"M248,224a8,8,0,0,1-8-8V32H92A12,12,0,0,0,80,44V468a12,12,0,0,0,12,12H420a12,12,0,0,0,12-12V224ZM352,384H160V352H352Zm0-80H160V272H352Z\"/></svg></li><li title=\"document text \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M428,224H288a48,48,0,0,1-48-48V36a4,4,0,0,0-4-4H144A64,64,0,0,0,80,96V416a64,64,0,0,0,64,64H368a64,64,0,0,0,64-64V228A4,4,0,0,0,428,224ZM336,384H176a16,16,0,0,1,0-32H336a16,16,0,0,1,0,32Zm0-80H176a16,16,0,0,1,0-32H336a16,16,0,0,1,0,32Z\"/><path d=\"M419.22,188.59,275.41,44.78A2,2,0,0,0,272,46.19V176a16,16,0,0,0,16,16H417.81A2,2,0,0,0,419.22,188.59Z\"/></svg></li><li title=\"document \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M428,224H288a48,48,0,0,1-48-48V36a4,4,0,0,0-4-4H144A64,64,0,0,0,80,96V416a64,64,0,0,0,64,64H368a64,64,0,0,0,64-64V228A4,4,0,0,0,428,224Z\"/><path d=\"M419.22,188.59,275.41,44.78A2,2,0,0,0,272,46.19V176a16,16,0,0,0,16,16H417.81A2,2,0,0,0,419.22,188.59Z\"/></svg></li><li title=\"documents outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M336,264.13V436c0,24.3-19.05,44-42.95,44H107C83.05,480,64,460.3,64,436V172a44.26,44.26,0,0,1,44-44h94.12a24.55,24.55,0,0,1,17.49,7.36l109.15,111A25.4,25.4,0,0,1,336,264.13Z\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M200,128V236a28.34,28.34,0,0,0,28,28H336\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M176,128V76a44.26,44.26,0,0,1,44-44h94a24.83,24.83,0,0,1,17.61,7.36l109.15,111A25.09,25.09,0,0,1,448,168V340c0,24.3-19.05,44-42.95,44H344\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M312,32V140a28.34,28.34,0,0,0,28,28H448\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"documents sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M307.94,248,216,154.52V242a6,6,0,0,0,6,6Z\"/><path d=\"M184,268V144H60a12,12,0,0,0-12,12V484a12,12,0,0,0,12,12H308a12,12,0,0,0,12-12V280H196A12,12,0,0,1,184,268Z\"/><path d=\"M366,120h85.94L360,26.52V114A6,6,0,0,0,366,120Z\"/><path d=\"M340,152a12,12,0,0,1-12-12V16H172a12,12,0,0,0-12,12v84h42.12A40.81,40.81,0,0,1,231,124.14l109.16,111a41.11,41.11,0,0,1,11.83,29V400H452a12,12,0,0,0,12-12V152Z\"/></svg></li><li title=\"documents \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M298.39,248a4,4,0,0,0,2.86-6.8l-78.4-79.72a4,4,0,0,0-6.85,2.81V236a12,12,0,0,0,12,12Z\"/><path d=\"M197,267A43.67,43.67,0,0,1,184,236V144H112a64.19,64.19,0,0,0-64,64V432a64,64,0,0,0,64,64H256a64,64,0,0,0,64-64V280H228A43.61,43.61,0,0,1,197,267Z\"/><path d=\"M372,120h70.39a4,4,0,0,0,2.86-6.8l-78.4-79.72A4,4,0,0,0,360,36.29V108A12,12,0,0,0,372,120Z\"/><path d=\"M372,152a44.34,44.34,0,0,1-44-44V16H220a60.07,60.07,0,0,0-60,60v36h42.12A40.81,40.81,0,0,1,231,124.14l109.16,111a41.11,41.11,0,0,1,11.83,29V400h53.05c32.51,0,58.95-26.92,58.95-60V152Z\"/></svg></li><li title=\"download outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M336,176h40a40,40,0,0,1,40,40V424a40,40,0,0,1-40,40H136a40,40,0,0,1-40-40V216a40,40,0,0,1,40-40h40\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><polyline points=\"176 272 256 352 336 272\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"256\" y1=\"48\" x2=\"256\" y2=\"336\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"download sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M272,160V307.37l64-64L358.63,266,256,368.63,153.37,266,176,243.37l64,64V160H92a12,12,0,0,0-12,12V468a12,12,0,0,0,12,12H420a12,12,0,0,0,12-12V172a12,12,0,0,0-12-12Z\"/><rect x=\"240\" y=\"32\" width=\"32\" height=\"128\"/></svg></li><li title=\"download \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M376,160H272V313.37l52.69-52.68a16,16,0,0,1,22.62,22.62l-80,80a16,16,0,0,1-22.62,0l-80-80a16,16,0,0,1,22.62-22.62L240,313.37V160H136a56.06,56.06,0,0,0-56,56V424a56.06,56.06,0,0,0,56,56H376a56.06,56.06,0,0,0,56-56V216A56.06,56.06,0,0,0,376,160Z\"/><path d=\"M272,48a16,16,0,0,0-32,0V160h32Z\"/></svg></li><li title=\"duplicate outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><rect x=\"128\" y=\"128\" width=\"336\" height=\"336\" rx=\"57\" ry=\"57\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M383.5,128l.5-24a56.16,56.16,0,0,0-56-56H112a64.19,64.19,0,0,0-64,64V328a56.16,56.16,0,0,0,56,56h24\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"296\" y1=\"216\" x2=\"296\" y2=\"376\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"376\" y1=\"296\" x2=\"216\" y2=\"296\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"duplicate sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M112,80H400V56a24,24,0,0,0-24-24H66A34,34,0,0,0,32,66V376a24,24,0,0,0,24,24H80V112A32,32,0,0,1,112,80Z\"/><path d=\"M456,112H136a24,24,0,0,0-24,24V456a24,24,0,0,0,24,24H456a24,24,0,0,0,24-24V136A24,24,0,0,0,456,112ZM392,312H312v80H280V312H200V280h80V200h32v80h80Z\"/></svg></li><li title=\"duplicate \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M408,112H184a72,72,0,0,0-72,72V408a72,72,0,0,0,72,72H408a72,72,0,0,0,72-72V184A72,72,0,0,0,408,112ZM375.55,312H312v63.55c0,8.61-6.62,16-15.23,16.43A16,16,0,0,1,280,376V312H216.45c-8.61,0-16-6.62-16.43-15.23A16,16,0,0,1,216,280h64V216.45c0-8.61,6.62-16,15.23-16.43A16,16,0,0,1,312,216v64h64a16,16,0,0,1,16,16.77C391.58,305.38,384.16,312,375.55,312Z\"/><path d=\"M395.88,80A72.12,72.12,0,0,0,328,32H104a72,72,0,0,0-72,72V328a72.12,72.12,0,0,0,48,67.88V160a80,80,0,0,1,80-80Z\"/></svg></li><li title=\"ear outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M335.72,330.76C381.73,299.5,416,251.34,416,192a160,160,0,0,0-320,0V398.57C96,442.83,131.74,480,176,480h0c44.26,0,66.83-25.94,77.29-40C268.06,420.19,295,358.44,335.72,330.76Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M160,304V184c0-48.4,43.2-88,96-88h0c52.8,0,96,39.6,96,88\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M160,239c25-18,79.82-15,79.82-15,26,0,41.17,29.42,26,50.6,0,0-36.86,42.4-41.86,61.4\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"ear sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M380.48,68.09C347.09,34.5,302.88,16,256,16,159,16,80,95,80,192V398.57a97.59,97.59,0,0,0,28,68.49A94.49,94.49,0,0,0,176,496c19.93,0,41.06-7.69,62.8-22.87a181.46,181.46,0,0,0,25.88-21.86C327.37,390.16,432,288.06,432,192,432,145.51,413.71,101.51,380.48,68.09ZM368,200H336V184c0-39.7-35.89-72-80-72s-80,32.3-80,72v30.41c27.5-7.84,59.89-6.62,64.26-6.41a48,48,0,0,1,38.62,75.9c-.3.41-.61.81-.95,1.2-16.55,19-36,45.49-38.46,55l-4.07,15.47-30.94-8.14,4.07-15.47c5.51-20.94,36.93-58.2,44.66-67.15A16,16,0,0,0,239.82,240l-.88,0c-10.67-.58-42.66-.25-62.12,8l-.82.35V320H144V184c0-57.35,50.24-104,112-104s112,46.65,112,104Z\"/></svg></li><li title=\"ear \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,16C159,16,80,95,80,192V398.57a97.59,97.59,0,0,0,28,68.49A94.51,94.51,0,0,0,176,496c36.86,0,67.18-15.62,90.12-46.42,4.48-6,9.55-14.74,15.42-24.85,15.32-26.37,36.29-62.47,63.17-80.74,25.77-17.51,47.23-39.54,62-63.72C423.51,252.94,432,223.24,432,192,432,95,353.05,16,256,16Zm96,184a16,16,0,0,1-16-16c0-39.7-35.89-72-80-72s-80,32.3-80,72v30.42c27.19-7.84,58.4-6.72,64.28-6.42a48,48,0,0,1,38.6,75.9c-.3.41-.61.81-.95,1.2-16.55,19-36,45.48-38.46,55a16,16,0,0,1-30.94-8.14c5.51-20.94,36.93-58.2,44.66-67.15A16,16,0,0,0,239.82,240l-.88,0c-16.6-.89-45.89.8-62.94,8.31V304a16,16,0,0,1-32,0V184c0-57.35,50.24-104,112-104s112,46.65,112,104A16,16,0,0,1,352,200Z\"/></svg></li><li title=\"earth outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M464,256c0-114.87-93.13-208-208-208S48,141.13,48,256s93.13,208,208,208S464,370.87,464,256Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M445.57,172.14c-16.06.1-14.48,29.73-34.49,15.75-7.43-5.18-12-12.71-21.33-15-8.15-2-16.5.08-24.55,1.47-9.15,1.58-20,2.29-26.94,9.22-6.71,6.67-10.26,15.62-17.4,22.33-13.81,13-19.64,27.19-10.7,45.57,8.6,17.67,26.59,27.26,46,26,19.07-1.27,38.88-12.33,38.33,15.38-.2,9.8,1.85,16.6,4.86,25.71,2.79,8.4,2.6,16.54,3.24,25.21,1.18,16.2,4.16,34.36,12.2,48.67l15-21.16c1.85-2.62,5.72-6.29,6.64-9.38,1.63-5.47-1.58-14.87-1.95-21s-.19-12.34-1.13-18.47c-1.32-8.59-6.4-16.64-7.1-25.13-1.29-15.81,1.6-28.43-10.58-41.65-11.76-12.75-29-15.81-45.47-13.22-8.3,1.3-41.71,6.64-28.3-12.33,2.65-3.73,7.28-6.79,10.26-10.34,2.59-3.09,4.84-8.77,7.88-11.18s17-5.18,21-3.95,8.17,7,11.64,9.56a49.89,49.89,0,0,0,21.81,9.36c13.66,2,42.22-5.94,42-23.46C456.45,191.7,448.65,180,445.57,172.14Z\"/><path d=\"M287.45,316.3c-5.33-22.44-35.82-29.94-52.26-42.11-9.45-7-17.86-17.81-30.27-18.69-5.72-.41-10.51.83-16.18-.64-5.2-1.34-9.28-4.14-14.82-3.41-10.35,1.36-16.88,12.42-28,10.92-10.55-1.42-21.42-13.76-23.82-23.81-3.08-12.92,7.14-17.11,18.09-18.26,4.57-.48,9.7-1,14.09.67,5.78,2.15,8.51,7.81,13.7,10.67,9.73,5.33,11.7-3.19,10.21-11.83-2.23-12.94-4.83-18.22,6.71-27.12,8-6.14,14.84-10.58,13.56-21.61-.76-6.48-4.31-9.41-1-15.86,2.51-4.91,9.4-9.34,13.89-12.27,11.59-7.56,49.65-7,34.1-28.16-4.57-6.21-13-17.31-21-18.83-10-1.89-14.44,9.27-21.41,14.19-7.2,5.09-21.22,10.87-28.43,3-9.7-10.59,6.43-14.07,10-21.46S176.34,70.33,170,66.79l-29.81,33.43a41.52,41.52,0,0,0,8.34,31.86c5.93,7.63,15.37,10.08,15.8,20.5.42,10-1.14,15.12-7.68,22.15-2.83,3-4.83,7.26-7.71,10.07-3.53,3.43-2.22,2.38-7.73,3.32-10.36,1.75-19.18,4.45-29.19,7.21C95.34,199.94,93.8,172.69,86.2,162l-25,20.19c-.27,3.31,4.1,9.4,5.29,13C73.32,215.76,87.1,231.67,96,251.35c9.37,20.84,34.53,15.06,45.64,33.32,9.86,16.2-.67,36.71,6.71,53.67,5.36,12.31,18,15,26.72,24,8.91,9.09,8.72,21.53,10.08,33.36a305.22,305.22,0,0,0,7.45,41.28c1.21,4.69,2.32,10.89,5.53,14.76,2.2,2.66,9.75,4.95,6.7,5.83,4.26.7,11.85,4.68,15.4,1.76,4.68-3.84,3.43-15.66,4.24-21,2.43-15.9,10.39-31.45,21.13-43.35,10.61-11.74,25.15-19.69,34.11-33C288.44,349,291.07,331.49,287.45,316.3Zm-33.39,26.32c-6,10.71-19.36,17.88-27.95,26.39-2.33,2.31-7.29,10.31-10.21,8.58-2.09-1.24-2.8-11.62-3.57-14a61.17,61.17,0,0,0-21.71-29.95c-3.13-2.37-10.89-5.45-12.68-8.7-2-3.53-.2-11.86-.13-15.7.11-5.6-2.44-14.91-1.06-20,1.6-5.87-1.48-2.33,3.77-3.49,2.77-.62,14.21,1.39,17.66,2.11,5.48,1.14,8.5,4.55,12.82,8,11.36,9.11,23.87,16.16,36.6,23.14C257.46,324.46,260.36,331.37,254.06,342.62Z\"/><path d=\"M184.46,67.09c4.74,4.63,9.2,10.11,16.27,10.57,6.69.45,13-3.17,18.84,1.38,6.48,5,11.15,11.33,19.75,12.89,8.32,1.51,17.13-3.35,19.19-11.86,2-8.11-2.31-16.93-2.57-25.07,0-1.13.61-6.15-.17-7-.58-.64-5.42.08-6.16.1q-8.13.24-16.22,1.12a207.1,207.1,0,0,0-57.18,14.65C178.64,65.55,181.69,66.22,184.46,67.09Z\"/><path d=\"M356.4,123.27c8.49,0,17.11-3.8,14.37-13.62-2.3-8.23-6.22-17.16-15.76-12.72-6.07,2.82-14.67,10-15.38,17.12C338.82,122.13,350.74,123.27,356.4,123.27Z\"/><path d=\"M349.62,166.24c8.67,5.19,21.53,2.75,28.07-4.66,5.11-5.8,8.12-15.87,17.31-15.86a15.4,15.4,0,0,1,10.82,4.41c3.8,3.93,3.05,7.62,3.86,12.54,1.81,11.05,13.66.63,16.75-3.65,2-2.79,4.71-6.93,3.8-10.56-.84-3.39-4.8-7-6.56-10.11-5.14-9-9.37-19.47-17.07-26.74-7.41-7-16.52-6.19-23.55,1.08-5.76,6-12.45,10.75-16.39,18.05-2.78,5.13-5.91,7.58-11.54,8.91-3.1.73-6.64,1-9.24,3.08C338.64,148.43,342.76,162.12,349.62,166.24Z\"/></svg></li><li title=\"earth sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M267,474l-.8-.13A.85.85,0,0,0,267,474Z\"/><path d=\"M448.9,187.78a5.51,5.51,0,0,0-10.67-.63h0A5.52,5.52,0,0,1,433,191H417.53a5.48,5.48,0,0,1-2.84-.79l-22.38-13.42a5.48,5.48,0,0,0-2.84-.79h-35.8a5.48,5.48,0,0,0-3.06.93l-44.15,29.43A5.52,5.52,0,0,0,304,211v41.74a5.51,5.51,0,0,0,2.92,4.87l57.89,30.9a5.55,5.55,0,0,1,2.92,4.8L368,316.8a5.53,5.53,0,0,0,2.85,4.75l23.26,12.87a5.54,5.54,0,0,1,2.85,4.83v48.6a5.52,5.52,0,0,0,9.17,4.14c9.38-8.26,22.83-20.32,24.62-23.08q4.44-6.87,8.33-14.07a207.39,207.39,0,0,0,13.6-31C465.36,287.13,455.34,221.14,448.9,187.78Z\"/><path d=\"M286.4,302.8l-61.33-46a4,4,0,0,0-2.4-.8h-29.1a3.78,3.78,0,0,1-2.68-1.11l-13.72-13.72a4,4,0,0,0-2.83-1.17H121.15a3.79,3.79,0,0,1-2.68-6.47l8.42-8.42a3.78,3.78,0,0,1,2.68-1.11h32.37a8,8,0,0,0,7.7-5.83l6.89-24.5a4,4,0,0,1,2-2.47L206,177.06a3.79,3.79,0,0,0,2.05-3.37v-12.5a3.82,3.82,0,0,1,.68-2.17L223.33,138a3.75,3.75,0,0,1,1.78-1.38l20.43-7.67a3.79,3.79,0,0,0,2.46-3.55V114a3.8,3.8,0,0,0-1.69-3.16L225.83,97.22A3.83,3.83,0,0,0,222,97l-27.88,13.94a3.78,3.78,0,0,1-4-.41L176.9,100.08a3.8,3.8,0,0,1,.1-6l10.74-7.91a3.78,3.78,0,0,0-.09-6.16L170.92,68.34a3.78,3.78,0,0,0-4-.22c-6.05,3.31-23.8,13.11-30.1,17.52a209.48,209.48,0,0,0-68.16,80c-1.82,3.76-4.07,7.59-4.29,11.72s-3.46,13.35-4.81,17.08a3.78,3.78,0,0,0,.24,3.1l35.69,65.58a3.74,3.74,0,0,0,1.38,1.44l37.55,22.54a3.78,3.78,0,0,1,1.81,2.73l7.52,54.54a3.82,3.82,0,0,0,1.61,2.61l29.3,20.14a4,4,0,0,1,1.65,2.48l15.54,73.8a3.6,3.6,0,0,0,.49,1.22c1.46,2.36,7.28,11,14.3,12.28-.65.18-1.23.59-1.88.78a47.63,47.63,0,0,1,5,1.16c2,.54,4,1,6,1.43,3.13.62,3.44,1.1,4.94-1.68,2-3.72,4.29-5,6-5.46a3.85,3.85,0,0,0,2.89-2.9l10.07-46.68a4,4,0,0,1,1.6-2.42l45-31.9a4,4,0,0,0,1.69-3.27V306A4,4,0,0,0,286.4,302.8Z\"/><path d=\"M262,48s-3.65.21-4.39.23q-8.13.24-16.22,1.12A207.45,207.45,0,0,0,184.21,64c2.43,1.68-1.75,3.22-1.75,3.22L189,80h35l24,12,21-12Z\"/><path d=\"M354.23,120.06l16.11-14a4,4,0,0,0-.94-6.65l-18.81-8.73a4,4,0,0,0-5.3,1.9l-7.75,16.21a4,4,0,0,0,1.49,5.11l10.46,6.54A4,4,0,0,0,354.23,120.06Z\"/><path d=\"M429.64,140.67l-5.83-9c-.09-.14-.17-.28-.25-.43-1.05-2.15-9.74-19.7-17-26.51-5.45-5.15-7-3.67-7.43-2.53a3.77,3.77,0,0,1-1.19,1.6L369.1,127.11a4,4,0,0,1-2.51.89H351.66a4,4,0,0,0-2.83,1.17l-12,12a4,4,0,0,0,0,5.66l12,12a4,4,0,0,0,2.83,1.17h75.17a4,4,0,0,0,4-4.17l-.55-13.15A4,4,0,0,0,429.64,140.67Z\"/><path d=\"M256,72a184,184,0,1,1-130.1,53.9A182.77,182.77,0,0,1,256,72m0-40C132.3,32,32,132.3,32,256S132.3,480,256,480,480,379.7,480,256,379.7,32,256,32Z\"/></svg></li><li title=\"earth \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M414.39,97.74A224,224,0,1,0,97.61,414.52,224,224,0,1,0,414.39,97.74ZM64,256.13a191.63,191.63,0,0,1,6.7-50.31c7.34,15.8,18,29.45,25.25,45.66,9.37,20.84,34.53,15.06,45.64,33.32,9.86,16.21-.67,36.71,6.71,53.67,5.36,12.31,18,15,26.72,24,8.91,9.08,8.72,21.52,10.08,33.36a305.36,305.36,0,0,0,7.45,41.27c0,.1,0,.21.08.31C117.8,411.13,64,339.8,64,256.13Zm192,192a193.12,193.12,0,0,1-32-2.68c.11-2.71.16-5.24.43-7,2.43-15.9,10.39-31.45,21.13-43.35,10.61-11.74,25.15-19.68,34.11-33,8.78-13,11.41-30.5,7.79-45.69-5.33-22.44-35.82-29.93-52.26-42.1-9.45-7-17.86-17.82-30.27-18.7-5.72-.4-10.51.83-16.18-.63-5.2-1.35-9.28-4.15-14.82-3.42-10.35,1.36-16.88,12.42-28,10.92-10.55-1.41-21.42-13.76-23.82-23.81-3.08-12.92,7.14-17.11,18.09-18.26,4.57-.48,9.7-1,14.09.68,5.78,2.14,8.51,7.8,13.7,10.66,9.73,5.34,11.7-3.19,10.21-11.83-2.23-12.94-4.83-18.21,6.71-27.12,8-6.14,14.84-10.58,13.56-21.61-.76-6.48-4.31-9.41-1-15.86,2.51-4.91,9.4-9.34,13.89-12.27,11.59-7.56,49.65-7,34.1-28.16-4.57-6.21-13-17.31-21-18.83-10-1.89-14.44,9.27-21.41,14.19-7.2,5.09-21.22,10.87-28.43,3-9.7-10.59,6.43-14.06,10-21.46,1.65-3.45,0-8.24-2.78-12.75q5.41-2.28,11-4.23a15.6,15.6,0,0,0,8,3c6.69.44,13-3.18,18.84,1.38,6.48,5,11.15,11.32,19.75,12.88,8.32,1.51,17.13-3.34,19.19-11.86,1.25-5.18,0-10.65-1.2-16a190.83,190.83,0,0,1,105,32.21c-2-.76-4.39-.67-7.34.7-6.07,2.82-14.67,10-15.38,17.12-.81,8.08,11.11,9.22,16.77,9.22,8.5,0,17.11-3.8,14.37-13.62-1.19-4.26-2.81-8.69-5.42-11.37a193.27,193.27,0,0,1,18,14.14c-.09.09-.18.17-.27.27-5.76,6-12.45,10.75-16.39,18.05-2.78,5.14-5.91,7.58-11.54,8.91-3.1.73-6.64,1-9.24,3.08-7.24,5.7-3.12,19.4,3.74,23.51,8.67,5.19,21.53,2.75,28.07-4.66,5.11-5.8,8.12-15.87,17.31-15.86a15.4,15.4,0,0,1,10.82,4.41c3.8,3.94,3.05,7.62,3.86,12.54,1.43,8.74,9.14,4,13.83-.41a192.12,192.12,0,0,1,9.24,18.77c-5.16,7.43-9.26,15.53-21.67,6.87-7.43-5.19-12-12.72-21.33-15.06-8.15-2-16.5.08-24.55,1.47-9.15,1.59-20,2.29-26.94,9.22-6.71,6.68-10.26,15.62-17.4,22.33-13.81,13-19.64,27.19-10.7,45.57,8.6,17.67,26.59,27.26,46,26,19.07-1.27,38.88-12.33,38.33,15.38-.2,9.81,1.85,16.6,4.86,25.71,2.79,8.4,2.6,16.54,3.24,25.21A158,158,0,0,0,407.43,374,191.75,191.75,0,0,1,256,448.13Z\"/></svg></li><li title=\"easel outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><rect x=\"48\" y=\"80\" width=\"416\" height=\"272\" rx=\"32\" ry=\"32\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"256\" y1=\"416\" x2=\"256\" y2=\"352\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"256\" y1=\"80\" x2=\"256\" y2=\"48\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"400\" y1=\"464\" x2=\"368\" y2=\"352\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"112\" y1=\"464\" x2=\"144\" y2=\"352\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"easel sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M468,64H278V32H234V64H44A12,12,0,0,0,32,76V356a12,12,0,0,0,12,12h78.19L89.93,470.46l36.53,9.61L161.74,368H234v64h44V368h71.84l31,111.7,36.83-8.57L389.05,368H468a12,12,0,0,0,12-12V76A12,12,0,0,0,468,64ZM442,330H70V102H442Z\"/><rect x=\"88\" y=\"120\" width=\"336\" height=\"192\"/></svg></li><li title=\"easel \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><rect x=\"80\" y=\"112\" width=\"352\" height=\"208\" rx=\"12\" ry=\"12\"/><path d=\"M432,64H272V48a16,16,0,0,0-32,0V64H80a48.05,48.05,0,0,0-48,48V320a48.05,48.05,0,0,0,48,48h42.79L96.62,459.6a16,16,0,1,0,30.76,8.8L156.07,368H240v48a16,16,0,0,0,32,0V368h83.93l28.69,100.4a16,16,0,1,0,30.76-8.8L389.21,368H432a48.05,48.05,0,0,0,48-48V112A48.05,48.05,0,0,0,432,64Zm16,256a16,16,0,0,1-16,16H80a16,16,0,0,1-16-16V112A16,16,0,0,1,80,96H432a16,16,0,0,1,16,16Z\"/></svg></li><li title=\"egg outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,48C192,48,96,171.69,96,286.55S160,464,256,464s160-62.59,160-177.45S320,48,256,48Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"egg sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M418.39,381.05c-8.08,21.68-19.76,40.1-34.72,54.75-14.38,14.07-32.1,24.95-52.67,32.34C309.08,476,283.85,480,256,480s-53.08-4-75-11.86c-20.57-7.39-38.29-18.27-52.67-32.34-15-14.65-26.64-33.07-34.72-54.75C84.58,356.82,80,328.53,80,296.94c0-30.28,6.68-62.57,19.86-96A371,371,0,0,1,151,111.42C195.78,53.56,241,32,256,32s62.67,22.4,105,79.42c18.33,24.71,38.87,58.34,51.17,89.54,13.18,33.41,19.86,65.7,19.86,96C432,328.53,427.42,356.82,418.39,381.05Z\"/></svg></li><li title=\"egg \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,480c-52.57,0-96.72-17.54-127.7-50.73C96.7,395.4,80,346.05,80,286.55,80,230.5,101.48,168,138.93,115,175.65,63,219.41,32,256,32s80.35,31,117.07,83C410.52,168,432,230.5,432,286.55c0,59.5-16.7,108.85-48.3,142.72C352.72,462.46,308.57,480,256,480Z\"/></svg></li><li title=\"ellipse outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><circle cx=\"256\" cy=\"256\" r=\"192\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"ellipse sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,464C141.31,464,48,370.69,48,256S141.31,48,256,48s208,93.31,208,208S370.69,464,256,464Z\"/></svg></li><li title=\"ellipse \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,464C141.31,464,48,370.69,48,256S141.31,48,256,48s208,93.31,208,208S370.69,464,256,464Z\"/></svg></li><li title=\"ellipsis horizontal circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><circle cx=\"256\" cy=\"256\" r=\"26\"/><circle cx=\"346\" cy=\"256\" r=\"26\"/><circle cx=\"166\" cy=\"256\" r=\"26\"/><path d=\"M448,256c0-106-86-192-192-192S64,150,64,256s86,192,192,192S448,362,448,256Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"ellipsis horizontal circle sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,48C141.13,48,48,141.13,48,256s93.13,208,208,208,208-93.13,208-208S370.87,48,256,48ZM166,282a26,26,0,1,1,26-26A26,26,0,0,1,166,282Zm90,0a26,26,0,1,1,26-26A26,26,0,0,1,256,282Zm90,0a26,26,0,1,1,26-26A26,26,0,0,1,346,282Z\"/></svg></li><li title=\"ellipsis horizontal circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><circle cx=\"256\" cy=\"256\" r=\"26\"/><circle cx=\"346\" cy=\"256\" r=\"26\"/><circle cx=\"166\" cy=\"256\" r=\"26\"/><path d=\"M448,256c0-106-86-192-192-192S64,150,64,256s86,192,192,192S448,362,448,256Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"ellipsis horizontal outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><circle cx=\"256\" cy=\"256\" r=\"32\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><circle cx=\"416\" cy=\"256\" r=\"32\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><circle cx=\"96\" cy=\"256\" r=\"32\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"ellipsis horizontal sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><circle cx=\"256\" cy=\"256\" r=\"48\"/><circle cx=\"416\" cy=\"256\" r=\"48\"/><circle cx=\"96\" cy=\"256\" r=\"48\"/></svg></li><li title=\"ellipsis horizontal \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><circle cx=\"256\" cy=\"256\" r=\"48\"/><circle cx=\"416\" cy=\"256\" r=\"48\"/><circle cx=\"96\" cy=\"256\" r=\"48\"/></svg></li><li title=\"ellipsis vertical circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><circle cx=\"256\" cy=\"256\" r=\"26\"/><circle cx=\"256\" cy=\"346\" r=\"26\"/><circle cx=\"256\" cy=\"166\" r=\"26\"/><path d=\"M448,256c0-106-86-192-192-192S64,150,64,256s86,192,192,192S448,362,448,256Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"ellipsis vertical circle sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M464,256c0-114.87-93.13-208-208-208S48,141.13,48,256s93.13,208,208,208S464,370.87,464,256ZM230,166a26,26,0,1,1,26,26A26,26,0,0,1,230,166Zm0,90a26,26,0,1,1,26,26A26,26,0,0,1,230,256Zm0,90a26,26,0,1,1,26,26A26,26,0,0,1,230,346Z\"/></svg></li><li title=\"ellipsis vertical circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><circle cx=\"256\" cy=\"256\" r=\"26\"/><circle cx=\"256\" cy=\"346\" r=\"26\"/><circle cx=\"256\" cy=\"166\" r=\"26\"/><path d=\"M448,256c0-106-86-192-192-192S64,150,64,256s86,192,192,192S448,362,448,256Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"ellipsis vertical outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><circle cx=\"256\" cy=\"256\" r=\"32\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><circle cx=\"256\" cy=\"416\" r=\"32\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><circle cx=\"256\" cy=\"96\" r=\"32\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"ellipsis vertical sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><circle cx=\"256\" cy=\"256\" r=\"48\"/><circle cx=\"256\" cy=\"416\" r=\"48\"/><circle cx=\"256\" cy=\"96\" r=\"48\"/></svg></li><li title=\"ellipsis vertical \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><circle cx=\"256\" cy=\"256\" r=\"48\"/><circle cx=\"256\" cy=\"416\" r=\"48\"/><circle cx=\"256\" cy=\"96\" r=\"48\"/></svg></li><li title=\"enter outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M176,176V136a40,40,0,0,1,40-40H424a40,40,0,0,1,40,40V376a40,40,0,0,1-40,40H216a40,40,0,0,1-40-40V336\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><polyline points=\"272 336 352 256 272 176\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"48\" y1=\"256\" x2=\"336\" y2=\"256\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"enter sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M160,240H307.37l-64-64L266,153.37,368.63,256,266,358.63,243.37,336l64-64H160V420a12,12,0,0,0,12,12H468a12,12,0,0,0,12-12V92a12,12,0,0,0-12-12H172a12,12,0,0,0-12,12Z\"/><rect x=\"32\" y=\"240\" width=\"128\" height=\"32\"/></svg></li><li title=\"enter \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M160,136V240H313.37l-52.68-52.69a16,16,0,0,1,22.62-22.62l80,80a16,16,0,0,1,0,22.62l-80,80a16,16,0,0,1-22.62-22.62L313.37,272H160V376a56.06,56.06,0,0,0,56,56H424a56.06,56.06,0,0,0,56-56V136a56.06,56.06,0,0,0-56-56H216A56.06,56.06,0,0,0,160,136Z\"/><path d=\"M48,240a16,16,0,0,0,0,32H160V240Z\"/></svg></li><li title=\"exit outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M320,176V136a40,40,0,0,0-40-40H88a40,40,0,0,0-40,40V376a40,40,0,0,0,40,40H280a40,40,0,0,0,40-40V336\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><polyline points=\"384 176 464 256 384 336\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"191\" y1=\"256\" x2=\"464\" y2=\"256\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"exit sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M335.69,272h-161V240h161V92a12,12,0,0,0-12-12h-280a12,12,0,0,0-12,12V420a12,12,0,0,0,12,12h280a12,12,0,0,0,12-12Z\"/><polygon points=\"419.06 272 355.06 336 377.69 358.63 480.31 256 377.69 153.37 355.06 176 419.06 240 335.69 240 335.69 272 419.06 272\"/></svg></li><li title=\"exit \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M336,376V272H191a16,16,0,0,1,0-32H336V136a56.06,56.06,0,0,0-56-56H88a56.06,56.06,0,0,0-56,56V376a56.06,56.06,0,0,0,56,56H280A56.06,56.06,0,0,0,336,376Z\"/><path d=\"M425.37,272l-52.68,52.69a16,16,0,0,0,22.62,22.62l80-80a16,16,0,0,0,0-22.62l-80-80a16,16,0,0,0-22.62,22.62L425.37,240H336v32Z\"/></svg></li><li title=\"expand outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"432 320 432 432 320 432\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"421.8\" y1=\"421.77\" x2=\"304\" y2=\"304\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><polyline points=\"80 192 80 80 192 80\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"90.2\" y1=\"90.23\" x2=\"208\" y2=\"208\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><polyline points=\"320 80 432 80 432 192\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"421.77\" y1=\"90.2\" x2=\"304\" y2=\"208\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><polyline points=\"192 432 80 432 80 320\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"90.23\" y1=\"421.8\" x2=\"208\" y2=\"304\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"expand sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"432 320 432 432 320 432\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/><line x1=\"421.8\" y1=\"421.77\" x2=\"304\" y2=\"304\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/><polyline points=\"80 192 80 80 192 80\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/><line x1=\"90.2\" y1=\"90.23\" x2=\"208\" y2=\"208\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/><polyline points=\"320 80 432 80 432 192\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/><line x1=\"421.77\" y1=\"90.2\" x2=\"304\" y2=\"208\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/><polyline points=\"192 432 80 432 80 320\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/><line x1=\"90.23\" y1=\"421.8\" x2=\"208\" y2=\"304\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"expand \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"432 320 432 432 320 432\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"421.8\" y1=\"421.77\" x2=\"304\" y2=\"304\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><polyline points=\"80 192 80 80 192 80\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"90.2\" y1=\"90.23\" x2=\"208\" y2=\"208\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><polyline points=\"320 80 432 80 432 192\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"421.77\" y1=\"90.2\" x2=\"304\" y2=\"208\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><polyline points=\"192 432 80 432 80 320\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"90.23\" y1=\"421.8\" x2=\"208\" y2=\"304\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"extension puzzle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"32\" d=\"M413.66,246.1H386a2,2,0,0,1-2-2V166.86A38.86,38.86,0,0,0,345.14,128H267.9a2,2,0,0,1-2-2V98.34c0-27.14-21.5-49.86-48.64-50.33a49.53,49.53,0,0,0-50.4,49.51V126a2,2,0,0,1-2,2H87.62A39.74,39.74,0,0,0,48,167.62V238a2,2,0,0,0,2,2H76.91c29.37,0,53.68,25.48,54.09,54.85.42,29.87-23.51,57.15-53.29,57.15H50a2,2,0,0,0-2,2v70.38A39.74,39.74,0,0,0,87.62,464H158a2,2,0,0,0,2-2V441.07c0-30.28,24.75-56.35,55-57.06,30.1-.7,57,20.31,57,50.28V462a2,2,0,0,0,2,2h71.14A38.86,38.86,0,0,0,384,425.14v-78a2,2,0,0,1,2-2h28.48c27.63,0,49.52-22.67,49.52-50.4S440.8,246.1,413.66,246.1Z\"/></svg></li><li title=\"extension puzzle sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M345.14,480H256V434.29a31.3,31.3,0,0,0-9.59-22.65c-7.67-7.56-18.83-11.81-30.57-11.64a44.38,44.38,0,0,0-28.45,10.67c-5.2,4.6-11.39,12.56-11.39,24.42V480H87.62A55.68,55.68,0,0,1,32,424.38V336H77.71c9.16,0,18.07-3.92,25.09-11A42.06,42.06,0,0,0,115,295.08C114.7,273.89,97.26,256,76.91,256H32V166.66a53.77,53.77,0,0,1,16.53-39A55.88,55.88,0,0,1,87.62,112h63.24V97.52A65.53,65.53,0,0,1,217.54,32c35.49.62,64.36,30.38,64.36,66.33V112h63.24A54.28,54.28,0,0,1,400,166.86V230.1h13.66c36.58,0,66.34,29,66.34,64.64,0,36.61-29.39,66.4-65.52,66.4H400v63.24C400,455.05,375.39,480,345.14,480Z\"/></svg></li><li title=\"extension puzzle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M345.14,480H274a18,18,0,0,1-18-18V434.29a31.32,31.32,0,0,0-9.71-22.77c-7.78-7.59-19.08-11.8-30.89-11.51-21.36.5-39.4,19.3-39.4,41.06V462a18,18,0,0,1-18,18H87.62A55.62,55.62,0,0,1,32,424.38V354a18,18,0,0,1,18-18H77.71c9.16,0,18.07-3.92,25.09-11A42.06,42.06,0,0,0,115,295.08C114.7,273.89,97.26,256,76.91,256H50a18,18,0,0,1-18-18V167.62A55.62,55.62,0,0,1,87.62,112h55.24a8,8,0,0,0,8-8V97.52A65.53,65.53,0,0,1,217.54,32c35.49.62,64.36,30.38,64.36,66.33V104a8,8,0,0,0,8,8h55.24A54.86,54.86,0,0,1,400,166.86V222.1a8,8,0,0,0,8,8h5.66c36.58,0,66.34,29,66.34,64.64,0,36.61-29.39,66.4-65.52,66.4H408a8,8,0,0,0-8,8v56A54.86,54.86,0,0,1,345.14,480Z\"/></svg></li><li title=\"eye off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M432,448a15.92,15.92,0,0,1-11.31-4.69l-352-352A16,16,0,0,1,91.31,68.69l352,352A16,16,0,0,1,432,448Z\"/><path d=\"M255.66,384c-41.49,0-81.5-12.28-118.92-36.5-34.07-22-64.74-53.51-88.7-91l0-.08c19.94-28.57,41.78-52.73,65.24-72.21a2,2,0,0,0,.14-2.94L93.5,161.38a2,2,0,0,0-2.71-.12c-24.92,21-48.05,46.76-69.08,76.92a31.92,31.92,0,0,0-.64,35.54c26.41,41.33,60.4,76.14,98.28,100.65C162,402,207.9,416,255.66,416a239.13,239.13,0,0,0,75.8-12.58,2,2,0,0,0,.77-3.31l-21.58-21.58a4,4,0,0,0-3.83-1A204.8,204.8,0,0,1,255.66,384Z\"/><path d=\"M490.84,238.6c-26.46-40.92-60.79-75.68-99.27-100.53C349,110.55,302,96,255.66,96a227.34,227.34,0,0,0-74.89,12.83,2,2,0,0,0-.75,3.31l21.55,21.55a4,4,0,0,0,3.88,1A192.82,192.82,0,0,1,255.66,128c40.69,0,80.58,12.43,118.55,37,34.71,22.4,65.74,53.88,89.76,91a.13.13,0,0,1,0,.16,310.72,310.72,0,0,1-64.12,72.73,2,2,0,0,0-.15,2.95l19.9,19.89a2,2,0,0,0,2.7.13,343.49,343.49,0,0,0,68.64-78.48A32.2,32.2,0,0,0,490.84,238.6Z\"/><path d=\"M256,160a95.88,95.88,0,0,0-21.37,2.4,2,2,0,0,0-1,3.38L346.22,278.34a2,2,0,0,0,3.38-1A96,96,0,0,0,256,160Z\"/><path d=\"M165.78,233.66a2,2,0,0,0-3.38,1,96,96,0,0,0,115,115,2,2,0,0,0,1-3.38Z\"/></svg></li><li title=\"eye off sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><rect x=\"240.44\" y=\"0.03\" width=\"31.11\" height=\"511.95\" transform=\"translate(-106.04 256) rotate(-45)\"/><path d=\"M259.34,192.09l60.57,60.57A64.07,64.07,0,0,0,259.34,192.09Z\"/><path d=\"M252.66,319.91l-60.57-60.57A64.07,64.07,0,0,0,252.66,319.91Z\"/><path d=\"M256,352a96,96,0,0,1-92.6-121.34L94.33,161.58C66.12,187.42,39.24,221.14,16,256c26.42,44,62.56,89.24,100.2,115.18C159.38,400.92,206.33,416,255.76,416A233.47,233.47,0,0,0,335,402.2l-53.61-53.6A95.84,95.84,0,0,1,256,352Z\"/><path d=\"M256,160a96,96,0,0,1,92.6,121.34L419.26,352c29.15-26.25,56.07-61.56,76.74-96-26.38-43.43-62.9-88.56-101.18-114.82C351.1,111.2,304.31,96,255.76,96a222.92,222.92,0,0,0-78.21,14.29l53.11,53.11A95.84,95.84,0,0,1,256,160Z\"/></svg></li><li title=\"eye off \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M432,448a15.92,15.92,0,0,1-11.31-4.69l-352-352A16,16,0,0,1,91.31,68.69l352,352A16,16,0,0,1,432,448Z\"/><path d=\"M248,315.85l-51.79-51.79a2,2,0,0,0-3.39,1.69,64.11,64.11,0,0,0,53.49,53.49A2,2,0,0,0,248,315.85Z\"/><path d=\"M264,196.15,315.87,248a2,2,0,0,0,3.4-1.69,64.13,64.13,0,0,0-53.55-53.55A2,2,0,0,0,264,196.15Z\"/><path d=\"M491,273.36a32.2,32.2,0,0,0-.1-34.76c-26.46-40.92-60.79-75.68-99.27-100.53C349,110.55,302,96,255.68,96a226.54,226.54,0,0,0-71.82,11.79,4,4,0,0,0-1.56,6.63l47.24,47.24a4,4,0,0,0,3.82,1.05,96,96,0,0,1,116,116,4,4,0,0,0,1.05,3.81l67.95,68a4,4,0,0,0,5.4.24A343.81,343.81,0,0,0,491,273.36Z\"/><path d=\"M256,352a96,96,0,0,1-93.3-118.63,4,4,0,0,0-1.05-3.81L94.81,162.69a4,4,0,0,0-5.41-.23c-24.39,20.81-47,46.13-67.67,75.72a31.92,31.92,0,0,0-.64,35.54c26.41,41.33,60.39,76.14,98.28,100.65C162.06,402,207.92,416,255.68,416a238.22,238.22,0,0,0,72.64-11.55,4,4,0,0,0,1.61-6.64l-47.47-47.46a4,4,0,0,0-3.81-1.05A96,96,0,0,1,256,352Z\"/></svg></li><li title=\"eye outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M255.66,112c-77.94,0-157.89,45.11-220.83,135.33a16,16,0,0,0-.27,17.77C82.92,340.8,161.8,400,255.66,400,348.5,400,429,340.62,477.45,264.75a16.14,16.14,0,0,0,0-17.47C428.89,172.28,347.8,112,255.66,112Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><circle cx=\"256\" cy=\"256\" r=\"80\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"eye sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><circle cx=\"256\" cy=\"256\" r=\"64\"/><path d=\"M394.82,141.18C351.1,111.2,304.31,96,255.76,96c-43.69,0-86.28,13-126.59,38.48C88.52,160.23,48.67,207,16,256c26.42,44,62.56,89.24,100.2,115.18C159.38,400.92,206.33,416,255.76,416c49,0,95.85-15.07,139.3-44.79C433.31,345,469.71,299.82,496,256,469.62,212.57,433.1,167.44,394.82,141.18ZM256,352a96,96,0,1,1,96-96A96.11,96.11,0,0,1,256,352Z\"/></svg></li><li title=\"eye \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><circle cx=\"256\" cy=\"256\" r=\"64\"/><path d=\"M490.84,238.6c-26.46-40.92-60.79-75.68-99.27-100.53C349,110.55,302,96,255.66,96c-42.52,0-84.33,12.15-124.27,36.11C90.66,156.54,53.76,192.23,21.71,238.18a31.92,31.92,0,0,0-.64,35.54c26.41,41.33,60.4,76.14,98.28,100.65C162,402,207.9,416,255.66,416c46.71,0,93.81-14.43,136.2-41.72,38.46-24.77,72.72-59.66,99.08-100.92A32.2,32.2,0,0,0,490.84,238.6ZM256,352a96,96,0,1,1,96-96A96.11,96.11,0,0,1,256,352Z\"/></svg></li><li title=\"eyedrop outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M262.51,204.22,70,396.69C57.56,409.15,48,464,48,464s54.38-9.09,67.31-22L307.8,249.51\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><rect x=\"211.72\" y=\"172.19\" width=\"192.15\" height=\"64.05\" rx=\"32.03\" ry=\"32.03\" transform=\"translate(234.54 -157.83) rotate(45)\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M289.91,141s20.57,8.57,37.22-8.08L381.8,62.29c18.5-19.41,49.26-18.69,67.94,0h0c18.68,18.68,19.34,48.81,0,67.93l-70.68,54.67c-15.65,15.65-8.08,37.22-8.08,37.22\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M115.31,442s-26.48,17.34-44.56-.73S70,396.69,70,396.69\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"eyedrop sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M480,96.22a63.84,63.84,0,0,0-18.95-45.61,65,65,0,0,0-45.71-19h-.76a61.78,61.78,0,0,0-44.22,19.09l-74.88,74.88L261.6,91.72l-34.07,33.91-33.85,34,44,44L32,409.37V480h70.63l205.7-205.71L352,317.94l11.31-11.19c.11-.1,10.42-10.31,22.79-22.68l33.85-34-33.89-33.89L461,141.23A63.18,63.18,0,0,0,480,96.22ZM245,292.35,219.65,267l40.68-40.69,25.38,25.38Z\"/></svg></li><li title=\"eyedrop \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M461.05,51a65,65,0,0,0-45.71-19h-.76a61.81,61.81,0,0,0-44.36,19.25,12.81,12.81,0,0,0-1.07,1.25l-54,69.76c-5.62,7.1-12.74,8.68-16.78,4.64L296.47,125a48,48,0,0,0-67.92,67.92l9.91,9.91a2,2,0,0,1,0,2.83L58.7,385.38C54,390.05,46.9,399.85,38.85,431c-4.06,15.71-6.51,29.66-6.61,30.24A16,16,0,0,0,48,480a15.68,15.68,0,0,0,2.64-.22c.58-.1,14.44-2.43,30.13-6.44,31.07-7.94,41.05-15.24,45.85-20L306.39,273.55a2,2,0,0,1,2.82,0l9.92,9.92a48,48,0,0,0,67.92-67.93L385.46,214c-5-5-2.52-12.11,4.32-17.14l69.75-53.94A17.82,17.82,0,0,0,461,141.6a63.2,63.2,0,0,0,19-45A63.88,63.88,0,0,0,461.05,51ZM250.78,283.9c-2.92,2.92-16.18,7.92-23.39.71s-2.24-20.42.69-23.35l33-33a2,2,0,0,1,2.83,0l19.84,19.83a2,2,0,0,1,0,2.83Z\"/></svg></li><li title=\"fast food outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M322,416c0,35.35-20.65,64-56,64H134c-35.35,0-56-28.65-56-64\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M336,336c17.67,0,32,17.91,32,40h0c0,22.09-14.33,40-32,40H64c-17.67,0-32-17.91-32-40h0c0-22.09,14.33-40,32-40\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M344,336H179.31a8,8,0,0,0-5.65,2.34l-26.83,26.83a4,4,0,0,1-5.66,0l-26.83-26.83a8,8,0,0,0-5.65-2.34H56a24,24,0,0,1-24-24h0a24,24,0,0,1,24-24H344a24,24,0,0,1,24,24h0A24,24,0,0,1,344,336Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M64,276v-.22c0-55,45-83.78,100-83.78h72c55,0,100,29,100,84v-.22\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><line x1=\"241\" y1=\"112\" x2=\"248.44\" y2=\"175.97\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M256,480H395.31a32,32,0,0,0,31.91-29.61L463,112\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><polyline points=\"368 112 384 48 431 32\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"224\" y1=\"112\" x2=\"480\" y2=\"112\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"fast food sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M384,352H184.36l-41,35-41-35H16v24c0,30.59,21.13,55.51,47.26,56,2.43,15.12,8.31,28.78,17.16,39.47C93.51,487.28,112.54,496,134,496H266c21.46,0,40.49-8.72,53.58-24.55,8.85-10.69,14.73-24.35,17.16-39.47,13.88-.25,26.35-7.4,35-18.63A61.26,61.26,0,0,0,384,376Z\"/><path d=\"M105,320h0l38.33,28.19L182,320H384v-8a40.07,40.07,0,0,0-32-39.2c-.82-29.69-13-54.54-35.51-72C295.67,184.56,267.85,176,236,176H164c-68.22,0-114.43,38.77-116,96.8A40.07,40.07,0,0,0,16,312v8h89Z\"/><path d=\"M463.08,96H388.49l8.92-35.66L442,45,432,16,370,36,355.51,96H208v32h18.75l1.86,16H236c39,0,73.66,10.9,100.12,31.52A121.9,121.9,0,0,1,371,218.07a124.16,124.16,0,0,1,10.73,32.65,72,72,0,0,1,27.89,90.9A96,96,0,0,1,416,376c0,22.34-7.6,43.63-21.4,59.95a80,80,0,0,1-31.83,22.95,109.21,109.21,0,0,1-18.53,33c-1.18,1.42-2.39,2.81-3.63,4.15H416c16,0,23-8,25-23l36.4-345H496V96Z\"/></svg></li><li title=\"fast food \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M368,128h.09\"/><path d=\"M479.55,96H388.49l8.92-35.66,38.32-13.05c8.15-2.77,13-11.43,10.65-19.71a16,16,0,0,0-20.54-10.73l-47,16a16,16,0,0,0-10.36,11.27L355.51,96H224.45c-8.61,0-16,6.62-16.43,15.23A16,16,0,0,0,224,128h2.75l1,8.66A8.3,8.3,0,0,0,236,144h0c39,0,73.66,10.9,100.12,31.52A121.9,121.9,0,0,1,371,218.07a123.4,123.4,0,0,1,10.12,29.51,7.83,7.83,0,0,0,3.29,4.88,72,72,0,0,1,26.38,86.43,7.92,7.92,0,0,0-.15,5.53A96,96,0,0,1,416,376c0,22.34-7.6,43.63-21.4,59.95a80.12,80.12,0,0,1-28.78,21.67,8,8,0,0,0-4.21,4.37,108.19,108.19,0,0,1-17.37,29.86l0,0a2.5,2.5,0,0,0,1.9,4.11h49.21a48.22,48.22,0,0,0,47.85-44.14L477.4,128H480a16,16,0,0,0,16-16.77C495.58,102.62,488.16,96,479.55,96Z\"/><path d=\"M108.69,320a23.87,23.87,0,0,1,17,7l15.51,15.51a4,4,0,0,0,5.66,0L162.34,327a23.87,23.87,0,0,1,17-7H375.92a8,8,0,0,0,8.08-7.92V312a40.07,40.07,0,0,0-32-39.2c-.82-29.69-13-54.54-35.51-72C295.67,184.56,267.85,176,236,176H164c-68.22,0-114.43,38.77-116,96.8A40.07,40.07,0,0,0,16,312h0a8,8,0,0,0,8,8Z\"/><path d=\"M185.94,352a8,8,0,0,0-5.66,2.34l-22.14,22.15a20,20,0,0,1-28.28,0l-22.14-22.15a8,8,0,0,0-5.66-2.34H32.66A15.93,15.93,0,0,0,16.9,365.17,65.22,65.22,0,0,0,16,376c0,30.59,21.13,55.51,47.26,56,2.43,15.12,8.31,28.78,17.16,39.47C93.51,487.28,112.54,496,134,496H266c21.46,0,40.49-8.72,53.58-24.55,8.85-10.69,14.73-24.35,17.16-39.47,26.13-.47,47.26-25.39,47.26-56a65.22,65.22,0,0,0-.9-10.83A15.93,15.93,0,0,0,367.34,352Z\"/></svg></li><li title=\"female outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><circle cx=\"256\" cy=\"184\" r=\"152\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"32\"/><line x1=\"256\" y1=\"336\" x2=\"256\" y2=\"480\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"32\"/><line x1=\"314\" y1=\"416\" x2=\"198\" y2=\"416\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"32\"/></svg></li><li title=\"female sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M430,190c0-95.94-78.06-174-174-174S82,94.06,82,190c0,88.49,66.4,161.77,152,172.61V394H176v44h58v58h44V438h58V394H278V362.61C363.6,351.77,430,278.49,430,190Zm-304,0c0-71.68,58.32-130,130-130s130,58.32,130,130S327.68,320,256,320,126,261.68,126,190Z\"/></svg></li><li title=\"female \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M430,190c0-95.94-78.06-174-174-174S82,94.06,82,190c0,88.49,66.4,161.77,152,172.61V394H198a22,22,0,0,0,0,44h36v36a22,22,0,0,0,44,0V438h36a22,22,0,0,0,0-44H278V362.61C363.6,351.77,430,278.49,430,190Zm-304,0c0-71.68,58.32-130,130-130s130,58.32,130,130S327.68,320,256,320,126,261.68,126,190Z\"/></svg></li><li title=\"file tray full outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M384,80H128c-26,0-43,14-48,40L48,272V384a48.14,48.14,0,0,0,48,48H416a48.14,48.14,0,0,0,48-48V272L432,120C427,93,409,80,384,80Z\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"48\" y1=\"272\" x2=\"192\" y2=\"272\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"320\" y1=\"272\" x2=\"464\" y2=\"272\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M192,272a64,64,0,0,0,128,0\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"144\" y1=\"144\" x2=\"368\" y2=\"144\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"128\" y1=\"208\" x2=\"384\" y2=\"208\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"file tray full sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><rect x=\"128\" y=\"128\" width=\"256\" height=\"38\"/><rect x=\"112\" y=\"192\" width=\"288\" height=\"38\"/><path d=\"M448,64H64L32,256V448H480V256ZM436,256H320a64,64,0,0,1-128,0H76L98,106H414Z\"/></svg></li><li title=\"file tray full \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M479.66,268.7l-32-151.81C441.48,83.77,417.68,64,384,64H128c-16.8,0-31,4.69-42.1,13.94s-18.37,22.31-21.58,38.89l-32,151.87A16.65,16.65,0,0,0,32,272V384a64,64,0,0,0,64,64H416a64,64,0,0,0,64-64V272A16.65,16.65,0,0,0,479.66,268.7Zm-384-145.4c0-.1,0-.19,0-.28,3.55-18.43,13.81-27,32.29-27H384c18.61,0,28.87,8.55,32.27,26.91,0,.13.05.26.07.39l26.93,127.88a4,4,0,0,1-3.92,4.82H320a15.92,15.92,0,0,0-16,15.82,48,48,0,1,1-96,0A15.92,15.92,0,0,0,192,256H72.65a4,4,0,0,1-3.92-4.82Z\"/><path d=\"M368,160H144a16,16,0,0,1,0-32H368a16,16,0,0,1,0,32Z\"/><path d=\"M384,224H128a16,16,0,0,1,0-32H384a16,16,0,0,1,0,32Z\"/></svg></li><li title=\"file tray outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M384,80H128c-26,0-43,14-48,40L48,272V384a48.14,48.14,0,0,0,48,48H416a48.14,48.14,0,0,0,48-48V272L432,120C427,93,409,80,384,80Z\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"48\" y1=\"272\" x2=\"192\" y2=\"272\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"320\" y1=\"272\" x2=\"464\" y2=\"272\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M192,272a64,64,0,0,0,128,0\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"file tray sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M448,64H64L32,256V448H480V256ZM436,256H320a64,64,0,0,1-128,0H76L98,106H414Z\"/></svg></li><li title=\"file tray stacked outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M48,336v96a48.14,48.14,0,0,0,48,48H416a48.14,48.14,0,0,0,48-48V336\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"48\" y1=\"336\" x2=\"192\" y2=\"336\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"320\" y1=\"336\" x2=\"464\" y2=\"336\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M192,336a64,64,0,0,0,128,0\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M384,32H128c-26,0-43,14-48,40L48,192v96a48.14,48.14,0,0,0,48,48H416a48.14,48.14,0,0,0,48-48V192L432,72C427,45,409,32,384,32Z\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"48\" y1=\"192\" x2=\"192\" y2=\"192\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"320\" y1=\"192\" x2=\"464\" y2=\"192\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M192,192a64,64,0,0,0,128,0\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"file tray stacked sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M448,16H64L32,176V320H480V176ZM436,176H320a64,64,0,0,1-128,0H76L98,58H414Z\"/><path d=\"M320,352a64,64,0,0,1-128,0H32V496H480V352Z\"/></svg></li><li title=\"file tray stacked \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M464,352H320a16,16,0,0,0-16,16,48,48,0,0,1-96,0,16,16,0,0,0-16-16H48a16,16,0,0,0-16,16v64a64.07,64.07,0,0,0,64,64H416a64.07,64.07,0,0,0,64-64V368A16,16,0,0,0,464,352Z\"/><path d=\"M479.46,187.88,447.61,68.45C441.27,35.59,417.54,16,384,16H128c-16.8,0-31,4.69-42.1,13.94S67.66,52,64.4,68.4L32.54,187.88A15.9,15.9,0,0,0,32,192v48c0,35.29,28.71,80,64,80H416c35.29,0,64-44.71,64-80V192A15.9,15.9,0,0,0,479.46,187.88ZM440.57,176H320a15.92,15.92,0,0,0-16,15.82,48,48,0,1,1-96,0A15.92,15.92,0,0,0,192,176H71.43a2,2,0,0,1-1.93-2.52L95.71,75C99.26,56.59,109.52,48,128,48H384c18.59,0,28.84,8.53,32.25,26.85l26.25,98.63A2,2,0,0,1,440.57,176Z\"/></svg></li><li title=\"file tray \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M479.66,268.7l-32-151.81C441.48,83.77,417.68,64,384,64H128c-16.8,0-31,4.69-42.1,13.94s-18.37,22.31-21.58,38.89l-32,151.87A16.65,16.65,0,0,0,32,272V384a64,64,0,0,0,64,64H416a64,64,0,0,0,64-64V272A16.65,16.65,0,0,0,479.66,268.7Zm-384-145.4c0-.1,0-.19,0-.28,3.55-18.43,13.81-27,32.29-27H384c18.61,0,28.87,8.55,32.27,26.91,0,.13.05.26.07.39l26.93,127.88a4,4,0,0,1-3.92,4.82H320a15.92,15.92,0,0,0-16,15.82,48,48,0,1,1-96,0A15.92,15.92,0,0,0,192,256H72.65a4,4,0,0,1-3.92-4.82Z\"/></svg></li><li title=\"film outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><rect x=\"48\" y=\"96\" width=\"416\" height=\"320\" rx=\"28\" ry=\"28\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/><rect x=\"384\" y=\"336\" width=\"80\" height=\"80\" rx=\"28\" ry=\"28\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/><rect x=\"384\" y=\"256\" width=\"80\" height=\"80\" rx=\"28\" ry=\"28\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/><rect x=\"384\" y=\"176\" width=\"80\" height=\"80\" rx=\"28\" ry=\"28\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/><rect x=\"384\" y=\"96\" width=\"80\" height=\"80\" rx=\"28\" ry=\"28\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/><rect x=\"48\" y=\"336\" width=\"80\" height=\"80\" rx=\"28\" ry=\"28\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/><rect x=\"48\" y=\"256\" width=\"80\" height=\"80\" rx=\"28\" ry=\"28\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/><rect x=\"48\" y=\"176\" width=\"80\" height=\"80\" rx=\"28\" ry=\"28\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/><rect x=\"48\" y=\"96\" width=\"80\" height=\"80\" rx=\"28\" ry=\"28\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/><rect x=\"128\" y=\"96\" width=\"256\" height=\"160\" rx=\"28\" ry=\"28\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/><rect x=\"128\" y=\"256\" width=\"256\" height=\"160\" rx=\"28\" ry=\"28\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"film sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M480,80H32V432H480ZM112,352v48H64V352Zm0-80v48H64V272Zm0-80v48H64V192Zm0-80v48H64V112ZM368,272H144V240H368Zm80,80v48H400V352Zm0-80v48H400V272Zm0-80v48H400V192Zm0-80v48H400V112Z\"/></svg></li><li title=\"film \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M436,80H76a44.05,44.05,0,0,0-44,44V388a44.05,44.05,0,0,0,44,44H436a44.05,44.05,0,0,0,44-44V124A44.05,44.05,0,0,0,436,80ZM112,388a12,12,0,0,1-12,12H76a12,12,0,0,1-12-12V364a12,12,0,0,1,12-12h24a12,12,0,0,1,12,12Zm0-80a12,12,0,0,1-12,12H76a12,12,0,0,1-12-12V284a12,12,0,0,1,12-12h24a12,12,0,0,1,12,12Zm0-80a12,12,0,0,1-12,12H76a12,12,0,0,1-12-12V204a12,12,0,0,1,12-12h24a12,12,0,0,1,12,12Zm0-80a12,12,0,0,1-12,12H76a12,12,0,0,1-12-12V124a12,12,0,0,1,12-12h24a12,12,0,0,1,12,12ZM353.68,272H158.32a16,16,0,0,1,0-32H353.68a16,16,0,1,1,0,32ZM448,388a12,12,0,0,1-12,12H412a12,12,0,0,1-12-12V364a12,12,0,0,1,12-12h24a12,12,0,0,1,12,12Zm0-80a12,12,0,0,1-12,12H412a12,12,0,0,1-12-12V284a12,12,0,0,1,12-12h24a12,12,0,0,1,12,12Zm0-80a12,12,0,0,1-12,12H412a12,12,0,0,1-12-12V204a12,12,0,0,1,12-12h24a12,12,0,0,1,12,12Zm0-80a12,12,0,0,1-12,12H412a12,12,0,0,1-12-12V124a12,12,0,0,1,12-12h24a12,12,0,0,1,12,12Z\"/></svg></li><li title=\"filter circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path fill=\"none\" stroke=\"currentColor\" stroke-width=\"32\" stroke-miterlimit=\"10\" d=\"M448,256c0-106-86-192-192-192S64,150,64,256s86,192,192,192S448,362,448,256Z\"/><line fill=\"none\" stroke=\"currentColor\" stroke-width=\"32\" stroke-linecap=\"round\" stroke-linejoin=\"round\" x1=\"144\" y1=\"208\" x2=\"368\" y2=\"208\"/><line fill=\"none\" stroke=\"currentColor\" stroke-width=\"32\" stroke-linecap=\"round\" stroke-linejoin=\"round\" x1=\"176\" y1=\"272\" x2=\"336\" y2=\"272\"/><line fill=\"none\" stroke=\"currentColor\" stroke-width=\"32\" stroke-linecap=\"round\" stroke-linejoin=\"round\" x1=\"224\" y1=\"336\" x2=\"288\" y2=\"336\"/></svg></li><li title=\"filter circle sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256,48C141.31,48,48,141.31,48,256s93.31,208,208,208,208-93.31,208-208S370.69,48,256,48Zm48,304H208V320h96Zm48-64H160V256H352Zm32-64H128V192H384Z\"/></svg></li><li title=\"filter circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256,48C141.31,48,48,141.31,48,256s93.31,208,208,208,208-93.31,208-208S370.69,48,256,48Zm32,304H224a16,16,0,0,1,0-32h64a16,16,0,0,1,0,32Zm48-64H176a16,16,0,0,1,0-32H336a16,16,0,0,1,0,32Zm32-64H144a16,16,0,0,1,0-32H368a16,16,0,0,1,0,32Z\"/></svg></li><li title=\"filter outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><line x1=\"32\" y1=\"144\" x2=\"480\" y2=\"144\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"112\" y1=\"256\" x2=\"400\" y2=\"256\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"208\" y1=\"368\" x2=\"304\" y2=\"368\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"filter sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><rect x=\"16\" y=\"120\" width=\"480\" height=\"48\"/><rect x=\"96\" y=\"232\" width=\"320\" height=\"48\"/><rect x=\"192\" y=\"344\" width=\"128\" height=\"48\"/></svg></li><li title=\"filter \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M472,168H40a24,24,0,0,1,0-48H472a24,24,0,0,1,0,48Z\"/><path d=\"M392,280H120a24,24,0,0,1,0-48H392a24,24,0,0,1,0,48Z\"/><path d=\"M296,392H216a24,24,0,0,1,0-48h80a24,24,0,0,1,0,48Z\"/></svg></li><li title=\"finger print outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M390.42,75.28a10.45,10.45,0,0,1-5.32-1.44C340.72,50.08,302.35,40,256.35,40c-45.77,0-89.23,11.28-128.76,33.84C122,77,115.11,74.8,111.87,69a12.4,12.4,0,0,1,4.63-16.32A281.81,281.81,0,0,1,256.35,16c49.23,0,92.23,11.28,139.39,36.48a12,12,0,0,1,4.85,16.08A11.3,11.3,0,0,1,390.42,75.28Zm-330.79,126a11.73,11.73,0,0,1-6.7-2.16,12.26,12.26,0,0,1-2.78-16.8c22.89-33.6,52-60,86.69-78.48C209.42,65,302.35,64.72,375.16,103.6c34.68,18.48,63.8,44.64,86.69,78a12.29,12.29,0,0,1-2.78,16.8,11.26,11.26,0,0,1-16.18-2.88c-20.8-30.24-47.15-54-78.36-70.56-66.34-35.28-151.18-35.28-217.29.24-31.44,16.8-57.79,40.8-78.59,71A10,10,0,0,1,59.63,201.28ZM204.1,491a10.66,10.66,0,0,1-8.09-3.6C175.9,466.48,165,453,149.55,424c-16-29.52-24.27-65.52-24.27-104.16,0-71.28,58.71-129.36,130.84-129.36S387,248.56,387,319.84a11.56,11.56,0,1,1-23.11,0c0-58.08-48.32-105.36-107.72-105.36S148.4,261.76,148.4,319.84c0,34.56,7.39,66.48,21.49,92.4,14.8,27.6,25,39.36,42.77,58.08a12.67,12.67,0,0,1,0,17A12.44,12.44,0,0,1,204.1,491Zm165.75-44.4c-27.51,0-51.78-7.2-71.66-21.36a129.1,129.1,0,0,1-55-105.36,11.57,11.57,0,1,1,23.12,0,104.28,104.28,0,0,0,44.84,85.44c16.41,11.52,35.6,17,58.72,17a147.41,147.41,0,0,0,24-2.4c6.24-1.2,12.25,3.12,13.4,9.84a11.92,11.92,0,0,1-9.47,13.92A152.28,152.28,0,0,1,369.85,446.56ZM323.38,496a13,13,0,0,1-3-.48c-36.76-10.56-60.8-24.72-86-50.4-32.37-33.36-50.16-77.76-50.16-125.28,0-38.88,31.9-70.56,71.19-70.56s71.2,31.68,71.2,70.56c0,25.68,21.5,46.56,48.08,46.56s48.08-20.88,48.08-46.56c0-90.48-75.13-163.92-167.59-163.92-65.65,0-125.75,37.92-152.79,96.72-9,19.44-13.64,42.24-13.64,67.2,0,18.72,1.61,48.24,15.48,86.64,2.32,6.24-.69,13.2-6.7,15.36a11.34,11.34,0,0,1-14.79-7,276.39,276.39,0,0,1-16.88-95c0-28.8,5.32-55,15.72-77.76,30.75-67,98.94-110.4,173.6-110.4,105.18,0,190.71,84.24,190.71,187.92,0,38.88-31.9,70.56-71.2,70.56s-71.2-31.68-71.2-70.56C303.5,293.92,282,273,255.42,273s-48.08,20.88-48.08,46.56c0,41,15.26,79.44,43.23,108.24,22,22.56,43,35,75.59,44.4,6.24,1.68,9.71,8.4,8.09,14.64A11.39,11.39,0,0,1,323.38,496Z\"/></svg></li><li title=\"finger print sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M56.79,200.58l12.36,7.5L76.5,194.5C93.07,166.75,143.78,102,256,102,371,102,420,172.32,436.1,195.46l8.16,12.7L469.88,192l-8.54-13.36c-8.88-12.85-27.52-39.53-60.78-63.1C360.15,86.82,311.5,72.25,256,72.25c-128.07,0-186.69,75.11-206,107.25L42.63,192,54,198.86a14.09,14.09,0,0,0,1.63,1.1A12.57,12.57,0,0,0,56.79,200.58Z\"/><path d=\"M379.22,172.32C343.68,143.39,301.1,128.07,256,128.07c-97.52,0-162.31,66-183.33,131.47C53.42,320,76.82,407.61,77.8,411.36l4.38,13.81,29.93-6.43-4.74-15c-.21-.75-22.1-82.93-5.41-135.21,9-28.08,27.73-55.4,51.35-74.79C181.81,170.39,217.35,158,256,158c90.58,0,141.93,70.61,156.45,108.11,11.27,28.93,8.67,61.82-6.28,82-5.53,7.39-15.28,16.07-30.12,15.32-33.81-1.72-39.66-18.43-47.79-50.25-3.9-15.32-7.9-31.18-17.87-44-12.14-15.75-29.8-23.36-54.28-23.36-26.33,0-46.27,8.68-59.38,25.72-28.6,37.28-10,100.93-9.21,103.61l.22.85c1.41,3.86,36.08,96.65,128.93,119.68l14.77,3.21,8.09-28.71-15.27-3.43c-74.22-18.43-105.21-94.39-107.59-100.39a152.44,152.44,0,0,1-5.1-29.79c-1.08-14.46-.32-34.39,9.43-47.14,7.15-9.32,18.64-13.82,35-13.82,29.79,0,34.78,14.57,42.58,44.79,7.58,29.46,18,69.85,75.84,72.75,22.21,1.07,42.26-8.79,56.34-27.65,21.13-28.28,25.14-71.57,10.19-110.14C429.27,225,406.74,194.82,379.22,172.32Z\"/><path d=\"M154.18,343.21c-3.47-28.28,1.41-71,26.55-98.78,17.44-19.29,42.79-29,75.19-29,37.49,0,65.87,16.72,84.51,49.61a154,154,0,0,1,17.88,53.25l1.43,14.69,30-2.2a112.63,112.63,0,0,0-1-15.6c-.11-1.28-3.57-32.46-21-63.75C343.68,208.32,305.11,185.5,256,185.5c-41.5,0-74.55,13.18-98.06,39.11-31.85,35.14-38.35,86.25-33.91,122.35v.33C132,401.82,153,445.43,190.15,484.43l11.6,11.22,20.95-21.79-10.34-9.79C179.64,429.79,161.11,391.43,154.18,343.21Z\"/><path d=\"M132.47,72.66C143.55,65.94,182.74,45.89,256,45.89c87.54,0,126.44,28.72,126.87,28.93l13.9,8.86L413,58.47l-13.22-8.56h0c-.52-.38-1.06-.76-1.6-1.12C385.5,40.54,340.54,16,256,16c-87.71,0-132.75,26.48-143.41,33.71h0L99,58.52l16.2,25.21Z\"/><path d=\"M390.59,415.21c-33.37,3.75-60.45-2.67-80.71-18.85-34.24-27.43-38.68-75.11-38.79-76l-1.23-14.88-30.53,2.23,1.31,15c.22,2.46,5.2,60.75,49.62,96.54,22.11,17.89,49.74,26.89,82.24,26.89a187,187,0,0,0,21.56-1.29l16.59-2.09-6.1-29.71Z\"/></svg></li><li title=\"finger print \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M63.28,202a15.29,15.29,0,0,1-7.7-2,14.84,14.84,0,0,1-5.52-20.46C69.34,147.36,128,72.25,256,72.25c55.47,0,104.12,14.57,144.53,43.29,33.26,23.57,51.9,50.25,60.78,63.1a14.79,14.79,0,0,1-4,20.79,15.52,15.52,0,0,1-21.24-4C420,172.32,371,102,256,102c-112.25,0-163,64.71-179.53,92.46A15,15,0,0,1,63.28,202Z\"/><path d=\"M320.49,496a15.31,15.31,0,0,1-3.79-.43c-92.85-23-127.52-115.82-128.93-119.68l-.22-.85c-.76-2.68-19.39-66.33,9.21-103.61,13.11-17,33.05-25.72,59.38-25.72,24.48,0,42.14,7.61,54.28,23.36,10,12.86,14,28.72,17.87,44,8.13,31.82,14,48.53,47.79,50.25,14.84.75,24.59-7.93,30.12-15.32,14.95-20.15,17.55-53,6.28-82C398,228.57,346.61,158,256,158c-38.68,0-74.22,12.43-102.72,35.79C129.69,213.14,111,240.46,102,268.54c-16.69,52.28,5.2,134.46,5.41,135.21A14.83,14.83,0,0,1,96.54,422a15.39,15.39,0,0,1-18.74-10.6c-1-3.75-24.38-91.4-5.1-151.82,21-65.47,85.81-131.47,183.33-131.47,45.07,0,87.65,15.32,123.19,44.25,27.52,22.5,50,52.72,61.76,82.93,14.95,38.57,10.94,81.86-10.19,110.14-14.08,18.86-34.13,28.72-56.34,27.65-57.86-2.9-68.26-43.29-75.84-72.75-7.8-30.22-12.79-44.79-42.58-44.79-16.36,0-27.85,4.5-35,13.82-9.75,12.75-10.51,32.68-9.43,47.14a152.44,152.44,0,0,0,5.1,29.79c2.38,6,33.37,82,107.59,100.39a14.88,14.88,0,0,1,11,18.11A15.36,15.36,0,0,1,320.49,496Z\"/><path d=\"M201.31,489.14a15.5,15.5,0,0,1-11.16-4.71c-37.16-39-58.18-82.61-66.09-137.14V347c-4.44-36.1,2.06-87.21,33.91-122.35,23.51-25.93,56.56-39.11,98.06-39.11,49.08,0,87.65,22.82,111.7,65.89,17.45,31.29,20.91,62.47,21,63.75a15.07,15.07,0,0,1-13.65,16.4,15.26,15.26,0,0,1-16.79-13.29h0A154,154,0,0,0,340.43,265c-18.64-32.89-47-49.61-84.51-49.61-32.4,0-57.75,9.75-75.19,29-25.14,27.75-30,70.5-26.55,98.78,6.93,48.22,25.46,86.58,58.18,120.86a14.7,14.7,0,0,1-.76,21.11A15.44,15.44,0,0,1,201.31,489.14Z\"/><path d=\"M372.5,446.18c-32.5,0-60.13-9-82.24-26.89-44.42-35.79-49.4-94.08-49.62-96.54a15.27,15.27,0,0,1,30.45-2.36c.11.86,4.55,48.54,38.79,76,20.26,16.18,47.34,22.6,80.71,18.85a15.2,15.2,0,0,1,16.91,13.18,14.92,14.92,0,0,1-13.44,16.5A187,187,0,0,1,372.5,446.18Z\"/><path d=\"M398.18,48.79C385.5,40.54,340.54,16,256,16c-88.74,0-133.81,27.11-143.78,34a11.59,11.59,0,0,0-1.84,1.4.36.36,0,0,1-.22.1,14.87,14.87,0,0,0-5.09,11.15A15.06,15.06,0,0,0,120.38,77.5a15.56,15.56,0,0,0,8.88-2.79c.43-.32,39.22-28.82,126.77-28.82S382.58,74.29,383,74.5a15.25,15.25,0,0,0,9.21,3A15.06,15.06,0,0,0,407.5,62.61,14.9,14.9,0,0,0,398.18,48.79Z\"/></svg></li><li title=\"fish outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path fill=\"none\" stroke=\"currentColor\" stroke-width=\"32\" stroke-linejoin=\"round\" d=\"M240,152c-50.71,12.21-94.15,52.31-120.3,73.43a261.14,261.14,0,0,0-23.81-19.58C59.53,179.29,16,176,16,176s11.37,51.53,41.36,79.83C27.37,284.14,16,335.67,16,335.67s43.53-3.29,79.89-29.85a259.18,259.18,0,0,0,23.61-19.41C145.6,307.55,189.24,347.75,240,360l-16,56c39.43-6.67,78.86-35.51,94.72-48.25C448,362,496,279,496,256c0-22-48-106-176.89-111.73C303.52,131.78,263.76,102.72,224,96Z\"/><circle cx=\"416\" cy=\"239.99\" r=\"16\"/><path fill=\"none\" stroke=\"currentColor\" stroke-width=\"32\" stroke-linecap=\"round\" stroke-miterlimit=\"20\" d=\"M378.37,356a199.22,199.22,0,0,1,0-200\"/></svg></li><li title=\"fish sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M335.45,256a214.83,214.83,0,0,1,29.08-108l7.62-13.26a280.69,280.69,0,0,0-48.64-7.15c-21.94-16.9-54.64-36.95-92.34-43.33L208,80l13.37,61.86C179.7,156,142.94,184.72,118.61,204.48q-7.06-5.91-14.78-11.55c-39.71-29-82.6-31.8-84.4-31.9L0,160l2.67,19.31c.29,2,6.79,44.73,31.65,76.52C9.46,287.63,3,330.33,2.67,332.36L0,352l19.43-1.36c1.8-.1,44.69-2.89,84.4-31.9q7.58-5.53,14.56-11.37c24.37,19.83,61.14,48.6,102.86,62.74L208,432l23.17-4.22c37.49-6.34,70.08-26.4,92-43.32a284.27,284.27,0,0,0,49.32-7.23l-7.91-13.18A214.92,214.92,0,0,1,335.45,256Z\"/><path d=\"M499.59,221.75c-5.85-9.88-16.54-24.9-34.19-40.28a209.82,209.82,0,0,0-62-37L392.23,164a183.22,183.22,0,0,0-.09,183.87l11.75,19.57a209.26,209.26,0,0,0,61.42-36.49C497.05,303.47,512,269,512,256,512,243.69,504,229.26,499.59,221.75ZM416,256a16,16,0,1,1,16-16A16,16,0,0,1,416,256Z\"/></svg></li><li title=\"fish \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M512,256c0-16.54-14.27-46.76-45.61-74a207.06,207.06,0,0,0-60.28-36.12,3.15,3.15,0,0,0-3.93,1.56c-.15.29-.3.57-.47.86l-9.59,15.9a183.24,183.24,0,0,0,.07,183.78l.23.39,8.74,16a4,4,0,0,0,4.94,1.82C479.63,337.42,512,281.49,512,256Zm-93.92-.14a16,16,0,1,1,13.79-13.79A16,16,0,0,1,418.08,255.86Z\"/><path d=\"M335.45,256a214.8,214.8,0,0,1,29.08-108l.12-.21,4.62-7.67a4,4,0,0,0-2.59-6,284.29,284.29,0,0,0-39.26-5.39,7.94,7.94,0,0,1-4.29-1.6c-19.28-14.66-57.5-40.3-96.46-46.89a16,16,0,0,0-18,20.18l10.62,37.17a4,4,0,0,1-2.42,4.84c-36.85,13.69-68.59,38.75-91.74,57.85a8,8,0,0,1-10.06.06q-4.72-3.75-9.69-7.39C65.74,164,19.17,160.19,17.21,160.05A16,16,0,0,0,.38,179.45c.42,1.93,9.19,40.69,31.7,71.61a8.09,8.09,0,0,1,0,9.55C9.57,291.52.8,330.29.38,332.22a16,16,0,0,0,16.83,19.4c2-.14,48.53-4,88.12-32.88q4.85-3.56,9.47-7.22a8,8,0,0,1,10.06.07c23.25,19.19,55.05,44.28,92,58a4,4,0,0,1,2.42,4.83L208.62,411.6a16,16,0,0,0,18,20.18c17.16-2.9,51.88-12.86,96.05-46.83a8.15,8.15,0,0,1,4.36-1.65A287.36,287.36,0,0,0,366.25,378a4,4,0,0,0,2.69-5.83l-4.51-8.29A214.81,214.81,0,0,1,335.45,256Z\"/></svg></li><li title=\"fitness outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M352.92,80C288,80,256,144,256,144s-32-64-96.92-64C106.32,80,64.54,124.14,64,176.81c-1.1,109.33,86.73,187.08,183,252.42a16,16,0,0,0,18,0c96.26-65.34,184.09-143.09,183-252.42C447.46,124.14,405.68,80,352.92,80Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><polyline points=\"48 256 160 256 208 160 256 320 304 224 336 288 464 288\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"fitness sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M480,272H442.66a261.41,261.41,0,0,1-18.25,32H480Z\"/><path d=\"M32,240v32H69.34a225.1,225.1,0,0,1-12.4-32Z\"/><path d=\"M304,259.78,252.27,363.24l-48-160L169.89,272H69.34c10,20.92,23.5,41.41,40.63,61.68,40.12,47.46,94.25,79.75,137,108.32l9,6,9-6c42.78-28.57,96.91-60.86,137-108.32A322.78,322.78,0,0,0,424.41,304h-98.3Z\"/><path d=\"M211.73,116.76l48,160L304,188.22,345.89,272h96.77A213.13,213.13,0,0,0,464,176.65C463.37,114.54,413.54,64,352.92,64c-48.11,0-80.1,28-96.92,48.21C239.18,92,207.19,64,159.08,64,98.46,64,48.63,114.54,48,176.65A211.23,211.23,0,0,0,56.94,240h93.17Z\"/></svg></li><li title=\"fitness \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M193.69,152.84a16,16,0,0,1,29.64,2.56l36.4,121.36,30-59.92a16,16,0,0,1,28.62,0L345.89,272h96.76A213.08,213.08,0,0,0,464,176.65C463.37,114.54,413.54,64,352.92,64c-48.09,0-80,29.54-96.92,51-16.88-21.49-48.83-51-96.92-51C98.46,64,48.63,114.54,48,176.65A211.13,211.13,0,0,0,56.93,240h93.18Z\"/><path d=\"M321.69,295.16,304,259.78l-33.69,67.38A16,16,0,0,1,256,336q-.67,0-1.38-.06a16,16,0,0,1-14-11.34l-36.4-121.36-30,59.92A16,16,0,0,1,160,272H69.35q14,29.29,37.27,57.66c18.77,22.88,52.8,59.46,131.39,112.81a31.84,31.84,0,0,0,36,0c78.59-53.35,112.62-89.93,131.39-112.81a316.79,316.79,0,0,0,19-25.66H336A16,16,0,0,1,321.69,295.16Z\"/><path d=\"M464,272H442.65a260.11,260.11,0,0,1-18.25,32H464a16,16,0,0,0,0-32Z\"/><path d=\"M48,240a16,16,0,0,0,0,32H69.35a225.22,225.22,0,0,1-12.42-32Z\"/></svg></li><li title=\"flag outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M80,464V68.14a8,8,0,0,1,4-6.9C91.81,56.66,112.92,48,160,48c64,0,145,48,192,48a199.53,199.53,0,0,0,77.23-15.77A2,2,0,0,1,432,82.08V301.44a4,4,0,0,1-2.39,3.65C421.37,308.7,392.33,320,352,320c-48,0-128-32-192-32s-80,16-80,16\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"flag sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M102,480H64V57.37l4.69-4.68C72.14,49.23,92.78,32,160,32c37.21,0,78.83,14.71,115.55,27.68C305.12,70.13,333.05,80,352,80c42.83,0,72.72-14.25,73-14.4l23-11.14V313.89l-8.84,4.42C437.71,319,403.19,336,352,336c-24.14,0-54.38-7.14-86.39-14.71C229.63,312.79,192.43,304,160,304c-36.87,0-49.74,5.58-58,9.11Z\"/></svg></li><li title=\"flag \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M80,480a16,16,0,0,1-16-16V68.13A24,24,0,0,1,75.9,47.41C88,40.38,112.38,32,160,32c37.21,0,78.83,14.71,115.55,27.68C305.12,70.13,333.05,80,352,80a183.84,183.84,0,0,0,71-14.5,18,18,0,0,1,25,16.58V301.44a20,20,0,0,1-12,18.31c-8.71,3.81-40.51,16.25-84,16.25-24.14,0-54.38-7.14-86.39-14.71C229.63,312.79,192.43,304,160,304c-36.87,0-55.74,5.58-64,9.11V464A16,16,0,0,1,80,480Z\"/></svg></li><li title=\"flame outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M112,320c0-93,124-165,96-272,66,0,192,96,192,272a144,144,0,0,1-288,0Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M320,368c0,57.71-32,80-64,80s-64-22.29-64-80,40-86,32-128C266,240,320,310.29,320,368Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"flame sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M394.24,197.56a300.67,300.67,0,0,0-53.38-90C301.2,61.65,240,32,192,32c19,70-14.36,117.12-44.79,163.77C122,234.36,96,274.27,96,320c0,88.22,71.78,160,160,160s160-71.78,160-160C416,276.7,408.68,235.51,394.24,197.56ZM288.33,418.69C278,429.69,265.05,432,256,432s-22-2.31-32.33-13.31S208,390.24,208,368c0-25.14,8.82-44.28,17.34-62.78,6.48-14.07,14.66-27.22,15.11-44.49,11.3,5.88,23.67,16.91,34.54,31.28,18.17,24,29,52.42,29,76C304,390.24,298.58,407.77,288.33,418.69Z\"/></svg></li><li title=\"flame \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M394.23,197.56a300.43,300.43,0,0,0-53.37-90C301.2,61.65,249.05,32,208,32a16,16,0,0,0-15.48,20c13.87,53-14.88,97.07-45.31,143.72C122,234.36,96,274.27,96,320c0,88.22,71.78,160,160,160s160-71.78,160-160C416,276.7,408.68,235.51,394.23,197.56ZM288.33,418.69C278,429.69,265.05,432,256,432s-22-2.31-32.33-13.31S208,390.24,208,368c0-25.14,8.82-44.28,17.34-62.78,4.95-10.74,10-21.67,13-33.37a8,8,0,0,1,12.49-4.51A126.48,126.48,0,0,1,275,292c18.17,24,29,52.42,29,76C304,390.24,298.58,407.77,288.33,418.69Z\"/></svg></li><li title=\"flash off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M432,448a15.92,15.92,0,0,1-11.31-4.69l-352-352A16,16,0,0,1,91.31,68.69l352,352A16,16,0,0,1,432,448Z\"/><path d=\"M294.34,84.28,272.26,205.12a16,16,0,0,0,6.17,15.71,16.49,16.49,0,0,0,9.93,3.17h94.12l-38.37,47.42a4,4,0,0,0,.28,5.34l17.07,17.07a4,4,0,0,0,5.94-.31l60.8-75.16A16.37,16.37,0,0,0,431.5,204,16,16,0,0,0,416,192H307.19L335.4,37.63c.05-.3.1-.59.13-.89A18.45,18.45,0,0,0,302.73,23L210.15,137.46a4,4,0,0,0,.28,5.35l17.07,17.06a4,4,0,0,0,5.94-.31Z\"/><path d=\"M217.78,427.57l22-120.71a16,16,0,0,0-6.19-15.7,16.54,16.54,0,0,0-9.92-3.16h-94.1l38.36-47.42a4,4,0,0,0-.28-5.34l-17.07-17.07a4,4,0,0,0-5.93.31L83.8,293.64A16.37,16.37,0,0,0,80.5,308,16,16,0,0,0,96,320H204.83L176.74,474.36l0,.11A18.37,18.37,0,0,0,209.24,489l92.61-114.46a4,4,0,0,0-.28-5.35L284.5,352.13a4,4,0,0,0-5.94.31Z\"/></svg></li><li title=\"flash off sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><rect x=\"240.44\" y=\"0.03\" width=\"31.11\" height=\"511.95\" transform=\"translate(-106.04 256) rotate(-45)\"/><polygon points=\"80 304 224 304 192 496 300.18 366.18 151.82 217.82 80 304\"/><polygon points=\"432 208 288 208 320 16 211.82 145.82 360.18 294.18 432 208\"/></svg></li><li title=\"flash off \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M432,448a15.92,15.92,0,0,1-11.31-4.69l-352-352A16,16,0,0,1,91.31,68.69l352,352A16,16,0,0,1,432,448Z\"/><path d=\"M431.5,204A16,16,0,0,0,416,192H307.19L335.4,37.63c.05-.3.1-.59.13-.89A18.45,18.45,0,0,0,302.73,23L210.15,137.46a4,4,0,0,0,.29,5.35l151,151a4,4,0,0,0,5.94-.31l60.8-75.16A16.37,16.37,0,0,0,431.5,204Z\"/><path d=\"M301.57,369.19l-151-151a4,4,0,0,0-5.93.31L83.8,293.64A16.37,16.37,0,0,0,80.5,308,16,16,0,0,0,96,320H204.83L176.74,474.36l0,.11A18.37,18.37,0,0,0,209.24,489l92.61-114.46A4,4,0,0,0,301.57,369.19Z\"/></svg></li><li title=\"flash outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M315.27,33,96,304H224L192.49,477.23a2.36,2.36,0,0,0,2.33,2.77h0a2.36,2.36,0,0,0,1.89-.95L416,208H288L319.66,34.75A2.45,2.45,0,0,0,317.22,32h0A2.42,2.42,0,0,0,315.27,33Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"flash sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M432,208H288L320,16,80,304H224L192,496Z\"/></svg></li><li title=\"flash \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M194.82,496a18.36,18.36,0,0,1-18.1-21.53l0-.11L204.83,320H96a16,16,0,0,1-12.44-26.06L302.73,23a18.45,18.45,0,0,1,32.8,13.71c0,.3-.08.59-.13.89L307.19,192H416a16,16,0,0,1,12.44,26.06L209.24,489A18.45,18.45,0,0,1,194.82,496Z\"/></svg></li><li title=\"flashlight outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M456.64,162.86,349.12,55.36c-13.15-13.14-28.68-7.17-41.82,6l-11.95,12c-26.13,26.13-27.62,58.38-29.42,83.31-.89,12.24-9.78,27.55-18.51,36.28L58.58,381.67C42.23,398,45.89,421.09,62.31,437.51l12.17,12.17c16.36,16.35,39.43,20.16,55.86,3.74l188.83-188.8c8.74-8.74,24-17.55,36.29-18.52,24.87-1.86,58.62-4.85,83.26-29.49l11.94-11.94C463.81,191.53,469.78,176,456.64,162.86Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><circle cx=\"224.68\" cy=\"287.28\" r=\"20\"/><line x1=\"289\" y1=\"81\" x2=\"431\" y2=\"223\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"flashlight sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polygon points=\"330 16 287.32 58.7 453.3 224.68 496 182 330 16\"/><ellipse cx=\"224.68\" cy=\"287.3\" rx=\"20.03\" ry=\"19.96\" style=\"fill:none\"/><path d=\"M429.21,243.85,268,82.59,249.65,168,16,402l94,94L344.23,262.2Zm-189,56.07a20,20,0,1,1,0-25.25A20,20,0,0,1,240.19,299.92Z\"/></svg></li><li title=\"flashlight \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M462,216c9.35-9.35,15.14-19.09,17.19-28.95,2.7-12.95-1.29-25.55-11.22-35.48L360.43,44.05C346.29,29.92,322,24.07,296,50l-2,2a8,8,0,0,0,0,11.32L448.64,218A8,8,0,0,0,460,218Z\"/><path d=\"M250.14,153.08l-.16,2.34c-.53,7.18-6.88,19.15-13.88,26.14L47.27,370.36c-11.12,11.11-16.46,25.57-15.05,40.7C33.49,424.58,40.16,438,51,448.83L63.17,461c12.61,12.6,27.78,19,42.49,19a50.4,50.4,0,0,0,36-15.24l188.84-188.8c7.07-7.07,18.84-13.3,26.17-13.87,17.48-1.32,43.57-3.28,67.79-15.65a4,4,0,0,0,1-6.37L271.69,86.31a4,4,0,0,0-6.39,1C253.18,110.3,251.48,134.22,250.14,153.08Zm-9.95,146.83a20,20,0,1,1,0-25.25A20,20,0,0,1,240.19,299.91Z\"/></svg></li><li title=\"flask outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><line x1=\"176\" y1=\"48\" x2=\"336\" y2=\"48\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><line x1=\"118\" y1=\"304\" x2=\"394\" y2=\"304\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M208,48v93.48a64.09,64.09,0,0,1-9.88,34.18L73.21,373.49C48.4,412.78,76.63,464,123.08,464H388.92c46.45,0,74.68-51.22,49.87-90.51L313.87,175.66A64.09,64.09,0,0,1,304,141.48V48\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"flask sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M469.11,382.76,325,153.92V74h32V32H155V74h32v79.92L42.89,382.76c-13,20.64-14.78,43.73-3,65.1S71.59,480,96,480H416c24.41,0,44.32-10.76,56.1-32.14S482.14,403.4,469.11,382.76ZM224.39,173.39a29.76,29.76,0,0,0,4.62-16V74h54v84.59a25.85,25.85,0,0,0,4,13.82L356.82,283H155.18Z\"/></svg></li><li title=\"flask \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M452.32,365,327.4,167.12A48.07,48.07,0,0,1,320,141.48V64h15.56c8.61,0,16-6.62,16.43-15.23A16,16,0,0,0,336,32H176.45c-8.61,0-16,6.62-16.43,15.23A16,16,0,0,0,176,64h16v77.48a47.92,47.92,0,0,1-7.41,25.63L59.68,365a74,74,0,0,0-2.5,75.84C70.44,465.19,96.36,480,124.13,480H387.87c27.77,0,53.69-14.81,66.95-39.21A74,74,0,0,0,452.32,365ZM211.66,184.2A79.94,79.94,0,0,0,224,141.48V68a4,4,0,0,1,4-4h56a4,4,0,0,1,4,4v73.48a79.94,79.94,0,0,0,12.35,42.72l57.8,91.53A8,8,0,0,1,351.37,288H160.63a8,8,0,0,1-6.77-12.27Z\"/></svg></li><li title=\"flower outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M215.08,156.92c-4.89-24-10.77-56.27-10.77-73.23A51.36,51.36,0,0,1,256,32h0c28.55,0,51.69,23.69,51.69,51.69,0,16.5-5.85,48.95-10.77,73.23\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M215.08,355.08c-4.91,24.06-10.77,56.16-10.77,73.23A51.36,51.36,0,0,0,256,480h0c28.55,0,51.69-23.69,51.69-51.69,0-16.54-5.85-48.93-10.77-73.23\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M355.08,215.08c24.06-4.91,56.16-10.77,73.23-10.77A51.36,51.36,0,0,1,480,256h0c0,28.55-23.69,51.69-51.69,51.69-16.5,0-48.95-5.85-73.23-10.77\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M156.92,215.07c-24-4.89-56.25-10.76-73.23-10.76A51.36,51.36,0,0,0,32,256h0c0,28.55,23.69,51.69,51.69,51.69,16.5,0,48.95-5.85,73.23-10.77\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M296.92,156.92c13.55-20.48,32.3-47.25,44.37-59.31a51.35,51.35,0,0,1,73.1,0h0c20.19,20.19,19.8,53.3,0,73.1-11.66,11.67-38.67,30.67-59.31,44.37\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M156.92,296.92c-20.48,13.55-47.25,32.3-59.31,44.37a51.35,51.35,0,0,0,0,73.1h0c20.19,20.19,53.3,19.8,73.1,0,11.67-11.66,30.67-38.67,44.37-59.31\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M355.08,296.92c20.48,13.55,47.25,32.3,59.31,44.37a51.35,51.35,0,0,1,0,73.1h0c-20.19,20.19-53.3,19.8-73.1,0-11.69-11.69-30.66-38.65-44.37-59.31\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M215.08,156.92c-13.53-20.43-32.38-47.32-44.37-59.31a51.35,51.35,0,0,0-73.1,0h0c-20.19,20.19-19.8,53.3,0,73.1,11.61,11.61,38.7,30.68,59.31,44.37\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><circle cx=\"256\" cy=\"256\" r=\"64\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"flower sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><circle cx=\"256\" cy=\"256\" r=\"43\"/><path d=\"M475.93,303.91a67.49,67.49,0,0,0-47.62-115.6c-2.88,0-6.2.14-9.93.43,2.75-2.36,5.23-4.62,7.33-6.71A67.83,67.83,0,0,0,378,66.33h-.25a67.27,67.27,0,0,0-47.82,20c-2.11,2.11-4.37,4.59-6.72,7.33.29-3.75.44-7.07.44-9.93a67.69,67.69,0,1,0-135.38,0c0,2.87.15,6.19.44,9.93-2.36-2.74-4.62-5.22-6.72-7.33a67.27,67.27,0,0,0-47.82-20H134A67.9,67.9,0,0,0,86.29,182c2.1,2.09,4.58,4.35,7.34,6.72-3.74-.29-7.06-.44-9.94-.44a67.69,67.69,0,0,0,0,135.38c2.86,0,6.18-.15,9.93-.44-2.74,2.35-5.22,4.61-7.33,6.72a67.55,67.55,0,0,0,47.82,115.42h.25A67.32,67.32,0,0,0,182,425.71c2.09-2.1,4.35-4.58,6.71-7.33-.28,3.73-.43,7.05-.43,9.93a67.69,67.69,0,0,0,135.38,0c0-2.87-.15-6.19-.44-9.94,2.36,2.75,4.62,5.24,6.72,7.34a67.32,67.32,0,0,0,47.67,19.68h.25A67.5,67.5,0,0,0,425.71,330c-2.11-2.11-4.59-4.37-7.33-6.72,3.75.29,7.07.44,9.93.44A67.27,67.27,0,0,0,475.93,303.91ZM256,341a85,85,0,1,1,85-85A85.1,85.1,0,0,1,256,341Z\"/></svg></li><li title=\"flower \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><circle cx=\"256\" cy=\"256\" r=\"48\"/><path d=\"M475.93,303.91a67.49,67.49,0,0,0-44.34-115.53,5.2,5.2,0,0,1-4.58-3.21h0a5.21,5.21,0,0,1,1-5.51A67.83,67.83,0,0,0,378,66.33h-.25A67.13,67.13,0,0,0,332.35,84a5.21,5.21,0,0,1-5.52,1h0a5.23,5.23,0,0,1-3.22-4.58,67.68,67.68,0,0,0-135.23,0A5.2,5.2,0,0,1,185.17,85h0a5.21,5.21,0,0,1-5.52-1,67.11,67.11,0,0,0-45.44-17.69H134A67.91,67.91,0,0,0,84,179.65a5.21,5.21,0,0,1,1,5.51h0a5.2,5.2,0,0,1-4.58,3.21,67.71,67.71,0,0,0,0,135.23A5.23,5.23,0,0,1,85,326.83h0a5.22,5.22,0,0,1-1,5.52,67.54,67.54,0,0,0,50.08,113h.25A67.38,67.38,0,0,0,179.65,428a5.21,5.21,0,0,1,5.51-1h0a5.2,5.2,0,0,1,3.21,4.58,67.71,67.71,0,0,0,135.23,0,5.23,5.23,0,0,1,3.22-4.58h0a5.21,5.21,0,0,1,5.51,1,67.38,67.38,0,0,0,45.29,17.42h.25a67.48,67.48,0,0,0,50.08-113,5.22,5.22,0,0,1-1-5.52h0a5.23,5.23,0,0,1,4.58-3.22A67.31,67.31,0,0,0,475.93,303.91ZM256,336a80,80,0,1,1,80-80A80.09,80.09,0,0,1,256,336Z\"/></svg></li><li title=\"folder open outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M64,192V120a40,40,0,0,1,40-40h75.89a40,40,0,0,1,22.19,6.72l27.84,18.56A40,40,0,0,0,252.11,112H408a40,40,0,0,1,40,40v40\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M479.9,226.55,463.68,392a40,40,0,0,1-39.93,40H88.25a40,40,0,0,1-39.93-40L32.1,226.55A32,32,0,0,1,64,192h384.1A32,32,0,0,1,479.9,226.55Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"folder open sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M16.08,189.4,44.66,423.27A28,28,0,0,0,72.52,448h367a28,28,0,0,0,27.86-24.73L495.92,189.4A12,12,0,0,0,484,176H28A12,12,0,0,0,16.08,189.4Z\"/><path d=\"M464,124a28,28,0,0,0-28-28H244.84l-48-32H76A28,28,0,0,0,48,92v52H464Z\"/></svg></li><li title=\"folder open \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M408,96H252.11a23.89,23.89,0,0,1-13.31-4L211,73.41A55.77,55.77,0,0,0,179.89,64H104a56.06,56.06,0,0,0-56,56v24H464C464,113.12,438.88,96,408,96Z\"/><path d=\"M423.75,448H88.25a56,56,0,0,1-55.93-55.15L16.18,228.11l0-.28A48,48,0,0,1,64,176h384.1a48,48,0,0,1,47.8,51.83l0,.28L479.68,392.85A56,56,0,0,1,423.75,448ZM479.9,226.55h0Z\"/></svg></li><li title=\"folder outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M440,432H72a40,40,0,0,1-40-40V120A40,40,0,0,1,72,80h75.89a40,40,0,0,1,22.19,6.72l27.84,18.56A40,40,0,0,0,220.11,112H440a40,40,0,0,1,40,40V392A40,40,0,0,1,440,432Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"32\" y1=\"192\" x2=\"480\" y2=\"192\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"folder sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M16,420a28,28,0,0,0,28,28H468a28,28,0,0,0,28-28V208H16Z\"/><path d=\"M496,124a28,28,0,0,0-28-28H212.84l-48-32H44A28,28,0,0,0,16,92v84H496Z\"/></svg></li><li title=\"folder \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M496,152a56,56,0,0,0-56-56H220.11a23.89,23.89,0,0,1-13.31-4L179,73.41A55.77,55.77,0,0,0,147.89,64H72a56,56,0,0,0-56,56v48a8,8,0,0,0,8,8H488a8,8,0,0,0,8-8Z\"/><path d=\"M16,392a56,56,0,0,0,56,56H440a56,56,0,0,0,56-56V216a8,8,0,0,0-8-8H24a8,8,0,0,0-8,8Z\"/></svg></li><li title=\"football outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><circle cx=\"256\" cy=\"256\" r=\"192\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><polygon points=\"256 175.15 179.91 238.98 200 320 256 320 312 320 332.09 238.98 256 175.15\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><polyline points=\"332.09 238.98 384.96 216.58 410.74 143.32\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"447\" y1=\"269.97\" x2=\"384.96\" y2=\"216.58\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><polyline points=\"179.91 238.98 127.04 216.58 101.26 143.32\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"65\" y1=\"269.97\" x2=\"127.04\" y2=\"216.58\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><polyline points=\"256 175.15 256 117.58 320 74.94\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"192\" y1=\"74.93\" x2=\"256\" y2=\"117.58\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><polyline points=\"312 320 340 368 312 439\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"410.74\" y1=\"368\" x2=\"342\" y2=\"368\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><polyline points=\"200 320 172 368 200.37 439.5\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"101.63\" y1=\"368\" x2=\"172\" y2=\"368\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"football sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,48C141.31,48,48,141.31,48,256s93.31,208,208,208,208-93.31,208-208S370.69,48,256,48ZM396.64,344.08H349.87l-16.89-29,15-60.44L377.79,242l42.65,36.71A164.87,164.87,0,0,1,396.64,344.08ZM134.21,242,164,254.67l15,60.44-16.89,29H115.36a164.87,164.87,0,0,1-23.8-65.34Zm249.07-92.47-18.41,52.33-31.12,13.18L277,167.46v-35l43.86-29.22A166.87,166.87,0,0,1,383.28,149.56ZM191.14,103.2,235,132.42v35l-56.75,47.61-31.12-13.18-18.41-52.33A166.87,166.87,0,0,1,191.14,103.2Zm26.44,314.3-20.1-50.66,16-27.51h85l16.06,27.53-20,50.6a166.23,166.23,0,0,1-77,0Z\"/></svg></li><li title=\"football \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,48C141.31,48,48,141.31,48,256s93.31,208,208,208,208-93.31,208-208S370.69,48,256,48ZM399,352H353.78a8,8,0,0,1-6.91-4l-16.14-27.68a8,8,0,0,1-.86-6l14.86-59.92a8,8,0,0,1,4.65-5.45l28.1-11.9a8,8,0,0,1,8.34,1.3l41.63,35.82a8,8,0,0,1,2.69,7.26,174.75,174.75,0,0,1-24.28,66.68A8,8,0,0,1,399,352ZM134.52,237.13l28.1,11.9a8,8,0,0,1,4.65,5.45l14.86,59.92a8,8,0,0,1-.86,6L165.13,348a8,8,0,0,1-6.91,4H113a8,8,0,0,1-6.82-3.81,174.75,174.75,0,0,1-24.28-66.68,8,8,0,0,1,2.69-7.26l41.63-35.82A8,8,0,0,1,134.52,237.13Zm256.94-87.24-18.07,51.38A8,8,0,0,1,369,206l-29.58,12.53a8,8,0,0,1-8.26-1.24l-56.26-47.19A8,8,0,0,1,272,164V130.42a8,8,0,0,1,3.56-6.65l42.83-28.54a8,8,0,0,1,7.66-.67A176.92,176.92,0,0,1,390,142,8,8,0,0,1,391.46,149.89ZM193.6,95.23l42.84,28.54a8,8,0,0,1,3.56,6.65V164a8,8,0,0,1-2.86,6.13l-56.26,47.19a8,8,0,0,1-8.26,1.24L143,206a8,8,0,0,1-4.43-4.72l-18.07-51.38A8,8,0,0,1,122,142a176.92,176.92,0,0,1,64-47.48A8,8,0,0,1,193.6,95.23Zm17.31,327.46L191.18,373a8,8,0,0,1,.52-7l15.17-26a8,8,0,0,1,6.91-4h84.44a8,8,0,0,1,6.91,4l15.18,26a8,8,0,0,1,.53,7l-19.59,49.67a8,8,0,0,1-5.69,4.87,176.58,176.58,0,0,1-79,0A8,8,0,0,1,210.91,422.69Z\"/></svg></li><li title=\"footsteps outline \"><svg id=\"icons\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M200,246.84c8.81,58.62-7.33,90.67-52.91,97.41-50.65,7.49-71.52-26.44-80.33-85.06-11.85-78.88,16-127.94,55.71-131.1C158.61,125.22,191.18,188.23,200,246.84Z\" fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"32\"/><path d=\"M223.65,409.53c3.13,33.28-14.86,64.34-42,69.66-27.4,5.36-58.71-16.37-65.09-49.19s17.75-34.56,47.32-40.21S219.87,369.39,223.65,409.53Z\" fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"32\"/><path d=\"M312,150.83c-8.81,58.62,7.33,90.67,52.9,97.41,50.66,7.49,71.52-26.44,80.33-85.06,11.86-78.89-16-128.22-55.7-131.1C353.13,29.44,320.82,92.21,312,150.83Z\" fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"32\"/><path d=\"M288.35,313.53c-3.13,33.27,14.86,64.34,42,69.66,27.4,5.36,58.71-16.37,65.09-49.19s-17.75-34.56-47.32-40.22S292.13,273.38,288.35,313.53Z\" fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"32\"/></svg></li><li title=\"footsteps sharp \"><svg id=\"icons\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M130.54,358.31c-12.83,1.88-33.95,5.38-48-10.56S56.34,293.32,51,258.92c-7.88-50.7-.06-93.43,22-120.31,13-15.83,30.06-25,49.34-26.46,16.51-1.27,41.18,5.19,65,43.19,14.92,23.81,26.27,55.44,31.14,86.77h0c5.88,37.82,11.61,78.18-8.44,92.65-11.31,8.17-19.43,11-38.62,15.57C155.64,354.08,143.38,356.42,130.54,358.31Z\"/><path d=\"M107.72,390.84l108.89-22.46c9.2-1.9,16.58,3.16,20,18.32,11.22,49.76-4.86,109.3-55.22,109.3-47.69,0-79.47-54.36-84.66-83.58C94.36,399.17,97.74,392.89,107.72,390.84Z\"/><path d=\"M340.59,254.34c-19.19-4.55-27.31-7.4-38.62-15.57-20.05-14.47-14.32-54.83-8.44-92.65h0c4.87-31.33,16.22-63,31.14-86.77,23.8-38,48.47-44.46,65-43.19C408.93,17.63,426,26.78,439,42.61c22.08,26.88,29.9,69.61,22,120.31-5.35,34.4-17.46,72.76-31.59,88.83s-35.13,12.44-48,10.56S356.36,258.08,340.59,254.34Z\"/><path d=\"M404.28,294.84,295.39,272.38c-9.2-1.9-16.58,3.16-20,18.32C264.18,340.46,280.26,400,330.62,400c47.69,0,79.47-54.36,84.66-83.58C417.64,303.17,414.26,296.89,404.28,294.84Z\"/></svg></li><li title=\"footsteps \"><svg id=\"icons\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M133.83,361.27c-22.61,0-41-8.17-54.79-24.39S56.2,296.59,50.93,261.57c-7.76-51.61-.06-95.11,21.68-122.48,12.8-16.12,29.6-25.44,48.58-26.94,16.25-1.3,40.54,5.29,64,44,14.69,24.24,25.86,56.44,30.65,88.34h0c5.79,38.51,1.48,66.86-13.18,86.65-11.64,15.72-29.54,25.46-53.21,29A106.46,106.46,0,0,1,133.83,361.27Z\"/><path d=\"M173,496c-13.21,0-26.6-4.23-38.66-12.36a79.79,79.79,0,0,1-33.52-50.6c-2.85-14.66-1.14-26.31,5.22-35.64,10.33-15.15,28.87-18.56,48.49-22.18,2.07-.38,4.17-.76,6.3-1.17,4.52-.86,9.14-2,13.62-3.11,16.78-4.14,34.14-8.43,48.47,1.75,9.59,6.8,15,18.36,16.62,35.32h0c1.84,19.57-2.36,39.1-11.83,55-10.19,17.11-25.47,28.42-43,31.86A61,61,0,0,1,173,496Z\"/><path d=\"M378.17,265.27a106.69,106.69,0,0,1-15.6-1.2c-23.66-3.5-41.56-13.25-53.2-29-14.66-19.79-19-48.13-13.18-86.65,4.79-31.93,15.93-64.1,30.55-88.25,23.34-38.57,47.66-45.26,64-44.08,18.92,1.38,35.69,10.57,48.51,26.6,21.89,27.37,29.65,71,21.86,122.84-5.27,35-14.2,58.95-28.11,75.31S400.78,265.27,378.17,265.27Z\"/><path d=\"M339,400a61,61,0,0,1-11.68-1.13c-17.56-3.44-32.84-14.75-43-31.86-9.47-15.9-13.67-35.43-11.83-55h0c1.6-17,7-28.52,16.62-35.33,14.33-10.17,31.69-5.89,48.47-1.74,4.48,1.1,9.1,2.24,13.62,3.11l6.29,1.17c19.63,3.61,38.17,7,48.5,22.17,6.36,9.33,8.07,21,5.22,35.64a79.78,79.78,0,0,1-33.52,50.61C365.56,395.78,352.17,400,339,400Z\"/></svg></li><li title=\"funnel outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M35.4,87.12,204.05,283.56A16.07,16.07,0,0,1,208,294V413.32a7.93,7.93,0,0,0,5.39,7.59l80.15,26.67A7.94,7.94,0,0,0,304,440V294A16.07,16.07,0,0,1,308,283.56L476.6,87.12A14,14,0,0,0,466,64H46.05A14,14,0,0,0,35.4,87.12Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"funnel sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polygon points=\"0 48 192 288 192 416 320 464 320 288 512 48 0 48\"/></svg></li><li title=\"funnel \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M296,464a23.88,23.88,0,0,1-7.55-1.23l-80.15-26.67A23.92,23.92,0,0,1,192,413.32V294.11a.44.44,0,0,0-.09-.13L23.26,97.54A30,30,0,0,1,46.05,48H466a30,30,0,0,1,22.79,49.54L320.09,294a.77.77,0,0,0-.09.13V440a23.93,23.93,0,0,1-24,24Z\"/></svg></li><li title=\"game controller outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M467.51,248.83c-18.4-83.18-45.69-136.24-89.43-149.17A91.5,91.5,0,0,0,352,96c-26.89,0-48.11,16-96,16s-69.15-16-96-16a99.09,99.09,0,0,0-27.2,3.66C89,112.59,61.94,165.7,43.33,248.83c-19,84.91-15.56,152,21.58,164.88,26,9,49.25-9.61,71.27-37,25-31.2,55.79-40.8,119.82-40.8s93.62,9.6,118.66,40.8c22,27.41,46.11,45.79,71.42,37.16C487.1,399.86,486.52,334.74,467.51,248.83Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><circle cx=\"292\" cy=\"224\" r=\"20\"/><path d=\"M336,288a20,20,0,1,1,20-19.95A20,20,0,0,1,336,288Z\"/><circle cx=\"336\" cy=\"180\" r=\"20\"/><circle cx=\"380\" cy=\"224\" r=\"20\"/><line x1=\"160\" y1=\"176\" x2=\"160\" y2=\"272\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"208\" y1=\"224\" x2=\"112\" y2=\"224\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"game controller sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M478.07,356.88,439,151c-8.86-40.35-23-71-88-71H145c-66,0-79.14,30.65-88,71L18,356.88C11,391,22.43,418.13,51.37,428.69S103,423,119.18,391.3l15.42-30.52A16,16,0,0,1,148.88,352H347.16a16,16,0,0,1,14.28,8.78l15.42,30.52c16.14,31.7,38.88,48,67.81,37.39S485,391,478.07,356.88ZM224,240H176v48H144V240H96V208h48V160h32v48h48Zm68,4a20,20,0,1,1,20-20A20,20,0,0,1,292,244Zm44,44a20,20,0,1,1,20-20A20,20,0,0,1,336,288Zm0-88a20,20,0,1,1,20-20A20,20,0,0,1,336,200Zm44,44a20,20,0,1,1,20-20A20,20,0,0,1,380,244Z\"/></svg></li><li title=\"game controller \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M483.13,245.38C461.92,149.49,430,98.31,382.65,84.33A107.13,107.13,0,0,0,352,80c-13.71,0-25.65,3.34-38.28,6.88C298.5,91.15,281.21,96,256,96s-42.51-4.84-57.76-9.11C185.6,83.34,173.67,80,160,80a115.74,115.74,0,0,0-31.73,4.32c-47.1,13.92-79,65.08-100.52,161C4.61,348.54,16,413.71,59.69,428.83a56.62,56.62,0,0,0,18.64,3.22c29.93,0,53.93-24.93,70.33-45.34,18.53-23.1,40.22-34.82,107.34-34.82,59.95,0,84.76,8.13,106.19,34.82,13.47,16.78,26.2,28.52,38.9,35.91,16.89,9.82,33.77,12,50.16,6.37,25.82-8.81,40.62-32.1,44-69.24C497.82,331.27,493.86,293.86,483.13,245.38ZM208,240H176v32a16,16,0,0,1-32,0V240H112a16,16,0,0,1,0-32h32V176a16,16,0,0,1,32,0v32h32a16,16,0,0,1,0,32Zm84,4a20,20,0,1,1,20-20A20,20,0,0,1,292,244Zm44,44a20,20,0,1,1,20-19.95A20,20,0,0,1,336,288Zm0-88a20,20,0,1,1,20-20A20,20,0,0,1,336,200Zm44,44a20,20,0,1,1,20-20A20,20,0,0,1,380,244Z\"/></svg></li><li title=\"gift outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,104v56h56a56,56,0,1,0-56-56Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M256,104c0,15.46,0,56,0,56H200a56,56,0,1,1,56-56Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><rect x=\"64\" y=\"160\" width=\"384\" height=\"112\" rx=\"32\" ry=\"32\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M416,272V416a48,48,0,0,1-48,48H144a48,48,0,0,1-48-48V272\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"256\" y1=\"160\" x2=\"256\" y2=\"464\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"gift sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M346,110a34,34,0,0,0-68,0v34h34A34,34,0,0,0,346,110Z\" style=\"fill:none\"/><path d=\"M234,110a34,34,0,1,0-34,34h34Z\" style=\"fill:none\"/><path d=\"M234,144h44V256H442a22,22,0,0,0,22-22V166a22,22,0,0,0-22-22H382.18A77.95,77.95,0,0,0,256,55.79,78,78,0,0,0,129.81,144H70a22,22,0,0,0-22,22v68a22,22,0,0,0,22,22H234Zm44-34a34,34,0,1,1,34,34H278Zm-112,0a34,34,0,1,1,68,0v34H200A34,34,0,0,1,166,110Z\"/><path d=\"M278,480H410a22,22,0,0,0,22-22V288H278Z\"/><path d=\"M80,458a22,22,0,0,0,22,22H234V288H80Z\"/></svg></li><li title=\"gift \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M200,144h40V104a40,40,0,1,0-40,40Z\" style=\"fill:none\"/><path d=\"M352,104a40,40,0,0,0-80,0v40h40A40,40,0,0,0,352,104Z\" style=\"fill:none\"/><path d=\"M80,416a64,64,0,0,0,64,64h92a4,4,0,0,0,4-4V292a4,4,0,0,0-4-4H88a8,8,0,0,0-8,8Z\"/><path d=\"M240,252V144h32V252a4,4,0,0,0,4,4H416a47.93,47.93,0,0,0,16-2.75h0A48.09,48.09,0,0,0,464,208V192a48,48,0,0,0-48-48H375.46a2,2,0,0,1-1.7-3A72,72,0,0,0,256,58.82,72,72,0,0,0,138.24,141a2,2,0,0,1-1.7,3H96a48,48,0,0,0-48,48v16a48.09,48.09,0,0,0,32,45.25h0A47.93,47.93,0,0,0,96,256H236A4,4,0,0,0,240,252Zm32-148a40,40,0,1,1,40,40H272ZM197.14,64.1A40,40,0,0,1,240,104v40H200a40,40,0,0,1-2.86-79.89Z\"/><path d=\"M276,480h92a64,64,0,0,0,64-64V296a8,8,0,0,0-8-8H276a4,4,0,0,0-4,4V476A4,4,0,0,0,276,480Z\"/></svg></li><li title=\"git branch outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><circle cx=\"160\" cy=\"96\" r=\"48\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><circle cx=\"160\" cy=\"416\" r=\"48\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"160\" y1=\"368\" x2=\"160\" y2=\"144\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><circle cx=\"352\" cy=\"160\" r=\"48\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M352,208c0,128-192,48-192,160\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"git branch sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M352,96a64,64,0,0,0-58.86,89.11L192,273.11V151.39a64,64,0,1,0-64,0V360.61a64,64,0,1,0,64,0V358L346.25,223.73c1.9.17,3.81.27,5.75.27a64,64,0,0,0,0-128ZM160,64a32,32,0,1,1-32,32A32,32,0,0,1,160,64Zm0,384a32,32,0,1,1,32-32A32,32,0,0,1,160,448ZM352,192a32,32,0,1,1,32-32A32,32,0,0,1,352,192Z\"/></svg></li><li title=\"git branch \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M416,160a64,64,0,1,0-96.27,55.24c-2.29,29.08-20.08,37-75,48.42-17.76,3.68-35.93,7.45-52.71,13.93V151.39a64,64,0,1,0-64,0V360.61a64,64,0,1,0,64.42.24c2.39-18,16-24.33,65.26-34.52,27.43-5.67,55.78-11.54,79.78-26.95,29-18.58,44.53-46.78,46.36-83.89A64,64,0,0,0,416,160ZM160,64a32,32,0,1,1-32,32A32,32,0,0,1,160,64Zm0,384a32,32,0,1,1,32-32A32,32,0,0,1,160,448ZM352,192a32,32,0,1,1,32-32A32,32,0,0,1,352,192Z\"/></svg></li><li title=\"git commit outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><circle cx=\"256\" cy=\"256\" r=\"96\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"160\" y1=\"256\" x2=\"48\" y2=\"256\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"464\" y1=\"256\" x2=\"352\" y2=\"256\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"git commit sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M480,224H380a128,128,0,0,0-247.9,0H32v64H132.05A128,128,0,0,0,380,288H480ZM256,320a64,64,0,1,1,64-64A64.07,64.07,0,0,1,256,320Z\"/></svg></li><li title=\"git commit \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M448,224H380a128,128,0,0,0-247.9,0H64a32,32,0,0,0,0,64h68.05A128,128,0,0,0,380,288H448a32,32,0,0,0,0-64ZM256,320a64,64,0,1,1,64-64A64.07,64.07,0,0,1,256,320Z\"/></svg></li><li title=\"git compare outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"304 160 240 96 304 32\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><polyline points=\"207 352 271 416 207 480\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><circle cx=\"112\" cy=\"96\" r=\"48\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><circle cx=\"400\" cy=\"416\" r=\"48\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M256,96h84a60,60,0,0,1,60,60V368\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M255,416H171a60,60,0,0,1-60-60V144\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"git compare sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M209,384H172a28,28,0,0,1-28-28V152a64,64,0,1,0-64-1.16V356a92.1,92.1,0,0,0,92,92h37v55.21L294.39,416,209,328.79ZM113,64A32,32,0,1,1,81,96,32,32,0,0,1,113,64Z\"/><path d=\"M432,360.61V156a92.1,92.1,0,0,0-92-92H305V9.93L217.14,96,305,182.07V128h35a28,28,0,0,1,28,28V360.61a64,64,0,1,0,64,0ZM400,448a32,32,0,1,1,32-32A32,32,0,0,1,400,448Z\"/></svg></li><li title=\"git compare \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M218.31,340.69A16,16,0,0,0,191,352v32H171a28,28,0,0,1-28-28V152a64,64,0,1,0-64-1.16V356a92.1,92.1,0,0,0,92,92h20v32a16,16,0,0,0,27.31,11.31l64-64a16,16,0,0,0,0-22.62ZM112,64A32,32,0,1,1,80,96,32,32,0,0,1,112,64Z\"/><path d=\"M432,360.61V156a92.1,92.1,0,0,0-92-92H320V32a16,16,0,0,0-27.31-11.31l-64,64a16,16,0,0,0,0,22.62l64,64A16,16,0,0,0,320,160V128h20a28,28,0,0,1,28,28V360.61a64,64,0,1,0,64,0ZM400,448a32,32,0,1,1,32-32A32,32,0,0,1,400,448Z\"/></svg></li><li title=\"git merge outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><circle cx=\"129\" cy=\"96\" r=\"48\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><circle cx=\"129\" cy=\"416\" r=\"48\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"129\" y1=\"144\" x2=\"129\" y2=\"368\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><circle cx=\"385\" cy=\"288\" r=\"48\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M129,144c0,96,112,144,208,144\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"git merge sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M384,224a63.66,63.66,0,0,0-37.95,12.5L160,153.36v-2a64,64,0,1,0-64,0V360.61a64,64,0,1,0,64,0V223.46l160.41,71.69A64,64,0,1,0,384,224ZM128,64A32,32,0,1,1,96,96,32,32,0,0,1,128,64Zm0,384a32,32,0,1,1,32-32A32,32,0,0,1,128,448ZM384,320a32,32,0,1,1,32-32A32,32,0,0,1,384,320Z\"/></svg></li><li title=\"git merge \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M385,224a64,64,0,0,0-55.33,31.89c-42.23-1.21-85.19-12.72-116.21-31.33-32.2-19.32-49.71-44-52.15-73.35a64,64,0,1,0-64.31.18V360.61a64,64,0,1,0,64,0V266.15c44.76,34,107.28,52.38,168.56,53.76A64,64,0,1,0,385,224ZM129,64A32,32,0,1,1,97,96,32,32,0,0,1,129,64Zm0,384a32,32,0,1,1,32-32A32,32,0,0,1,129,448ZM385,320a32,32,0,1,1,32-32A32,32,0,0,1,385,320Z\"/></svg></li><li title=\"git network outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><circle cx=\"128\" cy=\"96\" r=\"48\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><circle cx=\"256\" cy=\"416\" r=\"48\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"256\" y1=\"256\" x2=\"256\" y2=\"368\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><circle cx=\"384\" cy=\"96\" r=\"48\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M128,144c0,74.67,68.92,112,128,112\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M384,144c0,74.67-68.92,112-128,112\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"git network sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M384,32a64,64,0,0,0-57.67,91.73L255.5,204.55l-70.19-80.1A64,64,0,1,0,128,160c1.1,0,2.2,0,3.29-.08L224,265.7v94.91a64,64,0,1,0,64,0V264.56l91.78-104.71c1.39.09,2.8.15,4.22.15a64,64,0,0,0,0-128ZM96,96a32,32,0,1,1,32,32A32,32,0,0,1,96,96ZM256,448a32,32,0,1,1,32-32A32,32,0,0,1,256,448ZM384,128a32,32,0,1,1,32-32A32,32,0,0,1,384,128Z\"/></svg></li><li title=\"git network \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M448,96a64,64,0,1,0-96.31,55.21c-1.79,20.87-11.47,38.1-28.87,51.29C305.07,216,280.09,224,256,224s-49.07-8-66.82-21.5c-17.4-13.19-27.08-30.42-28.87-51.29a64,64,0,1,0-64.11.29c2.08,40.87,21.17,76.87,54.31,102C171.3,269.26,197,280.19,224,285.09v75.52a64,64,0,1,0,64,0V285.09c27-4.9,52.7-15.83,73.49-31.59,33.14-25.13,52.23-61.13,54.31-102A64,64,0,0,0,448,96ZM128,64A32,32,0,1,1,96,96,32,32,0,0,1,128,64ZM256,448a32,32,0,1,1,32-32A32,32,0,0,1,256,448ZM384,128a32,32,0,1,1,32-32A32,32,0,0,1,384,128Z\"/></svg></li><li title=\"git pull request outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><circle cx=\"128\" cy=\"416\" r=\"48\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"128\" y1=\"144\" x2=\"128\" y2=\"368\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><polyline points=\"288 160 224 96 288 32\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><circle cx=\"128\" cy=\"96\" r=\"48\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><circle cx=\"384\" cy=\"416\" r=\"48\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M240,96h84a60,60,0,0,1,60,60V368\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"git pull request sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M192,96a64,64,0,1,0-97,54.81v209.8a64,64,0,1,0,64,0V152A64.06,64.06,0,0,0,192,96ZM128,64A32,32,0,1,1,96,96,32,32,0,0,1,128,64Zm-1,384a32,32,0,1,1,32-32A32,32,0,0,1,127,448Z\"/><path d=\"M416,360.61V156a92.1,92.1,0,0,0-92-92H289V9.93L201.14,96,289,182.07V128h35a28,28,0,0,1,28,28V360.61a64,64,0,1,0,64,0ZM384,448a32,32,0,1,1,32-32A32,32,0,0,1,384,448Z\"/></svg></li><li title=\"git pull request \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M192,96a64,64,0,1,0-96,55.39V360.61a64,64,0,1,0,64,0V151.39A64,64,0,0,0,192,96ZM128,64A32,32,0,1,1,96,96,32,32,0,0,1,128,64Zm0,384a32,32,0,1,1,32-32A32,32,0,0,1,128,448Z\"/><path d=\"M416,360.61V156a92.1,92.1,0,0,0-92-92H304V32a16,16,0,0,0-27.31-11.31l-64,64a16,16,0,0,0,0,22.62l64,64A16,16,0,0,0,304,160V128h20a28,28,0,0,1,28,28V360.61a64,64,0,1,0,64,0ZM384,448a32,32,0,1,1,32-32A32,32,0,0,1,384,448Z\"/></svg></li><li title=\"glasses outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M224,232a32,32,0,0,1,64,0\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"448\" y1=\"200\" x2=\"464\" y2=\"200\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"64\" y1=\"200\" x2=\"48\" y2=\"200\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M64,200c0,96,16,128,80,128s80-32,80-128c0,0-16-16-80-16S64,200,64,200Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M448,200c0,96-16,128-80,128s-80-32-80-128c0,0,16-16,80-16S448,200,448,200Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"glasses sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M496,176H16v64H37.24L49.68,352H221.55L240,241.32V240a16,16,0,0,1,32,0v1.32L290.45,352H462.32l12.44-112H496Z\"/></svg></li><li title=\"glasses \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M464,184H453.1a78.72,78.72,0,0,0-16-7.18C419.5,171,396.26,168,368,168s-51.5,3-69.06,8.82c-14.06,4.69-20.25,9.86-22.25,11.87h0a47.94,47.94,0,0,0-41.36,0h0c-2-2-8.19-7.18-22.25-11.87C195.5,171,172.26,168,144,168s-51.5,3-69.06,8.82a78.72,78.72,0,0,0-16,7.18H48a16,16,0,0,0,0,32h.17c1,45.46,6.44,72.78,18.11,92.23a66.78,66.78,0,0,0,31.92,28c12.23,5.24,27.22,7.79,45.8,7.79,24.15,0,58.48-3.71,77.72-35.77,9.68-16.14,15.09-37.69,17.21-70.52A16,16,0,0,0,240,232a16,16,0,0,1,32,0,16,16,0,0,0,1.07,5.71c2.12,32.83,7.53,54.38,17.21,70.52a66.78,66.78,0,0,0,31.92,28c12.23,5.24,27.22,7.79,45.8,7.79,24.15,0,58.48-3.71,77.72-35.77,11.67-19.45,17.13-46.77,18.11-92.23H464a16,16,0,0,0,0-32Z\"/></svg></li><li title=\"globe outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,48C141.13,48,48,141.13,48,256s93.13,208,208,208,208-93.13,208-208S370.87,48,256,48Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M256,48c-58.07,0-112.67,93.13-112.67,208S197.93,464,256,464s112.67-93.13,112.67-208S314.07,48,256,48Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M117.33,117.33c38.24,27.15,86.38,43.34,138.67,43.34s100.43-16.19,138.67-43.34\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M394.67,394.67c-38.24-27.15-86.38-43.34-138.67-43.34s-100.43,16.19-138.67,43.34\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"256\" y1=\"48\" x2=\"256\" y2=\"464\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><line x1=\"464\" y1=\"256\" x2=\"48\" y2=\"256\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"globe sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,48C141.13,48,48,141.13,48,256s93.13,208,208,208,208-93.13,208-208S370.87,48,256,48Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:44px\"/><path d=\"M256,48c-58.07,0-112.67,93.13-112.67,208S197.93,464,256,464s112.67-93.13,112.67-208S314.07,48,256,48Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:44px\"/><path d=\"M117.33,121.33c38.24,27.15,86.38,43.34,138.67,43.34s100.43-16.19,138.67-43.34\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:44px\"/><path d=\"M394.67,390.67c-38.24-27.15-86.38-43.34-138.67-43.34s-100.43,16.19-138.67,43.34\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:44px\"/><line x1=\"256\" y1=\"48\" x2=\"256\" y2=\"464\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:44px\"/><line x1=\"464\" y1=\"256\" x2=\"48\" y2=\"256\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:44px\"/></svg></li><li title=\"globe \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M340.75,344.49c5.91-20.7,9.82-44.75,11.31-67.84A4.41,4.41,0,0,0,347.6,272H276.54a4.43,4.43,0,0,0-4.47,4.39v55.3a4.44,4.44,0,0,0,4.14,4.38,273.51,273.51,0,0,1,59,11.39A4.45,4.45,0,0,0,340.75,344.49Z\"/><path d=\"M323.58,377.31a260.05,260.05,0,0,0-46.6-9.09,4.42,4.42,0,0,0-4.91,4.29v65.24a4.47,4.47,0,0,0,6.76,3.7c15.9-9.27,29-24.84,40.84-45.43,1.94-3.36,4.89-9.15,6.67-12.69A4.29,4.29,0,0,0,323.58,377.31Z\"/><path d=\"M235.29,368.4a256.85,256.85,0,0,0-46.56,8.82c-2.64.76-3.75,4.4-2.55,6.79,1.79,3.56,4,8.11,5.89,11.51,13,23,26.84,37.5,41.24,45.93a4.47,4.47,0,0,0,6.76-3.7V372.48A4.16,4.16,0,0,0,235.29,368.4Z\"/><path d=\"M235.6,272H164.54a4.41,4.41,0,0,0-4.46,4.64c1.48,23.06,5.37,47.16,11.26,67.84a4.46,4.46,0,0,0,5.59,3,272.2,272.2,0,0,1,59-11.36,4.44,4.44,0,0,0,4.15-4.38V276.4A4.43,4.43,0,0,0,235.6,272Z\"/><path d=\"M277,143.78a235.8,235.8,0,0,0,46.5-9.14,4.3,4.3,0,0,0,2.76-6c-1.79-3.57-4.27-8.68-6.17-12.09-12.29-22-26.14-37.35-41.24-46a4.48,4.48,0,0,0-6.76,3.7v65.23A4.43,4.43,0,0,0,277,143.78Z\"/><path d=\"M276.54,240H347.6a4.39,4.39,0,0,0,4.46-4.58c-1.48-22.77-5.27-47.8-11.16-68.22a4.46,4.46,0,0,0-5.59-2.95c-19,5.74-38.79,10.43-59.09,12a4.4,4.4,0,0,0-4.15,4.32v55.11A4.4,4.4,0,0,0,276.54,240Z\"/><path d=\"M233.31,70.56c-15.42,8.57-29.17,24.43-41.47,46.37-1.91,3.41-4.19,8.11-6,11.67a4.31,4.31,0,0,0,2.76,6,225.42,225.42,0,0,0,46.54,9.17,4.43,4.43,0,0,0,4.91-4.29V74.26A4.49,4.49,0,0,0,233.31,70.56Z\"/><path d=\"M235.92,176.26c-20.3-1.55-40.11-6.24-59.09-12a4.46,4.46,0,0,0-5.59,2.95c-5.89,20.42-9.68,45.45-11.16,68.22a4.39,4.39,0,0,0,4.46,4.58H235.6a4.4,4.4,0,0,0,4.47-4.34V180.58A4.4,4.4,0,0,0,235.92,176.26Z\"/><path d=\"M414.39,97.61A224,224,0,1,0,97.61,414.39,224,224,0,1,0,414.39,97.61ZM176.6,430.85a219.08,219.08,0,0,1-12.48-19.66c-2-3.69-4.84-9.26-6.73-13.13a7.29,7.29,0,0,0-10.31-3.16c-4.3,2.41-10,5.72-14.13,8.43a147.29,147.29,0,0,1-23.57-22.43,248.83,248.83,0,0,1,30.41-18.36c1.86-1,2.77-2.14,2.18-4.18a374.8,374.8,0,0,1-14.09-82.17,4.36,4.36,0,0,0-4.3-4.17H66.84a2,2,0,0,1-2-1.7A98.28,98.28,0,0,1,64,256a96.27,96.27,0,0,1,.86-14.29,2,2,0,0,1,2-1.7H123.6c2.29,0,4.17-1.32,4.29-3.63a372.71,372.71,0,0,1,14-81.83,4.36,4.36,0,0,0-2.19-5.11,260.63,260.63,0,0,1-29.84-17.9A169.82,169.82,0,0,1,133,108.74c4.08,2.68,9.4,5.71,13.66,8.11a7.89,7.89,0,0,0,11-3.42c1.88-3.87,4-8.18,6.06-11.88a221.93,221.93,0,0,1,12.54-19.91A185,185,0,0,1,256,64c28.94,0,55.9,7,80.53,18.46a202.23,202.23,0,0,1,12,19c2.59,4.66,5.34,10.37,7.66,15.32a4.29,4.29,0,0,0,5.92,1.94c5.38-2.91,11.21-6.26,16.34-9.63a171.36,171.36,0,0,1,23.2,23,244.89,244.89,0,0,1-29.06,17.31,4.35,4.35,0,0,0-2.18,5.12,348.68,348.68,0,0,1,13.85,81.4,4.33,4.33,0,0,0,4.3,4.12l56.62-.07a2,2,0,0,1,2,1.7,117.46,117.46,0,0,1,0,28.62,2,2,0,0,1-2,1.72l-56.67,0a4.35,4.35,0,0,0-4.3,4.17,367.4,367.4,0,0,1-13.87,81.3,4.45,4.45,0,0,0,2.19,5.19c5,2.59,10.57,5.48,15.37,8.42s9.55,6.08,14.13,9.34a172.73,172.73,0,0,1-23,22.93c-2.44-1.61-5.34-3.44-7.84-4.94-1.72-1-4.89-2.77-6.65-3.76-3.82-2.14-7.88-.54-9.79,3.4s-4.83,9.59-6.87,13.25a212.42,212.42,0,0,1-12.35,19.53C310.91,442.37,284.94,448,256,448S201.23,442.37,176.6,430.85Z\"/></svg></li><li title=\"golf outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"256 400 256 32 432 112 256 192\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M256,336c-87,0-175.3,43.2-191.64,124.74C62.39,470.57,68.57,480,80,480H432c11.44,0,17.62-9.43,15.65-19.26C431.3,379.2,343,336,256,336Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"golf sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M240,16V191.66c0,.23,0,.47,0,.7V320.47q8-.47,16-.47t16,.47V202.3L448,112Z\"/><path d=\"M462.91,457.5c-8.54-42.85-35-78.74-76.62-103.8C353.86,334.15,313.76,322.4,272,320v95.79H240V320c-41.79,2.4-81.89,14.15-114.32,33.7-41.59,25.06-68.08,60.95-76.62,103.8-2,9.81-.68,38.5-.68,38.5H463.59S464.87,467.31,462.91,457.5Z\"/></svg></li><li title=\"golf \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M272,320.46V202.3l166.62-75.73a16,16,0,0,0,0-29.14l-176-80A16,16,0,0,0,240,32V191.66c0,.23,0,.47,0,.7v128.1q8-.45,16-.46T272,320.46Z\"/><path d=\"M463.33,457.5c-8.56-42.85-35.11-78.74-76.78-103.8C354.05,334.15,313.88,322.4,272,320v79.75a16,16,0,1,1-32,0V320c-41.88,2.4-82.05,14.15-114.55,33.7-41.67,25.06-68.22,60.95-76.78,103.8a32.49,32.49,0,0,0,6.44,27.08C61.13,492,70,496,80,496H432c10,0,18.88-4.05,24.9-11.42A32.49,32.49,0,0,0,463.33,457.5Z\"/></svg></li><li title=\"grid outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><rect x=\"48\" y=\"48\" width=\"176\" height=\"176\" rx=\"20\" ry=\"20\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><rect x=\"288\" y=\"48\" width=\"176\" height=\"176\" rx=\"20\" ry=\"20\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><rect x=\"48\" y=\"288\" width=\"176\" height=\"176\" rx=\"20\" ry=\"20\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><rect x=\"288\" y=\"288\" width=\"176\" height=\"176\" rx=\"20\" ry=\"20\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"grid sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M240,240H32V32H240Z\"/><path d=\"M480,240H272V32H480Z\"/><path d=\"M240,480H32V272H240Z\"/><path d=\"M480,480H272V272H480Z\"/></svg></li><li title=\"grid \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M204,240H68a36,36,0,0,1-36-36V68A36,36,0,0,1,68,32H204a36,36,0,0,1,36,36V204A36,36,0,0,1,204,240Z\"/><path d=\"M444,240H308a36,36,0,0,1-36-36V68a36,36,0,0,1,36-36H444a36,36,0,0,1,36,36V204A36,36,0,0,1,444,240Z\"/><path d=\"M204,480H68a36,36,0,0,1-36-36V308a36,36,0,0,1,36-36H204a36,36,0,0,1,36,36V444A36,36,0,0,1,204,480Z\"/><path d=\"M444,480H308a36,36,0,0,1-36-36V308a36,36,0,0,1,36-36H444a36,36,0,0,1,36,36V444A36,36,0,0,1,444,480Z\"/></svg></li><li title=\"hammer outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M277.42,247a24.68,24.68,0,0,0-4.08-5.47L255,223.44a21.63,21.63,0,0,0-6.56-4.57,20.93,20.93,0,0,0-23.28,4.27c-6.36,6.26-18,17.68-39,38.43C146,301.3,71.43,367.89,37.71,396.29a16,16,0,0,0-1.09,23.54l39,39.43a16.13,16.13,0,0,0,23.67-.89c29.24-34.37,96.3-109,136-148.23,20.39-20.06,31.82-31.58,38.29-37.94A21.76,21.76,0,0,0,277.42,247Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M478.43,201l-34.31-34a5.44,5.44,0,0,0-4-1.59,5.59,5.59,0,0,0-4,1.59h0a11.41,11.41,0,0,1-9.55,3.27c-4.48-.49-9.25-1.88-12.33-4.86-7-6.86,1.09-20.36-5.07-29a242.88,242.88,0,0,0-23.08-26.72c-7.06-7-34.81-33.47-81.55-52.53a123.79,123.79,0,0,0-47-9.24c-26.35,0-46.61,11.76-54,18.51-5.88,5.32-12,13.77-12,13.77A91.29,91.29,0,0,1,202.35,77a79.53,79.53,0,0,1,23.28-1.49C241.19,76.8,259.94,84.1,270,92c16.21,13,23.18,30.39,24.27,52.83.8,16.69-15.23,37.76-30.44,54.94a7.85,7.85,0,0,0,.4,10.83l21.24,21.23a8,8,0,0,0,11.14.1c13.93-13.51,31.09-28.47,40.82-34.46s17.58-7.68,21.35-8.09A35.71,35.71,0,0,1,380.08,194a13.65,13.65,0,0,1,3.08,2.38c6.46,6.56,6.07,17.28-.5,23.74l-2,1.89a5.5,5.5,0,0,0,0,7.84l34.31,34a5.5,5.5,0,0,0,4,1.58,5.65,5.65,0,0,0,4-1.58L478.43,209A5.82,5.82,0,0,0,478.43,201Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"hammer sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M294.28,256.9l-54.42-54.41a12,12,0,0,0-17,0L12.45,401a12,12,0,0,0-.27,17.2l66.05,66.28a12,12,0,0,0,17.22-.23L294.26,273.89A12,12,0,0,0,294.28,256.9Z\"/><path d=\"M499.33,199.33l-43.89-43.58a21.46,21.46,0,0,0-15.28-6.26,21.89,21.89,0,0,0-12.79,4.14c0-.43.06-.85.09-1.22.45-6.5,1.15-16.32-5.2-25.22a258,258,0,0,0-24.8-28.74.6.6,0,0,0-.08-.08c-13.32-13.12-42.31-37.83-86.72-55.94A139.55,139.55,0,0,0,257.56,32C226,32,202,46.24,192.81,54.68A53.4,53.4,0,0,0,176,86.17L192,96s8.06-2,13.86-3.39a62.73,62.73,0,0,1,18.45-1.15C237.5,92.55,253.1,99.1,260,104.55c11.7,9.41,17.33,22.09,18.26,41.09.2,4.23-9.52,21.35-24.16,39.84a8,8,0,0,0,.61,10.62l45.37,45.37a8,8,0,0,0,11,.25c12.07-11,30.49-28,34.67-30.59,7.69-4.73,13.19-5.64,14.7-5.8a19.18,19.18,0,0,1,11.29,2.38,1.24,1.24,0,0,1-.31.95l-1.82,1.73-.3.28a21.52,21.52,0,0,0,.05,30.54l43.95,43.68a8,8,0,0,0,11.28,0l74.68-74.2A8,8,0,0,0,499.33,199.33Z\"/></svg></li><li title=\"hammer \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M280.16,242.79l-26.11-26.12a32,32,0,0,0-45.14-.12L27.38,384.08c-6.61,6.23-10.95,14.17-11.35,23.06a32.11,32.11,0,0,0,9.21,23.94l39,39.43a.46.46,0,0,0,.07.07A32.29,32.29,0,0,0,87,480l1.18,0c8.89-.33,16.85-4.5,23.17-11.17l168.7-180.7A32,32,0,0,0,280.16,242.79Z\"/><path d=\"M490,190l-.31-.31-34.27-33.92a21.46,21.46,0,0,0-15.28-6.26,21.89,21.89,0,0,0-12.79,4.14c0-.43.06-.85.09-1.22.45-6.5,1.15-16.32-5.2-25.22a258,258,0,0,0-24.8-28.74.6.6,0,0,0-.08-.08c-13.32-13.12-42.31-37.83-86.72-55.94A139.55,139.55,0,0,0,257.56,32C226,32,202,46.24,192.81,54.68A119.92,119.92,0,0,0,178.63,70.9a16,16,0,0,0,18.65,24.34,74.45,74.45,0,0,1,8.58-2.63,63.46,63.46,0,0,1,18.45-1.15C237.5,92.55,253.1,99.1,260,104.55c11.7,9.41,17.33,22.09,18.26,41.09.18,3.82-7.72,18.14-20,34.48a16,16,0,0,0,1.45,21l34.41,34.41a16,16,0,0,0,22,.62c9.73-8.69,24.55-21.79,29.73-25,7.69-4.73,13.19-5.64,14.7-5.8a19.18,19.18,0,0,1,11.29,2.38,1.24,1.24,0,0,1-.31.95l-1.82,1.73-.3.28a21.52,21.52,0,0,0,.05,30.54l34.26,33.91A21.45,21.45,0,0,0,419,281.39a21.7,21.7,0,0,0,15.22-6.2l55.5-54.82c.19-.19.38-.39.56-.59A21.87,21.87,0,0,0,490,190Z\"/></svg></li><li title=\"hand left outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M80,320V144a32,32,0,0,1,32-32h0a32,32,0,0,1,32,32V256\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M144,256V80a32,32,0,0,1,32-32h0a32,32,0,0,1,32,32V240\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M272,241V96a32,32,0,0,1,32-32h0a32,32,0,0,1,32,32V320\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M208,240V48a32,32,0,0,1,32-32h0a32,32,0,0,1,32,32V240\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M80,320c0,117.4,64,176,152,176s123.71-39.6,144-88l52.71-144c6.66-18.05,3.64-34.79-11.87-43.6h0c-15.52-8.82-35.91-4.28-44.31,11.68L336,320\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"hand left sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M429.58,209.08h0c-15.06-6.62-32.38,1.31-38.5,17.62L356,312H344.73V80c0-17.6-13.3-32-29.55-32h0c-16.26,0-29.55,14.4-29.55,32V231.75l-14.78.25V32c0-17.6-13.3-32-29.55-32h0c-16.25,0-29.55,14.4-29.55,32V231.75L197,232V64c0-17.6-13.3-32-29.55-32h0c-16.26,0-29.55,14.4-29.55,32V247.75L123.1,248V128c0-17.6-13.3-32-29.55-32h0C77.3,96,64,110.4,64,128V344c0,75.8,37.13,168,169,168,40.8,0,79.42-7,100.66-21a121.41,121.41,0,0,0,33.72-33.31,138,138,0,0,0,16-31.78l62.45-175.14C452,234.46,444.64,215.71,429.58,209.08Z\"/></svg></li><li title=\"hand left \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M432.8,211.44h0c-15.52-8.82-34.91-2.28-43.31,13.68l-41.38,84.41a7,7,0,0,1-8.93,3.43h0a7,7,0,0,1-4.41-6.52V72c0-13.91-12.85-24-26.77-24s-26,10.09-26,24V228.64A11.24,11.24,0,0,1,271.21,240,11,11,0,0,1,260,229V24c0-13.91-10.94-24-24.86-24S210,10.09,210,24V228.64A11.24,11.24,0,0,1,199.21,240,11,11,0,0,1,188,229V56c0-13.91-12.08-24-26-24s-26,11.09-26,25V244.64A11.24,11.24,0,0,1,125.21,256,11,11,0,0,1,114,245V120c0-13.91-11.08-24-25-24s-25.12,10.22-25,24V336c0,117.41,72,176,160,176h16c88,0,115.71-39.6,136-88l68.71-169C451.33,237,448.31,220.25,432.8,211.44Z\"/></svg></li><li title=\"hand right outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M432,320V144a32,32,0,0,0-32-32h0a32,32,0,0,0-32,32V256\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M368,256V80a32,32,0,0,0-32-32h0a32,32,0,0,0-32,32V240\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M240,241V96a32,32,0,0,0-32-32h0a32,32,0,0,0-32,32V320\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M304,240V48a32,32,0,0,0-32-32h0a32,32,0,0,0-32,32V240\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M432,320c0,117.4-64,176-152,176s-123.71-39.6-144-88L83.33,264c-6.66-18.05-3.64-34.79,11.87-43.6h0c15.52-8.82,35.91-4.28,44.31,11.68L176,320\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"hand right sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M82.42,209.08h0c15.06-6.62,32.38,1.31,38.5,17.62L156,312h11.27V80c0-17.6,13.3-32,29.55-32h0c16.26,0,29.55,14.4,29.55,32V231.75l14.78.25V32c0-17.6,13.3-32,29.55-32h0C287,0,300.25,14.4,300.25,32V231.75L315,232V64c0-17.6,13.3-32,29.55-32h0c16.26,0,29.55,14.4,29.55,32V247.75l14.78.25V128c0-17.6,13.3-32,29.55-32h0C434.7,96,448,110.4,448,128V344c0,75.8-37.13,168-169,168-40.8,0-79.42-7-100.66-21a121.41,121.41,0,0,1-33.72-33.31,138,138,0,0,1-16-31.78L66.16,250.77C60.05,234.46,67.36,215.71,82.42,209.08Z\"/></svg></li><li title=\"hand right \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M79.2,211.44h0c15.52-8.82,34.91-2.28,43.31,13.68l41.38,84.41a7,7,0,0,0,8.93,3.43h0a7,7,0,0,0,4.41-6.52V72c0-13.91,12.85-24,26.77-24s26,10.09,26,24V228.64A11.24,11.24,0,0,0,240.79,240,11,11,0,0,0,252,229V24c0-13.91,10.94-24,24.86-24S302,10.09,302,24V228.64A11.24,11.24,0,0,0,312.79,240,11,11,0,0,0,324,229V56c0-13.91,12.08-24,26-24s26,11.09,26,25V244.64A11.24,11.24,0,0,0,386.79,256,11,11,0,0,0,398,245V120c0-13.91,11.08-24,25-24s25.12,10.22,25,24V336c0,117.41-72,176-160,176H272c-88,0-115.71-39.6-136-88L67.33,255C60.67,237,63.69,220.25,79.2,211.44Z\"/></svg></li><li title=\"happy outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><circle cx=\"184\" cy=\"232\" r=\"24\"/><path d=\"M256.05,384c-45.42,0-83.62-29.53-95.71-69.83A8,8,0,0,1,168.16,304H343.85a8,8,0,0,1,7.82,10.17C339.68,354.47,301.47,384,256.05,384Z\"/><circle cx=\"328\" cy=\"232\" r=\"24\"/><circle cx=\"256\" cy=\"256\" r=\"208\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"happy sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M414.39,97.61A224,224,0,1,0,97.61,414.39,224,224,0,1,0,414.39,97.61ZM328,208a24,24,0,1,1-24,24A23.94,23.94,0,0,1,328,208Zm-144,0a24,24,0,1,1-24,24A23.94,23.94,0,0,1,184,208Zm72.05,176c-45.42,0-83.75-29.49-95.72-69.83C159.29,310.65,158,304,158,304H354s-1.31,6.69-2.33,10.17C339.89,354.53,301.47,384,256.05,384Z\"/></svg></li><li title=\"happy \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M414.39,97.61A224,224,0,1,0,97.61,414.39,224,224,0,1,0,414.39,97.61ZM184,208a24,24,0,1,1-24,24A23.94,23.94,0,0,1,184,208ZM351.67,314.17c-12,40.3-50.2,69.83-95.62,69.83s-83.62-29.53-95.72-69.83A8,8,0,0,1,168.16,304H343.85A8,8,0,0,1,351.67,314.17ZM328,256a24,24,0,1,1,24-24A23.94,23.94,0,0,1,328,256Z\"/></svg></li><li title=\"hardware chip outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><rect x=\"80\" y=\"80\" width=\"352\" height=\"352\" rx=\"48\" ry=\"48\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/><rect x=\"144\" y=\"144\" width=\"224\" height=\"224\" rx=\"16\" ry=\"16\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"256\" y1=\"80\" x2=\"256\" y2=\"48\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"336\" y1=\"80\" x2=\"336\" y2=\"48\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"176\" y1=\"80\" x2=\"176\" y2=\"48\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"256\" y1=\"464\" x2=\"256\" y2=\"432\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"336\" y1=\"464\" x2=\"336\" y2=\"432\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"176\" y1=\"464\" x2=\"176\" y2=\"432\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"432\" y1=\"256\" x2=\"464\" y2=\"256\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"432\" y1=\"336\" x2=\"464\" y2=\"336\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"432\" y1=\"176\" x2=\"464\" y2=\"176\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"48\" y1=\"256\" x2=\"80\" y2=\"256\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"48\" y1=\"336\" x2=\"80\" y2=\"336\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"48\" y1=\"176\" x2=\"80\" y2=\"176\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"hardware chip sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><rect x=\"160\" y=\"160\" width=\"192\" height=\"192\"/><path d=\"M480,198V154H448V88a24,24,0,0,0-24-24H358V32H314V64H278V32H234V64H198V32H154V64H88A24,24,0,0,0,64,88v66H32v44H64v36H32v44H64v36H32v44H64v66a24,24,0,0,0,24,24h66v32h44V448h36v32h44V448h36v32h44V448h66a24,24,0,0,0,24-24V358h32V314H448V278h32V234H448V198ZM128,128H384V384H128Z\"/></svg></li><li title=\"hardware chip \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M352,128H160a32,32,0,0,0-32,32V352a32,32,0,0,0,32,32H352a32,32,0,0,0,32-32V160A32,32,0,0,0,352,128Zm0,216a8,8,0,0,1-8,8H168a8,8,0,0,1-8-8V168a8,8,0,0,1,8-8H344a8,8,0,0,1,8,8Z\" style=\"fill:none\"/><rect x=\"160\" y=\"160\" width=\"192\" height=\"192\" rx=\"8\" ry=\"8\"/><path d=\"M464,192a16,16,0,0,0,0-32H448V128a64.07,64.07,0,0,0-64-64H352V48a16,16,0,0,0-32,0V64H272V48a16,16,0,0,0-32,0V64H192V48a16,16,0,0,0-32,0V64H128a64.07,64.07,0,0,0-64,64v32H48a16,16,0,0,0,0,32H64v48H48a16,16,0,0,0,0,32H64v48H48a16,16,0,0,0,0,32H64v32a64.07,64.07,0,0,0,64,64h32v16a16,16,0,0,0,32,0V448h48v16a16,16,0,0,0,32,0V448h48v16a16,16,0,0,0,32,0V448h32a64.07,64.07,0,0,0,64-64V352h16a16,16,0,0,0,0-32H448V272h16a16,16,0,0,0,0-32H448V192ZM384,352a32,32,0,0,1-32,32H160a32,32,0,0,1-32-32V160a32,32,0,0,1,32-32H352a32,32,0,0,1,32,32Z\"/></svg></li><li title=\"headset outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M83,384c-13-33-35-93.37-35-128C48,141.12,149.33,48,256,48s208,93.12,208,208c0,34.63-23,97-35,128\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M108.39,270.13l-13.69,8h0C64.47,295.83,63,350.54,91.32,400.33s75.87,75.81,106.1,58.12h0l13.69-8a16.16,16.16,0,0,0,5.78-21.87L130,276A15.74,15.74,0,0,0,108.39,270.13Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M403.61,270.13l13.69,8h0c30.23,17.69,31.74,72.4,3.38,122.19s-75.87,75.81-106.1,58.12h0l-13.69-8a16.16,16.16,0,0,1-5.78-21.87L382,276A15.74,15.74,0,0,1,403.61,270.13Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"headset sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M411.16,97.45C368.43,55.85,311.88,32,256,32S143.57,55.85,100.84,97.45C56.45,140.67,32,196,32,256S58.84,374.49,77.42,408.25,121,480,144,480c32,0,96-32,96-32L128,240,73.58,271.73a176.07,176.07,0,0,1-1-18.84c0-48.57,19.32-94.1,56.15-130C164.24,88.34,210,70,256,70s91.73,18.34,127.27,52.93c36.83,35.86,56.14,81.39,56.14,130a175.56,175.56,0,0,1-1,18.82L384,240,272,448s64,32,96,32c23,0,48-38,66.58-71.75S480,316,480,256,455.55,140.67,411.16,97.45Z\"/></svg></li><li title=\"headset \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M411.16,97.46C368.43,55.86,311.88,32,256,32S143.57,55.86,100.84,97.46C56.45,140.67,32,197,32,256c0,26.67,8.75,61.09,32.88,125.55S137,473,157.27,477.41c5.81,1.27,12.62,2.59,18.73,2.59a60.06,60.06,0,0,0,30-8l14-8c15.07-8.82,19.47-28.13,10.8-43.35L143.88,268.08a31.73,31.73,0,0,0-43.57-11.76l-13.69,8a56.49,56.49,0,0,0-14,11.59,4,4,0,0,1-7-2A114.68,114.68,0,0,1,64,256c0-50.31,21-98.48,59.16-135.61C160,84.55,208.39,64,256,64s96,20.55,132.84,56.39C427,157.52,448,205.69,448,256a114.68,114.68,0,0,1-1.68,17.91,4,4,0,0,1-7,2,56.49,56.49,0,0,0-14-11.59l-13.69-8a31.73,31.73,0,0,0-43.57,11.76L281.2,420.65c-8.67,15.22-4.27,34.53,10.8,43.35l14,8a60.06,60.06,0,0,0,30,8c6.11,0,12.92-1.32,18.73-2.59C375,473,423,446,447.12,381.55S480,282.67,480,256C480,197,455.55,140.67,411.16,97.46Z\"/></svg></li><li title=\"heart circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M448,256c0-106-86-192-192-192S64,150,64,256s86,192,192,192S448,362,448,256Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M256,360a16,16,0,0,1-9-2.78c-39.3-26.68-56.32-45-65.7-56.41-20-24.37-29.58-49.4-29.3-76.5.31-31.06,25.22-56.33,55.53-56.33,20.4,0,35,10.63,44.1,20.41a6,6,0,0,0,8.72,0c9.11-9.78,23.7-20.41,44.1-20.41,30.31,0,55.22,25.27,55.53,56.33.28,27.1-9.31,52.13-29.3,76.5-9.38,11.44-26.4,29.73-65.7,56.41A16,16,0,0,1,256,360Z\"/></svg></li><li title=\"heart circle sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,48C141.31,48,48,141.31,48,256s93.31,208,208,208,208-93.31,208-208S370.69,48,256,48Zm74.69,252.82C322.19,311.18,291,339.3,256,364.33c-35-25-66.19-53.15-74.69-63.51-20-24.37-29.58-49.4-29.3-76.5.31-31.06,25.22-56.33,55.53-56.33,22,0,37.3,12.41,46.19,22.76L256,193.5l2.27-2.75C267,180.29,282.42,168,304.46,168c30.31,0,55.22,25.27,55.53,56.33C360.27,251.42,350.68,276.45,330.69,300.82Z\"/></svg></li><li title=\"heart circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,48C141.31,48,48,141.31,48,256s93.31,208,208,208,208-93.31,208-208S370.69,48,256,48Zm74.69,252.82c-9.38,11.44-26.4,29.73-65.7,56.41a15.93,15.93,0,0,1-18,0c-39.3-26.68-56.32-45-65.7-56.41-20-24.37-29.58-49.4-29.3-76.5.31-31.06,25.22-56.33,55.53-56.33,20.4,0,35,10.63,44.1,20.41a6,6,0,0,0,8.72,0c9.11-9.78,23.7-20.41,44.1-20.41,30.31,0,55.22,25.27,55.53,56.33C360.27,251.42,350.68,276.45,330.69,300.82Z\"/></svg></li><li title=\"heart dislike circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M448,256c0-106-86-192-192-192S64,150,64,256s86,192,192,192S448,362,448,256Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M333.2,297.69c18.28-23.39,27.06-47.43,26.79-73.37-.31-31.06-25.22-56.33-55.53-56.33-20.4,0-35,10.64-44.11,20.42a5.93,5.93,0,0,1-8.7,0c-9.11-9.78-23.71-20.42-44.11-20.42L206,168a4,4,0,0,0-2.75,6.84l124,123.21A3.92,3.92,0,0,0,333.2,297.69Z\"/><path d=\"M158.84,221a4,4,0,0,0-6.82,2.72c0,.21,0,.43,0,.64-.28,27.1,9.31,52.13,29.3,76.5,9.38,11.44,26.4,29.73,65.7,56.41a15.93,15.93,0,0,0,18,0c5.15-3.49,9.9-6.84,14.31-10a4,4,0,0,0,.46-6.07Z\"/><path d=\"M336,368a15.92,15.92,0,0,1-11.31-4.69l-176-176a16,16,0,0,1,22.62-22.62l176,176A16,16,0,0,1,336,368Z\"/></svg></li><li title=\"heart dislike circle sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,48C141.31,48,48,141.31,48,256s93.31,208,208,208,208-93.31,208-208S370.69,48,256,48Zm63.73,310.36L136.59,176.06l22.74-22.51L342.52,335.91Zm-63.51,4.86c-35.36-25-66.31-51.92-74.91-62.4-20-24.37-29.58-49.4-29.3-76.5a58.27,58.27,0,0,1,.85-9.31l130.21,129.4C279.64,347,266.86,355.86,256.22,363.22Zm74.47-62.4-.31.38L197.33,169a53.8,53.8,0,0,1,10.21-1,59.34,59.34,0,0,1,44.1,19.41L256,192l4.36-4.6A59.34,59.34,0,0,1,304.46,168c30.31,0,55.22,25.27,55.53,56.33C360.27,251.42,350.68,276.45,330.69,300.82Z\"/></svg></li><li title=\"heart dislike circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,48C141.31,48,48,141.31,48,256s93.31,208,208,208,208-93.31,208-208S370.69,48,256,48Zm23.3,299.19c-4.41,3.2-9.16,6.55-14.31,10a15.93,15.93,0,0,1-18,0c-39.3-26.68-56.32-45-65.7-56.41-20-24.37-29.58-49.4-29.3-76.5,0-.21,0-.43,0-.64a4,4,0,0,1,6.82-2.72L279.76,341.12A4,4,0,0,1,279.3,347.19Zm68,16.12a16,16,0,0,1-22.62,0l-176-176a16,16,0,0,1,22.62-22.62l176,176A16,16,0,0,1,347.31,363.31ZM333.2,297.69a3.92,3.92,0,0,1-6,.37l-124-123.21A4,4,0,0,1,206,168l1.55,0c20.4,0,35,10.64,44.11,20.42a5.93,5.93,0,0,0,8.7,0c9.11-9.78,23.71-20.42,44.11-20.42,30.31,0,55.22,25.27,55.53,56.33C360.26,250.26,351.48,274.3,333.2,297.69Z\"/></svg></li><li title=\"heart dislike outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M417.84,448a15.94,15.94,0,0,1-11.35-4.72L40.65,75.26A16,16,0,0,1,63.35,52.7l365.83,368A16,16,0,0,1,417.84,448Z\"/><path d=\"M364.92,80c-48.09,0-80,29.55-96.92,51-16.88-21.48-48.83-51-96.92-51a107.37,107.37,0,0,0-31,4.55L168,112c22.26,0,45.81,9,63.94,26.67a123,123,0,0,1,21.75,28.47,16,16,0,0,0,28.6,0,123,123,0,0,1,21.77-28.51C322.19,121,342.66,112,364.92,112c43.15,0,78.62,36.33,79.07,81,.54,53.69-22.75,99.55-57.38,139.52l22.63,22.77c3-3.44,5.7-6.64,8.14-9.6,40-48.75,59.15-98.8,58.61-153C475.37,130.52,425.54,80,364.92,80Z\"/><path d=\"M268,432C180.38,372.51,91,297.6,92,193a83.69,83.69,0,0,1,2.24-18.39L69,149.14a115.1,115.1,0,0,0-9,43.49c-.54,54.22,18.63,104.27,58.61,153,18.77,22.87,52.8,59.45,131.39,112.8a31.84,31.84,0,0,0,36,0c20.35-13.81,37.7-26.5,52.58-38.11l-22.66-22.81C300.25,409.6,284.09,421.05,268,432Z\"/></svg></li><li title=\"heart dislike sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polygon points=\"32 64.45 421.47 454.39 444.31 431.92 54.85 42 32 64.45\"/><path d=\"M62.67,192.91c-.56,55.63,19.77,106.94,62.16,156.88C165.08,397.21,219.39,429.46,262.3,458l9,6,9-6c18.49-12.3,39.1-25.3,59.79-39.89L71.74,149.28A114.62,114.62,0,0,0,62.67,192.91Z\"/><path d=\"M417.83,349.79c42.39-49.94,62.72-101.25,62.16-156.88-.63-62-50.61-112.54-111.43-112.54-48.26,0-80.35,28-97.23,48.17-16.88-20.2-49-48.17-97.23-48.17A108.24,108.24,0,0,0,142.84,85l270,270.48C414.55,353.59,416.21,351.7,417.83,349.79Z\"/></svg></li><li title=\"heart dislike \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M417.84,448a16,16,0,0,1-11.35-4.72L40.65,75.28a16,16,0,1,1,22.7-22.56l365.83,368A16,16,0,0,1,417.84,448Z\"/><path d=\"M364.92,80c-44.09,0-74.61,24.82-92.39,45.5a6,6,0,0,1-9.06,0C245.69,104.82,215.16,80,171.08,80a107.71,107.71,0,0,0-31,4.54l269.13,270.7c3-3.44,5.7-6.64,8.14-9.6,40-48.75,59.15-98.79,58.61-153C475.37,130.53,425.54,80,364.92,80Z\"/><path d=\"M69,149.15a115.06,115.06,0,0,0-9,43.49c-.54,54.21,18.63,104.25,58.61,153,18.77,22.87,52.8,59.45,131.39,112.8a31.88,31.88,0,0,0,36,0c20.35-13.82,37.7-26.5,52.58-38.12Z\"/></svg></li><li title=\"heart half outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M352.92,64c-48.09,0-80,29.54-96.92,51-16.88-21.49-48.83-51-96.92-51C98.46,64,48.63,114.54,48,176.65c-.54,54.21,18.63,104.27,58.61,153,18.77,22.88,52.8,59.46,131.39,112.81a31.84,31.84,0,0,0,36,0c78.59-53.35,112.62-89.93,131.39-112.81,40-48.74,59.15-98.8,58.61-153C463.37,114.54,413.54,64,352.92,64ZM256,416V207.58c0-19.63,5.23-38.76,14.21-56.22a1.19,1.19,0,0,1,.08-.16,123,123,0,0,1,21.77-28.51C310.19,105,330.66,96,352.92,96c43.15,0,78.62,36.32,79.07,81C433,281.61,343.63,356.51,256,416Z\"/></svg></li><li title=\"heart half sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M352.92,64c-48.11,0-80.1,28-96.92,48.21C239.18,92,207.19,64,159.08,64,98.46,64,48.63,114.54,48,176.65c-.56,55.68,19.71,107,62,157,40.12,47.46,94.25,79.75,137,108.32l9,6,9-6c42.78-28.57,96.91-60.86,137-108.32,42.25-50,62.52-101.35,62-157C463.37,114.54,413.54,64,352.92,64Zm24.67,249c-31.78,37.6-74.68,65.75-112.52,90.59l-9.07,6V162.23l24.59-29.54C294.53,116,318.38,96,352.92,96c43.15,0,78.62,36.32,79.07,81a178.63,178.63,0,0,1-12.69,68.59C410.27,268.43,396.63,290.5,377.59,313Z\"/></svg></li><li title=\"heart half \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M352.92,64c-48.09,0-80,29.54-96.92,51-16.88-21.49-48.83-51-96.92-51C98.46,64,48.63,114.54,48,176.65c-.54,54.21,18.63,104.27,58.61,153,18.77,22.88,52.8,59.46,131.39,112.81a31.84,31.84,0,0,0,36,0c78.59-53.35,112.62-89.93,131.39-112.81,40-48.74,59.15-98.8,58.61-153C463.37,114.54,413.54,64,352.92,64ZM256,416V207.58c0-19.63,5.23-38.76,14.21-56.22a1.19,1.19,0,0,1,.08-.16,123,123,0,0,1,21.77-28.51C310.19,105,330.66,96,352.92,96c43.15,0,78.62,36.32,79.07,81C433,281.61,343.63,356.51,256,416Z\"/></svg></li><li title=\"heart outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M352.92,80C288,80,256,144,256,144s-32-64-96.92-64C106.32,80,64.54,124.14,64,176.81c-1.1,109.33,86.73,187.08,183,252.42a16,16,0,0,0,18,0c96.26-65.34,184.09-143.09,183-252.42C447.46,124.14,405.68,80,352.92,80Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"heart sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,448l-9-6c-42.78-28.57-96.91-60.86-137-108.32-42.25-50-62.52-101.35-62-157C48.63,114.54,98.46,64,159.08,64c48.11,0,80.1,28,96.92,48.21C272.82,92,304.81,64,352.92,64,413.54,64,463.37,114.54,464,176.65c.56,55.68-19.71,107-62,157C361.91,381.14,307.78,413.43,265,442Z\"/></svg></li><li title=\"heart \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,448a32,32,0,0,1-18-5.57c-78.59-53.35-112.62-89.93-131.39-112.8-40-48.75-59.15-98.8-58.61-153C48.63,114.52,98.46,64,159.08,64c44.08,0,74.61,24.83,92.39,45.51a6,6,0,0,0,9.06,0C278.31,88.81,308.84,64,352.92,64,413.54,64,463.37,114.52,464,176.64c.54,54.21-18.63,104.26-58.61,153-18.77,22.87-52.8,59.45-131.39,112.8A32,32,0,0,1,256,448Z\"/></svg></li><li title=\"help buoy outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><circle cx=\"256\" cy=\"256\" r=\"208\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><circle cx=\"256\" cy=\"256\" r=\"80\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"208\" y1=\"54\" x2=\"216\" y2=\"186\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"296\" y1=\"186\" x2=\"304\" y2=\"54\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"208\" y1=\"458\" x2=\"216\" y2=\"326\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"296\" y1=\"326\" x2=\"304\" y2=\"458\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"458\" y1=\"208\" x2=\"326\" y2=\"216\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"326\" y1=\"296\" x2=\"458\" y2=\"304\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"54\" y1=\"208\" x2=\"186\" y2=\"216\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"186\" y1=\"296\" x2=\"54\" y2=\"304\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"help buoy sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,32C132.29,32,32,132.29,32,256S132.29,480,256,480,480,379.71,480,256,379.71,32,256,32ZM192,256a64,64,0,1,1,64,64A64,64,0,0,1,192,256Zm237.24-62.29L342.91,199a104.86,104.86,0,0,0-29.86-29.86l5.24-86.33a185,185,0,0,1,111,111ZM125.89,125.89a183.44,183.44,0,0,1,67.82-43.13L199,169.09A104.86,104.86,0,0,0,169.09,199l-86.33-5.24A183.44,183.44,0,0,1,125.89,125.89ZM82.76,318.29l86.33-5.24A104.86,104.86,0,0,0,199,342.91l-5.24,86.33A185,185,0,0,1,82.76,318.29Zm303.35,67.82a183.44,183.44,0,0,1-67.82,43.13l-5.24-86.33a104.86,104.86,0,0,0,29.86-29.86l86.33,5.24A183.44,183.44,0,0,1,386.11,386.11Z\"/></svg></li><li title=\"help buoy \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M414.39,97.61A224,224,0,1,0,97.61,414.39,224,224,0,1,0,414.39,97.61ZM192.13,260.18a64,64,0,1,1,59.69,59.69A64.07,64.07,0,0,1,192.13,260.18Zm240-66.64-96.37,5.84a4.06,4.06,0,0,1-3.44-1.59,96,96,0,0,0-18.07-18.07,4.06,4.06,0,0,1-1.59-3.44l5.84-96.37a4,4,0,0,1,5.42-3.51A193,193,0,0,1,435.6,188.12,4,4,0,0,1,432.09,193.54ZM193.54,79.91l5.84,96.37a4.06,4.06,0,0,1-1.59,3.44,96,96,0,0,0-18.07,18.07,4.06,4.06,0,0,1-3.44,1.59l-96.37-5.84a4,4,0,0,1-3.51-5.42A193,193,0,0,1,188.12,76.4,4,4,0,0,1,193.54,79.91ZM79.91,318.46l96.37-5.84a4.06,4.06,0,0,1,3.44,1.59,96,96,0,0,0,18.07,18.07,4.06,4.06,0,0,1,1.59,3.44l-5.84,96.37a4,4,0,0,1-5.42,3.51A193,193,0,0,1,76.4,323.88,4,4,0,0,1,79.91,318.46ZM318.46,432.09l-5.84-96.37a4.06,4.06,0,0,1,1.59-3.44,96,96,0,0,0,18.07-18.07,4.06,4.06,0,0,1,3.44-1.59l96.37,5.84a4,4,0,0,1,3.51,5.42A193,193,0,0,1,323.88,435.6,4,4,0,0,1,318.46,432.09Z\"/></svg></li><li title=\"help circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,80A176,176,0,1,0,432,256,176,176,0,0,0,256,80Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M200,202.29s.84-17.5,19.57-32.57C230.68,160.77,244,158.18,256,158c10.93-.14,20.69,1.67,26.53,4.45,10,4.76,29.47,16.38,29.47,41.09,0,26-17,37.81-36.37,50.8S251,281.43,251,296\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:28px\"/><circle cx=\"250\" cy=\"348\" r=\"20\"/></svg></li><li title=\"help circle sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M288.55,150.84c-8.09-3.86-20-6-32.72-5.82-18,.22-33.13,5.2-45,14.78-23,18.48-24.55,40.37-24.77,42.8a61.69,61.69,0,0,0-.09,12,3,3,0,0,0,3,2.69h21.23a3,3,0,0,0,3-3A65.7,65.7,0,0,1,214,204c0-.11,1.14-11.7,14.36-22.34,7-5.64,16.11-8.44,27.83-8.59,9.32-.11,16.93,1.47,20.34,3.09C291,183,298,192.31,298,204.57c0,18-10.9,26.23-30.18,39.18C247.08,257.68,237,275.1,237,297v11a3,3,0,0,0,3,3h22a3,3,0,0,0,3-3V297c0-9.16,2.23-19.13,18.44-30C303.39,253.59,326,238.4,326,204.57,326,181.43,312.7,162.34,288.55,150.84Z\" style=\"fill:none\"/><path d=\"M256,64C150,64,64,150,64,256s86,192,192,192,192-86,192-192S362,64,256,64Zm10.44,302H236.23a2.57,2.57,0,0,1-2.56-2.57v-30.2a2.57,2.57,0,0,1,2.56-2.57h30.21a2.57,2.57,0,0,1,2.56,2.57v30.2A2.57,2.57,0,0,1,266.44,366Zm17-99C267.23,277.88,265,287.85,265,297v11a3,3,0,0,1-3,3H240a3,3,0,0,1-3-3V297c0-21.91,10.08-39.33,30.82-53.26C287.1,230.8,298,222.6,298,204.57c0-12.26-7-21.57-21.49-28.46-3.41-1.62-11-3.2-20.34-3.09-11.72.15-20.82,2.95-27.83,8.59C215.12,192.25,214,203.84,214,204a65.7,65.7,0,0,0-.84,10.28,3,3,0,0,1-3,3H188.91a3,3,0,0,1-3-2.69,61.69,61.69,0,0,1,.09-12c.22-2.43,1.8-24.32,24.77-42.8,11.91-9.58,27.06-14.56,45-14.78,12.7-.15,24.63,2,32.72,5.82C312.7,162.34,326,181.43,326,204.57,326,238.4,303.39,253.59,283.44,267Z\"/></svg></li><li title=\"help circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,64C150,64,64,150,64,256s86,192,192,192,192-86,192-192S362,64,256,64Zm-6,304a20,20,0,1,1,20-20A20,20,0,0,1,250,368Zm33.44-102C267.23,276.88,265,286.85,265,296a14,14,0,0,1-28,0c0-21.91,10.08-39.33,30.82-53.26C287.1,229.8,298,221.6,298,203.57c0-12.26-7-21.57-21.49-28.46-3.41-1.62-11-3.2-20.34-3.09-11.72.15-20.82,2.95-27.83,8.59C215.12,191.25,214,202.83,214,203a14,14,0,1,1-28-1.35c.11-2.43,1.8-24.32,24.77-42.8,11.91-9.58,27.06-14.56,45-14.78,12.7-.15,24.63,2,32.72,5.82C312.7,161.34,326,180.43,326,203.57,326,237.4,303.39,252.59,283.44,266Z\"/></svg></li><li title=\"help outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M160,164s1.44-33,33.54-59.46C212.6,88.83,235.49,84.28,256,84c18.73-.23,35.47,2.94,45.48,7.82C318.59,100.2,352,120.6,352,164c0,45.67-29.18,66.37-62.35,89.18S248,298.36,248,324\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:40px\"/><circle cx=\"248\" cy=\"399.99\" r=\"32\"/></svg></li><li title=\"help sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M160,164c0-10,1.44-33,33.54-59.46C212.6,88.83,235.49,84.28,256,84c18.73-.23,35.47,2.94,45.48,7.82C318.59,100.2,352,120.6,352,164c0,45.67-29.18,66.37-62.35,89.18S248,290.36,248,316\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:40px\"/><rect x=\"220\" y=\"368\" width=\"56\" height=\"56\" rx=\"3.5\" ry=\"3.5\"/></svg></li><li title=\"help \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M160,164s1.44-33,33.54-59.46C212.6,88.83,235.49,84.28,256,84c18.73-.23,35.47,2.94,45.48,7.82C318.59,100.2,352,120.6,352,164c0,45.67-29.18,66.37-62.35,89.18S248,298.36,248,324\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:40px\"/><circle cx=\"248\" cy=\"399.99\" r=\"32\"/></svg></li><li title=\"home outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M80,212V448a16,16,0,0,0,16,16h96V328a24,24,0,0,1,24-24h80a24,24,0,0,1,24,24V464h96a16,16,0,0,0,16-16V212\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M480,256,266.89,52c-5-5.28-16.69-5.34-21.78,0L32,256\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><polyline points=\"400 179 400 64 352 64 352 133\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"home sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polygon points=\"416 174.74 416 48 336 48 336 106.45 256 32 0 272 64 272 64 480 208 480 208 320 304 320 304 480 448 480 448 272 512 272 416 174.74\"/></svg></li><li title=\"home \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M261.56,101.28a8,8,0,0,0-11.06,0L66.4,277.15a8,8,0,0,0-2.47,5.79L63.9,448a32,32,0,0,0,32,32H192a16,16,0,0,0,16-16V328a8,8,0,0,1,8-8h80a8,8,0,0,1,8,8l0,136a16,16,0,0,0,16,16h96.06a32,32,0,0,0,32-32l0-165.06a8,8,0,0,0-2.47-5.79Z\"/><path d=\"M490.91,244.15l-74.8-71.56,0-108.59a16,16,0,0,0-16-16h-48a16,16,0,0,0-16,16l0,32L278.19,40.62C272.77,35.14,264.71,32,256,32h0c-8.68,0-16.72,3.14-22.14,8.63L21.16,244.13c-6.22,6-7,15.87-1.34,22.37A16,16,0,0,0,43,267.56L250.5,69.28a8,8,0,0,1,11.06,0L469.08,267.56a16,16,0,0,0,22.59-.44C497.81,260.76,497.3,250.26,490.91,244.15Z\"/></svg></li><li title=\"hourglass outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M145.61,464H366.39c19.8,0,35.55-16.29,33.42-35.06C386.06,308,304,310,304,256s83.11-51,95.8-172.94c2-18.78-13.61-35.06-33.41-35.06H145.61c-19.8,0-35.37,16.28-33.41,35.06C124.89,205,208,201,208,256s-82.06,52-95.8,172.94C110.06,447.71,125.81,464,145.61,464Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M343.3,432H169.13c-15.6,0-20-18-9.06-29.16C186.55,376,240,356.78,240,326V224c0-19.85-38-35-61.51-67.2-3.88-5.31-3.49-12.8,6.37-12.8H327.59c8.41,0,10.23,7.43,6.4,12.75C310.82,189,272,204.05,272,224V326c0,30.53,55.71,47,80.4,76.87C362.35,414.91,358.87,432,343.3,432Z\"/></svg></li><li title=\"hourglass sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M416,32H96V144L204,256,96,368V480H416V368L308,256,416,144ZM272,224V336l91,96H148l92-96V224l-80-80H352Z\"/></svg></li><li title=\"hourglass \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M415.7,427.13c-8.74-76.89-43.83-108.76-69.46-132C328.52,279,320,270.61,320,256c0-14.41,8.49-22.64,26.16-38.44,25.93-23.17,61.44-54.91,69.56-132.84a47,47,0,0,0-12-36.26A50.3,50.3,0,0,0,366.39,32H145.61a50.34,50.34,0,0,0-37.39,16.46A47.05,47.05,0,0,0,96.28,84.72c8.09,77.68,43.47,109.19,69.3,132.19C183.42,232.8,192,241.09,192,256c0,15.1-8.6,23.56-26.5,39.75C140,318.85,105,350.48,96.3,427.13A46.59,46.59,0,0,0,108,463.33,50.44,50.44,0,0,0,145.61,480H366.39A50.44,50.44,0,0,0,404,463.33,46.59,46.59,0,0,0,415.7,427.13ZM343.3,432H169.13c-15.6,0-20-18-9.06-29.16C186.55,376,240,356.78,240,326V224c0-19.85-38-35-61.51-67.2-3.88-5.31-3.49-12.8,6.37-12.8H327.59c8.41,0,10.22,7.43,6.4,12.75C310.82,189,272,204.05,272,224V326c0,30.53,55.71,47,80.4,76.87C362.35,414.91,358.87,432,343.3,432Z\"/></svg></li><li title=\"ice cream outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"352 256 256 480 194 335\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M299.42,223.48C291.74,239.75,275.18,252,256,252c-13.1,0-27-5-33.63-9.76C216.27,237.87,208,240,208,250v62a24.07,24.07,0,0,1-24,24h0a24.07,24.07,0,0,1-24-24V256h-2c-35.35,0-62-28.65-62-64a64,64,0,0,1,64-64h8v-8a88,88,0,0,1,176,0v8h8a64,64,0,0,1,0,128c-21.78,0-42-13-52.59-32.51Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"ice cream sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M359.72,112.37a104,104,0,0,0-207.44,0A80.12,80.12,0,0,0,80,192c0,39.36,26.37,71.23,62.38,78.46a2,2,0,0,1,1.62,2v38.83c0,21.84,17.2,40.22,39,40.74a40,40,0,0,0,41-40V264.19a2,2,0,0,1,2.72-1.86A83.47,83.47,0,0,0,256,268a63.18,63.18,0,0,0,42.24-16.59,2,2,0,0,1,2.74,0A74.63,74.63,0,0,0,352,272a80,80,0,0,0,7.72-159.63Z\"/><path d=\"M256,300v12a72.1,72.1,0,0,1-58.21,70.64L256,496l92.06-192.08a105.29,105.29,0,0,1-49.18-14.36A93.75,93.75,0,0,1,256,300Z\"/></svg></li><li title=\"ice cream \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M183,352c-21.84-.52-39-18.9-39-40.74V277.19a8,8,0,0,0-6-7.74C104.25,260.6,80,229.74,80,192a80.14,80.14,0,0,1,66.27-78.82,8,8,0,0,0,6.62-6.83,104,104,0,0,1,206.22,0,8,8,0,0,0,6.62,6.83A80,80,0,0,1,352,272a74.33,74.33,0,0,1-47.45-17.41,7.93,7.93,0,0,0-9.92-.14A62.89,62.89,0,0,1,256,268a80.47,80.47,0,0,1-21.8-3.18,8,8,0,0,0-10.2,7.69V312A40,40,0,0,1,183,352Z\"/><path d=\"M263.39,299.7a8,8,0,0,0-7.39,7.91V312a72.11,72.11,0,0,1-50.69,68.76,8,8,0,0,0-4.91,10.78l40.91,94.8A16,16,0,0,0,256,496h0a16,16,0,0,0,14.69-9.7l73.78-172.15a8,8,0,0,0-6.2-11.07,106.31,106.31,0,0,1-35.9-11.59,8,8,0,0,0-7.13-.2A95,95,0,0,1,263.39,299.7Z\"/></svg></li><li title=\"id card outline \"><svg id=\"icons\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><rect x=\"96\" y=\"32\" width=\"320\" height=\"448\" rx=\"48\" fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"32\"/><line x1=\"208\" y1=\"80\" x2=\"304\" y2=\"80\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"32\"/><path d=\"M333.48,284.51A39.65,39.65,0,0,0,304,272c-11.6,0-22.09,4.41-29.54,12.43s-11.2,19.12-10.34,31C265.83,338.91,283.72,358,304,358s38.14-19.09,39.87-42.55C344.75,303.67,341.05,292.68,333.48,284.51Z\"/><path d=\"M371.69,448H236.31a12.05,12.05,0,0,1-9.31-4.17,13,13,0,0,1-2.76-10.92c3.25-17.56,13.38-32.31,29.3-42.66C267.68,381.06,285.6,376,304,376s36.32,5.06,50.46,14.25c15.92,10.35,26.05,25.1,29.3,42.66A13,13,0,0,1,381,443.83,12.05,12.05,0,0,1,371.69,448Z\"/></svg></li><li title=\"id card sharp \"><svg id=\"icons\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M408,16H104A24,24,0,0,0,80,40V472a24,24,0,0,0,24,24H408a24,24,0,0,0,24-24V40A24,24,0,0,0,408,16ZM346.9,312.77a43,43,0,1,1-40.71-40.71A43,43,0,0,1,346.9,312.77ZM192,64H320V96H192ZM384,448H224V423.4c0-32.72,53.27-49.21,80-49.21s80,16.49,80,49.21Z\"/></svg></li><li title=\"id card \"><svg id=\"icons\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M368,16H144A64.07,64.07,0,0,0,80,80V432a64.07,64.07,0,0,0,64,64H368a64.07,64.07,0,0,0,64-64V80A64.07,64.07,0,0,0,368,16ZM333.48,284.51c7.57,8.17,11.27,19.16,10.39,30.94C342.14,338.91,324.25,358,304,358s-38.17-19.09-39.88-42.55c-.86-11.9,2.81-22.91,10.34-31S292.4,272,304,272A39.65,39.65,0,0,1,333.48,284.51ZM192,80a16,16,0,0,1,16-16h96a16,16,0,0,1,0,32H208A16,16,0,0,1,192,80ZM381,443.83a12.05,12.05,0,0,1-9.31,4.17H236.31a12.05,12.05,0,0,1-9.31-4.17,13,13,0,0,1-2.76-10.92c3.25-17.56,13.38-32.31,29.3-42.66C267.68,381.06,285.6,376,304,376s36.32,5.06,50.46,14.25c15.92,10.35,26.05,25.1,29.3,42.66A13,13,0,0,1,381,443.83Z\"/></svg></li><li title=\"image outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><rect x=\"48\" y=\"80\" width=\"416\" height=\"352\" rx=\"48\" ry=\"48\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/><circle cx=\"336\" cy=\"176\" r=\"32\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M304,335.79,213.34,245.3A32,32,0,0,0,169.47,244L48,352\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M224,432,347.34,308.66a32,32,0,0,1,43.11-2L464,368\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"image sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M456,64H56A24,24,0,0,0,32,88V424a24,24,0,0,0,24,24H456a24,24,0,0,0,24-24V88A24,24,0,0,0,456,64ZM331.62,128.2a48,48,0,1,1-43.42,43.42A48,48,0,0,1,331.62,128.2ZM76,416a12,12,0,0,1-12-12V316.37L192.64,202l96.95,96.75L172.37,416Zm372-12a12,12,0,0,1-12,12H217.63L367.16,266.47,448,333.84Z\"/></svg></li><li title=\"image \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M416,64H96a64.07,64.07,0,0,0-64,64V384a64.07,64.07,0,0,0,64,64H416a64.07,64.07,0,0,0,64-64V128A64.07,64.07,0,0,0,416,64Zm-80,64a48,48,0,1,1-48,48A48.05,48.05,0,0,1,336,128ZM96,416a32,32,0,0,1-32-32V316.37l94.84-84.3a48.06,48.06,0,0,1,65.8,1.9l64.95,64.81L172.37,416Zm352-32a32,32,0,0,1-32,32H217.63L339.05,294.58a47.72,47.72,0,0,1,61.64-.16L448,333.84Z\"/></svg></li><li title=\"images outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M432,112V96a48.14,48.14,0,0,0-48-48H64A48.14,48.14,0,0,0,16,96V352a48.14,48.14,0,0,0,48,48H80\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/><rect x=\"96\" y=\"128\" width=\"400\" height=\"336\" rx=\"45.99\" ry=\"45.99\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/><ellipse cx=\"372.92\" cy=\"219.64\" rx=\"30.77\" ry=\"30.55\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M342.15,372.17,255,285.78a30.93,30.93,0,0,0-42.18-1.21L96,387.64\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M265.23,464,383.82,346.27a31,31,0,0,1,41.46-1.87L496,402.91\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"images sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><ellipse cx=\"373.14\" cy=\"219.33\" rx=\"46.29\" ry=\"46\" style=\"fill:none\"/><path d=\"M80,132V460a20,20,0,0,0,20,20H492a20,20,0,0,0,20-20V132a20,20,0,0,0-20-20H100A20,20,0,0,0,80,132Zm293.14,41.33a46,46,0,1,1-46.28,46A46.19,46.19,0,0,1,373.14,173.33Zm-261.41,276V353.85l122.76-110.2L328.27,337l-113,112.33Zm368.27,0H259l144.58-144L480,370.59Z\"/><path d=\"M20,32A20,20,0,0,0,0,52V396a20,20,0,0,0,20,20H48V100A20,20,0,0,1,68,80H448V52a20,20,0,0,0-20-20Z\"/></svg></li><li title=\"images \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M450.29,112H142c-34,0-62,27.51-62,61.33V418.67C80,452.49,108,480,142,480H450c34,0,62-26.18,62-60V173.33C512,139.51,484.32,112,450.29,112Zm-77.15,61.34a46,46,0,1,1-46.28,46A46.19,46.19,0,0,1,373.14,173.33Zm-231.55,276c-17,0-29.86-13.75-29.86-30.66V353.85l90.46-80.79a46.54,46.54,0,0,1,63.44,1.83L328.27,337l-113,112.33ZM480,418.67a30.67,30.67,0,0,1-30.71,30.66H259L376.08,333a46.24,46.24,0,0,1,59.44-.16L480,370.59Z\"/><path d=\"M384,32H64A64,64,0,0,0,0,96V352a64.11,64.11,0,0,0,48,62V152a72,72,0,0,1,72-72H446A64.11,64.11,0,0,0,384,32Z\"/></svg></li><li title=\"infinite outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,256s-48-96-126-96c-54.12,0-98,43-98,96s43.88,96,98,96c37.51,0,71-22.41,94-48\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M256,256s48,96,126,96c54.12,0,98-43,98-96s-43.88-96-98-96c-37.51,0-71,22.41-94,48\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"infinite sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M382,136c-40.87,0-73.46,20.53-93.6,37.76l-.71.61-11.47,12.47,25.32,41.61,18.74-18.79C339.89,193.1,361.78,184,382,184c40.8,0,74,32.3,74,72s-33.2,72-74,72c-62,0-104.14-81.95-104.56-82.78h0C275,240.29,221.56,136,130,136,62.73,136,8,189.83,8,256S62.73,376,130,376c32.95,0,65.38-13.11,93.79-37.92l.61-.54,11.38-12.38-25.33-41.61-18.83,18.88C172,319.4,151.26,328,130,328c-40.8,0-74-32.3-74-72s33.2-72,74-72c62,0,104.14,81.95,104.56,82.78h0C237,271.71,290.44,376,382,376c67.27,0,122-53.83,122-120S449.27,136,382,136Z\"/></svg></li><li title=\"infinite \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,256s-48-96-126-96c-54.12,0-98,43-98,96s43.88,96,98,96c30,0,56.45-13.18,78-32\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:48px\"/><path d=\"M256,256s48,96,126,96c54.12,0,98-43,98-96s-43.88-96-98-96c-29.37,0-56.66,13.75-78,32\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:48px\"/></svg></li><li title=\"information circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M248,64C146.39,64,64,146.39,64,248s82.39,184,184,184,184-82.39,184-184S349.61,64,248,64Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><polyline points=\"220 220 252 220 252 336\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"208\" y1=\"340\" x2=\"296\" y2=\"340\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M248,130a26,26,0,1,0,26,26A26,26,0,0,0,248,130Z\"/></svg></li><li title=\"information circle sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,56C145.72,56,56,145.72,56,256s89.72,200,200,200,200-89.72,200-200S366.28,56,256,56Zm0,82a26,26,0,1,1-26,26A26,26,0,0,1,256,138Zm64,226H200V332h44V244H212V212h64V332h44Z\"/></svg></li><li title=\"information circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,56C145.72,56,56,145.72,56,256s89.72,200,200,200,200-89.72,200-200S366.28,56,256,56Zm0,82a26,26,0,1,1-26,26A26,26,0,0,1,256,138Zm48,226H216a16,16,0,0,1,0-32h28V244H228a16,16,0,0,1,0-32h32a16,16,0,0,1,16,16V332h28a16,16,0,0,1,0,32Z\"/></svg></li><li title=\"information outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"196 220 260 220 260 392\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:40px\"/><line x1=\"187\" y1=\"396\" x2=\"325\" y2=\"396\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:40px\"/><path d=\"M256,160a32,32,0,1,1,32-32A32,32,0,0,1,256,160Z\"/></svg></li><li title=\"information sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"196 220 260 220 260 392\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:40px\"/><line x1=\"187\" y1=\"396\" x2=\"325\" y2=\"396\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:40px\"/><path d=\"M256,160a32,32,0,1,1,32-32A32,32,0,0,1,256,160Z\"/></svg></li><li title=\"information \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"196 220 260 220 260 392\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:40px\"/><line x1=\"187\" y1=\"396\" x2=\"325\" y2=\"396\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:40px\"/><path d=\"M256,160a32,32,0,1,1,32-32A32,32,0,0,1,256,160Z\"/></svg></li><li title=\"invert mode outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><circle fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"32\" cx=\"256\" cy=\"256\" r=\"208\"/><path d=\"M256,176V336a80,80,0,0,1,0-160Z\"/><path d=\"M256,48V176a80,80,0,0,1,0,160V464c114.88,0,208-93.12,208-208S370.88,48,256,48Z\"/></svg></li><li title=\"invert mode sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M414.39,97.61A224,224,0,1,0,97.61,414.39,224,224,0,1,0,414.39,97.61ZM256,432V336a80,80,0,0,1,0-160V80C353.05,80,432,159,432,256S353.05,432,256,432Z\"/><path d=\"M336,256a80,80,0,0,0-80-80V336A80,80,0,0,0,336,256Z\"/></svg></li><li title=\"invert mode \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><circle fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"32\" cx=\"256\" cy=\"256\" r=\"208\"/><path d=\"M256,176V336a80,80,0,0,0,0-160Z\"/><path d=\"M256,48V176a80,80,0,0,0,0,160V464C141.12,464,48,370.88,48,256S141.12,48,256,48Z\"/></svg></li><li title=\"journal outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><rect x=\"96\" y=\"48\" width=\"320\" height=\"416\" rx=\"48\" ry=\"48\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"320\" y1=\"48\" x2=\"320\" y2=\"464\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:60px\"/></svg></li><li title=\"journal sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M290,32H104A24,24,0,0,0,80,56V456a24,24,0,0,0,24,24H290Z\"/><path d=\"M408,32H350V480h58a24,24,0,0,0,24-24V56A24,24,0,0,0,408,32Z\"/></svg></li><li title=\"journal \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M290,32H144A64.07,64.07,0,0,0,80,96V416a64.07,64.07,0,0,0,64,64H290Z\"/><path d=\"M368,32H350V480h18a64.07,64.07,0,0,0,64-64V96A64.07,64.07,0,0,0,368,32Z\"/></svg></li><li title=\"key outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M218.1,167.17c0,13,0,25.6,4.1,37.4-43.1,50.6-156.9,184.3-167.5,194.5a20.17,20.17,0,0,0-6.7,15c0,8.5,5.2,16.7,9.6,21.3,6.6,6.9,34.8,33,40,28,15.4-15,18.5-19,24.8-25.2,9.5-9.3-1-28.3,2.3-36s6.8-9.2,12.5-10.4,15.8,2.9,23.7,3c8.3.1,12.8-3.4,19-9.2,5-4.6,8.6-8.9,8.7-15.6.2-9-12.8-20.9-3.1-30.4s23.7,6.2,34,5,22.8-15.5,24.1-21.6-11.7-21.8-9.7-30.7c.7-3,6.8-10,11.4-11s25,6.9,29.6,5.9c5.6-1.2,12.1-7.1,17.4-10.4,15.5,6.7,29.6,9.4,47.7,9.4,68.5,0,124-53.4,124-119.2S408.5,48,340,48,218.1,101.37,218.1,167.17ZM400,144a32,32,0,1,1-32-32A32,32,0,0,1,400,144Z\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"key sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M218.1,167.2c0,13,0,25.6,4.1,37.4C179.1,255.2,54.7,399.1,54.7,399.1l2.9,36.3s34.8,33,40,28c15.4-15,24.8-25.2,24.8-25.2l7.24-43.35,47.11-3.47,3.78-46.8,49.63-.95.49-50.09,52.69,2.1,9-18.84c15.5,6.7,29.6,9.4,47.7,9.4,68.5,0,124-53.4,124-119.2S408.5,48,340,48,218.1,101.4,218.1,167.2ZM406.85,144A38.85,38.85,0,1,1,368,105.15,38.81,38.81,0,0,1,406.85,144Z\"/></svg></li><li title=\"key \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M218.1,167.17c0,13,0,25.6,4.1,37.4-43.1,50.6-156.9,184.3-167.5,194.5a20.17,20.17,0,0,0-6.7,15c0,8.5,5.2,16.7,9.6,21.3,6.6,6.9,34.8,33,40,28,15.4-15,18.5-19,24.8-25.2,9.5-9.3-1-28.3,2.3-36s6.8-9.2,12.5-10.4,15.8,2.9,23.7,3c8.3.1,12.8-3.4,19-9.2,5-4.6,8.6-8.9,8.7-15.6.2-9-12.8-20.9-3.1-30.4s23.7,6.2,34,5,22.8-15.5,24.1-21.6-11.7-21.8-9.7-30.7c.7-3,6.8-10,11.4-11s25,6.9,29.6,5.9c5.6-1.2,12.1-7.1,17.4-10.4,15.5,6.7,29.6,9.4,47.7,9.4,68.5,0,124-53.4,124-119.2S408.5,48,340,48,218.1,101.37,218.1,167.17ZM400,144a32,32,0,1,1-32-32A32,32,0,0,1,400,144Z\"/></svg></li><li title=\"keypad outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><circle cx=\"256\" cy=\"448\" r=\"32\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><circle cx=\"256\" cy=\"320\" r=\"32\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M288,192a32,32,0,1,1-32-32A32,32,0,0,1,288,192Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><circle cx=\"256\" cy=\"64\" r=\"32\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><circle cx=\"384\" cy=\"320\" r=\"32\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><circle cx=\"384\" cy=\"192\" r=\"32\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><circle cx=\"384\" cy=\"64\" r=\"32\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><circle cx=\"128\" cy=\"320\" r=\"32\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><circle cx=\"128\" cy=\"192\" r=\"32\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><circle cx=\"128\" cy=\"64\" r=\"32\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"keypad sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><rect x=\"80\" y=\"16\" width=\"96\" height=\"96\" rx=\"8\" ry=\"8\"/><rect x=\"208\" y=\"16\" width=\"96\" height=\"96\" rx=\"8\" ry=\"8\"/><rect x=\"336\" y=\"16\" width=\"96\" height=\"96\" rx=\"8\" ry=\"8\"/><rect x=\"80\" y=\"144\" width=\"96\" height=\"96\" rx=\"8\" ry=\"8\"/><rect x=\"208\" y=\"144\" width=\"96\" height=\"96\" rx=\"8\" ry=\"8\"/><rect x=\"336\" y=\"144\" width=\"96\" height=\"96\" rx=\"8\" ry=\"8\"/><rect x=\"80\" y=\"272\" width=\"96\" height=\"96\" rx=\"8\" ry=\"8\"/><rect x=\"208\" y=\"272\" width=\"96\" height=\"96\" rx=\"8\" ry=\"8\"/><rect x=\"208\" y=\"400\" width=\"96\" height=\"96\" rx=\"8\" ry=\"8\"/><rect x=\"336\" y=\"272\" width=\"96\" height=\"96\" rx=\"8\" ry=\"8\"/></svg></li><li title=\"keypad \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,400a48,48,0,1,0,48,48,48,48,0,0,0-48-48Z\"/><path d=\"M256,272a48,48,0,1,0,48,48,48,48,0,0,0-48-48Z\"/><path d=\"M256,144a48,48,0,1,0,48,48,48,48,0,0,0-48-48Z\"/><path d=\"M256,16a48,48,0,1,0,48,48,48,48,0,0,0-48-48Z\"/><path d=\"M384,272a48,48,0,1,0,48,48,48,48,0,0,0-48-48Z\"/><path d=\"M384,144a48,48,0,1,0,48,48,48,48,0,0,0-48-48Z\"/><path d=\"M384,16a48,48,0,1,0,48,48,48,48,0,0,0-48-48Z\"/><path d=\"M128,272a48,48,0,1,0,48,48,48,48,0,0,0-48-48Z\"/><path d=\"M128,144a48,48,0,1,0,48,48,48,48,0,0,0-48-48Z\"/><path d=\"M128,16a48,48,0,1,0,48,48,48,48,0,0,0-48-48Z\"/></svg></li><li title=\"language outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><line x1=\"48\" y1=\"112\" x2=\"336\" y2=\"112\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"192\" y1=\"64\" x2=\"192\" y2=\"112\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><polyline points=\"272 448 368 224 464 448\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"301.5\" y1=\"384\" x2=\"434.5\" y2=\"384\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M281.3,112S257,206,199,277,80,384,80,384\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M256,336s-35-27-72-75-56-85-56-85\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"language sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M363,176,246,464h47.24l24.49-58h90.54l24.49,58H480ZM336.31,362,363,279.85,389.69,362Z\"/><path d=\"M272,320c-.25-.19-20.59-15.77-45.42-42.67,39.58-53.64,62-114.61,71.15-143.33H352V90H214V48H170V90H32v44H251.25c-9.52,26.95-27.05,69.5-53.79,108.36-32.68-43.44-47.14-75.88-47.33-76.22L143,152l-38,22,6.87,13.86c.89,1.56,17.19,37.9,54.71,86.57.92,1.21,1.85,2.39,2.78,3.57-49.72,56.86-89.15,79.09-89.66,79.47L64,368l23,36,19.3-11.47c2.2-1.67,41.33-24,92-80.78,24.52,26.28,43.22,40.83,44.3,41.67L255,362Z\"/></svg></li><li title=\"language \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M478.33,433.6l-90-218a22,22,0,0,0-40.67,0l-90,218a22,22,0,1,0,40.67,16.79L316.66,406H419.33l18.33,44.39A22,22,0,0,0,458,464a22,22,0,0,0,20.32-30.4ZM334.83,362,368,281.65,401.17,362Z\"/><path d=\"M267.84,342.92a22,22,0,0,0-4.89-30.7c-.2-.15-15-11.13-36.49-34.73,39.65-53.68,62.11-114.75,71.27-143.49H330a22,22,0,0,0,0-44H214V70a22,22,0,0,0-44,0V90H54a22,22,0,0,0,0,44H251.25c-9.52,26.95-27.05,69.5-53.79,108.36-31.41-41.68-43.08-68.65-43.17-68.87a22,22,0,0,0-40.58,17c.58,1.38,14.55,34.23,52.86,83.93.92,1.19,1.83,2.35,2.74,3.51-39.24,44.35-77.74,71.86-93.85,80.74a22,22,0,1,0,21.07,38.63c2.16-1.18,48.6-26.89,101.63-85.59,22.52,24.08,38,35.44,38.93,36.1a22,22,0,0,0,30.75-4.9Z\"/></svg></li><li title=\"laptop outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><rect x=\"48\" y=\"96\" width=\"416\" height=\"304\" rx=\"32.14\" ry=\"32.14\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"16\" y1=\"416\" x2=\"496\" y2=\"416\" style=\"stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"laptop sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M477.29,400A27.75,27.75,0,0,0,480,388V108a28,28,0,0,0-28-28H60a28,28,0,0,0-28,28V388a27.75,27.75,0,0,0,2.71,12H0v32H512V400Z\"/></svg></li><li title=\"laptop \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M496,400H467.66A47.92,47.92,0,0,0,480,367.86V128.14A48.2,48.2,0,0,0,431.86,80H80.14A48.2,48.2,0,0,0,32,128.14V367.86A47.92,47.92,0,0,0,44.34,400H16a16,16,0,0,0,0,32H496a16,16,0,0,0,0-32Z\"/></svg></li><li title=\"layers outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M434.8,137.65,285.44,69.55c-16.19-7.4-42.69-7.4-58.88,0L77.3,137.65c-17.6,8-17.6,21.09,0,29.09l148,67.5c16.89,7.7,44.69,7.7,61.58,0l148-67.5C452.4,158.74,452.4,145.64,434.8,137.65Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M160,308.52,77.3,345.63c-17.6,8-17.6,21.1,0,29.1l148,67.5c16.89,7.69,44.69,7.69,61.58,0l148-67.5c17.6-8,17.6-21.1,0-29.1l-79.94-38.47\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M160,204.48,77.2,241.64c-17.6,8-17.6,21.1,0,29.1l148,67.49c16.89,7.7,44.69,7.7,61.58,0l148-67.49c17.7-8,17.7-21.1.1-29.1L352,204.48\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"layers sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polygon points=\"480 150 256 48 32 150 256 254 480 150\"/><polygon points=\"255.71 392.95 110.9 326.75 32 362 256 464 480 362 401.31 326.7 255.71 392.95\"/><path d=\"M480,256l-75.53-33.53L256.1,290.6,107.33,222.43,32,256,256,358,480,256S480,256,480,256Z\"/></svg></li><li title=\"layers \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,256c-13.47,0-26.94-2.39-37.44-7.17l-148-67.49C63.79,178.26,48,169.25,48,152.24s15.79-26,22.58-29.12L219.86,55.05c20.57-9.4,51.61-9.4,72.19,0l149.37,68.07c6.79,3.09,22.58,12.1,22.58,29.12s-15.79,26-22.58,29.11l-148,67.48C282.94,253.61,269.47,256,256,256ZM432.76,155.14h0Z\"/><path d=\"M441.36,226.81,426.27,220,387.5,237.74l-94,43c-10.5,4.8-24,7.19-37.44,7.19s-26.93-2.39-37.42-7.19l-94.07-43L85.79,220l-15.22,6.84C63.79,229.93,48,239,48,256s15.79,26.08,22.56,29.17l148,67.63C229,357.6,242.49,360,256,360s26.94-2.4,37.44-7.19L441.31,285.2C448.12,282.11,464,273.09,464,256S448.23,229.93,441.36,226.81Z\"/><path d=\"M441.36,330.8,426.27,324,387.5,341.73l-94,42.95c-10.5,4.78-24,7.18-37.44,7.18s-26.93-2.39-37.42-7.18l-94.07-43L85.79,324l-15.22,6.84C63.79,333.93,48,343,48,360s15.79,26.07,22.56,29.15l148,67.59C229,461.52,242.54,464,256,464s26.88-2.48,37.38-7.27l147.92-67.57C448.12,386.08,464,377.06,464,360S448.23,333.93,441.36,330.8Z\"/></svg></li><li title=\"leaf outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M321.89,171.42C233,114,141,155.22,56,65.22c-19.8-21-8.3,235.5,98.1,332.7C231.89,468.92,352,461,392.5,392S410.78,228.83,321.89,171.42Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M173,253c86,81,175,129,292,147\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"leaf sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M150.38,253.68l21.94-23.3,11.65,11c73.63,69.36,147.51,111.56,234.45,133.07,11.73-32,12.77-67.22,2.64-101.58-13.44-45.59-44.74-85.31-90.49-114.86-40.25-26-76.6-32.09-115.09-38.54-21.12-3.54-43-7.2-66.85-14.43C104.85,91.76,58.94,52.3,58.48,51.91L33.4,30.15,32,63.33c-.1,2.56-2.42,63.57,14.22,147.77,17.58,89,50.24,155.85,97.07,198.63,38,34.69,87.62,53.9,136.93,53.9A185.88,185.88,0,0,0,308,461.56c41.72-6.32,76.43-27.27,96-57.75-89.5-23.28-165.95-67.55-242-139.16Z\"/><path d=\"M467.43,384.19c-16.83-2.59-33.13-5.84-49-9.77A158.49,158.49,0,0,1,406.3,400.1c-.74,1.25-1.51,2.49-2.29,3.71a583.43,583.43,0,0,0,58.55,12l15.82,2.44,4.86-31.63Z\"/></svg></li><li title=\"leaf \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M161.35,242a16,16,0,0,1,22.62-.68c73.63,69.36,147.51,111.56,234.45,133.07,11.73-32,12.77-67.22,2.64-101.58-13.44-45.59-44.74-85.31-90.49-114.86-40.84-26.38-81.66-33.25-121.15-39.89-49.82-8.38-96.88-16.3-141.79-63.85-5-5.26-11.81-7.37-18.32-5.66-7.44,2-12.43,7.88-14.82,17.6-5.6,22.75-2,86.51,13.75,153.82,25.29,108.14,65.65,162.86,95.06,189.73,38,34.69,87.62,53.9,136.93,53.9A186,186,0,0,0,308,461.56c41.71-6.32,76.43-27.27,96-57.75-89.49-23.28-165.94-67.55-242-139.16A16,16,0,0,1,161.35,242Z\"/><path d=\"M467.43,384.19c-16.83-2.59-33.13-5.84-49-9.77a157.71,157.71,0,0,1-12.13,25.68c-.73,1.25-1.5,2.49-2.29,3.71a584.21,584.21,0,0,0,58.56,12,16,16,0,1,0,4.87-31.62Z\"/></svg></li><li title=\"library outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><rect x=\"32\" y=\"96\" width=\"64\" height=\"368\" rx=\"16\" ry=\"16\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"112\" y1=\"224\" x2=\"240\" y2=\"224\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"112\" y1=\"400\" x2=\"240\" y2=\"400\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><rect x=\"112\" y=\"160\" width=\"128\" height=\"304\" rx=\"16\" ry=\"16\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/><rect x=\"256\" y=\"48\" width=\"96\" height=\"416\" rx=\"16\" ry=\"16\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M422.46,96.11l-40.4,4.25c-11.12,1.17-19.18,11.57-17.93,23.1l34.92,321.59c1.26,11.53,11.37,20,22.49,18.84l40.4-4.25c11.12-1.17,19.18-11.57,17.93-23.1L445,115C443.69,103.42,433.58,94.94,422.46,96.11Z\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"library sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M84,480H28a12,12,0,0,1-12-12V92A12,12,0,0,1,28,80H84A12,12,0,0,1,96,92V468A12,12,0,0,1,84,480Z\"/><path d=\"M240,208V156a12,12,0,0,0-12-12H124a12,12,0,0,0-12,12v52Z\"/><path d=\"M112,416v52a12,12,0,0,0,12,12H228a12,12,0,0,0,12-12V416Z\"/><rect x=\"112\" y=\"240\" width=\"128\" height=\"144\"/><path d=\"M340,480H268a12,12,0,0,1-12-12V44a12,12,0,0,1,12-12h72a12,12,0,0,1,12,12V468A12,12,0,0,1,340,480Z\"/><path d=\"M369,100.7l30,367.83a12,12,0,0,0,13.45,10.92l72.16-9a12,12,0,0,0,10.47-12.9L465,91.21a12,12,0,0,0-13.2-10.94l-72.13,7.51A12,12,0,0,0,369,100.7Z\"/></svg></li><li title=\"library \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M64,480H48a32,32,0,0,1-32-32V112A32,32,0,0,1,48,80H64a32,32,0,0,1,32,32V448A32,32,0,0,1,64,480Z\"/><path d=\"M240,176a32,32,0,0,0-32-32H144a32,32,0,0,0-32,32v28a4,4,0,0,0,4,4H236a4,4,0,0,0,4-4Z\"/><path d=\"M112,448a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V418a2,2,0,0,0-2-2H114a2,2,0,0,0-2,2Z\"/><rect x=\"112\" y=\"240\" width=\"128\" height=\"144\" rx=\"2\" ry=\"2\"/><path d=\"M320,480H288a32,32,0,0,1-32-32V64a32,32,0,0,1,32-32h32a32,32,0,0,1,32,32V448A32,32,0,0,1,320,480Z\"/><path d=\"M495.89,445.45l-32.23-340c-1.48-15.65-16.94-27-34.53-25.31l-31.85,3c-17.59,1.67-30.65,15.71-29.17,31.36l32.23,340c1.48,15.65,16.94,27,34.53,25.31l31.85-3C484.31,475.14,497.37,461.1,495.89,445.45Z\"/></svg></li><li title=\"link outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M208,352H144a96,96,0,0,1,0-192h64\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:36px\"/><path d=\"M304,160h64a96,96,0,0,1,0,192H304\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:36px\"/><line x1=\"163.29\" y1=\"256\" x2=\"350.71\" y2=\"256\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:36px\"/></svg></li><li title=\"link sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M200.66,352H144a96,96,0,0,1,0-192h55.41\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-linejoin:round;stroke-width:48px\"/><path d=\"M312.59,160H368a96,96,0,0,1,0,192H311.34\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-linejoin:round;stroke-width:48px\"/><line x1=\"169.07\" y1=\"256\" x2=\"344.93\" y2=\"256\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-linejoin:round;stroke-width:48px\"/></svg></li><li title=\"link \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M200.66,352H144a96,96,0,0,1,0-192h55.41\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:48px\"/><path d=\"M312.59,160H368a96,96,0,0,1,0,192H311.34\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:48px\"/><line x1=\"169.07\" y1=\"256\" x2=\"344.93\" y2=\"256\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:48px\"/></svg></li><li title=\"list circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><line x1=\"224\" y1=\"184\" x2=\"352\" y2=\"184\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"224\" y1=\"256\" x2=\"352\" y2=\"256\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"224\" y1=\"327\" x2=\"352\" y2=\"327\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M448,258c0-106-86-192-192-192S64,152,64,258s86,192,192,192S448,364,448,258Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><circle cx=\"168\" cy=\"184\" r=\"8\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><circle cx=\"168\" cy=\"257\" r=\"8\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><circle cx=\"168\" cy=\"328\" r=\"8\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"list circle sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,48C141.31,48,48,141.31,48,256s93.31,208,208,208,208-93.31,208-208S370.69,48,256,48ZM192,335.5a16,16,0,0,1-16,16H160a16,16,0,0,1-16-16v-16a16,16,0,0,1,16-16h16a16,16,0,0,1,16,16Zm0-71a16,16,0,0,1-16,16H160a16,16,0,0,1-16-16v-16a16,16,0,0,1,16-16h16a16,16,0,0,1,16,16Zm0-72a16,16,0,0,1-16,16H160a16,16,0,0,1-16-16v-16a16,16,0,0,1,16-16h16a16,16,0,0,1,16,16Zm176,151H212.67v-32H368Zm0-71H212.67v-32H368Zm0-72H212.67v-32H368Z\"/></svg></li><li title=\"list circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,48C141.31,48,48,141.31,48,256s93.31,208,208,208,208-93.31,208-208S370.69,48,256,48ZM168,350a24,24,0,1,1,24-24A24,24,0,0,1,168,350Zm0-71a24,24,0,1,1,24-24A24,24,0,0,1,168,279Zm0-73a24,24,0,1,1,24-24A24,24,0,0,1,168,206ZM352,341H224a16,16,0,0,1,0-32H352a16,16,0,0,1,0,32Zm0-71H224a16,16,0,0,1,0-32H352a16,16,0,0,1,0,32Zm0-72H224a16,16,0,0,1,0-32H352a16,16,0,0,1,0,32Z\"/></svg></li><li title=\"list outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><line x1=\"160\" y1=\"144\" x2=\"448\" y2=\"144\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"160\" y1=\"256\" x2=\"448\" y2=\"256\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"160\" y1=\"368\" x2=\"448\" y2=\"368\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><circle cx=\"80\" cy=\"144\" r=\"16\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><circle cx=\"80\" cy=\"256\" r=\"16\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><circle cx=\"80\" cy=\"368\" r=\"16\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"list sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><line x1=\"144\" y1=\"144\" x2=\"464\" y2=\"144\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:48px\"/><line x1=\"144\" y1=\"256\" x2=\"464\" y2=\"256\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:48px\"/><line x1=\"144\" y1=\"368\" x2=\"464\" y2=\"368\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:48px\"/><rect x=\"64\" y=\"128\" width=\"32\" height=\"32\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-linejoin:round;stroke-width:32px\"/><rect x=\"64\" y=\"240\" width=\"32\" height=\"32\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-linejoin:round;stroke-width:32px\"/><rect x=\"64\" y=\"352\" width=\"32\" height=\"32\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"list \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><line x1=\"160\" y1=\"144\" x2=\"448\" y2=\"144\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:48px\"/><line x1=\"160\" y1=\"256\" x2=\"448\" y2=\"256\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:48px\"/><line x1=\"160\" y1=\"368\" x2=\"448\" y2=\"368\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:48px\"/><circle cx=\"80\" cy=\"144\" r=\"16\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><circle cx=\"80\" cy=\"256\" r=\"16\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><circle cx=\"80\" cy=\"368\" r=\"16\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"locate outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><line x1=\"256\" y1=\"96\" x2=\"256\" y2=\"56\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:48px\"/><line x1=\"256\" y1=\"456\" x2=\"256\" y2=\"416\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:48px\"/><path d=\"M256,112A144,144,0,1,0,400,256,144,144,0,0,0,256,112Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><line x1=\"416\" y1=\"256\" x2=\"456\" y2=\"256\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:48px\"/><line x1=\"56\" y1=\"256\" x2=\"96\" y2=\"256\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:48px\"/></svg></li><li title=\"locate sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><line x1=\"256\" y1=\"96\" x2=\"256\" y2=\"56\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-linejoin:round;stroke-width:48px\"/><line x1=\"256\" y1=\"456\" x2=\"256\" y2=\"416\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-linejoin:round;stroke-width:48px\"/><path d=\"M256,112A144,144,0,1,0,400,256,144,144,0,0,0,256,112Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-linejoin:round;stroke-width:48px\"/><line x1=\"416\" y1=\"256\" x2=\"456\" y2=\"256\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-linejoin:round;stroke-width:48px\"/><line x1=\"56\" y1=\"256\" x2=\"96\" y2=\"256\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-linejoin:round;stroke-width:48px\"/></svg></li><li title=\"locate \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><line x1=\"256\" y1=\"96\" x2=\"256\" y2=\"56\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:48px\"/><line x1=\"256\" y1=\"456\" x2=\"256\" y2=\"416\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:48px\"/><path d=\"M256,112A144,144,0,1,0,400,256,144,144,0,0,0,256,112Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:48px\"/><line x1=\"416\" y1=\"256\" x2=\"456\" y2=\"256\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:48px\"/><line x1=\"56\" y1=\"256\" x2=\"96\" y2=\"256\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:48px\"/></svg></li><li title=\"location outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,48c-79.5,0-144,61.39-144,137,0,87,96,224.87,131.25,272.49a15.77,15.77,0,0,0,25.5,0C304,409.89,400,272.07,400,185,400,109.39,335.5,48,256,48Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><circle cx=\"256\" cy=\"192\" r=\"48\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"location sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,32C167.67,32,96,96.51,96,176c0,128,160,304,160,304S416,304,416,176C416,96.51,344.33,32,256,32Zm0,224a64,64,0,1,1,64-64A64.07,64.07,0,0,1,256,256Z\"/></svg></li><li title=\"location \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><circle cx=\"256\" cy=\"192\" r=\"32\"/><path d=\"M256,32C167.78,32,96,100.65,96,185c0,40.17,18.31,93.59,54.42,158.78,29,52.34,62.55,99.67,80,123.22a31.75,31.75,0,0,0,51.22,0c17.42-23.55,51-70.88,80-123.22C397.69,278.61,416,225.19,416,185,416,100.65,344.22,32,256,32Zm0,224a64,64,0,1,1,64-64A64.07,64.07,0,0,1,256,256Z\"/></svg></li><li title=\"lock closed outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M336,208V113a80,80,0,0,0-160,0v95\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><rect x=\"96\" y=\"208\" width=\"320\" height=\"272\" rx=\"48\" ry=\"48\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"lock closed sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M420,192H352V112a96,96,0,1,0-192,0v80H92a12,12,0,0,0-12,12V484a12,12,0,0,0,12,12H420a12,12,0,0,0,12-12V204A12,12,0,0,0,420,192Zm-106,0H198V111.25a58,58,0,1,1,116,0Z\"/></svg></li><li title=\"lock closed \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M368,192H352V112a96,96,0,1,0-192,0v80H144a64.07,64.07,0,0,0-64,64V432a64.07,64.07,0,0,0,64,64H368a64.07,64.07,0,0,0,64-64V256A64.07,64.07,0,0,0,368,192Zm-48,0H192V112a64,64,0,1,1,128,0Z\"/></svg></li><li title=\"lock open outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M336,112a80,80,0,0,0-160,0v96\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><rect x=\"96\" y=\"208\" width=\"320\" height=\"272\" rx=\"48\" ry=\"48\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"lock open sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M420,192H198V111.25a58.08,58.08,0,0,1,99.07-41.07A59.4,59.4,0,0,1,314,112h38a96,96,0,1,0-192,0v80H92a12,12,0,0,0-12,12V484a12,12,0,0,0,12,12H420a12,12,0,0,0,12-12V204A12,12,0,0,0,420,192Z\"/></svg></li><li title=\"lock open \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M368,192H192V112a64,64,0,1,1,128,0,16,16,0,0,0,32,0,96,96,0,1,0-192,0v80H144a64.07,64.07,0,0,0-64,64V432a64.07,64.07,0,0,0,64,64H368a64.07,64.07,0,0,0,64-64V256A64.07,64.07,0,0,0,368,192Z\"/></svg></li><li title=\"log in outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M192,176V136a40,40,0,0,1,40-40H392a40,40,0,0,1,40,40V376a40,40,0,0,1-40,40H240c-22.09,0-48-17.91-48-40V336\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><polyline points=\"288 336 368 256 288 176\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"80\" y1=\"256\" x2=\"352\" y2=\"256\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"log in sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M432,80H192a16,16,0,0,0-16,16V240H329.37l-64-64L288,153.37l91.31,91.32a16,16,0,0,1,0,22.62L288,358.63,265.37,336l64-64H176V416a16,16,0,0,0,16,16H432a16,16,0,0,0,16-16V96A16,16,0,0,0,432,80Z\"/><rect x=\"64\" y=\"240\" width=\"112\" height=\"32\"/></svg></li><li title=\"log in \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M392,80H232a56.06,56.06,0,0,0-56,56V240H329.37l-52.68-52.69a16,16,0,0,1,22.62-22.62l80,80a16,16,0,0,1,0,22.62l-80,80a16,16,0,0,1-22.62-22.62L329.37,272H176V376c0,32.05,33.79,56,64,56H392a56.06,56.06,0,0,0,56-56V136A56.06,56.06,0,0,0,392,80Z\"/><path d=\"M80,240a16,16,0,0,0,0,32h96V240Z\"/></svg></li><li title=\"log out outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M304,336v40a40,40,0,0,1-40,40H104a40,40,0,0,1-40-40V136a40,40,0,0,1,40-40H256c22.09,0,48,17.91,48,40v40\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><polyline points=\"368 336 448 256 368 176\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"176\" y1=\"256\" x2=\"432\" y2=\"256\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"log out sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M160,240H320V96a16,16,0,0,0-16-16H64A16,16,0,0,0,48,96V416a16,16,0,0,0,16,16H304a16,16,0,0,0,16-16V272H160Z\"/><path d=\"M459.31,244.69,368,153.37,345.37,176l64,64H320v32h89.37l-64,64L368,358.63l91.31-91.32a16,16,0,0,0,0-22.62Z\"/></svg></li><li title=\"log out \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M160,256a16,16,0,0,1,16-16H320V136c0-32-33.79-56-64-56H104a56.06,56.06,0,0,0-56,56V376a56.06,56.06,0,0,0,56,56H264a56.06,56.06,0,0,0,56-56V272H176A16,16,0,0,1,160,256Z\"/><path d=\"M459.31,244.69l-80-80a16,16,0,0,0-22.62,22.62L409.37,240H320v32h89.37l-52.68,52.69a16,16,0,1,0,22.62,22.62l80-80a16,16,0,0,0,0-22.62Z\"/></svg></li><li title=\"logo alipay \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M102.41,32C62.38,32,32,64.12,32,103.78V408.23C32,447.86,64.38,480,104.41,480h303.2c40,0,72.39-32.14,72.39-71.77v-3.11c-1.35-.56-115.47-48.57-174.5-76.7-39.82,48.57-91.18,78-144.5,78-90.18,0-120.8-78.22-78.1-129.72,9.31-11.22,25.15-21.94,49.73-28,38.45-9.36,99.64,5.85,157,24.61a309.41,309.41,0,0,0,25.46-61.67H138.34V194h91.13V162.17H119.09V144.42H229.47V99s0-7.65,7.82-7.65h44.55v53H391v17.75H281.84V194h89.08a359.41,359.41,0,0,1-37.72,94.43c27,9.69,49.31,18.88,67.39,24.89,60.32,20,77.23,22.45,79.41,22.7V103.78C480,64.12,447.6,32,407.61,32H102.41ZM152,274.73q-5.81.06-11.67.63c-11.3,1.13-32.5,6.07-44.09,16.23-34.74,30-13.94,84.93,56.37,84.93,40.87,0,81.71-25.9,113.79-67.37-41.36-20-77-34.85-114.4-34.42Z\"/></svg></li><li title=\"logo amazon \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M48.48,378.73a300.52,300.52,0,0,0,152.89,95.92,262.57,262.57,0,0,0,159.3-17.25,225.52,225.52,0,0,0,66.79-47,6.36,6.36,0,0,0-2-8.53,11.76,11.76,0,0,0-8-.05,401.92,401.92,0,0,1-116.55,39.34,358.13,358.13,0,0,1-127.29-8.83,446.73,446.73,0,0,1-119.1-60.49,5,5,0,0,0-6.06,6.9Z\"/><path d=\"M387.15,388.44a168.11,168.11,0,0,1,48.94-2.23l.67.13a10,10,0,0,1,7.37,12.05A204.71,204.71,0,0,1,429,444.47a2.55,2.55,0,0,0,1.66,3.18,2.51,2.51,0,0,0,2.23-.37A83.31,83.31,0,0,0,464,382.86a12.44,12.44,0,0,0-10.22-13.22A95.75,95.75,0,0,0,384.91,384a2.55,2.55,0,0,0-.57,3.55A2.52,2.52,0,0,0,387.15,388.44Z\"/><path d=\"M304.24,324.92a164,164,0,0,1-28.92,25.3A135.16,135.16,0,0,1,208.63,369a99.49,99.49,0,0,1-57.49-19.85,97.25,97.25,0,0,1-27.36-100.28,112.35,112.35,0,0,1,65.3-69.06,367.67,367.67,0,0,1,104.7-15.55V127A37.82,37.82,0,0,0,261,94.72a59.9,59.9,0,0,0-31.17,4.08,48.89,48.89,0,0,0-27.13,34.67,12,12,0,0,1-12.58,6.72l-50.9-4.5a11.38,11.38,0,0,1-8.38-10.16,103.66,103.66,0,0,1,36.61-63.45A143.86,143.86,0,0,1,257.85,32a146.24,146.24,0,0,1,84.27,27.67,86.82,86.82,0,0,1,30.7,70.22V258.8a84.46,84.46,0,0,0,8,31.28l15.87,23.23a13,13,0,0,1,0,11.23L349.7,364.25a12.5,12.5,0,0,1-12.68-.44A244.84,244.84,0,0,1,304.24,324.92Zm-10.6-116.83a257.68,257.68,0,0,0-44,2.89A63,63,0,0,0,208,242.54a63,63,0,0,0,3.07,54,40.6,40.6,0,0,0,47.11,12.19,78.61,78.61,0,0,0,35.46-55.58V208.09\"/></svg></li><li title=\"logo amplify \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M112.31,268l40.36-68.69,34.65,59-67.54,115h135L289.31,432H16Zm58.57-99.76,33.27-56.67L392.44,432H325.76ZM222.67,80h66.59L496,432H429.32Z\" style=\"fill-rule:evenodd\"/></svg></li><li title=\"logo android \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path id=\"path80319\" d=\"M380.91,199l42.47-73.57a8.63,8.63,0,0,0-3.12-11.76,8.52,8.52,0,0,0-11.71,3.12l-43,74.52c-32.83-15-69.78-23.35-109.52-23.35s-76.69,8.36-109.52,23.35l-43-74.52a8.6,8.6,0,1,0-14.88,8.64L131,199C57.8,238.64,8.19,312.77,0,399.55H512C503.81,312.77,454.2,238.64,380.91,199ZM138.45,327.65a21.46,21.46,0,1,1,21.46-21.46A21.47,21.47,0,0,1,138.45,327.65Zm235,0A21.46,21.46,0,1,1,395,306.19,21.47,21.47,0,0,1,373.49,327.65Z\"/></svg></li><li title=\"logo angular \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polygon points=\"213.57 256 298.42 256 255.99 166.64 213.57 256\"/><path d=\"M256,32,32,112,78.12,384,256,480l177.75-96L480,112Zm88,320-26.59-56H194.58L168,352H128L256,72,384,352Z\"/></svg></li><li title=\"logo apple appstore \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,32C132.26,32,32,132.26,32,256S132.26,480,256,480,480,379.74,480,256,379.74,32,256,32ZM171,353.89a15.48,15.48,0,0,1-13.46,7.65,14.91,14.91,0,0,1-7.86-2.16,15.48,15.48,0,0,1-5.6-21.21l15.29-25.42a8.73,8.73,0,0,1,7.54-4.3h2.26c11.09,0,18.85,6.67,21.11,13.13Zm129.45-50L200.32,304H133.77a15.46,15.46,0,0,1-15.51-16.15c.32-8.4,7.65-14.76,16-14.76h48.24l57.19-97.35h0l-18.52-31.55C217,137,218.85,127.52,226,123a15.57,15.57,0,0,1,21.87,5.17l9.9,16.91h.11l9.91-16.91A15.58,15.58,0,0,1,289.6,123c7.11,4.52,8.94,14,4.74,21.22l-18.52,31.55-18,30.69-39.09,66.66v.11h57.61c7.22,0,16.27,3.88,19.93,10.12l.32.65c3.23,5.49,5.06,9.26,5.06,14.75A13.82,13.82,0,0,1,300.48,303.92Zm77.75.11H351.09v.11l19.82,33.71a15.8,15.8,0,0,1-5.17,21.53,15.53,15.53,0,0,1-8.08,2.27A15.71,15.71,0,0,1,344.2,354l-29.29-49.86-18.2-31L273.23,233a38.35,38.35,0,0,1-.65-38c4.64-8.19,8.19-10.34,8.19-10.34L333,273h44.91c8.4,0,15.61,6.46,16,14.75A15.65,15.65,0,0,1,378.23,304Z\"/></svg></li><li title=\"logo apple ar \"><svg id=\"icons\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><polyline points=\"201.14 64 256 32 310.86 64\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"32\"/><line x1=\"256\" y1=\"32\" x2=\"256\" y2=\"112\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-width=\"32\"/><polyline points=\"310.86 448 256 480 201.14 448\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"32\"/><line x1=\"256\" y1=\"480\" x2=\"256\" y2=\"400\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-width=\"32\"/><polyline points=\"64 207.51 64 144 117.15 112.49\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"32\"/><line x1=\"64\" y1=\"144\" x2=\"131.29\" y2=\"184\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-width=\"32\"/><polyline points=\"448 304.49 448 368 394.85 399.51\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"32\"/><line x1=\"448\" y1=\"368\" x2=\"380.71\" y2=\"328\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-width=\"32\"/><polyline points=\"117.15 400 64 368 64 304.49\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"32\"/><line x1=\"64\" y1=\"368\" x2=\"130.64\" y2=\"328\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-width=\"32\"/><polyline points=\"394.85 112.49 448 144 448 207.51\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"32\"/><line x1=\"448\" y1=\"144\" x2=\"380.71\" y2=\"184\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-width=\"32\"/><polyline points=\"256 320 256 256 310.86 224\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-width=\"32\"/><line x1=\"256\" y1=\"256\" x2=\"201.14\" y2=\"224\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-width=\"32\"/></svg></li><li title=\"logo apple \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M349.13,136.86c-40.32,0-57.36,19.24-85.44,19.24C234.9,156.1,212.94,137,178,137c-34.2,0-70.67,20.88-93.83,56.45-32.52,50.16-27,144.63,25.67,225.11,18.84,28.81,44,61.12,77,61.47h.6c28.68,0,37.2-18.78,76.67-19h.6c38.88,0,46.68,18.89,75.24,18.89h.6c33-.35,59.51-36.15,78.35-64.85,13.56-20.64,18.6-31,29-54.35-76.19-28.92-88.43-136.93-13.08-178.34-23-28.8-55.32-45.48-85.79-45.48Z\"/><path d=\"M340.25,32c-24,1.63-52,16.91-68.4,36.86-14.88,18.08-27.12,44.9-22.32,70.91h1.92c25.56,0,51.72-15.39,67-35.11C333.17,85.89,344.33,59.29,340.25,32Z\"/></svg></li><li title=\"logo behance \"><svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M344.1,233.6c-28.9,0-32.9,28.8-32.9,28.8h61.4S373,233.6,344.1,233.6Z\"/><path d=\"M204.8,262.4H150.4v50h51.7c7.8-.2,22.4-2.4,22.4-24.3C224.5,262.1,204.8,262.4,204.8,262.4Z\"/><path d=\"M256,32C132.3,32,32,132.3,32,256S132.3,480,256,480,480,379.7,480,256,379.7,32,256,32Zm47.2,137.6h77.1v23H303.2v-23Zm-39,120.8c0,57-59.4,55.2-59.4,55.2H107.6v-187h97.2c29.6,0,52.9,16.3,52.9,49.8S229.2,244,229.2,244C266.8,244,264.2,290.4,264.2,290.4Zm144.2-3.1H311.5c0,34.7,32.9,32.5,32.9,32.5,31.1,0,30-20.1,30-20.1h32.9c0,53.4-64,49.7-64,49.7-76.7,0-71.8-71.5-71.8-71.5s-.1-71.8,71.8-71.8C419,206.2,408.4,287.3,408.4,287.3Z\"/><path d=\"M218,211.3c0-19.4-13.2-19.4-13.2-19.4H150.4v41.7h51C210.2,233.6,218,230.7,218,211.3Z\"/></svg></li><li title=\"logo bitbucket \"><svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M483.13,32.23a19.65,19.65,0,0,0-2.54-.23h-449C23,31.88,16.12,38.88,16,47.75a11.44,11.44,0,0,0,.23,2.8L81.53,461.8a22.52,22.52,0,0,0,7,12.95h0A20,20,0,0,0,102,480H415.18a15.45,15.45,0,0,0,15.34-13.42L469.4,218.67H325.19l-18.46,112H205.21l-25.73-148H475.06l20.76-132C497.09,41.92,491.44,33.63,483.13,32.23Z\"/></svg></li><li title=\"logo bitcoin \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M410.47,279.2c-5-11.5-12.7-21.6-28.1-30.1a98.15,98.15,0,0,0-25.4-10,62.22,62.22,0,0,0,16.3-11,56.37,56.37,0,0,0,15.6-23.3,77.11,77.11,0,0,0,3.5-28.2c-1.1-16.8-4.4-33.1-13.2-44.8s-21.2-20.7-37.6-27c-12.6-4.8-25.5-7.8-45.5-8.9V32h-40V96h-32V32h-41V96H96v48h27.87c8.7,0,14.6.8,17.6,2.3a13.22,13.22,0,0,1,6.5,6c1.3,2.5,1.9,8.4,1.9,17.5V343c0,9-.6,14.8-1.9,17.4s-2,4.9-5.1,6.3-3.2,1.3-11.8,1.3h-26.4L96,416h87v64h41V416h32v64h40V415.6c26-1.3,44.5-4.7,59.4-10.3,19.3-7.2,34.1-17.7,44.7-31.5s14-34.9,14.93-51.2C415.7,308.1,415,289.4,410.47,279.2ZM224,150h32v74H224Zm0,212V272h32v90Zm72-208.1c6,2.5,9.9,7.5,13.8,12.7,4.3,5.7,6.5,13.3,6.5,21.4,0,7.8-2.9,14.5-7.5,20.5-3.8,4.9-6.8,8.3-12.8,11.1Zm28.8,186.7c-7.8,6.9-12.3,10.1-22.1,13.8a56.06,56.06,0,0,1-6.7,1.9V273.5a40.74,40.74,0,0,1,11.3,3.4c7.8,3.3,15.2,6.9,19.8,13.2a43.82,43.82,0,0,1,8,24.7C335.07,325.7,332.27,334,324.77,340.6Z\"/></svg></li><li title=\"logo buffer \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M39.93,149.25l197.4,95.32c5.14,2.45,12,3.73,18.79,3.73s13.65-1.28,18.78-3.73l197.4-95.32c10.38-5,10.38-13.18,0-18.2L274.9,35.73c-5.13-2.45-12-3.73-18.78-3.73s-13.65,1.28-18.79,3.73L39.93,131.05C29.55,136.07,29.55,144.23,39.93,149.25Z\"/><path d=\"M472.3,246.9s-36.05-17.38-40.83-19.72-6.07-2.21-11.09.12-145.6,70.23-145.6,70.23A45.71,45.71,0,0,1,256,301.27c-6.77,0-13.65-1.29-18.78-3.74,0,0-136.85-66-143.27-69.18C87,225,85,225,78.67,228l-39,18.78c-10.38,5-10.38,13.19,0,18.2L237.1,360.3c5.13,2.45,12,3.73,18.78,3.73s13.65-1.28,18.79-3.73L472.07,265C482.68,260.08,482.68,251.92,472.3,246.9Z\"/><path d=\"M472.3,362.75S436.25,345.37,431.47,343s-6.07-2.21-11.09.12S274.9,413.5,274.9,413.5a45.74,45.74,0,0,1-18.78,3.73c-6.77,0-13.65-1.28-18.79-3.73,0,0-136.85-66-143.26-69.18-7-3.39-9-3.39-15.29-.35l-39,18.78c-10.39,5-10.39,13.18,0,18.2l197.4,95.32c5.13,2.56,12,3.73,18.78,3.73s13.65-1.28,18.78-3.73L472.18,381C482.68,375.93,482.68,367.77,472.3,362.75Z\"/></svg></li><li title=\"logo capacitor \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M480,101.09,372.37,208.72,479.23,315.78l-69.3,69.3L126.71,101.85,196,32.54,303.07,139.42,410.67,32Z\"/><path d=\"M32.55,196l69.3-69.31L385.07,409.93l-69.3,69.3-107-106.87L101.08,480,32,410.67,139.42,303.06Z\"/></svg></li><li title=\"logo chrome \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M188.8,255.93A67.2,67.2,0,1,0,256,188.75,67.38,67.38,0,0,0,188.8,255.93Z\"/><path d=\"M476.75,217.79s0,0,0,.05a206.63,206.63,0,0,0-7-28.84h-.11a202.16,202.16,0,0,1,7.07,29h0a203.5,203.5,0,0,0-7.07-29H314.24c19.05,17,31.36,40.17,31.36,67.05a86.55,86.55,0,0,1-12.31,44.73L231,478.45a2.44,2.44,0,0,1,0,.27V479h0v-.26A224,224,0,0,0,256,480c6.84,0,13.61-.39,20.3-1a222.91,222.91,0,0,0,29.78-4.74C405.68,451.52,480,362.4,480,255.94A225.25,225.25,0,0,0,476.75,217.79Z\"/><path d=\"M256,345.5c-33.6,0-61.6-17.91-77.29-44.79L76,123.05l-.14-.24A224,224,0,0,0,207.4,474.55l0-.05,77.69-134.6A84.13,84.13,0,0,1,256,345.5Z\"/><path d=\"M91.29,104.57l77.35,133.25A89.19,89.19,0,0,1,256,166H461.17a246.51,246.51,0,0,0-25.78-43.94l.12.08A245.26,245.26,0,0,1,461.17,166h.17a245.91,245.91,0,0,0-25.66-44,2.63,2.63,0,0,1-.35-.26A223.93,223.93,0,0,0,91.14,104.34l.14.24Z\"/></svg></li><li title=\"logo closed captioning \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M0,80V432H512V80ZM464,255.78c0,25.74-1.6,45.32-3.77,77.22s-19.2,54.34-59.09,57.86S305.37,394.71,256,394.6c-49,.11-105.14-.11-145.14-3.74s-56.8-26-59.09-57.86S48,281.52,48,255.78s.11-42.46,3.77-77.22,23-54.12,59.09-57.64S209.14,117.4,256,117.4s109,0,145.14,3.52,55.43,23,59.09,57.64S464,230.15,464,255.78Z\"/><path d=\"M367.57,282.84v.77c0,17.93-11.11,28.49-25.95,28.49s-24.84-11.88-26.27-28.49c0,0-1.31-8.69-1.31-26.29a229.5,229.5,0,0,1,1.53-28.6c2.64-18.7,11.77-28.49,26.6-28.49s26.49,12.76,26.49,32.12v.55h49.58c0-24.09-6.05-45.76-18.25-59.4S369.76,153,345.8,153a108.06,108.06,0,0,0-33,4.73,58.82,58.82,0,0,0-25.94,16.61C279.63,182.3,274,192.86,270,206.17s-6,30-6,50.27c0,19.8,1.65,36.3,4.84,49.61s8,23.87,14.4,31.79a49.76,49.76,0,0,0,24,16.5q14.5,4.62,34,4.62c27.47,0,47.26-7,59.13-20.57S418,305.06,418,279.1H367.35C367.57,279.1,367.57,281.85,367.57,282.84Z\"/><path d=\"M197.3,282.84v.77c0,17.93-11.1,28.49-25.94,28.49s-24.84-11.88-26.27-28.49c0,0-1.31-8.69-1.31-26.29a229.5,229.5,0,0,1,1.53-28.6c2.64-18.7,11.77-28.49,26.6-28.49S198.4,213,198.4,232.35v.55H248c0-24.09-6-45.76-18.25-59.4S199.5,153,175.54,153a108.06,108.06,0,0,0-33,4.73,58.82,58.82,0,0,0-25.94,16.61c-7.26,7.92-12.86,18.48-16.93,31.79s-6,30-6,50.27c0,19.8,1.65,36.3,4.84,49.61s8,23.87,14.4,31.79a49.76,49.76,0,0,0,24,16.5q14.51,4.62,34,4.62c27.48,0,47.27-7,59.14-20.57s17.81-33.33,17.81-59.29H197.08C197.3,279.1,197.3,281.85,197.3,282.84Z\"/></svg></li><li title=\"logo codepen \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M241.24,303.94c-15.32-10.36-30.74-20.57-46.06-30.93-2-1.38-3.43-1.48-5.5,0L150.8,299.13C182,319.9,244,361.32,244,361.32V307.53C244,306.31,242.45,304.75,241.24,303.94Z\"/><path d=\"M195.09,240.67q23.19-15.24,46.11-30.86a7.54,7.54,0,0,0,2.8-5.34v-51.7s-62,41.12-93.26,61.94c13.7,9.16,26.67,17.91,39.78,26.44C191.54,241.81,193.92,241.43,195.09,240.67Z\"/><path d=\"M269.84,209.35q23.71,16.07,47.63,31.82a4.3,4.3,0,0,0,3.83,0l39.76-26.47L268,152.48v53.35A4.79,4.79,0,0,0,269.84,209.35Z\"/><path d=\"M258.11,230.37a5.27,5.27,0,0,0-4.74.17c-4.82,3-9.47,6.2-14.17,9.35-8.25,5.53-25.35,17-25.35,17l38.84,25.86a6.18,6.18,0,0,0,6.26.11l39-26S263.88,234.2,258.11,230.37Z\"/><polygon points=\"141 237.12 141 276.73 170.62 256.89 141 237.12\"/><path d=\"M256,32C132.29,32,32,132.29,32,256S132.29,480,256,480,480,379.71,480,256,379.71,32,256,32ZM395,297c0,5.78-2.65,9.86-7.51,13.09q-61.71,41-123.29,82.19c-5.85,3.92-11.17,3.75-17-.14q-61.17-41-122.63-81.67c-5.11-3.39-7.59-7.56-7.59-13.73V217c0-6.14,2.52-10.34,7.62-13.72,40.91-27.13,81.94-54.36,122.73-81.68,5.82-3.89,11.09-4,16.94-.09q61.54,41.21,123.26,82.19c4.68,3.11,7.45,6.95,7.45,12.66Z\"/><path d=\"M316.25,273.23q-22.59,15.34-45.39,30.34c-2.41,1.58-2.89,3.31-2.86,6.19V361.1l93-62-38.53-25.88C320.17,271.61,318.58,271.65,316.25,273.23Z\"/><polygon points=\"370 276.68 370 237.06 340.41 256.93 370 276.68\"/></svg></li><li title=\"logo css3 \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M64,32,99,435.22,255.77,480,413,435.15,448,32ZM354.68,366.9,256.07,395l-98.46-28.24L150.86,289h48.26l3.43,39.56,53.59,15.16.13.28h0l53.47-14.85L315.38,265H203l-4-50H319.65L324,164H140l-4-49H376.58Z\"/></svg></li><li title=\"logo designernews \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polygon points=\"295.31 122.8 222.86 64 295.54 186.64 295.31 122.8\"/><path d=\"M339.43,64V259.6h-41.6L225.6,141.28l1.94,118.32H181.71V131.2L139.09,96c1.14,1.44,2.28,2.88,3.31,4.44,11.43,16.68,17.14,36.6,17.14,60.6,0,59-35,98.52-87.88,98.52H0v.48L228.11,448H512V205.72Z\"/><path d=\"M111.89,162.52c0-34.8-16.23-54.12-45.38-54.12H44.57V215.2H66.29C96,215.2,111.89,196.72,111.89,162.52Z\"/></svg></li><li title=\"logo deviantart \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><polygon points=\"408 103.28 408 16 407.97 16 318.69 16 309.79 24.78 267.64 103.26 254.39 112 104 112 104 231.85 186.68 231.85 194.04 240.56 104 408.72 104 496 104.02 496 193.3 496 202.21 487.21 244.35 408.73 257.61 400 408 400 408 280.13 325.32 280.13 317.96 271.38 408 103.28\"/></svg></li><li title=\"logo discord \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464,66.52A50,50,0,0,0,414.12,17L97.64,16A49.65,49.65,0,0,0,48,65.52V392c0,27.3,22.28,48,49.64,48H368l-13-44L464,496ZM324.65,329.81s-8.72-10.39-16-19.32C340.39,301.55,352.5,282,352.5,282a139,139,0,0,1-27.85,14.25,173.31,173.31,0,0,1-35.11,10.39,170.05,170.05,0,0,1-62.72-.24A184.45,184.45,0,0,1,191.23,296a141.46,141.46,0,0,1-17.68-8.21c-.73-.48-1.45-.72-2.18-1.21-.49-.24-.73-.48-1-.48-4.36-2.42-6.78-4.11-6.78-4.11s11.62,19.09,42.38,28.26c-7.27,9.18-16.23,19.81-16.23,19.81-53.51-1.69-73.85-36.47-73.85-36.47,0-77.06,34.87-139.62,34.87-139.62,34.87-25.85,67.8-25.12,67.8-25.12l2.42,2.9c-43.59,12.32-63.44,31.4-63.44,31.4s5.32-2.9,14.28-6.77c25.91-11.35,46.5-14.25,55-15.21a24,24,0,0,1,4.12-.49,205.62,205.62,0,0,1,48.91-.48,201.62,201.62,0,0,1,72.89,22.95S333.61,145,292.44,132.7l3.39-3.86S329,128.11,363.64,154c0,0,34.87,62.56,34.87,139.62C398.51,293.34,378.16,328.12,324.65,329.81Z\"/><path d=\"M212.05,218c-13.8,0-24.7,11.84-24.7,26.57s11.14,26.57,24.7,26.57c13.8,0,24.7-11.83,24.7-26.57C237,229.81,225.85,218,212.05,218Z\"/><path d=\"M300.43,218c-13.8,0-24.7,11.84-24.7,26.57s11.14,26.57,24.7,26.57c13.81,0,24.7-11.83,24.7-26.57S314,218,300.43,218Z\"/></svg></li><li title=\"logo docker \"><svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M507,211.16c-1.42-1.19-14.25-10.94-41.79-10.94a132.55,132.55,0,0,0-21.61,1.9c-5.22-36.4-35.38-54-36.57-55l-7.36-4.28-4.75,6.9a101.65,101.65,0,0,0-13.06,30.45c-5,20.7-1.9,40.2,8.55,56.85-12.59,7.14-33,8.8-37.28,9H15.94A15.93,15.93,0,0,0,0,262.07,241.25,241.25,0,0,0,14.75,348.9C26.39,379.35,43.72,402,66,415.74,91.22,431.2,132.3,440,178.6,440a344.23,344.23,0,0,0,62.45-5.71,257.44,257.44,0,0,0,81.69-29.73,223.55,223.55,0,0,0,55.57-45.67c26.83-30.21,42.74-64,54.38-94h4.75c29.21,0,47.26-11.66,57.23-21.65a63.31,63.31,0,0,0,15.2-22.36l2.14-6.18Z\"/><path d=\"M47.29,236.37H92.4a4,4,0,0,0,4-4h0V191.89a4,4,0,0,0-4-4H47.29a4,4,0,0,0-4,4h0v40.44a4.16,4.16,0,0,0,4,4h0\"/><path d=\"M109.5,236.37h45.12a4,4,0,0,0,4-4h0V191.89a4,4,0,0,0-4-4H109.5a4,4,0,0,0-4,4v40.44a4.16,4.16,0,0,0,4,4\"/><path d=\"M172.9,236.37H218a4,4,0,0,0,4-4h0V191.89a4,4,0,0,0-4-4H172.9a4,4,0,0,0-4,4h0v40.44a3.87,3.87,0,0,0,4,4h0\"/><path d=\"M235.36,236.37h45.12a4,4,0,0,0,4-4V191.89a4,4,0,0,0-4-4H235.36a4,4,0,0,0-4,4h0v40.44a4,4,0,0,0,4,4h0\"/><path d=\"M109.5,178.57h45.12a4.16,4.16,0,0,0,4-4V134.09a4,4,0,0,0-4-4H109.5a4,4,0,0,0-4,4v40.44a4.34,4.34,0,0,0,4,4\"/><path d=\"M172.9,178.57H218a4.16,4.16,0,0,0,4-4V134.09a4,4,0,0,0-4-4H172.9a4,4,0,0,0-4,4h0v40.44a4,4,0,0,0,4,4\"/><path d=\"M235.36,178.57h45.12a4.16,4.16,0,0,0,4-4V134.09a4.16,4.16,0,0,0-4-4H235.36a4,4,0,0,0-4,4h0v40.44a4.16,4.16,0,0,0,4,4\"/><path d=\"M235.36,120.53h45.12a4,4,0,0,0,4-4V76a4.16,4.16,0,0,0-4-4H235.36a4,4,0,0,0-4,4h0v40.44a4.17,4.17,0,0,0,4,4\"/><path d=\"M298.28,236.37H343.4a4,4,0,0,0,4-4V191.89a4,4,0,0,0-4-4H298.28a4,4,0,0,0-4,4h0v40.44a4.16,4.16,0,0,0,4,4\"/></svg></li><li title=\"logo dribbble \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,32C132.33,32,32,132.33,32,256S132.33,480,256,480,480,379.78,480,256,379.67,32,256,32ZM398.22,135.25a186.36,186.36,0,0,1,44,108.38c-40.37-2.1-88.67-2.1-127.4,1.52-4.9-12.37-9.92-24.5-15.4-36.17C344.08,189.62,378.5,164.18,398.22,135.25ZM256,69.33a185.81,185.81,0,0,1,119.12,42.94c-20.3,25.66-52.15,48-91.82,64.86C261.6,137,236.63,102.47,210,75.28A187.51,187.51,0,0,1,256,69.33ZM171.53,89.75c26.95,26.83,52.27,61,74.44,101C203.85,203.62,155.55,211,104,211c-9.8,0-19.36-.35-28.81-.94A186.78,186.78,0,0,1,171.53,89.75ZM69.68,247.13c10.62.47,21.35.7,32.2.59,58.8-.7,113.52-9.92,160.54-25q6.65,13.83,12.6,28.35a115.43,115.43,0,0,0-16.69,5C194.05,283.07,143.42,326.58,116,379.2A186,186,0,0,1,69.33,256C69.33,253,69.45,250.05,69.68,247.13ZM256,442.67a185.57,185.57,0,0,1-114.45-39.32c24.85-49.23,69.18-90,125.07-115.27,5.25-2.45,12.25-4.43,20.3-6.18q10,27.64,17.85,57.4A678,678,0,0,1,322,430.42,185.06,185.06,0,0,1,256,442.67Zm100.92-29.75a672.61,672.61,0,0,0-17.39-92.05c-4-15.17-8.51-29.87-13.41-44.22,36.63-3,80.5-2.57,115.38,0A186.5,186.5,0,0,1,356.92,412.92Z\"/></svg></li><li title=\"logo dropbox \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256.32,126.24,136.16,204.49l120.16,78.24L136.16,361,16,282.08l120.16-78.24L16,126.24,136.16,48ZM135.52,385.76l120.16-78.25,120.16,78.25L255.68,464Zm120.8-103.68,120.16-78.24-120.16-77.6L375.84,48,496,126.24,375.84,204.49,496,282.73,375.84,361Z\"/></svg></li><li title=\"logo edge \"><svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M255.5,15h0c-132,0-240,108-240,240s108,240,240,240h0c85.4,0,160.8-45.2,203.3-112.9a6.87,6.87,0,0,0-9.1-9.7,108.64,108.64,0,0,1-18.4,8.6c-36.8,12.6-57.1,13.1-82.1,12-27.9-1.2-61.9-10.8-85.8-25s-43.5-34.6-54.1-52.3-17-39.9-14.1-68.3c2.9-29,29.4-52.6,60.4-52.6h0c33.5,0,60.8,26.6,60.8,60.1,0,17-8.1,31.7-18.5,43.5h0c-2.3,2.1-7.6,9.7,5.8,20,15.9,12.2,51.6,18,79.9,16.6s59.1-12.6,80.2-34.8c16.8-17.7,31.8-46.1,31.8-77.4C495.5,97.7,379.5,15,255.5,15Z\"/></svg></li><li title=\"logo electron \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M86.76,255a9.89,9.89,0,0,0,4.87-1.29,9.82,9.82,0,0,0,3.65-13.43c-16.46-28.56-17.81-52.12-7.45-70,14.26-24.57,53.61-33.65,105.27-24.29a9.86,9.86,0,0,0,11.45-7.9,9.84,9.84,0,0,0-7.93-11.44c-29.19-5.28-56-5.18-77.39.3-22.3,5.71-39,17.28-48.45,33.48-14,24.19-12.7,54.73,7.42,89.62A9.85,9.85,0,0,0,86.76,255Z\"/><path d=\"M361.61,143.73c32.24.42,52.61,9.31,62.79,26.86,14.21,24.48,2.52,62.81-31.27,102.52a9.82,9.82,0,0,0,7.51,16.18,9.88,9.88,0,0,0,7.52-3.46c19.12-22.47,32.35-45.54,38.25-66.71,6.14-22,4.43-42.21-5-58.38-13.8-23.78-40.13-36.15-79.59-36.67h-.14a9.83,9.83,0,0,0-.12,19.66Z\"/><path d=\"M326.47,414.89a9.88,9.88,0,0,0-13.5,3.35c-16.41,27.15-36.57,42.1-56.77,42.1-28.49,0-56-29.31-73.73-78.42A9.87,9.87,0,0,0,169.88,376a9.83,9.83,0,0,0-6,12.58c10,27.77,23.47,50.75,39,66.46,16.11,16.34,34.55,25,53.32,25,27.38,0,53.54-18.33,73.65-51.61a9.81,9.81,0,0,0-3.38-13.5Z\"/><path d=\"M431.7,338.54a32.14,32.14,0,0,0-29.9,44.33C360,402.37,282,387.66,209.93,346.25c-32.91-18.9-62.16-41.86-84.6-66.39a9.9,9.9,0,0,0-13.91-.65,9.8,9.8,0,0,0-.65,13.9c23.79,26,54.68,50.28,89.33,70.18,40.28,23.13,82.27,38.63,121.43,44.81a225.54,225.54,0,0,0,35,2.91c23.12,0,43-4.3,58.51-12.79a32.2,32.2,0,1,0,16.7-59.68Zm0,44.66a12.6,12.6,0,0,1-7.82-2.72,10,10,0,0,0-2.2-2.21,12.61,12.61,0,1,1,10,4.93Z\"/><path d=\"M82.09,338.59c.57-21.26,12.41-47,33.68-73.16,23.19-28.45,56.69-56,94.34-77.65,33.25-19.1,65.2-31.9,98.07-38.91a9.83,9.83,0,1,0-4.12-19.22c-34.85,7.43-68.78,21-103.79,41.09C116.09,219.09,59.9,289.88,62.46,343.9a32.32,32.32,0,1,0,19.63-5.31ZM80.3,383.2a12.5,12.5,0,1,1,12.59-12.5A12.56,12.56,0,0,1,80.3,383.2Z\"/><path d=\"M256.2,96.32a32.23,32.23,0,0,0,26.53-13.81c17.89,11.69,34,35,45.81,66.12,13,34.39,19.84,75.38,19.84,118.54,0,37.18-5.19,72.35-15,103.6a9.72,9.72,0,0,0,.66,7.49,9.82,9.82,0,0,0,5.8,4.84,9.89,9.89,0,0,0,12.34-6.44c10.42-33.14,15.93-70.34,15.93-109.49,0-47.17-7.77-91.77-22.47-129-14.41-36.48-34.13-62.4-57.14-75.16A32.3,32.3,0,1,0,256.2,96.32Zm0-44.66a12.5,12.5,0,1,1-12.59,12.5A12.56,12.56,0,0,1,256.2,51.66Z\"/><path d=\"M251,243.36h0a24.35,24.35,0,0,0,5.16,48.16,24.68,24.68,0,0,0,5.16-.55A24.36,24.36,0,1,0,251,243.36Z\"/></svg></li><li title=\"logo euro \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M231.8,272V224H376l8-48H231.8v-8.12c0-38.69,16.47-62.56,87.18-62.56,28.89,0,61.45,2.69,102.5,9.42l10.52-70A508.54,508.54,0,0,0,315.46,32C189.26,32,135,76.4,135,158.46V176l-55,0v48h55v48H80v48h55v33.54C135,435.6,189.23,480,315.43,480a507.76,507.76,0,0,0,116.44-12.78l-10.58-70c-41.05,6.73-73.46,9.42-102.35,9.42-70.7,0-87.14-20.18-87.14-67.94V320H360.27l7.87-48Z\"/></svg></li><li title=\"logo facebook \"><svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M480,257.35c0-123.7-100.3-224-224-224s-224,100.3-224,224c0,111.8,81.9,204.47,189,221.29V322.12H164.11V257.35H221V208c0-56.13,33.45-87.16,84.61-87.16,24.51,0,50.15,4.38,50.15,4.38v55.13H327.5c-27.81,0-36.51,17.26-36.51,35v42h62.12l-9.92,64.77H291V478.66C398.1,461.85,480,369.18,480,257.35Z\" fill-rule=\"evenodd\"/></svg></li><li title=\"logo figma \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M336,176a80,80,0,0,0,0-160H176a80,80,0,0,0,0,160,80,80,0,0,0,0,160,80,80,0,1,0,80,80V176Z\"/><circle cx=\"336\" cy=\"256\" r=\"80\"/></svg></li><li title=\"logo firebase \"><svg id=\"icons\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path id=\"icon\" d=\"M93.19,329.38,140.64,25.31c1.64-10.37,15.55-12.82,20.46-3.55l51,95.45ZM432,400,385.26,123.21a11,11,0,0,0-18.54-6L80,400l159.36,91.91a33.18,33.18,0,0,0,31.91,0ZM302.36,158.93,265.82,89.39a10.86,10.86,0,0,0-19.36,0L85.83,375.74Z\"/></svg></li><li title=\"logo firefox \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M471.46,194.62v-.07c-.22-.76-.45-1.52-.68-2.28-.05-.19-.11-.38-.17-.56-.43-1.44-.87-2.88-1.33-4.31l-.06-.2a223.24,223.24,0,0,0-10-25.56,191.77,191.77,0,0,0-12.9-23.8A225.15,225.15,0,0,0,371.58,64.1h0A222.9,222.9,0,0,0,256,32c-7,0-14,.34-20.82,1-24.12,2.54-64.78,11.21-97.77,40.18C257.5,11.86,417.94,85.7,404.29,223c-4.86,49-46.46,82.67-85.19,88.35a73.73,73.73,0,0,1-20.8.21c-94.59-13.15-88.8-90.68-60.06-123.83-38-.24-67.47,46.79-53.15,93l0,0c-32.95-61.18.35-157,70.93-186-82.95-12-160.71,28.2-185.7,98.07A330.23,330.23,0,0,1,88.07,118s-45.22,35.74-54.44,110.9c-.14,1.16-.27,2.32-.39,3.49-.05.4-.09.8-.13,1.21q-.53,5.25-.8,10.57c0,.27,0,.54,0,.81-.07,1.48-.13,3-.17,4.46l0,1.25c0,1.76-.07,3.52-.07,5.29,0,123.71,100.29,224,224,224S480,379.71,480,256A224,224,0,0,0,471.46,194.62Z\"/></svg></li><li title=\"logo flickr \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,32h0C132.8,32,32,132.8,32,256h0c0,123.2,100.8,224,224,224h0c123.2,0,224-100.8,224-224h0C480,132.8,379.2,32,256,32ZM173.84,312A56,56,0,1,1,228,257.84,56,56,0,0,1,173.84,312Zm168,0A56,56,0,1,1,396,257.84,56,56,0,0,1,341.84,312Z\"/></svg></li><li title=\"logo foursquare \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M376.76,32H138.54C105.67,32,96,56.8,96,72.41V452.05c0,17.59,9.42,24.12,14.72,26.27s19.91,4,28.67-6.17c0,0,112.47-130.89,114.4-132.83,2.92-2.93,2.92-2.93,5.84-2.93H332.4c30.58,0,35.49-21.87,38.69-34.75,2.65-10.79,32.48-164,42.45-212.56C421.14,52,411.74,32,376.76,32Zm-5.67,269.64c2.65-10.79,32.48-164,42.45-212.56m-50.85,7.59-10,51.73c-1.19,5.65-8.28,11.6-14.86,11.6H241.91c-10.44,0-17.91,6.14-17.91,16.6v13.45c0,10.47,7.52,17.89,18,17.89h81.85c7.38,0,14.61,8.11,13,16s-9.09,46.57-10,50.89-5.84,11.72-14.61,11.72H248c-11.7,0-15.24,1.54-23.07,11.3s-78.26,94.59-78.26,94.59c-.71.82-1.41.58-1.41-.31V95.9c0-6.69,5.8-14.53,14.48-14.53H350.88A12.42,12.42,0,0,1,362.69,96.67Z\"/></svg></li><li title=\"logo github \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,32C132.3,32,32,134.9,32,261.7c0,101.5,64.2,187.5,153.2,217.9a17.56,17.56,0,0,0,3.8.4c8.3,0,11.5-6.1,11.5-11.4,0-5.5-.2-19.9-.3-39.1a102.4,102.4,0,0,1-22.6,2.7c-43.1,0-52.9-33.5-52.9-33.5-10.2-26.5-24.9-33.6-24.9-33.6-19.5-13.7-.1-14.1,1.4-14.1h.1c22.5,2,34.3,23.8,34.3,23.8,11.2,19.6,26.2,25.1,39.6,25.1a63,63,0,0,0,25.6-6c2-14.8,7.8-24.9,14.2-30.7-49.7-5.8-102-25.5-102-113.5,0-25.1,8.7-45.6,23-61.6-2.3-5.8-10-29.2,2.2-60.8a18.64,18.64,0,0,1,5-.5c8.1,0,26.4,3.1,56.6,24.1a208.21,208.21,0,0,1,112.2,0c30.2-21,48.5-24.1,56.6-24.1a18.64,18.64,0,0,1,5,.5c12.2,31.6,4.5,55,2.2,60.8,14.3,16.1,23,36.6,23,61.6,0,88.2-52.4,107.6-102.3,113.3,8,7.1,15.2,21.1,15.2,42.5,0,30.7-.3,55.5-.3,63,0,5.4,3.1,11.5,11.4,11.5a19.35,19.35,0,0,0,4-.4C415.9,449.2,480,363.1,480,261.7,480,134.9,379.7,32,256,32Z\"/></svg></li><li title=\"logo gitlab \"><svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M494.07,281.6l-25.18-78.08a11,11,0,0,0-.61-2.1L417.78,44.48a20.08,20.08,0,0,0-19.17-13.82A19.77,19.77,0,0,0,379.66,44.6L331.52,194.15h-152L131.34,44.59a19.76,19.76,0,0,0-18.86-13.94h-.11a20.15,20.15,0,0,0-19.12,14L42.7,201.73c0,.14-.11.26-.16.4L16.91,281.61a29.15,29.15,0,0,0,10.44,32.46L248.79,476.48a11.25,11.25,0,0,0,13.38-.07L483.65,314.07a29.13,29.13,0,0,0,10.42-32.47m-331-64.51L224.8,408.85,76.63,217.09m209.64,191.8,59.19-183.84,2.55-8h86.52L300.47,390.44M398.8,59.31l43.37,134.83H355.35M324.16,217l-43,133.58L255.5,430.14,186.94,217M112.27,59.31l43.46,134.83H69M40.68,295.58a6.19,6.19,0,0,1-2.21-6.9l19-59L197.08,410.27M470.34,295.58,313.92,410.22l.52-.69L453.5,229.64l19,59a6.2,6.2,0,0,1-2.19,6.92\"/></svg></li><li title=\"logo google playstore \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M48,59.49v393a4.33,4.33,0,0,0,7.37,3.07L260,256,55.37,56.42A4.33,4.33,0,0,0,48,59.49Z\"/><path d=\"M345.8,174,89.22,32.64l-.16-.09c-4.42-2.4-8.62,3.58-5,7.06L285.19,231.93Z\"/><path d=\"M84.08,472.39c-3.64,3.48.56,9.46,5,7.06l.16-.09L345.8,338l-60.61-57.95Z\"/><path d=\"M449.38,231l-71.65-39.46L310.36,256l67.37,64.43L449.38,281C468.87,270.23,468.87,241.77,449.38,231Z\"/></svg></li><li title=\"logo google \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M473.16,221.48l-2.26-9.59H262.46v88.22H387c-12.93,61.4-72.93,93.72-121.94,93.72-35.66,0-73.25-15-98.13-39.11a140.08,140.08,0,0,1-41.8-98.88c0-37.16,16.7-74.33,41-98.78s61-38.13,97.49-38.13c41.79,0,71.74,22.19,82.94,32.31l62.69-62.36C390.86,72.72,340.34,32,261.6,32h0c-60.75,0-119,23.27-161.58,65.71C58,139.5,36.25,199.93,36.25,256S56.83,369.48,97.55,411.6C141.06,456.52,202.68,480,266.13,480c57.73,0,112.45-22.62,151.45-63.66,38.34-40.4,58.17-96.3,58.17-154.9C475.75,236.77,473.27,222.12,473.16,221.48Z\"/></svg></li><li title=\"logo hackernews \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M32,32V480H480V32ZM281.67,282.83v84H235v-84l-77-140H213l46.32,97.54,44.33-97.54h52.73Z\"/></svg></li><li title=\"logo html5 \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M64,32,98.94,435.21,255.77,480,413,435.15,448,32ZM372,164H188l4,51H368L354.49,366.39,256,394.48l-98.68-28L150.54,289H198.8l3.42,39.29L256,343.07l53.42-14.92L315,264H148L135.41,114.41l240.79,0Z\"/></svg></li><li title=\"logo instagram \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M349.33,69.33a93.62,93.62,0,0,1,93.34,93.34V349.33a93.62,93.62,0,0,1-93.34,93.34H162.67a93.62,93.62,0,0,1-93.34-93.34V162.67a93.62,93.62,0,0,1,93.34-93.34H349.33m0-37.33H162.67C90.8,32,32,90.8,32,162.67V349.33C32,421.2,90.8,480,162.67,480H349.33C421.2,480,480,421.2,480,349.33V162.67C480,90.8,421.2,32,349.33,32Z\"/><path d=\"M377.33,162.67a28,28,0,1,1,28-28A27.94,27.94,0,0,1,377.33,162.67Z\"/><path d=\"M256,181.33A74.67,74.67,0,1,1,181.33,256,74.75,74.75,0,0,1,256,181.33M256,144A112,112,0,1,0,368,256,112,112,0,0,0,256,144Z\"/></svg></li><li title=\"logo ionic \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,153.9A102.1,102.1,0,1,0,358.1,256,102.23,102.23,0,0,0,256,153.9Z\"/><circle cx=\"402.59\" cy=\"116.45\" r=\"46.52\"/><path d=\"M459.86,163.2l-1.95-4.28-3.11,3.52a70,70,0,0,1-28.06,19.32l-3,1.1,1.22,2.93A181.43,181.43,0,0,1,439,256c0,100.92-82.1,183-183,183S73,356.92,73,256,155.08,73,256,73a180.94,180.94,0,0,1,78.43,17.7L337.3,92l1.25-2.92A70.19,70.19,0,0,1,359.21,62l3.67-2.93L358.71,57A221.61,221.61,0,0,0,256,32C132.49,32,32,132.49,32,256S132.49,480,256,480,480,379.51,480,256A222.19,222.19,0,0,0,459.86,163.2Z\"/></svg></li><li title=\"logo ionitron \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M468.41,269.19c-2.64-33.39-11.76-58-31.44-57.39a1,1,0,0,0-.92,1.37c5.11,12.59,9.68,36.9,9.17,58.07a1,1,0,0,1-2,.08c-2.19-21.21-7.1-41.19-16.22-59.43a186.69,186.69,0,0,0-348.91,41A4,4,0,0,1,74.76,256l-8.65,1.22c-17.2,2.4-26.9,34.9-21.7,72.5s23.5,66.2,40.7,63.8l13.24-1.85a4,4,0,0,1,3.93,1.84,186.71,186.71,0,0,0,339-56.07,4,4,0,0,1,3.68-3.08l4.4-.24C464.51,331.59,471.11,302.89,468.41,269.19ZM94.5,270.42a1,1,0,0,1,1.59-1.19c9.63,10,20.25,27.65,23.32,49.86,3.24,23.05-2.24,45.2-9.13,57.87a1,1,0,0,1-1.84-.73c4.07-14.44,5.16-33.83,2.27-54.74C107.91,301.17,102,283.22,94.5,270.42ZM273.27,380.21a15.53,15.53,0,0,1-15.41-13.83,15.48,15.48,0,1,1,15.41,13.83Zm81.84-4.72a15.37,15.37,0,1,1,14.6-16.2A15.43,15.43,0,0,1,355.11,375.49Z\"/><path d=\"M165.51,70h0a.31.31,0,0,1,.1.2h0c.1.2.2.3.3.5v.1a5.78,5.78,0,0,0,2.3,2.7c2,1.5,5,2.4,8.6,3a63.69,63.69,0,0,0,11.9.5,28.25,28.25,0,0,0,2.9-.2c-.4-.4-.8-.9-1.2-1.3h-1.3a52,52,0,0,1-11.6-.9,19.71,19.71,0,0,1-8.4-3.4,9.24,9.24,0,0,1-1.4-1.4,4.48,4.48,0,0,1,0-2.3c.5-2.3,2.4-4.8,5.5-7.4a57.25,57.25,0,0,1,10.9-7c.9-.4,1.7-.9,2.6-1.3.1-.1.3-.1.5-.2a24.69,24.69,0,0,0-.2,10.5c2.3,11.9,11.6,20.3,23.2,20.6l4,24.3,12.7-3-4-23.3c10.8-4.6,16.3-16.1,14-28a25.8,25.8,0,0,0-3.9-9.5c-5.3-.8-15.6-.8-29.2,2.1,1.1-.3,2.1-.7,3.2-1a135.27,135.27,0,0,1,21.5-4.2c.6-.1,1.2-.1,1.8-.2l3.5-.3h.6a61.83,61.83,0,0,1,10.8.3,29,29,0,0,1,6.1,1.4,5.71,5.71,0,0,0-.9,3.2,6.12,6.12,0,0,0,4.3,5.8h0a25.53,25.53,0,0,1-2.1,2.8,26,26,0,0,1-2.9,2.8c-1.1.9-2.3,1.8-3.5,2.7l-6.5,3.8-.3,1.5a.35.35,0,0,0,.2-.1l8.4-4.7c1.2-.8,2.4-1.6,3.4-2.4a29.15,29.15,0,0,0,3.2-2.8,29.86,29.86,0,0,0,2.4-2.8l.3-.6a6.14,6.14,0,0,0,5.4-6,6.06,6.06,0,0,0-6.1-6.1,6.81,6.81,0,0,0-2.8.7,24.6,24.6,0,0,0-8.2-2.7,63.48,63.48,0,0,0-15.5-.6,14.92,14.92,0,0,0-2.1.2,13.55,13.55,0,0,1-2,.2,25.15,25.15,0,0,0-18.7-3.7,25.86,25.86,0,0,0-17.8,13c-1.3.5-2.6,1.1-3.8,1.7-.7.3-1.3.6-2,.9a60.75,60.75,0,0,0-13.9,9.1c-3.1,2.9-4.9,5.7-5.3,8.3a6.14,6.14,0,0,0,.7,4A2.19,2.19,0,0,1,165.51,70Z\"/></svg></li><li title=\"logo javascript \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M32,32V480H480V32ZM272,380c0,43.61-25.76,64.87-63.05,64.87-33.68,0-53.23-17.44-63.15-38.49h0l34.28-20.75c6.61,11.73,11.63,21.65,26.06,21.65,12,0,21.86-5.41,21.86-26.46V240h44Zm99.35,63.87c-39.09,0-64.35-17.64-76.68-42h0L329,382c9,14.74,20.75,24.56,41.5,24.56,17.44,0,27.57-7.72,27.57-19.75,0-14.43-10.43-19.54-29.68-28l-10.52-4.52c-30.38-12.92-50.52-29.16-50.52-63.45,0-31.57,24.05-54.63,61.64-54.63,26.77,0,46,8.32,59.85,32.68L396,290c-7.22-12.93-15-18-27.06-18-12.33,0-20.15,7.82-20.15,18,0,12.63,7.82,17.74,25.86,25.56l10.52,4.51c35.79,15.34,55.94,31,55.94,66.16C441.12,424.13,411.35,443.87,371.35,443.87Z\"/></svg></li><li title=\"logo laravel \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M505.57,234.62c-3.28-3.53-26.82-32.29-39.51-47.79-6.75-8.24-12.08-14.75-14.32-17.45l-.18-.22-.2-.21c-5.22-5.83-12.64-12.51-23.78-12.51a39.78,39.78,0,0,0-5.41.44c-.37.05-.75.11-1.15.15-2.45.27-10.06,1.5-28.14,4.48-14,2.29-35.11,5.77-38.31,6.07l-.71.06-.69.13c-10,1.78-16.62,6.22-19.56,13.19-1.55,3.68-3.22,11.15,2.94,19.86,1.53,2.22,6.83,9.56,15.94,22.17,6.06,8.4,12.87,17.82,18.75,26L259.9,275,150.66,96.05l-.2-.34-.23-.33-.44-.65C145.32,88.17,139.76,80,123.7,80h0c-1.13,0-2.31,0-3.63.11-4.6.25-21.42,1.57-40.89,3.11-21.49,1.69-50.9,4-54.72,4.1h-.73l-.79.08c-9.14.89-15.77,4.6-19.7,11-6.55,10.69-1.42,22.69.26,26.63C6.87,133,37.56,197.7,64.63,254.81c18,37.94,36.58,77.17,38.1,80.65a34.85,34.85,0,0,0,32.94,21.59,46.62,46.62,0,0,0,9.86-1.1l.21,0,.2-.05c13.86-3.38,57.83-14.54,89.2-22.59,1.9,3.32,3.9,6.83,6,10.44,21.93,38.5,37.9,66.35,43.16,73.46C287,421,295,432,310.06,432c5.46,0,10.46-1.4,15.74-2.89l1.53-.43.06,0h.06c10.53-3,150.69-52.16,157.87-55.35l.22-.1c5.44-2.41,13.66-6.05,16.18-15.4,1.65-6.12.18-12.33-4.38-18.46l-.07-.09-.07-.09c-.85-1.1-4-5.21-8.27-10.9-9.13-12.07-23.88-31.57-36.84-48.54,17.37-4.5,38.8-10.11,43.38-11.55,11.47-3.43,14.94-10.69,16-14.73C512.26,250.32,513.29,242.27,505.57,234.62Zm-320,58.19c-17.81,4.17-30.22,7.08-37.89,8.9-6.67-13.34-19.74-39.65-32.5-65.33C85.44,176.46,70.08,145.61,62,129.48l8.15-.7c13.34-1.15,31.61-2.72,41.78-3.57,16.76,28.26,74.32,125.3,96.3,162.3ZM427.58,172h0ZM310.06,416.4h0Zm53.67-56.95c-24.21,8-37.33,12.37-44.42,14.74-6.3-10.34-20.16-33.52-32.47-54.19l115.7-29.48c5,6.81,14.57,19.72,33.46,44.93C417.93,341.49,387.8,351.47,363.73,359.45ZM419.6,237.82l-23.76-31.53c13.67-2.39,21.54-3.77,26.15-4.6l12,14.88,11.94,14.82C437.73,233.38,428.19,235.71,419.6,237.82Z\"/></svg></li><li title=\"logo linkedin \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M444.17,32H70.28C49.85,32,32,46.7,32,66.89V441.61C32,461.91,49.85,480,70.28,480H444.06C464.6,480,480,461.79,480,441.61V66.89C480.12,46.7,464.6,32,444.17,32ZM170.87,405.43H106.69V205.88h64.18ZM141,175.54h-.46c-20.54,0-33.84-15.29-33.84-34.43,0-19.49,13.65-34.42,34.65-34.42s33.85,14.82,34.31,34.42C175.65,160.25,162.35,175.54,141,175.54ZM405.43,405.43H341.25V296.32c0-26.14-9.34-44-32.56-44-17.74,0-28.24,12-32.91,23.69-1.75,4.2-2.22,9.92-2.22,15.76V405.43H209.38V205.88h64.18v27.77c9.34-13.3,23.93-32.44,57.88-32.44,42.13,0,74,27.77,74,87.64Z\"/></svg></li><li title=\"logo markdown \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M475,64H37C16.58,64,0,81.38,0,102.77V409.19C0,430.59,16.58,448,37,448H475c20.38,0,37-17.41,37-38.81V102.77C512,81.38,495.42,64,475,64ZM288,368H224V256l-48,64-48-64V368H64V144h64l48,80,48-80h64Zm96,0L304,256h48.05L352,144h64V256h48Z\"/></svg></li><li title=\"logo mastodon \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M480,173.59c0-104.13-68.26-134.65-68.26-134.65C377.3,23.15,318.2,16.5,256.8,16h-1.51c-61.4.5-120.46,7.15-154.88,22.94,0,0-68.27,30.52-68.27,134.65,0,23.85-.46,52.35.29,82.59C34.91,358,51.11,458.37,145.32,483.29c43.43,11.49,80.73,13.89,110.76,12.24,54.47-3,85-19.42,85-19.42l-1.79-39.5s-38.93,12.27-82.64,10.77c-43.31-1.48-89-4.67-96-57.81a108.44,108.44,0,0,1-1-14.9,558.91,558.91,0,0,0,96.39,12.85c32.95,1.51,63.84-1.93,95.22-5.67,60.18-7.18,112.58-44.24,119.16-78.09C480.84,250.42,480,173.59,480,173.59ZM399.46,307.75h-50V185.38c0-25.8-10.86-38.89-32.58-38.89-24,0-36.06,15.53-36.06,46.24v67H231.16v-67c0-30.71-12-46.24-36.06-46.24-21.72,0-32.58,13.09-32.58,38.89V307.75h-50V181.67q0-38.65,19.75-61.39c13.6-15.15,31.4-22.92,53.51-22.92,25.58,0,44.95,9.82,57.75,29.48L256,147.69l12.45-20.85c12.81-19.66,32.17-29.48,57.75-29.48,22.11,0,39.91,7.77,53.51,22.92Q399.5,143,399.46,181.67Z\"/></svg></li><li title=\"logo medium \">\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t viewBox=\"0 0 512 512\" style=\"enable-background:new 0 0 512 512;\" xml:space=\"preserve\">\n<g id=\"boxes\" style=\"display:none;\">\n</g>\n<g id=\"icons\">\n\t<path d=\"M28,28v456h456V28H28z M406.83,136.04l-24.46,23.45c-2.11,1.61-3.15,4.25-2.72,6.86v172.28c-0.44,2.61,0.61,5.26,2.72,6.86\n\t\tl23.88,23.45v5.15H286.13v-5.15l24.74-24.02c2.43-2.43,2.43-3.15,2.43-6.86V198.81l-68.79,174.71h-9.3l-80.09-174.71v117.1\n\t\tc-0.67,4.92,0.97,9.88,4.43,13.44l32.18,39.03v5.15h-91.24v-5.15l32.18-39.03c3.44-3.57,4.98-8.56,4.15-13.44V180.5\n\t\tc0.38-3.76-1.05-7.48-3.86-10.01l-28.6-34.46v-5.15h88.81l68.65,150.55l60.35-150.55h84.66V136.04z\"/>\n</g>\n</svg>\n</li><li title=\"logo microsoft \"><svg id=\"icons\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M31.87,30.58H244.7V243.39H31.87Z\"/><path d=\"M266.89,30.58H479.7V243.39H266.89Z\"/><path d=\"M31.87,265.61H244.7v212.8H31.87Z\"/><path d=\"M266.89,265.61H479.7v212.8H266.89Z\"/></svg></li><li title=\"logo no smoking \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><rect x=\"360\" y=\"256\" width=\"16\" height=\"48\"/><polygon points=\"112 304 241.6 304 193.6 256 112 256 112 304\"/><path d=\"M364.5,60.1a8.79,8.79,0,0,1-1-.6,218.79,218.79,0,0,0-34.4-14.8l-5.4-1.8A223.2,223.2,0,0,0,256,32C132.3,32,32,132.3,32,256A223.71,223.71,0,0,0,147.4,451.8c.4.2.7.5,1.1.7a218.79,218.79,0,0,0,34.4,14.8l5.4,1.8A222.7,222.7,0,0,0,256,480c123.7,0,224-100.3,224-224A223.76,223.76,0,0,0,364.5,60.1ZM256,426.4a161.85,161.85,0,0,1-27.2-2.4,170.14,170.14,0,0,1-28.5-7.3c-1.9-.6-3.8-1.2-5.6-1.9a162.39,162.39,0,0,1-19-8.6A170.33,170.33,0,0,1,85.6,255.9c0-37.2,12.4-71.4,32.7-99.4L355.5,393.7C327.4,414,293.2,426.4,256,426.4Zm137.8-71L156.6,118.2c28-20.2,62.1-32.6,99.4-32.6A162.79,162.79,0,0,1,283.2,88a170.14,170.14,0,0,1,28.5,7.3c1.8.6,3.7,1.2,5.6,1.9a162,162,0,0,1,18,8.1,170.25,170.25,0,0,1,91.2,150.8C426.4,293.3,414,327.4,393.8,355.4Z\"/><polygon points=\"352 256 318 256 352 290 352 256\"/><rect x=\"384\" y=\"256\" width=\"16\" height=\"48\"/><path d=\"M360.1,212.7c-8.8-4.1-22-5.7-45.6-5.7h-3.6c-12.7.1-15.9-.1-20-6.1-2.8-4.2-1-14.8,3.7-21.9a8,8,0,0,0,.4-8.2,8.26,8.26,0,0,0-7-4.3,53.67,53.67,0,0,1-18.3-3.9c-10.6-4.5-15.6-12.1-15.6-23.1,0-25.8,21.8-27.7,22.8-27.7v-16c-12,0-38.8,11-38.8,43.7,0,17.5,9,31,25.7,38a66.58,66.58,0,0,0,12,3.6c-3.3,9.8-3.6,20.9,1.7,28.7,9,13.3,20.3,13.2,33.3,13.1h3.5c26.3,0,34.6,2.3,38.9,4.3,5.7,2.6,6.8,7.5,6.6,15.7v1h16v-1C375.8,235.8,376.1,220.1,360.1,212.7Z\"/><path d=\"M400,244c0-25.7-3-39.2-9.1-49.6C382.3,180,368.5,172,352,172H334.6c2.9-8.3,5.4-19.8,3.5-30.9-3.2-18.8-19.1-30-43.1-30v16c21,0,26.1,9.1,27.4,16.7,2.5,14.5-6.8,32.1-6.9,32.3a8,8,0,0,0,.1,7.9,8.06,8.06,0,0,0,6.9,3.9H352c10.9,0,19.4,4.9,25.1,14.6,3.1,5.3,6.9,13.5,6.9,41.4h16Z\"/></svg></li><li title=\"logo nodejs \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M429.76,130.07,274.33,36.85a37,37,0,0,0-36.65,0L82.24,130.06A38.2,38.2,0,0,0,64,162.83V349a38.26,38.26,0,0,0,18.24,32.8L123,406.14l.23.13c20.58,10.53,28.46,10.53,37.59,10.53,32.14,0,52.11-20.8,52.11-54.29V182a8.51,8.51,0,0,0-8.42-8.58H182.13a8.51,8.51,0,0,0-8.42,8.58V362.51a15,15,0,0,1-6.85,13.07c-5.9,3.6-14.47,2.84-24.14-2.15l-39.06-23.51a1.1,1.1,0,0,1-.48-.92V165.46a1.32,1.32,0,0,1,.59-1.06l151.84-93a.82.82,0,0,1,.73,0l151.93,93a1.34,1.34,0,0,1,.55,1.1V349a1.28,1.28,0,0,1-.45,1L256.31,440.65a1.22,1.22,0,0,1-.8,0l-38.83-23.06a7.8,7.8,0,0,0-7.83-.41l-.34.2c-10.72,6.35-13.6,8-23.54,11.62-1.62.59-5.43,2-5.76,5.77s3.29,6.45,6.51,8.32l51.9,31.87a35.67,35.67,0,0,0,18.3,5.07l.58,0h0a35.87,35.87,0,0,0,17.83-5.07l155.43-93.13A38.37,38.37,0,0,0,448,349V162.83A38.21,38.21,0,0,0,429.76,130.07Z\"/><path d=\"M307.88,318.05c-37.29,0-45.24-10.42-47.6-27.24a8.43,8.43,0,0,0-8.22-7.32h-19.8a8.44,8.44,0,0,0-8.26,8.58c0,14.58,5.12,62.17,83.92,62.17h0c24.38,0,44.66-5.7,58.63-16.49S388,311.26,388,292.55c0-37.55-24.5-47.83-72.75-54.55-49.05-6.82-49.05-10.29-49.05-17.89,0-5.47,0-18.28,35.46-18.28,25.23,0,38.74,3.19,43.06,20a8.35,8.35,0,0,0,8.06,6.67h19.87a8.24,8.24,0,0,0,6.16-2.86,8.91,8.91,0,0,0,2.12-6.44c-2.57-35.55-28.56-53.58-79.24-53.58-46.06,0-73.55,20.75-73.55,55.5,0,38.1,28.49,48.87,71.29,53.33,50,5.17,50,12.71,50,19.37C349.46,304.2,345.15,318.05,307.88,318.05Z\"/></svg></li><li title=\"logo npm \"><svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><rect x=\"227.6\" y=\"213.1\" width=\"28.4\" height=\"57.1\"/><path d=\"M0,156V327.4H142.2V356H256V327.4H512V156ZM142.2,298.9H113.8V213.2H85.3v85.7H28.4V184.6H142.2Zm142.2,0H227.5v28.6H170.6V184.6H284.4Zm199.2,0H455.2V213.2H426.8v85.7H398.4V213.2H370v85.7H313.1V184.6H483.8V298.9Z\"/></svg></li><li title=\"logo octocat \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M172.86,290.12c-9.75,0-18.11,4.56-24.86,13.87s-10.07,20.58-10.07,34,3.43,24.91,10.07,34.12S163,386,172.86,386c9.1,0,17-4.66,23.68-13.87s10.07-20.58,10.07-34.12-3.43-24.81-10.07-34S182,290.12,172.86,290.12Z\"/><path d=\"M340.32,290.12c-9.64,0-18.11,4.56-24.86,13.87s-10.07,20.58-10.07,34,3.43,24.91,10.07,34.12S330.57,386,340.32,386c9.11,0,17-4.66,23.79-13.87s10.07-20.58,10.07-34.12-3.43-24.81-10.07-34S349.54,290.12,340.32,290.12Z\"/><path d=\"M459.36,165h0c-.11,0,2.89-15.49.32-42.47-2.36-27-8-51.78-17.25-74.53,0,0-4.72.87-13.72,3.14S405,58,384.89,67.18c-19.82,9.2-40.71,21.44-62.46,36.29-14.79-4.23-36.86-6.39-66.43-6.39-28.18,0-50.25,2.16-66.43,6.39Q117.9,53.25,69.46,48,55.65,82.13,52.32,122.75c-2.57,27,.43,42.58.43,42.58C26.71,193.82,16,234.88,16,268.78c0,26.22.75,49.94,6.54,71,6,20.91,13.6,38,22.6,51.14A147.49,147.49,0,0,0,79,425.43c13.39,10.08,25.71,17.34,36.86,21.89,11.25,4.76,24,8.23,38.57,10.72a279.19,279.19,0,0,0,32.68,4.34s30,1.62,69,1.62S325,462.38,325,462.38A285.25,285.25,0,0,0,357.68,458a178.91,178.91,0,0,0,38.46-10.72c11.15-4.66,23.47-11.81,37-21.89a145,145,0,0,0,33.75-34.55c9-13.11,16.6-30.23,22.6-51.14S496,294.89,496,268.67C496,235.85,485.29,194.25,459.36,165ZM389.29,418.07C359.39,432.26,315.46,438,257.18,438h-2.25c-58.29,0-102.22-5.63-131.57-19.93s-44.25-43.45-44.25-87.43c0-26.32,9.21-47.66,27.32-64,7.93-7,17.57-11.92,29.57-14.84s22.93-3,33.21-2.71c10.08.43,24.22,2.38,42.11,3.79s31.39,3.25,44.79,3.25c12.53,0,29.14-2.17,55.82-4.33s46.61-3.25,59.46-1.09c13.18,2.17,24.65,6.72,34.4,15.93q28.44,25.67,28.5,64C434.18,374.62,419.07,403.88,389.29,418.07Z\"/></svg></li><li title=\"logo paypal \"><svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M424.81,148.79c-.43,2.76-.93,5.58-1.49,8.48-19.17,98-84.76,131.8-168.54,131.8H212.13a20.67,20.67,0,0,0-20.47,17.46L169.82,444.37l-6.18,39.07a10.86,10.86,0,0,0,9.07,12.42,10.72,10.72,0,0,0,1.7.13h75.65a18.18,18.18,0,0,0,18-15.27l.74-3.83,14.24-90,.91-4.94a18.16,18.16,0,0,1,18-15.3h11.31c73.3,0,130.67-29.62,147.44-115.32,7-35.8,3.38-65.69-15.16-86.72A72.27,72.27,0,0,0,424.81,148.79Z\"/><path d=\"M385.52,51.09C363.84,26.52,324.71,16,274.63,16H129.25a20.75,20.75,0,0,0-20.54,17.48l-60.55,382a12.43,12.43,0,0,0,10.39,14.22,12.58,12.58,0,0,0,1.94.15h89.76l22.54-142.29-.7,4.46a20.67,20.67,0,0,1,20.47-17.46h42.65c83.77,0,149.36-33.86,168.54-131.8.57-2.9,1.05-5.72,1.49-8.48h0C410.94,98.06,405.19,73.41,385.52,51.09Z\"/></svg></li><li title=\"logo pinterest \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256.05,32c-123.7,0-224,100.3-224,224,0,91.7,55.2,170.5,134.1,205.2-.6-15.6-.1-34.4,3.9-51.4,4.3-18.2,28.8-122.1,28.8-122.1s-7.2-14.3-7.2-35.4c0-33.2,19.2-58,43.2-58,20.4,0,30.2,15.3,30.2,33.6,0,20.5-13.1,51.1-19.8,79.5-5.6,23.8,11.9,43.1,35.4,43.1,42.4,0,71-54.5,71-119.1,0-49.1-33.1-85.8-93.2-85.8-67.9,0-110.3,50.7-110.3,107.3,0,19.5,5.8,33.3,14.8,43.9,4.1,4.9,4.7,6.9,3.2,12.5-1.1,4.1-3.5,14-4.6,18-1.5,5.7-6.1,7.7-11.2,5.6-31.3-12.8-45.9-47-45.9-85.6,0-63.6,53.7-139.9,160.1-139.9,85.5,0,141.8,61.9,141.8,128.3,0,87.9-48.9,153.5-120.9,153.5-24.2,0-46.9-13.1-54.7-27.9,0,0-13,51.6-15.8,61.6-4.7,17.3-14,34.5-22.5,48a225.13,225.13,0,0,0,63.5,9.2c123.7,0,224-100.3,224-224S379.75,32,256.05,32Z\"/></svg></li><li title=\"logo playstation \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M399.77,203c-.8-17.1-3.3-34.5-10.8-50.1a82.45,82.45,0,0,0-16.5-23.2,105.59,105.59,0,0,0-21.3-16.3c-17.1-10.2-37.5-17-84.4-31S192,64,192,64V422.3l79.9,25.7s.1-198.8.1-299.5v-3.8c0-9.3,7.5-16.8,16.1-16.8h.5c8.5,0,15.5,7.5,15.5,16.8V278c11,5.3,29.2,9.3,41.8,9.1a47.79,47.79,0,0,0,24-5.7,49.11,49.11,0,0,0,18.4-17.8,78.64,78.64,0,0,0,9.9-27.3C400.07,225.5,400.17,214.2,399.77,203Z\"/><path d=\"M86.67,357.8c27.4-9.8,89.3-29.5,89.3-29.5V281.1s-76.5,24.8-111.3,37.1c-8.6,3.1-17.3,5.9-25.7,9.5-9.8,4.1-19.4,8.7-28.1,14.8a26.29,26.29,0,0,0-9.2,10.1,17.36,17.36,0,0,0-.5,13.6c2,5.1,5.8,9.3,10.1,12.6,7.8,5.9,17.1,9.5,26.4,12.2a262.42,262.42,0,0,0,88.4,13.3c14.5-.2,36-1.9,50-4.4v-42s-11,2.5-41.3,12.5c-4.6,1.5-9.2,3.3-14,4.3a104.87,104.87,0,0,1-21.6,2.2c-6.5-.3-13.2-.7-19.3-3.1-2.2-1-4.6-2.2-5.5-4.6-.8-2,.3-4,1.7-5.4C78.87,360.9,82.87,359.3,86.67,357.8Z\"/><path d=\"M512,345.9c-.1-6-3.7-11.2-7.9-15-7.1-6.3-15.9-10.3-24.7-13.5-5.5-1.9-9.3-3.3-14.7-5-25.2-8.2-51.9-11.2-78.3-11.3-8,.3-23.1.5-31,1.4-21.9,2.5-67.3,15.4-67.3,15.4v48.8s67.5-21.6,96.5-31.8a94.43,94.43,0,0,1,30.3-4.6c6.5.2,13.2.7,19.4,3.1,2.2.9,4.5,2.2,5.5,4.5.9,2.6-.9,5-2.9,6.5-4.7,3.8-10.7,5.3-16.2,7.4-41,14.5-132.7,44.7-132.7,44.7v47s117.2-39.6,170.8-58.8c8.9-3.3,17.9-6.1,26.4-10.4,7.9-4,15.8-8.6,21.8-15.3A19.74,19.74,0,0,0,512,345.9Z\"/></svg></li><li title=\"logo pwa \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M330.7,352l77.72-192H356.9L303.74,284.07,265.93,160H226.32L185.74,284.07l-28.63-56.53L131.21,307l26.3,45h50.7l36.68-111.27,35,111.27Z\"/><path d=\"M48.79,286.09H80.44a93.39,93.39,0,0,0,25.62-3.21l8.18-25.19,22.88-70.39a55.75,55.75,0,0,0-6-7.82Q113.54,160,79.59,160H0V352H48.79Zm41.9-81.92q6.89,6.92,6.88,18.52t-6,18.53q-6.64,7.62-24.44,7.61H48.79V197.25H67.21q16.59,0,23.48,6.92ZM376.85,317.61l14.79-37.25h42.69l-20.26-56.51L439.41,160,512,352H458.47l-12.4-34.39Z\"/></svg></li><li title=\"logo python \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M314,36.38c-18.59-3.06-45.8-4.47-64.27-4.38a311.09,311.09,0,0,0-51.66,4.38c-45.74,8-54.07,24.7-54.07,55.54V128H256v16H107.62C66.06,144,32.33,193.67,32,255.12c0,.29,0,.58,0,.88a162.91,162.91,0,0,0,3.13,32c9.29,46.28,38.23,80,72.49,80H128V314c0-31.3,20.84-59.95,55-66.1l9.87-1.23H314a56.05,56.05,0,0,0,15.06-2A52.48,52.48,0,0,0,368,193.68V91.92C368,63,343.32,41.19,314,36.38ZM194.93,105.5a20.37,20.37,0,1,1,20.3-20.3A20.29,20.29,0,0,1,194.93,105.5Z\"/><path d=\"M475.28,217c-10.7-42.61-38.41-73-70.9-73H386.67v47.45c0,39.57-26,68.22-57.74,73.13a63.54,63.54,0,0,1-9.69.75H198.08a60,60,0,0,0-15.23,1.95C160.54,273.14,144,291.7,144,315.77V417.54c0,29,29.14,46,57.73,54.31,34.21,9.95,71.48,11.75,112.42,0,27.19-7.77,53.85-23.48,53.85-54.31V384H256V368H404.38c29.44,0,54.95-24.93,67.45-61.31A156.83,156.83,0,0,0,480,256,160.64,160.64,0,0,0,475.28,217ZM316.51,404a20.37,20.37,0,1,1-20.3,20.3A20.29,20.29,0,0,1,316.51,404Z\"/></svg></li><li title=\"logo react \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M410.66,180.72h0q-7.67-2.62-15.45-4.88,1.29-5.25,2.38-10.56c11.7-56.9,4.05-102.74-22.06-117.83-25-14.48-66,.61-107.36,36.69q-6.1,5.34-11.95,11-3.9-3.76-8-7.36c-43.35-38.58-86.8-54.83-112.88-39.69-25,14.51-32.43,57.6-21.9,111.53q1.58,8,3.55,15.93c-6.15,1.75-12.09,3.62-17.77,5.6C48.46,198.9,16,226.73,16,255.59c0,29.82,34.84,59.72,87.77,77.85q6.44,2.19,13,4.07Q114.64,346,113,354.68c-10,53-2.2,95.07,22.75,109.49,25.77,14.89,69-.41,111.14-37.31q5-4.38,10-9.25,6.32,6.11,13,11.86c40.8,35.18,81.09,49.39,106,34.93,25.75-14.94,34.12-60.14,23.25-115.13q-1.25-6.3-2.88-12.86,4.56-1.35,8.93-2.79c55-18.27,90.83-47.81,90.83-78C496,226.62,462.5,198.61,410.66,180.72Zm-129-81.08c35.43-30.91,68.55-43.11,83.65-34.39h0c16.07,9.29,22.32,46.75,12.22,95.88q-1,4.8-2.16,9.57a487.83,487.83,0,0,0-64.18-10.16,481.27,481.27,0,0,0-40.57-50.75Q276,104.57,281.64,99.64ZM157.73,280.25q6.51,12.6,13.61,24.89,7.23,12.54,15.07,24.71a435.28,435.28,0,0,1-44.24-7.13C146.41,309,151.63,294.75,157.73,280.25Zm0-48.33c-6-14.19-11.08-28.15-15.25-41.63,13.7-3.07,28.3-5.58,43.52-7.48q-7.65,11.94-14.72,24.23T157.7,231.92Zm10.9,24.17q9.48-19.77,20.42-38.78h0q10.93-19,23.27-37.13c14.28-1.08,28.92-1.65,43.71-1.65s29.52.57,43.79,1.66q12.21,18.09,23.13,37t20.69,38.6Q334,275.63,323,294.73h0q-10.91,19-23,37.24c-14.25,1-29,1.55-44,1.55s-29.47-.47-43.46-1.38q-12.43-18.19-23.46-37.29T168.6,256.09ZM340.75,305q7.25-12.58,13.92-25.49h0a440.41,440.41,0,0,1,16.12,42.32A434.44,434.44,0,0,1,326,329.48Q333.62,317.39,340.75,305Zm13.72-73.07q-6.64-12.65-13.81-25h0q-7-12.18-14.59-24.06c15.31,1.94,30,4.52,43.77,7.67A439.89,439.89,0,0,1,354.47,231.93ZM256.23,124.48h0a439.75,439.75,0,0,1,28.25,34.18q-28.35-1.35-56.74,0C237.07,146.32,246.62,134.87,256.23,124.48ZM145.66,65.86c16.06-9.32,51.57,4,89,37.27,2.39,2.13,4.8,4.36,7.2,6.67A491.37,491.37,0,0,0,201,160.51a499.12,499.12,0,0,0-64.06,10q-1.83-7.36-3.3-14.82h0C124.59,109.46,130.58,74.61,145.66,65.86ZM122.25,317.71q-6-1.71-11.85-3.71c-23.4-8-42.73-18.44-56-29.81C42.52,274,36.5,263.83,36.5,255.59c0-17.51,26.06-39.85,69.52-55q8.19-2.85,16.52-5.21a493.54,493.54,0,0,0,23.4,60.75A502.46,502.46,0,0,0,122.25,317.71Zm111.13,93.67c-18.63,16.32-37.29,27.89-53.74,33.72h0c-14.78,5.23-26.55,5.38-33.66,1.27-15.14-8.75-21.44-42.54-12.85-87.86q1.53-8,3.5-16a480.85,480.85,0,0,0,64.69,9.39,501.2,501.2,0,0,0,41.2,51C239.54,405.83,236.49,408.65,233.38,411.38Zm23.42-23.22c-9.72-10.51-19.42-22.14-28.88-34.64q13.79.54,28.08.54c9.78,0,19.46-.21,29-.64A439.33,439.33,0,0,1,256.8,388.16Zm124.52,28.59c-2.86,15.44-8.61,25.74-15.72,29.86-15.13,8.78-47.48-2.63-82.36-32.72-4-3.44-8-7.13-12.07-11a484.54,484.54,0,0,0,40.23-51.2,477.84,477.84,0,0,0,65-10.05q1.47,5.94,2.6,11.64h0C383.81,377.58,384.5,399.56,381.32,416.75Zm17.4-102.64h0c-2.62.87-5.32,1.71-8.06,2.53a483.26,483.26,0,0,0-24.31-60.94,481.52,481.52,0,0,0,23.36-60.06c4.91,1.43,9.68,2.93,14.27,4.52,44.42,15.32,71.52,38,71.52,55.43C475.5,274.19,446.23,298.33,398.72,314.11Z\"/><path d=\"M256,298.55a43,43,0,1,0-42.86-43A42.91,42.91,0,0,0,256,298.55Z\"/></svg></li><li title=\"logo reddit \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M324,256a36,36,0,1,0,36,36A36,36,0,0,0,324,256Z\"/><circle cx=\"188\" cy=\"292\" r=\"36\" transform=\"translate(-97.43 94.17) rotate(-22.5)\"/><path d=\"M496,253.77c0-31.19-25.14-56.56-56-56.56a55.72,55.72,0,0,0-35.61,12.86c-35-23.77-80.78-38.32-129.65-41.27l22-79L363.15,103c1.9,26.48,24,47.49,50.65,47.49,28,0,50.78-23,50.78-51.21S441,48,413,48c-19.53,0-36.31,11.19-44.85,28.77l-90-17.89L247.05,168.4l-4.63.13c-50.63,2.21-98.34,16.93-134.77,41.53A55.38,55.38,0,0,0,72,197.21c-30.89,0-56,25.37-56,56.56a56.43,56.43,0,0,0,28.11,49.06,98.65,98.65,0,0,0-.89,13.34c.11,39.74,22.49,77,63,105C146.36,448.77,199.51,464,256,464s109.76-15.23,149.83-42.89c40.53-28,62.85-65.27,62.85-105.06a109.32,109.32,0,0,0-.84-13.3A56.32,56.32,0,0,0,496,253.77ZM414,75a24,24,0,1,1-24,24A24,24,0,0,1,414,75ZM42.72,253.77a29.6,29.6,0,0,1,29.42-29.71,29,29,0,0,1,13.62,3.43c-15.5,14.41-26.93,30.41-34.07,47.68A30.23,30.23,0,0,1,42.72,253.77ZM390.82,399c-35.74,24.59-83.6,38.14-134.77,38.14S157,423.61,121.29,399c-33-22.79-51.24-52.26-51.24-83A78.5,78.5,0,0,1,75,288.72c5.68-15.74,16.16-30.48,31.15-43.79a155.17,155.17,0,0,1,14.76-11.53l.3-.21,0,0,.24-.17c35.72-24.52,83.52-38,134.61-38s98.9,13.51,134.62,38l.23.17.34.25A156.57,156.57,0,0,1,406,244.92c15,13.32,25.48,28.05,31.16,43.81a85.44,85.44,0,0,1,4.31,17.67,77.29,77.29,0,0,1,.6,9.65C442.06,346.77,423.86,376.24,390.82,399Zm69.6-123.92c-7.13-17.28-18.56-33.29-34.07-47.72A29.09,29.09,0,0,1,440,224a29.59,29.59,0,0,1,29.41,29.71A30.07,30.07,0,0,1,460.42,275.1Z\"/><path d=\"M323.23,362.22c-.25.25-25.56,26.07-67.15,26.27-42-.2-66.28-25.23-67.31-26.27h0a4.14,4.14,0,0,0-5.83,0l-13.7,13.47a4.15,4.15,0,0,0,0,5.89h0c3.4,3.4,34.7,34.23,86.78,34.45,51.94-.22,83.38-31.05,86.78-34.45h0a4.16,4.16,0,0,0,0-5.9l-13.71-13.47a4.13,4.13,0,0,0-5.81,0Z\"/></svg></li><li title=\"logo rss \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M108.56,342.78a60.34,60.34,0,1,0,60.56,60.44A60.63,60.63,0,0,0,108.56,342.78Z\"/><path d=\"M48,186.67v86.55c52,0,101.94,15.39,138.67,52.11s52,86.56,52,138.67h86.66C325.33,312.44,199.67,186.67,48,186.67Z\"/><path d=\"M48,48v86.56c185.25,0,329.22,144.08,329.22,329.44H464C464,234.66,277.67,48,48,48Z\"/></svg></li><li title=\"logo sass \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M511.78,328.07v0c-1.47-11.92-7.51-22.26-18-30.77a3.58,3.58,0,0,0-.43-.44l0,0-.53-.38-.17-.12-5.57-4-.19-.14-.71-.5,0,0a3.5,3.5,0,0,0-.83-.35c-17.62-10.49-46.79-17.84-91.42-2.09C383.28,271.36,382.07,257,389.2,235c1.27-3.83.09-6.36-3.71-8-7.64-3.25-18.1-1.59-25.52.37-3.46.9-5.54,2.86-6.2,5.83-4.7,22-18.36,42.1-31.57,61.5l-.78,1.14c-8.14-17.26-6.45-30.63-.78-47.38,1.13-3.34.24-5.56-2.89-7.22-8.74-4.51-21.85-1.41-27.07.13-6.62,1.93-13.72,19.82-21.65,41.24-2,5.39-3.72,10-4.75,12.15-2.45,5-4.79,10.7-7.27,16.75-5.6,13.69-11.91,29.1-20.93,38.78-3.28-7.25,1.88-18.68,6.89-29.77,5.93-13.11,11.53-25.5,5.08-33.41a11.82,11.82,0,0,0-8.33-4.32,13.26,13.26,0,0,0-6.15,1c.67-5.65.7-10.11-.95-15.5-2.36-7.69-8.49-12-16.93-11.77-19.22.56-35.48,14.88-45.75,26.8-6.84,8-22,14.1-35.31,19.45C129.37,305,124.37,307,120.2,309c-6.65-5.62-15.1-11.29-24-17.28-25-16.78-53.33-35.81-54.31-61.61-1.4-38.11,42-65.14,79.88-84.43,28.71-14.6,53.67-24.28,76.31-29.57,31.8-7.43,58.66-5.93,79.82,4.44,11.58,5.67,17,18,13.56,30.68-9,32.95-46.29,55.53-78.18,65.69-19.21,6.12-35.56,8.68-50,7.84-18.1-1.05-32.88-10.13-39.2-14a21.18,21.18,0,0,0-3.2-1.8l-.29-.07a3.21,3.21,0,0,0-3.19,1c-1.3,1.55-.84,4-.37,5.24,6.15,16.07,18.85,26.22,37.74,30.17a92.09,92.09,0,0,0,18.78,1.79c44.21,0,100.62-25.49,121.34-46.48,14.13-14.3,24.42-29,28.68-54.35,4.45-26.55-13.55-45-31.89-53.5-44.57-20.57-95.19-12.44-129.81-2-40.5,12.21-82.4,34.41-114.94,60.93-40.12,32.67-54.62,63-43.12,90.25,11.81,27.93,40.61,45.4,68.46,62.3,9,5.45,17.56,10.64,25.27,16-2.32,1.13-4.69,2.28-7.1,3.43C67.06,335,40.54,347.75,25.83,368.82c-10.68,15.35-12.68,30.63-5.94,45.42,3.6,7.87,10,13.21,18.89,15.87A50,50,0,0,0,53,432c17.31,0,36.36-7,46.73-13.47,18.32-11.5,30.19-26.94,35.29-45.89,4.54-16.86,3.45-33.61-3.15-48.56l22.45-11.32c-10.83,36-2.53,57.5,6.59,69.36,3.36,4.37,9.42,7,16.19,7.12s13-2.43,16.52-6.77c6.66-8.25,11.58-17.9,16.11-27.55-.24,6.3.06,12.68,2.21,18.09,1.93,4.87,5.11,8.1,9.21,9.34,4.36,1.33,9.47.21,14.39-3.15,22.17-15.17,37.33-51.58,49.51-80.85,1.73-4.16,3.39-8.16,5-11.9a152.5,152.5,0,0,0,12.5,31.07c1.18,2.14,1.08,3.08-.52,4.84-2.41,2.64-5.77,5.83-9.33,9.21-10.78,10.23-24.2,23-26,34.23-.7,4.5,2.4,8.6,7.21,9.53,14.47,2.88,31.9-1.33,46.64-11.25,13.4-9,18.44-21.55,15-37.19-3.33-15.06,4.27-33.76,22.59-55.62,3,12.53,7,22.66,12.52,31.53l-.15.12c-13.34,11.65-31.62,27.6-28.78,46.95a13.35,13.35,0,0,0,5.58,9.22,14.22,14.22,0,0,0,11.2,2.06c17.47-3.67,30.62-11.06,40.18-22.57s6.07-24.27,2.85-34.17c25-6.78,47.26-6.61,68.1.5,11.7,4,20.09,10.57,24.93,19.64,6.09,11.41,2.8,21.94-9.29,29.65-3.71,2.37-5.5,3.82-5.61,5.65a2.65,2.65,0,0,0,1,2.23c1.4,1.15,5.72,3.15,15.49-3,9-5.65,14.28-13.34,15.63-23A39,39,0,0,0,511.78,328.07ZM112.05,353.13l-.1,1.28c-1.56,14.64-9,27.4-22.15,38-8.26,6.66-17.23,10.75-25.25,11.53-5.6.54-9.67-.22-12.09-2.27-1.81-1.53-2.78-3.82-3-7-1.64-25.48,38.32-50.8,60.81-59.13A51.39,51.39,0,0,1,112.05,353.13ZM214.4,281.27h0c-3.7,21.09-14.49,60.9-31.45,76.35-.81.74-1.49,1-1.8.93s-.55-.44-.8-1c-5.66-13.12-3.57-35.28,5-52.69,6.59-13.42,16-22.31,26.52-25a5.29,5.29,0,0,1,1.34-.19,1.58,1.58,0,0,1,1,.27A1.64,1.64,0,0,1,214.4,281.27Zm83.49,76.88c-3.19,3.33-7.56,2.88-6.53,1.66l16.24-17.24C306.29,348.5,302.42,353.41,297.89,358.15Zm67.37-14.91a14.07,14.07,0,0,1-4.93,1.39c-.46-9.07,8.33-19.28,17-26.09C379.66,328,374.89,338,365.26,343.24Z\"/></svg></li><li title=\"logo skype \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M467.16,303.6a205.69,205.69,0,0,0,4.9-45.15c0-116.32-95.69-210.7-213.79-210.7a221.83,221.83,0,0,0-36.52,3A123.58,123.58,0,0,0,155.93,32C87.55,32,32,86.72,32,154.15A119.56,119.56,0,0,0,49,216a211.16,211.16,0,0,0-4.32,42.35c0,116.44,95.69,210.7,213.67,210.7a214,214,0,0,0,39.09-3.5A125.45,125.45,0,0,0,356.07,480C424.57,480,480,425.28,480,357.85A118,118,0,0,0,467.16,303.6ZM368,359c-9.92,13.76-24.51,24.73-43.41,32.43S283.36,403,257.69,403c-30.69,0-56.36-5.37-76.55-15.87a101,101,0,0,1-35.24-30.8c-9.11-12.83-13.66-25.66-13.66-38,0-7.7,3-14.35,8.87-19.95,5.84-5.37,13.42-8.17,22.29-8.17,7.35,0,13.65,2.1,18.79,6.42,4.9,4.08,9.1,10.15,12.48,18.08A108.09,108.09,0,0,0,207,336.15q6.32,8.22,17.86,13.65c7.82,3.62,18.2,5.48,31,5.48,17.62,0,32.09-3.73,42.94-11.08,10.74-7.12,15.88-15.75,15.88-26.25,0-8.28-2.69-14.82-8.29-19.95-5.83-5.37-13.42-9.57-22.87-12.37-9.69-3-22.87-6.18-39.21-9.56-22.17-4.67-41-10.27-56-16.57-15.28-6.42-27.65-15.4-36.76-26.48-9.22-11.32-13.77-25.55-13.77-42.24a67.86,67.86,0,0,1,14.47-42.58c9.57-12.25,23.46-21.82,41.55-28.35,17.74-6.53,38.86-9.8,62.66-9.8,19.14,0,35.83,2.22,49.83,6.42s25.91,10.15,35.36,17.38,16.34,14.93,20.77,23,6.66,16.22,6.66,24c0,7.46-2.92,14.35-8.76,20.3a29.65,29.65,0,0,1-21.94,9.1c-7.93,0-14.12-1.87-18.43-5.6-4-3.5-8.17-8.87-12.72-16.69-5.37-9.91-11.79-17.85-19.14-23.45-7.24-5.36-19.14-8.16-35.71-8.16-15.29,0-27.77,3-37,9-8.87,5.72-13.19,12.37-13.19,20.18a18.26,18.26,0,0,0,4.32,12.25,38.13,38.13,0,0,0,12.72,9.57,90.14,90.14,0,0,0,17.15,6.53c6,1.64,15.87,4.09,29.53,7.12,17.38,3.62,33.25,7.82,47.26,12.13,14.24,4.55,26.49,10,36.52,16.45a72.93,72.93,0,0,1,24.16,25.09c5.72,10,8.64,22.63,8.64,37.1A75.09,75.09,0,0,1,368,359Z\"/></svg></li><li title=\"logo slack \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M126.12,315.1A47.06,47.06,0,1,1,79.06,268h47.06Z\"/><path d=\"M149.84,315.1a47.06,47.06,0,0,1,94.12,0V432.94a47.06,47.06,0,1,1-94.12,0Z\"/><path d=\"M196.9,126.12A47.06,47.06,0,1,1,244,79.06v47.06Z\"/><path d=\"M196.9,149.84a47.06,47.06,0,0,1,0,94.12H79.06a47.06,47.06,0,0,1,0-94.12Z\"/><path d=\"M385.88,196.9A47.06,47.06,0,1,1,432.94,244H385.88Z\"/><path d=\"M362.16,196.9a47.06,47.06,0,0,1-94.12,0V79.06a47.06,47.06,0,1,1,94.12,0Z\"/><path d=\"M315.1,385.88A47.06,47.06,0,1,1,268,432.94V385.88Z\"/><path d=\"M315.1,362.16a47.06,47.06,0,0,1,0-94.12H432.94a47.06,47.06,0,1,1,0,94.12Z\"/></svg></li><li title=\"logo snapchat \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M496,347.21a190.31,190.31,0,0,1-32.79-5.31c-27.28-6.63-54.84-24.26-68.12-52.43-6.9-14.63-2.64-18.59,11.86-24,14.18-5.27,29.8-7.72,36.86-23,5.89-12.76,1.13-27.76-10.41-35.49-15.71-10.53-30.35-.21-46.62,2.07,3.73-46.66,8.66-88.57-22.67-127.73C338.14,48.86,297.34,32,256.29,32S174.43,48.86,148.48,81.33c-31.38,39.26-26.4,81.18-22.67,127.92C109.49,207,95,196.46,79.18,207.07c-14.72,9.85-17,29.76-5.44,43s31.64,9.5,43.45,20.6c6.49,6.09,3.49,12.61-.35,20.14-14.48,28.4-39.26,45.74-69.84,51.56-4,.76-22.31,2.87-31,3.65,0,9.28.52,16.78,1.63,21.73,2.94,13.06,12.32,23.58,23.69,30.1C52.5,404.25,76.8,404.28,83,413.36c3,4.48,1.76,12.28,5.33,17.38a23.8,23.8,0,0,0,15.37,9.75c18.61,3.61,37.32-7.2,56.42-2.1,14.85,3.95,26.52,15.87,39.26,24,15.51,9.85,32.34,16.42,50.83,17.49,38.1,2.21,59.93-18.91,90.58-36.42,19.5-11.14,38.15-3.86,58.88-2.68,20.1,1.15,23.53-9.25,29.62-24.88a27.37,27.37,0,0,0,1.54-4.85,10.52,10.52,0,0,0,2.28-1.47c2-1.57,10.55-2.34,12.76-2.86,10.28-2.44,20.34-5.15,29.17-11.2,11.31-7.76,17.65-18.5,19.58-32.64A93.73,93.73,0,0,0,496,347.21ZM208,128c8.84,0,16,10.74,16,24s-7.16,24-16,24-16-10.74-16-24S199.16,128,208,128Zm103.62,77.7c-15.25,15-35,23.3-55.62,23.3a78.37,78.37,0,0,1-55.66-23.34,8,8,0,0,1,11.32-11.32A62.46,62.46,0,0,0,256,213c16.39,0,32.15-6.64,44.39-18.7a8,8,0,0,1,11.23,11.4ZM304,176c-8.84,0-16-10.75-16-24s7.16-24,16-24,16,10.75,16,24S312.84,176,304,176Z\"/></svg></li><li title=\"logo soundcloud \"><svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M5.8,278a2.11,2.11,0,0,0-2,2L0,308.64,3.74,336.8a2.12,2.12,0,0,0,2.05,2,2.14,2.14,0,0,0,2-2h0l4.44-28.17L7.83,280a2.14,2.14,0,0,0-2-2Z\"/><path d=\"M26.85,262.32a2.13,2.13,0,0,0-4.26,0l-5,46.32,5,45.3a2.13,2.13,0,0,0,4.26,0l5.73-45.31-5.73-46.32Z\"/><path d=\"M106.17,219.59a4,4,0,0,0-3.87,3.87l-4,85.22,4,55.08a3.88,3.88,0,0,0,7.75,0v0l4.53-55.08-4.53-85.22A4,4,0,0,0,106.17,219.59Z\"/><path d=\"M65.12,249.21a3.09,3.09,0,0,0-3,3L57.6,308.66l4.51,54.63a3,3,0,0,0,6,0l5.13-54.63-5.13-56.48A3.1,3.1,0,0,0,65.12,249.21Z\"/><path d=\"M147.88,367.6a4.83,4.83,0,0,0,4.75-4.74l3.93-54.15-3.93-113.46a4.75,4.75,0,0,0-9.5,0l-3.49,113.45,3.49,54.17A4.81,4.81,0,0,0,147.88,367.6Z\"/><path d=\"M233.28,367.85a6.6,6.6,0,0,0,6.5-6.52v0l2.74-52.6-2.74-131a6.5,6.5,0,1,0-13,0l-2.45,131c0,.08,2.45,52.67,2.45,52.67A6.59,6.59,0,0,0,233.28,367.85Z\"/><path d=\"M190.26,367.65a5.67,5.67,0,0,0,5.62-5.64v0l3.34-53.33-3.34-114.28a5.63,5.63,0,1,0-11.25,0l-3,114.29,3,53.32a5.66,5.66,0,0,0,5.63,5.6Z\"/><path d=\"M85.56,367.15A3.53,3.53,0,0,0,89,363.74l4.83-55.09L89,256.25a3.44,3.44,0,0,0-6.88,0l-4.26,52.38,4.26,55.08A3.5,3.5,0,0,0,85.56,367.15Z\"/><path d=\"M44.84,364.13a2.67,2.67,0,0,0,2.57-2.52l5.43-53-5.42-55a2.57,2.57,0,0,0-5.14,0l-4.78,55,4.78,53a2.62,2.62,0,0,0,2.56,2.53Z\"/><path d=\"M211.69,192.53a6.1,6.1,0,0,0-6.07,6.09l-2.71,110.11,2.71,53a6.07,6.07,0,0,0,12.13,0v0l3-53-3-110.13a6.1,6.1,0,0,0-6.06-6.07Z\"/><path d=\"M127,367.71a4.41,4.41,0,0,0,4.31-4.3l4.23-54.71L131.26,204a4.32,4.32,0,0,0-8.63,0L118.89,308.7l3.75,54.73A4.38,4.38,0,0,0,127,367.71Z\"/><path d=\"M174.17,362.54v0l3.63-53.8-3.63-117.28a5.19,5.19,0,1,0-10.37,0l-3.23,117.28,3.23,53.83a5.18,5.18,0,0,0,10.36,0v0Z\"/><path d=\"M449,241.1A62.42,62.42,0,0,0,424.67,246c-5-57.18-52.61-102-110.66-102a111.92,111.92,0,0,0-40.28,7.58c-4.75,1.85-6,3.76-6.06,7.46V360.4a7.66,7.66,0,0,0,6.8,7.5c.16,0,173.44.11,174.56.11,34.78,0,63-28.41,63-63.45s-28.2-63.46-63-63.46Z\"/><path d=\"M254.79,158.87a7,7,0,0,0-6.94,7L245,308.75l2.85,51.87a6.94,6.94,0,1,0,13.87-.06v.06l3.09-51.87-3.09-142.93a7,7,0,0,0-6.93-6.95Z\"/></svg></li><li title=\"logo stackoverflow \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M392,440V320h40V480H64V320h40V440Z\"/><path d=\"M149.1,308.77l198.57,40.87,8.4-39.32L157.5,269.45Zm26.27-93.12L359.22,300,376,263.76,192.18,178.92Zm50.95-89,156,127.78,25.74-30.52-156-127.78ZM328,32,294.61,55.8,415.43,216.17,448,192ZM144,400H348V360H144Z\"/></svg></li><li title=\"logo steam \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M478.8,208.2a36,36,0,1,1-36-36A36,36,0,0,1,478.8,208.2ZM442.6,139a69.42,69.42,0,0,0-69.4,68.7l-43.2,62a48.86,48.86,0,0,0-5.4-.3,51.27,51.27,0,0,0-26.4,7.3L102.4,198a51.8,51.8,0,1,0-50.6,62.9,51.27,51.27,0,0,0,26.4-7.3L274,332.2a51.76,51.76,0,0,0,102.1-5.9l66.5-48.6a69.35,69.35,0,1,0,0-138.7Zm0,22.9a46.45,46.45,0,1,1-46.5,46.5A46.54,46.54,0,0,1,442.6,161.9Zm-390.8,9a38.18,38.18,0,0,1,33.7,20.2l-18.9-7.6v.1a30.21,30.21,0,0,0-22.6,56v.1l16.1,6.4a36.8,36.8,0,0,1-8.2.9,38.05,38.05,0,0,1-.1-76.1ZM324.6,283.1A38.1,38.1,0,1,1,290.9,339c6.3,2.5,12.5,5,18.8,7.6a30.27,30.27,0,1,0,22.5-56.2L316.3,284A46.83,46.83,0,0,1,324.6,283.1Z\"/></svg></li><li title=\"logo stencil \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M188.8,334.07H386.13L279.47,448H83.2Z\"/><path d=\"M512,199H106.61L0,313H405.39Z\"/><path d=\"M232.2,64H428.8L322.62,177.93H125.87Z\"/></svg></li><li title=\"logo tableau \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M242.69,340.3h26.62V267.7h67V241.88h-67v-72.6H242.69v72.6H176.54V267.7h66.15Z\"/><path d=\"M119.26,445.18h22.59V380.64h59.7V360.47h-59.7V295.13H119.26v65.34H59.56v20.17h59.7Z\"/><path d=\"M370.15,212h22.59V147.5h60.5V128.13h-60.5V62.79H370.15v65.34h-59.7V147.5h59.7Z\"/><path d=\"M246.72,496h19.36V450h41.15V433.08H266.08v-46H246.72v46H206.39V450h40.33Z\"/><path d=\"M120.07,212h21V146.69h60.51V128.13H141V62.79h-21v65.34H59.56v18.56h60.51Z\"/><path d=\"M435.72,308.84h19.36V263.66H496V245.92H455.08V200.74H435.72v45.18H395.39v17.74h40.33Z\"/><path fill-rule=\"evenodd\" d=\"M370.15,445.18h22.59V380.64h60.5V360.47h-60.5V295.13H370.15v65.34h-59.7v20.17h59.7Z\"/><path d=\"M307,74.08V60.37H266.66V16H252.14V60.37H211.81V74.08h40.33v44.37h14.52V74.08ZM56.11,305.61H70.63V261.24H111V247.53H70.63V204H56.11v43.56H16v14.52L56.11,262Z\"/></svg></li><li title=\"logo tiktok \"><svg id=\"icons\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M412.19,118.66a109.27,109.27,0,0,1-9.45-5.5,132.87,132.87,0,0,1-24.27-20.62c-18.1-20.71-24.86-41.72-27.35-56.43h.1C349.14,23.9,350,16,350.13,16H267.69V334.78c0,4.28,0,8.51-.18,12.69,0,.52-.05,1-.08,1.56,0,.23,0,.47-.05.71,0,.06,0,.12,0,.18a70,70,0,0,1-35.22,55.56,68.8,68.8,0,0,1-34.11,9c-38.41,0-69.54-31.32-69.54-70s31.13-70,69.54-70a68.9,68.9,0,0,1,21.41,3.39l.1-83.94a153.14,153.14,0,0,0-118,34.52,161.79,161.79,0,0,0-35.3,43.53c-3.48,6-16.61,30.11-18.2,69.24-1,22.21,5.67,45.22,8.85,54.73v.2c2,5.6,9.75,24.71,22.38,40.82A167.53,167.53,0,0,0,115,470.66v-.2l.2.2C155.11,497.78,199.36,496,199.36,496c7.66-.31,33.32,0,62.46-13.81,32.32-15.31,50.72-38.12,50.72-38.12a158.46,158.46,0,0,0,27.64-45.93c7.46-19.61,9.95-43.13,9.95-52.53V176.49c1,.6,14.32,9.41,14.32,9.41s19.19,12.3,49.13,20.31c21.48,5.7,50.42,6.9,50.42,6.9V131.27C453.86,132.37,433.27,129.17,412.19,118.66Z\"/></svg></li><li title=\"logo tumblr \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M390,32H120c-49.19,0-88,38.81-88,88V390c0,49.19,38.81,90,88,90H390c49.19,0,90-40.81,90-90V120C480,70.81,439.19,32,390,32ZM336,396H284c-42.51,0-72-23.68-72-76V240H176V192c42.51-11,57.95-48.32,60-80h44v72h52v56H280l-.39,70.51c0,21.87,11,29.43,28.62,29.43L336,340Z\"/></svg></li><li title=\"logo tux \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M443.66,405.05c-1.46-.79-2.85-1.54-4-2.2-6.47-3.83-13-10.52-11.85-17.83,2.42-15.94,2.89-23.47-.49-28.79a15.61,15.61,0,0,0-7.67-6.2l0-.06c1.41-2.56,2.26-5.66,2.83-10.12,1.44-11-5-44-13.7-70.7-8.08-24.68-29.24-50-44.7-68.56l-3.61-4.34c-23.88-28.93-24.34-38.19-26.55-82.67-.32-6.47-.69-13.8-1.17-22C329.87,41.43,304,16,256,16c-25.2,0-44.62,7.15-57.72,21.26C187.79,48.55,182,64,182,80.78c0,29.52,2,53,2.15,54.29,1.4,35.7,1,41.22-8.31,57.55-2.23,3.93-8.38,10.87-14.89,18.21-8.48,9.57-18.09,20.41-23.36,29.22-3.77,6.31-5.88,12.63-8.11,19.33-3.4,10.21-7.26,21.78-18.15,36.57-12.57,17.07-15.52,29.61-11,47.45v0c-4.94,6.45-4.83,14.37-4.75,20.23a25.84,25.84,0,0,1-.3,6.09c-2.29,7.59-12.42,9.4-22,10.18-1.58.12-3.1.21-4.55.29-7.26.39-13.53.74-17.13,6.3-3.47,5.36-1.12,13.8,2.14,25.48.72,2.58,1.46,5.25,2.19,8.06,1.83,7-.16,10.48-2.68,14.84-2.44,4.21-5.21,9-5.21,17.55,0,14.67,20,18,43.05,21.94,7.36,1.24,15,2.53,22.63,4.24a225.58,225.58,0,0,1,34.08,10.68c9.72,3.73,17.4,6.68,26.43,6.68,16.18,0,28.25-9.77,39.92-19.21L216.3,475c5.53-4.49,21.5-4,34.34-3.64,3.46.1,6.73.2,9.65.2l6.22,0c13.48-.08,31.94-.18,42.23,2.5,3.75,1,6.2,3.72,9.29,7.19C323.9,487.81,331.2,496,351.42,496c19.39,0,29.55-8.71,41.32-18.8,7.16-6.13,14.56-12.48,25.07-17.86,3.92-2,7.62-3.87,11.08-5.61C451.53,442.35,464,436.08,464,425.91,464,416,451.76,409.41,443.66,405.05ZM211.11,88.38a13.91,13.91,0,0,1,12.47,9c1.95,5.55,1.81,10.42.21,12.94,0,0-.22-1-.36-1.44a14.85,14.85,0,0,0-6.44-8.59,11.35,11.35,0,0,0-8.94-1.47c-4.26,1.13-8.41,5-8.91,18.79-5.16-10.47-2.31-18,.92-23C202.37,90.88,207.53,88.28,211.11,88.38Zm-17.5,375C192,479.24,175.2,479,170.09,478.59c-9.81-.82-21.66-4.69-33.13-8.43-4.52-1.47-9.19-3-13.73-4.34-13.2-3.89-30.12-6.74-43.72-9-3.22-.55-6.27-1.06-9.05-1.55s-4.61-1.27-5.2-2.3c-1-1.65.38-5.25,1.93-9.41C69.27,438,72.11,430.34,72,421c0-3.91-1.47-8.3-2.84-12.56-1.62-5-3.28-10.17-1.93-12.62,1.23-2.23,6.75-2.49,11.6-2.49h2.26c3.55,0,6.62.06,8.75-.53,6.51-1.81,14.86-6.92,17.81-13.88.9-2.17,1.37-6.94,2-14,.37-4.12.74-8.37,1.22-10.58a3.55,3.55,0,0,1,2.11-2.55c1.65-.77,6.78-1.91,18.63,4.08,11.18,5.65,22.88,25.84,34.2,45.37,3.56,6.14,6.92,11.94,10.3,17.36C190.15,441.14,194.94,450.2,193.61,463.4Zm128.84-31.56a68.74,68.74,0,0,1-4.55,10.9.58.58,0,0,1-1.08-.42,56.61,56.61,0,0,0,2.11-18.43c-.25-4.73-.4-7.59-2.66-8.51s-4.26.83-9.45,5.54c-1.1,1-2.36,2.14-3.78,3.4-10.8,9.47-26.88,20.68-55.61,23.37-16.84,1.59-27.59-4.63-30.92-8.14a2.16,2.16,0,0,0-3.07-.08,2.23,2.23,0,0,0-.51,2.29c2.12,6.84,1.2,12.26-.49,16.19-.95,2.2-1.85,2.05-2-.34-.25-4.64-1-9.88-3-14.19-3.11-6.94-7-14.34-8.89-17.88v-.05c3.24-1.49,8.86-4.83,11.37-10.88s4.48-18-9.82-31.74c-6.28-6.05-22.1-17.16-36.06-27-10.9-7.65-22.17-15.56-23.65-17.51-4.49-5.89-6.37-9.3-6.94-19.65.07-2.3.13-4.59.19-6.89l.27-2.49a.58.58,0,0,1,1.15,0,63.07,63.07,0,0,0,2,9.72c1.08,3.73,2.4,7.58,3.62,9.18,3.19,4.22,7.56,7.39,11.67,8.49a5.48,5.48,0,0,0,5-.72c2.93-2.33,2.65-7.6,2.19-16.34-.47-9-1.11-21.34,1.85-34.55,5.62-25,10.91-32.51,17.61-42,.86-1.22,1.75-2.47,2.65-3.79,1.44-2.08,3-4.1,4.67-6.23,7.47-9.61,15.93-20.49,13.92-40.95-.51-5.19-.76-8.83-.86-11.39a1,1,0,0,1,1.88-.59l.49.77,1.21,2c4.86,8,13.64,22.57,25.1,22.57a13.62,13.62,0,0,0,2.36-.21c23.39-3.93,51.9-30.25,52.17-30.51,3.12-3,2.84-6.14,1.64-7.91a5.18,5.18,0,0,0-6.45-1.72c-3.29,1.4-7.14,3.15-11.22,5-13.82,6.27-37,16.75-42.25,14.34a23.11,23.11,0,0,1-6.32-5.13,1,1,0,0,1,1.14-1.65c5.59,2.29,9.55,1.45,14.2-.08l1-.34c9.37-3.09,14.2-4.77,30.76-12.08a97.55,97.55,0,0,1,16.26-5.93c4-1,6.42-1.63,7.71-4.34a6.65,6.65,0,0,0-.5-7.13c-1.53-1.87-4.07-2.57-7-1.9-3.22.75-4.7,3-6.41,4.49-2.4,2.05-5,4.16-17.19,8.65-27,10-34.58,10.61-45.21,3.43-9.84-6.69-15.15-13.23-15.15-16,0-2.13,5.45-5.7,8.71-7.84,1.33-.87,2.59-1.69,3.62-2.46,4.34-3.22,13-11.39,13.38-11.73,5.4-5.41,17.91-2.18,25,2.58a2.23,2.23,0,0,0,1.72.41,2.14,2.14,0,0,0,1.68-2.58c-4.2-17.46-.13-27.34,4-32.55a22.58,22.58,0,0,1,17.48-8.48c12.81,0,21.76,10,21.76,24.42,0,11-2.82,16.79-5.48,20.3a1.73,1.73,0,0,1-2.58.18,1.78,1.78,0,0,1-.24-2.2A24.61,24.61,0,0,0,290,114a16.58,16.58,0,0,0-16.84-16.67c-3.94,0-13.48,1.5-16.77,15.44a29.81,29.81,0,0,0-.34,11.07l.08.71c.9,7.38,15.3,12.51,27.23,15.51,11.36,2.85,13,6.22,8.84,19.63s3.11,26.23,5.7,29.57a78.3,78.3,0,0,1,8.31,12.47,93.8,93.8,0,0,1,6.62,16.48c2.17,6.79,4.05,12.65,10.63,21.22,11.07,14.4,17.66,48.64,15,78-.21,2.41-.53,4.29-.77,5.67-.43,2.53-.72,4.2.66,5.38s3.16.7,7.26-.63l3.43-1.09a109.33,109.33,0,0,1,12.58-2.8,2.15,2.15,0,0,0,1.59-1.16c3.43-6.91,3.85-15.22,4-22.47q0-1.31.06-2.79c.19-7.77.45-18.93-2.95-32a1,1,0,0,1,1.93-.64,93,93,0,0,1,6.66,25.55c2.55,22.58-1.9,32.09-1.94,32.17a1.61,1.61,0,0,0,.95,2.25,17.12,17.12,0,0,1,6.95,4.67c1.46,1.66.93,2.4-1.14,1.62a36.26,36.26,0,0,0-12.77-2.29c-10.4,0-18.09,4.95-21.51,9.19-3.19,3.94-3.7,7.67-3.83,11.27l-.06.05c-7.48-.75-12.94,1.21-17.47,6.21l-.08.09c-6.26,7.75-4,24.63-1.29,38.48h0C322,400.61,326.31,419.68,322.45,431.84Zm96.1,10.07c-15.71,6.71-25.43,14.51-34,21.39-5.65,4.53-11,8.81-17.28,12.14-10.12,5.34-24.91,6.53-33.27-7.7-2.37-4-.71-9.86,1.58-17.95,3.05-10.75,7.23-25.46,3.71-44.65-.94-5.12-1.77-9.51-2.49-13.31C334,377,332.9,371.43,334,367c.63-2.45,3.43-3,5.87-3a20.83,20.83,0,0,1,2.63.19l0,0a29.51,29.51,0,0,0,7,12.1c5.7,5.86,13.63,8.83,23.56,8.85,2.1.17,25.94,1.55,36.54-22.4l0,0c1.46.18,3.65.7,4.3,2.3,1.28,3.19-.27,8.91-1.52,13.5-.9,3.31-1.68,6.16-1.63,8.37.31,16,11,22.78,25.83,32.16,1.79,1.13,3.66,2.31,5.55,3.54S445,425,445,426C444.48,430.79,425,439.16,418.55,441.91Z\"/></svg></li><li title=\"logo twitch \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M80,32,48,112V416h96v64h64l64-64h80L464,304V32ZM416,288l-64,64H256l-64,64V352H112V80H416Z\"/><rect x=\"320\" y=\"143\" width=\"48\" height=\"129\"/><rect x=\"208\" y=\"143\" width=\"48\" height=\"129\"/></svg></li><li title=\"logo twitter \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M496,109.5a201.8,201.8,0,0,1-56.55,15.3,97.51,97.51,0,0,0,43.33-53.6,197.74,197.74,0,0,1-62.56,23.5A99.14,99.14,0,0,0,348.31,64c-54.42,0-98.46,43.4-98.46,96.9a93.21,93.21,0,0,0,2.54,22.1,280.7,280.7,0,0,1-203-101.3A95.69,95.69,0,0,0,36,130.4C36,164,53.53,193.7,80,211.1A97.5,97.5,0,0,1,35.22,199v1.2c0,47,34,86.1,79,95a100.76,100.76,0,0,1-25.94,3.4,94.38,94.38,0,0,1-18.51-1.8c12.51,38.5,48.92,66.5,92.05,67.3A199.59,199.59,0,0,1,39.5,405.6,203,203,0,0,1,16,404.2,278.68,278.68,0,0,0,166.74,448c181.36,0,280.44-147.7,280.44-275.8,0-4.2-.11-8.4-.31-12.5A198.48,198.48,0,0,0,496,109.5Z\"/></svg></li><li title=\"logo usd \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M240,480V443.58C160.53,439,112.25,398.06,112,336h72c1.77,26.34,23.86,46.45,56,50V288L213.23,281c-61-14.18-93.64-49.39-93.64-102.08C119.59,116.81,164.08,76.08,240,70V32h32V70c77.39,6.3,119,47.74,120,106H320c-.76-24.06-15.83-43.39-48-46v92l30.82,7.28C367.61,243.46,400,277,400,332c0,64.34-43.74,105.88-128,111.32V480Zm0-264V130c-27.59,1.52-47.27,18.47-47.27,42.53C192.73,194.83,209.12,209.41,240,216Zm32,78v92c38.15-1.54,56.38-18.92,56.38-45.77C328.38,315.65,310.15,299.1,272,294Z\"/></svg></li><li title=\"logo venmo \"><svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M444.17,32H70.28C49.85,32,32,46.7,32,66.89V441.6C32,461.91,49.85,480,70.28,480H444.06C464.6,480,480,461.8,480,441.61V66.89C480.12,46.7,464.6,32,444.17,32ZM278,387H174.32L132.75,138.44l90.75-8.62,22,176.87c20.53-33.45,45.88-86,45.88-121.87,0-19.62-3.36-33-8.61-44L365.4,124.1c9.56,15.78,13.86,32,13.86,52.57C379.25,242.17,323.34,327.26,278,387Z\"/></svg></li><li title=\"logo vercel \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path fill-rule=\"evenodd\" d=\"M256,48,496,464H16Z\"/></svg></li><li title=\"logo vimeo \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M476.9,114c-5-23.39-17.51-38.78-40.61-46.27s-64.92-4.5-94.12,16.79c-26.79,19.51-46.26,54.42-54,78.28a4,4,0,0,0,5.13,5c10.77-3.8,21.72-7.1,34-6.45,15,.8,24.51,12,24.91,25.29.3,9.79-.2,18.69-3.6,27.68C337.87,243,321,270.78,301.06,295.07a72.49,72.49,0,0,1-10,9.89c-10.21,8.29-18.81,6.1-25.41-5.2-5.4-9.29-9-18.88-12.2-29.08-12.4-39.67-16.81-80.84-23.81-121.52-3.3-19.48-7-39.77-18-56.86-11.6-17.79-28.61-24.58-50-22-14.7,1.8-36.91,17.49-47.81,26.39,0,0-56,46.87-81.82,71.35l21.2,27s17.91-12.49,27.51-18.29c5.7-3.39,12.4-4.09,17.2.2,4.51,3.9,9.61,9,12.31,14.1,5.7,10.69,11.2,21.88,14.7,33.37,13.2,44.27,25.51,88.64,37.81,133.22,6.3,22.78,13.9,44.17,28,63.55,19.31,26.59,39.61,32.68,70.92,21.49,25.41-9.09,46.61-26.18,66-43.87,33.11-30.18,59.12-65.36,85.52-101.14C433.59,270,450.49,242,464.59,210.72,478.5,179.74,484,147.26,476.9,114Z\"/></svg></li><li title=\"logo vk \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M484.7,132c3.56-11.28,0-19.48-15.75-19.48H416.58c-13.21,0-19.31,7.18-22.87,14.86,0,0-26.94,65.6-64.56,108.13-12.2,12.3-17.79,16.4-24.4,16.4-3.56,0-8.14-4.1-8.14-15.37V131.47c0-13.32-4.06-19.47-15.25-19.47H199c-8.14,0-13.22,6.15-13.22,12.3,0,12.81,18.81,15.89,20.84,51.76V254c0,16.91-3,20-9.66,20-17.79,0-61-66.11-86.92-141.44C105,117.64,99.88,112,86.66,112H33.79C18.54,112,16,119.17,16,126.86c0,13.84,17.79,83.53,82.86,175.77,43.21,63,104.72,96.86,160.13,96.86,33.56,0,37.62-7.69,37.62-20.5V331.33c0-15.37,3.05-17.93,13.73-17.93,7.62,0,21.35,4.09,52.36,34.33C398.28,383.6,404.38,400,424.21,400h52.36c15.25,0,22.37-7.69,18.3-22.55-4.57-14.86-21.86-36.38-44.23-62-12.2-14.34-30.5-30.23-36.09-37.92-7.62-10.25-5.59-14.35,0-23.57-.51,0,63.55-91.22,70.15-122\" style=\"fill-rule:evenodd\"/></svg></li><li title=\"logo vue \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polygon points=\"256 144.03 200.51 47.92 121.08 47.92 256 281.61 390.92 47.92 311.49 47.92 256 144.03\"/><polygon points=\"409.4 47.92 256 313.61 102.6 47.92 15.74 47.92 256 464.08 496.26 47.92 409.4 47.92\"/></svg></li><li title=\"logo web component \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polygon points=\"179.9 388 179.9 388 103.74 256 179.9 388\" style=\"fill:none\"/><polygon points=\"179.9 388 332.11 388 408.26 256 332.11 124 179.9 124 103.74 256 179.9 388\" style=\"fill:none\"/><polygon points=\"103.74 256 179.9 124 179.9 124 103.74 256\" style=\"fill:none\"/><polygon points=\"496 256 376 48 239.74 48 195.9 124 332.11 124 408.26 256 332.11 388 195.9 388 239.74 464 376 464 496 256\"/><polygon points=\"179.9 388 103.74 256 179.9 124 179.9 124 223.74 48 136 48 16 256 136 464 223.74 464 179.9 388 179.9 388\"/></svg></li><li title=\"logo wechat \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path id=\"XMLID_501_-1\" data-name=\"XMLID 501 -1\" d=\"M408.67,298.53a21,21,0,1,1,20.9-21,20.85,20.85,0,0,1-20.9,21m-102.17,0a21,21,0,1,1,20.9-21,20.84,20.84,0,0,1-20.9,21M458.59,417.39C491.1,394.08,512,359.13,512,319.51c0-71.08-68.5-129.35-154.41-129.35S203.17,248.43,203.17,319.51s68.5,129.34,154.42,129.34c17.41,0,34.83-2.33,49.92-7,2.49-.86,3.48-1.17,4.64-1.17a16.67,16.67,0,0,1,8.13,2.34L454,462.83a11.62,11.62,0,0,0,3.48,1.17,5,5,0,0,0,4.65-4.66,14.27,14.27,0,0,0-.77-3.86c-.41-1.46-5-16-7.36-25.27a18.94,18.94,0,0,1-.33-3.47,11.4,11.4,0,0,1,5-9.35\"/><path id=\"XMLID_505_-7\" data-name=\"XMLID 505 -7\" d=\"M246.13,178.51a24.47,24.47,0,0,1,0-48.94c12.77,0,24.38,11.65,24.38,24.47,1.16,12.82-10.45,24.47-24.38,24.47m-123.06,0A24.47,24.47,0,1,1,147.45,154a24.57,24.57,0,0,1-24.38,24.47M184.6,48C82.43,48,0,116.75,0,203c0,46.61,24.38,88.56,63.85,116.53C67.34,321.84,68,327,68,329a11.38,11.38,0,0,1-.66,4.49C63.85,345.14,59.4,364,59.21,365s-1.16,3.5-1.16,4.66a5.49,5.49,0,0,0,5.8,5.83,7.15,7.15,0,0,0,3.49-1.17L108,351c3.49-2.33,5.81-2.33,9.29-2.33a16.33,16.33,0,0,1,5.81,1.16c18.57,5.83,39.47,8.16,60.37,8.16h10.45a133.24,133.24,0,0,1-5.81-38.45c0-78.08,75.47-141,168.35-141h10.45C354.1,105.1,277.48,48,184.6,48\"/></svg></li><li title=\"logo whatsapp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M414.73,97.1A222.14,222.14,0,0,0,256.94,32C134,32,33.92,131.58,33.87,254A220.61,220.61,0,0,0,63.65,365L32,480l118.25-30.87a223.63,223.63,0,0,0,106.6,27h.09c122.93,0,223-99.59,223.06-222A220.18,220.18,0,0,0,414.73,97.1ZM256.94,438.66h-.08a185.75,185.75,0,0,1-94.36-25.72l-6.77-4L85.56,427.26l18.73-68.09-4.41-7A183.46,183.46,0,0,1,71.53,254c0-101.73,83.21-184.5,185.48-184.5A185,185,0,0,1,442.34,254.14C442.3,355.88,359.13,438.66,256.94,438.66ZM358.63,300.47c-5.57-2.78-33-16.2-38.08-18.05s-8.83-2.78-12.54,2.78-14.4,18-17.65,21.75-6.5,4.16-12.07,1.38-23.54-8.63-44.83-27.53c-16.57-14.71-27.75-32.87-31-38.42s-.35-8.56,2.44-11.32c2.51-2.49,5.57-6.48,8.36-9.72s3.72-5.56,5.57-9.26.93-6.94-.46-9.71-12.54-30.08-17.18-41.19c-4.53-10.82-9.12-9.35-12.54-9.52-3.25-.16-7-.2-10.69-.2a20.53,20.53,0,0,0-14.86,6.94c-5.11,5.56-19.51,19-19.51,46.28s20,53.68,22.76,57.38,39.3,59.73,95.21,83.76a323.11,323.11,0,0,0,31.78,11.68c13.35,4.22,25.5,3.63,35.1,2.2,10.71-1.59,33-13.42,37.63-26.38s4.64-24.06,3.25-26.37S364.21,303.24,358.63,300.47Z\" style=\"fill-rule:evenodd\"/></svg></li><li title=\"logo windows \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M480,265H232V444l248,36V265Z\"/><path d=\"M216,265H32V415l184,26.7V265Z\"/><path d=\"M480,32,232,67.4V249H480V32Z\"/><path d=\"M216,69.7,32,96V249H216V69.7Z\"/></svg></li><li title=\"logo wordpress \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M259,271.3,226.2,367h-.1l-25.4,73.1c1.8.5,3.5.9,5.3,1.4h.3a192.51,192.51,0,0,0,49.5,6.5,157,157,0,0,0,24.9-1.8,184.3,184.3,0,0,0,32.5-7.1h0c2.6-.8,5.2-1.7,7.8-2.6-2.8-6-8.8-19.3-9.1-19.9Z\"/><path d=\"M80.8,180.5C70.8,203.1,64,230.9,64,256c0,6.3.3,12.6.9,18.8,6.9,71.2,52.9,131,116.1,157.9,2.6,1.1,5.3,2.2,8,3.2L96,180.6C88,180.3,86.5,180.8,80.8,180.5Z\"/><path d=\"M430.2,175.4a188,188,0,0,0-15.1-26.6c-1.6-2.4-3.4-4.8-5.1-7.2A193,193,0,0,0,325.1,77a189.2,189.2,0,0,0-69.2-13,191.51,191.51,0,0,0-149.4,71.7A196,196,0,0,0,89,161.3c14.2.1,31.8.1,33.8.1,18.1,0,46-2.2,46-2.2,9.4-.6,10.4,13.1,1.1,14.2,0,0-9.4,1.1-19.8,1.6L213,362l37.8-113.3L224,175.1c-9.4-.5-18.1-1.6-18.1-1.6-9.4-.5-8.2-14.8,1-14.2,0,0,28.5,2.2,45.5,2.2,18.1,0,46-2.2,46-2.2,9.3-.6,10.5,13.1,1.1,14.2,0,0-9.3,1.1-19.7,1.6l62.3,185.6,17.3-57.6c8.7-22.4,13.1-40.9,13.1-55.7,0-21.3-7.7-36.1-14.3-47.6-8.7-14.3-16.9-26.3-16.9-40.4,0-15.9,12-30.7,29-30.7h2.2c26.2-.7,34.8,25.3,35.9,43v.6c.4,7.2.1,12.5.1,18.8,0,17.4-3.3,37.1-13.1,61.8l-39,112.8-22.3,65.7c1.8-.8,3.5-1.6,5.3-2.5,56.7-27.4,98-82,106.7-146.7a172.07,172.07,0,0,0,1.9-26A191.11,191.11,0,0,0,430.2,175.4Z\"/><path d=\"M256,48a208.06,208.06,0,0,1,81,399.66A208.06,208.06,0,0,1,175,64.34,206.7,206.7,0,0,1,256,48m0-16C132.29,32,32,132.29,32,256S132.29,480,256,480,480,379.71,480,256,379.71,32,256,32Z\"/></svg></li><li title=\"logo xbox \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M126.8,248.3c39.7-58.6,77.9-92.8,77.9-92.8s-42.1-48.9-92.8-67.4l-3.3-.8A224.13,224.13,0,0,0,77.2,391C77.2,386.6,77.8,320.7,126.8,248.3Z\"/><path d=\"M480,256A223.71,223.71,0,0,0,403.4,87.3l-3.2.9c-50.7,18.5-92.9,67.4-92.9,67.4s38.2,34.2,77.9,92.8c49,72.4,49.6,138.3,49.5,142.7A222.8,222.8,0,0,0,480,256Z\"/><path d=\"M201.2,80.9c29.3,13.1,54.6,34.6,54.6,34.6s25.5-21.4,54.8-34.6c36.8-16.5,64.9-11.3,72.3-9.5a224.06,224.06,0,0,0-253.8,0C136.3,69.6,164.3,64.3,201.2,80.9Z\"/><path d=\"M358.7,292.9C312.4,236,255.8,199,255.8,199s-56.3,37-102.7,93.9c-39.8,48.9-54.6,84.8-62.6,107.8l-1.3,4.8a224,224,0,0,0,333.6,0l-1.4-4.8C413.4,377.7,398.5,341.8,358.7,292.9Z\"/></svg></li><li title=\"logo xing \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M313.8,303.9,469,32H365L209.4,303.8a1.35,1.35,0,0,0,0,1.7l98.9,173.8c.4.7.8.7,1.6.7H413L313.7,305.3A1.74,1.74,0,0,1,313.8,303.9Z\"/><path d=\"M221.9,216.2,163,113a2,2,0,0,0-2-1H65l58.9,104.4a1.13,1.13,0,0,1,.1.8L43,352h96.8a1.54,1.54,0,0,0,1.6-.9l80.5-133.7A2.44,2.44,0,0,0,221.9,216.2Z\"/></svg></li><li title=\"logo yahoo \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M410.32,37.13c-13.56,0-27-.93-39.12-5.13L256,218.67,140.8,32c-12.12,4.2-24.84,5.13-38.4,5.13C89.08,37.13,75.88,36.08,64,32L217.6,280.15V480c12-4.08,25-5.13,38.4-5.13s26.4,1.05,38.4,5.13V280.5L448,32C436.12,36,423.64,37.13,410.32,37.13Z\"/></svg></li><li title=\"logo yen \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M448,32H368L256,253.13,144,32H64L176.37,240H128v48h73.56L216,319v17H128v48h88v96h80V384h88V336H296V319l14.89-31H384V240H335.71Z\"/></svg></li><li title=\"logo youtube \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M508.64,148.79c0-45-33.1-81.2-74-81.2C379.24,65,322.74,64,265,64H247c-57.6,0-114.2,1-169.6,3.6-40.8,0-73.9,36.4-73.9,81.4C1,184.59-.06,220.19,0,255.79q-.15,53.4,3.4,106.9c0,45,33.1,81.5,73.9,81.5,58.2,2.7,117.9,3.9,178.6,3.8q91.2.3,178.6-3.8c40.9,0,74-36.5,74-81.5,2.4-35.7,3.5-71.3,3.4-107Q512.24,202.29,508.64,148.79ZM207,353.89V157.39l145,98.2Z\"/></svg></li><li title=\"magnet outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M421.83,293.82A144,144,0,0,0,218.18,90.17\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M353.94,225.94a48,48,0,0,0-67.88-67.88\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><line x1=\"192\" y1=\"464\" x2=\"192\" y2=\"416\" style=\"stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><line x1=\"90.18\" y1=\"421.82\" x2=\"124.12\" y2=\"387.88\" style=\"stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><line x1=\"48\" y1=\"320\" x2=\"96\" y2=\"320\" style=\"stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M286.06,158.06,172.92,271.19a32,32,0,0,1-45.25,0L105,248.57a32,32,0,0,1,0-45.26L218.18,90.17\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M421.83,293.82,308.69,407a32,32,0,0,1-45.26,0l-22.62-22.63a32,32,0,0,1,0-45.26L353.94,225.94\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"139.6\" y1=\"169.98\" x2=\"207.48\" y2=\"237.87\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"275.36\" y1=\"305.75\" x2=\"343.25\" y2=\"373.63\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"magnet sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><line x1=\"191.98\" y1=\"463.58\" x2=\"191.98\" y2=\"415.58\" style=\"stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/><line x1=\"90.16\" y1=\"421.4\" x2=\"124.1\" y2=\"387.46\" style=\"stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/><line x1=\"47.98\" y1=\"319.58\" x2=\"95.98\" y2=\"319.58\" style=\"stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M422.2,89.82a144,144,0,0,0-203.71-.07l-67.88,67.88,67.88,67.89,67.88-67.89a48,48,0,0,1,68.46.59c18.3,18.92,17.48,49.24-1.14,67.86L286.37,293.4l67.88,67.88,66.91-66.91C477.53,238,478.53,146.22,422.2,89.82Z\"/><rect x=\"107.29\" y=\"188.83\" width=\"64\" height=\"96\" transform=\"translate(-126.67 167.86) rotate(-45)\"/><rect x=\"243.06\" y=\"324.59\" width=\"64\" height=\"96\" transform=\"translate(-182.9 303.62) rotate(-45)\"/></svg></li><li title=\"magnet \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><line x1=\"191.98\" y1=\"463.79\" x2=\"191.98\" y2=\"415.79\" style=\"stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><line x1=\"90.16\" y1=\"421.61\" x2=\"124.1\" y2=\"387.67\" style=\"stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><line x1=\"47.98\" y1=\"319.79\" x2=\"95.98\" y2=\"319.79\" style=\"stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M267.56,312.32l-31.11,31.11a16,16,0,0,0,0,22.63l45.26,45.25a16,16,0,0,0,22.62,0l31.12-31.11a4,4,0,0,0,0-5.66l-62.23-62.22A4,4,0,0,0,267.56,312.32Z\"/><path d=\"M131.8,176.55l-31.11,31.12a16,16,0,0,0,0,22.62l45.25,45.26a16,16,0,0,0,22.63,0l31.11-31.11a4,4,0,0,0,0-5.66l-62.22-62.23A4,4,0,0,0,131.8,176.55Z\"/><path d=\"M428.85,83.28a144,144,0,0,0-203.71-.06l-65.06,65.05a4,4,0,0,0,0,5.66l62.23,62.22a4,4,0,0,0,5.66,0l65-65.05a48,48,0,0,1,68.46.59c18.3,18.92,17.47,49.24-1.14,67.85L295.85,284a4,4,0,0,0,0,5.66l62.22,62.23a4,4,0,0,0,5.66,0l64.08-64.08C484.18,231.47,485.18,139.68,428.85,83.28Z\"/></svg></li><li title=\"mail open outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M441.6,171.61,266.87,85.37a24.57,24.57,0,0,0-21.74,0L70.4,171.61A40,40,0,0,0,48,207.39V392c0,22.09,18.14,40,40.52,40h335c22.38,0,40.52-17.91,40.52-40V207.39A40,40,0,0,0,441.6,171.61Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M397.33,368,268.07,267.46a24,24,0,0,0-29.47,0L109.33,368\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"309.33\" y1=\"295\" x2=\"445.33\" y2=\"192\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"61.33\" y1=\"192\" x2=\"200.33\" y2=\"297\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"mail open sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M471.05,168.36,263.24,65.69a16.37,16.37,0,0,0-14.48,0L41,168.36a16,16,0,0,0-9,14.31V432a16.09,16.09,0,0,0,16.19,16H463.81A16.09,16.09,0,0,0,480,432V182.67A16,16,0,0,0,471.05,168.36ZM256,97.89l173,85.44L253.3,270.11l-173-85.44Z\"/></svg></li><li title=\"mail open \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M448.67,154.45,274.1,68.2a41.1,41.1,0,0,0-36.2,0L63.33,154.45A55.6,55.6,0,0,0,32,204.53V389.14c0,30.88,25.42,56,56.67,56H423.33c31.25,0,56.67-25.12,56.67-56V204.53A55.6,55.6,0,0,0,448.67,154.45ZM252.38,96.82a8.22,8.22,0,0,1,7.24,0L429,180.48l-172,85a8.22,8.22,0,0,1-7.24,0L80.35,181.81Z\"/></svg></li><li title=\"mail outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><rect x=\"48\" y=\"96\" width=\"416\" height=\"320\" rx=\"40\" ry=\"40\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><polyline points=\"112 160 256 272 400 160\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"mail sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M464,80H48A16,16,0,0,0,32,96V416a16,16,0,0,0,16,16H464a16,16,0,0,0,16-16V96A16,16,0,0,0,464,80ZM265.82,284.63a16,16,0,0,1-19.64,0L89.55,162.81l19.64-25.26L256,251.73,402.81,137.55l19.64,25.26Z\"/></svg></li><li title=\"mail unread outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M320,96H88a40,40,0,0,0-40,40V376a40,40,0,0,0,40,40H422.73a40,40,0,0,0,40-40V239\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><polyline points=\"112 160 256 272 343 206.33\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><circle cx=\"431.95\" cy=\"128.05\" r=\"47.95\"/><path d=\"M432,192a63.95,63.95,0,1,1,63.95-63.95A64,64,0,0,1,432,192Zm0-95.9a32,32,0,1,0,31.95,32A32,32,0,0,0,432,96.1Z\"/></svg></li><li title=\"mail unread sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M374.09,101c-.11.23-.21.46-.31.7-.34.75-.67,1.5-1,2.26l-.36.9c-.27.71-.54,1.42-.79,2.14-.12.35-.24.7-.35,1-.23.68-.44,1.37-.64,2.07l-.33,1.15q-.27,1-.51,2c-.1.41-.2.82-.28,1.23-.15.67-.28,1.36-.4,2-.08.42-.16.84-.23,1.27-.11.69-.2,1.4-.29,2.1-.05.42-.11.83-.16,1.25-.08.77-.13,1.54-.19,2.31,0,.36-.06.72-.08,1.09-.06,1.13-.09,2.27-.09,3.41v0c0,1,0,2,.07,2.94l0,.62c.05.95.12,1.89.21,2.83l.06.46c.09.87.2,1.72.32,2.57,0,.15,0,.31.07.46.14.92.31,1.84.49,2.75l.12.59c.2.92.4,1.84.64,2.75h0c.23.92.5,1.82.77,2.71.06.19.12.38.17.57.28.88.57,1.74.88,2.59.05.15.11.29.16.43.29.78.6,1.55.92,2.32.05.14.11.28.17.42.35.83.73,1.65,1.11,2.47l.27.53c.4.82.81,1.64,1.24,2.44l0,0h0a64.21,64.21,0,0,0,29.56,27.63l.37.17c1.78.8,3.59,1.53,5.45,2.17l.95.32,1.5.47c.45.14.9.26,1.36.39l1.92.5c.57.14,1.14.27,1.72.39l1.15.24,1.83.32.93.16c.9.13,1.81.24,2.72.34l.77.07c.73.07,1.47.13,2.22.17l.85.05c1,0,1.94.07,2.93.07h0c1.15,0,2.29,0,3.43-.09l1.09-.09c.77,0,1.54-.11,2.3-.19.42,0,.83-.1,1.25-.16.7-.08,1.41-.17,2.1-.28l1.27-.23c.68-.12,1.36-.25,2-.39l1.24-.29c.67-.16,1.35-.32,2-.51.39-.1.78-.21,1.16-.33.69-.2,1.37-.41,2.05-.63l1.07-.36c.7-.24,1.4-.5,2.1-.77l.94-.37c.74-.3,1.47-.62,2.19-.95l.77-.34c.8-.37,1.58-.77,2.36-1.17.17-.09.35-.17.52-.27.91-.48,1.8-1,2.68-1.5l.12-.07a63.95,63.95,0,1,0-89.21-84.88l-.21.39C374.9,99.34,374.48,100.17,374.09,101Z\"/><path d=\"M371.51,202.43l-105.69,82.2a16,16,0,0,1-19.64,0L89.55,162.81l19.64-25.26L256,251.73l94.36-73.39A95.81,95.81,0,0,1,349,80H48A16,16,0,0,0,32,96V416a16,16,0,0,0,16,16H464a16,16,0,0,0,16-16V211.13a95.75,95.75,0,0,1-108.49-8.7Z\"/></svg></li><li title=\"mail unread \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M496,128.05A64,64,0,0,0,389.62,80h0a64.52,64.52,0,0,0-12.71,15.3l0,.06c-.54.9-1.05,1.82-1.55,2.74l-.24.49c-.42.79-.81,1.59-1.19,2.4-.12.25-.23.5-.34.75-.33.73-.65,1.47-.95,2.22-.13.31-.25.62-.37.93-.27.7-.53,1.4-.78,2.11l-.36,1.06c-.22.68-.43,1.37-.63,2.06-.12.39-.23.77-.33,1.16-.19.67-.35,1.35-.51,2-.1.41-.2.82-.29,1.23-.14.68-.27,1.37-.39,2-.08.42-.16.84-.23,1.26-.11.7-.2,1.41-.29,2.12-.05.41-.11.82-.16,1.24-.08.77-.13,1.54-.19,2.32,0,.36-.06.72-.08,1.08-.06,1.14-.1,2.28-.1,3.44h0c0,1,0,2,.08,2.94l0,.64q.08,1.41.21,2.82l.06.48c.09.85.19,1.69.32,2.52,0,.17,0,.35.07.52.14.91.31,1.81.49,2.71,0,.22.09.43.13.65.18.86.38,1.72.6,2.57,0,.07,0,.13,0,.19.23.89.48,1.76.75,2.63l.21.68c.27.85.55,1.68.85,2.51.06.18.13.36.2.54.27.71.55,1.42.84,2.12.08.21.16.41.25.61.34.79.69,1.58,1.06,2.36l.33.67c.35.7.7,1.4,1.07,2.09a64.34,64.34,0,0,0,22.14,23.81h0a62.22,62.22,0,0,0,7.62,4.15l.39.18q2.66,1.2,5.43,2.16l.95.32,1.5.47c.45.14.9.26,1.36.39l1.92.5,1.73.4,1.15.23,1.83.33.94.15c.9.13,1.81.25,2.72.35l.77.07c.73.06,1.47.12,2.21.16l.86.05c1,0,1.94.08,2.92.08h0c1.16,0,2.3,0,3.44-.1l1.08-.08c.78-.06,1.55-.11,2.32-.19l1.25-.16c.7-.09,1.41-.18,2.11-.29l1.26-.23c.68-.12,1.37-.25,2-.39l1.23-.29c.68-.16,1.36-.32,2-.51.39-.1.77-.21,1.16-.33.69-.2,1.38-.41,2.06-.63l1.06-.36c.71-.25,1.41-.51,2.11-.78l.93-.37c.75-.3,1.49-.62,2.22-.95l.75-.34c.81-.38,1.61-.77,2.4-1.19l.49-.24c.92-.5,1.84-1,2.74-1.55l.06,0A64.52,64.52,0,0,0,480,170.38h0A63.81,63.81,0,0,0,496,128.05Z\"/><path d=\"M371.38,202.53l-105.56,82.1a16,16,0,0,1-19.64,0l-144-112a16,16,0,1,1,19.64-25.26L256,251.73l94.22-73.28A95.86,95.86,0,0,1,348.81,80H88a56.06,56.06,0,0,0-56,56V376a56.06,56.06,0,0,0,56,56H424a56.06,56.06,0,0,0,56-56V211.19a95.85,95.85,0,0,1-108.62-8.66Z\"/></svg></li><li title=\"mail \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M424,80H88a56.06,56.06,0,0,0-56,56V376a56.06,56.06,0,0,0,56,56H424a56.06,56.06,0,0,0,56-56V136A56.06,56.06,0,0,0,424,80Zm-14.18,92.63-144,112a16,16,0,0,1-19.64,0l-144-112a16,16,0,1,1,19.64-25.26L256,251.73,390.18,147.37a16,16,0,0,1,19.64,25.26Z\"/></svg></li><li title=\"male female outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><circle cx=\"216\" cy=\"200\" r=\"136\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"216\" y1=\"352\" x2=\"216\" y2=\"480\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"272\" y1=\"416\" x2=\"160\" y2=\"416\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><polyline points=\"432 112 432 32 352 32\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"335.28\" y1=\"128.72\" x2=\"432\" y2=\"32\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"male female sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M330,16V60h42.89l-37.1,37.09A157.67,157.67,0,0,0,216,42C128.88,42,58,112.88,58,200c0,79.66,59.26,145.72,136,156.46V394H144v44h50v58h44V438h50V394H238V356.46c76.74-10.74,136-76.8,136-156.46a157.23,157.23,0,0,0-14-64.93l44-44V134h44V16ZM216,314A114,114,0,1,1,330,200,114.13,114.13,0,0,1,216,314Z\"/></svg></li><li title=\"male female \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M426,16H352a22,22,0,0,0,0,44h20.89l-37.1,37.09A157.68,157.68,0,0,0,216,42C128.88,42,58,112.88,58,200c0,79.66,59.26,145.72,136,156.46V394H166a22,22,0,0,0,0,44h28v36a22,22,0,0,0,44,0V438h28a22,22,0,0,0,0-44H238V356.46c76.74-10.74,136-76.8,136-156.46a157.15,157.15,0,0,0-14-64.92l44-44V112a22,22,0,0,0,44,0V38A22,22,0,0,0,426,16ZM216,314A114,114,0,1,1,330,200,114.13,114.13,0,0,1,216,314Z\"/></svg></li><li title=\"male outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><circle cx=\"216\" cy=\"296\" r=\"152\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"32\"/><polyline points=\"448 160 448 64 352 64\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"32\"/><line x1=\"324\" y1=\"188\" x2=\"448\" y2=\"64\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"32\"/></svg></li><li title=\"male sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M330,48V92h58.89L328.5,152.39c-68.2-52.86-167-48-229.54,14.57h0C31.12,234.81,31.12,345.19,99,413A174.21,174.21,0,0,0,345,413c62.57-62.58,67.43-161.34,14.57-229.54L420,123.11V182h44V48ZM313.92,381.92a130.13,130.13,0,0,1-183.84,0c-50.69-50.68-50.69-133.16,0-183.84s133.16-50.69,183.84,0S364.61,331.24,313.92,381.92Z\"/></svg></li><li title=\"male \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M442,48H352a22,22,0,0,0,0,44h36.89L328.5,152.39c-68.19-52.86-167-48-229.54,14.57h0C31.12,234.81,31.12,345.19,99,413A174.21,174.21,0,0,0,345,413c62.57-62.58,67.43-161.35,14.57-229.54L420,123.11V160a22,22,0,0,0,44,0V70A22,22,0,0,0,442,48ZM313.92,381.92a130.13,130.13,0,0,1-183.84,0c-50.69-50.68-50.69-133.16,0-183.84s133.16-50.69,183.84,0S364.61,331.24,313.92,381.92Z\"/></svg></li><li title=\"man outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M208,208V472a23.73,23.73,0,0,0,24,24h0a23.73,23.73,0,0,0,24-24\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M256,336V472a23.73,23.73,0,0,0,24,24h0a23.73,23.73,0,0,0,24-24V208\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M208,192v88a23.72,23.72,0,0,1-24,24h0a23.72,23.72,0,0,1-24-24V192a48,48,0,0,1,48-48h96a48,48,0,0,1,48,48v88a23.72,23.72,0,0,1-24,24h0a23.72,23.72,0,0,1-24-24V192\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><circle cx=\"256\" cy=\"56\" r=\"40\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"man sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><circle cx=\"256\" cy=\"56\" r=\"56\"/><path d=\"M336,128H176a32,32,0,0,0-32,32V320h48V192h8V512h52V328h8V512h52V192h8V320h48V160A32,32,0,0,0,336,128Z\"/></svg></li><li title=\"man \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><circle cx=\"256\" cy=\"56\" r=\"56\"/><path d=\"M304,128H208a64.19,64.19,0,0,0-64,64V299.52c0,10.85,8.43,20.08,19.27,20.47A20,20,0,0,0,184,300V200.27a8.18,8.18,0,0,1,7.47-8.25,8,8,0,0,1,8.53,8V489a23,23,0,0,0,23,23h0a23,23,0,0,0,23-23V346.34A10.24,10.24,0,0,1,255.33,336,10,10,0,0,1,266,346V489a23,23,0,0,0,23,23h0a23,23,0,0,0,23-23V200.27a8.18,8.18,0,0,1,7.47-8.25,8,8,0,0,1,8.53,8v99.52c0,10.85,8.43,20.08,19.27,20.47A20,20,0,0,0,368,300V192A64.19,64.19,0,0,0,304,128Z\"/></svg></li><li title=\"map outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M313.27,124.64,198.73,51.36a32,32,0,0,0-29.28.35L56.51,127.49A16,16,0,0,0,48,141.63v295.8a16,16,0,0,0,23.49,14.14l97.82-63.79a32,32,0,0,1,29.5-.24l111.86,73a32,32,0,0,0,29.27-.11l115.43-75.94a16,16,0,0,0,8.63-14.2V74.57a16,16,0,0,0-23.49-14.14l-98,63.86A32,32,0,0,1,313.27,124.64Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"328\" y1=\"128\" x2=\"328\" y2=\"464\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"184\" y1=\"48\" x2=\"184\" y2=\"384\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"map sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M327.71,130.93,184,39,32,144V480l152.29-98.93L328,473,480,368V32ZM312,421,200,349V91l112,72Z\"/></svg></li><li title=\"map \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M48.17,113.34A32,32,0,0,0,32,141.24V438a32,32,0,0,0,47,28.37c.43-.23.85-.47,1.26-.74l84.14-55.05a8,8,0,0,0,3.63-6.72V46.45a8,8,0,0,0-12.51-6.63Z\"/><path d=\"M212.36,39.31A8,8,0,0,0,200,46V403.56a8,8,0,0,0,3.63,6.72l96,62.42A8,8,0,0,0,312,466V108.67a8,8,0,0,0-3.64-6.73Z\"/><path d=\"M464.53,46.47a31.64,31.64,0,0,0-31.5-.88,12.07,12.07,0,0,0-1.25.74l-84.15,55a8,8,0,0,0-3.63,6.72V465.51a8,8,0,0,0,12.52,6.63l107.07-73.46a32,32,0,0,0,16.41-28v-296A32.76,32.76,0,0,0,464.53,46.47Z\"/></svg></li><li title=\"medal outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><circle cx=\"256\" cy=\"352\" r=\"112\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><circle cx=\"256\" cy=\"352\" r=\"48\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M147,323,41.84,159.32a32,32,0,0,1-1.7-31.61l31-62A32,32,0,0,1,99.78,48H412.22a32,32,0,0,1,28.62,17.69l31,62a32,32,0,0,1-1.7,31.61L365,323\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"371\" y1=\"144\" x2=\"37\" y2=\"144\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"428.74\" y1=\"52.6\" x2=\"305\" y2=\"250\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"140.55\" y1=\"144\" x2=\"207\" y2=\"250\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"medal sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polygon points=\"80 32 16 160 305.11 160 385.33 32 80 32\"/><path d=\"M496,144,424,32,298,231.08a128,128,0,0,0-84,0L189.53,192H43.82l86.66,134.89a128,128,0,1,0,251,0ZM256,422a70,70,0,1,1,70-70A70.08,70.08,0,0,1,256,422Z\"/><circle cx=\"256\" cy=\"352\" r=\"32\"/></svg></li><li title=\"medal \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><circle cx=\"256\" cy=\"352\" r=\"32\"/><path d=\"M99.78,32A48,48,0,0,0,56.84,58.53l-31,62A48.26,48.26,0,0,0,24.28,160h278.2a4,4,0,0,0,3.39-1.87l75.5-120A4,4,0,0,0,378,32Z\"/><path d=\"M486.17,120.56l-31-62a47.7,47.7,0,0,0-32.79-25.46L342.5,160h0L298,231.08a128,128,0,0,0-84,0l-23.32-37.2a4,4,0,0,0-3.39-1.88H51.14a4,4,0,0,0-3.36,6.16l82.7,128.73a128,128,0,1,0,251,0L483.62,168A48.22,48.22,0,0,0,486.17,120.56Zm-226,295.31a64,64,0,1,1,59.69-59.69A64.08,64.08,0,0,1,260.18,415.87Z\"/></svg></li><li title=\"medical outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M429.93,174.27l-16.47-28.59a15.49,15.49,0,0,0-21.15-5.7l-98.39,57a4,4,0,0,1-6-3.5L288,80a16,16,0,0,0-16-16H240a16,16,0,0,0-16,16l.07,113.57a4,4,0,0,1-6,3.5l-98.39-57a15.49,15.49,0,0,0-21.15,5.7L82.07,174.37a15.42,15.42,0,0,0,5.69,21.1l98.49,57.08a4,4,0,0,1,0,6.9L87.76,316.53a15.54,15.54,0,0,0-5.69,21.1l16.47,28.59a15.49,15.49,0,0,0,21.15,5.7l98.39-57a4,4,0,0,1,6,3.5L224,432a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16l-.07-113.67a4,4,0,0,1,6-3.5l98.39,57a15.49,15.49,0,0,0,21.15-5.7l16.47-28.59a15.42,15.42,0,0,0-5.69-21.1l-98.49-57.08a4,4,0,0,1,0-6.9l98.49-57.08A15.51,15.51,0,0,0,429.93,174.27Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"medical sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polygon points=\"351.9 256 460 193.6 412 110.4 304 172.8 304 48 208 48 208 172.8 100 110.4 52 193.6 160.1 256 52 318.4 100 401.6 208 339.2 208 464 304 464 304 339.2 412 401.6 460 318.4 351.9 256\"/></svg></li><li title=\"medical \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M272,464H240a32,32,0,0,1-32-32l.05-85.82a4,4,0,0,0-6-3.47l-74.34,43.06a31.48,31.48,0,0,1-43-11.52L68.21,345.61l-.06-.1a31.65,31.65,0,0,1,11.56-42.8l74.61-43.25a4,4,0,0,0,0-6.92L79.78,209.33a31.41,31.41,0,0,1-11.55-43l16.44-28.55a31.48,31.48,0,0,1,19.27-14.74,31.14,31.14,0,0,1,23.8,3.2l74.31,43a4,4,0,0,0,6-3.47L208,80a32,32,0,0,1,32-32h32a32,32,0,0,1,32,32L304,165.72a4,4,0,0,0,6,3.47l74.34-43.06a31.51,31.51,0,0,1,43,11.52l16.49,28.64.06.09a31.52,31.52,0,0,1-11.64,42.86l-74.53,43.2a4,4,0,0,0,0,6.92l74.53,43.2a31.42,31.42,0,0,1,11.56,43l-16.44,28.55a31.48,31.48,0,0,1-19.27,14.74,31.14,31.14,0,0,1-23.8-3.2l-74.31-43a4,4,0,0,0-6,3.46L304,432A32,32,0,0,1,272,464ZM178.44,266.52h0Zm0-21h0Zm155.1-.08Zm0,0h0Z\"/></svg></li><li title=\"medkit outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><rect x=\"32\" y=\"112\" width=\"448\" height=\"352\" rx=\"48\" ry=\"48\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M144,112V80a32,32,0,0,1,32-32H336a32,32,0,0,1,32,32v32\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"256\" y1=\"208\" x2=\"256\" y2=\"368\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"336\" y1=\"288\" x2=\"176\" y2=\"288\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"medkit sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><rect x=\"168\" y=\"72\" width=\"176\" height=\"24\" style=\"fill:none\"/><path d=\"M484,96H384V40a8,8,0,0,0-8-8H136a8,8,0,0,0-8,8V96H28a12,12,0,0,0-12,12V468a12,12,0,0,0,12,12H484a12,12,0,0,0,12-12V108A12,12,0,0,0,484,96ZM168,72H344V96H168ZM352,310H278v74H234V310H160V266h74V192h44v74h74Z\"/></svg></li><li title=\"medkit \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M336,64H176a16,16,0,0,0-16,16V96H352V80A16,16,0,0,0,336,64Z\" style=\"fill:none\"/><path d=\"M432,96H384V80a48.05,48.05,0,0,0-48-48H176a48.05,48.05,0,0,0-48,48V96H80a64.07,64.07,0,0,0-64,64V416a64,64,0,0,0,64,64H432a64,64,0,0,0,64-64V160A64.07,64.07,0,0,0,432,96ZM336,304H272v64a16,16,0,0,1-32,0V304H176a16,16,0,0,1,0-32h64V208a16,16,0,0,1,32,0v64h64a16,16,0,0,1,0,32ZM352,96H160V80a16,16,0,0,1,16-16H336a16,16,0,0,1,16,16Z\"/></svg></li><li title=\"megaphone outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M407.94,52.22S321.3,160,240,160H80a16,16,0,0,0-16,16v96a16,16,0,0,0,16,16H240c81.3,0,167.94,108.23,167.94,108.23,6.06,8,24.06,2.52,24.06-9.83V62C432,49.69,415,43.18,407.94,52.22Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M64,256s-16-6-16-32,16-32,16-32\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M448,246s16-4.33,16-22-16-22-16-22\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"256\" y1=\"160\" x2=\"256\" y2=\"288\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"112\" y1=\"160\" x2=\"112\" y2=\"288\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M144,288V456a8,8,0,0,0,8,8h53a16,16,0,0,0,15.29-20.73C211.91,416.39,192,386.08,192,336h16a16,16,0,0,0,16-16V304a16,16,0,0,0-16-16H192\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"megaphone sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M128,144V476a4,4,0,0,0,4,4H232.07a8,8,0,0,0,7.82-9.7L208.71,352H232a8,8,0,0,0,8-8V144Z\"/><path d=\"M452.18,186.55,448,185.5V36a4,4,0,0,0-4-4H401.5a4,4,0,0,0-2.63,1L272,144V304L398.87,415a4,4,0,0,0,2.63,1H444a4,4,0,0,0,4-4V262.5l4.18-1.05C461.8,258.84,480,247.67,480,224S461.8,189.16,452.18,186.55Z\"/><path d=\"M96,144H52a4,4,0,0,0-4,4v35.59a43,43,0,0,0-4.24,4.35C38.4,194.32,32,205.74,32,224c0,20.19,7.89,33.13,16,40.42V300a4,4,0,0,0,4,4H96Z\"/></svg></li><li title=\"megaphone \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M48,176v.66a17.38,17.38,0,0,1-4.2,11.23l0,.05C38.4,194.32,32,205.74,32,224c0,16.55,5.3,28.23,11.68,35.91A19,19,0,0,1,48,272h0a32,32,0,0,0,32,32h8a8,8,0,0,0,8-8V152a8,8,0,0,0-8-8H80A32,32,0,0,0,48,176Z\"/><path d=\"M452.18,186.55l-.93-.17a4,4,0,0,1-3.25-3.93V62c0-12.64-8.39-24-20.89-28.32-11.92-4.11-24.34-.76-31.68,8.53A431.18,431.18,0,0,1,344.12,93.9c-23.63,20-46.24,34.25-67,42.31a8,8,0,0,0-5.15,7.47V299a16,16,0,0,0,9.69,14.69c19.34,8.29,40.24,21.83,62,40.28a433.74,433.74,0,0,1,51.68,52.16A26.22,26.22,0,0,0,416.44,416a33.07,33.07,0,0,0,10.44-1.74C439.71,410,448,399.05,448,386.4V265.53a4,4,0,0,1,3.33-3.94l.85-.14C461.8,258.84,480,247.67,480,224S461.8,189.16,452.18,186.55Z\"/><path d=\"M240,320V152a8,8,0,0,0-8-8H136a8,8,0,0,0-8,8V456a24,24,0,0,0,24,24h52.45a32.66,32.66,0,0,0,25.93-12.45,31.65,31.65,0,0,0,5.21-29.05c-1.62-5.18-3.63-11-5.77-17.19-7.91-22.9-18.34-37.07-21.12-69.32A32,32,0,0,0,240,320Z\"/></svg></li><li title=\"menu outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><line x1=\"80\" y1=\"160\" x2=\"432\" y2=\"160\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><line x1=\"80\" y1=\"256\" x2=\"432\" y2=\"256\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><line x1=\"80\" y1=\"352\" x2=\"432\" y2=\"352\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"menu sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M64,384H448V341.33H64Zm0-106.67H448V234.67H64ZM64,128v42.67H448V128Z\"/></svg></li><li title=\"menu \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><line x1=\"88\" y1=\"152\" x2=\"424\" y2=\"152\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:48px\"/><line x1=\"88\" y1=\"256\" x2=\"424\" y2=\"256\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:48px\"/><line x1=\"88\" y1=\"360\" x2=\"424\" y2=\"360\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:48px\"/></svg></li><li title=\"mic circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M448,256c0-106-86-192-192-192S64,150,64,256s86,192,192,192S448,362,448,256Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><line x1=\"224\" y1=\"368\" x2=\"288\" y2=\"368\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M336,224.3v23.92c0,39.42-40.58,71.48-80,71.48h0c-39.42,0-80-32.06-80-71.48V224.3\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"256\" y1=\"320\" x2=\"256\" y2=\"368\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><rect x=\"208\" y=\"128\" width=\"96\" height=\"160\" rx=\"48\" ry=\"48\"/></svg></li><li title=\"mic circle sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,48C141.31,48,48,141.31,48,256s93.31,208,208,208,208-93.31,208-208S370.69,48,256,48ZM208,176a48.14,48.14,0,0,1,48-48h0a48.14,48.14,0,0,1,48,48v64a48.14,48.14,0,0,1-48,48h0a48.14,48.14,0,0,1-48-48Zm144,72.22c0,23.36-10.94,45.61-30.79,62.66A103.71,103.71,0,0,1,272,334.26V352h32v32H208V352h32V334.26a103.71,103.71,0,0,1-49.21-23.38C170.94,293.83,160,271.58,160,248.22V208.3h32v39.92c0,25.66,28,55.48,64,55.48,29.6,0,64-24.23,64-55.48V208.3h32Z\"/></svg></li><li title=\"mic circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,48C141.31,48,48,141.31,48,256s93.31,208,208,208,208-93.31,208-208S370.69,48,256,48ZM208,176a48.14,48.14,0,0,1,48-48h0a48.14,48.14,0,0,1,48,48v64a48.14,48.14,0,0,1-48,48h0a48.14,48.14,0,0,1-48-48Zm144,72.22c0,23.36-10.94,45.61-30.79,62.66A103.71,103.71,0,0,1,272,334.26V352h16a16,16,0,0,1,0,32H224a16,16,0,0,1,0-32h16V334.26a103.71,103.71,0,0,1-49.21-23.38C170.94,293.83,160,271.58,160,248.22V224.3a16,16,0,0,1,32,0v23.92c0,25.66,28,55.48,64,55.48,29.6,0,64-24.23,64-55.48V224.3a16,16,0,1,1,32,0Z\"/></svg></li><li title=\"mic off circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,464C141.31,464,48,370.69,48,256S141.31,48,256,48s208,93.31,208,208S370.69,464,256,464Zm0-384C159,80,80,159,80,256S159,432,256,432s176-78.95,176-176S353.05,80,256,80Z\"/><path d=\"M352,369a15.93,15.93,0,0,1-11.84-5.24l-192-210a16,16,0,0,1,23.68-21.52l192,210A16,16,0,0,1,352,369Z\"/><path d=\"M352,248.22v-23.8a16.3,16.3,0,0,0-13.64-16.24C328.48,206.7,320,214.69,320,224.3v23.92a43.35,43.35,0,0,1-3.07,15.91,4,4,0,0,0,.76,4.16l19.19,21.1a2,2,0,0,0,3.19-.3A77.12,77.12,0,0,0,352,248.22Z\"/><path d=\"M304,240V176a48.14,48.14,0,0,0-48-48h0a48.08,48.08,0,0,0-41,23.1,4,4,0,0,0,.47,4.77l84.42,92.86a2,2,0,0,0,3.46-1A47.84,47.84,0,0,0,304,240Z\"/><path d=\"M246.57,285.2l-36.46-40.11a1,1,0,0,0-1.74.8,48.26,48.26,0,0,0,37.25,41A1,1,0,0,0,246.57,285.2Z\"/><path d=\"M287.55,352H272V334.26a100.33,100.33,0,0,0,12.53-3.06,2,2,0,0,0,.89-3.26l-21.07-23.19a3.94,3.94,0,0,0-3.29-1.29c-1.69.15-3.39.24-5.06.24-36,0-64-29.82-64-55.48V224.4A16.26,16.26,0,0,0,176.39,208,15.91,15.91,0,0,0,160,224v24.22c0,23.36,10.94,45.61,30.79,62.66A103.71,103.71,0,0,0,240,334.26V352H224.45c-8.61,0-16,6.62-16.43,15.23A16,16,0,0,0,224,384h64a16,16,0,0,0,16-16.77C303.58,358.62,296.16,352,287.55,352Z\"/></svg></li><li title=\"mic off circle sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,48C141.31,48,48,141.31,48,256s93.31,208,208,208,208-93.31,208-208S370.69,48,256,48Zm64,200.22V208h32v40.22a77.53,77.53,0,0,1-13.37,43.11L316,266.4A44.11,44.11,0,0,0,320,248.22ZM256,128h0a48.14,48.14,0,0,1,48,48v64a48.07,48.07,0,0,1-1.44,11.64l-89-97.92A48.13,48.13,0,0,1,256,128Zm48,256H208V352h32V334.26a103.71,103.71,0,0,1-49.21-23.38C170.94,293.83,160,271.58,160,248.22V208h32v40.22c0,25.66,28,55.48,64,55.48a56.91,56.91,0,0,0,7-.45l24.52,27a99.57,99.57,0,0,1-15.5,4V352h32ZM208.09,242.87l40.5,44.55A48.2,48.2,0,0,1,208.09,242.87ZM344.16,367.76l-200.5-218.5,23.68-21.52,200.5,218.5Z\"/></svg></li><li title=\"mic off circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,48C141.31,48,48,141.31,48,256s93.31,208,208,208,208-93.31,208-208S370.69,48,256,48Zm0,80h0a48.14,48.14,0,0,1,48,48v64a47.84,47.84,0,0,1-.63,7.71,2,2,0,0,1-3.46,1l-84.42-92.86a4,4,0,0,1-.47-4.77A48.08,48.08,0,0,1,256,128Zm32,256H224.45c-8.61,0-16-6.62-16.43-15.23A16,16,0,0,1,224,352h16V334.26a103.71,103.71,0,0,1-49.21-23.38C170.94,293.83,160,271.58,160,248.22V224a15.91,15.91,0,0,1,16.39-16A16.26,16.26,0,0,1,192,224.4v23.82c0,25.66,28,55.48,64,55.48,1.67,0,3.37-.09,5.06-.24a3.94,3.94,0,0,1,3.29,1.29l21.07,23.19a2,2,0,0,1-.89,3.26A100.33,100.33,0,0,1,272,334.26V352h15.55c8.61,0,16,6.62,16.43,15.23A16,16,0,0,1,288,384ZM210.11,245.09l36.46,40.11a1,1,0,0,1-.95,1.66,48.26,48.26,0,0,1-37.25-41A1,1,0,0,1,210.11,245.09ZM362.76,364.84a16,16,0,0,1-22.6-1.08l-192-210a16,16,0,0,1,23.68-21.52l192,210A16,16,0,0,1,362.76,364.84ZM352,248.22a77.12,77.12,0,0,1-11.93,40.87,2,2,0,0,1-3.19.3l-19.19-21.1a4,4,0,0,1-.76-4.16A43.35,43.35,0,0,0,320,248.22v-23.8a16.3,16.3,0,0,1,13.64-16.24c9.88-1.48,18.36,6.51,18.36,16.12Z\"/></svg></li><li title=\"mic off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><line x1=\"432\" y1=\"400\" x2=\"96\" y2=\"64\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M400,240V208.45c0-8.61-6.62-16-15.23-16.43A16,16,0,0,0,368,208v32a111.58,111.58,0,0,1-2.45,23.31,4.05,4.05,0,0,0,1.07,3.69l21.82,21.81a2,2,0,0,0,3.29-.72A143.27,143.27,0,0,0,400,240Z\"/><path d=\"M256,352A112.36,112.36,0,0,1,144,240V208.45c0-8.61-6.62-16-15.23-16.43A16,16,0,0,0,112,208v32c0,74,56.1,135.12,128,143.11V432H192.45c-8.61,0-16,6.62-16.43,15.23A16,16,0,0,0,192,464H319.55c8.61,0,16-6.62,16.43-15.23A16,16,0,0,0,320,432H272V383.11a143.08,143.08,0,0,0,52-16.22,4,4,0,0,0,.91-6.35L307,342.63a4,4,0,0,0-4.51-.78A110.78,110.78,0,0,1,256,352Z\"/><path d=\"M256,80a47.18,47.18,0,0,1,48,48v74.72a4,4,0,0,0,1.17,2.82L332.59,233a2,2,0,0,0,3.41-1.42V128.91C336,85,301,48.6,257.14,48a79.66,79.66,0,0,0-68.47,36.57,4,4,0,0,0,.54,5l19.54,19.54a2,2,0,0,0,3.25-.63A47.44,47.44,0,0,1,256,80Z\"/><path d=\"M207.27,242.9,179.41,215a2,2,0,0,0-3.41,1.42V239a80.89,80.89,0,0,0,23.45,56.9,78.55,78.55,0,0,0,77.8,21.19,2,2,0,0,0,.86-3.35L253.2,288.83a4.08,4.08,0,0,0-2.42-1.15c-21.65-2.52-39.48-20.44-42.37-42.43A4,4,0,0,0,207.27,242.9Z\"/></svg></li><li title=\"mic off sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><line x1=\"432\" y1=\"400\" x2=\"96\" y2=\"64\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M368,192v48a111.74,111.74,0,0,1-2.93,25.45L390.65,291A143.07,143.07,0,0,0,400,240V192Z\"/><path d=\"M272,432V383.11a143.11,143.11,0,0,0,56.65-18.83L305,340.65A112.13,112.13,0,0,1,144,240V192H112v48c0,74,56.1,135.12,128,143.11V432H176v32H336V432Z\"/><path d=\"M336,236.37V128c0-44.86-35.14-80-80-80a79.68,79.68,0,0,0-69,39.34\"/><path d=\"M176,211.63V239a80.89,80.89,0,0,0,23.45,56.9,78.55,78.55,0,0,0,81,20.21Z\"/></svg></li><li title=\"mic off \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><line x1=\"432\" y1=\"400\" x2=\"96\" y2=\"64\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M400,240V208.45c0-8.61-6.62-16-15.23-16.43A16,16,0,0,0,368,208v32a111.68,111.68,0,0,1-2.68,24.38,2,2,0,0,0,.53,1.84l22.59,22.59a2,2,0,0,0,3.29-.72A143.27,143.27,0,0,0,400,240Z\"/><path d=\"M256,352A112.36,112.36,0,0,1,144,240V208.45c0-8.61-6.62-16-15.23-16.43A16,16,0,0,0,112,208v32c0,74,56.1,135.12,128,143.11V432H192.45c-8.61,0-16,6.62-16.43,15.23A16,16,0,0,0,192,464H319.55c8.61,0,16-6.62,16.43-15.23A16,16,0,0,0,320,432H272V383.11a143.08,143.08,0,0,0,52-16.22,4,4,0,0,0,.91-6.35l-18.4-18.39a3,3,0,0,0-3.41-.58A111,111,0,0,1,256,352Z\"/><path d=\"M257.14,48a79.66,79.66,0,0,0-68.47,36.57,4,4,0,0,0,.54,5L332.59,233a2,2,0,0,0,3.41-1.42V128.91C336,85,301,48.6,257.14,48Z\"/><path d=\"M179.41,215a2,2,0,0,0-3.41,1.42V239a80.89,80.89,0,0,0,23.45,56.9,78.55,78.55,0,0,0,77.8,21.19,2,2,0,0,0,.86-3.35Z\"/></svg></li><li title=\"mic outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><line x1=\"192\" y1=\"448\" x2=\"320\" y2=\"448\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M384,208v32c0,70.4-57.6,128-128,128h0c-70.4,0-128-57.6-128-128V208\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"256\" y1=\"368\" x2=\"256\" y2=\"448\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M256,64a63.68,63.68,0,0,0-64,64V239c0,35.2,29,65,64,65s64-29,64-65V128C320,92,292,64,256,64Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"mic sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><line x1=\"192\" y1=\"448\" x2=\"320\" y2=\"448\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M384,208v32c0,70.4-57.6,128-128,128h0c-70.4,0-128-57.6-128-128V208\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/><line x1=\"256\" y1=\"368\" x2=\"256\" y2=\"448\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M256,320a78.83,78.83,0,0,1-56.55-24.1A80.89,80.89,0,0,1,176,239V128a79.69,79.69,0,0,1,80-80c44.86,0,80,35.14,80,80V239C336,283.66,300.11,320,256,320Z\"/></svg></li><li title=\"mic \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><line x1=\"192\" y1=\"448\" x2=\"320\" y2=\"448\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M384,208v32c0,70.4-57.6,128-128,128h0c-70.4,0-128-57.6-128-128V208\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"256\" y1=\"368\" x2=\"256\" y2=\"448\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M256,320a78.83,78.83,0,0,1-56.55-24.1A80.89,80.89,0,0,1,176,239V128a79.69,79.69,0,0,1,80-80c44.86,0,80,35.14,80,80V239C336,283.66,300.11,320,256,320Z\"/></svg></li><li title=\"moon outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M160,136c0-30.62,4.51-61.61,16-88C99.57,81.27,48,159.32,48,248c0,119.29,96.71,216,216,216,88.68,0,166.73-51.57,200-128-26.39,11.49-57.38,16-88,16C256.71,352,160,255.29,160,136Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"moon sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M152.62,126.77c0-33,4.85-66.35,17.23-94.77C87.54,67.83,32,151.89,32,247.38,32,375.85,136.15,480,264.62,480c95.49,0,179.55-55.54,215.38-137.85-28.42,12.38-61.8,17.23-94.77,17.23C256.76,359.38,152.62,255.24,152.62,126.77Z\"/></svg></li><li title=\"moon \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M264,480A232,232,0,0,1,32,248C32,154,86,69.72,169.61,33.33a16,16,0,0,1,21.06,21.06C181.07,76.43,176,104.66,176,136c0,110.28,89.72,200,200,200,31.34,0,59.57-5.07,81.61-14.67a16,16,0,0,1,21.06,21.06C442.28,426,358,480,264,480Z\"/></svg></li><li title=\"move outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"176 112 256 32 336 112\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"255.98\" y1=\"32\" x2=\"256\" y2=\"480\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><polyline points=\"176 400 256 480 336 400\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><polyline points=\"400 176 480 256 400 336\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><polyline points=\"112 176 32 256 112 336\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"32\" y1=\"256\" x2=\"480\" y2=\"256\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"move sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"176 112 256 32 336 112\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><line x1=\"255.98\" y1=\"32\" x2=\"256\" y2=\"480\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><polyline points=\"176 400 256 480 336 400\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><polyline points=\"400 176 480 256 400 336\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><polyline points=\"112 176 32 256 112 336\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><line x1=\"32\" y1=\"256\" x2=\"480\" y2=\"256\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"move \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"176 112 256 32 336 112\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"255.98\" y1=\"32\" x2=\"256\" y2=\"480\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><polyline points=\"176 400 256 480 336 400\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><polyline points=\"400 176 480 256 400 336\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><polyline points=\"112 176 32 256 112 336\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"32\" y1=\"256\" x2=\"480\" y2=\"256\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"musical note outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M240,343.31V424a32.28,32.28,0,0,1-21.88,30.65l-21.47,7.23c-25.9,8.71-52.65-10.75-52.65-38.32h0A34.29,34.29,0,0,1,167.25,391l50.87-17.12A32.29,32.29,0,0,0,240,343.24V92a16.13,16.13,0,0,1,12.06-15.66L360.49,48.2A6,6,0,0,1,368,54v57.76a16.13,16.13,0,0,1-12.12,15.67l-91.64,23.13A32.25,32.25,0,0,0,240,181.91V221.3\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"musical note sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M381.55,32.05c-18.13,4.28-126.57,31.07-156,38.19A2,2,0,0,0,224,72.18V353.3a2,2,0,0,1-1.32,1.88L182,369.88c-29.82,10.66-54,18.94-54,59.06,0,32.47,23.53,47.18,37.95,50a81.77,81.77,0,0,0,15,1.08c8.89,0,31-3.59,47.52-14.24C256,448,256,448,256,415.93V169.16a2,2,0,0,1,1.49-1.94l125-33a2,2,0,0,0,1.49-1.94V34A2,2,0,0,0,381.55,32.05Z\"/></svg></li><li title=\"musical note \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M183.83,480a55.2,55.2,0,0,1-32.36-10.55A56.64,56.64,0,0,1,128,423.58a50.26,50.26,0,0,1,34.14-47.73L213,358.73a16.25,16.25,0,0,0,11-15.49V92a32.1,32.1,0,0,1,24.09-31.15L356.48,32.71A22,22,0,0,1,384,54v57.75a32.09,32.09,0,0,1-24.2,31.19l-91.65,23.13A16.24,16.24,0,0,0,256,181.91V424a48.22,48.22,0,0,1-32.78,45.81l-21.47,7.23A56,56,0,0,1,183.83,480Z\"/></svg></li><li title=\"musical notes outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M192,218v-6c0-14.84,10-27,24.24-30.59l174.59-46.68A20,20,0,0,1,416,154V176\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M416,295.94v80c0,13.91-8.93,25.59-22,30l-22,8c-25.9,8.72-52-10.42-52-38h0a33.37,33.37,0,0,1,23-32l51-18.15c13.07-4.4,22-15.94,22-29.85V58a10,10,0,0,0-12.6-9.61L204,102a16.48,16.48,0,0,0-12,16v226c0,13.91-8.93,25.6-22,30l-52,18c-13.88,4.68-22,17.22-22,32h0c0,27.58,26.52,46.55,52,38l22-8c13.07-4.4,22-16.08,22-30v-80\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"musical notes sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M429.46,32.07c-23.6,6.53-205.55,58.81-250.54,71.43a4,4,0,0,0-2.92,3.83v247a2,2,0,0,1-1.33,1.89l-27.85,9.55c-19,7.44-66.82,16.68-66.82,59.19,0,35.54,24.63,51.54,45.86,54.28a52.06,52.06,0,0,0,7.81.8c7.37,0,36.38-7.08,53.3-18.08C208,448.25,208,448,208,412V202c0-.9.62-.84,1.48-1.07l188-51.92a2,2,0,0,1,2.53,2V306.55a2,2,0,0,1-1.36,1.89c-8.9,3-19.23,6.5-26.48,9.12C341.39,328.68,304,335.65,304,376c0,38.51,28.26,54.58,46.3,55.83a87.37,87.37,0,0,0,21.33-1c9-1.38,24.09-5.9,38.14-14.86C432,401.79,432,401.51,432,360V34A2,2,0,0,0,429.46,32.07Z\"/></svg></li><li title=\"musical notes \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M421.84,37.37a25.86,25.86,0,0,0-22.6-4.46L199.92,86.49A32.3,32.3,0,0,0,176,118v226c0,6.74-4.36,12.56-11.11,14.83l-.12.05-52,18C92.88,383.53,80,402,80,423.91a55.54,55.54,0,0,0,23.23,45.63A54.78,54.78,0,0,0,135.34,480a55.82,55.82,0,0,0,17.75-2.93l.38-.13L175.31,469A47.84,47.84,0,0,0,208,423.91v-212c0-7.29,4.77-13.21,12.16-15.07l.21-.06L395,150.14a4,4,0,0,1,5,3.86V295.93c0,6.75-4.25,12.38-11.11,14.68l-.25.09-50.89,18.11A49.09,49.09,0,0,0,304,375.92a55.67,55.67,0,0,0,23.23,45.8,54.63,54.63,0,0,0,49.88,7.35l.36-.12L399.31,421A47.83,47.83,0,0,0,432,375.92V58A25.74,25.74,0,0,0,421.84,37.37Z\"/></svg></li><li title=\"navigate circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M336.76,161,150.23,243.35c-10.47,4.8-6.95,20.67,4.57,20.67H244a4,4,0,0,1,4,4V357.2c0,11.52,16,15,20.78,4.56L351,175.24A10.73,10.73,0,0,0,336.76,161Z\"/><path d=\"M448,256c0-106-86-192-192-192S64,150,64,256s86,192,192,192S448,362,448,256Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"navigate circle sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,48h0A208.23,208.23,0,0,0,48,256c0,114.68,93.31,208,208,208h0A208.23,208.23,0,0,0,464,256C464,141.31,370.69,48,256,48Zm-8,361V264H104l-1,0,259-114.11Z\"/></svg></li><li title=\"navigate circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M258.9,48C141.92,46.42,46.42,141.92,48,258.9,49.56,371.09,140.91,462.44,253.1,464c117,1.6,212.48-93.9,210.88-210.88C462.44,140.91,371.09,49.56,258.9,48ZM351,175.24,268.76,361.76c-4.79,10.47-20.78,7-20.78-4.56V268a4,4,0,0,0-4-4H154.8c-11.52,0-15-15.87-4.57-20.67L336.76,161A10.73,10.73,0,0,1,351,175.24Z\"/></svg></li><li title=\"navigate outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M448,64,64,240.14H264a8,8,0,0,1,8,8V448Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"navigate sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polygon points=\"480 32 32 240 272 240 272 480 480 32\"/></svg></li><li title=\"navigate \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M272,464a16,16,0,0,1-16-16.42V264.13a8,8,0,0,0-8-8H64.41a16.31,16.31,0,0,1-15.49-10.65,16,16,0,0,1,8.41-19.87l384-176.15a16,16,0,0,1,21.22,21.19l-176,384A16,16,0,0,1,272,464Z\"/></svg></li><li title=\"newspaper outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M368,415.86V72a24.07,24.07,0,0,0-24-24H72A24.07,24.07,0,0,0,48,72V424a40.12,40.12,0,0,0,40,40H416\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M416,464h0a48,48,0,0,1-48-48V128h72a24,24,0,0,1,24,24V416A48,48,0,0,1,416,464Z\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"240\" y1=\"128\" x2=\"304\" y2=\"128\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"240\" y1=\"192\" x2=\"304\" y2=\"192\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"112\" y1=\"256\" x2=\"304\" y2=\"256\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"112\" y1=\"320\" x2=\"304\" y2=\"320\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"112\" y1=\"384\" x2=\"304\" y2=\"384\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M176,208H112a16,16,0,0,1-16-16V128a16,16,0,0,1,16-16h64a16,16,0,0,1,16,16v64A16,16,0,0,1,176,208Z\"/></svg></li><li title=\"newspaper sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><rect x=\"96\" y=\"112\" width=\"96\" height=\"96\" rx=\"16\" ry=\"16\" style=\"fill:none\"/><path d=\"M468,112H416V416a32,32,0,0,0,32,32h0a32,32,0,0,0,32-32V124A12,12,0,0,0,468,112Z\"/><path d=\"M431.15,477.75A64.11,64.11,0,0,1,384,416V44a12,12,0,0,0-12-12H44A12,12,0,0,0,32,44V424a56,56,0,0,0,56,56H430.85a1.14,1.14,0,0,0,.3-2.25ZM96,208V112h96v96ZM320,400H96V368H320Zm0-64H96V304H320Zm0-64H96V240H320Zm0-64H224V176h96Zm0-64H224V112h96Z\"/></svg></li><li title=\"newspaper \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M439.91,112H416.09a.09.09,0,0,0-.09.09V416a32,32,0,0,0,32,32h0a32,32,0,0,0,32-32V152.09A40.09,40.09,0,0,0,439.91,112Z\"/><path d=\"M384,416V72a40,40,0,0,0-40-40H72A40,40,0,0,0,32,72V424a56,56,0,0,0,56,56H430.85a1.14,1.14,0,0,0,1.15-1.15h0a1.14,1.14,0,0,0-.85-1.1A64.11,64.11,0,0,1,384,416ZM96,128a16,16,0,0,1,16-16h64a16,16,0,0,1,16,16v64a16,16,0,0,1-16,16H112a16,16,0,0,1-16-16ZM304,400H112.45c-8.61,0-16-6.62-16.43-15.23A16,16,0,0,1,112,368H303.55c8.61,0,16,6.62,16.43,15.23A16,16,0,0,1,304,400Zm0-64H112.45c-8.61,0-16-6.62-16.43-15.23A16,16,0,0,1,112,304H303.55c8.61,0,16,6.62,16.43,15.23A16,16,0,0,1,304,336Zm0-64H112.45c-8.61,0-16-6.62-16.43-15.23A16,16,0,0,1,112,240H303.55c8.61,0,16,6.62,16.43,15.23A16,16,0,0,1,304,272Zm0-64H240.45c-8.61,0-16-6.62-16.43-15.23A16,16,0,0,1,240,176h63.55c8.61,0,16,6.62,16.43,15.23A16,16,0,0,1,304,208Zm0-64H240.45c-8.61,0-16-6.62-16.43-15.23A16,16,0,0,1,240,112h63.55c8.61,0,16,6.62,16.43,15.23A16,16,0,0,1,304,144Z\"/></svg></li><li title=\"notifications circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M448,256c0-106-86-192-192-192S64,150,64,256s86,192,192,192S448,362,448,256Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M365.2,313c-16.33-19.34-27.86-27.47-27.86-80.8,0-48.86-25.78-66.23-47-74.67a11.39,11.39,0,0,1-6.34-6.68C280.29,138.6,269.88,128,256,128s-24.31,10.6-28,22.86a11.35,11.35,0,0,1-6.33,6.68c-21.24,8.46-47,25.8-47,74.67,0,53.33-11.54,61.46-27.87,80.8-6.77,8-.65,23,11.19,23H354C365.77,336,371.94,321,365.2,313Z\"/><path d=\"M220.24,352a4,4,0,0,0-4,4.42C218.49,375.14,235.11,384,256,384c20.67,0,37.14-9.15,39.66-27.52a4,4,0,0,0-4-4.48Z\"/></svg></li><li title=\"notifications circle sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M295.68,351.43c0,.19,0,.38,0,.57H296Z\"/><path d=\"M256,384c22.28,0,39.36-10.63,39.66-32H216C216,373.75,233.53,384,256,384Z\" style=\"fill:none\"/><path d=\"M295.67,352H296l-.32-.57C295.68,351.62,295.67,351.81,295.67,352Z\" style=\"fill:none\"/><path d=\"M256,48C141.31,48,48,141.31,48,256s93.31,208,208,208,208-93.31,208-208S370.69,48,256,48Zm0,336c-22.48,0-40-10.25-40-32h80C295.7,373.37,278.29,384,256,384Zm112-48H144V308l28-36V239.7c0-40.41,15.82-75.35,56-84.27L232,128h48l4,27.43c40,8.92,56,44,56,84.27V272l28,36Z\"/></svg></li><li title=\"notifications circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,48C141.31,48,48,141.31,48,256s93.31,208,208,208,208-93.31,208-208S370.69,48,256,48Zm0,336c-20.9,0-37.52-8.86-39.75-27.58a4,4,0,0,1,4-4.42h71.45a4,4,0,0,1,4,4.48C293.15,374.85,276.68,384,256,384Zm98-48H158c-11.84,0-18-15-11.19-23,16.33-19.34,27.87-27.47,27.87-80.8,0-48.87,25.74-66.21,47-74.67a11.35,11.35,0,0,0,6.33-6.68C231.7,138.6,242.14,128,256,128s24.28,10.6,28,22.86a11.39,11.39,0,0,0,6.34,6.68c21.21,8.44,47,25.81,47,74.67,0,53.33,11.53,61.46,27.86,80.8C371.94,321,365.77,336,354,336Z\"/></svg></li><li title=\"notifications off circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M448,256c0-106-86-192-192-192S64,150,64,256s86,192,192,192S448,362,448,256Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M220.24,352a4,4,0,0,0-4,4.42C218.49,375.14,235.11,384,256,384s37.5-8.86,39.73-27.58a4,4,0,0,0-4-4.42Z\"/><path d=\"M352,378a15.93,15.93,0,0,1-11.84-5.24l-192-212a16,16,0,0,1,23.68-21.52l192,212A16,16,0,0,1,352,378Z\"/><path d=\"M174.68,232.21c0,53.33-11.54,61.46-27.87,80.8-6.77,8-.65,23,11.19,23H276.83a4,4,0,0,0,2.95-6.7l-98-106.87a4,4,0,0,0-6.94,2.52C174.74,227.29,174.68,229.71,174.68,232.21Z\"/><path d=\"M365.2,313c-16.33-19.34-27.86-27.47-27.86-80.8,0-48.86-25.78-66.23-47-74.67a11.39,11.39,0,0,1-6.34-6.68C280.29,138.6,269.88,128,256,128s-24.31,10.6-28,22.86a11.35,11.35,0,0,1-6.33,6.68c-1.28.51-2.57,1.05-3.88,1.63a4,4,0,0,0-1.3,6.36L361,323.21a4,4,0,0,0,6.94-2.95A12,12,0,0,0,365.2,313Z\"/></svg></li><li title=\"notifications off circle sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,48C141.31,48,48,141.31,48,256s93.31,208,208,208,208-93.31,208-208S370.69,48,256,48ZM144,308l28-36V239.7a131.83,131.83,0,0,1,2.34-25.42L285.92,336H144Zm112.18,76C233.6,384,216,373.75,216,352h80C295.7,373.37,278.55,384,256.18,384Zm93.48-3.74-211-227,23.68-21.52,211,227ZM368,330.85l-.32-.38,0,0,0,0L212.18,160.84A73.4,73.4,0,0,1,228,155.43L232,128h48l4,27.43c40,8.92,56,44,56,84.27V272l28,36Z\"/></svg></li><li title=\"notifications off circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,48C141.31,48,48,141.31,48,256s93.31,208,208,208,208-93.31,208-208S370.69,48,256,48ZM146.83,313c16.33-19.34,27.86-27.47,27.86-80.8q0-3.75.2-7.26a4,4,0,0,1,7-2.52l98,106.87a4,4,0,0,1-2.94,6.7H158C146.18,336,140.06,321,146.83,313Zm148.93,43.41C293.53,375.14,276.92,384,256,384s-37.51-8.86-39.75-27.58a4,4,0,0,1,4-4.42h71.53A4,4,0,0,1,295.76,356.42Zm67,17.42a16,16,0,0,1-22.6-1.08l-192-212a16,16,0,0,1,23.68-21.52l192,212A16,16,0,0,1,362.76,373.84ZM361,323.21,216.49,165.53a4,4,0,0,1,1.3-6.36c1.31-.58,2.61-1.12,3.89-1.63a11.33,11.33,0,0,0,6.32-6.68C231.72,138.6,242.15,128,256,128s24.29,10.6,28,22.86a11.34,11.34,0,0,0,6.34,6.68c21.21,8.44,47,25.81,47,74.67,0,53.33,11.54,61.46,27.87,80.8a12.09,12.09,0,0,1,2.76,7.25A4,4,0,0,1,361,323.21Z\"/></svg></li><li title=\"notifications off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M128.51,204.59q-.37,6.15-.37,12.76C128.14,304,110,320,84.33,351.43,73.69,364.45,83,384,101.62,384H320\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M414.5,335.3c-18.48-23.45-30.62-47.05-30.62-118C383.88,138,343.36,109.73,310,96c-4.43-1.82-8.6-6-9.95-10.55C294.21,65.54,277.82,48,256,48S217.8,65.55,212,85.47c-1.35,4.6-5.52,8.71-10,10.53a149.57,149.57,0,0,0-18,8.79\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M320,384v16a64,64,0,0,1-128,0V384\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"448\" y1=\"448\" x2=\"64\" y2=\"64\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"notifications off sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><rect x=\"240\" y=\"-31.53\" width=\"32\" height=\"575.06\" transform=\"translate(-106.04 256) rotate(-45)\"/><path d=\"M256,480a80.09,80.09,0,0,0,73.3-48H182.7A80.09,80.09,0,0,0,256,480Z\"/><path d=\"M112,227.47V288L64,352v48H332.12L115.87,183.75A236.75,236.75,0,0,0,112,227.47Z\"/><path d=\"M448,352l-48-64V227.47C400,157,372.64,95.61,304,80l-8-48H216l-8,48a117.45,117.45,0,0,0-41.95,18.17l282,282Z\"/></svg></li><li title=\"notifications off \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M448,464a15.92,15.92,0,0,1-11.31-4.69l-384-384A16,16,0,0,1,75.31,52.69l384,384A16,16,0,0,1,448,464Z\"/><path d=\"M440.08,341.31c-1.66-2-3.29-4-4.89-5.93-22-26.61-35.31-42.67-35.31-118,0-39-9.33-71-27.72-95-13.56-17.73-31.89-31.18-56.05-41.12a3,3,0,0,1-.82-.67C306.6,51.49,282.82,32,256,32s-50.59,19.49-59.28,48.56a3.13,3.13,0,0,1-.81.65,157.88,157.88,0,0,0-21.88,11,8,8,0,0,0-1.49,12.49L434.32,366.44a8,8,0,0,0,13.6-6.63A35.39,35.39,0,0,0,440.08,341.31Z\"/><path d=\"M112.14,217.35c0,75.36-13.29,91.42-35.31,118-1.6,1.93-3.23,3.89-4.89,5.93a35.16,35.16,0,0,0-4.65,37.62c6.17,13,19.32,21.07,34.33,21.07H312.8a8,8,0,0,0,5.66-13.66l-192-192a8,8,0,0,0-13.62,5Q112.14,208,112.14,217.35Z\"/><path d=\"M256,480a80.06,80.06,0,0,0,70.44-42.13A4,4,0,0,0,322.9,432H189.12a4,4,0,0,0-3.55,5.87A80.06,80.06,0,0,0,256,480Z\"/></svg></li><li title=\"notifications outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M427.68,351.43C402,320,383.87,304,383.87,217.35,383.87,138,343.35,109.73,310,96c-4.43-1.82-8.6-6-9.95-10.55C294.2,65.54,277.8,48,256,48S217.79,65.55,212,85.47c-1.35,4.6-5.52,8.71-9.95,10.53-33.39,13.75-73.87,41.92-73.87,121.35C128.13,304,110,320,84.32,351.43,73.68,364.45,83,384,101.61,384H410.49C429,384,438.26,364.39,427.68,351.43Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M320,384v16a64,64,0,0,1-128,0V384\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"notifications sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,480a80.09,80.09,0,0,0,73.3-48H182.7A80.09,80.09,0,0,0,256,480Z\"/><path d=\"M400,288V227.47C400,157,372.64,95.61,304,80l-8-48H216l-8,48c-68.88,15.61-96,76.76-96,147.47V288L64,352v48H448V352Z\"/></svg></li><li title=\"notifications \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M440.08,341.31c-1.66-2-3.29-4-4.89-5.93-22-26.61-35.31-42.67-35.31-118,0-39-9.33-71-27.72-95-13.56-17.73-31.89-31.18-56.05-41.12a3,3,0,0,1-.82-.67C306.6,51.49,282.82,32,256,32s-50.59,19.49-59.28,48.56a3.13,3.13,0,0,1-.81.65c-56.38,23.21-83.78,67.74-83.78,136.14,0,75.36-13.29,91.42-35.31,118-1.6,1.93-3.23,3.89-4.89,5.93a35.16,35.16,0,0,0-4.65,37.62c6.17,13,19.32,21.07,34.33,21.07H410.5c14.94,0,28-8.06,34.19-21A35.17,35.17,0,0,0,440.08,341.31Z\"/><path d=\"M256,480a80.06,80.06,0,0,0,70.44-42.13,4,4,0,0,0-3.54-5.87H189.12a4,4,0,0,0-3.55,5.87A80.06,80.06,0,0,0,256,480Z\"/></svg></li><li title=\"nuclear outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><circle cx=\"256\" cy=\"256\" r=\"192\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><circle cx=\"256\" cy=\"256\" r=\"64\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><line x1=\"224\" y1=\"192\" x2=\"171\" y2=\"85\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><line x1=\"288\" y1=\"192\" x2=\"341\" y2=\"85\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><line x1=\"327.55\" y1=\"255.81\" x2=\"446.96\" y2=\"255.94\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><line x1=\"299.09\" y1=\"313.13\" x2=\"371.34\" y2=\"408.19\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><line x1=\"184.45\" y1=\"255.81\" x2=\"65.04\" y2=\"255.94\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><line x1=\"212.91\" y1=\"313.13\" x2=\"140.66\" y2=\"408.19\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"nuclear sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><circle cx=\"256\" cy=\"256\" r=\"48\"/><path d=\"M223.47,335.59l-51.71,68a169.73,169.73,0,0,0,168.48,0l-51.71-68\" style=\"fill:none\"/><path d=\"M403.08,108.92A208,208,0,0,0,108.92,403.08,208,208,0,0,0,403.08,108.92ZM342,256a86.13,86.13,0,0,1-53.47,79.59l51.71,68a169.73,169.73,0,0,1-168.48,0l51.71-68a86,86,0,0,1-50.56-101.77l-85.48.09a170.21,170.21,0,0,1,73.83-119L199.2,191.5a85.78,85.78,0,0,1,113.6,0l37.94-76.59a170.21,170.21,0,0,1,73.83,119l-85.48-.09A85.87,85.87,0,0,1,342,256Z\"/></svg></li><li title=\"nuclear \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M258.9,48C141.92,46.42,46.42,141.92,48,258.9,49.56,371.09,140.91,462.44,253.1,464c117,1.6,212.48-93.9,210.88-210.88C462.44,140.91,371.09,49.56,258.9,48ZM429,239.92l-93.08-.1a2,2,0,0,1-1.95-1.57,80.08,80.08,0,0,0-27.44-44.17,2,2,0,0,1-.54-2.43l41.32-83.43a2,2,0,0,1,2.87-.81A176.2,176.2,0,0,1,431,237.71,2,2,0,0,1,429,239.92ZM208.2,260.38a48,48,0,1,1,43.42,43.42A48,48,0,0,1,208.2,260.38ZM164.65,108.22,206,191.65a2,2,0,0,1-.54,2.43A80.08,80.08,0,0,0,178,238.25a2,2,0,0,1-2,1.57l-93.08.1a2,2,0,0,1-2-2.21,176.2,176.2,0,0,1,80.82-130.3A2,2,0,0,1,164.65,108.22Zm-.37,295.34,56.31-74.09a2,2,0,0,1,2.43-.6,79.84,79.84,0,0,0,66,0,2,2,0,0,1,2.43.6l56.31,74.09a2,2,0,0,1-.54,2.92,175.65,175.65,0,0,1-182.36,0A2,2,0,0,1,164.28,403.56Z\"/></svg></li><li title=\"nutrition outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M352,128c-32.26-2.89-64,16-96,16s-63.75-19-96-16c-64,6-96,64-96,160,0,80,64,192,111.2,192s51.94-24,80.8-24,33.59,24,80.8,24S448,368,448,288C448,192,419,134,352,128Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M323.92,83.14c-21,21-45.66,27-58.82,28.79A8,8,0,0,1,256,103.2a97.6,97.6,0,0,1,28.61-59.33c22-22,46-26.9,58.72-27.85A8,8,0,0,1,352,24.94,98,98,0,0,1,323.92,83.14Z\"/><ellipse cx=\"216\" cy=\"304\" rx=\"24\" ry=\"48\"/><ellipse cx=\"296\" cy=\"304\" rx=\"24\" ry=\"48\"/></svg></li><li title=\"nutrition sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M438.71,159.43c-17.6-28.31-45.5-43.8-85.28-47.37-22.82-2-50.23,4.94-72.25,10.55C271.26,125.14,260,128,256,128s-15.18-2.86-25-5.39c-22.08-5.65-49.56-12.69-72.45-10.54-38.53,3.61-66,19.19-84,47.62S48,229,48,288c0,61.28,29.53,114.58,47.13,140.89C116.82,461.34,149.25,496,175.2,496c18.57,0,34.12-7.23,47.82-13.64C243,473,256,472,256,472s11,0,31.94,10.11C301.65,488.73,317.3,496,336.8,496c26.58,0,59.08-34.69,80.63-67.15C434.82,402.65,464,349.52,464,288,464,228,456,187.17,438.71,159.43ZM216,352c-13.25,0-24-21.49-24-48s10.75-48,24-48,24,21.49,24,48S229.25,352,216,352Zm80,0c-13.25,0-24-21.49-24-48s10.75-48,24-48,24,21.49,24,48S309.25,352,296,352Z\"/><path d=\"M323.72,82.76C353.68,52.82,352,16.18,352,16.14h0s-35.77-3.76-67.23,27.67S256.06,112,256.06,112,293.74,112.71,323.72,82.76Z\"/></svg></li><li title=\"nutrition \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M439,166.29c-18.67-32.57-47.46-50.81-85.57-54.23-20.18-1.8-39,3.37-57.23,8.38C282.05,124.33,268.68,128,256,128s-26-3.68-40.06-7.57c-18.28-5-37.18-10.26-57.43-8.36C122.12,115.48,93,134.18,74.2,166.15,56.82,195.76,48,236.76,48,288c0,40.4,15,90.49,40,134,12.82,22.25,47,74,87.16,74,30.77,0,47.15-9.44,59.11-16.33,8.3-4.78,13.31-7.67,21.69-7.67s13.39,2.89,21.69,7.67C289.65,486.56,306,496,336.8,496c40.17,0,74.34-51.76,87.16-74,25.07-43.5,40-93.59,40-134C464,235.43,455.82,195.62,439,166.29ZM216,352c-13.25,0-24-21.49-24-48s10.75-48,24-48,24,21.49,24,48S229.25,352,216,352Zm80,0c-13.25,0-24-21.49-24-48s10.75-48,24-48,24,21.49,24,48S309.25,352,296,352Z\"/><path d=\"M265.1,111.93c13.16-1.75,37.86-7.83,58.83-28.79a98,98,0,0,0,28-58.2A8,8,0,0,0,343.38,16c-12.71.95-36.76,5.87-58.73,27.85A97.6,97.6,0,0,0,256,103.2,8,8,0,0,0,265.1,111.93Z\"/></svg></li><li title=\"open outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M384,224V408a40,40,0,0,1-40,40H104a40,40,0,0,1-40-40V168a40,40,0,0,1,40-40H271.48\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><polyline points=\"336 64 448 64 448 176\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"224\" y1=\"288\" x2=\"440\" y2=\"72\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"open sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polygon points=\"201.37 288 377.37 112 48 112 48 464 400 464 400 134.63 224 310.63 201.37 288\"/><polygon points=\"320 48 320 80 409.37 80 377.37 112 400 134.63 432 102.63 432 192 464 192 464 48 320 48\"/></svg></li><li title=\"open \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M224,304a16,16,0,0,1-11.31-27.31L370.63,118.75A55.7,55.7,0,0,0,344,112H104a56.06,56.06,0,0,0-56,56V408a56.06,56.06,0,0,0,56,56H344a56.06,56.06,0,0,0,56-56V168a55.7,55.7,0,0,0-6.75-26.63L235.31,299.31A15.92,15.92,0,0,1,224,304Z\"/><path d=\"M448,48H336a16,16,0,0,0,0,32h73.37l-38.74,38.75a56.35,56.35,0,0,1,22.62,22.62L432,102.63V176a16,16,0,0,0,32,0V64A16,16,0,0,0,448,48Z\"/></svg></li><li title=\"options outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><line x1=\"368\" y1=\"128\" x2=\"448\" y2=\"128\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"64\" y1=\"128\" x2=\"304\" y2=\"128\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"368\" y1=\"384\" x2=\"448\" y2=\"384\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"64\" y1=\"384\" x2=\"304\" y2=\"384\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"208\" y1=\"256\" x2=\"448\" y2=\"256\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"64\" y1=\"256\" x2=\"144\" y2=\"256\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><circle cx=\"336\" cy=\"128\" r=\"32\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><circle cx=\"176\" cy=\"256\" r=\"32\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><circle cx=\"336\" cy=\"384\" r=\"32\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"options sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M381.25,112a48,48,0,0,0-90.5,0H48v32H290.75a48,48,0,0,0,90.5,0H464V112Z\"/><path d=\"M176,208a48.09,48.09,0,0,0-45.25,32H48v32h82.75a48,48,0,0,0,90.5,0H464V240H221.25A48.09,48.09,0,0,0,176,208Z\"/><path d=\"M336,336a48.09,48.09,0,0,0-45.25,32H48v32H290.75a48,48,0,0,0,90.5,0H464V368H381.25A48.09,48.09,0,0,0,336,336Z\"/></svg></li><li title=\"options \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M64,144H290.75a48,48,0,0,0,90.5,0H448a16,16,0,0,0,0-32H381.25a48,48,0,0,0-90.5,0H64a16,16,0,0,0,0,32Z\"/><path d=\"M448,368H381.25a48,48,0,0,0-90.5,0H64a16,16,0,0,0,0,32H290.75a48,48,0,0,0,90.5,0H448a16,16,0,0,0,0-32Z\"/><path d=\"M448,240H221.25a48,48,0,0,0-90.5,0H64a16,16,0,0,0,0,32h66.75a48,48,0,0,0,90.5,0H448a16,16,0,0,0,0-32Z\"/></svg></li><li title=\"paper plane outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M53.12,199.94l400-151.39a8,8,0,0,1,10.33,10.33l-151.39,400a8,8,0,0,1-15-.34L229.66,292.45a16,16,0,0,0-10.11-10.11L53.46,215A8,8,0,0,1,53.12,199.94Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"460\" y1=\"52\" x2=\"227\" y2=\"285\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"paper plane sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polygon points=\"496 16 15.88 208 195 289 448 64 223 317 304 496 496 16\"/></svg></li><li title=\"paper plane \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M473,39.05a24,24,0,0,0-25.5-5.46L47.47,185l-.08,0a24,24,0,0,0,1,45.16l.41.13,137.3,58.63a16,16,0,0,0,15.54-3.59L422,80a7.07,7.07,0,0,1,10,10L226.66,310.26a16,16,0,0,0-3.59,15.54l58.65,137.38c.06.2.12.38.19.57,3.2,9.27,11.3,15.81,21.09,16.25.43,0,.58,0,1,0a24.63,24.63,0,0,0,23-15.46L478.39,64.62A24,24,0,0,0,473,39.05Z\"/></svg></li><li title=\"partly sunny outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M90.61,306.85A16.07,16.07,0,0,0,104,293.6C116.09,220.17,169.63,176,232,176c57.93,0,96.62,37.75,112.2,77.74a15.84,15.84,0,0,0,12.2,9.87c50,8.15,91.6,41.54,91.6,99.59C448,422.6,399.4,464,340,464H106c-49.5,0-90-24.7-90-79.2C16,336.33,54.67,312.58,90.61,306.85Z\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M384.8,271.4a80,80,0,1,0-123.55-92\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"464\" y1=\"208\" x2=\"496\" y2=\"208\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"336\" y1=\"48\" x2=\"336\" y2=\"80\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"222.86\" y1=\"94.86\" x2=\"245.49\" y2=\"117.49\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"449.14\" y1=\"94.86\" x2=\"426.51\" y2=\"117.49\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"partly sunny sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M340,480H106c-29.5,0-54.92-7.83-73.53-22.64C11.23,440.44,0,415.35,0,384.8c0-26.66,10.08-49.8,29.14-66.91,15.24-13.68,36.17-23.21,59-26.84h0c.06,0,.08,0,.09-.05,6.44-39,23.83-72.09,50.31-95.68A140.24,140.24,0,0,1,232,160c30.23,0,58.48,9.39,81.71,27.17a142.69,142.69,0,0,1,45.36,60.66c29.41,4.82,54.72,17.11,73.19,35.54C453,304.11,464,331.71,464,363.2c0,32.85-13.13,62.87-37,84.52C404.11,468.54,373.2,480,340,480Zm19-232.18Z\"/><path d=\"M381.5,219.89a169.23,169.23,0,0,1,45.44,19A96,96,0,0,0,281,129.33q-2.85,2-5.54,4.2a162.47,162.47,0,0,1,57.73,28.23A174.53,174.53,0,0,1,381.5,219.89Z\"/><rect x=\"448\" y=\"192\" width=\"64\" height=\"32\"/><rect x=\"320\" y=\"32\" width=\"32\" height=\"64\"/><path d=\"M255.35,129.63l12.45-12.45L223.18,72.55,200.55,95.18l33.17,33.17h.6A172,172,0,0,1,255.35,129.63Z\"/><rect x=\"406.27\" y=\"90.18\" width=\"63.11\" height=\"32\" transform=\"translate(53.16 340.68) rotate(-45)\"/></svg></li><li title=\"partly sunny \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M340,480H106c-29.5,0-54.92-7.83-73.53-22.64C11.23,440.44,0,415.35,0,384.8c0-26.66,10.08-49.8,29.14-66.91,15.24-13.68,36.17-23.21,59-26.84h0c.06,0,.08,0,.09-.05,6.44-39,23.83-72.09,50.31-95.68A140.24,140.24,0,0,1,232,160c30.23,0,58.48,9.39,81.71,27.17a142.24,142.24,0,0,1,42.19,53.21,16,16,0,0,0,11.19,9c26,5.61,48.4,17.29,65.17,34C453,304.11,464,331.71,464,363.2c0,32.85-13.13,62.87-37,84.52C404.11,468.54,373.2,480,340,480Zm19-232.18Z\"/><path d=\"M387.89,221.68a168.8,168.8,0,0,1,34.76,14.71,4,4,0,0,0,5.82-2.44A97,97,0,0,0,432,207.27c-.39-52.43-43.48-95.22-95.91-95.27A95.46,95.46,0,0,0,281,129.33l-.06,0a3.38,3.38,0,0,0,1,6,162.45,162.45,0,0,1,51.28,26.4,173.92,173.92,0,0,1,45.32,52.51A16,16,0,0,0,387.89,221.68Z\"/><path d=\"M496,224H464a16,16,0,0,1,0-32h32a16,16,0,0,1,0,32Z\"/><path d=\"M336,96a16,16,0,0,1-16-16V48a16,16,0,0,1,32,0V80A16,16,0,0,1,336,96Z\"/><path d=\"M245.49,133.49a15.92,15.92,0,0,1-11.31-4.69l-22.63-22.62a16,16,0,0,1,22.63-22.63l22.62,22.63a16,16,0,0,1-11.31,27.31Z\"/><path d=\"M426.51,133.49a16,16,0,0,1-11.31-27.31l22.62-22.63a16,16,0,0,1,22.63,22.63L437.82,128.8A15.92,15.92,0,0,1,426.51,133.49Z\"/></svg></li><li title=\"pause circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M448,256c0-106-86-192-192-192S64,150,64,256s86,192,192,192S448,362,448,256Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><line x1=\"208\" y1=\"192\" x2=\"208\" y2=\"320\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><line x1=\"304\" y1=\"192\" x2=\"304\" y2=\"320\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"pause circle sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,48C141.31,48,48,141.31,48,256s93.31,208,208,208,208-93.31,208-208S370.69,48,256,48ZM224,336H192V176h32Zm96,0H288V176h32Z\"/></svg></li><li title=\"pause circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,48C141.31,48,48,141.31,48,256s93.31,208,208,208,208-93.31,208-208S370.69,48,256,48ZM224,320a16,16,0,0,1-32,0V192a16,16,0,0,1,32,0Zm96,0a16,16,0,0,1-32,0V192a16,16,0,0,1,32,0Z\"/></svg></li><li title=\"pause outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><rect x=\"176\" y=\"96\" width=\"16\" height=\"320\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><rect x=\"320\" y=\"96\" width=\"16\" height=\"320\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"pause sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M224,432H144V80h80Z\"/><path d=\"M368,432H288V80h80Z\"/></svg></li><li title=\"pause \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M208,432H160a16,16,0,0,1-16-16V96a16,16,0,0,1,16-16h48a16,16,0,0,1,16,16V416A16,16,0,0,1,208,432Z\"/><path d=\"M352,432H304a16,16,0,0,1-16-16V96a16,16,0,0,1,16-16h48a16,16,0,0,1,16,16V416A16,16,0,0,1,352,432Z\"/></svg></li><li title=\"paw outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M457.74,170.1a30.26,30.26,0,0,0-11.16-2.1h-.4c-20.17.3-42.79,19.19-54.66,47.76-14.23,34.18-7.68,69.15,14.74,78.14a30.21,30.21,0,0,0,11.15,2.1c20.27,0,43.2-19,55.17-47.76C486.71,214.06,480.06,179.09,457.74,170.1Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M327.6,303.48C299.8,257.35,287.8,240,256,240s-43.9,17.46-71.7,63.48c-23.8,39.36-71.9,42.64-83.9,76.07a50.91,50.91,0,0,0-3.6,19.25c0,27.19,20.8,49.2,46.4,49.2,31.8,0,75.1-25.39,112.9-25.39S337,448,368.8,448c25.6,0,46.3-22,46.3-49.2a51,51,0,0,0-3.7-19.25C399.4,346,351.4,342.84,327.6,303.48Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M192.51,196a26.53,26.53,0,0,0,4-.3c23.21-3.37,37.7-35.53,32.44-71.85C224,89.61,203.22,64,181.49,64a26.53,26.53,0,0,0-4,.3c-23.21,3.37-37.7,35.53-32.44,71.85C150,170.29,170.78,196,192.51,196Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M366.92,136.15c5.26-36.32-9.23-68.48-32.44-71.85a26.53,26.53,0,0,0-4-.3c-21.73,0-42.47,25.61-47.43,59.85-5.26,36.32,9.23,68.48,32.44,71.85a26.53,26.53,0,0,0,4,.3C341.22,196,362,170.29,366.92,136.15Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M105.77,293.9c22.39-9,28.93-44,14.72-78.14C108.53,187,85.62,168,65.38,168a30.21,30.21,0,0,0-11.15,2.1c-22.39,9-28.93,44-14.72,78.14C51.47,277,74.38,296,94.62,296A30.21,30.21,0,0,0,105.77,293.9Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"paw sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M442.8,361.82C434,336.72,413.49,324,393.69,311.7c-17.23-10.71-33.5-20.83-44.14-39C320.22,222.37,304.11,192,256.06,192s-64.21,30.38-93.61,80.69c-10.65,18.21-27,28.35-44.25,39.08-19.8,12.31-40.27,25-49.1,50.05A78.06,78.06,0,0,0,64,390.11C64,430.85,96.45,464,132.4,464s83.31-18.13,123.76-18.13S343.31,464,379.71,464,448,430.85,448,390.11A78.3,78.3,0,0,0,442.8,361.82Z\"/><ellipse cx=\"72\" cy=\"216\" rx=\"56\" ry=\"72\"/><ellipse cx=\"184\" cy=\"120\" rx=\"56\" ry=\"72\"/><ellipse cx=\"328\" cy=\"120\" rx=\"56\" ry=\"72\"/><ellipse cx=\"440\" cy=\"216\" rx=\"56\" ry=\"72\"/></svg></li><li title=\"paw \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M490.39,182.75c-5.55-13.19-14.77-22.7-26.67-27.49l-.16-.06a46.46,46.46,0,0,0-17-3.2h-.64c-27.24.41-55.05,23.56-69.19,57.61-10.37,24.9-11.56,51.68-3.18,71.64,5.54,13.2,14.78,22.71,26.73,27.5l.13.05a46.53,46.53,0,0,0,17,3.2c27.5,0,55.6-23.15,70-57.65C497.65,229.48,498.78,202.72,490.39,182.75Z\"/><path d=\"M381.55,329.61c-15.71-9.44-30.56-18.37-40.26-34.41C314.53,250.8,298.37,224,256,224s-58.57,26.8-85.39,71.2c-9.72,16.06-24.6,25-40.36,34.48-18.07,10.86-36.74,22.08-44.8,44.16a66.93,66.93,0,0,0-4.65,25c0,35.95,28,65.2,62.4,65.2,17.75,0,36.64-6.15,56.63-12.66,19.22-6.26,39.09-12.73,56.27-12.73s37,6.47,56.15,12.73C332.2,457.85,351,464,368.8,464c34.35,0,62.3-29.25,62.3-65.2a67,67,0,0,0-4.75-25C418.29,351.7,399.61,340.47,381.55,329.61Z\"/><path d=\"M150,188.85c11.9,14.93,27,23.15,42.52,23.15a42.88,42.88,0,0,0,6.33-.47c32.37-4.76,52.54-44.26,45.92-90C242,102.3,234.6,84.39,224,71.11,212.12,56.21,197,48,181.49,48a42.88,42.88,0,0,0-6.33.47c-32.37,4.76-52.54,44.26-45.92,90C132,157.67,139.4,175.56,150,188.85Z\"/><path d=\"M313.16,211.53a42.88,42.88,0,0,0,6.33.47c15.53,0,30.62-8.22,42.52-23.15,10.59-13.29,17.95-31.18,20.75-50.4h0c6.62-45.72-13.55-85.22-45.92-90a42.88,42.88,0,0,0-6.33-.47C315,48,299.88,56.21,288,71.11c-10.6,13.28-18,31.19-20.76,50.44C260.62,167.27,280.79,206.77,313.16,211.53Z\"/><path d=\"M111.59,308.8l.14-.05c11.93-4.79,21.16-14.29,26.69-27.48,8.38-20,7.2-46.75-3.15-71.65C120.94,175.16,92.85,152,65.38,152a46.4,46.4,0,0,0-17,3.2l-.14.05C36.34,160,27.11,169.54,21.58,182.73c-8.38,20-7.2,46.75,3.15,71.65C39.06,288.84,67.15,312,94.62,312A46.4,46.4,0,0,0,111.59,308.8Z\"/></svg></li><li title=\"pencil outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polygon points=\"364.13 125.25 87 403 64 448 108.99 425 386.75 147.87 364.13 125.25\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M420.69,68.69,398.07,91.31l22.62,22.63,22.62-22.63a16,16,0,0,0,0-22.62h0A16,16,0,0,0,420.69,68.69Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"pencil sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polygon points=\"103 464 48 464 48 409 358.14 98.09 413.91 153.87 103 464\"/><path d=\"M425.72,142,370,86.28l31.66-30.66C406.55,50.7,414.05,48,421,48a25.91,25.91,0,0,1,18.42,7.62l17,17A25.87,25.87,0,0,1,464,91c0,7-2.71,14.45-7.62,19.36ZM418.2,71.17h0Z\"/></svg></li><li title=\"pencil \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polygon points=\"358.62 129.28 86.49 402.08 70 442 109.92 425.51 382.72 153.38 358.62 129.28\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:44px\"/><path d=\"M413.07,74.84,401.28,86.62l24.1,24.1,11.79-11.79a16.51,16.51,0,0,0,0-23.34l-.75-.75A16.51,16.51,0,0,0,413.07,74.84Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:44px\"/></svg></li><li title=\"people circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,464C141.31,464,48,370.69,48,256S141.31,48,256,48s208,93.31,208,208S370.69,464,256,464Zm0-384C159,80,80,159,80,256S159,432,256,432s176-78.95,176-176S353.05,80,256,80Z\"/><path d=\"M323.67,292c-17.4,0-34.21-7.72-47.34-21.73a83.76,83.76,0,0,1-22-51.32c-1.47-20.7,4.88-39.75,17.88-53.62S303.38,144,323.67,144c20.14,0,38.37,7.62,51.33,21.46s19.47,33,18,53.51h0a84,84,0,0,1-22,51.3C357.86,284.28,341.06,292,323.67,292Zm55.81-74h0Z\"/><path d=\"M163.82,295.36c-29.76,0-55.93-27.51-58.33-61.33-1.23-17.32,4.15-33.33,15.17-45.08s26.22-18,43.15-18,32.12,6.44,43.07,18.14,16.5,27.82,15.25,45C219.69,267.86,193.53,295.36,163.82,295.36Z\"/><path d=\"M420.37,355.28c-1.59-4.7-5.46-9.71-13.22-14.46-23.46-14.33-52.32-21.91-83.48-21.91-30.57,0-60.23,7.9-83.53,22.25-26.25,16.17-43.89,39.75-51,68.18-1.68,6.69-4.13,19.14-1.51,26.11a192.18,192.18,0,0,0,232.75-80.17Z\"/><path d=\"M163.63,401.37c7.07-28.21,22.12-51.73,45.47-70.75a8,8,0,0,0-2.59-13.77c-12-3.83-25.7-5.88-42.69-5.88-23.82,0-49.11,6.45-68.14,18.17-5.4,3.33-10.7,4.61-14.78,5.75a192.84,192.84,0,0,0,77.78,86.64l1.79-.14A102.82,102.82,0,0,1,163.63,401.37Z\"/></svg></li><li title=\"people circle sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,48C141.31,48,48,141.31,48,256s93.31,208,208,208,208-93.31,208-208S370.69,48,256,48Zm69.3,96.17a72.5,72.5,0,1,1-72.6,72.5A72.55,72.55,0,0,1,325.3,144.17ZM170.2,170.53a59.32,59.32,0,1,1-59.4,59.32A59.35,59.35,0,0,1,170.2,170.53Zm-75.85,155c24.5-13.29,55.87-19.94,75.85-19.94,15,0,34.32,3,53.33,10.2a133.05,133.05,0,0,0-34,27.11c-13.19,15-20.76,32.92-20.76,50.83v15A177.06,177.06,0,0,1,94.35,325.58ZM256,432a175.12,175.12,0,0,1-59.4-10.33V394.62c0-52.59,85.75-79.09,128.7-79.09,23,0,58.38,7.63,86.21,22.81A176.14,176.14,0,0,1,256,432Z\"/></svg></li><li title=\"people circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M258.9,48C141.92,46.42,46.42,141.92,48,258.9,49.56,371.09,140.91,462.44,253.1,464c117,1.6,212.48-93.9,210.88-210.88C462.44,140.91,371.09,49.56,258.9,48Zm-3.68,152.11c.21-1.2.44-2.4.71-3.59a66.46,66.46,0,0,1,16.29-31.21C285.11,151.58,303.38,144,323.67,144a74.05,74.05,0,0,1,25.06,4.26A66.69,66.69,0,0,1,375,165.46a68.15,68.15,0,0,1,18,42.14A78.46,78.46,0,0,1,393,219h0a86.19,86.19,0,0,1-8.2,31q-.76,1.59-1.59,3.15c-1.11,2.07-2.3,4.1-3.58,6.06a79.47,79.47,0,0,1-8.63,11c-13.12,14-29.92,21.73-47.31,21.73a59.61,59.61,0,0,1-19.17-3.18,63.47,63.47,0,0,1-6.1-2.43,70.76,70.76,0,0,1-22.07-16.12,83.76,83.76,0,0,1-22-51.32q-.27-3.88-.18-7.68A75.62,75.62,0,0,1,255.22,200.13ZM105.49,224.45a59.87,59.87,0,0,1,5.2-20.64,56.76,56.76,0,0,1,2.78-5.3,54.49,54.49,0,0,1,7.19-9.56,55.62,55.62,0,0,1,14-10.82,56.84,56.84,0,0,1,8.11-3.64,63.85,63.85,0,0,1,33.35-2.39,57,57,0,0,1,30.78,17,57.86,57.86,0,0,1,15.41,38.62c.05,2.11,0,4.23-.15,6.38a71.58,71.58,0,0,1-6,23.84,69.49,69.49,0,0,1-5.73,10.42,65.39,65.39,0,0,1-15.76,16.57C193.17,286,191.61,287,190,288a54.21,54.21,0,0,1-10,4.65,49.31,49.31,0,0,1-16.2,2.76c-.93,0-1.86,0-2.78-.08a47.6,47.6,0,0,1-5.48-.62,51.19,51.19,0,0,1-5.35-1.23,53.54,53.54,0,0,1-7.72-2.89c-.84-.39-1.66-.8-2.48-1.23-18-9.49-31.57-29.16-34.23-52.12-.12-1.05-.22-2.1-.29-3.16A66.59,66.59,0,0,1,105.49,224.45Zm53.92,178.6A177.27,177.27,0,0,1,97.47,332.4a4,4,0,0,1,1.62-5.26C117.67,316.69,141.4,311,163.82,311c17,0,30.7,2,42.69,5.88a8,8,0,0,1,2.59,13.77c-23.35,19-38.4,42.54-45.47,70.75v0A2.77,2.77,0,0,1,159.41,403.05ZM256,432a175.12,175.12,0,0,1-65.7-12.72,4,4,0,0,1-2.4-4.46c.4-2.05.84-3.92,1.23-5.48,7.12-28.43,24.76-52,51-68.18,23.29-14.35,53-22.25,83.52-22.25,31.16,0,60,7.58,83.48,21.91h0a2.72,2.72,0,0,1,.91,3.67A176.1,176.1,0,0,1,256,432Z\"/><path d=\"M161,295.28a47.6,47.6,0,0,1-5.48-.62A47.6,47.6,0,0,0,161,295.28Z\"/><path d=\"M134.64,178.13a55.62,55.62,0,0,0-14,10.82,54.49,54.49,0,0,0-7.19,9.56,54.49,54.49,0,0,1,7.19-9.56A55.62,55.62,0,0,1,134.64,178.13Z\"/><path d=\"M216.17,257.89a71.58,71.58,0,0,0,6-23.84c.15-2.15.2-4.27.15-6.38q.08,3.15-.15,6.38A71.58,71.58,0,0,1,216.17,257.89Z\"/><path d=\"M134.64,178.13a56.84,56.84,0,0,1,8.11-3.64A56.84,56.84,0,0,0,134.64,178.13Z\"/><path d=\"M150.21,293.43a53.54,53.54,0,0,1-7.72-2.89A53.54,53.54,0,0,0,150.21,293.43Z\"/><path d=\"M105.78,237.19c2.66,23,16.26,42.63,34.23,52.12C122,279.82,108.44,260.15,105.78,237.19Z\"/><path d=\"M254.34,219a83.76,83.76,0,0,0,22,51.32,70.76,70.76,0,0,0,22.07,16.12,70.76,70.76,0,0,1-22.07-16.12,83.76,83.76,0,0,1-22-51.32q-.27-3.88-.18-7.68Q254.07,215.07,254.34,219Z\"/><path d=\"M304.5,288.82a63.47,63.47,0,0,1-6.1-2.43A63.47,63.47,0,0,0,304.5,288.82Z\"/><path d=\"M255.93,196.54a66.46,66.46,0,0,1,16.29-31.21A66.46,66.46,0,0,0,255.93,196.54Z\"/><path d=\"M375,165.46a68.15,68.15,0,0,1,18,42.14,68.15,68.15,0,0,0-18-42.14,66.69,66.69,0,0,0-26.27-17.2A66.69,66.69,0,0,1,375,165.46Z\"/><path d=\"M393,219h0a86.19,86.19,0,0,1-8.2,31A86.19,86.19,0,0,0,393,219Z\"/><path d=\"M254.16,211.27a75.62,75.62,0,0,1,1.06-11.14A75.62,75.62,0,0,0,254.16,211.27Z\"/><path d=\"M383.19,253.16c-1.11,2.07-2.3,4.1-3.58,6.06C380.89,257.26,382.08,255.23,383.19,253.16Z\"/><path d=\"M206.88,189.05a57.86,57.86,0,0,1,15.41,38.62,57.86,57.86,0,0,0-15.41-38.62,57,57,0,0,0-30.78-17A57,57,0,0,1,206.88,189.05Z\"/><path d=\"M190,288a54.21,54.21,0,0,1-10,4.65A54.21,54.21,0,0,0,190,288Z\"/><path d=\"M105.49,224.45a59.87,59.87,0,0,1,5.2-20.64A59.87,59.87,0,0,0,105.49,224.45Z\"/><path d=\"M194.68,284.88C193.17,286,191.61,287,190,288,191.61,287,193.17,286,194.68,284.88Z\"/><path d=\"M216.17,257.89a69.49,69.49,0,0,1-5.73,10.42A69.49,69.49,0,0,0,216.17,257.89Z\"/><path d=\"M110.69,203.81a56.76,56.76,0,0,1,2.78-5.3A56.76,56.76,0,0,0,110.69,203.81Z\"/><path d=\"M194.68,284.88a65.39,65.39,0,0,0,15.76-16.57A65.39,65.39,0,0,1,194.68,284.88Z\"/></svg></li><li title=\"people outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M402,168c-2.93,40.67-33.1,72-66,72s-63.12-31.32-66-72c-3-42.31,26.37-72,66-72S405,126.46,402,168Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M336,304c-65.17,0-127.84,32.37-143.54,95.41-2.08,8.34,3.15,16.59,11.72,16.59H467.83c8.57,0,13.77-8.25,11.72-16.59C463.85,335.36,401.18,304,336,304Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M200,185.94C197.66,218.42,173.28,244,147,244S96.3,218.43,94,185.94C91.61,152.15,115.34,128,147,128S202.39,152.77,200,185.94Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M206,306c-18.05-8.27-37.93-11.45-59-11.45-52,0-102.1,25.85-114.65,76.2C30.7,377.41,34.88,384,41.72,384H154\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"people sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><circle cx=\"152\" cy=\"184\" r=\"72\"/><path d=\"M234,296c-28.16-14.3-59.24-20-82-20-44.58,0-136,27.34-136,82v42H166V383.93c0-19,8-38.05,22-53.93C199.17,317.32,214.81,305.55,234,296Z\"/><path d=\"M340,288c-52.07,0-156,32.16-156,96v48H496V384C496,320.16,392.07,288,340,288Z\"/><circle cx=\"340\" cy=\"168\" r=\"88\"/></svg></li><li title=\"people \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M336,256c-20.56,0-40.44-9.18-56-25.84-15.13-16.25-24.37-37.92-26-61-1.74-24.62,5.77-47.26,21.14-63.76S312,80,336,80c23.83,0,45.38,9.06,60.7,25.52,15.47,16.62,23,39.22,21.26,63.63h0c-1.67,23.11-10.9,44.77-26,61C376.44,246.82,356.57,256,336,256Zm66-88h0Z\"/><path d=\"M467.83,432H204.18a27.71,27.71,0,0,1-22-10.67,30.22,30.22,0,0,1-5.26-25.79c8.42-33.81,29.28-61.85,60.32-81.08C264.79,297.4,299.86,288,336,288c36.85,0,71,9,98.71,26.05,31.11,19.13,52,47.33,60.38,81.55a30.27,30.27,0,0,1-5.32,25.78A27.68,27.68,0,0,1,467.83,432Z\"/><path d=\"M147,260c-35.19,0-66.13-32.72-69-72.93C76.58,166.47,83,147.42,96,133.45,108.86,119.62,127,112,147,112s38,7.66,50.93,21.57c13.1,14.08,19.5,33.09,18,53.52C213.06,227.29,182.13,260,147,260Z\"/><path d=\"M212.66,291.45c-17.59-8.6-40.42-12.9-65.65-12.9-29.46,0-58.07,7.68-80.57,21.62C40.93,316,23.77,339.05,16.84,366.88a27.39,27.39,0,0,0,4.79,23.36A25.32,25.32,0,0,0,41.72,400h111a8,8,0,0,0,7.87-6.57c.11-.63.25-1.26.41-1.88,8.48-34.06,28.35-62.84,57.71-83.82a8,8,0,0,0-.63-13.39C216.51,293.42,214.71,292.45,212.66,291.45Z\"/></svg></li><li title=\"person add outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M376,144c-3.92,52.87-44,96-88,96s-84.15-43.12-88-96c-4-55,35-96,88-96S380,90,376,144Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M288,304c-87,0-175.3,48-191.64,138.6-2,10.92,4.21,21.4,15.65,21.4H464c11.44,0,17.62-10.48,15.65-21.4C463.3,352,375,304,288,304Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><line x1=\"88\" y1=\"176\" x2=\"88\" y2=\"288\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"144\" y1=\"232\" x2=\"32\" y2=\"232\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"person add sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polygon points=\"106 304 106 250 160 250 160 214 106 214 106 160 70 160 70 214 16 214 16 250 70 250 70 304 106 304\"/><circle cx=\"288\" cy=\"144\" r=\"112\"/><path d=\"M288,288c-69.42,0-208,42.88-208,128v64H496V416C496,330.88,357.42,288,288,288Z\"/></svg></li><li title=\"person add \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M288,256c52.79,0,99.43-49.71,104-110.82,2.27-30.7-7.36-59.33-27.12-80.6C345.33,43.57,318,32,288,32c-30.24,0-57.59,11.5-77,32.38-19.63,21.11-29.2,49.8-27,80.78C188.49,206.28,235.12,256,288,256Z\"/><path d=\"M495.38,439.76c-8.44-46.82-34.79-86.15-76.19-113.75C382.42,301.5,335.83,288,288,288s-94.42,13.5-131.19,38c-41.4,27.6-67.75,66.93-76.19,113.75-1.93,10.73.69,21.34,7.19,29.11A30.94,30.94,0,0,0,112,480H464a30.94,30.94,0,0,0,24.21-11.13C494.69,461.1,497.31,450.49,495.38,439.76Z\"/><path d=\"M104,288V248h40a16,16,0,0,0,0-32H104V176a16,16,0,0,0-32,0v40H32a16,16,0,0,0,0,32H72v40a16,16,0,0,0,32,0Z\"/></svg></li><li title=\"person circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M258.9,48C141.92,46.42,46.42,141.92,48,258.9,49.56,371.09,140.91,462.44,253.1,464c117,1.6,212.48-93.9,210.88-210.88C462.44,140.91,371.09,49.56,258.9,48ZM385.32,375.25a4,4,0,0,1-6.14-.32,124.27,124.27,0,0,0-32.35-29.59C321.37,329,289.11,320,256,320s-65.37,9-90.83,25.34a124.24,124.24,0,0,0-32.35,29.58,4,4,0,0,1-6.14.32A175.32,175.32,0,0,1,80,259C78.37,161.69,158.22,80.24,255.57,80S432,158.81,432,256A175.32,175.32,0,0,1,385.32,375.25Z\"/><path d=\"M256,144c-19.72,0-37.55,7.39-50.22,20.82s-19,32-17.57,51.93C191.11,256,221.52,288,256,288s64.83-32,67.79-71.24c1.48-19.74-4.8-38.14-17.68-51.82C293.39,151.44,275.59,144,256,144Z\"/></svg></li><li title=\"person circle sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,48C141.31,48,48,141.31,48,256s93.31,208,208,208,208-93.31,208-208S370.69,48,256,48Zm2,96a72,72,0,1,1-72,72A72,72,0,0,1,258,144Zm-2,288a175.55,175.55,0,0,1-129.18-56.6C135.66,329.62,215.06,320,256,320s120.34,9.62,129.18,55.39A175.52,175.52,0,0,1,256,432Z\"/></svg></li><li title=\"person circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,48C141.31,48,48,141.31,48,256s93.31,208,208,208,208-93.31,208-208S370.69,48,256,48ZM205.78,164.82C218.45,151.39,236.28,144,256,144s37.39,7.44,50.11,20.94C319,178.62,325.27,197,323.79,216.76,320.83,256,290.43,288,256,288s-64.89-32-67.79-71.25C186.74,196.83,193,178.39,205.78,164.82ZM256,432a175.49,175.49,0,0,1-126-53.22,122.91,122.91,0,0,1,35.14-33.44C190.63,329,222.89,320,256,320s65.37,9,90.83,25.34A122.87,122.87,0,0,1,382,378.78,175.45,175.45,0,0,1,256,432Z\"/></svg></li><li title=\"person outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M344,144c-3.92,52.87-44,96-88,96s-84.15-43.12-88-96c-4-55,35-96,88-96S348,90,344,144Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M256,304c-87,0-175.3,48-191.64,138.6C62.39,453.52,68.57,464,80,464H432c11.44,0,17.62-10.48,15.65-21.4C431.3,352,343,304,256,304Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"person remove outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M376,144c-3.92,52.87-44,96-88,96s-84.15-43.12-88-96c-4-55,35-96,88-96S380,90,376,144Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M288,304c-87,0-175.3,48-191.64,138.6-2,10.92,4.21,21.4,15.65,21.4H464c11.44,0,17.62-10.48,15.65-21.4C463.3,352,375,304,288,304Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><line x1=\"144\" y1=\"232\" x2=\"32\" y2=\"232\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"person remove sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><rect x=\"16\" y=\"214\" width=\"144\" height=\"36\"/><circle cx=\"288\" cy=\"144\" r=\"112\"/><path d=\"M288,288c-69.42,0-208,42.88-208,128v64H496V416C496,330.88,357.42,288,288,288Z\"/></svg></li><li title=\"person remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M288,256c52.79,0,99.43-49.71,104-110.82,2.27-30.7-7.36-59.33-27.12-80.6C345.33,43.57,318,32,288,32c-30.24,0-57.59,11.5-77,32.38-19.63,21.11-29.2,49.8-27,80.78C188.49,206.28,235.12,256,288,256Z\"/><path d=\"M495.38,439.76c-8.44-46.82-34.79-86.15-76.19-113.75C382.42,301.5,335.83,288,288,288s-94.42,13.5-131.19,38c-41.4,27.6-67.75,66.93-76.19,113.75-1.93,10.73.69,21.34,7.19,29.11A30.94,30.94,0,0,0,112,480H464a30.94,30.94,0,0,0,24.21-11.13C494.69,461.1,497.31,450.49,495.38,439.76Z\"/><path d=\"M144,216H32a16,16,0,0,0,0,32H144a16,16,0,0,0,0-32Z\"/></svg></li><li title=\"person sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,256A112,112,0,1,0,144,144,112,112,0,0,0,256,256Zm0,32c-69.42,0-208,42.88-208,128v64H464V416C464,330.88,325.42,288,256,288Z\"/></svg></li><li title=\"person \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M332.64,64.58C313.18,43.57,286,32,256,32c-30.16,0-57.43,11.5-76.8,32.38-19.58,21.11-29.12,49.8-26.88,80.78C156.76,206.28,203.27,256,256,256s99.16-49.71,103.67-110.82C361.94,114.48,352.34,85.85,332.64,64.58Z\"/><path d=\"M432,480H80A31,31,0,0,1,55.8,468.87c-6.5-7.77-9.12-18.38-7.18-29.11C57.06,392.94,83.4,353.61,124.8,326c36.78-24.51,83.37-38,131.2-38s94.42,13.5,131.2,38c41.4,27.6,67.74,66.93,76.18,113.75,1.94,10.73-.68,21.34-7.18,29.11A31,31,0,0,1,432,480Z\"/></svg></li><li title=\"phone landscape outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><rect x=\"128\" y=\"16\" width=\"256\" height=\"480\" rx=\"48\" ry=\"48\" transform=\"translate(0 512) rotate(-90)\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M16,336V312a8,8,0,0,1,8-8h0a16,16,0,0,0,16-16V224a16,16,0,0,0-16-16h0a8,8,0,0,1-8-8V176\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"phone landscape sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M0,130V382a18,18,0,0,0,18,18H494a18,18,0,0,0,18-18V130a18,18,0,0,0-18-18H18A18,18,0,0,0,0,130ZM448,364H64V148H448Z\"/></svg></li><li title=\"phone landscape \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M0,176V336a64,64,0,0,0,64,64H448a64,64,0,0,0,64-64V176a64,64,0,0,0-64-64H64A64,64,0,0,0,0,176Zm448-32a32,32,0,0,1,32,32V336a32,32,0,0,1-32,32H64a32,32,0,0,1-32-32V324.65a7.94,7.94,0,0,1,4.75-7.3A32,32,0,0,0,56,288V224a32,32,0,0,0-19.25-29.35,7.94,7.94,0,0,1-4.75-7.3V176a32,32,0,0,1,32-32Z\"/><path d=\"M48,176h0a11.88,11.88,0,0,0,4.69,9.53A48,48,0,0,1,72,224v64a48,48,0,0,1-19.31,38.47A11.88,11.88,0,0,0,48,336h0a16,16,0,0,0,16,16H448a16,16,0,0,0,16-16V176a16,16,0,0,0-16-16H64A16,16,0,0,0,48,176Z\"/><path d=\"M0,176V336a64,64,0,0,0,64,64H448a64,64,0,0,0,64-64V176a64,64,0,0,0-64-64H64A64,64,0,0,0,0,176Zm448-32a32,32,0,0,1,32,32V336a32,32,0,0,1-32,32H64a32,32,0,0,1-32-32V324.65a7.94,7.94,0,0,1,4.75-7.3A32,32,0,0,0,56,288V224a32,32,0,0,0-19.25-29.35,7.94,7.94,0,0,1-4.75-7.3V176a32,32,0,0,1,32-32Z\"/></svg></li><li title=\"phone portrait outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><rect x=\"128\" y=\"16\" width=\"256\" height=\"480\" rx=\"48\" ry=\"48\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M176,16h24a8,8,0,0,1,8,8h0a16,16,0,0,0,16,16h64a16,16,0,0,0,16-16h0a8,8,0,0,1,8-8h24\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"phone portrait sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M382,0H130a18,18,0,0,0-18,18V494a18,18,0,0,0,18,18H382a18,18,0,0,0,18-18V18A18,18,0,0,0,382,0ZM148,448V64H364V448Z\"/></svg></li><li title=\"phone portrait \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M336,0H176a64,64,0,0,0-64,64V448a64,64,0,0,0,64,64H336a64,64,0,0,0,64-64V64A64,64,0,0,0,336,0Zm32,448a32,32,0,0,1-32,32H176a32,32,0,0,1-32-32V64a32,32,0,0,1,32-32h11.35a7.94,7.94,0,0,1,7.3,4.75A32,32,0,0,0,224,56h64a32,32,0,0,0,29.35-19.25,7.94,7.94,0,0,1,7.3-4.75H336a32,32,0,0,1,32,32Z\"/><path d=\"M336,48h0a11.88,11.88,0,0,0-9.53,4.69A48,48,0,0,1,288,72H224a48,48,0,0,1-38.47-19.31A11.88,11.88,0,0,0,176,48h0a16,16,0,0,0-16,16V448a16,16,0,0,0,16,16H336a16,16,0,0,0,16-16V64A16,16,0,0,0,336,48Z\"/><path d=\"M336,0H176a64,64,0,0,0-64,64V448a64,64,0,0,0,64,64H336a64,64,0,0,0,64-64V64A64,64,0,0,0,336,0Zm32,448a32,32,0,0,1-32,32H176a32,32,0,0,1-32-32V64a32,32,0,0,1,32-32h11.35a7.94,7.94,0,0,1,7.3,4.75A32,32,0,0,0,224,56h64a32,32,0,0,0,29.35-19.25,7.94,7.94,0,0,1,7.3-4.75H336a32,32,0,0,1,32,32Z\"/></svg></li><li title=\"pie chart outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256.05,80.65Q263.94,80,272,80c106,0,192,86,192,192S378,464,272,464A192.09,192.09,0,0,1,89.12,330.65\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M256,48C141.12,48,48,141.12,48,256a207.29,207.29,0,0,0,18.09,85L256,256Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"pie chart sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M58,362.09,51.49,347.5A224,224,0,0,1,256,32h16V266.37Z\"/><path d=\"M304,66.46V287.11L94.62,380.78A208.31,208.31,0,0,0,272,480c114.69,0,208-93.31,208-208C480,168.19,403.55,81.9,304,66.46Z\"/></svg></li><li title=\"pie chart \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M66.1,357a16,16,0,0,1-14.61-9.46A224,224,0,0,1,256,32a16,16,0,0,1,16,16V256a16,16,0,0,1-9.47,14.61L72.63,355.56A15.93,15.93,0,0,1,66.1,357Z\"/><path d=\"M313.59,68.18A8,8,0,0,0,304,76V256a48.07,48.07,0,0,1-28.4,43.82L103.13,377a8,8,0,0,0-3.35,11.81,208.42,208.42,0,0,0,48.46,50.41A206.32,206.32,0,0,0,272,480c114.69,0,208-93.31,208-208C480,171.55,408.42,87.5,313.59,68.18Z\"/></svg></li><li title=\"pin outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><circle cx=\"256\" cy=\"96\" r=\"64\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M272,164a9,9,0,0,0-9-9H249a9,9,0,0,0-9,9V457.56a32.09,32.09,0,0,0,2.49,12.38l10.07,24a3.92,3.92,0,0,0,6.88,0l10.07-24A32.09,32.09,0,0,0,272,457.56Z\"/><circle cx=\"280\" cy=\"72\" r=\"24\"/></svg></li><li title=\"pin sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M339,99a83,83,0,1,0-102,80.8V464l19,32,19-32V179.8A83.28,83.28,0,0,0,339,99Zm-59-6a21,21,0,1,1,21-21A21,21,0,0,1,280,93Z\"/></svg></li><li title=\"pin \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M336,96a80,80,0,1,0-96,78.39V457.56a32.09,32.09,0,0,0,2.49,12.38l10.07,24a3.92,3.92,0,0,0,6.88,0l10.07-24A32.09,32.09,0,0,0,272,457.56V174.39A80.13,80.13,0,0,0,336,96Zm-56,0a24,24,0,1,1,24-24A24,24,0,0,1,280,96Z\"/></svg></li><li title=\"pint outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M132.43,162c-6.24-34-4.49-45.55-3.07-68.39L132.27,47a16,16,0,0,1,15.94-15H363.78a16,16,0,0,1,15.94,15l2.91,46.61c1.43,22.86,3.19,34.39-3.06,68.45-5.93,32.29-43.71,133.27-43.71,238.32V472a8,8,0,0,1-8,8H184.12a8,8,0,0,1-8-8V400.37C176.13,307.9,138.66,196.07,132.43,162Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"135.21\" y1=\"96\" x2=\"376.79\" y2=\"96\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"pint sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M399,99.29,394,16H118.45L113,99.26c-1.29,19.24-2.23,33.14,3.73,65.66,1.67,9.11,5.22,22.66,9.73,39.82,12.61,48,33.71,128.36,33.71,195.63V496H351.85V400.38c0-77.09,21.31-153.29,34-198.81,4.38-15.63,7.83-28,9.41-36.62C401.27,132.44,400.33,118.53,399,99.29ZM146.23,80l2-32H363.75l2,32Z\"/></svg></li><li title=\"pint \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M399,99.29c-.15-2.13-.3-4.35-.44-6.68L395.69,46a32,32,0,0,0-31.91-30H148.21A32,32,0,0,0,116.3,46l-2.91,46.63c-.14,2.31-.29,4.51-.43,6.62-1.29,19.24-2.23,33.14,3.73,65.66,1.67,9.11,5.22,22.66,9.73,39.82,12.61,48,33.71,128.36,33.71,195.63V472a24,24,0,0,0,24,24H327.87a24,24,0,0,0,24-24V400.38c0-77.09,21.31-153.29,34-198.81,4.38-15.63,7.83-28,9.41-36.62C401.27,132.44,400.33,118.53,399,99.29ZM364,51.75l1.5,24a4,4,0,0,1-4,4.25h-211a4,4,0,0,1-4-4.25l1.48-24A4,4,0,0,1,152,48H360A4,4,0,0,1,364,51.75Z\"/></svg></li><li title=\"pizza outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M404.76,123.08C358.37,104.18,309.69,96,256,96S149.9,105,107.1,122.68c-8.08,3.3-15.26,9-10.07,19.5C101.24,150.71,203,375,241.66,455a15.94,15.94,0,0,0,28.72,0L414.43,142.78C417.62,135.88,415.33,127.38,404.76,123.08Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M436.38,82.68C384.31,62.08,320.17,48,256,48S128.65,60.78,75.48,82.08C70.79,84,62,88.43,64.41,95.88L74.09,120c4,8.2,8.67,8.2,15.06,8.2,1.79,0,4.29-1,7.28-2.18A442.46,442.46,0,0,1,256,96c56.76,0,114.91,12,159.6,30,3.59,1.4,5.59,2.18,7.28,2.18,6.58,0,10.38,2.19,15-8.1L447.65,96C449.66,90,442.66,85.18,436.38,82.68Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><circle cx=\"192\" cy=\"192\" r=\"32\"/><circle cx=\"320\" cy=\"208\" r=\"32\"/><circle cx=\"256\" cy=\"320\" r=\"32\"/></svg></li><li title=\"pizza sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M442.3,67.82h0C383.92,44.72,317.78,32,256,32c-63.57,0-129.8,12.51-186.56,35.25C49.18,75.48,42,80,42,80l22,44,37.53-16.14C147.58,89.53,199.19,80,256.51,80,314,80,364.6,89.23,411.26,108.25h0L448,124l22-44S463,76,442.3,67.82Z\"/><ellipse cx=\"320.48\" cy=\"207.99\" rx=\"31.97\" ry=\"32.03\" transform=\"translate(-53.23 287.42) rotate(-44.98)\" style=\"fill:none\"/><ellipse cx=\"192.48\" cy=\"191.99\" rx=\"31.97\" ry=\"32.03\" transform=\"translate(-79.38 192.25) rotate(-44.98)\" style=\"fill:none\"/><ellipse cx=\"256.48\" cy=\"319.99\" rx=\"31.97\" ry=\"32.03\" transform=\"translate(-151.13 274.96) rotate(-44.98)\" style=\"fill:none\"/><path d=\"M409.66,140.85C364.15,122.52,308.16,112,256,112A425,425,0,0,0,102.3,140.9c-.25.1-9.24,4.23-19,8.71,7.46,16.22,18,39.16,22.2,48.33L256,480,429.74,149.16l-19.92-8.24ZM224.41,194.07a32,32,0,1,1-34-34A32.12,32.12,0,0,1,224.41,194.07Zm64,128a32,32,0,1,1-34-34A32.12,32.12,0,0,1,288.41,322.07Zm64-112a32,32,0,1,1-34-34A32.12,32.12,0,0,1,352.41,210.07Z\"/></svg></li><li title=\"pizza \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M441.82,67.83l0,0C383.44,44.73,317.3,32,255.56,32,192,32,125.76,44.53,69,67.26,48.7,75.49,45.21,90,48.71,100.82L52.78,111a16,16,0,0,0,21.31,8.69c10.8-4.76,23.93-10.54,27-11.78C145.1,89.64,198.71,80,256,80c57.47,0,108.09,9.24,154.76,28.25h0c4.42,1.8,14.88,6.42,26.17,11.46a16,16,0,0,0,21.35-8.59L462,102l.34-.9C465.79,90.89,462.48,76.05,441.82,67.83Z\"/><path d=\"M409.18,140.86C363.67,122.53,307.68,112,255.56,112a425,425,0,0,0-153.74,28.89c-.53.21-2.06.88-4.29,1.88a16,16,0,0,0-8,21.27c4,8.71,9.42,20.58,15.5,33.89C137.94,270,199.21,404,227.26,462A31.74,31.74,0,0,0,256,480h0a31.73,31.73,0,0,0,28.76-18.06l.06-.13,137.3-297.57a15.94,15.94,0,0,0-8.31-21.45c-2.26-.95-3.85-1.61-4.5-1.87Zm-215.1,83.07a32,32,0,1,1,29.85-29.85A32,32,0,0,1,194.08,223.93Zm64,128a32,32,0,1,1,29.85-29.85A32,32,0,0,1,258.08,351.93Zm64-112a32,32,0,1,1,29.85-29.85A32,32,0,0,1,322.08,239.93Z\"/></svg></li><li title=\"planet outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M413.48,284.46c58.87,47.24,91.61,89,80.31,108.55-17.85,30.85-138.78-5.48-270.1-81.15S.37,149.84,18.21,119c11.16-19.28,62.58-12.32,131.64,14.09\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><circle cx=\"256\" cy=\"256\" r=\"160\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"planet sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M81,274.71C90.36,363,165.26,432,256,432a174.91,174.91,0,0,0,71.49-15.19c-40.3-16.53-84.05-38.17-127.77-63.36C157,328.86,115.84,301.5,81,274.71Z\"/><path d=\"M492.72,339.51c-8.5-11.31-20-23.8-34-37a205.25,205.25,0,0,1-11,34c28.72,29.5,33.2,45.34,32.17,48.45-2,2.23-17.05,6.89-58.15-3.53q-8.83-2.24-19.32-5.46-6.76-2.08-13.79-4.49h0a176.76,176.76,0,0,0,19.54-27.25c.17-.29.35-.58.52-.88A175.39,175.39,0,0,0,432,256,178.87,178.87,0,0,0,431,237C421.43,148.83,346.6,80,256,80A175.37,175.37,0,0,0,149.6,115.89a177.4,177.4,0,0,0-45.83,51.84c-.16.29-.34.58-.51.87a175.48,175.48,0,0,0-13.83,30.52q-5.59-4.87-10.79-9.67c-5.39-5-10.17-9.63-14.42-14C34.65,145.19,31.13,129.84,32.06,127c2.16-2.43,18.1-6.54,58.13,3.55a209.88,209.88,0,0,1,24-26.56c-18.86-5.61-35.79-9.35-50.05-11C33.41,89.47,13.3,95.52,4.35,111,1.11,116.58-2,126.09,1.63,139.6,7,159.66,26.14,184,53.23,209.5c8.63,8.13,18.06,16.37,28.12,24.64,7.32,6,15,12.06,22.9,18.08q7.91,6,16.15,12T137.1,276c25.41,17.61,52.26,34.52,78.59,49.69q14.34,8.26,28.64,16t28.37,14.81c21.9,11,43.35,20.92,63.86,29.43q13.19,5.48,25.81,10.16c11.89,4.42,23.37,8.31,34.31,11.59l1.1.33c25.73,7.66,47.42,11.69,64.48,12H464c21.64,0,36.3-6.38,43.58-19C516.67,385.39,511.66,364.69,492.72,339.51Z\"/></svg></li><li title=\"planet \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M96.85,286.62a8,8,0,0,0-12.53,8.25C102.07,373.28,172.3,432,256,432a175.31,175.31,0,0,0,52.41-8,8,8,0,0,0,.79-15,1120,1120,0,0,1-109.48-55.61A1126.24,1126.24,0,0,1,96.85,286.62Z\"/><path d=\"M492.72,339.51c-4.19-5.58-9.11-11.44-14.7-17.53a15.83,15.83,0,0,0-26.56,5.13c0,.16-.11.31-.17.47a15.75,15.75,0,0,0,3.15,16.06c22.74,25,26.42,38.51,25.48,41.36-2,2.23-17.05,6.89-58.15-3.53q-8.83-2.24-19.32-5.46-6.76-2.08-13.79-4.49h0a176.76,176.76,0,0,0,19.54-27.25c.17-.29.35-.58.52-.88A175.39,175.39,0,0,0,432,256,178.87,178.87,0,0,0,431,237C421.43,148.83,346.6,80,256,80A175.37,175.37,0,0,0,149.6,115.89a177.4,177.4,0,0,0-45.83,51.84c-.16.29-.34.58-.51.87a175.48,175.48,0,0,0-13.83,30.52q-5.59-4.87-10.79-9.67c-5.39-5-10.17-9.63-14.42-14C34.65,145.19,31.13,129.84,32.06,127c2-2.23,15.54-5.87,48.62,1.31A15.82,15.82,0,0,0,96.22,123l.36-.44a15.74,15.74,0,0,0-8.67-25.43A237.38,237.38,0,0,0,64.13,93C33.41,89.47,13.3,95.52,4.35,111,1.11,116.58-2,126.09,1.63,139.6,7,159.66,26.14,184,53.23,209.5c8.63,8.13,18.06,16.37,28.12,24.64,7.32,6,15,12.06,22.9,18.08q7.91,6,16.15,12T137.1,276c25.41,17.61,52.26,34.52,78.59,49.69q14.34,8.26,28.64,16t28.37,14.81c21.9,11,43.35,20.92,63.86,29.43q13.19,5.48,25.81,10.16c11.89,4.42,23.37,8.31,34.31,11.59l1.1.33c25.73,7.66,47.42,11.69,64.48,12H464c21.64,0,36.3-6.38,43.58-19C516.67,385.39,511.66,364.69,492.72,339.51Z\"/></svg></li><li title=\"play back circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,448c106,0,192-86,192-192S362,64,256,64,64,150,64,256,150,448,256,448Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M117.23,246.7l114.45-69.14A10.78,10.78,0,0,1,248,186.87v53.32l103.68-62.63A10.78,10.78,0,0,1,368,186.87V325.13a10.78,10.78,0,0,1-16.32,9.31L248,271.81v53.32a10.78,10.78,0,0,1-16.32,9.31L117.23,265.3A10.89,10.89,0,0,1,117.23,246.7Z\"/></svg></li><li title=\"play back circle sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M48,256c0,114.69,93.31,208,208,208s208-93.31,208-208S370.69,48,256,48,48,141.31,48,256Zm63.47,0L248,168v72.16l120-72.48V344.13L248,271.81v71.44Z\"/></svg></li><li title=\"play back circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M48,256c0,114.69,93.31,208,208,208s208-93.31,208-208S370.69,48,256,48,48,141.31,48,256Zm69.23-9.3,114.45-69.14A10.78,10.78,0,0,1,248,186.87v53.32l103.68-62.63A10.78,10.78,0,0,1,368,186.87V325.13a10.78,10.78,0,0,1-16.32,9.31L248,271.81v53.32a10.78,10.78,0,0,1-16.32,9.31L117.23,265.3A10.89,10.89,0,0,1,117.23,246.7Z\"/></svg></li><li title=\"play back outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M480,145.52v221c0,13.28-13,21.72-23.63,15.35L267.5,268.8c-9.24-5.53-9.24-20.07,0-25.6l188.87-113C467,123.8,480,132.24,480,145.52Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M251.43,145.52v221c0,13.28-13,21.72-23.63,15.35L38.93,268.8c-9.24-5.53-9.24-20.07,0-25.6l188.87-113C238.44,123.8,251.43,132.24,251.43,145.52Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"play back sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polygon points=\"496 400 256 256 496 112 496 400\"/><polygon points=\"256 400 16 256 256 112 256 400\"/></svg></li><li title=\"play back \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M30.71,229.47l188.87-113a30.54,30.54,0,0,1,31.09-.39,33.74,33.74,0,0,1,16.76,29.47V224.6L448.15,116.44a30.54,30.54,0,0,1,31.09-.39A33.74,33.74,0,0,1,496,145.52v221A33.73,33.73,0,0,1,479.24,396a30.54,30.54,0,0,1-31.09-.39L267.43,287.4v79.08A33.73,33.73,0,0,1,250.67,396a30.54,30.54,0,0,1-31.09-.39l-188.87-113a31.27,31.27,0,0,1,0-53Z\"/></svg></li><li title=\"play circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M448,256c0-106-86-192-192-192S64,150,64,256s86,192,192,192S448,362,448,256Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M216.32,334.44,330.77,265.3a10.89,10.89,0,0,0,0-18.6L216.32,177.56A10.78,10.78,0,0,0,200,186.87V325.13A10.78,10.78,0,0,0,216.32,334.44Z\"/></svg></li><li title=\"play circle sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,48C141.31,48,48,141.31,48,256s93.31,208,208,208,208-93.31,208-208S370.69,48,256,48ZM200,344V168l144,88Z\"/></svg></li><li title=\"play circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,48C141.31,48,48,141.31,48,256s93.31,208,208,208,208-93.31,208-208S370.69,48,256,48Zm74.77,217.3L216.32,334.44A10.78,10.78,0,0,1,200,325.13V186.87a10.78,10.78,0,0,1,16.32-9.31L330.77,246.7A10.89,10.89,0,0,1,330.77,265.3Z\"/></svg></li><li title=\"play forward circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M448,256c0-106-86-192-192-192S64,150,64,256s86,192,192,192S448,362,448,256Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M394.77,246.7,280.32,177.56A10.78,10.78,0,0,0,264,186.87v53.32L160.32,177.56A10.78,10.78,0,0,0,144,186.87V325.13a10.78,10.78,0,0,0,16.32,9.31L264,271.81v53.32a10.78,10.78,0,0,0,16.32,9.31L394.77,265.3A10.89,10.89,0,0,0,394.77,246.7Z\"/></svg></li><li title=\"play forward circle sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,48C141.31,48,48,141.31,48,256s93.31,208,208,208,208-93.31,208-208S370.69,48,256,48Zm8,295.25V271.81L144,344.13V167.71l120,72.48V168l136.53,88Z\"/></svg></li><li title=\"play forward circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,48C141.31,48,48,141.31,48,256s93.31,208,208,208,208-93.31,208-208S370.69,48,256,48ZM394.77,265.3,280.32,334.44A10.78,10.78,0,0,1,264,325.13V271.81L160.32,334.44A10.78,10.78,0,0,1,144,325.13V186.87a10.78,10.78,0,0,1,16.32-9.31L264,240.19V186.87a10.78,10.78,0,0,1,16.32-9.31L394.77,246.7A10.89,10.89,0,0,1,394.77,265.3Z\"/></svg></li><li title=\"play forward outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M32,145.52v221c0,13.28,13,21.72,23.63,15.35l188.87-113c9.24-5.53,9.24-20.07,0-25.6l-188.87-113C45,123.8,32,132.24,32,145.52Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M260.57,145.52v221c0,13.28,13,21.72,23.63,15.35l188.87-113c9.24-5.53,9.24-20.07,0-25.6l-188.87-113C273.56,123.8,260.57,132.24,260.57,145.52Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"play forward sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polygon points=\"16 400 256 256 16 112 16 400\"/><polygon points=\"256 400 496 256 256 112 256 400\"/></svg></li><li title=\"play forward \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M481.29,229.47l-188.87-113a30.54,30.54,0,0,0-31.09-.39,33.74,33.74,0,0,0-16.76,29.47V224.6L63.85,116.44a30.54,30.54,0,0,0-31.09-.39A33.74,33.74,0,0,0,16,145.52v221A33.74,33.74,0,0,0,32.76,396a30.54,30.54,0,0,0,31.09-.39L244.57,287.4v79.08A33.74,33.74,0,0,0,261.33,396a30.54,30.54,0,0,0,31.09-.39l188.87-113a31.27,31.27,0,0,0,0-53Z\"/></svg></li><li title=\"play outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M112,111V401c0,17.44,17,28.52,31,20.16l247.9-148.37c12.12-7.25,12.12-26.33,0-33.58L143,90.84C129,82.48,112,93.56,112,111Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"play sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polygon points=\"96 448 416 256 96 64 96 448\"/></svg></li><li title=\"play skip back circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,448c106,0,192-86,192-192S362,64,256,64,64,150,64,256,150,448,256,448Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M192,176a16,16,0,0,1,16,16v53l111.68-67.46A10.78,10.78,0,0,1,336,186.87V325.13a10.78,10.78,0,0,1-16.32,9.31L208,267v53a16,16,0,0,1-32,0V192A16,16,0,0,1,192,176Z\"/></svg></li><li title=\"play skip back circle sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M48,256c0,114.69,93.31,208,208,208s208-93.31,208-208S370.69,48,256,48,48,141.31,48,256Zm128-80h32v69l128-77.53V344.37L208,267v69H176Z\"/></svg></li><li title=\"play skip back circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M48,256c0,114.69,93.31,208,208,208s208-93.31,208-208S370.69,48,256,48,48,141.31,48,256Zm128-64a16,16,0,0,1,32,0v53l111.68-67.46A10.78,10.78,0,0,1,336,186.87V325.13a10.78,10.78,0,0,1-16.32,9.31L208,267v53a16,16,0,0,1-32,0Z\"/></svg></li><li title=\"play skip back outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M400,111V401c0,17.44-17,28.52-31,20.16L121.09,272.79c-12.12-7.25-12.12-26.33,0-33.58L369,90.84C383,82.48,400,93.56,400,111Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><line x1=\"112\" y1=\"80\" x2=\"112\" y2=\"432\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"play skip back sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polygon points=\"143.47 64 143.47 227.52 416 64 416 448 143.47 284.48 143.47 448 96 448 96 64 143.47 64\"/></svg></li><li title=\"play skip back \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M112,64a16,16,0,0,1,16,16V216.43L360.77,77.11a35.13,35.13,0,0,1,35.77-.44c12,6.8,19.46,20,19.46,34.33V401c0,14.37-7.46,27.53-19.46,34.33a35.14,35.14,0,0,1-35.77-.45L128,295.57V432a16,16,0,0,1-32,0V80A16,16,0,0,1,112,64Z\"/></svg></li><li title=\"play skip forward circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M448,256c0-106-86-192-192-192S64,150,64,256s86,192,192,192S448,362,448,256Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M320,176a16,16,0,0,0-16,16v53L192.32,177.56A10.78,10.78,0,0,0,176,186.87V325.13a10.78,10.78,0,0,0,16.32,9.31L304,267v53a16,16,0,0,0,32,0V192A16,16,0,0,0,320,176Z\"/></svg></li><li title=\"play skip forward circle sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,48C141.31,48,48,141.31,48,256s93.31,208,208,208,208-93.31,208-208S370.69,48,256,48Zm80,288H304V267L176,344.37V167.49L304,245V176h32Z\"/></svg></li><li title=\"play skip forward circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,48C141.31,48,48,141.31,48,256s93.31,208,208,208,208-93.31,208-208S370.69,48,256,48Zm80,272a16,16,0,0,1-32,0V267L192.32,334.44A10.78,10.78,0,0,1,176,325.13V186.87a10.78,10.78,0,0,1,16.32-9.31L304,245V192a16,16,0,0,1,32,0Z\"/></svg></li><li title=\"play skip forward outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M112,111V401c0,17.44,17,28.52,31,20.16l247.9-148.37c12.12-7.25,12.12-26.33,0-33.58L143,90.84C129,82.48,112,93.56,112,111Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><line x1=\"400\" y1=\"80\" x2=\"400\" y2=\"432\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"play skip forward sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polygon points=\"368.53 64 368.53 227.52 96 64 96 448 368.53 284.48 368.53 448 416 448 416 64 368.53 64\"/></svg></li><li title=\"play skip forward \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M400,64a16,16,0,0,0-16,16V216.43L151.23,77.11a35.13,35.13,0,0,0-35.77-.44C103.46,83.47,96,96.63,96,111V401c0,14.37,7.46,27.53,19.46,34.33a35.14,35.14,0,0,0,35.77-.45L384,295.57V432a16,16,0,0,0,32,0V80A16,16,0,0,0,400,64Z\"/></svg></li><li title=\"play \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M133,440a35.37,35.37,0,0,1-17.5-4.67c-12-6.8-19.46-20-19.46-34.33V111c0-14.37,7.46-27.53,19.46-34.33a35.13,35.13,0,0,1,35.77.45L399.12,225.48a36,36,0,0,1,0,61L151.23,434.88A35.5,35.5,0,0,1,133,440Z\"/></svg></li><li title=\"podium outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M32,160V456a8,8,0,0,0,8,8H176V160a16,16,0,0,0-16-16H48A16,16,0,0,0,32,160Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M320,48H192a16,16,0,0,0-16,16V464H336V64A16,16,0,0,0,320,48Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M464,208H352a16,16,0,0,0-16,16V464H472a8,8,0,0,0,8-8V224A16,16,0,0,0,464,208Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"podium sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><rect x=\"160\" y=\"32\" width=\"192\" height=\"448\"/><rect x=\"384\" y=\"192\" width=\"112\" height=\"288\"/><rect x=\"16\" y=\"128\" width=\"112\" height=\"352\"/></svg></li><li title=\"podium \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M320,32H192a32,32,0,0,0-32,32V476a4,4,0,0,0,4,4H348a4,4,0,0,0,4-4V64A32,32,0,0,0,320,32Z\"/><path d=\"M464,192H392a8,8,0,0,0-8,8V472a8,8,0,0,0,8,8h80a24,24,0,0,0,24-24V224A32,32,0,0,0,464,192Z\"/><path d=\"M48,128a32,32,0,0,0-32,32V456a24,24,0,0,0,24,24h80a8,8,0,0,0,8-8V136a8,8,0,0,0-8-8Z\"/></svg></li><li title=\"power outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M378,108a191.41,191.41,0,0,1,70,148c0,106-86,192-192,192S64,362,64,256a192,192,0,0,1,69-148\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"256\" y1=\"64\" x2=\"256\" y2=\"256\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"power sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,464C141.31,464,48,370.77,48,256.18A207.44,207.44,0,0,1,122.76,96.05l16.9-14,28.17,33.72-16.9,14A163.72,163.72,0,0,0,92,256.18c0,90.39,73.57,163.93,164,163.93s164-73.54,164-163.93a163.38,163.38,0,0,0-59.83-126.36l-17-14,28-33.82,17,14A207.13,207.13,0,0,1,464,256.18C464,370.77,370.69,464,256,464Z\"/><rect x=\"234\" y=\"48\" width=\"44\" height=\"224\"/></svg></li><li title=\"power \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,464C141.31,464,48,370.53,48,255.65c0-62.45,27.25-121,74.76-160.55a22,22,0,1,1,28.17,33.8C113.48,160.1,92,206.3,92,255.65,92,346.27,165.57,420,256,420s164-73.73,164-164.35A164,164,0,0,0,360.17,129a22,22,0,1,1,28-33.92A207.88,207.88,0,0,1,464,255.65C464,370.53,370.69,464,256,464Z\"/><path d=\"M256,272a22,22,0,0,1-22-22V70a22,22,0,0,1,44,0V250A22,22,0,0,1,256,272Z\"/></svg></li><li title=\"pricetag outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M435.25,48H312.35a14.46,14.46,0,0,0-10.2,4.2L56.45,297.9a28.85,28.85,0,0,0,0,40.7l117,117a28.85,28.85,0,0,0,40.7,0L459.75,210a14.46,14.46,0,0,0,4.2-10.2V76.8A28.66,28.66,0,0,0,435.25,48Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M384,160a32,32,0,1,1,32-32A32,32,0,0,1,384,160Z\"/></svg></li><li title=\"pricetag sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M304,32,16,320,192,496,480,208V32Zm80,128a32,32,0,1,1,32-32A32,32,0,0,1,384,160Z\"/></svg></li><li title=\"pricetag \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M467,45.2A44.45,44.45,0,0,0,435.29,32H312.36a30.63,30.63,0,0,0-21.52,8.89L45.09,286.59a44.82,44.82,0,0,0,0,63.32l117,117a44.83,44.83,0,0,0,63.34,0l245.65-245.6A30.6,30.6,0,0,0,480,199.8v-123A44.24,44.24,0,0,0,467,45.2ZM384,160a32,32,0,1,1,32-32A32,32,0,0,1,384,160Z\"/></svg></li><li title=\"pricetags outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M403.29,32H280.36a14.46,14.46,0,0,0-10.2,4.2L24.4,281.9a28.85,28.85,0,0,0,0,40.7l117,117a28.86,28.86,0,0,0,40.71,0L427.8,194a14.46,14.46,0,0,0,4.2-10.2V60.8A28.66,28.66,0,0,0,403.29,32Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M352,144a32,32,0,1,1,32-32A32,32,0,0,1,352,144Z\"/><path d=\"M230,480,492,218a13.81,13.81,0,0,0,4-10V80\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"pricetags sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M288,16,0,304,176,480,464,192V16Zm80,128a32,32,0,1,1,32-32A32,32,0,0,1,368,144Z\"/><polygon points=\"480 64 480 208 216.9 471.1 242 496 512 224 512 64 480 64\"/></svg></li><li title=\"pricetags \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M448,183.8v-123A44.66,44.66,0,0,0,403.29,16H280.36a30.62,30.62,0,0,0-21.51,8.89L13.09,270.58a44.86,44.86,0,0,0,0,63.34l117,117a44.84,44.84,0,0,0,63.33,0L439.11,205.31A30.6,30.6,0,0,0,448,183.8ZM352,144a32,32,0,1,1,32-32A32,32,0,0,1,352,144Z\"/><path d=\"M496,64a16,16,0,0,0-16,16V207.37L218.69,468.69a16,16,0,1,0,22.62,22.62l262-262A29.84,29.84,0,0,0,512,208V80A16,16,0,0,0,496,64Z\"/></svg></li><li title=\"print outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M384,368h24a40.12,40.12,0,0,0,40-40V168a40.12,40.12,0,0,0-40-40H104a40.12,40.12,0,0,0-40,40V328a40.12,40.12,0,0,0,40,40h24\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/><rect x=\"128\" y=\"240\" width=\"256\" height=\"208\" rx=\"24.32\" ry=\"24.32\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M384,128V104a40.12,40.12,0,0,0-40-40H168a40.12,40.12,0,0,0-40,40v24\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/><circle cx=\"392\" cy=\"184\" r=\"24\"/></svg></li><li title=\"print sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M400,96V56a8,8,0,0,0-8-8H120a8,8,0,0,0-8,8V96\"/><rect x=\"152\" y=\"264\" width=\"208\" height=\"160\" rx=\"4\" ry=\"4\" style=\"fill:none\"/><rect x=\"152\" y=\"264\" width=\"208\" height=\"160\" rx=\"4\" ry=\"4\" style=\"fill:none\"/><path d=\"M408,112H104a56,56,0,0,0-56,56V376a8,8,0,0,0,8,8h56v72a8,8,0,0,0,8,8H392a8,8,0,0,0,8-8V384h56a8,8,0,0,0,8-8V168A56,56,0,0,0,408,112ZM360,420a4,4,0,0,1-4,4H156a4,4,0,0,1-4-4V268a4,4,0,0,1,4-4H356a4,4,0,0,1,4,4ZM394,207.92a24,24,0,1,1,22-22A24,24,0,0,1,394,207.92Z\"/></svg></li><li title=\"print \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M408,112H106a58,58,0,0,0-58,58V328a56,56,0,0,0,56,56h8v39.68A40.32,40.32,0,0,0,152.32,464H359.68A40.32,40.32,0,0,0,400,423.68V384h8a56,56,0,0,0,56-56V168A56,56,0,0,0,408,112ZM368,423.68a8.35,8.35,0,0,1-8.32,8.32H152.32a8.35,8.35,0,0,1-8.32-8.32V264.32a8.35,8.35,0,0,1,8.32-8.32H359.68a8.35,8.35,0,0,1,8.32,8.32ZM394,207.92a24,24,0,1,1,22-22A24,24,0,0,1,394,207.92Z\"/><path d=\"M344,48H168a56.09,56.09,0,0,0-55.42,48H399.42A56.09,56.09,0,0,0,344,48Z\"/></svg></li><li title=\"prism outline \"><svg id=\"icons\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M229.73,45.88,37.53,327.79a31.79,31.79,0,0,0,11.31,46L241,476.26a31.77,31.77,0,0,0,29.92,0l192.2-102.51a31.79,31.79,0,0,0,11.31-46L282.27,45.88A31.8,31.8,0,0,0,229.73,45.88Z\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"32\"/><line x1=\"256\" y1=\"32\" x2=\"256\" y2=\"480\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"32\"/></svg></li><li title=\"prism sharp \"><svg id=\"icons\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256,16,16,352,256,496,496,352Zm-20,96.82V437.35L73.73,340Z\"/></svg></li><li title=\"prism \"><svg id=\"icons\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M487.83,319.44,295.63,36.88a48,48,0,0,0-79.26,0L24.17,319.44A47.1,47.1,0,0,0,41.1,387.57L233.3,490.32a48.05,48.05,0,0,0,45.4,0L470.9,387.57a47.1,47.1,0,0,0,16.93-68.13Zm-431.26,41a16.12,16.12,0,0,1-8-10.38,16.8,16.8,0,0,1,2.37-13.62L232.66,69.26c2.18-3.21,7.34-1.72,7.34,2.13v374c0,5.9-6.54,9.63-11.87,6.78Z\"/></svg></li><li title=\"pulse outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"48 320 112 320 176 64 240 448 304 224 336 320 400 320\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><circle cx=\"432\" cy=\"320\" r=\"32\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"pulse sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M426,266a54.07,54.07,0,0,0-49.3,32H351.86l-27-81a22,22,0,0,0-42,.92L245.66,348.12l-48-281.74a22,22,0,0,0-43-1.72L94.82,298H32v44h80a22,22,0,0,0,21.34-16.66L171.69,172,218.3,445.62A22,22,0,0,0,238.76,464c.42,0,.82,0,1.24,0a22,22,0,0,0,21.15-16l44.47-149.62L315.13,327A22,22,0,0,0,336,342h40.7A54,54,0,1,0,426,266Z\"/></svg></li><li title=\"pulse \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M432,272a48.09,48.09,0,0,0-45.25,32H347.53l-28.35-85.06a16,16,0,0,0-30.56.66L244.11,375.36l-52.33-314a16,16,0,0,0-31.3-1.25L99.51,304H48a16,16,0,0,0,0,32h64a16,16,0,0,0,15.52-12.12l45.34-181.37,51.36,308.12A16,16,0,0,0,239.1,464c.3,0,.6,0,.91,0a16,16,0,0,0,15.37-11.6l49.8-174.28,15.64,46.94A16,16,0,0,0,336,336h50.75A48,48,0,1,0,432,272Z\"/></svg></li><li title=\"push outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M336,336h40a40,40,0,0,0,40-40V88a40,40,0,0,0-40-40H136A40,40,0,0,0,96,88V296a40,40,0,0,0,40,40h40\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><polyline points=\"176 240 256 160 336 240\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"256\" y1=\"464\" x2=\"256\" y2=\"176\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"push sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M272,352V204.63l64,64L358.63,246,256,143.37,153.37,246,176,268.63l64-64V352H92a12,12,0,0,1-12-12V44A12,12,0,0,1,92,32H420a12,12,0,0,1,12,12V340a12,12,0,0,1-12,12Z\"/><rect x=\"240\" y=\"352\" width=\"32\" height=\"128\"/></svg></li><li title=\"push \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M376,352H272V198.63l52.69,52.68a16,16,0,0,0,22.62-22.62l-80-80a16,16,0,0,0-22.62,0l-80,80a16,16,0,0,0,22.62,22.62L240,198.63V352H136a56.06,56.06,0,0,1-56-56V88a56.06,56.06,0,0,1,56-56H376a56.06,56.06,0,0,1,56,56V296A56.06,56.06,0,0,1,376,352Z\"/><path d=\"M272,464a16,16,0,0,1-32,0V352h32Z\"/></svg></li><li title=\"qr code outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><rect x=\"336\" y=\"336\" width=\"80\" height=\"80\" rx=\"8\" ry=\"8\"/><rect x=\"272\" y=\"272\" width=\"64\" height=\"64\" rx=\"8\" ry=\"8\"/><rect x=\"416\" y=\"416\" width=\"64\" height=\"64\" rx=\"8\" ry=\"8\"/><rect x=\"432\" y=\"272\" width=\"48\" height=\"48\" rx=\"8\" ry=\"8\"/><rect x=\"272\" y=\"432\" width=\"48\" height=\"48\" rx=\"8\" ry=\"8\"/><rect x=\"336\" y=\"96\" width=\"80\" height=\"80\" rx=\"8\" ry=\"8\"/><rect x=\"288\" y=\"48\" width=\"176\" height=\"176\" rx=\"16\" ry=\"16\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><rect x=\"96\" y=\"96\" width=\"80\" height=\"80\" rx=\"8\" ry=\"8\"/><rect x=\"48\" y=\"48\" width=\"176\" height=\"176\" rx=\"16\" ry=\"16\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><rect x=\"96\" y=\"336\" width=\"80\" height=\"80\" rx=\"8\" ry=\"8\"/><rect x=\"48\" y=\"288\" width=\"176\" height=\"176\" rx=\"16\" ry=\"16\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"qr code sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><rect x=\"336\" y=\"336\" width=\"80\" height=\"80\"/><rect x=\"272\" y=\"272\" width=\"64\" height=\"64\"/><rect x=\"416\" y=\"416\" width=\"64\" height=\"64\"/><rect x=\"432\" y=\"272\" width=\"48\" height=\"48\"/><rect x=\"272\" y=\"432\" width=\"48\" height=\"48\"/><rect x=\"336\" y=\"96\" width=\"80\" height=\"80\"/><path d=\"M480,240H272V32H480ZM316,196H436V76H316Z\"/><rect x=\"96\" y=\"96\" width=\"80\" height=\"80\"/><path d=\"M240,240H32V32H240ZM76,196H196V76H76Z\"/><rect x=\"96\" y=\"336\" width=\"80\" height=\"80\"/><path d=\"M240,480H32V272H240ZM76,436H196V316H76Z\"/></svg></li><li title=\"qr code \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><rect x=\"336\" y=\"336\" width=\"80\" height=\"80\" rx=\"8\" ry=\"8\"/><rect x=\"272\" y=\"272\" width=\"64\" height=\"64\" rx=\"8\" ry=\"8\"/><rect x=\"416\" y=\"416\" width=\"64\" height=\"64\" rx=\"8\" ry=\"8\"/><rect x=\"432\" y=\"272\" width=\"48\" height=\"48\" rx=\"8\" ry=\"8\"/><rect x=\"272\" y=\"432\" width=\"48\" height=\"48\" rx=\"8\" ry=\"8\"/><path d=\"M448,32H304a32,32,0,0,0-32,32V208a32,32,0,0,0,32,32H448a32,32,0,0,0,32-32V64A32,32,0,0,0,448,32ZM416,168a8,8,0,0,1-8,8H344a8,8,0,0,1-8-8V104a8,8,0,0,1,8-8h64a8,8,0,0,1,8,8Z\"/><path d=\"M208,32H64A32,32,0,0,0,32,64V208a32,32,0,0,0,32,32H208a32,32,0,0,0,32-32V64A32,32,0,0,0,208,32ZM176,168a8,8,0,0,1-8,8H104a8,8,0,0,1-8-8V104a8,8,0,0,1,8-8h64a8,8,0,0,1,8,8Z\"/><path d=\"M208,272H64a32,32,0,0,0-32,32V448a32,32,0,0,0,32,32H208a32,32,0,0,0,32-32V304A32,32,0,0,0,208,272ZM176,408a8,8,0,0,1-8,8H104a8,8,0,0,1-8-8V344a8,8,0,0,1,8-8h64a8,8,0,0,1,8,8Z\"/></svg></li><li title=\"radio button off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M448,256c0-106-86-192-192-192S64,150,64,256s86,192,192,192S448,362,448,256Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"radio button off sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M448,256c0-106-86-192-192-192S64,150,64,256s86,192,192,192S448,362,448,256Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"radio button off \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M448,256c0-106-86-192-192-192S64,150,64,256s86,192,192,192S448,362,448,256Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"radio button on outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M448,256c0-106-86-192-192-192S64,150,64,256s86,192,192,192S448,362,448,256Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><circle cx=\"256\" cy=\"256\" r=\"144\"/></svg></li><li title=\"radio button on sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M448,256c0-106-86-192-192-192S64,150,64,256s86,192,192,192S448,362,448,256Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><circle cx=\"256\" cy=\"256\" r=\"144\"/></svg></li><li title=\"radio button on \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M448,256c0-106-86-192-192-192S64,150,64,256s86,192,192,192S448,362,448,256Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><circle cx=\"256\" cy=\"256\" r=\"144\"/></svg></li><li title=\"radio outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><circle cx=\"256\" cy=\"256.02\" r=\"32\"/><path d=\"M184.25,192.25a96,96,0,0,0,0,127.52\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M327.77,319.77a96,96,0,0,0,0-127.52\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M133.28,141.28a168,168,0,0,0,0,229.44\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M378.72,370.72a168,168,0,0,0,0-229.44\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M435,416a240.34,240.34,0,0,0,0-320\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M77,96a240.34,240.34,0,0,0,0,320\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"radio sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><ellipse cx=\"256\" cy=\"256\" rx=\"36\" ry=\"35.99\"/><path d=\"M188.4,350.8l-14.62-16.44a117.91,117.91,0,0,1,0-156.71l14.62-16.43,32.87,29.24-14.62,16.43a73.93,73.93,0,0,0,0,98.25l14.62,16.44Z\"/><path d=\"M323.6,350.8l-32.89-29.22,14.62-16.44a73.93,73.93,0,0,0,0-98.25l-14.62-16.43,32.87-29.24,14.62,16.43a117.91,117.91,0,0,1,0,156.71Z\"/><path d=\"M138.24,401.76l-15-16.06a189.85,189.85,0,0,1,0-259.4l15-16.07,32.14,30.05-15,16.06a145.88,145.88,0,0,0,0,199.32l15,16.06Z\"/><path d=\"M373.76,401.76l-32.14-30,15-16.06a145.88,145.88,0,0,0,0-199.32l-15-16.06,32.14-30,15,16.07a189.85,189.85,0,0,1,0,259.4Z\"/><path d=\"M430.73,447l-32.79-29.33,14.66-16.39a218.2,218.2,0,0,0,0-290.56L397.93,94.34,430.72,65l14.67,16.39a262.18,262.18,0,0,1,0,349.22Z\"/><path d=\"M81.27,447,66.6,430.61a262.18,262.18,0,0,1,0-349.22L81.28,65l32.79,29.34L99.39,110.72a218.2,218.2,0,0,0,0,290.56l14.66,16.39Z\"/></svg></li><li title=\"radio \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><circle cx=\"256\" cy=\"256\" r=\"36\"/><path d=\"M190.24,341.77a22,22,0,0,1-16.46-7.38,118,118,0,0,1,0-156.76,22,22,0,1,1,32.87,29.24,74,74,0,0,0,0,98.29,22,22,0,0,1-16.43,36.61Z\"/><path d=\"M321.76,341.77a22,22,0,0,1-16.43-36.61,74,74,0,0,0,0-98.29,22,22,0,1,1,32.87-29.24,118,118,0,0,1,0,156.76A22,22,0,0,1,321.76,341.77Z\"/><path d=\"M139.29,392.72a21.92,21.92,0,0,1-16.08-7,190,190,0,0,1,0-259.49,22,22,0,1,1,32.13,30.06,146,146,0,0,0,0,199.38,22,22,0,0,1-16.06,37Z\"/><path d=\"M372.71,392.72a22,22,0,0,1-16.06-37,146,146,0,0,0,0-199.38,22,22,0,1,1,32.13-30.06,190,190,0,0,1,0,259.49A21.92,21.92,0,0,1,372.71,392.72Z\"/><path d=\"M429,438a22,22,0,0,1-16.39-36.67,218.34,218.34,0,0,0,0-290.66,22,22,0,0,1,32.78-29.34,262.34,262.34,0,0,1,0,349.34A22,22,0,0,1,429,438Z\"/><path d=\"M83,438a21.94,21.94,0,0,1-16.41-7.33,262.34,262.34,0,0,1,0-349.34,22,22,0,0,1,32.78,29.34,218.34,218.34,0,0,0,0,290.66A22,22,0,0,1,83,438Z\"/></svg></li><li title=\"rainy outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M114.61,162.85A16.07,16.07,0,0,0,128,149.6C140.09,76.17,193.63,32,256,32c57.93,0,96.62,37.75,112.2,77.74a15.84,15.84,0,0,0,12.2,9.87c50,8.15,91.6,41.54,91.6,99.59C472,278.6,423.4,320,364,320H130c-49.5,0-90-24.7-90-79.2C40,192.33,78.67,168.58,114.61,162.85Z\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"144\" y1=\"384\" x2=\"112\" y2=\"432\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"224\" y1=\"384\" x2=\"160\" y2=\"480\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"304\" y1=\"384\" x2=\"272\" y2=\"432\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"384\" y1=\"384\" x2=\"320\" y2=\"480\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"rainy sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M364,336H130c-29.5,0-54.92-7.83-73.53-22.64C35.23,296.44,24,271.35,24,240.8c0-26.66,10.08-49.8,29.14-66.91,15.24-13.68,36.17-23.21,59-26.84h0c.06,0,.08,0,.09-.05,6.44-39,23.83-72.09,50.31-95.68A140.24,140.24,0,0,1,256,16c30.23,0,58.48,9.39,81.71,27.17a142.69,142.69,0,0,1,45.36,60.66c29.41,4.82,54.72,17.11,73.19,35.54C477,160.11,488,187.71,488,219.2c0,32.85-13.13,62.87-37,84.52C428.11,324.54,397.2,336,364,336Zm19-232.18Z\"/><rect x=\"87.16\" y=\"386\" width=\"89.69\" height=\"32\" transform=\"translate(-275.7 288.83) rotate(-56.31)\"/><rect x=\"122.31\" y=\"410\" width=\"147.38\" height=\"32\" transform=\"translate(-267.17 352.77) rotate(-56.31)\"/><rect x=\"247.16\" y=\"386\" width=\"89.69\" height=\"32\" transform=\"translate(-204.46 421.96) rotate(-56.31)\"/><rect x=\"282.31\" y=\"410\" width=\"147.38\" height=\"32\" transform=\"translate(-195.93 485.9) rotate(-56.31)\"/></svg></li><li title=\"rainy \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M456.26,139.37c-16.77-16.73-39.17-28.41-65.17-34a16,16,0,0,1-11.19-9,142.24,142.24,0,0,0-42.19-53.21C314.48,25.39,286.23,16,256,16a140.24,140.24,0,0,0-93.5,35.32c-24.2,21.56-40.91,51.34-48.43,85.83a16.05,16.05,0,0,1-11.72,12.18c-25,6.3-35.71,12.54-49.21,24.56C34,190.93,24,214.14,24,240.8c0,30.55,11.23,55.64,32.47,72.56C75.08,328.17,100.5,336,130,336H364c33.2,0,64.11-11.46,87-32.28,23.84-21.65,37-51.67,37-84.52C488,187.71,477,160.11,456.26,139.37Z\"/><path d=\"M112,448a16,16,0,0,1-13.3-24.88l32-48a16,16,0,0,1,26.62,17.76l-32,48A16,16,0,0,1,112,448Z\"/><path d=\"M160,496a16,16,0,0,1-13.29-24.88l64-96a16,16,0,0,1,26.62,17.76l-64,96A16,16,0,0,1,160,496Z\"/><path d=\"M272,448a16,16,0,0,1-13.3-24.88l32-48a16,16,0,0,1,26.62,17.76l-32,48A16,16,0,0,1,272,448Z\"/><path d=\"M320,496a16,16,0,0,1-13.3-24.88l64-96a16,16,0,0,1,26.62,17.76l-64,96A16,16,0,0,1,320,496Z\"/></svg></li><li title=\"reader outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><rect x=\"96\" y=\"48\" width=\"320\" height=\"416\" rx=\"48\" ry=\"48\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"176\" y1=\"128\" x2=\"336\" y2=\"128\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"176\" y1=\"208\" x2=\"336\" y2=\"208\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"176\" y1=\"288\" x2=\"256\" y2=\"288\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"reader sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M80,44V468a12,12,0,0,0,12,12H420a12,12,0,0,0,12-12V44a12,12,0,0,0-12-12H92A12,12,0,0,0,80,44ZM272,304H160V272H272Zm80-80H160V192H352Zm0-80H160V112H352Z\"/></svg></li><li title=\"reader \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M368,32H144A64.07,64.07,0,0,0,80,96V416a64.07,64.07,0,0,0,64,64H368a64.07,64.07,0,0,0,64-64V96A64.07,64.07,0,0,0,368,32ZM256,304H176a16,16,0,0,1,0-32h80a16,16,0,0,1,0,32Zm80-80H176a16,16,0,0,1,0-32H336a16,16,0,0,1,0,32Zm0-80H176a16,16,0,0,1,0-32H336a16,16,0,0,1,0,32Z\"/></svg></li><li title=\"receipt outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"160 336 160 48 192 64 224 48 255.94 64 288.31 48 320 64 351.79 48 383.72 64 416 48 448.01 64 480 48 480 272\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M480,272V384a80,80,0,0,1-80,80h0a80,80,0,0,1-80-80V336H48a15.86,15.86,0,0,0-16,16c0,64,6.74,112,80,112H400\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"224\" y1=\"144\" x2=\"416\" y2=\"144\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"288\" y1=\"224\" x2=\"416\" y2=\"224\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"receipt sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M448,48,416,32,384,48,352,32,320,48,288,32,256,48,224,32,192,48,144,32V288s0,.05,0,.05H368V424c0,30.93,33.07,56,64,56h12c30.93,0,52-25.07,52-56V32ZM272.5,240l-.5-32H431.5l.5,32Zm-64-80-.5-32H431.5l.5,32Z\"/><path d=\"M336,424V320H16v32c0,50.55,5.78,71.62,14.46,87.63C45.19,466.8,71.86,480,112,480H368S336,460,336,424Z\"/></svg></li><li title=\"receipt \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M483.82,32.45a16.28,16.28,0,0,0-11.23,1.37L448,46.1h0l-24.8-12.4a16,16,0,0,0-14.31,0L383.78,46.11h0L359,33.7a16,16,0,0,0-14.36,0L320,46.07H320L295.55,33.73a16,16,0,0,0-14.35-.06L256,46.12h0l-24.8-12.43a16.05,16.05,0,0,0-14.33,0L192,46.1h0L167.16,33.69a16,16,0,0,0-19.36,3.94A16.25,16.25,0,0,0,144,48.28V288a0,0,0,0,0,.05.05H336a32,32,0,0,1,32,32V424c0,30.93,33.07,56,64,56h12a52,52,0,0,0,52-52V48A16,16,0,0,0,483.82,32.45ZM416,240H288.5c-8.64,0-16.1-6.64-16.48-15.28A16,16,0,0,1,288,208H415.5c8.64,0,16.1,6.64,16.48,15.28A16,16,0,0,1,416,240Zm0-80H224.5c-8.64,0-16.1-6.64-16.48-15.28A16,16,0,0,1,224,128H415.5c8.64,0,16.1,6.64,16.48,15.28A16,16,0,0,1,416,160Z\"/><path d=\"M336,424V336a16,16,0,0,0-16-16H48a32.1,32.1,0,0,0-32,32.05c0,50.55,5.78,71.57,14.46,87.57C45.19,466.79,71.86,480,112,480H357.68a4,4,0,0,0,2.85-6.81C351.07,463.7,336,451,336,424Z\"/></svg></li><li title=\"recording outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><circle cx=\"128\" cy=\"256\" r=\"96\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><circle cx=\"384\" cy=\"256\" r=\"96\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"128\" y1=\"352\" x2=\"384\" y2=\"352\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"recording sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M384,138a117.93,117.93,0,0,0-91.84,192H219.84A118,118,0,1,0,128,374H384a118,118,0,0,0,0-236ZM54,256a74,74,0,1,1,74,74A74.09,74.09,0,0,1,54,256Zm330,74a74,74,0,1,1,74-74A74.09,74.09,0,0,1,384,330Z\"/></svg></li><li title=\"recording \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M380.79,144.05C321.69,145.7,273.67,193.76,272,252.86a111.64,111.64,0,0,0,30.36,79.77A2,2,0,0,1,301,336H211a2,2,0,0,1-1.44-3.37A111.64,111.64,0,0,0,240,252.86c-1.63-59.1-49.65-107.16-108.75-108.81A112.12,112.12,0,0,0,16,255.53C15.75,317.77,67,368,129.24,368H382.76C445,368,496.25,317.77,496,255.53A112.12,112.12,0,0,0,380.79,144.05Z\"/></svg></li><li title=\"refresh circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M288,193s12.18-6-32-6a80,80,0,1,0,80,80\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:28px\"/><polyline points=\"256 149 296 189 256 229\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:28px\"/><path d=\"M256,64C150,64,64,150,64,256s86,192,192,192,192-86,192-192S362,64,256,64Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"refresh circle sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,48C141.31,48,48,141.32,48,256c0,114.86,93.14,208,208,208,114.69,0,208-93.31,208-208C464,141.13,370.87,48,256,48Zm94,219a94,94,0,1,1-94-94h4.21l-24-24L256,129.2,315.8,189,256,248.8,236.2,229l27.92-27.92C261.72,201,259,201,256,201a66,66,0,1,0,66,66V253h28Z\"/></svg></li><li title=\"refresh circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,48C141.31,48,48,141.32,48,256c0,114.86,93.14,208,208,208,114.69,0,208-93.31,208-208C464,141.13,370.87,48,256,48Zm0,313a94,94,0,0,1,0-188h4.21L246.1,158.9a14,14,0,0,1,19.8-19.8l40,40a14,14,0,0,1,0,19.8l-40,40a14,14,0,0,1-19.8-19.8l18-18C261.72,201,259,201,256,201a66,66,0,1,0,66,66,14,14,0,0,1,28,0A94.11,94.11,0,0,1,256,361Z\"/></svg></li><li title=\"refresh outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M320,146s24.36-12-64-12A160,160,0,1,0,416,294\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><polyline points=\"256 58 336 138 256 218\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"refresh sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M320,146s24.36-12-64-12A160,160,0,1,0,416,294\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/><polyline points=\"256 58 336 138 256 218\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"refresh \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M320,146s24.36-12-64-12A160,160,0,1,0,416,294\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><polyline points=\"256 58 336 138 256 218\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"reload circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M448,256c0-106-86-192-192-192S64,150,64,256s86,192,192,192S448,362,448,256Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M341.54,197.85l-11.37-13.23a103.37,103.37,0,1,0,22.71,105.84\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M367.32,162a8.44,8.44,0,0,0-6,2.54l-59.54,59.54a8.61,8.61,0,0,0,6.09,14.71h59.54a8.62,8.62,0,0,0,8.62-8.62V170.61a8.61,8.61,0,0,0-8.68-8.63Z\"/></svg></li><li title=\"reload circle sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,48C141.31,48,48,141.31,48,256s93.31,208,208,208,208-93.31,208-208S370.69,48,256,48ZM376,238.77H287l36.88-36.88-5.6-6.51a87.38,87.38,0,1,0-62.94,148,87.55,87.55,0,0,0,82.42-58.25L343.13,270l30.17,10.67L368,295.8A119.4,119.4,0,1,1,255.38,136.62a118.34,118.34,0,0,1,86.36,36.95l.56.62,4.31,5L376,149.81Z\"/></svg></li><li title=\"reload circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,48C141.31,48,48,141.31,48,256s93.31,208,208,208,208-93.31,208-208S370.69,48,256,48ZM376,230.15a8.62,8.62,0,0,1-8.62,8.62H307.84a8.61,8.61,0,0,1-6.09-14.71l22.17-22.17-5.6-6.51a87.38,87.38,0,1,0-62.94,148,87.55,87.55,0,0,0,82.42-58.25A16,16,0,1,1,368,295.8,119.4,119.4,0,1,1,255.38,136.62a118.34,118.34,0,0,1,86.36,36.95l.56.62,4.31,5,14.68-14.68a8.44,8.44,0,0,1,6-2.54,8.61,8.61,0,0,1,8.68,8.63Z\"/></svg></li><li title=\"reload outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M400,148l-21.12-24.57A191.43,191.43,0,0,0,240,64C134,64,48,150,48,256s86,192,192,192A192.09,192.09,0,0,0,421.07,320\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M464,97.42V208a16,16,0,0,1-16,16H337.42c-14.26,0-21.4-17.23-11.32-27.31L436.69,86.1C446.77,76,464,83.16,464,97.42Z\"/></svg></li><li title=\"reload sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M400,148l-21.12-24.57A191.43,191.43,0,0,0,240,64C134,64,48,150,48,256s86,192,192,192A192.09,192.09,0,0,0,421.07,320\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M464,68.45V220a4,4,0,0,1-4,4H308.45a4,4,0,0,1-2.83-6.83L457.17,65.62A4,4,0,0,1,464,68.45Z\"/></svg></li><li title=\"reload \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M400,148l-21.12-24.57A191.43,191.43,0,0,0,240,64C134,64,48,150,48,256s86,192,192,192A192.09,192.09,0,0,0,421.07,320\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M464,97.42V208a16,16,0,0,1-16,16H337.42c-14.26,0-21.4-17.23-11.32-27.31L436.69,86.1C446.77,76,464,83.16,464,97.42Z\"/></svg></li><li title=\"remove circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M448,256c0-106-86-192-192-192S64,150,64,256s86,192,192,192S448,362,448,256Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><line x1=\"336\" y1=\"256\" x2=\"176\" y2=\"256\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"remove circle sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,48C141.31,48,48,141.31,48,256s93.31,208,208,208,208-93.31,208-208S370.69,48,256,48Zm96,224H160V240H352Z\"/></svg></li><li title=\"remove circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,48C141.31,48,48,141.31,48,256s93.31,208,208,208,208-93.31,208-208S370.69,48,256,48Zm80,224H176a16,16,0,0,1,0-32H336a16,16,0,0,1,0,32Z\"/></svg></li><li title=\"remove outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><line x1=\"400\" y1=\"256\" x2=\"112\" y2=\"256\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"remove sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><line x1=\"400\" y1=\"256\" x2=\"112\" y2=\"256\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><line x1=\"400\" y1=\"256\" x2=\"112\" y2=\"256\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"reorder four outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><line x1=\"96\" y1=\"304\" x2=\"416\" y2=\"304\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"96\" y1=\"208\" x2=\"416\" y2=\"208\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"96\" y1=\"112\" x2=\"416\" y2=\"112\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"96\" y1=\"400\" x2=\"416\" y2=\"400\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"reorder four sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><line x1=\"102\" y1=\"304\" x2=\"410\" y2=\"304\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-linejoin:round;stroke-width:44px\"/><line x1=\"102\" y1=\"208\" x2=\"410\" y2=\"208\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-linejoin:round;stroke-width:44px\"/><line x1=\"102\" y1=\"112\" x2=\"410\" y2=\"112\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-linejoin:round;stroke-width:44px\"/><line x1=\"102\" y1=\"400\" x2=\"410\" y2=\"400\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-linejoin:round;stroke-width:44px\"/></svg></li><li title=\"reorder four \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><line x1=\"102\" y1=\"304\" x2=\"410\" y2=\"304\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:44px\"/><line x1=\"102\" y1=\"208\" x2=\"410\" y2=\"208\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:44px\"/><line x1=\"102\" y1=\"112\" x2=\"410\" y2=\"112\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:44px\"/><line x1=\"102\" y1=\"400\" x2=\"410\" y2=\"400\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:44px\"/></svg></li><li title=\"reorder three outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><line x1=\"96\" y1=\"256\" x2=\"416\" y2=\"256\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"96\" y1=\"176\" x2=\"416\" y2=\"176\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"96\" y1=\"336\" x2=\"416\" y2=\"336\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"reorder three sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><line x1=\"102\" y1=\"256\" x2=\"410\" y2=\"256\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-linejoin:round;stroke-width:44px\"/><line x1=\"102\" y1=\"176\" x2=\"410\" y2=\"176\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-linejoin:round;stroke-width:44px\"/><line x1=\"102\" y1=\"336\" x2=\"410\" y2=\"336\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-linejoin:round;stroke-width:44px\"/></svg></li><li title=\"reorder three \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><line x1=\"102\" y1=\"256\" x2=\"410\" y2=\"256\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:44px\"/><line x1=\"102\" y1=\"176\" x2=\"410\" y2=\"176\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:44px\"/><line x1=\"102\" y1=\"336\" x2=\"410\" y2=\"336\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:44px\"/></svg></li><li title=\"reorder two outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><line x1=\"112\" y1=\"304\" x2=\"400\" y2=\"304\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"112\" y1=\"208\" x2=\"400\" y2=\"208\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"reorder two sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><line x1=\"118\" y1=\"304\" x2=\"394\" y2=\"304\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-linejoin:round;stroke-width:44px\"/><line x1=\"118\" y1=\"208\" x2=\"394\" y2=\"208\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-linejoin:round;stroke-width:44px\"/></svg></li><li title=\"reorder two \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><line x1=\"118\" y1=\"304\" x2=\"394\" y2=\"304\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:44px\"/><line x1=\"118\" y1=\"208\" x2=\"394\" y2=\"208\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:44px\"/></svg></li><li title=\"repeat outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"320 120 368 168 320 216\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M352,168H144a80.24,80.24,0,0,0-80,80v16\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><polyline points=\"192 392 144 344 192 296\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M160,344H368a80.24,80.24,0,0,0,80-80V248\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"repeat sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"320 120 368 168 320 216\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/><polyline points=\"352 168 64 168 64 264\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/><polyline points=\"192 392 144 344 192 296\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/><polyline points=\"160 344 448 344 448 248\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"repeat \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"320 120 368 168 320 216\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M352,168H144a80.24,80.24,0,0,0-80,80v16\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><polyline points=\"192 392 144 344 192 296\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M160,344H368a80.24,80.24,0,0,0,80-80V248\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"resize outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"304 96 416 96 416 208\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"405.77\" y1=\"106.2\" x2=\"111.98\" y2=\"400.02\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><polyline points=\"208 416 96 416 96 304\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"resize sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"304 96 416 96 416 208\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/><line x1=\"405.77\" y1=\"106.2\" x2=\"111.98\" y2=\"400.02\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/><polyline points=\"208 416 96 416 96 304\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"resize \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"304 96 416 96 416 208\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"405.77\" y1=\"106.2\" x2=\"111.98\" y2=\"400.02\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><polyline points=\"208 416 96 416 96 304\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"restaurant outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M57.49,47.74,425.92,416.17a37.28,37.28,0,0,1,0,52.72h0a37.29,37.29,0,0,1-52.72,0l-90-91.55A32,32,0,0,1,274,354.91v-5.53a32,32,0,0,0-9.52-22.78l-11.62-10.73a32,32,0,0,0-29.8-7.44h0A48.53,48.53,0,0,1,176.5,295.8L91.07,210.36C40.39,159.68,21.74,83.15,57.49,47.74Z\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M400,32l-77.25,77.25A64,64,0,0,0,304,154.51v14.86a16,16,0,0,1-4.69,11.32L288,192\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M320,224l11.31-11.31A16,16,0,0,1,342.63,208h14.86a64,64,0,0,0,45.26-18.75L480,112\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"440\" y1=\"72\" x2=\"360\" y2=\"152\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M200,368,100.28,468.28a40,40,0,0,1-56.56,0h0a40,40,0,0,1,0-56.56L128,328\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"restaurant sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M342.7,223.94h14.87a79.48,79.48,0,0,0,56.58-23.44L496,118,473.78,95.6,390.2,179.18l-17.37-17.37,83.58-83.59-23-22.31-83.27,83.26L332.82,121.8,416.4,38.21,394,16,311.5,97.85a79.49,79.49,0,0,0-23.44,56.59V169.3l-43.13,43.13L48,16C3.72,70.87,29.87,171.71,79.72,221.57l85.5,85.5c26.55,26.55,31.82,28.92,61.94,16.8,6.49-2.61,8.85-2.32,14.9,3.72l13,12.13c2.93,3,3,3.88,3,9.62v5.54c0,21.08,13.48,33.2,22.36,42.24L384,496l72-72L299.57,267.07Z\"/><path d=\"M227.37,354.59c-29.82,6.11-48.11,11.74-83.08-23.23-.56-.56-1.14-1.1-1.7-1.66l-19.5-19.5L16,416l80,80L240,352Z\"/></svg></li><li title=\"restaurant \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M357.57,223.94a79.48,79.48,0,0,0,56.58-23.44l77-76.95c6.09-6.09,6.65-16,.85-22.39a16,16,0,0,0-23.17-.56L400.2,169.18a12.29,12.29,0,0,1-17.37,0c-4.79-4.78-4.53-12.86.25-17.64l68.33-68.33a16,16,0,0,0-.56-23.16A15.62,15.62,0,0,0,440.27,56a16.71,16.71,0,0,0-11.81,4.9l-68.27,68.26a12.29,12.29,0,0,1-17.37,0c-4.78-4.78-4.53-12.86.25-17.64L411.4,43.21a16,16,0,0,0-.56-23.16A15.62,15.62,0,0,0,400.26,16a16.73,16.73,0,0,0-11.81,4.9L311.5,97.85a79.49,79.49,0,0,0-23.44,56.59v8.23A16,16,0,0,1,283.37,174l-35.61,35.62a4,4,0,0,1-5.66,0L68.82,36.33a16,16,0,0,0-22.58-.06C31.09,51.28,23,72.47,23,97.54c-.1,41.4,21.66,89,56.79,124.08l85.45,85.45A64.79,64.79,0,0,0,211,326a64,64,0,0,0,16.21-2.08,16.24,16.24,0,0,1,4.07-.53,15.93,15.93,0,0,1,10.83,4.25l11.39,10.52a16.12,16.12,0,0,1,4.6,11.23v5.54a47.73,47.73,0,0,0,13.77,33.65l90.05,91.57.09.1a53.29,53.29,0,0,0,75.36-75.37L302.39,269.9a4,4,0,0,1,0-5.66L338,228.63a16,16,0,0,1,11.32-4.69Z\"/><path d=\"M211,358a97.32,97.32,0,0,1-68.36-28.25l-13.86-13.86a8,8,0,0,0-11.3,0l-85,84.56c-15.15,15.15-20.56,37.45-13.06,59.29a30.63,30.63,0,0,0,1.49,3.6C31,484,50.58,496,72,496a55.68,55.68,0,0,0,39.64-16.44L225,365.66a4.69,4.69,0,0,0,1.32-3.72l0-.26a4.63,4.63,0,0,0-5.15-4.27A97.09,97.09,0,0,1,211,358Z\"/></svg></li><li title=\"return down back outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"112 352 48 288 112 224\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M64,288H358c58.76,0,106-49.33,106-108V160\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"return down back sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"112 352 48 288 112 224\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/><polyline points=\"64 288 464 288 464 160\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"return down back \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"112 352 48 288 112 224\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M64,288H358c58.76,0,106-49.33,106-108V160\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"return down forward outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"400 352 464 288 400 224\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M448,288H154C95.24,288,48,238.67,48,180V160\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"return down forward sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"400 352 464 288 400 224\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/><polyline points=\"448 288 48 288 48 160\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"return down forward \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"400 352 464 288 400 224\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M448,288H154C95.24,288,48,238.67,48,180V160\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"return up back outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"112 160 48 224 112 288\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M64,224H358c58.76,0,106,49.33,106,108v20\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"return up back sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"112 160 48 224 112 288\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/><polyline points=\"64 224 464 224 464 352\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"return up back \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"112 160 48 224 112 288\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M64,224H358c58.76,0,106,49.33,106,108v20\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"return up forward outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"400 160 464 224 400 288\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M448,224H154C95.24,224,48,273.33,48,332v20\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"return up forward sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"400 160 464 224 400 288\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/><polyline points=\"448 224 48 224 48 352\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"return up forward \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"400 160 464 224 400 288\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M448,224H154C95.24,224,48,273.33,48,332v20\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"ribbon outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><circle cx=\"256\" cy=\"160\" r=\"128\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M143.65,227.82,48,400l86.86-.42a16,16,0,0,1,13.82,7.8L192,480l88.33-194.32\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M366.54,224,464,400l-86.86-.42a16,16,0,0,0-13.82,7.8L320,480,256,339.2\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><circle cx=\"256\" cy=\"160\" r=\"64\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"ribbon sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,336c-5.22,0-10.4-.24-15.51-.69A176.12,176.12,0,0,1,109.2,256.94L20,416H135l58,96,82.53-177.09A177.53,177.53,0,0,1,256,336Z\"/><path d=\"M403,256.74a176.9,176.9,0,0,1-88.18,69.14L273.7,415.5,319,512l58-96H492Z\"/><circle cx=\"256.02\" cy=\"160\" r=\"48\"/><path d=\"M256,16c-79.4,0-144,64.6-144,144s64.6,144,144,144,144-64.6,144-144S335.4,16,256,16Zm0,224a80,80,0,1,1,80-80A80.09,80.09,0,0,1,256,240Z\"/></svg></li><li title=\"ribbon \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M269,335.61q-6.33.47-12.78.47c-5.23,0-10.4-.24-15.51-.69a176.11,176.11,0,0,1-127.67-72.94,4,4,0,0,0-6.77.35l-72,129.4c-2.74,5-3.17,11-.28,15.88A16.78,16.78,0,0,0,48.22,416h78a15.28,15.28,0,0,1,13.62,7.33L178.5,488a16.26,16.26,0,0,0,13.75,8h0c5.94-.33,12.09-4.19,14.56-9.6l66.11-145.15A4,4,0,0,0,269,335.61Z\"/><path d=\"M477.64,391.88,406.11,262.71a4,4,0,0,0-6.74-.36,176.5,176.5,0,0,1-78.31,61.42,16.09,16.09,0,0,0-8.72,8.25l-36.86,81.1a7.92,7.92,0,0,0,0,6.6l30.27,66.59c2.45,5.41,8.59,9.36,14.52,9.69h0a16.3,16.3,0,0,0,13.7-8.12L372.5,423.3c2.89-4.85,8.13-7.33,13.78-7.3h78.77c6.67,0,11.72-3.48,14-10A16.92,16.92,0,0,0,477.64,391.88Z\"/><ellipse cx=\"256.26\" cy=\"160\" rx=\"48.01\" ry=\"48\"/><path d=\"M256.26,16c-79.42,0-144,64.59-144,144s64.61,144,144,144,144-64.6,144-144S335.67,16,256.26,16Zm0,224a80,80,0,1,1,80-80A80.1,80.1,0,0,1,256.26,240Z\"/></svg></li><li title=\"rocket outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M461.81,53.81a4.4,4.4,0,0,0-3.3-3.39c-54.38-13.3-180,34.09-248.13,102.17a294.9,294.9,0,0,0-33.09,39.08c-21-1.9-42-.3-59.88,7.5-50.49,22.2-65.18,80.18-69.28,105.07a9,9,0,0,0,9.8,10.4l81.07-8.9a180.29,180.29,0,0,0,1.1,18.3,18.15,18.15,0,0,0,5.3,11.09l31.39,31.39a18.15,18.15,0,0,0,11.1,5.3,179.91,179.91,0,0,0,18.19,1.1l-8.89,81a9,9,0,0,0,10.39,9.79c24.9-4,83-18.69,105.07-69.17,7.8-17.9,9.4-38.79,7.6-59.69a293.91,293.91,0,0,0,39.19-33.09C427.82,233.76,474.91,110.9,461.81,53.81ZM298.66,213.67a42.7,42.7,0,1,1,60.38,0A42.65,42.65,0,0,1,298.66,213.67Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M109.64,352a45.06,45.06,0,0,0-26.35,12.84C65.67,382.52,64,448,64,448s65.52-1.67,83.15-19.31A44.73,44.73,0,0,0,160,402.32\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"rocket sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M477.64,38.26a4.75,4.75,0,0,0-3.55-3.66c-58.57-14.32-193.9,36.71-267.22,110a317,317,0,0,0-35.63,42.1c-22.61-2-45.22-.33-64.49,8.07C52.38,218.7,36.55,281.14,32.14,308a9.64,9.64,0,0,0,10.55,11.2L130,309.57a194.1,194.1,0,0,0,1.19,19.7,19.53,19.53,0,0,0,5.7,12L170.7,375a19.59,19.59,0,0,0,12,5.7,193.53,193.53,0,0,0,19.59,1.19l-9.58,87.2a9.65,9.65,0,0,0,11.2,10.55c26.81-4.3,89.36-20.13,113.15-74.5,8.4-19.27,10.12-41.77,8.18-64.27a317.66,317.66,0,0,0,42.21-35.64C441,232.05,491.74,99.74,477.64,38.26ZM294.07,217.93a48,48,0,1,1,67.86,0A47.95,47.95,0,0,1,294.07,217.93Z\"/><path d=\"M168.4,399.43c-5.48,5.49-14.27,7.63-24.85,9.46-23.77,4.05-44.76-16.49-40.49-40.52,1.63-9.11,6.45-21.88,9.45-24.88a4.37,4.37,0,0,0-3.65-7.45,60,60,0,0,0-35.13,17.12C50.22,376.69,48,464,48,464s87.36-2.22,110.87-25.75A59.69,59.69,0,0,0,176,403.09C176.37,398.91,171.28,396.42,168.4,399.43Z\"/></svg></li><li title=\"rocket \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M328.85,156.79a26.69,26.69,0,1,0,18.88,7.81A26.6,26.6,0,0,0,328.85,156.79Z\"/><path d=\"M477.44,50.06a.29.29,0,0,1,0-.09,20.4,20.4,0,0,0-15.13-15.3c-29.8-7.27-76.68.48-128.63,21.28-52.36,21-101.42,52-134.58,85.22A320.7,320.7,0,0,0,169.55,175c-22.33-1-42,2.18-58.57,9.41-57.74,25.41-74.23,90.44-78.62,117.14a25,25,0,0,0,27.19,29h.13L124,323.53c.08.82.17,1.57.24,2.26a34.36,34.36,0,0,0,9.9,20.72l31.39,31.41a34.27,34.27,0,0,0,20.71,9.91l2.15.23-7,64.24s0,.08,0,.13A25,25,0,0,0,206,480a25.25,25.25,0,0,0,4.15-.34C237,475.34,302,459.05,327.34,401c7.17-16.46,10.34-36.05,9.45-58.34a314.78,314.78,0,0,0,33.95-29.55c33.43-33.26,64.53-81.92,85.31-133.52C476.74,128.23,484.53,81,477.44,50.06ZM370.38,224.94a58.77,58.77,0,1,1,0-83.07A58.3,58.3,0,0,1,370.38,224.94Z\"/><path d=\"M161.93,386.44a16,16,0,0,0-11,2.67c-6.39,4.37-12.81,8.69-19.29,12.9-13.11,8.52-28.79-6.44-21-20l12.15-21a16,16,0,0,0-15.16-24.91A61.25,61.25,0,0,0,72,353.56c-3.66,3.67-14.79,14.81-20.78,57.26A357.94,357.94,0,0,0,48,447.59,16,16,0,0,0,64,464h.4a359.87,359.87,0,0,0,36.8-3.2c42.47-6,53.61-17.14,57.27-20.8a60.49,60.49,0,0,0,17.39-35.74A16,16,0,0,0,161.93,386.44Z\"/></svg></li><li title=\"rose outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M416,128c-18.9,4.25-36.8,8.94-53.7,13.95-40.5,12-75.5,27.15-105.4,41.65-19.3,9.37-26.2,13.51-51.5,28.23C147,245.52,112,289.23,112,354.64,112,428.55,167.6,480,256,480s144-55.81,144-129.72S339,225.24,416,128Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M264,180.19c-19.69-27-38.2-38.69-52.7-46.59C162.6,107.1,96,96,96,96c41.5,43.7,37.2,90.1,32,128,0,0-3.87,32.88,1.91,58.41\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M372,139.15C356.55,102.6,336,64,336,64s-63.32,0-135.69,64\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M253.48,87.57C221.25,45.81,176,32,176,32c-15.3,20.8-28.79,51.58-34.87,74.17\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"rose sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M448,112s-17.62,0-30.51,1.39c-19,2-42.06,8-59.73,13.22C322.7,137,288.43,150.53,249.91,169.2c-18.62,9.05-26,13.35-48,26.13L197.41,198c-32.95,19-57.09,40-73.79,64.3C105.29,288.89,96,320,96,354.64c0,40.74,15.71,77.1,44.24,102.37C169,482.52,209.06,496,256,496c46.76,0,86.89-14.32,116-41.43,28.35-26.35,44-63.39,44-104.29,0-25-6.19-47-12.17-68.22-12.59-44.69-23.46-83.29,24.71-144.13C432.75,132.62,448,112,448,112Z\"/><path d=\"M219,119.55C168.47,92.08,104.72,80,80,80c0,0,23.23,28.19,29.15,55.4s6.54,48.61,2.91,88.6c17.94-20.48,40.59-37.15,69.32-53.73l4.48-2.6C208,154.8,216.23,150,236,140.41c2.88-1.4,5.74-2.76,8.58-4.11A170.77,170.77,0,0,0,219,119.55Z\"/><path d=\"M345.25,48s-42.53.36-86.12,21.3a280.36,280.36,0,0,0-32.27,18.27q3.73,1.89,7.4,3.88c3.44,1.87,7.09,4,10.9,6.29a189.7,189.7,0,0,1,31.46,24.16c24.57-10.41,73-26.1,90.77-31.28C359.39,71.47,345.25,48,345.25,48Z\"/><path d=\"M176,16c-16,10.83-33.24,41.1-33.24,41.1a494.22,494.22,0,0,1,48.92,15.25l17.65-11.56c8.18-5.35,16.55-10.29,25-14.77C234.31,46,202.59,24.17,176,16Z\"/></svg></li><li title=\"rose \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M429.55,119.49a16,16,0,0,0-17.06-7.1c-18.64,4.19-37.06,9-54.73,14.22C322.7,137,288.43,150.53,249.91,169.2c-18.62,9.05-26,13.35-48,26.13L197.41,198c-32.95,19-57.09,40-73.79,64.29C105.29,288.89,96,320,96,354.64c0,40.74,15.71,77.1,44.24,102.37C169,482.52,209.06,496,256,496c46.76,0,86.89-14.33,116-41.43,28.35-26.35,44-63.39,44-104.29,0-25-6.19-47-12.17-68.22-12.59-44.69-23.46-83.29,24.71-144.13A16,16,0,0,0,429.55,119.49Z\"/><path d=\"M219,119.55C168.46,92.08,101.46,80.69,98.63,80.22A16,16,0,0,0,81,90.55a16.47,16.47,0,0,0,3.79,16.84c31.84,33.78,32.86,68.79,28.65,104.63a4.45,4.45,0,0,0,2.5,4.54h0a4.44,4.44,0,0,0,5.08-.9c16.39-16.51,36.37-31.52,60.4-45.39l4.48-2.6C208,154.8,216.23,150,236,140.41l2.69-1.3a4,4,0,0,0,.64-6.83A178.59,178.59,0,0,0,219,119.55Z\"/><path d=\"M234.26,91.45c3.44,1.87,7.09,4,10.9,6.29a189.31,189.31,0,0,1,29.57,22.39,4,4,0,0,0,4.28.76,672,672,0,0,1,69.65-25q7-2.07,14.08-4a4,4,0,0,0,2.53-5.62C357,69.44,350.6,57.37,350.12,56.48A16,16,0,0,0,336,48c-1.91,0-33.28.36-76.87,21.3a279,279,0,0,0-26.39,14.51,4,4,0,0,0,.22,6.94Z\"/><path d=\"M209.33,60.79c7.3-4.77,14.74-9.22,22.25-13.31a2,2,0,0,0,.24-3.36c-26-19.57-49.73-27-51.15-27.42a16,16,0,0,0-17.56,5.82A217.63,217.63,0,0,0,143.83,54.9a2,2,0,0,0,1.29,2.81C158.73,61.28,174.52,66,190.73,72a2,2,0,0,0,1.79-.2Z\"/></svg></li><li title=\"sad outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><circle cx=\"184\" cy=\"232\" r=\"24\"/><path d=\"M256,288c45.42,0,83.62,29.53,95.71,69.83A8,8,0,0,1,343.84,368H168.15a8,8,0,0,1-7.82-10.17C172.32,317.53,210.53,288,256,288Z\"/><circle cx=\"328\" cy=\"232\" r=\"24\"/><circle cx=\"256\" cy=\"256\" r=\"208\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"sad sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M414.39,97.61A224,224,0,1,0,97.61,414.39,224,224,0,1,0,414.39,97.61ZM328,208a24,24,0,1,1-24,24A23.94,23.94,0,0,1,328,208Zm-144,0a24,24,0,1,1-24,24A23.94,23.94,0,0,1,184,208ZM256,288c45.42,0,83.75,29.49,95.72,69.83,1,3.52,2.33,10.17,2.33,10.17H158s1.31-6.69,2.33-10.17C172.11,317.47,210.53,288,256,288Z\"/></svg></li><li title=\"sad \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M414.39,97.61A224,224,0,1,0,97.61,414.39,224,224,0,1,0,414.39,97.61ZM184,208a24,24,0,1,1-24,24A23.94,23.94,0,0,1,184,208ZM160.33,357.83c12-40.3,50.2-69.83,95.62-69.83s83.62,29.53,95.71,69.83A8,8,0,0,1,343.84,368H168.15A8,8,0,0,1,160.33,357.83ZM328,256a24,24,0,1,1,24-24A23.94,23.94,0,0,1,328,256Z\"/></svg></li><li title=\"save outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M380.93,57.37A32,32,0,0,0,358.3,48H94.22A46.21,46.21,0,0,0,48,94.22V417.78A46.21,46.21,0,0,0,94.22,464H417.78A46.36,46.36,0,0,0,464,417.78V153.7a32,32,0,0,0-9.37-22.63ZM256,416a64,64,0,1,1,64-64A63.92,63.92,0,0,1,256,416Zm48-224H112a16,16,0,0,1-16-16V112a16,16,0,0,1,16-16H304a16,16,0,0,1,16,16v64A16,16,0,0,1,304,192Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"save sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M380.44,32H64A32,32,0,0,0,32,64V448a32,32,0,0,0,32,32H448a32.09,32.09,0,0,0,32-32V131.56ZM112,176V112H304v64ZM335.91,355.76a80,80,0,1,1-83.66-83.67A80.21,80.21,0,0,1,335.91,355.76Z\"/></svg></li><li title=\"save \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M465.94,119.76l-73.7-73.7h0A47.68,47.68,0,0,0,358.3,32H96A64,64,0,0,0,32,96V416a64,64,0,0,0,64,64H416a64,64,0,0,0,64-64V153.7A47.68,47.68,0,0,0,465.94,119.76ZM120,112H296a8,8,0,0,1,8,8v48a8,8,0,0,1-8,8H120a8,8,0,0,1-8-8V120A8,8,0,0,1,120,112ZM259.75,431.91a80,80,0,1,1,76.16-76.16A80.06,80.06,0,0,1,259.75,431.91Z\"/><circle cx=\"256\" cy=\"352\" r=\"48\"/></svg></li><li title=\"scale outline \"><svg id=\"icons\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><rect x=\"48\" y=\"48\" width=\"416\" height=\"416\" rx=\"96\" fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"32\"/><path d=\"M388.94,151.56c-24.46-22.28-68.72-51.4-132.94-51.4s-108.48,29.12-132.94,51.4A34.66,34.66,0,0,0,120,199.64l33.32,39.21a26.07,26.07,0,0,0,33.6,5.21c15.92-9.83,40.91-21.64,69.1-21.64s53.18,11.81,69.1,21.64a26.07,26.07,0,0,0,33.6-5.21L392,199.64A34.66,34.66,0,0,0,388.94,151.56Z\" fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"32\"/></svg></li><li title=\"scale sharp \"><svg id=\"icons\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M432,32H80A48.05,48.05,0,0,0,32,80V432a48.05,48.05,0,0,0,48,48H432a48.05,48.05,0,0,0,48-48V80A48.05,48.05,0,0,0,432,32ZM415.29,197l-52.46,61.73a27.83,27.83,0,0,1-37.65,4.62c-13-9.29-39.27-24.89-69.18-24.89s-56.18,15.6-69.18,24.89a27.84,27.84,0,0,1-37.65-4.62L96.71,197A32.12,32.12,0,0,1,97.13,155c18.93-21.31,72.3-70.87,158.87-70.87S395.94,133.72,414.87,155h0A32.12,32.12,0,0,1,415.29,197Z\"/></svg></li><li title=\"scale \"><svg id=\"icons\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M368,32H144A112.12,112.12,0,0,0,32,144V368A112.12,112.12,0,0,0,144,480H368A112.12,112.12,0,0,0,480,368V144A112.12,112.12,0,0,0,368,32Zm36.21,178-33.32,39.21A41.76,41.76,0,0,1,339,264.05a42.32,42.32,0,0,1-22.29-6.38c-14.22-8.78-36.3-19.25-60.69-19.25s-46.47,10.47-60.69,19.25a41.86,41.86,0,0,1-54.2-8.46L107.79,210a50.48,50.48,0,0,1,4.49-70.27C140.12,114.38,187.65,84.16,256,84.16s115.88,30.22,143.72,55.57A50.48,50.48,0,0,1,404.21,210Z\"/></svg></li><li title=\"scan circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M448,256c0-106-86-192-192-192S64,150,64,256s86,192,192,192S448,362,448,256Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M296,352h28a28,28,0,0,0,28-28V296\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M352,216V188a28,28,0,0,0-28-28H296\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M216,352H188a28,28,0,0,1-28-28V296\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M160,216V188a28,28,0,0,1,28-28h28\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"scan circle sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,48C141.31,48,48,141.31,48,256s93.31,208,208,208,208-93.31,208-208S370.69,48,256,48ZM232,368H188a44.05,44.05,0,0,1-44-44V280h32v44a12,12,0,0,0,12,12h44Zm0-192H188a12,12,0,0,0-12,12v44H144V188a44.05,44.05,0,0,1,44-44h44ZM368,324a44.05,44.05,0,0,1-44,44H280V336h44a12,12,0,0,0,12-12V280h32Zm0-92H336V188a12,12,0,0,0-12-12H280V144h44a44.05,44.05,0,0,1,44,44Z\"/></svg></li><li title=\"scan circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,48C141.31,48,48,141.31,48,256s93.31,208,208,208,208-93.31,208-208S370.69,48,256,48ZM216,368H188a44.05,44.05,0,0,1-44-44V296a16,16,0,0,1,32,0v28a12,12,0,0,0,12,12h28a16,16,0,0,1,0,32Zm0-192H188a12,12,0,0,0-12,12v28a16,16,0,0,1-32,0V188a44.05,44.05,0,0,1,44-44h28a16,16,0,0,1,0,32ZM368,324a44.05,44.05,0,0,1-44,44H296a16,16,0,0,1,0-32h28a12,12,0,0,0,12-12V296a16,16,0,0,1,32,0Zm0-108a16,16,0,0,1-32,0V188a12,12,0,0,0-12-12H296a16,16,0,0,1,0-32h28a44.05,44.05,0,0,1,44,44Z\"/></svg></li><li title=\"scan outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M336,448h56a56,56,0,0,0,56-56V336\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M448,176V120a56,56,0,0,0-56-56H336\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M176,448H120a56,56,0,0,1-56-56V336\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M64,176V120a56,56,0,0,1,56-56h56\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"scan sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M388,466H320V422h68a34,34,0,0,0,34-34V320h44v68A78.09,78.09,0,0,1,388,466Z\"/><path d=\"M466,192H422V124a34,34,0,0,0-34-34H320V46h68a78.09,78.09,0,0,1,78,78Z\"/><path d=\"M192,466H124a78.09,78.09,0,0,1-78-78V320H90v68a34,34,0,0,0,34,34h68Z\"/><path d=\"M90,192H46V124a78.09,78.09,0,0,1,78-78h68V90H124a34,34,0,0,0-34,34Z\"/></svg></li><li title=\"scan \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M342,444h46a56,56,0,0,0,56-56V342\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:44px\"/><path d=\"M444,170V124a56,56,0,0,0-56-56H342\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:44px\"/><path d=\"M170,444H124a56,56,0,0,1-56-56V342\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:44px\"/><path d=\"M68,170V124a56,56,0,0,1,56-56h46\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:44px\"/></svg></li><li title=\"school outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polygon points=\"32 192 256 64 480 192 256 320 32 192\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><polyline points=\"112 240 112 368 256 448 400 368 400 240\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"480\" y1=\"368\" x2=\"480\" y2=\"192\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"256\" y1=\"320\" x2=\"256\" y2=\"448\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"school sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polygon points=\"256 370.43 96 279 96 377.42 256 466.3 416 377.42 416 279 256 370.43\"/><polygon points=\"512.25 192 256 45.57 -0.25 192 256 338.43 464 219.57 464 384 512 384 512 192.14 512.25 192\"/></svg></li><li title=\"school \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,368a16,16,0,0,1-7.94-2.11L108,285.84a8,8,0,0,0-12,6.94V368a16,16,0,0,0,8.23,14l144,80a16,16,0,0,0,15.54,0l144-80A16,16,0,0,0,416,368V292.78a8,8,0,0,0-12-6.94L263.94,365.89A16,16,0,0,1,256,368Z\"/><path d=\"M495.92,190.5s0-.08,0-.11a16,16,0,0,0-8-12.28l-224-128a16,16,0,0,0-15.88,0l-224,128a16,16,0,0,0,0,27.78l224,128a16,16,0,0,0,15.88,0L461,221.28a2,2,0,0,1,3,1.74V367.55c0,8.61,6.62,16,15.23,16.43A16,16,0,0,0,496,368V192A14.76,14.76,0,0,0,495.92,190.5Z\"/></svg></li><li title=\"search circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,80A176,176,0,1,0,432,256,176,176,0,0,0,256,80Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M232,160a72,72,0,1,0,72,72A72,72,0,0,0,232,160Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><line x1=\"283.64\" y1=\"283.64\" x2=\"336\" y2=\"336\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"search circle sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,64C150.13,64,64,150.13,64,256s86.13,192,192,192,192-86.13,192-192S361.87,64,256,64Zm80,294.63-54.15-54.15a88.08,88.08,0,1,1,22.63-22.63L358.63,336Z\"/><circle cx=\"232\" cy=\"232\" r=\"56\"/></svg></li><li title=\"search circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,64C150.13,64,64,150.13,64,256s86.13,192,192,192,192-86.13,192-192S361.87,64,256,64Zm91.31,283.31a16,16,0,0,1-22.62,0l-42.84-42.83a88.08,88.08,0,1,1,22.63-22.63l42.83,42.84A16,16,0,0,1,347.31,347.31Z\"/><circle cx=\"232\" cy=\"232\" r=\"56\"/></svg></li><li title=\"search outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M221.09,64A157.09,157.09,0,1,0,378.18,221.09,157.1,157.1,0,0,0,221.09,64Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><line x1=\"338.29\" y1=\"338.29\" x2=\"448\" y2=\"448\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"search sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M464,428,339.92,303.9a160.48,160.48,0,0,0,30.72-94.58C370.64,120.37,298.27,48,209.32,48S48,120.37,48,209.32s72.37,161.32,161.32,161.32a160.48,160.48,0,0,0,94.58-30.72L428,464ZM209.32,319.69A110.38,110.38,0,1,1,319.69,209.32,110.5,110.5,0,0,1,209.32,319.69Z\"/></svg></li><li title=\"search \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M456.69,421.39,362.6,327.3a173.81,173.81,0,0,0,34.84-104.58C397.44,126.38,319.06,48,222.72,48S48,126.38,48,222.72s78.38,174.72,174.72,174.72A173.81,173.81,0,0,0,327.3,362.6l94.09,94.09a25,25,0,0,0,35.3-35.3ZM97.92,222.72a124.8,124.8,0,1,1,124.8,124.8A124.95,124.95,0,0,1,97.92,222.72Z\"/></svg></li><li title=\"send outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M470.3,271.15,43.16,447.31a7.83,7.83,0,0,1-11.16-7V327a8,8,0,0,1,6.51-7.86l247.62-47c17.36-3.29,17.36-28.15,0-31.44l-247.63-47a8,8,0,0,1-6.5-7.85V72.59c0-5.74,5.88-10.26,11.16-8L470.3,241.76A16,16,0,0,1,470.3,271.15Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"send sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M16,464,496,256,16,48V208l320,48L16,304Z\"/></svg></li><li title=\"send \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M476.59,227.05l-.16-.07L49.35,49.84A23.56,23.56,0,0,0,27.14,52,24.65,24.65,0,0,0,16,72.59V185.88a24,24,0,0,0,19.52,23.57l232.93,43.07a4,4,0,0,1,0,7.86L35.53,303.45A24,24,0,0,0,16,327V440.31A23.57,23.57,0,0,0,26.59,460a23.94,23.94,0,0,0,13.22,4,24.55,24.55,0,0,0,9.52-1.93L476.4,285.94l.19-.09a32,32,0,0,0,0-58.8Z\"/></svg></li><li title=\"server outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><ellipse cx=\"256\" cy=\"128\" rx=\"192\" ry=\"80\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M448,214c0,44.18-86,80-192,80S64,258.18,64,214\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M448,300c0,44.18-86,80-192,80S64,344.18,64,300\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M64,127.24V384.76C64,428.52,150,464,256,464s192-35.48,192-79.24V127.24\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"server sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M409.43,389.87C362,410,305.4,421.05,256,421.05s-105.87-11.3-153.44-31.18S48,353.16,48,353.16v38.2c0,31.15,18,43.64,67.32,64.35C153.13,471.59,203.18,480,256,480s102.87-8.41,140.68-24.29C446,435,464,422.51,464,391.36v-38.2S456.86,369.75,409.43,389.87Z\"/><path d=\"M63.69,173.22c11.23,9.84,27.82,19.49,48,27.92,42.48,17.76,96.45,28.37,144.36,28.37s101.88-10.61,144.36-28.37c20.13-8.43,36.72-18.08,47.95-27.92,6.06-5.31,10.85-10.12,13.47-12.85a8,8,0,0,0,2.22-5.54l0-26.06v-.1c-.84-28.79-24.71-54.41-67.21-72.14C358.83,40.71,308.84,32,256,32S153.17,40.71,115.26,56.53C72.85,74.22,49,99.78,48.05,128.5l0,26.33a8,8,0,0,0,2.21,5.54C52.84,163.1,57.62,167.91,63.69,173.22Z\"/><path d=\"M409.43,221.91C365,241,305.4,253.09,256,253.09s-108.87-12.27-153.43-31.18S48,185.2,48,185.2v47.36c.08,7.52,5.5,16.2,15.69,25.13,11.24,9.84,27.82,19.5,48,27.92C154.12,303.38,208.09,314,256,314s101.88-10.6,144.36-28.37c20.13-8.42,36.72-18.08,47.95-27.92,10.25-9,15.68-17.71,15.69-25.27V185.2S453.87,202.82,409.43,221.91Z\"/><path d=\"M409.43,306.38C362,326,305.4,337.56,256,337.56s-109.87-12.8-153.43-31.18S48,269.67,48,269.67v46.25c0,7.55,5.44,16.28,15.69,25.26,11.23,9.84,27.81,19.5,48,27.92,42.48,17.77,96.44,28.37,144.36,28.37s101.88-10.6,144.36-28.37c20.13-8.43,36.72-18.08,47.95-27.92,10.19-8.93,15.61-17.61,15.69-25.13V269.67S456.87,286.76,409.43,306.38Z\"/></svg></li><li title=\"server \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,428C203.65,428,144.61,416.39,98.07,397,81,389.81,66.38,378.18,54.43,369A4,4,0,0,0,48,372.18v12.58c0,28.07,23.49,53.22,66.14,70.82C152.29,471.33,202.67,480,256,480s103.7-8.67,141.86-24.42C440.51,438,464,412.83,464,384.76V372.18a4,4,0,0,0-6.43-3.18C445.62,378.17,431,389.81,413.92,397,367.38,416.39,308.35,428,256,428Z\"/><path d=\"M464,126.51c-.81-27.65-24.18-52.4-66-69.85C359.74,40.76,309.34,32,256,32S152.26,40.76,114.09,56.66c-41.78,17.41-65.15,42.11-66,69.69L48,144c0,6.41,5.2,16.48,14.63,24.73,11.13,9.73,27.65,19.33,47.78,27.73C153.24,214.36,207.67,225,256,225s102.76-10.68,145.59-28.58c20.13-8.4,36.65-18,47.78-27.73C458.8,160.49,464,150.42,464,144Z\"/><path d=\"M413.92,226C367.39,245.43,308.35,257,256,257S144.61,245.43,98.07,226C81,218.85,66.38,207.21,54.43,198A4,4,0,0,0,48,201.22V232c0,6.41,5.2,14.48,14.63,22.73,11.13,9.74,27.65,19.33,47.78,27.74C153.24,300.34,207.67,311,256,311s102.76-10.68,145.59-28.57c20.13-8.41,36.65-18,47.78-27.74C458.8,246.47,464,238.41,464,232V201.22a4,4,0,0,0-6.43-3.18C445.62,207.21,431,218.85,413.92,226Z\"/><path d=\"M413.92,312C367.38,331.41,308.35,343,256,343S144.61,331.41,98.07,312C81,304.83,66.38,293.19,54.43,284A4,4,0,0,0,48,287.2V317c0,6.41,5.2,14.47,14.62,22.71,11.13,9.74,27.66,19.33,47.79,27.74C153.24,385.32,207.66,396,256,396s102.76-10.68,145.59-28.57c20.13-8.41,36.65-18,47.78-27.74C458.8,331.44,464,323.37,464,317V287.2a4,4,0,0,0-6.43-3.18C445.62,293.19,431,304.83,413.92,312Z\"/></svg></li><li title=\"settings outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M262.29,192.31a64,64,0,1,0,57.4,57.4A64.13,64.13,0,0,0,262.29,192.31ZM416.39,256a154.34,154.34,0,0,1-1.53,20.79l45.21,35.46A10.81,10.81,0,0,1,462.52,326l-42.77,74a10.81,10.81,0,0,1-13.14,4.59l-44.9-18.08a16.11,16.11,0,0,0-15.17,1.75A164.48,164.48,0,0,1,325,400.8a15.94,15.94,0,0,0-8.82,12.14l-6.73,47.89A11.08,11.08,0,0,1,298.77,470H213.23a11.11,11.11,0,0,1-10.69-8.87l-6.72-47.82a16.07,16.07,0,0,0-9-12.22,155.3,155.3,0,0,1-21.46-12.57,16,16,0,0,0-15.11-1.71l-44.89,18.07a10.81,10.81,0,0,1-13.14-4.58l-42.77-74a10.8,10.8,0,0,1,2.45-13.75l38.21-30a16.05,16.05,0,0,0,6-14.08c-.36-4.17-.58-8.33-.58-12.5s.21-8.27.58-12.35a16,16,0,0,0-6.07-13.94l-38.19-30A10.81,10.81,0,0,1,49.48,186l42.77-74a10.81,10.81,0,0,1,13.14-4.59l44.9,18.08a16.11,16.11,0,0,0,15.17-1.75A164.48,164.48,0,0,1,187,111.2a15.94,15.94,0,0,0,8.82-12.14l6.73-47.89A11.08,11.08,0,0,1,213.23,42h85.54a11.11,11.11,0,0,1,10.69,8.87l6.72,47.82a16.07,16.07,0,0,0,9,12.22,155.3,155.3,0,0,1,21.46,12.57,16,16,0,0,0,15.11,1.71l44.89-18.07a10.81,10.81,0,0,1,13.14,4.58l42.77,74a10.8,10.8,0,0,1-2.45,13.75l-38.21,30a16.05,16.05,0,0,0-6.05,14.08C416.17,247.67,416.39,251.83,416.39,256Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"settings sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,176a80,80,0,1,0,80,80A80.24,80.24,0,0,0,256,176Zm172.72,80a165.53,165.53,0,0,1-1.64,22.34l48.69,38.12a11.59,11.59,0,0,1,2.63,14.78l-46.06,79.52a11.64,11.64,0,0,1-14.14,4.93l-57.25-23a176.56,176.56,0,0,1-38.82,22.67l-8.56,60.78A11.93,11.93,0,0,1,302.06,486H209.94a12,12,0,0,1-11.51-9.53l-8.56-60.78A169.3,169.3,0,0,1,151.05,393L93.8,416a11.64,11.64,0,0,1-14.14-4.92L33.6,331.57a11.59,11.59,0,0,1,2.63-14.78l48.69-38.12A174.58,174.58,0,0,1,83.28,256a165.53,165.53,0,0,1,1.64-22.34L36.23,195.54a11.59,11.59,0,0,1-2.63-14.78l46.06-79.52A11.64,11.64,0,0,1,93.8,96.31l57.25,23a176.56,176.56,0,0,1,38.82-22.67l8.56-60.78A11.93,11.93,0,0,1,209.94,26h92.12a12,12,0,0,1,11.51,9.53l8.56,60.78A169.3,169.3,0,0,1,361,119L418.2,96a11.64,11.64,0,0,1,14.14,4.92l46.06,79.52a11.59,11.59,0,0,1-2.63,14.78l-48.69,38.12A174.58,174.58,0,0,1,428.72,256Z\"/></svg></li><li title=\"settings \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><circle cx=\"256\" cy=\"256\" r=\"48\"/><path d=\"M470.39,300l-.47-.38-31.56-24.75a16.11,16.11,0,0,1-6.1-13.33l0-11.56a16,16,0,0,1,6.11-13.22L469.92,212l.47-.38a26.68,26.68,0,0,0,5.9-34.06l-42.71-73.9a1.59,1.59,0,0,1-.13-.22A26.86,26.86,0,0,0,401,92.14l-.35.13L363.55,107.2a15.94,15.94,0,0,1-14.47-1.29q-4.92-3.1-10-5.86a15.94,15.94,0,0,1-8.19-11.82L325.3,48.64l-.12-.72A27.22,27.22,0,0,0,298.76,26H213.24a26.92,26.92,0,0,0-26.45,22.39l-.09.56-5.57,39.67A16,16,0,0,1,173,100.44c-3.42,1.84-6.76,3.79-10,5.82a15.92,15.92,0,0,1-14.43,1.27l-37.13-15-.35-.14a26.87,26.87,0,0,0-32.48,11.34l-.13.22L35.71,177.9A26.71,26.71,0,0,0,41.61,212l.47.38,31.56,24.75a16.11,16.11,0,0,1,6.1,13.33l0,11.56a16,16,0,0,1-6.11,13.22L42.08,300l-.47.38a26.68,26.68,0,0,0-5.9,34.06l42.71,73.9a1.59,1.59,0,0,1,.13.22A26.86,26.86,0,0,0,111,419.86l.35-.13,37.07-14.93a15.94,15.94,0,0,1,14.47,1.29q4.92,3.11,10,5.86a15.94,15.94,0,0,1,8.19,11.82l5.56,39.59.12.72A27.22,27.22,0,0,0,213.24,486h85.52a26.92,26.92,0,0,0,26.45-22.39l.09-.56,5.57-39.67a16,16,0,0,1,8.18-11.82c3.42-1.84,6.76-3.79,10-5.82a15.92,15.92,0,0,1,14.43-1.27l37.13,14.95.35.14a26.85,26.85,0,0,0,32.48-11.34,2.53,2.53,0,0,1,.13-.22l42.71-73.89A26.7,26.7,0,0,0,470.39,300ZM335.91,259.76a80,80,0,1,1-83.66-83.67A80.21,80.21,0,0,1,335.91,259.76Z\"/></svg></li><li title=\"shapes outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polygon points=\"336 320 32 320 184 48 336 320\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M265.32,194.51A144,144,0,1,1,192,320\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"shapes sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M363.27,336H4.73L184,16Z\"/><path d=\"M336,160a160.54,160.54,0,0,0-32.55,3.36l87.75,157L417.81,368H183.36C203.8,432.85,264.49,480,336,480c88.22,0,160-71.78,160-160S424.22,160,336,160Z\"/></svg></li><li title=\"shapes \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M336,336H32a16,16,0,0,1-14-23.81l152-272a16,16,0,0,1,27.94,0l152,272A16,16,0,0,1,336,336Z\"/><path d=\"M336,160a161.07,161.07,0,0,0-32.57,3.32L377.9,296.59A48,48,0,0,1,336,368H183.33A160,160,0,1,0,336,160Z\"/></svg></li><li title=\"share outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M336,192h40a40,40,0,0,1,40,40V424a40,40,0,0,1-40,40H136a40,40,0,0,1-40-40V232a40,40,0,0,1,40-40h40\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><polyline points=\"336 128 256 48 176 128\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"256\" y1=\"321\" x2=\"256\" y2=\"48\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"share sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M272,176V337H240V176H92a12,12,0,0,0-12,12V468a12,12,0,0,0,12,12H420a12,12,0,0,0,12-12V188a12,12,0,0,0-12-12Z\"/><polygon points=\"272 92.63 336 156.63 358.63 134 256 31.37 153.37 134 176 156.63 240 92.63 240 176 272 176 272 92.63\"/></svg></li><li title=\"share social outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><circle cx=\"128\" cy=\"256\" r=\"48\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><circle cx=\"384\" cy=\"112\" r=\"48\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><circle cx=\"384\" cy=\"400\" r=\"48\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"169.83\" y1=\"279.53\" x2=\"342.17\" y2=\"376.47\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"342.17\" y1=\"135.53\" x2=\"169.83\" y2=\"232.47\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"share social sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M378,324a69.78,69.78,0,0,0-48.83,19.91L202,272.41a69.68,69.68,0,0,0,0-32.82l127.13-71.5A69.76,69.76,0,1,0,308.87,129l-130.13,73.2a70,70,0,1,0,0,107.56L308.87,383A70,70,0,1,0,378,324Z\"/></svg></li><li title=\"share social \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M384,336a63.78,63.78,0,0,0-46.12,19.7l-148-83.27a63.85,63.85,0,0,0,0-32.86l148-83.27a63.8,63.8,0,1,0-15.73-27.87l-148,83.27a64,64,0,1,0,0,88.6l148,83.27A64,64,0,1,0,384,336Z\"/></svg></li><li title=\"share \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M376,176H272V321a16,16,0,0,1-32,0V176H136a56.06,56.06,0,0,0-56,56V424a56.06,56.06,0,0,0,56,56H376a56.06,56.06,0,0,0,56-56V232A56.06,56.06,0,0,0,376,176Z\"/><path d=\"M272,86.63l52.69,52.68a16,16,0,0,0,22.62-22.62l-80-80a16,16,0,0,0-22.62,0l-80,80a16,16,0,0,0,22.62,22.62L240,86.63V176h32Z\"/></svg></li><li title=\"shield checkmark outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"336 176 225.2 304 176 255.8\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M463.1,112.37C373.68,96.33,336.71,84.45,256,48,175.29,84.45,138.32,96.33,48.9,112.37,32.7,369.13,240.58,457.79,256,464,271.42,457.79,479.3,369.13,463.1,112.37Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"shield checkmark sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M479.07,111.36l-.79-12.53-12.36-2.21c-86.5-15.52-122.61-26.74-203.33-63.2l-6.59-3-6.59,3C168.69,69.88,132.58,81.1,46.08,96.62L33.72,98.83l-.79,12.53c-3.85,61.11,4.36,118.05,24.43,169.24A349.47,349.47,0,0,0,129,393.11c53.47,56.73,110.24,81.37,121.07,85.73l6,2.41,6-2.41c10.83-4.36,67.6-29,121.07-85.73A349.47,349.47,0,0,0,454.64,280.6C474.71,229.41,482.92,172.47,479.07,111.36Zm-252.91,216L153.37,256l22.4-22.86,48.47,47.49L334.37,153.43l24.2,20.94Z\"/></svg></li><li title=\"shield checkmark \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M479.07,111.36a16,16,0,0,0-13.15-14.74c-86.5-15.52-122.61-26.74-203.33-63.2a16,16,0,0,0-13.18,0C168.69,69.88,132.58,81.1,46.08,96.62a16,16,0,0,0-13.15,14.74c-3.85,61.11,4.36,118.05,24.43,169.24A349.47,349.47,0,0,0,129,393.11c53.47,56.73,110.24,81.37,121.07,85.73a16,16,0,0,0,12,0c10.83-4.36,67.6-29,121.07-85.73A349.47,349.47,0,0,0,454.64,280.6C474.71,229.41,482.92,172.47,479.07,111.36Zm-131,75.11-110.8,128A16,16,0,0,1,225.86,320h-.66a16,16,0,0,1-11.2-4.57l-49.2-48.2a16,16,0,1,1,22.4-22.86l37,36.29L323.9,165.53a16,16,0,0,1,24.2,20.94Z\"/></svg></li><li title=\"shield half outline \"><svg id=\"icons\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M463.1,112.37C373.68,96.33,336.71,84.45,256,48,175.29,84.45,138.32,96.33,48.9,112.37,32.7,369.13,240.58,457.79,256,464,271.42,457.79,479.3,369.13,463.1,112.37Z\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"32\"/><path d=\"M256,48C175.29,84.45,138.32,96.33,48.9,112.37,32.7,369.13,240.58,457.79,256,464Z\"/></svg></li><li title=\"shield half sharp \"><svg id=\"icons\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256,32C174,69.06,121.38,86.46,32,96c0,77.59,5.27,133.36,25.29,184.51a348.86,348.86,0,0,0,71.43,112.41C178.32,445.58,232.89,473.32,256,480c23.11-6.68,77.68-34.42,127.28-87.08a348.86,348.86,0,0,0,71.43-112.41C474.73,229.36,480,173.59,480,96,390.62,86.46,338,69.06,256,32ZM417.47,265.93a309.18,309.18,0,0,1-63.31,99.56C316,406,276.65,428.31,256,437.36V75.8c38.75,17,68.73,28.3,97.93,36.89a613.12,613.12,0,0,0,85.6,18.52C437.81,191.43,431.17,230.9,417.47,265.93Z\"/></svg></li><li title=\"shield half \"><svg id=\"icons\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M48.9,112.37C138.32,96.33,175.29,84.45,256,48c80.71,36.45,117.68,48.33,207.1,64.37C479.3,369.13,271.42,457.79,256,464,240.58,457.79,32.7,369.13,48.9,112.37Z\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"32\"/><path d=\"M256,48c80.71,36.45,117.68,48.33,207.1,64.37C479.3,369.13,271.42,457.79,256,464Z\"/></svg></li><li title=\"shield outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M463.1,112.37C373.68,96.33,336.71,84.45,256,48,175.29,84.45,138.32,96.33,48.9,112.37,32.7,369.13,240.58,457.79,256,464,271.42,457.79,479.3,369.13,463.1,112.37Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"shield sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,32C174,69.06,121.38,86.46,32,96c0,77.59,5.27,133.36,25.29,184.51a348.86,348.86,0,0,0,71.43,112.41C178.32,445.58,232.89,473.32,256,480c23.11-6.68,77.68-34.42,127.28-87.08a348.86,348.86,0,0,0,71.43-112.41C474.73,229.36,480,173.59,480,96,390.62,86.46,338,69.06,256,32Z\"/></svg></li><li title=\"shield \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M479.07,111.35A16,16,0,0,0,465.92,96.6C379.89,81.18,343.69,69.12,266,34.16c-7.76-2.89-12.57-2.84-20,0-77.69,35-113.89,47-199.92,62.44a16,16,0,0,0-13.15,14.75c-3.85,61.1,4.34,118,24.36,169.15a348.86,348.86,0,0,0,71.43,112.41c44.67,47.43,94.2,75.12,119.74,85.6a20,20,0,0,0,15.11,0c27-10.92,74.69-37.82,119.71-85.62A348.86,348.86,0,0,0,454.71,280.5C474.73,229.36,482.92,172.45,479.07,111.35Z\"/></svg></li><li title=\"shirt outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M314.56,48S291.78,56,256,56s-58.56-8-58.56-8a31.94,31.94,0,0,0-10.57,1.8L32,104l16.63,88,48.88,5.52A24,24,0,0,1,118.8,222.1L112,464H400l-6.8-241.9a24,24,0,0,1,21.29-24.58L463.37,192,480,104,325.13,49.8A31.94,31.94,0,0,0,314.56,48Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M333.31,52.66a80,80,0,0,1-154.62,0\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"shirt sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,42c-33.88,0-64-10-64-10l0,2A64,64,0,0,0,320,34l0-2S289.88,42,256,42Z\"/><path d=\"M352,44c-5.49,47.76-46.79,85-96,85s-90.51-37.24-96-85L16,94,34,208l61.71,7.42c7.08.9,7.1.9,7.1,8.19L96,480H416l-6.81-256.39c-.21-7-.21-7,7.1-8.19L478,208,496,94Z\"/></svg></li><li title=\"shirt \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,96c33.08,0,60.71-25.78,64-58,.3-3-3-6-6-6h0a13,13,0,0,0-4.74.9c-.2.08-21.1,8.1-53.26,8.1s-53.1-8-53.26-8.1a16.21,16.21,0,0,0-5.3-.9h-.06A5.69,5.69,0,0,0,192,38C195.35,70.16,223,96,256,96Z\"/><path d=\"M485.29,89.9,356,44.64a4,4,0,0,0-5.27,3.16,96,96,0,0,1-189.38,0A4,4,0,0,0,156,44.64L26.71,89.9A16,16,0,0,0,16.28,108l16.63,88A16,16,0,0,0,46.83,208.9l48.88,5.52a8,8,0,0,1,7.1,8.19l-7.33,240.9a16,16,0,0,0,9.1,14.94A17.49,17.49,0,0,0,112,480H400a17.49,17.49,0,0,0,7.42-1.55,16,16,0,0,0,9.1-14.94l-7.33-240.9a8,8,0,0,1,7.1-8.19l48.88-5.52A16,16,0,0,0,479.09,196l16.63-88A16,16,0,0,0,485.29,89.9Z\"/></svg></li><li title=\"shuffle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"400 304 448 352 400 400\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><polyline points=\"400 112 448 160 400 208\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M64,352h85.19a80,80,0,0,0,66.56-35.62L256,256\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M64,160h85.19a80,80,0,0,1,66.56,35.62l80.5,120.76A80,80,0,0,0,362.81,352H416\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M416,160H362.81a80,80,0,0,0-66.56,35.62L288,208\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"shuffle sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"400 304 448 352 400 400\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/><polyline points=\"400 112 448 160 400 208\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/><polyline points=\"64 352 192 352 252 260\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/><polyline points=\"64 160 192 160 320 352 416 352\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/><polyline points=\"416 160 320 160 288 208\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"shuffle \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"400 304 448 352 400 400\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><polyline points=\"400 112 448 160 400 208\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M64,352h85.19a80,80,0,0,0,66.56-35.62L256,256\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M64,160h85.19a80,80,0,0,1,66.56,35.62l80.5,120.76A80,80,0,0,0,362.81,352H416\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M416,160H362.81a80,80,0,0,0-66.56,35.62L288,208\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"skull outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M448,225.64v99a64,64,0,0,1-40.23,59.42l-23.68,9.47A32,32,0,0,0,364.6,417l-10,50.14A16,16,0,0,1,338.88,480H173.12a16,16,0,0,1-15.69-12.86L147.4,417a32,32,0,0,0-19.49-23.44l-23.68-9.47A64,64,0,0,1,64,324.67V224C64,118.08,149.77,32.19,255.65,32S448,119.85,448,225.64Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><circle cx=\"168\" cy=\"280\" r=\"40\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><circle cx=\"344\" cy=\"280\" r=\"40\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><polygon points=\"256 336 240 384 272 384 256 336\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"256\" y1=\"448\" x2=\"256\" y2=\"480\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"208\" y1=\"448\" x2=\"208\" y2=\"480\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"304\" y1=\"448\" x2=\"304\" y2=\"480\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"skull sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,16C141.31,16,48,109.31,48,224V378.83l82,32.81L146.88,496H192V432h32v64h16V432h32v64h16V432h32v64h45.12L382,411.64l82-32.81V224C464,109.31,370.69,16,256,16ZM168,336a56,56,0,1,1,56-56A56.06,56.06,0,0,1,168,336Zm51.51,64L244,320h24l24.49,80ZM344,336a56,56,0,1,1,56-56A56.06,56.06,0,0,1,344,336Zm104,32h0Z\"/></svg></li><li title=\"skull \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M402,76.94C362.61,37.63,310.78,16,256,16h-.37A208,208,0,0,0,48,224V324.67A79.62,79.62,0,0,0,98.29,399L122,408.42a15.92,15.92,0,0,1,9.75,11.72l10,50.13A32.09,32.09,0,0,0,173.12,496H184a8,8,0,0,0,8-8V448.45c0-8.61,6.62-16,15.23-16.43A16,16,0,0,1,224,448v40a8,8,0,0,0,8,8h0a8,8,0,0,0,8-8V448.45c0-8.61,6.62-16,15.23-16.43A16,16,0,0,1,272,448v40a8,8,0,0,0,8,8h0a8,8,0,0,0,8-8V448.45c0-8.61,6.62-16,15.23-16.43A16,16,0,0,1,320,448v40a8,8,0,0,0,8,8h10.88a32.09,32.09,0,0,0,31.38-25.72l10-50.14A16,16,0,0,1,390,408.42L413.71,399A79.62,79.62,0,0,0,464,324.67v-99C464,169.67,442,116.86,402,76.94ZM171.66,335.88a56,56,0,1,1,52.22-52.22A56,56,0,0,1,171.66,335.88ZM281,397.25A16.37,16.37,0,0,1,271.7,400H240.3a16.37,16.37,0,0,1-9.28-2.75,16,16,0,0,1-6.6-16.9l15.91-47.6C243,326,247.25,321,254,320.13c8.26-1,14,2.87,17.61,12.22l16,48A16,16,0,0,1,281,397.25Zm66.68-61.37a56,56,0,1,1,52.22-52.22A56,56,0,0,1,347.66,335.88Z\"/></svg></li><li title=\"snow outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><line x1=\"256\" y1=\"32\" x2=\"256\" y2=\"480\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M313.72,80A111.47,111.47,0,0,1,256,96a111.47,111.47,0,0,1-57.72-16\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M198.28,432a112.11,112.11,0,0,1,115.44,0\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"449.99\" y1=\"144\" x2=\"62.01\" y2=\"368\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M437.27,218a112.09,112.09,0,0,1-57.71-100\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M74.73,294a112.09,112.09,0,0,1,57.71,100\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"62.01\" y1=\"144\" x2=\"449.99\" y2=\"368\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M74.73,218a112.09,112.09,0,0,0,57.71-100\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M437.27,294a112.09,112.09,0,0,0-57.71,100\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"snow sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M447.88,313.27l19.25-10.64-21.28-38.51L426.6,274.76a133.42,133.42,0,0,0-38.54,32.1L300,256l88.07-50.86a133.42,133.42,0,0,0,38.54,32.1l19.25,10.64,21.28-38.51-19.25-10.64a89.27,89.27,0,0,1-20.93-16L480,152.05,458,114,405,144.58a89.07,89.07,0,0,1-3.42-26.15l.41-22-44-.82-.41,22A133.62,133.62,0,0,0,366.07,167L278,217.89V116.18a133.52,133.52,0,0,0,47.06-17.33L343.9,87.5,321.19,49.81,302.35,61.16A89.5,89.5,0,0,1,278,71.27V16H234V71.27a89.5,89.5,0,0,1-24.35-10.11L190.81,49.81,168.1,87.5l18.84,11.35A133.52,133.52,0,0,0,234,116.18V217.89L145.93,167a133.62,133.62,0,0,0,8.53-49.43l-.41-22-44,.82.41,22a89.07,89.07,0,0,1-3.42,26.15L54,114l-22,38.1,53.05,30.64a89.27,89.27,0,0,1-20.93,16L44.87,209.37l21.28,38.51L85.4,237.24a133.42,133.42,0,0,0,38.54-32.1L212,256l-88.07,50.86a133.42,133.42,0,0,0-38.54-32.1L66.15,264.12,44.87,302.63l19.25,10.64a89.27,89.27,0,0,1,20.93,16L32,360l22,38.1,53.05-30.63a89.07,89.07,0,0,1,3.42,26.15l-.41,22,44,.82.41-22A133.62,133.62,0,0,0,145.93,345L234,294.11V395.82a133.52,133.52,0,0,0-47.06,17.33L168.1,424.5l22.71,37.69,18.84-11.35A89.5,89.5,0,0,1,234,440.73V496h44V440.73a89.5,89.5,0,0,1,24.35,10.11l18.84,11.35L343.9,424.5l-18.84-11.35A133.52,133.52,0,0,0,278,395.82V294.11L366.07,345a133.62,133.62,0,0,0-8.53,49.43l.41,22,44-.82-.41-22A89.07,89.07,0,0,1,405,367.42L458,398.05,480,360,427,329.31A89.27,89.27,0,0,1,447.88,313.27Z\"/></svg></li><li title=\"snow \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M461,349l-34-19.64a89.53,89.53,0,0,1,20.94-16,22,22,0,0,0-21.28-38.51,133.62,133.62,0,0,0-38.55,32.1L300,256l88.09-50.86a133.46,133.46,0,0,0,38.55,32.1,22,22,0,1,0,21.28-38.51,89.74,89.74,0,0,1-20.94-16l34-19.64A22,22,0,1,0,439,125l-34,19.63a89.74,89.74,0,0,1-3.42-26.15A22,22,0,0,0,380,96h-.41a22,22,0,0,0-22,21.59A133.61,133.61,0,0,0,366.09,167L278,217.89V116.18a133.5,133.5,0,0,0,47.07-17.33,22,22,0,0,0-22.71-37.69A89.56,89.56,0,0,1,278,71.27V38a22,22,0,0,0-44,0V71.27a89.56,89.56,0,0,1-24.36-10.11,22,22,0,1,0-22.71,37.69A133.5,133.5,0,0,0,234,116.18V217.89L145.91,167a133.61,133.61,0,0,0,8.52-49.43,22,22,0,0,0-22-21.59H132a22,22,0,0,0-21.59,22.41A89.74,89.74,0,0,1,107,144.58L73,125a22,22,0,1,0-22,38.1l34,19.64a89.74,89.74,0,0,1-20.94,16,22,22,0,1,0,21.28,38.51,133.62,133.62,0,0,0,38.55-32.1L212,256l-88.09,50.86a133.62,133.62,0,0,0-38.55-32.1,22,22,0,1,0-21.28,38.51,89.74,89.74,0,0,1,20.94,16L51,349a22,22,0,1,0,22,38.1l34-19.63a89.74,89.74,0,0,1,3.42,26.15A22,22,0,0,0,132,416h.41a22,22,0,0,0,22-21.59A133.61,133.61,0,0,0,145.91,345L234,294.11V395.82a133.5,133.5,0,0,0-47.07,17.33,22,22,0,1,0,22.71,37.69A89.56,89.56,0,0,1,234,440.73V474a22,22,0,0,0,44,0V440.73a89.56,89.56,0,0,1,24.36,10.11,22,22,0,0,0,22.71-37.69A133.5,133.5,0,0,0,278,395.82V294.11L366.09,345a133.61,133.61,0,0,0-8.52,49.43,22,22,0,0,0,22,21.59H380a22,22,0,0,0,21.59-22.41A89.74,89.74,0,0,1,405,367.42l34,19.63A22,22,0,1,0,461,349Z\"/></svg></li><li title=\"sparkles outline \"><svg id=\"icons\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M259.92,262.91,216.4,149.77a9,9,0,0,0-16.8,0L156.08,262.91a9,9,0,0,1-5.17,5.17L37.77,311.6a9,9,0,0,0,0,16.8l113.14,43.52a9,9,0,0,1,5.17,5.17L199.6,490.23a9,9,0,0,0,16.8,0l43.52-113.14a9,9,0,0,1,5.17-5.17L378.23,328.4a9,9,0,0,0,0-16.8L265.09,268.08A9,9,0,0,1,259.92,262.91Z\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"32\"/><polygon points=\"108 68 88 16 68 68 16 88 68 108 88 160 108 108 160 88 108 68\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"32\"/><polygon points=\"426.67 117.33 400 48 373.33 117.33 304 144 373.33 170.67 400 240 426.67 170.67 496 144 426.67 117.33\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"32\"/></svg></li><li title=\"sparkles sharp \"><svg id=\"icons\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M208,512,155.62,372.38,16,320l139.62-52.38L208,128l52.38,139.62L400,320,260.38,372.38Z\"/><path d=\"M88,176,64.43,111.57,0,88,64.43,64.43,88,0l23.57,64.43L176,88l-64.43,23.57Z\"/><path d=\"M400,256l-31.11-80.89L288,144l80.89-31.11L400,32l31.11,80.89L512,144l-80.89,31.11Z\"/></svg></li><li title=\"sparkles \"><svg id=\"icons\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M208,512a24.84,24.84,0,0,1-23.34-16l-39.84-103.6a16.06,16.06,0,0,0-9.19-9.19L32,343.34a25,25,0,0,1,0-46.68l103.6-39.84a16.06,16.06,0,0,0,9.19-9.19L184.66,144a25,25,0,0,1,46.68,0l39.84,103.6a16.06,16.06,0,0,0,9.19,9.19l103,39.63A25.49,25.49,0,0,1,400,320.52a24.82,24.82,0,0,1-16,22.82l-103.6,39.84a16.06,16.06,0,0,0-9.19,9.19L231.34,496A24.84,24.84,0,0,1,208,512Zm66.85-254.84h0Z\"/><path d=\"M88,176a14.67,14.67,0,0,1-13.69-9.4L57.45,122.76a7.28,7.28,0,0,0-4.21-4.21L9.4,101.69a14.67,14.67,0,0,1,0-27.38L53.24,57.45a7.31,7.31,0,0,0,4.21-4.21L74.16,9.79A15,15,0,0,1,86.23.11,14.67,14.67,0,0,1,101.69,9.4l16.86,43.84a7.31,7.31,0,0,0,4.21,4.21L166.6,74.31a14.67,14.67,0,0,1,0,27.38l-43.84,16.86a7.28,7.28,0,0,0-4.21,4.21L101.69,166.6A14.67,14.67,0,0,1,88,176Z\"/><path d=\"M400,256a16,16,0,0,1-14.93-10.26l-22.84-59.37a8,8,0,0,0-4.6-4.6l-59.37-22.84a16,16,0,0,1,0-29.86l59.37-22.84a8,8,0,0,0,4.6-4.6L384.9,42.68a16.45,16.45,0,0,1,13.17-10.57,16,16,0,0,1,16.86,10.15l22.84,59.37a8,8,0,0,0,4.6,4.6l59.37,22.84a16,16,0,0,1,0,29.86l-59.37,22.84a8,8,0,0,0-4.6,4.6l-22.84,59.37A16,16,0,0,1,400,256Z\"/></svg></li><li title=\"speedometer outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M326.1,231.9l-47.5,75.5a31,31,0,0,1-7,7,30.11,30.11,0,0,1-35-49l75.5-47.5a10.23,10.23,0,0,1,11.7,0A10.06,10.06,0,0,1,326.1,231.9Z\"/><path d=\"M256,64C132.3,64,32,164.2,32,287.9A223.18,223.18,0,0,0,88.3,436.4c1.1,1.2,2.1,2.4,3.2,3.5a25.19,25.19,0,0,0,37.1-.1,173.13,173.13,0,0,1,254.8,0,25.19,25.19,0,0,0,37.1.1l3.2-3.5A223.18,223.18,0,0,0,480,287.9C480,164.2,379.7,64,256,64Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"256\" y1=\"128\" x2=\"256\" y2=\"160\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><line x1=\"416\" y1=\"288\" x2=\"384\" y2=\"288\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><line x1=\"128\" y1=\"288\" x2=\"96\" y2=\"288\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><line x1=\"165.49\" y1=\"197.49\" x2=\"142.86\" y2=\"174.86\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><line x1=\"346.51\" y1=\"197.49\" x2=\"369.14\" y2=\"174.86\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"speedometer sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,48C123.46,48,16,156.55,16,290.56A243.3,243.3,0,0,0,76.32,451.43c1.18,1.3,2.25,2.6,3.43,3.79C89.2,464,92.07,464,99.57,464s12.43,0,19.93-8.88C152,416.64,202,400,256,400s104.07,16.71,136.5,55.12C400,464,404.82,464,412.43,464s11.3,0,19.82-8.78c1.22-1.25,2.25-2.49,3.43-3.79A243.3,243.3,0,0,0,496,290.56C496,156.55,388.54,48,256,48Zm-16,64h32v64H240ZM144,304H80V272h64Zm21.49-83.88-45.25-45.26,22.62-22.62,45.26,45.25ZM278.6,307.4a31,31,0,0,1-7,7,30.11,30.11,0,0,1-35-49L320,224Zm45.28-109.91,45.26-45.25,22.62,22.62-45.25,45.26ZM432,304H368V272h64Z\"/></svg></li><li title=\"speedometer \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M425.7,118.25A240,240,0,0,0,76.32,447l.18.2c.33.35.64.71,1,1.05.74.84,1.58,1.79,2.57,2.78a41.17,41.17,0,0,0,60.36-.42,157.13,157.13,0,0,1,231.26,0,41.18,41.18,0,0,0,60.65.06l3.21-3.5.18-.2a239.93,239.93,0,0,0-10-328.76ZM240,128a16,16,0,0,1,32,0v32a16,16,0,0,1-32,0ZM128,304H96a16,16,0,0,1,0-32h32a16,16,0,0,1,0,32Zm48.8-95.2a16,16,0,0,1-22.62,0l-22.63-22.62a16,16,0,0,1,22.63-22.63l22.62,22.63A16,16,0,0,1,176.8,208.8Zm149.3,23.1-47.5,75.5a31,31,0,0,1-7,7,30.11,30.11,0,0,1-35-49l75.5-47.5a10.23,10.23,0,0,1,11.7,0A10.06,10.06,0,0,1,326.1,231.9Zm31.72-23.1a16,16,0,0,1-22.62-22.62l22.62-22.63a16,16,0,0,1,22.63,22.63ZM423.7,436.4h0ZM416,304H384a16,16,0,0,1,0-32h32a16,16,0,0,1,0,32Z\"/></svg></li><li title=\"square outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M416,448H96a32.09,32.09,0,0,1-32-32V96A32.09,32.09,0,0,1,96,64H416a32.09,32.09,0,0,1,32,32V416A32.09,32.09,0,0,1,416,448Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"square sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><rect x=\"48\" y=\"48\" width=\"416\" height=\"416\"/></svg></li><li title=\"square \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M416,464H96a48.05,48.05,0,0,1-48-48V96A48.05,48.05,0,0,1,96,48H416a48.05,48.05,0,0,1,48,48V416A48.05,48.05,0,0,1,416,464Z\"/></svg></li><li title=\"star half outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M480,208H308L256,48,204,208H32l140,96L118,464,256,364,394,464,340,304Z\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/><polygon points=\"256 48 256 364 118 464 172 304 32 208 204 208 256 48\"/></svg></li><li title=\"star half sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M496,203.3H312.36L256,32,199.64,203.3H16L166.21,308.7,107.71,480,256,373.84,404.29,480,345.68,308.7ZM274.63,347.82,256,334.49V134.39l26,78.91,7.24,22H394.63l-67.32,47.2-19.69,13.81,7.78,22.75,26.26,76.75Z\"/></svg></li><li title=\"star half \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M480,208H308L256,48,204,208H32l140,96L118,464,256,364,394,464,340,304Z\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/><polygon points=\"256 48 256 364 118 464 172 304 32 208 204 208 256 48\"/></svg></li><li title=\"star outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M480,208H308L256,48,204,208H32l140,96L118,464,256,364,394,464,340,304Z\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"star sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M496,203.3H312.36L256,32,199.64,203.3H16L166.21,308.7,107.71,480,256,373.84,404.29,480,345.68,308.7Z\"/></svg></li><li title=\"star \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M394,480a16,16,0,0,1-9.39-3L256,383.76,127.39,477a16,16,0,0,1-24.55-18.08L153,310.35,23,221.2A16,16,0,0,1,32,192H192.38l48.4-148.95a16,16,0,0,1,30.44,0l48.4,149H480a16,16,0,0,1,9.05,29.2L359,310.35l50.13,148.53A16,16,0,0,1,394,480Z\"/></svg></li><li title=\"stats chart outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><rect x=\"64\" y=\"320\" width=\"48\" height=\"160\" rx=\"8\" ry=\"8\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><rect x=\"288\" y=\"224\" width=\"48\" height=\"256\" rx=\"8\" ry=\"8\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><rect x=\"400\" y=\"112\" width=\"48\" height=\"368\" rx=\"8\" ry=\"8\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><rect x=\"176\" y=\"32\" width=\"48\" height=\"448\" rx=\"8\" ry=\"8\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"stats chart sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M128,496H48V304h80Z\"/><path d=\"M352,496H272V208h80Z\"/><path d=\"M464,496H384V96h80Z\"/><path d=\"M240,496H160V16h80Z\"/></svg></li><li title=\"stats chart \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M104,496H72a24,24,0,0,1-24-24V328a24,24,0,0,1,24-24h32a24,24,0,0,1,24,24V472A24,24,0,0,1,104,496Z\"/><path d=\"M328,496H296a24,24,0,0,1-24-24V232a24,24,0,0,1,24-24h32a24,24,0,0,1,24,24V472A24,24,0,0,1,328,496Z\"/><path d=\"M440,496H408a24,24,0,0,1-24-24V120a24,24,0,0,1,24-24h32a24,24,0,0,1,24,24V472A24,24,0,0,1,440,496Z\"/><path d=\"M216,496H184a24,24,0,0,1-24-24V40a24,24,0,0,1,24-24h32a24,24,0,0,1,24,24V472A24,24,0,0,1,216,496Z\"/></svg></li><li title=\"stop circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M448,256c0-106-86-192-192-192S64,150,64,256s86,192,192,192S448,362,448,256Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M310.4,336H201.6A25.62,25.62,0,0,1,176,310.4V201.6A25.62,25.62,0,0,1,201.6,176H310.4A25.62,25.62,0,0,1,336,201.6V310.4A25.62,25.62,0,0,1,310.4,336Z\"/></svg></li><li title=\"stop circle sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,48C141.31,48,48,141.31,48,256s93.31,208,208,208,208-93.31,208-208S370.69,48,256,48Zm80,288H176V176H336Z\"/></svg></li><li title=\"stop circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,48C141.31,48,48,141.31,48,256s93.31,208,208,208,208-93.31,208-208S370.69,48,256,48Zm80,262.4A25.62,25.62,0,0,1,310.4,336H201.6A25.62,25.62,0,0,1,176,310.4V201.6A25.62,25.62,0,0,1,201.6,176H310.4A25.62,25.62,0,0,1,336,201.6Z\"/></svg></li><li title=\"stop outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><rect x=\"96\" y=\"96\" width=\"320\" height=\"320\" rx=\"24\" ry=\"24\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"stop sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><rect x=\"80\" y=\"80\" width=\"352\" height=\"352\"/></svg></li><li title=\"stop \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M392,432H120a40,40,0,0,1-40-40V120a40,40,0,0,1,40-40H392a40,40,0,0,1,40,40V392A40,40,0,0,1,392,432Z\"/></svg></li><li title=\"stopwatch outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><line x1=\"256\" y1=\"232\" x2=\"256\" y2=\"152\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"256\" y1=\"88\" x2=\"256\" y2=\"72\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:48px\"/><line x1=\"132\" y1=\"132\" x2=\"120\" y2=\"120\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:48px\"/><circle cx=\"256\" cy=\"272\" r=\"32\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M256,96A176,176,0,1,0,432,272,176,176,0,0,0,256,96Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"stopwatch sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M280,81.5V48H232V81.5a191,191,0,0,0-84.43,32.13L120,86,86,120l25.59,25.59A191.17,191.17,0,0,0,64,272c0,105.87,86.13,192,192,192s192-86.13,192-192C448,174.26,374.58,93.34,280,81.5ZM256,320a48,48,0,0,1-16-93.25V136h32v90.75A48,48,0,0,1,256,320Z\"/></svg></li><li title=\"stopwatch \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><circle cx=\"256\" cy=\"272\" r=\"16\"/><path d=\"M280,81.5V72a24,24,0,0,0-48,0v9.5a191,191,0,0,0-84.43,32.13L137,103A24,24,0,0,0,103,137l8.6,8.6A191.17,191.17,0,0,0,64,272c0,105.87,86.13,192,192,192s192-86.13,192-192C448,174.26,374.58,93.34,280,81.5ZM256,320a48,48,0,0,1-16-93.25V152a16,16,0,0,1,32,0v74.75A48,48,0,0,1,256,320Z\"/></svg></li><li title=\"storefront outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><line fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"32\" x1=\"448\" y1=\"448\" x2=\"448\" y2=\"240\"/><line fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"32\" x1=\"64\" y1=\"240\" x2=\"64\" y2=\"448\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"32\" d=\"M382.47,48H129.53C107.74,48,88.06,60,79.6,78.46L36.3,173c-14.58,31.81,9.63,67.85,47.19,69q1,0,2,0c31.4,0,56.85-25.18,56.85-52.23,0,27,25.46,52.23,56.86,52.23S256,218.62,256,189.77c0,27,25.45,52.23,56.85,52.23s56.86-23.38,56.86-52.23c0,28.85,25.45,52.23,56.85,52.23q1,0,1.95,0c37.56-1.17,61.77-37.21,47.19-69L432.4,78.46C423.94,60,404.26,48,382.47,48Z\"/><line fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"32\" x1=\"32\" y1=\"464\" x2=\"480\" y2=\"464\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"32\" d=\"M136,288h80a24,24,0,0,1,24,24v88a0,0,0,0,1,0,0H112a0,0,0,0,1,0,0V312A24,24,0,0,1,136,288Z\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"32\" d=\"M288,464V312a24,24,0,0,1,24-24h64a24,24,0,0,1,24,24V464\"/></svg></li><li title=\"storefront sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464,448V267.85a104.76,104.76,0,0,1-33.56,6.58c-1.18,0-2.3.05-3.4.05a108,108,0,0,1-56.86-16,108,108,0,0,1-56.85,16,106.16,106.16,0,0,1-56.51-16.2,107.84,107.84,0,0,1-57.2,16.2,106.14,106.14,0,0,1-56.85-16.42,106.14,106.14,0,0,1-56.85,16.42c-1.09,0-2.19,0-3.37-.05h-.06A104.66,104.66,0,0,1,48,267.49V448H16v32H496V448ZM224,384H128V308a4,4,0,0,1,4-4h88a4,4,0,0,1,4,4Zm160,64H304V308a4,4,0,0,1,4-4h72a4,4,0,0,1,4,4Z\"/><path d=\"M492.57,170.28,445.89,64C432,32,432,32,400,32H112c-32,0-32,0-45.94,32L19.38,170.28c-9,19.41,2.89,39.34,2.9,39.35l.41.66c.42.66,1.13,1.75,1.62,2.37.1.13.19.27.28.4l5.24,6.39,5.31,5.14.42.36A69.65,69.65,0,0,0,45,231.73v.05a74,74,0,0,0,36,10.67c.82,0,1.64,0,2.47,0a76.08,76.08,0,0,0,51.89-20.31,72.38,72.38,0,0,0,5.77-6,74.18,74.18,0,0,0,5.78,6,76.08,76.08,0,0,0,51.89,20.31c23.28,0,44.07-10,57.63-25.56a.11.11,0,0,1,.15,0l5.66,5.26a76.09,76.09,0,0,0,51.9,20.31c23.29,0,44.11-10,57.66-25.61,13.56,15.61,34.37,25.61,57.67,25.61l2.49,0a71.35,71.35,0,0,0,35-10.7v0c.95-.57,1.86-1.17,2.78-1.77A71.33,71.33,0,0,0,488,212.17l2-3C490.9,207.13,501.21,188.87,492.57,170.28Z\"/></svg></li><li title=\"storefront \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M480,448H468a4,4,0,0,1-4-4V273.51a4,4,0,0,0-5.24-3.86,104.92,104.92,0,0,1-28.32,4.78c-1.18,0-2.3.05-3.4.05a108.22,108.22,0,0,1-52.85-13.64,8.23,8.23,0,0,0-8,0,108.18,108.18,0,0,1-52.84,13.64,106.11,106.11,0,0,1-52.46-13.79,8.21,8.21,0,0,0-8.09,0,108.14,108.14,0,0,1-53.16,13.8,106.19,106.19,0,0,1-52.77-14,8.25,8.25,0,0,0-8.16,0,106.19,106.19,0,0,1-52.77,14c-1.09,0-2.19,0-3.37-.05h-.06a104.91,104.91,0,0,1-29.28-5.09A4,4,0,0,0,48,273.15V444a4,4,0,0,1-4,4H32.5c-8.64,0-16.1,6.64-16.48,15.28A16,16,0,0,0,32,480H479.5c8.64,0,16.1-6.64,16.48-15.28A16,16,0,0,0,480,448ZM224,380a4,4,0,0,1-4,4H132a4,4,0,0,1-4-4V316a12,12,0,0,1,12-12h72a12,12,0,0,1,12,12ZM380,448H308a4,4,0,0,1-4-4V316a12,12,0,0,1,12-12h56a12,12,0,0,1,12,12V444A4,4,0,0,1,380,448Z\"/><path d=\"M492.57,170.28,449.65,71.79C438.41,47.62,412.74,32,384.25,32H127.7C99.21,32,73.54,47.62,62.3,71.79L19.38,170.28c-9,19.41,2.89,39.34,2.9,39.35l.28.45c.49.78,1.36,2,1.89,2.78.05.06.09.13.14.2l5,6.05a7.45,7.45,0,0,0,.6.65l5,4.83.42.36A69.65,69.65,0,0,0,45,231.73v.05a74,74,0,0,0,36,10.67c.82,0,1.64,0,2.47,0a76.08,76.08,0,0,0,51.89-20.31l.33-.31a7.94,7.94,0,0,1,10.89,0l.33.31a77.3,77.3,0,0,0,104.46,0,8,8,0,0,1,10.87,0h0a77.31,77.31,0,0,0,104.21.23,7.88,7.88,0,0,1,10.71,0,76.81,76.81,0,0,0,52.31,20.08l2.49,0a71.35,71.35,0,0,0,35-10.7v0c.95-.57,1.86-1.17,2.78-1.77A71.33,71.33,0,0,0,488,212.17l1.74-2.63q.26-.4.48-.84C491.88,205.32,500.78,187.94,492.57,170.28Z\"/></svg></li><li title=\"subway outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><rect x=\"112\" y=\"32\" width=\"288\" height=\"352\" rx=\"48\" ry=\"48\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><line x1=\"208\" y1=\"80\" x2=\"304\" y2=\"80\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><rect x=\"112\" y=\"128\" width=\"288\" height=\"96\" rx=\"32\" ry=\"32\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><circle cx=\"176\" cy=\"320\" r=\"16\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/><circle cx=\"336\" cy=\"320\" r=\"16\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"144\" y1=\"464\" x2=\"368\" y2=\"464\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"336\" y1=\"432\" x2=\"384\" y2=\"480\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"176\" y1=\"432\" x2=\"128\" y2=\"480\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"subway sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M392,16H120A24,24,0,0,0,96,40V376a24,24,0,0,0,24,24H392a24,24,0,0,0,24-24V40A24,24,0,0,0,392,16ZM208,64h95.55c8.61,0,16,6.62,16.43,15.23A16,16,0,0,1,304,96H208.45c-8.61,0-16-6.62-16.43-15.23A16,16,0,0,1,208,64ZM179.47,351.82a32,32,0,1,1,28.35-28.35A32,32,0,0,1,179.47,351.82Zm160,0a32,32,0,1,1,28.35-28.35A32,32,0,0,1,339.47,351.82ZM384,144v64H128V144Z\"/><polygon points=\"298 416 329.37 448 182.63 448 214 416 170 416 89.43 496 134.63 496 150.63 480 361.37 480 377.37 496 422.67 496 343 416 298 416\"/></svg></li><li title=\"subway \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M352,16H160A64.07,64.07,0,0,0,96,80V336a64.07,64.07,0,0,0,64,64H352a64.07,64.07,0,0,0,64-64V80A64.07,64.07,0,0,0,352,16ZM208,64h96a16,16,0,0,1,0,32H208a16,16,0,0,1,0-32ZM176,352a32,32,0,1,1,32-32A32,32,0,0,1,176,352Zm160,0a32,32,0,1,1,32-32A32,32,0,0,1,336,352Zm48-160a16,16,0,0,1-16,16H144a16,16,0,0,1-16-16V160a16,16,0,0,1,16-16H368a16,16,0,0,1,16,16Z\"/><path d=\"M347.31,420.69a16,16,0,0,0-22.62,22.62l4.68,4.69H182.63l4.68-4.69a16,16,0,0,0-22.62-22.62l-48,48a16,16,0,1,0,22.62,22.62L150.63,480H361.37l11.32,11.31a16,16,0,0,0,22.62-22.62Z\"/></svg></li><li title=\"sunny outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><line x1=\"256\" y1=\"48\" x2=\"256\" y2=\"96\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><line x1=\"256\" y1=\"416\" x2=\"256\" y2=\"464\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><line x1=\"403.08\" y1=\"108.92\" x2=\"369.14\" y2=\"142.86\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><line x1=\"142.86\" y1=\"369.14\" x2=\"108.92\" y2=\"403.08\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><line x1=\"464\" y1=\"256\" x2=\"416\" y2=\"256\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><line x1=\"96\" y1=\"256\" x2=\"48\" y2=\"256\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><line x1=\"403.08\" y1=\"403.08\" x2=\"369.14\" y2=\"369.14\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><line x1=\"142.86\" y1=\"142.86\" x2=\"108.92\" y2=\"108.92\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><circle cx=\"256\" cy=\"256\" r=\"80\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"sunny sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><rect x=\"234\" y=\"26\" width=\"44\" height=\"92\"/><rect x=\"234\" y=\"394\" width=\"44\" height=\"92\"/><rect x=\"340.11\" y=\"103.89\" width=\"92\" height=\"44\" transform=\"translate(24.07 309.89) rotate(-45)\"/><rect x=\"79.89\" y=\"364.11\" width=\"92\" height=\"44\" transform=\"translate(-236.14 202.1) rotate(-45)\"/><rect x=\"394\" y=\"234\" width=\"92\" height=\"44\"/><rect x=\"26\" y=\"234\" width=\"92\" height=\"44\"/><rect x=\"364.11\" y=\"340.11\" width=\"44\" height=\"92\" transform=\"translate(-159.93 386.11) rotate(-45)\"/><rect x=\"103.89\" y=\"79.89\" width=\"44\" height=\"92\" transform=\"translate(-52.15 125.89) rotate(-45)\"/><path d=\"M256,358A102,102,0,1,1,358,256,102.12,102.12,0,0,1,256,358Z\"/></svg></li><li title=\"sunny \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,118a22,22,0,0,1-22-22V48a22,22,0,0,1,44,0V96A22,22,0,0,1,256,118Z\"/><path d=\"M256,486a22,22,0,0,1-22-22V416a22,22,0,0,1,44,0v48A22,22,0,0,1,256,486Z\"/><path d=\"M369.14,164.86a22,22,0,0,1-15.56-37.55l33.94-33.94a22,22,0,0,1,31.11,31.11l-33.94,33.94A21.93,21.93,0,0,1,369.14,164.86Z\"/><path d=\"M108.92,425.08a22,22,0,0,1-15.55-37.56l33.94-33.94a22,22,0,1,1,31.11,31.11l-33.94,33.94A21.94,21.94,0,0,1,108.92,425.08Z\"/><path d=\"M464,278H416a22,22,0,0,1,0-44h48a22,22,0,0,1,0,44Z\"/><path d=\"M96,278H48a22,22,0,0,1,0-44H96a22,22,0,0,1,0,44Z\"/><path d=\"M403.08,425.08a21.94,21.94,0,0,1-15.56-6.45l-33.94-33.94a22,22,0,0,1,31.11-31.11l33.94,33.94a22,22,0,0,1-15.55,37.56Z\"/><path d=\"M142.86,164.86a21.89,21.89,0,0,1-15.55-6.44L93.37,124.48a22,22,0,0,1,31.11-31.11l33.94,33.94a22,22,0,0,1-15.56,37.55Z\"/><path d=\"M256,358A102,102,0,1,1,358,256,102.12,102.12,0,0,1,256,358Z\"/></svg></li><li title=\"swap horizontal outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"304 48 416 160 304 272\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"398.87\" y1=\"160\" x2=\"96\" y2=\"160\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><polyline points=\"208 464 96 352 208 240\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"114\" y1=\"352\" x2=\"416\" y2=\"352\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"swap horizontal sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"304 48 416 160 304 272\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/><line x1=\"398.87\" y1=\"160\" x2=\"96\" y2=\"160\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/><polyline points=\"208 464 96 352 208 240\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/><line x1=\"114\" y1=\"352\" x2=\"416\" y2=\"352\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"swap horizontal \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"304 48 416 160 304 272\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"398.87\" y1=\"160\" x2=\"96\" y2=\"160\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><polyline points=\"208 464 96 352 208 240\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"114\" y1=\"352\" x2=\"416\" y2=\"352\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"swap vertical outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"464 208 352 96 240 208\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"352\" y1=\"113.13\" x2=\"352\" y2=\"416\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><polyline points=\"48 304 160 416 272 304\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"160\" y1=\"398\" x2=\"160\" y2=\"96\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"swap vertical sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"464 208 352 96 240 208\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/><line x1=\"352\" y1=\"113.13\" x2=\"352\" y2=\"416\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/><polyline points=\"48 304 160 416 272 304\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/><line x1=\"160\" y1=\"398\" x2=\"160\" y2=\"96\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"swap vertical \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"464 208 352 96 240 208\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"352\" y1=\"113.13\" x2=\"352\" y2=\"416\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><polyline points=\"48 304 160 416 272 304\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"160\" y1=\"398\" x2=\"160\" y2=\"96\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"sync circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M448,256c0-106-86-192-192-192S64,150,64,256s86,192,192,192S448,362,448,256Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M351.82,271.87v-16A96.15,96.15,0,0,0,184.09,192m-24.2,48.17v16A96.22,96.22,0,0,0,327.81,320\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><polyline points=\"135.87 256 159.46 232.4 184.13 256\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><polyline points=\"376.13 256 352.54 279.6 327.87 256\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"sync circle sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,48C141.13,48,48,141.13,48,256s93.13,208,208,208,208-93.13,208-208S370.87,48,256,48Zm0,320a112.19,112.19,0,0,1-111.27-98.23l-8.86,8.86L113.24,256l46-46,47.55,45.48-22.12,23.12-7.2-6.88a80.26,80.26,0,0,0,138.48,37.5l23.77,21.41A112.82,112.82,0,0,1,256,368Zm96.79-66L305.24,256.5l22.12-23.12,6.86,6.55A80.2,80.2,0,0,0,196,202.64l-23.82-21.37A112.18,112.18,0,0,1,367,242.49l9.11-9.12L398.76,256Z\"/></svg></li><li title=\"sync circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,48C141.13,48,48,141.13,48,256s93.13,208,208,208,208-93.13,208-208S370.87,48,256,48Zm83.69,282.65a112.24,112.24,0,0,1-195-61.29,16,16,0,0,1-20.13-24.67l23.6-23.6a16,16,0,0,1,22.37-.25l24.67,23.6a16,16,0,0,1-18,26,80.25,80.25,0,0,0,138.72,38.83,16,16,0,0,1,23.77,21.41Zm47.76-63.34-23.6,23.6a16,16,0,0,1-22.37.25l-24.67-23.6a16,16,0,0,1,17.68-26.11A80.17,80.17,0,0,0,196,202.64a16,16,0,1,1-23.82-21.37,112.17,112.17,0,0,1,194.88,61.57,16,16,0,0,1,20.39,24.47Z\"/></svg></li><li title=\"sync outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M434.67,285.59v-29.8C434.67,157.06,354.43,77,255.47,77a179,179,0,0,0-140.14,67.36m-38.53,82v29.8C76.8,355,157,435,256,435a180.45,180.45,0,0,0,140-66.92\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><polyline points=\"32 256 76 212 122 256\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><polyline points=\"480 256 436 300 390 256\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"sync sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M434.67,285.59v-29.8C434.67,157.06,354.43,77,255.47,77a179,179,0,0,0-140.14,67.36m-38.53,82v29.8C76.8,355,157,435,256,435a180.45,180.45,0,0,0,140-66.92\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/><polyline points=\"32 256 76 212 122 256\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/><polyline points=\"480 256 436 300 390 256\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"sync \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M434.67,285.59v-29.8C434.67,157.06,354.43,77,255.47,77a179,179,0,0,0-140.14,67.36m-38.53,82v29.8C76.8,355,157,435,256,435a180.45,180.45,0,0,0,140-66.92\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><polyline points=\"32 256 76 212 122 256\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><polyline points=\"480 256 436 300 390 256\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"tablet landscape outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><rect x=\"80\" y=\"16\" width=\"352\" height=\"480\" rx=\"48\" ry=\"48\" transform=\"translate(0 512) rotate(-90)\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"tablet landscape sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M0,82V430a18,18,0,0,0,18,18H494a18,18,0,0,0,18-18V82a18,18,0,0,0-18-18H18A18,18,0,0,0,0,82ZM448,412H64V100H448Z\"/></svg></li><li title=\"tablet landscape \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M512,128V384a64.07,64.07,0,0,1-64,64H64A64.07,64.07,0,0,1,0,384V128A64.07,64.07,0,0,1,64,64H448A64.07,64.07,0,0,1,512,128ZM32,384a32,32,0,0,0,32,32H448a32,32,0,0,0,32-32V128a32,32,0,0,0-32-32H64a32,32,0,0,0-32,32Z\"/><path d=\"M0,128A64.07,64.07,0,0,1,64,64H448a64.07,64.07,0,0,1,64,64V384a64.07,64.07,0,0,1-64,64H64A64.07,64.07,0,0,1,0,384V128M480,384V128a32,32,0,0,0-32-32H64a32,32,0,0,0-32,32V384a32,32,0,0,0,32,32H448a32,32,0,0,0,32-32m-16,0a16,16,0,0,1-16,16H64a16,16,0,0,1-16-16V128a16,16,0,0,1,16-16H448a16,16,0,0,1,16,16V384Z\"/></svg></li><li title=\"tablet portrait outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><rect x=\"80\" y=\"16\" width=\"352\" height=\"480\" rx=\"48\" ry=\"48\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"tablet portrait sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M430,0H82A18,18,0,0,0,64,18V494a18,18,0,0,0,18,18H430a18,18,0,0,0,18-18V18A18,18,0,0,0,430,0ZM100,448V64H412V448Z\"/></svg></li><li title=\"tablet portrait \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M384,512H128a64.07,64.07,0,0,1-64-64V64A64.07,64.07,0,0,1,128,0H384a64.07,64.07,0,0,1,64,64V448A64.07,64.07,0,0,1,384,512ZM128,32A32,32,0,0,0,96,64V448a32,32,0,0,0,32,32H384a32,32,0,0,0,32-32V64a32,32,0,0,0-32-32Z\"/><path d=\"M384,0a64.07,64.07,0,0,1,64,64V448a64.07,64.07,0,0,1-64,64H128a64.07,64.07,0,0,1-64-64V64A64.07,64.07,0,0,1,128,0H384M128,480H384a32,32,0,0,0,32-32V64a32,32,0,0,0-32-32H128A32,32,0,0,0,96,64V448a32,32,0,0,0,32,32m0-16a16,16,0,0,1-16-16V64a16,16,0,0,1,16-16H384a16,16,0,0,1,16,16V448a16,16,0,0,1-16,16Z\"/></svg></li><li title=\"telescope outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"32\" d=\"M39.93,327.56l-4.71-8.13A24,24,0,0,1,44,286.64l86.87-50.07a16,16,0,0,1,21.89,5.86l12.71,22a16,16,0,0,1-5.86,21.85L72.76,336.35A24.06,24.06,0,0,1,39.93,327.56Z\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"32\" d=\"M170.68,273.72,147.12,233a24,24,0,0,1,8.8-32.78l124.46-71.75a16,16,0,0,1,21.89,5.86l31.57,54.59A16,16,0,0,1,328,210.76L203.51,282.5A24,24,0,0,1,170.68,273.72Z\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"32\" d=\"M341.85,202.21l-46.51-80.43A24,24,0,0,1,304.14,89l93.29-53.78A24.07,24.07,0,0,1,430.27,44l46.51,80.43a24,24,0,0,1-8.8,32.79L374.69,211A24.06,24.06,0,0,1,341.85,202.21Z\"/><line fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"32\" x1=\"127.59\" y1=\"480\" x2=\"223.73\" y2=\"272.01\"/><line fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"32\" x1=\"271.8\" y1=\"256.02\" x2=\"368.55\" y2=\"448\"/></svg></li><li title=\"telescope sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><polygon points=\"1.41 292.9 46.23 369.87 144.37 313.49 99.64 236.12 1.41 292.9\"/><path d=\"M287.87,252.34l23.67-13.81-63.42-110-132.92,77C133.75,237.51,176,310,176,310l15.53-8.32c.24-.13.55,0,.83,0L102.65,496h35.16l99.05-214.25,23.24-13.4L358,464h36Z\"/><path d=\"M262.08,96c24.81,42.23,60.25,104.25,86.4,148.76L510.79,151,424.07,1.41Z\"/></svg></li><li title=\"telescope \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M107.56,250a16,16,0,0,0-21.85-5.86L36,272.81A39.71,39.71,0,0,0,17.2,297.72a40.9,40.9,0,0,0,4.55,30.35l4.36,7.54a40,40,0,0,0,54.62,14.62L130.4,321.6a16,16,0,0,0,5.87-21.86Z\"/><path d=\"M382.84,440.8,288.72,254a2,2,0,0,1,.79-2.63l8.3-4.79a16,16,0,0,0,5.86-21.86l-47.53-82.33a16,16,0,0,0-21.86-5.87l-86.38,49.8a39.73,39.73,0,0,0-18.65,24.28,34.82,34.82,0,0,0-1.37,9.76c.06,7.6,9.2,22.7,18.12,38.28,9.59,16.75,19.24,33.88,26.34,38.15,4.52,2.72,12.5,4.9,19.21,4.9l.84,0L113.07,473.29a16,16,0,1,0,29.05,13.42L235.8,284.06a7.94,7.94,0,0,1,3.26-3.57l19.21-11.08a2,2,0,0,1,2.78.84l93.21,185a16,16,0,0,0,28.58-14.4Z\"/><path d=\"M490.21,115.74,444.09,36a40.08,40.08,0,0,0-54.63-14.62L296.12,75.16a39.69,39.69,0,0,0-18.65,24.28,32.76,32.76,0,0,0-1.27,13.25c1.74,12.62,13,30.4,26.41,53.89,13.58,23.73,28.91,50.48,36.93,56.27a40.18,40.18,0,0,0,23.18,7.37,39.77,39.77,0,0,0,19.92-5.34L476,171.07a39.72,39.72,0,0,0,18.79-24.84A41,41,0,0,0,490.21,115.74Z\"/></svg></li><li title=\"tennisball outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><circle cx=\"256\" cy=\"256\" r=\"208\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M461.43,271.44c-5.09.37-8.24.56-13.43.56-114.88,0-208-93.12-208-208,0-5.37.2-8.69.6-14\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M49.65,240.56S58.84,240,64,240c114.88,0,208,93.12,208,208,0,5.38-.61,14-.61,14\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"tennisball sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M246.4,480a181,181,0,0,0,3.22-22.86c.35-4.61.53-9.31.53-14,0-100-81.34-181.32-181.32-181.32A181.72,181.72,0,0,0,32,265.61,224.2,224.2,0,0,0,246.4,480Z\"/><path d=\"M284.63,227.37A222.73,222.73,0,0,1,219,68.83a227.09,227.09,0,0,1,2.62-34.42A224.41,224.41,0,0,0,34.41,221.58,227.09,227.09,0,0,1,68.83,219a222.73,222.73,0,0,1,158.54,65.67A222.73,222.73,0,0,1,293,443.17c0,5.74-.22,11.54-.65,17.23s-1.11,11.51-2,17.2A224.42,224.42,0,0,0,477.59,290.42,227.09,227.09,0,0,1,443.17,293,222.73,222.73,0,0,1,284.63,227.37Z\"/><path d=\"M443.17,250.15A181.72,181.72,0,0,0,480,246.39,224.2,224.2,0,0,0,265.61,32a181.72,181.72,0,0,0-3.76,36.83C261.85,168.81,343.19,250.15,443.17,250.15Z\"/></svg></li><li title=\"tennisball \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M448,256a192.55,192.55,0,0,0,32-2.68A224,224,0,0,0,258.68,32,192.55,192.55,0,0,0,256,64C256,169.87,342.13,256,448,256Z\"/><path d=\"M253.35,480c.94-5.67,1.65-11.4,2.09-17.18.37-4.88.56-9.86.56-14.79,0-105.87-86.13-192-192-192a192.55,192.55,0,0,0-32,2.68A224,224,0,0,0,253.35,480Z\"/><path d=\"M289.61,222.39A222.53,222.53,0,0,1,224,64a226.07,226.07,0,0,1,2-30A224.1,224.1,0,0,0,34,226a226.07,226.07,0,0,1,30-2,222.53,222.53,0,0,1,158.39,65.61A222.53,222.53,0,0,1,288,448c0,5.74-.22,11.53-.65,17.22q-.5,6.42-1.36,12.79A224.12,224.12,0,0,0,478,286a226.07,226.07,0,0,1-30,2A222.53,222.53,0,0,1,289.61,222.39Z\"/></svg></li><li title=\"terminal outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><rect x=\"32\" y=\"48\" width=\"448\" height=\"416\" rx=\"48\" ry=\"48\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/><polyline points=\"96 112 176 176 96 240\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"192\" y1=\"240\" x2=\"256\" y2=\"240\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"terminal sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M16,44V468a12,12,0,0,0,12,12H484a12,12,0,0,0,12-12V44a12,12,0,0,0-12-12H28A12,12,0,0,0,16,44ZM73.51,237.5,150.39,176,73.51,114.5l20-25L201.61,176,93.5,262.49ZM272,256H176V224h96Z\"/></svg></li><li title=\"terminal \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M432,32H80A64.07,64.07,0,0,0,16,96V416a64.07,64.07,0,0,0,64,64H432a64.07,64.07,0,0,0,64-64V96A64.07,64.07,0,0,0,432,32ZM96,256a16,16,0,0,1-10-28.49L150.39,176,86,124.49a16,16,0,1,1,20-25l80,64a16,16,0,0,1,0,25l-80,64A16,16,0,0,1,96,256Zm160,0H192a16,16,0,0,1,0-32h64a16,16,0,0,1,0,32Z\"/></svg></li><li title=\"text outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"32 415.5 152 95.5 272 415.5\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"230\" y1=\"303.5\" x2=\"74\" y2=\"303.5\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M326,239.5c12.19-28.69,41-48,74-48h0c46,0,80,32,80,80v144\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M320,358.5c0,36,26.86,58,60,58,54,0,100-27,100-106v-15c-20,0-58,1-92,5C355.23,304.36,320,319.5,320,358.5Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"text sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M404.42,170c-41.23,0-78.07,24.06-93.85,61.3L304,246.52l40.33,17.18,6.56-15.22c8.9-21,29.91-34.55,53.53-34.55,34.55,0,57.76,23.27,57.76,57.91v2.3c-22.12.59-48.65,2.05-72.27,4.84-54.52,6.43-87.06,36.23-87.06,79.72,0,23.16,8.72,44,24.56,58.59C342.28,431,362.55,438,384.51,438c30.86,0,57.5-7.33,77.67-22.64V438H506V271.84C506,212.83,463.28,170,404.42,170ZM384.51,395.07c-17.46,0-37.85-9.84-37.85-36.37,0-10.65,3.82-18.11,12.38-24.19,8.34-5.92,21.12-10.15,36-11.9,21.78-2.57,46.31-3.95,67-4.52C459.88,369.58,434.47,395.07,384.51,395.07Z\"/><path d=\"M93.25,325.87h125.5L260.94,438H308L155,48,4,438H51.06ZM156,160.71,202.25,282h-92.5Z\"/></svg></li><li title=\"text \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M292.6,407.78l-120-320a22,22,0,0,0-41.2,0l-120,320a22,22,0,0,0,41.2,15.44L88.76,326.8a2,2,0,0,1,1.87-1.3H213.37a2,2,0,0,1,1.87,1.3l36.16,96.42a22,22,0,0,0,41.2-15.44Zm-185.84-129,43.37-115.65a2,2,0,0,1,3.74,0L197.24,278.8a2,2,0,0,1-1.87,2.7H108.63A2,2,0,0,1,106.76,278.8Z\"/><path d=\"M400.77,169.5c-41.72-.3-79.08,23.87-95,61.4a22,22,0,0,0,40.5,17.2c8.88-20.89,29.77-34.44,53.32-34.6C431.91,213.28,458,240,458,272.35h0a1.5,1.5,0,0,1-1.45,1.5c-21.92.61-47.92,2.07-71.12,4.8C330.68,285.09,298,314.94,298,358.5c0,23.19,8.76,44,24.67,58.68C337.6,430.93,358,438.5,380,438.5c31,0,57.69-8,77.94-23.22,0,0,.06,0,.06,0h0a22,22,0,1,0,44,.19v-143C502,216.29,457,169.91,400.77,169.5ZM380,394.5c-17.53,0-38-9.43-38-36,0-10.67,3.83-18.14,12.43-24.23,8.37-5.93,21.2-10.16,36.14-11.92,21.12-2.49,44.82-3.86,65.14-4.47a2,2,0,0,1,2,2.1C455,370.1,429.46,394.5,380,394.5Z\"/></svg></li><li title=\"thermometer outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M307.72,302.27a8,8,0,0,1-3.72-6.75V80a48,48,0,0,0-48-48h0a48,48,0,0,0-48,48V295.52a8,8,0,0,1-3.71,6.74,97.51,97.51,0,0,0-44.19,86.07A96,96,0,0,0,352,384,97.49,97.49,0,0,0,307.72,302.27Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><line x1=\"256\" y1=\"112\" x2=\"256\" y2=\"384\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><circle cx=\"256\" cy=\"384\" r=\"48\"/></svg></li><li title=\"thermometer sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M320,291.24V80a64,64,0,1,0-128,0V291.24A113.39,113.39,0,0,0,144,384a112,112,0,0,0,224,0A113.39,113.39,0,0,0,320,291.24ZM256,432a48,48,0,0,1-16-93.26V96h32V338.74A48,48,0,0,1,256,432Z\"/></svg></li><li title=\"thermometer \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M320,287.18V81c0-35.12-27.89-64.42-63-64.95a64.08,64.08,0,0,0-65,64V287.18a8,8,0,0,1-3.18,6.37A113.48,113.48,0,0,0,144,384a112,112,0,0,0,224,0,113.48,113.48,0,0,0-44.82-90.45A8,8,0,0,1,320,287.18ZM254.07,432a48,48,0,0,1-22-89.54,16,16,0,0,0,8-13.84V112.45c0-8.61,6.62-16,15.23-16.43A16,16,0,0,1,272,112V328.58a16.18,16.18,0,0,0,8.15,13.94A48,48,0,0,1,254.07,432Z\"/></svg></li><li title=\"thumbs down outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M192,53.84S208,48,256,48s74,16,96,32h64a64,64,0,0,1,64,64v48a64,64,0,0,1-64,64H386a32.34,32.34,0,0,0-27.37,15.4S350,290.19,324,335.22,248,448,240,464c-29,0-43-22-34-47.71,10.28-29.39,23.71-54.38,27.46-87.09.54-4.78-3.14-12-8-12L96,307\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M96,241l80,2c20,1.84,32,12.4,32,30h0c0,17.6-14,28.84-32,30l-80,4c-17.6,0-32-16.4-32-34v-.17A32,32,0,0,1,96,241Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M64,176l112,2c18,.84,32,12.41,32,30h0c0,17.61-14,28.86-32,30L64,240a32.1,32.1,0,0,1-32-32h0A32.1,32.1,0,0,1,64,176Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M112,48l64,3c21,1.84,32,11.4,32,29h0c0,17.6-14.4,30-32,30l-64,2A32.09,32.09,0,0,1,80,80h0A32.09,32.09,0,0,1,112,48Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M80,112l96,2c19,.84,32,12.4,32,30h0c0,17.6-13,28.84-32,30l-96,2a32.09,32.09,0,0,1-32-32h0A32.09,32.09,0,0,1,80,112Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"thumbs down sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M56,320l156.05,12-23,89.4c-6.08,26.6.7,41.87,22.39,48.62l34.69,9.85a4,4,0,0,0,4.4-1.72l129-202.34a8,8,0,0,1,6.81-3.81H496V64H378.39a48,48,0,0,1-15.18-2.46l-76.3-25.43A80,80,0,0,0,261.61,32H83.68c-19,0-31.5,13.52-35.23,32.16L16,206.42V280C16,302.06,34,318,56,320Z\"/><path d=\"M378.45,273.93A15.84,15.84,0,0,1,386,272h0a15.93,15.93,0,0,0-7.51,1.91Z\" style=\"fill:none\"/><path d=\"M337.86,343.22l-.13.22a2.53,2.53,0,0,1,.13-.22c20.5-35.51,30.36-55,33.82-62h0C368.21,288.28,358.34,307.73,337.86,343.22Z\" style=\"fill:none\"/><path d=\"M372.66,279.16l-1,2a16.29,16.29,0,0,1,6.77-7.26A16.48,16.48,0,0,0,372.66,279.16Z\"/></svg></li><li title=\"thumbs down \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M39.94,178l144.16,6.12c4.61.36,23.9,1.22,23.9,25.88,0,23.8-19.16,25.33-24.14,25.88L39.94,242C27.27,241.87,16,227.56,16,210S27.27,178.13,39.94,178ZM181.39,309.66,74.65,318C62,318,48,301.31,48,284.12v-.33c0-16.33,11.14-29.63,24.88-29.79l108.45,1.72C208,259,208,275.16,208,282.12,208,305,186.2,309.26,181.39,309.66ZM90.15,32l89.37,8.93C204,41.86,208,58.18,208,68.4,208,86.79,194.59,93,181.33,93l-91,3C75.78,95.78,64,81.51,64,64S75.68,32.34,90.15,32ZM55.79,103.5l126.4,6.22c9.39.63,25.81,3,25.81,26.36,0,12-4.35,25.62-25,27.53L55.79,167.5C42.65,167.35,32,154,32,136.08S42.65,103.65,55.79,103.5Z\"/><path d=\"M378.45,273.93A15.84,15.84,0,0,1,386,272h0a15.93,15.93,0,0,0-7.51,1.91Z\" style=\"fill:none\"/><path d=\"M337.86,343.22l-.13.22a2.53,2.53,0,0,1,.13-.22c20.5-35.51,30.36-55,33.82-62h0C368.21,288.28,358.34,307.73,337.86,343.22Z\" style=\"fill:none\"/><path d=\"M372.66,279.16l-1,2a16.29,16.29,0,0,1,6.77-7.26A16.48,16.48,0,0,0,372.66,279.16Z\"/><path d=\"M195.94,459.38C205.37,472.67,221,480,240,480a16,16,0,0,0,14.31-8.85c3-6.06,15.25-24,28.19-42.9,18-26.33,40.35-59.08,55.23-84.81l.13-.22c20.48-35.49,30.35-54.94,33.82-62h0l1-2a16.48,16.48,0,0,1,5.79-5.23l0,0A15.93,15.93,0,0,1,386,272h25.32A84.7,84.7,0,0,0,496,187.3V148.7A84.7,84.7,0,0,0,411.31,64H362.52a17.46,17.46,0,0,1-9.58-2.89C330,46.13,286.66,32,240,32c-7.45,0-14.19.14-20.27.38a8,8,0,0,0-6.2,12.68l.1.14C222.2,57.59,224,71,224,80a61.16,61.16,0,0,1-5.19,24.77,17.38,17.38,0,0,0,0,14.06,63.81,63.81,0,0,1,0,50.39,17.32,17.32,0,0,0,0,14,62.13,62.13,0,0,1,0,49.58,18.13,18.13,0,0,0,0,14.68A60.41,60.41,0,0,1,224,273c0,8.2-2,21.3-8,31.18a15.66,15.66,0,0,0-1.14,13.65c.38,1,.76,2.06,1.13,3.17a24.8,24.8,0,0,1,.86,11.57c-3,19.35-9.67,36.3-16.74,54.16-3.08,7.78-6.27,15.82-9.22,24.27C184.75,428.56,186.59,446.2,195.94,459.38Z\"/></svg></li><li title=\"thumbs up outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M320,458.16S304,464,256,464s-74-16-96-32H96a64,64,0,0,1-64-64V320a64,64,0,0,1,64-64h30a32.34,32.34,0,0,0,27.37-15.4S162,221.81,188,176.78,264,64,272,48c29,0,43,22,34,47.71-10.28,29.39-23.71,54.38-27.46,87.09-.54,4.78,3.14,12,7.95,12L416,205\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M416,271l-80-2c-20-1.84-32-12.4-32-30h0c0-17.6,14-28.84,32-30l80-4c17.6,0,32,16.4,32,34v.17A32,32,0,0,1,416,271Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M448,336l-112-2c-18-.84-32-12.41-32-30h0c0-17.61,14-28.86,32-30l112-2a32.1,32.1,0,0,1,32,32h0A32.1,32.1,0,0,1,448,336Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M400,464l-64-3c-21-1.84-32-11.4-32-29h0c0-17.6,14.4-30,32-30l64-2a32.09,32.09,0,0,1,32,32h0A32.09,32.09,0,0,1,400,464Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M432,400l-96-2c-19-.84-32-12.4-32-30h0c0-17.6,13-28.84,32-30l96-2a32.09,32.09,0,0,1,32,32h0A32.09,32.09,0,0,1,432,400Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"thumbs up sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M456,192,300,180l23-89.4C329,64,322.22,48.73,300.53,42l-34.69-9.85a4,4,0,0,0-4.4,1.72l-129,202.34a8,8,0,0,1-6.81,3.81H16V448H133.61a48,48,0,0,1,15.18,2.46l76.3,25.43a80,80,0,0,0,25.3,4.11H428.32c19,0,31.5-13.52,35.23-32.16L496,305.58V232C496,209.94,478,194,456,192Z\"/></svg></li><li title=\"thumbs up \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M472.06,334,327.9,327.87c-4.61-.36-23.9-1.21-23.9-25.87,0-23.81,19.16-25.33,24.14-25.88L472.06,270c12.67.13,23.94,14.43,23.94,32S484.73,333.87,472.06,334ZM330.61,202.33,437.35,194C450,194,464,210.68,464,227.88v.33c0,16.32-11.14,29.62-24.88,29.79l-108.45-1.73C304,253,304,236.83,304,229.88,304,207,325.8,202.73,330.61,202.33ZM421.85,480l-89.37-8.93C308,470.14,304,453.82,304,443.59c0-18.38,13.41-24.6,26.67-24.6l91-3c14.54.23,26.32,14.5,26.32,32S436.32,479.66,421.85,480Zm34.36-71.5-126.4-6.21c-9.39-.63-25.81-3-25.81-26.37,0-12,4.35-25.61,25-27.53l127.19-3.88C469.35,344.65,480,358,480,375.91S469.35,408.34,456.21,408.49Z\"/><path d=\"M133.55,238.06A15.85,15.85,0,0,1,126,240h0a15.82,15.82,0,0,0,7.51-1.92Z\" style=\"fill:none\"/><path d=\"M174.14,168.78l.13-.23-.13.23c-20.5,35.51-30.36,54.95-33.82,62h0C143.79,223.71,153.66,204.27,174.14,168.78Z\" style=\"fill:none\"/><path d=\"M139.34,232.84l1-2a16.27,16.27,0,0,1-6.77,7.25A16.35,16.35,0,0,0,139.34,232.84Z\"/><path d=\"M316.06,52.62C306.63,39.32,291,32,272,32a16,16,0,0,0-14.31,8.84c-3,6.07-15.25,24-28.19,42.91-18,26.33-40.35,59.07-55.23,84.8l-.13.23c-20.48,35.49-30.35,54.93-33.82,62h0l-1,2a16.35,16.35,0,0,1-5.79,5.22l0,0A15.82,15.82,0,0,1,126,240H100.69A84.69,84.69,0,0,0,16,324.69V363.3A84.69,84.69,0,0,0,100.69,448h48.79a17.55,17.55,0,0,1,9.58,2.89C182,465.87,225.34,480,272,480c7.45,0,14.19-.14,20.27-.38a8,8,0,0,0,6.2-12.68l-.1-.14C289.8,454.41,288,441,288,432a61.2,61.2,0,0,1,5.19-24.77,17.36,17.36,0,0,0,0-14.05,63.81,63.81,0,0,1,0-50.39,17.32,17.32,0,0,0,0-14,62.15,62.15,0,0,1,0-49.59,18.13,18.13,0,0,0,0-14.68A60.33,60.33,0,0,1,288,239c0-8.2,2-21.3,8-31.19a15.63,15.63,0,0,0,1.14-13.64c-.38-1-.76-2.07-1.13-3.17a24.84,24.84,0,0,1-.86-11.58c3-19.34,9.67-36.29,16.74-54.16,3.08-7.78,6.27-15.82,9.22-24.26C327.25,83.43,325.41,65.8,316.06,52.62Z\"/></svg></li><li title=\"thunderstorm outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><line x1=\"120\" y1=\"352\" x2=\"96\" y2=\"400\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"136\" y1=\"432\" x2=\"120\" y2=\"464\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"400\" y1=\"352\" x2=\"376\" y2=\"400\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"416\" y1=\"432\" x2=\"400\" y2=\"464\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><polyline points=\"208 304 192 400 240 400 240 480 320 368 272 368 288 304\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M404.33,152.89H392.2C384.71,84.85,326.14,32,256,32a136.39,136.39,0,0,0-128.63,90.67H122.8c-49.94,0-90.8,40.8-90.8,90.66h0C32,263.2,72.86,304,122.8,304H404.33C446,304,480,270,480,228.44h0C480,186.89,446,152.89,404.33,152.89Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"thunderstorm sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M405.84,136.9A151.25,151.25,0,0,0,358.24,55a153,153,0,0,0-241.81,51.86C60.5,110.16,16,156.65,16,213.33,16,272.15,63.91,320,122.8,320h72.31L176,416h48v80L336,352H292.49l8-32H404.33a91.56,91.56,0,0,0,1.51-183.1Z\"/><rect x=\"65.17\" y=\"360\" width=\"85.67\" height=\"32\" transform=\"translate(-276.6 304.44) rotate(-63.43)\"/><rect x=\"94.11\" y=\"432\" width=\"67.78\" height=\"32\" transform=\"translate(-329.95 362.13) rotate(-63.43)\"/><rect x=\"345.17\" y=\"360\" width=\"85.67\" height=\"32\" transform=\"translate(-121.83 554.88) rotate(-63.43)\"/><rect x=\"374.11\" y=\"432\" width=\"67.78\" height=\"32\" transform=\"translate(-175.17 612.57) rotate(-63.43)\"/></svg></li><li title=\"thunderstorm \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M96,416a16,16,0,0,1-14.3-23.16l24-48a16,16,0,0,1,28.62,14.32l-24,48A16,16,0,0,1,96,416Z\"/><path d=\"M120,480a16,16,0,0,1-14.3-23.16l16-32a16,16,0,0,1,28.62,14.32l-16,32A16,16,0,0,1,120,480Z\"/><path d=\"M376,416a16,16,0,0,1-14.3-23.16l24-48a16,16,0,0,1,28.62,14.32l-24,48A16,16,0,0,1,376,416Z\"/><path d=\"M400,480a16,16,0,0,1-14.3-23.16l16-32a16,16,0,0,1,28.62,14.32l-16,32A16,16,0,0,1,400,480Z\"/><path d=\"M405.84,136.9A151.25,151.25,0,0,0,358.24,55a153,153,0,0,0-241.81,51.86C60.5,110.16,16,156.65,16,213.33,16,272.15,63.91,320,122.8,320h66.31l-12.89,77.37A16,16,0,0,0,192,416h32v64a16,16,0,0,0,29,9.3l80-112A16,16,0,0,0,320,352H292.49l8-32H404.33a91.56,91.56,0,0,0,1.51-183.1Z\"/></svg></li><li title=\"ticket outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"32\" d=\"M366.05,146a46.7,46.7,0,0,1-2.42-63.42,3.87,3.87,0,0,0-.22-5.26L319.28,33.14a3.89,3.89,0,0,0-5.5,0l-70.34,70.34a23.62,23.62,0,0,0-5.71,9.24h0a23.66,23.66,0,0,1-14.95,15h0a23.7,23.7,0,0,0-9.25,5.71L33.14,313.78a3.89,3.89,0,0,0,0,5.5l44.13,44.13a3.87,3.87,0,0,0,5.26.22,46.69,46.69,0,0,1,65.84,65.84,3.87,3.87,0,0,0,.22,5.26l44.13,44.13a3.89,3.89,0,0,0,5.5,0l180.4-180.39a23.7,23.7,0,0,0,5.71-9.25h0a23.66,23.66,0,0,1,14.95-15h0a23.62,23.62,0,0,0,9.24-5.71l70.34-70.34a3.89,3.89,0,0,0,0-5.5l-44.13-44.13a3.87,3.87,0,0,0-5.26-.22A46.7,46.7,0,0,1,366.05,146Z\"/><line fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"32\" stroke-linecap=\"round\" x1=\"250.5\" y1=\"140.44\" x2=\"233.99\" y2=\"123.93\"/><line fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"32\" stroke-linecap=\"round\" x1=\"294.52\" y1=\"184.46\" x2=\"283.51\" y2=\"173.46\"/><line fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"32\" stroke-linecap=\"round\" x1=\"338.54\" y1=\"228.49\" x2=\"327.54\" y2=\"217.48\"/><line fill=\"none\" stroke=\"currentColor\" stroke-miterlimit=\"10\" stroke-width=\"32\" stroke-linecap=\"round\" x1=\"388.07\" y1=\"278.01\" x2=\"371.56\" y2=\"261.5\"/></svg></li><li title=\"ticket sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M426.24,127.72,415.3,138.66a29.67,29.67,0,0,1-42-42l10.94-10.94L314.52,16l-88,88-4,12.09-12.09,4L16,314.52l69.76,69.76L96.7,373.34a29.67,29.67,0,0,1,42,42l-10.94,10.94L197.48,496l194.4-194.4,4-12.09,12.09-4,88-88Zm-208.56,5.43,21.87-21.87,33,33-21.88,21.87Zm43,43,21.88-21.88,32.52,32.52-21.88,21.88Zm42.56,42.56,21.88-21.88,32.52,32.52L335.8,251.28Zm75.57,75.56-33-33,21.87-21.88,33,33Z\"/></svg></li><li title=\"ticket \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M490.18,181.4l-44.13-44.13a20,20,0,0,0-27-1,30.81,30.81,0,0,1-41.68-1.6h0A30.81,30.81,0,0,1,375.77,93a20,20,0,0,0-1-27L330.6,21.82a19.91,19.91,0,0,0-28.13,0L232.12,92.16a39.87,39.87,0,0,0-9.57,15.5,7.71,7.71,0,0,1-4.83,4.83,39.78,39.78,0,0,0-15.5,9.58L21.82,302.47a19.91,19.91,0,0,0,0,28.13L66,374.73a20,20,0,0,0,27,1,30.69,30.69,0,0,1,43.28,43.28,20,20,0,0,0,1,27l44.13,44.13a19.91,19.91,0,0,0,28.13,0l180.4-180.4a39.82,39.82,0,0,0,9.58-15.49,7.69,7.69,0,0,1,4.84-4.84,39.84,39.84,0,0,0,15.49-9.57l70.34-70.35A19.91,19.91,0,0,0,490.18,181.4ZM261.81,151.75a16,16,0,0,1-22.63,0l-11.51-11.51a16,16,0,0,1,22.63-22.62l11.51,11.5A16,16,0,0,1,261.81,151.75Zm44,44a16,16,0,0,1-22.62,0l-11-11a16,16,0,1,1,22.63-22.63l11,11A16,16,0,0,1,305.83,195.78Zm44,44a16,16,0,0,1-22.63,0l-11-11a16,16,0,0,1,22.63-22.62l11,11A16,16,0,0,1,349.86,239.8Zm44.43,44.54a16,16,0,0,1-22.63,0l-11.44-11.5a16,16,0,1,1,22.68-22.57l11.45,11.49A16,16,0,0,1,394.29,284.34Z\"/></svg></li><li title=\"time outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,64C150,64,64,150,64,256s86,192,192,192,192-86,192-192S362,64,256,64Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><polyline points=\"256 128 256 272 352 272\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"time sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,48C141.13,48,48,141.13,48,256c0,114.69,93.32,208,208,208,114.86,0,208-93.14,208-208C464,141.31,370.69,48,256,48ZM364,288H244a4,4,0,0,1-4-4V116a4,4,0,0,1,4-4h24a4,4,0,0,1,4,4V256h92a4,4,0,0,1,4,4v24A4,4,0,0,1,364,288Z\"/></svg></li><li title=\"time \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,48C141.13,48,48,141.13,48,256s93.13,208,208,208,208-93.13,208-208S370.87,48,256,48Zm96,240H256a16,16,0,0,1-16-16V128a16,16,0,0,1,32,0V256h80a16,16,0,0,1,0,32Z\"/></svg></li><li title=\"timer outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M112.91,128A191.85,191.85,0,0,0,64,254c-1.18,106.35,85.65,193.8,192,194,106.2.2,192-85.83,192-192,0-104.54-83.55-189.61-187.5-192A4.36,4.36,0,0,0,256,68.37V152\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M233.38,278.63l-79-113a8.13,8.13,0,0,1,11.32-11.32l113,79a32.5,32.5,0,0,1-37.25,53.26A33.21,33.21,0,0,1,233.38,278.63Z\"/></svg></li><li title=\"timer sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,48C141.12,48,48,141.12,48,256s93.12,208,208,208,208-93.12,208-208S370.88,48,256,48Zm0,384C159,432,80,353.05,80,256a174.55,174.55,0,0,1,53.87-126.72L279,233l-19,30L135,172c-13,23-26.7,46-26.7,84,0,81.44,66.26,147.7,147.7,147.7S403.7,337.44,403.7,256c0-76.67-58.72-139.88-133.55-147V164h-28.3V79.89c4.24.07,8.94.11,14.15.11C353.05,80,432,159,432,256S353.05,432,256,432Z\"/></svg></li><li title=\"timer \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,48C141.12,48,48,141.12,48,256s93.12,208,208,208,208-93.12,208-208S370.88,48,256,48ZM173.67,162.34l105,71a32.5,32.5,0,0,1-37.25,53.26,33.21,33.21,0,0,1-8-8l-71-105a8.13,8.13,0,0,1,11.32-11.32ZM256,432C159,432,80,353.05,80,256a174.55,174.55,0,0,1,53.87-126.72,14.15,14.15,0,1,1,19.64,20.37A146.53,146.53,0,0,0,108.3,256c0,81.44,66.26,147.7,147.7,147.7S403.7,337.44,403.7,256c0-76.67-58.72-139.88-133.55-147V164a14.15,14.15,0,1,1-28.3,0V94.15A14.15,14.15,0,0,1,256,80C353.05,80,432,159,432,256S353.05,432,256,432Z\"/></svg></li><li title=\"today outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><rect fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"32\" x=\"48\" y=\"80\" width=\"416\" height=\"384\" rx=\"48\"/><line fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"32\" stroke-linecap=\"round\" x1=\"128\" y1=\"48\" x2=\"128\" y2=\"80\"/><line fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"32\" stroke-linecap=\"round\" x1=\"384\" y1=\"48\" x2=\"384\" y2=\"80\"/><rect fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"32\" stroke-linecap=\"round\" x=\"112\" y=\"224\" width=\"96\" height=\"96\" rx=\"13\"/><line fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"32\" stroke-linecap=\"round\" x1=\"464\" y1=\"160\" x2=\"48\" y2=\"160\"/></svg></li><li title=\"today sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M32,456a24,24,0,0,0,24,24H456a24,24,0,0,0,24-24V176H32Zm80-238.86a9.14,9.14,0,0,1,9.14-9.14H230.86a9.14,9.14,0,0,1,9.14,9.14V326.86a9.14,9.14,0,0,1-9.14,9.14H121.14a9.14,9.14,0,0,1-9.14-9.14Z\"/><path d=\"M456,64H400.08V32h-48V64H159.92V32h-48V64H56A23.8,23.8,0,0,0,32,87.77V144H480V87.77A23.8,23.8,0,0,0,456,64Z\"/></svg></li><li title=\"today \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M416,64H400V48.45c0-8.61-6.62-16-15.23-16.43A16,16,0,0,0,368,48V64H144V48.45c0-8.61-6.62-16-15.23-16.43A16,16,0,0,0,112,48V64H96a64,64,0,0,0-64,64v12a4,4,0,0,0,4,4H476a4,4,0,0,0,4-4V128A64,64,0,0,0,416,64Z\"/><path d=\"M477,176H35a3,3,0,0,0-3,3V416a64,64,0,0,0,64,64H416a64,64,0,0,0,64-64V179A3,3,0,0,0,477,176ZM224,307.43A28.57,28.57,0,0,1,195.43,336H124.57A28.57,28.57,0,0,1,96,307.43V236.57A28.57,28.57,0,0,1,124.57,208h70.86A28.57,28.57,0,0,1,224,236.57Z\"/></svg></li><li title=\"toggle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><circle cx=\"368\" cy=\"256\" r=\"128\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/><rect x=\"16\" y=\"128\" width=\"480\" height=\"256\" rx=\"128\" ry=\"128\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"toggle sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M368,112H144a144,144,0,0,0,0,288H368a144,144,0,0,0,0-288Zm0,230a86,86,0,1,1,86-86A85.88,85.88,0,0,1,368,342Z\"/></svg></li><li title=\"toggle \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M368,112H144C64.6,112,0,176.6,0,256S64.6,400,144,400H368c79.4,0,144-64.6,144-144S447.4,112,368,112Zm0,256A112,112,0,1,1,480,256,112.12,112.12,0,0,1,368,368Z\"/></svg></li><li title=\"trail sign outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><line x1=\"256\" y1=\"400\" x2=\"256\" y2=\"464\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"256\" y1=\"208\" x2=\"256\" y2=\"272\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"256\" y1=\"48\" x2=\"256\" y2=\"80\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M416,208H102.63a16,16,0,0,1-11.32-4.69L32,144,91.31,84.69A16,16,0,0,1,102.63,80H416a16,16,0,0,1,16,16v96A16,16,0,0,1,416,208Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M96,400H409.37a16,16,0,0,0,11.32-4.69L480,336l-59.31-59.31A16,16,0,0,0,409.37,272H96a16,16,0,0,0-16,16v96A16,16,0,0,0,96,400Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"trail sign sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M502.63,336l-80-80H278V224H448V64H278V32H234V64H89.37l-80,80,80,80H234v32H64V416H234v64h44V416H422.63Z\"/></svg></li><li title=\"trail sign \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M491.31,324.69,432,265.37A31.8,31.8,0,0,0,409.37,256H272V224H416a32,32,0,0,0,32-32V96a32,32,0,0,0-32-32H272V48a16,16,0,0,0-32,0V64H102.63A31.8,31.8,0,0,0,80,73.37L20.69,132.69a16,16,0,0,0,0,22.62L80,214.63A31.8,31.8,0,0,0,102.63,224H240v32H96a32,32,0,0,0-32,32v96a32,32,0,0,0,32,32H240v48a16,16,0,0,0,32,0V416H409.37A31.8,31.8,0,0,0,432,406.63l59.31-59.32A16,16,0,0,0,491.31,324.69Z\"/></svg></li><li title=\"train outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M344,48H320a16,16,0,0,0-16-16H208a16,16,0,0,0-16,16H168a56.16,56.16,0,0,0-56,56V351c0,35.3,144,65,144,65s144-29.7,144-65V104A56,56,0,0,0,344,48ZM256,352a48,48,0,1,1,48-48A48,48,0,0,1,256,352Zm96-160a16,16,0,0,1-16,16H176a16,16,0,0,1-16-16V128a16,16,0,0,1,16-16H336a16,16,0,0,1,16,16Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"144\" y1=\"464\" x2=\"368\" y2=\"464\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"336\" y1=\"432\" x2=\"384\" y2=\"480\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"176\" y1=\"432\" x2=\"128\" y2=\"480\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"train sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M384,32H320a16,16,0,0,0-16-16H208a16,16,0,0,0-16,16H128c-16,0-32,16-32,32V352c0,23.92,160,80,160,80s160-56.74,160-80V64C416,48,400,32,384,32ZM256,352a48,48,0,1,1,48-48A48,48,0,0,1,256,352ZM368,200a8,8,0,0,1-8,8H152a8,8,0,0,1-8-8V120a8,8,0,0,1,8-8H360a8,8,0,0,1,8,8Z\"/><polygon points=\"314 432 329.32 448 182.58 448 198 432 166 419 89.38 496 134.58 496 150.58 480 361.32 480 377.32 496 422.62 496 346.26 418.25 314 432\"/></svg></li><li title=\"train \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><ellipse cx=\"256\" cy=\"304\" rx=\"32.05\" ry=\"31.94\" transform=\"translate(-139.98 270.06) rotate(-45)\"/><path d=\"M352,32H337a10,10,0,0,1-7.87-3.78A31.94,31.94,0,0,0,304,16H208a32,32,0,0,0-26.11,13.52A6,6,0,0,1,177,32H160c-36.81,0-64,28.84-64,64V351c0,23.27,25.6,42.06,83,60.94a753,753,0,0,0,73.77,19.73,16,16,0,0,0,6.46,0A753,753,0,0,0,333,411.94c57.4-18.88,83-37.67,83-60.94V96A64,64,0,0,0,352,32ZM184,128H328a8,8,0,0,1,8,8v48a8,8,0,0,1-8,8H184a8,8,0,0,1-8-8V136A8,8,0,0,1,184,128Zm76.18,239.87a64,64,0,1,1,59.69-59.69A64.07,64.07,0,0,1,260.18,367.87Z\"/><path d=\"M395.31,468.69,347.63,421c-6.09-6.1-16-6.66-22.38-.86a16,16,0,0,0-.56,23.16l4.68,4.69H182.63l4.36-4.37c6.1-6.09,6.66-16,.86-22.38a16,16,0,0,0-23.16-.56l-48,48a16,16,0,1,0,22.62,22.62L150.63,480H361.37l11.32,11.31a16,16,0,0,0,22.62-22.62Z\"/></svg></li><li title=\"transgender outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><circle cx=\"256\" cy=\"256\" r=\"128\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"448\" y1=\"352\" x2=\"352\" y2=\"448\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"176\" y1=\"80\" x2=\"80.02\" y2=\"175.98\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><polyline points=\"464 128 464 48 384 48\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><polyline points=\"48 128 48 48 128 48\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"464\" y1=\"48\" x2=\"346.5\" y2=\"165.5\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"48\" y1=\"48\" x2=\"165.49\" y2=\"165.49\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"464\" y1=\"464\" x2=\"346.65\" y2=\"346.37\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"transgender sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M480,448.94l-48.94-49.08L464,366.92l-31.1-31.11L400,368.71,376.45,345.1a149.64,149.64,0,0,0-.1-178.45l59.55-59.56V144h44V32h-112V76h36.87l-59.55,59.55a149.65,149.65,0,0,0-178.59,0L159.08,128l33-33L161,63.88l-33,33L107.09,76H144V32H32V144H76V107.09L96.87,128l-33,33L95,192.05l33-33,7.56,7.57A149.18,149.18,0,0,0,106,255.94c0,82.69,67.27,150,150,150a149.12,149.12,0,0,0,89.44-29.67l23.51,23.58L335.81,432.9,366.92,464l33-33,48.9,49Zm-330-193a106,106,0,1,1,106,106A106.09,106.09,0,0,1,150,255.94Z\"/></svg></li><li title=\"transgender \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M458,32H390a22,22,0,0,0,0,44h14.89l-59.57,59.57a149.69,149.69,0,0,0-178.64,0L159.11,128l26.45-26.44a22,22,0,0,0-31.12-31.12L128,96.89,107.11,76H122a22,22,0,0,0,0-44H54A22,22,0,0,0,32,54v68a22,22,0,0,0,44,0V107.11L96.89,128,70.47,154.42a22,22,0,1,0,31.11,31.11L128,159.11l7.57,7.57A149.19,149.19,0,0,0,106,256c0,82.71,67.29,150,150,150a149.2,149.2,0,0,0,89.46-29.67L369,399.9l-26.54,26.54a22,22,0,0,0,31.12,31.12l26.49-26.5,42.37,42.48a22,22,0,0,0,31.16-31.08L431.17,400l26.39-26.39a22,22,0,0,0-31.12-31.12l-26.35,26.35-23.55-23.62a149.68,149.68,0,0,0-.11-178.49L436,107.11V122a22,22,0,0,0,44,0V54A22,22,0,0,0,458,32ZM150,256A106,106,0,1,1,256,362,106.12,106.12,0,0,1,150,256Z\"/></svg></li><li title=\"trash bin outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M432,144,403.33,419.74A32,32,0,0,1,371.55,448H140.46a32,32,0,0,1-31.78-28.26L80,144\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><rect x=\"32\" y=\"64\" width=\"448\" height=\"80\" rx=\"16\" ry=\"16\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"312\" y1=\"240\" x2=\"200\" y2=\"352\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"312\" y1=\"352\" x2=\"200\" y2=\"240\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"trash bin sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polygon points=\"337.46 240 312 214.54 256 270.54 200 214.54 174.54 240 230.54 296 174.54 352 200 377.46 256 321.46 312 377.46 337.46 352 281.46 296 337.46 240\" style=\"fill:none\"/><polygon points=\"337.46 240 312 214.54 256 270.54 200 214.54 174.54 240 230.54 296 174.54 352 200 377.46 256 321.46 312 377.46 337.46 352 281.46 296 337.46 240\" style=\"fill:none\"/><path d=\"M64,160,93.74,442.51A24,24,0,0,0,117.61,464H394.39a24,24,0,0,0,23.87-21.49L448,160ZM312,377.46l-56-56-56,56L174.54,352l56-56-56-56L200,214.54l56,56,56-56L337.46,240l-56,56,56,56Z\"/><rect x=\"32\" y=\"48\" width=\"448\" height=\"80\" rx=\"12\" ry=\"12\"/></svg></li><li title=\"trash bin \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><rect x=\"32\" y=\"48\" width=\"448\" height=\"80\" rx=\"32\" ry=\"32\"/><path d=\"M74.45,160a8,8,0,0,0-8,8.83L92.76,421.39a1.5,1.5,0,0,0,0,.22A48,48,0,0,0,140.45,464H371.54a48,48,0,0,0,47.67-42.39l0-.21,26.27-252.57a8,8,0,0,0-8-8.83ZM323.31,340.69a16,16,0,1,1-22.63,22.62L256,318.63l-44.69,44.68a16,16,0,0,1-22.63-22.62L233.37,296l-44.69-44.69a16,16,0,0,1,22.63-22.62L256,273.37l44.68-44.68a16,16,0,0,1,22.63,22.62L278.62,296Z\"/></svg></li><li title=\"trash outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M112,112l20,320c.95,18.49,14.4,32,32,32H348c17.67,0,30.87-13.51,32-32l20-320\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"80\" y1=\"112\" x2=\"432\" y2=\"112\" style=\"stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M192,112V72h0a23.93,23.93,0,0,1,24-24h80a23.93,23.93,0,0,1,24,24h0v40\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"256\" y1=\"176\" x2=\"256\" y2=\"400\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"184\" y1=\"176\" x2=\"192\" y2=\"400\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"328\" y1=\"176\" x2=\"320\" y2=\"400\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"trash sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M296,64H216a7.91,7.91,0,0,0-8,8V96h96V72A7.91,7.91,0,0,0,296,64Z\" style=\"fill:none\"/><path d=\"M292,64H220a4,4,0,0,0-4,4V96h80V68A4,4,0,0,0,292,64Z\" style=\"fill:none\"/><path d=\"M447.55,96H336V48a16,16,0,0,0-16-16H192a16,16,0,0,0-16,16V96H64.45L64,136H97l20.09,314A32,32,0,0,0,149,480H363a32,32,0,0,0,31.93-29.95L415,136h33ZM176,416l-9-256h33l9,256Zm96,0H240V160h32ZM296,96H216V68a4,4,0,0,1,4-4h72a4,4,0,0,1,4,4Zm40,320H303l9-256h33Z\"/></svg></li><li title=\"trash \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M296,64H216a7.91,7.91,0,0,0-8,8V96h96V72A7.91,7.91,0,0,0,296,64Z\" style=\"fill:none\"/><path d=\"M432,96H336V72a40,40,0,0,0-40-40H216a40,40,0,0,0-40,40V96H80a16,16,0,0,0,0,32H97L116,432.92c1.42,26.85,22,47.08,48,47.08H348c26.13,0,46.3-19.78,48-47L415,128h17a16,16,0,0,0,0-32ZM192.57,416H192a16,16,0,0,1-16-15.43l-8-224a16,16,0,1,1,32-1.14l8,224A16,16,0,0,1,192.57,416ZM272,400a16,16,0,0,1-32,0V176a16,16,0,0,1,32,0ZM304,96H208V72a7.91,7.91,0,0,1,8-8h80a7.91,7.91,0,0,1,8,8Zm32,304.57A16,16,0,0,1,320,416h-.58A16,16,0,0,1,304,399.43l8-224a16,16,0,1,1,32,1.14Z\"/></svg></li><li title=\"trending down outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"352 368 464 368 464 256\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M48,144,169.37,265.37a32,32,0,0,0,45.26,0l50.74-50.74a32,32,0,0,1,45.26,0L448,352\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"trending down sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"352 368 464 368 464 256\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/><polyline points=\"48 144 192 288 288 192 448 352\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"trending down \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"352 368 464 368 464 256\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M48,144,169.37,265.37a32,32,0,0,0,45.26,0l50.74-50.74a32,32,0,0,1,45.26,0L448,352\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"trending up outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"352 144 464 144 464 256\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M48,368,169.37,246.63a32,32,0,0,1,45.26,0l50.74,50.74a32,32,0,0,0,45.26,0L448,160\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"trending up sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"352 144 464 144 464 256\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/><polyline points=\"48 368 192 224 288 320 448 160\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"trending up \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polyline points=\"352 144 464 144 464 256\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M48,368,169.37,246.63a32,32,0,0,1,45.26,0l50.74,50.74a32,32,0,0,0,45.26,0L448,160\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"triangle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polygon points=\"48 448 256 64 464 448 48 448\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"triangle sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polygon points=\"256 32 20 464 492 464 256 32\"/></svg></li><li title=\"triangle \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M464,464H48a16,16,0,0,1-14.07-23.62l208-384a16,16,0,0,1,28.14,0l208,384A16,16,0,0,1,464,464Z\"/></svg></li><li title=\"trophy outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><line x1=\"176\" y1=\"464\" x2=\"336\" y2=\"464\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"256\" y1=\"464\" x2=\"256\" y2=\"336\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M384,224c0-50.64-.08-134.63-.12-160a16,16,0,0,0-16-16l-223.79.26a16,16,0,0,0-16,15.95c0,30.58-.13,129.17-.13,159.79,0,64.28,83,112,128,112S384,288.28,384,224Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M128,96H48v16c0,55.22,33.55,112,80,112\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M384,96h80v16c0,55.22-33.55,112-80,112\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"trophy sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M399.9,80s0-27.88,0-48H112V80H32v38c0,32,9.5,62.79,26.76,86.61,13.33,18.4,34.17,31.1,52.91,37.21,5.44,29.29,20.2,57.13,50.19,79.83,22,16.66,48.45,28.87,72.14,33.86V436H160v44H352V436H278V355.51c23.69-5,50.13-17.2,72.14-33.86,30-22.7,44.75-50.54,50.19-79.83,18.74-6.11,39.58-18.81,52.91-37.21C470.5,180.79,480,150,480,118V80ZM94.4,178.8C83.72,164.12,77.23,144.4,76.16,124H112v67.37C108.06,190.23,99.08,185.25,94.4,178.8Zm323.2,0C413,185.41,406,191.38,400,191.38c0-22.4,0-46.29-.05-67.38h35.9C434.77,144.4,428,163.9,417.6,178.8Z\"/></svg></li><li title=\"trophy \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M464,80H403.9a4,4,0,0,1-4-4c0-4.89,0-9,0-12.08A32,32,0,0,0,367.9,32h0l-223.79.26a32,32,0,0,0-31.94,31.93c0,3.23,0,7.22,0,11.81a4,4,0,0,1-4,4H48A16,16,0,0,0,32,96v16c0,54.53,30,112.45,76.52,125.35a7.82,7.82,0,0,1,5.55,5.9c5.77,26.89,23.52,52.5,51.41,73.61,20.91,15.83,45.85,27.5,68.27,32.48a8,8,0,0,1,6.25,7.8V444a4,4,0,0,1-4,4H176.45c-8.61,0-16,6.62-16.43,15.23A16,16,0,0,0,176,480H335.55c8.61,0,16-6.62,16.43-15.23A16,16,0,0,0,336,448H276a4,4,0,0,1-4-4V357.14a8,8,0,0,1,6.25-7.8c22.42-5,47.36-16.65,68.27-32.48,27.89-21.11,45.64-46.72,51.41-73.61a7.82,7.82,0,0,1,5.55-5.9C450,224.45,480,166.53,480,112V96A16,16,0,0,0,464,80ZM112,198.22a4,4,0,0,1-6,3.45c-10.26-6.11-17.75-15.37-22.14-21.89-11.91-17.69-19-40.67-19.79-63.63a4,4,0,0,1,4-4.15h40a4,4,0,0,1,4,4C112.05,143.45,112,174.87,112,198.22Zm316.13-18.44c-4.39,6.52-11.87,15.78-22.13,21.89a4,4,0,0,1-6-3.46c0-26.51,0-56.63-.05-82.21a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4.15C447.16,139.11,440.05,162.09,428.14,179.78Z\"/></svg></li><li title=\"tv outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><rect x=\"32\" y=\"96\" width=\"448\" height=\"272\" rx=\"32.14\" ry=\"32.14\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"128\" y1=\"416\" x2=\"384\" y2=\"416\" style=\"stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"tv sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M488,384H24a8,8,0,0,1-8-8V88a8,8,0,0,1,8-8H488a8,8,0,0,1,8,8V376A8,8,0,0,1,488,384Z\"/><rect x=\"112\" y=\"400\" width=\"288\" height=\"32\" rx=\"4\" ry=\"4\"/></svg></li><li title=\"tv \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M447.86,384H64.14A48.2,48.2,0,0,1,16,335.86V128.14A48.2,48.2,0,0,1,64.14,80H447.86A48.2,48.2,0,0,1,496,128.14V335.86A48.2,48.2,0,0,1,447.86,384Z\"/><line x1=\"128\" y1=\"416\" x2=\"384\" y2=\"416\" style=\"stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"umbrella outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,272V432a32,32,0,0,1-32,32h0a32,32,0,0,1-32-32\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M464,272c0-114.88-93.12-208-208-208S48,157.12,48,272h0a67.88,67.88,0,0,1,96,0h0a78.28,78.28,0,0,1,102.31-7.27L256,272l9.69-7.27A78.28,78.28,0,0,1,368,272h0a67.88,67.88,0,0,1,96,0Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"256\" y1=\"64\" x2=\"256\" y2=\"48\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"umbrella sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M128.93,280l-.26-.3c-.9-.74-1.83-1.43-2.77-2.1Z\"/><path d=\"M383.08,280l2.62-2.12c-.79.58-1.57,1.17-2.34,1.79Z\"/><path d=\"M463.14,186.44A224.55,224.55,0,0,0,272,48.57V32H240V48.57A223.58,223.58,0,0,0,32,272v22.52l12.25-11.21a62.63,62.63,0,0,1,81.43-5.88l.22.17c.94.67,1.87,1.36,2.77,2.1q2.09,1.69,4,3.61L144,294.63l11.31-11.32a62.59,62.59,0,0,1,81.4-5.78L240,280V432a16,16,0,0,1-32,0V416H176v16a48,48,0,0,0,96,0V280l3.29-2.47a62.59,62.59,0,0,1,81.4,5.78L368,294.63l11.31-11.32q1.95-1.94,4.05-3.64c.77-.62,1.55-1.21,2.34-1.79l.26-.21c24.63-18.47,60-16.13,81.81,5.64L480,294.51V272A223.62,223.62,0,0,0,463.14,186.44Z\"/></svg></li><li title=\"umbrella \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M414.39,113.61A222.26,222.26,0,0,0,278.06,49.07a8.09,8.09,0,0,1-6.88-5.62,15.79,15.79,0,0,0-30.36,0,8.09,8.09,0,0,1-6.88,5.62A224,224,0,0,0,32,271.52a16.41,16.41,0,0,0,7.24,13.87,16,16,0,0,0,20.07-2.08,51.89,51.89,0,0,1,73.31-.06,15.94,15.94,0,0,0,22.6.15,62.59,62.59,0,0,1,81.49-5.87h0a8.24,8.24,0,0,1,3.29,6.59V431.54c0,8.6-6.6,16-15.19,16.44A16,16,0,0,1,208,432a16,16,0,0,0-16.29-16c-9,.16-15.9,8.11-15.7,17.1A48.06,48.06,0,0,0,223.38,480c26.88.34,48.62-21.93,48.62-48.81V284.12a8.24,8.24,0,0,1,3.29-6.59h0a62.59,62.59,0,0,1,81.4,5.78,16,16,0,0,0,22.62,0,51.91,51.91,0,0,1,73.38,0,16,16,0,0,0,19.54,2.41A16.4,16.4,0,0,0,480,271.51,222.54,222.54,0,0,0,414.39,113.61Z\"/></svg></li><li title=\"unlink outline \"><svg id=\"icons\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M208,352H144a96,96,0,0,1,0-192h64\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"36\"/><path d=\"M304,160h64a96,96,0,0,1,0,192H304\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"36\"/></svg></li><li title=\"unlink sharp \"><svg id=\"icons\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M200.66,352H144a96,96,0,0,1,0-192h55.41\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"square\" stroke-linejoin=\"round\" stroke-width=\"48\"/><path d=\"M312.59,160H368a96,96,0,0,1,0,192H311.34\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"square\" stroke-linejoin=\"round\" stroke-width=\"48\"/></svg></li><li title=\"unlink \"><svg id=\"icons\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M200.66,352H144a96,96,0,0,1,0-192h55.41\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"48\"/><path d=\"M312.59,160H368a96,96,0,0,1,0,192H311.34\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"48\"/></svg></li><li title=\"videocam off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"32\" stroke-linejoin=\"round\" d=\"M374.79,308.78,457.5,367A16,16,0,0,0,480,352.38V159.62A16,16,0,0,0,457.5,145l-82.71,58.22A16,16,0,0,0,368,216.3v79.4A16,16,0,0,0,374.79,308.78Z\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"32\" stroke-miterlimit=\"10\" d=\"M50.19,140.57A51.94,51.94,0,0,0,32,180V332a52.15,52.15,0,0,0,52,52H268a51.6,51.6,0,0,0,22-4.9\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"32\" stroke-miterlimit=\"10\" d=\"M208,128h60.48A51.68,51.68,0,0,1,320,179.52V248\"/><line fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"32\" stroke-miterlimit=\"10\" x1=\"416\" y1=\"416\" x2=\"80\" y2=\"80\"/></svg></li><li title=\"videocam off sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><rect x=\"232\" y=\"-5.59\" width=\"32\" height=\"507.18\" transform=\"translate(-102.72 248) rotate(-45)\"/><path d=\"M32,112a16,16,0,0,0-16,16V384a16,16,0,0,0,16,16H320a15.89,15.89,0,0,0,9.34-3l-285-285Z\"/><path d=\"M336,208V128a16,16,0,0,0-16-16H179.63L425.07,357.44,496,400V112Z\"/></svg></li><li title=\"videocam off \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M336,179.52A67.52,67.52,0,0,0,268.48,112h-79.2a4,4,0,0,0-2.82,6.83L329.17,261.54a4,4,0,0,0,6.83-2.82Z\"/><path d=\"M16,180V332a68,68,0,0,0,68,68H268a67.66,67.66,0,0,0,42.84-15.24,4,4,0,0,0,.33-6L54.41,122a4,4,0,0,0-4.87-.62A68,68,0,0,0,16,180Z\"/><path d=\"M464,384.39a32,32,0,0,1-13-2.77,15.77,15.77,0,0,1-2.71-1.54l-82.71-58.22h0A32,32,0,0,1,352,295.7V216.3a32,32,0,0,1,13.58-26.16l82.71-58.22a15.77,15.77,0,0,1,2.71-1.54,32,32,0,0,1,45,29.24V352.38a32,32,0,0,1-32,32Z\"/><line fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-width=\"32\" x1=\"416\" y1=\"416\" x2=\"80\" y2=\"80\"/></svg></li><li title=\"videocam outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M374.79,308.78,457.5,367A16,16,0,0,0,480,352.38V159.62A16,16,0,0,0,457.5,145l-82.71,58.22A16,16,0,0,0,368,216.3v79.4A16,16,0,0,0,374.79,308.78Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M268,384H84a52.15,52.15,0,0,1-52-52V180a52.15,52.15,0,0,1,52-52H268.48A51.68,51.68,0,0,1,320,179.52V332A52.15,52.15,0,0,1,268,384Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/></svg></li><li title=\"videocam sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M336,208V128a16,16,0,0,0-16-16H32a16,16,0,0,0-16,16V384a16,16,0,0,0,16,16H320a16,16,0,0,0,16-16V304l160,96V112Z\"/></svg></li><li title=\"videocam \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M464,384.39a32,32,0,0,1-13-2.77,15.77,15.77,0,0,1-2.71-1.54l-82.71-58.22h0A32,32,0,0,1,352,295.7V216.3a32,32,0,0,1,13.58-26.16l82.71-58.22a15.77,15.77,0,0,1,2.71-1.54,32,32,0,0,1,45,29.24V352.38a32,32,0,0,1-32,32Z\"/><path d=\"M268,400H84a68.07,68.07,0,0,1-68-68V180a68.07,68.07,0,0,1,68-68H268.48A67.6,67.6,0,0,1,336,179.52V332A68.07,68.07,0,0,1,268,400Z\"/></svg></li><li title=\"volume high outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M126,192H56a8,8,0,0,0-8,8V312a8,8,0,0,0,8,8h69.65a15.93,15.93,0,0,1,10.14,3.54l91.47,74.89A8,8,0,0,0,240,392V120a8,8,0,0,0-12.74-6.43l-91.47,74.89A15,15,0,0,1,126,192Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M320,320c9.74-19.38,16-40.84,16-64,0-23.48-6-44.42-16-64\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M368,368c19.48-33.92,32-64.06,32-112s-12-77.74-32-112\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M416,416c30-46,48-91.43,48-160S446,143,416,96\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"volume high sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M320,320c9.74-19.38,16-40.84,16-64,0-23.48-6-44.42-16-64\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M368,368c19.48-33.92,32-64.06,32-112s-12-77.74-32-112\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M416,416c30-46,48-91.43,48-160S446,143,416,96\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/><polygon points=\"125.65 176.1 32 176.1 32 335.9 125.65 335.9 256 440 256 72 125.65 176.1\"/></svg></li><li title=\"volume high \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M232,416a23.88,23.88,0,0,1-14.2-4.68,8.27,8.27,0,0,1-.66-.51L125.76,336H56a24,24,0,0,1-24-24V200a24,24,0,0,1,24-24h69.75l91.37-74.81a8.27,8.27,0,0,1,.66-.51A24,24,0,0,1,256,120V392a24,24,0,0,1-24,24ZM125.82,336Zm-.27-159.86Z\"/><path d=\"M320,336a16,16,0,0,1-14.29-23.19c9.49-18.87,14.3-38,14.3-56.81,0-19.38-4.66-37.94-14.25-56.73a16,16,0,0,1,28.5-14.54C346.19,208.12,352,231.44,352,256c0,23.86-6,47.81-17.7,71.19A16,16,0,0,1,320,336Z\"/><path d=\"M368,384a16,16,0,0,1-13.86-24C373.05,327.09,384,299.51,384,256c0-44.17-10.93-71.56-29.82-103.94a16,16,0,0,1,27.64-16.12C402.92,172.11,416,204.81,416,256c0,50.43-13.06,83.29-34.13,120A16,16,0,0,1,368,384Z\"/><path d=\"M416,432a16,16,0,0,1-13.39-24.74C429.85,365.47,448,323.76,448,256c0-66.5-18.18-108.62-45.49-151.39a16,16,0,1,1,27-17.22C459.81,134.89,480,181.74,480,256c0,64.75-14.66,113.63-50.6,168.74A16,16,0,0,1,416,432Z\"/></svg></li><li title=\"volume low outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M189.65,192H120a8,8,0,0,0-8,8V312a8,8,0,0,0,8,8h69.65a16,16,0,0,1,10.14,3.63l91.47,75A8,8,0,0,0,304,392.17V119.83a8,8,0,0,0-12.74-6.44l-91.47,75A16,16,0,0,1,189.65,192Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M384,320c9.74-19.41,16-40.81,16-64,0-23.51-6-44.4-16-64\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"volume low sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M391.12,341.48l-28.6-14.36,7.18-14.3c9.49-18.9,14.3-38,14.3-56.82,0-19.36-4.66-37.92-14.25-56.73L362.48,185,391,170.48l7.26,14.25C410.2,208.16,416,231.47,416,256c0,23.83-6,47.78-17.7,71.18Z\"/><polygon points=\"189.65 176.1 96 176.1 96 335.9 189.65 335.9 320 440 320 72 189.65 176.1\"/></svg></li><li title=\"volume low \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M296,416.19a23.92,23.92,0,0,1-14.21-4.69l-.66-.51-91.46-75H120a24,24,0,0,1-24-24V200a24,24,0,0,1,24-24h69.65l91.46-75,.66-.51A24,24,0,0,1,320,119.83V392.17a24,24,0,0,1-24,24Z\"/><path d=\"M384,336a16,16,0,0,1-14.29-23.18c9.49-18.9,14.3-38,14.3-56.82,0-19.36-4.66-37.92-14.25-56.73a16,16,0,0,1,28.5-14.54C410.2,208.16,416,231.47,416,256c0,23.83-6,47.78-17.7,71.18A16,16,0,0,1,384,336Z\"/></svg></li><li title=\"volume medium outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M157.65,192H88a8,8,0,0,0-8,8V312a8,8,0,0,0,8,8h69.65a16,16,0,0,1,10.14,3.63l91.47,75A8,8,0,0,0,272,392.17V119.83a8,8,0,0,0-12.74-6.44l-91.47,75A16,16,0,0,1,157.65,192Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M352,320c9.74-19.41,16-40.81,16-64,0-23.51-6-44.4-16-64\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M400,368c19.48-34,32-64,32-112s-12-77.7-32-112\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"volume medium sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polygon points=\"157.65 176.1 64 176.1 64 335.9 157.65 335.9 288 440 288 72 157.65 176.1\"/><path d=\"M352,320c9.74-19.41,16-40.81,16-64,0-23.51-6-44.4-16-64\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M400,368c19.48-34,32-64,32-112s-12-77.7-32-112\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"volume medium \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M264,416.19a23.92,23.92,0,0,1-14.21-4.69l-.66-.51-91.46-75H88a24,24,0,0,1-24-24V200a24,24,0,0,1,24-24h69.65l91.46-75,.66-.51A24,24,0,0,1,288,119.83V392.17a24,24,0,0,1-24,24Z\"/><path d=\"M352,336a16,16,0,0,1-14.29-23.18c9.49-18.9,14.3-38,14.3-56.82,0-19.36-4.66-37.92-14.25-56.73a16,16,0,0,1,28.5-14.54C378.2,208.16,384,231.47,384,256c0,23.83-6,47.78-17.7,71.18A16,16,0,0,1,352,336Z\"/><path d=\"M400,384a16,16,0,0,1-13.87-24C405,327.05,416,299.45,416,256c0-44.12-10.94-71.52-29.83-103.95A16,16,0,0,1,413.83,136C434.92,172.16,448,204.88,448,256c0,50.36-13.06,83.24-34.12,120A16,16,0,0,1,400,384Z\"/></svg></li><li title=\"volume mute outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><line x1=\"416\" y1=\"432\" x2=\"64\" y2=\"80\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M224,136.92v33.8a4,4,0,0,0,1.17,2.82l24,24a4,4,0,0,0,6.83-2.82V120.57a24.53,24.53,0,0,0-12.67-21.72,23.91,23.91,0,0,0-25.55,1.83,8.27,8.27,0,0,0-.66.51l-31.94,26.15a4,4,0,0,0-.29,5.92l17.05,17.06a4,4,0,0,0,5.37.26Z\"/><path d=\"M224,375.08l-78.07-63.92A32,32,0,0,0,125.65,304H64V208h50.72a4,4,0,0,0,2.82-6.83l-24-24A4,4,0,0,0,90.72,176H56a24,24,0,0,0-24,24V312a24,24,0,0,0,24,24h69.76l91.36,74.8a8.27,8.27,0,0,0,.66.51A23.93,23.93,0,0,0,243.63,413,24.49,24.49,0,0,0,256,391.45V341.28a4,4,0,0,0-1.17-2.82l-24-24a4,4,0,0,0-6.83,2.82ZM125.82,336Z\"/><path d=\"M352,256c0-24.56-5.81-47.88-17.75-71.27a16,16,0,0,0-28.5,14.54C315.34,218.06,320,236.62,320,256q0,4-.31,8.13a8,8,0,0,0,2.32,6.25l19.66,19.67a4,4,0,0,0,6.75-2A146.89,146.89,0,0,0,352,256Z\"/><path d=\"M416,256c0-51.19-13.08-83.89-34.18-120.06a16,16,0,0,0-27.64,16.12C373.07,184.44,384,211.83,384,256c0,23.83-3.29,42.88-9.37,60.65a8,8,0,0,0,1.9,8.26l16.77,16.76a4,4,0,0,0,6.52-1.27C410.09,315.88,416,289.91,416,256Z\"/><path d=\"M480,256c0-74.26-20.19-121.11-50.51-168.61a16,16,0,1,0-27,17.22C429.82,147.38,448,189.5,448,256c0,47.45-8.9,82.12-23.59,113a4,4,0,0,0,.77,4.55L443,391.39a4,4,0,0,0,6.4-1C470.88,348.22,480,307,480,256Z\"/></svg></li><li title=\"volume mute sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><line x1=\"416\" y1=\"432\" x2=\"64\" y2=\"80\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M352,256c0-24.56-5.81-47.88-17.75-71.27L327,170.47,298.48,185l7.27,14.25C315.34,218.06,320,236.62,320,256a112.91,112.91,0,0,1-.63,11.74l27.32,27.32A148.8,148.8,0,0,0,352,256Z\"/><path d=\"M416,256c0-51.19-13.08-83.89-34.18-120.06l-8.06-13.82-27.64,16.12,8.06,13.82C373.07,184.44,384,211.83,384,256c0,25.93-3.89,46.21-11,65.33l24.5,24.51C409.19,319.68,416,292.42,416,256Z\"/><path d=\"M480,256c0-74.26-20.19-121.11-50.51-168.61L420.88,73.9l-27,17.22,8.61,13.49C429.82,147.38,448,189.5,448,256c0,48.76-9.4,84-24.82,115.55l23.7,23.7C470.16,351.39,480,309,480,256Z\"/><polygon points=\"256 72 182.4 130.78 256 204.37 256 72\"/><polygon points=\"32 176.1 32 335.9 125.65 335.9 256 440 256 339.63 92.47 176.1 32 176.1\"/></svg></li><li title=\"volume mute \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><line x1=\"416\" y1=\"432\" x2=\"64\" y2=\"80\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M243.33,98.86a23.89,23.89,0,0,0-25.55,1.82l-.66.51L188.6,124.54a8,8,0,0,0-.59,11.85l54.33,54.33A8,8,0,0,0,256,185.06V120.57A24.51,24.51,0,0,0,243.33,98.86Z\"/><path d=\"M251.33,335.29,96.69,180.69A16,16,0,0,0,85.38,176H56a24,24,0,0,0-24,24V312a24,24,0,0,0,24,24h69.76l92,75.31A23.9,23.9,0,0,0,243.63,413,24.51,24.51,0,0,0,256,391.45V346.59A16,16,0,0,0,251.33,335.29Z\"/><path d=\"M352,256c0-24.56-5.81-47.87-17.75-71.27a16,16,0,1,0-28.5,14.55C315.34,218.06,320,236.62,320,256q0,4-.31,8.13a8,8,0,0,0,2.32,6.25l14.36,14.36a8,8,0,0,0,13.55-4.31A146,146,0,0,0,352,256Z\"/><path d=\"M416,256c0-51.18-13.08-83.89-34.18-120.06a16,16,0,0,0-27.64,16.12C373.07,184.44,384,211.83,384,256c0,23.83-3.29,42.88-9.37,60.65a8,8,0,0,0,1.9,8.26L389,337.4a8,8,0,0,0,13.13-2.79C411,311.76,416,287.26,416,256Z\"/><path d=\"M480,256c0-74.25-20.19-121.11-50.51-168.61a16,16,0,1,0-27,17.22C429.82,147.38,448,189.5,448,256c0,46.19-8.43,80.27-22.43,110.53a8,8,0,0,0,1.59,9l11.92,11.92A8,8,0,0,0,452,385.29C471.6,344.9,480,305,480,256Z\"/></svg></li><li title=\"volume off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M237.65,192H168a8,8,0,0,0-8,8V312a8,8,0,0,0,8,8h69.65a16,16,0,0,1,10.14,3.63l91.47,75A8,8,0,0,0,352,392.17V119.83a8,8,0,0,0-12.74-6.44l-91.47,75A16,16,0,0,1,237.65,192Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"volume off sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><polygon points=\"237.65 176.1 144 176.1 144 335.9 237.65 335.9 368 440 368 72 237.65 176.1\"/></svg></li><li title=\"volume off \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M344,416a23.92,23.92,0,0,1-14.21-4.69c-.23-.16-.44-.33-.66-.51l-91.46-74.9H168a24,24,0,0,1-24-24V200.07a24,24,0,0,1,24-24h69.65l91.46-74.9c.22-.18.43-.35.66-.51A24,24,0,0,1,368,120V392a24,24,0,0,1-24,24Z\"/></svg></li><li title=\"walk outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M314.21,482.32,257.44,367.58l-44.89-57.39a72.82,72.82,0,0,1-10.13-37.05V144h15.67a40.22,40.22,0,0,1,40.23,40.22V367.58\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M127.9,293.05V218.53S165.16,144,202.42,144\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"370.1\" y1=\"274.42\" x2=\"304\" y2=\"231\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"170.53\" y1=\"478.36\" x2=\"224\" y2=\"400\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><circle cx=\"258.32\" cy=\"69.48\" r=\"37.26\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"walk sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M315.09,481.38,258.14,366.26l-45-57.56a73.11,73.11,0,0,1-10.16-37.17V142h15.73A40.36,40.36,0,0,1,259,182.32V344.84\" style=\"stroke:currentColor;stroke-linecap:square;stroke-linejoin:round;stroke-width:32px\"/><polyline points=\"128.18 291.5 128.18 216.73 193.13 151.63\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-linejoin:round;stroke-width:32px\"/><polygon points=\"376.35 295.73 292.4 239.35 292.4 194.67 397.08 267.62 376.35 295.73\"/><polygon points=\"175.13 498.58 153.7 471.67 234.03 390.13 249.56 422.2 175.13 498.58\"/><circle cx=\"259.02\" cy=\"67.21\" r=\"37.38\" style=\"stroke:currentColor;stroke-linecap:square;stroke-linejoin:round;stroke-width:16px\"/></svg></li><li title=\"walk \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M312.55,479.9l-56.42-114-44.62-57A72.37,72.37,0,0,1,201.45,272V143.64H217a40,40,0,0,1,40,40V365.85\" style=\"stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M127.38,291.78V217.71s37-74.07,74.07-74.07\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M368.09,291.78a18.49,18.49,0,0,1-10.26-3.11L297.7,250A21.18,21.18,0,0,1,288,232.21v-23.7a5.65,5.65,0,0,1,8.69-4.77l81.65,54.11a18.52,18.52,0,0,1-10.29,33.93Z\"/><path d=\"M171.91,493.47a18.5,18.5,0,0,1-14.83-7.41c-6.14-8.18-4-17.18,3.7-25.92l59.95-74.66a7.41,7.41,0,0,1,10.76,2.06c1.56,2.54,3.38,5.65,5.19,9.09,5.24,9.95,6,16.11-1.68,25.7-8,10-52,67.44-52,67.44C180.38,492.75,175.77,493.47,171.91,493.47Z\"/><circle cx=\"257\" cy=\"69.56\" r=\"37.04\" style=\"stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:16px\"/></svg></li><li title=\"wallet outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><rect x=\"48\" y=\"144\" width=\"416\" height=\"288\" rx=\"48\" ry=\"48\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M411.36,144V114A50,50,0,0,0,352,64.9L88.64,109.85A50,50,0,0,0,48,159v49\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M368,320a32,32,0,1,1,32-32A32,32,0,0,1,368,320Z\"/></svg></li><li title=\"wallet sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M47.5,104H432V51.52a16,16,0,0,0-19.14-15.69l-368,60.48a16,16,0,0,0-12,10.47A39.69,39.69,0,0,1,47.5,104Z\"/><path d=\"M463.5,128H47.5a16,16,0,0,0-16,16V432a16,16,0,0,0,16,16h416a16,16,0,0,0,16-16V144A16,16,0,0,0,463.5,128ZM368,320a32,32,0,1,1,32-32A32,32,0,0,1,368,320Z\"/><path d=\"M31.33,259.5V116c0-12.33,5.72-18.48,15.42-20,35.2-5.53,108.58-8.5,108.58-8.5s-8.33,16-27.33,16V128c18.5,0,31.33,23.5,31.33,23.5L84.83,236Z\"/></svg></li><li title=\"wallet \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M95.5,104h320a87.73,87.73,0,0,1,11.18.71,66,66,0,0,0-77.51-55.56L86,94.08l-.3,0a66,66,0,0,0-41.07,26.13A87.57,87.57,0,0,1,95.5,104Z\"/><path d=\"M415.5,128H95.5a64.07,64.07,0,0,0-64,64V384a64.07,64.07,0,0,0,64,64h320a64.07,64.07,0,0,0,64-64V192A64.07,64.07,0,0,0,415.5,128ZM368,320a32,32,0,1,1,32-32A32,32,0,0,1,368,320Z\"/><path d=\"M32,259.5V160c0-21.67,12-58,53.65-65.87C121,87.5,156,87.5,156,87.5s23,16,4,16S141.5,128,160,128s0,23.5,0,23.5L85.5,236Z\"/></svg></li><li title=\"warning outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M85.57,446.25H426.43a32,32,0,0,0,28.17-47.17L284.18,82.58c-12.09-22.44-44.27-22.44-56.36,0L57.4,399.08A32,32,0,0,0,85.57,446.25Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M250.26,195.39l5.74,122,5.73-121.95a5.74,5.74,0,0,0-5.79-6h0A5.74,5.74,0,0,0,250.26,195.39Z\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M256,397.25a20,20,0,1,1,20-20A20,20,0,0,1,256,397.25Z\"/></svg></li><li title=\"warning sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M479,447.77,268.43,56.64a8,8,0,0,0-14.09,0L43.73,447.77a8,8,0,0,0,7.05,11.79H472A8,8,0,0,0,479,447.77ZM281.38,411.48h-40v-40h40Zm-4-63.92h-32l-6-160h44Z\"/></svg></li><li title=\"warning \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M449.07,399.08,278.64,82.58c-12.08-22.44-44.26-22.44-56.35,0L51.87,399.08A32,32,0,0,0,80,446.25H420.89A32,32,0,0,0,449.07,399.08Zm-198.6-1.83a20,20,0,1,1,20-20A20,20,0,0,1,250.47,397.25ZM272.19,196.1l-5.74,122a16,16,0,0,1-32,0l-5.74-121.95v0a21.73,21.73,0,0,1,21.5-22.69h.21a21.74,21.74,0,0,1,21.73,22.7Z\"/></svg></li><li title=\"watch outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><rect x=\"112\" y=\"112\" width=\"288\" height=\"288\" rx=\"64\" ry=\"64\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M176,112V40a8,8,0,0,1,8-8H328a8,8,0,0,1,8,8v72\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M336,400v72a8,8,0,0,1-8,8H184a8,8,0,0,1-8-8V400\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"watch sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><rect x=\"136\" y=\"136\" width=\"240\" height=\"240\" rx=\"8\" ry=\"8\"/><path d=\"M384,96H336V16H176V96H128a32,32,0,0,0-32,32V384a32,32,0,0,0,32,32h48v80H336V416h48a32,32,0,0,0,32-32V128A32,32,0,0,0,384,96Zm8,272a24,24,0,0,1-24,24H144a24,24,0,0,1-24-24V144a24,24,0,0,1,24-24H368a24,24,0,0,1,24,24Z\"/></svg></li><li title=\"watch \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><rect x=\"136\" y=\"136\" width=\"240\" height=\"240\" rx=\"56\" ry=\"56\"/><path d=\"M336,96V32a16,16,0,0,0-16-16H192a16,16,0,0,0-16,16V96a80.09,80.09,0,0,0-80,80V336a80.09,80.09,0,0,0,80,80v64a16,16,0,0,0,16,16H320a16,16,0,0,0,16-16V416a80.09,80.09,0,0,0,80-80V176A80.09,80.09,0,0,0,336,96Zm56,224a72.08,72.08,0,0,1-72,72H192a72.08,72.08,0,0,1-72-72V192a72.08,72.08,0,0,1,72-72H320a72.08,72.08,0,0,1,72,72Z\"/></svg></li><li title=\"water outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M400,320c0,88.37-55.63,144-144,144S112,408.37,112,320c0-94.83,103.23-222.85,134.89-259.88a12,12,0,0,1,18.23,0C296.77,97.15,400,225.17,400,320Z\" style=\"fill:none;stroke:currentColor;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M344,328a72,72,0,0,1-72,72\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"water sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M256,43.91s-144,158.3-144,270.3c0,88.36,55.64,144,144,144s144-55.64,144-144C400,202.21,256,43.91,256,43.91Zm16,362.3v-24a60.07,60.07,0,0,0,60-60h24A84.09,84.09,0,0,1,272,406.21Z\"/></svg></li><li title=\"water \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M265.12,60.12a12,12,0,0,0-18.23,0C215.23,97.15,112,225.17,112,320c0,88.37,55.64,144,144,144s144-55.63,144-144C400,225.17,296.77,97.15,265.12,60.12ZM272,412a12,12,0,0,1-11.34-16,11.89,11.89,0,0,1,11.41-8A60.06,60.06,0,0,0,332,328.07a11.89,11.89,0,0,1,8-11.41A12,12,0,0,1,356,328,84.09,84.09,0,0,1,272,412Z\"/></svg></li><li title=\"wifi outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M332.41,310.59a115,115,0,0,0-152.8,0\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M393.46,249.54a201.26,201.26,0,0,0-274.92,0\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M447.72,182.11a288,288,0,0,0-383.44,0\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><path d=\"M256,416a32,32,0,1,1,32-32A32,32,0,0,1,256,416Z\"/></svg></li><li title=\"wifi sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M332.69,320a115,115,0,0,0-152.8,0\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-linejoin:round;stroke-width:42px\"/><path d=\"M393.74,259a201.26,201.26,0,0,0-274.92,0\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-linejoin:round;stroke-width:42px\"/><path d=\"M448,191.52a288,288,0,0,0-383.44,0\" style=\"fill:none;stroke:currentColor;stroke-linecap:square;stroke-linejoin:round;stroke-width:42px\"/><path d=\"M300.67,384,256,433l-44.34-49a56.73,56.73,0,0,1,88.92,0Z\"/></svg></li><li title=\"wifi \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M346.65,304.3a136,136,0,0,0-180.71,0,21,21,0,1,0,27.91,31.38,94,94,0,0,1,124.89,0,21,21,0,0,0,27.91-31.4Z\"/><path d=\"M256.28,183.7a221.47,221.47,0,0,0-151.8,59.92,21,21,0,1,0,28.68,30.67,180.28,180.28,0,0,1,246.24,0,21,21,0,1,0,28.68-30.67A221.47,221.47,0,0,0,256.28,183.7Z\"/><path d=\"M462,175.86a309,309,0,0,0-411.44,0,21,21,0,1,0,28,31.29,267,267,0,0,1,355.43,0,21,21,0,0,0,28-31.31Z\"/><circle cx=\"256.28\" cy=\"393.41\" r=\"32\"/></svg></li><li title=\"wine outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M398.57,80H113.43V96S87.51,272,256,272,398.57,96,398.57,96Z\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"256\" y1=\"272\" x2=\"256\" y2=\"432\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"352\" y1=\"432\" x2=\"160\" y2=\"432\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/><line x1=\"112\" y1=\"160\" x2=\"400\" y2=\"160\" style=\"fill:none;stroke:currentColor;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"wine sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M453,112V66.33H60.75V112L235.88,288V406H124.75v42H389V406H277.88V288Zm-336.65-3.67h281l-37.81,38H154.16Z\"/></svg></li><li title=\"wine \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M414.56,94.92V80a16,16,0,0,0-16-16H113.44a16,16,0,0,0-16,16V94.92c-1.46,11.37-9.65,90.74,36.93,144.69,24.87,28.8,60.36,44.85,105.63,47.86V416H160a16,16,0,0,0,0,32H352a16,16,0,0,0,0-32H272V287.47c45.27-3,80.76-19.06,105.63-47.86C424.21,185.66,416,106.29,414.56,94.92Zm-285.3,3.41a15.14,15.14,0,0,0,.18-2.33H382.56a15.14,15.14,0,0,0,.18,2.33,201.91,201.91,0,0,1,0,45.67H129.32A204.29,204.29,0,0,1,129.26,98.33Z\"/></svg></li><li title=\"woman outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><path d=\"M208,368V472a23.73,23.73,0,0,0,24,24h0a23.73,23.73,0,0,0,24-24\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M256,368V472a23.73,23.73,0,0,0,24,24h0a23.73,23.73,0,0,0,24-24V368\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><path d=\"M183,274a23.73,23.73,0,0,1-29.84,16.18h0a23.72,23.72,0,0,1-16.17-29.84l25-84.28A44.85,44.85,0,0,1,205,144H307a44.85,44.85,0,0,1,43,32.08l25,84.28a23.72,23.72,0,0,1-16.17,29.84h0A23.73,23.73,0,0,1,329.05,274\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><circle cx=\"256\" cy=\"56\" r=\"40\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px\"/><polyline points=\"208 192 160 352 352 352 304 192\" style=\"fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px\"/></svg></li><li title=\"woman sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><circle cx=\"255.75\" cy=\"56\" r=\"56\"/><path d=\"M310.28,191.4h.05l7.66-2.3,36.79,122.6,46-13.8-16.21-54.16c0-.12,0-.24-.07-.36l-16.84-56.12-4.71-15.74h0l-.9-3H362l-2.51-8.45a44.84,44.84,0,0,0-43-32.08H195.24a44.84,44.84,0,0,0-43,32.08l-2.51,8.45h-.06l-.9,3h0l-4.71,15.74-16.84,56.12c0,.12,0,.24-.07.36L110.94,297.9l46,13.8L193.7,189.1l7.54,2.26L148.25,368h51.5V512h52V368h8V512h52V368h51.51Z\"/></svg></li><li title=\"woman \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"512\" height=\"512\" viewBox=\"0 0 512 512\"><circle cx=\"255.75\" cy=\"56\" r=\"56\"/><path d=\"M394.63,277.9,384.3,243.49s0-.07,0-.11l-22.46-74.86h-.05l-2.51-8.45a44.87,44.87,0,0,0-43-32.08h-120a44.84,44.84,0,0,0-43,32.08l-2.51,8.45h-.06l-22.46,74.86s0,.07,0,.11L117.88,277.9c-3.12,10.39,2.3,21.66,12.57,25.14a20,20,0,0,0,25.6-13.18l25.58-85.25h0l2.17-7.23A8,8,0,0,1,199.33,200a7.78,7.78,0,0,1-.17,1.61v0L155.43,347.4A16,16,0,0,0,170.75,368h29V482.69c0,16.46,10.53,29.31,24,29.31s24-12.85,24-29.31V368h16V482.69c0,16.46,10.53,29.31,24,29.31s24-12.85,24-29.31V368h30a16,16,0,0,0,15.33-20.6L313.34,201.59a7.52,7.52,0,0,1-.16-1.59,8,8,0,0,1,15.54-2.63l2.17,7.23h0l25.57,85.25A20,20,0,0,0,382.05,303C392.32,299.56,397.74,288.29,394.63,277.9Z\"/></svg></li></ul>\n"
  },
  {
    "path": "resources/svg/icons/ionicons/readme.md",
    "content": "# Ionicons\n\n[Ionicons](http://ionicons.com/) is a completely open-source icon set with 1,300 icons crafted for web, iOS, Android, and desktop apps. Ionicons was built for [Ionic Framework](https://ionicframework.com/), so icons have both Material Design and iOS versions.\n\nNote: All brand icons are trademarks of their respective owners. The use of these trademarks does not indicate endorsement of the trademark holder by Ionic, nor vice versa.\n\nWe intend for this icon pack to be used with [Ionic](http://ionicframework.com/), but it’s by no means limited to it. Use them wherever you see fit, personal or commercial. They are free to use and licensed under [MIT](http://opensource.org/licenses/MIT).\n\n\n## Contributing\n\nThanks for your interest in contributing! Read up on our guidelines for\n[contributing](https://github.com/ionic-team/ionicons/blob/master/.github/CONTRIBUTING.md)\nand then look through our issues with a [help wanted](https://github.com/ionic-team/ionicons/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22)\nlabel.\n\n\n## Using the Web Component\n\nThe Ionicons Web Component is an easy and performant way to use Ionicons in your app. The component will dynamically load an SVG for each icon, so your app is only requesting the icons that you need.\n\nAlso note that only visible icons are loaded, and icons which are \"below the fold\" and hidden from the user's view do not make fetch requests for the svg resource.\n\n### Installation\n\nIf you're using [Ionic Framework](https://ionicframework.com/), Ionicons is packaged by default, so no installation is necessary. Want to use Ionicons without Ionic Framework? Place the following `<script>` near the end of your page, right before the closing </body> tag, to enable them.\n\n```html\n<script src=\"https://unpkg.com/ionicons@5.0.0/dist/ionicons.js\"></script>\n```\n\n### Basic usage\n\nTo use a built-in icon from the Ionicons package, populate the `name` attribute on the ion-icon component:\n\n```html\n<ion-icon name=\"heart\"></ion-icon>\n```\n\n### Custom icons\n\nTo use a custom SVG, provide its url in the `src` attribute to request the external SVG file. The `src` attribute works the same as `<img src=\"...\">` in that the url must be accessible from the webpage that's making a request for the image. Additionally, the external file can only be a valid svg and does not allow scripts or events within the svg element.\n\n```html\n<ion-icon src=\"/path/to/external/file.svg\"></ion-icon>\n```\n\n## Variants\nEach app icon in Ionicons has a `filled`, `outline` and `sharp` variant. These different variants are provided to make your app feel native to a variety of platforms. The filled variant uses the default name without a suffix. Note: Logo icons do not have outline or sharp variants.\n\n```html\n<ion-icon name=\"heart\"></ion-icon> <!--filled-->\n<ion-icon name=\"heart-outline\"></ion-icon> <!--outline-->\n<ion-icon name=\"heart-sharp\"></ion-icon> <!--sharp-->\n```\n\n### Platform specificity\nWhen using icons in Ionic Framework you can specify different icons per platform. Use the `md` and `ios` attributes and provide the platform specific icon/variant name.\n\n```html\n<ion-icon ios=\"heart-outline\" md=\"heart-sharp\"></ion-icon>\n```\n\n## Size\n\nTo specify the icon size, you can use the size attribute for our pre-defined font sizes.\n\n```html\n<ion-icon size=\"small\"></ion-icon>\n<ion-icon size=\"large\"></ion-icon>\n```\n\nOr you can set a specific size by applying the `font-size` CSS property on the `ion-icon` component. It's recommended to use pixel sizes that are a multiple of 8 (8, 16, 32, 64, etc.)\n\n```css\nion-icon {\n  font-size: 64px;\n}\n```\n\n## Color\n\nSpecify the icon color by applying the `color` CSS property on the `ion-icon` component.\n\n```css\nion-icon {\n  color: blue;\n}\n```\n\n## Stroke width\nWhen using an `outline` icon variant it is possible to adjust the stroke width, for improved visual balance relative to the icon's size or relative to the width of adjacent text. You can set a specific size by applying the `--ionicon-stroke-width` CSS custom property to the `ion-icon` component. The default value is 32px.\n\n```html\n<ion-icon name=\"heart-outline\"></ion-icon>\n```\n\n```css\nion-icon {\n  --ionicon-stroke-width: 16px;\n}\n```\n\n## Migrating from v4\n\nSee the [5.0 release notes](https://github.com/ionic-team/ionicons/releases/tag/5.0.0) for a list of icon deletions/renames.\n\n## License\n\nIonicons is licensed under the [MIT license](http://opensource.org/licenses/MIT).\n\n\n## Related\n\n* [Ionicons Homepage](http://ionicons.com/)\n* [Ionic Framework](https://ionicframework.com/)\n* [Ionic Worldwide Slack](http://ionicworldwide.herokuapp.com/)\n* [Ionic Forum](https://forum.ionicframework.com/)\n* [Stencil](https://stenciljs.com/)\n* [Stencil Worldwide Slack](https://stencil-worldwide.slack.com)\n* [Capacitor](https://capacitorjs.com/)\n"
  },
  {
    "path": "resources/svg/icons/jam-icons/LICENSE",
    "content": "MIT License\n\nCopyright (c) 2017-Present Michael Amprimo\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n"
  },
  {
    "path": "resources/svg/icons/jam-icons/README.md",
    "content": "<p align=\"center\">\n  <img src=\"https://jam-icons.com/logo.svg\">\n</p>\n\nJam icons is a set of SVG icons designed for web projects, illustrations, print projects, etc. Licensed under MIT.\nIcons: [https://jam-icons.com](https://jam-icons.com)\n\n## What's new?\n\nSupport for font and JS has been dropped to focus on SVG only (v3). The idea is to simplify the current package, believing that SVG / inline SVG is the principal way to go when it comes to web icons.\n\n## Usage\n\n#### Full list\n\nThe complete icons list is available on [https://jam-icons.com](https://jam-icons.com).\nYou'll be able to either download the SVG file or copy the markup when hovering an icon.\n\n#### Download Set\n\nHit the **download** button to download the full set.\n\n## Support\n\nIf you have some icons ideas, please open a new **issue**. Thanks for your support!\n\n## Compatibility\n\n#### Version 2.0.0\n\nThe V2 is still available at [https://v2.jam-icons.com/](https://v2.jam-icons.com/)\n\n## Changelog\n\nJam icons is following the [Semantic Versioning](http://semver.org/) with the MAJOR.MINOR.PATCH format.\n\n- V3.1.0 - 44 new icons\n- V3.0.0 - Set update\n- V2.0.0 - New release with 896 icons\n- V1.0.72 - Optimizing SVGs\n- V1.0.0 - First release with 422 icons\n\n## License\n\nThis project is licensed under [MIT](https://opensource.org/licenses/MIT)\n"
  },
  {
    "path": "resources/svg/icons/jam-icons/index.html",
    "content": "<style>\nul.svg-list {\n\tlist-style:none;\n\tpadding:0;\n\tmargin:10px 0 0;\n}\nul.svg-list li {\n\tdisplay:inline-block;\n\tposition:relative;\n\twidth:32px;\n\theight:32px;\n\tpadding:3px;\n\tmargin-right:5px;\n\tmargin-bottom:5px;\n\tbox-shadow:0px 3px 6px 0px rgba(0, 0, 0, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.08);\n}\n\nul.svg-list li:hover {\n\tbox-shadow:none;//0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 0px rgba(0, 0, 0, 0.15);\n}\n\nul.svg-list li svg{\n\tmax-width:100%;\n\tmax-height:100%;\n\tfill: var(--bs-body-color);\n\tcolor: var(--bs-border-color);\n}\n\nul.svg-list li span {\n\t//display:none;\n}\n\nul.svg-list li.heading {\n\twidth:100%;\n\tbox-shadow:none;\n\ttext-transform: capitalize;\n\tfont-size: 12px;\n\tline-height: 32px;\t\n}\n\nul.svg-list li span {\n  visibility: hidden;\n  min-width: 120px;\n  background-color: black;\n  color: #fff;\n  text-align: center;\n  border-radius: 6px;\n  padding: 5px 0;\n  \n  /* Position the tooltip */\n  position: absolute;\n  z-index: 1;\n  left:0;\n  top: 105%;\n  font-size:12px;\n}\n\nul.svg-list li:hover  span {\n  visibility: visible;\n}\n\nul.svg-list li:hover  svg {\n\ttransform: scale(2);\n\tfill:blue;\n\tcolor:green;\n}\t\n</style>\n<ul class=\"svg-list\"><li title=\"500px \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M8.991 17.692c3.68 0 6.673-2.972 6.673-6.625 0-3.654-2.994-6.626-6.673-6.626a6.693 6.693 0 0 0-4.798 2.02v-5.34h9.178a.563.563 0 0 0 .564-.56.562.562 0 0 0-.564-.561H3.628a.563.563 0 0 0-.564.56v7.453l-.007.136a.566.566 0 0 0 1.06.294 5.55 5.55 0 0 1 4.874-2.88c3.057 0 5.543 2.468 5.543 5.503s-2.486 5.504-5.543 5.504a5.555 5.555 0 0 1-2.844-.787v-4.716c0-1.558 1.276-2.825 2.844-2.825a2.837 2.837 0 0 1 2.844 2.825c0 1.557-1.275 2.824-2.844 2.824a2.84 2.84 0 0 1-1.095-.217.566.566 0 0 0-.738.302.56.56 0 0 0 .303.733c.486.201 1 .303 1.53.303 2.191 0 3.974-1.77 3.974-3.945 0-2.176-1.783-3.946-3.974-3.946-2.19 0-3.973 1.77-3.973 3.946v3.832a5.46 5.46 0 0 1-1.37-2.366.565.565 0 0 0-1.09.298c.795 2.862 3.44 4.861 6.433 4.861z\"/><path d=\"M5.598 2.833a.56.56 0 0 0-.287.74c.127.283.46.41.745.285 1.77-.78 5.248-1.596 8.647 1.715a.565.565 0 0 0 .8-.008.558.558 0 0 0-.009-.793c-4.02-3.915-8.26-2.66-9.896-1.939zM15.695 16.13a.567.567 0 0 0-.797.056 7.849 7.849 0 0 1-5.907 2.674c-3.98 0-7.322-2.957-7.773-6.878a.564.564 0 0 0-.625-.493.562.562 0 0 0-.497.62c.516 4.488 4.34 7.873 8.895 7.873a8.981 8.981 0 0 0 6.76-3.06.558.558 0 0 0-.056-.791zm-8.141-3.704a.565.565 0 0 0 .799.006l.58-.568.572.575a.565.565 0 0 0 .798.006.558.558 0 0 0 .006-.793l-.572-.576.559-.547a.558.558 0 0 0 .005-.793.567.567 0 0 0-.798-.006l-.559.548-.551-.555a.567.567 0 0 0-.799-.006.558.558 0 0 0-.005.793l.55.555-.579.568a.558.558 0 0 0-.006.793z\"/></svg></li><li title=\"accessibility \"><svg width=\"12\" height=\"14\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\"><path d=\"m5.9 10.016-.324 3.087a1 1 0 1 1-1.989-.21L4.31 6.01H1a1 1 0 0 1 0-2.003h10a1 1 0 0 1 0 2.003H7.69l.723 6.885a1.001 1.001 0 1 1-1.99.209L6.1 10.016h-.2Zm.1-6.01c-1.105 0-2-.897-2-2.003S4.895 0 6 0s2 .897 2 2.003a2.002 2.002 0 0 1-2 2.003Z\"/></svg></li><li title=\"activity \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -3 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M7.116 10.749 6 1.948l-1.116 8.8H1c-.552 0-1-.437-1-.976a.99.99 0 0 1 1-.978h2.116l.9-7.086C4.15.636 5.15-.124 6.245.008c.91.11 1.626.81 1.739 1.7l.899 7.086h1.974L12 16.04l1.142-7.245H19c.552 0 1 .438 1 .978s-.448.977-1 .977h-4.142l-.881 5.587a1.978 1.978 0 0 1-1.672 1.634c-1.092.165-2.113-.567-2.282-1.634l-.88-5.587H7.115z\"/></svg></li><li title=\"airbnb \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-3 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M17.497 13.278c1.017 2.29.441 4.676-1.433 5.938-.774.522-1.592.783-2.431.783-.848 0-1.716-.266-2.583-.797-.512-.314-.966-.72-1.405-1.112-.14-.125-.28-.25-.422-.371a1.07 1.07 0 0 1-.171-.192c-.122.108-.239.214-.353.318-.432.392-.841.762-1.286 1.078-1.643 1.167-3.276 1.38-4.856.635a4.446 4.446 0 0 1-2.3-5.5c.493-1.414 1.135-2.79 1.757-4.12l.02-.043c.883-1.89 1.806-3.797 2.698-5.641l.793-1.641c.34-.706.795-1.498 1.595-2.026.823-.543 1.783-.717 2.703-.49.937.233 1.735.86 2.248 1.764.763 1.346 1.44 2.762 2.015 3.984a374.857 374.857 0 0 1 3.411 7.433zM11.62 3.97l-.555-1.165c-.412-.869-1.167-1.392-2.02-1.4-.873.004-1.65.512-2.09 1.394-.132.265-.268.528-.404.79-.226.439-.46.892-.674 1.35-1.5 3.224-2.883 6.218-4.227 9.152-.396.863-.41 1.772-.043 2.627.35.814.974 1.422 1.757 1.711.324.12.66.179.999.179.483 0 .971-.12 1.432-.36.585-.304 1.097-.738 1.593-1.157.216-.183.432-.366.653-.537.579-.448.26-.959.136-1.158-.572-.915-1.164-1.862-1.624-2.842-.444-.948-.538-1.903-.278-2.837.413-1.482 1.952-2.33 3.503-1.93 1.456.374 2.341 1.873 2.058 3.486-.194 1.107-.66 2.178-1.51 3.475-.055.082-.12.168-.186.255-.24.317-.511.677-.451 1.064.064.41.426.705.745.965.071.058.142.116.206.172.805.711 1.719 1.371 2.951 1.388h.026l.025-.003c.078-.01.156-.019.235-.027.19-.02.389-.04.589-.097a3.056 3.056 0 0 0 1.953-1.692c.37-.83.356-1.766-.038-2.634-1.547-3.41-3.18-6.846-4.761-10.169zm-1.162 7.32c.183-.907.054-1.46-.43-1.85-.311-.248-.642-.373-.988-.373-.256 0-.52.068-.793.204-.545.274-.78.748-.737 1.495.076 1.313.747 2.383 1.504 3.483.633-.89 1.221-1.854 1.444-2.96z\"/></svg></li><li title=\"alarm clock f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -3 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10.962 2.05a5 5 0 1 1 7.668 6.387 9.008 9.008 0 0 0-7.668-6.386zM1.37 8.439a5 5 0 1 1 7.668-6.387A9.008 9.008 0 0 0 1.37 8.438zM10 18a7 7 0 1 1 0-14 7 7 0 0 1 0 14zm1-8V6a1 1 0 0 0-2 0v5a1 1 0 0 0 1 1h3a1 1 0 0 0 0-2h-2z\"/></svg></li><li title=\"alarm clock \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M11 10h2a1 1 0 0 1 0 2h-3a1 1 0 0 1-1-1V6a1 1 0 1 1 2 0v4zm7.63-1.562a9 9 0 1 1-17.26 0 5 5 0 1 1 7.668-6.387 9.102 9.102 0 0 1 1.924 0 5 5 0 1 1 7.668 6.387zm-.938-2.113a3 3 0 0 0-4.48-3.735 9.03 9.03 0 0 1 4.48 3.735zM6.787 2.59a3 3 0 0 0-4.48 3.735 9.03 9.03 0 0 1 4.48-3.735zM10 18a7 7 0 1 0 0-14 7 7 0 0 0 0 14z\"/></svg></li><li title=\"alert f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -1.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 20.393c-5.523 0-10-4.477-10-10 0-5.522 4.477-10 10-10s10 4.478 10 10c0 5.523-4.477 10-10 10zm0-15a1 1 0 0 0-1 1v5a1 1 0 0 0 2 0v-5a1 1 0 0 0-1-1zm0 10a1 1 0 1 0 0-2 1 1 0 0 0 0 2z\"/></svg></li><li title=\"alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0-13a1 1 0 0 1 1 1v5a1 1 0 0 1-2 0V6a1 1 0 0 1 1-1zm0 10a1 1 0 1 1 0-2 1 1 0 0 1 0 2z\"/></svg></li><li title=\"alien f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-3 -1.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M9 20.858c-4.5 0-9-6.03-9-11a9 9 0 1 1 18 0c0 4.97-4.5 11-9 11zm-1.974-6.181c.529-.192 1.42-1.946.853-3.503-.566-1.557-2.399-2.32-2.905-2.135-.506.184-1.42 1.946-.853 3.503.566 1.557 2.376 2.327 2.905 2.135zm3.948 0c.529.192 2.339-.578 2.905-2.135.567-1.557-.347-3.319-.853-3.503-.506-.185-2.339.578-2.905 2.135-.567 1.557.324 3.31.853 3.503z\"/></svg></li><li title=\"alien \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-3 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M9 20c-4.5 0-9-6.03-9-11a9 9 0 1 1 18 0c0 4.97-4.5 11-9 11zm0-2c3.14 0 7-4.869 7-9A7 7 0 0 0 2 9c0 4.131 3.86 9 7 9zm-1.974-4.18c-.529.192-2.339-.579-2.905-2.136-.567-1.557.347-3.319.853-3.503.506-.184 2.339.578 2.905 2.135.567 1.557-.324 3.31-.853 3.503zm3.948 0c-.529-.193-1.42-1.947-.853-3.504.566-1.557 2.399-2.32 2.905-2.135.506.184 1.42 1.946.853 3.503-.566 1.557-2.376 2.328-2.905 2.135z\"/></svg></li><li title=\"align center \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-5 -7 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M3 0h8a1 1 0 0 1 0 2H3a1 1 0 1 1 0-2zm0 8h8a1 1 0 0 1 0 2H3a1 1 0 1 1 0-2zM1 4h12a1 1 0 0 1 0 2H1a1 1 0 1 1 0-2z\"/></svg></li><li title=\"align justify \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-5 -7 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M1 0h12a1 1 0 0 1 0 2H1a1 1 0 1 1 0-2zm0 8h12a1 1 0 0 1 0 2H1a1 1 0 1 1 0-2zm0-4h12a1 1 0 0 1 0 2H1a1 1 0 1 1 0-2z\"/></svg></li><li title=\"align left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-5 -7 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M1 0h6a1 1 0 1 1 0 2H1a1 1 0 1 1 0-2zm0 8h8a1 1 0 1 1 0 2H1a1 1 0 1 1 0-2zm0-4h12a1 1 0 0 1 0 2H1a1 1 0 1 1 0-2z\"/></svg></li><li title=\"align right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-5 -7 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M7 0h6a1 1 0 0 1 0 2H7a1 1 0 1 1 0-2zM5 8h8a1 1 0 0 1 0 2H5a1 1 0 1 1 0-2zM1 4h12a1 1 0 0 1 0 2H1a1 1 0 1 1 0-2z\"/></svg></li><li title=\"amazon \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -3.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M11.829 4.741c-.484.038-1.043.075-1.601.15-.856.111-1.712.261-2.42.596C6.432 6.047 5.5 7.239 5.5 8.993c0 2.2 1.415 3.317 3.202 3.317.596 0 1.08-.073 1.526-.185.708-.224 1.303-.634 2.01-1.38.41.56.52.821 1.229 1.417.186.075.372.075.52-.037a66.533 66.533 0 0 0 1.64-1.417c.185-.15.147-.373.036-.56-.41-.522-.819-.97-.819-1.975V4.816c0-1.418.11-2.722-.93-3.69C13.057.34 11.716.042 10.675.042h-.447C8.329.155 6.319.975 5.872 3.324c-.074.298.15.41.299.449l2.084.26c.223-.038.334-.224.371-.41.187-.82.857-1.23 1.602-1.305h.15c.445 0 .929.187 1.19.558.297.448.26 1.045.26 1.567v.298zm0 2.164c0 .858.036 1.529-.41 2.273-.26.522-.707.858-1.191.97-.074 0-.185.038-.298.038-.818 0-1.303-.633-1.303-1.566 0-1.193.708-1.753 1.6-2.014.485-.112 1.044-.15 1.602-.15v.45zm6.857 8.86c.91-.77 1.294-2.167 1.314-2.897v-.122a.66.66 0 0 0-.08-.344c-.182-.222-1.518-.426-2.67-.081a3.19 3.19 0 0 0-.87.425c-.202.143-.162.323.04.304.223-.041.506-.06.83-.102.708-.06 1.537-.08 1.74.183.281.343-.324 1.843-.588 2.492-.08.203.101.285.284.142z\"/><path d=\"M.1 12.868c2.609 2.37 6.047 3.789 9.89 3.789 2.386 0 5.136-.67 7.26-1.945.284-.163.566-.346.828-.548.364-.262.041-.669-.323-.507-.161.06-.344.143-.505.203a19.487 19.487 0 0 1-7.038 1.338c-3.6 0-7.078-.993-9.89-2.634-.263-.141-.445.122-.222.304z\"/></svg></li><li title=\"anchor \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M16.93 11.998A1 1 0 0 1 17 10h2a1 1 0 0 1 0 2h-.055a9.001 9.001 0 0 1-17.89 0H1a1 1 0 0 1 0-2h2a1 1 0 0 1 .07 1.998A7.005 7.005 0 0 0 9 17.929V7.874A4.002 4.002 0 0 1 10 0a4 4 0 0 1 1 7.874v10.055a7.005 7.005 0 0 0 5.93-5.931zM10 6a2 2 0 1 0 0-4 2 2 0 0 0 0 4z\"/></svg></li><li title=\"android circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M6.39 8.248h-.026a.598.598 0 0 0-.596.596v2.594c0 .329.267.596.596.596h.026a.598.598 0 0 0 .596-.596V8.844a.598.598 0 0 0-.597-.596zm.88 4.192c0 .3.247.546.548.546h.586v1.402c0 .329.268.596.596.596h.025a.598.598 0 0 0 .597-.596v-1.402h.818v1.402c0 .329.27.596.596.596h.026a.598.598 0 0 0 .596-.596v-1.402h.586c.3 0 .547-.245.547-.547V8.343H7.27v4.096zm4.136-6.581.465-.718a.099.099 0 1 0-.166-.108l-.482.743a3.142 3.142 0 0 0-1.192-.232c-.427 0-.83.084-1.192.232l-.481-.743a.099.099 0 0 0-.137-.029.099.099 0 0 0-.03.137l.466.718c-.839.41-1.405 1.185-1.405 2.074 0 .055.004.109.009.162h5.541c.005-.053.008-.107.008-.162 0-.889-.566-1.663-1.404-2.074zm-2.66 1.284a.266.266 0 1 1 0-.532.266.266 0 0 1 0 .532zm2.57 0a.266.266 0 1 1-.001-.532.266.266 0 0 1 0 .532zm2.382 1.105h-.025a.598.598 0 0 0-.597.596v2.594c0 .329.27.596.597.596h.025a.597.597 0 0 0 .596-.596V8.844a.598.598 0 0 0-.596-.596z\"/><path d=\"M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z\"/></svg></li><li title=\"android square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M6.39 8.248h-.026a.598.598 0 0 0-.596.596v2.594c0 .329.267.596.596.596h.026a.598.598 0 0 0 .596-.596V8.844a.598.598 0 0 0-.597-.596zm.88 4.192c0 .3.247.546.548.546h.586v1.402c0 .329.268.596.596.596h.025a.598.598 0 0 0 .597-.596v-1.402h.818v1.402c0 .329.27.596.596.596h.026a.598.598 0 0 0 .596-.596v-1.402h.586c.3 0 .547-.245.547-.547V8.343H7.27v4.096zm4.136-6.581.465-.718a.099.099 0 1 0-.166-.108l-.482.743a3.142 3.142 0 0 0-1.192-.232c-.427 0-.83.084-1.192.232l-.481-.743a.099.099 0 0 0-.137-.029.099.099 0 0 0-.03.137l.466.718c-.839.41-1.405 1.185-1.405 2.074 0 .055.004.109.009.162h5.541c.005-.053.008-.107.008-.162 0-.889-.566-1.663-1.404-2.074zm-2.66 1.284a.266.266 0 1 1 0-.532.266.266 0 0 1 0 .532zm2.57 0a.266.266 0 1 1-.001-.532.266.266 0 0 1 0 .532zm2.382 1.105h-.025a.598.598 0 0 0-.597.596v2.594c0 .329.27.596.597.596h.025a.597.597 0 0 0 .596-.596V8.844a.598.598 0 0 0-.596-.596z\"/><path d=\"M4 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm0-2h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/></svg></li><li title=\"android \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-3 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M1.247 6.51h-.051c-.656 0-1.19.537-1.19 1.19v5.183c0 .656.534 1.19 1.19 1.19h.052c.655 0 1.19-.535 1.19-1.19V7.7a1.195 1.195 0 0 0-1.191-1.19zm1.76 8.373c0 .602.492 1.092 1.094 1.092h1.17v2.8c0 .657.535 1.191 1.19 1.191h.05c.657 0 1.192-.535 1.192-1.192v-2.799h1.634v2.8c0 .657.538 1.191 1.192 1.191h.05c.657 0 1.191-.535 1.191-1.192v-2.799h1.17c.601 0 1.093-.49 1.093-1.092V6.701H3.007v8.182zm8.259-13.145.929-1.433a.197.197 0 1 0-.33-.215l-.963 1.483a6.276 6.276 0 0 0-2.38-.462 6.28 6.28 0 0 0-2.382.462L5.179.09a.197.197 0 0 0-.275-.058.197.197 0 0 0-.058.273l.93 1.433C4.1 2.56 2.97 4.107 2.97 5.882c0 .11.006.217.016.323h11.07a4.29 4.29 0 0 0 .014-.323c0-1.775-1.13-3.322-2.805-4.144zM5.955 4.305a.532.532 0 1 1-.002-1.064.532.532 0 0 1 .002 1.064zm5.132 0a.532.532 0 1 1-.003-1.064.532.532 0 0 1 .003 1.064zm4.758 2.205h-.05c-.655 0-1.191.537-1.191 1.19v5.183c0 .656.537 1.19 1.191 1.19h.05c.657 0 1.191-.535 1.191-1.19V7.7c0-.654-.535-1.19-1.191-1.19z\"/></svg></li><li title=\"aperture \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m8.164 11.107 1.817 1.049 1.87-1.08V9.01L9.96 7.92 8.164 9.042v2.065zm-2-1.155V2.978a8.02 8.02 0 0 0-3.839 4.758l3.84 2.216zm-4.163-.094L2 10a7.97 7.97 0 0 0 2.19 5.499l3.79-2.189-5.979-3.452zm6.163-3.174 5.808-3.63A7.963 7.963 0 0 0 10 2c-.632 0-1.246.073-1.836.212v4.472zm7.503-2.33-3.786 2.365 6.115 3.531a7.975 7.975 0 0 0-2.329-5.897zm-1.816 5.812v6.848a8.022 8.022 0 0 0 3.796-4.656l-3.796-2.192zm-7.993 6.68A7.963 7.963 0 0 0 10 18c.637 0 1.257-.074 1.85-.215v-4.4l-5.992 3.46zM10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z\"/></svg></li><li title=\"apple circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M12.8 10.313c-.012-1.266 1.034-1.873 1.08-1.904-.587-.86-1.502-.977-1.828-.99-.779-.08-1.52.458-1.915.458-.394 0-1.004-.447-1.65-.435-.849.013-1.631.493-2.068 1.254-.882 1.53-.226 3.797.633 5.038.42.607.921 1.29 1.579 1.265.633-.025.872-.41 1.638-.41.766 0 .98.41 1.65.398.682-.013 1.114-.62 1.531-1.229.482-.704.681-1.387.693-1.422-.015-.007-1.33-.51-1.342-2.023zm-1.258-3.716c.349-.424.584-1.011.52-1.597-.503.02-1.112.335-1.473.757-.323.375-.607.973-.53 1.548.56.043 1.133-.286 1.483-.708z\"/><path d=\"M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z\"/></svg></li><li title=\"apple square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M12.8 10.313c-.012-1.266 1.034-1.873 1.08-1.904-.587-.86-1.502-.977-1.828-.99-.779-.08-1.52.458-1.915.458-.394 0-1.004-.447-1.65-.435-.849.013-1.631.493-2.068 1.254-.882 1.53-.226 3.797.633 5.038.42.607.921 1.29 1.579 1.265.633-.025.872-.41 1.638-.41.766 0 .98.41 1.65.398.682-.013 1.114-.62 1.531-1.229.482-.704.681-1.387.693-1.422-.015-.007-1.33-.51-1.342-2.023zm-1.258-3.716c.349-.424.584-1.011.52-1.597-.503.02-1.112.335-1.473.757-.323.375-.607.973-.53 1.548.56.043 1.133-.286 1.483-.708z\"/><path d=\"M4 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm0-2h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/></svg></li><li title=\"apple \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-3.5 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M13.623 10.627c-.025-2.533 2.066-3.748 2.159-3.808-1.175-1.72-3.005-1.955-3.657-1.982-1.557-.158-3.039.917-3.83.917-.788 0-2.008-.894-3.3-.87C3.299 4.909 1.734 5.87.86 7.39c-1.764 3.06-.452 7.595 1.267 10.077.84 1.215 1.842 2.58 3.157 2.53 1.266-.05 1.745-.819 3.276-.819 1.531 0 1.962.82 3.302.795 1.363-.026 2.226-1.239 3.06-2.457.965-1.41 1.362-2.775 1.386-2.845-.03-.013-2.658-1.02-2.684-4.045zm-2.518-7.433c.698-.847 1.169-2.022 1.04-3.194C11.14.04 9.921.67 9.2 1.515c-.647.75-1.214 1.945-1.062 3.094 1.122.088 2.268-.57 2.967-1.415z\"/></svg></li><li title=\"archive f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M17 5H1a1 1 0 0 1-1-1V1a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-2zm1 2v12a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V7h16zM8 14a1 1 0 0 0 0 2h4a1 1 0 0 0 0-2H8z\"/></svg></li><li title=\"archive \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M2 5h16V2H2v3zm16 2v12a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V7H1a1 1 0 0 1-1-1V1a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1h-1zM4 18h12V7H4v11zm4-4h4a1 1 0 0 1 0 2H8a1 1 0 0 1 0-2z\"/></svg></li><li title=\"arrow circle down f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M9.293 14.707a.997.997 0 0 0 1.414 0l4.243-4.243a1 1 0 1 0-1.414-1.414L11 11.586V6a1 1 0 0 0-2 0v5.586L6.464 9.05a1 1 0 1 0-1.414 1.414l4.243 4.243zM10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z\"/></svg></li><li title=\"arrow circle down left f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M6.172 12.828a.997.997 0 0 0 1 1h6a1 1 0 1 0 0-2H9.586l3.95-3.95a1 1 0 1 0-1.415-1.414l-3.95 3.95V6.828a1 1 0 1 0-2 0v6zM10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z\"/></svg></li><li title=\"arrow circle down left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm-1.828-7.586 3.95-3.95a1 1 0 0 1 1.414 1.415l-3.95 3.95h3.586a1 1 0 0 1 0 2h-6a.997.997 0 0 1-1-1v-6a1 1 0 1 1 2 0v3.585z\"/></svg></li><li title=\"arrow circle down right f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M12.828 13.828a.997.997 0 0 0 1-1v-6a1 1 0 1 0-2 0v3.586l-3.95-3.95A1 1 0 0 0 6.465 7.88l3.95 3.95H6.828a1 1 0 0 0 0 2h6zM10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z\"/></svg></li><li title=\"arrow circle down right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm.414-6.172-3.95-3.95A1 1 0 0 1 7.88 6.465l3.95 3.95V6.828a1 1 0 0 1 2 0v6a.997.997 0 0 1-1 1h-6a1 1 0 1 1 0-2h3.585z\"/></svg></li><li title=\"arrow circle down \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm-1-6.414V6a1 1 0 1 1 2 0v5.586l2.536-2.536a1 1 0 0 1 1.414 1.414l-4.243 4.243a.997.997 0 0 1-1.414 0L5.05 10.464A1 1 0 0 1 6.464 9.05L9 11.586z\"/></svg></li><li title=\"arrow circle left f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M5.293 9.293a.997.997 0 0 0 0 1.414l4.243 4.243a1 1 0 1 0 1.414-1.414L8.414 11H14a1 1 0 0 0 0-2H8.414l2.536-2.536A1 1 0 1 0 9.536 5.05L5.293 9.293zM10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z\"/></svg></li><li title=\"arrow circle left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM8.414 9H14a1 1 0 0 1 0 2H8.414l2.536 2.536a1 1 0 0 1-1.414 1.414l-4.243-4.243a.997.997 0 0 1 0-1.414L9.536 5.05a1 1 0 0 1 1.414 1.414L8.414 9z\"/></svg></li><li title=\"arrow circle right f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M14.707 10.707a.997.997 0 0 0 0-1.414L10.464 5.05A1 1 0 0 0 9.05 6.464L11.586 9H6a1 1 0 1 0 0 2h5.586L9.05 13.536a1 1 0 0 0 1.414 1.414l4.243-4.243zM10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z\"/></svg></li><li title=\"arrow circle right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm1.586-7H6a1 1 0 0 1 0-2h5.586L9.05 6.464a1 1 0 1 1 1.414-1.414l4.243 4.243a.997.997 0 0 1 0 1.414l-4.243 4.243a1 1 0 1 1-1.414-1.414L11.586 11z\"/></svg></li><li title=\"arrow circle up f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10.707 5.293a.997.997 0 0 0-1.414 0L5.05 9.536a1 1 0 0 0 1.414 1.414L9 8.414V14a1 1 0 0 0 2 0V8.414l2.536 2.536a1 1 0 0 0 1.414-1.414l-4.243-4.243zM10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z\"/></svg></li><li title=\"arrow circle up left f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M7.172 6.172a.997.997 0 0 0-1 1v6a1 1 0 0 0 2 0V9.586l3.95 3.95a1 1 0 0 0 1.414-1.415l-3.95-3.95h3.586a1 1 0 0 0 0-2h-6zM10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z\"/></svg></li><li title=\"arrow circle up left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm-.414-9.828 3.95 3.95a1 1 0 0 1-1.415 1.414l-3.95-3.95v3.586a1 1 0 0 1-2 0v-6a.997.997 0 0 1 1-1h6a1 1 0 0 1 0 2H9.587z\"/></svg></li><li title=\"arrow circle up right f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M13.828 7.172a.997.997 0 0 0-1-1h-6a1 1 0 1 0 0 2h3.586l-3.95 3.95a1 1 0 0 0 1.415 1.414l3.95-3.95v3.586a1 1 0 0 0 2 0v-6zM10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z\"/></svg></li><li title=\"arrow circle up right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm1.828-8.414-3.95 3.95a1 1 0 1 1-1.414-1.415l3.95-3.95H6.828a1 1 0 1 1 0-2h6a.997.997 0 0 1 1 1v6a1 1 0 1 1-2 0V9.587z\"/></svg></li><li title=\"arrow circle up \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M11 8.414V14a1 1 0 0 1-2 0V8.414L6.464 10.95A1 1 0 1 1 5.05 9.536l4.243-4.243a.997.997 0 0 1 1.414 0l4.243 4.243a1 1 0 1 1-1.414 1.414L11 8.414zM10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16z\"/></svg></li><li title=\"arrow down left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-6.5 -6.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M3.828 8.9h5.586a1 1 0 0 1 0 2h-8a.997.997 0 0 1-1-1v-8a1 1 0 1 1 2 0v5.585L9.192.707a1 1 0 1 1 1.415 1.414L3.828 8.9z\"/></svg></li><li title=\"arrow down right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-6.5 -6.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M8.9 7.485V1.9a1 1 0 0 1 2 0v8a.997.997 0 0 1-1 1h-8a1 1 0 1 1 0-2h5.585L.707 2.121A1 1 0 0 1 2.121.707L8.9 7.485z\"/></svg></li><li title=\"arrow down \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-5 -4.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m8 11.243 3.95-3.95a1 1 0 1 1 1.414 1.414l-5.657 5.657a.997.997 0 0 1-1.414 0L.636 8.707A1 1 0 1 1 2.05 7.293L6 11.243V1.657a1 1 0 1 1 2 0v9.586z\"/></svg></li><li title=\"arrow left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-5 -5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m3.414 7.657 3.95 3.95A1 1 0 0 1 5.95 13.02L.293 7.364a.997.997 0 0 1 0-1.414L5.95.293a1 1 0 1 1 1.414 1.414l-3.95 3.95H13a1 1 0 0 1 0 2H3.414z\"/></svg></li><li title=\"arrow right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-5 -5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m10.586 5.657-3.95-3.95A1 1 0 0 1 8.05.293l5.657 5.657a.997.997 0 0 1 0 1.414L8.05 13.021a1 1 0 1 1-1.414-1.414l3.95-3.95H1a1 1 0 1 1 0-2h9.586z\"/></svg></li><li title=\"arrow square down f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M9.293 14.707a.997.997 0 0 0 1.414 0l4.243-4.243a1 1 0 1 0-1.414-1.414L11 11.586V6a1 1 0 0 0-2 0v5.586L6.464 9.05a1 1 0 1 0-1.414 1.414l4.243 4.243zM4 0h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/></svg></li><li title=\"arrow square down left f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M6.172 12.828a.997.997 0 0 0 1 1h6a1 1 0 1 0 0-2H9.586l3.95-3.95a1 1 0 1 0-1.415-1.414l-3.95 3.95V6.828a1 1 0 1 0-2 0v6zM4 0h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/></svg></li><li title=\"arrow square down left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M4 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm0-2h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/><path d=\"m8.172 10.414 3.95-3.95a1 1 0 1 1 1.414 1.415l-3.95 3.95h3.586a1 1 0 0 1 0 2h-6a.997.997 0 0 1-1-1v-6a1 1 0 1 1 2 0v3.585z\"/></svg></li><li title=\"arrow square down right f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M12.828 13.828a.997.997 0 0 0 1-1v-6a1 1 0 1 0-2 0v3.586l-3.95-3.95A1 1 0 0 0 6.465 7.88l3.95 3.95H6.828a1 1 0 0 0 0 2h6zM4 0h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/></svg></li><li title=\"arrow square down right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M4 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm0-2h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/><path d=\"m10.414 11.828-3.95-3.95A1 1 0 1 1 7.88 6.465l3.95 3.95V6.828a1 1 0 0 1 2 0v6a.997.997 0 0 1-1 1h-6a1 1 0 1 1 0-2h3.585z\"/></svg></li><li title=\"arrow square down \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M4 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm0-2h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/><path d=\"M9 11.586V6a1 1 0 1 1 2 0v5.586l2.536-2.536a1 1 0 0 1 1.414 1.414l-4.243 4.243a.997.997 0 0 1-1.414 0L5.05 10.464A1 1 0 1 1 6.464 9.05L9 11.586z\"/></svg></li><li title=\"arrow square left f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M5.293 9.293a.997.997 0 0 0 0 1.414l4.243 4.243a1 1 0 1 0 1.414-1.414L8.414 11H14a1 1 0 0 0 0-2H8.414l2.536-2.536A1 1 0 1 0 9.536 5.05L5.293 9.293zM4 0h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/></svg></li><li title=\"arrow square left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M4 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm0-2h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/><path d=\"M8.414 9H14a1 1 0 1 1 0 2H8.414l2.536 2.536a1 1 0 0 1-1.414 1.414l-4.243-4.243a.997.997 0 0 1 0-1.414L9.536 5.05a1 1 0 1 1 1.414 1.414L8.414 9z\"/></svg></li><li title=\"arrow square right f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M14.707 10.707a.997.997 0 0 0 0-1.414L10.464 5.05A1 1 0 0 0 9.05 6.464L11.586 9H6a1 1 0 1 0 0 2h5.586L9.05 13.536a1 1 0 0 0 1.414 1.414l4.243-4.243zM4 0h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/></svg></li><li title=\"arrow square right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M4 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm0-2h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/><path d=\"M11.586 11H6a1 1 0 1 1 0-2h5.586L9.05 6.464a1 1 0 0 1 1.414-1.414l4.243 4.243a.997.997 0 0 1 0 1.414l-4.243 4.243a1 1 0 1 1-1.414-1.414L11.586 11z\"/></svg></li><li title=\"arrow square up f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10.707 5.293a.997.997 0 0 0-1.414 0L5.05 9.536a1 1 0 0 0 1.414 1.414L9 8.414V14a1 1 0 0 0 2 0V8.414l2.536 2.536a1 1 0 0 0 1.414-1.414l-4.243-4.243zM4 0h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/></svg></li><li title=\"arrow square up left f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M7.172 6.172a.997.997 0 0 0-1 1v6a1 1 0 0 0 2 0V9.586l3.95 3.95a1 1 0 0 0 1.414-1.415l-3.95-3.95h3.586a1 1 0 0 0 0-2h-6zM4 0h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/></svg></li><li title=\"arrow square up left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M4 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm0-2h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/><path d=\"m9.586 8.172 3.95 3.95a1 1 0 1 1-1.415 1.414l-3.95-3.95v3.586a1 1 0 0 1-2 0v-6a.997.997 0 0 1 1-1h6a1 1 0 1 1 0 2H9.587z\"/></svg></li><li title=\"arrow square up right f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M13.828 7.172a.997.997 0 0 0-1-1h-6a1 1 0 1 0 0 2h3.586l-3.95 3.95a1 1 0 0 0 1.415 1.414l3.95-3.95v3.586a1 1 0 0 0 2 0v-6zM4 0h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/></svg></li><li title=\"arrow square up right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M4 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm0-2h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/><path d=\"m11.828 9.586-3.95 3.95a1 1 0 1 1-1.414-1.415l3.95-3.95H6.828a1 1 0 0 1 0-2h6a.997.997 0 0 1 1 1v6a1 1 0 1 1-2 0V9.587z\"/></svg></li><li title=\"arrow square up \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M4 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm0-2h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/><path d=\"M11 8.414V14a1 1 0 0 1-2 0V8.414L6.464 10.95A1 1 0 1 1 5.05 9.536l4.243-4.243a.997.997 0 0 1 1.414 0l4.243 4.243a1 1 0 1 1-1.414 1.414L11 8.414z\"/></svg></li><li title=\"arrow up left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-6 -6.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M2.757 3.828v5.586a1 1 0 0 1-2 0v-8a.997.997 0 0 1 1-1h8a1 1 0 1 1 0 2H4.172l6.778 6.778a1 1 0 1 1-1.414 1.415L2.757 3.828z\"/></svg></li><li title=\"arrow up right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-6 -6.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M7.828 2.414H2.243a1 1 0 1 1 0-2h8a.997.997 0 0 1 1 1v8a1 1 0 0 1-2 0V3.828l-6.779 6.779A1 1 0 0 1 1.05 9.192l6.778-6.778z\"/></svg></li><li title=\"arrow up \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-5 -4.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m6 4.071-3.95 3.95A1 1 0 0 1 .636 6.607L6.293.95a.997.997 0 0 1 1.414 0l5.657 5.657A1 1 0 0 1 11.95 8.02L8 4.07v9.586a1 1 0 1 1-2 0V4.07z\"/></svg></li><li title=\"arrows corners \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M1 0h6a1 1 0 1 1 0 2H3.414L18 16.586V13a1 1 0 0 1 2 0v6a1 1 0 0 1-1 1h-6a1 1 0 0 1 0-2h3.586L2 3.414V7a1 1 0 1 1-2 0V1a1 1 0 0 1 1-1z\"/></svg></li><li title=\"arrows fullscreen \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M19 0a1 1 0 0 1 1 1v6a1 1 0 0 1-2 0V3.414L11.414 10 18 16.586V13a1 1 0 0 1 2 0v6a1 1 0 0 1-1 1h-6a1 1 0 0 1 0-2h3.586L10 11.414 3.414 18H7a1 1 0 0 1 0 2H1a1 1 0 0 1-1-1v-6a1 1 0 0 1 2 0v3.586L8.586 10 2 3.414V7a1 1 0 1 1-2 0V1a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2H3.414L10 8.586 16.586 2H13a1 1 0 0 1 0-2h6z\"/></svg></li><li title=\"arrows h \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -6 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M3.423 4.996h13.154L14.04 2.46a1 1 0 1 1 1.415-1.414l4.242 4.243a1 1 0 0 1 0 1.414l-4.242 4.242a1 1 0 0 1-1.415-1.414l2.536-2.535H3.423L5.96 9.53a1 1 0 1 1-1.415 1.414L.302 6.703a.997.997 0 0 1 0-1.414l4.242-4.243A1 1 0 1 1 5.96 2.46L3.423 4.996z\"/></svg></li><li title=\"arrows v \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-6 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M5 16.573V3.419L2.464 5.954A1 1 0 0 1 1.05 4.54L5.293.297a1 1 0 0 1 1.414 0L10.95 4.54a1 1 0 1 1-1.414 1.414L7 3.42v13.154l2.536-2.536a1 1 0 1 1 1.414 1.414l-4.243 4.243a.997.997 0 0 1-1.414 0L1.05 15.451a1 1 0 1 1 1.414-1.414L5 16.573z\"/></svg></li><li title=\"attachment \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-1.5 -1.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M18.433 5.359a.933.933 0 0 1 1.357 0c.375.39.375 1.022 0 1.412L8.26 18.78a4.663 4.663 0 0 1-6.783 0c-1.873-1.95-1.873-5.113 0-7.064L11.65 1.12a2.798 2.798 0 0 1 4.07 0c1.124 1.17 1.124 3.068 0 4.239L6.902 14.54a.933.933 0 0 1-1.356 0 1.028 1.028 0 0 1 0-1.412l8.818-9.183a1.028 1.028 0 0 0 0-1.413.933.933 0 0 0-1.357 0L2.832 13.13c-1.123 1.17-1.123 3.068 0 4.238a2.798 2.798 0 0 0 4.07 0L18.433 5.359z\"/></svg></li><li title=\"background color \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-6 -6 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m7.543 8 .506 1.386c.17.466.734.722 1.26.57.525-.15.813-.651.643-1.117l-2.05-5.61c-.197-.542-.675-.967-1.285-1.142-1.05-.302-2.179.209-2.52 1.141L2.05 8.838c-.17.467.118.967.643 1.119.525.15 1.09-.105 1.26-.571L4.458 8h3.085zm-.73-2H5.188L6 3.776 6.813 6zM2 0h8a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2z\"/></svg></li><li title=\"backpack f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-5 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M6 14a1 1 0 0 0 2 0h3c.729 0 1.412-.195 2-.535V18a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-4.535c.588.34 1.271.535 2 .535h3zm2-1v-3a1 1 0 1 0-2 0v3H3a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3h8a3 3 0 0 1 3 3v3a3 3 0 0 1-3 3H8zM5 3H3c-.345 0-.68.044-1 .126V1.5a1.5 1.5 0 0 1 3 0V3zm7 .126A4.007 4.007 0 0 0 11 3H9V1.5a1.5 1.5 0 0 1 3 0v1.626z\"/></svg></li><li title=\"backpack \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-5 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M3 13v5h8v-5H3zm10-.764V18a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-5.764c-.614-.55-1-1.348-1-2.236V7a3 3 0 0 1 3-3h8a3 3 0 0 1 3 3v3c0 .888-.386 1.687-1 2.236zM3 6a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1H3zm5 5H6v-1a1 1 0 1 1 2 0v1zm0 2v1a1 1 0 0 1-2 0v-1h2zM3.5 0A1.5 1.5 0 0 1 5 1.5v3a1.5 1.5 0 0 1-3 0v-3A1.5 1.5 0 0 1 3.5 0zm7 0A1.5 1.5 0 0 1 12 1.5v3a1.5 1.5 0 0 1-3 0v-3A1.5 1.5 0 0 1 10.5 0z\"/></svg></li><li title=\"backward circle f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10.973 6.754a2.183 2.183 0 0 0-.307-.822c-.607-.965-1.832-1.222-2.737-.576L3.874 8.254a2.042 2.042 0 0 0-.54.575c-.606.965-.365 2.27.54 2.917l4.055 2.898A1.89 1.89 0 0 0 9.028 15c.978 0 1.79-.759 1.945-1.754l1.956 1.398a1.89 1.89 0 0 0 1.099.356C15.117 15 16 14.059 16 12.898V7.102c0-.417-.116-.824-.334-1.17-.607-.965-1.832-1.222-2.737-.576l-1.956 1.398zM10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zm4.028-7.102-3.024-2.161.003-1.476 3.02-2.159v5.796zm-5 0L4.973 10l4.055-2.898v5.796z\"/></svg></li><li title=\"backward circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm.973-11.246 1.956-1.398c.905-.646 2.13-.389 2.737.576.218.346.334.753.334 1.17v5.796c0 1.16-.883 2.102-1.972 2.102a1.89 1.89 0 0 1-1.099-.356l-1.956-1.398C10.818 14.24 10.006 15 9.028 15a1.89 1.89 0 0 1-1.099-.356l-4.055-2.898c-.905-.647-1.146-1.952-.54-2.917.143-.227.327-.422.54-.575L7.93 5.356c.905-.646 2.13-.389 2.737.576.157.249.26.53.307.822zm-1.945 6.144V7.102L4.973 10l4.055 2.898zm5 0V7.102l-3.02 2.159-.004 1.476 3.024 2.161z\"/></svg></li><li title=\"backward square f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10.973 6.754a2.183 2.183 0 0 0-.307-.822c-.607-.965-1.832-1.222-2.737-.576L3.874 8.254a2.042 2.042 0 0 0-.54.575c-.606.965-.365 2.27.54 2.917l4.055 2.898A1.89 1.89 0 0 0 9.028 15c.978 0 1.79-.759 1.945-1.754l1.956 1.398a1.89 1.89 0 0 0 1.099.356C15.117 15 16 14.059 16 12.898V7.102c0-.417-.116-.824-.334-1.17-.607-.965-1.832-1.222-2.737-.576l-1.956 1.398zM4 0h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4zm10.052 7.114v5.795l-3.02-2.158-.004-1.476 3.024-2.161zm-4.97 0v5.795l-4.054-2.897 4.055-2.898z\"/></svg></li><li title=\"backward square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M4 0h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4zm0 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm6.973 4.754 1.956-1.398c.905-.646 2.13-.389 2.737.576.218.346.334.753.334 1.17v5.796c0 1.16-.883 2.102-1.972 2.102a1.89 1.89 0 0 1-1.099-.356l-1.956-1.398C10.818 14.24 10.006 15 9.028 15a1.89 1.89 0 0 1-1.099-.356l-4.055-2.898c-.905-.647-1.146-1.952-.54-2.917.143-.227.327-.422.54-.575L7.93 5.356c.905-.646 2.13-.389 2.737.576.157.249.26.53.307.822zm-1.945 6.144V7.102L4.973 10l4.055 2.898zm5 0V7.102l-3.02 2.159-.004 1.476 3.024 2.161z\"/></svg></li><li title=\"backward \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -3 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M16.51.69a1.966 1.966 0 0 1 2.814-.182c.43.386.676.942.676 1.526v13.932C20 17.089 19.107 18 18.006 18a1.977 1.977 0 0 1-1.496-.69l-6.012-6.966a2.065 2.065 0 0 1 0-2.688L16.51.69zm1.496 15.276V2.034L11.994 9l6.012 6.966zM6.51.69A1.966 1.966 0 0 1 9.324.508c.43.386.676.942.676 1.526v13.932C10 17.089 9.107 18 8.006 18a1.977 1.977 0 0 1-1.496-.69L.498 10.344a2.065 2.065 0 0 1 0-2.688L6.51.69zm1.496 15.276V2.034L1.994 9l6.012 6.966z\"/></svg></li><li title=\"baidu circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z\"/><path d=\"M7.731 8.74c.058.85-.39 1.575-1.003 1.619-.612.044-1.156-.61-1.214-1.46-.058-.85.391-1.575 1.004-1.619.612-.044 1.156.61 1.213 1.46zm4.217-3.524c-.595-.156-1.243.388-1.447 1.213-.206.826.11 1.622.705 1.777.595.156 1.244-.387 1.448-1.213.267-1.075-.563-1.74-.706-1.777zM13.343 8c-.626.01-1.122.62-1.108 1.566.013.945.53 1.376 1.157 1.367.625-.01 1.122-.456 1.109-1.402-.019-1.23-1.008-1.533-1.158-1.53zM8.81 5.008c-.596 0-1.078.684-1.078 1.528s.482 1.528 1.078 1.528c.595 0 1.078-.684 1.078-1.528S9.405 5.008 8.81 5.008zm-.138 4.746c-.344.507-.734 1.002-1.491 1.65-.757.648-1.078 1.095-1.078 1.755 0 .66.367 1.755 1.41 1.755 1.044 0 1.549-.236 2.375-.236.825 0 1.376.33 2.42.33 1.043 0 1.48-1.013 1.48-1.673 0-.66-.182-1.033-1.018-1.785-.536-.483-.99-.877-1.701-1.89-.352-.5-.757-.565-1.181-.565-.425 0-.872.153-1.216.66z\"/></svg></li><li title=\"baidu square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M7.731 8.74c.058.85-.39 1.575-1.003 1.619-.612.044-1.156-.61-1.214-1.46-.058-.85.391-1.575 1.004-1.619.612-.044 1.156.61 1.213 1.46zm4.217-3.524c-.595-.156-1.243.388-1.447 1.213-.206.826.11 1.622.705 1.777.595.156 1.244-.387 1.448-1.213.267-1.075-.563-1.74-.706-1.777zM13.343 8c-.626.01-1.122.62-1.108 1.566.013.945.53 1.376 1.157 1.367.625-.01 1.122-.456 1.109-1.402-.019-1.23-1.008-1.533-1.158-1.53zM8.81 5.008c-.596 0-1.078.684-1.078 1.528s.482 1.528 1.078 1.528c.595 0 1.078-.684 1.078-1.528S9.405 5.008 8.81 5.008zm-.138 4.746c-.344.507-.734 1.002-1.491 1.65-.757.648-1.078 1.095-1.078 1.755 0 .66.367 1.755 1.41 1.755 1.044 0 1.549-.236 2.375-.236.825 0 1.376.33 2.42.33 1.043 0 1.48-1.013 1.48-1.673 0-.66-.182-1.033-1.018-1.785-.536-.483-.99-.877-1.701-1.89-.352-.5-.757-.565-1.181-.565-.425 0-.872.153-1.216.66z\"/><path d=\"M4 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm0-2h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/></svg></li><li title=\"baidu \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-3 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M4.503 7.382c.114 1.681-.774 3.115-1.986 3.202-1.21.087-2.285-1.205-2.4-2.887-.115-1.681.774-3.115 1.985-3.202 1.211-.087 2.286 1.205 2.4 2.887zm8.34-6.97c-1.176-.308-2.458.767-2.862 2.4-.406 1.633.219 3.207 1.395 3.515 1.177.308 2.46-.767 2.864-2.4C14.767 1.8 13.126.485 12.844.412zm2.76 5.506c-1.238.018-2.22 1.226-2.193 3.096.027 1.87 1.05 2.722 2.29 2.703 1.236-.019 2.22-.901 2.192-2.772-.036-2.434-1.993-3.032-2.29-3.027zM6.635 0C5.458 0 4.503 1.354 4.503 3.023c0 1.67.955 3.023 2.132 3.023 1.178 0 2.133-1.353 2.133-3.023C8.768 1.353 7.813 0 6.635 0zm-.272 9.389c-.68 1.002-1.452 1.98-2.95 3.262-1.497 1.282-2.132 2.167-2.132 3.472 0 1.304.726 3.471 2.79 3.471 2.065 0 3.063-.466 4.697-.466 1.633 0 2.723.652 4.787.652s2.926-2.003 2.926-3.308c0-1.305-.358-2.043-2.012-3.532-1.06-.955-1.958-1.733-3.365-3.737-.695-.99-1.497-1.118-2.336-1.118-.84 0-1.724.302-2.405 1.304z\"/></svg></li><li title=\"bandage f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-1 -1 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M19.92 1.536a5 5 0 0 1 0 7.07L8.607 19.92a5 5 0 1 1-7.071-7.07L12.849 1.535a5 5 0 0 1 7.071 0zm-7.778 6.363a1 1 0 0 0-1.414 0l-2.829 2.829a1 1 0 0 0 0 1.414l1.415 1.414a1 1 0 0 0 1.414 0l2.828-2.828a1 1 0 0 0 0-1.414l-1.414-1.415zm.707-.707a1 1 0 1 0 1.414-1.414 1 1 0 0 0-1.414 1.414zm-7.07 7.071a1 1 0 1 0 1.413-1.414 1 1 0 0 0-1.414 1.414zm10.606-7.778a1 1 0 1 0 1.414-1.414 1 1 0 0 0-1.414 1.414zM5.07 17.8a1 1 0 1 0 1.414-1.414A1 1 0 0 0 5.07 17.8z\"/></svg></li><li title=\"bandage \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-1.5 -1.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M18.697 1.445a4.692 4.692 0 0 1 0 6.635L8.08 18.697a4.692 4.692 0 0 1-6.635-6.635L12.062 1.445a4.692 4.692 0 0 1 6.635 0zM17.37 2.772a2.815 2.815 0 0 0-3.981 0L2.772 13.39a2.815 2.815 0 1 0 3.981 3.98L17.37 6.754a2.813 2.813 0 0 0 0-3.98zm-5.972 4.645 1.327 1.327a.938.938 0 0 1 0 1.327l-2.654 2.654a.938.938 0 0 1-1.327 0l-1.327-1.327a.938.938 0 0 1 0-1.327l2.654-2.654a.938.938 0 0 1 1.327 0zm.664-.664a.938.938 0 1 1 1.327-1.327.938.938 0 0 1-1.327 1.327zM5.426 13.39a.938.938 0 1 1 1.327-1.327.938.938 0 0 1-1.327 1.327zm9.953-7.3a.938.938 0 1 1 1.327-1.326.938.938 0 0 1-1.327 1.327zM4.763 16.707A.938.938 0 1 1 6.09 15.38a.938.938 0 0 1-1.327 1.327z\"/></svg></li><li title=\"bar chart \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-5 -4 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M1 0a1 1 0 0 1 1 1v14a1 1 0 0 1-2 0V1a1 1 0 0 1 1-1zm12 4a1 1 0 0 1 1 1v10a1 1 0 0 1-2 0V5a1 1 0 0 1 1-1zM7 8a1 1 0 0 1 1 1v6a1 1 0 0 1-2 0V9a1 1 0 0 1 1-1z\"/></svg></li><li title=\"baseball \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M13.05 11H13a1 1 0 0 1 0-2h.05a9.95 9.95 0 0 1 2.065-5.151A7.968 7.968 0 0 0 10 2a7.968 7.968 0 0 0-5.115 1.849A9.95 9.95 0 0 1 6.95 9H7a1 1 0 1 1 0 2h-.05a9.95 9.95 0 0 1-2.065 5.151A7.968 7.968 0 0 0 10 18a7.968 7.968 0 0 0 5.115-1.849A9.95 9.95 0 0 1 13.05 11zm2.012-1.998a1 1 0 0 1 0 1.996 7.955 7.955 0 0 0 1.438 3.668A7.967 7.967 0 0 0 18 10c0-1.71-.538-3.329-1.5-4.666a7.955 7.955 0 0 0-1.438 3.668zM4.938 10.998a1 1 0 0 1 0-1.996A7.955 7.955 0 0 0 3.5 5.334 7.967 7.967 0 0 0 2 10c0 1.71.538 3.329 1.5 4.666a7.955 7.955 0 0 0 1.438-3.668zM10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z\"/></svg></li><li title=\"basketball \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M11 17.938a7.965 7.965 0 0 0 4.115-1.787A9.95 9.95 0 0 1 13.05 11H11v6.938zm-2 0V11H6.95a9.95 9.95 0 0 1-2.065 5.151A7.965 7.965 0 0 0 9 17.938zM6.95 9H9V2.062a7.965 7.965 0 0 0-4.115 1.787A9.95 9.95 0 0 1 6.95 9zM11 2.062V9h2.05a9.95 9.95 0 0 1 2.065-5.151A7.965 7.965 0 0 0 11 2.062zM4.938 11H2.062A7.955 7.955 0 0 0 3.5 14.666 7.955 7.955 0 0 0 4.938 11zM2.062 9h2.876A7.955 7.955 0 0 0 3.5 5.334 7.955 7.955 0 0 0 2.062 9zm13 0h2.876A7.955 7.955 0 0 0 16.5 5.334 7.955 7.955 0 0 0 15.062 9zm2.876 2h-2.876a7.955 7.955 0 0 0 1.438 3.666A7.955 7.955 0 0 0 17.938 11zM10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z\"/></svg></li><li title=\"bathtub f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -1.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M8.487 2.897A3 3 0 0 1 11 5.857v2H5v-2c0-1.038.528-1.954 1.33-2.492A2 2 0 0 0 3 4.858v6h16a1 1 0 0 1 0 2v1a6.002 6.002 0 0 1-4 5.658V20a1 1 0 1 1-2 0v-.142H7V20a1 1 0 1 1-2 0v-.484a6.002 6.002 0 0 1-4-5.658v-1a1 1 0 0 1 0-2v-6a4 4 0 0 1 7.487-1.96z\"/></svg></li><li title=\"bathtub \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M8.487 2.04A3 3 0 0 1 11 5v2H5V5c0-1.039.528-1.955 1.33-2.493A2 2 0 0 0 3 4v6h16a1 1 0 0 1 0 2v1a6.002 6.002 0 0 1-4 5.659V19a1 1 0 0 1-2 0H7a1 1 0 0 1-2 0v-.341A6.002 6.002 0 0 1 1 13v-1a1 1 0 0 1 0-2V4a4 4 0 0 1 7.487-1.96zM17 12H3v1a4 4 0 0 0 4 4h6a4 4 0 0 0 4-4v-1zM8 4a1 1 0 0 0-1 1h2a1 1 0 0 0-1-1z\"/></svg></li><li title=\"battery charging f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -6 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M19 3a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1v1a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h15a2 2 0 0 1 2 2v1zm-8.775 5.11c.243-.163.379-.409.408-.738V5.72l2.432.898a1 1 0 0 0 1.285-.591c.191-.518-.121-1.066-.639-1.258A381.257 381.257 0 0 1 9.946 3.41c-.441-.163-.755-.005-1.03.204-.182.14-.291.408-.326.806l.043 1.49-2.428-.877a1 1 0 1 0-.68 1.881c1.656.606 2.912 1.065 3.77 1.377.34.124.566.06.93-.183z\"/></svg></li><li title=\"battery charging \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -6 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M2 2v8h15V2H2zm17 1a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1v1a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h15a2 2 0 0 1 2 2v1zm-5.212 3.358a1 1 0 0 1-1.281.597l-3.76-1.368a1 1 0 0 1 .685-1.88l3.759 1.369a1 1 0 0 1 .597 1.282zM10.03 7.989a1 1 0 0 1-1.282.598L4.989 7.22a1 1 0 0 1 .684-1.88l3.759 1.369a1 1 0 0 1 .598 1.281zm.06-3.342v3a1 1 0 1 1-2 0v-3a1 1 0 1 1 2 0z\"/></svg></li><li title=\"battery f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -6 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M2 0h15a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2z\"/><path d=\"M18.5 3h.5a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-.5A1.5 1.5 0 0 1 17 7.5v-3A1.5 1.5 0 0 1 18.5 3z\"/></svg></li><li title=\"battery half f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -6 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 2v8h7V2h-7zm9 1a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1v1a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h15a2 2 0 0 1 2 2v1z\"/></svg></li><li title=\"battery half \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -6 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M2 2v8h15V2H2zm17 1a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1v1a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h15a2 2 0 0 1 2 2v1zM9 2h2v8H9V2z\"/></svg></li><li title=\"battery one quarter f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -6 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M8 2v8h9V2H8zm11 1a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1v1a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h15a2 2 0 0 1 2 2v1z\"/></svg></li><li title=\"battery one quarter \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -6 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M2 2v8h15V2H2zm17 1a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1v1a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h15a2 2 0 0 1 2 2v1zM6 2h2v8H6V2z\"/></svg></li><li title=\"battery three quarters f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -6 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M13 2v8h4V2h-4zm6 1a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1v1a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h15a2 2 0 0 1 2 2v1z\"/></svg></li><li title=\"battery three quarters \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -6 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M2 2v8h15V2H2zm17 1a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1v1a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h15a2 2 0 0 1 2 2v1zm-8-1h2v8h-2V2z\"/></svg></li><li title=\"battery \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -6 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M19 3a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1v1a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h15a2 2 0 0 1 2 2v1zm-2 1.5V2H2v8h15V4.5z\"/></svg></li><li title=\"beatport circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z\"/><path d=\"M13.462 10.58c0-2.103-1.588-3.814-3.541-3.814-1.953 0-3.542 1.711-3.542 3.815 0 .973.34 1.9.96 2.61.083.095.222.1.31.01l.382-.387a.25.25 0 0 0 .01-.333 2.887 2.887 0 0 1-.698-1.9c0-1.531 1.156-2.777 2.578-2.777 1.421 0 2.577 1.246 2.577 2.777 0 .708-.248 1.383-.698 1.9a.25.25 0 0 0 .011.333l.382.387c.088.09.227.085.31-.01.619-.71.96-1.637.96-2.61m1.666.009c0-.51-.079-1.012-.235-1.495v-.003a.242.242 0 0 0-.3-.15l-.546.165a.23.23 0 0 0-.158.29 3.884 3.884 0 0 1-.395 3.233v.001a.228.228 0 0 0 .084.317l.49.285c.114.065.26.03.33-.08.477-.773.73-1.66.73-2.563\"/><path d=\"M6.763 12.632a3.879 3.879 0 0 1-.394-3.234.23.23 0 0 0-.157-.29l-.547-.165a.241.241 0 0 0-.3.15 4.862 4.862 0 0 0 .495 4.062.244.244 0 0 0 .329.078l.49-.285a.228.228 0 0 0 .084-.316z\"/></svg></li><li title=\"beatport square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M13.462 10.58c0-2.103-1.588-3.814-3.541-3.814-1.953 0-3.542 1.711-3.542 3.815 0 .973.34 1.9.96 2.61.083.095.222.1.31.01l.382-.387a.25.25 0 0 0 .01-.333 2.887 2.887 0 0 1-.698-1.9c0-1.531 1.156-2.777 2.578-2.777 1.421 0 2.577 1.246 2.577 2.777 0 .708-.248 1.383-.698 1.9a.25.25 0 0 0 .011.333l.382.387c.088.09.227.085.31-.01.619-.71.96-1.637.96-2.61m1.666.009c0-.51-.079-1.012-.235-1.495v-.003a.242.242 0 0 0-.3-.15l-.546.165a.23.23 0 0 0-.158.29 3.884 3.884 0 0 1-.395 3.233v.001a.228.228 0 0 0 .084.317l.49.285c.114.065.26.03.33-.08.477-.773.73-1.66.73-2.563\"/><path d=\"M6.763 12.632a3.879 3.879 0 0 1-.394-3.234.23.23 0 0 0-.157-.29l-.547-.165a.241.241 0 0 0-.3.15 4.862 4.862 0 0 0 .495 4.062.244.244 0 0 0 .329.078l.49-.285a.228.228 0 0 0 .084-.316z\"/><path d=\"M4 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm0-2h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/></svg></li><li title=\"beatport \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -5.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M16.667 7.63c0-4.207-3.178-7.63-7.084-7.63C5.677 0 2.5 3.423 2.5 7.63c0 1.947.682 3.801 1.92 5.222.167.19.444.199.62.02l.764-.774a.5.5 0 0 0 .02-.667 5.773 5.773 0 0 1-1.396-3.8c0-3.063 2.312-5.554 5.155-5.554 2.843 0 5.156 2.491 5.156 5.554a5.77 5.77 0 0 1-1.397 3.8l.001.001a.499.499 0 0 0 .021.666l.764.773c.176.18.454.17.62-.02 1.237-1.42 1.919-3.274 1.919-5.22M20 7.65c0-1.02-.158-2.026-.47-2.99v-.003l-.002-.003a.483.483 0 0 0-.597-.3l-1.094.329a.46.46 0 0 0-.315.58h-.001a7.754 7.754 0 0 1-.789 6.467h.001a.455.455 0 0 0 .167.634l.981.57c.227.132.52.06.657-.159A9.743 9.743 0 0 0 20 7.649\"/><path d=\"M3.268 11.732a7.758 7.758 0 0 1-.788-6.468.461.461 0 0 0-.315-.58l-1.093-.33a.482.482 0 0 0-.598.301H.472a9.724 9.724 0 0 0 .99 8.123h.002a.488.488 0 0 0 .655.156l.982-.57a.455.455 0 0 0 .167-.631z\"/></svg></li><li title=\"beer f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4 -3 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M12 15a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V6h13a3 3 0 0 1 3 3v3a3 3 0 0 1-3 3h-1zM.035 4a3.5 3.5 0 0 1 3.632-2.996A4.5 4.5 0 0 1 10.973 4H.035zM4 8a1 1 0 0 0-1 1v4a1 1 0 0 0 2 0V9a1 1 0 0 0-1-1zm4 0a1 1 0 0 0-1 1v4a1 1 0 0 0 2 0V9a1 1 0 0 0-1-1zm4 0v5h1a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1h-1z\"/></svg></li><li title=\"beer \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4 -3 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M2 6v9a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V6H2zm10 0h1a3 3 0 0 1 3 3v3a3 3 0 0 1-3 3h-1a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V6a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2zm0 2v5h1a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1h-1zM4 8a1 1 0 0 1 1 1v4a1 1 0 0 1-2 0V9a1 1 0 0 1 1-1zm4 0a1 1 0 0 1 1 1v4a1 1 0 0 1-2 0V9a1 1 0 0 1 1-1zM6.5 0A4.5 4.5 0 0 1 11 4.5v1.509H0V4.5a3.5 3.5 0 0 1 3.667-3.496A4.481 4.481 0 0 1 6.5 0zM2 4h7a2 2 0 0 0-2-2H6a2 2 0 0 0-1.75 1.031A1.002 1.002 0 0 0 4 3H3a1 1 0 0 0-1 1z\"/></svg></li><li title=\"behance circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z\"/><path d=\"M14.03 7.88h-2.505v-.622h2.506v.623zm-4.173 2.553c.162.25.242.554.242.911 0 .37-.09.7-.276.993a1.721 1.721 0 0 1-1.142.801 4.33 4.33 0 0 1-.879.084H5V7h3.005c.757.012 1.294.232 1.611.663.19.264.285.581.285.95 0 .38-.095.685-.288.916-.106.13-.264.248-.473.354.316.116.556.298.717.55zm-3.422-.98h1.317c.27 0 .489-.051.657-.154.169-.103.253-.285.253-.547 0-.29-.111-.482-.334-.574a2.35 2.35 0 0 0-.735-.098H6.435v1.373zm2.354 1.802c0-.323-.133-.546-.396-.666-.148-.068-.356-.103-.622-.106H6.435v1.658H7.75c.27 0 .48-.035.63-.109.272-.135.409-.393.409-.777zm6.171-1.012c.03.204.044.499.039.885h-3.245c.018.448.172.761.466.94.176.113.39.168.642.168.265 0 .48-.067.647-.205a.972.972 0 0 0 .239-.306h1.19c-.032.265-.175.533-.432.806-.4.433-.958.65-1.677.65a2.433 2.433 0 0 1-1.57-.548c-.452-.366-.68-.96-.68-1.785 0-.773.205-1.365.614-1.777.41-.413.941-.618 1.595-.618.387 0 .736.069 1.048.208.31.14.567.359.769.66.183.266.3.572.355.922zm-1.17.116c-.022-.31-.126-.544-.312-.704a1.016 1.016 0 0 0-.69-.242c-.3 0-.531.087-.696.256-.165.17-.268.4-.31.69h2.008z\"/></svg></li><li title=\"behance square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M14.03 7.88h-2.505v-.622h2.506v.623zm-4.173 2.553c.162.25.242.554.242.911 0 .37-.09.7-.276.993a1.721 1.721 0 0 1-1.142.801 4.33 4.33 0 0 1-.879.084H5V7h3.005c.757.012 1.294.232 1.611.663.19.264.285.581.285.95 0 .38-.095.685-.288.916-.106.13-.264.248-.473.354.316.116.556.298.717.55zm-3.422-.98h1.317c.27 0 .489-.051.657-.154.169-.103.253-.285.253-.547 0-.29-.111-.482-.334-.574a2.35 2.35 0 0 0-.735-.098H6.435v1.373zm2.354 1.802c0-.323-.133-.546-.396-.666-.148-.068-.356-.103-.622-.106H6.435v1.658H7.75c.27 0 .48-.035.63-.109.272-.135.409-.393.409-.777zm6.171-1.012c.03.204.044.499.039.885h-3.245c.018.448.172.761.466.94.176.113.39.168.642.168.265 0 .48-.067.647-.205a.972.972 0 0 0 .239-.306h1.19c-.032.265-.175.533-.432.806-.4.433-.958.65-1.677.65a2.433 2.433 0 0 1-1.57-.548c-.452-.366-.68-.96-.68-1.785 0-.773.205-1.365.614-1.777.41-.413.941-.618 1.595-.618.387 0 .736.069 1.048.208.31.14.567.359.769.66.183.266.3.572.355.922zm-1.17.116c-.022-.31-.126-.544-.312-.704a1.016 1.016 0 0 0-.69-.242c-.3 0-.531.087-.696.256-.165.17-.268.4-.31.69h2.008z\"/><path d=\"M4 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm0-2h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/></svg></li><li title=\"behance \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -5.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M18.025 1.769h-5.001V.527h5.001v1.242zm-8.33 5.094c.322.5.483 1.107.483 1.819 0 .737-.182 1.398-.551 1.982a3.436 3.436 0 0 1-.879.975 3.395 3.395 0 0 1-1.402.624 8.665 8.665 0 0 1-1.753.167H0V.011h5.998C7.509.036 8.58.474 9.214 1.334c.38.528.568 1.16.568 1.897 0 .759-.19 1.366-.574 1.828-.213.259-.528.494-.945.707.631.231 1.11.595 1.431 1.097zm-6.83-1.955h2.627c.54 0 .977-.103 1.313-.308.336-.205.504-.57.504-1.092 0-.578-.222-.961-.667-1.146-.383-.128-.872-.194-1.466-.194H2.864v2.74zm4.697 3.597c0-.645-.264-1.091-.79-1.33-.295-.137-.71-.206-1.242-.211H2.864v3.31H5.49c.539 0 .956-.071 1.257-.218.543-.271.816-.786.816-1.551zm12.318-2.02c.06.406.088.995.077 1.766H13.48c.036.894.344 1.519.93 1.877.353.224.78.334 1.282.334.528 0 .959-.134 1.29-.409.181-.145.34-.35.478-.61h2.374c-.062.528-.348 1.064-.861 1.608-.796.865-1.912 1.299-3.346 1.299-1.184 0-2.228-.366-3.134-1.095-.903-.732-1.356-1.918-1.356-3.564 0-1.543.407-2.724 1.224-3.546.82-.824 1.878-1.234 3.182-1.234.774 0 1.47.138 2.092.416.62.278 1.132.716 1.536 1.317.365.53.6 1.142.71 1.84zm-2.337.231c-.043-.618-.25-1.086-.621-1.406-.369-.32-.83-.481-1.379-.481-.598 0-1.06.172-1.387.51-.33.337-.536.796-.62 1.377h4.007z\"/></svg></li><li title=\"bell f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-3 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M18 17H0a8.978 8.978 0 0 1 3-6.708V6a6 6 0 1 1 12 0v4.292A8.978 8.978 0 0 1 18 17zM6.17 18h5.66a3.001 3.001 0 0 1-5.66 0z\"/></svg></li><li title=\"bell off f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -1.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M1.295 15.705A8.998 8.998 0 0 1 4 11.292V7a6 6 0 0 1 10.243-4.243L1.295 15.705zm14.696-9.039c.006.11.009.222.009.334v4.292A8.978 8.978 0 0 1 19 18H4.657L15.99 6.666zM12.829 19a3.001 3.001 0 0 1-5.658 0h5.658zM19.092.707a1 1 0 0 1 0 1.414l-16.97 16.97a1 1 0 1 1-1.415-1.413L17.677.708a1 1 0 0 1 1.415 0z\"/></svg></li><li title=\"bell off \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -1.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M13 18a3 3 0 0 1-6 0H4.657l2-2H16.71a6.987 6.987 0 0 0-2.044-3.218L14 12.186v-3.53l1.99-1.99c.007.11.01.222.01.334v4.292A8.978 8.978 0 0 1 19 18h-6zM1.295 15.705A8.998 8.998 0 0 1 4 11.292V7a6 6 0 0 1 10.243-4.243l-1.415 1.415A4 4 0 0 0 6 7v4l-4.705 4.705zM10 19a1 1 0 0 0 1-1H9a1 1 0 0 0 1 1zM19.092.707a1 1 0 0 1 0 1.414l-16.97 16.97a1 1 0 1 1-1.415-1.413L17.677.708a1 1 0 0 1 1.415 0z\"/></svg></li><li title=\"bell \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-3 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M13.666 11.782 13 11.186V6a4 4 0 1 0-8 0v5.186l-.666.596A6.987 6.987 0 0 0 2.29 15h13.42a6.987 6.987 0 0 0-2.044-3.218zM12 17a3 3 0 0 1-6 0H0a8.978 8.978 0 0 1 3-6.708V6a6 6 0 1 1 12 0v4.292A8.978 8.978 0 0 1 18 17h-6zm-3 1a1 1 0 0 0 1-1H8a1 1 0 0 0 1 1z\"/></svg></li><li title=\"bing circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z\"/><path d=\"M13.99 9.297a.242.242 0 0 0-.159-.218L9.127 7.623c-.088-.027-.128.02-.09.103l.876 1.922a.522.522 0 0 0 .221.222l1.2.55c.084.037.086.104.005.147l-5.122 2.724c-.08.043-.091.028-.023-.034l1.968-1.772a.431.431 0 0 0 .124-.28l.001-5.37a.243.243 0 0 0-.159-.219L6.16 5.007c-.088-.027-.16.027-.16.12v8.148c0 .092.061.211.136.264l2.001 1.418c.075.053.2.058.28.01l5.43-3.27a.33.33 0 0 0 .144-.255V9.297z\"/></svg></li><li title=\"bing square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M13.99 9.297a.242.242 0 0 0-.159-.218L9.127 7.623c-.088-.027-.128.02-.09.103l.876 1.922a.522.522 0 0 0 .221.222l1.2.55c.084.037.086.104.005.147l-5.122 2.724c-.08.043-.091.028-.023-.034l1.968-1.772a.431.431 0 0 0 .124-.28l.001-5.37a.243.243 0 0 0-.159-.219L6.16 5.007c-.088-.027-.16.027-.16.12v8.148c0 .092.061.211.136.264l2.001 1.418c.075.053.2.058.28.01l5.43-3.27a.33.33 0 0 0 .144-.255V9.297z\"/><path d=\"M4 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm0-2h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/></svg></li><li title=\"bing \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M15.973 8.57a.483.483 0 0 0-.317-.434L6.273 5.23c-.175-.054-.255.039-.178.206L7.84 9.269c.077.168.276.367.442.443l2.394 1.096c.166.076.17.209.008.295L.47 16.535c-.161.086-.182.056-.046-.067l3.924-3.534a.86.86 0 0 0 .248-.558L4.6 1.664a.484.484 0 0 0-.318-.435L.355.014C.18-.04.037.067.037.252v16.25c0 .185.122.423.272.529l3.99 2.827c.15.106.4.115.557.02l10.832-6.523a.658.658 0 0 0 .286-.507V8.57z\"/></svg></li><li title=\"birthday cake f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -1 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m20 15.693-5.141 1.282-4.82-.996-4.935.996L0 15.687V15a3 3 0 0 1 3-3h14a3 3 0 0 1 3 3v.693zm0 2.063V22H0v-4.25l5.057 1.275 4.978-1.004 4.859 1.004L20 17.756zM7 9h6v2H7V9zm3-.6a3 3 0 0 1-3-3C7 4.295 8 2.495 10 0c2 2.495 3 4.295 3 5.4a3 3 0 0 1-3 3z\"/></svg></li><li title=\"birthday cake \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -1 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M2 18.262V20h16v-1.728l-3.106.753-4.86-1.004-4.977 1.004L2 18.262zM2 16.2l3.104.775 4.936-.996 4.819.996L18 16.214V15a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1.2zM13 12h4a3 3 0 0 1 3 3v7H0v-7a3 3 0 0 1 3-3h4V9h6v3zm-2 0v-1H9v1h2zm-1-3.6a3 3 0 0 1-3-3C7 4.295 8 2.495 10 0c2 2.495 3 4.295 3 5.4a3 3 0 0 1-3 3zm-.002-1.981c.552 0 1-.48 1-1.072 0-.394-.334-1.037-1-1.928-.667.891-1 1.534-1 1.928 0 .592.448 1.072 1 1.072z\"/></svg></li><li title=\"blogger circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z\"/><path d=\"M11.81 15c1.744 0 3.16-1.42 3.17-3.154L15 9.293l-.03-.14-.083-.174-.142-.11c-.184-.144-1.116.01-1.367-.218-.178-.163-.206-.456-.26-.855-.1-.771-.163-.811-.284-1.073-.44-.929-1.63-1.627-2.448-1.723H8.169A3.174 3.174 0 0 0 5 8.16v3.686C5 13.58 6.426 15 8.17 15h3.64zm-3.6-7.419h1.757c.335 0 .607.273.607.604 0 .33-.272.604-.607.604H8.21a.608.608 0 0 1-.607-.604c0-.331.271-.604.607-.604zM7.603 11.8c0-.33.271-.601.607-.601h3.57c.333 0 .604.27.604.601 0 .327-.27.601-.604.601H8.21a.607.607 0 0 1-.607-.601z\"/></svg></li><li title=\"blogger square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M11.81 15c1.744 0 3.16-1.42 3.17-3.154L15 9.293l-.03-.14-.083-.174-.142-.11c-.184-.144-1.116.01-1.367-.218-.178-.163-.206-.456-.26-.855-.1-.771-.163-.811-.284-1.073-.44-.929-1.63-1.627-2.448-1.723H8.169A3.174 3.174 0 0 0 5 8.16v3.686C5 13.58 6.426 15 8.17 15h3.64zm-3.6-7.419h1.757c.335 0 .607.273.607.604 0 .33-.272.604-.607.604H8.21a.608.608 0 0 1-.607-.604c0-.331.271-.604.607-.604zM7.603 11.8c0-.33.271-.601.607-.601h3.57c.333 0 .604.27.604.601 0 .327-.27.601-.604.601H8.21a.607.607 0 0 1-.607-.601z\"/><path d=\"M4 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm0-2h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/></svg></li><li title=\"blogger \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M13.593 19.96c3.48 0 6.307-2.836 6.327-6.297l.039-5.095-.059-.278-.167-.348-.283-.22c-.367-.287-2.228.02-2.729-.435-.355-.324-.41-.91-.518-1.706-.2-1.54-.326-1.62-.568-2.142C14.76 1.585 12.382.193 10.75 0H6.325C2.845 0 0 2.839 0 6.307v7.356c0 3.461 2.845 6.296 6.325 6.296h7.268zM6.406 5.151h3.507c.67 0 1.212.544 1.212 1.205 0 .657-.542 1.206-1.212 1.206H6.406c-.67 0-1.21-.549-1.21-1.206 0-.661.54-1.205 1.21-1.205zm-1.21 8.418c0-.66.54-1.2 1.21-1.2h7.127c.665 0 1.205.54 1.205 1.2 0 .652-.54 1.2-1.205 1.2H6.406a1.21 1.21 0 0 1-1.21-1.2z\"/></svg></li><li title=\"bluetooth \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-6 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m7.414 10 4.294 4.294A.988.988 0 0 1 12 15c0 .268-.116.522-.35.76l-4.947 3.958c-.37.298-.738.361-1.105.19-.367-.171-.566-.472-.598-.902v-6.592l-3.293 3.293a1 1 0 1 1-1.414-1.414L4.586 10 .293 5.707a1 1 0 1 1 1.414-1.414L5 7.586v-6.56C5 .448 5.448 0 6 0a1 1 0 0 1 .602.201l4.91 3.928c.293.187.488.506.488.871 0 .33-.16.623-.407.805L7.414 10zM7 16.92l2.503-2.003L7 12.414v4.505zM9.503 5.082 7 3.08v4.505l2.503-2.503z\"/></svg></li><li title=\"bold \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-8.5 -7 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M2 5.455v2.727h1.5c.828 0 1.5-.61 1.5-1.364 0-.753-.672-1.363-1.5-1.363H2zm3.514-1.24C6.413 4.793 7 5.744 7 6.819 7 8.575 5.433 10 3.5 10H0V.91C0 .406.448 0 1 0h2c1.657 0 3 1.221 3 2.727 0 .55-.179 1.06-.486 1.489zM2 1.819v1.818h1c.552 0 1-.407 1-.909s-.448-.909-1-.909H2z\"/></svg></li><li title=\"book f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-5 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M5 18V1H3v17H0V0h11a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3H5zM6 4v2h5V4H6zm0 3v2h5V7H6zM3 18h2v2H3v-2z\"/></svg></li><li title=\"book \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-5 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M5 18v2H3v-2H0V0h11a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3H5zM3 2H2v14h1V2zm2 0v14h6a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H5zm1 2h5v2H6V4zm0 3h5v2H6V7z\"/></svg></li><li title=\"bookmark f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-5 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M3 0h8a3 3 0 0 1 3 3v15a2 2 0 0 1-3.348 1.477L7.674 16.76a1 1 0 0 0-1.348 0l-2.978 2.717A2 2 0 0 1 0 18V3a3 3 0 0 1 3-3z\"/></svg></li><li title=\"bookmark minus f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-5 -1.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M3 .858h8a3 3 0 0 1 3 3v15a2 2 0 0 1-3.348 1.477l-2.978-2.717a1 1 0 0 0-1.348 0l-2.978 2.717A2 2 0 0 1 0 18.858v-15a3 3 0 0 1 3-3zm1 8a1 1 0 1 0 0 2h6a1 1 0 0 0 0-2H4z\"/></svg></li><li title=\"bookmark minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-5 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M3 2a1 1 0 0 0-1 1v15l2.978-2.717a3 3 0 0 1 4.044 0L12 18V3a1 1 0 0 0-1-1H3zm0-2h8a3 3 0 0 1 3 3v15a2 2 0 0 1-3.348 1.477L7.674 16.76a1 1 0 0 0-1.348 0l-2.978 2.717A2 2 0 0 1 0 18V3a3 3 0 0 1 3-3zm1 8h6a1 1 0 0 1 0 2H4a1 1 0 1 1 0-2z\"/></svg></li><li title=\"bookmark plus f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-5 -1.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M8 8.858v-2a1 1 0 1 0-2 0v2H4a1 1 0 1 0 0 2h2v2a1 1 0 0 0 2 0v-2h2a1 1 0 0 0 0-2H8zm-5-8h8a3 3 0 0 1 3 3v15a2 2 0 0 1-3.348 1.477l-2.978-2.717a1 1 0 0 0-1.348 0l-2.978 2.717A2 2 0 0 1 0 18.858v-15a3 3 0 0 1 3-3z\"/></svg></li><li title=\"bookmark plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-5 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M3 2a1 1 0 0 0-1 1v15l2.978-2.717a3 3 0 0 1 4.044 0L12 18V3a1 1 0 0 0-1-1H3zm0-2h8a3 3 0 0 1 3 3v15a2 2 0 0 1-3.348 1.477L7.674 16.76a1 1 0 0 0-1.348 0l-2.978 2.717A2 2 0 0 1 0 18V3a3 3 0 0 1 3-3zm5 8h2a1 1 0 0 1 0 2H8v2a1 1 0 0 1-2 0v-2H4a1 1 0 1 1 0-2h2V6a1 1 0 1 1 2 0v2z\"/></svg></li><li title=\"bookmark remove f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-5 -1.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m8.414 9.858 1.414-1.414a1 1 0 0 0-1.414-1.415L7 8.444 5.586 7.029a1 1 0 1 0-1.414 1.415l1.414 1.414-1.414 1.414a1 1 0 1 0 1.414 1.414L7 11.272l1.414 1.414a1 1 0 0 0 1.414-1.414L8.414 9.858zM3 .858h8a3 3 0 0 1 3 3v15a2 2 0 0 1-3.348 1.477l-2.978-2.717a1 1 0 0 0-1.348 0l-2.978 2.717A2 2 0 0 1 0 18.858v-15a3 3 0 0 1 3-3z\"/></svg></li><li title=\"bookmark remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-5 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M3 2a1 1 0 0 0-1 1v15l2.978-2.717a3 3 0 0 1 4.044 0L12 18V3a1 1 0 0 0-1-1H3zm0-2h8a3 3 0 0 1 3 3v15a2 2 0 0 1-3.348 1.477L7.674 16.76a1 1 0 0 0-1.348 0l-2.978 2.717A2 2 0 0 1 0 18V3a3 3 0 0 1 3-3zm5.414 9 1.414 1.414a1 1 0 1 1-1.414 1.414L7 10.414l-1.414 1.414a1 1 0 0 1-1.414-1.414L5.586 9 4.172 7.586a1 1 0 1 1 1.414-1.414L7 7.586l1.414-1.414a1 1 0 1 1 1.414 1.414L8.414 9z\"/></svg></li><li title=\"bookmark \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-5 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M3 2a1 1 0 0 0-1 1v15l2.978-2.717a3 3 0 0 1 4.044 0L12 18V3a1 1 0 0 0-1-1H3zm0-2h8a3 3 0 0 1 3 3v15a2 2 0 0 1-3.348 1.477L7.674 16.76a1 1 0 0 0-1.348 0l-2.978 2.717A2 2 0 0 1 0 18V3a3 3 0 0 1 3-3z\"/></svg></li><li title=\"bottle f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-7 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M9.975 9H.025a4 4 0 0 1 .902-2.113l1.11-1.33A2 2 0 0 0 2.5 4.275V1a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v3.276a2 2 0 0 0 .464 1.28l1.109 1.331A4 4 0 0 1 9.975 9zM10 16v2a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-2h10zm-8-5h6v3H2v-3z\"/></svg></li><li title=\"bottle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-7 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M9.975 9H10v9a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V9h.025a4 4 0 0 1 .902-2.113l1.11-1.33A2 2 0 0 0 2.5 4.275V1a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v3.276a2 2 0 0 0 .464 1.28l1.109 1.331A4 4 0 0 1 9.975 9zM7.949 9a2 2 0 0 0-.413-.832L6.427 6.837A4 4 0 0 1 5.5 4.276V2h-1v2.276a4 4 0 0 1-.927 2.56l-1.11 1.332A2 2 0 0 0 2.052 9H7.95zM8 16H2v2h6v-2zm-6-5v3h6v-3H2z\"/></svg></li><li title=\"box f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -4 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M20 5H0V3a3 3 0 0 1 3-3h14a3 3 0 0 1 3 3v2zm0 2v6a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V7h6.126a4.002 4.002 0 0 0 7.748 0H20z\"/></svg></li><li title=\"box \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -4 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M3 0h14a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3zm0 2a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H3zm10.874 5a4.002 4.002 0 0 1-7.748 0H2V5h16v2h-4.126zm-2.142 0H8.268a2 2 0 0 0 3.464 0z\"/></svg></li><li title=\"branch f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4 -1.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M4 11.856v3.173a3.001 3.001 0 1 1-2 0V6.687a3.001 3.001 0 1 1 2 0v2.34c.312-.11.647-.17.997-.171l6.037-.006a1 1 0 0 0 .999-1V6.699A3.001 3.001 0 0 1 13 .858a3 3 0 0 1 1.033 5.817V7.85a3 3 0 0 1-2.997 3l-6.037.006a1 1 0 0 0-.999 1z\"/></svg></li><li title=\"branch \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M3 18a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm1-7.002v3.173a3.001 3.001 0 1 1-2 0V5.829a3.001 3.001 0 1 1 2 0v2.34c.312-.11.647-.17.997-.171l6.037-.006a1 1 0 0 0 .999-1V5.84A3.001 3.001 0 0 1 13 0a3 3 0 0 1 1.033 5.817v1.175a3 3 0 0 1-2.997 3l-6.037.006a1 1 0 0 0-.999 1zM3 4a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm10 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2z\"/></svg></li><li title=\"brightness down f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4 -3.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M8 12.858a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm6-5h1a1 1 0 0 1 0 2h-1a1 1 0 0 1 0-2zm-6 6a1 1 0 0 1 1 1v1a1 1 0 0 1-2 0v-1a1 1 0 0 1 1-1zm0-13a1 1 0 0 1 1 1v1a1 1 0 1 1-2 0v-1a1 1 0 0 1 1-1zm-7 7h1a1 1 0 1 1 0 2H1a1 1 0 1 1 0-2zm11.95 4.535.707.708a1 1 0 1 1-1.414 1.414l-.707-.707a1 1 0 0 1 1.414-1.415zm-8.486 0a1 1 0 0 1 0 1.415l-.707.707A1 1 0 0 1 2.343 13.1l.707-.708a1 1 0 0 1 1.414 0zm9.193-9.192a1 1 0 0 1 0 1.414l-.707.707a1 1 0 0 1-1.414-1.414l.707-.707a1 1 0 0 1 1.414 0zm-9.9 0 .707.707A1 1 0 1 1 3.05 5.322l-.707-.707a1 1 0 0 1 1.414-1.414z\"/></svg></li><li title=\"brightness down \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4 -4 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M8 10a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm6-5h1a1 1 0 0 1 0 2h-1a1 1 0 0 1 0-2zm-6 6a1 1 0 0 1 1 1v1a1 1 0 0 1-2 0v-1a1 1 0 0 1 1-1zM8 0a1 1 0 0 1 1 1v1a1 1 0 1 1-2 0V1a1 1 0 0 1 1-1zM1 7h1a1 1 0 1 1 0 2H1a1 1 0 1 1 0-2zm11.95 4.536.707.707a1 1 0 1 1-1.414 1.414l-.707-.707a1 1 0 0 1 1.414-1.414zm-8.486 0a1 1 0 0 1 0 1.414l-.707.707a1 1 0 0 1-1.414-1.414l.707-.707a1 1 0 0 1 1.414 0zm9.193-9.193a1 1 0 0 1 0 1.414l-.707.707a1 1 0 0 1-1.414-1.414l.707-.707a1 1 0 0 1 1.414 0zm-9.9 0 .707.707A1 1 0 1 1 3.05 4.464l-.707-.707a1 1 0 0 1 1.414-1.414z\"/></svg></li><li title=\"brightness up f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -1.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 14.858a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm6-5h3a1 1 0 0 1 0 2h-3a1 1 0 0 1 0-2zm-6 6a1 1 0 0 1 1 1v3a1 1 0 0 1-2 0v-3a1 1 0 0 1 1-1zm0-15a1 1 0 0 1 1 1v3a1 1 0 0 1-2 0v-3a1 1 0 0 1 1-1zm-9 9h3a1 1 0 1 1 0 2H1a1 1 0 0 1 0-2zm13.95 4.535 2.121 2.122a1 1 0 0 1-1.414 1.414l-2.121-2.121a1 1 0 0 1 1.414-1.415zm-8.486 0a1 1 0 0 1 0 1.415l-2.12 2.12a1 1 0 1 1-1.415-1.413l2.121-2.122a1 1 0 0 1 1.414 0zM17.071 3.787a1 1 0 0 1 0 1.414L14.95 7.322a1 1 0 0 1-1.414-1.414l2.12-2.121a1 1 0 0 1 1.415 0zm-12.728 0 2.121 2.121A1 1 0 1 1 5.05 7.322L2.93 5.201a1 1 0 0 1 1.414-1.414z\"/></svg></li><li title=\"brightness up \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 12a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm6-5h3a1 1 0 0 1 0 2h-3a1 1 0 0 1 0-2zm-6 6a1 1 0 0 1 1 1v3a1 1 0 0 1-2 0v-3a1 1 0 0 1 1-1zm0-15a1 1 0 0 1 1 1v3a1 1 0 0 1-2 0V1a1 1 0 0 1 1-1zM1 9h3a1 1 0 1 1 0 2H1a1 1 0 0 1 0-2zm13.95 4.536 2.121 2.12a1 1 0 0 1-1.414 1.415l-2.121-2.121a1 1 0 0 1 1.414-1.414zm-8.486 0a1 1 0 0 1 0 1.414l-2.12 2.121a1 1 0 1 1-1.415-1.414l2.121-2.121a1 1 0 0 1 1.414 0zM17.071 2.929a1 1 0 0 1 0 1.414L14.95 6.464a1 1 0 0 1-1.414-1.414l2.12-2.121a1 1 0 0 1 1.415 0zm-12.728 0L6.464 5.05A1 1 0 1 1 5.05 6.464l-2.12-2.12a1 1 0 0 1 1.414-1.415z\"/></svg></li><li title=\"brightness \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 18c.112 0 .112-5.333 0-16a8 8 0 1 0 0 16zm0 2C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z\"/></svg></li><li title=\"browse \"><svg width=\"20\" height=\"16\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\"><path d=\"M2 4v10h16V4H2Zm1-1a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2ZM2 0h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2Z\"/></svg></li><li title=\"brush f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2.5 -3.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m5.36 11.116 2.68 2.681c-.5.65-1.122 1.26-1.864 1.832-1.492 1.15-3.265 1.445-5.318.885a82.957 82.957 0 0 1 2.603-3.6c.489-.637 1.121-1.236 1.898-1.798zm1.489-1.338c.55-.79 1.269-1.591 2.154-2.406 1.266-1.165 3.467-3.124 6.602-5.877.834-.733 1.86-.9 2.375-.385.514.514.348 1.542-.384 2.376-2.757 3.14-4.716 5.34-5.878 6.601-.814.883-1.616 1.6-2.407 2.153L6.849 9.778z\"/></svg></li><li title=\"brush \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -3 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M6.816 11.556c-1.008.464-1.69 1.003-2.084 1.598a51.574 51.574 0 0 0-1.115 1.756c1.124.244 1.969.127 2.578-.281.852-.57 1.408-1.221 1.717-1.977l-1.096-1.096zm1.395-1.433 1.02 1.02c.742-.382 1.489-.987 2.234-1.832 1.139-1.29 3.061-3.588 5.757-6.88a.211.211 0 0 0-.297-.296c-3.286 2.693-5.583 4.615-6.881 5.758-.849.746-1.454 1.491-1.833 2.23zm-.903 6.168c-1.615 1.081-3.826.982-6.63-.298a58.148 58.148 0 0 1 2.387-3.945c.655-.987 1.712-1.794 3.17-2.422C6.72 8.5 7.55 7.423 8.722 6.39c1.32-1.162 3.632-3.096 6.936-5.803a2.21 2.21 0 0 1 3.111 3.111c-2.71 3.31-4.645 5.621-5.804 6.935-.978 1.108-2 1.911-3.067 2.408-.43 1.298-1.293 2.38-2.59 3.249z\"/></svg></li><li title=\"bug f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M15.236 8h1.647V5a1 1 0 1 1 2 0v3a2 2 0 0 1-2 2H16v1h3a1 1 0 0 1 0 2h-3v1h.883a2 2 0 0 1 2 2v3a1 1 0 0 1-2 0v-3h-1.224A6.009 6.009 0 0 1 11 19.917V13a1 1 0 0 0-2 0v6.917A6.009 6.009 0 0 1 4.341 16H3v3a1 1 0 0 1-2 0v-3a2 2 0 0 1 2-2h1v-1H1a1 1 0 0 1 0-2h3v-1H3a2 2 0 0 1-2-2V5a1 1 0 1 1 2 0v3h1.764A3 3 0 0 1 6 7.17V5a2 2 0 0 1 2-2h.737c-.343-.598-.988-1-1.726-1H5a1 1 0 1 1 0-2h2.01A3.98 3.98 0 0 1 10 1.348 3.98 3.98 0 0 1 12.99 0H15a1 1 0 0 1 0 2h-2.01c-.74 0-1.384.402-1.727 1H12a2 2 0 0 1 2 2v2.17a3 3 0 0 1 1.236.83z\"/></svg></li><li title=\"bug \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M7 9a1 1 0 0 0-1 1v4a4 4 0 1 0 8 0v-4a1 1 0 0 0-1-1H7zm8.236-1h1.647V5a1 1 0 1 1 2 0v3a2 2 0 0 1-2 2H16v1h3a1 1 0 0 1 0 2h-3v1h.883a2 2 0 0 1 2 2v3a1 1 0 0 1-2 0v-3h-1.224A6.002 6.002 0 0 1 4.34 16H3v3a1 1 0 0 1-2 0v-3a2 2 0 0 1 2-2h1v-1H1a1 1 0 0 1 0-2h3v-1H3a2 2 0 0 1-2-2V5a1 1 0 1 1 2 0v3h1.764A3 3 0 0 1 6 7.17V5a2 2 0 0 1 2-2h.737c-.343-.598-.988-1-1.726-1H5a1 1 0 1 1 0-2h2.01A3.98 3.98 0 0 1 10 1.348 3.98 3.98 0 0 1 12.99 0H15a1 1 0 0 1 0 2h-2.01c-.74 0-1.384.402-1.727 1H12a2 2 0 0 1 2 2v2.17a3 3 0 0 1 1.236.83zM8 7h4V5H8v2z\"/></svg></li><li title=\"building f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-5.5 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M9 20v-3a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v3H0V3a3 3 0 0 1 3-3h7a3 3 0 0 1 3 3v17H9zM4 4a1 1 0 1 0 0 2h1a1 1 0 1 0 0-2H4zm0 3a1 1 0 1 0 0 2h1a1 1 0 1 0 0-2H4zm0 3a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2H4zm0 3a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2H4zm4-9a1 1 0 1 0 0 2h1a1 1 0 1 0 0-2H8zm0 3a1 1 0 1 0 0 2h1a1 1 0 1 0 0-2H8zm0 3a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2H8zm0 3a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2H8z\"/></svg></li><li title=\"building \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-5.5 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M3 0h7a3 3 0 0 1 3 3v17H0V3a3 3 0 0 1 3-3zM2 18h9V3a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v15zM4 4h1a1 1 0 1 1 0 2H4a1 1 0 1 1 0-2zm0 3h1a1 1 0 1 1 0 2H4a1 1 0 1 1 0-2zm0 3h1a1 1 0 0 1 0 2H4a1 1 0 0 1 0-2zm0 3h1a1 1 0 0 1 0 2H4a1 1 0 0 1 0-2zm4-9h1a1 1 0 1 1 0 2H8a1 1 0 1 1 0-2zm0 3h1a1 1 0 1 1 0 2H8a1 1 0 1 1 0-2zm0 3h1a1 1 0 0 1 0 2H8a1 1 0 0 1 0-2zm0 3h1a1 1 0 0 1 0 2H8a1 1 0 0 1 0-2zm-3 3h3a1 1 0 0 1 1 1v1H4v-1a1 1 0 0 1 1-1z\"/></svg></li><li title=\"bus f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M4 2a2 2 0 0 0-2 2v5l12-.037V4a2 2 0 0 0-2-2H4zm7 15H5v2a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-2.535A3.998 3.998 0 0 1 0 13V4a4 4 0 0 1 4-4h8a4 4 0 0 1 4 4v9c0 1.48-.804 2.773-2 3.465V19a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-2zm-7-3a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm8 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zM4 3a1 1 0 0 1 1 1v3a1 1 0 1 1-2 0V4a1 1 0 0 1 1-1z\"/></svg></li><li title=\"bus \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M11 17H5v2a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-2.535A3.998 3.998 0 0 1 0 13V4a4 4 0 0 1 4-4h8a4 4 0 0 1 4 4v9c0 1.48-.804 2.773-2 3.465V19a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-2zm3-8V4a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v5h12zm0 2H2v2a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2v-2zM4 3a1 1 0 0 1 1 1v3a1 1 0 1 1-2 0V4a1 1 0 0 1 1-1zm0 11a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm8 0a1 1 0 1 1 0-2 1 1 0 0 1 0 2z\"/></svg></li><li title=\"cactus f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M6 16H0V8.5a2.5 2.5 0 0 1 5 0V11h1V4a4 4 0 1 1 8 0v5h1V6.5a2.5 2.5 0 1 1 5 0V14h-6v6H6v-4zm4-7a1 1 0 0 0-1 1v6a1 1 0 0 0 2 0v-6a1 1 0 0 0-1-1zm0-5a1 1 0 0 0-1 1v2a1 1 0 1 0 2 0V5a1 1 0 0 0-1-1z\"/></svg></li><li title=\"cactus \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M20 6.5V14h-6v6H6v-4H0V8.5a2.5 2.5 0 0 1 5 0V11h1V4a4 4 0 0 1 7.988-.314V9H15V6.5a2.5 2.5 0 1 1 5 0zM8 18h4v-6h6V6.5a.5.5 0 1 0-1 0V11h-5V4a2 2 0 1 0-4 0v9H3V8.5a.5.5 0 0 0-1 0V14h6v4zm2-9a1 1 0 0 1 1 1v6a1 1 0 0 1-2 0v-6a1 1 0 0 1 1-1zm0-5a1 1 0 0 1 1 1v2a1 1 0 0 1-2 0V5a1 1 0 0 1 1-1z\"/></svg></li><li title=\"calculator \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4.5 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M4 0h7a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4zm0 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h7a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm1 2h5a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1zm0 5h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-1a1 1 0 0 1 1-1zm4 0h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1v-1a1 1 0 0 1 1-1zm0 4h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1v-1a1 1 0 0 1 1-1zm-4 0h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-1a1 1 0 0 1 1-1z\"/></svg></li><li title=\"calendar alt f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -3 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M17 2a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3v2a2 2 0 1 0 4 0V2h1v2a2 2 0 1 0 4 0V2h1v2a2 2 0 1 0 4 0V2zM3 8v2h2V8H3zm0 4v2h2v-2H3zm12 0v2h2v-2h-2zm0-4v2h2V8h-2zM7 8v2h2V8H7zm4 0v2h2V8h-2zm0 4v2h2v-2h-2zm-4 0v2h2v-2H7zM5 0a1 1 0 0 1 1 1v3a1 1 0 1 1-2 0V1a1 1 0 0 1 1-1zm10 0a1 1 0 0 1 1 1v3a1 1 0 0 1-2 0V1a1 1 0 0 1 1-1zm-5 0a1 1 0 0 1 1 1v3a1 1 0 0 1-2 0V1a1 1 0 0 1 1-1z\"/></svg></li><li title=\"calendar alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -3 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M9 2V1a1 1 0 1 1 2 0v1h3V1a1 1 0 0 1 2 0v1h1a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3h1V1a1 1 0 1 1 2 0v1h3zm0 2H6v1a1 1 0 1 1-2 0V4H3a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1h-1v1a1 1 0 0 1-2 0V4h-3v1a1 1 0 0 1-2 0V4zM3 8h2v2H3V8zm0 4h2v2H3v-2zm12 0h2v2h-2v-2zm0-4h2v2h-2V8zM7 8h2v2H7V8zm4 0h2v2h-2V8zm0 4h2v2h-2v-2zm-4 0h2v2H7v-2z\"/></svg></li><li title=\"calendar f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M3 3v2a2 2 0 1 0 4 0V3h6v2a2 2 0 1 0 4 0V3a3 3 0 0 1 3 3v2H0V6a3 3 0 0 1 3-3zm17 7v6a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3v-6h20zM15 0a1 1 0 0 1 1 1v4a1 1 0 0 1-2 0V1a1 1 0 0 1 1-1zM5 0a1 1 0 0 1 1 1v4a1 1 0 1 1-2 0V1a1 1 0 0 1 1-1z\"/></svg></li><li title=\"calendar \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -3 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M18 7V5a1 1 0 0 0-1-1h-1v1a1 1 0 0 1-2 0V4H6v1a1 1 0 1 1-2 0V4H3a1 1 0 0 0-1 1v2h16zm0 2H2v6a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V9zm-2-7h1a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3h1V1a1 1 0 1 1 2 0v1h8V1a1 1 0 0 1 2 0v1z\"/></svg></li><li title=\"camera alt f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M20 12H0V6a6 6 0 0 1 6-6h8a6 6 0 0 1 6 6v6zm0 2a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6h20zM6 15a1 1 0 0 0 0 2h8a1 1 0 0 0 0-2H6zm4-4a4 4 0 1 0 0-8 4 4 0 0 0 0 8zm6 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm-6-2a2 2 0 1 1 0-4 2 2 0 0 1 0 4z\"/></svg></li><li title=\"camera alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M18 12V6a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v8a4 4 0 0 0 4 4h8a4 4 0 0 0 4-4H2v-2h16zM6 0h8a6 6 0 0 1 6 6v8a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6V6a6 6 0 0 1 6-6zm0 15h8a1 1 0 0 1 0 2H6a1 1 0 0 1 0-2zm4-4a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm0-2a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm6 2a1 1 0 1 1 0-2 1 1 0 0 1 0 2z\"/></svg></li><li title=\"camera f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -4 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M4.126 3C4.57 1.275 6.136 0 8 0h4a4.002 4.002 0 0 1 3.874 3H16a4 4 0 0 1 4 4v5a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V7a4 4 0 0 1 4-4h.126zM10 13a4 4 0 1 0 0-8 4 4 0 0 0 0 8zm6-5a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm-6 3a2 2 0 1 1 0-4 2 2 0 0 1 0 4z\"/></svg></li><li title=\"camera \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -4 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M5.676 5H4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-1.676l-.387-1.501A2.002 2.002 0 0 0 12 2H8a2 2 0 0 0-1.937 1.499L5.676 5zm-1.55-2C4.57 1.275 6.136 0 8 0h4a4.002 4.002 0 0 1 3.874 3H16a4 4 0 0 1 4 4v5a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V7a4 4 0 0 1 4-4h.126zM10 13a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm0-2a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm6-3a1 1 0 1 0 0-2 1 1 0 0 0 0 2z\"/></svg></li><li title=\"candle f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -1 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M7 9h6v6H7V9zm-5 8h16a2 2 0 0 1 2 2v1a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-1a2 2 0 0 1 2-2zm8-8.6a3 3 0 0 1-3-3C7 4.295 8 2.495 10 0c2 2.495 3 4.295 3 5.4a3 3 0 0 1-3 3z\"/></svg></li><li title=\"candle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -1 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M9 11v6h2v-6H9zm4 6h5a2 2 0 0 1 2 2v1a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-1a2 2 0 0 1 2-2h5V9h6v8zM2 19v1h16v-1H2zm8-10.6a3 3 0 0 1-3-3C7 4.295 8 2.495 10 0c2 2.495 3 4.295 3 5.4a3 3 0 0 1-3 3zm0-1.952c.552 0 1-.48 1-1 0-.466-.333-1.109-1-2-.667.891-1 1.534-1 2 0 .52.448 1 1 1z\"/></svg></li><li title=\"capsule f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-7 -1.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 9.858H0v-4a5 5 0 1 1 10 0v4zm0 2v4a5 5 0 0 1-10 0v-4h10z\"/></svg></li><li title=\"capsule \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-7 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M8 9V5a3 3 0 1 0-6 0v4h6zm0 2H2v4a3 3 0 0 0 6 0v-4zM5 0a5 5 0 0 1 5 5v10a5 5 0 0 1-10 0V5a5 5 0 0 1 5-5z\"/></svg></li><li title=\"car f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M14 17H6v1.5A1.5 1.5 0 0 1 4.5 20h-1A1.5 1.5 0 0 1 2 18.5v-1.67A3.001 3.001 0 0 1 0 14v-3c0-.62.188-1.196.51-1.674l1.086-6.8A3 3 0 0 1 4.56 0h10.88a3 3 0 0 1 2.96 2.527l1.083 6.79c.326.48.516 1.06.516 1.683v3a3.001 3.001 0 0 1-2 2.83v1.67a1.5 1.5 0 0 1-1.5 1.5h-1a1.5 1.5 0 0 1-1.5-1.5V17zm3.25-8.99-.824-5.168A1 1 0 0 0 15.44 2H4.559a1 1 0 0 0-.988.842l-.825 5.169A3.04 3.04 0 0 1 3 8h14c.084 0 .168.003.25.01zM15.5 14a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm-11 0a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm.704-10.906a1 1 0 0 1 1 1v2a1 1 0 1 1-2 0v-2a1 1 0 0 1 1-1z\"/></svg></li><li title=\"car \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M14 17H6v1.5A1.5 1.5 0 0 1 4.5 20h-1A1.5 1.5 0 0 1 2 18.5v-1.67A3.001 3.001 0 0 1 0 14v-3c0-.62.188-1.196.51-1.674l1.086-6.8A3 3 0 0 1 4.56 0h10.88a3 3 0 0 1 2.96 2.527l1.083 6.79c.326.48.516 1.06.516 1.683v3a3.001 3.001 0 0 1-2 2.83v1.67a1.5 1.5 0 0 1-1.5 1.5h-1a1.5 1.5 0 0 1-1.5-1.5V17zM3 15h14a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1zm14.25-6.99-.824-5.168A1 1 0 0 0 15.44 2H4.559a1 1 0 0 0-.988.842l-.825 5.169A3.04 3.04 0 0 1 3 8h14c.084 0 .168.003.25.01zM15.5 12a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1zm0 2a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm-11-2a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1zm0 2a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm.704-10.906a1 1 0 0 1 1 1v2a1 1 0 1 1-2 0v-2a1 1 0 0 1 1-1z\"/></svg></li><li title=\"castle f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M18 8v11h-3v-4a2 2 0 1 0-4 0v4H0v-8a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v1h2V8a2 2 0 0 1-2-2V1a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v1h2V1a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v5a2 2 0 0 1-2 2zm-6 1a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2z\"/></svg></li><li title=\"castle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 8v9h6V8h-6zm8 11H0v-7a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2h2V8a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2h2a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2v11zM8 17v-3H4v-2H2v5h6zM8 2v4h10V2h-2v2h-6V2H8zm5 11a2 2 0 0 1 2 2v3h-4v-3a2 2 0 0 1 2-2zm-1-4h2a1 1 0 0 1 0 2h-2a1 1 0 0 1 0-2z\"/></svg></li><li title=\"character \"><svg width=\"14\" height=\"14\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\"><path d=\"M8 14v-2.108c1.984-.504 3.501-2.476 3.501-4.882 0-2.797-2.049-5.007-4.5-5.007-2.45 0-4.5 2.21-4.5 5.007 0 2.405 1.516 4.376 3.499 4.881V14H1a1 1 0 0 1 0-2.003h1.434C1.241 10.727.501 8.961.501 7.01c0-3.872 2.91-7.01 6.5-7.01s6.5 3.138 6.5 7.01c0 1.951-.74 3.716-1.933 4.987H13A1 1 0 0 1 13 14H8Z\"/></svg></li><li title=\"check \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-5 -7 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M5.486 9.73a.997.997 0 0 1-.707-.292L.537 5.195A1 1 0 1 1 1.95 3.78l3.535 3.535L11.85.952a1 1 0 0 1 1.415 1.414L6.193 9.438a.997.997 0 0 1-.707.292z\"/></svg></li><li title=\"chevron circle down f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 11.828 6.464 8.293A1 1 0 0 0 5.05 9.707l4.243 4.243a.997.997 0 0 0 1.414 0l4.243-4.243a1 1 0 1 0-1.414-1.414L10 11.828zM10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z\"/></svg></li><li title=\"chevron circle down left f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M9 11V6a1 1 0 1 0-2 0v6a1 1 0 0 0 1 1h6a1 1 0 0 0 0-2H9zm1 9C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z\"/></svg></li><li title=\"chevron circle down left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm-1-7h5a1 1 0 0 1 0 2H8a1 1 0 0 1-1-1V6a1 1 0 1 1 2 0v5z\"/></svg></li><li title=\"chevron circle down right f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M11 11H6a1 1 0 0 0 0 2h6a1 1 0 0 0 1-1V6a1 1 0 0 0-2 0v5zm-1 9C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z\"/></svg></li><li title=\"chevron circle down right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm1-7V6a1 1 0 0 1 2 0v6a1 1 0 0 1-1 1H6a1 1 0 0 1 0-2h5z\"/></svg></li><li title=\"chevron circle down \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0-6.172 3.536-3.535a1 1 0 0 1 1.414 1.414l-4.243 4.243a1 1 0 0 1-1.414 0L5.05 9.707a1 1 0 0 1 1.414-1.414L10 11.828z\"/></svg></li><li title=\"chevron circle left f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m8.172 10 3.535-3.536a1 1 0 1 0-1.414-1.414L6.05 9.293a1 1 0 0 0 0 1.414l4.243 4.243a1 1 0 0 0 1.414-1.414L8.172 10zM10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z\"/></svg></li><li title=\"chevron circle left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm-1.828-8 3.535 3.536a1 1 0 0 1-1.414 1.414L6.05 10.707a1 1 0 0 1 0-1.414l4.243-4.243a1 1 0 0 1 1.414 1.414L8.172 10z\"/></svg></li><li title=\"chevron circle right f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m11.828 10-3.535 3.536a1 1 0 0 0 1.414 1.414l4.243-4.243a1 1 0 0 0 0-1.414L9.707 5.05a1 1 0 0 0-1.414 1.414L11.828 10zM10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z\"/></svg></li><li title=\"chevron circle right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm1.828-8L8.293 6.464A1 1 0 0 1 9.707 5.05l4.243 4.243a1 1 0 0 1 0 1.414L9.707 14.95a1 1 0 1 1-1.414-1.414L11.828 10z\"/></svg></li><li title=\"chevron circle up f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m10 9.172 3.536 3.535a1 1 0 0 0 1.414-1.414L10.707 7.05a1 1 0 0 0-1.414 0L5.05 11.293a1 1 0 0 0 1.414 1.414L10 9.172zM10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z\"/></svg></li><li title=\"chevron circle up left f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M9 9h5a1 1 0 0 0 0-2H8a1 1 0 0 0-1 1v6a1 1 0 0 0 2 0V9zm1 11C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z\"/></svg></li><li title=\"chevron circle up left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM9 9v5a1 1 0 0 1-2 0V8a1 1 0 0 1 1-1h6a1 1 0 0 1 0 2H9z\"/></svg></li><li title=\"chevron circle up right f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M11 9v5a1 1 0 0 0 2 0V8a1 1 0 0 0-1-1H6a1 1 0 1 0 0 2h5zm-1 11C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z\"/></svg></li><li title=\"chevron circle up right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm1-9H6a1 1 0 1 1 0-2h6a1 1 0 0 1 1 1v6a1 1 0 0 1-2 0V9z\"/></svg></li><li title=\"chevron circle up \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0-8.828-3.536 3.535a1 1 0 1 1-1.414-1.414L9.293 7.05a1 1 0 0 1 1.414 0l4.243 4.243a1 1 0 0 1-1.414 1.414L10 9.172z\"/></svg></li><li title=\"chevron down left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-7 -7 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M2 8h7a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1V1a1 1 0 1 1 2 0v7z\"/></svg></li><li title=\"chevron down right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-7 -7 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M8 8V1a1 1 0 1 1 2 0v8a1 1 0 0 1-1 1H1a1 1 0 1 1 0-2h7z\"/></svg></li><li title=\"chevron down \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-5 -8 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m7.071 5.314 4.95-4.95a1 1 0 1 1 1.414 1.414L7.778 7.435a1 1 0 0 1-1.414 0L.707 1.778A1 1 0 1 1 2.121.364l4.95 4.95z\"/></svg></li><li title=\"chevron left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-8 -5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m2.757 7 4.95 4.95a1 1 0 1 1-1.414 1.414L.636 7.707a1 1 0 0 1 0-1.414L6.293.636A1 1 0 0 1 7.707 2.05L2.757 7z\"/></svg></li><li title=\"chevron right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-8 -5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m5.314 7.071-4.95-4.95A1 1 0 0 1 1.778.707l5.657 5.657a1 1 0 0 1 0 1.414l-5.657 5.657a1 1 0 0 1-1.414-1.414l4.95-4.95z\"/></svg></li><li title=\"chevron square down f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 11.828 6.464 8.293A1 1 0 0 0 5.05 9.707l4.243 4.243a.997.997 0 0 0 1.414 0l4.243-4.243a1 1 0 1 0-1.414-1.414L10 11.828zM4 0h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/></svg></li><li title=\"chevron square down left f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M9 11V6a1 1 0 1 0-2 0v6a1 1 0 0 0 1 1h6a1 1 0 0 0 0-2H9zM4 0h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/></svg></li><li title=\"chevron square down left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M4 0h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4zm0 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm5 9h5a1 1 0 0 1 0 2H8a1 1 0 0 1-1-1V6a1 1 0 1 1 2 0v5z\"/></svg></li><li title=\"chevron square down right f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M11 11H6a1 1 0 0 0 0 2h6a1 1 0 0 0 1-1V6a1 1 0 0 0-2 0v5zM4 0h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/></svg></li><li title=\"chevron square down right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M4 0h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4zm0 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm7 9V6a1 1 0 0 1 2 0v6a1 1 0 0 1-1 1H6a1 1 0 0 1 0-2h5z\"/></svg></li><li title=\"chevron square down \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M4 0h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4zm0 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm6 9.828 3.536-3.535a1 1 0 0 1 1.414 1.414l-4.243 4.243a1 1 0 0 1-1.414 0L5.05 9.707a1 1 0 0 1 1.414-1.414L10 11.828z\"/></svg></li><li title=\"chevron square left f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m8.172 10 3.535-3.536a1 1 0 1 0-1.414-1.414L6.05 9.293a1 1 0 0 0 0 1.414l4.243 4.243a1 1 0 0 0 1.414-1.414L8.172 10zM4 0h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/></svg></li><li title=\"chevron square left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M4 0h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4zm0 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm4.172 8 3.535 3.536a1 1 0 0 1-1.414 1.414L6.05 10.707a1 1 0 0 1 0-1.414l4.243-4.243a1 1 0 0 1 1.414 1.414L8.172 10z\"/></svg></li><li title=\"chevron square right f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m11.828 10-3.535 3.536a1 1 0 0 0 1.414 1.414l4.243-4.243a1 1 0 0 0 0-1.414L9.707 5.05a1 1 0 0 0-1.414 1.414L11.828 10zM4 0h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/></svg></li><li title=\"chevron square right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M4 0h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4zm0 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm7.828 8L8.293 6.464A1 1 0 0 1 9.707 5.05l4.243 4.243a1 1 0 0 1 0 1.414L9.707 14.95a1 1 0 1 1-1.414-1.414L11.828 10z\"/></svg></li><li title=\"chevron square up f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m10 9.172 3.536 3.535a1 1 0 0 0 1.414-1.414L10.707 7.05a1 1 0 0 0-1.414 0L5.05 11.293a1 1 0 0 0 1.414 1.414L10 9.172zM4 0h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/></svg></li><li title=\"chevron square up left f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M9 9h5a1 1 0 0 0 0-2H8a1 1 0 0 0-1 1v6a1 1 0 0 0 2 0V9zM4 0h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/></svg></li><li title=\"chevron square up left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M4 0h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4zm0 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm5 7v5a1 1 0 0 1-2 0V8a1 1 0 0 1 1-1h6a1 1 0 0 1 0 2H9z\"/></svg></li><li title=\"chevron square up right f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M11 9v5a1 1 0 0 0 2 0V8a1 1 0 0 0-1-1H6a1 1 0 1 0 0 2h5zM4 0h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/></svg></li><li title=\"chevron square up right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M4 0h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4zm0 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm7 7H6a1 1 0 1 1 0-2h6a1 1 0 0 1 1 1v6a1 1 0 0 1-2 0V9z\"/></svg></li><li title=\"chevron square up \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M4 0h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4zm0 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm6 7.172-3.536 3.535a1 1 0 1 1-1.414-1.414L9.293 7.05a1 1 0 0 1 1.414 0l4.243 4.243a1 1 0 0 1-1.414 1.414L10 9.172z\"/></svg></li><li title=\"chevron up left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-7 -7 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M2 2v7a1 1 0 1 1-2 0V1a1 1 0 0 1 1-1h8a1 1 0 1 1 0 2H2z\"/></svg></li><li title=\"chevron up right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-7 -7 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M8 2H1a1 1 0 1 1 0-2h8a1 1 0 0 1 1 1v8a1 1 0 1 1-2 0V2z\"/></svg></li><li title=\"chevron up \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-5 -7.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m7.071 2.828-4.95 4.95A1 1 0 0 1 .707 6.364L6.364.707a1 1 0 0 1 1.414 0l5.657 5.657a1 1 0 0 1-1.414 1.414l-4.95-4.95z\"/></svg></li><li title=\"chevrons circle down f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zm.009-7.377-2.122-2.12a1 1 0 0 0-1.414 1.413l2.828 2.829a1 1 0 0 0 1.415 0l2.828-2.829a1 1 0 1 0-1.414-1.414l-2.121 2.121zm0-5-2.122-2.12a1 1 0 0 0-1.414 1.413l2.828 2.829a1 1 0 0 0 1.415 0l2.828-2.829a1 1 0 1 0-1.414-1.414l-2.121 2.121z\"/></svg></li><li title=\"chevrons circle down left f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M11 9V6a1 1 0 0 0-2 0v4a1 1 0 0 0 1 1h4a1 1 0 0 0 0-2h-3zm-3 3V9a1 1 0 1 0-2 0v4a1 1 0 0 0 1 1h4a1 1 0 0 0 0-2H8zm2 8C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z\"/></svg></li><li title=\"chevrons circle down left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm-2-6h3a1 1 0 0 1 0 2H7a1 1 0 0 1-1-1V9a1 1 0 1 1 2 0v3zm3-3h3a1 1 0 0 1 0 2h-4a1 1 0 0 1-1-1V6a1 1 0 1 1 2 0v3z\"/></svg></li><li title=\"chevrons circle down right f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M9 9H6a1 1 0 1 0 0 2h4a1 1 0 0 0 1-1V6a1 1 0 0 0-2 0v3zm3 3H9a1 1 0 0 0 0 2h4a1 1 0 0 0 1-1V9a1 1 0 0 0-2 0v3zm-2 8C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z\"/></svg></li><li title=\"chevrons circle down right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm2-6V9a1 1 0 0 1 2 0v4a1 1 0 0 1-1 1H9a1 1 0 0 1 0-2h3zM9 9V6a1 1 0 1 1 2 0v4a1 1 0 0 1-1 1H6a1 1 0 0 1 0-2h3z\"/></svg></li><li title=\"chevrons circle down \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0-5.29 2.121-2.12a1 1 0 0 1 1.415 1.414l-2.829 2.828a1 1 0 0 1-1.414 0l-2.829-2.828a1 1 0 1 1 1.415-1.415L10 12.711zm0-5 2.121-2.12a1 1 0 0 1 1.415 1.414l-2.829 2.828a1 1 0 0 1-1.414 0L6.464 7.004A1 1 0 1 1 7.88 5.589L10 7.711z\"/></svg></li><li title=\"chevrons circle left f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m11.818 10 2.121-2.121a1 1 0 1 0-1.414-1.415L9.697 9.293a1 1 0 0 0 0 1.414l2.828 2.829a1 1 0 0 0 1.414-1.415L11.818 10zm-4.99 0L8.95 7.879a1 1 0 0 0-1.414-1.415L4.707 9.293a1 1 0 0 0 0 1.414l2.829 2.829A1 1 0 1 0 8.95 12.12L6.828 10zM10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z\"/></svg></li><li title=\"chevrons circle left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm-3.172-8 2.122 2.121a1 1 0 0 1-1.414 1.415l-2.829-2.829a1 1 0 0 1 0-1.414l2.829-2.829A1 1 0 1 1 8.95 7.88L6.828 10zm4.99 0 2.121 2.121a1 1 0 0 1-1.414 1.415l-2.828-2.829a1 1 0 0 1 0-1.414l2.828-2.829A1 1 0 0 1 13.94 7.88L11.818 10z\"/></svg></li><li title=\"chevrons circle right f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zm3.175-9.976-2.122 2.121a1 1 0 0 0 1.414 1.414l2.829-2.828a1 1 0 0 0 0-1.414l-2.829-2.829a1 1 0 1 0-1.414 1.415l2.122 2.12zm-4.99 0-2.121 2.121a1 1 0 0 0 1.414 1.414l2.828-2.828a1 1 0 0 0 0-1.414L7.478 6.488a1 1 0 0 0-1.414 1.415l2.121 2.12z\"/></svg></li><li title=\"chevrons circle right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm2.818-8-2.121-2.121a1 1 0 0 1 1.414-1.415l2.828 2.829a1 1 0 0 1 0 1.414l-2.828 2.829a1 1 0 1 1-1.414-1.415L12.818 10zm-4.99 0-2.12-2.121A1 1 0 0 1 7.12 6.464l2.83 2.829a1 1 0 0 1 0 1.414l-2.83 2.829a1 1 0 1 1-1.414-1.415L7.828 10z\"/></svg></li><li title=\"chevrons circle up f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m10 12.382 2.121 2.121a1 1 0 0 0 1.415-1.414l-2.829-2.828a1 1 0 0 0-1.414 0l-2.829 2.828a1 1 0 0 0 1.415 1.414L10 12.383zm0-5 2.121 2.121a1 1 0 0 0 1.415-1.414l-2.829-2.828a1 1 0 0 0-1.414 0L6.464 8.089A1 1 0 1 0 7.88 9.503L10 7.383zM10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z\"/></svg></li><li title=\"chevrons circle up left f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M11 11h3a1 1 0 0 0 0-2h-4a1 1 0 0 0-1 1v4a1 1 0 0 0 2 0v-3zM8 8h3a1 1 0 0 0 0-2H7a1 1 0 0 0-1 1v4a1 1 0 0 0 2 0V8zm2 12C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z\"/></svg></li><li title=\"chevrons circle up left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM8 8v3a1 1 0 0 1-2 0V7a1 1 0 0 1 1-1h4a1 1 0 0 1 0 2H8zm3 3v3a1 1 0 0 1-2 0v-4a1 1 0 0 1 1-1h4a1 1 0 0 1 0 2h-3z\"/></svg></li><li title=\"chevrons circle up right f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M9 11v3a1 1 0 0 0 2 0v-4a1 1 0 0 0-1-1H6a1 1 0 1 0 0 2h3zm3-3v3a1 1 0 0 0 2 0V7a1 1 0 0 0-1-1H9a1 1 0 1 0 0 2h3zm-2 12C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z\"/></svg></li><li title=\"chevrons circle up right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm2-10H9a1 1 0 1 1 0-2h4a1 1 0 0 1 1 1v4a1 1 0 0 1-2 0V8zm-3 3H6a1 1 0 0 1 0-2h4a1 1 0 0 1 1 1v4a1 1 0 0 1-2 0v-3z\"/></svg></li><li title=\"chevrons circle up \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z\"/><path d=\"M10 7.382 7.879 9.503A1 1 0 1 1 6.464 8.09l2.829-2.828a1 1 0 0 1 1.414 0l2.829 2.828a1 1 0 0 1-1.415 1.414L10 7.383z\"/><path d=\"m10 12.382-2.121 2.121a1 1 0 1 1-1.415-1.414l2.829-2.828a1 1 0 0 1 1.414 0l2.829 2.828a1 1 0 0 1-1.415 1.414L10 12.383z\"/></svg></li><li title=\"chevrons down left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-5 -5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M2 12h7a1 1 0 0 1 0 2H1a1 1 0 0 1-1-1V5a1 1 0 1 1 2 0v7zm4-4h7a1 1 0 0 1 0 2H5a1 1 0 0 1-1-1V1a1 1 0 1 1 2 0v7z\"/></svg></li><li title=\"chevrons down right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-5 -5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M8 8V1a1 1 0 1 1 2 0v8a1 1 0 0 1-1 1H1a1 1 0 1 1 0-2h7zm4 4V5a1 1 0 0 1 2 0v8a1 1 0 0 1-1 1H5a1 1 0 0 1 0-2h7z\"/></svg></li><li title=\"chevrons down \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-5 -5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m7.071 5.314 4.95-4.95a1 1 0 1 1 1.414 1.414L7.778 7.435a1 1 0 0 1-1.414 0L.707 1.778A1 1 0 1 1 2.121.364l4.95 4.95zm0 6 4.95-4.95a1 1 0 1 1 1.414 1.414l-5.657 5.657a1 1 0 0 1-1.414 0L.707 7.778a1 1 0 1 1 1.414-1.414l4.95 4.95z\"/></svg></li><li title=\"chevrons left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4.5 -5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m8.828 7.071 4.95 4.95a1 1 0 1 1-1.414 1.414L6.707 7.778a1 1 0 0 1 0-1.414L12.364.707a1 1 0 0 1 1.414 1.414l-4.95 4.95zm-6 0 4.95 4.95a1 1 0 1 1-1.414 1.414L.707 7.778a1 1 0 0 1 0-1.414L6.364.707a1 1 0 1 1 1.414 1.414l-4.95 4.95z\"/></svg></li><li title=\"chevrons right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-5 -5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m11.314 7.071-4.95-4.95A1 1 0 0 1 7.778.707l5.657 5.657a1 1 0 0 1 0 1.414l-5.657 5.657a1 1 0 0 1-1.414-1.414l4.95-4.95zm-6 0-4.95-4.95A1 1 0 1 1 1.778.707l5.657 5.657a1 1 0 0 1 0 1.414l-5.657 5.657a1 1 0 0 1-1.414-1.414l4.95-4.95z\"/></svg></li><li title=\"chevrons square down f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M4 0h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4zm5.998 12.612-2.122-2.121a1 1 0 1 0-1.414 1.414l2.829 2.828a1 1 0 0 0 1.414 0l2.828-2.828a1 1 0 0 0-1.414-1.414l-2.121 2.121zm0-5L7.876 5.491a1 1 0 1 0-1.414 1.414l2.829 2.828a1 1 0 0 0 1.414 0l2.828-2.828A1 1 0 0 0 12.12 5.49L9.998 7.612z\"/></svg></li><li title=\"chevrons square down left f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M11 9V6a1 1 0 0 0-2 0v4a1 1 0 0 0 1 1h4a1 1 0 0 0 0-2h-3zm-3 3V9a1 1 0 1 0-2 0v4a1 1 0 0 0 1 1h4a1 1 0 0 0 0-2H8zM4 0h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/></svg></li><li title=\"chevrons square down left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M4 0h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4zm0 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm4 10h3a1 1 0 0 1 0 2H7a1 1 0 0 1-1-1V9a1 1 0 1 1 2 0v3zm3-3h3a1 1 0 0 1 0 2h-4a1 1 0 0 1-1-1V6a1 1 0 1 1 2 0v3z\"/></svg></li><li title=\"chevrons square down right f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M9 9H6a1 1 0 1 0 0 2h4a1 1 0 0 0 1-1V6a1 1 0 0 0-2 0v3zm3 3H9a1 1 0 0 0 0 2h4a1 1 0 0 0 1-1V9a1 1 0 0 0-2 0v3zM4 0h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/></svg></li><li title=\"chevrons square down right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M4 0h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4zm0 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm8 10V9a1 1 0 0 1 2 0v4a1 1 0 0 1-1 1H9a1 1 0 0 1 0-2h3zM9 9V6a1 1 0 1 1 2 0v4a1 1 0 0 1-1 1H6a1 1 0 0 1 0-2h3z\"/></svg></li><li title=\"chevrons square down \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M4 0h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4zm0 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm6 10.958 2.121-2.121a1 1 0 0 1 1.415 1.414l-2.829 2.828a1 1 0 0 1-1.414 0l-2.829-2.828a1 1 0 0 1 1.415-1.414L10 12.957zm0-5 2.121-2.121a1 1 0 0 1 1.415 1.414l-2.829 2.828a1 1 0 0 1-1.414 0L6.464 7.251A1 1 0 1 1 7.88 5.837L10 7.957z\"/></svg></li><li title=\"chevrons square left f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m11.818 10 2.121-2.121a1 1 0 1 0-1.414-1.415L9.697 9.293a1 1 0 0 0 0 1.414l2.828 2.829a1 1 0 0 0 1.414-1.415L11.818 10zm-4.99 0L8.95 7.879a1 1 0 0 0-1.414-1.415L4.707 9.293a1 1 0 0 0 0 1.414l2.829 2.829A1 1 0 1 0 8.95 12.12L6.828 10zM4 0h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/></svg></li><li title=\"chevrons square left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M4 0h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4zm0 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm2.828 8 2.122 2.121a1 1 0 0 1-1.414 1.415l-2.829-2.829a1 1 0 0 1 0-1.414l2.829-2.829A1 1 0 1 1 8.95 7.88L6.828 10zm4.99 0 2.121 2.121a1 1 0 0 1-1.414 1.415l-2.828-2.829a1 1 0 0 1 0-1.414l2.828-2.829A1 1 0 0 1 13.94 7.88L11.818 10z\"/></svg></li><li title=\"chevrons square right f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M4 0h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4zm9.212 10.021-2.121 2.122a1 1 0 0 0 1.414 1.414l2.828-2.829a1 1 0 0 0 0-1.414l-2.828-2.828A1 1 0 1 0 11.09 7.9l2.12 2.121zm-4.99 0-2.12 2.122a1 1 0 0 0 1.413 1.414l2.829-2.829a1 1 0 0 0 0-1.414L7.515 6.486A1 1 0 0 0 6.101 7.9l2.121 2.121z\"/></svg></li><li title=\"chevrons square right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M4 0h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4zm0 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm8.818 8-2.121-2.121a1 1 0 0 1 1.414-1.415l2.828 2.829a1 1 0 0 1 0 1.414l-2.828 2.829a1 1 0 1 1-1.414-1.415L12.818 10zm-4.99 0-2.12-2.121A1 1 0 0 1 7.12 6.464l2.83 2.829a1 1 0 0 1 0 1.414l-2.83 2.829a1 1 0 1 1-1.414-1.415L7.828 10z\"/></svg></li><li title=\"chevrons square up f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m10 12.382 2.121 2.121a1 1 0 0 0 1.415-1.414l-2.829-2.828a1 1 0 0 0-1.414 0l-2.829 2.828a1 1 0 0 0 1.415 1.414L10 12.383zm0-5 2.121 2.121a1 1 0 0 0 1.415-1.414l-2.829-2.828a1 1 0 0 0-1.414 0L6.464 8.089A1 1 0 1 0 7.88 9.503L10 7.383zM4 0h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/></svg></li><li title=\"chevrons square up left f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M11 11h3a1 1 0 0 0 0-2h-4a1 1 0 0 0-1 1v4a1 1 0 0 0 2 0v-3zM8 8h3a1 1 0 0 0 0-2H7a1 1 0 0 0-1 1v4a1 1 0 0 0 2 0V8zM4 0h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/></svg></li><li title=\"chevrons square up left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M4 0h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4zm0 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm4 6v3a1 1 0 0 1-2 0V7a1 1 0 0 1 1-1h4a1 1 0 0 1 0 2H8zm3 3v3a1 1 0 0 1-2 0v-4a1 1 0 0 1 1-1h4a1 1 0 0 1 0 2h-3z\"/></svg></li><li title=\"chevrons square up right f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M9 11v3a1 1 0 0 0 2 0v-4a1 1 0 0 0-1-1H6a1 1 0 1 0 0 2h3zm3-3v3a1 1 0 0 0 2 0V7a1 1 0 0 0-1-1H9a1 1 0 1 0 0 2h3zM4 0h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/></svg></li><li title=\"chevrons square up right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M4 0h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4zm0 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm8 6H9a1 1 0 1 1 0-2h4a1 1 0 0 1 1 1v4a1 1 0 0 1-2 0V8zm-3 3H6a1 1 0 0 1 0-2h4a1 1 0 0 1 1 1v4a1 1 0 0 1-2 0v-3z\"/></svg></li><li title=\"chevrons square up \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M4 0h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4zm0 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm6 5.382L7.879 9.503A1 1 0 0 1 6.464 8.09l2.829-2.828a1 1 0 0 1 1.414 0l2.829 2.828a1 1 0 1 1-1.415 1.414L10 7.383zm0 5-2.121 2.121a1 1 0 1 1-1.415-1.414l2.829-2.828a1 1 0 0 1 1.414 0l2.829 2.828a1 1 0 0 1-1.415 1.414L10 12.383z\"/></svg></li><li title=\"chevrons up left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-5 -5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M2 2v7a1 1 0 1 1-2 0V1a1 1 0 0 1 1-1h8a1 1 0 1 1 0 2H2zm4 4v7a1 1 0 0 1-2 0V5a1 1 0 0 1 1-1h8a1 1 0 0 1 0 2H6z\"/></svg></li><li title=\"chevrons up right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-5 -5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M12 2H5a1 1 0 1 1 0-2h8a1 1 0 0 1 1 1v8a1 1 0 0 1-2 0V2zM8 6H1a1 1 0 1 1 0-2h8a1 1 0 0 1 1 1v8a1 1 0 0 1-2 0V6z\"/></svg></li><li title=\"chevrons up \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-5 -4.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m7.071 2.828-4.95 4.95A1 1 0 0 1 .707 6.364L6.364.707a1 1 0 0 1 1.414 0l5.657 5.657a1 1 0 0 1-1.414 1.414l-4.95-4.95zm0 6-4.95 4.95a1 1 0 1 1-1.414-1.414l5.657-5.657a1 1 0 0 1 1.414 0l5.657 5.657a1 1 0 0 1-1.414 1.414l-4.95-4.95z\"/></svg></li><li title=\"chronometer f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-5 -3 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M8 11V8a1 1 0 1 0-2 0v4a1 1 0 0 0 1 1h3a1 1 0 0 0 0-2H8zm-1 7A6 6 0 1 1 7 6a6 6 0 0 1 0 12zM9.928 4.553A7.98 7.98 0 0 0 7 4a7.98 7.98 0 0 0-2.928.553A2.5 2.5 0 0 1 5.5 0h3a2.5 2.5 0 0 1 1.428 4.553zM5.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zm5.554 3.101a1.5 1.5 0 1 1 2.077 1.76 8.039 8.039 0 0 0-2.077-1.76zM.869 6.861a1.5 1.5 0 1 1 2.077-1.76A8.039 8.039 0 0 0 .87 6.861z\"/></svg></li><li title=\"chronometer \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M9 11h2a1 1 0 0 1 0 2H8a.997.997 0 0 1-1-1V8a1 1 0 1 1 2 0v3zM1.869 6.861a1.5 1.5 0 1 1 2.077-1.76 7.967 7.967 0 0 1 1.126-.548A2.5 2.5 0 0 1 6.5 0h3a2.5 2.5 0 0 1 1.428 4.553c.39.154.767.337 1.126.548a1.5 1.5 0 1 1 2.077 1.76 8 8 0 1 1-12.263 0zM8 18A6 6 0 1 0 8 6a6 6 0 0 0 0 12zM6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3z\"/></svg></li><li title=\"circle f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -1.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 20.565c-5.523 0-10-4.477-10-10s4.477-10 10-10 10 4.477 10 10-4.477 10-10 10z\"/></svg></li><li title=\"circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z\"/></svg></li><li title=\"clear format \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-6.5 -6.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M6.326 2 3.95 9.309a1 1 0 1 1-1.902-.618L4.223 2H1a1 1 0 1 1 0-2h8a1 1 0 1 1 0 2H6.326zm3.33 6.243.708.707a1 1 0 1 1-1.414 1.414l-.707-.707-.707.707A1 1 0 0 1 6.12 8.95l.707-.707-.707-.707A1 1 0 0 1 7.536 6.12l.707.707.707-.707a1 1 0 1 1 1.414 1.415l-.707.707z\"/></svg></li><li title=\"clipboard f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-5 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M9 2v2H5V2H3a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2H9zM5 6h4a2 2 0 0 0 2-2V2h1a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h1v2a2 2 0 0 0 2 2zM4 8a1 1 0 1 0 0 2h6a1 1 0 0 0 0-2H4zm0 5a1 1 0 0 0 0 2h6a1 1 0 0 0 0-2H4z\"/></svg></li><li title=\"clipboard \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-5 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M5 2v2h4V2H5zm6 0h1a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h1a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2zm0 2a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2H2v14h10V4h-1zM4 8h6a1 1 0 0 1 0 2H4a1 1 0 1 1 0-2zm0 5h6a1 1 0 0 1 0 2H4a1 1 0 0 1 0-2z\"/></svg></li><li title=\"clock f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M11 9V4a1 1 0 0 0-2 0v6a1 1 0 0 0 1 1h5a1 1 0 0 0 0-2h-4zm-1 11C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z\"/></svg></li><li title=\"clock \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M11 9h4a1 1 0 0 1 0 2h-5a1 1 0 0 1-1-1V4a1 1 0 1 1 2 0v5zm-1 11C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16z\"/></svg></li><li title=\"close circle f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m11.414 10 2.829-2.828a1 1 0 1 0-1.415-1.415L10 8.586 7.172 5.757a1 1 0 0 0-1.415 1.415L8.586 10l-2.829 2.828a1 1 0 0 0 1.415 1.415L10 11.414l2.828 2.829a1 1 0 0 0 1.415-1.415L11.414 10zM10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z\"/></svg></li><li title=\"close circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m11.414 10 2.829 2.828a1 1 0 0 1-1.415 1.415L10 11.414l-2.828 2.829a1 1 0 1 1-1.415-1.415L8.586 10 5.757 7.172a1 1 0 0 1 1.415-1.415L10 8.586l2.828-2.829a1 1 0 0 1 1.415 1.415L11.414 10zM10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16z\"/></svg></li><li title=\"close rectangle f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m11.414 10 2.829-2.828a1 1 0 1 0-1.415-1.415L10 8.586 7.172 5.757a1 1 0 0 0-1.415 1.415L8.586 10l-2.829 2.828a1 1 0 0 0 1.415 1.415L10 11.414l2.828 2.829a1 1 0 0 0 1.415-1.415L11.414 10zM4 0h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/></svg></li><li title=\"close rectangle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M4 0h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4zm0 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm7.414 8 2.829 2.828a1 1 0 0 1-1.415 1.415L10 11.414l-2.828 2.829a1 1 0 1 1-1.415-1.415L8.586 10 5.757 7.172a1 1 0 0 1 1.415-1.415L10 8.586l2.828-2.829a1 1 0 0 1 1.415 1.415L11.414 10z\"/></svg></li><li title=\"close \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-6 -6 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m7.314 5.9 3.535-3.536A1 1 0 1 0 9.435.95L5.899 4.485 2.364.95A1 1 0 1 0 .95 2.364l3.535 3.535L.95 9.435a1 1 0 1 0 1.414 1.414l3.535-3.535 3.536 3.535a1 1 0 1 0 1.414-1.414L7.314 5.899z\"/></svg></li><li title=\"cloud f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M13 0a7 7 0 0 1 0 14H5a5 5 0 1 1 1.561-9.751A7.002 7.002 0 0 1 13 0z\"/></svg></li><li title=\"cloud rain f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M13 0a7 7 0 0 1 0 14H5a5 5 0 1 1 1.561-9.751A7.002 7.002 0 0 1 13 0z\"/><rect x=\"5\" y=\"15\" width=\"2\" height=\"4\" rx=\"1\"/><rect x=\"9\" y=\"15\" width=\"2\" height=\"5\" rx=\"1\"/><rect x=\"13\" y=\"15\" width=\"2\" height=\"3\" rx=\"1\"/></svg></li><li title=\"cloud rain \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M5 14a5 5 0 1 1 1.561-9.751A7.002 7.002 0 0 1 20 7a7 7 0 0 1-7 7H5zm0-2h8a5 5 0 1 0-4.6-6.965l-.72 1.686-1.742-.572A3 3 0 1 0 5 12zm1 3a1 1 0 0 1 1 1v2a1 1 0 0 1-2 0v-2a1 1 0 0 1 1-1zm4 0a1 1 0 0 1 1 1v3a1 1 0 0 1-2 0v-3a1 1 0 0 1 1-1zm4 0a1 1 0 0 1 1 1v1a1 1 0 0 1-2 0v-1a1 1 0 0 1 1-1z\"/></svg></li><li title=\"cloud snow f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M13 0a7 7 0 0 1 0 14H5a5 5 0 1 1 1.561-9.751A7.002 7.002 0 0 1 13 0zM6 15a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm4 3a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm4-2a1 1 0 1 1 0 2 1 1 0 0 1 0-2z\"/></svg></li><li title=\"cloud snow \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M5 14a5 5 0 1 1 1.561-9.751A7.002 7.002 0 0 1 20 7a7 7 0 0 1-7 7H5zm0-2h8a5 5 0 1 0-4.6-6.965l-.72 1.686-1.742-.572A3 3 0 1 0 5 12zm1 3a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm4 3a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm4-2a1 1 0 1 1 0 2 1 1 0 0 1 0-2z\"/></svg></li><li title=\"cloud thunder f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -1.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m11.774 14 .502-1.378a2 2 0 1 0-3.759-1.368l-.684 1.88A1.992 1.992 0 0 0 7.72 14H5a5 5 0 1 1 1.561-9.751A7.002 7.002 0 0 1 20 7a7 7 0 0 1-7 7h-1.226zm-1.064-2.936c.519.198.787.801.598 1.346L9.94 16.36c-.19.545-.763.826-1.282.627-.519-.198-.786-.801-.597-1.346l1.368-3.95c.188-.545.762-.826 1.281-.627zm1.632 3.949c.519.198.786.801.597 1.346l-1.368 3.95c-.188.545-.762.826-1.281.627-.519-.198-.787-.801-.598-1.346l1.368-3.95c.19-.545.763-.826 1.282-.627zM9 14.949h3c.552 0 1 .47 1 1.051 0 .58-.448 1.05-1 1.05H9c-.552 0-1-.47-1-1.05 0-.58.448-1.05 1-1.05z\"/></svg></li><li title=\"cloud thunder \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -1.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M13 14a1 1 0 0 1 0-2 5 5 0 1 0-4.6-6.965l-.72 1.686-1.742-.572A3 3 0 1 0 5 12h2a1 1 0 0 1 0 2H5a5 5 0 1 1 1.561-9.751A7.002 7.002 0 0 1 20 7a7 7 0 0 1-7 7zm-2.29-2.936c.519.198.787.801.598 1.346L9.94 16.36c-.19.545-.763.826-1.282.627-.519-.198-.786-.801-.597-1.346l1.368-3.95c.188-.545.762-.826 1.281-.627zm1.632 3.949c.519.198.786.801.597 1.346l-1.368 3.95c-.188.545-.762.826-1.281.627-.519-.198-.787-.801-.598-1.346l1.368-3.95c.19-.545.763-.826 1.282-.627zM9 14.949h3c.552 0 1 .47 1 1.051 0 .58-.448 1.05-1 1.05H9c-.552 0-1-.47-1-1.05 0-.58.448-1.05 1-1.05z\"/></svg></li><li title=\"cloud \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M5 14a5 5 0 1 1 1.561-9.751A7.002 7.002 0 0 1 20 7a7 7 0 0 1-7 7H5zm0-2h8a5 5 0 1 0-4.6-6.965l-.72 1.686-1.742-.572A3 3 0 1 0 5 12z\"/></svg></li><li title=\"code sample \"><svg width=\"18\" height=\"14\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\"><path d=\"m5.243 6.657-4.95-4.95A1 1 0 1 1 1.707.293L7.364 5.95a1 1 0 0 1 0 1.414l-5.657 5.657a1 1 0 1 1-1.414-1.414l4.95-4.95ZM9 11h8a1 1 0 0 1 0 2H9a1 1 0 0 1 0-2Z\"/></svg></li><li title=\"code \"><svg width=\"20\" height=\"16\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\"><path d=\"M12.736.064c.52.2.787.805.598 1.353L8.546 15.305c-.19.548-.763.83-1.282.631-.52-.2-.787-.805-.598-1.353L11.454.695c.19-.548.763-.83 1.282-.631ZM2.414 8.256 5.95 11.99c.39.412.39 1.08 0 1.492a.963.963 0 0 1-1.414 0L.293 9.003a1.098 1.098 0 0 1 0-1.493l4.243-4.48a.963.963 0 0 1 1.414 0 1.1 1.1 0 0 1 0 1.494L2.414 8.256Zm15.172 0L14.05 4.524a1.098 1.098 0 0 1 0-1.493.963.963 0 0 1 1.414 0l4.243 4.479c.39.412.39 1.08 0 1.493l-4.243 4.478a.963.963 0 0 1-1.414 0 1.098 1.098 0 0 1 0-1.492l3.536-3.733Z\"/></svg></li><li title=\"codepen circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z\"/><path d=\"M10.402 5.131a.79.79 0 0 0-.887.01L5.54 7.91a.79.79 0 0 0-.339.648v2.982a.79.79 0 0 0 .355.659l4.039 2.67a.79.79 0 0 0 .87 0l4.12-2.722a.79.79 0 0 0 .354-.658v-2.93a.79.79 0 0 0-.354-.66l-4.184-2.768zm3.077 3.23-1.523 1.023-1.428-1.038-.009-2.043 2.96 2.059zM9.486 6.306v1.999L8.023 9.327l-1.46-.979 2.923-2.043zM6.164 9.333l.944.633-.944.661V9.333zm3.347 4.261-2.947-1.976 1.472-1.029 1.475.99v2.015zm-.56-3.644.955-.667 1.11.73-.984.662-1.08-.725zm1.601 3.644v-2.016l1.41-.944 1.517.997-2.927 1.963zm3.347-2.933-1-.657 1-.671v1.328z\"/></svg></li><li title=\"codepen square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10.402 5.131a.79.79 0 0 0-.887.01L5.54 7.91a.79.79 0 0 0-.339.648v2.982a.79.79 0 0 0 .355.659l4.039 2.67a.79.79 0 0 0 .87 0l4.12-2.722a.79.79 0 0 0 .354-.658v-2.93a.79.79 0 0 0-.354-.66l-4.184-2.768zm3.077 3.23-1.523 1.023-1.428-1.038-.009-2.043 2.96 2.059zM9.486 6.306v1.999L8.023 9.327l-1.46-.979 2.923-2.043zM6.164 9.333l.944.633-.944.661V9.333zm3.347 4.261-2.947-1.976 1.472-1.029 1.475.99v2.015zm-.56-3.644.955-.667 1.11.73-.984.662-1.08-.725zm1.601 3.644v-2.016l1.41-.944 1.517.997-2.927 1.963zm3.347-2.933-1-.657 1-.671v1.328z\"/><path d=\"M4 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm0-2h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/></svg></li><li title=\"codepen \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10.549.26a1.563 1.563 0 0 0-1.756.02L.928 5.76c-.42.292-.67.77-.67 1.282v5.903c0 .525.264 1.014.702 1.303l7.994 5.285a1.562 1.562 0 0 0 1.723 0l8.153-5.386c.438-.29.701-.78.701-1.304v-5.8c0-.524-.263-1.013-.7-1.303L10.549.26zm6.09 6.393-3.014 2.023-2.826-2.055-.018-4.042 5.857 4.074zm-7.902-4.07V6.54L5.84 8.564 2.953 6.627l5.784-4.044zM2.16 8.576l1.87 1.253-1.87 1.308v-2.56zm6.625 8.433L2.954 13.1l2.913-2.037 2.92 1.958v3.99zM7.68 9.796l1.888-1.32 2.2 1.445-1.95 1.31L7.68 9.796zm3.167 7.213v-3.99l2.79-1.87 3.003 1.975-5.793 3.885zm6.625-5.805-1.98-1.3 1.98-1.329v2.63z\"/></svg></li><li title=\"coffee cup f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -6 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M0 0h17a3 3 0 0 1 0 6h-1.252A8 8 0 0 1 0 4V0zm16 4h1a1 1 0 0 0 0-2h-1v2z\"/></svg></li><li title=\"coffee cup \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -6 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M2 4a6 6 0 1 0 12 0V2H2v2zm14-4h1a3 3 0 0 1 0 6h-1.252A8 8 0 0 1 0 4V0h16zm0 4h1a1 1 0 0 0 0-2h-1v2z\"/></svg></li><li title=\"coffee \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-5 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M1.232 4.976A1.5 1.5 0 0 1 1.5 2H2a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2h.5a1.5 1.5 0 0 1 .268 2.976l-.448 3.805a1.991 1.991 0 0 1 .399 1.467l-.5 4a1.996 1.996 0 0 1-.693 1.279l-.422 3.59a1 1 0 0 1-.993.883H3.889a1 1 0 0 1-.993-.883l-.422-3.59a1.996 1.996 0 0 1-.693-1.279l-.5-4a1.994 1.994 0 0 1 .4-1.467l-.449-3.805zM3.25 5l.353 3h6.796l.353-3H3.249zm.517 9h6.468l.5-4H3.266l.5 4zm.777 2 .235 2h4.444l.235-2H4.543z\"/></svg></li><li title=\"cog f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M20 8.163A2.106 2.106 0 0 0 18.926 10c0 .789.433 1.476 1.074 1.837l-.717 2.406a2.105 2.105 0 0 0-2.218 3.058l-2.062 1.602A2.104 2.104 0 0 0 11.633 20l-3.29-.008a2.104 2.104 0 0 0-3.362-1.094l-2.06-1.615A2.105 2.105 0 0 0 .715 14.24L0 11.825A2.106 2.106 0 0 0 1.051 10C1.051 9.22.63 8.54 0 8.175L.715 5.76a2.105 2.105 0 0 0 2.207-3.043L4.98 1.102A2.104 2.104 0 0 0 8.342.008L11.634 0a2.104 2.104 0 0 0 3.37 1.097l2.06 1.603a2.105 2.105 0 0 0 2.218 3.058L20 8.162zM10 14a4 4 0 1 0 0-8 4 4 0 0 0 0 8z\"/></svg></li><li title=\"cog \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M20 8.163A2.106 2.106 0 0 0 18.926 10c0 .789.433 1.476 1.074 1.837l-.717 2.406a2.105 2.105 0 0 0-2.218 3.058l-2.062 1.602A2.104 2.104 0 0 0 11.633 20l-3.29-.008a2.104 2.104 0 0 0-3.362-1.094l-2.06-1.615A2.105 2.105 0 0 0 .715 14.24L0 11.825A2.106 2.106 0 0 0 1.051 10C1.051 9.22.63 8.54 0 8.175L.715 5.76a2.105 2.105 0 0 0 2.207-3.043L4.98 1.102A2.104 2.104 0 0 0 8.342.008L11.634 0a2.104 2.104 0 0 0 3.37 1.097l2.06 1.603a2.105 2.105 0 0 0 2.218 3.058L20 8.162zM14.823 3.68c0-.063.002-.125.005-.188l-.08-.062a4.103 4.103 0 0 1-4.308-1.428l-.904.002a4.1 4.1 0 0 1-4.29 1.43l-.095.076A4.108 4.108 0 0 1 2.279 7.6a4.1 4.1 0 0 1 .772 2.399c0 .882-.28 1.715-.772 2.4a4.108 4.108 0 0 1 2.872 4.09l.096.075a4.104 4.104 0 0 1 4.289 1.43l.904.002a4.1 4.1 0 0 1 4.307-1.428l.08-.062A4.108 4.108 0 0 1 17.7 12.4a4.102 4.102 0 0 1-.773-2.4c0-.882.281-1.716.773-2.4a4.108 4.108 0 0 1-2.876-3.919zM10 14a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm0-2a2 2 0 1 0 0-4 2 2 0 0 0 0 4z\"/></svg></li><li title=\"cogs f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-1 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M14 5.714a1.474 1.474 0 0 0 0 2.572l-.502 1.684a1.473 1.473 0 0 0-1.553 2.14l-1.443 1.122A1.473 1.473 0 0 0 8.143 14l-2.304-.006a1.473 1.473 0 0 0-2.352-.765l-1.442-1.131A1.473 1.473 0 0 0 .5 9.968L0 8.278a1.474 1.474 0 0 0 0-2.555l.5-1.69a1.473 1.473 0 0 0 1.545-2.13L3.487.77A1.473 1.473 0 0 0 5.84.005L8.143 0a1.473 1.473 0 0 0 2.358.768l1.444 1.122a1.473 1.473 0 0 0 1.553 2.14L14 5.714zM7 10a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm7.393.061a7.976 7.976 0 0 0 .545-4.058L16.144 6a1.473 1.473 0 0 0 2.358.768l1.444 1.122a1.473 1.473 0 0 0 1.553 2.14L22 11.714a1.474 1.474 0 0 0 0 2.572l-.502 1.684a1.473 1.473 0 0 0-1.553 2.14l-1.443 1.122a1.473 1.473 0 0 0-2.359.768l-2.304-.006a1.473 1.473 0 0 0-2.352-.765l-1.442-1.131a1.473 1.473 0 0 0-1.545-2.13l-.312-1.056a7.964 7.964 0 0 0 3.821-1.674 3 3 0 1 0 2.384-3.177z\"/></svg></li><li title=\"cogs \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-1 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M9.815 3.094a3.467 3.467 0 0 1-2.78-1.09l-.084-.001a3.467 3.467 0 0 1-2.781 1.09 3.477 3.477 0 0 1-1.727 2.51 3.471 3.471 0 0 1 0 2.794 3.477 3.477 0 0 1 1.727 2.51 3.467 3.467 0 0 1 2.78 1.09h.084a3.467 3.467 0 0 1 2.78-1.09 3.477 3.477 0 0 1 1.727-2.51 3.471 3.471 0 0 1 0-2.794 3.477 3.477 0 0 1-1.726-2.51zM14 5.714a1.474 1.474 0 0 0 0 2.572l-.502 1.684a1.473 1.473 0 0 0-1.553 2.14l-1.443 1.122A1.473 1.473 0 0 0 8.143 14l-2.304-.006a1.473 1.473 0 0 0-2.352-.765l-1.442-1.131A1.473 1.473 0 0 0 .5 9.968L0 8.278a1.474 1.474 0 0 0 0-2.555l.5-1.69a1.473 1.473 0 0 0 1.545-2.13L3.487.77A1.473 1.473 0 0 0 5.84.005L8.143 0a1.473 1.473 0 0 0 2.358.768l1.444 1.122a1.473 1.473 0 0 0 1.553 2.14L14 5.714zm-5.812 9.198a7.943 7.943 0 0 0 2.342-.73 3.468 3.468 0 0 1-.087.215 3.477 3.477 0 0 1 1.727 2.51 3.467 3.467 0 0 1 2.78 1.09h.084a3.467 3.467 0 0 1 2.78-1.09 3.477 3.477 0 0 1 1.727-2.51 3.471 3.471 0 0 1 0-2.794 3.477 3.477 0 0 1-1.726-2.51 3.467 3.467 0 0 1-2.78-1.09h-.084l-.015.016a8.077 8.077 0 0 0 .002-2.016L16.144 6a1.473 1.473 0 0 0 2.358.768l1.444 1.122a1.473 1.473 0 0 0 1.553 2.14L22 11.714a1.474 1.474 0 0 0 0 2.572l-.502 1.684a1.473 1.473 0 0 0-1.553 2.14l-1.443 1.122a1.473 1.473 0 0 0-2.359.768l-2.304-.006a1.473 1.473 0 0 0-2.352-.765l-1.442-1.131a1.473 1.473 0 0 0-1.545-2.13l-.312-1.056zM7 10a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0-2a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm8 8a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0-2a1 1 0 1 0 0-2 1 1 0 0 0 0 2z\"/></svg></li><li title=\"coin f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -1.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M9 13.858h-.051A.949.949 0 0 1 8 12.909a1 1 0 1 0-2 0 2.949 2.949 0 0 0 2.949 2.949H9v1a1 1 0 0 0 2 0v-1a3 3 0 0 0 0-6v-2h.022c.54 0 .978.438.978.978a1 1 0 0 0 2 0 2.978 2.978 0 0 0-2.978-2.978H11v-1a1 1 0 0 0-2 0v1a3 3 0 1 0 0 6v2zm2 0v-2a1 1 0 0 1 0 2zm-2-6v2a1 1 0 1 1 0-2zm1 13c-5.523 0-10-4.477-10-10s4.477-10 10-10 10 4.477 10 10-4.477 10-10 10z\"/></svg></li><li title=\"coin \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M9 13v-2a3 3 0 1 1 0-6V4a1 1 0 1 1 2 0v1h.022A2.978 2.978 0 0 1 14 7.978a1 1 0 0 1-2 0A.978.978 0 0 0 11.022 7H11v2a3 3 0 0 1 0 6v1a1 1 0 0 1-2 0v-1h-.051A2.949 2.949 0 0 1 6 12.051a1 1 0 1 1 2 0 .95.95 0 0 0 .949.949H9zm2 0a1 1 0 0 0 0-2v2zM9 7a1 1 0 1 0 0 2V7zm1 13C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16z\"/></svg></li><li title=\"color \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-6 -7.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M6.327 6.99H2.672l-.477 1.306c-.191.524-.826.812-1.417.642-.59-.17-.915-.734-.723-1.258l2.304-6.312C2.743.32 4.011-.256 5.193.084 5.88.282 6.418.76 6.64 1.368L8.945 7.68c.191.524-.133 1.088-.724 1.258-.59.17-1.225-.118-1.417-.642l-.477-1.307zm-.729-1.998L4.5 1.984 3.4 4.992h2.197zM10 4a2 2 0 1 1 0-4 2 2 0 0 1 0 4z\"/></svg></li><li title=\"compass f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m11.932 9.482 3.018-3.018a1 1 0 1 0-1.414-1.414l-3.018 3.018a2.003 2.003 0 0 0-2.45 2.45L5.05 13.536a1 1 0 0 0 1.414 1.414l3.018-3.018a2.003 2.003 0 0 0 2.45-2.45zM10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z\"/></svg></li><li title=\"compass \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M11.932 9.482a2.003 2.003 0 0 1-2.45 2.45L6.464 14.95a1 1 0 1 1-1.414-1.414l3.018-3.018a2.003 2.003 0 0 1 2.45-2.45l3.018-3.018a1 1 0 0 1 1.414 1.414l-3.018 3.018zM10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16z\"/></svg></li><li title=\"computer alt f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -4 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M1 14h18a1 1 0 0 1 0 2H1a1 1 0 0 1 0-2zM2 0h16a2 2 0 0 1 2 2v10a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V2a2 2 0 0 1 2-2z\"/></svg></li><li title=\"computer alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -4 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M1 14h18a1 1 0 0 1 0 2H1a1 1 0 0 1 0-2zM2 0h16a2 2 0 0 1 2 2v10a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V2a2 2 0 0 1 2-2zm16 11V2H2v9h16z\"/></svg></li><li title=\"computer f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -3.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M1 .565h5a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1v-14a1 1 0 0 1 1-1zm0 11v2h2v-2H1zm9-8h8a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-8a2 2 0 0 1-2-2v-6a2 2 0 0 1 2-2zm2 11h4a1 1 0 0 1 0 2h-4a1 1 0 0 1 0-2z\"/></svg></li><li title=\"computer \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -4 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M2 13v1h3V2H2v9h1v2H2zM1 0h5a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V1a1 1 0 0 1 1-1zm9 3h8a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-8a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2zm0 2v6h8V5h-8zm2 9h4a1 1 0 0 1 0 2h-4a1 1 0 0 1 0-2z\"/></svg></li><li title=\"credit card f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M20 4H0V2a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v2zm0 3v5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V7h20zM4 9a1 1 0 1 0 0 2h1a1 1 0 0 0 0-2H4zm5 0a1 1 0 1 0 0 2h5a1 1 0 0 0 0-2H9z\"/></svg></li><li title=\"credit card \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M18 4V2H2v2h16zm0 3H2v5h16V7zM2 0h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zm2 9h1a1 1 0 1 1 0 2H4a1 1 0 0 1 0-2zm5 0h5a1 1 0 0 1 0 2H9a1 1 0 0 1 0-2z\"/></svg></li><li title=\"crop \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M15 17H7a4 4 0 0 1-4-4V5H1a1 1 0 1 1 0-2h2v-4 2a1 1 0 1 1 2 0v2h8a4 4 0 0 1 4 4v8h2a1 1 0 0 1 0 2h-2v4-2a1 1 0 0 1-2 0v-2zm0-2V7a2 2 0 0 0-2-2H5v8a2 2 0 0 0 2 2h8z\"/></svg></li><li title=\"crown f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -4 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M2.049 1.802 5.854 5.15 9.244.976a1 1 0 0 1 1.565.017l3.235 4.156 3.928-3.396a1 1 0 0 1 1.643.9L18.115 13H1.922L.399 2.7a1 1 0 0 1 1.65-.898zM2 14h16v1a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-1z\"/></svg></li><li title=\"crown \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -4 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M2.776 5.106 3.648 11h12.736l.867-5.98-3.493 3.02-3.755-4.827-3.909 4.811-3.318-2.918zm10.038-1.537-.078.067.141.014 1.167 1.499 1.437-1.242.14.014-.062-.082 2.413-2.086a1 1 0 0 1 1.643.9L18.115 13H1.922L.399 2.7a1 1 0 0 1 1.65-.898L4.35 3.827l-.05.06.109-.008 1.444 1.27 1.212-1.493.109-.009-.06-.052L9.245.976a1 1 0 0 1 1.565.017l2.005 2.576zM2 14h16v1a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-1z\"/></svg></li><li title=\"cutlery f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2.5 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m11.955 10.5-8.298 8.3a2 2 0 1 1-2.829-2.828l8.299-8.299c-.173-1.518.515-3.343 1.954-4.783C13.23.741 16.237.266 17.8 1.83c1.562 1.562 1.087 4.57-1.06 6.717-1.44 1.44-3.266 2.128-4.784 1.955z\"/></svg></li><li title=\"cutlery \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m3.303 16.738 8.066-8.065.894.05c1.065.061 2.369-.485 3.415-1.53 1.636-1.637 1.934-3.723 1.06-4.597-.873-.873-2.96-.575-4.596 1.06-1.046 1.047-1.592 2.35-1.531 3.416l.05.894-8.065 8.065a.5.5 0 0 0 .707.707zm1.415 1.415a2.5 2.5 0 0 1-3.536-3.536l7.432-7.432c-.092-1.614.643-3.471 2.114-4.942 2.343-2.344 5.667-2.818 7.425-1.061 1.757 1.757 1.282 5.081-1.061 7.425-1.471 1.47-3.329 2.205-4.943 2.114l-7.431 7.432z\"/></svg></li><li title=\"cutter f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-1.5 -1.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m9.684 17.995-1.928 2.298L.588 19.5l4.5-5.362 4.596 3.857zm2.052-.89-6.129-5.142 8.356-9.958a4 4 0 0 1 6.129 5.142l-8.356 9.959zm5.916-12.62a1 1 0 0 0-1.409.124l-.643.766a1 1 0 0 0 1.532 1.286l.643-.766a1 1 0 0 0-.123-1.41z\"/></svg></li><li title=\"cutter \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-1.5 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m11.37 15.226.023-.027-4.617-3.832-.002.003 4.596 3.856zm-1.286 1.533-2.58 3.074-7.158-.803 5.142-6.128 4.596 3.857zM7.02 14.187 4.722 12.26 13.72 1.534a4 4 0 0 1 6.128 5.143L10.85 17.4l-2.298-1.928-1.928 2.298-2.175-.52 2.571-3.064zm.52-2.174 3.064 2.57 7.713-9.192a2 2 0 0 0-3.064-2.571L7.54 12.013zm9.245-7.907a1 1 0 0 1 .123 1.408l-.642.766a1 1 0 1 1-1.533-1.285l.643-.766a1 1 0 0 1 1.41-.123z\"/></svg></li><li title=\"dashboard f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -4.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M.832 14.565a9.966 9.966 0 0 1-.832-4c0-5.523 4.477-10 10-10s10 4.477 10 10a9.966 9.966 0 0 1-.832 4H.832zm9.168-9a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm-5 4a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm10 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm-5-3a1 1 0 0 0-1 1v3a1 1 0 0 0 2 0v-3a1 1 0 0 0-1-1z\"/></svg></li><li title=\"dashboard \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M.832 14A9.966 9.966 0 0 1 0 10C0 4.477 4.477 0 10 0s10 4.477 10 10a9.966 9.966 0 0 1-.832 4H.832zm16.916-2a8 8 0 1 0-15.497 0h15.497zM10 5a1 1 0 1 1 0-2 1 1 0 0 1 0 2zM5 9a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm10 0a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm-5-3a1 1 0 0 1 1 1v3a1 1 0 0 1-2 0V7a1 1 0 0 1 1-1z\"/></svg></li><li title=\"database f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M3 10a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3h14a3 3 0 0 1 3 3v4a3 3 0 0 1-3 3 3 3 0 0 1 3 3v4a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3v-4a3 3 0 0 1 3-3zm5 6a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm-3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zM5 6a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2z\"/></svg></li><li title=\"database \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M3 12a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1H3zm0-2a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3h14a3 3 0 0 1 3 3v4a3 3 0 0 1-3 3 3 3 0 0 1 3 3v4a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3v-4a3 3 0 0 1 3-3zm0-8a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H3zm2 4a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm3 0a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm0 10a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm-3 0a1 1 0 1 1 0-2 1 1 0 0 1 0 2z\"/></svg></li><li title=\"deezer circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z\"/><path d=\"M5 12.111h1.82v1H5z\"/><path d=\"M5 11.421h1.82v1H5z\"/><path d=\"M5 10.731h1.82v1H5z\"/><path d=\"M5 10.041h1.82v1H5z\"/><path d=\"M5 9.351h1.82v1H5zm2.041 2.76h1.82v1h-1.82z\"/><path d=\"M7.041 11.421h1.82v1h-1.82z\"/><path d=\"M7.041 10.731h1.82v1h-1.82zm2.041 1.38h1.82v1h-1.82z\"/><path d=\"M9.082 11.421h1.82v1h-1.82z\"/><path d=\"M9.082 10.731h1.82v1h-1.82z\"/><path d=\"M9.082 10.041h1.82v1h-1.82z\"/><path d=\"M9.082 9.351h1.82v1h-1.82z\"/><path d=\"M9.082 8.66h1.82v1h-1.82z\"/><path d=\"M9.082 7.97h1.82v1h-1.82zm2.041 4.141h1.821v1h-1.821z\"/><path d=\"M11.123 11.421h1.821v1h-1.821z\"/><path d=\"M11.123 10.731h1.821v1h-1.821z\"/><path d=\"M11.123 10.041h1.821v1h-1.821z\"/><path d=\"M11.123 9.351h1.821v1h-1.821zm2.041 2.76h1.82v1h-1.82z\"/><path d=\"M13.164 11.421h1.82v1h-1.82z\"/><path d=\"M13.164 10.731h1.82v1h-1.82z\"/><path d=\"M13.164 10.041h1.82v1h-1.82z\"/><path d=\"M13.164 9.35h1.82v1h-1.82z\"/><path d=\"M13.164 8.66h1.82v1h-1.82z\"/><path d=\"M13.164 7.97h1.82v1h-1.82z\"/><path d=\"M13.164 7.28h1.82v1h-1.82z\"/></svg></li><li title=\"deezer square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M5 12.111h1.82v1H5z\"/><path d=\"M5 11.421h1.82v1H5z\"/><path d=\"M5 10.731h1.82v1H5z\"/><path d=\"M5 10.041h1.82v1H5z\"/><path d=\"M5 9.351h1.82v1H5zm2.041 2.76h1.82v1h-1.82z\"/><path d=\"M7.041 11.421h1.82v1h-1.82z\"/><path d=\"M7.041 10.731h1.82v1h-1.82zm2.041 1.38h1.82v1h-1.82z\"/><path d=\"M9.082 11.421h1.82v1h-1.82z\"/><path d=\"M9.082 10.731h1.82v1h-1.82z\"/><path d=\"M9.082 10.041h1.82v1h-1.82z\"/><path d=\"M9.082 9.351h1.82v1h-1.82z\"/><path d=\"M9.082 8.66h1.82v1h-1.82z\"/><path d=\"M9.082 7.97h1.82v1h-1.82zm2.041 4.141h1.821v1h-1.821z\"/><path d=\"M11.123 11.421h1.821v1h-1.821z\"/><path d=\"M11.123 10.731h1.821v1h-1.821z\"/><path d=\"M11.123 10.041h1.821v1h-1.821z\"/><path d=\"M11.123 9.351h1.821v1h-1.821zm2.041 2.76h1.82v1h-1.82z\"/><path d=\"M13.164 11.421h1.82v1h-1.82z\"/><path d=\"M13.164 10.731h1.82v1h-1.82z\"/><path d=\"M13.164 10.041h1.82v1h-1.82z\"/><path d=\"M13.164 9.35h1.82v1h-1.82z\"/><path d=\"M13.164 8.66h1.82v1h-1.82z\"/><path d=\"M13.164 7.97h1.82v1h-1.82z\"/><path d=\"M13.164 7.28h1.82v1h-1.82z\"/><path d=\"M4 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm0-2h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/></svg></li><li title=\"deezer \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -6.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M0 9.786h3.64v1.062H0zm0-1.381h3.64v1.062H0zm0-1.38h3.64v1.062H0zm0-1.38h3.64v1.062H0zm0-1.381h3.64v1.062H0zm4.082 5.522h3.641v1.062H4.082zm0-1.381h3.641v1.062H4.082zm0-1.38h3.641v1.062H4.082zm4.082 2.761h3.641v1.062H8.164zm0-1.381h3.641v1.062H8.164zm0-1.38h3.641v1.062H8.164zm0-1.38h3.641v1.062H8.164zm0-1.381h3.641v1.062H8.164zm0-1.38h3.641v1.062H8.164zm0-1.381h3.641v1.062H8.164zm4.082 8.283h3.641v1.062h-3.641zm0-1.381h3.641v1.062h-3.641zm0-1.38h3.641v1.062h-3.641zm0-1.38h3.641v1.062h-3.641zm0-1.381h3.641v1.062h-3.641zm4.082 5.522h3.641v1.062h-3.641zm0-1.381h3.641v1.062h-3.641zm0-1.38h3.641v1.062h-3.641zm0-1.38h3.641v1.062h-3.641zm0-1.381h3.641v1.062h-3.641zm0-1.38h3.641v1.062h-3.641zm0-1.381h3.641v1.062h-3.641zm0-1.381h3.641v1.062h-3.641z\"/></svg></li><li title=\"delete f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m14.414 7 1.414-1.414a1 1 0 0 0-1.414-1.414L13 5.586l-1.414-1.414a1 1 0 1 0-1.414 1.414L11.586 7l-1.414 1.414a1 1 0 1 0 1.414 1.414L13 8.414l1.414 1.414a1 1 0 1 0 1.414-1.414L14.414 7zM7.828 0H18a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H7.828a2 2 0 0 1-1.414-.586L.707 7.707a1 1 0 0 1 0-1.414L6.414.586A2 2 0 0 1 7.828 0z\"/></svg></li><li title=\"delete \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M7.828 0H18a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H7.828a2 2 0 0 1-1.414-.586L.707 7.707a1 1 0 0 1 0-1.414L6.414.586A2 2 0 0 1 7.828 0zm0 12H18V2H7.828l-5 5 5 5zm6.586-5 1.414 1.414a1 1 0 0 1-1.414 1.414L13 8.414l-1.414 1.414a1 1 0 1 1-1.414-1.414L11.586 7l-1.414-1.414a1 1 0 1 1 1.414-1.414L13 5.586l1.414-1.414a1 1 0 1 1 1.414 1.414L14.414 7z\"/></svg></li><li title=\"deviantart circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z\"/><path d=\"M13.254 5.01h-2.072l-.854 1.608a.603.603 0 0 1-.534.317H6.77v2.553h1.637c.182 0 .299.187.215.344L6.77 13.32v1.69h2.069l.853-1.607a.603.603 0 0 1 .534-.316h3.03v-2.554h-1.642a.236.236 0 0 1-.215-.344l1.856-3.495V5.011z\"/></svg></li><li title=\"deviantart square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M13.254 5.01h-2.072l-.854 1.608a.603.603 0 0 1-.534.317H6.77v2.553h1.637c.182 0 .299.187.215.344L6.77 13.32v1.69h2.069l.853-1.607a.603.603 0 0 1 .534-.316h3.03v-2.554h-1.642a.236.236 0 0 1-.215-.344l1.856-3.495V5.011z\"/><path d=\"M4 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm0-2h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/></svg></li><li title=\"deviantart \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-5.5 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M12.985 0H8.846L7.141 3.211a1.204 1.204 0 0 1-1.066.631H.033v5.1h3.27c.362 0 .596.373.43.686l-3.7 6.967v3.375h4.131l1.706-3.21a1.204 1.204 0 0 1 1.066-.632h6.049v-5.1H9.707a.471.471 0 0 1-.43-.686l3.708-6.98V0z\"/></svg></li><li title=\"dice f \"><svg width=\"20\" height=\"20\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\"><path d=\"M16 0a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h12Zm-1 13a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-5-5a2 2 0 1 0 0 4 2 2 0 0 0 0-4ZM5 3a2 2 0 1 0 0 4 2 2 0 0 0 0-4Z\"/></svg></li><li title=\"dice \"><svg width=\"20\" height=\"20\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\"><path d=\"M16 0a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h12Zm0 2H4a2 2 0 0 0-1.995 1.85L2 4v12a2 2 0 0 0 1.85 1.995L4 18h12a2 2 0 0 0 1.995-1.85L18 16V4a2 2 0 0 0-1.85-1.995L16 2Zm-1 11a2 2 0 1 1 0 4 2 2 0 0 1 0-4Zm-5-5a2 2 0 1 1 0 4 2 2 0 0 1 0-4ZM5 3a2 2 0 1 1 0 4 2 2 0 0 1 0-4Z\"/></svg></li><li title=\"dices f \"><svg width=\"20\" height=\"20\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\"><path d=\"M11 0a3 3 0 0 1 3 3v3h3a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3H9a3 3 0 0 1-3-3v-3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3h8Zm-1 15a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm6 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm-3-3a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm-3-3a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm6 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2ZM4.513 8.993a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm0-3a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm0-3a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm5 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2Z\"/></svg></li><li title=\"dices \"><svg width=\"20\" height=\"20\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\"><path d=\"M11 0a3 3 0 0 1 3 3v3h3a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3H9a3 3 0 0 1-3-3v-3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3h8Zm6 8H9a1 1 0 0 0-.993.883L8 9v8a1 1 0 0 0 .883.993L9 18h8a1 1 0 0 0 .993-.883L18 17V9a1 1 0 0 0-.883-.993L17 8Zm-7 7a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm6 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm-3-3a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm-1.883-9.993L11 2H3a1 1 0 0 0-.993.883L2 3v8a1 1 0 0 0 .883.993L3 12h3V9a3 3 0 0 1 3-3h3V3a1 1 0 0 0-.883-.993ZM10 9a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm6 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2ZM4.513 8.993a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm0-3a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm0-3a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm5 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2Z\"/></svg></li><li title=\"differenciation \"><svg width=\"20\" height=\"14\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\"><path d=\"M10 .674a7 7 0 1 1 0 12.653A7 7 0 1 1 10 .673ZM10 3a4.992 4.992 0 0 0-2 4c0 1.636.786 3.088 2 4a4.992 4.992 0 0 0 2-4 4.992 4.992 0 0 0-2-4Z\"/></svg></li><li title=\"digg \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -4.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M3.548.006v3.5H0v7h5.544V.006H3.548zm-1.552 8.75v-3.5h1.552v3.5H1.996zm3.992-5.25h1.996v7H5.988v-7zm0-3.5h1.996v1.969H5.988V.005zm8.205 3.5H8.871v7h3.326v1.531H8.871v1.969h5.322v-10.5zm-3.326 5.25v-3.5h1.33v3.5h-1.33zm9.092-5.25h-5.322v7h3.548v1.531h-3.548v1.969h5.322v-10.5zm-1.774 5.25h-1.552v-3.5h1.552v3.5z\"/></svg></li><li title=\"direction f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 2h4.98a2 2 0 0 1 1.03.286L18.863 4a2.333 2.333 0 0 1 0 4L16.01 9.714a2 2 0 0 1-1.03.286H10v9a1 1 0 0 1-2 0v-9H2a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h6V1a1 1 0 1 1 2 0v1z\"/></svg></li><li title=\"direction \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M2 4v4h12.98l2.853-1.714a.333.333 0 0 0 0-.572L14.98 4H2zm8-2h4.98a2 2 0 0 1 1.03.286L18.863 4a2.333 2.333 0 0 1 0 4L16.01 9.714a2 2 0 0 1-1.03.286H10v9a1 1 0 0 1-2 0v-9H2a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h6V1a1 1 0 1 1 2 0v1z\"/></svg></li><li title=\"directions f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M8 1a1 1 0 1 1 2 0h4.98a2 2 0 0 1 1.03.286L18.863 3a2.333 2.333 0 0 1 0 4L16.01 8.714A2 2 0 0 1 14.98 9H10v1h7.995a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H10v1a1 1 0 0 1-2 0v-1H5.015a2 2 0 0 1-1.03-.286L1.132 16a2.333 2.333 0 0 1 0-4l2.853-1.714A2 2 0 0 1 5.015 10H8V9H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h6z\"/></svg></li><li title=\"directions \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M2 3v4h12.98l2.853-1.714a.333.333 0 0 0 0-.572L14.98 3H2zm6-2a1 1 0 1 1 2 0h4.98a2 2 0 0 1 1.03.286L18.863 3a2.333 2.333 0 0 1 0 4L16.01 8.714A2 2 0 0 1 14.98 9H10v1h7.995a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H10v1a1 1 0 0 1-2 0v-1H5.015a2 2 0 0 1-1.03-.286L1.132 16a2.333 2.333 0 0 1 0-4l2.853-1.714A2 2 0 0 1 5.015 10H8V9H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h6zm9.995 11H5.015l-2.853 1.714a.333.333 0 0 0 0 .572L5.015 16h12.98v-4z\"/></svg></li><li title=\"disc f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zm7-10a6.99 6.99 0 0 0-2.8-5.6L13 6a4.99 4.99 0 0 1 2 4 4.992 4.992 0 0 1-2 4l.58.87.53.796A6.99 6.99 0 0 0 17 10zm-7 3a3 3 0 1 0 0-6 3 3 0 0 0 0 6z\"/></svg></li><li title=\"disc \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm7-8a6.99 6.99 0 0 1-2.89 5.666l-.53-.796L13 14a4.992 4.992 0 0 0 2-4 4.992 4.992 0 0 0-2-4l1.2-1.6A6.99 6.99 0 0 1 17 10zm-7 3a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0-2a1 1 0 1 0 0-2 1 1 0 0 0 0 2z\"/></svg></li><li title=\"discord \"><svg width=\"18\" height=\"20\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\"><path d=\"M15.45 0c1.118 0 2.031.901 2.05 2.025V20l-2.15-1.9-1.21-1.12-1.28-1.19.53 1.85H2.05A2.055 2.055 0 0 1 0 15.615V2.06C0 .932.901.019 2.015 0H15.45ZM7.32 4.78l-.1-.12h-.057c-.273.009-1.486.1-2.753 1.05l-.048.092c-.251.49-1.392 2.872-1.392 5.738l.02.033c.142.217 1.019 1.423 3.03 1.487l.295-.361.375-.469c-1.166-.349-1.666-1.051-1.74-1.164l-.01-.016.041.027c.045.03.127.08.239.143.01.01.02.02.04.03.03.02.06.03.09.05.25.14.5.25.73.34.41.16.9.32 1.47.43.729.136 1.58.187 2.508.025l.082-.015c.47-.08.95-.22 1.45-.43.35-.13.74-.32 1.15-.59l-.016.025c-.096.14-.62.833-1.794 1.165l.165.207c.253.314.495.603.495.603 2.21-.07 3.06-1.52 3.06-1.52 0-3.22-1.44-5.83-1.44-5.83-1.238-.929-2.425-1.037-2.733-1.049L10.4 4.66l-.14.16c1.508.461 2.3 1.103 2.46 1.243l.03.027a8.152 8.152 0 0 0-5.03-.94c-.06 0-.11.01-.17.02l-.056.005c-.38.039-1.197.179-2.214.625l-.145.068c-.182.086-.314.153-.385.19l-.06.032s.813-.774 2.576-1.294l.054-.016Zm-.38 3.61c.57 0 1.03.5 1.02 1.11 0 .61-.45 1.11-1.02 1.11-.56 0-1.02-.5-1.02-1.11 0-.61.45-1.11 1.02-1.11Zm3.65 0c.57 0 1.02.5 1.02 1.11 0 .61-.45 1.11-1.02 1.11-.56 0-1.02-.5-1.02-1.11 0-.61.45-1.11 1.02-1.11Z\"/></svg></li><li title=\"disqus circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z\"/><path d=\"M10.172 14.665a4.88 4.88 0 0 1-3.116-1.113l-2.068.271.797-1.903a4.534 4.534 0 0 1-.433-1.944c0-2.59 2.159-4.689 4.819-4.689 2.664 0 4.82 2.099 4.82 4.689s-2.156 4.689-4.82 4.689zm.03-7.19H8.426v5.001h1.751c1.657 0 2.625-1.072 2.625-2.514v-.013c0-1.442-.956-2.474-2.6-2.474z\"/><path d=\"M11.491 9.979c0 .81-.506 1.267-1.27 1.267h-.519V8.702h.519c.764 0 1.27.464 1.27 1.264v.013z\"/></svg></li><li title=\"disqus square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10.172 14.665a4.88 4.88 0 0 1-3.116-1.113l-2.068.271.797-1.903a4.534 4.534 0 0 1-.433-1.944c0-2.59 2.159-4.689 4.819-4.689 2.664 0 4.82 2.099 4.82 4.689s-2.156 4.689-4.82 4.689zm.03-7.19H8.426v5.001h1.751c1.657 0 2.625-1.072 2.625-2.514v-.013c0-1.442-.956-2.474-2.6-2.474z\"/><path d=\"M11.491 9.979c0 .81-.506 1.267-1.27 1.267h-.519V8.702h.519c.764 0 1.27.464 1.27 1.264v.013z\"/><path d=\"M4 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm0-2h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/></svg></li><li title=\"disqus \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10.365 18.75a9.756 9.756 0 0 1-6.23-2.224L0 17.067l1.595-3.805a9.066 9.066 0 0 1-.866-3.887C.729 4.196 5.045 0 10.364 0 15.69 0 20 4.196 20 9.375s-4.31 9.375-9.635 9.375zm.061-14.375H6.875v10h3.501c3.313 0 5.249-2.144 5.249-5.027V9.32c0-2.882-1.911-4.946-5.199-4.946z\"/><path d=\"M13.004 9.381c0 1.62-1.013 2.534-2.54 2.534H9.426V6.828h1.038c1.527 0 2.54.927 2.54 2.527v.026z\"/></svg></li><li title=\"dj f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M4 0h8a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4zm4 17A5 5 0 1 0 8 7a5 5 0 0 0 0 10zM4 3a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1H4zm7 0a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1h-1zM8 15a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0-2a1 1 0 1 0 0-2 1 1 0 0 0 0 2z\"/></svg></li><li title=\"dj \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M4 0h8a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4zm0 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm4 15A5 5 0 1 1 8 7a5 5 0 0 1 0 10zm0-2a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM4 3h4a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm7 0h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zM8 13a1 1 0 1 1 0-2 1 1 0 0 1 0 2z\"/></svg></li><li title=\"dna \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-6 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M2 17h8v-2H2v2zm.535-4h6.93A3.998 3.998 0 0 0 6 11c-1.48 0-2.773.804-3.465 2zM10 5V3H2v2h8zm-.535 2h-6.93A3.998 3.998 0 0 0 6 9c1.48 0 2.773-.804 3.465-2zm-.147 3A5.994 5.994 0 0 1 12 15v4a1 1 0 0 1-2 0H2a1 1 0 0 1-2 0v-4a5.994 5.994 0 0 1 2.682-5A5.994 5.994 0 0 1 0 5V1a1 1 0 1 1 2 0h8a1 1 0 0 1 2 0v4a5.994 5.994 0 0 1-2.682 5z\"/></svg></li><li title=\"document f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M3 0h10a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3zm1 7a1 1 0 1 0 0 2h8a1 1 0 0 0 0-2H4zm0 8a1 1 0 0 0 0 2h5a1 1 0 0 0 0-2H4zM4 3a1 1 0 1 0 0 2h8a1 1 0 0 0 0-2H4zm0 8a1 1 0 0 0 0 2h8a1 1 0 0 0 0-2H4z\"/></svg></li><li title=\"document \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M3 0h10a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3zm0 2a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H3zm2 1h6a1 1 0 0 1 0 2H5a1 1 0 1 1 0-2zm0 12h2a1 1 0 0 1 0 2H5a1 1 0 0 1 0-2zm0-4h6a1 1 0 0 1 0 2H5a1 1 0 0 1 0-2zm0-4h6a1 1 0 0 1 0 2H5a1 1 0 1 1 0-2z\"/></svg></li><li title=\"door \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-6 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M2 0h8a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zm0 2v16h8V2H2zm2 7h1a1 1 0 1 1 0 2H4a1 1 0 0 1 0-2z\"/></svg></li><li title=\"download \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-5 -5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m8 6.641 1.121-1.12a1 1 0 0 1 1.415 1.413L7.707 9.763a.997.997 0 0 1-1.414 0L3.464 6.934A1 1 0 1 1 4.88 5.52L6 6.641V1a1 1 0 1 1 2 0v5.641zM1 12h12a1 1 0 0 1 0 2H1a1 1 0 0 1 0-2z\"/></svg></li><li title=\"dribbble \"><svg width=\"20\" height=\"20\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\"><path d=\"M10 0C4.48 0 0 4.48 0 10s4.48 10 10 10c5.51 0 10-4.48 10-10S15.51 0 10 0Zm6.605 4.61a8.502 8.502 0 0 1 1.93 5.314c-.281-.054-3.101-.629-5.943-.271-.065-.141-.12-.293-.184-.445a25.419 25.419 0 0 0-.564-1.236c3.145-1.28 4.577-3.124 4.761-3.362ZM10 1.475c2.17 0 4.154.813 5.662 2.148-.152.216-1.443 1.941-4.48 3.08-1.399-2.57-2.95-4.675-3.189-5A8.686 8.686 0 0 1 10 1.475Zm-3.633.803a53.9 53.9 0 0 1 3.167 4.935c-3.992 1.062-7.517 1.04-7.896 1.04a8.581 8.581 0 0 1 4.729-5.975ZM1.453 10.01v-.26c.37.01 4.512.065 8.775-1.215.25.477.477.965.694 1.453-.109.033-.228.065-.336.098-4.404 1.42-6.747 5.303-6.942 5.629a8.522 8.522 0 0 1-2.19-5.705ZM10 18.547a8.482 8.482 0 0 1-5.239-1.8c.152-.315 1.888-3.656 6.703-5.337.022-.01.033-.01.054-.022a35.309 35.309 0 0 1 1.823 6.475 8.4 8.4 0 0 1-3.341.684Zm4.761-1.465c-.086-.52-.542-3.015-1.659-6.084 2.679-.423 5.022.271 5.314.369a8.468 8.468 0 0 1-3.655 5.715Z\"/></svg></li><li title=\"drupal circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z\"/><path d=\"M12.194 6.827c-.512-.318-.996-.443-1.48-.762-.299-.202-.714-.683-1.063-1.098-.067.665-.27.936-.503 1.128-.492.385-.801.5-1.227.732-.358.183-2.3 1.339-2.3 3.825 0 2.485 2.097 4.315 4.426 4.315 2.33 0 4.351-1.685 4.351-4.238 0-2.554-1.895-3.71-2.204-3.902zm.04 7.169a2.111 2.111 0 0 1-1.016.404c-.522.048-1.228.077-1.653-.308-.067-.068-.049-.163 0-.202.048-.04.087-.068.145-.068.059 0 .048 0 .078.02.193.154.483.278 1.101.278.619 0 1.054-.172 1.247-.317.087-.068.126-.01.136.029.01.038.029.096-.039.164zm-1.676-.811c.106-.097.28-.251.445-.318.164-.068.25-.058.406-.058.154 0 .32.01.435.087.116.077.184.25.221.346.04.097 0 .154-.076.193-.067.038-.077.02-.145-.106-.067-.125-.126-.25-.464-.25s-.445.115-.609.25c-.164.135-.222.183-.28.106-.059-.077-.04-.154.067-.25zm3.489-1.837c0 .299-.096.838-.329 1.175-.231.338-.376.463-.648.444-.348-.03-1.044-1.108-1.488-1.128-.56-.02-1.779 1.167-2.736 1.167-.58 0-.754-.087-.947-.213-.29-.202-.435-.51-.426-.934.01-.752.715-1.455 1.605-1.464 1.13-.01 1.915 1.116 2.484 1.107.484-.009 1.412-.954 1.867-.954.483 0 .618.5.618.8z\"/></svg></li><li title=\"drupal square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M12.194 6.827c-.512-.318-.996-.443-1.48-.762-.299-.202-.714-.683-1.063-1.098-.067.665-.27.936-.503 1.128-.492.385-.801.5-1.227.732-.358.183-2.3 1.339-2.3 3.825 0 2.485 2.097 4.315 4.426 4.315 2.33 0 4.351-1.685 4.351-4.238 0-2.554-1.895-3.71-2.204-3.902zm.04 7.169a2.111 2.111 0 0 1-1.016.404c-.522.048-1.228.077-1.653-.308-.067-.068-.049-.163 0-.202.048-.04.087-.068.145-.068.059 0 .048 0 .078.02.193.154.483.278 1.101.278.619 0 1.054-.172 1.247-.317.087-.068.126-.01.136.029.01.038.029.096-.039.164zm-1.676-.811c.106-.097.28-.251.445-.318.164-.068.25-.058.406-.058.154 0 .32.01.435.087.116.077.184.25.221.346.04.097 0 .154-.076.193-.067.038-.077.02-.145-.106-.067-.125-.126-.25-.464-.25s-.445.115-.609.25c-.164.135-.222.183-.28.106-.059-.077-.04-.154.067-.25zm3.489-1.837c0 .299-.096.838-.329 1.175-.231.338-.376.463-.648.444-.348-.03-1.044-1.108-1.488-1.128-.56-.02-1.779 1.167-2.736 1.167-.58 0-.754-.087-.947-.213-.29-.202-.435-.51-.426-.934.01-.752.715-1.455 1.605-1.464 1.13-.01 1.915 1.116 2.484 1.107.484-.009 1.412-.954 1.867-.954.483 0 .618.5.618.8z\"/><path d=\"M4 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm0-2h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/></svg></li><li title=\"drupal \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-3 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M13.134 3.711c-1.022-.635-1.989-.884-2.953-1.52C9.583 1.788 8.754.827 8.058 0c-.134 1.327-.54 1.866-1.003 2.251-.982.768-1.6.998-2.45 1.46-.714.366-4.592 2.673-4.592 7.634S4.201 19.96 8.85 19.96c4.65 0 8.683-3.365 8.683-8.46 0-5.096-3.782-7.403-4.4-7.788zm.078 14.308c-.097.096-.984.711-2.026.808-1.042.096-2.45.153-3.299-.616-.135-.135-.097-.326 0-.402.096-.079.173-.136.29-.136.116 0 .095 0 .154.038.386.308.964.557 2.198.557 1.236 0 2.105-.344 2.49-.634.174-.134.25-.019.27.058.02.077.058.193-.077.327zm-3.344-1.618c.213-.193.56-.501.89-.635.327-.135.499-.116.809-.116.308 0 .637.02.868.174.231.154.367.5.442.69.078.194 0 .309-.153.386-.134.076-.154.038-.289-.211-.134-.25-.25-.5-.926-.5-.675 0-.887.23-1.215.5-.328.269-.444.365-.56.211-.116-.153-.077-.308.134-.5zm6.964-3.666c0 .596-.192 1.672-.656 2.345-.462.674-.75.925-1.293.886-.695-.059-2.084-2.212-2.971-2.252-1.118-.037-3.55 2.33-5.46 2.33-1.159 0-1.505-.174-1.89-.425-.58-.404-.87-1.019-.85-1.865.02-1.5 1.427-2.903 3.203-2.922 2.256-.02 3.821 2.229 4.958 2.21.965-.017 2.818-1.903 3.725-1.903.964 0 1.234.998 1.234 1.596z\"/></svg></li><li title=\"ebay \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -7.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M18.853 2.229 17.16 5.81l-1.7-3.583h-1.183l.303.598c-.4-.63-1.191-.79-1.914-.79-2.115 0-2.25 1.22-2.25 1.414h1.052s.055-.712 1.125-.712c.695 0 1.233.335 1.233.979v.23h-1.233c-1.368 0-2.196.351-2.433 1.063.024-.158.037-.322.037-.491 0-1.369-.876-2.469-2.356-2.469-1.386 0-1.817.788-1.817.788V.202H5.007v4.011c-.015-.871-.552-2.177-2.43-2.177C1.17 2.037 0 2.664 0 4.559c0 1.5.788 2.445 2.613 2.445 2.148 0 2.286-1.49 2.286-1.49H3.86s-.224.802-1.31.802c-.884 0-1.52-.629-1.52-1.51h3.979v1.246c0 .332-.023.799-.023.799h.993s.036-.335.036-.641c0 0 .49.808 1.824.808 1.138 0 1.98-.673 2.259-1.71-.005.054-.009.11-.009.168 0 1.007.8 1.555 1.882 1.555 1.474 0 1.949-.857 1.949-.857 0 .341.025.677.025.677h.935s-.036-.417-.036-.683V3.866c0-.309-.048-.566-.135-.782l1.897 3.746-.892 1.779h1.125l3.088-6.38h-1.073zM1.053 4.1c0-.864.749-1.356 1.487-1.356.842 0 1.416.543 1.416 1.356H1.053zM7.59 6.295c-1.018 0-1.567-.837-1.567-1.764 0-.864.492-1.755 1.56-1.755.954 0 1.56.745 1.56 1.745 0 1.072-.7 1.774-1.553 1.774zm6.235-1.354c0 .4-.234 1.39-1.61 1.39-.752 0-1.076-.396-1.076-.855 0-.835 1.088-.84 2.686-.84v.305z\"/></svg></li><li title=\"egg f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4 -1.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M8 20.565a8 8 0 0 1-8-8c0-4.418 3.582-12 8-12s8 7.582 8 12a8 8 0 0 1-8 8z\"/></svg></li><li title=\"egg \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M8 18a6 6 0 0 0 6-6c0-4.221-3.418-10-6-10S2 7.779 2 12a6 6 0 0 0 6 6zm0 2a8 8 0 0 1-8-8C0 7.582 3.582 0 8 0s8 7.582 8 12a8 8 0 0 1-8 8z\"/></svg></li><li title=\"eggs f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -3.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M6 17a6 6 0 0 1-6-6c0-3.314 3-9 6-9s6 5.686 6 9a6 6 0 0 1-6 6zm6.612-2.161A5.976 5.976 0 0 0 14 11c0-2.518-1.732-6.405-3.88-8.127C11.213 1.227 12.607 0 14 0c3 0 6 5.686 6 9a6 6 0 0 1-7.388 5.839z\"/></svg></li><li title=\"eggs \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -3.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M11.843 12.37A4 4 0 0 0 18 9c0-1.238-.623-3.136-1.58-4.698C15.513 2.822 14.524 2 14 2s-1.513.822-2.42 2.302a12.214 12.214 0 0 0-.935 1.884 12.584 12.584 0 0 0-1.277-2.024C10.522 1.91 12.26 0 14 0c3 0 6 5.686 6 9a6 6 0 0 1-8.943 5.23c.36-.563.63-1.19.786-1.86zM6 17a6 6 0 0 1-6-6c0-3.314 3-9 6-9s6 5.686 6 9a6 6 0 0 1-6 6zm0-2a4 4 0 0 0 4-4c0-1.238-.623-3.136-1.58-4.698C7.513 4.822 6.524 4 6 4s-1.513.822-2.42 2.302C2.623 7.864 2 9.762 2 11a4 4 0 0 0 4 4z\"/></svg></li><li title=\"eject circle f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zm1.746-14.587a2.042 2.042 0 0 0-.575-.54c-.965-.606-2.27-.365-2.917.54L5.356 9.468A1.887 1.887 0 0 0 5 10.567c0 1.089.941 1.972 2.102 1.972h5.796c.417 0 .824-.116 1.17-.334.965-.607 1.222-1.832.576-2.737l-2.898-4.055zM6 13.54a1 1 0 0 0 0 2h8a1 1 0 1 0 0-2H6zm1.102-2.972L10 6.512l2.898 4.055H7.102z\"/></svg></li><li title=\"eject circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm1.746-12.587 2.898 4.055c.646.905.389 2.13-.576 2.737a2.201 2.201 0 0 1-1.17.334H7.102c-1.16 0-2.102-.883-2.102-1.972 0-.391.124-.774.356-1.099l2.898-4.055c.647-.905 1.952-1.146 2.917-.54.227.143.422.327.575.54zm-4.644 5.154h5.796L10 6.512l-2.898 4.055zM6 13.539h8a1 1 0 0 1 0 2H6a1 1 0 1 1 0-2z\"/></svg></li><li title=\"eject square f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M4 0h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4zm7.746 5.413a2.042 2.042 0 0 0-.575-.54c-.965-.606-2.27-.365-2.917.54L5.356 9.468A1.887 1.887 0 0 0 5 10.567c0 1.089.941 1.972 2.102 1.972h5.796c.417 0 .824-.116 1.17-.334.965-.607 1.222-1.832.576-2.737l-2.898-4.055zM6 13.54a1 1 0 0 0 0 2h8a1 1 0 1 0 0-2H6zm1.102-2.972L10 6.512l2.898 4.055H7.102z\"/></svg></li><li title=\"eject square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M4 0h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4zm0 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm7.746 3.413 2.898 4.055c.646.905.389 2.13-.576 2.737a2.201 2.201 0 0 1-1.17.334H7.102c-1.16 0-2.102-.883-2.102-1.972 0-.391.124-.774.356-1.099l2.898-4.055c.647-.905 1.952-1.146 2.917-.54.227.143.422.327.575.54zm-4.644 5.154h5.796L10 6.512l-2.898 4.055zM6 13.539h8a1 1 0 0 1 0 2H6a1 1 0 1 1 0-2z\"/></svg></li><li title=\"eject \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-3 -3 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M17.31 6.51c.843.728.925 1.988.182 2.814a2.05 2.05 0 0 1-1.526.676H2.034C.911 10 0 9.107 0 8.006c0-.573.251-1.118.69-1.496L7.656.498a2.065 2.065 0 0 1 2.688 0L17.31 6.51zM2.034 8.006h13.932L9 1.994 2.034 8.006zM18 14v2a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-2a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2zm-2 0H2v2h14v-2z\"/></svg></li><li title=\"envelope f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M18.572.083 10.676 7.12a1 1 0 0 1-1.331 0L1.416.087A2 2 0 0 1 2 0h16a2 2 0 0 1 .572.083zm1.356 1.385c.047.17.072.348.072.532v10a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 .072-.534l7.942 7.148a3 3 0 0 0 3.992 0l7.922-7.146z\"/></svg></li><li title=\"envelope open f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m19.25 5.52-8.574 7.6a1 1 0 0 1-1.331 0L.703 5.56c.064-.055.131-.105.203-.152L8.359.536a3 3 0 0 1 3.282 0l7.453 4.872c.054.035.106.073.156.113zM20 7.69V18a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V7.698l8.014 6.916a3 3 0 0 0 3.992 0L20 7.69z\"/></svg></li><li title=\"envelope open \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m2.328 6.868 7.017 6.253a1 1 0 0 0 1.33 0l7.009-6.246-7.137-4.665a1 1 0 0 0-1.094 0L2.328 6.868zM18 7.082v2.19l-5.994 5.342a3 3 0 0 1-3.992 0L2 9.254V7.083 18h16V7.082zM.906 5.408 8.359.536a3 3 0 0 1 3.282 0l7.453 4.872A2 2 0 0 1 20 7.082V18a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V7.082a2 2 0 0 1 .906-1.674z\"/></svg></li><li title=\"envelope \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m3.598 2 5.747 5.12a1 1 0 0 0 1.33 0L16.423 2H3.598zM18 3.273l-5.994 5.341a3 3 0 0 1-3.992 0L2 3.254V12h16V3.273zM2 0h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2z\"/></svg></li><li title=\"extinguisher f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M9.45 4.145A2 2 0 0 1 6.067 4H4a2 2 0 0 0-2 2v3a1 1 0 1 1-2 0V6a4 4 0 0 1 4-4h2.077a2 2 0 0 1 3.381-.117A1 1 0 0 1 11.45 2h1.311L18.722.036l.003.002a1 1 0 0 1 1.273.906L20 .945v3.992l-.002.001L20 5a1 1 0 0 1-1.275.962l-.003.002L12.892 4H11.45v1.009c0 .03-.001.06-.004.09A4.502 4.502 0 0 1 15 9.5V17a3 3 0 0 1-3 3H9a3 3 0 0 1-3-3V9.5a4.502 4.502 0 0 1 3.457-4.378 1.01 1.01 0 0 1-.007-.113v-.864z\"/></svg></li><li title=\"extinguisher \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M9.45 4.145A2 2 0 0 1 6.067 4H4a2 2 0 0 0-2 2v3a1 1 0 1 1-2 0V6a4 4 0 0 1 4-4h2.077a2 2 0 0 1 3.381-.117A1 1 0 0 1 11.45 2h1.311L18.722.036l.003.002a1 1 0 0 1 1.273.906L20 .945v3.992l-.002.001L20 5a1 1 0 0 1-1.275.962l-.003.002L12.892 4H11.45v1.009c0 .03-.001.06-.004.09A4.502 4.502 0 0 1 15 9.5V17a3 3 0 0 1-3 3H9a3 3 0 0 1-3-3V9.5a4.502 4.502 0 0 1 3.457-4.378 1.01 1.01 0 0 1-.007-.113v-.864zm8.597-.471V2.436l-1.866.597 1.866.64zM10.5 7A2.5 2.5 0 0 0 8 9.5V17a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1V9.5A2.5 2.5 0 0 0 10.5 7z\"/></svg></li><li title=\"eye close f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M9.329 11.885 2.12 19.092a1 1 0 1 1-1.414-1.414l7.324-7.324a2 2 0 0 1 2.322-2.322L17.679.706a1 1 0 0 1 1.414 1.414l-7.208 7.21a2 2 0 0 1-2.556 2.556zm7.54-6.127C18.75 6.842 20 8.34 20 10c0 3.314-4.958 5.993-10 6a14.734 14.734 0 0 1-3.053-.32l1.861-1.86a4 4 0 0 0 5.011-5.011l3.05-3.051zm-4.16-1.496-1.834 1.834a4 4 0 0 0-4.779 4.779L2.869 14.1C1.134 13.028 0 11.585 0 10c0-3.314 4.984-6.017 10-6 .914.003 1.827.094 2.709.262z\"/></svg></li><li title=\"eye close \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m15.398 7.23 1.472-1.472C18.749 6.842 20 8.34 20 10c0 3.314-4.958 5.993-10 6a14.734 14.734 0 0 1-3.053-.32l1.747-1.746c.426.044.862.067 1.303.066h.002c-.415 0-.815-.063-1.191-.18l1.981-1.982c.47-.202.847-.579 1.05-1.049l1.98-1.981A4 4 0 0 1 10.022 14C14.267 13.985 18 11.816 18 10c0-.943-1.022-1.986-2.602-2.77zm-9.302 3.645A4 4 0 0 1 9.993 6C5.775 5.985 2 8.178 2 10c0 .896.904 1.877 2.327 2.644L2.869 14.1C1.134 13.028 0 11.585 0 10c0-3.314 4.984-6.017 10-6 .914.003 1.827.094 2.709.262l-1.777 1.776c-.29-.022-.584-.035-.88-.038.282.004.557.037.823.096l-4.78 4.779zM19.092.707a1 1 0 0 1 0 1.414l-16.97 16.97a1 1 0 1 1-1.415-1.413L17.677.708a1 1 0 0 1 1.415 0z\"/></svg></li><li title=\"eye f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -6 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 12c-5.042.007-10-2.686-10-6S4.984-.017 10 0c5.016.017 10 2.686 10 6s-4.958 5.993-10 6zm0-2a4 4 0 1 0 0-8 4 4 0 0 0 0 8zm0-2a2 2 0 1 1 0-4 2 2 0 0 1 0 4z\"/></svg></li><li title=\"eye \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -6 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M18 6c0-1.81-3.76-3.985-8.007-4C5.775 1.985 2 4.178 2 6c0 1.825 3.754 4.006 7.997 4C14.252 9.994 18 7.82 18 6zm-8 6c-5.042.007-10-2.686-10-6S4.984-.017 10 0c5.016.017 10 2.686 10 6s-4.958 5.993-10 6zm0-2a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm0-2a2 2 0 1 0 0-4 2 2 0 0 0 0 4z\"/></svg></li><li title=\"eyedropper f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -1.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m13.473 11.693-1.36 1.36-8.417-.068L9.23 7.451a1 1 0 1 1 1.415-1.414l4.242-4.243a3 3 0 1 1 4.243 4.243l-4.243 4.242a1 1 0 0 1-1.414 1.414zm-3.191 3.192L7.57 17.596a7 7 0 0 1-2.736 1.691l-2.899.966A1 1 0 0 1 .67 18.988l.967-2.899a7 7 0 0 1 .522-1.186l8.123-.018z\"/></svg></li><li title=\"eyedropper \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M6.502 12.348h2.829l2.707-2.578-1.414-1.347-4.122 3.925zm-1.987 1.905a4.713 4.713 0 0 0-1.002 1.653l-.334.954 1.002-.318a5.046 5.046 0 0 0 1.954-1.15l1.196-1.14H4.515zM14.866 9.77a.92.92 0 0 1 0 1.347 1.036 1.036 0 0 1-1.414 0L7.55 16.738a7.064 7.064 0 0 1-2.737 1.61l-2.899.921c-.523.166-1.09-.103-1.264-.602a.91.91 0 0 1 0-.603l.966-2.76a6.625 6.625 0 0 1 1.69-2.606L9.21 7.076a.92.92 0 0 1 0-1.347 1.036 1.036 0 0 1 1.414 0l4.242-4.04c1.172-1.116 3.071-1.116 4.243 0a2.762 2.762 0 0 1 0 4.04l-4.243 4.04zm-2.828-2.694 1.414 1.347 4.243-4.04a.92.92 0 0 0 0-1.347 1.036 1.036 0 0 0-1.414 0l-4.243 4.04z\"/></svg></li><li title=\"facebook circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M8.695 6.937v1.377H7.687v1.683h1.008V15h2.072V9.997h1.39s.131-.807.194-1.69h-1.576v-1.15c0-.173.226-.404.45-.404h1.128V5h-1.535C8.644 5 8.695 6.685 8.695 6.937z\"/><path d=\"M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z\"/></svg></li><li title=\"facebook square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M8.695 6.937v1.377H7.687v1.683h1.008V15h2.072V9.997h1.39s.131-.807.194-1.69h-1.576v-1.15c0-.173.226-.404.45-.404h1.128V5h-1.535C8.644 5 8.695 6.685 8.695 6.937z\"/><path d=\"M4 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm0-2h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/></svg></li><li title=\"facebook \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-7 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M2.046 3.865v2.748H.032v3.36h2.014v9.986H6.18V9.974h2.775s.26-1.611.386-3.373H6.197V4.303c0-.343.45-.805.896-.805h2.254V0H6.283c-4.34 0-4.237 3.363-4.237 3.865z\"/></svg></li><li title=\"fast backward circle f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m6.08 11.6 2.543 2.763a1.9 1.9 0 0 0 2.829.011c.207-.222.365-.488.465-.778l.706.767a1.9 1.9 0 0 0 2.829.011c.378-.405.59-.955.59-1.53V7.156c0-1.19-.895-2.156-2-2.156-.546 0-1.069.241-1.446.667l-.671.758C11.647 5.595 10.909 5 10.043 5c-.547 0-1.07.241-1.447.667L6.08 8.51V6a1 1 0 1 0-2 0v8a1 1 0 0 0 2 0v-2.4zM10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zm4.043-7.156-2.141-2.326.004-.948 2.137-2.414v5.688zm-4 0-2.567-2.788 2.567-2.9v5.688z\"/></svg></li><li title=\"fast backward circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm-3.92-6.4V14a1 1 0 0 1-2 0V6a1 1 0 1 1 2 0v2.509l2.516-2.842c.377-.426.9-.667 1.447-.667.866 0 1.604.594 1.882 1.425l.671-.758c.377-.426.9-.667 1.447-.667 1.104 0 2 .965 2 2.156v5.688c0 .575-.213 1.125-.591 1.53a1.9 1.9 0 0 1-2.829-.011l-.706-.767c-.1.29-.258.556-.465.778a1.9 1.9 0 0 1-2.829-.011L6.08 11.6zm7.963 1.244V7.156L11.906 9.57l-.004.948 2.14 2.326zm-4 0V7.156l-2.567 2.9 2.567 2.788z\"/></svg></li><li title=\"fast backward square f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m6.08 11.6 2.543 2.763a1.9 1.9 0 0 0 2.829.011c.207-.222.365-.488.465-.778l.706.767a1.9 1.9 0 0 0 2.829.011c.378-.405.59-.955.59-1.53V7.156c0-1.19-.895-2.156-2-2.156-.546 0-1.069.241-1.446.667l-.671.758C11.647 5.595 10.909 5 10.043 5c-.547 0-1.07.241-1.447.667L6.08 8.51V6a1 1 0 1 0-2 0v8a1 1 0 0 0 2 0v-2.4zM4 0h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4zm10.043 12.844-2.141-2.326.004-.948 2.137-2.414v5.688zm-4 0-2.567-2.788 2.567-2.9v5.688z\"/></svg></li><li title=\"fast backward square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M4 0h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4zm0 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm2.08 9.6V14a1 1 0 0 1-2 0V6a1 1 0 1 1 2 0v2.509l2.516-2.842c.377-.426.9-.667 1.447-.667.866 0 1.604.594 1.882 1.425l.671-.758c.377-.426.9-.667 1.447-.667 1.104 0 2 .965 2 2.156v5.688c0 .575-.213 1.125-.591 1.53a1.9 1.9 0 0 1-2.829-.011l-.706-.767c-.1.29-.258.556-.465.778a1.9 1.9 0 0 1-2.829-.011L6.08 11.6zm7.963 1.244V7.156L11.906 9.57l-.004.948 2.14 2.326zm-4 0V7.156l-2.567 2.9 2.567 2.788z\"/></svg></li><li title=\"fast backward \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-1 -3 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M6 5.915 10.51.69a1.966 1.966 0 0 1 2.814-.182c.43.386.676.942.676 1.526v3.88L18.51.69a1.966 1.966 0 0 1 2.814-.182c.43.386.676.942.676 1.526v13.932C22 17.089 21.107 18 20.006 18a1.977 1.977 0 0 1-1.496-.69L14 12.085v3.88C14 17.09 13.107 18 12.006 18a1.977 1.977 0 0 1-1.496-.69L6 12.085V16a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v3.915zm0 3.092 6.006 6.959V2.034L6 8.993v.014zm8 0 6.006 6.959V2.034L14 8.993v.014zM2 2v14h2V2H2z\"/></svg></li><li title=\"fast forward circle f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m14.043 8.509-2.516-2.842A1.933 1.933 0 0 0 10.08 5c-.867 0-1.604.594-1.882 1.425l-.671-.758A1.933 1.933 0 0 0 6.08 5c-1.104 0-2 .965-2 2.156v5.688c0 .575.213 1.125.591 1.53a1.9 1.9 0 0 0 2.829-.011l.706-.767c.1.29.258.556.465.778a1.9 1.9 0 0 0 2.829-.011l2.543-2.762V14a1 1 0 0 0 2 0V6a1 1 0 1 0-2 0v2.509zM10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zm-4.268-7.13V7.181l2.137 2.413.004.949-2.141 2.325zm4.426 0V7.181l2.567 2.899-2.567 2.788z\"/></svg></li><li title=\"fast forward circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm4.043-6.4L11.5 14.364a1.9 1.9 0 0 1-2.829.011 2.181 2.181 0 0 1-.465-.778l-.706.767a1.9 1.9 0 0 1-2.829.011 2.244 2.244 0 0 1-.59-1.53V7.156c0-1.19.895-2.156 2-2.156.546 0 1.068.241 1.446.667l.67.758C8.477 5.595 9.214 5 10.08 5c.547 0 1.07.241 1.447.667l2.516 2.842V6a1 1 0 0 1 2 0v8a1 1 0 1 1-2 0v-2.4zM6.08 12.845l2.141-2.326-.004-.948L6.08 7.156v5.688zm4 0 2.567-2.788-2.567-2.9v5.688z\"/></svg></li><li title=\"fast forward square f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m14.043 8.509-2.516-2.842A1.933 1.933 0 0 0 10.08 5c-.867 0-1.604.594-1.882 1.425l-.671-.758A1.933 1.933 0 0 0 6.08 5c-1.104 0-2 .965-2 2.156v5.688c0 .575.213 1.125.591 1.53a1.9 1.9 0 0 0 2.829-.011l.706-.767c.1.29.258.556.465.778a1.9 1.9 0 0 0 2.829-.011l2.543-2.762V14a1 1 0 0 0 2 0V6a1 1 0 1 0-2 0v2.509zM4 0h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4zm1.973 12.93V7.242L8.11 9.656l.004.948-2.141 2.326zm4.03-.055V7.187l2.567 2.9-2.567 2.788z\"/></svg></li><li title=\"fast forward square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M4 0h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4zm0 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm10.043 9.6L11.5 14.364a1.9 1.9 0 0 1-2.829.011 2.181 2.181 0 0 1-.465-.778l-.706.767a1.9 1.9 0 0 1-2.829.011 2.244 2.244 0 0 1-.59-1.53V7.156c0-1.19.895-2.156 2-2.156.546 0 1.068.241 1.446.667l.67.758C8.477 5.595 9.214 5 10.08 5c.547 0 1.07.241 1.447.667l2.516 2.842V6a1 1 0 0 1 2 0v8a1 1 0 1 1-2 0v-2.4zM6.08 12.845l2.141-2.326-.004-.948L6.08 7.156v5.688zm4 0 2.567-2.788-2.567-2.9v5.688z\"/></svg></li><li title=\"fast forward \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-1 -3 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m16 12.085-4.51 5.225a1.966 1.966 0 0 1-2.814.182A2.052 2.052 0 0 1 8 15.966v-3.88L3.49 17.31a1.966 1.966 0 0 1-2.814.182A2.052 2.052 0 0 1 0 15.966V2.034C0 .911.893 0 1.994 0c.573 0 1.118.251 1.496.69L8 5.915v-3.88C8 .91 8.893 0 9.994 0c.573 0 1.118.251 1.496.69L16 5.915V2a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2v-3.915zm0-3.078v-.014L9.994 2.034V8.84c.008.107.008.215 0 .322v6.805L16 9.007zM1.994 2.034v13.932L8.006 9 1.994 2.034zM18 2v14h2V2h-2z\"/></svg></li><li title=\"feather f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-1.5 -1.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m16.393 12.029-4.461-1.196 3.018-3.018a1 1 0 1 0-1.414-1.414l-.897.897-1.195-4.462.677-.677a5 5 0 0 1 7.071 7.07l-2.799 2.8zm-1.633 1.633-3.766 3.766-5.318-.339 4.623-4.623 4.461 1.196zM4.343 15.594l1.414 1.414-3.535 3.535A1 1 0 1 1 .808 19.13l3.45-3.45-.326-5.331L9.811 4.47l1.195 4.462-6.663 6.663z\"/></svg></li><li title=\"feather \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-1.5 -1.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m13.89 10.808 3.616-3.616a3 3 0 0 0-4.243-4.242L11.77 4.444l.598 2.23.896-.896a1 1 0 1 1 1.415 1.414L11.66 10.21l2.23.598zm-1.633 1.633-2.23-.598-2.74 2.74 2.66.169 2.31-2.311zm-2.12-6.364L5.71 10.502l.163 2.665 4.86-4.86-.598-2.23zM5.403 16.466 1.95 19.92a1 1 0 0 1-1.414-1.414l3.45-3.45-.326-5.331 8.19-8.19a5 5 0 1 1 7.07 7.072l-8.198 8.198-5.318-.34z\"/></svg></li><li title=\"female \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-5 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M7 12A5 5 0 1 0 7 2a5 5 0 0 0 0 10zm1 4h1a1 1 0 0 1 0 2H8v1a1 1 0 0 1-2 0v-1H5a1 1 0 0 1 0-2h1v-2c0-.024 0-.047.002-.07A7.002 7.002 0 0 1 7 0a7 7 0 0 1 .998 13.93L8 14v2z\"/></svg></li><li title=\"file f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M3 0h8l5 4v13a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3z\"/></svg></li><li title=\"file \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10.298 2H3a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V4.961L10.298 2zM3 0h8l5 4v13a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3z\"/></svg></li><li title=\"files f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-3 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M12 4H7a2 2 0 0 0-2 2v9H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v2zM8 5h7l3 3v10a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2z\"/></svg></li><li title=\"files \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-3 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M6 15H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v3h3l3 3v10a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2v-3zm0-2V7a2 2 0 0 1 2-2h2V2H2v11h4zm8.172-6H8v11h8V8.828L14.172 7z\"/></svg></li><li title=\"filter f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-3 -2.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M1.08.858h15.84a1 1 0 0 1 .78 1.625l-6.48 8.101a1 1 0 0 0-.22.625v5.149a1 1 0 0 1-.4.8l-2 1.5a1 1 0 0 1-1.6-.8v-6.65a1 1 0 0 0-.22-.624L.3 2.483A1 1 0 0 1 1.08.858z\"/></svg></li><li title=\"filter \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m2.08 2 6.482 8.101A2 2 0 0 1 9 11.351V18l2-1.5v-5.15a2 2 0 0 1 .438-1.249L17.92 2H2.081zm0-2h15.84a2 2 0 0 1 1.561 3.25L13 11.35v5.15a2 2 0 0 1-.8 1.6l-2 1.5A2 2 0 0 1 7 18v-6.65L.519 3.25A2 2 0 0 1 2.08 0z\"/></svg></li><li title=\"fingerprint \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-5 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M2 7a1 1 0 1 1-2 0 7 7 0 1 1 14 0v2a1 1 0 0 1-2 0V7A5 5 0 1 0 2 7zm3 3a1 1 0 0 1-2 0V7a4 4 0 1 1 8 0 1 1 0 0 1-2 0 2 2 0 1 0-4 0v3zm-2 3a1 1 0 0 1 2 0 2 2 0 1 0 4 0v-3a1 1 0 1 1 2 0v3a4 4 0 1 1-8 0zm3-5a1 1 0 1 1 2 0v4a1 1 0 0 1-2 0V8zm-6 3a1 1 0 0 1 2 0v2a5 5 0 0 0 10 0 1 1 0 0 1 2 0 7 7 0 0 1-14 0v-2z\"/></svg></li><li title=\"first aid f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M5 4.858v-1a3 3 0 0 1 3-3h4a3 3 0 0 1 3 3v1h2a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3v-8a3 3 0 0 1 3-3h2zm6 6v-2H9v2H7v2h2v2h2v-2h2v-2h-2zm-4-6h6v-1a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v1z\"/></svg></li><li title=\"first aid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -3 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M3 6a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1H3zm2-2V3a3 3 0 0 1 3-3h4a3 3 0 0 1 3 3v1h2a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3h2zm2 0h6V3a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v1zm2 4h2v6H9V8zm-2 2h6v2H7v-2z\"/></svg></li><li title=\"fish \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -7 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M9.366 2.085C9.773 2.973 10 3.96 10 5s-.227 2.027-.634 2.915C12.104 7.567 14 6.215 14 5s-1.896-2.567-4.634-2.915zM15 2.577c1.052-1.184 2.851-2.074 5-2.42v9.685c-2.149-.345-3.948-1.235-5-2.42C13.635 8.96 11.012 10 8 10c-4.418 0-8-2.239-8-5s3.582-5 8-5c3.012 0 5.635 1.04 7 2.577zM18 7V3c-1.15.23-2 1.038-2 2s.85 1.77 2 2zM2 5c0 1.27 2.077 2.696 5.032 2.958A4.973 4.973 0 0 0 8 5a4.973 4.973 0 0 0-.968-2.958C4.077 2.304 2 3.73 2 5zm3 1a1 1 0 1 1 0-2 1 1 0 0 1 0 2z\"/></svg></li><li title=\"fiverr circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z\"/><path d=\"M13.427 13.148v-5h-5v-.312c0-.517.42-.938.938-.938h.937V5.023h-.937a2.816 2.816 0 0 0-2.813 2.813v.312h-1.25v1.875h1.25v3.125h-1.25v1.875h4.375v-1.875h-1.25v-3.125h3.143v3.125h-1.268v1.875h4.375v-1.875h-1.25z\"/><circle cx=\"12.402\" cy=\"5.971\" r=\"1.001\"/></svg></li><li title=\"fiverr square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M13.427 13.148v-5h-5v-.312c0-.517.42-.938.938-.938h.937V5.023h-.937a2.816 2.816 0 0 0-2.813 2.813v.312h-1.25v1.875h1.25v3.125h-1.25v1.875h4.375v-1.875h-1.25v-3.125h3.143v3.125h-1.268v1.875h4.375v-1.875h-1.25z\"/><circle cx=\"12.402\" cy=\"5.971\" r=\"1.001\"/><path d=\"M4 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm0-2h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/></svg></li><li title=\"fiverr \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2.5 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M16.25 16.25v-10h-10v-.625c0-1.034.841-1.875 1.875-1.875H10V0H8.125A5.632 5.632 0 0 0 2.5 5.625v.625H0V10h2.5v6.25H0V20h8.75v-3.75h-2.5V10h6.285v6.25H10V20h8.75v-3.75h-2.5z\"/><circle cx=\"14.375\" cy=\"1.875\" r=\"1.875\"/></svg></li><li title=\"flag f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M2 1h12a2 2 0 0 1 2 2v7a2 2 0 0 1-2 2H2v7a1 1 0 0 1-2 0V1a1 1 0 1 1 2 0z\"/></svg></li><li title=\"flag \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M2 1h12a2 2 0 0 1 2 2v7a2 2 0 0 1-2 2H2v7a1 1 0 0 1-2 0V1a1 1 0 1 1 2 0zm0 9h12V3H2v7z\"/></svg></li><li title=\"flame f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M8 20c-4.418 0-8-3.411-8-7.619 0-1.693.971-3.867 2.914-6.523a28.38 28.38 0 0 1 1.202-1.545C4.673 3.645 5.968 2.207 8 0c5.333 5.449 8 9.576 8 12.381C16 16.589 12.418 20 8 20zm0-3c2.21 0 4-1.706 4-3.81 0-1.402-1.333-3.466-4-6.19-2.667 2.724-4 4.788-4 6.19C4 15.294 5.79 17 8 17z\"/></svg></li><li title=\"flame \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M5.652 5.594c-.161.194-.303.368-.424.522-.247.315-.48.623-.7.922C2.813 9.383 2 11.204 2 12.381 2 15.461 4.665 18 8 18s6-2.538 6-5.619c0-1.888-1.97-5.13-5.972-9.453-1.192 1.307-1.988 2.2-2.376 2.666zM8 20c-4.418 0-8-3.411-8-7.619 0-1.693.971-3.867 2.914-6.523a28.38 28.38 0 0 1 1.202-1.545C4.673 3.645 5.968 2.207 8 0c5.333 5.449 8 9.576 8 12.381C16 16.589 12.418 20 8 20zm0-3c-2.21 0-4-1.706-4-3.81C4 11.788 5.333 9.724 8 7c2.667 2.724 4 4.788 4 6.19C12 15.294 10.21 17 8 17zm-2-3.81c0 .977.874 1.81 2 1.81s2-.833 2-1.81c0-.537-.654-1.675-2-3.24-1.346 1.565-2 2.703-2 3.24z\"/></svg></li><li title=\"flashlight off f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-1.5 -1.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 6.757 14.243 11 5.05 20.192a2 2 0 0 1-2.828 0L.808 18.778a2 2 0 0 1 0-2.828L10 6.757zm.904-1.924a3 3 0 0 1 .695-1.09l3.35-3.35a1 1 0 0 1 1.415 0l4.243 4.243a1 1 0 0 1 0 1.414l-3.32 3.32a3 3 0 0 1-1.134.712l-5.25-5.25zm-2.318 7.581a1 1 0 0 0 1.414 0L11.414 11A1 1 0 1 0 10 9.586L8.586 11a1 1 0 0 0 0 1.414z\"/></svg></li><li title=\"flashlight off \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-0.5 -0.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m13.31 5.825 3.865 3.865c.334-.09.642-.265.896-.518l2.121-2.122-4.242-4.242-2.122 2.12a2.004 2.004 0 0 0-.518.897zm1.933 4.76-2.829-2.828-9.192 9.193a1 1 0 0 0 0 1.414l1.414 1.414a1 1 0 0 0 1.414 0l9.193-9.192zm-2.829-7.07 2.122-2.122a2 2 0 0 1 2.828 0l4.243 4.243a2 2 0 0 1 0 2.828l-2.122 2.122a3.985 3.985 0 0 1-2.578 1.164l-9.443 9.442a3 3 0 0 1-4.242 0l-1.414-1.414a3 3 0 0 1 0-4.242l9.442-9.443a3.985 3.985 0 0 1 1.164-2.578zm-2.121 9.192a1 1 0 0 1 0-1.414l1.414-1.414a1 1 0 1 1 1.414 1.414l-1.414 1.414a1 1 0 0 1-1.414 0z\"/></svg></li><li title=\"flashlight on f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-1 -1 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m7.2 10.81 3.99 3.99-6.65 6.65a1.88 1.88 0 0 1-2.66 0L.55 20.12a1.88 1.88 0 0 1 0-2.66l6.65-6.65zm.85-1.809a2.82 2.82 0 0 1 .654-1.024l3.151-3.15a.94.94 0 0 1 1.33 0l3.99 3.99a.94.94 0 0 1 0 1.33l-3.123 3.121a2.82 2.82 0 0 1-1.066.669L8.05 9.001zm8.714-1.925a.868.868 0 0 1 0-1.227l2.098-2.097a.868.868 0 0 1 1.227 1.227l-2.097 2.097a.868.868 0 0 1-1.228 0zm1.573 1.394a.868.868 0 0 1 .614-1.063l1.956-.524a.868.868 0 0 1 .45 1.677l-1.957.524a.868.868 0 0 1-1.063-.614zm-3.414-3.235a.868.868 0 0 1 0-1.227L17.02 1.91a.868.868 0 0 1 1.228 1.227L16.15 5.235a.868.868 0 0 1-1.228 0zM13.53 3.663a.868.868 0 0 1-.614-1.063L13.44.644a.868.868 0 0 1 1.677.449l-.524 1.956a.868.868 0 0 1-1.063.614z\"/></svg></li><li title=\"flashlight on \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m13.24 13.12.381.02a.992.992 0 0 0 .764-.29l2.121-2.122-3.535-3.536-2.122 2.122a.992.992 0 0 0-.291.763l.021.38 2.662 2.662zm-1.684 1.143-2.121-2.12-7.071 7.07a1 1 0 0 0 0 1.414l.707.708a1 1 0 0 0 1.414 0l7.071-7.072zM9.435 7.9l2.121-2.12a2 2 0 0 1 2.829 0l3.535 3.535a2 2 0 0 1 0 2.828l-2.12 2.12a2.993 2.993 0 0 1-2.288.875L5.9 22.748a3 3 0 0 1-4.242 0l-.707-.706a3 3 0 0 1 0-4.243l7.611-7.611a2.993 2.993 0 0 1 .874-2.289zm8.485 0a1 1 0 0 1 0-1.414l2.122-2.121a1 1 0 1 1 1.414 1.414L19.335 7.9a1 1 0 0 1-1.415 0zm1.863 1.674a1 1 0 0 1 .707-1.225l1.932-.518a1 1 0 1 1 .517 1.932l-1.931.518a1 1 0 0 1-1.225-.707zm-3.984-3.795a1 1 0 0 1 0-1.414l2.121-2.121a1 1 0 0 1 1.415 1.414l-2.122 2.121a1 1 0 0 1-1.414 0zm-1.673-1.862a1 1 0 0 1-.707-1.225L13.936.76a1 1 0 1 1 1.932.518l-.517 1.932a1 1 0 0 1-1.225.707z\"/></svg></li><li title=\"flask \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-5 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M6 2v5.938l-1.142.542a5 5 0 1 0 4.284 0L8 7.938V2H6zM4 6.674V0h6v6.674a7 7 0 1 1-6 0zM3.535 11h6.93a4 4 0 1 1-6.93 0zM4 0h6a1 1 0 0 1 0 2H4a1 1 0 1 1 0-2z\"/></svg></li><li title=\"flickr circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -1.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><circle cx=\"7.364\" cy=\"10.379\" r=\"2.364\"/><circle cx=\"12.628\" cy=\"10.379\" r=\"2.364\"/><path d=\"M10 18.494a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2c-5.523 0-10-4.478-10-10 0-5.523 4.477-10 10-10s10 4.477 10 10c0 5.522-4.477 10-10 10z\"/></svg></li><li title=\"flickr square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><circle cx=\"7.364\" cy=\"10.379\" r=\"2.364\"/><circle cx=\"12.628\" cy=\"10.379\" r=\"2.364\"/><path d=\"M4 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm0-2h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/></svg></li><li title=\"flickr \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -7 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><circle cx=\"4.727\" cy=\"4.757\" r=\"4.727\"/><circle cx=\"15.255\" cy=\"4.757\" r=\"4.727\"/></svg></li><li title=\"flower \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -1.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M7.094 11.59a5.91 5.91 0 0 1 .346-.466 3.484 3.484 0 0 1-.406-1.637A3.501 3.501 0 0 1 7.01 4.54a3.5 3.5 0 0 1 3.473-3.472A3.49 3.49 0 0 1 13 0c.943 0 1.799.373 2.428.98a3.504 3.504 0 0 1 3.521 3.5A3.572 3.572 0 0 1 20 7c0 .95-.379 1.813-.994 2.443V9.5A3.5 3.5 0 0 1 15.45 13c-.631.618-1.496 1-2.45 1-.96 0-1.83-.387-2.463-1.013a3.49 3.49 0 0 1-1.68-.428 3.775 3.775 0 0 0 .127 4.623l1.79 2.184a1 1 0 1 1-1.547 1.268l-1.79-2.184a5.765 5.765 0 0 1-.964-1.692 3.213 3.213 0 0 1-3.404-.177c-.968-.679-1.795-2.861-2.48-6.547 3.142.177 5.197.605 6.166 1.283.12.085.234.176.34.274zm4.265-.604.586.58c.28.277.653.434 1.055.434.4 0 .77-.154 1.05-.429l.596-.584.835.013c.854 0 1.525-.671 1.525-1.5l-.013-.857.581-.596C17.847 7.767 18 7.398 18 7c0-.41-.163-.79-.45-1.072l-.606-.593.005-.847c0-.837-.671-1.509-1.5-1.509l-.823.005-.585-.564A1.488 1.488 0 0 0 13 2a1.49 1.49 0 0 0-1.079.458l-.583.603-.84.007A1.5 1.5 0 0 0 9.01 4.556l-.006.812-.571.578C8.156 6.226 8 6.598 8 7c0 .407.16.783.443 1.065l.592.587v.834a1.5 1.5 0 0 0 1.5 1.5h.824zM13 9a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm-8.783 5.942a1.213 1.213 0 0 0 1.39-1.986c-.358-.251-1.198-.491-2.47-.674.42 1.566.826 2.483 1.08 2.66z\"/></svg></li><li title=\"folder f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -4 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10.83 2H17a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3h5c1.306 0 2.417.835 2.83 2z\"/></svg></li><li title=\"folder open f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -4 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M0 5V3a3 3 0 0 1 3-3h5c1.306 0 2.417.835 2.83 2H17a3 3 0 0 1 3 3H0zm0 2h20v6a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V7z\"/></svg></li><li title=\"folder open \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -4 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M18 5a1 1 0 0 0-1-1H9.415l-.471-1.334A1.001 1.001 0 0 0 8 2H3a1 1 0 0 0-1 1v2h16zm0 2H2v6a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V7zm-7.17-5H17a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3h5c1.306 0 2.417.835 2.83 2z\"/></svg></li><li title=\"folder zip f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -4 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10.83 2H17a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3h5c1.306 0 2.417.835 2.83 2zM14 6v2h2V6h-2zm-2-2v2h2V4h-2zm0 4v2h2V8h-2zm2 2v2h2v-2h-2zm-2 2v2h2v-2h-2z\"/></svg></li><li title=\"folder zip \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -4 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10.83 2H17a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3h5c1.306 0 2.417.835 2.83 2zM17 4H9.415l-.471-1.334A1.001 1.001 0 0 0 8 2H3a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1zm-3 2h2v2h-2V6zm-2-2h2v2h-2V4zm0 4h2v2h-2V8zm2 2h2v2h-2v-2zm-2 2h2v2h-2v-2z\"/></svg></li><li title=\"folder \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -4 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M17 4H9.415l-.471-1.334A1.001 1.001 0 0 0 8 2H3a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1zm-6.17-2H17a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3h5c1.306 0 2.417.835 2.83 2z\"/></svg></li><li title=\"football \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-6 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M2.835 14h6.33A10.33 10.33 0 0 0 10 10c0-1.37-.302-2.741-.835-4h-6.33A10.33 10.33 0 0 0 2 10c0 1.37.302 2.741.835 4zm1.106 2c.484.688 1.01 1.254 1.499 1.63.343.265.58.37.56.37-.02 0 .217-.105.56-.37.489-.376 1.015-.942 1.499-1.63H3.94zM7 11h1a1 1 0 0 1 0 2H4a1 1 0 0 1 0-2h1V9H4a1 1 0 1 1 0-2h4a1 1 0 1 1 0 2H7v2zM3.941 4H8.06c-.484-.688-1.01-1.254-1.499-1.63C6.217 2.105 5.98 2 6 2c.02 0-.217.105-.56.37-.489.376-1.015.942-1.499 1.63zM6 20c-2 0-6-4.477-6-10S4 0 6 0s6 4.477 6 10-4 10-6 10z\"/></svg></li><li title=\"fork f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4 -1.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M9.033 15.04A3.001 3.001 0 1 1 7 15.03v-1.047c0-.074.003-.148.008-.221a1 1 0 0 0-.462-.638L3.46 11.277A3 3 0 0 1 2 8.703V6.687a3.001 3.001 0 1 1 2 0v2.016a1 1 0 0 0 .487.858l3.086 1.846a3 3 0 0 1 .443.324 3 3 0 0 1 .444-.324l3.086-1.846a1 1 0 0 0 .487-.858V6.699A3.001 3.001 0 0 1 13 .858a3 3 0 0 1 1.033 5.817v2.028a3 3 0 0 1-1.46 2.574l-3.086 1.846a1 1 0 0 0-.462.638c.005.073.008.147.008.22v1.06z\"/></svg></li><li title=\"fork \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M8 18a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm1.033-3.817A3.001 3.001 0 1 1 7 14.17v-1.047c0-.074.003-.148.008-.221a1 1 0 0 0-.462-.637L3.46 10.42A3 3 0 0 1 2 7.845V5.829a3.001 3.001 0 1 1 2 0v2.016a1 1 0 0 0 .487.858l3.086 1.846a3 3 0 0 1 .443.324 3 3 0 0 1 .444-.324l3.086-1.846a1 1 0 0 0 .487-.858V5.841A3.001 3.001 0 0 1 13 0a3 3 0 0 1 1.033 5.817v2.028a3 3 0 0 1-1.46 2.575l-3.086 1.846a1 1 0 0 0-.462.637c.005.073.008.147.008.22v1.06zM3 4a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm10 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2z\"/></svg></li><li title=\"forward circle f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M9.027 13.246c.046.293.15.573.307.822.607.965 1.832 1.222 2.737.576l4.055-2.898c.213-.153.397-.348.54-.575.606-.965.365-2.27-.54-2.917L12.07 5.356A1.887 1.887 0 0 0 10.972 5c-.978 0-1.79.759-1.945 1.754L7.07 5.356A1.887 1.887 0 0 0 5.972 5C4.883 5 4 5.941 4 7.102v5.796c0 .417.116.824.334 1.17.607.965 1.832 1.222 2.737.576l1.956-1.398zM10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zm.972-12.898v5.796L15.027 10l-4.055-2.898zm-5 0v5.796l3.02-2.159.004-1.476-3.024-2.161z\"/></svg></li><li title=\"forward circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm-.973-4.754-1.956 1.398c-.905.646-2.13.389-2.737-.576A2.201 2.201 0 0 1 4 12.898V7.102C4 5.942 4.883 5 5.972 5c.391 0 .774.124 1.099.356l1.956 1.398C9.182 5.76 9.994 5 10.972 5c.391 0 .774.124 1.099.356l4.055 2.898c.905.647 1.146 1.952.54 2.917a2.042 2.042 0 0 1-.54.575l-4.055 2.898c-.905.646-2.13.389-2.737-.576a2.183 2.183 0 0 1-.307-.822zm1.945-6.144v5.796L15.027 10l-4.055-2.898zm-5 0v5.796l3.02-2.159.004-1.476-3.024-2.161z\"/></svg></li><li title=\"forward square f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M9.027 13.246c.046.293.15.573.307.822.607.965 1.832 1.222 2.737.576l4.055-2.898c.213-.153.397-.348.54-.575.606-.965.365-2.27-.54-2.917L12.07 5.356A1.887 1.887 0 0 0 10.972 5c-.978 0-1.79.759-1.945 1.754L7.07 5.356A1.887 1.887 0 0 0 5.972 5C4.883 5 4 5.941 4 7.102v5.796c0 .417.116.824.334 1.17.607.965 1.832 1.222 2.737.576l1.956-1.398zM4 0h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4zm6.972 7.102L15.027 10l-4.055 2.898V7.102zm-5 0 3.024 2.161-.003 1.476-3.02 2.159V7.102z\"/></svg></li><li title=\"forward square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M4 0h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4zm0 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm5.027 11.246-1.956 1.398c-.905.646-2.13.389-2.737-.576A2.201 2.201 0 0 1 4 12.898V7.102C4 5.942 4.883 5 5.972 5c.391 0 .774.124 1.099.356l1.956 1.398C9.182 5.76 9.994 5 10.972 5c.391 0 .774.124 1.099.356l4.055 2.898c.905.647 1.146 1.952.54 2.917a2.042 2.042 0 0 1-.54.575l-4.055 2.898c-.905.646-2.13.389-2.737-.576a2.183 2.183 0 0 1-.307-.822zm1.945-6.144v5.796L15.027 10l-4.055-2.898zm-5 0v5.796l3.02-2.159.004-1.476-3.024-2.161z\"/></svg></li><li title=\"forward \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -3 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M13.49 17.31a1.966 1.966 0 0 1-2.814.182A2.052 2.052 0 0 1 10 15.966V2.034C10 .911 10.893 0 11.994 0c.573 0 1.118.251 1.496.69l6.012 6.966c.664.768.664 1.92 0 2.688L13.49 17.31zM11.994 2.034v13.932L18.006 9l-6.012-6.966zM3.49 17.31a1.966 1.966 0 0 1-2.814.182A2.052 2.052 0 0 1 0 15.966V2.034C0 .911.893 0 1.994 0c.573 0 1.118.251 1.496.69l6.012 6.966c.664.768.664 1.92 0 2.688L3.49 17.31zM1.994 2.034v13.932L8.006 9 1.994 2.034z\"/></svg></li><li title=\"foursquare \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-5 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M13.467.771A2.127 2.127 0 0 0 11.833 0H2.159C.974 0 .01.987.01 2.2v16.786c0 .418.253.792.635.94a.962.962 0 0 0 1.084-.273l5.189-5.985h3.481c1.064 0 1.957-.78 2.123-1.855l1.435-9.27a2.233 2.233 0 0 0-.489-1.772zm-2.403 4.844H6.465c-.55 0-1.015.461-1.005 1.025.01.547.446.987.983.987h4.16a.5.5 0 0 1 .485.582l-.465 3.024a.496.496 0 0 1-.487.425l-3.662-.002a.974.974 0 0 0-.735.339l-3.763 4.34V2.2c0-.104.082-.188.183-.188h9.272a.5.5 0 0 1 .488.577l-.368 2.594a.496.496 0 0 1-.487.432z\"/></svg></li><li title=\"gamepad f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 -4 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M7 5V4a1 1 0 1 0-2 0v1H4a1 1 0 1 0 0 2h1v1a1 1 0 1 0 2 0V7h1a1 1 0 1 0 0-2H7zm2.318-4h5.364A6 6 0 0 1 24 6c0 3.314-2.686 10-6 10-1.976 0-3.729-2.378-4.822-5h-2.356C9.73 13.622 7.976 16 6 16 2.686 16 0 9.314 0 6a6 6 0 0 1 9.318-5zM18 5a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm-2 2a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm4 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm-2 2a1 1 0 1 0 0-2 1 1 0 0 0 0 2z\"/></svg></li><li title=\"gamepad retro f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 -6 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M7 5V4a1 1 0 1 0-2 0v1H4a1 1 0 1 0 0 2h1v1a1 1 0 1 0 2 0V7h1a1 1 0 1 0 0-2H7zM6 0h12a6 6 0 1 1-4.472 10h-3.056A6 6 0 1 1 6 0zm12 5a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm-2 2a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm4 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm-2 2a1 1 0 1 0 0-2 1 1 0 0 0 0 2z\"/></svg></li><li title=\"gamepad retro \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 -6 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M7 5h1a1 1 0 1 1 0 2H7v1a1 1 0 1 1-2 0V7H4a1 1 0 1 1 0-2h1V4a1 1 0 1 1 2 0v1zM6 0h12a6 6 0 1 1-4.472 10h-3.056A6 6 0 1 1 6 0zm0 2a4 4 0 1 0 2.982 6.666L9.578 8h4.844l.596.666A4 4 0 1 0 18 2H6zm12 3a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm-2 2a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm4 0a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm-2 2a1 1 0 1 1 0-2 1 1 0 0 1 0 2z\"/></svg></li><li title=\"gamepad \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 -4 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M7 5h1a1 1 0 1 1 0 2H7v1a1 1 0 1 1-2 0V7H4a1 1 0 1 1 0-2h1V4a1 1 0 1 1 2 0v1zm2.318-4h5.364A6 6 0 0 1 24 6c0 3.314-2.686 10-6 10-1.976 0-3.729-2.378-4.822-5h-2.356C9.73 13.622 7.976 16 6 16 2.686 16 0 9.314 0 6a6 6 0 0 1 9.318-5zm5.968 2H8.714l-.504-.335A4 4 0 0 0 2 6c0 3.117 2.542 8 4 8 .722 0 2.004-1.438 2.976-3.77L9.49 9h5.022l.513 1.23C15.996 12.562 17.278 14 18 14c1.458 0 4-4.883 4-8a4 4 0 0 0-6.21-3.335L15.286 3zM18 5a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm-2 2a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm4 0a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm-2 2a1 1 0 1 1 0-2 1 1 0 0 1 0 2z\"/></svg></li><li title=\"gamma \"><svg width=\"14\" height=\"14\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\"><path d=\"M12 0a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h10Zm0 2H2v10h10V2Zm-1 1v3H9V5H6v6H4V5H3V3h8Z\"/></svg></li><li title=\"ghost f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M8 0a8 8 0 0 1 8 8v12l-4.919-1-3.08 1-2.992-1L0 20V8a8 8 0 0 1 8-8zM5.5 10a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm5 0a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z\"/></svg></li><li title=\"ghost org circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z\"/><path d=\"M5.024 12.655h3.92v1.887h-3.92zm5.881 0h3.918v1.887h-3.918zM5.021 8.881h9.802v1.887H5.021zm.003-3.774h5.881v1.887H5.024zm7.841 0h1.96v1.887h-1.96z\"/></svg></li><li title=\"ghost org square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M5.024 12.655h3.92v1.887h-3.92zm5.881 0h3.918v1.887h-3.918zM5.021 8.881h9.802v1.887H5.021zm.003-3.774h5.881v1.887H5.024zm7.841 0h1.96v1.887h-1.96z\"/><path d=\"M4 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm0-2h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/></svg></li><li title=\"ghost org \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M.049 15.31H7.89v3.774H.049zm11.76 0h7.836v3.774h-7.836zM.043 7.762h19.604v3.774H.043zM.049.214h11.762v3.774H.049zm15.681 0h3.92v3.774h-3.92z\"/></svg></li><li title=\"ghost \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M8 0a8 8 0 0 1 8 8v12l-4.919-1-3.08 1-2.992-1L0 20V8a8 8 0 0 1 8-8zm6 8A6 6 0 0 0 2 8v9.561l3.138-.626 2.871.96 2.955-.96 3.036.618V8zm-8.5 2a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm5 0a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\"/></svg></li><li title=\"gift f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M9 20v-8h6v6a2 2 0 0 1-2 2H9zM7 6v4H1a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h.535A4 4 0 0 1 8 1.354 4 4 0 0 1 14.465 6H15a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H9V6H7zm0 14H3a2 2 0 0 1-2-2v-6h6v8zM7 6V4a2 2 0 1 0-2 2h2zm2 0h2a2 2 0 1 0-2-2v2z\"/></svg></li><li title=\"gift \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M3 12v6h10v-6H3zm11.437-5.952A2 2 0 0 1 16 8v2a2 2 0 0 1-1.017 1.742c.011.084.017.17.017.258v6a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-6c0-.087.006-.174.017-.258A2 2 0 0 1 0 10V8a2 2 0 0 1 1.563-1.952A4 4 0 0 1 8 1.354a4 4 0 0 1 6.437 4.694zM14 8H2v2h12V8zM7 4a2 2 0 1 0-2 2h2V4zm2 2h2a2 2 0 1 0-2-2v2zM7 7h2v12H7V7z\"/></svg></li><li title=\"github circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M8.18 15.008c.12 0 .211-.004.271-.012a.317.317 0 0 0 .18-.107c.06-.063.09-.154.09-.274l-.004-.557c-.003-.355-.004-.637-.004-.844l-.188.033a2.41 2.41 0 0 1-.455.028 3.498 3.498 0 0 1-.57-.057 1.276 1.276 0 0 1-.548-.246 1.04 1.04 0 0 1-.36-.503l-.082-.189a2.046 2.046 0 0 0-.258-.417.989.989 0 0 0-.357-.312l-.057-.04a.602.602 0 0 1-.106-.1.455.455 0 0 1-.074-.114c-.016-.038-.003-.07.04-.094a.533.533 0 0 1 .238-.037l.164.025c.11.021.245.087.406.196.16.11.293.251.397.426.126.224.277.395.455.512a.964.964 0 0 0 .536.176c.18 0 .336-.013.467-.04a1.63 1.63 0 0 0 .369-.124c.049-.365.182-.647.4-.843a5.61 5.61 0 0 1-.839-.148 3.346 3.346 0 0 1-.77-.32 2.204 2.204 0 0 1-.66-.548c-.174-.219-.317-.505-.43-.86a4.09 4.09 0 0 1-.167-1.229c0-.66.216-1.223.647-1.687-.202-.497-.183-1.054.057-1.671.159-.05.394-.013.705.11.311.123.54.228.684.316.145.087.26.16.348.22a5.814 5.814 0 0 1 1.573-.212c.54 0 1.065.07 1.573.213l.31-.197c.214-.13.465-.251.754-.36.29-.11.511-.14.664-.09.246.617.268 1.174.065 1.67.432.465.648 1.027.648 1.688 0 .464-.056.875-.168 1.233-.112.358-.257.644-.434.86a2.29 2.29 0 0 1-.664.545 3.342 3.342 0 0 1-.77.32 5.605 5.605 0 0 1-.84.147c.284.245.426.633.426 1.163v1.957c0 .093.014.168.041.226a.226.226 0 0 0 .131.119c.06.021.114.035.16.04.047.006.113.009.2.009H8.181z\"/><path d=\"M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z\"/></svg></li><li title=\"github square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M8.18 15.008c.12 0 .211-.004.271-.012a.317.317 0 0 0 .18-.107c.06-.063.09-.154.09-.274l-.004-.557c-.003-.355-.004-.637-.004-.844l-.188.033a2.41 2.41 0 0 1-.455.028 3.498 3.498 0 0 1-.57-.057 1.276 1.276 0 0 1-.548-.246 1.04 1.04 0 0 1-.36-.503l-.082-.189a2.046 2.046 0 0 0-.258-.417.989.989 0 0 0-.357-.312l-.057-.04a.602.602 0 0 1-.106-.1.455.455 0 0 1-.074-.114c-.016-.038-.003-.07.04-.094a.533.533 0 0 1 .238-.037l.164.025c.11.021.245.087.406.196.16.11.293.251.397.426.126.224.277.395.455.512a.964.964 0 0 0 .536.176c.18 0 .336-.013.467-.04a1.63 1.63 0 0 0 .369-.124c.049-.365.182-.647.4-.843a5.61 5.61 0 0 1-.839-.148 3.346 3.346 0 0 1-.77-.32 2.204 2.204 0 0 1-.66-.548c-.174-.219-.317-.505-.43-.86a4.09 4.09 0 0 1-.167-1.229c0-.66.216-1.223.647-1.687-.202-.497-.183-1.054.057-1.671.159-.05.394-.013.705.11.311.123.54.228.684.316.145.087.26.16.348.22a5.814 5.814 0 0 1 1.573-.212c.54 0 1.065.07 1.573.213l.31-.197c.214-.13.465-.251.754-.36.29-.11.511-.14.664-.09.246.617.268 1.174.065 1.67.432.465.648 1.027.648 1.688 0 .464-.056.875-.168 1.233-.112.358-.257.644-.434.86a2.29 2.29 0 0 1-.664.545 3.342 3.342 0 0 1-.77.32 5.605 5.605 0 0 1-.84.147c.284.245.426.633.426 1.163v1.957c0 .093.014.168.041.226a.226.226 0 0 0 .131.119c.06.021.114.035.16.04.047.006.113.009.2.009H8.181z\"/><path d=\"M4 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm0-2h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/></svg></li><li title=\"github \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M18.88 1.099C18.147.366 17.265 0 16.233 0H3.746C2.714 0 1.832.366 1.099 1.099.366 1.832 0 2.714 0 3.746v12.487c0 1.032.366 1.914 1.099 2.647.733.733 1.615 1.099 2.647 1.099H6.66c.19 0 .333-.007.429-.02a.504.504 0 0 0 .286-.169c.095-.1.143-.245.143-.435l-.007-.885c-.004-.564-.006-1.01-.006-1.34l-.3.052c-.19.035-.43.05-.721.046a5.555 5.555 0 0 1-.904-.091 2.026 2.026 0 0 1-.872-.39 1.651 1.651 0 0 1-.572-.8l-.13-.3a3.25 3.25 0 0 0-.41-.663c-.186-.243-.375-.407-.566-.494l-.09-.065a.956.956 0 0 1-.17-.156.723.723 0 0 1-.117-.182c-.026-.061-.004-.111.065-.15.07-.04.195-.059.378-.059l.26.04c.173.034.388.138.643.311a2.1 2.1 0 0 1 .631.677c.2.355.44.626.722.813.282.186.566.28.852.28.286 0 .533-.022.742-.065a2.59 2.59 0 0 0 .585-.196c.078-.58.29-1.028.637-1.34a8.907 8.907 0 0 1-1.333-.234 5.314 5.314 0 0 1-1.223-.507 3.5 3.5 0 0 1-1.047-.872c-.277-.347-.505-.802-.683-1.365-.177-.564-.266-1.215-.266-1.952 0-1.049.342-1.942 1.027-2.68-.32-.788-.29-1.673.091-2.652.252-.079.625-.02 1.119.175.494.195.856.362 1.086.5.23.14.414.257.553.352a9.233 9.233 0 0 1 2.497-.338c.859 0 1.691.113 2.498.338l.494-.312a6.997 6.997 0 0 1 1.197-.572c.46-.174.81-.221 1.054-.143.39.98.424 1.864.103 2.653.685.737 1.028 1.63 1.028 2.68 0 .737-.089 1.39-.267 1.957-.177.568-.407 1.023-.689 1.366a3.65 3.65 0 0 1-1.053.865c-.42.234-.828.403-1.223.507a8.9 8.9 0 0 1-1.333.235c.45.39.676 1.005.676 1.846v3.11c0 .147.021.266.065.357a.36.36 0 0 0 .208.189c.096.034.18.056.254.064.074.01.18.013.318.013h2.914c1.032 0 1.914-.366 2.647-1.099.732-.732 1.099-1.615 1.099-2.647V3.746c0-1.032-.367-1.914-1.1-2.647z\"/></svg></li><li title=\"gitlab circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z\"/><path d=\"M10 14.616 8.159 8.95h3.682L10 14.616zm0 0L5.578 8.95h2.58L10 14.616zM5.578 8.95 10 14.616l-4.843-3.518a.381.381 0 0 1-.138-.427l.56-1.722zm0 0 1.11-3.413a.19.19 0 0 1 .362 0L8.159 8.95h-2.58zM10 14.616l1.841-5.667h2.58L10 14.616zm4.422-5.667.56 1.722a.381.381 0 0 1-.14.427L10 14.616l4.422-5.667zm0 0h-2.58l1.108-3.413a.19.19 0 0 1 .363 0l1.109 3.413z\"/></svg></li><li title=\"gitlab square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 14.616 8.159 8.95h3.682L10 14.616zm0 0L5.578 8.95h2.58L10 14.616zM5.578 8.95 10 14.616l-4.843-3.518a.381.381 0 0 1-.138-.427l.56-1.722zm0 0 1.11-3.413a.19.19 0 0 1 .362 0L8.159 8.95h-2.58zM10 14.616l1.841-5.667h2.58L10 14.616zm4.422-5.667.56 1.722a.381.381 0 0 1-.14.427L10 14.616l4.422-5.667zm0 0h-2.58l1.108-3.413a.19.19 0 0 1 .363 0l1.109 3.413z\"/><path d=\"M4 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm0-2h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/></svg></li><li title=\"gitlab \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10.006 18.443 6.326 7.118h7.36l-3.68 11.325zm0 0L1.168 7.118h5.158l3.68 11.325zM1.168 7.118l8.838 11.325-9.68-7.032a.762.762 0 0 1-.276-.852l1.118-3.441zm0 0L3.385.296a.38.38 0 0 1 .724 0l2.217 6.822H1.168zm8.838 11.325 3.68-11.325h5.157l-8.837 11.325zm8.837-11.325 1.119 3.441a.762.762 0 0 1-.277.852l-9.68 7.032 8.838-11.325zm0 0h-5.157L15.902.296a.38.38 0 0 1 .725 0l2.216 6.822z\"/></svg></li><li title=\"glass empty \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-5 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M2 5a5 5 0 1 0 9-3H3c-.643.854-1 1.897-1 3zm4 13v-6.07A7.002 7.002 0 0 1 2.101 0h9.798A7.002 7.002 0 0 1 8 11.93V18h2a1 1 0 0 1 0 2H4a1 1 0 0 1 0-2h2z\"/></svg></li><li title=\"glass filled f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-5 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M6 18v-6.07A7.002 7.002 0 0 1 2.101 0h9.798A7.002 7.002 0 0 1 8 11.93V18h2a1 1 0 0 1 0 2H4a1 1 0 0 1 0-2h2zM2 5h10c-.238-1.43-.571-2.43-1-3H3c-.429.57-.762 1.57-1 3z\"/></svg></li><li title=\"glass filled \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-5 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M2.1 4h9.8a4.963 4.963 0 0 0-.9-2H3a4.963 4.963 0 0 0-.9 2zm9.8 2H2.1a5.002 5.002 0 0 0 9.8 0zM6 18v-6.07A7.002 7.002 0 0 1 2.101 0h9.798A7.002 7.002 0 0 1 8 11.93V18h2a1 1 0 0 1 0 2H4a1 1 0 0 1 0-2h2z\"/></svg></li><li title=\"glue f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-7 -1 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M8 9H2V7.393a1 1 0 0 1 1-1h1v-5a1 1 0 1 1 2 0v5h1a1 1 0 0 1 1 1V9zm.809 1A2.995 2.995 0 0 1 10 12.393v7a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-7c0-.977.467-1.845 1.191-2.393h7.618z\"/></svg></li><li title=\"glue \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-7 -1.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M3 11a1 1 0 0 0-1 1v7h6v-7a1 1 0 0 0-1-1H3zm1-5V1a1 1 0 1 1 2 0v5h1a1 1 0 0 1 1 1v2.17c1.165.413 2 1.524 2 2.83v7a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-7c0-1.306.835-2.417 2-2.83V7a1 1 0 0 1 1-1h1zm0 2v1h2V8H4z\"/></svg></li><li title=\"google circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M7.188 9.034a2.972 2.972 0 0 0 .028 2.01 2.973 2.973 0 0 0 4.285 1.522 2.98 2.98 0 0 0 1.283-1.522H10.11V9.066h4.803a5.005 5.005 0 0 1-1.783 4.833A5 5 0 1 1 10 5a4.982 4.982 0 0 1 3.191 1.152l-1.62 1.326a2.974 2.974 0 0 0-4.384 1.557h.001z\"/><path d=\"M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z\"/></svg></li><li title=\"google play circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z\"/><path d=\"m14.335 9.61-1.817-1.05-1.495 1.446 1.366 1.322 1.946-1.124a.34.34 0 0 0 .172-.297.34.34 0 0 0-.172-.298zM12.21 8.38l-2-1.155-4.384-2.25 4.95 4.793zM5.9 14.966l4.317-2.382 1.864-1.077-1.304-1.263zM5.534 5.17l-.005 9.677 5.002-4.841z\"/></svg></li><li title=\"google play square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m14.335 9.61-1.817-1.05-1.495 1.446 1.366 1.322 1.946-1.124a.34.34 0 0 0 .172-.297.34.34 0 0 0-.172-.298zM12.21 8.38l-2-1.155-4.384-2.25 4.95 4.793zM5.9 14.966l4.317-2.382 1.864-1.077-1.304-1.263zM5.534 5.17l-.005 9.677 5.002-4.841z\"/><path d=\"M4 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm0-2h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/></svg></li><li title=\"google play \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-3 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m17.625 9.267-3.635-2.1L11 10.061l2.733 2.644 3.892-2.25a.68.68 0 0 0 .342-.593.68.68 0 0 0-.342-.595zM13.373 6.81l-4-2.312L.607 0l9.901 9.584zM.752 19.98l8.636-4.763 3.728-2.155-2.608-2.524zM.022.388l-.01 19.355 10.003-9.682z\"/></svg></li><li title=\"google plus circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z\"/><path d=\"M13.75 9.5V8.25h-.625V9.5h-1.25v.625h1.25v1.25h.625v-1.25H15V9.5zm-5.625 0v1.25h1.768A1.879 1.879 0 0 1 8.125 12a1.877 1.877 0 0 1-1.875-1.875c0-1.034.841-1.875 1.875-1.875.448 0 .88.16 1.214.453l.822-.943A3.097 3.097 0 0 0 8.125 7 3.129 3.129 0 0 0 5 10.125a3.129 3.129 0 0 0 3.125 3.125 3.129 3.129 0 0 0 3.125-3.125V9.5H8.125z\"/></svg></li><li title=\"google plus square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M13.75 9.5V8.25h-.625V9.5h-1.25v.625h1.25v1.25h.625v-1.25H15V9.5zm-5.625 0v1.25h1.768A1.879 1.879 0 0 1 8.125 12a1.877 1.877 0 0 1-1.875-1.875c0-1.034.841-1.875 1.875-1.875.448 0 .88.16 1.214.453l.822-.943A3.097 3.097 0 0 0 8.125 7 3.129 3.129 0 0 0 5 10.125a3.129 3.129 0 0 0 3.125 3.125 3.129 3.129 0 0 0 3.125-3.125V9.5H8.125z\"/><path d=\"M4 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm0-2h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/></svg></li><li title=\"google plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -5.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M17.5 5V2.5h-1.25V5h-2.5v1.25h2.5v2.5h1.25v-2.5H20V5zM6.25 5v2.5h3.536A3.757 3.757 0 0 1 6.25 10 3.755 3.755 0 0 1 2.5 6.25 3.755 3.755 0 0 1 6.25 2.5c.896 0 1.759.321 2.429.905L10.32 1.52A6.194 6.194 0 0 0 6.25 0 6.257 6.257 0 0 0 0 6.25a6.257 6.257 0 0 0 6.25 6.25 6.257 6.257 0 0 0 6.25-6.25V5H6.25z\"/></svg></li><li title=\"google square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M7.188 9.034a2.972 2.972 0 0 0 .028 2.01 2.973 2.973 0 0 0 4.285 1.522 2.98 2.98 0 0 0 1.283-1.522H10.11V9.066h4.803a5.005 5.005 0 0 1-1.783 4.833A5 5 0 1 1 10 5a4.982 4.982 0 0 1 3.191 1.152l-1.62 1.326a2.974 2.974 0 0 0-4.384 1.557h.001z\"/><path d=\"M4 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm0-2h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/></svg></li><li title=\"google \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M4.376 8.068A5.944 5.944 0 0 0 4.056 10c0 .734.132 1.437.376 2.086a5.946 5.946 0 0 0 8.57 3.045h.001a5.96 5.96 0 0 0 2.564-3.043H10.22V8.132h9.605a10.019 10.019 0 0 1-.044 3.956 9.998 9.998 0 0 1-3.52 5.71A9.958 9.958 0 0 1 10 20 9.998 9.998 0 0 1 1.118 5.401 9.998 9.998 0 0 1 10 0c2.426 0 4.651.864 6.383 2.302l-3.24 2.652a5.948 5.948 0 0 0-8.767 3.114z\"/></svg></li><li title=\"gps f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m18.919 2.635-5.953 16.08c-.376 1.016-1.459 1.538-2.418 1.165a1.851 1.851 0 0 1-1.045-1.054l-1.887-4.77a3.712 3.712 0 0 0-1.955-2.052l-4.542-1.981C.174 9.61-.256 8.465.157 7.465a1.97 1.97 0 0 1 1.067-1.079L16.54.136c.967-.395 2.04.101 2.395 1.109.157.446.151.94-.015 1.39z\"/></svg></li><li title=\"gps \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-1.5 -1 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M18.913 2.9 2.632 9.226l4.829 2.006a5.767 5.767 0 0 1 3.118 3.119l2.006 4.828L18.913 2.9zm1.847.682-6.328 16.281c-.4 1.03-1.551 1.557-2.571 1.18a1.923 1.923 0 0 1-1.11-1.067l-2.007-4.83a3.845 3.845 0 0 0-2.079-2.078l-4.828-2.006C.833 10.645.375 9.486.814 8.472A2.05 2.05 0 0 1 1.949 7.38L18.23 1.052a1.945 1.945 0 0 1 2.53 2.53z\"/></svg></li><li title=\"grid f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M2 0h4a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zm12 0h4a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zm0 12h4a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2zM2 12h4a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2z\"/></svg></li><li title=\"grid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M2 2v4h4V2H2zm0-2h4a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zm12 0h4a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zm0 2v4h4V2h-4zm0 10h4a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2zm0 2v4h4v-4h-4zM2 12h4a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2zm0 2v4h4v-4H2z\"/></svg></li><li title=\"hairdryer f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M6 10.286V1.714h3.2a6 6 0 0 1 8.686 8.27l1.925 5.286a3 3 0 1 1-5.638 2.052l-1.982-5.444a5.987 5.987 0 0 1-2.99-1.592H6zm-2 0H2a2 2 0 0 1-2-2V3.714a2 2 0 0 1 2-2h2v8.572zM12 5a1 1 0 0 0 0 2h3a1 1 0 0 0 0-2h-3z\"/></svg></li><li title=\"hairdryer \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M6 8.286h4.017l.584.571a3.987 3.987 0 0 0 1.991 1.062l1.096.224 2.364 6.495a1 1 0 1 0 1.88-.684l-2.333-6.407.793-.892A4 4 0 0 0 10.6 3.143l-.584.571H6v4.572zm-2 0V3.714H2v4.572h2zm5.2 2H2a2 2 0 0 1-2-2V3.714a2 2 0 0 1 2-2h7.2a6 6 0 0 1 8.686 8.27l1.925 5.286a3 3 0 1 1-5.638 2.052l-1.982-5.444a5.987 5.987 0 0 1-2.99-1.592zM12 5h3a1 1 0 0 1 0 2h-3a1 1 0 0 1 0-2z\"/></svg></li><li title=\"hammer f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-1.5 -1.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M2.288 5.703a1.5 1.5 0 0 1 .293-1.707L3.996 2.58a1.5 1.5 0 0 1 1.707-.293L7.178.814a2 2 0 0 1 2.828 0l2.829 2.828a2 2 0 0 1 0 2.829L6.47 12.835a2 2 0 0 1-2.829 0L.814 10.006a2 2 0 0 1 0-2.828l1.474-1.475zM9.3 12.835l3.536-3.536 3.535 3.536-3.535 3.535L9.3 12.835zm4.95 4.95 3.535-3.536 1.768 1.768a2.5 2.5 0 0 1-3.535 3.535l-1.768-1.768z\"/></svg></li><li title=\"hammer \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-1.5 -1.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m2.536 8.9 2.828 2.828 6.364-6.364-2.829-2.828-6.363 6.363zm12.727 5.656-4.95-4.95-.706.708 4.95 4.95.706-.708zm1.415 1.415-.707.707 1.767 1.767a.5.5 0 0 0 .707-.707l-1.767-1.767zM6.01 2.596 7.485 1.12a2 2 0 0 1 2.829 0l2.828 2.829a2 2 0 0 1 0 2.828l-1.414 1.414 8.132 8.132a2.5 2.5 0 1 1-3.536 3.536l-8.132-8.132-1.414 1.414a2 2 0 0 1-2.828 0l-2.83-2.827a2 2 0 0 1 0-2.829l1.475-1.474a1.5 1.5 0 0 1 .293-1.708L4.303 2.89a1.5 1.5 0 0 1 1.708-.293z\"/></svg></li><li title=\"hashtag \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-5 -5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M6 6v2h2V6H6zm0-2h2V1a1 1 0 1 1 2 0v3h3a1 1 0 0 1 0 2h-3v2h3a1 1 0 0 1 0 2h-3v3a1 1 0 0 1-2 0v-3H6v3a1 1 0 0 1-2 0v-3H1a1 1 0 1 1 0-2h3V6H1a1 1 0 1 1 0-2h3V1a1 1 0 1 1 2 0v3z\"/></svg></li><li title=\"header 1 \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-5 -7 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M2 4h4V1a1 1 0 1 1 2 0v8a1 1 0 1 1-2 0V6H2v3a1 1 0 1 1-2 0V1a1 1 0 1 1 2 0v3zm9.52.779H10V3h3.36v7h-1.84V4.779z\"/></svg></li><li title=\"header 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4.5 -7 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M2 4h4V1a1 1 0 1 1 2 0v8a1 1 0 1 1-2 0V6H2v3a1 1 0 1 1-2 0V1a1 1 0 1 1 2 0v3zm12.88 4.352V10H10V8.986l.1-.246 1.785-1.913c.43-.435.793-.77.923-1.011.124-.23.182-.427.182-.587 0-.14-.04-.242-.127-.327a.469.469 0 0 0-.351-.127.443.443 0 0 0-.355.158c-.105.117-.165.288-.173.525l-.012.338h-1.824l.016-.366c.034-.735.272-1.33.718-1.77.446-.44 1.02-.66 1.703-.66.424 0 .805.091 1.14.275a2.1 2.1 0 0 1 .806.8c.198.343.3.7.3 1.063 0 .416-.23.849-.456 1.307-.222.45-.534.876-1.064 1.555l-.116.123-.254.229h1.938z\"/></svg></li><li title=\"header 3 \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4.5 -6.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M2 4h4V1a1 1 0 1 1 2 0v8a1 1 0 1 1-2 0V6H2v3a1 1 0 1 1-2 0V1a1 1 0 1 1 2 0v3zm12.453 2.513.043.055c.254.334.38.728.38 1.172 0 .637-.239 1.187-.707 1.628-.466.439-1.06.658-1.763.658-.671 0-1.235-.209-1.671-.627-.436-.418-.673-.983-.713-1.676L10 7.353h1.803l.047.295c.038.238.112.397.215.49.1.091.23.137.402.137a.566.566 0 0 0 .422-.159.5.5 0 0 0 .158-.38c0-.163-.067-.295-.224-.419-.17-.134-.438-.21-.815-.215l-.345-.004v-1.17l.345-.004c.377-.004.646-.08.815-.215.157-.124.224-.255.224-.418a.5.5 0 0 0-.158-.381.566.566 0 0 0-.422-.159.568.568 0 0 0-.402.138c-.103.092-.177.251-.215.489l-.047.295H10l.022-.37c.04-.693.277-1.258.713-1.675.436-.419 1-.628 1.67-.628.704 0 1.298.22 1.764.658.468.441.708.991.708 1.629a1.892 1.892 0 0 1-.424 1.226z\"/></svg></li><li title=\"header 4 \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4.5 -7 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M2 4h4V1a1 1 0 1 1 2 0v8a1 1 0 1 1-2 0V6H2v3a1 1 0 1 1-2 0V1a1 1 0 1 1 2 0v3zm10.636 4.74H10V7.302l.06-.198 2.714-4.11h1.687v3.952h.538V8.74h-.538V10h-1.825V8.74zm.154-1.283V5.774l-1.1 1.683h1.1z\"/></svg></li><li title=\"header 5 \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4 -6.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M2 4h4V1a1 1 0 1 1 2 0v8a1 1 0 1 1-2 0V6H2v3a1 1 0 1 1-2 0V1a1 1 0 1 1 2 0v3zm8.003 4.317h2.68c.386 0 .699-.287.699-.642 0-.355-.313-.642-.698-.642H10.01l.002-.244L10 3h5.086v1.888h-3.144l.014.617h1.114c1.355 0 2.469.984 2.523 2.23.052 1.21-.972 2.231-2.288 2.28l-.095.001-3.21-.02V8.73l.003-.414z\"/></svg></li><li title=\"header 6 \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4.5 -7 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M2 4h4V1a1 1 0 1 1 2 0v8a1 1 0 1 1-2 0V6H2v3a1 1 0 1 1-2 0V1a1 1 0 1 1 2 0v3zm11.949 2.057c.43.44.651.999.651 1.64 0 .629-.228 1.18-.67 1.62-.442.437-.99.663-1.613.663a2.212 2.212 0 0 1-1.649-.693c-.43-.45-.652-.985-.652-1.58 0-.224.034-.449.1-.672.063-.211.664-1.627.837-1.966.251-.491.65-1.204 1.197-2.137l1.78.652-.917 1.88c.249.113.733.386.936.593zm-1.63.765a.85.85 0 0 0-.858.863.85.85 0 0 0 .252.613.865.865 0 0 0 1.48-.614.844.844 0 0 0-.25-.611.866.866 0 0 0-.623-.251z\"/></svg></li><li title=\"header \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-8 -7 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M2 4h4V1a1 1 0 1 1 2 0v8a1 1 0 1 1-2 0V6H2v3a1 1 0 1 1-2 0V1a1 1 0 1 1 2 0v3z\"/></svg></li><li title=\"headset f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M20 10.858v7a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h2a8 8 0 1 0-16 0h2a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-7c0-5.523 4.477-10 10-10s10 4.477 10 10z\"/></svg></li><li title=\"headset \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M2 16.09a1 1 0 1 1-2 0V10C0 4.477 4.477 0 10 0s10 4.477 10 10v3.086a1 1 0 1 1-2 0V10a8 8 0 1 0-16 0v6.09zM2 10h2a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2zm0 2v5h2v-5H2zm14-2h2a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2zm0 2v5h2v-5h-2z\"/></svg></li><li title=\"heart f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -4 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m9.293 1.55.707.708.707-.707a5 5 0 1 1 7.071 7.071l-7.07 7.071a1 1 0 0 1-1.415 0L2.222 8.622a5 5 0 1 1 7.07-7.071z\"/></svg></li><li title=\"heart \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -4 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M3.636 7.208 10 13.572l6.364-6.364a3 3 0 1 0-4.243-4.243L10 5.086l-2.121-2.12a3 3 0 0 0-4.243 4.242zM9.293 1.55l.707.707.707-.707a5 5 0 1 1 7.071 7.071l-7.07 7.071a1 1 0 0 1-1.415 0l-7.071-7.07a5 5 0 1 1 7.07-7.071z\"/></svg></li><li title=\"helmet f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M15 18h2a1 1 0 0 0 1-1v-2h-3v3zm-2-8a3 3 0 0 0-3 3h3v-3zm2 0v3h5v4a3 3 0 0 1-3 3h-4v-5h-3v5c-.447-.011-.78-.028-1-.05-5.053-.5-9-4.764-9-9.95C0 4.477 4.477 0 10 0c5.178 0 9.437 3.936 9.949 8.98.022.223.04.563.051 1.02h-5zm-9 0a2 2 0 1 0 0-4 2 2 0 0 0 0 4z\"/></svg></li><li title=\"helmet \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M15 18h2a1 1 0 0 0 1-1v-2h-3v3zm-2-8a3 3 0 0 0-3 3h3v-3zm2 0v3h5v4a3 3 0 0 1-3 3h-4v-5h-3v5c-.447-.011-.78-.028-1-.05-5.053-.5-9-4.764-9-9.95C0 4.477 4.477 0 10 0c5.178 0 9.437 3.936 9.949 8.98.022.223.04.563.051 1.02h-5zm-7 3a5 5 0 0 1 5-5h4.749A8.006 8.006 0 0 0 10 2a8 8 0 0 0-8 8 8.006 8.006 0 0 0 6 7.749V13zm-2-3a2 2 0 1 1 0-4 2 2 0 0 1 0 4z\"/></svg></li><li title=\"help f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -1.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 20.393c-5.523 0-10-4.477-10-10 0-5.522 4.477-10 10-10s10 4.478 10 10c0 5.523-4.477 10-10 10zm1.276-8.218.394-.308a3.5 3.5 0 1 0-4.31-5.516l-.394.308a1 1 0 1 0 1.231 1.576l.394-.308a1.5 1.5 0 0 1 1.847 2.364l-.394.308a1 1 0 1 0 1.232 1.576zM10 15.393a1 1 0 1 0 0-2 1 1 0 0 0 0 2z\"/></svg></li><li title=\"help \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0-3a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm1.276-3.218a1 1 0 0 1-1.232-1.576l.394-.308a1.5 1.5 0 1 0-1.847-2.364l-.394.308a1 1 0 1 1-1.23-1.576l.393-.308a3.5 3.5 0 1 1 4.31 5.516l-.394.308z\"/></svg></li><li title=\"highlighter f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-1 -1.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m12.914 15.45-3.182 1.06-4.242-4.242 1.06-3.182 6.364 6.364zm1.414-1.414L7.964 7.672l6.364-6.364c1.566-1.566 3.969-1.69 5.657 0l.707.707c1.69 1.688 1.566 4.091 0 5.657l-6.364 6.364zM7.964 17.57 5.136 20.4.893 17.571l3.536-3.535 3.535 3.535z\"/></svg></li><li title=\"highlighter \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-0.5 -1 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m8.038 11.06-1.035 3.207 1.776 1.775 3.165-1.077-3.906-3.906zm1.24-1.59 4.242 4.243 6.364-6.364a2 2 0 0 0 0-2.829L18.47 3.106a2 2 0 0 0-2.829 0L9.277 9.47zm-3.503 6.4L3.88 17.765l1.653 1.151 1.644-1.644-1.402-1.402zM19.884 1.692l1.414 1.414a4 4 0 0 1 0 5.657l-7.778 7.778-4.22 1.437-3.536 3.535L.778 18.04l4.291-4.292L6.45 9.47l7.778-7.778a4 4 0 0 1 5.657 0z\"/></svg></li><li title=\"history \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-1 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M13.106 9h3.953c.546 0 .988.448.988 1s-.442 1-.988 1h-4.941a.994.994 0 0 1-.988-1V4c0-.552.442-1 .988-1s.988.448.988 1v5zm6-6.071A10.029 10.029 0 0 1 22 10c0 5.523-4.424 10-9.882 10v-2c4.366 0 7.906-3.582 7.906-8a8.02 8.02 0 0 0-2.316-5.657A7.834 7.834 0 0 0 12.118 2C8.574 2 5.574 4.36 4.571 7.612l1.352-.923a.981.981 0 0 1 1.372.27 1.007 1.007 0 0 1-.267 1.388l-3.277 2.237a.981.981 0 0 1-1.372-.27L.17 6.998a1.007 1.007 0 0 1 .267-1.389.981.981 0 0 1 1.372.27l.839 1.259C3.863 3.01 7.643 0 12.118 0c2.729 0 5.2 1.12 6.988 2.929z\"/></svg></li><li title=\"home f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -1.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M13 20.565v-5a3 3 0 0 0-6 0v5H2a2 2 0 0 1-2-2V7.697a2 2 0 0 1 .971-1.715l8-4.8a2 2 0 0 1 2.058 0l8 4.8A2 2 0 0 1 20 7.697v10.868a2 2 0 0 1-2 2h-5z\"/></svg></li><li title=\"home \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M18 18V7.132l-8-4.8-8 4.8V18h4v-2.75a4 4 0 1 1 8 0V18h4zm-6 2v-4.75a2 2 0 1 0-4 0V20H2a2 2 0 0 1-2-2V7.132a2 2 0 0 1 .971-1.715l8-4.8a2 2 0 0 1 2.058 0l8 4.8A2 2 0 0 1 20 7.132V18a2 2 0 0 1-2 2h-6z\"/></svg></li><li title=\"hourglass f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-6 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M11 18a1 1 0 0 1 0 2H1a1 1 0 0 1 0-2v-4a4.99 4.99 0 0 1 2-4 4.992 4.992 0 0 1-2-4V2a1 1 0 1 1 0-2h10a1 1 0 0 1 0 2v4a4.992 4.992 0 0 1-2 4 4.99 4.99 0 0 1 2 4v4z\"/></svg></li><li title=\"hourglass \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-6 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M3 2v4a3 3 0 1 0 6 0V2H3zm8 16a1 1 0 0 1 0 2H1a1 1 0 0 1 0-2v-4a4.99 4.99 0 0 1 2-4 4.992 4.992 0 0 1-2-4V2a1 1 0 1 1 0-2h10a1 1 0 0 1 0 2v4a4.992 4.992 0 0 1-2 4 4.99 4.99 0 0 1 2 4v4zm-2 0v-4a3 3 0 0 0-6 0v4h6z\"/></svg></li><li title=\"ice cream f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-7 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M6 14v5a1 1 0 0 1-2 0v-5H3a3 3 0 0 1-3-3V5a5 5 0 1 1 10 0v6a3 3 0 0 1-3 3H6z\"/></svg></li><li title=\"ice cream \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-7 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M5 2a3 3 0 0 0-3 3v6a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1V5a3 3 0 0 0-3-3zm1 12v5a1 1 0 0 1-2 0v-5H3a3 3 0 0 1-3-3V5a5 5 0 1 1 10 0v6a3 3 0 0 1-3 3H6z\"/></svg></li><li title=\"id card f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -5.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M2 0h16c1.105 0 2 .831 2 1.857v9.286C20 12.169 19.105 13 18 13H2c-1.105 0-2-.831-2-1.857V1.857C0 .831.895 0 2 0zm9 3a1 1 0 0 0 0 2h6a1 1 0 0 0 0-2h-6zm0 3a1 1 0 0 0 0 2h6a1 1 0 0 0 0-2h-6zM3 3a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1H3z\"/></svg></li><li title=\"id card \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M2 0h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zm0 2v10h16V2H2zm9 2h5a1 1 0 0 1 0 2h-5a1 1 0 0 1 0-2zm0 3h5a1 1 0 0 1 0 2h-5a1 1 0 0 1 0-2zM4 4h3a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1z\"/></svg></li><li title=\"inbox f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M20 5H0l4-5h12l4 5zm0 2v5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V7h6.126a4.002 4.002 0 0 0 7.748 0H20zM8.265 7h3.465a2 2 0 0 1-3.465 0z\"/></svg></li><li title=\"inbox \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M2 5.702V12h16V5.702L15.039 2H4.96L2 5.702zM0 5l4-5h12l4 5v7a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V5zm13.874 2a4.002 4.002 0 0 1-7.748 0H2V5h16v2h-4.126zm-2.142 0H8.268a2 2 0 0 0 3.464 0z\"/></svg></li><li title=\"inboxes f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M20 6v5H0V6h6.126a4.002 4.002 0 0 0 7.748 0H20zm0-2H0l5-4h10l5 4zm0 9v5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-5h6.126a4.002 4.002 0 0 0 7.748 0H20zM8.268 13h3.464a2 2 0 0 1-3.464 0zm-.002-6.988h3.464a2 2 0 0 1-3.464 0z\"/></svg></li><li title=\"inboxes \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M2 4.961V18h16V4.961L14.298 2H5.702L2 4.961zM0 4l5-4h10l5 4v14a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm13.874 2a4.002 4.002 0 0 1-7.748 0H2V4h16v2h-4.126zm-2.142 0H8.268a2 2 0 0 0 3.464 0zm2.142 7a4.002 4.002 0 0 1-7.748 0H2v-2h16v2h-4.126zm-2.142 0H8.268a2 2 0 0 0 3.464 0z\"/></svg></li><li title=\"indent \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4.5 -7 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M2 0h12a1 1 0 0 1 0 2H2a1 1 0 1 1 0-2zm0 8h12a1 1 0 0 1 0 2H2a1 1 0 1 1 0-2zm6-4h6a1 1 0 0 1 0 2H8a1 1 0 1 1 0-2zM4.44 5.857 2.382 7.091a1 1 0 0 1-1.515-.857V3.766a1 1 0 0 1 1.515-.857l2.056 1.234a1 1 0 0 1 0 1.714z\"/></svg></li><li title=\"infinite \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -6.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M5.5 9a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7zM11 5.5a3.5 3.5 0 1 0 .668-2.057 6.483 6.483 0 0 0-1.001-1.887A5.5 5.5 0 1 1 10 8.663 5.5 5.5 0 1 1 11 5.5z\"/></svg></li><li title=\"info f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zm0-12a1 1 0 0 0-1 1v5a1 1 0 0 0 2 0V9a1 1 0 0 0-1-1zm0-1a1 1 0 1 0 0-2 1 1 0 0 0 0 2z\"/></svg></li><li title=\"info \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0-10a1 1 0 0 1 1 1v5a1 1 0 0 1-2 0V9a1 1 0 0 1 1-1zm0-1a1 1 0 1 1 0-2 1 1 0 0 1 0 2z\"/></svg></li><li title=\"instagram \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M14.017 0h-8.07A5.954 5.954 0 0 0 0 5.948v8.07a5.954 5.954 0 0 0 5.948 5.947h8.07a5.954 5.954 0 0 0 5.947-5.948v-8.07A5.954 5.954 0 0 0 14.017 0zm3.94 14.017a3.94 3.94 0 0 1-3.94 3.94h-8.07a3.94 3.94 0 0 1-3.939-3.94v-8.07a3.94 3.94 0 0 1 3.94-3.939h8.07a3.94 3.94 0 0 1 3.939 3.94v8.07z\"/><path d=\"M9.982 4.819A5.17 5.17 0 0 0 4.82 9.982a5.17 5.17 0 0 0 5.163 5.164 5.17 5.17 0 0 0 5.164-5.164A5.17 5.17 0 0 0 9.982 4.82zm0 8.319a3.155 3.155 0 1 1 0-6.31 3.155 3.155 0 0 1 0 6.31z\"/><circle cx=\"15.156\" cy=\"4.858\" r=\"1.237\"/></svg></li><li title=\"instant picture f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m16 11.252-1.454-2.24a3 3 0 0 0-5-.304L5.575 14H0V2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v9.252zM8.076 14l3.07-4.092a1 1 0 0 1 1.666.101L15.284 14H8.076zM16 16v2a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-2h16zM6 9a3 3 0 1 0 0-6 3 3 0 0 0 0 6z\"/></svg></li><li title=\"instant picture \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M14 8.322V2H2v12h3.576l3.97-5.292A3 3 0 0 1 14 8.322zm0 3.753-1.188-2.066a1 1 0 0 0-1.667-.101L8.076 14H14v-1.925zM14 16H2v2h12v-2zM2 0h12a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zm4 9a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0-2a1 1 0 1 0 0-2 1 1 0 0 0 0 2z\"/></svg></li><li title=\"intersection \"><svg width=\"20\" height=\"14\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\"><path d=\"M7 14A7 7 0 1 1 10 .674a7 7 0 1 1 0 12.653A6.973 6.973 0 0 1 7 14ZM7 2a5 5 0 1 0 1 9.9A6.977 6.977 0 0 1 6 7a6.98 6.98 0 0 1 2-4.9A5.023 5.023 0 0 0 7 2Zm7 5a6.977 6.977 0 0 1-2 4.9 5 5 0 1 0 0-9.8A6.977 6.977 0 0 1 14 7Z\"/></svg></li><li title=\"italic \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-7.5 -7 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m2.273 8 1.95-6H3a1 1 0 1 1 0-2h5a1 1 0 1 1 0 2H6.326l-1.95 6H6a1 1 0 1 1 0 2H1a1 1 0 1 1 0-2h1.273z\"/></svg></li><li title=\"joystick f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M7.915 13H9V7.874A4.002 4.002 0 0 1 10 0a4 4 0 0 1 1 7.874V13h2a3 3 0 0 1 3 3v4H0v-4a3 3 0 0 1 3-3h.085A1.5 1.5 0 0 1 4.5 12h2a1.5 1.5 0 0 1 1.415 1z\"/></svg></li><li title=\"joystick \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 6a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm1 7h2a3 3 0 0 1 3 3v4H0v-4a3 3 0 0 1 3-3h6V7.874A4.002 4.002 0 0 1 10 0a4 4 0 0 1 1 7.874V13zm-9 5h12v-2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v2zm2.5-6h2a1.5 1.5 0 0 1 0 3h-2a1.5 1.5 0 0 1 0-3z\"/></svg></li><li title=\"key f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-1 -1 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m10.026 17.609-2.121-2.122a1 1 0 1 0-1.415 1.415l2.122 2.12-2.475 2.476-4.43-.296a1 1 0 0 1-.932-.93L.48 15.84l6.898-6.898a7 7 0 1 1 5.657 5.657l-3.01 3.009zm3.535-9.193a2 2 0 1 0 2.829-2.828 2 2 0 0 0-2.829 2.828z\"/></svg></li><li title=\"key \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-1 -1 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m8.612 16.337 3.746-3.747 1.027.183a5 5 0 1 0-4.039-4.039l.184 1.028-6.994 6.994.177 2.651 2.651.177 1.833-1.833-.707-.707a1 1 0 0 1 1.415-1.414l.707.707zm.707-13.435a7 7 0 1 1 3.715 11.84L6.137 21.64l-4.43-.295a1 1 0 0 1-.932-.932l-.295-4.43 6.898-6.898a6.992 6.992 0 0 1 1.94-6.183zm4.242 5.656A2 2 0 1 1 16.39 5.73a2 2 0 0 1-2.829 2.828z\"/></svg></li><li title=\"keyboard f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M3 0h14a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3zm0 6v2h2V6H3zm0-3v2h2V3H3zm0 6v2h2V9H3zm3 0v2h8V9H6zm0-3v2h2V6H6zm0-3v2h2V3H6zm3 3v2h2V6H9zm0-3v2h2V3H9zm6 6v2h2V9h-2zm-3-3v2h2V6h-2zm0-3v2h2V3h-2zm3 0v5h2V3h-2z\"/></svg></li><li title=\"keyboard \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M3 0h14a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3zm0 2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H3zm0 4h2v2H3V6zm0-3h2v2H3V3zm0 6h2v2H3V9zm3 0h8v2H6V9zm0-3h2v2H6V6zm0-3h2v2H6V3zm3 3h2v2H9V6zm0-3h2v2H9V3zm6 6h2v2h-2V9zm-3-3h2v2h-2V6zm0-3h2v2h-2V3zm3 0h2v5h-2V3z\"/></svg></li><li title=\"language \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M11.525 14h4.385l-1.993-4.954L11.525 14zm5.19 2h-6.156l-1.658 3.435a1 1 0 0 1-1.802-.87l5.017-10.388a2 2 0 0 1 3.656.123l4.156 10.327a1 1 0 0 1-1.856.746L16.715 16zM1 0h8a1 1 0 1 1 0 2H1a1 1 0 1 1 0-2zm0 5a1 1 0 1 1 0-2h7.003a2 2 0 0 1 1.736 2.992c-.945 1.654-1.993 2.844-3.165 3.554-1.472.893-3.32 1.372-5.537 1.453a1 1 0 1 1-.074-1.998c1.898-.07 3.419-.464 4.574-1.165C6.384 7.323 7.213 6.382 8.003 5H1z\"/></svg></li><li title=\"layers f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-1.5 -4 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m10.638.786 8.85 3.551a1 1 0 0 1 .01 1.852l-8.85 3.664a1 1 0 0 1-.765 0L1.032 6.19a1 1 0 0 1 .01-1.852L9.892.786a1 1 0 0 1 .746 0zm5.759 8.31 3.091 1.241a1 1 0 0 1 .01 1.852l-8.85 3.664a1 1 0 0 1-.765 0L1.032 12.19a1 1 0 0 1 .01-1.852l3.091-1.24 5.176 2.142a2.5 2.5 0 0 0 1.912 0l5.176-2.142z\"/></svg></li><li title=\"layers \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-1.5 -4 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m13.071 7.762 6.417 2.575a1 1 0 0 1 .01 1.852l-8.85 3.664a1 1 0 0 1-.765 0L1.032 12.19a1 1 0 0 1 .01-1.852l6.53-2.62c.374-.15 1.556.29 2.693.294 1.215.004 2.387-.417 2.806-.249zM4.064 11.28l6.201 2.567 6.202-2.567-6.202-2.489-6.201 2.489zM10.638.786l8.85 3.551a1 1 0 0 1 .01 1.852l-8.85 3.664a1 1 0 0 1-.765 0L1.032 6.19a1 1 0 0 1 .01-1.852L9.892.786a1 1 0 0 1 .746 0zM4.064 5.28l6.201 2.567 6.202-2.567-6.202-2.489L4.064 5.28z\"/></svg></li><li title=\"layout f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-3 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M9 20V8h9v9a3 3 0 0 1-3 3H9zm-2 0H3a3 3 0 0 1-3-3V8h7v12zM18 6H0V3a3 3 0 0 1 3-3h12a3 3 0 0 1 3 3v3z\"/></svg></li><li title=\"layout \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-3 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M9 18h6a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h4V8H2V6h14v2H9v10zM3 0h12a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3z\"/></svg></li><li title=\"leaf f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-3.5 -1 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M1.32 13.211a6.995 6.995 0 0 1 .594-6.757C3.356 4.317 8.08 2.433 16.084.801c-.268 6.851-1.122 11.345-2.563 13.482a7 7 0 0 1-9.467 2.05 7.563 7.563 0 0 1 2.27-2.482l.507-.352a2 2 0 1 0-2.278-3.288l-.507.352A11.56 11.56 0 0 0 1.32 13.21zm.746 6.86a1 1 0 1 1-2 0c0-3.466 1.7-6.712 4.55-8.686l.507-.352a1 1 0 0 1 1.139 1.644l-.507.352a8.567 8.567 0 0 0-3.689 7.042z\"/></svg></li><li title=\"leaf \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-3.5 -1 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M3.237 15.747a8.564 8.564 0 0 0-1.17 4.324 1 1 0 1 1-2 0c0-2.123.637-4.163 1.785-5.879a7.002 7.002 0 0 1 .062-7.738C3.356 4.317 8.08 2.433 16.084.801c-.268 6.851-1.122 11.345-2.563 13.482a7 7 0 0 1-10.284 1.464zm1.206-1.6a5 5 0 0 0 7.42-.984c1.004-1.488 1.737-4.815 2.084-9.85C8.004 4.7 4.484 6.222 3.572 7.573a4.998 4.998 0 0 0-.357 4.972c.43-.423.897-.811 1.4-1.16l.508-.352a1 1 0 0 1 1.139 1.644l-.507.352a8.565 8.565 0 0 0-1.312 1.119z\"/></svg></li><li title=\"lifebuoy f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-1.5 -1.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M2.268 16.41a10.053 10.053 0 0 1 0-12.721l4.318 4.318a4.027 4.027 0 0 0 0 4.085L2.268 16.41zm1.42 1.421 4.32-4.318a4.027 4.027 0 0 0 4.084 0l4.318 4.318a10.053 10.053 0 0 1-12.721 0zM16.41 2.268l-4.318 4.318a4.027 4.027 0 0 0-4.085 0L3.69 2.268a10.053 10.053 0 0 1 12.72 0zm1.421 1.42a10.053 10.053 0 0 1 0 12.722l-4.318-4.318a4.027 4.027 0 0 0 0-4.085L17.83 3.69z\"/></svg></li><li title=\"lifebuoy \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zm3.446-12.032a4.007 4.007 0 0 0-1.414-1.414l3.625-3.625 1.414 1.414-3.625 3.625zm-5.478 5.478-3.625 3.625-1.414-1.414 3.625-3.625a4.007 4.007 0 0 0 1.414 1.414zm0-6.892a4.007 4.007 0 0 0-1.414 1.414L2.929 4.343 4.343 2.93l3.625 3.625zm4.736 6.394a4 4 0 1 1 .244-.244c.193-.21.359-.435.498-.672l2.874 2.874a8.048 8.048 0 0 1-1.414 1.414l-2.874-2.874c.237-.14.462-.305.672-.498zM10 12a2 2 0 1 0 0-4 2 2 0 0 0 0 4z\"/></svg></li><li title=\"lightbulb f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-5 -1.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M11 14.565H8v-8a1 1 0 1 0-2 0v8H3V13.31a7 7 0 1 1 8 0v1.255zm0 2v2a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-2h8z\"/></svg></li><li title=\"lightbulb \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-5 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M9 14v-2.298l.856-.597a5 5 0 1 0-5.712 0l.856.597V14h1V6a1 1 0 1 1 2 0v8h1zm0 2H5v2h4v-2zM0 7a7 7 0 1 1 11 5.745V18a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-5.255A6.992 6.992 0 0 1 0 7z\"/></svg></li><li title=\"line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M19.914 9.003a6.741 6.741 0 0 1-.764 2.2c-.179.324-1.056 1.558-1.325 1.884-1.478 1.788-3.953 3.851-8.092 5.857a.545.545 0 0 1-.78-.552l.21-1.885a.545.545 0 0 0-.483-.604C3.781 15.388 0 12.04 0 7.986 0 3.576 4.476 0 9.997 0c5.366 0 9.744 3.377 9.987 7.615.007.123.026.516.01.78-.011.16-.034.365-.08.608zm-15.414.6V6.24a.512.512 0 1 0-1.023 0v3.877c0 .284.23.514.512.514h2.045a.512.512 0 0 0 0-1.027H4.5zm3.154 1.028a.4.4 0 0 0 .4-.401V6.128a.4.4 0 0 0-.4-.402h-.223a.4.4 0 0 0-.4.402v4.102a.4.4 0 0 0 .4.4h.223zm4.133-4.391v2.369s-2.042-2.676-2.074-2.71a.508.508 0 0 0-.4-.172.527.527 0 0 0-.492.534v3.856a.512.512 0 1 0 1.023 0V7.763s2.073 2.698 2.104 2.727c.09.086.211.14.346.14.284.003.516-.249.516-.534V6.24a.512.512 0 1 0-1.023 0zm4.858 0a.512.512 0 0 0-.512-.514h-2.045a.512.512 0 0 0-.511.514v3.877c0 .284.229.514.511.514h2.045a.512.512 0 0 0 0-1.027H14.6v-.912h1.534a.512.512 0 0 0 0-1.027H14.6v-.912h1.534c.283 0 .512-.23.512-.513z\"/></svg></li><li title=\"link \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-3 -3 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M3.19 9.345a.97.97 0 0 1 1.37 0 .966.966 0 0 1 0 1.367l-2.055 2.052a1.932 1.932 0 0 0 0 2.735 1.94 1.94 0 0 0 2.74 0l4.794-4.787a.966.966 0 0 0 0-1.367.966.966 0 0 1 0-1.368.97.97 0 0 1 1.37 0 2.898 2.898 0 0 1 0 4.103l-4.795 4.787a3.879 3.879 0 0 1-5.48 0 3.864 3.864 0 0 1 0-5.47L3.19 9.344zm11.62-.69a.97.97 0 0 1-1.37 0 .966.966 0 0 1 0-1.367l2.055-2.052a1.932 1.932 0 0 0 0-2.735 1.94 1.94 0 0 0-2.74 0L7.962 7.288a.966.966 0 0 0 0 1.367.966.966 0 0 1 0 1.368.97.97 0 0 1-1.37 0 2.898 2.898 0 0 1 0-4.103l4.795-4.787a3.879 3.879 0 0 1 5.48 0 3.864 3.864 0 0 1 0 5.47L14.81 8.656z\"/></svg></li><li title=\"linkedin circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M15 11.13v3.697h-2.143v-3.45c0-.866-.31-1.457-1.086-1.457-.592 0-.945.398-1.1.784-.056.138-.071.33-.071.522v3.601H8.456s.029-5.842 0-6.447H10.6v.913l-.014.021h.014v-.02c.285-.44.793-1.066 1.932-1.066 1.41 0 2.468.922 2.468 2.902zM6.213 5.271C5.48 5.271 5 5.753 5 6.385c0 .62.466 1.115 1.185 1.115h.014c.748 0 1.213-.496 1.213-1.115-.014-.632-.465-1.114-1.199-1.114zm-1.086 9.556h2.144V8.38H5.127v6.447z\"/><path d=\"M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z\"/></svg></li><li title=\"linkedin square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M15 11.13v3.697h-2.143v-3.45c0-.866-.31-1.457-1.086-1.457-.592 0-.945.398-1.1.784-.056.138-.071.33-.071.522v3.601H8.456s.029-5.842 0-6.447H10.6v.913l-.014.021h.014v-.02c.285-.44.793-1.066 1.932-1.066 1.41 0 2.468.922 2.468 2.902zM6.213 5.271C5.48 5.271 5 5.753 5 6.385c0 .62.466 1.115 1.185 1.115h.014c.748 0 1.213-.496 1.213-1.115-.014-.632-.465-1.114-1.199-1.114zm-1.086 9.556h2.144V8.38H5.127v6.447z\"/><path d=\"M4 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm0-2h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/></svg></li><li title=\"linkedin \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M19.959 11.719v7.379h-4.278v-6.885c0-1.73-.619-2.91-2.167-2.91-1.182 0-1.886.796-2.195 1.565-.113.275-.142.658-.142 1.043v7.187h-4.28s.058-11.66 0-12.869h4.28v1.824l-.028.042h.028v-.042c.568-.875 1.583-2.126 3.856-2.126 2.815 0 4.926 1.84 4.926 5.792zM2.421.026C.958.026 0 .986 0 2.249c0 1.235.93 2.224 2.365 2.224h.028c1.493 0 2.42-.989 2.42-2.224C4.787.986 3.887.026 2.422.026zM.254 19.098h4.278V6.229H.254v12.869z\"/></svg></li><li title=\"log in \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-5 -3 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M6.641 9.828H1a1 1 0 1 1 0-2h5.641l-1.12-1.12a1 1 0 0 1 1.413-1.415L9.763 8.12a.997.997 0 0 1 0 1.415l-2.829 2.828A1 1 0 0 1 5.52 10.95l1.121-1.122zM13 0a1 1 0 0 1 1 1v16a1 1 0 0 1-2 0V1a1 1 0 0 1 1-1z\"/></svg></li><li title=\"log out \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-5 -3 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M3.414 7.828h5.642a1 1 0 1 1 0 2H3.414l1.122 1.122a1 1 0 1 1-1.415 1.414L.293 9.536a.997.997 0 0 1 0-1.415L3.12 5.293a1 1 0 0 1 1.415 1.414L3.414 7.828zM13 0a1 1 0 0 1 1 1v16a1 1 0 0 1-2 0V1a1 1 0 0 1 1-1z\"/></svg></li><li title=\"ltr \"><svg width=\"14\" height=\"12\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\"><path d=\"M9 2v9a1 1 0 0 1-2 0V6H6a3 3 0 1 1 0-6h7a1 1 0 0 1 0 2h-1v9a1 1 0 0 1-2 0V2H9ZM1.657 9 .284 10.36a.955.955 0 0 0 0 1.358.977.977 0 0 0 1.373 0L3.716 9.68a.955.955 0 0 0 0-1.36l-2.06-2.038a.977.977 0 0 0-1.372 0 .955.955 0 0 0 0 1.359L1.657 9ZM7 2H6a1 1 0 1 0 0 2h1V2Z\"/></svg></li><li title=\"luggage f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -4 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M13 4v12H7V4h6zm2 0a5 5 0 0 1 5 5v2a5 5 0 0 1-5 5V4zM5 4v12a5 5 0 0 1-5-5V9a5 5 0 0 1 5-5zm.1 0a5.002 5.002 0 0 1 9.8 0h-2.07a3.001 3.001 0 0 0-5.66 0H5.1z\"/></svg></li><li title=\"luggage \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -4 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M15 6v8h-2V6H7v8H5V6a3 3 0 0 0-3 3v2a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V9a3 3 0 0 0-3-3zM7.17 4h5.66a3.004 3.004 0 0 0-5.66 0zM5.1 4a5.002 5.002 0 0 1 9.8 0h.1a5 5 0 0 1 5 5v2a5 5 0 0 1-5 5H5a5 5 0 0 1-5-5V9a5 5 0 0 1 5-5h.1z\"/></svg></li><li title=\"magic f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-1 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m15.092 8.02-2.829-2.828L16.506.95a1 1 0 0 1 1.414 0l1.415 1.414a1 1 0 0 1 0 1.414l-4.243 4.243zm-1.414 1.415-9.9 9.9a1 1 0 0 1-1.414 0L.95 17.92a1 1 0 0 1 0-1.414l9.9-9.9 2.828 2.829zM8.728.243l1.393.704 1.435-.704-.679 1.46.68 1.368-1.384-.664-1.445.664.689-1.42-.69-1.408zm9.9 7.07 1.393.705 1.435-.704-.68 1.46.68 1.368-1.384-.664-1.445.664.69-1.42-.69-1.408z\"/></svg></li><li title=\"magic \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-1 -1.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m14.243 7.172 3.535-3.536-.707-.707-3.535 3.535.707.708zm-1.415 1.414-.707-.707L2.93 17.07l.707.707 9.192-9.192zm4.95-7.778 2.121 2.12a1 1 0 0 1 0 1.415L4.343 19.9a1 1 0 0 1-1.414 0L.808 17.78a1 1 0 0 1 0-1.415L16.364.808a1 1 0 0 1 1.414 0zM8.586.1l1.393.704L11.414.1l-.68 1.46.68 1.368-1.384-.664-1.444.664.689-1.42L8.585.1zm9.9 7.07 1.393.705 1.435-.704-.68 1.46.68 1.368-1.384-.664-1.445.664.69-1.42-.69-1.408z\"/></svg></li><li title=\"magnet f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M15 12c0-3.866-2.239-7-5-7s-5 3.134-5 7H0C0 5.373 4.477 0 10 0s10 5.373 10 12h-5zM0 14h5v5a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1v-5zm15 0h5v5a1 1 0 0 1-1 1h-3a1 1 0 0 1-1-1v-5z\"/></svg></li><li title=\"magnet \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M13 12c0-2.878-1.516-5-3-5s-3 2.122-3 5v6a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-6C0 5.373 4.477 0 10 0s10 5.373 10 12v6a2 2 0 0 1-2 2h-3a2 2 0 0 1-2-2v-6zm2 0h3c0-5.595-3.67-10-8-10S2 6.405 2 12h3c0-3.866 2.239-7 5-7s5 3.134 5 7zM2 18h3v-4H2v4zm13 0h3v-4h-3v4z\"/></svg></li><li title=\"male \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2.5 -2.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M4.364 14.636a5 5 0 1 0 7.071-7.071 5 5 0 0 0-7.071 7.071zm7.728-9.142 2.553-2.553h-1.517a1 1 0 0 1 0-2h4a.997.997 0 0 1 1 1v4a1 1 0 1 1-2 0V4.286l-2.622 2.622A7.002 7.002 0 0 1 2.95 16.05a7 7 0 0 1 9.142-10.556z\"/></svg></li><li title=\"map f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -1.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M13 2.641v18a5 5 0 0 1-1.581-.256L8 19.245V1.175a5 5 0 0 1 .581.156l3.47 1.157A3 3 0 0 0 13 2.64zm2-.504 3.662-1.22A1 1 0 0 1 20 1.858v16a1 1 0 0 1-.706.956L15 20.245V2.137zm-9-.962v18.07L1.338 20.8A1 1 0 0 1 0 19.858v-16a1 1 0 0 1 .706-.956L5.419 1.33A5 5 0 0 1 6 1.175z\"/></svg></li><li title=\"map marker f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-5 -1.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M7 20.565c-4.667-6.09-7-10.423-7-13a7 7 0 1 1 14 0c0 2.577-2.333 6.91-7 13zm0-9a4 4 0 1 0 0-8 4 4 0 0 0 0 8z\"/></svg></li><li title=\"map marker \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-5 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M12 7A5 5 0 1 0 2 7c0 1.726 1.66 5.031 5 9.653 3.34-4.622 5-7.927 5-9.653zM7 20C2.333 13.91 0 9.577 0 7a7 7 0 1 1 14 0c0 2.577-2.333 6.91-7 13zm0-9a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm0-2a2 2 0 1 0 0-4 2 2 0 0 0 0 4z\"/></svg></li><li title=\"map \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m2 17.613 3.419-1.14A5 5 0 0 1 6 16.317V2.387L2 3.721v13.892zm-.662 2.328A1 1 0 0 1 0 19V3a1 1 0 0 1 .706-.956L5.419.473a5 5 0 0 1 3.162 0l3.47 1.157a3 3 0 0 0 1.898 0L18.662.059A1 1 0 0 1 20 1v16a1 1 0 0 1-.706.956l-4.713 1.571a5 5 0 0 1-3.162 0l-3.47-1.157a3 3 0 0 0-1.898 0l-4.713 1.571zM18 16.28V2.387l-3.419 1.14a5 5 0 0 1-.581.156v13.93l4-1.334zm-6 1.334V3.683a5 5 0 0 1-.581-.156L8 2.387v13.93a5 5 0 0 1 .581.156L12 17.613z\"/></svg></li><li title=\"mask f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -6 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 1.878c1.76-.68 3.26-1.02 4.5-1.02a5.5 5.5 0 0 1 0 11c-1.24 0-2.74-.352-4.5-1.057-1.76.705-3.26 1.057-4.5 1.057a5.5 5.5 0 0 1 0-11c1.24 0 2.74.34 4.5 1.02zm-4 5.98c1.105 0 2-.672 2-1.5 0-.829-.895-1.5-2-1.5s-2 .671-2 1.5c0 .828.895 1.5 2 1.5zm8 0c1.105 0 2-.672 2-1.5 0-.829-.895-1.5-2-1.5s-2 .671-2 1.5c0 .828.895 1.5 2 1.5z\"/></svg></li><li title=\"mask \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -6.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 1.02C11.76.34 13.26 0 14.5 0a5.5 5.5 0 0 1 0 11c-1.24 0-2.74-.352-4.5-1.057C8.24 10.648 6.74 11 5.5 11a5.5 5.5 0 0 1 0-11C6.74 0 8.24.34 10 1.02zm.721 1.866L10 3.164l-.721-.278C7.731 2.288 6.463 2 5.5 2a3.5 3.5 0 0 0 0 7c.953 0 2.215-.296 3.757-.913L10 7.789l.743.298C12.285 8.704 13.547 9 14.5 9a3.5 3.5 0 0 0 0-7c-.963 0-2.231.288-3.779.886zM6 7c-1.105 0-2-.672-2-1.5S4.895 4 6 4s2 .672 2 1.5S7.105 7 6 7zm8 0c-1.105 0-2-.672-2-1.5S12.895 4 14 4s2 .672 2 1.5S15.105 7 14 7z\"/></svg></li><li title=\"medal f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4 -1 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M4 17.502c.307.2.699.26 1.067.133l2.536-.864a1.23 1.23 0 0 1 .794 0l2.536.864c.368.126.76.067 1.067-.133v3.894l-4-1.358-4 1.358v-3.894zm3.677-2.37-2.062.703a1 1 0 0 1-1.222-.51L3.388 13.26a1 1 0 0 0-.43-.447l-2-1.06a1 1 0 0 1-.485-1.181l.71-2.273a1 1 0 0 0 0-.596L.473 5.43a1 1 0 0 1 .486-1.182l1.999-1.06a1 1 0 0 0 .43-.446L4.393.674A1 1 0 0 1 5.615.165l2.062.703a1 1 0 0 0 .646 0l2.062-.703a1 1 0 0 1 1.222.51l1.005 2.066a1 1 0 0 0 .43.447l2 1.06a1 1 0 0 1 .485 1.181l-.71 2.273a1 1 0 0 0 0 .596l.71 2.273a1 1 0 0 1-.486 1.182l-1.999 1.06a1 1 0 0 0-.43.446l-1.005 2.067a1 1 0 0 1-1.222.509l-2.062-.703a1 1 0 0 0-.646 0zM8 5a1 1 0 0 0-1 1v4a1 1 0 0 0 2 0V6a1 1 0 0 0-1-1z\"/></svg></li><li title=\"medal \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4 -1 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m4 14.517-.612-1.258a1 1 0 0 0-.43-.447l-2-1.06a1 1 0 0 1-.485-1.181l.71-2.273a1 1 0 0 0 0-.596l-.71-2.273a1 1 0 0 1 .486-1.182l1.999-1.06a1 1 0 0 0 .43-.446L4.393.674A1 1 0 0 1 5.615.165l2.062.703a1 1 0 0 0 .646 0l2.062-.703a1 1 0 0 1 1.222.51l1.005 2.066a1 1 0 0 0 .43.447l2 1.06a1 1 0 0 1 .485 1.181l-.71 2.273a1 1 0 0 0 0 .596l.71 2.273a1 1 0 0 1-.486 1.182l-1.999 1.06a1 1 0 0 0-.43.446L12 14.517v6.879l-4-1.358-4 1.358v-6.88zm2 1.187v2.9l2-.679 2 .68v-2.901l-1.677-.572a1 1 0 0 0-.646 0L6 15.704zm4.813-3.32a3 3 0 0 1 1.293-1.339l1.264-.67-.462-1.48a3 3 0 0 1 0-1.79l.462-1.48-1.264-.67a3 3 0 0 1-1.293-1.34l-.619-1.272-1.226.418a3 3 0 0 1-1.936 0l-1.226-.418-.619 1.273a3 3 0 0 1-1.293 1.339l-1.264.67.462 1.48a3 3 0 0 1 0 1.79l-.462 1.48 1.264.67a3 3 0 0 1 1.293 1.34l.619 1.272 1.226-.418a3 3 0 0 1 1.936 0l1.226.418.619-1.273zM8 5a1 1 0 0 1 1 1v4a1 1 0 0 1-2 0V6a1 1 0 0 1 1-1z\"/></svg></li><li title=\"medical \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M7 12.917v.583a4.5 4.5 0 1 0 9 0v-1.67a3.001 3.001 0 1 1 2 0v1.67a6.5 6.5 0 1 1-13 0v-.583A6.002 6.002 0 0 1 0 7V2a2 2 0 0 1 2-2h1a1 1 0 1 1 0 2H2v5a4 4 0 1 0 8 0V2H9a1 1 0 1 1 0-2h1a2 2 0 0 1 2 2v5a6.002 6.002 0 0 1-5 5.917zM17 10a1 1 0 1 0 0-2 1 1 0 0 0 0 2z\"/></svg></li><li title=\"medium circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z\"/><path d=\"M6.186 7.632a.392.392 0 0 0-.126-.33L5.126 6.17V6h2.9l2.24 4.952L12.236 6H15v.17l-.798.77a.236.236 0 0 0-.089.226v5.668a.236.236 0 0 0 .089.225l.78.772V14H11.06v-.17l.807-.79c.08-.08.08-.103.08-.225V8.234L9.7 13.981h-.303L6.783 8.234v3.852a.534.534 0 0 0 .145.442l1.05 1.284v.17H5v-.17l1.05-1.284a.515.515 0 0 0 .136-.442V7.632z\"/></svg></li><li title=\"medium square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M6.186 7.632a.392.392 0 0 0-.126-.33L5.126 6.17V6h2.9l2.24 4.952L12.236 6H15v.17l-.798.77a.236.236 0 0 0-.089.226v5.668a.236.236 0 0 0 .089.225l.78.772V14H11.06v-.17l.807-.79c.08-.08.08-.103.08-.225V8.234L9.7 13.981h-.303L6.783 8.234v3.852a.534.534 0 0 0 .145.442l1.05 1.284v.17H5v-.17l1.05-1.284a.515.515 0 0 0 .136-.442V7.632z\"/><path d=\"M4 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm0-2h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/></svg></li><li title=\"medium \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -4 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M2.372 3.264a.784.784 0 0 0-.252-.658L.252.339V0H6.05l4.482 9.905L14.472 0H20v.339L18.403 1.88a.472.472 0 0 0-.177.452v11.334a.472.472 0 0 0 .177.452l1.56 1.542V16H12.12v-.339l1.615-1.58c.159-.16.159-.207.159-.451V4.468L9.402 15.962h-.606L3.566 4.468v7.704c-.043.324.064.65.29.884l2.101 2.568v.338H0v-.338l2.1-2.568a1.03 1.03 0 0 0 .272-.884V3.264z\"/></svg></li><li title=\"menu \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-5 -7 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M1 0h5a1 1 0 1 1 0 2H1a1 1 0 1 1 0-2zm7 8h5a1 1 0 0 1 0 2H8a1 1 0 1 1 0-2zM1 4h12a1 1 0 0 1 0 2H1a1 1 0 1 1 0-2z\"/></svg></li><li title=\"merge f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M9.033 5.817v2.028c0 .074-.003.148-.008.221a1 1 0 0 0 .462.637l3.086 1.846a3 3 0 0 1 1.46 2.575v1.059a3.001 3.001 0 1 1-2-.024v-1.035a1 1 0 0 0-.487-.858L8.46 10.42a3 3 0 0 1-.444-.324 3 3 0 0 1-.443.324l-3.086 1.846a1 1 0 0 0-.487.858v1.047a3.001 3.001 0 1 1-2 0v-1.047a3 3 0 0 1 1.46-2.575l3.086-1.846a1 1 0 0 0 .462-.637A3.006 3.006 0 0 1 7 7.845V5.829a3.001 3.001 0 1 1 2.033-.012z\"/></svg></li><li title=\"merge \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M8 4a1 1 0 1 0 0-2 1 1 0 0 0 0 2zM7 5.83a3.001 3.001 0 1 1 2.033-.013v2.028c0 .074-.003.148-.008.221a1 1 0 0 0 .462.637l3.086 1.846a3 3 0 0 1 1.46 2.575v1.059a3.001 3.001 0 1 1-2-.024v-1.035a1 1 0 0 0-.487-.858L8.46 10.42a3 3 0 0 1-.444-.324 3 3 0 0 1-.443.324l-3.086 1.846a1 1 0 0 0-.487.858v1.047a3.001 3.001 0 1 1-2 0v-1.047a3 3 0 0 1 1.46-2.575l3.086-1.846a1 1 0 0 0 .462-.637A3.006 3.006 0 0 1 7 7.845V5.829zM3 18a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm10 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2z\"/></svg></li><li title=\"message alt f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-3 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10.01 15.959c-.186.018-1.626 1.276-4.321 3.774a1 1 0 0 1-1.68-.742c.02-2.362.011-3.709-.024-4.04-.018-.173.032-.28 0-.3C1.708 13.212 0 10.775 0 8.005 0 3.584 4.03 0 9 0s9 3.584 9 8.004c0 4.117-3.495 7.509-7.99 7.955z\"/></svg></li><li title=\"message alt writing f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-3 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10.01 15.959c-.186.018-1.626 1.276-4.321 3.774a1 1 0 0 1-1.68-.742c.02-2.362.011-3.709-.024-4.04-.018-.173.032-.28 0-.3C1.708 13.212 0 10.775 0 8.005 0 3.584 4.03 0 9 0s9 3.584 9 8.004c0 4.117-3.495 7.509-7.99 7.955zM12 10a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm-6 0a2 2 0 1 0 0-4 2 2 0 0 0 0 4z\"/></svg></li><li title=\"message alt writing \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-3 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10.01 15.959c-.186.018-1.626 1.276-4.321 3.774a1 1 0 0 1-1.68-.742c.02-2.362.011-3.709-.024-4.04-.018-.173.032-.28 0-.3C1.708 13.212 0 10.775 0 8.005 0 3.584 4.03 0 9 0s9 3.584 9 8.004c0 4.117-3.495 7.509-7.99 7.955zm-3.99.744c2.677-2.463 3.006-2.657 3.792-2.735C13.364 13.615 16 11.01 16 8.004c0-3.26-3.085-6.003-7-6.003S2 4.745 2 8.004c0 1.893 1.175 3.767 3.054 4.957.783.495.958 1.117.941 1.778a2.548 2.548 0 0 1-.009.15c.022.33.032.92.033 1.814zM12 10a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm-6 0a2 2 0 1 1 0-4 2 2 0 0 1 0 4z\"/></svg></li><li title=\"message alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-3 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M5.978 14.969a.38.38 0 0 1 .002-.033l-.002.033zm.001-.167a1.36 1.36 0 0 0 .001.003v-.003zm.04 1.9c2.678-2.462 3.007-2.656 3.793-2.734C13.364 13.615 16 11.01 16 8.004c0-3.26-3.085-6.003-7-6.003S2 4.745 2 8.004c0 1.893 1.175 3.767 3.054 4.957.783.495.958 1.117.941 1.778a2.548 2.548 0 0 1-.009.15c.022.33.032.92.033 1.814zm3.99-.743c-.185.018-1.625 1.276-4.32 3.774a1 1 0 0 1-1.68-.742c.02-2.362.011-3.709-.024-4.04-.018-.173.032-.28 0-.3C1.708 13.212 0 10.775 0 8.005 0 3.584 4.03 0 9 0s9 3.584 9 8.004c0 4.117-3.495 7.509-7.99 7.955z\"/></svg></li><li title=\"message f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M3 .565h14a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3h-6.958l-6.444 4.808A1 1 0 0 1 2 18.57v-4.006a2 2 0 0 1-2-2v-9a3 3 0 0 1 3-3z\"/></svg></li><li title=\"message writing f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M3 .858h14a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3h-6.958l-6.444 4.808A1 1 0 0 1 2 18.864v-4.006a2 2 0 0 1-2-2v-9a3 3 0 0 1 3-3zm10 9a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm-6 0a2 2 0 1 0 0-4 2 2 0 0 0 0 4z\"/></svg></li><li title=\"message writing \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M3 0h14a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3h-6.958l-6.444 4.808A1 1 0 0 1 2 18.006V14a2 2 0 0 1-2-2V3a3 3 0 0 1 3-3zm6.378 12H17a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1 1 1 0 0 1 1 1v3.013L9.378 12zM13 9a2 2 0 1 1 0-4 2 2 0 0 1 0 4zM7 9a2 2 0 1 1 0-4 2 2 0 0 1 0 4z\"/></svg></li><li title=\"message \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M9.378 12H17a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1 1 1 0 0 1 1 1v3.013L9.378 12zM3 0h14a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3h-6.958l-6.444 4.808A1 1 0 0 1 2 18.006V14a2 2 0 0 1-2-2V3a3 3 0 0 1 3-3z\"/></svg></li><li title=\"messages alt f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M7.46 2.332C8.74.913 10.746 0 13 0c3.866 0 7 2.686 7 6 0 1.989-1.13 3.752-2.868 4.844a2.826 2.826 0 0 1-.132.076v4.05a1 1 0 0 1-1.718.696l-1.14-1.174c1.069-1.264 1.698-2.816 1.698-4.493 0-4.067-3.698-7.395-8.38-7.667z\"/><path d=\"m8.385 15.886-3.667 3.78A1 1 0 0 1 3 18.97v-4.05a2.826 2.826 0 0 1-.132-.076C1.129 13.752 0 11.989 0 10c0-3.314 3.134-6 7-6s7 2.686 7 6c0 2.726-2.121 5.028-5.026 5.758a8.17 8.17 0 0 1-.589.128z\"/></svg></li><li title=\"messages alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m7.403 14.026.64-.11c.124-.022.272-.054.443-.098C10.6 13.288 12 11.708 12 10c0-2.135-2.176-4-5-4s-5 1.865-5 4c0 1.218.702 2.378 1.931 3.15l.036.02L5 13.74v2.763l2.403-2.477zm.982 1.86-3.667 3.78A1 1 0 0 1 3 18.97v-4.05a2.826 2.826 0 0 1-.132-.076C1.129 13.752 0 11.989 0 10c0-3.314 3.134-6 7-6s7 2.686 7 6c0 2.726-2.121 5.028-5.026 5.758a8.17 8.17 0 0 1-.589.128zM6.936 3C8.146 1.207 10.41 0 13 0c3.866 0 7 2.686 7 6 0 1.989-1.13 3.752-2.868 4.844a2.826 2.826 0 0 1-.132.076v4.05a1 1 0 0 1-1.718.696l-1.735-1.788 1.043-1.798.41.423V9.74l1.033-.57.036-.02C17.299 8.378 18 7.218 18 6c0-2.135-2.176-4-5-4-1.28 0-2.426.383-3.297 1H6.936z\"/></svg></li><li title=\"messages f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M3.656 17.979A1 1 0 0 1 2 17.243V15a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h11a2 2 0 0 1 2 2v7a2 2 0 0 1-2 2H8.003l-4.347 2.979zM16 10.017a7.136 7.136 0 0 0 0 .369v-.37c.005-.107.006-1.447.004-4.019a3 3 0 0 0-3-2.997H5V2a2 2 0 0 1 2-2h11a2 2 0 0 1 2 2v7a2 2 0 0 1-2 2v2.243a1 1 0 0 1-1.656.736L16 13.743v-3.726z\"/></svg></li><li title=\"messages \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M3.656 17.979A1 1 0 0 1 2 17.243V15a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h11a2 2 0 0 1 2 2v7a2 2 0 0 1-2 2H8.003l-4.347 2.979zm.844-3.093a.536.536 0 0 0 .26-.069l2.355-1.638A1 1 0 0 1 7.686 13H12a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v5c0 .54.429.982 1 1 .41.016.707.083.844.226.128.134.135.36.156.79.003.063.003.177 0 .37a.5.5 0 0 0 .5.5zm11.5-4.87a7.136 7.136 0 0 0 0 .37v-.37c.02-.43.028-.656.156-.79.137-.143.434-.21.844-.226.571-.018 1-.46 1-1V3a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1H5V2a2 2 0 0 1 2-2h11a2 2 0 0 1 2 2v7a2 2 0 0 1-2 2v2.243a1 1 0 0 1-1.656.736L16 13.743v-3.726z\"/></svg></li><li title=\"messenger \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M3.683 16.418C1.436 14.722 0 12.14 0 9.248 0 4.14 4.477 0 10 0s10 4.14 10 9.248c0 5.107-4.477 9.248-10 9.248a10.77 10.77 0 0 1-2.96-.412l-3.357 1.891v-3.557zm5.25-9.703-5.394 5.66 4.908-2.67 2.565 2.67 5.362-5.66-4.853 2.622-2.589-2.622z\"/></svg></li><li title=\"mic alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-3 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M9 2a3 3 0 0 0-3 3v6a3 3 0 0 0 6 0V5a3 3 0 0 0-3-3zm0-2a5 5 0 0 1 5 5v6a5 5 0 0 1-10 0V5a5 5 0 0 1 5-5zM0 11.03a1 1 0 1 1 2 0A6.97 6.97 0 0 0 8.97 18h.06A6.97 6.97 0 0 0 16 11.03a1 1 0 1 1 2 0A8.97 8.97 0 0 1 9.03 20h-.06A8.97 8.97 0 0 1 0 11.03z\"/></svg></li><li title=\"mic circle f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zm0-16.395a3 3 0 0 0-3 3v4a3 3 0 1 0 6 0v-4a3 3 0 0 0-3-3zm-6 7v.022a6 6 0 1 0 12 0v-.022a1 1 0 0 0-2 0v.022a4 4 0 1 1-8 0v-.022a1 1 0 0 0-2 0zm6-5a1 1 0 0 1 1 1v4a1 1 0 1 1-2 0v-4a1 1 0 0 1 1-1z\"/></svg></li><li title=\"mic circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0-14.395a3 3 0 0 1 3 3v4a3 3 0 1 1-6 0v-4a3 3 0 0 1 3-3zm0 2a1 1 0 0 0-1 1v4a1 1 0 1 0 2 0v-4a1 1 0 0 0-1-1zm-6 5a1 1 0 0 1 2 0v.022a4 4 0 1 0 8 0v-.022a1 1 0 0 1 2 0v.022a6 6 0 1 1-12 0v-.022z\"/></svg></li><li title=\"mic f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-6 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M12 12H8a1 1 0 0 0 0 2h3.659a6.017 6.017 0 0 1-3.686 3.668 2 2 0 1 1-3.945 0A6.017 6.017 0 0 1 .34 14H4a1 1 0 0 0 0-2H0v-2h4a1 1 0 1 0 0-2H0V6h4a1 1 0 1 0 0-2H.341A6.002 6.002 0 0 1 11.66 4H8a1 1 0 1 0 0 2h4v2H8a1 1 0 1 0 0 2h4v2z\"/></svg></li><li title=\"mic square f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M4 0h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4zm6 3.605a3 3 0 0 0-3 3v4a3 3 0 1 0 6 0v-4a3 3 0 0 0-3-3zm-6 7v.022a6 6 0 1 0 12 0v-.022a1 1 0 0 0-2 0v.022a4 4 0 1 1-8 0v-.022a1 1 0 0 0-2 0zm6-5a1 1 0 0 1 1 1v4a1 1 0 1 1-2 0v-4a1 1 0 0 1 1-1z\"/></svg></li><li title=\"mic square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M4 0h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4zm0 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm6 1.605a3 3 0 0 1 3 3v4a3 3 0 1 1-6 0v-4a3 3 0 0 1 3-3zm0 2a1 1 0 0 0-1 1v4a1 1 0 1 0 2 0v-4a1 1 0 0 0-1-1zm-6 5a1 1 0 0 1 2 0v.022a4 4 0 1 0 8 0v-.022a1 1 0 0 1 2 0v.022a6 6 0 1 1-12 0v-.022z\"/></svg></li><li title=\"mic \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-6 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M9.465 14H8a1 1 0 0 1 0-2h2v-2H8a1 1 0 1 1 0-2h2V6H8a1 1 0 1 1 0-2h1.465A3.998 3.998 0 0 0 6 2c-1.48 0-2.773.804-3.465 2H4a1 1 0 1 1 0 2H2v2h2a1 1 0 1 1 0 2H2v2h2a1 1 0 0 1 0 2H2.535A3.998 3.998 0 0 0 6 16c1.48 0 2.773-.804 3.465-2zm-1.492 3.668a2 2 0 1 1-3.945 0A6.003 6.003 0 0 1 0 12V6a6 6 0 1 1 12 0v6a6.003 6.003 0 0 1-4.027 5.668z\"/></svg></li><li title=\"microchip f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -1.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M11 17.858v2a1 1 0 0 1-2 0v-2H7v2a1 1 0 0 1-2 0v-2c0-.057.005-.112.014-.166a3.008 3.008 0 0 1-1.848-1.848.915.915 0 0 1-.166.014H1a1 1 0 0 1 0-2h2v-2H1a1 1 0 0 1 0-2h2v-2H1a1 1 0 1 1 0-2h2c.057 0 .112.005.166.014.3-.864.984-1.548 1.848-1.848A1.007 1.007 0 0 1 5 3.858v-2a1 1 0 1 1 2 0v2h2v-2a1 1 0 1 1 2 0v2h2v-2a1 1 0 0 1 2 0v2c0 .056-.005.112-.014.166.864.3 1.548.984 1.848 1.848A.915.915 0 0 1 17 5.858h2a1 1 0 0 1 0 2h-2v2h2a1 1 0 0 1 0 2h-2v2h2a1 1 0 0 1 0 2h-2c-.057 0-.112-.005-.166-.014a3.008 3.008 0 0 1-1.848 1.848c.01.054.014.11.014.166v2a1 1 0 0 1-2 0v-2h-2zm-3-10a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1H8z\"/></svg></li><li title=\"microchip \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M6 3h8a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3zm0 2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1H6zm2 2h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1zm1 2v2h2V9H9zM6 0a1 1 0 0 1 1 1v2a1 1 0 1 1-2 0V1a1 1 0 0 1 1-1zM1 5h2a1 1 0 1 1 0 2H1a1 1 0 1 1 0-2zm16 0h2a1 1 0 0 1 0 2h-2a1 1 0 0 1 0-2zM1 9h2a1 1 0 1 1 0 2H1a1 1 0 0 1 0-2zm16 0h2a1 1 0 0 1 0 2h-2a1 1 0 0 1 0-2zM1 13h2a1 1 0 0 1 0 2H1a1 1 0 0 1 0-2zm16 0h2a1 1 0 0 1 0 2h-2a1 1 0 0 1 0-2zM6 16a1 1 0 0 1 1 1v2a1 1 0 0 1-2 0v-2a1 1 0 0 1 1-1zm8-16a1 1 0 0 1 1 1v2a1 1 0 0 1-2 0V1a1 1 0 0 1 1-1zm0 16a1 1 0 0 1 1 1v2a1 1 0 0 1-2 0v-2a1 1 0 0 1 1-1zM10 0a1 1 0 0 1 1 1v2a1 1 0 0 1-2 0V1a1 1 0 0 1 1-1zm0 16a1 1 0 0 1 1 1v2a1 1 0 0 1-2 0v-2a1 1 0 0 1 1-1z\"/></svg></li><li title=\"minus circle f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zM5 9a1 1 0 1 0 0 2h10a1 1 0 0 0 0-2H5z\"/></svg></li><li title=\"minus circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zM5 9h10a1 1 0 0 1 0 2H5a1 1 0 0 1 0-2z\"/></svg></li><li title=\"minus rectangle f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M4 0h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4zm1 9a1 1 0 1 0 0 2h10a1 1 0 0 0 0-2H5z\"/></svg></li><li title=\"minus rectangle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M4 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm0-2h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4zm1 9h10a1 1 0 0 1 0 2H5a1 1 0 0 1 0-2z\"/></svg></li><li title=\"minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-5 -11 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M1 0h12a1 1 0 0 1 0 2H1a1 1 0 1 1 0-2z\"/></svg></li><li title=\"moon f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M12.253.335A10.086 10.086 0 0 0 8.768 8c0 4.632 3.068 8.528 7.232 9.665A9.555 9.555 0 0 1 9.742 20C4.362 20 0 15.523 0 10S4.362 0 9.742 0c.868 0 1.71.117 2.511.335z\"/></svg></li><li title=\"moon \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M2 10c0 4.43 3.478 8 7.742 8 .658 0 1.302-.085 1.922-.248-2.996-2.2-4.896-5.786-4.896-9.752 0-2.09.527-4.095 1.489-5.853C4.699 2.863 2 6.097 2 10zm6.768-2c0 4.632 3.068 8.528 7.232 9.665A9.555 9.555 0 0 1 9.742 20C4.362 20 0 15.523 0 10S4.362 0 9.742 0c.868 0 1.71.117 2.511.335A10.086 10.086 0 0 0 8.768 8z\"/></svg></li><li title=\"more horizontal f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -9 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M3 6a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm14 0a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm-7 0a3 3 0 1 1 0-6 3 3 0 0 1 0 6z\"/></svg></li><li title=\"more horizontal \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -9 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M3 4a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm0 2a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm14 0a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0-2a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm-7 2a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0-2a1 1 0 1 0 0-2 1 1 0 0 0 0 2z\"/></svg></li><li title=\"more vertical f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-9 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M3 6a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0 14a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0-7a3 3 0 1 1 0-6 3 3 0 0 1 0 6z\"/></svg></li><li title=\"more vertical \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-9 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M3 4a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm0 2a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0 14a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0-2a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm0-5a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0-2a1 1 0 1 0 0-2 1 1 0 0 0 0 2z\"/></svg></li><li title=\"mountain f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -3 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M17.797 10.402c-2.038-.98-5.317-1.604-8.3-1.604-1.828 0-2.951-3.163-3.264-5.235l1.182-2.007a3 3 0 0 1 5.17 0l5.212 8.846zm1.673 2.839.14.236A3 3 0 0 1 17.024 18H2.975A3 3 0 0 1 .39 13.477l4.517-7.664c.417 2.76 2.144 4.985 4.59 4.985 2.747 0 6.71.536 9.973 2.443z\"/></svg></li><li title=\"mountain \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -3 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m14.846 9.334-3.985-6.762a1 1 0 0 0-1.723 0L7.11 6.015c.202 1.979.943 2.783 2.387 2.783 2.005 0 3.816.176 5.35.536zm1.555 2.637c-1.547-.767-3.977-1.173-6.905-1.173-1.819 0-3.11-.832-3.813-2.364l-3.57 6.058A1 1 0 0 0 2.975 16h14.05a1 1 0 0 0 .861-1.508l-1.485-2.52zM12.584 1.556l7.025 11.92A3 3 0 0 1 17.025 18H2.975A3 3 0 0 1 .39 13.477l7.025-11.92a3 3 0 0 1 5.17 0z\"/></svg></li><li title=\"move alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4 -4 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M12.586 2H11a1 1 0 0 1 0-2h4a1 1 0 0 1 1 1v4a1 1 0 0 1-2 0V3.414L9.414 8 14 12.586V11a1 1 0 0 1 2 0v4a1 1 0 0 1-1 1h-4a1 1 0 0 1 0-2h1.586L8 9.414 3.414 14H5a1 1 0 0 1 0 2H1a1 1 0 0 1-1-1v-4a1 1 0 0 1 2 0v1.586L6.586 8 2 3.414V5a1 1 0 1 1-2 0V1a1 1 0 0 1 1-1h4a1 1 0 1 1 0 2H3.414L8 6.586 12.586 2z\"/></svg></li><li title=\"move \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-0.5 -1 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m18.799 9.957-1.121-1.121a1 1 0 1 1 1.414-1.415l2.828 2.829a1 1 0 0 1 0 1.414l-2.828 2.828a1 1 0 0 1-1.414-1.414l1.121-1.121h-6.485v6.485l1.121-1.121a1 1 0 0 1 1.414 1.414l-2.828 2.829a1 1 0 0 1-1.414 0l-2.829-2.829a1 1 0 0 1 1.414-1.414l1.122 1.121v-6.485H3.828l1.122 1.121a1 1 0 0 1-1.414 1.414L.707 11.664a1 1 0 0 1 0-1.414l2.829-2.83A1 1 0 0 1 4.95 8.836l-1.122 1.12h6.486V3.473l-1.122 1.12a1 1 0 0 1-1.414-1.414L10.607.35a1 1 0 0 1 1.414 0l2.828 2.829a1 1 0 1 1-1.414 1.414l-1.121-1.121v6.485h6.485z\"/></svg></li><li title=\"movie \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M6 15v3h8v-7H6v4zm-2-2v-2H2V9h2V7H2v6h2zm0 2H2v1a2 2 0 0 0 2 2v-3zm14-2V7h-2v2h2v2h-2v2h2zm0 2h-2v3a2 2 0 0 0 2-2v-1zm-4-8V2H6v7h8V7zm4-2V4a2 2 0 0 0-2-2v3h2zM4 5V2a2 2 0 0 0-2 2v1h2zm0-5h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/></svg></li><li title=\"mug f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M14.874 3H16a4 4 0 0 1 4 4v3a4 4 0 0 1-4 4h-1v2a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h7a4.002 4.002 0 0 1 3.874 3zM15 12h1a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-1v7z\"/></svg></li><li title=\"mug \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M4 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h7a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm10.874 1H16a4 4 0 0 1 4 4v3a4 4 0 0 1-4 4h-1v2a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h7a4.002 4.002 0 0 1 3.874 3zM15 12h1a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-1v7z\"/></svg></li><li title=\"music f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-7 -1.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M7.954 12.87V1.564a1 1 0 0 1 1-1h.028a1 1 0 0 1 1 1V15.63c.197 1.969-1.42 3.99-3.874 4.693-2.69.772-5.368-.333-5.98-2.468-.612-2.135 1.073-4.491 3.764-5.263 1.47-.421 2.935-.283 4.062.277z\"/></svg></li><li title=\"music \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-7 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M7.954 12.304V1a1 1 0 0 1 1-1h.028a1 1 0 0 1 1 1v14.065c.197 1.969-1.42 3.99-3.874 4.693-2.69.772-5.368-.333-5.98-2.468-.612-2.135 1.073-4.491 3.764-5.263 1.47-.421 2.935-.283 4.062.277zm-2.4 5.521c1.698-.487 2.645-1.81 2.37-2.77-.276-.961-1.78-1.582-3.478-1.095-1.698.487-2.645 1.81-2.37 2.771.276.96 1.78 1.581 3.478 1.094z\"/></svg></li><li title=\"myspace circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z\"/><ellipse cx=\"6.418\" cy=\"9.443\" rx=\"1.288\" ry=\"1.275\"/><path d=\"M6.4 11.051c-.78.01-1.4.654-1.4 1.426v.359c0 .083.068.15.152.15h2.531a.151.151 0 0 0 .152-.15v-.382A1.41 1.41 0 0 0 6.4 11.051z\"/><ellipse cx=\"9.68\" cy=\"9.151\" rx=\"1.394\" ry=\"1.38\"/><path d=\"M9.661 10.892a1.542 1.542 0 0 0-1.515 1.543v.4c0 .084.068.151.152.151h2.764a.151.151 0 0 0 .153-.15v-.425c0-.845-.698-1.53-1.554-1.519zm3.582-.717c.882 0 1.597-.708 1.597-1.581s-.715-1.58-1.597-1.58-1.597.707-1.597 1.58c0 .873.715 1.58 1.597 1.58zm0 .413c-.97 0-1.757.779-1.757 1.74v.508c0 .083.068.15.152.15h3.21a.151.151 0 0 0 .152-.15v-.509c0-.96-.787-1.74-1.757-1.74z\"/></svg></li><li title=\"myspace square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><ellipse cx=\"6.418\" cy=\"9.443\" rx=\"1.288\" ry=\"1.275\"/><path d=\"M6.4 11.051c-.78.01-1.4.654-1.4 1.426v.359c0 .083.068.15.152.15h2.531a.151.151 0 0 0 .152-.15v-.382A1.41 1.41 0 0 0 6.4 11.051z\"/><ellipse cx=\"9.68\" cy=\"9.151\" rx=\"1.394\" ry=\"1.38\"/><path d=\"M9.661 10.892a1.542 1.542 0 0 0-1.515 1.543v.4c0 .084.068.151.152.151h2.764a.151.151 0 0 0 .153-.15v-.425c0-.845-.698-1.53-1.554-1.519zm3.582-.717c.882 0 1.597-.708 1.597-1.581s-.715-1.58-1.597-1.58-1.597.707-1.597 1.58c0 .873.715 1.58 1.597 1.58zm0 .413c-.97 0-1.757.779-1.757 1.74v.508c0 .083.068.15.152.15h3.21a.151.151 0 0 0 .152-.15v-.509c0-.96-.787-1.74-1.757-1.74z\"/><path d=\"M4 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm0-2h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/></svg></li><li title=\"myspace \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -6 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><ellipse cx=\"2.835\" cy=\"4.885\" rx=\"2.576\" ry=\"2.55\"/><path d=\"M2.8 8.102C1.24 8.121 0 9.41 0 10.954v.718c0 .166.136.3.304.3h5.063a.303.303 0 0 0 .304-.3v-.763c0-1.562-1.289-2.826-2.87-2.807z\"/><ellipse cx=\"9.361\" cy=\"4.303\" rx=\"2.788\" ry=\"2.76\"/><path d=\"M9.323 7.784c-1.688.02-3.03 1.415-3.03 3.086v.802a.3.3 0 0 0 .303.3h5.529a.303.303 0 0 0 .304-.3v-.85c0-1.69-1.394-3.058-3.106-3.038zm7.163-1.434c1.763 0 3.193-1.416 3.193-3.162S18.249.027 16.486.027c-1.764 0-3.193 1.415-3.193 3.161s1.43 3.162 3.193 3.162zm0 .825c-1.94 0-3.514 1.558-3.514 3.48v1.017c0 .166.136.3.304.3h6.42a.303.303 0 0 0 .304-.3v-1.018c0-1.921-1.573-3.479-3.514-3.479z\"/></svg></li><li title=\"napster circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z\"/><path d=\"M11.035 11.99a2.929 2.929 0 0 1-1 .621 2.627 2.627 0 0 1-1.002-.621h2.002\"/><path d=\"M6.995 6.435a4.003 4.003 0 0 1 3.04-1.396c1.215 0 2.288.536 3.039 1.396a4.233 4.233 0 0 1 1.001-.153v1.406c.5.334.858.936.858 1.615 0 .68-.358 1.272-.858 1.607l-.036.038c-.214 2.065-1.93 3.652-4.005 3.652-2.11 0-3.826-1.616-4.04-3.69a1.93 1.93 0 0 1 0-3.213V6.282c.357.01.679.067 1 .153zm1.18 1.492A3.329 3.329 0 0 0 6.78 7.19v3.29c0 1.835 1.466 3.307 3.254 3.307s3.219-1.472 3.219-3.317V7.19a3.54 3.54 0 0 0-1.36.737 3.198 3.198 0 0 0-1.859-.603c-.68 0-1.323.22-1.86.603zm0-.956a3.966 3.966 0 0 1 1.86-.47c.679 0 1.286.173 1.859.47a2.62 2.62 0 0 1 .393-.24 3.238 3.238 0 0 0-2.253-.908c-.858 0-1.68.344-2.253.918.108.057.286.143.394.23z\"/><path d=\"M11.035 10.48c.537-.068 1.467-.058 1.467-.058-.036.172 0 .66-.537.966a1.188 1.188 0 0 1-.5.133c-.5.02-1.216.03-1.216.03.143-.584.321-1.024.786-1.072m-2.002.001c.43.047.644.487.787 1.07 0 0-.716-.01-1.216-.029a1.187 1.187 0 0 1-.5-.134c-.537-.306-.501-.793-.537-.965 0 0 .93-.01 1.466.057m1.931 2.63c-.25.172-.572.267-.93.267a1.84 1.84 0 0 1-.965-.267s.035-.106.071-.192a.363.363 0 0 1 .143-.134 2.708 2.708 0 0 0 1.502 0s.072.039.143.153a.545.545 0 0 1 .036.173\"/></svg></li><li title=\"napster square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M11.035 11.99a2.929 2.929 0 0 1-1 .621 2.627 2.627 0 0 1-1.002-.621h2.002\"/><path d=\"M6.995 6.435a4.003 4.003 0 0 1 3.04-1.396c1.215 0 2.288.536 3.039 1.396a4.233 4.233 0 0 1 1.001-.153v1.406c.5.334.858.936.858 1.615 0 .68-.358 1.272-.858 1.607l-.036.038c-.214 2.065-1.93 3.652-4.005 3.652-2.11 0-3.826-1.616-4.04-3.69a1.93 1.93 0 0 1 0-3.213V6.282c.357.01.679.067 1 .153zm1.18 1.492A3.329 3.329 0 0 0 6.78 7.19v3.29c0 1.835 1.466 3.307 3.254 3.307s3.219-1.472 3.219-3.317V7.19a3.54 3.54 0 0 0-1.36.737 3.198 3.198 0 0 0-1.859-.603c-.68 0-1.323.22-1.86.603zm0-.956a3.966 3.966 0 0 1 1.86-.47c.679 0 1.286.173 1.859.47a2.62 2.62 0 0 1 .393-.24 3.238 3.238 0 0 0-2.253-.908c-.858 0-1.68.344-2.253.918.108.057.286.143.394.23z\"/><path d=\"M11.035 10.48c.537-.068 1.467-.058 1.467-.058-.036.172 0 .66-.537.966a1.188 1.188 0 0 1-.5.133c-.5.02-1.216.03-1.216.03.143-.584.321-1.024.786-1.072m-2.002.001c.43.047.644.487.787 1.07 0 0-.716-.01-1.216-.029a1.187 1.187 0 0 1-.5-.134c-.537-.306-.501-.793-.537-.965 0 0 .93-.01 1.466.057m1.931 2.63c-.25.172-.572.267-.93.267a1.84 1.84 0 0 1-.965-.267s.035-.106.071-.192a.363.363 0 0 1 .143-.134 2.708 2.708 0 0 0 1.502 0s.072.039.143.153a.545.545 0 0 1 .036.173\"/><path d=\"M4 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm0-2h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/></svg></li><li title=\"napster \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M12.07 13.98a5.858 5.858 0 0 1-2.002 1.243 5.254 5.254 0 0 1-2.002-1.243h4.005\"/><path d=\"M3.99 2.87C5.49 1.15 7.636.078 10.067.078c2.432 0 4.577 1.071 6.08 2.792a8.466 8.466 0 0 1 2.002-.306v2.811a3.921 3.921 0 0 1 1.716 3.232 3.887 3.887 0 0 1-1.716 3.213l-.072.076c-.429 4.13-3.861 7.304-8.01 7.304-4.22 0-7.652-3.232-8.081-7.38A3.913 3.913 0 0 1 .27 8.606c0-1.358.715-2.563 1.717-3.213v-2.83c.715.02 1.359.134 2.002.306zm2.36 2.983a6.657 6.657 0 0 0-2.79-1.472v6.578c0 3.671 2.933 6.616 6.508 6.616 3.576 0 6.437-2.945 6.437-6.636V4.381a7.08 7.08 0 0 0-2.717 1.472 6.396 6.396 0 0 0-3.72-1.204c-1.359 0-2.646.44-3.718 1.204zm0-1.912c1.144-.593 2.36-.937 3.718-.937 1.36 0 2.575.344 3.72.937.214-.172.5-.325.786-.478-1.144-1.128-2.79-1.817-4.506-1.817-1.716 0-3.361.689-4.506 1.836.215.115.573.287.788.46z\"/><path d=\"M12.07 10.959c1.074-.134 2.933-.115 2.933-.115-.071.344 0 1.32-1.072 1.931-.143.096-.573.248-1.001.268-1.002.038-2.432.057-2.432.057.286-1.166.643-2.046 1.573-2.141m-4.005 0c.858.095 1.287.975 1.573 2.141 0 0-1.43-.02-2.431-.057-.43-.02-.858-.173-1.002-.268-1.073-.612-1-1.587-1.073-1.931 0 0 1.86-.02 2.933.115m3.862 5.258c-.5.344-1.144.536-1.86.536a3.686 3.686 0 0 1-1.93-.536s.07-.21.142-.383c.143-.21.286-.267.286-.267a5.44 5.44 0 0 0 1.502.21c.5 0 1.001-.077 1.502-.21 0 0 .143.076.286.306.072.191.072.344.072.344\"/></svg></li><li title=\"newsletter f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -4.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M2 .565h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-10a2 2 0 0 1 2-2zm3 8a1 1 0 1 0 0 2h6a1 1 0 0 0 0-2H5zm10-5v2h2v-2h-2z\"/></svg></li><li title=\"newsletter \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M2 0h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zm0 2v10h16V2H2zm3 6h6a1 1 0 0 1 0 2H5a1 1 0 1 1 0-2zm10-5h2v2h-2V3z\"/></svg></li><li title=\"newspaper f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M3 0h10a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3zm8 2a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zM3 9a1 1 0 1 0 0 2h10a1 1 0 0 0 0-2H3zm0 3a1 1 0 0 0 0 2h10a1 1 0 0 0 0-2H3zm0 3a1 1 0 0 0 0 2h5a1 1 0 0 0 0-2H3zm8-10a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zM3 2a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H3z\"/></svg></li><li title=\"newspaper \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M3 0h10a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3zm0 2a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H3zm2 13h2a1 1 0 0 1 0 2H5a1 1 0 0 1 0-2zm6-12a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm0 3a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm-6 6h6a1 1 0 0 1 0 2H5a1 1 0 0 1 0-2zm0-3h6a1 1 0 0 1 0 2H5a1 1 0 0 1 0-2zm.5-6h2A1.5 1.5 0 0 1 9 4.5v2A1.5 1.5 0 0 1 7.5 8h-2A1.5 1.5 0 0 1 4 6.5v-2A1.5 1.5 0 0 1 5.5 3z\"/></svg></li><li title=\"npm \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -8 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M0 0h20v6.857H10V8H5.556V6.857H0V0zm1.111 5.714h2.222V2.286h1.111v3.428h1.112V1.143H1.11v4.571zm5.556-4.571v5.714h2.222V5.714h2.222V1.143H6.667zm5.555 0v4.571h2.222V2.286h1.112v3.428h1.11V2.286h1.112v3.428h1.11V1.143h-6.666z\"/><path d=\"M10 4.7H9V2.2h1z\"/></svg></li><li title=\"odnoklassniki circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M9.53 11.996c-.77-.081-1.463-.272-2.057-.74-.074-.058-.15-.114-.217-.18-.26-.25-.287-.539-.08-.835.175-.254.47-.322.778-.177a1.2 1.2 0 0 1 .17.102c1.107.766 2.628.787 3.74.034a1.02 1.02 0 0 1 .363-.19.57.57 0 0 1 .655.264c.163.267.16.527-.04.734a3.018 3.018 0 0 1-1.087.708c-.388.152-.814.228-1.235.279.064.07.094.104.134.144.571.578 1.145 1.154 1.715 1.734.194.198.235.443.128.673-.117.25-.379.416-.635.398a.617.617 0 0 1-.402-.207c-.431-.437-.87-.866-1.293-1.311-.123-.13-.183-.105-.291.007-.434.45-.875.893-1.319 1.334-.199.197-.436.233-.667.12a.68.68 0 0 1-.39-.626.627.627 0 0 1 .21-.42l1.694-1.709c.037-.038.072-.078.126-.136z\"/><path d=\"M9.988 10a2.503 2.503 0 0 1-2.481-2.506A2.506 2.506 0 0 1 10.018 5a2.503 2.503 0 0 1 2.489 2.532C12.5 8.898 11.37 10.005 9.988 10zm1.244-2.502a1.218 1.218 0 0 0-1.224-1.221 1.22 1.22 0 0 0-1.226 1.235 1.218 1.218 0 0 0 1.233 1.212 1.216 1.216 0 0 0 1.217-1.226z\"/><path d=\"M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z\"/></svg></li><li title=\"odnoklassniki square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M9.53 11.996c-.77-.081-1.463-.272-2.057-.74-.074-.058-.15-.114-.217-.18-.26-.25-.287-.539-.08-.835.175-.254.47-.322.778-.177a1.2 1.2 0 0 1 .17.102c1.107.766 2.628.787 3.74.034a1.02 1.02 0 0 1 .363-.19.57.57 0 0 1 .655.264c.163.267.16.527-.04.734a3.018 3.018 0 0 1-1.087.708c-.388.152-.814.228-1.235.279.064.07.094.104.134.144.571.578 1.145 1.154 1.715 1.734.194.198.235.443.128.673-.117.25-.379.416-.635.398a.617.617 0 0 1-.402-.207c-.431-.437-.87-.866-1.293-1.311-.123-.13-.183-.105-.291.007-.434.45-.875.893-1.319 1.334-.199.197-.436.233-.667.12a.68.68 0 0 1-.39-.626.627.627 0 0 1 .21-.42l1.694-1.709c.037-.038.072-.078.126-.136z\"/><path d=\"M9.988 10a2.503 2.503 0 0 1-2.481-2.506A2.506 2.506 0 0 1 10.018 5a2.503 2.503 0 0 1 2.489 2.532C12.5 8.898 11.37 10.005 9.988 10zm1.244-2.502a1.218 1.218 0 0 0-1.224-1.221 1.22 1.22 0 0 0-1.226 1.235 1.218 1.218 0 0 0 1.233 1.212 1.216 1.216 0 0 0 1.217-1.226z\"/><path d=\"M4 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm0-2h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/></svg></li><li title=\"odnoklassniki \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-6 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M4.974 14.011c-1.531-.16-2.912-.54-4.094-1.471-.147-.116-.299-.228-.432-.357-.518-.5-.57-1.074-.16-1.664.35-.506.938-.641 1.549-.35.118.055.23.126.339.201 2.203 1.524 5.23 1.566 7.441.069.22-.17.454-.308.725-.378.528-.136 1.02.059 1.303.524.324.53.32 1.05-.079 1.461-.611.633-1.347 1.09-2.164 1.409-.773.302-1.62.454-2.457.554.126.139.186.207.265.287 1.137 1.15 2.28 2.297 3.414 3.451.386.394.467.881.254 1.339-.233.5-.753.829-1.264.794-.323-.023-.575-.185-.8-.412-.858-.87-1.732-1.724-2.573-2.61-.245-.258-.363-.209-.579.015-.863.895-1.74 1.776-2.624 2.653-.396.393-.868.464-1.328.24-.488-.24-.8-.741-.775-1.246.016-.342.183-.602.416-.836 1.126-1.132 2.248-2.267 3.371-3.4.074-.076.144-.156.252-.273z\"/><path d=\"M5.907 10.069C3.175 10.059.935 7.779.95 5.023.966 2.237 3.208-.007 5.967 0c2.764.007 4.983 2.285 4.97 5.1-.015 2.75-2.27 4.978-5.03 4.969zm2.483-5.04a2.444 2.444 0 0 0-2.443-2.458A2.447 2.447 0 0 0 3.498 5.06 2.443 2.443 0 0 0 5.96 7.5a2.439 2.439 0 0 0 2.43-2.47z\"/></svg></li><li title=\"opera circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z\"/><path d=\"M12.713 5.787c-.749-.506-1.676-.786-2.721-.786-.956 0-1.813.233-2.526.66C6.093 6.476 5.248 8 5.248 9.953 5.248 12.594 7.145 15 9.991 15s4.742-2.406 4.742-5.048c0-1.857-.764-3.326-2.02-4.166zm-2.721.147c1.526 0 1.896 2.095 1.896 3.997 0 1.764-.232 4.123-1.878 4.123S8.092 11.672 8.092 9.91c0-1.903.373-3.975 1.9-3.975z\"/></svg></li><li title=\"opera square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M12.713 5.787c-.749-.506-1.676-.786-2.721-.786-.956 0-1.813.233-2.526.66C6.093 6.476 5.248 8 5.248 9.953 5.248 12.594 7.145 15 9.991 15s4.742-2.406 4.742-5.048c0-1.857-.764-3.326-2.02-4.166zm-2.721.147c1.526 0 1.896 2.095 1.896 3.997 0 1.764-.232 4.123-1.878 4.123S8.092 11.672 8.092 9.91c0-1.903.373-3.975 1.9-3.975z\"/><path d=\"M4 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm0-2h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/></svg></li><li title=\"opera \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2.5 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M14.918 1.57C13.423.56 11.572 0 9.485 0c-1.91 0-3.62.466-5.043 1.32C1.702 2.944.014 5.987.014 9.886c0 5.274 3.787 10.078 9.469 10.078 5.681 0 9.468-4.803 9.468-10.078 0-3.707-1.526-6.64-4.033-8.316zm-5.434.293c3.048 0 3.785 4.182 3.785 7.982 0 3.52-.462 8.23-3.748 8.23-3.287 0-3.829-4.756-3.829-8.276 0-3.8.744-7.936 3.792-7.936z\"/></svg></li><li title=\"ordered list \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-5 -6 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M4 1h9a1 1 0 0 1 0 2H4a1 1 0 1 1 0-2zm0 8h9a1 1 0 0 1 0 2H4a1 1 0 0 1 0-2zm0-4h9a1 1 0 0 1 0 2H4a1 1 0 1 1 0-2zM.438.845h.72L1.111 3H.65L.7 1.28H.224L.438.845zM.523 5.59l-.45-.053c.011-.244.09-.439.234-.582a.76.76 0 0 1 .556-.214c.139 0 .263.03.37.089a.67.67 0 0 1 .26.258.677.677 0 0 1 .097.342.988.988 0 0 1-.115.435c-.075.153-.211.33-.407.535l-.158.17h.647V7H.014l.015-.231.666-.68c.158-.16.263-.288.313-.382a.531.531 0 0 0 .074-.245.227.227 0 0 0-.067-.17.242.242 0 0 0-.179-.067.233.233 0 0 0-.182.081c-.034.038-.077.132-.131.284zm.982 4.398c.08.106.121.23.121.373a.7.7 0 0 1-.23.528.813.813 0 0 1-.579.215.758.758 0 0 1-.545-.203c-.142-.136-.22-.32-.183-.603l.456.042c.015.101.05.174.1.22a.28.28 0 0 0 .194.068c.083 0 .15-.026.203-.078a.253.253 0 0 0 .08-.19.256.256 0 0 0-.109-.209c-.075-.06-.187-.09-.386-.143l.046-.401a.622.622 0 0 0 .203-.042.223.223 0 0 0 .092-.077.175.175 0 0 0 .032-.1.142.142 0 0 0-.045-.109.176.176 0 0 0-.127-.044.211.211 0 0 0-.13.044.217.217 0 0 0-.08.113l-.048.035-.444-.056a.703.703 0 0 1 .185-.413.71.71 0 0 1 .53-.217c.189 0 .35.06.479.182a.58.58 0 0 1 .195.436.516.516 0 0 1-.087.29c-.056.085-.136.153-.246.12a.626.626 0 0 1 .323.219z\"/></svg></li><li title=\"orientaton \"><svg width=\"21\" height=\"20\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\"><path d=\"M2 10.941v7h12v-7H2Zm0-2h12a2 2 0 0 1 2 2v7a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2Zm9.012-2h-2V2a2 2 0 0 1 2-2h7a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H18v-2h.012V2h-7v4.941Z\"/></svg></li><li title=\"padlock alt f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-6 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M2 9.528V4a4 4 0 1 1 8 0v5.528a6 6 0 1 1-8 0zM4 8.34A5.99 5.99 0 0 1 6 8c.701 0 1.374.12 2 .341V4a2 2 0 1 0-4 0v4.341zM6 16a2 2 0 1 0 0-4 2 2 0 0 0 0 4z\"/></svg></li><li title=\"padlock alt open f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-6 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M2 9.528V4a4 4 0 1 1 8 0v1a1 1 0 1 1-2 0V4a2 2 0 1 0-4 0v4.341a6 6 0 1 1-2 1.186zM6 16a2 2 0 1 0 0-4 2 2 0 0 0 0 4z\"/></svg></li><li title=\"padlock alt open \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-6 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M6 18a4 4 0 1 0 0-8 4 4 0 0 0 0 8zM2 9.528V4a4 4 0 1 1 8 0v1a1 1 0 1 1-2 0V4a2 2 0 1 0-4 0v4.341a6 6 0 1 1-2 1.186zM6 16a2 2 0 1 1 0-4 2 2 0 0 1 0 4z\"/></svg></li><li title=\"padlock alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-6 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M6 18a4 4 0 1 0 0-8 4 4 0 0 0 0 8zM2 9.528V4a4 4 0 1 1 8 0v5.528a6 6 0 1 1-8 0zM4 8.34A5.99 5.99 0 0 1 6 8c.701 0 1.374.12 2 .341V4a2 2 0 1 0-4 0v4.341zM6 16a2 2 0 1 1 0-4 2 2 0 0 1 0 4z\"/></svg></li><li title=\"padlock f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-5 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M12 10a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-6a2 2 0 0 1 2-2V5a5 5 0 1 1 10 0v5zm-5 7a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm3-7V5a3 3 0 1 0-6 0v5h6z\"/></svg></li><li title=\"padlock open f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-5 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M12 5h-2a3 3 0 1 0-6 0v5h8a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-6a2 2 0 0 1 2-2V5a5 5 0 1 1 10 0zM7 17a2 2 0 1 0 0-4 2 2 0 0 0 0 4z\"/></svg></li><li title=\"padlock open \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-5 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M2 12v6h10v-6H2zm8-7a3 3 0 1 0-6 0v5h8a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-6a2 2 0 0 1 2-2V5a5 5 0 1 1 10 0 1 1 0 0 1-2 0zM7 17a2 2 0 1 1 0-4 2 2 0 0 1 0 4z\"/></svg></li><li title=\"padlock \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-5 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M2 12v6h10v-6H2zm10-2a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-6a2 2 0 0 1 2-2V5a5 5 0 1 1 10 0v5zm-2 0V5a3 3 0 1 0-6 0v5h6zm-3 7a2 2 0 1 1 0-4 2 2 0 0 1 0 4z\"/></svg></li><li title=\"page break \"><svg width=\"14\" height=\"14\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\"><path d=\"M1 6h2a1 1 0 1 1 0 2H1a1 1 0 1 1 0-2Zm10 0h2a1 1 0 0 1 0 2h-2a1 1 0 0 1 0-2ZM6 6h2a1 1 0 1 1 0 2H6a1 1 0 1 1 0-2ZM0 1a1 1 0 1 1 2 0v2.014h10V1a1 1 0 0 1 2 0v2.014a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V1Zm0 12.014V11a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v2.014a1 1 0 0 1-2 0V11H2v2.014a1 1 0 0 1-2 0Z\"/></svg></li><li title=\"paper plane f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M7.671 13.44 19.926 1.384c.116.408.096.847-.061 1.25l-6.25 16.08c-.395 1.016-1.532 1.538-2.54 1.165a1.9 1.9 0 0 1-1.097-1.054l-1.981-4.77c-.09-.216-.2-.423-.326-.617zm-1.41-1.288a3.82 3.82 0 0 0-.317-.148l-4.77-1.981C.185 9.61-.268 8.465.165 7.465a2.022 2.022 0 0 1 1.121-1.079l16.08-6.25c.46-.179.94-.175 1.365-.025L6.26 12.152z\"/></svg></li><li title=\"paper plane \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m16.907 4.44-7.655 7.655c.227.325.42.676.575 1.048l1.91 4.599 5.17-13.303zm-9.002 6.308 7.656-7.656-13.303 5.17 4.599 1.911a5.51 5.51 0 0 1 1.048.575zm11.618-7.862-6.027 15.506c-.38.98-1.477 1.483-2.449 1.124a1.831 1.831 0 0 1-1.057-1.017L8.08 13.9a3.662 3.662 0 0 0-1.98-1.98l-4.6-1.91C.546 9.613.11 8.51.528 7.544a1.95 1.95 0 0 1 1.08-1.04L17.114.475a1.852 1.852 0 0 1 2.41 2.41z\"/></svg></li><li title=\"paragraph \"><svg width=\"14\" height=\"14\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\"><path d=\"M12 2v11a1 1 0 0 1-2 0V2H8v11a1 1 0 0 1-2 0V8H4a4 4 0 1 1 0-8h9a1 1 0 0 1 0 2h-1ZM6 6V2H4a2 2 0 1 0 0 4h2Z\"/></svg></li><li title=\"patreon circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z\"/><path d=\"M11.464 5.206c-1.976 0-3.583 1.598-3.583 3.563 0 1.958 1.607 3.551 3.583 3.551 1.969 0 3.57-1.593 3.57-3.551a3.57 3.57 0 0 0-3.57-3.563m-6.38 9.49v-9.49h1.752v9.49z\"/></svg></li><li title=\"patreon square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M11.464 5.206c-1.976 0-3.583 1.598-3.583 3.563 0 1.958 1.607 3.551 3.583 3.551 1.969 0 3.57-1.593 3.57-3.551a3.57 3.57 0 0 0-3.57-3.563m-6.38 9.49v-9.49h1.752v9.49z\"/><path d=\"M4 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm0-2h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/></svg></li><li title=\"patreon \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M12.808.01c-3.95 0-7.164 3.196-7.164 7.125 0 3.916 3.214 7.103 7.164 7.103 3.938 0 7.142-3.187 7.142-7.103 0-3.93-3.204-7.125-7.142-7.125M.05 18.99V.01h3.502v18.98z\"/></svg></li><li title=\"pause \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4 -3 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M2 0h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zm0 2v14h2V2H2zm10-2h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zm0 2v14h2V2h-2z\"/></svg></li><li title=\"paypal circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m8.252 13.405-.006.036a.468.468 0 0 1-.462.388h-1.32a.465.465 0 0 1-.457-.542l1.329-7.9A.465.465 0 0 1 7.794 5H11.4c1.192 0 2.158.966 2.158 2.158 0 .142-.009.282-.026.42.483.342.798.906.798 1.543a2.982 2.982 0 0 1-2.982 2.982h-.303a.698.698 0 0 0-.688.582l-.164.974.164-.974a.698.698 0 0 1 .688-.582h.303a2.982 2.982 0 0 0 2.982-2.982c0-.637-.315-1.2-.798-1.544a3.398 3.398 0 0 1-3.372 2.98H9.155a.505.505 0 0 0-.485.364l-.602 3.576a.41.41 0 0 0 .404.478h1.154c.2 0 .37-.145.404-.342l.164-.974-.164.974a.41.41 0 0 1-.404.342H8.472a.408.408 0 0 1-.404-.478l.184-1.092z\"/><path d=\"M13.967 8c.19.295.301.647.301 1.025a2.982 2.982 0 0 1-2.981 2.982h-.304a.698.698 0 0 0-.688.582l-.327 1.949a.41.41 0 0 1-.404.341H8.507l.6-3.56a.505.505 0 0 1 .484-.366h1.007A3.398 3.398 0 0 0 13.967 8zm-5.46 6.88H8.41a.41.41 0 0 1-.404-.478l.03-.176h.185a.468.468 0 0 0 .461-.388l.007-.036-.182 1.077z\"/><path d=\"M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z\"/></svg></li><li title=\"paypal square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m8.252 13.405-.006.036a.468.468 0 0 1-.462.388h-1.32a.465.465 0 0 1-.457-.542l1.329-7.9A.465.465 0 0 1 7.794 5H11.4c1.192 0 2.158.966 2.158 2.158 0 .142-.009.282-.026.42.483.342.798.906.798 1.543a2.982 2.982 0 0 1-2.982 2.982h-.303a.698.698 0 0 0-.688.582l-.164.974.164-.974a.698.698 0 0 1 .688-.582h.303a2.982 2.982 0 0 0 2.982-2.982c0-.637-.315-1.2-.798-1.544a3.398 3.398 0 0 1-3.372 2.98H9.155a.505.505 0 0 0-.485.364l-.602 3.576a.41.41 0 0 0 .404.478h1.154c.2 0 .37-.145.404-.342l.164-.974-.164.974a.41.41 0 0 1-.404.342H8.472a.408.408 0 0 1-.404-.478l.184-1.092z\"/><path d=\"M13.967 8c.19.295.301.647.301 1.025a2.982 2.982 0 0 1-2.981 2.982h-.304a.698.698 0 0 0-.688.582l-.327 1.949a.41.41 0 0 1-.404.341H8.507l.6-3.56a.505.505 0 0 1 .484-.366h1.007A3.398 3.398 0 0 0 13.967 8zm-5.46 6.88H8.41a.41.41 0 0 1-.404-.478l.03-.176h.185a.468.468 0 0 0 .461-.388l.007-.036-.182 1.077z\"/><path d=\"M4 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm0-2h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/></svg></li><li title=\"paypal \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m4.328 16.127-.011.07a.899.899 0 0 1-.887.744H.9a.892.892 0 0 1-.88-1.04L2.57.745A.892.892 0 0 1 3.45 0h6.92a4.141 4.141 0 0 1 4.142 4.141c0 .273-.017.54-.05.804a3.629 3.629 0 0 1 1.53 2.962 5.722 5.722 0 0 1-5.72 5.722h-.583a1.34 1.34 0 0 0-1.32 1.117l-.314 1.87.314-1.87a1.339 1.339 0 0 1 1.32-1.117h.582a5.722 5.722 0 0 0 5.722-5.722 3.629 3.629 0 0 0-1.53-2.962 6.52 6.52 0 0 1-6.47 5.716H6.06a.969.969 0 0 0-.93.701l-1.155 6.862c-.08.48.289.916.775.916h2.214a.786.786 0 0 0 .775-.655l.315-1.87-.315 1.87a.786.786 0 0 1-.775.655H4.751a.782.782 0 0 1-.6-.278.782.782 0 0 1-.175-.638l.352-2.097z\"/><path d=\"M15.45 5.995c.365.567.578 1.242.578 1.967a5.722 5.722 0 0 1-5.722 5.722h-.581c-.654 0-1.212.472-1.32 1.117l-.63 3.739a.786.786 0 0 1-.774.655H4.973l1.15-6.833c.118-.41.495-.7.93-.7h1.932a6.52 6.52 0 0 0 6.464-5.667zm-10.477 13.2h-.187a.786.786 0 0 1-.775-.916l.057-.338h.355a.899.899 0 0 0 .886-.743l.012-.07-.348 2.067z\"/></svg></li><li title=\"pen f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-3 -3 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M8.406 12.732 5.367 9.693c.543-.956 1.335-1.903 2.375-2.838 1.341-1.208 3.708-3.25 7.1-6.126a1.795 1.795 0 0 1 2.53 2.53c-2.88 3.398-4.921 5.765-6.125 7.1-.935 1.037-1.882 1.828-2.841 2.373zM3.99 11.146l2.965 2.964-1.366 1.906-5.276 1.795 1.771-5.3 1.906-1.365z\"/></svg></li><li title=\"pen \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2.5 -3 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m5.648 12.276-1.65 1.1-.415 1.68 1.665-.42 1.104-1.656-.704-.704zM7.1 10.899l.627.627.091-.032c.937-.334 1.88-1.019 2.824-2.089 1.139-1.29 3.061-3.587 5.757-6.879a.211.211 0 0 0-.297-.297c-3.286 2.693-5.583 4.616-6.881 5.758-1.076.946-1.76 1.888-2.088 2.819l-.033.093zm-.615 5.486L.843 17.814l1.4-5.671 3.004-2.004C5.7 8.863 6.583 7.645 7.9 6.486c1.32-1.162 3.632-3.097 6.936-5.804a2.21 2.21 0 0 1 3.111 3.112c-2.71 3.309-4.645 5.62-5.804 6.934-1.156 1.31-2.373 2.193-3.652 2.65l-2.005 3.007z\"/></svg></li><li title=\"pencil f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2.5 -2.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m16.318 6.11-3.536-3.535 1.415-1.414c.63-.63 2.073-.755 2.828 0l.707.707c.755.755.631 2.198 0 2.829L16.318 6.11zm-1.414 1.415-9.9 9.9-4.596 1.06 1.06-4.596 9.9-9.9 3.536 3.536z\"/></svg></li><li title=\"pencil \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2.5 -2.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M12.238 5.472 3.2 14.51l-.591 2.016 1.975-.571 9.068-9.068-1.414-1.415zM13.78 3.93l1.414 1.414 1.318-1.318a.5.5 0 0 0 0-.707l-.708-.707a.5.5 0 0 0-.707 0L13.781 3.93zm3.439-2.732.707.707a2.5 2.5 0 0 1 0 3.535L5.634 17.733l-4.22 1.22a1 1 0 0 1-1.237-1.241l1.248-4.255 12.26-12.26a2.5 2.5 0 0 1 3.535 0z\"/></svg></li><li title=\"periscope circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M9.993 5C7.79 5 6.005 6.758 6.005 8.926c0 2.577 3.243 6.06 3.988 6.06.745 0 3.987-3.385 3.987-6.06C13.98 6.758 12.195 5 9.993 5zm-.018 6.865c-1.568 0-2.839-1.251-2.839-2.795 0-1.543 1.271-2.794 2.839-2.794 1.567 0 2.838 1.25 2.838 2.794s-1.27 2.795-2.838 2.795z\"/><path d=\"M9.975 6.816c-.07 0-.14.003-.21.01.17.192.272.442.272.716 0 .606-.498 1.096-1.113 1.096-.43 0-.804-.24-.989-.593-.16.308-.25.656-.25 1.025 0 1.245 1.025 2.255 2.29 2.255 1.264 0 2.29-1.01 2.29-2.255 0-1.245-1.025-2.254-2.29-2.254z\"/><path d=\"M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z\"/></svg></li><li title=\"periscope square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M9.993 5C7.79 5 6.005 6.758 6.005 8.926c0 2.577 3.243 6.06 3.988 6.06.745 0 3.987-3.385 3.987-6.06C13.98 6.758 12.195 5 9.993 5zm-.018 6.865c-1.568 0-2.839-1.251-2.839-2.795 0-1.543 1.271-2.794 2.839-2.794 1.567 0 2.838 1.25 2.838 2.794s-1.27 2.795-2.838 2.795z\"/><path d=\"M9.975 6.816c-.07 0-.14.003-.21.01.17.192.272.442.272.716 0 .606-.498 1.096-1.113 1.096-.43 0-.804-.24-.989-.593-.16.308-.25.656-.25 1.025 0 1.245 1.025 2.255 2.29 2.255 1.264 0 2.29-1.01 2.29-2.255 0-1.245-1.025-2.254-2.29-2.254z\"/><path d=\"M4 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm0-2h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/></svg></li><li title=\"periscope \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M7.986 0C3.58 0 .01 3.516.01 7.852c0 5.155 6.485 12.12 7.976 12.12 1.49 0 7.975-6.77 7.975-12.12C15.96 3.516 12.39 0 7.986 0zM7.95 13.73c-3.136 0-5.677-2.503-5.677-5.59 0-3.086 2.541-5.589 5.677-5.589 3.135 0 5.676 2.503 5.676 5.59 0 3.086-2.541 5.589-5.676 5.589z\"/><path d=\"M7.95 3.631c-.141 0-.28.007-.418.02.338.384.543.885.543 1.433 0 1.211-.997 2.193-2.227 2.193A2.23 2.23 0 0 1 3.87 6.09c-.32.615-.5 1.311-.5 2.05 0 2.49 2.05 4.509 4.58 4.509 2.529 0 4.58-2.019 4.58-4.51 0-2.49-2.051-4.509-4.58-4.509z\"/></svg></li><li title=\"phone f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-6 -1.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M3 .565h6a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3v-14a3 3 0 0 1 3-3zm3 17a1 1 0 1 0 0-2 1 1 0 0 0 0 2z\"/></svg></li><li title=\"phone \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-6 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M3 0h6a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3zm0 2a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H3zm3 15a1 1 0 1 1 0-2 1 1 0 0 1 0 2z\"/></svg></li><li title=\"picture edit \"><svg width=\"20\" height=\"16\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\"><path d=\"M2 13V9a1 1 0 1 1-2 0V7a1 1 0 1 1 2 0V3a1 1 0 1 1-2 0 3 3 0 0 1 3-3 1 1 0 1 1 0 2h4a1 1 0 1 1 0-2h3a1 1 0 0 1 0 2h4a1 1 0 0 1 0-2h3a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3 1 1 0 0 1 2 0Zm16-4.497V3a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h3.504l4.39-7.322a3 3 0 0 1 4.69-.582L18 8.503Zm0 2.823-3.828-3.814a1 1 0 0 0-1.563.195L8.836 14H17a1 1 0 0 0 1-1v-1.674ZM6 9a3 3 0 1 1 0-6 3 3 0 0 1 0 6Zm0-2a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z\"/></svg></li><li title=\"picture f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -4 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m20 10.536-4.416-4.44a3 3 0 0 0-4.69.582L5.072 16H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3h14a3 3 0 0 1 3 3v7.536zm-.011 2.724A3 3 0 0 1 17 16H7.64l4.969-8.293a1 1 0 0 1 1.563-.195l5.817 5.748zM6 9a3 3 0 1 0 0-6 3 3 0 0 0 0 6z\"/></svg></li><li title=\"picture \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -4 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M18 8.503V3a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h3.504l4.39-7.322a3 3 0 0 1 4.69-.582L18 8.503zm0 2.823-3.828-3.814a1 1 0 0 0-1.563.195L8.836 14H17a1 1 0 0 0 1-1v-1.674zM3 0h14a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3zm3 9a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0-2a1 1 0 1 0 0-2 1 1 0 0 0 0 2z\"/></svg></li><li title=\"pictures f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m16 14.606-1.339-1.287a3 3 0 0 0-4.8.52L5.94 20H2a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v6.606zm0 2.752V18a2 2 0 0 1-2 2H8.512l3.077-5.154a1 1 0 0 1 1.6-.174L16 17.358zM6 15a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM4 5V2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v6.76l-1.339-1.441a3 3 0 0 0-1.887-.953C16.408 5.557 15.64 5 14.75 5h-1.92a3.001 3.001 0 0 0-5.66 0H4zm13 9V8.512a1 1 0 0 1 .189.16L20 11.661V12a2 2 0 0 1-2 2h-1z\"/></svg></li><li title=\"pictures \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M2 8v10h12V8H2zm2-2V2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-2v4a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h2zm2 0h8a2 2 0 0 1 2 2v4h2V2H6v4zm0 9a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0-2a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm1-7a3 3 0 1 1 6 0h-2a1 1 0 0 0-2 0H7zm1.864 13.518-1.728-1.007 2.725-4.673a3 3 0 0 1 4.8-.52l1.088 1.184-1.473 1.354-1.087-1.184a1 1 0 0 0-1.6.174l-2.725 4.672zm6.512-12.97a2.994 2.994 0 0 1 3.285.77l1.088 1.184-1.473 1.354-1.087-1.184A1 1 0 0 0 16 8.457V8c0-.571-.24-1.087-.624-1.451z\"/></svg></li><li title=\"pie chart alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M19.95 11c-.501 5.053-4.765 9-9.95 9-5.523 0-10-4.477-10-10C0 4.815 3.947.551 9 .05v2.012A8.001 8.001 0 0 0 10 18a8.001 8.001 0 0 0 7.938-7h2.013zm0-2h-2.012A8.004 8.004 0 0 0 11 2.062V.049A10.003 10.003 0 0 1 19.95 9z\"/></svg></li><li title=\"pie chart f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M19.95 11c-.501 5.053-4.765 9-9.95 9-5.523 0-10-4.477-10-10C0 4.815 3.947.551 9 .05V11h10.95zm0-2H11V.05A10.003 10.003 0 0 1 19.95 9z\"/></svg></li><li title=\"pie chart \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zM9 1h2v10H9V1zm0 8h10v2H9V9z\"/></svg></li><li title=\"pin alt f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-7 -1.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M4 10.465a5.002 5.002 0 0 1 1-9.9 5 5 0 0 1 1 9.9v9.1a1 1 0 0 1-2 0v-9.1z\"/></svg></li><li title=\"pin alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-7 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M4 9.9A5.002 5.002 0 0 1 5 0a5 5 0 0 1 1 9.9V19a1 1 0 0 1-2 0V9.9zM5 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6z\"/></svg></li><li title=\"pin f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-3 -2.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m7.374 12.268-5.656 5.657A1 1 0 1 1 .303 16.51l5.657-5.656L1.718 6.61A6.992 6.992 0 0 1 7.9 4.67L11.617.954a2 2 0 0 1 2.828 0l2.829 2.828a2 2 0 0 1 0 2.829l-3.716 3.716a6.992 6.992 0 0 1-1.941 6.183l-4.243-4.242z\"/></svg></li><li title=\"pin \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2.5 -2.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m12.626 11.346-.184-1.036 4.49-4.491-2.851-2.852-4.492 4.49-1.035-.184a5.05 5.05 0 0 0-2.734.269l6.538 6.537a5.05 5.05 0 0 0 .268-2.733zm-4.25 1.604L2.67 18.654a1.008 1.008 0 0 1-1.426-1.426l5.705-5.704L2.67 7.245a7.051 7.051 0 0 1 6.236-1.958l3.747-3.747a2.017 2.017 0 0 1 2.853 0l2.852 2.853a2.017 2.017 0 0 1 0 2.852l-3.747 3.747a7.051 7.051 0 0 1-1.958 6.236L8.376 12.95z\"/></svg></li><li title=\"pinterest circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M9.355 11.614C9.1 12.99 8.79 14.31 7.866 15c-.284-2.08.419-3.644.745-5.303-.556-.964.067-2.906 1.24-2.427 1.445.588-1.25 3.586.56 3.96 1.888.392 2.66-3.374 1.488-4.6-1.692-1.768-4.927-.04-4.529 2.492.097.62.718.807.248 1.661-1.083-.247-1.406-1.127-1.365-2.3.067-1.92 1.675-3.263 3.289-3.45 2.04-.235 3.954.772 4.219 2.748.297 2.23-.921 4.646-3.103 4.472-.59-.047-.84-.35-1.303-.64z\"/><path d=\"M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z\"/></svg></li><li title=\"pinterest square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M9.355 11.614C9.1 12.99 8.79 14.31 7.866 15c-.284-2.08.419-3.644.745-5.303-.556-.964.067-2.906 1.24-2.427 1.445.588-1.25 3.586.56 3.96 1.888.392 2.66-3.374 1.488-4.6-1.692-1.768-4.927-.04-4.529 2.492.097.62.718.807.248 1.661-1.083-.247-1.406-1.127-1.365-2.3.067-1.92 1.675-3.263 3.289-3.45 2.04-.235 3.954.772 4.219 2.748.297 2.23-.921 4.646-3.103 4.472-.59-.047-.84-.35-1.303-.64z\"/><path d=\"M4 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm0-2h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/></svg></li><li title=\"pinterest \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4.5 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M6.17 13.097c-.506 2.726-1.122 5.34-2.95 6.705-.563-4.12.829-7.215 1.475-10.5-1.102-1.91.133-5.755 2.457-4.808 2.86 1.166-2.477 7.102 1.106 7.844 3.741.774 5.269-6.683 2.949-9.109C7.855-.272 1.45 3.15 2.238 8.163c.192 1.226 1.421 1.598.491 3.29C.584 10.962-.056 9.22.027 6.897.159 3.097 3.344.435 6.538.067c4.04-.466 7.831 1.527 8.354 5.44.59 4.416-1.823 9.2-6.142 8.855-1.171-.093-1.663-.69-2.58-1.265z\"/></svg></li><li title=\"pizza slice \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M4.258 6.884 9.97 16.977l5.618-9.83c-1.33-.105-2.712-.453-4.242-.992-.395-.14-.598-.171-.78-.148-.154.02-1.723.569-2.643.802-1.161.294-2.384.317-3.665.075zm-1.41-2.49c1.702.67 3.224.82 4.584.476.738-.187 2.478-.796 2.883-.847.529-.067 1.03.01 1.696.245 1.774.626 3.296.956 4.703.909l.887-1.552A18.559 18.559 0 0 0 9.966 2a18.56 18.56 0 0 0-7.569 1.596l.451.797zM.542 2.268A20.508 20.508 0 0 1 9.966 0c3.362 0 6.606.8 9.496 2.306a1 1 0 0 1 .406 1.383l-9.034 15.807a1 1 0 0 1-1.738-.004L.13 3.65a1 1 0 0 1 .412-1.38zM8 10a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm3 3a1 1 0 1 1 0-2 1 1 0 0 1 0 2z\"/></svg></li><li title=\"plane f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-1 -1 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m12.685 13.285-3.44 3.06.528 2.423-2.488 2.488-2.507-3.921-3.921-2.507 2.488-2.488L5.9 13l2.927-3.573-6.171-4.114 2.828-2.829L13.2 5.057l3.793-3.793c1.171-1.172 2.985-1.258 4.05-.193s.978 2.878-.193 4.05l-3.793 3.793 2.571 7.713-2.828 2.829-4.114-6.171z\"/></svg></li><li title=\"plane \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-1.5 -1.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m10.725 9.094-5.509 5.51-1.87-.777-.167.169 2.38 1.587 1.588 2.38.168-.168-.776-1.87 5.509-5.508 4.328 6.252.21-.208-2.887-7.696 4.4-4.398a.935.935 0 0 0-1.323-1.323l-4.4 4.399-7.694-2.886-.21.209 6.253 4.328zm5.39 10.483-4.33-6.253-3.04 3.04.777 1.87-2.666 2.665-2.645-3.967-3.968-2.646 2.666-2.666 1.869.776 3.04-3.04-6.253-4.328 2.646-2.645 7.695 2.885 3.547-3.547a2.806 2.806 0 1 1 3.968 3.968l-3.547 3.547 2.886 7.696-2.646 2.645z\"/></svg></li><li title=\"play circle f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zm4.126-8.254c.213-.153.397-.348.54-.575.606-.965.365-2.27-.54-2.917L10.07 5.356A1.887 1.887 0 0 0 8.972 5C7.883 5 7 5.941 7 7.102v5.796c0 .417.116.824.334 1.17.607.965 1.832 1.222 2.737.576l4.055-2.898zm-5.2-4.616 4.055 2.898-4.056 2.897V7.13z\"/></svg></li><li title=\"play circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm4.126-6.254-4.055 2.898c-.905.646-2.13.389-2.737-.576A2.201 2.201 0 0 1 7 12.898V7.102C7 5.942 7.883 5 8.972 5c.391 0 .774.124 1.099.356l4.055 2.898c.905.647 1.146 1.952.54 2.917a2.042 2.042 0 0 1-.54.575zM8.972 7.102v5.796L13.027 10 8.972 7.102z\"/></svg></li><li title=\"play square f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M4 0h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4zm10.126 11.746c.213-.153.397-.348.54-.575.606-.965.365-2.27-.54-2.917L10.07 5.356A1.887 1.887 0 0 0 8.972 5C7.883 5 7 5.941 7 7.102v5.796c0 .417.116.824.334 1.17.607.965 1.832 1.222 2.737.576l4.055-2.898zm-5.2-4.616 4.055 2.898-4.056 2.897V7.13z\"/></svg></li><li title=\"play square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M4 0h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4zm0 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm10.126 9.746-4.055 2.898c-.905.646-2.13.389-2.737-.576A2.201 2.201 0 0 1 7 12.898V7.102C7 5.942 7.883 5 8.972 5c.391 0 .774.124 1.099.356l4.055 2.898c.905.647 1.146 1.952.54 2.917a2.042 2.042 0 0 1-.54.575zM8.972 7.102v5.796L13.027 10 8.972 7.102z\"/></svg></li><li title=\"play \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4 -3 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M13.82 9.523a.976.976 0 0 0-.324-1.363L3.574 2.128a1.031 1.031 0 0 0-.535-.149c-.56 0-1.013.443-1.013.99V15.03c0 .185.053.366.153.523.296.464.92.606 1.395.317l9.922-6.031c.131-.08.243-.189.325-.317zm.746 1.997-9.921 6.031c-1.425.867-3.3.44-4.186-.951A2.918 2.918 0 0 1 0 15.03V2.97C0 1.329 1.36 0 3.04 0c.567 0 1.123.155 1.605.448l9.921 6.032c1.425.866 1.862 2.696.975 4.088-.246.386-.58.712-.975.952z\"/></svg></li><li title=\"plug f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-6 -1.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M2 7.565h8a2 2 0 0 1 2 2v3.5a5.502 5.502 0 0 1-4.155 5.334A1.5 1.5 0 0 1 6.5 20.565h-1a1.5 1.5 0 0 1-1.345-2.166A5.502 5.502 0 0 1 0 13.065v-3.5a2 2 0 0 1 2-2zm2-1H2v-5a1 1 0 1 1 2 0v5zm6 0H8v-5a1 1 0 1 1 2 0v5z\"/></svg></li><li title=\"plug \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-6 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M2 9v3.5A3.5 3.5 0 0 0 5.5 16h1a3.5 3.5 0 0 0 3.5-3.5V9H2zm6-2V1a1 1 0 1 1 2 0v6a2 2 0 0 1 2 2v3.5a5.502 5.502 0 0 1-4.155 5.334A1.5 1.5 0 0 1 6.5 20h-1a1.5 1.5 0 0 1-1.345-2.166A5.502 5.502 0 0 1 0 12.5V9a2 2 0 0 1 2-2V1a1 1 0 1 1 2 0v6h4z\"/></svg></li><li title=\"plus circle f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M11 11h4a1 1 0 0 0 0-2h-4V5a1 1 0 0 0-2 0v4H5a1 1 0 1 0 0 2h4v4a1 1 0 0 0 2 0v-4zm-1 9C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z\"/></svg></li><li title=\"plus circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm1-7v4a1 1 0 0 1-2 0v-4H5a1 1 0 0 1 0-2h4V5a1 1 0 1 1 2 0v4h4a1 1 0 0 1 0 2h-4z\"/></svg></li><li title=\"plus rectangle f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M11 11h4a1 1 0 0 0 0-2h-4V5a1 1 0 0 0-2 0v4H5a1 1 0 1 0 0 2h4v4a1 1 0 0 0 2 0v-4zM4 0h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/></svg></li><li title=\"plus rectangle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M4 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm0-2h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4zm7 11v4a1 1 0 0 1-2 0v-4H5a1 1 0 0 1 0-2h4V5a1 1 0 1 1 2 0v4h4a1 1 0 0 1 0 2h-4z\"/></svg></li><li title=\"plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4.5 -4.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M8.9 6.9v-5a1 1 0 1 0-2 0v5h-5a1 1 0 1 0 0 2h5v5a1 1 0 1 0 2 0v-5h5a1 1 0 1 0 0-2h-5z\"/></svg></li><li title=\"pocket watch f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-6 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M7 13v-3a1 1 0 1 0-2 0v4a1 1 0 0 0 1 1h3a1 1 0 0 0 0-2H7zM5 5.732V5a1 1 0 1 1 2 0v.732a2 2 0 1 0-2 0zM6 20A6 6 0 1 1 6 8a6 6 0 0 1 0 12zM2.959 6.598a4 4 0 1 1 6.082 0A7.977 7.977 0 0 0 6 6a7.977 7.977 0 0 0-3.041.598z\"/></svg></li><li title=\"pocket watch \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4 -1 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M9 13h2a1 1 0 0 1 0 2H8a1 1 0 0 1-1-1v-4a1 1 0 1 1 2 0v3zM7 5.732V5a1 1 0 1 1 2 0v.732a2 2 0 1 0-2 0zm-2.041.866a4 4 0 1 1 6.082 0A8.002 8.002 0 0 1 8 22 8 8 0 0 1 4.959 6.598zM8 20A6 6 0 1 0 8 8a6 6 0 0 0 0 12z\"/></svg></li><li title=\"podcast \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M8 19.8c-4.564-.927-8-4.962-8-9.8C0 4.477 4.477 0 10 0s10 4.477 10 10c0 4.838-3.436 8.873-8 9.8v-2.052a8 8 0 1 0-4 0V19.8zm0-4.141a6 6 0 1 1 4 0v-2.194a4 4 0 1 0-4 0v2.194zm3-3.927V20H9v-8.268a2 2 0 1 1 2 0z\"/></svg></li><li title=\"power \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-3 -2.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M12 4.1a.973.973 0 0 1-.617-.898c0-.536.448-.972 1-.972.116 0 .228.02.332.055.001-.003.002-.004.004-.003C15.834 3.658 18 6.708 18 10.252 18 15.082 13.97 19 9 19s-9-3.917-9-8.749C0 6.732 2.137 3.7 5.218 2.31a1.022 1.022 0 0 1 .392-.076c.552 0 1 .435 1 .971a.972.972 0 0 1-.61.896c-2.365 1.092-4 3.436-4 6.15 0 3.758 3.134 6.805 7 6.805s7-3.047 7-6.805c0-2.714-1.635-5.058-4-6.15zM9 0a1 1 0 0 1 1 1v6a1 1 0 1 1-2 0V1a1 1 0 0 1 1-1z\"/></svg></li><li title=\"printer f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M16 4h1a3 3 0 0 1 3 3v6a3 3 0 0 1-3 3h-1V9H4v7H3a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3h1v2h12V4zM6 20v-9h8v9H6zM6 4V0h8v4H6z\"/></svg></li><li title=\"printer \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M16 14h1a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h1V9h12v5zM4 4V0h12v4h1a3 3 0 0 1 3 3v6a3 3 0 0 1-3 3h-1v4H4v-4H3a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3h1zm2 14h8v-7H6v7zM6 4h8V2H6v2z\"/></svg></li><li title=\"qr code \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M13 18h3a2 2 0 0 0 2-2v-3a1 1 0 0 1 2 0v3a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4v-3a1 1 0 0 1 2 0v3a2 2 0 0 0 2 2h3a1 1 0 0 1 0 2h6a1 1 0 0 1 0-2zM2 7a1 1 0 1 1-2 0V4a4 4 0 0 1 4-4h3a1 1 0 1 1 0 2H4a2 2 0 0 0-2 2v3zm16 0V4a2 2 0 0 0-2-2h-3a1 1 0 0 1 0-2h3a4 4 0 0 1 4 4v3a1 1 0 0 1-2 0z\"/></svg></li><li title=\"quora circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2.5 -2.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M9.5 17a7.5 7.5 0 1 0 0-15 7.5 7.5 0 0 0 0 15zm0 2a9.5 9.5 0 1 1 0-19 9.5 9.5 0 0 1 0 19z\"/><path d=\"M14.07 12.847s-.049.718-.696.718c-.5 0-.841-.385-1.16-.884a4.417 4.417 0 0 0 1.483-3.325C13.697 6.95 11.821 5 9.507 5c-2.314 0-4.19 1.95-4.19 4.356 0 2.405 1.876 4.356 4.19 4.356.42 0 .826-.065 1.208-.184.484.775 1.098 1.472 2.06 1.472 1.958 0 2.039-2.153 2.039-2.153h-.744zm-4.563.147c-1.35 0-2.443-1.629-2.443-3.638 0-2.01 1.094-3.638 2.443-3.638 1.35 0 2.443 1.629 2.443 3.638 0 .799-.173 1.537-.466 2.138-.331-.477-.729-.883-1.297-1.013-1.009-.229-1.877.229-2.152.457l.259.539s.261-.152.91 0c.41.095.727.667 1.09 1.323a1.73 1.73 0 0 1-.787.194z\"/></svg></li><li title=\"quora square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M14.07 12.847s-.049.718-.696.718c-.5 0-.841-.385-1.16-.884a4.417 4.417 0 0 0 1.483-3.325C13.697 6.95 11.821 5 9.507 5c-2.314 0-4.19 1.95-4.19 4.356 0 2.405 1.876 4.356 4.19 4.356.42 0 .826-.065 1.208-.184.484.775 1.098 1.472 2.06 1.472 1.958 0 2.039-2.153 2.039-2.153h-.744zm-4.563.147c-1.35 0-2.443-1.629-2.443-3.638 0-2.01 1.094-3.638 2.443-3.638 1.35 0 2.443 1.629 2.443 3.638 0 .799-.173 1.537-.466 2.138-.331-.477-.729-.883-1.297-1.013-1.009-.229-1.877.229-2.152.457l.259.539s.261-.152.91 0c.41.095.727.667 1.09 1.323a1.73 1.73 0 0 1-.787.194z\"/><path d=\"M4 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm0-2h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/></svg></li><li title=\"quora \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2.5 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M17.495 15.682s-.097 1.434-1.39 1.434c-1 0-1.682-.768-2.32-1.765 1.814-1.597 2.966-3.982 2.966-6.646C16.751 3.897 13.001 0 8.377 0 3.752 0 .003 3.897.003 8.705s3.749 8.705 8.374 8.705c.84 0 1.65-.129 2.414-.368.967 1.55 2.195 2.943 4.117 2.943 3.912 0 4.074-4.303 4.074-4.303h-1.487zm-9.118.293c-2.696 0-4.882-3.255-4.882-7.27s2.186-7.27 4.882-7.27c2.696 0 4.882 3.255 4.882 7.27 0 1.597-.346 3.073-.932 4.272-.662-.953-1.456-1.764-2.592-2.022-2.015-.459-3.75.456-4.3.912l.517 1.076s.523-.303 1.82 0c.817.19 1.452 1.334 2.18 2.646a3.459 3.459 0 0 1-1.575.386z\"/></svg></li><li title=\"quote \"><svg width=\"14\" height=\"9\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\"><path d=\"M5 0a1 1 0 1 1 0 2c-.893 0-1.695.39-2.245 1.01A3 3 0 1 1 0 6V5a5 5 0 0 1 5-5Zm8 0a1 1 0 0 1 0 2c-.893 0-1.695.39-2.245 1.01A3 3 0 1 1 8 6V5a5 5 0 0 1 5-5ZM3 5a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm8 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2Z\"/></svg></li><li title=\"rainbow \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -7 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M0 10C0 4.477 4.477 0 10 0s10 4.477 10 10h-2a8 8 0 1 0-16 0H0zm4 0a6 6 0 1 1 12 0h-2a4 4 0 1 0-8 0H4zm4 0a2 2 0 1 1 4 0H8z\"/></svg></li><li title=\"rec \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4 -4 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M8 14A6 6 0 1 0 8 2a6 6 0 0 0 0 12zm0 2A8 8 0 1 1 8 0a8 8 0 0 1 0 16z\"/></svg></li><li title=\"rectangle f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -3.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M3 .565h14a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3v-10a3 3 0 0 1 3-3z\"/></svg></li><li title=\"rectangle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -4 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M3 2a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H3zm0-2h14a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3z\"/></svg></li><li title=\"reddit \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -3 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M19.986 8.029a2.51 2.51 0 0 0-4.285-1.771c-1.404-.906-3.197-1.483-5.166-1.573a2.734 2.734 0 0 1 1.028-2.139 2.735 2.735 0 0 1 2.315-.539l.112.025c0 .028-.004.056-.004.084a2.095 2.095 0 1 0 .328-1.121L14.113.95a3.812 3.812 0 0 0-3.228.752 3.812 3.812 0 0 0-1.433 2.983c-1.97.09-3.762.667-5.165 1.572a2.51 2.51 0 1 0-2.94 3.994c-.061.31-.093.628-.093.952 0 3.606 3.912 6.53 8.74 6.53 4.826 0 8.739-2.924 8.739-6.53 0-.324-.032-.641-.093-.952a2.508 2.508 0 0 0 1.346-2.222zm-3.905-6.925a1.013 1.013 0 0 1 0 2.025 1.013 1.013 0 0 1 0-2.025zM1.083 8.03c0-.787.64-1.427 1.427-1.427.337 0 .646.118.89.314-.763.655-1.354 1.425-1.721 2.27a1.423 1.423 0 0 1-.596-1.157zm14.442 6.923c-1.465 1.095-3.43 1.698-5.532 1.698s-4.067-.603-5.531-1.698c-1.37-1.023-2.125-2.355-2.125-3.75 0-1.394.754-2.725 2.125-3.75C5.926 6.359 7.89 5.757 9.993 5.757c2.103 0 4.067.602 5.532 1.697 1.37 1.024 2.125 2.355 2.125 3.75 0 1.394-.755 2.726-2.125 3.75zm2.782-5.767c-.367-.845-.958-1.614-1.721-2.269.244-.196.554-.314.89-.314.787 0 1.427.64 1.427 1.427 0 .476-.235.898-.596 1.156z\"/><circle cx=\"6.801\" cy=\"9.678\" r=\"1.143\"/><circle cx=\"13.185\" cy=\"9.678\" r=\"1.143\"/><path d=\"M12.701 12.455a4.357 4.357 0 0 1-2.94 1.138 4.325 4.325 0 0 1-3.195-1.39.541.541 0 1 0-.793.738 5.47 5.47 0 0 0 3.988 1.735 5.437 5.437 0 0 0 3.67-1.421.541.541 0 1 0-.73-.8z\"/></svg></li><li title=\"redo \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-1 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m19.347 7.24.847-1.266a.984.984 0 0 1 1.375-.259c.456.31.58.93.277 1.383L19.65 10.38a.984.984 0 0 1-1.375.259L14.97 8.393a1.002 1.002 0 0 1-.277-1.382.984.984 0 0 1 1.375-.26l1.344.915C16.428 4.386 13.42 2 9.863 2c-4.357 0-7.89 3.582-7.89 8s3.533 8 7.89 8c.545 0 .987.448.987 1s-.442 1-.987 1C4.416 20 0 15.523 0 10S4.416 0 9.863 0c4.504 0 8.302 3.06 9.484 7.24z\"/></svg></li><li title=\"refresh reverse \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-1.5 -2.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m4.859 5.308 1.594-.488a1 1 0 0 1 .585 1.913l-3.825 1.17a1 1 0 0 1-1.249-.665L.794 3.413a1 1 0 1 1 1.913-.585l.44 1.441C5.555.56 10.332-1.035 14.573.703a9.381 9.381 0 0 1 5.38 5.831 1 1 0 1 1-1.905.608A7.381 7.381 0 0 0 4.86 5.308zm12.327 8.195-1.775.443a1 1 0 1 1-.484-1.94l3.643-.909a.997.997 0 0 1 .61-.08 1 1 0 0 1 .84.75l.968 3.88a1 1 0 0 1-1.94.484l-.33-1.322a9.381 9.381 0 0 1-16.384-1.796l-.26-.634a1 1 0 1 1 1.851-.758l.26.633a7.381 7.381 0 0 0 13.001 1.25z\"/></svg></li><li title=\"refresh \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-1.5 -2.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m17.83 4.194.42-1.377a1 1 0 1 1 1.913.585l-1.17 3.825a1 1 0 0 1-1.248.664l-3.825-1.17a1 1 0 1 1 .585-1.912l1.672.511A7.381 7.381 0 0 0 3.185 6.584l-.26.633a1 1 0 1 1-1.85-.758l.26-.633A9.381 9.381 0 0 1 17.83 4.194zM2.308 14.807l-.327 1.311a1 1 0 1 1-1.94-.484l.967-3.88a1 1 0 0 1 1.265-.716l3.828.954a1 1 0 0 1-.484 1.941l-1.786-.445a7.384 7.384 0 0 0 13.216-1.792 1 1 0 1 1 1.906.608 9.381 9.381 0 0 1-5.38 5.831 9.386 9.386 0 0 1-11.265-3.328z\"/></svg></li><li title=\"repeat \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -3 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m11.774 15 1.176 1.176a1 1 0 0 1-1.414 1.414l-2.829-2.828a1 1 0 0 1 0-1.414l2.829-2.829a1 1 0 0 1 1.414 1.415L11.883 13H14a4 4 0 1 0 0-8 1 1 0 0 1 0-2 6 6 0 1 1 0 12h-2.226zM8.273 3 7.176 1.904A1 1 0 0 1 8.591.489l2.828 2.829a1 1 0 0 1 0 1.414L8.591 7.56a1 1 0 0 1-1.415-1.414L8.323 5H6a4 4 0 1 0 0 8 1 1 0 0 1 0 2A6 6 0 1 1 6 3h2.273z\"/></svg></li><li title=\"rocket f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2.5 -2.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M7.21 16.067a6.687 6.687 0 0 1-.664.772c-1.172 1.171-2.94 1.525-5.303 1.06-.465-2.363-.111-4.131 1.06-5.303.247-.247.506-.468.772-.663a8.975 8.975 0 0 0-2.599-.81A5.974 5.974 0 0 1 1.95 8.707a5.977 5.977 0 0 1 3.81-1.742 13.637 13.637 0 0 1 2.2-2.854c3.32-3.32 7.593-4.428 9.546-2.475 1.953 1.953.845 6.227-2.475 9.546a13.637 13.637 0 0 1-2.854 2.2 5.977 5.977 0 0 1-1.742 3.81 5.96 5.96 0 0 1-2.416 1.474 8.975 8.975 0 0 0-.81-2.599zM13.262 5.88a1 1 0 1 0 1.415-1.415 1 1 0 0 0-1.415 1.415zm-7.778 7.778c-.109-.11-.286-.277-.53-.503-.432.15-.944.574-1.414 1.033-.371.363-.497.973-.5 1.92.946-.004 1.62-.22 1.914-.506.471-.459.89-.917 1.04-1.35-.112-.194-.346-.43-.51-.594z\"/></svg></li><li title=\"rocket \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2.5 -2.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m9.808 12.971.076-1.064.927-.529A11.644 11.644 0 0 0 13.243 9.5c2.64-2.641 3.446-5.746 2.475-6.718-.972-.97-4.077-.166-6.718 2.475-.76.76-1.397 1.59-1.878 2.432l-.53.927-1.063.076a3.973 3.973 0 0 0-2.355.988 10.984 10.984 0 0 1 3.351 2.295c.98.98 1.752 2.117 2.295 3.351a3.973 3.973 0 0 0 .988-2.355zM6.835 15.8a6.687 6.687 0 0 1-.663.771C5 17.743 3.232 18.096.868 17.631c-.464-2.363-.11-4.131 1.06-5.303.248-.246.506-.468.772-.663a8.975 8.975 0 0 0-2.598-.81 5.974 5.974 0 0 1 1.473-2.416 5.977 5.977 0 0 1 3.81-1.741 13.637 13.637 0 0 1 2.2-2.855c3.32-3.32 7.594-4.427 9.547-2.475 1.952 1.953.844 6.227-2.475 9.546a13.637 13.637 0 0 1-2.855 2.2 5.977 5.977 0 0 1-1.741 3.81 5.955 5.955 0 0 1-2.416 1.474 8.975 8.975 0 0 0-.81-2.598zM5.11 13.39a2.6 2.6 0 0 0-.54-.415c-.432.15-.94.48-1.405.944-.219.22-.487.959-.49 1.905.946-.003 1.688-.274 1.905-.49.465-.466.795-.973.944-1.405a2.6 2.6 0 0 0-.414-.54zm7.778-7.78a1 1 0 1 1 1.414-1.413A1 1 0 0 1 12.89 5.61z\"/></svg></li><li title=\"rss feed \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4 -4 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M1.996 15.97a1.996 1.996 0 1 1 0-3.992 1.996 1.996 0 0 1 0 3.992zM1.12 7.977a.998.998 0 0 1-.247-1.98 8.103 8.103 0 0 1 9.108 8.04v.935a.998.998 0 1 1-1.996 0v-.934a6.108 6.108 0 0 0-6.865-6.06zM0 1.065A.998.998 0 0 1 .93.002C8.717-.517 15.448 5.374 15.967 13.16c.042.626.042 1.254 0 1.88a.998.998 0 1 1-1.992-.133c.036-.538.036-1.077 0-1.614C13.53 6.607 7.75 1.548 1.065 1.994A.998.998 0 0 1 0 1.064z\"/></svg></li><li title=\"rtl \"><svg width=\"14\" height=\"12\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\"><path d=\"M6.007 2v9a1 1 0 0 1-2.002 0V6H3.004A3.002 3.002 0 0 1 0 3c0-1.657 1.345-3 3.004-3h7.008a1 1 0 1 1 0 2h-1v9a1 1 0 0 1-2.003 0V2H6.007Zm6.284 6.877 1.416 1.414a1 1 0 0 1 0 1.414c-.391.39-1.025.39-1.416 0l-2.124-2.121a1 1 0 0 1 0-1.415l2.124-2.12a1.002 1.002 0 0 1 1.416 0 1 1 0 0 1 0 1.413L12.29 8.877ZM4.005 2H3.004a1 1 0 1 0 0 2h1V2Z\"/></svg></li><li title=\"rubber \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-1.5 -2.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M12.728 12.728 8.485 8.485l-5.657 5.657 2.122 2.121a3 3 0 0 0 4.242 0l3.536-3.535zM11.284 17H14a1 1 0 0 1 0 2H3a1 1 0 0 1-.133-1.991l-1.453-1.453a2 2 0 0 1 0-2.828L12.728 1.414a2 2 0 0 1 2.828 0L19.8 5.657a2 2 0 0 1 0 2.828L11.284 17z\"/></svg></li><li title=\"ruler f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-1.5 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m16.757 9.243-1.414 1.414-2.828-2.829A1 1 0 1 0 11.1 9.243l2.828 2.828-1.414 1.414-2.122-2.121a1 1 0 1 0-1.414 1.414l2.122 2.121-1.415 1.415-2.828-2.829A1 1 0 0 0 5.444 14.9l2.828 2.829-1.414 1.414a2 2 0 0 1-2.829 0l-2.828-2.828a2 2 0 0 1 0-2.829L13.929.757a2 2 0 0 1 2.828 0l2.829 2.829a2 2 0 0 1 0 2.828l-1.414 1.414-2.122-2.12a1 1 0 1 0-1.414 1.413l2.121 2.122z\"/></svg></li><li title=\"ruler \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m14.95 7.879-.707-.707a1 1 0 0 1 1.414-1.415l.707.707 1.414-1.414-2.828-2.828L2.222 14.95l2.828 2.828 1.414-1.414L5.05 14.95a1 1 0 0 1 1.414-1.414L7.88 14.95l1.414-1.414-.707-.708A1 1 0 0 1 10 11.414l.707.707 1.414-1.414-1.414-1.414a1 1 0 0 1 1.414-1.414l1.415 1.414 1.414-1.414zM.808 13.536 13.536.808a2 2 0 0 1 2.828 0l2.828 2.828a2 2 0 0 1 0 2.828L6.464 19.192a2 2 0 0 1-2.828 0L.808 16.364a2 2 0 0 1 0-2.828z\"/></svg></li><li title=\"save f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-3 -2.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M14 18.565v-7a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v7H2a2 2 0 0 1-2-2v-14a2 2 0 0 1 2-2h11.22a2 2 0 0 1 1.345.52l2.78 2.527A2 2 0 0 1 18 5.092v11.473a2 2 0 0 1-2 2h-2zm-1-15a1 1 0 0 0-1 1v3a1 1 0 0 0 2 0v-3a1 1 0 0 0-1-1zm-8 0a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1H5zm1 9h6v4H6v-4zm0-5v-3h3v3H6z\"/></svg></li><li title=\"save \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-3 -3 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M2 0h11.22a2 2 0 0 1 1.345.52l2.78 2.527A2 2 0 0 1 18 4.527V16a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zm0 2v14h14V4.527L13.22 2H2zm4 8h6a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2zm0 2v4h6v-4H6zm7-9a1 1 0 0 1 1 1v3a1 1 0 0 1-2 0V4a1 1 0 0 1 1-1zM5 3h5a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 3h3V5H6v1z\"/></svg></li><li title=\"scissors \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2.5 -2.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M9.107 10.554 7.363 12.63a3.993 3.993 0 0 1-.192 4.89 4.004 4.004 0 0 1-5.635.492 3.991 3.991 0 0 1-.493-5.628 4.005 4.005 0 0 1 4.788-1.038L7.801 9 2.413 2.587a.998.998 0 0 1 .123-1.407 1 1 0 0 1 1.409.123l5.162 6.144 5.161-6.144a1 1 0 0 1 1.41-.123.998.998 0 0 1 .123 1.407L10.412 9l1.97 2.345a4.005 4.005 0 0 1 4.788 1.038 3.991 3.991 0 0 1-.493 5.628 4.004 4.004 0 0 1-5.635-.492 3.993 3.993 0 0 1-.192-4.89l-1.743-2.075zm-6.285 5.927a2 2 0 0 0 2.571-3.06 2.002 2.002 0 0 0-2.818.246c-.71.845-.6 2.105.247 2.814zm12.57 0a1.996 1.996 0 0 0 .246-2.814 2.002 2.002 0 0 0-2.817-.246 1.996 1.996 0 0 0-.247 2.814c.71.845 1.972.955 2.818.246z\"/></svg></li><li title=\"screen f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M3 .565h14a3 3 0 0 1 3 3v9a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3v-9a3 3 0 0 1 3-3zm4 16h6a1 1 0 0 1 0 2H7a1 1 0 0 1 0-2z\"/></svg></li><li title=\"screen \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -3 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M3 2a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H3zm0-2h14a3 3 0 0 1 3 3v9a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3zm4 16h6a1 1 0 0 1 0 2H7a1 1 0 0 1 0-2z\"/></svg></li><li title=\"screwdriver f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-1 -1 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m18.778 7.464-4.95 4.95a2 2 0 0 1-2.828 0l-5.657 5.657a1 1 0 0 1 0 1.414L3.93 20.9a1 1 0 0 1-1.414 0L1.1 19.485a1 1 0 0 1 0-1.414l1.414-1.414a1 1 0 0 1 1.414 0L9.586 11a2 2 0 0 1 0-2.828l4.95-4.95 4.242 4.242zm1.414-1.414L15.95 1.808l.707-.707a2 2 0 0 1 2.828 0L20.9 2.515a2 2 0 0 1 0 2.828l-.707.707z\"/></svg></li><li title=\"screwdriver \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-1 -1 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M5.343 18.071a1 1 0 0 1 0 1.414L3.93 20.9a1 1 0 0 1-1.414 0L1.1 19.485a1 1 0 0 1 0-1.414l1.414-1.414a1 1 0 0 1 1.414 0L9.586 11a2 2 0 0 1 0-2.828l7.07-7.071a2 2 0 0 1 2.83 0l1.413 1.414a2 2 0 0 1 0 2.828l-7.07 7.071a2 2 0 0 1-2.829 0l-5.657 5.657zM12.414 11l7.071-7.071-1.414-1.414L11 9.585 12.414 11z\"/></svg></li><li title=\"search folder \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M17 16a1 1 0 0 1 0-2 1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H9.415l-.471-1.334A1.001 1.001 0 0 0 8 2H3a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1 1 1 0 0 1 0 2 3 3 0 0 1-3-3V3a3 3 0 0 1 3-3h5c1.306 0 2.417.835 2.83 2H17a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3zm-5.01-.096a5.002 5.002 0 0 1-6.293-7.707 5 5 0 0 1 7.707 6.293l2.9 2.9a1 1 0 0 1-1.415 1.413l-2.9-2.899zm-.636-2.05A3 3 0 1 0 7.11 9.61a3 3 0 0 0 4.243 4.243z\"/></svg></li><li title=\"search minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2.5 -2.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M8 14A6 6 0 1 0 8 2a6 6 0 0 0 0 12zm6.32-1.094 3.58 3.58a1 1 0 1 1-1.415 1.413l-3.58-3.58a8 8 0 1 1 1.414-1.414zM5 7h6a1 1 0 0 1 0 2H5a1 1 0 1 1 0-2z\"/></svg></li><li title=\"search plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2.5 -2.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M8 14A6 6 0 1 0 8 2a6 6 0 0 0 0 12zm6.32-1.094 3.58 3.58a1 1 0 1 1-1.415 1.413l-3.58-3.58a8 8 0 1 1 1.414-1.414zM9 7h2a1 1 0 0 1 0 2H9v2a1 1 0 0 1-2 0V9H5a1 1 0 1 1 0-2h2V5a1 1 0 1 1 2 0v2z\"/></svg></li><li title=\"search \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2.5 -2.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M8 14A6 6 0 1 0 8 2a6 6 0 0 0 0 12zm6.32-1.094 3.58 3.58a1 1 0 1 1-1.415 1.413l-3.58-3.58a8 8 0 1 1 1.414-1.414z\"/></svg></li><li title=\"select all \"><svg width=\"20\" height=\"18\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\"><path d=\"M3.01 14a1 1 0 0 1 .988 1h12.004a1 1 0 0 1 1-1V4a1 1 0 0 1-1-1H4.01a1 1 0 0 1-1 1v10Zm.988 3a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1h.01V4a1 1 0 0 1-.998-1V1a1 1 0 0 1 .999-1H3.01a1 1 0 0 1 1 1h11.992a1 1 0 0 1 1-1H19a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1v10a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-1.998a1 1 0 0 1-1-1H3.998Z\"/></svg></li><li title=\"set backward circle f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M7.514 8.164V6a1 1 0 1 0-2 0v8a1 1 0 0 0 2 0v-2.164l3.93 2.808c.904.646 2.13.389 2.736-.576.218-.346.334-.753.334-1.17V7.102c0-1.16-.883-2.102-1.972-2.102-.391 0-.773.124-1.098.356l-3.93 2.808zM10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zm2.561-12.898v5.796L8.506 10l4.055-2.898z\"/></svg></li><li title=\"set backward circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm-2.486-6.164V14a1 1 0 0 1-2 0V6a1 1 0 1 1 2 0v2.164l3.93-2.808A1.887 1.887 0 0 1 12.542 5c1.09 0 1.972.941 1.972 2.102v5.796c0 .417-.116.824-.334 1.17-.606.965-1.832 1.222-2.736.576l-3.93-2.808zm5.028-4.734L8.487 10l4.055 2.898V7.102z\"/></svg></li><li title=\"set backward square f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M7.514 8.164V6a1 1 0 1 0-2 0v8a1 1 0 0 0 2 0v-2.164l3.93 2.808c.904.646 2.13.389 2.736-.576.218-.346.334-.753.334-1.17V7.102c0-1.16-.883-2.102-1.972-2.102-.391 0-.773.124-1.098.356l-3.93 2.808zM4 0h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4zm8.548 7.12v5.796l-4.055-2.898 4.055-2.898z\"/></svg></li><li title=\"set backward square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M4 0h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4zm0 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm3.514 9.836V14a1 1 0 0 1-2 0V6a1 1 0 1 1 2 0v2.164l3.93-2.808A1.887 1.887 0 0 1 12.542 5c1.09 0 1.972.941 1.972 2.102v5.796c0 .417-.116.824-.334 1.17-.606.965-1.832 1.222-2.736.576l-3.93-2.808zm5.028-4.734L8.487 10l4.055 2.898V7.102z\"/></svg></li><li title=\"set backward \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -3 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M6.18 8.477a.976.976 0 0 0 .324 1.363l9.922 6.032c.16.097.346.149.535.149.56 0 1.013-.443 1.013-.99V2.97a.973.973 0 0 0-.153-.523 1.027 1.027 0 0 0-1.395-.317L6.504 8.16c-.131.08-.243.189-.325.317zM6 6.136 15.355.449c1.425-.867 3.3-.44 4.186.951.3.471.459 1.014.459 1.569V15.03c0 1.641-1.36 2.97-3.04 2.97a3.093 3.093 0 0 1-1.605-.448L6 11.865V16a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v4.136zM2 2v14h2V2H2z\"/></svg></li><li title=\"set forward circle f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M12.514 11.836V14a1 1 0 0 0 2 0V6a1 1 0 1 0-2 0v2.164L8.585 5.356A1.887 1.887 0 0 0 7.487 5c-1.09 0-1.973.941-1.973 2.102v5.796c0 .417.117.824.335 1.17.606.965 1.831 1.222 2.736.576l3.93-2.808zM10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zM7.355 7.08l4.055 2.898-4.055 2.898V7.08z\"/></svg></li><li title=\"set forward circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm2.514-6.164-3.929 2.808c-.905.646-2.13.389-2.736-.576a2.201 2.201 0 0 1-.335-1.17V7.102C5.514 5.942 6.397 5 7.487 5c.39 0 .773.124 1.098.356l3.93 2.808V6a1 1 0 0 1 2 0v8a1 1 0 1 1-2 0v-2.164zM7.487 7.102v5.796L11.542 10 7.487 7.102z\"/></svg></li><li title=\"set forward square f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M12.514 11.836V14a1 1 0 0 0 2 0V6a1 1 0 1 0-2 0v2.164L8.585 5.356A1.887 1.887 0 0 0 7.487 5c-1.09 0-1.973.941-1.973 2.102v5.796c0 .417.117.824.335 1.17.606.965 1.831 1.222 2.736.576l3.93-2.808zM4 0h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4zm3.496 7.136 4.056 2.898-4.056 2.898V7.136z\"/></svg></li><li title=\"set forward square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M4 0h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4zm0 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm8.514 9.836-3.929 2.808c-.905.646-2.13.389-2.736-.576a2.201 2.201 0 0 1-.335-1.17V7.102C5.514 5.942 6.397 5 7.487 5c.39 0 .773.124 1.098.356l3.93 2.808V6a1 1 0 0 1 2 0v8a1 1 0 1 1-2 0v-2.164zM7.487 7.102v5.796L11.542 10 7.487 7.102z\"/></svg></li><li title=\"set forward \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -3 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M13.82 9.523a.976.976 0 0 0-.324-1.363L3.574 2.128a1.031 1.031 0 0 0-.535-.149c-.56 0-1.013.443-1.013.99V15.03c0 .185.053.366.153.523.296.464.92.606 1.395.317l9.922-6.031c.131-.08.243-.189.325-.317zm.18 2.341-9.355 5.687c-1.425.867-3.3.44-4.186-.951A2.918 2.918 0 0 1 0 15.03V2.97C0 1.329 1.36 0 3.04 0c.567 0 1.123.155 1.605.448L14 6.135V2a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2v-4.136zM16 2v14h2V2h-2z\"/></svg></li><li title=\"set square f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M14 20v-1a1 1 0 0 0-2 0v1h-2v-1a1 1 0 0 0-2 0v1H6v-1a1 1 0 0 0-2 0v1H2a2 2 0 0 1-2-2V2.061A2 2 0 0 1 3.413.646l15.97 15.938A2 2 0 0 1 17.972 20H14zM4 9.414V15a1 1 0 0 0 1 1h5.586a1 1 0 0 0 .707-1.707L5.707 8.707A1 1 0 0 0 4 9.414z\"/></svg></li><li title=\"set square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m3.413.646 15.97 15.938A2 2 0 0 1 17.972 20H2a2 2 0 0 1-2-2V2.061A2 2 0 0 1 3.413.646zM2 2.06V18h15.97L2 2.061zm2 7.353a1 1 0 0 1 1.707-.707l5.586 5.586A1 1 0 0 1 10.586 16H5a1 1 0 0 1-1-1V9.414zM6 14h2l-2-2v2zm7 3a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm-8 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm4 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2z\"/></svg></li><li title=\"settings alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -4 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M9 12V1a1 1 0 1 1 2 0v11h1a1 1 0 0 1 0 2h-1v1a1 1 0 0 1-2 0v-1H8a1 1 0 0 1 0-2h1zm7-10V1a1 1 0 0 1 2 0v1h1a1 1 0 0 1 0 2h-1v11a1 1 0 0 1-2 0V4h-1a1 1 0 0 1 0-2h1zM4 5h1a1 1 0 1 1 0 2H4v8a1 1 0 0 1-2 0V7H1a1 1 0 1 1 0-2h1V1a1 1 0 1 1 2 0v4z\"/></svg></li><li title=\"share alt f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M7.928 9.24a4.02 4.02 0 0 1-.026 1.644l5.04 2.537a4 4 0 1 1-.867 1.803l-5.09-2.562a4 4 0 1 1 .083-5.228l5.036-2.522a4 4 0 1 1 .929 1.772L7.928 9.24z\"/></svg></li><li title=\"share alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M16 6a2 2 0 1 0 0-4 2 2 0 0 0 0 4zM7.928 9.24a4.02 4.02 0 0 1-.026 1.644l5.04 2.537a4 4 0 1 1-.867 1.803l-5.09-2.562a4 4 0 1 1 .083-5.228l5.036-2.522a4 4 0 1 1 .929 1.772L7.928 9.24zM4 12a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm12 6a2 2 0 1 0 0-4 2 2 0 0 0 0 4z\"/></svg></li><li title=\"share \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-5 -5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M8 3.414v5.642a1 1 0 1 1-2 0V3.414L4.879 4.536A1 1 0 0 1 3.464 3.12L6.293.293a.997.997 0 0 1 1.414 0l2.829 2.828A1 1 0 1 1 9.12 4.536L8 3.414zM3 6a1 1 0 1 1 0 2H2v4h10V8h-1a1 1 0 0 1 0-2h1a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h1z\"/></svg></li><li title=\"shield check f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4 -1.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M.649 3.322 8 .565l7.351 2.757a1 1 0 0 1 .649.936v4.307c0 3.177-1.372 6.2-3.763 8.292L8 20.565l-4.237-3.708A11.019 11.019 0 0 1 0 8.565V4.258a1 1 0 0 1 .649-.936zm6.29 7.51L5.525 9.42a1 1 0 1 0-1.414 1.414l2.121 2.121a1 1 0 0 0 1.414 0l4.243-4.243a1 1 0 1 0-1.414-1.414l-3.536 3.536z\"/></svg></li><li title=\"shield check \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M2 4.386V8a9.02 9.02 0 0 0 3.08 6.787L8 17.342l2.92-2.555A9.019 9.019 0 0 0 14 8V4.386l-6-2.25-6 2.25zM.649 2.756 8 0l7.351 2.757a1 1 0 0 1 .649.936V8c0 3.177-1.372 6.2-3.763 8.293L8 20l-4.237-3.707A11.019 11.019 0 0 1 0 8V3.693a1 1 0 0 1 .649-.936zm6.29 7.512 3.536-3.536a1 1 0 0 1 1.414 1.414L7.646 12.39a1 1 0 0 1-1.414 0l-2.121-2.121a1 1 0 0 1 1.414-1.414l1.414 1.414z\"/></svg></li><li title=\"shield close f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4 -1.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m9.414 9.565 1.414-1.414a1 1 0 1 0-1.414-1.414L8 8.15 6.586 6.737A1 1 0 1 0 5.172 8.15l1.414 1.414-1.414 1.414a1 1 0 1 0 1.414 1.414L8 10.98l1.414 1.414a1 1 0 1 0 1.414-1.414L9.414 9.565zM.65 3.322 8 .565l7.351 2.757a1 1 0 0 1 .649.936v4.307c0 3.177-1.372 6.2-3.763 8.292L8 20.565l-4.237-3.708A11.019 11.019 0 0 1 0 8.565V4.258a1 1 0 0 1 .649-.936z\"/></svg></li><li title=\"shield close \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M2 4.386V8a9.02 9.02 0 0 0 3.08 6.787L8 17.342l2.92-2.555A9.019 9.019 0 0 0 14 8V4.386l-6-2.25-6 2.25zM.649 2.756 8 0l7.351 2.757a1 1 0 0 1 .649.936V8c0 3.177-1.372 6.2-3.763 8.293L8 20l-4.237-3.707A11.019 11.019 0 0 1 0 8V3.693a1 1 0 0 1 .649-.936zM9.414 9l1.414 1.414a1 1 0 1 1-1.414 1.414L8 10.414l-1.414 1.414a1 1 0 0 1-1.414-1.414L6.586 9 5.172 7.586a1 1 0 1 1 1.414-1.414L8 7.586l1.414-1.414a1 1 0 1 1 1.414 1.414L9.414 9z\"/></svg></li><li title=\"shield f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4 -1.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M.649 3.322 8 .565l7.351 2.757a1 1 0 0 1 .649.936v4.307c0 3.177-1.372 6.2-3.763 8.292L8 20.565l-4.237-3.708A11.019 11.019 0 0 1 0 8.565V4.258a1 1 0 0 1 .649-.936z\"/></svg></li><li title=\"shield half \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m8 2.136-6 2.25V8a9.02 9.02 0 0 0 3.08 6.787L8 17.342V2.136zm-7.351.62L8 0l7.351 2.757a1 1 0 0 1 .649.936V8c0 3.177-1.372 6.2-3.763 8.293L8 20l-4.237-3.707A11.019 11.019 0 0 1 0 8V3.693a1 1 0 0 1 .649-.936z\"/></svg></li><li title=\"shield minus f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4 -1.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M.649 3.322 8 .565l7.351 2.757a1 1 0 0 1 .649.936v4.307c0 3.177-1.372 6.2-3.763 8.292L8 20.565l-4.237-3.708A11.019 11.019 0 0 1 0 8.565V4.258a1 1 0 0 1 .649-.936zM5 8.565a1 1 0 1 0 0 2h6a1 1 0 0 0 0-2H5z\"/></svg></li><li title=\"shield minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M2 4.386V8a9.02 9.02 0 0 0 3.08 6.787L8 17.342l2.92-2.555A9.019 9.019 0 0 0 14 8V4.386l-6-2.25-6 2.25zM.649 2.756 8 0l7.351 2.757a1 1 0 0 1 .649.936V8c0 3.177-1.372 6.2-3.763 8.293L8 20l-4.237-3.707A11.019 11.019 0 0 1 0 8V3.693a1 1 0 0 1 .649-.936zM5 8h6a1 1 0 0 1 0 2H5a1 1 0 1 1 0-2z\"/></svg></li><li title=\"shield plus f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4 -1.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M9 8.565v-2a1 1 0 1 0-2 0v2H5a1 1 0 1 0 0 2h2v2a1 1 0 0 0 2 0v-2h2a1 1 0 0 0 0-2H9zM.649 3.322 8 .565l7.351 2.757a1 1 0 0 1 .649.936v4.307c0 3.177-1.372 6.2-3.763 8.292L8 20.565l-4.237-3.708A11.019 11.019 0 0 1 0 8.565V4.258a1 1 0 0 1 .649-.936z\"/></svg></li><li title=\"shield plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M2 4.386V8a9.02 9.02 0 0 0 3.08 6.787L8 17.342l2.92-2.555A9.019 9.019 0 0 0 14 8V4.386l-6-2.25-6 2.25zM.649 2.756 8 0l7.351 2.757a1 1 0 0 1 .649.936V8c0 3.177-1.372 6.2-3.763 8.293L8 20l-4.237-3.707A11.019 11.019 0 0 1 0 8V3.693a1 1 0 0 1 .649-.936zM9 8h2a1 1 0 0 1 0 2H9v2a1 1 0 0 1-2 0v-2H5a1 1 0 1 1 0-2h2V6a1 1 0 1 1 2 0v2z\"/></svg></li><li title=\"shield \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M2 4.386V8a9.02 9.02 0 0 0 3.08 6.787L8 17.342l2.92-2.555A9.019 9.019 0 0 0 14 8V4.386l-6-2.25-6 2.25zM.649 2.756 8 0l7.351 2.757a1 1 0 0 1 .649.936V8c0 3.177-1.372 6.2-3.763 8.293L8 20l-4.237-3.707A11.019 11.019 0 0 1 0 8V3.693a1 1 0 0 1 .649-.936z\"/></svg></li><li title=\"shopify circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z\"/><path d=\"m13.264 6.833-.805-.06-.592-.589.592.59s.77.056.805.06c.037.002.08.03.088.08l1.091 7.385-3.09.668L5.65 13.9s.732-5.66.76-5.86c.036-.264.045-.273.325-.36l.902-.28c.194-.82.81-2.432 2.1-2.432.168 0 .363.09.52.299a.841.841 0 0 1 .047-.002c.554 0 .868.472 1.047.985l.299-.092a.337.337 0 0 1 .135-.01zm-2.96 1.708s-.257-.15-.779-.15c-1.353 0-2.023.904-2.023 1.838 0 1.11 1.107 1.14 1.107 1.815a.383.383 0 0 1-.4.386c-.434 0-.948-.441-.948-.441l-.262.866s.5.609 1.48.609c.815 0 1.42-.614 1.42-1.568 0-1.213-1.35-1.411-1.35-1.929 0-.095.031-.471.631-.471.41 0 .743.178.743.178l.381-1.133zm.732-2.195c-.123-.373-.313-.698-.598-.733.071.203.115.46.115.779v.104l.483-.15zm-.952-.67c-.314.135-.674.492-.866 1.233l.997-.308v-.056c0-.385-.052-.67-.13-.87zm-.383-.363c-.926 0-1.447 1.216-1.666 1.962l.788-.244c.187-.978.63-1.468 1.043-1.662a.291.291 0 0 0-.165-.056z\"/></svg></li><li title=\"shopify square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m13.264 6.833-.805-.06-.592-.589.592.59s.77.056.805.06c.037.002.08.03.088.08l1.091 7.385-3.09.668L5.65 13.9s.732-5.66.76-5.86c.036-.264.045-.273.325-.36l.902-.28c.194-.82.81-2.432 2.1-2.432.168 0 .363.09.52.299a.841.841 0 0 1 .047-.002c.554 0 .868.472 1.047.985l.299-.092a.337.337 0 0 1 .135-.01zm-2.96 1.708s-.257-.15-.779-.15c-1.353 0-2.023.904-2.023 1.838 0 1.11 1.107 1.14 1.107 1.815a.383.383 0 0 1-.4.386c-.434 0-.948-.441-.948-.441l-.262.866s.5.609 1.48.609c.815 0 1.42-.614 1.42-1.568 0-1.213-1.35-1.411-1.35-1.929 0-.095.031-.471.631-.471.41 0 .743.178.743.178l.381-1.133zm.732-2.195c-.123-.373-.313-.698-.598-.733.071.203.115.46.115.779v.104l.483-.15zm-.952-.67c-.314.135-.674.492-.866 1.233l.997-.308v-.056c0-.385-.052-.67-.13-.87zm-.383-.363c-.926 0-1.447 1.216-1.666 1.962l.788-.244c.187-.978.63-1.468 1.043-1.662a.291.291 0 0 0-.165-.056z\"/><path d=\"M4 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm0-2h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/></svg></li><li title=\"shopify \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-3 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M12.338 2.395a.228.228 0 0 1 .032.027l1.18 1.171 1.6.12c.073.006.16.061.174.161l2.172 14.693-6.148 1.33L0 17.771S1.456 6.509 1.511 6.11c.073-.524.091-.541.648-.716l1.796-.557C4.339 3.208 5.565 0 8.13 0c.335 0 .723.18 1.037.594L9.26.591c1.101 0 1.727.939 2.082 1.96l.595-.184c.08-.024.278-.056.4.028zM9.261 7.11s-.513-.297-1.55-.297c-2.692 0-4.026 1.798-4.026 3.656 0 2.208 2.203 2.268 2.203 3.611 0 .325-.23.77-.795.77-.864 0-1.888-.88-1.888-.88l-.521 1.724s.996 1.212 2.944 1.212c1.623 0 2.827-1.222 2.827-3.12 0-2.413-2.685-2.807-2.685-3.837 0-.19.06-.938 1.254-.938a3.49 3.49 0 0 1 1.478.354l.759-2.255zm1.455-4.366c-.243-.743-.621-1.389-1.189-1.46.141.405.23.916.23 1.55l-.001.208.96-.298zM8.823 1.41c-.626.268-1.342.98-1.723 2.454l1.983-.614v-.111c0-.766-.102-1.334-.26-1.73zM8.061.688c-1.844 0-2.879 2.42-3.315 3.905l1.567-.486C6.686 2.161 7.567 1.187 8.39.8a.58.58 0 0 0-.33-.11z\"/></svg></li><li title=\"shopping bag alt f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-5 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M2 6V3a3 3 0 0 1 3-3h4a3 3 0 0 1 3 3v3h2v11a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V6h2zm2 0h6V3a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v3z\"/></svg></li><li title=\"shopping bag alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-5 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M2 8v9a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V8H2zm0-2V3a3 3 0 0 1 3-3h4a3 3 0 0 1 3 3v3h2v11a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V6h2zm2 0h6V3a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v3z\"/></svg></li><li title=\"shopping bag f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M5 8V5a5 5 0 1 1 10 0v3h2a3 3 0 0 1 3 3v3a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6v-3a3 3 0 0 1 3-3h2zm2 0h6V5a3 3 0 0 0-6 0v3z\"/></svg></li><li title=\"shopping bag \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M3 10a1 1 0 0 0-1 1v3a4 4 0 0 0 4 4h8a4 4 0 0 0 4-4v-3a1 1 0 0 0-1-1H3zm2-2V5a5 5 0 1 1 10 0v3h2a3 3 0 0 1 3 3v3a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6v-3a3 3 0 0 1 3-3h2zm2 0h6V5a3 3 0 0 0-6 0v3z\"/></svg></li><li title=\"shopping cart \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-3 -4 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M7 16a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm7 0a2 2 0 1 1 0-4 2 2 0 0 1 0 4zM.962 1.923A.962.962 0 0 1 .962 0h1.151c.902 0 1.682.626 1.878 1.506l1.253 5.642c.196.88.976 1.506 1.878 1.506h7.512l1.442-5.77H6.731a.962.962 0 0 1 0-1.922h9.345a1.923 1.923 0 0 1 1.866 2.39L16.5 9.12a1.923 1.923 0 0 1-1.866 1.457H7.122a3.846 3.846 0 0 1-3.755-3.012L2.113 1.923H.962z\"/></svg></li><li title=\"shuffle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -3 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M19.548 4.837 16.875 7.51a1 1 0 0 1-1.415-1.414L16.556 5H15.1a5.22 5.22 0 0 0-5.089 4.058A5.264 5.264 0 0 0 15.105 13h1.502l-1.147-1.147a1 1 0 0 1 1.415-1.414l2.828 2.828a.996.996 0 0 1 .282.562 1.006 1.006 0 0 1-.437 1.008l-2.673 2.673a1 1 0 0 1-1.415-1.414L16.556 15h-1.451a7.264 7.264 0 0 1-6.114-3.34A7.22 7.22 0 0 1 2.901 15H1a1 1 0 0 1 0-2h1.901a5.22 5.22 0 0 0 5.06-3.936A5.263 5.263 0 0 0 2.836 5H1a1 1 0 1 1 0-2h1.836a7.264 7.264 0 0 1 6.143 3.387A7.22 7.22 0 0 1 15.1 3h1.508L15.46 1.853A1 1 0 1 1 16.875.439l2.828 2.828a.996.996 0 0 1 .282.562 1.006 1.006 0 0 1-.437 1.008z\"/></svg></li><li title=\"signal \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-5 -5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M1 10a1 1 0 0 1 1 1v2a1 1 0 0 1-2 0v-2a1 1 0 0 1 1-1zm4-4a1 1 0 0 1 1 1v6a1 1 0 0 1-2 0V7a1 1 0 0 1 1-1zm4-4a1 1 0 0 1 1 1v10a1 1 0 0 1-2 0V3a1 1 0 0 1 1-1zm4-2a1 1 0 0 1 1 1v12a1 1 0 0 1-2 0V1a1 1 0 0 1 1-1z\"/></svg></li><li title=\"sitemap f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -1.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M2 12.858h4a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2zm6-12h4a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2zm6 12h4a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2z\"/><path d=\"M9 9.858v-2h2v4H6a1 1 0 0 0-1 1v.935H3v-.935a3 3 0 0 1 3-3h3z\"/><path d=\"M10 11.858v-2h4a3 3 0 0 1 3 3v1.02h-2v-1.02a1 1 0 0 0-1-1h-4z\"/></svg></li><li title=\"sitemap \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M2 14v4h4v-4H2zm12-3H6a1 1 0 0 0-1 1h1a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h1a3 3 0 0 1 3-3h3V8H8a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-1v1h3a3 3 0 0 1 3 3h1a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h1a1 1 0 0 0-1-1zM8 2v4h4V2H8zm6 12v4h4v-4h-4z\"/></svg></li><li title=\"skull f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -1.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M16 17.858a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3v-.865a7.499 7.499 0 0 1-4-6.635v-2a7.5 7.5 0 0 1 7.5-7.5h5a7.5 7.5 0 0 1 7.5 7.5v2a7.499 7.499 0 0 1-4 6.635v.865zm-10-6a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm8 0a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm-4 4a1 1 0 0 0-1 1v2a1 1 0 0 0 2 0v-2a1 1 0 0 0-1-1z\"/></svg></li><li title=\"skull \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M11 18h2a1 1 0 0 0 1-1v-2.07l1.065-.563A5.498 5.498 0 0 0 18 9.5v-2A5.5 5.5 0 0 0 12.5 2h-5A5.5 5.5 0 0 0 2 7.5v2a5.498 5.498 0 0 0 2.935 4.867L6 14.93V17a1 1 0 0 0 1 1h2v-2a1 1 0 0 1 2 0v2zm5-1a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3v-.865A7.499 7.499 0 0 1 0 9.5v-2A7.5 7.5 0 0 1 7.5 0h5A7.5 7.5 0 0 1 20 7.5v2a7.499 7.499 0 0 1-4 6.635V17zM6 11a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm8 0a2 2 0 1 1 0-4 2 2 0 0 1 0 4z\"/></svg></li><li title=\"skype circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z\"/><path d=\"M14.583 10.724a4.64 4.64 0 0 0-5.307-5.307 2.804 2.804 0 0 0-3.858 3.859 4.639 4.639 0 0 0 5.307 5.307 2.804 2.804 0 0 0 3.859-3.859zm-2.38 1.386c-.197.283-.485.503-.862.662-.377.16-.823.239-1.339.239-.617 0-1.128-.109-1.532-.327a1.986 1.986 0 0 1-.698-.627c-.179-.262-.27-.518-.27-.768a.51.51 0 0 1 .166-.38.59.59 0 0 1 .42-.158.53.53 0 0 1 .353.124.938.938 0 0 1 .241.359c.079.183.164.335.255.457.09.12.217.22.381.299.163.079.38.118.65.118.371 0 .67-.08.9-.238.23-.16.341-.354.341-.589a.59.59 0 0 0-.182-.452 1.213 1.213 0 0 0-.48-.269 8.667 8.667 0 0 0-.8-.2 6.263 6.263 0 0 1-1.129-.343 1.83 1.83 0 0 1-.727-.538c-.18-.23-.27-.514-.27-.852 0-.321.095-.61.285-.86.19-.25.464-.443.822-.577.357-.134.776-.2 1.257-.2.385 0 .717.044.999.132.28.09.515.207.702.355.186.147.323.303.41.466.086.163.13.323.13.479a.557.557 0 0 1-.166.392.548.548 0 0 1-.413.173c-.147 0-.263-.034-.343-.106-.078-.07-.16-.18-.25-.335a1.488 1.488 0 0 0-.402-.504c-.152-.118-.403-.18-.752-.178-.324 0-.582.066-.777.195-.197.131-.29.283-.29.462 0 .111.032.206.096.286a.823.823 0 0 0 .275.211c.117.06.237.107.357.141.121.034.323.084.603.15.351.076.67.16.956.253.286.092.53.204.732.337.203.133.361.302.475.507.114.204.17.455.17.749.001.354-.098.673-.294.955z\"/></svg></li><li title=\"skype square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M14.583 10.724a4.64 4.64 0 0 0-5.307-5.307 2.804 2.804 0 0 0-3.858 3.859 4.639 4.639 0 0 0 5.307 5.307 2.804 2.804 0 0 0 3.859-3.859zm-2.38 1.386c-.197.283-.485.503-.862.662-.377.16-.823.239-1.339.239-.617 0-1.128-.109-1.532-.327a1.986 1.986 0 0 1-.698-.627c-.179-.262-.27-.518-.27-.768a.51.51 0 0 1 .166-.38.59.59 0 0 1 .42-.158.53.53 0 0 1 .353.124.938.938 0 0 1 .241.359c.079.183.164.335.255.457.09.12.217.22.381.299.163.079.38.118.65.118.371 0 .67-.08.9-.238.23-.16.341-.354.341-.589a.59.59 0 0 0-.182-.452 1.213 1.213 0 0 0-.48-.269 8.667 8.667 0 0 0-.8-.2 6.263 6.263 0 0 1-1.129-.343 1.83 1.83 0 0 1-.727-.538c-.18-.23-.27-.514-.27-.852 0-.321.095-.61.285-.86.19-.25.464-.443.822-.577.357-.134.776-.2 1.257-.2.385 0 .717.044.999.132.28.09.515.207.702.355.186.147.323.303.41.466.086.163.13.323.13.479a.557.557 0 0 1-.166.392.548.548 0 0 1-.413.173c-.147 0-.263-.034-.343-.106-.078-.07-.16-.18-.25-.335a1.488 1.488 0 0 0-.402-.504c-.152-.118-.403-.18-.752-.178-.324 0-.582.066-.777.195-.197.131-.29.283-.29.462 0 .111.032.206.096.286a.823.823 0 0 0 .275.211c.117.06.237.107.357.141.121.034.323.084.603.15.351.076.67.16.956.253.286.092.53.204.732.337.203.133.361.302.475.507.114.204.17.455.17.749.001.354-.098.673-.294.955z\"/><path d=\"M4 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm0-2h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/></svg></li><li title=\"skype \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M19.126 11.425A9.26 9.26 0 0 0 8.534.834 5.596 5.596 0 0 0 .833 8.535a9.259 9.259 0 0 0 10.591 10.592c.854.525 1.86.831 2.939.831a5.596 5.596 0 0 0 4.763-8.534zm-4.75 2.766c-.392.564-.967 1.004-1.72 1.321-.753.318-1.643.476-2.672.476-1.232 0-2.253-.216-3.058-.651a3.964 3.964 0 0 1-1.393-1.252c-.357-.522-.539-1.034-.539-1.532 0-.294.112-.55.33-.759.221-.21.505-.315.84-.315.275 0 .511.083.704.247.19.164.35.402.481.716.157.365.327.67.508.912.18.24.434.44.762.597.325.157.757.236 1.297.236.74 0 1.338-.16 1.796-.476.46-.318.68-.706.68-1.174 0-.374-.118-.67-.363-.902-.246-.234-.564-.413-.96-.537a16.93 16.93 0 0 0-1.596-.4c-.896-.196-1.645-.423-2.252-.685-.607-.262-1.091-.62-1.45-1.074-.36-.457-.539-1.026-.539-1.7 0-.642.19-1.216.568-1.716.379-.501.927-.885 1.64-1.152.712-.267 1.55-.4 2.51-.4.768 0 1.432.088 1.994.265.56.178 1.027.413 1.4.707.372.295.645.605.818.93.173.327.26.646.26.957 0 .29-.112.552-.33.782-.22.23-.499.347-.825.346-.294 0-.525-.068-.685-.211-.156-.14-.32-.36-.497-.67-.224-.43-.492-.765-.804-1.005-.304-.235-.805-.358-1.502-.356-.645 0-1.16.131-1.55.39-.392.261-.58.565-.58.92 0 .224.065.412.194.573.13.162.313.303.547.421.235.12.473.214.713.28.242.07.645.169 1.204.3.701.152 1.337.32 1.909.504.57.185 1.057.408 1.46.674.404.265.721.603.947 1.011.228.409.342.908.342 1.495 0 .708-.196 1.344-.59 1.907z\"/></svg></li><li title=\"slack circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M14.956 10.362a.89.89 0 0 0-1.122-.571l-.898.291c-.198-.612-.41-1.263-.61-1.875l.898-.291a.89.89 0 1 0-.55-1.695l-.898.292-.292-.897a.89.89 0 1 0-1.693.55l.292.898-1.875.61-.292-.898a.89.89 0 0 0-1.694.55l.292.898-.926.301a.89.89 0 0 0-.553 1.084c.136.472.638.76 1.103.61l.926-.302.61 1.875-.927.302a.891.891 0 0 0-.553 1.083c.137.473.639.762 1.103.61.004 0 .368-.119.927-.3l.301.925a.891.891 0 0 0 1.084.553c.472-.136.761-.638.61-1.103-.001-.003-.12-.367-.3-.926.612-.199 1.263-.41 1.874-.61l.301.927a.891.891 0 0 0 1.084.553c.473-.137.761-.639.61-1.103l-.301-.926.897-.292a.891.891 0 0 0 .572-1.123zm-5.588.88-.61-1.875c.613-.198 1.264-.41 1.875-.609l.61 1.875-1.875.61z\"/><path d=\"M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z\"/></svg></li><li title=\"slack square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M14.956 10.362a.89.89 0 0 0-1.122-.571l-.898.291c-.198-.612-.41-1.263-.61-1.875l.898-.291a.89.89 0 1 0-.55-1.695l-.898.292-.292-.897a.89.89 0 1 0-1.693.55l.292.898-1.875.61-.292-.898a.89.89 0 0 0-1.694.55l.292.898-.926.301a.89.89 0 0 0-.553 1.084c.136.472.638.76 1.103.61l.926-.302.61 1.875-.927.302a.891.891 0 0 0-.553 1.083c.137.473.639.762 1.103.61.004 0 .368-.119.927-.3l.301.925a.891.891 0 0 0 1.084.553c.472-.136.761-.638.61-1.103-.001-.003-.12-.367-.3-.926.612-.199 1.263-.41 1.874-.61l.301.927a.891.891 0 0 0 1.084.553c.473-.137.761-.639.61-1.103l-.301-.926.897-.292a.891.891 0 0 0 .572-1.123zm-5.588.88-.61-1.875c.613-.198 1.264-.41 1.875-.609l.61 1.875-1.875.61z\"/><path d=\"M4 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm0-2h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/></svg></li><li title=\"slack \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M19.874 10.725a1.777 1.777 0 0 0-2.24-1.143l-1.792.583-1.217-3.75 1.792-.583a1.782 1.782 0 0 0-1.1-3.39l-1.79.585-.583-1.795a1.776 1.776 0 0 0-2.24-1.144 1.782 1.782 0 0 0-1.141 2.245l.582 1.795-3.742 1.219C6.05 4.255 5.82 3.552 5.82 3.552a1.777 1.777 0 0 0-2.24-1.144 1.78 1.78 0 0 0-1.142 2.244l.583 1.796-1.85.602A1.781 1.781 0 0 0 .07 9.218c.272.945 1.274 1.521 2.2 1.22l1.85-.603 1.216 3.75-1.849.603a1.784 1.784 0 0 0-1.103 2.167c.272.945 1.274 1.523 2.2 1.22.008-.002.736-.238 1.851-.602l.601 1.852A1.779 1.779 0 0 0 9.2 19.93c.943-.272 1.52-1.276 1.217-2.205l-.6-1.852 3.743-1.219.601 1.853a1.779 1.779 0 0 0 2.163 1.105c.944-.273 1.52-1.277 1.218-2.205l-.601-1.853a8515.1 8515.1 0 0 1 1.791-.584 1.783 1.783 0 0 0 1.142-2.245zm-11.156 1.76-1.216-3.75 3.742-1.218 1.217 3.75-3.743 1.218z\"/></svg></li><li title=\"smiley f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -1.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 20.858c-5.523 0-10-4.477-10-10s4.477-10 10-10 10 4.477 10 10-4.477 10-10 10zm-3.92-6.606a4.264 4.264 0 0 0 7.84 0 1 1 0 1 0-1.84-.788 2.264 2.264 0 0 1-4.16 0 1 1 0 1 0-1.84.788zM7 6.858a1 1 0 0 0-1 1v2a1 1 0 1 0 2 0v-2a1 1 0 0 0-1-1zm6 0a1 1 0 0 0-1 1v2a1 1 0 0 0 2 0v-2a1 1 0 0 0-1-1z\"/></svg></li><li title=\"smiley \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm-3.92-4.606a1 1 0 1 1 1.84-.788 2.264 2.264 0 0 0 4.16 0 1 1 0 1 1 1.84.788 4.264 4.264 0 0 1-7.84 0zM7 6a1 1 0 0 1 1 1v2a1 1 0 1 1-2 0V7a1 1 0 0 1 1-1zm6 0a1 1 0 0 1 1 1v2a1 1 0 0 1-2 0V7a1 1 0 0 1 1-1z\"/></svg></li><li title=\"snapchat circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z\"/><path d=\"M14.804 12.292c-1.337-.22-1.94-1.59-1.964-1.647-.074-.15-.09-.265-.052-.352.073-.171.353-.26.538-.318a2.47 2.47 0 0 0 .146-.05 1.13 1.13 0 0 0 .399-.238.379.379 0 0 0 .121-.273c-.003-.16-.126-.302-.321-.371A.58.58 0 0 0 13.453 9a.484.484 0 0 0-.202.042 1.137 1.137 0 0 1-.417.118.383.383 0 0 1-.138-.03l.012-.193.002-.029c.043-.676.096-1.518-.128-2.018a2.716 2.716 0 0 0-.612-.876 2.559 2.559 0 0 0-.732-.483 2.892 2.892 0 0 0-1.142-.24l-.197.001a2.9 2.9 0 0 0-1.143.241 2.56 2.56 0 0 0-.73.482 2.725 2.725 0 0 0-.609.874c-.223.5-.17 1.341-.128 2.018l.014.223a.4.4 0 0 1-.164.03c-.126 0-.276-.04-.445-.119a.4.4 0 0 0-.17-.035.61.61 0 0 0-.3.084.414.414 0 0 0-.211.27c-.013.07-.013.21.142.351.086.077.211.15.373.213.042.017.093.033.146.05.185.058.466.147.539.318.037.087.02.202-.048.34-.022.052-.181.41-.508.79a2.82 2.82 0 0 1-.608.537 2.236 2.236 0 0 1-.853.331.233.233 0 0 0-.196.244c.002.035.01.069.025.102.048.113.159.207.339.29.22.102.548.188.978.255.022.04.044.144.06.215.016.075.033.152.057.234.026.089.094.195.268.195.067 0 .142-.015.23-.032.13-.025.305-.06.525-.06.122 0 .248.011.375.033.245.04.456.189.7.361.358.253.763.539 1.382.539l.05-.002.072.002c.619 0 1.024-.286 1.382-.538.245-.172.456-.321.7-.362a2.328 2.328 0 0 1 .9.024c.097.019.172.028.23.028.139 0 .233-.07.268-.192.024-.08.041-.155.058-.232.014-.067.038-.173.06-.214.429-.068.757-.153.977-.254.18-.084.29-.178.339-.29a.297.297 0 0 0 .025-.102.233.233 0 0 0-.196-.243z\"/></svg></li><li title=\"snapchat square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M14.804 12.292c-1.337-.22-1.94-1.59-1.964-1.647-.074-.15-.09-.265-.052-.352.073-.171.353-.26.538-.318a2.47 2.47 0 0 0 .146-.05 1.13 1.13 0 0 0 .399-.238.379.379 0 0 0 .121-.273c-.003-.16-.126-.302-.321-.371A.58.58 0 0 0 13.453 9a.484.484 0 0 0-.202.042 1.137 1.137 0 0 1-.417.118.383.383 0 0 1-.138-.03l.012-.193.002-.029c.043-.676.096-1.518-.128-2.018a2.716 2.716 0 0 0-.612-.876 2.559 2.559 0 0 0-.732-.483 2.892 2.892 0 0 0-1.142-.24l-.197.001a2.9 2.9 0 0 0-1.143.241 2.56 2.56 0 0 0-.73.482 2.725 2.725 0 0 0-.609.874c-.223.5-.17 1.341-.128 2.018l.014.223a.4.4 0 0 1-.164.03c-.126 0-.276-.04-.445-.119a.4.4 0 0 0-.17-.035.61.61 0 0 0-.3.084.414.414 0 0 0-.211.27c-.013.07-.013.21.142.351.086.077.211.15.373.213.042.017.093.033.146.05.185.058.466.147.539.318.037.087.02.202-.048.34-.022.052-.181.41-.508.79a2.82 2.82 0 0 1-.608.537 2.236 2.236 0 0 1-.853.331.233.233 0 0 0-.196.244c.002.035.01.069.025.102.048.113.159.207.339.29.22.102.548.188.978.255.022.04.044.144.06.215.016.075.033.152.057.234.026.089.094.195.268.195.067 0 .142-.015.23-.032.13-.025.305-.06.525-.06.122 0 .248.011.375.033.245.04.456.189.7.361.358.253.763.539 1.382.539l.05-.002.072.002c.619 0 1.024-.286 1.382-.538.245-.172.456-.321.7-.362a2.328 2.328 0 0 1 .9.024c.097.019.172.028.23.028.139 0 .233-.07.268-.192.024-.08.041-.155.058-.232.014-.067.038-.173.06-.214.429-.068.757-.153.977-.254.18-.084.29-.178.339-.29a.297.297 0 0 0 .025-.102.233.233 0 0 0-.196-.243z\"/><path d=\"M4 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm0-2h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/></svg></li><li title=\"snapchat \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M15.899 7.75c.332-.075.5-.129.501-.164a3.66 3.66 0 0 0 .1-.045.969.969 0 0 1 .406-.082c.152 0 .304.028.435.082.391.139.636.424.642.744.003.131-.037.334-.242.545-.173.176-.433.332-.798.476a4.94 4.94 0 0 1-.292.099c-.37.117-.93.295-1.076.637-.075.174-.043.403.105.703.048.116 1.253 2.855 3.927 3.295a.465.465 0 0 1 .391.485.594.594 0 0 1-.05.206c-.096.223-.317.411-.676.578-.44.203-1.097.373-1.956.508-.043.083-.09.295-.119.428a6.624 6.624 0 0 1-.115.465c-.071.244-.259.384-.536.384-.116 0-.266-.02-.46-.057a5.256 5.256 0 0 0-1.049-.11c-.244 0-.496.02-.75.063-.49.081-.912.379-1.402.724-.715.503-1.525 1.075-2.763 1.075a2.43 2.43 0 0 1-.144-.004 1.37 1.37 0 0 1-.101.004c-1.237 0-2.047-.572-2.762-1.077-.49-.345-.912-.642-1.402-.723a4.558 4.558 0 0 0-.75-.064c-.438 0-.791.069-1.048.119-.177.033-.328.063-.46.063-.35 0-.484-.212-.537-.39a6.207 6.207 0 0 1-.115-.468c-.031-.142-.076-.348-.12-.43-.858-.134-1.516-.305-1.956-.51-.36-.165-.581-.354-.677-.58a.592.592 0 0 1-.05-.203.467.467 0 0 1 .392-.487 4.471 4.471 0 0 0 1.706-.664 5.63 5.63 0 0 0 1.215-1.073 6.63 6.63 0 0 0 1.018-1.58c.136-.277.169-.506.095-.68-.146-.342-.708-.52-1.078-.637-.106-.034-.207-.065-.292-.099-.324-.127-.574-.271-.745-.426C2 8.597 2 8.319 2.026 8.179c.041-.214.191-.405.424-.542a1.2 1.2 0 0 1 .598-.167.8.8 0 0 1 .339.07c.072.034.143.064.212.09.002.032.14.072.414.123.093.017.182.026.265.026a.801.801 0 0 0 .328-.062l-.028-.446c-.085-1.352-.191-3.036.257-4.035A5.449 5.449 0 0 1 6.053 1.49c.423-.4.913-.724 1.459-.964A5.806 5.806 0 0 1 9.798.042l.394-.003c.445 0 1.333.062 2.284.482a5.13 5.13 0 0 1 1.464.965 5.431 5.431 0 0 1 1.223 1.751c.448 1 .342 2.684.255 4.038l-.003.057c-.01.133-.017.262-.024.387a.765.765 0 0 0 .276.06c.074-.004.151-.014.232-.03z\"/></svg></li><li title=\"snowboard f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M18.504 1.47a3.608 3.608 0 0 1-.263 5.34c-3.097 2.541-5.131 4.296-6.101 5.266-.97.97-2.725 3.004-5.266 6.101a3.608 3.608 0 0 1-5.34.263 3.48 3.48 0 0 1 .291-5.183A72.408 72.408 0 0 0 13.321 1.761a3.48 3.48 0 0 1 5.183-.291zm-7.071 7.07a1 1 0 1 0 1.414-1.413 1 1 0 0 0-1.414 1.414zM7.19 12.785a1 1 0 1 0 1.414-1.415 1 1 0 0 0-1.414 1.415z\"/></svg></li><li title=\"snowboard \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M18.51 1.527a4.416 4.416 0 0 1-.305 6.522A76.953 76.953 0 0 0 8.061 18.193a4.416 4.416 0 0 1-6.522.305 4.392 4.392 0 0 1 .317-6.499A73.833 73.833 0 0 0 12.01 1.844a4.392 4.392 0 0 1 6.499-.317zm-1.415 1.414a2.392 2.392 0 0 0-3.54.173 75.837 75.837 0 0 1-10.43 10.43 2.392 2.392 0 0 0-.005 3.691 2.416 2.416 0 0 0 3.401-.318A78.946 78.946 0 0 1 16.93 6.51a2.416 2.416 0 0 0 .166-3.568zM11.438 8.57a1 1 0 1 1 1.415-1.414 1 1 0 0 1-1.415 1.414zm-4.95 4.95a1 1 0 1 1 1.415-1.415 1 1 0 0 1-1.414 1.415z\"/></svg></li><li title=\"snowflake \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M9 6.126V1a1 1 0 1 1 2 0v5.126c.367.094.714.24 1.032.428l2.21-2.21a1 1 0 1 1 1.415 1.413l-2.21 2.211c.187.318.333.665.427 1.032H19a1 1 0 0 1 0 2h-5.126a3.96 3.96 0 0 1-.428 1.032l2.21 2.21a1 1 0 1 1-1.413 1.415l-2.211-2.21a3.976 3.976 0 0 1-1.032.427V19a1 1 0 0 1-2 0v-5.126a3.976 3.976 0 0 1-1.032-.428l-2.21 2.21a1 1 0 0 1-1.415-1.413l2.21-2.211A3.976 3.976 0 0 1 6.127 11H1a1 1 0 0 1 0-2h5.126a3.96 3.96 0 0 1 .428-1.032l-2.21-2.21a1 1 0 0 1 1.413-1.415l2.211 2.21A3.976 3.976 0 0 1 9 6.127zM10 12a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm-1 5.318-.393.393a.985.985 0 0 1-1.393-1.393L9 14.532v2.786zm2-2.786 1.786 1.786a.985.985 0 0 1-1.393 1.393L11 17.318v-2.786zm0-11.85.393-.393a.985.985 0 0 1 1.393 1.393L11 5.468V2.682zM9 5.468 7.214 3.682a.985.985 0 0 1 1.393-1.393L9 2.682v2.786zM17.318 11l.393.393a.985.985 0 0 1-1.393 1.393L14.532 11h2.786zm-2.786-2 1.786-1.786a.985.985 0 0 1 1.393 1.393L17.318 9h-2.786zM2.682 9l-.393-.393a.985.985 0 0 1 1.393-1.393L5.468 9H2.682zm2.786 2-1.786 1.786a.985.985 0 0 1-1.393-1.393L2.682 11h2.786z\"/></svg></li><li title=\"soundcloud \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -7.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M19.982 6.362c-.08-1.218-1.032-2.196-2.194-2.255a2.22 2.22 0 0 0-1.222.292C16.518 1.974 14.632.023 12.311.023c-.615 0-1.198.137-1.725.382a.332.332 0 0 0-.186.303v7.925c0 .183.142.332.316.332h6.957c1.333 0 2.402-1.183 2.31-2.603zM9.785.536a.326.326 0 0 0-.318.334v7.752c0 .184.142.334.318.334.175 0 .318-.15.318-.334V.87a.326.326 0 0 0-.318-.334zm-1.052.824a.326.326 0 0 0-.318.334v6.928c0 .184.143.334.318.334.176 0 .318-.15.318-.334V1.694a.326.326 0 0 0-.318-.334zm-1.052.376a.326.326 0 0 0-.318.334v6.552c0 .184.143.334.318.334.176 0 .318-.15.318-.334V2.07a.326.326 0 0 0-.318-.334zM6.63 1.235a.326.326 0 0 0-.319.334v7.053c0 .184.143.334.318.334.176 0 .318-.15.318-.334V1.57a.326.326 0 0 0-.318-.334zm-1.053.334a.326.326 0 0 0-.318.334v6.72c0 .183.143.333.318.333.176 0 .318-.15.318-.334v-6.72a.326.326 0 0 0-.318-.333zm-1.052.668a.326.326 0 0 0-.317.334v6.051c0 .184.142.334.317.334.176 0 .318-.15.318-.334V2.571a.326.326 0 0 0-.318-.334zM3.474 3.53a.326.326 0 0 0-.318.334v4.758c0 .184.142.334.318.334.175 0 .317-.15.317-.334V3.864a.326.326 0 0 0-.317-.333zm-1.052.543a.326.326 0 0 0-.318.334v4.215c0 .184.142.334.318.334.175 0 .318-.15.318-.334V4.407a.326.326 0 0 0-.318-.334zm-1.052.125a.326.326 0 0 0-.318.333v3.967c0 .184.142.333.318.333.175 0 .318-.15.318-.333V4.53a.326.326 0 0 0-.318-.333zM.318 5.07A.326.326 0 0 0 0 5.402v2.285c0 .185.142.334.318.334.175 0 .318-.15.318-.334V5.403a.326.326 0 0 0-.318-.334z\"/></svg></li><li title=\"speaker f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-5 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M3 0h8a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3zm4 17a4 4 0 1 0 0-8 4 4 0 0 0 0 8zM7 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm0 8a2 2 0 1 1 0-4 2 2 0 0 1 0 4z\"/></svg></li><li title=\"speaker \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-5 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M3 0h8a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3zm0 2a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H3zm4 15a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm0-2a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0-8a1 1 0 1 1 0-2 1 1 0 0 1 0 2z\"/></svg></li><li title=\"spell check \"><svg width=\"14\" height=\"14\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\"><path fill-rule=\"evenodd\" d=\"M5.54 6.002H2.457L1.95 7.39c-.17.466-.734.722-1.26.57-.522-.15-.81-.651-.64-1.118L2.097 1.23C2.437.296 3.565-.215 4.615.087c.61.176 1.088.6 1.285 1.142L7.948 6.84c.17.467-.118.967-.643 1.119-.525.15-1.089-.105-1.259-.571L5.54 6.002Zm-.73-2-.812-2.226-.811 2.226H4.81Zm2.536 7.583 4.948-4.952a.999.999 0 1 1 1.413 1.415l-5.654 5.659a.999.999 0 0 1-1.414 0l-2.827-2.83a1.001 1.001 0 0 1 1.414-1.414l2.12 2.122Z\"/></svg></li><li title=\"spotify \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M9.992 0C4.474 0 0 4.474 0 9.992c0 5.518 4.474 9.992 9.992 9.992 5.518 0 9.992-4.474 9.992-9.992C19.984 4.474 15.51 0 9.992 0zm4.348 15.683c-.127.329-.355.512-.59.512a.518.518 0 0 1-.344-.141c-1.796-1.588-3.87-1.843-5.294-1.778-1.578.073-2.735.544-2.747.549-.363.15-.74-.174-.839-.724-.1-.55.114-1.119.477-1.27.052-.022 1.297-.534 3.029-.62a8.939 8.939 0 0 1 2.917.32 8.09 8.09 0 0 1 3.146 1.737c.326.289.436.922.245 1.415zm1.27-3.063c-.15.329-.42.512-.699.512a.677.677 0 0 1-.407-.141c-2.127-1.588-4.584-1.843-6.271-1.778-1.87.073-3.24.544-3.253.549-.431.15-.876-.174-.995-.724-.118-.55.135-1.119.566-1.27.061-.022 1.536-.534 3.587-.62 1.208-.051 2.37.057 3.456.32a10.2 10.2 0 0 1 3.726 1.737c.386.288.516.922.29 1.415zm.782-2.996a.958.958 0 0 1-.5-.142C10.835 6.404 4.276 8.234 4.21 8.252c-.528.153-1.075-.17-1.22-.721-.146-.551.165-1.12.693-1.272.076-.022 1.885-.534 4.4-.62a18.63 18.63 0 0 1 4.24.32c1.686.333 3.223.917 4.57 1.738.474.288.633.921.357 1.414a.985.985 0 0 1-.858.513z\"/></svg></li><li title=\"square f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -1.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M4 .565h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4v-12a4 4 0 0 1 4-4z\"/></svg></li><li title=\"square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M4 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm0-2h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/></svg></li><li title=\"squarespace circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z\"/><path d=\"M5.987 9.513 9.591 5.89a2.307 2.307 0 0 1 3.275 0 .593.593 0 0 1-.017.82.577.577 0 0 1-.819 0l-.054-.063a1.153 1.153 0 0 0-1.567.066l-3.684 3.704a.599.599 0 0 1-.835-.002.584.584 0 0 1 .097-.902zm8.09.079a.577.577 0 0 0-.897.098l-3.59 3.608a1.154 1.154 0 0 1-1.637 0l-.016-.003a.577.577 0 0 0-.819 0 .584.584 0 0 0 .092.9c.91.834 2.32.81 3.2-.074l3.667-3.706a.585.585 0 0 0 0-.823zm-5.634 2.39a.583.583 0 0 0-.097.902.6.6 0 0 0 .835.003l3.685-3.705a1.154 1.154 0 0 1 1.637 0 1.168 1.168 0 0 1 0 1.647l-3.493 3.529a1.154 1.154 0 0 0 1.637 0l2.675-2.706a2.338 2.338 0 0 0 0-3.293 2.308 2.308 0 0 0-3.275 0l-3.604 3.623zm-.49-.33 3.668-3.706a.584.584 0 0 0 0-.823.576.576 0 0 0-.897.098l-3.59 3.608a1.153 1.153 0 0 1-1.637 0 1.168 1.168 0 0 1 0-1.647l3.494-3.528a1.153 1.153 0 0 0-1.638 0L4.678 8.359a2.337 2.337 0 0 0 0 3.293c.905.91 2.371.91 3.275 0z\"/></svg></li><li title=\"squarespace square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M5.987 9.513 9.591 5.89a2.307 2.307 0 0 1 3.275 0 .593.593 0 0 1-.017.82.577.577 0 0 1-.819 0l-.054-.063a1.153 1.153 0 0 0-1.567.066l-3.684 3.704a.599.599 0 0 1-.835-.002.584.584 0 0 1 .097-.902zm8.09.079a.577.577 0 0 0-.897.098l-3.59 3.608a1.154 1.154 0 0 1-1.637 0l-.016-.003a.577.577 0 0 0-.819 0 .584.584 0 0 0 .092.9c.91.834 2.32.81 3.2-.074l3.667-3.706a.585.585 0 0 0 0-.823zm-5.634 2.39a.583.583 0 0 0-.097.902.6.6 0 0 0 .835.003l3.685-3.705a1.154 1.154 0 0 1 1.637 0 1.168 1.168 0 0 1 0 1.647l-3.493 3.529a1.154 1.154 0 0 0 1.637 0l2.675-2.706a2.338 2.338 0 0 0 0-3.293 2.308 2.308 0 0 0-3.275 0l-3.604 3.623zm-.49-.33 3.668-3.706a.584.584 0 0 0 0-.823.576.576 0 0 0-.897.098l-3.59 3.608a1.153 1.153 0 0 1-1.637 0 1.168 1.168 0 0 1 0-1.647l3.494-3.528a1.153 1.153 0 0 0-1.638 0L4.678 8.359a2.337 2.337 0 0 0 0 3.293c.905.91 2.371.91 3.275 0z\"/><path d=\"M4 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm0-2h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/></svg></li><li title=\"squarespace \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -4 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M3.305 7.16 9.3 1.134a3.837 3.837 0 0 1 5.447 0 .987.987 0 0 1-.027 1.365.959.959 0 0 1-1.363 0l-.09-.105a1.918 1.918 0 0 0-2.606.11l-6.128 6.16c-.403.374-1.013.374-1.388-.004a.971.971 0 0 1 .161-1.5zm13.456.131a.96.96 0 0 0-1.493.163L9.3 13.456a1.92 1.92 0 0 1-2.724 0l-.027-.005a.96.96 0 0 0-1.362 0 .971.971 0 0 0 .154 1.496 3.838 3.838 0 0 0 5.32-.123l6.101-6.164a.972.972 0 0 0 0-1.369zm-9.37 3.976a.97.97 0 0 0-.161 1.5c.375.377.984.377 1.388.004l6.128-6.161a1.919 1.919 0 0 1 2.723 0 1.942 1.942 0 0 1 0 2.738l-5.81 5.87a1.92 1.92 0 0 0 2.723 0l4.45-4.5a3.888 3.888 0 0 0 0-5.477 3.84 3.84 0 0 0-5.448 0L7.39 11.267zm-.816-.55 6.1-6.164a.971.971 0 0 0 0-1.369.959.959 0 0 0-1.492.163L5.213 9.35a1.918 1.918 0 0 1-2.723 0 1.942 1.942 0 0 1 0-2.739L8.301.742a1.918 1.918 0 0 0-2.724 0l-4.449 4.5a3.887 3.887 0 0 0 0 5.475 3.836 3.836 0 0 0 5.447 0z\"/></svg></li><li title=\"stackoverflow circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z\"/><path d=\"M12.746 14.068v-2.636h.832v3.511H6.065v-3.511h.832v2.636z\"/><path d=\"m7.816 11.182 4.087.898.173-.864-4.087-.898-.173.864zm.54-2.046 3.785 1.853.345-.796L8.703 8.33l-.346.806zm1.05-1.954 3.21 2.807.53-.67-3.21-2.808-.53.67zm2.075-2.08-.67.523 2.486 3.523.67-.523-2.486-3.523zm-3.751 8.08h4.173v-.875H7.73v.875z\"/></svg></li><li title=\"stackoverflow square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M12.746 14.068v-2.636h.832v3.511H6.065v-3.511h.832v2.636z\"/><path d=\"m7.816 11.182 4.087.898.173-.864-4.087-.898-.173.864zm.54-2.046 3.785 1.853.345-.796L8.703 8.33l-.346.806zm1.05-1.954 3.21 2.807.53-.67-3.21-2.808-.53.67zm2.075-2.08-.67.523 2.486 3.523.67-.523-2.486-3.523zm-3.751 8.08h4.173v-.875H7.73v.875z\"/><path d=\"M4 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm0-2h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/></svg></li><li title=\"stackoverflow \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M13.492 18.136v-5.272h1.665v7.022H.13v-7.022h1.665v5.272z\"/><path d=\"m3.632 12.364 8.173 1.795.346-1.727-8.173-1.796-.346 1.728zm1.082-4.091 7.567 3.704.692-1.59-7.568-3.728-.691 1.614zm2.097-3.91 6.421 5.614 1.06-1.34L7.87 3.022l-1.06 1.34zM10.962.206 9.622 1.25l4.973 7.045 1.34-1.045L10.962.205zM3.46 16.364h8.346v-1.75H3.46v1.75z\"/></svg></li><li title=\"stamp f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M8 7.465a4 4 0 1 1 4 0V14H8V7.465zM2 15h16a2 2 0 0 1 2 2v2H0v-2a2 2 0 0 1 2-2z\"/></svg></li><li title=\"stamp \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M18 18v-2H2v2h16zM7 14V9a5 5 0 1 1 6 0v5h5a2 2 0 0 1 2 2v4H0v-4a2 2 0 0 1 2-2h5zm4 0V8.001l.799-.6a3 3 0 1 0-3.598 0l.799.6V14h2z\"/></svg></li><li title=\"star f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m10 16.379-6.173 3.245 1.179-6.874L.01 7.882l6.902-1.003L10 .624l3.087 6.255 6.902 1.003-4.995 4.868 1.18 6.874z\"/></svg></li><li title=\"star full \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m10 16.207-6.173 3.246 1.179-6.874L.01 7.71l6.902-1.003L10 .453l3.087 6.254 6.902 1.003-4.995 4.869 1.18 6.874z\"/></svg></li><li title=\"star half f \"><svg width=\"10\" height=\"19\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\"><path d=\"M9.989 0 10 .024V15.76l-.011-.006L3.815 19l1.179-6.874L0 7.257l6.902-1.003z\"/></svg></li><li title=\"star half \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 15.814 3.827 19.06l1.179-6.875L.01 7.317l6.902-1.003L10 .06l3.087 6.254 6.902 1.003-4.995 4.868 1.18 6.875L10 15.814zm0-2.26 3.517 1.85-.672-3.917 2.846-2.774-3.932-.571L10 4.579 8.241 8.142l-3.932.571 2.846 2.774-.672 3.916L10 13.554zM10 .06l3.087 6.254 6.902 1.003-4.995 4.868 1.18 6.875L10 15.814V.06z\"/></svg></li><li title=\"star \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m10 13.554 3.517 1.85-.672-3.917 2.846-2.774-3.932-.571L10 4.579 8.241 8.142l-3.932.571 2.846 2.774-.672 3.916L10 13.554zm0 2.26L3.827 19.06l1.179-6.875L.01 7.317l6.902-1.003L10 .06l3.087 6.254 6.902 1.003-4.995 4.868 1.18 6.875L10 15.814z\"/></svg></li><li title=\"station \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M6.922 15.152A5.997 5.997 0 0 1 4 10a5.998 5.998 0 0 1 3.022-5.21.202.202 0 0 1 .101-.03.999.999 0 0 1 1.325.946 1 1 0 0 1-.577.907A3.997 3.997 0 0 0 6 10c0 1.48.804 2.773 2 3.465v.001a1 1 0 0 1-.989 1.735.279.279 0 0 1-.032-.016l-.011-.007a1 1 0 0 1-.046-.026zm6.245-.055a1 1 0 1 1-1.091-1.668.097.097 0 0 1 .023-.023A3.997 3.997 0 0 0 14 10c0-1.48-.804-2.773-2-3.465v-.002a1 1 0 0 1 1.088-1.678A5.997 5.997 0 0 1 16 10a5.996 5.996 0 0 1-2.833 5.097zM10 12a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm2.759 7.608a1 1 0 0 1-.412-1.958 8.004 8.004 0 0 0-.053-15.316.109.109 0 0 1-.03-.016A1 1 0 1 1 12.941.44C17.03 1.696 20 5.5 20 10c0 4.547-3.034 8.384-7.188 9.6a.208.208 0 0 1-.053.008zm-5.613-.021C3.014 18.359 0 14.53 0 10 0 5.479 3 1.658 7.12.421a.992.992 0 0 1 .1-.03L7.228.39a1.006 1.006 0 0 1 .224-.025 1 1 0 0 1 .27 1.965 8.004 8.004 0 0 0 .013 15.347 1 1 0 1 1-.589 1.91z\"/></svg></li><li title=\"stop sign \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M5.094 16.32A8 8 0 0 0 16.32 5.094L5.094 16.32zM3.68 14.906 14.906 3.68A8 8 0 0 0 3.68 14.906zM10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z\"/></svg></li><li title=\"stop \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4 -4 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M4 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm0-2h8a4 4 0 0 1 4 4v8a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/></svg></li><li title=\"store \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M6 2H3a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1V2zM3.01 8v9.965H5V13a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v4.965h6.013V8H15c-.768 0-1.47-.289-2-.764A2.989 2.989 0 0 1 11 8H9c-.768 0-1.47-.289-2-.764A2.989 2.989 0 0 1 5 8H3.01zm-2-.754A2.993 2.993 0 0 1 0 5V3a3 3 0 0 1 3-3h14a3 3 0 0 1 3 3v2c0 .882-.38 1.676-.987 2.225v10.74a2 2 0 0 1-2 2h-7.64A2.01 2.01 0 0 1 9 20H7a2.01 2.01 0 0 1-.373-.035H3.011a2 2 0 0 1-2-2V7.245zM9 17.966V13H7v4.965h2zM12 2H8v3a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1V2zm2 0v3a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1h-3zm0 9h1a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-3a1 1 0 0 1 1-1z\"/></svg></li><li title=\"strikethrough \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-7 -5.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M3.657 4.935H1.15a2.997 2.997 0 0 1-.15-.94v-.497A3.498 3.498 0 0 1 4.498 0H6a3 3 0 0 1 3 3 1 1 0 1 1-2 0 1 1 0 0 0-1-1H4.498C3.67 2 3 2.67 3 3.498v.497a1 1 0 0 0 .657.94zm5.186 2.1c.102.301.157.624.157.96v.528a3.528 3.528 0 0 1-3.528 3.528H4a3 3 0 0 1-3-3V9a1 1 0 1 1 2 0v.05a1 1 0 0 0 1 1h1.472C6.316 10.05 7 9.367 7 8.523v-.528a1 1 0 0 0-.72-.96h2.563zM.5 5.51h9a.5.5 0 0 1 0 1h-9a.5.5 0 1 1 0-1z\"/></svg></li><li title=\"stumbleupon circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z\"/><path d=\"M13.388 10.155v1.135c0 .382-.301.707-.669.7a.672.672 0 0 1-.646-.682v-1.094a.19.19 0 0 0-.255-.183l-.58.222a.182.182 0 0 1-.134-.001l-.346-.142a.19.19 0 0 0-.258.182v.98c0 1.271.972 2.331 2.196 2.35 1.245.02 2.265-1.026 2.265-2.314v-1.153a.174.174 0 0 0-.17-.177h-1.232a.174.174 0 0 0-.171.177z\"/><path d=\"M10.54 8.208v.542c0 .08.047.153.119.183l.496.203a.182.182 0 0 0 .135.001l.699-.268a.196.196 0 0 0 .123-.184v-.46c0-1.203-.92-2.206-2.08-2.225-1.179-.018-2.144.972-2.144 2.192v3.147c0 .382-.301.707-.669.7a.672.672 0 0 1-.646-.682v-1.153a.174.174 0 0 0-.17-.177H5.17a.174.174 0 0 0-.171.177v1.118c0 1.27.972 2.33 2.196 2.35 1.245.02 2.265-1.027 2.265-2.315V8.192a.55.55 0 0 1 .566-.56c.29.016.512.275.512.576z\"/></svg></li><li title=\"stumbleupon square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M13.388 10.155v1.135c0 .382-.301.707-.669.7a.672.672 0 0 1-.646-.682v-1.094a.19.19 0 0 0-.255-.183l-.58.222a.182.182 0 0 1-.134-.001l-.346-.142a.19.19 0 0 0-.258.182v.98c0 1.271.972 2.331 2.196 2.35 1.245.02 2.265-1.026 2.265-2.314v-1.153a.174.174 0 0 0-.17-.177h-1.232a.174.174 0 0 0-.171.177z\"/><path d=\"M10.54 8.208v.542c0 .08.047.153.119.183l.496.203a.182.182 0 0 0 .135.001l.699-.268a.196.196 0 0 0 .123-.184v-.46c0-1.203-.92-2.206-2.08-2.225-1.179-.018-2.144.972-2.144 2.192v3.147c0 .382-.301.707-.669.7a.672.672 0 0 1-.646-.682v-1.153a.174.174 0 0 0-.17-.177H5.17a.174.174 0 0 0-.171.177v1.118c0 1.27.972 2.33 2.196 2.35 1.245.02 2.265-1.027 2.265-2.315V8.192a.55.55 0 0 1 .566-.56c.29.016.512.275.512.576z\"/><path d=\"M4 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm0-2h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/></svg></li><li title=\"stumbleupon \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -4.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M16.817 8.219v2.208c0 .743-.6 1.376-1.335 1.363a1.322 1.322 0 0 1-1.29-1.328V8.333a.377.377 0 0 0-.507-.357l-1.158.433a.372.372 0 0 1-.269-.003l-.69-.275a.377.377 0 0 0-.514.354v1.908c0 2.473 1.94 4.536 4.381 4.573 2.486.039 4.52-1.997 4.52-4.504V8.218a.343.343 0 0 0-.34-.344h-2.458a.343.343 0 0 0-.34.345z\"/><path d=\"M11.054 4.334V5.39c0 .157.094.297.238.355l.99.395a.372.372 0 0 0 .27.003l1.394-.522a.381.381 0 0 0 .246-.357v-.896c0-2.34-1.837-4.294-4.15-4.33C7.69.001 5.764 1.928 5.764 4.303v6.124c0 .743-.6 1.376-1.335 1.363a1.322 1.322 0 0 1-1.29-1.328V8.219a.343.343 0 0 0-.34-.345H.34a.343.343 0 0 0-.34.345v2.174c0 2.473 1.94 4.536 4.381 4.573 2.486.039 4.52-1.997 4.52-4.504v-6.16c0-.618.513-1.118 1.13-1.088.579.03 1.023.534 1.023 1.12z\"/></svg></li><li title=\"subscript \"><svg width=\"14\" height=\"14\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\"><path d=\"m5.954 4.5 2.831 2.806a.986.986 0 0 1 0 1.403 1.007 1.007 0 0 1-1.415 0L4.54 5.903 1.707 8.71a1.007 1.007 0 0 1-1.415 0 .986.986 0 0 1 0-1.403L3.123 4.5.294 1.694a.986.986 0 0 1 0-1.403 1.007 1.007 0 0 1 1.415 0L4.54 3.097 7.37.29a1.007 1.007 0 0 1 1.416 0 .986.986 0 0 1 0 1.403L5.955 4.5ZM14 12.352V14H9.078v-1.014l.101-.246 1.801-1.913c.433-.435.8-.77.93-1.011.125-.23.184-.427.184-.587a.424.424 0 0 0-.128-.327.475.475 0 0 0-.355-.127.448.448 0 0 0-.357.158c-.106.117-.167.288-.175.525l-.012.338h-1.84l.017-.366c.034-.735.274-1.33.723-1.77.45-.44 1.03-.66 1.719-.66.427 0 .812.091 1.149.275.34.186.612.455.814.8.2.343.301.7.301 1.063 0 .416-.231.849-.46 1.307-.223.45-.538.876-1.072 1.555l-.118.123-.255.229H14Z\"/></svg></li><li title=\"subtraction \"><svg width=\"20\" height=\"14\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\"><path d=\"M13 0a7 7 0 1 1-3 13.326A7 7 0 1 1 10 .673 6.963 6.963 0 0 1 13 0ZM7 2a5 5 0 1 0 1.002 9.9A6.972 6.972 0 0 1 6 7c0-1.907.763-3.637 2-4.9A4.976 4.976 0 0 0 7 2Zm6 0a5 5 0 1 0 0 10 5 5 0 0 0 0-10Z\"/></svg></li><li title=\"sun f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -1.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 15.565a5 5 0 1 1 0-10 5 5 0 0 1 0 10zm0-15a1 1 0 0 1 1 1v2a1 1 0 0 1-2 0v-2a1 1 0 0 1 1-1zm0 16a1 1 0 0 1 1 1v2a1 1 0 0 1-2 0v-2a1 1 0 0 1 1-1zm-9-7h2a1 1 0 1 1 0 2H1a1 1 0 0 1 0-2zm16 0h2a1 1 0 0 1 0 2h-2a1 1 0 0 1 0-2zm.071-6.071a1 1 0 0 1 0 1.414l-1.414 1.414a1 1 0 1 1-1.414-1.414l1.414-1.414a1 1 0 0 1 1.414 0zM5.757 14.808a1 1 0 0 1 0 1.414l-1.414 1.414a1 1 0 1 1-1.414-1.414l1.414-1.414a1 1 0 0 1 1.414 0zM4.343 3.494l1.414 1.414a1 1 0 0 1-1.414 1.414L2.93 4.908a1 1 0 0 1 1.414-1.414zm11.314 11.314 1.414 1.414a1 1 0 0 1-1.414 1.414l-1.414-1.414a1 1 0 1 1 1.414-1.414z\"/></svg></li><li title=\"sun \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 13a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 2a5 5 0 1 1 0-10 5 5 0 0 1 0 10zm0-15a1 1 0 0 1 1 1v2a1 1 0 0 1-2 0V1a1 1 0 0 1 1-1zm0 16a1 1 0 0 1 1 1v2a1 1 0 0 1-2 0v-2a1 1 0 0 1 1-1zM1 9h2a1 1 0 1 1 0 2H1a1 1 0 0 1 0-2zm16 0h2a1 1 0 0 1 0 2h-2a1 1 0 0 1 0-2zm.071-6.071a1 1 0 0 1 0 1.414l-1.414 1.414a1 1 0 1 1-1.414-1.414l1.414-1.414a1 1 0 0 1 1.414 0zM5.757 14.243a1 1 0 0 1 0 1.414L4.343 17.07a1 1 0 1 1-1.414-1.414l1.414-1.414a1 1 0 0 1 1.414 0zM4.343 2.929l1.414 1.414a1 1 0 0 1-1.414 1.414L2.93 4.343A1 1 0 0 1 4.343 2.93zm11.314 11.314 1.414 1.414a1 1 0 0 1-1.414 1.414l-1.414-1.414a1 1 0 1 1 1.414-1.414z\"/></svg></li><li title=\"superscript \"><svg width=\"14\" height=\"14\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\"><path d=\"M1.708 5.29 4.54 8.098 7.37 5.29a1.007 1.007 0 0 1 1.416 0 .986.986 0 0 1 0 1.403L5.955 9.5l2.83 2.806a.986.986 0 0 1 0 1.403 1.007 1.007 0 0 1-1.415 0l-2.83-2.806-2.832 2.806a1.007 1.007 0 0 1-1.415 0 .986.986 0 0 1 0-1.403L3.123 9.5.294 6.694a.986.986 0 0 1 0-1.403 1.007 1.007 0 0 1 1.415 0ZM11.686 0c.427 0 .812.091 1.149.275.34.186.612.455.814.8.2.343.301.7.301 1.063 0 .416-.231.849-.46 1.307-.223.45-.538.876-1.072 1.555l-.118.123-.255.229H14V7H9.078V5.986l.101-.246 1.801-1.913c.433-.435.8-.77.93-1.011.125-.23.184-.427.184-.587a.424.424 0 0 0-.128-.327.475.475 0 0 0-.355-.127.448.448 0 0 0-.357.158c-.106.117-.167.288-.175.525l-.012.338h-1.84l.017-.366c.034-.735.274-1.33.723-1.77.45-.44 1.03-.66 1.719-.66Z\"/></svg></li><li title=\"switch left f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -6 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M6 0h8a6 6 0 1 1 0 12H6A6 6 0 1 1 6 0zm1 10a4 4 0 1 0 0-8 4 4 0 0 0 0 8zm0-2a2 2 0 1 1 0-4 2 2 0 0 1 0 4z\"/></svg></li><li title=\"switch left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M7 2a5 5 0 1 0 0 10h6a5 5 0 0 0 0-10H7zm0-2h6a7 7 0 0 1 0 14H7A7 7 0 0 1 7 0zm0 11a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm0-2a2 2 0 1 0 0-4 2 2 0 0 0 0 4z\"/></svg></li><li title=\"switch right f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2.5 -6 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M6 0h7a6 6 0 1 1 0 12H6A6 6 0 1 1 6 0zm6 10a4 4 0 1 0 0-8 4 4 0 0 0 0 8zm0-2a2 2 0 1 1 0-4 2 2 0 0 1 0 4z\"/></svg></li><li title=\"switch right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M7 2a5 5 0 1 0 0 10h6a5 5 0 0 0 0-10H7zm0-2h6a7 7 0 0 1 0 14H7A7 7 0 0 1 7 0zm6 11a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm0-2a2 2 0 1 0 0-4 2 2 0 0 0 0 4z\"/></svg></li><li title=\"sword f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2.5 -2.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M9.646 14.096a1 1 0 1 1-1.414 1.414l-1.414-1.414-2.828 2.829a1 1 0 0 1-1.415 1.414l-1.414-1.414a1 1 0 0 1 1.414-1.415l2.829-2.828-1.414-1.414a1 1 0 0 1 1.414-1.414l4.242 4.242zm.708-.707L6.11 9.146 14.596.661l3.536.707.707 3.536-8.485 8.485z\"/></svg></li><li title=\"sword \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2.5 -2.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m6.778 10.728 1.414 1.414 8.436-8.435-.236-1.179-1.178-.236-8.436 8.436zM3.95 16.385a1 1 0 0 1-1.414 1.414L1.12 16.385a1 1 0 0 1 1.415-1.414l2.828-2.829-1.414-1.414a1 1 0 0 1 1.414-1.414L14.556.12l3.536.707.707 3.536-9.192 9.192a1 1 0 1 1-1.415 1.415l-1.414-1.415-2.828 2.829z\"/></svg></li><li title=\"tab \"><svg width=\"20\" height=\"16\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\"><path d=\"M18 4v1h-7V2H4a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4ZM4 0h12a4 4 0 0 1 4 4v8a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4Z\"/></svg></li><li title=\"table cell merge \"><svg width=\"14\" height=\"14\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\"><path d=\"M4 2H2v2h2V2Zm2 0v2h2V2h2v2h2V2H6Zm6 4H6v6h6V6Zm-8 6v-2H2v2h2ZM2 8h2V6H2v2Zm0-8h10a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2Z\"/></svg></li><li title=\"table cell \"><svg width=\"14\" height=\"14\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\"><path d=\"M2 6h4V2H2v4Zm0 2v4h4V8H2Zm10-2V2H8v4h4Zm0 2H8v4h4V8ZM2 0h10a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2Z\"/></svg></li><li title=\"table col after \"><svg width=\"14\" height=\"14\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\"><path d=\"M12 0a2 2 0 0 1 2 2v1a1 1 0 0 1-2 0V2H6v10h6v-1a1 1 0 0 1 2 0v1a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h10ZM4 10H2v2h2v-2Zm6-6a1 1 0 0 1 1 1v1h1a1 1 0 0 1 0 2h-1v1a1 1 0 0 1-2 0V8H8a1 1 0 1 1 0-2h1V5a1 1 0 0 1 1-1ZM4 6H2v2h2V6Zm0-4H2v2h2V2Z\"/></svg></li><li title=\"table col before \"><svg width=\"14\" height=\"14\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\"><path d=\"M8 12V2H2v1a1 1 0 1 1-2 0V2a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-1a1 1 0 0 1 2 0v1h6Zm2 0h2v-2h-2v2Zm2-4V6h-2v2h2Zm0-4V2h-2v2h2ZM3 6V5a1 1 0 1 1 2 0v1h1a1 1 0 1 1 0 2H5v1a1 1 0 1 1-2 0V8H2a1 1 0 1 1 0-2h1Z\"/></svg></li><li title=\"table delete \"><svg width=\"14\" height=\"14\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\"><path d=\"M2 0h10a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2Zm0 4v8h10V4H2Zm5 5.414-1.414 1.414a1 1 0 1 1-1.414-1.414L5.586 8 4.172 6.586a1 1 0 1 1 1.414-1.414L7 6.586l1.414-1.414a1 1 0 1 1 1.414 1.414L8.414 8l1.414 1.414a1 1 0 0 1-1.414 1.414L7 9.414Z\"/></svg></li><li title=\"table left header \"><svg width=\"14\" height=\"14\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\"><path d=\"M4 2v10h8V2H4ZM2 0h10a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2Z\"/></svg></li><li title=\"table right header \"><svg width=\"14\" height=\"14\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\"><path d=\"M10 2H2v10h8V2Zm2-2a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h10Z\"/></svg></li><li title=\"table row above \"><svg width=\"14\" height=\"14\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\"><path d=\"M12 8V2h-1a1 1 0 0 1 0-2h1a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h1a1 1 0 1 1 0 2H2v6h10Zm0 2h-2v2h2v-2Zm-4 2v-2H6v2h2Zm-4 0v-2H2v2h2Zm2-9V2a1 1 0 1 1 2 0v1h1a1 1 0 1 1 0 2H8v1a1 1 0 1 1-2 0V5H5a1 1 0 1 1 0-2h1Z\"/></svg></li><li title=\"table row after \"><svg width=\"14\" height=\"14\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\"><path d=\"M2 6v6h1a1 1 0 0 1 0 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-1a1 1 0 0 1 0-2h1V6H2Zm0-2h2V2H2v2Zm4-2v2h2V2H6Zm4 0v2h2V2h-2Zm-2 9v1a1 1 0 0 1-2 0v-1H5a1 1 0 0 1 0-2h1V8a1 1 0 1 1 2 0v1h1a1 1 0 1 1 0 2H8Z\"/></svg></li><li title=\"table top header \"><svg width=\"14\" height=\"14\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\"><path d=\"M2 4v8h10V4H2ZM0 2a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2Z\"/></svg></li><li title=\"table \"><svg width=\"14\" height=\"14\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\"><path d=\"M2 4v8h10V4H2Zm0-4h10a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2Z\"/></svg></li><li title=\"tablet f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M3 0h10a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3zm5 17a1 1 0 1 0 0-2 1 1 0 0 0 0 2z\"/></svg></li><li title=\"tablet \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M3 0h10a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3zm0 2a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H3zm5 15a1 1 0 1 1 0-2 1 1 0 0 1 0 2z\"/></svg></li><li title=\"tag f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-1.5 -1.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m17.014.73 3.448 3.447a2 2 0 0 1 .463 2.103l-1.763 4.812a1 1 0 0 1-.232.363l-8.323 8.323a2 2 0 0 1-2.829 0l-6.364-6.364a2 2 0 0 1 0-2.828l8.333-8.333a1 1 0 0 1 .364-.232L14.913.266a2 2 0 0 1 2.101.464zM13.79 7.404a1.5 1.5 0 1 0 2.12-2.122 1.5 1.5 0 0 0-2.12 2.122z\"/></svg></li><li title=\"tag \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-1.5 -1.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m17.014.872 3.448 3.447a2 2 0 0 1 .463 2.103l-1.763 4.812a1 1 0 0 1-.232.363l-8.323 8.323a2 2 0 0 1-2.829 0l-6.364-6.364a2 2 0 0 1 0-2.828l8.333-8.333a1 1 0 0 1 .364-.232L14.913.408a2 2 0 0 1 2.101.464zm-6.009 3.094-8.177 8.176 6.364 6.364 8.168-8.167 1.687-4.605L15.6 2.286l-4.595 1.68zm2.784 3.58a1.5 1.5 0 1 1 2.12-2.121 1.5 1.5 0 0 1-2.12 2.12z\"/></svg></li><li title=\"tags f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 -2.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m13.963 1.478 2.483 2.483a2 2 0 0 1 .498 2L15.71 9.99l-7.93 7.93L0 10.142l7.899-7.899 4.056-1.26a2 2 0 0 1 2.008.495zm-3.71 6.19a1.5 1.5 0 1 0 2.121-2.122 1.5 1.5 0 0 0-2.121 2.121zm7.222 1.047c.542.022.935-.07 1.178-.273a1.5 1.5 0 0 0 .185-2.113c-.11-.131-.285-.252-.527-.364a2 2 0 0 0-.538-1.848L16.05 2.395l2.269-.706a2 2 0 0 1 2.008.496l2.483 2.483a2 2 0 0 1 .498 2l-1.235 4.028-7.93 7.931-2.795-2.794 5.688-5.688.439-1.43z\"/></svg></li><li title=\"tags \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 -3 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M11.586 15.071 13 13.657l1.414 1.414 6.165-6.165 1.09-3.552-2.484-2.483-1.079.336-1.598-1.598L18.591.96a2 2 0 0 1 2.008.496l2.483 2.483a2 2 0 0 1 .498 2L22.345 9.97l-7.93 7.93-2.83-2.828zM14.236.75l2.482 2.483a2 2 0 0 1 .498 2l-1.235 4.028-7.93 7.931-7.78-7.778L8.17 1.516 12.227.254a2 2 0 0 1 2.008.496zM3.1 9.414l4.95 4.95 6.164-6.165 1.09-3.552-2.484-2.483-3.585 1.115L3.1 9.414zm7.424-2.475a1.5 1.5 0 1 1 2.121-2.121 1.5 1.5 0 0 1-2.12 2.121zm6.886 1.022.782-2.878c.45.152.755.325.917.518a1.5 1.5 0 0 1-.185 2.113c-.29.244-.795.326-1.514.247z\"/></svg></li><li title=\"target \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0-1a7 7 0 1 1 0-14 7 7 0 0 1 0 14zm0-2a5 5 0 1 0 0-10 5 5 0 0 0 0 10zm0-1a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm0-2a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0-1a1 1 0 1 1 0-2 1 1 0 0 1 0 2z\"/></svg></li><li title=\"task list f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M6 0h8a6 6 0 0 1 6 6v8a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6V6a6 6 0 0 1 6-6zm6 9a1 1 0 0 0 0 2h3a1 1 0 1 0 0-2h-3zm-2 4a1 1 0 0 0 0 2h5a1 1 0 1 0 0-2h-5zm0-8a1 1 0 1 0 0 2h5a1 1 0 0 0 0-2h-5zm-4.172 5.243-.707-.707a1 1 0 1 0-1.414 1.414l1.414 1.414a1 1 0 0 0 1.415 0l2.828-2.828A1 1 0 0 0 7.95 8.12l-2.122 2.122z\"/></svg></li><li title=\"task list \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M6 0h8a6 6 0 0 1 6 6v8a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6V6a6 6 0 0 1 6-6zm0 2a4 4 0 0 0-4 4v8a4 4 0 0 0 4 4h8a4 4 0 0 0 4-4V6a4 4 0 0 0-4-4H6zm6 7h3a1 1 0 0 1 0 2h-3a1 1 0 0 1 0-2zm-2 4h5a1 1 0 0 1 0 2h-5a1 1 0 0 1 0-2zm0-8h5a1 1 0 0 1 0 2h-5a1 1 0 1 1 0-2zm-4.172 5.243L7.95 8.12a1 1 0 1 1 1.414 1.415l-2.828 2.828a1 1 0 0 1-1.415 0L3.707 10.95a1 1 0 0 1 1.414-1.414l.707.707z\"/></svg></li><li title=\"telegram \"><svg width=\"20\" height=\"20\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\"><path d=\"M10 0c5.523 0 10 4.477 10 10s-4.477 10-10 10S0 15.523 0 10 4.477 0 10 0Zm4.442 6c-.381.007-.966.207-3.779 1.362a485.41 485.41 0 0 0-5.907 2.512c-.48.189-.73.373-.753.553-.044.346.46.453 1.094.657.517.166 1.213.36 1.575.368.328.007.694-.127 1.098-.4 2.76-1.84 4.183-2.769 4.273-2.789.063-.014.15-.032.21.02.059.052.053.15.046.177-.05.211-2.641 2.538-2.79 2.691l-.072.072c-.55.543-1.105.898-.147 1.521.866.563 1.37.922 2.26 1.5.57.368 1.017.805 1.605.752.271-.025.55-.276.693-1.026.335-1.77.995-5.608 1.147-7.19a1.742 1.742 0 0 0-.017-.393.42.42 0 0 0-.144-.27c-.121-.098-.309-.118-.392-.117Z\"/></svg></li><li title=\"temperature \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-7 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 15a5 5 0 1 1-8-4V3a3 3 0 1 1 6 0v8c1.214.912 2 2.364 2 4zm-3.201-2.401-.799-.6V3a1 1 0 1 0-2 0v8.999l-.799.6a3 3 0 1 0 3.598 0zM5 17a2 2 0 1 1 0-4 2 2 0 0 1 0 4z\"/></svg></li><li title=\"template \"><svg width=\"14\" height=\"14\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\"><path d=\"M6 12h5a1 1 0 0 0 1-1V6H6v6Zm-2 0V6H2v5a1 1 0 0 0 1 1h1Zm8-9a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1h10V3ZM3 0h8a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3Z\"/></svg></li><li title=\"terminal \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4 -5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m5.243 7.071-4.95-4.95A1 1 0 1 1 1.707.707l5.657 5.657a1 1 0 0 1 0 1.414l-5.657 5.657a1 1 0 0 1-1.414-1.414l4.95-4.95zM6.929 12h8a1 1 0 0 1 0 2h-8a1 1 0 0 1 0-2z\"/></svg></li><li title=\"text \"><svg width=\"12\" height=\"12\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\"><path d=\"M12 1v2a1 1 0 0 1-2 0V2H7v8h1a1 1 0 0 1 0 2H4a1 1 0 0 1 0-2h1V2H2v1a1 1 0 1 1-2 0V1a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1Z\"/></svg></li><li title=\"thunder f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-7.5 -3.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M5.708 4.968h1.789a1.5 1.5 0 0 1 1.378 2.09l-3.96 9.243a1.049 1.049 0 0 1-2.012-.413v-6.92L1.45 8.923A1.5 1.5 0 0 1 0 7.423V1.5A1.5 1.5 0 0 1 1.5 0h2.708a1.5 1.5 0 0 1 1.5 1.5v3.468z\"/></svg></li><li title=\"thunder \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-6 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M8.997 6.968H6.708V3a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v5.923a1 1 0 0 0 .966 1l1.937.061v7.404a.549.549 0 0 0 1.053.216l3.96-9.242a1 1 0 0 0-.92-1.394zM8.708 3v1.968h.289a3 3 0 0 1 2.757 4.181l-3.96 9.243a2.549 2.549 0 0 1-4.891-1.004v-5.466A3 3 0 0 1 0 8.923V3a3 3 0 0 1 3-3h2.708a3 3 0 0 1 3 3z\"/></svg></li><li title=\"ticket f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-6 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M12 9v11H8.83a3.001 3.001 0 0 0-5.66 0H0V9h4a1 1 0 1 0 0-2H0V0h3.17a3.001 3.001 0 0 0 5.66 0H12v7H8a1 1 0 1 0 0 2h4z\"/></svg></li><li title=\"ticket \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-6 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 9H8a1 1 0 1 1 0-2h2V2.001a4.999 4.999 0 0 1-8 0V7h2a1 1 0 1 1 0 2H2v8.999a4.999 4.999 0 0 1 8 0V9zM0 20V0h3.17a3.001 3.001 0 0 0 5.66 0H12v20H8.83a3.001 3.001 0 0 0-5.66 0H0z\"/></svg></li><li title=\"tools f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 -1.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M2.131 5.668a1.5 1.5 0 0 1 .294-1.708l1.414-1.414a1.5 1.5 0 0 1 1.707-.293L7.021.778a2 2 0 0 1 2.828 0l2.829 2.829a2 2 0 0 1 0 2.828l-1.415 1.414-.05-.05-3.535 3.536.05.05-1.414 1.414a2 2 0 0 1-2.829 0L.657 9.971a2 2 0 0 1 0-2.829L2.13 5.668zm6.96 7.08 3.536-3.535 3.586 3.586-3.535 3.536-3.586-3.586zm5 5 3.536-3.535 1.768 1.768a2.5 2.5 0 0 1-3.535 3.536l-1.768-1.768zm2.83-15.556 4.242 4.243-3.839 3.839c-.613.613-1.744.478-2.525-.303l-1.414-1.415c-.781-.78-.917-1.911-.303-2.525l3.838-3.839zM18.334.778l.303-.303c.613-.614 1.744-.478 2.525.303l1.414 1.414c.781.781.917 1.912.303 2.526l-.303.303L18.335.778zM5.607 16.335l2.12-2.122a1 1 0 1 1 1.415 1.414L7.021 17.75a1 1 0 0 1 0 1.414l-1.414 1.414a1 1 0 0 1-1.415 0l-1.414-1.414a1 1 0 0 1 0-1.414l1.414-1.414a1 1 0 0 1 1.415 0z\"/></svg></li><li title=\"tools \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 -1 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m2 8.654 2.813 2.822 6.332-6.35-2.814-2.823-6.332 6.35zm4.441 8.128 2.11-2.117a.993.993 0 0 1 1.408 0 1 1 0 0 1 0 1.411l-2.11 2.117a1 1 0 0 1 0 1.411L6.44 21.015a.993.993 0 0 1-1.407 0l-1.407-1.41a1 1 0 0 1 0-1.412l1.407-1.411a.993.993 0 0 1 1.407 0zm9.146-6.35 6.331-6.35-1.407-1.412-6.331 6.35c-.777-.78-.912-1.907-.302-2.52L19.406.956c.61-.612 1.735-.477 2.512.303l1.407 1.41c.778.78.913 1.909.302 2.52l-5.528 5.545c-.61.612-1.735.477-2.512-.303zm-.924 3.866L9.738 9.36l-.704.706 4.925 4.939.704-.706zm1.407 1.412-.704.705 1.759 1.764c.194.195.51.195.703 0a.5.5 0 0 0 0-.705L16.07 15.71zM2.06 5.77a1.5 1.5 0 0 1 .291-1.704l1.407-1.41a1.49 1.49 0 0 1 1.699-.293L6.924.892a1.986 1.986 0 0 1 2.814 0l2.814 2.823a2 2 0 0 1 0 2.822l-1.407 1.411 8.09 8.114a2.5 2.5 0 0 1 0 3.528 2.482 2.482 0 0 1-3.517 0l-8.09-8.114-1.408 1.411c-.777.78-2.037.78-2.814 0L.592 10.065a2 2 0 0 1 0-2.823l1.467-1.47z\"/></svg></li><li title=\"torch f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-8 -1 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M0 10h8v1a2 2 0 0 1-1.35 1.892l-.508 7.113a2.148 2.148 0 0 1-4.284 0l-.509-7.113A2 2 0 0 1 0 11v-1zm7.465-2H8 0h.535A3.982 3.982 0 0 1 0 6c0-1.473 1.333-3.473 4-6 2.667 2.527 4 4.527 4 6 0 .729-.195 1.412-.535 2z\"/></svg></li><li title=\"torch \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-8 -1 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M2 10v1l1.25.43.602 8.433a.148.148 0 0 0 .296 0l.602-8.433L6 11v-1H2zM.535 8A3.982 3.982 0 0 1 0 6c0-1.473 1.333-3.473 4-6 2.667 2.527 4 4.527 4 6 0 .729-.195 1.412-.535 2H8v3a2 2 0 0 1-1.35 1.892l-.508 7.113a2.148 2.148 0 0 1-4.284 0l-.509-7.113A2 2 0 0 1 0 11V8h.535zm2.13-3.495C2.196 5.205 2 5.719 2 6a2 2 0 1 0 4 0c0-.281-.197-.795-.664-1.495-.333-.5-.779-1.056-1.336-1.663a14.084 14.084 0 0 0-1.336 1.663z\"/></svg></li><li title=\"totem \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M8 18h4V3a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1v15zm6 .268A2 2 0 0 1 15 20H5a2 2 0 0 1 1-1.732V3a3 3 0 0 1 3-3h2a3 3 0 0 1 3 3v15.268zM9 9h2v2H9V9zm1-4a1 1 0 1 1 0-2 1 1 0 0 1 0 2zM1.286 6h17.433a1 1 0 0 1 .97 1.243l-1.31 5.242A2 2 0 0 1 16.439 14H3.588a2 2 0 0 1-1.939-1.507L.317 7.246A1 1 0 0 1 1.286 6zm1.286 2 1.017 4h12.85l1-4H2.571z\"/></svg></li><li title=\"train f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4 -2.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M4 2a2 2 0 0 0-2 2v5.038l12-.023V4a2 2 0 0 0-2-2H4zm7.667 15L11 16H5l-.667 1H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h8a4 4 0 0 1 4 4v9a4 4 0 0 1-4 4h-.333zM4 14a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm8 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm0-11a1 1 0 0 1 1 1v3a1 1 0 0 1-2 0V4a1 1 0 0 1 1-1zM4.314 17.029l7.371-.001.279.417A1 1 0 0 1 11.13 19H4.87a1 1 0 0 1-.833-1.555l.278-.416z\"/></svg></li><li title=\"train \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M4 15h8a2 2 0 0 0 2-2v-2H2v2a2 2 0 0 0 2 2zm8.813 1.917A2 2 0 0 1 11.131 20H4.87a2 2 0 0 1-1.682-3.083A4.001 4.001 0 0 1 0 13V4a4 4 0 0 1 4-4h8a4 4 0 0 1 4 4v9a4.001 4.001 0 0 1-3.187 3.917zM14 9V4a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v5h12zm-2-6a1 1 0 0 1 1 1v3a1 1 0 0 1-2 0V4a1 1 0 0 1 1-1zM4 14a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm8 0a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm-7.131 4h6.262l-.666-1h-4.93l-.666 1z\"/></svg></li><li title=\"transgender \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-3 -1.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M7 14A5 5 0 1 0 7 4a5 5 0 0 0 0 10zm6.013-8.586A7.002 7.002 0 0 1 7.998 15.93L8 16v1h1a1 1 0 0 1 0 2H8v1a1 1 0 0 1-2 0v-1H5a1 1 0 0 1 0-2h1v-1c0-.024 0-.047.002-.07A7.002 7.002 0 0 1 7 2a6.98 6.98 0 0 1 4.745 1.853l1.85-1.85H12.01a1 1 0 1 1 0-2h4a1 1 0 0 1 1 1v4a1 1 0 0 1-2 0V3.417l-1.996 1.997z\"/></svg></li><li title=\"trash alt f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m14.778 6-.673 12.11A2 2 0 0 1 12.108 20H3.892a2 2 0 0 1-1.997-1.89L1.222 6h13.556zM1 0h14a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V1a1 1 0 0 1 1-1zm5 8a1 1 0 0 0-1 1v7a1 1 0 0 0 2 0V9a1 1 0 0 0-1-1zm4 0a1 1 0 0 0-1 1v7a1 1 0 0 0 2 0V9a1 1 0 0 0-1-1z\"/></svg></li><li title=\"trash alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m14.833 5-.728 13.11A2 2 0 0 1 12.108 20H3.892a2 2 0 0 1-1.997-1.89L1.167 5H1a1 1 0 0 1-1-1V1a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-.167zM12.83 5H3.17l.722 13h8.216l.722-13zM2 2v1h12V2H2zm4 5a1 1 0 0 1 1 1v7a1 1 0 0 1-2 0V8a1 1 0 0 1 1-1zm4 0a1 1 0 0 1 1 1v7a1 1 0 0 1-2 0V8a1 1 0 0 1 1-1z\"/></svg></li><li title=\"trash f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-3 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M12 2h5a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h5V1a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v1zm3.8 6-.613 9.2a3 3 0 0 1-2.993 2.8H5.826a3 3 0 0 1-2.993-2.796L2.205 8H15.8zM7 9a1 1 0 0 0-1 1v7a1 1 0 0 0 2 0v-7a1 1 0 0 0-1-1zm4 0a1 1 0 0 0-1 1v7a1 1 0 0 0 2 0v-7a1 1 0 0 0-1-1z\"/></svg></li><li title=\"trash \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-3 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M6 2V1a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v1h4a2 2 0 0 1 2 2v1a2 2 0 0 1-2 2h-.133l-.68 10.2a3 3 0 0 1-2.993 2.8H5.826a3 3 0 0 1-2.993-2.796L2.137 7H2a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h4zm10 2H2v1h14V4zM4.141 7l.687 10.068a1 1 0 0 0 .998.932h6.368a1 1 0 0 0 .998-.934L13.862 7h-9.72zM7 8a1 1 0 0 1 1 1v7a1 1 0 0 1-2 0V9a1 1 0 0 1 1-1zm4 0a1 1 0 0 1 1 1v7a1 1 0 0 1-2 0V9a1 1 0 0 1 1-1z\"/></svg></li><li title=\"tree alt f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-5 -1.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M6 14.858H1.674a1 1 0 0 1-.88-1.474l1.9-3.529a1 1 0 0 1-.785-1.512l4.234-7.056a1 1 0 0 1 1.714 0l4.234 7.056a1 1 0 0 1-.785 1.512l1.9 3.529a1 1 0 0 1-.88 1.474H8v6H6v-6z\"/></svg></li><li title=\"tree alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-5 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M3.348 12h7.304l-2.57-4.774L9.54 7.12 7 2.887 4.461 7.12l1.46.104L3.347 12zm7.958-3.003 1.9 3.529a1 1 0 0 1-.88 1.474H8v5a1 1 0 0 1-2 0v-5H1.674a1 1 0 0 1-.88-1.474l1.9-3.529-.72-.387a.996.996 0 0 1-.065-1.124L6.143.429a1 1 0 0 1 1.714 0l4.234 7.057a1 1 0 0 1-.064 1.123l-.72.388z\"/></svg></li><li title=\"tree f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-5 -1.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M8 13.758v6.1a1 1 0 0 1-2 0v-6.1A5 5 0 0 1 2.118 4.77a5.002 5.002 0 0 1 9.764 0A5 5 0 0 1 8 13.758z\"/></svg></li><li title=\"tree \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-5 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m10.728 5.547-.632-.446-.167-.755a3.002 3.002 0 0 0-5.858 0l-.167.755-.632.446A3 3 0 1 0 6.2 10.75l.801-.35.8.35a3 3 0 0 0 2.927-5.204zM8 12.9V19a1 1 0 0 1-2 0v-6.1a5 5 0 0 1-3.882-8.987 5.002 5.002 0 0 1 9.764 0A5 5 0 0 1 8 12.9z\"/></svg></li><li title=\"trello \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M17.562 0H2.438A2.435 2.435 0 0 0 0 2.432v15.087a2.435 2.435 0 0 0 2.438 2.432h15.124A2.435 2.435 0 0 0 20 17.519V2.432A2.435 2.435 0 0 0 17.562 0zM8.7 15.55a1.13 1.13 0 0 1-1.132 1.13H3.732A1.13 1.13 0 0 1 2.6 15.55V3.893c0-.624.507-1.13 1.132-1.13h3.836A1.13 1.13 0 0 1 8.7 3.893V15.55zm8.7-5.015a1.13 1.13 0 0 1-1.132 1.13h-3.836a1.13 1.13 0 0 1-1.132-1.13V3.893c0-.624.507-1.13 1.132-1.13h3.836a1.13 1.13 0 0 1 1.132 1.13v6.642z\"/></svg></li><li title=\"triangle danger f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -3 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m12.8 1.613 6.701 11.161c.963 1.603.49 3.712-1.057 4.71a3.213 3.213 0 0 1-1.743.516H3.298C1.477 18 0 16.47 0 14.581c0-.639.173-1.264.498-1.807L7.2 1.613C8.162.01 10.196-.481 11.743.517c.428.276.79.651 1.057 1.096zM10 14a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm0-9a1 1 0 0 0-1 1v4a1 1 0 0 0 2 0V6a1 1 0 0 0-1-1z\"/></svg></li><li title=\"triangle danger \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -3 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m12.8 1.613 6.701 11.161c.963 1.603.49 3.712-1.057 4.71a3.213 3.213 0 0 1-1.743.516H3.298C1.477 18 0 16.47 0 14.581c0-.639.173-1.264.498-1.807L7.2 1.613C8.162.01 10.196-.481 11.743.517c.428.276.79.651 1.057 1.096zm-2.22.839a1.077 1.077 0 0 0-1.514.365L2.365 13.98a1.17 1.17 0 0 0-.166.602c0 .63.492 1.14 1.1 1.14H16.7c.206 0 .407-.06.581-.172a1.164 1.164 0 0 0 .353-1.57L10.933 2.817a1.12 1.12 0 0 0-.352-.365zM10 14a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm0-9a1 1 0 0 1 1 1v4a1 1 0 0 1-2 0V6a1 1 0 0 1 1-1z\"/></svg></li><li title=\"triangle f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -4 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m12.547 1.621 6.095 9.794A3 3 0 0 1 16.095 16H3.905a3 3 0 0 1-2.547-4.585L7.453 1.62a3 3 0 0 1 5.094 0z\"/></svg></li><li title=\"triangle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -4 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10.528 2.358a1 1 0 0 0-1.377.32l-6.095 9.794A1 1 0 0 0 3.905 14h12.19a1 1 0 0 0 .85-1.528l-6.096-9.794a1 1 0 0 0-.32-.32zm2.019-.737 6.095 9.794A3 3 0 0 1 16.095 16H3.905a3 3 0 0 1-2.547-4.585L7.453 1.62a3 3 0 0 1 5.094 0z\"/></svg></li><li title=\"trophy f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-7 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M2.294 15c-.6-1.825-1.032-3.825-1.294-6-.362-3-.362-6 0-9h8c.311 3.329.311 6.329 0 9a32.729 32.729 0 0 1-1.287 6H8a2 2 0 0 1 2 2v3H0v-3a2 2 0 0 1 2-2h.294zM3 16v2h4v-2H3z\"/></svg></li><li title=\"trophy \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-7 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M2 18h6v-1H2v1zm.294-3c-.6-1.825-1.032-3.825-1.294-6-.362-3-.362-6 0-9h8c.311 3.329.311 6.329 0 9a32.729 32.729 0 0 1-1.287 6H8a2 2 0 0 1 2 2v3H0v-3a2 2 0 0 1 2-2h.294zm.692-6.24c.277 2.304.753 4.383 1.423 6.24H5.61a30.946 30.946 0 0 0 1.402-6.231c.238-2.037.283-4.294.135-6.769h-4.33a35.456 35.456 0 0 0 .168 6.76z\"/></svg></li><li title=\"tube \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-9 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M2 7a1 1 0 1 1 0 2v2a1 1 0 0 1 0 2v4a1 1 0 0 0 2 0V2H2v5zM0 0h6v17a3 3 0 0 1-6 0V0z\"/></svg></li><li title=\"tumblr circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M12.441 12.953s-.307.34-.89.34c-.584 0-.845-.34-.845-.845V9.59h1.887V7.857h-1.887V5H9.285C9.062 6.282 8.187 7.35 7 7.874V9.59h1.386v3.291c0 .457.446 2.119 2.72 2.119 1.335 0 1.888-.83 1.888-.83l-.553-1.217z\"/><path d=\"M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z\"/></svg></li><li title=\"tumblr square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M12.441 12.953s-.307.34-.89.34c-.584 0-.845-.34-.845-.845V9.59h1.887V7.857h-1.887V5H9.285C9.062 6.282 8.187 7.35 7 7.874V9.59h1.386v3.291c0 .457.446 2.119 2.72 2.119 1.335 0 1.888-.83 1.888-.83l-.553-1.217z\"/><path d=\"M4 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm0-2h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/></svg></li><li title=\"tumblr \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-6 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10.888 15.905s-.614.683-1.781.683c-1.168 0-1.69-.683-1.69-1.692V9.18h3.775V5.715H7.417V0H4.575C4.13 2.564 2.38 4.7.005 5.748v3.431h2.773v6.584c0 .914.891 4.237 5.438 4.237 2.672 0 3.778-1.662 3.778-1.662l-1.106-2.433z\"/></svg></li><li title=\"twitch \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2.5 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M1.25 0 0 3.75V17.5h5V20h2.5l2.5-2.5h3.75l5-5.325V0H1.25zM17.5 11.25 14 15H9.568l-2.693 1.959V15H2.5V1.25h15v10z\"/><path d=\"M8.75 5H10v5H8.75zm3.75 0h1.25v5H12.5z\"/></svg></li><li title=\"twitter circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z\"/><path d=\"M15 6.947c-.368.16-.763.27-1.178.318.424-.25.748-.646.902-1.117a4.16 4.16 0 0 1-1.304.49A2.06 2.06 0 0 0 11.923 6c-1.133 0-2.051.905-2.051 2.02 0 .158.018.312.053.46a5.854 5.854 0 0 1-4.228-2.11 1.982 1.982 0 0 0-.278 1.015c0 .7.363 1.32.913 1.681a2.076 2.076 0 0 1-.93-.253v.025a2.03 2.03 0 0 0 1.646 1.98 2.108 2.108 0 0 1-.927.034 2.049 2.049 0 0 0 1.916 1.403 4.156 4.156 0 0 1-2.548.864c-.165 0-.328-.01-.489-.028A5.863 5.863 0 0 0 8.144 14c3.774 0 5.837-3.078 5.837-5.748l-.007-.262A4.063 4.063 0 0 0 15 6.947z\"/></svg></li><li title=\"twitter square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M15 6.947c-.368.16-.763.27-1.178.318.424-.25.748-.646.902-1.117a4.16 4.16 0 0 1-1.304.49A2.06 2.06 0 0 0 11.923 6c-1.133 0-2.051.905-2.051 2.02 0 .158.018.312.053.46a5.854 5.854 0 0 1-4.228-2.11 1.982 1.982 0 0 0-.278 1.015c0 .7.363 1.32.913 1.681a2.076 2.076 0 0 1-.93-.253v.025a2.03 2.03 0 0 0 1.646 1.98 2.108 2.108 0 0 1-.927.034 2.049 2.049 0 0 0 1.916 1.403 4.156 4.156 0 0 1-2.548.864c-.165 0-.328-.01-.489-.028A5.863 5.863 0 0 0 8.144 14c3.774 0 5.837-3.078 5.837-5.748l-.007-.262A4.063 4.063 0 0 0 15 6.947z\"/><path d=\"M4 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm0-2h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/></svg></li><li title=\"twitter \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -4 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M20 1.907a8.292 8.292 0 0 1-2.356.637A4.07 4.07 0 0 0 19.448.31a8.349 8.349 0 0 1-2.607.98A4.12 4.12 0 0 0 13.846.015c-2.266 0-4.103 1.81-4.103 4.04 0 .316.036.625.106.92A11.708 11.708 0 0 1 1.393.754a3.964 3.964 0 0 0-.554 2.03 4.02 4.02 0 0 0 1.824 3.363A4.151 4.151 0 0 1 .805 5.64v.05c0 1.958 1.415 3.591 3.29 3.963a4.216 4.216 0 0 1-1.08.141c-.265 0-.522-.025-.773-.075a4.098 4.098 0 0 0 3.832 2.807 8.312 8.312 0 0 1-5.095 1.727c-.332 0-.658-.02-.979-.056a11.727 11.727 0 0 0 6.289 1.818c7.547 0 11.673-6.157 11.673-11.496l-.014-.523A8.126 8.126 0 0 0 20 1.907z\"/></svg></li><li title=\"umbrella closed f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-5 -1.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m6 13.983-6 1.582L6.234 2.207a1 1 0 1 1 1.533 0L14 15.565l-6-1.582v3.582a1 1 0 0 0 2 0 1 1 0 0 1 2 0 3 3 0 0 1-6 0v-3.582z\"/></svg></li><li title=\"umbrella closed \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-5 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M6 13.418 0 15 6.234 1.642a1 1 0 1 1 1.533 0L14 15l-6-1.582V17a1 1 0 0 0 2 0 1 1 0 0 1 2 0 3 3 0 0 1-6 0v-3.582zM7 4.73l-3.383 7.249L7 11.086l3.383.892L7 4.729z\"/></svg></li><li title=\"umbrella f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M9 11H0c0-5.186 3.947-9.45 9.001-9.95L9 1a1 1 0 1 1 1.999.05C16.053 1.55 20 5.813 20 11h-9v6a1 1 0 0 0 2 0 1 1 0 0 1 2 0 3 3 0 0 1-6 0v-6z\"/></svg></li><li title=\"umbrella \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 3a8.003 8.003 0 0 0-7.748 6h15.496C16.86 5.55 13.728 3 10 3zm-1 8H0c0-5.186 3.947-9.45 9.001-9.95L9 1a1 1 0 1 1 1.999.05C16.053 1.55 20 5.813 20 11h-9v6a1 1 0 0 0 2 0 1 1 0 0 1 2 0 3 3 0 0 1-6 0v-6z\"/></svg></li><li title=\"underline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-7 -6.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M1.5 10h7a.5.5 0 1 1 0 1h-7a.5.5 0 1 1 0-1zM7 2a1 1 0 1 1 0-2h2a1 1 0 1 1 0 2v3a4 4 0 1 1-8 0V2a1 1 0 1 1 0-2h2a1 1 0 1 1 0 2v3a2 2 0 1 0 4 0V2z\"/></svg></li><li title=\"undo \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-0.5 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m5.308 7.612 1.352-.923a.981.981 0 0 1 1.372.27 1.008 1.008 0 0 1-.266 1.388l-3.277 2.237a.981.981 0 0 1-1.372-.27L.907 6.998a1.007 1.007 0 0 1 .266-1.389.981.981 0 0 1 1.372.27l.839 1.259C4.6 3.01 8.38 0 12.855 0c5.458 0 9.882 4.477 9.882 10s-4.424 10-9.882 10a.994.994 0 0 1-.988-1c0-.552.443-1 .988-1 4.366 0 7.906-3.582 7.906-8s-3.54-8-7.906-8C9.311 2 6.312 4.36 5.308 7.612z\"/></svg></li><li title=\"unindent \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-5 -7 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M1 0h12a1 1 0 0 1 0 2H1a1 1 0 1 1 0-2zm0 8h12a1 1 0 0 1 0 2H1a1 1 0 1 1 0-2zm6-4h6a1 1 0 0 1 0 2H7a1 1 0 1 1 0-2zm-6.44.143 2.057-1.234a1 1 0 0 1 1.515.857v2.468a1 1 0 0 1-1.515.857L.561 5.857a1 1 0 0 1 0-1.714z\"/></svg></li><li title=\"union \"><svg width=\"20\" height=\"14\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\"><path d=\"M10.858 2.48 10 2.888l-.858-.408a5 5 0 1 0 0 9.04l.858-.408.858.408a5 5 0 1 0 0-9.04ZM13 0a7 7 0 1 1-3 13.326A7 7 0 1 1 10 .673 6.973 6.973 0 0 1 13 0Z\"/></svg></li><li title=\"universe \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-3 -3 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M.694 17.306c-1.91-1.912.258-7.18 4.845-11.767S15.394-1.217 17.306.694c1.91 1.912-.258 7.18-4.845 11.767S2.606 19.217.694 17.306zM2.08 15.92c.815.816 5.102-.95 8.997-4.845 3.895-3.895 5.66-8.182 4.845-8.997-.815-.816-5.102.95-8.997 4.845-3.895 3.895-5.66 8.182-4.845 8.997zm3.46-3.46C.952 7.874-1.217 2.606.694.694c1.912-1.91 7.18.258 11.767 4.845s6.756 9.855 4.845 11.767c-1.912 1.91-7.18-.258-11.767-4.845zm1.385-1.385c3.895 3.895 8.182 5.66 8.997 4.845.816-.815-.95-5.102-4.845-8.997-3.895-3.895-8.182-5.66-8.997-4.845-.816.815.95 5.102 4.845 8.997zM9 11a2 2 0 1 1 0-4 2 2 0 0 1 0 4z\"/></svg></li><li title=\"unlink \"><svg width=\"18\" height=\"18\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\"><path d=\"M6.456 10.218a1.934 1.934 0 0 0-1.902.492L2.5 12.762A1.935 1.935 0 0 0 5.238 15.5l2.052-2.053a1.934 1.934 0 0 0 .492-1.902.968.968 0 0 1-1.326-1.326Zm4.446-4.446a.968.968 0 0 1 1.326 1.326 1.934 1.934 0 0 0 1.902-.492l1.37-1.368A1.935 1.935 0 1 0 12.762 2.5l-1.368 1.37a1.934 1.934 0 0 0-.492 1.902Zm5.965-4.639a3.87 3.87 0 0 1 0 5.473l-1.368 1.368A3.87 3.87 0 0 1 10.026 2.5l1.368-1.368a3.87 3.87 0 0 1 5.473 0ZM8.658 9.342a3.87 3.87 0 0 1 0 5.472l-2.052 2.053a3.87 3.87 0 0 1-5.473-5.473l2.053-2.052a3.87 3.87 0 0 1 5.472 0Z\"/></svg></li><li title=\"unordered list \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-5 -7 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M4 0h9a1 1 0 0 1 0 2H4a1 1 0 1 1 0-2zm0 8h9a1 1 0 0 1 0 2H4a1 1 0 1 1 0-2zm0-4h9a1 1 0 0 1 0 2H4a1 1 0 1 1 0-2zM1 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm0 8a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm0-4a1 1 0 1 1 0 2 1 1 0 0 1 0-2z\"/></svg></li><li title=\"unsplash circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z\"/><path d=\"M11.596 10.72c0 .867-.687 1.542-1.5 1.542-.812 0-1.5-.675-1.5-1.543 0-.868.688-1.543 1.5-1.543.844.032 1.5.707 1.5 1.543zm3.5-2.38v4.79c0 .74-.593 1.382-1.343 1.382H6.44c-.75 0-1.344-.61-1.344-1.382V8.308c0-.739.594-1.382 1.344-1.382h1.156l.25-.739c.125-.354.532-.643.907-.643h2.687c.375 0 .781.29.906.643l.25.771h1.157c.75 0 1.343.611 1.343 1.383zm-2.687 2.411c0-1.318-1.031-2.41-2.344-2.41-1.281 0-2.344 1.092-2.344 2.41s1.032 2.411 2.344 2.411a2.395 2.395 0 0 0 2.344-2.41z\"/></svg></li><li title=\"unsplash square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M11.596 10.72c0 .867-.687 1.542-1.5 1.542-.812 0-1.5-.675-1.5-1.543 0-.868.688-1.543 1.5-1.543.844.032 1.5.707 1.5 1.543zm3.5-2.38v4.79c0 .74-.593 1.382-1.343 1.382H6.44c-.75 0-1.344-.61-1.344-1.382V8.308c0-.739.594-1.382 1.344-1.382h1.156l.25-.739c.125-.354.532-.643.907-.643h2.687c.375 0 .781.29.906.643l.25.771h1.157c.75 0 1.343.611 1.343 1.383zm-2.687 2.411c0-1.318-1.031-2.41-2.344-2.41-1.281 0-2.344 1.092-2.344 2.41s1.032 2.411 2.344 2.411a2.395 2.395 0 0 0 2.344-2.41z\"/><path d=\"M4 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm0-2h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/></svg></li><li title=\"unsplash \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -3 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M13 10.35c0 1.736-1.375 3.086-3 3.086s-3-1.35-3-3.086c0-1.736 1.375-3.086 3-3.086 1.688.065 3 1.415 3 3.086zm7-4.757v9.578c0 1.479-1.188 2.765-2.688 2.765H2.688C1.188 17.936 0 16.714 0 15.17V5.53c0-1.48 1.188-2.766 2.688-2.766H5l.5-1.478C5.75.579 6.563 0 7.313 0h5.375c.75 0 1.562.579 1.812 1.286l.5 1.543h2.313c1.5 0 2.687 1.221 2.687 2.764zm-5.375 4.821c0-2.635-2.063-4.821-4.688-4.821-2.562 0-4.687 2.186-4.687 4.821 0 2.636 2.063 4.822 4.688 4.822a4.79 4.79 0 0 0 4.687-4.822z\"/></svg></li><li title=\"upload \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-5 -5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M8 3.414v5.642a1 1 0 1 1-2 0V3.414L4.879 4.536A1 1 0 0 1 3.464 3.12L6.293.293a1 1 0 0 1 1.414 0l2.829 2.828A1 1 0 1 1 9.12 4.536L8 3.414zM1 12h12a1 1 0 0 1 0 2H1a1 1 0 0 1 0-2z\"/></svg></li><li title=\"user circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0-14a4 4 0 0 1 4 4v2a4 4 0 1 1-8 0V8a4 4 0 0 1 4-4zm0 2a2 2 0 0 0-2 2v2a2 2 0 1 0 4 0V8a2 2 0 0 0-2-2zM5.91 16.876a8.033 8.033 0 0 1-1.58-1.232 5.57 5.57 0 0 1 2.204-1.574 1 1 0 1 1 .733 1.86c-.532.21-.993.538-1.358.946zm8.144.022a3.652 3.652 0 0 0-1.41-.964 1 1 0 1 1 .712-1.868 5.65 5.65 0 0 1 2.284 1.607 8.032 8.032 0 0 1-1.586 1.225z\"/></svg></li><li title=\"user minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M3.534 10.07a1 1 0 1 1 .733 1.86A3.579 3.579 0 0 0 2 15.26V17a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-1.647a3.658 3.658 0 0 0-2.356-3.419 1 1 0 1 1 .712-1.868A5.658 5.658 0 0 1 14 15.353V17a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3v-1.74a5.579 5.579 0 0 1 3.534-5.19zM7 0a4 4 0 0 1 4 4v2a4 4 0 1 1-8 0V4a4 4 0 0 1 4-4zm0 2a2 2 0 0 0-2 2v2a2 2 0 1 0 4 0V4a2 2 0 0 0-2-2zm6 3h6a1 1 0 0 1 0 2h-6a1 1 0 0 1 0-2z\"/></svg></li><li title=\"user plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M3.534 10.07a1 1 0 1 1 .733 1.86A3.579 3.579 0 0 0 2 15.26V17a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-1.647a3.658 3.658 0 0 0-2.356-3.419 1 1 0 1 1 .712-1.868A5.658 5.658 0 0 1 14 15.353V17a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3v-1.74a5.579 5.579 0 0 1 3.534-5.19zM7 0a4 4 0 0 1 4 4v2a4 4 0 1 1-8 0V4a4 4 0 0 1 4-4zm0 2a2 2 0 0 0-2 2v2a2 2 0 1 0 4 0V4a2 2 0 0 0-2-2zm10 3h2a1 1 0 0 1 0 2h-2v2a1 1 0 0 1-2 0V7h-2a1 1 0 0 1 0-2h2V3a1 1 0 0 1 2 0v2z\"/></svg></li><li title=\"user remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M3.534 10.07a1 1 0 1 1 .733 1.86A3.579 3.579 0 0 0 2 15.26V17a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-1.647a3.658 3.658 0 0 0-2.356-3.419 1 1 0 1 1 .712-1.868A5.658 5.658 0 0 1 14 15.353V17a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3v-1.74a5.579 5.579 0 0 1 3.534-5.19zM7 0a4 4 0 0 1 4 4v2a4 4 0 1 1-8 0V4a4 4 0 0 1 4-4zm0 2a2 2 0 0 0-2 2v2a2 2 0 1 0 4 0V4a2 2 0 0 0-2-2zm10.414 4 1.414 1.414a1 1 0 0 1-1.414 1.414L16 7.414l-1.414 1.414a1 1 0 1 1-1.414-1.414L14.586 6l-1.414-1.414a1 1 0 0 1 1.414-1.414L16 4.586l1.414-1.414a1 1 0 1 1 1.414 1.414L17.414 6z\"/></svg></li><li title=\"user square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M4 0h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4zm0 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm1.229 16H4a2 2 0 0 1-.813-.172 5.58 5.58 0 0 1 3.347-3.758 1 1 0 1 1 .733 1.86A3.579 3.579 0 0 0 5.229 18zm9.512 0a3.658 3.658 0 0 0-2.097-2.066 1 1 0 1 1 .712-1.868 5.659 5.659 0 0 1 3.437 3.77A1.993 1.993 0 0 1 16 18h-1.26zM10 4a4 4 0 0 1 4 4v2a4 4 0 1 1-8 0V8a4 4 0 0 1 4-4zm0 2a2 2 0 0 0-2 2v2a2 2 0 1 0 4 0V8a2 2 0 0 0-2-2z\"/></svg></li><li title=\"user \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-5 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M3.534 10.07a1 1 0 1 1 .733 1.86A3.579 3.579 0 0 0 2 15.26V17a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-1.647a3.658 3.658 0 0 0-2.356-3.419 1 1 0 1 1 .712-1.868A5.658 5.658 0 0 1 14 15.353V17a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3v-1.74a5.579 5.579 0 0 1 3.534-5.19zM7 0a4 4 0 0 1 4 4v2a4 4 0 1 1-8 0V4a4 4 0 0 1 4-4zm0 2a2 2 0 0 0-2 2v2a2 2 0 1 0 4 0V4a2 2 0 0 0-2-2z\"/></svg></li><li title=\"users \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -1.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M3.534 11.07a1 1 0 1 1 .733 1.86A3.579 3.579 0 0 0 2 16.26V18a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-1.647a3.658 3.658 0 0 0-2.356-3.419 1 1 0 1 1 .712-1.868A5.658 5.658 0 0 1 14 16.353V18a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3v-1.74a5.579 5.579 0 0 1 3.534-5.19zM7 1a4 4 0 0 1 4 4v2a4 4 0 1 1-8 0V5a4 4 0 0 1 4-4zm0 2a2 2 0 0 0-2 2v2a2 2 0 1 0 4 0V5a2 2 0 0 0-2-2zm9 17a1 1 0 0 1 0-2h1a1 1 0 0 0 1-1v-1.838a3.387 3.387 0 0 0-2.316-3.213 1 1 0 1 1 .632-1.898A5.387 5.387 0 0 1 20 15.162V17a3 3 0 0 1-3 3h-1zM13 2a1 1 0 0 1 0-2 4 4 0 0 1 4 4v2a4 4 0 0 1-4 4 1 1 0 0 1 0-2 2 2 0 0 0 2-2V4a2 2 0 0 0-2-2z\"/></svg></li><li title=\"viadeo \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-3 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M13.71 10.006c-.012-.033-.03-.063-.046-.096-.183.095-.355.191-.533.273-.175.08-.353.152-.534.215-.185.064-.374.114-.56.168.001.017 0 .028.003.038.008.024.016.049.026.073a5.65 5.65 0 0 1 .382 2.04 5.616 5.616 0 0 1-.24 1.722c-.258.843-.675 1.598-1.29 2.233-.897.927-2 1.426-3.281 1.542-.118.011-.238.01-.366.014.005-.029.004-.035.007-.037.067-.05.134-.099.2-.15a10.58 10.58 0 0 0 3.138-3.777 9.344 9.344 0 0 0 .966-3.98c.015-.683-.045-1.36-.163-2.032a12.644 12.644 0 0 0-.615-2.234 1.125 1.125 0 0 0-.052-.11 7.9 7.9 0 0 0-.026-.179c0-.02 0-.058-.002-.066A11.068 11.068 0 0 0 10.37 3.8a8.625 8.625 0 0 0-1.038-2.34A6.107 6.107 0 0 0 8.183.113C8.14.077 8.095.043 8.042 0c-.002.028-.008.045-.003.056.032.06.067.117.101.176a33.587 33.587 0 0 1 2.072 4.216c.163.4.311.804.466 1.206l.046.084.025.178c.008.212.02.43.024.618a26.922 26.922 0 0 1-.12 3.3 22.54 22.54 0 0 1-.202 1.513 16.32 16.32 0 0 1-.425 1.867 11.1 11.1 0 0 1-.874 2.179 6.814 6.814 0 0 1-1.24 1.67c-.463.45-.99.804-1.588 1.052a.32.32 0 0 1-.195.02 5.098 5.098 0 0 1-2.202-1.007 5.148 5.148 0 0 1-1.344-1.62 5.614 5.614 0 0 1-.658-2.145 6.123 6.123 0 0 1 .02-1.338 5.43 5.43 0 0 1 .426-1.572 5.671 5.671 0 0 1 1.427-1.927 5.02 5.02 0 0 1 1.582-.975 4.975 4.975 0 0 1 1.178-.283 5.498 5.498 0 0 1 1.074-.015c.457.035.903.134 1.332.301.037.015.076.024.131.04.038-.298.097-.582.185-.858a6.8 6.8 0 0 1 .33-.805c-.067-.053-.14-.065-.208-.087a7.118 7.118 0 0 0-1.788-.323 7.663 7.663 0 0 0-1.938.134 6.341 6.341 0 0 0-2.145.85 7.186 7.186 0 0 0-1.657 1.454C.806 9.213.236 10.666.148 12.309a7.89 7.89 0 0 0 .051 1.416c.084.664.252 1.304.518 1.918a7.546 7.546 0 0 0 1.85 2.575c.588.54 1.257.953 2.003 1.238a6.96 6.96 0 0 0 2.158.44 7.993 7.993 0 0 0 2.046-.147 6.33 6.33 0 0 0 2.498-1.112 7.339 7.339 0 0 0 1.516-1.537 7.067 7.067 0 0 0 1.41-3.899 7.946 7.946 0 0 0-.091-1.755 6.954 6.954 0 0 0-.396-1.44z\"/><path d=\"M17.07 2.23a6.592 6.592 0 0 0-.653-1.595c-.041-.072-.087-.14-.14-.225l-.104.188c-.2.38-.45.722-.76 1.021-.468.452-1.008.78-1.645.936-.055.013-.11.029-.166.045a6.06 6.06 0 0 0-1.348.559 2.544 2.544 0 0 0-.747.65 2.5 2.5 0 0 0-.541 1.684c.022.512.169.99.416 1.439.012.021.03.04.055.074 2.014-.494 3.528-1.647 4.574-3.47-.004.062-.002.092-.009.12-.034.158-.09.308-.161.453a3.89 3.89 0 0 1-.604.867c-.41.46-.875.859-1.363 1.23-.592.452-1.212.86-1.855 1.233-.047.027-.103.045-.139.105.087.078.17.156.257.23.33.275.689.5 1.1.635.387.127.78.162 1.183.092a2.633 2.633 0 0 0 1.287-.624c.362-.312.647-.688.887-1.098.14-.238.269-.481.358-.743a6.584 6.584 0 0 0 .118-3.807z\"/></svg></li><li title=\"viber circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z\"/><path d=\"M13.644 9.404c.012-1.492-1.219-2.86-2.744-3.049l-.1-.015a1.384 1.384 0 0 0-.232-.026c-.313 0-.396.226-.418.361a.43.43 0 0 0 .06.329c.104.145.286.17.432.192.043.006.084.011.117.02 1.371.315 1.833.812 2.058 2.215.006.035.008.077.01.122.01.167.031.516.395.516.03 0 .062-.002.096-.008.339-.053.328-.372.323-.525a.813.813 0 0 1 0-.111.154.154 0 0 0 .002-.02z\"/><path d=\"M10.48 5.807c.04.003.08.006.111.011 2.25.358 3.286 1.458 3.573 3.8.005.04.005.088.006.14.003.183.009.563.405.571h.012a.382.382 0 0 0 .294-.115c.123-.133.115-.33.108-.49-.002-.038-.004-.075-.003-.107.028-2.395-1.98-4.567-4.298-4.647l-.028.001a.188.188 0 0 1-.027.002c-.023 0-.052-.002-.082-.004a1.459 1.459 0 0 0-.12-.006c-.369 0-.439.27-.448.432-.02.373.329.4.497.412zm3.575 6.837a7.197 7.197 0 0 1-.143-.115c-.246-.204-.508-.392-.76-.574a57.337 57.337 0 0 1-.158-.114c-.324-.234-.615-.349-.89-.349-.37 0-.693.212-.96.629-.118.184-.262.274-.438.274a.848.848 0 0 1-.353-.091c-1.045-.49-1.792-1.24-2.219-2.23-.206-.48-.14-.792.224-1.047.206-.144.59-.413.563-.928-.03-.585-1.281-2.345-1.808-2.545a.996.996 0 0 0-.698-.002c-.605.21-1.04.58-1.257 1.067-.21.472-.2 1.025.028 1.601.657 1.666 1.58 3.118 2.746 4.316 1.14 1.173 2.542 2.133 4.166 2.855.146.065.3.1.412.126l.095.024a.155.155 0 0 0 .04.006h.013c.764 0 1.681-.72 1.963-1.542.247-.72-.204-1.075-.566-1.36zM10.818 7.71c-.13.003-.403.01-.499.296-.044.134-.039.25.016.345.081.14.237.183.378.206.512.085.776.378.828.92.025.254.19.43.402.43a.383.383 0 0 0 .048-.002c.255-.032.378-.225.367-.575.004-.366-.181-.78-.496-1.11-.316-.332-.697-.519-1.044-.51z\"/></svg></li><li title=\"viber square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M13.644 9.404c.012-1.492-1.219-2.86-2.744-3.049l-.1-.015a1.384 1.384 0 0 0-.232-.026c-.313 0-.396.226-.418.361a.43.43 0 0 0 .06.329c.104.145.286.17.432.192.043.006.084.011.117.02 1.371.315 1.833.812 2.058 2.215.006.035.008.077.01.122.01.167.031.516.395.516.03 0 .062-.002.096-.008.339-.053.328-.372.323-.525a.813.813 0 0 1 0-.111.154.154 0 0 0 .002-.02z\"/><path d=\"M10.48 5.807c.04.003.08.006.111.011 2.25.358 3.286 1.458 3.573 3.8.005.04.005.088.006.14.003.183.009.563.405.571h.012a.382.382 0 0 0 .294-.115c.123-.133.115-.33.108-.49-.002-.038-.004-.075-.003-.107.028-2.395-1.98-4.567-4.298-4.647l-.028.001a.188.188 0 0 1-.027.002c-.023 0-.052-.002-.082-.004a1.459 1.459 0 0 0-.12-.006c-.369 0-.439.27-.448.432-.02.373.329.4.497.412zm3.575 6.837a7.197 7.197 0 0 1-.143-.115c-.246-.204-.508-.392-.76-.574a57.337 57.337 0 0 1-.158-.114c-.324-.234-.615-.349-.89-.349-.37 0-.693.212-.96.629-.118.184-.262.274-.438.274a.848.848 0 0 1-.353-.091c-1.045-.49-1.792-1.24-2.219-2.23-.206-.48-.14-.792.224-1.047.206-.144.59-.413.563-.928-.03-.585-1.281-2.345-1.808-2.545a.996.996 0 0 0-.698-.002c-.605.21-1.04.58-1.257 1.067-.21.472-.2 1.025.028 1.601.657 1.666 1.58 3.118 2.746 4.316 1.14 1.173 2.542 2.133 4.166 2.855.146.065.3.1.412.126l.095.024a.155.155 0 0 0 .04.006h.013c.764 0 1.681-.72 1.963-1.542.247-.72-.204-1.075-.566-1.36zM10.818 7.71c-.13.003-.403.01-.499.296-.044.134-.039.25.016.345.081.14.237.183.378.206.512.085.776.378.828.92.025.254.19.43.402.43a.383.383 0 0 0 .048-.002c.255-.032.378-.225.367-.575.004-.366-.181-.78-.496-1.11-.316-.332-.697-.519-1.044-.51z\"/><path d=\"M4 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm0-2h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/></svg></li><li title=\"viber \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -1.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M17.29 8.607c.024-2.892-2.439-5.543-5.49-5.91a3.685 3.685 0 0 1-.197-.03 2.854 2.854 0 0 0-.465-.05c-.626 0-.793.44-.837.701-.043.255-.002.47.121.637.207.281.572.331.865.371.085.012.166.023.234.038 2.742.613 3.665 1.576 4.116 4.295.011.066.016.148.022.235.02.325.06 1.001.787 1.001.06 0 .126-.005.194-.015.676-.103.655-.721.645-1.018-.003-.084-.006-.163.002-.216a.289.289 0 0 0 .002-.04z\"/><path d=\"M10.96 1.636c.082.006.158.012.222.021 4.503.693 6.574 2.826 7.147 7.364.01.077.012.171.013.27.006.355.018 1.093.81 1.108h.024c.249 0 .446-.075.588-.223.246-.257.23-.64.215-.948-.003-.076-.006-.147-.006-.21.058-4.64-3.96-8.849-8.596-9.005-.02 0-.038 0-.056.003a.388.388 0 0 1-.055.003c-.047 0-.103-.004-.164-.008C11.03.006 10.947 0 10.862 0c-.738 0-.878.525-.896.838-.041.723.658.774.994.798zm7.152 13.25a14.326 14.326 0 0 1-.287-.224c-.492-.396-1.015-.76-1.52-1.113l-.315-.22c-.648-.455-1.23-.676-1.78-.676-.742 0-1.388.41-1.922 1.217-.236.358-.523.532-.876.532a1.74 1.74 0 0 1-.706-.177c-2.09-.948-3.584-2.402-4.438-4.321-.413-.928-.279-1.534.447-2.028.413-.28 1.18-.801 1.127-1.8-.062-1.133-2.563-4.544-3.617-4.931a2.053 2.053 0 0 0-1.396-.004C1.618 1.548.75 2.264.315 3.209c-.42.914-.4 1.987.054 3.103 1.315 3.227 3.163 6.041 5.494 8.363 2.281 2.273 5.085 4.134 8.333 5.533.293.126.6.195.825.245.076.017.142.032.19.045a.32.32 0 0 0 .081.011h.026c1.528 0 3.363-1.396 3.926-2.987.494-1.394-.408-2.083-1.132-2.636zm-6.476-9.563c-.261.006-.806.02-.997.574-.09.26-.079.484.032.669.162.27.473.354.755.4 1.025.164 1.552.73 1.657 1.783.049.49.38.833.803.833a.79.79 0 0 0 .096-.006c.51-.06.757-.435.735-1.114.008-.708-.362-1.512-.993-2.152-.632-.642-1.394-1.004-2.088-.987z\"/></svg></li><li title=\"video camera f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -6 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M13.98 3.605 16 1.585A2 2 0 0 1 17.414 1H18a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-.586A2 2 0 0 1 16 10.414l-2.02-2.019A4 4 0 0 1 10 12H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h6a4 4 0 0 1 3.98 3.605zM5 8a1 1 0 1 0 0-2 1 1 0 0 0 0 2z\"/></svg></li><li title=\"video camera vintage f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M9.671 9c-.3-.243-.57-.525-.799-.837A5.03 5.03 0 0 1 8 9h1.671zm2.972.998c.456.401.82.905 1.055 1.475l1.888-1.887A2 2 0 0 1 17 9h.586a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H17a2 2 0 0 1-1.414-.586l-1.888-1.887A4.001 4.001 0 0 1 10 19H4a4 4 0 0 1-4-4v-2a4.001 4.001 0 0 1 2.46-3.693 5 5 0 1 1 6.799-6.929 4.5 4.5 0 1 1 3.385 7.62zM5 16a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm0-8a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm7.5 0a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5z\"/></svg></li><li title=\"video camera vintage \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M4 11a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2H4zm9.698.473 1.888-1.887A2 2 0 0 1 17 9h.586a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H17a2 2 0 0 1-1.414-.586l-1.888-1.887A4.001 4.001 0 0 1 10 19H4a4 4 0 0 1-4-4v-2a4 4 0 0 1 4-4h6a4.001 4.001 0 0 1 3.698 2.473zM17 17h.586v-6H17l-3 3 3 3zM9.259 2.379a4.5 4.5 0 1 1-.386 5.785 5 5 0 1 1 .386-5.785zM5 16a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm0-8a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm7.5 0a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5z\"/></svg></li><li title=\"video camera \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -6 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M4 2a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm9.98 1.605L16 1.585A2 2 0 0 1 17.414 1H18a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-.586A2 2 0 0 1 16 10.414l-2.02-2.019A4 4 0 0 1 10 12H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h6a4 4 0 0 1 3.98 3.605zM17.415 9H18V3h-.586l-3 3 3 3zM5 8a1 1 0 1 1 0-2 1 1 0 0 1 0 2z\"/></svg></li><li title=\"vimeo circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M14.586 6.216c-.242-.264-.593-.404-1.042-.417-1.267-.042-2.164.64-2.664 2.024a.207.207 0 0 0 .042.21.2.2 0 0 0 .203.06c.143-.04.286-.06.424-.06.185 0 .43.034.553.197.094.126.107.314.038.56-.058.207-.357.761-.726 1.348-.45.715-.7 1.035-.77 1.035-.238 0-1.097-3.845-1.12-3.93-.247-.88-.37-1.323-1.17-1.323-.611 0-1.972 1.126-3.09 2.107l-.17.15a.27.27 0 0 0-.038.368l.208.271a.264.264 0 0 0 .365.055l.011-.009c.362-.26.703-.505.961-.518.28-.014.523.428.813 1.48.552 2.044 1.39 4.48 2.251 4.48.9 0 1.973-.77 3.36-2.594 1.255-1.65 1.927-2.959 1.97-3.911.033-.72-.105-1.252-.409-1.583z\"/><path d=\"M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z\"/></svg></li><li title=\"vimeo square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M14.586 6.216c-.242-.264-.593-.404-1.042-.417-1.267-.042-2.164.64-2.664 2.024a.207.207 0 0 0 .042.21.2.2 0 0 0 .203.06c.143-.04.286-.06.424-.06.185 0 .43.034.553.197.094.126.107.314.038.56-.058.207-.357.761-.726 1.348-.45.715-.7 1.035-.77 1.035-.238 0-1.097-3.845-1.12-3.93-.247-.88-.37-1.323-1.17-1.323-.611 0-1.972 1.126-3.09 2.107l-.17.15a.27.27 0 0 0-.038.368l.208.271a.264.264 0 0 0 .365.055l.011-.009c.362-.26.703-.505.961-.518.28-.014.523.428.813 1.48.552 2.044 1.39 4.48 2.251 4.48.9 0 1.973-.77 3.36-2.594 1.255-1.65 1.927-2.959 1.97-3.911.033-.72-.105-1.252-.409-1.583z\"/><path d=\"M4 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm0-2h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/></svg></li><li title=\"vimeo \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -3.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M19.129.849C18.646.323 17.946.042 17.05.016c-2.53-.083-4.319 1.277-5.317 4.04a.413.413 0 0 0 .083.42.401.401 0 0 0 .405.118c.288-.08.572-.12.847-.12.369 0 .86.068 1.103.394.188.25.213.626.076 1.116-.115.413-.711 1.52-1.449 2.69-.898 1.427-1.394 2.067-1.537 2.067-.474 0-2.187-7.673-2.234-7.842C8.535 1.141 8.289.26 6.69.26 5.474.258 2.758 2.504.528 4.461l-.342.299a.54.54 0 0 0-.074.736l.415.54a.526.526 0 0 0 .727.109l.023-.017C2 5.611 2.68 5.121 3.195 5.094c.559-.027 1.044.855 1.622 2.955 1.102 4.078 2.775 8.94 4.493 8.94 1.794 0 3.935-1.538 6.703-5.176 2.505-3.294 3.846-5.905 3.933-7.806.064-1.435-.21-2.498-.817-3.158z\"/></svg></li><li title=\"vine circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M14.613 9.925a.28.28 0 0 0-.306-.242 3.043 3.043 0 0 1-.338.021c-.728 0-1.767-.056-2.409-.494a1.72 1.72 0 0 1-.749-1.435c-.003-.48.108-.835.332-1.054a.824.824 0 0 1 .54-.234.605.605 0 0 1 .445.288c.136.204.304.67.093 1.624a.21.21 0 0 0 .128.241c.333.126.753.178 1.078.198.1.006.19-.063.21-.163.098-.46.139-.886.122-1.274-.026-.568-.174-1.06-.44-1.458-.366-.548-.949-.895-1.56-.929-.438-.024-1.092.132-1.613.641-.36.351-.786 1.006-.777 2.132a3.206 3.206 0 0 0 1.091 2.416c.213.187.486.378.831.543a11.883 11.883 0 0 1-1.946 2.594c-1.095-.89-1.744-2.556-2.104-3.869a18.657 18.657 0 0 1-.546-2.962.25.25 0 0 0-.265-.229l-.476.033.72-.049-1.187.081a.253.253 0 0 0-.231.28c.05.531.203 1.803.589 3.218.297 1.09.673 2.041 1.118 2.827.584 1.032 1.292 1.79 2.106 2.25a.708.708 0 0 0 .807-.076c.026-.022.644-.545 1.385-1.464a13.398 13.398 0 0 0 1.459-2.23 7.3 7.3 0 0 0 1.775-.006.283.283 0 0 0 .243-.322l-.125-.897z\"/><path d=\"M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z\"/></svg></li><li title=\"vine square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M14.613 9.925a.28.28 0 0 0-.306-.242 3.043 3.043 0 0 1-.338.021c-.728 0-1.767-.056-2.409-.494a1.72 1.72 0 0 1-.749-1.435c-.003-.48.108-.835.332-1.054a.824.824 0 0 1 .54-.234.605.605 0 0 1 .445.288c.136.204.304.67.093 1.624a.21.21 0 0 0 .128.241c.333.126.753.178 1.078.198.1.006.19-.063.21-.163.098-.46.139-.886.122-1.274-.026-.568-.174-1.06-.44-1.458-.366-.548-.949-.895-1.56-.929-.438-.024-1.092.132-1.613.641-.36.351-.786 1.006-.777 2.132a3.206 3.206 0 0 0 1.091 2.416c.213.187.486.378.831.543a11.883 11.883 0 0 1-1.946 2.594c-1.095-.89-1.744-2.556-2.104-3.869a18.657 18.657 0 0 1-.546-2.962.25.25 0 0 0-.265-.229l-.476.033.72-.049-1.187.081a.253.253 0 0 0-.231.28c.05.531.203 1.803.589 3.218.297 1.09.673 2.041 1.118 2.827.584 1.032 1.292 1.79 2.106 2.25a.708.708 0 0 0 .807-.076c.026-.022.644-.545 1.385-1.464a13.398 13.398 0 0 0 1.459-2.23 7.3 7.3 0 0 0 1.775-.006.283.283 0 0 0 .243-.322l-.125-.897z\"/><path d=\"M4 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm0-2h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/></svg></li><li title=\"vine \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2.5 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M18.74 9.818a.558.558 0 0 0-.611-.484 6.082 6.082 0 0 1-.676.043c-1.454 0-3.53-.112-4.813-.988a3.873 3.873 0 0 1-.318-.25c-.963-.847-1.172-1.89-1.178-2.617-.008-.96.215-1.67.661-2.105a1.647 1.647 0 0 1 1.079-.469c.053.003.536.044.89.575.273.409.608 1.34.186 3.245a.418.418 0 0 0 .256.483c.666.252 1.504.355 2.153.395.2.012.38-.126.422-.326.195-.92.276-1.77.242-2.545-.05-1.136-.346-2.117-.879-2.914C15.424.765 14.258.07 13.038.005c-.876-.048-2.184.263-3.225 1.28-.718.702-1.57 2.011-1.551 4.261.015 1.89.79 3.604 2.18 4.827.425.374.97.757 1.66 1.085a23.746 23.746 0 0 1-3.888 5.184c-2.19-1.778-3.485-5.106-4.206-7.73a37.283 37.283 0 0 1-1.091-5.92.501.501 0 0 0-.53-.457l-.951.066 1.438-.098-2.37.162a.506.506 0 0 0-.462.557 39.923 39.923 0 0 0 1.176 6.433c.594 2.178 1.346 4.078 2.234 5.649 1.168 2.063 2.584 3.575 4.21 4.495a1.414 1.414 0 0 0 1.613-.151c.052-.044 1.285-1.089 2.767-2.926a26.774 26.774 0 0 0 2.316-3.36c.21-.362.41-.727.598-1.094 1.013.13 2.188.145 3.548-.013a.565.565 0 0 0 .486-.645l-.25-1.792z\"/></svg></li><li title=\"voicemail \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 -6.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M9.743 9h4.514A5.5 5.5 0 1 1 19 10.978V11H6v-.022A5.5 5.5 0 1 1 9.743 9zM5.5 9a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7zm13 0a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7z\"/></svg></li><li title=\"volume circle f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zm-2.664-6.759H8.34l1.823 1.71a2 2 0 0 0 1.368.54h.205a1.6 1.6 0 0 0 1.6-1.6v-7.8a1.6 1.6 0 0 0-1.6-1.6h-.205a2 2 0 0 0-1.368.541L8.34 6.742H7.336a2 2 0 0 0-2 2v2.5a2 2 0 0 0 2 2zm1.795-4.5 2.205-2.067v6.634L9.13 11.241H7.336v-2.5H9.13z\"/></svg></li><li title=\"volume circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm-2.664-4.759a2 2 0 0 1-2-2v-2.5a2 2 0 0 1 2-2H8.34l1.823-1.709a2 2 0 0 1 1.368-.54h.205a1.6 1.6 0 0 1 1.6 1.6v7.8a1.6 1.6 0 0 1-1.6 1.6h-.205a2 2 0 0 1-1.368-.542L8.34 13.241H7.336zm1.795-4.5H7.336v2.5H9.13l2.205 2.067V6.674L9.13 8.741z\"/></svg></li><li title=\"volume down circle f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zm-3.962-6.77h1.005l1.823 1.71a2 2 0 0 0 1.367.54h.205a1.6 1.6 0 0 0 1.6-1.6v-7.8a1.6 1.6 0 0 0-1.6-1.6h-.205a2 2 0 0 0-1.367.541l-1.823 1.71H6.038a2 2 0 0 0-2 2v2.5a2 2 0 0 0 2 2zm7.664-4.24a1 1 0 0 1 0 2 1 1 0 1 0 0 2 3 3 0 0 0 0-6 1 1 0 1 0 0 2zm-5.869-.26 2.205-2.066v6.633L7.833 11.23H6.038v-2.5h1.795z\"/></svg></li><li title=\"volume down circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm-3.962-4.77a2 2 0 0 1-2-2v-2.5a2 2 0 0 1 2-2h1.005l1.823-1.709a2 2 0 0 1 1.367-.54h.205a1.6 1.6 0 0 1 1.6 1.6v7.8a1.6 1.6 0 0 1-1.6 1.6h-.205a2 2 0 0 1-1.367-.542L7.043 13.23H6.038zm1.795-4.5H6.038v2.5h1.795l2.205 2.067V6.664L7.833 8.73zm5.87.26a1 1 0 1 1 0-2 3 3 0 0 1 0 6 1 1 0 1 1 0-2 1 1 0 0 0 0-2z\"/></svg></li><li title=\"volume down square f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M4 0h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4zm2.038 13.23h1.005l1.823 1.71a2 2 0 0 0 1.367.54h.205a1.6 1.6 0 0 0 1.6-1.6v-7.8a1.6 1.6 0 0 0-1.6-1.6h-.205a2 2 0 0 0-1.367.541l-1.823 1.71H6.038a2 2 0 0 0-2 2v2.5a2 2 0 0 0 2 2zm7.664-4.24a1 1 0 0 1 0 2 1 1 0 1 0 0 2 3 3 0 0 0 0-6 1 1 0 1 0 0 2zm-5.869-.26 2.205-2.066v6.633L7.833 11.23H6.038v-2.5h1.795z\"/></svg></li><li title=\"volume down square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M4 0h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4zm0 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm2.038 11.23a2 2 0 0 1-2-2v-2.5a2 2 0 0 1 2-2h1.005l1.823-1.709a2 2 0 0 1 1.367-.54h.205a1.6 1.6 0 0 1 1.6 1.6v7.8a1.6 1.6 0 0 1-1.6 1.6h-.205a2 2 0 0 1-1.367-.542L7.043 13.23H6.038zm1.795-4.5H6.038v2.5h1.795l2.205 2.067V6.664L7.833 8.73zm5.87.26a1 1 0 1 1 0-2 3 3 0 0 1 0 6 1 1 0 1 1 0-2 1 1 0 0 0 0-2z\"/></svg></li><li title=\"volume down \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -3 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M12 2h-.6a2 2 0 0 0-1.444.617L6.239 6.5H2v5h4.239l3.717 3.883A2 2 0 0 0 11.4 16h.6V2zM5.385 4.5 8.51 1.234A4 4 0 0 1 11.401 0H13a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1h-1.6a4 4 0 0 1-2.889-1.234L5.385 13.5H2a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h3.385zM16 7a1 1 0 0 1 0-2 4 4 0 1 1 0 8 1 1 0 0 1 0-2 2 2 0 1 0 0-4z\"/></svg></li><li title=\"volume mute circle f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m15.658 10.057.707-.707a1 1 0 1 0-1.414-1.415l-.707.708-.707-.708a1 1 0 0 0-1.414 1.415l.707.707-.707.707a1 1 0 0 0 1.414 1.414l.707-.707.707.707a1 1 0 0 0 1.414-1.414l-.707-.707zM10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zm-4.718-6.713h1.005l1.823 1.71a2 2 0 0 0 1.368.54h.204a1.6 1.6 0 0 0 1.6-1.6v-7.8a1.6 1.6 0 0 0-1.6-1.6h-.204a2 2 0 0 0-1.368.541l-1.823 1.71H5.282a2 2 0 0 0-2 2v2.5a2 2 0 0 0 2 2zm1.796-4.5L9.282 6.72v6.634l-2.204-2.067H5.282v-2.5h1.796z\"/></svg></li><li title=\"volume mute circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm5.658-7.943.707.707a1 1 0 0 1-1.414 1.414l-.707-.707-.707.707a1 1 0 0 1-1.414-1.414l.707-.707-.707-.707a1 1 0 1 1 1.414-1.415l.707.708.707-.708a1 1 0 0 1 1.414 1.415l-.707.707zm-10.376 3.23a2 2 0 0 1-2-2v-2.5a2 2 0 0 1 2-2h1.005L8.11 5.078a2 2 0 0 1 1.368-.54h.204a1.6 1.6 0 0 1 1.6 1.6v7.8a1.6 1.6 0 0 1-1.6 1.6h-.204a2 2 0 0 1-1.368-.542l-1.823-1.709H5.282zm1.796-4.5H5.282v2.5h1.796l2.204 2.067V6.72L7.078 8.787z\"/></svg></li><li title=\"volume mute square f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m15.658 10.057.707-.707a1 1 0 1 0-1.414-1.415l-.707.708-.707-.708a1 1 0 0 0-1.414 1.415l.707.707-.707.707a1 1 0 0 0 1.414 1.414l.707-.707.707.707a1 1 0 0 0 1.414-1.414l-.707-.707zM4 0h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4zm1.282 13.287h1.005l1.823 1.71a2 2 0 0 0 1.368.54h.204a1.6 1.6 0 0 0 1.6-1.6v-7.8a1.6 1.6 0 0 0-1.6-1.6h-.204a2 2 0 0 0-1.368.541l-1.823 1.71H5.282a2 2 0 0 0-2 2v2.5a2 2 0 0 0 2 2zm1.796-4.5L9.282 6.72v6.634l-2.204-2.067H5.282v-2.5h1.796z\"/></svg></li><li title=\"volume mute square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M4 0h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4zm0 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm11.658 8.057.707.707a1 1 0 0 1-1.414 1.414l-.707-.707-.707.707a1 1 0 0 1-1.414-1.414l.707-.707-.707-.707a1 1 0 1 1 1.414-1.415l.707.708.707-.708a1 1 0 0 1 1.414 1.415l-.707.707zm-10.376 3.23a2 2 0 0 1-2-2v-2.5a2 2 0 0 1 2-2h1.005L8.11 5.078a2 2 0 0 1 1.368-.54h.204a1.6 1.6 0 0 1 1.6 1.6v7.8a1.6 1.6 0 0 1-1.6 1.6h-.204a2 2 0 0 1-1.368-.542l-1.823-1.709H5.282zm1.796-4.5H5.282v2.5h1.796l2.204 2.067V6.72L7.078 8.787z\"/></svg></li><li title=\"volume mute \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-1 -3 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M12 2h-.6a2 2 0 0 0-1.444.617L6.239 6.5H2v5h4.239l3.717 3.883A2 2 0 0 0 11.4 16h.6V2zM5.385 4.5 8.51 1.234A4 4 0 0 1 11.401 0H13a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1h-1.6a4 4 0 0 1-2.889-1.234L5.385 13.5H2a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h3.385zM19.415 9l1.413 1.414a1 1 0 1 1-1.414 1.414L18 10.414l-1.414 1.414a1 1 0 1 1-1.414-1.414L16.586 9l-1.414-1.414a1 1 0 0 1 1.414-1.414L18 7.586l1.414-1.414a1 1 0 1 1 1.414 1.414L19.414 9z\"/></svg></li><li title=\"volume square f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M4 0h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4zm3.336 13.241H8.34l1.823 1.71a2 2 0 0 0 1.368.54h.205a1.6 1.6 0 0 0 1.6-1.6v-7.8a1.6 1.6 0 0 0-1.6-1.6h-.205a2 2 0 0 0-1.368.541L8.34 6.742H7.336a2 2 0 0 0-2 2v2.5a2 2 0 0 0 2 2zm1.795-4.5 2.205-2.067v6.634L9.13 11.241H7.336v-2.5H9.13z\"/></svg></li><li title=\"volume square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M4 0h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4zm0 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm3.336 11.241a2 2 0 0 1-2-2v-2.5a2 2 0 0 1 2-2H8.34l1.823-1.709a2 2 0 0 1 1.368-.54h.205a1.6 1.6 0 0 1 1.6 1.6v7.8a1.6 1.6 0 0 1-1.6 1.6h-.205a2 2 0 0 1-1.368-.542L8.34 13.241H7.336zm1.795-4.5H7.336v2.5H9.13l2.205 2.067V6.674L9.13 8.741z\"/></svg></li><li title=\"volume up circle f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zm-4.88-6.744h1.005l1.824 1.709a2 2 0 0 0 1.367.54h.205a1.6 1.6 0 0 0 1.6-1.6v-7.8a1.6 1.6 0 0 0-1.6-1.6h-.205a2 2 0 0 0-1.367.542L6.125 6.756H5.121a2 2 0 0 0-2 2v2.5a2 2 0 0 0 2 2zm7.877-5.231a1.97 1.97 0 0 1 1.972 1.971v.04a1.972 1.972 0 0 1-1.972 1.972 1 1 0 0 0 0 2 3.972 3.972 0 0 0 3.972-3.972v-.04a3.972 3.972 0 0 0-3.972-3.971 1 1 0 0 0 0 2zM13 9a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm-6.084-.244 2.205-2.067v6.634l-2.205-2.067H5.121v-2.5h1.795z\"/></svg></li><li title=\"volume up circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm-4.88-4.744a2 2 0 0 1-2-2v-2.5a2 2 0 0 1 2-2h1.005l1.824-1.71a2 2 0 0 1 1.367-.54h.205a1.6 1.6 0 0 1 1.6 1.6v7.8a1.6 1.6 0 0 1-1.6 1.6h-.205a2 2 0 0 1-1.367-.541l-1.824-1.71H5.121zm1.796-4.5H5.121v2.5h1.795l2.205 2.067V6.689L6.916 8.756zm6.081-.731a1 1 0 0 1 0-2 3.972 3.972 0 0 1 3.972 3.971v.04a3.972 3.972 0 0 1-3.972 3.972 1 1 0 1 1 0-2 1.972 1.972 0 0 0 1.972-1.972v-.04a1.972 1.972 0 0 0-1.972-1.971zM13 9a1 1 0 1 1 0 2 1 1 0 0 1 0-2z\"/></svg></li><li title=\"volume up square f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M4 0h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4zm1.12 13.256h1.005l1.824 1.709a2 2 0 0 0 1.367.54h.205a1.6 1.6 0 0 0 1.6-1.6v-7.8a1.6 1.6 0 0 0-1.6-1.6h-.205a2 2 0 0 0-1.367.542L6.125 6.756H5.121a2 2 0 0 0-2 2v2.5a2 2 0 0 0 2 2zm7.877-5.231a1.97 1.97 0 0 1 1.972 1.971v.04a1.972 1.972 0 0 1-1.972 1.972 1 1 0 0 0 0 2 3.972 3.972 0 0 0 3.972-3.972v-.04a3.972 3.972 0 0 0-3.972-3.971 1 1 0 0 0 0 2zM13 9a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm-6.084-.244 2.205-2.067v6.634l-2.205-2.067H5.121v-2.5h1.795z\"/></svg></li><li title=\"volume up square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M4 0h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4zm0 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm8.997 6.025a1 1 0 0 1 0-2 3.972 3.972 0 0 1 3.972 3.971v.04a3.972 3.972 0 0 1-3.972 3.972 1 1 0 1 1 0-2 1.972 1.972 0 0 0 1.972-1.972v-.04a1.972 1.972 0 0 0-1.972-1.971zM13 9a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm-7.88 4.256a2 2 0 0 1-2-2v-2.5a2 2 0 0 1 2-2h1.005l1.824-1.71a2 2 0 0 1 1.367-.54h.205a1.6 1.6 0 0 1 1.6 1.6v7.8a1.6 1.6 0 0 1-1.6 1.6h-.205a2 2 0 0 1-1.367-.541l-1.824-1.71H5.121zm1.796-4.5H5.121v2.5h1.795l2.205 2.067V6.689L6.916 8.756z\"/></svg></li><li title=\"volume up \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 -3 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M12 2h-.6a2 2 0 0 0-1.444.617L6.239 6.5H2v5h4.239l3.717 3.883A2 2 0 0 0 11.4 16h.6V2zM5.385 4.5 8.51 1.234A4 4 0 0 1 11.401 0H13a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1h-1.6a4 4 0 0 1-2.889-1.234L5.385 13.5H2a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h3.385zM16 7a1 1 0 0 1 0-2 4 4 0 1 1 0 8 1 1 0 0 1 0-2 2 2 0 1 0 0-4zm0-4a1 1 0 0 1 0-2 8 8 0 1 1 0 16 1 1 0 0 1 0-2 6 6 0 1 0 0-12z\"/></svg></li><li title=\"volume \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-5 -3 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M12 2h-.6a2 2 0 0 0-1.444.617L6.239 6.5H2v5h4.239l3.717 3.883A2 2 0 0 0 11.4 16h.6V2zM5.385 4.5 8.51 1.234A4 4 0 0 1 11.401 0H13a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1h-1.6a4 4 0 0 1-2.889-1.234L5.385 13.5H2a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h3.385z\"/></svg></li><li title=\"watch f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-6 -1 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M7 10V7a1 1 0 1 0-2 0v4a1 1 0 0 0 1 1h3a1 1 0 0 0 0-2H7zm3-5.93A7.963 7.963 0 0 0 6 3c-1.457 0-2.823.39-4 1.07V3a3 3 0 0 1 3-3h2a3 3 0 0 1 3 3v1.07zm0 13.86V19a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3v-1.07A7.963 7.963 0 0 0 6 19c1.457 0 2.823-.39 4-1.07zM6 17A6 6 0 1 1 6 5a6 6 0 0 1 0 12z\"/></svg></li><li title=\"watch \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4 -1 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M9 10h2a1 1 0 0 1 0 2H8a1 1 0 0 1-1-1V7a1 1 0 1 1 2 0v3zM4 4.07V3a3 3 0 0 1 3-3h2a3 3 0 0 1 3 3v1.07A7.997 7.997 0 0 1 16 11a7.997 7.997 0 0 1-4 6.93V19a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3v-1.07A7.997 7.997 0 0 1 0 11a7.997 7.997 0 0 1 4-6.93zm2-.818A8.014 8.014 0 0 1 8 3c.69 0 1.36.088 2 .252V3a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v.252zm0 15.496V19a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-.252a8.047 8.047 0 0 1-4 0zM8 17A6 6 0 1 0 8 5a6 6 0 0 0 0 12z\"/></svg></li><li title=\"water drop f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-5 -1.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M7 .565c4.667 6.09 7 10.423 7 13a7 7 0 1 1-14 0c0-2.577 2.333-6.91 7-13z\"/></svg></li><li title=\"water drop \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-5 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M2 13a5 5 0 0 0 10 0c0-1.726-1.66-5.031-5-9.653C3.66 7.969 2 11.274 2 13zM7 0c4.667 6.09 7 10.423 7 13a7 7 0 0 1-14 0c0-2.577 2.333-6.91 7-13z\"/></svg></li><li title=\"whatsapp \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M9.516.012C4.206.262.017 4.652.033 9.929a9.798 9.798 0 0 0 1.085 4.465L.06 19.495a.387.387 0 0 0 .47.453l5.034-1.184a9.981 9.981 0 0 0 4.284 1.032c5.427.083 9.951-4.195 10.12-9.58C20.15 4.441 15.351-.265 9.516.011zm6.007 15.367a7.784 7.784 0 0 1-5.52 2.27 7.77 7.77 0 0 1-3.474-.808l-.701-.347-3.087.726.65-3.131-.346-.672A7.62 7.62 0 0 1 2.197 9.9c0-2.07.812-4.017 2.286-5.48a7.85 7.85 0 0 1 5.52-2.271c2.086 0 4.046.806 5.52 2.27a7.672 7.672 0 0 1 2.287 5.48c0 2.052-.825 4.03-2.287 5.481z\"/><path d=\"m14.842 12.045-1.931-.55a.723.723 0 0 0-.713.186l-.472.478a.707.707 0 0 1-.765.16c-.913-.367-2.835-2.063-3.326-2.912a.694.694 0 0 1 .056-.774l.412-.53a.71.71 0 0 0 .089-.726L7.38 5.553a.723.723 0 0 0-1.125-.256c-.539.453-1.179 1.14-1.256 1.903-.137 1.343.443 3.036 2.637 5.07 2.535 2.349 4.566 2.66 5.887 2.341.75-.18 1.35-.903 1.727-1.494a.713.713 0 0 0-.408-1.072z\"/></svg></li><li title=\"wifi \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 13.992a1 1 0 1 1 0-2 1 1 0 0 1 0 2zM7.894 11.44a1 1 0 0 1-1.788-.894 4.355 4.355 0 0 1 7.788 0 1 1 0 1 1-1.788.894 2.353 2.353 0 0 0-4.212 0zM4.8 8.595a1 1 0 0 1-1.6-1.2 8.503 8.503 0 0 1 13.6 0 .999.999 0 1 1-1.6 1.2 6.503 6.503 0 0 0-10.4 0zm-3.057-2.93A1 1 0 0 1 .257 4.329c4.843-5.377 13.13-5.813 18.512-.973.342.307.667.632.974.973a.999.999 0 1 1-1.486 1.338 10.91 10.91 0 0 0-.826-.826C12.871.74 5.847 1.108 1.743 5.666z\"/></svg></li><li title=\"wikipedia \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -6 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M19.857.021h-3.982v.687h.398c.311 0 .592.161.751.431a.88.88 0 0 1 .016.872l-4.283 7.93-1.95-4.69 1.836-3.402A2.165 2.165 0 0 1 14.548.708h.217V.02h-4.112v.688h.398c.311 0 .592.161.75.431a.88.88 0 0 1 .017.872l-1.333 2.467-1.188-2.856a.654.654 0 0 1 .059-.62A.642.642 0 0 1 9.9.708h.435V.02H5.467v.688h.194c.909 0 1.723.546 2.074 1.391L9.49 6.32 7.535 9.942l-3.46-8.32a.654.654 0 0 1 .059-.62.642.642 0 0 1 .544-.294h.598V.02H0v.688h.439c.908 0 1.723.546 2.074 1.391l3.988 9.591a.446.446 0 0 0 .804.042l.52-.964 1.986-3.676 1.912 4.598a.446.446 0 0 0 .804.041l.52-.963 4.819-8.92A2.165 2.165 0 0 1 19.77.709h.217V.02h-.13z\"/></svg></li><li title=\"wordpress \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M9.99 0C4.474 0 0 4.473 0 9.99c0 5.518 4.473 9.991 9.99 9.991 5.518 0 9.991-4.473 9.991-9.99C19.981 4.473 15.508 0 9.991 0zM1.428 9.99c0-1.208.268-2.357.742-3.394l4.085 10.9c-2.857-1.351-4.827-4.205-4.827-7.505zm8.564 8.343a8.87 8.87 0 0 1-2.42-.339l2.57-7.273 2.63 7.024.06.116a8.77 8.77 0 0 1-2.84.472zM11.168 6.08c.515-.027.98-.08.98-.08.461-.053.408-.712-.053-.687 0 0-1.388.106-2.284.106-.84 0-2.256-.106-2.256-.106-.462-.026-.515.66-.055.688 0 0 .438.052.898.079l1.335 3.56-1.874 5.475-3.117-9.034c.517-.026.98-.079.98-.079.46-.054.407-.713-.054-.688 0 0-1.387.106-2.281.106l-.551-.01c1.53-2.264 4.162-3.76 7.153-3.76 2.23 0 4.259.83 5.784 2.19l-.112-.008c-.841 0-1.437.713-1.437 1.48 0 .688.406 1.268.84 1.956.329.557.706 1.27.706 2.3 0 .714-.28 1.542-.65 2.698l-.856 2.779-3.096-8.965zm3.127 11.117 2.617-7.365c.49-1.19.65-2.14.65-2.987 0-.307-.02-.592-.056-.858a8.155 8.155 0 0 1 1.049 4.003c-.001 3.077-1.713 5.763-4.26 7.207z\"/></svg></li><li title=\"world \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M2.252 8A8.014 8.014 0 0 0 2 10c0 .69.088 1.36.252 2H5.1a19.83 19.83 0 0 1 0-4H2.252zm.818-2h2.346c.266-1.217.65-2.307 1.121-3.214A8.035 8.035 0 0 0 3.07 6zm14.678 2H14.9a19.83 19.83 0 0 1 0 4h2.848a8.047 8.047 0 0 0 0-4zm-.818-2a8.035 8.035 0 0 0-3.467-3.214c.472.907.855 1.997 1.121 3.214h2.346zM7.112 8A17.763 17.763 0 0 0 7 10c0 .685.038 1.355.112 2h5.776a17.763 17.763 0 0 0 0-4H7.112zm.358-2h5.06a10.758 10.758 0 0 0-.783-2.177C11.119 2.568 10.447 2 10 2c-.448 0-1.119.568-1.747 1.823-.315.632-.58 1.367-.783 2.177zm-4.4 8a8.035 8.035 0 0 0 3.467 3.214c-.472-.907-.855-1.997-1.121-3.214H3.07zm13.86 0h-2.346c-.266 1.217-.65 2.307-1.121 3.214A8.035 8.035 0 0 0 16.93 14zm-9.46 0c.203.81.468 1.545.783 2.177C8.881 17.432 9.553 18 10 18c.448 0 1.119-.568 1.747-1.823.315-.632.58-1.367.783-2.177H7.47zM10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z\"/></svg></li><li title=\"wrench f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-1 -1 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m18.477 13.84-4.243 4.243L8.01 11.86a6.002 6.002 0 0 1-6.445-9.273L5.1 6.12a1 1 0 0 0 1.415-1.414L2.979 1.17a6.002 6.002 0 0 1 9.273 6.445l6.225 6.225zm1.414 1.415.707.707a3 3 0 0 1-4.243 4.243l-.707-.708 4.243-4.242z\"/></svg></li><li title=\"wrench \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-1 -1 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M2.464 6.748c.06.942.45 1.865 1.164 2.578a3.997 3.997 0 0 0 3.866 1.036l1.114-.298 9.162 9.161a1 1 0 0 0 1.414-1.414L10.022 8.65l.298-1.115A3.997 3.997 0 0 0 9.284 3.67a3.995 3.995 0 0 0-2.578-1.164L7.93 3.728A3 3 0 1 1 3.686 7.97L2.464 6.748zm-.9-3.727L5.1 6.556a1 1 0 0 0 1.415-1.414L2.979 1.606a6.002 6.002 0 0 1 9.273 6.445l8.346 8.346a3 3 0 0 1-4.243 4.243L8.01 12.294A6.002 6.002 0 0 1 1.565 3.02zm15.5 15.496 1.42-1.41-1.42-1.414-1.419 1.414 1.418 1.41z\"/></svg></li><li title=\"write f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-0.5 -0.5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m21.289.98.59.59c.813.814.69 2.257-.277 3.223L9.435 16.96l-3.942 1.442c-.495.182-.977-.054-1.075-.525a.928.928 0 0 1 .045-.51l1.47-3.976L18.066 1.257c.967-.966 2.41-1.09 3.223-.276zM8.904 2.19a1 1 0 1 1 0 2h-4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-4a1 1 0 0 1 2 0v4a4 4 0 0 1-4 4h-12a4 4 0 0 1-4-4v-12a4 4 0 0 1 4-4h4z\"/></svg></li><li title=\"write \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m5.72 14.456 1.761-.508 10.603-10.73a.456.456 0 0 0-.003-.64l-.635-.642a.443.443 0 0 0-.632-.003L6.239 12.635l-.52 1.82zM18.703.664l.635.643c.876.887.884 2.318.016 3.196L8.428 15.561l-3.764 1.084a.901.901 0 0 1-1.11-.623.915.915 0 0 1-.002-.506l1.095-3.84L15.544.647a2.215 2.215 0 0 1 3.159.016zM7.184 1.817c.496 0 .898.407.898.909a.903.903 0 0 1-.898.909H3.592c-.992 0-1.796.814-1.796 1.817v10.906c0 1.004.804 1.818 1.796 1.818h10.776c.992 0 1.797-.814 1.797-1.818v-3.635c0-.502.402-.909.898-.909s.898.407.898.91v3.634c0 2.008-1.609 3.636-3.593 3.636H3.592C1.608 19.994 0 18.366 0 16.358V5.452c0-2.007 1.608-3.635 3.592-3.635h3.592z\"/></svg></li><li title=\"yahoo circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z\"/><path d=\"M13.055 8.483c-.245.066-2.484 1.802-2.631 2.228-.033.148.003 1.574.036 1.788.147.033 1.212.005 1.408.037l-.024.441c-.191-.015-1.545-.011-2.317-.011-.392 0-1.654.043-2.041.032l.073-.42c.213-.015 1.093.04 1.285-.166.096-.102.066-1.458.034-1.688-.082-.245-2.044-2.703-2.557-3.106H5V7h4.457v.043a.1.1 0 0 1 .015.001l-.015.105v.469H8.113c.599.876 1.457 1.933 1.824 2.441l1.795-1.626h-1.067l-.15-.618h3.908l-.03.044.015.001-.28.405-.008.001-.113.167h-.721c-.093.02-.175.039-.231.05zm1.275 3.87-.345-.016-.385-.047.004.66.303.026.327.024.096-.646zM15 9.2a27.751 27.751 0 0 1-1.313-.131l.017 2.788.599.048L15 9.199z\"/></svg></li><li title=\"yahoo square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M13.055 8.483c-.245.066-2.484 1.802-2.631 2.228-.033.148.003 1.574.036 1.788.147.033 1.212.005 1.408.037l-.024.441c-.191-.015-1.545-.011-2.317-.011-.392 0-1.654.043-2.041.032l.073-.42c.213-.015 1.093.04 1.285-.166.096-.102.066-1.458.034-1.688-.082-.245-2.044-2.703-2.557-3.106H5V7h4.457v.043a.1.1 0 0 1 .015.001l-.015.105v.469H8.113c.599.876 1.457 1.933 1.824 2.441l1.795-1.626h-1.067l-.15-.618h3.908l-.03.044.015.001-.28.405-.008.001-.113.167h-.721c-.093.02-.175.039-.231.05zm1.275 3.87-.345-.016-.385-.047.004.66.303.026.327.024.096-.646zM15 9.2a27.751 27.751 0 0 1-1.313-.131l.017 2.788.599.048L15 9.199z\"/><path d=\"M4 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm0-2h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/></svg></li><li title=\"yahoo \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -6 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M16.077 2.96c-.489.132-4.957 3.597-5.252 4.448-.064.293.007 3.141.072 3.568.294.066 2.42.009 2.81.074l-.047.88c-.382-.03-3.083-.023-4.624-.023-.783 0-3.3.087-4.074.065l.146-.838c.424-.032 2.18.078 2.565-.332.191-.204.131-2.91.066-3.368-.162-.49-4.078-5.397-5.102-6.2H0V0h8.895v.085c.008 0 .022.001.03.003l-.03.208v.937H6.213c1.195 1.749 2.91 3.86 3.64 4.873l3.583-3.246h-2.13l-.3-1.232h7.801l-.058.087.028.002-.557.808a.076.076 0 0 0-.018.003l-.225.332h-1.439c-.186.04-.35.077-.461.1zm2.545 7.726-.688-.034-.769-.094.007 1.317.606.052.653.048.191-1.29zm1.337-6.297c-.232-.008-2.345-.208-2.62-.262l.032 5.564 1.196.097 1.392-5.399z\"/></svg></li><li title=\"yelp circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m9.2 12.095-1.382 1.682a.451.451 0 0 0 .183.707l1.351.531a.451.451 0 0 0 .616-.408l.059-2.203a.467.467 0 0 0-.828-.309zm-.23-1.672-2.05-.736a.451.451 0 0 0-.603.41l-.046 1.451c-.01.313.294.54.591.443l2.095-.685a.467.467 0 0 0 .013-.883zm2.348.236 2.099-.579a.451.451 0 0 0 .257-.683l-.797-1.213a.451.451 0 0 0-.74-.021L10.82 9.93a.467.467 0 0 0 .498.729zm-1.52-5.043a.535.535 0 0 0-.676-.541l-1.661.453a.535.535 0 0 0-.296.826L9.07 9.656a.513.513 0 0 0 .053.077.555.555 0 0 0 .943-.18.547.547 0 0 0 .024-.217l-.293-3.72zm3.633 6.552-2.107-.647a.467.467 0 0 0-.52.715l1.25 1.782c.177.25.546.257.73.012l.875-1.158a.451.451 0 0 0-.228-.704z\"/><path d=\"M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z\"/></svg></li><li title=\"yelp square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"m9.2 12.095-1.382 1.682a.451.451 0 0 0 .183.707l1.351.531a.451.451 0 0 0 .616-.408l.059-2.203a.467.467 0 0 0-.828-.309zm-.23-1.672-2.05-.736a.451.451 0 0 0-.603.41l-.046 1.451c-.01.313.294.54.591.443l2.095-.685a.467.467 0 0 0 .013-.883zm2.348.236 2.099-.579a.451.451 0 0 0 .257-.683l-.797-1.213a.451.451 0 0 0-.74-.021L10.82 9.93a.467.467 0 0 0 .498.729zm-1.52-5.043a.535.535 0 0 0-.676-.541l-1.661.453a.535.535 0 0 0-.296.826L9.07 9.656a.513.513 0 0 0 .053.077.555.555 0 0 0 .943-.18.547.547 0 0 0 .024-.217l-.293-3.72zm3.633 6.552-2.107-.647a.467.467 0 0 0-.52.715l1.25 1.782c.177.25.546.257.73.012l.875-1.158a.451.451 0 0 0-.228-.704z\"/><path d=\"M4 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm0-2h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/></svg></li><li title=\"yelp \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-4.5 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M5.893 14.08 3.13 17.444a.903.903 0 0 0 .367 1.413l2.701 1.063a.903.903 0 0 0 1.233-.816l.117-4.407c.023-.889-1.09-1.304-1.655-.617zm-.459-3.345L1.336 9.264a.903.903 0 0 0-1.207.82l-.093 2.902a.903.903 0 0 0 1.183.886l4.19-1.372c.845-.276.861-1.465.025-1.765zm4.696.472 4.198-1.157a.903.903 0 0 0 .514-1.366l-1.595-2.426a.903.903 0 0 0-1.477-.043L9.134 9.749c-.531.713.14 1.694.996 1.458zM7.09 1.12A1.07 1.07 0 0 0 5.74.04L2.416.946a1.07 1.07 0 0 0-.592 1.65l3.813 6.606c.03.054.065.106.105.153.565.663 1.625.418 1.886-.36.047-.139.06-.287.048-.434l-.585-7.44zm7.266 13.106-4.215-1.294c-.85-.26-1.548.701-1.038 1.429l2.5 3.564a.903.903 0 0 0 1.46.025l1.749-2.317a.903.903 0 0 0-.456-1.407z\"/></svg></li><li title=\"youtube circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z\"/><path d=\"M12.923 6.526H7.077C5.93 6.526 5 7.446 5 8.58v2.89c0 1.135.93 2.054 2.077 2.054h5.846c1.147 0 2.077-.92 2.077-2.054V8.58c0-1.135-.93-2.054-2.077-2.054zm-1.404 3.64-2.735 1.29a.11.11 0 0 1-.157-.099v-2.66a.11.11 0 0 1 .16-.097l2.734 1.37a.11.11 0 0 1-.002.196z\"/></svg></li><li title=\"youtube square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -2 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M12.923 6.526H7.077C5.93 6.526 5 7.446 5 8.58v2.89c0 1.135.93 2.054 2.077 2.054h5.846c1.147 0 2.077-.92 2.077-2.054V8.58c0-1.135-.93-2.054-2.077-2.054zm-1.404 3.64-2.735 1.29a.11.11 0 0 1-.157-.099v-2.66a.11.11 0 0 1 .16-.097l2.734 1.37a.11.11 0 0 1-.002.196z\"/><path d=\"M4 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm0-2h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\"/></svg></li><li title=\"youtube \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"-2 -5 24 24\" width=\"24\" height=\"24\" fill=\"currentColor\"><path d=\"M15.812.017H4.145C1.855.017 0 1.852 0 4.116v5.768c0 2.264 1.856 4.1 4.145 4.1h11.667c2.29 0 4.145-1.836 4.145-4.1V4.116c0-2.264-1.856-4.1-4.145-4.1zM13.009 7.28 7.552 9.855a.219.219 0 0 1-.314-.196V4.35a.22.22 0 0 1 .318-.193l5.458 2.735a.216.216 0 0 1-.005.389z\"/></svg></li></ul>"
  },
  {
    "path": "resources/svg/icons/linea/index.html",
    "content": "<style>\nul.svg-list {\n\tlist-style:none;\n\tpadding:0;\n\tmargin:10px 0 0;\n}\nul.svg-list li {\n\tdisplay:inline-block;\n\tposition:relative;\n\twidth:32px;\n\theight:32px;\n\tpadding:3px;\n\tmargin-right:5px;\n\tmargin-bottom:5px;\n\tbox-shadow:0px 3px 6px 0px rgba(0, 0, 0, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.08);\n}\n\nul.svg-list li:hover {\n\tbox-shadow:none;//0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 0px rgba(0, 0, 0, 0.15);\n}\n\nul.svg-list li svg{\n\tmax-width:100%;\n\tmax-height:100%;\n\tfill: var(--bs-body-color);\n\tcolor: var(--bs-border-color);\n}\n\nul.svg-list li span {\n\t//display:none;\n}\n\nul.svg-list li.heading {\n\twidth:100%;\n\tbox-shadow:none;\n\ttext-transform: capitalize;\n\tfont-size: 12px;\n\tline-height: 32px;\t\n}\n\nul.svg-list li span {\n  visibility: hidden;\n  min-width: 120px;\n  background-color: black;\n  color: #fff;\n  text-align: center;\n  border-radius: 6px;\n  padding: 5px 0;\n  \n  /* Position the tooltip */\n  position: absolute;\n  z-index: 1;\n  left:0;\n  top: 105%;\n  font-size:12px;\n}\n\nul.svg-list li:hover  span {\n  visibility: visible;\n}\n\nul.svg-list li:hover  svg {\n\ttransform: scale(2);\n\tfill:blue;\n\tcolor:green;\n}\t\n</style>\n<style>ul.svg-list li svg{\n\tmax-width:100%;\n\tmax-height:100%;\n\tfill:#fff;\n\tcolor:#000;\n}\n\nul.svg-list li:hover  svg {\n\tfill:#fff;\n}\n</style><ul class=\"svg-list\"><li class='heading'>arrows</li><li title=\"anticlockwise \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M32,1c17.121,0,31,13.879,31,31S49.121,63,32,63\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M32,1C14.879,1,1,14.879,1,32\r\n\tc0,6.713,2.134,12.926,5.759,18l5.62,5.621\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"13,45 13,56 2,56 \r\n\t\"/>\r\n</svg>\r\n</li><li title=\"anticlockwise dashed \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<g>\r\n\t\t<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M32,1c0.672,0,1.339,0.021,2,0.063\"/>\r\n\t\t<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-dasharray=\"4.0593,2.0296\" d=\"M36.021,1.258\r\n\t\t\tC51.242,3.229,63,16.241,63,32c0,16.104-12.279,29.34-27.986,30.855\"/>\r\n\t\t<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M34,62.937C33.339,62.979,32.672,63,32,63\"/>\r\n\t</g>\r\n</g>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M32,1C14.879,1,1,14.879,1,32\r\n\tc0,6.713,2.134,12.926,5.759,18l5.62,5.621\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"13,45 13,56 2,56 \r\n\t\"/>\r\n</svg>\r\n</li><li title=\"button down \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M48,17c0-8.837-7.163-16-16-16S16,8.163,16,17v30\r\n\tc0,8.837,7.163,16,16,16s16-7.163,16-16V17z\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"47\" r=\"12\"/>\r\n</svg>\r\n</li><li title=\"button off \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M47,48c8.837,0,16-7.163,16-16s-7.163-16-16-16H17\r\n\tC8.163,16,1,23.163,1,32s7.163,16,16,16H47z\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"17\" cy=\"32\" r=\"12\"/>\r\n</svg>\r\n</li><li title=\"button on \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M47,48c8.837,0,16-7.163,16-16s-7.163-16-16-16H17\r\n\tC8.163,16,1,23.163,1,32s7.163,16,16,16H47z\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"47\" cy=\"32\" r=\"12\"/>\r\n</svg>\r\n</li><li title=\"button up \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M48,17c0-8.837-7.163-16-16-16S16,8.163,16,17v30\r\n\tc0,8.837,7.163,16,16,16s16-7.163,16-16V17z\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"17\" r=\"12\"/>\r\n</svg>\r\n</li><li title=\"check \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"13,33 25,45 \r\n\t\t49,21 \t\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"circle check \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"13,33 25,45 \r\n\t\t49,21 \t\"/>\r\n</g>\r\n<g>\r\n\t<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"32\" r=\"30.999\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"circle down \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"15,24 32,41 \r\n\t\t49,24 \t\"/>\r\n</g>\r\n<g>\r\n\t<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"32\" r=\"30.999\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"circle downleft \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"32\" r=\"30.999\"/>\r\n</g>\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"47,41 23,41 \r\n\t\t23,17 \t\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"circle downright \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"32\" r=\"30.999\"/>\r\n</g>\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"41,17 41,41 \r\n\t\t17,41 \t\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"circle left \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"27,15 44,32 \r\n\t\t27,49 \t\"/>\r\n</g>\r\n<g>\r\n\t<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"32\" r=\"30.999\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"circle minus \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"14\" y1=\"31\" x2=\"50\" y2=\"31\"/>\r\n</g>\r\n<g>\r\n\t<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"32\" r=\"30.999\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"circle plus \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"50\" x2=\"32\" y2=\"14\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"14\" y1=\"32\" x2=\"50\" y2=\"32\"/>\r\n</g>\r\n<g>\r\n\t<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"32\" r=\"30.999\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"circle remove \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"18.947\" y1=\"17.153\" x2=\"45.045\" y2=\"43.056\"/>\r\n</g>\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"19.045\" y1=\"43.153\" x2=\"44.947\" y2=\"17.056\"/>\r\n</g>\r\n<g>\r\n\t<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"32\" r=\"30.999\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"circle right \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"37,15 20,32 \r\n\t\t37,49 \t\"/>\r\n</g>\r\n<g>\r\n\t<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"32\" r=\"30.999\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"circle up \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"15,40 32,23 \r\n\t\t49,40 \t\"/>\r\n</g>\r\n<g>\r\n\t<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"32\" r=\"30.999\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"circle upleft \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"32\" r=\"30.999\"/>\r\n</g>\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"23,47 23,23 47,23 \t\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"circle upright \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"32\" r=\"30.999\"/>\r\n</g>\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"17,23 41,23 \r\n\t\t41,47 \t\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"clockwise \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M32,1C14.879,1,1,14.879,1,32s13.879,31,31,31\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M32,1c17.121,0,31,13.879,31,31\r\n\tc0,6.713-2.134,12.926-5.759,18l-5.62,5.621\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"51,45 51,56 \r\n\t62,56 \"/>\r\n</svg>\r\n</li><li title=\"clockwise dashed \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<g>\r\n\t\t<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M32,1c-0.672,0-1.339,0.021-2,0.063\"/>\r\n\t\t<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-dasharray=\"4.0593,2.0296\" d=\"M27.979,1.258\r\n\t\t\tC12.758,3.229,1,16.241,1,32c0,16.104,12.279,29.34,27.986,30.855\"/>\r\n\t\t<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M30,62.937C30.661,62.979,31.328,63,32,63\"/>\r\n\t</g>\r\n</g>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M32,1c17.121,0,31,13.879,31,31\r\n\tc0,6.713-2.134,12.926-5.759,18l-5.62,5.621\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"51,45 51,56 \r\n\t62,56 \"/>\r\n</svg>\r\n</li><li title=\"compress \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"47,25 40,32 \r\n\t47,39 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"17,39 24,32 \r\n\t17,25 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"24\" y1=\"32\" x2=\"0\" y2=\"32\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"64\" y1=\"32\" x2=\"40\" y2=\"32\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"25,17 32,24 \r\n\t39,17 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"39,47 32,40 \r\n\t25,47 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"40\" x2=\"32\" y2=\"64\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"0\" x2=\"32\" y2=\"24\"/>\r\n</svg>\r\n</li><li title=\"deny \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M53.919,10.08c12.108,12.106,12.108,31.733,0,43.84\r\n\tc-12.105,12.107-31.732,12.107-43.838,0c-12.108-12.106-12.108-31.733,0-43.84C22.187-2.027,41.813-2.027,53.919,10.08z\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"10.08\" y1=\"10.08\" x2=\"53.92\" y2=\"53.92\"/>\r\n</svg>\r\n</li><li title=\"diagonal \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"63,12 63,1 52,1 \r\n\t\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"1,52 1,63 12,63 \r\n\t\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" x1=\"1\" y1=\"63\" x2=\"63\" y2=\"1\"/>\r\n</svg>\r\n</li><li title=\"diagonal2 \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"52,63 63,63 \r\n\t63,52 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"12,1 1,1 1,12 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" x1=\"1\" y1=\"1\" x2=\"63\" y2=\"63\"/>\r\n</svg>\r\n</li><li title=\"down \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"15,24 32,41 \r\n\t\t49,24 \t\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"down double 34 \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"48.936,31 \r\n\t\t31.936,48 14.936,31 \t\"/>\r\n</g>\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"48.936,16 \r\n\t\t31.936,33 14.936,16 \t\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"downleft \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"47,41 23,41 \r\n\t\t23,17 \t\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"downright \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"41,17 41,41 \r\n\t\t17,41 \t\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"drag down \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"31\" x2=\"32\" y2=\"63\"/>\r\n</g>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"16\" r=\"15\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"23,54 32,63 \r\n\t41,54 \"/>\r\n</svg>\r\n</li><li title=\"drag down dashed \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t\r\n\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-dasharray=\"4,2\" x1=\"32\" y1=\"31\" x2=\"32\" y2=\"63\"/>\r\n</g>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"16\" r=\"15\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"23,54 32,63 \r\n\t41,54 \"/>\r\n</svg>\r\n</li><li title=\"drag horiz \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"24\" y1=\"0\" x2=\"24\" y2=\"64\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"0\" x2=\"32\" y2=\"64\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"40\" y1=\"0\" x2=\"40\" y2=\"64\"/>\r\n</svg>\r\n</li><li title=\"drag left \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"33\" y1=\"32\" x2=\"1\" y2=\"32\"/>\r\n</g>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"48\" cy=\"32\" r=\"15\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"10,23 1,32 10,41 \r\n\t\"/>\r\n</svg>\r\n</li><li title=\"drag left dashed \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t\r\n\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-dasharray=\"4,2\" x1=\"33\" y1=\"32\" x2=\"1\" y2=\"32\"/>\r\n</g>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"48\" cy=\"32\" r=\"15\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"10,23 1,32 10,41 \r\n\t\"/>\r\n</svg>\r\n</li><li title=\"drag right \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"31\" y1=\"32\" x2=\"63\" y2=\"32\"/>\r\n</g>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"16\" cy=\"32\" r=\"15\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"54,41 63,32 \r\n\t54,23 \"/>\r\n</svg>\r\n</li><li title=\"drag right dashed \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t\r\n\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-dasharray=\"4,2\" x1=\"31\" y1=\"32\" x2=\"63\" y2=\"32\"/>\r\n</g>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"16\" cy=\"32\" r=\"15\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"54,41 63,32 \r\n\t54,23 \"/>\r\n</svg>\r\n</li><li title=\"drag up \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"33\" x2=\"32\" y2=\"1\"/>\r\n</g>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"48\" r=\"15\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"41,10 32,1 23,10 \r\n\t\"/>\r\n</svg>\r\n</li><li title=\"drag up dashed \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t\r\n\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-dasharray=\"4,2\" x1=\"32\" y1=\"33\" x2=\"32\" y2=\"1\"/>\r\n</g>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"48\" r=\"15\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"41,10 32,1 23,10 \r\n\t\"/>\r\n</svg>\r\n</li><li title=\"drag vert \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"0\" y1=\"40\" x2=\"64\" y2=\"40\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"0\" y1=\"32\" x2=\"64\" y2=\"32\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"0\" y1=\"24\" x2=\"64\" y2=\"24\"/>\r\n</svg>\r\n</li><li title=\"exclamation \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M53.92,10.081c12.107,12.105,12.107,31.732,0,43.838\r\n\tc-12.106,12.108-31.734,12.108-43.839,0c-12.107-12.105-12.107-31.732,0-43.838C22.186-2.027,41.813-2.027,53.92,10.081z\"/>\r\n<line stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"17\" x2=\"32\" y2=\"39\"/>\r\n<line stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"43\" x2=\"32\" y2=\"47\"/>\r\n</svg>\r\n</li><li title=\"expand \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"1,12 1,1 12,1 \t\r\n\t\t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"12,63 1,63 1,52 \r\n\t\t\t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"63,52 63,63 \r\n\t\t52,63 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"52,1 63,1 63,12 \r\n\t\t\t\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"2\" y1=\"2\" x2=\"22\" y2=\"22\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"42\" y1=\"42\" x2=\"62\" y2=\"62\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"2\" y1=\"62\" x2=\"22\" y2=\"42\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"42\" y1=\"22\" x2=\"62\" y2=\"2\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"expand diagonal1 \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"13\" y1=\"1\" x2=\"63\" y2=\"51\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"1\" y1=\"13\" x2=\"51.166\" y2=\"63.166\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"63,12 63,1 52,1 \r\n\t\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"1,52 1,63 12,63 \r\n\t\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" x1=\"1\" y1=\"63\" x2=\"26\" y2=\"38\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" x1=\"38\" y1=\"26\" x2=\"63\" y2=\"1\"/>\r\n</svg>\r\n</li><li title=\"expand horizontal1 \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"21\" y1=\"0\" x2=\"21\" y2=\"64\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"43\" y1=\"64\" x2=\"43\" y2=\"0\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"8,25 1,32 8,39 \r\n\t\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"1\" y1=\"32\" x2=\"21\" y2=\"32\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"56,39 63,32 \r\n\t56,25 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"63\" y1=\"32\" x2=\"43\" y2=\"32\"/>\r\n</svg>\r\n</li><li title=\"expand vertical1 \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"64\" y1=\"21\" x2=\"0\" y2=\"21\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"0\" y1=\"43\" x2=\"64\" y2=\"43\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"39,8 32,1 25,8 \r\n\t\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"1\" x2=\"32\" y2=\"21\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"25,56 32,63 \r\n\t39,56 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"63\" x2=\"32\" y2=\"43\"/>\r\n</svg>\r\n</li><li title=\"fit horizontal \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"16,25 9,32 16,39 \r\n\t\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"48,39 55,32 \r\n\t48,25 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"55,32 43,32 9,32 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"63\" y1=\"0\" x2=\"63\" y2=\"64\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"1\" y1=\"0\" x2=\"1\" y2=\"64\"/>\r\n</svg>\r\n</li><li title=\"fit vertical \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"39,16 32,9 25,16 \r\n\t\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"25,48 32,55 \r\n\t39,48 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"32,55 32,43 32,9 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"0\" y1=\"1\" x2=\"64\" y2=\"1\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"0\" y1=\"63\" x2=\"64\" y2=\"63\"/>\r\n</svg>\r\n</li><li title=\"glide \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"45.968,48.968 \r\n\t\t31.967,62.968 18,49 \t\"/>\r\n</g>\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"18,15 \r\n\t\t32.032,0.968 46.032,14.968 \t\"/>\r\n</g>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" cx=\"31.968\" cy=\"31.968\" r=\"5\"/>\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"49,18 63,32 \r\n\t\t49,46 \t\"/>\r\n</g>\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"15.032,45.968 \r\n\t\t1,31.935 14.968,17.968 \t\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"glide horizontal \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"46,15 63,32 \r\n\t\t46,49 \t\"/>\r\n</g>\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"18,48.935 \r\n\t\t1,31.935 18,14.935 \t\"/>\r\n</g>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"32\" r=\"5\"/>\r\n</svg>\r\n</li><li title=\"glide vertical \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"48.968,45.968 \r\n\t\t31.967,62.968 14.968,45.967 \t\"/>\r\n</g>\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"15.032,17.967 \r\n\t\t32.032,0.968 49.032,17.968 \t\"/>\r\n</g>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" cx=\"31.968\" cy=\"31.968\" r=\"5\"/>\r\n</svg>\r\n</li><li title=\"hamburger 2 \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"12\" y1=\"21\" x2=\"52\" y2=\"21\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"12\" y1=\"33\" x2=\"52\" y2=\"33\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"12\" y1=\"45\" x2=\"52\" y2=\"45\"/>\r\n</svg>\r\n</li><li title=\"hamburger1 \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"0\" y1=\"21\" x2=\"6\" y2=\"21\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"16\" y1=\"21\" x2=\"64\" y2=\"21\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"0\" y1=\"33\" x2=\"6\" y2=\"33\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"16\" y1=\"33\" x2=\"64\" y2=\"33\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"0\" y1=\"45\" x2=\"6\" y2=\"45\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"16\" y1=\"45\" x2=\"64\" y2=\"45\"/>\r\n</svg>\r\n</li><li title=\"horizontal \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"8,25 1,32 8,39 \r\n\t\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"56,39 63,32 \r\n\t56,25 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"63,32 43,32 1,32 \"/>\r\n</svg>\r\n</li><li title=\"info \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M53.92,10.081c12.107,12.105,12.107,31.732,0,43.838\r\n\tc-12.106,12.108-31.734,12.108-43.84,0c-12.107-12.105-12.107-31.732,0-43.838C22.186-2.027,41.813-2.027,53.92,10.081z\"/>\r\n<line stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"47\" x2=\"32\" y2=\"25\"/>\r\n<line stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"21\" x2=\"32\" y2=\"17\"/>\r\n</svg>\r\n</li><li title=\"keyboard alt \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<rect x=\"1\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" width=\"62\" height=\"62\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"6,24 18,24 30,42 \r\n\t58,42 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" x1=\"58\" y1=\"24\" x2=\"30\" y2=\"24\"/>\r\n</svg>\r\n</li><li title=\"keyboard cmd 29 \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<rect x=\"1\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" width=\"62\" height=\"62\"/>\r\n<rect x=\"1\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" width=\"62\" height=\"62\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M22,27c-2.762,0-5-2.238-5-5s2.238-5,5-5\r\n\ts5,2.238,5,5v20c0,2.762-2.238,5-5,5s-5-2.238-5-5s2.238-5,5-5h20c2.762,0,5,2.238,5,5s-2.238,5-5,5s-5-2.238-5-5V22\r\n\tc0-2.762,2.238-5,5-5s5,2.238,5,5s-2.238,5-5,5H22z\"/>\r\n</svg>\r\n</li><li title=\"keyboard delete \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<rect x=\"1\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" width=\"62\" height=\"62\"/>\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"55,44 19,44 9,32 19,20 55,20 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"27\" y1=\"39\" x2=\"41\" y2=\"25\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"27\" y1=\"25\" x2=\"41\" y2=\"39\"/>\r\n</svg>\r\n</li><li title=\"keyboard down 28 \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<rect x=\"1\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" width=\"62\" height=\"62\"/>\r\n<rect x=\"1\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" width=\"62\" height=\"62\"/>\r\n<g>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"21,26 32,42 \r\n\t\t43,26 \t\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"keyboard left \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<rect x=\"1\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" width=\"62\" height=\"62\"/>\r\n<g>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"38,21 22,32 \r\n\t\t38,43 \t\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"keyboard return \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<rect x=\"1\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" width=\"62\" height=\"62\"/>\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"9,37 55,37 55,18 44,18 \t\"/>\r\n</g>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"18,46 9,37 18,28 \r\n\t\"/>\r\n</svg>\r\n</li><li title=\"keyboard right \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<rect x=\"1\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" width=\"62\" height=\"62\"/>\r\n<g>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"26,21 42,32 \r\n\t\t26,43 \t\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"keyboard shift \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<rect x=\"1\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" width=\"62\" height=\"62\"/>\r\n<rect x=\"1\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" width=\"62\" height=\"62\"/>\r\n<g>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"17,36 32,18 \r\n\t\t47,36 39,36 39.001,46 25,46 25,36 \t\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"keyboard tab \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<rect x=\"1\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" width=\"62\" height=\"62\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"39,25 46,32 \r\n\t39,39 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"12,32 12,32 46,32 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"50\" y1=\"23\" x2=\"50\" y2=\"41\"/>\r\n</svg>\r\n</li><li title=\"keyboard up \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<rect x=\"1\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" width=\"62\" height=\"62\"/>\r\n<g>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"21,40 32,24 \r\n\t\t43,40 \t\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"left \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"37,15 20,32 \r\n\t\t37,49 \t\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"left double 32 \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"32.936,48.936 \r\n\t\t15.936,31.936 32.936,14.936 \t\"/>\r\n</g>\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"47.936,48.936 \r\n\t\t30.936,31.936 47.936,14.936 \t\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"minus \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"14\" y1=\"31\" x2=\"50\" y2=\"31\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"move \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"56,39 63,32 \r\n\t56,25 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"8,25 1,32 8,39 \r\n\t\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"1\" y1=\"32\" x2=\"27\" y2=\"32\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"37\" y1=\"32\" x2=\"63\" y2=\"32\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"39,8 32,1 25,8 \r\n\t\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"25,56 32,63 \r\n\t39,56 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"63\" x2=\"32\" y2=\"37\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"27\" x2=\"32\" y2=\"1\"/>\r\n</svg>\r\n</li><li title=\"move2 \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"56,39 63,32 \r\n\t56,25 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"8,25 1,32 8,39 \r\n\t\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"1\" y1=\"32\" x2=\"32\" y2=\"32\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"32\" x2=\"63\" y2=\"32\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"39,8 32,1 25,8 \r\n\t\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"25,56 32,63 \r\n\t39,56 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"63\" x2=\"32\" y2=\"32\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"32\" x2=\"32\" y2=\"1\"/>\r\n</svg>\r\n</li><li title=\"move bottom \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"25,44 32,51 \r\n\t39,44 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"32,51 32,39 32,5 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"0\" y1=\"59\" x2=\"64\" y2=\"59\"/>\r\n</svg>\r\n</li><li title=\"move left \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"20,25 13,32 \r\n\t20,39 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"59,32 47,32 13,32 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"5\" y1=\"0\" x2=\"5\" y2=\"64\"/>\r\n</svg>\r\n</li><li title=\"move right \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"44,39 51,32 \r\n\t44,25 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"51,32 39,32 5,32 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"59\" y1=\"0\" x2=\"59\" y2=\"64\"/>\r\n</svg>\r\n</li><li title=\"move top \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"39,20 32,13 \r\n\t25,20 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"32,59 32,47 32,13 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"0\" y1=\"5\" x2=\"64\" y2=\"5\"/>\r\n</svg>\r\n</li><li title=\"plus \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"50\" x2=\"32\" y2=\"14\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"14\" y1=\"32\" x2=\"50\" y2=\"32\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"question \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M53.92,10.081c12.107,12.105,12.107,31.732,0,43.838\r\n\tc-12.106,12.108-31.734,12.108-43.84,0c-12.107-12.105-12.107-31.732,0-43.838C22.186-2.027,41.813-2.027,53.92,10.081z\"/>\r\n<line stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"30\" y1=\"43\" x2=\"30\" y2=\"47\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M24,21c0-3,2-5,8-5c5,0,8,3,8,7s-6,7-6,7s-4,2-4,8v1\r\n\t\"/>\r\n</svg>\r\n</li><li title=\"remove \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"18.947\" y1=\"17.153\" x2=\"45.045\" y2=\"43.056\"/>\r\n</g>\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"19.045\" y1=\"43.153\" x2=\"44.947\" y2=\"17.056\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"right \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"27,15 44,32 \r\n\t\t27,49 \t\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"right double 31 \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"31,15 48,32 \r\n\t\t31,49 \t\"/>\r\n</g>\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"16,15 33,32 \r\n\t\t16,49 \t\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"rotate \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M33,1c7.678,0,15.354,2.929,21.212,8.787\r\n\t\tC64.91,20.484,65.841,37.248,57.003,49l-6.001,6.002\"/>\r\n</g>\r\n<g>\r\n\t<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M31,63c-7.678,0-15.354-2.929-21.212-8.787\r\n\t\tC-0.91,43.516-1.841,26.752,6.997,15l6.001-6.002\"/>\r\n</g>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"51,44 51,55 \r\n\t62,55 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"13,20 13,9 2,9 \r\n\t\"/>\r\n</svg>\r\n</li><li title=\"rotate anti \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M31,1C23.322,1,15.646,3.929,9.788,9.787\r\n\t\tC-0.91,20.484-1.841,37.248,6.997,49l6.001,6.002\"/>\r\n</g>\r\n<g>\r\n\t<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M33,63c7.678,0,15.354-2.929,21.212-8.787\r\n\t\tC64.91,43.516,65.841,26.752,57.003,15l-6.001-6.002\"/>\r\n</g>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"13,44 13,55 2,55 \r\n\t\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"51,20 51,9 62,9 \r\n\t\"/>\r\n</svg>\r\n</li><li title=\"rotate anti dashed \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<g>\r\n\t\t<g>\r\n\t\t\t<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M31,1c-0.667,0-1.333,0.022-1.998,0.066\"/>\r\n\t\t\t<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-dasharray=\"4.1705,2.0853\" d=\"M26.929,1.275\r\n\t\t\t\tC20.659,2.13,14.607,4.967,9.788,9.787C-0.91,20.484-1.841,37.248,6.997,49l3.846,3.847\"/>\r\n\t\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"11.584\" y1=\"53.588\" x2=\"12.998\" y2=\"55.002\"/>\r\n\t\t</g>\r\n\t</g>\r\n</g>\r\n<g>\r\n\t<g>\r\n\t\t<g>\r\n\t\t\t<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M33,63c0.667,0,1.333-0.022,1.998-0.066\"/>\r\n\t\t\t<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-dasharray=\"4.1705,2.0853\" d=\"M37.071,62.725\r\n\t\t\t\tc6.27-0.854,12.321-3.691,17.141-8.512C64.91,43.516,65.841,26.752,57.003,15l-3.846-3.847\"/>\r\n\t\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"52.416\" y1=\"10.412\" x2=\"51.002\" y2=\"8.998\"/>\r\n\t\t</g>\r\n\t</g>\r\n</g>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"13,44 13,55 2,55 \r\n\t\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"51,20 51,9 62,9 \r\n\t\"/>\r\n</svg>\r\n</li><li title=\"rotate dashed \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<g>\r\n\t\t<g>\r\n\t\t\t<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M33,1c0.666,0,1.333,0.022,1.998,0.066\"/>\r\n\t\t\t<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-dasharray=\"4.1705,2.0853\" d=\"M37.071,1.276\r\n\t\t\t\tc6.27,0.854,12.321,3.691,17.141,8.511C64.91,20.484,65.841,37.248,57.003,49l-3.846,3.846\"/>\r\n\t\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"52.416\" y1=\"53.588\" x2=\"51.002\" y2=\"55.002\"/>\r\n\t\t</g>\r\n\t</g>\r\n</g>\r\n<g>\r\n\t<g>\r\n\t\t<g>\r\n\t\t\t<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M31,63c-0.666,0-1.333-0.022-1.998-0.066\"/>\r\n\t\t\t<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-dasharray=\"4.1705,2.0853\" d=\"M26.929,62.724\r\n\t\t\t\tc-6.27-0.854-12.321-3.691-17.141-8.511C-0.91,43.516-1.841,26.752,6.997,15l3.846-3.846\"/>\r\n\t\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"11.584\" y1=\"10.412\" x2=\"12.998\" y2=\"8.998\"/>\r\n\t\t</g>\r\n\t</g>\r\n</g>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"51,44 51,55 \r\n\t62,55 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"13,20 13,9 2,9 \r\n\t\"/>\r\n</svg>\r\n</li><li title=\"shrink \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"1\" y1=\"63\" x2=\"23\" y2=\"41\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"12,41 23,41 \r\n\t\t23,52 \t\"/>\r\n</g>\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"63\" y1=\"63\" x2=\"41\" y2=\"41\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"41,52 41,41 \r\n\t\t52,41 \t\"/>\r\n</g>\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"63\" y1=\"1\" x2=\"41\" y2=\"23\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"52,23 41,23 \r\n\t\t41,12 \t\"/>\r\n</g>\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"1\" y1=\"1\" x2=\"23\" y2=\"23\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"23,12 23,23 \r\n\t\t12,23 \t\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"shrink diagonal1 \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"37\" y1=\"1\" x2=\"63\" y2=\"27\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"1\" y1=\"37\" x2=\"27\" y2=\"63\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"35,18 35,29 \r\n\t46,29 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"28.771,45.771 \r\n\t28.771,34.771 17.771,34.771 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"14\" y1=\"50\" x2=\"29\" y2=\"35\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"35\" y1=\"29\" x2=\"50.5\" y2=\"13.5\"/>\r\n</svg>\r\n</li><li title=\"shrink diagonal2 \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"35,18 35,29 \r\n\t46,29 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"28.771,45.771 \r\n\t28.771,34.771 17.771,34.771 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"1\" y1=\"63\" x2=\"29\" y2=\"35\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"35\" y1=\"29\" x2=\"63\" y2=\"1\"/>\r\n</svg>\r\n</li><li title=\"shrink horizonal2 \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"45,25 38,32 \r\n\t45,39 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"38\" y1=\"32\" x2=\"64\" y2=\"32\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"19,39 26,32 \r\n\t19,25 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"26\" y1=\"32\" x2=\"0\" y2=\"32\"/>\r\n</svg>\r\n</li><li title=\"shrink horizontal1 \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"5\" y1=\"0\" x2=\"5\" y2=\"64\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"59\" y1=\"0\" x2=\"59\" y2=\"64\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"45,25 38,32 \r\n\t45,39 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"38\" y1=\"32\" x2=\"59\" y2=\"32\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"19,39 26,32 \r\n\t19,25 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"26\" y1=\"32\" x2=\"5\" y2=\"32\"/>\r\n</svg>\r\n</li><li title=\"shrink vertical1 \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"64\" y1=\"5\" x2=\"0\" y2=\"5\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"64\" y1=\"59\" x2=\"0\" y2=\"59\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"25,19 32,26 \r\n\t39,19 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"26\" x2=\"32\" y2=\"5\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"39,45 32,38 \r\n\t25,45 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"38\" x2=\"32\" y2=\"59\"/>\r\n</svg>\r\n</li><li title=\"shrink vertical2 \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"25,19 32,26 \r\n\t39,19 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"26\" x2=\"32\" y2=\"0\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"39,45 32,38 \r\n\t25,45 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"38\" x2=\"32\" y2=\"64\"/>\r\n</svg>\r\n</li><li title=\"sign down \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"15,45 15,1 49,1 49,45 31.999,63 \"/>\r\n</svg>\r\n</li><li title=\"sign left \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"19,15 63,15 63,49 19,49 1,31.999 \"/>\r\n</svg>\r\n</li><li title=\"sign right \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"45,49 1,49 1,15 45,15 63,32.001 \"/>\r\n</svg>\r\n</li><li title=\"sign up \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"49,19 49,63 15,63 15,19 32.001,1 \"/>\r\n</svg>\r\n</li><li title=\"slide down1 \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"27,63 27,1 46,1 \t\"/>\r\n</g>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"18,54 27,63 \r\n\t36,54 \"/>\r\n</svg>\r\n</li><li title=\"slide down2 \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"37,63 37,1 18,1 \t\"/>\r\n</g>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"46,54 37,63 \r\n\t28,54 \"/>\r\n</svg>\r\n</li><li title=\"slide left1 \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"1,27 63,27 63,46 \t\"/>\r\n</g>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"10,18 1,27 10,36 \r\n\t\"/>\r\n</svg>\r\n</li><li title=\"slide left2 \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"1,37 63,37 63,18 \t\"/>\r\n</g>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"10,46 1,37 10,28 \r\n\t\"/>\r\n</svg>\r\n</li><li title=\"slide right1 \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"63,27 1,27 1,46 \t\"/>\r\n</g>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"54,18 63,27 \r\n\t54,36 \"/>\r\n</svg>\r\n</li><li title=\"slide right2 \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"63,37 1,37 1,18 \t\"/>\r\n</g>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"54,46 63,37 \r\n\t54,28 \"/>\r\n</svg>\r\n</li><li title=\"slide up1 \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"37,1 37,63 18,63 \t\"/>\r\n</g>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"46,10 37,1 28,10 \r\n\t\"/>\r\n</svg>\r\n</li><li title=\"slide up2 \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"27,1 27,63 46,63 \t\"/>\r\n</g>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"18,10 27,1 36,10 \r\n\t\"/>\r\n</svg>\r\n</li><li title=\"slim down \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"0\" x2=\"32\" y2=\"63\"/>\r\n</g>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"41,54 32,63 \r\n\t23,54 \"/>\r\n</svg>\r\n</li><li title=\"slim down dashed \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t\r\n\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-dasharray=\"4,2\" x1=\"32\" y1=\"0\" x2=\"32\" y2=\"55\"/>\r\n</g>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"41,54 32,63 \r\n\t23,54 \"/>\r\n</svg>\r\n</li><li title=\"slim left \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"64\" y1=\"32\" x2=\"1\" y2=\"32\"/>\r\n</g>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"10,23 1,32 10,41 \r\n\t\"/>\r\n</svg>\r\n</li><li title=\"slim left dashed \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t\r\n\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-dasharray=\"4,2\" x1=\"64\" y1=\"32\" x2=\"1\" y2=\"32\"/>\r\n</g>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"10,23 1,32 10,41 \r\n\t\"/>\r\n</svg>\r\n</li><li title=\"slim right \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"0\" y1=\"32\" x2=\"63\" y2=\"32\"/>\r\n</g>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"54,41 63,32 \r\n\t54,23 \"/>\r\n</svg>\r\n</li><li title=\"slim right dashed \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t\r\n\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-dasharray=\"4,2\" x1=\"0\" y1=\"32\" x2=\"63\" y2=\"32\"/>\r\n</g>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"54,41 63,32 \r\n\t54,23 \"/>\r\n</svg>\r\n</li><li title=\"slim up \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"64\" x2=\"32\" y2=\"1\"/>\r\n</g>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"41,10 32,1 23,10 \r\n\t\"/>\r\n</svg>\r\n</li><li title=\"slim up dashed \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t\r\n\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-dasharray=\"4,2\" x1=\"32\" y1=\"64\" x2=\"32\" y2=\"2\"/>\r\n</g>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"41,10 32,1 23,10 \r\n\t\"/>\r\n</svg>\r\n</li><li title=\"square check \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"13,33 25,45 \r\n\t\t49,21 \t\"/>\r\n</g>\r\n<rect x=\"1\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"62\" height=\"62\"/>\r\n</svg>\r\n</li><li title=\"square down \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"15,24 32,41 \r\n\t\t49,24 \t\"/>\r\n</g>\r\n<rect x=\"1\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"62\" height=\"62\"/>\r\n</svg>\r\n</li><li title=\"square downleft \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"47,41 23,41 \r\n\t\t23,17 \t\"/>\r\n</g>\r\n<rect x=\"1\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"62\" height=\"62\"/>\r\n</svg>\r\n</li><li title=\"square downright \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"41,17 41,41 \r\n\t\t17,41 \t\"/>\r\n</g>\r\n<rect x=\"1\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"62\" height=\"62\"/>\r\n</svg>\r\n</li><li title=\"square left \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"37,15 20,32 \r\n\t\t37,49 \t\"/>\r\n</g>\r\n<rect x=\"1\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"62\" height=\"62\"/>\r\n</svg>\r\n</li><li title=\"square minus \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"14\" y1=\"31\" x2=\"50\" y2=\"31\"/>\r\n</g>\r\n<rect x=\"1\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"62\" height=\"62\"/>\r\n</svg>\r\n</li><li title=\"square plus \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"50\" x2=\"32\" y2=\"14\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"14\" y1=\"32\" x2=\"50\" y2=\"32\"/>\r\n</g>\r\n<rect x=\"1\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"62\" height=\"62\"/>\r\n</svg>\r\n</li><li title=\"square remove \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"18.947\" y1=\"17.153\" x2=\"45.045\" y2=\"43.056\"/>\r\n</g>\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"19.045\" y1=\"43.153\" x2=\"44.947\" y2=\"17.056\"/>\r\n</g>\r\n<rect x=\"1\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"62\" height=\"62\"/>\r\n</svg>\r\n</li><li title=\"square right \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"27,15 44,32 \r\n\t\t27,49 \t\"/>\r\n</g>\r\n<rect x=\"1\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"62\" height=\"62\"/>\r\n</svg>\r\n</li><li title=\"square up \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"15,40 32,23 \r\n\t\t49,40 \t\"/>\r\n</g>\r\n<rect x=\"1\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"62\" height=\"62\"/>\r\n</svg>\r\n</li><li title=\"square upleft \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"23,47 23,23 \r\n\t\t47,23 \t\"/>\r\n</g>\r\n<rect x=\"1\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"62\" height=\"62\"/>\r\n</svg>\r\n</li><li title=\"square upright \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"17,23 41,23 \r\n\t\t41,47 \t\"/>\r\n</g>\r\n<rect x=\"1\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"62\" height=\"62\"/>\r\n</svg>\r\n</li><li title=\"squares \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<rect x=\"1\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"27\" height=\"27\"/>\r\n<rect x=\"36\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"27\" height=\"27\"/>\r\n<rect x=\"1\" y=\"36\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"27\" height=\"27\"/>\r\n<rect x=\"36\" y=\"36\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"27\" height=\"27\"/>\r\n</svg>\r\n</li><li title=\"stretch diagonal1 \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"63,12 63,1 52,1 \r\n\t\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"1,52 1,63 12,63 \r\n\t\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" x1=\"1\" y1=\"63\" x2=\"26\" y2=\"38\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" x1=\"38\" y1=\"26\" x2=\"63\" y2=\"1\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" x1=\"24\" y1=\"24\" x2=\"40\" y2=\"40\"/>\r\n</svg>\r\n</li><li title=\"stretch diagonal2 \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"1,12 1,1 12,1 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"63,52 63,63 \r\n\t52,63 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" x1=\"63\" y1=\"63\" x2=\"38\" y2=\"38\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" x1=\"26\" y1=\"26\" x2=\"1\" y2=\"1\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" x1=\"40\" y1=\"24\" x2=\"24\" y2=\"40\"/>\r\n</svg>\r\n</li><li title=\"stretch diagonal3 \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"63,12 63,1 52,1 \r\n\t\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"1,52 1,63 12,63 \r\n\t\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" x1=\"1\" y1=\"63\" x2=\"32\" y2=\"32\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"32\" x2=\"63\" y2=\"1\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" x1=\"1\" y1=\"1\" x2=\"63\" y2=\"63\"/>\r\n</svg>\r\n</li><li title=\"stretch diagonal4 \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"1,12 1,1 12,1 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"63,52 63,63 \r\n\t52,63 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" x1=\"63\" y1=\"63\" x2=\"32\" y2=\"32\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"32\" x2=\"1\" y2=\"1\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" x1=\"63\" y1=\"1\" x2=\"1\" y2=\"63\"/>\r\n</svg>\r\n</li><li title=\"stretch horizontal1 \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"55,40 63,32 \r\n\t55,24 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"9,24 1,32 9,40 \r\n\t\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"2,32 11.677,32 26,32 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"38,32 41.677,32 62,32 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"21\" x2=\"32\" y2=\"43\"/>\r\n</svg>\r\n</li><li title=\"stretch horizontal2 \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"55,40 63,32 \r\n\t55,24 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"9,24 1,32 9,40 \r\n\t\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"2,32 11.677,32 32,32 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"32,32 41.677,32 62,32 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"0\" x2=\"32\" y2=\"64\"/>\r\n</svg>\r\n</li><li title=\"stretch vertical1 \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"40,9 32,1 24,9 \r\n\t\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"24,55 32,63 \r\n\t40,55 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"32,62 32,52.323 32,38 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"32,26 32,22.323 32,2 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"21\" y1=\"32\" x2=\"43\" y2=\"32\"/>\r\n</svg>\r\n</li><li title=\"stretch vertical2 \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"40,9 32,1 24,9 \r\n\t\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"24,55 32,63 \r\n\t40,55 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"32,62 32,52.323 32,32 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"32,32 32,22.323 32,2 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"0\" y1=\"32\" x2=\"64\" y2=\"32\"/>\r\n</svg>\r\n</li><li title=\"switch horizontal \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"54.083,51 \r\n\t63.083,42 54.083,33 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"63\" y1=\"42\" x2=\"9\" y2=\"42\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"10.083,13 \r\n\t1.083,22 10.083,31 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"1\" y1=\"22\" x2=\"55\" y2=\"22\"/>\r\n</svg>\r\n</li><li title=\"switch vertical \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"51.083,10 \r\n\t42.083,1 33.083,10 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"42.083\" y1=\"1\" x2=\"42\" y2=\"55\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"13.083,54 \r\n\t22.083,63 31.083,54 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"22.083\" y1=\"63\" x2=\"22\" y2=\"9\"/>\r\n</svg>\r\n</li><li title=\"up \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"15,40 32,23 \r\n\t\t49,40 \t\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"up double \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"15,32.936 \r\n\t\t32,15.936 49,32.936 \t\"/>\r\n</g>\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"15,47.936 \r\n\t\t32,30.936 49,47.936 \t\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"upright \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"17,23 41,23 \r\n\t\t41,47 \t\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"vertical \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"39,8 32,1 25,8 \r\n\t\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"25,56 32,63 \r\n\t39,56 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"32,63 32,43 32,1 \"/>\r\n</svg>\r\n</li><li class='heading'>basic</li><li title=\"accelerator \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M32.001,0.887c17.184,0,31.113,13.929,31.112,31.113\r\n\tC63.114,49.185,49.184,63.115,32,63.113C14.815,63.114,0.887,49.185,0.888,32.001C0.885,14.816,14.815,0.887,32.001,0.887z\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M10,32c0-5.63,2.148-11.26,6.444-15.556\r\n\tc8.591-8.593,22.521-8.593,31.112,0C51.852,20.74,54,26.37,54,32\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"24\" y1=\"26\" x2=\"30.333\" y2=\"33.333\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"35\" r=\"2\"/>\r\n</svg>\r\n</li><li title=\"alarm \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"32\" r=\"26\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"32,20 32,32 40,36 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"21.995\" y1=\"56.005\" x2=\"15\" y2=\"63\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"49\" y1=\"63\" x2=\"42.005\" y2=\"56.005\"/>\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"1,8 5,4 15,6 3,18 \"/>\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"59,4 63,8 61,18 49,6 \"/>\r\n</svg>\r\n</li><li title=\"anchor \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"13\" x2=\"32\" y2=\"63\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"19,50 9,47 6,57 \r\n\t\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"45,50 55,47 \r\n\t59,57 \"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" d=\"M54.752,47\r\n\tC51.555,56.301,42.576,63,32,63c-10.575,0-19.553-6.698-22.751-15.998\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" x1=\"23\" y1=\"17\" x2=\"41\" y2=\"17\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"7\" r=\"6\"/>\r\n</svg>\r\n</li><li title=\"anticlockwise \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"32,12 32,32 41,41 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"4\" y1=\"32\" x2=\"8\" y2=\"32\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"56\" y1=\"32\" x2=\"60\" y2=\"32\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"60\" x2=\"32\" y2=\"56\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"8\" x2=\"32\" y2=\"4\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M32,63C14.879,63,1,49.121,1,32S14.879,1,32,1\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M32,63c17.121,0,31-13.879,31-31\r\n\tc0-6.713-2.134-12.926-5.759-18l-5.62-5.621\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"51,19 51,8 62,8 \r\n\t\"/>\r\n</svg>\r\n</li><li title=\"archive \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"5,41 11,1 53,1 59,41 \"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M21,41c0,6.075,4.925,11,11,11s11-4.925,11-11h16v22\r\n\tH5V41H21z\"/>\r\n</svg>\r\n</li><li title=\"archive full \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"5,41 11,1 53,1 59,41 \"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M21,41c0,6.075,4.925,11,11,11s11-4.925,11-11h16v22\r\n\tH5V41H21z\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"12\" y1=\"31\" x2=\"52\" y2=\"31\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"14\" y1=\"21\" x2=\"50\" y2=\"21\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"16\" y1=\"11\" x2=\"48\" y2=\"11\"/>\r\n</svg>\r\n</li><li title=\"ban \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M53.919,10.08c12.108,12.106,12.108,31.733,0,43.84\r\n\tc-12.105,12.107-31.732,12.107-43.838,0c-12.108-12.106-12.108-31.733,0-43.84C22.187-2.027,41.813-2.027,53.919,10.08z\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"10.08\" y1=\"10.08\" x2=\"53.92\" y2=\"53.92\"/>\r\n</svg>\r\n</li><li title=\"battery charge \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<rect x=\"1\" y=\"21\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"58\" height=\"24\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"59,27 63,27 63,39 59,39 \t\"/>\r\n\t<rect x=\"5\" y=\"25\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"50\" height=\"16\"/>\r\n</g>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"22,33 29,30 29,36 36,33 \"/>\r\n</svg>\r\n</li><li title=\"battery empty \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<rect x=\"1\" y=\"21\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"58\" height=\"24\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"59,27 63,27 63,39 59,39 \t\"/>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"18,41 5,41 5,25 14,25 \t\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"battery full \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<rect x=\"1\" y=\"21\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"58\" height=\"24\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"59,27 63,27 63,39 59,39 \t\"/>\r\n\t<rect x=\"5\" y=\"25\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"50\" height=\"16\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"battery half \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<rect x=\"1\" y=\"21\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"58\" height=\"24\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"59,27 63,27 63,39 59,39 \t\"/>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"33,41 5,41 5,25 29,25 \t\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"bolt \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"40,1 17,37 31,37 \r\n\t24,63 50,27 36,27 \"/>\r\n</svg>\r\n</li><li title=\"book \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<rect x=\"7\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"46\" height=\"62\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"15\" y1=\"63\" x2=\"15\" y2=\"2\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"20\" y1=\"15\" x2=\"48\" y2=\"15\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"20\" y1=\"21\" x2=\"48\" y2=\"21\"/>\r\n</svg>\r\n</li><li title=\"book pen \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<rect x=\"1\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"46\" height=\"62\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"9\" y1=\"63\" x2=\"9\" y2=\"2\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"14\" y1=\"15\" x2=\"42\" y2=\"15\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"14\" y1=\"21\" x2=\"42\" y2=\"21\"/>\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"63,3 63,53 59,61 55,53 55,3 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"55,7 51,7 51,17 \"/>\r\n</svg>\r\n</li><li title=\"book pencil \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<rect x=\"1\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"46\" height=\"62\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"9\" y1=\"63\" x2=\"9\" y2=\"2\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"14\" y1=\"15\" x2=\"42\" y2=\"15\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"14\" y1=\"21\" x2=\"42\" y2=\"21\"/>\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"55,1 55,54 59,62 63,54 63,1 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"55\" y1=\"11\" x2=\"63\" y2=\"11\"/>\r\n</svg>\r\n</li><li title=\"bookmark \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"18,1 46,1 46,62 32,48 18,62 \"/>\r\n</svg>\r\n</li><li title=\"calculator \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<rect x=\"1\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"62\" height=\"62\"/>\r\n</g>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"18\" y1=\"8\" x2=\"18\" y2=\"28\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"28\" y1=\"18\" x2=\"8\" y2=\"18\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"56\" y1=\"18\" x2=\"36\" y2=\"18\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"10\" y1=\"54\" x2=\"26\" y2=\"38\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"10\" y1=\"38\" x2=\"26\" y2=\"54\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"36\" y1=\"43\" x2=\"56\" y2=\"43\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"36\" y1=\"49\" x2=\"56\" y2=\"49\"/>\r\n</svg>\r\n</li><li title=\"calendar \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"46\" y1=\"10\" x2=\"18\" y2=\"10\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"12,10 1,10 1,58 63,58 63,10 52,10 \t\"/>\r\n\t<rect x=\"12\" y=\"6\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"6\" height=\"8\"/>\r\n\t<rect x=\"46\" y=\"6\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"6\" height=\"8\"/>\r\n\t<rect x=\"10\" y=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"10\" height=\"10\"/>\r\n\t<rect x=\"10\" y=\"42\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"10\" height=\"10\"/>\r\n\t<rect x=\"44\" y=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"10\" height=\"10\"/>\r\n\t<rect x=\"44\" y=\"42\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"10\" height=\"10\"/>\r\n\t<rect x=\"27\" y=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"10\" height=\"10\"/>\r\n\t<rect x=\"27\" y=\"42\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"10\" height=\"10\"/>\r\n</g>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"1\" y1=\"18\" x2=\"63\" y2=\"18\"/>\r\n</svg>\r\n</li><li title=\"cards diamonds \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"44,59 16,45 36,5 63,19 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"31.899,14.004 28,6 1,20 19,59 32,52.964 \r\n\t\"/>\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"35,41 46,36 45,24 34,29 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"38\" y1=\"9\" x2=\"37\" y2=\"11\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"7\" y1=\"23\" x2=\"6\" y2=\"21\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"43\" y1=\"53\" x2=\"42\" y2=\"55\"/>\r\n</svg>\r\n</li><li title=\"cards hearts \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"44,59 16,45 36,5 63,19 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"31.899,14.004 28,6 1,20 19,59 32,52.964 \r\n\t\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"38\" y1=\"9\" x2=\"37\" y2=\"11\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"7\" y1=\"23\" x2=\"6\" y2=\"21\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"43\" y1=\"53\" x2=\"42\" y2=\"55\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M33,25c-2.848,5.281,3,15,3,15s11.151,0.28,14-5\r\n\tc1.18-2.188,1.377-5.718-1-7c-2.188-1.18-5.82-1.188-7,1c1.18-2.188,0.188-4.82-2-6C37.624,21.718,34.181,22.813,33,25z\"/>\r\n</svg>\r\n</li><li title=\"case \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<rect x=\"1\" y=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"62\" height=\"36\"/>\r\n</g>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"1\" y1=\"30\" x2=\"63\" y2=\"30\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"27,30 27,36 37,36 37,30 \"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M23,18c0,0,0-8,9-8s9,8,9,8\"/>\r\n</svg>\r\n</li><li title=\"chronometer \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M51.799,15.202\r\n\t\tc10.936,10.933,10.936,28.662,0,39.595c-10.935,10.938-28.664,10.938-39.598,0c-10.935-10.933-10.935-28.662,0-39.595\r\n\t\tC23.135,4.266,40.864,4.266,51.799,15.202z\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"32,7 32,1 38,1 \t\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"26\" y1=\"1\" x2=\"32\" y2=\"1\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"63\" x2=\"32\" y2=\"59\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"11\" x2=\"32\" y2=\"7\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"4\" y1=\"35\" x2=\"8\" y2=\"35\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"56\" y1=\"35\" x2=\"60\" y2=\"35\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"14.564\" y1=\"17.565\" x2=\"17.394\" y2=\"20.394\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"46.606\" y1=\"49.606\" x2=\"49.436\" y2=\"52.436\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"49.436\" y1=\"17.565\" x2=\"46.607\" y2=\"20.394\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"17.395\" y1=\"49.606\" x2=\"14.564\" y2=\"52.436\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"21\" x2=\"32\" y2=\"33\"/>\r\n\t<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"35\" r=\"3\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"clessidre \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<rect x=\"14\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"36\" height=\"4\"/>\r\n<rect x=\"14\" y=\"59\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"36\" height=\"4\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M18,59c0,0,0-8,0-14s29-19,29-25c0-2,0-15,0-15\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M47,59c0,0,0-8,0-14S18,26,18,20c0-2,0-15,0-15\"/>\r\n</svg>\r\n</li><li title=\"clock \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M53.92,10.081\r\n\t\tc12.107,12.105,12.107,31.732,0,43.838c-12.106,12.108-31.734,12.108-43.84,0c-12.107-12.105-12.107-31.732,0-43.838\r\n\t\tC22.186-2.027,41.813-2.027,53.92,10.081z\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"32,12 32,32 41,41 \t\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"4\" y1=\"32\" x2=\"8\" y2=\"32\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"56\" y1=\"32\" x2=\"60\" y2=\"32\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"60\" x2=\"32\" y2=\"56\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"8\" x2=\"32\" y2=\"4\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"clockwise \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"32,12 32,32 41,41 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"4\" y1=\"32\" x2=\"8\" y2=\"32\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"56\" y1=\"32\" x2=\"60\" y2=\"32\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"60\" x2=\"32\" y2=\"56\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"8\" x2=\"32\" y2=\"4\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M32,63c17.121,0,31-13.879,31-31S49.121,1,32,1\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M32,63C14.879,63,1,49.121,1,32\r\n\tc0-6.713,2.134-12.926,5.759-18l5.62-5.621\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"13,19 13,8 2,8 \r\n\t\"/>\r\n</svg>\r\n</li><li title=\"cloud \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M41,50h14c4.565,0,8-3.582,8-8s-3.435-8-8-8\r\n\tc0-11.046-9.52-20-20.934-20C23.966,14,14.8,20.732,13,30c0,0-0.831,0-1.667,0C5.626,30,1,34.477,1,40s4.293,10,10,10H41\"/>\r\n</svg>\r\n</li><li title=\"clubs \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M30,38v6c0,0,0,19-7,19h9\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M32,63h9c-7,0-7-19-7-19v-6\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" d=\"M34,38\r\n\tc0,7.457,8.044,12.125,15.5,12.125c7.455,0,13.5-6.043,13.5-13.5s-6.045-13.5-13.5-13.5c-2.678,0-5.168,0.789-7.267,2.135\r\n\tc1.995-2.345,3.204-5.378,3.204-8.697c0-7.422-6.017-13.438-13.438-13.438S18.562,9.141,18.562,16.562\r\n\tc0,3.32,1.21,6.353,3.205,8.697c-2.1-1.345-4.59-2.135-7.268-2.135c-7.456,0-13.5,6.043-13.5,13.5s6.044,13.5,13.5,13.5\r\n\tC21.955,50.125,30,45.457,30,38\"/>\r\n</svg>\r\n</li><li title=\"compass \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"35\" r=\"28.292\"/>\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"37,40 45,21 26,29 \r\n\t19,47 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"26\" y1=\"29\" x2=\"37\" y2=\"40\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M36.9,7C36.965,6.677,37,6.342,37,6\r\n\tc0-2.761-2.239-5-5-5s-5,2.239-5,5c0,0.342,0.035,0.677,0.1,1\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"7\" x2=\"32\" y2=\"12\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"58\" x2=\"32\" y2=\"63\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"60\" y1=\"35\" x2=\"55\" y2=\"35\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"9\" y1=\"35\" x2=\"4\" y2=\"35\"/>\r\n</svg>\r\n</li><li title=\"cup \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M16,27c0,4.418,6.059,8,16,8s16-3.582,16-8V1H16V27z\r\n\t\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"20\" y1=\"63\" x2=\"44\" y2=\"63\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"35\" x2=\"32\" y2=\"63\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M16,7H7c0,0,0,9,9,9\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M48,7h9c0,0,0,9-9,9\"/>\r\n</svg>\r\n</li><li title=\"diamonds \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"33,63 56,32 33,1 10,32 \"/>\r\n</svg>\r\n</li><li title=\"display \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<rect x=\"1\" y=\"10\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"62\" height=\"41\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"22\" y1=\"63\" x2=\"42\" y2=\"63\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"63\" x2=\"32\" y2=\"51\"/>\r\n</g>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"1\" y1=\"43\" x2=\"64\" y2=\"43\"/>\r\n</svg>\r\n</li><li title=\"download \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"40,50 32,58 \r\n\t24,50 \"/>\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"58\" x2=\"32\" y2=\"26\"/>\r\n</g>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"24,42 1,42 1,6 63,6 63,42 40,42 \"/>\r\n</svg>\r\n</li><li title=\"exclamation \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M53.92,10.081c12.107,12.105,12.107,31.732,0,43.838\r\n\tc-12.106,12.108-31.734,12.108-43.84,0c-12.107-12.105-12.107-31.732,0-43.838C22.186-2.027,41.813-2.027,53.92,10.081z\"/>\r\n<line stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"17\" x2=\"32\" y2=\"39\"/>\r\n<line stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"43\" x2=\"32\" y2=\"47\"/>\r\n</svg>\r\n</li><li title=\"eye \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M1,32c0,0,11,15,31,15s31-15,31-15S52,17,32,17\r\n\tS1,32,1,32z\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"32\" r=\"7\"/>\r\n</svg>\r\n</li><li title=\"eye closed \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M1,32c0,0,11,15,31,15s31-15,31-15S52,17,32,17\r\n\tS1,32,1,32z\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"32\" r=\"7\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"9\" y1=\"55\" x2=\"55\" y2=\"9\"/>\r\n</svg>\r\n</li><li title=\"female \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"39\" cy=\"25\" r=\"24\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"1\" y1=\"63\" x2=\"22\" y2=\"42\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"1\" y1=\"46\" x2=\"18\" y2=\"63\"/>\r\n</svg>\r\n</li><li title=\"flag1 \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"12\" y1=\"0\" x2=\"12\" y2=\"64\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"12,6 53,6 47,18 53,30 12,30 \"/>\r\n</svg>\r\n</li><li title=\"flag2 \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"7\" y1=\"0\" x2=\"7\" y2=\"64\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"32.062,6 26,11 26,35 57,35 51,23 57,11 \r\n\t26,11 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"26,30 7,30 7,6 32,6 32,11 \"/>\r\n</svg>\r\n</li><li title=\"floppydisk \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"63,63 1,63 1,1 51,1 63,13 \t\"/>\r\n</g>\r\n<rect x=\"7\" y=\"31\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"50\" height=\"32\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"14\" y1=\"39\" x2=\"50\" y2=\"39\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"14\" y1=\"47\" x2=\"50\" y2=\"47\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"14\" y1=\"55\" x2=\"50\" y2=\"55\"/>\r\n<rect x=\"15\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"34\" height=\"19\"/>\r\n<rect x=\"38\" y=\"5\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"5\" height=\"11\"/>\r\n</svg>\r\n</li><li title=\"folder \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"63,18 63,54 1,54 1,10 22,10 30,18 \"/>\r\n</svg>\r\n</li><li title=\"folder multiple \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"56,22 56,54 1,54 1,15 19.629,15 26.726,22 \r\n\t\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"8,13 8,7 26.629,7 33.726,14 63,14 63,46 \r\n\t58,46 \"/>\r\n</svg>\r\n</li><li title=\"gear \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"32,1 26,1 26,10 20,12 14,6 6,14 12,20 \r\n\t\t10,26 1,26 1,38 10,38 12,44 6,50 14,58 20,52 26,54 26,63 32,63 38,63 38,54 44,52 50,58 58,50 52,44 54,38 63,38 63,26 54,26 \r\n\t\t52,20 58,14 50,6 44,12 38,10 38,1 \t\"/>\r\n\t<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"32\" r=\"6\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"geolocalize 01 \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"22\" r=\"6\"/>\r\n\t<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M53,22.735C52.948,10.73,43.599,1,32,1\r\n\t\ts-21,9.73-21,21.735C11,38.271,31.965,63,31.965,63S53.069,38.271,53,22.735z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"geolocalize 05 \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"19.001\" r=\"4\"/>\r\n\t<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M45,21.023C44.968,13.276,39.181,7,32,7\r\n\t\ts-13,6.276-13,14.023C19,31.046,31.979,47,31.979,47S45.043,31.046,45,21.023z\"/>\r\n</g>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"21,37 12,37 1,57 32,57 63,57 52,37 43,37 \r\n\t\"/>\r\n</svg>\r\n</li><li title=\"globe \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M32,1c14.359,0,27,12.641,27,27S46.359,55,32,55\r\n\tc-10,0-13-4-13-4\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"28\" r=\"20\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"54\" x2=\"32\" y2=\"64\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"22\" y1=\"63\" x2=\"42\" y2=\"63\"/>\r\n</svg>\r\n</li><li title=\"gunsight \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"48\" x2=\"32\" y2=\"64\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"0\" x2=\"32\" y2=\"16\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"16\" y1=\"32\" x2=\"0\" y2=\"32\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"64\" y1=\"32\" x2=\"48\" y2=\"32\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"32\" r=\"24\"/>\r\n</svg>\r\n</li><li title=\"hammer \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"22\" y1=\"20\" x2=\"41\" y2=\"39\"/>\r\n<rect x=\"46.257\" y=\"35.065\" transform=\"matrix(-0.7071 0.7071 -0.7071 -0.7071 120.5036 47.0858)\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"8.485\" height=\"26.87\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M1,19L17,3c6,6,13,1,13,1l4,4L12,30L1,19z\"/>\r\n</svg>\r\n</li><li title=\"headset \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M11,48C5.477,48,1,43.523,1,38s4.477-10,10-10h2v20\r\n\tH11z\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M53,28c5.523,0,10,4.477,10,10s-4.477,10-10,10h-2\r\n\tV28H53z\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M13,31v-9c0,0,0-16,19-16s19,16,19,16v6\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"51,48 51,53 36,59 28,59 28,55 36,55 \r\n\t36,58 \"/>\r\n</svg>\r\n</li><li title=\"heart \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M1,21c0,20,31,38,31,38s31-18,31-38\r\n\tc0-8.285-6-16-15-16c-8.285,0-16,5.715-16,14c0-8.285-7.715-14-16-14C7,5,1,12.715,1,21z\"/>\r\n</svg>\r\n</li><li title=\"heart broken \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M1,21c0,20,31,38,31,38s31-18,31-38\r\n\tc0-8.285-6-16-15-16c-8.285,0-16,5.715-16,14c0-8.285-7.715-14-16-14C7,5,1,12.715,1,21z\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"29,57 36,50 30,44 36,38 30,32 38,24 \r\n\t32,19 32,17 \"/>\r\n</svg>\r\n</li><li title=\"helm \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"40\" x2=\"32\" y2=\"64\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"0\" x2=\"32\" y2=\"24\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"38\" y1=\"37\" x2=\"59\" y2=\"54\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"5\" y1=\"10\" x2=\"26\" y2=\"27\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"38\" y1=\"27\" x2=\"59\" y2=\"11\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"5\" y1=\"53\" x2=\"26\" y2=\"37\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"32\" r=\"8\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"32\" r=\"24\"/>\r\n</svg>\r\n</li><li title=\"home \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"32,3 2,33 11,33 11,63 23,63 23,47 39,47 \r\n\t39,63 51,63 51,33 62,33 \"/>\r\n</svg>\r\n</li><li title=\"info \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M53.92,10.081c12.107,12.105,12.107,31.732,0,43.838\r\n\tc-12.106,12.108-31.734,12.108-43.84,0c-12.107-12.105-12.107-31.732,0-43.838C22.186-2.027,41.813-2.027,53.92,10.081z\"/>\r\n<line stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"47\" x2=\"32\" y2=\"25\"/>\r\n<line stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"21\" x2=\"32\" y2=\"17\"/>\r\n</svg>\r\n</li><li title=\"ipod \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<rect x=\"16\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"32\" height=\"62\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"16\" y1=\"36\" x2=\"48\" y2=\"36\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"16\" y1=\"5\" x2=\"48\" y2=\"5\"/>\r\n\t\r\n\t\t<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" cx=\"31.5\" cy=\"49.5\" r=\"9.5\"/>\r\n\t\r\n\t\t<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" cx=\"31.5\" cy=\"49.5\" r=\"2.5\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"joypad \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M50,27H14C6.82,27,1,32.82,1,40s5.82,13,13,13\r\n\tc4.6,0,8.632-2.396,10.943-6h14.113C41.368,50.604,45.4,53,50,53c7.18,0,13-5.82,13-13S57.18,27,50,27z\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" x1=\"14\" y1=\"32\" x2=\"14\" y2=\"48\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" x1=\"22\" y1=\"40\" x2=\"6\" y2=\"40\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" cx=\"50\" cy=\"39.99\" r=\"7\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" x1=\"50\" y1=\"33\" x2=\"50\" y2=\"47\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" x1=\"57\" y1=\"40\" x2=\"43\" y2=\"40\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"32,27 32,21 46,21 46,14 36,14 36,11 \"/>\r\n</svg>\r\n</li><li title=\"key \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"51\" cy=\"32\" r=\"12\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"0\" y1=\"32\" x2=\"38\" y2=\"32\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"6\" y1=\"32\" x2=\"6\" y2=\"42\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"14\" y1=\"32\" x2=\"14\" y2=\"38\"/>\r\n</svg>\r\n</li><li title=\"keyboard \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<rect x=\"1\" y=\"22\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"62\" height=\"30\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"7,22 7,14 21,14 21,7 11,7 11,4 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"4\" y1=\"29\" x2=\"8\" y2=\"29\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"10\" y1=\"29\" x2=\"14\" y2=\"29\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"16\" y1=\"29\" x2=\"20\" y2=\"29\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"22\" y1=\"29\" x2=\"26\" y2=\"29\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"28\" y1=\"29\" x2=\"32\" y2=\"29\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"34\" y1=\"29\" x2=\"38\" y2=\"29\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"40\" y1=\"29\" x2=\"44\" y2=\"29\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"46\" y1=\"29\" x2=\"50\" y2=\"29\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"52\" y1=\"29\" x2=\"56\" y2=\"29\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"4\" y1=\"45\" x2=\"8\" y2=\"45\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"10\" y1=\"45\" x2=\"14\" y2=\"45\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"16\" y1=\"45\" x2=\"42\" y2=\"45\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"50\" y1=\"45\" x2=\"54\" y2=\"45\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"56\" y1=\"45\" x2=\"60\" y2=\"45\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"44\" y1=\"45\" x2=\"48\" y2=\"45\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"8\" y1=\"37\" x2=\"12\" y2=\"37\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"14\" y1=\"37\" x2=\"18\" y2=\"37\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"20\" y1=\"37\" x2=\"24\" y2=\"37\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"26\" y1=\"37\" x2=\"30\" y2=\"37\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"37\" x2=\"36\" y2=\"37\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"38\" y1=\"37\" x2=\"42\" y2=\"37\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"44\" y1=\"37\" x2=\"48\" y2=\"37\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"50\" y1=\"37\" x2=\"54\" y2=\"37\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"56\" y1=\"37\" x2=\"60\" y2=\"37\"/>\r\n</svg>\r\n</li><li title=\"laptop \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<rect x=\"8\" y=\"12\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"48\" height=\"34\"/>\r\n\t<rect x=\"1\" y=\"46\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"62\" height=\"6\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"34\" y1=\"16\" x2=\"30\" y2=\"16\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"life buoy \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"32\" r=\"31\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"32\" r=\"15\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"26\" y1=\"18\" x2=\"26\" y2=\"1\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"38\" y1=\"18\" x2=\"38\" y2=\"1\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"26\" y1=\"63\" x2=\"26\" y2=\"46\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"38\" y1=\"63\" x2=\"38\" y2=\"46\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"46\" y1=\"26\" x2=\"63\" y2=\"26\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"46\" y1=\"38\" x2=\"63\" y2=\"38\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"1\" y1=\"26\" x2=\"18\" y2=\"26\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"1\" y1=\"38\" x2=\"18\" y2=\"38\"/>\r\n</svg>\r\n</li><li title=\"lightbulb \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M21,40v5h22l0.001-5.107C49,36.195,53,29.564,53,22\r\n\tc0-11.598-9.402-21-21-21s-21,9.402-21,21C11,29.565,14.998,36.304,21,40z\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"28\" y1=\"45\" x2=\"25\" y2=\"25\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"36\" y1=\"45\" x2=\"39\" y2=\"25\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"25,26 29,29 32,26 35,29 39,26 \"/>\r\n<rect x=\"21\" y=\"45\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"22\" height=\"6\"/>\r\n<rect x=\"23\" y=\"51\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"18\" height=\"6\"/>\r\n<rect x=\"25\" y=\"57\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"14\" height=\"6\"/>\r\n</svg>\r\n</li><li title=\"link \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M37.004,32.166c1.224,0.533,2.576,0.829,3.997,0.828\r\n\tc3.271-0.003,6.175-1.576,7.998-4.006L60.99,16.98c1.255-1.673,1.998-3.751,1.996-6.002c-0.003-5.522-4.484-9.997-10.007-9.993\r\n\tc-2.251,0.002-4.327,0.747-5.999,2.004L33.989,15.998c-1.768,1.805-2.997,4.277-2.996,7.003c0.001,1.424,0.3,2.778,0.837,4.003\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M37.004,32.166\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M31.831,27.004c0.053,0.121,0.107,0.24,0.166,0.358\"\r\n\t/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M26.997,31.836c-1.225-0.535-2.577-0.831-3.998-0.83\r\n\tc-2.251,0.002-4.328,0.747-5.999,2.004L4.01,46.02c-1.768,1.804-2.997,4.276-2.995,7.002c0.003,5.522,4.484,9.997,10.007,9.993\r\n\tc3.271-0.003,6.174-1.576,7.997-4.006L31.01,47.001c1.255-1.673,1.998-3.751,1.996-6.002c-0.001-1.422-0.299-2.774-0.835-3.998\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"23.006\" y1=\"41.006\" x2=\"40.994\" y2=\"22.994\"/>\r\n</svg>\r\n</li><li title=\"lock \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<rect x=\"8\" y=\"33\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"48\" height=\"30\"/>\r\n\t<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M16,33V17c0-8.837,7.163-16,16-16s16,7.163,16,16\r\n\t\tv16\"/>\r\n\t<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"47\" r=\"4\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"51\" x2=\"32\" y2=\"55\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"lock open \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<rect x=\"8\" y=\"33\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"48\" height=\"30\"/>\r\n\t<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M16,33V17c0-8.837,7.163-16,16-16s16,7.163,16,16v3\r\n\t\t\"/>\r\n\t<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"47\" r=\"4\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"51\" x2=\"32\" y2=\"55\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"magic mouse \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M48,17c0-8.836-7.164-16-16-16S16,8.164,16,17v30\r\n\tc0,8.836,7.164,16,16,16s16-7.164,16-16V17z\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"10\" x2=\"32\" y2=\"18\"/>\r\n</svg>\r\n</li><li title=\"magnifier \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"21\" cy=\"21\" r=\"20\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"35\" y1=\"35\" x2=\"41\" y2=\"41\"/>\r\n\t\r\n\t\t<rect x=\"46.257\" y=\"37.065\" transform=\"matrix(-0.7071 0.7071 -0.7071 -0.7071 121.9178 50.5)\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"8.485\" height=\"26.87\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"magnifier minus \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"12\" y1=\"21\" x2=\"30\" y2=\"21\"/>\r\n</g>\r\n<g>\r\n\t<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"21\" cy=\"21\" r=\"20\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"35\" y1=\"35\" x2=\"41\" y2=\"41\"/>\r\n\t\r\n\t\t<rect x=\"46.257\" y=\"37.065\" transform=\"matrix(-0.7071 0.7071 -0.7071 -0.7071 121.9178 50.5)\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"8.485\" height=\"26.87\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"magnifier plus \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"12\" y1=\"21\" x2=\"30\" y2=\"21\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"21\" y1=\"12\" x2=\"21\" y2=\"30\"/>\r\n</g>\r\n<g>\r\n\t<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"21\" cy=\"21\" r=\"20\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"35\" y1=\"35\" x2=\"41\" y2=\"41\"/>\r\n\t\r\n\t\t<rect x=\"46.257\" y=\"37.065\" transform=\"matrix(-0.7071 0.7071 -0.7071 -0.7071 121.9178 50.5)\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"8.485\" height=\"26.87\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"mail \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<rect x=\"1\" y=\"13\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"62\" height=\"37\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"1,13 32,33 63,13 \t\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"mail multiple \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<rect x=\"1\" y=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"52\" height=\"32\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"9.887,16 9.887,9 63,9 63,41 55,41 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"0.887,18 27,33.062 53,18 \"/>\r\n</svg>\r\n</li><li title=\"mail open \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"1,26 32,45.434 63,26 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"11.334,21.667 1,26 1,63 63,63 63,26 \r\n\t\t63,26 52.666,21.667 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"11,32 11,1 53,1 53,32 \t\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"mail open text \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"36\" y1=\"9\" x2=\"45\" y2=\"9\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"19\" y1=\"17\" x2=\"45\" y2=\"17\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"19\" y1=\"25\" x2=\"45\" y2=\"25\"/>\r\n\t<g>\r\n\t\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"1,26 32,45.434 63,26 \t\t\"/>\r\n\t\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"11.334,21.667 1,26 1,63 63,63 63,26 \r\n\t\t\t63,26 52.666,21.667 \t\t\"/>\r\n\t\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"11,32 11,1 53,1 53,32 \t\t\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"male \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"25\" cy=\"39\" r=\"24\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"63\" y1=\"1\" x2=\"42\" y2=\"22\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"45,1 63,1 63,19 \r\n\t\"/>\r\n</svg>\r\n</li><li title=\"map \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"1,59 22,51 42,59 63,51 63,5 42,13 22,5 \r\n\t\t1,13 \t\"/>\r\n\t<g>\r\n\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"22\" y1=\"5\" x2=\"22\" y2=\"51\"/>\r\n\t</g>\r\n\t<g>\r\n\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"42\" y1=\"13\" x2=\"42\" y2=\"59\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"message \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"32,47 63,47 63,5 1,5 1,47 18,47 18,59 \"/>\r\n</svg>\r\n</li><li title=\"message multiple \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"26,49.042 54.963,49.042 54.963,11.042 \r\n\t1,11.042 1,49.042 14,49.042 14,59.486 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"57,41.042 62.963,41.042 62.963,3.042 \r\n\t9,3.042 9,9 \"/>\r\n</svg>\r\n</li><li title=\"message txt \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"10\" y1=\"16\" x2=\"54\" y2=\"16\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"10\" y1=\"26\" x2=\"54\" y2=\"26\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"10\" y1=\"36\" x2=\"54\" y2=\"36\"/>\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"32,47 63,47 63,5 1,5 1,47 18,47 18,59 \"/>\r\n</svg>\r\n</li><li title=\"mixer2 \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"12\" y1=\"19\" x2=\"12\" y2=\"64\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"52\" y1=\"0\" x2=\"52\" y2=\"45\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"38\" x2=\"32\" y2=\"64\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"0\" x2=\"32\" y2=\"26\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"12\" cy=\"13\" r=\"6\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"52\" cy=\"51\" r=\"6\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"32\" r=\"6\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"12\" y1=\"0\" x2=\"12\" y2=\"7\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"52\" y1=\"57\" x2=\"52\" y2=\"64\"/>\r\n</svg>\r\n</li><li title=\"mouse \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M48,17c0-8.836-7.164-16-16-16S16,8.164,16,17v30\r\n\tc0,8.836,7.164,16,16,16s16-7.164,16-16V17z\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"1\" x2=\"32\" y2=\"21\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"16\" y1=\"21\" x2=\"48\" y2=\"21\"/>\r\n</svg>\r\n</li><li title=\"notebook \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<rect x=\"11\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"42\" height=\"62\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"41\" y1=\"1\" x2=\"41\" y2=\"62\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"15\" y1=\"16\" x2=\"7\" y2=\"16\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"15\" y1=\"8\" x2=\"7\" y2=\"8\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"15\" y1=\"24\" x2=\"7\" y2=\"24\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"15\" y1=\"32\" x2=\"7\" y2=\"32\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"15\" y1=\"40\" x2=\"7\" y2=\"40\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"15\" y1=\"48\" x2=\"7\" y2=\"48\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"15\" y1=\"56\" x2=\"7\" y2=\"56\"/>\r\n</svg>\r\n</li><li title=\"notebook pen \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"63,3 63,53 59,61 55,53 55,3 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"55,7 51,7 51,17 \"/>\r\n<rect x=\"4\" y=\"3\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"40\" height=\"58\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"34\" y1=\"3\" x2=\"34\" y2=\"60\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"8\" y1=\"16\" x2=\"0\" y2=\"16\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"8\" y1=\"8\" x2=\"0\" y2=\"8\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"8\" y1=\"24\" x2=\"0\" y2=\"24\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"8\" y1=\"32\" x2=\"0\" y2=\"32\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"8\" y1=\"40\" x2=\"0\" y2=\"40\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"8\" y1=\"48\" x2=\"0\" y2=\"48\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"8\" y1=\"56\" x2=\"0\" y2=\"56\"/>\r\n</svg>\r\n</li><li title=\"notebook pencil \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<rect x=\"4\" y=\"3\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"40\" height=\"58\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"34\" y1=\"3\" x2=\"34\" y2=\"60\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"8\" y1=\"16\" x2=\"0\" y2=\"16\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"8\" y1=\"8\" x2=\"0\" y2=\"8\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"8\" y1=\"24\" x2=\"0\" y2=\"24\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"8\" y1=\"32\" x2=\"0\" y2=\"32\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"8\" y1=\"40\" x2=\"0\" y2=\"40\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"8\" y1=\"48\" x2=\"0\" y2=\"48\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"8\" y1=\"56\" x2=\"0\" y2=\"56\"/>\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"55,1 55,54 59,62 63,54 63,1 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"55\" y1=\"11\" x2=\"63\" y2=\"11\"/>\r\n</svg>\r\n</li><li title=\"paperplane \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"1,30 63,1 23,41 \r\n\t\"/>\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"34,63 63,1 23,41 \r\n\t\"/>\r\n</svg>\r\n</li><li title=\"pencil ruler \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"1,63 1,2 62,63 \"/>\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"14,54 14,30 38,54 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"8\" y1=\"22\" x2=\"2\" y2=\"22\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"6\" y1=\"30\" x2=\"2\" y2=\"30\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"8\" y1=\"38\" x2=\"2\" y2=\"38\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"6\" y1=\"46\" x2=\"2\" y2=\"46\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"8\" y1=\"54\" x2=\"2\" y2=\"54\"/>\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"25,1 19,7 55,43 63,45 61,37 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"25\" y1=\"13\" x2=\"31\" y2=\"7\"/>\r\n</svg>\r\n</li><li title=\"pencil ruler pen  \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<rect x=\"22\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"16\" height=\"62\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"31\" y1=\"12\" x2=\"38\" y2=\"12\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"38\" y1=\"22\" x2=\"35\" y2=\"22\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"38\" y1=\"42\" x2=\"35\" y2=\"42\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"31\" y1=\"32\" x2=\"38\" y2=\"32\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"31\" y1=\"52\" x2=\"38\" y2=\"52\"/>\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"16,63 16,10 12,2 8,10 8,63 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"16\" y1=\"53\" x2=\"8\" y2=\"53\"/>\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"56,3 56,53 52,61 48,53 48,3 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"48,7 44,7 44,17 \"/>\r\n</svg>\r\n</li><li title=\"photo \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"46,20 38,10 26,10 18,20 1,20 1,52 63,52 \r\n\t\t63,20 \t\"/>\r\n\t<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"36\" r=\"8\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"9\" y1=\"20\" x2=\"9\" y2=\"52\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"54\" y1=\"28\" x2=\"54\" y2=\"28\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"picture \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<rect x=\"1\" y=\"11\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"62\" height=\"42\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"1,47 24,27 36,39 42,31 63,49 \t\"/>\r\n\t<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"51\" cy=\"22\" r=\"5\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"picture multiple \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<rect x=\"1\" y=\"16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"52\" height=\"40\"/>\r\n</g>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"10,14 10,8 63,8 63,48 55,48 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"1,46 15,32 29,48 39,42 53,54 \"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"40\" cy=\"29\" r=\"5\"/>\r\n</svg>\r\n</li><li title=\"pin1 \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"16\" r=\"15\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M22.083,16c0-5.477,4.44-9.917,9.917-9.917\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"64\" x2=\"32\" y2=\"31\"/>\r\n</svg>\r\n</li><li title=\"pin2 \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"64\" x2=\"32\" y2=\"36\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"32,1 22,1 22,5 27,9 25,26 16,30 15,36 \r\n\t32,36 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"32,1 42,1 42,5 37,9 39,26 48,30 49,36 \r\n\t32,36 \"/>\r\n</svg>\r\n</li><li title=\"postcard \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<rect x=\"1\" y=\"13\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"62\" height=\"41\"/>\r\n</g>\r\n<rect x=\"49\" y=\"19\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"8\" height=\"10\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"39\" y1=\"18\" x2=\"39\" y2=\"49\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"6\" y1=\"21\" x2=\"34\" y2=\"21\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"6\" y1=\"27\" x2=\"30\" y2=\"27\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"6\" y1=\"33\" x2=\"32\" y2=\"33\"/>\r\n</svg>\r\n</li><li title=\"postcard multiple \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<rect x=\"1\" y=\"20\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"53\" height=\"34\"/>\r\n</g>\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"10,16.999 10,11 63,11 63,45 57,45 \t\"/>\r\n</g>\r\n<rect x=\"42\" y=\"25\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"7\" height=\"8\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"33\" y1=\"24\" x2=\"33\" y2=\"50\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"5\" y1=\"27\" x2=\"29\" y2=\"27\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"5\" y1=\"32\" x2=\"26\" y2=\"32\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"5\" y1=\"37\" x2=\"27\" y2=\"37\"/>\r\n</svg>\r\n</li><li title=\"printer \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<rect x=\"16\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"32\" height=\"19\"/>\r\n\t<g>\r\n\t\t<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M16.5,52\"/>\r\n\t</g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"16,52 1,52 1,20 63,20 63,52 48,52 \t\"/>\r\n\t<rect x=\"16\" y=\"39\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"32\" height=\"24\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"6\" y1=\"27\" x2=\"10\" y2=\"27\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"12\" y1=\"27\" x2=\"16\" y2=\"27\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"22\" y1=\"47\" x2=\"42\" y2=\"47\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"22\" y1=\"55\" x2=\"42\" y2=\"55\"/>\r\n\t<g>\r\n\t\t<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M16,52\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"question \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M53.92,10.081c12.107,12.105,12.107,31.732,0,43.838\r\n\tc-12.106,12.108-31.734,12.108-43.84,0c-12.107-12.105-12.107-31.732,0-43.838C22.186-2.027,41.813-2.027,53.92,10.081z\"/>\r\n<line stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"30\" y1=\"43\" x2=\"30\" y2=\"47\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M24,21c0-3,2-5,8-5c5,0,8,3,8,7s-6,7-6,7s-4,2-4,8v1\r\n\t\"/>\r\n</svg>\r\n</li><li title=\"rss \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" d=\"M63.051,56\r\n\tc0-13.416-4.804-25.711-12.786-35.256\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" d=\"M50.265,20.744\r\n\tC40.177,8.677,25.01,1,8.051,1\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" d=\"M51.769,56\r\n\tc0-24.145-19.574-43.718-43.718-43.718\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" d=\"M40.486,56\r\n\tc0-17.913-14.523-32.436-32.436-32.436\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" d=\"M29.205,56\r\n\tc0-11.684-9.472-21.154-21.154-21.154\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" cx=\"8.051\" cy=\"56\" r=\"7.051\"/>\r\n</svg>\r\n</li><li title=\"server \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"5,41 11,1 53,1 59,41 \"/>\r\n<rect x=\"5\" y=\"41\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"54\" height=\"22\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"48\" cy=\"52\" r=\"3\"/>\r\n</svg>\r\n</li><li title=\"server2 \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" d=\"M59,56\r\n\tc0,3.866-11.641,7-26,7S7,59.866,7,56\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" d=\"M59,40\r\n\tc0,3.866-11.641,7-26,7S7,43.866,7,40\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" d=\"M59,24\r\n\tc0,3.866-11.641,7-26,7S7,27.866,7,24\"/>\r\n<ellipse fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" cx=\"33\" cy=\"8\" rx=\"26\" ry=\"7\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" x1=\"7\" y1=\"8\" x2=\"7\" y2=\"56\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" x1=\"59\" y1=\"8\" x2=\"59\" y2=\"56\"/>\r\n</svg>\r\n</li><li title=\"server cloud \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"5,41 11,1 53,1 59,41 \"/>\r\n<rect x=\"5\" y=\"41\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"54\" height=\"22\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"48\" cy=\"52\" r=\"3\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M34.887,27H39c1.887,0,3-1,3-3c0-1-1-3-3-3\r\n\tc0-3.604-3.277-6-7-6c-3.295,0-6.413,2.978-7,6l0,0c-2,0-3,2-3,3c0,2,1,3,3,3h10.434\"/>\r\n</svg>\r\n</li><li title=\"server download \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"5,41 11,1 53,1 59,41 \"/>\r\n<rect x=\"5\" y=\"41\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"54\" height=\"22\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"48\" cy=\"52\" r=\"3\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"40,23 32,31 \r\n\t24,23 \"/>\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"31\" x2=\"32\" y2=\"11\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"server upload \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"5,41 11,1 53,1 59,41 \"/>\r\n<rect x=\"5\" y=\"41\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"54\" height=\"22\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"48\" cy=\"52\" r=\"3\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"23.998,20 \r\n\t31.998,12 39.998,20 \"/>\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"31.998\" y1=\"12\" x2=\"31.998\" y2=\"32\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"settings \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"36\" y1=\"34\" x2=\"41\" y2=\"39\"/>\r\n<rect x=\"46.257\" y=\"35.065\" transform=\"matrix(-0.7071 0.7071 -0.7071 -0.7071 120.5036 47.0858)\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"8.485\" height=\"26.87\"/>\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"12,16 18,10 8,4 6,6 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"28\" y1=\"26\" x2=\"15\" y2=\"13\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M58,12.5l-8,3.75l-4-4.125l3.5-8.062l0,0\r\n\tC39.5,4.062,37,9,37,14v4L3.5,52l-1.75,6l2.125,2l6.062-1.5L44,25h4C53,25,58,22.5,58,12.5L58,12.5z\"/>\r\n</svg>\r\n</li><li title=\"share \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"51\" cy=\"13\" r=\"12\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"11\" cy=\"42\" r=\"10\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"48\" cy=\"55\" r=\"8\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"40\" y1=\"54\" x2=\"20\" y2=\"46\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"19\" y1=\"35\" x2=\"41\" y2=\"21\"/>\r\n</svg>\r\n</li><li title=\"sheet \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"23,1 55,1 55,63 9,63 9,15 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"9,15 23,15 23,1 \t\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"sheet multiple  \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"20,9 47,9 47,63 8,63 8,21 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"24,6 29,1 56,1 56,55 49,55 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"8,21 20,21 20,9 \t\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"sheet pen \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"63,3 63,53 59,61 55,53 55,3 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"55,7 51,7 51,17 \"/>\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"42,15 42,61 1,61 1,3 30,3 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"8\" y1=\"13\" x2=\"20\" y2=\"13\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"8\" y1=\"23\" x2=\"35\" y2=\"23\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"8\" y1=\"31\" x2=\"35\" y2=\"31\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"8\" y1=\"39\" x2=\"35\" y2=\"39\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"8\" y1=\"47\" x2=\"35\" y2=\"47\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"42,15 30,15 30,3 \"/>\r\n</svg>\r\n</li><li title=\"sheet pencil \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"42,15 42,61 1,61 1,3 30,3 \"/>\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"55,1 55,54 59,62 63,54 63,1 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"8\" y1=\"13\" x2=\"20\" y2=\"13\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"8\" y1=\"23\" x2=\"35\" y2=\"23\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"8\" y1=\"31\" x2=\"35\" y2=\"31\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"8\" y1=\"39\" x2=\"35\" y2=\"39\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"8\" y1=\"47\" x2=\"35\" y2=\"47\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"42,15 30,15 30,3 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"55\" y1=\"11\" x2=\"63\" y2=\"11\"/>\r\n</svg>\r\n</li><li title=\"sheet txt  \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"23,1 55,1 55,63 9,63 9,15 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"9,15 23,15 23,1 \t\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"14\" x2=\"46\" y2=\"14\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"18\" y1=\"24\" x2=\"46\" y2=\"24\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"18\" y1=\"34\" x2=\"46\" y2=\"34\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"18\" y1=\"44\" x2=\"46\" y2=\"44\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"18\" y1=\"54\" x2=\"46\" y2=\"54\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"signs \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"55,24 22,24 22,12 55,12 62,18 \"/>\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"9,28 42,28 42,40 9,40 2,34 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"40\" x2=\"32\" y2=\"64\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"28\" x2=\"32\" y2=\"24\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"12\" x2=\"32\" y2=\"7\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"24\" y1=\"63\" x2=\"40\" y2=\"63\"/>\r\n</svg>\r\n</li><li title=\"smartphone \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<rect x=\"16\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"32\" height=\"62\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"28\" y1=\"5\" x2=\"36\" y2=\"5\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"16\" y1=\"51\" x2=\"48\" y2=\"51\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"16\" y1=\"9\" x2=\"48\" y2=\"9\"/>\r\n\t<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"57\" r=\"2\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"spades \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M32,63h9c-7,0-7-19-7-19v-6c0,7.671,6,13,13,13\r\n\tc8.334,0,14-7.329,14-15C61,17.48,32,1,32,1S3,17.48,3,36c0,7.671,6.667,15,15,15c7,0,11.395-5.87,12-13v6c0,0,0,19-7,19H32\"/>\r\n</svg>\r\n</li><li title=\"spread \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"1,6 1,54 32,58 63,54 63,6 32,10 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"58\" x2=\"32\" y2=\"10\"/>\r\n</svg>\r\n</li><li title=\"spread bookmark \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"1,6 1,54 32,58 63,54 63,6 32,10 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"58\" x2=\"32\" y2=\"10\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"43,8 43,27 47,25 51,27 51,7 \"/>\r\n</svg>\r\n</li><li title=\"spread text \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"1,6 1,54 32,58 63,54 63,6 32,10 \t\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"58\" x2=\"32\" y2=\"10\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"7\" y1=\"16\" x2=\"26\" y2=\"18\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"7\" y1=\"26\" x2=\"26\" y2=\"28\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"7\" y1=\"36\" x2=\"26\" y2=\"38\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"7\" y1=\"46\" x2=\"26\" y2=\"48\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"57\" y1=\"16\" x2=\"38\" y2=\"18\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"57\" y1=\"26\" x2=\"38\" y2=\"28\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"57\" y1=\"36\" x2=\"38\" y2=\"38\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"57\" y1=\"46\" x2=\"38\" y2=\"48\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"spread text bookmark \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"1,6 1,54 32,58 63,54 63,6 32,10 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"58\" x2=\"32\" y2=\"10\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"43,8 43,27 47,25 51,27 51,7 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"7\" y1=\"16\" x2=\"26\" y2=\"18\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"7\" y1=\"26\" x2=\"26\" y2=\"28\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"7\" y1=\"36\" x2=\"26\" y2=\"38\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"7\" y1=\"46\" x2=\"26\" y2=\"48\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"57\" y1=\"36\" x2=\"38\" y2=\"38\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"57\" y1=\"46\" x2=\"38\" y2=\"48\"/>\r\n</svg>\r\n</li><li title=\"star \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"32,47 12,62 20,38 2,24 24,24 32,1 40,24 \r\n\t62,24 44,38 52,62 \"/>\r\n</svg>\r\n</li><li title=\"tablet \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<rect x=\"11\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"42\" height=\"62\"/>\r\n</g>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"28\" y1=\"5\" x2=\"36\" y2=\"5\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"11\" y1=\"51\" x2=\"53\" y2=\"51\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"11\" y1=\"9\" x2=\"53\" y2=\"9\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"57\" r=\"2\"/>\r\n</svg>\r\n</li><li title=\"target \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M53.92,10.081c12.107,12.105,12.107,31.732,0,43.838\r\n\tc-12.106,12.108-31.734,12.108-43.84,0c-12.107-12.105-12.107-31.732,0-43.838C22.186-2.027,41.813-2.027,53.92,10.081z\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"32\" r=\"22.999\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"32\" r=\"15\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"32\" r=\"6.999\"/>\r\n</svg>\r\n</li><li title=\"todo \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"23,8 10,8 10,63 54,63 54,8 41,8 \"/>\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"36,5 36,1 28,1 28,5 24,5 22,13 42,13 40,5 \r\n\t\"/>\r\n</svg>\r\n</li><li title=\"todo pen  \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"63,3 63,53 59,61 55,53 55,3 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"55,7 51,7 51,17 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"14,8 1,8 1,63 45,63 45,8 32,8 \"/>\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"27,5 27,1 19,1 19,5 15,5 13,13 33,13 31,5 \r\n\t\"/>\r\n</svg>\r\n</li><li title=\"todo pencil \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"55,1 55,54 59,62 63,54 63,1 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"55\" y1=\"11\" x2=\"63\" y2=\"11\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"14,8 1,8 1,63 45,63 45,8 32,8 \"/>\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"27,5 27,1 19,1 19,5 15,5 13,13 33,13 31,5 \r\n\t\"/>\r\n</svg>\r\n</li><li title=\"todo txt \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"25\" y1=\"24\" x2=\"47\" y2=\"24\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"25\" y1=\"34\" x2=\"47\" y2=\"34\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"25\" y1=\"44\" x2=\"47\" y2=\"44\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"25\" y1=\"54\" x2=\"47\" y2=\"54\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"21\" y1=\"24\" x2=\"17\" y2=\"24\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"21\" y1=\"34\" x2=\"17\" y2=\"34\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"21\" y1=\"44\" x2=\"17\" y2=\"44\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"21\" y1=\"54\" x2=\"17\" y2=\"54\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"23,8 10,8 10,63 54,63 54,8 41,8 \"/>\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"36,5 36,1 28,1 28,5 24,5 22,13 42,13 40,5 \r\n\t\"/>\r\n</svg>\r\n</li><li title=\"todolist pen \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"16\" y1=\"24\" x2=\"38\" y2=\"24\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"16\" y1=\"34\" x2=\"38\" y2=\"34\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"16\" y1=\"44\" x2=\"38\" y2=\"44\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"16\" y1=\"54\" x2=\"38\" y2=\"54\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"12\" y1=\"24\" x2=\"8\" y2=\"24\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"12\" y1=\"34\" x2=\"8\" y2=\"34\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"12\" y1=\"44\" x2=\"8\" y2=\"44\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"12\" y1=\"54\" x2=\"8\" y2=\"54\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"14,8 1,8 1,63 45,63 45,8 32,8 \"/>\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"27,5 27,1 19,1 19,5 15,5 13,13 33,13 31,5 \r\n\t\"/>\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"63,3 63,53 59,61 55,53 55,3 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"55,7 51,7 51,17 \"/>\r\n</svg>\r\n</li><li title=\"todolist pencil \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"16\" y1=\"24\" x2=\"38\" y2=\"24\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"16\" y1=\"34\" x2=\"38\" y2=\"34\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"16\" y1=\"44\" x2=\"38\" y2=\"44\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"16\" y1=\"54\" x2=\"38\" y2=\"54\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"12\" y1=\"24\" x2=\"8\" y2=\"24\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"12\" y1=\"34\" x2=\"8\" y2=\"34\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"12\" y1=\"44\" x2=\"8\" y2=\"44\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"12\" y1=\"54\" x2=\"8\" y2=\"54\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"14,8 1,8 1,63 45,63 45,8 32,8 \"/>\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"27,5 27,1 19,1 19,5 15,5 13,13 33,13 31,5 \r\n\t\"/>\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"55,1 55,54 59,62 63,54 63,1 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"55\" y1=\"11\" x2=\"63\" y2=\"11\"/>\r\n</svg>\r\n</li><li title=\"trashcan \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"25,8 25,1 39,1 39,8 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"14,10 14,63 50,63 50,10 \t\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"26\" y1=\"20\" x2=\"26\" y2=\"54\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"38\" y1=\"20\" x2=\"38\" y2=\"54\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"10\" y1=\"9\" x2=\"54\" y2=\"9\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"trashcan full \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"52,36 58,34 62,48 56,50 \t\"/>\r\n\t<rect x=\"10\" y=\"13\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"36\" height=\"50\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"22\" y1=\"22\" x2=\"22\" y2=\"56\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"34\" y1=\"22\" x2=\"34\" y2=\"56\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"47.926\" y1=\"21.895\" x2=\"60\" y2=\"63\"/>\r\n</g>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"12,13 14,6 22.857,6.143 25,13 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"22.857,6.143 27,1 39,1 44,13 \"/>\r\n</svg>\r\n</li><li title=\"trashcan refresh \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"25,8 25,1 39,1 39,8 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"14,10 14,63 50,63 50,10 \t\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"10\" y1=\"9\" x2=\"54\" y2=\"9\"/>\r\n</g>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M23,36c0,4.418,3.582,9,8,9h4\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"32,49 35,45 \r\n\t32,41 \"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M41,36c0-4.418-3.582-9-8-9h-4\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"32,23 29,27 \r\n\t32,31 \"/>\r\n</svg>\r\n</li><li title=\"trashcan remove \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"25,8 25,1 39,1 39,8 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"14,10 14,63 50,63 50,10 \t\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"10\" y1=\"9\" x2=\"54\" y2=\"9\"/>\r\n</g>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"39\" y1=\"43\" x2=\"25\" y2=\"29\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"25\" y1=\"43\" x2=\"39\" y2=\"29\"/>\r\n</svg>\r\n</li><li title=\"upload \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"24,34 32,26 \r\n\t40,34 \"/>\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"26\" x2=\"32\" y2=\"58\"/>\r\n</g>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"24,42 1,42 1,6 63,6 63,42 40,42 \"/>\r\n</svg>\r\n</li><li title=\"usb \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<rect x=\"5.308\" y=\"4.601\" transform=\"matrix(0.7071 -0.7071 0.7071 0.7071 -6.0061 14.5)\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"18.385\" height=\"19.799\"/>\r\n<rect x=\"22.151\" y=\"15.08\" transform=\"matrix(0.7071 -0.7071 0.7071 0.7071 -15.3259 37)\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"29.698\" height=\"43.841\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"7\" y1=\"13\" x2=\"16\" y2=\"22\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"13\" y1=\"7\" x2=\"22\" y2=\"16\"/>\r\n</svg>\r\n</li><li title=\"video \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"46,30 63,20 63,52 46,42 46,52 1,52 1,20 \r\n\t\t46,20 \t\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"6\" y1=\"28\" x2=\"10\" y2=\"28\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"14\" y1=\"28\" x2=\"18\" y2=\"28\"/>\r\n\t<rect x=\"7\" y=\"36\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"18\" height=\"10\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"6,12 32,12 40,20 \t\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"watch \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"32\" r=\"20\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"20,15 20,1 44,1 44,15 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"44,49 44,63 20,63 20,49 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"32,20 32,32 40,36 \"/>\r\n</svg>\r\n</li><li title=\"webpage \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<rect x=\"1\" y=\"7\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"62\" height=\"50\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"1\" y1=\"15\" x2=\"63\" y2=\"15\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"10\" y1=\"11\" x2=\"6\" y2=\"11\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"18\" y1=\"11\" x2=\"14\" y2=\"11\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"26\" y1=\"11\" x2=\"22\" y2=\"11\"/>\r\n</svg>\r\n</li><li title=\"webpage img txt \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<rect x=\"1\" y=\"7\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"62\" height=\"50\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"1\" y1=\"15\" x2=\"63\" y2=\"15\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"10\" y1=\"11\" x2=\"6\" y2=\"11\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"18\" y1=\"11\" x2=\"14\" y2=\"11\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"26\" y1=\"11\" x2=\"22\" y2=\"11\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"6\" y1=\"25\" x2=\"33\" y2=\"25\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"6\" y1=\"33\" x2=\"33\" y2=\"33\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"6\" y1=\"41\" x2=\"33\" y2=\"41\"/>\r\n<rect x=\"38\" y=\"25\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"19\" height=\"16\"/>\r\n</svg>\r\n</li><li title=\"webpage multiple \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<rect x=\"1\" y=\"15\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"54\" height=\"42\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"11,12 11,7 63,7 63,50 58,50 \t\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"1\" y1=\"23\" x2=\"55\" y2=\"23\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"10\" y1=\"19\" x2=\"6\" y2=\"19\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"18\" y1=\"19\" x2=\"14\" y2=\"19\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"26\" y1=\"19\" x2=\"22\" y2=\"19\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"webpage txt \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"6\" y1=\"25\" x2=\"58\" y2=\"25\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"6\" y1=\"33\" x2=\"58\" y2=\"33\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"6\" y1=\"41\" x2=\"58\" y2=\"41\"/>\r\n<rect x=\"1\" y=\"7\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"62\" height=\"50\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"1\" y1=\"15\" x2=\"63\" y2=\"15\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"10\" y1=\"11\" x2=\"6\" y2=\"11\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"18\" y1=\"11\" x2=\"14\" y2=\"11\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"26\" y1=\"11\" x2=\"22\" y2=\"11\"/>\r\n</svg>\r\n</li><li title=\"world \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M32.001,0.887c17.184,0,31.113,13.929,31.112,31.113\r\n\tC63.114,49.185,49.184,63.115,32,63.113C14.815,63.114,0.887,49.185,0.888,32.001C0.885,14.816,14.815,0.887,32.001,0.887z\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"1\" x2=\"32\" y2=\"63\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"63\" y1=\"32\" x2=\"1\" y2=\"32\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M30,1c0,0-14,11-14,31s14,31,14,31\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M34,1c0,0,14,11,14,31S34,63,34,63\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M8,12c0,0,5,10,24,10s24-10,24-10\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M8,52c0,0,5-10,24-10s24,10,24,10\"/>\r\n</svg>\r\n</li><li class='heading'>basic elaboration</li><li title=\"bookmark checck \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"18,1 46,1 46,62 32,48 18,62 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"23,22 30,29 \r\n\t43,16 \"/>\r\n</svg>\r\n</li><li title=\"bookmark minus \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"23\" y1=\"22\" x2=\"41\" y2=\"22\"/>\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"18,1 46,1 46,62 32,48 18,62 \"/>\r\n</svg>\r\n</li><li title=\"bookmark plus \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"23\" y1=\"22\" x2=\"41\" y2=\"22\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"13\" x2=\"32\" y2=\"31\"/>\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"18,1 46,1 46,62 32,48 18,62 \"/>\r\n</svg>\r\n</li><li title=\"bookmark remove \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"18,1 46,1 46,62 32,48 18,62 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"39\" y1=\"29\" x2=\"25\" y2=\"15\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"25\" y1=\"29\" x2=\"39\" y2=\"15\"/>\r\n</svg>\r\n</li><li title=\"briefcase check \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"5,41 11,1 53,1 59,41 \"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M21,41c0,6.075,4.925,11,11,11s11-4.925,11-11h16v22\r\n\tH5V41H21z\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"23,22 30,29 \r\n\t43,16 \"/>\r\n</svg>\r\n</li><li title=\"briefcase download \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"5,41 11,1 53,1 59,41 \"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M21,41c0,6.075,4.925,11,11,11s11-4.925,11-11h16v22\r\n\tH5V41H21z\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"40,25 32,33 \r\n\t24,25 \"/>\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"33\" x2=\"32\" y2=\"13\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"briefcase flagged \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"5,41 11,1 53,1 59,41 \"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M21,41c0,6.075,4.925,11,11,11s11-4.925,11-11h16v22\r\n\tH5V41H21z\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"27\" y1=\"11\" x2=\"27\" y2=\"34\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"27,14 42,14 39.484,18 42,22 27,22 \"/>\r\n</svg>\r\n</li><li title=\"briefcase minus \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"5,41 11,1 53,1 59,41 \"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M21,41c0,6.075,4.925,11,11,11s11-4.925,11-11h16v22\r\n\tH5V41H21z\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"41\" y1=\"24\" x2=\"23\" y2=\"24\"/>\r\n</svg>\r\n</li><li title=\"briefcase plus \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"5,41 11,1 53,1 59,41 \"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M21,41c0,6.075,4.925,11,11,11s11-4.925,11-11h16v22\r\n\tH5V41H21z\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"15\" x2=\"32\" y2=\"33\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"41\" y1=\"24\" x2=\"23\" y2=\"24\"/>\r\n</svg>\r\n</li><li title=\"briefcase refresh \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"5,41 11,1 53,1 59,41 \"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M21,41c0,6.075,4.925,11,11,11s11-4.925,11-11h16v22\r\n\tH5V41H21z\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M24,24c0,4.418,3.582,9,8,9h4\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"33,37 36,33 \r\n\t33,29 \"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M42,24c0-4.418-3.582-9-8-9h-4\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"33,11 30,15 \r\n\t33,19 \"/>\r\n</svg>\r\n</li><li title=\"briefcase remove \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"5,41 11,1 53,1 59,41 \"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M21,41c0,6.075,4.925,11,11,11s11-4.925,11-11h16v22\r\n\tH5V41H21z\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"39\" y1=\"31\" x2=\"25\" y2=\"17\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"25\" y1=\"31\" x2=\"39\" y2=\"17\"/>\r\n</svg>\r\n</li><li title=\"briefcase search \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"5,41 11,1 53,1 59,41 \"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M21,41c0,6.075,4.925,11,11,11s11-4.925,11-11h16v22\r\n\tH5V41H21z\"/>\r\n<g>\r\n\t<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"29\" cy=\"21\" r=\"6\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"33\" y1=\"25\" x2=\"41\" y2=\"33\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"briefcase star \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"5,41 11,1 53,1 59,41 \"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M21,41c0,6.075,4.925,11,11,11s11-4.925,11-11h16v22\r\n\tH5V41H21z\"/>\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" points=\"32,27 25.875,31 \r\n\t28,24 22,20 29.213,20 32,12 35,20 42,20 36,24 37.938,31 \"/>\r\n</svg>\r\n</li><li title=\"briefcase upload \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"5,41 11,1 53,1 59,41 \"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M21,41c0,6.075,4.925,11,11,11s11-4.925,11-11h16v22\r\n\tH5V41H21z\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"23.998,22 \r\n\t31.998,14 39.998,22 \"/>\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"31.998\" y1=\"14\" x2=\"31.998\" y2=\"34\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"browser check \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<rect x=\"1\" y=\"7\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"62\" height=\"50\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"1\" y1=\"15\" x2=\"63\" y2=\"15\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"10\" y1=\"11\" x2=\"6\" y2=\"11\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"18\" y1=\"11\" x2=\"14\" y2=\"11\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"26\" y1=\"11\" x2=\"22\" y2=\"11\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"23,35 30,42 \r\n\t43,29 \"/>\r\n</svg>\r\n</li><li title=\"browser download \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<rect x=\"1\" y=\"7\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"62\" height=\"50\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"1\" y1=\"15\" x2=\"63\" y2=\"15\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"10\" y1=\"11\" x2=\"6\" y2=\"11\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"18\" y1=\"11\" x2=\"14\" y2=\"11\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"26\" y1=\"11\" x2=\"22\" y2=\"11\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"40,38 32,46 \r\n\t24,38 \"/>\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"46\" x2=\"32\" y2=\"26\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"browser minus \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<rect x=\"1\" y=\"7\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"62\" height=\"50\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"1\" y1=\"15\" x2=\"63\" y2=\"15\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"10\" y1=\"11\" x2=\"6\" y2=\"11\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"18\" y1=\"11\" x2=\"14\" y2=\"11\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"26\" y1=\"11\" x2=\"22\" y2=\"11\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"41\" y1=\"37\" x2=\"23\" y2=\"37\"/>\r\n</svg>\r\n</li><li title=\"browser plus \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<rect x=\"1\" y=\"7\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"62\" height=\"50\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"1\" y1=\"15\" x2=\"63\" y2=\"15\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"10\" y1=\"11\" x2=\"6\" y2=\"11\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"18\" y1=\"11\" x2=\"14\" y2=\"11\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"26\" y1=\"11\" x2=\"22\" y2=\"11\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"28\" x2=\"32\" y2=\"46\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"41\" y1=\"37\" x2=\"23\" y2=\"37\"/>\r\n</svg>\r\n</li><li title=\"browser refresh \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<rect x=\"1\" y=\"7\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"62\" height=\"50\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M24,37c0,4.418,3.582,9,8,9h4\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"33,50 36,46 \r\n\t33,42 \"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M42,37c0-4.418-3.582-9-8-9h-4\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"33,24 30,28 \r\n\t33,32 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"1\" y1=\"15\" x2=\"63\" y2=\"15\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"10\" y1=\"11\" x2=\"6\" y2=\"11\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"18\" y1=\"11\" x2=\"14\" y2=\"11\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"26\" y1=\"11\" x2=\"22\" y2=\"11\"/>\r\n</svg>\r\n</li><li title=\"browser remove \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<rect x=\"1\" y=\"7\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"62\" height=\"50\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"1\" y1=\"15\" x2=\"63\" y2=\"15\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"10\" y1=\"11\" x2=\"6\" y2=\"11\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"18\" y1=\"11\" x2=\"14\" y2=\"11\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"26\" y1=\"11\" x2=\"22\" y2=\"11\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"39\" y1=\"44\" x2=\"25\" y2=\"30\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"25\" y1=\"44\" x2=\"39\" y2=\"30\"/>\r\n</svg>\r\n</li><li title=\"browser search \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<rect x=\"1\" y=\"7\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"62\" height=\"50\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"1\" y1=\"15\" x2=\"63\" y2=\"15\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"10\" y1=\"11\" x2=\"6\" y2=\"11\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"18\" y1=\"11\" x2=\"14\" y2=\"11\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"26\" y1=\"11\" x2=\"22\" y2=\"11\"/>\r\n<g>\r\n\t<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"29\" cy=\"33\" r=\"6\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"33\" y1=\"37\" x2=\"41\" y2=\"45\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"browser star \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<rect x=\"1\" y=\"7\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"62\" height=\"50\"/>\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" points=\"32,41 25.875,45 \r\n\t28,38 22,34 29.213,34 32,26 35,34 42,34 36,38 37.938,45 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"1\" y1=\"15\" x2=\"63\" y2=\"15\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"10\" y1=\"11\" x2=\"6\" y2=\"11\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"18\" y1=\"11\" x2=\"14\" y2=\"11\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"26\" y1=\"11\" x2=\"22\" y2=\"11\"/>\r\n</svg>\r\n</li><li title=\"browser upload \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<rect x=\"1\" y=\"7\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"62\" height=\"50\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"1\" y1=\"15\" x2=\"63\" y2=\"15\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"10\" y1=\"11\" x2=\"6\" y2=\"11\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"18\" y1=\"11\" x2=\"14\" y2=\"11\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"26\" y1=\"11\" x2=\"22\" y2=\"11\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"23.998,35 \r\n\t31.998,27 39.998,35 \"/>\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"31.998\" y1=\"27\" x2=\"31.998\" y2=\"47\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"calendar check \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"23,36 30,43 \r\n\t43,30 \"/>\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"46\" y1=\"10\" x2=\"18\" y2=\"10\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"12,10 1,10 1,58 63,58 63,10 52,10 \t\"/>\r\n\t<rect x=\"12\" y=\"6\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"6\" height=\"8\"/>\r\n\t<rect x=\"46\" y=\"6\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"6\" height=\"8\"/>\r\n</g>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"1\" y1=\"18\" x2=\"63\" y2=\"18\"/>\r\n</svg>\r\n</li><li title=\"calendar cloud \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"46\" y1=\"10\" x2=\"18\" y2=\"10\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"12,10 1,10 1,58 63,58 63,10 52,10 \t\"/>\r\n\t<rect x=\"12\" y=\"6\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"6\" height=\"8\"/>\r\n\t<rect x=\"46\" y=\"6\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"6\" height=\"8\"/>\r\n</g>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M34.887,44H39c1.887,0,3-1,3-3c0-1-1-3-3-3\r\n\tc0-3.604-3.277-6-7-6c-3.295,0-6.413,2.978-7,6l0,0c-2,0-3,2-3,3c0,2,1,3,3,3h10.434\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"1\" y1=\"18\" x2=\"63\" y2=\"18\"/>\r\n</svg>\r\n</li><li title=\"calendar download \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"40,39 32,47 \r\n\t24,39 \"/>\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"47\" x2=\"32\" y2=\"27\"/>\r\n</g>\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"46\" y1=\"10\" x2=\"18\" y2=\"10\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"12,10 1,10 1,58 63,58 63,10 52,10 \t\"/>\r\n\t<rect x=\"12\" y=\"6\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"6\" height=\"8\"/>\r\n\t<rect x=\"46\" y=\"6\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"6\" height=\"8\"/>\r\n</g>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"1\" y1=\"18\" x2=\"63\" y2=\"18\"/>\r\n</svg>\r\n</li><li title=\"calendar empty \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"46\" y1=\"10\" x2=\"18\" y2=\"10\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"12,10 1,10 1,58 63,58 63,10 52,10 \t\"/>\r\n\t<rect x=\"12\" y=\"6\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"6\" height=\"8\"/>\r\n\t<rect x=\"46\" y=\"6\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"6\" height=\"8\"/>\r\n</g>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"1\" y1=\"18\" x2=\"63\" y2=\"18\"/>\r\n</svg>\r\n</li><li title=\"calendar flagged \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"46\" y1=\"10\" x2=\"18\" y2=\"10\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"12,10 1,10 1,58 63,58 63,10 52,10 \t\"/>\r\n\t<rect x=\"12\" y=\"6\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"6\" height=\"8\"/>\r\n\t<rect x=\"46\" y=\"6\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"6\" height=\"8\"/>\r\n</g>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"1\" y1=\"18\" x2=\"63\" y2=\"18\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"27\" y1=\"27\" x2=\"27\" y2=\"50\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"27,30 42,30 39.484,34 42,38 27,38 \"/>\r\n</svg>\r\n</li><li title=\"calendar heart \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"46\" y1=\"10\" x2=\"18\" y2=\"10\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"12,10 1,10 1,58 63,58 63,10 52,10 \t\"/>\r\n\t<rect x=\"12\" y=\"6\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"6\" height=\"8\"/>\r\n\t<rect x=\"46\" y=\"6\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"6\" height=\"8\"/>\r\n</g>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"1\" y1=\"18\" x2=\"63\" y2=\"18\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M22,35c0,6.666,10,12,10,12s10-5.334,10-12\r\n\tc0-2.762-2-5-5-5c-2.762,0-5,2.238-5,5c0-2.762-2.238-5-5-5C24,30,22,32.238,22,35z\"/>\r\n</svg>\r\n</li><li title=\"calendar minus \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"41\" y1=\"38\" x2=\"23\" y2=\"38\"/>\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"46\" y1=\"10\" x2=\"18\" y2=\"10\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"12,10 1,10 1,58 63,58 63,10 52,10 \t\"/>\r\n\t<rect x=\"12\" y=\"6\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"6\" height=\"8\"/>\r\n\t<rect x=\"46\" y=\"6\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"6\" height=\"8\"/>\r\n</g>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"1\" y1=\"18\" x2=\"63\" y2=\"18\"/>\r\n</svg>\r\n</li><li title=\"calendar next \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"46\" y1=\"10\" x2=\"18\" y2=\"10\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"12,10 1,10 1,58 63,58 63,10 52,10 \t\"/>\r\n\t<rect x=\"12\" y=\"6\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"6\" height=\"8\"/>\r\n\t<rect x=\"46\" y=\"6\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"6\" height=\"8\"/>\r\n</g>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"34,30 42,38 \r\n\t34,46 \"/>\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"42\" y1=\"38\" x2=\"22\" y2=\"38\"/>\r\n</g>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"1\" y1=\"18\" x2=\"63\" y2=\"18\"/>\r\n</svg>\r\n</li><li title=\"calendar noaccess \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"46\" y1=\"10\" x2=\"18\" y2=\"10\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"12,10 1,10 1,58 63,58 63,10 52,10 \t\"/>\r\n\t<rect x=\"12\" y=\"6\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"6\" height=\"8\"/>\r\n\t<rect x=\"46\" y=\"6\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"6\" height=\"8\"/>\r\n</g>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"38\" r=\"9\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"25.834\" y1=\"31.834\" x2=\"38.166\" y2=\"44.166\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"1\" y1=\"18\" x2=\"63\" y2=\"18\"/>\r\n</svg>\r\n</li><li title=\"calendar pencil \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"46\" y1=\"10\" x2=\"18\" y2=\"10\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"12,10 1,10 1,58 63,58 63,10 52,10 \t\"/>\r\n\t<rect x=\"12\" y=\"6\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"6\" height=\"8\"/>\r\n\t<rect x=\"46\" y=\"6\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"6\" height=\"8\"/>\r\n</g>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"1\" y1=\"18\" x2=\"63\" y2=\"18\"/>\r\n<g>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"23,43 22,48 27,47 42,32 38,28 \t\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"39\" y1=\"35\" x2=\"35\" y2=\"31\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"calendar plus \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"46\" y1=\"10\" x2=\"18\" y2=\"10\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"12,10 1,10 1,58 63,58 63,10 52,10 \t\"/>\r\n\t<rect x=\"12\" y=\"6\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"6\" height=\"8\"/>\r\n\t<rect x=\"46\" y=\"6\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"6\" height=\"8\"/>\r\n</g>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"29\" x2=\"32\" y2=\"47\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"41\" y1=\"38\" x2=\"23\" y2=\"38\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"1\" y1=\"18\" x2=\"63\" y2=\"18\"/>\r\n</svg>\r\n</li><li title=\"calendar previous \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"46\" y1=\"10\" x2=\"18\" y2=\"10\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"12,10 1,10 1,58 63,58 63,10 52,10 \t\"/>\r\n\t<rect x=\"12\" y=\"6\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"6\" height=\"8\"/>\r\n\t<rect x=\"46\" y=\"6\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"6\" height=\"8\"/>\r\n</g>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"1\" y1=\"18\" x2=\"63\" y2=\"18\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"30.001,46 \r\n\t22.001,38 30.001,30 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"22.001\" y1=\"38\" x2=\"42.001\" y2=\"38\"/>\r\n</svg>\r\n</li><li title=\"calendar refresh \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M24,38c0,4.418,3.582,9,8,9h4\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"33,51 36,47 \r\n\t33,43 \"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M42,38c0-4.418-3.582-9-8-9h-4\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"33,25 30,29 \r\n\t33,33 \"/>\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"46\" y1=\"10\" x2=\"18\" y2=\"10\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"12,10 1,10 1,58 63,58 63,10 52,10 \t\"/>\r\n\t<rect x=\"12\" y=\"6\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"6\" height=\"8\"/>\r\n\t<rect x=\"46\" y=\"6\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"6\" height=\"8\"/>\r\n</g>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"1\" y1=\"18\" x2=\"63\" y2=\"18\"/>\r\n</svg>\r\n</li><li title=\"calendar remove \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"39\" y1=\"45\" x2=\"25\" y2=\"31\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"25\" y1=\"45\" x2=\"39\" y2=\"31\"/>\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"46\" y1=\"10\" x2=\"18\" y2=\"10\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"12,10 1,10 1,58 63,58 63,10 52,10 \t\"/>\r\n\t<rect x=\"12\" y=\"6\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"6\" height=\"8\"/>\r\n\t<rect x=\"46\" y=\"6\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"6\" height=\"8\"/>\r\n</g>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"1\" y1=\"18\" x2=\"63\" y2=\"18\"/>\r\n</svg>\r\n</li><li title=\"calendar search \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"29\" cy=\"35\" r=\"6\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"33\" y1=\"39\" x2=\"41\" y2=\"47\"/>\r\n</g>\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"46\" y1=\"10\" x2=\"18\" y2=\"10\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"12,10 1,10 1,58 63,58 63,10 52,10 \t\"/>\r\n\t<rect x=\"12\" y=\"6\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"6\" height=\"8\"/>\r\n\t<rect x=\"46\" y=\"6\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"6\" height=\"8\"/>\r\n</g>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"1\" y1=\"18\" x2=\"63\" y2=\"18\"/>\r\n</svg>\r\n</li><li title=\"calendar star \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"46\" y1=\"10\" x2=\"18\" y2=\"10\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"12,10 1,10 1,58 63,58 63,10 52,10 \t\"/>\r\n\t<rect x=\"12\" y=\"6\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"6\" height=\"8\"/>\r\n\t<rect x=\"46\" y=\"6\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"6\" height=\"8\"/>\r\n</g>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"1\" y1=\"18\" x2=\"63\" y2=\"18\"/>\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" points=\"32,43 25.875,47 \r\n\t28,40 22,36 29.213,36 32,28 35,36 42,36 36,40 37.938,47 \"/>\r\n</svg>\r\n</li><li title=\"calendar upload \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"23.998,36 \r\n\t31.998,28 39.998,36 \"/>\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"31.998\" y1=\"28\" x2=\"31.998\" y2=\"48\"/>\r\n</g>\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"46\" y1=\"10\" x2=\"18\" y2=\"10\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"12,10 1,10 1,58 63,58 63,10 52,10 \t\"/>\r\n\t<rect x=\"12\" y=\"6\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"6\" height=\"8\"/>\r\n\t<rect x=\"46\" y=\"6\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"6\" height=\"8\"/>\r\n</g>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"1\" y1=\"18\" x2=\"63\" y2=\"18\"/>\r\n</svg>\r\n</li><li title=\"cloud check \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"23,34 30,41 \r\n\t43,28 \"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M41,50h14c4.565,0,8-3.582,8-8s-3.435-8-8-8\r\n\tc0-11.046-9.52-20-20.934-20C23.966,14,14.8,20.732,13,30c0,0-0.831,0-1.667,0C5.626,30,1,34.477,1,40s4.293,10,10,10H41\"/>\r\n</svg>\r\n</li><li title=\"cloud download \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M41,50h14c4.565,0,8-3.582,8-8s-3.435-8-8-8\r\n\tc0-11.046-9.52-20-20.934-20C23.966,14,14.8,20.732,13,30c0,0-0.831,0-1.667,0C5.626,30,1,34.477,1,40s4.293,10,10,10H41\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"40,37 32,45 \r\n\t24,37 \"/>\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"45\" x2=\"32\" y2=\"25\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"cloud minus \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M41,50h14c4.565,0,8-3.582,8-8s-3.435-8-8-8\r\n\tc0-11.046-9.52-20-20.934-20C23.966,14,14.8,20.732,13,30c0,0-0.831,0-1.667,0C5.626,30,1,34.477,1,40s4.293,10,10,10H41\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"41\" y1=\"34\" x2=\"23\" y2=\"34\"/>\r\n</svg>\r\n</li><li title=\"cloud noaccess \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M41,50h14c4.565,0,8-3.582,8-8s-3.435-8-8-8\r\n\tc0-11.046-9.52-20-20.934-20C23.966,14,14.8,20.732,13,30c0,0-0.831,0-1.667,0C5.626,30,1,34.477,1,40s4.293,10,10,10H41\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"34\" r=\"9\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"25.834\" y1=\"27.834\" x2=\"38.166\" y2=\"40.166\"/>\r\n</svg>\r\n</li><li title=\"cloud plus \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M41,50h14c4.565,0,8-3.582,8-8s-3.435-8-8-8\r\n\tc0-11.046-9.52-20-20.934-20C23.966,14,14.8,20.732,13,30c0,0-0.831,0-1.667,0C5.626,30,1,34.477,1,40s4.293,10,10,10H41\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"25\" x2=\"32\" y2=\"43\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"41\" y1=\"34\" x2=\"23\" y2=\"34\"/>\r\n</svg>\r\n</li><li title=\"cloud refresh \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M24,32c0,4.418,3.582,9,8,9h4\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M41,50h14c4.565,0,8-3.582,8-8s-3.435-8-8-8\r\n\tc0-11.046-9.52-20-20.934-20C23.966,14,14.8,20.732,13,30c0,0-0.831,0-1.667,0C5.626,30,1,34.477,1,40s4.293,10,10,10H41\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"33,45 36,41 \r\n\t33,37 \"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M42,32c0-4.418-3.582-9-8-9h-4\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"33,19 30,23 \r\n\t33,27 \"/>\r\n</svg>\r\n</li><li title=\"cloud remove \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M41,50h14c4.565,0,8-3.582,8-8s-3.435-8-8-8\r\n\tc0-11.046-9.52-20-20.934-20C23.966,14,14.8,20.732,13,30c0,0-0.831,0-1.667,0C5.626,30,1,34.477,1,40s4.293,10,10,10H41\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"39\" y1=\"41\" x2=\"25\" y2=\"27\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"25\" y1=\"41\" x2=\"39\" y2=\"27\"/>\r\n</svg>\r\n</li><li title=\"cloud search \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M41,50h14c4.565,0,8-3.582,8-8s-3.435-8-8-8\r\n\tc0-11.046-9.52-20-20.934-20C23.966,14,14.8,20.732,13,30c0,0-0.831,0-1.667,0C5.626,30,1,34.477,1,40s4.293,10,10,10H41\"/>\r\n<g>\r\n\t<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"29\" cy=\"31\" r=\"6\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"33\" y1=\"35\" x2=\"41\" y2=\"43\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"cloud upload \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M41,50h14c4.565,0,8-3.582,8-8s-3.435-8-8-8\r\n\tc0-11.046-9.52-20-20.934-20C23.966,14,14.8,20.732,13,30c0,0-0.831,0-1.667,0C5.626,30,1,34.477,1,40s4.293,10,10,10H41\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"23.998,34 \r\n\t31.998,26 39.998,34 \"/>\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"31.998\" y1=\"26\" x2=\"31.998\" y2=\"46\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"document check \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"23,1 55,1 55,63 9,63 9,15 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"9,15 23,15 23,1 \t\"/>\r\n</g>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"23,36 30,43 \r\n\t43,30 \"/>\r\n</svg>\r\n</li><li title=\"document cloud \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"23,1 55,1 55,63 9,63 9,15 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"9,15 23,15 23,1 \t\"/>\r\n</g>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M34.887,42H39c1.887,0,3-1,3-3c0-1-1-3-3-3\r\n\tc0-3.604-3.277-6-7-6c-3.295,0-6.413,2.978-7,6l0,0c-2,0-3,2-3,3c0,2,1,3,3,3h10.434\"/>\r\n</svg>\r\n</li><li title=\"document download \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"23,1 55,1 55,63 9,63 9,15 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"9,15 23,15 23,1 \t\"/>\r\n</g>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"40,37 32,45 \r\n\t24,37 \"/>\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"45\" x2=\"32\" y2=\"25\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"document flagged \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"23,1 55,1 55,63 9,63 9,15 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"9,15 23,15 23,1 \t\"/>\r\n</g>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"27\" y1=\"21\" x2=\"27\" y2=\"44\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"27,24 42,24 39.484,28 42,32 27,32 \"/>\r\n</svg>\r\n</li><li title=\"document graph \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"23,1 55,1 55,63 9,63 9,15 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"9,15 23,15 23,1 \t\"/>\r\n</g>\r\n<g>\r\n\t<g>\r\n\t\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"27,44 27,37 23,37 23,44 \t\t\"/>\r\n\t\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"34,44 34,27 30,27 30,44 \t\t\"/>\r\n\t\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"41,44 41,34 37,34 37,44 \t\t\"/>\r\n\t</g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"20\" y1=\"45\" x2=\"44\" y2=\"45\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"document heart \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"23,1 55,1 55,63 9,63 9,15 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"9,15 23,15 23,1 \t\"/>\r\n</g>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M22,33c0,6.666,10,12,10,12s10-5.334,10-12\r\n\tc0-2.762-2-5-5-5c-2.762,0-5,2.238-5,5c0-2.762-2.238-5-5-5C24,28,22,30.238,22,33z\"/>\r\n</svg>\r\n</li><li title=\"document minus \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"23,1 55,1 55,63 9,63 9,15 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"9,15 23,15 23,1 \t\"/>\r\n</g>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"41\" y1=\"36\" x2=\"23\" y2=\"36\"/>\r\n</svg>\r\n</li><li title=\"document next \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"23,1 55,1 55,63 9,63 9,15 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"9,15 23,15 23,1 \t\"/>\r\n</g>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"34,28 42,36 \r\n\t34,44 \"/>\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"42\" y1=\"36\" x2=\"22\" y2=\"36\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"document noaccess \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"23,1 55,1 55,63 9,63 9,15 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"9,15 23,15 23,1 \t\"/>\r\n</g>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"36\" r=\"9\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"25.834\" y1=\"29.834\" x2=\"38.166\" y2=\"42.166\"/>\r\n</svg>\r\n</li><li title=\"document note \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"23,1 55,1 55,63 9,63 9,15 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"9,15 23,15 23,1 \t\"/>\r\n</g>\r\n<g>\r\n\t<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"35\" cy=\"41\" r=\"3\"/>\r\n\t<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"25\" cy=\"43\" r=\"3\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"38,41 38,26 28,28 28,43 \t\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"28\" y1=\"32\" x2=\"38\" y2=\"30\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"document pencil \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"23,1 55,1 55,63 9,63 9,15 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"9,15 23,15 23,1 \t\"/>\r\n</g>\r\n<g>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"23,41 22,46 27,45 42,30 38,26 \t\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"39\" y1=\"33\" x2=\"35\" y2=\"29\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"document picture \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"23,1 55,1 55,63 9,63 9,15 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"9,15 23,15 23,1 \t\"/>\r\n</g>\r\n<g>\r\n\t<rect x=\"22\" y=\"29\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"20\" height=\"14\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"22,41 29,34 33,39 35,37 41,42 \t\"/>\r\n</g>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"39\" cy=\"32\" r=\"3\"/>\r\n</svg>\r\n</li><li title=\"document plus \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"23,1 55,1 55,63 9,63 9,15 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"9,15 23,15 23,1 \t\"/>\r\n</g>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"27\" x2=\"32\" y2=\"45\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"41\" y1=\"36\" x2=\"23\" y2=\"36\"/>\r\n</svg>\r\n</li><li title=\"document previous \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"23,1 55,1 55,63 9,63 9,15 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"9,15 23,15 23,1 \t\"/>\r\n</g>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"30.001,44 \r\n\t22.001,36 30.001,28 \"/>\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"22.001\" y1=\"36\" x2=\"42.001\" y2=\"36\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"document refresh \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"23,1 55,1 55,63 9,63 9,15 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"9,15 23,15 23,1 \t\"/>\r\n</g>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M24,36c0,4.418,3.582,9,8,9h4\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"33,49 36,45 \r\n\t33,41 \"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M42,36c0-4.418-3.582-9-8-9h-4\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"33,23 30,27 \r\n\t33,31 \"/>\r\n</svg>\r\n</li><li title=\"document remove \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"23,1 55,1 55,63 9,63 9,15 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"9,15 23,15 23,1 \t\"/>\r\n</g>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"39\" y1=\"44\" x2=\"25\" y2=\"30\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"25\" y1=\"44\" x2=\"39\" y2=\"30\"/>\r\n</svg>\r\n</li><li title=\"document search \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"23,1 55,1 55,63 9,63 9,15 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"9,15 23,15 23,1 \t\"/>\r\n</g>\r\n<g>\r\n\t<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"29\" cy=\"35\" r=\"6\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"33\" y1=\"39\" x2=\"41\" y2=\"47\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"document star \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"23,1 55,1 55,63 9,63 9,15 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"9,15 23,15 23,1 \t\"/>\r\n</g>\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" points=\"32,39 25.875,43 \r\n\t28,36 22,32 29.213,32 32,24 35,32 42,32 36,36 37.938,43 \"/>\r\n</svg>\r\n</li><li title=\"document upload \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"23,1 55,1 55,63 9,63 9,15 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"9,15 23,15 23,1 \t\"/>\r\n</g>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"23.998,34 \r\n\t31.998,26 39.998,34 \"/>\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"31.998\" y1=\"26\" x2=\"31.998\" y2=\"46\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"folder check \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"63,18 63,54 1,54 1,10 22,10 30,18 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"23,36 30,43 \r\n\t43,30 \"/>\r\n</svg>\r\n</li><li title=\"folder cloud \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"63,18 63,54 1,54 1,10 22,10 30,18 \"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M34.887,42H39c1.887,0,3-1,3-3c0-1-1-3-3-3\r\n\tc0-3.604-3.277-6-7-6c-3.295,0-6.413,2.978-7,6l0,0c-2,0-3,2-3,3c0,2,1,3,3,3h10.434\"/>\r\n</svg>\r\n</li><li title=\"folder document \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"63,18 63,54 1,54 1,10 22,10 30,18 \"/>\r\n<g>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"32,26 39,26 39,46 25,46 25,33 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"25,33 32,33 32,26 \t\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"folder download \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"63,18 63,54 1,54 1,10 22,10 30,18 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"40,37 32,45 \r\n\t24,37 \"/>\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"45\" x2=\"32\" y2=\"25\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"folder flagged \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"63,18 63,54 1,54 1,10 22,10 30,18 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"27\" y1=\"23\" x2=\"27\" y2=\"46\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"27,26 42,26 39.484,30 42,34 27,34 \"/>\r\n</svg>\r\n</li><li title=\"folder graph \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"63,18 63,54 1,54 1,10 22,10 30,18 \"/>\r\n<g>\r\n\t<g>\r\n\t\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"27,44 27,37 23,37 23,44 \t\t\"/>\r\n\t\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"34,44 34,27 30,27 30,44 \t\t\"/>\r\n\t\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"41,44 41,34 37,34 37,44 \t\t\"/>\r\n\t</g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"20\" y1=\"45\" x2=\"44\" y2=\"45\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"folder heart \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"63,18 63,54 1,54 1,10 22,10 30,18 \"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M22,33c0,6.666,10,12,10,12s10-5.334,10-12\r\n\tc0-2.762-2-5-5-5c-2.762,0-5,2.238-5,5c0-2.762-2.238-5-5-5C24,28,22,30.238,22,33z\"/>\r\n</svg>\r\n</li><li title=\"folder minus \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"63,18 63,54 1,54 1,10 22,10 30,18 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"41\" y1=\"36\" x2=\"23\" y2=\"36\"/>\r\n</svg>\r\n</li><li title=\"folder next \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"63,18 63,54 1,54 1,10 22,10 30,18 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"34,28 42,36 \r\n\t34,44 \"/>\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"42\" y1=\"36\" x2=\"22\" y2=\"36\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"folder noaccess \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"63,18 63,54 1,54 1,10 22,10 30,18 \"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"36\" r=\"9\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"25.834\" y1=\"29.834\" x2=\"38.166\" y2=\"42.166\"/>\r\n</svg>\r\n</li><li title=\"folder note \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"63,18 63,54 1,54 1,10 22,10 30,18 \"/>\r\n<g>\r\n\t<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"35\" cy=\"41\" r=\"3\"/>\r\n\t<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"25\" cy=\"43\" r=\"3\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"38,41 38,26 28,28 28,43 \t\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"28\" y1=\"32\" x2=\"38\" y2=\"30\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"folder pencil \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"63,18 63,54 1,54 1,10 22,10 30,18 \"/>\r\n<g>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"23,41 22,46 27,45 42,30 38,26 \t\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"39\" y1=\"33\" x2=\"35\" y2=\"29\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"folder picture \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"63,18 63,54 1,54 1,10 22,10 30,18 \"/>\r\n<g>\r\n\t<rect x=\"22\" y=\"29\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"20\" height=\"14\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"22,41 29,34 33,39 35,37 41,42 \t\"/>\r\n</g>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"39\" cy=\"32\" r=\"3\"/>\r\n</svg>\r\n</li><li title=\"folder plus \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"27\" x2=\"32\" y2=\"45\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"41\" y1=\"36\" x2=\"23\" y2=\"36\"/>\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"63,18 63,54 1,54 1,10 22,10 30,18 \"/>\r\n</svg>\r\n</li><li title=\"folder previous \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"63,18 63,54 1,54 1,10 22,10 30,18 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"30.001,44 \r\n\t22.001,36 30.001,28 \"/>\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"22.001\" y1=\"36\" x2=\"42.001\" y2=\"36\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"folder refresh \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"63,18 63,54 1,54 1,10 22,10 30,18 \"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M24,36c0,4.418,3.582,9,8,9h4\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"33,49 36,45 \r\n\t33,41 \"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M42,36c0-4.418-3.582-9-8-9h-4\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"33,23 30,27 \r\n\t33,31 \"/>\r\n</svg>\r\n</li><li title=\"folder remove \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"63,18 63,54 1,54 1,10 22,10 30,18 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"39\" y1=\"44\" x2=\"25\" y2=\"30\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"25\" y1=\"44\" x2=\"39\" y2=\"30\"/>\r\n</svg>\r\n</li><li title=\"folder search \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"63,18 63,54 1,54 1,10 22,10 30,18 \"/>\r\n<g>\r\n\t<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"29\" cy=\"35\" r=\"6\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"33\" y1=\"39\" x2=\"41\" y2=\"47\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"folder star \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"63,18 63,54 1,54 1,10 22,10 30,18 \"/>\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" points=\"32,41 25.875,45 \r\n\t28,38 22,34 29.213,34 32,26 35,34 42,34 36,38 37.938,45 \"/>\r\n</svg>\r\n</li><li title=\"folder upload \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"63,18 63,54 1,54 1,10 22,10 30,18 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"23.998,34 \r\n\t31.998,26 39.998,34 \"/>\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"31.998\" y1=\"26\" x2=\"31.998\" y2=\"46\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"mail check \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"23,20 30,27 \r\n\t43,14 \"/>\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"1,26 32,45.434 63,26 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"11.333,21.667 1,26 1,63 63,63 63,26 \r\n\t\t63,26 52.667,21.667 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"11,32 11,1 53,1 53,32 \t\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"mail cloud \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M34.887,28H39c1.887,0,3-1,3-3c0-1-1-3-3-3\r\n\tc0-3.604-3.277-6-7-6c-3.295,0-6.413,2.978-7,6l0,0c-2,0-3,2-3,3c0,2,1,3,3,3h10.434\"/>\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"1,26 32,45.434 63,26 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"11.334,21.667 1,26 1,63 63,63 63,26 \r\n\t\t63,26 52.666,21.667 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"11,32 11,1 53,1 53,32 \t\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"mail document \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"32,10 39,10 39,30 25,30 25,17 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"25,17 32,17 32,10 \t\"/>\r\n</g>\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"1,26 32,45.434 63,26 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"11.334,21.667 1,26 1,63 63,63 63,26 \r\n\t\t63,26 52.666,21.667 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"11,32 11,1 53,1 53,32 \t\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"mail download \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"40,23 32,31 \r\n\t24,23 \"/>\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"31\" x2=\"32\" y2=\"11\"/>\r\n</g>\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"1,26 32,45.434 63,26 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"11.334,21.667 1,26 1,63 63,63 63,26 \r\n\t\t63,26 52.666,21.667 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"11,32 11,1 53,1 53,32 \t\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"mail flagged \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"1,26 32,45.434 63,26 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"11.334,21.667 1,26 1,63 63,63 63,26 \r\n\t\t63,26 52.666,21.667 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"11,32 11,1 53,1 53,32 \t\"/>\r\n</g>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"27\" y1=\"9\" x2=\"27\" y2=\"32\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"27,12 42,12 39.484,16 42,20 27,20 \"/>\r\n</svg>\r\n</li><li title=\"mail heart \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"1,26 32,45.434 63,26 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"11.334,21.667 1,26 1,63 63,63 63,26 \r\n\t\t63,26 52.666,21.667 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"11,32 11,1 53,1 53,32 \t\"/>\r\n</g>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M22,19c0,6.666,10,12,10,12s10-5.334,10-12\r\n\tc0-2.762-2-5-5-5c-2.762,0-5,2.238-5,5c0-2.762-2.238-5-5-5C24,14,22,16.238,22,19z\"/>\r\n</svg>\r\n</li><li title=\"mail next \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"34,14 42,22 \r\n\t34,30 \"/>\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"42\" y1=\"22\" x2=\"22\" y2=\"22\"/>\r\n</g>\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"1,26 32,45.434 63,26 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"11.334,21.667 1,26 1,63 63,63 63,26 \r\n\t\t63,26 52.666,21.667 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"11,32 11,1 53,1 53,32 \t\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"mail noaccess \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"22\" r=\"9\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"25.834\" y1=\"15.834\" x2=\"38.166\" y2=\"28.166\"/>\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"1,26 32,45.434 63,26 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"11.334,21.667 1,26 1,63 63,63 63,26 \r\n\t\t63,26 52.666,21.667 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"11,32 11,1 53,1 53,32 \t\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"mail note \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"35\" cy=\"27\" r=\"3\"/>\r\n\t<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"25\" cy=\"29\" r=\"3\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"38,27 38,12 28,14 28,29 \t\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"28\" y1=\"18\" x2=\"38\" y2=\"16\"/>\r\n</g>\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"1,26 32,45.434 63,26 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"11.334,21.667 1,26 1,63 63,63 63,26 \r\n\t\t63,26 52.666,21.667 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"11,32 11,1 53,1 53,32 \t\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"mail pencil \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"23,27 22,32 27,31 42,16 38,12 \t\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"39\" y1=\"19\" x2=\"35\" y2=\"15\"/>\r\n</g>\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"1,26 32,45.434 63,26 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"11.333,21.667 1,26 1,63 63,63 63,26 \r\n\t\t63,26 52.667,21.667 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"11,32 11,1 53,1 53,32 \t\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"mail picture \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<rect x=\"22\" y=\"15\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"20\" height=\"14\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"22,27 29,20 33,25 35,23 41,28 \t\"/>\r\n</g>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"39\" cy=\"18\" r=\"3\"/>\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"1,26 32,45.434 63,26 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"11.334,21.667 1,26 1,63 63,63 63,26 \r\n\t\t63,26 52.666,21.667 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"11,32 11,1 53,1 53,32 \t\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"mail previous \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"30.001,30 \r\n\t22.001,22 30.001,14 \"/>\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"22.001\" y1=\"22\" x2=\"42.001\" y2=\"22\"/>\r\n</g>\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"1,26 32,45.434 63,26 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"11.334,21.667 1,26 1,63 63,63 63,26 \r\n\t\t63,26 52.666,21.667 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"11,32 11,1 53,1 53,32 \t\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"mail refresh \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M24,22c0,4.418,3.582,9,8,9h4\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"33,35 36,31 \r\n\t33,27 \"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M42,22c0-4.418-3.582-9-8-9h-4\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"33,9 30,13 33,17 \r\n\t\"/>\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"1,26 32,45.434 63,26 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"11.334,21.667 1,26 1,63 63,63 63,26 \r\n\t\t63,26 52.666,21.667 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"11,32 11,1 53,1 53,32 \t\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"mail remove \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"39\" y1=\"29\" x2=\"25\" y2=\"15\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"25\" y1=\"29\" x2=\"39\" y2=\"15\"/>\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"1,26 32,45.434 63,26 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"11.333,21.667 1,26 1,63 63,63 63,26 \r\n\t\t63,26 52.667,21.667 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"11,32 11,1 53,1 53,32 \t\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"mail search \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"29\" cy=\"19\" r=\"6\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"33\" y1=\"23\" x2=\"41\" y2=\"31\"/>\r\n</g>\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"1,26 32,45.434 63,26 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"11.334,21.667 1,26 1,63 63,63 63,26 \r\n\t\t63,26 52.666,21.667 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"11,32 11,1 53,1 53,32 \t\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"mail star \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"1,26 32,45.434 63,26 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"11.334,21.667 1,26 1,63 63,63 63,26 \r\n\t\t63,26 52.666,21.667 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"11,32 11,1 53,1 53,32 \t\"/>\r\n</g>\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" points=\"32,27 25.875,31 \r\n\t28,24 22,20 29.213,20 32,12 35,20 42,20 36,24 37.938,31 \"/>\r\n</svg>\r\n</li><li title=\"mail upload \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"23.998,20 \r\n\t31.998,12 39.998,20 \"/>\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"31.998\" y1=\"12\" x2=\"31.998\" y2=\"32\"/>\r\n</g>\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"1,26 32,45.434 63,26 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"11.334,21.667 1,26 1,63 63,63 63,26 \r\n\t\t63,26 52.666,21.667 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"11,32 11,1 53,1 53,32 \t\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"message check \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"32,47 63,47 63,5 1,5 1,47 18,47 18,59 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"23,26 30,33 \r\n\t43,20 \"/>\r\n</svg>\r\n</li><li title=\"message dots \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"32,47 63,47 63,5 1,5 1,47 18,47 18,59 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"29\" y1=\"26\" x2=\"35\" y2=\"26\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"39\" y1=\"26\" x2=\"45\" y2=\"26\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"19\" y1=\"26\" x2=\"25\" y2=\"26\"/>\r\n</svg>\r\n</li><li title=\"message happy \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M24,30c0,4.418,3.582,8,8,8s8-3.582,8-8\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"18\" y1=\"20\" x2=\"20\" y2=\"20\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"46\" y1=\"20\" x2=\"44\" y2=\"20\"/>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"32,47 63,47 63,5 1,5 1,47 18,47 18,59 \t\r\n\t\t\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"message heart \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"32,47 63,47 63,5 1,5 1,47 18,47 18,59 \"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M22,23c0,6.666,10,12,10,12s10-5.334,10-12\r\n\tc0-2.762-2-5-5-5c-2.762,0-5,2.238-5,5c0-2.762-2.238-5-5-5C24,18,22,20.238,22,23z\"/>\r\n</svg>\r\n</li><li title=\"message minus \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"41\" y1=\"26\" x2=\"23\" y2=\"26\"/>\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"32,47 63,47 63,5 1,5 1,47 18,47 18,59 \"/>\r\n</svg>\r\n</li><li title=\"message note \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"32,47 63,47 63,5 1,5 1,47 18,47 18,59 \"/>\r\n<g>\r\n\t<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"35\" cy=\"31\" r=\"3\"/>\r\n\t<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"25\" cy=\"33\" r=\"3\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"38,31 38,16 28,18 28,33 \t\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"28\" y1=\"22\" x2=\"38\" y2=\"20\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"message plus \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"17\" x2=\"32\" y2=\"35\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"41\" y1=\"26\" x2=\"23\" y2=\"26\"/>\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"32,47 63,47 63,5 1,5 1,47 18,47 18,59 \"/>\r\n</svg>\r\n</li><li title=\"message refresh \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"32,47 63,47 63,5 1,5 1,47 18,47 18,59 \"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M24,26c0,4.418,3.582,9,8,9h4\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"33,39 36,35 \r\n\t33,31 \"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M42,26c0-4.418-3.582-9-8-9h-4\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"33,13 30,17 \r\n\t33,21 \"/>\r\n</svg>\r\n</li><li title=\"message remove \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"32,47 63,47 63,5 1,5 1,47 18,47 18,59 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"39\" y1=\"33\" x2=\"25\" y2=\"19\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"25\" y1=\"33\" x2=\"39\" y2=\"19\"/>\r\n</svg>\r\n</li><li title=\"message sad \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"18\" y1=\"20\" x2=\"20\" y2=\"20\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"46\" y1=\"20\" x2=\"44\" y2=\"20\"/>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"32,47 63,47 63,5 1,5 1,47 18,47 18,59 \t\r\n\t\t\"/>\r\n</g>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M40,38c0-4.418-3.582-8-8-8s-8,3.582-8,8\"/>\r\n</svg>\r\n</li><li title=\"smartphone cloud \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<rect x=\"16\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"32\" height=\"62\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"28\" y1=\"5\" x2=\"36\" y2=\"5\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"16\" y1=\"51\" x2=\"48\" y2=\"51\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"16\" y1=\"9\" x2=\"48\" y2=\"9\"/>\r\n\t<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"57\" r=\"2\"/>\r\n</g>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M34.887,36H39c1.887,0,3-1,3-3c0-1-1-3-3-3\r\n\tc0-3.604-3.277-6-7-6c-3.295,0-6.413,2.978-7,6l0,0c-2,0-3,2-3,3c0,2,1,3,3,3h10.434\"/>\r\n</svg>\r\n</li><li title=\"smartphone heart \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<rect x=\"16\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"32\" height=\"62\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"28\" y1=\"5\" x2=\"36\" y2=\"5\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"16\" y1=\"51\" x2=\"48\" y2=\"51\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"16\" y1=\"9\" x2=\"48\" y2=\"9\"/>\r\n\t<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"57\" r=\"2\"/>\r\n</g>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M22,27c0,6.666,10,12,10,12s10-5.334,10-12\r\n\tc0-2.762-2-5-5-5c-2.762,0-5,2.238-5,5c0-2.762-2.238-5-5-5C24,22,22,24.238,22,27z\"/>\r\n</svg>\r\n</li><li title=\"smartphone noaccess \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<rect x=\"16\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"32\" height=\"62\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"28\" y1=\"5\" x2=\"36\" y2=\"5\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"16\" y1=\"51\" x2=\"48\" y2=\"51\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"16\" y1=\"9\" x2=\"48\" y2=\"9\"/>\r\n\t<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"57\" r=\"2\"/>\r\n</g>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"30\" r=\"9\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"25.834\" y1=\"23.834\" x2=\"38.166\" y2=\"36.166\"/>\r\n</svg>\r\n</li><li title=\"smartphone note \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<rect x=\"16\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"32\" height=\"62\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"28\" y1=\"5\" x2=\"36\" y2=\"5\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"16\" y1=\"51\" x2=\"48\" y2=\"51\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"16\" y1=\"9\" x2=\"48\" y2=\"9\"/>\r\n\t<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"57\" r=\"2\"/>\r\n</g>\r\n<g>\r\n\t<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"35\" cy=\"35\" r=\"3\"/>\r\n\t<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"25\" cy=\"37\" r=\"3\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"38,35 38,20 28,22 28,37 \t\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"28\" y1=\"26\" x2=\"38\" y2=\"24\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"smartphone pencil \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<rect x=\"16\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"32\" height=\"62\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"28\" y1=\"5\" x2=\"36\" y2=\"5\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"16\" y1=\"51\" x2=\"48\" y2=\"51\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"16\" y1=\"9\" x2=\"48\" y2=\"9\"/>\r\n\t<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"57\" r=\"2\"/>\r\n</g>\r\n<g>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"23,35 22,40 27,39 42,24 38,20 \t\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"39\" y1=\"27\" x2=\"35\" y2=\"23\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"smartphone picture \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<rect x=\"16\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"32\" height=\"62\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"28\" y1=\"5\" x2=\"36\" y2=\"5\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"16\" y1=\"51\" x2=\"48\" y2=\"51\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"16\" y1=\"9\" x2=\"48\" y2=\"9\"/>\r\n\t<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"57\" r=\"2\"/>\r\n</g>\r\n<g>\r\n\t<rect x=\"22\" y=\"23\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"20\" height=\"14\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"22,35 29,28 33,33 35,31 41,36 \t\"/>\r\n</g>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"39\" cy=\"26\" r=\"3\"/>\r\n</svg>\r\n</li><li title=\"smartphone refresh \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<rect x=\"16\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"32\" height=\"62\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"28\" y1=\"5\" x2=\"36\" y2=\"5\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"16\" y1=\"51\" x2=\"48\" y2=\"51\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"16\" y1=\"9\" x2=\"48\" y2=\"9\"/>\r\n\t<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"57\" r=\"2\"/>\r\n</g>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M24,30c0,4.418,3.582,9,8,9h4\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"33,43 36,39 \r\n\t33,35 \"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M42,30c0-4.418-3.582-9-8-9h-4\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"33,17 30,21 \r\n\t33,25 \"/>\r\n</svg>\r\n</li><li title=\"smartphone search \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<rect x=\"16\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"32\" height=\"62\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"28\" y1=\"5\" x2=\"36\" y2=\"5\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"16\" y1=\"51\" x2=\"48\" y2=\"51\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"16\" y1=\"9\" x2=\"48\" y2=\"9\"/>\r\n\t<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"57\" r=\"2\"/>\r\n</g>\r\n<g>\r\n\t<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"29\" cy=\"27\" r=\"6\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"33\" y1=\"31\" x2=\"41\" y2=\"39\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"tablet cloud \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M34.887,36H39c1.887,0,3-1,3-3c0-1-1-3-3-3\r\n\tc0-3.604-3.277-6-7-6c-3.295,0-6.413,2.978-7,6l0,0c-2,0-3,2-3,3c0,2,1,3,3,3h10.434\"/>\r\n<g>\r\n\t<rect x=\"11\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"42\" height=\"62\"/>\r\n</g>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"28\" y1=\"5\" x2=\"36\" y2=\"5\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"11\" y1=\"51\" x2=\"53\" y2=\"51\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"11\" y1=\"9\" x2=\"53\" y2=\"9\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"57\" r=\"2\"/>\r\n</svg>\r\n</li><li title=\"tablet heart \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<rect x=\"11\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"42\" height=\"62\"/>\r\n</g>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M22,27c0,6.666,10,12,10,12s10-5.334,10-12\r\n\tc0-2.762-2-5-5-5c-2.762,0-5,2.238-5,5c0-2.762-2.238-5-5-5C24,22,22,24.238,22,27z\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"28\" y1=\"5\" x2=\"36\" y2=\"5\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"11\" y1=\"51\" x2=\"53\" y2=\"51\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"11\" y1=\"9\" x2=\"53\" y2=\"9\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"57\" r=\"2\"/>\r\n</svg>\r\n</li><li title=\"tablet noaccess \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"30\" r=\"9\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"25.834\" y1=\"23.834\" x2=\"38.166\" y2=\"36.166\"/>\r\n<g>\r\n\t<rect x=\"11\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"42\" height=\"62\"/>\r\n</g>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"28\" y1=\"5\" x2=\"36\" y2=\"5\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"11\" y1=\"51\" x2=\"53\" y2=\"51\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"11\" y1=\"9\" x2=\"53\" y2=\"9\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"57\" r=\"2\"/>\r\n</svg>\r\n</li><li title=\"tablet note \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"35\" cy=\"35\" r=\"3\"/>\r\n\t<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"25\" cy=\"37\" r=\"3\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"38,35 38,20 28,22 28,37 \t\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"28\" y1=\"26\" x2=\"38\" y2=\"24\"/>\r\n</g>\r\n<g>\r\n\t<rect x=\"11\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"42\" height=\"62\"/>\r\n</g>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"28\" y1=\"5\" x2=\"36\" y2=\"5\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"11\" y1=\"51\" x2=\"53\" y2=\"51\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"11\" y1=\"9\" x2=\"53\" y2=\"9\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"57\" r=\"2\"/>\r\n</svg>\r\n</li><li title=\"tablet pencil \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"23,35 22,40 27,39 42,24 38,20 \t\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"39\" y1=\"27\" x2=\"35\" y2=\"23\"/>\r\n</g>\r\n<g>\r\n\t<rect x=\"11\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"42\" height=\"62\"/>\r\n</g>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"28\" y1=\"5\" x2=\"36\" y2=\"5\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"11\" y1=\"51\" x2=\"53\" y2=\"51\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"11\" y1=\"9\" x2=\"53\" y2=\"9\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"57\" r=\"2\"/>\r\n</svg>\r\n</li><li title=\"tablet picture \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<rect x=\"22\" y=\"23\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"20\" height=\"14\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"22,35 29,28 33,33 35,31 41,36 \t\"/>\r\n</g>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"39\" cy=\"26\" r=\"3\"/>\r\n<g>\r\n\t<rect x=\"11\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"42\" height=\"62\"/>\r\n</g>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"28\" y1=\"5\" x2=\"36\" y2=\"5\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"11\" y1=\"51\" x2=\"53\" y2=\"51\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"11\" y1=\"9\" x2=\"53\" y2=\"9\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"57\" r=\"2\"/>\r\n</svg>\r\n</li><li title=\"tablet refresh \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M24,30c0,4.418,3.582,9,8,9h4\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"33,43 36,39 \r\n\t33,35 \"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M42,30c0-4.418-3.582-9-8-9h-4\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"33,17 30,21 \r\n\t33,25 \"/>\r\n<g>\r\n\t<rect x=\"11\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"42\" height=\"62\"/>\r\n</g>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"28\" y1=\"5\" x2=\"36\" y2=\"5\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"11\" y1=\"51\" x2=\"53\" y2=\"51\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"11\" y1=\"9\" x2=\"53\" y2=\"9\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"57\" r=\"2\"/>\r\n</svg>\r\n</li><li title=\"tablet search \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"29\" cy=\"27\" r=\"6\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"33\" y1=\"31\" x2=\"41\" y2=\"39\"/>\r\n</g>\r\n<g>\r\n\t<rect x=\"11\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"42\" height=\"62\"/>\r\n</g>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"28\" y1=\"5\" x2=\"36\" y2=\"5\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"11\" y1=\"51\" x2=\"53\" y2=\"51\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"11\" y1=\"9\" x2=\"53\" y2=\"9\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"57\" r=\"2\"/>\r\n</svg>\r\n</li><li title=\"todolist 2 \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"23,8 10,8 10,63 54,63 54,8 41,8 \"/>\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"36,5 36,1 28,1 28,5 24,5 22,13 42,13 40,5 \r\n\t\"/>\r\n<rect x=\"14\" y=\"13\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"36\" height=\"46\"/>\r\n</svg>\r\n</li><li title=\"todolist check \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"23,34 30,41 \r\n\t43,28 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"23,8 10,8 10,63 54,63 54,8 41,8 \"/>\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"36,5 36,1 28,1 28,5 24,5 22,13 42,13 40,5 \r\n\t\"/>\r\n</svg>\r\n</li><li title=\"todolist cloud \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M34.887,42H39c1.887,0,3-1,3-3c0-1-1-3-3-3\r\n\tc0-3.604-3.277-6-7-6c-3.295,0-6.413,2.978-7,6l0,0c-2,0-3,2-3,3c0,2,1,3,3,3h10.434\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"23,8 10,8 10,63 54,63 54,8 41,8 \"/>\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"36,5 36,1 28,1 28,5 24,5 22,13 42,13 40,5 \r\n\t\"/>\r\n</svg>\r\n</li><li title=\"todolist download \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"40,37 32,45 \r\n\t24,37 \"/>\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"45\" x2=\"32\" y2=\"25\"/>\r\n</g>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"23,8 10,8 10,63 54,63 54,8 41,8 \"/>\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"36,5 36,1 28,1 28,5 24,5 22,13 42,13 40,5 \r\n\t\"/>\r\n</svg>\r\n</li><li title=\"todolist flagged \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"23,8 10,8 10,63 54,63 54,8 41,8 \"/>\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"36,5 36,1 28,1 28,5 24,5 22,13 42,13 40,5 \r\n\t\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"27\" y1=\"23\" x2=\"27\" y2=\"46\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"27,26 42,26 39.484,30 42,34 27,34 \"/>\r\n</svg>\r\n</li><li title=\"todolist minus \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"41\" y1=\"36\" x2=\"23\" y2=\"36\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"23,8 10,8 10,63 54,63 54,8 41,8 \"/>\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"36,5 36,1 28,1 28,5 24,5 22,13 42,13 40,5 \r\n\t\"/>\r\n</svg>\r\n</li><li title=\"todolist noaccess \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"36\" r=\"9\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"25.834\" y1=\"29.834\" x2=\"38.166\" y2=\"42.166\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"23,8 10,8 10,63 54,63 54,8 41,8 \"/>\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"36,5 36,1 28,1 28,5 24,5 22,13 42,13 40,5 \r\n\t\"/>\r\n</svg>\r\n</li><li title=\"todolist pencil \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"23,41 22,46 27,45 42,30 38,26 \t\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"39\" y1=\"33\" x2=\"35\" y2=\"29\"/>\r\n</g>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"23,8 10,8 10,63 54,63 54,8 41,8 \"/>\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"36,5 36,1 28,1 28,5 24,5 22,13 42,13 40,5 \r\n\t\"/>\r\n</svg>\r\n</li><li title=\"todolist plus \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"27\" x2=\"32\" y2=\"45\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"41\" y1=\"36\" x2=\"23\" y2=\"36\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"23,8 10,8 10,63 54,63 54,8 41,8 \"/>\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"36,5 36,1 28,1 28,5 24,5 22,13 42,13 40,5 \r\n\t\"/>\r\n</svg>\r\n</li><li title=\"todolist refresh \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M24,36c0,4.418,3.582,9,8,9h4\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"33,49 36,45 \r\n\t33,41 \"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M42,36c0-4.418-3.582-9-8-9h-4\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"33,23 30,27 \r\n\t33,31 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"23,8 10,8 10,63 54,63 54,8 41,8 \"/>\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"36,5 36,1 28,1 28,5 24,5 22,13 42,13 40,5 \r\n\t\"/>\r\n</svg>\r\n</li><li title=\"todolist remove \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"39\" y1=\"43\" x2=\"25\" y2=\"29\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"25\" y1=\"43\" x2=\"39\" y2=\"29\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"23,8 10,8 10,63 54,63 54,8 41,8 \"/>\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"36,5 36,1 28,1 28,5 24,5 22,13 42,13 40,5 \r\n\t\"/>\r\n</svg>\r\n</li><li title=\"todolist search \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"29\" cy=\"33\" r=\"6\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"33\" y1=\"37\" x2=\"41\" y2=\"45\"/>\r\n</g>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"23,8 10,8 10,63 54,63 54,8 41,8 \"/>\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"36,5 36,1 28,1 28,5 24,5 22,13 42,13 40,5 \r\n\t\"/>\r\n</svg>\r\n</li><li title=\"todolist star \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"23,8 10,8 10,63 54,63 54,8 41,8 \"/>\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"36,5 36,1 28,1 28,5 24,5 22,13 42,13 40,5 \r\n\t\"/>\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\" stroke-miterlimit=\"10\" points=\"32,41 25.875,45 \r\n\t28,38 22,34 29.213,34 32,26 35,34 42,34 36,38 37.938,45 \"/>\r\n</svg>\r\n</li><li title=\"todolist upload \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"23.998,34 \r\n\t31.998,26 39.998,34 \"/>\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"31.998\" y1=\"26\" x2=\"31.998\" y2=\"46\"/>\r\n</g>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"23,8 10,8 10,63 54,63 54,8 41,8 \"/>\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"36,5 36,1 28,1 28,5 24,5 22,13 42,13 40,5 \r\n\t\"/>\r\n</svg>\r\n</li><li class='heading'>ecommerce</li><li title=\"bag \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"44,18 54,18 54,63 10,63 10,18 20,18 \"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M22,24V11c0-5.523,4.477-10,10-10s10,4.477,10,10v13\r\n\t\"/>\r\n</svg>\r\n</li><li title=\"bag check \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"44,18 54,18 54,63 10,63 10,18 20,18 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"23,40 30,47 \r\n\t43,34 \"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M22,24V11c0-5.523,4.477-10,10-10s10,4.477,10,10v13\r\n\t\"/>\r\n</svg>\r\n</li><li title=\"bag cloud \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"44,18 54,18 54,63 10,63 10,18 20,18 \"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M22,24V11c0-5.523,4.477-10,10-10s10,4.477,10,10v13\r\n\t\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M34.887,48H39c1.887,0,3-1,3-3c0-1-1-3-3-3\r\n\tc0-3.604-3.277-6-7-6c-3.295,0-6.413,2.978-7,6l0,0c-2,0-3,2-3,3c0,2,1,3,3,3h10.434\"/>\r\n</svg>\r\n</li><li title=\"bag download \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"40,43 32,51 \r\n\t24,43 \"/>\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"51\" x2=\"32\" y2=\"31\"/>\r\n</g>\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"44,18 54,18 54,63 10,63 10,18 20,18 \"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M22,24V11c0-5.523,4.477-10,10-10s10,4.477,10,10v13\r\n\t\"/>\r\n</svg>\r\n</li><li title=\"bag minus \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"44,18 54,18 54,63 10,63 10,18 20,18 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"41\" y1=\"42\" x2=\"23\" y2=\"42\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M22,24V11c0-5.523,4.477-10,10-10s10,4.477,10,10v13\r\n\t\"/>\r\n</svg>\r\n</li><li title=\"bag plus \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"33\" x2=\"32\" y2=\"51\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"41\" y1=\"42\" x2=\"23\" y2=\"42\"/>\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"44,18 54,18 54,63 10,63 10,18 20,18 \"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M22,24V11c0-5.523,4.477-10,10-10s10,4.477,10,10v13\r\n\t\"/>\r\n</svg>\r\n</li><li title=\"bag refresh \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M24,42c0,4.418,3.582,9,8,9h4\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"33,55 36,51 \r\n\t33,47 \"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M42,42c0-4.418-3.582-9-8-9h-4\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"33,29 30,33 \r\n\t33,37 \"/>\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"44,18 54,18 54,63 10,63 10,18 20,18 \"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M22,24V11c0-5.523,4.477-10,10-10s10,4.477,10,10v13\r\n\t\"/>\r\n</svg>\r\n</li><li title=\"bag remove \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"44,18 54,18 54,63 10,63 10,18 20,18 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"39\" y1=\"49\" x2=\"25\" y2=\"35\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"25\" y1=\"49\" x2=\"39\" y2=\"35\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M22,24V11c0-5.523,4.477-10,10-10s10,4.477,10,10v13\r\n\t\"/>\r\n</svg>\r\n</li><li title=\"bag search \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"29\" cy=\"39\" r=\"6\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"33\" y1=\"43\" x2=\"41\" y2=\"51\"/>\r\n</g>\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"44,18 54,18 54,63 10,63 10,18 20,18 \"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M22,24V11c0-5.523,4.477-10,10-10s10,4.477,10,10v13\r\n\t\"/>\r\n</svg>\r\n</li><li title=\"bag upload \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"23.998,40 \r\n\t31.998,32 39.998,40 \"/>\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"31.998\" y1=\"32\" x2=\"31.998\" y2=\"52\"/>\r\n</g>\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"44,18 54,18 54,63 10,63 10,18 20,18 \"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M22,24V11c0-5.523,4.477-10,10-10s10,4.477,10,10v13\r\n\t\"/>\r\n</svg>\r\n</li><li title=\"banknote \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<rect x=\"1\" y=\"16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"62\" height=\"32\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M10,44c0-2.762-2.238-5-5-5V25c2.762,0,5-2.238,5-5\r\n\th44c0,2.762,2.238,5,5,5v14c-2.762,0-5,2.238-5,5H10z\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"32\" r=\"8\"/>\r\n</svg>\r\n</li><li title=\"banknotes \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<rect x=\"1\" y=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"52\" height=\"26\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"11,22 11,14 63,14 63,40 55,40 \"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M10,46c0-3-2-4-5-4V32c3,0,5-1,5-4h35c0,3,2,4,4,4\r\n\tv10c-2,0-4,1-4,4H10z\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"27\" cy=\"37\" r=\"5\"/>\r\n</svg>\r\n</li><li title=\"basket \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"1,25 12,59 52,59 63,25 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"14\" y1=\"25\" x2=\"22\" y2=\"5\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"50\" y1=\"25\" x2=\"42\" y2=\"5\"/>\r\n</svg>\r\n</li><li title=\"basket check \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"1,25 12,59 52,59 63,25 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"14\" y1=\"25\" x2=\"22\" y2=\"5\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"50\" y1=\"25\" x2=\"42\" y2=\"5\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"23,41 30,48 \r\n\t43,35 \"/>\r\n</svg>\r\n</li><li title=\"basket cloud \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"1,25 12,59 52,59 63,25 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"14\" y1=\"25\" x2=\"22\" y2=\"5\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"50\" y1=\"25\" x2=\"42\" y2=\"5\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M34.887,48H39c1.887,0,3-1,3-3c0-1-1-3-3-3\r\n\tc0-3.604-3.277-6-7-6c-3.295,0-6.413,2.978-7,6l0,0c-2,0-3,2-3,3c0,2,1,3,3,3h10.434\"/>\r\n</svg>\r\n</li><li title=\"basket download \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"1,25 12,59 52,59 63,25 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"14\" y1=\"25\" x2=\"22\" y2=\"5\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"50\" y1=\"25\" x2=\"42\" y2=\"5\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"40,44 32,52 \r\n\t24,44 \"/>\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"52\" x2=\"32\" y2=\"32\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"basket minus \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"1,25 12,59 52,59 63,25 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"14\" y1=\"25\" x2=\"22\" y2=\"5\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"50\" y1=\"25\" x2=\"42\" y2=\"5\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"41\" y1=\"43\" x2=\"23\" y2=\"43\"/>\r\n</svg>\r\n</li><li title=\"basket plus \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"1,25 12,59 52,59 63,25 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"14\" y1=\"25\" x2=\"22\" y2=\"5\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"50\" y1=\"25\" x2=\"42\" y2=\"5\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"34\" x2=\"32\" y2=\"52\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"41\" y1=\"43\" x2=\"23\" y2=\"43\"/>\r\n</svg>\r\n</li><li title=\"basket refresh \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"1,25 12,59 52,59 63,25 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"14\" y1=\"25\" x2=\"22\" y2=\"5\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"50\" y1=\"25\" x2=\"42\" y2=\"5\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M23,42c0,4.418,3.582,9,8,9h4\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"32,55 35,51 \r\n\t32,47 \"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M41,42c0-4.418-3.582-9-8-9h-4\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"32,29 29,33 \r\n\t32,37 \"/>\r\n</svg>\r\n</li><li title=\"basket remove \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"1,25 12,59 52,59 63,25 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"14\" y1=\"25\" x2=\"22\" y2=\"5\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"50\" y1=\"25\" x2=\"42\" y2=\"5\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"39\" y1=\"50\" x2=\"25\" y2=\"36\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"25\" y1=\"50\" x2=\"39\" y2=\"36\"/>\r\n</svg>\r\n</li><li title=\"basket search \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"1,25 12,59 52,59 63,25 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"14\" y1=\"25\" x2=\"22\" y2=\"5\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"50\" y1=\"25\" x2=\"42\" y2=\"5\"/>\r\n<g>\r\n\t<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"29\" cy=\"40\" r=\"6\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"33\" y1=\"44\" x2=\"41\" y2=\"52\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"basket upload \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"1,25 12,59 52,59 63,25 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"14\" y1=\"25\" x2=\"22\" y2=\"5\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"50\" y1=\"25\" x2=\"42\" y2=\"5\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"23.998,41 \r\n\t31.998,33 39.998,41 \"/>\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"31.998\" y1=\"33\" x2=\"31.998\" y2=\"53\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"bath \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M53.92,10.081c12.107,12.105,12.107,31.732,0,43.838\r\n\tc-12.106,12.108-31.734,12.108-43.84,0c-12.107-12.105-12.107-31.732,0-43.838C22.186-2.027,41.813-2.027,53.92,10.081z\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"24\" y1=\"48\" x2=\"24\" y2=\"16\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M24,17h5.443c0,0,8.562-0.783,8.562,7\r\n\ts-8.562,7-8.562,7H24\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M24,31h6.221c0,0,9.781-0.893,9.781,8\r\n\ts-9.781,8-9.781,8H24\"/>\r\n<rect x=\"29\" y=\"13\" width=\"2\" height=\"39\"/>\r\n</svg>\r\n</li><li title=\"cart \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"20\" cy=\"57\" r=\"6\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"44\" cy=\"57\" r=\"6\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"26\" y1=\"57\" x2=\"38\" y2=\"57\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"14,57 10,2 0,2 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"13,43 56,40 63,10 11,10 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"20,10 22,4 32,4 34,10 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"32,4 37,1 53,1 56,10 \"/>\r\n</svg>\r\n</li><li title=\"cart check \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"20\" cy=\"57\" r=\"6\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"44\" cy=\"57\" r=\"6\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"26\" y1=\"57\" x2=\"38\" y2=\"57\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"14,57 10,2 0,2 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"13,43 56,40 63,10 11,10 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"27,24 34,31 \r\n\t47,18 \"/>\r\n</svg>\r\n</li><li title=\"cart cloud \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"20\" cy=\"57\" r=\"6\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"44\" cy=\"57\" r=\"6\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"26\" y1=\"57\" x2=\"38\" y2=\"57\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"14,57 10,2 0,2 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"13,43 56,40 63,10 11,10 \"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M38.887,31H43c1.887,0,3-1,3-3c0-1-1-3-3-3\r\n\tc0-3.604-3.277-6-7-6c-3.295,0-6.413,2.978-7,6l0,0c-2,0-3,2-3,3c0,2,1,3,3,3h10.434\"/>\r\n</svg>\r\n</li><li title=\"cart content \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"20\" cy=\"57\" r=\"6\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"44\" cy=\"57\" r=\"6\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"26\" y1=\"57\" x2=\"38\" y2=\"57\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"14,57 10,2 0,2 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"13,43 56,40 63,10 11,10 \"/>\r\n</svg>\r\n</li><li title=\"cart download \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"20\" cy=\"57\" r=\"6\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"44\" cy=\"57\" r=\"6\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"26\" y1=\"57\" x2=\"38\" y2=\"57\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"14,57 10,2 0,2 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"13,43 56,40 63,10 11,10 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"44,27 36,35 \r\n\t28,27 \"/>\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"36\" y1=\"35\" x2=\"36\" y2=\"15\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"cart minus \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"20\" cy=\"57\" r=\"6\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"44\" cy=\"57\" r=\"6\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"26\" y1=\"57\" x2=\"38\" y2=\"57\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"14,57 10,2 0,2 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"13,43 56,40 63,10 11,10 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"45\" y1=\"26\" x2=\"27\" y2=\"26\"/>\r\n</svg>\r\n</li><li title=\"cart plus \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"20\" cy=\"57\" r=\"6\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"44\" cy=\"57\" r=\"6\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"26\" y1=\"57\" x2=\"38\" y2=\"57\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"14,57 10,2 0,2 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"13,43 56,40 63,10 11,10 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"36\" y1=\"17\" x2=\"36\" y2=\"35\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"45\" y1=\"26\" x2=\"27\" y2=\"26\"/>\r\n</svg>\r\n</li><li title=\"cart refresh \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"20\" cy=\"57\" r=\"6\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"44\" cy=\"57\" r=\"6\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"26\" y1=\"57\" x2=\"38\" y2=\"57\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"14,57 10,2 0,2 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"13,43 56,40 63,10 11,10 \"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M28,26c0,4.418,3.582,9,8,9h4\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"37,39 40,35 \r\n\t37,31 \"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M46,26c0-4.418-3.582-9-8-9h-4\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"37,13 34,17 \r\n\t37,21 \"/>\r\n</svg>\r\n</li><li title=\"cart remove \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"20\" cy=\"57\" r=\"6\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"44\" cy=\"57\" r=\"6\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"26\" y1=\"57\" x2=\"38\" y2=\"57\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"14,57 10,2 0,2 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"13,43 56,40 63,10 11,10 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"43\" y1=\"33\" x2=\"29\" y2=\"19\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"29\" y1=\"33\" x2=\"43\" y2=\"19\"/>\r\n</svg>\r\n</li><li title=\"cart search \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"20\" cy=\"57\" r=\"6\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"44\" cy=\"57\" r=\"6\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"26\" y1=\"57\" x2=\"38\" y2=\"57\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"14,57 10,2 0,2 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"13,43 56,40 63,10 11,10 \"/>\r\n<g>\r\n\t<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"33\" cy=\"23\" r=\"6\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"37\" y1=\"27\" x2=\"45\" y2=\"35\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"cart upload \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"20\" cy=\"57\" r=\"6\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"44\" cy=\"57\" r=\"6\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"26\" y1=\"57\" x2=\"38\" y2=\"57\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"14,57 10,2 0,2 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"13,43 56,40 63,10 11,10 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"27.998,24 \r\n\t35.998,16 43.998,24 \"/>\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"35.998\" y1=\"16\" x2=\"35.998\" y2=\"36\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"cent \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M53.92,10.081c12.107,12.105,12.107,31.732,0,43.838\r\n\tc-12.106,12.108-31.734,12.108-43.839,0c-12.107-12.105-12.107-31.732,0-43.838C22.186-2.027,41.813-2.027,53.92,10.081z\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M42,43c0,0-1,4-10,4s-12-7-12-15s3-15,12-15\r\n\ts10,4,10,4\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"12\" x2=\"32\" y2=\"52\"/>\r\n</svg>\r\n</li><li title=\"colon \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M53.92,10.081c12.107,12.105,12.107,31.732,0,43.838\r\n\tc-12.106,12.108-31.734,12.108-43.839,0c-12.107-12.105-12.107-31.732,0-43.838C22.186-2.027,41.813-2.027,53.92,10.081z\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M42,43c0,0-1,4-10,4s-12-7-12-15s3-15,12-15\r\n\ts10,4,10,4\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"36\" y1=\"14\" x2=\"21\" y2=\"49\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"41\" y1=\"14\" x2=\"26\" y2=\"49\"/>\r\n</svg>\r\n</li><li title=\"creditcard \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<rect x=\"1\" y=\"11\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"62\" height=\"42\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"1\" y1=\"17\" x2=\"63\" y2=\"17\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"1\" y1=\"25\" x2=\"63\" y2=\"25\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"6\" y1=\"47\" x2=\"10\" y2=\"47\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"12\" y1=\"47\" x2=\"41\" y2=\"47\"/>\r\n</svg>\r\n</li><li title=\"diamond \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"29,6 46,6 63,27 32,58 1,27 18,6 32,6 \r\n\t\t32,58 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"32,57 18,27 24,6 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"32,57 46,27 40,6 \t\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"1\" y1=\"27\" x2=\"63\" y2=\"27\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"dollar \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<rect x=\"29\" y=\"13\" width=\"2\" height=\"39\"/>\r\n<rect x=\"33\" y=\"13\" width=\"2\" height=\"39\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M40.988,23c0,0,0-6-9-6s-8,7-8,7s0,7,8,7\r\n\tc9,0,10.012,6,10.012,7c0,2,0.988,8-10.012,8c-9,0-8.988-4-8.988-5\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M53.92,10.081c12.107,12.105,12.107,31.732,0,43.838\r\n\tc-12.106,12.108-31.734,12.108-43.839,0c-12.107-12.105-12.107-31.732,0-43.838C22.186-2.027,41.813-2.027,53.92,10.081z\"/>\r\n</svg>\r\n</li><li title=\"euro \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M53.92,10.081c12.107,12.105,12.107,31.732,0,43.838\r\n\tc-12.106,12.108-31.734,12.108-43.839,0c-12.107-12.105-12.107-31.732,0-43.838C22.186-2.027,41.813-2.027,53.92,10.081z\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M42,43c0,0-1,4-10,4s-12-7-12-15s3-15,12-15\r\n\ts10,4,10,4\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"15\" y1=\"30\" x2=\"34\" y2=\"30\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"15\" y1=\"34\" x2=\"34\" y2=\"34\"/>\r\n</svg>\r\n</li><li title=\"franc \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M53.92,10.081c12.107,12.105,12.107,31.732,0,43.838\r\n\tc-12.106,12.108-31.734,12.108-43.84,0c-12.107-12.105-12.107-31.732,0-43.838C22.186-2.027,41.813-2.027,53.92,10.081z\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"25,48 25,18 41,18 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"25\" y1=\"32\" x2=\"39\" y2=\"32\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"20\" y1=\"38\" x2=\"34\" y2=\"38\"/>\r\n</svg>\r\n</li><li title=\"gift \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<rect x=\"1\" y=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"62\" height=\"9\"/>\r\n<rect x=\"6\" y=\"27\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"52\" height=\"31\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"58\" x2=\"32\" y2=\"18\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M32,18c0,0-13,0.101-13-9c0-7,13-4.068,13,2\r\n\tC32,17.067,32,18,32,18z\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M32,18c0,0,13,0.101,13-9c0-7-13-4.068-13,2\r\n\tC32,17.067,32,18,32,18z\"/>\r\n</svg>\r\n</li><li title=\"graph1 \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M54.999,36.001C55,50.913,42.912,63,28,62.999\r\n\tC13.087,63,1,50.912,1.001,36C1,21.088,13.088,9,28,9.001V36L54.999,36.001z\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M63,28C63.001,13.087,50.914,0.998,36.001,1v27H63z\"\r\n\t/>\r\n</svg>\r\n</li><li title=\"graph2 \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<rect x=\"10\" y=\"29\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"12\" height=\"34\"/>\r\n<rect x=\"42\" y=\"39\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"12\" height=\"24\"/>\r\n<rect x=\"26\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"12\" height=\"62\"/>\r\n</svg>\r\n</li><li title=\"graph3 \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"56\" cy=\"34\" r=\"3\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"22\" cy=\"4\" r=\"3\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"40\" cy=\"50\" r=\"3\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"7\" cy=\"31\" r=\"3\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"8\" y1=\"28\" x2=\"20\" y2=\"6\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"43\" y1=\"48\" x2=\"54\" y2=\"36\"/>\r\n<rect x=\"1\" y=\"57\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"62\" height=\"6\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"24\" y1=\"6\" x2=\"38\" y2=\"47\"/>\r\n</svg>\r\n</li><li title=\"graph decrease \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<rect x=\"10\" y=\"16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"12\" height=\"47\"/>\r\n<rect x=\"42\" y=\"45\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"12\" height=\"18\"/>\r\n<rect x=\"26\" y=\"32\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"12\" height=\"31\"/>\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"16\" y1=\"1\" x2=\"54\" y2=\"39\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"43,39 54,39 \r\n\t\t54,28 \t\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"graph increase \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<rect x=\"10\" y=\"45\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"12\" height=\"18\"/>\r\n<rect x=\"42\" y=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"12\" height=\"45\"/>\r\n<rect x=\"26\" y=\"32\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"12\" height=\"31\"/>\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"14\" y1=\"38\" x2=\"51\" y2=\"1\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"40,1 51,1 51,12 \r\n\t\t\t\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"guarani \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M53.92,10.081c12.107,12.105,12.107,31.732,0,43.838\r\n\tc-12.106,12.108-31.734,12.108-43.839,0c-12.107-12.105-12.107-31.732,0-43.838C22.186-2.027,41.813-2.027,53.92,10.081z\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M42,21c0,0-1-4-10-4s-12,7-12,15s3,15,12,15\r\n\ts10-4,10-4v-7h-6\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"12\" x2=\"32\" y2=\"52\"/>\r\n</svg>\r\n</li><li title=\"kips \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M53.92,10.081c12.107,12.105,12.107,31.732,0,43.838\r\n\tc-12.106,12.108-31.734,12.108-43.839,0c-12.107-12.105-12.107-31.732,0-43.838C22.186-2.027,41.813-2.027,53.92,10.081z\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"25\" y1=\"16\" x2=\"25\" y2=\"48\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"43,48 26,31 42,16 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"20\" y1=\"31\" x2=\"39\" y2=\"31\"/>\r\n</svg>\r\n</li><li title=\"lira \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M53.92,10.081c12.107,12.105,12.107,31.732,0,43.838\r\n\tc-12.106,12.108-31.734,12.108-43.84,0c-12.107-12.105-12.107-31.732,0-43.838C22.186-2.027,41.813-2.027,53.92,10.081z\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M42,19c0,0-1.059-3-6-3s-9,2-9,7s0,26,0,26h14\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"21\" y1=\"49\" x2=\"27\" y2=\"49\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"21\" y1=\"32\" x2=\"35\" y2=\"32\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"21\" y1=\"38\" x2=\"35\" y2=\"38\"/>\r\n</svg>\r\n</li><li title=\"megaphone \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"1,29 1,35 7,41 45.5,41 61,53 63,53 63,29 \r\n\t63,5 61,5 45.5,17 7,17 1,23 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"19,41 12,59 18,59 28,41 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"43\" y1=\"17\" x2=\"43\" y2=\"41\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"36\" y1=\"41\" x2=\"36\" y2=\"17\"/>\r\n</svg>\r\n</li><li title=\"money \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"44\" cy=\"38\" r=\"19\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"44\" cy=\"38\" r=\"13\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"30,51 1,51 1,57 38,57 38,56 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"27,45 3,45 3,51 30,51 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"26,39 5,39 5,45 27,45 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"26,33 1,33 1,39 26,39 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"29,27 3,27 3,33 26,33 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"35,21 1,21 1,27 29,27 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"40,20 40,15 3,15 3,21 35,21 \"/>\r\n<rect x=\"1\" y=\"9\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"37\" height=\"6\"/>\r\n</svg>\r\n</li><li title=\"naira \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M53.92,10.081c12.107,12.105,12.107,31.732,0,43.838\r\n\tc-12.106,12.108-31.734,12.108-43.84,0c-12.107-12.105-12.107-31.732,0-43.838C22.186-2.027,41.813-2.027,53.92,10.081z\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"22,49 22,18 23,18 39,48 40,48 40,17 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"17\" y1=\"30\" x2=\"45\" y2=\"30\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"17\" y1=\"36\" x2=\"45\" y2=\"36\"/>\r\n</svg>\r\n</li><li title=\"pesos \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M53.92,10.081c12.107,12.105,12.107,31.732,0,43.838\r\n\tc-12.106,12.108-31.734,12.108-43.839,0c-12.107-12.105-12.107-31.732,0-43.838C22.186-2.027,41.813-2.027,53.92,10.081z\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"24\" y1=\"48\" x2=\"24\" y2=\"16\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M24,17h7c0,0,11-1,11,9s-11,9-11,9h-7\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"19\" y1=\"24\" x2=\"47\" y2=\"24\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"19\" y1=\"28\" x2=\"47\" y2=\"28\"/>\r\n</svg>\r\n</li><li title=\"pound \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M53.92,10.081c12.107,12.105,12.107,31.732,0,43.838\r\n\tc-12.106,12.108-31.734,12.108-43.839,0c-12.107-12.105-12.107-31.732,0-43.838C22.186-2.027,41.813-2.027,53.92,10.081z\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M42,19c0,0-1.059-3-6-3c-4.941,0-9,2-9,7s0,26,0,26\r\n\th14\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"21\" y1=\"49\" x2=\"27\" y2=\"49\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"21\" y1=\"32\" x2=\"35\" y2=\"32\"/>\r\n</svg>\r\n</li><li title=\"receipt \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"14.999\" x2=\"46\" y2=\"14.999\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"18\" y1=\"23.999\" x2=\"46\" y2=\"23.999\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"18\" y1=\"33.999\" x2=\"46\" y2=\"33.999\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"18\" y1=\"43.999\" x2=\"46\" y2=\"43.999\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"18\" y1=\"53.999\" x2=\"46\" y2=\"53.999\"/>\r\n</g>\r\n<g>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"52,62.999 52,0.999 26,0.999 12,14.999 \r\n\t\t12,63 16,61 20,63 24,61 28,63 32,61 36,63 40,61 44,63 48,61 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"12,14.999 26,14.999 26,0.999 \t\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"receipt bath \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"52,62.999 52,0.999 26,0.999 12,14.999 \r\n\t\t12,63 16,61 20,63 24,61 28,63 32,61 36,63 40,61 44,63 48,61 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"12,14.999 26,14.999 26,0.999 \t\"/>\r\n</g>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"26\" y1=\"48\" x2=\"26\" y2=\"22\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M26,23h5c0,0,6,0,6,6c0,5-6,5-6,5h-5\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M27,34h5c0,0,7-0.226,7,7c0,6-7,6-7,6h-6\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"20\" x2=\"32\" y2=\"50\"/>\r\n</svg>\r\n</li><li title=\"receipt cent \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"52,62.999 52,0.999 26,0.999 12,14.999 \r\n\t\t12,63 16,61 20,63 24,61 28,63 32,61 36,63 40,61 44,63 48,61 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"12,14.999 26,14.999 26,0.999 \t\"/>\r\n</g>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M42,42c0,0-0.933,4-8,4c-7.066,0-9-5.719-9-12\r\n\ts1.934-11,9-11c7.067,0,8,3,8,3\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"34\" y1=\"20\" x2=\"34\" y2=\"49\"/>\r\n</svg>\r\n</li><li title=\"receipt dollar \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"52,62.999 52,0.999 26,0.999 12,14.999 \r\n\t\t12,63 16,61 20,63 24,61 28,63 32,61 36,63 40,61 44,63 48,61 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"12,14.999 26,14.999 26,0.999 \t\"/>\r\n</g>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M38,28c0,0,0.161-4-6-4s-6,3-6,5s0.523,4,6,4\r\n\tc6.161,0,7,4.315,7,5c0,1.369,0.53,6-7,6c-6.161,0-6-3.315-6-4\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"34\" y1=\"21\" x2=\"34\" y2=\"48\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"30\" y1=\"21\" x2=\"30\" y2=\"48\"/>\r\n</svg>\r\n</li><li title=\"receipt euro \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"52,62.999 52,0.999 26,0.999 12,14.999 \r\n\t\t12,63 16,61 20,63 24,61 28,63 32,61 36,63 40,61 44,63 48,61 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"12,14.999 26,14.999 26,0.999 \t\"/>\r\n</g>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M42,42c0,0-0.933,4-8,4c-7.066,0-9-5.719-9-12\r\n\ts1.934-11,9-11c7.067,0,8,3,8,3\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"21\" y1=\"33\" x2=\"36\" y2=\"33\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"21\" y1=\"37\" x2=\"36\" y2=\"37\"/>\r\n</svg>\r\n</li><li title=\"receipt franc \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"52,62.999 52,0.999 26,0.999 12,14.999 \r\n\t\t12,63 16,61 20,63 24,61 28,63 32,61 36,63 40,61 44,63 48,61 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"12,14.999 26,14.999 26,0.999 \t\"/>\r\n</g>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"27,48 27,21 40,21 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"27\" y1=\"34\" x2=\"38\" y2=\"34\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"23\" y1=\"39\" x2=\"34\" y2=\"39\"/>\r\n</svg>\r\n</li><li title=\"receipt guarani \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"52,62.999 52,0.999 26,0.999 12,14.999 \r\n\t\t12,63 16,61 20,63 24,61 28,63 32,61 36,63 40,61 44,63 48,61 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"12,14.999 26,14.999 26,0.999 \t\"/>\r\n</g>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M42,26c0,0-0.933-3-8-3c-7.066,0-9,4.719-9,11\r\n\ts1.934,12,9,12c7.067,0,8-4,8-4v-5h-4\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"34\" y1=\"20\" x2=\"34\" y2=\"49\"/>\r\n</svg>\r\n</li><li title=\"receipt kips \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"52,62.999 52,0.999 26,0.999 12,14.999 \r\n\t\t12,63 16,61 20,63 24,61 28,63 32,61 36,63 40,61 44,63 48,61 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"12,14.999 26,14.999 26,0.999 \t\"/>\r\n</g>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"27\" y1=\"20\" x2=\"27\" y2=\"48\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"42,48 26.916,33.125 40.024,20 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"22\" y1=\"33\" x2=\"37\" y2=\"33\"/>\r\n</svg>\r\n</li><li title=\"receipt lira \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"52,62.999 52,0.999 26,0.999 12,14.999 \r\n\t\t12,63 16,61 20,63 24,61 28,63 32,61 36,63 40,61 44,63 48,61 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"12,14.999 26,14.999 26,0.999 \t\"/>\r\n</g>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M39,23c0,0-1.062-1.916-4.941-1.916\r\n\tC30.178,21.084,27,22.074,27,26c0,3.927,0,21,0,21h11\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"22\" y1=\"34\" x2=\"34\" y2=\"34\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"22\" y1=\"38\" x2=\"34\" y2=\"38\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"22\" y1=\"47\" x2=\"27\" y2=\"47\"/>\r\n</svg>\r\n</li><li title=\"receipt naira \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"52,62.999 52,0.999 26,0.999 12,14.999 \r\n\t\t12,63 16,61 20,63 24,61 28,63 32,61 36,63 40,61 44,63 48,61 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"12,14.999 26,14.999 26,0.999 \t\"/>\r\n</g>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"25,48 25,21 25.929,21 39.071,47 40,47 \r\n\t40,20 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"20\" y1=\"31\" x2=\"44\" y2=\"31\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"20\" y1=\"37\" x2=\"44\" y2=\"37\"/>\r\n</svg>\r\n</li><li title=\"receipt pesos \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"52,62.999 52,0.999 26,0.999 12,14.999 \r\n\t\t12,63 16,61 20,63 24,61 28,63 32,61 36,63 40,61 44,63 48,61 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"12,14.999 26,14.999 26,0.999 \t\"/>\r\n</g>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"24\" y1=\"48\" x2=\"24\" y2=\"20\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M24,21h6c0,0,10.018-0.703,10.018,8S30,37,30,37h-6\"\r\n\t/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"20\" y1=\"27\" x2=\"44\" y2=\"27\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"20\" y1=\"31\" x2=\"44\" y2=\"31\"/>\r\n</svg>\r\n</li><li title=\"receipt pound \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"52,62.999 52,0.999 26,0.999 12,14.999 \r\n\t\t12,63 16,61 20,63 24,61 28,63 32,61 36,63 40,61 44,63 48,61 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"12,14.999 26,14.999 26,0.999 \t\"/>\r\n</g>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M39,23c0,0-1.062-1.916-4.941-1.916\r\n\tC30.178,21.084,27,22.074,27,26c0,3.927,0,21,0,21h11\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"22\" y1=\"34\" x2=\"34\" y2=\"34\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"22\" y1=\"47\" x2=\"27\" y2=\"47\"/>\r\n</svg>\r\n</li><li title=\"receipt rublo \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"52,62.999 52,0.999 26,0.999 12,14.999 \r\n\t\t12,63 16,61 20,63 24,61 28,63 32,61 36,63 40,61 44,63 48,61 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"12,14.999 26,14.999 26,0.999 \t\"/>\r\n</g>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"26\" y1=\"48\" x2=\"26\" y2=\"20\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M26,21h5.953c0,0,10.078-0.723,10.078,8\r\n\ts-10.078,8-10.078,8H22\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"22\" y1=\"42\" x2=\"33\" y2=\"42\"/>\r\n</svg>\r\n</li><li title=\"receipt rupee \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"52,62.999 52,0.999 26,0.999 12,14.999 \r\n\t\t12,63 16,61 20,63 24,61 28,63 32,61 36,63 40,61 44,63 48,61 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"12,14.999 26,14.999 26,0.999 \t\"/>\r\n</g>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M35.062,49.938L22,38v-1h6c0,0,10,0.75,10-8\r\n\tc0-7.875-10-8-10-8h-7\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"21\" y1=\"21\" x2=\"43\" y2=\"21\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"21\" y1=\"26\" x2=\"43\" y2=\"26\"/>\r\n</svg>\r\n</li><li title=\"receipt tugrik \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"52,62.999 52,0.999 26,0.999 12,14.999 \r\n\t\t12,63 16,61 20,63 24,61 28,63 32,61 36,63 40,61 44,63 48,61 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"12,14.999 26,14.999 26,0.999 \t\"/>\r\n</g>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"21\" x2=\"32\" y2=\"48\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"21\" y1=\"21\" x2=\"43\" y2=\"21\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"37\" y1=\"26\" x2=\"27\" y2=\"32\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"37\" y1=\"31\" x2=\"27\" y2=\"37\"/>\r\n</svg>\r\n</li><li title=\"receipt won \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"52,62.999 52,0.999 26,0.999 12,14.999 \r\n\t\t12,63 16,61 20,63 24,61 28,63 32,61 36,63 40,61 44,63 48,61 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"12,14.999 26,14.999 26,0.999 \t\"/>\r\n</g>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"18,20 24,47 25,47 31,22 33,22 39,47 \r\n\t40,47 46,20 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"16\" y1=\"32\" x2=\"48\" y2=\"32\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"16\" y1=\"37\" x2=\"48\" y2=\"37\"/>\r\n</svg>\r\n</li><li title=\"receipt yen \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"52,62.999 52,0.999 26,0.999 12,14.999 \r\n\t\t12,63 16,61 20,63 24,61 28,63 32,61 36,63 40,61 44,63 48,61 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"12,14.999 26,14.999 26,0.999 \t\"/>\r\n</g>\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"22,22 32,36 32,48 \t\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"42\" y1=\"22\" x2=\"32\" y2=\"36\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"23\" y1=\"38\" x2=\"41\" y2=\"38\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"34\" y1=\"33\" x2=\"41\" y2=\"33\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"23\" y1=\"33\" x2=\"30\" y2=\"33\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"receipt yen2 \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"52,62.999 52,0.999 26,0.999 12,14.999 \r\n\t\t12,63 16,61 20,63 24,61 28,63 32,61 36,63 40,61 44,63 48,61 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"12,14.999 26,14.999 26,0.999 \t\"/>\r\n</g>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"22\" y1=\"21\" x2=\"42\" y2=\"21\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"19\" y1=\"26\" x2=\"45\" y2=\"26\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M28,27v16c0,0-0.602,4-3.121,4H22\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M36,27v17c0,0,0.637,3,3.997,3H42\"/>\r\n</svg>\r\n</li><li title=\"recept colon \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"52,62.999 52,0.999 26,0.999 12,14.999 \r\n\t\t12,63 16,61 20,63 24,61 28,63 32,61 36,63 40,61 44,63 48,61 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"12,14.999 26,14.999 26,0.999 \t\"/>\r\n</g>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M42,42c0,0-0.933,4-8,4c-7.066,0-9-5.719-9-12\r\n\ts1.934-11,9-11c7.067,0,8,3,8,3\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"37.869\" y1=\"20\" x2=\"24\" y2=\"47\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"42\" y1=\"21\" x2=\"28\" y2=\"48\"/>\r\n</svg>\r\n</li><li title=\"rublo \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M53.92,10.081c12.107,12.105,12.107,31.732,0,43.838\r\n\tc-12.106,12.108-31.734,12.108-43.84,0c-12.107-12.105-12.107-31.732,0-43.838C22.186-2.027,41.813-2.027,53.92,10.081z\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"24\" y1=\"48\" x2=\"24\" y2=\"16\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M24,17h7c0,0,11-1,11,9s-11,9-11,9H19\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"19\" y1=\"41\" x2=\"32\" y2=\"41\"/>\r\n</svg>\r\n</li><li title=\"rupee \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M53.92,10.081c12.107,12.105,12.107,31.732,0,43.838\r\n\tc-12.106,12.108-31.734,12.108-43.84,0c-12.107-12.105-12.107-31.732,0-43.838C22.186-2.027,41.813-2.027,53.92,10.081z\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M36,50L21,36v-1h7c0,0,11,1,11-9c0-9-11-9-11-9h-8\"\r\n\t/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"20\" y1=\"17\" x2=\"44\" y2=\"17\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"20\" y1=\"23\" x2=\"44\" y2=\"23\"/>\r\n</svg>\r\n</li><li title=\"safe \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<rect x=\"1\" y=\"5\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"62\" height=\"54\"/>\r\n<rect x=\"11\" y=\"11\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"46\" height=\"42\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"6\" y1=\"17\" x2=\"12\" y2=\"17\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"6\" y1=\"27\" x2=\"12\" y2=\"27\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"6\" y1=\"37\" x2=\"12\" y2=\"37\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"6\" y1=\"47\" x2=\"12\" y2=\"47\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"44\" cy=\"32\" r=\"3\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"44\" cy=\"32\" r=\"9\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"35\" y1=\"32\" x2=\"41\" y2=\"32\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"44\" y1=\"29\" x2=\"44\" y2=\"23\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"47\" y1=\"32\" x2=\"53\" y2=\"32\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"44\" y1=\"35\" x2=\"44\" y2=\"41\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"46\" y1=\"34\" x2=\"50\" y2=\"38\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"46\" y1=\"30\" x2=\"50\" y2=\"26\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"42\" y1=\"30\" x2=\"38\" y2=\"26\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"42\" y1=\"34\" x2=\"38.026\" y2=\"38\"/>\r\n</svg>\r\n</li><li title=\"sale \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"25,1 63,39 39,63 1,25 1,1 \t\"/>\r\n\t<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"17\" cy=\"17\" r=\"6\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"sales \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"21.903,5 55,38.097 34.097,59 1,25.903 \r\n\t\t1,5 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"29.903,5 63,38.097 42.097,59 \t\"/>\r\n\t<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"14\" cy=\"18\" r=\"5\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"ticket \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M57,18c-1.504,1.504-2.705,2-5,2\r\n\t\tc-4.59,0-8-3.41-8-8c0-2.295,0.496-3.496,2-5l-6-6L1,40l6,6c1.504-1.504,2.705-2,5-2c4.59,0,8,3.41,8,8c0,2.295-0.496,3.496-2,5\r\n\t\tl6,6l39-39L57,18z\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"26\" y1=\"15\" x2=\"30\" y2=\"19\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"45\" y1=\"34\" x2=\"49\" y2=\"38\"/>\r\n</g>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"21\" x2=\"36\" y2=\"25\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"39\" y1=\"28\" x2=\"43\" y2=\"32\"/>\r\n</svg>\r\n</li><li title=\"tugriks \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M53.92,10.081c12.107,12.105,12.107,31.732,0,43.838\r\n\tc-12.106,12.108-31.734,12.108-43.839,0c-12.107-12.105-12.107-31.732,0-43.838C22.186-2.027,41.813-2.027,53.92,10.081z\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"17\" x2=\"32\" y2=\"52\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"18\" y1=\"17\" x2=\"46\" y2=\"17\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"39\" y1=\"24\" x2=\"25\" y2=\"32\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"39\" y1=\"30\" x2=\"25\" y2=\"38\"/>\r\n</svg>\r\n</li><li title=\"wallet \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"61,44 61,55 1,55 1,15 61,15 61,26 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"6,9 54,9 54,15 \"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M6,9c-2.762,0-5,2.239-5,5\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M43.125,26c-4.972,0-9,4.029-9,9c0,4.97,4.028,9,9,9\r\n\tH63V26H43.125z\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"44\" cy=\"35\" r=\"3\"/>\r\n</svg>\r\n</li><li title=\"won \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M53.92,10.081c12.107,12.105,12.107,31.732,0,43.838\r\n\tc-12.106,12.108-31.734,12.108-43.84,0c-12.107-12.105-12.107-31.732,0-43.838C22.186-2.027,41.813-2.027,53.92,10.081z\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"15,16 23,48 24,48 31,18 33,18 40,48 \r\n\t41,48 49,16 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"13\" y1=\"30\" x2=\"51\" y2=\"30\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"13\" y1=\"36\" x2=\"51\" y2=\"36\"/>\r\n</svg>\r\n</li><li title=\"yen \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M53.92,10.081c12.107,12.105,12.107,31.732,0,43.838\r\n\tc-12.106,12.108-31.734,12.108-43.839,0c-12.107-12.105-12.107-31.732,0-43.838C22.186-2.027,41.813-2.027,53.92,10.081z\"/>\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"20,16 32,33 32,48 \t\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"44\" y1=\"16\" x2=\"32\" y2=\"33\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"21\" y1=\"36\" x2=\"43\" y2=\"36\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"34\" y1=\"30\" x2=\"43\" y2=\"30\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"21\" y1=\"30\" x2=\"30\" y2=\"30\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"yen2 \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M53.92,10.081c12.107,12.105,12.107,31.732,0,43.838\r\n\tc-12.106,12.108-31.734,12.108-43.84,0c-12.107-12.105-12.107-31.732,0-43.838C22.186-2.027,41.813-2.027,53.92,10.081z\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"20\" y1=\"17\" x2=\"44\" y2=\"17\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"16\" y1=\"23\" x2=\"48\" y2=\"23\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M26,23v20c0,0,0,5-3,5h-4\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M37,23v21c0,0,0,4,4,4h2\"/>\r\n</svg>\r\n</li><li class='heading'>music</li><li title=\"beginning button \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"32,43 18,32 \r\n\t\t32,21 \t\"/>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"52,43 38,32 \r\n\t\t52,21 \t\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"12\" y1=\"41\" x2=\"12\" y2=\"23\"/>\r\n\t<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M53.92,10.081\r\n\t\tc12.107,12.105,12.107,31.732,0,43.838c-12.106,12.108-31.734,12.108-43.839,0c-12.107-12.105-12.107-31.732,0-43.838\r\n\t\tC22.186-2.027,41.813-2.027,53.92,10.081z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"bell \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M32,55h25v-4l-7-7V25c0-9.941-8.059-18-18-18\r\n\ts-18,8.059-18,18v19l-7,7v4H32z\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"14\" y1=\"41\" x2=\"50\" y2=\"41\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"14\" y1=\"35\" x2=\"50\" y2=\"35\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M39,55c0,4.418-3.582,8-8,8s-8-3.582-8-8\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"28,7 28,1 36,1 36,7 \"/>\r\n</svg>\r\n</li><li title=\"cd \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"32\" r=\"31\"/>\r\n\t<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"32\" r=\"6\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"26\" y1=\"30\" x2=\"5\" y2=\"17\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"30\" y1=\"26\" x2=\"18\" y2=\"5\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"38\" y1=\"34\" x2=\"59\" y2=\"47\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"34\" y1=\"38\" x2=\"47\" y2=\"59\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"diapason \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"5\" cy=\"59\" r=\"4\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M23,29c-3.124,3.124-3.124,8.876,0,12\r\n\tc3.124,3.124,8.876,2.124,12-1\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"23\" y1=\"29\" x2=\"51\" y2=\"1\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"35\" y1=\"40\" x2=\"63\" y2=\"12\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"23\" y1=\"41\" x2=\"8\" y2=\"56\"/>\r\n</svg>\r\n</li><li title=\"eject button \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"21,34 32,20 \r\n\t\t43,34 \t\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"22\" y1=\"40\" x2=\"42\" y2=\"40\"/>\r\n\t<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M53.92,10.081\r\n\t\tc12.107,12.105,12.107,31.732,0,43.838c-12.106,12.108-31.734,12.108-43.84,0c-12.107-12.105-12.107-31.732,0-43.838\r\n\t\tC22.186-2.027,41.813-2.027,53.92,10.081z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"end button \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"32,21 46,32 \r\n\t\t32,43 \t\"/>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"12,21 26,32 \r\n\t\t12,43 \t\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"52\" y1=\"23\" x2=\"52\" y2=\"41\"/>\r\n\t<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M53.92,10.081\r\n\t\tc12.107,12.105,12.107,31.732,0,43.838c-12.106,12.108-31.734,12.108-43.84,0c-12.107-12.105-12.107-31.732,0-43.838\r\n\t\tC22.186-2.027,41.813-2.027,53.92,10.081z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"fastforward button \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"36,21 50,32 \r\n\t\t36,43 \t\"/>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"16,21 30,32 \r\n\t\t16,43 \t\"/>\r\n\t<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M53.92,10.081\r\n\t\tc12.107,12.105,12.107,31.732,0,43.838c-12.106,12.108-31.734,12.108-43.84,0c-12.107-12.105-12.107-31.732,0-43.838\r\n\t\tC22.186-2.027,41.813-2.027,53.92,10.081z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"headphones \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M11,53C5.477,53,1,48.523,1,43s4.477-10,10-10h2v20\r\n\tH11z\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M53,33c5.523,0,10,4.477,10,10s-4.477,10-10,10h-2\r\n\tV33H53z\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M13,36v-9c0,0,0-16,19-16s19,16,19,16v6\"/>\r\n</svg>\r\n</li><li title=\"ipod \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<rect x=\"16\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"32\" height=\"62\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"16\" y1=\"36\" x2=\"48\" y2=\"36\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"16\" y1=\"5\" x2=\"48\" y2=\"5\"/>\r\n\t\r\n\t\t<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" cx=\"31.5\" cy=\"49.5\" r=\"9.5\"/>\r\n\t\r\n\t\t<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" cx=\"31.5\" cy=\"49.5\" r=\"2.5\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"loudspeaker \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<rect x=\"12\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"40\" height=\"62\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"42\" r=\"12\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"16\" r=\"6\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"42\" r=\"2.5\"/>\r\n</svg>\r\n</li><li title=\"microphone \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"45\" cy=\"15\" r=\"14\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"32,20 6,46 14,54 40,28 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"24\" y1=\"28\" x2=\"32\" y2=\"36\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"10,50 6,54 15,63 20,63 42,41 47,46 40,53 \r\n\t\"/>\r\n</svg>\r\n</li><li title=\"microphone old \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"17\" y1=\"63\" x2=\"47\" y2=\"63\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"62\" x2=\"32\" y2=\"42\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M48,26c0,8-8,16-16,16s-16-8-16-16\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M40,27c0,4.418-3.582,8-8,8s-8-3.582-8-8V9\r\n\tc0-4.418,3.582-8,8-8s8,3.582,8,8V27z\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"29\" y1=\"13\" x2=\"24\" y2=\"13\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"29\" y1=\"23\" x2=\"24\" y2=\"23\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"40\" y1=\"13\" x2=\"35\" y2=\"13\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"40\" y1=\"23\" x2=\"35\" y2=\"23\"/>\r\n</svg>\r\n</li><li title=\"mixer \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<rect x=\"1\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"62\" height=\"62\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"16\" y1=\"10\" x2=\"16\" y2=\"54\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"48\" y1=\"10\" x2=\"48\" y2=\"54\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"10\" x2=\"32\" y2=\"54\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"10\" y1=\"14\" x2=\"22\" y2=\"14\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"42\" y1=\"50\" x2=\"54\" y2=\"50\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"26\" y1=\"32\" x2=\"38\" y2=\"32\"/>\r\n</svg>\r\n</li><li title=\"mute \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"4,32 4,20 16,20 34,2 34,32 34,62 16,44 \r\n\t\t4,44 \t\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"42\" y1=\"23\" x2=\"60\" y2=\"41\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"42\" y1=\"41\" x2=\"60\" y2=\"23\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"note multiple \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"18\" cy=\"55\" r=\"8\"/>\r\n\t<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"46\" cy=\"49\" r=\"8\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"54,49 54,1 26,7 26,55 \t\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"26\" y1=\"23\" x2=\"54\" y2=\"17\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"note single \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"22\" cy=\"55\" r=\"8\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"30,55 30,7 50,1 50,15 30,21 \t\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"pause button \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"25\" y1=\"23\" x2=\"25\" y2=\"41\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"38\" y1=\"23\" x2=\"38\" y2=\"41\"/>\r\n\t<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M53.92,10.081\r\n\t\tc12.107,12.105,12.107,31.732,0,43.838c-12.106,12.108-31.734,12.108-43.839,0c-12.107-12.105-12.107-31.732,0-43.838\r\n\t\tC22.186-2.027,41.813-2.027,53.92,10.081z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"play button \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"27,21 41,32 \r\n\t\t27,43 \t\"/>\r\n\t<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M53.92,10.081\r\n\t\tc12.107,12.105,12.107,31.732,0,43.838c-12.106,12.108-31.734,12.108-43.839,0c-12.107-12.105-12.107-31.732,0-43.838\r\n\t\tC22.186-2.027,41.813-2.027,53.92,10.081z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"playlist \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"35\" cy=\"55\" r=\"8\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"43,55 43,7 63,1 63,15 43,21 \t\"/>\r\n</g>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"4\" y1=\"16\" x2=\"38\" y2=\"16\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"4\" y1=\"26\" x2=\"38\" y2=\"26\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"4\" y1=\"36\" x2=\"38\" y2=\"36\"/>\r\n</svg>\r\n</li><li title=\"radio ghettoblaster \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<rect x=\"1\" y=\"21\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"62\" height=\"35\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"17.5\" cy=\"38.5\" r=\"10.5\"/>\r\n<rect x=\"34\" y=\"35\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"23\" height=\"15\"/>\r\n<rect x=\"52\" y=\"27\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"5\" height=\"4\"/>\r\n<rect x=\"43\" y=\"27\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"5\" height=\"4\"/>\r\n<rect x=\"34\" y=\"27\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"5\" height=\"4\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"5,21 5,8 59,8 59,21 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"5\" y1=\"12\" x2=\"59\" y2=\"12\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"14\" y1=\"48\" x2=\"14\" y2=\"29\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"21\" y1=\"48\" x2=\"21\" y2=\"29\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"8\" y1=\"35\" x2=\"27\" y2=\"35\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"8\" y1=\"42\" x2=\"27\" y2=\"42\"/>\r\n</svg>\r\n</li><li title=\"radio portable \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<rect x=\"1\" y=\"22\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"62\" height=\"38\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"20\" cy=\"41\" r=\"13\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"8\" y1=\"36\" x2=\"32\" y2=\"36\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"8\" y1=\"46\" x2=\"32\" y2=\"46\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"25\" y1=\"29\" x2=\"25\" y2=\"53\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"15\" y1=\"29\" x2=\"15\" y2=\"53\"/>\r\n<rect x=\"43\" y=\"28\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"5\" height=\"4\"/>\r\n<rect x=\"52\" y=\"28\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"5\" height=\"4\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"52\" cy=\"49\" r=\"5\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"52\" y1=\"44\" x2=\"52\" y2=\"48\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"3,22 3,18 9,18 9,22 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"53,4 6,16 6,18 \"/>\r\n</svg>\r\n</li><li title=\"record \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"32\" r=\"31\"/>\r\n\t<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"32\" r=\"8\"/>\r\n\t<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M32,48c-8.838,0-16-7.16-16-16\"/>\r\n\t<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M32.002,48\"/>\r\n\t<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M32,16c8.838,0,16,7.162,16,16\"/>\r\n\t<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M32,9\"/>\r\n\t<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M32.003,55C19.299,55,9,44.707,9,32\"/>\r\n\t<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M32.003,55\"/>\r\n\t<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M55,32.002\"/>\r\n\t<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M32,9c12.704,0,23,10.295,23,23\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"recordplayer \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<rect x=\"1\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"62\" height=\"62\"/>\r\n<rect x=\"53\" y=\"7\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"4\" height=\"8\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"27.5\" cy=\"27.5\" r=\"22.5\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"27.5\" cy=\"27.5\" r=\"6\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"57\" y1=\"15\" x2=\"57\" y2=\"48\"/>\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"57,49 51,52 51,48 \r\n\t57,45 \"/>\r\n<rect x=\"5\" y=\"56\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"6\" height=\"3\"/>\r\n<rect x=\"15\" y=\"56\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"6\" height=\"3\"/>\r\n</svg>\r\n</li><li title=\"repeat button \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"56,48 8,48 8,24 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"8,16 56,16 56,40 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"49,33 56,40 \r\n\t63,33 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"15,31 8,24 1,31 \r\n\t\"/>\r\n</svg>\r\n</li><li title=\"rewind button \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"28,43 14,32 \r\n\t\t28,21 \t\"/>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"48,43 34,32 \r\n\t\t48,21 \t\"/>\r\n\t<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M53.92,10.081\r\n\t\tc12.107,12.105,12.107,31.732,0,43.838c-12.106,12.108-31.734,12.108-43.839,0c-12.107-12.105-12.107-31.732,0-43.838\r\n\t\tC22.186-2.027,41.813-2.027,53.92,10.081z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"shuffle button \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"0,48 15,48 47,16 63,16 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"37,38 47,48 63,48 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"0,16 15,16 25,26 \"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" d=\"M56,23\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"56,23 63,16 56,9 \r\n\t\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"56,55 63,48 \r\n\t56,41 \"/>\r\n</svg>\r\n</li><li title=\"stop button \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<rect x=\"22\" y=\"22\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"20\" height=\"20\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M53.92,10.081c12.107,12.105,12.107,31.732,0,43.838\r\n\tc-12.106,12.108-31.734,12.108-43.839,0c-12.107-12.105-12.107-31.732,0-43.838C22.186-2.027,41.813-2.027,53.92,10.081z\"/>\r\n</svg>\r\n</li><li title=\"tape \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<rect x=\"1\" y=\"11\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"62\" height=\"42\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"16\" cy=\"31\" r=\"6\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"48\" cy=\"31\" r=\"6\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"57,53 54,43 32,43 10,43 7,53 \"/>\r\n<rect x=\"5\" y=\"15\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"55\" height=\"4\"/>\r\n<rect x=\"26\" y=\"28\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"12\" height=\"6\"/>\r\n</svg>\r\n</li><li title=\"volume down \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"8,32 8,20 20,20 38,2 38,32 38,62 20,44 \r\n\t\t8,44 \t\"/>\r\n\t<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M46,42c5.522,0,10-4.478,10-10s-4.478-10-10-10\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"volume up \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"3,32 3,20 15,20 33,2 33,32 33,62 15,44 \r\n\t\t3,44 \t\"/>\r\n\t<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M41,42c5.522,0,10-4.478,10-10s-4.478-10-10-10\"/>\r\n\t<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M41,12c11.046,0,20,8.954,20,20s-8.954,20-20,20\"/>\r\n</g>\r\n</svg>\r\n</li><li class='heading'>software</li><li title=\"add vectorpoint \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<rect x=\"1\" y=\"53\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"10\" height=\"10\"/>\r\n<rect x=\"53\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"10\" height=\"10\"/>\r\n<g>\r\n\t<g>\r\n\t\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"44,22 44,20 42,20 \t\t\"/>\r\n\t\t\r\n\t\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-dasharray=\"4,2\" x1=\"40\" y1=\"20\" x2=\"23\" y2=\"20\"/>\r\n\t\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"22,20 20,20 20,22 \t\t\"/>\r\n\t\t\r\n\t\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-dasharray=\"4,2\" x1=\"20\" y1=\"24\" x2=\"20\" y2=\"41\"/>\r\n\t\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"20,42 20,44 22,44 \t\t\"/>\r\n\t\t\r\n\t\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-dasharray=\"4,2\" x1=\"24\" y1=\"44\" x2=\"41\" y2=\"44\"/>\r\n\t\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"42,44 44,44 44,42 \t\t\"/>\r\n\t\t\r\n\t\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-dasharray=\"4,2\" x1=\"44\" y1=\"40\" x2=\"44\" y2=\"23\"/>\r\n\t</g>\r\n</g>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"11\" y1=\"53\" x2=\"20\" y2=\"44\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"44\" y1=\"20\" x2=\"53\" y2=\"11\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"25\" x2=\"32\" y2=\"39\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"39\" y1=\"32\" x2=\"25\" y2=\"32\"/>\r\n</svg>\r\n</li><li title=\"box oval \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<ellipse fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"32\" rx=\"31\" ry=\"20\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"1\" y1=\"32\" x2=\"63\" y2=\"32\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"12\" x2=\"32\" y2=\"52\"/>\r\n</svg>\r\n</li><li title=\"box polygon \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"16.676,59 1.351,32 16.676,5 47.324,5 \r\n\t62.649,32 47.324,59 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"17\" y1=\"5\" x2=\"47\" y2=\"59\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"47\" y1=\"5\" x2=\"17\" y2=\"59\"/>\r\n</svg>\r\n</li><li title=\"box rectangle \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<rect x=\"1\" y=\"12\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"62\" height=\"40\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"1\" y1=\"12\" x2=\"63\" y2=\"52\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"63\" y1=\"12\" x2=\"1\" y2=\"52\"/>\r\n</svg>\r\n</li><li title=\"box roundedrectangle \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M63,40c0,6.627-5.373,12-12,12H13\r\n\tC6.373,52,1,46.627,1,40V24c0-6.627,5.373-12,12-12h38c6.627,0,12,5.373,12,12V40z\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"5\" y1=\"15\" x2=\"59\" y2=\"49\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"59\" y1=\"15\" x2=\"5\" y2=\"49\"/>\r\n</svg>\r\n</li><li title=\"character \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"12,52.5 27,10 28,10 43,52.75 \t\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"17\" y1=\"38\" x2=\"38\" y2=\"38\"/>\r\n</g>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"52\" y1=\"0\" x2=\"52\" y2=\"64\"/>\r\n</svg>\r\n</li><li title=\"crop \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"0,11 53,11 53,64 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"11,0 11,53 64,53 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"11\" y1=\"53\" x2=\"63\" y2=\"1\"/>\r\n</svg>\r\n</li><li title=\"eyedropper \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M47,26l12-12l4-4c0-4.371-4.628-9-9-9\r\n\tc0,0-2.563,2.533-4,4L38,17\"/>\r\n<rect x=\"28.479\" y=\"20.672\" transform=\"matrix(-0.7071 -0.7071 0.7071 -0.7071 52.5208 68.7548)\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"24.042\" height=\"5.657\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"34,22 4,54 4,56 1,59 5,63 8,60 10,60 \r\n\t42,30 \"/>\r\n</svg>\r\n</li><li title=\"font allcaps \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"31,50.987 18,16 17,16 4,51 \t\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"27\" y1=\"39\" x2=\"8\" y2=\"39\"/>\r\n</g>\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"60,50.987 47,16 46,16 33,51 \t\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"56\" y1=\"39\" x2=\"37\" y2=\"39\"/>\r\n</g>\r\n<rect x=\"1\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"62\" height=\"62\"/>\r\n</svg>\r\n</li><li title=\"font baseline shift \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"36,43 21,1 20,1 5,43 \t\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"31\" y1=\"29\" x2=\"10\" y2=\"29\"/>\r\n</g>\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"59,31 51,8 50,8 42,31 \t\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"57\" y1=\"24\" x2=\"44\" y2=\"24\"/>\r\n</g>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"38\" y1=\"47\" x2=\"2\" y2=\"47\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"62\" y1=\"35\" x2=\"40\" y2=\"35\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"58,47 51,40 \r\n\t44,47 \"/>\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"51\" y1=\"64\" x2=\"51\" y2=\"40\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"font horizontal scale \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"17,44 32,2 33,2 48,44 \t\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"22\" y1=\"30\" x2=\"43\" y2=\"30\"/>\r\n</g>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" d=\"M55,63\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"55,63 62,56 \r\n\t55,49 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"9,49 2,56 9,63 \r\n\t\"/>\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"62\" y1=\"56\" x2=\"2\" y2=\"56\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"font kerning \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"5,35 13,12 14,12 22,35 \t\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"7\" y1=\"28\" x2=\"20\" y2=\"28\"/>\r\n</g>\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"42,35 50,12 51,12 59,35 \t\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"44\" y1=\"28\" x2=\"57\" y2=\"28\"/>\r\n</g>\r\n<g>\r\n\t<g>\r\n\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"6\" x2=\"32\" y2=\"8\"/>\r\n\t\t\r\n\t\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-dasharray=\"4,2\" x1=\"32\" y1=\"10\" x2=\"32\" y2=\"39\"/>\r\n\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"40\" x2=\"32\" y2=\"42\"/>\r\n\t</g>\r\n</g>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"55,63 62,56 \r\n\t55,49 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"9,49 2,56 9,63 \r\n\t\"/>\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"62\" y1=\"56\" x2=\"2\" y2=\"56\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"font leading \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"36,24 44,1 45,1 53,24 \t\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"38\" y1=\"17\" x2=\"51\" y2=\"17\"/>\r\n</g>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"27\" y1=\"28\" x2=\"61\" y2=\"28\"/>\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"36,57 44,34 45,34 53,57 \t\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"38\" y1=\"50\" x2=\"51\" y2=\"50\"/>\r\n</g>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"27\" y1=\"61\" x2=\"61\" y2=\"61\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"5,55 12,62 19,55 \r\n\t\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"19,34 12,27 5,34 \r\n\t\"/>\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"12\" y1=\"62\" x2=\"12\" y2=\"27\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"font size \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"28,43 43,1 44,1 59,43 \t\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"33\" y1=\"29\" x2=\"54\" y2=\"29\"/>\r\n</g>\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"5,43 13,20 14,20 22,43 \t\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"7\" y1=\"36\" x2=\"20\" y2=\"36\"/>\r\n</g>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"56,63 63,56 \r\n\t56,49 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"8,49 1,56 8,63 \r\n\t\"/>\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"63\" y1=\"56\" x2=\"1\" y2=\"56\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"font smallcapital \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"37,51 22,9 21,9 6,51 \t\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"37\" x2=\"11\" y2=\"37\"/>\r\n</g>\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"58,51 50,28 49,28 41,51 \t\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"56\" y1=\"44\" x2=\"43\" y2=\"44\"/>\r\n</g>\r\n<rect x=\"1\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"62\" height=\"62\"/>\r\n</svg>\r\n</li><li title=\"font smallcaps \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"38,51 23,9 22,9 7,51 \t\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"33\" y1=\"37\" x2=\"12\" y2=\"37\"/>\r\n</g>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M44,34c0,0,1.5-2,5.5-2s5.5,3,5.5,5s0,10,0,10\r\n\ts0,3,2.5,3\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M55,40h-5c0,0-7,0-7,5s4,5,5,5s7,0,7-7\"/>\r\n<rect x=\"1\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"62\" height=\"62\"/>\r\n</svg>\r\n</li><li title=\"font strikethrough \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"38,51 23,9 22,9 7,51 \t\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"35\" x2=\"13\" y2=\"35\"/>\r\n</g>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M44,34c0,0,1.5-2,5.5-2s5.5,3,5.5,5s0,10,0,10\r\n\ts0,3,2.5,3\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M55,40h-5c0,0-7,0-7,5s4,5,5,5s7,0,7-7\"/>\r\n<rect x=\"1\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"62\" height=\"62\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"6\" y1=\"44\" x2=\"58\" y2=\"44\"/>\r\n</svg>\r\n</li><li title=\"font tracking \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"9,35 17,12 18,12 26,35 \t\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"11\" y1=\"28\" x2=\"24\" y2=\"28\"/>\r\n</g>\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"38,35 46,12 47,12 55,35 \t\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"40\" y1=\"28\" x2=\"53\" y2=\"28\"/>\r\n</g>\r\n<g>\r\n\t<g>\r\n\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"6\" x2=\"32\" y2=\"8\"/>\r\n\t\t\r\n\t\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-dasharray=\"4,2\" x1=\"32\" y1=\"10\" x2=\"32\" y2=\"39\"/>\r\n\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"40\" x2=\"32\" y2=\"42\"/>\r\n\t</g>\r\n</g>\r\n<g>\r\n\t<g>\r\n\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"4\" y1=\"6\" x2=\"4\" y2=\"8\"/>\r\n\t\t\r\n\t\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-dasharray=\"4,2\" x1=\"4\" y1=\"10\" x2=\"4\" y2=\"39\"/>\r\n\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"4\" y1=\"40\" x2=\"4\" y2=\"42\"/>\r\n\t</g>\r\n</g>\r\n<g>\r\n\t<g>\r\n\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"60\" y1=\"6\" x2=\"60\" y2=\"8\"/>\r\n\t\t\r\n\t\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-dasharray=\"4,2\" x1=\"60\" y1=\"10\" x2=\"60\" y2=\"39\"/>\r\n\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"60\" y1=\"40\" x2=\"60\" y2=\"42\"/>\r\n\t</g>\r\n</g>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"55,63 62,56 \r\n\t55,49 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"9,49 2,56 9,63 \r\n\t\"/>\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"62\" y1=\"56\" x2=\"2\" y2=\"56\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"font underline \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"38,51 23,9 22,9 7,51 \t\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"35\" x2=\"13\" y2=\"35\"/>\r\n</g>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M44,34c0,0,1.5-2,5.5-2s5.5,3,5.5,5s0,10,0,10\r\n\ts0,3,2.5,3\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M55,40h-5c0,0-7,0-7,5s4,5,5,5s7,0,7-7\"/>\r\n<rect x=\"1\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"62\" height=\"62\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"6\" y1=\"55\" x2=\"58\" y2=\"55\"/>\r\n</svg>\r\n</li><li title=\"font vertical scale \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"29,53 44,11 45,11 60,53 \t\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"34\" y1=\"39\" x2=\"55\" y2=\"39\"/>\r\n</g>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"5,55 12,62 19,55 \r\n\t\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"19,9 12,2 5,9 \"/>\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"12\" y1=\"62\" x2=\"12\" y2=\"2\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"horizontal align center \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"51\" x2=\"32\" y2=\"64\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"0\" x2=\"32\" y2=\"13\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"29\" x2=\"32\" y2=\"35\"/>\r\n<rect x=\"6\" y=\"35\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"52\" height=\"16\"/>\r\n<rect x=\"12\" y=\"13\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"40\" height=\"16\"/>\r\n</svg>\r\n</li><li title=\"horizontal align left \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"1\" y1=\"0\" x2=\"1\" y2=\"64\"/>\r\n<rect x=\"7\" y=\"35\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"52\" height=\"16\"/>\r\n<rect x=\"7\" y=\"13\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"40\" height=\"16\"/>\r\n</svg>\r\n</li><li title=\"horizontal align right \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"63\" y1=\"0\" x2=\"63\" y2=\"64\"/>\r\n<rect x=\"5\" y=\"35\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"52\" height=\"16\"/>\r\n<rect x=\"17\" y=\"13\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"40\" height=\"16\"/>\r\n</svg>\r\n</li><li title=\"horizontal distribute center \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"43\" y1=\"0\" x2=\"43\" y2=\"12\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"43\" y1=\"52\" x2=\"43\" y2=\"64\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"21\" y1=\"0\" x2=\"21\" y2=\"6\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"21\" y1=\"58\" x2=\"21\" y2=\"64\"/>\r\n<rect x=\"35\" y=\"12\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"16\" height=\"40\"/>\r\n<rect x=\"13\" y=\"6\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"16\" height=\"52\"/>\r\n</svg>\r\n</li><li title=\"horizontal distribute left \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"35\" y1=\"0\" x2=\"35\" y2=\"64\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"13\" y1=\"0\" x2=\"13\" y2=\"64\"/>\r\n<rect x=\"35\" y=\"12\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"16\" height=\"40\"/>\r\n<rect x=\"13\" y=\"6\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"16\" height=\"52\"/>\r\n</svg>\r\n</li><li title=\"horizontal distribute right \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"29\" y1=\"64\" x2=\"29\" y2=\"0\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"51\" y1=\"64\" x2=\"51\" y2=\"0\"/>\r\n<rect x=\"13\" y=\"6\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"16\" height=\"52\"/>\r\n<rect x=\"35\" y=\"12\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"16\" height=\"40\"/>\r\n</svg>\r\n</li><li title=\"indent firstline \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"30\" y1=\"10\" x2=\"64\" y2=\"10\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"22\" y1=\"20\" x2=\"53\" y2=\"20\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"22\" y1=\"30\" x2=\"64\" y2=\"30\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"22\" y1=\"40\" x2=\"56\" y2=\"40\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"22\" y1=\"50\" x2=\"64\" y2=\"50\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"22\" y1=\"60\" x2=\"58\" y2=\"60\"/>\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"16,17 23,10 \r\n\t\t16,3 \t\"/>\r\n\t<g>\r\n\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"23\" y1=\"10\" x2=\"0\" y2=\"10\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"indent left \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"30\" y1=\"7\" x2=\"64\" y2=\"7\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"30\" y1=\"17\" x2=\"52\" y2=\"17\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"30\" y1=\"27\" x2=\"64\" y2=\"27\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"30\" y1=\"37\" x2=\"55\" y2=\"37\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"30\" y1=\"47\" x2=\"64\" y2=\"47\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"30\" y1=\"57\" x2=\"57\" y2=\"57\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"25\" y1=\"0\" x2=\"25\" y2=\"64\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"12,39 19,32 \r\n\t12,25 \"/>\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"19\" y1=\"32\" x2=\"0\" y2=\"32\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"indent right \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"34\" y1=\"7\" x2=\"0\" y2=\"7\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"34\" y1=\"17\" x2=\"12\" y2=\"17\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"34\" y1=\"27\" x2=\"0\" y2=\"27\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"34\" y1=\"37\" x2=\"9\" y2=\"37\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"34\" y1=\"47\" x2=\"0\" y2=\"47\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"34\" y1=\"57\" x2=\"7\" y2=\"57\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"39\" y1=\"0\" x2=\"39\" y2=\"64\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"52,25 45,32 \r\n\t52,39 \"/>\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"45\" y1=\"32\" x2=\"64\" y2=\"32\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"lasso \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<ellipse fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"25.5\" rx=\"31\" ry=\"19.5\"/>\r\n<ellipse fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"21\" cy=\"48\" rx=\"6\" ry=\"4\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M25,51c0,0,2,1,2,4s-2,3-2,3\"/>\r\n</svg>\r\n</li><li title=\"layers1 \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"18,32.066 2,39 32,51 62,39 46,32.067 \"/>\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"32,38 62,26 32,13 2,26 \"/>\r\n</svg>\r\n</li><li title=\"layers2 \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"18,26.066 2,33 32,45 62,33 46,26.067 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"18,39.066 2,46 32,58 62,46 46,39.067 \"/>\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"32,32 62,20 32,7 2,20 \"/>\r\n</svg>\r\n</li><li title=\"layout 8boxes \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<rect x=\"1\" y=\"48\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"31\" height=\"15\"/>\r\n<rect x=\"32\" y=\"48\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"31\" height=\"15\"/>\r\n<rect x=\"1\" y=\"32\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"31\" height=\"16\"/>\r\n<rect x=\"32\" y=\"32\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"31\" height=\"16\"/>\r\n<rect x=\"1\" y=\"17\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"31\" height=\"15\"/>\r\n<rect x=\"32\" y=\"17\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"31\" height=\"15\"/>\r\n<rect x=\"1\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"31\" height=\"16\"/>\r\n<rect x=\"32\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"31\" height=\"16\"/>\r\n</svg>\r\n</li><li title=\"layout \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<rect x=\"1\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"62\" height=\"62\"/>\r\n</svg>\r\n</li><li title=\"layout 2columns \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<rect x=\"1\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"31\" height=\"62\"/>\r\n<rect x=\"32\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"31\" height=\"62\"/>\r\n</svg>\r\n</li><li title=\"layout 3columns \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<rect x=\"1\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"20\" height=\"62\"/>\r\n<rect x=\"43\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"20\" height=\"62\"/>\r\n<rect x=\"21\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"22\" height=\"62\"/>\r\n</svg>\r\n</li><li title=\"layout 4boxes \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<rect x=\"1\" y=\"32\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"31\" height=\"31\"/>\r\n<rect x=\"32\" y=\"32\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"31\" height=\"31\"/>\r\n<rect x=\"1\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"31\" height=\"31\"/>\r\n<rect x=\"32\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"31\" height=\"31\"/>\r\n</svg>\r\n</li><li title=\"layout 4columns \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<rect x=\"1\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"15\" height=\"62\"/>\r\n<rect x=\"16\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"16\" height=\"62\"/>\r\n<rect x=\"32\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"15\" height=\"62\"/>\r\n<rect x=\"47\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"16\" height=\"62\"/>\r\n</svg>\r\n</li><li title=\"layout 4lines \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<rect x=\"1\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"62\" height=\"15\"/>\r\n<rect x=\"1\" y=\"16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"62\" height=\"16\"/>\r\n<rect x=\"1\" y=\"32\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"62\" height=\"15\"/>\r\n<rect x=\"1\" y=\"47\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"62\" height=\"16\"/>\r\n</svg>\r\n</li><li title=\"layout header \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<rect x=\"1\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"62\" height=\"14\"/>\r\n<rect x=\"1\" y=\"15\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"62\" height=\"48\"/>\r\n</svg>\r\n</li><li title=\"layout header 2columns \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<rect x=\"1\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"62\" height=\"14\"/>\r\n<rect x=\"1\" y=\"15\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"31\" height=\"48\"/>\r\n<rect x=\"32\" y=\"15\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"31\" height=\"48\"/>\r\n</svg>\r\n</li><li title=\"layout header 3columns \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<rect x=\"1\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"62\" height=\"14\"/>\r\n<rect x=\"1\" y=\"15\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"20\" height=\"48\"/>\r\n<rect x=\"43\" y=\"15\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"20\" height=\"48\"/>\r\n<rect x=\"21\" y=\"15\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"22\" height=\"48\"/>\r\n</svg>\r\n</li><li title=\"layout header 4boxes \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<rect x=\"1\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"62\" height=\"14\"/>\r\n<rect x=\"1\" y=\"39\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"31\" height=\"24\"/>\r\n<rect x=\"32\" y=\"39\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"31\" height=\"24\"/>\r\n<rect x=\"1\" y=\"15\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"31\" height=\"24\"/>\r\n<rect x=\"32\" y=\"15\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"31\" height=\"24\"/>\r\n</svg>\r\n</li><li title=\"layout header 4columns \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<rect x=\"1\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"62\" height=\"14\"/>\r\n<rect x=\"1\" y=\"15\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"15\" height=\"48\"/>\r\n<rect x=\"16\" y=\"15\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"16\" height=\"48\"/>\r\n<rect x=\"32\" y=\"15\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"15\" height=\"48\"/>\r\n<rect x=\"47\" y=\"15\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"16\" height=\"48\"/>\r\n</svg>\r\n</li><li title=\"layout header complex \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<rect x=\"1\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"62\" height=\"14\"/>\r\n<rect x=\"1\" y=\"15\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"62\" height=\"48\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"22\" y1=\"15\" x2=\"22\" y2=\"63\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"22\" y1=\"38\" x2=\"63\" y2=\"38\"/>\r\n</svg>\r\n</li><li title=\"layout header complex2 \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<rect x=\"1\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"62\" height=\"14\"/>\r\n<rect x=\"1\" y=\"15\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"62\" height=\"48\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"42\" y1=\"15\" x2=\"42\" y2=\"63\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"1\" y1=\"38\" x2=\"42\" y2=\"38\"/>\r\n</svg>\r\n</li><li title=\"layout header complex3 \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<rect x=\"1\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"62\" height=\"14\"/>\r\n<rect x=\"1\" y=\"15\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"31\" height=\"48\"/>\r\n<rect x=\"32\" y=\"15\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"15\" height=\"48\"/>\r\n<rect x=\"47\" y=\"15\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"16\" height=\"48\"/>\r\n</svg>\r\n</li><li title=\"layout header complex4 \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<rect x=\"1\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"62\" height=\"14\"/>\r\n<rect x=\"1\" y=\"15\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"31\" height=\"48\"/>\r\n<rect x=\"32\" y=\"15\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"15\" height=\"48\"/>\r\n<rect x=\"47\" y=\"15\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"16\" height=\"48\"/>\r\n</svg>\r\n</li><li title=\"layout header sideleft \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<rect x=\"1\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"62\" height=\"14\"/>\r\n<rect x=\"1\" y=\"15\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"62\" height=\"48\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"22\" y1=\"15\" x2=\"22\" y2=\"63\"/>\r\n</svg>\r\n</li><li title=\"layout header sideright \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<rect x=\"1\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"62\" height=\"14\"/>\r\n<rect x=\"1\" y=\"15\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"62\" height=\"48\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"42\" y1=\"15\" x2=\"42\" y2=\"63\"/>\r\n</svg>\r\n</li><li title=\"layout sidebar left \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<rect x=\"1\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"20\" height=\"62\"/>\r\n<rect x=\"21\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"42\" height=\"62\"/>\r\n</svg>\r\n</li><li title=\"layout sidebar right \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<rect x=\"43\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"20\" height=\"62\"/>\r\n<rect x=\"1\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"42\" height=\"62\"/>\r\n</svg>\r\n</li><li title=\"magnete \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M24,42c0,4.418,3.582,8,8,8s8-3.582,8-8V1h13v41\r\n\tc0,11.598-9.402,21-21,21s-21-9.402-21-21V1h13V42z\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"11\" y1=\"10\" x2=\"24\" y2=\"10\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"40\" y1=\"10\" x2=\"53\" y2=\"10\"/>\r\n</svg>\r\n</li><li title=\"pages \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"11,11 32,11 32,53 1,53 1,21 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"1,21 11,21 11,11 \t\"/>\r\n</g>\r\n<g>\r\n\t<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"53,11 32,11 32,53 63,53 63,21 \t\"/>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"63,21 53,21 53,11 \t\"/>\r\n</g>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"6\" x2=\"32\" y2=\"58\"/>\r\n</svg>\r\n</li><li title=\"paintbrush \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"30,42 26,46 18,38 22,34 62,1 63,2 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"22\" y1=\"34\" x2=\"30\" y2=\"42\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M26,46c0,0-8,17-25,17c0,0,2.752-16.314,9-21\r\n\tc4-3,8-4,8-4\"/>\r\n</svg>\r\n</li><li title=\"paintbucket \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"3,38 28,63 54,37 \r\n\t61,36 33,8 \"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" d=\"M32,27V6\r\n\tc0-2.762-2.238-5-5-5s-5,2.238-5,5v13\"/>\r\n</svg>\r\n</li><li title=\"paintroller \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<rect x=\"7\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"48\" height=\"17\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"2\" y1=\"9\" x2=\"7\" y2=\"9\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"55,9 61,9 61,24 32,24 32,41 \"/>\r\n<rect x=\"28\" y=\"42\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"8\" height=\"21\"/>\r\n</svg>\r\n</li><li title=\"paragraph \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"51,64 51,1 41,1 41,64 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"29\" y1=\"33\" x2=\"41\" y2=\"33\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M29,33c0,0-16,0-16-16S29,1,29,1h12\"/>\r\n</svg>\r\n</li><li title=\"paragraph align left \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"0\" y1=\"7\" x2=\"64\" y2=\"7\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"0\" y1=\"17\" x2=\"46\" y2=\"17\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"0\" y1=\"27\" x2=\"64\" y2=\"27\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"0\" y1=\"37\" x2=\"50\" y2=\"37\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"0\" y1=\"47\" x2=\"64\" y2=\"47\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"0\" y1=\"57\" x2=\"54\" y2=\"57\"/>\r\n</svg>\r\n</li><li title=\"paragraph align right \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"64\" y1=\"7\" x2=\"0\" y2=\"7\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"64\" y1=\"17\" x2=\"18\" y2=\"17\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"64\" y1=\"27\" x2=\"0\" y2=\"27\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"64\" y1=\"37\" x2=\"14\" y2=\"37\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"64\" y1=\"47\" x2=\"0\" y2=\"47\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"64\" y1=\"57\" x2=\"10\" y2=\"57\"/>\r\n</svg>\r\n</li><li title=\"paragraph center \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"0\" y1=\"7\" x2=\"64\" y2=\"7\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"9\" y1=\"17\" x2=\"55\" y2=\"17\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"0\" y1=\"27\" x2=\"64\" y2=\"27\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"7\" y1=\"37\" x2=\"57\" y2=\"37\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"0\" y1=\"47\" x2=\"64\" y2=\"47\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"5\" y1=\"57\" x2=\"59\" y2=\"57\"/>\r\n</svg>\r\n</li><li title=\"paragraph justify all \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"64\" y1=\"7\" x2=\"0\" y2=\"7\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"64\" y1=\"17\" x2=\"0\" y2=\"17\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"64\" y1=\"27\" x2=\"0\" y2=\"27\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"64\" y1=\"37\" x2=\"0\" y2=\"37\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"64\" y1=\"47\" x2=\"0\" y2=\"47\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"64\" y1=\"57\" x2=\"0\" y2=\"57\"/>\r\n</svg>\r\n</li><li title=\"paragraph justify center \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"64\" y1=\"7\" x2=\"0\" y2=\"7\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"64\" y1=\"17\" x2=\"0\" y2=\"17\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"64\" y1=\"27\" x2=\"0\" y2=\"27\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"64\" y1=\"37\" x2=\"0\" y2=\"37\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"64\" y1=\"47\" x2=\"0\" y2=\"47\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"54\" y1=\"57\" x2=\"10\" y2=\"57\"/>\r\n</svg>\r\n</li><li title=\"paragraph justify left \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"0\" y1=\"7\" x2=\"64\" y2=\"7\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"0\" y1=\"17\" x2=\"64\" y2=\"17\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"0\" y1=\"27\" x2=\"64\" y2=\"27\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"0\" y1=\"37\" x2=\"64\" y2=\"37\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"0\" y1=\"47\" x2=\"64\" y2=\"47\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"0\" y1=\"57\" x2=\"44\" y2=\"57\"/>\r\n</svg>\r\n</li><li title=\"paragraph justify right \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"64\" y1=\"7\" x2=\"0\" y2=\"7\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"64\" y1=\"17\" x2=\"0\" y2=\"17\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"64\" y1=\"27\" x2=\"0\" y2=\"27\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"64\" y1=\"37\" x2=\"0\" y2=\"37\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"64\" y1=\"47\" x2=\"0\" y2=\"47\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"64\" y1=\"57\" x2=\"20\" y2=\"57\"/>\r\n</svg>\r\n</li><li title=\"paragraph space after \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"22\" y1=\"6\" x2=\"64\" y2=\"6\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"22\" y1=\"16\" x2=\"56\" y2=\"16\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"22\" y1=\"26\" x2=\"64\" y2=\"26\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"22\" y1=\"36\" x2=\"58\" y2=\"36\"/>\r\n<g>\r\n\t<g>\r\n\t\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"59,48 59,46 57,46 \t\t\"/>\r\n\t\t\r\n\t\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-dasharray=\"4,2\" x1=\"55\" y1=\"46\" x2=\"26\" y2=\"46\"/>\r\n\t\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"25,46 23,46 23,48 \t\t\"/>\r\n\t\t\r\n\t\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-dasharray=\"3,2\" x1=\"23\" y1=\"50\" x2=\"23\" y2=\"53\"/>\r\n\t\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"23,54 23,56 25,56 \t\t\"/>\r\n\t\t\r\n\t\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-dasharray=\"4,2\" x1=\"27\" y1=\"56\" x2=\"56\" y2=\"56\"/>\r\n\t\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"57,56 59,56 59,54 \t\t\"/>\r\n\t\t\r\n\t\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-dasharray=\"3,2\" x1=\"59\" y1=\"53\" x2=\"59\" y2=\"49\"/>\r\n\t</g>\r\n</g>\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"10,58 17,51 \r\n\t\t10,44 \t\"/>\r\n\t<g>\r\n\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"17\" y1=\"51\" x2=\"0\" y2=\"51\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"paragraph space before \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"22\" y1=\"29\" x2=\"64\" y2=\"29\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"22\" y1=\"39\" x2=\"56\" y2=\"39\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"22\" y1=\"49\" x2=\"64\" y2=\"49\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"22\" y1=\"59\" x2=\"58\" y2=\"59\"/>\r\n<g>\r\n\t<g>\r\n\t\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"59,11 59,9 57,9 \t\t\"/>\r\n\t\t\r\n\t\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-dasharray=\"4,2\" x1=\"55\" y1=\"9\" x2=\"26\" y2=\"9\"/>\r\n\t\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"25,9 23,9 23,11 \t\t\"/>\r\n\t\t\r\n\t\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-dasharray=\"3,2\" x1=\"23\" y1=\"13\" x2=\"23\" y2=\"16\"/>\r\n\t\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"23,17 23,19 25,19 \t\t\"/>\r\n\t\t\r\n\t\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-dasharray=\"4,2\" x1=\"27\" y1=\"19\" x2=\"56\" y2=\"19\"/>\r\n\t\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"57,19 59,19 59,17 \t\t\"/>\r\n\t\t\r\n\t\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-dasharray=\"3,2\" x1=\"59\" y1=\"16\" x2=\"59\" y2=\"12\"/>\r\n\t</g>\r\n</g>\r\n<g>\r\n\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"10,21 17,14 \r\n\t\t10,7 \t\"/>\r\n\t<g>\r\n\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"17\" y1=\"14\" x2=\"0\" y2=\"14\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"pathfinder exclude \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"41,23 41,41 23,41 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"23,41 1,41 1,1 41,1 41,23 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"41,23 63,23 63,63 23,63 23,41 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"23,41 23,23 41,23 \"/>\r\n</svg>\r\n</li><li title=\"pathfinder intersect \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"41,23 41,41 23,41 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-dasharray=\"4,2\" points=\"23,41 1,41 1,1 \r\n\t41,1 41,23 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-dasharray=\"4,2\" points=\"41,23 63,23 63,63 \r\n\t23,63 23,41 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"23,41 23,23 41,23 \"/>\r\n</svg>\r\n</li><li title=\"pathfinder subtract \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"23,41 1,41 1,1 41,1 41,23 \"/>\r\n<g>\r\n\t<g>\r\n\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"41\" y1=\"23\" x2=\"43\" y2=\"23\"/>\r\n\t\t\r\n\t\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-dasharray=\"4,2\" x1=\"45\" y1=\"23\" x2=\"60\" y2=\"23\"/>\r\n\t\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"61,23 63,23 63,25 \t\t\"/>\r\n\t\t\r\n\t\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-dasharray=\"4,2\" x1=\"63\" y1=\"27\" x2=\"63\" y2=\"60\"/>\r\n\t\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"63,61 63,63 61,63 \t\t\"/>\r\n\t\t\r\n\t\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-dasharray=\"4,2\" x1=\"59\" y1=\"63\" x2=\"26\" y2=\"63\"/>\r\n\t\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"25,63 23,63 23,61 \t\t\"/>\r\n\t\t\r\n\t\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-dasharray=\"4,2\" x1=\"23\" y1=\"59\" x2=\"23\" y2=\"44\"/>\r\n\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"23\" y1=\"43\" x2=\"23\" y2=\"41\"/>\r\n\t</g>\r\n</g>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"23,41 23,23 41,23 \"/>\r\n</svg>\r\n</li><li title=\"pathfinder unite \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<g>\r\n\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"41\" y1=\"23\" x2=\"41\" y2=\"25\"/>\r\n\t\t\r\n\t\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-dasharray=\"4,2\" x1=\"41\" y1=\"27\" x2=\"41\" y2=\"38\"/>\r\n\t\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"41,39 41,41 39,41 \t\t\"/>\r\n\t\t\r\n\t\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-dasharray=\"4,2\" x1=\"37\" y1=\"41\" x2=\"26\" y2=\"41\"/>\r\n\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"25\" y1=\"41\" x2=\"23\" y2=\"41\"/>\r\n\t</g>\r\n</g>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"23,41 1,41 1,1 41,1 41,23 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"41,23 63,23 63,63 23,63 23,41 \"/>\r\n<g>\r\n\t<g>\r\n\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"23\" y1=\"41\" x2=\"23\" y2=\"39\"/>\r\n\t\t\r\n\t\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-dasharray=\"4,2\" x1=\"23\" y1=\"37\" x2=\"23\" y2=\"26\"/>\r\n\t\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"23,25 23,23 25,23 \t\t\"/>\r\n\t\t\r\n\t\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-dasharray=\"4,2\" x1=\"27\" y1=\"23\" x2=\"38\" y2=\"23\"/>\r\n\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"39\" y1=\"23\" x2=\"41\" y2=\"23\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"pen \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<rect x=\"23\" y=\"57\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"18\" height=\"6\"/>\r\n<rect x=\"19\" y=\"47\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"26\" height=\"10\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"41,47 41,43 48,30 32,1 16,30 23,43 23,47 \r\n\t\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"28.875\" r=\"4\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"1\" x2=\"32\" y2=\"25\"/>\r\n</svg>\r\n</li><li title=\"pen add \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<rect x=\"23\" y=\"57\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"18\" height=\"6\"/>\r\n<rect x=\"19\" y=\"47\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"26\" height=\"10\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"41,47 41,43 48,30 32,1 16,30 23,43 23,47 \r\n\t\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"23\" x2=\"32\" y2=\"37\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"39\" y1=\"30\" x2=\"25\" y2=\"30\"/>\r\n</svg>\r\n</li><li title=\"pen remove \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<rect x=\"23\" y=\"57\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"18\" height=\"6\"/>\r\n<rect x=\"19\" y=\"47\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"26\" height=\"10\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"41,47 41,43 48,30 32,1 16,30 23,43 23,47 \r\n\t\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"39\" y1=\"30\" x2=\"25\" y2=\"30\"/>\r\n</svg>\r\n</li><li title=\"pencil \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"20\" y1=\"54\" x2=\"10\" y2=\"44\"/>\r\n</g>\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"10,44 1,62 2,63 20,54 63,11 53,1 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"54\" y1=\"20\" x2=\"44\" y2=\"10\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"58\" y1=\"16\" x2=\"48\" y2=\"6\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"5,54 9,55 10,59 \"/>\r\n</svg>\r\n</li><li title=\"polygonallasso \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<ellipse fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"21\" cy=\"53\" rx=\"6\" ry=\"4\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M25,56c0,0,2,1,2,4s-2,3-2,3\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"22,49 5,12 40,18 59,1 59,41 26,51 \"/>\r\n</svg>\r\n</li><li title=\"reflect horizontal \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"1,17 1,57 21,37 \"/>\r\n<g>\r\n\t<g>\r\n\t\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"61.586,55.586 63,57 63,55 \t\t\"/>\r\n\t\t\r\n\t\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-dasharray=\"4,2\" x1=\"63\" y1=\"53\" x2=\"63\" y2=\"20\"/>\r\n\t\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"63,19 63,17 61.586,18.414 \t\t\"/>\r\n\t\t\r\n\t\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-dasharray=\"3.736,1.868\" x1=\"60.265\" y1=\"19.735\" x2=\"45.075\" y2=\"34.925\"/>\r\n\t\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"44.414,35.586 43,37 44.414,38.414 \t\t\"/>\r\n\t\t\r\n\t\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-dasharray=\"3.736,1.868\" x1=\"45.735\" y1=\"39.735\" x2=\"60.925\" y2=\"54.925\"/>\r\n\t</g>\r\n</g>\r\n<g>\r\n\t<g>\r\n\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"61\" x2=\"32\" y2=\"59\"/>\r\n\t\t\r\n\t\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-dasharray=\"4,2\" x1=\"32\" y1=\"57\" x2=\"32\" y2=\"16\"/>\r\n\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"15\" x2=\"32\" y2=\"13\"/>\r\n\t</g>\r\n</g>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"46,13 57,13 57,2 \r\n\t\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M57,13C51.378,5.132,42.408,1,32,1\r\n\tC21.591,1,12.622,5.13,7,13\"/>\r\n</svg>\r\n</li><li title=\"reflect vertical \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"46,1 6,1 26,21 \"/>\r\n<g>\r\n\t<g>\r\n\t\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"7.414,61.586 6,63 8,63 \t\t\"/>\r\n\t\t\r\n\t\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-dasharray=\"4,2\" x1=\"10\" y1=\"63\" x2=\"43\" y2=\"63\"/>\r\n\t\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"44,63 46,63 44.586,61.586 \t\t\"/>\r\n\t\t\r\n\t\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-dasharray=\"3.736,1.868\" x1=\"43.265\" y1=\"60.265\" x2=\"28.075\" y2=\"45.075\"/>\r\n\t\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"27.414,44.414 26,43 24.586,44.414 \t\t\"/>\r\n\t\t\r\n\t\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-dasharray=\"3.736,1.868\" x1=\"23.265\" y1=\"45.735\" x2=\"8.075\" y2=\"60.925\"/>\r\n\t</g>\r\n</g>\r\n<g>\r\n\t<g>\r\n\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"2\" y1=\"32\" x2=\"4\" y2=\"32\"/>\r\n\t\t\r\n\t\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-dasharray=\"4,2\" x1=\"6\" y1=\"32\" x2=\"47\" y2=\"32\"/>\r\n\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"48\" y1=\"32\" x2=\"50\" y2=\"32\"/>\r\n\t</g>\r\n</g>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"51,46 51,57 \r\n\t62,57 \"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M51,57c7.868-5.622,12-14.592,12-25\r\n\tc0-10.409-4.13-19.378-12-25\"/>\r\n</svg>\r\n</li><li title=\"remove vectorpoint \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<rect x=\"1\" y=\"53\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"10\" height=\"10\"/>\r\n<rect x=\"53\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"10\" height=\"10\"/>\r\n<g>\r\n\t<g>\r\n\t\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"44,22 44,20 42,20 \t\t\"/>\r\n\t\t\r\n\t\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-dasharray=\"4,2\" x1=\"40\" y1=\"20\" x2=\"23\" y2=\"20\"/>\r\n\t\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"22,20 20,20 20,22 \t\t\"/>\r\n\t\t\r\n\t\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-dasharray=\"4,2\" x1=\"20\" y1=\"24\" x2=\"20\" y2=\"41\"/>\r\n\t\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"20,42 20,44 22,44 \t\t\"/>\r\n\t\t\r\n\t\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-dasharray=\"4,2\" x1=\"24\" y1=\"44\" x2=\"41\" y2=\"44\"/>\r\n\t\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"42,44 44,44 44,42 \t\t\"/>\r\n\t\t\r\n\t\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-dasharray=\"4,2\" x1=\"44\" y1=\"40\" x2=\"44\" y2=\"23\"/>\r\n\t</g>\r\n</g>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"11\" y1=\"53\" x2=\"20\" y2=\"44\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"44\" y1=\"20\" x2=\"53\" y2=\"11\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"39\" y1=\"32\" x2=\"25\" y2=\"32\"/>\r\n</svg>\r\n</li><li title=\"scale expand \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-dasharray=\"4,2\" points=\"1,28 1,1 63,1 \r\n\t63,63 36,63 \"/>\r\n<rect x=\"1\" y=\"33\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"30\" height=\"30\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"57,18 57,7 46,7 \r\n\t\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"57\" y1=\"7\" x2=\"41\" y2=\"23\"/>\r\n</svg>\r\n</li><li title=\"scale reduce \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"1,30 1,1 63,1 63,63 34,63 \"/>\r\n<g>\r\n\t<g>\r\n\t\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"31,35 31,33 29,33 \t\t\"/>\r\n\t\t\r\n\t\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-dasharray=\"4,2\" x1=\"27\" y1=\"33\" x2=\"4\" y2=\"33\"/>\r\n\t\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"3,33 1,33 1,35 \t\t\"/>\r\n\t\t\r\n\t\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-dasharray=\"4,2\" x1=\"1\" y1=\"37\" x2=\"1\" y2=\"60\"/>\r\n\t\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"1,61 1,63 3,63 \t\t\"/>\r\n\t\t\r\n\t\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-dasharray=\"4,2\" x1=\"5\" y1=\"63\" x2=\"28\" y2=\"63\"/>\r\n\t\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"29,63 31,63 31,61 \t\t\"/>\r\n\t\t\r\n\t\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-dasharray=\"4,2\" x1=\"31\" y1=\"59\" x2=\"31\" y2=\"36\"/>\r\n\t</g>\r\n</g>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"41,12 41,23 \r\n\t52,23 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"41\" y1=\"23\" x2=\"57\" y2=\"7\"/>\r\n</svg>\r\n</li><li title=\"selection oval \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t\r\n\t\t<ellipse fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-dasharray=\"4.0012,2.0006\" cx=\"32\" cy=\"32\" rx=\"31\" ry=\"20\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"selection polygon \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<g>\r\n\t\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"19,59 16.675,59 15.851,57.261 \t\t\"/>\r\n\t\t\r\n\t\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-dasharray=\"4.1609,2.0805\" x1=\"14.661\" y1=\"55.451\" x2=\"2.851\" y2=\"34.644\"/>\r\n\t\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"2.338,33.739 1.351,32 2.338,30.261 \t\t\r\n\t\t\t\"/>\r\n\t\t\r\n\t\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-dasharray=\"4.1609,2.0805\" x1=\"3.365\" y1=\"28.451\" x2=\"15.175\" y2=\"7.644\"/>\r\n\t\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"15.851,6.739 16.675,5 19,5 \t\t\"/>\r\n\t\t\r\n\t\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-dasharray=\"4,2\" x1=\"21\" y1=\"5\" x2=\"44\" y2=\"5\"/>\r\n\t\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"45,5 47.325,5 48.149,6.739 \t\t\"/>\r\n\t\t\r\n\t\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-dasharray=\"4.1609,2.0805\" x1=\"49.339\" y1=\"8.549\" x2=\"61.149\" y2=\"29.356\"/>\r\n\t\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"61.662,30.261 62.649,32 61.662,33.739 \r\n\t\t\t\t\t\"/>\r\n\t\t\r\n\t\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-dasharray=\"4.1609,2.0805\" x1=\"60.635\" y1=\"35.549\" x2=\"48.825\" y2=\"56.356\"/>\r\n\t\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"48.149,57.261 47.325,59 45,59 \t\t\"/>\r\n\t\t\r\n\t\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-dasharray=\"4,2\" x1=\"43\" y1=\"59\" x2=\"20\" y2=\"59\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"selection rectangle \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<g>\r\n\t\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"63,50 63,52 61,52 \t\t\"/>\r\n\t\t\r\n\t\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-dasharray=\"4,2\" x1=\"59\" y1=\"52\" x2=\"4\" y2=\"52\"/>\r\n\t\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"3,52 1,52 1,50 \t\t\"/>\r\n\t\t\r\n\t\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-dasharray=\"4,2\" x1=\"1\" y1=\"48\" x2=\"1\" y2=\"15\"/>\r\n\t\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"1,14 1,12 3,12 \t\t\"/>\r\n\t\t\r\n\t\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-dasharray=\"4,2\" x1=\"5\" y1=\"12\" x2=\"60\" y2=\"12\"/>\r\n\t\t<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"61,12 63,12 63,14 \t\t\"/>\r\n\t\t\r\n\t\t\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-dasharray=\"4,2\" x1=\"63\" y1=\"16\" x2=\"63\" y2=\"49\"/>\r\n\t</g>\r\n</g>\r\n</svg>\r\n</li><li title=\"selection roundedrectangle \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-dasharray=\"3.9436,1.9718\" d=\"M63,40\r\n\t\tc0,6.627-5.373,12-12,12H13C6.373,52,1,46.627,1,40V24c0-6.627,5.373-12,12-12h38c6.627,0,12,5.373,12,12V40z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"shape oval \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<ellipse fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"32\" rx=\"31\" ry=\"20\"/>\r\n</svg>\r\n</li><li title=\"shape polygon \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"16.675,59 1.351,32 16.675,5 47.325,5 \r\n\t62.649,32 47.325,59 \"/>\r\n</svg>\r\n</li><li title=\"shape rectangle \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<rect x=\"1\" y=\"12\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"62\" height=\"40\"/>\r\n</svg>\r\n</li><li title=\"shape roundedrectangle \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M63,40c0,6.627-5.373,12-12,12H13\r\n\tC6.373,52,1,46.627,1,40V24c0-6.627,5.373-12,12-12h38c6.627,0,12,5.373,12,12V40z\"/>\r\n</svg>\r\n</li><li title=\"slice \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"1,59 37,23 44,30 \r\n\t36,45 \"/>\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"40,20 57,3 63,9 \r\n\t47,27 \"/>\r\n</svg>\r\n</li><li title=\"transform bezier \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<rect x=\"1\" y=\"41\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"10\" height=\"10\"/>\r\n<rect x=\"53\" y=\"41\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"10\" height=\"10\"/>\r\n<rect x=\"27\" y=\"13\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"10\" height=\"10\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"4\" cy=\"18\" r=\"3\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"60\" cy=\"18\" r=\"3\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M7,18h20C6,18,6,41,6,41\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M57,18H37c21,0,21,23,21,23\"/>\r\n</svg>\r\n</li><li title=\"vector box \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<rect x=\"1\" y=\"53\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"10\" height=\"10\"/>\r\n<rect x=\"53\" y=\"53\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"10\" height=\"10\"/>\r\n<rect x=\"1\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"10\" height=\"10\"/>\r\n<rect x=\"53\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"10\" height=\"10\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"6\" y1=\"11\" x2=\"6\" y2=\"53\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"58\" y1=\"11\" x2=\"58\" y2=\"53\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"53\" y1=\"6\" x2=\"11\" y2=\"6\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"53\" y1=\"58\" x2=\"11\" y2=\"58\"/>\r\n</svg>\r\n</li><li title=\"vector composite \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<rect x=\"1\" y=\"53\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"10\" height=\"10\"/>\r\n<rect x=\"53\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"10\" height=\"10\"/>\r\n<rect x=\"27\" y=\"27\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"10\" height=\"10\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"11\" y1=\"53\" x2=\"27\" y2=\"37\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"37\" y1=\"27\" x2=\"53\" y2=\"11\"/>\r\n</svg>\r\n</li><li title=\"vector line \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<rect x=\"1\" y=\"53\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"10\" height=\"10\"/>\r\n<rect x=\"53\" y=\"1\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"10\" height=\"10\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"11\" y1=\"53\" x2=\"53\" y2=\"11\"/>\r\n</svg>\r\n</li><li title=\"vertical align bottom \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"64\" y1=\"63\" x2=\"0\" y2=\"63\"/>\r\n<rect x=\"13\" y=\"5\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"16\" height=\"52\"/>\r\n<rect x=\"35\" y=\"17\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"16\" height=\"40\"/>\r\n</svg>\r\n</li><li title=\"vertical align center \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"13\" y1=\"32\" x2=\"0\" y2=\"32\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"64\" y1=\"32\" x2=\"51\" y2=\"32\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"35\" y1=\"32\" x2=\"29\" y2=\"32\"/>\r\n<rect x=\"13\" y=\"6\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"16\" height=\"52\"/>\r\n<rect x=\"35\" y=\"12\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"16\" height=\"40\"/>\r\n</svg>\r\n</li><li title=\"vertical align top \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"0\" y1=\"1\" x2=\"64\" y2=\"1\"/>\r\n<rect x=\"13\" y=\"7\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"16\" height=\"52\"/>\r\n<rect x=\"35\" y=\"7\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"16\" height=\"40\"/>\r\n</svg>\r\n</li><li title=\"vertical distribute bottom \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"0\" y1=\"29\" x2=\"64\" y2=\"29\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"0\" y1=\"51\" x2=\"64\" y2=\"51\"/>\r\n<rect x=\"12\" y=\"13\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"40\" height=\"16\"/>\r\n<rect x=\"6\" y=\"35\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"52\" height=\"16\"/>\r\n</svg>\r\n</li><li title=\"vertical distribute center \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"0\" y1=\"21\" x2=\"12\" y2=\"21\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"52\" y1=\"21\" x2=\"64\" y2=\"21\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"0\" y1=\"43\" x2=\"6\" y2=\"43\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"58\" y1=\"43\" x2=\"64\" y2=\"43\"/>\r\n<rect x=\"12\" y=\"13\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"40\" height=\"16\"/>\r\n<rect x=\"6\" y=\"35\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"52\" height=\"16\"/>\r\n</svg>\r\n</li><li title=\"vertical distribute top \">\r\n\r\n\r\n<svg version=\"1.0\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"64\" y1=\"35\" x2=\"0\" y2=\"35\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"64\" y1=\"13\" x2=\"0\" y2=\"13\"/>\r\n<rect x=\"6\" y=\"35\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"52\" height=\"16\"/>\r\n<rect x=\"12\" y=\"13\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" width=\"40\" height=\"16\"/>\r\n</svg>\r\n</li><li class='heading'>weather</li><li title=\"aquarius \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"0,28 16,16 20,28 36,16 40,28 55,16 63,28 \r\n\t\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"0,48 16,36 20,48 36,36 40,48 55,36 63,48 \r\n\t\"/>\r\n</svg>\r\n</li><li title=\"aries \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M6,25c0,0-5-5-5-11S3,1,13,1c13.25,0,19,22,19,63\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M58,25c0,0,5-5,5-11S61,1,51,1C37.75,1,32,23,32,64\"\r\n\t/>\r\n</svg>\r\n</li><li title=\"cancer \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"11\" cy=\"27\" r=\"10\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M5,19c0,0,7-6,28-6c15,0,31,10,31,10\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"53\" cy=\"37\" r=\"10\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M59,45c0,0-7,6-28,6C16,51,0,41,0,41\"/>\r\n</svg>\r\n</li><li title=\"capricorn \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M9,5c0,0,0-4,6-4c5,0,4,10,4,10v29\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M19,11c0,0,0-10,7-10s7,10,7,10v29c0,0-1,14,15,14\"\r\n\t/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M48,40c-3,0-12,1-12,12c0,1,1,11-12,11\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M48,54c3.866,0,7-3.134,7-7s-3.134-7-7-7\"/>\r\n</svg>\r\n</li><li title=\"cloud \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M55,50c4.565,0,8-3.435,8-8c0-4.565-3.435-9-8-9\r\n\tc0-11.414-9.586-20-21-20c-10.102,0-19.2,6.423-21,16c0,0-1.165,0-2,0C5.292,29,1,34.292,1,40s4.292,10,10,10H55z\"/>\r\n</svg>\r\n</li><li title=\"cloud drop \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M18,40h-7C5.292,40,1,35.708,1,30s4.292-11,10-11\r\n\tc0.835,0,2,0,2,0C14.8,9.423,23.898,3,34,3c11.414,0,21,8.586,21,20c4.565,0,8,4.435,8,9c0,4.565-3.435,8-8,8H45\"/>\r\n<g>\r\n\t<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M23,42c0,5.034,4.136,8,9,8c4.864,0,8-2.966,8-8\r\n\t\tc0-7-8-17-8-17S23,35,23,42z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"cloud lightning \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"37,23 23,42 29,42 \r\n\t27,55 41,36 35,36 \"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M18,40h-7C5.292,40,1,35.708,1,30s4.292-11,10-11\r\n\tc0.835,0,2,0,2,0C14.8,9.423,23.898,3,34,3c11.414,0,21,8.586,21,20c4.565,0,8,4.435,8,9c0,4.565-3.435,8-8,8h-9\"/>\r\n</svg>\r\n</li><li title=\"cloud snowflake \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M18,40h-7C5.292,40,1,35.708,1,30s4.292-11,10-11\r\n\tc0.835,0,2,0,2,0C14.8,9.423,23.898,3,34,3c11.414,0,21,8.586,21,20c4.565,0,8,4.435,8,9c0,4.565-3.435,8-8,8h-9\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"21,37 23,40 21,43 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"43,43 41,40 43,37 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"30\" y1=\"40\" x2=\"23\" y2=\"40\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"41\" y1=\"40\" x2=\"34\" y2=\"40\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"29,51 32,49 35,51 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"35,29 32,31 29,29 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"42\" x2=\"32\" y2=\"49\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"31\" x2=\"32\" y2=\"38\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"26.343,30.101 25.636,33.636 \r\n\t22.101,34.343 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"37.657,49.899 38.364,46.364 \r\n\t41.899,45.657 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"30\" y1=\"38\" x2=\"25.636\" y2=\"33.636\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"38.364\" y1=\"46.364\" x2=\"34\" y2=\"42\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"22.101,45.657 25.636,46.364 \r\n\t26.343,49.899 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"41.899,34.343 38.364,33.636 \r\n\t37.657,30.101 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"30\" y1=\"42\" x2=\"25.636\" y2=\"46.364\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"38.364\" y1=\"33.636\" x2=\"34\" y2=\"38\"/>\r\n</svg>\r\n</li><li title=\"downpour fullmoon \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M56,45c4.19,0,7-2.81,7-7c0-4.189-2.81-9-7-9\r\n\tc0-10.475-9.525-18-20-18c-9.271,0-17.348,6.211-19,15c0,0-1.232,0-2,0c-5.238,0-9,4.762-9,10s3.762,9,9,9H56z\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M7.004,32.959c-1.59-1.017-2.943-2.37-3.961-3.96\r\n\tC1.75,26.979,1,24.577,1,22C1,14.82,6.82,9,14,9c4.604,0,8.646,2.392,10.957,6.001\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"20\" y1=\"48\" x2=\"12\" y2=\"62\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"30\" y1=\"48\" x2=\"22\" y2=\"62\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"40\" y1=\"48\" x2=\"32\" y2=\"62\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"50\" y1=\"48\" x2=\"42\" y2=\"62\"/>\r\n</svg>\r\n</li><li title=\"downpour halfmoon \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M56,45c4.19,0,7-2.81,7-7c0-4.189-2.81-9-7-9\r\n\tc0-10.475-9.525-18-20-18c-9.271,0-17.348,6.211-19,15c0,0-1.232,0-2,0c-5.238,0-9,4.762-9,10s3.762,9,9,9H56z\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M24.957,15.001C22.646,11.392,18.604,9,14,9\r\n\tc-0.826,0-1.631,0.085-2.414,0.233c0.891,1.396,1.414,3.05,1.414,4.83c0,4.971-4.029,9-9,9c-1.046,0-2.046-0.188-2.98-0.516\r\n\tc0.099,2.368,0.822,4.576,2.023,6.452c1.018,1.59,2.371,2.943,3.961,3.96\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"20\" y1=\"48\" x2=\"12\" y2=\"62\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"30\" y1=\"48\" x2=\"22\" y2=\"62\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"40\" y1=\"48\" x2=\"32\" y2=\"62\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"50\" y1=\"48\" x2=\"42\" y2=\"62\"/>\r\n</svg>\r\n</li><li title=\"downpour sun \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M56,45c4.19,0,7-2.81,7-7c0-4.189-2.81-9-7-9\r\n\tc0-10.475-9.525-18-20-18c-9.271,0-17.348,6.211-19,15c0,0-1.232,0-2,0c-5.238,0-9,4.762-9,10s3.762,9,9,9H56z\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M29.999,11.752C27.793,10.028,25.017,9,22,9\r\n\tC14.82,9,9,14.82,9,22c0,2.577,0.707,3.979,2,6\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"6\" y1=\"22\" x2=\"0\" y2=\"22\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"22\" y1=\"6\" x2=\"22\" y2=\"0\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"10\" y1=\"10\" x2=\"4\" y2=\"4\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"20\" y1=\"48\" x2=\"12\" y2=\"62\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"30\" y1=\"48\" x2=\"22\" y2=\"62\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"40\" y1=\"48\" x2=\"32\" y2=\"62\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"50\" y1=\"48\" x2=\"42\" y2=\"62\"/>\r\n</svg>\r\n</li><li title=\"drop \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M11,41.265C11.052,53.27,20.401,63,32,63\r\n\t\ts21-9.73,21-21.735C53,25.729,32.035,1,32.035,1S10.931,25.729,11,41.265z\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"first quarter  \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"32\" r=\"31\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"5\" x2=\"17\" y2=\"5\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"11\" x2=\"9\" y2=\"11\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"17\" x2=\"5\" y2=\"17\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"23\" x2=\"2\" y2=\"23\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"29\" x2=\"1\" y2=\"29\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"63\" x2=\"32\" y2=\"1\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"35\" x2=\"1\" y2=\"35\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"41\" x2=\"2\" y2=\"41\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"47\" x2=\"5\" y2=\"47\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"53\" x2=\"9\" y2=\"53\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"59\" x2=\"17\" y2=\"59\"/>\r\n</svg>\r\n</li><li title=\"fog \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M55,40c4.565,0,8-3.435,8-8c0-4.565-3.435-9-8-9\r\n\tc0-11.414-9.586-20-21-20C23.898,3,14.8,9.423,13,19c0,0-1.165,0-2,0C5.292,19,1,24.292,1,30s4.292,10,10,10\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"13\" y1=\"40\" x2=\"53\" y2=\"40\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"13\" y1=\"48\" x2=\"53\" y2=\"48\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"13\" y1=\"56\" x2=\"53\" y2=\"56\"/>\r\n</svg>\r\n</li><li title=\"fog fullmoon \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M56,45c4.19,0,7-2.81,7-7c0-4.189-2.81-9-7-9\r\n\tc0-10.475-9.525-18-20-18c-9.271,0-17.348,6.211-19,15c0,0-1.232,0-2,0c-5.238,0-9,4.762-9,10s3.762,9,9,9\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M7.004,32.959c-1.59-1.017-2.943-2.37-3.961-3.96\r\n\tC1.75,26.979,1,24.577,1,22C1,14.82,6.82,9,14,9c4.604,0,8.646,2.392,10.957,6.001\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"17\" y1=\"45\" x2=\"54\" y2=\"45\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"17\" y1=\"51\" x2=\"54\" y2=\"51\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"17\" y1=\"57\" x2=\"54\" y2=\"57\"/>\r\n</svg>\r\n</li><li title=\"fog halfmoon \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M56,45c4.19,0,7-2.81,7-7c0-4.189-2.81-9-7-9\r\n\tc0-10.475-9.525-18-20-18c-9.271,0-17.348,6.211-19,15c0,0-1.232,0-2,0c-5.238,0-9,4.762-9,10s3.762,9,9,9\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M24.957,15.001C22.646,11.392,18.604,9,14,9\r\n\tc-0.826,0-1.631,0.085-2.414,0.233c0.891,1.396,1.414,3.05,1.414,4.83c0,4.971-4.029,9-9,9c-1.046,0-2.046-0.188-2.98-0.516\r\n\tc0.099,2.368,0.822,4.576,2.023,6.452c1.018,1.59,2.371,2.943,3.961,3.96\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"17\" y1=\"45\" x2=\"54\" y2=\"45\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"17\" y1=\"51\" x2=\"54\" y2=\"51\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"17\" y1=\"57\" x2=\"54\" y2=\"57\"/>\r\n</svg>\r\n</li><li title=\"fog sun \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M56,45c4.19,0,7-2.81,7-7c0-4.189-2.81-9-7-9\r\n\tc0-10.475-9.525-18-20-18c-9.271,0-17.348,6.211-19,15c0,0-1.233,0-2,0c-5.238,0-9,4.762-9,10s3.762,9,9,9\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M29.999,11.752C27.793,10.028,25.017,9,22,9\r\n\tC14.82,9,9,14.82,9,22c0,2.577,0.707,3.979,2,6\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"6\" y1=\"22\" x2=\"0\" y2=\"22\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"22\" y1=\"6\" x2=\"22\" y2=\"0\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"10\" y1=\"10\" x2=\"4\" y2=\"4\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"17\" y1=\"45\" x2=\"54\" y2=\"45\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"17\" y1=\"51\" x2=\"54\" y2=\"51\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"17\" y1=\"57\" x2=\"54\" y2=\"57\"/>\r\n</svg>\r\n</li><li title=\"fullmoon \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"32\" r=\"31\"/>\r\n</svg>\r\n</li><li title=\"gemini \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M0,8c0,0,16,4,32,4s32-4,32-4\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M64,56c0,0-16-4-32-4S0,56,0,56\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"21\" y1=\"12\" x2=\"21\" y2=\"52\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"43\" y1=\"12\" x2=\"43\" y2=\"52\"/>\r\n</svg>\r\n</li><li title=\"hail \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M55,40c4.565,0,8-3.435,8-8c0-4.565-3.435-9-8-9\r\n\tc0-11.414-9.586-20-21-20C23.898,3,14.8,9.423,13,19c0,0-1.165,0-2,0C5.292,19,1,24.292,1,30s4.292,10,10,10H55z\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"24\" y1=\"45\" x2=\"19\" y2=\"56\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"14\" y1=\"45\" x2=\"9\" y2=\"56\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"34\" y1=\"45\" x2=\"29\" y2=\"56\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"44\" y1=\"45\" x2=\"39\" y2=\"56\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"54\" y1=\"45\" x2=\"49\" y2=\"56\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"17\" y1=\"59\" x2=\"16\" y2=\"61\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"7\" y1=\"59\" x2=\"6\" y2=\"61\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"27\" y1=\"59\" x2=\"26\" y2=\"61\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"37\" y1=\"59\" x2=\"36\" y2=\"61\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"47\" y1=\"59\" x2=\"46\" y2=\"61\"/>\r\n</svg>\r\n</li><li title=\"hail fullmoon \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M56,45c4.19,0,7-2.81,7-7c0-4.189-2.81-9-7-9\r\n\tc0-10.475-9.525-18-20-18c-9.271,0-17.348,6.211-19,15c0,0-1.232,0-2,0c-5.238,0-9,4.762-9,10s3.762,9,9,9H56z\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M7.004,32.959c-1.59-1.017-2.943-2.37-3.961-3.96\r\n\tC1.75,26.979,1,24.577,1,22C1,14.82,6.82,9,14,9c4.604,0,8.646,2.392,10.957,6.001\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"20\" y1=\"48\" x2=\"16\" y2=\"57\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"30\" y1=\"48\" x2=\"26\" y2=\"57\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"40\" y1=\"48\" x2=\"36\" y2=\"57\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"50\" y1=\"48\" x2=\"46\" y2=\"57\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"15\" y1=\"60\" x2=\"14\" y2=\"62\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"25\" y1=\"60\" x2=\"24\" y2=\"62\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"35\" y1=\"60\" x2=\"34\" y2=\"62\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"45\" y1=\"60\" x2=\"44\" y2=\"62\"/>\r\n</svg>\r\n</li><li title=\"hail halfmoon \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M56,45c4.19,0,7-2.81,7-7c0-4.189-2.81-9-7-9\r\n\tc0-10.475-9.525-18-20-18c-9.271,0-17.348,6.211-19,15c0,0-1.232,0-2,0c-5.238,0-9,4.762-9,10s3.762,9,9,9H56z\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M24.957,15.001C22.646,11.392,18.604,9,14,9\r\n\tc-0.826,0-1.631,0.085-2.414,0.233c0.891,1.396,1.414,3.05,1.414,4.83c0,4.971-4.029,9-9,9c-1.046,0-2.046-0.188-2.98-0.516\r\n\tc0.099,2.368,0.822,4.576,2.023,6.452c1.018,1.59,2.371,2.943,3.961,3.96\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"20\" y1=\"48\" x2=\"16\" y2=\"57\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"30\" y1=\"48\" x2=\"26\" y2=\"57\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"40\" y1=\"48\" x2=\"36\" y2=\"57\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"50\" y1=\"48\" x2=\"46\" y2=\"57\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"15\" y1=\"60\" x2=\"14\" y2=\"62\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"25\" y1=\"60\" x2=\"24\" y2=\"62\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"35\" y1=\"60\" x2=\"34\" y2=\"62\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"45\" y1=\"60\" x2=\"44\" y2=\"62\"/>\r\n</svg>\r\n</li><li title=\"hail sun \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M56,45c4.19,0,7-2.81,7-7c0-4.189-2.81-9-7-9\r\n\tc0-10.475-9.525-18-20-18c-9.271,0-17.348,6.211-19,15c0,0-1.232,0-2,0c-5.238,0-9,4.762-9,10s3.762,9,9,9H56z\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M29.999,11.752C27.793,10.028,25.017,9,22,9\r\n\tC14.82,9,9,14.82,9,22c0,2.577,0.707,3.979,2,6\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"6\" y1=\"22\" x2=\"0\" y2=\"22\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"22\" y1=\"6\" x2=\"22\" y2=\"0\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"10\" y1=\"10\" x2=\"4\" y2=\"4\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"20\" y1=\"48\" x2=\"16\" y2=\"57\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"30\" y1=\"48\" x2=\"26\" y2=\"57\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"40\" y1=\"48\" x2=\"36\" y2=\"57\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"50\" y1=\"48\" x2=\"46\" y2=\"57\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"15\" y1=\"60\" x2=\"14\" y2=\"62\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"25\" y1=\"60\" x2=\"24\" y2=\"62\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"35\" y1=\"60\" x2=\"34\" y2=\"62\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"45\" y1=\"60\" x2=\"44\" y2=\"62\"/>\r\n</svg>\r\n</li><li title=\"last quarter \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"32\" r=\"31\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"59\" x2=\"47\" y2=\"59\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"53\" x2=\"55\" y2=\"53\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"47\" x2=\"59\" y2=\"47\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"41\" x2=\"62\" y2=\"41\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"35\" x2=\"63\" y2=\"35\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"1\" x2=\"32\" y2=\"63\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"29\" x2=\"63\" y2=\"29\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"23\" x2=\"62\" y2=\"23\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"17\" x2=\"59\" y2=\"17\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"11\" x2=\"55\" y2=\"11\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"5\" x2=\"47\" y2=\"5\"/>\r\n</svg>\r\n</li><li title=\"leo \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M22.649,33.597\r\n\tc-8.337-4.888-11.134-15.608-6.247-23.946C21.29,1.312,32.012-1.485,40.35,3.403c8.337,4.888,11.134,15.608,6.247,23.946\r\n\tC46.597,27.35,36,46,36,54\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"19\" cy=\"42\" r=\"9\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M53.064,58c-1.473,2.963-4.531,5-8.064,5\r\n\tc-4.971,0-9-4.029-9-9\"/>\r\n</svg>\r\n</li><li title=\"libra \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M41.667,38.002\r\n\tc3.913-2.939,6.444-7.619,6.444-12.891C48.111,16.213,40.897,9,32,9s-16.111,7.213-16.111,16.111c0,5.27,2.53,9.948,6.442,12.889\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"0\" y1=\"38\" x2=\"23\" y2=\"38\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"41\" y1=\"38\" x2=\"64\" y2=\"38\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"0\" y1=\"55\" x2=\"64\" y2=\"55\"/>\r\n</svg>\r\n</li><li title=\"lightning \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"40,1 17,37 31,37 \r\n\t24,63 50,27 36,27 \"/>\r\n</svg>\r\n</li><li title=\"mistyrain \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M55,40c4.565,0,8-3.435,8-8c0-4.565-3.435-9-8-9\r\n\tc0-11.414-9.586-20-21-20C23.898,3,14.8,9.423,13,19c0,0-1.165,0-2,0C5.292,19,1,24.292,1,30s4.292,10,10,10H55z\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"17\" y1=\"59\" x2=\"16\" y2=\"61\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"7\" y1=\"59\" x2=\"6\" y2=\"61\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"27\" y1=\"59\" x2=\"26\" y2=\"61\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"37\" y1=\"59\" x2=\"36\" y2=\"61\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"47\" y1=\"59\" x2=\"46\" y2=\"61\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"24\" y1=\"52\" x2=\"23\" y2=\"54\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"14\" y1=\"52\" x2=\"13\" y2=\"54\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"34\" y1=\"52\" x2=\"33\" y2=\"54\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"44\" y1=\"52\" x2=\"43\" y2=\"54\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"54\" y1=\"52\" x2=\"53\" y2=\"54\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"19\" y1=\"44\" x2=\"18\" y2=\"46\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"9\" y1=\"44\" x2=\"8\" y2=\"46\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"29\" y1=\"44\" x2=\"28\" y2=\"46\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"39\" y1=\"44\" x2=\"38\" y2=\"46\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"49\" y1=\"44\" x2=\"48\" y2=\"46\"/>\r\n</svg>\r\n</li><li title=\"mistyrain fullmoon \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M56,45c4.19,0,7-2.81,7-7c0-4.189-2.81-9-7-9\r\n\tc0-10.475-9.525-18-20-18c-9.271,0-17.348,6.211-19,15c0,0-1.232,0-2,0c-5.238,0-9,4.762-9,10s3.762,9,9,9H56z\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M7.004,32.959c-1.59-1.017-2.943-2.37-3.961-3.96\r\n\tC1.75,26.979,1,24.577,1,22C1,14.82,6.82,9,14,9c4.604,0,8.646,2.392,10.957,6.001\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"15\" y1=\"60\" x2=\"14\" y2=\"62\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"25\" y1=\"60\" x2=\"24\" y2=\"62\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"35\" y1=\"60\" x2=\"34\" y2=\"62\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"45\" y1=\"60\" x2=\"44\" y2=\"62\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"19\" y1=\"48\" x2=\"18\" y2=\"50\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"29\" y1=\"48\" x2=\"28\" y2=\"50\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"39\" y1=\"48\" x2=\"38\" y2=\"50\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"49\" y1=\"48\" x2=\"48\" y2=\"50\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"11\" y1=\"54\" x2=\"10\" y2=\"56\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"21\" y1=\"54\" x2=\"20\" y2=\"56\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"31\" y1=\"54\" x2=\"30\" y2=\"56\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"41\" y1=\"54\" x2=\"40\" y2=\"56\"/>\r\n</svg>\r\n</li><li title=\"mistyrain halfmoon \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M56,45c4.19,0,7-2.81,7-7c0-4.189-2.81-9-7-9\r\n\tc0-10.475-9.525-18-20-18c-9.271,0-17.348,6.211-19,15c0,0-1.232,0-2,0c-5.238,0-9,4.762-9,10s3.762,9,9,9H56z\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M24.957,15.001C22.646,11.392,18.604,9,14,9\r\n\tc-0.826,0-1.631,0.085-2.414,0.233c0.891,1.396,1.414,3.05,1.414,4.83c0,4.971-4.029,9-9,9c-1.046,0-2.046-0.188-2.98-0.516\r\n\tc0.099,2.368,0.822,4.576,2.023,6.452c1.018,1.59,2.371,2.943,3.961,3.96\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"15\" y1=\"60\" x2=\"14\" y2=\"62\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"25\" y1=\"60\" x2=\"24\" y2=\"62\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"35\" y1=\"60\" x2=\"34\" y2=\"62\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"45\" y1=\"60\" x2=\"44\" y2=\"62\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"19\" y1=\"48\" x2=\"18\" y2=\"50\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"29\" y1=\"48\" x2=\"28\" y2=\"50\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"39\" y1=\"48\" x2=\"38\" y2=\"50\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"49\" y1=\"48\" x2=\"48\" y2=\"50\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"11\" y1=\"54\" x2=\"10\" y2=\"56\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"21\" y1=\"54\" x2=\"20\" y2=\"56\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"31\" y1=\"54\" x2=\"30\" y2=\"56\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"41\" y1=\"54\" x2=\"40\" y2=\"56\"/>\r\n</svg>\r\n</li><li title=\"mistyrain sun \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M56,45c4.19,0,7-2.81,7-7c0-4.189-2.81-9-7-9\r\n\tc0-10.475-9.525-18-20-18c-9.271,0-17.348,6.211-19,15c0,0-1.232,0-2,0c-5.238,0-9,4.762-9,10s3.762,9,9,9H56z\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M29.999,11.752C27.793,10.028,25.017,9,22,9\r\n\tC14.82,9,9,14.82,9,22c0,2.577,0.707,3.979,2,6\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"6\" y1=\"22\" x2=\"0\" y2=\"22\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"22\" y1=\"6\" x2=\"22\" y2=\"0\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"10\" y1=\"10\" x2=\"4\" y2=\"4\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"15\" y1=\"60\" x2=\"14\" y2=\"62\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"25\" y1=\"60\" x2=\"24\" y2=\"62\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"35\" y1=\"60\" x2=\"34\" y2=\"62\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"45\" y1=\"60\" x2=\"44\" y2=\"62\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"19\" y1=\"48\" x2=\"18\" y2=\"50\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"29\" y1=\"48\" x2=\"28\" y2=\"50\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"39\" y1=\"48\" x2=\"38\" y2=\"50\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"49\" y1=\"48\" x2=\"48\" y2=\"50\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"11\" y1=\"54\" x2=\"10\" y2=\"56\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"21\" y1=\"54\" x2=\"20\" y2=\"56\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"31\" y1=\"54\" x2=\"30\" y2=\"56\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"41\" y1=\"54\" x2=\"40\" y2=\"56\"/>\r\n</svg>\r\n</li><li title=\"moon \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M6,52c14.359,0,26-11.641,26-26\r\n\tc0-9.994-6.729-18.648-15-23c3.396-1.277,8.158-2,12-2c17.121,0,31,13.879,31,31S46.121,63,29,63c-9.505,0-18.313-4.265-24-11\r\n\tC5.23,52.006,5.768,52,6,52z\"/>\r\n</svg>\r\n</li><li title=\"moondown full \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"0\" y1=\"47\" x2=\"64\" y2=\"47\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"25,53 32,60 \r\n\t39,53 \"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M48.159,47C49.96,44.096,51,40.669,51,37\r\n\tc0-10.493-8.506-19-19-19s-19,8.507-19,19c0,3.668,1.04,7.094,2.841,9.998\"/>\r\n</svg>\r\n</li><li title=\"moondown half \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"0\" y1=\"47\" x2=\"64\" y2=\"47\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"25,53 32,60 \r\n\t39,53 \"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M48.158,47C49.96,44.096,51,40.669,51,37\r\n\tc0-10.493-8.506-19-19-19c-0.059,0-0.115,0.008-0.175,0.009C32.574,19.688,33,21.543,33,23.5C33,30.956,26.956,37,19.5,37\r\n\tc-2.323,0-4.51-0.588-6.418-1.621C13.037,35.914,13,36.453,13,37c0,3.668,1.039,7.094,2.841,9.998\"/>\r\n</svg>\r\n</li><li title=\"moonset full \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"0\" y1=\"47\" x2=\"64\" y2=\"47\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"39,60 32,53 \r\n\t25,60 \"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M48.159,47C49.96,44.096,51,40.669,51,37\r\n\tc0-10.493-8.506-19-19-19s-19,8.507-19,19c0,3.668,1.04,7.094,2.841,9.998\"/>\r\n</svg>\r\n</li><li title=\"moonset half \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"0\" y1=\"47\" x2=\"64\" y2=\"47\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"25,53 32,60 \r\n\t39,53 \"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M48.158,47C49.96,44.096,51,40.669,51,37\r\n\tc0-10.493-8.506-19-19-19c-0.059,0-0.115,0.008-0.175,0.009C32.574,19.688,33,21.543,33,23.5C33,30.956,26.956,37,19.5,37\r\n\tc-2.323,0-4.51-0.588-6.418-1.621C13.037,35.914,13,36.453,13,37c0,3.668,1.039,7.094,2.841,9.998\"/>\r\n</svg>\r\n</li><li title=\"move2 \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"32\" r=\"31\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"5\" x2=\"17\" y2=\"5\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"11\" x2=\"9\" y2=\"11\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"17\" x2=\"5\" y2=\"17\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"23\" x2=\"2\" y2=\"23\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"29\" x2=\"1\" y2=\"29\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"63\" x2=\"32\" y2=\"1\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"35\" x2=\"1\" y2=\"35\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"41\" x2=\"2\" y2=\"41\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"47\" x2=\"5\" y2=\"47\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"53\" x2=\"9\" y2=\"53\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"59\" x2=\"17\" y2=\"59\"/>\r\n</svg>\r\n</li><li title=\"newmoon \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"32\" r=\"31\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"47\" y1=\"5\" x2=\"17\" y2=\"5\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"55\" y1=\"11\" x2=\"9\" y2=\"11\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"59\" y1=\"17\" x2=\"5\" y2=\"17\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"62\" y1=\"23\" x2=\"2\" y2=\"23\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"63\" y1=\"29\" x2=\"1\" y2=\"29\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"63\" y1=\"35\" x2=\"1\" y2=\"35\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"62\" y1=\"41\" x2=\"2\" y2=\"41\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"59\" y1=\"47\" x2=\"5\" y2=\"47\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"55\" y1=\"53\" x2=\"9\" y2=\"53\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"47\" y1=\"59\" x2=\"17\" y2=\"59\"/>\r\n</svg>\r\n</li><li title=\"pisces \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M54,0c0,0-10,16-10,32s10,32,10,32\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M10,64c0,0,10-16,10-32S10,0,10,0\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"7\" y1=\"32\" x2=\"57\" y2=\"32\"/>\r\n</svg>\r\n</li><li title=\"rain \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M55,40c4.565,0,8-3.435,8-8c0-4.565-3.435-9-8-9\r\n\tc0-11.414-9.586-20-21-20C23.898,3,14.8,9.423,13,19c0,0-1.165,0-2,0C5.292,19,1,24.292,1,30s4.292,10,10,10H55z\"/>\r\n<g>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"22\" y1=\"46\" x2=\"22\" y2=\"60\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"12\" y1=\"46\" x2=\"12\" y2=\"60\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"46\" x2=\"32\" y2=\"60\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"42\" y1=\"46\" x2=\"42\" y2=\"60\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"52\" y1=\"46\" x2=\"52\" y2=\"60\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"rain fullmoon \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M56,45c4.19,0,7-2.81,7-7c0-4.189-2.81-9-7-9\r\n\tc0-10.475-9.525-18-20-18c-9.271,0-17.348,6.211-19,15c0,0-1.232,0-2,0c-5.238,0-9,4.762-9,10s3.762,9,9,9H56z\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M7.004,32.959c-1.59-1.017-2.943-2.37-3.961-3.96\r\n\tC1.75,26.979,1,24.577,1,22C1,14.82,6.82,9,14,9c4.604,0,8.646,2.392,10.957,6.001\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"20\" y1=\"48\" x2=\"20\" y2=\"62\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"30\" y1=\"48\" x2=\"30\" y2=\"62\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"40\" y1=\"48\" x2=\"40\" y2=\"62\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"50\" y1=\"48\" x2=\"50\" y2=\"62\"/>\r\n</svg>\r\n</li><li title=\"rain halfmoon \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M56,45c4.19,0,7-2.81,7-7c0-4.189-2.81-9-7-9\r\n\tc0-10.475-9.525-18-20-18c-9.271,0-17.348,6.211-19,15c0,0-1.232,0-2,0c-5.238,0-9,4.762-9,10s3.762,9,9,9H56z\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M24.957,15.001C22.646,11.392,18.604,9,14,9\r\n\tc-0.826,0-1.631,0.085-2.414,0.233c0.891,1.396,1.414,3.05,1.414,4.83c0,4.971-4.029,9-9,9c-1.046,0-2.046-0.188-2.98-0.516\r\n\tc0.099,2.368,0.822,4.576,2.023,6.452c1.018,1.59,2.371,2.943,3.961,3.96\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"20\" y1=\"48\" x2=\"20\" y2=\"62\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"30\" y1=\"48\" x2=\"30\" y2=\"62\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"40\" y1=\"48\" x2=\"40\" y2=\"62\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"50\" y1=\"48\" x2=\"50\" y2=\"62\"/>\r\n</svg>\r\n</li><li title=\"rain sun \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M56,45c4.19,0,7-2.81,7-7c0-4.189-2.81-9-7-9\r\n\tc0-10.475-9.525-18-20-18c-9.271,0-17.348,6.211-19,15c0,0-1.233,0-2,0c-5.238,0-9,4.762-9,10s3.762,9,9,9H56z\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M29.999,11.752C27.793,10.028,25.017,9,22,9\r\n\tC14.82,9,9,14.82,9,22c0,2.577,0.707,3.979,2,6\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"6\" y1=\"22\" x2=\"0\" y2=\"22\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"22\" y1=\"6\" x2=\"22\" y2=\"0\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"10\" y1=\"10\" x2=\"4\" y2=\"4\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"20\" y1=\"48\" x2=\"20\" y2=\"62\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"30\" y1=\"48\" x2=\"30\" y2=\"62\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"40\" y1=\"48\" x2=\"40\" y2=\"62\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"50\" y1=\"48\" x2=\"50\" y2=\"62\"/>\r\n</svg>\r\n</li><li title=\"sagittarius \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"63\" y1=\"1\" x2=\"0\" y2=\"64\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"36,1 63,1 63,28 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"1\" y1=\"28\" x2=\"36\" y2=\"63\"/>\r\n</svg>\r\n</li><li title=\"scorpio \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M30,52V12c0,0,0-11,8-11s8,11,8,11s0,33,0,40\r\n\tc0,0,0,6,6,6h5\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M14,52V12c0,0,0.083-11,8-11s8,11,8,11\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M14,12c0,0,0-10-8-10\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"52,53 57,58 \r\n\t52,63 \"/>\r\n</svg>\r\n</li><li title=\"snow \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M55,40c4.565,0,8-3.435,8-8c0-4.565-3.435-9-8-9\r\n\tc0-11.414-9.586-20-21-20C23.898,3,14.8,9.423,13,19c0,0-1.165,0-2,0C5.292,19,1,24.292,1,30s4.292,10,10,10H55z\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"22\" y1=\"43\" x2=\"22\" y2=\"48\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"22\" y1=\"52\" x2=\"22\" y2=\"57\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"27\" y1=\"45\" x2=\"24\" y2=\"48\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"20\" y1=\"52\" x2=\"17\" y2=\"55\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"27\" y1=\"55\" x2=\"24\" y2=\"52\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"20\" y1=\"48\" x2=\"17\" y2=\"45\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"29\" y1=\"50\" x2=\"24\" y2=\"50\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"20\" y1=\"50\" x2=\"15\" y2=\"50\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"42\" y1=\"48\" x2=\"42\" y2=\"53\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"42\" y1=\"57\" x2=\"42\" y2=\"62\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"47\" y1=\"50\" x2=\"44\" y2=\"53\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"40\" y1=\"57\" x2=\"37\" y2=\"60\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"47\" y1=\"60\" x2=\"44\" y2=\"57\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"40\" y1=\"53\" x2=\"37\" y2=\"50\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"49\" y1=\"55\" x2=\"44\" y2=\"55\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"40\" y1=\"55\" x2=\"35\" y2=\"55\"/>\r\n</svg>\r\n</li><li title=\"snow fullmoon \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M56,45c4.19,0,7-2.81,7-7c0-4.189-2.81-9-7-9\r\n\tc0-10.475-9.525-18-20-18c-9.271,0-17.348,6.211-19,15c0,0-1.232,0-2,0c-5.238,0-9,4.762-9,10s3.762,9,9,9H56z\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M7.004,32.959c-1.59-1.017-2.943-2.37-3.961-3.96\r\n\tC1.75,26.979,1,24.577,1,22C1,14.82,6.82,9,14,9c4.604,0,8.646,2.392,10.957,6.001\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"24\" y1=\"48\" x2=\"24\" y2=\"52\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"24\" y1=\"56\" x2=\"24\" y2=\"60\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"28\" y1=\"50\" x2=\"26\" y2=\"52\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"22\" y1=\"56\" x2=\"20\" y2=\"58\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"28\" y1=\"58\" x2=\"26\" y2=\"56\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"22\" y1=\"52\" x2=\"20\" y2=\"50\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"30\" y1=\"54\" x2=\"26\" y2=\"54\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"22\" y1=\"54\" x2=\"18\" y2=\"54\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"44\" y1=\"50\" x2=\"44\" y2=\"54\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"44\" y1=\"58\" x2=\"44\" y2=\"62\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"48\" y1=\"52\" x2=\"46\" y2=\"54\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"42\" y1=\"58\" x2=\"40\" y2=\"60\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"48\" y1=\"60\" x2=\"46\" y2=\"58\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"42\" y1=\"54\" x2=\"40\" y2=\"52\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"50\" y1=\"56\" x2=\"46\" y2=\"56\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"42\" y1=\"56\" x2=\"38\" y2=\"56\"/>\r\n</svg>\r\n</li><li title=\"snow halfmoon \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M56,45c4.19,0,7-2.81,7-7c0-4.189-2.81-9-7-9\r\n\tc0-10.475-9.525-18-20-18c-9.271,0-17.348,6.211-19,15c0,0-1.232,0-2,0c-5.238,0-9,4.762-9,10s3.762,9,9,9H56z\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M24.957,15.001C22.646,11.392,18.604,9,14,9\r\n\tc-0.826,0-1.631,0.085-2.414,0.233c0.891,1.396,1.414,3.05,1.414,4.83c0,4.971-4.029,9-9,9c-1.046,0-2.046-0.188-2.98-0.516\r\n\tc0.099,2.368,0.822,4.576,2.023,6.452c1.018,1.59,2.371,2.943,3.961,3.96\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"24\" y1=\"48\" x2=\"24\" y2=\"52\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"24\" y1=\"56\" x2=\"24\" y2=\"60\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"28\" y1=\"50\" x2=\"26\" y2=\"52\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"22\" y1=\"56\" x2=\"20\" y2=\"58\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"28\" y1=\"58\" x2=\"26\" y2=\"56\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"22\" y1=\"52\" x2=\"20\" y2=\"50\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"30\" y1=\"54\" x2=\"26\" y2=\"54\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"22\" y1=\"54\" x2=\"18\" y2=\"54\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"44\" y1=\"50\" x2=\"44\" y2=\"54\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"44\" y1=\"58\" x2=\"44\" y2=\"62\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"48\" y1=\"52\" x2=\"46\" y2=\"54\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"42\" y1=\"58\" x2=\"40\" y2=\"60\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"48\" y1=\"60\" x2=\"46\" y2=\"58\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"42\" y1=\"54\" x2=\"40\" y2=\"52\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"50\" y1=\"56\" x2=\"46\" y2=\"56\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"42\" y1=\"56\" x2=\"38\" y2=\"56\"/>\r\n</svg>\r\n</li><li title=\"snow sun \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M56,45c4.19,0,7-2.81,7-7c0-4.189-2.81-9-7-9\r\n\tc0-10.475-9.525-18-20-18c-9.271,0-17.348,6.211-19,15c0,0-1.232,0-2,0c-5.238,0-9,4.762-9,10s3.762,9,9,9H56z\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M29.999,11.752C27.793,10.028,25.017,9,22,9\r\n\tC14.82,9,9,14.82,9,22c0,2.577,0.707,3.979,2,6\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"6\" y1=\"22\" x2=\"0\" y2=\"22\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"22\" y1=\"6\" x2=\"22\" y2=\"0\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"10\" y1=\"10\" x2=\"4\" y2=\"4\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"24\" y1=\"48\" x2=\"24\" y2=\"52\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"24\" y1=\"56\" x2=\"24\" y2=\"60\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"28\" y1=\"50\" x2=\"26\" y2=\"52\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"22\" y1=\"56\" x2=\"20\" y2=\"58\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"28\" y1=\"58\" x2=\"26\" y2=\"56\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"22\" y1=\"52\" x2=\"20\" y2=\"50\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"30\" y1=\"54\" x2=\"26\" y2=\"54\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"22\" y1=\"54\" x2=\"18\" y2=\"54\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"44\" y1=\"50\" x2=\"44\" y2=\"54\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"44\" y1=\"58\" x2=\"44\" y2=\"62\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"48\" y1=\"52\" x2=\"46\" y2=\"54\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"42\" y1=\"58\" x2=\"40\" y2=\"60\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"48\" y1=\"60\" x2=\"46\" y2=\"58\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"42\" y1=\"54\" x2=\"40\" y2=\"52\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"50\" y1=\"56\" x2=\"46\" y2=\"56\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"42\" y1=\"56\" x2=\"38\" y2=\"56\"/>\r\n</svg>\r\n</li><li title=\"snowflake \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"1,24 9,32 1,40 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"63,40 55,32 63,24 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"24,63 32,55 40,63 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"40,1 32,9 24,1 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"5,49 15,49 15,59 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"59,15 49,15 49,5 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"38\" y1=\"26\" x2=\"49\" y2=\"15\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"15\" y1=\"49\" x2=\"26\" y2=\"38\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"15,5 15,15 5,15 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"49,59 49,49 59,49 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"38\" y1=\"38\" x2=\"49\" y2=\"49\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"15\" y1=\"15\" x2=\"26\" y2=\"26\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"40\" y1=\"32\" x2=\"55\" y2=\"32\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"9\" y1=\"32\" x2=\"24\" y2=\"32\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"40\" x2=\"32\" y2=\"55\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"9\" x2=\"32\" y2=\"24\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"32\" r=\"8\"/>\r\n</svg>\r\n</li><li title=\"star \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<polygon fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"32,47 12,62 20,38 2,24 24,24 32,1 40,24 \r\n\t62,24 44,38 52,62 \"/>\r\n</svg>\r\n</li><li title=\"storm 11 \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M55,40c4.565,0,8-3.435,8-8c0-4.565-3.435-9-8-9\r\n\tc0-11.414-9.586-20-21-20C23.898,3,14.8,9.423,13,19c0,0-1.165,0-2,0C5.292,19,1,24.292,1,30s4.292,10,10,10H55z\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"23\" y1=\"46\" x2=\"15\" y2=\"60\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"13\" y1=\"46\" x2=\"5\" y2=\"60\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"33\" y1=\"46\" x2=\"25\" y2=\"60\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"43\" y1=\"46\" x2=\"35\" y2=\"60\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"53\" y1=\"46\" x2=\"45\" y2=\"60\"/>\r\n</svg>\r\n</li><li title=\"storm 32 \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M55,40c4.565,0,8-3.435,8-8c0-4.565-3.435-9-8-9\r\n\tc0-11.414-9.586-20-21-20C23.898,3,14.8,9.423,13,19c0,0-1.165,0-2,0C5.292,19,1,24.292,1,30s4.292,10,10,10H55z\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"32,46 29,53 33,53 29,60 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"42,46 39,53 43,53 39,60 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"22,46 19,53 23,53 19,60 \"/>\r\n</svg>\r\n</li><li title=\"storm fullmoon \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M56,45c4.19,0,7-2.81,7-7c0-4.189-2.81-9-7-9\r\n\tc0-10.475-9.525-18-20-18c-9.271,0-17.348,6.211-19,15c0,0-1.232,0-2,0c-5.238,0-9,4.762-9,10s3.762,9,9,9H56z\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M7.004,32.959c-1.59-1.017-2.943-2.37-3.961-3.96\r\n\tC1.75,26.979,1,24.577,1,22C1,14.82,6.82,9,14,9c4.604,0,8.646,2.392,10.957,6.001\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"32,48 29,55 34,55 30,62 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"42,48 39,55 44,55 40,62 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"22,48 19,55 24,55 20,62 \"/>\r\n</svg>\r\n</li><li title=\"storm halfmoon \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M56,45c4.19,0,7-2.81,7-7c0-4.189-2.81-9-7-9\r\n\tc0-10.475-9.525-18-20-18c-9.271,0-17.348,6.211-19,15c0,0-1.232,0-2,0c-5.238,0-9,4.762-9,10s3.762,9,9,9H56z\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M24.957,15.001C22.646,11.392,18.604,9,14,9\r\n\tc-0.826,0-1.631,0.085-2.414,0.233c0.891,1.396,1.414,3.05,1.414,4.83c0,4.971-4.029,9-9,9c-1.046,0-2.046-0.188-2.98-0.516\r\n\tc0.099,2.368,0.822,4.576,2.023,6.452c1.018,1.59,2.371,2.943,3.961,3.96\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"32,48 29,55 34,55 30,62 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"42,48 39,55 44,55 40,62 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"22,48 19,55 24,55 20,62 \"/>\r\n</svg>\r\n</li><li title=\"storm sun \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M56,45c4.19,0,7-2.81,7-7c0-4.189-2.81-9-7-9\r\n\tc0-10.475-9.525-18-20-18c-9.271,0-17.348,6.211-19,15c0,0-1.232,0-2,0c-5.238,0-9,4.762-9,10s3.762,9,9,9H56z\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M29.999,11.752C27.793,10.028,25.017,9,22,9\r\n\tC14.82,9,9,14.82,9,22c0,2.577,0.707,3.979,2,6\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"6\" y1=\"22\" x2=\"0\" y2=\"22\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"22\" y1=\"6\" x2=\"22\" y2=\"0\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"10\" y1=\"10\" x2=\"4\" y2=\"4\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"32,48 29,55 34,55 30,62 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"42,48 39,55 44,55 40,62 \"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"22,48 19,55 24,55 20,62 \"/>\r\n</svg>\r\n</li><li title=\"sun \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<g>\r\n\t<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"32\" r=\"16\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"10\" x2=\"32\" y2=\"0\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"64\" x2=\"32\" y2=\"54\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"54\" y1=\"32\" x2=\"64\" y2=\"32\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"0\" y1=\"32\" x2=\"10\" y2=\"32\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"48\" y1=\"16\" x2=\"53\" y2=\"11\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"11\" y1=\"53\" x2=\"16\" y2=\"48\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"48\" y1=\"48\" x2=\"53\" y2=\"53\"/>\r\n\t<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"11\" y1=\"11\" x2=\"16\" y2=\"16\"/>\r\n</g>\r\n</svg>\r\n</li><li title=\"sundown \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"0\" y1=\"47\" x2=\"64\" y2=\"47\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"10\" y1=\"37\" x2=\"0\" y2=\"37\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"64\" y1=\"37\" x2=\"54\" y2=\"37\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"15\" x2=\"32\" y2=\"4\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"14\" y1=\"23\" x2=\"6\" y2=\"15\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"50\" y1=\"23\" x2=\"58\" y2=\"15\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"25,53 32,60 \r\n\t39,53 \"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M48.159,47C49.96,44.096,51,40.669,51,37\r\n\tc0-10.493-8.506-19-19-19s-19,8.507-19,19c0,3.668,1.04,7.094,2.841,9.998\"/>\r\n</svg>\r\n</li><li title=\"sunset \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"0\" y1=\"47\" x2=\"64\" y2=\"47\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"10\" y1=\"37\" x2=\"0\" y2=\"37\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"64\" y1=\"37\" x2=\"54\" y2=\"37\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"32\" y1=\"15\" x2=\"32\" y2=\"4\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"14\" y1=\"23\" x2=\"6\" y2=\"15\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"50\" y1=\"23\" x2=\"58\" y2=\"15\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"bevel\" stroke-miterlimit=\"10\" points=\"39,60 32,53 \r\n\t25,60 \"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M48.159,47C49.96,44.096,51,40.669,51,37\r\n\tc0-10.493-8.506-19-19-19s-19,8.507-19,19c0,3.668,1.04,7.094,2.841,9.998\"/>\r\n</svg>\r\n</li><li title=\"taurus \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"43\" r=\"18\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M0,3c14,0,15,12,15,12s0,10,17,10\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M64,3C50,3,49,15,49,15s0,10-17,10\"/>\r\n</svg>\r\n</li><li title=\"tempest \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M55,40c4.565,0,8-3.435,8-8c0-4.565-3.435-9-8-9\r\n\tc0-11.414-9.586-20-21-20C23.898,3,14.8,9.423,13,19c0,0-1.165,0-2,0C5.292,19,1,24.292,1,30s4.292,10,10,10H55z\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"32,46 29,53 33,53 29,60 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"47\" y1=\"46\" x2=\"39\" y2=\"60\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"22\" y1=\"46\" x2=\"14\" y2=\"60\"/>\r\n</svg>\r\n</li><li title=\"tempest fullmoon \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M56,45c4.19,0,7-2.81,7-7c0-4.189-2.81-9-7-9\r\n\tc0-10.475-9.525-18-20-18c-9.271,0-17.348,6.211-19,15c0,0-1.232,0-2,0c-5.238,0-9,4.762-9,10s3.762,9,9,9H56z\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M7.004,32.959c-1.59-1.017-2.943-2.37-3.961-3.96\r\n\tC1.75,26.979,1,24.577,1,22C1,14.82,6.82,9,14,9c4.604,0,8.646,2.392,10.957,6.001\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"32,48 29,55 33,55 29,62 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"23\" y1=\"48\" x2=\"15\" y2=\"62\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"47\" y1=\"48\" x2=\"39\" y2=\"62\"/>\r\n</svg>\r\n</li><li title=\"tempest halfmoon \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M56,45c4.19,0,7-2.81,7-7c0-4.189-2.81-9-7-9\r\n\tc0-10.475-9.525-18-20-18c-9.271,0-17.348,6.211-19,15c0,0-1.232,0-2,0c-5.238,0-9,4.762-9,10s3.762,9,9,9H56z\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M24.957,15.001C22.646,11.392,18.604,9,14,9\r\n\tc-0.826,0-1.631,0.085-2.414,0.233c0.891,1.396,1.414,3.05,1.414,4.83c0,4.971-4.029,9-9,9c-1.046,0-2.046-0.188-2.98-0.516\r\n\tc0.099,2.368,0.822,4.576,2.023,6.452c1.018,1.59,2.371,2.943,3.961,3.96\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"32,48 29,55 33,55 29,62 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"23\" y1=\"48\" x2=\"15\" y2=\"62\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"47\" y1=\"48\" x2=\"39\" y2=\"62\"/>\r\n</svg>\r\n</li><li title=\"tempest sun \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M56,45c4.19,0,7-2.81,7-7c0-4.189-2.81-9-7-9\r\n\tc0-10.475-9.525-18-20-18c-9.271,0-17.348,6.211-19,15c0,0-1.232,0-2,0c-5.238,0-9,4.762-9,10s3.762,9,9,9H56z\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M29.999,11.752C27.793,10.028,25.017,9,22,9\r\n\tC14.82,9,9,14.82,9,22c0,2.577,0.707,3.979,2,6\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"6\" y1=\"22\" x2=\"0\" y2=\"22\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"22\" y1=\"6\" x2=\"22\" y2=\"0\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"10\" y1=\"10\" x2=\"4\" y2=\"4\"/>\r\n<polyline fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" points=\"32,48 29,55 33,55 29,62 \"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"23\" y1=\"48\" x2=\"15\" y2=\"62\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"47\" y1=\"48\" x2=\"39\" y2=\"62\"/>\r\n</svg>\r\n</li><li title=\"variable fullmoon \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M56,50c4.19,0,7-2.81,7-7c0-4.189-2.81-9-7-9\r\n\tc0-10.475-9.525-18-20-18c-9.271,0-17.348,6.211-19,15c0,0-1.232,0-2,0c-5.238,0-9,4.762-9,10s3.762,9,9,9H56z\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M7.004,37.959c-1.59-1.017-2.943-2.37-3.961-3.96\r\n\tC1.75,31.979,1,29.577,1,27c0-7.18,5.82-13,13-13c4.604,0,8.646,2.392,10.957,6.001\"/>\r\n</svg>\r\n</li><li title=\"variable halfmoon \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M56,50c4.19,0,7-2.81,7-7c0-4.189-2.81-9-7-9\r\n\tc0-10.475-9.525-18-20-18c-9.271,0-17.348,6.211-19,15c0,0-1.232,0-2,0c-5.238,0-9,4.762-9,10s3.762,9,9,9H56z\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M24.957,20.001C22.646,16.392,18.604,14,14,14\r\n\tc-0.826,0-1.631,0.085-2.414,0.233c0.891,1.396,1.414,3.05,1.414,4.83c0,4.971-4.029,9-9,9c-1.046,0-2.046-0.188-2.98-0.516\r\n\tc0.099,2.368,0.822,4.576,2.023,6.452c1.018,1.59,2.371,2.943,3.961,3.96\"/>\r\n</svg>\r\n</li><li title=\"variable sun \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M56,50c4.19,0,7-2.81,7-7c0-4.189-2.81-9-7-9\r\n\tc0-10.475-9.525-18-20-18c-9.271,0-17.348,6.211-19,15c0,0-1.233,0-2,0c-5.238,0-9,4.762-9,10s3.762,9,9,9H56z\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M29.999,16.752C27.793,15.028,25.017,14,22,14\r\n\tc-7.18,0-13,5.82-13,13c0,2.577,0.707,3.979,2,6\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"6\" y1=\"27\" x2=\"0\" y2=\"27\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"22\" y1=\"11\" x2=\"22\" y2=\"5\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"10\" y1=\"15\" x2=\"4\" y2=\"9\"/>\r\n</svg>\r\n</li><li title=\"virgo \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M54,64c0,0-6-5-6-12s0-40,0-40s0-11-8-11s-8,11-8,11\r\n\tv40\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M16,52V12c0,0,0.083-11,8-11s8,11,8,11\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M16,12c0,0,0-10-8-10\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M48,24c0,0,0-14,6-14s6,14,6,14s-1,34-27,34\"/>\r\n</svg>\r\n</li><li title=\"waning cresent \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32.002\" cy=\"31.999\" r=\"31\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M41.002,61.999c-13.242-3.528-22-15.646-22-30\r\n\tc0-14.355,8.756-26.473,22-30\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"34\" y1=\"5\" x2=\"47\" y2=\"5\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"27\" y1=\"11\" x2=\"55\" y2=\"11\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"22\" y1=\"17\" x2=\"59\" y2=\"17\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"20\" y1=\"23\" x2=\"62\" y2=\"23\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"19\" y1=\"29\" x2=\"63\" y2=\"29\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"19\" y1=\"35\" x2=\"63\" y2=\"35\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"20\" y1=\"41\" x2=\"62\" y2=\"41\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"23\" y1=\"47\" x2=\"59\" y2=\"47\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"27\" y1=\"53\" x2=\"55\" y2=\"53\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"34\" y1=\"59\" x2=\"47\" y2=\"59\"/>\r\n</svg>\r\n</li><li title=\"waning gibbous \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"32\" r=\"31\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M23,2c13.242,3.528,22,15.646,22,30\r\n\tc0,14.355-8.756,26.473-22,30\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"30\" y1=\"59\" x2=\"47\" y2=\"59\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"37\" y1=\"53\" x2=\"55\" y2=\"53\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"42\" y1=\"47\" x2=\"59\" y2=\"47\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"44\" y1=\"41\" x2=\"62\" y2=\"41\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"45\" y1=\"35\" x2=\"63\" y2=\"35\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"45\" y1=\"29\" x2=\"63\" y2=\"29\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"44\" y1=\"23\" x2=\"62\" y2=\"23\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"41\" y1=\"17\" x2=\"59\" y2=\"17\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"37\" y1=\"11\" x2=\"55\" y2=\"11\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"30\" y1=\"5\" x2=\"47\" y2=\"5\"/>\r\n</svg>\r\n</li><li title=\"waxing cresent \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"32\" r=\"31\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M23,2c13.243,3.528,22,15.646,22,30\r\n\tc0,14.355-8.756,26.473-22,30\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"30\" y1=\"59\" x2=\"17\" y2=\"59\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"37\" y1=\"53\" x2=\"9\" y2=\"53\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"42\" y1=\"47\" x2=\"5\" y2=\"47\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"44\" y1=\"41\" x2=\"2\" y2=\"41\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"45\" y1=\"35\" x2=\"1\" y2=\"35\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"45\" y1=\"29\" x2=\"1\" y2=\"29\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"44\" y1=\"23\" x2=\"2\" y2=\"23\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"41\" y1=\"17\" x2=\"5\" y2=\"17\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"37\" y1=\"11\" x2=\"9\" y2=\"11\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"30\" y1=\"5\" x2=\"17\" y2=\"5\"/>\r\n</svg>\r\n</li><li title=\"waxing gibbous \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"32\" r=\"31\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M41,62c-13.243-3.528-22-15.646-22-30\r\n\tc0-14.355,8.756-26.473,22-30\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"34\" y1=\"5\" x2=\"17\" y2=\"5\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"27\" y1=\"11\" x2=\"9\" y2=\"11\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"22\" y1=\"17\" x2=\"5\" y2=\"17\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"20\" y1=\"23\" x2=\"2\" y2=\"23\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"19\" y1=\"29\" x2=\"1\" y2=\"29\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"19\" y1=\"35\" x2=\"1\" y2=\"35\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"20\" y1=\"41\" x2=\"2\" y2=\"41\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"23\" y1=\"47\" x2=\"5\" y2=\"47\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"27\" y1=\"53\" x2=\"9\" y2=\"53\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"34\" y1=\"59\" x2=\"17\" y2=\"59\"/>\r\n</svg>\r\n</li><li title=\"wind \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M55,40c4.565,0,8-3.435,8-8c0-4.565-3.435-9-8-9\r\n\tc0-11.414-9.586-20-21-20C23.898,3,14.8,9.423,13,19c0,0-1.165,0-2,0C5.292,19,1,24.292,1,30s4.292,10,10,10\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M27,58c0,2.761,2.238,5,5,5s5-2.239,5-5\r\n\ts-2.238-5-5-5H2\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M40,42c0-2.761,2.238-5,5-5s5,2.239,5,5\r\n\ts-2.238,5-5,5H4\"/>\r\n</svg>\r\n</li><li title=\"wind E \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"32\" r=\"31\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"32\" r=\"4\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M32,44c6.628,0,25-12,25-12S38.628,20,32,20\r\n\ts-12,5.373-12,12S25.372,44,32,44z\"/>\r\n</svg>\r\n</li><li title=\"wind N \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"32\" r=\"31\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"32\" r=\"4\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M44,32c0-6.628-12-25-12-25S20,25.372,20,32\r\n\ts5.373,12,12,12S44,38.628,44,32z\"/>\r\n</svg>\r\n</li><li title=\"wind NE \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"32\" r=\"31\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"32\" r=\"4\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M40.485,40.484C45.172,35.798,49,15,49,15\r\n\ts-20.799,3.827-25.485,8.514c-4.687,4.688-4.686,12.285,0,16.971C28.2,45.171,35.799,45.172,40.485,40.484z\"/>\r\n</svg>\r\n</li><li title=\"wind NW \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"32\" r=\"31\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"32\" r=\"4\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M40.484,23.514C35.798,18.828,15,15,15,15\r\n\ts3.827,20.799,8.514,25.484c4.688,4.688,12.285,4.686,16.971,0C45.171,35.799,45.172,28.201,40.484,23.514z\"/>\r\n</svg>\r\n</li><li title=\"wind S \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"32\" r=\"31\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"32\" r=\"4\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M20,32c0,6.628,12,25,12,25s12-18.372,12-25\r\n\ts-5.373-12-12-12S20,25.372,20,32z\"/>\r\n</svg>\r\n</li><li title=\"wind SE \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"31.999\" r=\"31\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"31.999\" r=\"4\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M23.515,40.484\r\n\tc4.687,4.687,25.484,8.515,25.484,8.515S45.172,28.2,40.485,23.514c-4.688-4.687-12.285-4.686-16.971,0\r\n\tC18.828,28.199,18.827,35.798,23.515,40.484z\"/>\r\n</svg>\r\n</li><li title=\"wind SW \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"32\" r=\"31\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"32\" cy=\"32\" r=\"4\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M23.515,23.515C18.828,28.201,15,48.999,15,48.999\r\n\ts20.799-3.827,25.485-8.514c4.687-4.688,4.686-12.285,0-16.971C35.8,18.828,28.201,18.827,23.515,23.515z\"/>\r\n</svg>\r\n</li><li title=\"wind W \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"31.999\" cy=\"31.999\" r=\"31\"/>\r\n<circle fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" cx=\"31.999\" cy=\"31.999\" r=\"4\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M31.999,19.999c-6.628,0-25,12-25,12\r\n\ts18.372,12,25,12s12-5.373,12-12S38.627,19.999,31.999,19.999z\"/>\r\n</svg>\r\n</li><li title=\"wind fullmoon \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M7.004,32.959c-1.59-1.017-2.943-2.37-3.961-3.96\r\n\tC1.75,26.979,1,24.577,1,22C1,14.82,6.82,9,14,9c4.604,0,8.646,2.392,10.957,6.001\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M56,45c4.19,0,7-2.81,7-7c0-4.189-2.81-9-7-9\r\n\tc0-10.475-9.525-18-20-18c-9.271,0-17.348,6.211-19,15c0,0-1.232,0-2,0c-5.238,0-9,4.762-9,10s3.762,9,9,9\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M27,58c0,2.761,2.238,5,5,5s5-2.239,5-5\r\n\ts-2.238-5-5-5H2\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M40,44c0-2.761,2.238-5,5-5s5,2.239,5,5\r\n\ts-2.238,5-5,5H4\"/>\r\n</svg>\r\n</li><li title=\"wind halfmoon \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M24.957,15.001C22.646,11.392,18.604,9,14,9\r\n\tc-0.826,0-1.631,0.085-2.414,0.233c0.891,1.396,1.414,3.05,1.414,4.83c0,4.971-4.029,9-9,9c-1.046,0-2.046-0.188-2.98-0.516\r\n\tc0.099,2.368,0.822,4.576,2.023,6.452c1.018,1.59,2.371,2.943,3.961,3.96\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M56,45c4.19,0,7-2.81,7-7c0-4.189-2.81-9-7-9\r\n\tc0-10.475-9.525-18-20-18c-9.271,0-17.348,6.211-19,15c0,0-1.232,0-2,0c-5.238,0-9,4.762-9,10s3.762,9,9,9\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M27,58c0,2.761,2.238,5,5,5s5-2.239,5-5\r\n\ts-2.238-5-5-5H2\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M40,44c0-2.761,2.238-5,5-5s5,2.239,5,5\r\n\ts-2.238,5-5,5H4\"/>\r\n</svg>\r\n</li><li title=\"wind sun \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M56,45c4.19,0,7-2.81,7-7c0-4.189-2.81-9-7-9\r\n\tc0-10.475-9.525-18-20-18c-9.271,0-17.348,6.211-19,15c0,0-1.232,0-2,0c-5.238,0-9,4.762-9,10s3.762,9,9,9\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M29.999,11.752C27.793,10.028,25.017,9,22,9\r\n\tC14.82,9,9,14.82,9,22c0,2.577,0.707,3.979,2,6\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"6\" y1=\"22\" x2=\"0\" y2=\"22\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"22\" y1=\"6\" x2=\"22\" y2=\"0\"/>\r\n<line fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" x1=\"10\" y1=\"10\" x2=\"4\" y2=\"4\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M27,58c0,2.761,2.238,5,5,5s5-2.239,5-5\r\n\ts-2.238-5-5-5H2\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M40,44c0-2.761,2.238-5,5-5s5,2.239,5,5\r\n\ts-2.238,5-5,5H4\"/>\r\n</svg>\r\n</li><li title=\"windgust \">\r\n\r\n\r\n<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\r\n\t width=\"64px\" height=\"64px\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\">\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M44,40c0,3.866,3.134,7,7,7s7-3.134,7-7\r\n\ts-3.134-7-7-7H0\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M49,19c0-3.866,3.134-7,7-7s7,3.134,7,7\r\n\ts-3.134,7-7,7H0\"/>\r\n<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"10\" d=\"M27,45c0,2.761,2.239,5,5,5s5-2.239,5-5\r\n\ts-2.239-5-5-5H0\"/>\r\n</svg>\r\n</li></ul>"
  },
  {
    "path": "resources/svg/icons/linea/read_me.txt",
    "content": "Linea Iconset\n\n\nLinea Iconset is a free iconset designed by Dario Ferrando.\nThe set is distributed under CCBY license, meaning that you can use these files both for private and commercial projects. \nYou are however obliged to attribute the work to Dario Ferrando\n\nIn case you want to buy the rights and be freed of the attribution obligation, don't hesitate to contact me at ferrando_dario@hotmail.it\n\n\n\nCCBY LICENSE\nhttp://creativecommons.org/licenses/by/4.0/\n\nLicense\n\nTHE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE (\"CCPL\" OR \"LICENSE\"). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.\n\nBY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS.\n\n1. Definitions\n\n\"Adaptation\" means a work based upon the Work, or upon the Work and other pre-existing works, such as a translation, adaptation, derivative work, arrangement of music or other alterations of a literary or artistic work, or phonogram or performance and includes cinematographic adaptations or any other form in which the Work may be recast, transformed, or adapted including in any form recognizably derived from the original, except that a work that constitutes a Collection will not be considered an Adaptation for the purpose of this License. For the avoidance of doubt, where the Work is a musical work, performance or phonogram, the synchronization of the Work in timed-relation with a moving image (\"synching\") will be considered an Adaptation for the purpose of this License.\n\"Collection\" means a collection of literary or artistic works, such as encyclopedias and anthologies, or performances, phonograms or broadcasts, or other works or subject matter other than works listed in Section 1(f) below, which, by reason of the selection and arrangement of their contents, constitute intellectual creations, in which the Work is included in its entirety in unmodified form along with one or more other contributions, each constituting separate and independent works in themselves, which together are assembled into a collective whole. A work that constitutes a Collection will not be considered an Adaptation (as defined above) for the purposes of this License.\n\"Distribute\" means to make available to the public the original and copies of the Work or Adaptation, as appropriate, through sale or other transfer of ownership.\n\"Licensor\" means the individual, individuals, entity or entities that offer(s) the Work under the terms of this License.\n\"Original Author\" means, in the case of a literary or artistic work, the individual, individuals, entity or entities who created the Work or if no individual or entity can be identified, the publisher; and in addition (i) in the case of a performance the actors, singers, musicians, dancers, and other persons who act, sing, deliver, declaim, play in, interpret or otherwise perform literary or artistic works or expressions of folklore; (ii) in the case of a phonogram the producer being the person or legal entity who first fixes the sounds of a performance or other sounds; and, (iii) in the case of broadcasts, the organization that transmits the broadcast.\n\"Work\" means the literary and/or artistic work offered under the terms of this License including without limitation any production in the literary, scientific and artistic domain, whatever may be the mode or form of its expression including digital form, such as a book, pamphlet and other writing; a lecture, address, sermon or other work of the same nature; a dramatic or dramatico-musical work; a choreographic work or entertainment in dumb show; a musical composition with or without words; a cinematographic work to which are assimilated works expressed by a process analogous to cinematography; a work of drawing, painting, architecture, sculpture, engraving or lithography; a photographic work to which are assimilated works expressed by a process analogous to photography; a work of applied art; an illustration, map, plan, sketch or three-dimensional work relative to geography, topography, architecture or science; a performance; a broadcast; a phonogram; a compilation of data to the extent it is protected as a copyrightable work; or a work performed by a variety or circus performer to the extent it is not otherwise considered a literary or artistic work.\n\"You\" means an individual or entity exercising rights under this License who has not previously violated the terms of this License with respect to the Work, or who has received express permission from the Licensor to exercise rights under this License despite a previous violation.\n\"Publicly Perform\" means to perform public recitations of the Work and to communicate to the public those public recitations, by any means or process, including by wire or wireless means or public digital performances; to make available to the public Works in such a way that members of the public may access these Works from a place and at a place individually chosen by them; to perform the Work to the public by any means or process and the communication to the public of the performances of the Work, including by public digital performance; to broadcast and rebroadcast the Work by any means including signs, sounds or images.\n\"Reproduce\" means to make copies of the Work by any means including without limitation by sound or visual recordings and the right of fixation and reproducing fixations of the Work, including storage of a protected performance or phonogram in digital form or other electronic medium.\n2. Fair Dealing Rights. Nothing in this License is intended to reduce, limit, or restrict any uses free from copyright or rights arising from limitations or exceptions that are provided for in connection with the copyright protection under copyright law or other applicable laws.\n\n3. License Grant. Subject to the terms and conditions of this License, Licensor hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the duration of the applicable copyright) license to exercise the rights in the Work as stated below:\n\nto Reproduce the Work, to incorporate the Work into one or more Collections, and to Reproduce the Work as incorporated in the Collections;\nto create and Reproduce Adaptations provided that any such Adaptation, including any translation in any medium, takes reasonable steps to clearly label, demarcate or otherwise identify that changes were made to the original Work. For example, a translation could be marked \"The original work was translated from English to Spanish,\" or a modification could indicate \"The original work has been modified.\";\nto Distribute and Publicly Perform the Work including as incorporated in Collections; and,\nto Distribute and Publicly Perform Adaptations.\nFor the avoidance of doubt:\n\nNon-waivable Compulsory License Schemes. In those jurisdictions in which the right to collect royalties through any statutory or compulsory licensing scheme cannot be waived, the Licensor reserves the exclusive right to collect such royalties for any exercise by You of the rights granted under this License;\nWaivable Compulsory License Schemes. In those jurisdictions in which the right to collect royalties through any statutory or compulsory licensing scheme can be waived, the Licensor waives the exclusive right to collect such royalties for any exercise by You of the rights granted under this License; and,\nVoluntary License Schemes. The Licensor waives the right to collect royalties, whether individually or, in the event that the Licensor is a member of a collecting society that administers voluntary licensing schemes, via that society, from any exercise by You of the rights granted under this License.\nThe above rights may be exercised in all media and formats whether now known or hereafter devised. The above rights include the right to make such modifications as are technically necessary to exercise the rights in other media and formats. Subject to Section 8(f), all rights not expressly granted by Licensor are hereby reserved.\n\n4. Restrictions. The license granted in Section 3 above is expressly made subject to and limited by the following restrictions:\n\nYou may Distribute or Publicly Perform the Work only under the terms of this License. You must include a copy of, or the Uniform Resource Identifier (URI) for, this License with every copy of the Work You Distribute or Publicly Perform. You may not offer or impose any terms on the Work that restrict the terms of this License or the ability of the recipient of the Work to exercise the rights granted to that recipient under the terms of the License. You may not sublicense the Work. You must keep intact all notices that refer to this License and to the disclaimer of warranties with every copy of the Work You Distribute or Publicly Perform. When You Distribute or Publicly Perform the Work, You may not impose any effective technological measures on the Work that restrict the ability of a recipient of the Work from You to exercise the rights granted to that recipient under the terms of the License. This Section 4(a) applies to the Work as incorporated in a Collection, but this does not require the Collection apart from the Work itself to be made subject to the terms of this License. If You create a Collection, upon notice from any Licensor You must, to the extent practicable, remove from the Collection any credit as required by Section 4(b), as requested. If You create an Adaptation, upon notice from any Licensor You must, to the extent practicable, remove from the Adaptation any credit as required by Section 4(b), as requested.\nIf You Distribute, or Publicly Perform the Work or any Adaptations or Collections, You must, unless a request has been made pursuant to Section 4(a), keep intact all copyright notices for the Work and provide, reasonable to the medium or means You are utilizing: (i) the name of the Original Author (or pseudonym, if applicable) if supplied, and/or if the Original Author and/or Licensor designate another party or parties (e.g., a sponsor institute, publishing entity, journal) for attribution (\"Attribution Parties\") in Licensor's copyright notice, terms of service or by other reasonable means, the name of such party or parties; (ii) the title of the Work if supplied; (iii) to the extent reasonably practicable, the URI, if any, that Licensor specifies to be associated with the Work, unless such URI does not refer to the copyright notice or licensing information for the Work; and (iv) , consistent with Section 3(b), in the case of an Adaptation, a credit identifying the use of the Work in the Adaptation (e.g., \"French translation of the Work by Original Author,\" or \"Screenplay based on original Work by Original Author\"). The credit required by this Section 4 (b) may be implemented in any reasonable manner; provided, however, that in the case of a Adaptation or Collection, at a minimum such credit will appear, if a credit for all contributing authors of the Adaptation or Collection appears, then as part of these credits and in a manner at least as prominent as the credits for the other contributing authors. For the avoidance of doubt, You may only use the credit required by this Section for the purpose of attribution in the manner set out above and, by exercising Your rights under this License, You may not implicitly or explicitly assert or imply any connection with, sponsorship or endorsement by the Original Author, Licensor and/or Attribution Parties, as appropriate, of You or Your use of the Work, without the separate, express prior written permission of the Original Author, Licensor and/or Attribution Parties.\nExcept as otherwise agreed in writing by the Licensor or as may be otherwise permitted by applicable law, if You Reproduce, Distribute or Publicly Perform the Work either by itself or as part of any Adaptations or Collections, You must not distort, mutilate, modify or take other derogatory action in relation to the Work which would be prejudicial to the Original Author's honor or reputation. Licensor agrees that in those jurisdictions (e.g. Japan), in which any exercise of the right granted in Section 3(b) of this License (the right to make Adaptations) would be deemed to be a distortion, mutilation, modification or other derogatory action prejudicial to the Original Author's honor and reputation, the Licensor will waive or not assert, as appropriate, this Section, to the fullest extent permitted by the applicable national law, to enable You to reasonably exercise Your right under Section 3(b) of this License (right to make Adaptations) but not otherwise.\n5. Representations, Warranties and Disclaimer\n\nUNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.\n\n6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.\n\n7. Termination\n\nThis License and the rights granted hereunder will terminate automatically upon any breach by You of the terms of this License. Individuals or entities who have received Adaptations or Collections from You under this License, however, will not have their licenses terminated provided such individuals or entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of this License.\nSubject to the above terms and conditions, the license granted here is perpetual (for the duration of the applicable copyright in the Work). Notwithstanding the above, Licensor reserves the right to release the Work under different license terms or to stop distributing the Work at any time; provided, however that any such election will not serve to withdraw this License (or any other license that has been, or is required to be, granted under the terms of this License), and this License will continue in full force and effect unless terminated as stated above.\n8. Miscellaneous\n\nEach time You Distribute or Publicly Perform the Work or a Collection, the Licensor offers to the recipient a license to the Work on the same terms and conditions as the license granted to You under this License.\nEach time You Distribute or Publicly Perform an Adaptation, Licensor offers to the recipient a license to the original Work on the same terms and conditions as the license granted to You under this License.\nIf any provision of this License is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this License, and without further action by the parties to this agreement, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.\nNo term or provision of this License shall be deemed waived and no breach consented to unless such waiver or consent shall be in writing and signed by the party to be charged with such waiver or consent.\nThis License constitutes the entire agreement between the parties with respect to the Work licensed here. There are no understandings, agreements or representations with respect to the Work not specified here. Licensor shall not be bound by any additional provisions that may appear in any communication from You. This License may not be modified without the mutual written agreement of the Licensor and You.\nThe rights granted under, and the subject matter referenced, in this License were drafted utilizing the terminology of the Berne Convention for the Protection of Literary and Artistic Works (as amended on September 28, 1979), the Rome Convention of 1961, the WIPO Copyright Treaty of 1996, the WIPO Performances and Phonograms Treaty of 1996 and the Universal Copyright Convention (as revised on July 24, 1971). These rights and subject matter take effect in the relevant jurisdiction in which the License terms are sought to be enforced according to the corresponding provisions of the implementation of those treaty provisions in the applicable national law. If the standard suite of rights granted under applicable copyright law includes additional rights not granted under this License, such additional rights are deemed to be included in the License; this License is not intended to restrict the license of any rights under applicable law.\n"
  },
  {
    "path": "resources/svg/icons/linea/style.css",
    "content": "ul.svg-list li svg{\n\tmax-width:100%;\n\tmax-height:100%;\n\tfill:#fff;\n\tcolor:#000;\n}\n\nul.svg-list li:hover  svg {\n\tfill:#fff;\n}\n"
  },
  {
    "path": "resources/svg/icons/lineawesome/LICENSE.txt",
    "content": "If you use the icons publicly, please link to https://icons8.com/line-awesome somewhere on your page or artwork, so that more creators could know about it and use it for free."
  },
  {
    "path": "resources/svg/icons/lineawesome/index.html",
    "content": "<style>\nul.svg-list {\n\tlist-style:none;\n\tpadding:0;\n\tmargin:10px 0 0;\n}\nul.svg-list li {\n\tdisplay:inline-block;\n\tposition:relative;\n\twidth:32px;\n\theight:32px;\n\tpadding:3px;\n\tmargin-right:5px;\n\tmargin-bottom:5px;\n\tbox-shadow:0px 3px 6px 0px rgba(0, 0, 0, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.08);\n}\n\nul.svg-list li:hover {\n\tbox-shadow:none;//0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 0px rgba(0, 0, 0, 0.15);\n}\n\nul.svg-list li svg{\n\tmax-width:100%;\n\tmax-height:100%;\n\tfill: var(--bs-body-color);\n\tcolor: var(--bs-border-color);\n}\n\nul.svg-list li span {\n\t//display:none;\n}\n\nul.svg-list li.heading {\n\twidth:100%;\n\tbox-shadow:none;\n\ttext-transform: capitalize;\n\tfont-size: 12px;\n\tline-height: 32px;\t\n}\n\nul.svg-list li span {\n  visibility: hidden;\n  min-width: 120px;\n  background-color: black;\n  color: #fff;\n  text-align: center;\n  border-radius: 6px;\n  padding: 5px 0;\n  \n  /* Position the tooltip */\n  position: absolute;\n  z-index: 1;\n  left:0;\n  top: 105%;\n  font-size:12px;\n}\n\nul.svg-list li:hover  span {\n  visibility: visible;\n}\n\nul.svg-list li:hover  svg {\n\ttransform: scale(2);\n\tfill:blue;\n\tcolor:green;\n}\t\n</style>\n<ul class=\"svg-list\"><li title=\"500px \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 26.199219 12.832031 C 22.875 12.832031 20.910156 15.984375 20.785156 15.984375 C 20.660156 15.984375 18.707031 12.832031 15.355469 12.832031 C 12.007813 12.832031 11.050781 15.984375 10.949219 15.984375 C 10.847656 15.984375 10.078125 13.398438 7.183594 13.398438 C 4.839844 13.398438 4.511719 14.476563 4.3125 14.476563 C 4.3125 14.476563 4.488281 13.320313 4.839844 11.261719 L 10.621094 11.261719 L 10.621094 9 L 2.800781 9 L 1.480469 16.574219 L 4.011719 16.574219 C 4.011719 16.574219 4.589844 15.507813 6.125 15.507813 C 7.660156 15.507813 8.59375 16.6875 8.59375 18.019531 C 8.59375 19.347656 7.5625 20.804688 6.125 20.804688 C 4.691406 20.804688 3.859375 19.574219 3.859375 18.722656 C 2.675781 18.722656 1.039063 18.722656 1.039063 18.722656 C 1.039063 19.476563 1.644531 23 6.125 23 C 9.777344 23 10.949219 20.277344 10.949219 19.953125 C 10.949219 20.226563 12.359375 23 15.359375 23 C 18.835938 23 20.585938 19.953125 20.785156 19.953125 C 20.988281 19.953125 23.054688 23 26.203125 23 C 29.351563 23 30.964844 20.226563 30.964844 17.890625 C 30.960938 15.554688 29.527344 12.832031 26.199219 12.832031 Z M 19.105469 17.9375 L 19.101563 17.9375 C 19.082031 17.964844 17.15625 20.300781 15.371094 20.300781 C 13.578125 20.300781 13.246094 18.515625 13.246094 17.9375 C 13.246094 17.359375 13.578125 15.574219 15.371094 15.574219 C 17.15625 15.574219 19.082031 17.910156 19.101563 17.9375 Z M 28.347656 17.9375 C 28.347656 18.515625 28.015625 20.304688 26.222656 20.304688 C 24.441406 20.304688 22.515625 17.96875 22.492188 17.941406 L 22.492188 17.9375 C 22.515625 17.910156 24.441406 15.574219 26.222656 15.574219 C 28.015625 15.574219 28.347656 17.363281 28.347656 17.9375 Z\"/></svg></li><li title=\"accessible icon \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 24 4 C 22.355469 4 21 5.355469 21 7 C 21 8.644531 22.355469 10 24 10 C 25.644531 10 27 8.644531 27 7 C 27 5.355469 25.644531 4 24 4 Z M 24 6 C 24.5625 6 25 6.4375 25 7 C 25 7.5625 24.5625 8 24 8 C 23.4375 8 23 7.5625 23 7 C 23 6.4375 23.4375 6 24 6 Z M 18.5625 9.03125 L 14.96875 9.4375 C 14.398438 9.503906 13.921875 9.84375 13.59375 10.3125 L 13.5625 10.28125 L 13.53125 10.34375 L 11.21875 13.40625 L 12.78125 14.59375 L 15.15625 11.5 L 15.21875 11.4375 L 17.40625 11.1875 L 15.71875 15.03125 C 13.464844 15.121094 11.464844 16.261719 10.25 18 L 13.03125 18 C 13.863281 17.378906 14.886719 17 16 17 C 18.757813 17 21 19.242188 21 22 C 21 24.757813 18.757813 27 16 27 C 14.371094 27 12.945313 26.207031 12.03125 25 L 9.6875 25 C 10.8125 27.359375 13.214844 29 16 29 C 19.859375 29 23 25.859375 23 22 C 23 21.660156 22.953125 21.328125 22.90625 21 L 24.875 21 L 23.34375 26.75 L 25.28125 27.25 L 26.9375 21.03125 L 27 20.8125 L 26.96875 20.5625 C 26.769531 19.648438 25.933594 19 25 19 L 22.3125 19 C 22.019531 18.386719 21.636719 17.84375 21.1875 17.34375 L 22.8125 13.9375 L 22.84375 13.875 L 22.84375 13.84375 C 23.347656 12.449219 22.742188 10.886719 21.4375 10.1875 L 19.75 9.25 L 19.75 9.28125 C 19.390625 9.089844 18.964844 8.984375 18.5625 9.03125 Z M 19.46875 11.375 L 20.5 11.9375 C 20.945313 12.175781 21.140625 12.683594 20.96875 13.15625 L 19.59375 16 C 19.035156 15.664063 18.429688 15.421875 17.78125 15.25 Z M 7 19 L 7 21 L 14 21 L 14 19 Z M 4 22 L 4 24 L 17 24 L 17 22 Z\"/></svg></li><li title=\"accusoft \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 18.740234 6 C 18.218234 6 12.780203 6.0222031 12.283203 6.0332031 C 11.288203 6.0332031 10.576109 6.0228906 11.287109 6.8378906 C 11.689109 7.2828906 23.845578 21.083203 24.142578 21.408203 C 24.829578 22.180203 25.221187 22.038516 25.742188 21.853516 C 25.907187 21.799516 31.723797 19.594297 31.841797 19.529297 C 32.255797 19.323297 31.758609 18.736156 31.474609 18.410156 C 31.367609 18.302156 20.848469 6.739375 20.730469 6.609375 C 20.232469 6.033375 19.996234 6 18.740234 6 z M 13.455078 13 C 13.455078 13 12.854797 13.077375 12.216797 13.734375 C 11.762797 14.172375 0.19104688 24.617078 0.12304688 24.705078 C -0.22895313 25.187078 0.20420312 25.033969 0.90820312 24.792969 C 0.94220313 24.792969 5.6503906 23.310547 5.6503906 23.310547 C 5.6843906 23.277547 5.6495938 23.299344 5.6835938 23.277344 C 5.6615938 23.036344 5.6496719 22.030844 5.6386719 21.964844 C 5.6046719 21.712844 5.7424688 21.635109 5.9804688 21.537109 L 11.515625 19.582031 C 11.549625 19.549031 15.921 16.141453 16 16.064453 L 16 16.009766 L 13.455078 13 z M 15.775391 20 C 15.624391 20.011 15.288922 20.044578 15.044922 20.142578 C 14.801922 20.240578 7.6807813 22.375891 7.4257812 22.462891 C 7.1707813 22.560891 6.8454219 22.637266 6.8574219 22.822266 C 6.8694219 22.942266 6.9625625 22.954047 7.1015625 22.998047 C 7.2285625 23.030047 22.362656 26.644703 22.722656 26.720703 C 23.511656 26.872703 24.670547 27.221875 25.435547 26.796875 C 25.551547 26.741875 31.722172 22.723203 31.826172 22.658203 C 32.093172 22.462203 32.045422 22.332578 31.732422 22.267578 C 31.616422 22.256578 30.492594 22.12 29.808594 22 C 29.808594 22 23.974703 24.328813 23.845703 24.382812 C 23.034703 24.731813 22.477234 24.228594 21.990234 23.683594 L 19.091797 20.447266 C 18.812797 20.404266 16.030391 19.989 15.775391 20 z\"/></svg></li><li title=\"acquisitions incorporated \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 7.2480469 3 C 7.0600469 3 6.9718125 3.0565313 7.0078125 3.2695312 C 7.1228125 3.9395312 6.9657969 3.3093594 7.3417969 5.5683594 C 10.648797 5.5683594 11.087344 5.61475 12.652344 5.59375 C 13.294344 5.58375 14.582141 5.7727969 14.619141 6.7167969 C 14.640141 7.2957969 14.561969 7.2893437 12.917969 11.152344 C 10.110969 17.741344 10.27225 17.260172 9.40625 19.326172 C 9.31825 19.534172 9.2207187 19.589844 9.0117188 19.589844 C 8.5687188 19.579844 8.1235469 19.575703 7.6855469 19.595703 C 7.5865469 19.600703 7.4144375 19.686813 7.3984375 19.757812 C 7.3214375 20.162813 7.285375 20.571 7.234375 21 L 13 21 L 13 19.619141 C 12.64 19.619141 11.447516 19.639656 11.353516 19.472656 C 11.629516 18.848656 11.895875 18.233375 12.171875 17.609375 C 13.021875 17.812375 13.952484 18.005125 14.771484 18.203125 C 14.948484 18.249125 15.011719 18.355828 15.011719 18.548828 C 15.006719 20.726828 15.016484 22.909891 15.021484 25.087891 C 15.021484 25.605891 14.734141 26.058719 14.244141 26.261719 C 13.905141 26.398719 13.955922 26.433813 7.7949219 26.382812 C 7.5189219 26.382812 7.4244375 26.485516 7.3984375 26.728516 C 7.3204375 27.383516 7.2486719 28.042266 7.1386719 28.697266 C 7.0966719 28.951266 7.2060625 28.986328 7.4140625 28.986328 C 16.971063 29.016328 5.8110469 28.986328 24.998047 28.986328 C 24.868047 28.225328 24.768297 27.495531 24.654297 26.769531 C 24.592297 26.377531 24.587297 26.382812 24.154297 26.382812 C 18.948297 26.392813 18.123172 26.26 18.076172 26.25 C 17.434172 26.164 17.001469 25.716172 16.980469 25.076172 C 16.975469 24.995172 16.969734 21.442438 16.927734 18.523438 C 16.922734 18.284437 17.011328 18.198578 17.236328 18.142578 C 17.888328 17.990578 18.735812 17.832391 19.382812 17.650391 C 19.606813 17.584391 19.737312 17.640125 19.820312 17.828125 C 20.055312 18.351125 20.279766 18.873484 20.509766 19.396484 C 20.592766 19.584484 20.514031 19.619141 20.332031 19.619141 C 19.810031 19.609141 19.543953 19.615234 19.001953 19.615234 L 19.001953 20.986328 L 24.798828 20.986328 C 24.725828 20.504328 24.657844 20.066844 24.589844 19.589844 C 24.224844 19.589844 23.869391 19.610938 23.525391 19.585938 C 22.346391 19.504938 22.569578 19.361203 19.142578 11.533203 C 18.683578 10.513203 17.687281 8.3818594 17.238281 7.0058594 C 17.009281 6.2948594 17.525609 5.71725 18.224609 5.65625 C 19.194609 5.57025 20.18025 5.5756875 21.15625 5.5546875 C 22.23125 5.5346875 23.305859 5.5342969 24.380859 5.5292969 C 24.542859 5.5292969 24.590469 5.4575469 24.605469 5.3105469 C 24.668469 4.8135469 24.746453 4.320125 24.814453 3.828125 C 24.856453 3.559125 24.897453 3.2857188 24.939453 3.0117188 L 7.2480469 3 z M 15.824219 8.8378906 C 16.215219 8.9598906 16.236453 8.7968906 16.314453 8.8378906 C 16.799453 9.9798906 17.257656 11.889016 17.722656 13.041016 C 18.066656 13.889016 18.401953 14.742 18.751953 15.625 C 18.686953 15.665 18.618828 15.700422 18.548828 15.732422 C 17.865828 15.930422 17.170187 16.113172 16.492188 16.326172 C 16.180188 16.432172 15.84225 16.432172 15.53125 16.326172 C 14.83725 16.113172 14.144172 15.910406 13.451172 15.691406 C 13.347172 15.649406 13.245437 15.600922 13.148438 15.544922 C 14.045438 13.295922 14.932219 11.071891 15.824219 8.8378906 z\"/></svg></li><li title=\"ad solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 2 7 L 2 25 L 30 25 L 30 7 L 2 7 z M 4 9 L 28 9 L 28 23 L 4 23 L 4 9 z M 11.71875 11 L 11.5 11.6875 L 9.03125 19.40625 L 9 19.5625 L 9 21 L 11 21 L 11 20 L 14 20 L 14 21 L 16 21 L 16 19.5625 L 15.96875 19.40625 L 13.5 11.6875 L 13.28125 11 L 11.71875 11 z M 21 11 L 21 15 L 19.5 15 C 18.133 15 17 16.133 17 17.5 L 17 18.5 C 17 19.867 18.133 21 19.5 21 L 23 21 L 23 11 L 21 11 z M 12.5 15.15625 L 13.40625 18 L 11.59375 18 L 12.5 15.15625 z M 19.5 17 L 21 17 L 21 19 L 19.5 19 C 19.215 19 19 18.785 19 18.5 L 19 17.5 C 19 17.215 19.215 17 19.5 17 z\"/></svg></li><li title=\"address book solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6 4 L 6 9 L 5 9 L 5 11 L 8 11 L 8 6 L 24 6 L 24 26 L 8 26 L 8 23 L 6 23 L 6 28 L 26 28 L 26 4 Z M 16 10 C 13.800781 10 12 11.800781 12 14 C 12 15.113281 12.476563 16.117188 13.21875 16.84375 C 11.886719 17.746094 11 19.285156 11 21 L 13 21 C 13 19.34375 14.34375 18 16 18 C 17.65625 18 19 19.34375 19 21 L 21 21 C 21 19.285156 20.113281 17.746094 18.78125 16.84375 C 19.523438 16.117188 20 15.113281 20 14 C 20 11.800781 18.199219 10 16 10 Z M 6 12 L 6 14 L 5 14 L 5 16 L 8 16 L 8 12 Z M 16 12 C 17.117188 12 18 12.882813 18 14 C 18 15.117188 17.117188 16 16 16 C 14.882813 16 14 15.117188 14 14 C 14 12.882813 14.882813 12 16 12 Z M 6 17 L 6 19 L 5 19 L 5 21 L 8 21 L 8 17 Z\"/></svg></li><li title=\"address book \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6 4 L 6 9 L 5 9 L 5 11 L 8 11 L 8 6 L 24 6 L 24 26 L 8 26 L 8 23 L 6 23 L 6 28 L 26 28 L 26 4 Z M 16 10 C 13.800781 10 12 11.800781 12 14 C 12 15.113281 12.476563 16.117188 13.21875 16.84375 C 11.886719 17.746094 11 19.285156 11 21 L 13 21 C 13 19.34375 14.34375 18 16 18 C 17.65625 18 19 19.34375 19 21 L 21 21 C 21 19.285156 20.113281 17.746094 18.78125 16.84375 C 19.523438 16.117188 20 15.113281 20 14 C 20 11.800781 18.199219 10 16 10 Z M 6 12 L 6 14 L 5 14 L 5 16 L 8 16 L 8 12 Z M 16 12 C 17.117188 12 18 12.882813 18 14 C 18 15.117188 17.117188 16 16 16 C 14.882813 16 14 15.117188 14 14 C 14 12.882813 14.882813 12 16 12 Z M 6 17 L 6 19 L 5 19 L 5 21 L 8 21 L 8 17 Z\"/></svg></li><li title=\"address card solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 3 6 L 3 26 L 29 26 L 29 6 Z M 5 8 L 27 8 L 27 24 L 23.59375 24 C 23.515625 23.863281 23.550781 23.675781 23.4375 23.5625 C 23.058594 23.183594 22.523438 23 22 23 C 21.476563 23 20.941406 23.183594 20.5625 23.5625 C 20.449219 23.675781 20.484375 23.863281 20.40625 24 L 11.59375 24 C 11.515625 23.863281 11.550781 23.675781 11.4375 23.5625 C 11.058594 23.183594 10.523438 23 10 23 C 9.476563 23 8.941406 23.183594 8.5625 23.5625 C 8.449219 23.675781 8.484375 23.863281 8.40625 24 L 5 24 Z M 12 10 C 9.800781 10 8 11.800781 8 14 C 8 15.113281 8.476563 16.117188 9.21875 16.84375 C 7.886719 17.746094 7 19.285156 7 21 L 9 21 C 9 19.34375 10.34375 18 12 18 C 13.65625 18 15 19.34375 15 21 L 17 21 C 17 19.285156 16.113281 17.746094 14.78125 16.84375 C 15.523438 16.117188 16 15.113281 16 14 C 16 11.800781 14.199219 10 12 10 Z M 12 12 C 13.117188 12 14 12.882813 14 14 C 14 15.117188 13.117188 16 12 16 C 10.882813 16 10 15.117188 10 14 C 10 12.882813 10.882813 12 12 12 Z M 19 13 L 19 15 L 25 15 L 25 13 Z M 19 17 L 19 19 L 25 19 L 25 17 Z\"/></svg></li><li title=\"address card \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 3 6 L 3 26 L 29 26 L 29 6 Z M 5 8 L 27 8 L 27 24 L 23.59375 24 C 23.515625 23.863281 23.550781 23.675781 23.4375 23.5625 C 23.058594 23.183594 22.523438 23 22 23 C 21.476563 23 20.941406 23.183594 20.5625 23.5625 C 20.449219 23.675781 20.484375 23.863281 20.40625 24 L 11.59375 24 C 11.515625 23.863281 11.550781 23.675781 11.4375 23.5625 C 11.058594 23.183594 10.523438 23 10 23 C 9.476563 23 8.941406 23.183594 8.5625 23.5625 C 8.449219 23.675781 8.484375 23.863281 8.40625 24 L 5 24 Z M 12 10 C 9.800781 10 8 11.800781 8 14 C 8 15.113281 8.476563 16.117188 9.21875 16.84375 C 7.886719 17.746094 7 19.285156 7 21 L 9 21 C 9 19.34375 10.34375 18 12 18 C 13.65625 18 15 19.34375 15 21 L 17 21 C 17 19.285156 16.113281 17.746094 14.78125 16.84375 C 15.523438 16.117188 16 15.113281 16 14 C 16 11.800781 14.199219 10 12 10 Z M 12 12 C 13.117188 12 14 12.882813 14 14 C 14 15.117188 13.117188 16 12 16 C 10.882813 16 10 15.117188 10 14 C 10 12.882813 10.882813 12 12 12 Z M 19 13 L 19 15 L 25 15 L 25 13 Z M 19 17 L 19 19 L 25 19 L 25 17 Z\"/></svg></li><li title=\"adjust solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 9.382813 4 4 9.382813 4 16 C 4 22.617188 9.382813 28 16 28 C 22.617188 28 28 22.617188 28 16 C 28 9.382813 22.617188 4 16 4 Z M 16 6 L 16 26 C 10.464844 26 6 21.535156 6 16 C 6 10.464844 10.464844 6 16 6 Z\"/></svg></li><li title=\"adn \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 9.382813 4 4 9.382813 4 16 C 4 22.617188 9.382813 28 16 28 C 22.617188 28 28 22.617188 28 16 C 28 9.382813 22.617188 4 16 4 Z M 16 6 C 21.535156 6 26 10.464844 26 16 C 26 21.535156 21.535156 26 16 26 C 10.464844 26 6 21.535156 6 16 C 6 10.464844 10.464844 6 16 6 Z M 16 9.9375 L 9.40625 19.84375 L 11 19.84375 L 12.53125 17.53125 L 19.46875 17.53125 L 21.03125 19.84375 L 22.625 19.84375 Z M 16 12.34375 L 18.84375 16.59375 L 13.15625 16.59375 Z\"/></svg></li><li title=\"adobe \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 4 6 L 4 26 L 12.900391 6 L 4 6 z M 19.099609 6 L 28 26 L 28 6 L 19.099609 6 z M 16 13.400391 L 12.099609 22 L 16.197266 22 L 17.796875 26 L 21.599609 26 L 16 13.400391 z\"/></svg></li><li title=\"adversal \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5.3457031 5 C 4.2727031 5 4 5.2774687 4 6.3554688 L 4 24.646484 C 4 25.737484 4.2727031 26 5.3457031 26 L 26.597656 26 C 27.741656 26 28 25.755422 28 24.607422 L 28 6.4160156 C 28 5.2620156 27.746656 5 26.597656 5 L 5.3457031 5 z M 24.931641 7.0859375 C 25.073641 7.0859375 25.234953 7.1039375 25.376953 7.0859375 C 25.839953 7.0499375 26 7.2862344 26 7.7402344 C 25.995 7.7492344 25.994141 7.7546719 25.994141 7.7636719 L 26 7.7636719 L 26 21.109375 C 26 21.370375 25.962047 21.746094 25.623047 21.746094 C 25.054047 21.728094 24.36375 22.073234 23.96875 21.490234 C 23.70275 21.091234 23.609437 21.307547 23.398438 21.435547 C 20.949438 22.797547 17.524344 21.760344 16.777344 17.527344 C 16.497344 15.995344 16.744094 14.450406 17.496094 12.941406 C 18.037094 11.845406 20.106281 9.4519687 23.738281 11.542969 L 23.738281 8.2871094 C 23.738281 7.0851094 23.734641 7.0859375 24.931641 7.0859375 z M 10.847656 10.675781 C 11.808406 10.643656 12.773875 10.833422 13.734375 11.232422 C 15.611375 12.002422 15 13.946 15 17.125 C 15.124 18.308 14.803734 19.799266 15.427734 21.197266 C 15.514734 21.399266 15.444734 21.5585 15.302734 21.6875 C 14.917734 21.9945 13.819375 21.789609 13.484375 21.349609 C 13.397375 21.248609 13.400688 21.183453 13.304688 21.064453 C 13.139688 20.885453 12.970766 20.964328 12.759766 21.111328 C 10.127766 22.780328 6.3255781 22.092 6.0175781 19.125 C 5.8755781 17.781 6.5850312 16.506141 7.8320312 15.869141 C 9.5840313 14.975141 12.786141 15.327172 12.869141 14.451172 C 12.920141 13.982172 12.782563 13.529219 12.351562 13.199219 C 11.090563 12.273219 9.2366406 12.799484 8.6816406 14.271484 C 8.4846406 14.780484 8.2549063 14.707344 7.8789062 14.652344 C 7.4339062 14.583344 7.0906562 14.505391 6.8476562 14.400391 C 5.5266563 13.877391 7.2402812 11.864172 7.9882812 11.451172 C 8.9307812 10.960672 9.8869063 10.707906 10.847656 10.675781 z M 21.308594 13.003906 C 20.595219 13.039406 19.911563 13.435406 19.539062 14.191406 C 18.813063 15.667406 18.831484 17.214406 19.521484 18.691406 C 20.303484 20.380406 22.743766 20.571938 23.634766 18.460938 C 23.944766 17.728938 24.205672 15.254516 23.263672 13.978516 C 22.765672 13.293516 22.021969 12.968406 21.308594 13.003906 z M 12.867188 17.013672 C 12.816937 16.996266 12.746484 16.995828 12.646484 17.017578 C 11.548484 17.227578 10.428078 17.400203 9.3300781 17.658203 C 8.7900781 17.780203 8.4214531 18.178156 8.4394531 18.785156 C 8.4704531 19.855156 9.6180781 19.943 9.9550781 20 C 11.822078 20.017 13.061047 18.872641 12.998047 17.431641 C 12.984547 17.264391 13.017938 17.065891 12.867188 17.013672 z M 6.2929688 23.005859 C 6.4523437 22.980609 6.6477344 23.037109 6.8027344 23.037109 C 13.004734 23.018109 19.020656 23.01225 25.222656 23.03125 C 25.540656 23.03125 26 22.824141 26 23.494141 C 26 24.202141 25.480016 23.958984 25.166016 23.958984 L 6.8359375 23.966797 C 6.4889375 23.966797 5.9829531 24.191844 6.0019531 23.464844 C 6.0114531 23.138844 6.1335938 23.031109 6.2929688 23.005859 z\"/></svg></li><li title=\"affiliatetheme \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 12.103516 5 C 10.236794 5.0156311 7.3762969 6.9496406 5.0371094 9.9550781 C 2.1581094 13.654078 1.14725 17.559313 2.78125 18.695312 C 4.41525 19.821312 8.0838906 17.733156 10.962891 14.035156 C 13.841891 10.336156 14.85275 6.4326406 13.21875 5.3066406 C 12.912375 5.0955156 12.534298 4.9963928 12.103516 5 z M 29.984375 11 C 26.183375 17.359 20.088375 20.541625 16.359375 18.265625 C 15.075375 17.479625 14.285141 15.815 13.994141 14 C 12.018141 17.66 8.208 20.903 4 22 C 6.681 25.188 10.838453 27 15.314453 27 C 23.401453 27 29.960937 20.378172 29.960938 12.201172 C 29.970937 11.742172 30.027375 11.437 29.984375 11 z\"/></svg></li><li title=\"air freshener solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 2 C 14.346 2 13 3.346 13 5 C 13 5.8539348 13.362793 6.6210736 13.9375 7.1679688 L 9.0566406 14 L 11.132812 14 L 7.1328125 20 L 15 20 L 15 22 L 9 22 L 9 28 L 23 28 L 23 22 L 17 22 L 17 20 L 24.867188 20 L 20.867188 14 L 22.943359 14 L 18.064453 7.1679688 C 18.638521 6.6211354 19 5.8533927 19 5 C 19 3.346 17.654 2 16 2 z M 16 4 C 16.552 4 17 4.449 17 5 C 17 5.403728 16.755875 5.7485476 16.410156 5.90625 L 16.333984 5.9335938 C 16.228448 5.9715653 16.118533 6 16 6 C 15.881467 6 15.771552 5.9715653 15.666016 5.9335938 L 15.589844 5.90625 C 15.244125 5.7485476 15 5.403728 15 5 C 15 4.449 15.448 4 16 4 z M 15.806641 7.9921875 C 15.844887 7.9948558 15.883381 7.9911014 15.921875 7.9921875 C 15.948472 7.9928879 15.973237 8 16 8 C 16.026763 8 16.051528 7.9928879 16.078125 7.9921875 C 16.117273 7.9911103 16.156418 7.9949011 16.195312 7.9921875 L 19.056641 12 L 17.132812 12 L 21.132812 18 L 10.867188 18 L 14.867188 12 L 12.943359 12 L 15.806641 7.9921875 z M 11 24 L 21 24 L 21 26 L 11 26 L 11 24 z\"/></svg></li><li title=\"airbnb \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16.019531 4 C 14.800531 4 13.670266 4.5362969 12.822266 5.5292969 C 12.458266 5.9782969 12.195797 6.4540938 11.966797 6.8710938 L 11.921875 6.9609375 C 11.758875 7.2879375 11.586625 7.6279531 11.390625 8.0019531 L 11.347656 8.0976562 C 9.4156562 11.920656 7.7495156 15.392766 6.2285156 18.759766 L 6.1328125 18.966797 C 6.0678125 19.107797 6.0032656 19.252813 5.9472656 19.382812 L 5.8652344 19.560547 C 5.8052344 19.692547 5.7453125 19.826313 5.6953125 19.945312 C 5.5783125 20.211312 5.4600313 20.488125 5.3320312 20.828125 C 5.0190312 21.755125 4.9297812 22.596328 5.0507812 23.486328 C 5.3217813 25.323328 6.5394688 26.901469 8.2304688 27.605469 C 8.8754688 27.871469 9.5277031 28 10.220703 28 C 10.373703 28 10.602422 27.988125 10.857422 27.953125 C 11.693422 27.845125 12.507719 27.562094 13.261719 27.121094 C 14.14109 26.62514 15.005559 25.910936 15.966797 24.884766 L 16.005859 24.9375 L 16.021484 24.916016 C 16.920322 25.877945 17.791811 26.601406 18.675781 27.113281 C 19.443781 27.562281 20.257172 27.844219 21.076172 27.949219 C 21.343172 27.987219 21.575234 28 21.740234 28 C 22.424234 28 23.083891 27.870703 23.712891 27.595703 L 23.712891 27.597656 C 25.386891 26.925656 26.599625 25.379781 26.890625 23.550781 L 26.919922 23.386719 C 27.077922 22.607719 27.0005 21.777422 26.6875 20.857422 C 26.6475 20.738422 26.596359 20.6205 26.568359 20.5625 C 26.491359 20.3555 26.407844 20.160812 26.339844 20.007812 C 26.280844 19.859812 26.215344 19.720938 26.152344 19.585938 L 25.994141 19.228516 C 25.941141 19.108516 25.891938 18.990047 25.835938 18.873047 L 25.771484 18.748047 C 24.127484 15.121047 22.414594 11.555344 20.683594 8.1523438 L 20.599609 7.984375 C 20.415609 7.644375 20.230156 7.274 20.035156 6.875 L 19.978516 6.765625 C 19.773516 6.394625 19.563094 6.0137656 19.246094 5.6347656 L 19.199219 5.5742188 C 18.407219 4.5582187 17.277531 4 16.019531 4 z M 15.992188 6.0214844 C 16.583312 6.0122344 17.165719 6.2550469 17.574219 6.7480469 L 17.679688 6.8808594 C 17.889688 7.1208594 18.038078 7.3905 18.205078 7.6875 L 18.265625 7.8183594 C 18.450625 8.1873594 18.645172 8.5781562 18.826172 8.9101562 L 18.898438 9.0566406 C 20.619438 12.438641 22.3185 15.976875 23.9375 19.546875 L 24.080078 19.863281 L 24.091797 19.875 C 24.113797 19.925 24.136203 19.974391 24.158203 20.025391 L 24.337891 20.427734 C 24.385891 20.532734 24.435047 20.639016 24.498047 20.791016 C 24.560047 20.932016 24.629797 21.089359 24.716797 21.318359 C 24.742797 21.378359 24.771969 21.439 24.792969 21.5 L 24.794922 21.505859 C 25.003922 22.115859 25.049312 22.608734 24.945312 23.052734 L 24.919922 23.201172 C 24.748922 24.354172 24.000297 25.328484 22.904297 25.771484 C 22.580297 25.918484 22.167234 26 21.740234 26 C 21.646234 26 21.514703 25.991797 21.345703 25.966797 C 20.778703 25.894797 20.218688 25.699766 19.679688 25.384766 C 18.89316 24.929355 18.096613 24.245428 17.248047 23.298828 L 17.3125 23.214844 C 18.6805 21.428844 19.536469 19.796281 19.855469 18.363281 L 19.857422 18.355469 C 20.011422 17.645469 20.041219 16.976766 19.949219 16.384766 C 19.873219 15.809766 19.66675 15.259766 19.34375 14.759766 C 18.64875 13.657766 17.4 13 16 13 C 14.658 13 13.4195 13.638031 12.6875 14.707031 L 12.632812 14.798828 C 12.321812 15.294828 12.125687 15.826328 12.054688 16.361328 C 11.955688 16.997328 11.984625 17.649797 12.140625 18.341797 C 12.447625 19.786797 13.331453 21.475609 14.689453 23.224609 L 14.730469 23.277344 L 14.728516 23.279297 C 13.819516 24.283297 13.041625 24.949719 12.265625 25.386719 C 11.730625 25.698719 11.171844 25.895703 10.589844 25.970703 C 10.437844 25.992703 10.307703 26 10.220703 26 C 9.7867031 26 9.3960938 25.922813 8.9960938 25.757812 C 7.9520938 25.323812 7.19825 24.341078 7.03125 23.205078 C 6.95325 22.636078 7.0147969 22.101906 7.2167969 21.503906 C 7.3187969 21.231906 7.4232031 20.987281 7.5332031 20.738281 C 7.5822031 20.621281 7.6355 20.505625 7.6875 20.390625 L 7.7792969 20.183594 C 7.8352969 20.054594 7.8931719 19.926781 7.9511719 19.800781 L 8.0722656 19.53125 C 9.5592656 16.24225 11.214391 12.798797 13.150391 8.9667969 L 13.183594 8.8886719 C 13.360594 8.5516719 13.538984 8.1974219 13.708984 7.8574219 L 13.734375 7.8046875 C 13.916375 7.4756875 14.122375 7.1025469 14.359375 6.8105469 C 14.801375 6.2925469 15.401063 6.0307344 15.992188 6.0214844 z M 16 15 C 16.709 15 17.325297 15.307938 17.654297 15.835938 C 17.825297 16.099937 17.92775 16.365922 17.96875 16.669922 C 18.02575 17.032922 18.002344 17.468688 17.902344 17.929688 C 17.666344 18.986687 17.026141 20.231672 15.994141 21.638672 C 14.975141 20.261672 14.32075 18.985016 14.09375 17.916016 C 13.99075 17.460016 13.96825 17.052437 14.03125 16.648438 C 14.07025 16.365437 14.170797 16.099937 14.341797 15.835938 L 14.361328 15.802734 C 14.724328 15.298734 15.333 15 16 15 z\"/></svg></li><li title=\"algolia \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 L 5 5 z M 7 7 L 25 7 L 25 25 L 7 25 L 7 7 z M 15 8 C 14.448 8 14 8.448 14 9 L 14 10.294922 C 14.634 10.104922 15.305 10 16 10 C 16.695 10 17.366 10.104922 18 10.294922 L 18 9 C 18 8.448 17.552 8 17 8 L 15 8 z M 10.707031 10 C 10.451156 10 10.195 10.099422 10 10.294922 L 9.2929688 11 C 8.9019687 11.391 8.9019687 12.024063 9.2929688 12.414062 L 10.109375 13.232422 C 10.655375 12.381422 11.379469 11.657328 12.230469 11.111328 L 11.414062 10.294922 C 11.218563 10.099422 10.962906 10 10.707031 10 z M 16 11 C 12.686 11 10 13.686 10 17 C 10 20.314 12.686 23 16 23 C 19.314 23 22 20.314 22 17 C 22 13.686 19.314 11 16 11 z M 16 13 C 18.206 13 20 14.794 20 17 C 20 19.206 18.206 21 16 21 C 13.794 21 12 19.206 12 17 C 12 14.794 13.794 13 16 13 z M 16 14 L 16 17 L 18.59375 15.517578 C 18.07575 14.614578 17.115 14 16 14 z\"/></svg></li><li title=\"align center solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 3 7 L 3 9 L 29 9 L 29 7 Z M 7 11 L 7 13 L 25 13 L 25 11 Z M 3 15 L 3 17 L 29 17 L 29 15 Z M 7 19 L 7 21 L 25 21 L 25 19 Z M 3 23 L 3 25 L 29 25 L 29 23 Z\"/></svg></li><li title=\"align justify solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 3 7 L 3 9 L 29 9 L 29 7 Z M 3 11 L 3 13 L 29 13 L 29 11 Z M 3 15 L 3 17 L 29 17 L 29 15 Z M 3 19 L 3 21 L 29 21 L 29 19 Z M 3 23 L 3 25 L 29 25 L 29 23 Z\"/></svg></li><li title=\"align left solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 3 7 L 3 9 L 29 9 L 29 7 Z M 3 11 L 3 13 L 21 13 L 21 11 Z M 3 15 L 3 17 L 29 17 L 29 15 Z M 3 19 L 3 21 L 21 21 L 21 19 Z M 3 23 L 3 25 L 29 25 L 29 23 Z\"/></svg></li><li title=\"align right solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 3 7 L 3 9 L 29 9 L 29 7 Z M 11 11 L 11 13 L 29 13 L 29 11 Z M 3 15 L 3 17 L 29 17 L 29 15 Z M 11 19 L 11 21 L 29 21 L 29 19 Z M 3 23 L 3 25 L 29 25 L 29 23 Z\"/></svg></li><li title=\"alipay \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M5,5v22h22V5H5z M7,7h18v18H7V7z\"/><rect width=\"2\" height=\"5\" x=\"15\" y=\"9\"/><rect width=\"11\" height=\"1\" x=\"10\" y=\"11\"/><polygon points=\"19.498,14 11,14 11,13 20,13\"/><path d=\"M18.228,17.21c-0.133-0.096-0.314-0.21-0.307-0.216l-0.027-0.05c-0.017-0.036-0.032-0.075-0.042-0.12 c-0.02-0.092-0.047-0.179-0.077-0.258c-0.071-0.142-0.211-0.165-0.321-0.236c-0.232-0.122-0.467-0.235-0.705-0.342 c-0.473-0.219-0.964-0.393-1.466-0.527c-1.002-0.275-2.035-0.432-3.069-0.46c-0.259-0.007-0.518,0.004-0.776,0.006 c-0.284,0.014-0.576,0.039-0.855,0.12c-0.562,0.145-1.081,0.444-1.486,0.851c-0.847,0.798-1.195,1.992-1.049,3.132 c0.125,1.176,1.035,2.254,2.172,2.641c0.55,0.209,1.196,0.288,1.711,0.231c0.271-0.006,0.541-0.025,0.811-0.077 c0.271-0.038,0.54-0.083,0.803-0.165c1.063-0.271,2.061-0.808,2.869-1.532c0.404-0.362,0.773-0.756,1.103-1.179 c0.156-0.218,0.326-0.427,0.451-0.667c0.059-0.122,0.129-0.237,0.161-0.375c0.017-0.069,0.043-0.132,0.052-0.204l0.014-0.111 c0.006-0.027-0.003-0.018,0.014-0.074C18.255,17.478,18.261,17.321,18.228,17.21z M15.237,18.845c-0.6,0.591-1.308,1.074-2.115,1.4 c-0.2,0.088-0.412,0.141-0.626,0.191c-0.212,0.064-0.431,0.099-0.653,0.123c-0.464,0.086-0.834,0.076-1.233-0.019 c-0.775-0.172-1.457-0.785-1.574-1.605c-0.155-0.814,0.21-1.702,0.839-2.144c0.307-0.232,0.659-0.362,1.011-0.425 c0.178-0.035,0.355-0.03,0.541-0.025l0.683,0.047c0.911,0.085,1.799,0.323,2.675,0.59c0.435,0.144,0.866,0.305,1.293,0.473 c0.091,0.037,0.179,0.08,0.269,0.12c-0.082,0.115-0.163,0.23-0.251,0.342C15.836,18.25,15.533,18.544,15.237,18.845z\"/><polygon points=\"18.116,16.486 26.66,19.522 25.244,22.178 17.475,17.954\"/><path d=\"M20,13c-0.161,1.665-0.649,3.286-1.585,4.675l-1.54-0.864c0.735-1.034,1.184-2.413,1.327-3.811H20z\"/></svg></li><li title=\"allergies solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 2 C 14.617 2 13.469 2.969 13.125 4.25 C 12.773 4.105 12.402 4 12 4 C 10.355 4 9 5.355 9 7 L 9 17.75 L 8.125 16.875 C 6.961 15.711 5.039 15.711 3.875 16.875 C 2.711 18.039 2.711 19.961 3.875 21.125 L 10.65625 27.90625 C 11.83225 29.07825 13.457 30 15.375 30 L 20 30 C 23.855 30 27 26.855 27 23 L 27 11 C 27 9.355 25.645 8 24 8 C 23.648 8 23.316 8.0735 23 8.1875 L 23 7 C 23 5.355 21.645 4 20 4 C 19.598 4 19.227 4.105 18.875 4.25 C 18.531 2.969 17.383 2 16 2 z M 16 4 C 16.566 4 17 4.434 17 5 L 17 15 L 19 15 L 19 7 C 19 6.434 19.434 6 20 6 C 20.566 6 21 6.434 21 7 L 21 15 L 23 15 L 23 11 C 23 10.434 23.434 10 24 10 C 24.566 10 25 10.434 25 11 L 25 23 C 25 25.773 22.773 28 20 28 L 15.375 28 C 14.102 28 13.00775 27.37875 12.09375 26.46875 L 5.28125 19.71875 C 4.88325 19.32075 4.88325 18.68025 5.28125 18.28125 C 5.67925 17.88325 6.31975 17.88325 6.71875 18.28125 L 9.28125 20.875 L 11 22.59375 L 11 7 C 11 6.434 11.434 6 12 6 C 12.566 6 13 6.434 13 7 L 13 15 L 15 15 L 15 5 C 15 4.434 15.434 4 16 4 z M 16 17 A 1 1 0 0 0 16 19 A 1 1 0 0 0 16 17 z M 22 17 A 1 1 0 0 0 22 19 A 1 1 0 0 0 22 17 z M 18 20 A 1 1 0 0 0 18 22 A 1 1 0 0 0 18 20 z M 14 21 A 1 1 0 0 0 14 23 A 1 1 0 0 0 14 21 z M 22 21 A 1 1 0 0 0 22 23 A 1 1 0 0 0 22 21 z M 18 24 A 1 1 0 0 0 18 26 A 1 1 0 0 0 18 24 z\"/></svg></li><li title=\"amazon pay \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 8.8710938 8 L 8.6621094 8.0351562 C 8.0081094 8.1171563 7.3775156 8.3618125 6.8535156 8.7578125 C 6.7365156 8.8278125 6.631625 8.921625 6.515625 9.015625 C 6.503625 8.992625 6.4921875 8.9683125 6.4921875 8.9453125 C 6.4681875 8.8163125 6.4565937 8.6778281 6.4335938 8.5488281 C 6.3985937 8.3388281 6.2822656 8.2324219 6.0722656 8.2324219 L 5.5234375 8.2324219 C 5.1854375 8.2324219 5.1269531 8.3038594 5.1269531 8.6308594 L 5.1269531 18.755859 C 5.1389531 18.907859 5.231375 18.988 5.359375 19 L 6.375 19 C 6.515 19 6.5964219 18.907859 6.6074219 18.755859 C 6.6194219 18.708859 6.6191406 18.662234 6.6191406 18.615234 L 6.6191406 15.097656 C 6.6661406 15.144656 6.7016094 15.168406 6.7246094 15.191406 C 7.5766094 15.903406 8.5568594 16.135781 9.6308594 15.925781 C 10.610859 15.727781 11.28675 15.132812 11.71875 14.257812 C 12.05675 13.592813 12.195031 12.916641 12.207031 12.181641 C 12.230031 11.376641 12.160266 10.60175 11.822266 9.84375 C 11.425266 8.91075 10.749375 8.2920312 9.734375 8.0820312 C 9.582375 8.0470312 9.4195781 8.0347187 9.2675781 8.0117188 C 9.1275781 7.9997187 8.9990938 8 8.8710938 8 z M 16.642578 8 C 16.595578 8.012 16.550906 8.0234375 16.503906 8.0234375 C 16.036906 8.0464375 15.580953 8.1047031 15.126953 8.2207031 C 14.834953 8.2907031 14.555391 8.3952813 14.275391 8.4882812 C 14.100391 8.5462812 14.017578 8.6753281 14.017578 8.8613281 C 14.029578 9.0133281 14.017578 9.176125 14.017578 9.328125 C 14.029578 9.561125 14.123703 9.6215 14.345703 9.5625 C 14.718703 9.4695 15.091844 9.3649219 15.464844 9.2949219 C 16.047844 9.1899219 16.643281 9.1426094 17.238281 9.2246094 C 17.553281 9.2826094 17.844969 9.3648125 18.042969 9.6328125 C 18.217969 9.8548125 18.288781 10.134063 18.300781 10.414062 C 18.312781 10.811063 18.3125 11.125484 18.3125 11.521484 C 18.3125 11.544484 18.312781 11.567125 18.300781 11.578125 L 18.242188 11.578125 C 17.740188 11.450125 17.227844 11.380703 16.714844 11.345703 C 16.177844 11.322703 15.641906 11.346203 15.128906 11.533203 C 14.510906 11.743203 14.007797 12.115656 13.716797 12.722656 C 13.494797 13.189656 13.459297 13.680641 13.529297 14.181641 C 13.634297 14.858641 13.961641 15.371266 14.556641 15.697266 C 15.128641 16.012266 15.735234 16.046125 16.365234 15.953125 C 17.088234 15.848125 17.729063 15.545125 18.289062 15.078125 C 18.312062 15.055125 18.336375 15.044484 18.359375 15.021484 C 18.394375 15.208484 18.418125 15.383875 18.453125 15.546875 C 18.476125 15.698875 18.570938 15.790734 18.710938 15.802734 L 19.492188 15.802734 C 19.609188 15.802734 19.714844 15.698312 19.714844 15.570312 C 19.726844 15.535312 19.726562 15.487406 19.726562 15.441406 L 19.726562 10.462891 C 19.723562 10.263891 19.710781 10.053469 19.675781 9.8554688 C 19.582781 9.2374687 19.325625 8.7234844 18.765625 8.3964844 C 18.450625 8.2094844 18.101516 8.1165938 17.728516 8.0585938 C 17.553516 8.0345937 17.389844 8.023 17.214844 8 L 16.642578 8 z M 20.6875 8.0019531 C 20.5705 8.0019531 20.512156 8.1056562 20.535156 8.2226562 C 20.558156 8.3166563 20.593906 8.422625 20.628906 8.515625 C 21.561906 10.825625 22.506172 13.134078 23.451172 15.455078 C 23.533172 15.653078 23.544172 15.817625 23.451172 16.015625 C 23.300172 16.364625 23.170813 16.726172 23.007812 17.076172 C 22.867813 17.391172 22.635156 17.62575 22.285156 17.71875 C 22.052156 17.77775 21.795781 17.800625 21.550781 17.765625 C 21.433781 17.753625 21.316219 17.73075 21.199219 17.71875 C 21.035219 17.70675 20.955359 17.776172 20.943359 17.951172 L 20.943359 18.419922 C 20.955359 18.688922 21.036687 18.804562 21.304688 18.851562 C 21.561687 18.897562 21.829375 18.931359 22.109375 18.943359 C 22.925375 18.954359 23.568281 18.629969 23.988281 17.917969 C 24.163281 17.637969 24.303641 17.345969 24.431641 17.042969 C 25.562641 14.184969 26.682734 11.33875 27.802734 8.46875 C 27.837734 8.38675 27.859094 8.3039375 27.871094 8.2109375 C 27.894094 8.0709375 27.824266 8.0019062 27.697266 8.0039062 L 26.753906 8.0039062 C 26.590906 7.9919063 26.438859 8.0960469 26.380859 8.2480469 C 26.357859 8.3180469 26.333547 8.3753125 26.310547 8.4453125 L 24.642578 13.216797 C 24.525578 13.554797 24.396297 13.904344 24.279297 14.277344 C 24.255297 14.218344 24.244422 14.195156 24.232422 14.160156 C 23.614422 12.457156 23.008625 10.755734 22.390625 9.0527344 C 22.297625 8.7727344 22.192891 8.502375 22.087891 8.234375 C 22.041891 8.105375 21.935203 8.0136719 21.783203 8.0136719 C 21.421203 8.0016719 21.0605 8.0019531 20.6875 8.0019531 z M 8.859375 9.2128906 C 9.571375 9.2708906 10.154031 9.6212187 10.457031 10.449219 C 10.644031 10.962219 10.691406 11.457141 10.691406 11.994141 C 10.691406 12.496141 10.656859 12.939969 10.505859 13.417969 C 10.178859 14.432969 9.4316094 14.829203 8.4746094 14.783203 C 7.7976094 14.748203 7.2264531 14.490187 6.6894531 14.117188 C 6.6314531 14.082187 6.5964219 14.025797 6.6074219 13.966797 L 6.6074219 10.005859 C 6.5964219 9.9358594 6.6314531 9.87875 6.6894531 9.84375 C 7.3424531 9.38875 8.065375 9.1548906 8.859375 9.2128906 z M 16.427734 12.363281 C 16.627484 12.345781 16.828844 12.349547 17.027344 12.373047 C 17.424344 12.408047 17.82175 12.477156 18.21875 12.535156 C 18.30075 12.547156 18.322266 12.582344 18.322266 12.652344 C 18.310266 12.886344 18.322266 13.107797 18.322266 13.341797 C 18.322266 13.574797 18.310547 13.785531 18.310547 14.019531 C 18.322547 14.077531 18.287234 14.123203 18.240234 14.158203 C 17.703234 14.543203 17.120078 14.801094 16.455078 14.871094 C 16.187078 14.894094 15.918109 14.894062 15.662109 14.789062 C 15.370109 14.684062 15.150359 14.438484 15.068359 14.146484 C 14.975359 13.843484 14.975641 13.528609 15.056641 13.224609 C 15.184641 12.827609 15.463891 12.607516 15.837891 12.478516 C 16.030391 12.420016 16.227984 12.380781 16.427734 12.363281 z M 29.041016 20.001953 C 28.107641 20.014953 27.005922 20.224047 26.169922 20.810547 C 25.911922 20.989547 25.957141 21.238078 26.244141 21.205078 C 27.184141 21.092078 29.276391 20.838406 29.650391 21.316406 C 30.025391 21.794406 29.235719 23.766437 28.886719 24.648438 C 28.778719 24.911437 29.007047 25.020312 29.248047 24.820312 C 30.812047 23.510312 31.218438 20.764141 30.898438 20.369141 C 30.737937 20.171641 29.974391 19.988953 29.041016 20.001953 z M 1.2167969 21.001953 C 0.99873437 21.031953 0.9048125 21.308344 1.1328125 21.527344 C 5.0498125 25.201344 10.225656 27 15.972656 27 C 20.071656 27 24.830234 25.662578 28.115234 23.142578 C 28.658234 22.723578 28.195672 22.09575 27.638672 22.34375 C 23.955672 23.96875 19.955453 24.751953 16.314453 24.751953 C 10.918453 24.751953 5.69475 23.625406 1.46875 21.066406 C 1.37625 21.010406 1.2894844 20.991953 1.2167969 21.001953 z\"/></svg></li><li title=\"amazon \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M16.2,4c-3.3,0-6.9,1.2-7.7,5.3C8.4,9.7,8.7,10,9,10l3.3,0.3c0.3,0,0.6-0.3,0.6-0.6c0.3-1.4,1.5-2.1,2.8-2.1c0.7,0,1.5,0.3,1.9,0.9c0.5,0.7,0.4,1.7,0.4,2.5v0.5c-2,0.2-4.6,0.4-6.5,1.2c-2.2,0.9-3.7,2.8-3.7,5.7c0,3.6,2.3,5.4,5.2,5.4c2.5,0,3.8-0.6,5.7-2.5c0.6,0.9,0.9,1.4,2,2.3c0.3,0.1,0.6,0.1,0.8-0.1v0c0.7-0.6,2-1.7,2.7-2.3c0.3-0.2,0.2-0.6,0-0.9c-0.6-0.9-1.3-1.6-1.3-3.2v-5.4c0-2.3,0.2-4.4-1.5-6C20.1,4.4,17.9,4,16.2,4z M17.1,14.3c0.3,0,0.6,0,0.9,0v0.8c0,1.3,0.1,2.5-0.6,3.7c-0.5,1-1.4,1.6-2.4,1.6c-1.3,0-2.1-1-2.1-2.5C12.9,15.2,14.9,14.5,17.1,14.3z M26.7,22.4c-0.9,0-1.9,0.2-2.7,0.8c-0.2,0.2-0.2,0.4,0.1,0.4c0.9-0.1,2.8-0.4,3.2,0.1s-0.4,2.3-0.7,3.1c-0.1,0.2,0.1,0.3,0.3,0.2c1.5-1.2,1.9-3.8,1.6-4.2C28.3,22.5,27.6,22.4,26.7,22.4z M3.7,22.8c-0.2,0-0.3,0.3-0.1,0.4c3.3,3,7.6,4.7,12.4,4.7c3.4,0,7.4-1.1,10.2-3.1c0.5-0.3,0.1-0.9-0.4-0.7c-3.1,1.3-6.4,1.9-9.5,1.9c-4.5,0-8.8-1.2-12.4-3.3C3.8,22.9,3.7,22.8,3.7,22.8z\"/></svg></li><li title=\"ambulance solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 18 3 C 16.894531 3 16 3.894531 16 5 L 16 6 L 1 6 L 1 25 L 4.15625 25 C 4.601563 26.71875 6.148438 28 8 28 C 9.851563 28 11.398438 26.71875 11.84375 25 L 20.15625 25 C 20.601563 26.71875 22.148438 28 24 28 C 25.851563 28 27.398438 26.71875 27.84375 25 L 31 25 L 31 13.625 L 30.75 13.34375 L 24.75 6.34375 L 24.46875 6 L 20 6 L 20 5 C 20 3.894531 19.105469 3 18 3 Z M 3 8 L 23.53125 8 L 29 14.375 L 29 23 L 27.84375 23 C 27.398438 21.28125 25.851563 20 24 20 C 22.148438 20 20.601563 21.28125 20.15625 23 L 11.84375 23 C 11.398438 21.28125 9.851563 20 8 20 C 6.148438 20 4.601563 21.28125 4.15625 23 L 3 23 Z M 14 11 L 14 14 L 11 14 L 11 16 L 14 16 L 14 19 L 16 19 L 16 16 L 19 16 L 19 14 L 16 14 L 16 11 Z M 8 22 C 9.117188 22 10 22.882813 10 24 C 10 25.117188 9.117188 26 8 26 C 6.882813 26 6 25.117188 6 24 C 6 22.882813 6.882813 22 8 22 Z M 24 22 C 25.117188 22 26 22.882813 26 24 C 26 25.117188 25.117188 26 24 26 C 22.882813 26 22 25.117188 22 24 C 22 22.882813 22.882813 22 24 22 Z\"/></svg></li><li title=\"american sign language interpreting solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 9.21875 7.375 L 6.8125 10.25 L 6.65625 10.4375 L 6.625 10.6875 L 6 13.40625 L 6 9 L 4 9 L 4 16 L 3 17 L 3 23 L 7.375 22.03125 L 9.625 22.9375 L 9.8125 23 L 10.625 23 L 10.84375 22.84375 L 13.53125 21.25 L 13.78125 21.0625 L 13.9375 20.78125 L 14.9375 18.375 L 13.0625 17.625 L 12.1875 19.71875 L 10.625 20.6875 C 9.859375 20.507813 8 19.871094 8 18 C 8 15.667969 10 15 10 15 L 11.5625 15 L 13.28125 16.71875 L 14.71875 15.28125 L 12.71875 13.28125 L 12.40625 13 L 10.5625 13 L 10.75 12.71875 L 13.28125 11.15625 L 12.21875 9.46875 L 9.46875 11.15625 L 9.28125 11.25 L 8.15625 12.9375 L 8.53125 11.3125 L 10.78125 8.625 Z M 21.375 9 L 21.15625 9.15625 L 18.46875 10.75 L 18.21875 10.9375 L 18.0625 11.21875 L 17.0625 13.625 L 18.9375 14.375 L 19.8125 12.28125 L 21.375 11.3125 C 22.140625 11.492188 24 12.128906 24 14 C 24 16.332031 22 17 22 17 L 20.4375 17 L 18.71875 15.28125 L 17.28125 16.71875 L 19.28125 18.71875 L 19.59375 19 L 21.4375 19 L 21.25 19.28125 L 18.71875 20.84375 L 19.78125 22.53125 L 22.53125 20.84375 L 22.71875 20.75 L 23.84375 19.0625 L 23.46875 20.6875 L 21.21875 23.375 L 22.78125 24.625 L 25.1875 21.75 L 25.34375 21.5625 L 25.375 21.3125 L 26 18.59375 L 26 23 L 28 23 L 28 16 L 29 15 L 29 9 L 24.625 9.96875 L 22.375 9.0625 L 22.1875 9 Z\"/></svg></li><li title=\"amilia \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16.429688 6 C 13.666688 6 10.69675 6.281 8.34375 8 C 8.11575 8.138 7.9374844 8.4102344 8.0214844 8.8652344 C 8.0704844 9.0932344 8.2495625 10.089766 8.4765625 10.634766 C 8.6595625 11.089766 9.1108125 11.08925 9.3828125 10.90625 C 10.834812 9.91125 13.903531 9 16.394531 9 C 18.979531 9 19.023437 10.518672 19.023438 12.513672 L 19.023438 14.232422 C 15.121437 14.736422 8.7731875 15.776234 7.3671875 16.365234 C 5.7821875 17.093234 6.0117187 20.198625 6.0117188 21.015625 C 6.0117188 22.281625 6.6908906 26 11.587891 26 C 13.721891 26 17.438078 25.076094 19.205078 24.121094 L 19.205078 25.503906 C 19.205078 25.637906 19.300516 25.868203 19.478516 25.908203 C 19.616516 25.953203 21.391734 25.998047 21.802734 25.998047 C 22.213734 25.998047 24.592484 26.010797 24.771484 25.966797 C 24.954484 25.921797 25 25.694547 25 25.560547 L 25 12.070312 C 24.996 8.4863125 22.415688 6 16.429688 6 z M 19.019531 16.771484 L 19.019531 21.869141 C 18.064531 22.458141 16.298406 22.957031 14.941406 22.957031 C 12.584406 22.957031 11.962984 21.128906 11.958984 20.628906 C 11.958984 20.083906 11.824391 18.723578 12.775391 18.267578 C 13.860391 17.678578 17.023531 16.954484 19.019531 16.771484 z\"/></svg></li><li title=\"anchor solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 13.800781 4 12 5.800781 12 8 C 12 9.851563 13.28125 11.398438 15 11.84375 L 15 14 L 12 14 L 12 16 L 15 16 L 15 23.96875 C 12.574219 23.777344 10.960938 22.890625 9.8125 21.875 C 8.9375 21.101563 8.351563 20.25 7.9375 19.53125 L 9.53125 18.75 L 5.53125 16.9375 L 4.46875 21.25 L 6.125 20.4375 C 6.597656 21.285156 7.332031 22.371094 8.46875 23.375 C 9.921875 24.664063 12.066406 25.730469 15 25.9375 L 15 26 L 16 27 L 17 26 L 17 25.9375 C 19.933594 25.730469 22.078125 24.664063 23.53125 23.375 C 24.667969 22.371094 25.402344 21.285156 25.875 20.4375 L 27.53125 21.25 L 26.46875 16.9375 L 22.46875 18.75 L 24.0625 19.53125 C 23.648438 20.25 23.0625 21.101563 22.1875 21.875 C 21.039063 22.890625 19.425781 23.777344 17 23.96875 L 17 16 L 20 16 L 20 14 L 17 14 L 17 11.84375 C 18.71875 11.398438 20 9.851563 20 8 C 20 5.800781 18.199219 4 16 4 Z M 16 6 C 17.117188 6 18 6.882813 18 8 C 18 9.117188 17.117188 10 16 10 C 14.882813 10 14 9.117188 14 8 C 14 6.882813 14.882813 6 16 6 Z\"/></svg></li><li title=\"android \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 10.53125 3.5 C 10.363281 3.542969 10.230469 3.671875 10.179688 3.835938 C 10.128906 4.003906 10.167969 4.183594 10.28125 4.3125 L 11.75 6.4375 C 10.082031 7.71875 9 9.742188 9 12 L 9 22 C 9 22.703125 9.441406 23.203125 10 23.5625 L 10 26.5 C 10 27.867188 11.132813 29 12.5 29 C 13.867188 29 15 27.867188 15 26.5 L 15 24 L 17 24 L 17 26.5 C 17 27.867188 18.132813 29 19.5 29 C 20.867188 29 22 27.867188 22 26.5 L 22 23.5625 C 22.558594 23.203125 23 22.703125 23 22 L 23 12 C 23 9.742188 21.917969 7.71875 20.25 6.4375 L 21.71875 4.3125 C 21.839844 4.160156 21.863281 3.949219 21.777344 3.777344 C 21.6875 3.601563 21.507813 3.492188 21.3125 3.5 C 21.28125 3.496094 21.25 3.496094 21.21875 3.5 C 21.085938 3.535156 20.972656 3.625 20.90625 3.75 L 19.40625 5.875 C 18.398438 5.3125 17.230469 5 16 5 C 14.769531 5 13.601563 5.3125 12.59375 5.875 L 11.09375 3.75 C 11.007813 3.601563 10.855469 3.507813 10.6875 3.5 C 10.65625 3.496094 10.625 3.496094 10.59375 3.5 C 10.574219 3.5 10.550781 3.5 10.53125 3.5 Z M 16 7 C 18.425781 7 20.441406 8.714844 20.90625 11 L 11.09375 11 C 11.558594 8.714844 13.574219 7 16 7 Z M 14 8 C 13.449219 8 13 8.449219 13 9 C 13 9.550781 13.449219 10 14 10 C 14.550781 10 15 9.550781 15 9 C 15 8.449219 14.550781 8 14 8 Z M 18 8 C 17.449219 8 17 8.449219 17 9 C 17 9.550781 17.449219 10 18 10 C 18.550781 10 19 9.550781 19 9 C 19 8.449219 18.550781 8 18 8 Z M 6 11 L 6 21 L 8 21 L 8 11 Z M 24 11 L 24 21 L 26 21 L 26 11 Z M 11 13 L 21 13 L 21 22 L 20 22 L 20 26.5 C 20 26.785156 19.785156 27 19.5 27 C 19.214844 27 19 26.785156 19 26.5 L 19 22 L 13 22 L 13 26.5 C 13 26.785156 12.785156 27 12.5 27 C 12.214844 27 12 26.785156 12 26.5 L 12 22 L 11 22 Z\"/></svg></li><li title=\"angellist \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 12.8125 4 C 12.5 3.980469 12.179688 4.035156 11.875 4.15625 C 11.296875 4.390625 10.902344 4.902344 10.71875 5.40625 C 10.535156 5.910156 10.484375 6.425781 10.5 6.96875 C 10.527344 8.054688 10.800781 9.265625 11.125 10.4375 C 11.390625 11.398438 11.695313 12.296875 11.96875 13.0625 C 11.804688 13.03125 11.636719 13.023438 11.46875 13.03125 C 11.109375 13.050781 10.757813 13.167969 10.4375 13.375 C 9.65625 13.878906 9.183594 14.679688 9.09375 15.4375 C 9.011719 16.117188 9.171875 16.734375 9.375 17.28125 C 8.835938 17.335938 8.308594 17.515625 7.90625 17.90625 C 7.261719 18.535156 7 19.453125 7 20.53125 C 7 24.082031 8.890625 26.164063 10.90625 27.09375 C 12.921875 28.023438 15.039063 28 15.84375 28 C 16.71875 28 18.738281 27.925781 20.59375 26.65625 C 22.449219 25.386719 24 22.875 24 18.65625 C 24 18.292969 24.273438 16.664063 23.25 15.28125 C 23.03125 14.984375 22.734375 14.71875 22.40625 14.46875 C 22.605469 13.816406 23.082031 12.242188 23.46875 10.28125 C 23.707031 9.070313 23.894531 7.839844 23.875 6.78125 C 23.863281 6.25 23.816406 5.761719 23.625 5.28125 C 23.433594 4.800781 22.972656 4.261719 22.34375 4.125 C 21.707031 3.984375 21.050781 4.113281 20.53125 4.40625 C 20.011719 4.699219 19.628906 5.121094 19.28125 5.59375 C 18.589844 6.542969 18.078125 7.738281 17.6875 8.9375 C 17.554688 9.347656 17.453125 9.753906 17.34375 10.15625 C 17.171875 9.671875 16.988281 9.1875 16.78125 8.6875 C 16.28125 7.476563 15.695313 6.285156 14.96875 5.375 C 14.605469 4.917969 14.207031 4.515625 13.6875 4.25 C 13.425781 4.117188 13.125 4.019531 12.8125 4 Z M 12.65625 5.96875 C 12.679688 5.972656 12.714844 5.996094 12.78125 6.03125 C 12.914063 6.097656 13.152344 6.308594 13.40625 6.625 C 13.910156 7.257813 14.472656 8.316406 14.9375 9.4375 C 15.53125 10.863281 15.933594 12.101563 16.1875 13 C 16.164063 13 16.148438 13 16.125 13 C 15.425781 13 14.785156 13.289063 14.34375 13.71875 C 14.113281 13.15625 13.527344 11.699219 13.03125 9.90625 C 12.730469 8.816406 12.519531 7.71875 12.5 6.9375 C 12.488281 6.546875 12.542969 6.234375 12.59375 6.09375 C 12.617188 6.023438 12.628906 6.007813 12.625 6 C 12.636719 5.996094 12.644531 5.96875 12.65625 5.96875 Z M 21.65625 6.125 C 21.703125 6.125 21.742188 6.125 21.78125 6.125 C 21.820313 6.265625 21.867188 6.480469 21.875 6.8125 C 21.890625 7.597656 21.722656 8.734375 21.5 9.875 C 21.1875 11.460938 20.832031 12.742188 20.59375 13.5625 C 20.042969 13.390625 19.410156 13.25 18.6875 13.15625 C 18.839844 12.324219 19.105469 11.0625 19.59375 9.5625 C 19.949219 8.46875 20.40625 7.421875 20.875 6.78125 C 21.109375 6.460938 21.332031 6.25 21.5 6.15625 C 21.554688 6.125 21.609375 6.125 21.65625 6.125 Z M 16.125 15 C 19.8125 15 21.167969 15.84375 21.65625 16.5 C 22.144531 17.15625 22 17.835938 22 18.65625 C 22 22.410156 20.789063 24.097656 19.46875 25 C 18.148438 25.902344 16.570313 26 15.84375 26 C 15.046875 26 13.253906 25.976563 11.75 25.28125 C 10.246094 24.585938 9 23.4375 9 20.53125 C 9 19.78125 9.203125 19.421875 9.3125 19.3125 C 9.421875 19.203125 9.53125 19.160156 9.90625 19.25 C 10.511719 19.394531 11.574219 20.125 12.5625 21.4375 C 12.792969 21.742188 13.003906 22.070313 13.21875 22.4375 C 13.15625 22.511719 12.96875 22.625 12.84375 22.625 C 12.691406 22.625 12.546875 22.578125 12.28125 22.34375 C 12.015625 22.109375 11.691406 21.660156 11.34375 21.125 L 9.65625 22.21875 C 10.046875 22.824219 10.441406 23.367188 10.9375 23.8125 C 11.433594 24.257813 12.101563 24.625 12.84375 24.625 C 13.609375 24.625 14.285156 24.269531 14.75 23.71875 C 14.871094 23.578125 14.890625 23.371094 14.96875 23.1875 C 15.113281 23.597656 15.28125 23.972656 15.46875 24.25 C 15.890625 24.871094 16.40625 25.1875 16.40625 25.1875 L 17.5 23.53125 C 17.5 23.53125 17.351563 23.460938 17.125 23.125 C 16.898438 22.789063 16.65625 22.242188 16.65625 21.375 C 16.65625 21.0625 16.703125 20.808594 16.8125 20.59375 C 16.992188 20.242188 17.308594 20 17.65625 19.78125 C 18.214844 19.429688 18.78125 19.3125 18.78125 19.3125 C 19.226563 19.214844 19.550781 18.824219 19.566406 18.367188 C 19.582031 17.910156 19.28125 17.503906 18.84375 17.375 C 18.84375 17.375 17.257813 16.902344 16 16.53125 C 15.921875 16.507813 15.84375 16.460938 15.78125 16.40625 C 15.757813 16.386719 15.738281 16.367188 15.71875 16.34375 C 15.675781 16.273438 15.640625 16.195313 15.59375 16.125 C 15.539063 15.980469 15.515625 15.804688 15.53125 15.625 C 15.550781 15.410156 15.632813 15.25 15.71875 15.15625 C 15.804688 15.0625 15.875 15 16.125 15 Z M 11.5 15.03125 C 11.542969 15.003906 11.546875 15.003906 11.78125 15.09375 C 12.015625 15.183594 12.390625 15.425781 12.78125 15.8125 C 13.5625 16.585938 14.402344 17.878906 14.9375 19.25 C 15.0625 19.570313 15.035156 19.648438 15 19.71875 C 14.964844 19.789063 14.867188 19.886719 14.6875 19.96875 C 14.507813 20.050781 14.25 20.097656 14.09375 20.09375 C 13.9375 20.089844 13.960938 19.960938 14.15625 20.21875 L 14.09375 20.25 C 13.496094 19.425781 12.882813 18.753906 12.21875 18.25 C 12.21875 18.25 11.605469 17.519531 11.28125 16.71875 C 11.117188 16.316406 11.0625 15.914063 11.09375 15.65625 C 11.125 15.398438 11.160156 15.25 11.5 15.03125 Z\"/></svg></li><li title=\"angle double down solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5.21875 6.6875 L 3.78125 8.09375 L 16 20.3125 L 28.21875 8.09375 L 26.78125 6.6875 L 16 17.46875 Z M 5.21875 13.6875 L 3.78125 15.09375 L 16 27.3125 L 28.21875 15.09375 L 26.78125 13.6875 L 16 24.46875 Z\"/></svg></li><li title=\"angle double left solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 15.90625 4.78125 L 4.6875 16 L 15.90625 27.21875 L 17.3125 25.78125 L 7.53125 16 L 17.3125 6.21875 Z M 22.90625 4.78125 L 11.6875 16 L 22.90625 27.21875 L 24.3125 25.78125 L 14.53125 16 L 24.3125 6.21875 Z\"/></svg></li><li title=\"angle double right solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 9.09375 4.78125 L 7.6875 6.21875 L 17.46875 16 L 7.6875 25.78125 L 9.09375 27.21875 L 20.3125 16 Z M 16.09375 4.78125 L 14.6875 6.21875 L 24.46875 16 L 14.6875 25.78125 L 16.09375 27.21875 L 27.3125 16 Z\"/></svg></li><li title=\"angle double up solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4.6875 L 3.78125 16.90625 L 5.21875 18.3125 L 16 7.53125 L 26.78125 18.3125 L 28.21875 16.90625 Z M 16 11.6875 L 3.78125 23.90625 L 5.21875 25.3125 L 16 14.53125 L 26.78125 25.3125 L 28.21875 23.90625 Z\"/></svg></li><li title=\"angle down solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 4.21875 10.78125 L 2.78125 12.21875 L 15.28125 24.71875 L 16 25.40625 L 16.71875 24.71875 L 29.21875 12.21875 L 27.78125 10.78125 L 16 22.5625 Z\"/></svg></li><li title=\"angle left solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 19.03125 4.28125 L 8.03125 15.28125 L 7.34375 16 L 8.03125 16.71875 L 19.03125 27.71875 L 20.46875 26.28125 L 10.1875 16 L 20.46875 5.71875 Z\"/></svg></li><li title=\"angle right solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 12.96875 4.28125 L 11.53125 5.71875 L 21.8125 16 L 11.53125 26.28125 L 12.96875 27.71875 L 23.96875 16.71875 L 24.65625 16 L 23.96875 15.28125 Z\"/></svg></li><li title=\"angle up solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 6.59375 L 15.28125 7.28125 L 2.78125 19.78125 L 4.21875 21.21875 L 16 9.4375 L 27.78125 21.21875 L 29.21875 19.78125 L 16.71875 7.28125 Z\"/></svg></li><li title=\"angry solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 9.382813 4 4 9.382813 4 16 C 4 22.617188 9.382813 28 16 28 C 22.617188 28 28 22.617188 28 16 C 28 9.382813 22.617188 4 16 4 Z M 16 6 C 21.535156 6 26 10.464844 26 16 C 26 21.535156 21.535156 26 16 26 C 10.464844 26 6 21.535156 6 16 C 6 10.464844 10.464844 6 16 6 Z M 10.6875 12 C 10.265625 12.425781 10 13.007813 10 13.65625 C 10 14.949219 11.050781 16 12.34375 16 C 12.988281 16 13.578125 15.738281 14 15.3125 Z M 21.3125 12 L 18 15.3125 C 18.421875 15.738281 19.011719 16 19.65625 16 C 20.949219 16 22 14.949219 22 13.65625 C 22 13.011719 21.738281 12.421875 21.3125 12 Z M 18.5625 17.84375 C 18.417969 17.847656 18.265625 17.855469 18.125 17.875 C 17.003906 18.042969 16.15625 18.65625 15.40625 19.15625 C 14.65625 19.65625 13.996094 20.046875 13.5 20.125 C 13.003906 20.203125 12.558594 20.125 11.71875 19.28125 L 10.28125 20.71875 C 11.414063 21.859375 12.703125 22.269531 13.8125 22.09375 C 14.921875 21.917969 15.753906 21.308594 16.5 20.8125 C 17.246094 20.316406 17.886719 19.953125 18.40625 19.875 C 18.925781 19.796875 19.4375 19.863281 20.3125 20.71875 L 21.6875 19.28125 C 20.664063 18.28125 19.574219 17.828125 18.5625 17.84375 Z\"/></svg></li><li title=\"angry \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 9.382813 4 4 9.382813 4 16 C 4 22.617188 9.382813 28 16 28 C 22.617188 28 28 22.617188 28 16 C 28 9.382813 22.617188 4 16 4 Z M 16 6 C 21.535156 6 26 10.464844 26 16 C 26 21.535156 21.535156 26 16 26 C 10.464844 26 6 21.535156 6 16 C 6 10.464844 10.464844 6 16 6 Z M 10.6875 12 C 10.265625 12.425781 10 13.007813 10 13.65625 C 10 14.949219 11.050781 16 12.34375 16 C 12.988281 16 13.578125 15.738281 14 15.3125 Z M 21.3125 12 L 18 15.3125 C 18.421875 15.738281 19.011719 16 19.65625 16 C 20.949219 16 22 14.949219 22 13.65625 C 22 13.011719 21.738281 12.421875 21.3125 12 Z M 18.5625 17.84375 C 18.417969 17.847656 18.265625 17.855469 18.125 17.875 C 17.003906 18.042969 16.15625 18.65625 15.40625 19.15625 C 14.65625 19.65625 13.996094 20.046875 13.5 20.125 C 13.003906 20.203125 12.558594 20.125 11.71875 19.28125 L 10.28125 20.71875 C 11.414063 21.859375 12.703125 22.269531 13.8125 22.09375 C 14.921875 21.917969 15.753906 21.308594 16.5 20.8125 C 17.246094 20.316406 17.886719 19.953125 18.40625 19.875 C 18.925781 19.796875 19.4375 19.863281 20.3125 20.71875 L 21.6875 19.28125 C 20.664063 18.28125 19.574219 17.828125 18.5625 17.84375 Z\"/></svg></li><li title=\"angrycreative \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 29 9 L 27.449219 9.109375 L 26.300781 11.359375 L 25.650391 9.2304688 L 24.039062 9.3398438 L 24.259766 9.9296875 C 23.839766 9.4596875 23.079219 9.3992187 22.449219 9.4492188 L 20.480469 9.5800781 L 20.320312 11.160156 C 20.270312 11.110156 19.670391 9.5299219 17.650391 9.6699219 C 15.610391 9.7999219 14.840703 11.339766 14.470703 12.009766 L 14.669922 9.9804688 L 13.240234 10.070312 L 12.919922 13.349609 L 11.029297 10.220703 L 9.6796875 10.310547 L 9.1796875 15.470703 L 7.6503906 10.439453 L 6.4492188 10.519531 L 3.5996094 16.529297 L 5.1992188 16.429688 L 5.5996094 15.529297 L 7.5800781 15.400391 L 7.8007812 16.259766 L 10.640625 16.080078 L 10.949219 12.820312 L 12.830078 15.939453 L 14.080078 15.859375 L 14.279297 13.869141 C 14.769297 15.299141 15.740781 15.890781 17.050781 15.800781 C 19.050781 15.680781 19.699297 14.389688 20.029297 13.929688 L 19.869141 15.480469 L 21.289062 15.390625 L 21.490234 13.5 L 22.449219 15.320312 L 24.269531 15.199219 L 23.009766 13.279297 C 24.149766 12.819297 24.659375 11.939844 24.609375 10.839844 L 25.400391 12.960938 L 25.160156 15.140625 L 26.580078 15.050781 L 26.820312 12.869141 L 29 9 z M 21.769531 10.789062 C 22.389531 10.759063 22.739922 10.790625 22.919922 10.890625 C 23.059922 10.970625 23.119844 11.140156 23.089844 11.410156 C 23.059844 11.690156 22.930937 11.88 22.710938 12 C 22.500937 12.11 22.140859 12.180937 21.630859 12.210938 L 21.769531 10.789062 z M 17.560547 11.119141 C 17.760547 11.109141 17.969922 11.160234 18.169922 11.240234 C 18.329922 11.320234 18.520703 11.460625 18.720703 11.640625 L 20.279297 11.539062 L 20.220703 12.130859 L 17.070312 12.339844 L 16.949219 13.519531 L 18.660156 13.410156 C 18.430156 13.720156 18.180391 13.969375 17.900391 14.109375 C 17.690391 14.229375 17.470234 14.300312 17.240234 14.320312 C 16.810234 14.350312 16.449922 14.219687 16.169922 13.929688 C 15.879922 13.629687 15.760547 13.249297 15.810547 12.779297 C 15.860547 12.289297 16.070937 11.890313 16.460938 11.570312 C 16.790937 11.300313 17.160547 11.139141 17.560547 11.119141 z M 6.8808594 12.400391 L 7.3007812 14.25 L 6.109375 14.330078 L 6.8808594 12.400391 z M 32 15.119141 L 27.339844 15.429688 L 25.759766 19.490234 L 25.080078 15.570312 L 23.560547 15.669922 L 24.75 21.480469 L 26.349609 21.380859 L 28.710938 15.689453 L 28.080078 21.269531 L 31.310547 21.070312 L 31.460938 19.779297 L 29.740234 19.890625 L 29.859375 18.900391 L 31.580078 18.789062 L 31.740234 17.400391 L 30.009766 17.519531 L 30.109375 16.619141 L 31.839844 16.509766 L 32 15.119141 z M 23.400391 15.679688 L 21.980469 15.779297 L 21.339844 21.689453 L 22.75 21.599609 L 23.400391 15.679688 z M 21.740234 15.800781 L 17.990234 16.039062 L 17.849609 17.419922 L 18.960938 17.349609 L 18.519531 21.570312 L 16.910156 16.119141 L 15.720703 16.189453 L 12.970703 21.970703 L 13.080078 20.949219 L 11.259766 21.060547 L 11.359375 20.080078 L 13.179688 19.970703 L 13.310547 18.589844 L 11.490234 18.699219 L 11.580078 17.820312 L 13.400391 17.699219 L 13.529297 16.330078 L 10.289062 16.529297 L 10.160156 17.849609 C 9.9701563 16.859609 9.0390625 16.609688 8.0390625 16.679688 L 6.0898438 16.800781 L 5.9492188 18.320312 C 5.7692188 18.040312 5.270625 16.780391 3.390625 16.900391 C 1.350625 17.030391 0.13976562 18.679141 0.009765625 20.119141 C -0.15023438 21.959141 1.1900781 23.090234 2.8300781 22.990234 C 4.0800781 22.920234 5.1296875 22.120469 5.6796875 21.230469 L 5.5390625 22.660156 L 6.9492188 22.580078 L 7.1308594 20.740234 L 8.0996094 22.509766 L 14.410156 22.130859 L 14.810547 21.330078 L 16.779297 21.199219 L 16.990234 21.970703 L 19.890625 21.789062 L 20.380859 17.259766 L 21.589844 17.179688 L 21.740234 15.800781 z M 7.9863281 18.039062 C 8.4996094 18.052187 8.7344531 18.189922 8.6894531 18.669922 C 8.6194531 19.359922 7.96 19.420938 7.25 19.460938 L 7.3808594 18.060547 C 7.6133594 18.045547 7.8152344 18.034688 7.9863281 18.039062 z M 16.119141 18.080078 L 16.509766 19.939453 L 15.330078 20.019531 L 16.119141 18.080078 z M 3.25 18.349609 C 3.84 18.309609 4.2305469 18.520859 4.5605469 19.130859 L 5.8808594 19.050781 L 5.75 20.519531 L 4.4003906 20.599609 C 4.0203906 21.109609 3.5892187 21.499297 2.9492188 21.529297 C 1.8792187 21.599297 1.4495312 20.78 1.5195312 20 C 1.5795313 19.22 2.3 18.409609 3.25 18.349609 z M 10.029297 19.199219 L 9.7402344 22.160156 L 8.640625 20.509766 C 9.300625 20.239766 9.7792969 19.869219 10.029297 19.199219 z\"/></svg></li><li title=\"angular \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3.9355469 L 4.3613281 8.1679688 L 6.4492188 23.839844 L 16 29.144531 L 25.550781 23.837891 L 27.638672 8.1679688 L 16 3.9355469 z M 16 6.0644531 L 25.443359 9.4980469 L 23.699219 22.578125 L 16 26.855469 L 8.3007812 22.578125 L 6.5566406 9.4980469 L 16 6.0644531 z M 16 8 L 10 22 L 12 22 L 13.289062 19 L 18.710938 19 L 20 22 L 22 22 L 16 8 z M 16 12.550781 L 16.019531 12.609375 L 16.720703 14.359375 L 17.849609 17 L 14.150391 17 L 15.279297 14.359375 L 15.980469 12.609375 L 16 12.550781 z\"/></svg></li><li title=\"ankh solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 2 C 13.25 2 11 4.25 11 7 C 11 8.957031 12.113281 10.875 13.15625 12.4375 C 13.289063 12.640625 13.429688 12.8125 13.5625 13 L 8 13 L 8 16.15625 L 9.15625 16 L 14.90625 15.1875 L 14 28.9375 L 13.9375 30 L 18.0625 30 L 18 28.9375 L 17.09375 15.1875 L 22.84375 16 L 24 16.15625 L 24 13 L 18.4375 13 C 18.570313 12.8125 18.710938 12.640625 18.84375 12.4375 C 19.886719 10.875 21 8.957031 21 7 C 21 4.25 18.75 2 16 2 Z M 16 4 C 17.667969 4 19 5.332031 19 7 C 19 8.078125 18.113281 9.914063 17.15625 11.34375 C 16.574219 12.21875 16.367188 12.429688 16 12.875 C 15.632813 12.429688 15.425781 12.21875 14.84375 11.34375 C 13.886719 9.914063 13 8.078125 13 7 C 13 5.332031 14.332031 4 16 4 Z\"/></svg></li><li title=\"app store ios \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 L 5 5 z M 7 7 L 25 7 L 25 25 L 7 25 L 7 7 z M 15.992188 9.0097656 C 15.910187 8.9897656 15.839578 9.0000156 15.767578 9.0410156 C 15.613578 9.1230156 15.529563 9.3088906 15.601562 9.4628906 C 16.085562 10.594891 17.783125 14.496094 19.203125 17.121094 L 20.521484 16.410156 C 19.174484 13.795156 16.836734 10.163531 16.177734 9.1445312 C 16.136734 9.0725313 16.064188 9.0307656 15.992188 9.0097656 z M 15.248047 11.263672 C 14.898047 11.222672 14.558047 11.366547 14.373047 11.685547 L 15.886719 12.580078 C 16.123719 12.159078 15.978406 11.604422 15.566406 11.357422 C 15.463406 11.306422 15.351047 11.284672 15.248047 11.263672 z M 14.248047 11.902344 L 13.435547 13.292969 L 14.980469 14.15625 L 15.761719 12.808594 L 14.248047 11.902344 z M 13.34375 13.445312 L 10.132812 19.044922 L 11.646484 19.919922 L 14.857422 14.351562 L 13.34375 13.445312 z M 9 15 L 9 17 L 10.929688 17 L 12.099609 15 L 9 15 z M 14.839844 15 L 13.689453 17 L 18.769531 17 C 18.489531 16.45 18.059531 15.59 17.769531 15 L 14.839844 15 z M 20.130859 15 C 20.380859 15.46 20.710547 16.089063 20.810547 16.289062 C 20.830547 16.309063 20.890156 16.430703 20.910156 16.470703 L 21.130859 17 L 23 17 L 23 15 L 20.130859 15 z M 20.625 16.605469 L 19.308594 17.316406 L 20.296875 18.859375 L 21.324219 18.273438 L 20.625 16.605469 z M 21.427734 18.53125 L 20.460938 19.046875 L 21.488281 21.496094 C 21.673281 21.928094 22.168078 22.134203 22.580078 21.908203 C 22.992078 21.691203 23.126141 21.144906 22.869141 20.753906 L 21.427734 18.53125 z M 9.9980469 19.240234 L 9.453125 21.845703 L 9.5878906 21.90625 L 11.542969 20.136719 L 9.9980469 19.240234 z\"/></svg></li><li title=\"app store \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832031 3 3 8.832031 3 16 C 3 23.167969 8.832031 29 16 29 C 23.167969 29 29 23.167969 29 16 C 29 8.832031 23.167969 3 16 3 Z M 16 5 C 22.085938 5 27 9.914063 27 16 C 27 22.085938 22.085938 27 16 27 C 9.914063 27 5 22.085938 5 16 C 5 9.914063 9.914063 5 16 5 Z M 15.96875 8.25 C 15.890625 8.261719 15.792969 8.300781 15.71875 8.34375 L 15.21875 8.625 C 14.925781 8.796875 14.828125 9.171875 15 9.46875 L 19.28125 16.8125 L 20.84375 15.90625 L 16.5625 8.5625 C 16.433594 8.34375 16.207031 8.21875 15.96875 8.25 Z M 14.65625 10.6875 C 14.417969 10.65625 14.160156 10.777344 14.03125 11 L 13.5 11.9375 L 15.125 12.875 L 15.65625 11.9375 C 15.828125 11.640625 15.730469 11.265625 15.4375 11.09375 L 14.875 10.78125 C 14.800781 10.738281 14.734375 10.699219 14.65625 10.6875 Z M 13.375 12.15625 L 9.59375 18.625 L 11.1875 19.5625 L 14.96875 13.09375 Z M 8 15.09375 L 8 16.90625 L 10.28125 16.90625 L 11.34375 15.09375 Z M 14.0625 15.09375 L 13.0625 16.90625 L 18.90625 16.90625 L 17.90625 15.09375 Z M 20.75 15.09375 L 21.71875 16.90625 L 23.96875 16.90625 L 23.96875 15.09375 Z M 21.03125 16.21875 L 19.46875 17.125 L 20.375 18.6875 L 21.9375 17.78125 Z M 21.84375 18.1875 C 21.792969 18.195313 21.742188 18.21875 21.6875 18.25 C 21.433594 18.394531 21.066406 18.617188 20.84375 18.75 C 20.425781 19 20.75 19.746094 20.84375 19.90625 C 21.386719 20.816406 21.953125 20.699219 22.375 21.34375 C 22.605469 21.695313 22.519531 21.851563 22.59375 21.96875 C 22.621094 22.011719 22.714844 22.050781 22.75 22 C 23.402344 21.097656 23.222656 19.53125 22.75 18.84375 C 22.558594 18.5625 22.210938 18.125 21.84375 18.1875 Z M 9.375 18.96875 L 8.59375 21.90625 C 8.578125 21.960938 8.609375 22.035156 8.65625 22.0625 C 8.703125 22.089844 8.773438 22.070313 8.8125 22.03125 L 11 19.90625 Z\"/></svg></li><li title=\"apper \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 3.109375 12.019531 C 1.749375 12.019531 1.1707813 12.169375 0.80078125 12.609375 C 0.59078125 12.869375 0.52976563 13.130078 0.50976562 13.830078 L 2.4394531 13.830078 C 2.4794531 13.310078 2.6292188 13.189453 3.1992188 13.189453 C 3.8492187 13.189453 4.0898438 13.390938 4.0898438 13.960938 L 4.0898438 15.099609 L 4.0507812 15.099609 C 3.8307812 14.509609 3.4908594 14.369141 2.3808594 14.369141 C 0.89085938 14.369141 0.26953125 14.900156 0.26953125 16.160156 C 0.26953125 17.520156 0.81007812 18 2.3300781 18 C 3.4200781 18 3.8396094 17.789766 4.0996094 17.009766 L 4.1503906 17.009766 L 4.0898438 17.960938 L 6 17.960938 L 6 14.150391 C 6 13.740391 5.9007813 13.180938 5.8007812 12.960938 C 5.4607813 12.270938 4.759375 12.019531 3.109375 12.019531 z M 10.789062 12.019531 C 9.7090625 12.019531 9.3701562 12.210547 8.9101562 13.060547 L 8.8691406 13.060547 L 8.9492188 12.029297 L 7.0292969 12.029297 L 7.0292969 20.480469 L 9.0097656 20.480469 L 9.0097656 16.970703 L 9.0507812 16.970703 C 9.2807813 17.750703 9.7202344 18 10.740234 18 C 11.580234 18 12.060391 17.889531 12.400391 17.519531 C 12.850391 17.029531 13 16.380859 13 14.880859 C 13 13.490859 12.849375 12.900703 12.359375 12.470703 C 12.019375 12.170703 11.509063 12.019531 10.789062 12.019531 z M 17.759766 12.019531 C 16.679766 12.019531 16.340859 12.210547 15.880859 13.060547 L 15.839844 13.060547 L 15.919922 12.029297 L 14 12.029297 L 14 20.480469 L 15.970703 20.480469 L 15.970703 16.970703 L 16.009766 16.970703 C 16.249766 17.750703 16.690937 18 17.710938 18 C 18.550937 18 19.029141 17.889531 19.369141 17.519531 C 19.829141 17.029531 19.980469 16.380859 19.980469 14.880859 C 19.980469 13.490859 19.829844 12.900703 19.339844 12.470703 C 18.999844 12.170703 18.479766 12.019531 17.759766 12.019531 z M 23.539062 12.019531 C 22.399062 12.019531 21.729063 12.179844 21.289062 12.589844 C 20.839063 12.989844 20.669922 13.610859 20.669922 14.880859 C 20.669922 16.350859 20.810234 16.989922 21.240234 17.419922 C 21.690234 17.869922 22.389531 18 23.769531 18 C 24.999531 18 25.620469 17.839609 25.980469 17.349609 C 26.200469 17.059609 26.320312 16.609141 26.320312 16.119141 L 26.320312 16 L 24.449219 16 C 24.449219 16.55 24.250781 16.699219 23.550781 16.699219 C 22.770781 16.699219 22.550781 16.449609 22.550781 15.599609 C 22.550781 15.559609 22.550547 15.459375 22.560547 15.359375 L 26.330078 15.359375 L 26.330078 14.810547 C 26.330078 12.660547 25.679062 12.019531 23.539062 12.019531 z M 30.349609 12.019531 C 29.579609 12.019531 29.199375 12.279297 28.859375 13.029297 L 28.830078 13.029297 L 28.919922 12.029297 L 27 12.029297 L 27 17.960938 L 28.910156 17.960938 L 28.910156 14.560547 C 28.910156 14.160547 28.910937 14.089453 28.960938 13.939453 C 29.080938 13.639453 29.299141 13.480469 29.619141 13.480469 C 30.029141 13.480469 30.130859 13.679219 30.130859 14.449219 C 30.130859 14.479219 30.129141 14.560391 30.119141 14.650391 L 31.869141 14.650391 C 31.859141 14.430391 31.859375 14.259688 31.859375 14.179688 C 31.859375 13.199688 31.779531 12.850469 31.519531 12.480469 C 31.299531 12.180469 30.889609 12.019531 30.349609 12.019531 z M 23.5 13.380859 C 24.31 13.380859 24.480469 13.489375 24.480469 14.109375 C 24.480469 14.129375 24.480234 14.210781 24.490234 14.300781 L 22.580078 14.300781 L 22.589844 14.130859 C 22.639844 13.530859 22.78 13.380859 23.5 13.380859 z M 10.039062 13.439453 C 10.909062 13.439453 11.080078 13.690313 11.080078 15.070312 C 11.080078 16.270312 10.890313 16.550781 10.070312 16.550781 C 9.1803125 16.550781 9.0097656 16.280859 9.0097656 14.880859 C 9.0097656 13.690859 9.1990625 13.439453 10.039062 13.439453 z M 17.019531 13.439453 C 17.889531 13.439453 18.050781 13.690313 18.050781 15.070312 C 18.050781 16.270312 17.859063 16.550781 17.039062 16.550781 C 16.149062 16.550781 15.980469 16.280859 15.980469 14.880859 C 15.980469 13.690859 16.169531 13.439453 17.019531 13.439453 z M 3.0996094 15.529297 C 3.8596094 15.529297 4.0800781 15.649375 4.0800781 16.109375 C 4.0800781 16.629375 3.8904688 16.779297 3.2304688 16.779297 C 2.3904688 16.779297 2.1992187 16.650859 2.1992188 16.130859 C 2.1992188 15.680859 2.4396094 15.529297 3.0996094 15.529297 z\"/></svg></li><li title=\"apple alt solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 10.375 3.96875 C 10.082031 3.972656 9.90625 4 9.90625 4 L 8.875 4.09375 L 9 5.125 C 9 5.125 9.246094 7.410156 10.875 9.09375 C 7.570313 9.605469 5 12.332031 5 15.65625 C 5 19.242188 6.597656 22.085938 8.46875 24 C 9.402344 24.957031 10.394531 25.679688 11.34375 26.1875 C 12.292969 26.695313 13.164063 27 14 27 C 14.546875 27 15.078125 26.90625 15.5625 26.75 C 15.855469 26.65625 16.144531 26.65625 16.4375 26.75 C 16.921875 26.90625 17.453125 27 18 27 C 18.90625 27 19.777344 26.617188 20.71875 26.03125 C 21.660156 25.445313 22.640625 24.632813 23.5625 23.625 C 25.40625 21.613281 27 18.820313 27 15.65625 C 27 11.964844 23.824219 9 20 9 C 18.972656 9 18.023438 9.25 17.15625 9.65625 C 17.152344 9.628906 17.132813 9.582031 17.125 9.53125 C 17.636719 6.863281 19.5 5.875 19.5 5.875 L 18.5 4.125 C 18.5 4.125 17.089844 4.972656 16.0625 6.78125 C 15.738281 6.285156 15.308594 5.796875 14.78125 5.375 C 13.195313 4.109375 11.25 3.960938 10.375 3.96875 Z M 11.34375 6.09375 C 12.035156 6.199219 12.890625 6.425781 13.53125 6.9375 C 14.183594 7.457031 14.621094 8.21875 14.875 8.875 C 14.179688 8.773438 13.308594 8.519531 12.65625 8 C 12.011719 7.484375 11.597656 6.746094 11.34375 6.09375 Z M 12 11 C 13.300781 11 14.457031 11.472656 15.34375 12.21875 L 16 12.75 L 16.65625 12.21875 C 17.542969 11.472656 18.699219 11 20 11 C 22.804688 11 25 13.113281 25 15.65625 C 25 18.136719 23.699219 20.53125 22.09375 22.28125 C 21.292969 23.15625 20.421875 23.839844 19.65625 24.3125 C 18.890625 24.785156 18.195313 25 18 25 C 17.671875 25 17.363281 24.941406 17.0625 24.84375 C 16.375 24.621094 15.625 24.621094 14.9375 24.84375 C 14.636719 24.941406 14.328125 25 14 25 C 13.730469 25 13.039063 24.84375 12.28125 24.4375 C 11.523438 24.03125 10.664063 23.402344 9.875 22.59375 C 8.296875 20.976563 7 18.65625 7 15.65625 C 7 13.113281 9.195313 11 12 11 Z\"/></svg></li><li title=\"apple pay \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\">    <path d=\"M 8.828125 9 C 8.243125 9 7.5647188 9.3350781 7.1367188 9.8300781 C 6.8007188 10.239078 6.4393125 10.878531 6.5703125 11.519531 C 7.1733125 11.592531 7.8262188 11.220562 8.1992188 10.726562 C 8.6282187 10.268563 8.865125 9.641 8.828125 9 z M 4.7988281 11.660156 C 3.2138281 11.660156 2 13.037344 2 15.027344 C 2 17.627344 3.825125 20 4.953125 20 C 5.643125 20 5.8987813 19.548828 6.8007812 19.548828 C 7.6397812 19.548828 7.9019062 20 8.6289062 20 C 9.9799062 20 11.099625 17.245266 11.140625 17.072266 C 10.918625 16.974266 9.6171875 16.349281 9.6171875 14.863281 C 9.6171875 13.429281 10.805469 12.782953 10.855469 12.751953 C 10.209469 11.775953 9.1644375 11.660156 8.7734375 11.660156 C 7.8664375 11.660156 7.0637656 12.154297 6.6347656 12.154297 C 6.1867656 12.154297 5.5328281 11.660156 4.7988281 11.660156 z M 13 12 L 13 20 L 15 20 L 15 17 L 15.5 17 C 16.480869 17 17.173964 16.332692 17.582031 15.5 L 18 15.5 L 18 14.5 C 18 13.130937 16.869063 12 15.5 12 L 13 12 z M 20.222656 12 L 18 18.841797 L 18 20 L 20 20 L 20 19.158203 L 20.050781 19 L 21.949219 19 L 22 19.158203 L 22 20 L 24 20 L 24 18.841797 L 21.777344 12 L 20.222656 12 z M 24 12 L 24 13.296875 L 26 16.373047 L 26 20 L 28 20 L 28 16.373047 L 30 13.296875 L 30 12 L 28 12 L 28 12.703125 L 27 14.242188 L 26 12.703125 L 26 12 L 24 12 z M 15 14 L 15.5 14 C 15.786937 14 16 14.213063 16 14.5 C 16 14.786937 15.786937 15 15.5 15 L 15 15 L 15 14 z M 21 16.080078 L 21.298828 17 L 20.701172 17 L 21 16.080078 z\"/></svg></li><li title=\"apple \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 20.84375 2 C 19.203125 2 17.546875 2.851563 16.4375 4.15625 L 16.4375 4.1875 C 15.648438 5.167969 14.792969 6.714844 15.0625 8.5 C 14.933594 8.449219 14.925781 8.464844 14.78125 8.40625 C 14.089844 8.125 13.234375 7.8125 12.21875 7.8125 C 8.238281 7.8125 5.21875 11.417969 5.21875 16.15625 C 5.21875 19.222656 6.25 22.097656 7.625 24.25 C 8.3125 25.328125 9.09375 26.214844 9.90625 26.875 C 10.71875 27.535156 11.570313 28 12.53125 28 C 13.492188 28 14.210938 27.675781 14.75 27.4375 C 15.289063 27.199219 15.707031 27 16.5 27 C 17.214844 27 17.578125 27.195313 18.125 27.4375 C 18.671875 27.679688 19.417969 28 20.40625 28 C 21.476563 28 22.386719 27.476563 23.125 26.8125 C 23.863281 26.148438 24.484375 25.292969 25 24.46875 C 25.515625 23.644531 25.921875 22.835938 26.21875 22.1875 C 26.367188 21.863281 26.476563 21.59375 26.5625 21.375 C 26.648438 21.15625 26.691406 21.09375 26.75 20.84375 L 26.9375 20.03125 L 26.1875 19.6875 C 26.011719 19.609375 25.3125 19.261719 24.6875 18.625 C 24.0625 17.988281 23.53125 17.117188 23.53125 15.78125 C 23.53125 14.488281 24.027344 13.621094 24.5625 13 C 24.828125 12.691406 25.105469 12.4375 25.3125 12.28125 C 25.417969 12.203125 25.5 12.164063 25.5625 12.125 C 25.625 12.085938 25.613281 12.097656 25.71875 12.03125 L 26.5625 11.5 L 26 10.65625 C 24.367188 8.144531 21.753906 7.8125 20.71875 7.8125 C 20.238281 7.8125 19.898438 7.980469 19.46875 8.0625 C 19.710938 7.835938 20.023438 7.695313 20.21875 7.4375 C 20.222656 7.433594 20.214844 7.410156 20.21875 7.40625 C 20.230469 7.394531 20.242188 7.386719 20.25 7.375 L 20.28125 7.375 C 21.347656 6.183594 21.9375 4.582031 21.84375 2.9375 L 21.78125 2 Z M 19.65625 4.3125 C 19.484375 4.972656 19.203125 5.601563 18.75 6.09375 L 18.6875 6.15625 C 18.304688 6.671875 17.714844 7.054688 17.125 7.28125 C 17.289063 6.628906 17.574219 5.96875 17.96875 5.46875 C 17.976563 5.457031 17.992188 5.449219 18 5.4375 C 18.4375 4.9375 19.042969 4.5625 19.65625 4.3125 Z M 12.21875 9.8125 C 12.777344 9.8125 13.390625 10.023438 14.03125 10.28125 C 14.671875 10.539063 15.269531 10.875 16.125 10.875 C 16.976563 10.875 17.621094 10.539063 18.375 10.28125 C 19.128906 10.023438 19.933594 9.8125 20.71875 9.8125 C 21.242188 9.8125 22.535156 10.144531 23.625 11.15625 C 23.433594 11.328125 23.265625 11.453125 23.0625 11.6875 C 22.300781 12.570313 21.53125 13.945313 21.53125 15.78125 C 21.53125 17.6875 22.363281 19.121094 23.25 20.03125 C 23.800781 20.59375 24.140625 20.726563 24.5625 20.96875 C 24.507813 21.09375 24.476563 21.191406 24.40625 21.34375 C 24.136719 21.929688 23.765625 22.679688 23.3125 23.40625 C 22.859375 24.132813 22.308594 24.839844 21.78125 25.3125 C 21.253906 25.785156 20.78125 26 20.40625 26 C 19.839844 26 19.507813 25.84375 18.9375 25.59375 C 18.367188 25.34375 17.582031 25 16.5 25 C 15.363281 25 14.523438 25.335938 13.9375 25.59375 C 13.351563 25.851563 13.046875 26 12.53125 26 C 12.285156 26 11.753906 25.800781 11.15625 25.3125 C 10.558594 24.824219 9.902344 24.082031 9.3125 23.15625 C 8.128906 21.304688 7.21875 18.761719 7.21875 16.15625 C 7.21875 12.214844 9.417969 9.8125 12.21875 9.8125 Z\"/></svg></li><li title=\"archive solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 4 5 L 4 11 L 5 11 L 5 27 L 27 27 L 27 11 L 28 11 L 28 5 Z M 6 7 L 26 7 L 26 9 L 6 9 Z M 7 11 L 25 11 L 25 25 L 7 25 Z M 12.8125 13 C 12.261719 13.050781 11.855469 13.542969 11.90625 14.09375 C 11.957031 14.644531 12.449219 15.050781 13 15 L 19 15 C 19.359375 15.003906 19.695313 14.816406 19.878906 14.503906 C 20.058594 14.191406 20.058594 13.808594 19.878906 13.496094 C 19.695313 13.183594 19.359375 12.996094 19 13 L 13 13 C 12.96875 13 12.9375 13 12.90625 13 C 12.875 13 12.84375 13 12.8125 13 Z\"/></svg></li><li title=\"archway solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 3 6 L 3 12 L 5 12 L 5 24 L 3 24 L 3 26 L 5 26 L 13 26 L 13 24 L 13 19 C 13 17.346 14.346 16 16 16 C 17.654 16 19 17.346 19 19 L 19 24 L 19 26 L 27 26 L 29 26 L 29 24 L 27 24 L 27 12 L 29 12 L 29 6 L 3 6 z M 5 8 L 27 8 L 27 10 L 5 10 L 5 8 z M 7 12 L 25 12 L 25 24 L 21 24 L 21 19 C 21 16.243 18.757 14 16 14 C 13.243 14 11 16.243 11 19 L 11 24 L 7 24 L 7 12 z\"/></svg></li><li title=\"arrow alt circle down solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832031 3 3 8.832031 3 16 C 3 23.167969 8.832031 29 16 29 C 23.167969 29 29 23.167969 29 16 C 29 8.832031 23.167969 3 16 3 Z M 16 5 C 22.085938 5 27 9.914063 27 16 C 27 22.085938 22.085938 27 16 27 C 9.914063 27 5 22.085938 5 16 C 5 9.914063 9.914063 5 16 5 Z M 15 9 L 15 19 L 12 19 L 16 23 L 20 19 L 17 19 L 17 9 Z\"/></svg></li><li title=\"arrow alt circle down \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832031 3 3 8.832031 3 16 C 3 23.167969 8.832031 29 16 29 C 23.167969 29 29 23.167969 29 16 C 29 8.832031 23.167969 3 16 3 Z M 16 5 C 22.085938 5 27 9.914063 27 16 C 27 22.085938 22.085938 27 16 27 C 9.914063 27 5 22.085938 5 16 C 5 9.914063 9.914063 5 16 5 Z M 15 9 L 15 19 L 12 19 L 16 23 L 20 19 L 17 19 L 17 9 Z\"/></svg></li><li title=\"arrow alt circle left solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832031 3 3 8.832031 3 16 C 3 23.167969 8.832031 29 16 29 C 23.167969 29 29 23.167969 29 16 C 29 8.832031 23.167969 3 16 3 Z M 16 5 C 22.085938 5 27 9.914063 27 16 C 27 22.085938 22.085938 27 16 27 C 9.914063 27 5 22.085938 5 16 C 5 9.914063 9.914063 5 16 5 Z M 13 12 L 9 16 L 13 20 L 13 17 L 23 17 L 23 15 L 13 15 Z\"/></svg></li><li title=\"arrow alt circle left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832031 3 3 8.832031 3 16 C 3 23.167969 8.832031 29 16 29 C 23.167969 29 29 23.167969 29 16 C 29 8.832031 23.167969 3 16 3 Z M 16 5 C 22.085938 5 27 9.914063 27 16 C 27 22.085938 22.085938 27 16 27 C 9.914063 27 5 22.085938 5 16 C 5 9.914063 9.914063 5 16 5 Z M 13 12 L 9 16 L 13 20 L 13 17 L 23 17 L 23 15 L 13 15 Z\"/></svg></li><li title=\"arrow alt circle right solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832031 3 3 8.832031 3 16 C 3 23.167969 8.832031 29 16 29 C 23.167969 29 29 23.167969 29 16 C 29 8.832031 23.167969 3 16 3 Z M 16 5 C 22.085938 5 27 9.914063 27 16 C 27 22.085938 22.085938 27 16 27 C 9.914063 27 5 22.085938 5 16 C 5 9.914063 9.914063 5 16 5 Z M 19 12 L 19 15 L 9 15 L 9 17 L 19 17 L 19 20 L 23 16 Z\"/></svg></li><li title=\"arrow alt circle right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832031 3 3 8.832031 3 16 C 3 23.167969 8.832031 29 16 29 C 23.167969 29 29 23.167969 29 16 C 29 8.832031 23.167969 3 16 3 Z M 16 5 C 22.085938 5 27 9.914063 27 16 C 27 22.085938 22.085938 27 16 27 C 9.914063 27 5 22.085938 5 16 C 5 9.914063 9.914063 5 16 5 Z M 19 12 L 19 15 L 9 15 L 9 17 L 19 17 L 19 20 L 23 16 Z\"/></svg></li><li title=\"arrow alt circle up solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832031 3 3 8.832031 3 16 C 3 23.167969 8.832031 29 16 29 C 23.167969 29 29 23.167969 29 16 C 29 8.832031 23.167969 3 16 3 Z M 16 5 C 22.085938 5 27 9.914063 27 16 C 27 22.085938 22.085938 27 16 27 C 9.914063 27 5 22.085938 5 16 C 5 9.914063 9.914063 5 16 5 Z M 16 9 L 12 13 L 15 13 L 15 23 L 17 23 L 17 13 L 20 13 Z\"/></svg></li><li title=\"arrow alt circle up \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832031 3 3 8.832031 3 16 C 3 23.167969 8.832031 29 16 29 C 23.167969 29 29 23.167969 29 16 C 29 8.832031 23.167969 3 16 3 Z M 16 5 C 22.085938 5 27 9.914063 27 16 C 27 22.085938 22.085938 27 16 27 C 9.914063 27 5 22.085938 5 16 C 5 9.914063 9.914063 5 16 5 Z M 16 9 L 12 13 L 15 13 L 15 23 L 17 23 L 17 13 L 20 13 Z\"/></svg></li><li title=\"arrow circle down solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832031 3 3 8.832031 3 16 C 3 23.167969 8.832031 29 16 29 C 23.167969 29 29 23.167969 29 16 C 29 8.832031 23.167969 3 16 3 Z M 16 5 C 22.085938 5 27 9.914063 27 16 C 27 22.085938 22.085938 27 16 27 C 9.914063 27 5 22.085938 5 16 C 5 9.914063 9.914063 5 16 5 Z M 15 9 L 15 19.28125 L 11 15.28125 L 9.59375 16.71875 L 16 23.125 L 22.40625 16.71875 L 21 15.28125 L 17 19.28125 L 17 9 Z\"/></svg></li><li title=\"arrow circle left solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832031 3 3 8.832031 3 16 C 3 23.167969 8.832031 29 16 29 C 23.167969 29 29 23.167969 29 16 C 29 8.832031 23.167969 3 16 3 Z M 16 5 C 22.085938 5 27 9.914063 27 16 C 27 22.085938 22.085938 27 16 27 C 9.914063 27 5 22.085938 5 16 C 5 9.914063 9.914063 5 16 5 Z M 15.28125 9.59375 L 8.875 16 L 15.28125 22.40625 L 16.71875 21 L 12.71875 17 L 23 17 L 23 15 L 12.71875 15 L 16.71875 11 Z\"/></svg></li><li title=\"arrow circle right solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832031 3 3 8.832031 3 16 C 3 23.167969 8.832031 29 16 29 C 23.167969 29 29 23.167969 29 16 C 29 8.832031 23.167969 3 16 3 Z M 16 5 C 22.085938 5 27 9.914063 27 16 C 27 22.085938 22.085938 27 16 27 C 9.914063 27 5 22.085938 5 16 C 5 9.914063 9.914063 5 16 5 Z M 16.71875 9.59375 L 15.28125 11 L 19.28125 15 L 9 15 L 9 17 L 19.28125 17 L 15.28125 21 L 16.71875 22.40625 L 23.125 16 Z\"/></svg></li><li title=\"arrow circle up solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832031 3 3 8.832031 3 16 C 3 23.167969 8.832031 29 16 29 C 23.167969 29 29 23.167969 29 16 C 29 8.832031 23.167969 3 16 3 Z M 16 5 C 22.085938 5 27 9.914063 27 16 C 27 22.085938 22.085938 27 16 27 C 9.914063 27 5 22.085938 5 16 C 5 9.914063 9.914063 5 16 5 Z M 16 8.875 L 9.59375 15.28125 L 11 16.71875 L 15 12.71875 L 15 23 L 17 23 L 17 12.71875 L 21 16.71875 L 22.40625 15.28125 Z\"/></svg></li><li title=\"arrow down solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 15 4 L 15 24.0625 L 8.21875 17.28125 L 6.78125 18.71875 L 15.28125 27.21875 L 16 27.90625 L 16.71875 27.21875 L 25.21875 18.71875 L 23.78125 17.28125 L 17 24.0625 L 17 4 Z\"/></svg></li><li title=\"arrow left solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 13.28125 6.78125 L 4.78125 15.28125 L 4.09375 16 L 4.78125 16.71875 L 13.28125 25.21875 L 14.71875 23.78125 L 7.9375 17 L 28 17 L 28 15 L 7.9375 15 L 14.71875 8.21875 Z\"/></svg></li><li title=\"arrow right solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 18.71875 6.78125 L 17.28125 8.21875 L 24.0625 15 L 4 15 L 4 17 L 24.0625 17 L 17.28125 23.78125 L 18.71875 25.21875 L 27.21875 16.71875 L 27.90625 16 L 27.21875 15.28125 Z\"/></svg></li><li title=\"arrow up solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4.09375 L 15.28125 4.78125 L 6.78125 13.28125 L 8.21875 14.71875 L 15 7.9375 L 15 28 L 17 28 L 17 7.9375 L 23.78125 14.71875 L 25.21875 13.28125 L 16.71875 4.78125 Z\"/></svg></li><li title=\"arrows alt h solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 9.28125 6.78125 L 0.78125 15.28125 L 0.09375 16 L 0.78125 16.71875 L 9.28125 25.21875 L 10.71875 23.78125 L 3.9375 17 L 28.0625 17 L 21.28125 23.78125 L 22.71875 25.21875 L 31.21875 16.71875 L 31.90625 16 L 31.21875 15.28125 L 22.71875 6.78125 L 21.28125 8.21875 L 28.0625 15 L 3.9375 15 L 10.71875 8.21875 Z\"/></svg></li><li title=\"arrows alt solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 1.5859375 L 10.292969 7.2929688 L 11.707031 8.7070312 L 15 5.4140625 L 15 15 L 5.4140625 15 L 8.7070312 11.707031 L 7.2929688 10.292969 L 1.5859375 16 L 7.2929688 21.707031 L 8.7070312 20.292969 L 5.4140625 17 L 15 17 L 15 26.585938 L 11.707031 23.292969 L 10.292969 24.707031 L 16 30.414062 L 21.707031 24.707031 L 20.292969 23.292969 L 17 26.585938 L 17 17 L 26.585938 17 L 23.292969 20.292969 L 24.707031 21.707031 L 30.414062 16 L 24.707031 10.292969 L 23.292969 11.707031 L 26.585938 15 L 17 15 L 17 5.4140625 L 20.292969 8.7070312 L 21.707031 7.2929688 L 16 1.5859375 z\"/></svg></li><li title=\"arrows alt v solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 2.09375 L 15.28125 2.78125 L 7.28125 10.78125 L 8.71875 12.21875 L 15 5.9375 L 15 26.0625 L 8.71875 19.78125 L 7.28125 21.21875 L 15.28125 29.21875 L 16 29.90625 L 16.71875 29.21875 L 24.71875 21.21875 L 23.28125 19.78125 L 17 26.0625 L 17 5.9375 L 23.28125 12.21875 L 24.71875 10.78125 L 16.71875 2.78125 Z\"/></svg></li><li title=\"artstation \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 13.730469 5 L 26 27 L 27.994141 22.488281 C 28.457141 21.562281 28.410094 20.463078 27.871094 19.580078 L 20.095703 6.4355469 C 19.550703 5.5445469 18.580156 5 17.535156 5 L 13.730469 5 z M 11.511719 7.1777344 L 5.6308594 18 L 17.546875 18 L 11.511719 7.1777344 z M 4 21 L 6.171875 25.341797 C 6.679875 26.357797 7.7175156 27 8.8535156 27 L 22.566406 27 L 19.220703 21 L 4 21 z\"/></svg></li><li title=\"assistive listening systems solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 24.75 1.375 L 23.65625 3.03125 C 25.21875 4.042969 26.515625 5.433594 27.4375 7.09375 L 29.1875 6.125 C 28.109375 4.183594 26.585938 2.5625 24.75 1.375 Z M 23.0625 3.875 L 21.9375 5.53125 C 23.140625 6.363281 24.128906 7.339844 24.84375 8.59375 L 26.5625 7.59375 C 25.679688 6.046875 24.457031 4.839844 23.0625 3.875 Z M 17 5 C 12.570313 5 9 8.570313 9 13 L 11 13 C 11 9.628906 13.628906 7 17 7 C 20.371094 7 23 9.628906 23 13 C 23 15.246094 22.347656 16.472656 21.625 17.6875 C 20.902344 18.902344 20 20.167969 20 22 C 20 23.65625 18.65625 25 17 25 L 17 27 C 19.746094 27 22 24.746094 22 22 C 22 20.832031 22.597656 20.027344 23.375 18.71875 C 24.152344 17.410156 25 15.652344 25 13 C 25 8.570313 21.429688 5 17 5 Z M 17 8 C 14.253906 8 12 10.253906 12 13 L 14 13 C 14 11.34375 15.34375 10 17 10 C 18.65625 10 20 11.34375 20 13 L 22 13 C 22 10.253906 19.746094 8 17 8 Z M 17 13 C 16.449219 13 16 13.449219 16 14 C 16 14.550781 16.449219 15 17 15 C 17.550781 15 18 14.550781 18 14 C 18 13.449219 17.550781 13 17 13 Z M 14 16 C 13.449219 16 13 16.449219 13 17 C 13 17.550781 13.449219 18 14 18 C 14.550781 18 15 17.550781 15 17 C 15 16.449219 14.550781 16 14 16 Z M 10.21875 17.9375 L 9.03125 19.15625 L 11.84375 21.96875 L 13.0625 20.78125 Z M 8 22 C 7.449219 22 7 22.449219 7 23 C 7 23.550781 7.449219 24 8 24 C 8.550781 24 9 23.550781 9 23 C 9 22.449219 8.550781 22 8 22 Z M 5 25 C 4.449219 25 4 25.449219 4 26 C 4 26.550781 4.449219 27 5 27 C 5.550781 27 6 26.550781 6 26 C 6 25.449219 5.550781 25 5 25 Z\"/></svg></li><li title=\"asterisk solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 17.699219 17 L 23.898438 25.398438 L 21.5 27 L 16 18.300781 L 10.5 27 L 8.199219 25.398438 L 14.398438 17 L 5.101563 14.601563 L 6 12 L 15.101563 15.199219 L 14.5 5 L 17.5 5 L 17 15.199219 L 26 12 L 26.800781 14.699219 Z\"/></svg></li><li title=\"asymmetrik \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 18.089844 6.0839844 C 12.65294 5.9903691 6.6645625 7.3569375 2 10 C 4.682 8.955 7.3833906 8.1995 10.275391 7.5625 C 13.943391 6.7545 17.71125 6.3267969 21.03125 6.8417969 C 28.44425 7.9987969 30.599938 13.042375 25.835938 18.109375 C 25.339938 18.634375 24.661297 19.211828 24.029297 19.673828 L 16.851562 9.1015625 L 7.6445312 22.505859 L 7.5527344 22.470703 C 3.2737344 20.993703 3.2114219 18.481125 5.9824219 15.328125 C 6.9934219 14.248125 8.3586562 13.342906 9.8476562 12.503906 C 10.839656 11.944906 11.894516 11.403766 12.978516 11.009766 C 9.8135156 11.996766 6.8968594 13.581344 5.0058594 15.527344 C 3.6588594 16.917344 3.015 18.303594 3 19.558594 C 2.976 21.265594 4.8364375 22.550875 7.0234375 23.421875 L 5.2753906 26 L 10.212891 26 L 10.216797 25.992188 L 10.230469 26 L 11.398438 24.226562 C 12.445438 24.266562 13.582828 24.22075 14.673828 24.09375 L 13.509766 26 L 20.082031 26 L 18.476562 23.326172 C 19.349563 23.077172 20.233453 22.776406 21.064453 22.441406 L 22.919922 25.257812 L 23.378906 26 L 28.316406 26 L 24.65625 20.599609 C 25.55525 20.011609 26.457812 19.291703 27.132812 18.595703 C 29.018812 16.650703 29.956563 14.705219 29.976562 12.949219 C 30.015563 9.7642187 27.090187 7.2017656 21.742188 6.3847656 C 20.569187 6.2053281 19.344514 6.1055879 18.089844 6.0839844 z M 16.808594 16.021484 L 17.511719 17.044922 L 20.523438 21.617188 C 19.715438 21.959188 18.871672 22.262766 18.013672 22.509766 L 16.798828 20.535156 L 15.257812 23.126953 C 14.166813 23.289953 13.073484 23.31025 12.021484 23.28125 L 16.808594 16.021484 z\"/></svg></li><li title=\"at solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16.1875 4 C 8.824219 3.890625 2.914063 10.484375 4.15625 18.03125 C 5 23.152344 9.203125 27.179688 14.34375 27.875 C 17.808594 28.34375 21.046875 27.34375 23.5 25.375 L 22.25 23.8125 C 20.203125 25.453125 17.511719 26.300781 14.59375 25.90625 C 10.339844 25.332031 6.851563 21.953125 6.15625 17.71875 C 5.109375 11.347656 9.992188 5.910156 16.15625 6 C 21.410156 6.078125 25.839844 10.433594 26 15.6875 C 26.003906 15.800781 26 15.910156 26 16.03125 C 25.992188 18.234375 24.207031 20 22 20 C 20.882813 20 20 19.117188 20 18 L 20 10 L 18 10 L 18 10.78125 C 17.28125 10.292969 16.425781 10 15.5 10 C 13.027344 10 11 12.027344 11 14.5 L 11 17.5 C 11 19.972656 13.027344 22 15.5 22 C 16.847656 22 18.046875 21.386719 18.875 20.4375 C 19.609375 21.371094 20.730469 22 22 22 C 25.285156 22 27.988281 19.320313 28 16.03125 C 28 15.898438 28.003906 15.769531 28 15.625 C 27.808594 9.289063 22.523438 4.09375 16.1875 4 Z M 15.5 12 C 16.890625 12 18 13.109375 18 14.5 L 18 17.5 C 18 18.890625 16.890625 20 15.5 20 C 14.109375 20 13 18.890625 13 17.5 L 13 14.5 C 13 13.109375 14.109375 12 15.5 12 Z\"/></svg></li><li title=\"atlas solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 9 4 C 7.355 4 6 5.355 6 7 L 6 25 C 6 26.645 7.355 28 9 28 L 26 28 L 26 4 L 9 4 z M 9 6 L 24 6 L 24 22 L 9 22 C 8.648 22 8.316 22.0735 8 22.1875 L 8 7 C 8 6.434 8.434 6 9 6 z M 16 8 C 12.699 8 10 10.699 10 14 C 10 17.301 12.699 20 16 20 C 19.301 20 22 17.301 22 14 C 22 10.699 19.301 8 16 8 z M 16.6875 10.09375 C 17.1715 10.17575 17.62525 10.3235 18.03125 10.5625 L 18.095703 11.28125 L 17.626953 11.09375 L 17.251953 11.40625 L 17.314453 12.3125 L 18.283203 12.03125 L 19.470703 12.40625 L 19.158203 12.9375 L 18.4375 12.5 L 17.65625 12.625 L 16.90625 13.1875 L 16.46875 14.5 L 17.3125 15.1875 C 17.3125 15.1875 18.204953 15.03125 18.251953 15.03125 C 18.298953 15.03125 18.626953 15.845703 18.626953 15.845703 L 18.126953 17.376953 C 17.512953 17.758953 16.785 18 16 18 C 15.766 18 15.5355 17.94525 15.3125 17.90625 L 15.123047 17.59375 L 15.59375 15.84375 L 13.8125 14.5 L 12.15625 14.5 L 12.03125 14.25 C 12.02625 14.164 12 14.086 12 14 C 12 13.785 12.0305 13.578 12.0625 13.375 L 12.90625 12.71875 L 14.6875 11.875 L 14.40625 10.71875 L 15.1875 10.5625 L 15.53125 11.0625 L 16.876953 10.8125 L 16.6875 10.09375 z M 13.0625 16.71875 L 13.376953 16.71875 L 13.970703 17.4375 C 13.629703 17.2375 13.3275 17.00375 13.0625 16.71875 z M 9 24 L 24 24 L 24 26 L 9 26 C 8.434 26 8 25.566 8 25 C 8 24.434 8.434 24 9 24 z\"/></svg></li><li title=\"atlassian \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 15.931641 4 C 15.717641 4 15.497516 4.1192813 15.353516 4.3632812 C 10.126516 12.978281 14.981734 20.023953 18.177734 26.626953 C 18.288734 26.847953 18.511719 27 18.761719 27 L 26.351562 27 C 26.834563 27 27.150734 26.472484 26.927734 26.021484 C 26.927734 26.021484 16.71975 4.8805156 16.46875 4.3535156 C 16.35275 4.1195156 16.144641 4 15.931641 4 z M 15.882812 7.7441406 C 18.002812 12.138141 22.311891 21.064 24.212891 25 L 19.607422 25 C 19.317422 24.419 19.018797 23.835047 18.716797 23.248047 C 16.118797 18.188047 13.647812 13.376141 15.882812 7.7441406 z M 10.316406 14 C 10.089406 14 9.8740469 14.125672 9.7480469 14.388672 L 4.0703125 26.003906 C 3.8493125 26.467906 4.1867344 27 4.6777344 27 L 12.576172 27 L 12.599609 27 C 12.849609 27 13.070828 26.844234 13.173828 26.615234 C 14.886828 23.013234 13.857234 17.537719 10.865234 14.261719 C 10.706234 14.089719 10.507406 14 10.316406 14 z M 10.570312 17.259766 C 11.908312 19.633766 12.36825 22.695 11.65625 25 L 6.7871094 25 L 10.570312 17.259766 z\"/></svg></li><li title=\"atom solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 12.90625 3 10.507813 7.578125 10.078125 13.9375 C 10.632813 14.527344 11.285156 15.113281 12.007813 15.683594 C 12.015625 15.019531 12.054688 14.386719 12.109375 13.765625 C 12.691406 13.363281 13.421875 12.871094 14 12.535156 C 16.660156 11 19.398438 9.988281 21.707031 9.6875 C 22.160156 9.628906 22.585938 9.601563 22.972656 9.601563 C 24.269531 9.601563 25.1875 9.914063 25.527344 10.5 C 25.832031 11.03125 25.695313 11.875 25.183594 12.863281 C 25.707031 13.347656 26.203125 13.839844 26.644531 14.335938 C 27.769531 12.472656 28 10.78125 27.257813 9.5 C 26.375 7.972656 24.316406 7.332031 21.453125 7.703125 C 18.886719 8.035156 15.886719 9.136719 13 10.804688 C 12.816406 10.910156 12.644531 11.027344 12.464844 11.140625 C 13.183594 7.441406 14.644531 5 16 5 C 16.632813 5 17.289063 5.539063 17.882813 6.476563 C 18.5625 6.265625 19.234375 6.082031 19.886719 5.945313 C 18.851563 4.089844 17.507813 3 16 3 Z M 9.21875 7.613281 C 7.050781 7.574219 5.480469 8.222656 4.742188 9.5 C 3.9375 10.890625 4.273438 12.757813 5.65625 14.808594 C 5.78125 15 5.917969 15.203125 6.089844 15.425781 C 7.660156 17.480469 10.113281 19.527344 13 21.195313 C 13.183594 21.300781 13.375 21.394531 13.5625 21.5 C 12.417969 21.894531 11.308594 22.179688 10.289063 22.3125 C 8.339844 22.566406 6.914063 22.261719 6.476563 21.5 C 6.167969 20.96875 6.304688 20.125 6.816406 19.136719 C 6.292969 18.652344 5.796875 18.160156 5.351563 17.667969 C 4.230469 19.527344 4 21.21875 4.742188 22.5 C 5.460938 23.746094 6.960938 24.402344 9.039063 24.402344 C 9.511719 24.402344 10.019531 24.367188 10.546875 24.296875 C 10.851563 24.257813 11.15625 24.207031 11.46875 24.144531 L 11.6875 24.097656 C 11.703125 24.097656 11.714844 24.09375 11.730469 24.089844 C 12.261719 23.976563 12.847656 23.820313 13.519531 23.609375 L 14.179688 23.40625 C 15.160156 23.070313 16.164063 22.652344 17.167969 22.164063 C 17.386719 21.4375 17.582031 20.589844 17.730469 19.613281 C 17.152344 19.9375 16.570313 20.230469 15.992188 20.503906 C 15.324219 20.191406 14.652344 19.84375 14 19.464844 C 11.335938 17.925781 9.089844 16.0625 7.679688 14.214844 C 6.484375 12.648438 6.035156 11.261719 6.476563 10.5 C 6.777344 9.976563 7.574219 9.679688 8.671875 9.625 C 8.828125 8.917969 9.007813 8.246094 9.21875 7.613281 Z M 20.742188 11.898438 C 19.953125 12.082031 19.117188 12.351563 18.261719 12.691406 C 18.828125 13.027344 19.367188 13.386719 19.890625 13.746094 C 19.953125 14.472656 20 15.214844 20 16 C 20 21.898438 18.144531 26.398438 16.359375 26.941406 C 16.238281 26.980469 16.113281 27 16 27 C 15.367188 27 14.710938 26.464844 14.117188 25.519531 C 13.4375 25.734375 12.765625 25.917969 12.113281 26.054688 C 13.148438 27.910156 14.492188 29 16 29 C 16.199219 29 16.390625 28.980469 16.578125 28.941406 C 19.707031 28.347656 22 22.988281 22 16 C 22 15.785156 21.984375 15.578125 21.980469 15.363281 C 22.894531 16.15625 23.699219 16.972656 24.324219 17.785156 C 25.515625 19.351563 25.964844 20.738281 25.527344 21.5 C 25.21875 22.027344 24.433594 22.332031 23.328125 22.386719 C 23.171875 23.085938 22.996094 23.761719 22.785156 24.390625 C 22.839844 24.390625 22.90625 24.402344 22.960938 24.402344 C 25.039063 24.402344 26.539063 23.746094 27.257813 22.5 C 28.140625 20.972656 27.664063 18.867188 25.910156 16.574219 C 24.667969 14.949219 22.867188 13.332031 20.742188 11.898438 Z M 16 14 C 14.894531 14 14 14.894531 14 16 C 14 17.105469 14.894531 18 16 18 C 17.105469 18 18 17.105469 18 16 C 18 14.894531 17.105469 14 16 14 Z\"/></svg></li><li title=\"audible \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 8 C 10.921875 8 6.535156 10.917969 4.398438 15.160156 C 6.667969 12.039063 10.34375 10 14.5 10 C 19.039063 10 23.003906 12.429688 25.191406 16.050781 L 27.480469 14.90625 C 25.296875 10.800781 20.976563 8 16 8 Z M 16 12 C 12.289063 12 9.109375 14.246094 7.730469 17.449219 C 9.273438 15.359375 11.742188 14 14.53125 14 C 17.492188 14 20.09375 15.53125 21.609375 17.84375 L 23.90625 16.691406 C 22.378906 13.894531 19.410156 12 16 12 Z M 1 15.378906 L 1 17.617188 C 6.222656 20.226563 15.550781 24.894531 15.550781 24.894531 L 16 25.117188 L 31 17.617188 L 31 15.382813 L 16 22.882813 C 7.691406 18.726563 3.3125 16.539063 1 15.378906 Z M 15.96875 16 C 13.773438 16 11.933594 17.433594 11.269531 19.414063 C 12.085938 18.546875 13.234375 18 14.515625 18 C 15.914063 18 17.148438 18.652344 17.96875 19.660156 L 20.265625 18.511719 C 19.40625 17.019531 17.816406 16 15.96875 16 Z\"/></svg></li><li title=\"audio description solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5.59375 7 L 5.28125 7.28125 C 5.28125 7.28125 2 10.601563 2 16 C 2 21.398438 5.28125 24.71875 5.28125 24.71875 L 5.59375 25 L 26.40625 25 L 26.71875 24.71875 C 26.71875 24.71875 30 21.398438 30 16 C 30 10.601563 26.71875 7.28125 26.71875 7.28125 L 26.40625 7 Z M 6.53125 9 L 25.46875 9 C 25.804688 9.355469 28 11.730469 28 16 C 28 20.269531 25.804688 22.644531 25.46875 23 L 6.53125 23 C 6.195313 22.644531 4 20.269531 4 16 C 4 11.730469 6.195313 9.355469 6.53125 9 Z M 10.375 12 L 6.375 20 L 8.625 20 L 9.125 19 L 11 19 L 11 20 L 13 20 C 15.199219 20 17 18.199219 17 16 C 17 13.800781 15.199219 12 13 12 Z M 15.96875 12 C 17.195313 12.910156 18 14.359375 18 16 C 18 17.640625 17.195313 19.089844 15.96875 20 L 18.75 20 C 19.542969 18.863281 20 17.488281 20 16 C 20 14.511719 19.542969 13.136719 18.75 12 Z M 19.90625 12 C 20.589844 13.179688 21 14.542969 21 16 C 21 17.457031 20.589844 18.820313 19.90625 20 L 22.15625 20 C 22.691406 18.773438 23 17.421875 23 16 C 23 14.578125 22.695313 13.226563 22.15625 12 Z M 23.25 12 C 23.738281 13.242188 24 14.589844 24 16 C 24 17.410156 23.738281 18.757813 23.25 20 L 25.375 20 C 25.785156 18.738281 26 17.394531 26 16 C 26 14.605469 25.785156 13.261719 25.375 12 Z M 13 14 C 14.117188 14 15 14.882813 15 16 C 15 17.117188 14.117188 18 13 18 Z M 11 15.25 L 11 17 L 10.125 17 Z\"/></svg></li><li title=\"autoprefixer \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 15.927734 5 L 8.6679688 27 L 12.164062 27 L 13.400391 23 L 18.605469 23 L 19.837891 27 L 23.333984 27 L 15.927734 5 z M 15.96875 14.689453 L 16.041016 14.689453 L 17.986328 21 L 14.017578 21 L 15.96875 14.689453 z M 9.265625 21 L 1.4707031 21.558594 L 1 22.667969 L 8.5585938 23 L 9.265625 21 z M 22.697266 21 L 23.417969 23 L 31 22.667969 L 30.529297 21.558594 L 22.697266 21 z\"/></svg></li><li title=\"avianex \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 10.613281 4.0019531 C 8.2952813 4.0019531 6.1476094 5.7958906 5.7246094 8.0878906 L 3.0722656 22.550781 C 2.8552656 23.723781 3.1240313 24.8375 3.8320312 25.6875 C 4.5360313 26.5335 5.5757656 27 6.7597656 27 L 21.384766 27 C 23.702766 27 25.848484 25.205109 26.271484 22.912109 L 28.929688 8.4511719 C 29.142687 7.2741719 28.869156 6.1585937 28.160156 5.3085938 C 27.456156 4.4655938 26.417328 4.0019531 25.236328 4.0019531 L 10.613281 4.0019531 z M 10.613281 6 L 25.236328 6 C 25.814328 6 26.307953 6.2097969 26.626953 6.5917969 C 26.949953 6.9777969 27.069844 7.5107969 26.964844 8.0917969 L 24.306641 22.550781 C 24.061641 23.878781 22.722766 25 21.384766 25 L 6.7597656 25 C 6.1807656 25 5.6870938 24.789203 5.3710938 24.408203 C 5.0500937 24.023203 4.9320625 23.492109 5.0390625 22.912109 L 7.6914062 8.4492188 C 7.9374063 7.1212188 9.2742812 6 10.613281 6 z M 11.416016 7.9746094 L 10.996094 8.1992188 L 10.109375 9.5625 L 13.353516 14.269531 L 14.320312 15.666016 C 13.754312 16.246016 13.212438 16.8175 12.773438 17.3125 L 10.037109 15.845703 L 9.296875 16.570312 L 11.769531 18.839844 L 13.683594 21.716797 L 14.527344 21.117188 L 13.486328 18.089844 C 14.076328 17.731844 14.760125 17.2845 15.453125 16.8125 L 20.896484 22 L 22.404297 21.363281 L 22.701172 20.992188 L 18.226562 15.359375 L 18.013672 15.015625 C 18.947672 14.346625 19.594687 13.869594 19.679688 13.808594 C 20.052688 13.497594 19.977734 12.827031 19.552734 12.332031 C 19.118734 11.822031 18.466516 11.653937 18.103516 11.960938 C 18.103516 11.960937 17.424766 12.601281 16.509766 13.488281 L 16.279297 13.275391 L 11.416016 7.9746094 z\"/></svg></li><li title=\"aviato \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 3.109375 11 L 0 17.570312 L 0.84960938 17.570312 L 1.8007812 15.480469 L 4.4101562 15.480469 L 5.3496094 17.570312 L 6.2207031 17.570312 L 3.109375 11 z M 17.5 11 L 14.380859 17.560547 L 15.25 17.560547 L 16.199219 15.470703 L 17.40625 15.470703 L 17.320312 17.400391 C 17.320312 17.400391 16.190781 17.729844 16.050781 18.589844 C 16.040781 18.609844 16.039062 18.630391 16.039062 18.650391 L 12.800781 18.550781 L 16.039062 18.960938 C 16.039062 19.070937 16.050313 19.169297 16.070312 19.279297 C 16.080313 19.409297 16.100859 19.520625 16.130859 19.640625 L 4 19 L 8.4296875 19.460938 L 8.4296875 19.779297 C 8.1396875 19.819297 7.9101562 20.080625 7.9101562 20.390625 C 7.9101562 20.730625 8.1892969 21.009766 8.5292969 21.009766 C 8.8692969 21.009766 9.1503906 20.730625 9.1503906 20.390625 C 9.1503906 20.080625 8.9191406 19.819297 8.6191406 19.779297 L 8.6191406 19.490234 L 12.640625 19.939453 L 12.640625 20.210938 C 12.360625 20.260938 12.140625 20.520312 12.140625 20.820312 C 12.140625 21.160312 12.419766 21.330078 12.759766 21.330078 C 13.099766 21.330078 13.380859 21.160312 13.380859 20.820312 C 13.380859 20.520312 13.170625 20.260938 12.890625 20.210938 L 12.890625 19.960938 L 14.310547 20.119141 L 14.310547 21.310547 L 14.009766 21.310547 L 14.009766 22 L 14.310547 22 L 14.310547 21.679688 L 14.560547 21.679688 L 14.560547 22 L 14.849609 22 L 14.849609 21.320312 L 14.560547 21.320312 L 14.560547 20.150391 L 16.480469 20.369141 C 16.880469 20.939141 17.419922 21.050781 17.419922 21.050781 L 17.419922 21.380859 L 17.169922 21.390625 L 17.160156 22 L 17.359375 22 L 17.369141 21.75 L 17.630859 21.75 L 17.640625 22 L 17.839844 22 L 17.830078 21.390625 L 17.580078 21.380859 L 17.570312 21.050781 C 17.570312 21.050781 18.119531 20.939141 18.519531 20.369141 L 20.439453 20.150391 L 20.439453 21.320312 L 20.140625 21.320312 L 20.140625 22 L 20.439453 22 L 20.439453 21.679688 L 20.689453 21.679688 L 20.689453 22 L 20.990234 22 L 20.990234 21.320312 L 20.689453 21.320312 L 20.689453 20.130859 L 22.109375 19.970703 L 22.109375 20.220703 C 21.829375 20.270703 21.619141 20.530313 21.619141 20.820312 C 21.619141 21.160312 21.890234 21.330078 22.240234 21.330078 C 22.580234 21.330078 22.849609 21.160312 22.849609 20.820312 C 22.849609 20.520312 22.639375 20.270703 22.359375 20.220703 L 22.359375 19.939453 L 26.369141 19.490234 L 26.369141 19.779297 C 26.079141 19.829297 25.849609 20.080391 25.849609 20.400391 C 25.849609 20.730391 26.130703 21.019531 26.470703 21.019531 C 26.810703 21.019531 27.089844 20.730391 27.089844 20.400391 C 27.079844 20.080391 26.850547 19.819297 26.560547 19.779297 L 26.560547 19.460938 L 31 19 L 18.849609 19.630859 C 18.889609 19.520859 18.909687 19.409297 18.929688 19.279297 C 18.939688 19.169297 18.949219 19.069219 18.949219 18.949219 L 22.189453 18.539062 L 18.949219 18.640625 L 18.949219 18.589844 C 18.799219 17.719844 17.669922 17.400391 17.669922 17.400391 L 17.587891 15.470703 L 18.800781 15.470703 L 19.75 17.560547 L 20.609375 17.560547 L 17.5 11 z M 28.5 11.140625 C 28.04 11.140625 27.610937 11.220625 27.210938 11.390625 C 26.810938 11.570625 26.460156 11.690234 26.160156 11.990234 C 25.860156 12.290234 25.609453 12.640781 25.439453 13.050781 C 25.269453 13.440781 25.189453 13.879844 25.189453 14.339844 C 25.189453 14.799844 25.269453 15.220859 25.439453 15.630859 C 25.609453 16.030859 25.860156 16.379922 26.160156 16.669922 C 26.460156 16.979922 26.810938 17.220625 27.210938 17.390625 C 27.610937 17.560625 28.04 17.650391 28.5 17.650391 C 28.96 17.650391 29.389063 17.560625 29.789062 17.390625 C 30.189062 17.220625 30.539609 16.979922 30.849609 16.669922 C 31.149609 16.379922 31.380781 16.020859 31.550781 15.630859 C 31.720781 15.220859 31.810547 14.799844 31.810547 14.339844 C 31.810547 13.879844 31.720781 13.440781 31.550781 13.050781 C 31.380781 12.640781 31.149609 12.290234 30.849609 11.990234 C 30.539609 11.680234 30.189063 11.570625 29.789062 11.390625 C 29.389063 11.220625 28.96 11.140625 28.5 11.140625 z M 5.890625 11.210938 L 9.0097656 17.779297 L 12.109375 11.210938 L 11.259766 11.210938 L 9.0097656 16.009766 L 6.75 11.210938 L 5.890625 11.210938 z M 13.115234 11.212891 L 13.115234 17.570312 L 13.884766 17.570312 L 13.884766 11.212891 L 13.115234 11.212891 z M 20.015625 11.212891 L 20.015625 11.789062 L 22.083984 11.789062 L 22.083984 17.570312 L 22.9375 17.570312 L 22.9375 11.789062 L 24.984375 11.789062 L 24.984375 11.212891 L 20.015625 11.212891 z M 28.5 11.759766 C 28.84 11.759766 29.180469 11.820937 29.480469 11.960938 C 29.800469 12.100938 30.070781 12.27 30.300781 12.5 C 30.530781 12.74 30.709844 13.010547 30.839844 13.310547 C 30.969844 13.630547 31.029297 13.969844 31.029297 14.339844 C 31.029297 14.689844 30.969844 15.029609 30.839844 15.349609 C 30.709844 15.659609 30.530781 15.940156 30.300781 16.160156 C 30.070781 16.400156 29.800469 16.580937 29.480469 16.710938 C 29.180469 16.850938 28.84 16.910156 28.5 16.910156 C 28.15 16.910156 27.819766 16.850938 27.509766 16.710938 C 27.199766 16.580938 26.919219 16.400156 26.699219 16.160156 C 26.469219 15.940156 26.280156 15.659609 26.160156 15.349609 C 26.030156 15.029609 25.960938 14.699844 25.960938 14.339844 C 25.960938 13.979844 26.030156 13.630547 26.160156 13.310547 C 26.280156 13.010547 26.469219 12.74 26.699219 12.5 C 26.939219 12.28 27.199766 12.100937 27.509766 11.960938 C 27.819766 11.820937 28.15 11.759766 28.5 11.759766 z M 3.109375 12.660156 L 4.0898438 14.789062 L 2.1308594 14.789062 L 3.109375 12.660156 z M 17.5 12.660156 L 18.470703 14.789062 L 17.558594 14.789062 L 17.5 13.380859 L 17.4375 14.789062 L 16.519531 14.789062 L 17.5 12.660156 z\"/></svg></li><li title=\"award solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 15.375 3 14.753906 3.210938 14.21875 3.59375 L 12.5625 4.75 L 10.65625 5 L 10.625 5 L 10.59375 5.03125 C 9.320313 5.316406 8.316406 6.320313 8.03125 7.59375 L 8 7.625 L 8 7.65625 L 7.75 9.59375 L 6.59375 11.09375 L 6.5625 11.125 L 6.5625 11.15625 C 5.863281 12.273438 5.832031 13.714844 6.59375 14.78125 L 7.78125 16.4375 L 8.09375 18.15625 L 4.875 23.0625 L 3.84375 24.59375 L 8.625 24.59375 L 9.78125 27.28125 L 10.5 29 L 11.53125 27.4375 L 14.6875 22.6875 C 15.535156 23.035156 16.492188 23.066406 17.3125 22.6875 L 20.46875 27.4375 L 21.5 29 L 22.21875 27.28125 L 23.375 24.59375 L 28.15625 24.59375 L 27.125 23.0625 L 24 18.3125 L 24.25 16.4375 L 25.40625 14.78125 L 25.4375 14.75 L 25.4375 14.71875 C 26.136719 13.601563 26.167969 12.191406 25.40625 11.125 L 24.25 9.46875 L 23.875 7.59375 L 23.90625 7.59375 C 23.902344 7.570313 23.878906 7.554688 23.875 7.53125 C 23.695313 6.222656 22.660156 5.160156 21.34375 5 L 21.3125 5 L 19.4375 4.75 L 17.78125 3.59375 C 17.246094 3.210938 16.625 3 16 3 Z M 16 5.03125 C 16.230469 5.03125 16.457031 5.101563 16.625 5.21875 L 18.40625 6.5 L 18.625 6.65625 L 18.875 6.6875 L 21.0625 7 L 21.09375 7 C 21.542969 7.050781 21.855469 7.363281 21.90625 7.8125 L 21.90625 7.875 L 22.3125 10.09375 L 22.34375 10.3125 L 22.5 10.5 L 23.78125 12.28125 C 24.019531 12.613281 24.050781 13.175781 23.75 13.65625 L 22.34375 15.625 L 22.3125 15.875 L 22 18.0625 L 22 18.09375 C 21.980469 18.257813 21.925781 18.410156 21.84375 18.53125 L 21.78125 18.5625 L 21.78125 18.59375 C 21.636719 18.765625 21.4375 18.878906 21.1875 18.90625 L 21.125 18.90625 L 18.84375 19.3125 L 18.59375 19.34375 L 18.40625 19.5 L 16.625 20.78125 C 16.292969 21.019531 15.699219 21.050781 15.21875 20.75 L 13.59375 19.5 L 13.40625 19.34375 L 13.125 19.3125 L 10.9375 19 L 10.90625 19 C 10.597656 18.964844 10.359375 18.804688 10.21875 18.5625 C 10.15625 18.453125 10.109375 18.324219 10.09375 18.1875 L 10.09375 18.125 L 9.6875 15.84375 L 9.65625 15.59375 L 9.5 15.40625 L 8.21875 13.625 C 7.980469 13.292969 7.949219 12.699219 8.25 12.21875 L 9.5 10.59375 L 9.65625 10.40625 L 9.6875 10.125 L 9.96875 8.03125 C 9.972656 8.015625 9.996094 8.015625 10 8 C 10.125 7.511719 10.511719 7.125 11 7 C 11.015625 6.996094 11.015625 6.972656 11.03125 6.96875 L 13.125 6.6875 L 13.375 6.65625 L 13.59375 6.5 L 15.375 5.21875 C 15.542969 5.101563 15.769531 5.03125 16 5.03125 Z M 22.90625 20.25 L 24.4375 22.59375 L 22.03125 22.59375 L 21.78125 23.21875 L 21.09375 24.8125 L 18.96875 21.5625 L 19.4375 21.21875 L 21.40625 20.875 L 21.40625 20.90625 C 21.429688 20.902344 21.445313 20.878906 21.46875 20.875 C 22.007813 20.800781 22.496094 20.574219 22.90625 20.25 Z M 9.09375 20.28125 C 9.519531 20.664063 10.0625 20.929688 10.65625 21 C 10.667969 21 10.675781 21 10.6875 21 L 12.59375 21.25 L 13.03125 21.59375 L 10.90625 24.8125 L 10.21875 23.21875 L 9.96875 22.59375 L 7.5625 22.59375 Z\"/></svg></li><li title=\"aws \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6.5839844 9.0097656 C 5.2239844 9.0097656 3.8432813 9.5400781 3.6132812 9.8300781 C 3.5532812 9.9500781 3.4141406 10.919922 3.7441406 10.919922 C 3.8541406 10.919922 3.9046094 10.939062 4.2246094 10.789062 C 5.4246094 10.319062 6.1849219 10.330078 6.2949219 10.330078 C 7.6449219 10.200078 8.4246875 11.120547 8.3046875 12.310547 L 8.3046875 13.009766 C 7.1646875 12.739766 6.5133594 12.730469 6.1933594 12.730469 C 4.5333594 12.630469 3 13.505688 3 15.429688 C 3 17.539687 4.8832812 17.990937 5.6132812 17.960938 C 6.7032812 17.970938 7.7435937 17.480859 8.4335938 16.630859 C 8.9835938 17.860859 9.33375 17.779297 9.34375 17.779297 C 9.44375 17.779297 9.5235156 17.739453 9.6035156 17.689453 L 10.173828 17.289062 C 10.273828 17.229063 10.353281 17.129766 10.363281 17.009766 C 10.353281 16.719766 9.8330469 16.269766 9.8730469 15.259766 L 9.8730469 12.140625 C 9.9330469 11.280625 9.6542187 10.439062 9.0742188 9.7890625 C 8.3842188 9.2090625 7.4739844 8.9297656 6.5839844 9.0097656 z M 25.957031 9.0097656 C 23.957031 9.0097656 22.807891 10.259297 22.837891 11.529297 C 22.837891 13.269297 24.596875 13.820859 24.796875 13.880859 C 26.486875 14.410859 26.7175 14.430078 27.1875 14.830078 C 27.5875 15.240078 27.537266 16.040625 26.947266 16.390625 C 26.777266 16.490625 26.046484 16.929844 24.396484 16.589844 C 23.846484 16.479844 23.557422 16.350156 23.107422 16.160156 C 22.987422 16.120156 22.707031 16.049922 22.707031 16.419922 L 22.707031 16.910156 C 22.707031 17.140156 22.846641 17.349219 23.056641 17.449219 C 24.106641 17.979219 25.366719 18 25.636719 18 C 25.676719 18 27.976094 18.001219 28.746094 16.449219 C 28.905094 16.129219 29.316875 14.960937 28.546875 13.960938 C 27.906875 13.210938 27.356797 13.130859 25.716797 12.630859 C 25.576797 12.590859 24.366953 12.279687 24.376953 11.429688 C 24.316953 10.339688 25.797422 10.280781 26.107422 10.300781 C 27.357422 10.280781 27.976406 10.749297 28.316406 10.779297 C 28.466406 10.779297 28.537109 10.690234 28.537109 10.490234 L 28.537109 10.029297 C 28.547109 9.9192969 28.507266 9.8107031 28.447266 9.7207031 C 28.047266 9.2007031 26.517031 9.0097656 25.957031 9.0097656 z M 10.777344 9.2597656 C 10.667344 9.2797656 10.587422 9.39 10.607422 9.5 C 10.627422 9.63 10.647266 9.760625 10.697266 9.890625 L 12.9375 17.279297 C 12.9875 17.519297 13.146094 17.780234 13.496094 17.740234 L 14.316406 17.740234 C 14.816406 17.790234 14.886484 17.309766 14.896484 17.259766 L 16.367188 11.099609 L 17.857422 17.269531 C 17.867422 17.319531 17.937734 17.8 18.427734 17.75 L 19.257812 17.75 C 19.617812 17.79 19.787891 17.529062 19.837891 17.289062 C 22.357891 9.1790625 22.187031 9.7303906 22.207031 9.6503906 C 22.247031 9.2303906 22.006797 9.2595313 21.966797 9.2695312 L 21.076172 9.2695312 C 20.626172 9.2195313 20.537578 9.6304688 20.517578 9.7304688 L 18.857422 16.140625 L 17.357422 9.7304688 C 17.287422 9.2404687 16.887109 9.2595313 16.787109 9.2695312 L 16.017578 9.2695312 C 15.577578 9.2295313 15.4675 9.5804687 15.4375 9.7304688 L 13.947266 16.050781 L 12.347656 9.7304688 C 12.307656 9.5304687 12.177109 9.2197656 11.787109 9.2597656 L 10.777344 9.2597656 z M 6.5234375 13.890625 C 7.2434375 13.900625 7.8649219 14.009375 8.2949219 14.109375 C 8.2949219 14.609375 8.313125 14.889844 8.203125 15.339844 C 8.063125 15.819844 7.444375 16.690937 5.984375 16.710938 C 5.144375 16.750937 4.5945313 16.089844 4.6445312 15.339844 C 4.5945313 14.139844 5.8334375 13.840625 6.5234375 13.890625 z M 29.041016 20.001953 C 28.107641 20.014953 27.005922 20.224047 26.169922 20.810547 C 25.911922 20.989547 25.957141 21.238078 26.244141 21.205078 C 27.184141 21.092078 29.276391 20.838406 29.650391 21.316406 C 30.025391 21.794406 29.235719 23.766437 28.886719 24.648438 C 28.778719 24.911437 29.007047 25.020312 29.248047 24.820312 C 30.812047 23.510312 31.218438 20.764141 30.898438 20.369141 C 30.737937 20.171641 29.974391 19.988953 29.041016 20.001953 z M 1.2167969 21.001953 C 0.99873437 21.031953 0.9048125 21.308344 1.1328125 21.527344 C 5.0498125 25.201344 10.225656 27 15.972656 27 C 20.071656 27 24.830234 25.662578 28.115234 23.142578 C 28.658234 22.723578 28.195672 22.09575 27.638672 22.34375 C 23.955672 23.96875 19.955453 24.751953 16.314453 24.751953 C 10.918453 24.751953 5.69475 23.625406 1.46875 21.066406 C 1.37625 21.010406 1.2894844 20.991953 1.2167969 21.001953 z\"/></svg></li><li title=\"baby carriage solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 18 4 L 18 13 L 9.6875 13 C 9.457031 12.457031 9.089844 11.730469 8.46875 10.90625 C 7.414063 9.503906 5.605469 8 3 8 L 3 10 C 4.855469 10 6.046875 10.996094 6.875 12.09375 C 7.664063 13.140625 7.96875 14.125 8 14.21875 C 8.082031 17.609375 10.082031 20.539063 12.9375 22 C 11.320313 22.035156 10 23.375 10 25 C 10 26.644531 11.355469 28 13 28 C 14.644531 28 16 26.644531 16 25 C 16 24.113281 15.617188 23.300781 15 22.75 C 15.644531 22.898438 16.3125 23 17 23 L 20 23 C 20.6875 23 21.355469 22.898438 22 22.75 C 21.382813 23.300781 21 24.113281 21 25 C 21 26.644531 22.355469 28 24 28 C 25.644531 28 27 26.644531 27 25 C 27 23.375 25.679688 22.035156 24.0625 22 C 26.695313 20.652344 28.589844 18.054688 28.9375 15 C 28.96875 14.710938 28.996094 14.421875 29 14.125 C 29 14.105469 29 14.082031 29 14.0625 C 29 14.0625 29.007813 13.898438 29 13.625 L 29 13 L 28.9375 13 C 28.863281 12.042969 28.664063 10.59375 27.9375 9.0625 C 26.746094 6.554688 24.046875 4 19 4 Z M 20 6.125 C 23.613281 6.421875 25.292969 8.121094 26.15625 9.9375 C 26.746094 11.183594 26.878906 12.230469 26.9375 13 L 20 13 Z M 10.21875 15 L 26.78125 15 C 26.273438 18.363281 23.5 21 20 21 L 17 21 C 13.5 21 10.726563 18.363281 10.21875 15 Z M 13 24 C 13.5625 24 14 24.4375 14 25 C 14 25.5625 13.5625 26 13 26 C 12.4375 26 12 25.5625 12 25 C 12 24.4375 12.4375 24 13 24 Z M 24 24 C 24.5625 24 25 24.4375 25 25 C 25 25.5625 24.5625 26 24 26 C 23.4375 26 23 25.5625 23 25 C 23 24.4375 23.4375 24 24 24 Z\"/></svg></li><li title=\"baby solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 2 C 13.800781 2 12 3.800781 12 6 C 12 8.199219 13.800781 10 16 10 C 18.199219 10 20 8.199219 20 6 C 20 3.800781 18.199219 2 16 2 Z M 16 4 C 17.117188 4 18 4.882813 18 6 C 18 7.117188 17.117188 8 16 8 C 14.882813 8 14 7.117188 14 6 C 14 4.882813 14.882813 4 16 4 Z M 16 11 C 9.332031 11 6.09375 17.5625 6.09375 17.5625 L 7.90625 18.4375 C 7.90625 18.4375 9.300781 15.714844 12 14.125 L 12 20.21875 C 11.59375 20.363281 11.0625 20.582031 10.46875 20.90625 C 9.929688 21.199219 9.378906 21.578125 8.90625 22.09375 C 8.433594 22.609375 8.027344 23.300781 8 24.125 C 7.953125 25.683594 8.832031 27.085938 9.625 28.25 C 10.417969 29.414063 11.21875 30.3125 11.21875 30.3125 L 12.71875 28.9375 C 12.71875 28.9375 11.988281 28.160156 11.28125 27.125 C 10.574219 26.089844 9.980469 24.769531 10 24.1875 C 10.007813 23.945313 10.121094 23.714844 10.375 23.4375 C 10.628906 23.160156 11.023438 22.882813 11.4375 22.65625 C 11.851563 22.429688 12.253906 22.269531 12.5625 22.15625 C 13.128906 22.914063 14.234375 24 16 24 C 17.738281 24 18.828125 22.945313 19.40625 22.1875 C 19.707031 22.300781 20.070313 22.453125 20.4375 22.65625 C 20.855469 22.882813 21.253906 23.164063 21.5 23.4375 C 21.746094 23.710938 21.84375 23.945313 21.84375 24.1875 C 21.84375 24.808594 21.226563 26.089844 20.53125 27.09375 C 19.835938 28.097656 19.15625 28.84375 19.15625 28.84375 L 20.59375 30.21875 C 20.59375 30.21875 21.402344 29.351563 22.1875 28.21875 C 22.972656 27.085938 23.84375 25.722656 23.84375 24.1875 C 23.84375 23.351563 23.441406 22.617188 22.96875 22.09375 C 22.496094 21.570313 21.949219 21.203125 21.40625 20.90625 C 20.898438 20.628906 20.394531 20.425781 20 20.28125 L 20 14.125 C 22.699219 15.714844 24.09375 18.4375 24.09375 18.4375 L 25.90625 17.5625 C 25.90625 17.5625 22.667969 11 16 11 Z M 16 13 C 16.714844 13 17.378906 13.082031 18 13.25 L 18 20.6875 C 17.890625 20.894531 17.292969 22 16 22 C 14.707031 22 14.109375 20.894531 14 20.6875 L 14 13.25 C 14.621094 13.082031 15.285156 13 16 13 Z\"/></svg></li><li title=\"backspace solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 11.59375 7 L 11.28125 7.28125 L 3.28125 15.28125 L 2.59375 16 L 3.28125 16.71875 L 11.28125 24.71875 L 11.59375 25 L 29 25 L 29 7 Z M 12.4375 9 L 27 9 L 27 23 L 12.4375 23 L 5.4375 16 Z M 15.15625 11.75 L 13.75 13.15625 L 16.59375 16 L 13.75 18.84375 L 15.15625 20.25 L 18 17.40625 L 20.84375 20.25 L 22.25 18.84375 L 19.40625 16 L 22.25 13.15625 L 20.84375 11.75 L 18 14.59375 Z\"/></svg></li><li title=\"backward solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 17 5 L 15.40625 6.1875 L 3.40625 15.1875 L 2.34375 16 L 3.40625 16.8125 L 15.40625 25.8125 L 17 27 L 17 19.625 L 25.40625 25.8125 L 27 26.96875 L 27 5.03125 L 25.40625 6.1875 L 17 12.375 Z M 25 8.96875 L 25 23.03125 L 16.59375 16.84375 L 15.46875 16 L 16.59375 15.15625 Z M 15 9 L 15 23 L 5.6875 16 Z\"/></svg></li><li title=\"bacon solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 10.4375 5 C 7.617188 5 5.34375 7.25 5.34375 7.25 L 5 7.5625 L 5 15 L 6.4375 15 L 6.71875 14.78125 C 6.902344 14.636719 7.484375 14.171875 8.21875 13.75 C 8.953125 13.328125 9.824219 13 10.4375 13 C 11.277344 13 11.984375 13.214844 12.84375 13.46875 C 13.703125 13.722656 14.714844 14 16 14 C 17.285156 14 18.257813 13.71875 19.09375 13.46875 C 19.929688 13.21875 20.632813 13 21.5625 13 C 22.300781 13 23.1875 13.351563 23.90625 13.78125 C 24.625 14.210938 25.117188 14.636719 25.25 14.75 L 25.53125 15 L 27 15 L 27 7.5625 L 26.65625 7.25 C 26.65625 7.25 24.382813 5 21.5625 5 C 20.300781 5 19.332031 5.28125 18.5 5.53125 C 17.667969 5.78125 16.960938 6 16 6 C 15.039063 6 14.332031 5.78125 13.5 5.53125 C 12.667969 5.28125 11.699219 5 10.4375 5 Z M 10.4375 7 C 11.398438 7 12.105469 7.21875 12.9375 7.46875 C 13.769531 7.71875 14.738281 8 16 8 C 17.261719 8 18.230469 7.71875 19.0625 7.46875 C 19.894531 7.21875 20.601563 7 21.5625 7 C 22.960938 7 24.535156 8.144531 25 8.5 L 25 9.15625 C 24.941406 9.121094 24.90625 9.097656 24.84375 9.0625 C 23.964844 8.539063 22.800781 8 21.5625 8 C 20.402344 8 19.519531 8.28125 18.6875 8.53125 C 17.855469 8.78125 17.0625 9 16 9 C 14.9375 9 14.101563 8.78125 13.25 8.53125 C 12.398438 8.28125 11.527344 8 10.4375 8 C 9.265625 8 8.117188 8.542969 7.21875 9.0625 C 7.125 9.117188 7.085938 9.164063 7 9.21875 L 7 8.5 C 7.464844 8.144531 9.039063 7 10.4375 7 Z M 10.4375 9 C 11.359375 9 12.113281 9.21875 12.96875 9.46875 C 13.824219 9.71875 14.789063 10 16 10 C 17.210938 10 18.132813 9.71875 18.96875 9.46875 C 19.804688 9.21875 20.554688 9 21.5625 9 C 22.492188 9 23.542969 9.460938 24.34375 9.9375 C 24.613281 10.097656 24.804688 10.234375 25 10.375 L 25 12.09375 C 24.96875 12.074219 24.96875 12.082031 24.9375 12.0625 C 24.050781 11.535156 22.890625 11 21.5625 11 C 20.324219 11 19.363281 11.28125 18.53125 11.53125 C 17.699219 11.78125 16.992188 12 16 12 C 15.007813 12 14.253906 11.777344 13.40625 11.53125 C 12.558594 11.285156 11.609375 11 10.4375 11 C 9.203125 11 8.105469 11.523438 7.21875 12.03125 C 7.105469 12.097656 7.105469 12.121094 7 12.1875 L 7 10.40625 C 7.21875 10.261719 7.421875 10.109375 7.71875 9.9375 C 8.542969 9.457031 9.597656 9 10.4375 9 Z M 10.4375 17 C 7.617188 17 5.34375 19.25 5.34375 19.25 L 5 19.5625 L 5 27 L 6.4375 27 L 6.71875 26.78125 C 6.902344 26.636719 7.484375 26.171875 8.21875 25.75 C 8.953125 25.328125 9.824219 25 10.4375 25 C 11.277344 25 11.984375 25.214844 12.84375 25.46875 C 13.703125 25.722656 14.714844 26 16 26 C 17.285156 26 18.257813 25.71875 19.09375 25.46875 C 19.929688 25.21875 20.632813 25 21.5625 25 C 22.300781 25 23.1875 25.351563 23.90625 25.78125 C 24.625 26.210938 25.117188 26.636719 25.25 26.75 L 25.53125 27 L 27 27 L 27 19.5625 L 26.65625 19.25 C 26.65625 19.25 24.382813 17 21.5625 17 C 20.300781 17 19.332031 17.28125 18.5 17.53125 C 17.667969 17.78125 16.960938 18 16 18 C 15.039063 18 14.332031 17.78125 13.5 17.53125 C 12.667969 17.28125 11.699219 17 10.4375 17 Z M 10.4375 19 C 11.398438 19 12.105469 19.21875 12.9375 19.46875 C 13.769531 19.71875 14.738281 20 16 20 C 17.261719 20 18.230469 19.71875 19.0625 19.46875 C 19.894531 19.21875 20.601563 19 21.5625 19 C 22.960938 19 24.535156 20.144531 25 20.5 L 25 22.15625 C 24.941406 22.121094 24.90625 22.097656 24.84375 22.0625 C 23.964844 21.539063 22.800781 21 21.5625 21 C 20.402344 21 19.519531 21.28125 18.6875 21.53125 C 17.855469 21.78125 17.0625 22 16 22 C 14.9375 22 14.101563 21.78125 13.25 21.53125 C 12.398438 21.28125 11.527344 21 10.4375 21 C 9.265625 21 8.117188 21.542969 7.21875 22.0625 C 7.125 22.117188 7.085938 22.164063 7 22.21875 L 7 20.5 C 7.464844 20.144531 9.039063 19 10.4375 19 Z M 10.4375 22 C 11.359375 22 12.113281 22.21875 12.96875 22.46875 C 13.824219 22.71875 14.789063 23 16 23 C 17.210938 23 18.132813 22.71875 18.96875 22.46875 C 19.804688 22.21875 20.554688 22 21.5625 22 C 22.492188 22 23.542969 22.460938 24.34375 22.9375 C 24.613281 23.097656 24.804688 23.234375 25 23.375 L 25 24.09375 C 24.96875 24.074219 24.96875 24.082031 24.9375 24.0625 C 24.050781 23.535156 22.890625 23 21.5625 23 C 20.324219 23 19.363281 23.28125 18.53125 23.53125 C 17.699219 23.78125 16.992188 24 16 24 C 15.007813 24 14.253906 23.777344 13.40625 23.53125 C 12.558594 23.285156 11.609375 23 10.4375 23 C 9.203125 23 8.105469 23.523438 7.21875 24.03125 C 7.105469 24.097656 7.105469 24.121094 7 24.1875 L 7 23.40625 C 7.21875 23.261719 7.421875 23.109375 7.71875 22.9375 C 8.542969 22.457031 9.597656 22 10.4375 22 Z\"/></svg></li><li title=\"balance scale left solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 23.523438 5.109375 L 18.28125 7.0761719 C 17.730472 6.4241192 16.918214 6 16 6 C 14.346 6 13 7.346 13 9 C 13 9.021397 13.005411 9.0412083 13.005859 9.0625 L 8 11 L 3 19.75 L 3 20.015625 C 3 22.771625 5.243 25 8 25 C 10.757 25 13 22.771625 13 20.015625 L 13 19.75 L 9.0097656 12.765625 L 13.724609 10.931641 C 14.063182 11.329853 14.498316 11.637435 15 11.816406 L 15 24 L 15 26 L 17 26 L 21 26 L 21 24 L 17 24 L 17 11.816406 C 18.161251 11.402139 19 10.301609 19 9 C 19 8.9812527 18.994485 8.9639792 18.994141 8.9453125 L 23.210938 7.3632812 L 19 14.734375 L 19 15 C 19 17.757 21.243 20 24 20 C 26.757 20 29 17.757 29 15 L 29 14.734375 L 24.509766 6.8769531 L 23.523438 5.109375 z M 16 8 C 16.552 8 17 8.449 17 9 C 17 9.551 16.552 10 16 10 C 15.448 10 15 9.551 15 9 C 15 8.449 15.448 8 16 8 z M 24 10.015625 L 26.277344 14 L 21.722656 14 L 24 10.015625 z M 8 15.03125 L 10.267578 19 L 5.7324219 19 L 8 15.03125 z M 21.185547 16 L 26.814453 16 C 26.400209 17.161642 25.302172 18 24 18 C 22.697828 18 21.599791 17.161642 21.185547 16 z M 5.1796875 21 L 10.820312 21 C 10.41004 22.168969 9.3074181 23.015625 8 23.015625 C 6.6925819 23.015625 5.5899603 22.168969 5.1796875 21 z\"/></svg></li><li title=\"balance scale right solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 8.4765625 5.109375 L 7.4902344 6.8769531 L 3 14.734375 L 3 15 C 3 17.757 5.243 20 8 20 C 10.757 20 13 17.757 13 15 L 13 14.734375 L 8.7890625 7.3632812 L 13.005859 8.9453125 C 13.005515 8.9639792 13 8.9812527 13 9 C 13 10.301609 13.838749 11.402139 15 11.816406 L 15 24 L 11 24 L 11 26 L 15 26 L 17 26 L 17 24 L 17 11.816406 C 17.501684 11.637435 17.936818 11.329853 18.275391 10.931641 L 22.990234 12.765625 L 19 19.75 L 19 20.015625 C 19 22.771625 21.243 25 24 25 C 26.757 25 29 22.771625 29 20.015625 L 29 19.75 L 24 11 L 18.994141 9.0625 C 18.994589 9.0412083 19 9.021397 19 9 C 19 7.346 17.654 6 16 6 C 15.081786 6 14.269528 6.4241192 13.71875 7.0761719 L 8.4765625 5.109375 z M 16 8 C 16.552 8 17 8.449 17 9 C 17 9.551 16.552 10 16 10 C 15.448 10 15 9.551 15 9 C 15 8.449 15.448 8 16 8 z M 8 10.015625 L 10.277344 14 L 5.7226562 14 L 8 10.015625 z M 24 15.03125 L 26.267578 19 L 21.732422 19 L 24 15.03125 z M 5.1855469 16 L 10.814453 16 C 10.400209 17.161642 9.3021724 18 8 18 C 6.6978276 18 5.5997912 17.161642 5.1855469 16 z M 21.179688 21 L 26.820312 21 C 26.410531 22.169868 25.308062 23.015625 24 23.015625 C 22.691938 23.015625 21.589469 22.169868 21.179688 21 z\"/></svg></li><li title=\"balance scale solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 5 C 14.707031 5 13.605469 5.84375 13.1875 7 L 6 7 L 6 9 L 7.40625 9 L 7.125 9.5 L 3.125 16.5 L 3 16.75 L 3 17 C 3 19.75 5.25 22 8 22 C 10.75 22 13 19.75 13 17 L 13 16.75 L 12.875 16.5 L 8.875 9.5 L 8.59375 9 L 13.1875 9 C 13.492188 9.84375 14.15625 10.507813 15 10.8125 L 15 24 L 11 24 L 11 26 L 21 26 L 21 24 L 17 24 L 17 10.8125 C 17.839844 10.507813 18.507813 9.839844 18.8125 9 L 23.40625 9 L 23.125 9.5 L 19.125 16.5 L 19 16.75 L 19 17 C 19 19.75 21.25 22 24 22 C 26.75 22 29 19.75 29 17 L 29 16.75 L 28.875 16.5 L 24.875 9.5 L 24.59375 9 L 26 9 L 26 7 L 18.8125 7 C 18.394531 5.84375 17.292969 5 16 5 Z M 16 7 C 16.5625 7 17 7.4375 17 8 C 17 8.5625 16.5625 9 16 9 C 15.4375 9 15 8.5625 15 8 C 15 7.4375 15.4375 7 16 7 Z M 8 12.03125 L 10.28125 16 L 5.71875 16 Z M 24 12.03125 L 26.28125 16 L 21.71875 16 Z M 5.25 18 L 10.75 18 C 10.347656 19.160156 9.304688 20 8 20 C 6.695313 20 5.652344 19.160156 5.25 18 Z M 21.25 18 L 26.75 18 C 26.347656 19.160156 25.304688 20 24 20 C 22.695313 20 21.652344 19.160156 21.25 18 Z\"/></svg></li><li title=\"ban solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832031 3 3 8.832031 3 16 C 3 23.167969 8.832031 29 16 29 C 23.167969 29 29 23.167969 29 16 C 29 8.832031 23.167969 3 16 3 Z M 16 5 C 22.085938 5 27 9.914063 27 16 C 27 18.726563 26.011719 21.207031 24.375 23.125 L 9.03125 7.46875 C 10.925781 5.917969 13.351563 5 16 5 Z M 7.625 8.875 L 22.96875 24.53125 C 21.074219 26.082031 18.648438 27 16 27 C 9.914063 27 5 22.085938 5 16 C 5 13.273438 5.988281 10.792969 7.625 8.875 Z\"/></svg></li><li title=\"band aid solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 19.84375 3 C 19.492188 3.015625 19.1875 3.09375 19.1875 3.09375 L 18.96875 3.1875 L 3.1875 18.96875 L 3.09375 19.1875 C 3.09375 19.1875 3.015625 19.492188 3 19.84375 C 2.984375 20.195313 3.027344 20.699219 3.1875 21.28125 C 3.503906 22.445313 4.304688 23.992188 6.15625 25.84375 C 8.007813 27.695313 9.554688 28.496094 10.71875 28.8125 C 11.300781 28.972656 11.804688 29.015625 12.15625 29 C 12.507813 28.984375 12.8125 28.90625 12.8125 28.90625 L 13.03125 28.8125 L 28.8125 13.03125 L 28.90625 12.8125 C 28.90625 12.8125 28.984375 12.507813 29 12.15625 C 29.015625 11.804688 28.972656 11.300781 28.8125 10.71875 C 28.496094 9.554688 27.695313 8.007813 25.84375 6.15625 C 23.992188 4.304688 22.445313 3.503906 21.28125 3.1875 C 20.699219 3.027344 20.195313 2.984375 19.84375 3 Z M 19.9375 5 L 19.96875 5 C 20.125 4.996094 20.378906 5.023438 20.75 5.125 C 21.519531 5.335938 22.777344 5.898438 24.4375 7.5625 L 24.53125 7.6875 C 26.089844 9.28125 26.671875 10.503906 26.875 11.25 C 26.976563 11.621094 27.003906 11.875 27 12.03125 C 27 12.039063 27 12.058594 27 12.0625 L 12.0625 27 C 12.058594 27 12.039063 27 12.03125 27 C 11.875 27.003906 11.621094 26.976563 11.25 26.875 C 10.480469 26.664063 9.222656 26.101563 7.5625 24.4375 L 7.4375 24.28125 C 5.90625 22.707031 5.328125 21.492188 5.125 20.75 C 5.023438 20.378906 4.996094 20.125 5 19.96875 C 5 19.960938 5 19.941406 5 19.9375 Z M 19 9 C 18.449219 9 18 9.449219 18 10 C 18 10.550781 18.449219 11 19 11 C 19.550781 11 20 10.550781 20 10 C 20 9.449219 19.550781 9 19 9 Z M 22 9 C 21.449219 9 21 9.449219 21 10 C 21 10.550781 21.449219 11 22 11 C 22.550781 11 23 10.550781 23 10 C 23 9.449219 22.550781 9 22 9 Z M 16.21875 11.78125 L 14.78125 13.21875 L 18.78125 17.21875 L 20.21875 15.78125 Z M 22 12 C 21.449219 12 21 12.449219 21 13 C 21 13.550781 21.449219 14 22 14 C 22.550781 14 23 13.550781 23 13 C 23 12.449219 22.550781 12 22 12 Z M 13.21875 14.78125 L 11.78125 16.21875 L 15.78125 20.21875 L 17.21875 18.78125 Z M 10 18 C 9.449219 18 9 18.449219 9 19 C 9 19.550781 9.449219 20 10 20 C 10.550781 20 11 19.550781 11 19 C 11 18.449219 10.550781 18 10 18 Z M 10 21 C 9.449219 21 9 21.449219 9 22 C 9 22.550781 9.449219 23 10 23 C 10.550781 23 11 22.550781 11 22 C 11 21.449219 10.550781 21 10 21 Z M 13 21 C 12.449219 21 12 21.449219 12 22 C 12 22.550781 12.449219 23 13 23 C 13.550781 23 14 22.550781 14 22 C 14 21.449219 13.550781 21 13 21 Z\"/></svg></li><li title=\"bandcamp \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 8.832 23.168 3 16 3 z M 16 5 C 22.065 5 27 9.935 27 16 C 27 22.065 22.065 27 16 27 C 9.935 27 5 22.065 5 16 C 5 9.935 9.935 5 16 5 z M 13.382812 12 L 9.3828125 20 L 18.617188 20 L 22.617188 12 L 13.382812 12 z M 14.617188 14 L 19.382812 14 L 17.382812 18 L 12.617188 18 L 14.617188 14 z\"/></svg></li><li title=\"barcode solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 2 7 L 2 25 L 4 25 L 4 7 Z M 6 7 L 6 25 L 12 25 L 12 7 Z M 14 7 L 14 25 L 16 25 L 16 7 Z M 18 7 L 18 25 L 22 25 L 22 7 Z M 24 7 L 24 25 L 26 25 L 26 7 Z M 28 7 L 28 25 L 30 25 L 30 7 Z\"/></svg></li><li title=\"bars solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 4 7 L 4 9 L 28 9 L 28 7 Z M 4 15 L 4 17 L 28 17 L 28 15 Z M 4 23 L 4 25 L 28 25 L 28 23 Z\"/></svg></li><li title=\"baseball ball solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 8.832 23.168 3 16 3 z M 16 5 C 19.090538 5 21.882568 6.2863093 23.882812 8.3457031 C 22.846318 9.0948613 21.978635 10.05256 21.320312 11.179688 L 23.039062 12.189453 C 23.567883 11.281478 24.287067 10.503928 25.144531 9.8945312 C 26.315436 11.642539 27 13.74284 27 16 C 27 18.25716 26.315436 20.357461 25.144531 22.105469 C 24.277059 21.486086 23.548578 20.697486 23.009766 19.769531 L 21.279297 20.769531 C 21.937657 21.906699 22.826289 22.885169 23.882812 23.654297 C 21.882568 25.713691 19.090538 27 16 27 C 12.909462 27 10.117432 25.713691 8.1171875 23.654297 C 9.1737105 22.885169 10.062343 21.906699 10.720703 20.769531 L 8.9902344 19.769531 C 8.4514217 20.697486 7.7229413 21.486086 6.8554688 22.105469 C 5.6845638 20.357461 5 18.25716 5 16 C 5 13.74284 5.6845638 11.642539 6.8554688 9.8945312 C 7.7129327 10.503928 8.4321171 11.281478 8.9609375 12.189453 L 10.679688 11.179688 C 10.021365 10.05256 9.1536816 9.0948613 8.1171875 8.3457031 C 10.117432 6.2863093 12.909462 5 16 5 z M 11.580078 13.210938 L 9.6699219 13.800781 C 9.8899219 14.520781 10 15.26 10 16 C 10 16.73 9.8994531 17.450391 9.6894531 18.150391 L 11.599609 18.720703 C 11.869609 17.840703 12 16.92 12 16 C 12 15.06 11.860078 14.120937 11.580078 13.210938 z M 20.419922 13.210938 C 20.139922 14.120937 20 15.06 20 16 C 20 16.92 20.130391 17.840703 20.400391 18.720703 L 22.310547 18.150391 C 22.100547 17.450391 22 16.73 22 16 C 22 15.26 22.110078 14.520781 22.330078 13.800781 L 20.419922 13.210938 z\"/></svg></li><li title=\"basketball ball solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832031 3 3 8.832031 3 16 C 3 23.167969 8.832031 29 16 29 C 23.167969 29 29 23.167969 29 16 C 29 8.832031 23.167969 3 16 3 Z M 14.875 5.0625 C 14.917969 5.058594 14.957031 5.066406 15 5.0625 L 15 15 L 11.9375 15 C 11.722656 12.1875 10.628906 9.621094 8.90625 7.59375 C 10.550781 6.203125 12.605469 5.292969 14.875 5.0625 Z M 17 5.0625 C 19.316406 5.269531 21.417969 6.175781 23.09375 7.59375 C 21.371094 9.621094 20.277344 12.1875 20.0625 15 L 17 15 Z M 7.5 9.03125 C 8.867188 10.6875 9.730469 12.738281 9.9375 15 L 5.0625 15 C 5.265625 12.738281 6.140625 10.6875 7.5 9.03125 Z M 24.5 9.03125 C 25.859375 10.6875 26.734375 12.738281 26.9375 15 L 22.0625 15 C 22.269531 12.738281 23.132813 10.6875 24.5 9.03125 Z M 5.0625 17 L 9.9375 17 C 9.730469 19.261719 8.867188 21.3125 7.5 22.96875 C 6.140625 21.3125 5.265625 19.261719 5.0625 17 Z M 11.9375 17 L 15 17 L 15 26.9375 C 12.683594 26.730469 10.582031 25.824219 8.90625 24.40625 C 10.628906 22.378906 11.722656 19.8125 11.9375 17 Z M 17 17 L 20.0625 17 C 20.277344 19.8125 21.371094 22.378906 23.09375 24.40625 C 21.417969 25.824219 19.316406 26.730469 17 26.9375 Z M 22.0625 17 L 26.9375 17 C 26.734375 19.261719 25.859375 21.3125 24.5 22.96875 C 23.132813 21.3125 22.269531 19.261719 22.0625 17 Z\"/></svg></li><li title=\"bath solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 26 4 C 23.789063 4 22 5.789063 22 8 L 20 8 L 20 10 L 26 10 L 26 8 L 24 8 C 24 6.808594 24.808594 6 26 6 C 27.191406 6 28 6.808594 28 8 L 28 14 L 1 14 L 1 16 L 2.1875 16 L 3.71875 23.59375 L 3.71875 23.625 C 3.949219 24.65625 4.714844 25.503906 5.71875 25.84375 L 5 28 L 7 28 L 7.65625 26 L 24.34375 26 L 25 28 L 27 28 L 26.28125 25.84375 C 27.328125 25.523438 28.140625 24.683594 28.375 23.625 L 28.375 23.59375 L 29.8125 16 L 31 16 L 31 14 L 30 14 L 30 8 C 30 5.789063 28.210938 4 26 4 Z M 4.21875 16 L 27.8125 16 L 26.40625 23.21875 C 26.289063 23.652344 25.921875 24 25.40625 24 L 6.6875 24 C 6.152344 24 5.789063 23.644531 5.6875 23.1875 Z\"/></svg></li><li title=\"battery empty solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 3 8 L 3 24 L 27 24 L 27 19 L 29 19 L 29 13 L 27 13 L 27 8 Z M 5 10 L 25 10 L 25 22 L 5 22 Z\"/></svg></li><li title=\"battery full solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 3 8 L 3 24 L 27 24 L 27 19 L 29 19 L 29 13 L 27 13 L 27 8 Z M 5 10 L 25 10 L 25 22 L 5 22 Z M 7 12 L 7 20 L 23 20 L 23 12 Z\"/></svg></li><li title=\"battery half solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 3 8 L 3 24 L 27 24 L 27 19 L 29 19 L 29 13 L 27 13 L 27 8 Z M 5 10 L 25 10 L 25 22 L 5 22 Z M 7 12 L 7 20 L 15 20 L 15 12 Z\"/></svg></li><li title=\"battery quarter solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 3 8 L 3 24 L 27 24 L 27 19 L 29 19 L 29 13 L 27 13 L 27 8 Z M 5 10 L 25 10 L 25 22 L 5 22 Z M 7 12 L 7 20 L 11 20 L 11 12 Z\"/></svg></li><li title=\"battery three quarters solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 3 8 L 3 24 L 27 24 L 27 19 L 29 19 L 29 13 L 27 13 L 27 8 Z M 5 10 L 25 10 L 25 22 L 5 22 Z M 7 12 L 7 20 L 21 20 L 21 12 Z\"/></svg></li><li title=\"battle net \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 26.578125 14.339844 C 26.578125 14.339844 28.882813 14.457031 28.882813 13.101563 C 28.882813 11.332031 25.8125 9.738281 25.8125 9.738281 C 25.8125 9.738281 26.292969 8.71875 26.59375 8.148438 C 26.894531 7.578125 27.738281 5.359375 27.8125 4.851563 C 27.90625 4.210938 27.761719 4.011719 27.761719 4.011719 C 27.554688 5.378906 25.328125 9.316406 25.148438 9.449219 C 22.976563 8.433594 19.992188 8.148438 19.992188 8.148438 C 19.992188 8.148438 17.070313 2 14.320313 2 C 11.59375 2 11.609375 7.265625 11.609375 7.265625 C 11.609375 7.265625 10.839844 5.773438 9.871094 5.773438 C 8.457031 5.773438 7.992188 7.90625 7.992188 10.222656 C 5.203125 10.222656 2.855469 10.847656 2.644531 10.90625 C 2.4375 10.964844 1.777344 11.445313 2.074219 11.386719 C 2.6875 11.191406 5.554688 10.746094 8.0625 10.964844 C 8.203125 13.164063 9.488281 16.03125 9.488281 16.03125 C 9.488281 16.03125 6.730469 20.023438 6.730469 22.871094 C 6.730469 23.621094 7.058594 24.992188 9.035156 24.992188 C 10.695313 24.992188 12.558594 23.996094 12.90625 23.796875 C 12.601563 24.230469 12.375 25.0625 12.375 25.445313 C 12.375 25.757813 12.5625 26.644531 13.839844 26.644531 C 15.480469 26.644531 17.316406 25.386719 17.316406 25.386719 C 17.316406 25.386719 19.050781 28.261719 20.53125 29.578125 C 20.929688 29.933594 21.3125 30 21.3125 30 C 21.3125 30 19.839844 28.585938 17.902344 24.9375 C 19.703125 23.828125 21.578125 21.203125 21.578125 21.203125 C 21.578125 21.203125 21.800781 21.210938 23.511719 21.210938 C 26.191406 21.210938 29.996094 20.648438 29.996094 18.519531 C 30 16.324219 26.578125 14.339844 26.578125 14.339844 Z M 26.875 13.015625 C 26.875 13.792969 26.136719 13.785156 26.136719 13.785156 L 25.574219 13.820313 C 25.574219 13.820313 24.507813 13.261719 23.859375 12.996094 C 23.859375 12.996094 24.863281 11.453125 25.097656 11.023438 C 25.273438 11.128906 26.875 12.128906 26.875 13.015625 Z M 15.660156 5.097656 C 16.921875 5.097656 18.71875 8.066406 18.71875 8.066406 C 18.71875 8.066406 15.914063 7.816406 13.605469 9.171875 C 13.667969 7.035156 14.386719 5.097656 15.660156 5.097656 Z M 10.671875 7.503906 C 11.070313 7.503906 11.460938 7.992188 11.625 8.402344 C 11.625 8.675781 11.765625 10.269531 11.765625 10.269531 L 9.453125 10.179688 C 9.453125 8.097656 10.269531 7.503906 10.671875 7.503906 Z M 10.429688 21.976563 C 9.164063 21.976563 8.90625 21.273438 8.90625 20.640625 C 8.90625 19.207031 10.050781 17.199219 10.050781 17.199219 C 10.050781 17.199219 11.335938 19.898438 13.574219 21.035156 C 12.464844 21.6875 11.546875 21.976563 10.429688 21.976563 Z M 14.535156 24.800781 C 13.648438 24.800781 13.539063 24.226563 13.539063 24.09375 C 13.539063 23.683594 13.863281 23.195313 13.863281 23.195313 C 13.863281 23.195313 15.351563 22.191406 15.445313 22.082031 L 16.546875 24.136719 C 16.546875 24.136719 15.421875 24.800781 14.535156 24.800781 Z M 17.300781 23.683594 C 16.761719 22.742188 16.363281 21.757813 16.363281 21.757813 C 16.363281 21.757813 18.578125 21.898438 19.769531 20.671875 C 19.027344 21.003906 17.84375 21.425781 16.46875 21.296875 C 19.34375 18.765625 21.023438 16.929688 22.441406 15.035156 C 22.320313 14.886719 21.671875 14.433594 21.511719 14.359375 C 20.65625 15.390625 17.324219 18.949219 14.238281 20.710938 C 10.332031 18.582031 9.511719 12.320313 9.429688 11.019531 L 11.5625 11.222656 C 11.5625 11.222656 10.761719 12.644531 10.761719 13.691406 C 10.761719 14.734375 10.886719 14.789063 10.886719 14.789063 C 10.886719 14.789063 10.859375 12.96875 11.984375 11.5625 C 12.84375 16.125 13.738281 18.460938 14.433594 19.855469 C 14.789063 19.707031 15.449219 19.414063 15.449219 19.414063 C 15.449219 19.414063 13.480469 13.738281 13.589844 9.898438 C 14.484375 9.421875 15.808594 8.929688 17.300781 8.929688 C 21.230469 8.929688 24.390625 10.617188 24.390625 10.617188 L 23.15625 12.34375 C 23.15625 12.34375 22.054688 10.351563 20.496094 9.996094 C 21.316406 10.605469 22.238281 11.414063 22.714844 12.574219 C 19.457031 11.304688 15.527344 10.632813 14.265625 10.484375 C 14.15625 10.949219 14.171875 11.613281 14.171875 11.613281 C 14.171875 11.613281 19.441406 12.585938 23.277344 14.777344 C 23.25 19.574219 18.023438 23.257813 17.300781 23.683594 Z M 22.292969 20.097656 C 22.292969 20.097656 23.929688 17.953125 23.902344 15.109375 C 23.902344 15.109375 26.546875 16.746094 26.546875 18.34375 C 26.546875 20.125 22.292969 20.097656 22.292969 20.097656 Z\"/></svg></li><li title=\"bed solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6 6 C 4.355469 6 3 7.355469 3 9 L 3 15.78125 C 2.390625 16.332031 2 17.121094 2 18 L 2 27 L 7 27 L 7 25 L 25 25 L 25 27 L 30 27 L 30 18 C 30 17.121094 29.609375 16.332031 29 15.78125 L 29 9 C 29 7.355469 27.644531 6 26 6 Z M 6 8 L 26 8 C 26.554688 8 27 8.445313 27 9 L 27 15 L 25 15 L 25 14 C 25 12.355469 23.644531 11 22 11 L 18 11 C 17.234375 11 16.53125 11.300781 16 11.78125 C 15.46875 11.300781 14.765625 11 14 11 L 10 11 C 8.355469 11 7 12.355469 7 14 L 7 15 L 5 15 L 5 9 C 5 8.445313 5.445313 8 6 8 Z M 10 13 L 14 13 C 14.554688 13 15 13.445313 15 14 L 15 15 L 9 15 L 9 14 C 9 13.445313 9.445313 13 10 13 Z M 18 13 L 22 13 C 22.554688 13 23 13.445313 23 14 L 23 15 L 17 15 L 17 14 C 17 13.445313 17.445313 13 18 13 Z M 5 17 L 27 17 C 27.554688 17 28 17.445313 28 18 L 28 25 L 27 25 L 27 23 L 5 23 L 5 25 L 4 25 L 4 18 C 4 17.445313 4.445313 17 5 17 Z\"/></svg></li><li title=\"beer solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 13.5 4 C 12.253906 4 11.191406 4.582031 10.375 5.40625 C 9.929688 5.234375 9.507813 5 9 5 C 6.800781 5 5 6.800781 5 9 C 5 10.027344 5.417969 10.945313 6.0625 11.65625 C 6.023438 11.765625 6 11.882813 6 12 L 6 25 C 6 26.644531 7.355469 28 9 28 L 21 28 C 22.644531 28 24 26.644531 24 25 L 24 23 L 25 23 C 26.644531 23 28 21.644531 28 20 L 28 16 C 28 14.355469 26.644531 13 25 13 L 24 13 L 24 11.8125 C 24.007813 11.738281 24.007813 11.667969 24 11.59375 C 24.609375 10.890625 25 9.996094 25 9 C 25 6.800781 23.199219 5 21 5 C 20.253906 5 19.59375 5.265625 19 5.625 C 18.40625 5.265625 17.746094 5 17 5 C 16.742188 5 16.539063 5.078125 16.3125 5.125 C 15.535156 4.472656 14.59375 4 13.5 4 Z M 13.5 6 C 14.234375 6 14.878906 6.332031 15.34375 6.84375 L 15.78125 7.3125 L 16.40625 7.125 C 16.628906 7.050781 16.808594 7 17 7 C 17.511719 7 17.980469 7.203125 18.34375 7.53125 L 19 8.125 L 19.65625 7.53125 C 20.019531 7.203125 20.488281 7 21 7 C 22.117188 7 23 7.882813 23 9 C 23 10.117188 22.117188 11 21 11 C 19.890625 11 18.28125 10.53125 18.28125 10.53125 L 17 10.15625 L 17 11.5 C 17 12.902344 17.300781 13.972656 17.5625 14.78125 C 17.824219 15.589844 18 16.105469 18 16.5 C 18 17.339844 17.339844 18 16.5 18 C 15.660156 18 15 17.339844 15 16.5 C 15 16.105469 15.175781 15.558594 15.4375 14.75 C 15.699219 13.941406 16 12.894531 16 11.5 L 16 9.71875 L 14.5 10.65625 C 14.5 10.65625 14.320313 10.746094 14.09375 10.84375 C 13.867188 10.941406 13.582031 11 13.5 11 C 12.855469 11 12.265625 10.753906 11.8125 10.34375 L 11.09375 9.6875 L 10.4375 10.375 C 10.070313 10.753906 9.570313 11 9 11 C 7.882813 11 7 10.117188 7 9 C 7 7.882813 7.882813 7 9 7 C 9.40625 7 9.773438 7.136719 10.09375 7.34375 L 10.90625 7.84375 L 11.46875 7.0625 C 11.921875 6.417969 12.648438 6 13.5 6 Z M 11.1875 12.25 C 11.871094 12.675781 12.636719 13 13.5 13 C 13.605469 13 13.652344 12.949219 13.75 12.9375 C 13.667969 13.324219 13.671875 13.820313 13.5625 14.15625 C 13.324219 14.890625 13 15.59375 13 16.5 C 13 18.421875 14.578125 20 16.5 20 C 18.421875 20 20 18.421875 20 16.5 C 20 15.59375 19.675781 14.886719 19.4375 14.15625 C 19.308594 13.757813 19.273438 13.195313 19.1875 12.71875 C 19.828125 12.867188 20.117188 13 21 13 C 21.34375 13 21.679688 12.925781 22 12.84375 L 22 13.6875 C 21.941406 13.882813 21.941406 14.085938 22 14.28125 L 22 21.8125 C 21.972656 21.945313 21.972656 22.085938 22 22.21875 L 22 25 C 22 25.566406 21.566406 26 21 26 L 9 26 C 8.433594 26 8 25.566406 8 25 L 8 12.84375 C 8.320313 12.925781 8.65625 13 9 13 C 9.824219 13 10.550781 12.679688 11.1875 12.25 Z M 24 15 L 25 15 C 25.566406 15 26 15.433594 26 16 L 26 20 C 26 20.566406 25.566406 21 25 21 L 24 21 Z\"/></svg></li><li title=\"behance square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 L 5 5 z M 7 7 L 25 7 L 25 25 L 7 25 L 7 7 z M 9 11.369141 L 9 19.980469 L 13.179688 19.980469 C 14.739688 19.970469 16.210938 19.220703 16.210938 17.470703 C 16.210938 16.380703 15.690625 15.460156 14.640625 15.160156 C 15.410625 14.780156 15.810547 14.36 15.810547 13.5 C 15.810547 11.78 14.540547 11.369141 13.060547 11.369141 L 9 11.369141 z M 18.140625 12 L 18.140625 12.849609 L 21.619141 12.849609 L 21.619141 12 L 18.140625 12 z M 10.900391 12.689453 L 12.679688 12.689453 C 13.349687 12.689453 13.970703 12.879922 13.970703 13.669922 C 13.970703 14.399922 13.490547 14.699219 12.810547 14.699219 L 10.900391 14.699219 L 10.900391 12.689453 z M 19.960938 13.429688 C 18.070937 13.429688 16.779297 14.840703 16.779297 16.720703 C 16.779297 18.660703 17.990938 20 19.960938 20 C 21.450937 20 22.420859 19.330391 22.880859 17.900391 L 21.369141 17.900391 C 21.199141 18.430391 20.539531 18.710937 20.019531 18.710938 C 19.009531 18.710938 18.490234 18.120859 18.490234 17.130859 L 22.980469 17.130859 C 22.990469 17.030859 23 16.910781 23 16.800781 C 23 14.960781 21.910937 13.429688 19.960938 13.429688 z M 19.900391 14.710938 C 20.770391 14.710938 21.199531 15.220781 21.269531 16.050781 L 18.490234 16.050781 C 18.540234 15.230781 19.080391 14.710938 19.900391 14.710938 z M 10.890625 16.130859 L 12.960938 16.130859 C 13.790938 16.130859 14.320312 16.479141 14.320312 17.369141 C 14.320312 18.229141 13.689922 18.5 12.919922 18.5 L 10.890625 18.5 L 10.890625 16.130859 z\"/></svg></li><li title=\"behance \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 1 6.75 L 1 25.25 L 9.9375 25.25 C 10.765625 25.25 16.46875 25.082031 16.46875 19.875 C 16.46875 16.621094 14.230469 15.515625 13.09375 15.1875 C 13.929688 14.792969 15.59375 13.855469 15.59375 11.34375 C 15.59375 9.945313 15.394531 6.75 9.6875 6.75 Z M 21.375 8.46875 L 21.375 10.15625 L 28.28125 10.15625 L 28.28125 8.46875 Z M 5.0625 9.90625 L 8.875 9.90625 C 9.234375 9.90625 11.65625 9.714844 11.65625 12.03125 C 11.65625 14.011719 9.90625 14.21875 9.1875 14.21875 L 5.0625 14.21875 Z M 25 11.6875 C 19.777344 11.6875 18.6875 16.222656 18.6875 18.1875 C 18.6875 24.019531 23.46875 24.6875 25 24.6875 C 29.128906 24.6875 30.300781 22.015625 30.78125 20.53125 L 27.78125 20.53125 C 27.664063 20.914063 26.789063 22.15625 25.125 22.15625 C 22.335938 22.15625 22.09375 19.976563 22.09375 19 L 30.96875 19 C 31.148438 15.625 29.671875 11.6875 25 11.6875 Z M 24.90625 14.21875 C 25.738281 14.21875 26.410156 14.460938 26.8125 14.90625 C 27.214844 15.355469 27.511719 16.011719 27.59375 16.875 L 22.09375 16.875 C 22.109375 16.636719 22.164063 16.363281 22.25 16.0625 C 22.335938 15.753906 22.46875 15.460938 22.6875 15.1875 C 22.90625 14.917969 23.210938 14.683594 23.5625 14.5 C 23.921875 14.3125 24.367188 14.21875 24.90625 14.21875 Z M 5.0625 17 L 9.46875 17 C 10.34375 17 12.40625 17.136719 12.40625 19.65625 C 12.40625 22.097656 9.808594 22.09375 9.40625 22.09375 L 5.0625 22.09375 Z\"/></svg></li><li title=\"bell slash solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 3.71875 2.28125 L 2.28125 3.71875 L 28.28125 29.71875 L 29.71875 28.28125 L 26 24.5625 L 26 23 L 25 23 C 24.449219 23 24 22.550781 24 22 L 24 13.28125 C 24 9.453125 21.417969 6.203125 17.96875 5.28125 C 17.980469 5.1875 18 5.097656 18 5 C 18 3.894531 17.105469 3 16 3 C 14.894531 3 14 3.894531 14 5 C 14 5.085938 14.019531 5.167969 14.03125 5.25 C 12.691406 5.589844 11.457031 6.261719 10.4375 7.25 C 10.136719 7.539063 9.871094 7.863281 9.625 8.1875 Z M 15.5625 7 C 15.765625 6.984375 15.984375 6.992188 16.1875 7 C 19.394531 7.097656 22 9.910156 22 13.28125 L 22 20.5625 L 11.0625 9.625 C 11.285156 9.296875 11.519531 8.96875 11.8125 8.6875 C 12.839844 7.6875 14.152344 7.097656 15.5625 7 Z M 8.03125 12.25 C 8.007813 12.503906 8 12.742188 8 13 L 8 22 C 8 22.550781 7.550781 23 7 23 L 6 23 L 6 25 L 13.1875 25 C 13.074219 25.316406 13 25.648438 13 26 C 13 27.644531 14.355469 29 16 29 C 17.644531 29 19 27.644531 19 26 C 19 25.648438 18.925781 25.316406 18.8125 25 L 20.8125 25 L 18.8125 23 L 9.8125 23 C 9.925781 22.6875 10 22.351563 10 22 L 10 14.1875 Z M 16 25 C 16.5625 25 17 25.4375 17 26 C 17 26.5625 16.5625 27 16 27 C 15.4375 27 15 26.5625 15 26 C 15 25.4375 15.4375 25 16 25 Z\"/></svg></li><li title=\"bell slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 3.71875 2.28125 L 2.28125 3.71875 L 28.28125 29.71875 L 29.71875 28.28125 L 26 24.5625 L 26 23 L 25 23 C 24.449219 23 24 22.550781 24 22 L 24 13.28125 C 24 9.453125 21.417969 6.203125 17.96875 5.28125 C 17.980469 5.1875 18 5.097656 18 5 C 18 3.894531 17.105469 3 16 3 C 14.894531 3 14 3.894531 14 5 C 14 5.085938 14.019531 5.167969 14.03125 5.25 C 12.691406 5.589844 11.457031 6.261719 10.4375 7.25 C 10.136719 7.539063 9.871094 7.863281 9.625 8.1875 Z M 15.5625 7 C 15.765625 6.984375 15.984375 6.992188 16.1875 7 C 19.394531 7.097656 22 9.910156 22 13.28125 L 22 20.5625 L 11.0625 9.625 C 11.285156 9.296875 11.519531 8.96875 11.8125 8.6875 C 12.839844 7.6875 14.152344 7.097656 15.5625 7 Z M 8.03125 12.25 C 8.007813 12.503906 8 12.742188 8 13 L 8 22 C 8 22.550781 7.550781 23 7 23 L 6 23 L 6 25 L 13.1875 25 C 13.074219 25.316406 13 25.648438 13 26 C 13 27.644531 14.355469 29 16 29 C 17.644531 29 19 27.644531 19 26 C 19 25.648438 18.925781 25.316406 18.8125 25 L 20.8125 25 L 18.8125 23 L 9.8125 23 C 9.925781 22.6875 10 22.351563 10 22 L 10 14.1875 Z M 16 25 C 16.5625 25 17 25.4375 17 26 C 17 26.5625 16.5625 27 16 27 C 15.4375 27 15 26.5625 15 26 C 15 25.4375 15.4375 25 16 25 Z\"/></svg></li><li title=\"bell solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 14.894531 3 14 3.894531 14 5 C 14 5.085938 14.019531 5.167969 14.03125 5.25 C 10.574219 6.132813 8 9.273438 8 13 L 8 22 C 8 22.566406 7.566406 23 7 23 L 6 23 L 6 25 L 13.1875 25 C 13.074219 25.316406 13 25.648438 13 26 C 13 27.644531 14.355469 29 16 29 C 17.644531 29 19 27.644531 19 26 C 19 25.648438 18.925781 25.316406 18.8125 25 L 26 25 L 26 23 L 25 23 C 24.433594 23 24 22.566406 24 22 L 24 13.28125 C 24 9.523438 21.488281 6.171875 17.96875 5.25 C 17.980469 5.167969 18 5.085938 18 5 C 18 3.894531 17.105469 3 16 3 Z M 15.5625 7 C 15.707031 6.988281 15.851563 7 16 7 C 16.0625 7 16.125 7 16.1875 7 C 19.453125 7.097656 22 9.960938 22 13.28125 L 22 22 C 22 22.351563 22.074219 22.683594 22.1875 23 L 9.8125 23 C 9.925781 22.683594 10 22.351563 10 22 L 10 13 C 10 9.824219 12.445313 7.226563 15.5625 7 Z M 16 25 C 16.5625 25 17 25.4375 17 26 C 17 26.5625 16.5625 27 16 27 C 15.4375 27 15 26.5625 15 26 C 15 25.4375 15.4375 25 16 25 Z\"/></svg></li><li title=\"bell \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 14.894531 3 14 3.894531 14 5 C 14 5.085938 14.019531 5.167969 14.03125 5.25 C 10.574219 6.132813 8 9.273438 8 13 L 8 22 C 8 22.566406 7.566406 23 7 23 L 6 23 L 6 25 L 13.1875 25 C 13.074219 25.316406 13 25.648438 13 26 C 13 27.644531 14.355469 29 16 29 C 17.644531 29 19 27.644531 19 26 C 19 25.648438 18.925781 25.316406 18.8125 25 L 26 25 L 26 23 L 25 23 C 24.433594 23 24 22.566406 24 22 L 24 13.28125 C 24 9.523438 21.488281 6.171875 17.96875 5.25 C 17.980469 5.167969 18 5.085938 18 5 C 18 3.894531 17.105469 3 16 3 Z M 15.5625 7 C 15.707031 6.988281 15.851563 7 16 7 C 16.0625 7 16.125 7 16.1875 7 C 19.453125 7.097656 22 9.960938 22 13.28125 L 22 22 C 22 22.351563 22.074219 22.683594 22.1875 23 L 9.8125 23 C 9.925781 22.683594 10 22.351563 10 22 L 10 13 C 10 9.824219 12.445313 7.226563 15.5625 7 Z M 16 25 C 16.5625 25 17 25.4375 17 26 C 17 26.5625 16.5625 27 16 27 C 15.4375 27 15 26.5625 15 26 C 15 25.4375 15.4375 25 16 25 Z\"/></svg></li><li title=\"bezier curve solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 12 6 L 12 9 L 5.8125 9 C 5.394531 7.84375 4.292969 7 3 7 C 1.355469 7 0 8.355469 0 10 C 0 11.644531 1.355469 13 3 13 C 4.292969 13 5.394531 12.15625 5.8125 11 L 8.125 11 C 7.714844 11.390625 7.359375 11.816406 7.03125 12.28125 C 5.875 13.917969 5.195313 15.9375 5.03125 18 L 2 18 L 2 26 L 10 26 L 10 18 L 7.0625 18 C 7.226563 16.328125 7.773438 14.6875 8.65625 13.4375 C 9.515625 12.21875 10.621094 11.367188 12 11.09375 L 12 14 L 20 14 L 20 11.09375 C 21.378906 11.367188 22.484375 12.21875 23.34375 13.4375 C 24.226563 14.6875 24.773438 16.328125 24.9375 18 L 22 18 L 22 26 L 30 26 L 30 18 L 26.96875 18 C 26.804688 15.9375 26.125 13.917969 24.96875 12.28125 C 24.640625 11.816406 24.285156 11.390625 23.875 11 L 26.1875 11 C 26.605469 12.15625 27.707031 13 29 13 C 30.644531 13 32 11.644531 32 10 C 32 8.355469 30.644531 7 29 7 C 27.707031 7 26.605469 7.84375 26.1875 9 L 20 9 L 20 6 Z M 14 8 L 18 8 L 18 12 L 14 12 Z M 3 9 C 3.5625 9 4 9.4375 4 10 C 4 10.5625 3.5625 11 3 11 C 2.4375 11 2 10.5625 2 10 C 2 9.4375 2.4375 9 3 9 Z M 29 9 C 29.5625 9 30 9.4375 30 10 C 30 10.5625 29.5625 11 29 11 C 28.4375 11 28 10.5625 28 10 C 28 9.4375 28.4375 9 29 9 Z M 4 20 L 8 20 L 8 24 L 4 24 Z M 24 20 L 28 20 L 28 24 L 24 24 Z\"/></svg></li><li title=\"bible solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 9 4 C 7.355469 4 6 5.355469 6 7 L 6 25 C 6 26.644531 7.355469 28 9 28 L 26 28 L 26 4 Z M 9 6 L 24 6 L 24 22 L 9 22 C 8.648438 22 8.316406 22.074219 8 22.1875 L 8 7 C 8 6.433594 8.433594 6 9 6 Z M 15 8 L 15 11 L 12 11 L 12 13 L 15 13 L 15 20 L 17 20 L 17 13 L 20 13 L 20 11 L 17 11 L 17 8 Z M 9 24 L 24 24 L 24 26 L 9 26 C 8.433594 26 8 25.566406 8 25 C 8 24.433594 8.433594 24 9 24 Z\"/></svg></li><li title=\"bicycle solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 19 6 L 19 7.4375 L 19.09375 7.625 L 20.125 10 L 11.4375 10 L 11.125 10.4375 L 8.40625 14.28125 C 7.800781 14.09375 7.164063 14 6.5 14 C 2.917969 14 0 16.914063 0 20.5 C 0 24.085938 2.914063 27 6.5 27 C 9.914063 27 12.707031 24.347656 12.96875 21 L 16.40625 21 L 16.71875 20.5625 L 21.59375 13.375 L 22.25 14.875 C 20.308594 16.003906 19 18.109375 19 20.5 C 19 24.070313 21.929688 27 25.5 27 C 29.070313 27 32 24.070313 32 20.5 C 32 16.929688 29.070313 14 25.5 14 C 25.019531 14 24.546875 14.054688 24.09375 14.15625 L 21.40625 8 L 24.5 8 C 24.785156 8 25 8.214844 25 8.5 C 25 8.785156 24.785156 9 24.5 9 L 24.5 11 C 25.867188 11 27 9.867188 27 8.5 C 27 7.132813 25.867188 6 24.5 6 Z M 8 7 L 8 9 L 14 9 L 13 7 Z M 13.46875 12 L 20.125 12 L 16.09375 17.9375 Z M 11.71875 13 L 14.34375 19 L 6 19 L 6 21 L 10.9375 21 C 10.683594 23.242188 8.808594 25 6.5 25 C 4.019531 25 2 22.980469 2 20.5 C 2 18.019531 4.019531 16 6.5 16 C 8.058594 16 9.441406 16.796875 10.25 18 L 12.5 18 C 12.019531 16.847656 11.230469 15.859375 10.21875 15.15625 Z M 25.5 16 C 27.980469 16 30 18.019531 30 20.5 C 30 22.980469 27.980469 25 25.5 25 C 23.019531 25 21 22.980469 21 20.5 C 21 18.925781 21.832031 17.554688 23.0625 16.75 L 25.09375 21.40625 L 26.90625 20.59375 L 24.9375 16.0625 C 25.125 16.039063 25.308594 16 25.5 16 Z\"/></svg></li><li title=\"biking solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 19.5 5 C 17.578125 5 16 6.578125 16 8.5 C 16 10.421875 17.578125 12 19.5 12 C 21.421875 12 23 10.421875 23 8.5 C 23 6.578125 21.421875 5 19.5 5 Z M 19.5 7 C 20.339844 7 21 7.660156 21 8.5 C 21 9.339844 20.339844 10 19.5 10 C 18.660156 10 18 9.339844 18 8.5 C 18 7.660156 18.660156 7 19.5 7 Z M 15.09375 10.53125 C 14.585938 10.582031 14.09375 10.832031 13.75 11.25 L 11.40625 14.09375 C 10.597656 15.078125 10.949219 16.632813 12.09375 17.1875 L 15.53125 18.875 L 14.625 23.875 L 16.59375 24.21875 L 17.65625 18.46875 L 17.78125 17.71875 L 17.09375 17.375 L 12.9375 15.375 L 15.3125 12.5 L 19.375 15.78125 L 19.65625 16 L 25 16 L 25 14 L 20.34375 14 L 16.5625 10.96875 C 16.140625 10.628906 15.601563 10.480469 15.09375 10.53125 Z M 8.5 18 C 6.03125 18 4 20.03125 4 22.5 C 4 24.96875 6.03125 27 8.5 27 C 10.96875 27 13 24.96875 13 22.5 C 13 20.03125 10.96875 18 8.5 18 Z M 23.5 18 C 21.03125 18 19 20.03125 19 22.5 C 19 24.96875 21.03125 27 23.5 27 C 25.96875 27 28 24.96875 28 22.5 C 28 20.03125 25.96875 18 23.5 18 Z M 8.5 20 C 9.878906 20 11 21.121094 11 22.5 C 11 23.878906 9.878906 25 8.5 25 C 7.121094 25 6 23.878906 6 22.5 C 6 21.121094 7.121094 20 8.5 20 Z M 23.5 20 C 24.878906 20 26 21.121094 26 22.5 C 26 23.878906 24.878906 25 23.5 25 C 22.121094 25 21 23.878906 21 22.5 C 21 21.121094 22.121094 20 23.5 20 Z\"/></svg></li><li title=\"bimobject \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 L 5 5 z M 7 7 L 25 7 L 25 25 L 7 25 L 7 7 z M 10 10 L 10 20.8125 L 12.984375 20.8125 L 12.984375 19.193359 L 13.027344 19.193359 C 13.402344 20.300359 14.248688 21 16.304688 21 L 17.097656 21 C 21.397656 21 21.929688 19.454437 21.929688 17.148438 L 21.929688 15.521484 C 21.929688 13.214484 21.396937 11.679687 17.085938 11.679688 L 16.28125 11.679688 C 14.88325 11.679688 13.244156 12.065375 13.035156 13.484375 L 12.984375 13.484375 L 12.984375 10 L 10 10 z M 15.050781 14.238281 L 17.285156 14.238281 C 18.913156 14.228281 19.070312 14.790734 19.070312 15.802734 L 19.070312 16.867188 C 19.070312 17.879188 18.913156 18.443359 17.285156 18.443359 L 15.050781 18.443359 C 13.704781 18.443359 12.994141 18.139203 12.994141 16.783203 L 12.994141 15.896484 C 12.994141 14.529484 13.704781 14.238281 15.050781 14.238281 z\"/></svg></li><li title=\"binoculars solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 11 5 C 9.03125 5 7.460938 6.441406 7.125 8.3125 C 5.234375 8.789063 3.59375 10.019531 2.875 11.96875 L 2.84375 11.96875 L 0.71875 17.9375 C 0.265625 18.863281 0 19.902344 0 21 C 0 24.855469 3.144531 28 7 28 C 10.472656 28 13.367188 25.449219 13.90625 22.125 C 14.449219 22.660156 15.1875 23 16 23 C 16.8125 23 17.550781 22.660156 18.09375 22.125 C 18.632813 25.449219 21.527344 28 25 28 C 28.855469 28 32 24.855469 32 21 C 32 20.027344 31.800781 19.09375 31.4375 18.25 L 29.15625 11.875 L 29.125 11.84375 L 29.125 11.8125 C 28.394531 10.039063 26.777344 8.800781 24.875 8.3125 C 24.539063 6.441406 22.96875 5 21 5 C 19.144531 5 17.636719 6.285156 17.1875 8 L 14.8125 8 C 14.363281 6.285156 12.855469 5 11 5 Z M 11 7 C 12.191406 7 13 7.808594 13 9 L 13 10 L 19 10 L 19 9 C 19 7.808594 19.808594 7 21 7 C 22.191406 7 23 7.808594 23 9 L 23 9.90625 L 23.90625 10 C 25.390625 10.15625 26.671875 11.191406 27.25 12.53125 C 27.257813 12.550781 27.273438 12.574219 27.28125 12.59375 L 28.03125 14.71875 C 27.113281 14.273438 26.085938 14 25 14 C 22.074219 14 19.574219 15.816406 18.53125 18.375 C 17.996094 17.542969 17.050781 17 16 17 C 14.949219 17 14.003906 17.542969 13.46875 18.375 C 12.425781 15.816406 9.925781 14 7 14 C 5.929688 14 4.910156 14.253906 4 14.6875 L 4.75 12.65625 L 4.75 12.625 C 5.332031 11.078125 6.558594 10.160156 8.09375 10 L 9 9.90625 L 9 9 C 9 7.808594 9.808594 7 11 7 Z M 7 16 C 9.773438 16 12 18.226563 12 21 C 12 23.773438 9.773438 26 7 26 C 4.226563 26 2 23.773438 2 21 C 2 20.292969 2.175781 19.640625 2.4375 19.03125 C 2.453125 18.992188 2.453125 18.945313 2.46875 18.90625 C 3.257813 17.191406 4.980469 16 7 16 Z M 25 16 C 27.773438 16 30 18.226563 30 21 C 30 23.773438 27.773438 26 25 26 C 22.226563 26 20 23.773438 20 21 C 20 18.226563 22.226563 16 25 16 Z M 16 19 C 16.5625 19 17 19.4375 17 20 C 17 20.5625 16.5625 21 16 21 C 15.4375 21 15 20.5625 15 20 C 15 19.4375 15.4375 19 16 19 Z\"/></svg></li><li title=\"biohazard solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 13.59375 4.40625 C 10.894531 5.304688 9 7.699219 9 10.5 C 9 11.5 9.289063 12.507813 9.6875 13.40625 C 8.6875 13.40625 7.710938 13.6875 6.8125 14.1875 C 4.414063 15.585938 3.210938 18.414063 3.8125 21.3125 L 5.8125 20.90625 C 5.414063 18.90625 6.210938 16.90625 7.8125 15.90625 C 9.914063 14.707031 12.789063 15.601563 14.1875 18 C 14.886719 19.199219 15.113281 20.511719 14.8125 21.8125 C 14.511719 23.011719 13.8125 23.992188 12.8125 24.59375 C 11.210938 25.492188 9 25.210938 7.5 23.8125 L 6.1875 25.3125 C 7.488281 26.511719 9.210938 27.09375 10.8125 27.09375 C 11.914063 27.09375 12.90625 26.8125 13.90625 26.3125 C 14.804688 25.8125 15.5 25.085938 16 24.1875 C 16.5 25.085938 17.195313 25.8125 18.09375 26.3125 C 18.992188 26.8125 20.085938 27.09375 21.1875 27.09375 C 22.789063 27.09375 24.511719 26.511719 25.8125 25.3125 L 24.5 23.8125 C 23 25.210938 20.789063 25.492188 19.1875 24.59375 C 18.1875 23.992188 17.488281 23.011719 17.1875 21.8125 C 16.886719 20.511719 17.113281 19.199219 17.8125 18 C 19.210938 15.601563 21.988281 14.707031 24.1875 15.90625 C 25.789063 16.804688 26.585938 18.804688 26.1875 20.90625 L 28.1875 21.3125 C 28.6875 18.414063 27.492188 15.585938 25.09375 14.1875 C 24.195313 13.6875 23.1875 13.40625 22.1875 13.40625 C 22.6875 12.507813 22.90625 11.601563 22.90625 10.5 C 22.90625 7.699219 20.988281 5.304688 18.1875 4.40625 L 17.59375 6.3125 C 19.59375 6.914063 20.90625 8.601563 20.90625 10.5 C 20.90625 13 18.707031 15 15.90625 15 C 13.105469 15 10.90625 13 10.90625 10.5 C 10.90625 8.601563 12.1875 6.914063 14.1875 6.3125 Z M 16 10 C 14.898438 10 13.898438 10.1875 13 10.6875 C 13.101563 11.386719 13.398438 12.007813 14 12.40625 C 14.601563 12.105469 15.304688 12 15.90625 12 C 16.507813 12 17.210938 12.105469 17.8125 12.40625 C 18.414063 12.007813 18.8125 11.386719 18.8125 10.6875 C 18.113281 10.1875 17.101563 10 16 10 Z M 16 16 C 16.601563 16 17 16.398438 17 17 C 17 17.601563 16.601563 18 16 18 C 15.398438 18 15 17.601563 15 17 C 15 16.398438 15.398438 16 16 16 Z M 9.96875 17.3125 C 9.632813 17.289063 9.300781 17.351563 9 17.5 C 9.199219 19.601563 10.300781 21.488281 12 22.6875 C 12.5 22.386719 12.804688 21.914063 12.90625 21.3125 L 12.90625 20.90625 C 11.90625 20.105469 11.199219 18.992188 11 17.59375 C 10.648438 17.445313 10.304688 17.335938 9.96875 17.3125 Z M 22.09375 17.40625 C 21.695313 17.40625 21.300781 17.488281 21 17.6875 C 20.800781 18.988281 20.101563 20.199219 19 21 L 19 21.40625 C 19.101563 22.007813 19.507813 22.511719 19.90625 22.8125 C 21.707031 21.613281 22.800781 19.695313 23 17.59375 C 22.699219 17.492188 22.394531 17.40625 22.09375 17.40625 Z\"/></svg></li><li title=\"birthday cake solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 1.25 L 15.1875 2.4375 C 15.1875 2.4375 14.648438 3.191406 14.125 4.09375 C 13.863281 4.546875 13.617188 5.019531 13.40625 5.5 C 13.195313 5.980469 13 6.421875 13 7 C 13 8.644531 14.355469 10 16 10 C 17.644531 10 19 8.644531 19 7 C 19 6.421875 18.804688 5.980469 18.59375 5.5 C 18.382813 5.019531 18.136719 4.546875 17.875 4.09375 C 17.351563 3.191406 16.8125 2.4375 16.8125 2.4375 Z M 16 10 L 13 10 L 13 14 L 7 14 C 4.789063 14 3 15.789063 3 18 C 3 19.015625 3.375 19.949219 4 20.65625 L 4 28 L 28 28 L 28 20.65625 C 28.625 19.949219 29 19.015625 29 18 C 29 15.789063 27.210938 14 25 14 L 19 14 L 19 10 Z M 16 4.875 C 16.066406 4.984375 16.058594 4.976563 16.125 5.09375 C 16.363281 5.503906 16.617188 5.941406 16.78125 6.3125 C 16.945313 6.683594 17 7.027344 17 7 C 17 7.554688 16.554688 8 16 8 C 15.445313 8 15 7.554688 15 7 C 15 7.027344 15.054688 6.683594 15.21875 6.3125 C 15.382813 5.941406 15.636719 5.503906 15.875 5.09375 C 15.941406 4.976563 15.933594 4.984375 16 4.875 Z M 15 12 L 17 12 L 17 14 L 15 14 Z M 7 16 L 25 16 C 26.191406 16 27 16.808594 27 18 C 27 19.191406 26.191406 20 25 20 C 23.808594 20 23 19.191406 23 18 L 21 18 C 21 19.191406 20.191406 20 19 20 C 17.808594 20 17 19.191406 17 18 L 15 18 C 15 19.191406 14.191406 20 13 20 C 11.808594 20 11 19.191406 11 18 L 9 18 C 9 19.191406 8.191406 20 7 20 C 5.808594 20 5 19.191406 5 18 C 5 16.808594 5.808594 16 7 16 Z M 10 20.65625 C 10.734375 21.484375 11.804688 22 13 22 C 14.195313 22 15.265625 21.484375 16 20.65625 C 16.734375 21.484375 17.804688 22 19 22 C 20.195313 22 21.265625 21.484375 22 20.65625 C 22.734375 21.484375 23.804688 22 25 22 C 25.347656 22 25.679688 21.925781 26 21.84375 L 26 26 L 6 26 L 6 21.84375 C 6.320313 21.925781 6.652344 22 7 22 C 8.195313 22 9.265625 21.484375 10 20.65625 Z\"/></svg></li><li title=\"bitbucket \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 5 C 13.707031 5 11.40625 5.296875 9.59375 5.78125 C 8.6875 6.023438 7.914063 6.277344 7.28125 6.65625 C 6.648438 7.035156 6 7.601563 6 8.5 C 6 8.722656 6.054688 8.941406 6.125 9.125 C 6.273438 9.886719 8.777344 22.925781 9.03125 24.1875 C 9.152344 24.789063 9.535156 25.234375 9.96875 25.5625 C 10.402344 25.890625 10.898438 26.136719 11.5 26.34375 C 12.703125 26.757813 14.25 27 16 27 C 17.75 27 19.289063 26.757813 20.5 26.34375 C 21.105469 26.136719 21.625 25.898438 22.0625 25.5625 C 22.5 25.226563 22.910156 24.785156 23 24.15625 C 23.019531 24.015625 23.210938 22.8125 23.5 21.3125 C 23.789063 19.8125 24.164063 17.933594 24.53125 16.0625 C 25.21875 12.542969 25.796875 9.519531 25.875 9.125 C 25.945313 8.941406 26 8.722656 26 8.5 C 26 7.601563 25.351563 7.035156 24.71875 6.65625 C 24.085938 6.277344 23.3125 6.023438 22.40625 5.78125 C 20.59375 5.296875 18.292969 5 16 5 Z M 16 7 C 18.125 7 20.320313 7.265625 21.90625 7.6875 C 22.699219 7.898438 23.320313 8.15625 23.6875 8.375 C 23.789063 8.4375 23.796875 8.460938 23.84375 8.5 C 23.796875 8.539063 23.789063 8.5625 23.6875 8.625 C 23.320313 8.84375 22.699219 9.101563 21.90625 9.3125 C 20.320313 9.734375 18.125 10 16 10 C 13.875 10 11.679688 9.734375 10.09375 9.3125 C 9.300781 9.101563 8.679688 8.84375 8.3125 8.625 C 8.210938 8.5625 8.203125 8.539063 8.15625 8.5 C 8.203125 8.460938 8.210938 8.4375 8.3125 8.375 C 8.679688 8.15625 9.300781 7.898438 10.09375 7.6875 C 11.679688 7.265625 13.875 7 16 7 Z M 8.46875 10.875 C 8.824219 11 9.1875 11.109375 9.59375 11.21875 C 11.40625 11.703125 13.707031 12 16 12 C 18.292969 12 20.59375 11.703125 22.40625 11.21875 C 22.8125 11.109375 23.175781 11 23.53125 10.875 C 23.253906 12.234375 23.039063 13.21875 22.5625 15.65625 C 22.328125 16.851563 22.144531 17.921875 21.9375 19.03125 C 21.925781 19.046875 21.914063 19.035156 21.8125 19.15625 C 21.671875 19.324219 21.414063 19.609375 21 19.875 C 20.171875 20.410156 18.675781 21 16 21 C 13.324219 21 11.800781 20.40625 10.96875 19.875 C 10.554688 19.609375 10.328125 19.355469 10.1875 19.1875 C 10.046875 19.019531 10.03125 19 10.03125 19 C 9.351563 15.492188 8.871094 12.960938 8.46875 10.875 Z M 16 13 C 14.355469 13 13 14.355469 13 16 C 13 17.644531 14.355469 19 16 19 C 17.644531 19 19 17.644531 19 16 C 19 14.355469 17.644531 13 16 13 Z M 16 15 C 16.5625 15 17 15.4375 17 16 C 17 16.5625 16.5625 17 16 17 C 15.4375 17 15 16.5625 15 16 C 15 15.4375 15.4375 15 16 15 Z M 10.59375 21.90625 C 11.796875 22.503906 13.511719 23 16 23 C 18.457031 23 20.175781 22.535156 21.375 21.9375 C 21.222656 22.695313 21.035156 23.59375 21 23.84375 C 20.980469 23.871094 20.925781 23.90625 20.84375 23.96875 C 20.660156 24.109375 20.335938 24.3125 19.875 24.46875 C 18.953125 24.78125 17.566406 25 16 25 C 14.433594 25 13.070313 24.785156 12.15625 24.46875 C 11.699219 24.3125 11.347656 24.117188 11.15625 23.96875 C 10.964844 23.820313 10.957031 23.75 10.96875 23.8125 C 10.9375 23.664063 10.691406 22.398438 10.59375 21.90625 Z\"/></svg></li><li title=\"bitcoin \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 12 3 L 12 6 L 8 6 L 8 26 L 12 26 L 12 29 L 14 29 L 14 26 L 16 26 L 16 29 L 18 29 L 18 26 L 19.5 26 C 22.527344 26 25 23.527344 25 20.5 C 25 18.417969 23.839844 16.589844 22.125 15.65625 C 23.28125 14.644531 24 13.148438 24 11.5 C 24 8.472656 21.527344 6 18.5 6 L 18 6 L 18 3 L 16 3 L 16 6 L 14 6 L 14 3 Z M 10 8 L 18.5 8 C 20.445313 8 22 9.554688 22 11.5 C 22 13.445313 20.445313 15 18.5 15 L 10 15 Z M 10 17 L 19.5 17 C 21.445313 17 23 18.554688 23 20.5 C 23 22.445313 21.445313 24 19.5 24 L 10 24 Z\"/></svg></li><li title=\"bity \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 12.436 3 9.0039375 4.3095 6.3359375 6.6875 C 5.9229375 7.0545 5.8869063 7.6856562 6.2539062 8.0976562 C 6.6209062 8.5096562 7.2510625 8.5466875 7.6640625 8.1796875 C 9.9660625 6.1286875 12.927 5 16 5 C 19.073 5 22.033938 6.1286875 24.335938 8.1796875 C 24.526937 8.3496875 24.764 8.4335938 25 8.4335938 C 25.275 8.4335938 25.548094 8.3206094 25.746094 8.0996094 C 26.113094 7.6876094 26.077063 7.0545 25.664062 6.6875 C 22.996062 4.3095 19.564 3 16 3 z M 11 10 C 10.448 10 10 10.448 10 11 L 10 14.5 C 10 17.023 12.636 19 16 19 C 19.364 19 22 17.023 22 14.5 L 22 11 C 22 10.448 21.552 10 21 10 C 20.448 10 20 10.448 20 11 L 20 14.5 C 20 15.855 18.168 17 16 17 C 13.832 17 12 15.855 12 14.5 L 12 11 C 12 10.448 11.552 10 11 10 z M 4.3261719 13.013672 C 3.7781719 12.925672 3.2686875 13.295844 3.1796875 13.839844 C 3.0606875 14.565844 3 15.311641 3 16.056641 C 3 22.140641 7.0071406 27.449797 12.744141 28.966797 C 12.830141 28.989797 12.916 29 13 29 C 13.443 29 13.847797 28.704813 13.966797 28.257812 C 14.107797 27.722813 13.789859 27.174203 13.255859 27.033203 C 8.3948594 25.747203 5 21.234641 5 16.056641 C 5 15.419641 5.0513438 14.782109 5.1523438 14.162109 C 5.2423438 13.617109 4.8711719 13.102672 4.3261719 13.013672 z M 27.671875 13.013672 C 27.126875 13.102672 26.758656 13.617109 26.847656 14.162109 C 26.949656 14.782109 27 15.419641 27 16.056641 C 27 21.233641 23.604141 25.74725 18.744141 27.03125 C 18.210141 27.17225 17.892203 27.721859 18.033203 28.255859 C 18.151203 28.704859 18.557 29 19 29 C 19.084 29 19.169859 28.988797 19.255859 28.966797 C 24.992859 27.449797 29 22.140641 29 16.056641 C 29 15.311641 28.940313 14.565844 28.820312 13.839844 C 28.732313 13.295844 28.220875 12.925672 27.671875 13.013672 z M 16 20 C 15.448 20 15 20.448 15 21 L 15 24 C 15 24.552 15.448 25 16 25 C 16.552 25 17 24.552 17 24 L 17 21 C 17 20.448 16.552 20 16 20 z\"/></svg></li><li title=\"black tie \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 Z M 7 7 L 25 7 L 25 25 L 7 25 Z M 12 9 L 14.8125 12.625 L 12 20.375 L 16 24 L 20 20.375 L 17.1875 12.625 L 20 9 Z\"/></svg></li><li title=\"blackberry \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832031 3 3 8.832031 3 16 C 3 23.167969 8.832031 29 16 29 C 23.167969 29 29 23.167969 29 16 C 29 8.832031 23.167969 3 16 3 Z M 16 5 C 22.085938 5 27 9.914063 27 16 C 27 22.085938 22.085938 27 16 27 C 9.914063 27 5 22.085938 5 16 C 5 9.914063 9.914063 5 16 5 Z M 9.71875 11 L 9.125 13.6875 L 11.28125 13.6875 C 12.953125 13.6875 13.4375 12.921875 13.4375 12.1875 C 13.4375 11.667969 13.117188 11 11.78125 11 Z M 15.25 11 L 14.65625 13.6875 L 16.8125 13.6875 C 18.484375 13.6875 18.96875 12.921875 18.96875 12.1875 C 18.96875 11.667969 18.644531 11 17.3125 11 Z M 20.3125 13.40625 L 19.71875 16.125 L 21.84375 16.125 C 23.515625 16.125 24 15.332031 24 14.59375 C 24 14.074219 23.675781 13.40625 22.34375 13.40625 Z M 8.96875 15.0625 L 8.40625 17.78125 L 10.53125 17.78125 C 12.203125 17.78125 12.6875 16.984375 12.6875 16.25 C 12.6875 15.730469 12.367188 15.0625 11.03125 15.0625 Z M 14.5 15.0625 L 13.9375 17.78125 L 16.0625 17.78125 C 17.734375 17.78125 18.21875 16.984375 18.21875 16.25 C 18.21875 15.730469 17.894531 15.0625 16.5625 15.0625 Z M 19.5 17.65625 L 18.90625 20.34375 L 21.0625 20.34375 C 22.734375 20.34375 23.1875 19.546875 23.1875 18.8125 C 23.1875 18.292969 22.894531 17.65625 21.5625 17.65625 Z M 13.71875 19.3125 L 13.125 22 L 15.28125 22 C 16.953125 22 17.40625 21.203125 17.40625 20.46875 C 17.40625 19.949219 17.113281 19.3125 15.78125 19.3125 Z\"/></svg></li><li title=\"blender phone solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6.578125 5 C 6.2480781 5.0113906 5.9349687 5.1815156 5.7617188 5.4785156 C 4.6437187 7.3915156 4 9.622 4 12 C 4 14.378 4.6437656 16.607484 5.7597656 18.521484 C 5.9907656 18.916484 6.47025 19.087031 6.90625 18.957031 L 8.8496094 18.376953 C 8.9856094 18.238953 9.0336562 18.035563 8.9726562 17.851562 L 8.1738281 15.427734 C 8.1048281 15.217734 7.9094062 15.076172 7.6914062 15.076172 L 6.8652344 15.076172 C 6.6352344 15.076172 6.4281406 14.922266 6.3691406 14.697266 C 6.1451406 13.835266 6.0292969 12.929 6.0292969 12 C 6.0292969 11.071 6.1451406 10.164734 6.3691406 9.3027344 C 6.4271406 9.0777344 6.6352344 8.9238281 6.8652344 8.9238281 L 7.6933594 8.9238281 C 7.9113594 8.9238281 8.1057813 8.7832187 8.1757812 8.5742188 L 8.9746094 6.1484375 C 9.0346094 5.9634375 8.9875625 5.7600469 8.8515625 5.6230469 L 6.9082031 5.0429688 C 6.7992031 5.0102187 6.6881406 4.9962031 6.578125 5 z M 9.9960938 5 L 11.876953 21.011719 C 10.281033 21.077888 9 22.388132 9 24 L 9 27 L 26 27 L 26 24 C 26 22.432317 24.786487 21.155867 23.251953 21.025391 L 26.957031 5 L 9.9960938 5 z M 12.246094 7 L 24.441406 7 L 23.978516 9 L 19 9 L 19 11 L 23.517578 11 L 23.054688 13 L 19 13 L 19 15 L 22.591797 15 L 22.128906 17 L 19 17 L 19 19 L 21.667969 19 L 21.205078 21 L 13.890625 21 L 12.246094 7 z M 12 23 L 12.109375 23 L 22.794922 23 L 23 23 C 23.551 23 24 23.449 24 24 L 24 25 L 11 25 L 11 24 C 11 23.449 11.449 23 12 23 z\"/></svg></li><li title=\"blender solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 8 5 C 6.346 5 5 6.346 5 8 L 5 13 C 5 14.654 6.346 16 8 16 L 11.242188 16 L 11.869141 21.013672 C 10.276981 21.083943 9 22.390848 9 24 L 9 27 L 26 27 L 26 24 C 26 22.432317 24.786487 21.155867 23.251953 21.025391 L 26.957031 5 L 14 5 L 9.8671875 5 L 8 5 z M 8 7 L 10.117188 7 L 10.992188 14 L 8 14 C 7.449 14 7 13.551 7 13 L 7 8 C 7 7.449 7.449 7 8 7 z M 12.132812 7 L 14 7 L 24.441406 7 L 23.978516 9 L 19 9 L 19 11 L 23.517578 11 L 23.054688 13 L 19 13 L 19 15 L 22.591797 15 L 22.128906 17 L 19 17 L 19 19 L 21.667969 19 L 21.205078 21 L 13.882812 21 L 12.132812 7 z M 12 23 L 23 23 C 23.551 23 24 23.449 24 24 L 24 25 L 11 25 L 11 24 C 11 23.449 11.449 23 12 23 z\"/></svg></li><li title=\"blind solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 14.5 3 C 12.578125 3 11 4.578125 11 6.5 C 11 8.421875 12.578125 10 14.5 10 C 16.421875 10 18 8.421875 18 6.5 C 18 4.578125 16.421875 3 14.5 3 Z M 14.5 5 C 15.339844 5 16 5.660156 16 6.5 C 16 7.339844 15.339844 8 14.5 8 C 13.660156 8 13 7.339844 13 6.5 C 13 5.660156 13.660156 5 14.5 5 Z M 10.8125 10.25 C 10.296875 10.292969 9.816406 10.539063 9.46875 10.9375 L 7.65625 13.03125 C 7.417969 13.304688 7.25 13.640625 7.1875 14 L 6.5 17.875 L 8.46875 18.21875 L 9.15625 14.34375 L 10.96875 12.25 L 11 12.25 L 11.78125 12.40625 L 10.59375 17.78125 C 10.472656 18.339844 10.601563 18.914063 10.9375 19.375 L 16.46875 27 L 18.9375 27 L 12.5625 18.1875 L 13.75 12.78125 L 14.21875 12.875 L 14.96875 15.5 C 15.144531 16.101563 15.597656 16.589844 16.1875 16.8125 L 19.15625 17.9375 L 23.03125 26.6875 L 23.96875 26.3125 L 20 17.375 L 20.40625 16.28125 L 16.90625 14.9375 L 16.125 12.3125 C 15.917969 11.589844 15.332031 11.046875 14.59375 10.90625 L 11.34375 10.28125 C 11.171875 10.25 10.984375 10.234375 10.8125 10.25 Z M 10.46875 21.03125 L 9.96875 22.96875 L 7.0625 27 L 9.53125 27 L 11.84375 23.84375 L 11.96875 23.25 Z\"/></svg></li><li title=\"blog solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 14.519531 4.0097656 C 14.239531 3.9997656 14 4.2295312 14 4.5195312 L 14 6.5 C 14 6.78 14.22 7 14.5 7 L 14.5 7.0195312 C 20.73 7.2595312 25.740469 12.27 25.980469 18.5 L 26 18.5 C 26 18.78 26.22 19 26.5 19 L 28.480469 19 C 28.770469 19 29.000234 18.760469 28.990234 18.480469 C 28.720234 10.620469 22.379531 4.2797656 14.519531 4.0097656 z M 14.519531 9.0097656 C 14.239531 8.9997656 14 9.2395313 14 9.5195312 L 14 11.5 C 14 11.78 14.22 12 14.5 12 L 14.5 12.029297 C 17.97 12.259297 20.740703 15.03 20.970703 18.5 L 21 18.5 C 21 18.78 21.22 19 21.5 19 L 23.480469 19 C 23.760469 19 24.000234 18.760469 23.990234 18.480469 C 23.720234 13.380469 19.619531 9.2797656 14.519531 9.0097656 z M 5.5 10 C 5.22 10 5 10.22 5 10.5 L 5 21.5 C 5 25.08 7.92 28 11.5 28 C 15.08 28 18 25.08 18 21.5 C 18 17.92 15.08 15 11.5 15 C 11.22 15 11 15.22 11 15.5 L 11 18.5 C 11 18.78 11.22 19 11.5 19 C 12.88 19 14 20.12 14 21.5 C 14 22.88 12.88 24 11.5 24 C 10.12 24 9 22.88 9 21.5 L 9 10.5 C 9 10.22 8.78 10 8.5 10 L 5.5 10 z\"/></svg></li><li title=\"blogger b \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 13 7 C 9.686 7 7 9.686 7 13 L 7 20 C 7 23.314 9.686 26 13 26 L 20 26 C 23.314 26 26 23.314 26 20 L 26 15 C 26 14.448 25.552 14 25 14 L 24 14 C 23.448 14 23 13.552 23 13 C 23 9.686 20.314 7 17 7 L 13 7 z M 13 12 L 17 12 C 17.55 12 18 12.45 18 13 C 18 13.55 17.55 14 17 14 L 13 14 C 12.45 14 12 13.55 12 13 C 12 12.45 12.45 12 13 12 z M 13 19 L 20 19 C 20.55 19 21 19.45 21 20 C 21 20.55 20.55 21 20 21 L 13 21 C 12.45 21 12 20.55 12 20 C 12 19.45 12.45 19 13 19 z\"/></svg></li><li title=\"blogger \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 L 5 5 z M 7 7 L 25 7 L 25 25 L 7 25 L 7 7 z M 15 10 C 13 10 13.030391 10.019531 12.400391 10.269531 C 11.230391 10.739531 10.389844 11.720469 10.089844 12.980469 C 10.039844 13.210469 10.019766 13.589766 10.009766 15.759766 C 9.9897656 18.469766 10.009688 18.870156 10.179688 19.410156 C 10.599687 20.740156 11.790703 21.719453 12.970703 21.939453 C 13.370703 22.009453 18.26 22.030938 18.75 21.960938 C 19.63 21.840937 20.299453 21.490078 20.939453 20.830078 C 21.409453 20.360078 21.700625 19.849922 21.890625 19.169922 C 22.030625 18.699922 22.020938 15.349375 21.960938 15.109375 C 21.910937 14.899375 21.790859 14.689375 21.630859 14.609375 C 21.580859 14.589375 21.280938 14.559063 20.960938 14.539062 C 20.420938 14.519063 20.359453 14.510391 20.189453 14.400391 C 19.929453 14.250391 19.849609 14.069141 19.849609 13.619141 C 19.849609 12.739141 19.48 11.909922 18.75 11.169922 C 18.23 10.639922 17.660234 10.280078 16.990234 10.080078 C 16.840234 10.040078 16.19 10 15 10 z M 13.769531 13 L 16.0625 13 C 16.4875 13 16.832031 13.344531 16.832031 13.769531 C 16.832031 14.194531 16.4875 14.539063 16.0625 14.539062 L 13.769531 14.539062 C 13.344531 14.539062 13 14.194531 13 13.769531 C 13 13.344531 13.344531 13 13.769531 13 z M 13.769531 17.460938 L 18.042969 17.460938 C 18.467969 17.460938 18.8125 17.805469 18.8125 18.230469 C 18.8125 18.655469 18.467969 19 18.042969 19 L 13.769531 19 C 13.344531 19 13 18.655469 13 18.230469 C 13 17.805469 13.344531 17.460937 13.769531 17.460938 z\"/></svg></li><li title=\"bluetooth b \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 14 3.59375 L 14 13.5625 L 9.71875 9.28125 L 8.28125 10.71875 L 13.5625 16 L 8.28125 21.28125 L 9.71875 22.71875 L 14 18.4375 L 14 28.40625 L 15.71875 26.71875 L 20.71875 21.71875 L 21.40625 21 L 20.71875 20.28125 L 16.4375 16 L 20.71875 11.71875 L 21.40625 11 L 20.71875 10.28125 L 15.71875 5.28125 Z M 16 8.4375 L 18.5625 11 L 16 13.5625 Z M 16 18.4375 L 18.5625 21 L 16 23.5625 Z\"/></svg></li><li title=\"bluetooth \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 2 C 12.886719 2 10.03125 2.742188 8.03125 4.96875 C 6.03125 7.195313 5 10.714844 5 16 C 5 21.285156 6.03125 24.804688 8.03125 27.03125 C 10.03125 29.257813 12.886719 30 16 30 C 19.113281 30 21.972656 29.257813 23.96875 27.03125 C 25.964844 24.804688 27 21.285156 27 16 C 27 10.714844 25.964844 7.195313 23.96875 4.96875 C 21.972656 2.742188 19.113281 2 16 2 Z M 16 4 C 18.808594 4 20.945313 4.617188 22.46875 6.3125 C 23.992188 8.007813 25 10.980469 25 16 C 25 21.019531 23.992188 23.992188 22.46875 25.6875 C 20.945313 27.382813 18.808594 28 16 28 C 13.191406 28 11.054688 27.382813 9.53125 25.6875 C 8.007813 23.992188 7 21.019531 7 16 C 7 10.980469 8.007813 8.007813 9.53125 6.3125 C 11.054688 4.617188 13.191406 4 16 4 Z M 15 7 L 15 13.5625 L 12.71875 11.28125 L 11.28125 12.71875 L 14.5625 16 L 11.28125 19.28125 L 12.71875 20.71875 L 15 18.4375 L 15 25 L 16.59375 23.8125 L 20.59375 20.8125 L 21.53125 20.09375 L 17.4375 16 L 21.53125 11.90625 L 20.59375 11.1875 L 16.59375 8.1875 Z M 17 11 L 18.46875 12.09375 L 17 13.5625 Z M 17 18.4375 L 18.46875 19.90625 L 17 21 Z\"/></svg></li><li title=\"bold solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 7 C 18.800781 7 21 9.199219 21 12 C 21 13.300781 20.5 14.398438 19.699219 15.300781 C 21.601563 16 23 17.800781 23 20 C 23 22.800781 20.800781 25 18 25 L 7 25 L 7 7 L 16 7 M 9 15 L 16 15 C 17.699219 15 19 13.699219 19 12 C 19 10.300781 17.699219 9 16 9 L 9 9 L 9 15 M 9 23 L 18 23 C 19.699219 23 21 21.699219 21 20 C 21 18.300781 19.699219 17 18 17 L 9 17 L 9 23 M 16 5 L 5 5 L 5 27 L 18 27 C 21.898438 27 25 23.898438 25 20 C 25 17.898438 24 15.898438 22.5 14.601563 C 22.800781 13.800781 23 12.898438 23 12 C 23 8.101563 19.898438 5 16 5 Z M 11 11 L 16 11 C 16.601563 11 17 11.398438 17 12 C 17 12.601563 16.601563 13 16 13 L 11 13 Z M 11 19 L 18 19 C 18.601563 19 19 19.398438 19 20 C 19 20.601563 18.601563 21 18 21 L 11 21 Z\"/></svg></li><li title=\"bolt solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 6 L 16 15 L 20 16 L 16.101563 26 L 16 26 L 16 17.96875 L 12 16.96875 L 15.898438 6 L 16 6 M 18 4 L 14.488281 4 L 14.015625 5.328125 L 10.113281 16.300781 L 9.378906 18.375 L 11.515625 18.910156 L 14 19.53125 L 14 28 L 17.46875 28 L 17.964844 26.726563 L 21.863281 16.726563 L 22.6875 14.609375 L 18 13.4375 Z\"/></svg></li><li title=\"bomb solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 24.734375 5.867188 C 24.382813 5.875 24.023438 5.9375 23.683594 6.050781 C 21.597656 6.746094 20.378906 8.320313 19.714844 9.511719 C 19.113281 9.195313 18.433594 9 17.699219 9 L 17.300781 9 L 15.699219 10.597656 C 14.398438 10 13.097656 9.800781 11.597656 10 C 7.800781 10.300781 4.5 13.5 4.101563 17.402344 C 3.800781 20 4.699219 22.601563 6.5 24.5 C 8.101563 26.101563 10.300781 27 12.5 27 C 12.898438 27 13.199219 27 13.597656 26.902344 C 17.5 26.402344 20.597656 23.300781 21.097656 19.300781 C 21.199219 17.800781 21 16.398438 20.5 15.199219 L 22 13.699219 L 22 13.300781 C 22 12.398438 21.730469 11.5625 21.265625 10.875 C 21.707031 9.984375 22.652344 8.503906 24.316406 7.949219 C 25.050781 7.703125 25.441406 7.84375 25.671875 8.242188 C 25.90625 8.636719 26.023438 9.714844 25.105469 11.550781 C 24.386719 12.894531 22.203125 16.621094 23.769531 22.375 L 21 22.699219 L 23.597656 24 L 21.597656 26.800781 L 24.699219 25.097656 L 25.902344 26.800781 L 25.902344 24.597656 L 29.097656 25.699219 L 27 23.597656 L 28.699219 22.300781 L 26.5 22.300781 L 26.5 18 L 25.355469 20.34375 C 24.625 16.171875 26.15625 13.835938 26.882813 12.46875 C 26.886719 12.464844 26.890625 12.457031 26.894531 12.449219 C 27.976563 10.285156 28.144531 8.511719 27.402344 7.234375 C 27.03125 6.597656 26.441406 6.1875 25.777344 5.992188 C 25.445313 5.898438 25.089844 5.855469 24.734375 5.867188 Z M 18.097656 11 C 19 11.199219 19.800781 11.902344 20 12.902344 L 19.097656 13.800781 C 18.097656 13.699219 17.300781 12.902344 17.199219 11.902344 Z M 12.597656 11.902344 C 13.597656 11.902344 14.5 12.097656 15.300781 12.597656 C 15.699219 14.199219 16.898438 15.398438 18.5 15.699219 C 19 16.699219 19.199219 17.800781 19.097656 19.097656 C 18.800781 22.097656 16.300781 24.601563 13.402344 24.902344 C 11.402344 25.101563 9.398438 24.5 8 23 C 6.601563 21.601563 5.898438 19.597656 6.101563 17.597656 C 6.398438 14.699219 8.902344 12.199219 11.800781 12 C 12.101563 12 12.398438 11.902344 12.597656 11.902344 Z\"/></svg></li><li title=\"bone solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 20 4 C 17.800781 4 16 5.800781 16 8 C 16 9 16.453125 9.832031 17.0625 10.53125 L 10.53125 17.0625 C 9.832031 16.453125 9 16 8 16 C 5.800781 16 4 17.800781 4 20 C 4 22.199219 5.800781 24 8 24 C 8 26.199219 9.800781 28 12 28 C 14.199219 28 16 26.199219 16 24 C 16 23 15.546875 22.167969 14.9375 21.46875 L 21.46875 14.9375 C 22.167969 15.546875 23 16 24 16 C 26.199219 16 28 14.199219 28 12 C 28 9.800781 26.199219 8 24 8 C 24 5.800781 22.199219 4 20 4 Z M 20 6 C 21.117188 6 22 6.882813 22 8 C 22 8.171875 21.972656 8.347656 21.90625 8.5625 L 21.71875 9.15625 L 22.15625 9.5625 L 22.4375 9.84375 L 22.84375 10.28125 L 23.4375 10.09375 C 23.652344 10.027344 23.828125 10 24 10 C 25.117188 10 26 10.882813 26 12 C 26 13.117188 25.117188 14 24 14 C 23.269531 14 22.667969 13.613281 22.3125 13.03125 L 21.625 11.9375 L 20.75 12.84375 L 12.84375 20.75 L 11.9375 21.625 L 13.03125 22.3125 C 13.613281 22.667969 14 23.269531 14 24 C 14 25.117188 13.117188 26 12 26 C 10.882813 26 10 25.117188 10 24 C 10 23.828125 10.027344 23.652344 10.09375 23.4375 L 10.28125 22.84375 L 9.84375 22.4375 L 9.5625 22.15625 L 9.15625 21.71875 L 8.5625 21.90625 C 8.347656 21.972656 8.171875 22 8 22 C 6.882813 22 6 21.117188 6 20 C 6 18.882813 6.882813 18 8 18 C 8.730469 18 9.332031 18.386719 9.6875 18.96875 L 10.375 20.0625 L 11.25 19.15625 L 19.15625 11.25 L 20.0625 10.375 L 18.96875 9.6875 C 18.386719 9.332031 18 8.730469 18 8 C 18 6.882813 18.882813 6 20 6 Z\"/></svg></li><li title=\"bong solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 12 4 L 12 6 L 20 6 L 20 4 L 12 4 z M 13 7 L 13 14.677734 C 10.091057 15.875395 8 18.66082 8 22 C 8 24.23551 8.9251547 26.275654 10.414062 27.71875 L 10.705078 28 L 21.294922 28 L 21.585938 27.71875 C 23.074846 26.275654 24 24.23551 24 22 C 24 20.547126 23.531145 19.235307 22.853516 18.060547 L 24.767578 16.146484 L 25.474609 16.853516 L 26.888672 15.439453 L 24.060547 12.611328 L 22.646484 14.025391 L 23.353516 14.732422 L 21.632812 16.453125 C 20.882768 15.691855 20.003946 15.091076 19 14.677734 L 19 7 L 17 7 L 17 16.035156 L 17.714844 16.248047 C 19.55248 16.794887 21.014509 18.196819 21.650391 20 L 10.349609 20 C 10.985491 18.196819 12.44752 16.794887 14.285156 16.248047 L 15 16.035156 L 15 7 L 13 7 z M 10 22 L 22 22 C 22 23.560779 21.358174 24.943206 20.386719 26 L 11.613281 26 C 10.641826 24.943206 10 23.560779 10 22 z\"/></svg></li><li title=\"book dead solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 9 4 C 7.355 4 6 5.355 6 7 L 6 25 C 6 26.645 7.355 28 9 28 L 26 28 L 26 4 L 9 4 z M 9 6 L 24 6 L 24 22 L 9 22 C 8.648 22 8.316 22.0735 8 22.1875 L 8 7 C 8 6.434 8.434 6 9 6 z M 16 9 C 10.074 9 11.0625 17 11.0625 17 L 13 17 L 13 19 L 19 19 L 19 17 L 20.9375 17 C 20.9375 17 21.926 9 16 9 z M 14 13 C 14.55 13 15 13.45 15 14 C 15 14.55 14.55 15 14 15 C 13.45 15 13 14.55 13 14 C 13 13.45 13.45 13 14 13 z M 18 13 C 18.55 13 19 13.45 19 14 C 19 14.55 18.55 15 18 15 C 17.45 15 17 14.55 17 14 C 17 13.45 17.45 13 18 13 z M 16 15 L 17 17 L 15 17 L 16 15 z M 9 24 L 24 24 L 24 26 L 9 26 C 8.434 26 8 25.566 8 25 C 8 24.434 8.434 24 9 24 z\"/></svg></li><li title=\"book medical solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 9 4 C 7.355469 4 6 5.355469 6 7 L 6 25 C 6 26.644531 7.355469 28 9 28 L 26 28 L 26 4 Z M 9 6 L 24 6 L 24 22 L 9 22 C 8.648438 22 8.316406 22.074219 8 22.1875 L 8 7 C 8 6.433594 8.433594 6 9 6 Z M 15 10 L 15 13 L 12 13 L 12 15 L 15 15 L 15 18 L 17 18 L 17 15 L 20 15 L 20 13 L 17 13 L 17 10 Z M 9 24 L 24 24 L 24 26 L 9 26 C 8.433594 26 8 25.566406 8 25 C 8 24.433594 8.433594 24 9 24 Z\"/></svg></li><li title=\"book open solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 3 6 L 3 25 L 13 25 C 14.101563 25 15 25.898438 15 27 L 17 27 C 17 25.898438 17.898438 25 19 25 L 29 25 L 29 6 L 19 6 C 17.808594 6 16.734375 6.527344 16 7.359375 C 15.265625 6.527344 14.191406 6 13 6 Z M 5 8 L 13 8 C 14.101563 8 15 8.898438 15 10 L 17 10 C 17 8.898438 17.898438 8 19 8 L 27 8 L 27 23 L 19 23 C 17.808594 23 16.734375 23.527344 16 24.359375 C 15.265625 23.527344 14.191406 23 13 23 L 5 23 Z M 15 12 L 15 14 L 17 14 L 17 12 Z M 15 16 L 15 18 L 17 18 L 17 16 Z M 15 20 L 15 22 L 17 22 L 17 20 Z\"/></svg></li><li title=\"book reader solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 12.699219 4 10 6.699219 10 10 C 10 11.007813 10.246094 11.945313 10.6875 12.78125 C 8.863281 12.335938 6.640625 12 4 12 L 2.71875 12 L 6.21875 26 L 7 26 C 10.40625 26 12.5 26.488281 13.71875 26.9375 C 14.328125 27.164063 14.714844 27.386719 14.9375 27.53125 C 15.160156 27.675781 15.1875 27.6875 15.1875 27.6875 L 15.46875 28 L 16.53125 28 L 16.8125 27.6875 C 16.8125 27.6875 16.839844 27.675781 17.0625 27.53125 C 17.285156 27.386719 17.671875 27.164063 18.28125 26.9375 C 19.5 26.488281 21.59375 26 25 26 L 25.78125 26 L 29.28125 12 L 28 12 C 25.371094 12 23.152344 12.316406 21.34375 12.75 C 21.773438 11.925781 22 10.992188 22 10 C 22 6.699219 19.300781 4 16 4 Z M 16 6 C 18.222656 6 20 7.777344 20 10 C 20 12.222656 18.222656 14 16 14 C 13.777344 14 12 12.222656 12 10 C 12 7.777344 13.777344 6 16 6 Z M 5.3125 14.125 C 8.421875 14.277344 10.960938 14.816406 12.625 15.4375 C 13.964844 15.9375 14.625 16.324219 15 16.5625 L 15 25.3125 C 14.820313 25.230469 14.65625 25.144531 14.4375 25.0625 C 13.085938 24.5625 10.867188 24.140625 7.78125 24.0625 Z M 26.6875 14.125 L 24.21875 24.0625 C 21.132813 24.140625 18.914063 24.5625 17.5625 25.0625 C 17.34375 25.144531 17.179688 25.230469 17 25.3125 L 17 16.5625 C 17.375 16.320313 18.03125 15.929688 19.34375 15.4375 C 20.996094 14.816406 23.539063 14.277344 26.6875 14.125 Z\"/></svg></li><li title=\"book solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 9 4 C 7.355469 4 6 5.355469 6 7 L 6 25 C 6 26.644531 7.355469 28 9 28 L 26 28 L 26 4 Z M 9 6 L 24 6 L 24 22 L 9 22 C 8.648438 22 8.316406 22.074219 8 22.1875 L 8 7 C 8 6.433594 8.433594 6 9 6 Z M 11 9 L 11 11 L 22 11 L 22 9 Z M 9 24 L 24 24 L 24 26 L 9 26 C 8.433594 26 8 25.566406 8 25 C 8 24.433594 8.433594 24 9 24 Z\"/></svg></li><li title=\"bookmark solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 7 5 L 7 28 L 8.59375 26.8125 L 16 21.25 L 23.40625 26.8125 L 25 28 L 25 5 Z M 9 7 L 23 7 L 23 24 L 16.59375 19.1875 L 16 18.75 L 15.40625 19.1875 L 9 24 Z\"/></svg></li><li title=\"bookmark \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 7 5 L 7 28 L 8.59375 26.8125 L 16 21.25 L 23.40625 26.8125 L 25 28 L 25 5 Z M 9 7 L 23 7 L 23 24 L 16.59375 19.1875 L 16 18.75 L 15.40625 19.1875 L 9 24 Z\"/></svg></li><li title=\"bootstrap \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 L 5 5 z M 7 7 L 25 7 L 25 25 L 7 25 L 7 7 z M 11 10 L 11 15.509766 L 11 21.990234 C 16.93 21.990234 18.116563 22.070234 19.226562 21.740234 C 19.876562 21.540234 21.65625 20.900391 21.65625 18.650391 C 21.65625 17.650391 21.356484 15.959062 19.396484 15.539062 L 19.396484 15.509766 L 19.027344 15.509766 C 20.027344 15.059766 20.65625 14.210937 20.65625 12.960938 C 20.65625 12.640937 20.746094 10 17.246094 10 L 11 10 z M 13 12 L 17 12 C 18.509 12 18.65625 12.853234 18.65625 13.490234 C 18.65625 15.044234 17.03 15 17 15 L 13 15 L 13 12 z M 13 17 L 17.759766 17 C 19.620766 17 19.65625 18.176469 19.65625 18.480469 C 19.65625 20.040469 18.044609 20 17.849609 20 L 13 20 L 13 17 z\"/></svg></li><li title=\"border all solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 L 5 5 z M 7 7 L 15 7 L 15 15 L 7 15 L 7 7 z M 17 7 L 25 7 L 25 15 L 17 15 L 17 7 z M 7 17 L 15 17 L 15 25 L 7 25 L 7 17 z M 17 17 L 25 17 L 25 25 L 17 25 L 17 17 z\"/></svg></li><li title=\"border none solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 7 L 5 9 L 7 9 L 7 7 L 9 7 L 9 5 L 5 5 z M 11 5 L 11 7 L 15 7 L 15 5 L 11 5 z M 17 5 L 17 7 L 21 7 L 21 5 L 17 5 z M 23 5 L 23 7 L 25 7 L 25 9 L 27 9 L 27 7 L 27 5 L 25 5 L 23 5 z M 15 9 L 15 13 L 17 13 L 17 9 L 15 9 z M 5 11 L 5 15 L 7 15 L 7 11 L 5 11 z M 25 11 L 25 15 L 27 15 L 27 11 L 25 11 z M 9 15 L 9 17 L 13 17 L 13 15 L 9 15 z M 15 15 L 15 17 L 17 17 L 17 15 L 15 15 z M 19 15 L 19 17 L 23 17 L 23 15 L 19 15 z M 5 17 L 5 21 L 7 21 L 7 17 L 5 17 z M 25 17 L 25 21 L 27 21 L 27 17 L 25 17 z M 15 19 L 15 23 L 17 23 L 17 19 L 15 19 z M 5 23 L 5 27 L 7 27 L 9 27 L 9 25 L 7 25 L 7 23 L 5 23 z M 25 23 L 25 25 L 23 25 L 23 27 L 25 27 L 27 27 L 27 25 L 27 23 L 25 23 z M 11 25 L 11 27 L 15 27 L 15 25 L 11 25 z M 17 25 L 17 27 L 21 27 L 21 25 L 17 25 z\"/></svg></li><li title=\"border style solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 25 L 5 27 L 7 27 L 9 27 L 9 25 L 7 25 L 7 7 L 25 7 L 25 9 L 27 9 L 27 7 L 27 5 L 25 5 L 5 5 z M 25 11 L 25 15 L 27 15 L 27 11 L 25 11 z M 25 17 L 25 21 L 27 21 L 27 17 L 25 17 z M 25 23 L 25 25 L 23 25 L 23 27 L 27 27 L 27 25 L 27 23 L 25 23 z M 11 25 L 11 27 L 15 27 L 15 25 L 11 25 z M 17 25 L 17 27 L 21 27 L 21 25 L 17 25 z\"/></svg></li><li title=\"bowling ball solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 8.832 23.168 3 16 3 z M 16 5 C 22.065 5 27 9.935 27 16 C 27 22.065 22.065 27 16 27 C 9.935 27 5 22.065 5 16 C 5 9.935 9.935 5 16 5 z M 14.5 9 A 1.5 1.5 0 0 0 14.5 12 A 1.5 1.5 0 0 0 14.5 9 z M 10.5 13 A 1.5 1.5 0 0 0 10.5 16 A 1.5 1.5 0 0 0 10.5 13 z M 15.5 14 A 1.5 1.5 0 0 0 15.5 17 A 1.5 1.5 0 0 0 15.5 14 z\"/></svg></li><li title=\"box open solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 L 11 8 L 21 8 Z M 8.5 5 L 5 9.65625 L 5 27 L 27 27 L 27 9.65625 L 23.5 5 L 18.5 5 L 21 7 L 22.5 7 L 24 9 L 8 9 L 9.5 7 L 11 7 L 13.5 5 Z M 7 11 L 25 11 L 25 25 L 7 25 Z M 12.8125 13 C 12.261719 13.050781 11.855469 13.542969 11.90625 14.09375 C 11.957031 14.644531 12.449219 15.050781 13 15 L 19 15 C 19.359375 15.003906 19.695313 14.816406 19.878906 14.503906 C 20.058594 14.191406 20.058594 13.808594 19.878906 13.496094 C 19.695313 13.183594 19.359375 12.996094 19 13 L 13 13 C 12.96875 13 12.9375 13 12.90625 13 C 12.875 13 12.84375 13 12.8125 13 Z\"/></svg></li><li title=\"box solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 8.5 5 L 8.1875 5.40625 L 5 9.65625 L 5 27 L 27 27 L 27 9.65625 L 23.8125 5.40625 L 23.5 5 Z M 9.5 7 L 15 7 L 15 9 L 8 9 Z M 17 7 L 22.5 7 L 24 9 L 17 9 Z M 7 11 L 25 11 L 25 25 L 7 25 Z M 12.8125 13 C 12.261719 13.050781 11.855469 13.542969 11.90625 14.09375 C 11.957031 14.644531 12.449219 15.050781 13 15 L 19 15 C 19.359375 15.003906 19.695313 14.816406 19.878906 14.503906 C 20.058594 14.191406 20.058594 13.808594 19.878906 13.496094 C 19.695313 13.183594 19.359375 12.996094 19 13 L 13 13 C 12.96875 13 12.9375 13 12.90625 13 C 12.875 13 12.84375 13 12.8125 13 Z\"/></svg></li><li title=\"boxes solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 10 4 L 10 15 L 22 15 L 22 4 L 10 4 z M 12 6 L 14 6 L 14 10 L 16 8 L 18 10 L 18 6 L 20 6 L 20 13 L 12 13 L 12 6 z M 3 17 L 3 28 L 15 28 L 15 17 L 3 17 z M 17 17 L 17 28 L 29 28 L 29 17 L 17 17 z M 5 19 L 7 19 L 7 23 L 9 21 L 11 23 L 11 19 L 13 19 L 13 26 L 5 26 L 5 19 z M 19 19 L 21 19 L 21 23 L 23 21 L 25 23 L 25 19 L 27 19 L 27 26 L 19 26 L 19 19 z\"/></svg></li><li title=\"braille solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 12 6 C 10.894531 6 10 6.894531 10 8 C 10 9.105469 10.894531 10 12 10 C 13.105469 10 14 9.105469 14 8 C 14 6.894531 13.105469 6 12 6 Z M 20 6 C 18.894531 6 18 6.894531 18 8 C 18 9.105469 18.894531 10 20 10 C 21.105469 10 22 9.105469 22 8 C 22 6.894531 21.105469 6 20 6 Z M 12 14 C 10.894531 14 10 14.894531 10 16 C 10 17.105469 10.894531 18 12 18 C 13.105469 18 14 17.105469 14 16 C 14 14.894531 13.105469 14 12 14 Z M 20 14 C 18.894531 14 18 14.894531 18 16 C 18 17.105469 18.894531 18 20 18 C 21.105469 18 22 17.105469 22 16 C 22 14.894531 21.105469 14 20 14 Z M 12 22 C 10.894531 22 10 22.894531 10 24 C 10 25.105469 10.894531 26 12 26 C 13.105469 26 14 25.105469 14 24 C 14 22.894531 13.105469 22 12 22 Z M 20 22 C 18.894531 22 18 22.894531 18 24 C 18 25.105469 18.894531 26 20 26 C 21.105469 26 22 25.105469 22 24 C 22 22.894531 21.105469 22 20 22 Z\"/></svg></li><li title=\"brain solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 13 4 C 11.089844 4 9.542969 5.386719 9.15625 7.1875 C 6.824219 7.605469 5 9.550781 5 12 C 5 12.246094 5.027344 12.464844 5.0625 12.6875 C 4.417969 13.636719 4 14.753906 4 16 C 4 17.796875 4.894531 19.308594 6.15625 20.40625 C 6.066406 20.761719 6 21.117188 6 21.5 C 6 23.972656 8.027344 26 10.5 26 C 10.527344 26 10.539063 26 10.5625 26 C 11.144531 27.128906 12.152344 28 13.5 28 C 14.476563 28 15.363281 27.589844 16 26.9375 C 16.636719 27.589844 17.523438 28 18.5 28 C 19.847656 28 20.855469 27.128906 21.4375 26 C 21.460938 26 21.472656 26 21.5 26 C 23.847656 26 25.773438 24.171875 25.96875 21.875 L 26 21.875 C 26 21.8125 25.972656 21.75 25.96875 21.6875 C 25.972656 21.625 26 21.5625 26 21.5 C 26 21.128906 25.867188 20.8125 25.78125 20.46875 C 27.078125 19.367188 28 17.828125 28 16 C 28 14.753906 27.582031 13.636719 26.9375 12.6875 C 26.972656 12.464844 27 12.246094 27 12 C 27 9.550781 25.175781 7.605469 22.84375 7.1875 C 22.457031 5.386719 20.910156 4 19 4 C 17.800781 4 16.734375 4.558594 16 5.40625 C 15.265625 4.558594 14.199219 4 13 4 Z M 13 6 C 14.117188 6 15 6.882813 15 8 L 15 10 C 15 11.667969 13.667969 13 12 13 L 12 15 C 13.132813 15 14.160156 14.609375 15 13.96875 L 15 24.5 C 15 25.339844 14.339844 26 13.5 26 C 12.753906 26 12.15625 25.484375 12.03125 24.78125 L 11.84375 23.8125 L 10.875 23.96875 C 10.699219 23.996094 10.589844 24 10.5 24 C 9.109375 24 8 22.890625 8 21.5 C 8 21.191406 8.050781 20.902344 8.15625 20.625 C 8.164063 20.601563 8.179688 20.585938 8.1875 20.5625 C 8.496094 19.792969 9.167969 19.230469 10 19.0625 L 9.59375 17.09375 C 8.550781 17.304688 7.644531 17.859375 7 18.65625 C 6.371094 17.953125 6 17.023438 6 16 C 6 15.0625 6.320313 14.226563 6.875 13.53125 L 7.1875 13.15625 L 7.09375 12.65625 C 7.039063 12.421875 7 12.214844 7 12 C 7 10.332031 8.332031 9 10 9 L 11 9 L 11 8 C 11 6.882813 11.882813 6 13 6 Z M 19 6 C 20.117188 6 21 6.882813 21 8 L 21 9 L 22 9 C 23.667969 9 25 10.332031 25 12 C 25 12.214844 24.960938 12.421875 24.90625 12.65625 L 24.8125 13.15625 L 25.125 13.53125 C 25.679688 14.226563 26 15.0625 26 16 C 26 17.199219 25.488281 18.269531 24.65625 19 C 23.972656 18.394531 23.101563 18 22.125 18 C 21.179688 18 20.328125 18.335938 19.65625 18.90625 L 20.9375 20.4375 C 21.261719 20.164063 21.660156 20 22.125 20 C 23.089844 20 23.859375 20.722656 23.96875 21.65625 C 23.886719 22.972656 22.835938 24 21.5 24 C 21.410156 24 21.300781 23.996094 21.125 23.96875 L 20.15625 23.8125 L 19.96875 24.78125 C 19.84375 25.484375 19.246094 26 18.5 26 C 17.660156 26 17 25.339844 17 24.5 L 17 13.96875 C 17.839844 14.609375 18.867188 15 20 15 L 20 13 C 18.332031 13 17 11.667969 17 10 L 17 8 C 17 6.882813 17.882813 6 19 6 Z\"/></svg></li><li title=\"bread slice solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 8.822 4 4 8.4303594 4 12.568359 C 4 14.014359 4.775 15.191891 6 15.712891 L 6 24 C 6 26.206 7.794 28 10 28 L 22 28 C 24.206 28 26 26.206 26 24 L 26 15.712891 C 27.225 15.191891 28 14.014359 28 12.568359 C 28 8.4303594 23.178 4 16 4 z M 16 6 C 22.438 6 26 9.8833594 26 12.568359 C 26 13.336359 25.56675 13.862562 24.84375 13.976562 L 24 14.111328 L 24 24 C 24 25.103 23.103 26 22 26 L 10 26 C 8.897 26 8 25.103 8 24 L 8 14.111328 L 7.15625 13.978516 C 6.43325 13.863516 6 13.336359 6 12.568359 C 6 9.8833594 9.562 6 16 6 z\"/></svg></li><li title=\"briefcase medical solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 14 5 C 12.90625 5 12 5.90625 12 7 L 12 8 L 6 8 C 4.355469 8 3 9.355469 3 11 L 3 26 L 29 26 L 29 11 C 29 9.355469 27.644531 8 26 8 L 20 8 L 20 7 C 20 5.90625 19.09375 5 18 5 Z M 14 7 L 18 7 L 18 8 L 14 8 Z M 6 10 L 26 10 C 26.566406 10 27 10.433594 27 11 L 27 24 L 5 24 L 5 11 C 5 10.433594 5.433594 10 6 10 Z M 15 13 L 15 16 L 12 16 L 12 18 L 15 18 L 15 21 L 17 21 L 17 18 L 20 18 L 20 16 L 17 16 L 17 13 Z\"/></svg></li><li title=\"briefcase solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 14.136719 3 12.601563 4.277344 12.15625 6 L 3 6 L 3 26 L 29 26 L 29 6 L 19.84375 6 C 19.398438 4.277344 17.863281 3 16 3 Z M 16 5 C 16.808594 5 17.429688 5.386719 17.75 6 L 14.25 6 C 14.570313 5.386719 15.191406 5 16 5 Z M 5 8 L 27 8 L 27 17 L 5 17 Z M 16 14 C 15.449219 14 15 14.449219 15 15 C 15 15.550781 15.449219 16 16 16 C 16.550781 16 17 15.550781 17 15 C 17 14.449219 16.550781 14 16 14 Z M 5 19 L 27 19 L 27 24 L 5 24 Z\"/></svg></li><li title=\"broadcast tower solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 7.1875 4.1875 C 2.890625 8.371094 2.90625 15.3125 7.1875 19.59375 L 8.59375 18.1875 C 5.074219 14.667969 5.089844 9.039063 8.59375 5.625 Z M 24.8125 4.28125 L 23.40625 5.71875 C 26.929688 9.242188 26.929688 14.757813 23.40625 18.28125 L 24.8125 19.71875 C 29.085938 15.445313 29.085938 8.554688 24.8125 4.28125 Z M 9.90625 7.1875 C 7.320313 9.773438 7.320313 14.007813 9.90625 16.59375 L 11.3125 15.1875 C 9.5 13.375 9.5 10.40625 11.3125 8.59375 Z M 22.09375 7.28125 L 20.6875 8.71875 C 22.5 10.53125 22.5 13.46875 20.6875 15.28125 L 22.09375 16.71875 C 24.679688 14.132813 24.679688 9.867188 22.09375 7.28125 Z M 16 10 C 14.894531 10 14 10.894531 14 12 C 14 12.625 14.300781 13.164063 14.75 13.53125 L 10.3125 26 L 9 26 L 9 28 L 13 28 L 13 26 L 12.40625 26 L 16 15.96875 L 19.59375 26 L 19 26 L 19 28 L 23 28 L 23 26 L 21.6875 26 L 17.25 13.53125 C 17.699219 13.164063 18 12.625 18 12 C 18 10.894531 17.105469 10 16 10 Z\"/></svg></li><li title=\"broom solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 28.28125 2.28125 L 18.28125 12.28125 L 17 11 L 17 10.96875 L 16.96875 10.9375 C 16.328125 10.367188 15.492188 10.09375 14.6875 10.09375 C 13.882813 10.09375 13.105469 10.394531 12.5 11 L 12.34375 11.125 L 11.84375 11.625 L 11.5 11.90625 L 2.375 19 L 1.5 19.71875 L 12.28125 30.5 L 13 29.625 L 20.0625 20.5625 L 20.09375 20.59375 L 21.09375 19.59375 L 21.125 19.59375 L 21.15625 19.5625 C 22.296875 18.277344 22.304688 16.304688 21.09375 15.09375 L 19.71875 13.71875 L 29.71875 3.71875 Z M 14.6875 12.09375 C 14.996094 12.085938 15.335938 12.191406 15.59375 12.40625 C 15.605469 12.414063 15.613281 12.429688 15.625 12.4375 L 19.6875 16.5 C 20.0625 16.875 20.097656 17.671875 19.6875 18.1875 C 19.671875 18.207031 19.671875 18.230469 19.65625 18.25 L 19.34375 18.53125 L 13.5625 12.75 L 13.90625 12.40625 C 14.097656 12.214844 14.378906 12.101563 14.6875 12.09375 Z M 12.03125 14.03125 L 17.96875 19.96875 L 12.09375 27.46875 L 10.65625 26.03125 L 12.8125 23.78125 L 11.375 22.40625 L 9.25 24.625 L 7.9375 23.3125 L 11.8125 19.40625 L 10.40625 18 L 6.5 21.875 L 4.53125 19.90625 Z\"/></svg></li><li title=\"brush solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 19 2.03125 L 18.28125 2.71875 L 12.71875 8.3125 L 12 9 L 11 10 L 8.71875 12.3125 L 8.15625 12.875 L 8.59375 13.5625 C 8.59375 13.5625 9.203125 14.5 9.6875 15.53125 C 9.929688 16.046875 10.148438 16.59375 10.21875 16.96875 C 10.253906 17.15625 10.257813 17.269531 10.25 17.3125 C 10.140625 17.398438 8.824219 18.441406 7.25 19.71875 C 5.609375 21.046875 3.867188 22.445313 3.15625 23.15625 C 1.601563 24.710938 1.601563 27.257813 3.15625 28.8125 C 4.703125 30.359375 7.226563 30.347656 8.78125 28.8125 L 8.8125 28.8125 C 9.527344 28.097656 10.960938 26.382813 12.28125 24.75 C 13.570313 23.15625 14.65625 21.800781 14.71875 21.71875 C 14.714844 21.722656 14.761719 21.65625 15.125 21.71875 C 15.488281 21.78125 16.003906 21.96875 16.5 22.21875 C 17.492188 22.714844 18.40625 23.375 18.40625 23.375 L 19.09375 23.875 L 19.6875 23.28125 L 22 21 L 23 20 L 23.6875 19.28125 L 29.28125 13.71875 L 29.96875 13 L 29.28125 12.28125 L 19.71875 2.71875 Z M 20.3125 7.25 C 20.503906 7.265625 20.652344 7.339844 20.78125 7.46875 C 21.292969 7.984375 20.546875 9.988281 20.1875 10.84375 C 19.828125 11.703125 19.941406 12.375 20.40625 12.84375 C 21.199219 13.644531 23.296875 11.761719 24.1875 12.65625 C 25.074219 13.550781 23.460938 15.453125 24.03125 16.03125 C 24.042969 16.042969 24.050781 16.050781 24.0625 16.0625 L 22.28125 17.84375 L 14.15625 9.71875 L 15.53125 8.34375 C 15.550781 8.367188 15.570313 8.382813 15.59375 8.40625 C 16.273438 9.089844 17.667969 8.4375 18.25 8.0625 C 18.9375 7.621094 19.742188 7.203125 20.3125 7.25 Z M 12.71875 11.15625 L 20.84375 19.28125 L 20.5625 19.5625 L 18.84375 21.3125 C 18.457031 21.046875 18.1875 20.828125 17.40625 20.4375 C 16.808594 20.140625 16.160156 19.867188 15.46875 19.75 C 14.777344 19.632813 13.902344 19.660156 13.28125 20.28125 L 13.25 20.34375 L 13.21875 20.375 C 13.21875 20.375 12.039063 21.871094 10.71875 23.5 C 9.398438 25.128906 7.867188 26.945313 7.40625 27.40625 C 6.617188 28.195313 5.382813 28.195313 4.59375 27.40625 C 3.804688 26.617188 3.804688 25.382813 4.59375 24.59375 C 5.054688 24.132813 6.871094 22.601563 8.5 21.28125 C 10.128906 19.960938 11.625 18.78125 11.625 18.78125 L 11.65625 18.75 L 11.71875 18.71875 C 12.351563 18.089844 12.3125 17.253906 12.1875 16.59375 C 12.0625 15.933594 11.78125 15.289063 11.5 14.6875 C 11.121094 13.875 10.898438 13.578125 10.65625 13.1875 L 12.4375 11.4375 Z M 6.25 24.65625 C 5.644531 24.65625 5.15625 25.144531 5.15625 25.75 C 5.15625 26.355469 5.644531 26.84375 6.25 26.84375 C 6.855469 26.84375 7.34375 26.355469 7.34375 25.75 C 7.34375 25.144531 6.855469 24.65625 6.25 24.65625 Z\"/></svg></li><li title=\"btc \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 12 3 L 12 6 L 8 6 L 8 26 L 12 26 L 12 29 L 14 29 L 14 26 L 16 26 L 16 29 L 18 29 L 18 26 L 19.5 26 C 22.527344 26 25 23.527344 25 20.5 C 25 18.417969 23.839844 16.589844 22.125 15.65625 C 23.28125 14.644531 24 13.148438 24 11.5 C 24 8.472656 21.527344 6 18.5 6 L 18 6 L 18 3 L 16 3 L 16 6 L 14 6 L 14 3 Z M 10 8 L 18.5 8 C 20.445313 8 22 9.554688 22 11.5 C 22 13.445313 20.445313 15 18.5 15 L 10 15 Z M 10 17 L 19.5 17 C 21.445313 17 23 18.554688 23 20.5 C 23 22.445313 21.445313 24 19.5 24 L 10 24 Z\"/></svg></li><li title=\"buffer \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 5 C 15.844 5 15.687922 5.0298438 15.544922 5.0898438 L 3.1953125 10.785156 C 2.9353125 10.905156 2.9353125 11.092891 3.1953125 11.212891 L 15.544922 16.910156 C 15.687922 16.970156 15.844 17 16 17 C 16.156 17 16.312078 16.970156 16.455078 16.910156 L 28.804688 11.212891 C 29.064688 11.092891 29.064687 10.905156 28.804688 10.785156 L 16.455078 5.0898438 C 16.312078 5.0298438 16.156 5 16 5 z M 16 7.0820312 L 24.492188 11 L 16 14.917969 L 7.5078125 11 L 16 7.0820312 z M 4.8398438 14.447266 L 3.1953125 15.269531 C 2.9353125 15.399531 2.9353125 15.600469 3.1953125 15.730469 L 15.544922 21.902344 C 15.687922 21.967344 15.844 22 16 22 C 16.156 22 16.312078 21.967344 16.455078 21.902344 L 28.804688 15.730469 C 29.064688 15.600469 29.064687 15.399531 28.804688 15.269531 L 27.160156 14.447266 L 16.455078 19.796875 C 16.312078 19.861875 16.156 19.894531 16 19.894531 C 15.844 19.894531 15.687922 19.861875 15.544922 19.796875 L 4.8398438 14.447266 z M 4.8398438 19.447266 L 3.1953125 20.269531 C 2.9353125 20.399531 2.9353125 20.600469 3.1953125 20.730469 L 15.544922 26.902344 C 15.687922 26.967344 15.844 27 16 27 C 16.156 27 16.312078 26.967344 16.455078 26.902344 L 28.804688 20.730469 C 29.064688 20.600469 29.064687 20.399531 28.804688 20.269531 L 27.160156 19.447266 L 16.455078 24.796875 C 16.312078 24.861875 16.156 24.894531 16 24.894531 C 15.844 24.894531 15.687922 24.861875 15.544922 24.796875 L 4.8398438 19.447266 z\"/></svg></li><li title=\"bug solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 10.71875 3.28125 L 9.28125 4.71875 L 11.21875 6.65625 C 9.757813 7.773438 8.609375 9.410156 7.875 11.3125 L 5.4375 10.09375 L 4.5625 11.90625 L 7.3125 13.28125 C 7.128906 14.15625 7 15.0625 7 16 C 7 16.339844 7.007813 16.667969 7.03125 17 L 4 17 L 4 19 L 7.375 19 C 7.617188 20.042969 7.9375 21.039063 8.40625 21.9375 L 5.40625 24.1875 L 6.59375 25.8125 L 9.53125 23.625 C 11.148438 25.679688 13.417969 27 16 27 C 18.582031 27 20.851563 25.679688 22.46875 23.625 L 25.40625 25.8125 L 26.59375 24.1875 L 23.59375 21.9375 C 24.0625 21.039063 24.382813 20.042969 24.625 19 L 28 19 L 28 17 L 24.96875 17 C 24.992188 16.667969 25 16.339844 25 16 C 25 15.0625 24.871094 14.15625 24.6875 13.28125 L 27.4375 11.90625 L 26.5625 10.09375 L 24.125 11.3125 C 23.390625 9.410156 22.242188 7.773438 20.78125 6.65625 L 22.71875 4.71875 L 21.28125 3.28125 L 18.96875 5.59375 C 18.046875 5.203125 17.046875 5 16 5 C 14.953125 5 13.953125 5.203125 13.03125 5.59375 Z M 16 7 C 17.976563 7 19.828125 8.09375 21.125 9.875 C 19.992188 10.386719 18.199219 11 16 11 C 13.800781 11 12.007813 10.386719 10.875 9.875 C 12.171875 8.09375 14.023438 7 16 7 Z M 9.90625 11.59375 C 11.058594 12.136719 12.828125 12.773438 15 12.9375 L 15 24.90625 C 11.699219 24.28125 9 20.628906 9 16 C 9 14.382813 9.335938 12.886719 9.90625 11.59375 Z M 22.09375 11.59375 C 22.664063 12.886719 23 14.382813 23 16 C 23 20.628906 20.300781 24.28125 17 24.90625 L 17 12.9375 C 19.171875 12.773438 20.941406 12.136719 22.09375 11.59375 Z\"/></svg></li><li title=\"building solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 4 3 L 4 29 L 15 29 L 15 25 L 17 25 L 17 29 L 28 29 L 28 3 Z M 6 5 L 26 5 L 26 27 L 19 27 L 19 23 L 13 23 L 13 27 L 6 27 Z M 8 7 L 8 9 L 12 9 L 12 7 Z M 14 7 L 14 9 L 18 9 L 18 7 Z M 20 7 L 20 9 L 24 9 L 24 7 Z M 8 11 L 8 13 L 12 13 L 12 11 Z M 14 11 L 14 13 L 18 13 L 18 11 Z M 20 11 L 20 13 L 24 13 L 24 11 Z M 8 15 L 8 17 L 12 17 L 12 15 Z M 14 15 L 14 17 L 18 17 L 18 15 Z M 20 15 L 20 17 L 24 17 L 24 15 Z M 8 19 L 8 21 L 12 21 L 12 19 Z M 14 19 L 14 21 L 18 21 L 18 19 Z M 20 19 L 20 21 L 24 21 L 24 19 Z M 8 23 L 8 25 L 12 25 L 12 23 Z M 20 23 L 20 25 L 24 25 L 24 23 Z\"/></svg></li><li title=\"building \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 4 3 L 4 29 L 15 29 L 15 25 L 17 25 L 17 29 L 28 29 L 28 3 Z M 6 5 L 26 5 L 26 27 L 19 27 L 19 23 L 13 23 L 13 27 L 6 27 Z M 8 7 L 8 9 L 12 9 L 12 7 Z M 14 7 L 14 9 L 18 9 L 18 7 Z M 20 7 L 20 9 L 24 9 L 24 7 Z M 8 11 L 8 13 L 12 13 L 12 11 Z M 14 11 L 14 13 L 18 13 L 18 11 Z M 20 11 L 20 13 L 24 13 L 24 11 Z M 8 15 L 8 17 L 12 17 L 12 15 Z M 14 15 L 14 17 L 18 17 L 18 15 Z M 20 15 L 20 17 L 24 17 L 24 15 Z M 8 19 L 8 21 L 12 21 L 12 19 Z M 14 19 L 14 21 L 18 21 L 18 19 Z M 20 19 L 20 21 L 24 21 L 24 19 Z M 8 23 L 8 25 L 12 25 L 12 23 Z M 20 23 L 20 25 L 24 25 L 24 23 Z\"/></svg></li><li title=\"bullhorn solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 28 3.03125 L 26.40625 4.1875 C 26.40625 4.1875 24.417969 5.664063 21.5625 7.125 C 18.707031 8.585938 14.988281 10 11.71875 10 L 2 10 L 2 19.125 L 2.03125 19.28125 L 4.03125 26.28125 L 4.25 27 L 10.3125 27 L 9.96875 25.71875 L 8.34375 20 L 11.71875 20 C 14.945313 20 18.664063 21.441406 21.53125 22.90625 C 24.398438 24.371094 26.40625 25.8125 26.40625 25.8125 L 28 26.96875 L 28 17.8125 C 29.15625 17.394531 30 16.292969 30 15 C 30 13.707031 29.15625 12.605469 28 12.1875 Z M 26 6.75 L 26 23.21875 C 25.171875 22.660156 24.515625 22.152344 22.4375 21.09375 C 19.5 19.59375 15.707031 18.074219 12 18 L 12 12 C 15.742188 11.925781 19.539063 10.375 22.46875 8.875 C 24.542969 7.8125 25.179688 7.308594 26 6.75 Z M 4 12 L 10 12 L 10 18 L 4 18 Z M 4.34375 20 L 6.25 20 L 7.65625 25 L 5.75 25 Z\"/></svg></li><li title=\"bullseye solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.828125 3 3 8.828125 3 16 C 3 23.171875 8.828125 29 16 29 C 23.171875 29 29 23.171875 29 16 C 29 8.828125 23.171875 3 16 3 Z M 16 4 C 22.632813 4 28 9.367188 28 16 C 28 22.632813 22.632813 28 16 28 C 9.367188 28 4 22.632813 4 16 C 4 9.367188 9.367188 4 16 4 Z M 16 6 C 10.488281 6 6 10.488281 6 16 C 6 21.511719 10.488281 26 16 26 C 21.511719 26 26 21.511719 26 16 C 26 10.488281 21.511719 6 16 6 Z M 16 8 C 20.429688 8 24 11.570313 24 16 C 24 20.429688 20.429688 24 16 24 C 11.570313 24 8 20.429688 8 16 C 8 11.570313 11.570313 8 16 8 Z M 16 10 C 12.699219 10 10 12.699219 10 16 C 10 19.300781 12.699219 22 16 22 C 19.300781 22 22 19.300781 22 16 C 22 12.699219 19.300781 10 16 10 Z M 16 12 C 18.222656 12 20 13.777344 20 16 C 20 18.222656 18.222656 20 16 20 C 13.777344 20 12 18.222656 12 16 C 12 13.777344 13.777344 12 16 12 Z M 16 14 C 14.894531 14 14 14.894531 14 16 C 14 17.105469 14.894531 18 16 18 C 17.105469 18 18 17.105469 18 16 C 18 14.894531 17.105469 14 16 14 Z\"/></svg></li><li title=\"burn solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16.03125 3.46875 L 15.375 4.03125 C 15.375 4.03125 13.035156 5.941406 10.71875 8.71875 C 8.402344 11.496094 6 15.160156 6 19 C 6 21.765625 7.132813 24.070313 8.96875 25.625 C 10.691406 27.082031 12.996094 27.871094 15.5 27.96875 C 15.667969 27.976563 15.832031 28 16 28 C 16.167969 28 16.332031 27.976563 16.5 27.96875 C 19.003906 27.871094 21.308594 27.082031 23.03125 25.625 C 24.867188 24.070313 26 21.765625 26 19 C 26 15.542969 23.585938 11.941406 21.28125 9.0625 C 18.976563 6.183594 16.6875 4.0625 16.6875 4.0625 Z M 15.96875 6.25 C 16.488281 6.742188 17.851563 7.976563 19.71875 10.3125 C 21.914063 13.058594 24 16.558594 24 19 C 24 21.234375 23.132813 22.929688 21.71875 24.125 C 21.375 24.414063 21 24.679688 20.59375 24.90625 C 20.839844 24.316406 21 23.675781 21 23 C 21 16.75 17.65625 12.9375 17.65625 12.9375 L 15.84375 10.90625 L 15.90625 13.625 C 15.90625 13.625 15.910156 14.898438 15.75 16.125 C 15.667969 16.738281 15.554688 17.347656 15.40625 17.6875 C 15.363281 17.785156 15.34375 17.796875 15.3125 17.84375 C 15.207031 17.804688 14.890625 17.648438 14.59375 17.34375 C 14.257813 17 14.03125 16.65625 14.03125 16.65625 L 13.0625 15.15625 L 12.3125 16.78125 C 12.3125 16.78125 11 19.457031 11 23 C 11 23.675781 11.160156 24.316406 11.40625 24.90625 C 11 24.679688 10.625 24.414063 10.28125 24.125 C 8.867188 22.929688 8 21.234375 8 19 C 8 16.042969 10.097656 12.621094 12.28125 10 C 14.132813 7.78125 15.445313 6.695313 15.96875 6.25 Z M 17.65625 16.78125 C 18.339844 18.265625 19 20.339844 19 23 C 19 24.65625 17.65625 26 16 26 C 14.34375 26 13 24.65625 13 23 C 13 21.40625 13.308594 20.058594 13.59375 19.09375 C 14.042969 19.496094 14.59375 19.90625 15.40625 19.90625 C 15.882813 19.90625 16.335938 19.6875 16.625 19.40625 C 16.914063 19.125 17.078125 18.792969 17.21875 18.46875 C 17.445313 17.941406 17.5625 17.355469 17.65625 16.78125 Z\"/></svg></li><li title=\"buromobelexperte \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 11 L 11 11 L 11 5 L 5 5 z M 13 5 L 13 11 L 19 11 L 19 5 L 13 5 z M 21 5 L 21 11 L 27 11 L 27 5 L 21 5 z M 7 7 L 9 7 L 9 9 L 7 9 L 7 7 z M 15 7 L 17 7 L 17 9 L 15 9 L 15 7 z M 23 7 L 25 7 L 25 9 L 23 9 L 23 7 z M 5 13 L 5 19 L 11 19 L 11 13 L 5 13 z M 13 13 L 13 19 L 19 19 L 19 13 L 13 13 z M 21 13 L 21 19 L 27 19 L 27 13 L 21 13 z M 7 15 L 9 15 L 9 17 L 7 17 L 7 15 z M 15 15 L 17 15 L 17 17 L 15 17 L 15 15 z M 23 15 L 25 15 L 25 17 L 23 17 L 23 15 z M 5 21 L 5 27 L 11 27 L 11 21 L 5 21 z M 13 21 L 13 27 L 19 27 L 19 21 L 13 21 z M 21 21 L 21 27 L 27 27 L 27 21 L 21 21 z M 7 23 L 9 23 L 9 25 L 7 25 L 7 23 z M 15 23 L 17 23 L 17 25 L 15 25 L 15 23 z\"/></svg></li><li title=\"bus alt solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 12 3 C 10.698391 3 9.5978609 3.8387486 9.1835938 5 L 9 5 C 6.8 5 5 6.8 5 9 L 5 14 L 3 14 L 3 17 L 5 17 L 5 27 C 5 27.55 5.45 28 6 28 L 9 28 L 9.3398438 27 L 22.660156 27 L 23 28 L 26 28 C 26.55 28 27 27.55 27 27 L 27 17 L 29 17 L 29 14 L 27 14 L 27 9 C 27 6.8 25.2 5 23 5 L 22.816406 5 C 22.402139 3.8387486 21.301609 3 20 3 L 12 3 z M 12 5 L 20 5 C 20.552 5 21 5.449 21 6 L 21 7 L 23 7 C 24.12 7 25 7.88 25 9 L 25 11 L 7 11 L 7 9 C 7 7.88 7.88 7 9 7 L 11 7 L 11 6 C 11 5.449 11.448 5 12 5 z M 13 7 L 13 9 L 19 9 L 19 7 L 13 7 z M 7 13 L 15 13 L 15 17 L 7 17 L 7 13 z M 17 13 L 25 13 L 25 17 L 17 17 L 17 13 z M 7 19 L 25 19 L 25 25 L 7 25 L 7 19 z M 8 21 L 8 23 L 12 23 L 12 21 L 8 21 z M 20 21 L 20 23 L 24 23 L 24 21 L 20 21 z\"/></svg></li><li title=\"bus solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 9 4 C 6.800781 4 5 5.800781 5 8 L 5 13 L 3 13 L 3 16 L 5 16 L 5 27 C 5 27.550781 5.449219 28 6 28 L 9 28 L 9.34375 27 L 22.65625 27 L 23 28 L 26 28 C 26.550781 28 27 27.550781 27 27 L 27 16 L 29 16 L 29 13 L 27 13 L 27 8 C 27 5.800781 25.199219 4 23 4 Z M 9 6 L 23 6 C 24.117188 6 25 6.882813 25 8 L 7 8 C 7 6.882813 7.882813 6 9 6 Z M 7 10 L 15 10 L 15 17 L 7 17 Z M 17 10 L 25 10 L 25 17 L 17 17 Z M 7 19 L 25 19 L 25 25 L 7 25 Z M 8 21 L 8 23 L 12 23 L 12 21 Z M 20 21 L 20 23 L 24 23 L 24 21 Z\"/></svg></li><li title=\"business time solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 14 3 C 13.48 3 12.940547 3.1805469 12.560547 3.5605469 C 12.180547 3.9405469 12 4.48 12 5 L 12 6 L 3 6 L 3 26 L 14.199219 26 C 14.069219 25.36 14 24.69 14 24 L 5 24 L 5 17.439453 C 5.59 17.779453 6.27 18 7 18 L 16.009766 18 C 16.569766 17.24 17.249766 16.56 18.009766 16 L 7 16 C 5.81 16 5 15.19 5 14 L 5 8 L 27 8 L 27 14 C 27 14.16 26.990938 14.309219 26.960938 14.449219 C 27.680937 14.669219 28.36 14.969844 29 15.339844 L 29 6 L 20 6 L 20 5 C 20 4.48 19.819453 3.9405469 19.439453 3.5605469 C 19.059453 3.1805469 18.52 3 18 3 L 14 3 z M 14 5 L 18 5 L 18 6 L 14 6 L 14 5 z M 9 12 L 9 15 L 11 15 L 11 12 L 9 12 z M 21 12 L 21 14.460938 C 21.32 14.360938 21.646719 14.275781 21.980469 14.207031 C 22.314219 14.138281 22.655 14.085781 23 14.050781 L 23 12 L 21 12 z M 24 16 C 19.59 16 16 19.59 16 24 C 16 28.41 19.59 32 24 32 C 28.41 32 32 28.41 32 24 C 32 19.59 28.41 16 24 16 z M 24 18 C 27.32 18 30 20.68 30 24 C 30 27.32 27.32 30 24 30 C 20.68 30 18 27.32 18 24 C 18 20.68 20.68 18 24 18 z M 23 19 L 23 25 L 28 25 L 28 23 L 25 23 L 25 19 L 23 19 z\"/></svg></li><li title=\"buy n large \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4.2109375 C 7.72 4.2109375 1 9.49 1 16 C 1 22.51 7.72 27.789062 16 27.789062 C 24.28 27.789062 31 22.51 31 16 C 31 9.49 24.28 4.2109375 16 4.2109375 z M 8.8398438 8 L 15.349609 8 C 18.499609 8 19.590234 9.4797656 19.240234 11.759766 C 19.230234 11.839766 19.180625 12.019688 19.140625 12.179688 C 18.790625 12.069688 18.419297 12 18.029297 12 C 15.819297 12 14.029297 13.79 14.029297 16 C 14.029297 18.03 15.549766 19.689219 17.509766 19.949219 C 17.499766 19.949219 17.5 19.960703 17.5 19.970703 C 16.56 21.760703 14.7 22.97 11.75 23 C 11.75 23 5.01 23.01 5 23 L 8.8398438 8 z M 21.349609 8 L 26 8 L 23.210938 19 L 28 19 L 27 23 L 17.609375 23 L 18.359375 19.970703 C 20.419375 19.800703 22.029297 18.1 22.029297 16 C 22.029297 14.59 21.299453 13.350625 20.189453 12.640625 L 21.349609 8 z M 11.990234 11 L 11.339844 13.759766 L 12.529297 13.759766 C 13.539297 13.759766 14.510937 12.970313 14.710938 12.070312 C 14.930938 11.080312 14.239688 11 13.179688 11 L 11.990234 11 z M 16.429688 13.419922 L 18.070312 13.419922 L 18.849609 15.410156 L 19.349609 13.419922 L 21.029297 13.419922 L 19.869141 18.320312 L 18.009766 18.320312 L 17.429688 16.380859 L 17.019531 18.320312 L 15.029297 18.320312 L 16.429688 13.419922 z M 10.609375 16.740234 L 9.8398438 20 L 11.220703 20 C 12.120703 20 13.009844 19.820937 13.339844 18.460938 C 13.649844 17.170938 12.890234 16.740234 11.990234 16.740234 L 10.609375 16.740234 z\"/></svg></li><li title=\"buysellads \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 11.1875 6 L 10.96875 6.6875 L 5.0625 24.6875 L 4.625 26 L 11.96875 26 L 12.25 25.78125 L 18.125 21 L 19.28125 25.25 L 19.5 26 L 27.40625 26 L 26.9375 24.6875 L 20.875 6.6875 L 20.625 6 Z M 12.65625 8 L 19.1875 8 L 24.625 24 L 21 24 L 17.0625 9.46875 L 16.875 8.71875 L 15.15625 8.71875 L 14.9375 9.4375 L 12.28125 18.71875 L 11.90625 20 L 16.1875 20 L 11.28125 24 L 7.375 24 Z M 15.96875 13.09375 L 17.3125 18 L 14.5625 18 Z\"/></svg></li><li title=\"calculator solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6 3 L 6 29 L 26 29 L 26 3 Z M 8 5 L 24 5 L 24 27 L 8 27 Z M 10 7 L 10 13 L 22 13 L 22 7 Z M 12 9 L 20 9 L 20 11 L 12 11 Z M 11 15 L 11 17 L 13 17 L 13 15 Z M 15 15 L 15 17 L 17 17 L 17 15 Z M 19 15 L 19 17 L 21 17 L 21 15 Z M 11 19 L 11 21 L 13 21 L 13 19 Z M 15 19 L 15 21 L 17 21 L 17 19 Z M 19 19 L 19 21 L 21 21 L 21 19 Z M 11 23 L 11 25 L 13 25 L 13 23 Z M 15 23 L 15 25 L 17 25 L 17 23 Z M 19 23 L 19 25 L 21 25 L 21 23 Z\"/></svg></li><li title=\"calendar alt solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 9 4 L 9 5 L 5 5 L 5 27 L 27 27 L 27 5 L 23 5 L 23 4 L 21 4 L 21 5 L 11 5 L 11 4 Z M 7 7 L 9 7 L 9 8 L 11 8 L 11 7 L 21 7 L 21 8 L 23 8 L 23 7 L 25 7 L 25 9 L 7 9 Z M 7 11 L 25 11 L 25 25 L 7 25 Z M 13 13 L 13 15 L 15 15 L 15 13 Z M 17 13 L 17 15 L 19 15 L 19 13 Z M 21 13 L 21 15 L 23 15 L 23 13 Z M 9 17 L 9 19 L 11 19 L 11 17 Z M 13 17 L 13 19 L 15 19 L 15 17 Z M 17 17 L 17 19 L 19 19 L 19 17 Z M 21 17 L 21 19 L 23 19 L 23 17 Z M 9 21 L 9 23 L 11 23 L 11 21 Z M 13 21 L 13 23 L 15 23 L 15 21 Z M 17 21 L 17 23 L 19 23 L 19 21 Z\"/></svg></li><li title=\"calendar alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 9 4 L 9 5 L 5 5 L 5 27 L 27 27 L 27 5 L 23 5 L 23 4 L 21 4 L 21 5 L 11 5 L 11 4 Z M 7 7 L 9 7 L 9 8 L 11 8 L 11 7 L 21 7 L 21 8 L 23 8 L 23 7 L 25 7 L 25 9 L 7 9 Z M 7 11 L 25 11 L 25 25 L 7 25 Z M 13 13 L 13 15 L 15 15 L 15 13 Z M 17 13 L 17 15 L 19 15 L 19 13 Z M 21 13 L 21 15 L 23 15 L 23 13 Z M 9 17 L 9 19 L 11 19 L 11 17 Z M 13 17 L 13 19 L 15 19 L 15 17 Z M 17 17 L 17 19 L 19 19 L 19 17 Z M 21 17 L 21 19 L 23 19 L 23 17 Z M 9 21 L 9 23 L 11 23 L 11 21 Z M 13 21 L 13 23 L 15 23 L 15 21 Z M 17 21 L 17 23 L 19 23 L 19 21 Z\"/></svg></li><li title=\"calendar check solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 9 5 L 9 6 L 5 6 L 5 28 L 27 28 L 27 6 L 23 6 L 23 5 L 21 5 L 21 6 L 11 6 L 11 5 Z M 7 8 L 9 8 L 9 9 L 11 9 L 11 8 L 21 8 L 21 9 L 23 9 L 23 8 L 25 8 L 25 10 L 7 10 Z M 7 12 L 25 12 L 25 26 L 7 26 Z M 20.28125 14.28125 L 15 19.5625 L 12.71875 17.28125 L 11.28125 18.71875 L 14.28125 21.71875 L 15 22.40625 L 15.71875 21.71875 L 21.71875 15.71875 Z\"/></svg></li><li title=\"calendar check \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 9 5 L 9 6 L 5 6 L 5 28 L 27 28 L 27 6 L 23 6 L 23 5 L 21 5 L 21 6 L 11 6 L 11 5 Z M 7 8 L 9 8 L 9 9 L 11 9 L 11 8 L 21 8 L 21 9 L 23 9 L 23 8 L 25 8 L 25 10 L 7 10 Z M 7 12 L 25 12 L 25 26 L 7 26 Z M 20.28125 14.28125 L 15 19.5625 L 12.71875 17.28125 L 11.28125 18.71875 L 14.28125 21.71875 L 15 22.40625 L 15.71875 21.71875 L 21.71875 15.71875 Z\"/></svg></li><li title=\"calendar day solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 9 4 L 9 5 L 5 5 L 5 27 L 27 27 L 27 5 L 23 5 L 23 4 L 21 4 L 21 5 L 11 5 L 11 4 Z M 7 7 L 9 7 L 9 8 L 11 8 L 11 7 L 21 7 L 21 8 L 23 8 L 23 7 L 25 7 L 25 9 L 7 9 Z M 7 11 L 25 11 L 25 25 L 7 25 Z M 13 13 L 13 15 L 15 15 L 15 13 Z M 17 13 L 17 15 L 19 15 L 19 13 Z M 21 13 L 21 15 L 23 15 L 23 13 Z M 16 16 L 16 20 L 20 20 L 20 16 Z M 9 17 L 9 19 L 11 19 L 11 17 Z M 13 17 L 13 19 L 15 19 L 15 17 Z M 21 17 L 21 19 L 23 19 L 23 17 Z M 9 21 L 9 23 L 11 23 L 11 21 Z M 13 21 L 13 23 L 15 23 L 15 21 Z M 17 21 L 17 23 L 19 23 L 19 21 Z\"/></svg></li><li title=\"calendar minus solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 9 5 L 9 6 L 5 6 L 5 28 L 27 28 L 27 6 L 23 6 L 23 5 L 21 5 L 21 6 L 11 6 L 11 5 Z M 7 8 L 9 8 L 9 9 L 11 9 L 11 8 L 21 8 L 21 9 L 23 9 L 23 8 L 25 8 L 25 10 L 7 10 Z M 7 12 L 25 12 L 25 26 L 7 26 Z M 11 18 L 11 20 L 21 20 L 21 18 Z\"/></svg></li><li title=\"calendar minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 9 5 L 9 6 L 5 6 L 5 28 L 27 28 L 27 6 L 23 6 L 23 5 L 21 5 L 21 6 L 11 6 L 11 5 Z M 7 8 L 9 8 L 9 9 L 11 9 L 11 8 L 21 8 L 21 9 L 23 9 L 23 8 L 25 8 L 25 10 L 7 10 Z M 7 12 L 25 12 L 25 26 L 7 26 Z M 11 18 L 11 20 L 21 20 L 21 18 Z\"/></svg></li><li title=\"calendar plus solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 9 5 L 9 6 L 5 6 L 5 28 L 27 28 L 27 6 L 23 6 L 23 5 L 21 5 L 21 6 L 11 6 L 11 5 Z M 7 8 L 9 8 L 9 9 L 11 9 L 11 8 L 21 8 L 21 9 L 23 9 L 23 8 L 25 8 L 25 10 L 7 10 Z M 7 12 L 25 12 L 25 26 L 7 26 Z M 15 14 L 15 18 L 11 18 L 11 20 L 15 20 L 15 24 L 17 24 L 17 20 L 21 20 L 21 18 L 17 18 L 17 14 Z\"/></svg></li><li title=\"calendar plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 9 5 L 9 6 L 5 6 L 5 28 L 27 28 L 27 6 L 23 6 L 23 5 L 21 5 L 21 6 L 11 6 L 11 5 Z M 7 8 L 9 8 L 9 9 L 11 9 L 11 8 L 21 8 L 21 9 L 23 9 L 23 8 L 25 8 L 25 10 L 7 10 Z M 7 12 L 25 12 L 25 26 L 7 26 Z M 15 14 L 15 18 L 11 18 L 11 20 L 15 20 L 15 24 L 17 24 L 17 20 L 21 20 L 21 18 L 17 18 L 17 14 Z\"/></svg></li><li title=\"calendar solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 9 4 L 9 5 L 5 5 L 5 27 L 27 27 L 27 5 L 23 5 L 23 4 L 21 4 L 21 5 L 11 5 L 11 4 Z M 7 7 L 9 7 L 9 8 L 11 8 L 11 7 L 21 7 L 21 8 L 23 8 L 23 7 L 25 7 L 25 9 L 7 9 Z M 7 11 L 25 11 L 25 25 L 7 25 Z M 13 13 L 13 15 L 15 15 L 15 13 Z M 17 13 L 17 15 L 19 15 L 19 13 Z M 21 13 L 21 15 L 23 15 L 23 13 Z M 9 17 L 9 19 L 11 19 L 11 17 Z M 13 17 L 13 19 L 15 19 L 15 17 Z M 17 17 L 17 19 L 19 19 L 19 17 Z M 21 17 L 21 19 L 23 19 L 23 17 Z M 9 21 L 9 23 L 11 23 L 11 21 Z M 13 21 L 13 23 L 15 23 L 15 21 Z M 17 21 L 17 23 L 19 23 L 19 21 Z\"/></svg></li><li title=\"calendar times solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 9 5 L 9 6 L 5 6 L 5 28 L 27 28 L 27 6 L 23 6 L 23 5 L 21 5 L 21 6 L 11 6 L 11 5 Z M 7 8 L 9 8 L 9 9 L 11 9 L 11 8 L 21 8 L 21 9 L 23 9 L 23 8 L 25 8 L 25 10 L 7 10 Z M 7 12 L 25 12 L 25 26 L 7 26 Z M 13.21875 14.78125 L 11.78125 16.21875 L 14.5625 19 L 11.78125 21.78125 L 13.21875 23.21875 L 16 20.4375 L 18.78125 23.21875 L 20.21875 21.78125 L 17.4375 19 L 20.21875 16.21875 L 18.78125 14.78125 L 16 17.5625 Z\"/></svg></li><li title=\"calendar times \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 9 5 L 9 6 L 5 6 L 5 28 L 27 28 L 27 6 L 23 6 L 23 5 L 21 5 L 21 6 L 11 6 L 11 5 Z M 7 8 L 9 8 L 9 9 L 11 9 L 11 8 L 21 8 L 21 9 L 23 9 L 23 8 L 25 8 L 25 10 L 7 10 Z M 7 12 L 25 12 L 25 26 L 7 26 Z M 13.21875 14.78125 L 11.78125 16.21875 L 14.5625 19 L 11.78125 21.78125 L 13.21875 23.21875 L 16 20.4375 L 18.78125 23.21875 L 20.21875 21.78125 L 17.4375 19 L 20.21875 16.21875 L 18.78125 14.78125 L 16 17.5625 Z\"/></svg></li><li title=\"calendar week solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 9 4 L 9 5 L 5 5 L 5 27 L 27 27 L 27 5 L 23 5 L 23 4 L 21 4 L 21 5 L 11 5 L 11 4 L 9 4 z M 7 7 L 9 7 L 9 8 L 11 8 L 11 7 L 21 7 L 21 8 L 23 8 L 23 7 L 25 7 L 25 9 L 7 9 L 7 7 z M 7 11 L 25 11 L 25 25 L 7 25 L 7 11 z M 13 13 L 13 15 L 15 15 L 15 13 L 13 13 z M 17 13 L 17 15 L 19 15 L 19 13 L 17 13 z M 21 13 L 21 15 L 23 15 L 23 13 L 21 13 z M 9 17 L 9 19 L 11 19 L 11 17 L 9 17 z M 13 17 L 13 19 L 15 19 L 15 17 L 13 17 z M 17 17 L 17 19 L 19 19 L 19 17 L 17 17 z M 21 17 L 21 19 L 23 19 L 23 17 L 21 17 z M 9 21 L 9 23 L 23 23 L 23 21 L 9 21 z\"/></svg></li><li title=\"calendar \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 9 4 L 9 5 L 5 5 L 5 27 L 27 27 L 27 5 L 23 5 L 23 4 L 21 4 L 21 5 L 11 5 L 11 4 Z M 7 7 L 9 7 L 9 8 L 11 8 L 11 7 L 21 7 L 21 8 L 23 8 L 23 7 L 25 7 L 25 9 L 7 9 Z M 7 11 L 25 11 L 25 25 L 7 25 Z M 13 13 L 13 15 L 15 15 L 15 13 Z M 17 13 L 17 15 L 19 15 L 19 13 Z M 21 13 L 21 15 L 23 15 L 23 13 Z M 9 17 L 9 19 L 11 19 L 11 17 Z M 13 17 L 13 19 L 15 19 L 15 17 Z M 17 17 L 17 19 L 19 19 L 19 17 Z M 21 17 L 21 19 L 23 19 L 23 17 Z M 9 21 L 9 23 L 11 23 L 11 21 Z M 13 21 L 13 23 L 15 23 L 15 21 Z M 17 21 L 17 23 L 19 23 L 19 21 Z\"/></svg></li><li title=\"camera retro solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 11.5 6 L 11.1875 6.40625 L 10 8 L 9 8 L 9 7 L 5 7 L 5 8 L 3 8 L 3 26 L 29 26 L 29 8 L 22 8 L 20.8125 6.40625 L 20.5 6 Z M 12.5 8 L 19.5 8 L 20.6875 9.59375 L 21 10 L 27 10 L 27 14 L 21.1875 14 C 20.144531 12.214844 18.207031 11 16 11 C 13.792969 11 11.855469 12.214844 10.8125 14 L 5 14 L 5 10 L 11 10 L 11.3125 9.59375 Z M 23 11 L 23 13 L 25 13 L 25 11 Z M 16 13 C 18.222656 13 20 14.777344 20 17 C 20 19.222656 18.222656 21 16 21 C 13.777344 21 12 19.222656 12 17 C 12 14.777344 13.777344 13 16 13 Z M 5 16 L 10.09375 16 C 10.039063 16.320313 10 16.664063 10 17 C 10 20.300781 12.699219 23 16 23 C 19.300781 23 22 20.300781 22 17 C 22 16.664063 21.960938 16.320313 21.90625 16 L 27 16 L 27 24 L 5 24 Z\"/></svg></li><li title=\"camera solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 11.5 6 L 11.1875 6.40625 L 10 8 L 3 8 L 3 26 L 29 26 L 29 8 L 22 8 L 20.8125 6.40625 L 20.5 6 Z M 12.5 8 L 19.5 8 L 20.6875 9.59375 L 21 10 L 27 10 L 27 24 L 5 24 L 5 10 L 11 10 L 11.3125 9.59375 Z M 8 11 C 7.449219 11 7 11.449219 7 12 C 7 12.550781 7.449219 13 8 13 C 8.550781 13 9 12.550781 9 12 C 9 11.449219 8.550781 11 8 11 Z M 16 11 C 12.699219 11 10 13.699219 10 17 C 10 20.300781 12.699219 23 16 23 C 19.300781 23 22 20.300781 22 17 C 22 13.699219 19.300781 11 16 11 Z M 16 13 C 18.222656 13 20 14.777344 20 17 C 20 19.222656 18.222656 21 16 21 C 13.777344 21 12 19.222656 12 17 C 12 14.777344 13.777344 13 16 13 Z\"/></svg></li><li title=\"campground solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 10.53125 4.875 L 10.15625 5.46875 C 10.15625 5.46875 8.894531 7.410156 7.28125 9.625 C 5.667969 11.839844 3.632813 14.347656 2.4375 15.1875 L 1.9375 15.53125 L 2 16.125 L 3 25.125 L 3.09375 26 L 4 26 C 5.484375 26 7.214844 26.078125 8.9375 26.1875 L 10 26.25 L 10 18 L 12 18 L 12 26.40625 L 12.90625 26.5 C 15.734375 26.75 17.875 27 17.875 27 L 18.03125 27 L 28.96875 24.8125 L 29 24.03125 C 29 24.03125 29.089844 22.363281 29.25 20.40625 C 29.410156 18.449219 29.671875 16.148438 29.9375 15.3125 L 30.15625 14.625 L 29.625 14.21875 C 26.175781 11.546875 22.875 5.53125 22.875 5.53125 L 22.5625 4.90625 L 21.84375 5 C 21.84375 5 15.417969 5.886719 11.1875 5.03125 Z M 21.46875 7.0625 C 21.878906 7.824219 23.902344 11.441406 26.8125 14.3125 L 19.28125 15.5 C 16.816406 13.132813 14.304688 9.390625 12.9375 7.21875 C 16.808594 7.617188 20.628906 7.175781 21.46875 7.0625 Z M 10.9375 7.875 C 12.25 9.988281 15.003906 14.136719 17.90625 16.90625 C 17.25 19.582031 17.050781 23.148438 17 24.90625 C 16.332031 24.835938 15.527344 24.738281 14 24.59375 L 14 16 L 8 16 L 8 24.15625 C 6.933594 24.097656 5.898438 24.046875 4.90625 24.03125 L 4.0625 16.34375 C 5.675781 15.03125 7.402344 12.875 8.90625 10.8125 C 9.882813 9.46875 10.492188 8.550781 10.9375 7.875 Z M 27.78125 16.21875 C 27.546875 17.410156 27.367188 18.816406 27.25 20.21875 C 27.121094 21.800781 27.089844 22.667969 27.0625 23.1875 L 19.03125 24.8125 C 19.082031 23.050781 19.265625 19.71875 19.78125 17.46875 Z\"/></svg></li><li title=\"canadian maple leaf \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3.03125 L 15.28125 3.75 L 13.09375 5.96875 L 10.90625 6.65625 L 10 6.9375 L 10.21875 7.84375 L 11.40625 12.65625 L 9.6875 11.46875 L 9 11 L 6.78125 13.21875 L 3.84375 14.53125 L 2.96875 14.9375 L 3.3125 15.8125 L 4.4375 18.65625 L 4.125 21.03125 L 4 22.03125 L 11 22.90625 L 11 25 L 15 25 L 15 29 L 17 29 L 17 25 L 21 25 L 21 22.90625 L 28 22.03125 L 27.875 21.03125 L 27.5625 18.65625 L 28.6875 15.8125 L 29.03125 14.9375 L 28.15625 14.53125 L 25.21875 13.21875 L 23 11 L 22.3125 11.46875 L 20.59375 12.65625 L 21.78125 7.84375 L 22 6.9375 L 21.09375 6.65625 L 18.90625 5.96875 L 16.71875 3.75 Z M 16 5.875 L 17.875 7.75 L 18.09375 7.8125 L 19.625 8.28125 L 18.03125 14.75 L 17.40625 17.34375 L 19.5625 15.8125 L 22.75 13.59375 L 23.90625 14.78125 L 24.0625 14.90625 L 24.21875 15 L 26.46875 16 L 25.625 18.15625 L 25.53125 18.40625 L 25.5625 18.65625 L 25.75 20.28125 L 19.875 21 L 19 21.125 L 19 23 L 13 23 L 13 21.125 L 12.125 21 L 6.25 20.28125 L 6.4375 18.65625 L 6.46875 18.40625 L 6.375 18.15625 L 5.53125 16 L 7.78125 15 L 7.9375 14.90625 L 8.09375 14.78125 L 9.25 13.59375 L 12.4375 15.8125 L 14.59375 17.34375 L 13.96875 14.75 L 12.375 8.28125 L 13.90625 7.8125 L 14.125 7.75 Z\"/></svg></li><li title=\"candy cane solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 18 2 C 15.851563 2 13.820313 2.847656 12.3125 4.375 L 11.59375 5.09375 L 10.90625 5.8125 L 11.625 6.5 L 14.46875 9.3125 L 15.15625 10.03125 L 15.875 9.3125 L 16.5625 8.59375 C 16.945313 8.207031 17.453125 8 18 8 C 19.113281 8 20 8.886719 20 10 C 20 10.542969 19.789063 11.023438 19.40625 11.40625 L 5.71875 25.03125 L 5 25.75 L 5.71875 26.4375 L 8.53125 29.28125 L 9.25 30 L 9.9375 29.28125 L 23.65625 15.65625 C 25.164063 14.148438 26 12.128906 26 10 C 26 5.597656 22.402344 2 18 2 Z M 18 4 C 18.804688 4 19.582031 4.152344 20.28125 4.4375 L 19.21875 6.21875 C 18.851563 6.101563 18.464844 6.007813 18.0625 6 L 17.4375 4.03125 C 17.625 4.015625 17.808594 4 18 4 Z M 15.53125 4.5625 L 16.125 6.5 C 15.777344 6.6875 15.4375 6.902344 15.15625 7.1875 L 13.71875 5.78125 C 14.246094 5.25 14.871094 4.859375 15.53125 4.5625 Z M 21.96875 5.5 C 22.597656 6.054688 23.117188 6.726563 23.46875 7.5 L 21.53125 8.1875 C 21.367188 7.871094 21.175781 7.574219 20.9375 7.3125 Z M 23.96875 9.4375 C 23.984375 9.621094 24 9.8125 24 10 C 24 10.695313 23.875 11.367188 23.65625 12 L 21.46875 12 C 21.789063 11.445313 21.976563 10.808594 22 10.15625 Z M 19.65625 14 L 22.46875 14 C 22.394531 14.082031 22.328125 14.171875 22.25 14.25 L 20.5 16 L 17.65625 16 Z M 15.625 18 L 18.46875 18 L 16.46875 20 L 13.625 20 Z M 11.625 22 L 14.4375 22 L 12.4375 24 L 9.59375 24 Z M 8.09375 26 L 10.40625 26 L 9.25 27.15625 Z\"/></svg></li><li title=\"cannabis solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 28 18.769531 L 28 16.214844 L 26.125 15.957031 C 26.03125 15.945313 24.875 15.835938 23.546875 15.828125 C 24.988281 13.121094 25.546875 10.746094 25.550781 10.71875 L 25.863281 9.359375 L 24.695313 8.597656 L 24.625 8.554688 L 23.632813 7.902344 L 22.585938 8.464844 C 22.335938 8.597656 20.785156 9.449219 19.230469 10.800781 C 18.9375 8.175781 18.261719 5.976563 17.984375 5.269531 L 17.488281 4 L 14.574219 4 L 14.0625 5.226563 C 14.003906 5.363281 12.800781 8.265625 12.503906 11.71875 C 10.855469 10.375 8.0625 8.832031 8.0625 8.832031 L 5.953125 10.476563 L 6.15625 11.511719 C 6.371094 12.527344 7.453125 15 7.453125 15 C 6.332031 15 4 15.394531 4 15.394531 L 4 18.035156 C 4 18.035156 5.875 19.625 8.035156 20.769531 C 7.945313 20.855469 7.882813 20.917969 7.855469 20.945313 L 6.917969 21.75 L 7.195313 22.824219 L 7.492188 23.964844 L 8.644531 24.300781 C 8.8125 24.34375 9.882813 24.558594 11.054688 24.558594 C 11.882813 24.558594 12.664063 24.453125 13.382813 24.242188 C 13.457031 24.222656 13.53125 24.203125 13.605469 24.179688 C 13.816406 25.386719 14.074219 26.347656 14.121094 26.527344 L 14.527344 28 L 21 28 C 19.707031 26.667969 18.820313 24.582031 18.820313 24.582031 C 18.808594 24.570313 18.800781 24.554688 18.789063 24.539063 C 19.582031 24.875 20.625 25 21.59375 25.023438 L 22.957031 24.9375 L 23.503906 24.042969 L 24.039063 23.125 C 24.039063 23.125 23.582031 22.042969 23.0625 21.574219 C 24.601563 21.007813 26.449219 20.167969 27.234375 19.421875 Z M 21.5 19.984375 C 20.917969 20.152344 19.230469 20.382813 18.605469 20.460938 C 18.605469 20.460938 21.019531 21.855469 21.414063 22.898438 C 21.414063 22.910156 21.421875 22.921875 21.421875 22.933594 C 21.398438 22.933594 21.375 22.917969 21.351563 22.921875 C 19.476563 23.066406 16.527344 21.417969 16.191406 21.128906 C 16.261719 22.199219 16.644531 24.699219 17.546875 25.96875 L 17.519531 26 L 16.050781 26 C 16.050781 26 14.957031 23.070313 15.03125 21.03125 C 14.519531 21.46875 13.925781 22.03125 12.824219 22.324219 C 12.21875 22.5 11.601563 22.558594 11.054688 22.558594 C 10.195313 22.558594 9.339844 22.414063 9.140625 22.363281 L 9.132813 22.324219 C 9.132813 22.324219 10.554688 21.011719 12.386719 20.574219 C 12.605469 20.503906 12.828125 20.429688 13.046875 20.429688 C 12.3125 20.285156 11.582031 20.140625 10.773438 19.847656 C 8.367188 18.960938 6.304688 17.386719 6.109375 17.191406 L 6.105469 17.148438 C 6.105469 17.148438 6.871094 17.109375 7.453125 17.109375 C 8.398438 17.109375 9.945313 17.21875 11.578125 17.804688 C 12.019531 17.953125 12.460938 18.097656 12.828125 18.316406 C 12.21875 17.78125 9.1875 15.25 8.289063 11.441406 C 8.289063 11.441406 12.6875 13.707031 14.980469 17.332031 C 14.644531 15.75 14.441406 14.027344 14.441406 13.203125 C 14.441406 9.496094 15.90625 6 15.90625 6 L 16.125 6 C 16.46875 6.878906 17.371094 9.996094 17.371094 13.203125 C 17.371094 14.289063 17.066406 16.808594 17.007813 17.296875 C 17.167969 16.90625 17.78125 15.703125 18.613281 14.4375 C 20.210938 12.003906 23.53125 10.226563 23.53125 10.226563 L 23.601563 10.273438 C 23.488281 10.773438 22.710938 13.578125 20.964844 16.273438 C 20.53125 16.945313 19.175781 18.222656 19.058594 18.316406 C 19.265625 18.265625 19.972656 17.988281 22.066406 17.867188 C 22.570313 17.839844 23.03125 17.828125 23.441406 17.828125 C 24.738281 17.828125 25.851563 17.9375 25.851563 17.9375 L 25.855469 17.972656 C 25.242188 18.554688 23.257813 19.480469 21.5 19.984375 Z\"/></svg></li><li title=\"capsules solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 8.5 5 C 5.467 5 3 7.468 3 10.5 L 3 21.5 C 3 24.532 5.467 27 8.5 27 C 11.533 27 14 24.532 14 21.5 L 14 16.404297 L 20.054688 24.736328 C 21.129687 26.216328 22.808719 27.003906 24.511719 27.003906 C 25.632719 27.003906 26.763281 26.662078 27.738281 25.955078 L 27.738281 25.953125 C 30.191281 24.170125 30.735125 20.724484 28.953125 18.271484 L 22.488281 9.3710938 C 20.703281 6.9170937 17.260641 6.37225 14.806641 8.15625 C 14.426847 8.4323091 14.099303 8.751721 13.8125 9.0976562 C 13.190056 6.7436087 11.047517 5 8.5 5 z M 8.5 7 C 10.43 7 12 8.57 12 10.5 L 12 15 L 5 15 L 5 10.5 C 5 8.57 6.57 7 8.5 7 z M 18.035156 9.1054688 C 19.118156 9.1054688 20.186094 9.605875 20.871094 10.546875 L 23.515625 14.185547 L 17.853516 18.302734 L 15.207031 14.662109 C 14.072031 13.100109 14.421422 10.908437 15.982422 9.7734375 C 16.602422 9.3234375 17.322156 9.1054688 18.035156 9.1054688 z M 24.691406 15.802734 L 27.337891 19.445312 C 28.471891 21.007313 28.1235 23.200937 26.5625 24.335938 C 25.0015 25.470937 22.807828 25.122547 21.673828 23.560547 L 19.029297 19.919922 L 24.691406 15.802734 z M 5 17 L 12 17 L 12 21.5 C 12 23.43 10.43 25 8.5 25 C 6.57 25 5 23.43 5 21.5 L 5 17 z\"/></svg></li><li title=\"car alt solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 9.5 6 C 8.179688 6 7.003906 6.859375 6.625 8.125 L 5.25 12.71875 L 3.3125 12.0625 L 2.6875 13.9375 L 4.65625 14.59375 L 4.03125 16.71875 C 4.007813 16.808594 3.996094 16.90625 4 17 L 4 24 C 4 24.03125 4 24.0625 4 24.09375 L 4 25 C 4 25.550781 4.449219 26 5 26 L 8 26 L 8.34375 25 L 23.65625 25 L 24 26 L 27 26 C 27.550781 26 28 25.550781 28 25 L 28 24.15625 C 28.003906 24.105469 28.003906 24.050781 28 24 L 28 17 C 28.003906 16.90625 27.992188 16.808594 27.96875 16.71875 L 27.34375 14.59375 L 29.3125 13.9375 L 28.6875 12.0625 L 26.75 12.71875 L 25.375 8.125 C 24.996094 6.859375 23.820313 6 22.5 6 Z M 9.5 8 L 22.5 8 C 22.945313 8 23.339844 8.292969 23.46875 8.71875 L 24.75 13 L 7.25 13 L 8.53125 8.71875 C 8.660156 8.289063 9.054688 8 9.5 8 Z M 11 13 C 12.105469 13 13 12.105469 13 11 C 13 9.894531 12.105469 9 11 9 C 9.894531 9 9 9.894531 9 11 C 9 12.105469 9.894531 13 11 13 Z M 21 13 C 22.105469 13 23 12.105469 23 11 C 23 9.894531 22.105469 9 21 9 C 19.894531 9 19 9.894531 19 11 C 19 12.105469 19.894531 13 21 13 Z M 16 9 C 15.171875 9 14.5 9.671875 14.5 10.5 C 14.5 11.328125 15.171875 12 16 12 C 16.828125 12 17.5 11.328125 17.5 10.5 C 17.5 9.671875 16.828125 9 16 9 Z M 6.65625 15 L 25.34375 15 L 26 17.1875 L 26 23 L 6 23 L 6 17.1875 Z M 8.5 16 C 7.671875 16 7 16.671875 7 17.5 C 7 18.328125 7.671875 19 8.5 19 C 9.328125 19 10 18.328125 10 17.5 C 10 16.671875 9.328125 16 8.5 16 Z M 23.5 16 C 22.671875 16 22 16.671875 22 17.5 C 22 18.328125 22.671875 19 23.5 19 C 24.328125 19 25 18.328125 25 17.5 C 25 16.671875 24.328125 16 23.5 16 Z M 12 19 L 10.75 22 L 12.90625 22 L 13.34375 21 L 18.65625 21 L 19.09375 22 L 21.25 22 L 20 19 Z\"/></svg></li><li title=\"car battery solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 8 6 L 8 8 L 12 8 L 12 6 Z M 20 6 L 20 8 L 24 8 L 24 6 Z M 4 9 L 4 27 L 28 27 L 28 9 Z M 6 11 L 26 11 L 26 25 L 6 25 Z M 20 15 L 20 17 L 18 17 L 18 19 L 20 19 L 20 21 L 22 21 L 22 19 L 24 19 L 24 17 L 22 17 L 22 15 Z M 8 17 L 8 19 L 14 19 L 14 17 Z\"/></svg></li><li title=\"car crash solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 9.5 6 C 8.179688 6 7.003906 6.859375 6.625 8.125 L 5.25 12.71875 L 3.3125 12.0625 L 2.6875 13.9375 L 4.65625 14.59375 L 4.03125 16.71875 C 4.007813 16.808594 3.996094 16.90625 4 17 L 4 23 C 4 23.03125 4 23.0625 4 23.09375 L 4 25 C 4 25.550781 4.449219 26 5 26 L 8 26 L 8.65625 24 L 13.90625 24 L 23.84375 25.53125 L 24 26 L 27 26 C 27.011719 26 27.019531 26 27.03125 26 C 27.273438 26 27.507813 25.910156 27.6875 25.75 C 27.699219 25.738281 27.707031 25.730469 27.71875 25.71875 C 27.730469 25.707031 27.742188 25.699219 27.75 25.6875 C 27.902344 25.515625 27.992188 25.292969 28 25.0625 C 28 25.042969 28 25.019531 28 25 L 28 24.96875 C 28.003906 24.925781 28.003906 24.886719 28 24.84375 L 27.15625 19 L 29 19 L 29 17 L 26.625 17 L 24.5 12.65625 L 25.375 9.71875 C 25.5 9.316406 25.363281 8.882813 25.03125 8.625 L 23.09375 7.1875 C 22.945313 7.082031 22.773438 7.015625 22.59375 7 L 9.5625 6 C 9.542969 6 9.519531 6 9.5 6 Z M 9.5 8 L 22.125 8.96875 L 23.25 9.8125 L 22.46875 12.4375 C 22.390625 12.6875 22.414063 12.957031 22.53125 13.1875 L 24.03125 16.25 L 17.90625 14.125 L 17.78125 14.0625 L 17.65625 14.0625 L 7.21875 13.09375 L 8.53125 8.71875 C 8.660156 8.289063 9.054688 8 9.5 8 Z M 6.625 15.0625 L 17.40625 16.0625 L 17.46875 16.0625 L 25.09375 18.75 L 25.8125 23.78125 L 14.21875 22 C 14.167969 21.996094 14.113281 21.996094 14.0625 22 L 12.90625 22 L 13.34375 21 L 17.65625 21.625 L 20.25 22 L 19 20 L 12 19 L 10.75 22 L 6 22 L 6 17.1875 Z M 8.5 16 C 7.671875 16 7 16.671875 7 17.5 C 7 18.328125 7.671875 19 8.5 19 C 9.328125 19 10 18.328125 10 17.5 C 10 16.671875 9.328125 16 8.5 16 Z M 20.875 18.75 C 20.539063 19.691406 21.027344 20.726563 21.96875 21.0625 C 22.910156 21.398438 23.945313 20.910156 24.28125 19.96875 Z\"/></svg></li><li title=\"car side solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6.59375 6 C 5.257813 6 4.023438 6.667969 3.28125 7.78125 L 0.5 11.9375 C 0.171875 12.429688 0 13 0 13.59375 L 0 20.21875 C 0 21.132813 0.613281 21.933594 1.5 22.15625 L 4.09375 22.8125 C 4.46875 24.628906 6.078125 26 8 26 C 9.851563 26 11.398438 24.71875 11.84375 23 L 21.15625 23 C 21.601563 24.71875 23.148438 26 25 26 C 26.851563 26 28.398438 24.71875 28.84375 23 L 30 23 C 31.09375 23 32 22.09375 32 21 L 32 17.34375 C 32 15.511719 30.746094 13.910156 28.96875 13.46875 L 23.5625 12.09375 L 19.65625 7.4375 C 18.894531 6.527344 17.78125 6 16.59375 6 Z M 6.59375 8 L 11 8 L 11 12 L 2.875 12 L 4.9375 8.90625 L 4.9375 8.875 C 5.308594 8.316406 5.921875 8 6.59375 8 Z M 13 8 L 16.59375 8 C 17.1875 8 17.746094 8.261719 18.125 8.71875 L 20.875 12 L 13 12 Z M 2 14 L 22.875 14 L 28.5 15.40625 C 29.394531 15.628906 30 16.421875 30 17.34375 L 30 21 L 28.84375 21 C 28.398438 19.28125 26.851563 18 25 18 C 23.148438 18 21.601563 19.28125 21.15625 21 L 11.84375 21 C 11.398438 19.28125 9.851563 18 8 18 C 6.226563 18 4.738281 19.171875 4.21875 20.78125 L 2 20.21875 Z M 8 20 C 9.117188 20 10 20.882813 10 22 C 10 23.117188 9.117188 24 8 24 C 6.882813 24 6 23.117188 6 22 C 6 20.882813 6.882813 20 8 20 Z M 25 20 C 26.117188 20 27 20.882813 27 22 C 27 23.117188 26.117188 24 25 24 C 23.882813 24 23 23.117188 23 22 C 23 20.882813 23.882813 20 25 20 Z\"/></svg></li><li title=\"car solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 9.5 6 C 8.179688 6 7.003906 6.859375 6.625 8.125 L 5.25 12.71875 L 3.3125 12.0625 L 2.6875 13.9375 L 4.65625 14.59375 L 4.03125 16.71875 C 4.007813 16.808594 3.996094 16.90625 4 17 L 4 24 C 4 24.03125 4 24.0625 4 24.09375 L 4 25 C 4 25.550781 4.449219 26 5 26 L 8 26 L 8.34375 25 L 23.65625 25 L 24 26 L 27 26 C 27.550781 26 28 25.550781 28 25 L 28 24.15625 C 28.003906 24.105469 28.003906 24.050781 28 24 L 28 17 C 28.003906 16.90625 27.992188 16.808594 27.96875 16.71875 L 27.34375 14.59375 L 29.3125 13.9375 L 28.6875 12.0625 L 26.75 12.71875 L 25.375 8.125 C 24.996094 6.859375 23.820313 6 22.5 6 Z M 9.5 8 L 22.5 8 C 22.945313 8 23.339844 8.292969 23.46875 8.71875 L 24.75 13 L 7.25 13 L 8.53125 8.71875 C 8.660156 8.289063 9.054688 8 9.5 8 Z M 6.65625 15 L 25.34375 15 L 26 17.1875 L 26 23 L 6 23 L 6 17.1875 Z M 8.5 16 C 7.671875 16 7 16.671875 7 17.5 C 7 18.328125 7.671875 19 8.5 19 C 9.328125 19 10 18.328125 10 17.5 C 10 16.671875 9.328125 16 8.5 16 Z M 23.5 16 C 22.671875 16 22 16.671875 22 17.5 C 22 18.328125 22.671875 19 23.5 19 C 24.328125 19 25 18.328125 25 17.5 C 25 16.671875 24.328125 16 23.5 16 Z M 12 19 L 10.75 22 L 12.90625 22 L 13.34375 21 L 18.65625 21 L 19.09375 22 L 21.25 22 L 20 19 Z\"/></svg></li><li title=\"caret down solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 3.59375 12 L 5.28125 13.71875 L 15.28125 23.71875 L 16 24.40625 L 16.71875 23.71875 L 26.71875 13.71875 L 28.40625 12 Z M 8.4375 14 L 23.5625 14 L 16 21.5625 Z\"/></svg></li><li title=\"caret left solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 20 4.59375 L 18.28125 6.28125 L 9.28125 15.28125 L 8.59375 16 L 9.28125 16.71875 L 18.28125 25.71875 L 20 27.40625 Z M 18 9.4375 L 18 22.5625 L 11.4375 16 Z\"/></svg></li><li title=\"caret right solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 12 4.59375 L 12 27.40625 L 13.71875 25.71875 L 22.71875 16.71875 L 23.40625 16 L 22.71875 15.28125 L 13.71875 6.28125 Z M 14 9.4375 L 20.5625 16 L 14 22.5625 Z\"/></svg></li><li title=\"caret square down solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 Z M 7 7 L 25 7 L 25 25 L 7 25 Z M 10.71875 12.78125 L 9.28125 14.21875 L 15.28125 20.21875 L 16 20.90625 L 16.71875 20.21875 L 22.71875 14.21875 L 21.28125 12.78125 L 16 18.0625 Z\"/></svg></li><li title=\"caret square down \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 Z M 7 7 L 25 7 L 25 25 L 7 25 Z M 10.71875 12.78125 L 9.28125 14.21875 L 15.28125 20.21875 L 16 20.90625 L 16.71875 20.21875 L 22.71875 14.21875 L 21.28125 12.78125 L 16 18.0625 Z\"/></svg></li><li title=\"caret square left solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 Z M 7 7 L 25 7 L 25 25 L 7 25 Z M 17.78125 9.28125 L 11.78125 15.28125 L 11.09375 16 L 11.78125 16.71875 L 17.78125 22.71875 L 19.21875 21.28125 L 13.9375 16 L 19.21875 10.71875 Z\"/></svg></li><li title=\"caret square left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 Z M 7 7 L 25 7 L 25 25 L 7 25 Z M 17.78125 9.28125 L 11.78125 15.28125 L 11.09375 16 L 11.78125 16.71875 L 17.78125 22.71875 L 19.21875 21.28125 L 13.9375 16 L 19.21875 10.71875 Z\"/></svg></li><li title=\"caret square right solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 Z M 7 7 L 25 7 L 25 25 L 7 25 Z M 14.21875 9.28125 L 12.78125 10.71875 L 18.0625 16 L 12.78125 21.28125 L 14.21875 22.71875 L 20.21875 16.71875 L 20.90625 16 L 20.21875 15.28125 Z\"/></svg></li><li title=\"caret square right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 Z M 7 7 L 25 7 L 25 25 L 7 25 Z M 14.21875 9.28125 L 12.78125 10.71875 L 18.0625 16 L 12.78125 21.28125 L 14.21875 22.71875 L 20.21875 16.71875 L 20.90625 16 L 20.21875 15.28125 Z\"/></svg></li><li title=\"caret square up solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 Z M 7 7 L 25 7 L 25 25 L 7 25 Z M 16 11.09375 L 15.28125 11.78125 L 9.28125 17.78125 L 10.71875 19.21875 L 16 13.9375 L 21.28125 19.21875 L 22.71875 17.78125 L 16.71875 11.78125 Z\"/></svg></li><li title=\"caret square up \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 Z M 7 7 L 25 7 L 25 25 L 7 25 Z M 16 11.09375 L 15.28125 11.78125 L 9.28125 17.78125 L 10.71875 19.21875 L 16 13.9375 L 21.28125 19.21875 L 22.71875 17.78125 L 16.71875 11.78125 Z\"/></svg></li><li title=\"caret up solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 8.59375 L 15.28125 9.28125 L 5.28125 19.28125 L 3.59375 21 L 28.40625 21 L 26.71875 19.28125 L 16.71875 9.28125 Z M 16 11.4375 L 23.5625 19 L 8.4375 19 Z\"/></svg></li><li title=\"carrot solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 22.875 3.15625 L 21.75 4.8125 C 21.75 4.8125 22.363281 5.289063 22.65625 5.96875 C 22.910156 6.566406 23.09375 7.265625 22.125 8.4375 L 21.25 9.3125 C 18.304688 6.804688 15.3125 6.6875 15.3125 6.6875 L 14.75 6.6875 L 14.4375 7.1875 C 14.4375 7.1875 11.886719 11.523438 9.4375 16 C 8.210938 18.238281 7 20.515625 6.15625 22.3125 C 5.734375 23.210938 5.402344 23.992188 5.1875 24.625 C 5.082031 24.941406 5.007813 25.207031 4.96875 25.5 C 4.929688 25.792969 4.820313 26.195313 5.3125 26.6875 C 5.804688 27.179688 6.207031 27.070313 6.5 27.03125 C 6.792969 26.992188 7.058594 26.917969 7.375 26.8125 C 8.007813 26.597656 8.789063 26.265625 9.6875 25.84375 C 11.484375 25 13.761719 23.789063 16 22.5625 C 20.472656 20.109375 24.8125 17.5625 24.8125 17.5625 L 25.3125 17.25 L 25.3125 16.65625 C 25.3125 16.65625 25.179688 13.699219 22.6875 10.75 L 23.03125 10.375 C 23.117188 10.289063 23.195313 10.230469 23.28125 10.15625 L 23.53125 9.9375 C 24.710938 9.03125 25.828125 9.066406 26.8125 9.3125 C 27.9375 9.59375 28.71875 10.1875 28.71875 10.1875 L 29.96875 8.625 C 29.96875 8.625 28.859375 7.769531 27.28125 7.375 C 26.953125 7.292969 26.59375 7.246094 26.21875 7.21875 L 28.25 5.1875 L 26.8125 3.75 L 24.71875 5.84375 C 24.667969 5.601563 24.589844 5.367188 24.5 5.15625 C 23.9375 3.84375 22.875 3.15625 22.875 3.15625 Z M 15.8125 8.8125 C 16.46875 8.875 18.347656 9.148438 20.59375 11.40625 C 22.84375 13.671875 23.121094 15.535156 23.1875 16.1875 C 23.023438 16.285156 22.167969 16.800781 21.5 17.1875 C 21.238281 16.601563 20.820313 15.8125 20.1875 14.96875 L 18.59375 16.1875 C 19.296875 17.125 19.585938 17.769531 19.75 18.1875 C 18.386719 18.964844 16.824219 19.828125 15.03125 20.8125 C 14.933594 20.863281 14.847656 20.917969 14.75 20.96875 C 14.566406 20.421875 14.265625 19.761719 13.71875 19 L 12.09375 20.15625 C 12.585938 20.84375 12.828125 21.410156 12.9375 21.78125 C 12.957031 21.84375 12.957031 21.859375 12.96875 21.90625 C 11.472656 22.707031 10.027344 23.476563 8.84375 24.03125 C 8.226563 24.320313 7.789063 24.480469 7.34375 24.65625 C 7.519531 24.210938 7.679688 23.773438 7.96875 23.15625 C 8.777344 21.433594 9.972656 19.1875 11.1875 16.96875 C 11.773438 15.898438 12.21875 15.097656 12.75 14.15625 C 13.070313 14.4375 13.484375 14.816406 13.9375 15.40625 L 15.5 14.1875 C 14.851563 13.339844 14.214844 12.742188 13.75 12.375 C 14.796875 10.539063 15.632813 9.121094 15.8125 8.8125 Z\"/></svg></li><li title=\"cart arrow down solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 4 7 C 3.449219 7 3 7.449219 3 8 C 3 8.550781 3.449219 9 4 9 L 6.21875 9 L 8.84375 19.5 C 9.066406 20.390625 9.863281 21 10.78125 21 L 23.25 21 C 24.152344 21 24.917969 20.402344 25.15625 19.53125 L 27.75 10 L 25.65625 10 L 23.25 19 L 10.78125 19 L 8.15625 8.5 C 7.933594 7.609375 7.136719 7 6.21875 7 Z M 22 21 C 20.355469 21 19 22.355469 19 24 C 19 25.644531 20.355469 27 22 27 C 23.644531 27 25 25.644531 25 24 C 25 22.355469 23.644531 21 22 21 Z M 13 21 C 11.355469 21 10 22.355469 10 24 C 10 25.644531 11.355469 27 13 27 C 14.644531 27 16 25.644531 16 24 C 16 22.355469 14.644531 21 13 21 Z M 16 7 L 16 12 L 13 12 L 17 16 L 21 12 L 18 12 L 18 7 Z M 13 23 C 13.5625 23 14 23.4375 14 24 C 14 24.5625 13.5625 25 13 25 C 12.4375 25 12 24.5625 12 24 C 12 23.4375 12.4375 23 13 23 Z M 22 23 C 22.5625 23 23 23.4375 23 24 C 23 24.5625 22.5625 25 22 25 C 21.4375 25 21 24.5625 21 24 C 21 23.4375 21.4375 23 22 23 Z\"/></svg></li><li title=\"cart plus solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 4 7 C 3.449219 7 3 7.449219 3 8 C 3 8.550781 3.449219 9 4 9 L 6.21875 9 L 8.84375 19.5 C 9.066406 20.390625 9.863281 21 10.78125 21 L 23.25 21 C 24.152344 21 24.917969 20.402344 25.15625 19.53125 L 27.75 10 L 25.65625 10 L 23.25 19 L 10.78125 19 L 8.15625 8.5 C 7.933594 7.609375 7.136719 7 6.21875 7 Z M 22 21 C 20.355469 21 19 22.355469 19 24 C 19 25.644531 20.355469 27 22 27 C 23.644531 27 25 25.644531 25 24 C 25 22.355469 23.644531 21 22 21 Z M 13 21 C 11.355469 21 10 22.355469 10 24 C 10 25.644531 11.355469 27 13 27 C 14.644531 27 16 25.644531 16 24 C 16 22.355469 14.644531 21 13 21 Z M 16 7 L 16 10 L 13 10 L 13 12 L 16 12 L 16 15 L 18 15 L 18 12 L 21 12 L 21 10 L 18 10 L 18 7 Z M 13 23 C 13.5625 23 14 23.4375 14 24 C 14 24.5625 13.5625 25 13 25 C 12.4375 25 12 24.5625 12 24 C 12 23.4375 12.4375 23 13 23 Z M 22 23 C 22.5625 23 23 23.4375 23 24 C 23 24.5625 22.5625 25 22 25 C 21.4375 25 21 24.5625 21 24 C 21 23.4375 21.4375 23 22 23 Z\"/></svg></li><li title=\"cash register solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 22 3 L 22 7 C 20.152344 7 18.386719 7.332031 16.734375 7.910156 L 16.207031 6.761719 L 17.109375 6.359375 L 16.296875 4.53125 L 12.644531 6.15625 L 13.457031 7.984375 L 14.378906 7.574219 L 14.890625 8.679688 C 13.796875 9.226563 12.78125 9.898438 11.847656 10.667969 L 11.0625 9.832031 L 11.789063 9.164063 L 10.4375 7.6875 L 7.492188 10.394531 L 8.84375 11.871094 L 9.585938 11.1875 L 10.390625 12.035156 C 9.433594 13.050781 8.609375 14.191406 7.945313 15.429688 L 6.863281 14.894531 L 7.3125 14.011719 L 5.53125 13.105469 L 3.71875 16.671875 L 5.5 17.578125 L 5.957031 16.675781 L 7.101563 17.246094 C 6.523438 18.738281 6.15625 20.332031 6.050781 22 L 4 22 L 4 28 L 28 28 L 28 3 Z M 24 5 L 26 5 L 26 22 L 8.050781 22 C 8.5625 14.726563 14.59375 9 22 9 L 24 9 Z M 18 11.953125 C 16.894531 11.953125 16 12.851563 16 13.953125 C 16 14.667969 16.382813 15.328125 17 15.6875 L 17 20 L 22 20 L 22 18 L 19 18 L 19 15.683594 C 19.617188 15.328125 20 14.667969 20 13.953125 C 20 12.851563 19.105469 11.953125 18 11.953125 Z M 6 24 L 26 24 L 26 26 L 6 26 Z\"/></svg></li><li title=\"cat solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 10 4 C 10 5.117188 9.117188 6 8 6 L 7 6 C 4.800781 6 3 7.800781 3 10 C 3 12.199219 4.800781 14 7 14 L 8.15625 14 C 8.054688 14.488281 8 14.984375 8 15.5 L 8 28 L 10 28 L 10 15.5 C 10 12.46875 12.46875 10 15.5 10 C 16.402344 10 17.25 10.207031 18 10.59375 L 18 8.4375 C 17.21875 8.160156 16.378906 8 15.5 8 C 12.632813 8 10.136719 9.628906 8.875 12 L 7 12 C 5.882813 12 5 11.117188 5 10 C 5 8.882813 5.882813 8 7 8 L 8 8 C 10.199219 8 12 6.199219 12 4 Z M 19 6.09375 L 19 12.5 C 19 15.050781 21.316406 17 24 17 C 26.683594 17 29 15.050781 29 12.5 L 29 6.09375 L 27.4375 7.1875 L 25.78125 8.34375 C 25.210938 8.140625 24.648438 7.90625 24 7.90625 C 23.351563 7.90625 22.789063 8.140625 22.21875 8.34375 L 20.5625 7.1875 Z M 24 9.90625 C 24.578125 9.90625 25.109375 10.046875 25.5625 10.28125 L 26.09375 10.5625 L 26.59375 10.21875 L 27 9.9375 L 27 12.5 C 27 13.816406 25.734375 15 24 15 C 22.265625 15 21 13.816406 21 12.5 L 21 9.9375 L 21.40625 10.21875 L 21.90625 10.5625 L 22.4375 10.28125 C 22.890625 10.046875 23.421875 9.90625 24 9.90625 Z M 17 15 C 14.242188 15 12 17.242188 12 20 L 12 28 L 14 28 L 14 20 C 14 18.347656 15.347656 17 17 17 C 18.652344 17 20 18.347656 20 20 L 20 28 L 22 28 L 22 20 C 22 19.035156 21.726563 18.140625 21.25 17.375 C 20.285156 16.914063 19.476563 16.21875 18.90625 15.375 C 18.320313 15.132813 17.671875 15 17 15 Z M 26 17.6875 C 25.371094 17.890625 24.703125 18 24 18 L 24 28 L 26 28 Z\"/></svg></li><li title=\"cc amazon pay \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 6 C 3.355 6 2 7.355 2 9 L 2 23 C 2 24.645 3.355 26 5 26 L 27 26 C 28.645 26 30 24.645 30 23 L 30 9 C 30 7.355 28.645 6 27 6 L 5 6 z M 5 8 L 27 8 C 27.566 8 28 8.434 28 9 L 28 23 C 28 23.566 27.566 24 27 24 L 5 24 C 4.434 24 4 23.566 4 23 L 4 9 C 4 8.434 4.434 8 5 8 z M 11.523438 10 L 11.382812 10.023438 C 10.942813 10.078437 10.516109 10.243719 10.162109 10.511719 C 10.083109 10.558719 10.014547 10.622547 9.9355469 10.685547 C 9.9275469 10.669547 9.9199219 10.654672 9.9199219 10.638672 C 9.9039219 10.551672 9.8958594 10.457094 9.8808594 10.371094 C 9.8568594 10.229094 9.7787187 10.158203 9.6367188 10.158203 L 9.265625 10.158203 C 9.038625 10.156203 9 10.204781 9 10.425781 L 9 17.25 C 9.008 17.352 9.07025 17.406062 9.15625 17.414062 L 9.8417969 17.414062 C 9.9357969 17.414062 9.9900469 17.352 9.9980469 17.25 C 10.006047 17.219 10.005859 17.18725 10.005859 17.15625 L 10.005859 14.828125 C 10.036859 14.859125 10.060172 14.876578 10.076172 14.892578 C 10.650172 15.372578 11.311156 15.528719 12.035156 15.386719 C 12.696156 15.252719 13.152359 14.852672 13.443359 14.263672 C 13.671359 13.815672 13.765437 13.334844 13.773438 12.839844 C 13.789438 12.295844 13.741672 11.753187 13.513672 11.242188 C 13.246672 10.613188 12.789469 10.195687 12.105469 10.054688 C 12.003469 10.030688 11.894016 10.023813 11.791016 10.007812 C 11.697016 9.9998125 11.610438 10 11.523438 10 z M 16.525391 10 C 16.494391 10.008 16.462641 10.015625 16.431641 10.015625 C 16.116641 10.031625 15.810906 10.071391 15.503906 10.150391 C 15.306906 10.197391 15.118687 10.267078 14.929688 10.330078 C 14.811687 10.369078 14.755859 10.456031 14.755859 10.582031 C 14.763859 10.684031 14.755859 10.794484 14.755859 10.896484 C 14.763859 11.053484 14.827562 11.094688 14.976562 11.054688 C 15.228563 10.991687 15.478469 10.920047 15.730469 10.873047 C 16.123469 10.802047 16.524781 10.771172 16.925781 10.826172 C 17.137781 10.865172 17.33475 10.920562 17.46875 11.101562 C 17.58675 11.250562 17.634578 11.439906 17.642578 11.628906 C 17.650578 11.895906 17.650391 12.162687 17.650391 12.429688 C 17.650391 12.445688 17.650578 12.46075 17.642578 12.46875 L 17.603516 12.46875 C 17.265516 12.38275 16.918266 12.3355 16.572266 12.3125 C 16.210266 12.2965 15.849906 12.3115 15.503906 12.4375 C 15.086906 12.5795 14.748734 12.831234 14.552734 13.240234 C 14.403734 13.554234 14.380734 13.884656 14.427734 14.222656 C 14.498734 14.678656 14.718141 15.024141 15.119141 15.244141 C 15.504141 15.456141 15.912891 15.480969 16.337891 15.417969 C 16.825891 15.346969 17.257766 15.143125 17.634766 14.828125 C 17.650766 14.812125 17.665641 14.804063 17.681641 14.789062 C 17.705641 14.915062 17.720141 15.032578 17.744141 15.142578 C 17.760141 15.244578 17.823969 15.308406 17.917969 15.316406 L 18.445312 15.316406 C 18.524313 15.316406 18.59375 15.244203 18.59375 15.158203 C 18.60175 15.134203 18.601562 15.104266 18.601562 15.072266 L 18.601562 11.658203 C 18.599563 11.524203 18.591359 11.384 18.568359 11.25 C 18.505359 10.833 18.332078 10.487578 17.955078 10.267578 C 17.743078 10.141578 17.507859 10.078063 17.255859 10.039062 C 17.137859 10.023062 17.028156 10.015 16.910156 10 L 16.525391 10 z M 23.240234 10 C 23.130234 9.992 23.027281 10.062062 22.988281 10.164062 C 22.972281 10.212062 22.957406 10.251828 22.941406 10.298828 L 21.816406 13.515625 C 21.737406 13.743625 21.651266 13.978469 21.572266 14.230469 C 21.557266 14.190469 21.550969 14.176344 21.542969 14.152344 C 21.126969 13.004344 20.717781 11.855031 20.300781 10.707031 C 20.238781 10.519031 20.166703 10.339203 20.095703 10.158203 C 20.064703 10.072203 19.994578 10.009766 19.892578 10.009766 C 19.648578 10.001766 19.404344 10.001953 19.152344 10.001953 C 19.074344 10.001953 19.034781 10.071391 19.050781 10.150391 C 19.066781 10.213391 19.089281 10.284656 19.113281 10.347656 C 19.742281 11.903656 20.380578 13.460391 21.017578 15.025391 C 21.072578 15.158391 21.080578 15.268344 21.017578 15.402344 C 20.915578 15.638344 20.82875 15.881187 20.71875 16.117188 C 20.62375 16.329187 20.466469 16.487781 20.230469 16.550781 C 20.073469 16.589781 19.899375 16.604078 19.734375 16.580078 C 19.655375 16.573078 19.577047 16.558781 19.498047 16.550781 C 19.388047 16.542781 19.334172 16.589031 19.326172 16.707031 L 19.326172 17.021484 C 19.334172 17.202484 19.389312 17.2815 19.570312 17.3125 C 19.743312 17.3445 19.924281 17.368953 20.113281 17.376953 C 20.663281 17.384953 21.095906 17.163594 21.378906 16.683594 C 21.496906 16.494594 21.591734 16.29775 21.677734 16.09375 C 22.439734 14.16775 23.194219 12.248453 23.949219 10.314453 C 23.972219 10.259453 23.988094 10.205578 23.996094 10.142578 C 24.012094 10.048578 23.965953 10.001 23.876953 10 L 23.240234 10 z M 11.517578 10.818359 C 11.997578 10.857359 12.38975 11.092391 12.59375 11.650391 C 12.71975 11.996391 12.751953 12.351891 12.751953 12.712891 C 12.751953 13.051891 12.727 13.372312 12.625 13.695312 C 12.405 14.379312 11.902812 14.646234 11.257812 14.615234 C 10.801813 14.591234 10.416688 14.418969 10.054688 14.167969 C 10.015688 14.143969 9.9900469 14.105406 9.9980469 14.066406 L 9.9980469 11.353516 C 9.9900469 11.306516 10.015687 11.266187 10.054688 11.242188 C 10.494687 10.935187 10.982578 10.779359 11.517578 10.818359 z M 16.378906 12.998047 C 16.513656 12.986297 16.649703 12.988406 16.783203 13.003906 C 17.050203 13.027906 17.318937 13.074281 17.585938 13.113281 C 17.640937 13.121281 17.65625 13.145359 17.65625 13.193359 C 17.64925 13.350359 17.65625 13.49925 17.65625 13.65625 C 17.65625 13.81325 17.648437 13.954328 17.648438 14.111328 C 17.656437 14.150328 17.632563 14.182078 17.601562 14.205078 C 17.239563 14.464078 16.846437 14.637547 16.398438 14.685547 C 16.217437 14.701547 16.036281 14.701859 15.863281 14.630859 C 15.666281 14.559859 15.517891 14.395219 15.462891 14.199219 C 15.399891 13.995219 15.398125 13.782125 15.453125 13.578125 C 15.539125 13.311125 15.728469 13.160219 15.980469 13.074219 C 16.109969 13.034719 16.244156 13.009797 16.378906 12.998047 z M 24.53125 17.498047 C 23.83125 17.507797 23.003953 17.663516 22.376953 18.103516 C 22.182953 18.237516 22.218594 18.425391 22.433594 18.400391 C 23.138594 18.316391 24.707281 18.125375 24.988281 18.484375 C 25.269281 18.843375 24.676063 20.321422 24.414062 20.982422 C 24.332062 21.179422 24.504547 21.261328 24.685547 21.111328 C 25.858547 20.128328 26.163828 18.069437 25.923828 17.773438 C 25.803828 17.625438 25.23125 17.488297 24.53125 17.498047 z M 6.1445312 17.890625 C 5.9989375 17.909797 5.9356406 18.088266 6.0878906 18.228516 C 8.6998906 20.584516 12.149469 22 15.980469 22 C 18.713469 22 21.886172 21.141391 24.076172 19.525391 C 24.438172 19.257391 24.130766 18.855625 23.759766 19.015625 C 21.303766 20.057625 18.635984 20.558594 16.208984 20.558594 C 12.611984 20.558594 9.1295 19.572641 6.3125 17.931641 C 6.25075 17.895641 6.1930625 17.884234 6.1445312 17.890625 z\"/></svg></li><li title=\"cc amex \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 6 C 3.355469 6 2 7.355469 2 9 L 2 23 C 2 24.644531 3.355469 26 5 26 L 27 26 C 28.644531 26 30 24.644531 30 23 L 30 9 C 30 7.355469 28.644531 6 27 6 Z M 5 8 L 27 8 C 27.566406 8 28 8.433594 28 9 L 28 23 C 28 23.566406 27.566406 24 27 24 L 5 24 C 4.433594 24 4 23.566406 4 23 L 4 9 C 4 8.433594 4.433594 8 5 8 Z M 7.0625 13.25 L 5 18.75 L 6.25 18.75 L 6.65625 17.5 L 9 17.5 L 9.40625 18.75 L 11.75 18.75 L 11.75 14.625 L 13.25 18.75 L 14.34375 18.75 L 15.875 14.75 L 15.875 18.75 L 16.96875 18.75 L 16.96875 13.25 L 15.1875 13.25 L 13.8125 16.96875 L 12.4375 13.25 L 10.5 13.25 L 10.5 18.46875 L 8.5625 13.25 Z M 18.46875 13.25 L 18.46875 18.75 L 22.875 18.75 L 24.25 16.96875 L 25.625 18.75 L 27 18.75 L 24.9375 16 L 27 13.25 L 25.5 13.25 L 24.125 14.90625 L 23 13.25 Z M 7.75 14.34375 L 8.4375 16.28125 L 7.0625 16.28125 Z M 19.5625 14.5 L 22.3125 14.5 L 23.4375 16 L 22.1875 17.65625 L 19.5625 17.65625 L 19.5625 16.5625 L 22.0625 16.5625 L 22.0625 15.4375 L 19.5625 15.4375 Z\"/></svg></li><li title=\"cc apple pay \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 6 C 3.355 6 2 7.355 2 9 L 2 23 C 2 24.645 3.355 26 5 26 L 27 26 C 28.645 26 30 24.645 30 23 L 30 9 C 30 7.355 28.645 6 27 6 L 5 6 z M 5 8 L 27 8 C 27.566 8 28 8.434 28 9 L 28 23 C 28 23.566 27.566 24 27 24 L 5 24 C 4.434 24 4 23.566 4 23 L 4 9 C 4 8.434 4.434 8 5 8 z M 10.998047 11 C 10.533047 11 10.002203 11.265344 9.6582031 11.652344 C 9.3922031 11.973344 9.103125 12.483187 9.203125 12.992188 C 9.680125 13.048187 10.201 12.749328 10.5 12.361328 C 10.832 12.007328 11.020047 11.509 10.998047 11 z M 13 13 L 13 19 L 13.931641 19 L 13.931641 16.945312 L 15.228516 16.945312 C 16.403516 16.945312 17.234375 16.136656 17.234375 14.972656 C 17.234375 13.797656 16.414 13 15.25 13 L 13 13 z M 7.8378906 13.523438 C 6.7988906 13.523438 6 14.433281 6 15.738281 C 6 17.438281 7.1944531 19 7.9394531 19 C 8.3894531 19 8.5543437 18.697266 9.1523438 18.697266 C 9.7033437 18.697266 9.8767031 19 10.345703 19 C 11.236703 19 11.972 17.190078 12 17.080078 C 11.853 17.006078 10.997047 16.602906 10.998047 15.628906 C 10.998047 14.682906 11.779406 14.258234 11.816406 14.240234 C 11.384406 13.597234 10.704266 13.523438 10.447266 13.523438 C 9.8502656 13.523438 9.3279688 13.845703 9.0429688 13.845703 C 8.7489688 13.845703 8.3158906 13.523438 7.8378906 13.523438 z M 13.931641 13.787109 L 15.005859 13.787109 C 15.814859 13.787109 16.28125 14.218656 16.28125 14.972656 C 16.28125 15.726656 15.814859 16.169922 15.005859 16.169922 L 13.931641 16.169922 L 13.931641 13.787109 z M 19.429688 14.53125 C 18.443687 14.53125 17.711453 15.097047 17.689453 15.873047 L 18.53125 15.873047 C 18.59825 15.507047 18.94025 15.263672 19.40625 15.263672 C 19.98225 15.263672 20.294922 15.529578 20.294922 16.017578 L 20.294922 16.349609 L 19.130859 16.427734 C 18.055859 16.494734 17.466797 16.938125 17.466797 17.703125 C 17.466797 18.479125 18.065688 19 18.929688 19 C 19.516687 19 20.061688 18.700375 20.304688 18.234375 L 20.326172 18.234375 L 20.326172 18.955078 L 21.191406 18.955078 L 21.191406 15.962891 C 21.191406 15.097891 20.493688 14.53125 19.429688 14.53125 z M 21.574219 14.587891 L 23.148438 18.966797 L 23.070312 19.232422 C 22.926313 19.676422 22.693203 19.853516 22.283203 19.853516 C 22.206203 19.853516 22.062812 19.841797 22.007812 19.841797 L 22.007812 20.5625 C 22.063813 20.5735 22.294328 20.583984 22.361328 20.583984 C 23.270328 20.583984 23.703078 20.2295 24.080078 19.1875 L 25.708984 14.587891 L 24.765625 14.587891 L 23.669922 18.134766 L 23.646484 18.134766 L 22.550781 14.587891 L 21.574219 14.587891 z M 20.294922 16.980469 L 20.294922 17.314453 L 20.292969 17.314453 C 20.292969 17.879453 19.816547 18.277344 19.185547 18.277344 C 18.686547 18.277344 18.376953 18.045688 18.376953 17.679688 C 18.376953 17.302688 18.675672 17.079875 19.263672 17.046875 L 20.294922 16.980469 z\"/></svg></li><li title=\"cc diners club \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 6 C 3.355469 6 2 7.355469 2 9 L 2 23 C 2 24.644531 3.355469 26 5 26 L 27 26 C 28.644531 26 30 24.644531 30 23 L 30 9 C 30 7.355469 28.644531 6 27 6 Z M 5 8 L 27 8 C 27.566406 8 28 8.433594 28 9 L 28 23 C 28 23.566406 27.566406 24 27 24 L 5 24 C 4.433594 24 4 23.566406 4 23 L 4 9 C 4 8.433594 4.433594 8 5 8 Z M 15 10 C 11.699219 10 9 12.699219 9 16 C 9 19.300781 11.699219 22 15 22 L 17 22 C 20.3125 22 23 19.3125 23 16 C 23 12.6875 20.3125 10 17 10 Z M 15 12 C 17.222656 12 19 13.777344 19 16 C 19 18.222656 17.222656 20 15 20 C 12.777344 20 11 18.222656 11 16 C 11 13.777344 12.777344 12 15 12 Z M 14.1875 13.65625 C 13.214844 14 12.5 14.910156 12.5 16 C 12.5 17.089844 13.214844 18 14.1875 18.34375 Z M 15.8125 13.65625 L 15.8125 18.34375 C 16.785156 18 17.5 17.089844 17.5 16 C 17.5 14.910156 16.785156 14 15.8125 13.65625 Z\"/></svg></li><li title=\"cc discover \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 6 C 3.355469 6 2 7.355469 2 9 L 2 23 C 2 24.644531 3.355469 26 5 26 L 27 26 C 28.644531 26 30 24.644531 30 23 L 30 9 C 30 7.355469 28.644531 6 27 6 Z M 5 8 L 27 8 C 27.566406 8 28 8.433594 28 9 L 28 23 C 28 23.566406 27.566406 24 27 24 L 5 24 C 4.433594 24 4 23.566406 4 23 L 4 9 C 4 8.433594 4.433594 8 5 8 Z M 10.4375 14.15625 C 9.8125 14.15625 9.34375 14.609375 9.34375 15.1875 C 9.34375 15.671875 9.574219 15.914063 10.21875 16.15625 C 10.59375 16.296875 10.90625 16.378906 10.90625 16.71875 C 10.90625 17.003906 10.683594 17.21875 10.375 17.21875 C 10.046875 17.21875 9.78125 17.058594 9.625 16.75 L 9.15625 17.15625 C 9.472656 17.621094 9.882813 17.84375 10.40625 17.84375 C 11.121094 17.84375 11.59375 17.371094 11.59375 16.6875 C 11.59375 16.125 11.375 15.847656 10.59375 15.5625 C 10.179688 15.410156 10.0625 15.316406 10.0625 15.125 C 10.0625 14.902344 10.265625 14.75 10.5625 14.75 C 10.769531 14.75 10.945313 14.832031 11.125 15.03125 L 11.5 14.5625 C 11.203125 14.304688 10.824219 14.15625 10.4375 14.15625 Z M 13.6875 14.15625 C 12.644531 14.160156 11.8125 14.972656 11.8125 16 C 11.8125 17.035156 12.640625 17.84375 13.6875 17.84375 C 13.984375 17.84375 14.25 17.773438 14.5625 17.625 L 14.5625 16.8125 C 14.289063 17.085938 14.03125 17.1875 13.71875 17.1875 C 13.027344 17.1875 12.53125 16.683594 12.53125 15.96875 C 12.53125 15.292969 13.042969 14.78125 13.6875 14.78125 C 14.015625 14.78125 14.277344 14.875 14.5625 15.15625 L 14.5625 14.34375 C 14.261719 14.191406 13.984375 14.15625 13.6875 14.15625 Z M 16.59375 14.15625 C 15.578125 14.15625 14.75 14.984375 14.75 16 C 14.75 17.015625 15.578125 17.84375 16.59375 17.84375 C 17.609375 17.84375 18.4375 17.015625 18.4375 16 C 18.4375 14.984375 17.609375 14.15625 16.59375 14.15625 Z M 5 14.21875 L 5 17.75 L 6 17.75 C 7.535156 17.75 7.90625 16.550781 7.90625 16 C 7.90625 14.960938 7.117188 14.21875 6 14.21875 Z M 8.21875 14.21875 L 8.21875 17.75 L 8.90625 17.75 L 8.90625 14.21875 Z M 18.3125 14.21875 L 19.8125 17.84375 L 20.1875 17.84375 L 21.71875 14.21875 L 20.96875 14.21875 L 20 16.59375 L 19.0625 14.21875 Z M 22.03125 14.21875 L 22.03125 17.75 L 23.96875 17.75 L 23.96875 17.15625 L 22.71875 17.15625 L 22.71875 16.1875 L 23.9375 16.1875 L 23.9375 15.59375 L 22.71875 15.59375 L 22.71875 14.8125 L 23.96875 14.8125 L 23.96875 14.21875 Z M 24.4375 14.21875 L 24.4375 17.75 L 25.125 17.75 L 25.125 16.34375 L 25.1875 16.34375 L 26.15625 17.75 L 27 17.75 L 25.875 16.25 C 26.394531 16.144531 26.6875 15.789063 26.6875 15.25 C 26.6875 14.589844 26.230469 14.21875 25.4375 14.21875 Z M 25.125 14.78125 L 25.3125 14.78125 C 25.742188 14.78125 26 14.96875 26 15.3125 C 26 15.667969 25.753906 15.84375 25.3125 15.84375 L 25.125 15.84375 Z M 5.6875 14.8125 L 5.90625 14.8125 C 6.84375 14.8125 7.1875 15.445313 7.1875 16 C 7.1875 16.265625 7.113281 17.15625 5.875 17.15625 L 5.6875 17.15625 Z\"/></svg></li><li title=\"cc jcb \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 6 C 3.355469 6 2 7.355469 2 9 L 2 23 C 2 24.644531 3.355469 26 5 26 L 27 26 C 28.644531 26 30 24.644531 30 23 L 30 9 C 30 7.355469 28.644531 6 27 6 Z M 5 8 L 27 8 C 27.566406 8 28 8.433594 28 9 L 28 23 C 28 23.566406 27.566406 24 27 24 L 5 24 C 4.433594 24 4 23.566406 4 23 L 4 9 C 4 8.433594 4.433594 8 5 8 Z M 8.15625 11 C 6.929688 11 6 11.777344 6 13.125 L 6 21 L 9.9375 21 C 10.898438 21 12 20.105469 12 18.9375 L 12 11 Z M 15.15625 11 C 13.933594 11 13 11.78125 13 13.125 L 13 20.9375 L 16.9375 20.9375 C 17.894531 20.9375 19 20.039063 19 18.875 L 19 11 Z M 22.15625 11 C 20.933594 11 20 11.78125 20 13.125 L 20 20.9375 L 23.90625 20.9375 C 24.859375 20.9375 26 20.039063 26 18.875 L 26 11 Z M 15.375 14 L 18.25 14 L 18.25 14.625 C 17.5625 14.464844 16.890625 14.375 16.5625 14.375 C 15.84375 14.375 15.28125 14.992188 15.28125 15.75 C 15.28125 16.507813 15.84375 17.09375 16.5625 17.09375 C 16.890625 17.09375 17.5625 17.035156 18.25 16.875 L 18.25 17.46875 L 15.375 17.46875 C 14.480469 17.46875 13.71875 16.695313 13.71875 15.75 C 13.71875 14.804688 14.480469 14 15.375 14 Z M 20.84375 14 L 24.53125 14 C 24.980469 14 25.34375 14.394531 25.34375 14.84375 C 25.34375 15.289063 25.042969 15.71875 24.59375 15.71875 C 25.101563 15.71875 25.5 16.117188 25.5 16.5625 C 25.5 17.011719 25.101563 17.4375 24.59375 17.4375 L 20.84375 17.4375 Z M 9.46875 14.03125 L 11.1875 14.03125 L 11.1875 15.96875 C 11.1875 17.046875 9.800781 17.625 8.78125 17.625 C 7.671875 17.625 6.679688 16.964844 6.46875 16.125 L 7.21875 16.125 C 7.308594 16.636719 7.804688 17 8.375 17 C 9.003906 17 9.46875 16.539063 9.46875 15.96875 Z M 22.25 14.34375 L 22.25 15.5 L 23.4375 15.5 C 23.734375 15.5 24 15.234375 24 14.9375 C 24 14.640625 23.734375 14.34375 23.4375 14.34375 Z M 22.25 15.9375 L 22.25 17.09375 L 23.46875 17.09375 C 23.769531 17.09375 24.03125 16.828125 24.03125 16.53125 C 24.03125 16.230469 23.769531 15.9375 23.46875 15.9375 Z\"/></svg></li><li title=\"cc mastercard \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 6 C 3.355469 6 2 7.355469 2 9 L 2 23 C 2 24.644531 3.355469 26 5 26 L 27 26 C 28.644531 26 30 24.644531 30 23 L 30 9 C 30 7.355469 28.644531 6 27 6 Z M 5 8 L 27 8 C 27.566406 8 28 8.433594 28 9 L 28 23 C 28 23.566406 27.566406 24 27 24 L 5 24 C 4.433594 24 4 23.566406 4 23 L 4 9 C 4 8.433594 4.433594 8 5 8 Z M 12 9 C 8.144531 9 5 12.144531 5 16 C 5 19.855469 8.144531 23 12 23 C 13.484375 23 14.863281 22.546875 16 21.75 C 17.132813 22.542969 18.511719 23 20 23 C 23.855469 23 27 19.855469 27 16 C 27 12.144531 23.855469 9 20 9 C 18.511719 9 17.132813 9.457031 16 10.25 C 14.863281 9.453125 13.484375 9 12 9 Z M 12 11 C 13.28125 11 14.429688 11.496094 15.3125 12.28125 C 14.902344 12.792969 14.566406 13.371094 14.34375 14 L 16.5625 14 C 16.703125 14.320313 16.835938 14.652344 16.90625 15 L 14.09375 15 C 14.039063 15.324219 14 15.65625 14 16 C 14 16.34375 14.039063 16.675781 14.09375 17 L 16.90625 17 C 16.835938 17.347656 16.703125 17.679688 16.5625 18 L 14.34375 18 C 14.566406 18.628906 14.902344 19.207031 15.3125 19.71875 C 14.429688 20.503906 13.28125 21 12 21 C 9.226563 21 7 18.773438 7 16 C 7 13.226563 9.226563 11 12 11 Z M 20 11 C 22.773438 11 25 13.226563 25 16 C 25 18.773438 22.773438 21 20 21 C 19.085938 21 18.238281 20.742188 17.5 20.3125 C 18.441406 19.121094 19 17.628906 19 16 C 19 14.371094 18.441406 12.878906 17.5 11.6875 C 18.238281 11.257813 19.085938 11 20 11 Z\"/></svg></li><li title=\"cc paypal \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 8.90625 5 L 8.71875 5.78125 L 5.03125 22.78125 L 4.75 24 L 9.625 24 L 9.03125 26.78125 L 8.75 28 L 15.71875 28 L 15.875 27.1875 L 16.90625 22.375 L 19.59375 22.375 C 23.355469 22.375 26.660156 19.929688 27.5 16 C 27.941406 13.933594 27.472656 12.183594 26.5 11 C 25.710938 10.039063 24.640625 9.460938 23.53125 9.1875 C 23.316406 8.199219 22.863281 7.359375 22.25 6.71875 C 21.113281 5.535156 19.535156 5 18.0625 5 Z M 10.53125 7 L 18.0625 7 C 19.042969 7 20.125 7.378906 20.8125 8.09375 C 21.5 8.808594 21.902344 9.828125 21.53125 11.5625 C 20.871094 14.65625 18.535156 16.375 15.59375 16.375 L 11.28125 16.375 L 11.125 17.15625 L 10.09375 22 L 7.25 22 Z M 13.0625 8.46875 L 12.875 9.25 L 11.84375 13.875 L 11.5625 15.09375 L 15.09375 15.09375 C 16.871094 15.09375 18.40625 13.800781 18.84375 12.0625 L 18.875 12.0625 C 18.878906 12.042969 18.871094 12.019531 18.875 12 C 19.09375 11.125 18.953125 10.226563 18.46875 9.5625 C 17.972656 8.882813 17.136719 8.46875 16.25 8.46875 Z M 14.65625 10.46875 L 16.25 10.46875 C 16.5625 10.46875 16.726563 10.558594 16.84375 10.71875 C 16.960938 10.878906 17.042969 11.136719 16.9375 11.53125 L 16.9375 11.5625 C 16.75 12.371094 15.792969 13.09375 15.09375 13.09375 L 14.0625 13.09375 Z M 23.59375 11.34375 C 24.121094 11.558594 24.617188 11.851563 24.96875 12.28125 C 25.550781 12.988281 25.871094 13.964844 25.53125 15.5625 C 24.871094 18.65625 22.535156 20.375 19.59375 20.375 L 15.28125 20.375 L 15.125 21.15625 L 14.09375 26 L 11.25 26 L 11.6875 24 L 11.71875 24 L 11.875 23.1875 L 12.90625 18.375 L 15.59375 18.375 C 19.355469 18.375 22.660156 15.929688 23.5 12 C 23.546875 11.773438 23.566406 11.5625 23.59375 11.34375 Z\"/></svg></li><li title=\"cc stripe \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 6 C 3.355469 6 2 7.355469 2 9 L 2 23 C 2 24.644531 3.355469 26 5 26 L 27 26 C 28.644531 26 30 24.644531 30 23 L 30 9 C 30 7.355469 28.644531 6 27 6 Z M 5 8 L 27 8 C 27.566406 8 28 8.433594 28 9 L 28 23 C 28 23.566406 27.566406 24 27 24 L 5 24 C 4.433594 24 4 23.566406 4 23 L 4 9 C 4 8.433594 4.433594 8 5 8 Z M 16.5 11.4375 C 16.027344 11.4375 15.65625 11.808594 15.65625 12.28125 C 15.65625 12.75 16.027344 13.125 16.5 13.125 C 16.96875 13.125 17.34375 12.75 17.34375 12.28125 C 17.34375 11.808594 16.96875 11.4375 16.5 11.4375 Z M 11.0625 12.1875 L 9.6875 12.40625 L 9.5 13.625 L 9 13.71875 L 8.8125 14.84375 L 9.5 14.84375 L 9.5 17.1875 C 9.5 17.796875 9.652344 18.210938 9.96875 18.46875 C 10.234375 18.683594 10.617188 18.78125 11.15625 18.78125 C 11.570313 18.78125 11.824219 18.703125 12 18.65625 L 12 17.40625 C 11.902344 17.433594 11.679688 17.46875 11.53125 17.46875 C 11.214844 17.46875 11.0625 17.308594 11.0625 16.9375 L 11.0625 14.84375 L 11.90625 14.84375 L 12.09375 13.625 L 11.0625 13.625 Z M 6.90625 13.53125 C 6.359375 13.53125 5.886719 13.671875 5.5625 13.9375 C 5.222656 14.214844 5.0625 14.636719 5.0625 15.125 C 5.0625 16.007813 5.589844 16.371094 6.46875 16.6875 C 7.035156 16.886719 7.21875 17.027344 7.21875 17.25 C 7.21875 17.464844 7.050781 17.59375 6.71875 17.59375 C 6.308594 17.59375 5.628906 17.386719 5.1875 17.125 L 5 18.34375 C 5.378906 18.558594 6.085938 18.78125 6.8125 18.78125 C 7.390625 18.78125 7.863281 18.667969 8.1875 18.40625 C 8.550781 18.121094 8.75 17.671875 8.75 17.125 C 8.75 16.222656 8.203125 15.847656 7.3125 15.53125 C 6.839844 15.355469 6.5625 15.246094 6.5625 15.03125 C 6.5625 14.847656 6.703125 14.71875 6.96875 14.71875 C 7.457031 14.71875 7.96875 14.925781 8.3125 15.09375 L 8.5 13.875 C 8.226563 13.746094 7.679688 13.53125 6.90625 13.53125 Z M 20.71875 13.53125 C 20.25 13.53125 19.820313 13.746094 19.4375 14.15625 L 19.375 13.625 L 17.9375 13.625 L 17.9375 20.5625 L 19.5625 20.28125 L 19.5625 18.6875 C 19.808594 18.765625 20.054688 18.78125 20.28125 18.78125 C 20.683594 18.78125 21.265625 18.679688 21.71875 18.1875 C 22.152344 17.714844 22.375 17 22.375 16.03125 C 22.375 15.175781 22.230469 14.507813 21.90625 14.09375 C 21.621094 13.722656 21.226563 13.53125 20.71875 13.53125 Z M 24.9375 13.53125 C 23.566406 13.53125 22.71875 14.5625 22.71875 16.1875 C 22.71875 17.097656 22.925781 17.785156 23.375 18.21875 C 23.777344 18.609375 24.378906 18.78125 25.125 18.78125 C 25.8125 18.78125 26.441406 18.640625 26.84375 18.375 L 26.65625 17.25 C 26.261719 17.464844 25.800781 17.59375 25.28125 17.59375 C 24.96875 17.59375 24.75 17.511719 24.59375 17.375 C 24.425781 17.230469 24.34375 17.019531 24.3125 16.6875 L 26.96875 16.6875 C 26.976563 16.609375 27 16.242188 27 16.125 C 27 15.320313 26.8125 14.667969 26.46875 14.21875 C 26.117188 13.765625 25.605469 13.53125 24.9375 13.53125 Z M 15 13.5625 C 14.546875 13.5625 14.175781 13.820313 14.03125 14.25 L 13.9375 13.625 L 12.53125 13.625 L 12.53125 18.6875 L 14.15625 18.6875 L 14.15625 15.40625 C 14.355469 15.160156 14.640625 15.0625 15.03125 15.0625 C 15.117188 15.0625 15.203125 15.074219 15.3125 15.09375 L 15.3125 13.59375 C 15.199219 13.566406 15.097656 13.5625 15 13.5625 Z M 15.6875 13.625 L 15.6875 18.6875 L 17.3125 18.6875 L 17.3125 13.625 Z M 24.90625 14.625 C 25.269531 14.625 25.472656 14.972656 25.5 15.6875 L 24.3125 15.6875 C 24.359375 14.964844 24.535156 14.625 24.90625 14.625 Z M 20.15625 14.78125 C 20.566406 14.78125 20.78125 15.199219 20.78125 16.0625 C 20.78125 16.554688 20.710938 16.957031 20.5625 17.21875 C 20.433594 17.464844 20.234375 17.59375 20 17.59375 C 19.839844 17.59375 19.691406 17.566406 19.5625 17.5 L 19.5625 15.09375 C 19.835938 14.808594 20.066406 14.78125 20.15625 14.78125 Z\"/></svg></li><li title=\"cc visa \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 6 C 3.355469 6 2 7.355469 2 9 L 2 23 C 2 24.644531 3.355469 26 5 26 L 27 26 C 28.644531 26 30 24.644531 30 23 L 30 9 C 30 7.355469 28.644531 6 27 6 Z M 5 8 L 27 8 C 27.566406 8 28 8.433594 28 9 L 28 23 C 28 23.566406 27.566406 24 27 24 L 5 24 C 4.433594 24 4 23.566406 4 23 L 4 9 C 4 8.433594 4.433594 8 5 8 Z M 19.40625 12.375 C 17.480469 12.375 16.46875 13.324219 16.46875 14.53125 C 16.46875 16.710938 19.03125 16.410156 19.03125 17.53125 C 19.03125 17.722656 18.871094 18.15625 17.8125 18.15625 C 16.753906 18.15625 16.0625 17.78125 16.0625 17.78125 L 15.75 19.21875 C 15.75 19.21875 16.40625 19.625 17.71875 19.625 C 19.03125 19.625 20.875 18.617188 20.875 17.15625 C 20.875 15.398438 18.3125 15.28125 18.3125 14.5 C 18.3125 14.101563 18.652344 13.78125 19.5625 13.78125 C 20.15625 13.78125 20.8125 14.25 20.8125 14.25 L 21.125 12.71875 C 21.125 12.71875 20.253906 12.375 19.40625 12.375 Z M 11.1875 12.5 L 9.5 17.4375 C 9.5 17.4375 9.414063 17.011719 9.375 16.75 C 8.421875 14.609375 6.875 13.8125 6.875 13.8125 L 8.34375 19.40625 L 10.34375 19.40625 L 13.15625 12.5 Z M 13.875 12.5 L 12.78125 19.40625 L 14.625 19.40625 L 15.71875 12.5 Z M 23.8125 12.5 L 20.8125 19.40625 L 22.625 19.40625 L 23 18.4375 L 25.3125 18.4375 L 25.5 19.40625 L 27.15625 19.40625 L 25.75 12.5 Z M 4.84375 12.53125 C 4.84375 12.53125 8.441406 13.632813 9.28125 16.34375 L 8.65625 13.21875 C 8.65625 13.21875 8.382813 12.53125 7.65625 12.53125 Z M 24.5 14.5 L 25.03125 17.09375 L 23.53125 17.09375 Z\"/></svg></li><li title=\"centercode \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 8.832 23.168 3 16 3 z M 16 5 C 22.065 5 27 9.935 27 16 C 27 22.065 22.065 27 16 27 C 9.935 27 5 22.065 5 16 C 5 9.935 9.935 5 16 5 z M 13.199219 9 C 10.845219 11.26 10.378594 16.589141 11.808594 22.869141 C 14.628594 23.499141 18.718672 21.799688 22.888672 18.429688 C 24.025672 13.679688 16.334219 10.14 13.199219 9 z M 16 14 C 17.105 14 18 14.895 18 16 C 18 17.105 17.105 18 16 18 C 14.895 18 14 17.105 14 16 C 14 14.895 14.895 14 16 14 z\"/></svg></li><li title=\"centos \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 15.996094 3 L 13 6.0039062 L 15 6.0039062 L 15 12 L 16 13 L 17 12 L 17 6.0039062 L 19 6.0039062 L 15.996094 3 z M 7 7 L 7 11 L 8.2929688 9.7070312 L 12.585938 14 L 14 14 L 14 12.585938 L 9.7070312 8.2929688 L 11 7 L 7 7 z M 12.414062 7 L 11.121094 8.2929688 L 14 11.171875 L 14 7 L 12.414062 7 z M 18 7 L 18 11.171875 L 20.878906 8.2929688 L 19.585938 7 L 18 7 z M 21 7 L 22.292969 8.2929688 L 18 12.585938 L 18 14 L 19.414062 14 L 23.707031 9.7070312 L 25 11 L 25 7 L 21 7 z M 8.2929688 11.121094 L 7 12.414062 L 7 14 L 11.171875 14 L 8.2929688 11.121094 z M 23.707031 11.121094 L 20.828125 14 L 25 14 L 25 12.414062 L 23.707031 11.121094 z M 6.0039062 13 L 3 16.003906 L 6.0039062 19 L 6.0039062 17 L 12 17 L 13 16 L 12 15 L 6.0039062 15 L 6.0039062 13 z M 25.996094 13 L 25.996094 15 L 20 15 L 19 16 L 20 17 L 25.996094 17 L 25.996094 19 L 29 15.996094 L 25.996094 13 z M 7 18 L 7 19.585938 L 8.2929688 20.878906 L 11.171875 18 L 7 18 z M 12.585938 18 L 8.2929688 22.292969 L 7 21 L 7 25 L 11 25 L 9.7070312 23.707031 L 14 19.414062 L 14 18 L 12.585938 18 z M 18 18 L 18 19.414062 L 22.292969 23.707031 L 21 25 L 25 25 L 25 21 L 23.707031 22.292969 L 19.414062 18 L 18 18 z M 20.828125 18 L 23.707031 20.878906 L 25 19.585938 L 25 18 L 20.828125 18 z M 16 19 L 15 20 L 15 25.996094 L 13 25.996094 L 16.003906 29 L 19 25.996094 L 17 25.996094 L 17 20 L 16 19 z M 14 20.828125 L 11.121094 23.707031 L 12.414062 25 L 14 25 L 14 20.828125 z M 18 20.828125 L 18 25 L 19.585938 25 L 20.878906 23.707031 L 18 20.828125 z\"/></svg></li><li title=\"certificate solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 15.375 3 14.753906 3.210938 14.21875 3.59375 L 12.5625 4.75 L 10.65625 5 L 10.625 5 L 10.59375 5.03125 C 9.320313 5.316406 8.316406 6.320313 8.03125 7.59375 L 8 7.625 L 8 7.65625 L 7.75 9.59375 L 6.59375 11.09375 L 6.5625 11.125 L 6.5625 11.15625 C 5.863281 12.273438 5.832031 13.714844 6.59375 14.78125 L 7.78125 16.4375 L 8.09375 18.15625 L 4.875 23.0625 L 3.84375 24.59375 L 8.625 24.59375 L 9.78125 27.28125 L 10.5 29 L 11.53125 27.4375 L 14.6875 22.6875 C 15.535156 23.035156 16.492188 23.066406 17.3125 22.6875 L 20.46875 27.4375 L 21.5 29 L 22.21875 27.28125 L 23.375 24.59375 L 28.15625 24.59375 L 27.125 23.0625 L 24 18.3125 L 24.25 16.4375 L 25.40625 14.78125 L 25.4375 14.75 L 25.4375 14.71875 C 26.136719 13.601563 26.167969 12.191406 25.40625 11.125 L 24.25 9.46875 L 23.875 7.59375 L 23.90625 7.59375 C 23.902344 7.570313 23.878906 7.554688 23.875 7.53125 C 23.695313 6.222656 22.660156 5.160156 21.34375 5 L 21.3125 5 L 19.4375 4.75 L 17.78125 3.59375 C 17.246094 3.210938 16.625 3 16 3 Z M 16 5.03125 C 16.230469 5.03125 16.457031 5.101563 16.625 5.21875 L 18.40625 6.5 L 18.625 6.65625 L 18.875 6.6875 L 21.0625 7 L 21.09375 7 C 21.542969 7.050781 21.855469 7.363281 21.90625 7.8125 L 21.90625 7.875 L 22.3125 10.09375 L 22.34375 10.3125 L 22.5 10.5 L 23.78125 12.28125 C 24.019531 12.613281 24.050781 13.175781 23.75 13.65625 L 22.34375 15.625 L 22.3125 15.875 L 22 18.0625 L 22 18.09375 C 21.980469 18.257813 21.925781 18.410156 21.84375 18.53125 L 21.78125 18.5625 L 21.78125 18.59375 C 21.636719 18.765625 21.4375 18.878906 21.1875 18.90625 L 21.125 18.90625 L 18.84375 19.3125 L 18.59375 19.34375 L 18.40625 19.5 L 16.625 20.78125 C 16.292969 21.019531 15.699219 21.050781 15.21875 20.75 L 13.59375 19.5 L 13.40625 19.34375 L 13.125 19.3125 L 10.9375 19 L 10.90625 19 C 10.597656 18.964844 10.359375 18.804688 10.21875 18.5625 C 10.15625 18.453125 10.109375 18.324219 10.09375 18.1875 L 10.09375 18.125 L 9.6875 15.84375 L 9.65625 15.59375 L 9.5 15.40625 L 8.21875 13.625 C 7.980469 13.292969 7.949219 12.699219 8.25 12.21875 L 9.5 10.59375 L 9.65625 10.40625 L 9.6875 10.125 L 9.96875 8.03125 C 9.972656 8.015625 9.996094 8.015625 10 8 C 10.125 7.511719 10.511719 7.125 11 7 C 11.015625 6.996094 11.015625 6.972656 11.03125 6.96875 L 13.125 6.6875 L 13.375 6.65625 L 13.59375 6.5 L 15.375 5.21875 C 15.542969 5.101563 15.769531 5.03125 16 5.03125 Z M 22.90625 20.25 L 24.4375 22.59375 L 22.03125 22.59375 L 21.78125 23.21875 L 21.09375 24.8125 L 18.96875 21.5625 L 19.4375 21.21875 L 21.40625 20.875 L 21.40625 20.90625 C 21.429688 20.902344 21.445313 20.878906 21.46875 20.875 C 22.007813 20.800781 22.496094 20.574219 22.90625 20.25 Z M 9.09375 20.28125 C 9.519531 20.664063 10.0625 20.929688 10.65625 21 C 10.667969 21 10.675781 21 10.6875 21 L 12.59375 21.25 L 13.03125 21.59375 L 10.90625 24.8125 L 10.21875 23.21875 L 9.96875 22.59375 L 7.5625 22.59375 Z\"/></svg></li><li title=\"chair solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 11 4 L 11 16.4375 C 10.898438 16.464844 10.777344 16.503906 10.6875 16.53125 C 10.203125 16.679688 9.867188 16.835938 9.625 17 C 9.503906 17.082031 9.390625 17.167969 9.3125 17.25 C 9.234375 17.332031 9.125 17.5 9.125 17.5 L 9 17.71875 L 9 20 L 10 20 L 10 28 L 12 28 L 12 20 L 20 20 L 20 28 L 22 28 L 22 20 L 23 20 L 23 17.71875 L 22.875 17.5 C 22.875 17.5 22.765625 17.332031 22.6875 17.25 C 22.609375 17.167969 22.496094 17.082031 22.375 17 C 22.132813 16.835938 21.796875 16.679688 21.3125 16.53125 C 21.222656 16.503906 21.101563 16.464844 21 16.4375 L 21 4 L 19 4 L 19 5 L 13 5 L 13 4 Z M 13 7 L 15 7 L 15 16.03125 C 14.242188 16.050781 13.5625 16.070313 13 16.125 Z M 17 7 L 19 7 L 19 16.125 C 18.4375 16.070313 17.757813 16.050781 17 16.03125 Z\"/></svg></li><li title=\"chalkboard solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 7 L 5 23 L 3 23 L 3 25 L 29 25 L 29 23 L 27 23 L 27 7 Z M 7 9 L 25 9 L 25 23 L 7 23 Z M 21.28125 12.28125 L 17 16.5625 L 13.71875 13.28125 L 13 12.59375 L 12.28125 13.28125 L 9.28125 16.28125 L 10.71875 17.71875 L 13 15.4375 L 16.28125 18.71875 L 17 19.40625 L 17.71875 18.71875 L 22.71875 13.71875 Z M 20 20 L 19 21 L 20 22 L 24 22 L 24 20 Z\"/></svg></li><li title=\"chalkboard teacher solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 4 6 L 4 8 L 26 8 L 26 24 L 12 24 L 12 26 L 30 26 L 30 24 L 28 24 L 28 6 L 4 6 z M 8.0019531 9 C 5.8032706 9 4 10.802666 4 13 C 4 15.198683 5.8040743 17 8.0019531 17 C 10.197134 17 12 15.198683 12 13 C 12 10.802666 10.19794 9 8.0019531 9 z M 14 10 L 14 12 L 19 12 L 19 10 L 14 10 z M 21 10 L 21 12 L 24 12 L 24 10 L 21 10 z M 8.0019531 11 C 9.1159662 11 10 11.883334 10 13 C 10 14.119317 9.1167719 15 8.0019531 15 C 6.881832 15 6 14.119317 6 13 C 6 11.883334 6.8826357 11 8.0019531 11 z M 14 14 L 14 16 L 24 16 L 24 14 L 14 14 z M 4 18 L 4 26 L 6 26 L 6 20 L 9 20 L 9 26 L 11 26 L 11 20.658203 L 13.064453 21.75 C 13.648752 22.060158 14.351587 22.058921 14.935547 21.75 L 14.935547 21.751953 L 18.466797 19.884766 L 17.533203 18.115234 L 14.001953 19.982422 L 10.90625 18.347656 C 10.475078 18.120046 9.9935054 18 9.5039062 18 L 4 18 z\"/></svg></li><li title=\"charging station solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 9 5 C 7.355 5 6 6.355 6 8 L 6 27 L 20 27 L 20 20 L 22 20 L 22 24 C 22 25.645 23.355 27 25 27 C 26.645 27 28 25.645 28 24 L 28 13.8125 C 28 13.0155 27.687 12.28075 27.125 11.71875 L 22.40625 7 L 21 8.40625 L 23.84375 11.25 C 22.76975 11.707 22 12.766 22 14 C 22 15.645 23.355 17 25 17 C 25.352 17 25.684 16.9265 26 16.8125 L 26 24 C 26 24.566 25.566 25 25 25 C 24.434 25 24 24.566 24 24 L 24 20 C 24 18.906 23.094 18 22 18 L 20 18 L 20 8 C 20 6.355 18.645 5 17 5 L 9 5 z M 9 7 L 17 7 C 17.566 7 18 7.434 18 8 L 18 11 L 18 12 L 18 14 L 18 18 L 18 25 L 8 25 L 8 18 L 8 14 L 8 12 L 8 11 L 8 8 C 8 7.434 8.434 7 9 7 z M 13.089844 10.560547 L 10.660156 15.439453 L 11.560547 15.910156 L 12.660156 16.439453 L 11.089844 19.560547 L 12.910156 20.439453 L 15.339844 15.560547 L 14.439453 15.089844 L 13.339844 14.560547 L 14.910156 11.439453 L 13.089844 10.560547 z M 25 13 C 25.562 13 26 13.438 26 14 C 26 14.562 25.562 15 25 15 C 24.437 15 24 14.562 24 14 C 24 13.438 24.437 13 25 13 z\"/></svg></li><li title=\"chart area solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 28 4.0625 L 26.375 5.3125 L 21.75 8.9375 L 16.15625 8 L 15.78125 7.9375 L 15.4375 8.15625 L 9.75 11.9375 L 5.1875 11.03125 L 4 10.78125 L 4 28 L 28 28 Z M 26 8.15625 L 26 13.53125 L 21.78125 16.875 L 16.3125 15.0625 L 15.84375 14.90625 L 15.4375 15.15625 L 9.875 18.875 L 6 17.3125 L 6 13.21875 L 9.8125 13.96875 L 10.21875 14.0625 L 10.5625 13.84375 L 16.21875 10.0625 L 21.84375 11 L 22.28125 11.0625 L 22.625 10.78125 Z M 26 16.09375 L 26 26 L 6 26 L 6 19.5 L 9.625 20.9375 L 10.125 21.125 L 10.5625 20.84375 L 16.1875 17.09375 L 21.6875 18.9375 L 22.1875 19.125 L 22.625 18.78125 Z\"/></svg></li><li title=\"chart bar solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 21 4 L 21 28 L 29 28 L 29 4 Z M 23 6 L 27 6 L 27 26 L 23 26 Z M 3 10 L 3 28 L 11 28 L 11 10 Z M 5 12 L 9 12 L 9 26 L 5 26 Z M 12 16 L 12 28 L 20 28 L 20 16 Z M 14 18 L 18 18 L 18 26 L 14 26 Z\"/></svg></li><li title=\"chart bar \"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32pt\" height=\"32pt\" viewBox=\"0 0 32 32\"><path d=\"M 13 3 L 13 27 L 11 27 L 11 7 L 5 7 L 5 27 L 3 27 L 3 29 L 29 29 L 29 27 L 27 27 L 27 14 L 21 14 L 21 27 L 19 27 L 19 3 Z M 15 5 L 17 5 L 17 27 L 15 27 Z\"/></svg></li><li title=\"chart line solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 27.21875 5.375 L 23.71875 9.75 L 20.4375 8.09375 L 19.65625 7.71875 L 19.15625 8.4375 L 15.75 13.5625 L 12.59375 11.1875 L 12 10.75 L 11.40625 11.1875 L 7.78125 13.90625 L 4.25 13.03125 L 3.75 14.96875 L 7.75 15.96875 L 8.21875 16.09375 L 8.59375 15.8125 L 12 13.25 L 15.40625 15.8125 L 16.25 16.4375 L 16.84375 15.5625 L 20.34375 10.3125 L 23.5625 11.90625 L 24.28125 12.25 L 28.78125 6.625 Z M 20.0625 18.3125 L 19.21875 19.375 L 15.8125 23.625 L 12.59375 21.1875 L 12 20.75 L 11.40625 21.1875 L 7.90625 23.8125 L 4.4375 22.09375 L 3.5625 23.90625 L 7.5625 25.90625 L 8.09375 26.15625 L 8.59375 25.8125 L 12 23.25 L 15.40625 25.8125 L 16.1875 26.375 L 16.78125 25.625 L 19.90625 21.71875 L 23.15625 26.5625 L 23.9375 27.6875 L 24.78125 26.625 L 28.78125 21.625 L 27.21875 20.375 L 24.09375 24.28125 L 20.84375 19.4375 Z\"/></svg></li><li title=\"chart pie solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832031 3 3 8.832031 3 16 C 3 23.167969 8.832031 29 16 29 C 23.167969 29 29 23.167969 29 16 C 29 8.832031 23.167969 3 16 3 Z M 14.875 5.0625 C 14.917969 5.058594 14.957031 5.066406 15 5.0625 L 15 16.40625 L 15.28125 16.71875 L 23.0625 24.46875 C 21.15625 26.0625 18.6875 27 16 27 C 9.914063 27 5 22.085938 5 16 C 5 10.292969 9.320313 5.625 14.875 5.0625 Z M 17 5.0625 C 22.285156 5.539063 26.460938 9.714844 26.9375 15 L 17 15 Z M 18.4375 17 L 26.9375 17 C 26.730469 19.292969 25.863281 21.394531 24.46875 23.0625 Z\"/></svg></li><li title=\"check circle solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.800781 3 3 8.800781 3 16 C 3 23.199219 8.800781 29 16 29 C 23.199219 29 29 23.199219 29 16 C 29 14.601563 28.8125 13.207031 28.3125 11.90625 L 26.6875 13.5 C 26.886719 14.300781 27 15.101563 27 16 C 27 22.101563 22.101563 27 16 27 C 9.898438 27 5 22.101563 5 16 C 5 9.898438 9.898438 5 16 5 C 19 5 21.695313 6.195313 23.59375 8.09375 L 25 6.6875 C 22.699219 4.386719 19.5 3 16 3 Z M 27.28125 7.28125 L 16 18.5625 L 11.71875 14.28125 L 10.28125 15.71875 L 15.28125 20.71875 L 16 21.40625 L 16.71875 20.71875 L 28.71875 8.71875 Z\"/></svg></li><li title=\"check circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.800781 3 3 8.800781 3 16 C 3 23.199219 8.800781 29 16 29 C 23.199219 29 29 23.199219 29 16 C 29 14.601563 28.8125 13.207031 28.3125 11.90625 L 26.6875 13.5 C 26.886719 14.300781 27 15.101563 27 16 C 27 22.101563 22.101563 27 16 27 C 9.898438 27 5 22.101563 5 16 C 5 9.898438 9.898438 5 16 5 C 19 5 21.695313 6.195313 23.59375 8.09375 L 25 6.6875 C 22.699219 4.386719 19.5 3 16 3 Z M 27.28125 7.28125 L 16 18.5625 L 11.71875 14.28125 L 10.28125 15.71875 L 15.28125 20.71875 L 16 21.40625 L 16.71875 20.71875 L 28.71875 8.71875 Z\"/></svg></li><li title=\"check double solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 23.28125 7.28125 L 11.5 19.0625 L 8.71875 16.28125 L 7.28125 17.71875 L 10.0625 20.5 L 8 22.5625 L 1.71875 16.28125 L 0.28125 17.71875 L 7.28125 24.71875 L 8 25.40625 L 8.71875 24.71875 L 11.5 21.9375 L 14.28125 24.71875 L 15 25.40625 L 15.71875 24.71875 L 31.625 8.71875 L 30.1875 7.28125 L 15 22.5625 L 12.9375 20.5 L 24.71875 8.71875 Z\"/></svg></li><li title=\"check solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 28.28125 6.28125 L 11 23.5625 L 3.71875 16.28125 L 2.28125 17.71875 L 10.28125 25.71875 L 11 26.40625 L 11.71875 25.71875 L 29.71875 7.71875 Z\"/></svg></li><li title=\"check square solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 4 4 L 4 28 L 28 28 L 28 12.1875 L 26 14.1875 L 26 26 L 6 26 L 6 6 L 25.8125 6 L 27.8125 4 Z M 27.28125 7.28125 L 16 18.5625 L 11.71875 14.28125 L 10.28125 15.71875 L 15.28125 20.71875 L 16 21.40625 L 16.71875 20.71875 L 28.71875 8.71875 Z\"/></svg></li><li title=\"check square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 Z M 7 7 L 25 7 L 25 25 L 7 25 Z M 21.28125 11.28125 L 14 18.5625 L 10.71875 15.28125 L 9.28125 16.71875 L 13.28125 20.71875 L 14 21.40625 L 14.71875 20.71875 L 22.71875 12.71875 Z\"/></svg></li><li title=\"cheese solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 11.09375 5.96875 L 10.78125 6.03125 C 4.3125 7.46875 3.03125 13.8125 3.03125 13.8125 L 3 13.90625 L 3 26 L 29 26 L 29 20 L 28 20 C 27.433594 20 27 19.566406 27 19 C 27 18.433594 27.433594 18 28 18 L 29 18 L 29 13.34375 L 28.375 13.0625 L 11.375 6.0625 Z M 10.96875 8.09375 L 13.75 9.25 C 13.308594 9.433594 13 9.691406 13 10 C 13 10.550781 13.894531 11 15 11 C 15.757813 11 16.410156 10.78125 16.75 10.46875 L 22.90625 13 L 5.375 13 C 5.976563 11.519531 7.46875 9 10.96875 8.09375 Z M 5 15 L 8.09375 15 C 8.039063 15.15625 8 15.328125 8 15.5 C 8 16.328125 8.671875 17 9.5 17 C 10.328125 17 11 16.328125 11 15.5 C 11 15.328125 10.960938 15.15625 10.90625 15 L 27 15 L 27 16.40625 C 25.890625 16.847656 25 17.742188 25 19 C 25 20.257813 25.890625 21.152344 27 21.59375 L 27 24 L 14.71875 24 C 14.890625 23.707031 15 23.363281 15 23 C 15 21.894531 14.105469 21 13 21 C 11.894531 21 11 21.894531 11 23 C 11 23.363281 11.109375 23.707031 11.28125 24 L 5 24 Z M 19.5 17 C 18.671875 17 18 17.671875 18 18.5 C 18 19.328125 18.671875 20 19.5 20 C 20.328125 20 21 19.328125 21 18.5 C 21 17.671875 20.328125 17 19.5 17 Z\"/></svg></li><li title=\"chess bishop solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 14.90625 3 14 3.90625 14 5 C 14 5.441406 14.15625 5.855469 14.40625 6.1875 C 14.050781 6.5625 13.644531 7.011719 13.21875 7.53125 C 12.171875 8.8125 11 10.292969 11 12 C 11 13.136719 11.414063 14.160156 12.0625 15 L 12 15 C 11.96875 15 11.9375 15 11.90625 15 C 11.355469 15.027344 10.925781 15.496094 10.953125 16.046875 C 10.980469 16.597656 11.449219 17.027344 12 17 L 12.5 17 L 11.09375 20.5625 L 10.375 22 L 9 22 C 8.96875 22 8.9375 22 8.90625 22 C 8.355469 22.027344 7.925781 22.496094 7.953125 23.046875 C 7.980469 23.597656 8.449219 24.027344 9 24 L 7.1875 26.40625 L 7 26.65625 L 7 29 L 25 29 L 25 26.65625 L 24.8125 26.40625 L 23 24 C 23.359375 24.003906 23.695313 23.816406 23.878906 23.503906 C 24.058594 23.191406 24.058594 22.808594 23.878906 22.496094 C 23.695313 22.183594 23.359375 21.996094 23 22 L 21.625 22 L 20.90625 20.5625 L 19.5 17 L 20 17 C 20.359375 17.003906 20.695313 16.816406 20.878906 16.503906 C 21.058594 16.191406 21.058594 15.808594 20.878906 15.496094 C 20.695313 15.183594 20.359375 14.996094 20 15 C 20.628906 14.160156 21 13.121094 21 12 C 21 10.292969 19.828125 8.8125 18.78125 7.53125 C 18.355469 7.011719 17.949219 6.5625 17.59375 6.1875 C 17.84375 5.855469 18 5.441406 18 5 C 18 3.90625 17.09375 3 16 3 Z M 16 7.46875 C 16.363281 7.835938 16.609375 8.066406 17.21875 8.8125 C 18.171875 9.980469 19 11.5 19 12 C 19 13.679688 17.699219 15 16.03125 15 C 14.363281 15 13 13.660156 13 12 C 13 11.5 13.828125 9.980469 14.78125 8.8125 C 15.390625 8.066406 15.636719 7.835938 16 7.46875 Z M 14.6875 17 L 17.3125 17 L 19.0625 21.375 L 19.09375 21.40625 L 19.09375 21.4375 L 19.375 22 L 12.625 22 L 12.90625 21.4375 L 12.90625 21.40625 L 12.9375 21.375 Z M 11.5 24 L 20.5 24 L 22.75 27 L 9.25 27 Z\"/></svg></li><li title=\"chess board solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 7 4 L 7 7 L 10 7 L 10 4 L 7 4 z M 10 7 L 10 10 L 13 10 L 13 7 L 10 7 z M 13 7 L 16 7 L 16 4 L 13 4 L 13 7 z M 16 7 L 16 10 L 19 10 L 19 7 L 16 7 z M 19 7 L 22 7 L 22 4 L 19 4 L 19 7 z M 22 7 L 22 10 L 25 10 L 25 7 L 22 7 z M 25 7 L 28 7 L 28 4 L 25 4 L 25 7 z M 25 10 L 25 13 L 28 13 L 28 10 L 25 10 z M 25 13 L 22 13 L 22 16 L 25 16 L 25 13 z M 25 16 L 25 19 L 28 19 L 28 16 L 25 16 z M 25 19 L 22 19 L 22 22 L 25 22 L 25 19 z M 25 22 L 25 25 L 28 25 L 28 22 L 25 22 z M 25 25 L 22 25 L 22 28 L 25 28 L 25 25 z M 22 25 L 22 22 L 19 22 L 19 25 L 22 25 z M 19 25 L 16 25 L 16 28 L 19 28 L 19 25 z M 16 25 L 16 22 L 13 22 L 13 25 L 16 25 z M 13 25 L 10 25 L 10 28 L 13 28 L 13 25 z M 10 25 L 10 22 L 7 22 L 7 25 L 10 25 z M 7 25 L 4 25 L 4 28 L 7 28 L 7 25 z M 7 22 L 7 19 L 4 19 L 4 22 L 7 22 z M 7 19 L 10 19 L 10 16 L 7 16 L 7 19 z M 7 16 L 7 13 L 4 13 L 4 16 L 7 16 z M 7 13 L 10 13 L 10 10 L 7 10 L 7 13 z M 7 10 L 7 7 L 4 7 L 4 10 L 7 10 z M 10 13 L 10 16 L 13 16 L 13 13 L 10 13 z M 13 13 L 16 13 L 16 10 L 13 10 L 13 13 z M 16 13 L 16 16 L 19 16 L 19 13 L 16 13 z M 19 13 L 22 13 L 22 10 L 19 10 L 19 13 z M 19 16 L 19 19 L 22 19 L 22 16 L 19 16 z M 19 19 L 16 19 L 16 22 L 19 22 L 19 19 z M 16 19 L 16 16 L 13 16 L 13 19 L 16 19 z M 13 19 L 10 19 L 10 22 L 13 22 L 13 19 z\"/></svg></li><li title=\"chess king solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 14.90625 3 14 3.90625 14 5 C 14 5.359375 14.109375 5.707031 14.28125 6 L 8 6 L 8 8.375 L 8.21875 8.625 L 11.875 13 C 11.324219 13.035156 10.902344 13.511719 10.9375 14.0625 C 10.972656 14.613281 11.449219 15.035156 12 15 L 12.65625 15 L 11.09375 20.5625 L 11.03125 20.71875 L 10.375 22 L 9 22 C 8.96875 22 8.9375 22 8.90625 22 C 8.355469 22.027344 7.925781 22.496094 7.953125 23.046875 C 7.980469 23.597656 8.449219 24.027344 9 24 L 7.1875 26.40625 L 7 26.65625 L 7 29 L 25 29 L 25 26.65625 L 24.8125 26.40625 L 23 24 C 23.359375 24.003906 23.695313 23.816406 23.878906 23.503906 C 24.058594 23.191406 24.058594 22.808594 23.878906 22.496094 C 23.695313 22.183594 23.359375 21.996094 23 22 L 21.625 22 L 20.96875 20.71875 L 20.9375 20.65625 L 20.90625 20.5625 L 19.34375 15 L 20 15 C 20.550781 15.042969 21.035156 14.628906 21.078125 14.078125 C 21.121094 13.527344 20.707031 13.042969 20.15625 13 L 23.78125 8.625 L 24 8.375 L 24 6 L 17.71875 6 C 17.890625 5.707031 18 5.359375 18 5 C 18 3.90625 17.09375 3 16 3 Z M 10.3125 8 L 21.6875 8 L 17.53125 13 L 14.46875 13 Z M 14.75 15 L 17.25 15 L 19.03125 21.28125 L 19.0625 21.375 L 19.375 22 L 12.625 22 L 12.9375 21.375 L 12.96875 21.28125 Z M 11.5 24 L 20.5 24 L 22.75 27 L 9.25 27 Z\"/></svg></li><li title=\"chess knight solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 14.230469 3 13.058594 3.984375 12.59375 5 C 12.242188 5.769531 12.285156 6.304688 12.28125 6.75 C 11.535156 7.257813 10.75 7.90625 10.125 8.53125 C 8.726563 9.929688 7.960938 11.921875 8 14.03125 C 8.019531 15.003906 8.21875 15.980469 8.59375 16.96875 C 8.78125 17.464844 9.125 18.324219 9.4375 19.28125 C 9.75 20.238281 10 21.292969 10 22 L 9 22 C 8.96875 22 8.9375 22 8.90625 22 C 8.367188 22.035156 7.953125 22.492188 7.972656 23.03125 C 7.988281 23.570313 8.429688 23.996094 8.96875 24 L 7.1875 26.40625 L 7 26.65625 L 7 29 L 25 29 L 25 26.65625 L 24.8125 26.40625 L 23 24 C 23.359375 24.003906 23.695313 23.816406 23.878906 23.503906 C 24.058594 23.191406 24.058594 22.808594 23.878906 22.496094 C 23.695313 22.183594 23.359375 21.996094 23 22 L 22 22 C 22 19.738281 20.59375 17.664063 19.28125 16.0625 C 18.53125 15.144531 18.285156 14.984375 17.78125 14.5 C 17.960938 14.394531 18.183594 14.269531 18.3125 14.1875 C 18.472656 14.085938 18.558594 14.023438 18.59375 14 C 18.875 14 18.894531 14.046875 19.1875 14.28125 C 19.480469 14.515625 20.078125 15 20.90625 15 C 21.632813 15 22.164063 14.53125 22.4375 14.1875 C 22.6875 13.871094 22.824219 13.632813 22.84375 13.59375 C 22.933594 13.550781 23.128906 13.488281 23.375 13.3125 C 23.621094 13.136719 23.941406 12.746094 24 12.3125 C 24.058594 11.878906 23.921875 11.5 23.75 11.125 C 23.496094 10.570313 23.023438 9.933594 22.28125 9.15625 C 21.539063 8.378906 20.566406 7.554688 19.375 7.0625 C 19.285156 7.023438 19.359375 7.082031 19.3125 7.03125 C 19.265625 6.980469 19.125 6.769531 18.84375 6.5625 C 18.476563 6.292969 17.679688 6.261719 17 6.1875 L 17 3 Z M 15 5.21875 L 15 8 L 16 8 C 17.363281 8 17.664063 8.164063 17.65625 8.15625 C 17.652344 8.152344 17.660156 8.171875 17.8125 8.34375 C 17.964844 8.515625 18.261719 8.785156 18.625 8.9375 C 19.425781 9.269531 20.226563 9.917969 20.84375 10.5625 C 21.421875 11.164063 21.808594 11.761719 21.875 11.875 C 21.714844 11.953125 21.546875 12.007813 21.34375 12.25 C 21.070313 12.582031 20.972656 12.8125 20.875 12.9375 C 20.84375 12.976563 20.847656 12.988281 20.84375 13 C 20.757813 12.988281 20.699219 12.933594 20.4375 12.71875 C 20.109375 12.453125 19.457031 12 18.59375 12 C 17.9375 12 17.566406 12.300781 17.25 12.5 C 16.933594 12.699219 16.679688 12.84375 16.59375 12.875 L 16.5625 12.90625 L 16.53125 12.90625 C 16.347656 12.984375 16.03125 13 16.03125 13 L 15 12.96875 L 15 14.5625 L 15.34375 14.84375 C 15.34375 14.84375 16.53125 15.890625 17.71875 17.34375 C 18.90625 18.796875 20 20.667969 20 22 L 12 22 C 12 20.878906 11.6875 19.703125 11.34375 18.65625 C 11 17.609375 10.59375 16.695313 10.4375 16.28125 C 10.144531 15.507813 10.015625 14.707031 10 13.96875 C 9.96875 12.363281 10.542969 10.925781 11.53125 9.9375 C 12.183594 9.285156 13.15625 8.46875 13.6875 8.15625 L 14.1875 7.875 L 14.1875 7.3125 C 14.1875 6.941406 14.1875 6.320313 14.40625 5.84375 C 14.53125 5.574219 14.703125 5.367188 15 5.21875 Z M 11.5 24 L 20.5 24 L 22.75 27 L 9.25 27 Z\"/></svg></li><li title=\"chess pawn solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 9 C 13.800781 9 12 10.800781 12 13 C 12 14.199219 12.558594 15.265625 13.40625 16 L 12 16 C 11.96875 16 11.9375 16 11.90625 16 C 11.355469 16.027344 10.925781 16.496094 10.953125 17.046875 C 10.980469 17.597656 11.449219 18.027344 12 18 L 12.5 18 L 11.09375 21.5625 L 10.375 23 L 9 23 C 8.96875 23 8.9375 23 8.90625 23 C 8.433594 23.03125 8.050781 23.386719 7.980469 23.855469 C 7.914063 24.320313 8.183594 24.773438 8.625 24.9375 L 7.28125 26.28125 L 7 26.59375 L 7 29 L 25 29 L 25 26.59375 L 24.71875 26.28125 L 23.375 24.9375 C 23.832031 24.765625 24.101563 24.289063 24.007813 23.808594 C 23.917969 23.328125 23.488281 22.988281 23 23 L 21.625 23 L 20.90625 21.5625 L 19.5 18 L 20 18 C 20.359375 18.003906 20.695313 17.816406 20.878906 17.503906 C 21.058594 17.191406 21.058594 16.808594 20.878906 16.496094 C 20.695313 16.183594 20.359375 15.996094 20 16 L 18.59375 16 C 19.441406 15.265625 20 14.199219 20 13 C 20 10.800781 18.199219 9 16 9 Z M 16 11 C 17.117188 11 18 11.882813 18 13 C 18 14.117188 17.117188 15 16 15 C 14.882813 15 14 14.117188 14 13 C 14 11.882813 14.882813 11 16 11 Z M 14.6875 18 L 17.3125 18 L 19.0625 22.375 L 19.09375 22.40625 L 19.09375 22.4375 L 19.375 23 L 12.625 23 L 12.90625 22.4375 L 12.90625 22.40625 L 12.9375 22.375 Z M 11.4375 25 L 20.5625 25 L 22.5625 27 L 9.4375 27 Z\"/></svg></li><li title=\"chess queen solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 14.90625 3 14 3.90625 14 5 C 14 5.730469 14.402344 6.371094 15 6.71875 L 15 8.25 C 15 8.675781 14.675781 9 14.25 9 L 11.90625 9 C 11.59375 9 11.316406 8.851563 11.15625 8.625 C 11.667969 8.261719 12 7.667969 12 7 C 12 5.90625 11.09375 5 10 5 C 8.90625 5 8 5.90625 8 7 C 8 7.730469 8.402344 8.371094 9 8.71875 L 9 10.40625 L 9.28125 10.71875 L 11.625 13.0625 C 11.167969 13.234375 10.902344 13.710938 10.996094 14.1875 C 11.089844 14.667969 11.511719 15.011719 12 15 L 12.65625 15 L 11.09375 20.5625 L 11.03125 20.71875 L 10.375 22 L 9 22 C 8.96875 22 8.9375 22 8.90625 22 C 8.355469 22.027344 7.925781 22.496094 7.953125 23.046875 C 7.980469 23.597656 8.449219 24.027344 9 24 L 7.1875 26.40625 L 7 26.65625 L 7 29 L 25 29 L 25 26.65625 L 24.8125 26.40625 L 23 24 C 23.359375 24.003906 23.695313 23.816406 23.878906 23.503906 C 24.058594 23.191406 24.058594 22.808594 23.878906 22.496094 C 23.695313 22.183594 23.359375 21.996094 23 22 L 21.625 22 L 20.96875 20.71875 L 20.9375 20.65625 L 20.90625 20.5625 L 19.34375 15 L 20 15 C 20.488281 15.011719 20.917969 14.671875 21.007813 14.191406 C 21.101563 13.710938 20.832031 13.234375 20.375 13.0625 L 22.71875 10.71875 L 23 10.40625 L 23 8.71875 C 23.597656 8.371094 24 7.730469 24 7 C 24 5.90625 23.09375 5 22 5 C 20.90625 5 20 5.90625 20 7 C 20 7.667969 20.332031 8.261719 20.84375 8.625 C 20.683594 8.851563 20.40625 9 20.09375 9 L 17.75 9 C 17.324219 9 17 8.675781 17 8.25 L 17 6.71875 C 17.597656 6.371094 18 5.730469 18 5 C 18 3.90625 17.09375 3 16 3 Z M 16 10.34375 C 16.480469 10.746094 17.082031 11 17.75 11 L 19.5625 11 L 17.5625 13 L 14.4375 13 L 12.4375 11 L 14.25 11 C 14.917969 11 15.519531 10.746094 16 10.34375 Z M 14.75 15 L 17.25 15 L 19.03125 21.28125 L 19.0625 21.375 L 19.375 22 L 12.625 22 L 12.9375 21.375 L 12.96875 21.28125 Z M 11.5 24 L 20.5 24 L 22.75 27 L 9.25 27 Z\"/></svg></li><li title=\"chess rook solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 9 4 L 9 13 L 12.75 13 L 12.53125 14 L 12 14 C 11.96875 14 11.9375 14 11.90625 14 C 11.355469 14.027344 10.925781 14.496094 10.953125 15.046875 C 10.980469 15.597656 11.449219 16.027344 12 16 L 12.09375 16 L 11.09375 20.5625 L 10.375 22 L 9 22 C 8.96875 22 8.9375 22 8.90625 22 C 8.355469 22.027344 7.925781 22.496094 7.953125 23.046875 C 7.980469 23.597656 8.449219 24.027344 9 24 L 7.1875 26.40625 L 7 26.65625 L 7 29 L 25 29 L 25 26.65625 L 24.8125 26.40625 L 23 24 C 23.359375 24.003906 23.695313 23.816406 23.878906 23.503906 C 24.058594 23.191406 24.058594 22.808594 23.878906 22.496094 C 23.695313 22.183594 23.359375 21.996094 23 22 L 21.625 22 L 20.90625 20.5625 L 19.90625 16 L 20 16 C 20.359375 16.003906 20.695313 15.816406 20.878906 15.503906 C 21.058594 15.191406 21.058594 14.808594 20.878906 14.496094 C 20.695313 14.183594 20.359375 13.996094 20 14 L 19.46875 14 L 19.25 13 L 23 13 L 23 4 Z M 11 6 L 13 6 L 13 9 L 15 9 L 15 6 L 17 6 L 17 9 L 19 9 L 19 6 L 21 6 L 21 11 L 11 11 Z M 14.78125 13 L 17.21875 13 L 17.4375 14 L 14.5625 14 Z M 14.125 16 L 17.875 16 L 19.03125 21.21875 L 19.0625 21.34375 L 19.09375 21.4375 L 19.375 22 L 12.625 22 L 12.90625 21.4375 L 12.9375 21.34375 L 12.96875 21.21875 Z M 11.5 24 L 20.5 24 L 22.75 27 L 9.25 27 Z\"/></svg></li><li title=\"chess solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 8 4 L 8 6 L 4.8007812 6 L 6.0742188 12 L 6 12 C 5.4 12 5 12.4 5 13 C 5 13.6 5.4 14 6 14 L 6.109375 14 L 5.0917969 21 L 5 21 C 4.4 21 4 21.4 4 22 C 4 22.31975 4.119476 22.576073 4.3164062 22.751953 L 3 24.699219 L 3 27 L 15 27 L 15.099609 27 L 15.099609 24.699219 L 13.744141 22.693359 C 13.903452 22.520011 14 22.285236 14 22 C 14 21.4 13.6 21 13 21 L 12.890625 21 L 11.808594 14 L 12 14 C 12.6 14 13 13.6 13 13 C 13 12.4 12.6 12 12 12 L 11.949219 12 L 13.300781 6 L 10 6 L 10 4 L 8 4 z M 7.1992188 8 L 10.800781 8 L 9.9003906 12 L 8.0996094 12 L 7.1992188 8 z M 19 9 L 19 11 L 19 12 L 19 15.400391 L 19.900391 16.300781 L 19.128906 21 L 19 21 C 18.4 21 18 21.4 18 22 C 18 22.31975 18.119476 22.576073 18.316406 22.751953 L 17 24.699219 L 17 27 L 29 27 L 29.099609 27 L 29.099609 24.699219 L 27.744141 22.693359 C 27.903452 22.520011 28 22.285236 28 22 C 28 21.4 27.6 21 27 21 L 26.871094 21 L 26.099609 16.300781 L 27 15.400391 L 27 12 L 27 11 L 27 9 L 25 9 L 25 11 L 24 11 L 24 9 L 22 9 L 22 11 L 21 11 L 21 9 L 19 9 z M 21 13 L 25 13 L 25 14.599609 L 23.900391 15.699219 L 24.800781 21 L 21.199219 21 L 22.099609 15.699219 L 21 14.599609 L 21 13 z M 8.1992188 14 L 9.9003906 14 L 10.900391 21 L 7.1992188 21 L 8.1992188 14 z M 6.5 23 L 11.5 23 L 12.800781 25 L 5.1992188 25 L 6.5 23 z M 20.599609 23 L 25.5 23 L 26.800781 25 L 19.199219 25 L 20.599609 23 z\"/></svg></li><li title=\"chevron circle down solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832031 3 3 8.832031 3 16 C 3 23.167969 8.832031 29 16 29 C 23.167969 29 29 23.167969 29 16 C 29 8.832031 23.167969 3 16 3 Z M 16 5 C 22.085938 5 27 9.914063 27 16 C 27 22.085938 22.085938 27 16 27 C 9.914063 27 5 22.085938 5 16 C 5 9.914063 9.914063 5 16 5 Z M 10.71875 12.78125 L 9.28125 14.21875 L 15.28125 20.21875 L 16 20.90625 L 16.71875 20.21875 L 22.71875 14.21875 L 21.28125 12.78125 L 16 18.0625 Z\"/></svg></li><li title=\"chevron circle left solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832031 3 3 8.832031 3 16 C 3 23.167969 8.832031 29 16 29 C 23.167969 29 29 23.167969 29 16 C 29 8.832031 23.167969 3 16 3 Z M 16 5 C 22.085938 5 27 9.914063 27 16 C 27 22.085938 22.085938 27 16 27 C 9.914063 27 5 22.085938 5 16 C 5 9.914063 9.914063 5 16 5 Z M 17.78125 9.28125 L 11.78125 15.28125 L 11.09375 16 L 11.78125 16.71875 L 17.78125 22.71875 L 19.21875 21.28125 L 13.9375 16 L 19.21875 10.71875 Z\"/></svg></li><li title=\"chevron circle right solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832031 3 3 8.832031 3 16 C 3 23.167969 8.832031 29 16 29 C 23.167969 29 29 23.167969 29 16 C 29 8.832031 23.167969 3 16 3 Z M 16 5 C 22.085938 5 27 9.914063 27 16 C 27 22.085938 22.085938 27 16 27 C 9.914063 27 5 22.085938 5 16 C 5 9.914063 9.914063 5 16 5 Z M 14.21875 9.28125 L 12.78125 10.71875 L 18.0625 16 L 12.78125 21.28125 L 14.21875 22.71875 L 20.21875 16.71875 L 20.90625 16 L 20.21875 15.28125 Z\"/></svg></li><li title=\"chevron circle up solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832031 3 3 8.832031 3 16 C 3 23.167969 8.832031 29 16 29 C 23.167969 29 29 23.167969 29 16 C 29 8.832031 23.167969 3 16 3 Z M 16 5 C 22.085938 5 27 9.914063 27 16 C 27 22.085938 22.085938 27 16 27 C 9.914063 27 5 22.085938 5 16 C 5 9.914063 9.914063 5 16 5 Z M 16 11.09375 L 15.28125 11.78125 L 9.28125 17.78125 L 10.71875 19.21875 L 16 13.9375 L 21.28125 19.21875 L 22.71875 17.78125 L 16.71875 11.78125 Z\"/></svg></li><li title=\"chevron down solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6.90625 6.59375 L 6.1875 7.28125 L 2.28125 11.1875 L 1.59375 11.90625 L 16 26.3125 L 30.40625 11.90625 L 29.71875 11.1875 L 25.8125 7.28125 L 25.09375 6.59375 L 16 15.6875 Z M 6.875 9.4375 L 15.28125 17.8125 L 16 18.5 L 16.71875 17.8125 L 25.125 9.4375 L 27.5625 11.875 L 16 23.46875 L 4.4375 11.875 Z\"/></svg></li><li title=\"chevron left solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 19.75 2.59375 L 19.03125 3.28125 L 7.03125 15.28125 L 6.34375 16 L 7.03125 16.71875 L 19.03125 28.71875 L 19.75 29.40625 L 20.46875 28.71875 L 24.0625 25.09375 L 24.75 24.40625 L 24.0625 23.6875 L 16.375 16 L 24.0625 8.3125 L 24.75 7.59375 L 24.0625 6.90625 L 20.46875 3.28125 Z M 19.75 5.4375 L 21.9375 7.625 L 14.25 15.28125 L 13.53125 16 L 14.25 16.71875 L 21.9375 24.375 L 19.75 26.5625 L 9.1875 16 Z\"/></svg></li><li title=\"chevron right solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 12.25 2.59375 L 11.53125 3.28125 L 7.9375 6.90625 L 7.25 7.59375 L 7.9375 8.3125 L 15.625 16 L 7.9375 23.6875 L 7.25 24.40625 L 7.9375 25.09375 L 11.53125 28.71875 L 12.25 29.40625 L 12.96875 28.71875 L 24.96875 16.71875 L 25.65625 16 L 24.96875 15.28125 L 12.96875 3.28125 Z M 12.25 5.4375 L 22.8125 16 L 12.25 26.5625 L 10.0625 24.375 L 17.75 16.71875 L 18.46875 16 L 17.75 15.28125 L 10.0625 7.625 Z\"/></svg></li><li title=\"chevron up solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 5.6875 L 1.59375 20.09375 L 2.28125 20.8125 L 6.1875 24.71875 L 6.90625 25.40625 L 16 16.3125 L 25.09375 25.40625 L 25.8125 24.71875 L 29.71875 20.8125 L 30.40625 20.09375 Z M 16 8.53125 L 27.5625 20.125 L 25.125 22.5625 L 16.71875 14.1875 L 16 13.5 L 15.28125 14.1875 L 6.875 22.5625 L 4.4375 20.125 Z\"/></svg></li><li title=\"child solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 13.25 3 11 5.25 11 8 C 11 9.570313 11.765625 10.957031 12.90625 11.875 C 11.175781 12.929688 10 14.832031 10 17 L 10 20.40625 L 10.28125 20.71875 L 12 22.4375 L 12 29 L 14 29 L 14 24 L 18 24 L 18 29 L 20 29 L 20 22.4375 L 21.71875 20.71875 L 22 20.40625 L 22 17 C 22 14.832031 20.824219 12.929688 19.09375 11.875 C 20.234375 10.957031 21 9.570313 21 8 C 21 5.25 18.75 3 16 3 Z M 16 5 C 17.667969 5 19 6.332031 19 8 C 19 9.667969 17.667969 11 16 11 C 14.332031 11 13 9.667969 13 8 C 13 6.332031 14.332031 5 16 5 Z M 16 13 C 18.21875 13 20 14.78125 20 17 L 20 19.5625 L 19.5625 20 L 12.4375 20 L 12 19.5625 L 12 17 C 12 14.78125 13.78125 13 16 13 Z\"/></svg></li><li title=\"chrome \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 9.3851594 4 4 9.3851594 4 16 C 4 22.614841 9.3851594 28 16 28 C 22.614841 28 28 22.614841 28 16 C 28 9.3851594 22.614841 4 16 4 z M 16 6 C 19.90863 6 23.276065 8.2333228 24.921875 11.492188 L 18.115234 11.488281 C 17.470061 11.183326 16.757777 11 16 11 C 14.375393 11 12.940126 11.796481 12.025391 13.005859 L 8.4394531 9.4589844 C 10.271365 7.342482 12.973068 6 16 6 z M 7.6328125 10.523438 L 11.019531 16.392578 C 11.205796 18.757556 13.052736 20.67055 15.388672 20.958984 L 14.113281 25.816406 C 9.4869714 24.936011 6 20.887395 6 16 C 6 13.974892 6.6030417 12.096075 7.6328125 10.523438 z M 25.441406 12.724609 C 25.796398 13.751526 26 14.850512 26 16 C 26 21.533597 21.533597 26 16 26 C 15.813874 26 15.6328 25.982633 15.449219 25.972656 L 18.841797 20.101562 C 20.142053 19.19639 21 17.695623 21 16 C 21 15.309909 20.857182 14.652149 20.601562 14.052734 L 25.441406 12.724609 z M 16 13 C 17.67148 13 19 14.328521 19 16 C 19 17.67148 17.67148 19 16 19 C 14.328521 19 13 17.67148 13 16 C 13 14.328521 14.328521 13 16 13 z\"/></svg></li><li title=\"chromecast \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6 6 C 4.897 6 4 6.897 4 8 L 4 12 L 6 12 L 6 8 L 26 8 L 26 24 L 18 24 L 18 26 L 26 26 C 27.103 26 28 25.103 28 24 L 28 8 C 28 6.897 27.103 6 26 6 L 6 6 z M 4 14 L 4 16 C 9.169375 16 13.436179 19.942273 13.949219 24.978516 C 13.983421 25.314265 14 25.655375 14 26 L 16 26 C 16 19.383 10.617 14 4 14 z M 4 18 L 4 20 C 7.309 20 10 22.691 10 26 L 12 26 C 12 21.589 8.411 18 4 18 z M 4 22 L 4 26 L 8 26 C 8 23.791 6.209 22 4 22 z\"/></svg></li><li title=\"church solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 15 3 L 15 5 L 13 5 L 13 7 L 15 7 L 15 9.5625 L 11.28125 13.28125 L 11 13.59375 L 11 17.40625 L 4.5 21.125 L 5.5 22.875 L 7 22.03125 L 7 29 L 15 29 L 15 25 C 15 24.445313 15.445313 24 16 24 C 16.554688 24 17 24.445313 17 25 L 17 29 L 25 29 L 25 22.03125 L 26.5 22.875 L 27.5 21.125 L 21 17.40625 L 21 13.59375 L 20.71875 13.28125 L 17 9.5625 L 17 7 L 19 7 L 19 5 L 17 5 L 17 3 Z M 16 11.4375 L 19 14.4375 L 19 18.59375 L 19.5 18.875 L 23 20.875 L 23 27 L 19 27 L 19 25 C 19 23.355469 17.644531 22 16 22 C 14.355469 22 13 23.355469 13 25 L 13 27 L 9 27 L 9 20.875 L 12.5 18.875 L 13 18.59375 L 13 14.4375 Z M 16 15 C 15.449219 15 15 15.449219 15 16 L 15 19 L 17 19 L 17 16 C 17 15.449219 16.550781 15 16 15 Z\"/></svg></li><li title=\"circle notch solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 18 4.179688 L 18 6.203125 C 22.558594 7.132813 26 11.171875 26 16 C 26 21.515625 21.515625 26 16 26 C 10.484375 26 6 21.515625 6 16 C 6 11.171875 9.441406 7.132813 14 6.203125 L 14 4.179688 C 8.335938 5.136719 4 10.066406 4 16 C 4 22.617188 9.382813 28 16 28 C 22.617188 28 28 22.617188 28 16 C 28 10.066406 23.664063 5.136719 18 4.179688 Z\"/></svg></li><li title=\"circle solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 9.378906 4 4 9.378906 4 16 C 4 22.621094 9.378906 28 16 28 C 22.621094 28 28 22.621094 28 16 C 28 9.378906 22.621094 4 16 4 Z M 16 5 C 22.082031 5 27 9.917969 27 16 C 27 22.082031 22.082031 27 16 27 C 9.917969 27 5 22.082031 5 16 C 5 9.917969 9.917969 5 16 5 Z\"/></svg></li><li title=\"circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 9.382813 4 4 9.382813 4 16 C 4 22.617188 9.382813 28 16 28 C 22.617188 28 28 22.617188 28 16 C 28 9.382813 22.617188 4 16 4 Z M 16 6 C 21.535156 6 26 10.464844 26 16 C 26 21.535156 21.535156 26 16 26 C 10.464844 26 6 21.535156 6 16 C 6 10.464844 10.464844 6 16 6 Z\"/></svg></li><li title=\"city solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 10 3.8828125 L 3 7.3828125 L 3 28 L 17 28 L 29 28 L 29 10 L 17 10 L 17 7.3828125 L 10 3.8828125 z M 10 6.1171875 L 15 8.6171875 L 15 26 L 5 26 L 5 8.6171875 L 10 6.1171875 z M 7 10 L 7 12 L 9 12 L 9 10 L 7 10 z M 11 10 L 11 12 L 13 12 L 13 10 L 11 10 z M 17 12 L 27 12 L 27 26 L 17 26 L 17 12 z M 7 14 L 7 16 L 9 16 L 9 14 L 7 14 z M 11 14 L 11 16 L 13 16 L 13 14 L 11 14 z M 19 14 L 19 16 L 21 16 L 21 14 L 19 14 z M 23 14 L 23 16 L 25 16 L 25 14 L 23 14 z M 7 18 L 7 20 L 9 20 L 9 18 L 7 18 z M 11 18 L 11 20 L 13 20 L 13 18 L 11 18 z M 19 18 L 19 20 L 21 20 L 21 18 L 19 18 z M 23 18 L 23 20 L 25 20 L 25 18 L 23 18 z M 7 22 L 7 24 L 9 24 L 9 22 L 7 22 z M 11 22 L 11 24 L 13 24 L 13 22 L 11 22 z M 19 22 L 19 24 L 21 24 L 21 22 L 19 22 z M 23 22 L 23 24 L 25 24 L 25 22 L 23 22 z\"/></svg></li><li title=\"clinic medical solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4.90625 L 3.625 10.0625 L 3 10.34375 L 3 27 L 29 27 L 29 10.34375 L 28.375 10.0625 Z M 16 7.09375 L 27 11.6875 L 27 25 L 5 25 L 5 11.6875 Z M 15 13 L 15 16 L 12 16 L 12 18 L 15 18 L 15 21 L 17 21 L 17 18 L 20 18 L 20 16 L 17 16 L 17 13 Z\"/></svg></li><li title=\"clipboard check solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 2 C 14.742188 2 13.847656 2.890625 13.40625 4 L 5 4 L 5 29 L 27 29 L 27 4 L 18.59375 4 C 18.152344 2.890625 17.257813 2 16 2 Z M 16 4 C 16.554688 4 17 4.445313 17 5 L 17 6 L 20 6 L 20 8 L 12 8 L 12 6 L 15 6 L 15 5 C 15 4.445313 15.445313 4 16 4 Z M 7 6 L 10 6 L 10 10 L 22 10 L 22 6 L 25 6 L 25 27 L 7 27 Z M 21.28125 13.28125 L 15 19.5625 L 11.71875 16.28125 L 10.28125 17.71875 L 14.28125 21.71875 L 15 22.40625 L 15.71875 21.71875 L 22.71875 14.71875 Z\"/></svg></li><li title=\"clipboard list solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 2 C 14.74 2 13.850156 2.89 13.410156 4 L 5 4 L 5 29 L 27 29 L 27 4 L 18.589844 4 C 18.149844 2.89 17.26 2 16 2 z M 16 4 C 16.55 4 17 4.45 17 5 L 17 6 L 20 6 L 20 8 L 12 8 L 12 6 L 15 6 L 15 5 C 15 4.45 15.45 4 16 4 z M 7 6 L 10 6 L 10 10 L 22 10 L 22 6 L 25 6 L 25 27 L 7 27 L 7 6 z M 9 13 L 9 15 L 11 15 L 11 13 L 9 13 z M 13 13 L 13 15 L 23 15 L 23 13 L 13 13 z M 9 17 L 9 19 L 11 19 L 11 17 L 9 17 z M 13 17 L 13 19 L 23 19 L 23 17 L 13 17 z M 9 21 L 9 23 L 11 23 L 11 21 L 9 21 z M 13 21 L 13 23 L 23 23 L 23 21 L 13 21 z\"/></svg></li><li title=\"clipboard solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 15 3 C 13.742188 3 12.847656 3.890625 12.40625 5 L 5 5 L 5 28 L 13 28 L 13 30 L 27 30 L 27 14 L 25 14 L 25 5 L 17.59375 5 C 17.152344 3.890625 16.257813 3 15 3 Z M 15 5 C 15.554688 5 16 5.445313 16 6 L 16 7 L 19 7 L 19 9 L 11 9 L 11 7 L 14 7 L 14 6 C 14 5.445313 14.445313 5 15 5 Z M 7 7 L 9 7 L 9 11 L 21 11 L 21 7 L 23 7 L 23 14 L 13 14 L 13 26 L 7 26 Z M 15 16 L 25 16 L 25 28 L 15 28 Z\"/></svg></li><li title=\"clipboard \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 14.742188 3 13.847656 3.890625 13.40625 5 L 6 5 L 6 28 L 26 28 L 26 5 L 18.59375 5 C 18.152344 3.890625 17.257813 3 16 3 Z M 16 5 C 16.554688 5 17 5.445313 17 6 L 17 7 L 20 7 L 20 9 L 12 9 L 12 7 L 15 7 L 15 6 C 15 5.445313 15.445313 5 16 5 Z M 8 7 L 10 7 L 10 11 L 22 11 L 22 7 L 24 7 L 24 26 L 8 26 Z\"/></svg></li><li title=\"clock solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 9.382813 4 4 9.382813 4 16 C 4 22.617188 9.382813 28 16 28 C 22.617188 28 28 22.617188 28 16 C 28 9.382813 22.617188 4 16 4 Z M 16 6 C 21.535156 6 26 10.464844 26 16 C 26 21.535156 21.535156 26 16 26 C 10.464844 26 6 21.535156 6 16 C 6 10.464844 10.464844 6 16 6 Z M 15 8 L 15 17 L 22 17 L 22 15 L 17 15 L 17 8 Z\"/></svg></li><li title=\"clock \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 9.382813 4 4 9.382813 4 16 C 4 22.617188 9.382813 28 16 28 C 22.617188 28 28 22.617188 28 16 C 28 9.382813 22.617188 4 16 4 Z M 16 6 C 21.535156 6 26 10.464844 26 16 C 26 21.535156 21.535156 26 16 26 C 10.464844 26 6 21.535156 6 16 C 6 10.464844 10.464844 6 16 6 Z M 15 8 L 15 17 L 22 17 L 22 15 L 17 15 L 17 8 Z\"/></svg></li><li title=\"clone solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 9 4 C 6.800781 4 5 5.800781 5 8 C 5 9.113281 5.476563 10.117188 6.21875 10.84375 C 4.886719 11.746094 4 13.28125 4 15 L 4 20.625 L 6 21.625 L 6 28 L 12 28 L 12 21.625 L 14 20.625 L 14 19 L 12 19 L 12 19.375 L 10 20.375 L 10 26 L 8 26 L 8 20.375 L 6 19.375 L 6 15 C 6 13.332031 7.332031 12 9 12 C 10.667969 12 12 13.332031 12 15 L 14 15 C 14 13.28125 13.113281 11.746094 11.78125 10.84375 C 12.523438 10.117188 13 9.113281 13 8 C 13 5.800781 11.199219 4 9 4 Z M 23 4 C 20.800781 4 19 5.800781 19 8 C 19 9.113281 19.476563 10.117188 20.21875 10.84375 C 18.886719 11.746094 18 13.28125 18 15 L 18 20.625 L 20 21.625 L 20 28 L 26 28 L 26 21.625 L 28 20.625 L 28 15 C 28 13.28125 27.113281 11.746094 25.78125 10.84375 C 26.523438 10.117188 27 9.113281 27 8 C 27 5.800781 25.199219 4 23 4 Z M 9 6 C 10.117188 6 11 6.882813 11 8 C 11 9.117188 10.117188 10 9 10 C 7.882813 10 7 9.117188 7 8 C 7 6.882813 7.882813 6 9 6 Z M 23 6 C 24.117188 6 25 6.882813 25 8 C 25 9.117188 24.117188 10 23 10 C 21.882813 10 21 9.117188 21 8 C 21 6.882813 21.882813 6 23 6 Z M 23 12 C 24.667969 12 26 13.332031 26 15 L 26 19.375 L 24 20.375 L 24 26 L 22 26 L 22 20.375 L 20 19.375 L 20 15 C 20 13.332031 21.332031 12 23 12 Z M 15 14.1875 L 15 16 L 11 16 L 11 18 L 15 18 L 15 19.8125 L 17.8125 17 Z\"/></svg></li><li title=\"clone \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 6 L 5 21 L 5 22 L 6 22 L 9 22 L 9 20 L 7 20 L 7 7 L 20 7 L 20 9 L 22 9 L 22 6 L 22 5 L 21 5 L 6 5 L 5 5 z M 10 10 L 10 11 L 10 26 L 10 27 L 11 27 L 26 27 L 27 27 L 27 26 L 27 11 L 27 10 L 26 10 L 11 10 L 10 10 z M 12 12 L 25 12 L 25 25 L 12 25 L 12 12 z\"/></svg></li><li title=\"closed captioning solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 2 6 L 2 23.90625 L 30 23.90625 L 30 6 Z M 4 8 L 28 8 L 28 21.90625 L 4 21.90625 Z M 12 10 C 9.25 10 7 12.25 7 15 C 7 17.75 9.25 20 12 20 C 13.195313 20 14.277344 19.558594 15.125 18.875 L 13.875 17.3125 C 13.347656 17.738281 12.707031 18 12 18 C 10.332031 18 9 16.667969 9 15 C 9 13.332031 10.332031 12 12 12 C 12.707031 12 13.347656 12.261719 13.875 12.6875 L 15.125 11.125 C 14.277344 10.441406 13.195313 10 12 10 Z M 22 10 C 19.25 10 17 12.25 17 15 C 17 17.75 19.25 20 22 20 C 23.195313 20 24.277344 19.558594 25.125 18.875 L 23.875 17.3125 C 23.347656 17.738281 22.707031 18 22 18 C 20.332031 18 19 16.667969 19 15 C 19 13.332031 20.332031 12 22 12 C 22.707031 12 23.347656 12.261719 23.875 12.6875 L 25.125 11.125 C 24.277344 10.441406 23.195313 10 22 10 Z\"/></svg></li><li title=\"closed captioning \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 2 6 L 2 23.90625 L 30 23.90625 L 30 6 Z M 4 8 L 28 8 L 28 21.90625 L 4 21.90625 Z M 12 10 C 9.25 10 7 12.25 7 15 C 7 17.75 9.25 20 12 20 C 13.195313 20 14.277344 19.558594 15.125 18.875 L 13.875 17.3125 C 13.347656 17.738281 12.707031 18 12 18 C 10.332031 18 9 16.667969 9 15 C 9 13.332031 10.332031 12 12 12 C 12.707031 12 13.347656 12.261719 13.875 12.6875 L 15.125 11.125 C 14.277344 10.441406 13.195313 10 12 10 Z M 22 10 C 19.25 10 17 12.25 17 15 C 17 17.75 19.25 20 22 20 C 23.195313 20 24.277344 19.558594 25.125 18.875 L 23.875 17.3125 C 23.347656 17.738281 22.707031 18 22 18 C 20.332031 18 19 16.667969 19 15 C 19 13.332031 20.332031 12 22 12 C 22.707031 12 23.347656 12.261719 23.875 12.6875 L 25.125 11.125 C 24.277344 10.441406 23.195313 10 22 10 Z\"/></svg></li><li title=\"cloud download alt solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 6 C 13.351563 6 11.050781 7.238281 9.40625 9.0625 C 9.269531 9.046875 9.148438 9 9 9 C 6.800781 9 5 10.800781 5 13 C 3.269531 14.054688 2 15.835938 2 18 C 2 21.300781 4.699219 24 8 24 L 13 24 L 13 22 L 8 22 C 5.78125 22 4 20.21875 4 18 C 4 16.339844 5.007813 14.921875 6.4375 14.3125 L 7.125 14.03125 L 7.03125 13.28125 C 7.011719 13.117188 7 13.023438 7 13 C 7 11.882813 7.882813 11 9 11 C 9.140625 11 9.296875 11.019531 9.46875 11.0625 L 10.09375 11.21875 L 10.46875 10.71875 C 11.75 9.074219 13.75 8 16 8 C 19.277344 8 22.011719 10.253906 22.78125 13.28125 L 22.96875 14.0625 L 23.8125 14.03125 C 24.023438 14.019531 24.070313 14 24 14 C 26.21875 14 28 15.78125 28 18 C 28 20.21875 26.21875 22 24 22 L 19 22 L 19 24 L 24 24 C 27.300781 24 30 21.300781 30 18 C 30 14.84375 27.511719 12.316406 24.40625 12.09375 C 23.183594 8.574219 19.925781 6 16 6 Z M 15 18 L 15 26 L 12 26 L 16 30 L 20 26 L 17 26 L 17 18 Z\"/></svg></li><li title=\"cloud meatball solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 12.773 4 9.97275 6.25775 9.21875 9.34375 C 7.97275 9.82775 6.93825 10.81225 6.40625 12.03125 C 2.91025 11.77225 1.1842379e-15 14.555 0 18 C 0 21.309 2.691 24 6 24 L 9 24 L 9 22 L 6 22 C 3.793 22 2 20.207 2 18 C 2 15.793 3.793 14 6 14 C 6.277 14 6.559 14.02275 6.875 14.09375 L 7.875 14.3125 L 8.0625 13.34375 C 8.3085 12.23875 9.2075 11.35975 10.3125 11.09375 L 10.96875 10.9375 L 11.0625 10.28125 C 11.4225 7.84725 13.543 6 16 6 C 17.895 6 19.61275 7.055 20.46875 8.75 L 20.84375 9.53125 L 21.6875 9.25 C 22.1555 9.086 22.582 9 23 9 C 25.207 9 27 10.793 27 13 C 27 13.039 27.004 13.09 27 13.125 C 26.992 13.191 26.97675 13.2415 26.96875 13.3125 L 26.90625 14.03125 L 27.5625 14.3125 C 29.0395 14.9405 30 16.395 30 18 C 30 20.207 28.207 22 26 22 L 24 22 L 24 24 L 26 24 C 29.309 24 32 21.309 32 18 C 32 15.836 30.844 13.8755 29 12.8125 C 28.895 9.5945 26.242 7 23 7 C 22.609 7 22.2075 7.039 21.8125 7.125 C 20.5235 5.18 18.371 4 16 4 z M 21 13 C 20.363 13 19.847656 13.515344 19.847656 14.152344 C 19.847656 14.195344 19.867094 14.231438 19.871094 14.273438 C 19.418094 13.905437 18.759891 13.915891 18.337891 14.337891 C 17.915891 14.759891 17.905437 15.418094 18.273438 15.871094 C 18.231437 15.866094 18.195344 15.847656 18.152344 15.847656 C 17.516344 15.846656 17 16.363 17 17 C 17 17.637 17.515344 18.152344 18.152344 18.152344 C 18.195344 18.152344 18.231437 18.132906 18.273438 18.128906 C 17.905438 18.581906 17.915891 19.240109 18.337891 19.662109 C 18.759891 20.084109 19.418094 20.094563 19.871094 19.726562 C 19.866094 19.768563 19.847656 19.804656 19.847656 19.847656 C 19.846656 20.483656 20.363 21 21 21 C 21.637 21 22.152344 20.484656 22.152344 19.847656 C 22.152344 19.804656 22.132906 19.768563 22.128906 19.726562 C 22.581906 20.094562 23.240109 20.084109 23.662109 19.662109 C 24.084109 19.240109 24.094562 18.581906 23.726562 18.128906 C 23.768563 18.133906 23.804656 18.152344 23.847656 18.152344 C 24.483656 18.153344 25 17.637 25 17 C 25 16.363 24.484656 15.847656 23.847656 15.847656 C 23.804656 15.847656 23.768562 15.867094 23.726562 15.871094 C 24.094562 15.418094 24.084109 14.759891 23.662109 14.337891 C 23.240109 13.915891 22.581906 13.905437 22.128906 14.273438 C 22.133906 14.231438 22.152344 14.195344 22.152344 14.152344 C 22.153344 13.516344 21.637 13 21 13 z M 12 15 A 1 1 0 0 0 11 16 A 1 1 0 0 0 11 18 A 1 1 0 0 0 12 19 A 1 1 0 0 0 13 18 A 1 1 0 0 0 13 16 A 1 1 0 0 0 12 15 z M 15 21 C 14.363 21 13.847656 21.515344 13.847656 22.152344 C 13.847656 22.195344 13.867094 22.231438 13.871094 22.273438 C 13.418094 21.905438 12.759891 21.915891 12.337891 22.337891 C 11.915891 22.759891 11.905437 23.418094 12.273438 23.871094 C 12.231438 23.866094 12.195344 23.847656 12.152344 23.847656 C 11.516344 23.846656 11 24.363 11 25 C 11 25.637 11.515344 26.152344 12.152344 26.152344 C 12.195344 26.152344 12.231438 26.132906 12.273438 26.128906 C 11.905437 26.581906 11.915891 27.240109 12.337891 27.662109 C 12.759891 28.084109 13.418094 28.094562 13.871094 27.726562 C 13.866094 27.768563 13.847656 27.804656 13.847656 27.847656 C 13.846656 28.483656 14.363 29 15 29 C 15.637 29 16.152344 28.484656 16.152344 27.847656 C 16.152344 27.804656 16.132906 27.768562 16.128906 27.726562 C 16.581906 28.094562 17.240109 28.084109 17.662109 27.662109 C 18.084109 27.240109 18.094563 26.581906 17.726562 26.128906 C 17.768563 26.133906 17.804656 26.152344 17.847656 26.152344 C 18.483656 26.153344 19 25.637 19 25 C 19 24.363 18.484656 23.847656 17.847656 23.847656 C 17.804656 23.847656 17.768563 23.867094 17.726562 23.871094 C 18.094562 23.418094 18.084109 22.759891 17.662109 22.337891 C 17.240109 21.915891 16.581906 21.905438 16.128906 22.273438 C 16.133906 22.231437 16.152344 22.195344 16.152344 22.152344 C 16.153344 21.516344 15.637 21 15 21 z\"/></svg></li><li title=\"cloud moon rain solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 10.40625 5.9375 L 8.75 5.96875 C 5.008 6.10475 2 9.19475 2 12.96875 C 2 15.19875 3.0555 17.18375 4.6875 18.46875 C 4.2545 19.21075 4 20.082 4 21 C 4 23.758 6.242 26 9 26 L 10.160156 26 C 10.340156 25.37 10.659297 24.68 11.029297 24 L 9 24 C 7.348 24 6 22.652 6 21 C 6 19.348 7.348 18 9 18 L 10 18 L 10 17 C 10 15.898 10.89525 15.004 11.90625 15 L 12.90625 15.0625 L 13.09375 14.21875 C 13.46875 12.35875 15.102 11 17 11 C 18.605 11 20.0555 11.9605 20.6875 13.4375 L 20.96875 14.126953 L 21.873047 14.03125 C 21.917047 14.02225 21.953 14 22 14 C 23.652 14 24.996 15.3515 25 16.9375 L 24.96875 17.90625 L 25.75 18.095703 C 27.082 18.434703 28 19.637 28 21 C 28 22.652 26.652 24 25 24 L 24 24 C 24 24.73 23.779453 25.41 23.439453 26 L 25 26 C 27.758 26 30 23.758 30 21 C 30 18.98 28.78875 17.18025 26.96875 16.40625 C 26.68775 13.98825 24.6555 12.097 22.1875 12 C 21.1245 10.152 19.164 9 17 9 C 14.684 9 12.617 10.33975 11.625 12.34375 C 10.297 11.79675 9.34375 10.50775 9.34375 8.96875 C 9.34375 8.40975 9.4605 7.88725 9.6875 7.40625 L 10.40625 5.9375 z M 7.5 8.3125 C 7.473 8.5425 7.34375 8.72975 7.34375 8.96875 C 7.34375 10.92175 8.33175 12.63225 9.84375 13.65625 C 8.99575 14.21025 8.33175 15.07775 8.09375 16.09375 C 7.32375 16.23375 6.63325 16.555 6.03125 17 C 4.80525 16.086 4 14.62075 4 12.96875 C 4 10.73075 5.484 8.9565 7.5 8.3125 z M 20 20 C 20 20 18 22.895 18 24 C 18 25.105 18.895 26 20 26 C 20.137 26 20.27725 25.99575 20.40625 25.96875 C 21.31625 25.78075 22 24.969 22 24 C 22 22.895 20 20 20 20 z M 14 23 C 14 23 13.715 23.453 13.375 24 C 13.25 24.199 13.133 24.36275 13 24.59375 C 12.82 24.90675 12.656 25.21025 12.5 25.53125 C 12.422 25.69125 12.34425 25.848953 12.28125 26.001953 C 12.11725 26.387953 12 26.746 12 27 C 12 28.105 12.895 29 14 29 C 15.105 29 16 28.105 16 27 C 16 26.746 15.88275 26.387 15.71875 26 C 15.70275 25.969 15.7025 25.94125 15.6875 25.90625 C 15.6325 25.78525 15.563953 25.65625 15.501953 25.53125 C 15.228953 24.97625 14.915953 24.465 14.626953 24 C 14.285953 23.453 14 23 14 23 z\"/></svg></li><li title=\"cloud moon solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 10.40625 5.9375 L 8.75 5.96875 C 5.007813 6.105469 2 9.195313 2 12.96875 C 2 15.199219 3.054688 17.183594 4.6875 18.46875 C 4.253906 19.210938 4 20.082031 4 21 C 4 23.757813 6.242188 26 9 26 L 25 26 C 27.757813 26 30 23.757813 30 21 C 30 18.980469 28.789063 17.179688 26.96875 16.40625 C 26.6875 13.988281 24.65625 12.097656 22.1875 12 C 21.125 10.152344 19.164063 9 17 9 C 14.683594 9 12.617188 10.339844 11.625 12.34375 C 10.296875 11.796875 9.34375 10.507813 9.34375 8.96875 C 9.34375 8.410156 9.460938 7.886719 9.6875 7.40625 Z M 7.5 8.3125 C 7.472656 8.542969 7.34375 8.730469 7.34375 8.96875 C 7.34375 10.921875 8.332031 12.632813 9.84375 13.65625 C 8.996094 14.210938 8.332031 15.078125 8.09375 16.09375 C 7.324219 16.234375 6.632813 16.554688 6.03125 17 C 4.804688 16.085938 4 14.621094 4 12.96875 C 4 10.730469 5.484375 8.957031 7.5 8.3125 Z M 17 11 C 18.605469 11 20.054688 11.960938 20.6875 13.4375 L 20.96875 14.125 L 21.875 14.03125 C 21.917969 14.023438 21.953125 14 22 14 C 23.652344 14 24.996094 15.351563 25 16.9375 L 24.96875 17.90625 L 25.75 18.09375 C 27.082031 18.433594 28 19.636719 28 21 C 28 22.652344 26.652344 24 25 24 L 9 24 C 7.347656 24 6 22.652344 6 21 C 6 19.347656 7.347656 18 9 18 L 10 18 L 10 17 C 10 15.898438 10.894531 15.003906 11.90625 15 L 12.90625 15.0625 L 13.09375 14.21875 C 13.46875 12.359375 15.101563 11 17 11 Z\"/></svg></li><li title=\"cloud rain solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 12.773438 4 9.972656 6.257813 9.21875 9.34375 C 7.972656 9.828125 6.9375 10.8125 6.40625 12.03125 C 2.910156 11.773438 0 14.554688 0 18 C 0 21.308594 2.691406 24 6 24 L 8 24 L 9 22 L 6 22 C 3.792969 22 2 20.207031 2 18 C 2 15.792969 3.792969 14 6 14 C 6.277344 14 6.558594 14.023438 6.875 14.09375 L 7.875 14.3125 L 8.0625 13.34375 C 8.308594 12.238281 9.207031 11.359375 10.3125 11.09375 L 10.96875 10.9375 L 11.0625 10.28125 C 11.421875 7.847656 13.542969 6 16 6 C 17.894531 6 19.613281 7.054688 20.46875 8.75 L 20.84375 9.53125 L 21.6875 9.25 C 22.15625 9.085938 22.582031 9 23 9 C 25.207031 9 27 10.792969 27 13 C 27 13.039063 27.003906 13.089844 27 13.125 C 26.992188 13.191406 26.976563 13.242188 26.96875 13.3125 L 26.90625 14.03125 L 27.5625 14.3125 C 29.039063 14.941406 30 16.394531 30 18 C 30 20.207031 28.207031 22 26 22 L 24 22 L 25 24 L 26 24 C 29.308594 24 32 21.308594 32 18 C 32 15.835938 30.84375 13.875 29 12.8125 C 28.894531 9.59375 26.242188 7 23 7 C 22.609375 7 22.207031 7.039063 21.8125 7.125 C 20.523438 5.179688 18.371094 4 16 4 Z M 18 14 C 18 14 16 16.894531 16 18 C 16 19.105469 16.894531 20 18 20 C 19.105469 20 20 19.105469 20 18 C 20 16.894531 18 14 18 14 Z M 13 19 C 13 19 11 21.894531 11 23 C 11 24.105469 11.894531 25 13 25 C 14.105469 25 15 24.105469 15 23 C 15 21.894531 13 19 13 19 Z M 21 22 C 21 22 19 24.894531 19 26 C 19 27.105469 19.894531 28 21 28 C 22.105469 28 23 27.105469 23 26 C 23 24.894531 21 22 21 22 Z\"/></svg></li><li title=\"cloud showers heavy solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 5 C 12.667969 5 9.949219 7.371094 9.25 10.5 C 8.03125 10.980469 7.125 11.871094 6.59375 13.0625 C 6.394531 13.039063 6.210938 13 6 13 C 2.699219 13 0 15.699219 0 19 C 0 19.066406 -0.00390625 19.121094 0 19.1875 C 0.09375 22.046875 2.140625 24.355469 4.84375 24.875 L 6.75 23 L 6 23 C 3.828125 23 2.070313 21.292969 2 19.125 C 2 19.082031 2 19.042969 2 19 C 2 16.78125 3.78125 15 6 15 C 6.292969 15 6.578125 15.027344 6.875 15.09375 L 7.875 15.3125 L 8.0625 14.34375 C 8.308594 13.230469 9.203125 12.359375 10.3125 12.09375 L 10.96875 11.9375 L 11.0625 11.25 C 11.417969 8.835938 13.476563 7 16 7 C 17.957031 7 19.644531 8.121094 20.46875 9.75 L 20.84375 10.53125 L 21.6875 10.25 C 22.125 10.097656 22.554688 10 23 10 C 25.21875 10 27 11.78125 27 14 C 27 13.992188 26.984375 14.078125 26.96875 14.3125 L 26.90625 15.03125 L 27.5625 15.3125 C 28.992188 15.921875 30 17.339844 30 19 C 30 21.21875 28.21875 23 26 23 L 25.3125 23 L 23.28125 25 L 26 25 C 29.300781 25 32 22.300781 32 19 C 32 16.835938 30.730469 15.054688 29 14 C 29 10.699219 26.300781 8 23 8 C 22.566406 8 22.203125 8.128906 21.8125 8.21875 C 20.5625 6.300781 18.453125 5 16 5 Z M 13.59375 19.09375 L 3.9375 28.59375 L 5.34375 30 L 15 20.5 Z M 18.59375 19.09375 L 8.9375 28.59375 L 10.34375 30 L 20 20.5 Z M 23.59375 19.09375 L 13.9375 28.59375 L 15.34375 30 L 25 20.5 Z\"/></svg></li><li title=\"cloud solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 7 C 13.351563 7 11.050781 8.238281 9.40625 10.0625 C 9.269531 10.046875 9.148438 10 9 10 C 6.800781 10 5 11.800781 5 14 C 3.269531 15.054688 2 16.835938 2 19 C 2 22.300781 4.699219 25 8 25 L 24 25 C 27.300781 25 30 22.300781 30 19 C 30 15.84375 27.511719 13.316406 24.40625 13.09375 C 23.183594 9.574219 19.925781 7 16 7 Z M 16 9 C 19.277344 9 22.011719 11.253906 22.78125 14.28125 L 22.96875 15.0625 L 23.8125 15.03125 C 24.023438 15.019531 24.070313 15 24 15 C 26.21875 15 28 16.78125 28 19 C 28 21.21875 26.21875 23 24 23 L 8 23 C 5.78125 23 4 21.21875 4 19 C 4 17.339844 5.007813 15.921875 6.4375 15.3125 L 7.125 15.03125 L 7.03125 14.28125 C 7.011719 14.117188 7 14.023438 7 14 C 7 12.882813 7.882813 12 9 12 C 9.140625 12 9.296875 12.019531 9.46875 12.0625 L 10.09375 12.21875 L 10.46875 11.71875 C 11.75 10.074219 13.75 9 16 9 Z\"/></svg></li><li title=\"cloud sun rain solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 7 6 L 7 9.09375 C 6.367188 9.222656 5.773438 9.496094 5.25 9.84375 L 3.0625 7.625 L 1.625 9.0625 L 3.84375 11.25 C 3.496094 11.773438 3.222656 12.367188 3.09375 13 L 0 13 L 0 15 L 3.09375 15 C 3.226563 15.636719 3.492188 16.226563 3.84375 16.75 L 1.625 18.9375 L 3.0625 20.375 L 5.25 18.15625 C 5.550781 18.355469 5.875 18.523438 6.21875 18.65625 C 6.097656 19.085938 6 19.535156 6 20 C 6 22.757813 8.242188 25 11 25 L 12.15625 25 C 12.335938 24.371094 12.660156 23.683594 13.03125 23 L 11 23 C 9.347656 23 8 21.652344 8 20 C 8 18.347656 9.347656 17 11 17 L 12 17 L 12 16 C 12 14.898438 12.894531 14.003906 13.90625 14 L 14.90625 14.0625 L 15.09375 13.21875 C 15.46875 11.359375 17.101563 10 19 10 C 20.605469 10 22.054688 10.960938 22.6875 12.4375 L 22.96875 13.125 L 23.875 13.03125 C 23.917969 13.023438 23.953125 13 24 13 C 25.652344 13 26.996094 14.351563 27 15.9375 L 26.96875 16.90625 L 27.75 17.09375 C 29.082031 17.433594 30 18.636719 30 20 C 30 21.652344 28.652344 23 27 23 L 26 23 C 26 23.730469 25.78125 24.410156 25.4375 25 L 27 25 C 29.757813 25 32 22.757813 32 20 C 32 17.980469 30.789063 16.179688 28.96875 15.40625 C 28.6875 12.988281 26.65625 11.097656 24.1875 11 C 23.125 9.152344 21.164063 8 19 8 C 16.417969 8 14.132813 9.671875 13.3125 12.0625 C 13.082031 12.101563 12.871094 12.140625 12.65625 12.21875 C 12.523438 11.875 12.355469 11.550781 12.15625 11.25 L 14.375 9.0625 L 12.9375 7.625 L 10.75 9.84375 C 10.226563 9.492188 9.636719 9.226563 9 9.09375 L 9 6 Z M 8 11 C 9.472656 11 10.671875 12.050781 10.9375 13.4375 C 10.546875 13.90625 10.238281 14.480469 10.09375 15.09375 C 8.886719 15.3125 7.863281 15.957031 7.125 16.875 C 5.890625 16.503906 5 15.363281 5 14 C 5 12.332031 6.332031 11 8 11 Z M 22 19 C 22 19 20 21.894531 20 23 C 20 24.105469 20.894531 25 22 25 C 22.136719 25 22.277344 24.996094 22.40625 24.96875 C 23.316406 24.78125 24 23.96875 24 23 C 24 21.894531 22 19 22 19 Z M 16 22 C 16 22 15.714844 22.453125 15.375 23 C 15.25 23.199219 15.132813 23.363281 15 23.59375 C 14.820313 23.90625 14.65625 24.210938 14.5 24.53125 C 14.421875 24.691406 14.34375 24.847656 14.28125 25 C 14.117188 25.386719 14 25.746094 14 26 C 14 27.105469 14.894531 28 16 28 C 17.105469 28 18 27.105469 18 26 C 18 25.746094 17.882813 25.386719 17.71875 25 C 17.703125 24.96875 17.703125 24.941406 17.6875 24.90625 C 17.632813 24.785156 17.5625 24.65625 17.5 24.53125 C 17.226563 23.976563 16.914063 23.464844 16.625 23 C 16.285156 22.453125 16 22 16 22 Z\"/></svg></li><li title=\"cloud sun solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 9 6 L 9 9.09375 C 8.367188 9.222656 7.773438 9.496094 7.25 9.84375 L 5.0625 7.625 L 3.625 9.0625 L 5.84375 11.25 C 5.496094 11.773438 5.222656 12.367188 5.09375 13 L 2 13 L 2 15 L 5.125 15 C 5.253906 15.628906 5.507813 16.199219 5.84375 16.71875 L 3.625 18.9375 L 4.25 19.5625 C 4.113281 20.019531 4 20.5 4 21 C 4 23.757813 6.242188 26 9 26 L 25 26 C 27.757813 26 30 23.757813 30 21 C 30 18.980469 28.789063 17.179688 26.96875 16.40625 C 26.6875 13.988281 24.65625 12.097656 22.1875 12 C 21.125 10.152344 19.164063 9 17 9 C 16.773438 9 16.5625 9.007813 16.34375 9.03125 L 14.9375 7.625 L 12.75 9.84375 C 12.226563 9.507813 11.628906 9.253906 11 9.125 L 11 6 Z M 10 11 C 10.765625 11 11.445313 11.285156 11.96875 11.75 C 11.707031 12.152344 11.472656 12.597656 11.3125 13.0625 C 9.730469 13.332031 8.460938 14.542969 8.09375 16.09375 C 8.039063 16.101563 7.988281 16.113281 7.9375 16.125 C 7.378906 15.582031 7 14.847656 7 14 C 7 12.332031 8.332031 11 10 11 Z M 17 11 C 18.605469 11 20.054688 11.960938 20.6875 13.4375 L 20.96875 14.125 L 21.875 14.03125 C 21.917969 14.023438 21.953125 14 22 14 C 23.652344 14 24.996094 15.351563 25 16.9375 L 24.96875 17.90625 L 25.75 18.09375 C 27.082031 18.433594 28 19.636719 28 21 C 28 22.652344 26.652344 24 25 24 L 9 24 C 7.347656 24 6 22.652344 6 21 C 6 19.347656 7.347656 18 9 18 L 10 18 L 10 17 C 10 15.898438 10.894531 15.003906 11.90625 15 L 12.90625 15.0625 L 13.09375 14.21875 C 13.46875 12.359375 15.101563 11 17 11 Z\"/></svg></li><li title=\"cloud upload alt solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 7 C 13.351563 7 11.050781 8.238281 9.40625 10.0625 C 9.269531 10.046875 9.148438 10 9 10 C 6.800781 10 5 11.800781 5 14 C 3.269531 15.054688 2 16.835938 2 19 C 2 22.300781 4.699219 25 8 25 L 13 25 L 13 23 L 8 23 C 5.78125 23 4 21.21875 4 19 C 4 17.339844 5.007813 15.921875 6.4375 15.3125 L 7.125 15.03125 L 7.03125 14.28125 C 7.011719 14.117188 7 14.023438 7 14 C 7 12.882813 7.882813 12 9 12 C 9.140625 12 9.296875 12.019531 9.46875 12.0625 L 10.09375 12.21875 L 10.46875 11.71875 C 11.75 10.074219 13.75 9 16 9 C 19.277344 9 22.011719 11.253906 22.78125 14.28125 L 22.96875 15.0625 L 23.8125 15.03125 C 24.023438 15.019531 24.070313 15 24 15 C 26.21875 15 28 16.78125 28 19 C 28 21.21875 26.21875 23 24 23 L 19 23 L 19 25 L 24 25 C 27.300781 25 30 22.300781 30 19 C 30 15.84375 27.511719 13.316406 24.40625 13.09375 C 23.183594 9.574219 19.925781 7 16 7 Z M 16 15 L 12 19 L 15 19 L 15 27 L 17 27 L 17 19 L 20 19 Z\"/></svg></li><li title=\"cloudscale \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 8.832 23.168 3 16 3 z M 16 5 C 22.065 5 27 9.935 27 16 C 27 22.065 22.065 27 16 27 C 9.935 27 5 22.065 5 16 C 5 9.935 9.935 5 16 5 z M 16 9 C 12.134 9 9 12.134 9 16 C 9 16.225 9.0122031 16.447016 9.0332031 16.666016 C 9.2072031 14.063016 11.353 12 14 12 C 15.309106 12 16.486738 12.515344 17.375 13.341797 L 16.511719 14.074219 C 16.347719 14.031219 16.178 14 16 14 C 14.895 14 14 14.895 14 16 C 14 17.105 14.895 18 16 18 C 17.105 18 18 17.105 18 16 C 18 15.822 17.968781 15.652281 17.925781 15.488281 L 21.853516 10.853516 C 21.943516 10.762516 22 10.638 22 10.5 C 22 10.224 21.776 10 21.5 10 C 21.362 10 21.237484 10.056484 21.146484 10.146484 L 20.53125 10.667969 C 19.309714 9.6293989 17.729173 9 16 9 z\"/></svg></li><li title=\"cloudsmith \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 18.853516 3 C 16.443516 3 14.291016 4.9506094 14.291016 7.3496094 C 14.291016 9.7596094 12.759609 11.291016 10.349609 11.291016 C 7.9506094 11.291016 6 13.442516 6 15.853516 C 6 18.264516 7.9506094 20 10.349609 20 C 12.759609 20 14.707031 18.266469 14.707031 15.855469 C 14.707031 13.444469 16.443516 11.708984 18.853516 11.708984 C 21.253516 11.708984 23 9.7596094 23 7.3496094 C 23 4.9506094 21.253516 3 18.853516 3 z M 19.505859 20 C 17.015859 20 15 22.015141 15 24.494141 C 15 26.985141 17.015859 29 19.505859 29 C 21.985859 29 24 26.985141 24 24.494141 C 24 22.015141 21.985859 20 19.505859 20 z\"/></svg></li><li title=\"cloudversify \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 20.275391 7.0019531 C 19.400219 6.9864219 18.574719 7.0967813 17.886719 7.3007812 C 15.013719 8.1607812 13.670156 9.9344219 12.910156 12.732422 C 12.525156 12.863422 11.589062 13.168922 10.664062 13.919922 C 10.467063 14.073922 10.216797 14.287719 9.9667969 14.511719 C 9.9817969 14.567719 10 14.619688 10 14.679688 L 10 16.5 C 10 16.776 9.776 17 9.5 17 L 7.5 17 C 7.224 17 7 16.776 7 16.5 L 7 16 L 6.5 16 C 6.224 16 6 16.224 6 16.5 L 6 18.490234 C 6 18.766234 6.224 18.990234 6.5 18.990234 L 8.3300781 18.990234 C 8.4350781 18.990234 8.5311406 18.960969 8.6191406 18.917969 L 8.6972656 19.283203 C 9.3052656 22.442203 12.147016 24.578859 15.916016 24.380859 C 18.481016 26.524859 22.763234 26.643422 25.240234 24.107422 C 28.708234 24.161422 31.172266 21.898734 31.822266 19.177734 C 32.571266 16.086734 30.921656 12.624906 27.222656 11.503906 C 25.984406 8.2384062 22.900906 7.0485469 20.275391 7.0019531 z M 9.5 8 C 9.225 8 9 8.225 9 8.5 L 9 9.5 C 9 9.775 9.225 10 9.5 10 L 10.5 10 C 10.775 10 11 9.775 11 9.5 L 11 8.5 C 11 8.225 10.775 8 10.5 8 L 9.5 8 z M 0.5 10 C 0.225 10 0 10.225 0 10.5 L 0 11.5 C 0 11.775 0.225 12 0.5 12 L 1.5 12 C 1.775 12 2 11.775 2 11.5 L 2 10.5 C 2 10.225 1.775 10 1.5 10 L 0.5 10 z M 4.5 10 C 4.224 10 4 10.224 4 10.5 L 4 13.486328 C 4 13.762328 4.224 13.986328 4.5 13.986328 L 7.5 13.986328 C 7.776 13.986328 8 13.762328 8 13.486328 L 8 10.5 C 8 10.224 7.776 10 7.5 10 L 4.5 10 z M 20.824219 10 C 21.126176 10.001842 21.439953 10.022953 21.767578 10.064453 C 25.427578 10.529453 28.773984 14.222859 25.333984 17.630859 C 27.180984 16.811859 27.875641 14.898531 27.806641 13.769531 L 28.359375 14.753906 C 28.983375 15.860906 29.157422 17.143094 28.857422 18.371094 C 28.372422 20.329094 26.721016 21.834656 24.666016 22.222656 C 22.992016 22.532656 20.313563 21.988578 19.851562 19.267578 C 19.297563 21.590578 20.994719 22.886469 22.761719 23.605469 C 17.126719 25.309469 13.755156 21.139859 15.660156 18.130859 C 13.917156 19.214859 13.881047 21.612984 14.123047 22.708984 C 13.176047 22.089984 11.294375 21.083359 11.109375 18.693359 C 10.947375 16.691359 12.241609 14.88775 14.099609 13.96875 C 15.704609 13.17175 19.527375 13.380422 21.109375 15.857422 C 20.370375 13.445422 18.292391 12.497625 15.775391 12.265625 C 17.190266 10.91025 18.71052 9.9871074 20.824219 10 z M 1.5 15 C 1.225 15 1 15.225 1 15.5 L 1 16.5 C 1 16.776 1.224 17 1.5 17 L 2.5 17 C 2.776 17 3 16.776 3 16.5 L 3 15.5 C 3 15.224 2.776 15 2.5 15 L 1.5 15 z\"/></svg></li><li title=\"cocktail solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 8.5 4 C 5.464844 4 3 6.464844 3 9.5 C 3 12.535156 5.464844 15 8.5 15 C 9.3125 15 10.078125 14.796875 10.78125 14.46875 L 16 21.34375 L 16 27 L 12 27 L 12 29 L 22 29 L 22 27 L 18 27 L 18 21.34375 L 26.8125 9.71875 L 27 9.4375 L 27 8 L 13.75 8 C 13.144531 5.679688 10.984375 4 8.5 4 Z M 8.5 6 C 9.890625 6 11.089844 6.839844 11.625 8 L 7 8 L 7 9.4375 L 7.1875 9.71875 L 9.53125 12.8125 C 9.1875 12.933594 8.835938 13 8.5 13 C 6.535156 13 5 11.464844 5 9.5 C 5 7.535156 6.535156 6 8.5 6 Z M 9.9375 10 L 24.0625 10 L 22.5625 12 L 13.5 12 L 15 14 L 21.03125 14 L 17 19.34375 Z\"/></svg></li><li title=\"code branch solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 11 4 C 9.355469 4 8 5.355469 8 7 C 8 8.292969 8.84375 9.394531 10 9.8125 L 10 22.1875 C 8.84375 22.605469 8 23.707031 8 25 C 8 26.644531 9.355469 28 11 28 C 12.644531 28 14 26.644531 14 25 C 14 23.730469 13.183594 22.65625 12.0625 22.21875 C 12.207031 20.988281 12.683594 20.382813 13.4375 19.875 C 14.335938 19.269531 15.714844 18.910156 17.21875 18.5625 C 18.722656 18.214844 20.335938 17.855469 21.6875 16.90625 C 22.875 16.074219 23.773438 14.710938 23.96875 12.8125 C 25.140625 12.402344 26 11.300781 26 10 C 26 8.355469 24.644531 7 23 7 C 21.355469 7 20 8.355469 20 10 C 20 11.277344 20.832031 12.351563 21.96875 12.78125 C 21.832031 14.09375 21.324219 14.746094 20.5625 15.28125 C 19.664063 15.910156 18.277344 16.28125 16.78125 16.625 C 15.285156 16.96875 13.664063 17.273438 12.3125 18.1875 C 12.203125 18.261719 12.101563 18.355469 12 18.4375 L 12 9.8125 C 13.15625 9.394531 14 8.292969 14 7 C 14 5.355469 12.644531 4 11 4 Z M 11 6 C 11.5625 6 12 6.4375 12 7 C 12 7.5625 11.5625 8 11 8 C 10.4375 8 10 7.5625 10 7 C 10 6.4375 10.4375 6 11 6 Z M 23 9 C 23.5625 9 24 9.4375 24 10 C 24 10.5625 23.5625 11 23 11 C 22.4375 11 22 10.5625 22 10 C 22 9.4375 22.4375 9 23 9 Z M 11 24 C 11.5625 24 12 24.4375 12 25 C 12 25.5625 11.5625 26 11 26 C 10.4375 26 10 25.5625 10 25 C 10 24.4375 10.4375 24 11 24 Z\"/></svg></li><li title=\"code solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 18 5 L 12 27 L 14 27 L 20 5 Z M 7.9375 6.40625 L 1.1875 15.40625 L 0.75 16 L 1.1875 16.59375 L 7.9375 25.59375 L 9.5625 24.40625 L 3.25 16 L 9.5625 7.59375 Z M 24.0625 6.40625 L 22.4375 7.59375 L 28.75 16 L 22.4375 24.40625 L 24.0625 25.59375 L 30.8125 16.59375 L 31.25 16 L 30.8125 15.40625 Z\"/></svg></li><li title=\"codepen \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 2.84375 L 15.4375 3.21875 L 3.4375 11.25 L 3 11.53125 L 3 20.46875 L 3.4375 20.75 L 15.4375 28.78125 L 16 29.15625 L 16.5625 28.78125 L 28.5625 20.75 L 29 20.46875 L 29 11.53125 L 28.5625 11.25 L 16.5625 3.21875 Z M 15 5.90625 L 15 11.34375 L 9.84375 14.8125 L 5.8125 12.09375 Z M 17 5.90625 L 26.1875 12.09375 L 22.15625 14.8125 L 17 11.34375 Z M 16 13.09375 L 20.34375 16 L 16 18.90625 L 11.65625 16 Z M 5 13.9375 L 8.0625 16 L 5 18.0625 Z M 27 13.9375 L 27 18.0625 L 23.9375 16 Z M 9.875 17.1875 L 15 20.65625 L 15 26.09375 L 5.8125 19.90625 Z M 22.125 17.1875 L 26.1875 19.90625 L 17 26.09375 L 17 20.65625 Z\"/></svg></li><li title=\"codiepie \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16.042969 3 C 8.8629688 3 3.0429688 8.82 3.0429688 16 C 3.0429688 23.18 8.8629688 29 16.042969 29 C 21.476969 29 26.015984 25.663688 27.958984 20.929688 L 17.125 16 L 27.658203 10.191406 C 25.524203 5.9314063 21.131969 3 16.042969 3 z M 16.042969 5 C 19.576969 5 22.813187 6.6662656 24.867188 9.4472656 L 21.285156 11.421875 C 20.003594 9.9398608 18.113489 9 16 9 C 12.134 9 9 12.134 9 16 C 9 19.866 12.134 23 16 23 C 18.277971 23 20.29176 21.905004 21.568359 20.21875 L 25.228516 21.884766 C 23.246516 25.043766 19.812969 27 16.042969 27 C 9.9779687 27 5.0429688 22.065 5.0429688 16 C 5.0429688 9.935 9.9769688 5 16.042969 5 z M 24 13 L 24 18 L 26 18 L 26 16 L 26.5 16 C 27.328 16 28 15.328 28 14.5 C 28 13.672 27.328 13 26.5 13 L 26 13 L 24 13 z\"/></svg></li><li title=\"coffee solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 11 3 L 11 7 L 13 7 L 13 3 Z M 15 4 L 15 7 L 17 7 L 17 4 Z M 4.875 8 L 5 9.09375 L 6.8125 26.3125 C 6.972656 27.832031 8.285156 29 9.8125 29 L 19.1875 29 C 20.714844 29 22.027344 27.832031 22.1875 26.3125 L 22.65625 22 L 25 22 C 26.644531 22 28 20.644531 28 19 L 28 16 C 28 14.355469 26.644531 13 25 13 L 23.59375 13 L 24 9.09375 L 24.125 8 Z M 7.125 10 L 21.875 10 L 20.1875 26.09375 C 20.132813 26.613281 19.707031 27 19.1875 27 L 9.8125 27 C 9.292969 27 8.867188 26.613281 8.8125 26.09375 Z M 23.375 15 L 25 15 C 25.566406 15 26 15.433594 26 16 L 26 19 C 26 19.566406 25.566406 20 25 20 L 22.84375 20 Z\"/></svg></li><li title=\"cog solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 13.1875 3 L 13.03125 3.8125 L 12.4375 6.78125 C 11.484375 7.15625 10.625 7.683594 9.84375 8.3125 L 6.9375 7.3125 L 6.15625 7.0625 L 5.75 7.78125 L 3.75 11.21875 L 3.34375 11.9375 L 3.9375 12.46875 L 6.1875 14.4375 C 6.105469 14.949219 6 15.460938 6 16 C 6 16.539063 6.105469 17.050781 6.1875 17.5625 L 3.9375 19.53125 L 3.34375 20.0625 L 3.75 20.78125 L 5.75 24.21875 L 6.15625 24.9375 L 6.9375 24.6875 L 9.84375 23.6875 C 10.625 24.316406 11.484375 24.84375 12.4375 25.21875 L 13.03125 28.1875 L 13.1875 29 L 18.8125 29 L 18.96875 28.1875 L 19.5625 25.21875 C 20.515625 24.84375 21.375 24.316406 22.15625 23.6875 L 25.0625 24.6875 L 25.84375 24.9375 L 26.25 24.21875 L 28.25 20.78125 L 28.65625 20.0625 L 28.0625 19.53125 L 25.8125 17.5625 C 25.894531 17.050781 26 16.539063 26 16 C 26 15.460938 25.894531 14.949219 25.8125 14.4375 L 28.0625 12.46875 L 28.65625 11.9375 L 28.25 11.21875 L 26.25 7.78125 L 25.84375 7.0625 L 25.0625 7.3125 L 22.15625 8.3125 C 21.375 7.683594 20.515625 7.15625 19.5625 6.78125 L 18.96875 3.8125 L 18.8125 3 Z M 14.8125 5 L 17.1875 5 L 17.6875 7.59375 L 17.8125 8.1875 L 18.375 8.375 C 19.511719 8.730469 20.542969 9.332031 21.40625 10.125 L 21.84375 10.53125 L 22.40625 10.34375 L 24.9375 9.46875 L 26.125 11.5 L 24.125 13.28125 L 23.65625 13.65625 L 23.8125 14.25 C 23.941406 14.820313 24 15.402344 24 16 C 24 16.597656 23.941406 17.179688 23.8125 17.75 L 23.6875 18.34375 L 24.125 18.71875 L 26.125 20.5 L 24.9375 22.53125 L 22.40625 21.65625 L 21.84375 21.46875 L 21.40625 21.875 C 20.542969 22.667969 19.511719 23.269531 18.375 23.625 L 17.8125 23.8125 L 17.6875 24.40625 L 17.1875 27 L 14.8125 27 L 14.3125 24.40625 L 14.1875 23.8125 L 13.625 23.625 C 12.488281 23.269531 11.457031 22.667969 10.59375 21.875 L 10.15625 21.46875 L 9.59375 21.65625 L 7.0625 22.53125 L 5.875 20.5 L 7.875 18.71875 L 8.34375 18.34375 L 8.1875 17.75 C 8.058594 17.179688 8 16.597656 8 16 C 8 15.402344 8.058594 14.820313 8.1875 14.25 L 8.34375 13.65625 L 7.875 13.28125 L 5.875 11.5 L 7.0625 9.46875 L 9.59375 10.34375 L 10.15625 10.53125 L 10.59375 10.125 C 11.457031 9.332031 12.488281 8.730469 13.625 8.375 L 14.1875 8.1875 L 14.3125 7.59375 Z M 16 11 C 13.25 11 11 13.25 11 16 C 11 18.75 13.25 21 16 21 C 18.75 21 21 18.75 21 16 C 21 13.25 18.75 11 16 11 Z M 16 13 C 17.667969 13 19 14.332031 19 16 C 19 17.667969 17.667969 19 16 19 C 14.332031 19 13 17.667969 13 16 C 13 14.332031 14.332031 13 16 13 Z\"/></svg></li><li title=\"cogs solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 15 4 L 15 5.125 C 14.339844 5.253906 13.699219 5.480469 13.15625 5.84375 L 12.375 5.0625 L 10.9375 6.46875 L 11.75 7.28125 C 11.410156 7.796875 11.160156 8.378906 11.03125 9 L 10 9 L 10 11 L 11.03125 11 C 11.160156 11.621094 11.410156 12.203125 11.75 12.71875 L 10.9375 13.53125 L 12.375 14.9375 L 13.15625 14.15625 C 13.699219 14.519531 14.339844 14.746094 15 14.875 L 15 16 L 17 16 L 17 14.875 C 17.609375 14.742188 18.183594 14.523438 18.6875 14.1875 L 19.4375 14.9375 L 20.84375 13.53125 L 20.09375 12.78125 C 20.453125 12.25 20.710938 11.648438 20.84375 11 L 22 11 L 22 9 L 20.84375 9 C 20.710938 8.351563 20.453125 7.75 20.09375 7.21875 L 20.84375 6.46875 L 19.4375 5.0625 L 18.6875 5.8125 C 18.183594 5.476563 17.609375 5.257813 17 5.125 L 17 4 Z M 15.9375 7 C 17.605469 7 18.9375 8.332031 18.9375 10 C 18.9375 11.667969 17.605469 13 15.9375 13 C 14.269531 13 12.9375 11.667969 12.9375 10 C 12.9375 8.332031 14.269531 7 15.9375 7 Z M 8 16 L 8 17.09375 C 7.328125 17.222656 6.703125 17.472656 6.15625 17.84375 L 5.375 17.0625 L 3.9375 18.46875 L 4.75 19.28125 C 4.410156 19.800781 4.160156 20.375 4.03125 21 L 3 21 L 3 23 L 4.03125 23 C 4.160156 23.625 4.410156 24.199219 4.75 24.71875 L 3.9375 25.53125 L 5.375 26.9375 L 6.15625 26.15625 C 6.703125 26.527344 7.328125 26.777344 8 26.90625 L 8 28 L 10 28 L 10 26.875 C 10.609375 26.742188 11.183594 26.523438 11.6875 26.1875 L 12.4375 26.9375 L 13.84375 25.53125 L 13.09375 24.78125 C 13.449219 24.257813 13.707031 23.667969 13.84375 23.03125 L 15.03125 23 L 14.96875 21 L 13.84375 21.03125 C 13.710938 20.371094 13.460938 19.757813 13.09375 19.21875 L 13.84375 18.46875 L 12.4375 17.0625 L 11.6875 17.8125 C 11.183594 17.476563 10.609375 17.257813 10 17.125 L 10 16 Z M 22 16 L 22 17.125 C 21.339844 17.253906 20.699219 17.480469 20.15625 17.84375 L 19.375 17.0625 L 17.9375 18.46875 L 18.75 19.28125 C 18.410156 19.796875 18.160156 20.378906 18.03125 21 L 17 21 L 17 23 L 18.03125 23 C 18.160156 23.621094 18.410156 24.203125 18.75 24.71875 L 17.9375 25.53125 L 19.375 26.9375 L 20.15625 26.15625 C 20.699219 26.519531 21.339844 26.746094 22 26.875 L 22 28 L 24 28 L 24 26.875 C 24.605469 26.742188 25.152344 26.488281 25.65625 26.15625 L 26.4375 26.9375 L 27.84375 25.53125 L 27.09375 24.78125 C 27.453125 24.257813 27.707031 23.671875 27.84375 23.03125 L 29.03125 23 L 28.96875 21 L 27.84375 21.03125 C 27.714844 20.378906 27.421875 19.785156 27.0625 19.25 L 27.84375 18.46875 L 26.4375 17.0625 L 25.65625 17.84375 C 25.160156 17.519531 24.59375 17.289063 24 17.15625 L 24 16 Z M 8.9375 19 C 10.605469 19 11.9375 20.332031 11.9375 22 C 11.9375 23.667969 10.605469 25 8.9375 25 C 7.269531 25 5.9375 23.667969 5.9375 22 C 5.9375 20.332031 7.269531 19 8.9375 19 Z M 22.9375 19 C 24.605469 19 25.9375 20.332031 25.9375 22 C 25.9375 23.667969 24.605469 25 22.9375 25 C 21.269531 25 19.9375 23.667969 19.9375 22 C 19.9375 20.332031 21.269531 19 22.9375 19 Z\"/></svg></li><li title=\"coins solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 21 4 C 19.207031 4 17.582031 4.335938 16.3125 4.96875 C 15.042969 5.601563 14 6.632813 14 8 L 14 12 C 14 12.128906 14.042969 12.253906 14.0625 12.375 C 13.132813 12.132813 12.101563 12 11 12 C 9.207031 12 7.582031 12.335938 6.3125 12.96875 C 5.042969 13.601563 4 14.632813 4 16 L 4 24 C 4 25.367188 5.042969 26.398438 6.3125 27.03125 C 7.582031 27.664063 9.207031 28 11 28 C 12.792969 28 14.417969 27.664063 15.6875 27.03125 C 16.957031 26.398438 18 25.367188 18 24 L 18 23.59375 C 18.917969 23.835938 19.921875 24 21 24 C 22.792969 24 24.417969 23.664063 25.6875 23.03125 C 26.957031 22.398438 28 21.367188 28 20 L 28 8 C 28 6.632813 26.957031 5.601563 25.6875 4.96875 C 24.417969 4.335938 22.792969 4 21 4 Z M 21 6 C 22.523438 6 23.878906 6.328125 24.78125 6.78125 C 25.683594 7.234375 26 7.710938 26 8 C 26 8.289063 25.683594 8.765625 24.78125 9.21875 C 23.878906 9.671875 22.523438 10 21 10 C 19.476563 10 18.121094 9.671875 17.21875 9.21875 C 16.316406 8.765625 16 8.289063 16 8 C 16 7.710938 16.316406 7.234375 17.21875 6.78125 C 18.121094 6.328125 19.476563 6 21 6 Z M 16 10.84375 C 16.105469 10.902344 16.203125 10.976563 16.3125 11.03125 C 17.582031 11.664063 19.207031 12 21 12 C 22.792969 12 24.417969 11.664063 25.6875 11.03125 C 25.796875 10.976563 25.894531 10.902344 26 10.84375 L 26 12 C 26 12.289063 25.683594 12.765625 24.78125 13.21875 C 23.878906 13.671875 22.523438 14 21 14 C 19.476563 14 18.121094 13.671875 17.21875 13.21875 C 16.316406 12.765625 16 12.289063 16 12 Z M 11 14 C 12.523438 14 13.878906 14.328125 14.78125 14.78125 C 15.683594 15.234375 16 15.710938 16 16 C 16 16.289063 15.683594 16.765625 14.78125 17.21875 C 13.878906 17.671875 12.523438 18 11 18 C 9.476563 18 8.121094 17.671875 7.21875 17.21875 C 6.316406 16.765625 6 16.289063 6 16 C 6 15.710938 6.316406 15.234375 7.21875 14.78125 C 8.121094 14.328125 9.476563 14 11 14 Z M 26 14.84375 L 26 16 C 26 16.289063 25.683594 16.765625 24.78125 17.21875 C 23.878906 17.671875 22.523438 18 21 18 C 19.863281 18 18.835938 17.8125 18 17.53125 L 18 16 C 18 15.871094 17.957031 15.746094 17.9375 15.625 C 18.867188 15.867188 19.898438 16 21 16 C 22.792969 16 24.417969 15.664063 25.6875 15.03125 C 25.796875 14.976563 25.894531 14.902344 26 14.84375 Z M 6 18.84375 C 6.105469 18.902344 6.203125 18.976563 6.3125 19.03125 C 7.582031 19.664063 9.207031 20 11 20 C 12.792969 20 14.417969 19.664063 15.6875 19.03125 C 15.796875 18.976563 15.894531 18.902344 16 18.84375 L 16 20 C 16 20.289063 15.683594 20.765625 14.78125 21.21875 C 13.878906 21.671875 12.523438 22 11 22 C 9.476563 22 8.121094 21.671875 7.21875 21.21875 C 6.316406 20.765625 6 20.289063 6 20 Z M 26 18.84375 L 26 20 C 26 20.289063 25.683594 20.765625 24.78125 21.21875 C 23.878906 21.671875 22.523438 22 21 22 C 19.863281 22 18.835938 21.839844 18 21.5625 L 18 19.625 C 18.917969 19.867188 19.917969 20 21 20 C 22.792969 20 24.417969 19.664063 25.6875 19.03125 C 25.796875 18.976563 25.894531 18.902344 26 18.84375 Z M 6 22.84375 C 6.105469 22.902344 6.203125 22.976563 6.3125 23.03125 C 7.582031 23.664063 9.207031 24 11 24 C 12.792969 24 14.417969 23.664063 15.6875 23.03125 C 15.796875 22.976563 15.894531 22.902344 16 22.84375 L 16 24 C 16 24.289063 15.683594 24.765625 14.78125 25.21875 C 13.878906 25.671875 12.523438 26 11 26 C 9.476563 26 8.121094 25.671875 7.21875 25.21875 C 6.316406 24.765625 6 24.289063 6 24 Z\"/></svg></li><li title=\"columns solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 Z M 7 7 L 15 7 L 15 25 L 7 25 Z M 17 7 L 25 7 L 25 25 L 17 25 Z\"/></svg></li><li title=\"comment alt solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 3 5 L 3 23 L 8 23 L 8 28.078125 L 14.351563 23 L 29 23 L 29 5 Z M 5 7 L 27 7 L 27 21 L 13.648438 21 L 10 23.917969 L 10 21 L 5 21 Z\"/></svg></li><li title=\"comment alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 3 5 L 3 23 L 8 23 L 8 28.078125 L 14.351563 23 L 29 23 L 29 5 Z M 5 7 L 27 7 L 27 21 L 13.648438 21 L 10 23.917969 L 10 21 L 5 21 Z\"/></svg></li><li title=\"comment dollar solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 3 6 L 3 26 L 12.585938 26 L 16 29.414062 L 19.414062 26 L 29 26 L 29 6 L 3 6 z M 5 8 L 27 8 L 27 24 L 18.585938 24 L 16 26.585938 L 13.414062 24 L 5 24 L 5 8 z M 15 10 L 15 11.1875 C 13.844 11.6055 13 12.708953 13 14.001953 C 13 15.646953 14.355 17.001953 16 17.001953 C 16.566 17.001953 17 17.435953 17 18.001953 C 17 18.567953 16.566 19.001953 16 19.001953 C 15.434 19.001953 15 18.567953 15 18.001953 L 13 18.001953 C 13 19.294953 13.844 20.396453 15 20.814453 L 15 22 L 17 22 L 17 20.8125 C 18.156 20.3945 19 19.291047 19 17.998047 C 19 16.353047 17.645 14.998047 16 14.998047 C 15.434 14.998047 15 14.564047 15 13.998047 C 15 13.432047 15.434 12.998047 16 12.998047 C 16.566 12.998047 17 13.432047 17 13.998047 L 19 13.998047 C 19 12.705047 18.156 11.603547 17 11.185547 L 17 10 L 15 10 z\"/></svg></li><li title=\"comment dots solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 3 5 L 3 23 L 8 23 L 8 28.078125 L 14.351563 23 L 29 23 L 29 5 Z M 5 7 L 27 7 L 27 21 L 13.648438 21 L 10 23.917969 L 10 21 L 5 21 Z M 10 12 C 8.894531 12 8 12.894531 8 14 C 8 15.105469 8.894531 16 10 16 C 11.105469 16 12 15.105469 12 14 C 12 12.894531 11.105469 12 10 12 Z M 16 12 C 14.894531 12 14 12.894531 14 14 C 14 15.105469 14.894531 16 16 16 C 17.105469 16 18 15.105469 18 14 C 18 12.894531 17.105469 12 16 12 Z M 22 12 C 20.894531 12 20 12.894531 20 14 C 20 15.105469 20.894531 16 22 16 C 23.105469 16 24 15.105469 24 14 C 24 12.894531 23.105469 12 22 12 Z\"/></svg></li><li title=\"comment dots \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 3 5 L 3 23 L 8 23 L 8 28.078125 L 14.351563 23 L 29 23 L 29 5 Z M 5 7 L 27 7 L 27 21 L 13.648438 21 L 10 23.917969 L 10 21 L 5 21 Z M 10 12 C 8.894531 12 8 12.894531 8 14 C 8 15.105469 8.894531 16 10 16 C 11.105469 16 12 15.105469 12 14 C 12 12.894531 11.105469 12 10 12 Z M 16 12 C 14.894531 12 14 12.894531 14 14 C 14 15.105469 14.894531 16 16 16 C 17.105469 16 18 15.105469 18 14 C 18 12.894531 17.105469 12 16 12 Z M 22 12 C 20.894531 12 20 12.894531 20 14 C 20 15.105469 20.894531 16 22 16 C 23.105469 16 24 15.105469 24 14 C 24 12.894531 23.105469 12 22 12 Z\"/></svg></li><li title=\"comment medical solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 3 6 L 3 26 L 12.585938 26 L 16 29.414062 L 19.414062 26 L 29 26 L 29 6 L 3 6 z M 5 8 L 27 8 L 27 24 L 18.585938 24 L 16 26.585938 L 13.414062 24 L 5 24 L 5 8 z M 15 11 L 15 15 L 11 15 L 11 17 L 15 17 L 15 21 L 17 21 L 17 17 L 21 17 L 21 15 L 17 15 L 17 11 L 15 11 z\"/></svg></li><li title=\"comment slash solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 3.7070312 2.2929688 L 2.2929688 3.7070312 L 28.292969 29.707031 L 29.707031 28.292969 L 27.414062 26 L 29 26 L 29 6 L 7.4140625 6 L 3.7070312 2.2929688 z M 3 7.2421875 L 3 26 L 12.585938 26 L 16 29.414062 L 19.414062 26 L 21.757812 26 L 19.757812 24 L 18.585938 24 L 16 26.585938 L 13.414062 24 L 5 24 L 5 9.2421875 L 3 7.2421875 z M 9.4140625 8 L 27 8 L 27 24 L 25.414062 24 L 9.4140625 8 z\"/></svg></li><li title=\"comment solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 3 6 L 3 26 L 12.585938 26 L 16 29.414063 L 19.414063 26 L 29 26 L 29 6 Z M 5 8 L 27 8 L 27 24 L 18.585938 24 L 16 26.585938 L 13.414063 24 L 5 24 Z M 9 11 L 9 13 L 23 13 L 23 11 Z M 9 15 L 9 17 L 23 17 L 23 15 Z M 9 19 L 9 21 L 19 21 L 19 19 Z\"/></svg></li><li title=\"comment \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 3 6 L 3 26 L 12.585938 26 L 16 29.414063 L 19.414063 26 L 29 26 L 29 6 Z M 5 8 L 27 8 L 27 24 L 18.585938 24 L 16 26.585938 L 13.414063 24 L 5 24 Z M 9 11 L 9 13 L 23 13 L 23 11 Z M 9 15 L 9 17 L 23 17 L 23 15 Z M 9 19 L 9 21 L 19 21 L 19 19 Z\"/></svg></li><li title=\"comments dollar solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 2 3 L 2 21 L 6 21 L 6 26.09375 L 7.625 24.78125 L 12.34375 21 L 22 21 L 22 3 L 2 3 z M 4 5 L 20 5 L 20 19 L 11.65625 19 L 11.375 19.21875 L 8 21.90625 L 8 19 L 4 19 L 4 5 z M 11 7 L 11 8.0390625 C 9.879 8.2270625 9 9.203 9 10.375 C 9 11.129 9.422375 11.827875 10.109375 12.171875 L 13 13.617188 C 12.996 13.840187 12.840187 14 12.617188 14 L 11.382812 14 C 11.159812 14 11 13.840188 11 13.617188 L 11 13 L 9 13 L 9 13.617188 C 9 14.789188 9.875 15.772937 11 15.960938 L 11 17 L 13 17 L 13 15.960938 C 14.125 15.772937 15 14.789188 15 13.617188 C 15 12.863188 14.569531 12.168125 13.894531 11.828125 L 11 10.378906 C 11.008 10.386906 11 10.379 11 10.375 C 11 10.152 11.155812 10 11.382812 10 L 12.617188 10 C 12.840188 10 13 10.159813 13 10.382812 L 13 11 L 15 11 L 15 10.382812 C 15 9.2108125 14.125 8.2270625 13 8.0390625 L 13 7 L 11 7 z M 24 9 L 24 11 L 28 11 L 28 23 L 24 23 L 24 25.90625 L 20.34375 23 L 12.84375 23 L 10.34375 25 L 19.65625 25 L 26 30.09375 L 26 25 L 30 25 L 30 9 L 24 9 z\"/></svg></li><li title=\"comments solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 2 5 L 2 21 L 6 21 L 6 26.09375 L 7.625 24.78125 L 12.34375 21 L 22 21 L 22 5 Z M 4 7 L 20 7 L 20 19 L 11.65625 19 L 11.375 19.21875 L 8 21.90625 L 8 19 L 4 19 Z M 24 9 L 24 11 L 28 11 L 28 23 L 24 23 L 24 25.90625 L 20.34375 23 L 12.84375 23 L 10.34375 25 L 19.65625 25 L 26 30.09375 L 26 25 L 30 25 L 30 9 Z\"/></svg></li><li title=\"comments \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 2 5 L 2 21 L 6 21 L 6 26.09375 L 7.625 24.78125 L 12.34375 21 L 22 21 L 22 5 Z M 4 7 L 20 7 L 20 19 L 11.65625 19 L 11.375 19.21875 L 8 21.90625 L 8 19 L 4 19 Z M 24 9 L 24 11 L 28 11 L 28 23 L 24 23 L 24 25.90625 L 20.34375 23 L 12.84375 23 L 10.34375 25 L 19.65625 25 L 26 30.09375 L 26 25 L 30 25 L 30 9 Z\"/></svg></li><li title=\"compact disc solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 9.382813 4 4 9.382813 4 16 C 4 22.617188 9.382813 28 16 28 C 22.617188 28 28 22.617188 28 16 C 28 9.382813 22.617188 4 16 4 Z M 16 6 C 21.535156 6 26 10.464844 26 16 C 26 21.535156 21.535156 26 16 26 C 10.464844 26 6 21.535156 6 16 C 6 10.464844 10.464844 6 16 6 Z M 13.21875 8.5 C 11.042969 9.308594 9.308594 11.042969 8.5 13.21875 L 10.375 13.90625 C 10.980469 12.277344 12.277344 10.980469 13.90625 10.375 Z M 16 13 C 14.355469 13 13 14.355469 13 16 C 13 17.644531 14.355469 19 16 19 C 17.644531 19 19 17.644531 19 16 C 19 14.355469 17.644531 13 16 13 Z M 16 15 C 16.5625 15 17 15.4375 17 16 C 17 16.5625 16.5625 17 16 17 C 15.4375 17 15 16.5625 15 16 C 15 15.4375 15.4375 15 16 15 Z M 21.625 18.09375 C 21.019531 19.722656 19.722656 21.019531 18.09375 21.625 L 18.78125 23.5 C 20.957031 22.691406 22.691406 20.957031 23.5 18.78125 Z\"/></svg></li><li title=\"compass solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 9.382813 4 4 9.382813 4 16 C 4 22.617188 9.382813 28 16 28 C 22.617188 28 28 22.617188 28 16 C 28 9.382813 22.617188 4 16 4 Z M 14.96875 6.0625 C 14.980469 6.0625 14.988281 6.0625 15 6.0625 L 15 7 L 17 7 L 17 6.0625 C 21.738281 6.527344 25.472656 10.261719 25.9375 15 L 25 15 L 25 17 L 25.9375 17 C 25.472656 21.738281 21.738281 25.472656 17 25.9375 L 17 25 L 15 25 L 15 25.9375 C 10.261719 25.472656 6.527344 21.738281 6.0625 17 L 7 17 L 7 15 L 6.0625 15 C 6.527344 10.269531 10.246094 6.539063 14.96875 6.0625 Z M 22.5 9.5 L 14.15625 14.15625 L 9.5 22.5 L 17.84375 17.84375 Z M 16 14.5 C 16.828125 14.5 17.5 15.171875 17.5 16 C 17.5 16.828125 16.828125 17.5 16 17.5 C 15.171875 17.5 14.5 16.828125 14.5 16 C 14.5 15.171875 15.171875 14.5 16 14.5 Z\"/></svg></li><li title=\"compass \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 9.382813 4 4 9.382813 4 16 C 4 22.617188 9.382813 28 16 28 C 22.617188 28 28 22.617188 28 16 C 28 9.382813 22.617188 4 16 4 Z M 14.96875 6.0625 C 14.980469 6.0625 14.988281 6.0625 15 6.0625 L 15 7 L 17 7 L 17 6.0625 C 21.738281 6.527344 25.472656 10.261719 25.9375 15 L 25 15 L 25 17 L 25.9375 17 C 25.472656 21.738281 21.738281 25.472656 17 25.9375 L 17 25 L 15 25 L 15 25.9375 C 10.261719 25.472656 6.527344 21.738281 6.0625 17 L 7 17 L 7 15 L 6.0625 15 C 6.527344 10.269531 10.246094 6.539063 14.96875 6.0625 Z M 22.5 9.5 L 14.15625 14.15625 L 9.5 22.5 L 17.84375 17.84375 Z M 16 14.5 C 16.828125 14.5 17.5 15.171875 17.5 16 C 17.5 16.828125 16.828125 17.5 16 17.5 C 15.171875 17.5 14.5 16.828125 14.5 16 C 14.5 15.171875 15.171875 14.5 16 14.5 Z\"/></svg></li><li title=\"compress arrows alt solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 4.71875 3.28125 L 3.28125 4.71875 L 10.5625 12 L 5 12 L 5 14 L 14 14 L 14 5 L 12 5 L 12 10.5625 Z M 27.28125 3.28125 L 20 10.5625 L 20 5 L 18 5 L 18 14 L 27 14 L 27 12 L 21.4375 12 L 28.71875 4.71875 Z M 5 18 L 5 20 L 10.5625 20 L 3.28125 27.28125 L 4.71875 28.71875 L 12 21.4375 L 12 27 L 14 27 L 14 18 Z M 18 18 L 18 27 L 20 27 L 20 21.4375 L 27.28125 28.71875 L 28.71875 27.28125 L 21.4375 20 L 27 20 L 27 18 Z\"/></svg></li><li title=\"compress solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 11 4 L 11 11 L 4 11 L 4 13 L 13 13 L 13 4 L 11 4 z M 19 4 L 19 13 L 28 13 L 28 11 L 21 11 L 21 4 L 19 4 z M 4 19 L 4 21 L 11 21 L 11 28 L 13 28 L 13 19 L 4 19 z M 19 19 L 19 28 L 21 28 L 21 21 L 28 21 L 28 19 L 19 19 z\"/></svg></li><li title=\"concierge bell solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 13 6 L 13 8 L 19 8 L 19 6 Z M 16 9 C 9.703125 9 4.574219 13.839844 4.0625 20 L 2 20 L 2 25 L 30 25 L 30 20 L 27.9375 20 C 27.425781 13.839844 22.296875 9 16 9 Z M 16 11 C 21.226563 11 25.445313 14.914063 25.9375 20 L 6.0625 20 C 6.554688 14.914063 10.773438 11 16 11 Z M 4 22 L 28 22 L 28 23 L 4 23 Z\"/></svg></li><li title=\"confluence \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 22.507812 5 C 22.271812 5 22.040344 5.1123125 21.902344 5.3203125 C 21.892344 5.3303125 21.883047 5.3510937 21.873047 5.3710938 C 20.424047 7.7940938 19.528094 8.8769531 17.996094 8.8769531 C 16.341094 8.8769531 13.942734 7.6111563 9.3027344 5.4101562 C 9.2017344 5.3601563 9.0942812 5.3378906 8.9882812 5.3378906 C 8.7192812 5.3378906 8.4590781 5.4929531 8.3300781 5.7519531 C 8.3300781 5.7519531 8.3303125 5.7614844 8.3203125 5.7714844 L 6.0664062 10.882812 C 5.8964063 11.243813 6.0667344 11.673984 6.4277344 11.833984 C 7.4197344 12.304984 9.3927812 13.237609 11.175781 14.099609 C 13.989781 15.459609 16.32625 16 18.28125 16 C 24.04425 16 26.471578 11.298063 27.892578 9.0390625 C 28.102578 8.6980625 27.992344 8.256875 27.652344 8.046875 L 22.914062 5.1210938 C 22.788062 5.0390937 22.646812 5 22.507812 5 z M 22.923828 7.4765625 L 25.515625 9.078125 C 23.836625 11.733125 21.92925 14 18.28125 14 C 16.47825 14 14.381875 13.427828 12.046875 12.298828 C 10.788875 11.690828 9.4344844 11.046687 8.3964844 10.554688 L 9.6210938 7.7792969 C 9.7920937 7.8612969 9.9590469 7.9415312 10.123047 8.0195312 C 13.977047 9.8615313 16.099141 10.876953 17.994141 10.876953 C 20.297141 10.876953 21.637828 9.4645625 22.923828 7.4765625 z M 13.710938 16 C 7.9469375 16 5.5224219 20.724844 4.1074219 22.964844 C 3.8974219 23.305844 4.0066563 23.75775 4.3476562 23.96875 L 9.0996094 26.890625 C 9.2196094 26.964625 9.3514219 27 9.4824219 27 C 9.7254219 27 9.9655625 26.878391 10.101562 26.650391 C 11.544562 24.221391 12.437469 23.136719 13.980469 23.136719 C 15.634469 23.136719 18.030406 24.401375 22.691406 26.609375 C 22.795406 26.660375 22.904719 26.685547 23.011719 26.685547 C 23.284719 26.685547 23.541063 26.529531 23.664062 26.269531 C 23.674063 26.269531 23.673828 26.258047 23.673828 26.248047 L 25.939453 21.128906 C 26.099453 20.767906 25.929359 20.336781 25.568359 20.175781 C 24.576359 19.703781 22.600172 18.770016 20.826172 17.916016 C 18.008172 16.545016 15.667938 16 13.710938 16 z M 13.710938 18 C 15.514938 18 17.615938 18.57775 19.960938 19.71875 C 21.214938 20.32175 22.567469 20.964031 23.605469 21.457031 L 22.373047 24.242188 C 22.184047 24.152188 22.000312 24.064516 21.820312 23.978516 C 17.982312 22.145516 15.868469 21.136719 13.980469 21.136719 C 11.674469 21.136719 10.3375 22.540531 9.0625 24.519531 L 6.4804688 22.933594 C 8.1614687 20.275594 10.064937 18 13.710938 18 z\"/></svg></li><li title=\"connectdevelop \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 9.15625 4.1875 L 8.875 4.6875 L 2.625 15.59375 L 2.34375 16.09375 L 2.625 16.59375 L 8.875 27.5 L 9.15625 28 L 22.84375 28 L 23.125 27.5 L 29.375 16.59375 L 29.65625 16.09375 L 29.375 15.59375 L 23.125 4.6875 L 22.84375 4.1875 Z M 11.59375 6.1875 L 17.71875 6.1875 L 13.15625 7.8125 Z M 20.71875 6.1875 L 16.125 10.875 L 13.9375 8.59375 Z M 10.28125 6.28125 L 12.15625 8.1875 L 10.25 8.875 L 10.25 6.34375 Z M 21.8125 6.46875 L 24.4375 11 L 20.40625 15.28125 L 16.84375 11.59375 Z M 9.25 8.09375 L 9.25 9.21875 L 8.4375 9.5 Z M 12.90625 8.96875 L 15.4375 11.59375 L 11.71875 15.375 L 10.25 13.8125 L 10.25 9.9375 Z M 9.25 10.28125 L 9.25 12.75 L 7.59375 10.96875 L 7.65625 10.84375 Z M 7.0625 11.875 L 9.25 14.21875 L 9.25 17.9375 L 7.03125 20.21875 L 4.65625 16.09375 Z M 24.875 12 L 23.5 18.46875 L 21.09375 16 Z M 16.125 12.3125 L 19.71875 16 L 16 19.9375 L 12.40625 16.125 Z M 25.65625 13.15625 L 27.34375 16.09375 L 25.0625 20.0625 L 24.375 19.34375 Z M 10.25 15.28125 L 11.03125 16.09375 L 10.25 16.90625 Z M 20.40625 16.71875 L 23.28125 19.65625 L 22.9375 21.25 L 17.21875 21.25 L 16.6875 20.6875 Z M 11.71875 16.84375 L 15.3125 20.6875 L 14.75 21.25 L 10.25 21.25 L 10.25 18.3125 Z M 9.25 19.34375 L 9.25 21.25 L 7.625 21.25 L 7.53125 21.125 Z M 24.125 20.53125 L 24.53125 20.96875 L 24.375 21.25 L 23.96875 21.25 Z M 8.1875 22.25 L 9.25 22.25 L 9.25 24.09375 Z M 10.25 22.25 L 13.8125 22.25 L 10.3125 25.96875 L 10.25 25.84375 Z M 15.1875 22.25 L 16.78125 22.25 L 20.28125 26 L 11.65625 26 Z M 18.15625 22.25 L 22.71875 22.25 L 22.09375 25.25 L 21.65625 26 Z M 23.75 22.25 L 23.8125 22.25 L 23.71875 22.40625 Z\"/></svg></li><li title=\"contao \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5.65625 5.46875 C 4.75 5.46875 4 6.1875 4 7.09375 L 4 24.90625 C 4 25.8125 4.75 26.53125 5.65625 26.53125 L 9.375 26.53125 C 7.777344 24.785156 7.054688 22.253906 7 22.03125 C 6.761719 21.082031 5.828125 16.929688 5.5 14.96875 C 5.367188 14.179688 5.28125 13.3125 5.28125 12.1875 C 5.28125 8.605469 7.144531 6.472656 8.34375 5.46875 Z M 22.15625 5.46875 C 23.769531 6.917969 24.65625 9.40625 24.65625 9.40625 L 18.25 10.75 C 18.25 10.75 17.304688 8.625 15.125 8.625 C 13.9375 8.625 11.78125 9.457031 11.78125 11.59375 C 11.78125 12.976563 12.265625 15.867188 12.90625 18.625 C 13.683594 21.964844 14.527344 23.71875 16.6875 23.71875 C 20.242188 23.71875 20.21875 20.1875 20.21875 20.1875 L 26.65625 18.75 C 26.65625 18.75 26.65625 19.394531 26.65625 20.3125 C 26.65625 23.421875 24.632813 25.851563 24 26.53125 L 26.34375 26.53125 C 27.25 26.53125 28 25.8125 28 24.90625 L 28 7.09375 C 28 6.1875 27.25 5.46875 26.34375 5.46875 Z\"/></svg></li><li title=\"cookie bite solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 9.371094 4 4 9.371094 4 16 C 4 22.628906 9.371094 28 16 28 C 22.628906 28 28 22.628906 28 16 C 28 15.515625 27.964844 15.039063 27.90625 14.566406 C 27.507813 14.839844 27.023438 15 26.5 15 C 25.421875 15 24.511719 14.3125 24.160156 13.359375 C 23.535156 13.757813 22.796875 14 22 14 C 19.789063 14 18 12.210938 18 10 C 18 9.265625 18.210938 8.585938 18.558594 7.992188 C 18.539063 7.996094 18.519531 8 18.5 8 C 17.117188 8 16 6.882813 16 5.5 C 16 4.941406 16.1875 4.433594 16.496094 4.019531 C 16.332031 4.011719 16.167969 4 16 4 Z M 23.5 4 C 22.671875 4 22 4.671875 22 5.5 C 22 6.328125 22.671875 7 23.5 7 C 24.328125 7 25 6.328125 25 5.5 C 25 4.671875 24.328125 4 23.5 4 Z M 14.050781 6.1875 C 14.25 7.476563 15 8.585938 16.046875 9.273438 C 16.015625 9.511719 16 9.757813 16 10 C 16 13.308594 18.691406 16 22 16 C 22.496094 16 22.992188 15.9375 23.46875 15.8125 C 24.152344 16.4375 25.015625 16.851563 25.953125 16.96875 C 25.464844 22.03125 21.1875 26 16 26 C 10.484375 26 6 21.515625 6 16 C 6 11.152344 9.46875 7.097656 14.050781 6.1875 Z M 22 9 C 21.449219 9 21 9.449219 21 10 C 21 10.550781 21.449219 11 22 11 C 22.550781 11 23 10.550781 23 10 C 23 9.449219 22.550781 9 22 9 Z M 14 10 C 13.449219 10 13 10.449219 13 11 C 13 11.550781 13.449219 12 14 12 C 14.550781 12 15 11.550781 15 11 C 15 10.449219 14.550781 10 14 10 Z M 27 10 C 26.449219 10 26 10.449219 26 11 C 26 11.550781 26.449219 12 27 12 C 27.550781 12 28 11.550781 28 11 C 28 10.449219 27.550781 10 27 10 Z M 11 13 C 9.894531 13 9 13.894531 9 15 C 9 16.105469 9.894531 17 11 17 C 12.105469 17 13 16.105469 13 15 C 13 13.894531 12.105469 13 11 13 Z M 16 15 C 15.449219 15 15 15.449219 15 16 C 15 16.550781 15.449219 17 16 17 C 16.550781 17 17 16.550781 17 16 C 17 15.449219 16.550781 15 16 15 Z M 12.5 19 C 11.671875 19 11 19.671875 11 20.5 C 11 21.328125 11.671875 22 12.5 22 C 13.328125 22 14 21.328125 14 20.5 C 14 19.671875 13.328125 19 12.5 19 Z M 19.5 20 C 18.671875 20 18 20.671875 18 21.5 C 18 22.328125 18.671875 23 19.5 23 C 20.328125 23 21 22.328125 21 21.5 C 21 20.671875 20.328125 20 19.5 20 Z\"/></svg></li><li title=\"cookie solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 8.832 23.168 3 16 3 z M 16 5 C 22.065 5 27 9.935 27 16 C 27 22.065 22.065 27 16 27 C 9.935 27 5 22.065 5 16 C 5 9.935 9.935 5 16 5 z M 14 9 A 1 1 0 0 0 14 11 A 1 1 0 0 0 14 9 z M 19.5 10 A 1.5 1.5 0 0 0 19.5 13 A 1.5 1.5 0 0 0 19.5 10 z M 11 13 A 2 2 0 0 0 11 17 A 2 2 0 0 0 11 13 z M 17 15 A 1 1 0 0 0 17 17 A 1 1 0 0 0 17 15 z M 22 16 A 1 1 0 0 0 22 18 A 1 1 0 0 0 22 16 z M 12.5 19 A 1.5 1.5 0 0 0 12.5 22 A 1.5 1.5 0 0 0 12.5 19 z M 19.5 20 A 1.5 1.5 0 0 0 19.5 23 A 1.5 1.5 0 0 0 19.5 20 z\"/></svg></li><li title=\"copy solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 4 4 L 4 24 L 11 24 L 11 22 L 6 22 L 6 6 L 18 6 L 18 7 L 20 7 L 20 4 Z M 12 8 L 12 28 L 28 28 L 28 8 Z M 14 10 L 26 10 L 26 26 L 14 26 Z\"/></svg></li><li title=\"copy \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 4 4 L 4 24 L 11 24 L 11 22 L 6 22 L 6 6 L 18 6 L 18 7 L 20 7 L 20 4 Z M 12 8 L 12 28 L 28 28 L 28 8 Z M 14 10 L 26 10 L 26 26 L 14 26 Z\"/></svg></li><li title=\"copyright solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832031 3 3 8.832031 3 16 C 3 23.167969 8.832031 29 16 29 C 23.167969 29 29 23.167969 29 16 C 29 8.832031 23.167969 3 16 3 Z M 16 5 C 22.085938 5 27 9.914063 27 16 C 27 22.085938 22.085938 27 16 27 C 9.914063 27 5 22.085938 5 16 C 5 9.914063 9.914063 5 16 5 Z M 15.90625 10 C 12.582031 10 9.90625 12.675781 9.90625 16 C 9.90625 19.324219 12.582031 22 15.90625 22 C 18.304688 22 20.355469 20.5625 21.3125 18.53125 L 19.5 17.6875 C 18.855469 19.058594 17.507813 20 15.90625 20 C 13.628906 20 11.90625 18.277344 11.90625 16 C 11.90625 13.722656 13.628906 12 15.90625 12 C 17.507813 12 18.855469 12.941406 19.5 14.3125 L 21.3125 13.46875 C 20.355469 11.4375 18.304688 10 15.90625 10 Z\"/></svg></li><li title=\"copyright \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832031 3 3 8.832031 3 16 C 3 23.167969 8.832031 29 16 29 C 23.167969 29 29 23.167969 29 16 C 29 8.832031 23.167969 3 16 3 Z M 16 5 C 22.085938 5 27 9.914063 27 16 C 27 22.085938 22.085938 27 16 27 C 9.914063 27 5 22.085938 5 16 C 5 9.914063 9.914063 5 16 5 Z M 15.90625 10 C 12.582031 10 9.90625 12.675781 9.90625 16 C 9.90625 19.324219 12.582031 22 15.90625 22 C 18.304688 22 20.355469 20.5625 21.3125 18.53125 L 19.5 17.6875 C 18.855469 19.058594 17.507813 20 15.90625 20 C 13.628906 20 11.90625 18.277344 11.90625 16 C 11.90625 13.722656 13.628906 12 15.90625 12 C 17.507813 12 18.855469 12.941406 19.5 14.3125 L 21.3125 13.46875 C 20.355469 11.4375 18.304688 10 15.90625 10 Z\"/></svg></li><li title=\"cotton bureau \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 15.400391 3 C 8.7003906 3 3 9 3 16 C 3 23 8.7007812 29 15.300781 29 L 17.099609 29 C 22.199609 29 26.900391 25.6 28.900391 21 L 26.800781 21 C 25.028321 24.265058 21.687618 26.658048 18 26.964844 L 18 25.199219 C 18 23.890885 18.557771 22.721122 19.568359 22.021484 L 19.597656 22.001953 L 19.876953 21.779297 C 20.380488 21.91846 20.921601 22 21.5 22 C 23.249999 22 24.689774 21.307744 25.623047 20.257812 C 26.556319 19.207881 27 17.847222 27 16.5 C 27 15.152778 26.556319 13.792119 25.623047 12.742188 C 24.837383 11.858316 23.689203 11.233939 22.302734 11.056641 C 22.094247 10.216386 21.719521 9.413221 21.123047 8.7421875 C 20.189774 7.6922556 18.749999 7 17 7 C 15.250001 7 13.810226 7.6922556 12.876953 8.7421875 C 12.280479 9.413221 11.905753 10.216386 11.697266 11.056641 C 10.310797 11.233939 9.1626162 11.858316 8.3769531 12.742188 C 7.4436807 13.792118 7 15.152778 7 16.5 C 7 17.847222 7.4436807 19.207881 8.3769531 20.257812 C 9.3102255 21.307744 10.750001 22 12.5 22 C 13.078399 22 13.619512 21.91846 14.123047 21.779297 L 14.402344 22.001953 L 14.431641 22.021484 C 15.442226 22.721123 16 23.890885 16 25.199219 L 16 27 L 15.400391 27 C 9.7003906 27 5 22 5 16 C 5 10 9.7007812 5 15.300781 5 L 17.099609 5 C 21.099609 5 24.899219 7.5 26.699219 11 L 29 11 C 27 6.4 22.299219 3 17.199219 3 L 15.400391 3 z M 17 9 C 18.249999 9 19.060226 9.4327449 19.626953 10.070312 C 19.895918 10.372898 20.101298 10.734474 20.248047 11.125 C 19.061082 11.368913 18.076908 11.954739 17.376953 12.742188 C 17.239239 12.897116 17.116541 13.061097 17 13.228516 C 16.883459 13.061097 16.760761 12.897116 16.623047 12.742188 C 15.923092 11.954738 14.938918 11.368913 13.751953 11.125 C 13.898702 10.734474 14.104082 10.372898 14.373047 10.070312 C 14.939774 9.4327449 15.750001 9 17 9 z M 11.550781 13.105469 C 11.664925 14.247553 12.083859 15.365582 12.876953 16.257812 C 13.576908 17.045261 14.561082 17.631087 15.748047 17.875 C 15.601298 18.265526 15.395918 18.627102 15.126953 18.929688 C 14.560226 19.567256 13.749999 20 12.5 20 C 11.250001 20 10.439774 19.567256 9.8730469 18.929688 C 9.3063199 18.292119 9 17.402778 9 16.5 C 9 15.597222 9.3063199 14.707881 9.8730469 14.070312 C 10.279894 13.612609 10.820336 13.267729 11.550781 13.105469 z M 22.449219 13.105469 C 23.179664 13.267729 23.720106 13.612609 24.126953 14.070312 C 24.69368 14.707882 25 15.597222 25 16.5 C 25 17.402778 24.69368 18.292119 24.126953 18.929688 C 23.560226 19.567256 22.749999 20 21.5 20 C 20.250001 20 19.439774 19.567256 18.873047 18.929688 C 18.604082 18.627102 18.398702 18.265526 18.251953 17.875 C 19.438918 17.631087 20.423092 17.045261 21.123047 16.257812 C 21.916141 15.365582 22.335075 14.247553 22.449219 13.105469 z M 13.554688 13.138672 C 14.228197 13.310938 14.741114 13.636243 15.126953 14.070312 C 15.558595 14.555911 15.836078 15.188928 15.945312 15.861328 C 15.271803 15.689062 14.758886 15.363757 14.373047 14.929688 C 13.941405 14.444089 13.663922 13.811072 13.554688 13.138672 z M 20.445312 13.138672 C 20.336078 13.811072 20.058595 14.444089 19.626953 14.929688 C 19.241114 15.363757 18.728197 15.689062 18.054688 15.861328 C 18.163922 15.188928 18.441405 14.555911 18.873047 14.070312 C 19.258886 13.636243 19.771803 13.310938 20.445312 13.138672 z M 17 19.771484 C 17.116541 19.938903 17.239239 20.102884 17.376953 20.257812 C 17.548168 20.450429 17.741215 20.626494 17.945312 20.792969 C 17.572822 21.166686 17.277551 21.603421 17 22.046875 C 16.722449 21.603421 16.427178 21.166686 16.054688 20.792969 C 16.258785 20.626494 16.451832 20.450429 16.623047 20.257812 C 16.760761 20.102884 16.883459 19.938903 17 19.771484 z\"/></svg></li><li title=\"couch solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6 7 C 4.355469 7 3 8.355469 3 10 L 3 12.1875 C 1.84375 12.605469 1 13.707031 1 15 L 1 26 L 3 26 L 3 24 L 29 24 L 29 26 L 31 26 L 31 15 C 31 13.707031 30.15625 12.605469 29 12.1875 L 29 10 C 29 8.355469 27.644531 7 26 7 Z M 6 9 L 26 9 C 26.554688 9 27 9.445313 27 10 L 27 12.1875 C 25.84375 12.605469 25 13.707031 25 15 L 25 17 L 7 17 L 7 15 C 7 13.707031 6.15625 12.605469 5 12.1875 L 5 10 C 5 9.445313 5.445313 9 6 9 Z M 4 14 C 4.554688 14 5 14.445313 5 15 L 5 19 L 27 19 L 27 15 C 27 14.445313 27.445313 14 28 14 C 28.554688 14 29 14.445313 29 15 L 29 22 L 3 22 L 3 15 C 3 14.445313 3.445313 14 4 14 Z\"/></svg></li><li title=\"cpanel \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6.1191406 12 C 5.7591406 12 5.4903906 12.219063 5.4003906 12.539062 L 3.6601562 19 L 4.890625 18.990234 C 5.230625 18.990234 5.5096094 18.770937 5.5996094 18.460938 L 6.890625 13.710938 L 7.8808594 13.710938 C 8.3008594 13.710937 8.6907813 13.989219 8.8007812 14.449219 C 8.9207813 14.989219 8.5008594 15.570312 7.8808594 15.570312 L 7.3691406 15.570312 C 7.0191406 15.570312 6.7403906 15.799609 6.6503906 16.099609 L 6.3300781 17.279297 L 7.9296875 17.279297 C 9.7896875 17.279297 10.849531 15.489063 10.519531 14.039062 C 10.239531 12.809063 9.1707031 12 7.9707031 12 L 6.1191406 12 z M 30.720703 12 C 30.470703 12 30.259219 12.160625 30.199219 12.390625 L 28.419922 19 C 29.449922 19 30.410156 18.309297 30.660156 17.279297 L 31.990234 12.410156 C 32.050234 12.200156 31.890156 12 31.660156 12 L 30.720703 12 z M 11.351562 14 L 11.189453 14.623047 C 11.075453 15.077047 11.398328 15.492188 11.861328 15.492188 L 14.574219 15.492188 C 14.763219 15.492187 14.686734 15.691281 14.677734 15.738281 L 14.271484 17.232422 C 14.252484 17.298422 14.224813 17.478516 14.007812 17.478516 L 12.361328 17.478516 C 12.106328 17.478516 12.106328 17.109375 12.361328 17.109375 L 13.382812 17.109375 C 13.703812 17.109375 13.959687 16.892609 14.054688 16.599609 L 14.214844 15.984375 L 11.927734 15.984375 C 10.075734 15.984375 9.8683906 18.980469 11.900391 18.980469 L 14.611328 18.990234 C 15.140328 18.990234 15.58675 18.649438 15.71875 18.148438 L 16.380859 15.720703 C 16.607859 14.822703 15.926109 14 15.037109 14 L 11.351562 14 z M 2.5039062 14.009766 C 1.4169063 14.009766 0.42203125 14.6705 0.08203125 15.9375 C -0.33396875 17.5255 0.87707812 19 2.4550781 19 L 3.0410156 19 L 3.3808594 17.771484 C 3.4378594 17.563484 3.276125 17.382812 3.078125 17.382812 L 2.5390625 17.382812 C 1.3760625 17.382812 1.3670625 15.625 2.5390625 15.625 L 3.4199219 15.625 C 3.7509219 15.625 4.0046094 15.417234 4.0996094 15.115234 L 4.3925781 14.009766 L 2.5039062 14.009766 z M 19.78125 14.009766 L 19.78125 14.017578 L 17.503906 14.017578 L 16.265625 18.611328 C 16.208625 18.819328 16.367406 19 16.566406 19 L 17.455078 19 C 17.682078 19 17.890266 18.858812 17.947266 18.632812 L 18.759766 15.636719 L 19.695312 15.636719 C 20.290312 15.636719 20.717641 16.184422 20.556641 16.732422 L 20.054688 18.603516 C 19.997687 18.811516 20.140422 19 20.357422 19 L 21.263672 19 C 21.480672 19 21.689094 18.857859 21.746094 18.630859 L 22.162109 17.080078 C 22.587109 15.521078 21.41525 14.009766 19.78125 14.009766 z M 24.939453 14.011719 C 24.098453 14.011719 23.342234 14.578391 23.115234 15.400391 L 22.605469 17.271484 C 22.369469 18.103484 23.002266 19.001953 23.947266 19.001953 L 27.09375 19.001953 C 27.41475 19.001953 27.680625 18.783234 27.765625 18.490234 L 28.039062 17.507812 L 24.570312 17.507812 C 24.400312 17.507813 24.286984 17.346312 24.333984 17.195312 L 24.712891 15.787109 C 24.750891 15.607109 24.882078 15.503906 25.080078 15.503906 L 26.630859 15.503906 C 26.753859 15.503906 26.848312 15.618 26.820312 15.75 L 26.78125 15.873047 C 26.75225 15.967047 26.696562 16.005859 26.601562 16.005859 L 25.580078 16.005859 C 25.249078 16.005859 24.986156 16.222625 24.910156 16.515625 L 24.740234 17.128906 L 27.263672 17.128906 C 27.764672 17.128906 28.227375 16.816875 28.359375 16.296875 L 28.511719 15.738281 C 28.747719 14.840281 28.076687 14.009719 27.179688 14.011719 L 24.939453 14.011719 z\"/></svg></li><li title=\"creative commons by \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.8545455 3 3 8.8545455 3 16 C 3 23.145455 8.8545455 29 16 29 C 23.145455 29 29 23.145455 29 16 C 29 8.8545455 23.145455 3 16 3 z M 16 5 C 22.054545 5 27 9.9454545 27 16 C 27 22.054545 22.054545 27 16 27 C 9.9454545 27 5 22.054545 5 16 C 5 9.9454545 9.9454545 5 16 5 z M 16 8 C 14.9 8 14 8.9 14 10 C 14 11.1 14.9 12 16 12 C 17.1 12 18 11.1 18 10 C 18 8.9 17.1 8 16 8 z M 16 13 C 14.3 13 13 14.3 13 16 L 13 19 L 14 20 L 14 24 L 18 24 L 18 20 L 19 19 L 19 16 C 19 14.3 17.7 13 16 13 z\"/></svg></li><li title=\"creative commons nc eu \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 8.832 23.168 3 16 3 z M 16 5 C 22.065 5 27 9.935 27 16 C 27 17.238499 26.78347 18.425251 26.404297 19.537109 L 17 15.349609 L 17 14 L 14.28125 14 C 14.39825 13.617 14.54275 13.273 14.71875 13 C 15.15975 12.316 15.66775 12 16.46875 12 C 17.20275 12 17.62825 12.3045 18.28125 13.0625 L 19.8125 11.75 C 19.0035 10.816 17.90575 10 16.46875 10 C 15.00775 10 13.7885 10.78125 13.0625 11.90625 C 12.790148 12.328912 12.592151 12.811655 12.427734 13.314453 L 6.4082031 10.634766 C 8.2938562 7.2776415 11.88351 5 16 5 z M 5.5957031 12.462891 L 11 14.869141 L 11 15.5 L 12.03125 15.5 C 12.02325 15.668 12 15.832 12 16 C 12 16.168 12.02325 16.332 12.03125 16.5 L 11 16.5 L 11 18 L 12.21875 18 C 12.39075 18.762 12.6675 19.47975 13.0625 20.09375 C 13.7885 21.21875 15.00775 22 16.46875 22 C 17.83975 22 18.9765 21.30875 19.8125 20.34375 L 18.28125 19.03125 C 17.65525 19.75425 17.26975 20 16.46875 20 C 15.66775 20 15.15975 19.684 14.71875 19 C 14.54275 18.727 14.39925 18.383 14.28125 18 L 17 18 L 17 17.541016 L 25.591797 21.365234 C 23.706144 24.722359 20.11649 27 16 27 C 9.935 27 5 22.065 5 16 C 5 14.761501 5.2165305 13.574749 5.5957031 12.462891 z\"/></svg></li><li title=\"creative commons nc jp \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 8.832 23.168 3 16 3 z M 16 5 C 22.065 5 27 9.935 27 16 C 27 17.238499 26.78347 18.425251 26.404297 19.537109 L 17.552734 15.595703 L 21 11 L 18.625 11 L 16 14.3125 L 13.53125 11 L 11.15625 11 L 13.125 13.625 L 6.4082031 10.634766 C 8.2938562 7.2776415 11.88351 5 16 5 z M 5.5957031 12.462891 L 13 15.759766 L 13 18 L 15 18 L 15 19 L 13 19 L 13 21 L 15 21 L 15 22 L 17 22 L 17 21 L 19 21 L 19 19 L 17 19 L 17 18 L 18.033203 18 L 25.591797 21.365234 C 23.706144 24.722359 20.11649 27 16 27 C 9.935 27 5 22.065 5 16 C 5 14.761501 5.2165305 13.574749 5.5957031 12.462891 z\"/></svg></li><li title=\"creative commons nc \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 8.832 23.168 3 16 3 z M 16 5 C 22.065 5 27 9.935 27 16 C 27 17.238499 26.78347 18.425251 26.404297 19.537109 L 18.015625 15.802734 C 17.90547 15.701476 17.793969 15.601833 17.669922 15.517578 C 17.510156 15.409062 17.339219 15.314844 17.160156 15.238281 C 16.981094 15.161719 16.79375 15.102891 16.599609 15.0625 C 16.495905 15.040925 16.38638 15.039628 16.279297 15.029297 L 15.167969 14.535156 C 15.138277 14.487932 15.097696 14.449168 15.076172 14.396484 C 15.026953 14.276016 15 14.1425 15 14 C 15 13.8575 15.026953 13.723984 15.076172 13.603516 C 15.125391 13.483047 15.197734 13.376484 15.287109 13.287109 C 15.376484 13.197734 15.483047 13.125391 15.603516 13.076172 C 15.723984 13.026953 15.8575 13 16 13 C 16.57 13 17 13.43 17 14 L 19 14 C 19 13.83875 18.986172 13.679746 18.960938 13.525391 C 18.935703 13.371035 18.9 13.221719 18.851562 13.076172 C 18.560938 12.202891 17.87 11.504453 17 11.189453 L 17 10 L 15 10 L 15 11.189453 C 14.855 11.241953 14.714063 11.306113 14.580078 11.378906 C 14.446094 11.451699 14.318203 11.533828 14.197266 11.625 C 14.076328 11.716172 13.963281 11.816191 13.857422 11.923828 C 13.645703 12.139102 13.465391 12.384648 13.326172 12.654297 C 13.256562 12.789121 13.196875 12.930625 13.148438 13.076172 C 13.094028 13.239665 13.06013 13.409526 13.035156 13.583984 L 6.4082031 10.634766 C 8.2938562 7.2776415 11.88351 5 16 5 z M 5.5957031 12.462891 L 13.984375 16.197266 C 14.236403 16.42894 14.521752 16.625711 14.839844 16.761719 C 15.114556 16.879179 15.413154 16.941032 15.720703 16.970703 L 16.832031 17.464844 C 16.861723 17.512068 16.902304 17.550832 16.923828 17.603516 C 16.973047 17.723984 17 17.8575 17 18 C 17 18.4275 16.757891 18.776172 16.396484 18.923828 C 16.276016 18.973047 16.1425 19 16 19 C 15.8575 19 15.723984 18.973047 15.603516 18.923828 C 15.483047 18.874609 15.376484 18.802266 15.287109 18.712891 C 15.108359 18.534141 15 18.285 15 18 L 13 18 C 13 18.16125 13.013828 18.320254 13.039062 18.474609 C 13.064297 18.628965 13.1 18.778281 13.148438 18.923828 C 13.196875 19.069375 13.256562 19.210879 13.326172 19.345703 C 13.395781 19.480527 13.475703 19.608281 13.564453 19.730469 C 13.653203 19.852656 13.751563 19.968535 13.857422 20.076172 C 13.963281 20.183809 14.076328 20.283828 14.197266 20.375 C 14.318203 20.466172 14.446094 20.548301 14.580078 20.621094 C 14.714062 20.693887 14.855 20.758047 15 20.810547 L 15 22 L 17 22 L 17 20.810547 C 18.015 20.443047 18.784297 19.555098 18.960938 18.474609 C 18.964049 18.455578 18.962102 18.435165 18.964844 18.416016 L 25.591797 21.365234 C 23.706144 24.722359 20.11649 27 16 27 C 9.935 27 5 22.065 5 16 C 5 14.761501 5.2165305 13.574749 5.5957031 12.462891 z\"/></svg></li><li title=\"creative commons nd \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 8.832 23.168 3 16 3 z M 16 5 C 22.065 5 27 9.935 27 16 C 27 22.065 22.065 27 16 27 C 9.935 27 5 22.065 5 16 C 5 9.935 9.935 5 16 5 z M 11 13 L 11 15 L 21 15 L 21 13 L 11 13 z M 11 17 L 11 19 L 21 19 L 21 17 L 11 17 z\"/></svg></li><li title=\"creative commons pd alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 8.832 23.168 3 16 3 z M 16 5 C 22.065 5 27 9.935 27 16 C 27 22.065 22.065 27 16 27 C 9.935 27 5 22.065 5 16 C 5 9.935 9.935 5 16 5 z M 9 12 L 9 20 L 11 20 L 11 18 L 13 18 C 14.654 18 16 16.654 16 15 C 16 13.346 14.654 12 13 12 L 9 12 z M 17 12 L 17 20 L 20.5 20 C 22.43 20 24 18.206 24 16 C 24 13.794 22.43 12 20.5 12 L 17 12 z M 11 14 L 13 14 C 13.551 14 14 14.448 14 15 C 14 15.552 13.551 16 13 16 L 11 16 L 11 14 z M 19 14 L 20.5 14 C 21.313 14 22 14.916 22 16 C 22 17.084 21.313 18 20.5 18 L 19 18 L 19 14 z\"/></svg></li><li title=\"creative commons pd \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 8.832 23.168 3 16 3 z M 16 5 C 22.065 5 27 9.935 27 16 C 27 17.238499 26.78347 18.425251 26.404297 19.537109 L 14 14.015625 L 14 14 C 14 12.897 14.897 12 16 12 C 17.103 12 18 12.897 18 14 L 20 14 C 20 11.794 18.206 10 16 10 C 14.081248 10 12.477782 11.359015 12.091797 13.164062 L 6.4082031 10.634766 C 8.2938562 7.2776415 11.88351 5 16 5 z M 5.5957031 12.462891 L 12 15.314453 L 12 18 C 12 20.206 13.794 22 16 22 C 17.918752 22 19.522218 20.640985 19.908203 18.835938 L 25.591797 21.365234 C 23.706144 24.722359 20.11649 27 16 27 C 9.935 27 5 22.065 5 16 C 5 14.761501 5.2165305 13.574749 5.5957031 12.462891 z M 14 16.205078 L 18.033203 18 L 18 18 C 18 19.103 17.103 20 16 20 C 14.897 20 14 19.103 14 18 L 14 16.205078 z\"/></svg></li><li title=\"creative commons remix \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 8.832 23.168 3 16 3 z M 16 5 C 22.065 5 27 9.935 27 16 C 27 22.065 22.065 27 16 27 C 9.935 27 5 22.065 5 16 C 5 9.935 9.935 5 16 5 z M 14.498047 9 L 11 10.328125 L 11 13.953125 L 11.064453 13.978516 L 10.998047 14 L 8 15.138672 L 8 18.515625 L 11.001953 20 L 14 18.589844 L 14 18.591797 L 20.501953 21.007812 L 24 19.677734 L 24 16.054688 L 21 14.939453 L 21 11.417969 L 14.498047 9 z M 19.714844 15.527344 L 22.080078 16.40625 L 20.498047 17.007812 L 18.134766 16.128906 L 19.714844 15.527344 z M 15 16.027344 L 20 17.888672 L 20 19.753906 L 15 17.896484 L 15 16.027344 z M 23 17.126953 L 23 18.988281 L 21 19.748047 L 21 17.886719 L 23 17.126953 z\"/></svg></li><li title=\"creative commons sa \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 8.832 23.168 3 16 3 z M 16 5 C 22.065 5 27 9.935 27 16 C 27 22.065 22.065 27 16 27 C 9.935 27 5 22.065 5 16 C 5 9.935 9.935 5 16 5 z M 16 10 C 13.794 10 12 11.794 12 14 L 10 14 L 13 17 L 16 14 L 14 14 C 14 12.897 14.897 12 16 12 C 17.103 12 18 12.897 18 14 L 18 18 C 18 19.103 17.103 20 16 20 C 15.263 20 14.624344 19.595 14.277344 19 L 12.142578 19 C 12.589578 20.721 14.141 22 16 22 C 18.206 22 20 20.206 20 18 L 20 14 C 20 11.794 18.206 10 16 10 z\"/></svg></li><li title=\"creative commons sampling plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 8.832 23.168 3 16 3 z M 16 5 C 22.065 5 27 9.935 27 16 C 27 22.065 22.065 27 16 27 C 9.935 27 5 22.065 5 16 C 5 9.935 9.935 5 16 5 z M 16.126953 9 C 15.862953 9 15.645906 9.20575 15.628906 9.46875 L 15.277344 13.136719 L 14.962891 10.388672 C 14.944891 10.125672 14.727844 9.9238281 14.464844 9.9238281 C 14.201844 9.9238281 13.983844 10.126672 13.964844 10.388672 L 13.650391 13.625 L 13.357422 11.304688 C 13.336422 11.046688 13.122281 10.847703 12.863281 10.845703 L 12.859375 10.845703 C 12.602375 10.845703 12.386328 11.041828 12.361328 11.298828 L 11.90625 16.001953 L 11.716797 14.949219 C 11.679797 14.744219 11.5185 14.583875 11.3125 14.546875 C 11.1045 14.513875 10.900922 14.604203 10.794922 14.783203 L 10.080078 16 L 8 16 L 8 17 L 10.365234 17 C 10.542234 17 10.706875 16.905906 10.796875 16.753906 L 10.972656 16.453125 L 11.564453 19.742188 C 11.608453 19.987188 11.839125 20.158297 12.078125 20.154297 C 12.328125 20.143297 12.530687 19.950172 12.554688 19.701172 L 12.818359 18 L 13.193359 21.541016 C 13.214359 21.801016 13.431406 22 13.691406 22 L 13.693359 22 C 13.955359 21.998 14.171453 21.796156 14.189453 21.535156 L 14.460938 19.044922 L 14.796875 22.533203 C 14.814875 22.796203 15.034875 23 15.296875 23 C 15.559875 22.999 15.777922 22.79425 15.794922 22.53125 L 16.109375 19 L 16.34375 21.529297 C 16.35975 21.790297 16.574937 21.996 16.835938 22 L 16.84375 22 C 17.10175 22 17.318797 21.802922 17.341797 21.544922 L 17.689453 18.71875 L 17.949219 21.533203 C 17.967219 21.793203 18.180406 21.997 18.441406 22 L 18.447266 22 C 18.705266 22 18.921312 21.804875 18.945312 21.546875 L 19.404297 16.636719 L 19.701172 18.798828 C 19.731172 19.020828 19.905953 19.195562 20.126953 19.226562 C 20.353953 19.253563 20.565297 19.136641 20.654297 18.931641 L 21.498047 17 L 24 17 L 24 16 L 21.171875 16 C 20.972875 16 20.794844 16.118781 20.714844 16.300781 L 20.451172 16.902344 L 19.804688 12.201172 C 19.770688 11.949172 19.547828 11.779531 19.298828 11.769531 C 19.044828 11.775531 18.8365 11.971609 18.8125 12.224609 L 18.527344 14 L 18.259766 11.3125 C 18.241766 11.0525 18.028578 10.848703 17.767578 10.845703 C 17.512578 10.834703 17.287672 11.040781 17.263672 11.300781 L 16.945312 13 L 16.626953 9.4707031 C 16.610953 9.2067031 16.393906 9.001 16.128906 9 L 16.126953 9 z M 15 14 L 17 14 L 17 15 L 18 15 L 18 17 L 17 17 L 17 18 L 15 18 L 15 17 L 14 17 L 14 15 L 15 15 L 15 14 z\"/></svg></li><li title=\"creative commons sampling \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 8.832 23.168 3 16 3 z M 16 5 C 22.065 5 27 9.935 27 16 C 27 22.065 22.065 27 16 27 C 9.935 27 5 22.065 5 16 C 5 9.935 9.935 5 16 5 z M 16.126953 9 C 15.863953 9 15.645906 9.20575 15.628906 9.46875 L 15.277344 14.951172 L 14.964844 10.388672 C 14.945844 10.125672 14.727844 9.9238281 14.464844 9.9238281 C 14.201844 9.9238281 13.985797 10.126672 13.966797 10.388672 L 13.652344 14.890625 L 13.359375 11.304688 C 13.337375 11.046687 13.122281 10.847703 12.863281 10.845703 L 12.859375 10.845703 C 12.601375 10.845703 12.385328 11.041828 12.361328 11.298828 L 11.90625 16.001953 L 11.71875 14.949219 C 11.68175 14.744219 11.520453 14.583875 11.314453 14.546875 C 11.105453 14.513875 10.899922 14.603203 10.794922 14.783203 L 10.080078 16 L 8 16 L 8 17 L 10.365234 17 C 10.542234 17 10.708875 16.905906 10.796875 16.753906 L 10.972656 16.453125 L 11.564453 19.742188 C 11.609453 19.987187 11.841172 20.158297 12.076172 20.154297 C 12.325172 20.143297 12.530688 19.950172 12.554688 19.701172 L 12.818359 16.972656 L 13.191406 21.541016 C 13.213406 21.801016 13.431406 22 13.691406 22 L 13.693359 22 C 13.955359 21.998 14.170453 21.796156 14.189453 21.535156 L 14.460938 17.648438 L 14.796875 22.533203 C 14.814875 22.796203 15.033875 23 15.296875 23 L 15.298828 23 C 15.562828 22.999 15.779875 22.79425 15.796875 22.53125 L 16.111328 17.603516 L 16.345703 21.529297 C 16.360703 21.790297 16.574938 21.996 16.835938 22 L 16.84375 22 C 17.10175 22 17.317797 21.803922 17.341797 21.544922 L 17.689453 17.689453 L 17.949219 21.533203 C 17.967219 21.793203 18.182359 21.997 18.443359 22 L 18.449219 22 C 18.707219 22 18.923266 21.804875 18.947266 21.546875 L 19.404297 16.636719 L 19.701172 18.798828 C 19.731172 19.020828 19.906906 19.196562 20.128906 19.226562 C 20.357906 19.253562 20.565297 19.136641 20.654297 18.931641 L 21.498047 17 L 24 17 L 24 16 L 21.169922 16 C 20.970922 16 20.792891 16.118781 20.712891 16.300781 L 20.449219 16.902344 L 19.802734 12.201172 C 19.768734 11.949172 19.553875 11.779531 19.296875 11.769531 C 19.042875 11.775531 18.834547 11.971609 18.810547 12.224609 L 18.527344 15.265625 L 18.259766 11.3125 C 18.242766 11.0525 18.026625 10.848703 17.765625 10.845703 C 17.488625 10.834703 17.284719 11.040781 17.261719 11.300781 L 16.945312 14.816406 L 16.626953 9.4707031 C 16.610953 9.2067031 16.392906 9.001 16.128906 9 L 16.126953 9 z\"/></svg></li><li title=\"creative commons share \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 8.832 23.168 3 16 3 z M 16 5 C 22.065 5 27 9.935 27 16 C 27 22.065 22.065 27 16 27 C 9.935 27 5 22.065 5 16 C 5 9.935 9.935 5 16 5 z M 10 9 L 10 19 L 14 19 L 14 23 L 22 23 L 22 13 L 18 13 L 18 9 L 10 9 z M 12 11 L 16 11 L 16 13 L 14 13 L 14 17 L 12 17 L 12 11 z M 16 15 L 18 15 L 20 15 L 20 21 L 16 21 L 16 19 L 16 15 z\"/></svg></li><li title=\"creative commons zero \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 8.832 23.168 3 16 3 z M 16 5 C 22.065 5 27 9.935 27 16 C 27 22.065 22.065 27 16 27 C 9.935 27 5 22.065 5 16 C 5 9.935 9.935 5 16 5 z M 16 10 C 13.794 10 12 11.794 12 14 L 12 18 C 12 20.206 13.794 22 16 22 C 18.206 22 20 20.206 20 18 L 20 14 C 20 11.794 18.206 10 16 10 z M 16 12 C 16.256451 12 16.499115 12.054284 16.724609 12.142578 L 14 17.875 L 14 14 C 14 12.897 14.897 12 16 12 z M 18 14.119141 L 18 18 C 18 19.103 17.103 20 16 20 C 15.742241 20 15.497925 19.946575 15.271484 19.857422 L 18 14.119141 z\"/></svg></li><li title=\"creative commons \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 9.382813 4 4 9.382813 4 16 C 4 22.617188 9.382813 28 16 28 C 22.617188 28 28 22.617188 28 16 C 28 9.382813 22.617188 4 16 4 Z M 16 6 C 21.535156 6 26 10.464844 26 16 C 26 21.535156 21.535156 26 16 26 C 10.464844 26 6 21.535156 6 16 C 6 10.464844 10.464844 6 16 6 Z M 12 12 C 10.355469 12 9 13.355469 9 15 L 9 17 C 9 18.644531 10.355469 20 12 20 C 13.644531 20 15 18.644531 15 17 L 13 17 C 13 17.566406 12.566406 18 12 18 C 11.433594 18 11 17.566406 11 17 L 11 15 C 11 14.433594 11.433594 14 12 14 C 12.566406 14 13 14.433594 13 15 L 15 15 C 15 13.355469 13.644531 12 12 12 Z M 20 12 C 18.355469 12 17 13.355469 17 15 L 17 17 C 17 18.644531 18.355469 20 20 20 C 21.644531 20 23 18.644531 23 17 L 21 17 C 21 17.566406 20.566406 18 20 18 C 19.433594 18 19 17.566406 19 17 L 19 15 C 19 14.433594 19.433594 14 20 14 C 20.566406 14 21 14.433594 21 15 L 23 15 C 23 13.355469 21.644531 12 20 12 Z\"/></svg></li><li title=\"credit card solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 6 C 3.355469 6 2 7.355469 2 9 L 2 23 C 2 24.644531 3.355469 26 5 26 L 27 26 C 28.644531 26 30 24.644531 30 23 L 30 9 C 30 7.355469 28.644531 6 27 6 Z M 5 8 L 27 8 C 27.566406 8 28 8.433594 28 9 L 28 11 L 5 11 L 5 13 L 28 13 L 28 23 C 28 23.566406 27.566406 24 27 24 L 5 24 C 4.433594 24 4 23.566406 4 23 L 4 9 C 4 8.433594 4.433594 8 5 8 Z\"/></svg></li><li title=\"credit card \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 6 C 3.355469 6 2 7.355469 2 9 L 2 23 C 2 24.644531 3.355469 26 5 26 L 27 26 C 28.644531 26 30 24.644531 30 23 L 30 9 C 30 7.355469 28.644531 6 27 6 Z M 5 8 L 27 8 C 27.566406 8 28 8.433594 28 9 L 28 11 L 5 11 L 5 13 L 28 13 L 28 23 C 28 23.566406 27.566406 24 27 24 L 5 24 C 4.433594 24 4 23.566406 4 23 L 4 9 C 4 8.433594 4.433594 8 5 8 Z\"/></svg></li><li title=\"critical role \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16.013672 3.3632812 C 15.476672 3.6592812 6.2944844 8.8979219 5.1464844 9.5449219 C 5.0514844 9.5869219 4.9939531 9.6841094 5.0019531 9.7871094 C 5.0039531 11.128109 5.0039062 22.23825 5.0039062 22.28125 C 4.9989062 22.34825 5.0347031 22.412406 5.0957031 22.441406 C 5.1027031 22.445406 11.960953 26.384672 15.876953 28.638672 L 16.025391 28.638672 C 16.571391 28.327672 25.777031 23.080281 26.832031 22.488281 C 26.942031 22.437281 27.007047 22.324125 26.998047 22.203125 C 26.994047 18.083125 26.994047 13.96275 26.998047 9.84375 C 26.998047 9.69075 26.964406 9.5775312 26.816406 9.5195312 C 26.789406 9.5085312 16.111609 3.3702813 16.099609 3.3632812 L 16.013672 3.3632812 z M 16.355469 4.2734375 C 19.585469 6.1294375 22.80225 7.9750781 26.03125 9.8300781 C 25.66325 9.9740781 20.952266 11.744141 20.947266 11.744141 C 20.911266 11.757141 20.898063 11.775453 20.914062 11.814453 C 20.951063 11.905453 20.986578 11.997797 21.017578 12.091797 C 21.034578 12.144797 21.058328 12.155766 21.111328 12.134766 C 21.233328 12.086766 26.247031 10.200781 26.332031 10.175781 L 26.332031 21.550781 C 26.329031 21.547781 22.874672 15.557594 22.513672 14.933594 C 22.460672 14.842594 22.458375 14.842328 22.359375 14.861328 C 22.009375 14.930328 22.141297 14.898641 22.029297 14.931641 C 23.362297 17.243641 24.699063 19.560813 26.039062 21.882812 L 16.822266 21.882812 C 16.762266 21.882812 16.728469 21.877734 16.730469 21.802734 C 16.730469 21.797734 16.6875 20.483516 16.6875 20.478516 C 16.6885 20.422516 16.666281 20.405109 16.613281 20.412109 C 16.228281 20.481109 15.835219 20.486734 15.449219 20.427734 C 15.395219 20.418734 15.380859 20.441234 15.380859 20.490234 L 15.380859 21.035156 C 15.380859 21.071156 15.374078 21.097797 15.330078 21.091797 C 14.482078 20.967797 14.652969 21.100938 13.292969 19.460938 C 13.158969 19.302938 13.040109 19.134609 12.912109 18.974609 C 12.909109 18.972609 12.906297 18.969797 12.904297 18.966797 C 12.878297 18.935797 12.882109 18.891234 12.912109 18.865234 C 13.331109 18.359234 13.695344 17.975859 13.652344 17.255859 C 13.626344 16.815859 13.415203 16.476047 13.033203 16.248047 C 12.541203 15.955047 11.929578 16.009766 10.267578 16.009766 C 10.081578 16.009766 10.037688 16.199047 10.179688 16.248047 C 10.236687 16.267047 10.352109 16.263391 10.412109 16.275391 C 10.660109 16.323391 10.677734 16.409359 10.677734 16.943359 C 10.681734 20.419359 10.687047 20.189281 10.623047 20.863281 C 10.598047 21.122281 10.456922 21.044031 10.294922 21.082031 C 10.247922 21.089031 10.208312 21.123922 10.195312 21.169922 C 10.178312 21.233922 10.215297 21.299406 10.279297 21.316406 C 10.381297 21.346406 11.863406 21.341266 11.941406 21.322266 C 12.107406 21.280266 12.071016 21.091125 11.916016 21.078125 C 11.545016 21.048125 11.4635 21.057797 11.4375 20.841797 C 11.3955 20.476797 11.402672 20.524469 11.388672 19.230469 C 11.387672 19.140469 11.390562 19.140625 11.476562 19.140625 C 12.133563 19.140625 12.189734 19.105812 12.302734 19.257812 C 12.659734 19.740813 13.018812 20.222219 13.382812 20.699219 C 13.739812 21.167219 14.0695 21.323172 14.4375 21.326172 C 15.4605 21.335172 15.34375 21.309 15.34375 21.375 L 15.34375 21.8125 C 15.34275 21.8825 15.330766 21.894531 15.259766 21.894531 L 6.0546875 21.894531 C 5.9626875 21.894531 5.9521875 21.906891 5.9921875 21.837891 C 7.5261875 19.174891 7.2892656 19.585453 9.3222656 16.064453 C 9.3562656 16.005453 9.3522031 15.998141 9.2832031 15.994141 C 8.9812031 15.974141 8.9139844 15.931313 8.8339844 16.070312 C 8.8309844 16.074312 5.7109688 21.478828 5.6679688 21.548828 L 5.6679688 10.173828 C 5.7979688 10.209828 6.9852344 10.667969 6.9902344 10.667969 C 7.1052344 10.710969 7.1365781 10.710062 7.5175781 10.414062 L 5.9941406 9.8398438 C 5.9921406 9.8338437 5.9882812 9.8282656 5.9882812 9.8222656 C 9.1822813 8.0022656 12.376266 6.1832813 15.572266 4.3632812 L 15.583984 4.3710938 L 15.580078 4.3730469 C 14.167078 6.8170469 12.749172 9.2685156 11.326172 11.728516 C 11.493172 11.728516 11.638203 11.732609 11.783203 11.724609 C 11.872203 11.718609 15.549047 5.2259531 15.998047 4.5019531 C 16.418047 5.2159531 19.997875 11.436531 20.046875 11.519531 C 20.112875 11.634531 20.156906 11.668891 20.628906 11.712891 L 20.642578 11.697266 L 16.355469 4.2734375 z M 15.927734 7.6289062 C 15.551445 7.6699121 15.208125 7.9728125 15.21875 8.4296875 C 15.22575 8.7416875 15.38025 8.9712344 15.65625 9.1152344 C 15.71025 9.1382344 15.743328 9.1949063 15.736328 9.2539062 C 15.716328 9.5979062 15.7215 9.3558906 15.6875 10.712891 C 15.6855 10.799891 15.682656 10.802734 15.597656 10.802734 C 14.090656 10.791734 14.035766 10.811031 13.759766 10.707031 C 13.661766 10.670031 13.609844 10.696781 13.589844 10.800781 C 13.533844 11.097781 13.479734 11.393453 13.427734 11.689453 C 13.418734 11.743453 13.502094 11.982734 13.621094 11.677734 C 13.792094 11.239734 14.010422 11.283812 15.607422 11.257812 C 15.643422 11.257812 15.675828 11.261453 15.673828 11.314453 C 15.638828 12.017453 15.495234 17.026688 15.490234 17.304688 C 15.496234 17.367687 15.454578 17.424547 15.392578 17.435547 C 14.818578 17.618547 14.180156 18.281422 14.410156 19.232422 C 14.700156 20.433422 15.959703 20.386859 16.095703 20.380859 C 17.548703 20.313859 17.756547 19.128875 17.685547 18.546875 C 17.634547 18.128875 17.433266 17.80775 17.072266 17.59375 C 16.933266 17.51875 16.789578 17.452531 16.642578 17.394531 C 16.608578 17.378531 16.582031 17.362359 16.582031 17.318359 C 16.582031 17.312359 16.398438 11.297016 16.398438 11.291016 C 16.398438 11.256016 16.412266 11.244141 16.447266 11.244141 C 18.685266 11.359141 18.131906 11.359891 18.378906 11.837891 C 18.413906 11.906891 18.462812 11.913703 18.507812 11.845703 C 18.552813 11.777703 18.548828 10.842891 18.548828 10.837891 C 18.545828 10.752891 18.504875 10.727187 18.421875 10.742188 C 18.331875 10.763188 18.240437 10.776203 18.148438 10.783203 L 18.150391 10.787109 C 17.583391 10.801109 16.454219 10.806641 16.449219 10.806641 C 16.409219 10.806641 16.388672 10.795953 16.388672 10.751953 C 16.334672 9.0559531 16.339844 9.2965781 16.339844 9.2675781 C 16.329844 9.1805781 16.372219 9.0966875 16.449219 9.0546875 C 16.856219 8.7956875 16.908313 8.2163281 16.570312 7.8613281 C 16.391438 7.6730781 16.153508 7.6043027 15.927734 7.6289062 z M 16 8.0429688 C 16.496 8.0439687 16.473094 8.7833438 15.996094 8.7773438 C 15.519094 8.7713437 15.515 8.0449219 16 8.0449219 L 16 8.0429688 z M 9.0019531 10.261719 C 8.7895625 10.273062 8.5650625 10.301672 8.3203125 10.357422 C 6.8483125 10.691422 6.2009375 12.051125 6.3359375 13.328125 C 6.6639375 16.494125 10.867359 15.857297 10.943359 15.404297 C 10.944359 15.394297 11.023281 14.994984 11.113281 14.458984 C 11.117281 14.441984 11.117234 14.425203 11.115234 14.408203 C 11.105234 14.335203 11.037844 14.282969 10.964844 14.292969 C 10.676844 14.305969 11.083281 15.203734 9.7382812 15.302734 C 7.9072813 15.437734 7.0533594 13.972016 7.0683594 12.791016 C 7.1063594 9.9230156 10.598906 10.430109 10.753906 11.537109 C 10.772906 11.677109 10.749219 11.980484 10.949219 11.896484 C 10.996219 11.876484 11.027297 11.83225 11.029297 11.78125 C 11.033297 11.74025 11.081797 10.885672 11.091797 10.638672 C 11.097797 10.501672 11.048109 10.456406 10.912109 10.441406 C 10.178609 10.358156 9.639125 10.227688 9.0019531 10.261719 z M 22.316406 11.8125 C 22.293656 11.8165 22.272312 11.829109 22.257812 11.849609 C 22.190812 11.920609 22.244656 11.824297 21.347656 13.904297 C 21.282656 14.057297 21.218531 14.205516 21.144531 14.353516 C 21.089531 14.463516 20.976516 14.529438 20.853516 14.523438 C 20.737516 14.526438 20.746625 14.681641 20.890625 14.681641 L 22.191406 14.681641 C 22.382406 14.681641 22.306203 14.526047 22.158203 14.498047 C 21.944203 14.456047 21.493641 14.549625 21.556641 14.390625 C 21.627641 14.207625 21.701297 14.026656 21.779297 13.847656 C 21.796297 13.819656 21.826375 13.800875 21.859375 13.796875 C 22.099375 13.783875 22.340078 13.780969 22.580078 13.792969 C 22.626078 13.789969 22.667687 13.819281 22.679688 13.863281 C 22.745687 14.031281 22.811812 14.201187 22.882812 14.367188 C 22.974813 14.582188 22.775391 14.612578 22.900391 14.642578 C 22.958391 14.660578 23.019078 14.673687 23.080078 14.679688 C 23.223078 14.683688 22.545984 14.672359 25.583984 14.693359 C 25.853984 14.695359 25.785703 14.535594 25.845703 14.183594 L 25.841797 14.181641 C 25.861797 14.066641 25.73825 13.906406 25.65625 14.191406 C 25.60325 14.381406 25.521187 14.380375 24.867188 14.359375 C 24.792187 14.365375 24.722031 14.312281 24.707031 14.238281 C 24.684031 14.124281 24.690359 12.285078 24.693359 12.205078 C 24.692359 12.199078 24.693359 12.191547 24.693359 12.185547 C 24.696359 12.115547 24.754219 12.061453 24.824219 12.064453 C 25.147219 12.030453 24.999766 11.894531 24.884766 11.894531 C 23.769766 11.889531 23.824453 11.892344 23.814453 11.902344 C 23.692453 12.022344 23.805359 12.052734 23.818359 12.052734 C 23.976359 12.078734 24.091797 12.043672 24.091797 12.263672 C 24.092797 14.357672 24.093844 14.208781 24.089844 14.300781 C 24.082844 14.457781 24.062766 14.517719 23.884766 14.511719 C 23.853766 14.511719 23.669313 14.545109 23.570312 14.412109 C 23.312313 14.056109 22.549297 12.014609 22.404297 11.849609 C 22.398297 11.841609 22.391813 11.834125 22.382812 11.828125 C 22.362312 11.813625 22.339156 11.8085 22.316406 11.8125 z M 19.824219 11.84375 C 19.403219 11.8405 18.911906 11.928391 18.566406 12.275391 C 18.080406 12.762391 17.86925 13.961672 18.90625 14.513672 C 19.56225 14.862672 20.440531 14.689687 20.519531 14.679688 C 20.843531 14.637687 20.814453 14.055781 20.814453 14.050781 C 20.771453 13.905781 20.721156 13.932094 20.660156 13.996094 C 20.609156 14.049094 20.612313 14.280094 20.320312 14.371094 C 19.981312 14.477094 19.184531 14.452406 18.894531 13.691406 C 18.615531 12.962406 18.939328 11.817219 20.236328 12.199219 C 20.459328 12.265219 20.590375 12.413391 20.609375 12.650391 C 20.619375 12.768391 20.742391 12.774062 20.775391 12.664062 C 20.785391 12.630063 20.786734 12.447547 20.802734 12.185547 C 20.811734 12.042547 20.77725 11.985078 20.65625 11.955078 L 20.654297 11.955078 C 20.594797 11.940078 20.245219 11.847 19.824219 11.84375 z M 15.050781 11.900391 L 14.109375 11.904297 C 13.946375 11.958297 13.947578 12.053313 14.142578 12.070312 C 14.284578 12.082312 14.302734 12.12725 14.302734 12.40625 C 14.293734 14.64225 14.294297 14.241156 14.279297 14.410156 C 14.277297 14.469156 14.228922 14.516625 14.169922 14.515625 C 13.985922 14.533625 13.812641 14.496375 13.681641 14.359375 C 13.169641 13.823375 12.875125 13.445672 12.828125 13.388672 C 12.934125 13.274672 13.033812 13.167641 13.132812 13.056641 C 13.566812 12.562641 13.173234 11.992453 12.740234 11.939453 C 12.374234 11.894453 11.841812 11.899297 11.257812 11.904297 C 11.158812 11.905297 10.9665 12.034313 11.3125 12.070312 C 11.4505 12.084312 11.476562 12.145453 11.476562 12.314453 C 11.475562 12.417453 11.462797 13.023922 11.466797 14.294922 C 11.468797 14.642922 11.294734 14.412656 11.177734 14.597656 C 11.194734 14.653656 11.249594 14.690547 11.308594 14.685547 L 12.269531 14.685547 C 12.456038 14.683101 12.456357 14.506767 12.224609 14.511719 C 12.027609 14.517719 12.070344 14.453625 12.027344 13.640625 C 12.022344 13.542625 12.352641 13.550203 12.431641 13.658203 C 12.961641 14.380203 13.099953 14.685547 13.626953 14.685547 C 14.138953 14.682547 14.650109 14.687594 15.162109 14.683594 C 15.353109 14.681594 15.285109 14.515625 15.162109 14.515625 C 14.923109 14.519625 14.915156 14.449203 14.910156 14.408203 C 14.893156 14.280203 14.877625 14.463922 14.890625 12.294922 C 14.893625 12.115922 14.909891 12.079406 15.087891 12.066406 C 15.091891 12.066406 15.099609 12.068406 15.099609 12.066406 C 15.272609 11.925406 15.066781 11.900391 15.050781 11.900391 z M 16.876953 11.904297 C 16.789953 11.906297 16.730422 11.997594 16.857422 12.058594 C 16.929422 12.092594 17.089844 12.016578 17.089844 12.267578 C 17.081844 14.594578 17.143875 14.515625 16.921875 14.515625 C 16.754875 14.516625 16.731875 14.681641 16.921875 14.681641 C 17.312875 14.684641 17.668281 14.685547 17.988281 14.685547 C 18.116281 14.684547 18.121188 14.520625 17.992188 14.515625 C 17.837188 14.509625 17.698313 14.540844 17.695312 14.339844 L 17.693359 14.339844 C 17.656359 12.257844 17.695312 12.187734 17.695312 12.177734 C 17.709312 12.041734 17.851391 12.080687 17.900391 12.054688 C 18.013391 11.994687 17.969875 11.945063 17.921875 11.914062 C 17.873875 11.884063 16.940953 11.904297 16.876953 11.904297 z M 12.140625 12.183594 C 12.320016 12.145719 12.689703 12.221219 12.751953 12.636719 C 12.769953 12.752719 12.822391 13.365875 12.150391 13.296875 C 12.063391 13.287875 12.044922 13.258922 12.044922 13.169922 C 12.041922 12.927922 12.044969 12.473953 12.042969 12.251953 C 12.042469 12.222453 12.080828 12.196219 12.140625 12.183594 z M 22.224609 12.703125 L 22.525391 13.484375 L 21.916016 13.484375 C 22.019016 13.224375 22.117609 12.974125 22.224609 12.703125 z M 11.740234 16.376953 C 11.924984 16.380953 12.122375 16.415188 12.171875 16.429688 C 12.918875 16.647688 13.083109 17.633656 12.787109 18.347656 C 12.558109 18.893656 12.091484 18.765031 11.521484 18.707031 C 11.403484 18.697031 11.386719 18.678547 11.386719 18.560547 C 11.386719 17.078547 11.387766 16.901859 11.384766 16.505859 C 11.383266 16.400359 11.555484 16.372953 11.740234 16.376953 z M 22.482422 17.162109 C 22.034422 17.213109 22.419484 17.185359 20.646484 17.193359 C 20.458484 17.194359 20.466781 17.361328 20.675781 17.361328 L 20.679688 17.365234 C 20.869688 17.365234 20.991094 17.123438 20.871094 19.898438 C 20.863094 20.051437 20.721969 20.016391 20.667969 20.025391 C 20.547969 20.047391 20.52225 20.170313 20.65625 20.195312 C 20.68925 20.201313 20.560531 20.206937 22.394531 20.210938 C 22.616531 20.210938 22.623047 20.109797 22.623047 20.091797 C 22.642047 19.932797 22.663547 19.773234 22.685547 19.615234 C 22.701547 19.499234 22.568344 19.470891 22.527344 19.587891 C 22.427344 19.869891 22.537797 19.893141 21.716797 19.869141 C 21.486797 19.862141 21.525391 19.671406 21.525391 19.066406 C 21.525391 18.644406 21.401109 18.727484 22.162109 18.771484 C 22.345109 18.782484 22.287703 18.934203 22.345703 19.033203 C 22.379703 19.092203 22.446656 19.081578 22.472656 19.017578 C 22.492656 18.966578 22.529297 18.465078 22.529297 18.455078 C 22.540297 18.280078 22.401906 18.359188 22.378906 18.367188 C 22.112906 18.459187 21.757516 18.431359 21.603516 18.443359 C 21.523516 18.449359 21.523438 18.450141 21.523438 18.369141 L 21.523438 17.574219 C 21.523437 17.499219 21.525516 17.495047 21.603516 17.498047 C 22.269516 17.529047 22.357953 17.488 22.376953 17.75 C 22.386953 17.886 22.532922 17.864812 22.544922 17.757812 C 22.561922 17.590813 22.58075 17.422859 22.59375 17.255859 C 22.59975 17.174859 22.565422 17.153109 22.482422 17.162109 z M 19.257812 17.191406 C 19.004813 17.190406 18.189188 17.192359 18.117188 17.193359 C 18.001188 17.193359 17.977609 17.332563 18.099609 17.351562 C 18.241609 17.373562 18.367859 17.349156 18.380859 17.535156 C 18.391859 17.691156 18.412281 19.111531 18.363281 19.894531 C 18.354281 20.052531 18.208375 20.009203 18.109375 20.033203 C 18.028375 20.052203 18.035859 20.188219 18.130859 20.199219 L 20.015625 20.208984 C 20.074625 20.208984 20.288484 20.269656 20.271484 19.597656 C 20.271484 19.585656 20.226719 19.433922 20.136719 19.544922 C 19.946719 19.776922 20.293031 19.917422 19.207031 19.857422 C 19.094031 19.851422 19.042109 19.790734 19.037109 19.677734 C 19.008109 19.065734 19.017578 17.729859 19.017578 17.630859 C 19.017578 17.339859 19.136625 17.377328 19.265625 17.361328 C 19.438625 17.340328 19.419812 17.191406 19.257812 17.191406 z M 15.470703 17.675781 C 15.484703 17.774781 15.420016 19.522094 15.416016 19.621094 C 15.398016 20.034094 16.677156 20.241 16.660156 19.75 C 16.659156 19.727 16.607422 17.923359 16.607422 17.818359 L 16.607422 17.816406 L 16.625 17.810547 C 17.231 18.280547 17.134578 19.353328 16.892578 19.736328 C 16.662578 20.111328 16.191109 20.260938 15.787109 20.085938 C 14.757109 19.661937 14.774703 18.042781 15.470703 17.675781 z M 16.818359 22.310547 C 26.335359 22.314547 25.772297 22.303219 25.779297 22.324219 C 25.018297 22.765219 16.874156 27.395906 16.035156 27.878906 C 15.986156 27.911906 15.922047 27.911906 15.873047 27.878906 L 15.869141 27.878906 C 14.997141 27.375906 6.3223125 22.3925 6.1953125 22.3125 L 15.226562 22.3125 C 15.325563 22.3125 15.326172 22.314156 15.326172 22.410156 C 15.290172 23.983156 15.259953 24.658297 15.251953 24.779297 C 15.242953 24.962297 15.275609 25.1455 15.349609 25.3125 C 15.561609 25.8195 15.763703 26.33375 15.970703 26.84375 C 16.020703 26.95675 16.034312 26.932656 16.070312 26.847656 C 16.755312 25.231656 16.709328 25.345859 16.736328 25.255859 C 16.776328 25.131859 16.797734 25.004 16.802734 24.875 C 16.804734 24.585 16.742188 22.393672 16.742188 22.388672 C 16.740187 22.329672 16.758359 22.310547 16.818359 22.310547 z\"/></svg></li><li title=\"crop alt solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 8 4 L 8 8 L 4 8 L 4 10 L 8 10 L 8 24 L 22 24 L 22 28 L 24 28 L 24 24 L 28 24 L 28 22 L 22 22 L 11.4375 22 L 10 22 L 10 20.5625 L 10 10 L 10 4 L 8 4 z M 12 8 L 12 10 L 22 10 L 22 20 L 24 20 L 24 8 L 12 8 z\"/></svg></li><li title=\"crop solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 8 4 L 8 8 L 4 8 L 4 10 L 8 10 L 8 24 L 22 24 L 22 28 L 24 28 L 24 24 L 28 24 L 28 22 L 11.4375 22 L 22 11.4375 L 22 21 L 24 21 L 24 9.4375 L 27.71875 5.71875 L 26.28125 4.28125 L 22.5625 8 L 11 8 L 11 10 L 20.5625 10 L 10 20.5625 L 10 4 Z\"/></svg></li><li title=\"cross solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 13 3 L 13 9 L 7 9 L 7 15 L 13 15 L 13 29 L 19 29 L 19 15 L 25 15 L 25 9 L 19 9 L 19 3 Z M 15 5 L 17 5 L 17 11 L 23 11 L 23 13 L 17 13 L 17 27 L 15 27 L 15 13 L 9 13 L 9 11 L 15 11 Z\"/></svg></li><li title=\"crosshairs solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 15 3 L 15 5.0625 C 9.734375 5.539063 5.539063 9.734375 5.0625 15 L 3 15 L 3 17 L 5.0625 17 C 5.539063 22.265625 9.734375 26.460938 15 26.9375 L 15 29 L 17 29 L 17 26.9375 C 22.265625 26.460938 26.460938 22.265625 26.9375 17 L 29 17 L 29 15 L 26.9375 15 C 26.460938 9.734375 22.265625 5.539063 17 5.0625 L 17 3 Z M 15 7.03125 L 15 9 L 17 9 L 17 7.03125 C 21.191406 7.484375 24.515625 10.808594 24.96875 15 L 23 15 L 23 17 L 24.96875 17 C 24.515625 21.191406 21.191406 24.515625 17 24.96875 L 17 23 L 15 23 L 15 24.96875 C 10.808594 24.515625 7.484375 21.191406 7.03125 17 L 9 17 L 9 15 L 7.03125 15 C 7.484375 10.808594 10.808594 7.484375 15 7.03125 Z\"/></svg></li><li title=\"crow solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 7 6 C 4.791 6 3 7.791 3 10 L 3 15 C 3 19.078645 6.0548764 22.438586 10 22.931641 L 10 27 L 12 27 L 12 23 L 13 23 L 14 23 L 14 27 L 16 27 L 16 23 L 22.384766 23 L 25.462891 25 L 29.462891 25 L 11 13 L 11 10 L 15 10 C 15 8.343 12.796 7 11 7 L 9.6191406 7 C 8.9159072 6.385563 8.0071175 6 7 6 z M 7 8 C 7.2018241 8 7.392375 8.0398719 7.5761719 8.0957031 A 1 1 0 0 0 8 10 A 1 1 0 0 0 8.9042969 9.4238281 C 8.9601281 9.607625 9 9.7981759 9 10 L 9 13 L 9 14.085938 L 9.9101562 14.675781 L 19.638672 21 L 13 21 L 11 21 C 7.692 21 5 18.308 5 15 L 5 10 C 5 8.897 5.897 8 7 8 z\"/></svg></li><li title=\"crown solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 14.355469 3 13 4.355469 13 6 C 13 7.125 13.632813 8.113281 14.5625 8.625 L 11.625 14.5 L 7.03125 11.21875 C 7.632813 10.667969 8 9.871094 8 9 C 8 7.355469 6.644531 6 5 6 C 3.355469 6 2 7.355469 2 9 C 2 10.347656 2.925781 11.46875 4.15625 11.84375 L 6 22 L 6 27 L 26 27 L 26 22 L 27.84375 11.84375 C 29.074219 11.46875 30 10.347656 30 9 C 30 7.355469 28.644531 6 27 6 C 25.355469 6 24 7.355469 24 9 C 24 9.871094 24.367188 10.667969 24.96875 11.21875 L 20.375 14.5 L 17.4375 8.625 C 18.367188 8.113281 19 7.125 19 6 C 19 4.355469 17.644531 3 16 3 Z M 16 5 C 16.5625 5 17 5.4375 17 6 C 17 6.5625 16.5625 7 16 7 C 15.4375 7 15 6.5625 15 6 C 15 5.4375 15.4375 5 16 5 Z M 5 8 C 5.5625 8 6 8.4375 6 9 C 6 9.5625 5.5625 10 5 10 C 4.4375 10 4 9.5625 4 9 C 4 8.4375 4.4375 8 5 8 Z M 27 8 C 27.5625 8 28 8.4375 28 9 C 28 9.5625 27.5625 10 27 10 C 26.4375 10 26 9.5625 26 9 C 26 8.4375 26.4375 8 27 8 Z M 16 10.25 L 19.09375 16.4375 L 20.59375 16.8125 L 25.59375 13.25 L 24.1875 21 L 7.8125 21 L 6.40625 13.25 L 11.40625 16.8125 L 12.90625 16.4375 Z M 8 23 L 24 23 L 24 25 L 8 25 Z\"/></svg></li><li title=\"crutch solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 19.46875 4 C 19.3125 3.988281 19.152344 4.007813 19 4.03125 C 18.386719 4.132813 17.832031 4.523438 17.53125 5.125 L 17.03125 6.0625 L 17.03125 6.09375 C 16.773438 6.628906 16.796875 7.25 17.03125 7.78125 L 15.96875 8.84375 C 14.558594 10.253906 13.578125 12.003906 13.09375 13.9375 L 12.375 16.78125 L 11.125 18 L 11.84375 18.71875 L 7.3125 23.28125 L 6.4375 23.40625 L 5 24.84375 L 7.15625 27 L 8.59375 25.5625 L 8.71875 24.6875 L 13.28125 20.15625 L 14 20.875 L 15.21875 19.625 L 18.0625 18.90625 C 19.996094 18.421875 21.746094 17.441406 23.15625 16.03125 L 24.21875 14.96875 C 24.75 15.191406 25.367188 15.199219 25.90625 14.9375 L 25.9375 14.9375 L 26.875 14.46875 C 28.082031 13.867188 28.359375 12.203125 27.40625 11.25 L 27.375 11.1875 L 20.9375 4.78125 L 20.75 4.59375 C 20.390625 4.234375 19.933594 4.03125 19.46875 4 Z M 19.3125 6 C 19.316406 6.003906 19.335938 5.992188 19.34375 6 L 26 12.65625 C 26.007813 12.664063 25.996094 12.683594 26 12.6875 L 25.03125 13.15625 C 25.023438 13.160156 25.007813 13.164063 25 13.15625 L 18.84375 7 C 18.835938 6.992188 18.839844 6.980469 18.84375 6.96875 Z M 18.3125 9.3125 L 22.6875 13.6875 L 21.75 14.59375 C 21.570313 14.773438 21.378906 14.929688 21.1875 15.09375 L 16.90625 10.8125 C 17.070313 10.621094 17.226563 10.429688 17.40625 10.25 Z M 15.78125 12.53125 L 19.46875 16.21875 C 18.859375 16.53125 18.230469 16.800781 17.5625 16.96875 L 16.09375 17.34375 L 16.71875 16.71875 L 15.28125 15.28125 L 14.65625 15.90625 L 15.03125 14.4375 C 15.199219 13.769531 15.46875 13.140625 15.78125 12.53125 Z\"/></svg></li><li title=\"css3 alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6 4 L 8 25 L 16 28 L 24 25 L 26 4 L 6 4 z M 9.3320312 7 L 22.652344 7 L 22.390625 10 L 16.695312 13 L 19.121094 13 L 22 13 L 22.123047 13 L 21.611328 19.007812 L 21.630859 19 L 21.355469 22 L 16 24 L 10.634766 22 L 10.304688 18 L 13.326172 18 L 13.482422 20.033203 L 16 20.904297 L 18.521484 20.050781 L 18.867188 16 L 10.130859 16 L 9.8730469 13 L 15.783203 10 L 9.609375 10 L 9.3320312 7 z\"/></svg></li><li title=\"css3 \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 8.21875 5 L 8.0625 5.8125 L 7.5625 8.6875 L 7.34375 9.875 L 21.46875 9.875 L 21.15625 11.6875 L 7.03125 11.6875 L 6.875 12.5 L 6.375 15.375 L 6.15625 16.53125 L 20.28125 16.53125 L 19.5625 20.59375 L 14.34375 23 L 10.25 20.75 L 10.46875 19.53125 L 10.6875 18.375 L 5.8125 18.375 L 5.6875 19.1875 L 5 23 L 4.84375 23.75 L 5.53125 24.09375 L 13.34375 27.90625 L 13.75 28.09375 L 14.15625 27.9375 L 23.3125 24.09375 L 23.8125 23.90625 L 23.9375 23.34375 L 27 6.1875 L 27.21875 5 Z M 9.875 7 L 24.8125 7 L 22.0625 22.46875 L 13.78125 25.875 L 7.09375 22.625 L 7.5 20.375 L 8.28125 20.375 L 8.03125 21.8125 L 8.65625 22.15625 L 13.8125 25 L 14.25 25.25 L 14.71875 25.03125 L 20.875 22.1875 L 21.34375 21.96875 L 21.4375 21.4375 L 22.46875 15.71875 L 22.6875 14.53125 L 8.5625 14.53125 L 8.6875 13.6875 L 22.84375 13.6875 L 22.96875 12.84375 L 23.65625 9.03125 L 23.875 7.875 L 9.75 7.875 Z\"/></svg></li><li title=\"cube solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4.40625 L 15.59375 4.59375 L 5.59375 9.09375 L 5 9.34375 L 5 22.03125 L 5.5 22.3125 L 15.5 27.875 L 16 28.15625 L 16.5 27.875 L 26.5 22.3125 L 27 22.03125 L 27 9.34375 L 26.40625 9.09375 L 16.40625 4.59375 Z M 16 6.59375 L 23.6875 10.03125 L 16 13.875 L 8.3125 10.03125 Z M 7 11.625 L 15 15.625 L 15 25.28125 L 7 20.84375 Z M 25 11.625 L 25 20.84375 L 17 25.28125 L 17 15.625 Z\"/></svg></li><li title=\"cubes solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 L 15.625 4.15625 L 9.625 6.5625 L 9 6.8125 L 9 13.53125 L 3.59375 15.875 L 3 16.15625 L 3 24.21875 L 3.5 24.53125 L 9.5 27.875 L 9.96875 28.125 L 10.4375 27.90625 L 16 25.125 L 21.5625 27.90625 L 22.03125 28.125 L 22.5 27.875 L 28.5 24.53125 L 29 24.21875 L 29 16.15625 L 28.40625 15.875 L 23 13.53125 L 23 6.8125 L 22.375 6.5625 L 16.375 4.15625 Z M 16 6.1875 L 19.28125 7.46875 L 16 8.75 L 12.71875 7.46875 Z M 11 8.9375 L 15 10.46875 L 15 15.34375 L 11 13.5625 Z M 21 8.9375 L 21 13.5625 L 17 15.34375 L 17 10.46875 Z M 10 15.3125 L 13.625 16.90625 L 10 18.6875 L 6.375 16.875 Z M 22 15.3125 L 25.625 16.875 L 22 18.6875 L 18.375 16.90625 L 19.5 16.40625 Z M 5 18.40625 L 9 20.40625 L 9 25.3125 L 5 23.0625 Z M 27 18.40625 L 27 23.0625 L 23 25.3125 L 23 20.40625 Z M 15 18.46875 L 15 23.375 L 11 25.375 L 11 20.40625 Z M 17 18.46875 L 21 20.40625 L 21 25.375 L 17 23.375 Z\"/></svg></li><li title=\"cut solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 19.65625 4.3125 C 18.882813 4.40625 18.195313 4.953125 17.96875 5.75 L 15.3125 15.0625 L 11.96875 16.03125 C 11.730469 14.335938 10.257813 13 8.5 13 C 6.578125 13 5 14.578125 5 16.5 C 5 18.421875 6.578125 20 8.5 20 C 9.789063 20 10.925781 19.269531 11.53125 18.21875 L 14.65625 17.34375 L 13.78125 20.46875 C 12.730469 21.074219 12 22.210938 12 23.5 C 12 25.421875 13.578125 27 15.5 27 C 17.421875 27 19 25.421875 19 23.5 C 19 21.742188 17.664063 20.269531 15.96875 20.03125 L 20.4375 4.375 C 20.171875 4.300781 19.914063 4.28125 19.65625 4.3125 Z M 27.625 11.5625 L 18.90625 14.03125 L 18.25 16.3125 L 26.25 14.03125 C 27.3125 13.726563 27.929688 12.625 27.625 11.5625 Z M 8.5 15 C 9.339844 15 10 15.660156 10 16.5 C 10 17.339844 9.339844 18 8.5 18 C 7.660156 18 7 17.339844 7 16.5 C 7 15.660156 7.660156 15 8.5 15 Z M 15.5 22 C 16.339844 22 17 22.660156 17 23.5 C 17 24.339844 16.339844 25 15.5 25 C 14.660156 25 14 24.339844 14 23.5 C 14 22.660156 14.660156 22 15.5 22 Z\"/></svg></li><li title=\"cuttlefish \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 17 3 C 9.831 3 4 8.831 4 16 C 4 23.169 9.832 29 17 29 C 20.641 29 24.016953 27.535 26.501953 24.875 L 27.376953 23.939453 L 26.306641 23.232422 C 23.221641 20.468422 21.938156 17.495047 21.785156 17.123047 C 20.619156 18.684047 18.789 20 17 20 C 14.791 20 13 18.209 13 16 C 13 13.791 14.791 12 17 12 C 18.793 12 20.627922 13.320719 21.794922 14.886719 C 21.931922 14.579719 23.678641 10.735578 26.306641 8.7675781 L 27.376953 8.0605469 L 26.501953 7.125 C 24.014953 4.465 20.641 3 17 3 z M 17 5 C 19.751 5 22.322844 5.9887344 24.339844 7.8027344 C 23.068844 8.9497344 22.038922 10.370031 21.294922 11.582031 C 20.072922 10.667031 18.59 10 17 10 C 13.692 10 11 12.692 11 16 C 11 19.308 13.692 22 17 22 C 18.591 22 20.074875 21.330063 21.296875 20.414062 C 22.004875 21.515062 23.01 22.843062 24.375 24.164062 C 22.353 25.999063 19.767 27 17 27 C 10.935 27 6 22.065 6 16 C 6 9.935 10.934 5 17 5 z\"/></svg></li><li title=\"d and d beyond \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 15.919922 11.001953 C 15.013922 10.956953 15.004672 11.753516 15.013672 11.853516 C 15.031672 12.080516 15.158203 12.197266 15.158203 12.197266 C 15.113203 12.043266 15.149891 11.880484 15.212891 11.771484 C 15.257891 11.907484 15.331828 12.061688 15.548828 12.179688 C 15.530828 12.070688 15.538219 11.925406 15.574219 11.816406 C 15.511219 11.571406 15.666234 11.363281 15.865234 11.363281 C 16.173234 11.363281 16.245266 11.763578 16.072266 12.017578 C 16.172266 12.162578 16.326781 12.270141 16.425781 12.369141 C 16.570781 12.206141 16.671875 11.943141 16.671875 11.744141 C 16.673875 11.372141 16.427922 11.028953 15.919922 11.001953 z M 16.826172 11.292969 C 16.826172 11.328969 16.844719 11.673656 17.261719 11.972656 C 17.397719 12.063656 17.388672 12.162437 17.388672 12.398438 C 17.470672 12.353438 17.560922 12.297719 17.669922 12.261719 C 17.615922 12.315719 17.541859 12.389703 17.505859 12.470703 C 17.550859 12.416703 17.849969 12.233641 18.167969 12.306641 C 18.094969 12.324641 17.996063 12.360594 17.914062 12.433594 C 17.950063 12.424594 18.040469 12.398781 18.230469 12.425781 L 18.230469 12.234375 C 18.448469 12.234375 19.28125 12.080672 19.28125 13.013672 C 19.28125 13.947672 18.438766 13.802734 18.384766 13.802734 C 18.647766 14.001734 18.647375 14.345156 18.484375 14.535156 L 18.503906 14.535156 C 20.017906 14.535156 20.162109 13.302141 20.162109 12.994141 C 20.162109 12.823141 20.117859 11.545656 18.630859 11.472656 C 17.171859 11.472656 17.144172 11.482969 16.826172 11.292969 z M 11.6875 11.300781 C 11.6875 11.336781 11.706047 11.673656 12.123047 11.972656 C 12.196047 12.035656 12.25 12.081484 12.25 12.271484 L 12.25 14.029297 C 12.25 14.219297 12.214812 14.273359 12.132812 14.318359 C 12.123812 14.327359 11.787531 14.527344 11.769531 14.527344 L 13.365234 14.527344 C 13.818234 14.527344 14.152969 14.463719 14.542969 14.136719 C 14.515969 13.909719 14.551125 13.71175 14.578125 13.59375 C 14.569125 13.59375 14.496172 13.665859 14.451172 13.755859 C 14.451172 13.492859 14.524719 13.057266 14.886719 12.822266 C 14.886719 12.823266 14.723516 12.787906 14.478516 12.878906 C 14.569516 12.733906 14.931219 12.515625 14.949219 12.515625 C 14.614219 11.436625 13.455078 11.464422 13.455078 11.482422 C 12.096078 11.482422 12.0135 11.490781 11.6875 11.300781 z M 15.666016 11.736328 C 15.593016 11.809328 15.547328 12.089375 15.611328 12.234375 C 15.720328 12.297375 15.811078 12.405859 15.830078 12.505859 C 15.730078 12.278859 15.312313 12.234125 15.195312 11.953125 C 15.168313 12.053125 15.186234 12.180719 15.240234 12.261719 C 15.240234 12.261719 15.140828 12.225375 14.923828 12.234375 C 15.005828 12.261375 15.160578 12.388703 15.142578 12.470703 C 15.124578 12.552703 14.824687 12.632344 14.679688 12.777344 C 14.897687 12.732344 14.997203 12.768375 15.033203 12.859375 C 15.060203 12.922375 15.024625 13.013281 15.015625 13.113281 C 15.088625 13.031281 15.332672 12.868031 15.513672 12.832031 C 15.468672 12.823031 15.359453 12.796875 15.314453 12.796875 C 15.441453 12.651875 15.713188 12.607766 15.867188 12.634766 C 15.767188 12.634766 15.585672 12.687953 15.513672 12.751953 C 15.586672 12.760953 15.649125 12.778875 15.703125 12.796875 C 15.603125 12.832875 15.486406 12.951125 15.441406 13.078125 C 15.758406 12.851125 16.038812 13.313219 15.757812 13.449219 C 15.793812 13.458219 15.885875 13.450828 15.921875 13.423828 C 15.903875 13.477828 15.830156 13.558172 15.785156 13.576172 C 15.912156 13.576172 16.10125 13.495141 16.15625 13.369141 C 16.15625 13.369141 16.075063 13.395375 16.039062 13.359375 C 16.012062 13.332375 16.039062 13.2235 16.039062 13.1875 C 15.948063 13.2875 15.894141 13.106469 15.994141 12.980469 C 15.949141 12.962469 15.830156 12.953125 15.785156 12.953125 C 15.930156 12.908125 16.257922 12.870359 16.294922 12.943359 C 16.321922 12.988359 16.248047 13.097656 16.248047 13.097656 C 16.429047 13.070656 16.621828 13.142219 16.548828 13.324219 C 16.682828 13.258219 16.800672 13.059563 16.763672 12.851562 C 16.754672 12.896562 16.691719 12.960516 16.636719 12.978516 C 16.645719 12.915516 16.590922 12.877375 16.544922 12.859375 C 16.626922 12.424375 15.882156 12.215484 15.910156 11.771484 C 15.865156 11.834484 15.829 11.998656 15.875 12.097656 C 15.993 12.242656 16.265125 12.396391 16.328125 12.650391 C 16.210125 12.360391 15.648016 12.134328 15.666016 11.736328 z M 13.345703 12.214844 C 13.670547 12.215266 14.144531 12.304156 14.144531 13.003906 C 14.144531 13.946906 13.31075 13.792969 13.09375 13.792969 L 13.09375 12.224609 C 13.14575 12.224609 13.237422 12.214703 13.345703 12.214844 z M 17.832031 12.396484 C 17.596031 12.414484 17.425516 12.686391 17.353516 12.650391 C 17.299516 12.632391 17.416016 12.488281 17.416016 12.488281 C 17.180016 12.615281 16.998125 12.895172 16.953125 13.076172 C 17.161125 12.813172 17.578797 12.633922 17.841797 12.669922 C 17.370797 12.687922 16.963438 13.103766 16.773438 13.384766 C 16.864438 13.420766 16.8455 13.411984 17.0625 13.583984 C 17.5245 12.477984 18.042547 12.877719 18.060547 12.886719 C 18.160547 12.795719 18.494781 12.714766 18.675781 12.759766 C 18.566781 12.642766 18.339172 12.478516 18.076172 12.478516 C 17.858172 12.478516 17.741844 12.579969 17.714844 12.542969 C 17.687844 12.497969 17.786031 12.423484 17.832031 12.396484 z M 16.128906 12.605469 C 16.273906 12.668469 16.318359 12.804688 16.318359 12.804688 C 16.191359 12.804688 16.155906 12.705469 16.128906 12.605469 z M 14.960938 12.859375 C 14.960938 12.859375 14.578969 13.113484 14.542969 13.521484 C 14.542969 13.521484 14.588766 13.449453 14.634766 13.439453 C 14.661766 13.421453 14.696156 13.439484 14.660156 13.521484 C 14.651156 13.548484 14.397484 14.237219 14.896484 14.699219 C 14.869484 14.626219 14.805859 14.355187 15.005859 14.617188 C 15.005859 14.635188 15.277891 14.935547 15.712891 14.935547 C 16.337891 14.935547 16.665891 14.482906 16.837891 14.128906 C 16.791891 14.074906 16.609953 13.938078 16.501953 13.830078 C 16.392953 14.020078 16.129953 14.310547 15.876953 14.310547 C 15.414953 14.310547 15.177469 13.648469 15.730469 13.105469 C 15.703469 13.096469 15.531188 13.023844 15.367188 13.214844 C 15.367188 13.078844 15.412984 12.986063 15.458984 12.914062 C 15.304984 12.977063 15.014406 13.168344 14.941406 13.277344 C 14.950406 13.014344 15.01375 12.933141 14.96875 12.869141 L 14.960938 12.859375 z M 17.824219 12.878906 C 17.688219 12.878906 17.561469 12.94025 17.480469 13.03125 C 17.444469 13.06725 17.418625 13.114391 17.390625 13.150391 L 17.390625 13.865234 C 17.544625 13.983234 17.706391 13.729063 17.525391 13.539062 C 17.588391 13.548063 17.734906 13.658547 17.753906 13.685547 C 17.753906 13.685547 17.871469 13.658203 17.980469 13.658203 C 18.080469 13.658203 18.161375 13.676891 18.234375 13.712891 L 18.234375 12.878906 C 18.186375 12.896906 18.131281 12.923406 18.113281 12.941406 L 18.078125 12.96875 L 18.033203 12.941406 C 17.988203 12.896406 17.905219 12.878906 17.824219 12.878906 z M 16.111328 13.003906 C 16.011328 13.193906 16.256547 13.276953 16.310547 13.376953 C 16.355547 13.458953 16.275187 13.594812 16.492188 13.757812 C 17.163187 14.283812 16.908891 14.120031 16.962891 14.582031 C 16.989891 14.772031 17.153906 14.881969 17.253906 14.917969 C 17.153906 14.826969 17.117906 14.626234 17.253906 14.490234 C 17.253906 15.124234 18.122922 15.09825 18.294922 14.78125 C 18.194922 14.83525 17.977719 14.772219 17.886719 14.699219 C 18.240719 14.745219 18.540594 14.50875 18.558594 14.21875 C 18.558594 13.92875 18.267406 13.702469 17.941406 13.730469 C 18.303406 13.793469 18.195844 14.354094 17.714844 14.246094 C 17.886844 14.128094 17.859156 13.803547 17.660156 13.685547 C 17.723156 13.875547 17.525172 14.056578 17.326172 13.892578 C 17.217172 13.801578 16.963703 13.594906 16.845703 13.503906 C 16.736703 13.403906 16.591875 13.458875 16.546875 13.421875 C 16.483875 13.367875 16.5195 13.248359 16.4375 13.193359 C 16.3645 13.157359 16.302469 13.175437 16.230469 13.148438 C 16.167469 13.121438 16.111328 13.066906 16.111328 13.003906 z M 17.832031 13.775391 C 17.923031 13.956391 17.877797 14.119594 17.841797 14.183594 C 17.959797 14.165594 18.087891 14.110375 18.087891 13.984375 C 18.087891 13.802375 17.868031 13.784391 17.832031 13.775391 z M 17.730469 16.039062 C 14.030469 16.039062 13.850937 21 17.710938 21 C 21.610937 21 21.420469 16.039062 17.730469 16.039062 z M 28.980469 16.080078 C 27.950469 16.080078 26.980703 16.149453 26.470703 16.189453 L 26.839844 16.599609 L 26.839844 20.460938 L 26.470703 20.869141 C 26.990703 20.909141 28.010781 20.970703 29.050781 20.970703 C 31.150781 20.970703 32 19.939297 32 18.529297 C 32 17.059297 30.840469 16.080078 28.980469 16.080078 z M 0.15039062 16.179688 L 0.5703125 16.609375 L 0.5703125 18.080078 L 0 18.080078 L 0.5703125 18.810547 L 0.5703125 20.429688 L 0.15039062 20.859375 C 3.2403906 20.859375 3.8407031 20.930547 4.4707031 20.560547 C 4.8107031 20.360547 4.9707031 20.069688 4.9707031 19.679688 C 4.9707031 19.429687 5.1 18.739922 4 18.419922 C 4.86 18.189922 4.8105469 17.519688 4.8105469 17.429688 C 4.8105469 16.399687 3.6009375 16.179688 2.9609375 16.179688 L 0.15039062 16.179688 z M 8.9101562 16.179688 L 5.2304688 16.189453 L 5.5996094 16.599609 L 5.5996094 20.449219 L 5.2304688 20.859375 L 9.2890625 20.859375 L 10 19.800781 L 6.9902344 19.810547 L 6.9902344 19.039062 L 8.1503906 19.050781 L 8.1503906 19.039062 L 8.8496094 17.980469 L 6.9902344 17.980469 L 6.9902344 17.240234 L 9.609375 17.240234 L 8.9101562 16.189453 L 8.9101562 16.179688 z M 20.740234 16.179688 L 21.109375 16.609375 L 21.109375 20.449219 L 20.75 20.869141 L 22.699219 20.869141 L 22.330078 20.460938 L 22.330078 18.089844 L 22.349609 18.089844 C 22.529609 18.619844 24.569531 20.229141 24.769531 20.869141 L 25.839844 20.869141 L 25.839844 16.609375 L 26.210938 16.189453 L 24.25 16.189453 L 24.599609 16.599609 L 24.599609 18.730469 L 24.580078 18.730469 C 24.310078 18.010469 22.470312 16.649687 22.320312 16.179688 L 20.740234 16.179688 z M 9.5605469 16.189453 L 11.759766 19.480469 L 11.769531 20.449219 L 11.390625 20.859375 L 13.519531 20.859375 L 13.160156 20.449219 L 13.150391 19.5 L 15.349609 16.189453 L 13.269531 16.189453 L 13.570312 16.550781 L 12.550781 18.410156 L 12.529297 18.410156 L 11.480469 16.550781 L 11.800781 16.189453 L 9.5605469 16.189453 z M 1.9296875 17.050781 C 2.9296875 17.050781 3.4101562 17.01 3.4101562 17.5 L 3.4101562 17.650391 C 3.4101562 18.260391 2.4596875 18.089844 1.9296875 18.089844 L 1.9296875 17.050781 z M 17.720703 17.150391 C 19.560703 17.150391 19.660937 19.910156 17.710938 19.910156 C 15.840937 19.910156 15.870703 17.150391 17.720703 17.150391 z M 28.761719 17.162109 C 29.927383 17.132441 30.570312 17.529766 30.570312 18.509766 C 30.570312 19.789766 29.500469 20.019375 28.230469 19.859375 L 28.230469 17.199219 C 28.417969 17.177969 28.595195 17.166348 28.761719 17.162109 z M 2.4433594 18.869141 C 2.9903906 18.861641 3.5703125 18.900312 3.5703125 19.320312 L 3.5703125 19.539062 L 3.5800781 19.539062 C 3.5800781 20.099062 2.9496875 20.009766 1.9296875 20.009766 L 1.9296875 18.880859 C 2.0821875 18.880859 2.2610156 18.871641 2.4433594 18.869141 z\"/></svg></li><li title=\"d and d \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 12.912109 5.0019531 C 12.603359 4.9923281 12.282844 5.0142187 11.964844 5.0742188 C 10.856844 5.2842187 10.420922 5.7308281 10.044922 6.0488281 C 10.023922 5.7958281 10.091828 5.5420625 10.173828 5.2890625 C 9.1958281 5.9850625 8.59875 6.9225156 8.34375 8.1035156 C 8.21375 7.7985156 8.1751094 7.4937812 8.1621094 7.1757812 C 7.6991094 7.7947813 7.5872812 8.5070937 7.6132812 9.2460938 C 7.6432813 10.144094 7.8894531 10.964188 8.5644531 11.617188 C 8.3694531 10.818187 8.4906094 10.057969 8.8496094 9.2929688 C 9.1606094 10.319969 9.77675 11.062156 10.71875 11.535156 C 10.72375 11.509156 10.726562 11.501281 10.726562 11.488281 C 10.726563 11.466281 10.726656 11.440922 10.722656 11.419922 C 10.631656 10.818922 10.683078 10.221813 10.830078 9.6328125 C 10.847078 9.5808125 10.839078 9.5208437 10.830078 9.4648438 C 10.692078 8.7688437 10.809734 8.1287969 11.302734 7.5917969 C 11.920734 6.9217969 12.990187 6.9094062 13.617188 7.5664062 C 13.920188 7.8804062 14.058422 8.2704062 14.107422 8.6914062 C 14.184422 9.3704063 14.032828 10.000078 13.673828 10.580078 C 13.634828 10.640078 13.629734 10.684328 13.677734 10.736328 C 14.136734 11.260328 13.445875 10.59075 15.296875 12.34375 C 15.378875 12.42175 15.459875 12.501984 15.546875 12.583984 C 15.922875 12.123984 16.216406 11.609172 16.441406 11.076172 C 16.830406 10.156172 17.029781 9.2146563 16.800781 8.2226562 C 16.424781 6.5906563 15.450156 5.5171875 13.785156 5.1171875 C 13.517156 5.0526875 13.220859 5.0115781 12.912109 5.0019531 z M 11.458984 9.0722656 C 11.384984 9.1582656 11.320156 9.2544219 11.285156 9.3574219 C 11.211156 9.5894219 11.134797 9.8206406 11.091797 10.056641 C 10.991797 10.593641 10.978094 11.134875 11.121094 11.671875 C 11.147094 11.757875 11.189578 11.813234 11.267578 11.865234 C 11.683578 12.140234 12.030094 12.484453 12.246094 12.939453 C 12.280094 13.021453 12.306797 13.107266 12.341797 13.197266 C 12.199797 13.034266 12.072781 12.870516 11.925781 12.728516 C 11.449781 12.273516 10.75825 11.998641 9.90625 11.431641 C 9.47825 11.144641 9.1137656 10.79225 8.8847656 10.28125 C 8.7327656 10.88325 8.7985625 11.419359 9.1015625 11.943359 C 8.5395625 11.793359 7.9816719 11.764156 7.3886719 11.785156 C 7.7736719 12.030156 8.11475 12.304219 8.34375 12.699219 C 8.50775 12.987219 8.4738438 13.146844 8.2148438 13.339844 C 7.4748437 13.846844 6.6009687 14.143297 5.9179688 14.779297 C 5.9689687 14.792297 6.0039688 14.783297 6.0429688 14.779297 C 6.3759688 14.727297 6.7087813 14.683656 7.0507812 14.722656 C 7.5177813 14.773656 7.8373437 15.019828 7.9023438 15.423828 C 7.9333437 15.612828 7.9244375 15.814813 7.8984375 16.007812 C 7.8724375 16.213813 7.8038594 16.415094 7.7558594 16.621094 C 8.5518594 15.938094 9.4250781 15.392797 10.455078 15.091797 C 10.121078 15.031797 9.7931719 14.972109 9.4511719 14.912109 C 10.407172 13.859109 12.263281 13.876672 12.488281 14.013672 C 11.783281 14.073672 11.108562 14.240625 10.476562 14.640625 C 11.155563 14.795625 10.883016 14.727109 11.541016 14.912109 C 10.875016 15.251109 10.398859 15.724531 10.130859 16.394531 C 10.480859 16.192531 10.857953 16.124203 11.251953 16.158203 C 12.176953 16.239203 12.708031 16.965094 12.332031 17.871094 C 12.237031 18.099094 12.093625 18.289547 11.890625 18.435547 L 11.904297 18.474609 C 12.177297 18.440609 12.453375 18.405094 12.734375 18.371094 C 12.595375 18.698094 12.349875 18.938625 12.046875 19.140625 C 12.734875 19.205625 13.903719 18.53825 14.011719 18.03125 C 13.743719 18.05225 13.345031 18.15675 13.332031 17.71875 C 13.328031 17.61575 13.319125 17.700641 13.453125 16.931641 C 13.409125 16.965641 13.362547 17.009828 13.310547 17.048828 C 12.999547 17.263828 12.826203 16.915719 12.908203 16.636719 C 12.986203 16.370719 13.071203 16.103219 13.158203 15.824219 C 12.846203 15.725219 12.497578 15.698641 12.142578 15.681641 C 12.358578 15.565641 13.565578 15.286375 14.642578 15.484375 C 15.070578 15.561375 14.822141 16.058312 14.619141 16.445312 C 15.056141 16.479312 15.317328 16.479156 15.611328 16.535156 C 16.541328 16.720156 16.341219 17.533562 16.324219 17.726562 C 17.107219 17.365563 17.683953 16.071125 17.501953 15.203125 C 17.333953 15.482125 17.125969 15.714172 16.792969 15.826172 C 16.805969 15.508172 16.641047 15.324891 16.373047 15.212891 C 16.347047 15.199891 16.320219 15.152953 16.324219 15.126953 C 16.393219 14.670953 16.286125 14.255469 16.078125 13.855469 C 15.806125 13.322469 15.403703 12.900094 14.970703 12.496094 C 13.719703 11.327094 13.045891 10.761531 12.837891 9.7695312 C 12.802891 9.6105312 12.799344 9.4514844 12.777344 9.2714844 C 12.743344 9.3274844 12.717313 9.3691094 12.695312 9.4121094 C 12.509312 9.8241094 12.457766 10.263938 12.509766 10.710938 C 12.531766 10.890938 12.587469 11.048734 12.730469 11.177734 C 13.154469 11.564734 13.577188 11.955469 13.992188 12.355469 C 14.425187 12.772469 14.823063 13.248641 15.039062 13.806641 C 14.970062 13.746641 14.924953 13.674469 14.876953 13.605469 C 14.565953 13.171469 14.162437 12.818125 13.773438 12.453125 C 13.276437 11.989125 12.773641 11.533828 12.306641 11.048828 C 11.458641 10.168828 11.484984 9.3682656 11.458984 9.0722656 z M 23.310547 12.587891 C 23.284547 12.587891 23.258516 12.597563 23.228516 12.601562 C 22.393516 12.743562 21.900281 13.267047 21.113281 13.873047 C 20.663281 14.221047 20.517703 14.035563 20.595703 13.851562 C 20.656703 13.701562 20.738406 13.563875 20.816406 13.421875 C 20.859406 13.344875 20.914797 13.276125 20.966797 13.203125 C 20.957797 13.194125 20.9455 13.189641 20.9375 13.181641 C 19.7695 13.967641 18.917406 15.003078 18.441406 16.330078 C 18.454406 16.343078 18.471375 16.356141 18.484375 16.369141 C 18.497375 16.343141 18.506437 16.317875 18.523438 16.296875 C 18.973437 15.776875 19.508469 15.360578 20.105469 15.017578 C 20.892469 14.562578 21.727531 14.230438 22.644531 14.148438 C 22.830531 14.131438 23.021891 14.144531 23.212891 14.144531 C 23.134891 14.174531 23.060422 14.183406 22.982422 14.191406 C 22.182422 14.294406 21.447859 14.578328 20.755859 14.986328 C 19.449859 15.755328 18.396859 16.800719 17.505859 18.011719 C 17.492859 18.028719 17.489563 18.049406 17.476562 18.066406 C 18.103562 18.294406 18.513109 18.810969 19.037109 19.167969 C 19.046109 19.163969 19.050688 19.158391 19.054688 19.150391 L 19.107422 19.033203 C 19.635422 17.877203 20.274953 16.786031 21.126953 15.832031 C 21.848953 15.024031 22.770078 14.746609 23.830078 14.974609 C 24.085078 15.030609 24.323219 15.162625 24.574219 15.265625 C 24.673219 15.205625 24.796875 15.129453 24.921875 15.064453 C 25.284875 14.879453 25.674172 14.763734 26.076172 14.677734 C 26.712172 14.544734 27.352953 14.466094 28.001953 14.621094 L 28.001953 14.599609 C 27.978953 14.580609 27.947781 14.563109 27.925781 14.537109 C 27.423781 14.039109 26.845406 13.661531 26.191406 13.394531 C 25.637406 13.171531 25.065844 13.055844 24.464844 13.089844 C 24.031844 13.115844 23.616937 13.223234 23.210938 13.365234 C 23.102937 13.404234 22.990906 13.434937 22.878906 13.460938 C 22.666906 13.512937 22.562781 13.326969 22.675781 13.167969 C 22.813781 12.969969 22.822219 12.988344 23.324219 12.652344 C 23.350219 12.635344 23.376922 12.617891 23.419922 12.587891 L 23.310547 12.587891 z M 13.898438 13.851562 C 14.404437 14.057562 14.728734 14.409531 14.927734 14.894531 C 14.442734 14.946531 14.041438 14.538562 13.898438 13.851562 z M 7.4277344 15.228516 C 6.3807344 16.287516 5.502 17.450375 5 18.859375 C 5.32 18.606375 5.6454844 18.370063 6.0214844 18.164062 C 5.6624844 19.122062 5.1725938 20.432813 5.6835938 22.507812 C 5.8825937 23.323812 6.1985625 24.087906 6.7265625 24.753906 C 6.8515625 24.912906 7.0006719 25.049313 7.1386719 25.195312 C 7.1476719 25.186312 7.1550625 25.183781 7.1640625 25.175781 C 7.1030625 24.874781 7.0696094 24.569375 7.0996094 24.234375 C 7.1946094 24.371375 7.2675156 24.492516 7.3535156 24.603516 C 7.8985156 25.290516 8.5954844 25.780813 9.3964844 26.132812 C 10.477484 26.617812 11.605625 26.703953 12.765625 26.501953 C 15.140625 26.084953 16.688203 24.412859 17.783203 22.255859 C 17.825203 22.180859 17.809141 22.134125 17.744141 22.078125 C 16.040141 20.660125 16.757484 21.239828 15.896484 20.548828 C 15.861484 20.587828 15.896453 20.539734 15.814453 20.677734 C 15.330453 21.498734 14.712109 22.194656 13.912109 22.722656 C 13.466109 23.014656 12.9825 23.230469 12.4375 23.230469 C 11.5035 23.230469 10.785781 22.821156 10.300781 22.035156 C 9.7817812 21.197156 9.7253125 20.287656 9.9453125 19.347656 C 10.282312 17.895656 11.247234 16.976937 11.615234 16.585938 C 10.806234 16.319938 10.187422 16.657641 9.6074219 17.181641 C 9.6424219 16.584641 9.7931875 16.056078 10.117188 15.580078 C 9.0661875 16.035078 8.1314531 16.654797 7.3144531 17.466797 C 7.3014531 17.217797 7.5486406 15.589875 7.5566406 15.546875 C 7.5696406 15.430875 7.5317344 15.318516 7.4277344 15.228516 z M 13.744141 15.960938 C 13.528141 16.433937 13.675547 16.923094 14.060547 17.246094 C 14.255547 17.409094 14.463203 17.559562 14.658203 17.726562 C 14.857203 17.889563 14.978 18.101281 15 18.363281 C 15.017 18.565281 15.035125 18.77075 15.078125 18.96875 C 15.173125 19.42375 15.4625 19.758875 15.8125 20.046875 C 16.5265 20.635875 17.239125 21.2195 17.953125 21.8125 C 18.727125 22.4565 18.554625 23.22175 18.515625 24.21875 C 18.476625 25.20275 19.043844 26.062922 19.964844 26.419922 C 20.007844 26.436922 20.052094 26.445797 20.121094 26.466797 C 19.442094 25.684797 19.683391 24.57075 20.150391 24.21875 C 20.163391 24.31375 20.167453 24.404141 20.189453 24.494141 C 20.596453 26.389141 22.154188 27.2515 23.867188 26.9375 C 24.559188 26.8125 25.190656 26.556891 25.722656 26.087891 C 25.809656 26.010891 25.883516 25.911594 25.978516 25.808594 C 25.143516 26.006594 24.428391 25.812516 23.775391 25.353516 C 23.805391 25.340516 23.831422 25.339844 23.857422 25.339844 C 24.778422 25.416844 25.614219 25.193797 26.324219 24.591797 C 27.168219 23.878797 27.474172 22.749812 27.076172 21.757812 C 26.719172 20.892812 26.057594 20.368937 25.183594 20.085938 C 24.772594 19.952938 24.224359 19.905938 23.943359 19.960938 C 24.371359 20.132938 24.552859 20.244563 24.755859 20.476562 C 25.300859 21.095562 25.205484 21.967547 24.521484 22.435547 C 24.015484 22.783547 23.445844 22.886172 22.839844 22.826172 C 22.787844 22.822172 22.739984 22.809781 22.708984 22.800781 C 22.829984 22.641781 22.968594 22.498937 23.058594 22.335938 C 23.465594 21.613937 23.293594 20.526781 22.683594 19.925781 C 22.592594 19.835781 22.484859 19.758828 22.380859 19.673828 C 22.367859 19.729828 22.376766 19.762969 22.384766 19.792969 C 22.566766 20.505969 22.033547 21.184203 21.310547 21.158203 C 20.981547 21.145203 20.709891 20.996922 20.462891 20.794922 C 19.618891 20.102922 18.771641 19.41475 17.931641 18.71875 C 17.676641 18.50775 17.3905 18.371703 17.0625 18.345703 C 16.8635 18.328703 16.661891 18.319641 16.462891 18.306641 C 16.207891 18.289641 16.080719 18.186313 16.011719 17.945312 C 15.972719 17.799312 15.947969 17.653812 15.917969 17.507812 C 15.852969 17.159813 15.649828 16.948484 15.298828 16.896484 C 15.108828 16.866484 14.912656 16.853031 14.722656 16.832031 C 14.160656 16.772031 13.866141 16.514937 13.744141 15.960938 z\"/></svg></li><li title=\"dashcube \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 24.5 3 L 24.1875 3.28125 L 20.46875 7 L 11 7 C 8.25 7 6 9.25 6 12 L 6 22 C 6 24.75 8.25 27 11 27 L 21 27 C 23.75 27 26 24.75 26 22 L 26 3 Z M 24 6.3125 L 24 22 C 24 23.667969 22.667969 25 21 25 L 11 25 C 9.332031 25 8 23.667969 8 22 L 8 12 C 8 10.332031 9.332031 9 11 9 L 21.3125 9 Z M 13 12 C 11.90625 12 11 12.90625 11 14 L 11 20 C 11 21.09375 11.90625 22 13 22 L 23.40625 22 L 21.71875 20.28125 L 21 19.5625 L 21 14 C 21 12.90625 20.09375 12 19 12 Z M 13 14 L 19 14 L 19 20 L 13 20 Z\"/></svg></li><li title=\"database solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6 4 L 6 28 L 26 28 L 26 4 Z M 8 6 L 24 6 L 24 11 L 8 11 Z M 8 13 L 24 13 L 24 19 L 8 19 Z M 8 21 L 24 21 L 24 26 L 8 26 Z\"/></svg></li><li title=\"deaf solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 3.71875 2.28125 L 2.28125 3.71875 L 28.28125 29.71875 L 29.71875 28.28125 L 21.875 20.4375 C 23.382813 18.203125 25 15.199219 25 12 C 25 7.589844 21.410156 4 17 4 C 13.878906 4 11.160156 5.792969 9.84375 8.40625 Z M 17 6 C 20.308594 6 23 8.691406 23 12 C 23 14.53125 21.726563 17.03125 20.4375 19 L 14.03125 12.59375 C 14.21875 11.089844 15.429688 10 17 10 C 18.078125 10 19.09375 10.589844 19.625 11.53125 L 21.34375 10.53125 C 20.457031 8.96875 18.796875 8 17 8 C 14.921875 8 13.171875 9.203125 12.40625 10.96875 L 11.375 9.9375 C 12.21875 7.640625 14.414063 6 17 6 Z M 11.15625 15.34375 L 11 15.46875 L 11 16 C 11 17.429688 12.214844 17.980469 13.03125 18.34375 C 13.78125 18.675781 14 18.8125 14 19 C 14 19.6875 12.917969 20 11.90625 20 L 11.90625 22 C 13.867188 22 15.28125 21.226563 15.78125 20 Z M 9 22 L 9 23 C 9 25.757813 11.242188 28 14 28 C 16.90625 28 18 26.160156 18.875 24.6875 C 19.085938 24.335938 19.28125 24.003906 19.5 23.6875 L 18.0625 22.25 C 18.039063 22.285156 18.023438 22.34375 18 22.375 C 17.683594 22.808594 17.410156 23.257813 17.15625 23.6875 C 16.320313 25.089844 15.769531 26 14 26 C 12.347656 26 11 24.652344 11 23 L 11 22 Z\"/></svg></li><li title=\"delicious \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 10 5 C 7.25 5 5 7.25 5 10 L 5 22 C 5 24.75 7.25 27 10 27 L 22 27 C 24.75 27 27 24.75 27 22 L 27 10 C 27 7.25 24.75 5 22 5 Z M 10 7 L 16 7 L 16 16 L 25 16 L 25 22 C 25 23.667969 23.667969 25 22 25 L 16 25 L 16 16 L 7 16 L 7 10 C 7 8.332031 8.332031 7 10 7 Z\"/></svg></li><li title=\"democrat solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6.0488281 5 C 5.9550781 5.0075 5.8655469 5.055625 5.8105469 5.140625 C 5.3105469 5.900625 5.2198438 7.3892188 6.0898438 8.1992188 C 6.2298437 8.3292188 6.3907813 8.41 6.5507812 8.5 C 6.4607813 8.57 6.3590625 8.6307031 6.2890625 8.7207031 L 3.2597656 12.759766 C 2.9597656 13.149766 2.920625 13.679141 3.140625 14.119141 L 3.7207031 15.279297 C 3.9407031 15.719297 4.3908594 16 4.8808594 16 L 6.140625 16 C 6.490625 16 6.8105469 15.859141 7.0605469 15.619141 L 8.609375 14.210938 L 11 19 L 25 19 L 25 15.490234 C 25.66 15.980234 25.840469 16.380937 26.730469 17.710938 C 26.930469 18.010938 27.330859 18.090625 27.630859 17.890625 L 28.710938 17.169922 C 29.010938 16.969922 29.090625 16.569766 28.890625 16.259766 L 28.089844 15.070312 C 26.949844 13.350312 25.040703 12 22.970703 12 L 13.400391 12 L 9.9394531 8.5898438 C 10.939453 7.6298438 11.080703 6.0996875 10.470703 5.1796875 C 10.330703 4.9696875 10.029609 4.9391406 9.8496094 5.1191406 L 8.0898438 7.4394531 L 6.3105469 5.0996094 C 6.2405469 5.0246094 6.1425781 4.9925 6.0488281 5 z M 13.568359 14 C 13.636484 14 13.705188 14.034016 13.742188 14.103516 L 14.121094 14.880859 L 14.980469 15.009766 C 15.128469 15.028766 15.183266 15.221266 15.072266 15.322266 L 14.453125 15.933594 L 14.601562 16.783203 C 14.629563 16.940203 14.462984 17.050562 14.333984 16.976562 L 13.566406 16.580078 L 12.800781 16.976562 C 12.661781 17.050563 12.50325 16.940203 12.53125 16.783203 L 12.679688 15.933594 L 12.060547 15.322266 C 11.940547 15.220266 12.005109 15.027766 12.162109 15.009766 L 13.021484 14.880859 L 13.400391 14.103516 C 13.432891 14.034016 13.500234 14 13.568359 14 z M 17.951172 14 C 18.019297 14 18.089953 14.034016 18.126953 14.103516 L 18.505859 14.880859 L 19.363281 15.009766 C 19.510281 15.028766 19.575078 15.221266 19.455078 15.322266 L 18.837891 15.933594 L 18.984375 16.783203 C 19.012375 16.940203 18.855797 17.050562 18.716797 16.976562 L 17.949219 16.580078 L 17.183594 16.976562 C 17.054594 17.050563 16.886063 16.940203 16.914062 16.783203 L 17.0625 15.933594 L 16.443359 15.322266 C 16.332359 15.220266 16.389875 15.027766 16.546875 15.009766 L 17.404297 14.880859 L 17.783203 14.103516 C 17.815703 14.034016 17.883047 14 17.951172 14 z M 22.433594 14 C 22.501719 14 22.570422 14.034016 22.607422 14.103516 L 22.986328 14.880859 L 23.845703 15.009766 C 23.993703 15.028766 24.0575 15.221266 23.9375 15.322266 L 23.318359 15.933594 L 23.466797 16.783203 C 23.494797 16.940203 23.336266 17.050562 23.197266 16.976562 L 22.431641 16.580078 L 21.664062 16.976562 C 21.535062 17.050563 21.368484 16.940203 21.396484 16.783203 L 21.544922 15.933594 L 20.925781 15.322266 C 20.814781 15.220266 20.870344 15.027766 21.027344 15.009766 L 21.886719 14.880859 L 22.265625 14.103516 C 22.298125 14.034016 22.365469 14 22.433594 14 z M 11 21 L 11 26.349609 C 11 26.709609 11.290391 27 11.650391 27 L 14.349609 27 C 14.709609 27 15 26.709609 15 26.349609 L 15 23 L 21 23 L 21 26.349609 C 21 26.709609 21.290391 27 21.650391 27 L 24.349609 27 C 24.709609 27 25 26.709609 25 26.349609 L 25 21 L 11 21 z\"/></svg></li><li title=\"deploydog \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6 6 C 3.794 6 2 7.794 2 10 L 2 22 C 2 24.206 3.794 26 6 26 L 26 26 C 28.206 26 30 24.206 30 22 L 30 10 C 30 7.794 28.206 6 26 6 L 6 6 z M 6 8 L 26 8 C 27.103 8 28 8.897 28 10 L 28 22 C 28 23.103 27.103 24 26 24 L 6 24 C 4.897 24 4 23.103 4 22 L 4 10 C 4 8.897 4.897 8 6 8 z M 12 10 L 12 14.554688 C 11.41 14.210688 10.732 14 10 14 C 7.791 14 6 15.791 6 18 C 6 20.209 7.791 22 10 22 C 10.732 22 11.41 21.789312 12 21.445312 L 12 22 L 15 22 L 15 10 L 12 10 z M 22 10 L 22 14.554688 C 21.41 14.210688 20.732 14 20 14 C 17.791 14 16 15.791 16 18 C 16 20.209 17.791 22 20 22 C 20.732 22 21.41 21.789312 22 21.445312 L 22 22 L 25 22 L 25 10 L 22 10 z M 10.5 16.5 C 11.328 16.5 12 17.172 12 18 C 12 18.828 11.328 19.5 10.5 19.5 C 9.672 19.5 9 18.828 9 18 C 9 17.172 9.672 16.5 10.5 16.5 z M 20.5 16.5 C 21.328 16.5 22 17.172 22 18 C 22 18.828 21.328 19.5 20.5 19.5 C 19.672 19.5 19 18.828 19 18 C 19 17.172 19.672 16.5 20.5 16.5 z\"/></svg></li><li title=\"deskpro \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6.6992188 5 C 6.4512187 5.01 6.0058594 5.0392031 6.0058594 5.7832031 L 6.0058594 15.703125 C 5.8268594 19.760125 9.7946094 21 10.974609 21 L 15.210938 21 C 14.387937 20.206 14.072906 19.245719 14.003906 18.511719 C 13.943906 17.886719 14.886547 17.808828 14.935547 18.423828 C 14.945547 18.532828 15.190859 21 17.630859 21 L 17.929688 21 L 19.447266 18.421875 L 19.693359 18 L 23 18 L 23 10.595703 C 23 8.7007031 22.166188 4.9897656 17.117188 5.0097656 L 13.068359 5.0097656 C 13.544359 5.5157656 13.933594 6.157 13.933594 7 C 13.932594 7.625 13 7.625 13 7 C 13 4.877 10.737063 4.9897656 10.539062 5.0097656 C 10.529063 5.0097656 10.519766 5 10.509766 5 L 6.6992188 5 z M 18.513672 12.003906 C 19.440879 12.063672 20.283828 13.012109 19.908203 14.302734 L 17 12.974609 C 17.370875 12.251234 17.957348 11.968047 18.513672 12.003906 z M 20.445312 19 L 19.353516 21 L 24 21 C 25.794 21 28 20 29 19 L 20.445312 19 z M 19 22 C 20 23 20.59275 23.551875 20.59375 23.796875 C 20.60375 23.888875 20.622625 25.795594 18.765625 26.683594 C 18.244625 26.928594 18.072234 26.99 17.490234 27 L 16 29 C 17 29 17.540984 29.000219 17.958984 28.949219 C 20.407984 28.632219 22.060766 26.754094 22.509766 25.621094 C 22.642766 25.285094 22.99 24.398 23 22 L 19 22 z\"/></svg></li><li title=\"desktop solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 2 6 L 2 24 L 15 24 L 15 26 L 10 26 L 10 28 L 22 28 L 22 26 L 17 26 L 17 24 L 30 24 L 30 6 Z M 4 8 L 28 8 L 28 22 L 4 22 Z\"/></svg></li><li title=\"dev \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 2 7 L 2 25 L 30 25 L 30 7 L 2 7 z M 4 9 L 28 9 L 28 23 L 4 23 L 4 9 z M 6 11 L 6 21 L 9 21 C 10.654 21 12 19.654 12 18 L 12 14 C 12 12.346 10.654 11 9 11 L 6 11 z M 16 11 C 14.897 11 14 11.897 14 13 L 14 19 C 14 20.103 14.897 21 16 21 L 18 21 L 18 19 L 16 19 L 16 17 L 18 17 L 18 15 L 16 15 L 16 13 L 18 13 L 18 11 L 16 11 z M 19.691406 11 L 21.775391 20.025391 C 21.907391 20.595391 22.415 21 23 21 C 23.585 21 24.092609 20.595391 24.224609 20.025391 L 26.308594 11 L 24.255859 11 L 23 16.439453 L 21.744141 11 L 19.691406 11 z M 8 13 L 9 13 C 9.552 13 10 13.448 10 14 L 10 18 C 10 18.552 9.552 19 9 19 L 8 19 L 8 13 z\"/></svg></li><li title=\"deviantart \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 18.375 4 L 18.09375 4.3125 L 17.6875 4.6875 L 17.59375 4.8125 L 17.53125 4.9375 L 15.75 8.3125 L 15.59375 8.40625 L 8.1875 8.40625 L 8.1875 15.90625 L 11.78125 15.90625 L 8.3125 22.53125 L 8.1875 22.75 L 8.1875 28 L 13.625 28 L 13.90625 27.6875 L 14.3125 27.3125 L 14.40625 27.1875 L 14.46875 27.0625 L 16.25 23.6875 L 16.40625 23.59375 L 23.8125 23.59375 L 23.8125 16.09375 L 20.21875 16.09375 L 23.6875 9.46875 L 23.8125 9.25 L 23.8125 4 Z M 19.21875 6 L 21.8125 6 L 21.8125 8.78125 L 17.875 16.25 L 17.59375 16.84375 L 18 17.34375 L 18.34375 17.75 L 18.625 18.09375 L 21.8125 18.09375 L 21.8125 21.59375 L 15.78125 21.59375 L 15.5 21.78125 L 14.90625 22.15625 L 14.71875 22.3125 L 14.59375 22.53125 L 12.78125 26 L 10.1875 26 L 10.1875 23.21875 L 14.09375 15.75 L 14.40625 15.1875 L 14 14.65625 L 13.65625 14.25 L 13.375 13.90625 L 10.1875 13.90625 L 10.1875 10.40625 L 16.21875 10.40625 L 16.46875 10.21875 L 17.0625 9.84375 L 17.28125 9.6875 L 17.40625 9.46875 Z\"/></svg></li><li title=\"dharmachakra solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 2.125 C 15.449219 2.125 15 2.574219 15 3.125 C 15 3.53125 15.25 3.875 15.59375 4.03125 C 12.542969 4.136719 9.78125 5.367188 7.71875 7.34375 C 7.769531 7.222656 7.8125 7.105469 7.8125 6.96875 C 7.8125 6.417969 7.363281 5.96875 6.8125 5.96875 C 6.261719 5.96875 5.8125 6.417969 5.8125 6.96875 C 5.8125 7.519531 6.261719 7.96875 6.8125 7.96875 C 6.949219 7.96875 7.066406 7.925781 7.1875 7.875 C 5.300781 9.921875 4.132813 12.621094 4.03125 15.59375 C 3.875 15.25 3.53125 15 3.125 15 C 2.574219 15 2.125 15.449219 2.125 16 C 2.125 16.550781 2.574219 17 3.125 17 C 3.53125 17 3.875 16.75 4.03125 16.40625 C 4.132813 19.378906 5.300781 22.078125 7.1875 24.125 C 7.066406 24.074219 6.949219 24.03125 6.8125 24.03125 C 6.261719 24.03125 5.8125 24.480469 5.8125 25.03125 C 5.8125 25.582031 6.261719 26.03125 6.8125 26.03125 C 7.363281 26.03125 7.8125 25.582031 7.8125 25.03125 C 7.8125 24.894531 7.769531 24.777344 7.71875 24.65625 C 9.78125 26.632813 12.542969 27.863281 15.59375 27.96875 C 15.25 28.125 15 28.46875 15 28.875 C 15 29.425781 15.449219 29.875 16 29.875 C 16.550781 29.875 17 29.425781 17 28.875 C 17 28.46875 16.75 28.125 16.40625 27.96875 C 19.457031 27.863281 22.21875 26.632813 24.28125 24.65625 C 24.230469 24.777344 24.1875 24.894531 24.1875 25.03125 C 24.1875 25.582031 24.636719 26.03125 25.1875 26.03125 C 25.738281 26.03125 26.1875 25.582031 26.1875 25.03125 C 26.1875 24.480469 25.738281 24.03125 25.1875 24.03125 C 25.050781 24.03125 24.933594 24.074219 24.8125 24.125 C 26.699219 22.078125 27.867188 19.378906 27.96875 16.40625 C 28.125 16.75 28.46875 17 28.875 17 C 29.425781 17 29.875 16.550781 29.875 16 C 29.875 15.449219 29.425781 15 28.875 15 C 28.46875 15 28.125 15.25 27.96875 15.59375 C 27.867188 12.621094 26.699219 9.921875 24.8125 7.875 C 24.933594 7.925781 25.050781 7.96875 25.1875 7.96875 C 25.738281 7.96875 26.1875 7.519531 26.1875 6.96875 C 26.1875 6.417969 25.738281 5.96875 25.1875 5.96875 C 24.636719 5.96875 24.1875 6.417969 24.1875 6.96875 C 24.1875 7.105469 24.230469 7.222656 24.28125 7.34375 C 22.21875 5.367188 19.457031 4.136719 16.40625 4.03125 C 16.75 3.875 17 3.53125 17 3.125 C 17 2.574219 16.550781 2.125 16 2.125 Z M 14.96875 6.0625 C 14.980469 6.0625 14.988281 6.0625 15 6.0625 L 15 12.15625 C 14.625 12.253906 14.292969 12.398438 13.96875 12.59375 L 9.625 8.28125 C 11.105469 7.058594 12.949219 6.265625 14.96875 6.0625 Z M 17 6.0625 C 19.03125 6.261719 20.886719 7.054688 22.375 8.28125 L 18.03125 12.59375 C 17.707031 12.398438 17.375 12.253906 17 12.15625 Z M 8.21875 9.71875 L 12.5625 14 C 12.378906 14.3125 12.25 14.640625 12.15625 15 L 6.0625 15 C 6.257813 13.007813 7.03125 11.191406 8.21875 9.71875 Z M 23.78125 9.71875 C 24.96875 11.191406 25.742188 13.007813 25.9375 15 L 19.84375 15 C 19.75 14.640625 19.621094 14.3125 19.4375 14 Z M 16 14 C 17.117188 14 18 14.882813 18 16 C 18 17.117188 17.117188 18 16 18 C 14.882813 18 14 17.117188 14 16 C 14 14.882813 14.882813 14 16 14 Z M 6.03125 17 L 12.125 17 C 12.21875 17.359375 12.375 17.6875 12.5625 18 L 8.21875 22.25 C 7.035156 20.78125 6.226563 18.992188 6.03125 17 Z M 19.875 17 L 25.96875 17 C 25.773438 18.992188 24.964844 20.78125 23.78125 22.25 L 19.4375 18 C 19.625 17.6875 19.78125 17.359375 19.875 17 Z M 13.96875 19.40625 C 14.289063 19.59375 14.632813 19.746094 15 19.84375 L 15 25.9375 C 12.957031 25.738281 11.117188 24.921875 9.625 23.6875 Z M 18.03125 19.40625 L 22.375 23.6875 C 20.882813 24.921875 19.042969 25.738281 17 25.9375 L 17 19.84375 C 17.367188 19.746094 17.710938 19.59375 18.03125 19.40625 Z\"/></svg></li><li title=\"dhl \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5.6308594 13 L 4.609375 14.390625 L 10.179688 14.390625 C 10.459688 14.390625 10.454453 14.500547 10.314453 14.685547 C 10.174453 14.875547 9.9407813 15.204531 9.8007812 15.394531 C 9.7307812 15.494531 9.5942969 15.669922 10.029297 15.669922 L 12.310547 15.669922 C 12.310547 15.669922 12.674375 15.17 12.984375 14.75 C 13.404375 14.18 13.020391 13 11.525391 13 L 5.6308594 13 z M 15.234375 13 L 13.269531 15.669922 L 20.449219 15.669922 L 22.414062 13 L 19.480469 13 L 18.355469 14.529297 L 17.044922 14.529297 L 18.169922 13 L 15.234375 13 z M 23.375 13 L 21.410156 15.669922 L 24.519531 15.669922 L 26.484375 13 L 23.375 13 z M 6.2441406 14.740234 L 4.1894531 17.529297 L 9.1953125 17.529297 C 10.850312 17.529297 11.769687 16.405625 12.054688 16.015625 L 8.6445312 16.015625 C 8.2095312 16.015625 8.3440625 15.835234 8.4140625 15.740234 C 8.5540625 15.550234 8.7955469 15.220156 8.9355469 15.035156 C 9.0755469 14.850156 9.0749219 14.740234 8.7949219 14.740234 L 6.2441406 14.740234 z M 0 16.015625 L 0 16.335938 L 4.5292969 16.335938 L 4.765625 16.015625 L 0 16.015625 z M 13.015625 16.015625 L 11.900391 17.525391 L 14.835938 17.525391 L 15.949219 16.015625 L 13.015625 16.015625 z M 17.265625 16.015625 C 17.260625 16.015625 16.150391 17.525391 16.150391 17.525391 L 19.085938 17.525391 L 20.199219 16.015625 L 17.265625 16.015625 z M 21.154297 16.015625 C 21.154297 16.015625 20.940937 16.309219 20.835938 16.449219 C 20.465937 16.949219 20.789141 17.529297 21.994141 17.529297 L 26.710938 17.529297 L 27.824219 16.015625 L 21.154297 16.015625 z M 28.365234 16.015625 L 28.130859 16.335938 L 32 16.335938 L 32 16.015625 L 28.365234 16.015625 z M 0 16.609375 L 0 16.929688 L 4.0898438 16.929688 L 4.3242188 16.609375 L 0 16.609375 z M 27.925781 16.609375 L 27.689453 16.929688 L 32 16.929688 L 32 16.609375 L 27.925781 16.609375 z M 0 17.205078 L 0 17.525391 L 3.6542969 17.525391 L 3.890625 17.205078 L 0 17.205078 z M 27.484375 17.210938 L 27.25 17.529297 L 32 17.529297 L 32 17.210938 L 27.484375 17.210938 z\"/></svg></li><li title=\"diagnoses solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 5 C 13.8 5 12 6.8 12 9 C 12 11.2 13.8 13 16 13 C 18.2 13 20 11.2 20 9 C 20 6.8 18.2 5 16 5 z M 16 13 L 14.619141 13 C 12.819141 13 11.169063 13.979531 10.289062 15.519531 C 10.999063 15.599531 11.619531 15.979297 12.019531 16.529297 C 12.539531 15.589297 13.529141 15 14.619141 15 L 17.380859 15 C 17.820859 15 18.229375 15.089766 18.609375 15.259766 C 18.819375 14.569766 19.320937 14.020469 19.960938 13.730469 C 19.200937 13.260469 18.310859 13 17.380859 13 L 16 13 z M 16 7 C 17.12 7 18 7.88 18 9 C 18 10.12 17.12 11 16 11 C 14.88 11 14 10.12 14 9 C 14 7.88 14.88 7 16 7 z M 21 15 A 1 1 0 0 0 21 17 A 1 1 0 0 0 21 15 z M 10 17 A 1 1 0 0 0 10 19 A 1 1 0 0 0 10 17 z M 22.730469 17.810547 C 22.280469 18.240547 21.67 18.5 21 18.5 C 20.95 18.5 20.889844 18.500234 20.839844 18.490234 L 22.089844 21.410156 L 22.279297 21.880859 L 22.810547 21.970703 L 27.810547 22.970703 L 28.189453 21.029297 L 23.720703 20.119141 L 22.730469 17.810547 z M 15 18 A 1 1 0 0 0 15 20 A 1 1 0 0 0 15 18 z M 8.3691406 19.900391 L 8.2792969 20.119141 L 3.8105469 21.029297 L 4.1894531 22.970703 L 9.1894531 21.970703 L 9.7207031 21.880859 L 9.9101562 21.410156 L 10.310547 20.480469 C 10.210547 20.490469 10.1 20.5 10 20.5 C 9.38 20.5 8.7991406 20.270391 8.3691406 19.900391 z M 18 21 A 1 1 0 0 0 18 23 A 1 1 0 0 0 18 21 z M 2 25 L 2 27 L 30 27 L 30 25 L 2 25 z\"/></svg></li><li title=\"diaspora \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 12.005859 5 L 12.005859 11.142578 L 6.3691406 9.2636719 L 4.1542969 15.904297 L 9.8164062 17.792969 L 6.0996094 22.800781 L 11.720703 26.972656 L 15.390625 22.027344 L 18.861328 27.099609 L 24.636719 23.146484 L 21.039062 17.890625 L 26.816406 16.023438 L 24.664062 9.3613281 L 20 11.191406 L 19 5 L 12.005859 5 z M 14 7 L 17.005859 7 L 17.005859 13.939453 L 23.376953 11.880859 L 24.298828 14.734375 L 17.876953 16.810547 L 21.857422 22.625 L 19.380859 24.318359 L 15.455078 18.582031 L 11.306641 24.175781 L 8.8964844 22.386719 L 13.066406 16.767578 L 6.6855469 14.640625 L 7.6328125 11.794922 L 14 14 L 14 7 z\"/></svg></li><li title=\"dice d20 solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3.71875 L 15.375 4.21875 L 7.125 10.625 L 6.875 10.84375 L 6.78125 11.15625 L 4.03125 21.25 L 3.8125 22.03125 L 16 28.125 L 28.1875 22.03125 L 27.96875 21.25 L 25.21875 11.15625 L 25.125 10.84375 L 24.875 10.625 L 16.625 4.21875 Z M 15 7.0625 L 15 10 L 11.21875 10 Z M 17 7.0625 L 20.78125 10 L 17 10 Z M 9.0625 12 L 14 12 L 10.40625 16.78125 Z M 18 12 L 22.9375 12 L 21.59375 16.78125 Z M 16 12.6875 L 20 18 L 12 18 Z M 7.8125 15 L 8.8125 18.5 L 6.5625 19.625 Z M 24.1875 15 L 25.4375 19.625 L 23.1875 18.5 Z M 12 20 L 20 20 L 16 25.3125 Z M 9.6875 20.28125 L 12.625 24.1875 L 7.25 21.5 Z M 22.3125 20.28125 L 24.75 21.5 L 19.375 24.1875 Z\"/></svg></li><li title=\"dice d6 solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 2.9375 L 4.65625 7.0625 L 4 7.3125 L 4 22.59375 L 4.53125 22.875 L 15.53125 28.875 L 16 29.125 L 16.46875 28.875 L 27.46875 22.875 L 28 22.59375 L 28 7.3125 L 27.34375 7.0625 Z M 16 5.0625 L 24.375 8.09375 L 16 11.90625 L 7.625 8.09375 Z M 16 7 C 14.894531 7 14 7.449219 14 8 C 14 8.550781 14.894531 9 16 9 C 17.105469 9 18 8.550781 18 8 C 18 7.449219 17.105469 7 16 7 Z M 6 9.53125 L 15 13.625 L 15 26.3125 L 6 21.40625 Z M 26 9.53125 L 26 21.40625 L 17 26.3125 L 17 13.625 Z M 12.65625 14 C 12.285156 14 12 14.355469 12 14.875 C 12 15.542969 12.355469 16.234375 12.875 16.53125 C 13.023438 16.605469 13.195313 16.59375 13.34375 16.59375 C 13.566406 16.59375 13.695313 16.523438 13.84375 16.375 C 13.917969 16.226563 14 16.015625 14 15.71875 C 14 15.050781 13.550781 14.359375 13.03125 14.0625 C 12.882813 13.988281 12.804688 14 12.65625 14 Z M 20.03125 15 C 19.957031 15.011719 19.867188 15.050781 19.78125 15.09375 C 19.171875 15.355469 18.65625 16.21875 18.65625 17 C 18.65625 17.261719 18.636719 17.511719 18.8125 17.6875 C 18.988281 17.863281 19.175781 17.96875 19.4375 17.96875 C 19.613281 17.96875 19.792969 17.960938 19.96875 17.875 C 20.578125 17.527344 21 16.726563 21 16.03125 C 21 15.421875 20.742188 15 20.21875 15 C 20.175781 15 20.105469 14.988281 20.03125 15 Z M 10.125 16.28125 C 9.753906 16.28125 9.46875 16.636719 9.46875 17.15625 C 9.46875 17.824219 9.824219 18.484375 10.34375 18.78125 C 10.492188 18.855469 10.632813 18.875 10.78125 18.875 C 11.003906 18.875 11.164063 18.804688 11.3125 18.65625 C 11.386719 18.507813 11.46875 18.265625 11.46875 17.96875 C 11.46875 17.300781 11.019531 16.640625 10.5 16.34375 C 10.351563 16.269531 10.273438 16.28125 10.125 16.28125 Z M 23.53125 17.4375 C 23.457031 17.449219 23.367188 17.457031 23.28125 17.5 C 22.671875 17.761719 22.15625 18.65625 22.15625 19.4375 C 22.15625 19.699219 22.167969 19.949219 22.34375 20.125 C 22.519531 20.300781 22.675781 20.375 22.9375 20.375 C 23.113281 20.375 23.292969 20.398438 23.46875 20.3125 C 24.078125 19.964844 24.5 19.164063 24.5 18.46875 C 24.5 17.859375 24.242188 17.4375 23.71875 17.4375 C 23.675781 17.4375 23.605469 17.425781 23.53125 17.4375 Z M 7.65625 18.40625 C 7.285156 18.40625 7 18.761719 7 19.28125 C 7 19.949219 7.355469 20.640625 7.875 20.9375 C 8.023438 21.011719 8.195313 21 8.34375 21 C 8.566406 21 8.695313 20.929688 8.84375 20.78125 C 8.917969 20.632813 9 20.421875 9 20.125 C 9 19.457031 8.550781 18.765625 8.03125 18.46875 C 7.882813 18.394531 7.804688 18.40625 7.65625 18.40625 Z\"/></svg></li><li title=\"dice five solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 L 5 5 z M 7 7 L 25 7 L 25 25 L 7 25 L 7 7 z M 11 9 A 2 2 0 0 0 11 13 A 2 2 0 0 0 11 9 z M 21 9 A 2 2 0 0 0 21 13 A 2 2 0 0 0 21 9 z M 16 14 A 2 2 0 0 0 16 18 A 2 2 0 0 0 16 14 z M 11 19 A 2 2 0 0 0 11 23 A 2 2 0 0 0 11 19 z M 21 19 A 2 2 0 0 0 21 23 A 2 2 0 0 0 21 19 z\"/></svg></li><li title=\"dice four solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 L 5 5 z M 7 7 L 25 7 L 25 25 L 7 25 L 7 7 z M 11 9 A 2 2 0 0 0 11 13 A 2 2 0 0 0 11 9 z M 21 9 A 2 2 0 0 0 21 13 A 2 2 0 0 0 21 9 z M 11 19 A 2 2 0 0 0 11 23 A 2 2 0 0 0 11 19 z M 21 19 A 2 2 0 0 0 21 23 A 2 2 0 0 0 21 19 z\"/></svg></li><li title=\"dice one solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 L 5 5 z M 7 7 L 25 7 L 25 25 L 7 25 L 7 7 z M 16 14 A 2 2 0 0 0 16 18 A 2 2 0 0 0 16 14 z\"/></svg></li><li title=\"dice six solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 L 5 5 z M 7 7 L 25 7 L 25 25 L 7 25 L 7 7 z M 11 8 A 2 2 0 0 0 11 12 A 2 2 0 0 0 11 8 z M 21 8 A 2 2 0 0 0 21 12 A 2 2 0 0 0 21 8 z M 11 14 A 2 2 0 0 0 11 18 A 2 2 0 0 0 11 14 z M 21 14 A 2 2 0 0 0 21 18 A 2 2 0 0 0 21 14 z M 11 20 A 2 2 0 0 0 11 24 A 2 2 0 0 0 11 20 z M 21 20 A 2 2 0 0 0 21 24 A 2 2 0 0 0 21 20 z\"/></svg></li><li title=\"dice solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 12 1 L 0 13 L 12 25 L 24 13 L 12 1 z M 12 3.8007812 L 21.199219 13 L 12 22.199219 L 2.8007812 13 L 12 3.8007812 z M 12 8 A 1 1 0 0 0 12 10 A 1 1 0 0 0 12 8 z M 8 12 A 1 1 0 0 0 8 14 A 1 1 0 0 0 8 12 z M 12 12 A 1 1 0 0 0 12 14 A 1 1 0 0 0 12 12 z M 16 12 A 1 1 0 0 0 16 14 A 1 1 0 0 0 16 12 z M 26.800781 13 L 24.800781 15 L 30 15 L 30 27 L 18 27 L 18 21.800781 L 16 23.800781 L 16 29 L 32 29 L 32 13 L 26.800781 13 z M 12 16 A 1 1 0 0 0 12 18 A 1 1 0 0 0 12 16 z M 24 20 A 1 1 0 0 0 24 22 A 1 1 0 0 0 24 20 z\"/></svg></li><li title=\"dice three solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 L 5 5 z M 7 7 L 25 7 L 25 25 L 7 25 L 7 7 z M 11 9 A 2 2 0 0 0 11 13 A 2 2 0 0 0 11 9 z M 16 14 A 2 2 0 0 0 16 18 A 2 2 0 0 0 16 14 z M 21 19 A 2 2 0 0 0 21 23 A 2 2 0 0 0 21 19 z\"/></svg></li><li title=\"dice two solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 L 5 5 z M 7 7 L 25 7 L 25 25 L 7 25 L 7 7 z M 11 9 A 2 2 0 0 0 11 13 A 2 2 0 0 0 11 9 z M 21 19 A 2 2 0 0 0 21 23 A 2 2 0 0 0 21 19 z\"/></svg></li><li title=\"digg \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 9.519531 6.988281 C 9.519531 7.359375 9.519531 8.945313 9.519531 8.945313 L 12.335938 8.945313 C 12.335938 8.945313 12.691406 8.957031 12.691406 8.550781 C 12.691406 8.179688 12.695313 6.589844 12.695313 6.589844 L 9.878906 6.589844 C 9.878906 6.589844 9.519531 6.582031 9.519531 6.988281 Z M 9.519531 11.054688 C 9.519531 11.425781 9.519531 21.640625 9.519531 21.640625 L 12.332031 21.640625 C 12.332031 21.640625 12.691406 21.648438 12.691406 21.246094 C 12.691406 21.164063 12.695313 10.65625 12.695313 10.65625 L 9.882813 10.65625 C 9.882813 10.65625 9.519531 10.648438 9.519531 11.054688 Z M 5.386719 6.988281 L 5.386719 10.65625 L 0.359375 10.65625 C 0.359375 10.65625 0 10.648438 0 11.054688 L 0 21.640625 L 8.203125 21.640625 C 8.203125 21.640625 8.5625 21.648438 8.5625 21.242188 C 8.5625 20.871094 8.5625 6.589844 8.5625 6.589844 L 5.746094 6.589844 C 5.746094 6.589844 5.386719 6.582031 5.386719 6.988281 Z M 5.390625 18.886719 C 5.390625 19.292969 5.03125 19.28125 5.03125 19.28125 L 3.109375 19.28125 L 3.109375 13.40625 C 3.109375 13 3.46875 13.011719 3.46875 13.011719 L 5.390625 13.011719 Z M 13.785156 11.054688 L 13.785156 21.640625 L 19.171875 21.640625 L 19.171875 23.054688 L 14.144531 23.054688 C 14.144531 23.054688 13.785156 23.042969 13.785156 23.449219 C 13.785156 23.820313 13.785156 25.410156 13.785156 25.410156 L 21.984375 25.410156 C 21.984375 25.410156 22.347656 25.417969 22.347656 25.011719 C 22.347656 24.640625 22.347656 10.664063 22.347656 10.664063 L 14.144531 10.65625 C 14.144531 10.65625 13.785156 10.648438 13.785156 11.054688 Z M 16.894531 13.40625 C 16.894531 13 17.253906 13.011719 17.253906 13.011719 L 19.175781 13.011719 L 19.175781 18.886719 C 19.175781 19.292969 18.816406 19.28125 18.816406 19.28125 L 16.894531 19.28125 Z M 23.796875 10.65625 C 23.796875 10.65625 23.4375 10.648438 23.4375 11.054688 L 23.4375 21.640625 L 28.824219 21.640625 L 28.824219 23.054688 L 23.796875 23.054688 C 23.796875 23.054688 23.4375 23.042969 23.4375 23.449219 C 23.4375 23.820313 23.4375 25.410156 23.4375 25.410156 L 31.640625 25.410156 C 31.640625 25.410156 31.996094 25.417969 31.996094 25.011719 C 31.996094 24.640625 32 10.664063 32 10.664063 Z M 28.828125 18.886719 C 28.828125 19.292969 28.46875 19.28125 28.46875 19.28125 L 26.546875 19.28125 L 26.546875 13.40625 C 26.546875 13 26.90625 13.011719 26.90625 13.011719 L 28.828125 13.011719 Z\"/></svg></li><li title=\"digital ocean \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.831 3 3 8.832 3 16 L 8 16 C 8 11.582 11.582 8 16 8 C 20.418 8 24 11.582 24 16 C 24 20.418 20.418 24 16 24 L 16 29 C 23.169 29 29 23.168 29 16 C 29 8.832 23.169 3 16 3 z M 16 24 L 16 18 L 10 18 L 10 24 L 16 24 z M 10 24 L 6 24 L 6 28 L 10 28 L 10 24 z M 6 24 L 6 21 L 3 21 L 3 24 L 6 24 z\"/></svg></li><li title=\"digital tachograph solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 4.0175781 7 C 2.9025781 7 2 7.9025781 2 9.0175781 L 2 22.982422 C 2 24.097422 2.9025781 25 4.0175781 25 L 26.982422 25 C 28.097422 25 29 24.097422 29 22.982422 L 29 9.0175781 C 29 7.9025781 28.097422 7 26.982422 7 L 4.0175781 7 z M 4 9 L 26.982422 9 L 27 9 L 27 23 L 4 23 L 4 9 z M 6 11 L 6 13 L 16 13 L 16 11 L 6 11 z M 6 15 L 6 17 L 8 17 L 8 15 L 6 15 z M 10 15 L 10 17 L 12 17 L 12 15 L 10 15 z M 14 15 L 14 17 L 16 17 L 16 15 L 14 15 z M 6 19 L 6 21 L 16 21 L 16 19 L 6 19 z M 18 19 L 18 21 L 25 21 L 25 19 L 18 19 z\"/></svg></li><li title=\"directions solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 15.23 3 14.457 3.293 13.875 3.875 L 13.75 4.03125 L 4.03125 13.75 L 3.875 13.875 C 2.711 15.039 2.711 16.961 3.875 18.125 L 13.875 28.125 C 15.039 29.289 16.961 29.289 18.125 28.125 L 28.125 18.125 C 29.289 16.961 29.289 15.039 28.125 13.875 L 18.125 3.875 C 17.543 3.293 16.77 3 16 3 z M 16 5 C 16.254 5 16.51975 5.08225 16.71875 5.28125 L 26.71875 15.28125 C 27.11675 15.67925 27.11675 16.31975 26.71875 16.71875 L 16.71875 26.71875 C 16.32075 27.11675 15.68025 27.11675 15.28125 26.71875 L 5.28125 16.71875 C 4.88325 16.32075 4.88325 15.68025 5.28125 15.28125 L 15.28125 5.28125 C 15.48025 5.08225 15.746 5 16 5 z M 17 11 L 17 14 L 13 14 C 11.895 14 11 14.895 11 16 L 11 19 L 13 19 L 13 16 L 17 16 L 17 19 L 21 15 L 17 11 z\"/></svg></li><li title=\"discord \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 12.65625 4.90625 L 11.875 5 C 11.875 5 8.371094 5.382813 5.8125 7.4375 L 5.78125 7.4375 L 5.75 7.46875 C 5.175781 7.996094 4.925781 8.644531 4.53125 9.59375 C 4.136719 10.542969 3.714844 11.753906 3.34375 13.09375 C 2.601563 15.777344 2 19.027344 2 22 L 2 22.25 L 2.125 22.5 C 3.050781 24.125 4.695313 25.160156 6.21875 25.875 C 7.742188 26.589844 9.058594 26.96875 9.96875 27 L 10.5625 27.03125 L 10.875 26.5 L 11.96875 24.5625 C 13.128906 24.824219 14.464844 25 16 25 C 17.535156 25 18.871094 24.824219 20.03125 24.5625 L 21.125 26.5 L 21.4375 27.03125 L 22.03125 27 C 22.941406 26.96875 24.257813 26.589844 25.78125 25.875 C 27.304688 25.160156 28.949219 24.125 29.875 22.5 L 30 22.25 L 30 22 C 30 19.027344 29.398438 15.777344 28.65625 13.09375 C 28.285156 11.753906 27.863281 10.542969 27.46875 9.59375 C 27.074219 8.644531 26.824219 7.996094 26.25 7.46875 L 26.21875 7.4375 L 26.1875 7.4375 C 23.628906 5.382813 20.125 5 20.125 5 L 19.34375 4.90625 L 19.0625 5.625 C 19.0625 5.625 18.773438 6.355469 18.59375 7.1875 C 17.460938 7.035156 16.535156 7 16 7 C 15.464844 7 14.539063 7.035156 13.40625 7.1875 C 13.226563 6.355469 12.9375 5.625 12.9375 5.625 Z M 11.28125 7.1875 C 11.324219 7.328125 11.367188 7.449219 11.40625 7.5625 C 10.113281 7.882813 8.734375 8.371094 7.46875 9.15625 L 8.53125 10.84375 C 11.125 9.234375 14.851563 9 16 9 C 17.148438 9 20.875 9.234375 23.46875 10.84375 L 24.53125 9.15625 C 23.265625 8.371094 21.886719 7.882813 20.59375 7.5625 C 20.632813 7.449219 20.675781 7.328125 20.71875 7.1875 C 21.652344 7.375 23.433594 7.804688 24.90625 8.96875 C 24.898438 8.972656 25.28125 9.550781 25.625 10.375 C 25.976563 11.222656 26.367188 12.351563 26.71875 13.625 C 27.394531 16.066406 27.925781 19.039063 27.96875 21.65625 C 27.339844 22.617188 26.171875 23.484375 24.9375 24.0625 C 23.859375 24.566406 23.007813 24.75 22.5 24.84375 L 22 24 C 22.296875 23.890625 22.589844 23.769531 22.84375 23.65625 C 24.382813 22.980469 25.21875 22.25 25.21875 22.25 L 23.90625 20.75 C 23.90625 20.75 23.34375 21.265625 22.03125 21.84375 C 20.71875 22.421875 18.714844 23 16 23 C 13.285156 23 11.28125 22.421875 9.96875 21.84375 C 8.65625 21.265625 8.09375 20.75 8.09375 20.75 L 6.78125 22.25 C 6.78125 22.25 7.617188 22.980469 9.15625 23.65625 C 9.410156 23.769531 9.703125 23.890625 10 24 L 9.5 24.84375 C 8.992188 24.75 8.140625 24.566406 7.0625 24.0625 C 5.828125 23.484375 4.660156 22.617188 4.03125 21.65625 C 4.074219 19.039063 4.605469 16.066406 5.28125 13.625 C 5.632813 12.351563 6.023438 11.222656 6.375 10.375 C 6.71875 9.550781 7.101563 8.972656 7.09375 8.96875 C 8.566406 7.804688 10.347656 7.375 11.28125 7.1875 Z M 12.5 14 C 11.726563 14 11.042969 14.441406 10.625 15 C 10.207031 15.558594 10 16.246094 10 17 C 10 17.753906 10.207031 18.441406 10.625 19 C 11.042969 19.558594 11.726563 20 12.5 20 C 13.273438 20 13.957031 19.558594 14.375 19 C 14.792969 18.441406 15 17.753906 15 17 C 15 16.246094 14.792969 15.558594 14.375 15 C 13.957031 14.441406 13.273438 14 12.5 14 Z M 19.5 14 C 18.726563 14 18.042969 14.441406 17.625 15 C 17.207031 15.558594 17 16.246094 17 17 C 17 17.753906 17.207031 18.441406 17.625 19 C 18.042969 19.558594 18.726563 20 19.5 20 C 20.273438 20 20.957031 19.558594 21.375 19 C 21.792969 18.441406 22 17.753906 22 17 C 22 16.246094 21.792969 15.558594 21.375 15 C 20.957031 14.441406 20.273438 14 19.5 14 Z M 12.5 16 C 12.554688 16 12.625 16.019531 12.75 16.1875 C 12.875 16.355469 13 16.648438 13 17 C 13 17.351563 12.875 17.644531 12.75 17.8125 C 12.625 17.980469 12.554688 18 12.5 18 C 12.445313 18 12.375 17.980469 12.25 17.8125 C 12.125 17.644531 12 17.351563 12 17 C 12 16.648438 12.125 16.355469 12.25 16.1875 C 12.375 16.019531 12.445313 16 12.5 16 Z M 19.5 16 C 19.554688 16 19.625 16.019531 19.75 16.1875 C 19.875 16.355469 20 16.648438 20 17 C 20 17.351563 19.875 17.644531 19.75 17.8125 C 19.625 17.980469 19.554688 18 19.5 18 C 19.445313 18 19.375 17.980469 19.25 17.8125 C 19.125 17.644531 19 17.351563 19 17 C 19 16.648438 19.125 16.355469 19.25 16.1875 C 19.375 16.019531 19.445313 16 19.5 16 Z\"/></svg></li><li title=\"discourse \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16.109375 3 C 8.994375 3 3 8.7164375 3 15.773438 C 3 15.999438 3.0058594 29 3.0058594 29 L 16.109375 28.988281 C 23.230375 28.988281 29 23.051141 29 15.994141 C 29 8.9371406 23.230375 3 16.109375 3 z M 16 8 C 20.418 8 24 11.582 24 16 C 24 20.418 20.418 24 16 24 C 14.58 24 13.247797 23.625563 12.091797 22.976562 L 8 24 L 9.1210938 20.070312 C 8.4130937 18.877312 8 17.489 8 16 C 8 11.582 11.582 8 16 8 z\"/></svg></li><li title=\"divide solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 6 C 14.355469 6 13 7.355469 13 9 C 13 10.644531 14.355469 12 16 12 C 17.644531 12 19 10.644531 19 9 C 19 7.355469 17.644531 6 16 6 Z M 16 8 C 16.5625 8 17 8.4375 17 9 C 17 9.5625 16.5625 10 16 10 C 15.4375 10 15 9.5625 15 9 C 15 8.4375 15.4375 8 16 8 Z M 5 15 L 5 17 L 27 17 L 27 15 Z M 16 20 C 14.355469 20 13 21.355469 13 23 C 13 24.644531 14.355469 26 16 26 C 17.644531 26 19 24.644531 19 23 C 19 21.355469 17.644531 20 16 20 Z M 16 22 C 16.5625 22 17 22.4375 17 23 C 17 23.5625 16.5625 24 16 24 C 15.4375 24 15 23.5625 15 23 C 15 22.4375 15.4375 22 16 22 Z\"/></svg></li><li title=\"dizzy solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 8.832 23.168 3 16 3 z M 16 5 C 22.065 5 27 9.935 27 16 C 27 22.065 22.065 27 16 27 C 9.935 27 5 22.065 5 16 C 5 9.935 9.935 5 16 5 z M 9.7070312 10.292969 L 8.2929688 11.707031 L 10.085938 13.5 L 8.2929688 15.292969 L 9.7070312 16.707031 L 11.5 14.914062 L 13.292969 16.707031 L 14.707031 15.292969 L 12.914062 13.5 L 14.707031 11.707031 L 13.292969 10.292969 L 11.5 12.085938 L 9.7070312 10.292969 z M 18.707031 10.292969 L 17.292969 11.707031 L 19.085938 13.5 L 17.292969 15.292969 L 18.707031 16.707031 L 20.5 14.914062 L 22.292969 16.707031 L 23.707031 15.292969 L 21.914062 13.5 L 23.707031 11.707031 L 22.292969 10.292969 L 20.5 12.085938 L 18.707031 10.292969 z M 16 18 C 13.794 18 12 19.525391 12 21.400391 C 12 23.125391 13.346 24 16 24 C 18.654 24 20 23.125391 20 21.400391 C 20 19.525391 18.206 18 16 18 z M 16 20 C 17.084 20 18 20.641391 18 21.400391 C 18 21.564391 18 22 16 22 C 14 22 14 21.564391 14 21.400391 C 14 20.641391 14.916 20 16 20 z\"/></svg></li><li title=\"dizzy \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 8.832 23.168 3 16 3 z M 16 5 C 22.065 5 27 9.935 27 16 C 27 22.065 22.065 27 16 27 C 9.935 27 5 22.065 5 16 C 5 9.935 9.935 5 16 5 z M 9.7070312 10.292969 L 8.2929688 11.707031 L 10.085938 13.5 L 8.2929688 15.292969 L 9.7070312 16.707031 L 11.5 14.914062 L 13.292969 16.707031 L 14.707031 15.292969 L 12.914062 13.5 L 14.707031 11.707031 L 13.292969 10.292969 L 11.5 12.085938 L 9.7070312 10.292969 z M 18.707031 10.292969 L 17.292969 11.707031 L 19.085938 13.5 L 17.292969 15.292969 L 18.707031 16.707031 L 20.5 14.914062 L 22.292969 16.707031 L 23.707031 15.292969 L 21.914062 13.5 L 23.707031 11.707031 L 22.292969 10.292969 L 20.5 12.085938 L 18.707031 10.292969 z M 16 18 C 13.794 18 12 19.525391 12 21.400391 C 12 23.125391 13.346 24 16 24 C 18.654 24 20 23.125391 20 21.400391 C 20 19.525391 18.206 18 16 18 z M 16 20 C 17.084 20 18 20.641391 18 21.400391 C 18 21.564391 18 22 16 22 C 14 22 14 21.564391 14 21.400391 C 14 20.641391 14.916 20 16 20 z\"/></svg></li><li title=\"dna solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6 5 C 6 8.023438 7.28125 10.375 9.09375 12.21875 C 10.53125 13.683594 12.277344 14.886719 14.0625 16 C 9.894531 18.632813 6 21.511719 6 27 L 8 27 C 8 22.304688 11.78125 19.742188 15.96875 17.15625 C 16.964844 17.769531 17.9375 18.367188 18.84375 19 L 15.1875 19 C 14.1875 19.601563 13.304688 20.300781 12.40625 21 L 21.3125 21 C 21.363281 21.050781 21.417969 21.105469 21.46875 21.15625 C 22.039063 21.734375 22.542969 22.347656 22.9375 23 L 10.59375 23 C 10.09375 23.601563 9.800781 24.300781 9.5 25 L 23.75 25 C 23.90625 25.617188 24 26.273438 24 27 L 26 27 C 26 23.976563 24.71875 21.625 22.90625 19.78125 C 21.09375 17.9375 18.78125 16.53125 16.53125 15.15625 C 14.28125 13.78125 12.09375 12.4375 10.53125 10.84375 C 8.96875 9.25 8 7.476563 8 5 Z M 24 5 C 24 5.71875 23.882813 6.378906 23.71875 7 L 9.5 7 C 9.800781 7.699219 10.09375 8.398438 10.59375 9 L 22.875 9 C 22.4375 9.722656 21.882813 10.378906 21.25 11 L 12.40625 11 C 13.304688 11.699219 14.1875 12.398438 15.1875 13 L 18.875 13 C 18.273438 13.4375 17.640625 13.878906 17 14.3125 C 17.601563 14.710938 18.210938 15.007813 18.8125 15.40625 C 22.613281 12.90625 26 10 26 5 Z\"/></svg></li><li title=\"dochub \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 19 3.5859375 L 19 12 L 27.414062 12 L 19 3.5859375 z M 7 4 L 7 28 L 18 28 C 22.411 28 26 24.411 26 20 L 26 14 L 20 14 L 20 18.9375 C 20 20.6265 18.6265 22 16.9375 22 L 13 22 L 13 10 L 17 10 L 17 4 L 7 4 z M 9 6 L 15 6 L 15 8 L 11 8 L 11 24 L 16.9375 24 C 19.7295 24 22 21.7295 22 18.9375 L 22 16 L 24 16 L 24 20 C 24 23.309 21.309 26 18 26 L 9 26 L 9 6 z M 21 8.4140625 L 22.585938 10 L 21 10 L 21 8.4140625 z\"/></svg></li><li title=\"docker \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 12 6 L 12 9 L 6 9 L 6 12 L 3 12 L 3 15 L 2.0625 15 C 1.753906 15.007813 1.464844 15.15625 1.28125 15.40625 C 1.28125 15.40625 1.195313 15.511719 1.15625 15.59375 C 1.117188 15.675781 1.089844 15.800781 1.0625 15.90625 C 1.003906 16.121094 0.96875 16.363281 0.96875 16.71875 C 0.96875 17.40625 1.050781 18.167969 1.25 18.9375 C 1.164063 18.957031 1.070313 18.980469 1 19 L 1.28125 19 C 1.488281 19.773438 1.804688 20.550781 2.25 21.3125 C 2.261719 21.332031 2.269531 21.355469 2.28125 21.375 C 2.28125 21.386719 2.28125 21.394531 2.28125 21.40625 C 2.339844 21.648438 2.484375 21.859375 2.6875 22 C 2.699219 22.011719 2.707031 22.019531 2.71875 22.03125 C 2.886719 22.265625 3.054688 22.496094 3.25 22.71875 C 4.886719 24.601563 7.527344 26.03125 11.28125 26.03125 C 17.046875 26.03125 22.039063 23.65625 25.03125 19 L 30.09375 19 C 29.460938 18.839844 28.085938 18.609375 28.3125 17.78125 C 27.613281 18.589844 26.320313 18.761719 25.25 18.625 C 25.601563 18.042969 25.929688 17.429688 26.21875 16.78125 C 27.875 16.683594 29.132813 16.125 29.84375 15.4375 C 30.65625 14.652344 30.90625 13.75 30.90625 13.75 C 31.011719 13.375 30.890625 12.972656 30.59375 12.71875 C 30.59375 12.71875 29.082031 11.660156 26.90625 11.875 C 26.160156 9.882813 24.59375 8.90625 24.59375 8.90625 C 24.386719 8.785156 24.144531 8.738281 23.90625 8.78125 C 23.746094 8.816406 23.59375 8.890625 23.46875 9 C 23.46875 9 23.011719 9.40625 22.65625 10.0625 C 22.300781 10.71875 21.980469 11.714844 22.09375 12.96875 C 22.136719 13.429688 22.417969 13.835938 22.59375 14.28125 C 22.46875 14.359375 22.351563 14.449219 22.1875 14.53125 C 21.683594 14.777344 20.996094 15 20.09375 15 L 20 15 L 20 12 L 17 12 L 17 6 Z M 14 8 L 15 8 L 15 9 L 14 9 Z M 8 11 L 9 11 L 9 12 L 8 12 Z M 11 11 L 12 11 L 12 12 L 11 12 Z M 14 11 L 15 11 L 15 12 L 14 12 Z M 24.34375 11.3125 C 24.703125 11.71875 25.09375 12.292969 25.25 13.125 C 25.300781 13.402344 25.464844 13.640625 25.703125 13.789063 C 25.941406 13.9375 26.230469 13.980469 26.5 13.90625 C 27.40625 13.660156 28.066406 13.738281 28.53125 13.875 C 28.476563 13.941406 28.511719 13.929688 28.4375 14 C 27.980469 14.441406 27.214844 14.933594 25.625 14.875 C 25.203125 14.859375 24.816406 15.109375 24.65625 15.5 C 24.207031 16.613281 23.683594 17.613281 23.0625 18.5 C 21.585938 19.074219 18.300781 18.652344 18.03125 17.90625 C 17.054688 19.050781 14.042969 19.050781 13.0625 17.90625 C 12.746094 18.785156 8.1875 19.191406 7.40625 18.0625 C 6.777344 18.648438 4.488281 19.039063 3.1875 18.15625 C 3.105469 17.753906 3.046875 17.359375 3.03125 17 L 20.09375 17 C 21.339844 17 22.34375 16.664063 23.0625 16.3125 C 23.421875 16.136719 23.722656 15.960938 23.9375 15.8125 C 24.152344 15.664063 24.332031 15.53125 24.28125 15.5625 C 24.527344 15.417969 24.699219 15.171875 24.75 14.890625 C 24.804688 14.609375 24.738281 14.320313 24.5625 14.09375 C 24.296875 13.746094 24.144531 13.320313 24.09375 12.78125 C 24.03125 12.078125 24.191406 11.671875 24.34375 11.3125 Z M 5 14 L 6 14 L 6 15 L 5 15 Z M 8 14 L 9 14 L 9 15 L 8 15 Z M 11 14 L 12 14 L 12 15 L 11 15 Z M 14 14 L 15 14 L 15 15 L 14 15 Z M 17 14 L 18 14 L 18 15 L 17 15 Z M 3.40625 19 L 22.6875 19 C 20.054688 22.40625 16.074219 24.03125 11.28125 24.03125 C 8.769531 24.03125 7.007813 23.355469 5.75 22.375 C 7.875 22.300781 9.40625 21.75 9.40625 21.75 C 9.949219 21.644531 10.308594 21.121094 10.203125 20.578125 C 10.097656 20.035156 9.574219 19.675781 9.03125 19.78125 C 8.988281 19.789063 8.945313 19.800781 8.90625 19.8125 C 8.851563 19.828125 8.800781 19.851563 8.75 19.875 C 8.75 19.875 6.558594 20.59375 3.96875 20.28125 C 3.730469 19.855469 3.546875 19.433594 3.40625 19 Z M 10.71875 19.1875 C 10.398438 19.1875 10.125 19.457031 10.125 19.78125 C 10.125 20.101563 10.398438 20.375 10.71875 20.375 C 11.039063 20.375 11.28125 20.101563 11.28125 19.78125 C 11.28125 19.703125 11.277344 19.632813 11.25 19.5625 C 11.210938 19.636719 11.121094 19.6875 11.03125 19.6875 C 10.898438 19.6875 10.8125 19.570313 10.8125 19.4375 C 10.8125 19.347656 10.835938 19.289063 10.90625 19.25 C 10.839844 19.222656 10.792969 19.1875 10.71875 19.1875 Z\"/></svg></li><li title=\"dog solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 20.3125 3 L 20.0625 3.65625 L 17.3125 11 L 9.625 11 C 8.710938 11 7.84375 11.257813 7.125 11.71875 L 4.71875 9.28125 L 3.28125 10.71875 L 5.71875 13.125 C 5.257813 13.84375 5 14.710938 5 15.625 C 5 16.128906 5.085938 16.644531 5.25 17.125 L 5.96875 19.21875 L 5.03125 22.75 L 5 22.875 L 5 28 L 7 28 L 7 23.125 L 7.96875 19.46875 L 8.03125 19.15625 L 7.9375 18.875 L 7.125 16.46875 C 7.035156 16.199219 7 15.910156 7 15.625 C 7 14.15625 8.15625 13 9.625 13 L 17.65625 13 L 21 16.28125 L 21 13.46875 L 19.1875 11.6875 L 21.25 6.15625 L 21.5 6.53125 L 21.78125 7 L 23.65625 7 L 26.71875 9.3125 L 25.875 11 L 22 11 L 22 16.875 L 21.0625 19.6875 L 21 19.84375 L 21 23.125 L 22 27.125 L 22 28 L 24 28 L 24 26.875 L 23 22.875 L 23 20.125 L 23.9375 17.3125 L 24 17.15625 L 24 13 L 27.125 13 L 29.28125 8.6875 L 28.59375 8.1875 L 24.34375 5 L 22.90625 5 L 21.9375 3.46875 L 21.65625 3 Z M 10.21875 18 L 9 22.875 L 9 28 L 11 28 L 11 23.125 L 11.78125 20 L 12.71875 20 C 13.070313 20.234375 14.3125 21 16 21 L 17 21 L 17 23.125 L 18 27.125 L 18 28 L 20 28 L 20 26.875 L 19 22.875 L 19 19 L 16 19 C 14.9375 19 13.5625 18.15625 13.5625 18.15625 L 13.3125 18 Z\"/></svg></li><li title=\"dollar sign solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 15 3 L 15 5.09375 C 12.164063 5.570313 10 8.050781 10 11 C 10 12.777344 10.832031 14.148438 11.9375 15.03125 C 13.042969 15.914063 14.375 16.40625 15.625 16.90625 C 16.875 17.40625 18.042969 17.914063 18.8125 18.53125 C 19.582031 19.148438 20 19.773438 20 21 C 20 23.15625 18.207031 25 16 25 C 13.78125 25 12 23.21875 12 21 L 12 20 L 10 20 L 10 21 C 10 23.964844 12.164063 26.429688 15 26.90625 L 15 29 L 17 29 L 17 26.90625 C 19.84375 26.425781 22 23.925781 22 21 C 22 19.21875 21.167969 17.855469 20.0625 16.96875 C 18.957031 16.082031 17.625 15.5625 16.375 15.0625 C 15.125 14.5625 13.957031 14.082031 13.1875 13.46875 C 12.417969 12.855469 12 12.21875 12 11 C 12 8.808594 13.785156 7 16 7 C 18.21875 7 20 8.78125 20 11 L 20 12 L 22 12 L 22 11 C 22 8.035156 19.835938 5.570313 17 5.09375 L 17 3 Z\"/></svg></li><li title=\"dolly flatbed solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 19 6 C 17.355469 6 16 7.355469 16 9 L 10 9 L 10 21 L 28 21 L 28 9 L 22 9 C 22 7.355469 20.644531 6 19 6 Z M 4 7 L 4 9 L 5 9 C 5.554688 9 6 9.445313 6 10 L 6 21 C 6 23.210938 7.789063 25 10 25 L 28 25 L 28 23 L 10 23 C 8.808594 23 8 22.191406 8 21 L 8 10 C 8 8.355469 6.644531 7 5 7 Z M 24.5 25 C 23.671875 25 23 25.671875 23 26.5 C 23 27.328125 23.671875 28 24.5 28 C 25.328125 28 26 27.328125 26 26.5 C 26 25.671875 25.328125 25 24.5 25 Z M 12.5 25 C 11.671875 25 11 25.671875 11 26.5 C 11 27.328125 11.671875 28 12.5 28 C 13.328125 28 14 27.328125 14 26.5 C 14 25.671875 13.328125 25 12.5 25 Z M 19 8 C 19.554688 8 20 8.445313 20 9 L 18 9 C 18 8.445313 18.445313 8 19 8 Z M 12 11 L 26 11 L 26 19 L 12 19 Z\"/></svg></li><li title=\"dolly solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 18.59375 1.65625 L 17.65625 2 L 12.125 4.03125 L 11.1875 4.375 L 11.53125 5.3125 L 13.21875 9.875 L 13.5625 10.8125 L 14.5 10.46875 L 20.03125 8.4375 L 20.96875 8.09375 L 20.625 7.15625 L 18.9375 2.59375 Z M 8.59375 3 L 7.65625 3.34375 L 5 4.3125 L 5.65625 6.1875 L 7.40625 5.5625 L 14.0625 23.34375 L 14.40625 24.28125 L 15.34375 23.9375 L 25.96875 19.9375 L 25.28125 18.0625 L 15.59375 21.71875 L 8.9375 3.9375 Z M 17.40625 4.21875 L 18.40625 6.90625 L 14.75 8.25 L 13.75 5.5625 Z M 21.78125 9.90625 L 20.84375 10.25 L 15.3125 12.28125 L 14.375 12.625 L 14.71875 13.5625 L 16.40625 18.125 L 16.75 19.0625 L 17.6875 18.71875 L 23.21875 16.6875 L 24.15625 16.34375 L 23.8125 15.375 L 22.125 10.84375 Z M 20.59375 12.46875 L 21.59375 15.15625 L 17.9375 16.5 L 16.9375 13.8125 Z M 11 21 C 9.355469 21 8 22.355469 8 24 C 8 25.644531 9.355469 27 11 27 C 12.644531 27 14 25.644531 14 24 C 14 22.355469 12.644531 21 11 21 Z M 11 27 L 5 27 L 5 29 L 27 29 L 27 27 Z M 11 23 C 11.5625 23 12 23.4375 12 24 C 12 24.5625 11.5625 25 11 25 C 10.4375 25 10 24.5625 10 24 C 10 23.4375 10.4375 23 11 23 Z\"/></svg></li><li title=\"donate solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 10.486 3 6 7.486 6 13 C 6 18.514 10.486 23 16 23 C 21.514 23 26 18.514 26 13 C 26 7.486 21.514 3 16 3 z M 16 5 C 20.411 5 24 8.589 24 13 C 24 17.411 20.411 21 16 21 C 11.589 21 8 17.411 8 13 C 8 8.589 11.589 5 16 5 z M 15 7 L 15 8.1894531 C 14.855 8.2419531 14.714063 8.3061133 14.580078 8.3789062 C 14.446094 8.4516992 14.318203 8.5338281 14.197266 8.625 C 14.076328 8.7161719 13.963281 8.8161914 13.857422 8.9238281 C 13.645703 9.1391016 13.465391 9.3846484 13.326172 9.6542969 C 13.256562 9.7891211 13.196875 9.930625 13.148438 10.076172 C 13.051562 10.367266 13 10.6775 13 11 C 13 11.205 13.022109 11.405469 13.0625 11.599609 C 13.143281 11.987891 13.300547 12.350391 13.517578 12.669922 C 13.626094 12.829688 13.748516 12.978984 13.884766 13.115234 C 14.157266 13.387734 14.481719 13.608594 14.839844 13.761719 C 15.197969 13.914844 15.59 14 16 14 C 16.1425 14 16.276016 14.026953 16.396484 14.076172 C 16.516953 14.125391 16.623516 14.197734 16.712891 14.287109 C 16.802266 14.376484 16.874609 14.483047 16.923828 14.603516 C 16.973047 14.723984 17 14.8575 17 15 C 17 15.4275 16.757891 15.776172 16.396484 15.923828 C 16.276016 15.973047 16.1425 16 16 16 C 15.8575 16 15.723984 15.973047 15.603516 15.923828 C 15.483047 15.874609 15.376484 15.802266 15.287109 15.712891 C 15.108359 15.534141 15 15.285 15 15 L 13 15 C 13 15.16125 13.013828 15.320254 13.039062 15.474609 C 13.064297 15.628965 13.1 15.778281 13.148438 15.923828 C 13.196875 16.069375 13.256562 16.210879 13.326172 16.345703 C 13.395781 16.480527 13.475703 16.608281 13.564453 16.730469 C 13.653203 16.852656 13.751563 16.968535 13.857422 17.076172 C 13.963281 17.183809 14.076328 17.283828 14.197266 17.375 C 14.318203 17.466172 14.446094 17.548301 14.580078 17.621094 C 14.714062 17.693887 14.855 17.758047 15 17.810547 L 15 19 L 17 19 L 17 17.810547 C 18.015 17.443047 18.784297 16.555098 18.960938 15.474609 C 18.986172 15.320254 19 15.16125 19 15 C 19 14.795 18.977891 14.594531 18.9375 14.400391 C 18.897109 14.20625 18.838281 14.018906 18.761719 13.839844 C 18.685156 13.660781 18.590937 13.489844 18.482422 13.330078 C 18.373906 13.170312 18.251484 13.021016 18.115234 12.884766 C 17.978984 12.748516 17.829687 12.626094 17.669922 12.517578 C 17.510156 12.409063 17.339219 12.314844 17.160156 12.238281 C 16.981094 12.161719 16.79375 12.102891 16.599609 12.0625 C 16.405469 12.022109 16.205 12 16 12 C 15.8575 12 15.723984 11.973047 15.603516 11.923828 C 15.483047 11.874609 15.376484 11.802266 15.287109 11.712891 C 15.197734 11.623516 15.125391 11.516953 15.076172 11.396484 C 15.026953 11.276016 15 11.1425 15 11 C 15 10.8575 15.026953 10.723984 15.076172 10.603516 C 15.125391 10.483047 15.197734 10.376484 15.287109 10.287109 C 15.376484 10.197734 15.483047 10.125391 15.603516 10.076172 C 15.723984 10.026953 15.8575 10 16 10 C 16.57 10 17 10.43 17 11 L 19 11 C 19 10.83875 18.986172 10.679746 18.960938 10.525391 C 18.935703 10.371035 18.9 10.221719 18.851562 10.076172 C 18.560938 9.2028906 17.87 8.5044531 17 8.1894531 L 17 7 L 15 7 z M 2 21 L 2 29 L 4 29 L 4 23 L 9.3808594 23 C 8.5298594 22.435 7.7610781 21.758 7.0800781 21 L 2 21 z M 24.919922 21 C 24.238922 21.758 23.470141 22.435 22.619141 23 L 28 23 L 28 29 L 30 29 L 30 21 L 24.919922 21 z M 6 25 L 6 27 L 26 27 L 26 25 L 6 25 z\"/></svg></li><li title=\"door closed solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 8 5 L 8 27 L 24 27 L 24 5 Z M 10 7 L 22 7 L 22 25 L 10 25 Z M 20 15 C 19.449219 15 19 15.449219 19 16 C 19 16.550781 19.449219 17 20 17 C 20.550781 17 21 16.550781 21 16 C 21 15.449219 20.550781 15 20 15 Z\"/></svg></li><li title=\"door open solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 15.875 4 L 15.78125 4.03125 L 7.78125 5.90625 L 7 6.09375 L 7 26.34375 L 7.8125 26.46875 L 15.8125 27.96875 L 15.90625 28 L 18 28 L 18 4 Z M 20 6 L 20 8 L 23 8 L 23 24 L 20 24 L 20 26 L 25 26 L 25 6 Z M 16 6.03125 L 16 26 L 9 24.6875 L 9 7.65625 Z M 14.34375 15 C 13.976563 15 13.65625 15.449219 13.65625 16 C 13.65625 16.550781 13.976563 17 14.34375 17 C 14.710938 17 15 16.550781 15 16 C 15 15.449219 14.710938 15 14.34375 15 Z\"/></svg></li><li title=\"dot circle solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 9.382813 4 4 9.382813 4 16 C 4 22.617188 9.382813 28 16 28 C 22.617188 28 28 22.617188 28 16 C 28 9.382813 22.617188 4 16 4 Z M 16 6 C 21.535156 6 26 10.464844 26 16 C 26 21.535156 21.535156 26 16 26 C 10.464844 26 6 21.535156 6 16 C 6 10.464844 10.464844 6 16 6 Z M 16 13 C 14.34375 13 13 14.34375 13 16 C 13 17.65625 14.34375 19 16 19 C 17.65625 19 19 17.65625 19 16 C 19 14.34375 17.65625 13 16 13 Z\"/></svg></li><li title=\"dot circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 9.382813 4 4 9.382813 4 16 C 4 22.617188 9.382813 28 16 28 C 22.617188 28 28 22.617188 28 16 C 28 9.382813 22.617188 4 16 4 Z M 16 6 C 21.535156 6 26 10.464844 26 16 C 26 21.535156 21.535156 26 16 26 C 10.464844 26 6 21.535156 6 16 C 6 10.464844 10.464844 6 16 6 Z M 16 13 C 14.34375 13 13 14.34375 13 16 C 13 17.65625 14.34375 19 16 19 C 17.65625 19 19 17.65625 19 16 C 19 14.34375 17.65625 13 16 13 Z\"/></svg></li><li title=\"dove solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 9.84375 1.664063 L 8.683594 2.050781 C 7.058594 2.59375 5.976563 3.308594 5.34375 4.199219 C 4.707031 5.089844 4.605469 6.121094 4.769531 6.945313 C 4.917969 7.691406 5.257813 8.28125 5.570313 8.757813 C 5.285156 8.925781 5.21875 8.867188 4.917969 9.167969 C 4.105469 9.980469 3.445313 11.5 4.050781 13.316406 C 4.507813 14.691406 5.570313 15.433594 6.429688 15.738281 C 6.671875 15.824219 6.675781 15.773438 6.890625 15.8125 C 6.828125 16.160156 6.757813 16.203125 6.765625 16.6875 C 6.785156 17.800781 7.179688 19.308594 8.582031 20.214844 C 9.320313 20.691406 10.144531 20.933594 10.953125 21.0625 L 5.417969 28.441406 L 6.628906 28.925781 C 12.097656 31.117188 18.316406 28.949219 18.316406 28.949219 L 19 28.71875 L 19 24.871094 C 19.773438 24.757813 20.859375 24.546875 22.199219 23.984375 C 24.316406 23.097656 26.707031 21.285156 26.996094 18.089844 C 27.109375 16.851563 26.820313 15.546875 26.53125 14.488281 C 26.457031 14.210938 26.449219 14.234375 26.375 14 L 29.660156 14 L 28.882813 12.53125 C 28.882813 12.53125 28.359375 11.503906 28.085938 10.941406 C 28.867188 9.199219 28.300781 7.300781 26.859375 6.5 C 26.460938 6.277344 26.011719 6.140625 25.535156 6.101563 C 24.117188 5.980469 22.476563 6.703125 21.203125 8.398438 C 21.074219 8.570313 20.539063 9.203125 20.234375 9.570313 C 20.140625 9.386719 20.039063 9.160156 19.925781 8.878906 C 19.480469 7.757813 19 5.890625 19 3 L 19 2 L 18 2 C 16.832031 2 15.890625 2.304688 15.21875 2.84375 C 14.546875 3.382813 14.191406 4.105469 14.03125 4.757813 C 13.804688 5.652344 13.953125 6.027344 14.03125 6.464844 C 13.679688 6.625 13.429688 6.65625 12.917969 7.167969 C 12.613281 7.472656 12.332031 7.875 12.128906 8.351563 C 11.105469 6.90625 10.269531 5.101563 9.992188 2.875 Z M 17.105469 4.238281 C 17.230469 6.609375 17.605469 8.457031 18.074219 9.621094 C 18.355469 10.324219 18.660156 10.84375 18.898438 11.191406 C 18.207031 12.015625 18.019531 12.25 17.484375 12.875 C 16.773438 12.53125 15.339844 11.730469 13.875 10.351563 C 13.660156 9.425781 13.941406 8.972656 14.332031 8.582031 C 14.769531 8.144531 15.316406 7.949219 15.316406 7.949219 L 16.195313 7.65625 L 15.96875 6.757813 C 15.96875 6.757813 15.796875 5.9375 15.96875 5.242188 C 16.058594 4.894531 16.203125 4.617188 16.46875 4.40625 C 16.578125 4.316406 16.917969 4.308594 17.105469 4.238281 Z M 8.34375 4.539063 C 9.011719 7.414063 10.480469 9.613281 12.03125 11.234375 C 12.039063 11.261719 12.042969 11.289063 12.050781 11.316406 L 12.09375 11.300781 C 13.859375 13.128906 15.667969 14.179688 16.585938 14.648438 L 17.761719 15.648438 C 17.761719 15.648438 21.835938 10.878906 22.796875 9.601563 L 22.800781 9.601563 C 24.101563 7.867188 25.246094 7.894531 25.890625 8.25 C 26.53125 8.605469 26.910156 9.328125 26.167969 10.445313 L 25.871094 10.890625 L 26.078125 11.382813 C 26.160156 11.585938 26.25 11.726563 26.386719 12 L 23.53125 12 L 24.066406 13.363281 C 24.066406 13.363281 24.34375 14.070313 24.605469 15.015625 C 24.863281 15.960938 25.074219 17.15625 25.003906 17.910156 C 24.792969 20.214844 23.183594 21.402344 21.425781 22.140625 C 19.667969 22.878906 17.933594 23 17.933594 23 L 17 23.0625 L 17 27.1875 C 16.136719 27.4375 12.515625 28.300781 8.726563 27.363281 L 13.375 21.171875 C 14.410156 21.121094 15.1875 20.984375 15.1875 20.984375 L 14.8125 19.015625 C 14.8125 19.015625 13.949219 19.183594 12.832031 19.191406 C 11.71875 19.203125 10.410156 19.015625 9.667969 18.535156 C 8.945313 18.066406 8.777344 17.386719 8.765625 16.65625 C 8.753906 15.921875 8.949219 15.316406 8.949219 15.316406 L 9.414063 13.921875 L 7.945313 14 C 7.945313 14 7.5625 14.019531 7.101563 13.855469 C 6.636719 13.6875 6.199219 13.429688 5.949219 12.683594 C 5.554688 11.5 5.894531 11.019531 6.332031 10.582031 C 6.769531 10.144531 7.316406 9.949219 7.316406 9.949219 L 8.851563 9.4375 L 7.707031 8.292969 C 7.707031 8.292969 6.898438 7.402344 6.730469 6.554688 C 6.644531 6.128906 6.667969 5.785156 6.96875 5.363281 C 7.148438 5.117188 7.847656 4.824219 8.34375 4.539063 Z\"/></svg></li><li title=\"download solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 15 4 L 15 20.5625 L 9.71875 15.28125 L 8.28125 16.71875 L 15.28125 23.71875 L 16 24.40625 L 16.71875 23.71875 L 23.71875 16.71875 L 22.28125 15.28125 L 17 20.5625 L 17 4 Z M 7 26 L 7 28 L 25 28 L 25 26 Z\"/></svg></li><li title=\"draft2digital \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 15.769531 5.0507812 C 13.259531 5.0607812 11.000391 5.8398437 9.4003906 7.0898438 C 8.1303906 7.9398437 7.2507813 9.2800781 7.0507812 10.830078 L 7.0507812 10.849609 C 7.0207812 11.059609 7 11.28 7 11.5 C 7 13.43 8.57 15 10.5 15 C 12.43 15 14 13.43 14 11.5 C 14 10 13.050469 8.7304688 11.730469 8.2304688 C 11.990469 8.1804687 12.260781 8.140625 12.550781 8.140625 C 14.450781 8.140625 16 9.65 16 11.5 C 16 14.29 11.290312 18.689531 5.3203125 24.269531 L 3.4707031 26 L 23 26 L 23 29 L 30 25 L 23 21 L 23 24 L 17.150391 24 C 21.310391 19.6 24 16.429844 24 11.839844 C 24 7.9798438 20.490313 5.0707812 15.820312 5.0507812 L 15.789062 5.0507812 L 15.769531 5.0507812 z M 15.589844 7.0507812 L 15.789062 7.0507812 C 19.329062 7.0607812 22 9.1098438 22 11.839844 C 22 15.999844 19.239922 18.899219 14.669922 23.699219 L 14.390625 24 L 8.5292969 24 C 14.599297 18.27 18 14.68 18 11.5 C 18 9.65 17.039844 8.0207812 15.589844 7.0507812 z M 10.5 10 C 11.33 10 12 10.67 12 11.5 C 12 12.33 11.33 13 10.5 13 C 9.67 13 9 12.33 9 11.5 C 9 11.39 9.0192969 11.289453 9.0292969 11.189453 C 9.1792969 10.509453 9.78 10 10.5 10 z M 25 24.449219 L 25.970703 25 L 25 25.550781 L 25 24.449219 z\"/></svg></li><li title=\"drafting compass solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 15 3 L 15 6.15625 C 13.28125 6.601563 12 8.148438 12 10 C 12 11.046875 12.425781 12 13.09375 12.71875 L 9.75 20 L 6 20 L 6 22 L 8.8125 22 L 5.96875 28.1875 L 7.78125 29.03125 L 11.03125 22 L 15 22 L 15 24 L 17 24 L 17 22 L 20.96875 22 L 24.1875 29.03125 L 26 28.21875 L 23.15625 22 L 26 22 L 26 20 L 22.25 20 L 18.90625 12.6875 C 19.566406 11.976563 20 11.042969 20 10 C 20 8.148438 18.71875 6.601563 17 6.15625 L 17 3 Z M 16 8 C 17.117188 8 18 8.882813 18 10 C 18 10.582031 17.765625 11.101563 17.375 11.46875 L 17.34375 11.5 L 16.34375 11.9375 L 20.03125 20 L 17 20 L 17 18 L 15 18 L 15 20 L 11.9375 20 L 15.625 12 L 14.625 11.53125 L 14.65625 11.5 C 14.242188 11.132813 14 10.601563 14 10 C 14 8.882813 14.882813 8 16 8 Z\"/></svg></li><li title=\"dragon solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 8 3 L 8 9 L 3 10.5 L 6.5 14 L 4 19 L 9 19 L 9 29 L 11 29 L 11 19.847656 C 12.296875 20.410156 13.660156 20.988281 16.003906 21.921875 C 16.003906 21.949219 16 21.972656 16 22 C 16 24.230469 16.699219 26.046875 17.980469 27.25 C 19.257813 28.457031 21.039063 29 23 29 L 23 27 C 21.398438 27 20.179688 26.574219 19.347656 25.796875 C 18.636719 25.125 18.15625 24.152344 18.03125 22.734375 C 19.347656 23.230469 20.53125 23.648438 21.351563 23.871094 C 21.636719 23.945313 21.929688 23.984375 22.21875 23.984375 C 24.039063 23.984375 25.800781 22.53125 26.132813 20.6875 L 27 16 L 24 18 C 19.3125 18 18.199219 15 18.199219 15 C 18.550781 14.15625 19.277344 13.558594 20.121094 13.121094 L 21 14 L 21 12.738281 C 21.1875 12.671875 21.375 12.617188 21.5625 12.5625 L 23 14 L 23 12.21875 C 23.058594 12.207031 23.125 12.191406 23.183594 12.183594 L 25 14 L 25 12 L 28 14 L 28 9.152344 C 28 7.675781 27 6.316406 25.550781 6.050781 C 25.363281 6.015625 25.179688 6 25 6 C 24.199219 6 23.484375 6.335938 22.945313 6.851563 L 21.5 3 L 20 7 L 14 7 Z M 10 6.734375 L 12.890625 8.664063 L 13.394531 9 L 23.671875 9 L 24.265625 8.34375 C 24.382813 8.214844 24.628906 8 25 8 C 25.0625 8 25.125 8.003906 25.1875 8.015625 C 25.644531 8.101563 26 8.597656 26 9.152344 L 26 10 L 25.605469 10 L 25.589844 9.992188 L 25 10 L 24.96875 10 C 24.261719 10.011719 18.03125 10.230469 16.355469 14.226563 L 16.050781 14.953125 L 16.324219 15.691406 C 16.917969 17.292969 19.199219 20 24 20 L 24.226563 20 L 24.164063 20.339844 C 24.007813 21.214844 23.097656 21.984375 22.21875 21.984375 C 22.097656 21.984375 21.980469 21.96875 21.871094 21.9375 C 18.789063 21.109375 9.894531 17.207031 9.804688 17.167969 L 9.421875 17 L 7.234375 17 L 8.289063 14.894531 L 8.933594 13.605469 L 6.78125 11.453125 L 8.578125 10.917969 L 10 10.488281 Z M 13 10 C 13 10 13.230469 12 15 12 C 16.769531 12 18 10 18 10 Z\"/></svg></li><li title=\"draw polygon solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 14 4 C 12.894531 4 12 4.894531 12 6 C 12 6.019531 12 6.042969 12 6.0625 L 6.9375 9.25 C 6.65625 9.101563 6.339844 9 6 9 C 4.894531 9 4 9.894531 4 11 C 4 11.738281 4.402344 12.371094 5 12.71875 L 5 24.28125 C 4.402344 24.628906 4 25.261719 4 26 C 4 27.105469 4.894531 28 6 28 C 6.738281 28 7.371094 27.597656 7.71875 27 L 20.28125 27 C 20.628906 27.597656 21.261719 28 22 28 C 23.105469 28 24 27.105469 24 26 C 24 25.601563 23.890625 25.21875 23.6875 24.90625 L 26.125 20 C 27.171875 19.933594 28 19.0625 28 18 C 28 17.023438 27.300781 16.207031 26.375 16.03125 L 24.46875 10.3125 C 24.785156 9.957031 25 9.511719 25 9 C 25 7.894531 24.105469 7 23 7 C 22.488281 7 22.042969 7.214844 21.6875 7.53125 L 15.96875 5.59375 C 15.78125 4.683594 14.964844 4 14 4 Z M 15.3125 7.5 L 21.03125 9.375 C 21.183594 10.179688 21.820313 10.816406 22.625 10.96875 L 24.53125 16.65625 C 24.207031 17.011719 24 17.480469 24 18 C 24 18.414063 24.128906 18.804688 24.34375 19.125 L 21.875 24 C 21.1875 24.042969 20.609375 24.4375 20.28125 25 L 7.71875 25 C 7.542969 24.699219 7.300781 24.457031 7 24.28125 L 7 12.71875 C 7.597656 12.371094 8 11.738281 8 11 C 8 10.980469 8 10.957031 8 10.9375 L 13.0625 7.75 C 13.34375 7.898438 13.660156 8 14 8 C 14.503906 8 14.960938 7.808594 15.3125 7.5 Z\"/></svg></li><li title=\"dribbble square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 L 5 5 z M 7 7 L 25 7 L 25 25 L 7 25 L 7 7 z M 16.25 8 C 14.125 8 14.125 13.5045 14.125 13.5625 C 14.125 14.2035 14.1485 14.812 14.1875 15.375 C 13.8905 15.265 13.5545 15.1875 13.1875 15.1875 C 11.0045 15.1875 10 17.035 10 19 C 10 20.848 11.04325 23 13.40625 23 C 14.52325 23 15.488953 22.28575 16.251953 21.21875 C 16.923953 21.90275 17.603953 22.15625 18.126953 22.15625 C 19.786953 22.15625 20.88625 19.254 21.28125 18 C 21.39825 17.605 21.18325 17.14825 20.78125 17.03125 C 20.38625 16.90225 19.97275 17.12525 19.84375 17.53125 C 19.37875 19.00425 18.512 20.547 18.125 20.625 C 17.84 20.625 17.44525 20.3755 17.03125 19.8125 C 17.98125 17.8165 18.46875 15.32825 18.46875 13.65625 C 18.46875 8.98025 17.258 8 16.25 8 z M 16.3125 9.625 C 16.5515 9.98 16.96875 11.10525 16.96875 13.65625 C 16.96875 15.00825 16.64025 16.58575 16.15625 17.96875 C 15.84025 16.89075 15.625 15.4415 15.625 13.5625 C 15.625 11.8235 15.9965 10.18 16.3125 9.625 z M 12.90625 16.71875 C 12.99625 16.69875 13.0865 16.71875 13.1875 16.71875 C 13.8285 16.71875 14.3125 17.1875 14.3125 17.1875 C 14.3435 17.2265 14.3865 17.2815 14.4375 17.3125 C 14.6445 18.3715 14.9645 19.204953 15.3125 19.876953 C 14.7385 20.845953 14.06625 21.470703 13.40625 21.470703 C 11.69525 21.470703 11.53125 19.94125 11.53125 19.28125 C 11.53125 19.17925 11.55425 16.98875 12.90625 16.71875 z\"/></svg></li><li title=\"dribbble \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 9.382813 4 4 9.382813 4 16 C 4 22.617188 9.382813 28 16 28 C 22.617188 28 28 22.617188 28 16 C 28 9.382813 22.617188 4 16 4 Z M 16 6 C 18.535156 6 20.832031 6.953125 22.59375 8.5 C 22.40625 8.761719 22.152344 9.078125 21.75 9.46875 C 20.894531 10.296875 19.527344 11.292969 17.4375 12.0625 C 16.023438 9.449219 14.636719 7.484375 13.71875 6.25 C 14.449219 6.082031 15.214844 6 16 6 Z M 11.75 6.9375 C 12.570313 8.011719 14.03125 10.003906 15.5 12.65625 C 11.433594 13.734375 7.703125 13.871094 6.21875 13.875 C 6.882813 10.785156 8.960938 8.242188 11.75 6.9375 Z M 23.96875 9.96875 C 25.1875 11.582031 25.945313 13.578125 26 15.75 C 25.109375 15.550781 23.796875 15.355469 22.09375 15.34375 C 21.207031 15.339844 20.203125 15.402344 19.125 15.53125 C 18.875 14.960938 18.605469 14.410156 18.34375 13.875 C 20.585938 13.015625 22.113281 11.882813 23.125 10.90625 C 23.46875 10.570313 23.738281 10.261719 23.96875 9.96875 Z M 16.40625 14.46875 C 16.636719 14.933594 16.871094 15.410156 17.09375 15.90625 C 12.820313 17.089844 9.75 20.714844 8.4375 22.53125 C 6.925781 20.78125 6 18.5 6 16 C 6 15.957031 6 15.917969 6 15.875 C 7.351563 15.890625 11.648438 15.796875 16.40625 14.46875 Z M 22.09375 17.3125 C 23.878906 17.3125 25.113281 17.5625 25.84375 17.75 C 25.378906 20.414063 23.875 22.699219 21.75 24.1875 C 21.351563 21.796875 20.695313 19.523438 19.90625 17.4375 C 20.695313 17.359375 21.441406 17.3125 22.09375 17.3125 Z M 17.875 17.78125 C 18.773438 20.0625 19.527344 22.566406 19.90625 25.21875 C 18.710938 25.722656 17.382813 26 16 26 C 13.707031 26 11.589844 25.230469 9.90625 23.9375 C 10.933594 22.53125 13.953125 18.789063 17.875 17.78125 Z\"/></svg></li><li title=\"dropbox \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 11.78125 4.46875 L 11.15625 4.875 L 4.46875 9.1875 L 3.25 9.96875 L 4.40625 10.84375 L 7.90625 13.5 L 4.40625 16.15625 L 3.1875 17.0625 L 4.5 17.8125 L 8.125 19.9375 L 8.125 23.28125 L 8.5625 23.5625 L 15.4375 28.09375 L 16 28.46875 L 16.5625 28.09375 L 23.4375 23.625 L 23.875 23.3125 L 23.875 19.96875 L 27.5 17.8125 L 28.71875 17.09375 L 27.65625 16.1875 L 24.3125 13.34375 L 27.625 10.625 L 28.71875 9.75 L 27.53125 9 L 21.03125 4.875 L 20.40625 4.5 L 19.84375 4.96875 L 16 8.125 L 12.34375 4.96875 Z M 20.59375 6.9375 L 25.3125 9.96875 L 22.65625 12.125 L 17.75 9.28125 Z M 11.59375 6.96875 L 14.34375 9.3125 L 9.625 12.3125 L 6.71875 10.09375 Z M 16 10.625 L 20.8125 13.375 L 16 16.375 L 11.46875 13.53125 Z M 22.65625 14.5625 L 25.28125 16.8125 L 22.46875 18.5 C 22.378906 18.539063 22.292969 18.59375 22.21875 18.65625 L 20.46875 19.6875 L 17.75 17.625 Z M 9.625 14.71875 L 14.25 17.625 L 11.625 19.6875 L 6.78125 16.84375 Z M 16.03125 18.8125 L 19.78125 21.6875 L 20.34375 22.09375 L 20.90625 21.75 L 21.875 21.15625 L 21.875 22.21875 L 16 26.0625 L 10.125 22.1875 L 10.125 21.125 L 11.1875 21.75 L 11.78125 22.09375 L 12.3125 21.6875 Z\"/></svg></li><li title=\"drum solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 27.1875 5.09375 L 16.125 10.34375 C 15.804688 10.128906 15.414063 10 15 10 C 13.894531 10 13 10.894531 13 12 C 13 13.105469 13.894531 14 15 14 C 16.050781 14 16.921875 13.1875 17 12.15625 L 23.0625 9.28125 C 24.878906 10.046875 26 11.046875 26 12 C 26 13.886719 21.722656 16 16 16 C 10.277344 16 6 13.886719 6 12 C 6 10.113281 10.277344 8 16 8 C 16.171875 8 16.328125 7.996094 16.5 8 L 20.03125 6.34375 C 18.777344 6.132813 17.433594 6 16 6 C 9.160156 6 4 8.578125 4 12 L 4 22 C 4 22.988281 4.445313 23.894531 5.125 24.625 C 5.804688 25.355469 6.730469 25.945313 7.8125 26.4375 C 9.976563 27.421875 12.839844 28 16 28 C 19.160156 28 22.023438 27.421875 24.1875 26.4375 C 25.269531 25.945313 26.195313 25.355469 26.875 24.625 C 27.554688 23.894531 28 22.988281 28 22 L 28 12 C 28 10.523438 27.023438 9.210938 25.375 8.1875 L 28.03125 6.90625 Z M 6 15.40625 C 7.015625 16.171875 8.378906 16.800781 10 17.25 L 10 25.15625 C 9.5 25 9.042969 24.816406 8.625 24.625 C 7.71875 24.210938 7.027344 23.714844 6.59375 23.25 C 6.160156 22.785156 6 22.394531 6 22 Z M 26 15.40625 L 26 22 C 26 22.394531 25.839844 22.785156 25.40625 23.25 C 24.972656 23.714844 24.28125 24.210938 23.375 24.625 C 22.957031 24.816406 22.5 25 22 25.15625 L 22 17.25 C 23.621094 16.800781 24.984375 16.171875 26 15.40625 Z M 12 17.6875 C 13.242188 17.894531 14.582031 18 16 18 C 17.417969 18 18.757813 17.894531 20 17.6875 L 20 25.625 C 18.769531 25.855469 17.421875 26 16 26 C 14.578125 26 13.230469 25.855469 12 25.625 Z\"/></svg></li><li title=\"drum steelpan solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 6 C 8.82 6 3 8.462 3 11.5 L 3 20.5 C 3 23.538 8.82 26 16 26 C 23.18 26 29 23.538 29 20.5 L 29 11.5 C 29 8.462 23.18 6 16 6 z M 16 8 C 16.893125 8 17.734229 8.0394687 18.523438 8.109375 C 18.687739 8.1239284 18.84026 8.1449303 19 8.1621094 L 19 8.5996094 C 19 9.9196094 17.65 11 16 11 C 14.35 11 13 9.9196094 13 8.5996094 L 13 8.1621094 C 13.927038 8.0624121 14.92094 8 16 8 z M 12.896484 8.1738281 C 12.561764 8.2089911 12.240895 8.2528849 11.925781 8.3007812 C 12.062455 8.2799433 12.191484 8.2552358 12.332031 8.2363281 C 12.51362 8.2118992 12.70846 8.1948295 12.896484 8.1738281 z M 19.103516 8.1738281 C 19.29154 8.1948295 19.48638 8.2118992 19.667969 8.2363281 C 19.808516 8.2552358 19.937545 8.2799433 20.074219 8.3007812 C 19.759105 8.2528849 19.438236 8.2089911 19.103516 8.1738281 z M 11.523438 8.3632812 C 11.347689 8.3934993 11.181027 8.4293286 11.011719 8.4628906 C 11.102255 8.4452092 11.175073 8.4211401 11.267578 8.4042969 C 11.349705 8.3893433 11.439762 8.3775456 11.523438 8.3632812 z M 20.476562 8.3632812 C 20.560238 8.3775456 20.650295 8.3893433 20.732422 8.4042969 C 20.824927 8.4211401 20.897745 8.4452092 20.988281 8.4628906 C 20.818973 8.4293286 20.652311 8.3934993 20.476562 8.3632812 z M 10.519531 8.5761719 L 11.560547 10.380859 C 12.000547 11.120859 12.110625 11.990078 11.890625 12.830078 C 11.702439 13.49368 11.315254 14.067319 10.792969 14.486328 C 7.0213975 13.7066 5 12.230087 5 11.5 C 5 11.4365 5.0149426 11.366973 5.0449219 11.292969 C 5.3509502 10.537536 7.2506649 9.299294 10.519531 8.5761719 z M 21.480469 8.5761719 C 25.069561 9.3701328 27 10.788292 27 11.5 C 27 12.230212 24.977902 13.706709 21.205078 14.486328 C 20.683385 14.067598 20.297421 13.503084 20.109375 12.830078 C 19.889375 11.990078 19.999688 11.120859 20.429688 10.380859 L 21.480469 8.5761719 z M 16 13 C 17.31 13 18.399297 13.779375 18.779297 14.859375 C 19.157001 14.825038 19.516437 14.781496 19.869141 14.732422 C 18.710942 14.898479 17.424052 15 16 15 C 14.575948 15 13.289058 14.898479 12.130859 14.732422 C 12.483563 14.781496 12.842999 14.825038 13.220703 14.859375 C 13.600703 13.779375 14.69 13 16 13 z M 5 14.421875 C 7.3005188 15.96894 11.36057 17 16 17 C 20.63943 17 24.699481 15.96894 27 14.421875 L 27 20.5 C 27 21.516 23.145 24 16 24 C 8.855 24 5 21.516 5 20.5 L 5 14.421875 z M 11.113281 14.560547 C 11.278823 14.592606 11.447781 14.622055 11.619141 14.650391 C 11.446245 14.62166 11.279655 14.592163 11.113281 14.560547 z M 20.886719 14.560547 C 20.720345 14.592163 20.553755 14.62166 20.380859 14.650391 C 20.552219 14.622055 20.721177 14.592606 20.886719 14.560547 z\"/></svg></li><li title=\"drumstick bite solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 19.650391 4.0039062 C 17.511641 4.0039062 15.372141 4.8173125 13.744141 6.4453125 C 12.176141 8.0133125 10.334484 12.400375 8.2714844 19.484375 L 6.6757812 21.080078 C 6.4537813 21.026078 6.2270469 21 5.9980469 21 C 4.3440469 21 2.9980469 22.346 2.9980469 24 C 2.9980469 25.351 3.8989063 26.497094 5.1289062 26.871094 C 5.5029063 28.102094 6.6460469 29 7.9980469 29 C 9.6520469 29 10.999047 27.654 10.998047 26 C 10.998047 25.771 10.970969 25.544266 10.917969 25.322266 L 12.513672 23.728516 C 14.280672 23.214516 16.781234 22.444078 19.115234 21.580078 L 20.267578 21.152344 L 19.617188 20.111328 C 19.214187 19.466328 19 18.736 19 18 C 19 15.794 20.794 14 23 14 C 24.108 14 25.143062 14.454297 25.914062 15.279297 L 27.076172 16.525391 L 27.597656 14.900391 C 28.556656 11.904391 27.773688 8.6653125 25.554688 6.4453125 C 23.926688 4.8173125 21.789141 4.0039062 19.650391 4.0039062 z M 19.648438 6.0039062 C 21.274813 6.0036563 22.900172 6.621375 24.138672 7.859375 C 25.460672 9.182375 26.113469 10.983828 25.980469 12.798828 C 25.084469 12.276828 24.065 12 23 12 C 19.691 12 17 14.691 17 18 C 17 18.709 17.129859 19.413078 17.380859 20.080078 C 15.783575 20.641786 14.252147 21.116531 12.912109 21.517578 L 10.480469 19.085938 C 12.261878 13.143372 13.950469 9.0660927 15.15625 7.859375 C 16.39425 6.622375 18.022062 6.0041562 19.648438 6.0039062 z M 9.5742188 21.007812 L 10.990234 22.423828 L 8.5292969 24.884766 L 8.875 25.537109 C 8.957 25.691109 8.9980469 25.847 8.9980469 26 C 8.9980469 26.551 8.5500469 27 7.9980469 27 C 7.4460469 27 6.9980469 26.551 6.9980469 26 L 6.9980469 25 L 5.9980469 25 C 5.4460469 25 4.9980469 24.551 4.9980469 24 C 4.9980469 23.449 5.4460469 23 5.9980469 23 C 6.1510469 23 6.3079375 23.042047 6.4609375 23.123047 L 7.1132812 23.470703 L 9.5742188 21.007812 z\"/></svg></li><li title=\"drupal \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 14.53125 2.78125 L 14.03125 5.0625 C 14.03125 5.0625 13.90625 5.628906 13.625 6.25 C 13.34375 6.871094 12.859375 7.429688 12.59375 7.53125 L 12.59375 7.5625 C 8.1875 9 5 13.125 5 18 C 5 24.0625 9.9375 29 16 29 C 22.0625 29 27 24.0625 27 18 C 27 12.695313 23.234375 8.246094 18.21875 7.21875 C 18.132813 7.199219 17.328125 6.636719 16.78125 6 C 16.234375 5.363281 15.84375 4.75 15.84375 4.75 Z M 15.3125 7.34375 C 15.945313 8.082031 16.644531 8.933594 17.8125 9.1875 C 21.910156 10.027344 25 13.640625 25 18 C 25 19.246094 24.734375 20.421875 24.28125 21.5 C 24.515625 20.859375 24.625 20.144531 24.625 19.6875 C 24.625 19.03125 24.339844 17.9375 23.28125 17.9375 C 22.285156 17.9375 20.246094 20.011719 19.1875 20.03125 C 17.9375 20.054688 16.199219 17.574219 13.71875 17.59375 C 11.769531 17.617188 10.238281 19.160156 10.21875 20.8125 C 10.199219 21.746094 10.519531 22.429688 11.15625 22.875 C 11.582031 23.148438 11.945313 23.34375 13.21875 23.34375 C 15.316406 23.34375 17.988281 20.738281 19.21875 20.78125 C 20.195313 20.824219 21.738281 23.1875 22.5 23.25 C 23.09375 23.292969 23.398438 23.023438 23.90625 22.28125 C 22.386719 25.085938 19.425781 27 16 27 C 11.015625 27 7 22.984375 7 18 C 7 13.972656 9.621094 10.59375 13.25 9.4375 L 13.28125 9.40625 L 13.3125 9.40625 C 14.382813 9.003906 14.9375 8.125 15.3125 7.34375 Z M 18.3125 22.25 C 18.175781 22.261719 18.023438 22.300781 17.84375 22.375 C 17.484375 22.523438 17.109375 22.851563 16.875 23.0625 C 16.640625 23.273438 16.589844 23.453125 16.71875 23.625 C 16.847656 23.796875 16.984375 23.703125 17.34375 23.40625 C 17.703125 23.109375 17.914063 22.84375 18.65625 22.84375 C 19.398438 22.84375 19.539063 23.128906 19.6875 23.40625 C 19.835938 23.679688 19.851563 23.710938 20 23.625 C 20.171875 23.539063 20.273438 23.429688 20.1875 23.21875 C 20.101563 23.007813 19.941406 22.609375 19.6875 22.4375 C 19.433594 22.265625 19.089844 22.25 18.75 22.25 C 18.582031 22.25 18.449219 22.238281 18.3125 22.25 Z M 20.5 24.53125 C 20.464844 24.539063 20.421875 24.558594 20.375 24.59375 C 19.949219 24.910156 18.980469 25.28125 17.625 25.28125 C 16.269531 25.28125 15.644531 24.996094 15.21875 24.65625 C 15.15625 24.613281 15.191406 24.625 15.0625 24.625 C 14.933594 24.625 14.824219 24.695313 14.71875 24.78125 C 14.613281 24.867188 14.570313 25.070313 14.71875 25.21875 C 15.652344 26.066406 17.199219 26.011719 18.34375 25.90625 C 19.488281 25.800781 20.488281 25.105469 20.59375 25 C 20.742188 24.851563 20.675781 24.742188 20.65625 24.65625 C 20.640625 24.59375 20.605469 24.507813 20.5 24.53125 Z\"/></svg></li><li title=\"dumbbell solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 21.3125 3.5 C 20.546875 3.5 19.765625 3.796875 19.1875 4.375 C 18.804688 4.757813 18.566406 5.226563 18.4375 5.71875 C 18.230469 5.675781 18.027344 5.625 17.8125 5.625 C 17.046875 5.625 16.265625 5.890625 15.6875 6.46875 C 14.53125 7.625 14.53125 9.53125 15.6875 10.6875 L 16.53125 11.53125 L 11.53125 16.53125 L 10.6875 15.6875 C 10.109375 15.109375 9.359375 14.8125 8.59375 14.8125 C 7.828125 14.8125 7.046875 15.109375 6.46875 15.6875 C 5.722656 16.4375 5.46875 17.5 5.6875 18.46875 C 5.207031 18.59375 4.753906 18.808594 4.375 19.1875 C 3.21875 20.34375 3.21875 22.25 4.375 23.40625 L 4.40625 23.4375 L 5.75 24.8125 L 5.0625 25.5 L 6.5 26.9375 L 7.1875 26.25 L 8.59375 27.625 C 9.75 28.78125 11.65625 28.78125 12.8125 27.625 C 13.1875 27.25 13.429688 26.792969 13.5625 26.3125 C 14.523438 26.519531 15.570313 26.273438 16.3125 25.53125 C 17.46875 24.375 17.46875 22.46875 16.3125 21.3125 L 15.46875 20.46875 L 20.46875 15.46875 L 21.3125 16.3125 C 22.46875 17.46875 24.375 17.46875 25.53125 16.3125 C 26.269531 15.570313 26.519531 14.523438 26.3125 13.5625 C 26.796875 13.429688 27.246094 13.191406 27.625 12.8125 C 28.78125 11.65625 28.78125 9.75 27.625 8.59375 L 26.25 7.1875 L 26.9375 6.5 L 25.5 5.0625 L 24.8125 5.75 L 23.40625 4.375 C 22.828125 3.796875 22.078125 3.5 21.3125 3.5 Z M 21.3125 5.5 C 21.5625 5.5 21.804688 5.585938 22 5.78125 L 26.21875 10 C 26.613281 10.394531 26.609375 10.984375 26.21875 11.375 C 25.828125 11.765625 25.207031 11.765625 24.8125 11.375 L 20.625 7.1875 C 20.234375 6.796875 20.234375 6.175781 20.625 5.78125 C 20.820313 5.585938 21.0625 5.5 21.3125 5.5 Z M 17.8125 7.59375 C 18.0625 7.59375 18.304688 7.710938 18.5 7.90625 L 24.09375 13.5 C 24.484375 13.894531 24.484375 14.511719 24.09375 14.90625 C 23.703125 15.296875 23.113281 15.265625 22.71875 14.875 L 22.6875 14.875 L 17.09375 9.28125 C 16.703125 8.890625 16.734375 8.300781 17.125 7.90625 C 17.316406 7.722656 17.570313 7.59375 17.8125 7.59375 Z M 17.9375 12.9375 L 19.0625 14.0625 L 14.0625 19.0625 L 12.9375 17.9375 Z M 8.59375 16.8125 C 8.84375 16.8125 9.085938 16.929688 9.28125 17.125 L 9.3125 17.125 L 14.90625 22.71875 C 15.296875 23.109375 15.265625 23.699219 14.875 24.09375 C 14.484375 24.464844 13.886719 24.480469 13.5 24.09375 L 12.8125 23.40625 L 12.6875 23.3125 L 8.59375 19.1875 L 7.90625 18.5 C 7.515625 18.105469 7.515625 17.488281 7.90625 17.09375 C 8.101563 16.898438 8.34375 16.8125 8.59375 16.8125 Z M 6.46875 20.3125 C 6.71875 20.3125 6.992188 20.429688 7.1875 20.625 L 11.375 24.8125 C 11.765625 25.203125 11.765625 25.824219 11.375 26.21875 C 10.984375 26.609375 10.394531 26.609375 10 26.21875 L 5.78125 22 C 5.386719 21.605469 5.390625 21.015625 5.78125 20.625 C 5.976563 20.429688 6.21875 20.3125 6.46875 20.3125 Z\"/></svg></li><li title=\"dumpster fire solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 6 L 3 14 L 4.3339844 14 L 4.6660156 16 L 3 16 L 3 18 L 5 18 L 6 24 L 6 26 L 8 26 L 8 24 L 19.638672 24 C 19.935672 23.269 20.309078 22.604 20.705078 22 L 7.6933594 22 L 6.3613281 14 L 8.1894531 14 L 10.25 14 L 15 14 L 17 14 L 21.75 14 L 23.810547 14 L 25.638672 14 L 25.095703 17.255859 L 26.554688 16.150391 C 26.554688 16.150391 28.651437 17.881 28.773438 18 L 29 18 L 29 16 L 27.332031 16 L 27.666016 14 L 29 14 L 27 6 L 17 6 L 15 6 L 5 6 z M 6.5625 8 L 9.3378906 8 L 8.5722656 12 L 5.5625 12 L 6.5625 8 z M 11.390625 8 L 15 8 L 15 12 L 10.630859 12 L 11.390625 8 z M 17 8 L 20.609375 8 L 21.369141 12 L 17 12 L 17 8 z M 22.662109 8 L 25.4375 8 L 26.4375 12 L 23.427734 12 L 22.662109 8 z M 26.529297 18.660156 L 25.880859 19.220703 C 25.880859 19.220703 24.660703 20.200859 23.470703 21.630859 C 22.280703 23.060859 21 24.961562 21 27.101562 C 21 28.611563 21.630156 29.92125 22.660156 30.78125 C 23.680156 31.65125 25.05 32.101562 26.5 32.101562 C 27.95 32.101562 29.319844 31.65125 30.339844 30.78125 C 31.369844 29.92125 32 28.611562 32 27.101562 C 32 25.111563 30.709297 23.290313 29.529297 21.820312 C 28.349297 20.340312 27.189453 19.251953 27.189453 19.251953 L 26.529297 18.660156 z M 26.470703 21.441406 C 26.860703 21.821406 27.220703 22.140313 27.970703 23.070312 C 29.040703 24.410312 30 26.131562 30 27.101562 C 30 28.081563 29.629297 28.78125 29.029297 29.28125 C 28.849297 29.44125 28.640156 29.581406 28.410156 29.691406 C 28.460156 29.501406 28.5 29.301562 28.5 29.101562 C 28.5 26.151563 26.939453 24.410156 26.939453 24.410156 C 26.939453 24.410156 26.989453 27.041016 26.189453 27.041016 C 25.639453 27.041016 25.089844 26.191406 25.089844 26.191406 C 25.089844 26.191406 24.5 27.451563 24.5 29.101562 C 24.5 29.301562 24.539844 29.501406 24.589844 29.691406 C 24.359844 29.581406 24.150703 29.44125 23.970703 29.28125 C 23.370703 28.78125 23 28.081563 23 27.101562 C 23 25.841562 23.969297 24.180156 25.029297 22.910156 C 25.759297 22.040156 26.090703 21.781406 26.470703 21.441406 z\"/></svg></li><li title=\"dumpster solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 6 L 3 14 L 4.3339844 14 L 4.6660156 16 L 3 16 L 3 18 L 5 18 L 6 24 L 6 26 L 8 26 L 8 24 L 24 24 L 24 26 L 26 26 L 26 24 L 27 18 L 29 18 L 29 16 L 27.333984 16 L 27.666016 14 L 29 14 L 27 6 L 17 6 L 15 6 L 5 6 z M 6.5625 8 L 9.3378906 8 L 8.5722656 12 L 5.5625 12 L 6.5625 8 z M 11.390625 8 L 15 8 L 15 12 L 10.630859 12 L 11.390625 8 z M 17 8 L 20.609375 8 L 21.369141 12 L 17 12 L 17 8 z M 22.662109 8 L 25.4375 8 L 26.4375 12 L 23.427734 12 L 22.662109 8 z M 6.3613281 14 L 8.1894531 14 L 10.25 14 L 15 14 L 17 14 L 21.75 14 L 23.810547 14 L 25.638672 14 L 24.306641 22 L 7.6933594 22 L 6.3613281 14 z\"/></svg></li><li title=\"dungeon solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 5 C 14.962 5 13.959859 5.1547344 13.005859 5.4277344 L 14.447266 9.1796875 C 14.947266 9.0656875 15.466 9 16 9 C 16.534 9 17.052734 9.0656875 17.552734 9.1796875 L 18.994141 5.4277344 C 18.040141 5.1557344 17.038 5 16 5 z M 11.140625 6.1523438 C 9.640625 6.8983437 8.3334531 7.9741094 7.3144531 9.2871094 L 10.699219 11.441406 C 10.794906 11.330431 10.897782 11.225936 11 11.121094 L 11 11.130859 C 11.03 11.080859 11.080859 11.03 11.130859 11 L 11.113281 11 C 11.550813 10.571578 12.042212 10.198893 12.580078 9.8964844 L 11.140625 6.1523438 z M 20.859375 6.1523438 L 19.419922 9.8984375 C 19.955179 10.199772 20.440888 10.574268 20.876953 11 L 20.869141 11 C 20.919141 11.03 20.97 11.080859 21 11.130859 L 21 11.115234 C 21.166599 11.285851 21.325854 11.463392 21.474609 11.650391 L 24.939453 9.6289062 C 23.888453 8.1609063 22.488375 6.9623437 20.859375 6.1523438 z M 6.234375 10.970703 C 5.451375 12.481703 5 14.189 5 16 L 9 16 C 9 14.976 9.2270469 14.005906 9.6230469 13.128906 L 6.234375 10.970703 z M 16 11 C 15.66 11 15.32 11.029609 15 11.099609 L 15 25 L 17 25 L 17 11.099609 C 16.68 11.029609 16.34 11 16 11 z M 25.949219 11.353516 L 22.484375 13.375 C 22.813375 14.187 23 15.072 23 16 L 27 16 C 27 14.34 26.615219 12.768516 25.949219 11.353516 z M 13 12 C 11.79 12.91 11 14.37 11 16 L 11 25 L 13 25 L 13 12 z M 19 12 L 19 25 L 21 25 L 21 16 C 21 14.37 20.21 12.91 19 12 z M 5 18 L 5 22 L 9 22 L 9 18 L 5 18 z M 23 18 L 23 22 L 27 22 L 27 18 L 23 18 z M 5 24 L 5 27 L 9 27 L 9 24 L 5 24 z M 23 24 L 23 27 L 27 27 L 27 24 L 23 24 z\"/></svg></li><li title=\"dyalog \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6 5 L 6 12 L 8 12 L 8 7 L 15 7 C 19.962 7 24 11.038 24 16 C 24 20.962 19.962 25 15 25 L 6 25 L 6 27 L 15 27 C 21.065 27 26 22.065 26 16 C 26 9.935 21.065 5 15 5 L 6 5 z\"/></svg></li><li title=\"earlybirds \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 14.849609 4 C 14.799609 4.03 14.230703 5.0209375 14.970703 5.9609375 C 13.240703 6.2909375 12.010781 7.2390625 11.050781 8.2890625 C 9.1007813 8.3590625 6.9501563 8.4309375 6.6601562 9.9609375 C 6.5301563 9.9909375 6.0990625 9.9998438 6.0390625 10.089844 C 6.0290625 10.109844 5.9396875 10.480078 5.9296875 10.830078 C 5.9496875 11.510078 6.2503125 12.069219 7.0703125 11.949219 C 7.2903125 13.119219 7.1496094 13.929141 7.8496094 14.869141 C 7.7896094 15.189141 7.7507031 15.510078 7.7207031 15.830078 C 5.4207031 16.940078 3.6401563 17.660859 4.1601562 19.130859 C 4.6801562 20.390859 6.5692969 19.959844 7.7792969 19.339844 C 8.3292969 22.399844 10.389844 24.310547 13.339844 25.060547 C 11.619844 24.990547 10.459844 24.990234 10.339844 24.990234 C 9.3298438 24.990234 9.3298438 26.509766 10.339844 26.509766 C 10.449844 26.509766 11.499531 26.350781 13.269531 26.300781 L 13.220703 26.900391 C 13.130703 27.640391 14.130234 27.970312 14.490234 27.320312 C 14.490234 28.210313 15.829375 28.239844 15.859375 27.339844 L 15.890625 27.089844 C 15.950625 28.189844 17.299766 28.000625 17.259766 27.140625 C 17.459766 28.010625 18.779609 27.709844 18.599609 26.839844 L 18.550781 26.279297 C 20.090781 26.229297 22.194063 26.263906 24.414062 25.753906 C 25.604063 25.473906 26.003359 25.344609 26.693359 25.224609 C 27.403359 25.134609 26.674922 24.543984 26.544922 24.583984 C 26.464922 24.613984 26.294219 24.643594 26.074219 24.683594 C 26.724219 24.023594 26.484297 23.063672 26.404297 23.013672 C 26.314297 22.953672 25.353359 23.063828 24.943359 23.673828 C 24.603359 23.193828 23.964531 23.073281 23.894531 23.113281 C 23.824531 23.163281 23.413047 24.293125 24.373047 24.953125 C 22.743047 25.193125 21.110234 25.32 19.490234 25.25 C 18.230234 25.2 18.340313 25.249219 18.320312 25.199219 C 21.620313 24.579219 23.779688 22.539453 24.429688 19.189453 C 25.559687 19.779453 27.420391 20.490078 27.900391 19.330078 C 28.380391 18.150078 26.399375 17.239531 24.609375 16.019531 C 24.569375 15.409531 24.490859 14.82 24.380859 14.25 C 24.670859 13.54 24.640781 12.779219 24.800781 11.949219 C 25.610781 12.059219 25.909453 11.500078 25.939453 10.830078 C 25.919453 10.480078 25.840312 10.110078 25.820312 10.080078 C 25.770312 10.000078 25.340938 9.9909375 25.210938 9.9609375 C 24.950937 8.6009375 23.230469 8.3905469 21.480469 8.3105469 C 20.330469 7.0605469 18.780078 6.029375 16.830078 5.859375 C 17.380078 5.329375 17.120312 4.639375 17.070312 4.609375 C 17.010313 4.569375 16.379141 4.7008594 16.119141 5.1308594 C 15.879141 4.2108594 14.929609 3.97 14.849609 4 z M 20.730469 5.0136719 C 20.142656 4.9513281 19.584062 5.0955469 19.539062 5.5605469 C 19.499062 6.7605469 20.880469 5.5208594 22.230469 5.8808594 C 22.580469 5.6108594 21.360547 5.160625 21.310547 5.140625 C 21.125547 5.078125 20.926406 5.0344531 20.730469 5.0136719 z M 11.466797 5.015625 C 11.251484 5.03875 11.032578 5.08625 10.830078 5.15625 C 10.780078 5.17625 9.4403125 5.6667969 9.8203125 5.9667969 C 11.310313 5.5767969 12.819297 6.9371875 12.779297 5.6171875 C 12.726797 5.1071875 12.112734 4.94625 11.466797 5.015625 z M 12.052734 9.5253906 C 13.410703 9.5599375 14.459687 9.8894375 14.429688 11.398438 C 14.439687 12.240437 14.120703 14.064047 13.720703 14.498047 C 13.100703 15.178047 10.019062 15.038312 9.5390625 14.820312 C 8.7090625 14.442312 7.8699219 11.153453 8.4199219 10.189453 C 8.7399219 9.6414531 9.5691406 9.6036406 10.619141 9.5566406 C 11.111641 9.5353906 11.600078 9.513875 12.052734 9.5253906 z M 19.845703 9.5292969 C 20.291641 9.5177969 20.772266 9.5392969 21.259766 9.5605469 C 22.309766 9.6075469 23.189766 9.6453594 23.509766 10.193359 C 24.099766 11.221359 23.090078 14.479125 22.330078 14.828125 C 21.860078 15.036125 18.780156 15.177047 18.160156 14.498047 C 17.760156 14.064047 17.489531 12.240391 17.519531 11.400391 C 17.482031 9.8921406 18.507891 9.5637969 19.845703 9.5292969 z M 12.005859 11 C 11.451859 11 11 11.454 11 12 C 11 12.558 11.451859 13 12.005859 13 C 12.547859 13 13 12.558 13 12 C 13 11.455 12.547859 11 12.005859 11 z M 19.994141 11 C 19.452141 11 19 11.454 19 12 C 19 12.558 19.452141 13 19.994141 13 C 20.548141 13 21 12.558 21 12 C 21 11.455 20.548141 11 19.994141 11 z M 15.785156 12.591797 C 15.881156 12.570797 16.196969 12.570797 16.292969 12.591797 C 16.723969 12.729797 16.799 13.630578 17 14.267578 C 16.388 14.415578 16.292797 15 16.091797 15 C 15.890797 15 15.708 14.501953 15 14.501953 C 15.287 13.726953 15.325156 12.739797 15.785156 12.591797 z\"/></svg></li><li title=\"ebay \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 8.53125 10 L 8.53125 15.84375 C 8.355469 14.691406 7.625 13 4.875 13 C 1.125 13 0.980469 15.878906 1 16.625 C 1 16.625 0.8125 20 4.78125 20 C 7.71875 20 8.25 18.4375 8.34375 18 L 6.75 18 C 6.628906 18.285156 6.167969 19.058594 4.78125 19.03125 C 2.890625 18.996094 2.582031 17.417969 2.53125 17 L 8.53125 17 L 8.53125 20 L 10 20 L 10 19.09375 C 10 19.09375 10.746094 20 12.75 20 C 14.449219 20 15.839844 19.101563 16.25 17.4375 C 16.324219 17.140625 16.367188 16.84375 16.375 16.5 C 16.414063 14.21875 14.667969 13.011719 12.78125 13 C 10.894531 12.988281 10 14.28125 10 14.28125 L 10 10 Z M 16.25 17.4375 C 15.941406 19.40625 17.726563 20.007813 19.125 20 C 20.523438 19.992188 21.40625 19.582031 22 18.84375 L 22 20 L 23.53125 20 L 23.53125 15.65625 C 23.492188 14.917969 23.382813 13.132813 20.125 13 C 20.125 13 17.011719 12.71875 16.6875 15 L 18.28125 15 C 18.28125 15 18.410156 13.96875 20.03125 14 C 21.5625 14.03125 22.007813 15.089844 22 16 C 22 16 20.5 15.996094 20.0625 16 C 19.273438 16.003906 16.65625 15.90625 16.25 17.4375 Z M 22.53125 13 L 26 19.46875 L 24.65625 22 L 26.34375 22 L 31 13 L 29.40625 13 L 26.84375 18 L 24.28125 13 Z M 4.84375 14 C 6.992188 14 7 16 7 16 L 2.53125 16 C 2.53125 16 2.6875 14 4.84375 14 Z M 12.4375 14 C 14.863281 13.9375 14.78125 16.5 14.78125 16.5 C 14.78125 16.5 14.820313 18.96875 12.4375 19 C 10.054688 19.03125 10.09375 16.46875 10.09375 16.46875 C 10.09375 16.46875 10.011719 14.0625 12.4375 14 Z M 19.75 17 C 19.96875 16.988281 20.125 17 20.125 17 L 21.84375 17 C 21.84375 17 22.125 19.097656 19.40625 19.0625 C 19.40625 19.0625 17.871094 19.066406 17.78125 17.875 C 17.78125 17.210938 19.09375 17.035156 19.75 17 Z\"/></svg></li><li title=\"edge \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 9.960938 10.828125 C 7.34375 12.457031 5.847656 14.769531 5.847656 14.769531 C 5.847656 14.769531 6.234375 9.917969 9.960938 7.074219 C 11.441406 5.945313 13.46875 5 16.191406 5 C 17.214844 5 19.359375 5.179688 21.292969 6.371094 C 23.226563 7.5625 24.007813 8.558594 24.878906 10.023438 C 25.253906 10.652344 25.5625 11.464844 25.753906 12.246094 C 26.109375 13.710938 26.152344 15.460938 26.152344 15.460938 L 26.152344 17.769531 L 12.335938 17.769531 C 12.335938 17.769531 12 22.410156 18.355469 22.410156 C 20.5625 22.410156 21.339844 22.0625 22.066406 21.847656 C 23.203125 21.511719 24.300781 20.761719 24.300781 20.761719 L 24.304688 25.398438 C 24.304688 25.398438 21.703125 27 17.773438 27 C 16.667969 27 15.503906 26.90625 14.378906 26.542969 C 13.394531 26.222656 11.339844 25.363281 9.960938 23.347656 C 9.472656 22.636719 8.945313 21.6875 8.683594 20.761719 C 8.398438 19.757813 8.402344 18.785156 8.402344 18.246094 C 8.402344 16.242188 9.089844 14.328125 10.277344 12.941406 C 11.816406 11.148438 13.765625 10.359375 13.765625 10.359375 C 13.765625 10.359375 13.132813 11.097656 12.742188 12.019531 C 12.351563 12.941406 12.242188 13.867188 12.242188 13.867188 L 20.046875 13.867188 C 20.046875 13.867188 20.503906 9.203125 15.632813 9.203125 C 13.796875 9.203125 11.542969 9.84375 9.960938 10.828125 Z\"/></svg></li><li title=\"edit solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 25 4.03125 C 24.234375 4.03125 23.484375 4.328125 22.90625 4.90625 L 13 14.78125 L 12.78125 15 L 12.71875 15.3125 L 12.03125 18.8125 L 11.71875 20.28125 L 13.1875 19.96875 L 16.6875 19.28125 L 17 19.21875 L 17.21875 19 L 27.09375 9.09375 C 28.246094 7.941406 28.246094 6.058594 27.09375 4.90625 C 26.515625 4.328125 25.765625 4.03125 25 4.03125 Z M 25 5.96875 C 25.234375 5.96875 25.464844 6.089844 25.6875 6.3125 C 26.132813 6.757813 26.132813 7.242188 25.6875 7.6875 L 16 17.375 L 14.28125 17.71875 L 14.625 16 L 24.3125 6.3125 C 24.535156 6.089844 24.765625 5.96875 25 5.96875 Z M 4 8 L 4 28 L 24 28 L 24 14.8125 L 22 16.8125 L 22 26 L 6 26 L 6 10 L 15.1875 10 L 17.1875 8 Z\"/></svg></li><li title=\"edit \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 25 4.03125 C 24.234375 4.03125 23.484375 4.328125 22.90625 4.90625 L 13 14.78125 L 12.78125 15 L 12.71875 15.3125 L 12.03125 18.8125 L 11.71875 20.28125 L 13.1875 19.96875 L 16.6875 19.28125 L 17 19.21875 L 17.21875 19 L 27.09375 9.09375 C 28.246094 7.941406 28.246094 6.058594 27.09375 4.90625 C 26.515625 4.328125 25.765625 4.03125 25 4.03125 Z M 25 5.96875 C 25.234375 5.96875 25.464844 6.089844 25.6875 6.3125 C 26.132813 6.757813 26.132813 7.242188 25.6875 7.6875 L 16 17.375 L 14.28125 17.71875 L 14.625 16 L 24.3125 6.3125 C 24.535156 6.089844 24.765625 5.96875 25 5.96875 Z M 4 8 L 4 28 L 24 28 L 24 14.8125 L 22 16.8125 L 22 26 L 6 26 L 6 10 L 15.1875 10 L 17.1875 8 Z\"/></svg></li><li title=\"egg solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M16,3c-3,0-5.7,2.3-7.7,5.2C6.3,11.1,5,14.7,5,18c0,3.5,1.2,6.3,3.2,8.2C10.3,28,13,29,16,29c3,0,5.7-0.9,7.8-2.8 S27,21.5,27,18c0-3.3-1.3-6.9-3.3-9.8C21.7,5.3,19,3,16,3z M16,5c1.9,0,4.2,1.7,6,4.3c1.8,2.6,3,6,3,8.7c0,3.1-1,5.3-2.6,6.7 C20.8,26.2,18.6,27,16,27c-2.6,0-4.8-0.8-6.4-2.3C8,23.2,7,21,7,18c0-2.8,1.2-6.1,3-8.7C11.8,6.7,14.1,5,16,5z\"/></svg></li><li title=\"eject solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 6.59375 L 15.28125 7.28125 L 6.28125 16.28125 L 4.59375 18 L 27.40625 18 L 25.71875 16.28125 L 16.71875 7.28125 Z M 16 9.4375 L 22.5625 16 L 9.4375 16 Z M 4 22 L 4 24 L 28 24 L 28 22 Z\"/></svg></li><li title=\"elementor \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 L 5 5 z M 7 7 L 25 7 L 25 25 L 7 25 L 7 7 z M 11 11 L 11 21 L 13 21 L 13 11 L 11 11 z M 15 11 L 15 13 L 21 13 L 21 11 L 15 11 z M 15 15 L 15 17 L 21 17 L 21 15 L 15 15 z M 15 19 L 15 21 L 21 21 L 21 19 L 15 19 z\"/></svg></li><li title=\"ellipsis h solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6 14 C 4.894531 14 4 14.894531 4 16 C 4 17.105469 4.894531 18 6 18 C 7.105469 18 8 17.105469 8 16 C 8 14.894531 7.105469 14 6 14 Z M 16 14 C 14.894531 14 14 14.894531 14 16 C 14 17.105469 14.894531 18 16 18 C 17.105469 18 18 17.105469 18 16 C 18 14.894531 17.105469 14 16 14 Z M 26 14 C 24.894531 14 24 14.894531 24 16 C 24 17.105469 24.894531 18 26 18 C 27.105469 18 28 17.105469 28 16 C 28 14.894531 27.105469 14 26 14 Z\"/></svg></li><li title=\"ellipsis v solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 6 C 14.894531 6 14 6.894531 14 8 C 14 9.105469 14.894531 10 16 10 C 17.105469 10 18 9.105469 18 8 C 18 6.894531 17.105469 6 16 6 Z M 16 14 C 14.894531 14 14 14.894531 14 16 C 14 17.105469 14.894531 18 16 18 C 17.105469 18 18 17.105469 18 16 C 18 14.894531 17.105469 14 16 14 Z M 16 22 C 14.894531 22 14 22.894531 14 24 C 14 25.105469 14.894531 26 16 26 C 17.105469 26 18 25.105469 18 24 C 18 22.894531 17.105469 22 16 22 Z\"/></svg></li><li title=\"ello \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 8.832 23.168 3 16 3 z M 16 5 C 22.065 5 27 9.935 27 16 C 27 22.065 22.065 27 16 27 C 9.935 27 5 22.065 5 16 C 5 9.935 9.935 5 16 5 z M 9.0800781 17 C 9.5680781 20.387 12.481 23 16 23 C 19.519 23 22.431922 20.387 22.919922 17 L 20.898438 17 C 20.433438 19.279 18.415 21 16 21 C 13.585 21 11.566563 19.279 11.101562 17 L 9.0800781 17 z\"/></svg></li><li title=\"ember \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 18.015625 7.9980469 C 17.875156 7.9943594 17.73375 8.0239687 17.59375 8.0742188 C 16.74375 8.4122187 16.417969 8.9140625 16.417969 8.9140625 C 16.417969 8.9140625 15.3175 10.527875 15.0625 12.921875 C 15.0215 13.306875 14.978594 13.702609 14.933594 14.099609 C 14.697594 16.101609 14.433594 18.078125 14.433594 18.078125 C 14.433594 18.078125 13.908828 18.575609 13.423828 18.599609 C 12.938828 18.623609 13.152344 17.201172 13.152344 17.201172 C 13.152344 17.201172 13.528906 15.075938 13.503906 14.710938 C 13.478906 14.345937 13.447813 14.145531 13.007812 14.019531 C 12.562812 13.888531 12.082031 14.4375 12.082031 14.4375 C 12.082031 14.4375 10.807266 16.277453 10.697266 16.564453 L 10.632812 16.681641 L 10.568359 16.603516 C 10.568359 16.603516 11.467422 14.037047 10.607422 13.998047 C 9.7474219 13.959047 9.1835938 14.914063 9.1835938 14.914062 C 9.1835938 14.914062 8.2021094 16.511406 8.1621094 16.691406 L 8.0996094 16.615234 C 8.0996094 16.615234 8.5049219 14.831047 8.4199219 14.373047 C 8.3399219 13.915047 7.8945312 14.007813 7.8945312 14.007812 C 7.8945312 14.007812 7.3305469 13.944922 7.1855469 14.294922 C 7.0405469 14.645922 6.5005469 16.912109 6.4355469 17.662109 C 6.4355469 17.662109 5.0257031 18.645297 4.0957031 18.654297 C 3.1707031 18.669297 3.2597656 18.080078 3.2597656 18.080078 C 3.2597656 18.080078 6.6604687 16.981094 5.7304688 14.746094 C 5.3154687 14.171094 4.8295313 13.991 4.1445312 14 C 3.4595313 14.015 2.6300781 14.384891 2.0800781 15.587891 C 1.8150781 16.162891 1.7394531 16.707094 1.6894531 17.121094 C 1.6894531 17.121094 1.075 17.238469 0.75 16.980469 C 0.425 16.722469 0.25 16.980469 0.25 16.980469 C 0.25 16.980469 -0.31085938 17.662094 0.24414062 17.871094 C 0.79914063 18.080094 1.6503906 18.167969 1.6503906 18.167969 C 1.7303906 18.532969 1.9608594 19.116281 2.6308594 19.613281 C 3.6408594 20.358281 5.5703125 19.550781 5.5703125 19.550781 L 6.3652344 19.123047 C 6.3652344 19.123047 6.3907031 19.833547 6.9707031 19.935547 C 7.5507031 20.037547 7.7899219 19.984516 8.7949219 17.603516 C 9.3849219 16.386516 9.4257812 16.455078 9.4257812 16.455078 L 9.4902344 16.439453 C 9.4902344 16.439453 9.0359375 18.719656 9.2109375 19.347656 C 9.3859375 19.970656 10.150391 19.902344 10.150391 19.902344 C 10.150391 19.902344 10.565391 20.018141 10.900391 18.869141 C 11.235391 17.720141 11.880859 16.439453 11.880859 16.439453 L 11.960938 16.439453 C 11.960938 16.439453 11.679375 18.782969 12.109375 19.542969 C 12.539375 20.302969 13.654297 19.800781 13.654297 19.800781 C 13.654297 19.800781 14.434687 19.419734 14.554688 19.302734 C 14.554688 19.302734 15.480156 20.072641 16.785156 19.931641 C 19.700156 19.371641 20.740234 18.669922 20.740234 18.669922 C 20.740234 18.669922 21.239922 19.858703 22.794922 19.970703 C 24.569922 20.102703 25.535156 19.064453 25.535156 19.064453 C 25.535156 19.064453 25.520625 19.721703 26.140625 19.970703 C 26.760625 20.218703 27.175781 18.859375 27.175781 18.859375 L 28.210938 16.074219 L 28.304688 16.074219 C 28.304688 16.074219 28.360859 17.890734 29.380859 18.177734 C 30.400859 18.464734 31.730469 17.511719 31.730469 17.511719 C 31.730469 17.511719 32.049141 17.340453 31.994141 16.814453 C 31.938141 16.293453 31.458984 16.482422 31.458984 16.482422 C 31.458984 16.482422 30.679141 17.071906 29.994141 17.003906 C 29.309141 16.940906 29.523438 15.498047 29.523438 15.498047 C 29.523438 15.498047 29.674531 14.129578 29.269531 14.017578 C 28.864531 13.900578 28.369141 14.373047 28.369141 14.373047 C 28.369141 14.373047 27.748125 14.987844 27.453125 15.839844 L 27.373047 15.863281 C 27.373047 15.863281 27.469375 14.374203 27.359375 14.033203 C 27.279375 13.863203 26.539922 13.877688 26.419922 14.179688 C 26.299922 14.481688 25.709922 16.575172 25.669922 17.451172 C 25.669922 17.451172 24.513906 18.404547 23.503906 18.560547 C 22.493906 18.716547 22.253906 18.103516 22.253906 18.103516 C 22.253906 18.103516 24.909453 17.586125 24.814453 15.453125 C 24.719453 13.320125 22.603281 14.110156 22.363281 14.285156 C 22.133281 14.455156 20.979141 14.951891 20.619141 16.962891 C 20.609141 17.030891 20.583984 17.328125 20.583984 17.328125 C 20.583984 17.328125 19.523594 18.018125 18.933594 18.203125 C 18.933594 18.203125 20.583359 15.497625 18.568359 14.265625 C 17.998359 13.934625 17.503984 14.241437 17.208984 14.523438 C 17.300984 14.408437 17.413203 14.262609 17.533203 14.099609 C 18.297203 13.024609 19.463734 11.022281 19.052734 9.2382812 C 18.835234 8.3165313 18.437031 8.0091094 18.015625 7.9980469 z M 17.720703 9.3183594 C 17.803112 9.3261956 17.871875 9.4237812 17.914062 9.6523438 C 18.094062 10.625344 16.714391 13.129563 16.150391 14.101562 C 16.007391 14.338563 15.914062 14.486328 15.914062 14.486328 C 15.917063 14.385328 15.932031 14.253562 15.957031 14.101562 C 16.129031 13.026562 16.734375 10.9375 16.734375 10.9375 C 16.734375 10.9375 17.3636 9.2844026 17.720703 9.3183594 z M 4.3808594 15.126953 C 4.4441016 15.138484 4.4999219 15.165031 4.5449219 15.207031 C 4.9099219 15.548031 4.7748438 16.245125 4.0898438 16.703125 C 3.4048437 17.165125 3.0957031 17.072266 3.0957031 17.072266 C 3.1307031 15.709016 3.9381641 15.046234 4.3808594 15.126953 z M 23.121094 15.220703 C 23.297344 15.232953 23.404297 15.367188 23.404297 15.367188 C 23.404297 15.367188 23.874844 15.864375 23.339844 16.609375 C 22.804844 17.354375 22.019531 17.300781 22.019531 17.300781 C 22.019531 17.300781 21.870781 16.789547 22.425781 15.810547 C 22.700781 15.318547 22.944844 15.208453 23.121094 15.220703 z M 17.296875 15.453125 C 17.528643 15.478508 17.693359 15.566406 17.693359 15.566406 C 17.693359 15.566406 18.503047 16.172203 17.873047 17.783203 C 17.243047 19.390203 15.708984 18.736328 15.708984 18.736328 C 15.708984 18.736328 15.534297 18.161781 16.029297 16.550781 C 16.338672 15.543281 16.910596 15.41082 17.296875 15.453125 z\"/></svg></li><li title=\"empire \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 27.59375 12.894531 C 27.039063 10.828125 25.953125 8.984375 24.484375 7.515625 C 23.019531 6.046875 21.171875 4.960938 19.101563 4.40625 C 18.113281 4.140625 17.074219 4 16 4 C 14.925781 4 13.882813 4.140625 12.890625 4.40625 C 10.824219 4.960938 8.980469 6.050781 7.511719 7.515625 C 6.046875 8.984375 4.957031 10.828125 4.40625 12.894531 C 4.140625 13.886719 4 14.925781 4 16 C 4 17.074219 4.140625 18.113281 4.40625 19.101563 C 4.957031 21.167969 6.042969 23.011719 7.511719 24.480469 C 8.980469 25.949219 10.828125 27.039063 12.894531 27.59375 C 13.882813 27.859375 14.925781 28 16 28 C 17.074219 28 18.113281 27.859375 19.105469 27.59375 C 21.171875 27.042969 23.015625 25.953125 24.484375 24.484375 C 25.949219 23.019531 27.039063 21.175781 27.589844 19.109375 C 27.855469 18.117188 28 17.074219 28 16 C 28 14.925781 27.859375 13.882813 27.59375 12.894531 Z M 16.40625 5.34375 C 17.21875 5.371094 18.003906 5.492188 18.757813 5.695313 C 20.59375 6.183594 22.234375 7.152344 23.539063 8.460938 C 24.078125 8.996094 24.5625 9.59375 24.976563 10.238281 L 24.542969 10.488281 C 24.152344 9.882813 23.695313 9.320313 23.1875 8.8125 L 22.292969 9.707031 C 21.203125 8.617188 19.832031 7.808594 18.300781 7.398438 L 18.628906 6.175781 C 17.914063 5.984375 17.171875 5.871094 16.40625 5.839844 Z M 19.601563 16 C 19.601563 16.324219 19.554688 16.636719 19.476563 16.9375 L 23.164063 17.925781 C 22.820313 19.199219 22.148438 20.339844 21.242188 21.246094 L 18.546875 18.546875 C 18.105469 18.984375 17.550781 19.3125 16.929688 19.476563 L 17.917969 23.164063 C 17.304688 23.328125 16.664063 23.417969 16 23.417969 C 15.335938 23.417969 14.691406 23.328125 14.078125 23.164063 L 15.066406 19.476563 C 14.445313 19.3125 13.890625 18.984375 13.449219 18.539063 L 10.75 21.238281 C 9.84375 20.332031 9.175781 19.191406 8.835938 17.914063 L 12.519531 16.925781 C 12.441406 16.632813 12.398438 16.320313 12.398438 16 C 12.398438 15.679688 12.441406 15.367188 12.523438 15.070313 L 8.835938 14.082031 C 9.175781 12.804688 9.847656 11.664063 10.753906 10.757813 L 13.453125 13.457031 C 13.890625 13.015625 14.445313 12.6875 15.066406 12.523438 L 14.078125 8.835938 C 14.691406 8.671875 15.335938 8.582031 16 8.582031 C 16.664063 8.582031 17.304688 8.671875 17.917969 8.835938 L 16.929688 12.519531 C 17.550781 12.6875 18.105469 13.011719 18.546875 13.453125 L 21.246094 10.753906 C 22.152344 11.660156 22.824219 12.804688 23.164063 14.078125 L 19.476563 15.066406 C 19.558594 15.363281 19.601563 15.675781 19.601563 16 Z M 8.457031 8.460938 C 9.761719 7.15625 11.402344 6.1875 13.238281 5.695313 C 13.933594 5.507813 14.660156 5.390625 15.40625 5.351563 L 15.40625 5.851563 C 14.703125 5.890625 14.023438 6.003906 13.367188 6.179688 L 13.695313 7.402344 C 12.160156 7.8125 10.792969 8.621094 9.703125 9.710938 L 8.808594 8.8125 C 8.300781 9.320313 7.847656 9.882813 7.457031 10.488281 L 7.023438 10.238281 C 7.433594 9.59375 7.917969 9 8.457031 8.460938 Z M 6.519531 20.894531 C 6.171875 20.222656 5.894531 19.503906 5.695313 18.757813 C 5.460938 17.878906 5.332031 16.953125 5.332031 16 C 5.332031 15.046875 5.460938 14.121094 5.695313 13.238281 C 5.894531 12.492188 6.171875 11.777344 6.519531 11.105469 L 6.953125 11.355469 C 6.628906 11.988281 6.367188 12.664063 6.179688 13.367188 L 7.402344 13.695313 C 7.203125 14.429688 7.101563 15.203125 7.101563 16 C 7.101563 16.796875 7.203125 17.566406 7.398438 18.300781 L 6.175781 18.628906 C 6.363281 19.332031 6.625 20.007813 6.953125 20.644531 Z M 15.40625 26.648438 C 14.660156 26.609375 13.9375 26.492188 13.238281 26.304688 C 11.398438 25.8125 9.757813 24.84375 8.453125 23.535156 C 7.914063 22.996094 7.433594 22.402344 7.019531 21.761719 L 7.453125 21.511719 C 7.847656 22.113281 8.300781 22.675781 8.804688 23.183594 L 9.703125 22.289063 C 10.789063 23.378906 12.160156 24.1875 13.695313 24.597656 L 13.367188 25.820313 C 14.023438 25.996094 14.707031 26.109375 15.40625 26.148438 Z M 23.539063 23.542969 C 22.234375 24.847656 20.59375 25.8125 18.757813 26.304688 C 18.003906 26.507813 17.21875 26.628906 16.40625 26.65625 L 16.40625 26.15625 C 17.171875 26.128906 17.914063 26.011719 18.628906 25.824219 L 18.300781 24.597656 C 19.832031 24.191406 21.203125 23.382813 22.292969 22.292969 L 23.1875 23.191406 C 23.695313 22.679688 24.152344 22.117188 24.542969 21.511719 L 24.976563 21.761719 C 24.5625 22.40625 24.082031 23.003906 23.539063 23.542969 Z M 25.480469 20.894531 L 25.046875 20.644531 C 25.371094 20.011719 25.632813 19.339844 25.820313 18.636719 L 24.597656 18.308594 C 24.792969 17.570313 24.898438 16.800781 24.898438 16 C 24.898438 15.203125 24.796875 14.429688 24.597656 13.695313 L 25.820313 13.367188 C 25.632813 12.664063 25.371094 11.988281 25.046875 11.355469 L 25.480469 11.105469 C 25.828125 11.777344 26.105469 12.492188 26.304688 13.238281 C 26.539063 14.117188 26.664063 15.046875 26.664063 16 C 26.664063 16.957031 26.539063 17.882813 26.304688 18.765625 C 26.105469 19.511719 25.824219 20.222656 25.480469 20.894531 Z\"/></svg></li><li title=\"envelope open solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 L 15.46875 3.34375 L 3.46875 11.15625 L 3 11.46875 L 3 29 L 29 29 L 29 11.46875 L 28.53125 11.15625 L 16.53125 3.34375 Z M 16 5.375 L 26.1875 12 L 16 18.59375 L 5.8125 12 Z M 5 13.84375 L 15.46875 20.625 L 16 20.96875 L 16.53125 20.625 L 27 13.84375 L 27 27 L 5 27 Z\"/></svg></li><li title=\"envelope open text solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 10 5 L 10 6.9003906 L 4.0078125 10.802734 L 4.0078125 27 L 27.992188 27 L 27.992188 10.802734 L 22 6.8984375 L 22 5 L 10 5 z M 12 7 L 20 7 L 20 14.681641 L 16 17.273438 L 12 14.681641 L 12 7 z M 13 9 L 13 11 L 19 11 L 19 9 L 13 9 z M 10 9.2851562 L 10 13.386719 L 6.84375 11.341797 L 10 9.2851562 z M 22 9.2851562 L 25.15625 11.341797 L 22 13.386719 L 22 9.2851562 z M 13 12 L 13 14 L 19 14 L 19 12 L 13 12 z M 6.0078125 13.183594 L 16 19.65625 L 25.992188 13.183594 L 25.992188 25 L 6.0078125 25 L 6.0078125 13.183594 z\"/></svg></li><li title=\"envelope open \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 L 15.46875 3.34375 L 3.46875 11.15625 L 3 11.46875 L 3 29 L 29 29 L 29 11.46875 L 28.53125 11.15625 L 16.53125 3.34375 Z M 16 5.375 L 26.1875 12 L 16 18.59375 L 5.8125 12 Z M 5 13.84375 L 15.46875 20.625 L 16 20.96875 L 16.53125 20.625 L 27 13.84375 L 27 27 L 5 27 Z\"/></svg></li><li title=\"envelope solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 3 8 L 3 26 L 29 26 L 29 8 Z M 7.3125 10 L 24.6875 10 L 16 15.78125 Z M 5 10.875 L 15.4375 17.84375 L 16 18.1875 L 16.5625 17.84375 L 27 10.875 L 27 24 L 5 24 Z\"/></svg></li><li title=\"envelope square solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 Z M 7 7 L 25 7 L 25 25 L 7 25 Z M 9 10 L 9 22 L 23 22 L 23 10 Z M 11.8125 12 L 20.1875 12 L 16 14.78125 Z M 11 13.875 L 15.4375 16.84375 L 16 17.1875 L 16.5625 16.84375 L 21 13.875 L 21 20 L 11 20 Z\"/></svg></li><li title=\"envelope \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 3 8 L 3 26 L 29 26 L 29 8 Z M 7.3125 10 L 24.6875 10 L 16 15.78125 Z M 5 10.875 L 15.4375 17.84375 L 16 18.1875 L 16.5625 17.84375 L 27 10.875 L 27 24 L 5 24 Z\"/></svg></li><li title=\"envira \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 C 7.614 13.976 7.3624844 18.181359 11.896484 21.693359 C 15.866512 24.718533 19.835971 23.92952 22.007812 23.607422 L 25.398438 27 L 27.398438 27 L 23.417969 23.019531 C 23.392969 20.612531 29.01 5 5 5 z M 8.0839844 7.0019531 C 8.2194063 7.0131094 8.5336094 7.1234375 9.1308594 7.3984375 C 13.129859 9.2474375 14.5385 11.989828 16.0625 14.798828 C 17.1585 16.820828 19.080547 19.900578 20.435547 20.892578 C 21.791547 21.875578 23.272437 22.602016 20.148438 21.291016 C 17.014437 19.980016 14.730797 16.259406 13.216797 13.441406 C 12.052797 11.279406 11.053859 9.288125 8.8808594 7.828125 C 8.8808594 7.828125 7.6777188 6.9684844 8.0839844 7.0019531 z\"/></svg></li><li title=\"equals solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 12 L 5 14 L 27 14 L 27 12 Z M 5 18 L 5 20 L 27 20 L 27 18 Z\"/></svg></li><li title=\"eraser solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 18.90625 4.09375 C 18.101563 4.09375 17.265625 4.367188 16.625 4.9375 L 16.625 4.96875 L 16.59375 5 L 4.90625 16.59375 C 3.695313 17.804688 3.703125 19.777344 4.84375 21.0625 L 4.875 21.09375 L 4.90625 21.09375 L 10.90625 27.09375 C 12.117188 28.304688 14.089844 28.296875 15.375 27.15625 L 15.375 27.125 L 27 15.5 C 28.265625 14.234375 28.304688 12.210938 27.09375 11 L 21.09375 5 C 20.488281 4.394531 19.710938 4.09375 18.90625 4.09375 Z M 18.875 6.125 C 19.195313 6.125 19.492188 6.210938 19.6875 6.40625 L 25.6875 12.40625 C 26.074219 12.792969 26.128906 13.558594 25.59375 14.09375 L 20.5625 19.125 L 12.90625 11.46875 L 17.96875 6.4375 L 18 6.40625 C 18.253906 6.195313 18.570313 6.125 18.875 6.125 Z M 11.46875 12.90625 L 19.125 20.5625 L 14.03125 25.65625 C 14.019531 25.664063 14.011719 25.679688 14 25.6875 C 13.484375 26.117188 12.691406 26.066406 12.3125 25.6875 L 6.34375 19.75 C 6.328125 19.730469 6.328125 19.707031 6.3125 19.6875 C 5.902344 19.171875 5.9375 18.375 6.3125 18 Z\"/></svg></li><li title=\"erlang \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 2 7 L 2 25 L 6.3203125 25 C 4.2603125 22.35 3 18.84 3 15 C 3 11.92 4.1507813 9.12 6.0507812 7 L 2 7 z M 16 7 C 15.65 7 15.32 7.0408594 15 7.1308594 C 13.27 7.5708594 12 9.14 12 11 L 20 11 C 20 8.79 18.21 7 16 7 z M 25.660156 7 C 27.130156 9.27 28 12.03 28 15 L 26 15 L 24 15 L 18 15 L 16 15 L 15 15 L 12 15 C 12 18.51 13 21.559297 15 23.029297 C 15.31 23.269297 15.64 23.459375 16 23.609375 C 16.6 23.859375 17.27 24 18 24 C 20.97 24 23.569453 22.180703 24.939453 19.470703 L 26.960938 20.480469 L 28.519531 21.259766 C 27.819531 22.659766 26.899062 23.92 25.789062 25 L 30 25 L 30 22 L 30 18 L 30 15 L 30 7 L 25.660156 7 z\"/></svg></li><li title=\"ethereum \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 14.953125 3 L 6.9296875 15.552734 L 16.003906 20.013672 L 24.933594 15.548828 L 17.052734 3 L 16.5 3 L 14.953125 3 z M 15 6.6367188 L 15 10.988281 L 11.085938 12.763672 L 15 6.6367188 z M 17 6.6777344 L 20.818359 12.757812 L 17 11.003906 L 17 6.6777344 z M 15 13.183594 L 15 17.291016 L 10.65625 15.154297 L 15 13.183594 z M 17 13.207031 L 21.246094 15.15625 L 17 17.279297 L 17 13.207031 z M 7 17.511719 L 7 20.03125 L 14.927734 28.875 L 16 28.875 L 17.072266 28.875 L 25 20.03125 L 25 17.511719 L 16 22.125 L 7 17.511719 z M 11.521484 22.078125 L 15 23.861328 L 15 25.957031 L 11.521484 22.078125 z M 20.478516 22.078125 L 17 25.957031 L 17 23.861328 L 20.478516 22.078125 z\"/></svg></li><li title=\"ethernet solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 Z M 7 7 L 25 7 L 25 25 L 7 25 Z M 14 11 L 14 14 L 11 14 L 11 21 L 13 21 L 13 19 L 15 19 L 15 21 L 17 21 L 17 19 L 19 19 L 19 21 L 21 21 L 21 14 L 18 14 L 18 11 Z\"/></svg></li><li title=\"etsy \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 23.96875 5 C 18.71075 5.604 9.7705781 5.2995938 6.1425781 5.1835938 L 6.1425781 6.4355469 C 8.5425781 6.8895469 9.0886719 6.805125 9.1386719 8.203125 C 9.3116719 12.026125 9.2266719 20.465578 9.1386719 24.017578 C 9.1206719 25.354578 8.3745781 25.309047 6.1425781 25.748047 L 6.1425781 27 C 13.440578 26.767 18.449281 26.789 24.238281 27 C 24.312281 26.075 24.753594 22.379 24.933594 21 L 23.701172 21 C 22.309172 24.293 22.040594 25.416016 19.058594 25.416016 L 14.675781 25.416016 C 13.202781 25.416016 12.501953 24.813109 12.501953 23.537109 L 12.501953 16.712891 C 15.767953 16.712891 16.822266 16.810547 16.822266 16.810547 C 18.317266 16.833547 18.55 18.031 19 20 L 20 20 C 19.894 15.167 19.784 16.977 20 12 L 19 12 C 18.352 14.787 18.309656 15.117063 16.847656 15.164062 C 16.847656 15.164062 15.349953 15.311109 12.501953 15.287109 L 12.501953 7.2460938 C 12.501953 6.9390937 12.526297 6.7675781 13.029297 6.7675781 L 19.757812 6.7675781 C 21.465812 6.7675781 21.878531 8.954 22.394531 11 L 23.599609 11 C 23.643609 10.113 23.81975 6.632 23.96875 5 z\"/></svg></li><li title=\"euro sign solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 18 4 C 13.261719 4 9.414063 7.886719 8.3125 13 L 6 13 L 6 15 L 8.0625 15 C 8.039063 15.328125 8 15.664063 8 16 C 8 16.335938 8.039063 16.671875 8.0625 17 L 6 17 L 6 19 L 8.3125 19 C 9.414063 24.113281 13.261719 28 18 28 C 20.707031 28 23.167969 26.695313 24.9375 24.65625 L 23.40625 23.34375 C 21.953125 25.019531 20.070313 26 18 26 C 14.496094 26 11.410156 23.101563 10.375 19 L 19 19 L 19 17 L 10.03125 17 C 10.003906 16.667969 10 16.339844 10 16 C 10 15.660156 10.003906 15.332031 10.03125 15 L 19 15 L 19 13 L 10.375 13 C 11.410156 8.898438 14.496094 6 18 6 C 20.070313 6 21.953125 6.980469 23.40625 8.65625 L 24.9375 7.34375 C 23.167969 5.304688 20.707031 4 18 4 Z\"/></svg></li><li title=\"evernote \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 11.980469 2.992188 C 11.785156 2.996094 11.59375 3.0625 11.4375 3.171875 C 11.410156 3.191406 11.386719 3.210938 11.363281 3.226563 C 11.359375 3.230469 11.355469 3.234375 11.355469 3.234375 C 11.332031 3.253906 11.3125 3.273438 11.292969 3.292969 C 11.289063 3.296875 11.285156 3.300781 11.28125 3.304688 L 4.292969 10.292969 C 4.292969 10.292969 4.289063 10.296875 4.289063 10.296875 C 4.285156 10.300781 4.28125 10.304688 4.277344 10.3125 C 4.039063 10.550781 3.9375 10.894531 4.007813 11.222656 C 4.019531 12.574219 4.273438 15.125 4.898438 17.582031 C 5.226563 18.871094 5.644531 20.109375 6.25 21.109375 C 6.824219 22.0625 7.679688 22.902344 8.824219 22.984375 C 8.855469 22.992188 10.113281 23.242188 11.535156 23.371094 C 12.253906 23.4375 13.011719 23.472656 13.71875 23.417969 C 14.421875 23.363281 15.101563 23.3125 15.707031 22.707031 C 15.847656 22.566406 15.941406 22.390625 15.980469 22.195313 L 16.40625 20.058594 C 16.4375 20.097656 16.449219 20.140625 16.480469 20.175781 C 16.804688 20.5625 17.261719 21 18 21 L 22 21 L 22 19 L 18.132813 19 C 18.121094 18.992188 18.082031 18.96875 18.011719 18.886719 C 17.863281 18.710938 17.667969 18.390625 17.503906 18.058594 C 17.175781 17.394531 16.953125 16.699219 16.953125 16.699219 C 16.816406 16.261719 16.398438 15.976563 15.945313 16.003906 C 15.488281 16.027344 15.109375 16.359375 15.019531 16.804688 L 14.113281 21.328125 C 14.046875 21.335938 13.953125 21.394531 13.5625 21.425781 C 13.050781 21.464844 12.371094 21.4375 11.714844 21.378906 C 10.40625 21.261719 9.195313 21.019531 9.195313 21.019531 C 9.132813 21.007813 9.066406 21 9 21 C 8.738281 21 8.394531 20.789063 7.960938 20.078125 C 7.53125 19.367188 7.136719 18.269531 6.835938 17.089844 C 6.332031 15.113281 6.199219 13.242188 6.136719 12 L 12 12 C 12.550781 12 13 11.550781 13 11 L 13 5 L 15 5 C 15.632813 5 16.085938 5.328125 16.457031 5.8125 C 16.828125 6.296875 17 7.027344 17 7 C 17 7.539063 17.429688 7.984375 17.96875 8 C 18.808594 8.027344 20.199219 8.070313 21.421875 8.507813 C 22.640625 8.941406 23.628906 9.644531 24.03125 11.242188 C 24.46875 12.996094 24.746094 17.277344 24.5 20.933594 C 24.378906 22.761719 24.128906 24.460938 23.765625 25.605469 C 23.585938 26.175781 23.367188 26.605469 23.203125 26.816406 C 23.035156 27.027344 23.015625 27 23 27 L 20.855469 27 C 20.371094 27 20 26.628906 20 26.144531 C 20 25.5 20.5 25 21.144531 25 L 22 25 L 22 23 L 21.144531 23 C 19.421875 23 18 24.421875 18 26.144531 C 18 26.414063 18.105469 26.671875 18.296875 26.859375 C 18.644531 28.039063 19.566406 29 20.855469 29 L 23 29 C 23.734375 29 24.371094 28.566406 24.777344 28.050781 C 25.179688 27.535156 25.445313 26.917969 25.671875 26.207031 C 26.121094 24.789063 26.371094 22.988281 26.5 21.066406 C 26.753906 17.222656 26.53125 13.003906 25.96875 10.757813 C 25.398438 8.476563 23.714844 7.203125 22.09375 6.625 C 20.714844 6.128906 19.523438 6.125 18.640625 6.09375 C 18.488281 5.597656 18.433594 5.105469 18.042969 4.59375 C 17.414063 3.777344 16.367188 3 15 3 L 12.144531 3 C 12.089844 2.992188 12.035156 2.988281 11.980469 2.992188 Z M 11 6.414063 L 11 10 L 7.414063 10 Z M 21.808594 14 C 20 14 19.980469 15.910156 20 16 C 21.808594 16 22.339844 16.660156 22.710938 17 C 22.878906 16.769531 23.613281 14 21.808594 14 Z\"/></svg></li><li title=\"exchange alt solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 22.1875 2.28125 L 20.78125 3.71875 L 25.0625 8 L 4 8 L 4 10 L 25.0625 10 L 20.78125 14.28125 L 22.1875 15.71875 L 28.90625 9 Z M 9.8125 16.28125 L 3.09375 23 L 9.8125 29.71875 L 11.21875 28.28125 L 6.9375 24 L 28 24 L 28 22 L 6.9375 22 L 11.21875 17.71875 Z\"/></svg></li><li title=\"exclamation circle solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 9.382813 4 4 9.382813 4 16 C 4 22.617188 9.382813 28 16 28 C 22.617188 28 28 22.617188 28 16 C 28 9.382813 22.617188 4 16 4 Z M 16 6 C 21.535156 6 26 10.464844 26 16 C 26 21.535156 21.535156 26 16 26 C 10.464844 26 6 21.535156 6 16 C 6 10.464844 10.464844 6 16 6 Z M 15 10 L 15 18 L 17 18 L 17 10 Z M 15 20 L 15 22 L 17 22 L 17 20 Z\"/></svg></li><li title=\"exclamation solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 13 4 L 13 20 L 19 20 L 19 4 Z M 15 6 L 17 6 L 17 18 L 15 18 Z M 13 22 L 13 28 L 19 28 L 19 22 Z M 15 24 L 17 24 L 17 26 L 15 26 Z\"/></svg></li><li title=\"exclamation triangle solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3.21875 L 15.125 4.71875 L 3.125 25.5 L 2.28125 27 L 29.71875 27 L 28.875 25.5 L 16.875 4.71875 Z M 16 7.21875 L 26.25 25 L 5.75 25 Z M 15 14 L 15 20 L 17 20 L 17 14 Z M 15 21 L 15 23 L 17 23 L 17 21 Z\"/></svg></li><li title=\"expand arrows alt solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 4 4 L 4 13 L 6 13 L 6 7.4375 L 14.5625 16 L 6 24.5625 L 6 19 L 4 19 L 4 28 L 13 28 L 13 26 L 7.4375 26 L 16 17.4375 L 24.5625 26 L 19 26 L 19 28 L 28 28 L 28 19 L 26 19 L 26 24.5625 L 17.4375 16 L 26 7.4375 L 26 13 L 28 13 L 28 4 L 19 4 L 19 6 L 24.5625 6 L 16 14.5625 L 7.4375 6 L 13 6 L 13 4 Z\"/></svg></li><li title=\"expand solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 4 4 L 4 13 L 6 13 L 6 6 L 13 6 L 13 4 L 4 4 z M 19 4 L 19 6 L 26 6 L 26 13 L 28 13 L 28 4 L 19 4 z M 4 19 L 4 28 L 13 28 L 13 26 L 6 26 L 6 19 L 4 19 z M 26 19 L 26 26 L 19 26 L 19 28 L 28 28 L 28 19 L 26 19 z\"/></svg></li><li title=\"expeditedssl \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 9.382813 4 4 9.382813 4 16 C 4 22.617188 9.382813 28 16 28 C 22.617188 28 28 22.617188 28 16 C 28 9.382813 22.617188 4 16 4 Z M 16 6 C 21.535156 6 26 10.464844 26 16 C 26 21.535156 21.535156 26 16 26 C 10.464844 26 6 21.535156 6 16 C 6 10.464844 10.464844 6 16 6 Z M 16.03125 7.84375 C 13.59375 7.890625 11.625 9.894531 11.625 12.34375 L 11.625 13.5625 C 11.625 13.773438 11.789063 13.9375 12 13.9375 L 12.9375 13.9375 C 13.148438 13.9375 13.3125 13.773438 13.3125 13.5625 L 13.3125 12.34375 C 13.3125 10.820313 14.480469 9.523438 16 9.46875 C 17.597656 9.410156 18.9375 10.695313 18.9375 12.28125 L 18.9375 13.5625 C 18.9375 13.773438 19.101563 13.9375 19.3125 13.9375 L 20.21875 13.9375 C 20.429688 13.9375 20.59375 13.773438 20.59375 13.5625 L 20.59375 12.40625 C 20.59375 9.890625 18.546875 7.796875 16.03125 7.84375 Z M 10.4375 14.34375 C 9.976563 14.34375 9.59375 14.695313 9.59375 15.15625 L 9.59375 21.625 C 9.59375 22.085938 9.976563 22.4375 10.4375 22.4375 L 21.75 22.4375 C 22.210938 22.4375 22.59375 22.085938 22.59375 21.625 L 22.59375 15.15625 C 22.59375 14.695313 22.210938 14.34375 21.75 14.34375 Z M 10.59375 15.15625 L 10.96875 15.15625 C 11.070313 15.15625 11.15625 15.242188 11.15625 15.34375 L 11.15625 21.46875 C 11.15625 21.570313 11.070313 21.65625 10.96875 21.65625 L 10.59375 21.65625 C 10.492188 21.65625 10.40625 21.570313 10.40625 21.46875 L 10.40625 15.34375 C 10.40625 15.242188 10.492188 15.15625 10.59375 15.15625 Z M 16.0625 15.96875 C 16.941406 15.96875 17.65625 16.683594 17.65625 17.5625 C 17.65625 18.152344 17.347656 18.660156 16.875 18.9375 L 16.875 20.4375 C 16.875 20.65625 16.6875 20.8125 16.46875 20.8125 L 15.65625 20.8125 C 15.4375 20.8125 15.25 20.65625 15.25 20.4375 L 15.25 18.9375 C 14.777344 18.660156 14.46875 18.152344 14.46875 17.5625 C 14.46875 16.683594 15.183594 15.96875 16.0625 15.96875 Z\"/></svg></li><li title=\"external link alt solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 18 5 L 18 7 L 23.5625 7 L 11.28125 19.28125 L 12.71875 20.71875 L 25 8.4375 L 25 14 L 27 14 L 27 5 Z M 5 9 L 5 27 L 23 27 L 23 14 L 21 16 L 21 25 L 7 25 L 7 11 L 16 11 L 18 9 Z\"/></svg></li><li title=\"external link square alt solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 Z M 7 7 L 25 7 L 25 25 L 7 25 Z M 13 10 L 13 12 L 18.5625 12 L 9.28125 21.28125 L 10.71875 22.71875 L 20 13.4375 L 20 19 L 22 19 L 22 10 Z\"/></svg></li><li title=\"eye dropper solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 24.65625 3.03125 C 23.546875 3.03125 22.433594 3.441406 21.59375 4.28125 L 18.8125 7.09375 L 17.8125 6.09375 L 16.40625 7.5 L 17.40625 8.5 L 7.90625 18 C 6.867188 19.039063 6.273438 19.792969 5.90625 20.46875 C 5.539063 21.144531 5.410156 21.753906 5.34375 22.15625 C 5.277344 22.558594 5.242188 22.777344 5 23.21875 C 4.757813 23.660156 4.265625 24.296875 3.28125 25.28125 L 2.59375 26 L 3.28125 26.71875 L 5.28125 28.71875 L 6 29.40625 L 6.71875 28.71875 C 7.679688 27.757813 8.292969 27.292969 8.71875 27.0625 C 9.144531 26.832031 9.371094 26.789063 9.78125 26.71875 C 10.191406 26.648438 10.78125 26.535156 11.46875 26.15625 C 12.15625 25.777344 12.9375 25.15625 14 24.09375 L 23.5 14.59375 L 24.5 15.59375 L 25.90625 14.1875 L 24.90625 13.1875 L 27.71875 10.40625 C 29.398438 8.726563 29.398438 5.960938 27.71875 4.28125 C 26.878906 3.441406 25.765625 3.03125 24.65625 3.03125 Z M 24.65625 5.03125 C 25.246094 5.03125 25.820313 5.257813 26.28125 5.71875 C 27.199219 6.636719 27.199219 8.082031 26.28125 9 L 23.5 11.78125 L 20.21875 8.5 L 23 5.71875 C 23.460938 5.257813 24.066406 5.03125 24.65625 5.03125 Z M 18.8125 9.90625 L 22.09375 13.1875 L 12.59375 22.6875 C 11.609375 23.671875 10.941406 24.164063 10.5 24.40625 C 10.058594 24.648438 9.839844 24.683594 9.4375 24.75 C 9.035156 24.816406 8.457031 24.914063 7.78125 25.28125 C 7.320313 25.53125 6.695313 26.128906 6.09375 26.65625 L 5.34375 25.90625 C 5.890625 25.289063 6.492188 24.65625 6.75 24.1875 C 7.128906 23.5 7.242188 22.878906 7.3125 22.46875 C 7.382813 22.058594 7.425781 21.863281 7.65625 21.4375 C 7.886719 21.011719 8.351563 20.367188 9.3125 19.40625 Z\"/></svg></li><li title=\"eye slash solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 3.71875 2.28125 L 2.28125 3.71875 L 8.46875 9.875 L 21.4375 22.84375 L 28.28125 29.71875 L 29.71875 28.28125 L 23.375 21.9375 C 27.472656 19.851563 30.527344 16.910156 30.71875 16.71875 L 31.375 16.0625 L 30.75 15.34375 C 30.492188 15.042969 24.394531 8 16 8 C 14.007813 8 12.152344 8.417969 10.46875 9.03125 Z M 16 10 C 18.164063 10 20.160156 10.554688 21.9375 11.34375 C 22.613281 12.445313 23 13.699219 23 15 C 23 16.816406 22.300781 18.46875 21.15625 19.71875 L 18.3125 16.875 C 18.726563 16.363281 19 15.710938 19 15 C 19 13.347656 17.652344 12 16 12 C 15.289063 12 14.636719 12.273438 14.125 12.6875 L 12.0625 10.625 C 13.300781 10.253906 14.609375 10 16 10 Z M 6.625 10.875 C 3.386719 12.863281 1.394531 15.171875 1.25 15.34375 L 0.625 16.0625 L 1.28125 16.71875 C 1.566406 17.003906 8.097656 23.382813 15.0625 23.9375 L 15.125 23.9375 C 15.414063 23.960938 15.710938 24 16 24 C 16.289063 24 16.585938 23.960938 16.875 23.9375 L 16.9375 23.9375 C 17.734375 23.875 18.535156 23.730469 19.3125 23.53125 L 17.59375 21.8125 C 17.34375 21.871094 17.074219 21.910156 16.8125 21.9375 L 16.6875 21.96875 C 16.21875 22.007813 15.777344 22.007813 15.3125 21.96875 L 15.21875 21.9375 C 11.679688 21.539063 9 18.566406 9 15 C 9 14.464844 9.066406 13.949219 9.1875 13.4375 Z M 7.28125 12.84375 C 7.105469 13.546875 7 14.261719 7 15 C 7 16.613281 7.4375 18.121094 8.1875 19.4375 C 6.066406 18.175781 4.320313 16.75 3.40625 15.9375 C 4.152344 15.195313 5.507813 13.988281 7.28125 12.84375 Z M 24.71875 12.84375 C 26.492188 13.988281 27.816406 15.226563 28.5625 15.96875 C 27.648438 16.78125 25.933594 18.175781 23.8125 19.4375 C 24.5625 18.121094 25 16.613281 25 15 C 25 14.265625 24.890625 13.546875 24.71875 12.84375 Z M 16 14 C 16.550781 14 17 14.449219 17 15 C 17 15.164063 16.945313 15.300781 16.875 15.4375 L 15.5625 14.125 C 15.699219 14.054688 15.835938 14 16 14 Z\"/></svg></li><li title=\"eye slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 3.71875 2.28125 L 2.28125 3.71875 L 8.5 9.90625 L 19.59375 21 L 21.5 22.9375 L 28.28125 29.71875 L 29.71875 28.28125 L 23.5 22.0625 C 27.734375 19.964844 30.574219 16.851563 30.75 16.65625 L 31.34375 16 L 30.75 15.34375 C 30.480469 15.042969 24.085938 8 16 8 C 14.042969 8 12.195313 8.429688 10.5 9.0625 Z M 16 10 C 18.152344 10 20.1875 10.605469 22 11.4375 C 22.644531 12.515625 23 13.734375 23 15 C 23 16.816406 22.296875 18.476563 21.15625 19.71875 L 18.3125 16.875 C 18.730469 16.363281 19 15.714844 19 15 C 19 13.34375 17.65625 12 16 12 C 15.285156 12 14.636719 12.269531 14.125 12.6875 L 12.09375 10.65625 C 13.335938 10.273438 14.636719 10 16 10 Z M 6.6875 10.90625 C 3.480469 12.878906 1.398438 15.175781 1.25 15.34375 L 0.65625 16 L 1.25 16.65625 C 1.507813 16.945313 7.429688 23.425781 15.0625 23.9375 C 15.371094 23.96875 15.683594 24 16 24 C 16.316406 24 16.628906 23.96875 16.9375 23.9375 C 17.761719 23.882813 18.566406 23.773438 19.34375 23.59375 L 17.5625 21.8125 C 17.054688 21.929688 16.539063 22 16 22 C 12.140625 22 9 18.859375 9 15 C 9 14.46875 9.070313 13.949219 9.1875 13.4375 Z M 7.25 12.9375 C 7.089844 13.613281 7 14.300781 7 15 C 7 16.738281 7.488281 18.339844 8.34375 19.71875 C 6.054688 18.40625 4.304688 16.867188 3.40625 16 C 4.152344 15.277344 5.496094 14.078125 7.25 12.9375 Z M 24.75 12.9375 C 26.503906 14.078125 27.84375 15.277344 28.59375 16 C 27.695313 16.867188 25.917969 18.4375 23.625 19.75 C 24.484375 18.371094 25 16.738281 25 15 C 25 14.300781 24.910156 13.609375 24.75 12.9375 Z\"/></svg></li><li title=\"eye solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 8 C 7.664063 8 1.25 15.34375 1.25 15.34375 L 0.65625 16 L 1.25 16.65625 C 1.25 16.65625 7.097656 23.324219 14.875 23.9375 C 15.246094 23.984375 15.617188 24 16 24 C 16.382813 24 16.753906 23.984375 17.125 23.9375 C 24.902344 23.324219 30.75 16.65625 30.75 16.65625 L 31.34375 16 L 30.75 15.34375 C 30.75 15.34375 24.335938 8 16 8 Z M 16 10 C 18.203125 10 20.234375 10.601563 22 11.40625 C 22.636719 12.460938 23 13.675781 23 15 C 23 18.613281 20.289063 21.582031 16.78125 21.96875 C 16.761719 21.972656 16.738281 21.964844 16.71875 21.96875 C 16.480469 21.980469 16.242188 22 16 22 C 15.734375 22 15.476563 21.984375 15.21875 21.96875 C 11.710938 21.582031 9 18.613281 9 15 C 9 13.695313 9.351563 12.480469 9.96875 11.4375 L 9.9375 11.4375 C 11.71875 10.617188 13.773438 10 16 10 Z M 16 12 C 14.34375 12 13 13.34375 13 15 C 13 16.65625 14.34375 18 16 18 C 17.65625 18 19 16.65625 19 15 C 19 13.34375 17.65625 12 16 12 Z M 7.25 12.9375 C 7.09375 13.609375 7 14.285156 7 15 C 7 16.753906 7.5 18.394531 8.375 19.78125 C 5.855469 18.324219 4.105469 16.585938 3.53125 16 C 4.011719 15.507813 5.351563 14.203125 7.25 12.9375 Z M 24.75 12.9375 C 26.648438 14.203125 27.988281 15.507813 28.46875 16 C 27.894531 16.585938 26.144531 18.324219 23.625 19.78125 C 24.5 18.394531 25 16.753906 25 15 C 25 14.285156 24.90625 13.601563 24.75 12.9375 Z\"/></svg></li><li title=\"eye \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 8 C 7.664063 8 1.25 15.34375 1.25 15.34375 L 0.65625 16 L 1.25 16.65625 C 1.25 16.65625 7.097656 23.324219 14.875 23.9375 C 15.246094 23.984375 15.617188 24 16 24 C 16.382813 24 16.753906 23.984375 17.125 23.9375 C 24.902344 23.324219 30.75 16.65625 30.75 16.65625 L 31.34375 16 L 30.75 15.34375 C 30.75 15.34375 24.335938 8 16 8 Z M 16 10 C 18.203125 10 20.234375 10.601563 22 11.40625 C 22.636719 12.460938 23 13.675781 23 15 C 23 18.613281 20.289063 21.582031 16.78125 21.96875 C 16.761719 21.972656 16.738281 21.964844 16.71875 21.96875 C 16.480469 21.980469 16.242188 22 16 22 C 15.734375 22 15.476563 21.984375 15.21875 21.96875 C 11.710938 21.582031 9 18.613281 9 15 C 9 13.695313 9.351563 12.480469 9.96875 11.4375 L 9.9375 11.4375 C 11.71875 10.617188 13.773438 10 16 10 Z M 16 12 C 14.34375 12 13 13.34375 13 15 C 13 16.65625 14.34375 18 16 18 C 17.65625 18 19 16.65625 19 15 C 19 13.34375 17.65625 12 16 12 Z M 7.25 12.9375 C 7.09375 13.609375 7 14.285156 7 15 C 7 16.753906 7.5 18.394531 8.375 19.78125 C 5.855469 18.324219 4.105469 16.585938 3.53125 16 C 4.011719 15.507813 5.351563 14.203125 7.25 12.9375 Z M 24.75 12.9375 C 26.648438 14.203125 27.988281 15.507813 28.46875 16 C 27.894531 16.585938 26.144531 18.324219 23.625 19.78125 C 24.5 18.394531 25 16.753906 25 15 C 25 14.285156 24.90625 13.601563 24.75 12.9375 Z\"/></svg></li><li title=\"facebook f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 19.253906 2 C 15.311906 2 13 4.0821719 13 8.8261719 L 13 13 L 8 13 L 8 18 L 13 18 L 13 30 L 18 30 L 18 18 L 22 18 L 23 13 L 18 13 L 18 9.671875 C 18 7.884875 18.582766 7 20.259766 7 L 23 7 L 23 2.2050781 C 22.526 2.1410781 21.144906 2 19.253906 2 z\"/></svg></li><li title=\"facebook messenger \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 9.410156 4 4 9.136719 4 15.5 C 4 18.890625 5.570313 21.902344 8 24 L 8 28.625 L 12.4375 26.40625 C 13.566406 26.746094 14.746094 27 16 27 C 22.589844 27 28 21.863281 28 15.5 C 28 9.136719 22.589844 4 16 4 Z M 16 6 C 21.558594 6 26 10.265625 26 15.5 C 26 20.734375 21.558594 25 16 25 C 14.804688 25 13.664063 24.773438 12.59375 24.40625 L 12.1875 24.28125 L 10 25.375 L 10 23.125 L 9.625 22.8125 C 7.40625 21.0625 6 18.441406 6 15.5 C 6 10.265625 10.441406 6 16 6 Z M 14.875 12.34375 L 8.84375 18.71875 L 14.25 15.71875 L 17.125 18.8125 L 23.09375 12.34375 L 17.8125 15.3125 Z\"/></svg></li><li title=\"facebook square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 7 5 C 5.90625 5 5 5.90625 5 7 L 5 25 C 5 26.09375 5.90625 27 7 27 L 25 27 C 26.09375 27 27 26.09375 27 25 L 27 7 C 27 5.90625 26.09375 5 25 5 Z M 7 7 L 25 7 L 25 25 L 19.8125 25 L 19.8125 18.25 L 22.40625 18.25 L 22.78125 15.25 L 19.8125 15.25 L 19.8125 13.3125 C 19.8125 12.4375 20.027344 11.84375 21.28125 11.84375 L 22.90625 11.84375 L 22.90625 9.125 C 22.628906 9.089844 21.667969 9.03125 20.5625 9.03125 C 18.257813 9.03125 16.6875 10.417969 16.6875 13 L 16.6875 15.25 L 14.0625 15.25 L 14.0625 18.25 L 16.6875 18.25 L 16.6875 25 L 7 25 Z\"/></svg></li><li title=\"facebook \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 9.3844276 4 4 9.3844276 4 16 C 4 22.615572 9.3844276 28 16 28 C 22.615572 28 28 22.615572 28 16 C 28 9.3844276 22.615572 4 16 4 z M 16 6 C 21.534692 6 26 10.465308 26 16 C 26 21.027386 22.311682 25.161277 17.488281 25.878906 L 17.488281 18.916016 L 20.335938 18.916016 L 20.783203 16.023438 L 17.488281 16.023438 L 17.488281 14.443359 C 17.488281 13.242359 17.882859 12.175781 19.005859 12.175781 L 20.810547 12.175781 L 20.810547 9.6523438 C 20.493547 9.6093438 19.822688 9.515625 18.554688 9.515625 C 15.906688 9.515625 14.355469 10.913609 14.355469 14.099609 L 14.355469 16.023438 L 11.632812 16.023438 L 11.632812 18.916016 L 14.355469 18.916016 L 14.355469 25.853516 C 9.6088556 25.070647 6 20.973047 6 16 C 6 10.465308 10.465308 6 16 6 z\"/></svg></li><li title=\"fan solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 10.488281 4 6 8.488281 6 14 C 6 19.511719 10.488281 24 16 24 C 21.511719 24 26 19.511719 26 14 C 26 8.488281 21.511719 4 16 4 Z M 16 6 C 20.238281 6 23.679688 9.273438 23.96875 13.4375 C 23.363281 13.003906 22.671875 12.746094 21.96875 12.625 C 21.53125 12.550781 21.09375 12.523438 20.65625 12.53125 C 20 12.542969 19.351563 12.636719 18.75 12.8125 C 18.285156 11.75 17.222656 11 16 11 C 15.785156 11 15.578125 11.019531 15.375 11.0625 C 15.367188 11.054688 15.351563 11.070313 15.34375 11.0625 C 14.695313 10.519531 14.003906 9.679688 13.6875 8.84375 C 13.476563 8.285156 13.429688 7.769531 13.53125 7.34375 C 13.628906 6.925781 13.84375 6.53125 14.40625 6.15625 C 14.917969 6.054688 15.457031 6 16 6 Z M 11.5 7.40625 C 11.433594 8.144531 11.558594 8.859375 11.8125 9.53125 C 12.203125 10.570313 12.84375 11.496094 13.59375 12.21875 C 13.222656 12.71875 13 13.335938 13 14 C 13 14.792969 13.304688 15.523438 13.8125 16.0625 C 13.652344 16.859375 13.273438 17.828125 12.71875 18.5 C 12.335938 18.964844 11.894531 19.277344 11.46875 19.40625 C 11.042969 19.535156 10.601563 19.542969 9.96875 19.21875 C 8.753906 17.816406 8 16.007813 8 14 C 8 11.246094 9.394531 8.84375 11.5 7.40625 Z M 16 13 C 16.5625 13 17 13.4375 17 14 C 17 14.5625 16.5625 15 16 15 C 15.4375 15 15 14.5625 15 14 C 15 13.4375 15.4375 13 16 13 Z M 20.6875 14.5625 C 21.007813 14.550781 21.332031 14.574219 21.625 14.625 C 22.210938 14.726563 22.703125 14.941406 23.03125 15.25 C 23.339844 15.542969 23.542969 15.917969 23.59375 16.5625 C 22.527344 19.726563 19.53125 22 16 22 C 14.730469 22 13.53125 21.710938 12.46875 21.1875 C 13.183594 20.875 13.777344 20.355469 14.25 19.78125 C 14.941406 18.941406 15.425781 17.949219 15.6875 16.96875 C 15.792969 16.980469 15.890625 17 16 17 C 17.3125 17 18.410156 16.121094 18.8125 14.9375 C 19.332031 14.738281 20.011719 14.585938 20.6875 14.5625 Z M 15 25 L 15 26 L 9 26 L 9 28 L 23 28 L 23 26 L 17 26 L 17 25 Z\"/></svg></li><li title=\"fantasy flight games \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 2 L 2 16 L 16 30 L 30 16 L 16 2 z M 16 4.0097656 L 28 16 L 16 28 L 4 16 L 16 4.0097656 z M 16 6 L 6 16 L 16 26 L 26 16 L 16 6 z M 16.310547 10.009766 C 16.988418 10.060279 17.630422 10.313406 18.201172 10.738281 C 19.310172 11.565281 21.005672 13.402344 21.013672 13.402344 C 21.038672 13.435344 21.064063 13.533594 21.039062 13.558594 C 20.526062 14.096594 20.013391 14.625859 19.525391 15.130859 C 17.978391 13.666859 17.688219 13.392719 17.324219 13.136719 C 16.521219 12.565719 15.454953 12.682141 14.751953 13.369141 C 14.652953 13.468141 14.668953 13.526375 14.751953 13.609375 C 14.883953 13.750375 16.024844 14.890469 16.339844 15.230469 C 15.801844 15.759469 15.272562 16.272734 14.726562 16.802734 C 14.180563 16.231734 13.618266 15.645219 13.072266 15.074219 C 12.104266 16.034219 11.186391 16.936891 10.275391 17.837891 C 9.6543906 17.225891 9.0331094 16.604187 8.4121094 15.992188 C 8.5031094 15.901188 8.95025 15.438031 12.78125 11.582031 C 13.95 10.403281 15.180762 9.9255762 16.310547 10.009766 z M 21.734375 14.189453 C 22.355375 14.793453 22.967891 15.389953 23.587891 16.001953 C 22.677891 16.944953 19.890109 19.74175 19.037109 20.59375 C 17.431109 22.18975 15.503313 22.313531 14.195312 21.519531 C 13.194313 20.907531 12.416531 20.062234 10.894531 18.490234 C 11.440531 17.927234 11.971 17.391516 12.5 16.853516 C 13.989 18.293516 14.171531 18.474859 14.519531 18.755859 C 15.355531 19.417859 16.446031 19.368828 17.207031 18.673828 C 17.372031 18.516828 17.372031 18.507797 17.207031 18.341797 C 16.727031 17.861797 16.248344 17.374719 15.777344 16.886719 C 15.711344 16.828719 15.636328 16.778688 15.736328 16.679688 C 16.224328 16.191688 16.711406 15.702844 17.191406 15.214844 C 17.208406 15.206844 17.225203 15.197062 17.283203 15.164062 C 17.837203 15.751062 18.407891 16.340922 18.962891 16.919922 C 19.913891 15.984922 20.832375 15.082453 21.734375 14.189453 z\"/></svg></li><li title=\"fast backward solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 17 5 L 15.40625 6.1875 L 3.40625 15.1875 L 2.34375 16 L 3.40625 16.8125 L 15.40625 25.8125 L 17 27 L 17 19.625 L 25.40625 25.8125 L 27 26.96875 L 27 5.03125 L 25.40625 6.1875 L 17 12.375 Z M 25 8.96875 L 25 23.03125 L 16.59375 16.84375 L 15.46875 16 L 16.59375 15.15625 Z M 15 9 L 15 23 L 5.6875 16 Z\"/></svg></li><li title=\"fast forward solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 15 5 L 15 12.375 L 6.59375 6.1875 L 5 5.03125 L 5 26.96875 L 6.59375 25.8125 L 15 19.625 L 15 27 L 16.59375 25.8125 L 28.59375 16.8125 L 29.65625 16 L 28.59375 15.1875 L 16.59375 6.1875 Z M 7 8.96875 L 15.40625 15.15625 L 16.53125 16 L 15.40625 16.84375 L 7 23.03125 Z M 17 9 L 26.3125 16 L 17 23 Z\"/></svg></li><li title=\"fax solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 12 5 L 12 10 L 10 10 L 10 8 L 4 8 L 4 26 L 6 26 L 6 27 C 6 28.644531 7.355469 30 9 30 C 10.644531 30 12 28.644531 12 27 L 12 26 L 28 26 L 28 10 L 24 10 L 24 5 Z M 14 7 L 22 7 L 22 12 L 14 12 Z M 6 10 L 8 10 L 8 24 L 6 24 Z M 10 12 L 12 12 L 12 14 L 24 14 L 24 12 L 26 12 L 26 24 L 10 24 Z M 13 16 L 13 18 L 15 18 L 15 16 Z M 17 16 L 17 18 L 19 18 L 19 16 Z M 21 16 L 21 18 L 23 18 L 23 16 Z M 13 20 L 13 22 L 15 22 L 15 20 Z M 17 20 L 17 22 L 19 22 L 19 20 Z M 21 20 L 21 22 L 23 22 L 23 20 Z M 8 26 L 10 26 L 10 27 C 10 27.554688 9.554688 28 9 28 C 8.445313 28 8 27.554688 8 27 Z\"/></svg></li><li title=\"feather alt solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 27 4 C 18.197 4 13.798547 8.7946094 11.685547 11.099609 L 8.6367188 14.175781 C 6.9357187 15.874781 6 18.134063 6 20.539062 L 6 22 L 8.0273438 19.972656 C 8.1593437 18.316656 8.862875 16.775797 10.046875 15.591797 L 13.160156 12.451172 C 14.996156 10.449172 18.728609 6.3784375 25.974609 6.0234375 C 25.75316 10.544739 24.085863 13.696801 22.376953 15.875 L 19 17 L 21.417969 17 C 20.723657 17.756409 20.066554 18.365046 19.548828 18.839844 L 18.568359 19.810547 L 15 21 L 17.367188 21 L 16.410156 21.947266 C 15.088156 23.269266 13.330937 23.998047 11.460938 23.998047 L 9.4160156 23.998047 L 18.707031 14.707031 L 17.292969 13.292969 L 4 26.585938 L 5.4140625 28 L 7.4160156 25.998047 L 11.460938 25.998047 C 13.864937 25.998047 16.125125 25.061422 17.828125 23.357422 L 20.898438 20.3125 C 23.203437 18.2015 28 13.804 28 5 L 28 4 L 27 4 z\"/></svg></li><li title=\"feather solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 21.5 4 C 19.698 4 18.020875 4.7254844 16.796875 6.0214844 L 8.6367188 14.175781 C 6.9367187 15.874781 6 18.134063 6 20.539062 L 6 22 L 8.0273438 19.972656 C 8.1593437 18.316656 8.8637813 16.776844 10.050781 15.589844 L 18.230469 7.4140625 C 19.092469 6.5010625 20.254 6 21.5 6 C 23.981 6 26 8.019 26 10.5 C 26 11.746 25.498453 12.906062 24.564453 13.789062 L 22.533203 15.822266 L 19 17 L 21.355469 17 L 17.537109 20.820312 L 14 22 L 16.353516 22 C 15.037878 23.287947 13.305421 24 11.460938 24 L 9.4140625 24 L 18.707031 14.707031 L 17.292969 13.292969 L 4 26.585938 L 5.4140625 28 L 7.4140625 26 L 11.460938 26 C 13.864937 26 16.125219 25.064281 17.824219 23.363281 L 25.957031 15.222656 C 27.275031 13.978656 28 12.302 28 10.5 C 28 6.916 25.084 4 21.5 4 z\"/></svg></li><li title=\"fedex \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 11 L 16 14.949219 L 15.919922 14.949219 C 15.439922 14.374219 14.845391 14.175781 14.150391 14.175781 C 12.730391 14.175781 11.660156 15.190438 11.285156 16.523438 C 10.385156 13.416438 6.4144531 13.510016 5.1894531 15.791016 L 5.1894531 14.525391 L 2.4492188 14.525391 L 2.4492188 13.154297 L 5.4492188 13.154297 L 5.4492188 11.005859 L 0 11.005859 L 0 20.648438 L 2.4492188 20.648438 L 2.4492188 16.595703 L 4.8945312 16.595703 C 4.8195313 16.893703 4.7792969 17.213828 4.7792969 17.548828 C 4.7792969 21.371828 9.9090625 22.327109 11.289062 18.787109 L 9.1894531 18.787109 C 8.4544531 19.880109 6.9003906 19.252438 6.9003906 18.023438 L 11.175781 18.023438 C 11.360781 19.618438 12.544688 21 14.179688 21 C 14.884688 21 15.530781 20.639344 15.925781 20.027344 L 15.949219 20.027344 L 15.949219 20.648438 L 26.560547 20.648438 L 27.664062 19.341797 L 28.779297 20.648438 L 32 20.648438 L 29.300781 17.484375 L 31.964844 14.351562 L 28.845703 14.351562 L 27.759766 15.650391 L 26.634766 14.353516 L 20.699219 14.353516 L 20.699219 13.515625 L 23.505859 13.515625 L 23.505859 11 L 16 11 z M 18.304688 11.466797 L 23.054688 11.466797 L 23.054688 13.044922 L 20.25 13.044922 L 20.25 14.818359 L 23.025391 14.818359 L 23.025391 16.287109 L 20.220703 16.287109 L 20.220703 18.626953 L 23.025391 18.626953 L 23.025391 20.173828 L 18.304688 20.173828 L 18.304688 11.466797 z M 23.535156 14.515625 L 26.070312 17.496094 L 23.535156 20.476562 L 23.535156 18.091797 L 20.730469 18.091797 L 20.730469 16.816406 L 23.535156 16.816406 L 23.535156 14.515625 z M 24.449219 14.818359 L 26.435547 14.818359 L 27.765625 16.349609 L 29.044922 14.818359 L 30.970703 14.818359 L 28.699219 17.484375 L 31 20.173828 L 28.974609 20.173828 L 27.660156 18.630859 L 26.355469 20.173828 L 24.449219 20.173828 L 26.730469 17.496094 L 24.449219 14.818359 z M 8.1523438 15.599609 C 8.6654688 15.604234 9.1690625 15.947688 9.2890625 16.617188 L 6.9648438 16.617188 C 7.1173437 15.929188 7.6392187 15.594984 8.1523438 15.599609 z M 14.634766 15.890625 C 16.264766 15.890625 16.359766 19.175781 14.634766 19.175781 C 12.904766 19.175781 12.934766 15.890625 14.634766 15.890625 z\"/></svg></li><li title=\"fedora \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16.046875 3 C 8.873875 2.983 3.0464375 8.7858438 3.0234375 15.964844 L 3 25.849609 C 2.99 27.567609 4.3738438 28.966562 6.0898438 28.976562 L 6.1074219 28.976562 L 15.976562 29 C 23.148563 29.017 28.983 23.214156 29 16.035156 C 29.017 8.8561563 23.219875 3.017 16.046875 3 z M 18.917969 8.0117188 L 18.929688 8.0117188 C 19.258688 8.0097187 19.587203 8.0480469 19.908203 8.1230469 C 20.449203 8.2110469 20.869141 8.6991563 20.869141 9.2851562 C 20.869141 10.035156 20.148344 10.632359 19.402344 10.443359 C 18.076344 10.157359 16.212031 11.140562 16.207031 13.101562 L 16.203125 15.376953 C 16.201125 15.615953 16.393813 15.8105 16.632812 15.8125 L 16.634766 15.8125 L 18.261719 15.816406 C 19.834719 15.825406 19.829953 18.212031 18.251953 18.207031 L 16.189453 18.203125 L 16.183594 20.914062 C 16.173594 24.269063 13.066609 26.520484 10.099609 25.896484 C 9.8236094 25.896484 9.1367188 25.475609 9.1367188 24.724609 C 9.1447187 24.071609 9.6692656 23.543203 10.322266 23.533203 C 10.627266 23.533203 10.627031 23.609375 11.082031 23.609375 C 12.577031 23.614375 13.793828 22.406109 13.798828 20.912109 L 13.798828 20.904297 L 13.802734 18.628906 C 13.802734 18.410906 13.584094 18.193359 13.371094 18.193359 L 11.744141 18.1875 C 10.166141 18.1825 10.172 15.795781 11.75 15.800781 L 13.8125 15.806641 L 13.816406 13.095703 C 13.821406 10.283703 16.104969 8.0067187 18.917969 8.0117188 z M 20.917969 8.4238281 C 22.257969 9.0038281 23.288 10.127672 23.75 11.513672 L 21.121094 8.8691406 C 21.082094 8.7081406 21.013969 8.5578281 20.917969 8.4238281 z M 21.199219 9.21875 L 23.871094 11.933594 C 23.957094 12.288594 24.002812 12.652578 24.007812 13.017578 L 21.015625 9.9863281 C 21.126625 9.7583281 21.199219 9.5419219 21.199219 9.2949219 L 21.199219 9.21875 z M 20.898438 10.167969 L 24.011719 13.300781 C 23.999719 13.570781 23.962391 13.839516 23.900391 14.103516 L 20.419922 10.613281 C 20.609922 10.500281 20.772438 10.348969 20.898438 10.167969 z M 21.28125 11.789062 L 23.851562 14.373047 C 23.788563 14.608047 23.712047 14.840406 23.623047 15.066406 L 21.625 13.056641 C 21.612 12.612641 21.49425 12.178063 21.28125 11.789062 z M 21.609375 13.361328 L 23.521484 15.289062 C 23.429484 15.491063 23.321266 15.684141 23.197266 15.869141 L 21.435547 14.097656 C 21.533547 13.863656 21.592375 13.614328 21.609375 13.361328 z M 21.349609 14.316406 L 23.082031 16.054688 C 22.952031 16.230687 22.813016 16.4005 22.666016 16.5625 L 20.976562 14.867188 C 21.120562 14.697188 21.245609 14.513406 21.349609 14.316406 z M 20.826172 15.027344 L 22.515625 16.722656 C 22.360625 16.876656 22.198344 17.021203 22.027344 17.158203 L 20.318359 15.439453 C 20.502359 15.321453 20.673172 15.182344 20.826172 15.027344 z M 20.099609 15.544922 L 21.851562 17.283203 C 21.668563 17.405203 21.470344 17.526813 21.277344 17.632812 L 19.4375 15.773438 C 19.6745 15.720437 19.901609 15.656922 20.099609 15.544922 z M 10.611328 15.826172 C 10.462328 15.992172 10.336281 16.178906 10.238281 16.378906 L 9.828125 15.966797 C 10.084125 15.894797 10.345328 15.848172 10.611328 15.826172 z M 9.5898438 16.029297 L 10.160156 16.605469 L 10.117188 16.992188 C 10.118187 17.199188 10.157422 17.404656 10.232422 17.597656 L 8.9257812 16.28125 C 9.1397813 16.17825 9.3618438 16.092297 9.5898438 16.029297 z M 8.7089844 16.388672 L 10.558594 18.246094 C 10.321594 18.290094 10.091 18.366609 9.875 18.474609 L 8.1660156 16.736328 C 8.3400156 16.608328 8.5209844 16.493672 8.7089844 16.388672 z M 19.761719 16.417969 L 21.068359 17.734375 C 20.855359 17.841375 20.633297 17.927234 20.404297 17.990234 L 19.833984 17.414062 L 19.878906 17.021484 C 19.877906 16.814484 19.836719 16.610969 19.761719 16.417969 z M 7.9726562 16.861328 L 9.6816406 18.580078 C 9.4986406 18.700078 9.3288281 18.839187 9.1738281 18.992188 L 7.484375 17.316406 C 7.630375 17.148406 7.7936562 16.995328 7.9726562 16.861328 z M 7.328125 17.457031 L 9.0195312 19.152344 C 8.8735312 19.320344 8.7484844 19.505125 8.6464844 19.703125 L 6.9121094 17.966797 C 7.0471094 17.782797 7.188125 17.617031 7.328125 17.457031 z M 19.755859 17.642578 L 20.167969 18.052734 C 19.912969 18.120734 19.652672 18.167359 19.388672 18.193359 C 19.545672 18.035359 19.669859 17.848578 19.755859 17.642578 z M 6.796875 18.150391 L 8.5585938 19.921875 C 8.4605937 20.155875 8.4017656 20.405203 8.3847656 20.658203 L 6.4726562 18.730469 C 6.5666563 18.529469 6.674875 18.336391 6.796875 18.150391 z M 6.3710938 18.939453 L 8.3691406 20.962891 C 8.3851406 21.403891 8.4953594 21.836469 8.6933594 22.230469 L 6.1425781 19.640625 C 6.2105781 19.403625 6.2840938 19.176453 6.3710938 18.939453 z M 6.0898438 19.892578 L 9.5859375 23.402344 C 9.4029375 23.513344 9.2384687 23.657219 9.1054688 23.824219 L 5.9882812 20.716797 C 5.9932812 20.439797 6.0268437 20.162578 6.0898438 19.892578 z M 5.9882812 21.021484 L 8.984375 24.03125 C 8.871375 24.24525 8.8125469 24.483609 8.8105469 24.724609 L 8.8105469 24.777344 L 6.1289062 22.080078 C 6.0379063 21.735078 5.9902812 21.379484 5.9882812 21.021484 z M 6.2441406 22.507812 L 8.8730469 25.150391 C 8.9140469 25.309391 8.9821719 25.460703 9.0761719 25.595703 C 7.7371719 25.014703 6.7071406 23.892813 6.2441406 22.507812 z\"/></svg></li><li title=\"female solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 2 C 13.800781 2 12 3.800781 12 6 C 12 7.128906 12.488281 8.144531 13.25 8.875 C 13.011719 9.046875 12.792969 9.226563 12.59375 9.4375 C 11.753906 10.328125 11.230469 11.515625 11 12.8125 L 11.03125 12.8125 L 9.03125 22.8125 L 8.78125 24 L 13 24 L 13 30 L 15 30 L 15 24 L 17 24 L 17 30 L 19 30 L 19 24 L 23.21875 24 L 22.96875 22.8125 L 20.96875 12.8125 C 20.738281 11.578125 20.238281 10.402344 19.40625 9.5 C 19.199219 9.273438 18.96875 9.058594 18.71875 8.875 C 19.492188 8.144531 20 7.136719 20 6 C 20 3.800781 18.199219 2 16 2 Z M 16 4 C 17.117188 4 18 4.882813 18 6 C 18 7.117188 17.117188 8 16 8 C 14.882813 8 14 7.117188 14 6 C 14 4.882813 14.882813 4 16 4 Z M 16 10 C 16.828125 10 17.421875 10.316406 17.9375 10.875 C 18.453125 11.433594 18.859375 12.261719 19.03125 13.1875 L 20.78125 22 L 11.21875 22 L 12.96875 13.1875 L 13 13.1875 C 13.175781 12.1875 13.558594 11.347656 14.0625 10.8125 C 14.566406 10.277344 15.152344 10 16 10 Z\"/></svg></li><li title=\"fighter jet solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 7.875 4 L 8.875 13 L 8.03125 13 L 6.3125 10.4375 L 6.03125 10 L 1.78125 10 L 2.03125 11.1875 L 3 16 L 2.03125 20.8125 L 1.78125 22 L 6.03125 22 L 6.3125 21.5625 L 8.03125 19 L 8.875 19 L 7.875 28 L 11.40625 28 L 11.71875 27.71875 L 20.4375 19 L 26 19 C 27.15625 19 27.894531 18.328125 28.5625 17.78125 C 29.230469 17.234375 29.71875 16.6875 29.71875 16.6875 L 30.375 16 L 29.71875 15.3125 C 29.71875 15.3125 29.230469 14.765625 28.5625 14.21875 C 27.894531 13.671875 27.15625 13 26 13 L 20.4375 13 L 11.71875 4.28125 L 11.40625 4 Z M 10.125 6 L 10.5625 6 L 19.28125 14.71875 L 19.59375 15 L 26 15 C 25.949219 15 26.726563 15.328125 27.28125 15.78125 C 27.417969 15.894531 27.414063 15.894531 27.53125 16 C 27.414063 16.105469 27.417969 16.105469 27.28125 16.21875 C 26.726563 16.671875 25.949219 17 26 17 L 19.59375 17 L 19.28125 17.28125 L 10.5625 26 L 10.125 26 L 11.125 17 L 6.9375 17 L 6.65625 17.4375 L 4.9375 20 L 4.21875 20 L 4.96875 16.1875 L 5.03125 16 L 4.96875 15.8125 L 4.21875 12 L 4.9375 12 L 6.65625 14.5625 L 6.9375 15 L 11.125 15 Z M 16 7 L 18 9 L 20 9 L 21 8 L 20 7 Z M 18 23 L 16 25 L 20 25 L 21 24 L 20 23 Z\"/></svg></li><li title=\"figma \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 12.5 1 C 9.467 1 7 3.467 7 6.5 C 7 8.1579175 7.7405106 9.6431625 8.9042969 10.652344 C 7.1773693 11.580958 6 13.405492 6 15.5 C 6 17.360625 6.9316558 19.00426 8.3496094 20 C 6.9316558 20.99574 6 22.639375 6 24.5 C 6 27.533 8.467 30 11.5 30 C 14.533 30 17 27.533 17 24.5 L 17 19 L 17 12 L 20.5 12 C 23.533 12 26 9.533 26 6.5 C 26 3.467 23.533 1 20.5 1 L 12.5 1 z M 12.5 3 L 20.5 3 C 22.43 3 24 4.57 24 6.5 C 24 8.43 22.43 10 20.5 10 L 17 10 L 12.5 10 C 10.57 10 9 8.43 9 6.5 C 9 4.57 10.57 3 12.5 3 z M 11.5 12 L 12.5 12 L 15 12 L 15 19 L 11.5 19 C 9.57 19 8 17.43 8 15.5 C 8 13.57 9.57 12 11.5 12 z M 21 12 A 4 4 0 0 0 21 20 A 4 4 0 0 0 21 12 z M 11.5 21 L 15 21 L 15 24.5 C 15 26.43 13.43 28 11.5 28 C 9.57 28 8 26.43 8 24.5 C 8 22.57 9.57 21 11.5 21 z\"/></svg></li><li title=\"file alt solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6 3 L 6 29 L 26 29 L 26 9.59375 L 25.71875 9.28125 L 19.71875 3.28125 L 19.40625 3 Z M 8 5 L 18 5 L 18 11 L 24 11 L 24 27 L 8 27 Z M 20 6.4375 L 22.5625 9 L 20 9 Z M 11 13 L 11 15 L 21 15 L 21 13 Z M 11 17 L 11 19 L 21 19 L 21 17 Z M 11 21 L 11 23 L 21 23 L 21 21 Z\"/></svg></li><li title=\"file alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6 3 L 6 29 L 26 29 L 26 9.59375 L 25.71875 9.28125 L 19.71875 3.28125 L 19.40625 3 Z M 8 5 L 18 5 L 18 11 L 24 11 L 24 27 L 8 27 Z M 20 6.4375 L 22.5625 9 L 20 9 Z M 11 13 L 11 15 L 21 15 L 21 13 Z M 11 17 L 11 19 L 21 19 L 21 17 Z M 11 21 L 11 23 L 21 23 L 21 21 Z\"/></svg></li><li title=\"file archive solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6 3 L 6 29 L 26 29 L 26 3 Z M 8 5 L 15 5 L 15 6 L 17 6 L 17 5 L 24 5 L 24 27 L 8 27 Z M 15 7 L 15 9 L 17 9 L 17 7 Z M 15 10 L 15 12 L 17 12 L 17 10 Z M 15 13 L 15 15.1875 C 13.84375 15.605469 13 16.707031 13 18 C 13 19.644531 14.355469 21 16 21 C 17.644531 21 19 19.644531 19 18 C 19 16.707031 18.15625 15.605469 17 15.1875 L 17 13 Z M 16 17 C 16.5625 17 17 17.4375 17 18 C 17 18.5625 16.5625 19 16 19 C 15.4375 19 15 18.5625 15 18 C 15 17.4375 15.4375 17 16 17 Z\"/></svg></li><li title=\"file archive \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6 3 L 6 29 L 26 29 L 26 3 Z M 8 5 L 15 5 L 15 6 L 17 6 L 17 5 L 24 5 L 24 27 L 8 27 Z M 15 7 L 15 9 L 17 9 L 17 7 Z M 15 10 L 15 12 L 17 12 L 17 10 Z M 15 13 L 15 15.1875 C 13.84375 15.605469 13 16.707031 13 18 C 13 19.644531 14.355469 21 16 21 C 17.644531 21 19 19.644531 19 18 C 19 16.707031 18.15625 15.605469 17 15.1875 L 17 13 Z M 16 17 C 16.5625 17 17 17.4375 17 18 C 17 18.5625 16.5625 19 16 19 C 15.4375 19 15 18.5625 15 18 C 15 17.4375 15.4375 17 16 17 Z\"/></svg></li><li title=\"file audio solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6 3 L 6 29 L 26 29 L 26 3 Z M 8 5 L 24 5 L 24 27 L 8 27 Z M 16 9.71875 L 16 16.1875 C 15.683594 16.074219 15.351563 16 15 16 C 13.355469 16 12 17.355469 12 19 C 12 20.644531 13.355469 22 15 22 C 16.644531 22 18 20.644531 18 19 L 18 12.28125 L 20.75 12.96875 L 21.25 11.03125 Z M 15 18 C 15.5625 18 16 18.4375 16 19 C 16 19.5625 15.5625 20 15 20 C 14.4375 20 14 19.5625 14 19 C 14 18.4375 14.4375 18 15 18 Z\"/></svg></li><li title=\"file audio \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6 3 L 6 29 L 26 29 L 26 3 Z M 8 5 L 24 5 L 24 27 L 8 27 Z M 16 9.71875 L 16 16.1875 C 15.683594 16.074219 15.351563 16 15 16 C 13.355469 16 12 17.355469 12 19 C 12 20.644531 13.355469 22 15 22 C 16.644531 22 18 20.644531 18 19 L 18 12.28125 L 20.75 12.96875 L 21.25 11.03125 Z M 15 18 C 15.5625 18 16 18.4375 16 19 C 16 19.5625 15.5625 20 15 20 C 14.4375 20 14 19.5625 14 19 C 14 18.4375 14.4375 18 15 18 Z\"/></svg></li><li title=\"file code solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6 3 L 6 29 L 26 29 L 26 9.59375 L 25.71875 9.28125 L 19.71875 3.28125 L 19.40625 3 Z M 8 5 L 18 5 L 18 11 L 24 11 L 24 27 L 8 27 Z M 20 6.4375 L 22.5625 9 L 20 9 Z M 16 13 L 14 25 L 16 25 L 18 13 Z M 12.21875 15.375 L 9.71875 18.375 L 9.1875 19 L 9.71875 19.625 L 12.21875 22.625 L 13.78125 21.375 L 11.8125 19 L 13.78125 16.625 Z M 19.78125 15.375 L 18.21875 16.625 L 20.1875 19 L 18.21875 21.375 L 19.78125 22.625 L 22.28125 19.625 L 22.8125 19 L 22.28125 18.375 Z\"/></svg></li><li title=\"file code \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6 3 L 6 29 L 26 29 L 26 9.59375 L 25.71875 9.28125 L 19.71875 3.28125 L 19.40625 3 Z M 8 5 L 18 5 L 18 11 L 24 11 L 24 27 L 8 27 Z M 20 6.4375 L 22.5625 9 L 20 9 Z M 16 13 L 14 25 L 16 25 L 18 13 Z M 12.21875 15.375 L 9.71875 18.375 L 9.1875 19 L 9.71875 19.625 L 12.21875 22.625 L 13.78125 21.375 L 11.8125 19 L 13.78125 16.625 Z M 19.78125 15.375 L 18.21875 16.625 L 20.1875 19 L 18.21875 21.375 L 19.78125 22.625 L 22.28125 19.625 L 22.8125 19 L 22.28125 18.375 Z\"/></svg></li><li title=\"file contract solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6 3 L 6 29 L 26 29 L 26 9.5996094 L 25.699219 9.3007812 L 19.699219 3.3007812 L 19.400391 3 L 6 3 z M 8 5 L 18 5 L 18 11 L 24 11 L 24 27 L 8 27 L 8 5 z M 20 6.4003906 L 22.599609 9 L 20 9 L 20 6.4003906 z M 10 9 L 10 11 L 16 11 L 16 9 L 10 9 z M 10 13 L 10 15 L 22 15 L 22 13 L 10 13 z M 13.5 16 C 12.6 16 11.9 16.600781 11.5 17.300781 C 11.1 18.000781 11 18.900391 11 19.900391 C 11 20.500391 11.200781 21.099219 11.300781 21.699219 C 10.900781 21.799219 10.5 22.099609 10 22.099609 L 10 24.099609 C 10.7 24.099609 11.4 24.000781 12 23.800781 C 12.1 24.000781 12.100781 24.100781 12.300781 24.300781 C 12.700781 24.700781 13.3 25 14 25 C 15.6 25 16.600781 23.899609 17.300781 23.099609 C 17.400781 22.899609 17.499609 22.799219 17.599609 22.699219 C 17.599609 22.799219 17.599219 22.9 17.699219 23 C 17.799219 23.2 17.899609 23.399609 18.099609 23.599609 C 18.299609 23.799609 18.7 24 19 24 C 19.6 24 19.999219 23.600391 20.199219 23.400391 C 20.399219 23.200391 20.600781 22.899219 20.800781 22.699219 C 21.200781 22.299219 21.500391 22 21.900391 22 L 21.900391 20 C 20.700391 20 19.800781 20.700781 19.300781 21.300781 C 19.300781 21.200781 19.299219 21.1 19.199219 21 C 19.099219 20.8 19.000781 20.600781 18.800781 20.300781 C 18.600781 20.000781 18.3 20 18 20 C 17.2 20 16.899609 20.500781 16.599609 20.800781 C 16.299609 21.100781 16.000781 21.500391 15.800781 21.900391 C 15.200781 22.600391 14.8 23 14 23 C 13.9 23 13.900781 22.900391 13.800781 22.900391 C 13.900781 22.900391 13.9 22.800781 14 22.800781 C 15.1 21.900781 16 20.699609 16 19.099609 C 16 18.299609 15.800391 17.6 15.400391 17 C 15.000391 16.4 14.3 16 13.5 16 z M 13.400391 18 C 13.700391 18 13.700781 17.999219 13.800781 18.199219 C 13.900781 18.399219 14 18.699219 14 19.199219 C 14 19.799219 13.699219 20.400391 13.199219 20.900391 C 13.199219 20.600391 13 20.2 13 20 C 13 19.2 13.100781 18.600781 13.300781 18.300781 C 13.400781 18.100781 13.400391 18 13.400391 18 z\"/></svg></li><li title=\"file csv solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6 3 L 6 10 L 8 10 L 8 5 L 24 5 L 24 10 L 26 10 L 26 3 Z M 9.5 12 C 8.117188 12 7 13.117188 7 14.5 L 7 17.5 C 7 18.882813 8.117188 20 9.5 20 C 10.882813 20 12 18.882813 12 17.5 L 12 17 L 10 17 L 10 17.5 C 10 17.714844 9.714844 18 9.5 18 C 9.285156 18 9 17.714844 9 17.5 L 9 14.5 C 9 14.285156 9.285156 14 9.5 14 C 9.714844 14 10 14.285156 10 14.5 L 10 15 L 12 15 L 12 14.5 C 12 13.117188 10.882813 12 9.5 12 Z M 15.5 12 C 14.117188 12 13 13.117188 13 14.5 C 13 15.882813 14.117188 17 15.5 17 C 15.714844 17 16 17.285156 16 17.5 C 16 17.800781 15.882813 18 15.5 18 C 15.132813 18 15.074219 17.921875 15.0625 17.90625 C 15.050781 17.890625 15 17.828125 15 17.59375 L 13 17.59375 C 13 18.160156 13.164063 18.796875 13.625 19.28125 C 14.085938 19.765625 14.769531 20 15.5 20 C 16.917969 20 18 18.800781 18 17.5 C 18 16.117188 16.882813 15 15.5 15 C 15.285156 15 15 14.714844 15 14.5 C 15 14.285156 15.285156 14 15.5 14 C 15.765625 14 15.847656 14.0625 15.90625 14.125 C 15.964844 14.1875 16 14.292969 16 14.40625 L 18 14.40625 C 18 13.816406 17.785156 13.214844 17.34375 12.75 C 16.902344 12.285156 16.234375 12 15.5 12 Z M 19 12 L 19 13.15625 L 19.0625 13.3125 L 21.0625 19.3125 L 22 22.15625 L 22.9375 19.3125 L 24.9375 13.3125 L 25 13.15625 L 25 12 L 23 12 L 23 12.875 L 22 15.875 L 21 12.875 L 21 12 Z M 6 22 L 6 29 L 26 29 L 26 22 L 24 22 L 24 27 L 8 27 L 8 22 Z\"/></svg></li><li title=\"file download solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6 3 L 6 29 L 26 29 L 26 9.5996094 L 25.699219 9.3007812 L 19.699219 3.3007812 L 19.400391 3 L 6 3 z M 8 5 L 18 5 L 18 11 L 24 11 L 24 27 L 8 27 L 8 5 z M 20 6.4003906 L 22.599609 9 L 20 9 L 20 6.4003906 z M 15 13 L 15 18 L 12 18 L 16 22 L 20 18 L 17 18 L 17 13 L 15 13 z M 12 23 L 12 25 L 20 25 L 20 23 L 12 23 z\"/></svg></li><li title=\"file excel solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6 3 L 6 29 L 26 29 L 26 9.5996094 L 25.699219 9.3007812 L 19.699219 3.3007812 L 19.400391 3 L 6 3 z M 8 5 L 18 5 L 18 11 L 24 11 L 24 27 L 8 27 L 8 5 z M 20 6.4003906 L 22.599609 9 L 20 9 L 20 6.4003906 z M 11 13 L 14.800781 18.5 L 11 24 L 13.400391 24 L 16 20.199219 L 18.599609 24 L 21 24 L 17.199219 18.5 L 21 13 L 18.599609 13 L 16 16.800781 L 13.400391 13 L 11 13 z\"/></svg></li><li title=\"file excel \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6 3 L 6 29 L 26 29 L 26 9.5996094 L 25.699219 9.3007812 L 19.699219 3.3007812 L 19.400391 3 L 6 3 z M 8 5 L 18 5 L 18 11 L 24 11 L 24 27 L 8 27 L 8 5 z M 20 6.4003906 L 22.599609 9 L 20 9 L 20 6.4003906 z M 11 13 L 14.800781 18.5 L 11 24 L 13.400391 24 L 16 20.199219 L 18.599609 24 L 21 24 L 17.199219 18.5 L 21 13 L 18.599609 13 L 16 16.800781 L 13.400391 13 L 11 13 z\"/></svg></li><li title=\"file export solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6 4 L 6 28 L 26 28 L 26 20 L 24 22 L 24 26 L 8 26 L 8 6 L 24 6 L 24 10 L 26 12 L 26 4 Z M 22.40625 11 L 21 12.40625 L 23.5625 15 L 13.90625 15 L 13.90625 17 L 23.5625 17 L 21 19.59375 L 22.40625 21 L 26.71875 16.71875 L 27.40625 16 L 26.71875 15.28125 Z\"/></svg></li><li title=\"file image solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6 3 L 6 29 L 26 29 L 26 9.59375 L 25.71875 9.28125 L 19.71875 3.28125 L 19.40625 3 Z M 8 5 L 18 5 L 18 11 L 24 11 L 24 27 L 8 27 Z M 20 6.4375 L 22.5625 9 L 20 9 Z M 21.09375 14 C 20.542969 14 20.09375 14.449219 20.09375 15 C 20.09375 15.550781 20.542969 16 21.09375 16 C 21.644531 16 22.09375 15.550781 22.09375 15 C 22.09375 14.449219 21.644531 14 21.09375 14 Z M 14 15.59375 L 13.28125 16.28125 L 9.28125 20.28125 L 10.71875 21.71875 L 14 18.4375 L 16.28125 20.71875 L 17 21.40625 L 17.71875 20.71875 L 19 19.4375 L 21.28125 21.71875 L 22.71875 20.28125 L 19.71875 17.28125 L 19 16.59375 L 18.28125 17.28125 L 17 18.5625 L 14.71875 16.28125 Z\"/></svg></li><li title=\"file image \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6 3 L 6 29 L 26 29 L 26 9.59375 L 25.71875 9.28125 L 19.71875 3.28125 L 19.40625 3 Z M 8 5 L 18 5 L 18 11 L 24 11 L 24 27 L 8 27 Z M 20 6.4375 L 22.5625 9 L 20 9 Z M 21.09375 14 C 20.542969 14 20.09375 14.449219 20.09375 15 C 20.09375 15.550781 20.542969 16 21.09375 16 C 21.644531 16 22.09375 15.550781 22.09375 15 C 22.09375 14.449219 21.644531 14 21.09375 14 Z M 14 15.59375 L 13.28125 16.28125 L 9.28125 20.28125 L 10.71875 21.71875 L 14 18.4375 L 16.28125 20.71875 L 17 21.40625 L 17.71875 20.71875 L 19 19.4375 L 21.28125 21.71875 L 22.71875 20.28125 L 19.71875 17.28125 L 19 16.59375 L 18.28125 17.28125 L 17 18.5625 L 14.71875 16.28125 Z\"/></svg></li><li title=\"file import solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6 4 L 6 28 L 26 28 L 26 19 L 24 19 L 24 26 L 8 26 L 8 6 L 24 6 L 24 13 L 26 13 L 26 4 Z M 17.5 11 L 13.1875 15.28125 L 12.5 16 L 13.1875 16.71875 L 17.5 21 L 18.90625 19.59375 L 16.3125 17 L 28 17 L 28 15 L 16.3125 15 L 18.90625 12.40625 Z\"/></svg></li><li title=\"file invoice dollar solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6 3 L 6 29 L 22 29 L 22 27 L 8 27 L 8 5 L 18 5 L 18 11 L 24 11 L 24 13 L 26 13 L 26 9.5996094 L 25.699219 9.3007812 L 19.699219 3.3007812 L 19.400391 3 L 6 3 z M 20 6.4003906 L 22.599609 9 L 20 9 L 20 6.4003906 z M 10 13 L 10 15 L 22 15 L 22 13 L 10 13 z M 27 15 L 27 17 C 25.3 17.3 24 18.7 24 20.5 C 24 22.5 25.5 24 27.5 24 L 28.5 24 C 29.3 24 30 24.7 30 25.5 C 30 26.3 29.3 27 28.5 27 L 25 27 L 25 29 L 27 29 L 27 31 L 29 31 L 29 29 C 30.7 28.7 32 27.3 32 25.5 C 32 23.5 30.5 22 28.5 22 L 27.5 22 C 26.7 22 26 21.3 26 20.5 C 26 19.7 26.7 19 27.5 19 L 31 19 L 31 17 L 29 17 L 29 15 L 27 15 z M 10 18 L 10 20 L 17 20 L 17 18 L 10 18 z M 19 18 L 19 20 L 22 20 L 22 18 L 19 18 z M 10 22 L 10 24 L 17 24 L 17 22 L 10 22 z M 19 22 L 19 24 L 22 24 L 22 22 L 19 22 z\"/></svg></li><li title=\"file invoice solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6 3 L 6 29 L 26 29 L 26 9.5996094 L 25.699219 9.3007812 L 19.699219 3.3007812 L 19.400391 3 L 6 3 z M 8 5 L 18 5 L 18 11 L 24 11 L 24 27 L 8 27 L 8 5 z M 20 6.4003906 L 22.599609 9 L 20 9 L 20 6.4003906 z M 10 13 L 10 15 L 22 15 L 22 13 L 10 13 z M 10 18 L 10 20 L 17 20 L 17 18 L 10 18 z M 19 18 L 19 20 L 22 20 L 22 18 L 19 18 z M 10 22 L 10 24 L 17 24 L 17 22 L 10 22 z M 19 22 L 19 24 L 22 24 L 22 22 L 19 22 z\"/></svg></li><li title=\"file medical alt solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6 3 L 6 14 L 7.3671875 14 L 8 12.419922 L 8 5 L 18 5 L 18 11 L 24 11 L 24 27 L 8 27 L 8 21.246094 L 7.9472656 21.193359 L 6.7558594 20 L 6 20 L 6 29 L 26 29 L 26 9.59375 L 25.71875 9.28125 L 19.71875 3.28125 L 19.40625 3 L 6 3 z M 20 6.4375 L 22.5625 9 L 20 9 L 20 6.4375 z M 10.96875 10.386719 L 8.6328125 16.21875 L 8.4140625 16 L 2 16 L 2 18 L 7.5859375 18 L 9.3632812 19.78125 L 11.03125 15.613281 L 14.03125 22.613281 L 16.101562 17.4375 L 16.382812 18 L 18.269531 18 C 18.628531 18.617 19.286 19 20 19 C 21.105 19 22 18.105 22 17 C 22 15.895 21.105 15 20 15 C 19.285 15 18.624531 15.383 18.269531 16 L 17.617188 16 L 15.898438 12.5625 L 13.96875 17.386719 L 10.96875 10.386719 z\"/></svg></li><li title=\"file medical solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6 3 L 6 29 L 26 29 L 26 9.5996094 L 25.699219 9.3007812 L 19.699219 3.3007812 L 19.400391 3 L 6 3 z M 8 5 L 18 5 L 18 11 L 24 11 L 24 27 L 8 27 L 8 5 z M 20 6.4003906 L 22.599609 9 L 20 9 L 20 6.4003906 z M 15 14 L 15 17 L 12 17 L 12 19 L 15 19 L 15 22 L 17 22 L 17 19 L 20 19 L 20 17 L 17 17 L 17 14 L 15 14 z\"/></svg></li><li title=\"file pdf solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6 3 L 6 29 L 26 29 L 26 3 Z M 8 5 L 24 5 L 24 27 L 8 27 Z M 15.40625 10.34375 C 15.101563 10.339844 14.746094 10.449219 14.5 10.65625 C 14.246094 10.871094 14.132813 11.136719 14.0625 11.40625 C 13.925781 11.945313 13.964844 12.503906 14.09375 13.125 C 14.246094 13.851563 14.679688 14.726563 15.03125 15.5625 C 14.851563 16.324219 14.804688 17 14.53125 17.78125 C 14.296875 18.453125 13.996094 18.839844 13.71875 19.4375 C 13.089844 19.675781 12.339844 19.816406 11.84375 20.125 C 11.308594 20.457031 10.839844 20.824219 10.5625 21.34375 C 10.285156 21.863281 10.316406 22.597656 10.6875 23.125 C 10.871094 23.402344 11.113281 23.621094 11.4375 23.75 C 11.761719 23.878906 12.113281 23.882813 12.40625 23.78125 C 12.996094 23.578125 13.414063 23.125 13.8125 22.59375 C 14.183594 22.101563 14.445313 21.265625 14.78125 20.59375 C 15.285156 20.425781 15.648438 20.214844 16.1875 20.09375 C 16.75 19.96875 17.128906 20.027344 17.65625 19.96875 C 17.882813 20.226563 18.074219 20.640625 18.3125 20.84375 C 18.789063 21.257813 19.3125 21.585938 19.9375 21.625 C 20.5625 21.664063 21.1875 21.273438 21.53125 20.6875 L 21.5625 20.6875 L 21.5625 20.65625 C 21.714844 20.390625 21.820313 20.101563 21.8125 19.78125 C 21.804688 19.460938 21.644531 19.125 21.4375 18.90625 C 21.027344 18.46875 20.503906 18.355469 19.9375 18.28125 C 19.5 18.222656 18.890625 18.378906 18.375 18.40625 C 17.921875 17.808594 17.472656 17.359375 17.0625 16.59375 C 16.839844 16.179688 16.78125 15.828125 16.59375 15.40625 C 16.738281 14.726563 17.023438 13.96875 17.0625 13.375 C 17.109375 12.65625 17.082031 12.035156 16.875 11.46875 C 16.769531 11.183594 16.601563 10.902344 16.34375 10.6875 C 16.09375 10.480469 15.769531 10.351563 15.4375 10.34375 C 15.425781 10.34375 15.417969 10.34375 15.40625 10.34375 Z M 16.0625 17.75 C 16.242188 18.066406 16.464844 18.265625 16.65625 18.5625 C 16.375 18.613281 16.160156 18.5625 15.875 18.625 C 15.828125 18.636719 15.796875 18.675781 15.75 18.6875 C 15.808594 18.53125 15.882813 18.4375 15.9375 18.28125 C 16 18.097656 16.003906 17.933594 16.0625 17.75 Z M 19.75 19.78125 C 20.085938 19.824219 20.207031 19.886719 20.25 19.90625 C 20.242188 19.921875 20.261719 19.917969 20.25 19.9375 C 20.125 20.144531 20.113281 20.128906 20.03125 20.125 C 19.964844 20.121094 19.710938 19.984375 19.46875 19.8125 C 19.539063 19.816406 19.6875 19.773438 19.75 19.78125 Z M 12.75 21.34375 C 12.695313 21.425781 12.648438 21.617188 12.59375 21.6875 C 12.289063 22.09375 12.007813 22.28125 11.9375 22.3125 C 11.925781 22.296875 11.957031 22.3125 11.9375 22.28125 L 11.90625 22.28125 C 11.804688 22.136719 11.832031 22.195313 11.90625 22.0625 C 11.980469 21.929688 12.214844 21.660156 12.625 21.40625 C 12.65625 21.386719 12.71875 21.363281 12.75 21.34375 Z\"/></svg></li><li title=\"file pdf \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6 3 L 6 29 L 26 29 L 26 3 Z M 8 5 L 24 5 L 24 27 L 8 27 Z M 15.40625 10.34375 C 15.101563 10.339844 14.746094 10.449219 14.5 10.65625 C 14.246094 10.871094 14.132813 11.136719 14.0625 11.40625 C 13.925781 11.945313 13.964844 12.503906 14.09375 13.125 C 14.246094 13.851563 14.679688 14.726563 15.03125 15.5625 C 14.851563 16.324219 14.804688 17 14.53125 17.78125 C 14.296875 18.453125 13.996094 18.839844 13.71875 19.4375 C 13.089844 19.675781 12.339844 19.816406 11.84375 20.125 C 11.308594 20.457031 10.839844 20.824219 10.5625 21.34375 C 10.285156 21.863281 10.316406 22.597656 10.6875 23.125 C 10.871094 23.402344 11.113281 23.621094 11.4375 23.75 C 11.761719 23.878906 12.113281 23.882813 12.40625 23.78125 C 12.996094 23.578125 13.414063 23.125 13.8125 22.59375 C 14.183594 22.101563 14.445313 21.265625 14.78125 20.59375 C 15.285156 20.425781 15.648438 20.214844 16.1875 20.09375 C 16.75 19.96875 17.128906 20.027344 17.65625 19.96875 C 17.882813 20.226563 18.074219 20.640625 18.3125 20.84375 C 18.789063 21.257813 19.3125 21.585938 19.9375 21.625 C 20.5625 21.664063 21.1875 21.273438 21.53125 20.6875 L 21.5625 20.6875 L 21.5625 20.65625 C 21.714844 20.390625 21.820313 20.101563 21.8125 19.78125 C 21.804688 19.460938 21.644531 19.125 21.4375 18.90625 C 21.027344 18.46875 20.503906 18.355469 19.9375 18.28125 C 19.5 18.222656 18.890625 18.378906 18.375 18.40625 C 17.921875 17.808594 17.472656 17.359375 17.0625 16.59375 C 16.839844 16.179688 16.78125 15.828125 16.59375 15.40625 C 16.738281 14.726563 17.023438 13.96875 17.0625 13.375 C 17.109375 12.65625 17.082031 12.035156 16.875 11.46875 C 16.769531 11.183594 16.601563 10.902344 16.34375 10.6875 C 16.09375 10.480469 15.769531 10.351563 15.4375 10.34375 C 15.425781 10.34375 15.417969 10.34375 15.40625 10.34375 Z M 16.0625 17.75 C 16.242188 18.066406 16.464844 18.265625 16.65625 18.5625 C 16.375 18.613281 16.160156 18.5625 15.875 18.625 C 15.828125 18.636719 15.796875 18.675781 15.75 18.6875 C 15.808594 18.53125 15.882813 18.4375 15.9375 18.28125 C 16 18.097656 16.003906 17.933594 16.0625 17.75 Z M 19.75 19.78125 C 20.085938 19.824219 20.207031 19.886719 20.25 19.90625 C 20.242188 19.921875 20.261719 19.917969 20.25 19.9375 C 20.125 20.144531 20.113281 20.128906 20.03125 20.125 C 19.964844 20.121094 19.710938 19.984375 19.46875 19.8125 C 19.539063 19.816406 19.6875 19.773438 19.75 19.78125 Z M 12.75 21.34375 C 12.695313 21.425781 12.648438 21.617188 12.59375 21.6875 C 12.289063 22.09375 12.007813 22.28125 11.9375 22.3125 C 11.925781 22.296875 11.957031 22.3125 11.9375 22.28125 L 11.90625 22.28125 C 11.804688 22.136719 11.832031 22.195313 11.90625 22.0625 C 11.980469 21.929688 12.214844 21.660156 12.625 21.40625 C 12.65625 21.386719 12.71875 21.363281 12.75 21.34375 Z\"/></svg></li><li title=\"file powerpoint solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6 3 L 6 29 L 26 29 L 26 9.5996094 L 25.699219 9.3007812 L 19.699219 3.3007812 L 19.400391 3 L 6 3 z M 8 5 L 18 5 L 18 11 L 24 11 L 24 27 L 8 27 L 8 5 z M 20 6.4003906 L 22.599609 9 L 20 9 L 20 6.4003906 z M 13 13 L 13 15 L 17 15 C 18.2 15 19 15.8 19 17 C 19 18.2 18.2 19 17 19 C 15.8 19 15 18.2 15 17 L 13 17 L 13 24 L 15 24 L 15 20.400391 C 15.6 20.800391 16.3 21 17 21 C 19.2 21 21 19.2 21 17 C 21 14.8 19.2 13 17 13 L 13 13 z\"/></svg></li><li title=\"file powerpoint \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6 3 L 6 29 L 26 29 L 26 9.5996094 L 25.699219 9.3007812 L 19.699219 3.3007812 L 19.400391 3 L 6 3 z M 8 5 L 18 5 L 18 11 L 24 11 L 24 27 L 8 27 L 8 5 z M 20 6.4003906 L 22.599609 9 L 20 9 L 20 6.4003906 z M 13 13 L 13 15 L 17 15 C 18.2 15 19 15.8 19 17 C 19 18.2 18.2 19 17 19 C 15.8 19 15 18.2 15 17 L 13 17 L 13 24 L 15 24 L 15 20.400391 C 15.6 20.800391 16.3 21 17 21 C 19.2 21 21 19.2 21 17 C 21 14.8 19.2 13 17 13 L 13 13 z\"/></svg></li><li title=\"file prescription solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6 3 L 6 29 L 26 29 L 26 9.5996094 L 25.699219 9.3007812 L 19.699219 3.3007812 L 19.400391 3 L 6 3 z M 8 5 L 18 5 L 18 11 L 24 11 L 24 27 L 8 27 L 8 5 z M 20 6.4003906 L 22.599609 9 L 20 9 L 20 6.4003906 z M 11 11 L 11 20 L 13 20 L 13 17 L 13.599609 17 L 16.099609 21.400391 L 14 25 L 16 25 L 17 23.199219 L 18 25 L 20 25 L 18 21.400391 L 20 18 L 18 18 L 17 19.699219 L 15.300781 16.699219 C 16.300781 16.199219 16.900391 15.2 16.900391 14 C 16.900391 12.4 15.500391 11 13.900391 11 L 11 11 z M 13 13 L 14 13 C 14.6 13 15 13.4 15 14 C 15 14.6 14.6 15 14 15 L 13 15 L 13 13 z\"/></svg></li><li title=\"file signature solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6 3 L 6 29 L 26 29 L 26 9.5996094 L 25.699219 9.3007812 L 19.699219 3.3007812 L 19.400391 3 L 6 3 z M 8 5 L 18 5 L 18 11 L 24 11 L 24 27 L 8 27 L 8 5 z M 20 6.4003906 L 22.599609 9 L 20 9 L 20 6.4003906 z M 10 13 L 10 15 L 22 15 L 22 13 L 10 13 z M 13.5 16 C 12.6 16 11.9 16.600781 11.5 17.300781 C 11.1 18.000781 11 18.900391 11 19.900391 C 11 20.500391 11.200781 21.099219 11.300781 21.699219 C 10.900781 21.799219 10.5 22.099609 10 22.099609 L 10 24.099609 C 10.7 24.099609 11.4 24.000781 12 23.800781 C 12.1 24.000781 12.100781 24.100781 12.300781 24.300781 C 12.700781 24.700781 13.3 25 14 25 C 15.6 25 16.600781 23.899609 17.300781 23.099609 C 17.400781 22.899609 17.499609 22.799219 17.599609 22.699219 C 17.599609 22.799219 17.599219 22.9 17.699219 23 C 17.799219 23.2 17.899609 23.399609 18.099609 23.599609 C 18.299609 23.799609 18.7 24 19 24 C 19.6 24 19.999219 23.600391 20.199219 23.400391 C 20.399219 23.200391 20.600781 22.899219 20.800781 22.699219 C 21.200781 22.299219 21.500391 22 21.900391 22 L 21.900391 20 C 20.700391 20 19.800781 20.700781 19.300781 21.300781 C 19.300781 21.200781 19.299219 21.1 19.199219 21 C 19.099219 20.8 19.000781 20.600781 18.800781 20.300781 C 18.600781 20.000781 18.3 20 18 20 C 17.2 20 16.899609 20.500781 16.599609 20.800781 C 16.299609 21.100781 16.000781 21.500391 15.800781 21.900391 C 15.200781 22.600391 14.8 23 14 23 C 13.9 23 13.900781 22.900391 13.800781 22.900391 C 13.900781 22.900391 13.9 22.800781 14 22.800781 C 15.1 21.900781 16 20.699609 16 19.099609 C 16 18.299609 15.800391 17.6 15.400391 17 C 15.000391 16.4 14.3 16 13.5 16 z M 13.400391 18 C 13.700391 18 13.700781 17.999219 13.800781 18.199219 C 13.900781 18.399219 14 18.699219 14 19.199219 C 14 19.799219 13.699219 20.400391 13.199219 20.900391 C 13.199219 20.600391 13 20.2 13 20 C 13 19.2 13.100781 18.600781 13.300781 18.300781 C 13.400781 18.100781 13.400391 18 13.400391 18 z\"/></svg></li><li title=\"file solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6 3 L 6 29 L 26 29 L 26 9.59375 L 25.71875 9.28125 L 19.71875 3.28125 L 19.40625 3 Z M 8 5 L 18 5 L 18 11 L 24 11 L 24 27 L 8 27 Z M 20 6.4375 L 22.5625 9 L 20 9 Z\"/></svg></li><li title=\"file upload solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6 3 L 6 29 L 26 29 L 26 9.5996094 L 25.699219 9.3007812 L 19.699219 3.3007812 L 19.400391 3 L 6 3 z M 8 5 L 18 5 L 18 11 L 24 11 L 24 27 L 8 27 L 8 5 z M 20 6.4003906 L 22.599609 9 L 20 9 L 20 6.4003906 z M 16 13 L 12 17 L 15 17 L 15 22 L 17 22 L 17 17 L 20 17 L 16 13 z M 12 23 L 12 25 L 20 25 L 20 23 L 12 23 z\"/></svg></li><li title=\"file video solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6 3 L 6 29 L 26 29 L 26 9.59375 L 25.71875 9.28125 L 19.71875 3.28125 L 19.40625 3 Z M 8 5 L 18 5 L 18 11 L 24 11 L 24 27 L 8 27 Z M 20 6.4375 L 22.5625 9 L 20 9 Z M 13 13.21875 L 13 22.78125 L 14.5 21.84375 L 19.5 18.84375 L 20.9375 18 L 19.5 17.15625 L 14.5 14.15625 Z M 15 16.75 L 17.09375 18 L 15 19.25 Z\"/></svg></li><li title=\"file video \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6 3 L 6 29 L 26 29 L 26 9.59375 L 25.71875 9.28125 L 19.71875 3.28125 L 19.40625 3 Z M 8 5 L 18 5 L 18 11 L 24 11 L 24 27 L 8 27 Z M 20 6.4375 L 22.5625 9 L 20 9 Z M 13 13.21875 L 13 22.78125 L 14.5 21.84375 L 19.5 18.84375 L 20.9375 18 L 19.5 17.15625 L 14.5 14.15625 Z M 15 16.75 L 17.09375 18 L 15 19.25 Z\"/></svg></li><li title=\"file word solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6 3 L 6 29 L 26 29 L 26 3 Z M 8 5 L 24 5 L 24 27 L 8 27 Z M 18 12 L 18 18.5 C 18 18.714844 17.714844 19 17.5 19 C 17.457031 19 17.519531 19.046875 17.4375 18.9375 C 17.355469 18.828125 17.230469 18.550781 17.15625 18.25 C 17.007813 17.652344 17 17 17 17 L 17 15 L 15 15 L 15 19.5 C 15 19.714844 14.714844 20 14.5 20 C 14.285156 20 14 19.714844 14 19.5 L 14 13 L 10 13 L 10 15 L 12 15 L 12 19.5 C 12 20.882813 13.117188 22 14.5 22 C 15.484375 22 16.1875 21.355469 16.59375 20.53125 C 16.894531 20.71875 17.113281 21 17.5 21 C 18.882813 21 20 19.882813 20 18.5 L 20 14 L 22 14 L 22 12 Z\"/></svg></li><li title=\"file word \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6 3 L 6 29 L 26 29 L 26 3 Z M 8 5 L 24 5 L 24 27 L 8 27 Z M 18 12 L 18 18.5 C 18 18.714844 17.714844 19 17.5 19 C 17.457031 19 17.519531 19.046875 17.4375 18.9375 C 17.355469 18.828125 17.230469 18.550781 17.15625 18.25 C 17.007813 17.652344 17 17 17 17 L 17 15 L 15 15 L 15 19.5 C 15 19.714844 14.714844 20 14.5 20 C 14.285156 20 14 19.714844 14 19.5 L 14 13 L 10 13 L 10 15 L 12 15 L 12 19.5 C 12 20.882813 13.117188 22 14.5 22 C 15.484375 22 16.1875 21.355469 16.59375 20.53125 C 16.894531 20.71875 17.113281 21 17.5 21 C 18.882813 21 20 19.882813 20 18.5 L 20 14 L 22 14 L 22 12 Z\"/></svg></li><li title=\"file \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6 3 L 6 29 L 26 29 L 26 9.59375 L 25.71875 9.28125 L 19.71875 3.28125 L 19.40625 3 Z M 8 5 L 18 5 L 18 11 L 24 11 L 24 27 L 8 27 Z M 20 6.4375 L 22.5625 9 L 20 9 Z\"/></svg></li><li title=\"fill drip solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 11.300781 3.3007812 L 9.9003906 4.6992188 L 11.699219 6.5 L 4.8007812 13.400391 C 3.6007812 14.600391 3.6007813 16.499219 4.8007812 17.699219 L 4.9003906 17.800781 L 11.199219 24.099609 C 12.399219 25.299609 14.3 25.299609 15.5 24.099609 L 23.099609 16.5 L 23.800781 15.800781 L 14.099609 6.0996094 L 13.300781 5.3007812 L 13.099609 5.0996094 L 11.300781 3.3007812 z M 13.099609 7.9003906 L 21 15.800781 L 18.800781 18 L 7.8984375 18 L 6.1992188 16.300781 C 5.7992187 15.900781 5.7992187 15.200781 6.1992188 14.800781 L 13.099609 7.9003906 z M 25 19.300781 L 24.199219 20.5 C 24.199219 20.5 23.699609 21.299219 23.099609 22.199219 C 22.799609 22.699219 22.600391 23.099609 22.400391 23.599609 C 22.200391 24.099609 22 24.4 22 25 C 22 26.6 23.4 28 25 28 C 26.6 28 28 26.6 28 25 C 28 24.4 27.799609 24 27.599609 23.5 C 27.399609 23 27.100391 22.499609 26.900391 22.099609 C 26.400391 21.199609 25.800781 20.400391 25.800781 20.400391 L 25 19.300781 z\"/></svg></li><li title=\"fill solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 11.3125 3.28125 L 9.90625 4.71875 L 11.6875 6.5 L 4.78125 13.40625 C 3.597656 14.589844 3.597656 16.535156 4.78125 17.71875 L 4.84375 17.78125 L 11.1875 24.09375 C 12.371094 25.277344 14.316406 25.277344 15.5 24.09375 L 23.09375 16.5 L 23.8125 15.8125 L 14.09375 6.09375 L 13.3125 5.28125 L 13.09375 5.09375 Z M 13.125 7.9375 L 21 15.8125 L 14.09375 22.6875 C 13.675781 23.105469 13.011719 23.105469 12.59375 22.6875 L 6.21875 16.28125 C 5.800781 15.863281 5.800781 15.230469 6.21875 14.8125 Z M 25 19.25 L 24.1875 20.4375 C 24.1875 20.4375 23.648438 21.191406 23.125 22.09375 C 22.863281 22.546875 22.617188 23.019531 22.40625 23.5 C 22.195313 23.980469 22 24.421875 22 25 C 22 26.644531 23.355469 28 25 28 C 26.644531 28 28 26.644531 28 25 C 28 24.421875 27.804688 23.980469 27.59375 23.5 C 27.382813 23.019531 27.136719 22.546875 26.875 22.09375 C 26.351563 21.191406 25.8125 20.4375 25.8125 20.4375 Z M 25 22.875 C 25.066406 22.984375 25.058594 22.976563 25.125 23.09375 C 25.363281 23.503906 25.617188 23.941406 25.78125 24.3125 C 25.945313 24.683594 26 25.027344 26 25 C 26 25.554688 25.554688 26 25 26 C 24.445313 26 24 25.554688 24 25 C 24 25.027344 24.054688 24.683594 24.21875 24.3125 C 24.382813 23.941406 24.636719 23.503906 24.875 23.09375 C 24.941406 22.976563 24.933594 22.984375 25 22.875 Z\"/></svg></li><li title=\"film solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 4 4 L 4 28 L 28 28 L 28 4 Z M 6 6 L 8 6 L 8 7 L 10 7 L 10 6 L 22 6 L 22 7 L 24 7 L 24 6 L 26 6 L 26 26 L 24 26 L 24 25 L 22 25 L 22 26 L 10 26 L 10 25 L 8 25 L 8 26 L 6 26 Z M 8 9 L 8 11 L 10 11 L 10 9 Z M 22 9 L 22 11 L 24 11 L 24 9 Z M 8 13 L 8 15 L 10 15 L 10 13 Z M 22 13 L 22 15 L 24 15 L 24 13 Z M 8 17 L 8 19 L 10 19 L 10 17 Z M 22 17 L 22 19 L 24 19 L 24 17 Z M 8 21 L 8 23 L 10 23 L 10 21 Z M 22 21 L 22 23 L 24 23 L 24 21 Z\"/></svg></li><li title=\"filter solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 4 L 5 6.34375 L 5.21875 6.625 L 13 16.34375 L 13 28 L 14.59375 26.8125 L 18.59375 23.8125 L 19 23.5 L 19 16.34375 L 26.78125 6.625 L 27 6.34375 L 27 4 Z M 7.28125 6 L 24.71875 6 L 17.53125 15 L 14.46875 15 Z M 15 17 L 17 17 L 17 22.5 L 15 24 Z\"/></svg></li><li title=\"fingerprint solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 15.738281 4 15.503906 4.015625 15.25 4.03125 C 13.84375 4.109375 12.46875 4.398438 11.1875 4.90625 L 11.9375 6.78125 C 13.015625 6.351563 14.152344 6.097656 15.34375 6.03125 C 15.550781 6.019531 15.773438 6 16 6 C 17.882813 6 19.664063 6.476563 21.21875 7.3125 L 22.15625 5.5625 C 20.320313 4.574219 18.21875 4 16 4 Z M 9.5 5.71875 C 8.324219 6.398438 7.242188 7.273438 6.3125 8.3125 C 5.898438 8.773438 5.535156 9.292969 5.1875 9.8125 C 4.804688 10.382813 4.472656 10.980469 4.1875 11.59375 L 6 12.40625 C 6.238281 11.890625 6.519531 11.394531 6.84375 10.90625 C 7.136719 10.464844 7.464844 10.042969 7.8125 9.65625 C 8.605469 8.769531 9.511719 8.042969 10.5 7.46875 Z M 23.96875 6.71875 L 22.75 8.3125 C 25.191406 10.207031 26.789063 13.09375 26.96875 16.40625 C 26.972656 16.46875 27.015625 17.015625 26.96875 17.9375 L 28.96875 18.0625 C 29.019531 17.058594 28.976563 16.398438 28.96875 16.28125 C 28.757813 12.378906 26.851563 8.953125 23.96875 6.71875 Z M 16 7 L 16 9 C 20.25 9 23.769531 12.3125 24 16.5625 C 24.007813 16.675781 24.128906 19.628906 23 23.1875 L 24.90625 23.78125 C 26.144531 19.878906 26.015625 16.75 26 16.46875 C 25.714844 11.175781 21.292969 7 16 7 Z M 14.15625 7.15625 C 12.003906 7.550781 10.050781 8.652344 8.5625 10.3125 C 8.242188 10.667969 7.925781 11.066406 7.65625 11.46875 L 7.6875 11.46875 L 7.6875 11.5 C 6.519531 13.261719 5.902344 15.300781 6 17.40625 C 6 17.425781 6 17.449219 6 17.46875 L 6 17.96875 L 8 18.03125 L 8 17.375 C 7.910156 15.660156 8.382813 14 9.34375 12.5625 C 9.554688 12.242188 9.777344 11.9375 10.03125 11.65625 C 11.230469 10.316406 12.8125 9.441406 14.53125 9.125 Z M 15.59375 10 C 14.003906 10.085938 12.523438 10.722656 11.34375 11.78125 L 12.65625 13.28125 C 13.503906 12.519531 14.582031 12.0625 15.71875 12 C 15.824219 11.992188 15.902344 12 16 12 C 16.582031 12 17.140625 12.097656 17.65625 12.28125 L 18.34375 10.40625 C 17.617188 10.148438 16.808594 10 16 10 C 15.855469 10 15.730469 9.992188 15.59375 10 Z M 19.875 11.15625 L 18.78125 12.84375 C 20.050781 13.691406 20.910156 15.078125 21 16.71875 L 23 16.625 C 22.875 14.34375 21.652344 12.339844 19.875 11.15625 Z M 15.78125 13 C 14.726563 13.058594 13.738281 13.554688 13.03125 14.34375 C 12.324219 15.132813 11.941406 16.160156 12 17.21875 C 12 17.214844 12.050781 18.34375 11.59375 19.65625 C 11.136719 20.96875 10.222656 22.449219 8.25 23.40625 C 8.25 23.40625 7.957031 23.539063 7.625 23.6875 C 7.292969 23.835938 6.875 24.007813 6.78125 24.03125 L 7.21875 25.96875 C 7.664063 25.867188 8.09375 25.667969 8.46875 25.5 C 8.84375 25.332031 9.125 25.1875 9.125 25.1875 C 11.625 23.976563 12.886719 21.980469 13.46875 20.3125 C 14.050781 18.644531 14.007813 17.316406 14 17.125 L 14 17.09375 C 13.96875 16.554688 14.136719 16.058594 14.5 15.65625 C 14.863281 15.25 15.347656 15.027344 15.875 15 C 15.925781 14.996094 15.964844 15 16 15 L 16 13 C 15.917969 13 15.851563 12.996094 15.78125 13 Z M 10.15625 13.125 C 9.328125 14.363281 8.925781 15.839844 9 17.34375 C 9 17.355469 9 17.363281 9 17.375 C 9.003906 17.457031 9.089844 19.640625 6.9375 20.6875 C 6.890625 20.707031 6.144531 21 5 21 L 5 23 C 6.566406 23 7.75 22.53125 7.75 22.53125 L 7.78125 22.53125 L 7.8125 22.5 C 11.035156 20.9375 11.003906 17.460938 11 17.28125 L 11 17.25 C 10.941406 16.160156 11.25 15.140625 11.84375 14.25 Z M 17.90625 13.46875 L 16.9375 15.25 C 17.53125 15.570313 17.960938 16.152344 18 16.875 C 18.007813 17.039063 18.285156 23.261719 13.375 27.21875 L 14.625 28.78125 C 20.34375 24.175781 20.027344 17.25 20 16.78125 C 19.925781 15.351563 19.097656 14.109375 17.90625 13.46875 Z M 16 16 C 15.449219 16 15 16.449219 15 17 C 15 17.023438 15 17.042969 15 17.0625 C 15 17.0625 15.117188 19.121094 14.09375 21.4375 L 15.90625 22.25 C 17.089844 19.574219 17.007813 17.171875 17 17 C 17 16.976563 17 16.957031 17 16.9375 C 16.964844 16.414063 16.53125 16 16 16 Z M 20.96875 17.9375 C 20.84375 19.96875 20.203125 24.132813 17.25 27.625 L 18.75 28.90625 C 22.113281 24.933594 22.828125 20.347656 22.96875 18.0625 Z M 13.5625 22.5 C 12.761719 23.847656 11.523438 25.144531 9.5625 26.09375 L 10.4375 27.90625 C 12.757813 26.78125 14.308594 25.136719 15.28125 23.5 Z\"/></svg></li><li title=\"fire alt solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16.798828 4.390625 L 13.802734 9.3867188 L 11.953125 7.5390625 L 11.25 8.3378906 C 7.767 12.285891 6 15.873 6 19 C 6 23.962 10.486 28 16 28 C 21.514 28 26 23.962 26 19 C 26 14.238 20.803078 8.3660625 17.705078 5.2890625 L 16.798828 4.390625 z M 17.191406 7.6230469 C 19.767406 10.309047 24 15.288 24 19 C 24 21.391212 22.620267 23.5043 20.523438 24.767578 C 20.822014 24.054088 21 23.267477 21 22.429688 C 21 20.048687 19.315344 17.224391 17.902344 15.275391 L 17.058594 14.109375 L 14.84375 17.431641 L 13.4375 16.025391 L 12.777344 17.115234 C 11.598344 19.061234 11 20.848688 11 22.429688 C 11 23.267477 11.177986 24.054088 11.476562 24.767578 C 9.3797333 23.5043 8 21.391212 8 19 C 8 16.611 9.3976406 13.676703 12.056641 10.470703 L 14.197266 12.613281 L 17.191406 7.6230469 z M 17.103516 17.648438 C 18.333516 19.565437 19 21.233687 19 22.429688 C 19 24.398688 17.654 26 16 26 C 14.346 26 13 24.398688 13 22.429688 C 13 21.507688 13.290234 20.45225 13.865234 19.28125 L 15.15625 20.570312 L 17.103516 17.648438 z\"/></svg></li><li title=\"fire extinguisher solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 14.707031 4 13.605469 4.84375 13.1875 6 L 12 6 C 9.253906 6 7 8.253906 7 11 L 9 11 C 9 9.34375 10.34375 8 12 8 L 13 8 L 13 10.46875 C 12.679688 10.707031 12.265625 11.046875 11.78125 11.53125 C 10.953125 12.359375 10 13.5 10 15 L 10 28 L 22 28 L 22 15 C 22 13.5 21.046875 12.359375 20.21875 11.53125 C 19.734375 11.046875 19.320313 10.707031 19 10.46875 L 19 10.1875 L 23.84375 11 L 25 11.1875 L 25 4.8125 L 23.84375 5 L 18.75 5.84375 C 18.292969 4.769531 17.234375 4 16 4 Z M 16 6 C 16.554688 6 17 6.445313 17 7 L 17 10 L 15 10 L 15 7 C 15 6.445313 15.445313 6 16 6 Z M 23 7.1875 L 23 8.8125 L 19 8.125 L 19 7.875 Z M 14.375 12 L 17.625 12 C 17.777344 12.105469 18.203125 12.390625 18.78125 12.96875 C 19.453125 13.640625 20 14.5 20 15 L 20 26 L 12 26 L 12 15 C 12 14.5 12.546875 13.640625 13.21875 12.96875 C 13.796875 12.390625 14.222656 12.105469 14.375 12 Z M 14 17 L 14 19 L 18 19 L 18 17 Z\"/></svg></li><li title=\"fire solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 14.375 3 L 14.1875 3.78125 C 13.886719 5.128906 11.953125 7.347656 9.96875 10.0625 C 7.984375 12.777344 6 16.160156 6 20.40625 C 6 22.410156 6.613281 24.550781 8.125 26.21875 C 9.636719 27.886719 12.046875 29 15.3125 29 C 15.457031 29 15.578125 28.972656 15.71875 28.96875 C 15.8125 28.972656 15.902344 29 16 29 C 16.304688 29 16.589844 28.964844 16.875 28.9375 C 16.960938 28.929688 17.039063 28.914063 17.125 28.90625 C 20.472656 28.628906 22.695313 27.597656 24.0625 26.0625 C 25.667969 24.261719 26 21.976563 26 20 C 26 15.535156 23.429688 11.382813 20.9375 8.3125 C 18.445313 5.242188 15.9375 3.21875 15.9375 3.21875 L 15.65625 3 Z M 15.5 5.5 C 16.308594 6.210938 17.671875 7.496094 19.375 9.59375 C 21.726563 12.492188 24 16.332031 24 20 C 24 21.753906 23.691406 23.453125 22.5625 24.71875 C 22.320313 24.992188 22.027344 25.257813 21.6875 25.5 C 22.226563 23.941406 22.109375 22.167969 21.75 20.40625 C 21.339844 18.394531 20.5625 16.375 19.8125 14.75 C 19.0625 13.125 18.421875 11.976563 17.875 11.34375 L 17.59375 11 L 15.65625 11 L 16.03125 12.28125 C 17.078125 15.683594 16.527344 18 15.9375 18.6875 C 15.644531 19.03125 15.515625 19.0625 15.21875 18.96875 C 14.921875 18.875 14.386719 18.488281 13.875 17.53125 L 13.125 16.125 L 12.1875 17.40625 C 10.316406 19.925781 9.597656 22.6875 10.21875 25 C 10.273438 25.203125 10.359375 25.402344 10.4375 25.59375 C 10.140625 25.367188 9.863281 25.136719 9.625 24.875 C 8.507813 23.644531 8 22 8 20.40625 C 8 16.785156 9.703125 13.835938 11.59375 11.25 C 13.132813 9.144531 14.632813 7.367188 15.5 5.5 Z M 18.5625 17.21875 C 19.027344 18.394531 19.53125 19.582031 19.78125 20.8125 C 20.144531 22.601563 20.136719 24.238281 19.625 25.28125 C 19.242188 26.0625 18.648438 26.636719 17.4375 26.875 C 17.304688 26.902344 17.148438 26.917969 17 26.9375 C 16.6875 26.964844 16.34375 26.988281 16 27 C 15.910156 27 15.835938 27.003906 15.75 27 C 13.585938 26.929688 12.546875 25.964844 12.15625 24.5 C 11.832031 23.292969 12.253906 21.609375 13.15625 19.90625 C 13.601563 20.367188 14.074219 20.703125 14.625 20.875 C 15.644531 21.195313 16.78125 20.804688 17.46875 20 C 18.058594 19.308594 18.40625 18.351563 18.5625 17.21875 Z\"/></svg></li><li title=\"firefox \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 26.816406 12.625 C 26.765625 13.1875 26.5 13.796875 26.5 13.796875 C 26.46875 12.535156 26.28125 11.410156 25.933594 10.421875 C 25.933594 10.417969 25.929688 10.40625 25.925781 10.398438 C 25.652344 9.625 25.285156 8.933594 24.824219 8.324219 C 25.039063 9.167969 25.148438 9.824219 25.152344 10.300781 C 24.734375 8.824219 22.722656 5.175781 15.945313 5.949219 C 16.960938 5.949219 17.933594 6.117188 18.851563 6.414063 C 18.703125 6.40625 18.558594 6.394531 18.40625 6.390625 C 19.859375 6.800781 20.789063 7.464844 20.914063 7.773438 C 20.378906 7.675781 19.898438 7.710938 19.472656 7.878906 C 22.519531 9.078125 23.96875 10.507813 23.800781 12.160156 C 23.578125 11.816406 23.28125 11.585938 22.902344 11.472656 C 23.371094 13.285156 23.417969 14.78125 23.039063 15.964844 C 22.78125 15.175781 22.542969 14.707031 22.328125 14.539063 C 22.625 16.96875 22.226563 18.765625 21.132813 19.9375 C 21.339844 19.222656 21.421875 18.636719 21.375 18.175781 C 20.191406 20.054688 18.480469 21.15625 16.992188 21.15625 C 14.902344 21.15625 13.550781 20.097656 12.867188 19.414063 C 13.03125 19.425781 13.195313 19.433594 13.355469 19.433594 C 15.921875 19.433594 16.6875 17.925781 17.394531 17.925781 C 17.488281 17.925781 17.578125 17.949219 17.664063 17.988281 C 17.921875 17.953125 18.054688 17.832031 18.054688 17.660156 C 18.054688 17.273438 17.226563 16.605469 16.339844 16.605469 C 15.304688 16.605469 15.078125 17.308594 14.023438 17.308594 C 12.703125 17.308594 11.527344 15.496094 11.527344 15.496094 C 11.527344 15.019531 11.757813 14.710938 12.164063 14.648438 C 12.050781 14.636719 13.144531 14.789063 13.734375 14.960938 C 13.832031 14.398438 13.703125 13.796875 13.347656 13.191406 C 13.347656 13.1875 14.191406 12.398438 14.8125 12.066406 C 15 11.96875 15.105469 11.816406 15.144531 11.617188 C 15.195313 11.589844 15.246094 11.5 15.246094 11.410156 C 15.246094 11.324219 15.1875 11.246094 15.074219 11.175781 C 13.277344 11.324219 13.144531 10.300781 12.460938 9.90625 C 12.660156 8.621094 13.570313 7.863281 14.15625 7.46875 C 13.066406 7.605469 12.082031 8.089844 11.207031 8.929688 C 10.738281 8.53125 8.625 8.386719 8.101563 8.648438 C 7.769531 8.226563 7.53125 7.566406 7.394531 6.667969 C 6.601563 7.441406 6.21875 8.832031 6.242188 10.835938 C 6.199219 10.894531 5 12.40625 5 13.484375 C 5 13.601563 5.011719 13.757813 5.035156 13.835938 L 5.679688 13.3125 C 5.445313 13.898438 5.164063 14.78125 5.164063 15.988281 C 5.164063 20.449219 9.078125 26.15625 15.996094 26.15625 C 24.472656 26.15625 27 19.140625 27 14.117188 C 27 13.523438 26.941406 13.015625 26.816406 12.625 Z\"/></svg></li><li title=\"first aid solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 14 5 C 12.90625 5 12 5.90625 12 7 L 12 8 L 6 8 C 4.355469 8 3 9.355469 3 11 L 3 26 L 29 26 L 29 11 C 29 9.355469 27.644531 8 26 8 L 20 8 L 20 7 C 20 5.90625 19.09375 5 18 5 Z M 14 7 L 18 7 L 18 8 L 14 8 Z M 6 10 L 26 10 C 26.566406 10 27 10.433594 27 11 L 27 24 L 5 24 L 5 11 C 5 10.433594 5.433594 10 6 10 Z M 15 13 L 15 16 L 12 16 L 12 18 L 15 18 L 15 21 L 17 21 L 17 18 L 20 18 L 20 16 L 17 16 L 17 13 Z\"/></svg></li><li title=\"first order alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.817 3 3 8.817 3 16 C 3 23.183 8.817 29 16 29 C 23.183 29 29 23.183 29 16 C 29 8.817 23.183 3 16 3 z M 16 4 C 22.63 4 28 9.37 28 16 C 28 22.63 22.63 28 16 28 C 9.37 28 4 22.63 4 16 C 4 9.37 9.37 4 16 4 z M 16 5 C 9.926 5 5 9.926 5 16 C 5 22.074 9.926 27 16 27 C 22.074 27 27 22.074 27 16 C 27 9.926 22.074 5 16 5 z M 16 6 C 21.523 6 26 10.477 26 16 C 26 21.523 21.523 26 16 26 C 10.477 26 6 21.523 6 16 C 6 10.477 10.477 6 16 6 z M 15.990234 7 C 15.575234 7 15.168719 7.0289375 14.761719 7.0859375 L 14.984375 10.890625 L 13.728516 7.2890625 C 12.926516 7.4920625 12.164219 7.8115625 11.449219 8.2265625 L 13.130859 11.693359 L 10.570312 8.8144531 C 9.9133125 9.3164531 9.3242656 9.8957344 8.8222656 10.552734 L 11.701172 13.121094 L 8.234375 11.441406 C 7.819375 12.155406 7.4991094 12.918938 7.2871094 13.710938 L 10.929688 14.986328 L 7.0859375 14.763672 C 7.0279375 15.169672 6.9980469 15.575 6.9980469 16 C 6.9980469 16.415 7.0271719 16.821563 7.0761719 17.226562 L 10.919922 17.003906 L 7.2890625 18.269531 C 7.4920625 19.071531 7.8115625 19.833828 8.2265625 20.548828 L 11.693359 18.867188 L 8.8144531 21.427734 C 9.3164531 22.084734 9.9055 22.673781 10.5625 23.175781 L 13.121094 20.296875 L 11.441406 23.763672 C 12.156406 24.188672 12.918703 24.498938 13.720703 24.710938 L 14.986328 21.060547 L 14.763672 24.912109 C 15.168672 24.970109 15.575234 25 15.990234 25 C 16.415234 25 16.819609 24.970156 17.224609 24.910156 L 17.003906 21.039062 L 18.277344 24.708984 C 19.069344 24.496984 19.831875 24.178672 20.546875 23.763672 L 18.867188 20.296875 L 21.425781 23.164062 C 22.081781 22.672062 22.672062 22.082781 23.164062 21.425781 L 20.296875 18.867188 L 23.763672 20.537109 C 24.179672 19.832109 24.496219 19.061531 24.699219 18.269531 L 21.068359 17.003906 L 24.902344 17.226562 C 24.960344 16.821563 24.990234 16.415 24.990234 16 C 24.990234 15.575 24.960391 15.170625 24.900391 14.765625 L 21.058594 14.986328 L 24.699219 13.722656 C 24.487219 12.920656 24.168906 12.158359 23.753906 11.443359 L 20.285156 13.123047 L 23.164062 10.564453 C 22.662063 9.9084531 22.082781 9.3181719 21.425781 8.8261719 L 18.867188 11.693359 L 20.537109 8.2265625 C 19.832109 7.8205625 19.071531 7.5010625 18.269531 7.2890625 L 17.003906 10.921875 L 17.226562 7.0878906 C 16.820562 7.0298906 16.415234 7 15.990234 7 z\"/></svg></li><li title=\"first order \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 2 L 4 9 L 4 23 L 16 30 L 28 23 L 28 9 L 16 2 z M 16 3 L 27 9.4882812 L 27 22.488281 L 16 29 L 5 22.488281 L 5 9.4882812 L 16 3 z M 16 4 L 6 10 L 6 22 L 16 28 L 26 22 L 26 10 L 16 4 z M 16 6.9472656 C 20.956 6.9472656 25 10.991 25 16 C 25 20.988 20.956 25.042969 16 25.042969 C 11.022 25.042969 7 20.988 7 16 C 7 10.991 11.022 6.9472656 16 6.9472656 z M 16.001953 8 C 15.645953 8 15.268828 8.029125 14.923828 8.078125 L 15.111328 11.460938 L 14.003906 8.2460938 C 13.291906 8.4340938 12.619094 8.7218906 11.996094 9.0878906 L 13.480469 12.173828 L 11.214844 9.6113281 C 10.640844 10.056328 10.116875 10.571063 9.671875 11.164062 L 12.212891 13.449219 L 9.1484375 11.955078 C 8.7924375 12.568078 8.4944063 13.240891 8.3164062 13.962891 L 11.541016 15.099609 L 8.1289062 14.892578 C 8.0799062 15.248578 8.0605469 15.624 8.0605469 16 C 8.0605469 16.376 8.0908594 16.731891 8.1308594 17.087891 L 11.53125 16.890625 L 8.3183594 18.027344 C 8.4963594 18.739344 8.7824375 19.411922 9.1484375 20.044922 L 12.214844 18.550781 L 9.6621094 20.824219 C 10.106109 21.408219 10.621844 21.942187 11.214844 22.367188 L 13.470703 19.816406 L 11.986328 22.902344 C 12.599328 23.267344 13.272141 23.553953 13.994141 23.751953 L 15.111328 20.509766 L 14.912109 23.921875 C 15.268109 23.970875 15.645953 24 16.001953 24 C 16.376953 24 16.732891 23.969922 17.087891 23.919922 L 16.888672 20.46875 L 18.025391 23.742188 C 18.737391 23.545187 19.410203 23.268578 20.033203 22.892578 L 18.550781 19.816406 L 20.804688 22.367188 C 21.398687 21.922187 21.912656 21.407219 22.347656 20.824219 L 19.806641 18.550781 L 22.873047 20.033203 C 23.229047 19.410203 23.525125 18.739812 23.703125 18.007812 L 20.490234 16.890625 L 23.882812 17.087891 C 23.931813 16.731891 23.951172 16.376 23.951172 16 C 23.951172 15.624 23.931812 15.248578 23.882812 14.892578 L 20.480469 15.099609 L 23.693359 13.972656 C 23.505359 13.260656 23.239281 12.568078 22.863281 11.955078 L 19.798828 13.447266 L 22.339844 11.164062 C 21.894844 10.580062 21.380641 10.056328 20.806641 9.6113281 L 18.542969 12.171875 L 20.015625 9.0976562 C 19.402625 8.7326563 18.729813 8.4440938 18.007812 8.2460938 L 16.890625 11.480469 L 17.089844 8.078125 C 16.733844 8.019125 16.377953 8 16.001953 8 z\"/></svg></li><li title=\"firstdraft \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 7 4 L 7 22 L 13 22 L 13 16 L 19 16 L 19 10 L 25 10 L 25 4 L 7 4 z M 21 12 L 21 18 L 15 18 L 15 24 L 7 24 L 7 25 L 15 25 L 16 25 L 16 19 L 21 19 L 22 19 L 22 13 L 25 13 L 25 12 L 21 12 z M 24 15 L 24 21 L 18 21 L 18 27 L 10 27 L 10 28 L 18 28 L 19 28 L 19 22 L 24 22 L 25 22 L 25 15 L 24 15 z M 21 24 L 21 28 L 22 28 L 22 25 L 25 25 L 25 24 L 21 24 z\"/></svg></li><li title=\"fish solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 10.5 6 L 11.0625 7.375 C 11.414063 8.230469 11.890625 10.367188 11.78125 11.375 C 10.417969 12.214844 9.582031 13.035156 8.9375 13.71875 C 8.148438 13.082031 6.589844 12 4 12 L 3 12 L 3 13 C 3 14.914063 3.691406 16.46875 3.9375 17 C 3.6875 17.527344 3 19.027344 3 21 L 3 22 L 4 22 C 6.570313 22 8.148438 20.914063 8.9375 20.28125 C 10.121094 21.5 11.808594 22.785156 13.9375 23.75 C 13.84375 24.371094 13.769531 25.238281 14.03125 26.25 L 14.21875 27 L 15 27 C 16.234375 27 17.296875 26.386719 18.15625 25.84375 C 18.859375 25.398438 19.199219 25.085938 19.375 24.9375 C 23.351563 24.796875 25.890625 22.652344 27.25 20.53125 C 28.65625 18.339844 29 16.15625 29 16.15625 L 29.03125 15.90625 L 28.9375 15.65625 C 28.9375 15.65625 26.648438 9.367188 20.4375 9.0625 C 19.777344 8.261719 18.855469 7.597656 17.5625 7.0625 C 16.035156 6.429688 14.113281 6 12 6 Z M 13.40625 8.125 C 14.667969 8.265625 15.847656 8.519531 16.78125 8.90625 C 18.058594 9.433594 18.949219 10.191406 19.15625 10.53125 L 19.4375 11 L 20 11 C 24.996094 11 26.792969 15.730469 26.9375 16.125 C 26.867188 16.492188 26.578125 17.886719 25.5625 19.46875 C 24.402344 21.277344 22.523438 23 19 23 L 18.625 23 L 18.34375 23.25 C 18.34375 23.25 17.816406 23.699219 17.09375 24.15625 C 16.714844 24.394531 16.390625 24.4375 16 24.59375 C 16.039063 24.136719 16 23.46875 16 23.46875 L 16.21875 22.59375 L 15.40625 22.3125 C 12.929688 21.367188 10.824219 19.585938 9.75 18.34375 L 9.0625 17.53125 L 8.3125 18.28125 C 8.3125 18.28125 6.980469 19.214844 5.25 19.65625 C 5.507813 18.484375 5.90625 17.4375 5.90625 17.4375 L 6.125 17 L 5.90625 16.5625 C 5.90625 16.5625 5.472656 15.414063 5.21875 14.1875 C 7.0625 14.59375 8.3125 15.71875 8.3125 15.71875 L 9.0625 16.46875 L 9.75 15.65625 C 10.644531 14.644531 13.054688 12.125 16.59375 11.65625 L 16.3125 9.6875 C 15.355469 9.8125 14.519531 10.089844 13.71875 10.40625 C 13.667969 9.566406 13.625 8.84375 13.40625 8.125 Z M 22.5 15 C 21.671875 15 21 15.671875 21 16.5 C 21 17.328125 21.671875 18 22.5 18 C 23.328125 18 24 17.328125 24 16.5 C 24 15.671875 23.328125 15 22.5 15 Z\"/></svg></li><li title=\"fist raised solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 6 C 14.9375 6 14.003906 6.5625 13.46875 7.40625 C 13.03125 7.15625 12.535156 7 12 7 C 10.355469 7 9 8.355469 9 10 L 9 13.65625 L 8.875 13.8125 C 8.800781 13.898438 8.730469 13.976563 8.65625 14.0625 C 8.144531 14.660156 7.65625 15.292969 7.21875 15.9375 L 6.90625 16.34375 C 6.480469 16.894531 6.21875 17.535156 6.09375 18.1875 C 6.078125 18.261719 6.042969 18.332031 6.03125 18.40625 C 5.855469 19.652344 6.226563 20.949219 7.09375 21.9375 L 9.46875 24.625 C 10.796875 26.136719 12.707031 27 14.71875 27 L 20 27 C 23.855469 27 27 23.855469 27 20 L 27 11 C 27 9.355469 25.644531 8 24 8 C 23.464844 8 22.96875 8.15625 22.53125 8.40625 C 21.996094 7.5625 21.0625 7 20 7 C 19.464844 7 18.96875 7.15625 18.53125 7.40625 C 17.996094 6.5625 17.0625 6 16 6 Z M 16 8 C 16.566406 8 17 8.433594 17 9 L 17 11.1875 C 16.683594 11.074219 16.351563 11 16 11 L 15 11 L 15 9 C 15 8.433594 15.433594 8 16 8 Z M 12 9 C 12.566406 9 13 9.433594 13 10 L 13 11 L 11.59375 11 L 11.3125 11.28125 C 11.3125 11.28125 11.085938 11.511719 11 11.59375 L 11 10 C 11 9.433594 11.433594 9 12 9 Z M 20 9 C 20.566406 9 21 9.433594 21 10 L 21 13 C 21 13.566406 20.566406 14 20 14 C 19.433594 14 19 13.566406 19 13 L 19 10 C 19 9.433594 19.433594 9 20 9 Z M 24 10 C 24.566406 10 25 10.433594 25 11 L 25 13 C 25 13.566406 24.566406 14 24 14 C 23.433594 14 23 13.566406 23 13 L 23 11 C 23 10.433594 23.433594 10 24 10 Z M 12.4375 13 L 16 13 C 16.5625 13 17 13.4375 17 14 C 17 14.5625 16.5625 15 16 15 L 12.875 15 L 12.59375 15.375 L 10.25 18.34375 L 11.8125 19.59375 L 13.65625 17.28125 C 14.015625 17.449219 14.425781 17.699219 14.875 18.0625 C 15.941406 18.929688 17 20.347656 17 23 L 19 23 C 19 20.132813 17.855469 18.15625 16.59375 16.9375 C 17.402344 16.769531 18.101563 16.273438 18.53125 15.59375 C 18.96875 15.84375 19.464844 16 20 16 C 20.765625 16 21.46875 15.699219 22 15.21875 C 22.53125 15.699219 23.234375 16 24 16 C 24.351563 16 24.683594 15.925781 25 15.8125 L 25 20 C 25 22.773438 22.773438 25 20 25 L 14.71875 25 C 13.28125 25 11.917969 24.394531 10.96875 23.3125 L 8.59375 20.59375 C 8.164063 20.105469 7.964844 19.507813 8 18.90625 C 8 18.898438 8.027344 18.832031 8.03125 18.8125 C 8.035156 18.78125 8.027344 18.75 8.03125 18.71875 C 8.078125 18.5 8.230469 18.078125 8.5625 17.53125 C 8.605469 17.460938 8.671875 17.382813 8.71875 17.3125 L 10.1875 15.375 C 11.292969 14.082031 12.214844 13.210938 12.4375 13 Z\"/></svg></li><li title=\"flag checkered solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 4 L 5 28 L 7 28 L 7 20 L 27 20 L 27 4 Z M 7 6 L 10 6 L 10 9 L 13 9 L 13 6 L 16 6 L 16 9 L 19 9 L 19 6 L 22 6 L 22 9 L 25 9 L 25 12 L 22 12 L 22 15 L 25 15 L 25 18 L 22 18 L 22 15 L 19 15 L 19 18 L 16 18 L 16 15 L 13 15 L 13 18 L 10 18 L 10 15 L 7 15 L 7 12 L 10 12 L 10 9 L 7 9 Z M 10 12 L 10 15 L 13 15 L 13 12 Z M 13 12 L 16 12 L 16 9 L 13 9 Z M 16 12 L 16 15 L 19 15 L 19 12 Z M 19 12 L 22 12 L 22 9 L 19 9 Z\"/></svg></li><li title=\"flag solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 29 L 7 29 L 7 19 L 15 19 L 15 22 L 27 22 L 27 8 L 17 8 L 17 5 Z M 7 7 L 15 7 L 15 17 L 7 17 Z M 17 10 L 25 10 L 25 20 L 17 20 Z\"/></svg></li><li title=\"flag usa solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 3 7 L 3 17 L 15 17 L 17 17 L 29 17 L 29 15 L 17 15 L 17 13 L 29 13 L 29 11 L 17 11 L 17 9 L 29 9 L 29 7 L 17 7 L 15 7 L 3 7 z M 5 8 C 5.552 8 6 8.448 6 9 C 6 9.552 5.552 10 5 10 C 4.448 10 4 9.552 4 9 C 4 8.448 4.448 8 5 8 z M 9 8 C 9.552 8 10 8.448 10 9 C 10 9.552 9.552 10 9 10 C 8.448 10 8 9.552 8 9 C 8 8.448 8.448 8 9 8 z M 13 8 C 13.552 8 14 8.448 14 9 C 14 9.552 13.552 10 13 10 C 12.448 10 12 9.552 12 9 C 12 8.448 12.448 8 13 8 z M 7 11 C 7.552 11 8 11.448 8 12 C 8 12.552 7.552 13 7 13 C 6.448 13 6 12.552 6 12 C 6 11.448 6.448 11 7 11 z M 11 11 C 11.552 11 12 11.448 12 12 C 12 12.552 11.552 13 11 13 C 10.448 13 10 12.552 10 12 C 10 11.448 10.448 11 11 11 z M 15 11 C 15.552 11 16 11.448 16 12 C 16 12.552 15.552 13 15 13 C 14.448 13 14 12.552 14 12 C 14 11.448 14.448 11 15 11 z M 5 14 C 5.552 14 6 14.448 6 15 C 6 15.552 5.552 16 5 16 C 4.448 16 4 15.552 4 15 C 4 14.448 4.448 14 5 14 z M 9 14 C 9.552 14 10 14.448 10 15 C 10 15.552 9.552 16 9 16 C 8.448 16 8 15.552 8 15 C 8 14.448 8.448 14 9 14 z M 13 14 C 13.552 14 14 14.448 14 15 C 14 15.552 13.552 16 13 16 C 12.448 16 12 15.552 12 15 C 12 14.448 12.448 14 13 14 z M 3 19 L 3 21 L 29 21 L 29 19 L 3 19 z M 3 23 L 3 25 L 29 25 L 29 23 L 3 23 z\"/></svg></li><li title=\"flag \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 29 L 7 29 L 7 19 L 15 19 L 15 22 L 27 22 L 27 8 L 17 8 L 17 5 Z M 7 7 L 15 7 L 15 17 L 7 17 Z M 17 10 L 25 10 L 25 20 L 17 20 Z\"/></svg></li><li title=\"flask solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 17 0 C 16.449219 0 16 0.449219 16 1 C 16 1.550781 16.449219 2 17 2 C 17.550781 2 18 1.550781 18 1 C 18 0.449219 17.550781 0 17 0 Z M 14 3 C 13.449219 3 13 3.449219 13 4 L 10 4 L 10 6 L 11 6 L 11 13.65625 L 4.84375 21.59375 C 4.300781 22.292969 4 23.148438 4 24.03125 C 4 26.214844 5.785156 28 7.96875 28 L 24.03125 28 C 26.214844 28 28 26.214844 28 24.03125 C 28 23.148438 27.699219 22.292969 27.15625 21.59375 L 21 13.65625 L 21 6 L 22 6 L 22 4 L 15 4 C 15 3.449219 14.550781 3 14 3 Z M 13 6 L 19 6 L 19 14.34375 L 21.84375 18 L 10.15625 18 L 13 14.34375 Z M 17 10 C 16.449219 10 16 10.449219 16 11 C 16 11.550781 16.449219 12 17 12 C 17.550781 12 18 11.550781 18 11 C 18 10.449219 17.550781 10 17 10 Z M 8.59375 20 L 23.40625 20 L 25.59375 22.8125 C 25.863281 23.160156 26 23.59375 26 24.03125 C 26 25.136719 25.136719 26 24.03125 26 L 7.96875 26 C 6.863281 26 6 25.136719 6 24.03125 C 6 23.59375 6.136719 23.160156 6.40625 22.8125 Z\"/></svg></li><li title=\"flickr \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 8 5 C 6.355469 5 5 6.355469 5 8 L 5 24 C 5 25.644531 6.355469 27 8 27 L 24 27 C 25.644531 27 27 25.644531 27 24 L 27 8 C 27 6.355469 25.644531 5 24 5 Z M 8 7 L 24 7 C 24.566406 7 25 7.433594 25 8 L 25 24 C 25 24.566406 24.566406 25 24 25 L 8 25 C 7.433594 25 7 24.566406 7 24 L 7 8 C 7 7.433594 7.433594 7 8 7 Z M 11.5 12.5 C 9.566406 12.5 8 14.066406 8 16 C 8 17.933594 9.566406 19.5 11.5 19.5 C 13.433594 19.5 15 17.933594 15 16 C 15 14.066406 13.433594 12.5 11.5 12.5 Z M 20.5 12.5 C 18.566406 12.5 17 14.066406 17 16 C 17 17.933594 18.566406 19.5 20.5 19.5 C 22.433594 19.5 24 17.933594 24 16 C 24 14.066406 22.433594 12.5 20.5 12.5 Z\"/></svg></li><li title=\"flipboard \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 L 5 5 z M 7 7 L 25 7 L 25 25 L 7 25 L 7 7 z M 9 9 L 9 23 L 15 23 L 15 19 L 19 19 L 19 15 L 23 15 L 23 9 L 9 9 z M 11 11 L 21 11 L 21 13 L 17 13 L 17 17 L 13 17 L 13 21 L 11 21 L 11 11 z\"/></svg></li><li title=\"flushed solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 8.832 23.168 3 16 3 z M 16 5 C 22.065 5 27 9.935 27 16 C 27 22.065 22.065 27 16 27 C 9.935 27 5 22.065 5 16 C 5 9.935 9.935 5 16 5 z M 11.5 8 C 8.467 8 6 10.467 6 13.5 C 6 16.533 8.467 19 11.5 19 C 13.360625 19 15.00426 18.068344 16 16.650391 C 16.99574 18.068344 18.639375 19 20.5 19 C 23.533 19 26 16.533 26 13.5 C 26 10.467 23.533 8 20.5 8 C 18.639375 8 16.99574 8.9316558 16 10.349609 C 15.00426 8.9316558 13.360625 8 11.5 8 z M 11.5 10 C 13.43 10 15 11.57 15 13.5 C 15 15.43 13.43 17 11.5 17 C 9.57 17 8 15.43 8 13.5 C 8 11.57 9.57 10 11.5 10 z M 20.5 10 C 22.43 10 24 11.57 24 13.5 C 24 15.43 22.43 17 20.5 17 C 18.57 17 17 15.43 17 13.5 C 17 11.57 18.57 10 20.5 10 z M 11.5 12 A 1.5 1.5 0 0 0 11.5 15 A 1.5 1.5 0 0 0 11.5 12 z M 20.5 12 A 1.5 1.5 0 0 0 20.5 15 A 1.5 1.5 0 0 0 20.5 12 z M 12 21 L 12 23 L 20 23 L 20 21 L 12 21 z\"/></svg></li><li title=\"flushed \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 8.832 23.168 3 16 3 z M 16 5 C 22.065 5 27 9.935 27 16 C 27 22.065 22.065 27 16 27 C 9.935 27 5 22.065 5 16 C 5 9.935 9.935 5 16 5 z M 11.5 8 C 8.467 8 6 10.467 6 13.5 C 6 16.533 8.467 19 11.5 19 C 13.360625 19 15.00426 18.068344 16 16.650391 C 16.99574 18.068344 18.639375 19 20.5 19 C 23.533 19 26 16.533 26 13.5 C 26 10.467 23.533 8 20.5 8 C 18.639375 8 16.99574 8.9316558 16 10.349609 C 15.00426 8.9316558 13.360625 8 11.5 8 z M 11.5 10 C 13.43 10 15 11.57 15 13.5 C 15 15.43 13.43 17 11.5 17 C 9.57 17 8 15.43 8 13.5 C 8 11.57 9.57 10 11.5 10 z M 20.5 10 C 22.43 10 24 11.57 24 13.5 C 24 15.43 22.43 17 20.5 17 C 18.57 17 17 15.43 17 13.5 C 17 11.57 18.57 10 20.5 10 z M 11.5 12 A 1.5 1.5 0 0 0 11.5 15 A 1.5 1.5 0 0 0 11.5 12 z M 20.5 12 A 1.5 1.5 0 0 0 20.5 15 A 1.5 1.5 0 0 0 20.5 12 z M 12 21 L 12 23 L 20 23 L 20 21 L 12 21 z\"/></svg></li><li title=\"fly \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 15.839844 4 15.6875 4.023438 15.53125 4.03125 C 10.832031 4.261719 7 7.847656 7 12.34375 C 7 15.292969 8.789063 17.882813 10.46875 19.75 C 12.148438 21.617188 13.8125 22.8125 13.8125 22.8125 L 14.09375 23 L 17.90625 23 L 18.1875 22.8125 C 18.1875 22.8125 19.851563 21.617188 21.53125 19.75 C 23.210938 17.882813 25 15.292969 25 12.34375 C 25 7.835938 21.152344 4.246094 16.4375 4.03125 C 16.289063 4.011719 16.148438 4 16 4 Z M 16 6 C 16.273438 6 17.113281 6.3125 17.78125 7.15625 C 18.449219 8 19 9.328125 19 11.21875 C 19 15.535156 16.726563 20.230469 16.34375 21 L 15.65625 21 C 15.273438 20.226563 13 15.515625 13 11.21875 C 13 9.398438 13.574219 8.054688 14.25 7.1875 C 14.925781 6.320313 15.757813 6 16 6 Z M 11.90625 7.21875 C 11.367188 8.308594 11 9.640625 11 11.21875 C 11 14.101563 11.863281 17.050781 12.6875 19.21875 C 12.441406 18.96875 12.207031 18.703125 11.9375 18.40625 C 10.417969 16.714844 9 14.449219 9 12.34375 C 9 10.242188 10.144531 8.375 11.90625 7.21875 Z M 20.15625 7.25 C 21.886719 8.410156 23 10.261719 23 12.34375 C 23 14.449219 21.582031 16.714844 20.0625 18.40625 C 19.800781 18.699219 19.554688 18.945313 19.3125 19.1875 C 20.128906 17.027344 21 14.089844 21 11.21875 C 21 9.648438 20.667969 8.328125 20.15625 7.25 Z M 14 25 L 14 28 L 18 28 L 18 25 Z\"/></svg></li><li title=\"folder minus solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6 3 L 6 4 L 6 28 L 6 29 L 7 29 L 25 29 L 26 29 L 26 28 L 26 15.4375 L 27.71875 13.71875 L 28 13.40625 L 28 13 L 28 4 L 28 3 L 27 3 L 24 3 L 23 3 L 7 3 L 6 3 z M 8 5 L 22 5 L 22 13 L 22 13.40625 L 22.28125 13.71875 L 24 15.4375 L 24 27 L 8 27 L 8 5 z M 24 5 L 26 5 L 26 12.5625 L 25 13.5625 L 24 12.5625 L 24 5 z M 12 15 L 12 17 L 20 17 L 20 15 L 12 15 z\"/></svg></li><li title=\"folder open solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 3 L 5 27.8125 L 5.78125 27.96875 L 17.78125 30.46875 L 19 30.71875 L 19 28 L 25 28 L 25 15.4375 L 26.71875 13.71875 L 27 13.40625 L 27 3 Z M 14.125 5 L 25 5 L 25 12.5625 L 23.28125 14.28125 L 23 14.59375 L 23 26 L 19 26 L 19 17.09375 L 18.71875 16.78125 L 17 15.0625 L 17 5.71875 Z M 7 5.28125 L 15 7.28125 L 15 15.90625 L 15.28125 16.21875 L 17 17.9375 L 17 28.28125 L 7 26.1875 Z\"/></svg></li><li title=\"folder open \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 3 L 5 27.8125 L 5.78125 27.96875 L 17.78125 30.46875 L 19 30.71875 L 19 28 L 25 28 L 25 15.4375 L 26.71875 13.71875 L 27 13.40625 L 27 3 Z M 14.125 5 L 25 5 L 25 12.5625 L 23.28125 14.28125 L 23 14.59375 L 23 26 L 19 26 L 19 17.09375 L 18.71875 16.78125 L 17 15.0625 L 17 5.71875 Z M 7 5.28125 L 15 7.28125 L 15 15.90625 L 15.28125 16.21875 L 17 17.9375 L 17 28.28125 L 7 26.1875 Z\"/></svg></li><li title=\"folder plus solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6 3 L 6 4 L 6 28 L 6 29 L 7 29 L 25 29 L 26 29 L 26 28 L 26 15.4375 L 27.71875 13.71875 L 28 13.40625 L 28 13 L 28 4 L 28 3 L 27 3 L 24 3 L 23 3 L 7 3 L 6 3 z M 8 5 L 22 5 L 22 13 L 22 13.40625 L 22.28125 13.71875 L 24 15.4375 L 24 27 L 8 27 L 8 5 z M 24 5 L 26 5 L 26 12.5625 L 25 13.5625 L 24 12.5625 L 24 5 z M 15 12 L 15 15 L 12 15 L 12 17 L 15 17 L 15 20 L 17 20 L 17 17 L 20 17 L 20 15 L 17 15 L 17 12 L 15 12 z\"/></svg></li><li title=\"folder solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6 3 L 6 29 L 26 29 L 26 15.4375 L 27.71875 13.71875 L 28 13.40625 L 28 3 Z M 8 5 L 22 5 L 22 13.40625 L 22.28125 13.71875 L 24 15.4375 L 24 27 L 8 27 Z M 24 5 L 26 5 L 26 12.5625 L 25 13.5625 L 24 12.5625 Z\"/></svg></li><li title=\"folder \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6 3 L 6 29 L 26 29 L 26 15.4375 L 27.71875 13.71875 L 28 13.40625 L 28 3 Z M 8 5 L 22 5 L 22 13.40625 L 22.28125 13.71875 L 24 15.4375 L 24 27 L 8 27 Z M 24 5 L 26 5 L 26 12.5625 L 25 13.5625 L 24 12.5625 Z\"/></svg></li><li title=\"font awesome alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 L 5 5 z M 7 7 L 25 7 L 25 25 L 7 25 L 7 7 z M 12.5 9 A 1.5 1.5 0 0 0 11.001953 10.5 C 11.001953 10.5 11 10.5 11 10.5 L 11 22 C 11 22.552 11.448 23 12 23 C 12.552 23 13 22.552 13 22 L 13 17.744141 C 13.781734 17.455705 14.645201 17.234375 15.478516 17.234375 C 17.057516 17.234375 17.669375 18.050781 18.984375 18.050781 C 19.923375 18.050781 20.798234 17.732859 21.615234 17.380859 C 21.820234 17.292859 21.996094 17.205 21.996094 17 L 22.001953 17 L 22.001953 11.380859 C 22.001953 11.175859 21.795547 11 21.560547 11 C 21.266547 11 20.039687 11.787109 18.929688 11.787109 C 18.699688 11.787109 18.494062 11.757922 18.289062 11.669922 C 17.296062 11.292922 16.420547 11 15.310547 11 C 14.820777 11 14.31913 11.077205 13.828125 11.195312 A 1.5 1.5 0 0 0 12.5 9 z\"/></svg></li><li title=\"font awesome flag \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 9 4 C 7.346 4 6 5.346 6 7 C 6 8.3016094 6.8387486 9.4021391 8 9.8164062 L 8 11.304688 L 8 23.207031 L 8 27.023438 C 8 27.563438 8.4365625 28 8.9765625 28 L 9.0234375 28 C 9.5634375 28 10 27.563437 10 27.023438 L 10 22.228516 C 10.334707 21.839756 11.138423 21.046875 13.445312 21.046875 C 14.669313 21.046875 15.670422 21.473781 16.732422 21.925781 C 17.769422 22.367781 18.841891 22.824219 20.087891 22.824219 C 22.446891 22.824219 24.049375 21.584688 24.734375 21.054688 L 24.886719 20.939453 C 25.437719 20.540453 26 19.996 26 19 L 26 10.675781 C 26 9.7677812 25.221828 9 24.298828 9 C 23.803828 9 23.440406 9.2865937 22.941406 9.6835938 C 22.279406 10.207594 21.280891 11 20.087891 11 C 19.272891 11 18.477688 10.619734 17.554688 10.177734 C 16.403687 9.6257344 15.098359 9 13.443359 9 C 12.308257 9 11.421687 9.1883393 10.712891 9.4570312 C 11.489071 8.9141824 12 8.0167802 12 7 C 12 5.346 10.654 4 9 4 z M 9 6 C 9.552 6 10 6.449 10 7 C 10 7.551 9.552 8 9 8 C 8.448 8 8 7.551 8 7 C 8 6.449 8.448 6 9 6 z M 13.443359 11 C 14.645359 11 15.638406 11.476469 16.691406 11.980469 C 17.736406 12.482469 18.817891 13 20.087891 13 C 21.842891 13 23.158047 12.054484 23.998047 11.396484 L 23.998047 19.066406 C 23.997047 19.070406 23.952984 19.145266 23.708984 19.322266 L 23.509766 19.474609 C 22.942766 19.912609 21.762891 20.824219 20.087891 20.824219 C 19.249891 20.824219 18.446625 20.482937 17.515625 20.085938 C 16.372625 19.597938 15.076359 19.044922 13.443359 19.044922 C 11.891359 19.044922 10.786 19.358 10 19.75 L 10 12.361328 C 10.345 11.905328 11.132359 11 13.443359 11 z\"/></svg></li><li title=\"font awesome \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 L 5 5 z M 7 7 L 25 7 L 25 25 L 7 25 L 7 7 z M 12.5 9 A 1.5 1.5 0 0 0 11.001953 10.5 C 11.001953 10.5 11 10.5 11 10.5 L 11 22 C 11 22.552 11.448 23 12 23 C 12.552 23 13 22.552 13 22 L 13 17.744141 C 13.781734 17.455705 14.645201 17.234375 15.478516 17.234375 C 17.057516 17.234375 17.669375 18.050781 18.984375 18.050781 C 19.923375 18.050781 20.798234 17.732859 21.615234 17.380859 C 21.820234 17.292859 21.996094 17.205 21.996094 17 L 22.001953 17 L 22.001953 11.380859 C 22.001953 11.175859 21.795547 11 21.560547 11 C 21.266547 11 20.039687 11.787109 18.929688 11.787109 C 18.699688 11.787109 18.494062 11.757922 18.289062 11.669922 C 17.296062 11.292922 16.420547 11 15.310547 11 C 14.820777 11 14.31913 11.077205 13.828125 11.195312 A 1.5 1.5 0 0 0 12.5 9 z\"/></svg></li><li title=\"font solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 15 6 L 8 26 L 10 26 L 12.09375 20 L 19.90625 20 L 22 26 L 24 26 L 17 6 Z M 16 8.84375 L 19.1875 18 L 12.8125 18 Z\"/></svg></li><li title=\"fonticons fi \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 Z M 7 7 L 25 7 L 25 25 L 7 25 Z M 19.71875 8.90625 L 19.03125 10.1875 L 17.78125 10.1875 L 17.625 10.625 L 18.625 11.6875 L 18.21875 13.1875 C 18.21875 13.1875 18.507813 13.539063 18.53125 13.53125 C 18.554688 13.523438 19.9375 12.75 19.9375 12.75 L 21.3125 13.53125 L 21.6875 13.1875 L 21.25 11.6875 L 22.25 10.59375 L 22.03125 10.1875 L 20.8125 10.1875 L 20.125 8.90625 Z M 14.375 10.71875 C 10.871094 10.71875 10.96875 13.375 10.96875 13.375 L 10.96875 14.75 L 9.6875 14.75 L 9.6875 16.4375 L 10.9375 16.4375 L 10.9375 21.8125 L 9.6875 21.96875 L 9.6875 23.125 L 15.5625 23.125 C 15.546875 23.144531 15.5625 22 15.5625 22 L 13.46875 21.78125 L 13.46875 16.4375 L 15.96875 16.4375 L 16.46875 14.75 L 13.46875 14.75 L 13.46875 13 C 13.46875 13 13.636719 12.25 14.28125 12.25 C 14.925781 12.25 15.03125 12.84375 15.03125 12.84375 L 15.03125 13.34375 L 17.28125 13.03125 C 17.28125 13.03125 17.703125 10.71875 14.375 10.71875 Z M 17.8125 14.78125 L 17.4375 16.0625 L 18.625 16.40625 C 18.769531 16.445313 18.875 16.570313 18.875 16.71875 L 18.875 21.5 C 18.875 21.65625 18.75 21.78125 18.59375 21.8125 L 17.65625 22 L 17.65625 23.125 L 22.21875 23.125 L 22.21875 22.03125 L 21.6875 21.9375 C 21.53125 21.910156 21.40625 21.753906 21.40625 21.59375 L 21.40625 14.78125 Z\"/></svg></li><li title=\"fonticons \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 Z M 7 7 L 25 7 L 25 25 L 7 25 Z M 19.71875 8.90625 L 19.03125 10.1875 L 17.78125 10.1875 L 17.625 10.625 L 18.625 11.6875 L 18.21875 13.1875 C 18.21875 13.1875 18.507813 13.539063 18.53125 13.53125 C 18.554688 13.523438 19.9375 12.75 19.9375 12.75 L 21.3125 13.53125 L 21.6875 13.1875 L 21.25 11.6875 L 22.25 10.59375 L 22.03125 10.1875 L 20.8125 10.1875 L 20.125 8.90625 Z M 14.375 10.71875 C 10.871094 10.71875 10.96875 13.375 10.96875 13.375 L 10.96875 14.75 L 9.6875 14.75 L 9.6875 16.4375 L 10.9375 16.4375 L 10.9375 21.8125 L 9.6875 21.96875 L 9.6875 23.125 L 15.5625 23.125 C 15.546875 23.144531 15.5625 22 15.5625 22 L 13.46875 21.78125 L 13.46875 16.4375 L 15.96875 16.4375 L 16.46875 14.75 L 13.46875 14.75 L 13.46875 13 C 13.46875 13 13.636719 12.25 14.28125 12.25 C 14.925781 12.25 15.03125 12.84375 15.03125 12.84375 L 15.03125 13.34375 L 17.28125 13.03125 C 17.28125 13.03125 17.703125 10.71875 14.375 10.71875 Z M 17.8125 14.78125 L 17.4375 16.0625 L 18.625 16.40625 C 18.769531 16.445313 18.875 16.570313 18.875 16.71875 L 18.875 21.5 C 18.875 21.65625 18.75 21.78125 18.59375 21.8125 L 17.65625 22 L 17.65625 23.125 L 22.21875 23.125 L 22.21875 22.03125 L 21.6875 21.9375 C 21.53125 21.910156 21.40625 21.753906 21.40625 21.59375 L 21.40625 14.78125 Z\"/></svg></li><li title=\"football ball solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 21.03125 4 C 20.292969 4.015625 19.515625 4.085938 18.71875 4.21875 C 15.53125 4.75 11.960938 6.28125 9.09375 9.09375 C 6.277344 11.964844 4.75 15.550781 4.21875 18.75 C 3.6875 21.949219 3.996094 24.808594 5.59375 26.40625 C 7.183594 27.996094 10.046875 28.332031 13.25 27.8125 C 16.453125 27.292969 20.035156 25.777344 22.90625 22.90625 C 25.726563 20.085938 27.25 16.515625 27.78125 13.3125 C 28.3125 10.109375 28.007813 7.230469 26.4375 5.59375 L 26.40625 5.59375 L 26.40625 5.5625 C 25.589844 4.78125 24.441406 4.335938 23.125 4.125 C 22.464844 4.019531 21.769531 3.984375 21.03125 4 Z M 21.03125 6.03125 C 21.664063 6.03125 22.257813 6.070313 22.78125 6.15625 C 23.808594 6.328125 24.578125 6.640625 24.96875 7 C 24.976563 7.007813 24.992188 7.023438 25 7.03125 C 25.722656 7.816406 26.277344 10.199219 25.8125 13 C 25.34375 15.824219 23.980469 19.019531 21.5 21.5 C 18.96875 24.03125 15.757813 25.386719 12.9375 25.84375 C 10.117188 26.300781 7.710938 25.710938 7 25 C 6.296875 24.296875 5.71875 21.886719 6.1875 19.0625 C 6.65625 16.238281 8.015625 13.03125 10.5 10.5 C 13.03125 8.015625 16.21875 6.65625 19.03125 6.1875 C 19.734375 6.070313 20.398438 6.03125 21.03125 6.03125 Z M 21.28125 9.28125 L 19 11.5625 L 17.21875 9.78125 L 15.78125 11.21875 L 17.5625 13 L 16 14.5625 L 14.21875 12.78125 L 12.78125 14.21875 L 14.5625 16 L 13 17.5625 L 11.21875 15.78125 L 9.78125 17.21875 L 11.5625 19 L 9.28125 21.28125 L 10.71875 22.71875 L 13 20.4375 L 14.78125 22.21875 L 16.21875 20.78125 L 14.4375 19 L 16 17.4375 L 17.78125 19.21875 L 19.21875 17.78125 L 17.4375 16 L 19 14.4375 L 20.78125 16.21875 L 22.21875 14.78125 L 20.4375 13 L 22.71875 10.71875 Z\"/></svg></li><li title=\"fort awesome alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 15.5 3 C 8.607 3 3 8.607 3 15.5 C 3 22.393 8.607 28 15.5 28 C 22.393 28 28 22.393 28 15.5 C 28 8.607 22.393 3 15.5 3 z M 15.5 5 C 21.29 5 26 9.71 26 15.5 C 26 21.29 21.29 26 15.5 26 C 9.71 26 5 21.29 5 15.5 C 5 9.71 9.71 5 15.5 5 z M 15 8 L 15 12 L 15 13 L 14 13 L 14 12 L 13 12 L 13 13 L 12 13 L 12 12 L 11 12 L 11 18 L 9 18 L 9 17 L 8 17 L 8 18 L 8 19.490234 C 9.206 21.746234 11.4 23.393375 14 23.859375 L 14 20.5 C 14 19.675 14.675 19 15.5 19 C 16.325 19 17 19.675 17 20.5 L 17 23.859375 C 19.6 23.394375 21.794 21.747234 23 19.490234 L 23 18 L 23 17 L 22 17 L 22 18 L 20 18 L 20 12 L 19 12 L 19 13 L 18 13 L 18 12 L 17 12 L 17 13 L 16 13 L 16 12 L 16 10 C 16 10 16.390391 9.7695312 16.900391 9.7695312 C 17.400391 9.7695312 17.679844 10 18.089844 10 C 18.639844 10 19 9.7695312 19 9.7695312 L 19 8 C 19 8 18.639844 8.2304688 18.089844 8.2304688 C 17.679844 8.2304688 17.400391 8 16.900391 8 C 16.390391 8 16 8.2304688 16 8.2304688 L 16 8 L 15 8 z M 13 15 L 14 15 L 14 17 L 13 17 L 13 15 z M 17 15 L 18 15 L 18 17 L 17 17 L 17 15 z\"/></svg></li><li title=\"fort awesome \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 15.5 4 C 15.225 4 15 4.225 15 4.5 L 15 10 L 15 11.5 L 15 12 L 13 12 L 13 10 L 11 10 L 11 12 L 8.9941406 12 L 8.9941406 10 L 7 10 L 7 19 L 5 19 L 5 17 L 3 17 L 3 27 L 13 27 L 13 24 C 13 22.343 14.343 21 16 21 C 17.657 21 19 22.343 19 24 L 19 27 L 29 27 L 29 17 L 27 17 L 27 19 L 25 19 L 25 10 L 22.994141 10 L 22.994141 12 L 21 12 L 21 10 L 19 10 L 19 12 L 17 12 L 17 10 L 16 10 L 16 7.90625 C 16.275 7.80625 16.725391 7.6779687 17.275391 7.6679688 C 18.037391 7.6579687 18.411609 7.8670313 19.224609 7.9570312 C 19.571609 8.0000312 20.069219 8.0291719 20.699219 7.9511719 C 20.869219 7.9301719 21 7.7784219 21 7.6074219 L 21 4.4316406 C 21 4.3316406 20.886719 4.26125 20.761719 4.28125 C 20.099719 4.36125 19.586609 4.3310156 19.224609 4.2910156 C 18.411609 4.2010156 18.037391 3.9819531 17.275391 4.0019531 C 16.725391 4.0119531 16.275 4.1402344 16 4.2402344 L 16 4.5 C 16 4.225 15.775 4 15.5 4 z M 11 14 L 13 14 L 13 18 L 11 18 L 11 14 z M 19 14 L 21 14 L 21 18 L 19 18 L 19 14 z\"/></svg></li><li title=\"forumbee \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 2.96875 C 8.8125 2.96875 2.96875 8.8125 2.96875 16 C 2.96875 16.988281 3.070313 17.949219 3.28125 18.875 C 5.976563 11.859375 11.421875 5.972656 18.71875 3.25 C 17.835938 3.0625 16.9375 2.96875 16 2.96875 Z M 23.375 5.28125 C 19.878906 6.292969 9.457031 10.335938 5.28125 23.40625 C 6.007813 24.449219 6.882813 25.398438 7.875 26.1875 C 12.363281 12.628906 22.628906 8.832031 26.1875 7.90625 C 25.390625 6.902344 24.429688 6.011719 23.375 5.28125 Z M 27.96875 10.875 C 16.382813 14.601563 12.15625 24.324219 10.9375 27.96875 C 11.980469 28.40625 13.089844 28.71875 14.25 28.875 C 15.476563 25.785156 19.386719 18.054688 28.875 14.1875 C 28.714844 13.027344 28.414063 11.917969 27.96875 10.875 Z M 28.875 17.84375 C 27.675781 18.441406 25.707031 19.652344 23.03125 22.15625 C 19.992188 25.003906 18.574219 27.460938 17.96875 28.84375 C 19.707031 28.574219 21.34375 27.976563 22.78125 27.09375 L 29 29 C 29 29 27.765625 24.402344 27.15625 22.65625 C 28.023438 21.207031 28.625 19.585938 28.875 17.84375 Z\"/></svg></li><li title=\"forward solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 15 5 L 15 12.375 L 6.59375 6.1875 L 5 5.03125 L 5 26.96875 L 6.59375 25.8125 L 15 19.625 L 15 27 L 16.59375 25.8125 L 28.59375 16.8125 L 29.65625 16 L 28.59375 15.1875 L 16.59375 6.1875 Z M 7 8.96875 L 15.40625 15.15625 L 16.53125 16 L 15.40625 16.84375 L 7 23.03125 Z M 17 9 L 26.3125 16 L 17 23 Z\"/></svg></li><li title=\"foursquare \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 10 5 C 8.90625 5 8 5.90625 8 7 L 8 25.71875 C 8 26.226563 8.359375 26.691406 8.78125 26.84375 C 9.195313 26.992188 9.765625 26.871094 10.09375 26.5 L 16.40625 19 L 19.84375 19 C 20.792969 19 21.628906 18.304688 21.8125 17.375 L 23.75 7.375 C 23.984375 6.160156 23.019531 5 21.78125 5 Z M 10 7 L 21.78125 7 L 21 11 L 14.46875 11 C 14.21875 11 14 11.21875 14 11.46875 L 14 12.53125 C 14 12.78125 14.21875 13 14.46875 13 L 20.625 13 L 19.84375 17 L 15.90625 17 C 15.609375 16.992188 15.320313 17.117188 15.125 17.34375 L 10 23.5 Z\"/></svg></li><li title=\"free code camp \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6.0292969 6 C 4.7752969 6 1 10.166359 1 16.318359 C 1 21.707359 4.6528906 26 6.0878906 26 C 6.4778906 26 7 25.572719 7 25.136719 C 7 24.783719 6.6199844 24.3095 5.7089844 23.3125 C 5.5009844 23.0835 5.3186563 22.884766 5.2226562 22.759766 C 3.8586563 20.976766 2.974 18.527516 3 15.978516 C 3.027 13.357516 4.0114531 10.630156 6.0644531 8.4101562 L 6.1992188 8.265625 C 6.5372187 7.905625 7 7.4138281 7 6.9238281 C 7 6.4338281 6.4572969 6 6.0292969 6 z M 25.970703 6 C 25.542703 6 25 6.4338281 25 6.9238281 C 25 7.4138281 25.462781 7.906625 25.800781 8.265625 L 25.935547 8.4101562 C 27.988547 10.629156 28.973 13.357516 29 15.978516 C 29.026 18.527516 28.141344 20.976766 26.777344 22.759766 C 26.681344 22.884766 26.499016 23.0835 26.291016 23.3125 C 25.380016 24.3095 25 24.783719 25 25.136719 C 25 25.572719 25.522109 26 25.912109 26 C 27.347109 26 31 21.707359 31 16.318359 C 31 10.166359 27.224703 6 25.970703 6 z M 13.091797 7.0253906 C 12.958484 7.0579375 12.876953 7.1289531 12.876953 7.2519531 C 12.876953 7.3749531 13.008328 7.4568125 13.111328 7.5078125 C 13.583328 7.7948125 14.117188 8.6047969 14.117188 9.4667969 C 14.117188 11.835797 11.152344 13.989172 11.152344 16.451172 C 11.142344 18.523172 12.599813 20.175047 14.507812 20.873047 C 14.733813 20.965047 15.132812 21.138547 15.132812 20.810547 C 15.132812 20.676547 15.020969 20.667953 14.917969 20.626953 C 14.476969 20.451953 14.200594 20.235703 13.933594 19.845703 C 13.512594 19.229703 13.419922 18.604234 13.419922 17.865234 C 13.419922 16.224234 15.6875 15.926391 15.6875 14.275391 C 15.6875 13.649391 15.287109 13.465016 15.287109 13.291016 C 15.287109 13.178016 15.328406 13.177734 15.441406 13.177734 C 15.852406 13.177734 16.415844 13.854359 16.589844 14.193359 C 16.702844 14.429359 16.712891 14.501812 16.712891 14.757812 C 16.712891 15.116813 16.681641 15.486469 16.681641 15.855469 C 16.681641 17.240469 18.3125 16.870125 18.3125 16.203125 C 18.3125 15.896125 18.128906 15.6095 18.128906 15.3125 C 18.128906 15.2705 18.128922 15.25 18.169922 15.25 C 18.343922 15.25 18.650422 15.640672 18.732422 15.763672 C 19.029422 16.224672 19.173828 16.829047 19.173828 17.373047 C 19.173828 19.035047 17.65625 19.885141 17.65625 20.244141 C 17.65625 20.296141 17.80925 20.645656 18.28125 20.347656 C 19.79925 19.567656 21 17.906188 21 15.742188 C 21 14.018187 20.559375 12.777766 19.359375 11.509766 C 19.154375 11.293766 18.517219 10.636719 18.199219 10.636719 C 17.778219 10.636719 18.568359 11.590328 18.568359 12.236328 C 18.568359 12.605328 18.322359 12.873047 17.943359 12.873047 C 17.348359 12.873047 17.193094 11.570156 17.121094 11.160156 C 16.824094 9.4271562 16.465187 8.1752344 14.742188 7.3652344 C 14.341688 7.1724844 13.491734 6.92775 13.091797 7.0253906 z M 10.001953 23 C 9.4449531 23 9.0234375 23.437625 9.0234375 24.015625 C 9.0234375 24.558625 9.4629531 25 10.001953 25 L 22.160156 25 C 22.357156 25 23 24.926375 23 23.984375 C 23 23.386375 22.670156 23 22.160156 23 L 10.001953 23 z\"/></svg></li><li title=\"freebsd \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 6 C 5 7.851563 5.621094 9.855469 6.5 11.46875 C 5.554688 13.09375 5 14.988281 5 17 C 5 23.0625 9.9375 28 16 28 C 21.695313 28 26.386719 23.648438 26.9375 18.09375 C 26.972656 17.730469 27 17.371094 27 17 C 27 15.425781 26.664063 13.902344 26.03125 12.5 C 25.980469 12.585938 25.949219 12.648438 25.90625 12.71875 C 25.5625 13.484375 25.164063 14.292969 24.75 14.96875 C 24.90625 15.632813 25 16.300781 25 17 C 25 17.304688 24.996094 17.609375 24.96875 17.90625 C 24.515625 22.457031 20.679688 26 16 26 C 11.015625 26 7 21.984375 7 17 C 7 12.015625 11.015625 8 16 8 C 16.429688 8 16.835938 8.035156 17.25 8.09375 C 17.492188 7.769531 17.742188 7.480469 17.96875 7.21875 L 17.96875 7.1875 L 18.15625 7 C 18.375 6.761719 18.582031 6.558594 18.78125 6.375 C 17.878906 6.136719 16.953125 6 16 6 C 14.605469 6 13.261719 6.273438 12.03125 6.75 C 11.742188 6.546875 11.390625 6.320313 10.9375 6.09375 C 9.816406 5.535156 8.167969 5 6 5 Z M 26 5 C 23.832031 5 22.183594 5.535156 21.0625 6.09375 C 19.941406 6.652344 19.28125 7.28125 19.28125 7.28125 L 19 7.59375 L 19 8.03125 C 19 8.03125 19.023438 9.242188 19.65625 10.46875 C 20.289063 11.695313 21.71875 13 24 13 L 24.53125 13 L 24.84375 12.5625 C 24.84375 12.5625 27 9.445313 27 6 L 27 5 Z M 7.21875 7.15625 C 8.3125 7.296875 9.25 7.546875 9.90625 7.84375 C 9.160156 8.339844 8.507813 8.933594 7.90625 9.59375 C 7.609375 8.8125 7.355469 7.964844 7.21875 7.15625 Z M 24.71875 7.15625 C 24.390625 8.914063 23.808594 10.292969 23.46875 10.875 C 22.371094 10.707031 21.773438 10.1875 21.4375 9.53125 C 21.15625 8.988281 21.160156 8.722656 21.125 8.4375 C 21.296875 8.292969 21.355469 8.199219 21.9375 7.90625 C 22.582031 7.585938 23.574219 7.308594 24.71875 7.15625 Z\"/></svg></li><li title=\"frog solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 21 7 C 19.875 7 18.886719 7.632813 18.375 8.5625 C 18.035156 8.761719 17.351563 9.195313 16.59375 10.03125 C 15.660156 10.046875 13.917969 10.117188 11.9375 10.75 C 9.820313 11.425781 7.550781 12.796875 6.28125 15.3125 C 6.269531 15.339844 6.230469 15.347656 6.21875 15.375 C 6.167969 15.429688 5.683594 15.929688 5.15625 16.71875 C 4.605469 17.546875 4 18.632813 4 19.90625 C 4 20.824219 4.320313 21.746094 5 22.40625 C 5.222656 22.625 5.511719 22.777344 5.8125 22.90625 C 5.695313 23.0625 5.570313 23.214844 5.46875 23.375 C 5.238281 23.734375 5 23.988281 5 24.65625 C 5 25.074219 5.304688 25.472656 5.53125 25.625 C 5.757813 25.777344 5.917969 25.835938 6.09375 25.875 C 6.441406 25.953125 6.804688 25.960938 7.21875 25.96875 C 8.050781 25.980469 9.132813 25.933594 10.34375 25.875 C 12.769531 25.757813 15.734375 25.652344 17.84375 26 L 18.15625 24 C 17.15625 23.835938 16.046875 23.769531 14.9375 23.75 C 15.550781 23.097656 16 22.28125 16 21.28125 C 16 19.683594 14.96875 18.472656 13.78125 17.84375 C 12.59375 17.214844 11.214844 17 10 17 L 10 19 C 10.941406 19 12.070313 19.214844 12.84375 19.625 C 13.617188 20.035156 14 20.472656 14 21.28125 C 14 21.933594 13.46875 22.550781 12.59375 23.0625 C 11.71875 23.574219 10.550781 23.84375 10.1875 23.84375 L 10.1875 23.875 C 9.105469 23.925781 8.183594 23.96875 7.5 23.96875 C 7.605469 23.828125 7.699219 23.703125 7.8125 23.5625 C 8.304688 22.957031 8.8125 22.4375 8.8125 22.4375 L 7.34375 21.0625 C 7.34375 21.0625 7.3125 21.125 7.3125 21.125 C 6.808594 21.273438 6.589844 21.175781 6.375 20.96875 C 6.160156 20.761719 6 20.335938 6 19.90625 C 6 19.375 6.394531 18.519531 6.84375 17.84375 C 7.292969 17.167969 7.71875 16.6875 7.71875 16.6875 L 7.84375 16.5625 L 7.90625 16.40625 C 8.835938 14.34375 10.679688 13.257813 12.5625 12.65625 C 14.445313 12.054688 16.304688 12 17 12 L 17.5 12 L 17.8125 11.59375 C 17.949219 11.40625 18.097656 11.273438 18.25 11.125 C 18.703125 12.214844 19.757813 13 21 13 C 22.589844 13 23.882813 11.726563 23.96875 10.15625 C 24.425781 10.269531 24.878906 10.421875 25.25 10.625 C 25.570313 10.800781 25.828125 10.996094 25.96875 11.125 C 25.960938 11.164063 25.953125 11.144531 25.9375 11.1875 C 25.871094 11.371094 25.734375 11.585938 25.5625 11.84375 C 25.214844 12.355469 24.640625 12.945313 23.625 13.34375 L 23 13.59375 L 23 14.28125 C 23 15.683594 22.875 19.132813 20.9375 20.5 L 22.09375 22.125 C 24.902344 20.140625 24.9375 16.5625 24.9375 14.875 C 25.980469 14.335938 26.757813 13.648438 27.21875 12.96875 C 27.492188 12.5625 27.691406 12.183594 27.8125 11.84375 C 27.933594 11.503906 28 11.234375 28 10.90625 C 28 10.132813 27.617188 9.9375 27.3125 9.65625 C 27.007813 9.375 26.625 9.113281 26.1875 8.875 C 25.375 8.433594 24.351563 8.082031 23.25 8.03125 C 22.699219 7.402344 21.894531 7 21 7 Z M 21 9 C 21.5625 9 22 9.4375 22 10 C 22 10.5625 21.5625 11 21 11 C 20.4375 11 20 10.5625 20 10 C 20 9.4375 20.4375 9 21 9 Z M 19 16.375 C 18.328125 17.324219 18.027344 18.285156 17.90625 19.0625 C 17.785156 19.839844 17.816406 20.558594 17.8125 20.59375 C 17.8125 20.605469 17.8125 20.613281 17.8125 20.625 C 17.8125 20.886719 17.859375 20.921875 17.875 20.96875 C 17.890625 21.015625 17.894531 21.03125 17.90625 21.0625 C 17.929688 21.125 17.96875 21.183594 18 21.25 C 18.058594 21.378906 18.125 21.53125 18.21875 21.71875 C 18.410156 22.09375 18.679688 22.585938 18.96875 23.09375 C 19.550781 24.105469 20.132813 25.152344 20.90625 25.8125 C 21.023438 25.917969 21.160156 25.992188 21.3125 26.03125 C 21.773438 26.136719 21.976563 26.015625 22.1875 25.96875 C 22.398438 25.921875 22.605469 25.882813 22.84375 25.84375 C 23.316406 25.769531 23.898438 25.738281 24.71875 25.96875 L 25.28125 24.03125 C 24.160156 23.71875 23.199219 23.769531 22.53125 23.875 C 22.289063 23.914063 22.128906 23.964844 21.96875 24 C 21.691406 23.671875 21.160156 22.917969 20.6875 22.09375 C 20.414063 21.617188 20.171875 21.152344 20 20.8125 C 19.917969 20.652344 19.855469 20.527344 19.8125 20.4375 C 19.808594 20.429688 19.816406 20.410156 19.8125 20.40625 C 19.816406 20.09375 19.808594 19.808594 19.875 19.375 C 19.960938 18.824219 20.164063 18.183594 20.625 17.53125 Z\"/></svg></li><li title=\"frown open solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 9.382813 4 4 9.382813 4 16 C 4 22.617188 9.382813 28 16 28 C 22.617188 28 28 22.617188 28 16 C 28 9.382813 22.617188 4 16 4 Z M 16 6 C 21.535156 6 26 10.464844 26 16 C 26 21.535156 21.535156 26 16 26 C 10.464844 26 6 21.535156 6 16 C 6 10.464844 10.464844 6 16 6 Z M 11.5 11 C 10.671875 11 10 12.121094 10 13.5 C 10 14.878906 10.671875 16 11.5 16 C 12.328125 16 13 14.878906 13 13.5 C 13 12.121094 12.328125 11 11.5 11 Z M 20.5 11 C 19.671875 11 19 12.121094 19 13.5 C 19 14.878906 19.671875 16 20.5 16 C 21.328125 16 22 14.878906 22 13.5 C 22 12.121094 21.328125 11 20.5 11 Z M 16 17 C 13.707031 17 12 18.855469 12 21 C 12 21.988281 12.355469 22.972656 13.15625 23.46875 C 13.957031 23.964844 14.84375 24 16 24 C 17.15625 24 18.042969 23.964844 18.84375 23.46875 C 19.644531 22.972656 20 21.988281 20 21 C 20 18.855469 18.292969 17 16 17 Z M 16 19 C 17.292969 19 18 19.828125 18 21 C 18 21.667969 17.960938 21.691406 17.8125 21.78125 C 17.664063 21.871094 17.054688 22 16 22 C 14.945313 22 14.335938 21.871094 14.1875 21.78125 C 14.039063 21.691406 14 21.667969 14 21 C 14 19.828125 14.707031 19 16 19 Z\"/></svg></li><li title=\"frown open \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 9.382813 4 4 9.382813 4 16 C 4 22.617188 9.382813 28 16 28 C 22.617188 28 28 22.617188 28 16 C 28 9.382813 22.617188 4 16 4 Z M 16 6 C 21.535156 6 26 10.464844 26 16 C 26 21.535156 21.535156 26 16 26 C 10.464844 26 6 21.535156 6 16 C 6 10.464844 10.464844 6 16 6 Z M 11.5 11 C 10.671875 11 10 12.121094 10 13.5 C 10 14.878906 10.671875 16 11.5 16 C 12.328125 16 13 14.878906 13 13.5 C 13 12.121094 12.328125 11 11.5 11 Z M 20.5 11 C 19.671875 11 19 12.121094 19 13.5 C 19 14.878906 19.671875 16 20.5 16 C 21.328125 16 22 14.878906 22 13.5 C 22 12.121094 21.328125 11 20.5 11 Z M 16 17 C 13.707031 17 12 18.855469 12 21 C 12 21.988281 12.355469 22.972656 13.15625 23.46875 C 13.957031 23.964844 14.84375 24 16 24 C 17.15625 24 18.042969 23.964844 18.84375 23.46875 C 19.644531 22.972656 20 21.988281 20 21 C 20 18.855469 18.292969 17 16 17 Z M 16 19 C 17.292969 19 18 19.828125 18 21 C 18 21.667969 17.960938 21.691406 17.8125 21.78125 C 17.664063 21.871094 17.054688 22 16 22 C 14.945313 22 14.335938 21.871094 14.1875 21.78125 C 14.039063 21.691406 14 21.667969 14 21 C 14 19.828125 14.707031 19 16 19 Z\"/></svg></li><li title=\"frown solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 9.382813 4 4 9.382813 4 16 C 4 22.617188 9.382813 28 16 28 C 22.617188 28 28 22.617188 28 16 C 28 9.382813 22.617188 4 16 4 Z M 16 6 C 21.535156 6 26 10.464844 26 16 C 26 21.535156 21.535156 26 16 26 C 10.464844 26 6 21.535156 6 16 C 6 10.464844 10.464844 6 16 6 Z M 11.5 12 C 10.671875 12 10 12.671875 10 13.5 C 10 14.328125 10.671875 15 11.5 15 C 12.328125 15 13 14.328125 13 13.5 C 13 12.671875 12.328125 12 11.5 12 Z M 20.5 12 C 19.671875 12 19 12.671875 19 13.5 C 19 14.328125 19.671875 15 20.5 15 C 21.328125 15 22 14.328125 22 13.5 C 22 12.671875 21.328125 12 20.5 12 Z M 16 18 C 13.332031 18 10.980469 19.335938 9.53125 21.34375 L 11.15625 22.5 C 12.246094 20.984375 13.992188 20 16 20 C 18.007813 20 19.753906 20.984375 20.84375 22.5 L 22.46875 21.34375 C 21.019531 19.335938 18.667969 18 16 18 Z\"/></svg></li><li title=\"frown \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 9.382813 4 4 9.382813 4 16 C 4 22.617188 9.382813 28 16 28 C 22.617188 28 28 22.617188 28 16 C 28 9.382813 22.617188 4 16 4 Z M 16 6 C 21.535156 6 26 10.464844 26 16 C 26 21.535156 21.535156 26 16 26 C 10.464844 26 6 21.535156 6 16 C 6 10.464844 10.464844 6 16 6 Z M 11.5 12 C 10.671875 12 10 12.671875 10 13.5 C 10 14.328125 10.671875 15 11.5 15 C 12.328125 15 13 14.328125 13 13.5 C 13 12.671875 12.328125 12 11.5 12 Z M 20.5 12 C 19.671875 12 19 12.671875 19 13.5 C 19 14.328125 19.671875 15 20.5 15 C 21.328125 15 22 14.328125 22 13.5 C 22 12.671875 21.328125 12 20.5 12 Z M 16 18 C 13.332031 18 10.980469 19.335938 9.53125 21.34375 L 11.15625 22.5 C 12.246094 20.984375 13.992188 20 16 20 C 18.007813 20 19.753906 20.984375 20.84375 22.5 L 22.46875 21.34375 C 21.019531 19.335938 18.667969 18 16 18 Z\"/></svg></li><li title=\"fulcrum \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 15 0 L 13.720703 12.199219 L 10.099609 16 L 13.720703 19.800781 L 15 32 L 15 19 L 12 16 L 15 13 L 15 0 z M 17 0 L 17 13 L 20 16 L 17 19 L 17 32 L 18.279297 19.800781 L 21.900391 16 L 18.279297 12.199219 L 17 0 z M 9.5 7 L 7 10 L 9.5 13 L 12 10 L 9.5 7 z M 22.5 7 L 20 10 L 22.5 13 L 25 10 L 22.5 7 z\"/></svg></li><li title=\"funnel dollar solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 4 L 5 6.34375 L 5.21875 6.625 L 13 16.34375 L 13 28.03125 L 14.59375 26.78125 L 16.15625 25.59375 C 16.90525 29.23375 20.145 32 24 32 C 28.406 32 32 28.406 32 24 C 32 19.594 28.406 16 24 16 C 22.113 16 20.371 16.68025 19 17.78125 L 19 16.34375 L 26.78125 6.6230469 L 27 6.34375 L 27 4 L 5 4 z M 7.28125 6 L 24.71875 6 L 17.53125 15 L 14.46875 15 L 7.28125 6 z M 15 17 L 17 17 L 17 20.125 C 16.488 21.047 16.14525 22.0895 16.03125 23.1875 L 15 24 L 15 17 z M 24 18 C 27.324 18 30 20.676 30 24 C 30 27.324 27.324 30 24 30 C 20.676 30 18 27.324 18 24 C 18 20.676 20.676 18 24 18 z M 23 19 L 23 20.0625 C 21.875 20.2505 21 21.204953 21 22.376953 C 21 23.130953 21.41775 23.82025 22.09375 24.15625 L 25 25.625 C 25 25.848 24.848 26 24.625 26 L 23.375 26 C 23.152 26 23 25.848 23 25.625 L 23 25 L 21 25 L 21 25.625 C 21 26.797 21.875 27.7495 23 27.9375 L 23 29 L 25 29 L 25 27.9375 C 26.125 27.7495 27 26.795047 27 25.623047 C 27 24.869047 26.58225 24.18375 25.90625 23.84375 L 23 22.375 C 23 22.152 23.152 22 23.375 22 L 24.625 22 C 24.848 22 25 22.152 25 22.375 L 25 23 L 27 23 L 27 22.375 C 27 21.203 26.125 20.2505 25 20.0625 L 25 19 L 23 19 z\"/></svg></li><li title=\"futbol solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832031 3 3 8.832031 3 16 C 3 23.167969 8.832031 29 16 29 C 23.167969 29 29 23.167969 29 16 C 29 8.832031 23.167969 3 16 3 Z M 16 5 C 16.601563 5 17.175781 5.0625 17.75 5.15625 L 16 6.40625 L 14.25 5.15625 C 14.820313 5.066406 15.402344 5 16 5 Z M 11.8125 5.84375 L 15.40625 8.46875 L 16 8.90625 L 16.59375 8.46875 L 20.1875 5.84375 C 21.785156 6.507813 23.195313 7.523438 24.3125 8.8125 L 22.9375 13.09375 L 22.71875 13.78125 L 23.3125 14.1875 L 26.9375 16.84375 C 26.804688 18.605469 26.265625 20.257813 25.40625 21.6875 L 20.125 21.6875 L 19.90625 22.375 L 18.5 26.71875 C 17.699219 26.90625 16.859375 27 16 27 C 15.105469 27 14.238281 26.886719 13.40625 26.6875 L 12.03125 22.40625 L 11.8125 21.71875 L 6.59375 21.71875 C 5.71875 20.28125 5.199219 18.621094 5.0625 16.84375 L 8.65625 14.21875 L 9.25 13.8125 L 9.03125 13.125 L 7.625 8.875 C 8.75 7.554688 10.183594 6.515625 11.8125 5.84375 Z M 16 10.09375 L 15.40625 10.53125 L 10.84375 13.84375 L 10.28125 14.28125 L 10.5 14.96875 L 12.25 20.3125 L 12.46875 21 L 19.53125 21 L 19.75 20.3125 L 21.5 14.96875 L 21.71875 14.28125 L 21.15625 13.84375 L 16.59375 10.53125 Z M 25.75 10.90625 C 26.296875 11.953125 26.65625 13.101563 26.84375 14.3125 L 25.0625 13.03125 Z M 6.21875 10.96875 L 6.90625 13.03125 L 5.15625 14.3125 C 5.339844 13.125 5.6875 12 6.21875 10.96875 Z M 16 12.59375 L 19.375 15.03125 L 18.09375 19 L 13.90625 19 L 12.625 15.03125 Z M 21.59375 23.6875 L 23.84375 23.6875 C 22.992188 24.566406 22.011719 25.292969 20.90625 25.84375 Z M 8.15625 23.71875 L 10.34375 23.71875 L 11.03125 25.8125 C 9.960938 25.269531 8.988281 24.5625 8.15625 23.71875 Z\"/></svg></li><li title=\"futbol \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832031 3 3 8.832031 3 16 C 3 23.167969 8.832031 29 16 29 C 23.167969 29 29 23.167969 29 16 C 29 8.832031 23.167969 3 16 3 Z M 16 5 C 16.601563 5 17.175781 5.0625 17.75 5.15625 L 16 6.40625 L 14.25 5.15625 C 14.820313 5.066406 15.402344 5 16 5 Z M 11.8125 5.84375 L 15.40625 8.46875 L 16 8.90625 L 16.59375 8.46875 L 20.1875 5.84375 C 21.785156 6.507813 23.195313 7.523438 24.3125 8.8125 L 22.9375 13.09375 L 22.71875 13.78125 L 23.3125 14.1875 L 26.9375 16.84375 C 26.804688 18.605469 26.265625 20.257813 25.40625 21.6875 L 20.125 21.6875 L 19.90625 22.375 L 18.5 26.71875 C 17.699219 26.90625 16.859375 27 16 27 C 15.105469 27 14.238281 26.886719 13.40625 26.6875 L 12.03125 22.40625 L 11.8125 21.71875 L 6.59375 21.71875 C 5.71875 20.28125 5.199219 18.621094 5.0625 16.84375 L 8.65625 14.21875 L 9.25 13.8125 L 9.03125 13.125 L 7.625 8.875 C 8.75 7.554688 10.183594 6.515625 11.8125 5.84375 Z M 16 10.09375 L 15.40625 10.53125 L 10.84375 13.84375 L 10.28125 14.28125 L 10.5 14.96875 L 12.25 20.3125 L 12.46875 21 L 19.53125 21 L 19.75 20.3125 L 21.5 14.96875 L 21.71875 14.28125 L 21.15625 13.84375 L 16.59375 10.53125 Z M 25.75 10.90625 C 26.296875 11.953125 26.65625 13.101563 26.84375 14.3125 L 25.0625 13.03125 Z M 6.21875 10.96875 L 6.90625 13.03125 L 5.15625 14.3125 C 5.339844 13.125 5.6875 12 6.21875 10.96875 Z M 16 12.59375 L 19.375 15.03125 L 18.09375 19 L 13.90625 19 L 12.625 15.03125 Z M 21.59375 23.6875 L 23.84375 23.6875 C 22.992188 24.566406 22.011719 25.292969 20.90625 25.84375 Z M 8.15625 23.71875 L 10.34375 23.71875 L 11.03125 25.8125 C 9.960938 25.269531 8.988281 24.5625 8.15625 23.71875 Z\"/></svg></li><li title=\"galactic republic \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 27.59375 12.894531 C 27.039063 10.828125 25.953125 8.984375 24.484375 7.515625 C 23.019531 6.046875 21.171875 4.960938 19.101563 4.40625 C 18.113281 4.140625 17.074219 4 16 4 C 14.925781 4 13.882813 4.140625 12.890625 4.40625 C 10.824219 4.960938 8.980469 6.050781 7.511719 7.515625 C 6.046875 8.984375 4.957031 10.828125 4.40625 12.894531 C 4.140625 13.886719 4 14.925781 4 16 C 4 17.074219 4.140625 18.113281 4.40625 19.101563 C 4.957031 21.167969 6.042969 23.011719 7.511719 24.480469 C 8.980469 25.949219 10.828125 27.039063 12.894531 27.59375 C 13.882813 27.859375 14.925781 28 16 28 C 17.074219 28 18.113281 27.859375 19.105469 27.59375 C 21.171875 27.042969 23.015625 25.953125 24.484375 24.484375 C 25.949219 23.019531 27.039063 21.175781 27.589844 19.109375 C 27.855469 18.117188 28 17.074219 28 16 C 28 14.925781 27.859375 13.882813 27.59375 12.894531 Z M 16.40625 5.34375 C 17.21875 5.371094 18.003906 5.492188 18.757813 5.695313 C 20.59375 6.183594 22.234375 7.152344 23.539063 8.460938 C 24.078125 8.996094 24.5625 9.59375 24.976563 10.238281 L 24.542969 10.488281 C 24.152344 9.882813 23.695313 9.320313 23.1875 8.8125 L 22.292969 9.707031 C 21.203125 8.617188 19.832031 7.808594 18.300781 7.398438 L 18.628906 6.175781 C 17.914063 5.984375 17.171875 5.871094 16.40625 5.839844 Z M 19.601563 16 C 19.601563 16.324219 19.554688 16.636719 19.476563 16.9375 L 23.164063 17.925781 C 22.820313 19.199219 22.148438 20.339844 21.242188 21.246094 L 18.546875 18.546875 C 18.105469 18.984375 17.550781 19.3125 16.929688 19.476563 L 17.917969 23.164063 C 17.304688 23.328125 16.664063 23.417969 16 23.417969 C 15.335938 23.417969 14.691406 23.328125 14.078125 23.164063 L 15.066406 19.476563 C 14.445313 19.3125 13.890625 18.984375 13.449219 18.539063 L 10.75 21.238281 C 9.84375 20.332031 9.175781 19.191406 8.835938 17.914063 L 12.519531 16.925781 C 12.441406 16.632813 12.398438 16.320313 12.398438 16 C 12.398438 15.679688 12.441406 15.367188 12.523438 15.070313 L 8.835938 14.082031 C 9.175781 12.804688 9.847656 11.664063 10.753906 10.757813 L 13.453125 13.457031 C 13.890625 13.015625 14.445313 12.6875 15.066406 12.523438 L 14.078125 8.835938 C 14.691406 8.671875 15.335938 8.582031 16 8.582031 C 16.664063 8.582031 17.304688 8.671875 17.917969 8.835938 L 16.929688 12.519531 C 17.550781 12.6875 18.105469 13.011719 18.546875 13.453125 L 21.246094 10.753906 C 22.152344 11.660156 22.824219 12.804688 23.164063 14.078125 L 19.476563 15.066406 C 19.558594 15.363281 19.601563 15.675781 19.601563 16 Z M 8.457031 8.460938 C 9.761719 7.15625 11.402344 6.1875 13.238281 5.695313 C 13.933594 5.507813 14.660156 5.390625 15.40625 5.351563 L 15.40625 5.851563 C 14.703125 5.890625 14.023438 6.003906 13.367188 6.179688 L 13.695313 7.402344 C 12.160156 7.8125 10.792969 8.621094 9.703125 9.710938 L 8.808594 8.8125 C 8.300781 9.320313 7.847656 9.882813 7.457031 10.488281 L 7.023438 10.238281 C 7.433594 9.59375 7.917969 9 8.457031 8.460938 Z M 6.519531 20.894531 C 6.171875 20.222656 5.894531 19.503906 5.695313 18.757813 C 5.460938 17.878906 5.332031 16.953125 5.332031 16 C 5.332031 15.046875 5.460938 14.121094 5.695313 13.238281 C 5.894531 12.492188 6.171875 11.777344 6.519531 11.105469 L 6.953125 11.355469 C 6.628906 11.988281 6.367188 12.664063 6.179688 13.367188 L 7.402344 13.695313 C 7.203125 14.429688 7.101563 15.203125 7.101563 16 C 7.101563 16.796875 7.203125 17.566406 7.398438 18.300781 L 6.175781 18.628906 C 6.363281 19.332031 6.625 20.007813 6.953125 20.644531 Z M 15.40625 26.648438 C 14.660156 26.609375 13.9375 26.492188 13.238281 26.304688 C 11.398438 25.8125 9.757813 24.84375 8.453125 23.535156 C 7.914063 22.996094 7.433594 22.402344 7.019531 21.761719 L 7.453125 21.511719 C 7.847656 22.113281 8.300781 22.675781 8.804688 23.183594 L 9.703125 22.289063 C 10.789063 23.378906 12.160156 24.1875 13.695313 24.597656 L 13.367188 25.820313 C 14.023438 25.996094 14.707031 26.109375 15.40625 26.148438 Z M 23.539063 23.542969 C 22.234375 24.847656 20.59375 25.8125 18.757813 26.304688 C 18.003906 26.507813 17.21875 26.628906 16.40625 26.65625 L 16.40625 26.15625 C 17.171875 26.128906 17.914063 26.011719 18.628906 25.824219 L 18.300781 24.597656 C 19.832031 24.191406 21.203125 23.382813 22.292969 22.292969 L 23.1875 23.191406 C 23.695313 22.679688 24.152344 22.117188 24.542969 21.511719 L 24.976563 21.761719 C 24.5625 22.40625 24.082031 23.003906 23.539063 23.542969 Z M 25.480469 20.894531 L 25.046875 20.644531 C 25.371094 20.011719 25.632813 19.339844 25.820313 18.636719 L 24.597656 18.308594 C 24.792969 17.570313 24.898438 16.800781 24.898438 16 C 24.898438 15.203125 24.796875 14.429688 24.597656 13.695313 L 25.820313 13.367188 C 25.632813 12.664063 25.371094 11.988281 25.046875 11.355469 L 25.480469 11.105469 C 25.828125 11.777344 26.105469 12.492188 26.304688 13.238281 C 26.539063 14.117188 26.664063 15.046875 26.664063 16 C 26.664063 16.957031 26.539063 17.882813 26.304688 18.765625 C 26.105469 19.511719 25.824219 20.222656 25.480469 20.894531 Z\"/></svg></li><li title=\"galactic senate \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 15.640625 3 L 15.640625 4.5292969 C 14.843625 5.7392969 14.239125 10.902969 14.203125 17.167969 C 14.892125 16.250969 15.326172 15.212891 15.326172 14.337891 L 15.326172 13.345703 C 15.324172 13.033703 15.370078 12.727734 15.455078 12.427734 C 15.493078 12.301734 15.537375 12.188938 15.609375 12.085938 C 15.681375 11.982938 15.810953 11.863281 16.001953 11.863281 C 16.191953 11.863281 16.320578 11.983937 16.392578 12.085938 C 16.464578 12.188937 16.508875 12.301734 16.546875 12.427734 C 16.630875 12.727734 16.677781 13.033703 16.675781 13.345703 L 16.675781 14.337891 C 16.675781 15.212891 17.109828 16.250969 17.798828 17.167969 C 17.761828 10.902969 17.156375 5.7392969 16.359375 4.5292969 L 16.359375 3 L 15.640625 3 z M 14.09375 11.673828 C 13.53475 11.799828 12.996422 11.977078 12.482422 12.205078 C 13.004422 13.151078 13.055031 14.122531 12.582031 14.394531 C 12.113031 14.665531 11.300187 14.145469 10.742188 13.230469 C 10.062188 13.746469 9.4582188 14.365641 8.9492188 15.056641 C 9.8132188 15.621641 10.291438 16.401469 10.023438 16.855469 C 9.7574375 17.307469 8.8484063 17.273828 7.9414062 16.798828 C 7.6024062 17.576828 7.3698125 18.412109 7.2578125 19.287109 C 7.8258125 19.298109 8.3549219 19.428578 8.7949219 19.642578 C 9.8399219 19.624578 10.718875 19.526531 11.171875 19.394531 C 11.497875 17.848531 12.521672 16.564344 13.888672 15.902344 C 13.931672 14.403344 13.99975 12.987828 14.09375 11.673828 z M 17.904297 11.673828 C 17.997297 12.988828 18.066375 14.403344 18.109375 15.902344 C 19.477375 16.563344 20.502125 17.847531 20.828125 19.394531 C 21.281125 19.527531 22.160125 19.624578 23.203125 19.642578 C 23.644125 19.427578 24.172234 19.298109 24.740234 19.287109 C 24.628234 18.412109 24.396641 17.575828 24.056641 16.798828 C 23.150641 17.273828 22.241609 17.307469 21.974609 16.855469 C 21.706609 16.401469 22.184828 15.620641 23.048828 15.056641 C 22.539828 14.365641 21.934859 13.746469 21.255859 13.230469 C 20.697859 14.145469 19.885016 14.665531 19.416016 14.394531 C 18.944016 14.121531 18.993625 13.151078 19.515625 12.205078 C 18.997625 11.975078 18.457297 11.798828 17.904297 11.673828 z M 16.001953 12.177734 C 15.812953 12.177734 15.657531 12.694656 15.644531 13.347656 L 15.640625 13.347656 L 15.640625 14.337891 C 15.640625 16.768891 12.764297 19.914062 10.154297 19.914062 C 7.1132969 19.914062 2.9829531 19.832375 1.0019531 21.609375 L 1.0019531 21.8125 C 1.5499531 22.8025 2.1957812 23.732844 2.9257812 24.589844 C 3.6607812 23.351844 5.9526719 22.186109 9.2636719 22.162109 C 11.944672 22.222109 13.901844 23.355547 14.589844 24.560547 C 14.589844 24.560547 14.589844 24.5625 14.589844 24.5625 C 15.039844 24.6885 15.520953 24.753953 16.001953 24.751953 C 16.482953 24.752953 16.962109 24.6875 17.412109 24.5625 C 17.412109 24.5625 17.412109 24.560547 17.412109 24.560547 C 18.101109 23.355547 20.058281 22.221109 22.738281 22.162109 C 26.050281 22.185109 28.341172 23.351844 29.076172 24.589844 C 29.806172 23.732844 30.452953 22.8015 31.001953 21.8125 L 31.001953 21.609375 L 31 21.609375 C 29.019 19.832375 24.888656 19.914062 21.847656 19.914062 C 19.237656 19.914062 16.361328 16.767891 16.361328 14.337891 L 16.361328 13.347656 L 16.357422 13.347656 C 16.343422 12.694656 16.190953 12.177734 16.001953 12.177734 z M 16 17.84375 C 17.316 17.84375 18.382812 18.910562 18.382812 20.226562 C 18.382812 21.542562 17.316 22.613281 16 22.613281 C 14.684 22.613281 13.617188 21.542563 13.617188 20.226562 C 13.617188 18.910563 14.684 17.84375 16 17.84375 z M 16 18.292969 C 14.932 18.292969 14.066406 19.159563 14.066406 20.226562 C 14.066406 21.294563 14.933 22.160156 16 22.160156 C 17.067 22.160156 17.933594 21.293563 17.933594 20.226562 C 17.933594 19.159562 17.068 18.292969 16 18.292969 z M 16 18.654297 C 16.869 18.654297 17.574219 19.359516 17.574219 20.228516 C 17.574219 21.097516 16.869 21.802734 16 21.802734 C 15.131 21.802734 14.425781 21.097516 14.425781 20.228516 C 14.425781 19.359516 15.131 18.654297 16 18.654297 z M 9.2636719 22.566406 C 8.6656719 22.570406 7.9946562 22.586109 7.4726562 22.662109 C 7.4976563 22.921109 7.562625 23.756156 7.890625 24.410156 C 8.425625 24.260156 8.9677188 24.181641 9.5117188 24.181641 C 11.934719 24.236641 13.705516 26.196781 14.103516 28.550781 L 14.109375 28.826172 C 14.720375 28.939172 15.354953 29 16.001953 29 C 16.648953 29 17.280625 28.939172 17.890625 28.826172 L 17.896484 28.550781 C 18.294484 26.196781 20.067234 24.236641 22.490234 24.181641 C 23.033234 24.181641 23.576328 24.260156 24.111328 24.410156 C 24.440328 23.757156 24.502344 22.922109 24.527344 22.662109 C 24.005344 22.586109 23.336281 22.570406 22.738281 22.566406 C 21.637281 22.591406 20.673719 22.811766 19.886719 23.134766 C 19.150719 24.075766 18.175563 24.895219 16.976562 25.074219 C 16.971563 25.075219 16.966937 25.077125 16.960938 25.078125 L 16.951172 25.080078 C 16.644172 25.143078 16.327953 25.175781 16.001953 25.175781 C 15.675953 25.175781 15.357781 25.143078 15.050781 25.080078 L 15.042969 25.078125 C 15.036969 25.077125 15.031391 25.075219 15.025391 25.074219 C 13.827391 24.896219 12.852234 24.075766 12.115234 23.134766 C 11.327234 22.812766 10.364672 22.591406 9.2636719 22.566406 z\"/></svg></li><li title=\"gamepad solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 7 C 9.617188 7 4.03125 9.0625 4.03125 9.0625 L 3.4375 9.28125 L 3.375 9.875 L 2.03125 20.125 C 1.667969 22.960938 3.695313 25.605469 6.53125 25.96875 C 9.171875 26.308594 11.539063 24.527344 12.15625 22 L 19.84375 22 C 20.464844 24.527344 22.828125 26.308594 25.46875 25.96875 C 28.304688 25.605469 30.332031 22.960938 29.96875 20.125 L 28.625 9.875 L 28.5625 9.28125 L 27.96875 9.0625 C 27.96875 9.0625 22.382813 7 16 7 Z M 16 9 C 21.484375 9 26.007813 10.523438 26.75 10.78125 L 27.96875 20.40625 C 28.195313 22.167969 26.980469 23.742188 25.21875 23.96875 C 23.457031 24.195313 21.851563 22.980469 21.625 21.21875 L 21.59375 20.875 L 21.46875 20 L 10.53125 20 L 10.40625 20.875 L 10.375 21.21875 C 10.148438 22.980469 8.542969 24.195313 6.78125 23.96875 C 5.019531 23.742188 3.804688 22.167969 4.03125 20.40625 L 5.25 10.78125 C 5.992188 10.523438 10.515625 9 16 9 Z M 9 12 L 9 14 L 7 14 L 7 16 L 9 16 L 9 18 L 11 18 L 11 16 L 13 16 L 13 14 L 11 14 L 11 12 Z M 22 12 C 21.449219 12 21 12.449219 21 13 C 21 13.550781 21.449219 14 22 14 C 22.550781 14 23 13.550781 23 13 C 23 12.449219 22.550781 12 22 12 Z M 20 14 C 19.449219 14 19 14.449219 19 15 C 19 15.550781 19.449219 16 20 16 C 20.550781 16 21 15.550781 21 15 C 21 14.449219 20.550781 14 20 14 Z M 24 14 C 23.449219 14 23 14.449219 23 15 C 23 15.550781 23.449219 16 24 16 C 24.550781 16 25 15.550781 25 15 C 25 14.449219 24.550781 14 24 14 Z M 22 16 C 21.449219 16 21 16.449219 21 17 C 21 17.550781 21.449219 18 22 18 C 22.550781 18 23 17.550781 23 17 C 23 16.449219 22.550781 16 22 16 Z\"/></svg></li><li title=\"gas pump solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 8 5 C 6.355469 5 5 6.355469 5 8 L 5 27 L 19 27 L 19 20 L 21 20 L 21 24 C 21 25.644531 22.355469 27 24 27 C 25.644531 27 27 25.644531 27 24 L 27 13.8125 C 27 13.015625 26.6875 12.28125 26.125 11.71875 L 21.40625 7 L 20 8.40625 L 22.84375 11.25 C 21.769531 11.707031 21 12.765625 21 14 C 21 15.644531 22.355469 17 24 17 C 24.351563 17 24.683594 16.925781 25 16.8125 L 25 24 C 25 24.566406 24.566406 25 24 25 C 23.433594 25 23 24.566406 23 24 L 23 20 C 23 18.90625 22.09375 18 21 18 L 19 18 L 19 8 C 19 6.355469 17.644531 5 16 5 Z M 8 7 L 16 7 C 16.566406 7 17 7.433594 17 8 L 17 12 L 7 12 L 7 8 C 7 7.433594 7.433594 7 8 7 Z M 24 13 C 24.5625 13 25 13.4375 25 14 C 25 14.5625 24.5625 15 24 15 C 23.4375 15 23 14.5625 23 14 C 23 13.4375 23.4375 13 24 13 Z M 7 14 L 17 14 L 17 25 L 7 25 Z\"/></svg></li><li title=\"gavel solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 15.96875 1.59375 L 15.25 2.28125 L 8.25 9.3125 L 7.53125 10 L 11.96875 14.4375 L 12.65625 13.71875 L 13 13.375 L 15.09375 15.46875 L 3.28125 27.28125 L 4.71875 28.71875 L 16.53125 16.90625 L 18.59375 18.96875 L 18.25 19.3125 L 17.53125 20 L 21.96875 24.4375 L 22.65625 23.71875 L 30.375 16 L 29.65625 15.3125 L 26.65625 12.28125 L 25.96875 11.59375 L 25.25 12.28125 L 24.96875 12.5625 L 19.375 7 L 20.375 6 L 19.65625 5.3125 L 16.65625 2.28125 Z M 15.96875 4.40625 L 17.5625 6 L 11.96875 11.59375 L 10.375 10 Z M 18 8.4375 L 23.5625 14 L 20 17.5625 L 14.4375 12 Z M 25.96875 14.40625 L 27.5625 16 L 21.96875 21.59375 L 20.375 20 Z\"/></svg></li><li title=\"gem solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 9.53125 6 L 4.21875 12.375 L 3.71875 12.96875 L 4.21875 13.625 L 15.21875 27.625 L 16 28.625 L 16.78125 27.625 L 27.78125 13.625 L 28.28125 12.96875 L 27.78125 12.375 L 22.46875 6 Z M 10.46875 8 L 14.125 8 L 11.4375 12 L 7.125 12 Z M 17.875 8 L 21.53125 8 L 24.875 12 L 20.5625 12 Z M 16 8.84375 L 18.125 12 L 13.875 12 Z M 7.03125 14 L 11.25 14 L 13.625 22.40625 Z M 13.3125 14 L 18.65625 14 L 16 23.3125 Z M 20.75 14 L 24.96875 14 L 18.375 22.375 Z\"/></svg></li><li title=\"gem \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 9.53125 6 L 4.21875 12.375 L 3.71875 12.96875 L 4.21875 13.625 L 15.21875 27.625 L 16 28.625 L 16.78125 27.625 L 27.78125 13.625 L 28.28125 12.96875 L 27.78125 12.375 L 22.46875 6 Z M 10.46875 8 L 14.125 8 L 11.4375 12 L 7.125 12 Z M 17.875 8 L 21.53125 8 L 24.875 12 L 20.5625 12 Z M 16 8.84375 L 18.125 12 L 13.875 12 Z M 7.03125 14 L 11.25 14 L 13.625 22.40625 Z M 13.3125 14 L 18.65625 14 L 16 23.3125 Z M 20.75 14 L 24.96875 14 L 18.375 22.375 Z\"/></svg></li><li title=\"genderless solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 11.59375 4 8 7.59375 8 12 C 8 16.066406 11.066406 19.4375 15 19.9375 L 15 28 L 17 28 L 17 19.9375 C 20.933594 19.4375 24 16.066406 24 12 C 24 7.59375 20.40625 4 16 4 Z M 16 6 C 19.324219 6 22 8.675781 22 12 C 22 15.324219 19.324219 18 16 18 C 12.675781 18 10 15.324219 10 12 C 10 8.675781 12.675781 6 16 6 Z\"/></svg></li><li title=\"get pocket \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 7 5 C 5.355469 5 4 6.355469 4 8 L 4 15 C 4 21.617188 9.382813 27 16 27 C 22.617188 27 28 21.617188 28 15 L 28 8 C 28 6.355469 26.644531 5 25 5 Z M 7 7 L 25 7 C 25.566406 7 26 7.433594 26 8 L 26 15 C 26 20.535156 21.535156 25 16 25 C 10.464844 25 6 20.535156 6 15 L 6 8 C 6 7.433594 6.433594 7 7 7 Z M 10.65625 11.40625 C 10.273438 11.40625 9.886719 11.582031 9.59375 11.875 C 9.007813 12.460938 9.007813 13.382813 9.59375 13.96875 L 15 19.375 C 15.28125 19.65625 15.664063 19.8125 16.0625 19.8125 C 16.460938 19.8125 16.84375 19.65625 17.125 19.375 L 22.40625 14.125 C 22.992188 13.539063 22.992188 12.585938 22.40625 12 C 21.820313 11.414063 20.867188 11.414063 20.28125 12 L 16.0625 16.21875 L 11.71875 11.875 C 11.425781 11.582031 11.039063 11.40625 10.65625 11.40625 Z\"/></svg></li><li title=\"gg circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 8.832 23.168 3 16 3 z M 16 5 C 22.065 5 27 9.935 27 16 C 27 22.065 22.065 27 16 27 C 9.935 27 5 22.065 5 16 C 5 9.935 9.935 5 16 5 z M 18.544922 9.4863281 L 14.691406 13.339844 L 18.65625 17.306641 L 19.910156 16.052734 L 17.181641 13.335938 L 18.542969 11.974609 L 22.509766 15.941406 L 18.542969 19.90625 L 17.972656 19.337891 L 16.734375 20.589844 L 18.542969 22.398438 L 25 15.945312 L 18.544922 9.4863281 z M 13.457031 9.5976562 L 7 16.054688 L 13.457031 22.511719 L 17.308594 18.650391 L 13.34375 14.683594 L 12.089844 15.9375 L 14.818359 18.654297 L 13.451172 20.019531 L 9.4863281 16.054688 L 13.451172 12.087891 L 14.021484 12.658203 L 15.265625 11.414062 L 13.457031 9.5976562 z\"/></svg></li><li title=\"gg \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 12 6.59375 L 11.28125 7.28125 L 3.28125 15.28125 L 2.59375 16 L 3.28125 16.71875 L 11.28125 24.71875 L 12 25.40625 L 12.71875 24.71875 L 16.71875 20.71875 L 17.40625 20 L 16.71875 19.28125 L 11.71875 14.28125 L 10.28125 15.71875 L 14.5625 20 L 12 22.5625 L 5.4375 16 L 12 9.4375 L 13.28125 10.71875 L 14.71875 9.28125 L 12.71875 7.28125 Z M 20 6.59375 L 19.28125 7.28125 L 15.28125 11.28125 L 14.59375 12 L 15.28125 12.71875 L 20.28125 17.71875 L 21.71875 16.28125 L 17.4375 12 L 20 9.4375 L 26.5625 16 L 20 22.5625 L 18.71875 21.28125 L 17.28125 22.71875 L 19.28125 24.71875 L 20 25.40625 L 20.71875 24.71875 L 28.71875 16.71875 L 29.40625 16 L 28.71875 15.28125 L 20.71875 7.28125 Z\"/></svg></li><li title=\"ghost solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 14.0625 3 12.570313 3.507813 11.5 4.34375 C 10.429688 5.179688 9.8125 6.304688 9.375 7.34375 C 8.9375 8.382813 8.65625 9.378906 8.375 10.09375 C 8.09375 10.808594 7.859375 11.085938 7.65625 11.15625 C 4.828125 12.160156 3 14.863281 3 18 L 3 19 L 4 19 C 5.347656 19 6.003906 19.28125 6.3125 19.53125 C 6.621094 19.78125 6.742188 20.066406 6.8125 20.5625 C 6.882813 21.058594 6.847656 21.664063 6.9375 22.34375 C 6.984375 22.683594 7.054688 23.066406 7.28125 23.4375 C 7.507813 23.808594 7.917969 24.128906 8.375 24.28125 C 9.433594 24.632813 10.113281 24.855469 10.53125 25.09375 C 10.949219 25.332031 11.199219 25.546875 11.53125 26.25 C 11.847656 26.917969 12.273438 27.648438 13.03125 28.1875 C 13.789063 28.726563 14.808594 29.015625 16.09375 29 C 18.195313 28.972656 19.449219 27.886719 20.09375 26.9375 C 20.417969 26.460938 20.644531 26.050781 20.84375 25.78125 C 21.042969 25.511719 21.164063 25.40625 21.375 25.34375 C 22.730469 24.9375 23.605469 24.25 24.09375 23.46875 C 24.582031 22.6875 24.675781 21.921875 24.8125 21.40625 C 24.949219 20.890625 25.046875 20.6875 25.375 20.46875 C 25.703125 20.25 26.453125 20 28 20 L 29 20 L 29 19 C 29 17.621094 29.046875 16.015625 28.4375 14.5 C 27.828125 12.984375 26.441406 11.644531 24.15625 11.125 C 24.132813 11.121094 24.105469 11.132813 24 11 C 23.894531 10.867188 23.734375 10.601563 23.59375 10.25 C 23.3125 9.550781 23.042969 8.527344 22.59375 7.46875 C 22.144531 6.410156 21.503906 5.269531 20.4375 4.40625 C 19.371094 3.542969 17.90625 3 16 3 Z M 16 5 C 17.539063 5 18.480469 5.394531 19.1875 5.96875 C 19.894531 6.542969 20.367188 7.347656 20.75 8.25 C 21.132813 9.152344 21.402344 10.128906 21.75 11 C 21.921875 11.433594 22.109375 11.839844 22.40625 12.21875 C 22.703125 12.597656 23.136719 12.96875 23.6875 13.09375 C 25.488281 13.503906 26.15625 14.242188 26.5625 15.25 C 26.871094 16.015625 26.878906 17.066406 26.90625 18.09375 C 25.796875 18.1875 24.886719 18.386719 24.25 18.8125 C 23.40625 19.378906 23.050781 20.25 22.875 20.90625 C 22.699219 21.5625 22.632813 22.042969 22.40625 22.40625 C 22.179688 22.769531 21.808594 23.128906 20.78125 23.4375 C 20.070313 23.652344 19.558594 24.140625 19.21875 24.59375 C 18.878906 25.046875 18.675781 25.460938 18.4375 25.8125 C 17.960938 26.515625 17.617188 26.980469 16.0625 27 C 15.078125 27.011719 14.550781 26.820313 14.1875 26.5625 C 13.824219 26.304688 13.558594 25.929688 13.3125 25.40625 C 12.867188 24.460938 12.269531 23.765625 11.53125 23.34375 C 10.792969 22.921875 10.023438 22.714844 9 22.375 C 8.992188 22.359375 8.933594 22.285156 8.90625 22.09375 C 8.855469 21.710938 8.886719 21.035156 8.78125 20.28125 C 8.675781 19.527344 8.367188 18.613281 7.5625 17.96875 C 7 17.515625 6.195313 17.289063 5.25 17.15625 C 5.542969 15.230469 6.554688 13.65625 8.3125 13.03125 C 9.375 12.65625 9.898438 11.730469 10.25 10.84375 C 10.601563 9.957031 10.851563 8.96875 11.21875 8.09375 C 11.585938 7.21875 12.019531 6.480469 12.71875 5.9375 C 13.417969 5.394531 14.402344 5 16 5 Z M 13 9 C 12.449219 9 12 9.671875 12 10.5 C 12 11.328125 12.449219 12 13 12 C 13.550781 12 14 11.328125 14 10.5 C 14 9.671875 13.550781 9 13 9 Z M 17 9 C 16.449219 9 16 9.671875 16 10.5 C 16 11.328125 16.449219 12 17 12 C 17.550781 12 18 11.328125 18 10.5 C 18 9.671875 17.550781 9 17 9 Z\"/></svg></li><li title=\"gift solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 12 5 C 10.355469 5 9 6.355469 9 8 C 9 8.351563 9.074219 8.683594 9.1875 9 L 4 9 L 4 15 L 5 15 L 5 28 L 27 28 L 27 15 L 28 15 L 28 9 L 22.8125 9 C 22.925781 8.683594 23 8.351563 23 8 C 23 6.355469 21.644531 5 20 5 C 18.25 5 17.0625 6.328125 16.28125 7.4375 C 16.175781 7.585938 16.09375 7.730469 16 7.875 C 15.90625 7.730469 15.824219 7.585938 15.71875 7.4375 C 14.9375 6.328125 13.75 5 12 5 Z M 12 7 C 12.625 7 13.4375 7.671875 14.0625 8.5625 C 14.214844 8.78125 14.191406 8.792969 14.3125 9 L 12 9 C 11.433594 9 11 8.566406 11 8 C 11 7.433594 11.433594 7 12 7 Z M 20 7 C 20.566406 7 21 7.433594 21 8 C 21 8.566406 20.566406 9 20 9 L 17.6875 9 C 17.808594 8.792969 17.785156 8.78125 17.9375 8.5625 C 18.5625 7.671875 19.375 7 20 7 Z M 6 11 L 26 11 L 26 13 L 17 13 L 17 12 L 15 12 L 15 13 L 6 13 Z M 7 15 L 25 15 L 25 26 L 17 26 L 17 16 L 15 16 L 15 26 L 7 26 Z\"/></svg></li><li title=\"gifts solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 9 4 L 9 7.234375 L 5.515625 5.1425781 L 4.484375 6.8574219 L 6.3886719 8 L 3 8 L 3 27 L 9 27 L 9 25 L 5 25 L 5 10 L 13.027344 10 C 13.860344 9.38 14.884 9 16 9 C 16.352 9 16.682 9.0415625 17 9.1015625 L 17 8 L 13.611328 8 L 15.515625 6.8574219 L 14.484375 5.1425781 L 11 7.234375 L 11 4 L 9 4 z M 16 11 C 14.355 11 13 12.355 13 14 C 13 14.352 13.0745 14.684 13.1875 15 L 11 15 L 11 17 L 11 27 L 29 27 L 29 17 L 29 15 L 26.8125 15 C 26.9265 14.684 27 14.352 27 14 C 27 12.355 25.645 11 24 11 C 22.25 11 21.06225 12.3275 20.28125 13.4375 C 20.17625 13.5855 20.093 13.731953 20 13.876953 C 19.906 13.731953 19.82375 13.5865 19.71875 13.4375 C 18.93675 12.3275 17.75 11 16 11 z M 16 13 C 16.625 13 17.4375 13.6715 18.0625 14.5625 C 18.2145 14.7815 18.1915 14.793953 18.3125 15.001953 L 16 15.001953 C 15.434 15.001953 15 14.567953 15 14.001953 C 15 13.435953 15.434 13 16 13 z M 24 13 C 24.566 13 25 13.434 25 14 C 25 14.566 24.566 15 24 15 L 21.6875 15 C 21.8095 14.793 21.7855 14.7805 21.9375 14.5625 C 22.5625 13.6715 23.375 13 24 13 z M 13 17 L 19 17 L 19 25 L 13 25 L 13 17 z M 21 17 L 27 17 L 27 25 L 21 25 L 21 17 z\"/></svg></li><li title=\"git alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 2 C 15.496094 2 15.003906 2.183594 14.625 2.5625 L 11.8125 5.40625 C 11.660156 5.488281 11.53125 5.605469 11.4375 5.75 L 2.5625 14.625 C 1.804688 15.378906 1.804688 16.617188 2.5625 17.375 L 14.625 29.4375 C 15.382813 30.191406 16.617188 30.191406 17.375 29.4375 L 29.4375 17.375 C 30.195313 16.621094 30.195313 15.382813 29.4375 14.625 L 17.375 2.5625 C 16.996094 2.183594 16.503906 2 16 2 Z M 16 4.03125 L 27.96875 16 L 16 27.96875 L 4.03125 16 L 12.3125 7.71875 L 14.0625 9.46875 C 14.015625 9.636719 14 9.816406 14 10 C 14 10.738281 14.402344 11.371094 15 11.71875 L 15 20.28125 C 14.402344 20.628906 14 21.261719 14 22 C 14 23.105469 14.894531 24 16 24 C 17.105469 24 18 23.105469 18 22 C 18 21.261719 17.597656 20.628906 17 20.28125 L 17 12.4375 L 20.0625 15.5 C 20.019531 15.660156 20 15.828125 20 16 C 20 17.105469 20.894531 18 22 18 C 23.105469 18 24 17.105469 24 16 C 24 14.894531 23.105469 14 22 14 C 21.828125 14 21.660156 14.019531 21.5 14.0625 L 17.9375 10.5 C 17.980469 10.339844 18 10.171875 18 10 C 18 8.894531 17.105469 8 16 8 C 15.816406 8 15.636719 8.015625 15.46875 8.0625 L 13.71875 6.3125 Z\"/></svg></li><li title=\"git square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 L 5 5 z M 7 7 L 25 7 L 25 25 L 7 25 L 7 7 z M 16.871094 10.361328 C 16.239094 10.361328 15.869141 10.699078 15.869141 11.330078 C 15.869141 11.973078 16.240094 12.332031 16.871094 12.332031 C 17.513094 12.332031 17.882812 11.972078 17.882812 11.330078 C 17.882812 10.698078 17.513094 10.361328 16.871094 10.361328 z M 19.984375 11.416016 C 19.864375 12.624016 19.472906 13.113656 18.503906 13.222656 L 18.503906 14.214844 C 19.396906 14.214844 19.363281 14.180266 19.363281 14.322266 L 19.363281 17.240234 C 19.363281 18.492234 19.865359 19 21.193359 19 C 21.824359 19 22.521 18.820078 23 18.580078 L 22.695312 17.597656 C 20.910312 18.272656 21 17.054141 21 16.869141 L 21 14.212891 L 22.695312 14.212891 L 22.695312 13.103516 L 21 13.103516 L 21 11.416016 L 19.984375 11.416016 z M 11.728516 13.214844 C 10.571031 13.219906 9.1738281 13.682109 9.1738281 15.380859 C 9.1738281 16.196859 9.5888125 16.773875 10.132812 17.046875 C 9.4468125 17.676875 9.1191406 17.970766 9.1191406 18.384766 C 9.1191406 18.689766 9.250375 18.960047 9.609375 19.123047 C 9.228375 19.483047 9 19.756812 9 20.257812 C 9 21.128812 9.7723906 21.640625 11.775391 21.640625 C 13.713391 21.640625 14.835938 20.921437 14.835938 19.648438 C 14.835938 18.037437 13.6055 18.102969 10.6875 17.917969 L 11.056641 17.328125 C 11.796641 17.535125 14.300781 17.601516 14.300781 15.478516 C 14.300781 14.966516 14.093719 14.607422 13.886719 14.357422 L 14.910156 14.28125 L 14.910156 13.332031 L 12.744141 13.332031 C 12.471891 13.261281 12.114344 13.213156 11.728516 13.214844 z M 15.554688 13.224609 L 15.433594 14.128906 C 16.119594 14.367906 16.173828 14.3335 16.173828 14.5625 L 16.173828 17.839844 C 16.173828 18.079844 16.162594 18.036766 15.433594 18.134766 L 15.433594 19 L 18.601562 19 L 18.601562 18.134766 L 18.035156 18.058594 C 17.872156 18.036594 17.861328 18.013844 17.861328 17.839844 L 17.861328 13.224609 L 15.554688 13.224609 z M 11.820312 14.322266 C 13.180312 14.322266 13.213109 16.261719 11.787109 16.261719 C 10.350109 16.261719 10.415313 14.322266 11.820312 14.322266 z M 10.599609 19.417969 C 12.722609 19.570969 13.179687 19.516406 13.179688 19.941406 C 13.179688 20.823406 10.316406 20.822859 10.316406 20.005859 C 10.316406 19.787859 10.457609 19.602969 10.599609 19.417969 z\"/></svg></li><li title=\"git \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 2 C 15.496094 2 15.003906 2.183594 14.625 2.5625 L 11.8125 5.40625 C 11.660156 5.488281 11.53125 5.605469 11.4375 5.75 L 2.5625 14.625 C 1.804688 15.378906 1.804688 16.617188 2.5625 17.375 L 14.625 29.4375 C 15.382813 30.191406 16.617188 30.191406 17.375 29.4375 L 29.4375 17.375 C 30.195313 16.621094 30.195313 15.382813 29.4375 14.625 L 17.375 2.5625 C 16.996094 2.183594 16.503906 2 16 2 Z M 16 4.03125 L 27.96875 16 L 16 27.96875 L 4.03125 16 L 12.3125 7.71875 L 14.0625 9.46875 C 14.015625 9.636719 14 9.816406 14 10 C 14 10.738281 14.402344 11.371094 15 11.71875 L 15 20.28125 C 14.402344 20.628906 14 21.261719 14 22 C 14 23.105469 14.894531 24 16 24 C 17.105469 24 18 23.105469 18 22 C 18 21.261719 17.597656 20.628906 17 20.28125 L 17 12.4375 L 20.0625 15.5 C 20.019531 15.660156 20 15.828125 20 16 C 20 17.105469 20.894531 18 22 18 C 23.105469 18 24 17.105469 24 16 C 24 14.894531 23.105469 14 22 14 C 21.828125 14 21.660156 14.019531 21.5 14.0625 L 17.9375 10.5 C 17.980469 10.339844 18 10.171875 18 10 C 18 8.894531 17.105469 8 16 8 C 15.816406 8 15.636719 8.015625 15.46875 8.0625 L 13.71875 6.3125 Z\"/></svg></li><li title=\"github alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5.6875 5 C 5.6875 5 5 6.207031 5 8.25 C 5 9.605469 5.308594 10.320313 5.53125 10.6875 C 3.96875 12.3125 3 14.515625 3 17.34375 C 3 24.585938 7.589844 27 16 27 C 24.410156 27 29 24.585938 29 17.34375 C 29 14.417969 28.085938 12.21875 26.59375 10.625 C 26.964844 9.515625 27.382813 7.421875 26.34375 5 C 23.242188 5 20.65625 7.382813 20.5625 7.46875 C 19.113281 7.152344 17.574219 7 16 7 C 14.394531 7 12.820313 7.195313 11.34375 7.5625 C 9.265625 5.503906 6.757813 5 5.6875 5 Z M 20.6875 15.4375 C 21.53125 15.429688 22.3125 15.5 23 15.71875 C 24.832031 16.300781 26 17.984375 26 19.875 C 26 25.109375 23.191406 26 16 26 C 10.65625 26 6.3125 25.058594 6.3125 20.0625 C 6.3125 18.15625 7.347656 17.078125 8.09375 16.40625 C 9.734375 14.929688 12.324219 15.65625 16 15.65625 C 17.671875 15.65625 19.277344 15.453125 20.6875 15.4375 Z M 10.5 18 C 9.671875 18 9 18.894531 9 20 C 9 21.105469 9.671875 22 10.5 22 C 11.328125 22 12 21.105469 12 20 C 12 18.894531 11.328125 18 10.5 18 Z M 21.5 18 C 20.671875 18 20 18.894531 20 20 C 20 21.105469 20.671875 22 21.5 22 C 22.328125 22 23 21.105469 23 20 C 23 18.894531 22.328125 18 21.5 18 Z M 10.34375 18.84375 C 10.578125 18.84375 10.75 19.042969 10.75 19.28125 C 10.75 19.519531 10.578125 19.71875 10.34375 19.71875 C 10.109375 19.71875 9.90625 19.519531 9.90625 19.28125 C 9.90625 19.042969 10.109375 18.84375 10.34375 18.84375 Z M 21.34375 18.84375 C 21.578125 18.84375 21.75 19.042969 21.75 19.28125 C 21.75 19.519531 21.578125 19.71875 21.34375 19.71875 C 21.109375 19.71875 20.90625 19.519531 20.90625 19.28125 C 20.90625 19.042969 21.109375 18.84375 21.34375 18.84375 Z\"/></svg></li><li title=\"github square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 L 5 5 z M 7 7 L 25 7 L 25 25 L 7 25 L 7 7 z M 15.908203 9 C 11.989203 9 9 11.974766 9 15.884766 C 9 19.017766 10.967203 21.699578 13.783203 22.642578 C 14.148203 22.706578 14.275391 22.482781 14.275391 22.300781 C 14.275391 22.126781 14.267578 21.159453 14.267578 20.564453 C 14.267578 20.564453 12.283094 20.991656 11.871094 19.722656 C 11.871094 19.722656 11.547891 18.905406 11.087891 18.691406 C 11.087891 18.691406 10.444766 18.247859 11.134766 18.255859 C 11.134766 18.255859 11.833656 18.312328 12.222656 18.986328 C 12.840656 20.081328 13.878203 19.762078 14.283203 19.580078 C 14.346203 19.128078 14.530328 18.810906 14.736328 18.628906 C 13.157328 18.454906 11.5625 18.224719 11.5625 15.511719 C 11.5625 14.733719 11.776516 14.345703 12.228516 13.845703 C 12.156516 13.662703 11.911781 12.901781 12.300781 11.925781 C 12.895781 11.742781 14.251953 12.6875 14.251953 12.6875 C 14.814953 12.5365 15.424344 12.449219 16.027344 12.449219 C 16.630344 12.449219 17.241688 12.5365 17.804688 12.6875 C 17.804688 12.6875 19.160859 11.743781 19.755859 11.925781 C 20.143859 12.909781 19.897172 13.663703 19.826172 13.845703 C 20.278172 14.345703 20.556641 14.734719 20.556641 15.511719 C 20.556641 18.239719 18.8905 18.454906 17.3125 18.628906 C 17.5745 18.850906 17.796875 19.2715 17.796875 19.9375 C 17.796875 20.8895 17.789062 22.072734 17.789062 22.302734 C 17.789063 22.484734 17.916438 22.705578 18.273438 22.642578 C 21.088437 21.698578 23 19.017766 23 15.884766 C 23 11.974766 19.827203 9 15.908203 9 z M 11.5625 18.486328 C 11.5065 18.470328 11.459359 18.479719 11.443359 18.511719 C 11.427359 18.543719 11.449859 18.589094 11.505859 18.621094 C 11.553859 18.645094 11.609 18.637656 11.625 18.597656 C 11.641 18.565656 11.6185 18.517328 11.5625 18.486328 z M 11.816406 18.722656 C 11.789656 18.716656 11.764141 18.720234 11.744141 18.740234 C 11.704141 18.772234 11.711766 18.834625 11.759766 18.890625 C 11.807766 18.930625 11.870156 18.954062 11.910156 18.914062 C 11.950156 18.882062 11.942531 18.819672 11.894531 18.763672 C 11.870531 18.743672 11.843156 18.728656 11.816406 18.722656 z M 12.113281 19.089844 C 12.084531 19.079844 12.053297 19.081656 12.029297 19.097656 C 11.981297 19.129656 11.981297 19.202625 12.029297 19.265625 C 12.077297 19.328625 12.149453 19.360125 12.189453 19.328125 C 12.236453 19.296125 12.236453 19.216297 12.189453 19.154297 C 12.169453 19.122297 12.142031 19.099844 12.113281 19.089844 z M 12.4375 19.486328 C 12.404875 19.482328 12.375469 19.493578 12.355469 19.517578 C 12.316469 19.557578 12.331531 19.635406 12.394531 19.691406 C 12.457531 19.755406 12.536172 19.764797 12.576172 19.716797 C 12.616172 19.684797 12.593109 19.597016 12.537109 19.541016 C 12.505609 19.509016 12.470125 19.490328 12.4375 19.486328 z M 12.982422 19.802734 C 12.911422 19.786734 12.824594 19.809234 12.808594 19.865234 C 12.792594 19.921234 12.848734 19.985953 12.927734 20.001953 C 12.998734 20.033953 13.085562 20.000312 13.101562 19.945312 C 13.125563 19.890312 13.069422 19.826734 12.982422 19.802734 z M 14.052734 19.828125 C 13.973734 19.844125 13.917781 19.899891 13.925781 19.962891 C 13.933781 20.017891 14.012797 20.049203 14.091797 20.033203 C 14.178797 20.017203 14.23475 19.96225 14.21875 19.90625 C 14.21075 19.85025 14.132734 19.819125 14.052734 19.828125 z M 13.529297 19.890625 C 13.441297 19.890625 13.378906 19.938141 13.378906 19.994141 C 13.378906 20.057141 13.442109 20.105656 13.537109 20.097656 C 13.625109 20.097656 13.6875 20.050141 13.6875 19.994141 C 13.6875 19.930141 13.609297 19.882625 13.529297 19.890625 z\"/></svg></li><li title=\"github \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path fill-rule=\"evenodd\" d=\"M 16 4 C 9.371094 4 4 9.371094 4 16 C 4 21.300781 7.4375 25.800781 12.207031 27.386719 C 12.808594 27.496094 13.027344 27.128906 13.027344 26.808594 C 13.027344 26.523438 13.015625 25.769531 13.011719 24.769531 C 9.671875 25.492188 8.96875 23.160156 8.96875 23.160156 C 8.421875 21.773438 7.636719 21.402344 7.636719 21.402344 C 6.546875 20.660156 7.71875 20.675781 7.71875 20.675781 C 8.921875 20.761719 9.554688 21.910156 9.554688 21.910156 C 10.625 23.746094 12.363281 23.214844 13.046875 22.910156 C 13.15625 22.132813 13.46875 21.605469 13.808594 21.304688 C 11.144531 21.003906 8.34375 19.972656 8.34375 15.375 C 8.34375 14.0625 8.8125 12.992188 9.578125 12.152344 C 9.457031 11.851563 9.042969 10.628906 9.695313 8.976563 C 9.695313 8.976563 10.703125 8.65625 12.996094 10.207031 C 13.953125 9.941406 14.980469 9.808594 16 9.804688 C 17.019531 9.808594 18.046875 9.941406 19.003906 10.207031 C 21.296875 8.65625 22.300781 8.976563 22.300781 8.976563 C 22.957031 10.628906 22.546875 11.851563 22.421875 12.152344 C 23.191406 12.992188 23.652344 14.0625 23.652344 15.375 C 23.652344 19.984375 20.847656 20.996094 18.175781 21.296875 C 18.605469 21.664063 18.988281 22.398438 18.988281 23.515625 C 18.988281 25.121094 18.976563 26.414063 18.976563 26.808594 C 18.976563 27.128906 19.191406 27.503906 19.800781 27.386719 C 24.566406 25.796875 28 21.300781 28 16 C 28 9.371094 22.628906 4 16 4 Z\"/></svg></li><li title=\"gitkraken \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 21.119141 5.0019531 C 20.911766 4.9825469 20.701766 5.0924219 20.603516 5.2949219 C 20.481516 5.5469219 20.577406 5.8533281 20.816406 5.9863281 C 23.881406 7.7063281 25.957031 11.019172 25.957031 14.826172 C 25.957031 19.095172 23.342484 22.746609 19.646484 24.224609 L 19.646484 20.005859 C 20.287484 19.799859 20.771484 19.195656 20.771484 18.472656 C 20.771484 17.873656 20.464234 17.356172 19.990234 17.076172 C 20.365234 13.438172 21.998047 14.396281 21.998047 13.238281 L 21.998047 12.564453 C 21.998047 10.825453 18.030781 5.1612969 16.175781 5.0292969 C 16.062781 5.0202969 15.949031 5.0202969 15.832031 5.0292969 C 13.972031 5.1662969 10.005859 10.826453 10.005859 12.564453 L 10.005859 13.242188 C 10.005859 14.400187 11.645625 13.438078 12.015625 17.080078 C 11.537625 17.359078 11.234375 17.876562 11.234375 18.476562 C 11.234375 19.199562 11.712516 19.803766 12.353516 20.009766 L 12.353516 24.228516 C 8.6565156 22.755516 6.0429688 19.104078 6.0429688 14.830078 C 6.0429688 11.028078 8.1185937 7.7152344 11.183594 5.9902344 C 11.427594 5.8532344 11.518484 5.5508281 11.396484 5.2988281 C 11.265484 5.0288281 10.939734 4.9243125 10.677734 5.0703125 C 7.2927344 6.9703125 5 10.629078 5 14.830078 C 5 20.078078 8.574625 24.477016 13.390625 25.666016 L 13.390625 20.90625 C 13.733625 21.02025 14.073688 21.117406 14.429688 21.191406 L 14.429688 26.851562 C 8.5706875 26.074563 4.0371094 20.989078 4.0371094 14.830078 C 4.0371094 13.329078 4.3087813 11.8895 4.8007812 10.5625 C 4.8997813 10.2975 4.7745781 10.004531 4.5175781 9.8945312 C 4.2465781 9.7755313 3.9301719 9.9113125 3.8261719 10.195312 C 3.2931719 11.636313 3 13.196078 3 14.830078 C 3 21.927078 8.5346563 27.716 15.472656 28 L 15.472656 21.324219 C 15.779656 21.342219 16.148344 21.347219 16.527344 21.324219 L 16.527344 27.994141 C 23.465344 27.715141 29 21.927078 29 14.830078 C 29 13.196078 28.706828 11.637406 28.173828 10.191406 C 28.069828 9.9124063 27.753422 9.7696719 27.482422 9.8886719 C 27.225422 9.9986719 27.099219 10.295641 27.199219 10.556641 C 27.691219 11.883641 27.962891 13.325172 27.962891 14.826172 C 27.962891 20.985172 23.434312 26.069656 17.570312 26.847656 L 17.570312 21.1875 C 17.927312 21.1185 18.271375 21.021344 18.609375 20.902344 L 18.609375 25.662109 C 23.425375 24.477109 27 20.075172 27 14.826172 C 27 10.625172 24.707266 6.9654062 21.322266 5.0664062 C 21.258016 5.0299062 21.188266 5.0084219 21.119141 5.0019531 z M 12.845703 17.390625 C 13.436703 17.390625 13.914062 17.875609 13.914062 18.474609 C 13.914062 19.068609 13.441703 19.558594 12.845703 19.558594 C 12.249703 19.558594 11.775391 19.068609 11.775391 18.474609 C 11.775391 17.880609 12.249703 17.390625 12.845703 17.390625 z M 19.154297 17.392578 C 19.741297 17.392578 20.224609 17.872563 20.224609 18.476562 C 20.224609 19.075563 19.746297 19.560547 19.154297 19.560547 C 18.567297 19.560547 18.085938 19.080563 18.085938 18.476562 C 18.085938 17.877562 18.563297 17.392578 19.154297 17.392578 z\"/></svg></li><li title=\"gitlab \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 8.382813 1.972656 L 4.078125 13.453125 L 3.835938 14.105469 L 1.796875 19.542969 L 16 29.875 L 30.203125 19.542969 L 28.164063 14.105469 L 23.613281 1.972656 L 19.882813 13.453125 L 12.117188 13.453125 Z M 8.25 8.027344 L 10.015625 13.453125 L 6.214844 13.453125 Z M 23.75 8.027344 L 25.785156 13.453125 L 21.984375 13.453125 Z M 5.464844 15.453125 L 10.664063 15.453125 L 14.09375 26.015625 L 4.203125 18.820313 Z M 12.765625 15.453125 L 19.234375 15.453125 L 16 25.402344 Z M 21.335938 15.453125 L 26.53125 15.453125 L 27.796875 18.820313 L 17.902344 26.015625 Z\"/></svg></li><li title=\"gitter \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6 2 L 6 19 L 8 19 L 8 2 L 6 2 z M 12 6 L 12 30 L 14 30 L 14 6 L 12 6 z M 18 6 L 18 30 L 20 30 L 20 6 L 18 6 z M 24 6 L 24 19 L 26 19 L 26 6 L 24 6 z\"/></svg></li><li title=\"glass cheers solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 24.84375 4.0625 L 23.875 4.34375 L 16.1875 6.53125 L 15.25 6.8125 L 15.4375 7.5 L 8.21875 5.40625 L 7.25 5.125 L 6.96875 6.09375 L 4.15625 15.65625 C 3.816406 16.839844 3.609375 18.253906 4 19.625 C 4.316406 20.734375 5.109375 21.800781 6.34375 22.4375 L 5.4375 25.71875 L 2.5625 24.875 L 2 26.8125 L 9.6875 29.03125 L 10.25 27.09375 L 7.375 26.25 L 8.28125 23 C 9.664063 23.113281 10.890625 22.613281 11.75 21.84375 C 12.8125 20.890625 13.410156 19.621094 13.75 18.4375 L 16.21875 10.1875 L 18.25 17.40625 L 18.25 17.4375 C 18.589844 18.621094 19.1875 19.890625 20.25 20.84375 C 21.117188 21.621094 22.328125 22.089844 23.71875 21.96875 L 24.625 25.25 L 21.75 26.09375 L 22.3125 28.03125 L 30 25.8125 L 29.4375 23.875 L 26.5625 24.71875 L 25.625 21.4375 C 26.859375 20.800781 27.652344 19.734375 27.96875 18.625 C 28.359375 17.253906 28.183594 15.839844 27.84375 14.65625 L 25.125 5.03125 Z M 23.5 6.53125 L 24.75 11 L 18.5 11 L 17.71875 8.1875 Z M 8.625 7.625 L 14.375 9.25 L 13.5625 12 L 7.3125 12 Z M 19.0625 13 L 25.3125 13 L 25.9375 15.21875 C 26.207031 16.148438 26.300781 17.253906 26.0625 18.09375 C 25.824219 18.933594 25.371094 19.523438 24.15625 19.875 C 22.941406 20.226563 22.242188 19.957031 21.59375 19.375 C 20.945313 18.792969 20.425781 17.804688 20.15625 16.875 Z M 6.71875 14 L 12.96875 14 L 11.84375 17.875 L 11.8125 17.875 C 11.542969 18.804688 11.054688 19.792969 10.40625 20.375 C 9.757813 20.957031 9.058594 21.226563 7.84375 20.875 C 6.628906 20.523438 6.175781 19.933594 5.9375 19.09375 C 5.699219 18.253906 5.792969 17.148438 6.0625 16.21875 Z\"/></svg></li><li title=\"glass martini alt solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 8.5 4 C 5.464844 4 3 6.464844 3 9.5 C 3 12.535156 5.464844 15 8.5 15 C 9.3125 15 10.078125 14.796875 10.78125 14.46875 L 16 21.34375 L 16 27 L 12 27 L 12 29 L 22 29 L 22 27 L 18 27 L 18 21.34375 L 26.8125 9.71875 L 27 9.4375 L 27 8 L 13.75 8 C 13.144531 5.679688 10.984375 4 8.5 4 Z M 8.5 6 C 9.890625 6 11.089844 6.839844 11.625 8 L 7 8 L 7 9.4375 L 7.1875 9.71875 L 9.53125 12.8125 C 9.1875 12.933594 8.835938 13 8.5 13 C 6.535156 13 5 11.464844 5 9.5 C 5 7.535156 6.535156 6 8.5 6 Z M 9.9375 10 L 24.0625 10 L 22.5625 12 L 13.5 12 L 15 14 L 21.03125 14 L 17 19.34375 Z\"/></svg></li><li title=\"glass martini solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 6.3398438 L 15 19.339844 L 15 26 L 10 26 L 10 28 L 22 28 L 22 26 L 17 26 L 17 19.339844 L 27 6.3398438 L 27 5 L 5 5 z M 8.03125 7 L 23.96875 7 L 22.429688 9 L 11.919922 9 L 13.458984 11 L 20.892578 11 L 16 17.359375 L 8.03125 7 z\"/></svg></li><li title=\"glass whiskey solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 4.8183594 7 L 8.1523438 27 L 23.847656 27 L 27.179688 7 L 4.8183594 7 z M 7.1816406 9 L 24.820312 9 L 23.154297 19 L 10.669922 19 L 11 21 L 22.820312 21 L 22.154297 25 L 9.8476562 25 L 7.1816406 9 z\"/></svg></li><li title=\"glasses solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5.0625 6 L 4.8125 6.65625 L 1.3125 16 L 0 16 L 0 18 L 1 18 L 1 20 C 1 23.296875 3.703125 26 7 26 L 9 26 C 12.296875 26 15 23.296875 15 20 L 15 17 C 15 16.433594 15.433594 16 16 16 C 16.566406 16 17 16.433594 17 17 L 17 20 C 17 23.296875 19.703125 26 23 26 L 25 26 C 28.296875 26 31 23.296875 31 20 L 31 18 L 32 18 L 32 16 L 30.6875 16 L 27.1875 6.65625 L 26.9375 6 L 25 6 L 24.71875 6.375 L 22.21875 9.375 L 23.78125 10.625 L 25.6875 8.3125 L 28.5625 16 L 18.8125 16 C 18.394531 14.84375 17.292969 14 16 14 C 14.707031 14 13.605469 14.84375 13.1875 16 L 3.4375 16 L 6.3125 8.3125 L 8.21875 10.625 L 9.78125 9.375 L 7.28125 6.375 L 7 6 Z M 3 18 L 13 18 L 13 20 C 13 22.203125 11.203125 24 9 24 L 7 24 C 4.796875 24 3 22.203125 3 20 Z M 19 18 L 29 18 L 29 20 C 29 22.203125 27.203125 24 25 24 L 23 24 C 20.796875 24 19 22.203125 19 20 Z\"/></svg></li><li title=\"glide g \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16.035156 3 C 10.190156 3 7 8.7732188 7 13.074219 C 7 17.538219 9.8365313 20.011719 14.269531 20.011719 C 14.878531 20.011719 14.828125 19.961078 14.828125 20.205078 C 13.970125 26.751078 10.216797 26.964766 10.216797 25.009766 C 10.216797 23.018766 12.966188 22.524344 12.992188 22.402344 C 12.976188 21.782344 10.604 21 10 21 C 8.279 21.005 7 23.108156 7 24.535156 C 7 27.171156 8.5407969 29 11.216797 29 C 15.146797 29 18.021297 25.048234 18.904297 21.615234 C 19.671297 18.543234 19.473297 18.402594 19.904297 18.183594 C 21.539297 17.360594 22.824969 17.572266 24.667969 17.572266 C 25.571969 17.572266 26.216203 17.761 27.658203 18 C 27.805203 18 27.998047 17.853078 27.998047 17.705078 C 27.999047 17.299078 26.381 14.340359 26 14.193359 C 25.822 14.122359 25.41175 14 25.21875 14 C 23.33475 14 21.981578 14.384203 20.392578 15.283203 L 20.347656 15.238281 C 20.703656 12.836281 22 10.285266 22 7.8222656 C 22 4.1912656 19.600156 3 16.035156 3 z M 16.289062 5.828125 C 17.234063 5.828125 17.765625 6.218 17.765625 7 C 17.760625 7.726 17.628469 8.4463437 17.480469 9.1523438 C 17.008469 11.422344 16.076375 13.989766 15.609375 16.259766 C 15.492375 16.777766 14.934187 16.654297 14.492188 16.654297 C 12.547187 16.654297 12 14.532359 12 12.943359 C 12 10.556359 12.918578 7.3939219 15.142578 6.1699219 C 15.497578 5.9619219 15.893063 5.828125 16.289062 5.828125 z\"/></svg></li><li title=\"glide \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 L 5 5 z M 7 7 L 25 7 L 25 25 L 7 25 L 7 7 z M 15.921875 9 C 12.782875 9 11.193359 12.09825 11.193359 14.40625 C 11.193359 16.80125 12.593703 18.128906 14.970703 18.128906 C 15.298703 18.128906 15.273437 18.101516 15.273438 18.228516 C 14.813437 21.743516 12.800781 21.857641 12.800781 20.806641 C 12.800781 19.738641 14.026062 19.208578 14.039062 19.142578 C 14.030062 18.809578 12.755641 18.390625 12.431641 18.390625 C 11.507641 18.390625 11 19.835469 11 20.605469 C 11 22.019469 11.892031 23 13.332031 23 C 15.442031 23 16.983938 20.824328 17.460938 18.986328 C 17.872937 17.336328 17.766047 17.260578 17.998047 17.142578 C 18.874047 16.700578 19.223891 16.408203 20.212891 16.408203 C 20.698891 16.408203 21.045313 16.509719 21.820312 16.636719 C 21.899313 16.639719 22 16.560422 22 16.482422 C 22 16.259422 21.089766 14.832906 20.884766 14.753906 C 20.788766 14.714906 20.569844 14.652344 20.464844 14.652344 C 19.453844 14.652344 19.113766 15.11275 18.259766 15.59375 L 18.236328 15.570312 C 18.424328 14.283312 18.876953 13.066141 18.876953 11.744141 C 18.876953 9.7911406 17.834875 9 15.921875 9 z M 16.060547 10.515625 C 16.560547 10.515625 16.599609 10.878828 16.599609 11.298828 C 16.599609 11.683828 16.528219 12.072125 16.449219 12.453125 C 16.195219 13.670125 15.942359 14.896281 15.693359 16.113281 C 15.632359 16.389281 15.33075 16.328125 15.09375 16.328125 C 14.05175 16.328125 13.757812 15.191891 13.757812 14.337891 C 13.757812 13.054891 14.248359 11.356219 15.443359 10.699219 C 15.631359 10.590219 15.846547 10.515625 16.060547 10.515625 z\"/></svg></li><li title=\"globe africa solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 8.832 23.168 3 16 3 z M 16 5 C 16.338 5 16.67 5.0207813 17 5.0507812 L 17 7 L 15 7 L 14 10 L 13 10 L 13 11 L 18 11 L 19 12 L 20 12 L 20 13 L 19 14 L 15 13 L 11 16 L 11 19 L 13 21 L 16 21 L 16 23.5 L 17 26 L 18 26 L 21 22 L 21 21 L 22 19 L 22 18 L 21 18 L 20 16 L 21 15 L 22.5 16 L 25 15 L 25 14 L 26.808594 14 C 26.928594 14.65 27 15.316 27 16 C 27 22.065 22.065 27 16 27 C 9.935 27 5 22.065 5 16 C 5 9.935 9.935 5 16 5 z\"/></svg></li><li title=\"globe americas solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 8.832 23.168 3 16 3 z M 16 5 C 16.338 5 16.67 5.0207813 17 5.0507812 L 17 6 L 19 6 L 19 5.4257812 C 21.458 6.1247812 23.566 7.6543125 25 9.6953125 L 25 13 L 26 15 L 26 16 L 27 16 C 27 16.366 26.980312 16.728938 26.945312 17.085938 C 26.936312 17.181938 26.916297 17.274141 26.904297 17.369141 C 26.871297 17.632141 26.837156 17.893391 26.785156 18.150391 C 26.766156 18.246391 26.74075 18.340547 26.71875 18.435547 C 26.66075 18.689547 26.598437 18.942453 26.523438 19.189453 C 26.497438 19.274453 26.467453 19.357406 26.439453 19.441406 C 26.355453 19.695406 26.266063 19.947359 26.164062 20.193359 C 26.134062 20.265359 26.101312 20.33525 26.070312 20.40625 C 25.958313 20.66125 25.840938 20.91225 25.710938 21.15625 C 25.679938 21.21525 25.646281 21.273078 25.613281 21.330078 C 25.473281 21.582078 25.325016 21.826406 25.166016 22.066406 C 25.135016 22.113406 25.102312 22.161984 25.070312 22.208984 C 24.902313 22.453984 24.724109 22.691875 24.537109 22.921875 C 24.506109 22.959875 24.478266 22.996203 24.447266 23.033203 C 24.253266 23.266203 24.047937 23.489078 23.835938 23.705078 C 23.804938 23.736078 23.775141 23.769781 23.744141 23.800781 C 23.527141 24.015781 23.300406 24.221969 23.066406 24.417969 C 23.033406 24.445969 23.004703 24.474953 22.970703 24.501953 C 22.736703 24.693953 22.491187 24.872922 22.242188 25.044922 C 22.203187 25.071922 22.167906 25.102906 22.128906 25.128906 C 21.889906 25.289906 21.640672 25.436125 21.388672 25.578125 C 20.214672 26.237125 18.909578 26.690859 17.517578 26.880859 L 21.529297 23.857422 L 22.628906 22.757812 L 24 20 L 24 19 L 22 18 L 21 18 L 19 16 L 17 16 L 16 17 L 16 18 L 15 19 L 15 21 L 17 22.599609 L 15.023438 26.951172 C 9.4144375 26.453172 5 21.735 5 16 C 5 12.592 6.559 9.5414844 9 7.5214844 L 9 8 L 8 9 L 8 11.199219 L 9 15 L 14 17 L 15 17 L 15 16 L 12 15 L 12 13 L 15 13 L 16 10.5 L 18 9 L 18 8 L 15 6 L 13.5625 5.28125 C 14.3475 5.10325 15.161 5 16 5 z M 15 14 L 15 15 L 17 15 L 17 14 L 15 14 z\"/></svg></li><li title=\"globe asia solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 9.382813 4 4 9.382813 4 16 C 4 22.617188 9.382813 28 16 28 C 22.617188 28 28 22.617188 28 16 C 28 9.382813 22.617188 4 16 4 Z M 16.40625 6.03125 C 17.367188 6.070313 18.285156 6.210938 19.15625 6.5 L 18.6875 7.15625 L 19.0625 7.9375 L 18.5625 8.9375 L 20.6875 9.21875 L 21.46875 12.84375 L 23.1875 15.1875 L 24.71875 16.15625 L 24.125 14.5 L 24.6875 13.8125 L 25.84375 14.125 C 25.957031 14.730469 26 15.363281 26 16 C 26 16.148438 25.976563 16.292969 25.96875 16.4375 L 25.875 16.25 L 24.90625 16.65625 L 24.65625 17.28125 L 24.125 17.46875 L 24.3125 19.09375 L 24.71875 19.6875 L 24.4375 20.46875 L 22.9375 22.84375 L 22.8125 23.3125 C 21.027344 24.972656 18.640625 26 16 26 C 12.933594 26 10.207031 24.628906 8.375 22.46875 L 6.96875 19 L 7.78125 17.625 L 6.5625 16.9375 L 7.9375 16.28125 L 8 15.53125 L 7.59375 14.46875 L 8.375 14.5625 L 9.15625 15.75 L 9.875 16.09375 L 9.65625 15.28125 L 10.40625 14.53125 L 11.625 15.40625 L 12.28125 14.875 L 12 13.5 L 12.96875 12.125 L 12.84375 10.75 L 14.03125 10.03125 L 13.21875 8.03125 L 15.46875 7.90625 L 16.71875 6.3125 Z M 15 15.59375 L 12.34375 17.59375 L 12.53125 20.09375 L 13.21875 20.6875 L 14.75 19.875 L 15.53125 20.09375 L 16.875 21.53125 L 17.6875 21.3125 L 18.53125 19.3125 L 18 17.9375 L 16.9375 15.875 L 16.15625 17.125 Z M 20 19.8125 L 19.8125 19.875 L 19.75 21.15625 L 19.3125 21.75 L 19.8125 22.21875 L 20.4375 21.5 Z M 18.90625 22.25 L 17.625 23.71875 L 17.96875 24.09375 L 19.46875 22.65625 Z\"/></svg></li><li title=\"globe europe solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 8.832 23.168 3 16 3 z M 16 5 C 18.103 5 20.063328 5.6048125 21.736328 6.6328125 L 21.5 7.1992188 L 22.675781 8.375 L 21.574219 9.4746094 L 20 8 L 18 8 L 16 10.5 L 17 12.699219 L 18 12 L 18 11 L 19 11 L 20.099609 11.900391 L 19 13 L 15 15 L 14 15 L 14 17 L 15 17 L 17 16 L 18 17 L 20 17 L 20 16 L 20.800781 14.800781 L 23 14 L 23 16 L 21 16 L 21 17 L 23 17 L 25 20 L 26 19 L 26 18 L 25 18 L 25 17 L 26 17 L 26.960938 16.792969 C 26.814937 18.834969 26.113 20.720688 25 22.304688 L 25 22 L 23.900391 22 L 21.5 18 L 19 19 L 16 18 L 13 19 L 12 22 L 13 24 L 15 24 L 16 23 L 17 24 L 17 26.949219 C 16.67 26.979219 16.338 27 16 27 C 9.935 27 5 22.065 5 16 C 5 15.073 5.1287031 14.177406 5.3457031 13.316406 L 5.9003906 13 L 7 13 L 7 9.6953125 C 7.167 9.4583125 7.3374844 9.223 7.5214844 9 L 8.4199219 9 L 8.8574219 7.6503906 C 9.4854219 7.1123906 10.172156 6.6448125 10.910156 6.2578125 L 10 9 L 12 9 L 14 7 L 14 6 L 13 6 L 12 7 L 12 5.7636719 C 13.242 5.2766719 14.588 5 16 5 z M 14 11 L 14 13 L 15 13 L 15 11 L 14 11 z\"/></svg></li><li title=\"globe solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 9.382813 4 4 9.382813 4 16 C 4 22.617188 9.382813 28 16 28 C 22.617188 28 28 22.617188 28 16 C 28 9.382813 22.617188 4 16 4 Z M 16 6 C 17.96875 6 19.796875 6.585938 21.34375 7.5625 L 20.53125 7.65625 L 20.71875 9.65625 L 19.65625 9.1875 L 18.78125 9.9375 L 18.9375 12 L 21.09375 11.3125 L 23.78125 12.1875 L 23.09375 13.4375 L 21.46875 12.4375 L 19.71875 12.6875 L 18 13.96875 L 17.03125 16.96875 L 18.96875 18.5625 C 18.96875 18.5625 20.957031 18.21875 21.0625 18.21875 C 21.167969 18.21875 21.90625 20.03125 21.90625 20.03125 L 20.3125 25.03125 C 19.011719 25.652344 17.542969 26 16 26 C 15.683594 26 15.371094 25.964844 15.0625 25.9375 L 13.96875 24.03125 L 15.03125 20.03125 L 11 17 L 7.28125 17 L 6.3125 15.03125 L 9 12.90625 L 13 11 L 12.40625 8.34375 L 14.125 7.96875 L 14.9375 9.09375 L 17.9375 8.53125 L 17.40625 6.21875 L 15.1875 6.0625 C 15.453125 6.042969 15.726563 6 16 6 Z M 14.875 6.0625 L 13.3125 6.71875 L 12.5625 6.59375 C 13.300781 6.324219 14.066406 6.152344 14.875 6.0625 Z M 6.0625 16.78125 L 7.03125 17.90625 L 7.03125 19.96875 L 8.90625 22.03125 L 10.0625 22.03125 L 12.90625 25.53125 C 9.132813 24.308594 6.378906 20.890625 6.0625 16.78125 Z\"/></svg></li><li title=\"gofore \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 17 4 C 10.373 4 5 9.373 5 16 C 5 22.627 10.373 28 17 28 C 20.585 28 23.781516 26.408062 25.978516 23.914062 C 25.862516 22.119063 24.49 20.076719 22 20.011719 L 22 20.865234 C 20.729 22.174234 18.964 23 17 23 C 13.14 23 10 19.86 10 16 C 10 12.14 13.14 9 17 9 C 18.692 9 20.245031 9.6044219 21.457031 10.607422 L 24.962891 7.0390625 C 22.842891 5.1540625 20.059 4 17 4 z M 16 13 L 16 18 L 22 18 C 24.21 18 25.418 18.796 26 20 C 26 17.369 26.002 13 22 13 L 16 13 z\"/></svg></li><li title=\"golf ball solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 10.488281 3 6 7.488281 6 13 C 6 16.683594 8.023438 19.890625 11 21.625 L 11 22 L 10.96875 23 C 10.96875 23 11 23 11 23 C 11.046875 23 11.988281 23.027344 12.96875 23.625 C 13.835938 24.152344 14.746094 25.035156 14.96875 27 L 7 27 L 7 29 L 25 29 L 25 27 L 17.03125 27 C 17.253906 25.035156 18.164063 24.152344 19.03125 23.625 C 20.011719 23.027344 20.953125 23 21 23 C 21 23 21.03125 23 21.03125 23 L 21 22 L 21 21.625 C 23.976563 19.890625 26 16.683594 26 13 C 26 7.488281 21.511719 3 16 3 Z M 16 5 C 20.429688 5 24 8.570313 24 13 C 24 17.429688 20.429688 21 16 21 C 11.570313 21 8 17.429688 8 13 C 8 8.570313 11.570313 5 16 5 Z M 19 11 C 18.449219 11 18 11.449219 18 12 C 18 12.550781 18.449219 13 19 13 C 19.550781 13 20 12.550781 20 12 C 20 11.449219 19.550781 11 19 11 Z M 17 13 C 16.449219 13 16 13.449219 16 14 C 16 14.550781 16.449219 15 17 15 C 17.550781 15 18 14.550781 18 14 C 18 13.449219 17.550781 13 17 13 Z M 20 14 C 19.449219 14 19 14.449219 19 15 C 19 15.550781 19.449219 16 20 16 C 20.550781 16 21 15.550781 21 15 C 21 14.449219 20.550781 14 20 14 Z M 15 15 C 14.449219 15 14 15.449219 14 16 C 14 16.550781 14.449219 17 15 17 C 15.550781 17 16 16.550781 16 16 C 16 15.449219 15.550781 15 15 15 Z M 18 16 C 17.449219 16 17 16.449219 17 17 C 17 17.550781 17.449219 18 18 18 C 18.550781 18 19 17.550781 19 17 C 19 16.449219 18.550781 16 18 16 Z M 15.28125 23 L 16.71875 23 C 16.457031 23.296875 16.21875 23.621094 16 24 C 15.78125 23.621094 15.542969 23.296875 15.28125 23 Z\"/></svg></li><li title=\"goodreads g \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 11.589 3 8 7.262 8 12.5 C 8 17.738 11.589 22 16 22 C 18.39 22 20.533 20.742672 22 18.763672 L 22 22 C 22 24.757 19.309 27 16 27 C 13.545 27 11.432859 25.764 10.505859 24 L 8.3378906 24 C 9.3238906 26.887 12.383 29 16 29 C 20.411 29 24 25.859 24 22 L 24 4 L 22 4 L 22 6.2363281 C 20.533 4.2573281 18.39 3 16 3 z M 16 5 C 19.309 5 22 8.364 22 12.5 C 22 16.636 19.309 20 16 20 C 12.691 20 10 16.636 10 12.5 C 10 8.364 12.691 5 16 5 z\"/></svg></li><li title=\"goodreads \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 L 5 5 z M 7 7 L 25 7 L 25 25 L 7 25 L 7 7 z M 15.5 9 C 13.019 9 11 11.243 11 14 C 11 16.757 13.019 19 15.5 19 C 16.921 19 18.175 18.249516 19 17.103516 L 19 18.5 C 19 20.43 17.43 22 15.5 22 C 14.109 22 12.915563 21.178 12.351562 20 L 11.275391 20 C 11.896391 21.742 13.547 23 15.5 23 C 17.981 23 20 20.981 20 18.5 L 20 10 L 19 10 L 19 10.896484 C 18.175 9.7504844 16.921 9 15.5 9 z M 15.5 10 C 17.43 10 19 11.794 19 14 C 19 16.206 17.43 18 15.5 18 C 13.57 18 12 16.206 12 14 C 12 11.794 13.57 10 15.5 10 z\"/></svg></li><li title=\"google drive \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 11.4375 5 L 11.15625 5.46875 L 3.15625 18.46875 L 2.84375 18.96875 L 3.125 19.5 L 7.125 26.5 L 7.40625 27 L 24.59375 27 L 24.875 26.5 L 28.875 19.5 L 29.15625 18.96875 L 28.84375 18.46875 L 20.84375 5.46875 L 20.5625 5 Z M 13.78125 7 L 19.4375 7 L 26.21875 18 L 20.5625 18 Z M 12 7.90625 L 14.96875 12.75 L 8.03125 24.03125 L 5.15625 19 Z M 16.15625 14.65625 L 18.21875 18 L 14.09375 18 Z M 12.875 20 L 26.28125 20 L 23.40625 25 L 9.78125 25 Z\"/></svg></li><li title=\"google play \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 7.75 3 C 7.675781 2.992188 7.609375 3.027344 7.53125 3.03125 C 7.464844 3.035156 7.410156 3.019531 7.34375 3.03125 C 7.332031 3.03125 7.324219 3.03125 7.3125 3.03125 C 7.28125 3.03125 7.25 3.03125 7.21875 3.03125 C 7.109375 3.054688 7.003906 3.097656 6.90625 3.15625 C 6.800781 3.210938 6.703125 3.285156 6.625 3.375 C 6.234375 3.703125 6 4.210938 6 4.6875 L 6 27.46875 C 6 27.960938 6.21875 28.554688 6.75 28.84375 C 6.789063 28.863281 6.835938 28.859375 6.875 28.875 C 6.90625 28.886719 6.9375 28.898438 6.96875 28.90625 C 7.445313 29.066406 7.941406 28.972656 8.3125 28.75 C 8.324219 28.75 8.332031 28.75 8.34375 28.75 C 8.773438 28.488281 17.75 23 17.75 23 L 22.53125 20.125 C 22.53125 20.125 26.585938 17.671875 27.125 17.34375 C 27.582031 17.066406 28.007813 16.539063 28 15.90625 C 27.992188 15.273438 27.554688 14.804688 27.125 14.5625 C 26.988281 14.484375 25.785156 13.761719 24.6875 13.09375 C 23.636719 12.453125 22.714844 11.898438 22.625 11.84375 C 22.59375 11.820313 22.5625 11.800781 22.53125 11.78125 L 17.75 8.875 C 17.75 8.875 9.050781 3.597656 8.53125 3.28125 C 8.300781 3.144531 8.027344 3.03125 7.75 3 Z M 8 6.09375 L 17.4375 15.9375 L 8 25.78125 Z M 12.8125 8.21875 C 14.578125 9.289063 16.71875 10.59375 16.71875 10.59375 L 20.40625 12.84375 L 18.8125 14.5 Z M 22.15625 13.90625 C 22.539063 14.140625 22.890625 14.347656 23.65625 14.8125 C 24.492188 15.320313 25.074219 15.644531 25.5625 15.9375 C 24.644531 16.492188 22.902344 17.566406 22.1875 18 L 20.21875 15.9375 Z M 18.8125 17.40625 L 20.40625 19.0625 L 16.71875 21.3125 C 16.71875 21.3125 14.527344 22.628906 12.78125 23.6875 Z\"/></svg></li><li title=\"google plus g \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 11 7 C 6.027344 7 2 11.027344 2 16 C 2 20.972656 6.027344 25 11 25 C 15.972656 25 20 20.972656 20 16 C 20 15.382813 19.933594 14.78125 19.8125 14.199219 L 19.765625 14 L 11 14 L 11 17 L 17 17 C 16.523438 19.835938 13.972656 22 11 22 C 7.6875 22 5 19.3125 5 16 C 5 12.6875 7.6875 10 11 10 C 12.5 10 13.867188 10.554688 14.921875 11.464844 L 17.070313 9.359375 C 15.46875 7.894531 13.339844 7 11 7 Z M 25 11 L 25 14 L 22 14 L 22 16 L 25 16 L 25 19 L 27 19 L 27 16 L 30 16 L 30 14 L 27 14 L 27 11 Z\"/></svg></li><li title=\"google plus square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 L 5 5 z M 7 7 L 25 7 L 25 25 L 7 25 L 7 7 z M 13.59375 11 C 11.05575 11 9 13.055984 9 15.583984 C 9 18.121984 11.05575 20.177734 13.59375 20.177734 C 16.23775 20.177734 18 18.321219 18 15.699219 C 18 15.406219 17.969016 15.231 17.916016 15 L 13.59375 15 L 13.59375 16.517578 L 16.195312 16.517578 C 16.091312 17.188578 15.40875 18.490234 13.59375 18.490234 C 12.03075 18.490234 10.751953 17.200703 10.751953 15.595703 C 10.751953 13.990703 12.03075 12.689453 13.59375 12.689453 C 14.48475 12.689453 15.083922 13.077344 15.419922 13.402344 L 16.667969 12.205078 C 15.860969 11.450078 14.83175 11 13.59375 11 z M 20.330078 14 L 20.330078 15.330078 L 19 15.330078 L 19 16.669922 L 20.330078 16.669922 L 20.330078 18 L 21.669922 18 L 21.669922 16.669922 L 23 16.669922 L 23 15.330078 L 21.669922 15.330078 L 21.669922 14 L 20.330078 14 z\"/></svg></li><li title=\"google plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 11 7 C 6.027344 7 2 11.027344 2 16 C 2 20.972656 6.027344 25 11 25 C 15.972656 25 20 20.972656 20 16 C 20 15.382813 19.933594 14.78125 19.8125 14.199219 L 19.765625 14 L 11 14 L 11 17 L 17 17 C 16.523438 19.835938 13.972656 22 11 22 C 7.6875 22 5 19.3125 5 16 C 5 12.6875 7.6875 10 11 10 C 12.5 10 13.867188 10.554688 14.921875 11.464844 L 17.070313 9.359375 C 15.46875 7.894531 13.339844 7 11 7 Z M 25 11 L 25 14 L 22 14 L 22 16 L 25 16 L 25 19 L 27 19 L 27 16 L 30 16 L 30 14 L 27 14 L 27 11 Z\"/></svg></li><li title=\"google wallet \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 22 3.5 C 21.421875 3.5 20.855469 3.660156 20.34375 3.9375 C 18.652344 4.859375 18.023438 6.960938 18.9375 8.65625 C 18.941406 8.667969 19.386719 9.601563 19.8125 11.125 C 17.6875 8.0625 15.421875 6.449219 15.3125 6.375 C 15.296875 6.359375 15.265625 6.359375 15.25 6.34375 C 15.21875 6.320313 15.1875 6.300781 15.15625 6.28125 C 14.542969 5.792969 13.796875 5.5 13 5.5 C 12.289063 5.5 11.617188 5.722656 11.03125 6.125 C 9.449219 7.214844 9.042969 9.378906 10.125 10.96875 C 10.125 10.96875 10.378906 11.417969 10.65625 12.0625 C 10.300781 11.785156 9.945313 11.53125 9.59375 11.3125 C 8.183594 10.441406 7.003906 10 6 10 C 4.355469 10 3 11.355469 3 13 C 3 14.007813 3.613281 14.789063 4.28125 15.34375 C 4.949219 15.898438 5.734375 16.367188 6.53125 16.90625 C 8.015625 17.90625 9.503906 19.105469 10.34375 21.375 C 10.121094 21.898438 9.941406 22.304688 9.9375 22.3125 C 9 23.972656 9.605469 26.082031 11.28125 27.03125 C 11.804688 27.328125 12.398438 27.5 13 27.5 C 14.257813 27.5 15.410156 26.8125 16.03125 25.71875 C 16.195313 25.429688 17.144531 23.664063 17.8125 21.125 C 18.234375 22.386719 18.597656 24.023438 18.5 25.9375 C 18.460938 26.136719 18.480469 26.34375 18.5625 26.53125 C 18.566406 26.550781 18.558594 26.574219 18.5625 26.59375 C 18.757813 27.699219 19.464844 28.695313 20.5625 29.1875 C 21.011719 29.390625 21.503906 29.5 22 29.5 C 23.378906 29.5 24.625 28.695313 25.1875 27.4375 C 25.421875 26.90625 27.5 22.097656 27.5 16.09375 C 27.5 9.949219 25.3125 5.765625 25.0625 5.3125 C 24.449219 4.191406 23.277344 3.5 22 3.5 Z M 22 5.5 C 22.53125 5.5 23.039063 5.785156 23.3125 6.28125 C 23.402344 6.445313 25.5 10.335938 25.5 16.09375 C 25.5 21.789063 23.460938 26.429688 23.375 26.625 C 23.125 27.183594 22.574219 27.5 22 27.5 C 21.796875 27.5 21.574219 27.464844 21.375 27.375 C 20.617188 27.035156 20.289063 26.132813 20.625 25.375 C 20.652344 25.3125 22.261719 21.621094 22.46875 17.03125 C 22.527344 16.859375 22.539063 16.675781 22.5 16.5 C 22.503906 16.363281 22.5 16.230469 22.5 16.09375 C 22.5 11.144531 20.707031 7.753906 20.6875 7.71875 C 20.292969 6.992188 20.554688 6.082031 21.28125 5.6875 C 21.511719 5.5625 21.757813 5.5 22 5.5 Z M 13 7.5 C 13.355469 7.5 13.691406 7.636719 13.96875 7.875 C 13.980469 7.886719 13.988281 7.894531 14 7.90625 C 14.078125 7.980469 14.15625 8.0625 14.21875 8.15625 C 14.3125 8.289063 16.5 11.476563 16.5 16.1875 C 16.5 20.824219 14.402344 24.59375 14.3125 24.75 C 14.035156 25.238281 13.523438 25.5 13 25.5 C 12.75 25.5 12.484375 25.445313 12.25 25.3125 C 11.53125 24.90625 11.28125 23.972656 11.6875 23.25 C 11.714844 23.203125 13.5 20 13.5 16.1875 C 13.5 12.457031 11.796875 9.871094 11.78125 9.84375 C 11.316406 9.160156 11.476563 8.25 12.15625 7.78125 C 12.414063 7.601563 12.707031 7.5 13 7.5 Z M 17.96875 11.96875 C 18.917969 13.273438 19.835938 14.867188 20.46875 16.78125 C 20.410156 18.390625 20.167969 19.875 19.875 21.125 C 19.328125 19.21875 18.667969 18.054688 18.4375 17.6875 C 18.480469 17.191406 18.5 16.707031 18.5 16.1875 C 18.5 14.617188 18.277344 13.199219 17.96875 11.96875 Z M 6 12 C 6.101563 12 7.359375 12.308594 8.53125 13.03125 C 9.625 13.707031 10.753906 14.699219 11.5 16.03125 C 11.5 16.082031 11.5 16.132813 11.5 16.1875 C 11.5 17.070313 11.386719 17.910156 11.21875 18.6875 C 10.167969 17.097656 8.820313 16.035156 7.65625 15.25 C 6.796875 14.671875 6.027344 14.199219 5.5625 13.8125 C 5.097656 13.425781 5 13.242188 5 13 C 5 12.433594 5.433594 12 6 12 Z\"/></svg></li><li title=\"google \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 18.683594 15.40625 C 18.683594 13.429688 21.894531 13.257813 21.894531 9.394531 C 21.894531 6.597656 19.949219 5.257813 19.75 5.136719 L 21.6875 5.136719 L 23.625 4 L 17.347656 4 C 10.960938 4 9.9375 8.46875 9.9375 9.949219 C 9.9375 12.15625 11.664063 14.898438 15.136719 14.898438 C 15.453125 14.898438 15.789063 14.878906 16.144531 14.839844 C 16.085938 15.003906 15.835938 15.566406 15.835938 16.074219 C 15.835938 17.136719 16.515625 17.8125 16.75 18.222656 C 12.949219 18.1875 8.375 19.835938 8.375 23.503906 C 8.375 24.84375 9.527344 28 14.941406 28 C 21.117188 28 22.988281 24.1875 22.988281 22.050781 C 22.984375 17.96875 18.683594 17.292969 18.683594 15.40625 Z M 16.585938 14.042969 C 14.425781 14.042969 12.601563 11.324219 12.601563 8.417969 C 12.601563 7.554688 13.015625 5.046875 15.40625 5.046875 C 18.484375 5.046875 19.234375 9.609375 19.234375 10.851563 C 19.234375 11.140625 19.4375 14.042969 16.585938 14.042969 Z M 16.4375 26.679688 C 14.457031 26.679688 11.039063 25.835938 11.039063 22.835938 C 11.039063 21.796875 11.644531 19.082031 16.902344 19.082031 C 17.171875 19.082031 17.40625 19.09375 17.605469 19.113281 C 18.699219 19.929688 20.964844 21.109375 20.964844 23.28125 C 20.964844 24.265625 20.378906 26.679688 16.4375 26.679688 Z\"/></svg></li><li title=\"gopuram solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 9 5 L 9 10 L 8 10 L 8 14 L 6 14 L 6 20 L 4 20 L 4 27 L 9 27 L 9 20 L 10 20 L 10 14 L 11 14 L 11 10 L 13 10 L 13 14 L 12 14 L 12 20 L 11 20 L 11 27 L 13 27 L 13 25 C 13 23.343 14.343 22 16 22 C 17.657 22 19 23.343 19 25 L 19 27 L 21 27 L 21 20 L 20 20 L 20 14 L 19 14 L 19 10 L 21 10 L 21 14 L 22 14 L 22 20 L 23 20 L 23 27 L 28 27 L 28 20 L 26 20 L 26 14 L 24 14 L 24 10 L 23 10 L 23 5 L 21 5 L 21 7 L 19 7 L 19 5 L 17 5 L 17 7 L 15 7 L 15 5 L 13 5 L 13 7 L 11 7 L 11 5 L 9 5 z M 16 11 C 16.552 11 17 11.448 17 12 L 17 14 L 15 14 L 15 12 C 15 11.448 15.448 11 16 11 z M 16 16 C 17.105 16 18 16.895 18 18 L 18 20 L 14 20 L 14 18 C 14 16.895 14.895 16 16 16 z\"/></svg></li><li title=\"graduation cap solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4.875 L 15.53125 5.125 L 2.03125 12.125 L 0.3125 13 L 2 13.84375 L 2 22.28125 C 1.402344 22.628906 1 23.261719 1 24 C 1 25.105469 1.894531 26 3 26 C 4.105469 26 5 25.105469 5 24 C 5 23.261719 4.597656 22.628906 4 22.28125 L 4 14.875 L 6 15.90625 L 6 21 C 6 21.441406 6.203125 21.839844 6.4375 22.09375 C 6.671875 22.347656 6.957031 22.5 7.25 22.65625 C 7.839844 22.964844 8.539063 23.183594 9.40625 23.375 C 11.140625 23.761719 13.453125 24 16 24 C 18.546875 24 20.859375 23.761719 22.59375 23.375 C 23.460938 23.183594 24.160156 22.964844 24.75 22.65625 C 25.042969 22.5 25.328125 22.347656 25.5625 22.09375 C 25.796875 21.839844 26 21.441406 26 21 L 26 15.90625 L 29.96875 13.875 L 31.6875 13 L 29.96875 12.125 L 16.46875 5.125 Z M 16 7.125 L 27.3125 13 L 25.53125 13.90625 C 25.304688 13.667969 25.03125 13.492188 24.75 13.34375 C 24.164063 13.035156 23.460938 12.816406 22.59375 12.625 C 20.863281 12.238281 18.558594 12 16 12 C 13.441406 12 11.136719 12.238281 9.40625 12.625 C 8.539063 12.816406 7.835938 13.035156 7.25 13.34375 C 6.96875 13.492188 6.695313 13.667969 6.46875 13.90625 L 4.6875 13 Z M 16 14 C 18.441406 14 20.636719 14.222656 22.15625 14.5625 C 22.914063 14.730469 23.523438 14.925781 23.84375 15.09375 C 23.945313 15.148438 23.960938 15.1875 24 15.21875 L 24 19.03125 C 23.582031 18.878906 23.125 18.742188 22.59375 18.625 C 20.859375 18.238281 18.546875 18 16 18 C 13.453125 18 11.140625 18.238281 9.40625 18.625 C 8.875 18.742188 8.417969 18.878906 8 19.03125 L 8 15.21875 C 8.039063 15.1875 8.054688 15.148438 8.15625 15.09375 C 8.476563 14.925781 9.085938 14.730469 9.84375 14.5625 C 11.363281 14.222656 13.558594 14 16 14 Z M 16 20 C 18.425781 20 20.632813 20.222656 22.15625 20.5625 C 22.789063 20.703125 23.1875 20.851563 23.53125 21 C 23.1875 21.148438 22.789063 21.296875 22.15625 21.4375 C 20.632813 21.777344 18.425781 22 16 22 C 13.574219 22 11.367188 21.777344 9.84375 21.4375 C 9.210938 21.296875 8.8125 21.148438 8.46875 21 C 8.8125 20.851563 9.210938 20.703125 9.84375 20.5625 C 11.367188 20.222656 13.574219 20 16 20 Z\"/></svg></li><li title=\"gratipay \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 9.382813 4 4 9.382813 4 16 C 4 22.617188 9.382813 28 16 28 C 22.617188 28 28 22.617188 28 16 C 28 9.382813 22.617188 4 16 4 Z M 16 6 C 21.535156 6 26 10.464844 26 16 C 26 21.535156 21.535156 26 16 26 C 10.464844 26 6 21.535156 6 16 C 6 10.464844 10.464844 6 16 6 Z M 12.5 12 C 11.117188 12 10 13.117188 10 14.5 C 10 15.027344 10.15625 15.535156 10.4375 15.9375 C 10.4375 15.941406 10.46875 15.9375 10.46875 15.9375 L 16 22.25 L 21.53125 15.9375 C 21.53125 15.9375 21.5625 15.90625 21.5625 15.90625 C 21.84375 15.503906 22 15.027344 22 14.5 C 22 13.117188 20.882813 12 19.5 12 C 17.734375 12 17.3125 13.6875 16 13.6875 C 14.6875 13.6875 14.265625 12 12.5 12 Z\"/></svg></li><li title=\"grav \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 8.832 23.168 3 16 3 z M 16 5 C 22.065 5 27 9.935 27 16 C 27 22.065 22.065 27 16 27 C 9.935 27 5 22.065 5 16 C 5 9.935 9.935 5 16 5 z M 15.890625 7.0195312 C 15.625875 7.0242813 15.346687 7.1704531 15.179688 7.5019531 C 15.183687 7.4939531 15.193266 7.4844687 15.197266 7.4804688 C 14.986266 7.9834688 15.408922 9.9650625 16.169922 11.289062 C 16.063922 11.348062 15.997031 11.405312 15.832031 11.570312 C 14.919031 11.980313 13.455078 14.121094 13.455078 14.121094 C 12.263078 14.578094 10.191703 15.941203 10.470703 17.158203 C 10.483703 17.285203 10.529656 17.390609 10.597656 17.474609 C 10.479656 17.567609 10.364094 17.686172 10.246094 17.826172 C 9.7430937 18.410172 10.022141 19.313422 10.994141 18.857422 C 11.662141 18.553422 12.246297 18.003266 12.529297 17.572266 C 12.529297 17.572266 12.297797 17.361719 11.841797 17.386719 C 13.012797 17.107719 13.306922 17.278937 13.794922 17.335938 C 14.132922 17.500937 14.132812 15.884766 14.132812 15.884766 C 14.132812 15.262766 14.040062 14.574859 13.664062 14.130859 C 14.193062 14.646859 14.893656 15.512406 14.847656 16.691406 C 14.813656 17.465406 14.205078 17.664062 14.205078 17.664062 C 13.820078 18.366062 12.377922 20.451484 12.919922 22.146484 C 12.919922 22.146484 12.509281 21.517891 12.488281 21.212891 C 11.752281 22.032891 10.523219 23.424453 11.449219 23.939453 C 12.574219 24.561453 16.050156 20.192875 16.785156 17.921875 C 18.248156 17.041875 19.127328 15.922828 19.486328 15.173828 C 20.414328 17.014828 23.696406 18.913109 23.941406 17.412109 C 24.047406 16.731109 23.087 16.709219 22.875 16.324219 C 22.3 15.305219 21.522672 15.025875 20.388672 15.296875 C 20.879672 14.958875 21.382812 15.039063 21.382812 15.039062 C 21.395813 14.768062 21.383328 14.489328 20.986328 13.986328 C 21.151328 13.457328 20.998047 13.039063 20.998047 13.039062 C 21.653047 12.675062 22.131516 12.007891 22.228516 11.212891 C 22.380516 9.9018906 21.434047 8.7096406 20.123047 8.5566406 C 19.188047 8.4506406 18.274172 8.8815781 17.826172 9.6425781 C 16.845172 11.338578 17.885437 12.641937 18.773438 13.085938 C 18.164438 13.026938 17.324125 12.581766 17.078125 11.634766 C 16.837125 10.695766 17.10075 9.8075781 17.34375 9.2675781 C 17.34375 9.2675781 16.799484 8.8136406 16.646484 8.6816406 C 16.646484 8.6816406 16.061469 8.68225 15.605469 8.90625 C 16.108469 8.26325 16.671875 8.296875 16.671875 8.296875 C 16.671875 8.025875 16.646531 7.6677656 16.519531 7.3847656 C 16.405531 7.1522656 16.155375 7.0147812 15.890625 7.0195312 z M 19.470703 9.2929688 C 19.887828 9.3379687 20.291313 9.6097344 20.695312 9.9902344 C 21.198313 10.468234 21.933875 11.042344 21.421875 12.027344 C 20.892875 13.021344 19.515922 13.431937 18.669922 12.835938 C 17.828922 12.226938 17.240016 11.008078 18.166016 9.9550781 C 18.622516 9.4285781 19.053578 9.2479688 19.470703 9.2929688 z M 20.378906 10.828125 C 20.064469 10.869 19.78375 11.343016 20.03125 11.634766 C 20.34325 12.015766 21.387547 11.736125 20.685547 10.953125 C 20.591547 10.847375 20.483719 10.8145 20.378906 10.828125 z M 17.179688 13.410156 C 17.307063 13.410156 17.435656 13.457781 17.535156 13.550781 L 17.980469 14.007812 C 18.166469 14.193812 18.166469 14.509313 17.980469 14.695312 L 17.570312 15.105469 C 17.384313 15.304469 17.066187 15.304469 16.867188 15.105469 L 16.423828 14.662109 C 16.237828 14.463109 16.237828 14.159937 16.423828 13.960938 L 16.833984 13.550781 C 16.926984 13.457781 17.052312 13.410156 17.179688 13.410156 z\"/></svg></li><li title=\"greater than equal solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6 5 L 6 7.15625 L 22.53125 14 L 6 20.84375 L 6 23 L 26 14.78125 L 26 13.21875 Z M 6 25 L 6 27 L 26 27 L 26 25 Z\"/></svg></li><li title=\"greater than solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6 6 L 6 8.15625 L 22.53125 16 L 6 23.84375 L 6 26 L 26 16.78125 L 26 15.21875 Z\"/></svg></li><li title=\"grimace solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 8.832 23.168 3 16 3 z M 16 5 C 22.065 5 27 9.935 27 16 C 27 22.065 22.065 27 16 27 C 9.935 27 5 22.065 5 16 C 5 9.935 9.935 5 16 5 z M 11.5 12 A 1.5 1.5 0 0 0 11.5 15 A 1.5 1.5 0 0 0 11.5 12 z M 20.5 12 A 1.5 1.5 0 0 0 20.5 15 A 1.5 1.5 0 0 0 20.5 12 z M 12 17 C 10.346 17 9 18.346 9 20 C 9 21.654 10.346 23 12 23 L 20 23 C 21.654 23 23 21.654 23 20 C 23 18.346 21.654 17 20 17 L 12 17 z M 12 19 L 13 19 L 13 21 L 12 21 C 11.448 21 11 20.552 11 20 C 11 19.448 11.448 19 12 19 z M 15 19 L 17 19 L 17 21 L 15 21 L 15 19 z M 19 19 L 20 19 C 20.552 19 21 19.448 21 20 C 21 20.552 20.552 21 20 21 L 19 21 L 19 19 z\"/></svg></li><li title=\"grimace \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 8.832 23.168 3 16 3 z M 16 5 C 22.065 5 27 9.935 27 16 C 27 22.065 22.065 27 16 27 C 9.935 27 5 22.065 5 16 C 5 9.935 9.935 5 16 5 z M 11.5 12 A 1.5 1.5 0 0 0 11.5 15 A 1.5 1.5 0 0 0 11.5 12 z M 20.5 12 A 1.5 1.5 0 0 0 20.5 15 A 1.5 1.5 0 0 0 20.5 12 z M 12 17 C 10.346 17 9 18.346 9 20 C 9 21.654 10.346 23 12 23 L 20 23 C 21.654 23 23 21.654 23 20 C 23 18.346 21.654 17 20 17 L 12 17 z M 12 19 L 13 19 L 13 21 L 12 21 C 11.448 21 11 20.552 11 20 C 11 19.448 11.448 19 12 19 z M 15 19 L 17 19 L 17 21 L 15 21 L 15 19 z M 19 19 L 20 19 C 20.552 19 21 19.448 21 20 C 21 20.552 20.552 21 20 21 L 19 21 L 19 19 z\"/></svg></li><li title=\"grin alt solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 8.832 23.168 3 16 3 z M 16 5 C 22.065 5 27 9.935 27 16 C 27 22.065 22.065 27 16 27 C 9.935 27 5 22.065 5 16 C 5 9.935 9.935 5 16 5 z M 11.5 11 A 1.5 3 0 0 0 11.5 17 A 1.5 3 0 0 0 11.5 11 z M 20.5 11 A 1.5 3 0 0 0 20.5 17 A 1.5 3 0 0 0 20.5 11 z M 9 19 C 9 19 10.605 24 16 24 C 21.395 24 23 19 23 19 L 9 19 z\"/></svg></li><li title=\"grin alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 8.832 23.168 3 16 3 z M 16 5 C 22.065 5 27 9.935 27 16 C 27 22.065 22.065 27 16 27 C 9.935 27 5 22.065 5 16 C 5 9.935 9.935 5 16 5 z M 11.5 11 A 1.5 3 0 0 0 11.5 17 A 1.5 3 0 0 0 11.5 11 z M 20.5 11 A 1.5 3 0 0 0 20.5 17 A 1.5 3 0 0 0 20.5 11 z M 9 19 C 9 19 10.605 24 16 24 C 21.395 24 23 19 23 19 L 9 19 z\"/></svg></li><li title=\"grin beam solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 8.832 23.168 3 16 3 z M 16 5 C 22.065 5 27 9.935 27 16 C 27 22.065 22.065 27 16 27 C 9.935 27 5 22.065 5 16 C 5 9.935 9.935 5 16 5 z M 11 12 C 8.906 12 7.390625 13.207031 7.390625 13.207031 L 8.609375 14.792969 C 8.609375 14.792969 9.6929531 14 11.001953 14 C 12.310953 14 13.392578 14.792969 13.392578 14.792969 L 14.611328 13.207031 C 14.609328 13.207031 13.094 12 11 12 z M 21 12 C 18.906 12 17.390625 13.207031 17.390625 13.207031 L 18.609375 14.792969 C 18.609375 14.792969 19.692953 14 21.001953 14 C 22.310953 14 23.392578 14.792969 23.392578 14.792969 L 24.611328 13.207031 C 24.609328 13.207031 23.094 12 21 12 z M 9 19 C 9 19 10.605 24 16 24 C 21.395 24 23 19 23 19 L 9 19 z\"/></svg></li><li title=\"grin beam sweat solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 13.946 28.50825 12.008297 27.65625 10.279297 C 27.35625 10.986297 26.864859 11.586734 26.255859 12.052734 C 26.729859 13.279734 27 14.608 27 16 C 27 22.065 22.065 27 16 27 C 9.935 27 5 22.065 5 16 C 5 9.935 9.935 5 16 5 C 17.351 5 18.640891 5.256125 19.837891 5.703125 C 20.097891 5.111125 20.397844 4.5024375 20.714844 3.8984375 C 19.250844 3.3264375 17.664 3 16 3 z M 23.5 3 C 23.5 3 21 7.2746094 21 8.5996094 C 21 9.9246094 22.12 11 23.5 11 C 24.88 11 26 9.9246094 26 8.5996094 C 26 7.2746094 23.5 3 23.5 3 z M 9 14 L 9 16 L 14 16 L 14 14 L 9 14 z M 18 14 L 18 16 L 23 16 L 23 14 L 18 14 z\"/></svg></li><li title=\"grin beam sweat \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 13.946 28.50825 12.008297 27.65625 10.279297 C 27.35625 10.986297 26.864859 11.586734 26.255859 12.052734 C 26.729859 13.279734 27 14.608 27 16 C 27 22.065 22.065 27 16 27 C 9.935 27 5 22.065 5 16 C 5 9.935 9.935 5 16 5 C 17.351 5 18.640891 5.256125 19.837891 5.703125 C 20.097891 5.111125 20.397844 4.5024375 20.714844 3.8984375 C 19.250844 3.3264375 17.664 3 16 3 z M 23.5 3 C 23.5 3 21 7.2746094 21 8.5996094 C 21 9.9246094 22.12 11 23.5 11 C 24.88 11 26 9.9246094 26 8.5996094 C 26 7.2746094 23.5 3 23.5 3 z M 9 14 L 9 16 L 14 16 L 14 14 L 9 14 z M 18 14 L 18 16 L 23 16 L 23 14 L 18 14 z\"/></svg></li><li title=\"grin beam \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 8.832 23.168 3 16 3 z M 16 5 C 22.065 5 27 9.935 27 16 C 27 22.065 22.065 27 16 27 C 9.935 27 5 22.065 5 16 C 5 9.935 9.935 5 16 5 z M 11 12 C 8.906 12 7.390625 13.207031 7.390625 13.207031 L 8.609375 14.792969 C 8.609375 14.792969 9.6929531 14 11.001953 14 C 12.310953 14 13.392578 14.792969 13.392578 14.792969 L 14.611328 13.207031 C 14.609328 13.207031 13.094 12 11 12 z M 21 12 C 18.906 12 17.390625 13.207031 17.390625 13.207031 L 18.609375 14.792969 C 18.609375 14.792969 19.692953 14 21.001953 14 C 22.310953 14 23.392578 14.792969 23.392578 14.792969 L 24.611328 13.207031 C 24.609328 13.207031 23.094 12 21 12 z M 9 19 C 9 19 10.605 24 16 24 C 21.395 24 23 19 23 19 L 9 19 z\"/></svg></li><li title=\"grin hearts solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 9.382813 4 4 9.382813 4 16 C 4 22.617188 9.382813 28 16 28 C 22.617188 28 28 22.617188 28 16 C 28 9.382813 22.617188 4 16 4 Z M 16 6 C 21.535156 6 26 10.464844 26 16 C 26 21.535156 21.535156 26 16 26 C 10.464844 26 6 21.535156 6 16 C 6 10.464844 10.464844 6 16 6 Z M 10.5 11 C 9.671875 11 9 11.671875 9 12.5 C 9 12.59375 9.007813 12.683594 9.03125 12.78125 C 9.074219 13.019531 9.171875 13.222656 9.3125 13.40625 C 10.0625 14.699219 12 16 12 16 C 12 16 15 14.09375 15 12.5 C 15 11.671875 14.328125 11 13.5 11 C 12.671875 11 12 11.671875 12 12.5 C 12 11.671875 11.328125 11 10.5 11 Z M 18.5 11 C 17.671875 11 17 11.671875 17 12.5 C 17 12.59375 17.007813 12.683594 17.03125 12.78125 C 17.074219 13.019531 17.171875 13.222656 17.3125 13.40625 C 18.0625 14.699219 20 16 20 16 C 20 16 21.988281 14.710938 22.71875 13.375 C 22.878906 13.078125 23 12.789063 23 12.5 C 23 11.671875 22.328125 11 21.5 11 C 20.671875 11 20 11.671875 20 12.5 C 20 11.671875 19.328125 11 18.5 11 Z M 10.8125 19 L 9.09375 20 C 10.476563 22.386719 13.046875 24 16 24 C 18.953125 24 21.523438 22.386719 22.90625 20 L 21.1875 19 C 20.148438 20.792969 18.226563 22 16 22 C 13.773438 22 11.851563 20.792969 10.8125 19 Z\"/></svg></li><li title=\"grin hearts \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 9.382813 4 4 9.382813 4 16 C 4 22.617188 9.382813 28 16 28 C 22.617188 28 28 22.617188 28 16 C 28 9.382813 22.617188 4 16 4 Z M 16 6 C 21.535156 6 26 10.464844 26 16 C 26 21.535156 21.535156 26 16 26 C 10.464844 26 6 21.535156 6 16 C 6 10.464844 10.464844 6 16 6 Z M 10.5 11 C 9.671875 11 9 11.671875 9 12.5 C 9 12.59375 9.007813 12.683594 9.03125 12.78125 C 9.074219 13.019531 9.171875 13.222656 9.3125 13.40625 C 10.0625 14.699219 12 16 12 16 C 12 16 15 14.09375 15 12.5 C 15 11.671875 14.328125 11 13.5 11 C 12.671875 11 12 11.671875 12 12.5 C 12 11.671875 11.328125 11 10.5 11 Z M 18.5 11 C 17.671875 11 17 11.671875 17 12.5 C 17 12.59375 17.007813 12.683594 17.03125 12.78125 C 17.074219 13.019531 17.171875 13.222656 17.3125 13.40625 C 18.0625 14.699219 20 16 20 16 C 20 16 21.988281 14.710938 22.71875 13.375 C 22.878906 13.078125 23 12.789063 23 12.5 C 23 11.671875 22.328125 11 21.5 11 C 20.671875 11 20 11.671875 20 12.5 C 20 11.671875 19.328125 11 18.5 11 Z M 10.8125 19 L 9.09375 20 C 10.476563 22.386719 13.046875 24 16 24 C 18.953125 24 21.523438 22.386719 22.90625 20 L 21.1875 19 C 20.148438 20.792969 18.226563 22 16 22 C 13.773438 22 11.851563 20.792969 10.8125 19 Z\"/></svg></li><li title=\"grin solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 8.832 23.168 3 16 3 z M 16 5 C 22.065 5 27 9.935 27 16 C 27 22.065 22.065 27 16 27 C 9.935 27 5 22.065 5 16 C 5 9.935 9.935 5 16 5 z M 11.5 12 A 1.5 1.5 0 0 0 11.5 15 A 1.5 1.5 0 0 0 11.5 12 z M 20.5 12 A 1.5 1.5 0 0 0 20.5 15 A 1.5 1.5 0 0 0 20.5 12 z M 9 19 C 9 19 10.605 24 16 24 C 21.395 24 23 19 23 19 L 9 19 z\"/></svg></li><li title=\"grin squint solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 8.832 23.168 3 16 3 z M 16 5 C 22.065 5 27 9.935 27 16 C 27 22.065 22.065 27 16 27 C 9.935 27 5 22.065 5 16 C 5 9.935 9.935 5 16 5 z M 10.054688 11.167969 L 8.9453125 12.832031 L 10.697266 14 L 8.9453125 15.167969 L 10.054688 16.832031 L 14.302734 14 L 10.054688 11.167969 z M 21.945312 11.167969 L 17.697266 14 L 21.945312 16.832031 L 23.054688 15.167969 L 21.302734 14 L 23.054688 12.832031 L 21.945312 11.167969 z M 9 19 C 9 19 10.605 24 16 24 C 21.395 24 23 19 23 19 L 9 19 z\"/></svg></li><li title=\"grin squint tears solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 19.88 4.717875 23.358187 7.421875 25.742188 C 7.613875 25.252187 7.9035937 24.623563 8.3085938 23.851562 C 6.2695938 21.853563 5 19.073 5 16 C 5 9.935 9.935 5 16 5 C 19.073 5 21.853563 6.2695937 23.851562 8.3085938 C 24.624562 7.9035937 25.252188 7.612875 25.742188 7.421875 C 23.358188 4.717875 19.88 3 16 3 z M 27.5 9 C 26.672 9 24 10.5 24 10.5 C 24 10.5 26.672 12 27.5 12 C 28.328 12 29 11.328 29 10.5 C 29 9.672 28.328 9 27.5 9 z M 19.292969 9.2929688 L 15.292969 13.292969 L 16.707031 14.707031 L 20.707031 10.707031 L 19.292969 9.2929688 z M 23.570312 13.429688 L 13.429688 23.570312 C 14.239687 23.850312 15.1 24 16 24 C 20.42 24 24 20.42 24 16 C 24 15.1 23.850313 14.239688 23.570312 13.429688 z M 28.791016 13.746094 C 28.391016 13.906094 27.957 14 27.5 14 C 27.379 14 27.164875 13.997062 26.796875 13.914062 C 26.926875 14.590063 27 15.286 27 16 C 27 22.065 22.065 27 16 27 C 15.286 27 14.590063 26.926875 13.914062 26.796875 C 13.997063 27.164875 14 27.379 14 27.5 C 14 27.957 13.906094 28.391016 13.746094 28.791016 C 14.480094 28.920016 15.23 29 16 29 C 23.168 29 29 23.168 29 16 C 29 15.23 28.920016 14.480094 28.791016 13.746094 z M 13.292969 15.292969 L 9.2929688 19.292969 L 10.707031 20.707031 L 14.707031 16.707031 L 13.292969 15.292969 z M 10.5 24 C 10.5 24 9 26.672 9 27.5 C 9 28.328 9.672 29 10.5 29 C 11.328 29 12 28.328 12 27.5 C 12 26.672 10.5 24 10.5 24 z\"/></svg></li><li title=\"grin squint tears \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 19.88 4.717875 23.358187 7.421875 25.742188 C 7.613875 25.252187 7.9035937 24.623563 8.3085938 23.851562 C 6.2695938 21.853563 5 19.073 5 16 C 5 9.935 9.935 5 16 5 C 19.073 5 21.853563 6.2695937 23.851562 8.3085938 C 24.624562 7.9035937 25.252188 7.612875 25.742188 7.421875 C 23.358188 4.717875 19.88 3 16 3 z M 27.5 9 C 26.672 9 24 10.5 24 10.5 C 24 10.5 26.672 12 27.5 12 C 28.328 12 29 11.328 29 10.5 C 29 9.672 28.328 9 27.5 9 z M 19.292969 9.2929688 L 15.292969 13.292969 L 16.707031 14.707031 L 20.707031 10.707031 L 19.292969 9.2929688 z M 23.570312 13.429688 L 13.429688 23.570312 C 14.239687 23.850312 15.1 24 16 24 C 20.42 24 24 20.42 24 16 C 24 15.1 23.850313 14.239688 23.570312 13.429688 z M 28.791016 13.746094 C 28.391016 13.906094 27.957 14 27.5 14 C 27.379 14 27.164875 13.997062 26.796875 13.914062 C 26.926875 14.590063 27 15.286 27 16 C 27 22.065 22.065 27 16 27 C 15.286 27 14.590063 26.926875 13.914062 26.796875 C 13.997063 27.164875 14 27.379 14 27.5 C 14 27.957 13.906094 28.391016 13.746094 28.791016 C 14.480094 28.920016 15.23 29 16 29 C 23.168 29 29 23.168 29 16 C 29 15.23 28.920016 14.480094 28.791016 13.746094 z M 13.292969 15.292969 L 9.2929688 19.292969 L 10.707031 20.707031 L 14.707031 16.707031 L 13.292969 15.292969 z M 10.5 24 C 10.5 24 9 26.672 9 27.5 C 9 28.328 9.672 29 10.5 29 C 11.328 29 12 28.328 12 27.5 C 12 26.672 10.5 24 10.5 24 z\"/></svg></li><li title=\"grin squint \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 8.832 23.168 3 16 3 z M 16 5 C 22.065 5 27 9.935 27 16 C 27 22.065 22.065 27 16 27 C 9.935 27 5 22.065 5 16 C 5 9.935 9.935 5 16 5 z M 10.054688 11.167969 L 8.9453125 12.832031 L 10.697266 14 L 8.9453125 15.167969 L 10.054688 16.832031 L 14.302734 14 L 10.054688 11.167969 z M 21.945312 11.167969 L 17.697266 14 L 21.945312 16.832031 L 23.054688 15.167969 L 21.302734 14 L 23.054688 12.832031 L 21.945312 11.167969 z M 9 19 C 9 19 10.605 24 16 24 C 21.395 24 23 19 23 19 L 9 19 z\"/></svg></li><li title=\"grin stars solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 8.832 23.168 3 16 3 z M 16 5 C 22.065 5 27 9.935 27 16 C 27 22.065 22.065 27 16 27 C 9.935 27 5 22.065 5 16 C 5 9.935 9.935 5 16 5 z M 12 10.267578 L 11.125 12.232422 L 9 12.464844 L 10.589844 13.892578 L 10.142578 16 L 12 14.929688 L 13.857422 16 L 13.410156 13.892578 L 15 12.464844 L 12.875 12.232422 L 12 10.267578 z M 20 10.267578 L 19.125 12.232422 L 17 12.464844 L 18.589844 13.892578 L 18.142578 16 L 20 14.929688 L 21.857422 16 L 21.410156 13.892578 L 23 12.464844 L 20.875 12.232422 L 20 10.267578 z M 10.810547 19 L 9.0898438 20 C 9.2635938 20.29875 9.455 20.584668 9.6640625 20.857422 C 9.873125 21.130176 10.100547 21.389297 10.341797 21.632812 C 10.583047 21.876328 10.839063 22.105371 11.109375 22.316406 C 11.65 22.738477 12.244687 23.092539 12.882812 23.365234 C 13.201875 23.501582 13.532344 23.616797 13.871094 23.710938 C 14.548594 23.899219 15.2625 24 16 24 C 18.2125 24 20.210703 23.093906 21.658203 21.632812 C 21.899453 21.389297 22.126875 21.130176 22.335938 20.857422 C 22.545 20.584668 22.736406 20.29875 22.910156 20 L 21.189453 19 C 20.279453 20.56625 18.695957 21.689238 16.820312 21.945312 C 16.552363 21.981895 16.27875 22 16 22 C 15.72125 22 15.447637 21.981895 15.179688 21.945312 C 14.911738 21.90873 14.649453 21.853906 14.394531 21.783203 C 13.884688 21.641797 13.403359 21.435 12.958984 21.171875 C 12.736797 21.040312 12.522793 20.894629 12.320312 20.736328 C 11.915352 20.419727 11.553008 20.051367 11.240234 19.642578 C 11.083848 19.438184 10.940547 19.22375 10.810547 19 z\"/></svg></li><li title=\"grin stars \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 8.832 23.168 3 16 3 z M 16 5 C 22.065 5 27 9.935 27 16 C 27 22.065 22.065 27 16 27 C 9.935 27 5 22.065 5 16 C 5 9.935 9.935 5 16 5 z M 12 10.267578 L 11.125 12.232422 L 9 12.464844 L 10.589844 13.892578 L 10.142578 16 L 12 14.929688 L 13.857422 16 L 13.410156 13.892578 L 15 12.464844 L 12.875 12.232422 L 12 10.267578 z M 20 10.267578 L 19.125 12.232422 L 17 12.464844 L 18.589844 13.892578 L 18.142578 16 L 20 14.929688 L 21.857422 16 L 21.410156 13.892578 L 23 12.464844 L 20.875 12.232422 L 20 10.267578 z M 10.810547 19 L 9.0898438 20 C 9.2635938 20.29875 9.455 20.584668 9.6640625 20.857422 C 9.873125 21.130176 10.100547 21.389297 10.341797 21.632812 C 10.583047 21.876328 10.839063 22.105371 11.109375 22.316406 C 11.65 22.738477 12.244687 23.092539 12.882812 23.365234 C 13.201875 23.501582 13.532344 23.616797 13.871094 23.710938 C 14.548594 23.899219 15.2625 24 16 24 C 18.2125 24 20.210703 23.093906 21.658203 21.632812 C 21.899453 21.389297 22.126875 21.130176 22.335938 20.857422 C 22.545 20.584668 22.736406 20.29875 22.910156 20 L 21.189453 19 C 20.279453 20.56625 18.695957 21.689238 16.820312 21.945312 C 16.552363 21.981895 16.27875 22 16 22 C 15.72125 22 15.447637 21.981895 15.179688 21.945312 C 14.911738 21.90873 14.649453 21.853906 14.394531 21.783203 C 13.884688 21.641797 13.403359 21.435 12.958984 21.171875 C 12.736797 21.040312 12.522793 20.894629 12.320312 20.736328 C 11.915352 20.419727 11.553008 20.051367 11.240234 19.642578 C 11.083848 19.438184 10.940547 19.22375 10.810547 19 z\"/></svg></li><li title=\"grin tears solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.87 3 3.0668594 8.7716719 3.0058594 15.888672 C 3.5798594 15.658672 4.2590156 15.427266 5.0410156 15.197266 C 5.4540156 9.5062656 10.205 5 16 5 C 21.795 5 26.545984 9.5062656 26.958984 15.197266 C 27.740984 15.427266 28.420141 15.658672 28.994141 15.888672 C 28.933141 8.7716719 23.13 3 16 3 z M 9 14 L 9 16 L 14 16 L 14 14 L 9 14 z M 18 14 L 18 16 L 23 16 L 23 14 L 18 14 z M 6 17 C 6 17 3.0304062 17.834828 2.4414062 18.423828 C 1.8524063 19.012828 1.8524063 19.969594 2.4414062 20.558594 C 3.0304062 21.147594 3.9871719 21.147594 4.5761719 20.558594 C 5.1651719 19.969594 6 17 6 17 z M 26 17 C 26 17 26.834828 19.969594 27.423828 20.558594 C 28.012828 21.147594 28.969594 21.147594 29.558594 20.558594 C 30.147594 19.969594 30.147594 19.012828 29.558594 18.423828 C 28.969594 17.834828 26 17 26 17 z M 9 19 C 9 19 10.61 24 16 24 C 21.39 24 23 19 23 19 L 9 19 z M 6.4277344 21.400391 C 6.2817344 21.633391 6.1342344 21.828656 5.9902344 21.972656 C 5.6692344 22.293656 5.295625 22.540844 4.890625 22.714844 C 7.171625 26.474844 11.291 29 16 29 C 20.709 29 24.828375 26.474844 27.109375 22.714844 C 26.704375 22.540844 26.330766 22.294656 26.009766 21.972656 C 25.864766 21.827656 25.718266 21.632391 25.572266 21.400391 C 23.681266 24.738391 20.103 27 16 27 C 11.897 27 8.3187344 24.738391 6.4277344 21.400391 z\"/></svg></li><li title=\"grin tears \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.87 3 3.0668594 8.7716719 3.0058594 15.888672 C 3.5798594 15.658672 4.2590156 15.427266 5.0410156 15.197266 C 5.4540156 9.5062656 10.205 5 16 5 C 21.795 5 26.545984 9.5062656 26.958984 15.197266 C 27.740984 15.427266 28.420141 15.658672 28.994141 15.888672 C 28.933141 8.7716719 23.13 3 16 3 z M 9 14 L 9 16 L 14 16 L 14 14 L 9 14 z M 18 14 L 18 16 L 23 16 L 23 14 L 18 14 z M 6 17 C 6 17 3.0304062 17.834828 2.4414062 18.423828 C 1.8524063 19.012828 1.8524063 19.969594 2.4414062 20.558594 C 3.0304062 21.147594 3.9871719 21.147594 4.5761719 20.558594 C 5.1651719 19.969594 6 17 6 17 z M 26 17 C 26 17 26.834828 19.969594 27.423828 20.558594 C 28.012828 21.147594 28.969594 21.147594 29.558594 20.558594 C 30.147594 19.969594 30.147594 19.012828 29.558594 18.423828 C 28.969594 17.834828 26 17 26 17 z M 9 19 C 9 19 10.61 24 16 24 C 21.39 24 23 19 23 19 L 9 19 z M 6.4277344 21.400391 C 6.2817344 21.633391 6.1342344 21.828656 5.9902344 21.972656 C 5.6692344 22.293656 5.295625 22.540844 4.890625 22.714844 C 7.171625 26.474844 11.291 29 16 29 C 20.709 29 24.828375 26.474844 27.109375 22.714844 C 26.704375 22.540844 26.330766 22.294656 26.009766 21.972656 C 25.864766 21.827656 25.718266 21.632391 25.572266 21.400391 C 23.681266 24.738391 20.103 27 16 27 C 11.897 27 8.3187344 24.738391 6.4277344 21.400391 z\"/></svg></li><li title=\"grin tongue solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 8.832 23.168 3 16 3 z M 16 5 C 22.065 5 27 9.935 27 16 C 27 22.065 22.065 27 16 27 C 9.935 27 5 22.065 5 16 C 5 9.935 9.935 5 16 5 z M 11.5 12 A 1.5 1.5 0 0 0 11.5 15 A 1.5 1.5 0 0 0 11.5 12 z M 20.5 12 A 1.5 1.5 0 0 0 20.5 15 A 1.5 1.5 0 0 0 20.5 12 z M 11.765625 17.357422 L 10.232422 18.642578 C 11.109193 19.687196 12.451356 20.426339 14 20.773438 L 14 22 C 14 23.1 14.9 24 16 24 C 17.1 24 18 23.1 18 22 L 18 20.773438 C 19.548584 20.426279 20.889562 19.687905 21.765625 18.642578 L 20.232422 17.357422 C 19.384422 18.371422 17.763 19 16 19 C 14.237 19 12.614625 18.370422 11.765625 17.357422 z\"/></svg></li><li title=\"grin tongue squint solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 8.832 23.168 3 16 3 z M 16 5 C 22.065 5 27 9.935 27 16 C 27 22.065 22.065 27 16 27 C 9.935 27 5 22.065 5 16 C 5 9.935 9.935 5 16 5 z M 11 12 C 8.906 12 7.390625 13.207031 7.390625 13.207031 L 8.609375 14.792969 C 8.609375 14.792969 9.6929531 14 11.001953 14 C 12.310953 14 13.392578 14.792969 13.392578 14.792969 L 14.611328 13.207031 C 14.609328 13.207031 13.094 12 11 12 z M 21 12 C 18.906 12 17.390625 13.207031 17.390625 13.207031 L 18.609375 14.792969 C 18.609375 14.792969 19.692953 14 21.001953 14 C 22.310953 14 23.392578 14.792969 23.392578 14.792969 L 24.611328 13.207031 C 24.609328 13.207031 23.094 12 21 12 z M 11.765625 17.357422 L 10.232422 18.642578 C 11.109193 19.687196 12.451356 20.426339 14 20.773438 L 14 22 C 14 23.1 14.9 24 16 24 C 17.1 24 18 23.1 18 22 L 18 20.773438 C 19.548584 20.426279 20.889562 19.687905 21.765625 18.642578 L 20.232422 17.357422 C 19.384422 18.371422 17.763 19 16 19 C 14.237 19 12.614625 18.370422 11.765625 17.357422 z\"/></svg></li><li title=\"grin tongue squint \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 8.832 23.168 3 16 3 z M 16 5 C 22.065 5 27 9.935 27 16 C 27 22.065 22.065 27 16 27 C 9.935 27 5 22.065 5 16 C 5 9.935 9.935 5 16 5 z M 11 12 C 8.906 12 7.390625 13.207031 7.390625 13.207031 L 8.609375 14.792969 C 8.609375 14.792969 9.6929531 14 11.001953 14 C 12.310953 14 13.392578 14.792969 13.392578 14.792969 L 14.611328 13.207031 C 14.609328 13.207031 13.094 12 11 12 z M 21 12 C 18.906 12 17.390625 13.207031 17.390625 13.207031 L 18.609375 14.792969 C 18.609375 14.792969 19.692953 14 21.001953 14 C 22.310953 14 23.392578 14.792969 23.392578 14.792969 L 24.611328 13.207031 C 24.609328 13.207031 23.094 12 21 12 z M 11.765625 17.357422 L 10.232422 18.642578 C 11.109193 19.687196 12.451356 20.426339 14 20.773438 L 14 22 C 14 23.1 14.9 24 16 24 C 17.1 24 18 23.1 18 22 L 18 20.773438 C 19.548584 20.426279 20.889562 19.687905 21.765625 18.642578 L 20.232422 17.357422 C 19.384422 18.371422 17.763 19 16 19 C 14.237 19 12.614625 18.370422 11.765625 17.357422 z\"/></svg></li><li title=\"grin tongue wink solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 8.832 23.168 3 16 3 z M 16 5 C 22.065 5 27 9.935 27 16 C 27 22.065 22.065 27 16 27 C 9.935 27 5 22.065 5 16 C 5 9.935 9.935 5 16 5 z M 11.5 12 A 1.5 1.5 0 0 0 11.5 15 A 1.5 1.5 0 0 0 11.5 12 z M 18 13 L 18 15 L 23 15 L 23 13 L 18 13 z M 11.765625 17.357422 L 10.232422 18.642578 C 11.109193 19.687196 12.451356 20.426339 14 20.773438 L 14 22 C 14 23.1 14.9 24 16 24 C 17.1 24 18 23.1 18 22 L 18 20.773438 C 19.548584 20.426279 20.889562 19.687905 21.765625 18.642578 L 20.232422 17.357422 C 19.384422 18.371422 17.763 19 16 19 C 14.237 19 12.614625 18.370422 11.765625 17.357422 z\"/></svg></li><li title=\"grin tongue wink \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 8.832 23.168 3 16 3 z M 16 5 C 22.065 5 27 9.935 27 16 C 27 22.065 22.065 27 16 27 C 9.935 27 5 22.065 5 16 C 5 9.935 9.935 5 16 5 z M 11.5 12 A 1.5 1.5 0 0 0 11.5 15 A 1.5 1.5 0 0 0 11.5 12 z M 18 13 L 18 15 L 23 15 L 23 13 L 18 13 z M 11.765625 17.357422 L 10.232422 18.642578 C 11.109193 19.687196 12.451356 20.426339 14 20.773438 L 14 22 C 14 23.1 14.9 24 16 24 C 17.1 24 18 23.1 18 22 L 18 20.773438 C 19.548584 20.426279 20.889562 19.687905 21.765625 18.642578 L 20.232422 17.357422 C 19.384422 18.371422 17.763 19 16 19 C 14.237 19 12.614625 18.370422 11.765625 17.357422 z\"/></svg></li><li title=\"grin tongue \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 8.832 23.168 3 16 3 z M 16 5 C 22.065 5 27 9.935 27 16 C 27 22.065 22.065 27 16 27 C 9.935 27 5 22.065 5 16 C 5 9.935 9.935 5 16 5 z M 11.5 12 A 1.5 1.5 0 0 0 11.5 15 A 1.5 1.5 0 0 0 11.5 12 z M 20.5 12 A 1.5 1.5 0 0 0 20.5 15 A 1.5 1.5 0 0 0 20.5 12 z M 11.765625 17.357422 L 10.232422 18.642578 C 11.109193 19.687196 12.451356 20.426339 14 20.773438 L 14 22 C 14 23.1 14.9 24 16 24 C 17.1 24 18 23.1 18 22 L 18 20.773438 C 19.548584 20.426279 20.889562 19.687905 21.765625 18.642578 L 20.232422 17.357422 C 19.384422 18.371422 17.763 19 16 19 C 14.237 19 12.614625 18.370422 11.765625 17.357422 z\"/></svg></li><li title=\"grin wink solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 9.382813 4 4 9.382813 4 16 C 4 22.617188 9.382813 28 16 28 C 22.617188 28 28 22.617188 28 16 C 28 9.382813 22.617188 4 16 4 Z M 16 6 C 21.535156 6 26 10.464844 26 16 C 26 21.535156 21.535156 26 16 26 C 10.464844 26 6 21.535156 6 16 C 6 10.464844 10.464844 6 16 6 Z M 11.5 12 C 10.671875 12 10 12.671875 10 13.5 C 10 14.328125 10.671875 15 11.5 15 C 12.328125 15 13 14.328125 13 13.5 C 13 12.671875 12.328125 12 11.5 12 Z M 18 13 L 18 15 L 23 15 L 23 13 Z M 20.96875 17.03125 C 20.96875 18.714844 20.292969 19.882813 19.3125 20.71875 C 18.332031 21.554688 17.035156 22 16 22 C 13.878906 22 12.4375 21.140625 11.3125 20.03125 L 9.90625 21.46875 C 11.300781 22.839844 13.320313 24 16 24 C 17.554688 24 19.261719 23.414063 20.625 22.25 C 21.988281 21.085938 22.96875 19.289063 22.96875 17.03125 Z\"/></svg></li><li title=\"grin wink \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 9.382813 4 4 9.382813 4 16 C 4 22.617188 9.382813 28 16 28 C 22.617188 28 28 22.617188 28 16 C 28 9.382813 22.617188 4 16 4 Z M 16 6 C 21.535156 6 26 10.464844 26 16 C 26 21.535156 21.535156 26 16 26 C 10.464844 26 6 21.535156 6 16 C 6 10.464844 10.464844 6 16 6 Z M 11.5 12 C 10.671875 12 10 12.671875 10 13.5 C 10 14.328125 10.671875 15 11.5 15 C 12.328125 15 13 14.328125 13 13.5 C 13 12.671875 12.328125 12 11.5 12 Z M 18 13 L 18 15 L 23 15 L 23 13 Z M 20.96875 17.03125 C 20.96875 18.714844 20.292969 19.882813 19.3125 20.71875 C 18.332031 21.554688 17.035156 22 16 22 C 13.878906 22 12.4375 21.140625 11.3125 20.03125 L 9.90625 21.46875 C 11.300781 22.839844 13.320313 24 16 24 C 17.554688 24 19.261719 23.414063 20.625 22.25 C 21.988281 21.085938 22.96875 19.289063 22.96875 17.03125 Z\"/></svg></li><li title=\"grin \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 8.832 23.168 3 16 3 z M 16 5 C 22.065 5 27 9.935 27 16 C 27 22.065 22.065 27 16 27 C 9.935 27 5 22.065 5 16 C 5 9.935 9.935 5 16 5 z M 11.5 12 A 1.5 1.5 0 0 0 11.5 15 A 1.5 1.5 0 0 0 11.5 12 z M 20.5 12 A 1.5 1.5 0 0 0 20.5 15 A 1.5 1.5 0 0 0 20.5 12 z M 9 19 C 9 19 10.605 24 16 24 C 21.395 24 23 19 23 19 L 9 19 z\"/></svg></li><li title=\"grip horizontal solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 2 7 L 2 15 L 10 15 L 10 7 L 2 7 z M 12 7 L 12 15 L 20 15 L 20 7 L 12 7 z M 22 7 L 22 15 L 30 15 L 30 7 L 22 7 z M 4 9 L 8 9 L 8 13 L 4 13 L 4 9 z M 14 9 L 18 9 L 18 13 L 14 13 L 14 9 z M 24 9 L 28 9 L 28 13 L 24 13 L 24 9 z M 2 17 L 2 25 L 10 25 L 10 17 L 2 17 z M 12 17 L 12 25 L 20 25 L 20 17 L 12 17 z M 22 17 L 22 25 L 30 25 L 30 17 L 22 17 z M 4 19 L 8 19 L 8 23 L 4 23 L 4 19 z M 14 19 L 18 19 L 18 23 L 14 23 L 14 19 z M 24 19 L 28 19 L 28 23 L 24 23 L 24 19 z\"/></svg></li><li title=\"grip lines solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 3 11 L 3 13 L 29 13 L 29 11 L 3 11 z M 3 19 L 3 21 L 29 21 L 29 19 L 3 19 z\"/></svg></li><li title=\"grip lines vertical solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 11 3 L 11 29 L 13 29 L 13 3 L 11 3 z M 19 3 L 19 29 L 21 29 L 21 3 L 19 3 z\"/></svg></li><li title=\"grip vertical solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 7 2 L 7 10 L 15 10 L 15 2 L 7 2 z M 17 2 L 17 10 L 25 10 L 25 2 L 17 2 z M 9 4 L 13 4 L 13 8 L 9 8 L 9 4 z M 19 4 L 23 4 L 23 8 L 19 8 L 19 4 z M 7 12 L 7 20 L 15 20 L 15 12 L 7 12 z M 17 12 L 17 20 L 25 20 L 25 12 L 17 12 z M 9 14 L 13 14 L 13 18 L 9 18 L 9 14 z M 19 14 L 23 14 L 23 18 L 19 18 L 19 14 z M 7 22 L 7 30 L 15 30 L 15 22 L 7 22 z M 17 22 L 17 30 L 25 30 L 25 22 L 17 22 z M 9 24 L 13 24 L 13 28 L 9 28 L 9 24 z M 19 24 L 23 24 L 23 28 L 19 28 L 19 24 z\"/></svg></li><li title=\"gripfire \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 15.685547 1 C 15.706547 1.2 15.716797 1.3996094 15.716797 1.5996094 C 15.716797 7.1776094 7 10.921469 7 17.855469 C 7 20.866469 9.4856719 22.881438 11.513672 24.648438 C 15.375672 27.470437 16.142578 28.73425 16.142578 29.65625 C 16.142578 30.26725 16 30.678 16 31 C 16.768 29.989 16.857187 29.074266 16.867188 28.197266 C 16.867188 26.408266 15.609391 24.788078 14.275391 22.955078 C 13.326391 21.610078 11.769531 20.377859 11.769531 18.755859 C 11.769531 14.288859 18 11.344797 18 6.4667969 C 18 3.6217969 15.983547 1.144 15.685547 1 z M 19.375 9 L 19.615234 9.4335938 C 19.756234 9.7445938 19.820312 10.087844 19.820312 10.464844 C 19.820312 13.157844 16.337547 17.169953 16.185547 17.501953 C 16.054547 17.811953 16 18.145078 16 18.455078 C 16 19.674078 16.911219 21.003906 17.074219 21.003906 C 17.216219 21.003906 20.484031 17.656078 20.582031 15.705078 C 20.962031 16.414078 21.125 17.068656 21.125 17.722656 C 21.125 20.205656 18.605469 23.574219 18.605469 23.574219 C 18.605469 24.272219 20.527141 26.777344 20.744141 26.777344 C 20.809141 26.777344 20.885453 26.700766 20.939453 26.634766 C 23.229453 24.262766 25 21.502953 25 18.376953 C 25 17.899953 24.956141 17.400625 24.869141 16.890625 C 24.141141 12.867625 20.374 9.388 19.375 9 z\"/></svg></li><li title=\"grunt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 17.119141 3.0039062 C 15.622141 3.5319063 15.245766 4.3373594 15.134766 5.0683594 C 14.748766 4.7943594 14.794531 3.8969687 14.769531 3.6679688 C 14.388531 3.7139687 13.288844 4.7791406 13.339844 6.1191406 C 13.237844 6.1441406 13.140062 6.1750781 13.039062 6.2050781 C 12.709062 5.7580781 11.766203 4.6069375 10.533203 4.2109375 C 10.131203 4.0969375 9.7193594 4.0292969 9.3183594 4.0292969 C 7.8463594 4.0292969 6.97875 4.9079687 6.96875 4.9179688 L 6.5585938 5.3945312 L 7.1816406 5.5175781 C 7.1916406 5.5175781 8.2272969 5.7351562 8.6542969 6.4101562 C 8.7252969 6.5221563 8.744625 6.7444219 8.765625 6.9824219 C 8.775625 7.1244219 8.7467031 7.2625313 8.7207031 7.3945312 C 8.7007031 7.4905313 8.6788281 7.5923594 8.6738281 7.6933594 C 8.2828281 7.7103594 7.9525938 7.7868281 7.6835938 7.9238281 C 7.3185937 8.1118281 7.06975 8.4091563 6.96875 8.7851562 C 6.71475 9.7091562 7.5373594 10.740391 7.5683594 10.775391 C 7.6643594 10.948391 7.7054219 12.186594 7.4824219 12.683594 C 7.4524219 12.754594 7.3696719 12.82025 7.2636719 12.90625 C 7.2276719 12.93125 7.1933438 12.962188 7.1523438 12.992188 C 6.8423438 13.225188 6.3691406 13.585344 6.3691406 14.402344 C 6.3691406 15.524344 7.5069219 16.134094 8.4199219 16.621094 C 8.5719219 16.702094 8.7147969 16.777516 8.8417969 16.853516 C 8.9787969 16.934516 9.4609375 17.433688 9.4609375 18.179688 C 9.4609375 18.529688 9.4294844 20.193703 9.2714844 21.345703 C 8.6824844 20.843703 8.1444375 20.032047 8.0234375 19.123047 C 8.0234375 19.123047 6.5415156 20.270797 6.9785156 22.716797 C 7.2425156 24.213797 8.1552813 25.056188 9.3632812 25.492188 C 9.8102812 26.461188 10.855297 27.811766 12.779297 28.009766 C 13.510297 28.608766 14.525812 28.998047 16.007812 28.998047 L 16.017578 28.998047 C 17.494578 28.998047 18.510094 28.608766 19.246094 28.009766 C 21.169094 27.811766 22.215109 26.461188 22.662109 25.492188 C 23.870109 25.050187 24.777875 24.213797 25.046875 22.716797 C 25.462875 20.261797 23.976563 19.119141 23.976562 19.119141 C 23.854563 20.027141 23.316516 20.834891 22.728516 21.337891 C 22.571516 20.185891 22.539062 18.519922 22.539062 18.169922 C 22.539062 17.423922 23.021203 16.927703 23.158203 16.845703 C 23.285203 16.769703 23.433078 16.692328 23.580078 16.611328 C 24.494078 16.124328 25.630859 15.516531 25.630859 14.394531 C 25.630859 13.572531 25.157656 13.216422 24.847656 12.982422 C 24.806656 12.952422 24.772328 12.926484 24.736328 12.896484 C 24.629328 12.810484 24.547578 12.744828 24.517578 12.673828 C 24.294578 12.176828 24.334641 10.937625 24.431641 10.765625 C 24.461641 10.735625 25.28025 9.7053437 25.03125 8.7773438 C 24.92925 8.4013438 24.680453 8.1020625 24.314453 7.9140625 C 24.045453 7.7770625 23.710219 7.7005469 23.324219 7.6855469 C 23.319219 7.5835469 23.300297 7.4877187 23.279297 7.3867188 C 23.249297 7.2547188 23.222422 7.1185625 23.232422 6.9765625 C 23.252422 6.7375625 23.274703 6.5183437 23.345703 6.4023438 C 23.771703 5.7273438 24.806406 5.5097656 24.816406 5.5097656 L 25.441406 5.3886719 L 25.029297 4.90625 C 25.024297 4.89625 24.151688 4.0175781 22.679688 4.0175781 C 22.278688 4.0175781 21.868031 4.0847969 21.457031 4.2167969 C 20.229031 4.6127969 19.279219 5.7639375 18.949219 6.2109375 C 18.792219 6.1599375 18.629891 6.1152188 18.462891 6.0742188 C 18.249891 5.2722188 18.919922 4.1191406 18.919922 4.1191406 C 18.919922 4.1191406 18.230938 3.967625 17.210938 4.890625 C 17.078937 4.560625 16.799141 3.8519063 17.119141 3.0039062 z M 9.328125 4.7929688 C 9.638125 4.7929688 9.9375625 4.8386875 10.226562 4.9296875 C 11.129563 5.2236875 11.831625 6.1065938 12.140625 6.5585938 C 12.059625 6.5945937 11.978484 6.6289219 11.896484 6.6699219 C 11.769484 6.7309219 11.646156 6.7964219 11.535156 6.8574219 C 11.403156 6.5834219 11.114375 6.1627031 10.484375 5.7207031 C 10.063375 5.4267031 9.5614375 5.2695312 9.0234375 5.2695312 C 8.8524375 5.2745312 8.6884062 5.2944531 8.5664062 5.3144531 C 8.3994063 5.2034531 8.2312188 5.1109219 8.0742188 5.0449219 C 8.3182188 4.9439219 8.769125 4.7929688 9.328125 4.7929688 z M 22.666016 4.7929688 C 23.224016 4.7929688 23.675922 4.944875 23.919922 5.046875 C 23.762922 5.117875 23.594734 5.2074531 23.427734 5.3144531 C 23.305734 5.2944531 23.143937 5.2734375 22.960938 5.2734375 C 22.427937 5.2734375 21.920906 5.4315625 21.503906 5.7265625 C 20.879906 6.1685625 20.590125 6.5842812 20.453125 6.8632812 C 20.341125 6.7972813 20.22575 6.7367812 20.09375 6.6757812 C 20.01275 6.6347812 19.935516 6.5985 19.853516 6.5625 C 20.163516 6.1005 20.864578 5.2186875 21.767578 4.9296875 C 22.051578 4.8386875 22.357016 4.7929688 22.666016 4.7929688 z M 22.833984 5.8515625 C 22.792984 5.9025625 22.752797 5.9586719 22.716797 6.0136719 C 22.549797 6.2776719 22.519141 6.6039688 22.494141 6.9179688 C 22.469141 7.2429688 22.438484 7.5502969 22.271484 7.7792969 C 22.058484 7.8202969 21.8605 7.8669687 21.6875 7.9179688 C 21.5705 7.7609687 21.403297 7.5626094 21.154297 7.3496094 C 21.225297 7.1056094 21.433844 6.5320312 21.839844 6.2070312 C 22.123844 5.9890312 22.457984 5.8665625 22.833984 5.8515625 z M 9.1601562 5.8574219 C 9.5361562 5.8724219 9.8713906 5.9898906 10.150391 6.2128906 C 10.556391 6.5328906 10.764938 7.1066094 10.835938 7.3496094 C 10.586937 7.5626094 10.414734 7.7559688 10.302734 7.9179688 C 10.129734 7.8719687 9.93275 7.8202969 9.71875 7.7792969 C 9.55175 7.5562969 9.5279531 7.2488281 9.5019531 6.9238281 C 9.4769531 6.6088281 9.4443438 6.2835312 9.2773438 6.0195312 C 9.2413438 5.9635313 9.2011563 5.9084219 9.1601562 5.8574219 z M 15.996094 6.6503906 C 17.412094 6.6503906 18.681578 6.920125 19.767578 7.453125 C 20.488578 7.803125 20.762281 8.07175 20.863281 8.21875 C 19.137281 8.98475 18.179922 10.563125 18.169922 10.578125 L 17.990234 10.873047 L 18.275391 10.675781 C 18.275391 10.675781 18.284922 10.670156 18.294922 10.660156 C 18.736922 10.315156 20.274828 9.1470938 21.548828 8.7460938 C 21.903828 8.6340937 22.59375 8.4414062 23.21875 8.4414062 C 23.53875 8.4414062 23.791375 8.4938437 23.984375 8.5898438 C 24.162375 8.6808437 24.273219 8.811375 24.324219 8.984375 C 24.451219 9.446375 24.014656 10.132938 23.847656 10.335938 C 23.822656 10.365937 23.80125 10.401266 23.78125 10.447266 C 23.76625 10.214266 23.755625 9.9657969 23.765625 9.7167969 C 23.562625 10.163797 23.436813 11.315437 23.507812 11.898438 C 23.690812 13.385438 24.304688 14.146484 24.304688 14.146484 C 24.263687 14.065484 24.213969 13.755625 24.167969 13.390625 C 24.203969 13.420625 24.243297 13.450469 24.279297 13.480469 L 24.304688 13.501953 C 24.537688 13.689953 24.755859 13.861781 24.755859 14.425781 C 24.755859 15.146781 23.973656 15.566656 23.222656 15.972656 C 23.075656 16.048656 22.933875 16.129078 22.796875 16.205078 C 22.354875 16.459078 21.883125 17.053406 21.828125 17.941406 C 21.782125 18.682406 21.874953 20.474922 22.001953 21.794922 C 21.372953 22.038922 20.646328 22.118672 19.986328 22.138672 C 19.884328 21.930672 19.788031 21.708609 19.707031 21.474609 C 19.671031 21.372609 18.712187 18.880406 18.367188 18.316406 C 18.646187 20.295406 19.255547 22.056281 19.560547 22.863281 C 19.382547 22.838281 19.190797 22.828125 18.966797 22.828125 L 13.027344 22.828125 C 12.804344 22.828125 12.606594 22.842281 12.433594 22.863281 C 12.738594 22.056281 13.352953 20.295406 13.626953 18.316406 C 13.281953 18.884406 12.323109 21.377609 12.287109 21.474609 C 12.206109 21.707609 12.108813 21.930672 12.007812 22.138672 C 11.347812 22.118672 10.627187 22.037922 9.9921875 21.794922 C 10.119188 20.474922 10.211016 18.687406 10.166016 17.941406 C 10.120016 17.057406 9.6421719 16.458078 9.2011719 16.205078 C 9.0641719 16.124078 8.9173906 16.048656 8.7753906 15.972656 C 8.0193906 15.566656 7.2421875 15.146781 7.2421875 14.425781 C 7.2421875 13.862781 7.4613125 13.684953 7.6953125 13.501953 L 7.7207031 13.480469 C 7.7567031 13.450469 7.7910313 13.420625 7.8320312 13.390625 C 7.7860312 13.755625 7.7363125 14.065484 7.6953125 14.146484 C 7.6953125 14.146484 8.3091875 13.385438 8.4921875 11.898438 C 8.5631875 11.314438 8.4354219 10.157797 8.2324219 9.7167969 C 8.2424219 9.9657969 8.23375 10.213266 8.21875 10.447266 C 8.19875 10.406266 8.1773437 10.366937 8.1523438 10.335938 C 7.9903438 10.132938 7.5537812 9.446375 7.6757812 8.984375 C 7.7217813 8.806375 7.832625 8.6808438 8.015625 8.5898438 C 8.208625 8.4938437 8.46225 8.4414063 8.78125 8.4414062 C 9.40525 8.4414062 10.095172 8.6290938 10.451172 8.7460938 C 11.725172 9.1520938 13.262125 10.315156 13.703125 10.660156 C 13.713125 10.670156 13.724609 10.675781 13.724609 10.675781 L 14.007812 10.873047 L 13.830078 10.578125 C 13.820078 10.563125 12.861859 8.98475 11.130859 8.21875 C 11.232859 8.07175 11.506563 7.808125 12.226562 7.453125 C 13.312563 6.920125 14.585094 6.6503906 15.996094 6.6503906 z M 14.609375 11.638672 C 14.611375 11.638672 15.348188 12.531016 15.992188 12.541016 L 16.001953 12.541016 C 16.646953 12.536016 17.382813 11.638672 17.382812 11.638672 C 16.880813 11.943672 16.428094 12.048594 15.996094 12.058594 C 15.565094 12.048594 15.112375 11.942672 14.609375 11.638672 z M 9.8144531 11.703125 C 9.5652793 11.708824 9.3066875 11.739937 9.0390625 11.804688 C 9.255926 11.855422 9.488908 11.928276 9.7207031 12.013672 C 9.5067031 12.115672 9.3892813 12.373094 9.3632812 12.621094 C 9.3072813 13.129094 9.6289062 13.591797 9.6289062 13.591797 C 9.6649062 13.210797 9.7390781 12.940047 9.8300781 12.748047 C 9.8500781 13.271047 9.9924688 13.942469 10.480469 14.480469 C 10.830469 14.866469 12.288578 15.662063 13.267578 14.789062 C 13.318578 14.911062 13.374922 15.058703 13.419922 15.220703 C 13.566922 15.743703 13.28125 16.505859 13.28125 16.505859 C 13.28125 16.505859 14.047328 15.636469 13.986328 14.855469 C 14.534328 14.830469 15.073594 14.429234 15.058594 13.865234 C 15.058594 13.865234 14.098859 14.394922 13.255859 13.419922 C 12.825359 12.922922 11.55867 11.66323 9.8144531 11.703125 z M 22.177734 11.712891 C 20.430646 11.672818 19.168781 12.931812 18.738281 13.429688 C 17.890281 14.403688 16.935547 13.876953 16.935547 13.876953 C 16.925547 14.429953 17.463719 14.834469 18.011719 14.855469 C 17.950719 15.642469 18.716797 16.505859 18.716797 16.505859 C 18.716797 16.505859 18.433078 15.743703 18.580078 15.220703 C 18.626078 15.058703 18.682422 14.915063 18.732422 14.789062 C 19.712422 15.667063 21.168672 14.866469 21.513672 14.480469 C 22.000672 13.942469 22.136109 13.271047 22.162109 12.748047 C 22.253109 12.941047 22.335234 13.211797 22.365234 13.591797 C 22.365234 13.591797 22.691859 13.128094 22.630859 12.621094 C 22.600859 12.367094 22.483391 12.114438 22.275391 12.023438 L 22.269531 12.023438 C 22.502531 11.932438 22.737078 11.860453 22.955078 11.814453 C 22.686703 11.749703 22.427318 11.718615 22.177734 11.712891 z M 10.800781 12.53125 C 11.790781 13.08925 12.699078 13.834203 13.080078 14.408203 C 12.791078 14.575203 11.978391 14.936266 11.150391 14.322266 C 10.627391 13.936266 10.652781 12.99325 10.800781 12.53125 z M 21.193359 12.53125 C 21.345359 12.99325 21.367844 13.937125 20.839844 14.328125 C 20.012844 14.942125 19.205016 14.581203 18.916016 14.408203 C 19.296016 13.829203 20.204359 13.08925 21.193359 12.53125 z M 7.8300781 20.550781 C 8.3830781 22.296781 10.226422 22.797516 11.607422 22.853516 C 11.470422 23.066516 11.342953 23.239328 11.251953 23.361328 L 11.181641 23.433594 C 10.816641 23.829594 10.744656 24.371875 10.972656 25.046875 C 9.8206563 25.040875 8.6235313 24.548828 8.0195312 23.548828 C 7.4055313 22.533828 7.5760781 20.803781 7.8300781 20.550781 z M 24.169922 20.554688 C 24.422922 20.809687 24.595563 22.538828 23.976562 23.548828 C 23.367562 24.548828 22.169344 25.036641 21.027344 25.056641 C 21.255344 24.381641 21.183359 23.832406 20.818359 23.441406 C 20.798359 23.416406 20.773047 23.390234 20.748047 23.365234 C 20.657047 23.243234 20.529578 23.071422 20.392578 22.857422 C 21.772578 22.796422 23.616922 22.300687 24.169922 20.554688 z M 12.982422 23.478516 L 19.011719 23.478516 C 19.777719 23.478516 20.117766 23.67675 20.259766 23.84375 C 20.472766 24.08775 20.486687 24.482625 20.304688 25.015625 C 19.970688 25.969625 19.072094 28.295781 15.996094 28.300781 C 12.920094 28.295781 12.0225 25.975625 11.6875 25.015625 C 11.4995 24.482625 11.515375 24.09175 11.734375 23.84375 C 11.881375 23.67675 12.216422 23.478516 12.982422 23.478516 z M 17.632812 24.25 C 17.419812 24.25 17.266687 24.295719 17.179688 24.386719 C 17.067688 24.503719 17.104766 24.650562 17.134766 24.726562 C 17.185766 24.858563 17.413922 25.300031 17.794922 25.707031 C 17.931922 25.854031 18.128563 25.935547 18.351562 25.935547 C 18.574562 25.935547 18.794172 25.854656 18.951172 25.722656 C 19.068172 25.620656 19.469484 25.254734 19.646484 24.802734 C 19.712484 24.635734 19.696609 24.498344 19.599609 24.402344 C 19.534609 24.336344 19.397047 24.255 19.123047 24.25 L 17.632812 24.25 z M 12.880859 24.255859 C 12.601859 24.255859 12.464438 24.336344 12.398438 24.402344 C 12.302437 24.504344 12.287516 24.6405 12.353516 24.8125 C 12.531516 25.2745 12.932828 25.650812 13.048828 25.757812 C 13.205828 25.894813 13.428484 25.974609 13.646484 25.974609 C 13.869484 25.974609 14.068078 25.889187 14.205078 25.742188 C 14.586078 25.326187 14.809234 24.873328 14.865234 24.736328 C 14.895234 24.660328 14.930359 24.509578 14.818359 24.392578 C 14.728359 24.300578 14.581047 24.255859 14.373047 24.255859 L 12.880859 24.255859 z M 10.339844 25.757812 C 10.644844 25.813813 10.958203 25.852906 11.283203 25.878906 C 11.461203 26.284906 11.65825 26.685781 11.90625 27.050781 C 11.17525 26.751781 10.669844 26.239812 10.339844 25.757812 z M 21.65625 25.757812 C 21.32625 26.239813 20.818891 26.751781 20.087891 27.050781 C 20.336891 26.685781 20.535891 26.284906 20.712891 25.878906 C 21.037891 25.853906 21.35125 25.813813 21.65625 25.757812 z\"/></svg></li><li title=\"guitar solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 26.59375 3.0625 C 26.488281 3.0625 26.386719 3.113281 26.28125 3.21875 L 25.53125 3.96875 L 25.21875 3.65625 L 24.78125 4.0625 L 25.125 4.40625 L 24.6875 4.8125 L 24.375 4.5 L 23.9375 4.9375 L 24.25 5.25 L 23.53125 6 C 23.316406 6.214844 23.316406 6.410156 23.53125 6.625 L 19.34375 10.8125 C 18.410156 10.066406 17.414063 9.5 16.46875 9.21875 C 14.710938 8.699219 13.148438 9.074219 11.9375 10.28125 C 11.402344 10.816406 11.074219 11.46875 10.9375 12.25 C 10.71875 13.515625 9.601563 14.503906 8.28125 14.59375 C 6.839844 14.691406 5.574219 15.269531 4.625 16.21875 C 2.121094 18.722656 2.574219 23.265625 5.65625 26.34375 C 7.40625 28.09375 9.636719 29 11.6875 29 C 13.25 29 14.699219 28.457031 15.78125 27.375 C 16.730469 26.425781 17.308594 25.160156 17.40625 23.71875 C 17.496094 22.398438 18.453125 21.28125 19.71875 21.0625 C 20.5 20.925781 21.183594 20.597656 21.71875 20.0625 C 22.925781 18.855469 23.300781 17.289063 22.78125 15.53125 C 22.609375 14.945313 22.300781 14.347656 21.9375 13.75 L 20.46875 15.21875 C 20.625 15.519531 20.757813 15.808594 20.84375 16.09375 C 21.152344 17.132813 20.988281 17.980469 20.3125 18.65625 C 20.070313 18.894531 19.78125 19.027344 19.40625 19.09375 C 17.242188 19.46875 15.554688 21.367188 15.40625 23.59375 C 15.34375 24.542969 14.976563 25.363281 14.375 25.96875 C 12.648438 27.691406 9.394531 27.238281 7.09375 24.9375 C 4.792969 22.636719 4.308594 19.347656 6.03125 17.625 C 6.636719 17.023438 7.457031 16.65625 8.40625 16.59375 C 10.632813 16.445313 12.527344 14.757813 12.90625 12.59375 C 12.972656 12.21875 13.101563 11.929688 13.34375 11.6875 C 13.808594 11.222656 14.339844 11 14.96875 11 C 15.253906 11 15.582031 11.058594 15.90625 11.15625 C 16.535156 11.34375 17.238281 11.714844 17.90625 12.21875 L 14.5625 15.5625 C 14.382813 15.519531 14.195313 15.5 14 15.5 C 12.621094 15.5 11.5 16.621094 11.5 18 C 11.5 19.378906 12.621094 20.5 14 20.5 C 15.378906 20.5 16.5 19.378906 16.5 18 C 16.5 17.847656 16.464844 17.707031 16.4375 17.5625 L 25.53125 8.4375 C 25.746094 8.652344 25.972656 8.652344 26.1875 8.4375 L 26.9375 7.6875 L 27.25 8 L 27.65625 7.59375 L 27.34375 7.28125 L 27.78125 6.84375 L 28 7.28125 L 28.40625 6.84375 L 28.09375 6.53125 L 28.84375 5.78125 C 29.058594 5.566406 29.058594 5.339844 28.84375 5.125 L 26.9375 3.21875 C 26.832031 3.113281 26.699219 3.0625 26.59375 3.0625 Z M 26.5 4.28125 L 26.9375 4.71875 L 25 6.625 L 24.59375 6.21875 Z M 27.34375 5.03125 L 27.78125 5.46875 L 25.84375 7.375 L 25.4375 6.9375 Z M 9.09375 19.6875 L 7.6875 21.09375 L 10.90625 24.3125 L 12.3125 22.90625 Z\"/></svg></li><li title=\"gulp \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 22.154297 1 C 22.113531 1.0015781 22.081797 1.0129531 22.060547 1.0332031 L 18.345703 5.4453125 L 17.587891 8.0507812 C 17.072891 8.0337813 16.541094 8.0273438 15.996094 8.0273438 C 12.135094 8.0273437 9 8.4363594 9 8.9433594 C 9 10.153359 22.990234 10.153359 22.990234 8.9433594 C 22.990234 8.5683594 21.315391 8.2515625 18.900391 8.1015625 L 19.5 5.9570312 L 22.974609 1.7773438 L 22.980469 1.7714844 C 23.058469 1.6904844 22.906203 1.447375 22.658203 1.234375 C 22.472203 1.073875 22.276594 0.99526563 22.154297 1 z M 17.302734 9.0761719 L 17.289062 9.1171875 C 17.283062 9.1221875 17.283203 9.1287656 17.283203 9.1347656 C 17.283203 9.2097656 17.586078 9.2714844 17.955078 9.2714844 C 18.324078 9.2714844 18.628906 9.2097656 18.628906 9.1347656 L 18.640625 9.0878906 C 18.737625 9.1228906 18.791016 9.1629844 18.791016 9.2089844 C 18.791016 9.3299844 18.416219 9.4288281 17.949219 9.4238281 C 17.495219 9.4238281 17.119141 9.3319375 17.119141 9.2109375 C 17.119141 9.1589375 17.193734 9.1111719 17.302734 9.0761719 z M 22.912109 9.4199219 C 21.061109 10.406922 10.949797 10.413594 9.0917969 9.4335938 L 9.9140625 16.666016 C 10.271062 15.513016 11.173938 13.956375 12.335938 13.484375 C 12.716938 13.328375 13.103797 13.329109 13.466797 13.537109 C 13.781797 13.710109 14.048125 14.072797 14.078125 14.216797 C 14.151125 14.591797 13.957641 14.740234 13.806641 14.740234 C 13.624641 14.740234 13.485531 14.476312 13.394531 14.320312 C 13.146531 13.899313 12.771094 13.881203 12.371094 14.158203 C 11.953094 14.446203 11.589938 14.930563 11.335938 15.351562 C 11.026938 15.858562 10.766375 16.417563 10.609375 16.976562 C 10.518375 17.299563 10.435219 17.817047 10.574219 18.123047 C 10.635219 18.250047 10.725094 18.330078 10.871094 18.330078 C 11.174094 18.330078 11.614172 17.950047 11.826172 17.748047 C 12.098172 17.489047 12.449031 17.085172 12.582031 16.826172 L 12.898438 15.933594 C 13.055438 15.541594 13.496094 15.610594 13.496094 15.933594 C 13.496094 16.521594 13.273578 16.717594 12.892578 17.933594 C 12.541578 19.057594 12.431641 19.421875 12.431641 19.421875 C 12.389641 19.582875 12.225781 19.853516 12.050781 19.853516 C 11.977781 19.853516 11.924531 19.829203 11.894531 19.783203 C 11.833531 19.702203 11.839703 19.479875 11.845703 19.421875 C 11.857703 19.237875 12.226109 18.14175 12.287109 17.96875 C 12.166109 18.09575 12.039391 18.223609 11.900391 18.349609 C 11.573391 18.643609 11.047609 19.029297 10.599609 19.029297 C 10.393609 19.029297 10.261766 18.976625 10.134766 18.890625 L 10.59375 23.478516 C 10.71475 23.766516 12.966641 24.464844 15.931641 24.464844 C 18.902641 24.464844 21.152578 23.761516 21.267578 23.478516 L 21.927734 18.027344 C 21.582734 18.327344 21.184188 18.696859 20.742188 18.880859 C 20.415187 19.013859 19.689453 19.098781 19.689453 18.550781 C 19.689453 18.250781 20.240547 17.6985 20.560547 17.3125 C 20.645547 17.2145 20.84375 16.972703 20.84375 16.845703 C 20.84375 16.678703 20.481719 16.717281 20.136719 16.988281 C 19.942719 17.144281 19.760375 17.352828 19.609375 17.548828 C 19.349375 17.894828 19.210703 18.193406 19.095703 18.441406 C 18.720703 19.259406 18.847922 18.936984 18.544922 19.708984 C 18.241922 20.475984 18.291469 20.388625 18.230469 20.515625 C 18.176469 20.625625 18.097281 20.718391 17.988281 20.775391 C 17.873281 20.833391 17.716141 20.826812 17.619141 20.757812 C 17.565141 20.722812 17.539062 20.647922 17.539062 20.544922 C 17.539062 20.492922 17.546594 20.440672 17.558594 20.388672 C 17.649594 20.036672 18.030797 19.346109 18.466797 18.412109 C 18.563797 18.199109 18.526672 18.262297 18.513672 18.279297 C 18.138672 18.625297 17.853578 18.792766 17.642578 18.884766 C 17.291578 19.034766 16.855625 19.034438 16.765625 18.648438 C 16.759625 18.625438 16.759906 18.601125 16.753906 18.578125 C 16.039906 19.108125 15.283922 19.252328 15.544922 18.111328 C 15.266922 18.584328 14.7815 18.970703 14.1875 18.970703 C 13.9395 18.970703 13.757969 18.890734 13.667969 18.677734 C 13.528969 18.360734 13.746312 17.817688 13.945312 17.304688 C 14.048312 17.045687 14.188953 16.734094 14.376953 16.371094 C 14.473953 16.175094 14.629937 16.059328 14.835938 16.111328 C 14.871937 16.123328 14.903594 16.135344 14.933594 16.152344 C 15.090594 16.256344 15.030172 16.410406 14.951172 16.566406 C 14.721172 16.998406 14.521672 17.315625 14.388672 17.765625 C 14.334672 17.955625 14.266516 18.285156 14.478516 18.285156 C 14.623516 18.285156 14.762484 18.238484 14.896484 18.146484 C 15.174484 17.950484 15.398359 17.657141 15.568359 17.369141 C 15.689359 17.162141 15.835203 16.891156 15.908203 16.660156 C 15.938203 16.562156 15.975578 16.469813 16.017578 16.382812 C 16.084578 16.238813 16.174031 16.089844 16.332031 16.089844 C 16.411031 16.089844 16.476391 16.118781 16.525391 16.175781 C 16.628391 16.302781 16.605781 16.433266 16.550781 16.572266 C 16.429781 16.895266 16.266813 17.184156 16.132812 17.535156 C 16.053812 17.737156 15.96875 17.995984 15.96875 18.208984 C 15.96875 18.404984 16.192859 18.358344 16.380859 18.277344 C 16.525859 18.214344 16.670969 18.117531 16.792969 18.019531 C 16.865969 17.737531 16.846625 17.799891 18.390625 14.087891 C 18.469625 13.897891 18.614766 13.816406 18.759766 13.816406 C 18.832766 13.816406 18.892125 13.840859 18.953125 13.880859 C 19.056125 13.955859 19.057625 14.115328 19.015625 14.236328 C 18.973625 14.346328 18.978187 14.311797 18.742188 14.841797 C 18.427187 15.538797 18.222359 16.041641 17.943359 16.681641 C 17.828359 16.946641 17.477969 17.770797 17.417969 17.966797 C 17.381969 18.093797 17.338516 18.300781 17.478516 18.300781 C 17.805516 18.300781 18.646953 17.545312 18.876953 17.320312 C 18.888953 17.303313 18.907641 17.297156 18.931641 17.285156 C 18.967641 17.175156 19.003203 17.07275 19.033203 16.96875 C 19.118203 16.74975 19.197469 16.494406 19.355469 16.316406 C 19.403469 16.258406 19.457578 16.224609 19.517578 16.224609 C 19.686578 16.224609 19.771484 16.293078 19.771484 16.455078 C 19.771484 16.518078 19.730078 16.7495 19.705078 16.8125 C 19.790078 16.7265 19.879563 16.640688 19.976562 16.554688 C 20.884563 15.753687 21.53125 16.162406 21.53125 16.566406 C 21.53125 16.992406 20.993266 17.585062 20.697266 17.914062 C 20.600266 18.024062 20.400531 18.225203 20.394531 18.283203 C 20.394531 18.358203 20.448344 18.388672 20.527344 18.388672 C 20.648344 18.388672 20.914719 18.186188 21.011719 18.117188 C 21.314719 17.892187 21.724625 17.546688 22.015625 17.304688 L 22.912109 9.4199219 z M 10.929688 24.03125 L 11.832031 25.496094 L 12.183594 30.072266 C 12.183594 30.585266 13.895953 31 16.001953 31 C 18.107953 31 19.820312 30.585266 19.820312 30.072266 L 20.099609 25.449219 L 20.951172 24.03125 C 18.554172 24.99425 13.423687 25.02825 10.929688 24.03125 z\"/></svg></li><li title=\"h square solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 Z M 7 7 L 25 7 L 25 25 L 7 25 Z M 11 10 L 11 22 L 13 22 L 13 17 L 19 17 L 19 22 L 21 22 L 21 10 L 19 10 L 19 15 L 13 15 L 13 10 Z\"/></svg></li><li title=\"hacker news square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 Z M 7 7 L 25 7 L 25 25 L 7 25 Z M 11 10 L 15 17 L 15 22 L 17 22 L 17 17 L 21 10 L 19 10 L 16 15.25 L 13 10 Z\"/></svg></li><li title=\"hacker news \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 Z M 7 7 L 25 7 L 25 25 L 7 25 Z M 11.5 11 L 15 17 L 15 22 L 17 22 L 17 17 L 20.5 11 L 18.5 11 L 16 15.28125 L 13.5 11 Z\"/></svg></li><li title=\"hackerrank \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 15.998047 3 C 14.225047 3 5.5352031 7.9839062 4.6582031 9.5039062 C 3.7802031 11.024906 3.7802031 20.983047 4.6582031 22.498047 C 5.5392031 24.017047 14.229047 29 15.998047 29 C 17.762047 29 26.451938 24.019953 27.335938 22.501953 C 28.222938 20.979953 28.222938 11.014047 27.335938 9.4980469 L 27.335938 9.4960938 C 26.444937 7.9790937 17.756047 3 15.998047 3 z M 15.996094 5.0117188 C 17.693094 5.3647187 24.417703 9.2167656 25.595703 10.509766 C 26.135703 12.150766 26.134703 19.844281 25.595703 21.488281 C 24.425703 22.779281 17.695094 26.636281 15.996094 26.988281 C 14.298094 26.638281 7.5723906 22.783234 6.4003906 21.490234 C 5.8653906 19.842234 5.8653906 12.155766 6.4003906 10.509766 C 7.5693906 9.2167656 14.297094 5.3617187 15.996094 5.0117188 z M 13 9 L 11 11 L 12 11 L 12 21 L 14 21 L 14 17 L 18 17 L 18 21 L 17 21 L 19 23 L 21 21 L 20 21 L 20 12 L 18 12 L 18 15 L 14 15 L 14 11 L 15 11 L 13 9 z\"/></svg></li><li title=\"hamburger solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 11 5 C 7.699219 5 5 7.699219 5 11 L 5 11.25 L 3.875 12.75 C 4.230469 13.015625 4.601563 13.191406 5 13.3125 L 5 15.78125 C 4.390625 16.332031 4 17.121094 4 18 C 4 18.878906 4.390625 19.667969 5 20.21875 L 5 23 C 5 24.09375 5.90625 25 7 25 L 25 25 C 26.09375 25 27 24.09375 27 23 L 27 20.21875 C 27.609375 19.667969 28 18.878906 28 18 C 28 17.121094 27.609375 16.332031 27 15.78125 L 27 13.3125 C 27.398438 13.191406 27.769531 13.015625 28.125 12.75 L 27 11.21875 L 27 11 C 27 7.699219 24.300781 5 21 5 Z M 11 7 L 12 7 C 12 7.550781 12.449219 8 13 8 C 13.550781 8 14 7.550781 14 7 L 21 7 C 23.21875 7 25 8.78125 25 11 L 25 11.5 C 24.742188 11.429688 24.503906 11.292969 24.28125 11.125 L 23.75 10.75 L 23.15625 11.09375 L 22.40625 11.53125 C 21.707031 11.949219 20.855469 11.949219 20.15625 11.53125 L 19.40625 11.09375 L 18.9375 10.8125 L 18.4375 11.03125 L 17 11.78125 C 16.378906 12.089844 15.652344 12.089844 15.03125 11.78125 L 13.5625 11.03125 L 13.0625 10.8125 L 12.59375 11.09375 L 11.84375 11.53125 C 11.144531 11.949219 10.292969 11.949219 9.59375 11.53125 L 8.84375 11.09375 L 8.25 10.75 L 7.71875 11.125 C 7.496094 11.292969 7.253906 11.429688 7 11.5 L 7 11 C 7 8.78125 8.78125 7 11 7 Z M 11 8 C 10.449219 8 10 8.449219 10 9 C 10 9.550781 10.449219 10 11 10 C 11.550781 10 12 9.550781 12 9 C 12 8.449219 11.550781 8 11 8 Z M 15 8 C 14.449219 8 14 8.449219 14 9 C 14 9.550781 14.449219 10 15 10 C 15.550781 10 16 9.550781 16 9 C 16 8.449219 15.550781 8 15 8 Z M 8.15625 13 L 8.5625 13.25 C 9.890625 14.046875 11.546875 14.046875 12.875 13.25 L 13.15625 13.0625 L 14.125 13.5625 C 15.304688 14.152344 16.695313 14.152344 17.875 13.5625 L 18.84375 13.0625 L 19.125 13.25 C 20.453125 14.046875 22.109375 14.046875 23.4375 13.25 L 23.84375 13 C 24.21875 13.179688 24.601563 13.292969 25 13.375 L 25 15 L 7 15 L 7 13.375 C 7.398438 13.292969 7.78125 13.179688 8.15625 13 Z M 7 17 L 25 17 C 25.566406 17 26 17.433594 26 18 C 26 18.566406 25.566406 19 25 19 L 7 19 C 6.433594 19 6 18.566406 6 18 C 6 17.433594 6.433594 17 7 17 Z M 7 21 L 25 21 L 25 23 L 7 23 Z\"/></svg></li><li title=\"hammer solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 7.0625 2 L 9.5625 3.8125 C 14.277344 7.210938 15.707031 10.542969 16 11.28125 L 15.09375 12.1875 L 15.09375 12.21875 L 14.40625 12.90625 L 2.6875 25.0625 L 2 25.78125 L 6.25 30.03125 L 6.96875 29.28125 L 19.375 16.4375 L 19.6875 16.0625 L 19.78125 16 L 20.75 15.65625 L 20.9375 15.84375 L 20.5625 16.75 L 20.28125 17.375 L 23.59375 20.6875 L 29.96875 14.3125 L 27.125 11.46875 L 26.65625 11.03125 L 26.0625 11.25 L 25.15625 11.59375 L 24.9375 11.375 L 25.25 10.375 L 25.375 9.96875 L 25.1875 9.59375 C 25.1875 9.59375 24.132813 7.636719 21.75 5.75 C 19.367188 3.863281 15.59375 2 10.15625 2 Z M 13.09375 4.25 C 16.460938 4.75 18.890625 6.015625 20.53125 7.3125 C 22.296875 8.710938 23 9.84375 23.21875 10.21875 L 22.84375 11.375 L 22.6875 11.9375 L 23.09375 12.375 L 24.6875 13.96875 L 25.3125 13.71875 L 26.1875 13.375 L 27.125 14.3125 L 23.59375 17.84375 L 22.65625 16.90625 L 23.03125 16 L 23.3125 15.375 L 22.8125 14.90625 L 21.6875 13.78125 L 21.25 13.3125 L 20.625 13.53125 L 18.84375 14.25 L 18.65625 14.3125 L 17.9375 13.625 L 17.21875 12.90625 L 18.375 11.75 L 18.15625 11.15625 C 18.15625 11.15625 16.8125 7.761719 13.09375 4.25 Z M 15.8125 14.3125 L 17.25 15.75 L 6.21875 27.15625 L 4.8125 25.75 Z\"/></svg></li><li title=\"hamsa solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 14.321849 3 12.887833 4.0417948 12.294922 5.5097656 C 11.768292 5.1922818 11.158512 5 10.5 5 C 8.57 5 7 6.57 7 8.5 L 7 15 L 7 17 L 5.5 17 C 4.121 17 3 18.121 3 19.5 C 3 20.184 3.2734844 20.822781 3.7714844 21.300781 L 8.7226562 26.060547 C 10.691656 27.956547 13.276 29 16 29 C 18.724 29 21.307391 27.956547 23.275391 26.060547 L 28.230469 21.300781 C 28.727469 20.822781 29 20.184 29 19.5 C 29 18.121 27.879 17 26.5 17 L 25 17 L 25 15 L 25 8.5 C 25 6.57 23.43 5 21.5 5 C 20.841488 5 20.231708 5.1922818 19.705078 5.5097656 C 19.112167 4.0417948 17.678151 3 16 3 z M 16 5 C 17.103 5 18 5.897 18 7 L 18 15 L 20 15 L 20 8.5 C 20 7.673 20.673 7 21.5 7 C 22.327 7 23 7.673 23 8.5 L 23 15 L 23 18 L 23 19 L 26.5 19 C 26.775 19 27 19.225 27 19.5 C 27 19.682 26.902703 19.804375 26.845703 19.859375 L 21.890625 24.617188 C 20.294625 26.153187 18.203 27 16 27 C 13.797 27 11.704422 26.153187 10.107422 24.617188 L 5.15625 19.859375 C 5.09825 19.804375 5 19.682 5 19.5 C 5 19.225 5.225 19 5.5 19 L 9 19 L 9 18 L 9 15 L 9 8.5 C 9 7.673 9.673 7 10.5 7 C 11.327 7 12 7.673 12 8.5 L 12 15 L 14 15 L 14 8.5 L 14 7 C 14 5.897 14.897 5 16 5 z M 16 17 C 12.505 17 10.261969 20.305312 10.167969 20.445312 L 9.7988281 21 L 10.167969 21.554688 C 10.261969 21.694688 12.505 25 16 25 C 19.495 25 21.738031 21.694688 21.832031 21.554688 L 22.201172 21 L 21.832031 20.445312 C 21.738031 20.305312 19.495 17 16 17 z M 16 19 C 17.697 19 19.058609 20.248 19.724609 21 C 19.057609 21.752 17.695 23 16 23 C 14.303 23 12.941391 21.752 12.275391 21 C 12.942391 20.248 14.305 19 16 19 z M 16 20 A 1 1 0 0 0 16 22 A 1 1 0 0 0 16 20 z\"/></svg></li><li title=\"hand holding heart solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 14.5 3 C 12.567 3 11 4.567 11 6.5 C 11 10 17 13 17 13 C 17 13 23 10 23 6.5 C 23 4.567 21.433 3 19.5 3 C 18.519 3 17.635 3.4066406 17 4.0566406 C 16.365 3.4066406 15.481 3 14.5 3 z M 14.5 5 C 14.904 5 15.284313 5.160125 15.570312 5.453125 L 16.103516 6 L 17.896484 6 L 18.429688 5.453125 C 18.715688 5.160125 19.096 5 19.5 5 C 20.327 5 21 5.673 21 6.5 C 21 7.761 18.894 9.5758438 17 10.714844 C 15.105 9.5748437 13 7.761 13 6.5 C 13 5.673 13.673 5 14.5 5 z M 19.21875 13.978516 L 17.582031 15.126953 L 20.191406 18.849609 L 16.589844 21.34375 L 14.046875 20.027344 C 15.221946 19.435735 16.740633 18.671002 16.746094 18.667969 L 16.757812 18.660156 L 16.767578 18.654297 C 17.73002 18.08786 18.223142 16.919812 17.902344 15.808594 L 17.902344 15.806641 C 17.522685 14.49269 16.123178 13.720962 14.808594 14.099609 L 14.806641 14.099609 L 7.6953125 16.082031 L 2.9882812 19.316406 L 4.8828125 27.037109 L 9.9277344 25.214844 L 17.074219 28.914062 L 28.943359 20.697266 L 27.806641 19.052734 L 16.925781 26.585938 L 10.072266 23.035156 L 6.2949219 24.400391 L 5.2617188 20.183594 L 8.5546875 17.917969 L 15.357422 16.021484 L 15.361328 16.021484 C 15.638162 15.941494 15.900321 16.085904 15.980469 16.363281 C 16.047189 16.594407 15.942859 16.815375 15.755859 16.927734 C 15.723219 16.944614 13.072686 18.278992 11.398438 19.121094 L 9.6484375 20 L 16.740234 23.673828 L 22.984375 19.349609 L 19.21875 13.978516 z\"/></svg></li><li title=\"hand holding solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 10.515625 18 C 9.484625 18.004 8.6992188 18.265625 8.6992188 18.265625 L 8.6796875 18.273438 L 3.0078125 20.449219 L 4.9921875 26.019531 L 9.921875 24.128906 L 17.058594 28.058594 L 29.382812 22.953125 L 28.617188 21.109375 L 17.179688 25.84375 L 10.078125 21.933594 L 6.1875 23.421875 L 5.546875 21.615234 L 9.34375 20.158203 C 9.35275 20.155203 9.819625 20 10.515625 20 C 11.218625 20 12.038281 20.156062 12.738281 20.789062 L 12.751953 20.796875 L 12.755859 20.800781 C 13.786859 21.695781 14.564484 22.321156 15.646484 22.660156 C 16.728484 23.000156 17.955859 23.03925 20.005859 23.03125 L 19.996094 21.03125 C 17.984094 21.03925 16.933094 20.968 16.246094 20.75 C 15.558094 20.539 15.070125 20.159781 14.078125 19.300781 L 14.066406 19.292969 C 12.909406 18.253969 11.534625 17.996 10.515625 18 z\"/></svg></li><li title=\"hand holding usd solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 17 4 L 17 5.1894531 C 16.855 5.2419531 16.714063 5.3061133 16.580078 5.3789062 C 16.312109 5.5244922 16.069141 5.7085547 15.857422 5.9238281 C 15.645703 6.1391016 15.465391 6.3846484 15.326172 6.6542969 C 15.117344 7.0587695 15 7.51625 15 8 C 15 8.205 15.022109 8.4054688 15.0625 8.5996094 C 15.143281 8.9878906 15.300547 9.3503906 15.517578 9.6699219 C 15.626094 9.8296875 15.748516 9.9789844 15.884766 10.115234 C 16.021016 10.251484 16.170313 10.373906 16.330078 10.482422 C 16.809375 10.807969 17.385 11 18 11 C 18.1425 11 18.276016 11.026953 18.396484 11.076172 C 18.516953 11.125391 18.623516 11.197734 18.712891 11.287109 C 18.802266 11.376484 18.874609 11.483047 18.923828 11.603516 C 18.973047 11.723984 19 11.8575 19 12 C 19 12.4275 18.757891 12.776172 18.396484 12.923828 C 18.276016 12.973047 18.1425 13 18 13 C 17.8575 13 17.723984 12.973047 17.603516 12.923828 C 17.483047 12.874609 17.376484 12.802266 17.287109 12.712891 C 17.197734 12.623516 17.125391 12.516953 17.076172 12.396484 C 17.026953 12.276016 17 12.1425 17 12 L 15 12 C 15 12.16125 15.013828 12.320254 15.039062 12.474609 C 15.064297 12.628965 15.1 12.778281 15.148438 12.923828 C 15.29375 13.360469 15.539844 13.753262 15.857422 14.076172 C 15.963281 14.183809 16.076328 14.283828 16.197266 14.375 C 16.318203 14.466172 16.446094 14.548301 16.580078 14.621094 C 16.714063 14.693887 16.855 14.758047 17 14.810547 L 17 16 L 19 16 L 19 14.810547 C 20.16 14.390547 21 13.29 21 12 C 21 10.565 19.958594 9.3452344 18.599609 9.0625 C 18.405469 9.0221094 18.205 9 18 9 C 17.8575 9 17.723984 8.9730469 17.603516 8.9238281 C 17.483047 8.8746094 17.376484 8.8022656 17.287109 8.7128906 C 17.197734 8.6235156 17.125391 8.5169531 17.076172 8.3964844 C 17.026953 8.2760156 17 8.1425 17 8 C 17 7.8575 17.026953 7.7239844 17.076172 7.6035156 C 17.125391 7.4830469 17.197734 7.3764844 17.287109 7.2871094 C 17.465859 7.1083594 17.715 7 18 7 C 18.57 7 19 7.43 19 8 L 21 8 C 21 7.83875 20.986172 7.6797461 20.960938 7.5253906 C 20.935703 7.3710352 20.9 7.2217187 20.851562 7.0761719 C 20.560938 6.2028906 19.87 5.5044531 19 5.1894531 L 19 4 L 17 4 z M 10.515625 18 C 9.484625 18.004 8.6992188 18.265625 8.6992188 18.265625 L 8.6796875 18.273438 L 3.0078125 20.449219 L 4.9921875 26.019531 L 9.921875 24.128906 L 17.058594 28.058594 L 29.382812 22.953125 L 28.617188 21.109375 L 17.179688 25.84375 L 10.078125 21.933594 L 6.1875 23.421875 L 5.546875 21.617188 L 9.34375 20.160156 C 9.35275 20.156156 9.819625 20 10.515625 20 C 11.218625 20 12.038281 20.156062 12.738281 20.789062 L 12.751953 20.796875 L 12.755859 20.800781 C 13.786859 21.695781 14.564484 22.321156 15.646484 22.660156 C 16.728484 23.000156 17.955859 23.03925 20.005859 23.03125 L 19.996094 21.03125 C 17.984094 21.03925 16.933094 20.968 16.246094 20.75 C 15.558094 20.539 15.070125 20.159781 14.078125 19.300781 L 14.066406 19.292969 C 12.909406 18.253969 11.534625 17.996 10.515625 18 z\"/></svg></li><li title=\"hand lizard solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 14.3125 4 C 12.535156 4 10.863281 4.933594 9.96875 6.46875 L 4.6875 15.5625 C 4.242188 16.328125 4 17.207031 4 18.09375 L 4 28 L 14 28 L 14 23.6875 C 16.628906 22.898438 17.984375 21.515625 18.40625 21 L 24.71875 21 C 25.996094 21 26.964844 19.738281 26.65625 18.5 L 26.53125 18.03125 C 26.085938 16.257813 24.484375 15 22.65625 15 L 15.78125 15 L 15.28125 13 L 21.65625 13 C 23.484375 13 25.085938 11.742188 25.53125 9.96875 L 25.875 8.65625 C 27.054688 8.25 28 7.308594 28 6 L 28 4 Z M 14.3125 6 L 26 6 C 26 6.566406 25.566406 7 25 7 L 16 7 L 15 9 L 23.71875 9 L 23.59375 9.5 C 23.371094 10.394531 22.578125 11 21.65625 11 L 15.28125 11 C 14.003906 11 13.035156 12.261719 13.34375 13.5 L 13.84375 15.5 C 14.066406 16.386719 14.867188 17 15.78125 17 L 22.65625 17 C 23.578125 17 24.371094 17.605469 24.59375 18.5 L 24.71875 19 L 17.5 19 L 17.1875 19.40625 C 17.1875 19.40625 15.746094 21.453125 12.8125 22.03125 L 12 22.1875 L 12 26 L 6 26 L 6 18.09375 C 6 17.5625 6.136719 17.023438 6.40625 16.5625 L 11.71875 7.5 C 12.257813 6.578125 13.242188 6 14.3125 6 Z\"/></svg></li><li title=\"hand lizard \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 14.3125 4 C 12.535156 4 10.863281 4.933594 9.96875 6.46875 L 4.6875 15.5625 C 4.242188 16.328125 4 17.207031 4 18.09375 L 4 28 L 14 28 L 14 23.6875 C 16.628906 22.898438 17.984375 21.515625 18.40625 21 L 24.71875 21 C 25.996094 21 26.964844 19.738281 26.65625 18.5 L 26.53125 18.03125 C 26.085938 16.257813 24.484375 15 22.65625 15 L 15.78125 15 L 15.28125 13 L 21.65625 13 C 23.484375 13 25.085938 11.742188 25.53125 9.96875 L 25.875 8.65625 C 27.054688 8.25 28 7.308594 28 6 L 28 4 Z M 14.3125 6 L 26 6 C 26 6.566406 25.566406 7 25 7 L 16 7 L 15 9 L 23.71875 9 L 23.59375 9.5 C 23.371094 10.394531 22.578125 11 21.65625 11 L 15.28125 11 C 14.003906 11 13.035156 12.261719 13.34375 13.5 L 13.84375 15.5 C 14.066406 16.386719 14.867188 17 15.78125 17 L 22.65625 17 C 23.578125 17 24.371094 17.605469 24.59375 18.5 L 24.71875 19 L 17.5 19 L 17.1875 19.40625 C 17.1875 19.40625 15.746094 21.453125 12.8125 22.03125 L 12 22.1875 L 12 26 L 6 26 L 6 18.09375 C 6 17.5625 6.136719 17.023438 6.40625 16.5625 L 11.71875 7.5 C 12.257813 6.578125 13.242188 6 14.3125 6 Z\"/></svg></li><li title=\"hand middle finger solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 2 C 14.355469 2 13 3.355469 13 5 L 13 10.1875 C 12.683594 10.074219 12.351563 10 12 10 C 10.355469 10 9 11.355469 9 13 L 9 16.65625 L 6.90625 19.34375 C 5.628906 20.996094 5.714844 23.367188 7.09375 24.9375 L 9.46875 27.625 C 10.796875 29.136719 12.707031 30 14.71875 30 L 20 30 C 23.855469 30 27 26.855469 27 23 L 27 14 C 27 12.355469 25.644531 11 24 11 C 23.464844 11 22.96875 11.15625 22.53125 11.40625 C 21.996094 10.5625 21.0625 10 20 10 C 19.648438 10 19.316406 10.074219 19 10.1875 L 19 5 C 19 3.355469 17.644531 2 16 2 Z M 16 4 C 16.566406 4 17 4.433594 17 5 L 17 15 L 19 15 L 19 13 C 19 12.433594 19.433594 12 20 12 C 20.566406 12 21 12.433594 21 13 L 21 15 L 23 15 L 23 14 C 23 13.433594 23.433594 13 24 13 C 24.566406 13 25 13.433594 25 14 L 25 23 C 25 25.773438 22.773438 28 20 28 L 14.71875 28 C 13.28125 28 11.917969 27.394531 10.96875 26.3125 L 8.59375 23.59375 C 7.839844 22.734375 7.800781 21.5 8.5 20.59375 L 9 19.9375 L 9 21 L 11 21 L 11 13 C 11 12.433594 11.433594 12 12 12 C 12.566406 12 13 12.433594 13 13 L 13 15 L 15 15 L 15 5 C 15 4.433594 15.433594 4 16 4 Z\"/></svg></li><li title=\"hand paper solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 2 C 14.617188 2 13.46875 2.96875 13.125 4.25 C 12.773438 4.105469 12.402344 4 12 4 C 10.355469 4 9 5.355469 9 7 L 9 17.75 L 8.125 16.875 C 6.960938 15.710938 5.039063 15.710938 3.875 16.875 C 2.710938 18.039063 2.710938 19.960938 3.875 21.125 L 10.65625 27.90625 C 11.832031 29.078125 13.457031 30 15.375 30 L 20 30 C 23.855469 30 27 26.855469 27 23 L 27 11 C 27 9.355469 25.644531 8 24 8 C 23.648438 8 23.316406 8.074219 23 8.1875 L 23 7 C 23 5.355469 21.644531 4 20 4 C 19.597656 4 19.226563 4.105469 18.875 4.25 C 18.53125 2.96875 17.382813 2 16 2 Z M 16 4 C 16.566406 4 17 4.433594 17 5 L 17 15 L 19 15 L 19 7 C 19 6.433594 19.433594 6 20 6 C 20.566406 6 21 6.433594 21 7 L 21 15 L 23 15 L 23 11 C 23 10.433594 23.433594 10 24 10 C 24.566406 10 25 10.433594 25 11 L 25 23 C 25 25.773438 22.773438 28 20 28 L 15.375 28 C 14.101563 28 13.007813 27.378906 12.09375 26.46875 L 5.28125 19.71875 C 4.882813 19.320313 4.882813 18.679688 5.28125 18.28125 C 5.679688 17.882813 6.320313 17.882813 6.71875 18.28125 L 9.28125 20.875 L 11 22.59375 L 11 7 C 11 6.433594 11.433594 6 12 6 C 12.566406 6 13 6.433594 13 7 L 13 15 L 15 15 L 15 5 C 15 4.433594 15.433594 4 16 4 Z\"/></svg></li><li title=\"hand paper \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 2 C 14.617188 2 13.46875 2.96875 13.125 4.25 C 12.773438 4.105469 12.402344 4 12 4 C 10.355469 4 9 5.355469 9 7 L 9 17.75 L 8.125 16.875 C 6.960938 15.710938 5.039063 15.710938 3.875 16.875 C 2.710938 18.039063 2.710938 19.960938 3.875 21.125 L 10.65625 27.90625 C 11.832031 29.078125 13.457031 30 15.375 30 L 20 30 C 23.855469 30 27 26.855469 27 23 L 27 11 C 27 9.355469 25.644531 8 24 8 C 23.648438 8 23.316406 8.074219 23 8.1875 L 23 7 C 23 5.355469 21.644531 4 20 4 C 19.597656 4 19.226563 4.105469 18.875 4.25 C 18.53125 2.96875 17.382813 2 16 2 Z M 16 4 C 16.566406 4 17 4.433594 17 5 L 17 15 L 19 15 L 19 7 C 19 6.433594 19.433594 6 20 6 C 20.566406 6 21 6.433594 21 7 L 21 15 L 23 15 L 23 11 C 23 10.433594 23.433594 10 24 10 C 24.566406 10 25 10.433594 25 11 L 25 23 C 25 25.773438 22.773438 28 20 28 L 15.375 28 C 14.101563 28 13.007813 27.378906 12.09375 26.46875 L 5.28125 19.71875 C 4.882813 19.320313 4.882813 18.679688 5.28125 18.28125 C 5.679688 17.882813 6.320313 17.882813 6.71875 18.28125 L 9.28125 20.875 L 11 22.59375 L 11 7 C 11 6.433594 11.433594 6 12 6 C 12.566406 6 13 6.433594 13 7 L 13 15 L 15 15 L 15 5 C 15 4.433594 15.433594 4 16 4 Z\"/></svg></li><li title=\"hand peace solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 15 2 C 13.355469 2 12 3.355469 12 5 L 12 6.53125 L 11.875 6.125 C 11.398438 4.550781 9.699219 3.648438 8.125 4.125 C 6.550781 4.601563 5.648438 6.300781 6.125 7.875 L 8.71875 16.3125 C 8.53125 16.386719 8.328125 16.472656 8.125 16.59375 C 7.289063 17.09375 6.34375 18.105469 6.0625 19.71875 C 5.851563 20.914063 6.082031 21.964844 6.25 22.53125 C 6.25 22.542969 6.25 22.550781 6.25 22.5625 L 7.03125 25.0625 C 7.933594 27.996094 10.652344 30 13.71875 30 L 19 30 C 22.855469 30 26 26.855469 26 23 L 26 13.09375 C 26 13.050781 26 13.011719 26 12.96875 C 26 12.949219 26 12.925781 26 12.90625 C 26 12.894531 26 12.886719 26 12.875 C 25.992188 12.84375 25.980469 12.8125 25.96875 12.78125 C 25.878906 11.679688 25.210938 10.652344 24.125 10.21875 C 23.371094 9.917969 22.578125 9.960938 21.875 10.25 C 21.550781 9.636719 21.027344 9.117188 20.34375 8.84375 C 19.558594 8.53125 18.722656 8.582031 18 8.90625 L 18 5 C 18 3.355469 16.644531 2 15 2 Z M 15 4 C 15.566406 4 16 4.433594 16 5 L 16 11.59375 L 14.96875 14.21875 C 14.820313 14.589844 14.75 14.992188 14.75 15.375 L 10.65625 15.90625 L 8.0625 7.28125 C 7.898438 6.742188 8.179688 6.195313 8.71875 6.03125 C 9.257813 5.867188 9.804688 6.179688 9.96875 6.71875 L 12.03125 13.5625 L 13.15625 13.21875 L 14 13.21875 L 14 5 C 14 4.433594 14.433594 4 15 4 Z M 19.1875 10.625 C 19.316406 10.621094 19.464844 10.636719 19.59375 10.6875 C 20.117188 10.898438 20.367188 11.476563 20.15625 12 L 19.09375 14.65625 L 19.09375 14.6875 L 18.6875 15.71875 C 18.667969 15.773438 18.621094 15.796875 18.59375 15.84375 C 18.085938 15.449219 17.445313 15.195313 16.78125 15.1875 C 16.792969 15.113281 16.78125 15.042969 16.8125 14.96875 L 18.3125 11.25 C 18.46875 10.855469 18.800781 10.632813 19.1875 10.625 Z M 22.96875 12 C 23.101563 12 23.242188 12.011719 23.375 12.0625 C 23.769531 12.21875 23.992188 12.574219 24 12.96875 C 24 12.980469 24 12.988281 24 13 C 24 13.121094 23.984375 13.253906 23.9375 13.375 L 22.8125 16.15625 C 22.601563 16.679688 22.023438 16.929688 21.5 16.71875 C 20.976563 16.507813 20.757813 15.929688 20.96875 15.40625 L 22.03125 12.75 C 22.046875 12.710938 22.046875 12.664063 22.0625 12.625 C 22.167969 12.363281 22.359375 12.164063 22.59375 12.0625 C 22.710938 12.011719 22.835938 12 22.96875 12 Z M 16.5 17.15625 C 17.027344 17.03125 17.53125 17.347656 17.65625 17.875 C 17.734375 18.199219 17.691406 18.363281 17.59375 18.53125 C 17.496094 18.699219 17.289063 18.90625 16.84375 19.0625 L 12 20.3125 C 11.703125 20.390625 11.460938 20.601563 11.339844 20.878906 C 11.21875 21.160156 11.230469 21.480469 11.375 21.75 L 12.28125 23.40625 C 12.546875 23.890625 13.15625 24.066406 13.640625 23.796875 C 14.125 23.53125 14.300781 22.921875 14.03125 22.4375 L 13.75 21.9375 L 17.4375 20.96875 C 17.46875 20.960938 17.5 20.949219 17.53125 20.9375 C 18.304688 20.667969 18.925781 20.207031 19.3125 19.5625 C 19.628906 19.035156 19.75 18.421875 19.6875 17.8125 C 19.980469 18.128906 20.355469 18.390625 20.78125 18.5625 C 21.925781 19.019531 23.183594 18.730469 24 17.90625 L 24 23 C 24 25.773438 21.773438 28 19 28 L 13.71875 28 C 11.519531 28 9.585938 26.570313 8.9375 24.46875 L 8.1875 21.96875 C 8.105469 21.699219 7.941406 20.753906 8.0625 20.0625 C 8.25 18.988281 8.71875 18.574219 9.15625 18.3125 C 9.59375 18.050781 9.90625 18.03125 9.90625 18.03125 C 9.925781 18.03125 9.949219 18.03125 9.96875 18.03125 L 16.40625 17.1875 C 16.4375 17.179688 16.46875 17.167969 16.5 17.15625 Z\"/></svg></li><li title=\"hand peace \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 15 2 C 13.355469 2 12 3.355469 12 5 L 12 6.53125 L 11.875 6.125 C 11.398438 4.550781 9.699219 3.648438 8.125 4.125 C 6.550781 4.601563 5.648438 6.300781 6.125 7.875 L 8.71875 16.3125 C 8.53125 16.386719 8.328125 16.472656 8.125 16.59375 C 7.289063 17.09375 6.34375 18.105469 6.0625 19.71875 C 5.851563 20.914063 6.082031 21.964844 6.25 22.53125 C 6.25 22.542969 6.25 22.550781 6.25 22.5625 L 7.03125 25.0625 C 7.933594 27.996094 10.652344 30 13.71875 30 L 19 30 C 22.855469 30 26 26.855469 26 23 L 26 13.09375 C 26 13.050781 26 13.011719 26 12.96875 C 26 12.949219 26 12.925781 26 12.90625 C 26 12.894531 26 12.886719 26 12.875 C 25.992188 12.84375 25.980469 12.8125 25.96875 12.78125 C 25.878906 11.679688 25.210938 10.652344 24.125 10.21875 C 23.371094 9.917969 22.578125 9.960938 21.875 10.25 C 21.550781 9.636719 21.027344 9.117188 20.34375 8.84375 C 19.558594 8.53125 18.722656 8.582031 18 8.90625 L 18 5 C 18 3.355469 16.644531 2 15 2 Z M 15 4 C 15.566406 4 16 4.433594 16 5 L 16 11.59375 L 14.96875 14.21875 C 14.820313 14.589844 14.75 14.992188 14.75 15.375 L 10.65625 15.90625 L 8.0625 7.28125 C 7.898438 6.742188 8.179688 6.195313 8.71875 6.03125 C 9.257813 5.867188 9.804688 6.179688 9.96875 6.71875 L 12.03125 13.5625 L 13.15625 13.21875 L 14 13.21875 L 14 5 C 14 4.433594 14.433594 4 15 4 Z M 19.1875 10.625 C 19.316406 10.621094 19.464844 10.636719 19.59375 10.6875 C 20.117188 10.898438 20.367188 11.476563 20.15625 12 L 19.09375 14.65625 L 19.09375 14.6875 L 18.6875 15.71875 C 18.667969 15.773438 18.621094 15.796875 18.59375 15.84375 C 18.085938 15.449219 17.445313 15.195313 16.78125 15.1875 C 16.792969 15.113281 16.78125 15.042969 16.8125 14.96875 L 18.3125 11.25 C 18.46875 10.855469 18.800781 10.632813 19.1875 10.625 Z M 22.96875 12 C 23.101563 12 23.242188 12.011719 23.375 12.0625 C 23.769531 12.21875 23.992188 12.574219 24 12.96875 C 24 12.980469 24 12.988281 24 13 C 24 13.121094 23.984375 13.253906 23.9375 13.375 L 22.8125 16.15625 C 22.601563 16.679688 22.023438 16.929688 21.5 16.71875 C 20.976563 16.507813 20.757813 15.929688 20.96875 15.40625 L 22.03125 12.75 C 22.046875 12.710938 22.046875 12.664063 22.0625 12.625 C 22.167969 12.363281 22.359375 12.164063 22.59375 12.0625 C 22.710938 12.011719 22.835938 12 22.96875 12 Z M 16.5 17.15625 C 17.027344 17.03125 17.53125 17.347656 17.65625 17.875 C 17.734375 18.199219 17.691406 18.363281 17.59375 18.53125 C 17.496094 18.699219 17.289063 18.90625 16.84375 19.0625 L 12 20.3125 C 11.703125 20.390625 11.460938 20.601563 11.339844 20.878906 C 11.21875 21.160156 11.230469 21.480469 11.375 21.75 L 12.28125 23.40625 C 12.546875 23.890625 13.15625 24.066406 13.640625 23.796875 C 14.125 23.53125 14.300781 22.921875 14.03125 22.4375 L 13.75 21.9375 L 17.4375 20.96875 C 17.46875 20.960938 17.5 20.949219 17.53125 20.9375 C 18.304688 20.667969 18.925781 20.207031 19.3125 19.5625 C 19.628906 19.035156 19.75 18.421875 19.6875 17.8125 C 19.980469 18.128906 20.355469 18.390625 20.78125 18.5625 C 21.925781 19.019531 23.183594 18.730469 24 17.90625 L 24 23 C 24 25.773438 21.773438 28 19 28 L 13.71875 28 C 11.519531 28 9.585938 26.570313 8.9375 24.46875 L 8.1875 21.96875 C 8.105469 21.699219 7.941406 20.753906 8.0625 20.0625 C 8.25 18.988281 8.71875 18.574219 9.15625 18.3125 C 9.59375 18.050781 9.90625 18.03125 9.90625 18.03125 C 9.925781 18.03125 9.949219 18.03125 9.96875 18.03125 L 16.40625 17.1875 C 16.4375 17.179688 16.46875 17.167969 16.5 17.15625 Z\"/></svg></li><li title=\"hand point down solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 10 2 L 10 7.59375 L 3.28125 14.375 L 3 14.6875 L 3 15.09375 C 3 16.710938 4.230469 18 5.65625 18 C 6.992188 18 7.984375 17.53125 8.625 17.0625 C 9.027344 16.769531 9.09375 16.640625 9.25 16.4375 L 10 16.25 L 10 27 C 10 28.644531 11.355469 30 13 30 C 14.644531 30 16 28.644531 16 27 L 16 23.4375 L 23.625 21.78125 C 25.003906 21.484375 26 20.253906 26 18.84375 L 26 2 Z M 12 4 L 24 4 L 24 7 L 12 7 Z M 11.40625 9 L 24 9 L 24 18.84375 C 24 19.320313 23.6875 19.742188 23.21875 19.84375 L 14.78125 21.625 L 14 21.8125 L 14 27 C 14 27.566406 13.566406 28 13 28 C 12.433594 28 12 27.566406 12 27 L 12 13.65625 L 10.75 13.96875 L 8.5 14.5625 L 8.09375 14.6875 L 7.90625 15.03125 C 7.90625 15.03125 7.820313 15.210938 7.46875 15.46875 C 7.117188 15.726563 6.558594 16 5.65625 16 C 5.347656 16 5.175781 15.828125 5.09375 15.40625 Z\"/></svg></li><li title=\"hand point down \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 10 2 L 10 7.59375 L 3.28125 14.375 L 3 14.6875 L 3 15.09375 C 3 16.710938 4.230469 18 5.65625 18 C 6.992188 18 7.984375 17.53125 8.625 17.0625 C 9.027344 16.769531 9.09375 16.640625 9.25 16.4375 L 10 16.25 L 10 27 C 10 28.644531 11.355469 30 13 30 C 14.644531 30 16 28.644531 16 27 L 16 23.4375 L 23.625 21.78125 C 25.003906 21.484375 26 20.253906 26 18.84375 L 26 2 Z M 12 4 L 24 4 L 24 7 L 12 7 Z M 11.40625 9 L 24 9 L 24 18.84375 C 24 19.320313 23.6875 19.742188 23.21875 19.84375 L 14.78125 21.625 L 14 21.8125 L 14 27 C 14 27.566406 13.566406 28 13 28 C 12.433594 28 12 27.566406 12 27 L 12 13.65625 L 10.75 13.96875 L 8.5 14.5625 L 8.09375 14.6875 L 7.90625 15.03125 C 7.90625 15.03125 7.820313 15.210938 7.46875 15.46875 C 7.117188 15.726563 6.558594 16 5.65625 16 C 5.347656 16 5.175781 15.828125 5.09375 15.40625 Z\"/></svg></li><li title=\"hand point left solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16.90625 3 C 15.289063 3 14 4.230469 14 5.65625 C 14 6.992188 14.46875 7.984375 14.9375 8.625 C 15.230469 9.027344 15.359375 9.09375 15.5625 9.25 L 15.75 10 L 5 10 C 3.355469 10 2 11.355469 2 13 C 2 14.644531 3.355469 16 5 16 L 8.5625 16 L 10.21875 23.625 C 10.515625 25.003906 11.746094 26 13.15625 26 L 30 26 L 30 10 L 24.40625 10 L 17.625 3.28125 L 17.3125 3 Z M 16.59375 5.09375 L 23 11.40625 L 23 24 L 13.15625 24 C 12.679688 24 12.257813 23.6875 12.15625 23.21875 L 10.375 14.78125 L 10.1875 14 L 5 14 C 4.433594 14 4 13.566406 4 13 C 4 12.433594 4.433594 12 5 12 L 18.34375 12 L 18.03125 10.75 L 17.4375 8.5 L 17.3125 8.09375 L 16.96875 7.90625 C 16.96875 7.90625 16.789063 7.820313 16.53125 7.46875 C 16.273438 7.117188 16 6.558594 16 5.65625 C 16 5.347656 16.171875 5.175781 16.59375 5.09375 Z M 25 12 L 28 12 L 28 24 L 25 24 Z\"/></svg></li><li title=\"hand point left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16.90625 3 C 15.289063 3 14 4.230469 14 5.65625 C 14 6.992188 14.46875 7.984375 14.9375 8.625 C 15.230469 9.027344 15.359375 9.09375 15.5625 9.25 L 15.75 10 L 5 10 C 3.355469 10 2 11.355469 2 13 C 2 14.644531 3.355469 16 5 16 L 8.5625 16 L 10.21875 23.625 C 10.515625 25.003906 11.746094 26 13.15625 26 L 30 26 L 30 10 L 24.40625 10 L 17.625 3.28125 L 17.3125 3 Z M 16.59375 5.09375 L 23 11.40625 L 23 24 L 13.15625 24 C 12.679688 24 12.257813 23.6875 12.15625 23.21875 L 10.375 14.78125 L 10.1875 14 L 5 14 C 4.433594 14 4 13.566406 4 13 C 4 12.433594 4.433594 12 5 12 L 18.34375 12 L 18.03125 10.75 L 17.4375 8.5 L 17.3125 8.09375 L 16.96875 7.90625 C 16.96875 7.90625 16.789063 7.820313 16.53125 7.46875 C 16.273438 7.117188 16 6.558594 16 5.65625 C 16 5.347656 16.171875 5.175781 16.59375 5.09375 Z M 25 12 L 28 12 L 28 24 L 25 24 Z\"/></svg></li><li title=\"hand point right solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 14.6875 3 L 14.375 3.28125 L 7.59375 10 L 2 10 L 2 26 L 18.84375 26 C 20.253906 26 21.484375 25.003906 21.78125 23.625 L 23.4375 16 L 27 16 C 28.644531 16 30 14.644531 30 13 C 30 11.355469 28.644531 10 27 10 L 16.25 10 L 16.4375 9.25 C 16.640625 9.09375 16.769531 9.027344 17.0625 8.625 C 17.53125 7.984375 18 6.992188 18 5.65625 C 18 4.230469 16.710938 3 15.09375 3 Z M 15.40625 5.09375 C 15.828125 5.175781 16 5.347656 16 5.65625 C 16 6.558594 15.726563 7.117188 15.46875 7.46875 C 15.210938 7.820313 15.03125 7.90625 15.03125 7.90625 L 14.6875 8.09375 L 14.5625 8.5 L 13.96875 10.75 L 13.65625 12 L 27 12 C 27.566406 12 28 12.433594 28 13 C 28 13.566406 27.566406 14 27 14 L 21.8125 14 L 21.625 14.78125 L 19.84375 23.21875 C 19.742188 23.6875 19.320313 24 18.84375 24 L 9 24 L 9 11.40625 Z M 4 12 L 7 12 L 7 24 L 4 24 Z\"/></svg></li><li title=\"hand point right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 14.6875 3 L 14.375 3.28125 L 7.59375 10 L 2 10 L 2 26 L 18.84375 26 C 20.253906 26 21.484375 25.003906 21.78125 23.625 L 23.4375 16 L 27 16 C 28.644531 16 30 14.644531 30 13 C 30 11.355469 28.644531 10 27 10 L 16.25 10 L 16.4375 9.25 C 16.640625 9.09375 16.769531 9.027344 17.0625 8.625 C 17.53125 7.984375 18 6.992188 18 5.65625 C 18 4.230469 16.710938 3 15.09375 3 Z M 15.40625 5.09375 C 15.828125 5.175781 16 5.347656 16 5.65625 C 16 6.558594 15.726563 7.117188 15.46875 7.46875 C 15.210938 7.820313 15.03125 7.90625 15.03125 7.90625 L 14.6875 8.09375 L 14.5625 8.5 L 13.96875 10.75 L 13.65625 12 L 27 12 C 27.566406 12 28 12.433594 28 13 C 28 13.566406 27.566406 14 27 14 L 21.8125 14 L 21.625 14.78125 L 19.84375 23.21875 C 19.742188 23.6875 19.320313 24 18.84375 24 L 9 24 L 9 11.40625 Z M 4 12 L 7 12 L 7 24 L 4 24 Z\"/></svg></li><li title=\"hand point up solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 13 2 C 11.355469 2 10 3.355469 10 5 L 10 15.75 L 9.25 15.5625 C 9.09375 15.359375 9.027344 15.230469 8.625 14.9375 C 7.984375 14.46875 6.992188 14 5.65625 14 C 4.230469 14 3 15.289063 3 16.90625 L 3 17.3125 L 3.28125 17.625 L 10 24.40625 L 10 30 L 26 30 L 26 13.15625 C 26 11.746094 25.003906 10.515625 23.625 10.21875 L 16 8.5625 L 16 5 C 16 3.355469 14.644531 2 13 2 Z M 13 4 C 13.566406 4 14 4.433594 14 5 L 14 10.1875 L 14.78125 10.375 L 23.21875 12.15625 C 23.6875 12.257813 24 12.679688 24 13.15625 L 24 23 L 11.40625 23 L 5.09375 16.59375 C 5.175781 16.171875 5.347656 16 5.65625 16 C 6.558594 16 7.117188 16.273438 7.46875 16.53125 C 7.820313 16.789063 7.90625 16.96875 7.90625 16.96875 L 8.09375 17.3125 L 8.5 17.4375 L 10.75 18.03125 L 12 18.34375 L 12 5 C 12 4.433594 12.433594 4 13 4 Z M 12 25 L 24 25 L 24 28 L 12 28 Z\"/></svg></li><li title=\"hand point up \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 13 2 C 11.355469 2 10 3.355469 10 5 L 10 15.75 L 9.25 15.5625 C 9.09375 15.359375 9.027344 15.230469 8.625 14.9375 C 7.984375 14.46875 6.992188 14 5.65625 14 C 4.230469 14 3 15.289063 3 16.90625 L 3 17.3125 L 3.28125 17.625 L 10 24.40625 L 10 30 L 26 30 L 26 13.15625 C 26 11.746094 25.003906 10.515625 23.625 10.21875 L 16 8.5625 L 16 5 C 16 3.355469 14.644531 2 13 2 Z M 13 4 C 13.566406 4 14 4.433594 14 5 L 14 10.1875 L 14.78125 10.375 L 23.21875 12.15625 C 23.6875 12.257813 24 12.679688 24 13.15625 L 24 23 L 11.40625 23 L 5.09375 16.59375 C 5.175781 16.171875 5.347656 16 5.65625 16 C 6.558594 16 7.117188 16.273438 7.46875 16.53125 C 7.820313 16.789063 7.90625 16.96875 7.90625 16.96875 L 8.09375 17.3125 L 8.5 17.4375 L 10.75 18.03125 L 12 18.34375 L 12 5 C 12 4.433594 12.433594 4 13 4 Z M 12 25 L 24 25 L 24 28 L 12 28 Z\"/></svg></li><li title=\"hand pointer solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 13 2 C 11.355469 2 10 3.355469 10 5 L 10 16.8125 L 9.34375 16.125 L 9.09375 15.90625 C 7.941406 14.753906 6.058594 14.753906 4.90625 15.90625 C 3.753906 17.058594 3.753906 18.941406 4.90625 20.09375 L 4.90625 20.125 L 13.09375 28.21875 L 13.15625 28.25 L 13.1875 28.3125 C 14.535156 29.324219 16.253906 30 18.1875 30 L 19.90625 30 C 24.441406 30 28.09375 26.347656 28.09375 21.8125 L 28.09375 14 C 28.09375 12.355469 26.738281 11 25.09375 11 C 24.667969 11 24.273438 11.117188 23.90625 11.28125 C 23.578125 9.980469 22.394531 9 21 9 C 20.234375 9 19.53125 9.300781 19 9.78125 C 18.46875 9.300781 17.765625 9 17 9 C 16.648438 9 16.316406 9.074219 16 9.1875 L 16 5 C 16 3.355469 14.644531 2 13 2 Z M 13 4 C 13.554688 4 14 4.445313 14 5 L 14 16 L 16 16 L 16 12 C 16 11.445313 16.445313 11 17 11 C 17.554688 11 18 11.445313 18 12 L 18 16 L 20 16 L 20 12 C 20 11.445313 20.445313 11 21 11 C 21.554688 11 22 11.445313 22 12 L 22 16 L 24.09375 16 L 24.09375 14 C 24.09375 13.445313 24.539063 13 25.09375 13 C 25.648438 13 26.09375 13.445313 26.09375 14 L 26.09375 21.8125 C 26.09375 25.277344 23.371094 28 19.90625 28 L 18.1875 28 C 16.722656 28 15.457031 27.476563 14.40625 26.6875 L 6.3125 18.6875 C 5.867188 18.242188 5.867188 17.757813 6.3125 17.3125 C 6.757813 16.867188 7.242188 16.867188 7.6875 17.3125 L 12 21.625 L 12 5 C 12 4.445313 12.445313 4 13 4 Z\"/></svg></li><li title=\"hand pointer \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 13 2 C 11.355469 2 10 3.355469 10 5 L 10 16.8125 L 9.34375 16.125 L 9.09375 15.90625 C 7.941406 14.753906 6.058594 14.753906 4.90625 15.90625 C 3.753906 17.058594 3.753906 18.941406 4.90625 20.09375 L 4.90625 20.125 L 13.09375 28.21875 L 13.15625 28.25 L 13.1875 28.3125 C 14.535156 29.324219 16.253906 30 18.1875 30 L 19.90625 30 C 24.441406 30 28.09375 26.347656 28.09375 21.8125 L 28.09375 14 C 28.09375 12.355469 26.738281 11 25.09375 11 C 24.667969 11 24.273438 11.117188 23.90625 11.28125 C 23.578125 9.980469 22.394531 9 21 9 C 20.234375 9 19.53125 9.300781 19 9.78125 C 18.46875 9.300781 17.765625 9 17 9 C 16.648438 9 16.316406 9.074219 16 9.1875 L 16 5 C 16 3.355469 14.644531 2 13 2 Z M 13 4 C 13.554688 4 14 4.445313 14 5 L 14 16 L 16 16 L 16 12 C 16 11.445313 16.445313 11 17 11 C 17.554688 11 18 11.445313 18 12 L 18 16 L 20 16 L 20 12 C 20 11.445313 20.445313 11 21 11 C 21.554688 11 22 11.445313 22 12 L 22 16 L 24.09375 16 L 24.09375 14 C 24.09375 13.445313 24.539063 13 25.09375 13 C 25.648438 13 26.09375 13.445313 26.09375 14 L 26.09375 21.8125 C 26.09375 25.277344 23.371094 28 19.90625 28 L 18.1875 28 C 16.722656 28 15.457031 27.476563 14.40625 26.6875 L 6.3125 18.6875 C 5.867188 18.242188 5.867188 17.757813 6.3125 17.3125 C 6.757813 16.867188 7.242188 16.867188 7.6875 17.3125 L 12 21.625 L 12 5 C 12 4.445313 12.445313 4 13 4 Z\"/></svg></li><li title=\"hand rock solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 15 6 C 13.9375 6 13.003906 6.5625 12.46875 7.40625 C 12.03125 7.15625 11.535156 7 11 7 C 9.355469 7 8 8.355469 8 10 L 8 13.65625 L 5.90625 16.34375 C 4.628906 17.996094 4.714844 20.367188 6.09375 21.9375 L 8.46875 24.625 C 9.796875 26.136719 11.707031 27 13.71875 27 L 19 27 C 22.855469 27 26 23.855469 26 20 L 26 11 C 26 9.355469 24.644531 8 23 8 C 22.464844 8 21.96875 8.15625 21.53125 8.40625 C 20.996094 7.5625 20.0625 7 19 7 C 18.464844 7 17.96875 7.15625 17.53125 7.40625 C 16.996094 6.5625 16.0625 6 15 6 Z M 15 8 C 15.566406 8 16 8.433594 16 9 L 16 12 L 18 12 L 18 10 C 18 9.433594 18.433594 9 19 9 C 19.566406 9 20 9.433594 20 10 L 20 12 L 22 12 L 22 11 C 22 10.433594 22.433594 10 23 10 C 23.566406 10 24 10.433594 24 11 L 24 20 C 24 22.773438 21.773438 25 19 25 L 13.71875 25 C 12.28125 25 10.917969 24.394531 9.96875 23.3125 L 7.59375 20.59375 C 6.839844 19.734375 6.800781 18.5 7.5 17.59375 L 8 16.9375 L 8 18 L 10 18 L 10 10 C 10 9.433594 10.433594 9 11 9 C 11.566406 9 12 9.433594 12 10 L 12 12 L 14 12 L 14 9 C 14 8.433594 14.433594 8 15 8 Z\"/></svg></li><li title=\"hand rock \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 15 6 C 13.9375 6 13.003906 6.5625 12.46875 7.40625 C 12.03125 7.15625 11.535156 7 11 7 C 9.355469 7 8 8.355469 8 10 L 8 13.65625 L 5.90625 16.34375 C 4.628906 17.996094 4.714844 20.367188 6.09375 21.9375 L 8.46875 24.625 C 9.796875 26.136719 11.707031 27 13.71875 27 L 19 27 C 22.855469 27 26 23.855469 26 20 L 26 11 C 26 9.355469 24.644531 8 23 8 C 22.464844 8 21.96875 8.15625 21.53125 8.40625 C 20.996094 7.5625 20.0625 7 19 7 C 18.464844 7 17.96875 7.15625 17.53125 7.40625 C 16.996094 6.5625 16.0625 6 15 6 Z M 15 8 C 15.566406 8 16 8.433594 16 9 L 16 12 L 18 12 L 18 10 C 18 9.433594 18.433594 9 19 9 C 19.566406 9 20 9.433594 20 10 L 20 12 L 22 12 L 22 11 C 22 10.433594 22.433594 10 23 10 C 23.566406 10 24 10.433594 24 11 L 24 20 C 24 22.773438 21.773438 25 19 25 L 13.71875 25 C 12.28125 25 10.917969 24.394531 9.96875 23.3125 L 7.59375 20.59375 C 6.839844 19.734375 6.800781 18.5 7.5 17.59375 L 8 16.9375 L 8 18 L 10 18 L 10 10 C 10 9.433594 10.433594 9 11 9 C 11.566406 9 12 9.433594 12 10 L 12 12 L 14 12 L 14 9 C 14 8.433594 14.433594 8 15 8 Z\"/></svg></li><li title=\"hand scissors solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 11.40625 6.96875 C 10.578125 6.953125 9.890625 7.125 9.46875 7.25 C 9.457031 7.25 9.449219 7.25 9.4375 7.25 L 6.9375 8.03125 C 4.003906 8.933594 2 11.652344 2 14.71875 L 2 20 C 2 23.855469 5.144531 27 9 27 L 18.90625 27 C 20.125 27.027344 21.304688 26.3125 21.78125 25.125 C 22.082031 24.371094 22.039063 23.578125 21.75 22.875 C 22.363281 22.550781 22.882813 22.027344 23.15625 21.34375 C 23.46875 20.558594 23.417969 19.722656 23.09375 19 L 27 19 C 28.644531 19 30 17.644531 30 16 C 30 14.355469 28.644531 13 27 13 L 25.46875 13 L 25.875 12.875 C 27.449219 12.398438 28.351563 10.699219 27.875 9.125 C 27.398438 7.550781 25.699219 6.648438 24.125 7.125 L 15.6875 9.71875 C 15.613281 9.53125 15.527344 9.328125 15.40625 9.125 C 14.90625 8.289063 13.894531 7.34375 12.28125 7.0625 C 11.980469 7.011719 11.683594 6.972656 11.40625 6.96875 Z M 25.125 9 C 25.515625 9.042969 25.847656 9.3125 25.96875 9.71875 C 26.132813 10.257813 25.820313 10.804688 25.28125 10.96875 L 18.4375 13.03125 L 18.78125 14.15625 L 18.78125 15 L 27 15 C 27.566406 15 28 15.433594 28 16 C 28 16.566406 27.566406 17 27 17 L 20.40625 17 L 17.78125 15.96875 C 17.402344 15.816406 17.011719 15.742188 16.625 15.75 L 16.09375 11.65625 L 24.71875 9.03125 C 24.855469 8.988281 24.996094 8.984375 25.125 9 Z M 11.375 9.03125 C 11.566406 9.03125 11.765625 9.03125 11.9375 9.0625 C 13.011719 9.25 13.425781 9.71875 13.6875 10.15625 C 13.949219 10.59375 13.96875 10.90625 13.96875 10.90625 C 13.96875 10.925781 13.96875 10.949219 13.96875 10.96875 L 14.8125 17.40625 C 14.820313 17.4375 14.832031 17.46875 14.84375 17.5 C 14.96875 18.027344 14.652344 18.53125 14.125 18.65625 C 13.800781 18.734375 13.636719 18.691406 13.46875 18.59375 C 13.300781 18.496094 13.09375 18.289063 12.9375 17.84375 L 11.6875 13 C 11.609375 12.703125 11.398438 12.460938 11.121094 12.339844 C 10.839844 12.21875 10.519531 12.230469 10.25 12.375 L 8.59375 13.28125 C 8.109375 13.546875 7.933594 14.15625 8.203125 14.640625 C 8.46875 15.125 9.078125 15.300781 9.5625 15.03125 L 10.0625 14.75 L 11.03125 18.4375 C 11.039063 18.46875 11.050781 18.5 11.0625 18.53125 C 11.332031 19.304688 11.792969 19.925781 12.4375 20.3125 C 12.964844 20.628906 13.578125 20.75 14.1875 20.6875 C 13.871094 20.980469 13.609375 21.355469 13.4375 21.78125 C 12.980469 22.925781 13.269531 24.183594 14.09375 25 L 9 25 C 6.226563 25 4 22.773438 4 20 L 4 14.71875 C 4 12.519531 5.429688 10.585938 7.53125 9.9375 L 10.03125 9.1875 C 10.234375 9.125 10.804688 9.03125 11.375 9.03125 Z M 16.8125 17.78125 C 16.886719 17.792969 16.957031 17.78125 17.03125 17.8125 L 20.75 19.3125 C 21.273438 19.523438 21.523438 20.070313 21.3125 20.59375 C 21.101563 21.117188 20.523438 21.367188 20 21.15625 L 16.28125 19.6875 C 16.226563 19.667969 16.203125 19.621094 16.15625 19.59375 C 16.550781 19.085938 16.804688 18.445313 16.8125 17.78125 Z M 16.1875 21.90625 C 16.320313 21.90625 16.460938 21.917969 16.59375 21.96875 L 17.9375 22.5 L 19.25 23.03125 L 19.375 23.0625 C 19.898438 23.273438 20.148438 23.851563 19.9375 24.375 C 19.785156 24.757813 19.445313 24.980469 19.0625 25 C 19.050781 25 19.042969 25 19.03125 25 C 18.898438 25.003906 18.757813 24.988281 18.625 24.9375 L 15.84375 23.8125 C 15.320313 23.601563 15.070313 23.023438 15.28125 22.5 C 15.386719 22.238281 15.578125 22.070313 15.8125 21.96875 C 15.929688 21.917969 16.054688 21.90625 16.1875 21.90625 Z\"/></svg></li><li title=\"hand scissors \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 11.40625 6.96875 C 10.578125 6.953125 9.890625 7.125 9.46875 7.25 C 9.457031 7.25 9.449219 7.25 9.4375 7.25 L 6.9375 8.03125 C 4.003906 8.933594 2 11.652344 2 14.71875 L 2 20 C 2 23.855469 5.144531 27 9 27 L 18.90625 27 C 20.125 27.027344 21.304688 26.3125 21.78125 25.125 C 22.082031 24.371094 22.039063 23.578125 21.75 22.875 C 22.363281 22.550781 22.882813 22.027344 23.15625 21.34375 C 23.46875 20.558594 23.417969 19.722656 23.09375 19 L 27 19 C 28.644531 19 30 17.644531 30 16 C 30 14.355469 28.644531 13 27 13 L 25.46875 13 L 25.875 12.875 C 27.449219 12.398438 28.351563 10.699219 27.875 9.125 C 27.398438 7.550781 25.699219 6.648438 24.125 7.125 L 15.6875 9.71875 C 15.613281 9.53125 15.527344 9.328125 15.40625 9.125 C 14.90625 8.289063 13.894531 7.34375 12.28125 7.0625 C 11.980469 7.011719 11.683594 6.972656 11.40625 6.96875 Z M 25.125 9 C 25.515625 9.042969 25.847656 9.3125 25.96875 9.71875 C 26.132813 10.257813 25.820313 10.804688 25.28125 10.96875 L 18.4375 13.03125 L 18.78125 14.15625 L 18.78125 15 L 27 15 C 27.566406 15 28 15.433594 28 16 C 28 16.566406 27.566406 17 27 17 L 20.40625 17 L 17.78125 15.96875 C 17.402344 15.816406 17.011719 15.742188 16.625 15.75 L 16.09375 11.65625 L 24.71875 9.03125 C 24.855469 8.988281 24.996094 8.984375 25.125 9 Z M 11.375 9.03125 C 11.566406 9.03125 11.765625 9.03125 11.9375 9.0625 C 13.011719 9.25 13.425781 9.71875 13.6875 10.15625 C 13.949219 10.59375 13.96875 10.90625 13.96875 10.90625 C 13.96875 10.925781 13.96875 10.949219 13.96875 10.96875 L 14.8125 17.40625 C 14.820313 17.4375 14.832031 17.46875 14.84375 17.5 C 14.96875 18.027344 14.652344 18.53125 14.125 18.65625 C 13.800781 18.734375 13.636719 18.691406 13.46875 18.59375 C 13.300781 18.496094 13.09375 18.289063 12.9375 17.84375 L 11.6875 13 C 11.609375 12.703125 11.398438 12.460938 11.121094 12.339844 C 10.839844 12.21875 10.519531 12.230469 10.25 12.375 L 8.59375 13.28125 C 8.109375 13.546875 7.933594 14.15625 8.203125 14.640625 C 8.46875 15.125 9.078125 15.300781 9.5625 15.03125 L 10.0625 14.75 L 11.03125 18.4375 C 11.039063 18.46875 11.050781 18.5 11.0625 18.53125 C 11.332031 19.304688 11.792969 19.925781 12.4375 20.3125 C 12.964844 20.628906 13.578125 20.75 14.1875 20.6875 C 13.871094 20.980469 13.609375 21.355469 13.4375 21.78125 C 12.980469 22.925781 13.269531 24.183594 14.09375 25 L 9 25 C 6.226563 25 4 22.773438 4 20 L 4 14.71875 C 4 12.519531 5.429688 10.585938 7.53125 9.9375 L 10.03125 9.1875 C 10.234375 9.125 10.804688 9.03125 11.375 9.03125 Z M 16.8125 17.78125 C 16.886719 17.792969 16.957031 17.78125 17.03125 17.8125 L 20.75 19.3125 C 21.273438 19.523438 21.523438 20.070313 21.3125 20.59375 C 21.101563 21.117188 20.523438 21.367188 20 21.15625 L 16.28125 19.6875 C 16.226563 19.667969 16.203125 19.621094 16.15625 19.59375 C 16.550781 19.085938 16.804688 18.445313 16.8125 17.78125 Z M 16.1875 21.90625 C 16.320313 21.90625 16.460938 21.917969 16.59375 21.96875 L 17.9375 22.5 L 19.25 23.03125 L 19.375 23.0625 C 19.898438 23.273438 20.148438 23.851563 19.9375 24.375 C 19.785156 24.757813 19.445313 24.980469 19.0625 25 C 19.050781 25 19.042969 25 19.03125 25 C 18.898438 25.003906 18.757813 24.988281 18.625 24.9375 L 15.84375 23.8125 C 15.320313 23.601563 15.070313 23.023438 15.28125 22.5 C 15.386719 22.238281 15.578125 22.070313 15.8125 21.96875 C 15.929688 21.917969 16.054688 21.90625 16.1875 21.90625 Z\"/></svg></li><li title=\"hand spock solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 12.40625 2 C 12.210938 2.003906 12.011719 2.015625 11.8125 2.0625 C 10.472656 2.367188 9.53125 3.558594 9.46875 4.875 C 9.101563 4.816406 8.722656 4.820313 8.34375 4.90625 C 6.738281 5.269531 5.699219 6.894531 6.0625 8.5 L 8 16.90625 L 8 17.75 L 7.125 16.875 C 5.960938 15.710938 4.039063 15.710938 2.875 16.875 C 1.710938 18.039063 1.710938 19.960938 2.875 21.125 L 9.65625 27.90625 C 10.832031 29.078125 12.457031 30 14.375 30 L 19 30 C 22.855469 30 26 26.855469 26 23 L 26 16 L 26.9375 11.28125 C 27.253906 9.667969 26.175781 8.066406 24.5625 7.75 C 24.222656 7.683594 23.886719 7.671875 23.5625 7.71875 L 23.78125 6.59375 C 24.097656 4.980469 23.019531 3.378906 21.40625 3.0625 C 19.792969 2.746094 18.222656 3.824219 17.90625 5.4375 L 16.90625 10.1875 L 15.375 4.34375 C 15.371094 4.335938 15.378906 4.320313 15.375 4.3125 L 15.34375 4.3125 C 15.007813 2.933594 13.773438 1.976563 12.40625 2 Z M 12.25 4.03125 C 12.800781 3.90625 13.3125 4.230469 13.4375 4.78125 L 13.4375 4.8125 L 15.9375 14.40625 L 16.125 15.15625 L 17.90625 15.15625 L 18.09375 14.34375 L 19.84375 5.84375 L 19.84375 5.8125 C 19.953125 5.257813 20.476563 4.921875 21.03125 5.03125 C 21.585938 5.140625 21.921875 5.664063 21.8125 6.21875 L 20 15.34375 L 21.96875 15.71875 L 23 10.53125 L 23.03125 10.53125 C 23.140625 9.976563 23.632813 9.609375 24.1875 9.71875 C 24.742188 9.828125 25.078125 10.351563 24.96875 10.90625 L 24.03125 15.8125 L 24 15.90625 L 24 23 C 24 25.773438 21.773438 28 19 28 L 14.375 28 C 13.101563 28 12.007813 27.378906 11.09375 26.46875 L 4.28125 19.71875 C 3.882813 19.320313 3.882813 18.679688 4.28125 18.28125 C 4.679688 17.882813 5.320313 17.882813 5.71875 18.28125 L 8.28125 20.875 L 10 22.59375 L 10 16.78125 L 9.96875 16.6875 L 8.03125 8.0625 C 7.90625 7.511719 8.230469 6.96875 8.78125 6.84375 C 9.332031 6.71875 9.84375 7.074219 9.96875 7.625 L 11.75 15.5625 L 13.71875 15.125 L 11.9375 7.15625 C 11.933594 7.144531 11.941406 7.136719 11.9375 7.125 L 11.5 5.21875 C 11.375 4.667969 11.699219 4.15625 12.25 4.03125 Z\"/></svg></li><li title=\"hand spock \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 12.40625 2 C 12.210938 2.003906 12.011719 2.015625 11.8125 2.0625 C 10.472656 2.367188 9.53125 3.558594 9.46875 4.875 C 9.101563 4.816406 8.722656 4.820313 8.34375 4.90625 C 6.738281 5.269531 5.699219 6.894531 6.0625 8.5 L 8 16.90625 L 8 17.75 L 7.125 16.875 C 5.960938 15.710938 4.039063 15.710938 2.875 16.875 C 1.710938 18.039063 1.710938 19.960938 2.875 21.125 L 9.65625 27.90625 C 10.832031 29.078125 12.457031 30 14.375 30 L 19 30 C 22.855469 30 26 26.855469 26 23 L 26 16 L 26.9375 11.28125 C 27.253906 9.667969 26.175781 8.066406 24.5625 7.75 C 24.222656 7.683594 23.886719 7.671875 23.5625 7.71875 L 23.78125 6.59375 C 24.097656 4.980469 23.019531 3.378906 21.40625 3.0625 C 19.792969 2.746094 18.222656 3.824219 17.90625 5.4375 L 16.90625 10.1875 L 15.375 4.34375 C 15.371094 4.335938 15.378906 4.320313 15.375 4.3125 L 15.34375 4.3125 C 15.007813 2.933594 13.773438 1.976563 12.40625 2 Z M 12.25 4.03125 C 12.800781 3.90625 13.3125 4.230469 13.4375 4.78125 L 13.4375 4.8125 L 15.9375 14.40625 L 16.125 15.15625 L 17.90625 15.15625 L 18.09375 14.34375 L 19.84375 5.84375 L 19.84375 5.8125 C 19.953125 5.257813 20.476563 4.921875 21.03125 5.03125 C 21.585938 5.140625 21.921875 5.664063 21.8125 6.21875 L 20 15.34375 L 21.96875 15.71875 L 23 10.53125 L 23.03125 10.53125 C 23.140625 9.976563 23.632813 9.609375 24.1875 9.71875 C 24.742188 9.828125 25.078125 10.351563 24.96875 10.90625 L 24.03125 15.8125 L 24 15.90625 L 24 23 C 24 25.773438 21.773438 28 19 28 L 14.375 28 C 13.101563 28 12.007813 27.378906 11.09375 26.46875 L 4.28125 19.71875 C 3.882813 19.320313 3.882813 18.679688 4.28125 18.28125 C 4.679688 17.882813 5.320313 17.882813 5.71875 18.28125 L 8.28125 20.875 L 10 22.59375 L 10 16.78125 L 9.96875 16.6875 L 8.03125 8.0625 C 7.90625 7.511719 8.230469 6.96875 8.78125 6.84375 C 9.332031 6.71875 9.84375 7.074219 9.96875 7.625 L 11.75 15.5625 L 13.71875 15.125 L 11.9375 7.15625 C 11.933594 7.144531 11.941406 7.136719 11.9375 7.125 L 11.5 5.21875 C 11.375 4.667969 11.699219 4.15625 12.25 4.03125 Z\"/></svg></li><li title=\"hands helping solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 21 3.03125 L 20.34375 3.75 C 18.875 5.367188 17.664063 6.089844 16.65625 6.5625 C 15.648438 7.035156 14.800781 7.175781 13.96875 7.8125 C 13.082031 8.492188 11.792969 9.796875 11.25 12.125 C 10.085938 12.378906 9.234375 12.824219 8.5625 13.40625 C 7.898438 13.980469 7.398438 14.632813 6.78125 15.34375 C 6.777344 15.351563 6.785156 15.367188 6.78125 15.375 C 5.898438 16.390625 5.125 17.484375 3.625 18.0625 L 3 18.3125 L 3 29 L 22.0625 29 C 23.15625 28.941406 23.914063 28.183594 24.375 27.4375 C 24.835938 26.691406 25.089844 25.882813 25.21875 25.21875 C 25.550781 23.527344 26.15625 18.65625 26.15625 18.65625 L 26.1875 18.5625 L 26.1875 18.46875 C 26.15625 17.792969 25.878906 17.21875 25.53125 16.6875 L 26.65625 13.34375 L 28.4375 10.65625 L 28.9375 9.9375 L 28.28125 9.34375 L 21.71875 3.65625 Z M 21.0625 5.78125 L 26.28125 10.3125 L 24.90625 12.34375 L 24.8125 12.4375 L 24.78125 12.59375 L 23.875 15.28125 C 23.402344 15.085938 22.914063 14.949219 22.375 14.96875 L 22.3125 14.96875 L 16 15 L 15 15 L 15 18.875 C 14.859375 19.964844 14.253906 20.386719 13.5 20.6875 C 13.25 20.789063 13.21875 20.734375 13 20.78125 L 13 14.96875 C 12.835938 11.261719 14.15625 10.195313 15.1875 9.40625 C 15.472656 9.1875 16.308594 8.933594 17.5 8.375 C 18.496094 7.90625 19.734375 7.066406 21.0625 5.78125 Z M 11.0625 14.375 C 11.058594 14.601563 10.988281 14.761719 11 15 C 11 15.011719 11 15.019531 11 15.03125 L 11 23 L 12 23 C 12 23 13.070313 22.988281 14.21875 22.53125 C 15.367188 22.074219 16.753906 21.003906 17 19.125 L 17 17 L 22.375 16.96875 L 22.40625 16.96875 C 23.328125 16.917969 24.09375 17.617188 24.15625 18.53125 C 24.152344 18.546875 24.105469 18.917969 24.09375 19 L 20 19 L 20 21 L 23.84375 21 C 23.738281 21.773438 23.640625 22.257813 23.53125 23 L 20 23 L 20 25 L 23.21875 25 C 23.113281 25.445313 22.902344 25.976563 22.65625 26.375 C 22.382813 26.820313 22.148438 26.988281 21.9375 27 L 5 27 L 5 19.53125 C 6.621094 18.671875 7.628906 17.433594 8.28125 16.6875 C 8.957031 15.914063 9.421875 15.328125 9.875 14.9375 C 10.171875 14.683594 10.636719 14.539063 11.0625 14.375 Z\"/></svg></li><li title=\"hands solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 3 5 L 3 16.40625 L 3.28125 16.71875 L 9 22.4375 L 9 28 L 15 28 L 15 22.03125 L 15 22 C 15.004 21.945 15.1455 18.8445 12.5625 17.1875 C 12.5545 17.1835 12.5705 17.16025 12.5625 17.15625 C 12.5545 17.15225 12.53925 17.16025 12.53125 17.15625 C 11.34725 16.38325 10.12525 15.75075 9.28125 15.09375 C 8.43025 14.43475 8 13.887 8 13 L 6 13 C 6 14.617 6.94525 15.8435 8.03125 16.6875 C 9.11725 17.5315 10.3795 18.15275 11.4375 18.84375 L 11.46875 18.84375 C 13.07075 19.84775 13 21.96875 13 21.96875 L 13 26 L 11 26 L 11 21.59375 L 10.71875 21.28125 L 5 15.5625 L 5 5 L 3 5 z M 27 5 L 27 15.5625 L 21.28125 21.28125 L 21 21.59375 L 21 26 L 19 26 L 19 21.9375 C 19 21.9375 18.93025 19.84775 20.53125 18.84375 L 20.5625 18.84375 C 21.6175 18.15275 22.88275 17.5305 23.96875 16.6875 C 25.05475 15.8445 26 14.617 26 13 L 24 13 C 24 13.887 23.56975 14.43375 22.71875 15.09375 C 21.87475 15.74975 20.65275 16.38225 19.46875 17.15625 C 19.46075 17.16025 19.4455 17.15225 19.4375 17.15625 L 19.4375 17.1875 C 16.8745 18.8275 16.996 21.895 17 22 L 17 22.0625 L 17 28 L 23 28 L 23 22.4375 L 28.71875 16.71875 L 29 16.40625 L 29 5 L 27 5 z\"/></svg></li><li title=\"handshake solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 19.3125 6.96875 C 18.757813 6.972656 18.207031 7 17.625 7.15625 C 17.042969 7.3125 16.460938 7.5625 15.84375 7.96875 C 15.078125 7.519531 14.335938 7.148438 13.625 7.0625 C 12.742188 6.953125 11.921875 7.011719 10.96875 7.03125 C 9.839844 7.054688 9.101563 7.632813 7.90625 8.09375 C 6.710938 8.554688 5.171875 9 3 9 L 2 9 L 2 18.625 L 2.5625 18.90625 L 4.40625 19.8125 L 10.96875 27.125 L 11 27.15625 C 11.75 27.898438 12.761719 28.082031 13.65625 28.03125 C 14.550781 27.980469 15.390625 27.71875 16.0625 27.3125 C 17.539063 26.421875 21.5625 23.625 21.5625 23.625 L 21.65625 23.5625 L 21.71875 23.5 C 22.195313 23.027344 22.433594 22.449219 22.59375 21.84375 L 26.4375 19.90625 L 29.3125 18.9375 L 30 18.71875 L 30 9 L 29 9 C 26.832031 9 25.289063 8.53125 24.09375 8.0625 C 22.898438 7.59375 22.171875 7.023438 21.03125 7 C 20.421875 6.988281 19.867188 6.964844 19.3125 6.96875 Z M 19.34375 8.96875 C 19.792969 8.964844 20.3125 8.988281 20.96875 9 C 21.074219 9.003906 22.035156 9.414063 23.375 9.9375 C 24.507813 10.382813 26.082031 10.777344 28 10.90625 L 28 17.28125 L 25.6875 18.0625 L 25.625 18.0625 L 25.5625 18.09375 L 22.53125 19.625 C 22.363281 19.167969 22.132813 18.746094 21.78125 18.375 L 21.71875 18.28125 L 17.46875 13.0625 L 16.84375 12.28125 L 16.0625 12.90625 L 13.375 15.09375 C 12.472656 15.71875 11.742188 15.539063 11 15.1875 C 10.785156 15.085938 10.796875 15.054688 10.625 14.9375 L 15.1875 11.15625 L 15.25 11.09375 C 16.605469 9.75 17.4375 9.285156 18.15625 9.09375 C 18.515625 8.996094 18.894531 8.972656 19.34375 8.96875 Z M 12.375 9 C 12.757813 8.992188 13.078125 8.996094 13.375 9.03125 C 13.636719 9.0625 13.933594 9.285156 14.1875 9.375 C 14.085938 9.46875 14.011719 9.523438 13.90625 9.625 C 13.882813 9.648438 13.867188 9.664063 13.84375 9.6875 L 8.375 14.21875 L 7.53125 14.90625 L 8.28125 15.6875 C 8.28125 15.6875 9.003906 16.46875 10.125 17 C 11.246094 17.53125 12.976563 17.832031 14.53125 16.75 L 14.59375 16.6875 L 16.53125 15.09375 L 20.21875 19.625 L 20.25 19.6875 L 20.28125 19.71875 C 20.941406 20.371094 20.925781 21.398438 20.28125 22.0625 C 20.273438 22.070313 20.289063 22.085938 20.28125 22.09375 C 20.273438 22.097656 20.140625 22.175781 20.125 22.1875 L 18.8125 20.40625 L 17.1875 21.59375 L 18.46875 23.3125 C 17.949219 23.664063 17.714844 23.847656 17.15625 24.21875 L 15.8125 22.40625 L 14.1875 23.59375 L 15.46875 25.3125 C 15.355469 25.382813 15.121094 25.539063 15.03125 25.59375 C 14.714844 25.785156 14.105469 26 13.5625 26.03125 C 13.050781 26.058594 12.660156 25.941406 12.46875 25.78125 L 12.4375 25.75 L 5.75 18.34375 L 5.625 18.1875 L 4 17.375 L 4 10.90625 C 5.910156 10.78125 7.496094 10.402344 8.625 9.96875 C 9.960938 9.457031 10.914063 9.035156 11.03125 9.03125 C 11.542969 9.019531 11.992188 9.007813 12.375 9 Z\"/></svg></li><li title=\"handshake \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 19.3125 6.96875 C 18.757813 6.972656 18.207031 7 17.625 7.15625 C 17.042969 7.3125 16.460938 7.5625 15.84375 7.96875 C 15.078125 7.519531 14.335938 7.148438 13.625 7.0625 C 12.742188 6.953125 11.921875 7.011719 10.96875 7.03125 C 9.839844 7.054688 9.101563 7.632813 7.90625 8.09375 C 6.710938 8.554688 5.171875 9 3 9 L 2 9 L 2 18.625 L 2.5625 18.90625 L 4.40625 19.8125 L 10.96875 27.125 L 11 27.15625 C 11.75 27.898438 12.761719 28.082031 13.65625 28.03125 C 14.550781 27.980469 15.390625 27.71875 16.0625 27.3125 C 17.539063 26.421875 21.5625 23.625 21.5625 23.625 L 21.65625 23.5625 L 21.71875 23.5 C 22.195313 23.027344 22.433594 22.449219 22.59375 21.84375 L 26.4375 19.90625 L 29.3125 18.9375 L 30 18.71875 L 30 9 L 29 9 C 26.832031 9 25.289063 8.53125 24.09375 8.0625 C 22.898438 7.59375 22.171875 7.023438 21.03125 7 C 20.421875 6.988281 19.867188 6.964844 19.3125 6.96875 Z M 19.34375 8.96875 C 19.792969 8.964844 20.3125 8.988281 20.96875 9 C 21.074219 9.003906 22.035156 9.414063 23.375 9.9375 C 24.507813 10.382813 26.082031 10.777344 28 10.90625 L 28 17.28125 L 25.6875 18.0625 L 25.625 18.0625 L 25.5625 18.09375 L 22.53125 19.625 C 22.363281 19.167969 22.132813 18.746094 21.78125 18.375 L 21.71875 18.28125 L 17.46875 13.0625 L 16.84375 12.28125 L 16.0625 12.90625 L 13.375 15.09375 C 12.472656 15.71875 11.742188 15.539063 11 15.1875 C 10.785156 15.085938 10.796875 15.054688 10.625 14.9375 L 15.1875 11.15625 L 15.25 11.09375 C 16.605469 9.75 17.4375 9.285156 18.15625 9.09375 C 18.515625 8.996094 18.894531 8.972656 19.34375 8.96875 Z M 12.375 9 C 12.757813 8.992188 13.078125 8.996094 13.375 9.03125 C 13.636719 9.0625 13.933594 9.285156 14.1875 9.375 C 14.085938 9.46875 14.011719 9.523438 13.90625 9.625 C 13.882813 9.648438 13.867188 9.664063 13.84375 9.6875 L 8.375 14.21875 L 7.53125 14.90625 L 8.28125 15.6875 C 8.28125 15.6875 9.003906 16.46875 10.125 17 C 11.246094 17.53125 12.976563 17.832031 14.53125 16.75 L 14.59375 16.6875 L 16.53125 15.09375 L 20.21875 19.625 L 20.25 19.6875 L 20.28125 19.71875 C 20.941406 20.371094 20.925781 21.398438 20.28125 22.0625 C 20.273438 22.070313 20.289063 22.085938 20.28125 22.09375 C 20.273438 22.097656 20.140625 22.175781 20.125 22.1875 L 18.8125 20.40625 L 17.1875 21.59375 L 18.46875 23.3125 C 17.949219 23.664063 17.714844 23.847656 17.15625 24.21875 L 15.8125 22.40625 L 14.1875 23.59375 L 15.46875 25.3125 C 15.355469 25.382813 15.121094 25.539063 15.03125 25.59375 C 14.714844 25.785156 14.105469 26 13.5625 26.03125 C 13.050781 26.058594 12.660156 25.941406 12.46875 25.78125 L 12.4375 25.75 L 5.75 18.34375 L 5.625 18.1875 L 4 17.375 L 4 10.90625 C 5.910156 10.78125 7.496094 10.402344 8.625 9.96875 C 9.960938 9.457031 10.914063 9.035156 11.03125 9.03125 C 11.542969 9.019531 11.992188 9.007813 12.375 9 Z\"/></svg></li><li title=\"hanukiah solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 16 4 15 6.015625 15 7 C 15 7.550781 15.449219 8 16 8 C 16.550781 8 17 7.550781 17 7 C 17 6.0625 16 4 16 4 Z M 13 5 C 13 5 12 7.0625 12 8 C 12 8.550781 12.449219 9 13 9 C 13.550781 9 14 8.550781 14 8 C 14 7.015625 13 5 13 5 Z M 19 5 C 19 5 18 7.015625 18 8 C 18 8.550781 18.449219 9 19 9 C 19.550781 9 20 8.550781 20 8 C 20 7.0625 19 5 19 5 Z M 10 6 C 10 6 9 8.0625 9 9 C 9 9.550781 9.449219 10 10 10 C 10.550781 10 11 9.550781 11 9 C 11 8.015625 10 6 10 6 Z M 22 6 C 22 6 21 8.015625 21 9 C 21 9.550781 21.449219 10 22 10 C 22.550781 10 23 9.550781 23 9 C 23 8.0625 22 6 22 6 Z M 7 7 C 7 7 6 9.0625 6 10 C 6 10.550781 6.449219 11 7 11 C 7.550781 11 8 10.550781 8 10 C 8 9.015625 7 7 7 7 Z M 25 7 C 25 7 24 9.015625 24 10 C 24 10.550781 24.449219 11 25 11 C 25.550781 11 26 10.550781 26 10 C 26 9.0625 25 7 25 7 Z M 4 8 C 4 8 3 10.0625 3 11 C 3 11.550781 3.449219 12 4 12 C 4.550781 12 5 11.550781 5 11 C 5 10.015625 4 8 4 8 Z M 28 8 C 28 8 27 10.015625 27 11 C 27 11.550781 27.449219 12 28 12 C 28.550781 12 29 11.550781 29 11 C 29 10.0625 28 8 28 8 Z M 15 9 L 15 18 L 14.96875 18 C 14.414063 18 14 17.585938 14 17.03125 L 14 10 L 12 10 L 12 17.03125 C 12 17.371094 12.050781 17.695313 12.15625 18 L 11.96875 18 C 11.417969 18 11 17.582031 11 17.03125 L 11 11 L 9 11 L 9 17.03125 C 9 17.371094 9.082031 17.695313 9.1875 18 L 9.0625 18 C 8.46875 18 8 17.53125 8 16.9375 L 8 12 L 6 12 L 6 16.9375 C 6 17.3125 6.09375 17.667969 6.21875 18 L 6.03125 18 C 5.453125 18 5 17.546875 5 16.96875 L 5 13 L 3 13 L 3 16.96875 C 3 18.628906 4.371094 20 6.03125 20 L 15 20 L 15 26 L 10 26 L 10 28 L 22 28 L 22 26 L 17 26 L 17 20 L 25.96875 20 C 27.628906 20 29 18.628906 29 16.96875 L 29 13 L 27 13 L 27 16.96875 C 27 17.546875 26.546875 18 25.96875 18 L 25.78125 18 C 25.90625 17.667969 26 17.3125 26 16.9375 L 26 12 L 24 12 L 24 16.9375 C 24 17.53125 23.53125 18 22.9375 18 L 22.8125 18 C 22.917969 17.695313 23 17.371094 23 17.03125 L 23 11 L 21 11 L 21 17.03125 C 21 17.582031 20.582031 18 20.03125 18 L 19.84375 18 C 19.949219 17.695313 20 17.371094 20 17.03125 L 20 10 L 18 10 L 18 17.03125 C 18 17.585938 17.585938 18 17.03125 18 L 17 18 L 17 9 Z\"/></svg></li><li title=\"hard hat solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 13 7 L 13 8.40625 C 8.035156 9.6875 4.410156 14.082031 4.125 19.375 C 2.953125 19.785156 2 20.695313 2 22 L 2 25 L 30 25 L 30 22 C 30 20.695313 29.046875 19.785156 27.875 19.375 C 27.589844 14.082031 23.964844 9.6875 19 8.40625 L 19 7 Z M 15.03125 9 L 17 9 C 16.980469 9.113281 16.980469 9.230469 17 9.34375 L 17 15 L 19 15 L 19 10.5 C 22.738281 11.679688 25.566406 14.972656 25.96875 19 L 24 19 L 24 21 L 27 21 C 27.566406 21 28 21.433594 28 22 L 28 23 L 4 23 L 4 22 C 4 21.433594 4.433594 21 5 21 L 8 21 L 8 19 L 6.03125 19 C 6.433594 14.972656 9.261719 11.679688 13 10.5 L 13 15 L 15 15 L 15 9.5 C 15.050781 9.339844 15.0625 9.167969 15.03125 9 Z\"/></svg></li><li title=\"hashtag solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 11 5 L 11 11 L 5 11 L 5 13 L 11 13 L 11 19 L 5 19 L 5 21 L 11 21 L 11 27 L 13 27 L 13 21 L 19 21 L 19 27 L 21 27 L 21 21 L 27 21 L 27 19 L 21 19 L 21 13 L 27 13 L 27 11 L 21 11 L 21 5 L 19 5 L 19 11 L 13 11 L 13 5 Z M 13 13 L 19 13 L 19 19 L 13 19 Z\"/></svg></li><li title=\"hat cowboy side solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 19.210938 7.0097656 C 18.953605 7.0020895 18.68985 7.0166835 18.421875 7.0566406 C 17.736865 7.1586052 17.093941 7.4137992 16.433594 7.625 C 15.773247 7.8362008 15.119109 8 14.630859 8 C 14.31959 8 13.757226 7.9918469 13.189453 7.9980469 C 12.62168 8.0042469 12.078675 8.0122369 11.599609 8.0996094 C 10.753303 8.2542139 10.020332 8.625504 9.5058594 9.1914062 C 8.9913863 9.7573086 8.7176772 10.467347 8.5917969 11.205078 A 1.0001 1.0001 0 0 0 8.5898438 11.21875 L 7.9882812 15.035156 C 4.8444092 15.212995 2.5666185 17.144707 1.3320312 19.738281 C 0.78950854 20.877379 0.9239394 22.136783 1.5234375 23.058594 C 2.1229356 23.980405 3.1143224 24.604998 4.2539062 24.851562 C 12.426691 26.619913 19.429095 26.079361 27.046875 24.998047 A 1.0001 1.0001 0 0 0 27.0625 24.998047 A 1.0001 1.0001 0 0 0 27.072266 24.998047 L 27.072266 24.996094 A 1.0001 1.0001 0 0 0 27.117188 24.992188 C 27.125187 24.991087 27.132645 24.991417 27.140625 24.990234 A 1.0001 1.0001 0 0 0 27.160156 24.986328 A 1.0001 1.0001 0 0 0 27.443359 24.894531 C 28.735348 24.625296 29.700395 24.082877 30.257812 23.347656 C 30.860807 22.552353 31 21.66 31 20.982422 C 31 17.581633 28.382305 13.481886 23.554688 12.179688 L 22.96875 9.90625 A 1.0001 1.0001 0 0 0 22.962891 9.8867188 C 22.50168 8.2374833 21.012265 7.0634987 19.210938 7.0097656 z M 19.185547 8.9941406 C 20.213061 8.9797344 20.778465 9.5093069 21.035156 10.423828 C 21.035156 10.423828 21.037109 10.425781 21.037109 10.425781 L 21.730469 13.107422 L 21.732422 13.113281 A 1.0001 1.0001 0 0 0 21.798828 13.376953 L 21.962891 14.009766 A 1.0001 1.0001 0 0 0 21.982422 14.091797 C 22.094639 14.493592 21.739122 15.292796 21.267578 15.568359 C 20.980272 15.736026 19.866822 16.159119 18.572266 16.462891 C 17.359672 16.74743 15.939127 16.961012 14.642578 16.986328 C 13.398 16.090951 11.930893 15.358691 10.003906 15.101562 L 10.564453 11.542969 C 10.646573 11.0617 10.791098 10.749707 10.984375 10.537109 C 11.177652 10.324512 11.442291 10.160799 11.958984 10.066406 C 12.126919 10.035776 12.67896 10.003856 13.210938 9.9980469 C 13.742915 9.9922421 14.284129 10 14.630859 10 C 15.51161 10 16.326816 9.7602992 17.042969 9.53125 C 17.759122 9.3022008 18.400807 9.0802385 18.716797 9.0332031 C 18.882911 9.0084342 19.038759 8.9961987 19.185547 8.9941406 z M 24.152344 14.490234 C 27.38392 15.858629 29 18.879672 29 20.982422 C 29 21.392843 28.92003 21.803012 28.664062 22.140625 C 28.411965 22.473135 27.933053 22.819566 26.867188 23 C 23.845001 23.211656 21.914717 22.680867 20.386719 21.792969 C 21.646731 21.526478 22.774012 21.123908 23.521484 20.6875 A 1.0001 1.0001 0 0 0 23.523438 20.685547 C 24.672021 20.01418 25.250057 18.645011 24.892578 17.359375 L 24.152344 14.490234 z M 22.730469 16.982422 L 22.960938 17.876953 A 1.0001 1.0001 0 0 0 22.964844 17.894531 C 23.080218 18.308322 22.914494 18.724696 22.513672 18.958984 C 21.841611 19.351363 19.86932 19.99849 18.138672 20.080078 C 17.957383 19.912952 17.776919 19.74692 17.595703 19.574219 C 17.339396 19.329954 17.061359 19.074354 16.796875 18.822266 C 17.574735 18.717286 18.331995 18.57378 19.029297 18.410156 C 20.44299 18.078428 21.551697 17.717256 22.275391 17.294922 A 1.0001 1.0001 0 0 0 22.277344 17.294922 C 22.436151 17.202117 22.588318 17.097101 22.730469 16.982422 z M 8.4492188 17 C 10.815724 17 12.314065 17.672239 13.615234 18.660156 A 1.0001 1.0001 0 0 0 13.919922 18.892578 C 14.690861 19.51982 15.407825 20.252383 16.214844 21.021484 C 16.465673 21.260528 16.728101 21.499448 17.003906 21.734375 A 1.0001 1.0001 0 0 0 17.326172 21.990234 A 1.0001 1.0001 0 0 0 17.332031 21.994141 C 18.066017 22.589577 18.879367 23.159052 19.8125 23.646484 C 14.902761 24.01751 10.035585 24.058142 4.6757812 22.898438 C 3.9943652 22.751003 3.4632207 22.374689 3.1992188 21.96875 C 2.9352167 21.562811 2.8662414 21.167512 3.1367188 20.599609 C 4.2032721 18.359035 5.8063398 17 8.4492188 17 z\"/></svg></li><li title=\"hat cowboy solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 14 6 C 13.101563 6 12.4375 6.5 11.84375 7.15625 C 11.253906 7.804688 10.773438 8.6875 10.53125 9.75 C 10.527344 9.761719 10.535156 9.769531 10.53125 9.78125 C 10.269531 10.78125 9.898438 12.507813 9.59375 14 C 8.894531 13.394531 8 13 7 13 C 4.789063 13 3 14.789063 3 17 C 3 19.105469 3.542969 21.476563 5.53125 23.21875 C 7.519531 24.960938 10.765625 26 16 26 C 21.238281 26 24.515625 24.941406 26.5 23.1875 C 28.484375 21.433594 29 19.058594 29 17 C 29 14.789063 27.210938 13 25 13 C 24.007813 13 23.105469 13.371094 22.40625 13.96875 C 22.394531 13.957031 22.386719 13.949219 22.375 13.9375 C 22.375 13.933594 22.34375 13.941406 22.34375 13.9375 C 21.988281 12.289063 21.703125 10.902344 21.46875 9.78125 C 21.230469 8.65625 20.726563 7.746094 20.125 7.09375 C 19.523438 6.441406 18.859375 6 18 6 C 17.183594 6 16.648438 6.417969 16.28125 6.6875 C 16.152344 6.78125 16.082031 6.847656 16 6.90625 C 15.917969 6.847656 15.847656 6.78125 15.71875 6.6875 C 15.351563 6.417969 14.816406 6 14 6 Z M 14 8 C 13.984375 8 14.222656 8.082031 14.53125 8.3125 C 14.6875 8.425781 14.847656 8.550781 15.0625 8.6875 C 15.277344 8.824219 15.542969 9 16 9 C 16.457031 9 16.722656 8.824219 16.9375 8.6875 C 17.152344 8.550781 17.3125 8.425781 17.46875 8.3125 C 17.777344 8.082031 18.015625 8 18 8 C 17.941406 8 18.308594 8.09375 18.65625 8.46875 C 19.003906 8.84375 19.367188 9.445313 19.53125 10.21875 C 19.808594 11.53125 20.210938 13.398438 20.5625 15.03125 C 20.511719 15.066406 20.46875 15.089844 20.40625 15.125 C 19.730469 15.519531 18.417969 16 16 16 C 13.582031 16 12.269531 15.519531 11.59375 15.125 C 11.515625 15.082031 11.46875 15.042969 11.40625 15 C 11.75 13.339844 12.179688 11.34375 12.46875 10.25 C 12.46875 10.238281 12.46875 10.230469 12.46875 10.21875 C 12.628906 9.496094 12.988281 8.894531 13.34375 8.5 C 13.699219 8.105469 14.101563 8 14 8 Z M 7 15 C 8.160156 15 8.957031 15.769531 9 16.90625 C 9 16.917969 9 16.925781 9 16.9375 C 8.957031 17.125 8.96875 17.320313 9.03125 17.5 C 9.039063 17.53125 9.050781 17.5625 9.0625 17.59375 C 9.257813 19.542969 10.355469 20.847656 11.6875 21.40625 C 13.152344 22.023438 14.75 22 16 22 C 17.277344 22 18.894531 21.984375 20.34375 21.34375 C 21.691406 20.746094 22.816406 19.398438 22.96875 17.4375 C 23.011719 17.296875 23.023438 17.144531 23 17 C 23 16.988281 23 16.980469 23 16.96875 C 23.003906 16.925781 23.003906 16.886719 23 16.84375 C 23.066406 15.738281 23.863281 15 25 15 C 26.191406 15 27 15.808594 27 17 C 27 18.742188 26.621094 20.394531 25.15625 21.6875 C 23.691406 22.980469 20.960938 24 16 24 C 11.035156 24 8.304688 23 6.84375 21.71875 C 5.382813 20.4375 5 18.796875 5 17 C 5 15.808594 5.808594 15 7 15 Z M 11 17.0625 C 12.058594 17.578125 13.617188 18 16 18 C 18.382813 18 19.941406 17.578125 21 17.0625 C 20.984375 18.605469 20.441406 19.097656 19.53125 19.5 C 18.605469 19.910156 17.222656 20 16 20 C 14.75 20 13.347656 19.976563 12.4375 19.59375 C 11.539063 19.214844 11.011719 18.71875 11 17.0625 Z\"/></svg></li><li title=\"hat wizard solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 28 C 9.796875 28 7.535156 25.945313 7.296875 25.710938 L 6.824219 25.246094 L 15.324219 4 L 22.941406 4 L 18.214844 7.363281 L 25.171875 25.25 L 24.703125 25.710938 C 24.464844 25.945313 22.203125 28 16 28 Z M 9.222656 24.636719 C 10.101563 25.136719 12.175781 26 16 26 C 19.828125 26 21.898438 25.136719 22.78125 24.632813 L 16.101563 7.445313 Z M 18 24 C 16.34375 24 15 22.65625 15 21 C 15 19.34375 16.34375 18 18 18 C 18.261719 18 18.507813 18.042969 18.75 18.105469 C 18.03125 17.425781 17.066406 17 16 17 C 13.789063 17 12 18.789063 12 21 C 12 23.210938 13.789063 25 16 25 C 17.066406 25 18.03125 24.574219 18.75 23.894531 C 18.507813 23.957031 18.261719 24 18 24 Z M 16 13 C 16.550781 13 17 13.449219 17 14 C 17 14.550781 16.550781 15 16 15 C 15.449219 15 15 14.550781 15 14 C 15 13.449219 15.449219 13 16 13 Z M 19 20 C 19.550781 20 20 20.449219 20 21 C 20 21.550781 19.550781 22 19 22 C 18.449219 22 18 21.550781 18 21 C 18 20.449219 18.449219 20 19 20 Z\"/></svg></li><li title=\"haykal solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 15.628 3 15.257141 3.2163906 15.119141 3.6503906 L 13.388672 9.09375 L 8.7558594 6.3984375 C 8.5948594 6.2964375 8.4256719 6.25 8.2636719 6.25 C 7.6586719 6.25 7.1372969 6.880875 7.4042969 7.546875 L 9.3867188 12.5 L 3.8007812 13.283203 C 2.9097812 13.408203 2.6991406 14.617922 3.4941406 15.044922 L 8.4785156 17.71875 L 4.3261719 22.013672 C 3.7721719 22.635672 4.2399531 23.583984 5.0019531 23.583984 C 5.0689531 23.583984 5.1379844 23.576547 5.2089844 23.560547 L 11.210938 22.308594 L 11.001953 28.023438 C 10.979953 28.615437 11.4525 28.998047 11.9375 28.998047 C 12.1995 28.998047 12.465203 28.887766 12.658203 28.634766 L 16 24.119141 L 19.34375 28.634766 C 19.53675 28.886766 19.802453 28.998047 20.064453 28.998047 C 20.548453 28.998047 21.020047 28.615437 20.998047 28.023438 L 20.789062 22.308594 L 26.832031 23.560547 C 26.903031 23.575547 26.973062 23.583984 27.039062 23.583984 C 27.803062 23.583984 28.268844 22.634672 27.714844 22.013672 L 23.521484 17.71875 L 28.507812 15.044922 C 29.301813 14.618922 29.090219 13.410156 28.199219 13.285156 L 22.613281 12.5 L 24.595703 7.546875 C 24.862703 6.880875 24.341328 6.25 23.736328 6.25 C 23.573328 6.25 23.405141 6.2964375 23.244141 6.3984375 L 18.613281 9.09375 L 16.882812 3.6503906 C 16.743813 3.2173906 16.372 3 16 3 z M 16 10.867188 L 16.861328 13.576172 L 19.572266 11.998047 L 18.384766 14.96875 L 21.501953 15.404297 L 18.525391 17.001953 L 20.679688 19.207031 L 17.751953 18.587891 L 17.861328 21.607422 L 16 19.183594 L 14.140625 21.609375 L 14.251953 18.582031 L 11.308594 19.208984 L 13.453125 16.990234 L 10.5 15.40625 L 13.615234 14.96875 L 12.427734 12 L 15.138672 13.576172 L 16 10.867188 z\"/></svg></li><li title=\"hdd solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6.21875 6 L 3 18.875 L 3 26 L 29 26 L 29 18.875 L 25.78125 6 Z M 7.78125 8 L 24.21875 8 L 26.71875 18 L 5.28125 18 Z M 5 20 L 27 20 L 27 24 L 5 24 Z M 24 21 C 23.449219 21 23 21.449219 23 22 C 23 22.550781 23.449219 23 24 23 C 24.550781 23 25 22.550781 25 22 C 25 21.449219 24.550781 21 24 21 Z\"/></svg></li><li title=\"hdd \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6.21875 6 L 3 18.875 L 3 26 L 29 26 L 29 18.875 L 25.78125 6 Z M 7.78125 8 L 24.21875 8 L 26.71875 18 L 5.28125 18 Z M 5 20 L 27 20 L 27 24 L 5 24 Z M 24 21 C 23.449219 21 23 21.449219 23 22 C 23 22.550781 23.449219 23 24 23 C 24.550781 23 25 22.550781 25 22 C 25 21.449219 24.550781 21 24 21 Z\"/></svg></li><li title=\"heading solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6 5 L 6 7 L 7 7 L 7 25 L 6 25 L 6 27 L 14 27 L 14 25 L 13 25 L 13 19 L 19 19 L 19 25 L 18 25 L 18 27 L 26 27 L 26 25 L 25 25 L 25 7 L 26 7 L 26 5 L 18 5 L 18 7 L 19 7 L 19 13 L 13 13 L 13 7 L 14 7 L 14 5 Z M 9 7 L 11 7 L 11 15 L 21 15 L 21 7 L 23 7 L 23 25 L 21 25 L 21 17 L 11 17 L 11 25 L 9 25 Z\"/></svg></li><li title=\"headphones alt solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 5 C 9.9375 5 5 9.9375 5 16 L 5 24 C 5 25.644531 6.355469 27 8 27 L 11 27 L 11 18 L 7 18 L 7 16 C 7 11.015625 11.015625 7 16 7 C 20.984375 7 25 11.015625 25 16 L 25 18 L 21 18 L 21 27 L 24 27 C 25.644531 27 27 25.644531 27 24 L 27 16 C 27 9.9375 22.0625 5 16 5 Z M 7 20 L 9 20 L 9 25 L 8 25 C 7.433594 25 7 24.566406 7 24 Z M 23 20 L 25 20 L 25 24 C 25 24.566406 24.566406 25 24 25 L 23 25 Z\"/></svg></li><li title=\"headphones solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 5 C 9.9375 5 5 9.9375 5 16 L 5 24 C 5 25.644531 6.355469 27 8 27 L 11 27 L 11 18 L 7 18 L 7 16 C 7 11.015625 11.015625 7 16 7 C 20.984375 7 25 11.015625 25 16 L 25 18 L 21 18 L 21 27 L 24 27 C 25.644531 27 27 25.644531 27 24 L 27 16 C 27 9.9375 22.0625 5 16 5 Z M 7 20 L 9 20 L 9 25 L 8 25 C 7.433594 25 7 24.566406 7 24 Z M 23 20 L 25 20 L 25 24 C 25 24.566406 24.566406 25 24 25 L 23 25 Z\"/></svg></li><li title=\"headset solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 9.953125 3 5 7.953125 5 14 L 5 20 C 5 21.292969 5.84375 22.394531 7 22.8125 L 7 23 C 7 25.746094 9.253906 28 12 28 L 13.28125 28 C 13.628906 28.597656 14.261719 29 15 29 L 17 29 C 18.101563 29 19 28.101563 19 27 C 19 25.898438 18.101563 25 17 25 L 15 25 C 14.261719 25 13.628906 25.402344 13.28125 26 L 12 26 C 10.34375 26 9 24.65625 9 23 L 11 23 L 11 14 L 7 14 C 7 9.046875 11.046875 5 16 5 C 20.953125 5 25 9.046875 25 14 L 21 14 L 21 23 L 24 23 C 25.644531 23 27 21.644531 27 20 L 27 14 C 27 7.953125 22.046875 3 16 3 Z M 7 16 L 9 16 L 9 21 L 8 21 C 7.445313 21 7 20.554688 7 20 Z M 23 16 L 25 16 L 25 20 C 25 20.554688 24.554688 21 24 21 L 23 21 Z\"/></svg></li><li title=\"heart broken solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 9.5 4 C 5.362182 4 2 7.4035211 2 11.5 C 2 12.928333 2.6517943 14.153437 3.2519531 15.048828 C 3.852112 15.94422 4.4648436 16.544922 4.4648438 16.544922 L 16 28.082031 L 27.535156 16.544922 C 27.535156 16.544922 30 14.357368 30 11.5 C 30 7.4035211 26.637818 4 22.5 4 C 20.930306 4 19.526877 4.5232797 18.390625 5.1484375 L 18.060547 5.3300781 L 16.003906 11 L 19.625 11 L 16 17.214844 L 16 13 L 12.453125 13 L 13.998047 5.359375 L 13.326172 5.0136719 C 12.24943 4.4594504 10.952075 4 9.5 4 z M 9.5 6 C 10.278067 6 10.996497 6.3086313 11.707031 6.6015625 L 10.007812 15 L 14 15 L 14 21 L 16.109375 21 L 22 10.894531 L 22 9 L 18.855469 9 L 19.648438 6.8164062 C 20.521997 6.3736841 21.486475 6 22.5 6 C 25.542182 6 28 8.4964789 28 11.5 C 28 13.044632 26.130859 15.121094 26.130859 15.121094 L 26.128906 15.123047 L 16 25.251953 L 5.8710938 15.123047 L 5.8691406 15.121094 C 5.8691406 15.121094 5.3974037 14.656655 4.9140625 13.935547 C 4.4307181 13.214485 4 12.271667 4 11.5 C 4 8.4964789 6.457818 6 9.5 6 z\"/></svg></li><li title=\"heart solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M22.5,5c-2.892,0-5.327,1.804-6.5,2.854C14.827,6.804,12.392,5,9.5,5C5.364,5,2,8.364,2,12.5c0,2.59,2.365,4.947,2.46,5.041 L16,29.081l11.534-11.534C27.635,17.447,30,15.09,30,12.5C30,8.364,26.636,5,22.5,5z\"/></svg></li><li title=\"heart \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 9.5 5 C 5.363281 5 2 8.402344 2 12.5 C 2 13.929688 2.648438 15.167969 3.25 16.0625 C 3.851563 16.957031 4.46875 17.53125 4.46875 17.53125 L 15.28125 28.375 L 16 29.09375 L 16.71875 28.375 L 27.53125 17.53125 C 27.53125 17.53125 30 15.355469 30 12.5 C 30 8.402344 26.636719 5 22.5 5 C 19.066406 5 16.855469 7.066406 16 7.9375 C 15.144531 7.066406 12.933594 5 9.5 5 Z M 9.5 7 C 12.488281 7 15.25 9.90625 15.25 9.90625 L 16 10.75 L 16.75 9.90625 C 16.75 9.90625 19.511719 7 22.5 7 C 25.542969 7 28 9.496094 28 12.5 C 28 14.042969 26.125 16.125 26.125 16.125 L 16 26.25 L 5.875 16.125 C 5.875 16.125 5.390625 15.660156 4.90625 14.9375 C 4.421875 14.214844 4 13.273438 4 12.5 C 4 9.496094 6.457031 7 9.5 7 Z\"/></svg></li><li title=\"heartbeat solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 10.78125 5 C 6.492188 5 3 8.300781 3 12.359375 C 3 12.578125 3.019531 12.785156 3.035156 13 L 5.039063 13 C 5.019531 12.789063 5 12.578125 5 12.359375 C 5 9.40625 7.59375 7 10.78125 7 C 12.238281 7 13.628906 7.503906 14.699219 8.417969 L 16 9.53125 L 17.300781 8.417969 C 18.367188 7.503906 19.757813 7 21.21875 7 C 24.40625 7 27 9.40625 27 12.359375 C 27 17.480469 22.175781 20.515625 18.296875 22.957031 C 17.410156 23.511719 16.632813 24.003906 16 24.46875 C 15.367188 24.003906 14.589844 23.511719 13.703125 22.957031 C 11.894531 21.820313 9.882813 20.550781 8.246094 19 L 5.53125 19 C 7.511719 21.410156 10.316406 23.1875 12.640625 24.652344 C 13.613281 25.261719 14.449219 25.789063 15.042969 26.253906 C 15.042969 26.253906 15.992188 26.992188 16 27 C 16.003906 26.992188 16.953125 26.253906 16.953125 26.253906 C 17.546875 25.789063 18.382813 25.261719 19.359375 24.652344 C 23.425781 22.089844 29 18.585938 29 12.359375 C 29 8.300781 25.507813 5 21.21875 5 C 19.269531 5 17.421875 5.679688 16 6.898438 C 14.578125 5.679688 12.726563 5 10.78125 5 Z M 11.96875 9.386719 L 9.632813 15.21875 L 9.414063 15 L 3 15 L 3 17 L 8.585938 17 L 10.363281 18.78125 L 12.03125 14.613281 L 15.03125 21.613281 L 17.101563 16.4375 L 17.382813 17 L 19.269531 17 C 19.628906 17.617188 20.285156 18 21 18 C 22.105469 18 23 17.105469 23 16 C 23 14.894531 22.105469 14 21 14 C 20.285156 14 19.625 14.382813 19.269531 15 L 18.617188 15 L 16.898438 11.5625 L 14.96875 16.386719 Z\"/></svg></li><li title=\"helicopter solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 18 6 L 18 10.0625 C 16.152344 10.222656 14.742188 10.785156 13.78125 11.46875 C 13.21875 11.871094 12.824219 12.316406 12.53125 12.71875 C 12.464844 12.808594 12.460938 12.917969 12.40625 13 L 5.8125 13 C 5.394531 11.84375 4.292969 11 3 11 C 1.355469 11 0 12.355469 0 14 C 0 15.644531 1.355469 17 3 17 C 4.292969 17 5.394531 16.15625 5.8125 15 L 14 15 L 14 14.15625 C 14.011719 14.105469 14.046875 13.980469 14.125 13.875 C 14.277344 13.664063 14.546875 13.371094 14.9375 13.09375 C 15.722656 12.535156 17.015625 12 19 12 C 19.449219 12 19.910156 12.15625 20.375 12.21875 C 19.851563 13.066406 19.6875 14.144531 19.6875 15.78125 C 19.6875 16.511719 19.9375 17.246094 20.46875 17.78125 C 21 18.316406 21.773438 18.625 22.625 18.625 C 24.640625 18.625 25.972656 18.550781 26.96875 18.375 C 27.054688 18.359375 27.074219 18.300781 27.15625 18.28125 C 27.113281 18.355469 27.117188 18.496094 27.0625 18.5625 C 26.792969 18.90625 26.390625 19.183594 25.8125 19.40625 C 24.65625 19.855469 22.902344 20 21.15625 20 L 16.21875 20 C 14.988281 20 14 19.011719 14 17.78125 L 14 16 L 12 16 L 12 17.78125 C 12 20.09375 13.90625 22 16.21875 22 L 21.15625 22 C 22.984375 22 24.90625 21.910156 26.53125 21.28125 C 27.34375 20.964844 28.105469 20.484375 28.65625 19.78125 C 29.207031 19.078125 29.5 18.164063 29.5 17.125 C 29.5 14.953125 27.933594 13.191406 25.9375 11.96875 C 25.175781 11.503906 24.285156 11.1875 23.40625 10.875 C 22.300781 10.480469 21.15625 10.179688 20 10.0625 L 20 6 Z M 7 7 L 7 9 L 17 9 L 17 7 Z M 21 7 L 21 9 L 31 9 L 31 7 Z M 23.0625 12.90625 C 23.6875 13.148438 24.339844 13.363281 24.875 13.6875 C 26.097656 14.433594 26.796875 15.304688 27.15625 16.1875 C 27 16.257813 26.992188 16.339844 26.625 16.40625 C 25.871094 16.539063 24.597656 16.625 22.625 16.625 C 22.210938 16.625 22.003906 16.507813 21.875 16.375 C 21.746094 16.242188 21.6875 16.054688 21.6875 15.78125 C 21.6875 14.078125 21.910156 13.308594 22.0625 13.125 C 22.136719 13.03125 22.207031 12.988281 22.40625 12.9375 C 22.535156 12.902344 22.816406 12.917969 23.0625 12.90625 Z M 3 13 C 3.5625 13 4 13.4375 4 14 C 4 14.5625 3.5625 15 3 15 C 2.4375 15 2 14.5625 2 14 C 2 13.4375 2.4375 13 3 13 Z M 28 22 C 28 22.566406 27.566406 23 27 23 L 11 23 L 11 25 L 27 25 C 28.644531 25 30 23.644531 30 22 Z\"/></svg></li><li title=\"highlighter solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 23.625 3.0625 L 22.90625 3.6875 L 7.5625 17 L 7.0625 17.46875 L 7.3125 18.125 C 7.3125 18.125 8.4375 21.125 6.28125 23.28125 L 6.28125 23.3125 L 6.25 23.34375 L 6.09375 23.53125 L 5.96875 23.65625 L 2 27.53125 L 7.375 29 L 9.4375 26.9375 L 9.65625 26.75 L 9.6875 26.71875 L 9.71875 26.71875 C 11.875 24.5625 14.875 25.6875 14.875 25.6875 L 15.53125 25.9375 L 16 25.4375 L 29.3125 10.09375 L 29.9375 9.375 Z M 23.5 5.8125 L 27.1875 9.5 L 18.4375 19.5625 L 13.4375 14.5625 Z M 11.9375 15.875 L 17.125 21.0625 L 15.1875 23.3125 L 9.6875 17.8125 Z M 9.5625 20.5 L 12.5 23.4375 C 11.257813 23.484375 9.753906 23.875 8.34375 25.25 C 8.324219 25.269531 8.300781 25.261719 8.28125 25.28125 L 8.03125 25.5 L 7.5 24.96875 L 7.71875 24.71875 L 7.75 24.65625 C 9.125 23.246094 9.515625 21.742188 9.5625 20.5 Z\"/></svg></li><li title=\"hiking solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16.5 4 C 14.578125 4 13 5.578125 13 7.5 C 13 9.421875 14.578125 11 16.5 11 C 18.421875 11 20 9.421875 20 7.5 C 20 5.578125 18.421875 4 16.5 4 Z M 16.5 6 C 17.339844 6 18 6.660156 18 7.5 C 18 8.339844 17.339844 9 16.5 9 C 15.660156 9 15 8.339844 15 7.5 C 15 6.660156 15.660156 6 16.5 6 Z M 11.09375 10.5 C 10.835938 10.488281 10.570313 10.488281 10.3125 10.53125 C 9.792969 10.617188 9.28125 10.847656 8.84375 11.21875 C 7.96875 11.960938 7.460938 13.140625 7.09375 14.875 C 6.976563 15.433594 7.011719 16.011719 7.28125 16.46875 C 7.550781 16.925781 7.972656 17.203125 8.34375 17.375 C 9.089844 17.71875 9.820313 17.785156 10.21875 17.875 L 10.6875 15.9375 C 10.085938 15.800781 9.46875 15.691406 9.1875 15.5625 C 9.046875 15.496094 9.027344 15.457031 9.03125 15.46875 C 9.023438 15.445313 9.011719 15.382813 9.03125 15.28125 C 9.351563 13.765625 9.816406 13.035156 10.15625 12.75 C 10.496094 12.464844 10.777344 12.417969 11.40625 12.5625 L 11.84375 10.59375 C 11.597656 10.539063 11.351563 10.511719 11.09375 10.5 Z M 12.84375 10.8125 L 11.375 17.5 C 11.210938 18.25 11.519531 19.0625 12.125 19.53125 L 15.65625 22.28125 L 16.53125 28 L 18.5625 28 L 17.625 21.96875 C 17.546875 21.460938 17.28125 21.003906 16.875 20.6875 L 13.34375 17.9375 L 14.375 13.28125 L 15.40625 13.5625 L 17.1875 15.28125 C 17.765625 15.839844 18.636719 15.972656 19.375 15.65625 L 21 14.96875 L 21 28 L 23 28 L 23 11 L 21 11 L 21 12.8125 L 18.59375 13.84375 L 16.8125 12.125 C 16.566406 11.886719 16.265625 11.710938 15.9375 11.625 Z M 11.53125 20.625 L 10.6875 23.15625 L 8.1875 28 L 10.4375 28 L 12.46875 24.09375 C 12.519531 23.996094 12.5625 23.882813 12.59375 23.78125 L 13.21875 21.9375 Z\"/></svg></li><li title=\"hippo solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16.160156 4.0039062 C 15.942766 3.9920313 15.723406 4.0033125 15.503906 4.0390625 C 14.076906 4.2710625 13 5.5914219 13 7.1074219 L 13 9 L 9.1367188 9 C 5.358617 9 2.2647575 12.130065 2.0234375 16.070312 L 2 16 L 1 21 L 2.3066406 19.693359 C 2.4961367 20.92762 2.7538066 22.225845 3.0292969 23.242188 L 4.21875 28 L 9 28 L 9 24.552734 C 9.739 24.801734 10.627 25 11.5 25 C 11.89 25 12.918 24.961422 14 24.607422 L 14 28 L 18.78125 28 L 19.943359 23.330078 C 19.976359 23.235078 20.700172 21.124 20.951172 17 L 26 17 C 28.206 17 30 15.206 30 13 L 30 10.822266 C 30 8.5722656 28.418297 7.0019531 26.154297 7.0019531 C 24.863297 7.0019531 23.881375 7.3409688 23.234375 7.6679688 C 22.529375 6.9299688 21.204 6 19 6 L 18.828125 6 C 18.653125 5.506 18.351406 5.0628437 17.941406 4.7148438 C 17.438156 4.2865938 16.812328 4.0395312 16.160156 4.0039062 z M 15.824219 6.0136719 C 16.128219 5.9646719 16.419484 6.0443281 16.646484 6.2363281 C 16.871484 6.4273281 17 6.706 17 7 L 17 8 L 19 8 C 21.298 8 22.080469 9.4002656 22.105469 9.4472656 L 22.685547 10.578125 L 23.65625 9.7539062 C 23.69225 9.7229063 24.561297 9.0019531 26.154297 9.0019531 C 27.310297 9.0019531 28 9.6812656 28 10.822266 L 28 13 C 28 14.103 27.103 15 26 15 L 19.039062 15 L 19.001953 15.960938 C 18.827953 20.381938 18.062297 22.650813 18.029297 22.757812 L 17.21875 26 L 16 26 L 16 21 L 14.400391 22.199219 C 13.385391 22.961219 11.806 23 11.5 23 C 10.188 23 8.8275625 22.360219 8.6015625 22.199219 L 7 20.998047 L 7 26 L 5.78125 26 L 4.9648438 22.740234 C 4.4598438 20.872234 4 17.9265 4 16.5625 C 4 13.4945 6.3047188 11 9.1367188 11 L 15 11 L 15 7.1074219 C 15 6.5694219 15.361219 6.0896719 15.824219 6.0136719 z M 20 9 A 1 1 0 0 0 20 11 A 1 1 0 0 0 20 9 z\"/></svg></li><li title=\"hips \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 11.478516 7 C 10.688516 7 10.039063 7.6702344 10.039062 8.4902344 C 10.039062 9.2902344 10.668516 9.9804687 11.478516 9.9804688 C 12.288516 9.9804688 12.929688 9.3002344 12.929688 8.4902344 C 12.929688 7.6502344 12.278516 7 11.478516 7 z M 0.25390625 7.2597656 C 0.16390625 7.2597656 0.12304688 7.3003906 0.12304688 7.4003906 L 0.12304688 21.789062 C 0.12304688 21.889063 0.16390625 21.939453 0.25390625 21.939453 L 2.3046875 21.939453 C 2.4046875 21.939453 2.4433594 21.889062 2.4433594 21.789062 L 2.4433594 14.779297 C 2.4433594 14.729297 2.304375 13.380859 4.734375 13.380859 C 7.164375 13.380859 7.0234375 14.729297 7.0234375 14.779297 L 7.0234375 21.099609 C 7.0234375 21.559609 7.39375 21.939453 7.84375 21.939453 L 9.2148438 21.939453 C 9.3048437 21.939453 9.34375 21.889062 9.34375 21.789062 L 9.34375 14.779297 C 9.34275 13.569297 8.8833594 12.619922 7.9433594 11.919922 C 7.1433594 11.319922 6.1335938 11 4.9335938 11 C 4.0235937 10.99 3.2033594 11.190078 2.4433594 11.580078 L 2.4433594 7.4003906 C 2.4433594 7.3003906 2.3946875 7.2597656 2.3046875 7.2597656 L 0.25390625 7.2597656 z M 18.880859 11 C 17.318859 11 13.763672 12.012375 13.763672 16.234375 L 13.763672 25.523438 C 13.763672 25.572437 13.793578 25.662109 13.892578 25.662109 L 15.904297 25.662109 C 15.992297 25.662109 16.042969 25.622437 16.042969 25.523438 L 16.042969 21.035156 C 16.847969 21.673156 17.799141 21.998047 18.869141 21.998047 C 21.845141 21.998047 24.212891 19.543047 24.212891 16.498047 C 24.213891 13.445047 21.846859 11 18.880859 11 z M 28.603516 11 C 27.298516 11 26.376516 11.285391 25.728516 11.775391 C 25.708516 11.795391 24.334141 12.785187 24.619141 14.492188 C 24.786141 15.483188 25.393359 16.220172 26.443359 16.701172 L 29.074219 17.888672 C 29.644219 18.144672 29.820828 18.555031 29.673828 18.957031 C 29.486828 19.418031 29.024953 19.644531 27.876953 19.644531 C 26.689953 19.644531 25.688719 19.193594 25.011719 18.683594 C 24.913719 18.615594 24.796875 18.692781 24.796875 18.800781 L 24.796875 20.537109 C 24.796875 21.067109 25.040719 21.410891 25.511719 21.587891 C 26.277719 21.862891 27.062953 22 27.876953 22 C 28.504953 22 29.143062 21.940203 29.664062 21.783203 C 29.693062 21.763203 31.429391 21.33275 31.900391 19.46875 C 32.066391 18.78175 32.017187 18.123328 31.742188 17.486328 C 31.409187 16.691328 30.840156 16.122766 30.035156 15.759766 L 27.210938 14.484375 C 26.788938 14.298375 26.758031 13.914922 27.082031 13.669922 C 27.445031 13.384922 29.250125 12.963672 31.203125 14.013672 C 31.281125 14.062672 31.398438 13.992531 31.398438 13.894531 L 31.398438 11.628906 C 31.398437 11.559906 31.369781 11.52 31.300781 11.5 C 30.437781 11.167 29.535516 11 28.603516 11 z M 10.458984 11.240234 C 10.378984 11.240234 10.328125 11.320625 10.328125 11.390625 L 10.328125 21.789062 C 10.328125 21.869062 10.378984 21.939453 10.458984 21.939453 L 12.509766 21.939453 C 12.599766 21.939453 12.648438 21.889062 12.648438 21.789062 L 12.648438 11.390625 C 12.648437 11.290625 12.599766 11.240234 12.509766 11.240234 L 10.458984 11.240234 z M 18.880859 13.347656 C 20.569859 13.347656 21.933594 14.752 21.933594 16.5 C 21.935594 18.238 20.589859 19.652344 18.880859 19.652344 C 18.035859 19.652344 17.310703 19.337516 16.720703 18.728516 C 16.121703 18.109516 15.826172 17.374 15.826172 16.5 C 15.826172 14.752 17.181859 13.347656 18.880859 13.347656 z\"/></svg></li><li title=\"hire a helper \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 7.9101562 5 L 7.8144531 5.8925781 C 7.7084531 6.8795781 6.8834844 7.7026406 5.8964844 7.8066406 L 5 7.8984375 L 5 24.189453 L 5.8691406 24.304688 C 6.8931406 24.438688 7.6593125 25.167156 7.8203125 26.160156 L 7.9570312 27 L 24.269531 27 L 24.34375 26.082031 C 24.42075 25.153031 25.179328 24.371578 26.111328 24.267578 L 27 24.167969 L 27 7.9492188 L 26.160156 7.8144531 C 25.171156 7.6544531 24.406734 6.8645312 24.302734 5.8945312 L 24.207031 5 L 7.9101562 5 z M 9.6035156 7 L 22.513672 7 C 22.914672 8.171 23.829 9.1145 25 9.5625 L 25 22.488281 C 23.854 22.906281 22.934969 23.848 22.542969 25 L 9.5703125 25 C 9.1253125 23.838 8.188 22.936391 7 22.525391 L 7 9.5996094 C 8.218 9.1856094 9.1865156 8.217 9.6035156 7 z M 10.275391 10 C 10.082391 10 9.8972812 10.386609 10.238281 10.474609 C 10.871281 10.640609 11.34375 10.88625 11.34375 11.78125 L 11.34375 15.859375 C 11.34375 19.220375 11.335109 20.489766 11.037109 21.009766 C 10.720109 21.424766 10.593219 21.427453 10.199219 21.564453 C 9.9752187 21.564453 9.8942188 22 10.199219 22 C 11.602219 22 10.925125 21.919922 12.328125 21.919922 C 13.711125 21.919922 13.139094 22 14.496094 22 C 14.728094 22 14.685094 21.669469 14.496094 21.605469 C 13.615094 21.299469 13.612875 21.190844 13.546875 21.089844 C 13.144875 20.461844 13.318359 17.685562 13.318359 16.476562 C 13.318359 16.262563 13.565563 15.960938 13.851562 15.960938 L 18.148438 15.960938 C 18.434438 15.960938 18.681641 16.262563 18.681641 16.476562 C 18.681641 17.685562 18.855125 20.460844 18.453125 21.089844 C 18.387125 21.194844 18.384906 21.299469 17.503906 21.605469 C 17.314906 21.670469 17.275906 22 17.503906 22 C 18.859906 22 18.287875 21.919922 19.671875 21.919922 C 21.074875 21.919922 20.397781 22 21.800781 22 C 22.102781 22 22.024781 21.564453 21.800781 21.564453 C 21.402781 21.427453 21.279891 21.420766 20.962891 21.009766 C 20.661891 20.489766 20.65625 19.220375 20.65625 15.859375 L 20.65625 11.78125 C 20.65625 10.89025 21.127719 10.639609 21.761719 10.474609 C 22.105719 10.386609 21.911656 10 21.722656 10 C 20.311656 10 20.926625 10.080078 19.515625 10.080078 C 18.252625 10.080078 18.879234 10 17.615234 10 C 17.488234 10 17.286172 10.334547 17.576172 10.435547 C 17.766172 10.500547 18.644531 10.584531 18.644531 12.019531 C 18.644531 13.856531 18.651469 14.206469 18.605469 14.730469 C 18.605469 14.783469 18.515375 15.246094 18.109375 15.246094 L 13.890625 15.246094 C 13.484625 15.246094 13.394531 14.782469 13.394531 14.730469 C 13.347531 14.207469 13.355469 13.856531 13.355469 12.019531 C 13.355469 10.584531 14.234828 10.499547 14.423828 10.435547 C 14.713828 10.334547 14.512766 10 14.384766 10 C 13.121766 10 13.746422 10.080078 12.482422 10.080078 C 11.071422 10.080078 11.686391 10 10.275391 10 z\"/></svg></li><li title=\"history solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 11.832031 4 8.152344 6.113281 6 9.34375 L 6 6 L 4 6 L 4 13 L 11 13 L 11 11 L 7.375 11 C 9.101563 8.019531 12.296875 6 16 6 C 21.535156 6 26 10.464844 26 16 C 26 21.535156 21.535156 26 16 26 C 10.464844 26 6 21.535156 6 16 L 4 16 C 4 22.617188 9.382813 28 16 28 C 22.617188 28 28 22.617188 28 16 C 28 9.382813 22.617188 4 16 4 Z M 15 8 L 15 17 L 22 17 L 22 15 L 17 15 L 17 8 Z\"/></svg></li><li title=\"hockey puck solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 7 C 9.043 7 2 8.718 2 12 L 2 20 C 2 23.282 9.043 25 16 25 C 22.957 25 30 23.282 30 20 L 30 12 C 30 8.718 22.957 7 16 7 z M 16 9 C 23.444 9 28 10.942 28 12 C 28 12.92575 24.511289 14.527887 18.652344 14.914062 C 17.815352 14.96923 16.9305 15 16 15 C 8.556 15 4 13.058 4 12 C 4 10.942 8.556 9 16 9 z M 4 14.707031 C 4.0593107 14.741734 4.1337927 14.770781 4.1953125 14.804688 C 4.4193595 14.928263 4.6562304 15.046852 4.9082031 15.160156 C 5.0073799 15.204624 5.105776 15.248186 5.2089844 15.291016 C 5.554602 15.435032 5.9154537 15.573195 6.3027344 15.699219 C 7.1156522 15.963747 8.0276437 16.178887 8.984375 16.363281 C 9.2726291 16.417868 9.5709314 16.462519 9.8691406 16.509766 C 10.719255 16.647321 11.594568 16.756644 12.501953 16.833984 C 13.651431 16.931959 14.820743 17 16 17 C 17.179257 17 18.348569 16.931959 19.498047 16.833984 C 20.405432 16.756644 21.280745 16.647321 22.130859 16.509766 C 22.429069 16.462519 22.727371 16.417868 23.015625 16.363281 C 23.972356 16.178887 24.884348 15.963747 25.697266 15.699219 C 26.084546 15.573195 26.445398 15.435032 26.791016 15.291016 C 26.894224 15.248186 26.99262 15.204624 27.091797 15.160156 C 27.34377 15.046852 27.580641 14.928263 27.804688 14.804688 C 27.866207 14.770781 27.940689 14.741734 28 14.707031 L 28 20 C 28 21.058 23.444 23 16 23 C 8.556 23 4 21.058 4 20 L 4 14.707031 z\"/></svg></li><li title=\"holly berry solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 13.794 3 12 4.794 12 7 C 12 7.7496708 12.219952 8.4426966 12.580078 9.0429688 C 10.573725 9.2562596 9 10.937904 9 13 C 9 14.184631 9.5269863 15.239658 10.347656 15.972656 C 10.221321 15.980221 10.09507 15.997777 9.96875 16.001953 C 9.64575 16.011953 9.3342031 16.011953 9.0332031 16.001953 L 8.078125 15.96875 L 8.0039062 16.921875 C 7.9539063 17.553875 7.76525 18.505891 7.15625 19.462891 C 6.72725 20.137891 6.1418906 20.72225 5.4628906 21.15625 L 4.7265625 21.626953 L 5.0917969 22.419922 C 5.6357969 23.596922 5.9419531 24.817828 6.0019531 26.048828 C 6.0179531 26.362828 6.0169531 26.664172 6.0019531 26.951172 L 5.9277344 28.466797 L 7.3496094 27.9375 C 8.8836094 27.3665 10.459156 27.052 12.035156 27 C 12.356156 26.989 12.66775 26.99 12.96875 27 L 13.923828 27.03125 L 13.998047 26.080078 C 14.048047 25.448078 14.236703 24.494109 14.845703 23.537109 C 15.274703 22.862109 15.860062 22.27775 16.539062 21.84375 L 17.339844 21.333984 L 16.871094 20.507812 C 16.404094 19.684812 16.108188 18.799953 15.992188 17.876953 C 15.938389 17.445069 15.938245 17.006552 15.964844 16.568359 C 16.025912 16.618495 16.111852 16.686129 16.230469 16.75 C 16.270469 16.77 16.299844 16.790547 16.339844 16.810547 C 16.499844 16.880547 16.569375 16.909922 16.609375 16.919922 L 16.650391 16.939453 C 18.390391 17.579453 20.180703 17.94 21.970703 18 L 22.130859 18 C 22.140859 18.01 22.140625 18.019297 22.140625 18.029297 C 22.330625 18.919297 22.680156 19.779063 23.160156 20.539062 C 23.590156 21.219062 24.139531 21.829844 24.769531 22.339844 C 24.359531 23.419844 24.109531 24.520859 24.019531 25.630859 C 22.709531 25.250859 21.369297 25.04 20.029297 25 L 19.869141 25 C 19.679141 24.1 19.329844 23.230938 18.839844 22.460938 C 18.793844 22.388938 18.730641 22.324906 18.681641 22.253906 L 17.34375 23.107422 C 17.24575 23.170422 17.133578 23.249797 17.017578 23.341797 C 17.063578 23.407797 17.115203 23.471062 17.158203 23.539062 C 17.768203 24.489062 17.948047 25.448125 17.998047 26.078125 L 18.078125 27.029297 L 19.029297 27 C 19.329297 26.99 19.650703 26.99 19.970703 27 C 21.540703 27.05 23.120391 27.369453 24.650391 27.939453 L 26.070312 28.470703 L 26 26.949219 C 25.98 26.659219 25.98 26.360781 26 26.050781 C 26.06 24.820781 26.360156 23.599922 26.910156 22.419922 L 27.269531 21.630859 L 26.539062 21.160156 C 25.859063 20.720156 25.269844 20.140938 24.839844 19.460938 C 24.229844 18.510938 24.05 17.549922 24 16.919922 L 23.919922 15.970703 L 22.970703 16 C 22.770703 16.01 22.559609 16.009766 22.349609 16.009766 C 22.239609 15.999766 22.139297 16 22.029297 16 C 21.903754 15.995897 21.777988 15.98012 21.652344 15.972656 C 22.473014 15.239658 23 14.184631 23 13 C 23 10.937904 21.426275 9.2562596 19.419922 9.0429688 C 19.780048 8.4426966 20 7.7496708 20 7 C 20 4.794 18.206 3 16 3 z M 16 5 C 17.103 5 18 5.897 18 7 C 18 8.103 17.103 9 16 9 C 14.897 9 14 8.103 14 7 C 14 5.897 14.897 5 16 5 z M 13 11 C 14.103 11 15 11.897 15 13 C 15 14.103 14.103 15 13 15 C 11.897 15 11 14.103 11 13 C 11 11.897 11.897 11 13 11 z M 19 11 C 20.103 11 21 11.897 21 13 C 21 14.103 20.103 15 19 15 C 17.897 15 17 14.103 17 13 C 17 11.897 17.897 11 19 11 z M 13.943359 17.394531 C 13.954359 17.638531 13.975859 17.882 14.005859 18.125 C 14.117859 19.013 14.359609 19.873406 14.724609 20.691406 C 14.112609 21.196406 13.577297 21.797891 13.154297 22.462891 C 12.663297 23.233891 12.317813 24.097094 12.132812 24.996094 C 12.077813 24.997094 12.023797 24.999953 11.966797 25.001953 C 10.628797 25.044953 9.2925156 25.255906 7.9785156 25.628906 C 7.8925156 24.515906 7.6414687 23.41375 7.2304688 22.34375 C 7.8604688 21.83175 8.4097969 21.218109 8.8417969 20.537109 C 9.3327969 19.766109 9.6782812 18.902906 9.8632812 18.003906 C 9.9182813 18.002906 9.97425 18.000047 10.03125 17.998047 C 11.34225 17.956047 12.653359 17.753531 13.943359 17.394531 z\"/></svg></li><li title=\"home solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 2.59375 L 15.28125 3.28125 L 2.28125 16.28125 L 3.71875 17.71875 L 5 16.4375 L 5 28 L 14 28 L 14 18 L 18 18 L 18 28 L 27 28 L 27 16.4375 L 28.28125 17.71875 L 29.71875 16.28125 L 16.71875 3.28125 Z M 16 5.4375 L 25 14.4375 L 25 26 L 20 26 L 20 16 L 12 16 L 12 26 L 7 26 L 7 14.4375 Z\"/></svg></li><li title=\"hooli \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 1.734375 10.857422 C 0.90975 10.882422 0.37351563 11.159688 0.16601562 11.617188 C 0.16601562 11.617188 -1.0791406 13.257203 3.2558594 17.158203 L 3.2558594 20.84375 L 6.1503906 20.84375 L 6.1503906 19.412109 C 5.8253906 19.202109 5.5016406 18.977422 5.1816406 18.732422 C 4.4416406 18.172422 3.8117188 17.652109 3.2617188 17.162109 L 3.2617188 15.613281 C 3.9167188 16.348281 4.7866406 17.183906 5.9316406 18.128906 L 6.15625 18.308594 L 6.15625 16.818359 C 6.15625 16.473359 6.2403125 15.908203 6.6953125 15.908203 C 7.1503125 15.908203 7.2265625 16.253203 7.2265625 16.658203 L 7.2265625 19.09375 C 8.1265625 19.70375 9.0913281 20.197266 10.111328 20.572266 L 10.111328 15.876953 C 10.111328 14.941953 9.4400781 14.007813 8.0800781 14.007812 C 7.2900781 14.002812 6.55625 14.416562 6.15625 15.101562 L 6.15625 12.386719 C 8.25125 13.431719 10.352344 14.712734 11.152344 15.302734 C 10.642344 16.032734 10.6875 16.706328 10.6875 17.486328 C 10.6875 18.421328 10.617344 19.201328 11.527344 20.111328 C 12.437344 21.021328 14.046875 20.966797 14.046875 20.966797 C 14.046875 20.966797 15.661406 21.021328 16.566406 20.111328 C 17.476406 19.201328 17.402344 18.421328 17.402344 17.486328 C 17.403344 16.561328 17.478359 15.776094 16.568359 14.871094 C 15.658359 13.961094 14.048828 14.017578 14.048828 14.017578 C 14.048828 14.017578 12.437344 13.961094 11.527344 14.871094 C 11.432344 14.966094 11.343672 15.066875 11.263672 15.171875 C 9.3536719 13.691875 7.63725 12.847188 6.15625 12.117188 L 6.15625 11.082031 L 5.03125 11.611328 C 3.67125 11.058828 2.559 10.832422 1.734375 10.857422 z M 28.314453 11.076172 L 25.419922 12.441406 L 25.419922 20.84375 L 28.314453 20.84375 L 28.314453 11.076172 z M 2.4570312 11.300781 C 3.0916016 11.255811 3.8761719 11.440234 4.7167969 11.755859 L 3.2558594 12.441406 L 3.2558594 15.607422 C 0.82085937 12.882422 1.3110937 11.805391 1.4960938 11.650391 C 1.7492188 11.436641 2.0762891 11.327764 2.4570312 11.300781 z M 30.554688 12.146484 C 29.759687 12.146484 29.109375 12.576094 29.109375 13.371094 C 29.109375 14.166094 29.754688 14.816406 30.554688 14.816406 C 31.349688 14.816406 32 14.171094 32 13.371094 C 32 12.571094 31.354688 12.146484 30.554688 12.146484 z M 21.349609 14.017578 C 21.349609 14.017578 19.733125 13.961094 18.828125 14.871094 C 17.918125 15.781094 17.988281 16.566953 17.988281 17.501953 C 17.988281 18.436953 17.918125 19.216953 18.828125 20.126953 C 19.738125 21.036953 21.349609 20.982422 21.349609 20.982422 C 21.349609 20.982422 22.964141 21.036953 23.869141 20.126953 C 24.779141 19.216953 24.708984 18.436953 24.708984 17.501953 C 24.703984 16.561953 24.774141 15.776094 23.869141 14.871094 C 22.959141 13.961094 21.349609 14.017578 21.349609 14.017578 z M 29.105469 15.316406 L 29.105469 20.84375 L 32 20.84375 L 32 15.316406 L 29.105469 15.316406 z M 14.048828 15.902344 C 14.218828 15.902344 14.582031 16.007266 14.582031 16.447266 L 14.582031 18.46875 C 14.582031 18.64875 14.493828 19.09375 14.048828 19.09375 C 13.603828 19.09375 13.513672 18.64875 13.513672 18.46875 L 13.513672 16.447266 C 13.513672 16.012266 13.878828 15.902344 14.048828 15.902344 z M 21.34375 15.902344 C 21.51375 15.902344 21.878906 16.007266 21.878906 16.447266 L 21.878906 18.46875 C 21.878906 18.64875 21.78875 19.09375 21.34375 19.09375 C 20.89875 19.09375 20.808594 18.64875 20.808594 18.46875 L 20.808594 16.447266 C 20.808594 16.012266 21.17375 15.902344 21.34375 15.902344 z M 7.2226562 20.042969 L 7.2226562 20.84375 L 9.1367188 20.882812 C 8.4767187 20.652812 7.8376562 20.372969 7.2226562 20.042969 z M 9.1367188 20.882812 C 10.961719 21.507812 12.632047 21.592188 13.873047 21.242188 C 12.877047 21.252188 11.582422 21.113125 10.107422 20.578125 L 10.107422 20.84375 L 9.1367188 20.882812 z\"/></svg></li><li title=\"hornbill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 10.519531 3 C 9.1395313 3 8.0195312 4.12 8.0195312 5.5 C 8.0195313 6.73 8.9100781 7.7509375 10.080078 7.9609375 C 8.8000781 10.080937 8.0195312 12.9 8.0195312 16 L 9.0195312 16 C 9.0195312 12.97 10.940625 10.389922 13.640625 9.4199219 C 14.100625 7.3199219 14.769531 6 15.519531 6 C 16.009531 6 16.459844 6.5595313 16.839844 7.5195312 C 18.459844 7.5395312 20.34 7.6892969 22 8.0292969 C 20.54 5.5592969 18.399531 4 16.019531 4 C 14.929531 4 13.899219 4.3201563 12.949219 4.9101562 C 12.689219 3.8101562 11.699531 3 10.519531 3 z M 16 8 L 16 9 C 19.03 9 21.610078 10.919141 22.580078 13.619141 C 24.680078 14.079141 26 14.75 26 15.5 C 26 15.99 25.440469 16.440313 24.480469 16.820312 C 24.460469 18.440312 24.310703 20.320469 23.970703 21.980469 C 26.440703 20.520469 28 18.38 28 16 C 28 14.91 27.679844 13.879688 27.089844 12.929688 C 28.189844 12.669688 29 11.68 29 10.5 C 29 9.12 27.88 8 26.5 8 C 25.27 8 24.249063 8.8905469 24.039062 10.060547 C 21.919062 8.7805469 19.1 8 16 8 z M 8.0292969 10.019531 C 5.5592969 11.479531 4 13.62 4 16 C 4 17.09 4.3201563 18.120313 4.9101562 19.070312 C 3.8101562 19.330312 3 20.32 3 21.5 C 3 22.88 4.12 24 5.5 24 C 6.73 24 7.7509375 23.109453 7.9609375 21.939453 C 10.080937 23.219453 12.9 24 16 24 L 16 23 C 12.97 23 10.389922 21.080859 9.4199219 18.380859 C 7.3199219 17.920859 6 17.25 6 16.5 C 6 16.01 6.5595312 15.559688 7.5195312 15.179688 C 7.5395313 13.559688 7.6892969 11.679531 8.0292969 10.019531 z M 22.980469 16 C 22.980469 19.03 21.059375 21.610078 18.359375 22.580078 C 17.899375 24.680078 17.230469 26 16.480469 26 C 15.990469 26 15.540156 25.440469 15.160156 24.480469 C 13.540156 24.460469 11.66 24.310703 10 23.970703 C 11.46 26.440703 13.600469 28 15.980469 28 C 17.070469 28 18.100781 27.679844 19.050781 27.089844 C 19.310781 28.189844 20.300469 29 21.480469 29 C 22.860469 29 23.980469 27.88 23.980469 26.5 C 23.980469 25.27 23.089922 24.249063 21.919922 24.039062 C 23.199922 21.919062 23.980469 19.1 23.980469 16 L 22.980469 16 z\"/></svg></li><li title=\"horse head solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 23 4 C 20.957031 4 19.695313 5.207031 19 6.15625 L 19 5 C 3.183594 5 3 27.769531 3 28 L 7 28 C 7 28 6.984375 23.125 8.53125 18.3125 C 9.304688 15.90625 10.480469 13.527344 12.15625 11.8125 C 13.832031 10.097656 15.972656 9 19 9 L 19.625 9 L 19.90625 8.4375 C 19.90625 8.4375 20.792969 6.953125 22 6.3125 L 22 9.25 L 26.09375 17.4375 L 26.1875 17.59375 L 26.3125 17.71875 C 26.714844 18.097656 26.867188 18.457031 26.9375 18.6875 C 26.992188 18.855469 26.96875 18.851563 26.96875 18.875 C 26.941406 18.972656 26.898438 19.183594 26.71875 19.46875 C 26.5 19.816406 26.304688 20 26 20 C 25.695313 20 25.5 19.816406 25.28125 19.46875 C 25.0625 19.121094 24.96875 18.75 24.96875 18.75 L 24.75 17.90625 L 23.875 18 C 23.875 18 23.042969 18.097656 22.125 17.84375 C 21.207031 17.589844 20.339844 17.140625 19.96875 15.75 L 19.625 14.46875 L 18.5 15.125 C 17.207031 15.882813 16.457031 17.039063 16.3125 18.21875 C 16.167969 19.398438 16.515625 20.535156 16.9375 21.65625 C 17.777344 23.898438 19 26.183594 19 28 L 21 28 C 21 25.378906 19.535156 22.945313 18.78125 20.9375 C 18.40625 19.933594 18.234375 19.085938 18.3125 18.46875 C 18.359375 18.09375 18.511719 17.773438 18.78125 17.46875 C 19.542969 18.660156 20.585938 19.503906 21.59375 19.78125 C 22.523438 20.039063 22.902344 19.957031 23.34375 19.9375 C 23.433594 20.171875 23.40625 20.230469 23.59375 20.53125 C 24 21.183594 24.804688 22 26 22 C 27.195313 22 28 21.183594 28.40625 20.53125 C 28.8125 19.878906 28.96875 19.25 28.96875 19.25 L 29 19.15625 L 29 19.0625 C 29 19.0625 29.007813 18.582031 28.84375 18.0625 C 28.707031 17.625 28.347656 17.09375 27.875 16.5625 L 27.90625 16.5625 L 24 8.75 L 24 4 Z M 18.46875 7.03125 C 18.464844 7.039063 18.441406 7.054688 18.4375 7.0625 C 18.03125 7.082031 17.636719 7.101563 17.25 7.15625 C 16.9375 7.199219 16.640625 7.277344 16.34375 7.34375 C 16.640625 7.265625 16.9375 7.207031 17.25 7.15625 C 17.640625 7.089844 18.050781 7.050781 18.46875 7.03125 Z M 22 12 C 21.449219 12 21 12.449219 21 13 C 21 13.550781 21.449219 14 22 14 C 22.550781 14 23 13.550781 23 13 C 23 12.449219 22.550781 12 22 12 Z\"/></svg></li><li title=\"horse solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 23.25 4 C 21.988281 4 20.90625 4.457031 20.125 5.125 C 19.34375 5.792969 18.828125 6.660156 18.46875 7.46875 C 17.90625 8.734375 17.871094 9.492188 17.8125 9.96875 C 17.355469 10.160156 16.175781 10.625 15 10.625 C 13.46875 10.625 12.390625 10 10.375 10 C 9.128906 10 8.007813 10.460938 7.21875 11.28125 C 7.144531 11.359375 7.070313 11.445313 7 11.53125 C 6.726563 11.457031 6.347656 11.375 5.875 11.375 C 5.167969 11.375 4.539063 11.726563 4.0625 12.1875 C 3.585938 12.648438 3.234375 13.222656 2.9375 13.90625 C 2.34375 15.273438 2 17.042969 2 19 L 4 19 C 4 17.277344 4.304688 15.742188 4.75 14.71875 C 4.972656 14.207031 5.226563 13.832031 5.4375 13.625 C 5.648438 13.417969 5.789063 13.375 5.875 13.375 C 6.011719 13.375 6.0625 13.394531 6.15625 13.40625 C 6.078125 13.769531 6 14.140625 6 14.53125 C 6 16.917969 7.441406 18.363281 7.96875 18.84375 C 7.964844 19.222656 7.925781 20.402344 7.1875 21.40625 L 7 21.65625 L 7 28 L 9 28 L 9 22.125 C 10.046875 20.34375 10 18.40625 10 18.40625 L 9.96875 18 L 9.65625 17.71875 C 9.65625 17.71875 8 16.171875 8 14.53125 C 8 13.675781 8.265625 13.0625 8.65625 12.65625 C 9.046875 12.25 9.582031 12 10.375 12 C 11.914063 12 12.992188 12.625 15 12.625 C 17.113281 12.625 19.0625 11.625 19.0625 11.625 L 19.5625 11.375 L 19.625 10.8125 C 19.625 10.8125 19.726563 9.53125 20.28125 8.28125 C 20.558594 7.65625 20.964844 7.058594 21.4375 6.65625 C 21.855469 6.296875 22.335938 6.046875 23 6 L 23 7 C 24.507813 7 25.09375 8.40625 25.09375 8.40625 L 25.15625 8.5625 L 25.28125 8.71875 L 27 10.40625 L 26.8125 10.625 C 26.371094 10.507813 25.871094 10.382813 25.65625 10.3125 L 25.3125 10.1875 L 24.96875 10.3125 C 24.949219 10.320313 24.375 10.457031 23.9375 10.375 C 23.5 10.292969 23.175781 10.183594 22.9375 9.53125 L 21.0625 10.21875 C 21.214844 10.636719 21.429688 10.988281 21.6875 11.28125 C 21.597656 11.746094 21.605469 12.199219 21.65625 12.625 C 21.765625 13.574219 22 14.476563 22 15.21875 C 22 16.511719 20.40625 17.84375 20.40625 17.84375 L 20 18.15625 L 20 28 L 22 28 L 22 19.09375 C 22.5625 18.660156 24 17.417969 24 15.21875 C 24 14.113281 23.738281 13.132813 23.65625 12.40625 C 23.652344 12.382813 23.660156 12.367188 23.65625 12.34375 C 24.285156 12.445313 24.714844 12.328125 25.15625 12.21875 C 25.75 12.402344 26.875 12.71875 26.875 12.71875 L 27.46875 12.875 L 27.875 12.40625 L 28.53125 11.6875 C 29.207031 10.9375 29.183594 9.777344 28.46875 9.0625 L 26.71875 7.28125 L 26.6875 7.3125 C 26.53125 7.003906 26.027344 6.082031 25 5.5 L 25 4 Z M 12 17 L 12 18 C 12 20.457031 10.375 21.71875 10.375 21.71875 L 10 22 L 10 28 L 12 28 L 12 22.84375 C 12.417969 22.449219 13.253906 21.492188 13.71875 19.625 C 14.425781 19.941406 15.535156 20.160156 17 20.25 L 17 28 L 19 28 L 19 18.34375 L 18 18.34375 C 15.96875 18.34375 14.90625 18.027344 14.40625 17.78125 C 14.15625 17.65625 14.039063 17.542969 14 17.5 L 13.78125 17 Z\"/></svg></li><li title=\"hospital alt solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4.90625 L 3.625 10.0625 L 3 10.34375 L 3 27 L 29 27 L 29 10.34375 L 28.375 10.0625 Z M 16 7.09375 L 27 11.6875 L 27 25 L 5 25 L 5 11.6875 Z M 15 13 L 15 16 L 12 16 L 12 18 L 15 18 L 15 21 L 17 21 L 17 18 L 20 18 L 20 16 L 17 16 L 17 13 Z\"/></svg></li><li title=\"hospital solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 15 3 L 15 5 L 13 5 L 13 7 L 15 7 L 15 9 L 17 9 L 17 7 L 19 7 L 19 5 L 17 5 L 17 3 Z M 6 5 L 6 28 L 15 28 L 15 25 L 17 25 L 17 28 L 26 28 L 26 5 L 21 5 L 21 7 L 24 7 L 24 26 L 19 26 L 19 23 L 13 23 L 13 26 L 8 26 L 8 7 L 11 7 L 11 5 Z M 11 11 L 11 13 L 13 13 L 13 11 Z M 15 11 L 15 13 L 17 13 L 17 11 Z M 19 11 L 19 13 L 21 13 L 21 11 Z M 11 15 L 11 17 L 13 17 L 13 15 Z M 15 15 L 15 17 L 17 17 L 17 15 Z M 19 15 L 19 17 L 21 17 L 21 15 Z M 11 19 L 11 21 L 13 21 L 13 19 Z M 15 19 L 15 21 L 17 21 L 17 19 Z M 19 19 L 19 21 L 21 21 L 21 19 Z\"/></svg></li><li title=\"hospital symbol solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 Z M 7 7 L 25 7 L 25 25 L 7 25 Z M 11 10 L 11 22 L 13 22 L 13 17 L 19 17 L 19 22 L 21 22 L 21 10 L 19 10 L 19 15 L 13 15 L 13 10 Z\"/></svg></li><li title=\"hospital \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 15 3 L 15 5 L 13 5 L 13 7 L 15 7 L 15 9 L 17 9 L 17 7 L 19 7 L 19 5 L 17 5 L 17 3 Z M 6 5 L 6 28 L 15 28 L 15 25 L 17 25 L 17 28 L 26 28 L 26 5 L 21 5 L 21 7 L 24 7 L 24 26 L 19 26 L 19 23 L 13 23 L 13 26 L 8 26 L 8 7 L 11 7 L 11 5 Z M 11 11 L 11 13 L 13 13 L 13 11 Z M 15 11 L 15 13 L 17 13 L 17 11 Z M 19 11 L 19 13 L 21 13 L 21 11 Z M 11 15 L 11 17 L 13 17 L 13 15 Z M 15 15 L 15 17 L 17 17 L 17 15 Z M 19 15 L 19 17 L 21 17 L 21 15 Z M 11 19 L 11 21 L 13 21 L 13 19 Z M 15 19 L 15 21 L 17 21 L 17 19 Z M 19 19 L 19 21 L 21 21 L 21 19 Z\"/></svg></li><li title=\"hot tub solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 11.21875 4.375 C 10.390625 5.398438 10.007813 6.273438 10 7.125 C 9.992188 7.976563 10.371094 8.636719 10.625 9.0625 C 10.878906 9.488281 10.992188 9.703125 11 9.9375 C 11.007813 10.171875 10.929688 10.582031 10.3125 11.375 L 11.875 12.625 C 12.65625 11.617188 13.027344 10.710938 13 9.875 C 12.972656 9.039063 12.589844 8.441406 12.34375 8.03125 C 12.097656 7.621094 11.996094 7.402344 12 7.15625 C 12.003906 6.910156 12.109375 6.453125 12.78125 5.625 Z M 16.21875 4.375 C 15.390625 5.398438 15.007813 6.273438 15 7.125 C 14.992188 7.976563 15.371094 8.636719 15.625 9.0625 C 15.878906 9.488281 15.992188 9.703125 16 9.9375 C 16.007813 10.171875 15.929688 10.582031 15.3125 11.375 L 16.875 12.625 C 17.65625 11.617188 18.027344 10.710938 18 9.875 C 17.972656 9.039063 17.589844 8.441406 17.34375 8.03125 C 17.097656 7.621094 16.996094 7.402344 17 7.15625 C 17.003906 6.910156 17.109375 6.453125 17.78125 5.625 Z M 21.21875 4.375 C 20.390625 5.398438 20.007813 6.273438 20 7.125 C 19.992188 7.976563 20.371094 8.636719 20.625 9.0625 C 20.878906 9.488281 20.992188 9.703125 21 9.9375 C 21.007813 10.171875 20.929688 10.582031 20.3125 11.375 L 21.875 12.625 C 22.65625 11.617188 23.027344 10.710938 23 9.875 C 22.972656 9.039063 22.589844 8.441406 22.34375 8.03125 C 22.097656 7.621094 21.996094 7.402344 22 7.15625 C 22.003906 6.910156 22.109375 6.453125 22.78125 5.625 Z M 3 14 L 3 16 L 4.1875 16 L 5.71875 23.59375 L 5.71875 23.625 C 5.949219 24.65625 6.714844 25.503906 7.71875 25.84375 L 7 28 L 9 28 L 9.65625 26 L 22.34375 26 L 23 28 L 25 28 L 24.28125 25.84375 C 25.328125 25.523438 26.140625 24.683594 26.375 23.625 L 26.375 23.59375 L 27.8125 16 L 29 16 L 29 14 Z M 6.21875 16 L 25.8125 16 L 24.40625 23.21875 C 24.289063 23.652344 23.921875 24 23.40625 24 L 8.6875 24 C 8.152344 24 7.789063 23.644531 7.6875 23.1875 Z\"/></svg></li><li title=\"hotdog solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 24.21875 4 C 22.984375 4 22.253906 4.496094 21.71875 5.3125 C 21.230469 5.242188 20.761719 5.1875 20.375 5.1875 C 19.125 5.1875 18.058594 5.816406 17.3125 6.625 C 16.589844 7.40625 16.121094 8.359375 15.71875 9.3125 C 15.714844 9.316406 15.691406 9.308594 15.6875 9.3125 C 14.648438 11.265625 13.542969 13.832031 9.78125 15.59375 C 6.980469 16.914063 5.621094 18.84375 5.28125 20.75 C 4.488281 21.246094 4 21.980469 4 23.3125 C 4 25.390625 5.5 26.59375 7.375 27.125 C 8.4375 28.265625 9.859375 29 11.625 29 C 14.695313 29 18.300781 26.980469 22.625 22.5 L 22.65625 22.5 C 27.433594 17.71875 29 13.753906 29 10.9375 C 29 9.105469 28.492188 7.800781 27.53125 7.15625 C 27.808594 4.878906 25.710938 4 24.21875 4 Z M 20.375 7.1875 C 20.503906 7.1875 20.675781 7.207031 20.84375 7.21875 C 20.035156 9.496094 19.214844 12.664063 16.125 15.75 C 13.167969 18.773438 10 19.324219 7.625 19.90625 C 8.082031 19.035156 8.960938 18.191406 10.625 17.40625 C 14.949219 15.378906 16.457031 12.117188 17.4375 10.28125 C 17.460938 10.25 17.480469 10.21875 17.5 10.1875 C 17.859375 9.316406 18.292969 8.496094 18.78125 7.96875 C 19.269531 7.441406 19.746094 7.1875 20.375 7.1875 Z M 24.96875 9 C 25.472656 8.976563 26.042969 9.066406 26.71875 9.3125 C 26.859375 9.652344 27 10.164063 27 10.9375 C 27 13.007813 25.800781 16.542969 21.25 21.09375 C 21.238281 21.105469 21.230469 21.113281 21.21875 21.125 C 18.257813 24.195313 15.738281 25.851563 13.75 26.5625 C 11.417969 26.414063 8.832031 24.617188 17.875 18 C 21.535156 15.324219 21.429688 9.175781 24.96875 9 Z\"/></svg></li><li title=\"hotel solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 10 4 L 8 6 L 10 8 L 12 6 Z M 12 6 L 14 8 L 16 6 L 14 4 Z M 16 6 L 18 8 L 20 6 L 18 4 Z M 20 6 L 22 8 L 24 6 L 22 4 Z M 22 8 L 5 8 L 5 28 L 27 28 L 27 8 Z M 7 10 L 25 10 L 25 26 L 19 26 L 19 21 L 13 21 L 13 26 L 7 26 Z M 9 12 L 9 14 L 11 14 L 11 12 Z M 13 12 L 13 14 L 15 14 L 15 12 Z M 17 12 L 17 14 L 19 14 L 19 12 Z M 21 12 L 21 14 L 23 14 L 23 12 Z M 9 15 L 9 17 L 11 17 L 11 15 Z M 13 15 L 13 17 L 15 17 L 15 15 Z M 17 15 L 17 17 L 19 17 L 19 15 Z M 21 15 L 21 17 L 23 17 L 23 15 Z M 9 18 L 9 20 L 11 20 L 11 18 Z M 13 18 L 13 20 L 15 20 L 15 18 Z M 17 18 L 17 20 L 19 20 L 19 18 Z M 21 18 L 21 20 L 23 20 L 23 18 Z M 9 21 L 9 23 L 11 23 L 11 21 Z M 21 21 L 21 23 L 23 23 L 23 21 Z M 15 23 L 17 23 L 17 26 L 15 26 Z\"/></svg></li><li title=\"hotjar \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 9 4 L 10.726562 5.9082031 C 10.741563 5.9252031 12.181266 7.5891094 11.947266 9.5371094 C 11.798266 10.781109 10.986922 11.930406 9.5449219 12.941406 C 5.3059219 15.813406 4.0203438 19.676781 5.7773438 23.425781 C 7.0993437 26.247781 9.9972813 28 13.113281 28 L 14.927734 28 L 13.791016 26.388672 C 12.883016 25.214672 12.900187 23.873047 13.117188 22.873047 C 14.662188 24.042047 16.466703 23.89275 17.720703 23.09375 C 18.871703 22.35975 19.685891 21.037937 19.712891 19.460938 C 19.970891 19.868938 20.183937 20.344094 20.335938 20.871094 C 20.777938 22.402094 20.724094 24.737297 19.121094 26.279297 L 17.451172 28 L 19.025391 28 C 19.916391 28 20.810422 27.8335 21.607422 27.4375 C 24.096422 26.2025 25.776109 23.946547 26.662109 20.685547 C 27.383109 18.030547 26.922484 14.523922 25.396484 11.794922 C 21.857484 5.4439219 11.999031 4.2979531 11.582031 4.2519531 L 9 4 z M 13.453125 6.6152344 C 16.360125 7.2692344 21.514344 8.9335312 23.652344 12.769531 C 24.915344 15.026531 25.326563 17.8675 24.726562 20.1875 C 24.229563 22.1285 23.448078 23.578609 22.330078 24.599609 C 22.725078 23.101609 22.615813 21.558406 22.257812 20.316406 C 21.602812 18.048406 20.050125 16.403484 18.203125 16.021484 L 16 15.560547 L 17.142578 17.511719 C 18.203578 19.295719 17.628484 20.78025 16.646484 21.40625 C 15.863484 21.90525 14.583781 21.9535 13.550781 20.4375 L 12.597656 19.037109 L 11.832031 20.548828 C 11.567031 21.071828 10.540422 23.331078 11.232422 25.705078 C 9.7724219 25.231078 8.29725 24.171172 7.53125 22.451172 C 5.91025 18.813172 8.3426875 16.171891 10.679688 14.587891 C 12.627688 13.222891 13.7245 11.595906 13.9375 9.7539062 C 14.0755 8.5629062 13.812125 7.4792344 13.453125 6.6152344 z\"/></svg></li><li title=\"hourglass end solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 7 4 L 7 6 L 9 6 L 9 10 C 9 12.542969 10.367188 14.773438 12.40625 16 C 10.367188 17.226563 9 19.457031 9 22 L 9 26 L 7 26 L 7 28 L 25 28 L 25 26 L 23 26 L 23 22 C 23 19.457031 21.632813 17.226563 19.59375 16 C 21.632813 14.773438 23 12.542969 23 10 L 23 6 L 25 6 L 25 4 Z M 11 6 L 21 6 L 21 10 C 21 12.773438 18.773438 15 16 15 C 13.226563 15 11 12.773438 11 10 Z M 16 17 C 18.773438 17 21 19.226563 21 22 L 21 26 L 20 26 L 20 24 C 20 21.789063 18.210938 20 16 20 C 13.789063 20 12 21.789063 12 24 L 12 26 L 11 26 L 11 22 C 11 19.226563 13.226563 17 16 17 Z\"/></svg></li><li title=\"hourglass half solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 7 4 L 7 6 L 9 6 L 9 10 C 9 12.542969 10.367188 14.773438 12.40625 16 C 10.367188 17.226563 9 19.457031 9 22 L 9 26 L 7 26 L 7 28 L 25 28 L 25 26 L 23 26 L 23 22 C 23 19.457031 21.632813 17.226563 19.59375 16 C 21.632813 14.773438 23 12.542969 23 10 L 23 6 L 25 6 L 25 4 Z M 11 6 L 21 6 L 21 10 C 21 12.773438 18.773438 15 16 15 C 13.226563 15 11 12.773438 11 10 Z M 12.15625 11 C 12.601563 12.722656 14.136719 14 16 14 C 17.863281 14 19.398438 12.722656 19.84375 11 Z M 16 17 C 18.773438 17 21 19.226563 21 22 L 21 26 L 20 26 C 20 23.789063 18.210938 22 16 22 C 13.789063 22 12 23.789063 12 26 L 11 26 L 11 22 C 11 19.226563 13.226563 17 16 17 Z\"/></svg></li><li title=\"hourglass solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 7 4 L 7 6 L 9 6 L 9 10 C 9 12.542969 10.367188 14.773438 12.40625 16 C 10.367188 17.226563 9 19.457031 9 22 L 9 26 L 7 26 L 7 28 L 25 28 L 25 26 L 23 26 L 23 22 C 23 19.457031 21.632813 17.226563 19.59375 16 C 21.632813 14.773438 23 12.542969 23 10 L 23 6 L 25 6 L 25 4 Z M 11 6 L 21 6 L 21 10 C 21 12.773438 18.773438 15 16 15 C 13.226563 15 11 12.773438 11 10 Z M 16 17 C 18.773438 17 21 19.226563 21 22 L 21 26 L 11 26 L 11 22 C 11 19.226563 13.226563 17 16 17 Z\"/></svg></li><li title=\"hourglass start solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 7 4 L 7 6 L 9 6 L 9 10 C 9 12.542969 10.367188 14.773438 12.40625 16 C 10.367188 17.226563 9 19.457031 9 22 L 9 26 L 7 26 L 7 28 L 25 28 L 25 26 L 23 26 L 23 22 C 23 19.457031 21.632813 17.226563 19.59375 16 C 21.632813 14.773438 23 12.542969 23 10 L 23 6 L 25 6 L 25 4 Z M 11 6 L 21 6 L 21 10 C 21 12.773438 18.773438 15 16 15 C 13.226563 15 11 12.773438 11 10 Z M 12 8 L 12 10 C 12 12.210938 13.789063 14 16 14 C 18.210938 14 20 12.210938 20 10 L 20 8 Z M 16 17 C 18.773438 17 21 19.226563 21 22 L 21 26 L 11 26 L 11 22 C 11 19.226563 13.226563 17 16 17 Z\"/></svg></li><li title=\"hourglass \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 7 4 L 7 6 L 9 6 L 9 10 C 9 12.542969 10.367188 14.773438 12.40625 16 C 10.367188 17.226563 9 19.457031 9 22 L 9 26 L 7 26 L 7 28 L 25 28 L 25 26 L 23 26 L 23 22 C 23 19.457031 21.632813 17.226563 19.59375 16 C 21.632813 14.773438 23 12.542969 23 10 L 23 6 L 25 6 L 25 4 Z M 11 6 L 21 6 L 21 10 C 21 12.773438 18.773438 15 16 15 C 13.226563 15 11 12.773438 11 10 Z M 16 17 C 18.773438 17 21 19.226563 21 22 L 21 26 L 11 26 L 11 22 C 11 19.226563 13.226563 17 16 17 Z\"/></svg></li><li title=\"house damage solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 2.5898438 L 15.279297 3.2792969 L 2.2792969 16.279297 L 3.7207031 17.720703 L 5 16.439453 L 5 28 L 13.830078 28 L 16 22 L 12.380859 22 L 16.009766 15.789062 L 16 20 L 19.550781 20 L 17.939453 28 L 27 28 L 27 16.439453 L 28.279297 17.720703 L 29.720703 16.279297 L 16.720703 3.2792969 L 16 2.5898438 z M 16 5.4394531 L 25 14.439453 L 25 26 L 20.380859 26 L 22 18 L 18 18 L 18 12 L 15.900391 12 L 10 22.109375 L 10 24 L 13.150391 24 L 12.429688 26 L 7 26 L 7 14.439453 L 16 5.4394531 z\"/></svg></li><li title=\"houzz \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 2.28125 L 8 6.84375 L 8 16 L 16 11.4375 Z M 16 11.4375 L 24 16 L 24 6.84375 Z M 24 16 L 16 20.5625 L 16 29.71875 L 24 25.15625 Z M 16 20.5625 L 8 16 L 8 25.15625 Z\"/></svg></li><li title=\"hryvnia solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 14.210938 5 C 13.220937 5 12.2625 5.2908438 11.4375 5.8398438 L 9.4453125 7.1679688 L 10.554688 8.8320312 L 12.546875 7.5039062 C 13.041875 7.1739062 13.616938 7 14.210938 7 L 18.595703 7 C 19.921703 7 21 8.0782969 21 9.4042969 C 21 10.120297 20.684766 10.794906 20.134766 11.253906 L 19.240234 12 L 8 12 L 8 14 L 16.839844 14 L 13.238281 17 L 8 17 L 8 19 L 10.839844 19 L 10.585938 19.210938 C 9.5789375 20.050937 9 21.284703 9 22.595703 C 9 25.024703 10.975297 27 13.404297 27 L 17.789062 27 C 18.779063 27 19.7385 26.709156 20.5625 26.160156 L 22.554688 24.832031 L 21.445312 23.167969 L 19.453125 24.496094 C 18.958125 24.826094 18.383063 25 17.789062 25 L 13.404297 25 C 12.078297 25 11 23.921703 11 22.595703 C 11 21.879703 11.315234 21.205094 11.865234 20.746094 L 13.960938 19 L 24 19 L 24 17 L 16.361328 17 L 19.960938 14 L 24 14 L 24 12 L 22.150391 12 C 22.696104 11.25367 23 10.350098 23 9.4042969 C 23 6.9752969 21.024703 5 18.595703 5 L 14.210938 5 z\"/></svg></li><li title=\"html5 \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5.21875 4 L 5.3125 5.09375 L 7.0625 24.875 L 7.125 25.5625 L 7.78125 25.75 L 15.71875 27.96875 L 15.96875 28.03125 L 16.25 27.96875 L 24.1875 25.78125 L 24.84375 25.59375 L 24.90625 24.90625 L 26.6875 5.09375 L 26.78125 4.03125 L 25.6875 4.03125 L 6.3125 4 Z M 7.40625 6 L 24.59375 6.03125 L 22.96875 24.03125 L 16 25.96875 L 9 24.03125 Z M 9.8125 9 L 10.46875 16.46875 L 19.03125 16.46875 L 18.75 19.6875 L 16 20.4375 L 15.96875 20.4375 L 13.21875 19.6875 L 13.0625 17.625 L 10.5625 17.625 L 10.90625 21.59375 L 15.96875 23 L 16 23 L 21.0625 21.59375 L 21.75 14 L 12.71875 14 L 12.5 11.46875 L 21.96875 11.46875 L 22.1875 9 Z\"/></svg></li><li title=\"hubspot \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 7.5 4 A 2.5 2.5 0 0 0 7.5 9 A 2.5 2.5 0 0 0 8.8320312 8.6113281 L 16.318359 14.251953 C 15.494802 15.279183 15 16.5808 15 18 C 15 19.551691 15.594081 20.960309 16.560547 22.025391 L 13.515625 25.070312 A 2 2 0 0 0 13 25 A 2 2 0 0 0 13 29 A 2 2 0 0 0 14.929688 26.484375 L 18.138672 23.275391 C 18.139161 23.275657 18.140136 23.275125 18.140625 23.275391 C 18.990789 23.737195 19.964375 24 21 24 C 24.314 24 27 21.314 27 18 C 27 15.0276 24.836666 12.566888 22 12.089844 L 22 8.7304688 A 2 2 0 0 0 21 5 A 2 2 0 0 0 20 8.7304688 L 20 12.089844 C 19.221485 12.220767 18.495614 12.502316 17.849609 12.902344 L 9.9570312 6.9550781 A 2.5 2.5 0 0 0 7.5 4 z M 21 15 C 22.654 15 24 16.346 24 18 C 24 19.654 22.654 21 21 21 C 19.346 21 18 19.654 18 18 C 18 16.346 19.346 15 21 15 z\"/></svg></li><li title=\"i cursor solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 10 5 L 10 7 L 12 7 C 13.667969 7 15 8.332031 15 10 L 15 14 L 12 14 L 12 16 L 15 16 L 15 22 C 15 23.667969 13.667969 25 12 25 L 10 25 L 10 27 L 12 27 C 13.632813 27 15.085938 26.1875 16 24.96875 C 16.914063 26.1875 18.367188 27 20 27 L 22 27 L 22 25 L 20 25 C 18.332031 25 17 23.667969 17 22 L 17 16 L 20 16 L 20 14 L 17 14 L 17 10 C 17 8.332031 18.332031 7 20 7 L 22 7 L 22 5 L 20 5 C 18.367188 5 16.914063 5.8125 16 7.03125 C 15.085938 5.8125 13.632813 5 12 5 Z\"/></svg></li><li title=\"ice cream solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 13.84375 4 12.007813 5.382813 11.3125 7.3125 C 9.390625 8.007813 8 9.839844 8 12 C 8 12.0625 7.996094 12.125 8 12.1875 C 6.84375 12.605469 6 13.707031 6 15 C 6 16.644531 7.355469 18 9 18 L 9.375 18 L 13.6875 26.5 C 13.695313 26.515625 13.710938 26.515625 13.71875 26.53125 C 14.140625 27.417969 15.015625 28 16 28 C 16.984375 28 17.859375 27.417969 18.28125 26.53125 L 18.3125 26.53125 C 18.316406 26.523438 18.308594 26.507813 18.3125 26.5 L 22.625 18 L 23 18 C 24.644531 18 26 16.644531 26 15 C 26 13.6875 25.121094 12.589844 23.9375 12.1875 C 23.65625 10.492188 22.507813 9.070313 20.96875 8.40625 C 20.667969 5.9375 18.546875 4 16 4 Z M 16 6 C 17.320313 6 18.4375 6.828125 18.84375 8 C 16.507813 8.074219 14.550781 9.777344 14.09375 12 L 10 12 C 10 10.347656 11.347656 9 13 9 C 13.277344 9 13.554688 9.054688 13.8125 9.125 C 14.253906 8.539063 14.765625 8.003906 15.375 7.59375 C 14.863281 7.316406 14.304688 7.148438 13.71875 7.0625 C 14.261719 6.414063 15.078125 6 16 6 Z M 19 10 C 20.320313 10 21.4375 10.828125 21.84375 12 L 16.15625 12 C 16.5625 10.828125 17.679688 10 19 10 Z M 9 14 L 23 14 C 23.566406 14 24 14.433594 24 15 C 24 15.566406 23.566406 16 23 16 L 12.625 16 L 13.65625 18 L 20.375 18 L 16.53125 25.625 L 16.5 25.65625 L 16.5 25.6875 C 16.410156 25.886719 16.21875 26 16 26 C 15.78125 26 15.589844 25.886719 15.5 25.6875 L 15.5 25.65625 L 15.46875 25.625 L 10.90625 16.5625 L 10.625 16 L 9 16 C 8.433594 16 8 15.566406 8 15 C 8 14.433594 8.433594 14 9 14 Z\"/></svg></li><li title=\"icicles solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6 5 L 6 7.375 L 6.8125 7.65625 C 7.546875 8.269531 8 9.15625 8 10.125 L 8 21 C 8 22.644531 9.355469 24 11 24 C 12.644531 24 14 22.644531 14 21 L 14 18.875 C 14 18.144531 14.660156 17.679688 15.34375 17.9375 C 15.738281 18.085938 16 18.453125 16 18.875 L 16 25 C 16 26.644531 17.355469 28 19 28 C 20.644531 28 22 26.644531 22 25 L 22 16.03125 C 22 14.757813 22.980469 13.796875 24.1875 13.75 L 24.21875 13.75 L 26 14.375 L 26 12 Z M 9.8125 8.71875 L 21.5 12.8125 C 20.59375 13.59375 20 14.730469 20 16.03125 L 20 25 C 20 25.566406 19.566406 26 19 26 C 18.433594 26 18 25.566406 18 25 L 18 18.875 C 18 17.628906 17.230469 16.5 16.0625 16.0625 C 14.132813 15.339844 12 16.8125 12 18.875 L 12 21 C 12 21.566406 11.566406 22 11 22 C 10.433594 22 10 21.566406 10 21 L 10 10.125 C 10 9.644531 9.9375 9.171875 9.8125 8.71875 Z\"/></svg></li><li title=\"icons solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 Z M 7 7 L 15 7 L 15 15 L 7 15 Z M 17 7 L 25 7 L 25 15 L 17 15 Z M 11 9 L 8 13 L 14 13 Z M 19 9 L 19 13 L 23 13 L 23 9 Z M 7 17 L 15 17 L 15 25 L 7 25 Z M 17 17 L 25 17 L 25 25 L 17 25 Z M 21 18 L 19 21 L 21 24 L 23 21 Z M 11 19 C 9.894531 19 9 19.894531 9 21 C 9 22.105469 9.894531 23 11 23 C 12.105469 23 13 22.105469 13 21 C 13 19.894531 12.105469 19 11 19 Z\"/></svg></li><li title=\"id badge solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 15 3 C 13.90625 3 13 3.90625 13 5 L 7 5 L 7 28 L 25 28 L 25 5 L 19 5 C 19 3.90625 18.09375 3 17 3 Z M 15 5 L 17 5 L 17 7 L 15 7 Z M 9 7 L 13 7 L 13 9 L 19 9 L 19 7 L 23 7 L 23 26 L 9 26 Z M 16 11 C 13.800781 11 12 12.800781 12 15 C 12 16.113281 12.476563 17.117188 13.21875 17.84375 C 11.886719 18.746094 11 20.28125 11 22 L 13 22 C 13 20.332031 14.332031 19 16 19 C 17.667969 19 19 20.332031 19 22 L 21 22 C 21 20.28125 20.113281 18.746094 18.78125 17.84375 C 19.523438 17.117188 20 16.113281 20 15 C 20 12.800781 18.199219 11 16 11 Z M 16 13 C 17.117188 13 18 13.882813 18 15 C 18 16.117188 17.117188 17 16 17 C 14.882813 17 14 16.117188 14 15 C 14 13.882813 14.882813 13 16 13 Z\"/></svg></li><li title=\"id badge \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 15 3 C 13.90625 3 13 3.90625 13 5 L 7 5 L 7 28 L 25 28 L 25 5 L 19 5 C 19 3.90625 18.09375 3 17 3 Z M 15 5 L 17 5 L 17 7 L 15 7 Z M 9 7 L 13 7 L 13 9 L 19 9 L 19 7 L 23 7 L 23 26 L 9 26 Z M 16 11 C 13.800781 11 12 12.800781 12 15 C 12 16.113281 12.476563 17.117188 13.21875 17.84375 C 11.886719 18.746094 11 20.28125 11 22 L 13 22 C 13 20.332031 14.332031 19 16 19 C 17.667969 19 19 20.332031 19 22 L 21 22 C 21 20.28125 20.113281 18.746094 18.78125 17.84375 C 19.523438 17.117188 20 16.113281 20 15 C 20 12.800781 18.199219 11 16 11 Z M 16 13 C 17.117188 13 18 13.882813 18 15 C 18 16.117188 17.117188 17 16 17 C 14.882813 17 14 16.117188 14 15 C 14 13.882813 14.882813 13 16 13 Z\"/></svg></li><li title=\"id card alt solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 15 5 C 13.90625 5 13 5.90625 13 7 L 13 8 L 4 8 L 4 26 L 28 26 L 28 8 L 19 8 L 19 7 C 19 5.90625 18.09375 5 17 5 Z M 15 7 L 17 7 L 17 9 L 15 9 Z M 6 10 L 13 10 L 13 11 L 19 11 L 19 10 L 26 10 L 26 24 L 6 24 Z M 16 12 C 13.800781 12 12 13.800781 12 16 C 12 17.117188 12.46875 18.128906 13.214844 18.855469 C 11.878906 19.757813 11 21.28125 11 23 L 13 23 C 13 21.332031 14.332031 20 16 20 C 17.667969 20 19 21.332031 19 23 L 21 23 C 21 21.28125 20.121094 19.757813 18.785156 18.855469 C 19.53125 18.128906 20 17.117188 20 16 C 20 13.800781 18.199219 12 16 12 Z M 16 14 C 17.117188 14 18 14.882813 18 16 C 18 17.117188 17.117188 18 16 18 C 14.882813 18 14 17.117188 14 16 C 14 14.882813 14.882813 14 16 14 Z\"/></svg></li><li title=\"id card solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 6 C 3.355469 6 2 7.355469 2 9 L 2 23 C 2 24.644531 3.355469 26 5 26 L 27 26 C 28.644531 26 30 24.644531 30 23 L 30 9 C 30 7.355469 28.644531 6 27 6 Z M 5 8 L 27 8 C 27.566406 8 28 8.433594 28 9 L 28 23 C 28 23.566406 27.566406 24 27 24 L 5 24 C 4.433594 24 4 23.566406 4 23 L 4 9 C 4 8.433594 4.433594 8 5 8 Z M 11 10 C 8.800781 10 7 11.800781 7 14 C 7 15.113281 7.476563 16.117188 8.21875 16.84375 C 6.886719 17.746094 6 19.28125 6 21 L 8 21 C 8 19.332031 9.332031 18 11 18 C 12.667969 18 14 19.332031 14 21 L 16 21 C 16 19.28125 15.113281 17.746094 13.78125 16.84375 C 14.523438 16.117188 15 15.113281 15 14 C 15 11.800781 13.199219 10 11 10 Z M 18 11 L 18 13 L 26 13 L 26 11 Z M 11 12 C 12.117188 12 13 12.882813 13 14 C 13 15.117188 12.117188 16 11 16 C 9.882813 16 9 15.117188 9 14 C 9 12.882813 9.882813 12 11 12 Z M 18 15 L 18 17 L 26 17 L 26 15 Z M 18 19 L 18 21 L 23 21 L 23 19 Z\"/></svg></li><li title=\"id card \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 6 C 3.355469 6 2 7.355469 2 9 L 2 23 C 2 24.644531 3.355469 26 5 26 L 27 26 C 28.644531 26 30 24.644531 30 23 L 30 9 C 30 7.355469 28.644531 6 27 6 Z M 5 8 L 27 8 C 27.566406 8 28 8.433594 28 9 L 28 23 C 28 23.566406 27.566406 24 27 24 L 5 24 C 4.433594 24 4 23.566406 4 23 L 4 9 C 4 8.433594 4.433594 8 5 8 Z M 11 10 C 8.800781 10 7 11.800781 7 14 C 7 15.113281 7.476563 16.117188 8.21875 16.84375 C 6.886719 17.746094 6 19.28125 6 21 L 8 21 C 8 19.332031 9.332031 18 11 18 C 12.667969 18 14 19.332031 14 21 L 16 21 C 16 19.28125 15.113281 17.746094 13.78125 16.84375 C 14.523438 16.117188 15 15.113281 15 14 C 15 11.800781 13.199219 10 11 10 Z M 18 11 L 18 13 L 26 13 L 26 11 Z M 11 12 C 12.117188 12 13 12.882813 13 14 C 13 15.117188 12.117188 16 11 16 C 9.882813 16 9 15.117188 9 14 C 9 12.882813 9.882813 12 11 12 Z M 18 15 L 18 17 L 26 17 L 26 15 Z M 18 19 L 18 21 L 23 21 L 23 19 Z\"/></svg></li><li title=\"igloo solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 6 C 8.832 6 3 11.832 3 19 L 3 26 L 29 26 L 29 19 C 29 11.832 23.168 6 16 6 z M 16 8 C 16.337536 8 16.670119 8.0208671 17 8.0507812 L 17 12 L 7.5234375 12 C 9.5427682 9.5591694 12.592398 8 16 8 z M 19 8.4277344 C 21.171617 9.0450088 23.074062 10.304752 24.476562 12 L 19 12 L 19 8.4277344 z M 6.2148438 14 L 8 14 L 8 19 L 5 19 C 5 17.198678 5.4438908 15.50228 6.2148438 14 z M 10 14 L 22 14 L 22 19 L 20.578125 19 C 19.804692 17.23661 18.045613 16 16 16 C 13.954387 16 12.195308 17.23661 11.421875 19 L 10 19 L 10 14 z M 24 14 L 25.785156 14 C 26.556109 15.50228 27 17.198678 27 19 L 24 19 L 24 14 z M 16 18 C 17.654 18 19 19.346 19 21 L 19 24 L 13 24 L 13 21 C 13 19.346 14.346 18 16 18 z M 5 21 L 11 21 L 11 24 L 5 24 L 5 21 z M 21 21 L 27 21 L 27 24 L 21 24 L 21 21 z\"/></svg></li><li title=\"image solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 2 5 L 2 27 L 30 27 L 30 5 Z M 4 7 L 28 7 L 28 20.90625 L 22.71875 15.59375 L 22 14.875 L 17.46875 19.40625 L 11.71875 13.59375 L 11 12.875 L 4 19.875 Z M 24 9 C 22.894531 9 22 9.894531 22 11 C 22 12.105469 22.894531 13 24 13 C 25.105469 13 26 12.105469 26 11 C 26 9.894531 25.105469 9 24 9 Z M 11 15.71875 L 20.1875 25 L 4 25 L 4 22.71875 Z M 22 17.71875 L 28 23.71875 L 28 25 L 23.03125 25 L 18.875 20.8125 Z\"/></svg></li><li title=\"image \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 2 5 L 2 27 L 30 27 L 30 5 Z M 4 7 L 28 7 L 28 20.90625 L 22.71875 15.59375 L 22 14.875 L 17.46875 19.40625 L 11.71875 13.59375 L 11 12.875 L 4 19.875 Z M 24 9 C 22.894531 9 22 9.894531 22 11 C 22 12.105469 22.894531 13 24 13 C 25.105469 13 26 12.105469 26 11 C 26 9.894531 25.105469 9 24 9 Z M 11 15.71875 L 20.1875 25 L 4 25 L 4 22.71875 Z M 22 17.71875 L 28 23.71875 L 28 25 L 23.03125 25 L 18.875 20.8125 Z\"/></svg></li><li title=\"images solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 2 5 L 2 23 L 6 23 L 6 27 L 30 27 L 30 9 L 26 9 L 26 5 Z M 4 7 L 24 7 L 24 21 L 4 21 Z M 6 9 L 6 19 L 22 19 L 22 9 Z M 8 11 L 20 11 L 20 17 L 8 17 Z M 26 11 L 28 11 L 28 25 L 8 25 L 8 23 L 26 23 Z\"/></svg></li><li title=\"images \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 2 5 L 2 23 L 6 23 L 6 27 L 30 27 L 30 9 L 26 9 L 26 5 Z M 4 7 L 24 7 L 24 21 L 4 21 Z M 6 9 L 6 19 L 22 19 L 22 9 Z M 8 11 L 20 11 L 20 17 L 8 17 Z M 26 11 L 28 11 L 28 25 L 8 25 L 8 23 L 26 23 Z\"/></svg></li><li title=\"imdb \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 0 7 L 0 25 L 32 25 L 32 7 Z M 2 9 L 30 9 L 30 23 L 2 23 Z M 5 11.6875 L 5 20.3125 L 7 20.3125 L 7 11.6875 Z M 8.09375 11.6875 L 8.09375 20.3125 L 10 20.3125 L 10 15.5 L 10.90625 20.3125 L 12.1875 20.3125 L 13 15.5 L 13 20.3125 L 14.8125 20.3125 L 14.8125 11.6875 L 12 11.6875 L 11.5 15.8125 L 10.8125 11.6875 Z M 15.90625 11.6875 L 15.90625 20.1875 L 18.3125 20.1875 C 19.613281 20.1875 20.101563 19.988281 20.5 19.6875 C 20.898438 19.488281 21.09375 19 21.09375 18.5 L 21.09375 13.3125 C 21.09375 12.710938 20.898438 12.199219 20.5 12 C 20 11.800781 19.8125 11.6875 18.3125 11.6875 Z M 22.09375 11.8125 L 22.09375 20.3125 L 23.90625 20.3125 C 23.90625 20.3125 23.992188 19.710938 24.09375 19.8125 C 24.292969 19.8125 25.101563 20.1875 25.5 20.1875 C 26 20.1875 26.199219 20.195313 26.5 20.09375 C 26.898438 19.894531 27 19.613281 27 19.3125 L 27 14.3125 C 27 13.613281 26.289063 13.09375 25.6875 13.09375 C 25.085938 13.09375 24.511719 13.488281 24.3125 13.6875 L 24.3125 11.8125 Z M 18 13 C 18.398438 13 18.8125 13.007813 18.8125 13.40625 L 18.8125 18.40625 C 18.8125 18.804688 18.300781 18.8125 18 18.8125 Z M 24.59375 14 C 24.695313 14 24.8125 14.105469 24.8125 14.40625 L 24.8125 18.6875 C 24.8125 18.886719 24.792969 19.09375 24.59375 19.09375 C 24.492188 19.09375 24.40625 18.988281 24.40625 18.6875 L 24.40625 14.40625 C 24.40625 14.207031 24.394531 14 24.59375 14 Z\"/></svg></li><li title=\"inbox solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 7.15625 5 L 7 5.84375 L 5 18.84375 L 5 27 L 27 27 L 27 18.84375 L 25 5.84375 L 24.84375 5 Z M 8.875 7 L 23.125 7 L 24.8125 18 L 18 18 L 18 19 C 18 20.117188 17.117188 21 16 21 C 14.882813 21 14 20.117188 14 19 L 14 18 L 7.1875 18 Z M 7 20 L 12.1875 20 C 12.640625 21.710938 14.152344 23 16 23 C 17.847656 23 19.359375 21.710938 19.8125 20 L 25 20 L 25 25 L 7 25 Z\"/></svg></li><li title=\"indent solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 3 7 L 3 9 L 29 9 L 29 7 Z M 3 11 L 3 13 L 22 13 L 22 11 Z M 29 11 L 24 16 L 29 21 Z M 3 15 L 3 17 L 22 17 L 22 15 Z M 3 19 L 3 21 L 22 21 L 22 19 Z M 3 23 L 3 25 L 29 25 L 29 23 Z\"/></svg></li><li title=\"industry solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 20 5 L 20 10.46875 L 17 12.25 L 17 9.21875 L 15.5 10.15625 L 12 12.25 L 12 9.21875 L 10.5 10.15625 L 5.5 13.15625 L 5 13.4375 L 5 27 L 27 27 L 27 5 Z M 22 7 L 25 7 L 25 25 L 7 25 L 7 14.53125 L 10 12.75 L 10 15.78125 L 11.5 14.84375 L 15 12.75 L 15 15.78125 L 16.5 14.84375 L 21.5 11.84375 L 22 11.5625 Z M 9 17 L 9 19 L 11 19 L 11 17 Z M 13 17 L 13 19 L 15 19 L 15 17 Z M 17 17 L 17 19 L 19 19 L 19 17 Z M 21 17 L 21 19 L 23 19 L 23 17 Z M 9 21 L 9 23 L 11 23 L 11 21 Z M 13 21 L 13 23 L 15 23 L 15 21 Z M 17 21 L 17 23 L 19 23 L 19 21 Z M 21 21 L 21 23 L 23 23 L 23 21 Z\"/></svg></li><li title=\"infinity solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 9 9 C 5.144531 9 2 12.144531 2 16 C 2 19.859375 5.140625 23 9 23 C 11.929688 23 13.71875 21.390625 15.09375 19.40625 C 14.683594 18.746094 14.339844 18.09375 14 17.46875 C 12.773438 19.496094 11.398438 21 9 21 C 6.242188 21 4 18.757813 4 16 C 4 13.226563 6.226563 11 9 11 C 10.617188 11 11.644531 11.578125 12.59375 12.5625 C 13.542969 13.546875 14.34375 14.96875 15.15625 16.46875 C 15.96875 17.96875 16.792969 19.546875 18 20.8125 C 19.207031 22.078125 20.871094 23 23 23 C 26.855469 23 30 19.855469 30 16 C 30 12.140625 26.859375 9 23 9 C 20.085938 9 18.285156 10.558594 16.90625 12.5 C 17.316406 13.148438 17.691406 13.785156 18.03125 14.40625 C 19.25 12.4375 20.609375 11 23 11 C 25.757813 11 28 13.242188 28 16 C 28 18.773438 25.773438 21 23 21 C 21.410156 21 20.410156 20.421875 19.46875 19.4375 C 18.527344 18.453125 17.722656 17.03125 16.90625 15.53125 C 16.089844 14.03125 15.25 12.453125 14.03125 11.1875 C 12.8125 9.921875 11.148438 9 9 9 Z\"/></svg></li><li title=\"info circle solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832031 3 3 8.832031 3 16 C 3 23.167969 8.832031 29 16 29 C 23.167969 29 29 23.167969 29 16 C 29 8.832031 23.167969 3 16 3 Z M 16 5 C 22.085938 5 27 9.914063 27 16 C 27 22.085938 22.085938 27 16 27 C 9.914063 27 5 22.085938 5 16 C 5 9.914063 9.914063 5 16 5 Z M 15 10 L 15 12 L 17 12 L 17 10 Z M 15 14 L 15 22 L 17 22 L 17 14 Z\"/></svg></li><li title=\"info solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 13.800781 4 12 5.800781 12 8 C 12 10.199219 13.800781 12 16 12 C 18.199219 12 20 10.199219 20 8 C 20 5.800781 18.199219 4 16 4 Z M 16 6 C 17.117188 6 18 6.882813 18 8 C 18 9.117188 17.117188 10 16 10 C 14.882813 10 14 9.117188 14 8 C 14 6.882813 14.882813 6 16 6 Z M 11 13 L 11 18 L 13 18 L 13 23 L 11 23 L 11 28 L 21 28 L 21 23 L 19 23 L 19 13 Z M 13 15 L 17 15 L 17 25 L 19 25 L 19 26 L 13 26 L 13 25 L 15 25 L 15 16 L 13 16 Z\"/></svg></li><li title=\"instagram \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 11.46875 5 C 7.917969 5 5 7.914063 5 11.46875 L 5 20.53125 C 5 24.082031 7.914063 27 11.46875 27 L 20.53125 27 C 24.082031 27 27 24.085938 27 20.53125 L 27 11.46875 C 27 7.917969 24.085938 5 20.53125 5 Z M 11.46875 7 L 20.53125 7 C 23.003906 7 25 8.996094 25 11.46875 L 25 20.53125 C 25 23.003906 23.003906 25 20.53125 25 L 11.46875 25 C 8.996094 25 7 23.003906 7 20.53125 L 7 11.46875 C 7 8.996094 8.996094 7 11.46875 7 Z M 21.90625 9.1875 C 21.402344 9.1875 21 9.589844 21 10.09375 C 21 10.597656 21.402344 11 21.90625 11 C 22.410156 11 22.8125 10.597656 22.8125 10.09375 C 22.8125 9.589844 22.410156 9.1875 21.90625 9.1875 Z M 16 10 C 12.699219 10 10 12.699219 10 16 C 10 19.300781 12.699219 22 16 22 C 19.300781 22 22 19.300781 22 16 C 22 12.699219 19.300781 10 16 10 Z M 16 12 C 18.222656 12 20 13.777344 20 16 C 20 18.222656 18.222656 20 16 20 C 13.777344 20 12 18.222656 12 16 C 12 13.777344 13.777344 12 16 12 Z\"/></svg></li><li title=\"intercom \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 L 5 5 z M 7 7 L 25 7 L 25 25 L 7 25 L 7 7 z M 16.001953 9 C 15.683703 9 15.365234 9.2113125 15.365234 9.6328125 L 15.365234 18.849609 C 15.365234 19.692609 16.638672 19.692609 16.638672 18.849609 L 16.638672 9.6328125 C 16.638672 9.2113125 16.320203 9 16.001953 9 z M 12.822266 9.3183594 C 12.504016 9.3183594 12.185547 9.5296719 12.185547 9.9511719 L 12.185547 18.443359 C 12.185547 19.286359 13.457031 19.286359 13.457031 18.443359 L 13.457031 9.9511719 C 13.457031 9.5296719 13.140516 9.3183594 12.822266 9.3183594 z M 19.177734 9.3183594 C 18.859484 9.3183594 18.541016 9.5296719 18.541016 9.9511719 L 18.541016 18.443359 C 18.541016 19.286359 19.814453 19.286359 19.814453 18.443359 L 19.814453 9.9511719 C 19.814453 9.5296719 19.495984 9.3183594 19.177734 9.3183594 z M 9.640625 10.591797 C 9.322375 10.591797 9.0058594 10.803109 9.0058594 11.224609 L 9.0058594 16.941406 C 9.0058594 17.784406 10.277344 17.784406 10.277344 16.941406 L 10.277344 11.224609 C 10.277344 10.803109 9.958875 10.591797 9.640625 10.591797 z M 22.357422 10.591797 C 22.039172 10.591797 21.720703 10.803109 21.720703 11.224609 L 21.720703 16.941406 C 21.720703 17.784406 22.994141 17.784406 22.994141 16.941406 L 22.994141 11.224609 C 22.994141 10.803109 22.675672 10.591797 22.357422 10.591797 z M 22.431641 19.798828 C 22.274828 19.776891 22.104063 19.817828 21.945312 19.955078 C 19.255313 22.250078 12.861641 22.309078 10.056641 19.955078 C 9.4176406 19.410078 8.5914688 20.376875 9.2304688 20.921875 C 12.482469 23.705875 19.672484 23.603875 22.771484 20.921875 C 23.247734 20.510125 22.902078 19.864641 22.431641 19.798828 z\"/></svg></li><li title=\"internet explorer \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 27.699219 8.8125 C 30.144531 2.570313 25.398438 3.007813 25.398438 3.007813 C 22.351563 3.007813 18.542969 5.738281 18.542969 5.738281 C 18.542969 5.738281 14 4.53125 9.457031 7.234375 C 4.507813 10.339844 4.671875 15.855469 4.671875 15.855469 C 8.695313 10.183594 14.300781 7.878906 14.300781 7.878906 L 14.300781 8.253906 C 6.027344 13.816406 4.070313 21.957031 3.582031 23.617188 C 3.089844 25.277344 3.417969 29 6.898438 29 C 10.382813 29 13.917969 26.238281 13.917969 26.238281 C 13.917969 26.238281 14.679688 26.402344 16.746094 26.402344 C 25.453125 26.402344 27.519531 18.851563 27.519531 18.851563 L 19.792969 18.851563 C 19.792969 18.851563 19.25 21.316406 16.476563 21.316406 C 12.664063 21.316406 12.882813 17.40625 12.882813 17.40625 L 27.628906 17.40625 C 28.335938 7.34375 19.414063 5.898438 19.414063 5.898438 C 19.414063 5.898438 22.566406 3.703125 25.289063 3.703125 C 29.601563 3.703125 27.5625 8.675781 27.5625 8.675781 Z M 13.484375 26.128906 C 13.484375 26.128906 8.171875 29.300781 5.785156 27.101563 C 4.511719 24.902344 6.585938 21.789063 6.585938 21.789063 C 6.585938 21.789063 8.34375 24.996094 13.484375 26.128906 Z M 19.875 13.980469 L 12.863281 13.980469 C 12.863281 13.980469 12.773438 10.617188 16.457031 10.617188 C 20.015625 10.617188 19.875 13.980469 19.875 13.980469 Z\"/></svg></li><li title=\"invision \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 L 5 5 z M 7 7 L 25 7 L 25 25 L 7 25 L 7 7 z M 12.902344 10 C 12.333844 10.00375 11.768125 10.382812 11.765625 11.132812 C 11.765625 11.772812 12.286875 12.283203 12.921875 12.283203 C 13.100875 12.278203 14.071687 12.112234 14.054688 11.115234 C 14.042188 10.367234 13.470844 9.99625 12.902344 10 z M 19.603516 13.203125 C 18.754715 13.274146 17.826937 13.861984 17.179688 15.068359 L 17.558594 13.34375 L 14.626953 13.34375 L 14.214844 14.859375 L 15.589844 14.859375 L 14.746094 18.244141 C 14.043094 19.808141 12.300781 20.123422 12.300781 19.232422 C 12.313781 18.751422 12.269172 19.04175 13.701172 13.34375 L 10.445312 13.34375 L 10.033203 14.861328 L 11.388672 14.861328 C 10.446672 18.700328 10.412203 18.687875 10.408203 19.296875 C 10.408203 21.371875 13.097453 21.687469 14.439453 19.480469 L 14.09375 20.865234 L 16.015625 20.865234 L 17.115234 16.462891 C 17.742234 13.918891 20.268969 14.456594 19.667969 16.433594 C 19.279969 17.823594 17.936422 20.976562 20.732422 20.976562 C 21.746422 20.976562 22.553 20.323766 23 18.759766 L 22.238281 18.474609 C 21.629281 20.157609 20.882812 19.854359 20.882812 19.193359 C 20.895813 18.848359 20.912578 18.8655 21.517578 16.6875 C 22.212578 14.4025 21.018184 13.084756 19.603516 13.203125 z\"/></svg></li><li title=\"ioxhost \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 9.382813 4 4 9.382813 4 16 C 4 17.039063 4.15625 18.035156 4.40625 19 L 2 19 C 1.449219 19 1 19.449219 1 20 C 1 20.550781 1.449219 21 2 21 L 5.09375 21 C 6.996094 25.121094 11.171875 28 16 28 C 22.617188 28 28 22.617188 28 16 C 28 14.960938 27.84375 13.964844 27.59375 13 L 30 13 C 30.550781 13 31 12.550781 31 12 C 31 11.449219 30.550781 11 30 11 L 26.90625 11 C 25.003906 6.878906 20.828125 4 16 4 Z M 16 6 C 19.714844 6 22.929688 8.003906 24.65625 11 L 11 11 C 10.449219 11 10 11.449219 10 12 C 10 12.550781 10.449219 13 11 13 L 25.5625 13 C 25.859375 13.949219 26 14.953125 26 16 C 26 21.535156 21.535156 26 16 26 C 12.285156 26 9.070313 23.996094 7.34375 21 L 21 21 C 21.550781 21 22 20.550781 22 20 C 22 19.449219 21.550781 19 21 19 L 6.4375 19 C 6.140625 18.050781 6 17.046875 6 16 C 6 10.464844 10.464844 6 16 6 Z M 11 15 C 10.449219 15 10 15.449219 10 16 C 10 16.550781 10.449219 17 11 17 L 21 17 C 21.550781 17 22 16.550781 22 16 C 22 15.449219 21.550781 15 21 15 Z\"/></svg></li><li title=\"italic solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 11.75 5 L 11.6875 5.9375 L 11.5 8.9375 L 11.4375 10 L 13.4375 10 L 12.5625 22 L 10.5625 22 L 10.5 22.9375 L 10.3125 25.9375 L 10.21875 27 L 20.25 27 L 20.3125 26.0625 L 20.5 23.0625 L 20.5625 22 L 18.5625 22 L 19.4375 10 L 21.4375 10 L 21.5 9.0625 L 21.6875 6.0625 L 21.78125 5 Z M 13.625 7 L 19.625 7 L 19.5625 8 L 17.5625 8 L 17.5 8.9375 L 16.5 22.9375 L 16.4375 24 L 18.4375 24 L 18.375 25 L 12.375 25 L 12.4375 24 L 14.4375 24 L 14.5 23.0625 L 15.5 9.0625 L 15.5625 8 L 13.5625 8 Z\"/></svg></li><li title=\"itch io \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 5 C 12.748 5 8.3121094 5.0508594 7.4121094 5.1308594 C 6.4021094 5.7368594 4.4028125 8.0309531 4.3828125 8.6269531 L 4.3828125 9.6269531 C 4.3828125 10.889953 5.5657188 12 6.6367188 12 C 7.9197187 12 8.9902344 10.929969 8.9902344 9.6679688 C 8.9902344 10.929969 10.0305 12 11.3125 12 C 12.6055 12 13.605469 10.930969 13.605469 9.6679688 C 13.605469 10.929969 14.695281 12 15.988281 12 L 16.009766 12 C 17.302766 12 18.392578 10.930969 18.392578 9.6679688 C 18.392578 10.929969 19.402547 12 20.685547 12 C 21.968547 12 23.009766 10.930969 23.009766 9.6679688 C 23.009766 10.929969 24.080281 12 25.363281 12 C 26.434281 12 27.615234 10.889953 27.615234 9.6269531 L 27.615234 8.6269531 C 27.595234 8.0309531 25.595938 5.7368594 24.585938 5.1308594 C 21.443938 5.0198594 19.252 5 16 5 z M 13.550781 11.742188 C 12.497781 13.552188 9.8523125 13.573906 8.8203125 11.753906 C 8.1903125 12.845906 6.7642969 13.267547 6.1542969 13.060547 C 5.9762969 14.959547 5.8534844 24.70875 7.1464844 26.34375 C 10.943484 27.22875 21.164516 27.20975 24.853516 26.34375 C 26.348516 24.81975 26.013703 14.821547 25.845703 13.060547 C 25.235703 13.267547 23.809453 12.845906 23.189453 11.753906 C 22.146453 13.573906 19.501219 13.552188 18.449219 11.742188 C 18.124219 12.332187 17.367 13.109375 16 13.109375 C 14.997 13.148375 14.051781 12.607187 13.550781 11.742188 z M 11.419922 14 C 12.219922 14 12.950078 14.000469 13.830078 14.980469 C 15.280078 14.830469 16.719922 14.830469 18.169922 14.980469 C 19.059922 14.010469 19.780078 14.009766 20.580078 14.009766 C 23.160078 14.009766 23.780937 17.819609 24.710938 21.099609 C 25.550938 24.149609 24.429062 24.230469 23.039062 24.230469 C 20.969062 24.150469 19.820313 22.650625 19.820312 21.140625 C 17.890313 21.460625 14.809688 21.580625 12.179688 21.140625 C 12.179688 22.650625 11.030938 24.150469 8.9609375 24.230469 C 7.5709375 24.230469 6.4490625 24.149609 7.2890625 21.099609 C 8.2190625 17.799609 8.8399219 14.009766 11.419922 14.009766 L 11.419922 14 z M 16 16.876953 C 16 16.876953 14.306 18.439375 14 18.984375 L 15.107422 18.943359 L 15.107422 19.910156 C 15.107422 19.968156 15.926 19.917969 16 19.917969 C 16.447 19.934969 16.892578 19.951156 16.892578 19.910156 L 16.892578 18.943359 L 18 18.984375 C 17.694 18.438375 16 16.876953 16 16.876953 z\"/></svg></li><li title=\"itunes note \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 23.068359 5.0058594 C 22.890359 5.0058594 21.625813 5.2552656 11.257812 7.1972656 C 11.176812 7.1972656 10.789172 7.2985625 10.576172 7.4765625 C 10.367172 7.6445625 10.255844 7.8688125 10.214844 8.1328125 C 10.041844 8.8238125 10.593078 21.281234 10.080078 21.865234 C 9.8560781 22.114234 9.46125 22.186187 9.15625 22.242188 C 7.33225 22.562188 6.1179062 22.729734 5.2539062 23.552734 C 3.7649063 25.005734 4.5364219 27.541125 6.7324219 27.953125 C 7.5554219 28.105125 9.1010781 27.898781 9.9550781 27.425781 C 10.707078 27.038781 11.277234 26.342969 11.490234 25.417969 C 11.673234 24.624969 11.617188 25.173141 11.617188 13.244141 C 11.617188 12.659141 11.780828 12.506531 12.298828 12.394531 C 12.298828 12.394531 21.319328 10.707719 21.736328 10.636719 C 22.320328 10.534719 22.599609 10.692719 22.599609 11.261719 C 22.599609 19.348719 22.701953 19.190641 22.376953 19.556641 C 22.152953 19.805641 21.887031 19.875641 21.582031 19.931641 C 19.757031 20.251641 18.655016 20.307859 17.791016 21.130859 C 16.698016 22.197859 16.712734 23.890109 17.927734 24.912109 C 18.832734 25.602109 19.84875 25.771969 21.09375 25.542969 C 22.51175 25.277969 23.569531 24.494563 23.894531 23.101562 C 24.041531 22.466562 23.994281 23.406391 23.988281 5.9003906 C 23.988281 5.3103906 23.652359 4.9648594 23.068359 5.0058594 z\"/></svg></li><li title=\"itunes \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 10.048828 5 C 7.2548281 5 5 7.2548281 5 10.048828 L 5 21.951172 C 5 24.745172 7.2548281 27 10.048828 27 L 21.951172 27 C 24.750172 27 27 24.745172 27 21.951172 L 27 10.048828 C 27 7.2548281 24.745172 5 21.951172 5 L 10.048828 5 z M 15.980469 7 C 20.950469 7 24.980469 11.03 24.980469 16 C 24.980469 20.97 20.950469 25 15.980469 25 C 11.010469 25 6.9804688 20.97 6.9804688 16 C 6.9804688 11.03 11.010469 7 15.980469 7 z M 15.980469 8.0253906 C 11.568469 8.0253906 8 11.602766 8 16.009766 C 8 20.416766 11.568469 24 15.980469 24 C 20.392469 24 23.964844 20.423625 23.964844 16.015625 C 23.964844 11.603625 20.388469 8.0253906 15.980469 8.0253906 z M 19.316406 11 C 19.578406 10.982 19.730469 11.138391 19.730469 11.400391 C 19.726469 19.236391 19.748594 18.522641 19.683594 18.806641 C 19.536594 19.431641 19.063688 19.781391 18.429688 19.900391 C 17.873687 20.001391 17.409844 20.028922 16.964844 19.669922 C 16.422844 19.210922 16.413391 18.457469 16.900391 17.980469 C 17.286391 17.613469 17.833484 17.539578 18.646484 17.392578 C 18.784484 17.369578 18.903 17.337656 19 17.222656 C 19.147 17.057656 19.101562 17.421734 19.101562 13.802734 C 19.101562 13.545734 18.976844 13.475484 18.714844 13.521484 C 18.530844 13.553484 14.494141 14.306641 14.494141 14.306641 C 14.264141 14.357641 14.185547 14.4255 14.185547 14.6875 C 14.185547 20.0195 14.208859 19.486844 14.130859 19.839844 C 14.034859 20.252844 13.782266 20.564281 13.447266 20.738281 C 13.066266 20.949281 12.372859 21.042516 12.005859 20.978516 C 11.022859 20.794516 10.67775 19.659812 11.34375 19.007812 C 11.72975 18.640812 12.276844 18.566922 13.089844 18.419922 C 13.227844 18.396922 13.346359 18.365 13.443359 18.25 C 13.673359 17.988 13.4845 12.707391 13.5625 12.400391 C 13.5805 12.281391 13.630656 12.181422 13.722656 12.107422 C 13.818656 12.029422 13.98925 11.982422 14.03125 11.982422 C 18.67025 11.109422 19.234406 11 19.316406 11 z\"/></svg></li><li title=\"java \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 17.625 3 C 19.027344 6.308594 12.597656 8.335938 12 11.09375 C 11.453125 13.625 15.808594 16.59375 15.8125 16.59375 C 15.148438 15.546875 14.664063 14.664063 14 13.03125 C 12.875 10.273438 20.855469 7.785156 17.625 3 Z M 21.875 7.59375 C 21.875 7.59375 16.253906 7.949219 15.96875 11.625 C 15.839844 13.261719 17.453125 14.121094 17.5 15.3125 C 17.539063 16.285156 16.53125 17.09375 16.53125 17.09375 C 16.53125 17.09375 18.339844 16.765625 18.90625 15.28125 C 19.53125 13.632813 17.6875 12.507813 17.875 11.1875 C 18.054688 9.925781 21.875 7.59375 21.875 7.59375 Z M 23.25 16.0625 C 22.660156 16.035156 21.996094 16.253906 21.40625 16.6875 C 22.570313 16.429688 23.5625 17.160156 23.5625 18 C 23.5625 19.882813 20.875 21.65625 20.875 21.65625 C 20.875 21.65625 25.03125 21.191406 25.03125 18.09375 C 25.03125 16.816406 24.230469 16.109375 23.25 16.0625 Z M 12.21875 16.09375 C 10.769531 16.144531 7.875 16.382813 7.875 17.5 C 7.875 19.054688 14.617188 19.175781 19.4375 18.21875 C 19.4375 18.21875 20.75 17.304688 21.09375 16.96875 C 17.933594 17.625 10.71875 17.726563 10.71875 17.15625 C 10.71875 16.632813 13.03125 16.09375 13.03125 16.09375 C 13.03125 16.09375 12.703125 16.078125 12.21875 16.09375 Z M 11.78125 18.96875 C 10.988281 18.96875 9.8125 19.585938 9.8125 20.1875 C 9.8125 21.398438 15.78125 22.328125 20.1875 20.5625 L 18.65625 19.625 C 15.667969 20.601563 10.148438 20.277344 11.78125 18.96875 Z M 12.53125 21.6875 C 11.449219 21.6875 10.75 22.371094 10.75 22.875 C 10.75 24.425781 17.214844 24.578125 19.78125 23 L 18.15625 21.9375 C 16.242188 22.761719 11.425781 22.882813 12.53125 21.6875 Z M 8.90625 23.09375 C 7.140625 23.058594 6 23.859375 6 24.53125 C 6 28.105469 24.09375 27.933594 24.09375 24.28125 C 24.09375 23.675781 23.378906 23.386719 23.125 23.25 C 24.601563 26.742188 8.34375 26.46875 8.34375 24.40625 C 8.34375 23.9375 9.546875 23.46875 10.65625 23.6875 L 9.71875 23.15625 C 9.441406 23.113281 9.160156 23.097656 8.90625 23.09375 Z M 26 25.5 C 23.25 28.160156 16.289063 29.113281 9.28125 27.46875 C 16.289063 30.398438 25.964844 28.769531 26 25.5 Z\"/></svg></li><li title=\"jedi order \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 15.486328 3 C 15.486328 3 15.173922 14.949516 15.044922 19.853516 L 13.292969 17.292969 L 14.419922 20.388672 L 10.927734 20.896484 L 14.419922 21.404297 L 13.070312 24.048828 L 14.994141 22.029297 C 14.894141 25.867297 14.871094 26.810547 14.871094 26.810547 C 14.871094 26.810547 6.2579219 22.810656 11.044922 13.972656 C 11.044922 13.972656 5.0754219 7.3820312 10.482422 3.3320312 C 10.482422 3.3320312 1.2494219 8.9074688 7.1074219 18.480469 C 7.1074219 18.480469 2.263875 13.74975 4.796875 8.96875 C 4.796875 8.96875 0.4068125 15.160656 5.7578125 21.972656 C 5.7578125 21.972656 4.2959531 21.075672 3.0019531 17.638672 C 3.0019531 17.638672 3.9437187 27.865047 15.386719 27.998047 L 15.615234 27.998047 C 27.051234 27.866047 28 17.640625 28 17.640625 C 26.683 21.071625 25.216797 21.974609 25.216797 21.974609 C 30.566797 15.162609 26.175781 8.9707031 26.175781 8.9707031 C 28.708781 13.757703 23.865234 18.482422 23.865234 18.482422 C 29.723234 8.9144219 20.490234 3.3359375 20.490234 3.3359375 C 25.896234 7.3919375 19.927734 13.974609 19.927734 13.974609 C 24.714734 22.811609 16.101562 26.8125 16.101562 26.8125 C 16.101562 26.8125 16.079516 25.86925 15.978516 22.03125 C 16.218516 22.28225 17.902344 24.050781 17.902344 24.050781 L 16.552734 21.40625 L 20.046875 20.898438 L 16.552734 20.390625 L 17.679688 17.294922 L 15.927734 19.855469 C 15.803734 14.961469 15.492328 3.1 15.486328 3 z\"/></svg></li><li title=\"jedi solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 15.498047 4 C 15.299047 4 15.138859 4.1545625 15.130859 4.3515625 L 14.601562 18.056641 L 13.203125 17.107422 C 13.059125 17.010422 12.870141 17.022578 12.744141 17.142578 C 12.619141 17.261578 12.592641 17.449609 12.681641 17.599609 L 13.605469 19.150391 L 11.671875 19.550781 C 11.501875 19.584781 11.378906 19.736156 11.378906 19.910156 C 11.378906 20.084156 11.501875 20.236484 11.671875 20.271484 L 13.605469 20.671875 L 12.679688 22.224609 C 12.591688 22.372609 12.618141 22.561641 12.744141 22.681641 C 12.863141 22.794641 13.066125 22.806844 13.203125 22.714844 L 14.451172 21.865234 L 14.337891 24.865234 C 11.720891 24.330234 9.7460938 22.020719 9.7460938 19.261719 C 9.7460938 17.649719 10.418672 16.154734 11.638672 15.052734 C 11.809672 14.898734 11.901625 14.680078 11.890625 14.455078 C 11.879625 14.230078 11.766031 14.023719 11.582031 13.886719 C 9.8970312 12.638719 8.9316406 10.732203 8.9316406 8.6582031 C 8.9316406 7.8512031 9.0828125 7.0587344 9.3828125 6.3027344 C 9.4768125 6.0697344 9.4505469 5.816375 9.3105469 5.609375 C 9.1685469 5.401375 8.9364531 5.2773438 8.6894531 5.2773438 C 8.5374531 5.2773438 8.3906719 5.3240625 8.2636719 5.4140625 C 5.6956719 7.2300625 3.9607813 9.8902813 3.3007812 12.863281 L 5.203125 14.765625 L 3.0332031 14.765625 C 3.0042031 15.221625 2.9877656 15.679578 3.0097656 16.142578 C 3.0377656 16.759578 3.1261406 17.361125 3.2441406 17.953125 L 5.9375 20.646484 L 4.1035156 20.646484 C 5.9995156 24.793484 10.130203 27.766328 14.908203 27.986328 C 15.106203 27.995328 15.302047 28 15.498047 28 C 20.569047 28 24.935531 24.974484 26.894531 20.646484 L 25.058594 20.646484 L 27.763672 17.941406 C 27.914672 17.169406 28 16.374594 28 15.558594 C 28 15.291594 27.968172 15.028672 27.951172 14.763672 L 25.794922 14.763672 L 27.689453 12.869141 C 27.023453 9.8921406 25.280469 7.2141094 22.730469 5.4121094 C 22.603469 5.3221094 22.457641 5.2753906 22.306641 5.2753906 C 22.059641 5.2753906 21.827547 5.3994219 21.685547 5.6074219 C 21.545547 5.8134219 21.518328 6.0667813 21.611328 6.3007812 C 21.912328 7.0567813 22.064453 7.8502031 22.064453 8.6582031 C 22.064453 10.732203 21.099063 12.637719 19.414062 13.886719 C 19.229063 14.023719 19.116469 14.230078 19.105469 14.455078 C 19.094469 14.681078 19.186422 14.899687 19.357422 15.054688 C 20.870422 16.421687 21.533859 18.433547 21.130859 20.435547 C 20.682859 22.657547 18.886203 24.437141 16.658203 24.869141 L 16.544922 21.867188 L 17.792969 22.716797 C 17.929969 22.811797 18.133906 22.794687 18.253906 22.679688 C 18.378906 22.560688 18.402453 22.370656 18.314453 22.222656 L 17.390625 20.673828 L 19.324219 20.271484 C 19.494219 20.237484 19.617188 20.086109 19.617188 19.912109 C 19.617188 19.739109 19.493219 19.588734 19.324219 19.552734 L 17.390625 19.150391 L 18.316406 17.599609 C 18.404406 17.451609 18.378906 17.263531 18.253906 17.144531 C 18.129906 17.027531 17.932969 17.011422 17.792969 17.107422 L 16.396484 18.056641 L 15.865234 4.3535156 C 15.858234 4.1555156 15.696047 3.999 15.498047 4 z\"/></svg></li><li title=\"jenkins \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 17.425781 1.894531 C 13.285156 1.984375 10.917969 3.847656 10.785156 3.953125 C 10.679688 3.988281 7.945313 4.925781 7.390625 7.371094 C 7.304688 7.40625 7.28125 7.402344 7.15625 7.476563 C 6.90625 7.640625 6.59375 7.910156 6.339844 8.34375 C 5.855469 9.167969 5.652344 10.582031 6.179688 12.78125 C 5.445313 13.347656 5.046875 14.234375 5.039063 15.171875 C 5.03125 16.261719 5.402344 17.402344 6.148438 18.199219 C 6.816406 18.914063 7.464844 19.222656 7.964844 19.328125 C 8.160156 19.371094 8.167969 19.332031 8.3125 19.328125 C 8.402344 19.796875 8.742188 21.152344 9.472656 22.558594 C 9.050781 22.796875 7.84375 23.472656 6.421875 24.296875 C 5.621094 24.761719 4.832031 25.226563 4.234375 25.59375 C 3.9375 25.78125 3.691406 25.941406 3.503906 26.070313 C 3.410156 26.136719 3.335938 26.191406 3.265625 26.25 C 3.230469 26.277344 3.199219 26.304688 3.160156 26.347656 C 3.121094 26.394531 3.042969 26.421875 3.015625 26.660156 L 2.976563 27.042969 L 4.164063 30 L 27.867188 30 L 27.976563 29.648438 C 27.976563 29.648438 28.25 28.78125 28.511719 27.800781 C 28.644531 27.3125 28.773438 26.796875 28.871094 26.339844 C 28.964844 25.878906 29.035156 25.507813 29.015625 25.167969 C 29 24.972656 28.9375 24.902344 28.890625 24.828125 C 28.839844 24.753906 28.789063 24.691406 28.730469 24.625 C 28.613281 24.492188 28.46875 24.355469 28.296875 24.199219 C 27.957031 23.890625 27.523438 23.53125 27.089844 23.183594 C 26.390625 22.625 25.945313 22.296875 25.699219 22.109375 C 25.910156 21.847656 26.363281 21.375 26.941406 19.910156 C 27.648438 18.128906 28.277344 15.421875 28.015625 11.714844 C 27.765625 8.207031 26.554688 5.765625 24.769531 4.203125 C 23.324219 2.945313 21.535156 2.28125 19.636719 2.023438 L 19.636719 2.015625 C 19.621094 2.015625 19.609375 2.019531 19.59375 2.015625 C 19.160156 1.960938 18.722656 1.917969 18.277344 1.898438 C 17.984375 1.890625 17.703125 1.886719 17.425781 1.894531 Z M 18.515625 3.015625 C 18.835938 2.996094 19.167969 3 19.511719 3.015625 C 21.253906 3.253906 22.851563 3.855469 24.113281 4.960938 C 24.804688 5.566406 25.402344 6.332031 25.878906 7.277344 C 25.507813 7.132813 25.136719 7.078125 24.808594 7.09375 C 23.960938 7.140625 23.339844 7.542969 23.339844 7.542969 L 23.875 8.390625 C 23.875 8.390625 24.308594 8.121094 24.859375 8.09375 C 25.398438 8.066406 26.011719 8.207031 26.601563 9.21875 C 26.800781 9.980469 26.945313 10.816406 27.015625 11.757813 C 26.984375 11.703125 26.960938 11.65625 26.921875 11.59375 C 26.808594 11.382813 26.660156 11.121094 26.515625 10.867188 C 26.21875 10.359375 25.929688 9.871094 25.929688 9.871094 L 25.070313 10.378906 C 25.070313 10.378906 25.355469 10.863281 25.644531 11.367188 C 25.792969 11.617188 25.9375 11.875 26.046875 12.074219 C 26.082031 12.132813 26.101563 12.171875 26.125 12.21875 C 26.082031 12.242188 26.0625 12.257813 25.96875 12.277344 C 25.664063 12.34375 25.15625 12.335938 24.667969 12.191406 L 24.390625 13.15625 C 25.03125 13.339844 25.660156 13.367188 26.175781 13.253906 C 26.4375 13.199219 26.671875 13.117188 26.878906 12.941406 C 26.945313 12.886719 27.003906 12.804688 27.058594 12.71875 C 27.152344 15.792969 26.605469 18.042969 26.015625 19.542969 C 25.363281 21.191406 24.6875 21.910156 24.6875 21.910156 L 24.3125 22.320313 L 24.3125 22.324219 C 23.765625 22.859375 22.523438 23.804688 20.421875 23.957031 C 17.5 24.171875 15.5 22.34375 14.535156 21.316406 C 13.613281 20.339844 13.484375 19.59375 13.484375 19.59375 L 12.5 19.785156 C 12.5 19.785156 12.730469 20.859375 13.808594 22.003906 C 14.238281 22.460938 14.898438 23.089844 15.753906 23.65625 C 15.691406 23.660156 15.625 23.652344 15.558594 23.664063 C 15.167969 23.730469 14.78125 23.910156 14.511719 24.242188 C 13.09375 24.160156 12.097656 23.75 11.464844 23.339844 C 10.785156 22.894531 10.527344 22.511719 10.519531 22.5 C 9.851563 21.414063 9.457031 19.890625 9.296875 19.171875 C 9.566406 19.035156 9.902344 18.789063 10.25 18.363281 L 9.472656 17.730469 C 9.199219 18.0625 8.972656 18.214844 8.828125 18.289063 C 8.820313 18.292969 8.828125 18.289063 8.820313 18.292969 L 8.570313 18.371094 C 8.570313 18.371094 8.472656 18.414063 8.175781 18.351563 C 7.878906 18.289063 7.425781 18.101563 6.878906 17.515625 C 6.351563 16.953125 6.03125 16.023438 6.039063 15.183594 C 6.046875 14.339844 6.351563 13.660156 6.921875 13.371094 L 6.9375 13.359375 C 7.613281 12.984375 8.0625 12.933594 8.367188 12.996094 C 8.671875 13.058594 8.882813 13.234375 9.0625 13.488281 C 9.425781 14 9.53125 14.769531 9.53125 14.769531 L 9.601563 15.390625 L 11.628906 14.691406 L 11.578125 14.289063 C 11.578125 14.289063 11.484375 13.597656 11.1875 12.75 C 11.003906 12.238281 11.085938 11.574219 11.28125 10.886719 C 11.472656 10.199219 11.757813 9.519531 11.875 8.898438 C 12 8.242188 11.839844 7.773438 11.660156 7.453125 C 12.019531 6.726563 13.933594 3.277344 18.515625 3.015625 Z M 14.140625 3.410156 C 12.449219 4.488281 11.4375 5.882813 10.949219 6.6875 L 10.8125 6.703125 C 9.886719 6.789063 9.085938 6.9375 8.484375 7.066406 C 9.179688 5.585938 11.15625 4.875 11.15625 4.875 L 11.246094 4.84375 L 11.316406 4.785156 C 11.316406 4.785156 12.300781 3.972656 14.140625 3.410156 Z M 16.453125 7.320313 C 15.40625 7.375 14.691406 7.894531 14.308594 8.476563 C 13.792969 9.253906 13.765625 10.097656 13.765625 10.097656 L 14.761719 10.152344 C 14.761719 10.152344 14.804688 9.535156 15.140625 9.027344 C 15.476563 8.519531 15.992188 8.078125 17.378906 8.402344 L 17.609375 7.429688 C 17.1875 7.332031 16.800781 7.300781 16.453125 7.320313 Z M 10.648438 7.742188 C 10.851563 7.96875 11.011719 8.085938 10.894531 8.710938 C 10.8125 9.148438 10.527344 9.851563 10.3125 10.621094 C 10.101563 11.386719 9.949219 12.25 10.242188 13.082031 C 10.429688 13.613281 10.445313 13.8125 10.484375 14.03125 L 10.3125 14.089844 C 10.25 13.746094 10.261719 13.445313 9.882813 12.910156 C 9.597656 12.511719 9.164063 12.136719 8.5625 12.015625 C 8.117188 11.925781 7.609375 11.984375 7.039063 12.207031 C 6.644531 10.363281 6.898438 9.367188 7.203125 8.851563 C 7.367188 8.566406 7.554688 8.410156 7.691406 8.324219 C 7.828125 8.238281 7.882813 8.226563 7.882813 8.226563 L 7.890625 8.226563 C 7.890625 8.226563 9.257813 7.90625 10.648438 7.742188 Z M 18.648438 10.027344 L 17.726563 10.414063 C 17.726563 10.414063 18.40625 12.023438 18.855469 12.816406 C 18.824219 12.835938 18.820313 12.847656 18.714844 12.871094 C 18.378906 12.945313 17.738281 12.910156 17.011719 12.59375 L 16.609375 13.511719 C 17.5 13.898438 18.308594 13.984375 18.925781 13.847656 C 19.234375 13.78125 19.515625 13.667969 19.71875 13.410156 C 19.925781 13.152344 19.945313 12.714844 19.769531 12.425781 C 19.457031 11.90625 18.648438 10.027344 18.648438 10.027344 Z M 22.519531 10.625 L 21.519531 10.636719 C 21.519531 10.636719 21.546875 13.015625 23.453125 14.742188 L 23.449219 14.742188 C 24.25 15.46875 24.585938 15.941406 24.640625 16.109375 C 24.667969 16.195313 24.660156 16.1875 24.644531 16.21875 C 24.632813 16.25 24.574219 16.328125 24.457031 16.4375 C 24.308594 16.570313 23.722656 16.863281 23.089844 17.054688 C 22.457031 17.246094 21.746094 17.371094 21.296875 17.359375 C 21.128906 17.351563 21.105469 17.320313 21.078125 17.292969 C 21.046875 17.261719 21.015625 17.195313 21 17.089844 C 20.96875 16.882813 21.027344 16.617188 21.027344 16.617188 L 20.054688 16.371094 C 20.054688 16.371094 19.941406 16.773438 20.011719 17.238281 C 20.046875 17.472656 20.132813 17.742188 20.34375 17.972656 C 20.558594 18.203125 20.898438 18.347656 21.269531 18.359375 C 21.910156 18.375 22.671875 18.226563 23.378906 18.011719 C 24.085938 17.796875 24.710938 17.554688 25.125 17.179688 C 25.289063 17.03125 25.453125 16.863281 25.558594 16.625 C 25.664063 16.386719 25.679688 16.078125 25.59375 15.800781 C 25.414063 15.253906 24.960938 14.765625 24.121094 14 C 22.550781 12.578125 22.519531 10.625 22.519531 10.625 Z M 7.6875 13.914063 C 7.367188 13.933594 7.03125 14.078125 6.726563 14.328125 L 7.289063 15.003906 C 7.152344 15.414063 7.015625 16.015625 7.128906 16.636719 L 8.113281 16.457031 C 8.058594 16.160156 8.140625 15.757813 8.230469 15.421875 C 8.355469 15.675781 8.453125 15.925781 8.453125 15.925781 L 9.417969 15.671875 C 9.417969 15.671875 9.273438 15.0625 8.882813 14.546875 C 8.683594 14.289063 8.40625 14.023438 8 13.9375 C 7.898438 13.914063 7.792969 13.90625 7.6875 13.914063 Z M 25.285156 17.765625 C 24.523438 18.628906 23.128906 18.746094 23.128906 18.746094 L 23.1875 19.746094 C 23.1875 19.746094 24.929688 19.6875 26.035156 18.421875 Z M 18.574219 18.121094 L 17.941406 18.894531 C 20.0625 20.617188 22.625 19.878906 22.625 19.878906 L 22.347656 18.921875 C 22.347656 18.921875 20.28125 19.503906 18.574219 18.121094 Z M 18.296875 19.722656 L 17.332031 19.996094 C 17.527344 20.691406 18.011719 21.1875 18.5625 21.496094 C 19.109375 21.804688 19.730469 21.949219 20.316406 22.027344 C 21.488281 22.179688 22.550781 22.035156 22.550781 22.035156 L 22.421875 21.042969 C 22.421875 21.042969 21.457031 21.167969 20.449219 21.035156 C 19.941406 20.972656 19.433594 20.839844 19.046875 20.625 C 18.664063 20.40625 18.410156 20.140625 18.296875 19.722656 Z M 25.113281 22.921875 C 25.363281 23.113281 25.789063 23.425781 26.464844 23.964844 C 26.890625 24.304688 27.316406 24.65625 27.625 24.9375 C 27.78125 25.082031 27.910156 25.207031 27.984375 25.292969 C 27.996094 25.304688 27.996094 25.304688 28.003906 25.3125 C 28 25.441406 27.972656 25.742188 27.890625 26.132813 C 27.800781 26.5625 27.671875 27.066406 27.546875 27.542969 C 27.335938 28.3125 27.199219 28.757813 27.125 29 L 25.949219 29 L 25.914063 28.714844 C 25.871094 28.332031 25.664063 28.097656 25.453125 27.9375 C 25.492188 27.863281 25.542969 27.792969 25.566406 27.71875 C 25.671875 27.410156 25.703125 27.085938 25.703125 26.769531 C 25.710938 26.132813 25.597656 25.492188 25.554688 25.140625 C 25.488281 24.566406 25.269531 24.074219 24.902344 23.738281 C 24.773438 23.625 24.628906 23.539063 24.472656 23.46875 C 24.738281 23.269531 24.957031 23.078125 25.113281 22.921875 Z M 9.882813 23.472656 C 10.035156 23.824219 10.300781 24.359375 10.984375 25.246094 C 11.945313 26.496094 13.53125 26.933594 14.277344 27.074219 C 14.320313 27.539063 14.375 27.984375 14.496094 28.386719 C 14.558594 28.601563 14.648438 28.808594 14.769531 29 L 4.835938 29 L 4.007813 26.9375 C 4.035156 26.917969 4.042969 26.910156 4.074219 26.890625 C 4.230469 26.78125 4.472656 26.625 4.765625 26.449219 C 5.34375 26.089844 6.125 25.625 6.921875 25.164063 C 8.296875 24.367188 9.386719 23.753906 9.882813 23.472656 Z M 23.695313 24.347656 C 23.933594 24.300781 24.085938 24.351563 24.230469 24.484375 C 24.375 24.613281 24.515625 24.863281 24.5625 25.257813 C 24.609375 25.664063 24.707031 26.253906 24.703125 26.765625 C 24.703125 27.019531 24.671875 27.25 24.625 27.394531 C 24.574219 27.542969 24.523438 27.589844 24.46875 27.617188 C 24.070313 27.820313 23.339844 27.777344 22.71875 27.625 C 22.433594 27.554688 22.1875 27.46875 21.992188 27.398438 C 22.050781 27.242188 22.089844 27.074219 22.089844 26.898438 C 22.089844 26.453125 21.882813 26.058594 21.566406 25.785156 C 21.902344 25.519531 22.269531 25.226563 22.652344 24.957031 C 22.894531 24.789063 23.125 24.632813 23.316406 24.523438 C 23.511719 24.414063 23.679688 24.351563 23.695313 24.347656 Z M 11.722656 24.546875 C 12.375 24.855469 13.15625 25.121094 14.152344 25.222656 C 14.140625 25.386719 14.140625 25.558594 14.160156 25.742188 C 14.171875 25.828125 14.175781 25.910156 14.183594 26 C 13.492188 25.816406 12.386719 25.433594 11.773438 24.636719 C 11.730469 24.582031 11.761719 24.601563 11.722656 24.546875 Z M 16.125 24.640625 C 16.570313 24.671875 17.128906 24.828125 17.578125 25.050781 L 19.433594 26.019531 C 19.246094 26.265625 19.128906 26.570313 19.128906 26.898438 C 19.128906 27.164063 19.207031 27.410156 19.332031 27.628906 C 18.675781 28.003906 17.40625 28.65625 16.359375 28.734375 C 16.015625 28.757813 15.851563 28.695313 15.738281 28.609375 C 15.628906 28.523438 15.53125 28.371094 15.453125 28.101563 C 15.292969 27.5625 15.273438 26.644531 15.15625 25.625 C 15.105469 25.21875 15.179688 25.007813 15.265625 24.886719 C 15.355469 24.765625 15.488281 24.6875 15.71875 24.652344 C 15.835938 24.632813 15.972656 24.628906 16.125 24.640625 Z M 21.136719 24.859375 C 20.980469 24.980469 20.785156 25.121094 20.660156 25.21875 C 20.707031 25.183594 20.53125 25.257813 20.355469 25.253906 C 20.210938 25.253906 20.132813 25.242188 20.09375 25.234375 L 19.5625 24.957031 C 19.863281 24.976563 20.171875 24.976563 20.492188 24.953125 C 20.722656 24.9375 20.921875 24.894531 21.136719 24.859375 Z M 20.609375 26.421875 C 20.878906 26.421875 21.089844 26.628906 21.089844 26.898438 C 21.089844 27.167969 20.878906 27.375 20.609375 27.375 C 20.339844 27.375 20.128906 27.167969 20.128906 26.898438 C 20.128906 26.628906 20.339844 26.421875 20.609375 26.421875 Z M 21.441406 28.238281 C 21.597656 28.308594 21.886719 28.441406 22.429688 28.578125 L 22.429688 29 L 20.703125 29 L 20.375 28.351563 C 20.453125 28.363281 20.53125 28.375 20.609375 28.375 C 20.640625 28.375 20.667969 28.367188 20.699219 28.367188 C 20.859375 28.417969 21.011719 28.453125 21.132813 28.417969 C 21.320313 28.359375 21.332031 28.316406 21.441406 28.238281 Z M 24.671875 28.609375 L 24.671875 28.625 C 24.671875 28.625 24.910156 28.726563 24.921875 28.828125 L 24.941406 29 L 23.429688 29 L 23.429688 28.75 C 23.839844 28.78125 24.265625 28.753906 24.671875 28.609375 Z M 19.441406 28.726563 L 19.582031 29 L 18.910156 29 C 19.101563 28.90625 19.285156 28.8125 19.441406 28.726563 Z\"/></svg></li><li title=\"jira \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16.021484 2.1992188 L 3.5800781 14.601562 C 2.8110781 15.368563 2.8090781 16.623297 3.5800781 17.404297 L 16.021484 29.800781 L 16.728516 29.097656 C 20.367516 25.472656 22.594156 23.2525 23.910156 21.9375 L 25.265625 20.580078 C 25.342625 20.504078 25.428672 20.416313 25.513672 20.320312 C 25.549672 20.285313 25.577797 20.260094 25.591797 20.246094 L 25.585938 20.238281 C 25.606938 20.212281 25.627437 20.187156 25.648438 20.160156 C 26.579437 19.230156 27.850109 17.962344 28.412109 17.402344 C 28.791109 17.028344 29 16.531 29 16 C 29 15.47 28.792063 14.973609 28.414062 14.599609 C 26.751063 12.939609 24.83425 11.016984 22.90625 9.0839844 C 20.74625 6.9179844 18.572516 4.7383437 16.728516 2.9023438 L 16.021484 2.1992188 z M 16.021484 5.0234375 C 17.701484 6.6994375 19.601234 8.6030938 21.490234 10.496094 C 23.413234 12.424094 25.325328 14.341047 26.986328 15.998047 C 25.632328 17.348047 24.678391 18.300281 24.025391 18.988281 C 23.901391 19.101281 23.774531 19.225516 23.644531 19.353516 C 23.420531 19.573516 23.201344 19.786031 23.152344 19.832031 L 23.169922 19.851562 C 21.930922 21.089562 19.563437 23.449562 16.023438 26.976562 L 4.9921875 16.015625 L 16.021484 5.0234375 z M 16.021484 10.925781 L 10.927734 16 L 16.021484 21.074219 L 21.117188 16 L 16.021484 10.925781 z M 16.021484 13.748047 L 18.283203 16 L 16.021484 18.251953 L 13.761719 16 L 16.021484 13.748047 z\"/></svg></li><li title=\"joget \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 8.832 23.168 3 16 3 z M 16 5 C 22.065 5 27 9.935 27 16 C 27 16.402757 26.976005 16.79973 26.933594 17.191406 C 24.411573 17.18943 17.473247 17.233463 14.953125 17.167969 C 11.872125 17.098969 10.418938 16.012953 11.710938 14.501953 C 12.991937 12.978953 14.226031 12.228625 15.207031 11.640625 C 16.199031 11.063625 16.684141 9.8063906 13.869141 10.025391 C 8.3648999 10.399383 6.0625804 13.440264 5.0058594 15.867188 C 5.0780433 9.8637834 9.979814 5 16 5 z M 21.582031 12 C 20.589031 12 18.916609 13.419516 17.474609 14.353516 C 15.732609 15.495516 13.851562 16.095703 13.851562 16.095703 L 23.255859 16.003906 L 25.988281 14.664062 C 25.988281 14.664063 26.184734 14.133547 24.927734 13.810547 C 23.669734 13.475547 21.616797 14.469422 19.966797 15.357422 C 18.316797 16.234422 18.248047 15.806641 18.248047 15.806641 C 18.248047 15.806641 20.831203 13.869719 21.408203 13.511719 C 21.997203 13.154719 23.185203 12.738391 22.158203 12.150391 C 21.973203 12.046391 21.778031 12 21.582031 12 z M 26.091797 20.367188 C 24.398056 24.264986 20.513385 27 16 27 C 15.298844 27 14.614291 26.926814 13.949219 26.800781 C 13.565765 26.168524 13.195705 25.506682 13.037109 25.140625 C 12.703109 24.367625 11.468891 22.56675 14.837891 21.34375 C 17.532234 20.368736 23.588388 20.392244 26.091797 20.367188 z\"/></svg></li><li title=\"joint solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 14.90625 3.9921875 C 14.544982 4.3534553 14.282342 4.7920652 13.970703 5.4746094 C 13.659064 6.1571535 13.377706 7.0175178 13.375 7.9726562 C 13.3723 8.9277949 13.702229 10.00703 14.5625 10.830078 C 15.422771 11.653126 16.719726 12.196356 18.548828 12.429688 C 20.073714 12.624168 21.071211 12.893881 21.628906 13.228516 C 22.186601 13.563151 22.419347 13.897831 22.599609 14.716797 L 24.552734 14.285156 C 24.292997 13.105122 23.652508 12.110287 22.658203 11.513672 C 21.663898 10.917057 20.429849 10.652833 18.802734 10.445312 C 17.245337 10.246644 16.390104 9.8103111 15.945312 9.3847656 C 15.500522 8.9592201 15.373456 8.5232521 15.375 7.9785156 C 15.376544 7.4337792 15.561217 6.8079871 15.791016 6.3046875 C 16.020814 5.8013879 16.37508 5.3514822 16.320312 5.40625 L 14.90625 3.9921875 z M 20.429688 4.3125 L 20.429688 6.3125 C 21.050536 6.3125 21.872833 6.388994 22.482422 6.734375 C 23.092011 7.0797559 23.597427 7.6084841 23.720703 9.0703125 L 23.796875 9.9863281 L 24.716797 9.9863281 C 25.233109 9.9863281 26.314383 10.153358 26.847656 10.619141 C 27.114293 10.852032 27.294899 11.120763 27.357422 11.644531 C 27.419942 12.1683 27.326072 12.97341 26.855469 14.119141 L 28.705078 14.880859 C 29.262979 13.52259 29.460665 12.387622 29.34375 11.408203 C 29.226835 10.428784 28.756723 9.6326402 28.162109 9.1132812 C 27.252065 8.3184125 26.258161 8.1359831 25.453125 8.0683594 C 25.107173 6.6230446 24.39953 5.5215019 23.46875 4.9941406 C 22.347339 4.3587715 21.171838 4.3125 20.429688 4.3125 z M 30 16 L 2 17 L 2 23 L 30 24 L 30 16 z M 28 18.072266 L 28 21.927734 L 26 21.855469 L 26 18.144531 L 28 18.072266 z M 24 18.214844 L 24 21.785156 L 22 21.712891 L 22 18.287109 L 24 18.214844 z M 20 18.357422 L 20 21.642578 L 4 21.070312 L 4 18.929688 L 20 18.357422 z\"/></svg></li><li title=\"joomla \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6.023438 8.6875 C 6.023438 7.210938 7.222656 6.011719 8.699219 6.011719 C 10.03125 6.011719 11.132813 6.984375 11.339844 8.253906 C 12.78125 7.914063 14.363281 8.308594 15.488281 9.433594 L 15.640625 9.589844 L 13.667969 11.5625 L 13.515625 11.40625 C 12.875 10.765625 11.835938 10.765625 11.195313 11.410156 C 10.550781 12.050781 10.550781 13.09375 11.191406 13.730469 L 15.640625 18.179688 L 13.667969 20.152344 L 11.578125 18.0625 L 9.601563 16.089844 L 9.21875 15.703125 C 8.023438 14.511719 7.65625 12.808594 8.109375 11.296875 C 6.914063 11.027344 6.023438 9.964844 6.023438 8.6875 Z M 11.8125 13.882813 L 13.785156 15.859375 L 15.875 13.773438 L 18.234375 11.414063 C 18.878906 10.769531 19.914063 10.769531 20.554688 11.410156 C 21.195313 12.050781 21.195313 13.089844 20.554688 13.730469 L 20.402344 13.882813 L 22.375 15.859375 L 22.527344 15.703125 C 23.710938 14.523438 24.085938 12.839844 23.652344 11.34375 C 24.964844 11.171875 25.976563 10.046875 25.976563 8.6875 C 25.976563 7.210938 24.78125 6.011719 23.300781 6.011719 C 21.949219 6.011719 20.832031 7.015625 20.652344 8.320313 C 19.144531 7.878906 17.453125 8.253906 16.265625 9.4375 L 15.878906 9.824219 L 13.902344 11.796875 Z M 23.699219 20.664063 C 24.054688 19.210938 23.664063 17.613281 22.527344 16.480469 L 22.140625 16.089844 L 20.167969 14.117188 L 18.085938 12.03125 L 16.109375 14.003906 L 18.195313 16.09375 L 20.554688 18.453125 C 21.199219 19.097656 21.195313 20.132813 20.558594 20.773438 C 19.917969 21.414063 18.878906 21.414063 18.238281 20.769531 L 18.085938 20.621094 L 16.113281 22.597656 L 16.261719 22.746094 C 17.464844 23.949219 19.183594 24.316406 20.703125 23.847656 C 20.949219 25.070313 22.03125 25.992188 23.324219 25.992188 C 24.800781 25.992188 26 24.792969 26 23.316406 C 26 21.964844 25 20.847656 23.699219 20.664063 Z M 19.933594 18.300781 L 17.960938 16.324219 L 15.875 18.410156 L 13.902344 20.386719 L 13.515625 20.773438 C 12.875 21.414063 11.835938 21.414063 11.191406 20.769531 C 10.550781 20.128906 10.550781 19.09375 11.191406 18.449219 L 11.34375 18.300781 L 9.371094 16.324219 L 9.21875 16.476563 C 8.070313 17.621094 7.683594 19.242188 8.058594 20.707031 C 6.878906 20.984375 6 22.046875 6 23.3125 C 6 24.789063 7.199219 25.988281 8.675781 25.988281 C 9.945313 25.984375 11.011719 25.101563 11.285156 23.910156 C 12.742188 24.273438 14.351563 23.886719 15.488281 22.746094 L 15.878906 22.359375 L 17.851563 20.382813 Z\"/></svg></li><li title=\"journal whills solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 9 4 C 7.355 4 6 5.355 6 7 L 6 25 C 6 26.645 7.355 28 9 28 L 26 28 L 26 4 L 9 4 z M 9 6 L 24 6 L 24 22 L 9 22 C 8.648 22 8.316 22.0735 8 22.1875 L 8 7 C 8 6.434 8.434 6 9 6 z M 16 8.2148438 C 15.886 8.2148438 15.790156 8.3049219 15.785156 8.4199219 L 15.537109 14.357422 L 14.894531 13.919922 C 14.810531 13.864922 14.699953 13.871406 14.626953 13.941406 C 14.553953 14.009406 14.538844 14.121031 14.589844 14.207031 L 15.048828 14.974609 L 14.087891 15.173828 C 13.987891 15.194828 13.917969 15.281812 13.917969 15.382812 C 13.917969 15.483812 13.987891 15.57275 14.087891 15.59375 L 15.048828 15.792969 L 14.589844 16.558594 C 14.538844 16.644594 14.553953 16.755219 14.626953 16.824219 C 14.667953 16.862219 14.719437 16.882812 14.773438 16.882812 C 14.815438 16.882812 14.857531 16.869703 14.894531 16.845703 L 15.451172 16.46875 L 15.378906 18.220703 C 14.020906 17.933703 13 16.728156 13 15.285156 C 13 14.479156 13.322844 13.751891 13.839844 13.212891 C 13.071844 12.583891 12.570312 11.639313 12.570312 10.570312 C 12.570313 9.9133125 12.764938 9.3071563 13.085938 8.7851562 C 12.007937 9.3901563 11.137562 10.303828 10.601562 11.423828 L 12.017578 12.839844 C 12.184578 13.006844 12.184578 13.278313 12.017578 13.445312 C 11.933578 13.528312 11.824844 13.570312 11.714844 13.570312 C 11.604844 13.570312 11.494156 13.529312 11.410156 13.445312 L 10.271484 12.306641 C 10.111484 12.847641 9.999 13.408 10 14 C 10 14.028 10.008766 14.052078 10.009766 14.080078 L 11.996094 15.820312 C 12.174094 15.975312 12.193109 16.247781 12.037109 16.425781 C 11.952109 16.522781 11.833844 16.570312 11.714844 16.570312 C 11.610844 16.570312 11.509641 16.533844 11.431641 16.464844 L 10.167969 15.359375 C 10.785969 18.016375 13.156 20 16 20 C 18.844 20 21.214031 18.015375 21.832031 15.359375 L 20.568359 16.466797 C 20.487359 16.537797 20.386156 16.572266 20.285156 16.572266 C 20.161156 16.572266 20.043891 16.518781 19.962891 16.425781 C 19.962891 16.425781 19.962891 16.423828 19.962891 16.423828 C 19.807891 16.245828 19.825906 15.975312 20.003906 15.820312 L 21.992188 14.080078 C 21.992188 14.052078 22 14.028 22 14 C 22 13.408 21.886516 12.847641 21.728516 12.306641 L 20.589844 13.445312 C 20.505844 13.528312 20.397109 13.570312 20.287109 13.570312 C 20.177109 13.570312 20.068375 13.529312 19.984375 13.445312 C 19.817375 13.278313 19.817375 13.006844 19.984375 12.839844 L 21.398438 11.423828 C 20.862438 10.303828 19.992062 9.3891562 18.914062 8.7851562 C 19.234063 9.3071563 19.429688 9.9133125 19.429688 10.570312 C 19.429688 11.640313 18.928156 12.583891 18.160156 13.212891 C 18.677156 13.751891 19 14.479156 19 15.285156 C 19 16.728156 17.979047 17.93175 16.623047 18.21875 L 16.546875 16.382812 L 17.226562 16.84375 C 17.263562 16.86875 17.305656 16.880859 17.347656 16.880859 C 17.399656 16.880859 17.453141 16.861266 17.494141 16.822266 C 17.567141 16.754266 17.58225 16.644594 17.53125 16.558594 L 17.072266 15.791016 L 18.033203 15.591797 C 18.133203 15.570797 18.203125 15.483813 18.203125 15.382812 C 18.203125 15.281813 18.133203 15.192875 18.033203 15.171875 L 17.072266 14.972656 L 17.53125 14.205078 C 17.58225 14.119078 17.567141 14.010406 17.494141 13.941406 C 17.420141 13.873406 17.310562 13.864922 17.226562 13.919922 L 16.464844 14.435547 L 16.214844 8.4199219 C 16.209844 8.3059219 16.115 8.2148438 16 8.2148438 z M 9 24 L 24 24 L 24 26 L 9 26 C 8.434 26 8 25.566 8 25 C 8 24.434 8.434 24 9 24 z\"/></svg></li><li title=\"js square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 L 5 5 z M 7 7 L 25 7 L 25 25 L 7 25 L 7 7 z M 20.244141 15 C 18.819141 15 17.898438 15.912141 17.898438 17.119141 C 17.898437 18.430141 18.667172 19.056781 19.826172 19.550781 L 20.226562 19.722656 C 20.958563 20.045656 21.394531 20.234156 21.394531 20.785156 C 21.394531 21.250156 20.967734 21.583984 20.302734 21.583984 C 19.514734 21.583984 19.066609 21.166469 18.724609 20.605469 L 17.414062 21.355469 C 17.879062 22.286469 18.847844 23 20.339844 23 C 21.859844 23 23 22.211578 23 20.767578 C 23 19.418578 22.230328 18.819234 20.861328 18.240234 L 20.462891 18.068359 C 19.769891 17.764359 19.474609 17.564844 19.474609 17.089844 C 19.474609 16.699844 19.769141 16.396484 20.244141 16.396484 C 20.710141 16.396484 21.003297 16.595844 21.279297 17.089844 L 22.535156 16.283203 C 22.003156 15.352203 21.270141 15 20.244141 15 z M 14.394531 15.095703 L 14.394531 20.558594 C 14.394531 21.356594 14.052297 21.564453 13.529297 21.564453 C 12.978297 21.564453 12.741141 21.185281 12.494141 20.738281 L 11.183594 21.527344 C 11.563594 22.335344 12.312703 23 13.595703 23 C 15.020703 23 16 22.239172 16 20.576172 L 16 15.095703 L 14.394531 15.095703 z\"/></svg></li><li title=\"js \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 0 7 L 0 25 L 32 25 L 32 7 Z M 2 9 L 30 9 L 30 23 L 2 23 Z M 12 12 L 12 17.5 C 12 17.714844 11.714844 18 11.5 18 C 11.285156 18 11 17.714844 11 17.5 L 11 17 L 9 17 L 9 17.5 C 9 18.882813 10.117188 20 11.5 20 C 12.882813 20 14 18.882813 14 17.5 L 14 12 Z M 18.5 12 C 17.117188 12 16 13.117188 16 14.5 C 16 15.882813 17.117188 17 18.5 17 C 18.714844 17 19 17.285156 19 17.5 C 19 17.800781 18.882813 18 18.5 18 C 18.132813 18 18.074219 17.921875 18.0625 17.90625 C 18.050781 17.890625 18 17.828125 18 17.59375 L 16 17.59375 C 16 18.160156 16.164063 18.796875 16.625 19.28125 C 17.085938 19.765625 17.769531 20 18.5 20 C 19.917969 20 21 18.800781 21 17.5 C 21 16.117188 19.882813 15 18.5 15 C 18.285156 15 18 14.714844 18 14.5 C 18 14.285156 18.285156 14 18.5 14 C 18.765625 14 18.847656 14.0625 18.90625 14.125 C 18.964844 14.1875 19 14.292969 19 14.40625 L 21 14.40625 C 21 13.816406 20.785156 13.214844 20.34375 12.75 C 19.902344 12.285156 19.234375 12 18.5 12 Z\"/></svg></li><li title=\"jsfiddle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 25.992188 14.347656 C 25.910156 9.722656 22.140625 6 17.5 6 C 14.027344 6 11.042969 8.085938 9.726563 11.074219 C 9.488281 11.03125 9.246094 11 9 11 C 6.859375 11 5.128906 12.683594 5.019531 14.796875 C 3.21875 15.832031 2 17.773438 2 20 C 2 23.3125 4.6875 26 8 26 L 24 26 C 27.3125 26 30 23.3125 30 20 C 30 17.386719 28.324219 15.167969 25.992188 14.347656 Z M 20.890625 23 C 18.976563 23 17.144531 21.355469 15.375 19.765625 C 13.863281 18.40625 12.300781 17 11.109375 17 C 9.925781 17 9 17.878906 9 19 C 9 20.085938 9.96875 21 11.109375 21 C 12.097656 21 12.988281 20.589844 13.839844 19.742188 L 15.25 21.15625 C 14.023438 22.382813 12.632813 23 11.109375 23 C 8.84375 23 7 21.207031 7 19 C 7 16.792969 8.84375 15 11.109375 15 C 13.066406 15 14.921875 16.664063 16.710938 18.277344 C 18.199219 19.613281 19.742188 21 20.886719 21 C 22.054688 21 23 20.101563 23 19 C 23 17.878906 22.074219 17 20.890625 17 C 19.535156 17 18.328125 17.902344 18.011719 18.21875 L 16.597656 16.808594 C 16.667969 16.734375 18.425781 15 20.890625 15 C 23.15625 15 25 16.792969 25 19 C 25 21.207031 23.15625 23 20.890625 23 Z\"/></svg></li><li title=\"kaaba solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 5 C 15.786 5 15.572188 5.0345156 15.367188 5.1035156 L 5.0253906 8.5507812 C 4.4123906 8.7547812 4 9.3266562 4 9.9726562 L 4 22.890625 C 4 23.578625 4.4687188 24.178703 5.1367188 24.345703 L 15.515625 26.939453 C 15.674625 26.979453 15.837 27 16 27 C 16.163 27 16.325375 26.979453 16.484375 26.939453 L 26.863281 24.345703 C 27.531281 24.179703 28 23.579625 28 22.890625 L 28 9.9726562 C 28 9.3266562 27.587609 8.7547812 26.974609 8.5507812 L 16.632812 5.1035156 C 16.427812 5.0345156 16.214 5 16 5 z M 16 7 L 26 10.332031 L 26 12.876953 L 16.800781 10.119141 C 16.275781 9.9611406 15.724219 9.9611406 15.199219 10.119141 L 6 12.876953 L 6 10.332031 L 16 7 z M 16 11.632812 C 16.161375 11.632812 16.323922 11.655172 16.482422 11.701172 L 26 14.558594 L 26 22.5 L 16 25 L 6 22.5 L 6 14.558594 L 15.525391 11.701172 C 15.679391 11.655172 15.838625 11.632812 16 11.632812 z M 15.220703 13.005859 C 15.179688 12.997422 15.135547 12.997516 15.091797 13.009766 L 11.759766 13.917969 C 11.642766 13.951969 11.558594 14.060547 11.558594 14.185547 L 11.558594 14.767578 C 11.558594 14.951578 11.733203 15.077156 11.908203 15.035156 L 15.242188 14.126953 C 15.359188 14.093953 15.441406 13.976562 15.441406 13.851562 L 15.441406 13.277344 C 15.441406 13.140094 15.34375 13.031172 15.220703 13.005859 z M 16.78125 13.005859 C 16.658203 13.031031 16.558594 13.140094 16.558594 13.277344 L 16.558594 13.853516 C 16.558594 13.986516 16.642766 14.095906 16.759766 14.128906 L 20.091797 15.035156 C 20.266797 15.085156 20.441406 14.952531 20.441406 14.769531 L 20.441406 14.185547 C 20.441406 14.060547 20.358187 13.952922 20.242188 13.919922 L 16.908203 13.011719 C 16.864453 12.999219 16.822266 12.997469 16.78125 13.005859 z M 10.220703 14.371094 C 10.179688 14.362703 10.135547 14.364453 10.091797 14.376953 L 7.3164062 15.134766 C 7.1914062 15.168766 7.109375 15.277344 7.109375 15.402344 L 7.109375 15.976562 C 7.109375 16.160562 7.2839844 16.294141 7.4589844 16.244141 L 10.242188 15.486328 C 10.359188 15.452328 10.441406 15.34375 10.441406 15.21875 L 10.441406 14.644531 C 10.441406 14.507281 10.34375 14.396266 10.220703 14.371094 z M 21.78125 14.371094 C 21.658203 14.396266 21.558594 14.507281 21.558594 14.644531 L 21.558594 15.21875 C 21.558594 15.34375 21.642766 15.453328 21.759766 15.486328 L 24.542969 16.244141 C 24.717969 16.294141 24.892578 16.159562 24.892578 15.976562 L 24.892578 15.402344 C 24.892578 15.277344 24.807594 15.168766 24.683594 15.134766 L 21.908203 14.376953 C 21.864453 14.364453 21.822266 14.362703 21.78125 14.371094 z\"/></svg></li><li title=\"kaggle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 10.351562 4 C 10.117563 4 10 4.1165625 10 4.3515625 L 10 27.644531 C 10 27.878531 10.116563 27.996094 10.351562 27.996094 L 12.648438 27.996094 C 12.882437 27.996094 13.001953 27.879531 13.001953 27.644531 L 13.001953 22.808594 L 14.810547 21.085938 L 20.048828 27.75 C 20.190828 27.915 20.354922 28 20.544922 28 L 23.716797 28 C 23.882797 28 23.977 27.952422 24 27.857422 L 23.933594 27.498047 L 17.023438 18.910156 L 23.650391 12.498047 C 23.773391 12.370047 23.730438 12 23.398438 12 L 20.117188 12 C 19.951187 12 19.785141 12.085953 19.619141 12.251953 L 13 18.974609 L 13 4.3515625 C 13 4.1165625 12.883437 4 12.648438 4 L 10.351562 4 z\"/></svg></li><li title=\"key solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 20 3 C 15.054688 3 11 7.054688 11 12 C 11 12.519531 11.085938 12.976563 11.15625 13.4375 L 3.28125 21.28125 L 3 21.59375 L 3 29 L 10 29 L 10 26 L 13 26 L 13 23 L 16 23 L 16 20.03125 C 17.179688 20.609375 18.554688 21 20 21 C 24.945313 21 29 16.945313 29 12 C 29 7.054688 24.945313 3 20 3 Z M 20 5 C 23.855469 5 27 8.144531 27 12 C 27 15.855469 23.855469 19 20 19 C 18.789063 19 17.542969 18.644531 16.59375 18.125 L 16.34375 18 L 14 18 L 14 21 L 11 21 L 11 24 L 8 24 L 8 27 L 5 27 L 5 22.4375 L 12.90625 14.5 L 13.28125 14.15625 L 13.1875 13.625 C 13.085938 13.023438 13 12.488281 13 12 C 13 8.144531 16.144531 5 20 5 Z M 22 8 C 20.894531 8 20 8.894531 20 10 C 20 11.105469 20.894531 12 22 12 C 23.105469 12 24 11.105469 24 10 C 24 8.894531 23.105469 8 22 8 Z\"/></svg></li><li title=\"keybase \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 14.716797 4 C 14.177797 4.75 13.783297 5.2906563 13.404297 5.8476562 C 13.100297 5.4836562 12.6595 5.2623281 12.1875 5.2363281 C 10.6665 5.1403281 10.750641 5.1464844 10.681641 5.1464844 C 9.7646406 5.1514844 9.0072656 5.8661562 8.9472656 6.7851562 L 8.8632812 8.1894531 L 8.8632812 8.1953125 C 8.8112812 9.1553125 9.5400937 9.9790625 10.496094 10.039062 L 11.558594 10.103516 C 11.467594 11.003516 11.611609 11.845359 11.974609 12.568359 C 10.591609 13.147359 9.3381094 13.997312 8.2871094 15.070312 C 4.9381094 18.418312 5.0058594 22.588562 5.0058594 26.601562 L 6.2753906 25.251953 C 6.5383906 26.219953 6.9379375 27.145 7.4609375 28 L 8.9960938 28 C 8.1520938 26.854 7.5820781 25.527953 7.3300781 24.126953 L 9.4609375 21.859375 L 8.4511719 25.037109 C 10.698172 23.398109 14.151703 20.332797 20.970703 22.341797 C 22.773703 22.866797 24.693734 22.379828 25.552734 20.798828 C 25.984734 22.914828 25.611422 25.920141 24.357422 27.994141 L 25.814453 27.994141 C 26.593453 26.435141 27 24.560562 27 22.476562 C 27 19.839562 25.873875 17.17125 23.921875 15.15625 C 22.261875 13.44625 20.539391 12.707859 19.525391 12.380859 C 19.570391 12.274859 19.610484 12.165641 19.646484 12.056641 C 20.351484 9.9156406 19.195453 7.6074375 17.064453 6.8984375 C 16.077453 6.5664375 15.543938 6.59375 15.335938 6.59375 C 15.329937 6.58875 15.090406 6.2024375 15.816406 4.6484375 L 14.716797 4 z M 10.6875 6.4277344 C 10.7095 6.4277344 10.592281 6.4176719 12.113281 6.5136719 C 12.646281 6.5506719 12.534297 7.1469062 12.529297 7.2539062 C 12.245297 7.7539063 12.010078 8.281125 11.830078 8.828125 L 10.576172 8.7539062 C 10.324172 8.7369063 10.131531 8.519625 10.144531 8.265625 L 10.228516 6.8613281 C 10.241516 6.6173281 10.4435 6.4267344 10.6875 6.4277344 z M 14.146484 7.0429688 C 14.350484 7.5599687 14.857156 7.8902813 15.410156 7.8632812 C 15.805156 7.8472813 17.572594 8.0035 18.308594 9.5625 C 18.697594 10.3985 18.772109 11.817219 17.662109 12.824219 L 17.214844 12.273438 C 15.918844 10.966437 14.396484 12.074938 14.396484 13.210938 C 13.904484 12.977938 13.491031 12.604672 13.207031 12.138672 C 12.161031 10.391672 13.415484 8.1799688 14.146484 7.0429688 z M 10.955078 7.1875 L 10.902344 8.0234375 L 11.734375 8.078125 L 11.787109 7.2421875 L 10.955078 7.1875 z M 16.007812 12.96875 C 16.085047 12.971828 16.163812 13.007641 16.226562 13.087891 C 16.963563 13.998891 15.783734 12.540328 19.177734 16.736328 C 19.433734 17.052328 18.958266 17.448953 18.697266 17.126953 L 18.404297 16.763672 L 17.357422 17.619141 C 17.255422 17.703141 17.105484 17.689891 17.021484 17.587891 L 16.546875 17.003906 C 16.463875 16.901906 16.476125 16.751969 16.578125 16.667969 L 17.630859 15.804688 L 17.203125 15.277344 L 16.685547 15.707031 C 16.429547 15.916031 16.044062 15.407125 16.289062 15.203125 L 16.802734 14.779297 C 16.728734 14.688297 15.847094 13.601516 15.746094 13.478516 C 15.549594 13.241516 15.776109 12.959516 16.007812 12.96875 z M 18.810547 13.484375 C 19.226547 13.614375 19.63325 13.768313 20.03125 13.945312 C 21.67425 14.679312 23.045266 15.911641 23.947266 17.181641 C 24.763266 18.338641 24.9025 19.523422 24.3125 20.357422 C 23.7305 21.188422 22.583219 21.471563 21.324219 21.101562 C 17.407219 19.944562 13.876969 20.207047 10.792969 21.873047 L 12.386719 16.859375 C 6.0957187 23.557375 6.7426875 22.871891 6.3046875 23.337891 C 6.3636875 21.767891 6.5702344 20.121906 7.3652344 18.503906 C 8.0742344 17.067906 9.7944844 14.726187 12.771484 13.617188 C 13.624484 14.432187 14.664828 14.693672 15.048828 14.763672 C 14.816828 15.302672 14.912922 15.927094 15.294922 16.371094 C 15.135922 16.864094 15.234547 17.406594 15.560547 17.808594 L 16.035156 18.392578 C 16.323156 18.749578 16.757844 18.956078 17.214844 18.955078 C 17.860844 18.955078 18.245391 18.548781 18.400391 18.425781 C 19.248391 18.735781 19.878266 18.221109 19.947266 18.162109 C 20.625266 17.604109 20.725875 16.599969 20.171875 15.917969 L 18.46875 13.816406 C 18.58975 13.714406 18.704547 13.603375 18.810547 13.484375 z M 19.40625 24.404297 C 18.88125 24.404297 18.457031 24.832375 18.457031 25.359375 C 18.457031 25.886375 18.88125 26.3125 19.40625 26.3125 C 19.93125 26.3125 20.357422 25.886375 20.357422 25.359375 C 20.355422 24.832375 19.93025 24.405297 19.40625 24.404297 z M 13.505859 24.410156 C 12.980859 24.410156 12.556641 24.836281 12.556641 25.363281 C 12.556641 25.890281 12.980859 26.318359 13.505859 26.318359 C 14.030859 26.318359 14.455078 25.890281 14.455078 25.363281 C 14.453078 24.836281 14.029859 24.411156 13.505859 24.410156 z\"/></svg></li><li title=\"keyboard solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 3 7 C 1.90625 7 1 7.90625 1 9 L 1 23 C 1 24.09375 1.90625 25 3 25 L 29 25 C 30.09375 25 31 24.09375 31 23 L 31 9 C 31 7.90625 30.09375 7 29 7 Z M 3 9 L 29 9 L 29 23 L 3 23 Z M 5 11 L 5 13 L 7 13 L 7 11 Z M 9 11 L 9 13 L 11 13 L 11 11 Z M 13 11 L 13 13 L 15 13 L 15 11 Z M 17 11 L 17 13 L 19 13 L 19 11 Z M 21 11 L 21 13 L 23 13 L 23 11 Z M 25 11 L 25 13 L 27 13 L 27 11 Z M 5 15 L 5 17 L 9 17 L 9 15 Z M 11 15 L 11 17 L 13 17 L 13 15 Z M 15 15 L 15 17 L 17 17 L 17 15 Z M 19 15 L 19 17 L 21 17 L 21 15 Z M 23 15 L 23 17 L 27 17 L 27 15 Z M 5 19 L 5 21 L 9 21 L 9 19 Z M 11 19 L 11 21 L 21 21 L 21 19 Z M 23 19 L 23 21 L 27 21 L 27 19 Z\"/></svg></li><li title=\"keyboard \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 3 7 C 1.90625 7 1 7.90625 1 9 L 1 23 C 1 24.09375 1.90625 25 3 25 L 29 25 C 30.09375 25 31 24.09375 31 23 L 31 9 C 31 7.90625 30.09375 7 29 7 Z M 3 9 L 29 9 L 29 23 L 3 23 Z M 5 11 L 5 13 L 7 13 L 7 11 Z M 9 11 L 9 13 L 11 13 L 11 11 Z M 13 11 L 13 13 L 15 13 L 15 11 Z M 17 11 L 17 13 L 19 13 L 19 11 Z M 21 11 L 21 13 L 23 13 L 23 11 Z M 25 11 L 25 13 L 27 13 L 27 11 Z M 5 15 L 5 17 L 9 17 L 9 15 Z M 11 15 L 11 17 L 13 17 L 13 15 Z M 15 15 L 15 17 L 17 17 L 17 15 Z M 19 15 L 19 17 L 21 17 L 21 15 Z M 23 15 L 23 17 L 27 17 L 27 15 Z M 5 19 L 5 21 L 9 21 L 9 19 Z M 11 19 L 11 21 L 21 21 L 21 19 Z M 23 19 L 23 21 L 27 21 L 27 19 Z\"/></svg></li><li title=\"keycdn \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 25.792969 4.3925781 C 24.572969 4.3925781 23.525391 5.4002031 23.525391 6.6582031 C 23.525391 6.8892031 23.565812 7.1207969 23.632812 7.3417969 L 21.701172 9.1464844 C 20.156172 7.8404844 18.217406 7.1107344 16.191406 7.0527344 C 14.386406 7.0147344 12.630047 7.4956094 11.123047 8.4746094 L 12.111328 9.5019531 C 13.321328 8.7729531 14.724297 8.4170781 16.154297 8.4550781 C 18.506297 8.5130781 20.569703 9.5585156 22.095703 11.603516 L 25.042969 8.8007812 C 25.138969 8.8387813 25.494969 8.8967187 25.792969 8.8867188 C 27.011969 8.8867188 28 7.8693906 28 6.6503906 C 28 5.4403906 27.011969 4.3935781 25.792969 4.3925781 z M 7.8828125 6.0664062 C 7.5251875 6.0567813 7.168625 6.1832656 6.890625 6.4472656 C 6.323625 6.9852656 6.3040313 7.8695469 6.8320312 8.4355469 C 7.1490312 8.7715469 7.5997812 8.9244219 8.0507812 8.8574219 L 9.2304688 10.095703 C 7.8674688 11.669703 7.0519063 13.686297 7.0039062 15.779297 C 6.9559062 17.507297 7.4085469 19.197547 8.3105469 20.685547 L 9.3476562 19.675781 C 8.6946563 18.494781 8.37725 17.169641 8.40625 15.806641 C 8.45425 14.021641 9.1264063 12.322281 10.316406 10.988281 C 10.758406 10.480281 11.161812 10.172234 11.382812 9.9902344 L 9.2324219 7.734375 C 9.3194219 7.292375 9.1939531 6.8318594 8.8769531 6.5058594 C 8.5984531 6.2223594 8.2404375 6.0760312 7.8828125 6.0664062 z M 16.029297 10.015625 C 12.976297 10.024625 10.415344 12.220484 10.027344 15.271484 C 9.6223438 18.555484 11.949375 21.55475 15.234375 21.96875 C 18.519375 22.37375 21.521547 20.047859 21.935547 16.755859 C 22.341547 13.480859 20.01275 10.471406 16.71875 10.066406 C 16.49475 10.032406 16.262297 10.015625 16.029297 10.015625 z M 23.623047 11.373047 L 22.595703 12.351562 C 23.238703 13.523562 23.614937 14.847172 23.585938 16.201172 C 23.527938 18.294172 22.566547 20.426297 20.560547 22.029297 C 20.560547 22.029297 21.473531 22.998328 22.644531 24.236328 C 22.557531 24.687328 22.681047 25.148609 22.998047 25.474609 C 23.535047 26.031609 24.420328 26.051437 24.986328 25.523438 C 25.552328 24.986438 25.571156 24.101156 25.035156 23.535156 C 24.727156 23.199156 24.275219 23.046281 23.824219 23.113281 C 23.805219 23.094281 22.710406 21.933062 22.691406 21.914062 C 24.083406 20.349062 24.918563 18.342234 24.976562 16.240234 C 25.014562 14.531234 24.525047 12.832047 23.623047 11.373047 z M 15.998047 13 C 17.250047 13.024 18.232047 13.982 18.248047 15.25 C 18.240047 16.145 17.773094 16.849531 16.996094 17.269531 L 17.498047 19 L 14.498047 19 L 15.001953 17.269531 C 14.217953 16.865531 13.764234 16.129 13.740234 15.25 C 13.780234 13.959 14.754047 13.024 15.998047 13 z M 9.8261719 20.435547 L 6.9941406 23.199219 C 5.5541406 22.681219 4 23.728797 4 25.341797 C 4 26.598797 4.9705625 27.605469 6.2265625 27.605469 C 7.7825625 27.605469 8.8384844 26.0795 8.3964844 24.6875 C 8.4154844 24.6685 10.191172 22.912109 10.201172 22.912109 C 11.756172 24.208109 13.694703 24.936141 15.720703 24.994141 C 17.525703 25.032141 19.282062 24.544219 20.789062 23.574219 C 20.674062 23.459219 20.050547 22.796875 19.810547 22.546875 C 18.591547 23.266875 17.189766 23.62275 15.759766 23.59375 C 13.157766 23.52675 11.333172 22.441547 9.8261719 20.435547 z\"/></svg></li><li title=\"khanda solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 15.492188 3 L 12.613281 5.578125 C 12.393281 5.784125 12.325453 6.0913281 12.439453 6.3613281 L 12.693359 6.921875 C 11.103359 7.877875 10.027344 9.6037031 10.027344 11.595703 C 10.027344 13.634703 11.155594 15.389078 12.808594 16.330078 L 12.425781 17.173828 C 12.318781 17.426828 12.3715 17.714922 12.5625 17.919922 L 14.712891 19.681641 L 14.712891 20.652344 L 10.972656 18.048828 C 8.8106562 16.605828 7.5138594 14.192703 7.5058594 11.595703 C 7.5058594 10.077703 8.0875781 8.4459688 8.8925781 7.1679688 C 9.0815781 6.8659687 9.009625 6.494375 8.765625 6.234375 C 8.521625 5.974375 8.0980625 5.9325156 7.7890625 6.1035156 C 3.9540625 8.1955156 1.9113437 13.025125 3.6523438 17.453125 C 3.9973437 18.331125 4.527625 19.132609 5.140625 19.849609 L 7.7714844 22.736328 C 8.0094844 23.014328 8.4084687 23.089969 8.7304688 22.917969 L 12.705078 21.160156 L 14.132812 22.154297 L 11.414062 23.707031 C 11.332062 23.689031 11.256922 23.658203 11.169922 23.658203 C 10.522922 23.658203 9.9980469 24.182078 9.9980469 24.830078 C 9.9990469 25.475078 10.524875 26 11.171875 26 C 11.762875 26 12.230547 25.555328 12.310547 24.986328 L 14.712891 23.652344 L 14.712891 25.113281 C 14.254891 25.386281 14 25.8655 14 26.4375 C 14 27.3005 14.630187 28 15.492188 28 C 16.355187 28 17 27.3005 17 26.4375 C 17 25.8655 16.731437 25.387234 16.273438 25.115234 L 16.273438 23.642578 L 18.689453 24.986328 C 18.770453 25.554328 19.237125 26 19.828125 26 C 20.475125 26 21 25.475125 21 24.828125 C 21 24.181125 20.475125 23.65625 19.828125 23.65625 C 19.741125 23.65625 19.665984 23.687078 19.583984 23.705078 L 16.867188 22.152344 L 18.292969 21.158203 L 22.269531 22.916016 C 22.592531 23.088016 22.991516 23.011375 23.228516 22.734375 L 25.689453 20.046875 C 26.610453 18.971875 27.349125 17.727469 27.703125 16.355469 C 28.761125 12.270469 26.757203 8.0626563 23.158203 6.0976562 C 22.847203 5.9266562 22.457844 5.9831406 22.214844 6.2441406 C 21.969844 6.5031406 21.930094 6.8952656 22.121094 7.1972656 C 22.926094 8.4742656 23.496094 10.075844 23.496094 11.589844 C 23.487094 14.189844 22.188625 16.603687 20.015625 18.054688 L 16.273438 20.660156 L 16.273438 19.679688 L 18.425781 17.917969 C 18.616781 17.712969 18.6695 17.424875 18.5625 17.171875 L 18.179688 16.330078 C 19.831688 15.390078 20.958984 13.63175 20.958984 11.59375 C 20.958984 9.60175 19.883969 7.877875 18.292969 6.921875 L 18.548828 6.3613281 C 18.662828 6.0913281 18.592047 5.783125 18.373047 5.578125 L 15.492188 3 z M 17.449219 8.671875 C 18.384219 9.327875 19 10.386891 19 11.587891 C 19 12.843891 18.331266 13.949703 17.322266 14.595703 L 16.994141 13.896484 C 16.485141 12.515484 16.485141 11.021625 16.994141 9.640625 L 17.449219 8.671875 z M 13.542969 8.6894531 L 13.994141 9.6523438 C 14.500141 11.025344 14.500141 12.508812 13.994141 13.882812 L 13.667969 14.578125 C 12.664969 13.936125 12 12.836891 12 11.587891 C 12 10.393891 12.612969 9.3414531 13.542969 8.6894531 z\"/></svg></li><li title=\"kickstarter k \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 11 5 C 9.343 5 8 6.343 8 8 L 8 24 C 8 25.657 9.343 27 11 27 C 12.657 27 14 25.657 14 24 L 14 19.414062 L 19.742188 25.976562 C 20.335188 26.653562 21.166953 27 22.001953 27 C 22.702953 27 23.406562 26.755813 23.976562 26.257812 C 25.223562 25.166812 25.348813 23.272391 24.257812 22.025391 L 18.859375 15.855469 L 23.400391 9.8007812 C 24.394391 8.4757813 24.126781 6.5936094 22.800781 5.5996094 C 21.475781 4.6056094 19.593609 4.8732188 18.599609 6.1992188 L 14 12.333984 L 14 8 C 14 6.343 12.657 5 11 5 z\"/></svg></li><li title=\"kickstarter \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 L 5 5 z M 7 7 L 25 7 L 25 25 L 7 25 L 7 7 z M 13.632812 11 C 12.579812 11 12 11.808406 12 12.816406 L 12 19.132812 C 12 20.185813 12.559344 20.992188 13.652344 20.992188 C 14.529344 20.992188 15.251953 20.421813 15.251953 19.132812 L 15.251953 17.427734 L 17.722656 20.515625 C 18.224656 21.123625 19.314 21.200625 20 20.515625 C 20.596 19.899625 20.603109 19.015937 20.162109 18.460938 L 18.160156 15.898438 L 19.732422 13.480469 C 20.116422 12.929469 20.121859 12.073516 19.505859 11.478516 C 18.836859 10.829516 17.685 10.771672 17 11.763672 L 15.251953 14.425781 L 15.251953 12.839844 C 15.251953 11.586844 14.534812 11 13.632812 11 z\"/></svg></li><li title=\"kiss beam solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 8.832 23.168 3 16 3 z M 16 5 C 22.065 5 27 9.935 27 16 C 27 22.065 22.065 27 16 27 C 9.935 27 5 22.065 5 16 C 5 9.935 9.935 5 16 5 z M 11 12 C 8.906 12 7.390625 13.207031 7.390625 13.207031 L 8.609375 14.792969 C 8.609375 14.792969 9.6929531 14 11.001953 14 C 12.310953 14 13.392578 14.792969 13.392578 14.792969 L 14.611328 13.207031 C 14.609328 13.207031 13.094 12 11 12 z M 21 12 C 18.906 12 17.390625 13.207031 17.390625 13.207031 L 18.609375 14.792969 C 18.609375 14.792969 19.692953 14 21.001953 14 C 22.310953 14 23.392578 14.792969 23.392578 14.792969 L 24.611328 13.207031 C 24.609328 13.207031 23.094 12 21 12 z M 15 17.007812 L 15 18.498047 C 15.902 18.498047 16.476562 18.912906 16.476562 19.128906 C 16.476563 19.344035 15.904518 19.754497 15.009766 19.757812 C 15.006431 19.757805 15.003337 19.757812 15 19.757812 L 15 19.759766 L 15 21.248047 L 15 21.25 C 15.003337 21.25 15.006431 21.250007 15.009766 21.25 C 15.905498 21.253316 16.476562 21.663777 16.476562 21.878906 C 16.476563 22.094906 15.901 22.509766 15 22.509766 L 15 24 C 16.669 24 17.976562 23.067906 17.976562 21.878906 C 17.976562 21.34662 17.704942 20.872619 17.265625 20.503906 C 17.704942 20.135194 17.976562 19.661193 17.976562 19.128906 C 17.976563 17.939906 16.669 17.007812 15 17.007812 z\"/></svg></li><li title=\"kiss beam \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 8.832 23.168 3 16 3 z M 16 5 C 22.065 5 27 9.935 27 16 C 27 22.065 22.065 27 16 27 C 9.935 27 5 22.065 5 16 C 5 9.935 9.935 5 16 5 z M 11 12 C 8.906 12 7.390625 13.207031 7.390625 13.207031 L 8.609375 14.792969 C 8.609375 14.792969 9.6929531 14 11.001953 14 C 12.310953 14 13.392578 14.792969 13.392578 14.792969 L 14.611328 13.207031 C 14.609328 13.207031 13.094 12 11 12 z M 21 12 C 18.906 12 17.390625 13.207031 17.390625 13.207031 L 18.609375 14.792969 C 18.609375 14.792969 19.692953 14 21.001953 14 C 22.310953 14 23.392578 14.792969 23.392578 14.792969 L 24.611328 13.207031 C 24.609328 13.207031 23.094 12 21 12 z M 15 17.007812 L 15 18.498047 C 15.902 18.498047 16.476562 18.912906 16.476562 19.128906 C 16.476563 19.344035 15.904518 19.754497 15.009766 19.757812 C 15.006431 19.757805 15.003337 19.757812 15 19.757812 L 15 19.759766 L 15 21.248047 L 15 21.25 C 15.003337 21.25 15.006431 21.250007 15.009766 21.25 C 15.905498 21.253316 16.476562 21.663777 16.476562 21.878906 C 16.476563 22.094906 15.901 22.509766 15 22.509766 L 15 24 C 16.669 24 17.976562 23.067906 17.976562 21.878906 C 17.976562 21.34662 17.704942 20.872619 17.265625 20.503906 C 17.704942 20.135194 17.976562 19.661193 17.976562 19.128906 C 17.976563 17.939906 16.669 17.007812 15 17.007812 z\"/></svg></li><li title=\"kiss solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 8.832 23.168 3 16 3 z M 16 5 C 22.065 5 27 9.935 27 16 C 27 22.065 22.065 27 16 27 C 9.935 27 5 22.065 5 16 C 5 9.935 9.935 5 16 5 z M 11.5 12 A 1.5 1.5 0 0 0 11.5 15 A 1.5 1.5 0 0 0 11.5 12 z M 20.5 12 A 1.5 1.5 0 0 0 20.5 15 A 1.5 1.5 0 0 0 20.5 12 z M 15 17.007812 L 15 18.498047 C 15.901 18.498047 16.476562 18.912906 16.476562 19.128906 C 16.476562 19.344035 15.90451 19.754497 15.009766 19.757812 C 15.006431 19.757805 15.003337 19.757812 15 19.757812 L 15 19.759766 L 15 21.248047 L 15 21.25 C 15.003337 21.25 15.006431 21.250007 15.009766 21.25 C 15.90451 21.253316 16.476562 21.663777 16.476562 21.878906 C 16.476562 22.094906 15.901 22.509766 15 22.509766 L 15 24 C 16.669 24 17.976562 23.067906 17.976562 21.878906 C 17.976562 21.346428 17.703054 20.872671 17.263672 20.503906 C 17.703054 20.135141 17.976562 19.661385 17.976562 19.128906 C 17.976562 17.939906 16.669 17.007812 15 17.007812 z\"/></svg></li><li title=\"kiss wink heart solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 18.369 29 20.583047 28.353188 22.498047 27.242188 L 21.056641 25.759766 C 19.540641 26.547766 17.823 27 16 27 C 9.935 27 5 22.065 5 16 C 5 9.935 9.935 5 16 5 C 22.065 5 27 9.935 27 16 C 27 16.026 26.996094 16.051172 26.996094 16.076172 C 27.715094 16.192172 28.381078 16.459281 28.955078 16.863281 C 28.974078 16.576281 29 16.292 29 16 C 29 8.832 23.168 3 16 3 z M 11.5 12 A 1.5 1.5 0 0 0 11.5 15 A 1.5 1.5 0 0 0 11.5 12 z M 20 12 C 17.906 12 16.390625 13.207031 16.390625 13.207031 L 17.609375 14.792969 C 17.609375 14.792969 18.692953 14 20.001953 14 C 21.310953 14 22.392578 14.792969 22.392578 14.792969 L 23.611328 13.207031 C 23.609328 13.207031 22.094 12 20 12 z M 15 17.007812 L 15 18.498047 C 15.902 18.498047 16.476562 18.912906 16.476562 19.128906 C 16.476563 19.344035 15.904518 19.754497 15.009766 19.757812 C 15.006431 19.757805 15.003337 19.757812 15 19.757812 L 15 19.759766 L 15 21.248047 L 15 21.25 C 15.003337 21.25 15.006431 21.250007 15.009766 21.25 C 15.905498 21.253316 16.476562 21.663777 16.476562 21.878906 C 16.476563 22.094906 15.901 22.509766 15 22.509766 L 15 24 C 16.669 24 17.976562 23.067906 17.976562 21.878906 C 17.976562 21.34662 17.704942 20.872619 17.265625 20.503906 C 17.704942 20.135194 17.976562 19.661193 17.976562 19.128906 C 17.976563 17.939906 16.669 17.007812 15 17.007812 z M 22.75 18 C 21.22 18 20 19.290781 20 20.800781 C 20 21.678781 20.505141 22.325219 20.869141 22.699219 L 24.5 26.429688 L 28.140625 22.699219 C 28.504625 22.326219 29 21.808781 29 20.800781 C 29 19.290781 27.78 18 26.25 18 C 25.52 18 24.92 18.25 24.5 18.5 C 24.08 18.25 23.48 18 22.75 18 z M 22.75 20 C 22.989 20 23.232563 20.07375 23.476562 20.21875 L 24.5 20.828125 L 25.523438 20.21875 C 25.767437 20.07375 26.011 20 26.25 20 C 26.65 20 27 20.374781 27 20.800781 C 27 20.987781 26.991984 21.012734 26.708984 21.302734 L 24.501953 23.564453 L 22.302734 21.304688 C 22.189734 21.188688 22 20.968781 22 20.800781 C 22 20.374781 22.35 20 22.75 20 z\"/></svg></li><li title=\"kiss wink heart \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 18.369 29 20.583047 28.353188 22.498047 27.242188 L 21.056641 25.759766 C 19.540641 26.547766 17.823 27 16 27 C 9.935 27 5 22.065 5 16 C 5 9.935 9.935 5 16 5 C 22.065 5 27 9.935 27 16 C 27 16.026 26.996094 16.051172 26.996094 16.076172 C 27.715094 16.192172 28.381078 16.459281 28.955078 16.863281 C 28.974078 16.576281 29 16.292 29 16 C 29 8.832 23.168 3 16 3 z M 11.5 12 A 1.5 1.5 0 0 0 11.5 15 A 1.5 1.5 0 0 0 11.5 12 z M 20 12 C 17.906 12 16.390625 13.207031 16.390625 13.207031 L 17.609375 14.792969 C 17.609375 14.792969 18.692953 14 20.001953 14 C 21.310953 14 22.392578 14.792969 22.392578 14.792969 L 23.611328 13.207031 C 23.609328 13.207031 22.094 12 20 12 z M 15 17.007812 L 15 18.498047 C 15.902 18.498047 16.476562 18.912906 16.476562 19.128906 C 16.476563 19.344035 15.904518 19.754497 15.009766 19.757812 C 15.006431 19.757805 15.003337 19.757812 15 19.757812 L 15 19.759766 L 15 21.248047 L 15 21.25 C 15.003337 21.25 15.006431 21.250007 15.009766 21.25 C 15.905498 21.253316 16.476562 21.663777 16.476562 21.878906 C 16.476563 22.094906 15.901 22.509766 15 22.509766 L 15 24 C 16.669 24 17.976562 23.067906 17.976562 21.878906 C 17.976562 21.34662 17.704942 20.872619 17.265625 20.503906 C 17.704942 20.135194 17.976562 19.661193 17.976562 19.128906 C 17.976563 17.939906 16.669 17.007812 15 17.007812 z M 22.75 18 C 21.22 18 20 19.290781 20 20.800781 C 20 21.678781 20.505141 22.325219 20.869141 22.699219 L 24.5 26.429688 L 28.140625 22.699219 C 28.504625 22.326219 29 21.808781 29 20.800781 C 29 19.290781 27.78 18 26.25 18 C 25.52 18 24.92 18.25 24.5 18.5 C 24.08 18.25 23.48 18 22.75 18 z M 22.75 20 C 22.989 20 23.232563 20.07375 23.476562 20.21875 L 24.5 20.828125 L 25.523438 20.21875 C 25.767437 20.07375 26.011 20 26.25 20 C 26.65 20 27 20.374781 27 20.800781 C 27 20.987781 26.991984 21.012734 26.708984 21.302734 L 24.501953 23.564453 L 22.302734 21.304688 C 22.189734 21.188688 22 20.968781 22 20.800781 C 22 20.374781 22.35 20 22.75 20 z\"/></svg></li><li title=\"kiss \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 8.832 23.168 3 16 3 z M 16 5 C 22.065 5 27 9.935 27 16 C 27 22.065 22.065 27 16 27 C 9.935 27 5 22.065 5 16 C 5 9.935 9.935 5 16 5 z M 11.5 12 A 1.5 1.5 0 0 0 11.5 15 A 1.5 1.5 0 0 0 11.5 12 z M 20.5 12 A 1.5 1.5 0 0 0 20.5 15 A 1.5 1.5 0 0 0 20.5 12 z M 15 17.007812 L 15 18.498047 C 15.901 18.498047 16.476562 18.912906 16.476562 19.128906 C 16.476562 19.344035 15.90451 19.754497 15.009766 19.757812 C 15.006431 19.757805 15.003337 19.757812 15 19.757812 L 15 19.759766 L 15 21.248047 L 15 21.25 C 15.003337 21.25 15.006431 21.250007 15.009766 21.25 C 15.90451 21.253316 16.476562 21.663777 16.476562 21.878906 C 16.476562 22.094906 15.901 22.509766 15 22.509766 L 15 24 C 16.669 24 17.976562 23.067906 17.976562 21.878906 C 17.976562 21.346428 17.703054 20.872671 17.263672 20.503906 C 17.703054 20.135141 17.976562 19.661385 17.976562 19.128906 C 17.976562 17.939906 16.669 17.007812 15 17.007812 z\"/></svg></li><li title=\"kiwi bird solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 11.480469 4 C 6.414063 4.113281 2.113281 8.414063 2 13.480469 C 1.933594 16.757813 3.527344 19.59375 6 21.296875 L 6 27.535156 L 9.445313 29.832031 L 10.554688 28.167969 L 8 26.464844 L 8 22.347656 C 8.636719 22.59375 9.304688 22.769531 10 22.875 L 10 25.71875 L 13.683594 26.949219 L 14.316406 25.050781 L 12 24.28125 L 12 22.980469 C 16.382813 22.878906 17.175781 21.566406 18.472656 21.027344 C 20.988281 20.011719 21.910156 18.6875 22.367188 17.789063 C 22.59375 17.339844 22.722656 17.078125 22.894531 16.902344 C 23.066406 16.726563 23.332031 16.542969 24.03125 16.375 L 24.035156 16.371094 C 24.675781 16.21875 25.226563 16.03125 25.714844 15.820313 C 25.8125 16.113281 25.921875 16.457031 26.03125 16.882813 C 26.507813 18.660156 27 21.574219 27 26 L 29 26 C 29 21.425781 28.492188 18.339844 27.96875 16.367188 C 27.785156 15.679688 27.601563 15.164063 27.425781 14.71875 C 27.632813 14.519531 27.8125 14.308594 27.957031 14.09375 C 28.605469 13.117188 28.597656 12.097656 28.597656 11.597656 C 28.597656 10.433594 28.3125 9.234375 27.511719 8.296875 C 26.707031 7.363281 25.414063 6.800781 23.800781 6.800781 C 22.007813 6.800781 20.398438 7.777344 19.546875 9.273438 C 18.1875 6.054688 15.375 4 11.5 4 Z M 11.515625 6 C 15.152344 6.007813 17.230469 7.707031 18.136719 10.96875 L 18.339844 11.699219 L 20.792969 11.699219 L 20.972656 10.929688 C 21.261719 9.707031 22.445313 8.800781 23.800781 8.800781 C 24.988281 8.800781 25.59375 9.136719 25.988281 9.601563 C 26.386719 10.066406 26.597656 10.765625 26.597656 11.597656 C 26.597656 12.097656 26.59375 12.53125 26.292969 12.984375 C 25.992188 13.433594 25.316406 14.015625 23.570313 14.425781 L 23.5625 14.425781 C 22.621094 14.65625 21.933594 15.023438 21.464844 15.503906 C 20.992188 15.988281 20.78125 16.496094 20.582031 16.886719 C 20.1875 17.664063 19.910156 18.289063 17.722656 19.171875 L 17.71875 19.175781 C 15.671875 20.019531 16.03125 21 11.5 21 C 7.214844 21 3.910156 17.785156 4 13.519531 C 4.085938 9.589844 7.582031 6.09375 11.515625 6 Z\"/></svg></li><li title=\"korvue \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 L 5 5 z M 7 7 L 25 7 L 25 25 L 7 25 L 7 7 z M 10 10 L 10 15.880859 L 17.810547 15.880859 L 21.507812 10 L 16.923828 10 L 14 15.505859 L 14 10 L 10 10 z M 10 16.5 L 10 21.970703 L 14 21.970703 L 14 16.794922 L 17 21.970703 L 21.814453 21.970703 L 18.111328 16.5 L 10 16.5 z\"/></svg></li><li title=\"landmark solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3.90625 L 3.625 9.0625 L 3 9.34375 L 3 12 L 5 12 L 5 23 L 3 23 L 3 28 L 29 28 L 29 23 L 27 23 L 27 12 L 29 12 L 29 9.34375 L 28.375 9.0625 Z M 16 6.09375 L 25.375 10 L 6.625 10 Z M 7 12 L 9 12 L 9 23 L 7 23 Z M 11 12 L 13 12 L 13 23 L 11 23 Z M 15 12 L 17 12 L 17 23 L 15 23 Z M 19 12 L 21 12 L 21 23 L 19 23 Z M 23 12 L 25 12 L 25 23 L 23 23 Z M 5 25 L 27 25 L 27 26 L 5 26 Z\"/></svg></li><li title=\"language solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 4 4 L 4 22 L 10 22 L 10 28 L 28 28 L 28 10 L 22 10 L 22 4 Z M 6 6 L 20 6 L 20 10.5625 L 10.5625 20 L 6 20 Z M 11 8 L 11 9 L 8 9 L 8 11 L 12.9375 11 C 12.808594 12.148438 12.457031 13.054688 11.875 13.6875 C 11.53125 13.574219 11.222656 13.433594 10.96875 13.28125 C 10.265625 12.863281 10 12.417969 10 12 L 8 12 C 8 13.191406 8.734375 14.183594 9.71875 14.84375 C 9.226563 14.949219 8.65625 15 8 15 L 8 17 C 9.773438 17 11.25 16.59375 12.375 15.84375 C 12.898438 15.933594 13.429688 16 14 16 L 14 14.125 C 14.542969 13.214844 14.832031 12.152344 14.9375 11 L 16 11 L 16 9 L 13 9 L 13 8 Z M 21.4375 12 L 26 12 L 26 26 L 12 26 L 12 21.4375 Z M 20 13.84375 L 19.0625 16.6875 L 17.0625 22.6875 L 17 22.84375 L 17 24 L 19 24 L 19 23.125 L 19.03125 23 L 20.96875 23 L 21 23.125 L 21 24 L 23 24 L 23 22.84375 L 22.9375 22.6875 L 20.9375 16.6875 Z M 20 20.125 L 20.28125 21 L 19.71875 21 Z\"/></svg></li><li title=\"laptop code solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 6 L 5 19.5625 L 2.71875 21.876953 C 2.26575 22.328953 2 22.95275 2 23.59375 C 2 24.91375 3.08625 26 4.40625 26 L 27.59375 26 C 28.91375 26 30 24.91375 30 23.59375 C 30 22.95275 29.73425 22.328 29.28125 21.875 L 27 19.5625 L 27 6 L 5 6 z M 7 8 L 25 8 L 25 19 L 7 19 L 7 8 z M 16 9 L 14.5 18 L 16 18 L 17.5 9 L 16 9 z M 12.085938 11 L 10.367188 13.068359 L 10 13.5 L 10.367188 13.931641 L 12.085938 16 L 13.171875 15.136719 L 11.810547 13.5 L 13.171875 11.863281 L 12.085938 11 z M 19.914062 11 L 18.828125 11.863281 L 20.189453 13.5 L 18.828125 15.136719 L 19.914062 16 L 21.632812 13.931641 L 22 13.5 L 21.632812 13.068359 L 19.914062 11 z M 6.4375 21 L 25.5625 21 L 27.875 23.28125 C 27.953 23.35925 28 23.48375 28 23.59375 C 28 23.83575 27.83575 24 27.59375 24 L 4.40625 24 C 4.16425 24 4 23.83575 4 23.59375 C 4 23.48475 4.047 23.36025 4.125 23.28125 L 6.4375 21 z\"/></svg></li><li title=\"laptop medical solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 6 L 5 19.5625 L 2.71875 21.876953 C 2.26575 22.328953 2 22.95275 2 23.59375 C 2 24.91375 3.08625 26 4.40625 26 L 27.59375 26 C 28.91375 26 30 24.91375 30 23.59375 C 30 22.95275 29.73425 22.328 29.28125 21.875 L 27 19.5625 L 27 6 L 5 6 z M 7 8 L 25 8 L 25 19 L 7 19 L 7 8 z M 15 10 L 15 13 L 12 13 L 12 15 L 15 15 L 15 18 L 17 18 L 17 15 L 20 15 L 20 13 L 17 13 L 17 10 L 15 10 z M 6.4375 21 L 25.5625 21 L 27.875 23.28125 C 27.953 23.35925 28 23.48375 28 23.59375 C 28 23.83575 27.83575 24 27.59375 24 L 4.40625 24 C 4.16425 24 4 23.83575 4 23.59375 C 4 23.48475 4.047 23.36025 4.125 23.28125 L 6.4375 21 z\"/></svg></li><li title=\"laptop solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 6 L 5 19.5625 L 2.71875 21.875 C 2.265625 22.328125 2 22.953125 2 23.59375 C 2 24.914063 3.085938 26 4.40625 26 L 27.59375 26 C 28.914063 26 30 24.914063 30 23.59375 C 30 22.953125 29.734375 22.328125 29.28125 21.875 L 27 19.5625 L 27 6 Z M 7 8 L 25 8 L 25 19 L 7 19 Z M 6.4375 21 L 25.5625 21 L 27.875 23.28125 C 27.953125 23.359375 28 23.484375 28 23.59375 C 28 23.835938 27.835938 24 27.59375 24 L 4.40625 24 C 4.164063 24 4 23.835938 4 23.59375 C 4 23.484375 4.046875 23.359375 4.125 23.28125 Z\"/></svg></li><li title=\"laravel \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 7.5566406 5.0058594 C 6.8996406 5.0338594 1.8892031 5.4591875 1.5332031 5.4921875 C 1.1772031 5.5211875 0.784625 5.6858281 1.140625 6.5488281 C 1.496625 7.4118281 7.1857031 19.951406 7.3457031 20.316406 C 7.5047031 20.680406 7.9178125 21.275156 8.8828125 21.035156 C 9.8718125 20.791156 13.302734 19.874094 15.177734 19.371094 C 16.166734 21.207094 18.1875 24.928938 18.5625 25.460938 C 19.0595 26.174937 19.405922 26.053453 20.169922 25.814453 C 20.769922 25.627453 29.525922 22.407141 29.919922 22.244141 C 30.313922 22.076141 30.556062 21.961688 30.289062 21.554688 C 30.092063 21.257687 27.781266 18.092594 26.572266 16.433594 C 27.402266 16.208594 30.350063 15.407406 30.664062 15.316406 C 31.033063 15.219406 31.084812 15.038594 30.882812 14.808594 C 30.685813 14.578594 27.940031 11.064703 27.457031 10.470703 C 26.974031 9.8767031 26.734453 9.9804375 26.439453 10.023438 C 26.139453 10.066437 22.666672 10.665422 22.263672 10.732422 C 21.860672 10.804422 21.607469 10.967266 21.855469 11.322266 C 22.075469 11.638266 24.359234 14.952641 24.865234 15.681641 L 15.785156 17.904297 L 8.5605469 5.5605469 C 8.2745469 5.1245469 8.2126406 4.9718594 7.5566406 5.0058594 z M 7.4433594 5.8632812 C 7.6123594 5.8532813 7.5932969 5.8910937 7.6542969 5.9960938 C 7.6542969 5.9960938 14.319641 17.760797 14.431641 17.966797 C 14.553641 18.172797 14.484953 18.235766 14.376953 18.259766 C 14.268953 18.283766 9.1821563 19.528797 8.9101562 19.591797 C 8.6381562 19.653797 8.6384688 19.625297 8.6054688 19.529297 C 8.5724688 19.433297 2.5605625 6.7449375 2.4765625 6.5859375 C 2.3925625 6.4279375 2.3965625 6.3027344 2.4765625 6.3027344 C 2.5565625 6.3027344 7.2793594 5.8722812 7.4433594 5.8632812 z M 26.771484 10.845703 C 26.838859 10.861328 26.909641 10.911797 26.994141 11.029297 C 27.163141 11.264297 29.459828 14.240469 29.548828 14.355469 C 29.632828 14.466469 29.482156 14.534031 29.285156 14.582031 C 29.088156 14.625031 25.835938 15.449219 25.835938 15.449219 L 23.177734 11.720703 C 23.102734 11.610703 23.042469 11.504469 23.230469 11.480469 C 23.417469 11.456469 26.436266 10.894234 26.572266 10.865234 C 26.640266 10.848234 26.704109 10.830078 26.771484 10.845703 z M 25.527344 16.617188 C 25.590094 16.624312 25.642891 16.66875 25.712891 16.78125 C 25.849891 17.01225 28.63875 20.881719 28.71875 21.011719 C 28.79875 21.140719 28.881047 21.227359 28.623047 21.318359 C 28.370047 21.414359 20.014469 24.295188 19.855469 24.367188 C 19.691469 24.439187 19.563422 24.462391 19.357422 24.150391 C 19.151422 23.838391 16.433594 19.03125 16.433594 19.03125 L 25.28125 16.677734 C 25.39125 16.641734 25.464594 16.610063 25.527344 16.617188 z\"/></svg></li><li title=\"lastfm square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 L 5 5 z M 7 7 L 25 7 L 25 25 L 7 25 L 7 7 z M 12.611328 12.107422 C 10.251328 12.107422 9 13.601719 9 16.136719 C 9 18.574719 10.251047 19.892578 12.498047 19.892578 C 14.310047 19.892578 15.177734 19.042969 15.177734 19.042969 L 14.666016 17.646484 C 14.666016 17.646484 13.834031 18.578125 12.582031 18.578125 C 11.474031 18.578125 10.685547 17.615219 10.685547 16.074219 C 10.685547 14.100219 11.679156 13.396484 12.660156 13.396484 C 14.477156 13.396484 14.703969 14.852937 15.417969 17.085938 C 15.929969 18.639938 16.894922 19.892578 19.669922 19.892578 C 21.656922 19.892578 23.004 19.283734 23 17.677734 C 23 15.685734 21.288422 15.470156 19.857422 15.160156 C 19.152422 14.998156 18.941406 14.710516 18.941406 14.228516 C 18.941406 13.681516 19.375078 13.361328 20.080078 13.361328 C 20.850078 13.361328 21.266031 13.649797 21.332031 14.341797 L 22.939453 14.148438 C 22.812453 12.703437 21.818641 12.109375 20.181641 12.109375 C 18.741641 12.109375 17.326172 12.651344 17.326172 14.402344 C 17.326172 15.492344 17.8565 16.183906 19.1875 16.503906 C 20.4175 16.792906 21.371094 16.884859 21.371094 17.755859 C 21.371094 18.350859 20.793125 18.591797 19.703125 18.591797 C 18.083125 18.591797 17.410391 17.741359 17.025391 16.568359 C 16.149391 13.919359 15.829328 12.107422 12.611328 12.107422 z\"/></svg></li><li title=\"lastfm \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 14.347656 22.078125 L 13.320313 19.289063 C 13.320313 19.289063 11.652344 21.148438 9.152344 21.148438 C 6.941406 21.148438 5.367188 19.222656 5.367188 16.144531 C 5.367188 12.199219 7.355469 10.789063 9.3125 10.789063 C 12.136719 10.789063 13.03125 12.617188 13.804688 14.957031 L 14.828125 18.164063 C 15.855469 21.277344 17.78125 23.777344 23.328125 23.777344 C 27.304688 23.777344 30 22.558594 30 19.351563 C 30 16.753906 28.523438 15.40625 25.765625 14.765625 L 23.710938 14.316406 C 22.300781 13.996094 21.882813 13.417969 21.882813 12.457031 C 21.882813 11.367188 22.75 10.722656 24.160156 10.722656 C 25.699219 10.722656 26.535156 11.300781 26.664063 12.679688 L 29.871094 12.296875 C 29.613281 9.410156 27.625 8.222656 24.351563 8.222656 C 21.46875 8.222656 18.644531 9.3125 18.644531 12.808594 C 18.644531 14.988281 19.703125 16.367188 22.363281 17.011719 L 24.546875 17.523438 C 26.179688 17.910156 26.726563 18.582031 26.726563 19.511719 C 26.726563 20.699219 25.570313 21.179688 23.390625 21.179688 C 20.152344 21.179688 18.804688 19.480469 18.035156 17.140625 L 16.976563 13.933594 C 15.628906 9.761719 13.480469 8.222656 9.214844 8.222656 C 4.503906 8.222656 2 11.203125 2 16.273438 C 2 21.148438 4.503906 23.777344 8.992188 23.777344 C 12.617188 23.777344 14.347656 22.078125 14.347656 22.078125 Z\"/></svg></li><li title=\"laugh beam solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 8.832 23.168 3 16 3 z M 16 5 C 22.065 5 27 9.935 27 16 C 27 22.065 22.065 27 16 27 C 9.935 27 5 22.065 5 16 C 5 9.935 9.935 5 16 5 z M 11 12 C 8.906 12 7.390625 13.207031 7.390625 13.207031 L 8.609375 14.792969 C 8.609375 14.792969 9.6929531 14 11.001953 14 C 12.310953 14 13.392578 14.792969 13.392578 14.792969 L 14.611328 13.207031 C 14.609328 13.207031 13.094 12 11 12 z M 21 12 C 18.906 12 17.390625 13.207031 17.390625 13.207031 L 18.609375 14.792969 C 18.609375 14.792969 19.692953 14 21.001953 14 C 22.310953 14 23.392578 14.792969 23.392578 14.792969 L 24.611328 13.207031 C 24.609328 13.207031 23.094 12 21 12 z M 9 19 C 9 19 10.605 24 16 24 C 21.395 24 23 19 23 19 L 9 19 z\"/></svg></li><li title=\"laugh beam \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 8.832 23.168 3 16 3 z M 16 5 C 22.065 5 27 9.935 27 16 C 27 22.065 22.065 27 16 27 C 9.935 27 5 22.065 5 16 C 5 9.935 9.935 5 16 5 z M 11 12 C 8.906 12 7.390625 13.207031 7.390625 13.207031 L 8.609375 14.792969 C 8.609375 14.792969 9.6929531 14 11.001953 14 C 12.310953 14 13.392578 14.792969 13.392578 14.792969 L 14.611328 13.207031 C 14.609328 13.207031 13.094 12 11 12 z M 21 12 C 18.906 12 17.390625 13.207031 17.390625 13.207031 L 18.609375 14.792969 C 18.609375 14.792969 19.692953 14 21.001953 14 C 22.310953 14 23.392578 14.792969 23.392578 14.792969 L 24.611328 13.207031 C 24.609328 13.207031 23.094 12 21 12 z M 9 19 C 9 19 10.605 24 16 24 C 21.395 24 23 19 23 19 L 9 19 z\"/></svg></li><li title=\"laugh solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 8.832 23.168 3 16 3 z M 16 5 C 22.065 5 27 9.935 27 16 C 27 22.065 22.065 27 16 27 C 9.935 27 5 22.065 5 16 C 5 9.935 9.935 5 16 5 z M 11.5 12 A 1.5 1.5 0 0 0 11.5 15 A 1.5 1.5 0 0 0 11.5 12 z M 20.5 12 A 1.5 1.5 0 0 0 20.5 15 A 1.5 1.5 0 0 0 20.5 12 z M 9 19 C 9 19 10.605 24 16 24 C 21.395 24 23 19 23 19 L 9 19 z\"/></svg></li><li title=\"laugh squint solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 8.832 23.168 3 16 3 z M 16 5 C 22.065 5 27 9.935 27 16 C 27 22.065 22.065 27 16 27 C 9.935 27 5 22.065 5 16 C 5 9.935 9.935 5 16 5 z M 10.054688 11.167969 L 8.9453125 12.832031 L 10.697266 14 L 8.9453125 15.167969 L 10.054688 16.832031 L 14.302734 14 L 10.054688 11.167969 z M 21.945312 11.167969 L 17.697266 14 L 21.945312 16.832031 L 23.054688 15.167969 L 21.302734 14 L 23.054688 12.832031 L 21.945312 11.167969 z M 9 19 C 9 19 10.605 24 16 24 C 21.395 24 23 19 23 19 L 9 19 z\"/></svg></li><li title=\"laugh squint \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 8.832 23.168 3 16 3 z M 16 5 C 22.065 5 27 9.935 27 16 C 27 22.065 22.065 27 16 27 C 9.935 27 5 22.065 5 16 C 5 9.935 9.935 5 16 5 z M 10.054688 11.167969 L 8.9453125 12.832031 L 10.697266 14 L 8.9453125 15.167969 L 10.054688 16.832031 L 14.302734 14 L 10.054688 11.167969 z M 21.945312 11.167969 L 17.697266 14 L 21.945312 16.832031 L 23.054688 15.167969 L 21.302734 14 L 23.054688 12.832031 L 21.945312 11.167969 z M 9 19 C 9 19 10.605 24 16 24 C 21.395 24 23 19 23 19 L 9 19 z\"/></svg></li><li title=\"laugh wink solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 8.832 23.168 3 16 3 z M 16 5 C 22.065 5 27 9.935 27 16 C 27 22.065 22.065 27 16 27 C 9.935 27 5 22.065 5 16 C 5 9.935 9.935 5 16 5 z M 11.5 12 A 1.5 1.5 0 0 0 11.5 15 A 1.5 1.5 0 0 0 11.5 12 z M 18 13 L 18 15 L 23 15 L 23 13 L 18 13 z M 9 19 C 9 19 10.61 24 16 24 C 21.39 24 23 19 23 19 L 9 19 z\"/></svg></li><li title=\"laugh wink \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 8.832 23.168 3 16 3 z M 16 5 C 22.065 5 27 9.935 27 16 C 27 22.065 22.065 27 16 27 C 9.935 27 5 22.065 5 16 C 5 9.935 9.935 5 16 5 z M 11.5 12 A 1.5 1.5 0 0 0 11.5 15 A 1.5 1.5 0 0 0 11.5 12 z M 18 13 L 18 15 L 23 15 L 23 13 L 18 13 z M 9 19 C 9 19 10.61 24 16 24 C 21.39 24 23 19 23 19 L 9 19 z\"/></svg></li><li title=\"laugh \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 8.832 23.168 3 16 3 z M 16 5 C 22.065 5 27 9.935 27 16 C 27 22.065 22.065 27 16 27 C 9.935 27 5 22.065 5 16 C 5 9.935 9.935 5 16 5 z M 11.5 12 A 1.5 1.5 0 0 0 11.5 15 A 1.5 1.5 0 0 0 11.5 12 z M 20.5 12 A 1.5 1.5 0 0 0 20.5 15 A 1.5 1.5 0 0 0 20.5 12 z M 9 19 C 9 19 10.605 24 16 24 C 21.395 24 23 19 23 19 L 9 19 z\"/></svg></li><li title=\"layer group solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 5.9375 L 15.625 6.0625 L 5.625 10.0625 L 3.3125 11 L 5.625 11.9375 L 9.53125 13.5 L 5.625 15.0625 L 3.3125 16 L 5.625 16.9375 L 9.53125 18.5 L 5.625 20.0625 L 3.3125 21 L 5.625 21.9375 L 15.625 25.9375 L 16 26.0625 L 16.375 25.9375 L 26.375 21.9375 L 28.6875 21 L 26.375 20.0625 L 22.46875 18.5 L 26.375 16.9375 L 28.6875 16 L 26.375 15.0625 L 22.46875 13.5 L 26.375 11.9375 L 28.6875 11 L 26.375 10.0625 L 16.375 6.0625 Z M 16 8.09375 L 23.28125 11 L 16 13.90625 L 8.71875 11 Z M 12.25 14.59375 L 15.625 15.9375 L 16 16.0625 L 16.375 15.9375 L 19.75 14.59375 L 23.28125 16 L 16 18.90625 L 8.71875 16 Z M 12.25 19.59375 L 15.625 20.9375 L 16 21.0625 L 16.375 20.9375 L 19.75 19.59375 L 23.28125 21 L 16 23.90625 L 8.71875 21 Z\"/></svg></li><li title=\"leaf solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 25.03125 4 L 24 4.46875 C 20.820313 5.871094 16.226563 6.398438 12.3125 7.78125 C 10.355469 8.472656 8.542969 9.394531 7.1875 10.875 C 5.832031 12.355469 5 14.394531 5 17 C 5 19.695313 6.585938 21.542969 8.0625 22.59375 C 8.691406 23.042969 9.300781 23.367188 9.8125 23.59375 C 9.195313 24.738281 8.738281 25.769531 8.4375 26.65625 C 7.890625 28.253906 7.804688 29.503906 7.84375 30.40625 C 7.882813 31.308594 8 31.925781 8 31.90625 L 10 32.09375 C 10.0625 31.371094 9.875 30.992188 9.84375 30.3125 C 9.8125 29.632813 9.871094 28.699219 10.34375 27.3125 C 11.289063 24.542969 13.910156 19.984375 20.71875 12.6875 L 19.28125 11.3125 C 15.199219 15.6875 12.5625 19.097656 10.84375 21.84375 C 10.40625 21.667969 9.820313 21.398438 9.21875 20.96875 C 8.058594 20.144531 7 18.9375 7 17 C 7 14.796875 7.628906 13.34375 8.65625 12.21875 C 9.683594 11.09375 11.179688 10.289063 12.96875 9.65625 C 16.207031 8.511719 20.214844 7.933594 23.65625 6.65625 C 23.976563 7.871094 25 12.03125 25 18.53125 C 25 22.21875 24.136719 24.332031 23.125 25.5 C 22.113281 26.667969 20.894531 27 19.8125 27 C 18.734375 27 17.570313 26.449219 16.5625 25.75 C 15.554688 25.050781 14.859375 24.320313 14.15625 23.875 L 13.09375 25.5625 C 13.273438 25.675781 14.269531 26.597656 15.4375 27.40625 C 16.605469 28.214844 18.085938 29 19.8125 29 C 21.351563 29 23.234375 28.457031 24.65625 26.8125 C 26.078125 25.167969 27 22.527344 27 18.53125 C 27 10.710938 25.34375 5.09375 25.34375 5.09375 Z\"/></svg></li><li title=\"leanpub \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 10.34375 6 C 6.953125 6 3.40625 7.90625 3.40625 7.90625 L 2.9375 8.15625 L 2.875 8.6875 L 1 24.875 L 0.8125 26.59375 L 2.40625 25.90625 C 2.40625 25.90625 6.523438 24.1875 10.40625 24.1875 C 12.707031 24.1875 15.46875 25.84375 15.46875 25.84375 L 16 26.1875 L 16.53125 25.84375 C 16.53125 25.84375 19.292969 24.1875 21.59375 24.1875 C 25.476563 24.1875 29.59375 25.90625 29.59375 25.90625 L 31.1875 26.59375 L 31 24.875 L 29.125 8.6875 L 29.0625 8.15625 L 28.59375 7.90625 C 28.59375 7.90625 25.046875 6 21.65625 6 C 18.777344 6 16.683594 7.257813 16 7.6875 C 15.316406 7.257813 13.222656 6 10.34375 6 Z M 10.34375 8 C 12.929688 8 15.4375 9.625 15.4375 9.625 L 16 10 L 16.5625 9.625 C 16.5625 9.625 19.070313 8 21.65625 8 C 23.933594 8 26.519531 9.1875 27.1875 9.5 L 28.8125 23.53125 C 27.28125 22.980469 24.757813 22.1875 21.59375 22.1875 C 18.871094 22.1875 16.675781 23.464844 16 23.875 C 15.324219 23.464844 13.128906 22.1875 10.40625 22.1875 C 7.242188 22.1875 4.71875 22.980469 3.1875 23.53125 L 4.8125 9.5 C 5.480469 9.1875 8.066406 8 10.34375 8 Z M 10.34375 9.5 C 8.898438 9.5 7.105469 10.132813 6.1875 10.5 L 4.9375 21.4375 C 6.898438 20.949219 8.730469 20.6875 10.40625 20.6875 C 12.535156 20.6875 14.585938 21.464844 16 22.15625 C 17.507813 21.421875 19.78125 20.605469 22.03125 20.71875 L 20.78125 9.59375 C 18.96875 9.871094 17.394531 10.863281 17.375 10.875 L 16 11.8125 L 14.59375 10.875 C 14.574219 10.863281 12.492188 9.5 10.34375 9.5 Z\"/></svg></li><li title=\"lemon solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 13 4 C 10.417969 4 8.121094 5.4375 6.53125 7.625 C 4.941406 9.8125 4 12.765625 4 16 C 4 19.234375 4.941406 22.1875 6.53125 24.375 C 8.121094 26.5625 10.417969 28 13 28 C 21.230469 28 25.617188 23.292969 26.6875 18.34375 C 27.441406 17.800781 28 16.996094 28 16 C 28 15.003906 27.441406 14.199219 26.6875 13.65625 C 25.558594 8.582031 20.3125 4 13 4 Z M 13 6 C 14.835938 6 16.539063 7.015625 17.84375 8.8125 C 19.148438 10.609375 20 13.160156 20 16 C 20 18.839844 19.148438 21.390625 17.84375 23.1875 C 16.539063 24.984375 14.835938 26 13 26 C 11.164063 26 9.460938 24.984375 8.15625 23.1875 C 6.851563 21.390625 6 18.839844 6 16 C 6 13.160156 6.851563 10.609375 8.15625 8.8125 C 9.460938 7.015625 11.164063 6 13 6 Z M 19.375 7.53125 C 22.414063 9.140625 24.367188 11.789063 24.84375 14.375 L 24.9375 14.875 L 25.40625 15.09375 C 25.753906 15.253906 26 15.589844 26 16 C 26 16.410156 25.753906 16.746094 25.40625 16.90625 L 24.9375 17.125 L 24.84375 17.625 C 24.3125 20.519531 22.566406 23.359375 19.0625 24.875 C 19.199219 24.710938 19.339844 24.550781 19.46875 24.375 C 21.058594 22.1875 22 19.234375 22 16 C 22 12.765625 21.058594 9.8125 19.46875 7.625 C 19.441406 7.589844 19.402344 7.566406 19.375 7.53125 Z M 13 8 C 12.285156 8 11.613281 8.257813 11 8.6875 L 13.03125 13.46875 L 15.09375 8.71875 C 14.460938 8.253906 13.742188 8 13 8 Z M 9.5 10.28125 C 8.714844 11.511719 8.175781 13.160156 8.03125 15 L 11.5 15 Z M 16.5625 10.375 L 14.53125 15 L 17.96875 15 C 17.828125 13.203125 17.320313 11.597656 16.5625 10.375 Z M 8.03125 17 C 8.171875 18.796875 8.679688 20.402344 9.4375 21.625 L 11.46875 17 Z M 14.5 17 L 16.5 21.71875 C 17.285156 20.488281 17.824219 18.839844 17.96875 17 Z M 12.96875 18.53125 L 10.90625 23.28125 C 11.539063 23.746094 12.257813 24 13 24 C 13.714844 24 14.386719 23.742188 15 23.3125 Z\"/></svg></li><li title=\"lemon \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 13 4 C 10.417969 4 8.121094 5.4375 6.53125 7.625 C 4.941406 9.8125 4 12.765625 4 16 C 4 19.234375 4.941406 22.1875 6.53125 24.375 C 8.121094 26.5625 10.417969 28 13 28 C 21.230469 28 25.617188 23.292969 26.6875 18.34375 C 27.441406 17.800781 28 16.996094 28 16 C 28 15.003906 27.441406 14.199219 26.6875 13.65625 C 25.558594 8.582031 20.3125 4 13 4 Z M 13 6 C 14.835938 6 16.539063 7.015625 17.84375 8.8125 C 19.148438 10.609375 20 13.160156 20 16 C 20 18.839844 19.148438 21.390625 17.84375 23.1875 C 16.539063 24.984375 14.835938 26 13 26 C 11.164063 26 9.460938 24.984375 8.15625 23.1875 C 6.851563 21.390625 6 18.839844 6 16 C 6 13.160156 6.851563 10.609375 8.15625 8.8125 C 9.460938 7.015625 11.164063 6 13 6 Z M 19.375 7.53125 C 22.414063 9.140625 24.367188 11.789063 24.84375 14.375 L 24.9375 14.875 L 25.40625 15.09375 C 25.753906 15.253906 26 15.589844 26 16 C 26 16.410156 25.753906 16.746094 25.40625 16.90625 L 24.9375 17.125 L 24.84375 17.625 C 24.3125 20.519531 22.566406 23.359375 19.0625 24.875 C 19.199219 24.710938 19.339844 24.550781 19.46875 24.375 C 21.058594 22.1875 22 19.234375 22 16 C 22 12.765625 21.058594 9.8125 19.46875 7.625 C 19.441406 7.589844 19.402344 7.566406 19.375 7.53125 Z M 13 8 C 12.285156 8 11.613281 8.257813 11 8.6875 L 13.03125 13.46875 L 15.09375 8.71875 C 14.460938 8.253906 13.742188 8 13 8 Z M 9.5 10.28125 C 8.714844 11.511719 8.175781 13.160156 8.03125 15 L 11.5 15 Z M 16.5625 10.375 L 14.53125 15 L 17.96875 15 C 17.828125 13.203125 17.320313 11.597656 16.5625 10.375 Z M 8.03125 17 C 8.171875 18.796875 8.679688 20.402344 9.4375 21.625 L 11.46875 17 Z M 14.5 17 L 16.5 21.71875 C 17.285156 20.488281 17.824219 18.839844 17.96875 17 Z M 12.96875 18.53125 L 10.90625 23.28125 C 11.539063 23.746094 12.257813 24 13 24 C 13.714844 24 14.386719 23.742188 15 23.3125 Z\"/></svg></li><li title=\"less than equal solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 26 5 L 6 13.21875 L 6 14.78125 L 26 23 L 26 20.84375 L 9.46875 14 L 26 7.15625 Z M 6 25 L 6 27 L 26 27 L 26 25 Z\"/></svg></li><li title=\"less than solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 26 6 L 6 15.21875 L 6 16.78125 L 26 26 L 26 23.84375 L 9.46875 16 L 26 8.15625 Z\"/></svg></li><li title=\"less \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 3.2558594 9.1503906 C 1.8358594 9.1503906 1.2050781 9.7001562 1.2050781 11.410156 C 1.2050781 12.540156 1.3652344 13.170625 1.3652344 14.140625 C 1.3652344 14.690625 1.0269531 15.270313 0.001953125 15.320312 L 0.001953125 16.685547 C 1.0269531 16.710547 1.3652344 17.291797 1.3652344 17.841797 C 1.3652344 18.811797 1.2050781 19.391484 1.2050781 20.521484 C 1.2050781 22.231484 1.8354687 22.78125 3.2304688 22.78125 L 4.2558594 22.78125 L 4.2558594 21.570312 L 3.9414062 21.570312 C 3.2864062 21.570312 3.0761719 21.306406 3.0761719 20.441406 C 3.0761719 19.576406 3.15625 18.835234 3.15625 17.865234 C 3.15625 16.655234 2.7615625 16.186953 1.9765625 16.001953 L 1.9765625 15.921875 C 2.7665625 15.736875 3.15625 15.266641 3.15625 14.056641 C 3.15625 13.111641 3.0761719 12.345469 3.0761719 11.480469 C 3.0761719 10.615469 3.2614062 10.376953 3.9414062 10.376953 L 4.6464844 10.376953 L 4.6464844 17.917969 C 4.6464844 19.522969 5.1957813 20.572266 6.8007812 20.572266 C 7.3007812 20.572266 7.6954687 20.491719 7.9804688 20.386719 L 7.7167969 18.677734 C 7.5617969 18.718734 7.48625 18.71875 7.40625 18.71875 C 7.22125 18.71875 6.9863281 18.5575 6.9863281 18.0625 L 6.9863281 9.1503906 L 3.2558594 9.1503906 z M 27.744141 9.15625 L 27.744141 10.367188 L 28.060547 10.367188 C 28.770547 10.367188 28.925781 10.602656 28.925781 11.472656 C 28.925781 12.287656 28.845703 13.101875 28.845703 14.046875 C 28.845703 15.256875 29.240391 15.727109 30.025391 15.912109 L 30.025391 15.992188 C 29.235391 16.177187 28.845703 16.647422 28.845703 17.857422 C 28.845703 18.802422 28.925781 19.566641 28.925781 20.431641 C 28.925781 21.326641 28.740547 21.5625 28.060547 21.5625 L 28.060547 21.587891 L 27.744141 21.587891 L 27.744141 22.847656 L 28.769531 22.847656 C 30.159531 22.847656 30.794922 22.297891 30.794922 20.587891 C 30.794922 19.457891 30.634766 18.877422 30.634766 17.857422 C 30.634766 17.307422 30.975 16.727734 32 16.677734 L 32 15.3125 C 30.975 15.2775 30.634766 14.696484 30.634766 14.146484 C 30.634766 13.121484 30.794922 12.517969 30.794922 11.417969 C 30.794922 9.7079688 30.164531 9.15625 28.769531 9.15625 L 27.744141 9.15625 z M 11.242188 12.306641 C 9.3221875 12.306641 7.4851562 13.912594 7.5351562 16.433594 C 7.5351562 19.033594 9.2459531 20.558594 11.501953 20.558594 C 12.446953 20.558594 13.4975 20.219063 14.3125 19.664062 L 13.521484 18.273438 C 12.941484 18.613437 12.3925 18.773438 11.8125 18.773438 C 10.7625 18.773438 9.9463281 18.274453 9.7363281 17.064453 L 14.498047 17.064453 C 14.523047 16.879453 14.578125 16.51375 14.578125 16.09375 C 14.607125 13.96175 13.447188 12.306641 11.242188 12.306641 z M 18.308594 12.332031 C 16.523594 12.332031 15.3125 13.357734 15.3125 14.802734 C 15.3125 16.087734 16.443672 16.746328 17.388672 17.111328 C 18.203672 17.426328 18.992187 17.691797 18.992188 18.216797 C 18.992188 18.611797 18.67875 18.871094 17.96875 18.871094 C 17.31375 18.871094 16.653359 18.606641 15.943359 18.056641 L 14.917969 19.582031 C 15.707969 20.237031 16.912109 20.6875 17.912109 20.6875 C 20.012109 20.6875 21.144531 19.581719 21.144531 18.136719 C 21.148531 16.692719 20.017188 16.087094 18.992188 15.746094 C 18.177187 15.431094 17.443359 15.247656 17.443359 14.722656 C 17.443359 14.327656 17.757891 14.091797 18.337891 14.091797 C 18.917891 14.091797 19.442578 14.326094 20.017578 14.746094 L 21.068359 13.357422 C 20.413359 12.857422 19.518594 12.332031 18.308594 12.332031 z M 24.693359 12.332031 C 22.908359 12.332031 21.699219 13.357734 21.699219 14.802734 C 21.699219 16.087734 22.828438 16.746328 23.773438 17.111328 C 24.588438 17.426328 25.378906 17.691797 25.378906 18.216797 C 25.378906 18.611797 25.063516 18.871094 24.353516 18.871094 C 23.698516 18.871094 23.038125 18.606641 22.328125 18.056641 L 21.279297 19.582031 C 22.069297 20.237031 23.273437 20.6875 24.273438 20.6875 C 26.373438 20.6875 27.505859 19.581719 27.505859 18.136719 C 27.505859 16.691719 26.378516 16.087094 25.353516 15.746094 C 24.563516 15.431094 23.828125 15.247656 23.828125 14.722656 C 23.828125 14.327656 24.144609 14.091797 24.724609 14.091797 C 25.304609 14.091797 25.829297 14.326094 26.404297 14.746094 L 27.453125 13.357422 C 26.798125 12.857422 25.903359 12.332031 24.693359 12.332031 z M 11.267578 14.066406 C 12.212578 14.066406 12.582031 14.722188 12.582031 15.617188 L 9.7421875 15.617188 C 9.9021875 14.567187 10.532578 14.066406 11.267578 14.066406 z\"/></svg></li><li title=\"level down alt solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 4.5 4.5 L 4.5 5 L 4.5 7.5 L 19.5 7.5 L 19.5 22.855469 L 15.71875 19.074219 L 13.574219 21.21875 L 19.931641 27.576172 L 21 28.597656 L 22.068359 27.576172 L 28.425781 21.21875 L 26.28125 19.074219 L 22.5 22.855469 L 22.5 6 L 22.5 4.5 L 21 4.5 L 4.5 4.5 z M 5.5 5.5 L 21 5.5 L 21.5 5.5 L 21.5 6 L 21.5 25.269531 L 26.28125 20.488281 L 27.011719 21.21875 L 21.369141 26.861328 L 21 27.214844 L 20.630859 26.861328 L 14.988281 21.21875 L 15.71875 20.488281 L 20.5 25.269531 L 20.5 6.5 L 5.5 6.5 L 5.5 5.5 z\"/></svg></li><li title=\"level up alt solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 17 4 L 16.28125 4.6875 L 7.78125 13.1875 L 9.21875 14.626953 L 16 7.84375 L 16 26 L 6 26 L 6 28 L 16 28 L 18 28 L 18 7.84375 L 24.78125 14.625 L 26.21875 13.1875 L 17.71875 4.6875 L 17 4 z\"/></svg></li><li title=\"life ring solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 9.382813 4 4 9.382813 4 16 C 4 22.617188 9.382813 28 16 28 C 22.617188 28 28 22.617188 28 16 C 28 9.382813 22.617188 4 16 4 Z M 16 6 C 16.335938 6 16.671875 6.03125 17 6.0625 L 17 9.09375 C 16.671875 9.046875 16.339844 9 16 9 C 15.660156 9 15.328125 9.046875 15 9.09375 L 15 6.0625 C 15.328125 6.03125 15.664063 6 16 6 Z M 13 6.4375 L 13 9.6875 C 11.546875 10.382813 10.378906 11.546875 9.6875 13 L 6.46875 13 C 7.441406 9.875 9.882813 7.414063 13 6.4375 Z M 19 6.4375 C 22.113281 7.414063 24.585938 9.886719 25.5625 13 L 22.3125 13 C 21.621094 11.546875 20.453125 10.378906 19 9.6875 Z M 16 11 C 18.773438 11 21 13.226563 21 16 C 21 18.773438 18.773438 21 16 21 C 13.226563 21 11 18.773438 11 16 C 11 13.226563 13.226563 11 16 11 Z M 6.0625 15 L 9.0625 15 C 9.015625 15.324219 9 15.664063 9 16 C 9 16.339844 9.046875 16.671875 9.09375 17 L 6.0625 17 C 6.03125 16.671875 6 16.335938 6 16 C 6 15.664063 6.03125 15.328125 6.0625 15 Z M 22.90625 15 L 25.9375 15 C 25.96875 15.328125 26 15.664063 26 16 C 26 16.335938 25.96875 16.671875 25.9375 17 L 22.90625 17 C 22.953125 16.671875 23 16.339844 23 16 C 23 15.660156 22.953125 15.328125 22.90625 15 Z M 6.4375 19 L 9.6875 19 C 10.378906 20.453125 11.546875 21.621094 13 22.3125 L 13 25.5625 C 9.886719 24.585938 7.414063 22.113281 6.4375 19 Z M 22.3125 19 L 25.5625 19 C 24.585938 22.113281 22.113281 24.585938 19 25.5625 L 19 22.3125 C 20.453125 21.621094 21.621094 20.453125 22.3125 19 Z M 15 22.90625 C 15.328125 22.953125 15.660156 23 16 23 C 16.339844 23 16.671875 22.953125 17 22.90625 L 17 25.9375 C 16.671875 25.96875 16.335938 26 16 26 C 15.664063 26 15.328125 25.96875 15 25.9375 Z\"/></svg></li><li title=\"life ring \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 9.382813 4 4 9.382813 4 16 C 4 22.617188 9.382813 28 16 28 C 22.617188 28 28 22.617188 28 16 C 28 9.382813 22.617188 4 16 4 Z M 16 6 C 16.335938 6 16.671875 6.03125 17 6.0625 L 17 9.09375 C 16.671875 9.046875 16.339844 9 16 9 C 15.660156 9 15.328125 9.046875 15 9.09375 L 15 6.0625 C 15.328125 6.03125 15.664063 6 16 6 Z M 13 6.4375 L 13 9.6875 C 11.546875 10.382813 10.378906 11.546875 9.6875 13 L 6.46875 13 C 7.441406 9.875 9.882813 7.414063 13 6.4375 Z M 19 6.4375 C 22.113281 7.414063 24.585938 9.886719 25.5625 13 L 22.3125 13 C 21.621094 11.546875 20.453125 10.378906 19 9.6875 Z M 16 11 C 18.773438 11 21 13.226563 21 16 C 21 18.773438 18.773438 21 16 21 C 13.226563 21 11 18.773438 11 16 C 11 13.226563 13.226563 11 16 11 Z M 6.0625 15 L 9.0625 15 C 9.015625 15.324219 9 15.664063 9 16 C 9 16.339844 9.046875 16.671875 9.09375 17 L 6.0625 17 C 6.03125 16.671875 6 16.335938 6 16 C 6 15.664063 6.03125 15.328125 6.0625 15 Z M 22.90625 15 L 25.9375 15 C 25.96875 15.328125 26 15.664063 26 16 C 26 16.335938 25.96875 16.671875 25.9375 17 L 22.90625 17 C 22.953125 16.671875 23 16.339844 23 16 C 23 15.660156 22.953125 15.328125 22.90625 15 Z M 6.4375 19 L 9.6875 19 C 10.378906 20.453125 11.546875 21.621094 13 22.3125 L 13 25.5625 C 9.886719 24.585938 7.414063 22.113281 6.4375 19 Z M 22.3125 19 L 25.5625 19 C 24.585938 22.113281 22.113281 24.585938 19 25.5625 L 19 22.3125 C 20.453125 21.621094 21.621094 20.453125 22.3125 19 Z M 15 22.90625 C 15.328125 22.953125 15.660156 23 16 23 C 16.339844 23 16.671875 22.953125 17 22.90625 L 17 25.9375 C 16.671875 25.96875 16.335938 26 16 26 C 15.664063 26 15.328125 25.96875 15 25.9375 Z\"/></svg></li><li title=\"lightbulb solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 11.042969 4 7 8.042969 7 13 C 7 14.917969 7.84375 16.90625 9 18.6875 C 9.859375 20.011719 10.886719 21.230469 12 22.15625 L 12 25 C 12 26.09375 12.90625 27 14 27 L 15 28 L 17 28 L 18 27 C 19.09375 27 20 26.09375 20 25 L 20 22.15625 C 21.113281 21.230469 22.140625 20.011719 23 18.6875 C 24.15625 16.90625 25 14.917969 25 13 C 25 8.042969 20.957031 4 16 4 Z M 16 6 C 19.878906 6 23 9.121094 23 13 C 23 14.308594 22.355469 16.035156 21.34375 17.59375 C 20.441406 18.984375 19.253906 20.222656 18.15625 21 L 13.84375 21 C 12.746094 20.222656 11.558594 18.984375 10.65625 17.59375 C 9.644531 16.035156 9 14.308594 9 13 C 9 9.121094 12.121094 6 16 6 Z M 14.25 23 L 17.75 23 C 17.828125 23.054688 17.910156 23.09375 18 23.125 L 18 25 L 14 25 L 14 23.125 C 14.089844 23.09375 14.171875 23.054688 14.25 23 Z\"/></svg></li><li title=\"lightbulb \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 11.042969 4 7 8.042969 7 13 C 7 14.917969 7.84375 16.90625 9 18.6875 C 9.859375 20.011719 10.886719 21.230469 12 22.15625 L 12 25 C 12 26.09375 12.90625 27 14 27 L 15 28 L 17 28 L 18 27 C 19.09375 27 20 26.09375 20 25 L 20 22.15625 C 21.113281 21.230469 22.140625 20.011719 23 18.6875 C 24.15625 16.90625 25 14.917969 25 13 C 25 8.042969 20.957031 4 16 4 Z M 16 6 C 19.878906 6 23 9.121094 23 13 C 23 14.308594 22.355469 16.035156 21.34375 17.59375 C 20.441406 18.984375 19.253906 20.222656 18.15625 21 L 13.84375 21 C 12.746094 20.222656 11.558594 18.984375 10.65625 17.59375 C 9.644531 16.035156 9 14.308594 9 13 C 9 9.121094 12.121094 6 16 6 Z M 14.25 23 L 17.75 23 C 17.828125 23.054688 17.910156 23.09375 18 23.125 L 18 25 L 14 25 L 14 23.125 C 14.089844 23.09375 14.171875 23.054688 14.25 23 Z\"/></svg></li><li title=\"line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 9.625 5 C 7.089844 5 5 7.089844 5 9.625 L 5 22.375 C 5 24.910156 7.089844 27 9.625 27 L 22.375 27 C 24.910156 27 27 24.910156 27 22.375 L 27 9.625 C 27 7.089844 24.910156 5 22.375 5 Z M 9.625 7 L 22.375 7 C 23.828125 7 25 8.171875 25 9.625 L 25 22.375 C 25 23.828125 23.828125 25 22.375 25 L 9.625 25 C 8.171875 25 7 23.828125 7 22.375 L 7 9.625 C 7 8.171875 8.171875 7 9.625 7 Z M 16 9.21875 C 11.984375 9.21875 8.71875 11.867188 8.71875 15.125 C 8.71875 18.046875 11.3125 20.476563 14.8125 20.9375 C 15.050781 20.988281 15.355469 21.109375 15.4375 21.3125 C 15.511719 21.496094 15.492188 21.78125 15.46875 21.96875 C 15.46875 21.96875 15.394531 22.484375 15.375 22.59375 C 15.34375 22.777344 15.222656 23.328125 16 23 C 16.777344 22.671875 20.191406 20.507813 21.71875 18.75 C 22.773438 17.59375 23.28125 16.429688 23.28125 15.125 C 23.28125 11.867188 20.015625 9.21875 16 9.21875 Z M 11.71875 13.40625 C 11.929688 13.40625 12.09375 13.570313 12.09375 13.78125 L 12.09375 16.28125 L 13.15625 16.28125 C 13.367188 16.28125 13.53125 16.476563 13.53125 16.6875 C 13.53125 16.898438 13.367188 17.0625 13.15625 17.0625 L 11.71875 17.0625 C 11.507813 17.0625 11.3125 16.898438 11.3125 16.6875 L 11.3125 13.78125 C 11.3125 13.570313 11.507813 13.40625 11.71875 13.40625 Z M 14.28125 13.40625 C 14.492188 13.40625 14.65625 13.570313 14.65625 13.78125 L 14.65625 16.6875 C 14.65625 16.898438 14.492188 17.0625 14.28125 17.0625 C 14.070313 17.0625 13.875 16.898438 13.875 16.6875 L 13.875 13.78125 C 13.875 13.570313 14.070313 13.40625 14.28125 13.40625 Z M 15.46875 13.40625 C 15.507813 13.394531 15.554688 13.40625 15.59375 13.40625 C 15.710938 13.40625 15.804688 13.464844 15.875 13.5625 L 17.375 15.5625 L 17.375 13.78125 C 17.375 13.570313 17.539063 13.40625 17.75 13.40625 C 17.960938 13.40625 18.125 13.570313 18.125 13.78125 L 18.125 16.6875 C 18.125 16.851563 18.03125 16.980469 17.875 17.03125 C 17.835938 17.042969 17.789063 17.0625 17.75 17.0625 C 17.632813 17.0625 17.507813 17.003906 17.4375 16.90625 L 15.96875 14.875 L 15.96875 16.6875 C 15.96875 16.898438 15.804688 17.0625 15.59375 17.0625 C 15.382813 17.0625 15.1875 16.898438 15.1875 16.6875 L 15.1875 13.78125 C 15.1875 13.617188 15.3125 13.457031 15.46875 13.40625 Z M 19.03125 13.40625 L 20.46875 13.40625 C 20.679688 13.40625 20.84375 13.570313 20.84375 13.78125 C 20.84375 13.992188 20.679688 14.15625 20.46875 14.15625 L 19.40625 14.15625 L 19.40625 14.84375 L 20.46875 14.84375 C 20.679688 14.84375 20.84375 15.007813 20.84375 15.21875 C 20.84375 15.429688 20.679688 15.625 20.46875 15.625 L 19.40625 15.625 L 19.40625 16.28125 L 20.46875 16.28125 C 20.679688 16.28125 20.84375 16.476563 20.84375 16.6875 C 20.84375 16.898438 20.679688 17.0625 20.46875 17.0625 L 19.03125 17.0625 C 18.820313 17.0625 18.65625 16.898438 18.65625 16.6875 L 18.65625 13.78125 C 18.65625 13.570313 18.820313 13.40625 19.03125 13.40625 Z\"/></svg></li><li title=\"link solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 21.75 4 C 20.078125 4 18.492188 4.660156 17.3125 5.84375 L 15.84375 7.3125 C 14.660156 8.496094 14 10.078125 14 11.75 C 14 12.542969 14.152344 13.316406 14.4375 14.03125 L 16.0625 12.40625 C 15.859375 11.109375 16.253906 9.714844 17.25 8.71875 L 18.71875 7.25 C 19.523438 6.445313 20.613281 6 21.75 6 C 22.886719 6 23.945313 6.445313 24.75 7.25 C 26.410156 8.910156 26.410156 11.621094 24.75 13.28125 L 23.28125 14.75 C 22.476563 15.554688 21.386719 16 20.25 16 C 20.027344 16 19.808594 15.976563 19.59375 15.9375 L 17.96875 17.5625 C 18.683594 17.847656 19.457031 18 20.25 18 C 21.921875 18 23.507813 17.339844 24.6875 16.15625 L 26.15625 14.6875 C 27.339844 13.503906 28 11.921875 28 10.25 C 28 8.578125 27.339844 7.027344 26.15625 5.84375 C 24.976563 4.660156 23.421875 4 21.75 4 Z M 19.28125 11.28125 L 11.28125 19.28125 L 12.71875 20.71875 L 20.71875 12.71875 Z M 11.75 14 C 10.078125 14 8.492188 14.660156 7.3125 15.84375 L 5.84375 17.3125 C 4.660156 18.496094 4 20.078125 4 21.75 C 4 23.421875 4.660156 24.972656 5.84375 26.15625 C 7.023438 27.339844 8.578125 28 10.25 28 C 11.921875 28 13.507813 27.339844 14.6875 26.15625 L 16.15625 24.6875 C 17.339844 23.503906 18 21.921875 18 20.25 C 18 19.457031 17.847656 18.683594 17.5625 17.96875 L 15.9375 19.59375 C 16.140625 20.890625 15.746094 22.285156 14.75 23.28125 L 13.28125 24.75 C 12.476563 25.554688 11.386719 26 10.25 26 C 9.113281 26 8.054688 25.554688 7.25 24.75 C 5.589844 23.089844 5.589844 20.378906 7.25 18.71875 L 8.71875 17.25 C 9.523438 16.445313 10.613281 16 11.75 16 C 11.972656 16 12.191406 16.023438 12.40625 16.0625 L 14.03125 14.4375 C 13.316406 14.152344 12.542969 14 11.75 14 Z\"/></svg></li><li title=\"linkedin in \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 8.6425781 4 C 7.1835781 4 6 5.181625 6 6.640625 C 6 8.099625 7.182625 9.3085938 8.640625 9.3085938 C 10.098625 9.3085938 11.283203 8.099625 11.283203 6.640625 C 11.283203 5.182625 10.101578 4 8.6425781 4 z M 21.535156 11 C 19.316156 11 18.0465 12.160453 17.4375 13.314453 L 17.373047 13.314453 L 17.373047 11.310547 L 13 11.310547 L 13 26 L 17.556641 26 L 17.556641 18.728516 C 17.556641 16.812516 17.701266 14.960938 20.072266 14.960938 C 22.409266 14.960937 22.443359 17.145609 22.443359 18.849609 L 22.443359 26 L 26.994141 26 L 27 26 L 27 17.931641 C 27 13.983641 26.151156 11 21.535156 11 z M 6.3632812 11.310547 L 6.3632812 26 L 10.923828 26 L 10.923828 11.310547 L 6.3632812 11.310547 z\"/></svg></li><li title=\"linkedin \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 7.5 5 C 6.132813 5 5 6.132813 5 7.5 L 5 24.5 C 5 25.867188 6.132813 27 7.5 27 L 24.5 27 C 25.867188 27 27 25.867188 27 24.5 L 27 7.5 C 27 6.132813 25.867188 5 24.5 5 Z M 7.5 7 L 24.5 7 C 24.785156 7 25 7.214844 25 7.5 L 25 24.5 C 25 24.785156 24.785156 25 24.5 25 L 7.5 25 C 7.214844 25 7 24.785156 7 24.5 L 7 7.5 C 7 7.214844 7.214844 7 7.5 7 Z M 10.4375 8.71875 C 9.488281 8.71875 8.71875 9.488281 8.71875 10.4375 C 8.71875 11.386719 9.488281 12.15625 10.4375 12.15625 C 11.386719 12.15625 12.15625 11.386719 12.15625 10.4375 C 12.15625 9.488281 11.386719 8.71875 10.4375 8.71875 Z M 19.46875 13.28125 C 18.035156 13.28125 17.082031 14.066406 16.6875 14.8125 L 16.625 14.8125 L 16.625 13.5 L 13.8125 13.5 L 13.8125 23 L 16.75 23 L 16.75 18.3125 C 16.75 17.074219 16.996094 15.875 18.53125 15.875 C 20.042969 15.875 20.0625 17.273438 20.0625 18.375 L 20.0625 23 L 23 23 L 23 17.78125 C 23 15.226563 22.457031 13.28125 19.46875 13.28125 Z M 9 13.5 L 9 23 L 11.96875 23 L 11.96875 13.5 Z\"/></svg></li><li title=\"linode \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 11.5 3 L 5.53125 4.90625 L 9.875 7.5625 L 16.25 5.15625 L 11.875 3.0625 C 11.769531 3.007813 11.605469 3 11.5 3 Z M 5 5.84375 L 6.3125 12.1875 C 6.3125 12.292969 6.425781 12.394531 6.53125 12.5 L 10.34375 15.5 L 9.3125 8.46875 Z M 16.71875 6.09375 L 10.40625 8.46875 L 11.46875 15.4375 L 16.71875 12.71875 C 16.875 12.664063 16.96875 12.460938 16.96875 12.25 Z M 22.96875 12.21875 C 22.875 12.21875 22.765625 12.261719 22.6875 12.3125 L 19.71875 14.1875 L 23.1875 16.34375 L 26.375 14.03125 L 23.21875 12.3125 C 23.140625 12.261719 23.0625 12.21875 22.96875 12.21875 Z M 6.71875 13.96875 L 7.84375 19.53125 C 7.84375 19.636719 7.894531 19.757813 8 19.8125 L 11.46875 23.0625 L 10.625 17.0625 Z M 17.03125 13.96875 L 11.78125 16.96875 L 12.5 23.0625 L 17.03125 20.03125 C 17.1875 19.925781 17.304688 19.742188 17.25 19.53125 Z M 27 14.875 L 26.90625 14.96875 C 26.851563 15.023438 26.863281 15.09375 26.8125 15.09375 L 23.59375 17.28125 L 23.4375 20.65625 L 23.4375 20.84375 L 26.3125 18.59375 C 26.417969 18.488281 26.480469 18.386719 26.53125 18.28125 Z M 18.59375 14.9375 C 18.496094 14.9375 18.386719 14.980469 18.28125 15.03125 L 18.1875 15.09375 L 18.34375 19.53125 C 18.34375 19.636719 18.335938 19.800781 18.28125 19.90625 L 22.0625 17.125 L 18.875 15.03125 C 18.796875 14.980469 18.691406 14.9375 18.59375 14.9375 Z M 22.65625 17.96875 L 18.4375 20.90625 L 18.5625 24.53125 L 18.5625 24.8125 L 22.21875 21.90625 C 22.324219 21.800781 22.4375 21.6875 22.4375 21.53125 Z M 8.3125 21.21875 L 9.09375 25.4375 C 9.09375 25.542969 9.144531 25.582031 9.25 25.6875 L 12.40625 29 L 12.3125 28.78125 L 11.625 24.4375 Z M 17.4375 21.28125 L 12.71875 24.3125 L 13.34375 28.6875 L 13.40625 29 L 17.34375 25.84375 C 17.5 25.738281 17.5625 25.59375 17.5625 25.4375 Z\"/></svg></li><li title=\"linux \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 5 C 10.488281 5 6 9.488281 6 15 L 6 23 C 6 24.117188 5.117188 25 4 25 L 4 27 C 6.199219 27 8 25.199219 8 23 L 8 15 C 8 10.570313 11.570313 7 16 7 C 17.015625 7 17.984375 7.1875 18.875 7.53125 C 18.582031 7.945313 18.738281 8.675781 19.28125 9.21875 C 19.867188 9.804688 20.671875 9.953125 21.0625 9.5625 C 21.207031 9.417969 21.25 9.195313 21.25 8.96875 C 22.929688 10.433594 24 12.585938 24 15 L 24 23 C 24 25.199219 25.800781 27 28 27 L 28 25 C 26.882813 25 26 24.117188 26 23 L 26 15 C 26 9.488281 21.511719 5 16 5 Z M 13 11 C 11.480469 11 10.332031 11.851563 9.75 12.875 C 9.167969 13.898438 9 15.046875 9 16 C 9 17.355469 9.414063 18.347656 9.875 18.96875 C 9.917969 19.027344 9.957031 19.070313 10 19.125 C 9.386719 19.78125 9 20.59375 9 21.5 C 9 22.929688 9.972656 24.097656 11.25 24.84375 C 12.527344 25.589844 14.183594 26 16 26 C 17.816406 26 19.472656 25.589844 20.75 24.84375 C 22.027344 24.097656 23 22.929688 23 21.5 C 23 20.59375 22.613281 19.78125 22 19.125 C 22.042969 19.070313 22.082031 19.027344 22.125 18.96875 C 22.585938 18.347656 23 17.355469 23 16 C 23 15.046875 22.832031 13.898438 22.25 12.875 C 21.667969 11.851563 20.519531 11 19 11 C 17.667969 11 16.628906 11.652344 16 12.5 C 15.371094 11.652344 14.332031 11 13 11 Z M 13 13 C 13.867188 13 14.210938 13.3125 14.53125 13.875 C 14.851563 14.4375 15 15.292969 15 16 L 17 16 C 17 15.292969 17.148438 14.4375 17.46875 13.875 C 17.789063 13.3125 18.132813 13 19 13 C 19.867188 13 20.210938 13.3125 20.53125 13.875 C 20.851563 14.4375 21 15.292969 21 16 C 21 16.960938 20.722656 17.480469 20.5 17.78125 C 20.429688 17.878906 20.390625 17.921875 20.34375 17.96875 C 20.117188 17.855469 19.898438 17.71875 19.65625 17.625 C 19.867188 17.351563 20 16.953125 20 16.5 C 20 15.671875 19.550781 15 19 15 C 18.449219 15 18 15.671875 18 16.5 C 18 16.765625 18.078125 17.003906 18.15625 17.21875 C 17.46875 17.082031 16.757813 17 16 17 C 15.242188 17 14.53125 17.082031 13.84375 17.21875 C 13.921875 17.003906 14 16.765625 14 16.5 C 14 15.671875 13.550781 15 13 15 C 12.449219 15 12 15.671875 12 16.5 C 12 16.953125 12.132813 17.351563 12.34375 17.625 C 12.101563 17.71875 11.882813 17.855469 11.65625 17.96875 C 11.609375 17.921875 11.570313 17.878906 11.5 17.78125 C 11.277344 17.480469 11 16.960938 11 16 C 11 15.292969 11.148438 14.4375 11.46875 13.875 C 11.789063 13.3125 12.132813 13 13 13 Z M 16 19 C 17.5 19 18.855469 19.351563 19.75 19.875 C 20.644531 20.398438 21 20.996094 21 21.5 C 21 22.003906 20.644531 22.601563 19.75 23.125 C 18.855469 23.648438 17.5 24 16 24 C 14.5 24 13.144531 23.648438 12.25 23.125 C 11.355469 22.601563 11 22.003906 11 21.5 C 11 20.996094 11.355469 20.398438 12.25 19.875 C 13.144531 19.351563 14.5 19 16 19 Z M 13.5 20.4375 L 12.5 22.15625 C 12.5 22.15625 13.925781 23 16 23 C 18.074219 23 19.5 22.15625 19.5 22.15625 L 18.5 20.4375 C 18.5 20.4375 17.546875 21 16 21 C 14.453125 21 13.5 20.4375 13.5 20.4375 Z\"/></svg></li><li title=\"lira sign solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 11 4 L 11 9.90625 L 8 11 L 8 13 L 11 11.90625 L 11 13.90625 L 8 15 L 8 17 L 11 15.90625 L 11 28 L 12 28 C 17.761719 28 22.828125 24.152344 24.34375 18.59375 L 24.96875 16.25 L 23.03125 15.75 L 22.40625 18.0625 C 21.21875 22.425781 17.429688 25.421875 13 25.84375 L 13 15.1875 L 19 13 L 19 11 L 13 13.1875 L 13 11.1875 L 19 9 L 19 7 L 13 9.1875 L 13 4 Z\"/></svg></li><li title=\"list alt solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 10.28125 5.28125 L 7 8.5625 L 5.71875 7.28125 L 4.28125 8.71875 L 6.28125 10.71875 L 7 11.40625 L 7.71875 10.71875 L 11.71875 6.71875 Z M 15 7 L 15 9 L 28 9 L 28 7 Z M 10.28125 13.28125 L 7 16.5625 L 5.71875 15.28125 L 4.28125 16.71875 L 6.28125 18.71875 L 7 19.40625 L 7.71875 18.71875 L 11.71875 14.71875 Z M 15 15 L 15 17 L 28 17 L 28 15 Z M 10.28125 21.28125 L 7 24.5625 L 5.71875 23.28125 L 4.28125 24.71875 L 6.28125 26.71875 L 7 27.40625 L 7.71875 26.71875 L 11.71875 22.71875 Z M 15 23 L 15 25 L 28 25 L 28 23 Z\"/></svg></li><li title=\"list alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 10.28125 5.28125 L 7 8.5625 L 5.71875 7.28125 L 4.28125 8.71875 L 6.28125 10.71875 L 7 11.40625 L 7.71875 10.71875 L 11.71875 6.71875 Z M 15 7 L 15 9 L 28 9 L 28 7 Z M 10.28125 13.28125 L 7 16.5625 L 5.71875 15.28125 L 4.28125 16.71875 L 6.28125 18.71875 L 7 19.40625 L 7.71875 18.71875 L 11.71875 14.71875 Z M 15 15 L 15 17 L 28 17 L 28 15 Z M 10.28125 21.28125 L 7 24.5625 L 5.71875 23.28125 L 4.28125 24.71875 L 6.28125 26.71875 L 7 27.40625 L 7.71875 26.71875 L 11.71875 22.71875 Z M 15 23 L 15 25 L 28 25 L 28 23 Z\"/></svg></li><li title=\"list ol solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5.96875 3 L 5.65625 3.34375 C 5.65625 3.34375 4.898438 4 4.40625 4 L 4.40625 6 C 5.085938 6 5.554688 5.722656 6 5.46875 L 6 10 L 8 10 L 8 3 Z M 11 6 L 11 8 L 28 8 L 28 6 Z M 6.5 12 C 5.117188 12 4 13.117188 4 14.5 L 4 15 L 6 15 L 6 14.5 C 6 14.285156 6.285156 14 6.5 14 C 6.714844 14 7 14.285156 7 14.5 L 6.90625 14.59375 L 4.3125 17.09375 L 4 17.375 L 4 19 L 9 19 L 9 17 L 7.28125 17 L 8.15625 16.125 L 8.28125 16.03125 L 8.25 16 C 8.75 15.589844 9 14.980469 9 14.5 C 9 13.117188 7.882813 12 6.5 12 Z M 11 15 L 11 17 L 28 17 L 28 15 Z M 4 21 L 4 23 L 5.375 23 L 5.125 23.40625 L 5 23.625 L 5 25 L 6.5 25 C 6.714844 25 7 25.285156 7 25.5 C 7 25.714844 6.714844 26 6.5 26 L 4 26 L 4 28 L 6.5 28 C 7.882813 28 9 26.882813 9 25.5 C 9 24.496094 8.320313 23.804688 7.46875 23.40625 L 7.875 22.71875 L 8 22.46875 L 8 21 Z M 11 24 L 11 26 L 28 26 L 28 24 Z\"/></svg></li><li title=\"list solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 4 5 L 4 11 L 10 11 L 10 5 Z M 6 7 L 8 7 L 8 9 L 6 9 Z M 12 7 L 12 9 L 27 9 L 27 7 Z M 4 13 L 4 19 L 10 19 L 10 13 Z M 6 15 L 8 15 L 8 17 L 6 17 Z M 12 15 L 12 17 L 27 17 L 27 15 Z M 4 21 L 4 27 L 10 27 L 10 21 Z M 6 23 L 8 23 L 8 25 L 6 25 Z M 12 23 L 12 25 L 27 25 L 27 23 Z\"/></svg></li><li title=\"list ul solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 4 5 L 4 11 L 10 11 L 10 5 Z M 6 7 L 8 7 L 8 9 L 6 9 Z M 12 7 L 12 9 L 27 9 L 27 7 Z M 4 13 L 4 19 L 10 19 L 10 13 Z M 6 15 L 8 15 L 8 17 L 6 17 Z M 12 15 L 12 17 L 27 17 L 27 15 Z M 4 21 L 4 27 L 10 27 L 10 21 Z M 6 23 L 8 23 L 8 25 L 6 25 Z M 12 23 L 12 25 L 27 25 L 27 23 Z\"/></svg></li><li title=\"location arrow solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4.4375 L 15.09375 6.625 L 7.09375 25.625 L 6.1875 27.75 L 8.34375 26.9375 L 16 24.0625 L 23.65625 26.9375 L 25.8125 27.75 L 24.90625 25.625 L 16.90625 6.625 Z M 16 9.53125 L 22.1875 24.25 L 16.34375 22.0625 L 16 21.9375 L 15.65625 22.0625 L 9.8125 24.25 Z\"/></svg></li><li title=\"lock open solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 12.964844 3 10.414063 4.964844 9.375 7.625 L 11.21875 8.375 C 11.976563 6.433594 13.835938 5 16 5 C 18.753906 5 21 7.246094 21 10 L 21 13 L 6 13 L 6 29 L 26 29 L 26 13 L 23 13 L 23 10 C 23 6.15625 19.84375 3 16 3 Z M 8 15 L 24 15 L 24 27 L 8 27 Z\"/></svg></li><li title=\"lock solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 12.15625 3 9 6.15625 9 10 L 9 13 L 6 13 L 6 29 L 26 29 L 26 13 L 23 13 L 23 10 C 23 6.15625 19.84375 3 16 3 Z M 16 5 C 18.753906 5 21 7.246094 21 10 L 21 13 L 11 13 L 11 10 C 11 7.246094 13.246094 5 16 5 Z M 8 15 L 24 15 L 24 27 L 8 27 Z\"/></svg></li><li title=\"long arrow alt down solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 15 4 L 15 24.0625 L 10.71875 19.78125 L 9.28125 21.1875 L 16 27.90625 L 22.71875 21.1875 L 21.28125 19.78125 L 17 24.0625 L 17 4 Z\"/></svg></li><li title=\"long arrow alt left solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 10.8125 9.28125 L 4.09375 16 L 10.8125 22.71875 L 12.21875 21.28125 L 7.9375 17 L 28 17 L 28 15 L 7.9375 15 L 12.21875 10.71875 Z\"/></svg></li><li title=\"long arrow alt right solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 21.1875 9.28125 L 19.78125 10.71875 L 24.0625 15 L 4 15 L 4 17 L 24.0625 17 L 19.78125 21.28125 L 21.1875 22.71875 L 27.90625 16 Z\"/></svg></li><li title=\"long arrow alt up solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4.09375 L 9.28125 10.8125 L 10.71875 12.21875 L 15 7.9375 L 15 28 L 17 28 L 17 7.9375 L 21.28125 12.21875 L 22.71875 10.8125 Z\"/></svg></li><li title=\"low vision solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 3.71875 2.28125 L 2.28125 3.71875 L 28.28125 29.71875 L 29.71875 28.28125 L 23.125 21.6875 C 26.4375 19.621094 28.636719 16.902344 28.78125 16.71875 L 29 16.4375 L 29 15.53125 L 28.75 15.25 C 28.496094 14.953125 22.523438 8 16 8 C 14.097656 8 12.320313 8.53125 10.71875 9.28125 Z M 16 10 C 20.648438 10 25.28125 14.480469 26.75 16.03125 C 25.9375 16.949219 24.097656 18.832031 21.6875 20.25 L 19.4375 18 C 20.335938 16.46875 20.128906 14.472656 18.8125 13.15625 C 17.496094 11.839844 15.53125 11.664063 14 12.5625 L 12.25 10.8125 C 13.433594 10.335938 14.683594 10 16 10 Z M 7.75 11.03125 C 5.070313 12.957031 3.347656 15.121094 3.21875 15.28125 L 3 15.53125 L 3 16.46875 L 3.25 16.75 C 3.511719 17.046875 9.71875 24 16 24 C 17.398438 24 18.75 23.726563 20 23.28125 Z M 8.375 13.09375 L 17.1875 21.90625 C 16.800781 21.960938 16.398438 22 16 22 C 15.515625 22 15.019531 21.941406 14.53125 21.84375 L 6.96875 14.25 C 7.382813 13.871094 7.863281 13.488281 8.375 13.09375 Z M 6.21875 14.9375 L 12.53125 21.21875 C 9.289063 19.867188 6.378906 17.121094 5.25 15.96875 C 5.484375 15.703125 5.820313 15.332031 6.21875 14.9375 Z\"/></svg></li><li title=\"luggage cart solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 19 6 C 17.355469 6 16 7.355469 16 9 L 10 9 L 10 21 L 28 21 L 28 9 L 22 9 C 22 7.355469 20.644531 6 19 6 Z M 4 7 L 4 9 L 5 9 C 5.554688 9 6 9.445313 6 10 L 6 21 C 6 23.210938 7.789063 25 10 25 L 28 25 L 28 23 L 10 23 C 8.808594 23 8 22.191406 8 21 L 8 10 C 8 8.355469 6.644531 7 5 7 Z M 24.5 25 C 23.671875 25 23 25.671875 23 26.5 C 23 27.328125 23.671875 28 24.5 28 C 25.328125 28 26 27.328125 26 26.5 C 26 25.671875 25.328125 25 24.5 25 Z M 12.5 25 C 11.671875 25 11 25.671875 11 26.5 C 11 27.328125 11.671875 28 12.5 28 C 13.328125 28 14 27.328125 14 26.5 C 14 25.671875 13.328125 25 12.5 25 Z M 19 8 C 19.554688 8 20 8.445313 20 9 L 18 9 C 18 8.445313 18.445313 8 19 8 Z M 12 11 L 26 11 L 26 19 L 12 19 Z\"/></svg></li><li title=\"lyft \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 2 8 L 2 19 C 2 20.657 3.343 22 5 22 L 7.0625 22 C 6.4095 21.363 6 20.478 6 19.5 L 6 16 L 6 9.5 L 6 8 L 2 8 z M 22.5 8 C 19.462 8 17 10.462 17 13.5 L 17 15 L 17 16 L 17 22 C 19.209 22 21 20.209 21 18 L 23 18 L 23 14 L 21 14 L 21 13.5 C 21 12.672 21.672 12 22.5 12 C 23.328 12 24 12.672 24 13.5 L 24 16 L 24 17 C 24 19.761 26.239 22 29 22 L 30 22 L 30 18 C 28.895 18 28 17.105 28 16 L 30 16 L 30 12 L 27.787109 12 C 27.133109 9.693 25.017 8 22.5 8 z M 7 12 L 7 19 C 7 20.65 8.35 22 10 22 L 10.5 22 C 11.209 22 11.866969 21.785828 12.417969 21.423828 C 12.286969 21.620828 12.138703 21.805703 11.970703 21.970703 C 11.340703 22.610703 10.46 23 9.5 23 C 8.96 23 8.45 22.880391 8 22.650391 L 8 25.580078 C 8.61 25.850078 9.29 26 10 26 L 11 26 C 13.75 26 16 23.75 16 21 L 16 12 L 12 12 L 12 17.5 C 12 17.775 11.775 18 11.5 18 C 11.225 18 11 17.775 11 17.5 L 11 12 L 7 12 z\"/></svg></li><li title=\"magento \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3.2265625 L 5 10.173828 L 5 22.441406 L 8 24.154297 L 8 11.826172 L 16 6.7734375 L 24 11.826172 L 24 24.150391 L 27 22.4375 L 27 10.173828 L 16 3.2265625 z M 14 11.578125 L 11 13.464844 L 11 25.869141 L 16 28.728516 L 21 25.869141 L 21 13.484375 L 18 11.599609 L 18 24.130859 L 16 25.271484 L 14 24.130859 L 14 11.578125 z\"/></svg></li><li title=\"magic solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 20.875 2.5625 L 20.1875 3.3125 L 18.5 5.09375 L 14.90625 5.09375 L 14.90625 8.59375 L 13.1875 10.40625 L 12.5 11.125 L 14.6875 13.3125 L 3.03125 25 L 2.3125 25.71875 L 3.03125 26.40625 L 6.3125 29.6875 L 7 28.96875 L 18.6875 17.3125 L 20.875 19.5 L 21.59375 18.8125 L 23.40625 17.09375 L 26.90625 17.09375 L 26.90625 13.5 L 28.6875 11.8125 L 29.4375 11.125 L 26.90625 8.59375 L 26.90625 5.09375 L 23.40625 5.09375 Z M 20.90625 5.4375 L 22.28125 6.8125 L 22.59375 7.09375 L 24.90625 7.09375 L 24.90625 9.40625 L 25.1875 9.71875 L 26.5625 11.09375 L 25.21875 12.375 L 24.90625 12.65625 L 24.90625 15.09375 L 22.59375 15.09375 L 22.3125 15.375 L 20.90625 16.71875 L 20.09375 15.90625 L 24.625 11.375 L 20.65625 7.40625 L 19.9375 8.09375 L 16.125 11.9375 L 15.28125 11.09375 L 16.625 9.6875 L 16.90625 9.40625 L 16.90625 7.09375 L 19.34375 7.09375 L 19.625 6.78125 Z M 20.65625 10.21875 L 21.78125 11.375 L 6.3125 26.875 L 5.15625 25.71875 Z M 19 21 L 19 22 L 18 22 L 18 24 L 19 24 L 19 25 L 21 25 L 21 24 L 22 24 L 22 22 L 21 22 L 21 21 Z M 25 23 L 25 25 L 23 25 L 23 27 L 25 27 L 25 29 L 27 29 L 27 27 L 29 27 L 29 25 L 27 25 L 27 23 Z\"/></svg></li><li title=\"magnet solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 5 C 9.9375 5 5 9.9375 5 16 L 5 27 L 13 27 L 13 16 C 13 14.332031 14.332031 13 16 13 C 17.667969 13 19 14.332031 19 16 L 19 27 L 27 27 L 27 16 C 27 9.9375 22.0625 5 16 5 Z M 16 7 C 20.984375 7 25 11.015625 25 16 L 25 21 L 21 21 L 21 16 C 21 13.25 18.75 11 16 11 C 13.25 11 11 13.25 11 16 L 11 21 L 7 21 L 7 16 C 7 11.015625 11.015625 7 16 7 Z M 7 23 L 11 23 L 11 25 L 7 25 Z M 21 23 L 25 23 L 25 25 L 21 25 Z\"/></svg></li><li title=\"mail bulk solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6 5 L 6 15 L 2 15 L 2 28 L 19 28 L 19 24 L 30 24 L 30 11 L 23 11 L 23 5 L 6 5 z M 8 7 L 21 7 L 21 11 L 12 11 L 12 15 L 8 15 L 8 7 z M 14 13 L 28 13 L 28 22 L 19 22 L 19 15 L 14 15 L 14 13 z M 23 15 L 23 17 L 26 17 L 26 15 L 23 15 z M 4 17 L 6 17 L 13 17 L 17 17 L 17 18.113281 L 10.960938 21.867188 C 10.681938 22.041188 10.319062 22.042188 10.039062 21.867188 L 4 18.115234 L 4 17 z M 17 20.46875 L 17 26 L 4 26 L 4 20.470703 L 8.9824219 23.566406 C 9.4504219 23.857406 9.976 24.003906 10.5 24.003906 C 11.024 24.003906 11.548625 23.857453 12.015625 23.564453 L 17 20.46875 z\"/></svg></li><li title=\"mailchimp \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 14.728516 4.0078125 C 10.197246 4.3417754 1.9458438 14.28525 5.1054688 16.953125 L 5.8945312 17.623047 C 5.6815312 18.194047 5.6067813 18.808062 5.6757812 19.414062 C 5.8557812 21.199063 7.5991562 22.644578 9.2851562 22.642578 C 12.371156 29.755578 23.605672 29.766734 26.513672 22.802734 C 26.605672 22.562734 27 21.485156 27 20.535156 C 27 19.585156 26.460234 19.185547 26.115234 19.185547 C 25.936234 18.558547 25.820516 18.486406 25.603516 18.191406 C 25.734516 17.995406 26.420453 16.907906 25.439453 15.878906 C 24.883453 15.294906 23.775625 14.892156 23.390625 14.785156 C 23.310625 14.176156 23.639234 11.646656 22.240234 10.347656 C 23.351234 9.1966563 24.002 7.9288437 24 6.8398438 C 23.997 4.7468438 21.470734 4.1128281 18.302734 5.4238281 L 17.630859 5.7089844 C 17.627859 5.7059844 16.416438 4.5199063 16.398438 4.5039062 C 15.947062 4.1101563 15.37584 3.9601035 14.728516 4.0078125 z M 15.140625 4.8730469 C 15.270432 4.8793362 15.393688 4.898875 15.507812 4.9296875 C 15.804813 5.0136875 16.787109 6.1523438 16.787109 6.1523438 C 16.787109 6.1523438 14.961531 7.1641719 13.269531 8.5761719 C 10.988531 10.333172 9.266375 12.885297 8.234375 15.654297 C 7.424375 15.812297 6.7084844 16.272203 6.2714844 16.908203 C 6.0104844 16.690203 5.5244531 16.266469 5.4394531 16.105469 C 4.7444531 14.777469 6.19975 12.203047 7.21875 10.748047 C 9.579375 7.3786719 13.193525 4.7787073 15.140625 4.8730469 z M 18.326172 8.1425781 C 18.349172 8.1405781 18.367141 8.1596406 18.369141 8.1816406 C 18.370141 8.1956406 18.364516 8.2077969 18.353516 8.2167969 C 18.199516 8.3357969 18.060406 8.4758594 17.941406 8.6308594 C 17.928406 8.6488594 17.933172 8.6725469 17.951172 8.6855469 C 17.958172 8.6905469 17.965609 8.6923594 17.974609 8.6933594 C 18.632609 8.6983594 19.559016 8.9285781 20.166016 9.2675781 C 20.207016 9.2905781 20.178813 9.369375 20.132812 9.359375 C 16.414813 8.507375 13.552406 10.351922 12.941406 10.794922 C 12.922406 10.806922 12.898719 10.80025 12.886719 10.78125 C 12.876719 10.76625 12.877672 10.748375 12.888672 10.734375 L 12.884766 10.734375 C 13.779766 9.700375 14.882141 8.801875 15.869141 8.296875 C 15.888141 8.285875 15.910875 8.2915469 15.921875 8.3105469 C 15.928875 8.3225469 15.928875 8.3366094 15.921875 8.3496094 C 15.843875 8.4916094 15.692531 8.7953906 15.644531 9.0253906 C 15.639531 9.0473906 15.653781 9.0692188 15.675781 9.0742188 C 15.686781 9.0772188 15.698031 9.0743594 15.707031 9.0683594 C 16.321031 8.6493594 17.390172 8.2005781 18.326172 8.1425781 z M 21.507812 11.361328 C 21.631563 11.381828 21.751375 11.427094 21.859375 11.496094 C 22.394375 11.851094 22.468094 12.710844 22.496094 13.339844 C 22.512094 13.698844 22.555313 14.568406 22.570312 14.816406 C 22.604312 15.386406 22.754594 15.467453 23.058594 15.564453 C 23.229594 15.620453 23.386141 15.662516 23.619141 15.728516 C 24.325141 15.926516 24.593328 16.231234 24.861328 16.490234 C 24.997328 16.624234 25.087234 16.797328 25.115234 16.986328 C 25.198234 17.594328 24.792266 18.241828 23.322266 18.923828 C 20.825266 20.082828 18.314172 19.695297 17.951172 19.654297 C 16.874172 19.509297 16.26025 20.902469 16.90625 21.855469 C 18.11625 23.641469 23.448094 22.924844 24.996094 20.714844 C 25.033094 20.661844 25.002031 20.628156 24.957031 20.660156 C 22.724031 22.188156 19.770797 22.702781 18.091797 22.050781 C 17.836797 21.951781 17.303281 21.707156 17.238281 21.160156 C 19.569281 21.881156 21.033203 21.199219 21.033203 21.199219 C 21.033203 21.199219 21.141906 21.0485 21.003906 21.0625 C 21.003906 21.0625 19.093109 21.344594 17.287109 20.683594 C 17.619109 19.605594 18.729453 21.009313 22.439453 19.945312 C 23.256453 19.711312 24.181578 19.354359 25.017578 18.693359 C 25.264578 18.950359 25.473875 19.442672 25.546875 19.888672 C 25.742875 19.853672 26.308203 19.859469 26.158203 20.855469 C 25.982203 21.917469 25.532437 22.780219 24.773438 23.574219 C 24.299437 24.088219 23.734422 24.510312 23.107422 24.820312 C 22.758422 25.003312 22.395484 25.156297 22.021484 25.279297 C 19.161484 26.213297 16.231156 25.186469 15.285156 22.980469 C 15.208156 22.812469 15.145703 22.637984 15.095703 22.458984 C 14.692703 21.004984 15.035516 19.260109 16.103516 18.162109 C 16.169516 18.092109 16.236328 18.01025 16.236328 17.90625 C 16.227328 17.81725 16.190812 17.733062 16.132812 17.664062 C 15.758812 17.123062 14.466563 16.199109 14.726562 14.412109 C 14.913562 13.129109 16.035031 12.225297 17.082031 12.279297 L 17.349609 12.294922 C 17.802609 12.321922 18.198266 12.379531 18.572266 12.394531 C 19.197266 12.421531 19.758828 12.331344 20.423828 11.777344 C 20.648828 11.590344 20.828812 11.427953 21.132812 11.376953 C 21.256813 11.345953 21.384062 11.340828 21.507812 11.361328 z M 21.306641 13.529297 C 20.973641 13.583297 20.961078 13.997359 21.080078 14.568359 C 21.147078 14.889359 21.266391 15.162031 21.400391 15.332031 C 21.565391 15.311031 21.731484 15.311031 21.896484 15.332031 C 21.985484 15.127031 22.001875 14.775578 21.921875 14.392578 C 21.802875 13.822578 21.639641 13.475297 21.306641 13.529297 z M 17.488281 15.083984 C 17.206156 15.117984 16.931812 15.222984 16.695312 15.396484 C 16.535312 15.513484 16.38425 15.675437 16.40625 15.773438 C 16.45125 15.973437 16.942234 15.628891 17.615234 15.587891 C 17.989234 15.564891 18.299109 15.681156 18.537109 15.785156 C 18.776109 15.892156 18.922469 15.960391 18.980469 15.900391 C 19.081469 15.796391 18.794031 15.397219 18.332031 15.199219 C 18.061031 15.086719 17.770406 15.049984 17.488281 15.083984 z M 21.789062 15.878906 L 21.789062 15.880859 C 21.380063 15.873859 21.364391 16.725422 21.775391 16.732422 C 22.186391 16.739422 22.201063 15.886906 21.789062 15.878906 z M 18.056641 16.060547 C 17.571641 16.136547 17.253937 16.408609 17.335938 16.599609 C 17.383937 16.617609 17.398281 16.642641 17.613281 16.556641 C 17.932281 16.436641 18.278234 16.401125 18.615234 16.453125 C 18.771234 16.471125 18.844906 16.481734 18.878906 16.427734 C 18.956906 16.308734 18.574641 15.999547 18.056641 16.060547 z M 20.410156 16.451172 C 20.315906 16.462172 20.23275 16.506859 20.1875 16.599609 C 20.005948 16.968698 20.767752 17.339063 20.951172 16.974609 C 21.086922 16.699359 20.692906 16.418172 20.410156 16.451172 z M 8.8964844 16.480469 C 9.8666833 16.511085 10.816984 17.196219 11.044922 18.667969 C 11.287922 20.251969 10.794703 21.794812 9.2207031 21.757812 L 9.2226562 21.759766 C 8.0026562 21.726766 6.6856875 20.628172 6.5546875 19.326172 C 6.3690625 17.482859 7.6490857 16.441105 8.8964844 16.480469 z M 8.8261719 17.400391 C 8.4667969 17.389641 8.1212344 17.549672 7.9277344 17.763672 C 7.4617344 18.276672 7.4611563 19.021781 7.6601562 19.050781 C 7.8881562 19.080781 7.8786875 18.705687 8.0546875 18.429688 C 8.2606875 18.111687 8.6859063 18.020563 9.0039062 18.226562 C 9.0059063 18.227563 9.0077656 18.228469 9.0097656 18.230469 C 9.6297656 18.636469 9.0818594 19.178766 9.1308594 19.759766 C 9.2048594 20.651766 10.116156 20.634234 10.285156 20.240234 C 10.307156 20.200234 10.302438 20.151234 10.273438 20.115234 C 10.275438 20.163234 10.310703 20.047703 10.095703 20.095703 L 10.09375 20.097656 C 10.02275 20.114656 9.772625 20.176656 9.640625 19.972656 C 9.362625 19.544656 10.234781 18.883547 9.8007812 18.060547 C 9.5577812 17.593547 9.1855469 17.411141 8.8261719 17.400391 z\"/></svg></li><li title=\"male solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 2 C 13.800781 2 12 3.800781 12 6 C 12 7.066406 12.433594 8.03125 13.125 8.75 C 11.273438 9.773438 10 11.746094 10 14 L 10 19.40625 L 10.28125 19.71875 L 12 21.4375 L 12 30 L 14 30 L 14 20.59375 L 13.71875 20.28125 L 12 18.5625 L 12 14 C 12 11.78125 13.78125 10 16 10 C 18.21875 10 20 11.78125 20 14 L 20 18.5625 L 18.28125 20.28125 L 18 20.59375 L 18 30 L 20 30 L 20 21.4375 L 21.71875 19.71875 L 22 19.40625 L 22 14 C 22 11.746094 20.726563 9.773438 18.875 8.75 C 19.566406 8.03125 20 7.066406 20 6 C 20 3.800781 18.199219 2 16 2 Z M 16 4 C 17.117188 4 18 4.882813 18 6 C 18 7.117188 17.117188 8 16 8 C 14.882813 8 14 7.117188 14 6 C 14 4.882813 14.882813 4 16 4 Z\"/></svg></li><li title=\"mandalorian \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 19.646484 2 L 19.394531 2.1230469 C 19.150531 2.2440469 19.131547 2.2494844 18.560547 2.2714844 L 17.972656 2.2929688 L 17.734375 2.4238281 C 17.512375 2.5458281 17.486609 2.5506719 17.349609 2.5136719 C 17.254609 2.4846719 17.162172 2.4445312 17.076172 2.3945312 C 16.974172 2.3415312 16.863047 2.3060156 16.748047 2.2910156 C 16.640047 2.2770156 16.532688 2.2517969 16.429688 2.2167969 C 16.328687 2.1747969 16.282031 2.1772813 16.082031 2.2382812 C 15.976031 2.2732812 15.867859 2.2985469 15.755859 2.3105469 C 15.615859 2.3295469 15.476797 2.3603438 15.341797 2.4023438 C 15.166797 2.4533437 14.987453 2.4846563 14.939453 2.4726562 C 14.819453 2.4426563 14.545031 2.5712187 14.457031 2.6992188 C 14.297031 2.9732188 13.999953 3.4240469 14.126953 3.7480469 C 14.312953 3.9940469 14.98475 3.8076094 14.96875 4.2246094 C 14.85175 4.7146094 14.666094 5.1842031 14.496094 5.6582031 L 13.876953 5.5195312 C 14.285953 4.1395313 14.223469 4.6655938 13.105469 3.9335938 C 13.134469 3.8045937 13.178328 3.6795469 13.236328 3.5605469 C 13.389328 3.3375469 13.53125 3.1003594 13.53125 3.0683594 C 13.54625 3.0213594 13.572469 2.9784062 13.605469 2.9414062 C 13.695469 2.8264062 13.705094 2.5615625 13.621094 2.4765625 C 13.537094 2.3915625 13.449422 2.3825781 12.982422 2.3925781 C 12.603422 2.3985781 12.542328 2.4099531 12.361328 2.5019531 C 12.246328 2.5609531 11.99725 2.7578906 11.78125 2.9628906 L 11.404297 3.3203125 L 11.416016 4.03125 L 11.427734 4.7421875 L 11.560547 5.015625 C 11.692547 5.288625 11.836734 5.440875 12.177734 5.671875 C 12.229734 5.703875 12.278219 5.7392969 12.324219 5.7792969 C 12.335219 5.7922969 12.447172 5.8853281 12.576172 5.9863281 C 12.704172 6.0873281 12.860828 6.2086719 12.923828 6.2636719 C 13.139828 6.4506719 13.385344 6.5953594 13.652344 6.6933594 C 14.139344 6.8663594 14.269375 7.0365313 14.359375 7.6445312 C 14.406375 7.9575313 14.543906 8.406625 14.628906 8.515625 C 14.652906 8.544625 14.714516 8.780625 14.853516 9.390625 C 14.875516 9.490625 14.900203 9.6301719 14.908203 9.7011719 C 14.916203 9.7721719 14.938984 9.9031406 14.958984 9.9941406 C 15.016984 10.317141 15.054359 10.643703 15.068359 10.970703 C 15.068359 11.104703 15.054312 11.132219 14.945312 11.199219 C 14.890312 11.236219 14.828672 11.262391 14.763672 11.275391 C 14.683672 11.275391 14.536844 10.976969 14.464844 10.667969 C 14.355844 10.183969 14.200969 9.9795469 13.917969 9.9355469 C 13.680969 9.8985469 13.273109 9.5996719 12.662109 9.0136719 C 12.584109 8.9486719 12.497297 8.8964219 12.404297 8.8574219 C 11.996297 8.6874219 11.754266 8.52025 11.572266 8.28125 C 11.459266 8.13325 11.449219 8.0979063 11.449219 7.8789062 C 11.456219 7.6749062 11.476859 7.4705312 11.505859 7.2695312 C 11.575859 6.7895313 11.573 6.5178594 11.5 6.2558594 C 11.406 5.9278594 11.158375 5.7924219 10.984375 5.9824219 C 10.827375 6.1534219 10.531297 6.9680781 10.404297 7.5800781 C 10.347297 7.8560781 10.284109 8.0119687 10.162109 8.1679688 C 10.111109 8.2259687 10.092281 8.3058594 10.113281 8.3808594 C 10.140281 8.5228594 10.368406 9.0341875 10.441406 9.1171875 C 10.494406 9.1881875 10.541984 9.2637969 10.583984 9.3417969 L 10.675781 9.5058594 L 10.601562 9.7597656 C 10.479563 10.177766 10.478813 10.153156 10.632812 10.285156 C 10.709812 10.350156 11.048766 10.679813 11.384766 11.007812 C 12.086766 11.699813 12.204453 11.768734 12.689453 11.802734 C 12.989453 11.824734 13.11125 11.868703 13.15625 11.970703 C 13.16925 12.001703 13.184453 12.298859 13.189453 12.630859 C 13.212453 14.026859 13.208297 14.007219 13.529297 14.449219 L 13.708984 14.699219 L 13.757812 15.175781 C 13.817813 15.749781 13.817813 17.545297 13.757812 18.404297 L 13.716797 19.001953 L 13.824219 19.154297 C 13.882219 19.238297 14.201297 19.580109 14.529297 19.912109 C 14.986297 20.371109 15.159906 20.572953 15.253906 20.751953 L 15.376953 20.986328 L 15.353516 21.902344 C 15.340516 22.406344 15.312016 22.876266 15.291016 22.947266 C 15.270016 23.018266 15.228266 23.454969 15.197266 23.917969 C 15.145266 24.706969 15.099687 25.308312 15.054688 25.820312 C 15.043688 25.941312 15.018047 26.254625 14.998047 26.515625 C 14.940047 27.299625 14.854406 28.134828 14.816406 28.298828 C 14.752406 28.580828 14.767656 28.63175 14.972656 28.84375 C 15.216656 29.09375 15.62125 29.401328 15.65625 29.361328 C 15.71725 29.291328 15.769063 28.685922 15.789062 27.794922 C 15.801063 27.271922 15.815266 26.751578 15.822266 26.642578 C 15.830266 26.466578 15.859641 25.578922 15.931641 23.294922 C 15.942641 22.952922 15.959703 22.526656 15.970703 22.347656 C 15.991703 22.016656 15.961844 21.769094 15.839844 21.246094 C 15.796844 21.059094 15.766094 20.870687 15.746094 20.679688 C 15.728094 20.511687 15.689813 20.3465 15.632812 20.1875 C 15.583812 20.0675 15.5535 19.962125 15.5625 19.953125 C 15.5715 19.944125 15.562969 19.907094 15.542969 19.871094 C 15.485969 19.764094 15.437594 19.169531 15.433594 18.519531 C 15.429594 17.869531 15.380359 17.599469 15.193359 17.230469 C 15.099359 17.045469 14.615453 16.348484 14.439453 16.146484 L 14.330078 16.023438 L 14.349609 15.355469 C 14.371609 14.650469 14.416672 14.316344 14.513672 14.152344 C 14.594672 14.014344 14.667719 14.039328 14.761719 14.236328 C 14.849719 14.421328 14.937312 14.517469 15.320312 14.855469 C 15.605313 15.105469 15.726562 15.265484 15.726562 15.396484 C 15.711563 15.485484 15.679766 15.570438 15.634766 15.648438 C 15.496766 15.914438 15.510453 16.200875 15.689453 16.796875 C 15.768453 17.059875 15.843422 17.354219 15.857422 17.449219 C 15.869422 17.540219 15.8965 17.626984 15.9375 17.708984 C 15.9875 17.787984 15.993828 17.793281 16.048828 17.738281 C 16.094828 17.668281 16.124766 17.588859 16.134766 17.505859 C 16.147766 17.408859 16.176172 17.205687 16.201172 17.054688 C 16.226172 16.903688 16.26025 16.702469 16.28125 16.605469 C 16.34525 16.327469 16.331187 16.036625 16.242188 15.765625 C 16.198187 15.629625 16.147906 15.509047 16.128906 15.498047 C 16.082906 15.469047 16.084719 15.248219 16.136719 15.074219 C 16.188719 14.900219 16.370125 14.719719 16.828125 14.386719 C 17.021125 14.246719 17.22525 14.063422 17.28125 13.982422 C 17.33825 13.901422 17.398063 13.835938 17.414062 13.835938 C 17.530063 13.835938 17.518531 14.335734 17.394531 14.677734 C 17.294531 14.945734 17.213344 15.22 17.152344 15.5 C 17.113344 15.694 17.024391 16.095766 16.900391 16.634766 C 16.785391 17.141766 16.596688 17.64825 16.429688 17.90625 C 16.340688 18.04425 16.327406 18.096547 16.316406 18.435547 C 16.305406 18.774547 16.385141 19.578063 16.494141 20.289062 C 16.517141 20.520062 16.523672 20.752375 16.513672 20.984375 C 16.501672 21.399375 16.508359 21.482375 16.568359 21.609375 C 16.688359 21.863375 16.71175 22.063844 16.71875 22.964844 C 16.72275 23.447844 16.738859 23.956656 16.755859 24.097656 C 16.790859 24.385656 16.802531 25.855156 16.769531 25.910156 C 16.747531 25.946156 16.624844 26.739125 16.589844 27.078125 C 16.567844 27.299125 16.543672 27.783344 16.513672 28.652344 C 16.497727 29.128701 16.535156 29.811315 16.589844 29.992188 C 16.64033 30.032241 17.281318 29.533105 17.425781 29.324219 L 17.525391 29.179688 L 17.525391 28.138672 C 17.525391 27.496672 17.508422 27.018531 17.482422 26.894531 C 17.459422 26.783531 17.432828 26.599234 17.423828 26.490234 C 17.411828 26.361234 17.390281 26.233422 17.363281 26.107422 C 17.315281 25.894422 17.305078 25.137359 17.330078 23.693359 C 17.349078 22.587359 17.341844 22.537109 17.089844 21.662109 C 17.051844 21.503109 17.030344 21.340734 17.027344 21.177734 L 17.023438 20.892578 L 17.242188 20.701172 C 17.872187 20.146172 18.032703 19.819125 17.845703 19.453125 C 17.726703 19.214125 17.694328 18.8555 17.736328 18.1875 C 17.755328 17.8565 17.789547 17.459594 17.810547 17.308594 C 17.831547 17.157594 17.855234 16.941031 17.865234 16.832031 C 17.920234 16.205031 18.044578 15.699219 18.142578 15.699219 C 18.200578 15.699219 18.361438 15.287969 18.398438 15.042969 C 18.458437 14.654969 18.430516 13.860437 18.353516 13.773438 C 18.315516 13.726437 18.286578 13.672234 18.267578 13.615234 C 18.235578 13.525234 18.198297 13.437563 18.154297 13.351562 C 18.091297 13.228563 18.060406 13.091125 18.066406 12.953125 C 18.066406 12.688125 18.133781 12.53325 18.300781 12.40625 C 18.364781 12.35625 18.593734 12.155938 18.802734 11.960938 L 19.185547 11.605469 L 19.310547 11.210938 C 19.436547 10.813937 19.670063 10.271562 19.789062 10.101562 C 19.824062 10.052562 19.932297 9.8550625 20.029297 9.6640625 C 20.242297 9.2440625 20.478313 8.9384219 20.945312 8.4824219 L 21.298828 8.1386719 L 21.253906 8.0039062 C 21.229906 7.9289062 21.206125 7.6612031 21.203125 7.4082031 L 21.197266 6.9472656 L 20.953125 6.7246094 L 20.710938 6.5 L 20.744141 6.0957031 C 20.763141 5.8747031 20.797266 5.5195938 20.822266 5.3085938 C 20.899266 4.6545937 20.829266 4.4858437 20.572266 4.7148438 C 20.423266 4.8468437 20.322578 5.05375 20.267578 5.34375 C 20.241578 5.48575 20.187375 5.6221406 20.109375 5.7441406 C 20.026375 5.8711406 19.972125 6.0169688 19.953125 6.1679688 C 19.797125 7.1019687 19.639 7.5072813 19.25 7.9882812 C 19.029 8.2652813 18.742969 8.4849531 18.417969 8.6269531 C 18.276969 8.6939531 18.04525 8.8155312 17.90625 8.8945312 C 17.76725 8.9735313 17.520375 9.1103594 17.359375 9.1933594 C 16.809375 9.4753594 16.724469 9.5799531 16.605469 10.126953 C 16.473469 10.732953 16.456656 10.776063 16.347656 10.789062 C 16.270656 10.798063 16.239875 10.777109 16.171875 10.662109 C 16.103875 10.547109 16.091797 10.472078 16.091797 10.205078 C 16.088797 10.041078 16.107437 9.87775 16.148438 9.71875 C 16.227438 9.48475 16.218375 9.378375 16.109375 9.234375 C 15.986375 9.074375 15.963156 8.8589375 16.035156 8.7109375 C 16.107156 8.5629375 16.107156 8.3408125 16.035156 8.1328125 C 16.000156 8.0278125 15.974031 7.9195469 15.957031 7.8105469 C 15.938031 7.6735469 15.947531 7.6345937 16.019531 7.5585938 C 16.051531 7.5195937 16.091719 7.48875 16.136719 7.46875 C 16.185719 7.44675 16.230578 7.4159531 16.267578 7.3769531 C 16.321578 7.3219531 16.515266 7.1768281 16.697266 7.0488281 C 16.831266 6.9598281 16.959078 6.8599062 17.080078 6.7539062 C 17.117078 6.7129063 17.163844 6.6811562 17.214844 6.6601562 C 17.276844 6.6241563 17.323609 6.5689531 17.349609 6.5019531 C 17.407609 6.3969531 17.489844 6.3072344 17.589844 6.2402344 C 17.674844 6.1842344 17.750453 6.1141563 17.814453 6.0351562 C 17.843453 5.9801562 17.8925 5.9667969 18.0625 5.9667969 C 18.2765 5.9667969 18.446219 5.9135938 18.949219 5.6835938 C 19.359219 5.4955938 19.455516 5.3829063 19.728516 4.7539062 C 19.754516 4.7019063 19.773109 4.6468438 19.787109 4.5898438 C 19.787109 4.5118438 20.052875 4.158125 20.171875 4.078125 C 20.303875 3.990125 20.319734 3.9362188 20.302734 3.6992188 C 20.289734 3.6232187 20.265469 3.5494687 20.230469 3.4804688 C 20.182469 3.3764688 20.144234 3.2692031 20.115234 3.1582031 C 20.071234 2.9892031 20.073094 2.9415938 20.121094 2.8085938 C 20.176094 2.6555937 20.175875 2.65325 20.046875 2.40625 C 19.953875 2.22725 19.87725 2.133125 19.78125 2.078125 L 19.646484 2 z M 16.589844 29.992188 C 16.588608 29.991207 16.578627 29.997743 16.578125 29.996094 L 16.589844 29.996094 C 16.589655 29.995482 16.590032 29.992811 16.589844 29.992188 z M 21.783203 9.140625 C 20.630203 10.326625 20.275328 11.238984 20.111328 12.083984 C 22.157328 14.197984 23.628906 15.802734 23.628906 15.802734 C 25.585906 18.618734 24.181031 21.059594 21.082031 20.683594 L 21.082031 20.685547 C 22.536031 22.297547 27.076797 21.173547 26.841797 17.310547 C 26.816797 16.886547 26.662203 12.613625 21.783203 9.140625 z M 9.5527344 10.892578 L 9.5527344 10.896484 C 5.0087344 14.689484 4.8667969 18.973203 6.2167969 21.158203 C 7.3477969 22.992203 10.837281 23.026734 11.613281 21.427734 C 7.8532813 22.213734 6.4856406 19.50025 8.1816406 16.65625 C 8.6026406 15.94525 9.9889531 14.75825 12.376953 12.78125 C 12.142953 12.24825 11.822328 12.094375 11.111328 11.859375 C 10.529328 11.667375 10.704734 11.591578 9.5527344 10.892578 z M 13.765625 20.318359 C 13.731625 20.352359 13.740344 21.525234 13.777344 21.865234 C 13.796344 22.047234 13.816406 22.227578 13.816406 22.267578 C 13.820406 22.361578 13.948906 23.157922 14.003906 23.419922 C 14.026906 23.529922 14.059172 23.7635 14.076172 23.9375 C 14.084172 24.0575 14.101859 24.176969 14.130859 24.292969 C 14.173859 24.487969 14.205562 24.684812 14.226562 24.882812 C 14.247563 25.080813 14.278313 25.277656 14.320312 25.472656 C 14.321312 25.476656 14.325172 25.479469 14.326172 25.480469 C 14.340172 25.493469 14.360047 25.494469 14.373047 25.480469 C 14.412047 25.441469 14.476531 24.682469 14.519531 23.730469 C 14.537531 23.328469 14.560312 22.916406 14.570312 22.816406 C 14.580312 22.716406 14.597422 22.427781 14.607422 22.175781 C 14.617422 21.923781 14.636391 21.560234 14.650391 21.365234 L 14.675781 21.011719 L 14.386719 20.724609 C 14.129719 20.469609 13.820625 20.263359 13.765625 20.318359 z M 18.220703 20.671875 C 18.179203 20.676875 18.111141 20.721141 17.994141 20.806641 C 17.760141 20.977641 17.705078 21.073687 17.705078 21.304688 C 17.705078 21.503687 17.833141 22.411703 17.869141 22.470703 C 17.936141 22.580703 18.005672 23.260109 18.013672 23.912109 C 18.018672 24.314109 18.0405 24.736703 18.0625 24.845703 C 18.1375 25.223703 18.1875 25.961469 18.1875 26.730469 C 18.1875 27.152469 18.195078 27.511344 18.205078 27.527344 L 18.212891 27.527344 C 18.247891 27.585344 18.361391 27.437156 18.400391 27.285156 C 18.474391 26.982156 18.518766 26.088344 18.509766 25.027344 C 18.500766 24.150344 18.509453 23.859656 18.564453 23.472656 C 18.652453 22.837656 18.653203 22.819906 18.658203 22.503906 C 18.662203 22.204906 18.6525 22.141453 18.4375 21.314453 C 18.3745 21.074453 18.309922 20.827578 18.294922 20.767578 C 18.277922 20.701078 18.262203 20.666875 18.220703 20.671875 z\"/></svg></li><li title=\"map marked alt solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 22 3 C 18.699219 3 16 5.699219 16 9 C 16 9.992188 16.382813 11.003906 16.875 12.125 C 17.367188 13.246094 17.988281 14.433594 18.625 15.53125 C 19.898438 17.726563 21.1875 19.5625 21.1875 19.5625 L 22 20.75 L 22.8125 19.5625 C 22.8125 19.5625 24.101563 17.726563 25.375 15.53125 C 26.011719 14.433594 26.632813 13.246094 27.125 12.125 C 27.617188 11.003906 28 9.992188 28 9 C 28 5.699219 25.300781 3 22 3 Z M 11.96875 4.9375 L 4 8.34375 L 4 27.53125 L 12.03125 24.0625 L 20.03125 27.0625 L 28 23.65625 L 28 14.9375 C 27.363281 16.160156 26.65625 17.332031 26 18.375 L 26 22.34375 L 21 24.46875 L 21 22.84375 L 19.53125 20.71875 C 19.375 20.492188 19.191406 20.222656 19 19.9375 L 19 24.5625 L 13 22.3125 L 13 7.4375 L 14.09375 7.84375 C 14.191406 7.167969 14.367188 6.515625 14.625 5.90625 Z M 22 5 C 24.21875 5 26 6.78125 26 9 C 26 9.386719 25.757813 10.300781 25.3125 11.3125 C 24.867188 12.324219 24.238281 13.472656 23.625 14.53125 C 22.808594 15.9375 22.457031 16.4375 22 17.125 C 21.542969 16.4375 21.191406 15.9375 20.375 14.53125 C 19.761719 13.472656 19.132813 12.324219 18.6875 11.3125 C 18.242188 10.300781 18 9.386719 18 9 C 18 6.78125 19.78125 5 22 5 Z M 11 7.5 L 11 22.34375 L 6 24.46875 L 6 9.65625 Z M 22 7.5 C 21.171875 7.5 20.5 8.171875 20.5 9 C 20.5 9.828125 21.171875 10.5 22 10.5 C 22.828125 10.5 23.5 9.828125 23.5 9 C 23.5 8.171875 22.828125 7.5 22 7.5 Z\"/></svg></li><li title=\"map marked solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 22 3 C 18.699 3 16 5.699 16 9 C 16 9.992 16.383 11.004 16.875 12.125 C 17.367 13.246 17.988 14.43425 18.625 15.53125 C 19.898 17.72625 21.1875 19.5625 21.1875 19.5625 L 22 20.75 L 22.8125 19.5625 C 22.8125 19.5625 24.101 17.72625 25.375 15.53125 C 26.012 14.43325 26.633 13.246 27.125 12.125 C 27.617 11.004 28 9.992 28 9 C 28 5.699 25.301 3 22 3 z M 11.96875 4.9375 L 4 8.34375 L 4 27.53125 L 12.03125 24.0625 L 20.03125 27.0625 L 28 23.65625 L 28 14.9375 C 27.363 16.1605 26.656 17.332 26 18.375 L 26 22.34375 L 21 24.46875 L 21 22.84375 L 19.53125 20.71875 C 19.37525 20.49175 19.191 20.2225 19 19.9375 L 19 24.5625 L 13 22.3125 L 13 7.4375 L 14.09375 7.84375 C 14.19175 7.16775 14.367 6.51625 14.625 5.90625 L 11.96875 4.9375 z M 22 5 C 24.219 5 26 6.781 26 9 C 26 9.387 25.7585 10.3005 25.3125 11.3125 C 24.8675 12.3245 24.238 13.47225 23.625 14.53125 C 22.809 15.93725 22.457 16.438953 22 17.126953 C 21.543 16.438953 21.191 15.93725 20.375 14.53125 C 19.762 13.47225 19.1335 12.3245 18.6875 11.3125 C 18.2425 10.3005 18 9.387 18 9 C 18 6.781 19.781 5 22 5 z M 11 7.5 L 11 22.34375 L 6 24.46875 L 6 9.65625 L 11 7.5 z\"/></svg></li><li title=\"map marker alt solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 11.042969 3 7 7.042969 7 12 C 7 13.40625 7.570313 15.019531 8.34375 16.78125 C 9.117188 18.542969 10.113281 20.414063 11.125 22.15625 C 13.148438 25.644531 15.1875 28.5625 15.1875 28.5625 L 16 29.75 L 16.8125 28.5625 C 16.8125 28.5625 18.851563 25.644531 20.875 22.15625 C 21.886719 20.414063 22.882813 18.542969 23.65625 16.78125 C 24.429688 15.019531 25 13.40625 25 12 C 25 7.042969 20.957031 3 16 3 Z M 16 5 C 19.878906 5 23 8.121094 23 12 C 23 12.800781 22.570313 14.316406 21.84375 15.96875 C 21.117188 17.621094 20.113281 19.453125 19.125 21.15625 C 17.554688 23.867188 16.578125 25.300781 16 26.15625 C 15.421875 25.300781 14.445313 23.867188 12.875 21.15625 C 11.886719 19.453125 10.882813 17.621094 10.15625 15.96875 C 9.429688 14.316406 9 12.800781 9 12 C 9 8.121094 12.121094 5 16 5 Z M 16 10 C 14.894531 10 14 10.894531 14 12 C 14 13.105469 14.894531 14 16 14 C 17.105469 14 18 13.105469 18 12 C 18 10.894531 17.105469 10 16 10 Z\"/></svg></li><li title=\"map marker solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 11.042969 3 7 7.042969 7 12 C 7 13.40625 7.570313 15.019531 8.34375 16.78125 C 9.117188 18.542969 10.113281 20.414063 11.125 22.15625 C 13.148438 25.644531 15.1875 28.5625 15.1875 28.5625 L 16 29.75 L 16.8125 28.5625 C 16.8125 28.5625 18.851563 25.644531 20.875 22.15625 C 21.886719 20.414063 22.882813 18.542969 23.65625 16.78125 C 24.429688 15.019531 25 13.40625 25 12 C 25 7.042969 20.957031 3 16 3 Z M 16 5 C 19.878906 5 23 8.121094 23 12 C 23 12.800781 22.570313 14.316406 21.84375 15.96875 C 21.117188 17.621094 20.113281 19.453125 19.125 21.15625 C 17.554688 23.867188 16.578125 25.300781 16 26.15625 C 15.421875 25.300781 14.445313 23.867188 12.875 21.15625 C 11.886719 19.453125 10.882813 17.621094 10.15625 15.96875 C 9.429688 14.316406 9 12.800781 9 12 C 9 8.121094 12.121094 5 16 5 Z M 16 10 C 14.894531 10 14 10.894531 14 12 C 14 13.105469 14.894531 14 16 14 C 17.105469 14 18 13.105469 18 12 C 18 10.894531 17.105469 10 16 10 Z\"/></svg></li><li title=\"map pin solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 5 C 12.144531 5 9 8.144531 9 12 C 9 15.515625 11.617188 18.417969 15 18.90625 L 15 28 L 17 28 L 17 18.90625 C 20.382813 18.417969 23 15.515625 23 12 C 23 8.144531 19.855469 5 16 5 Z M 16 7 C 18.773438 7 21 9.226563 21 12 C 21 14.773438 18.773438 17 16 17 C 13.226563 17 11 14.773438 11 12 C 11 9.226563 13.226563 7 16 7 Z M 16 8 C 13.800781 8 12 9.800781 12 12 L 14 12 C 14 10.882813 14.882813 10 16 10 Z\"/></svg></li><li title=\"map signs solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 15 5 L 15 7 L 5 7 L 5 16 L 25.46875 16 L 25.75 15.65625 L 29.3125 11.5 L 25.75 7.34375 L 25.46875 7 L 17 7 L 17 5 Z M 7 9 L 24.53125 9 L 26.6875 11.5 L 24.53125 14 L 7 14 Z M 15 17 L 15 27 L 17 27 L 17 17 Z\"/></svg></li><li title=\"map solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 28 4.46875 L 26.59375 5.09375 L 19.96875 7.9375 L 12.34375 5.0625 L 11.96875 4.9375 L 11.59375 5.09375 L 4.59375 8.09375 L 4 8.34375 L 4 27.53125 L 5.40625 26.90625 L 12.03125 24.0625 L 19.65625 26.9375 L 20.03125 27.0625 L 20.40625 26.90625 L 27.40625 23.90625 L 28 23.65625 Z M 13 7.4375 L 19 9.6875 L 19 24.5625 L 13 22.3125 Z M 11 7.5 L 11 22.34375 L 6 24.5 L 6 9.65625 Z M 26 7.5 L 26 22.34375 L 21 24.5 L 21 9.65625 Z\"/></svg></li><li title=\"map \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 28 4.46875 L 26.59375 5.09375 L 19.96875 7.9375 L 12.34375 5.0625 L 11.96875 4.9375 L 11.59375 5.09375 L 4.59375 8.09375 L 4 8.34375 L 4 27.53125 L 5.40625 26.90625 L 12.03125 24.0625 L 19.65625 26.9375 L 20.03125 27.0625 L 20.40625 26.90625 L 27.40625 23.90625 L 28 23.65625 Z M 13 7.4375 L 19 9.6875 L 19 24.5625 L 13 22.3125 Z M 11 7.5 L 11 22.34375 L 6 24.5 L 6 9.65625 Z M 26 7.5 L 26 22.34375 L 21 24.5 L 21 9.65625 Z\"/></svg></li><li title=\"markdown \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 2.875 6 C 1.320313 6 0 7.253906 0 8.8125 L 0 23.1875 C 0 24.746094 1.320313 26 2.875 26 L 29.125 26 C 30.679688 26 32 24.746094 32 23.1875 L 32 8.8125 C 32 7.253906 30.679688 6 29.125 6 Z M 2.875 8 L 29.125 8 C 29.640625 8 30 8.382813 30 8.8125 L 30 23.1875 C 30 23.617188 29.640625 24 29.125 24 L 2.875 24 C 2.359375 24 2 23.617188 2 23.1875 L 2 8.8125 C 2 8.382813 2.359375 8 2.875 8 Z M 5 11 L 5 21 L 8 21 L 8 14.34375 L 11 18.3125 L 14 14.34375 L 14 21 L 17 21 L 17 11 L 14 11 L 11 15 L 8 11 Z M 22 11 L 22 16 L 19 16 L 23.5 21 L 28 16 L 25 16 L 25 11 Z\"/></svg></li><li title=\"marker solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 23.625 3.0625 L 22.90625 3.6875 L 7.5625 17 L 7.0625 17.46875 L 7.3125 18.125 C 7.3125 18.125 8.4375 21.125 6.28125 23.28125 L 6.28125 23.3125 L 6.25 23.34375 L 6.09375 23.53125 L 5.96875 23.65625 L 2 27.53125 L 7.375 29 L 9.4375 26.9375 L 9.65625 26.75 L 9.6875 26.71875 L 9.71875 26.71875 C 11.875 24.5625 14.875 25.6875 14.875 25.6875 L 15.53125 25.9375 L 16 25.4375 L 29.3125 10.09375 L 29.9375 9.375 Z M 23.5 5.8125 L 27.1875 9.5 L 18.4375 19.5625 L 13.4375 14.5625 Z M 11.9375 15.875 L 17.125 21.0625 L 15.1875 23.3125 L 9.6875 17.8125 Z M 9.5625 20.5 L 12.5 23.4375 C 11.257813 23.484375 9.753906 23.875 8.34375 25.25 C 8.324219 25.269531 8.300781 25.261719 8.28125 25.28125 L 8.03125 25.5 L 7.5 24.96875 L 7.71875 24.71875 L 7.75 24.65625 C 9.125 23.246094 9.515625 21.742188 9.5625 20.5 Z\"/></svg></li><li title=\"mars double solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 14 3 L 14 5 L 19.5625 5 L 14.15625 10.40625 C 12.957031 9.511719 11.523438 9 10 9 C 8.128906 9 6.382813 9.742188 5.0625 11.0625 C 3.742188 12.382813 3 14.128906 3 16 C 3 17.871094 3.742188 19.613281 5.0625 20.9375 C 6.382813 22.261719 8.128906 23 10 23 C 11.871094 23 13.617188 22.257813 14.9375 20.9375 C 15.75 20.125 16.351563 19.15625 16.6875 18.09375 C 15.914063 17.96875 15.097656 18.066406 14.375 18.375 C 14.148438 18.792969 13.878906 19.1875 13.53125 19.53125 C 12.585938 20.476563 11.335938 21 10 21 C 8.664063 21 7.414063 20.476563 6.46875 19.53125 C 5.523438 18.585938 5 17.335938 5 16 C 5 14.664063 5.523438 13.414063 6.46875 12.46875 C 7.414063 11.523438 8.664063 11 10 11 C 11.335938 11 12.585938 11.523438 13.53125 12.46875 C 14.011719 12.949219 14.378906 13.511719 14.625 14.125 C 15.074219 14.046875 15.535156 14 16 14 C 16.242188 14 16.480469 14.011719 16.71875 14.03125 C 16.488281 13.238281 16.089844 12.511719 15.59375 11.84375 L 21 6.4375 L 21 11 L 25.5625 11 L 20.15625 16.40625 C 18.957031 15.511719 17.523438 15 16 15 C 14.128906 15 12.382813 15.742188 11.0625 17.0625 C 10.25 17.875 9.648438 18.84375 9.3125 19.90625 C 10.085938 20.03125 10.902344 19.933594 11.625 19.625 C 11.851563 19.207031 12.121094 18.8125 12.46875 18.46875 C 13.414063 17.523438 14.664063 17 16 17 C 17.335938 17 18.585938 17.523438 19.53125 18.46875 C 20.476563 19.414063 21 20.664063 21 22 C 21 23.335938 20.476563 24.585938 19.53125 25.53125 C 18.585938 26.476563 17.335938 27 16 27 C 14.664063 27 13.414063 26.476563 12.46875 25.53125 C 11.988281 25.050781 11.621094 24.488281 11.375 23.875 C 10.925781 23.953125 10.464844 24 10 24 C 9.757813 24 9.519531 23.988281 9.28125 23.96875 C 9.605469 25.085938 10.21875 26.09375 11.0625 26.9375 C 12.382813 28.257813 14.128906 29 16 29 C 17.867188 29 19.617188 28.257813 20.9375 26.9375 C 22.257813 25.617188 23 23.871094 23 22 C 23 20.476563 22.488281 19.042969 21.59375 17.84375 L 27 12.4375 L 27 18 L 29 18 L 29 9 L 23 9 L 23 3 Z\"/></svg></li><li title=\"mars solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 17 4 L 17 6 L 24.5625 6 L 16.875 13.6875 C 15.523438 12.644531 13.832031 12 12 12 C 7.59375 12 4 15.59375 4 20 C 4 24.40625 7.59375 28 12 28 C 16.40625 28 20 24.40625 20 20 C 20 18.167969 19.355469 16.476563 18.3125 15.125 L 26 7.4375 L 26 15 L 28 15 L 28 4 Z M 12 14 C 15.324219 14 18 16.675781 18 20 C 18 23.324219 15.324219 26 12 26 C 8.675781 26 6 23.324219 6 20 C 6 16.675781 8.675781 14 12 14 Z\"/></svg></li><li title=\"mars stroke h solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 10 8 C 5.59375 8 2 11.59375 2 16 C 2 20.40625 5.59375 24 10 24 C 14.066406 24 17.4375 20.933594 17.9375 17 L 20 17 L 20 20 L 22 20 L 22 17 L 26.5625 17 L 22.28125 21.28125 L 23.71875 22.71875 L 29.71875 16.71875 L 30.40625 16 L 29.71875 15.28125 L 23.71875 9.28125 L 22.28125 10.71875 L 26.5625 15 L 22 15 L 22 12 L 20 12 L 20 15 L 17.9375 15 C 17.4375 11.066406 14.066406 8 10 8 Z M 10 10 C 13.324219 10 16 12.675781 16 16 C 16 19.324219 13.324219 22 10 22 C 6.675781 22 4 19.324219 4 16 C 4 12.675781 6.675781 10 10 10 Z\"/></svg></li><li title=\"mars stroke solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 17 4 L 17 6 L 24.5625 6 L 20 10.5625 L 17.71875 8.28125 L 16.28125 9.71875 L 18.5625 12 L 16.875 13.6875 C 15.523438 12.644531 13.832031 12 12 12 C 7.59375 12 4 15.59375 4 20 C 4 24.40625 7.59375 28 12 28 C 16.40625 28 20 24.40625 20 20 C 20 18.167969 19.355469 16.476563 18.3125 15.125 L 20 13.4375 L 22.28125 15.71875 L 23.71875 14.28125 L 21.4375 12 L 26 7.4375 L 26 15 L 28 15 L 28 4 Z M 12 14 C 15.324219 14 18 16.675781 18 20 C 18 23.324219 15.324219 26 12 26 C 8.675781 26 6 23.324219 6 20 C 6 16.675781 8.675781 14 12 14 Z\"/></svg></li><li title=\"mars stroke v solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 1.59375 L 15.28125 2.28125 L 9.28125 8.28125 L 10.71875 9.71875 L 15 5.4375 L 15 10 L 12 10 L 12 12 L 15 12 L 15 14.0625 C 11.066406 14.5625 8 17.933594 8 22 C 8 26.40625 11.59375 30 16 30 C 20.40625 30 24 26.40625 24 22 C 24 17.933594 20.933594 14.5625 17 14.0625 L 17 12 L 20 12 L 20 10 L 17 10 L 17 5.4375 L 21.28125 9.71875 L 22.71875 8.28125 L 16.71875 2.28125 Z M 16 16 C 19.324219 16 22 18.675781 22 22 C 22 25.324219 19.324219 28 16 28 C 12.675781 28 10 25.324219 10 22 C 10 18.675781 12.675781 16 16 16 Z\"/></svg></li><li title=\"mask solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16.029297 7 C 11.077297 7 7.2176875 8.0602969 4.5546875 10.154297 C 2.2626875 11.955297 1 14.472188 1 17.242188 C 1 22.070187 4.6326563 26 9.0976562 26 C 11.167656 26 13.136953 24.909406 14.376953 23.066406 L 15.488281 21.332031 C 15.628281 21.124031 15.820297 21.011719 16.029297 21.011719 C 16.237297 21.011719 16.430594 21.125453 16.558594 21.314453 L 17.695312 23.085938 C 18.923312 24.910938 20.892891 26 22.962891 26 C 27.319891 26 31 21.917938 31 17.085938 C 31 14.338937 29.749469 11.854844 27.480469 10.089844 C 24.843469 8.0408437 20.991297 7 16.029297 7 z M 16.029297 9 C 20.473297 9 24.007906 9.9229687 26.253906 11.667969 C 28.522906 13.432969 29 15.588938 29 17.085938 C 29 20.769937 26.179891 24 22.962891 24 C 21.559891 24 20.209234 23.241328 19.365234 21.986328 L 18.228516 20.216797 C 17.720516 19.462797 16.899297 19.011719 16.029297 19.011719 C 15.160297 19.011719 14.337406 19.460375 13.816406 20.234375 L 12.703125 21.96875 C 11.848125 23.24075 10.500656 24 9.0976562 24 C 5.4506563 24 3 20.505188 3 17.242188 C 3 15.099187 3.9900625 13.140562 5.7890625 11.726562 C 8.0590625 9.9425625 11.600297 9 16.029297 9 z M 10 12 C 7.624 12 6.1012969 13.463937 5.4042969 14.335938 C 4.8652969 15.010937 4.8652969 15.990063 5.4042969 16.664062 C 6.1012969 17.537062 7.625 19 10 19 C 12.376 19 13.898703 17.536062 14.595703 16.664062 C 15.134703 15.989063 15.134703 15.009937 14.595703 14.335938 C 13.898703 13.462938 12.375 12 10 12 z M 22 12 C 19.624 12 18.101297 13.463937 17.404297 14.335938 C 16.865297 15.010937 16.865297 15.990063 17.404297 16.664062 C 18.101297 17.537062 19.625 19 22 19 C 24.376 19 25.898703 17.536062 26.595703 16.664062 C 27.134703 15.989063 27.134703 15.009937 26.595703 14.335938 C 25.898703 13.462938 24.375 12 22 12 z M 10 14 C 11.467 14 12.464844 14.903 12.964844 15.5 C 12.465844 16.097 11.468 17 10 17 C 8.533 17 7.5351562 16.097 7.0351562 15.5 C 7.5341563 14.903 8.532 14 10 14 z M 22 14 C 23.467 14 24.464844 14.903 24.964844 15.5 C 24.465844 16.097 23.468 17 22 17 C 20.533 17 19.535156 16.097 19.035156 15.5 C 19.534156 14.903 20.532 14 22 14 z\"/></svg></li><li title=\"mastodon \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 15.9375 4.03125 C 12.917 4.0435 9.9179219 4.4269844 8.3574219 5.1464844 C 8.3574219 5.1464844 5 6.6748594 5 11.880859 C 5 18.077859 4.9955 25.860234 10.5625 27.365234 C 12.6945 27.938234 14.527953 28.061562 16.001953 27.976562 C 18.676953 27.825562 20 27.005859 20 27.005859 L 19.910156 25.029297 C 19.910156 25.029297 18.176297 25.640313 16.029297 25.570312 C 13.902297 25.495313 11.6615 25.335688 11.3125 22.679688 C 11.2805 22.432688 11.264625 22.182594 11.265625 21.933594 C 15.772625 23.052594 19.615828 22.420969 20.673828 22.292969 C 23.627828 21.933969 26.199344 20.081672 26.527344 18.388672 C 27.041344 15.720672 26.998047 11.880859 26.998047 11.880859 C 26.998047 6.6748594 23.646484 5.1464844 23.646484 5.1464844 C 22.000984 4.3779844 18.958 4.019 15.9375 4.03125 z M 12.705078 8.0019531 C 13.739953 8.0297031 14.762578 8.4927031 15.392578 9.4707031 L 16.001953 10.505859 L 16.609375 9.4707031 C 17.874375 7.5037031 20.709594 7.6264375 22.058594 9.1484375 C 23.302594 10.596438 23.025391 11.531 23.025391 18 L 23.025391 18.001953 L 20.578125 18.001953 L 20.578125 12.373047 C 20.578125 9.7380469 17.21875 9.6362812 17.21875 12.738281 L 17.21875 16 L 14.787109 16 L 14.787109 12.738281 C 14.787109 9.6362812 11.429688 9.7360938 11.429688 12.371094 L 11.429688 18 L 8.9765625 18 C 8.9765625 11.526 8.7043594 10.585438 9.9433594 9.1484375 C 10.622859 8.3824375 11.670203 7.9742031 12.705078 8.0019531 z\"/></svg></li><li title=\"maxcdn \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 6 L 7 11 L 4 26 L 9 26 L 12 11 L 16 11 L 13 26 L 18 26 L 21 11 L 25 11 L 22 26 L 27 26 L 29.75 12.257813 C 30.394531 9.019531 27.921875 6 24.617188 6 Z\"/></svg></li><li title=\"mdb \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 1.0800781 9 L 0.080078125 21 L 2.0878906 21 L 2.6445312 14.304688 L 5.3222656 21 L 6.6777344 21 L 9.3554688 14.304688 L 9.9121094 21 L 11.919922 21 L 10.919922 9 L 9.3222656 9 L 6 17.308594 L 2.6777344 9 L 1.0800781 9 z M 14 9 L 14 21 L 16 21 C 19.301625 21 22 18.301625 22 15 C 22 11.698375 19.301625 9 16 9 L 14 9 z M 24 9 L 24 14 L 24 16 L 24 21.011719 L 28.494141 21.011719 C 30.418603 21.011719 32 19.430322 32 17.505859 C 32 16.235984 31.27724 15.164205 30.255859 14.548828 C 30.692123 13.965017 31 13.278546 31 12.5 C 31 10.578812 29.421188 9 27.5 9 L 24 9 z M 16 11 C 18.220375 11 20 12.779625 20 15 C 20 17.220375 18.220375 19 16 19 L 16 11 z M 26 11 L 27.5 11 C 28.340812 11 29 11.659188 29 12.5 C 29 13.340812 28.340812 14 27.5 14 L 26 14 L 26 11 z M 26 16 L 27.5 16 L 28.494141 16 C 29.337678 16 30 16.662322 30 17.505859 C 30 18.349397 29.337678 19.011719 28.494141 19.011719 L 26 19.011719 L 26 16 z\"/></svg></li><li title=\"medal solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 7 3 L 11.265625 13.359375 C 8.7096967 14.94892 7 17.775441 7 21 C 7 25.962 11.037 30 16 30 C 20.963 30 25 25.962 25 21 C 25 17.775441 23.290303 14.94892 20.734375 13.359375 L 25 3 L 22.837891 3 L 18.925781 12.498047 C 18.268581 12.271202 17.580892 12.113483 16.865234 12.044922 L 20.587891 3 L 18.425781 3 L 14.673828 12.109375 C 14.12256 12.191305 13.588371 12.320577 13.074219 12.498047 L 9.1621094 3 L 7 3 z M 11.412109 3 L 13.953125 9.1738281 L 15.035156 6.546875 L 13.574219 3 L 11.412109 3 z M 16 14 C 19.859 14 23 17.14 23 21 C 23 24.86 19.859 28 16 28 C 12.141 28 9 24.86 9 21 C 9 17.14 12.141 14 16 14 z M 16 17.162109 L 14.832031 19.78125 L 12 20.091797 L 14.119141 21.996094 L 13.523438 24.806641 L 16 23.376953 L 18.476562 24.806641 L 17.880859 21.996094 L 20 20.091797 L 17.167969 19.78125 L 16 17.162109 z\"/></svg></li><li title=\"medapps \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 2 C 11.514 2 8 5.4428906 8 9.8378906 C 8 11.976891 8.8556406 14.573078 10.181641 16.455078 L 10.316406 16.646484 C 11.105406 17.763484 12 19.03 12 20 C 12 20.552 12.447 21 13 21 C 13.553 21 14 20.552 14 20 C 14 18.395 12.912172 16.853188 11.951172 15.492188 L 11.816406 15.302734 C 10.729406 13.760734 10 11.564891 10 9.8378906 C 10 6.5648906 12.636 4 16 4 C 19.364 4 22 6.5648906 22 9.8378906 C 22 11.563891 21.270594 13.760734 20.183594 15.302734 L 20.056641 15.482422 C 19.237641 16.637422 18 18.383 18 20 C 18 20.552 18.447 21 19 21 C 19.553 21 20 20.552 20 20 C 20 19.02 21.0985 17.470672 21.6875 16.638672 L 21.816406 16.455078 C 23.143406 14.573078 24 11.976891 24 9.8378906 C 24 5.4428906 20.486 2 16 2 z M 16.216797 10 C 15.754797 10.079 15.711703 13.194906 15.470703 14.378906 C 14.987703 13.711906 14.915609 12.617344 14.474609 12.527344 C 14.138609 12.527344 13.960484 13.593469 13.771484 14.230469 L 12.123047 14.478516 C 11.336047 14.786516 14.484109 14.866953 14.662109 14.876953 C 14.998109 15.722953 15.587125 17.514422 15.828125 16.857422 L 16.320312 13.552734 C 16.824313 14.597734 17.003859 16.050781 17.255859 16.050781 C 17.581859 16.040781 17.622281 15.385672 17.863281 14.638672 C 18.713281 14.628672 20.099141 14.618 19.994141 14.25 C 19.994141 14.25 17.916625 14.121109 17.390625 13.912109 C 17.264625 13.354109 16.699797 9.96 16.216797 10 z M 13 23 C 12.45 23 12 23.45 12 24 C 12 24.55 12.45 25 13 25 L 19 25 C 19.55 25 20 24.55 20 24 C 20 23.45 19.55 23 19 23 L 13 23 z M 14 27 C 13.45 27 13 27.45 13 28 C 13 28.55 13.45 29 14 29 L 18 29 C 18.55 29 19 28.55 19 28 C 19 27.45 18.55 27 18 27 L 14 27 z\"/></svg></li><li title=\"medium m \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 26 10.359375 L 25.210938 10.359375 C 24.914063 10.359375 24.5 10.785156 24.5 11.058594 L 24.5 20.992188 C 24.5 21.269531 24.914063 21.640625 25.210938 21.640625 L 26 21.640625 L 26 24 L 18.832031 24 L 18.832031 21.640625 L 20.332031 21.640625 L 20.332031 11.199219 L 20.261719 11.199219 L 16.757813 24 L 14.046875 24 L 10.585938 11.199219 L 10.5 11.199219 L 10.5 21.640625 L 12 21.640625 L 12 24 L 6 24 L 6 21.640625 L 6.769531 21.640625 C 7.085938 21.640625 7.5 21.269531 7.5 20.992188 L 7.5 11.058594 C 7.5 10.785156 7.085938 10.359375 6.769531 10.359375 L 6 10.359375 L 6 8 L 13.503906 8 L 15.964844 17.261719 L 16.035156 17.261719 L 18.519531 8 L 26 8 Z\"/></svg></li><li title=\"medium \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 26 10.359375 L 25.210938 10.359375 C 24.914063 10.359375 24.5 10.785156 24.5 11.058594 L 24.5 20.992188 C 24.5 21.269531 24.914063 21.640625 25.210938 21.640625 L 26 21.640625 L 26 24 L 18.832031 24 L 18.832031 21.640625 L 20.332031 21.640625 L 20.332031 11.199219 L 20.261719 11.199219 L 16.757813 24 L 14.046875 24 L 10.585938 11.199219 L 10.5 11.199219 L 10.5 21.640625 L 12 21.640625 L 12 24 L 6 24 L 6 21.640625 L 6.769531 21.640625 C 7.085938 21.640625 7.5 21.269531 7.5 20.992188 L 7.5 11.058594 C 7.5 10.785156 7.085938 10.359375 6.769531 10.359375 L 6 10.359375 L 6 8 L 13.503906 8 L 15.964844 17.261719 L 16.035156 17.261719 L 18.519531 8 L 26 8 Z\"/></svg></li><li title=\"medkit solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 14 5 C 12.90625 5 12 5.90625 12 7 L 12 8 L 6 8 C 4.355469 8 3 9.355469 3 11 L 3 26 L 29 26 L 29 11 C 29 9.355469 27.644531 8 26 8 L 20 8 L 20 7 C 20 5.90625 19.09375 5 18 5 Z M 14 7 L 18 7 L 18 8 L 14 8 Z M 6 10 L 26 10 C 26.566406 10 27 10.433594 27 11 L 27 24 L 5 24 L 5 11 C 5 10.433594 5.433594 10 6 10 Z M 15 13 L 15 16 L 12 16 L 12 18 L 15 18 L 15 21 L 17 21 L 17 18 L 20 18 L 20 16 L 17 16 L 17 13 Z\"/></svg></li><li title=\"medrt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 14.853516 3 C 7.7455156 3 2 8.814 2 16 C 2 23.186 7.7455156 29 14.853516 29 C 15.890516 29 16.895422 28.879672 17.857422 28.638672 C 12.197422 27.683672 7 22.385 7 16 C 7 9.615 12.34 4.3153281 18 3.3613281 C 17.039 3.1203281 15.890516 3 14.853516 3 z M 17.539062 7 C 15.717835 7.0069333 13.830625 7.5995781 12.203125 8.8066406 C 12.128125 8.8596406 12.064 8.9118437 12 8.9648438 C 15.291 8.0658438 18.956063 9.1655312 21.164062 12.019531 C 22.997063 14.398531 23.362922 17.41 22.419922 20 C 25.324922 17.167 25.881641 12.823547 23.556641 9.8105469 C 22.115516 7.9497969 19.88064 6.9910857 17.539062 7 z M 27.175781 10.025391 C 27.703781 11.244391 28 12.587 28 14 C 28 19.523 23.523 24 18 24 C 15.058 24 12.421797 22.721219 10.591797 20.699219 C 10.889797 21.373219 11.376781 22.106031 11.800781 22.707031 C 14.985781 27.279031 21.236906 28.372531 25.753906 25.144531 C 30.281906 21.916531 31.354922 15.601297 28.169922 11.029297 C 27.828922 10.538297 27.533781 10.313391 27.175781 10.025391 z M 14.5 12 C 14.224 12 14 12.224 14 12.5 L 14 14.5 C 14 14.776 13.776 15 13.5 15 L 11.5 15 C 11.224 15 11 15.224 11 15.5 L 11 16.5 C 11 16.776 11.224 17 11.5 17 L 13.5 17 C 13.776 17 14 17.224 14 17.5 L 14 19.5 C 14 19.776 14.224 20 14.5 20 L 15.5 20 C 15.776 20 16 19.776 16 19.5 L 16 17.5 C 16 17.224 16.224 17 16.5 17 L 18.5 17 C 18.776 17 19 16.776 19 16.5 L 19 15.5 C 19 15.224 18.776 15 18.5 15 L 16.5 15 C 16.224 15 16 14.776 16 14.5 L 16 12.5 C 16 12.224 15.776 12 15.5 12 L 14.5 12 z\"/></svg></li><li title=\"meetup \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 9.5 1 A 0.5 0.5 0 0 0 9.5 2 A 0.5 0.5 0 0 0 9.5 1 z M 18.5 2 A 1.5 1.5 0 0 0 18.5 5 A 1.5 1.5 0 0 0 18.5 2 z M 14 5 C 11.383 5 9.16375 6.678625 8.34375 9.015625 C 5.93275 9.099625 4 11.068 4 13.5 C 4 14.207 4.17775 14.867891 4.46875 15.462891 C 3.56175 16.367891 3 17.618 3 19 C 3 21.422 4.7227656 23.441391 7.0097656 23.900391 C 7.0087656 23.934391 7 23.966 7 24 C 7 26.761 9.239 29 12 29 C 13.213 29 14.309781 28.551031 15.175781 27.832031 C 15.899781 28.554031 16.898 29 18 29 C 19.868 29 21.424281 27.713422 21.863281 25.982422 C 24.730281 25.793422 27 23.415 27 20.5 C 27 19.348 26.645062 18.279484 26.039062 17.396484 C 26.631062 16.769484 27 15.93 27 15 C 27 13.599 26.171422 12.399844 24.982422 11.839844 C 24.989422 11.726844 25 11.615 25 11.5 C 25 8.462 22.538 6 19.5 6 C 18.877 6 18.280656 6.1078281 17.722656 6.2988281 C 16.699656 5.4878281 15.407 5 14 5 z M 7 6 A 1 1 0 0 0 7 8 A 1 1 0 0 0 7 6 z M 27 9 A 1 1 0 0 0 27 11 A 1 1 0 0 0 27 9 z M 17.005859 9.9921875 C 17.152094 9.9790625 17.314656 9.9865781 17.503906 10.017578 C 18.014906 10.091578 18.311219 10.441547 18.699219 10.810547 C 19.013219 11.130547 19.240922 10.933125 19.419922 10.828125 C 19.696922 10.668125 19.913281 10.527875 20.738281 10.546875 C 21.600281 10.564875 22.585922 10.879422 22.794922 12.357422 C 23.022922 14.014422 20.140078 18.269234 20.330078 20.240234 C 20.465078 21.626234 22.794375 20.639203 22.984375 21.908203 C 23.232375 23.557203 20.085813 22.942797 19.382812 22.591797 C 18.255813 22.024797 17.566609 20.742609 17.849609 19.474609 C 18.083609 18.526609 20.158141 14.653219 20.244141 14.074219 C 20.318141 13.458219 19.999594 13.402344 19.808594 13.402344 C 19.543594 13.384344 19.352891 13.508484 19.087891 13.896484 C 18.859891 14.247484 16.271922 19.512219 16.044922 19.949219 C 15.323922 21.341219 13.457969 21.113125 13.667969 19.703125 C 13.722969 19.284125 15.379266 15.516922 15.447266 14.919922 C 15.502266 14.568922 15.430125 14.179281 15.078125 13.988281 C 14.727125 13.809281 14.302688 14.093734 14.179688 14.302734 C 14.000687 14.604734 11.678641 20.782281 11.431641 21.238281 C 10.994641 22.026281 10.550187 22.273547 9.8671875 22.310547 C 8.2661875 22.402547 7.0667031 21.046203 7.5957031 19.408203 C 7.8237031 18.669203 9.3681094 13.114125 10.162109 11.703125 C 10.692109 10.755125 12.15225 10.035656 13.15625 10.472656 C 13.68625 10.700656 14.425766 11.068828 14.634766 11.173828 C 15.127766 11.407828 15.655234 10.791281 15.865234 10.613281 C 16.276234 10.257781 16.567156 10.031562 17.005859 9.9921875 z M 30.5 13 A 0.5 0.5 0 0 0 30.5 14 A 0.5 0.5 0 0 0 30.5 13 z M 1.5 14 A 1.5 1.5 0 0 0 1.5 17 A 1.5 1.5 0 0 0 1.5 14 z M 29 16 A 1 1 0 0 0 29 18 A 1 1 0 0 0 29 16 z M 5.5 25 A 0.5 0.5 0 0 0 5.5 26 A 0.5 0.5 0 0 0 5.5 25 z M 23.5 27 A 1.5 1.5 0 0 0 23.5 30 A 1.5 1.5 0 0 0 23.5 27 z M 15 29 A 1 1 0 0 0 15 31 A 1 1 0 0 0 15 29 z\"/></svg></li><li title=\"megaport \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 8.832 23.168 3 16 3 z M 16 5 C 22.065 5 27 9.935 27 16 C 27 22.065 22.065 27 16 27 C 9.935 27 5 22.065 5 16 C 5 9.935 9.935 5 16 5 z M 16 7 L 15 8 L 15 10.671875 L 13 12.671875 L 13 15.707031 L 10 18.105469 L 10 19.585938 L 10 22 L 11 23 L 12 22 L 12 19.585938 L 12 19.066406 L 13.5 17.865234 L 15 19.066406 L 15 22 L 16 23 L 17 22 L 17 19.585938 L 17 19.066406 L 18.5 17.865234 L 20 19.066406 L 20 22 L 21 23 L 22 22 L 22 19.585938 L 22 18.105469 L 19 15.707031 L 19 12.671875 L 17 10.671875 L 17 8 L 16 7 z M 16 12.5 L 17 13.5 L 17 16.171875 L 16 17.171875 L 15 16.171875 L 15 13.5 L 16 12.5 z\"/></svg></li><li title=\"meh blank solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 8.832 23.168 3 16 3 z M 16 5 C 22.065 5 27 9.935 27 16 C 27 22.065 22.065 27 16 27 C 9.935 27 5 22.065 5 16 C 5 9.935 9.935 5 16 5 z M 11.5 12 A 1.5 1.5 0 0 0 11.5 15 A 1.5 1.5 0 0 0 11.5 12 z M 20.5 12 A 1.5 1.5 0 0 0 20.5 15 A 1.5 1.5 0 0 0 20.5 12 z\"/></svg></li><li title=\"meh blank \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 8.832 23.168 3 16 3 z M 16 5 C 22.065 5 27 9.935 27 16 C 27 22.065 22.065 27 16 27 C 9.935 27 5 22.065 5 16 C 5 9.935 9.935 5 16 5 z M 11.5 12 A 1.5 1.5 0 0 0 11.5 15 A 1.5 1.5 0 0 0 11.5 12 z M 20.5 12 A 1.5 1.5 0 0 0 20.5 15 A 1.5 1.5 0 0 0 20.5 12 z\"/></svg></li><li title=\"meh rolling eyes solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 8.832 23.168 3 16 3 z M 16 5 C 22.065 5 27 9.935 27 16 C 27 22.065 22.065 27 16 27 C 9.935 27 5 22.065 5 16 C 5 9.935 9.935 5 16 5 z M 11 10 C 8.794 10 7 11.794 7 14 C 7 16.206 8.794 18 11 18 C 13.206 18 15 16.206 15 14 C 15 11.794 13.206 10 11 10 z M 21 10 C 18.794 10 17 11.794 17 14 C 17 16.206 18.794 18 21 18 C 23.206 18 25 16.206 25 14 C 25 11.794 23.206 10 21 10 z M 10.019531 12.267578 A 1.5 1.5 0 0 0 11.5 14 A 1.5 1.5 0 0 0 12.826172 13.195312 C 12.935451 13.442238 13 13.713012 13 14 C 13 15.103 12.103 16 11 16 C 9.897 16 9 15.103 9 14 C 9 13.255097 9.4141487 12.611734 10.019531 12.267578 z M 21.980469 12.267578 C 22.585851 12.611734 23 13.255097 23 14 C 23 15.103 22.103 16 21 16 C 19.897 16 19 15.103 19 14 C 19 13.713012 19.064549 13.442238 19.173828 13.195312 A 1.5 1.5 0 0 0 20.5 14 A 1.5 1.5 0 0 0 21.980469 12.267578 z M 12 20 L 12 22 L 20 22 L 20 20 L 12 20 z\"/></svg></li><li title=\"meh rolling eyes \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 8.832 23.168 3 16 3 z M 16 5 C 22.065 5 27 9.935 27 16 C 27 22.065 22.065 27 16 27 C 9.935 27 5 22.065 5 16 C 5 9.935 9.935 5 16 5 z M 11 10 C 8.794 10 7 11.794 7 14 C 7 16.206 8.794 18 11 18 C 13.206 18 15 16.206 15 14 C 15 11.794 13.206 10 11 10 z M 21 10 C 18.794 10 17 11.794 17 14 C 17 16.206 18.794 18 21 18 C 23.206 18 25 16.206 25 14 C 25 11.794 23.206 10 21 10 z M 10.019531 12.267578 A 1.5 1.5 0 0 0 11.5 14 A 1.5 1.5 0 0 0 12.826172 13.195312 C 12.935451 13.442238 13 13.713012 13 14 C 13 15.103 12.103 16 11 16 C 9.897 16 9 15.103 9 14 C 9 13.255097 9.4141487 12.611734 10.019531 12.267578 z M 21.980469 12.267578 C 22.585851 12.611734 23 13.255097 23 14 C 23 15.103 22.103 16 21 16 C 19.897 16 19 15.103 19 14 C 19 13.713012 19.064549 13.442238 19.173828 13.195312 A 1.5 1.5 0 0 0 20.5 14 A 1.5 1.5 0 0 0 21.980469 12.267578 z M 12 20 L 12 22 L 20 22 L 20 20 L 12 20 z\"/></svg></li><li title=\"meh solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 9.382813 4 4 9.382813 4 16 C 4 22.617188 9.382813 28 16 28 C 22.617188 28 28 22.617188 28 16 C 28 9.382813 22.617188 4 16 4 Z M 16 6 C 21.535156 6 26 10.464844 26 16 C 26 21.535156 21.535156 26 16 26 C 10.464844 26 6 21.535156 6 16 C 6 10.464844 10.464844 6 16 6 Z M 11.5 12 C 10.671875 12 10 12.671875 10 13.5 C 10 14.328125 10.671875 15 11.5 15 C 12.328125 15 13 14.328125 13 13.5 C 13 12.671875 12.328125 12 11.5 12 Z M 20.5 12 C 19.671875 12 19 12.671875 19 13.5 C 19 14.328125 19.671875 15 20.5 15 C 21.328125 15 22 14.328125 22 13.5 C 22 12.671875 21.328125 12 20.5 12 Z M 11 20 L 11 22 L 21 22 L 21 20 Z\"/></svg></li><li title=\"meh \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 9.382813 4 4 9.382813 4 16 C 4 22.617188 9.382813 28 16 28 C 22.617188 28 28 22.617188 28 16 C 28 9.382813 22.617188 4 16 4 Z M 16 6 C 21.535156 6 26 10.464844 26 16 C 26 21.535156 21.535156 26 16 26 C 10.464844 26 6 21.535156 6 16 C 6 10.464844 10.464844 6 16 6 Z M 11.5 12 C 10.671875 12 10 12.671875 10 13.5 C 10 14.328125 10.671875 15 11.5 15 C 12.328125 15 13 14.328125 13 13.5 C 13 12.671875 12.328125 12 11.5 12 Z M 20.5 12 C 19.671875 12 19 12.671875 19 13.5 C 19 14.328125 19.671875 15 20.5 15 C 21.328125 15 22 14.328125 22 13.5 C 22 12.671875 21.328125 12 20.5 12 Z M 11 20 L 11 22 L 21 22 L 21 20 Z\"/></svg></li><li title=\"memory solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 2 7 L 2 25 L 15 25 L 15 24 C 15 23.445313 15.445313 23 16 23 C 16.554688 23 17 23.445313 17 24 L 17 25 L 30 25 L 30 7 Z M 4 9 L 28 9 L 28 18 L 4 18 Z M 6 11 L 6 16 L 12 16 L 12 11 Z M 13 11 L 13 16 L 19 16 L 19 11 Z M 20 11 L 20 16 L 26 16 L 26 11 Z M 8 13 L 10 13 L 10 14 L 8 14 Z M 15 13 L 17 13 L 17 14 L 15 14 Z M 22 13 L 24 13 L 24 14 L 22 14 Z M 4 20 L 28 20 L 28 23 L 18.59375 23 C 18.152344 21.890625 17.257813 21 16 21 C 14.742188 21 13.847656 21.890625 13.40625 23 L 4 23 Z\"/></svg></li><li title=\"mendeley \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 9.6582031 7.2011719 C 6.0462031 7.1611719 4.204125 10.832641 5.328125 13.681641 C 5.932125 16.847641 5.3471719 18.527172 3.2011719 18.576172 C 2.1511719 18.462172 1.3672188 18.898406 0.57421875 19.691406 C -0.41178125 20.667406 -0.38145312 24.388391 2.6855469 24.775391 C 5.0195469 25.067391 6.64575 22.521781 5.71875 20.425781 C 3.37475 15.287781 15.073094 15.168531 13.121094 20.019531 C 13.116094 20.024531 13.110469 20.029062 13.105469 20.039062 C 11.777469 22.160062 13.443531 24.866813 16.019531 24.757812 C 18.600531 24.861812 20.249641 22.150063 18.931641 20.039062 C 18.926641 20.029062 18.922969 20.024531 18.917969 20.019531 C 16.965969 15.168531 28.663313 15.287781 26.320312 20.425781 C 26.092312 20.920781 25.987109 21.480547 26.037109 22.060547 C 26.280109 24.706547 29.442328 25.732687 31.236328 23.804688 C 32.119328 23.070688 32.380328 20.554688 31.236328 19.429688 C 30.627328 18.815687 29.765844 18.477172 28.839844 18.576172 C 26.694844 18.526172 26.066875 16.847641 26.671875 13.681641 C 27.801875 10.832641 25.934797 7.1661719 22.341797 7.2011719 C 18.506797 7.2361719 18.457531 11.263672 16.019531 11.263672 C 13.636531 11.263672 13.468203 7.2361719 9.6582031 7.2011719 z M 16.005859 12.259766 L 16.035156 12.259766 C 17.754156 12.259766 19.146484 13.651094 19.146484 15.371094 C 19.146484 16.610094 18.195156 18.482422 16.035156 18.482422 L 16.005859 18.482422 C 13.855859 18.482422 12.892578 16.625094 12.892578 15.371094 C 12.892578 13.652094 14.290859 12.259766 16.005859 12.259766 z\"/></svg></li><li title=\"menorah solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 4 5 C 4 5 3 7.015625 3 8 C 3 8.550781 3.449219 9 4 9 C 4.550781 9 5 8.550781 5 8 C 5 7.0625 4 5 4 5 Z M 8 5 C 8 5 7 7.015625 7 8 C 7 8.550781 7.449219 9 8 9 C 8.550781 9 9 8.550781 9 8 C 9 7.0625 8 5 8 5 Z M 12 5 C 12 5 11 7.015625 11 8 C 11 8.550781 11.449219 9 12 9 C 12.550781 9 13 8.550781 13 8 C 13 7.0625 12 5 12 5 Z M 16 5 C 16 5 15 7.015625 15 8 C 15 8.550781 15.449219 9 16 9 C 16.550781 9 17 8.550781 17 8 C 17 7.0625 16 5 16 5 Z M 20 5 C 20 5 19 7.015625 19 8 C 19 8.550781 19.449219 9 20 9 C 20.550781 9 21 8.550781 21 8 C 21 7.0625 20 5 20 5 Z M 24 5 C 24 5 23 7.015625 23 8 C 23 8.550781 23.449219 9 24 9 C 24.550781 9 25 8.550781 25 8 C 25 7.0625 24 5 24 5 Z M 28 5 C 28 5 27 7.015625 27 8 C 27 8.550781 27.449219 9 28 9 C 28.550781 9 29 8.550781 29 8 C 29 7.0625 28 5 28 5 Z M 3 10 C 3 16.804688 8.320313 22.414063 15 22.9375 L 15 25 L 10 25 L 10 27 L 22 27 L 22 25 L 17 25 L 17 22.9375 C 23.679688 22.414063 29 16.804688 29 10 L 27 10 C 27 15.71875 22.589844 20.429688 17 20.9375 L 17 18.9375 C 21.476563 18.429688 25 14.605469 25 10 L 23 10 C 23 13.515625 20.382813 16.417969 17 16.90625 L 17 14.90625 C 19.269531 14.4375 21 12.402344 21 10 L 19 10 C 19 11.300781 18.15625 12.394531 17 12.8125 L 17 10 L 15 10 L 15 12.8125 C 13.84375 12.394531 13 11.300781 13 10 L 11 10 C 11 12.402344 12.730469 14.4375 15 14.90625 L 15 16.90625 C 11.617188 16.417969 9 13.515625 9 10 L 7 10 C 7 14.605469 10.523438 18.429688 15 18.9375 L 15 20.9375 C 9.410156 20.429688 5 15.71875 5 10 Z\"/></svg></li><li title=\"mercury solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 11 2 C 11 3.476563 11.660156 4.800781 12.6875 5.71875 C 9.929688 6.984375 8 9.777344 8 13 C 8 17.066406 11.066406 20.4375 15 20.9375 L 15 24 L 11 24 L 11 26 L 15 26 L 15 30 L 17 30 L 17 26 L 21 26 L 21 24 L 17 24 L 17 20.9375 C 20.933594 20.4375 24 17.066406 24 13 C 24 9.777344 22.070313 6.984375 19.3125 5.71875 C 20.339844 4.800781 21 3.476563 21 2 L 19 2 C 19 3.667969 17.667969 5 16 5 C 14.332031 5 13 3.667969 13 2 Z M 16 7 C 19.324219 7 22 9.675781 22 13 C 22 16.324219 19.324219 19 16 19 C 12.675781 19 10 16.324219 10 13 C 10 9.675781 12.675781 7 16 7 Z\"/></svg></li><li title=\"meteor solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 30.34375 1.59375 L 26.4375 4.15625 L 20.1875 8.25 L 20.5625 7.59375 L 22.1875 4.65625 L 19.21875 6.21875 C 19.21875 6.21875 16.492188 7.679688 13.28125 9.59375 C 10.070313 11.507813 6.414063 13.824219 4.40625 15.78125 C 1.140625 19.046875 1.132813 24.316406 4.40625 27.5 L 4.4375 27.5 C 7.707031 30.75 12.917969 30.769531 16.09375 27.5 L 16.09375 27.46875 C 17.796875 25.761719 19.902344 22.65625 21.625 19.90625 C 23.351563 17.148438 24.65625 14.78125 24.65625 14.78125 L 26.0625 12.3125 L 23.4375 13.375 L 22.625 13.6875 L 27.84375 5.53125 Z M 23.625 8.40625 L 19.25 15.25 L 17.5625 17.90625 L 20.46875 16.71875 L 21.40625 16.34375 C 20.867188 17.265625 20.75 17.496094 19.90625 18.84375 C 18.207031 21.558594 16.082031 24.699219 14.6875 26.09375 C 12.269531 28.601563 8.339844 28.621094 5.8125 26.09375 L 5.78125 26.09375 C 3.273438 23.675781 3.285156 19.746094 5.8125 17.21875 C 7.503906 15.574219 11.148438 13.199219 14.3125 11.3125 C 15.839844 10.402344 16.0625 10.277344 17.125 9.6875 L 16.53125 10.8125 L 14.59375 14.34375 L 17.9375 12.125 Z M 10 18 C 7.789063 18 6 19.789063 6 22 C 6 24.210938 7.789063 26 10 26 C 12.210938 26 14 24.210938 14 22 C 14 19.789063 12.210938 18 10 18 Z M 10 20 C 11.191406 20 12 20.808594 12 22 C 12 23.191406 11.191406 24 10 24 C 8.808594 24 8 23.191406 8 22 C 8 20.808594 8.808594 20 10 20 Z\"/></svg></li><li title=\"microchip solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 7 6 L 7 8 L 3 8 L 3 26 L 7 26 L 7 28 L 9 28 L 9 26 L 11 26 L 11 28 L 13 28 L 13 26 L 15 26 L 15 28 L 17 28 L 17 26 L 19 26 L 19 28 L 21 28 L 21 26 L 23 26 L 23 28 L 25 28 L 25 26 L 29 26 L 29 8 L 25 8 L 25 6 L 23 6 L 23 8 L 21 8 L 21 6 L 19 6 L 19 8 L 17 8 L 17 6 L 15 6 L 15 8 L 13 8 L 13 6 L 11 6 L 11 8 L 9 8 L 9 6 Z M 5 10 L 27 10 L 27 24 L 5 24 Z M 8 12 C 7.449219 12 7 12.449219 7 13 C 7 13.550781 7.449219 14 8 14 C 8.550781 14 9 13.550781 9 13 C 9 12.449219 8.550781 12 8 12 Z M 12 12 C 11.449219 12 11 12.449219 11 13 C 11 13.550781 11.449219 14 12 14 C 12.550781 14 13 13.550781 13 13 C 13 12.449219 12.550781 12 12 12 Z M 16 12 C 15.449219 12 15 12.449219 15 13 C 15 13.550781 15.449219 14 16 14 C 16.550781 14 17 13.550781 17 13 C 17 12.449219 16.550781 12 16 12 Z M 20 12 C 19.449219 12 19 12.449219 19 13 C 19 13.550781 19.449219 14 20 14 C 20.550781 14 21 13.550781 21 13 C 21 12.449219 20.550781 12 20 12 Z M 24 12 C 23.449219 12 23 12.449219 23 13 C 23 13.550781 23.449219 14 24 14 C 24.550781 14 25 13.550781 25 13 C 25 12.449219 24.550781 12 24 12 Z M 8 16 C 7.449219 16 7 16.449219 7 17 C 7 17.550781 7.449219 18 8 18 C 8.550781 18 9 17.550781 9 17 C 9 16.449219 8.550781 16 8 16 Z M 24 16 C 23.449219 16 23 16.449219 23 17 C 23 17.550781 23.449219 18 24 18 C 24.550781 18 25 17.550781 25 17 C 25 16.449219 24.550781 16 24 16 Z M 8 20 C 7.449219 20 7 20.449219 7 21 C 7 21.550781 7.449219 22 8 22 C 8.550781 22 9 21.550781 9 21 C 9 20.449219 8.550781 20 8 20 Z M 12 20 C 11.449219 20 11 20.449219 11 21 C 11 21.550781 11.449219 22 12 22 C 12.550781 22 13 21.550781 13 21 C 13 20.449219 12.550781 20 12 20 Z M 16 20 C 15.449219 20 15 20.449219 15 21 C 15 21.550781 15.449219 22 16 22 C 16.550781 22 17 21.550781 17 21 C 17 20.449219 16.550781 20 16 20 Z M 20 20 C 19.449219 20 19 20.449219 19 21 C 19 21.550781 19.449219 22 20 22 C 20.550781 22 21 21.550781 21 21 C 21 20.449219 20.550781 20 20 20 Z M 24 20 C 23.449219 20 23 20.449219 23 21 C 23 21.550781 23.449219 22 24 22 C 24.550781 22 25 21.550781 25 21 C 25 20.449219 24.550781 20 24 20 Z\"/></svg></li><li title=\"microphone alt slash solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 3.7207031 2.2792969 L 2.2792969 3.7207031 L 11.861328 13.302734 L 13.289062 14.728516 L 17.261719 18.701172 L 18.703125 20.144531 L 28.279297 29.720703 L 29.720703 28.279297 L 20.396484 18.955078 L 21.84375 17.9375 C 25.30575 17.5205 28 14.57 28 11 C 28 7.145 24.855 4 21 4 C 17.422 4 14.4695 6.7145 14.0625 10.1875 L 13.054688 11.613281 L 3.7207031 2.2792969 z M 21 6 C 23.773 6 26 8.227 26 11 C 26 12.016 25.7035 12.965 25.1875 13.75 L 18.25 6.8125 C 19.035 6.2965 19.984 6 21 6 z M 16.8125 8.25 L 23.75 15.1875 C 22.965 15.7025 22.016 16 21 16 C 18.227 16 16 13.773 16 11 C 16 9.984 16.2975 9.035 16.8125 8.25 z M 10.722656 14.912109 L 6 21.59375 L 5.53125 22.28125 L 6.09375 22.875 L 6.90625 23.6875 L 4.28125 26.28125 L 5.71875 27.71875 L 8.28125 25.125 L 9.65625 26.5 L 10.375 26 L 17.089844 21.279297 L 15.650391 19.841797 L 9.90625 23.90625 L 8.125 22.0625 L 12.152344 16.34375 L 10.722656 14.912109 z\"/></svg></li><li title=\"microphone alt solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 21 4 C 17.421875 4 14.46875 6.714844 14.0625 10.1875 L 6 21.59375 L 5.53125 22.28125 L 6.09375 22.875 L 6.90625 23.6875 L 4.28125 26.28125 L 5.71875 27.71875 L 8.28125 25.125 L 9.65625 26.5 L 10.375 26 L 21.84375 17.9375 C 25.304688 17.519531 28 14.570313 28 11 C 28 7.144531 24.855469 4 21 4 Z M 21 6 C 23.773438 6 26 8.226563 26 11 C 26 12.015625 25.703125 12.964844 25.1875 13.75 L 18.25 6.8125 C 19.035156 6.296875 19.984375 6 21 6 Z M 16.8125 8.25 L 23.75 15.1875 C 22.964844 15.703125 22.015625 16 21 16 C 18.226563 16 16 13.773438 16 11 C 16 9.984375 16.296875 9.035156 16.8125 8.25 Z M 14.375 13.1875 C 15.070313 15.261719 16.707031 16.921875 18.78125 17.625 L 9.90625 23.90625 L 8.125 22.0625 Z\"/></svg></li><li title=\"microphone slash solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 3.71875 2.28125 L 2.28125 3.71875 L 28.28125 29.71875 L 29.71875 28.28125 L 23.4375 22 C 24.398438 20.9375 25 19.542969 25 18 L 25 14 L 23 14 L 23 18 C 23 18.992188 22.636719 19.898438 22.03125 20.59375 L 20.625 19.1875 C 20.863281 18.859375 21 18.4375 21 18 L 21 6 C 21 4.898438 20.101563 4 19 4 L 13 4 C 11.898438 4 11 4.898438 11 6 L 11 9.5625 Z M 13 6 L 19 6 L 19 17.5625 L 13 11.5625 Z M 7 14 L 7 18 C 7 21.308594 9.691406 24 13 24 L 15 24 L 15 26 L 11 26 L 11 28 L 21 28 L 21 26 L 17 26 L 17 24 L 19 24 C 19.253906 24 19.503906 23.96875 19.75 23.9375 L 17.8125 22 L 13 22 C 10.792969 22 9 20.207031 9 18 L 9 14 Z M 11 15.1875 L 11 18 C 11 19.101563 11.898438 20 13 20 L 15.8125 20 L 13.8125 18 L 13 18 L 13 17.1875 Z\"/></svg></li><li title=\"microphone solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 13 4 C 11.90625 4 11 4.90625 11 6 L 11 18 C 11 19.09375 11.90625 20 13 20 L 19 20 C 20.09375 20 21 19.09375 21 18 L 21 6 C 21 4.90625 20.09375 4 19 4 Z M 13 6 L 19 6 L 19 18 L 13 18 Z M 7 14 L 7 18 C 7 21.300781 9.699219 24 13 24 L 15 24 L 15 26 L 11 26 L 11 28 L 21 28 L 21 26 L 17 26 L 17 24 L 19 24 C 22.300781 24 25 21.300781 25 18 L 25 14 L 23 14 L 23 18 C 23 20.21875 21.21875 22 19 22 L 13 22 C 10.78125 22 9 20.21875 9 18 L 9 14 Z\"/></svg></li><li title=\"microscope solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 17 4 L 17 6 L 21 6 L 21 4 Z M 16 7 L 16 9 L 14 9 C 11.253906 9 9 11.253906 9 14 L 9 18.1875 C 7.84375 18.605469 7 19.707031 7 21 C 7 22.292969 7.84375 23.394531 9 23.8125 L 9 26 L 7 26 L 7 28 L 24 28 L 24 26 L 11 26 L 11 23.8125 C 11.84375 23.507813 12.507813 22.84375 12.8125 22 L 24 22 L 24 20 L 12.8125 20 C 12.507813 19.160156 11.839844 18.492188 11 18.1875 L 11 14 C 11 12.34375 12.34375 11 14 11 L 16 11 L 16 17 L 22 17 L 22 7 Z M 18 9 L 20 9 L 20 15 L 18 15 Z M 10 20 C 10.5625 20 11 20.4375 11 21 C 11 21.5625 10.5625 22 10 22 C 9.4375 22 9 21.5625 9 21 C 9 20.4375 9.4375 20 10 20 Z\"/></svg></li><li title=\"microsoft \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 L 5 5 z M 7 7 L 15 7 L 15 15 L 7 15 L 7 7 z M 17 7 L 25 7 L 25 15 L 17 15 L 17 7 z M 7 17 L 15 17 L 15 25 L 7 25 L 7 17 z M 17 17 L 25 17 L 25 25 L 17 25 L 17 17 z\"/></svg></li><li title=\"minus circle solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832031 3 3 8.832031 3 16 C 3 23.167969 8.832031 29 16 29 C 23.167969 29 29 23.167969 29 16 C 29 8.832031 23.167969 3 16 3 Z M 16 5 C 22.085938 5 27 9.914063 27 16 C 27 22.085938 22.085938 27 16 27 C 9.914063 27 5 22.085938 5 16 C 5 9.914063 9.914063 5 16 5 Z M 10 15 L 10 17 L 22 17 L 22 15 Z\"/></svg></li><li title=\"minus solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 15 L 5 17 L 27 17 L 27 15 Z\"/></svg></li><li title=\"minus square solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 Z M 7 7 L 25 7 L 25 25 L 7 25 Z M 11 15 L 11 17 L 21 17 L 21 15 Z\"/></svg></li><li title=\"minus square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 Z M 7 7 L 25 7 L 25 25 L 7 25 Z M 11 15 L 11 17 L 21 17 L 21 15 Z\"/></svg></li><li title=\"mitten solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 19 3 C 14.605469 3 11 6.605469 11 11 L 11 13.625 C 9.277344 12.617188 7.039063 12.957031 5.8125 14.59375 C 4.492188 16.351563 4.835938 18.871094 6.59375 20.1875 L 6.59375 20.21875 L 6.625 20.21875 L 12 24.15625 L 12 29 L 26 29 L 26 23.71875 C 26.019531 23.679688 26.039063 23.644531 26.0625 23.59375 C 26.175781 23.367188 26.296875 23.046875 26.4375 22.625 C 26.71875 21.785156 27 20.570313 27 19 L 27 11 C 27 6.605469 23.394531 3 19 3 Z M 19 5 C 22.304688 5 25 7.695313 25 11 L 25 19 C 25 20.34375 24.78125 21.34375 24.5625 22 C 24.453125 22.328125 24.324219 22.566406 24.25 22.71875 C 24.210938 22.792969 24.207031 22.84375 24.1875 22.875 C 24.179688 22.890625 24.160156 22.902344 24.15625 22.90625 L 24.3125 23 L 13.84375 23 L 13.59375 22.8125 L 7.8125 18.59375 C 6.917969 17.925781 6.738281 16.703125 7.40625 15.8125 C 8.078125 14.917969 9.296875 14.738281 10.1875 15.40625 L 10.21875 15.40625 L 11.4375 16.25 L 13 17.34375 L 13 11 C 13 7.695313 15.695313 5 19 5 Z M 14 25 L 24 25 L 24 27 L 14 27 Z\"/></svg></li><li title=\"mix \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 25 C 5 26.654 6.346 28 8 28 C 9.654 28 11 26.654 11 25 L 11 13 C 11 12.448 11.448 12 12 12 C 12.552 12 13 12.448 13 13 L 13 21 C 13 22.654 14.346 24 16 24 C 17.654 24 19 22.654 19 21 L 19 15 C 19 14.448 19.448 14 20 14 C 20.552 14 21 14.448 21 15 L 21 17 C 21 18.654 22.346 20 24 20 C 25.654 20 27 18.654 27 17 L 27 5 L 5 5 z M 7 7 L 25 7 L 25 17 C 25 17.552 24.552 18 24 18 C 23.448 18 23 17.552 23 17 L 23 15 C 23 13.346 21.654 12 20 12 C 18.346 12 17 13.346 17 15 L 17 21 C 17 21.552 16.552 22 16 22 C 15.448 22 15 21.552 15 21 L 15 13 C 15 11.346 13.654 10 12 10 C 10.346 10 9 11.346 9 13 L 9 25 C 9 25.552 8.552 26 8 26 C 7.448 26 7 25.552 7 25 L 7 7 z\"/></svg></li><li title=\"mixcloud \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 12.845703 6 C 9.2217031 6 6.0074688 8.3306563 4.8554688 11.722656 C 2.1134687 12.123656 0 14.474172 0 17.326172 C 0 20.448172 2.5435 23 5.6875 23 L 20.234375 23 C 22.856375 23 25 20.868094 25 18.246094 C 25 15.975094 23.387625 14.074281 21.265625 13.613281 C 20.844625 9.3512812 17.231703 6 12.845703 6 z M 12.849609 8 C 16.384609 8 19.251953 10.898453 19.251953 14.439453 C 19.251953 15.133453 19.140734 15.817703 18.927734 16.470703 C 18.471734 17.878703 20.569609 18.459578 20.974609 17.142578 C 21.116609 16.724578 21.227828 16.286656 21.298828 15.847656 C 22.281828 16.224656 23 17.183172 23 18.326172 C 23 19.795172 21.805172 21 20.326172 21 L 5.6054688 21 C 3.6204687 21 2 19.388672 2 17.388672 C 2 15.388672 3.6204688 13.775391 5.6054688 13.775391 C 6.5574687 13.775391 7.4596719 14.154891 8.1386719 14.837891 C 9.1516719 15.857891 10.692922 14.316156 9.6699219 13.285156 C 8.9309219 12.550156 8.0183906 12.040156 7.0253906 11.785156 C 8.0383906 9.5191562 10.316609 8 12.849609 8 z M 29.46875 12.007812 C 28.692406 11.904875 27.866016 12.790719 28.447266 13.636719 C 29.399266 15.068719 29.919922 16.756906 29.919922 18.503906 C 29.919922 20.240906 29.399266 21.938859 28.447266 23.380859 C 27.966266 24.077859 28.495781 25 29.300781 25 C 29.644781 25 29.969781 24.833062 30.175781 24.539062 C 31.372781 22.753062 32 20.662906 32 18.503906 C 32 16.334906 31.371828 14.244516 30.173828 12.478516 C 29.980078 12.186516 29.727531 12.042125 29.46875 12.007812 z M 26.476562 13.701172 C 25.694594 13.599406 24.873828 14.477469 25.455078 15.324219 C 26.102078 16.266219 26.425781 17.365906 26.425781 18.503906 C 26.425781 19.642906 26.103078 20.731828 25.455078 21.673828 C 24.984078 22.360828 25.474359 23.292969 26.318359 23.292969 C 26.661359 23.292969 26.985406 23.145563 27.191406 22.851562 C 28.064406 21.556562 28.507812 20.053906 28.507812 18.503906 C 28.507813 16.943906 28.064406 15.442969 27.191406 14.167969 C 26.992656 13.878469 26.737219 13.735094 26.476562 13.701172 z\"/></svg></li><li title=\"mizuni \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 8.832 23.168 3 16 3 z M 16 5 C 22.065 5 27 9.935 27 16 C 27 22.065 22.065 27 16 27 C 9.935 27 5 22.065 5 16 C 5 9.935 9.935 5 16 5 z M 11.5 10 C 10.67 10 10 10.67 10 11.5 L 10 22 C 10.79 21.22 11.82 20.589219 13 20.199219 L 13 11.5 C 13 10.67 12.33 10 11.5 10 z M 16 10 C 15.17 10 14.5 10.67 14.5 11.5 L 14.5 19.830078 C 14.99 19.750078 15.489766 19.710938 16.009766 19.710938 C 16.519766 19.710937 17.01 19.750078 17.5 19.830078 L 17.5 11.5 C 17.5 10.67 16.83 10 16 10 z M 20.5 10 C 19.67 10 19 10.67 19 11.5 L 19 20.189453 C 20.18 20.589453 21.21 21.210234 22 21.990234 L 22 11.5 C 22 10.67 21.33 10 20.5 10 z\"/></svg></li><li title=\"mobile alt solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 11 4 C 9.355469 4 8 5.355469 8 7 L 8 25 C 8 26.644531 9.355469 28 11 28 L 21 28 C 22.644531 28 24 26.644531 24 25 L 24 7 C 24 5.355469 22.644531 4 21 4 Z M 11 6 L 21 6 C 21.554688 6 22 6.445313 22 7 L 22 25 C 22 25.554688 21.554688 26 21 26 L 11 26 C 10.445313 26 10 25.554688 10 25 L 10 7 C 10 6.445313 10.445313 6 11 6 Z M 16 23 C 15.449219 23 15 23.449219 15 24 C 15 24.550781 15.449219 25 16 25 C 16.550781 25 17 24.550781 17 24 C 17 23.449219 16.550781 23 16 23 Z\"/></svg></li><li title=\"mobile solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 11 4 C 9.355469 4 8 5.355469 8 7 L 8 25 C 8 26.644531 9.355469 28 11 28 L 21 28 C 22.644531 28 24 26.644531 24 25 L 24 7 C 24 5.355469 22.644531 4 21 4 Z M 11 6 L 21 6 C 21.554688 6 22 6.445313 22 7 L 22 25 C 22 25.554688 21.554688 26 21 26 L 11 26 C 10.445313 26 10 25.554688 10 25 L 10 7 C 10 6.445313 10.445313 6 11 6 Z M 16 23 C 15.449219 23 15 23.449219 15 24 C 15 24.550781 15.449219 25 16 25 C 16.550781 25 17 24.550781 17 24 C 17 23.449219 16.550781 23 16 23 Z\"/></svg></li><li title=\"modx \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 7 4.2421875 L 7 16.234375 L 8.8554688 17.447266 L 3.8886719 25 L 16.375 25 L 17.521484 23.285156 L 25 27.765625 L 25 15.439453 L 23.179688 14.324219 L 27.816406 7 L 15.480469 7 L 14.347656 8.6074219 L 7 4.2421875 z M 9 7.7578125 L 13.191406 10.248047 L 19.320312 13.890625 L 10.193359 15.931641 L 9 15.152344 L 9 7.7578125 z M 16.519531 9 L 24.183594 9 L 21.675781 12.960938 L 16.072266 9.6328125 L 16.519531 9 z M 20.152344 15.755859 L 15.306641 23 L 7.5976562 23 L 11.019531 17.796875 L 20.152344 15.755859 z M 22.310547 16.136719 L 23 16.560547 L 23 24.234375 L 18.671875 21.644531 L 22.310547 16.136719 z\"/></svg></li><li title=\"monero \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 8.832 23.168 3 16 3 z M 16 5 C 22.065 5 27 9.935 27 16 C 27 17.040896 26.843748 18.044906 26.572266 19 L 22 19 L 22 10.976562 L 16 17.261719 L 10 10.976562 L 10 19 L 5.4277344 19 C 5.1562523 18.044906 5 17.040896 5 16 C 5 9.935 9.935 5 16 5 z M 12 15.96875 L 16 20.15625 L 20 15.96875 L 20 21 L 25.785156 21 C 23.960333 24.555852 20.263678 27 16 27 C 11.736322 27 8.0396672 24.555852 6.2148438 21 L 12 21 L 12 15.96875 z\"/></svg></li><li title=\"money bill alt solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 2 7 L 2 24 L 30 24 L 30 7 L 2 7 z M 6 9 L 26 9 C 26 10.105 26.895 11 28 11 L 28 20 C 26.895 20 26 20.895 26 22 L 6 22 C 6 20.895 5.105 20 4 20 L 4 11 C 5.105 11 6 10.105 6 9 z M 15 11 C 15 12.439 14.439 13 13 13 L 13 15 C 13.775751 15 14.436786 14.848831 15 14.587891 L 15 20 L 17 20 L 17 11 L 15 11 z M 8.5 14 C 7.672 14 7 14.672 7 15.5 C 7 16.328 7.672 17 8.5 17 C 9.328 17 10 16.328 10 15.5 C 10 14.672 9.328 14 8.5 14 z M 23.5 14 C 22.672 14 22 14.672 22 15.5 C 22 16.328 22.672 17 23.5 17 C 24.328 17 25 16.328 25 15.5 C 25 14.672 24.328 14 23.5 14 z\"/></svg></li><li title=\"money bill alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 2 7 L 2 24 L 30 24 L 30 7 L 2 7 z M 6 9 L 26 9 C 26 10.105 26.895 11 28 11 L 28 20 C 26.895 20 26 20.895 26 22 L 6 22 C 6 20.895 5.105 20 4 20 L 4 11 C 5.105 11 6 10.105 6 9 z M 15 11 C 15 12.439 14.439 13 13 13 L 13 15 C 13.775751 15 14.436786 14.848831 15 14.587891 L 15 20 L 17 20 L 17 11 L 15 11 z M 8.5 14 C 7.672 14 7 14.672 7 15.5 C 7 16.328 7.672 17 8.5 17 C 9.328 17 10 16.328 10 15.5 C 10 14.672 9.328 14 8.5 14 z M 23.5 14 C 22.672 14 22 14.672 22 15.5 C 22 16.328 22.672 17 23.5 17 C 24.328 17 25 16.328 25 15.5 C 25 14.672 24.328 14 23.5 14 z\"/></svg></li><li title=\"money bill solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 2 7 L 2 24 L 30 24 L 30 7 L 2 7 z M 6 9 L 26 9 C 26 10.105 26.895 11 28 11 L 28 20 C 26.895 20 26 20.895 26 22 L 6 22 C 6 20.895 5.105 20 4 20 L 4 11 C 5.105 11 6 10.105 6 9 z M 16 11 C 13.789 11 12 13.016 12 15.5 C 12 17.984 13.789 20 16 20 C 18.211 20 20 17.984 20 15.5 C 20 13.016 18.211 11 16 11 z M 16 13 C 17.102 13 18 14.121 18 15.5 C 18 16.879 17.102 18 16 18 C 14.898 18 14 16.879 14 15.5 C 14 14.121 14.898 13 16 13 z M 8.5 14 C 7.672 14 7 14.672 7 15.5 C 7 16.328 7.672 17 8.5 17 C 9.328 17 10 16.328 10 15.5 C 10 14.672 9.328 14 8.5 14 z M 23.5 14 C 22.672 14 22 14.672 22 15.5 C 22 16.328 22.672 17 23.5 17 C 24.328 17 25 16.328 25 15.5 C 25 14.672 24.328 14 23.5 14 z\"/></svg></li><li title=\"money bill wave alt solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 22.853516 6.0078125 C 20.164121 6.0816133 18.078828 6.8123281 16.048828 7.5175781 C 13.877828 8.2715781 11.828234 8.9827188 8.9902344 9.0117188 C 7.0932344 9.0417187 5.1931719 8.7143594 3.3261719 8.0683594 L 2 7.609375 L 2 24.691406 L 2.6660156 24.927734 C 4.4050156 25.542734 6.183125 25.897422 7.953125 25.982422 C 8.234125 25.995422 8.5092969 26.001953 8.7792969 26.001953 C 11.792297 26.001953 14.098938 25.202687 16.335938 24.429688 C 18.693937 23.613688 20.918125 22.843328 23.953125 22.986328 C 25.527125 23.061328 27.112016 23.379687 28.666016 23.929688 L 30 24.402344 L 30 7.3144531 L 29.341797 7.0742188 C 27.616797 6.4492188 25.834922 6.0945781 24.044922 6.0175781 C 23.634422 5.9993281 23.237715 5.9972695 22.853516 6.0078125 z M 22.908203 7.9941406 C 23.247131 7.9836484 23.595781 7.9837969 23.957031 7.9980469 C 24.330995 8.0142703 24.705197 8.0481553 25.078125 8.0917969 C 25.344924 9.1855072 26.323979 10 27.5 10 C 27.671 10 27.838 9.9812188 28 9.9492188 L 28 19.050781 C 27.838 19.018781 27.671 19 27.5 19 C 26.264201 19 25.245058 19.898153 25.042969 21.076172 C 24.710892 21.041393 24.378543 21.017795 24.046875 21.001953 C 20.631875 20.851953 18.113688 21.710687 15.679688 22.554688 C 13.318688 23.372687 11.081828 24.145953 8.0488281 24.001953 C 7.6729998 23.983858 7.2965195 23.94781 6.9199219 23.902344 C 6.650967 22.811694 5.67385 22 4.5 22 C 4.329 22 4.162 22.018781 4 22.050781 L 4 12.949219 C 4.162 12.981219 4.329 13 4.5 13 C 5.7444763 13 6.7671584 12.088686 6.9589844 10.898438 C 7.6438975 10.970039 8.3294829 11.011452 9.0117188 11 C 12.176719 10.968 14.478078 10.166578 16.705078 9.3925781 C 18.665953 8.7100781 20.535709 8.0675859 22.908203 7.9941406 z M 16 12 C 16 13.439 15.439 14 14 14 L 14 16 C 14.775751 16 15.436786 15.848831 16 15.587891 L 16 20 L 18 20 L 18 12 L 16 12 z M 23.5 13 A 1.5 1.5 0 0 0 23.5 16 A 1.5 1.5 0 0 0 23.5 13 z M 8.5 16 A 1.5 1.5 0 0 0 8.5 19 A 1.5 1.5 0 0 0 8.5 16 z\"/></svg></li><li title=\"money bill wave solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 22.853516 6.0078125 C 20.164121 6.0816133 18.078828 6.8123281 16.048828 7.5175781 C 13.877828 8.2715781 11.828234 8.9827188 8.9902344 9.0117188 C 7.0932344 9.0417187 5.1931719 8.7143594 3.3261719 8.0683594 L 2 7.609375 L 2 24.691406 L 2.6660156 24.927734 C 4.4050156 25.542734 6.183125 25.897422 7.953125 25.982422 C 8.234125 25.995422 8.5092969 26.001953 8.7792969 26.001953 C 11.792297 26.001953 14.098938 25.202687 16.335938 24.429688 C 18.693937 23.613688 20.918125 22.843328 23.953125 22.986328 C 25.527125 23.061328 27.112016 23.379687 28.666016 23.929688 L 30 24.402344 L 30 7.3144531 L 29.341797 7.0742188 C 27.616797 6.4492188 25.834922 6.0945781 24.044922 6.0175781 C 23.634422 5.9993281 23.237715 5.9972695 22.853516 6.0078125 z M 22.908203 7.9941406 C 23.247131 7.9836484 23.595781 7.9837969 23.957031 7.9980469 C 24.330995 8.0142703 24.705197 8.0481553 25.078125 8.0917969 C 25.344924 9.1855072 26.323979 10 27.5 10 C 27.671 10 27.838 9.9812188 28 9.9492188 L 28 19.050781 C 27.838 19.018781 27.671 19 27.5 19 C 26.264201 19 25.245058 19.898153 25.042969 21.076172 C 24.710892 21.041393 24.378543 21.017795 24.046875 21.001953 C 20.631875 20.851953 18.113688 21.710687 15.679688 22.554688 C 13.318688 23.372687 11.081828 24.145953 8.0488281 24.001953 C 7.6729998 23.983858 7.2965195 23.94781 6.9199219 23.902344 C 6.650967 22.811694 5.67385 22 4.5 22 C 4.329 22 4.162 22.018781 4 22.050781 L 4 12.949219 C 4.162 12.981219 4.329 13 4.5 13 C 5.7444763 13 6.7671584 12.088686 6.9589844 10.898438 C 7.6438975 10.970039 8.3294829 11.011452 9.0117188 11 C 12.176719 10.968 14.478078 10.166578 16.705078 9.3925781 C 18.665953 8.7100781 20.535709 8.0675859 22.908203 7.9941406 z M 16 11 C 13.794 11 12 13.243 12 16 C 12 18.757 13.794 21 16 21 C 18.206 21 20 18.757 20 16 C 20 13.243 18.206 11 16 11 z M 16 13 C 17.084 13 18 14.374 18 16 C 18 17.626 17.084 19 16 19 C 14.916 19 14 17.626 14 16 C 14 14.374 14.916 13 16 13 z M 23.5 13 A 1.5 1.5 0 0 0 23.5 16 A 1.5 1.5 0 0 0 23.5 13 z M 8.5 16 A 1.5 1.5 0 0 0 8.5 19 A 1.5 1.5 0 0 0 8.5 16 z\"/></svg></li><li title=\"money check alt solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 2 7 L 2 25 L 30 25 L 30 7 Z M 4 9 L 28 9 L 28 23 L 4 23 Z M 6 11 L 6 13 L 16 13 L 16 11 Z M 22 11 L 22 12.0625 C 20.875 12.25 20 13.203125 20 14.375 C 20 15.128906 20.417969 15.820313 21.09375 16.15625 L 24 17.625 C 24 17.847656 23.847656 18 23.625 18 L 22.375 18 C 22.152344 18 22 17.847656 22 17.625 L 22 17 L 20 17 L 20 17.625 C 20 18.796875 20.875 19.75 22 19.9375 L 22 21 L 24 21 L 24 19.9375 C 25.125 19.75 26 18.796875 26 17.625 C 26 16.871094 25.582031 16.183594 24.90625 15.84375 L 22 14.375 C 22 14.152344 22.152344 14 22.375 14 L 23.625 14 C 23.847656 14 24 14.152344 24 14.375 L 24 15 L 26 15 L 26 14.375 C 26 13.203125 25.125 12.25 24 12.0625 L 24 11 Z M 6 14 L 6 16 L 13 16 L 13 14 Z M 8.5 17 C 7.894531 17 7.46875 17.34375 7.1875 17.65625 C 6.90625 17.96875 6.699219 18.316406 6.53125 18.6875 C 6.195313 19.433594 6 20.238281 6 21 L 8 21 C 8 20.679688 8.15625 19.984375 8.375 19.5 C 8.4375 19.359375 8.5 19.3125 8.5625 19.21875 C 8.636719 19.320313 8.691406 19.386719 8.78125 19.53125 C 8.925781 19.765625 9.085938 20.046875 9.28125 20.3125 C 9.476563 20.578125 9.714844 21.015625 10.46875 21.03125 C 11.0625 21.042969 11.246094 20.828125 11.4375 20.6875 C 11.628906 20.546875 11.761719 20.414063 11.90625 20.28125 C 12.003906 20.191406 12.082031 20.125 12.15625 20.0625 C 12.183594 20.101563 12.292969 20.167969 12.84375 20.40625 C 13.511719 20.699219 14.523438 21 16 21 L 16 19 C 14.769531 19 14.128906 18.800781 13.65625 18.59375 C 13.183594 18.386719 12.824219 18 12 18 C 11.398438 18 11.246094 18.234375 11.0625 18.375 C 10.898438 18.5 10.785156 18.632813 10.65625 18.75 C 10.597656 18.65625 10.570313 18.609375 10.5 18.5 C 10.332031 18.226563 10.132813 17.917969 9.84375 17.625 C 9.554688 17.332031 9.097656 17 8.5 17 Z\"/></svg></li><li title=\"money check solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 2 7 L 2 25 L 30 25 L 30 7 L 2 7 z M 4 9 L 28 9 L 28 23 L 4 23 L 4 9 z M 6 11 L 6 13 L 16 13 L 16 11 L 6 11 z M 20 11 L 20 16 L 26 16 L 26 11 L 20 11 z M 6 14 L 6 16 L 13 16 L 13 14 L 6 14 z M 8.5 17 C 7.895 17 7.4695 17.34425 7.1875 17.65625 C 6.9065 17.96925 6.69925 18.3165 6.53125 18.6875 C 6.19525 19.4345 6 20.238 6 21 L 8 21 C 8 20.68 8.156 19.984 8.375 19.5 C 8.437 19.359 8.5005 19.31175 8.5625 19.21875 C 8.6365 19.32075 8.69125 19.38625 8.78125 19.53125 C 8.92625 19.76525 9.08625 20.0475 9.28125 20.3125 C 9.47625 20.5785 9.71475 21.01525 10.46875 21.03125 C 11.06275 21.04325 11.2455 20.8285 11.4375 20.6875 C 11.6285 20.5465 11.76125 20.41425 11.90625 20.28125 C 12.00425 20.19125 12.08225 20.1255 12.15625 20.0625 C 12.18325 20.1015 12.294703 20.16725 12.845703 20.40625 C 13.512703 20.69825 14.523 21 16 21 L 16 19 C 14.77 19 14.12925 18.80075 13.65625 18.59375 C 13.18325 18.38675 12.824 18 12 18 C 11.398 18 11.2465 18.234 11.0625 18.375 C 10.8985 18.5 10.78525 18.633 10.65625 18.75 C 10.59725 18.656 10.57 18.609 10.5 18.5 C 10.332 18.227 10.13275 17.918 9.84375 17.625 C 9.55475 17.332 9.098 17 8.5 17 z M 20 19 L 20 21 L 26 21 L 26 19 L 20 19 z\"/></svg></li><li title=\"monument solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 14.894531 4 14 4.894531 14 6 C 14 7.105469 14.894531 8 16 8 C 17.105469 8 18 7.105469 18 6 C 18 4.894531 17.105469 4 16 4 Z M 16 8 L 12 8 L 12 10 L 13.46875 10 L 13.03125 20 L 10 20 L 10 26 L 8 26 L 8 28 L 24 28 L 24 26 L 22 26 L 22 20 L 18.96875 20 L 18.53125 10 L 20 10 L 20 8 Z M 15.46875 10 L 16.53125 10 L 16.96875 20 L 15.03125 20 Z M 12 22 L 20 22 L 20 26 L 12 26 Z\"/></svg></li><li title=\"moon solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 7 L 3 7 L 3 9 L 5 9 L 5 11 L 7 11 L 7 9 L 9 9 L 9 7 L 7 7 L 7 5 Z M 20.28125 7.9375 L 18.625 8 C 13.28125 8.191406 9 12.578125 9 17.96875 C 9 23.480469 13.488281 27.96875 19 27.96875 C 24.390625 27.96875 28.777344 23.6875 28.96875 18.34375 L 29.03125 16.71875 L 27.5625 17.40625 C 26.78125 17.777344 25.914063 17.96875 25 17.96875 C 21.675781 17.96875 19 15.292969 19 11.96875 C 19 11.054688 19.222656 10.21875 19.59375 9.4375 Z M 17.375 10.3125 C 17.25 10.867188 17 11.375 17 11.96875 C 17 16.375 20.59375 19.96875 25 19.96875 C 25.605469 19.96875 26.121094 19.722656 26.6875 19.59375 C 25.925781 23.21875 22.859375 25.96875 19 25.96875 C 14.570313 25.96875 11 22.398438 11 17.96875 C 11 14.117188 13.757813 11.082031 17.375 10.3125 Z\"/></svg></li><li title=\"moon \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 7 L 3 7 L 3 9 L 5 9 L 5 11 L 7 11 L 7 9 L 9 9 L 9 7 L 7 7 L 7 5 Z M 20.28125 7.9375 L 18.625 8 C 13.28125 8.191406 9 12.578125 9 17.96875 C 9 23.480469 13.488281 27.96875 19 27.96875 C 24.390625 27.96875 28.777344 23.6875 28.96875 18.34375 L 29.03125 16.71875 L 27.5625 17.40625 C 26.78125 17.777344 25.914063 17.96875 25 17.96875 C 21.675781 17.96875 19 15.292969 19 11.96875 C 19 11.054688 19.222656 10.21875 19.59375 9.4375 Z M 17.375 10.3125 C 17.25 10.867188 17 11.375 17 11.96875 C 17 16.375 20.59375 19.96875 25 19.96875 C 25.605469 19.96875 26.121094 19.722656 26.6875 19.59375 C 25.925781 23.21875 22.859375 25.96875 19 25.96875 C 14.570313 25.96875 11 22.398438 11 17.96875 C 11 14.117188 13.757813 11.082031 17.375 10.3125 Z\"/></svg></li><li title=\"mortar pestle solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 22.40625 3 C 21.558594 3.039063 20.679688 3.65625 20.28125 4.625 L 20.28125 4.65625 L 20.25 4.65625 C 19.828125 5.777344 19.234375 6.949219 18.5625 8.09375 C 17.738281 8.027344 16.882813 8 16 8 C 12.863281 8 10.019531 8.4375 7.875 9.21875 C 6.804688 9.609375 5.910156 10.089844 5.21875 10.6875 C 4.609375 11.210938 4.167969 11.902344 4.0625 12.6875 C 4.03125 12.769531 4.011719 12.851563 4 12.9375 C 3.996094 12.988281 3.996094 13.042969 4 13.09375 C 4 13.378906 4 13.753906 4.03125 14.21875 C 4.035156 14.25 4.027344 14.28125 4.03125 14.3125 C 4.046875 14.539063 4.09375 14.769531 4.125 15.03125 C 4.15625 15.277344 4.179688 15.515625 4.21875 15.75 C 4.425781 17.101563 4.832031 18.707031 5.65625 20.28125 C 6.238281 21.394531 7.042969 22.488281 8.125 23.40625 C 8.15625 23.4375 8.277344 23.589844 8.28125 23.59375 C 9.296875 24.609375 11.308594 25.683594 14.53125 25.9375 C 14.675781 25.949219 14.820313 25.960938 14.96875 25.96875 C 15.300781 25.988281 15.640625 26 16 26 C 16.511719 26 17.007813 25.980469 17.46875 25.9375 C 17.542969 25.929688 17.613281 25.914063 17.6875 25.90625 C 18.007813 25.871094 18.300781 25.832031 18.59375 25.78125 C 18.644531 25.773438 18.699219 25.757813 18.75 25.75 C 18.804688 25.738281 18.851563 25.730469 18.90625 25.71875 C 19.644531 25.570313 20.308594 25.375 20.9375 25.125 C 21.359375 24.964844 21.695313 24.796875 22.03125 24.625 C 22.191406 24.539063 22.347656 24.464844 22.5 24.375 C 22.9375 24.125 23.296875 23.90625 23.5625 23.71875 C 23.996094 23.410156 25.054688 22.535156 26.09375 20.78125 C 27.007813 19.234375 27.828125 17.03125 27.96875 14.21875 C 28 13.738281 28 13.351563 28 13.0625 C 28 13.042969 28 13.023438 28 13 C 28 12.988281 28 12.980469 28 12.96875 C 28 12.949219 28 12.925781 28 12.90625 C 28 12.875 27.972656 12.84375 27.96875 12.8125 C 27.96875 12.78125 27.96875 12.75 27.96875 12.71875 C 27.851563 11.722656 27.15625 10.914063 26.28125 10.3125 C 25.65625 9.882813 24.890625 9.523438 24.03125 9.21875 C 24.34375 8.835938 24.652344 8.453125 25 8.09375 C 25.03125 8.0625 25.0625 8.03125 25.09375 8 L 25.0625 7.96875 C 25.800781 7.300781 26.128906 6.3125 25.90625 5.53125 C 25.671875 4.710938 25.105469 4.132813 24.53125 3.71875 C 23.960938 3.304688 23.253906 2.960938 22.40625 3 Z M 22.5 5 C 22.664063 4.992188 23.054688 5.109375 23.375 5.34375 C 23.695313 5.574219 23.953125 5.898438 24 6.0625 C 24.046875 6.226563 24.117188 6.234375 23.75 6.53125 L 23.6875 6.5625 L 23.65625 6.59375 C 20.582031 9.734375 18.800781 13.453125 18.28125 15.90625 C 17.550781 15.964844 16.78125 16 16 16 C 15.691406 16 15.394531 15.980469 15.09375 15.96875 C 17.597656 13.503906 20.609375 9.421875 22.125 5.375 C 22.308594 4.929688 22.335938 5.007813 22.5 5 Z M 16 10 C 16.449219 10 16.882813 10.011719 17.3125 10.03125 C 15.5625 12.578125 13.601563 14.769531 12.34375 15.75 C 10.894531 15.550781 9.589844 15.25 8.5625 14.875 C 7.644531 14.539063 6.953125 14.171875 6.53125 13.8125 C 6.109375 13.453125 6 13.179688 6 13 C 6 12.96875 6 12.9375 6 12.90625 C 6.03125 12.730469 6.171875 12.496094 6.53125 12.1875 C 6.953125 11.828125 7.644531 11.460938 8.5625 11.125 C 10.398438 10.457031 13.0625 10 16 10 Z M 22.78125 10.9375 C 23.78125 11.246094 24.613281 11.597656 25.15625 11.96875 C 25.820313 12.425781 26 12.78125 26 13 C 26 13.019531 26 13.042969 26 13.0625 C 25.980469 13.242188 25.847656 13.484375 25.46875 13.8125 C 25.046875 14.171875 24.355469 14.539063 23.4375 14.875 C 22.605469 15.175781 21.585938 15.433594 20.46875 15.625 C 20.867188 14.378906 21.65625 12.667969 22.78125 10.9375 Z M 25.6875 16.0625 C 25.597656 16.519531 25.523438 16.984375 25.375 17.46875 C 25.339844 17.574219 25.316406 17.679688 25.28125 17.78125 C 25.257813 17.855469 25.214844 17.925781 25.1875 18 C 24.933594 18.664063 24.640625 19.25 24.34375 19.75 C 23.46875 21.230469 22.4375 22.070313 22.40625 22.09375 C 21.695313 22.597656 20.535156 23.394531 18.53125 23.78125 C 18.417969 23.800781 18.300781 23.824219 18.1875 23.84375 C 17.542969 23.949219 16.816406 24 16 24 C 15.679688 24 15.386719 23.984375 15.09375 23.96875 C 14.964844 23.960938 14.84375 23.949219 14.71875 23.9375 C 14.265625 23.898438 13.859375 23.851563 13.46875 23.78125 C 13.160156 23.722656 12.875 23.671875 12.59375 23.59375 C 12.402344 23.542969 12.234375 23.492188 12.0625 23.4375 C 11.300781 23.183594 10.632813 22.855469 10.0625 22.46875 C 9.941406 22.378906 9.828125 22.296875 9.75 22.21875 L 9.71875 22.1875 C 9.550781 22.019531 9.328125 21.84375 8.96875 21.4375 C 8.609375 21.03125 8.15625 20.433594 7.71875 19.6875 C 7.226563 18.851563 6.734375 17.808594 6.40625 16.53125 C 6.371094 16.378906 6.339844 16.242188 6.3125 16.09375 C 6.777344 16.359375 7.304688 16.574219 7.875 16.78125 C 10.019531 17.5625 12.863281 18 16 18 C 19.136719 18 21.980469 17.5625 24.125 16.78125 C 24.703125 16.570313 25.21875 16.328125 25.6875 16.0625 Z\"/></svg></li><li title=\"mosque solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6.4375 4.15625 L 5.53125 6.65625 L 4.0625 10.65625 L 4 10.8125 L 4 28 L 15 28 L 15 25 C 15 24.410156 15.101563 24.152344 15.1875 24 C 15.273438 23.847656 15.371094 23.757813 15.59375 23.59375 C 15.707031 23.511719 15.839844 23.417969 16 23.28125 C 16.160156 23.417969 16.292969 23.511719 16.40625 23.59375 C 16.628906 23.757813 16.726563 23.847656 16.8125 24 C 16.898438 24.152344 17 24.410156 17 25 L 17 28 L 28 28 L 28 10.8125 L 27.9375 10.625 L 26.40625 6.625 L 25.4375 4.15625 L 24.53125 6.65625 L 23.0625 10.65625 L 23 10.8125 L 23 17 L 22.90625 17 C 22.585938 14.289063 21.019531 12.636719 19.5625 11.65625 C 18.75 11.109375 17.980469 10.726563 17.5 10.40625 C 17.261719 10.246094 17.09375 10.105469 17.03125 10.03125 C 16.96875 9.957031 17 9.988281 17 10 L 17 9 L 15 9 L 15 10 C 15 9.988281 15.03125 9.953125 14.96875 10.03125 C 14.90625 10.109375 14.742188 10.273438 14.5 10.4375 C 14.019531 10.765625 13.25 11.167969 12.4375 11.71875 C 10.988281 12.703125 9.421875 14.335938 9.09375 17 L 9 17 L 9 10.8125 L 8.9375 10.625 L 7.40625 6.625 Z M 6.46875 9.875 L 7 11.21875 L 7 26 L 6 26 L 6 11.1875 Z M 25.46875 9.875 L 26 11.21875 L 26 26 L 25 26 L 25 11.1875 Z M 16 11.78125 C 16.125 11.878906 16.246094 11.976563 16.375 12.0625 C 17.019531 12.492188 17.75 12.882813 18.4375 13.34375 C 19.617188 14.140625 20.636719 15.078125 20.90625 17 L 11.09375 17 C 11.363281 15.101563 12.378906 14.148438 13.5625 13.34375 C 14.25 12.875 14.980469 12.5 15.625 12.0625 C 15.753906 11.972656 15.875 11.878906 16 11.78125 Z M 9 19 L 23 19 L 23 26 L 19 26 L 19 25 C 19 24.175781 18.851563 23.511719 18.5625 23 C 18.273438 22.488281 17.871094 22.167969 17.59375 21.96875 C 17.316406 21.769531 17.183594 21.671875 17.125 21.59375 C 17.066406 21.515625 17 21.414063 17 21 L 15 21 C 15 21.414063 14.933594 21.515625 14.875 21.59375 C 14.816406 21.671875 14.683594 21.769531 14.40625 21.96875 C 14.128906 22.167969 13.726563 22.488281 13.4375 23 C 13.148438 23.511719 13 24.175781 13 25 L 13 26 L 9 26 Z\"/></svg></li><li title=\"motorcycle solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 22.5 6 C 21.84375 6 21.296875 6.414063 21.09375 7 L 17 7 L 17 9 L 21.25 9 L 21.5625 10 L 18 10 C 15.390625 10 14.078125 11.40625 13.59375 12 L 10.21875 12 C 9.832031 11.773438 8.449219 11 6.5 11 C 4.339844 11 2.5625 11.84375 2.5625 11.84375 L 3.4375 13.65625 C 3.4375 13.65625 4.867188 13 6.5 13 C 7.308594 13 8.070313 13.246094 8.625 13.46875 L 7.75 15.28125 C 7.199219 15.113281 6.605469 15 6 15 C 2.691406 15 0 17.691406 0 21 C 0 24.308594 2.691406 27 6 27 C 8.972656 27 11.433594 24.839844 11.90625 22 L 15.375 22 C 16.132813 22 16.851563 21.558594 17.1875 20.875 L 17.15625 20.875 L 18.25 18.65625 C 19.914063 17.890625 21.269531 16.5625 22.21875 15.3125 C 22.480469 14.96875 22.703125 14.652344 22.90625 14.34375 L 25.03125 21.28125 L 26.96875 20.71875 L 25.84375 17.03125 C 25.898438 17.027344 25.945313 17 26 17 C 28.207031 17 30 18.792969 30 21 C 30 23.207031 28.207031 25 26 25 C 23.792969 25 22 23.207031 22 21 C 22 19.933594 22.410156 18.96875 23.09375 18.25 L 22.46875 16.15625 C 20.976563 17.25 20 19.015625 20 21 C 20 24.308594 22.691406 27 26 27 C 29.308594 27 32 24.308594 32 21 C 32 17.691406 29.308594 15 26 15 C 25.734375 15 25.476563 15.027344 25.21875 15.0625 L 23.375 9 L 25 9 L 25 6 Z M 18 12 L 22 12 C 21.851563 12.269531 21.40625 13.066406 20.625 14.09375 C 19.695313 15.3125 18.402344 16.609375 17.15625 17.0625 L 16.75 17.1875 L 16.59375 17.5625 L 15.375 20 L 6 20 L 6 22 L 9.84375 22 C 9.398438 23.722656 7.859375 25 6 25 C 3.792969 25 2 23.207031 2 21 C 2 18.792969 3.792969 17 6 17 C 7.472656 17 8.742188 17.808594 9.4375 19 L 11.65625 19 C 11.25 17.851563 10.496094 16.863281 9.53125 16.15625 L 10.625 14 L 14.53125 14 L 14.84375 13.5625 C 14.84375 13.5625 15.8125 12 18 12 Z\"/></svg></li><li title=\"mountain solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 17.011719 3.0214844 L 16.099609 4.6816406 C 13.925337 8.6341175 11.752154 12.584804 9.578125 16.537109 L 7.6621094 14.621094 L 7.0019531 15.71875 C 5.0489841 18.973698 3.0956556 22.230199 1.1425781 25.486328 L 0.234375 27 L 2 27 L 31.517578 27 L 30.919922 25.605469 C 29.919963 23.272564 28.919963 20.938564 27.919922 18.605469 L 27.337891 17.248047 L 25.269531 19.316406 C 22.803333 14.44792 20.334132 9.5793478 17.867188 4.7109375 L 17.011719 3.0214844 z M 16.939453 7.3027344 C 17.952378 9.3017082 18.965829 11.299996 19.978516 13.298828 L 19.205078 13.962891 L 16.925781 12.009766 L 14.646484 13.962891 L 13.716797 13.164062 C 14.791046 11.210336 15.864885 9.2563086 16.939453 7.3027344 z M 16.925781 14.642578 L 19.205078 16.595703 L 20.908203 15.136719 C 21.974522 17.24151 23.041208 19.346257 24.107422 21.451172 L 24.730469 22.683594 L 26.662109 20.751953 C 27.268948 22.167887 27.875558 23.583992 28.482422 25 L 3.765625 25 C 5.1965747 22.614689 6.6276315 20.230552 8.0585938 17.845703 L 10.046875 19.833984 L 10.689453 18.667969 C 11.370357 17.430195 12.051768 16.192896 12.732422 14.955078 L 14.646484 16.595703 L 16.925781 14.642578 z\"/></svg></li><li title=\"mouse pointer solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 9 2.59375 L 9 28.15625 L 10.65625 26.78125 L 14.6875 23.40625 L 16.71875 27.4375 L 17.15625 28.34375 L 18.0625 27.875 L 21.15625 26.28125 L 22.03125 25.84375 L 21.59375 24.9375 L 19.75 21.3125 L 24.8125 20.6875 L 26.84375 20.4375 L 25.40625 19 L 10.71875 4.28125 Z M 11 7.4375 L 22.5625 18.96875 L 18.0625 19.5 L 16.65625 19.6875 L 17.3125 20.96875 L 19.375 24.96875 L 18.0625 25.65625 L 15.90625 21.34375 L 15.3125 20.21875 L 14.34375 21.03125 L 11 23.84375 Z\"/></svg></li><li title=\"mouse solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 10.488281 4 6 8.488281 6 14 L 6 18 C 6 23.511719 10.488281 28 16 28 C 21.511719 28 26 23.511719 26 18 L 26 14 C 26 8.488281 21.511719 4 16 4 Z M 15 6.0625 L 15 13 L 8.0625 13 C 8.515625 9.375 11.375 6.515625 15 6.0625 Z M 17 6.0625 C 20.625 6.515625 23.484375 9.375 23.9375 13 L 17 13 Z M 8 15 L 24 15 L 24 18 C 24 22.429688 20.429688 26 16 26 C 11.570313 26 8 22.429688 8 18 Z\"/></svg></li><li title=\"mug hot solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 12 2 L 12 6 L 14 6 L 14 2 Z M 16 3 L 16 6 L 18 6 L 18 3 Z M 6 7 L 6 25 C 6 26.644531 7.355469 28 9 28 L 21 28 C 22.644531 28 24 26.644531 24 25 L 24 20 L 26 20 C 27.644531 20 29 18.644531 29 17 L 29 14 C 29 12.355469 27.644531 11 26 11 L 24 11 L 24 7 Z M 8 9 L 22 9 L 22 25 C 22 25.554688 21.554688 26 21 26 L 9 26 C 8.445313 26 8 25.554688 8 25 Z M 24 13 L 26 13 C 26.554688 13 27 13.445313 27 14 L 27 17 C 27 17.554688 26.554688 18 26 18 L 24 18 Z\"/></svg></li><li title=\"music solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 27 3.78125 L 25.8125 4.03125 L 9.8125 7.03125 L 9 7.15625 L 9 20.5625 C 8.40625 20.214844 7.734375 20 7 20 C 4.800781 20 3 21.800781 3 24 C 3 26.199219 4.800781 28 7 28 C 9.199219 28 11 26.199219 11 24 L 11 12.8125 L 25 10.1875 L 25 17.5625 C 24.40625 17.214844 23.734375 17 23 17 C 20.800781 17 19 18.800781 19 21 C 19 23.199219 20.800781 25 23 25 C 25.199219 25 27 23.199219 27 21 Z M 25 6.1875 L 25 8.1875 L 11 10.8125 L 11 8.8125 Z M 23 19 C 24.117188 19 25 19.882813 25 21 C 25 22.117188 24.117188 23 23 23 C 21.882813 23 21 22.117188 21 21 C 21 19.882813 21.882813 19 23 19 Z M 7 22 C 8.117188 22 9 22.882813 9 24 C 9 25.117188 8.117188 26 7 26 C 5.882813 26 5 25.117188 5 24 C 5 22.882813 5.882813 22 7 22 Z\"/></svg></li><li title=\"napster \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 12.694927 4 9.7522515 5.5410251 7.8300781 7.9375 C 6.9180163 7.5973752 6.3024922 7.4391519 6.25 7.4257812 L 5.0058594 7.1113281 L 5.0039062 11.011719 C 3.7941905 11.927907 3 13.367019 3 15 C 3 16.654038 3.8144799 18.109411 5.0507812 19.023438 C 5.5686586 24.609985 10.273625 29 15.994141 29 C 21.712421 29 26.421146 24.61125 26.941406 19.027344 C 28.18163 18.113675 29 16.657135 29 15 C 29 13.368 28.206528 11.929949 26.998047 11.013672 L 27 7.109375 L 25.759766 7.4257812 C 25.707081 7.4392009 25.087664 7.5985612 24.169922 7.9414062 C 22.24779 5.5435112 19.306215 4 16 4 z M 16 6 C 18.556235 6 20.847437 7.0293573 22.484375 8.6542969 C 21.925697 8.9182233 21.331934 9.2270495 20.726562 9.5898438 C 17.816563 8.0238438 14.19125 8.0238437 11.28125 9.5898438 C 10.673656 9.2256219 10.07789 8.916876 9.5175781 8.6523438 C 11.154392 7.0285355 13.444786 6 16 6 z M 7 9.765625 C 7.957 10.115625 9.3477031 10.708703 10.720703 11.595703 L 11.253906 11.939453 L 11.792969 11.605469 C 14.337969 10.021469 17.67375 10.021469 20.21875 11.605469 L 20.757812 11.939453 L 21.289062 11.595703 C 22.659062 10.709703 24.042 10.118578 25 9.7675781 L 25 18 C 25 22.963 20.957141 27 15.994141 27 C 11.031141 27 6.9941406 22.963953 6.9941406 18.001953 L 7 9.765625 z M 10.439453 18.005859 C 10.004254 18.002375 9.52625 18.006016 9 18.009766 C 9.04 18.459766 8.990625 19.760313 10.390625 20.570312 C 10.620625 20.700313 11.2 20.889922 11.75 20.919922 C 13.09 20.979922 15 21 15 21 C 14.426 18.37325 13.485848 18.03025 10.439453 18.005859 z M 21.556641 18.005859 C 18.503684 18.03025 17.56525 18.37325 17 21 C 17 21 18.91 20.979922 20.25 20.919922 C 20.8 20.889922 21.379375 20.700312 21.609375 20.570312 C 23.009375 19.750312 22.96 18.449766 23 18.009766 C 22.4725 18.006016 21.992777 18.002375 21.556641 18.005859 z M 13.359375 22 C 14.099375 22.78 15 23.38 16 23.75 C 17 23.38 17.890625 22.78 18.640625 22 L 13.359375 22 z M 14.009766 24.435547 C 14.009766 24.435547 13.859922 24.515156 13.669922 24.785156 C 13.529922 25.005156 13.480469 25.294922 13.480469 25.294922 C 15.010469 26.234922 16.999531 26.234922 18.519531 25.294922 C 18.519531 25.294922 18.509609 25.084219 18.349609 24.824219 C 18.179609 24.544219 17.990234 24.435547 17.990234 24.435547 C 16.690234 24.825547 15.249766 24.805547 14.009766 24.435547 z\"/></svg></li><li title=\"neos \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 8.2871094 5 L 6 6.7011719 L 6 26 L 6.6679688 26 L 10.662109 26 L 14.003906 23.556641 L 14.001953 19.523438 L 18.367188 26 L 21.787109 26 L 25 24 L 25 5 L 20.337891 5 L 17 7.4199219 L 17 11.349609 L 12.767578 5 L 8.2871094 5 z M 9.3886719 6 L 12.232422 6 L 21 19.150391 L 21 6 L 24 6 L 24 23 L 20.720703 23 L 9.3886719 6 z M 8.328125 6.2148438 L 20.185547 24 L 23.041016 24 L 21.474609 25 L 18.984375 25 L 14 17.748047 L 14 17.734375 L 13.990234 17.734375 L 10 11.929688 L 10 22.25 L 7 24.5 L 7 7.203125 L 8.328125 6.2148438 z M 20 6.4804688 L 20 15.849609 L 18 12.849609 L 18 7.9296875 L 20 6.4804688 z M 11 15.070312 L 13 18.037109 L 13.003906 23.048828 L 10.337891 25 L 8 25 L 11 22.75 L 11 15.070312 z\"/></svg></li><li title=\"network wired solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 13 4 L 13 6 L 9 6 C 7.355469 6 6 7.355469 6 9 L 6 13 L 4 13 L 4 19 L 10 19 L 10 13 L 8 13 L 8 9 C 8 8.433594 8.433594 8 9 8 L 13 8 L 13 10 L 19 10 L 19 4 Z M 15 6 L 17 6 L 17 8 L 15 8 Z M 20 6 L 20 8 L 23 8 C 23.566406 8 24 8.433594 24 9 L 24 13 L 22 13 L 22 19 L 28 19 L 28 13 L 26 13 L 26 9 C 26 7.355469 24.644531 6 23 6 Z M 6 15 L 8 15 L 8 17 L 6 17 Z M 24 15 L 26 15 L 26 17 L 24 17 Z M 6 20 L 6 23 C 6 24.644531 7.355469 26 9 26 L 13 26 L 13 28 L 19 28 L 19 22 L 13 22 L 13 24 L 9 24 C 8.433594 24 8 23.566406 8 23 L 8 20 Z M 24 20 L 24 23 C 24 23.566406 23.566406 24 23 24 L 20 24 L 20 26 L 23 26 C 24.644531 26 26 24.644531 26 23 L 26 20 Z M 15 24 L 17 24 L 17 26 L 15 26 Z\"/></svg></li><li title=\"neuter solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 11.59375 4 8 7.59375 8 12 C 8 16.066406 11.066406 19.4375 15 19.9375 L 15 28 L 17 28 L 17 19.9375 C 20.933594 19.4375 24 16.066406 24 12 C 24 7.59375 20.40625 4 16 4 Z M 16 6 C 19.324219 6 22 8.675781 22 12 C 22 15.324219 19.324219 18 16 18 C 12.675781 18 10 15.324219 10 12 C 10 8.675781 12.675781 6 16 6 Z\"/></svg></li><li title=\"newspaper solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 3 5 L 3 23 C 3 25.210938 4.789063 27 7 27 L 25 27 C 27.210938 27 29 25.210938 29 23 L 29 12 L 23 12 L 23 5 Z M 5 7 L 21 7 L 21 23 C 21 23.730469 21.222656 24.410156 21.5625 25 L 7 25 C 5.808594 25 5 24.191406 5 23 Z M 7 9 L 7 14 L 19 14 L 19 9 Z M 9 11 L 17 11 L 17 12 L 9 12 Z M 23 14 L 27 14 L 27 23 C 27 24.191406 26.191406 25 25 25 C 23.808594 25 23 24.191406 23 23 Z M 7 15 L 7 17 L 12 17 L 12 15 Z M 14 15 L 14 17 L 19 17 L 19 15 Z M 7 18 L 7 20 L 12 20 L 12 18 Z M 14 18 L 14 20 L 19 20 L 19 18 Z M 7 21 L 7 23 L 12 23 L 12 21 Z M 14 21 L 14 23 L 19 23 L 19 21 Z\"/></svg></li><li title=\"newspaper \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 3 5 L 3 23 C 3 25.210938 4.789063 27 7 27 L 25 27 C 27.210938 27 29 25.210938 29 23 L 29 12 L 23 12 L 23 5 Z M 5 7 L 21 7 L 21 23 C 21 23.730469 21.222656 24.410156 21.5625 25 L 7 25 C 5.808594 25 5 24.191406 5 23 Z M 7 9 L 7 14 L 19 14 L 19 9 Z M 9 11 L 17 11 L 17 12 L 9 12 Z M 23 14 L 27 14 L 27 23 C 27 24.191406 26.191406 25 25 25 C 23.808594 25 23 24.191406 23 23 Z M 7 15 L 7 17 L 12 17 L 12 15 Z M 14 15 L 14 17 L 19 17 L 19 15 Z M 7 18 L 7 20 L 12 20 L 12 18 Z M 14 18 L 14 20 L 19 20 L 19 18 Z M 7 21 L 7 23 L 12 23 L 12 21 Z M 14 21 L 14 23 L 19 23 L 19 21 Z\"/></svg></li><li title=\"nimblr \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 7 1 L 7 19 L 7.0253906 19 C 7.0166656 19.166499 7 19.331368 7 19.5 C 7 24.738 11.262 29 16.5 29 C 21.738 29 26 24.738 26 19.5 C 26 14.262 21.738 10 16.5 10 C 13.693511 10 11.174282 11.230276 9.4335938 13.171875 L 7 1 z M 16.5 12 C 20.636 12 24 15.364 24 19.5 C 24 23.636 20.636 27 16.5 27 C 12.364 27 9 23.636 9 19.5 C 9 15.364 12.364 12 16.5 12 z M 13.5 17 A 1.5 1.5 0 0 0 13.5 20 A 1.5 1.5 0 0 0 13.5 17 z M 19.5 17 A 1.5 1.5 0 0 0 19.5 20 A 1.5 1.5 0 0 0 19.5 17 z\"/></svg></li><li title=\"node js \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 15.994141 3 C 15.629141 3 15.264219 3.0895313 14.949219 3.2695312 L 5.0390625 8.9902344 C 4.3990625 9.3602344 4 10.060781 4 10.800781 L 4 21.179688 C 4 21.929688 4.3990625 22.620234 5.0390625 22.990234 L 7.640625 24.490234 C 8.900625 25.110234 9.3499219 25.109375 9.9199219 25.109375 C 11.789922 25.109375 12.859375 23.979531 12.859375 22.019531 L 12.859375 11.310547 C 12.859375 11.150547 12.730312 11.019531 12.570312 11.019531 L 11.320312 11.019531 C 11.150313 11.019531 11.029297 11.150547 11.029297 11.310547 L 11.029297 22.009766 C 11.029297 22.889766 10.120391 23.749531 8.6503906 23.019531 L 5.9296875 21.449219 C 5.8296875 21.399219 5.7695313 21.289687 5.7695312 21.179688 L 5.7695312 10.810547 C 5.7695312 10.690547 5.8296875 10.589297 5.9296875 10.529297 L 15.839844 4.8105469 C 15.929844 4.7505469 16.050391 4.7505469 16.150391 4.8105469 L 26.060547 10.529297 C 26.160547 10.589297 26.220703 10.690781 26.220703 10.800781 L 26.220703 21.179688 C 26.220703 21.289687 26.160313 21.399219 26.070312 21.449219 L 16.150391 27.179688 C 16.060391 27.229688 15.929844 27.229688 15.839844 27.179688 L 13.289062 25.669922 C 13.219062 25.619922 13.120781 25.610391 13.050781 25.650391 C 12.340781 26.050391 12.210781 26.100078 11.550781 26.330078 C 11.390781 26.380078 11.140625 26.479766 11.640625 26.759766 L 14.949219 28.720703 C 15.269219 28.900703 15.630234 29 15.990234 29 C 16.360234 29 16.719062 28.900703 17.039062 28.720703 L 26.960938 22.990234 C 27.600938 22.620234 28 21.929688 28 21.179688 L 28 10.810547 C 28 10.060547 27.600938 9.37 26.960938 9 L 17.039062 3.2695312 C 16.724063 3.0895313 16.359141 3 15.994141 3 z M 18.660156 11.005859 C 15.830156 11.005859 14.140625 12.205078 14.140625 14.205078 C 14.140625 16.375078 15.819062 16.974141 18.539062 17.244141 C 21.789062 17.564141 22.039062 18.045547 22.039062 18.685547 C 22.039062 19.785547 21.150547 20.255859 19.060547 20.255859 C 16.430547 20.255859 15.850156 19.594922 15.660156 18.294922 C 15.640156 18.154922 15.520859 18.054688 15.380859 18.054688 L 14.089844 18.054688 C 13.929844 18.054688 13.810547 18.185938 13.810547 18.335938 C 13.810547 20.005937 14.720547 21.994141 19.060547 21.994141 C 22.200547 21.994141 24 20.755703 24 18.595703 C 24 16.455703 22.549766 15.884609 19.509766 15.474609 C 16.419766 15.074609 16.109375 14.864531 16.109375 14.144531 C 16.109375 13.544531 16.380156 12.755859 18.660156 12.755859 C 20.690156 12.755859 21.449766 13.194453 21.759766 14.564453 C 21.789766 14.694453 21.899062 14.794922 22.039062 14.794922 L 23.330078 14.794922 C 23.410078 14.794922 23.479063 14.755313 23.539062 14.695312 C 23.589062 14.645313 23.619375 14.564609 23.609375 14.474609 C 23.409375 12.114609 21.840156 11.005859 18.660156 11.005859 z\"/></svg></li><li title=\"node \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 21.300781 6 C 21.143781 6 21 6.1257812 21 6.3007812 L 21 11.796875 L 19.753906 11.070312 C 19.675906 11.024313 19.588 11.001953 19.5 11.001953 C 19.412 11.001953 19.324094 11.024312 19.246094 11.070312 L 16.251953 12.816406 C 16.095953 12.906406 16 13.072953 16 13.251953 L 16 16.748047 C 16 16.928047 16.095953 17.093594 16.251953 17.183594 L 19.246094 18.929688 C 19.324094 18.975687 19.412 18.998047 19.5 18.998047 C 19.588 18.998047 19.675906 18.975688 19.753906 18.929688 L 22.748047 17.183594 C 22.904047 17.093594 23 16.927047 23 16.748047 L 23 15 L 23 13.251953 L 23 7.2304688 C 23 7.0524688 22.904953 6.8888281 22.751953 6.7988281 L 21.449219 6.0410156 C 21.400219 6.0130156 21.350781 6 21.300781 6 z M 11.5 11.001953 C 11.41225 11.001953 11.324594 11.024813 11.246094 11.070312 L 8.2519531 12.816406 C 8.0959531 12.906406 8 13.072953 8 13.251953 L 8 16.748047 C 8 16.928047 8.0959531 17.093594 8.2519531 17.183594 L 11.246094 18.929688 C 11.403094 19.020688 11.596906 19.020688 11.753906 18.929688 L 14.748047 17.183594 C 14.904047 17.093594 15 16.927047 15 16.748047 L 15 13.251953 C 15 13.071953 14.904047 12.906406 14.748047 12.816406 L 11.753906 11.070312 C 11.675406 11.024812 11.58775 11.001953 11.5 11.001953 z M 27.5 11.001953 C 27.412 11.001953 27.324094 11.024312 27.246094 11.070312 L 24.251953 12.816406 C 24.095953 12.906406 24 13.072953 24 13.251953 L 24 16.748047 C 24 16.928047 24.095953 17.093594 24.251953 17.183594 L 27.15625 18.939453 C 27.31225 19.034453 27.508016 19.035359 27.666016 18.943359 L 29.09375 18.113281 C 29.24175 18.028281 29.24275 17.813562 29.09375 17.726562 L 26 15.904297 L 26 14.109375 L 27.5 13.236328 L 29 14.109375 L 29 15.359375 C 29 15.526375 29.140375 15.552094 29.234375 15.496094 C 29.612375 15.274094 30.751953 14.613281 30.751953 14.613281 C 30.904953 14.524281 31 14.359641 31 14.181641 L 31 13.251953 C 31 13.071953 30.904047 12.906406 30.748047 12.816406 L 27.753906 11.070312 C 27.674906 11.024313 27.588 11.001953 27.5 11.001953 z M 3.5 11.003906 C 3.412 11.003906 3.3240937 11.026266 3.2460938 11.072266 L 0.25195312 12.816406 C 0.095953125 12.907406 0 13.073906 0 13.253906 L 0 17.716797 C 0 17.934797 0.23582812 18.069938 0.42382812 17.960938 L 1.7519531 17.1875 C 1.9049531 17.0975 2 16.933859 2 16.755859 L 2 14.113281 L 3.5 13.238281 L 5 14.113281 L 5 16.755859 C 5 16.933859 5.0950469 17.0975 5.2480469 17.1875 L 6.5761719 17.960938 C 6.7641719 18.070938 7 17.934797 7 17.716797 L 7 13.253906 C 7 13.073906 6.9040469 12.907406 6.7480469 12.816406 L 3.7539062 11.072266 C 3.6759063 11.026266 3.588 11.003906 3.5 11.003906 z M 19.5 13.236328 L 21 14.111328 L 21 15 L 21 15.888672 L 19.5 16.763672 L 18 15.888672 L 18 14.111328 L 19.5 13.236328 z M 27.5 14.003906 L 26.642578 14.503906 L 26.642578 15.501953 L 27.5 16 L 28.357422 15.501953 L 28.357422 14.503906 L 27.5 14.003906 z M 15.40625 17.998047 C 15.303375 17.998047 15.199375 18.023219 15.109375 18.074219 L 12.296875 19.699219 C 12.111875 19.801219 12 20.001938 12 20.210938 L 12 23.457031 C 12 23.666031 12.116875 23.86275 12.296875 23.96875 L 13.037109 24.390625 C 13.392109 24.565625 13.522594 24.566406 13.683594 24.566406 C 14.213594 24.566406 14.515625 24.249453 14.515625 23.689453 L 14.515625 20.482422 C 14.515625 20.433422 14.477594 20.398438 14.433594 20.398438 L 14.078125 20.398438 C 14.029125 20.398438 13.994141 20.438422 13.994141 20.482422 L 13.994141 23.689453 C 13.994141 23.932453 13.737359 24.181656 13.318359 23.972656 L 12.548828 23.529297 C 12.523828 23.514297 12.505859 23.484078 12.505859 23.455078 L 12.505859 20.208984 C 12.505859 20.179984 12.519828 20.145859 12.548828 20.130859 L 15.361328 18.509766 C 15.391328 18.494766 15.425219 18.494766 15.449219 18.509766 L 18.263672 20.130859 C 18.292672 20.145859 18.306641 20.174984 18.306641 20.208984 L 18.306641 23.455078 C 18.306641 23.489078 18.287672 23.518203 18.263672 23.533203 L 15.449219 25.160156 C 15.424219 25.175156 15.385328 25.175156 15.361328 25.160156 L 14.642578 24.732422 C 14.623578 24.722422 14.593219 24.716562 14.574219 24.726562 C 14.375219 24.843563 14.335391 24.858875 14.150391 24.921875 C 14.101391 24.936875 14.034781 24.966922 14.175781 25.044922 L 15.109375 25.599609 C 15.202375 25.648609 15.30425 25.677734 15.40625 25.677734 C 15.51325 25.677734 15.617219 25.648703 15.699219 25.595703 L 18.511719 23.96875 C 18.696719 23.86675 18.808594 23.666031 18.808594 23.457031 L 18.808594 20.210938 C 18.808594 20.001938 18.691719 19.806219 18.511719 19.699219 L 15.699219 18.074219 C 15.611719 18.023219 15.509125 17.998047 15.40625 17.998047 z M 19.792969 19.496094 C 19.505969 19.496094 19.253906 19.728156 19.253906 20.035156 C 19.253906 20.332156 19.495969 20.576172 19.792969 20.576172 C 20.089969 20.576172 20.332031 20.332156 20.332031 20.035156 C 20.332031 19.728156 20.084969 19.491094 19.792969 19.496094 z M 19.787109 19.582031 C 20.041109 19.582031 20.246094 19.782156 20.246094 20.035156 C 20.246094 20.283156 20.040109 20.488141 19.787109 20.494141 C 19.538109 20.494141 19.335938 20.288156 19.335938 20.035156 C 19.335938 19.782156 19.539109 19.582031 19.787109 19.582031 z M 19.589844 19.728516 L 19.589844 20.335938 L 19.705078 20.335938 L 19.705078 20.09375 L 19.8125 20.09375 C 19.8565 20.09375 19.866953 20.112484 19.876953 20.146484 C 19.876953 20.151484 19.895391 20.308891 19.900391 20.337891 L 20.025391 20.337891 C 20.011391 20.308891 20.001094 20.225781 19.996094 20.175781 C 19.982094 20.097781 19.977531 20.044062 19.894531 20.039062 C 19.938531 20.024063 20.011719 20.000672 20.011719 19.888672 C 20.011719 19.727672 19.871828 19.728516 19.798828 19.728516 L 19.589844 19.728516 z M 19.705078 19.826172 L 19.802734 19.826172 C 19.832734 19.826172 19.890625 19.825203 19.890625 19.908203 C 19.890625 19.942203 19.875875 19.997094 19.796875 19.996094 L 19.705078 19.996094 L 19.705078 19.826172 z M 16.160156 20.322266 C 15.357156 20.322266 14.880859 20.664516 14.880859 21.228516 C 14.880859 21.846516 15.357953 22.011844 16.126953 22.089844 C 17.046953 22.181844 17.119141 22.314141 17.119141 22.494141 C 17.119141 22.810141 16.865484 22.941406 16.271484 22.941406 C 15.526484 22.941406 15.362594 22.756719 15.308594 22.386719 C 15.303594 22.347719 15.268609 22.318359 15.224609 22.318359 L 14.859375 22.318359 C 14.815375 22.318359 14.777344 22.353344 14.777344 22.402344 C 14.777344 22.874344 15.034625 23.439453 16.265625 23.439453 C 17.168625 23.438453 17.679688 23.088609 17.679688 22.474609 C 17.679688 21.866609 17.270297 21.704891 16.404297 21.587891 C 15.528297 21.470891 15.441406 21.412031 15.441406 21.207031 C 15.441406 21.037031 15.513156 20.814453 16.160156 20.814453 C 16.739156 20.814453 16.954969 20.941078 17.042969 21.330078 C 17.052969 21.369078 17.080141 21.392578 17.119141 21.392578 L 17.484375 21.392578 C 17.508375 21.392578 17.528969 21.383141 17.542969 21.369141 C 17.557969 21.350141 17.5675 21.330641 17.5625 21.306641 C 17.5045 20.634641 17.061156 20.322266 16.160156 20.322266 z\"/></svg></li><li title=\"not equal solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6.71875 5.28125 L 5.28125 6.71875 L 25.28125 26.71875 L 26.71875 25.28125 L 21.4375 20 L 27 20 L 27 18 L 19.4375 18 L 15.4375 14 L 27 14 L 27 12 L 13.4375 12 Z M 5 12 L 5 14 L 9.90625 14 L 7.90625 12 Z M 5 18 L 5 20 L 15.90625 20 L 13.90625 18 Z\"/></svg></li><li title=\"notes medical solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 14.742188 3 13.847656 3.890625 13.40625 5 L 6 5 L 6 28 L 26 28 L 26 5 L 18.59375 5 C 18.152344 3.890625 17.257813 3 16 3 Z M 16 5 C 16.554688 5 17 5.445313 17 6 L 17 7 L 20 7 L 20 9 L 12 9 L 12 7 L 15 7 L 15 6 C 15 5.445313 15.445313 5 16 5 Z M 8 7 L 10 7 L 10 11 L 22 11 L 22 7 L 24 7 L 24 26 L 8 26 Z M 15 14 L 15 17 L 12 17 L 12 19 L 15 19 L 15 22 L 17 22 L 17 19 L 20 19 L 20 17 L 17 17 L 17 14 Z\"/></svg></li><li title=\"npm \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 0 10 L 0 21 L 9 21 L 9 23 L 16 23 L 16 21 L 32 21 L 32 10 L 0 10 z M 1.7773438 11.777344 L 8.8886719 11.777344 L 8.890625 11.777344 L 8.890625 19.445312 L 7.1113281 19.445312 L 7.1113281 13.556641 L 5.3339844 13.556641 L 5.3339844 19.445312 L 1.7773438 19.445312 L 1.7773438 11.777344 z M 10.667969 11.777344 L 17.777344 11.777344 L 17.779297 11.777344 L 17.779297 19.443359 L 14.222656 19.443359 L 14.222656 21.222656 L 10.667969 21.222656 L 10.667969 11.777344 z M 19.556641 11.777344 L 30.222656 11.777344 L 30.224609 11.777344 L 30.224609 19.445312 L 28.445312 19.445312 L 28.445312 13.556641 L 26.667969 13.556641 L 26.667969 19.445312 L 24.890625 19.445312 L 24.890625 13.556641 L 23.111328 13.556641 L 23.111328 19.445312 L 19.556641 19.445312 L 19.556641 11.777344 z M 14.222656 13.556641 L 14.222656 17.667969 L 16 17.667969 L 16 13.556641 L 14.222656 13.556641 z\"/></svg></li><li title=\"ns8 \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 29.019531 10.021484 C 26.986387 10.019912 24.864922 11.175781 25.451172 13.035156 L 25.451172 13.039062 C 23.261172 13.474063 21.737188 14.379219 20.742188 15.449219 C 20.592188 14.959219 20.062969 14.619141 19.042969 14.619141 L 14.662109 14.619141 C 14.197109 14.619141 14.017891 14.505 14.087891 14.25 C 14.167891 13.975 14.181484 13.910625 14.271484 13.640625 C 14.376484 13.320625 14.6625 13.285156 14.9375 13.285156 L 21.611328 13.285156 L 22.097656 11.710938 C 15.112656 11.710938 14.872797 11.684531 14.091797 11.769531 C 13.476797 11.834531 12.915547 12.009531 12.560547 12.519531 C 12.220547 13.014531 11.841641 14.3 11.681641 14.875 C 11.411641 15.845 11.650313 16.304688 13.320312 16.304688 L 17.685547 16.304688 C 18.075547 16.304688 18.125312 16.439766 18.070312 16.634766 C 18.015313 16.854766 17.930703 17.135234 17.845703 17.365234 C 17.765703 17.575234 17.61125 17.734375 17.15625 17.734375 L 10.816406 17.734375 L 10.236328 19.710938 C 17.231328 19.710938 17.50025 19.680703 18.28125 19.595703 C 18.61125 19.560703 18.932031 19.489609 19.207031 19.349609 C 19.217031 19.534609 19.232578 19.715625 19.267578 19.890625 C 19.537578 21.415625 20.637422 22.505234 22.107422 22.865234 C 24.537422 23.460234 27.541328 22.024844 28.861328 19.464844 C 29.796328 17.654844 29.566406 15.654453 28.691406 14.189453 L 28.697266 14.189453 C 30.177266 13.894453 32.212422 13.090156 31.982422 11.660156 C 31.837422 10.760156 30.786953 10.255703 29.876953 10.095703 C 29.598203 10.046953 29.30998 10.021709 29.019531 10.021484 z M 28.660156 10.998047 C 28.808594 10.995703 28.955547 11.009062 29.091797 11.039062 C 29.856797 11.209062 30.077891 11.834766 29.337891 12.259766 C 28.802891 12.564766 28.156953 12.665234 27.626953 12.740234 C 27.416953 12.440234 27.136953 11.815781 27.501953 11.425781 C 27.753203 11.155781 28.214844 11.005078 28.660156 10.998047 z M 9.3554688 11.703125 L 9.3554688 11.705078 L 7.6464844 17.390625 L 4.9199219 11.705078 L 2.4492188 11.705078 L 0 19.710938 L 2.2441406 19.710938 L 3.8007812 14.384766 L 6.3300781 19.710938 L 9.1757812 19.710938 L 11.599609 11.703125 L 9.3554688 11.703125 z M 26.177734 14.505859 C 26.512734 15.209859 26.692109 16.105484 26.537109 16.896484 C 26.242109 18.371484 24.707031 19.286797 23.457031 19.091797 C 21.912031 18.851797 21.531953 17.116563 22.751953 15.851562 C 23.561953 15.011563 25.012734 14.650859 26.177734 14.505859 z\"/></svg></li><li title=\"nutritionix \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 10 2 C 10 9 15.570312 8.4257812 15.570312 8.4257812 C 15.448313 3.9997812 11.901172 2.804875 11.451172 2.671875 C 15.376172 2.978875 16.429688 8.0078125 16.429688 8.0078125 C 18.688687 4.8388125 20.824219 5.390625 20.824219 5.390625 C 18.064219 5.492625 17.287109 8.4257812 17.287109 8.4257812 C 21.048109 9.3867812 22 5.421875 22 5.421875 C 17.453 3.805875 16.480469 7.5976562 16.480469 7.5976562 C 17.000469 1.9996562 10 2 10 2 z M 16 9 C 12.536 9 9.5233594 9.9832656 7.1933594 11.697266 C 5.9653594 13.750266 5 16.312 5 19 C 5 21.688 5.5359063 24.279031 6.7539062 26.332031 C 9.0839063 28.047031 12.536 29 16 29 C 19.464 29 22.916094 28.047031 25.246094 26.332031 C 26.464094 24.279031 27 21.688 27 19 C 27 16.312 26.034641 13.750266 24.806641 11.697266 C 22.476641 9.9732656 19.464 9 16 9 z M 16 10.300781 C 19.004 10.300781 21.911609 10.977516 24.099609 12.103516 C 24.582609 13.176516 24.721 13.991094 25 15.246094 C 22.619 14.806094 19.443 14.419922 16 14.419922 C 12.557 14.419922 9.381 14.806094 7 15.246094 C 7.279 14.002094 7.4073906 13.197516 7.9003906 12.103516 C 10.088391 10.977516 12.996 10.300781 16 10.300781 z M 10.443359 16 C 11.238359 16 11.886719 16.638359 11.886719 17.443359 C 11.886719 18.238359 11.238359 18.876953 10.443359 18.876953 C 9.6483594 18.876953 9 18.238359 9 17.443359 C 9 16.638359 9.6483594 16 10.443359 16 z M 14.144531 16.001953 C 14.949531 16.001953 15.587891 16.638359 15.587891 17.443359 C 15.588891 18.237359 14.950531 18.876953 14.144531 18.876953 C 13.349531 18.876953 12.710937 18.238359 12.710938 17.443359 C 12.710938 16.638359 13.349531 16.001953 14.144531 16.001953 z M 17.855469 16.001953 C 18.650469 16.001953 19.289062 16.638359 19.289062 17.443359 C 19.289062 18.237359 18.650469 18.876953 17.855469 18.876953 C 17.050469 18.876953 16.412109 18.238359 16.412109 17.443359 C 16.412109 16.638359 17.050469 16.001953 17.855469 16.001953 z M 21.556641 16.001953 C 22.351641 16.001953 23 16.638359 23 17.443359 C 23 18.238359 22.351641 18.876953 21.556641 18.876953 C 20.761641 18.876953 20.113281 18.238359 20.113281 17.443359 C 20.113281 16.638359 20.761641 16.001953 21.556641 16.001953 z M 10.443359 19.574219 C 11.238359 19.574219 11.886719 20.212578 11.886719 21.017578 C 11.886719 21.812578 11.238359 22.451172 10.443359 22.451172 C 9.6483594 22.451172 9 21.812578 9 21.017578 C 9 20.212578 9.6483594 19.574219 10.443359 19.574219 z M 14.144531 19.574219 C 14.949531 19.574219 15.587891 20.212578 15.587891 21.017578 C 15.588891 21.812578 14.950531 22.451172 14.144531 22.451172 C 13.349531 22.451172 12.710937 21.812578 12.710938 21.017578 C 12.710938 20.212578 13.349531 19.574219 14.144531 19.574219 z M 17.855469 19.574219 C 18.650469 19.574219 19.289062 20.212578 19.289062 21.017578 C 19.289062 21.812578 18.650469 22.451172 17.855469 22.451172 C 17.050469 22.451172 16.412109 21.812578 16.412109 21.017578 C 16.412109 20.212578 17.050469 19.574219 17.855469 19.574219 z M 21.556641 19.574219 C 22.351641 19.574219 23 20.212578 23 21.017578 C 23 21.812578 22.351641 22.451172 21.556641 22.451172 C 20.761641 22.451172 20.113281 21.812578 20.113281 21.017578 C 20.113281 20.212578 20.761641 19.574219 21.556641 19.574219 z M 10.443359 23.123047 C 11.238359 23.123047 11.886719 23.761406 11.886719 24.566406 C 11.886719 25.361406 11.238359 26 10.443359 26 C 9.6483594 26 9 25.361406 9 24.566406 C 9 23.761406 9.6483594 23.123047 10.443359 23.123047 z M 14.144531 23.123047 C 14.949531 23.123047 15.587891 23.761406 15.587891 24.566406 C 15.588891 25.361406 14.950531 26 14.144531 26 C 13.349531 26 12.710937 25.361406 12.710938 24.566406 C 12.710938 23.761406 13.349531 23.123047 14.144531 23.123047 z M 17.855469 23.123047 C 18.650469 23.123047 19.289062 23.761406 19.289062 24.566406 C 19.289062 25.361406 18.650469 26 17.855469 26 C 17.050469 26 16.412109 25.361406 16.412109 24.566406 C 16.412109 23.761406 17.050469 23.123047 17.855469 23.123047 z M 21.556641 23.123047 C 22.351641 23.123047 23 23.761406 23 24.566406 C 23 25.361406 22.351641 26 21.556641 26 C 20.761641 26 20.113281 25.361406 20.113281 24.566406 C 20.113281 23.761406 20.761641 23.123047 21.556641 23.123047 z\"/></svg></li><li title=\"object group solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 9 L 6 9 L 6 23 L 5 23 L 5 27 L 9 27 L 9 26 L 23 26 L 23 27 L 27 27 L 27 23 L 26 23 L 26 9 L 27 9 L 27 5 L 23 5 L 23 6 L 9 6 L 9 5 Z M 9 8 L 23 8 L 23 9 L 24 9 L 24 23 L 23 23 L 23 24 L 9 24 L 9 23 L 8 23 L 8 9 L 9 9 Z M 10 10 L 10 18 L 14 18 L 14 22 L 22 22 L 22 14 L 18 14 L 18 10 Z M 12 12 L 16 12 L 16 16 L 12 16 Z M 18 16 L 20 16 L 20 20 L 16 20 L 16 18 L 18 18 Z\"/></svg></li><li title=\"object group \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 9 L 6 9 L 6 23 L 5 23 L 5 27 L 9 27 L 9 26 L 23 26 L 23 27 L 27 27 L 27 23 L 26 23 L 26 9 L 27 9 L 27 5 L 23 5 L 23 6 L 9 6 L 9 5 Z M 9 8 L 23 8 L 23 9 L 24 9 L 24 23 L 23 23 L 23 24 L 9 24 L 9 23 L 8 23 L 8 9 L 9 9 Z M 10 10 L 10 18 L 14 18 L 14 22 L 22 22 L 22 14 L 18 14 L 18 10 Z M 12 12 L 16 12 L 16 16 L 12 16 Z M 18 16 L 20 16 L 20 20 L 16 20 L 16 18 L 18 18 Z\"/></svg></li><li title=\"object ungroup solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 9 L 6 9 L 6 19 L 5 19 L 5 23 L 9 23 L 9 22 L 11 22 L 11 24 L 10 24 L 10 28 L 14 28 L 14 27 L 24 27 L 24 28 L 28 28 L 28 24 L 27 24 L 27 14 L 28 14 L 28 10 L 24 10 L 24 11 L 22 11 L 22 9 L 23 9 L 23 5 L 19 5 L 19 6 L 9 6 L 9 5 Z M 9 8 L 19 8 L 19 9 L 20 9 L 20 19 L 19 19 L 19 20 L 9 20 L 9 19 L 8 19 L 8 9 L 9 9 Z M 22 13 L 24 13 L 24 14 L 25 14 L 25 24 L 24 24 L 24 25 L 14 25 L 14 24 L 13 24 L 13 22 L 19 22 L 19 23 L 23 23 L 23 19 L 22 19 Z\"/></svg></li><li title=\"object ungroup \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 9 L 6 9 L 6 19 L 5 19 L 5 23 L 9 23 L 9 22 L 11 22 L 11 24 L 10 24 L 10 28 L 14 28 L 14 27 L 24 27 L 24 28 L 28 28 L 28 24 L 27 24 L 27 14 L 28 14 L 28 10 L 24 10 L 24 11 L 22 11 L 22 9 L 23 9 L 23 5 L 19 5 L 19 6 L 9 6 L 9 5 Z M 9 8 L 19 8 L 19 9 L 20 9 L 20 19 L 19 19 L 19 20 L 9 20 L 9 19 L 8 19 L 8 9 L 9 9 Z M 22 13 L 24 13 L 24 14 L 25 14 L 25 24 L 24 24 L 24 25 L 14 25 L 14 24 L 13 24 L 13 22 L 19 22 L 19 23 L 23 23 L 23 19 L 22 19 Z\"/></svg></li><li title=\"odnoklassniki square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 L 5 5 z M 7 7 L 25 7 L 25 25 L 7 25 L 7 7 z M 16 9 C 14.07 9 12.5 10.57 12.5 12.5 C 12.5 14.43 14.07 16 16 16 C 17.93 16 19.5 14.43 19.5 12.5 C 19.5 10.57 17.93 9 16 9 z M 16 11 C 16.827 11 17.5 11.673 17.5 12.5 C 17.5 13.327 16.827 14 16 14 C 15.173 14 14.5 13.327 14.5 12.5 C 14.5 11.673 15.173 11 16 11 z M 12.859375 16.009766 C 12.606 16.045641 12.366672 16.177937 12.201172 16.398438 C 11.869172 16.839437 11.957437 17.466828 12.398438 17.798828 C 13.098344 18.32577 13.894166 18.671369 14.734375 18.851562 L 12.292969 21.292969 C 11.901969 21.683969 11.901969 22.316031 12.292969 22.707031 C 12.683969 23.098031 13.316031 23.098031 13.707031 22.707031 L 16 20.414062 L 18.292969 22.707031 C 18.487969 22.902031 18.744 23 19 23 C 19.256 23 19.512031 22.902031 19.707031 22.707031 C 20.098031 22.316031 20.098031 21.683969 19.707031 21.292969 L 17.265625 18.851562 C 18.105029 18.671462 18.899238 18.326228 19.599609 17.800781 C 20.040609 17.468781 20.129828 16.841391 19.798828 16.400391 C 19.467828 15.957391 18.842437 15.869172 18.398438 16.201172 C 17.005438 17.248172 14.990609 17.246172 13.599609 16.201172 C 13.379609 16.035172 13.11275 15.973891 12.859375 16.009766 z\"/></svg></li><li title=\"odnoklassniki \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 15 8.328125 C 16.296875 8.328125 17.351563 9.382813 17.351563 10.679688 C 17.351563 11.972656 16.296875 13.027344 15 13.027344 C 13.703125 13.027344 12.648438 11.972656 12.648438 10.679688 C 12.648438 9.382813 13.703125 8.328125 15 8.328125 Z M 15 16.355469 C 18.132813 16.355469 20.679688 13.808594 20.679688 10.679688 C 20.679688 7.546875 18.132813 5 15 5 C 11.867188 5 9.324219 7.546875 9.324219 10.679688 C 9.324219 13.808594 11.867188 16.355469 15 16.355469 Z M 17.296875 20.988281 C 18.453125 20.722656 19.566406 20.265625 20.59375 19.621094 C 21.371094 19.132813 21.605469 18.105469 21.117188 17.328125 C 20.625 16.546875 19.601563 16.3125 18.820313 16.804688 C 16.496094 18.265625 13.503906 18.265625 11.175781 16.804688 C 10.398438 16.3125 9.371094 16.546875 8.882813 17.328125 C 8.394531 18.105469 8.628906 19.132813 9.40625 19.621094 C 10.433594 20.265625 11.546875 20.722656 12.703125 20.988281 L 9.527344 24.160156 C 8.878906 24.808594 8.878906 25.863281 9.527344 26.511719 C 9.855469 26.835938 10.277344 27 10.703125 27 C 11.128906 27 11.554688 26.835938 11.882813 26.511719 L 15 23.394531 L 18.121094 26.511719 C 18.769531 27.164063 19.820313 27.164063 20.472656 26.511719 C 21.121094 25.863281 21.121094 24.808594 20.472656 24.160156 C 20.472656 24.160156 17.296875 20.988281 17.296875 20.988281 Z\"/></svg></li><li title=\"oil can solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 11 9 L 11 11 L 13 11 L 13 13 L 7.5625 13 L 5.84375 10.4375 L 5.53125 10 L 1 10 L 1 15.6875 L 6 17.6875 L 6 25 L 20.53125 25 L 20.8125 24.5625 L 29.5 12 L 31 12 L 31 10 L 27.65625 10 L 27.40625 10.1875 L 21 15 L 21 13 L 15 13 L 15 11 L 17 11 L 17 9 Z M 3 12 L 4.4375 12 L 6 14.34375 L 6 15.5 L 3 14.3125 Z M 25.78125 13.9375 L 19.5 23 L 8 23 L 8 15 L 19 15 L 19 19 L 20.59375 17.8125 Z M 29.5 16 C 29.5 16 28 18.671875 28 19.5 C 28 20.328125 28.671875 21 29.5 21 C 30.328125 21 31 20.328125 31 19.5 C 31 18.671875 29.5 16 29.5 16 Z\"/></svg></li><li title=\"old republic \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16.537109 3.0078125 C 16.144109 2.9978125 15.752375 2.9957187 15.359375 3.0117188 C 15.231375 3.0197188 15.101656 3.0251094 14.972656 3.0371094 C 14.786656 3.0561094 14.599063 3.06575 14.414062 3.09375 C 14.276063 3.11375 14.137 3.1253906 14 3.1503906 C 13.816 3.1823906 13.631266 3.2110938 13.447266 3.2460938 C 12.561266 3.4260937 11.690328 3.6917344 10.861328 4.0527344 C 10.447328 4.2267344 10.045344 4.4304375 9.6523438 4.6484375 C 8.1753437 5.4764375 6.8605 6.5938281 5.8125 7.9238281 C 5.2045 8.6838281 4.687625 9.514625 4.265625 10.390625 C 4.199625 10.540625 4.1244531 10.688797 4.0644531 10.841797 C 3.7084531 11.651797 3.4436719 12.501188 3.2636719 13.367188 C 3.2206719 13.573187 3.1893437 13.779328 3.1523438 13.986328 C 3.1253437 14.132328 3.1127969 14.282687 3.0917969 14.429688 C 3.0677969 14.594687 3.0609219 14.761734 3.0449219 14.927734 C 3.0259219 15.111734 3.0148125 15.294516 3.0078125 15.478516 C 2.9978125 15.976516 2.9912031 16.476656 3.0332031 16.972656 C 3.0552031 17.181656 3.0647031 17.389656 3.0957031 17.597656 C 3.1137031 17.721656 3.1235313 17.847703 3.1445312 17.970703 C 3.1995312 18.297703 3.2558906 18.625266 3.3378906 18.947266 C 3.4478906 19.421266 3.5840938 19.887703 3.7460938 20.345703 C 4.5290938 22.561703 5.9300469 24.555922 7.7480469 26.044922 C 8.2750469 26.476922 8.833875 26.869844 9.421875 27.214844 C 9.530875 27.281844 9.6419062 27.342344 9.7539062 27.402344 C 10.269906 27.690344 10.809375 27.932437 11.359375 28.148438 C 11.796375 28.311437 12.239406 28.460219 12.691406 28.574219 C 12.911406 28.633219 13.134422 28.683422 13.357422 28.732422 C 13.572422 28.776422 13.787906 28.811609 14.003906 28.849609 C 14.145906 28.874609 14.288641 28.88625 14.431641 28.90625 C 14.602641 28.93025 14.775266 28.945031 14.947266 28.957031 C 15.303266 28.992031 15.661531 29.000047 16.019531 28.998047 C 16.371531 29.000047 16.723219 28.990078 17.074219 28.955078 C 17.352219 28.939078 17.627344 28.900234 17.902344 28.865234 C 18.147344 28.826234 18.392719 28.782375 18.636719 28.734375 C 18.989719 28.663375 19.3405 28.571656 19.6875 28.472656 C 19.8745 28.419656 20.056234 28.355922 20.240234 28.294922 C 20.576234 28.181922 20.904469 28.04625 21.230469 27.90625 C 22.302469 27.43525 23.305891 26.822078 24.212891 26.080078 C 25.695891 24.877078 26.903469 23.338188 27.730469 21.617188 C 28.160469 20.722187 28.486172 19.776641 28.701172 18.806641 C 28.762172 18.538641 28.804562 18.268047 28.851562 17.998047 C 28.876563 17.856047 28.888203 17.713313 28.908203 17.570312 C 28.932203 17.394312 28.947937 17.218016 28.960938 17.041016 C 28.985938 16.781016 28.994047 16.520766 28.998047 16.259766 C 29.002047 15.820766 29.002984 15.380359 28.958984 14.943359 C 28.945984 14.740359 28.925484 14.538891 28.896484 14.337891 C 28.878484 14.171891 28.854219 14.006797 28.824219 13.841797 C 28.715219 13.168797 28.547078 12.505375 28.330078 11.859375 C 28.216078 11.510375 28.080594 11.167078 27.933594 10.830078 C 27.879594 10.691078 27.810953 10.559828 27.751953 10.423828 C 27.113953 9.0798281 26.2375 7.849875 25.1875 6.796875 C 24.1025 5.712875 22.825594 4.8236406 21.433594 4.1816406 C 20.826594 3.9046406 20.200594 3.6722344 19.558594 3.4902344 C 19.153594 3.3792344 18.746031 3.2770312 18.332031 3.2070312 C 18.179031 3.1810313 18.027047 3.1538594 17.873047 3.1308594 C 17.617047 3.0998594 17.361516 3.0589219 17.103516 3.0449219 C 16.914516 3.0279219 16.726109 3.0148125 16.537109 3.0078125 z M 15.806641 4.0039062 C 16.204641 3.9969063 16.602047 4.0051562 16.998047 4.0351562 C 17.208047 4.0581562 17.420859 4.0695625 17.630859 4.1015625 C 18.056859 4.1615625 18.482391 4.2377969 18.900391 4.3417969 C 20.575391 4.7457969 22.155953 5.5275625 23.501953 6.6015625 C 24.453953 7.3615625 25.288703 8.2673438 25.970703 9.2773438 C 26.457703 10.002344 26.863594 10.782703 27.183594 11.595703 C 27.560594 12.556703 27.805781 13.566797 27.925781 14.591797 C 27.943781 14.800797 27.964469 15.00975 27.980469 15.21875 C 28.015469 15.94575 28.005156 16.676391 27.910156 17.400391 C 27.848156 17.953391 27.73275 18.499109 27.59375 19.037109 C 27.40675 19.729109 27.161469 20.403781 26.855469 21.050781 C 26.737469 21.293781 26.611422 21.535438 26.482422 21.773438 C 26.319422 22.057437 26.148797 22.335422 25.966797 22.607422 C 25.807797 22.835422 25.651563 23.06525 25.476562 23.28125 C 24.823563 24.11425 24.062844 24.863047 23.214844 25.498047 C 22.033844 26.383047 20.684719 27.049359 19.261719 27.443359 C 19.042719 27.505359 18.819656 27.554422 18.597656 27.607422 C 18.404656 27.653422 18.208672 27.684703 18.013672 27.720703 C 17.775672 27.763703 17.535875 27.784406 17.296875 27.816406 C 16.555875 27.893406 15.808406 27.897844 15.066406 27.839844 C 14.910406 27.824844 14.753656 27.808969 14.597656 27.792969 C 13.973656 27.714969 13.356953 27.585109 12.751953 27.412109 C 12.473953 27.337109 12.204594 27.241484 11.933594 27.146484 C 11.524594 26.998484 11.127328 26.817906 10.736328 26.628906 C 9.6463281 26.081906 8.6376719 25.371484 7.7636719 24.521484 C 7.1626719 23.939484 6.6182969 23.298562 6.1542969 22.601562 C 5.4252969 21.524563 4.8770625 20.324359 4.5390625 19.068359 C 4.4690625 18.822359 4.416375 18.572266 4.359375 18.322266 C 4.287375 17.945266 4.2205 17.565594 4.1875 17.183594 C 4.1415 16.802594 4.1270938 16.419156 4.1210938 16.035156 C 4.1200937 15.554156 4.1382656 15.073703 4.1972656 14.595703 C 4.2452656 14.131703 4.3255469 13.67175 4.4355469 13.21875 C 4.9225469 11.10775 6.0093906 9.1417031 7.5253906 7.5957031 C 7.6553906 7.4687031 7.7771094 7.3367969 7.9121094 7.2167969 C 8.1651094 6.9787969 8.4281719 6.7530625 8.7011719 6.5390625 C 8.9121719 6.3660625 9.1402344 6.2116875 9.3652344 6.0546875 C 9.8802344 5.7046875 10.424328 5.3978594 10.986328 5.1308594 C 11.683328 4.8038594 12.411203 4.5434687 13.158203 4.3554688 C 13.544203 4.2644687 13.932219 4.1810469 14.324219 4.1230469 C 14.815219 4.0560469 15.310641 4.0089062 15.806641 4.0039062 z M 12.570312 5.796875 C 11.772312 6.048875 10.997781 6.3894687 10.300781 6.8554688 C 9.9127813 7.1084687 9.5536094 7.4035156 9.2246094 7.7285156 C 8.6496094 8.3065156 8.1776563 8.9864688 7.8476562 9.7304688 C 7.6616562 10.131469 7.5211562 10.551516 7.4101562 10.978516 C 7.2091562 11.778516 7.1290156 12.608594 7.1660156 13.433594 C 7.1720156 13.668594 7.2025156 13.899812 7.2285156 14.132812 C 7.3085156 14.676813 7.4403438 15.215656 7.6523438 15.722656 C 7.7073437 15.863656 7.7847031 15.994813 7.8457031 16.132812 C 7.8957031 16.242813 7.9557187 16.347125 8.0117188 16.453125 C 8.2547188 16.901125 8.5408125 17.327031 8.8828125 17.707031 C 9.1298125 17.987031 9.4099375 18.237031 9.7109375 18.457031 C 9.9879375 18.663031 10.292422 18.830656 10.607422 18.972656 C 11.135422 19.197656 11.70525 19.335938 12.28125 19.335938 C 12.32925 19.336937 12.377781 19.334125 12.425781 19.328125 C 12.434781 19.243125 12.429734 19.155313 12.427734 19.070312 C 12.421734 18.917313 12.425922 18.766281 12.419922 18.613281 C 12.414922 18.310281 12.420109 18.007078 12.412109 17.705078 C 12.410109 17.581078 12.412203 17.457031 12.408203 17.332031 C 12.401203 17.147031 12.409344 16.961391 12.402344 16.775391 C 12.398344 16.560391 12.401391 16.345859 12.400391 16.130859 C 12.399391 15.967859 12.412234 15.800578 12.365234 15.642578 C 12.307234 15.426578 12.187781 15.234547 12.050781 15.060547 C 11.948781 14.930547 11.832844 14.812266 11.714844 14.697266 C 11.467844 14.461266 11.183687 14.266109 10.929688 14.037109 C 10.471687 13.621109 10.067813 13.145375 9.7578125 12.609375 C 9.3988125 11.994375 9.1730156 11.290219 9.1660156 10.574219 C 9.1590156 10.315219 9.1775625 10.054781 9.2265625 9.8007812 C 9.2905625 9.4067813 9.4158906 9.0221094 9.5878906 8.6621094 C 9.8108906 8.1811094 10.122516 7.7464219 10.478516 7.3574219 C 10.943516 6.8544219 11.482313 6.4242187 12.070312 6.0742188 C 12.232312 5.9742187 12.404312 5.889875 12.570312 5.796875 z M 19.494141 5.8007812 C 19.587141 5.8607813 19.691063 5.9020781 19.789062 5.9550781 C 20.463062 6.3310781 21.082516 6.8079531 21.603516 7.3769531 C 21.882516 7.6849531 22.132938 8.0198125 22.335938 8.3828125 C 22.483937 8.6588125 22.615031 8.9441406 22.707031 9.2441406 C 22.825031 9.6391406 22.897437 10.047984 22.898438 10.458984 C 22.901438 10.691984 22.890703 10.925297 22.845703 11.154297 C 22.791703 11.488297 22.685688 11.812047 22.554688 12.123047 C 22.313687 12.668047 21.973312 13.166469 21.570312 13.605469 C 21.332313 13.870469 21.065203 14.111078 20.783203 14.330078 C 20.436203 14.608078 20.091422 14.904109 19.857422 15.287109 C 19.788422 15.403109 19.730313 15.527203 19.695312 15.658203 C 19.655312 15.811203 19.672969 15.971906 19.667969 16.128906 C 19.658969 16.393906 19.669156 16.659781 19.660156 16.925781 C 19.656156 17.049781 19.660203 17.173828 19.658203 17.298828 C 19.648203 17.666828 19.658438 18.034344 19.648438 18.402344 C 19.650438 18.597344 19.640578 18.792281 19.642578 18.988281 C 19.643578 19.101281 19.629531 19.215125 19.644531 19.328125 C 19.740531 19.341125 19.838547 19.335031 19.935547 19.332031 C 20.123547 19.326031 20.310141 19.305531 20.494141 19.269531 C 21.163141 19.146531 21.800609 18.864844 22.349609 18.464844 C 22.884609 18.079844 23.339125 17.586109 23.703125 17.037109 C 23.921125 16.718109 24.104484 16.375344 24.271484 16.027344 C 24.455484 15.677344 24.580594 15.298969 24.683594 14.917969 C 24.830594 14.326969 24.912203 13.717422 24.908203 13.107422 C 24.907203 12.868422 24.905766 12.630578 24.884766 12.392578 C 24.819766 11.537578 24.625922 10.690437 24.294922 9.8984375 C 24.232922 9.7514375 24.162703 9.6107969 24.095703 9.4667969 C 23.759703 8.7987969 23.312344 8.1880156 22.777344 7.6660156 C 22.226344 7.1330156 21.585438 6.6954219 20.898438 6.3574219 C 20.582437 6.1944219 20.250969 6.0614531 19.917969 5.9394531 C 19.777969 5.8904531 19.638141 5.8397812 19.494141 5.8007812 z M 14.373047 9.046875 C 14.313047 9.101875 14.261938 9.1626094 14.210938 9.2246094 C 13.956938 9.5216094 13.737734 9.8475 13.552734 10.1875 C 13.448734 10.3875 13.349531 10.591734 13.269531 10.802734 C 13.114531 11.185734 12.997063 11.582328 12.914062 11.986328 C 12.885063 12.139328 12.853609 12.294172 12.849609 12.451172 C 12.930609 12.461172 13.010844 12.463375 13.089844 12.484375 C 13.370844 12.556375 13.617313 12.725734 13.820312 12.927734 C 14.045313 13.144734 14.236344 13.396109 14.402344 13.662109 C 14.623344 14.018109 14.809016 14.400641 14.916016 14.806641 C 14.999016 15.106641 15.042078 15.416609 15.080078 15.724609 C 15.111078 16.069609 15.138438 16.415719 15.148438 16.761719 C 15.150438 17.027719 15.163156 16.933219 15.160156 17.199219 C 15.159156 17.323219 15.159156 17.447266 15.160156 17.572266 C 15.161156 17.799266 15.149437 18.027859 15.148438 18.255859 C 15.148438 18.353859 15.138766 18.451828 15.134766 18.548828 C 15.117766 19.107828 15.063578 19.664656 15.017578 20.222656 C 14.992578 20.430656 14.978219 20.640609 14.949219 20.849609 C 14.881219 21.343609 14.826937 21.839219 14.710938 22.324219 C 14.636938 22.677219 14.545453 23.028047 14.439453 23.373047 C 14.362453 23.604047 14.293594 23.838641 14.183594 24.056641 C 14.153594 24.115641 14.1185 24.177797 14.0625 24.216797 C 13.9985 24.195797 13.960781 24.135031 13.925781 24.082031 C 13.859781 23.972031 13.798094 23.857234 13.746094 23.740234 C 13.689094 23.610234 13.621547 23.486375 13.560547 23.359375 C 13.476547 23.183375 13.376672 23.015422 13.263672 22.857422 C 13.108672 22.644422 12.917969 22.444656 12.667969 22.347656 C 12.472969 22.265656 12.249875 22.266406 12.046875 22.316406 C 11.939875 22.342406 11.833609 22.365906 11.724609 22.378906 C 11.534609 22.400906 11.345297 22.427547 11.154297 22.435547 C 10.889297 22.445547 10.624375 22.446359 10.359375 22.443359 C 10.213375 22.437359 10.066875 22.442734 9.921875 22.427734 C 9.756875 22.410734 9.5887813 22.424719 9.4257812 22.386719 C 8.9597813 22.292719 8.5346719 22.065594 8.1386719 21.808594 C 7.5826719 21.439594 7.080375 20.995391 6.609375 20.525391 C 6.459375 20.373391 6.3169688 20.213547 6.1679688 20.060547 C 6.2219687 20.168547 6.2809375 20.273859 6.3359375 20.380859 C 6.5239375 20.720859 6.7109688 21.059672 6.9179688 21.388672 C 7.3089688 22.020672 7.7426719 22.629109 8.2636719 23.162109 C 8.4596719 23.352109 8.664625 23.535453 8.890625 23.689453 C 9.239625 23.936453 9.6443125 24.110156 10.070312 24.160156 C 10.378312 24.191156 10.692187 24.181562 10.992188 24.101562 C 11.241188 24.036563 11.485797 23.950891 11.716797 23.837891 C 11.910797 23.752891 12.093438 23.647156 12.273438 23.535156 C 12.174437 23.666156 12.066219 23.79125 11.949219 23.90625 C 11.706219 24.13725 11.431859 24.336328 11.130859 24.486328 C 10.818859 24.648328 10.482719 24.764172 10.136719 24.826172 C 10.221719 24.907172 10.321969 24.972016 10.417969 25.041016 C 10.830969 25.323016 11.269562 25.561672 11.726562 25.763672 C 12.237563 25.995672 12.771453 26.174406 13.314453 26.316406 C 13.885453 26.458406 14.467688 26.561563 15.054688 26.601562 C 15.313688 26.628563 15.574938 26.630719 15.835938 26.636719 C 16.079937 26.636719 16.324359 26.630188 16.568359 26.617188 C 17.751359 26.545188 18.922625 26.2685 20.015625 25.8125 C 20.575625 25.5735 21.119047 25.294172 21.623047 24.951172 C 21.694047 24.902172 21.766031 24.854875 21.832031 24.796875 C 21.754031 24.789875 21.676609 24.784625 21.599609 24.765625 C 21.361609 24.707625 21.136734 24.604563 20.927734 24.476562 C 20.671734 24.323562 20.436891 24.136453 20.212891 23.939453 C 20.054891 23.795453 19.899812 23.648281 19.757812 23.488281 C 19.918813 23.607281 20.085625 23.718594 20.265625 23.808594 C 20.403625 23.876594 20.5415 23.950953 20.6875 24.001953 C 20.8665 24.063953 21.045422 24.122344 21.232422 24.152344 C 21.693422 24.223344 22.171563 24.157469 22.601562 23.980469 C 23.039563 23.802469 23.429344 23.522078 23.777344 23.205078 C 24.029344 22.968078 24.265563 22.714406 24.476562 22.441406 C 24.828562 21.989406 25.13625 21.503047 25.40625 20.998047 C 25.48125 20.851047 25.564859 20.710594 25.630859 20.558594 C 25.708859 20.395594 25.784656 20.230547 25.847656 20.060547 C 25.784656 20.132547 25.728969 20.211156 25.667969 20.285156 C 25.217969 20.832156 24.692797 21.323172 24.091797 21.701172 C 23.836797 21.864172 23.567062 22.000187 23.289062 22.117188 C 22.873063 22.290187 22.430422 22.397313 21.982422 22.445312 C 21.786422 22.463313 21.590531 22.465937 21.394531 22.460938 C 21.199531 22.447937 21.003547 22.416719 20.810547 22.386719 C 20.472547 22.328719 20.130156 22.257062 19.785156 22.289062 C 19.621156 22.301063 19.4635 22.352016 19.3125 22.416016 C 19.2005 22.465016 19.092 22.523469 19 22.605469 C 18.941 22.657469 18.902234 22.725922 18.865234 22.794922 C 18.647234 23.200922 18.43075 23.608578 18.21875 24.017578 C 18.19075 24.069578 18.167859 24.125875 18.130859 24.171875 C 18.110859 24.197875 18.072016 24.214172 18.041016 24.201172 C 18.024016 24.191172 18.008141 24.177063 17.994141 24.164062 C 17.877141 24.047062 17.766781 23.923156 17.675781 23.785156 C 17.435781 23.420156 17.267766 23.013609 17.134766 22.599609 C 17.050766 22.353609 16.984781 22.102609 16.925781 21.849609 C 16.806781 21.383609 16.735203 20.909547 16.658203 20.435547 C 16.623203 20.221547 16.606172 20.005016 16.576172 19.791016 C 16.553172 19.629016 16.546344 19.465734 16.527344 19.302734 C 16.505344 19.122734 16.499422 18.941719 16.482422 18.761719 C 16.464422 18.572719 16.451406 18.382359 16.441406 18.193359 C 16.436406 18.116359 16.444688 18.039844 16.429688 17.964844 C 16.418687 18.171844 16.427922 18.376984 16.419922 18.583984 C 16.418922 18.897984 16.419969 19.211391 16.417969 19.525391 C 16.409969 19.731391 16.417156 19.938531 16.410156 20.144531 C 16.405156 20.333531 16.411297 20.522891 16.404297 20.712891 C 16.402297 21.026891 16.402391 21.340297 16.400391 21.654297 C 16.392391 21.865297 16.400578 22.078063 16.392578 22.289062 C 16.388578 22.478062 16.393719 22.667422 16.386719 22.857422 C 16.385719 23.166422 16.386766 23.474203 16.384766 23.783203 C 16.376766 23.994203 16.383953 24.206969 16.376953 24.417969 C 16.371953 24.533969 16.389609 24.653625 16.349609 24.765625 C 16.317609 24.853625 16.278516 24.940531 16.228516 25.019531 C 16.186516 25.083531 16.127828 25.144297 16.048828 25.154297 C 15.986828 25.162297 15.927812 25.129844 15.882812 25.089844 C 15.808813 25.022844 15.761797 24.934656 15.716797 24.847656 C 15.682797 24.777656 15.645672 24.708859 15.638672 24.630859 C 15.632672 24.560859 15.636719 24.488969 15.636719 24.417969 C 15.637719 20.554969 15.637672 17.053406 15.638672 13.191406 C 15.646672 13.009406 15.54625 12.840469 15.40625 12.730469 C 15.26225 12.612469 15.094641 12.531359 14.931641 12.443359 C 14.836641 12.393359 14.737344 12.350203 14.652344 12.283203 C 14.512344 12.175203 14.394063 12.042391 14.289062 11.900391 C 14.056062 11.571391 13.887125 11.192969 13.828125 10.792969 C 13.807125 10.661969 13.8085 10.528484 13.8125 10.396484 C 13.8155 10.218484 13.856344 10.042094 13.902344 9.8710938 C 13.981344 9.6220937 14.108484 9.3905 14.271484 9.1875 C 14.306484 9.1425 14.341047 9.095875 14.373047 9.046875 z M 15.904297 9.3027344 C 15.885297 9.3067344 15.867609 9.3095 15.849609 9.3125 C 15.793609 9.5705 15.728922 9.8269844 15.669922 10.083984 C 15.664922 10.104984 15.656391 10.124531 15.650391 10.144531 C 15.474391 10.152531 15.297094 10.141438 15.121094 10.148438 C 14.854094 10.157438 14.585359 10.144297 14.318359 10.154297 L 14.324219 10.212891 C 14.416219 10.254891 14.515375 10.273641 14.609375 10.306641 C 14.772375 10.361641 14.937563 10.410844 15.101562 10.464844 C 15.168562 10.485844 15.238734 10.50225 15.302734 10.53125 C 15.306734 10.56025 15.306688 10.590141 15.304688 10.619141 C 15.238688 10.662141 15.160891 10.674219 15.087891 10.699219 C 14.908891 10.760219 14.726875 10.813047 14.546875 10.873047 C 14.476875 10.898047 14.400984 10.911312 14.333984 10.945312 C 14.311984 10.959312 14.324172 10.987813 14.326172 11.007812 C 14.413172 11.014812 14.500891 11.008766 14.587891 11.009766 C 14.852891 11.010766 15.117812 11.008766 15.382812 11.009766 C 15.472812 11.010766 15.563344 11.006531 15.652344 11.019531 C 15.678344 11.098531 15.688984 11.181719 15.708984 11.261719 C 15.755984 11.458719 15.795703 11.656516 15.845703 11.853516 C 15.864703 11.853516 15.883344 11.855422 15.902344 11.857422 C 15.917344 11.766422 15.909156 11.673031 15.910156 11.582031 L 15.910156 9.5839844 C 15.910156 9.4909844 15.914297 9.3967344 15.904297 9.3027344 z M 16.162109 9.3027344 C 16.152109 9.3967344 16.15725 9.4909844 16.15625 9.5839844 L 16.15625 11.585938 C 16.15625 11.677937 16.149062 11.768375 16.164062 11.859375 C 16.183063 11.857375 16.201703 11.856469 16.220703 11.855469 C 16.273703 11.670469 16.304516 11.478016 16.353516 11.291016 C 16.376516 11.202016 16.387062 11.111437 16.414062 11.023438 C 16.498063 11.011438 16.583969 11.013719 16.667969 11.011719 C 16.939969 11.009719 17.209469 11.012719 17.480469 11.011719 C 17.567469 11.011719 17.653234 11.016766 17.740234 11.009766 C 17.744234 10.988766 17.753422 10.961266 17.732422 10.947266 C 17.714422 10.935266 17.693828 10.928875 17.673828 10.921875 C 17.416828 10.845875 17.16225 10.759688 16.90625 10.679688 C 16.85625 10.664687 16.807719 10.648047 16.761719 10.623047 C 16.758719 10.593047 16.759578 10.562203 16.767578 10.533203 C 16.796578 10.521203 16.825469 10.509 16.855469 10.5 C 17.051469 10.438 17.247359 10.3765 17.443359 10.3125 C 17.542359 10.2795 17.645234 10.258844 17.740234 10.214844 C 17.741234 10.195844 17.744094 10.17525 17.746094 10.15625 C 17.706094 10.15425 17.666953 10.151344 17.626953 10.152344 C 17.355953 10.154344 17.084453 10.154438 16.814453 10.148438 C 16.681453 10.144438 16.547062 10.155484 16.414062 10.146484 C 16.389062 10.073484 16.380328 9.995875 16.361328 9.921875 C 16.310328 9.719875 16.26975 9.5145 16.21875 9.3125 C 16.19975 9.3085 16.181109 9.3057344 16.162109 9.3027344 z M 6.5878906 10.960938 C 6.5198906 11.068937 6.4691563 11.187781 6.4101562 11.300781 C 6.1371562 11.871781 5.9070938 12.463172 5.7460938 13.076172 C 5.6640937 13.367172 5.6037344 13.663891 5.5527344 13.962891 C 5.5277344 14.112891 5.5131875 14.264062 5.4921875 14.414062 C 5.4491875 14.736063 5.4415469 15.060766 5.4355469 15.384766 C 5.4385469 15.672766 5.4608594 15.959141 5.5058594 16.244141 C 5.5238594 16.358141 5.5365469 16.473938 5.5605469 16.585938 C 5.5945469 16.741938 5.6192031 16.898734 5.6582031 17.052734 C 5.7052031 17.262734 5.767125 17.470734 5.828125 17.677734 C 5.920125 17.980734 6.0371094 18.275406 6.1621094 18.566406 C 6.4501094 19.208406 6.8246875 19.815078 7.3046875 20.330078 C 7.4386875 20.482078 7.5911406 20.617953 7.7441406 20.751953 C 8.1011406 21.053953 8.498875 21.308766 8.921875 21.509766 C 9.106875 21.607766 9.304 21.681859 9.5 21.755859 C 10.006 21.931859 10.541125 22.036438 11.078125 22.023438 C 11.296125 22.018437 11.517422 22.007797 11.732422 21.966797 C 12.099422 21.907797 12.453922 21.788578 12.794922 21.642578 C 12.798922 21.602578 12.793156 21.562438 12.785156 21.523438 C 12.754156 21.365437 12.723875 21.206688 12.671875 21.054688 C 12.560875 20.697688 12.394719 20.350172 12.136719 20.076172 C 11.949719 19.876172 11.715125 19.716766 11.453125 19.634766 C 11.257125 19.566766 11.050609 19.542188 10.849609 19.492188 C 10.575609 19.422187 10.305969 19.338422 10.042969 19.232422 C 9.8629688 19.165422 9.6924844 19.074281 9.5214844 18.988281 C 9.2304844 18.830281 8.9570781 18.636875 8.7050781 18.421875 C 8.3220781 18.089875 7.9870156 17.708406 7.6660156 17.316406 C 7.4490156 17.039406 7.2722344 16.733922 7.1152344 16.419922 C 6.6592344 15.473922 6.4241406 14.429766 6.3691406 13.384766 C 6.3521406 12.978766 6.3564375 12.571969 6.3984375 12.167969 C 6.4354375 11.761969 6.4928906 11.356938 6.5878906 10.960938 z M 25.476562 10.962891 C 25.573562 11.372891 25.633828 11.790937 25.673828 12.210938 C 25.708828 12.557937 25.707172 12.906859 25.701172 13.255859 C 25.696172 13.577859 25.659281 13.89975 25.613281 14.21875 C 25.588281 14.37075 25.566203 14.523828 25.533203 14.673828 C 25.480203 14.958828 25.3955 15.235672 25.3125 15.513672 C 25.1085 16.136672 24.827547 16.741531 24.435547 17.269531 C 24.271547 17.476531 24.096922 17.676047 23.919922 17.873047 C 23.840922 17.961047 23.754875 18.044906 23.671875 18.128906 C 23.255875 18.551906 22.765656 18.904438 22.222656 19.148438 C 21.866656 19.309437 21.492281 19.425625 21.113281 19.515625 C 20.916281 19.560625 20.713391 19.583109 20.525391 19.662109 C 20.372391 19.726109 20.224656 19.809016 20.097656 19.916016 C 19.890656 20.087016 19.725562 20.303062 19.601562 20.539062 C 19.461563 20.813062 19.363734 21.107203 19.302734 21.408203 C 19.287734 21.485203 19.262438 21.563578 19.273438 21.642578 C 19.372438 21.687578 19.478078 21.723625 19.580078 21.765625 C 19.970078 21.910625 20.381875 21.994531 20.796875 22.019531 C 21.136875 22.035531 21.479453 22.010078 21.814453 21.955078 C 22.133453 21.898078 22.443094 21.8025 22.746094 21.6875 C 23.074094 21.5535 23.393359 21.393078 23.693359 21.205078 C 24.366359 20.792078 24.931328 20.217594 25.361328 19.558594 C 25.802328 18.888594 26.114172 18.139187 26.326172 17.367188 C 26.380172 17.183187 26.424891 16.996594 26.462891 16.808594 C 26.562891 16.318594 26.635906 15.818406 26.628906 15.316406 C 26.626906 15.224406 26.624047 15.131063 26.623047 15.039062 C 26.584047 13.977063 26.338453 12.928313 25.939453 11.945312 C 25.845453 11.705312 25.733047 11.471281 25.623047 11.238281 C 25.577047 11.144281 25.534562 11.049891 25.476562 10.962891 z\"/></svg></li><li title=\"om solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 29 19.121094 C 29 21.207031 28.15625 26.574219 23.589844 26.574219 C 19.238281 26.574219 17.652344 22.730469 17.953125 21.339844 C 18.203125 21.765625 18.996094 23.957031 23.277344 23.957031 C 27.667969 23.957031 27.714844 19.078125 27.714844 19.078125 C 27.714844 19.078125 27.640625 15.617188 24.964844 15.617188 C 21.699219 15.617188 21.589844 20.808594 18.308594 20.808594 C 16.664063 20.808594 16.113281 19.9375 15.78125 19.699219 C 16.488281 21.894531 15.652344 27 10.277344 27 C 2.605469 27 3.003906 18.722656 3.003906 18.722656 C 3.003906 18.722656 4.289063 23.824219 10.144531 23.824219 C 13.714844 23.824219 14.183594 21.785156 14.183594 20.851563 C 14.183594 19.921875 13.472656 18.28125 10.277344 18.28125 L 9.578125 14.964844 C 9.578125 14.964844 10.523438 15.273438 11.691406 15.273438 C 13.230469 15.273438 13.582031 14.246094 13.582031 13.402344 C 13.582031 12.5625 12.757813 11.710938 11.25 11.710938 C 8.914063 11.710938 7.039063 14.109375 7.039063 14.109375 L 5.222656 10.738281 C 5.222656 10.738281 6.910156 8.5625 10.328125 8.5625 C 13.742188 8.5625 15.292969 11.359375 15.292969 13 C 15.292969 14.640625 14.527344 16 13.074219 16.769531 C 15.035156 17.691406 14.441406 18.367188 15.691406 18.367188 C 17.761719 18.367188 18.042969 16.675781 19.015625 15.140625 C 19.914063 13.730469 21.191406 12.46875 23.453125 12.46875 C 27.980469 12.46875 29 17.039063 29 19.121094 Z M 20.171875 11.980469 C 22.472656 11.980469 24.253906 10.648438 24.253906 10.648438 L 22.34375 7.277344 C 22.34375 7.277344 21.015625 9.140625 18.441406 9.140625 C 15.867188 9.140625 13.738281 6.789063 13.738281 6.789063 C 13.738281 6.789063 14.714844 11.980469 20.171875 11.980469 Z M 20.527344 6.613281 L 18.617188 4.570313 L 16.488281 6.433594 L 18.398438 8.609375 Z\"/></svg></li><li title=\"opencart \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 1 5.25 C 3.933594 10.816406 9.117188 11.683594 15.40625 11.8125 C 19.117188 11.890625 27.28125 11.574219 27.28125 13.5625 C 27.28125 15.054688 21.84375 19.730469 21.84375 20.6875 C 21.84375 20.6875 25.613281 17.5 27.71875 15.625 C 29.824219 13.75 31 12.640625 31 11.53125 C 31 9.273438 22.269531 9.6875 15.21875 9.6875 C 8.167969 9.6875 4.3125 8.351563 1 5.25 Z M 8.875 22.53125 C 7.707031 22.53125 6.75 23.457031 6.75 24.625 C 6.75 25.792969 7.707031 26.75 8.875 26.75 C 10.042969 26.75 10.96875 25.792969 10.96875 24.625 C 10.96875 23.457031 10.042969 22.53125 8.875 22.53125 Z M 18.625 22.53125 C 17.457031 22.53125 16.53125 23.457031 16.53125 24.625 C 16.53125 25.792969 17.457031 26.75 18.625 26.75 C 19.792969 26.75 20.75 25.792969 20.75 24.625 C 20.75 23.457031 19.792969 22.53125 18.625 22.53125 Z\"/></svg></li><li title=\"openid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 19 4 L 15 5.9375 L 15 25.625 C 9.855469 24.953125 6.9375 22.601563 6.9375 19.65625 C 6.9375 16.894531 9.921875 14.554688 14 13.8125 L 14 11.3125 C 7.722656 12.109375 3 15.542969 3 19.65625 C 3 23.949219 7.519531 27.472656 15 28.09375 L 19 26.21875 Z M 20 11.375 L 20 13.90625 C 21.3125 14.1875 22.503906 14.644531 23.5 15.21875 L 21.375 16.40625 L 29 18.0625 L 28.46875 12.4375 L 26.4375 13.5625 C 24.6875 12.5 22.46875 11.742188 20 11.375 Z\"/></svg></li><li title=\"opera \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 15.96875 4 C 9.671875 4 5 8.945313 5 15.90625 C 5 22.191406 9.460938 28 15.96875 28 C 22.527344 28 27 22.191406 27 15.90625 C 27 8.882813 22.210938 4 15.96875 4 Z M 15.96875 6 C 21.210938 6 25 9.753906 25 15.90625 C 25 21.261719 21.34375 26 15.96875 26 C 10.652344 26 7 21.261719 7 15.90625 C 7 9.792969 10.675781 6 15.96875 6 Z M 15.96875 6.3125 C 14.925781 6.3125 13.972656 6.71875 13.3125 7.375 C 12.652344 8.03125 12.234375 8.867188 11.9375 9.78125 C 11.339844 11.613281 11.21875 13.796875 11.21875 15.71875 C 11.21875 17.480469 11.285156 19.726563 11.84375 21.65625 C 12.121094 22.621094 12.515625 23.535156 13.1875 24.25 C 13.859375 24.964844 14.855469 25.4375 15.96875 25.4375 C 17.089844 25.4375 18.066406 24.960938 18.75 24.25 C 19.433594 23.539063 19.839844 22.621094 20.125 21.65625 C 20.699219 19.726563 20.78125 17.5 20.78125 15.71875 C 20.78125 13.652344 20.621094 11.492188 20 9.6875 C 19.6875 8.785156 19.265625 7.941406 18.59375 7.3125 C 17.921875 6.683594 16.996094 6.3125 15.96875 6.3125 Z M 15.96875 8.3125 C 16.539063 8.3125 16.875 8.460938 17.21875 8.78125 C 17.5625 9.101563 17.882813 9.613281 18.125 10.3125 C 18.609375 11.714844 18.78125 13.753906 18.78125 15.71875 C 18.78125 17.4375 18.675781 19.546875 18.21875 21.09375 C 17.988281 21.867188 17.671875 22.5 17.3125 22.875 C 16.953125 23.25 16.59375 23.4375 15.96875 23.4375 C 15.359375 23.4375 15.007813 23.25 14.65625 22.875 C 14.304688 22.5 13.972656 21.871094 13.75 21.09375 C 13.300781 19.539063 13.21875 17.425781 13.21875 15.71875 C 13.21875 13.890625 13.375 11.851563 13.84375 10.40625 C 14.078125 9.683594 14.410156 9.148438 14.75 8.8125 C 15.089844 8.476563 15.414063 8.3125 15.96875 8.3125 Z\"/></svg></li><li title=\"optin monster \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16.84375 3.25 C 14.738281 3.25 14 5.03125 14 5.03125 C 14 5.03125 15.054688 4.375 16.40625 4.375 C 18.722656 4.375 20.125 6.1875 20.125 6.1875 C 20.125 6.1875 20.058594 3.25 16.84375 3.25 Z M 14.875 5.53125 C 11.769531 5.53125 10.15625 6.03125 10.15625 6.03125 C 10.15625 6.03125 11.773438 6.292969 12.9375 6.8125 C 8.605469 7.417969 6.53125 10.03125 6.53125 10.03125 C 6.53125 10.03125 8.136719 9.75 8.71875 9.8125 C 8.171875 10.125 7.75 10.476563 7.40625 10.8125 C 7.34375 10.8125 7.273438 10.816406 7.21875 10.8125 C 6.519531 10.75 6.238281 10.789063 6.1875 10.09375 C 6.136719 9.398438 6.019531 9 5.375 9 C 4.730469 9 3.8125 10.414063 3.8125 11.84375 C 3.8125 13.46875 4.183594 14.875 7.03125 14.96875 C 7.027344 15 7.03125 15.09375 7.03125 15.09375 C 7.03125 15.09375 7.988281 15.152344 8.25 15.71875 C 8.371094 15.753906 8.476563 15.824219 8.59375 15.90625 L 7.78125 16 C 7.519531 15.675781 7.15625 15.625 6.8125 15.625 C 6.785156 15.453125 6.550781 15.09375 6.21875 15.09375 C 5.648438 15.09375 5.375 15.90625 5.375 15.90625 C 5.375 15.90625 4.125 16.28125 4.125 17.625 C 4.125 19.175781 5.511719 19.9375 6.40625 19.9375 L 6.40625 20.96875 C 6.164063 20.753906 5.925781 20.625 5.71875 20.625 C 5.507813 20.625 5.289063 20.65625 5.09375 20.6875 C 4.996094 20.582031 4.8125 20.40625 4.59375 20.40625 C 4.316406 20.40625 4.257813 20.738281 4.25 20.9375 C 3.960938 21.058594 3.675781 21.199219 3.4375 21.375 C 3.339844 21.324219 3.226563 21.28125 3.125 21.28125 C 2.953125 21.28125 2.9375 21.457031 2.9375 21.5625 C 2.9375 21.613281 2.921875 21.710938 2.9375 21.8125 C 2.730469 22.03125 2.574219 22.265625 2.4375 22.5 C 2.359375 22.472656 2.230469 22.4375 2.15625 22.4375 C 2.035156 22.4375 2 22.476563 2 22.5625 C 2 22.625 2.070313 22.898438 2.15625 23.09375 C 2.089844 23.300781 2.0625 23.503906 2.0625 23.6875 C 2.0625 24.839844 3.890625 26.75 5.75 26.75 C 5.960938 26.75 7.15625 26.546875 7.65625 25.59375 C 7.765625 25.597656 13.269531 25.75 15.875 25.75 C 18.46875 25.75 24.148438 25.566406 24.3125 25.5625 C 24.804688 26.539063 26.035156 26.75 26.25 26.75 C 28.109375 26.75 29.9375 24.839844 29.9375 23.6875 C 29.9375 23.503906 29.910156 23.332031 29.84375 23.125 C 29.929688 22.929688 30 22.625 30 22.5625 C 30 22.476563 29.964844 22.4375 29.84375 22.4375 C 29.769531 22.4375 29.640625 22.472656 29.5625 22.5 C 29.425781 22.265625 29.269531 22.03125 29.0625 21.8125 C 29.078125 21.710938 29.0625 21.613281 29.0625 21.5625 C 29.0625 21.457031 29.046875 21.28125 28.875 21.28125 C 28.773438 21.28125 28.660156 21.324219 28.5625 21.375 C 28.324219 21.199219 28.039063 21.058594 27.75 20.9375 C 27.742188 20.738281 27.683594 20.40625 27.40625 20.40625 C 27.1875 20.40625 27.003906 20.582031 26.90625 20.6875 C 26.710938 20.65625 26.492188 20.65625 26.28125 20.65625 C 26.074219 20.65625 25.835938 20.753906 25.59375 20.96875 L 25.59375 19.9375 C 26.488281 19.9375 27.875 19.175781 27.875 17.625 C 27.875 16.28125 26.625 15.90625 26.625 15.90625 C 26.625 15.90625 26.351563 15.09375 25.78125 15.09375 C 25.449219 15.09375 25.214844 15.453125 25.1875 15.625 C 24.832031 15.625 24.449219 15.671875 24.1875 16.03125 C 24.019531 16.015625 23.699219 15.972656 23.3125 15.9375 C 23.441406 15.851563 23.578125 15.777344 23.75 15.71875 C 24.117188 15.160156 24.96875 15.125 24.96875 15.125 C 24.96875 15.125 24.96875 15.011719 24.96875 14.96875 C 27.902344 14.902344 28.25 13.457031 28.25 11.8125 C 28.25 10.386719 27.363281 9 26.71875 9 C 26.074219 9 25.925781 9.367188 25.875 10.0625 C 25.824219 10.757813 25.542969 10.75 24.84375 10.8125 C 24.59375 10.835938 24.28125 10.804688 24.0625 10.78125 C 22.9375 8.238281 20.441406 5.53125 14.875 5.53125 Z M 16.0625 6.53125 C 18.117188 6.53125 19.78125 8.195313 19.78125 10.25 C 19.78125 12.304688 18.117188 13.96875 16.0625 13.96875 C 14.007813 13.96875 12.3125 12.304688 12.3125 10.25 C 12.3125 8.195313 14.007813 6.53125 16.0625 6.53125 Z M 16.125 9.09375 C 15.78125 9.09375 15.453125 9.136719 15.15625 9.25 C 15.601563 9.414063 15.90625 9.835938 15.90625 10.3125 C 15.90625 10.933594 15.382813 11.4375 14.71875 11.4375 C 14.269531 11.4375 13.863281 11.21875 13.65625 10.875 C 13.609375 11.054688 13.59375 11.214844 13.59375 11.40625 C 13.59375 12.695313 14.730469 13.75 16.125 13.75 C 17.519531 13.75 18.65625 12.695313 18.65625 11.40625 C 18.65625 10.117188 17.519531 9.09375 16.125 9.09375 Z M 5.46875 9.6875 C 5.703125 9.6875 5.707031 10.132813 5.71875 10.28125 C 5.730469 10.429688 5.8125 10.65625 5.8125 10.65625 C 4.699219 11.210938 4.472656 12.109375 4.3125 12.4375 C 4.3125 10.121094 5.234375 9.6875 5.46875 9.6875 Z M 26.59375 9.71875 C 26.828125 9.71875 27.78125 10.125 27.78125 12.4375 C 27.621094 12.109375 27.363281 11.207031 26.25 10.65625 C 26.25 10.65625 26.332031 10.429688 26.34375 10.28125 C 26.355469 10.132813 26.359375 9.71875 26.59375 9.71875 Z M 6.03125 11 C 6.148438 11.097656 6.253906 11.25 6.6875 11.28125 C 6.6875 11.28125 6.03125 12.230469 6.03125 13.28125 C 6.03125 14.332031 6.125 14.34375 6.125 14.34375 C 6.125 14.34375 4.871094 14.148438 4.5625 13.40625 C 4.636719 12.292969 5.097656 11.328125 6.03125 11 Z M 26.0625 11 C 26.996094 11.328125 27.425781 12.292969 27.5 13.40625 C 27.191406 14.148438 25.9375 14.34375 25.9375 14.34375 C 25.9375 14.34375 26.03125 14.332031 26.03125 13.28125 C 26.03125 12.230469 25.375 11.28125 25.375 11.28125 C 25.808594 11.25 25.945313 11.09375 26.0625 11 Z M 24.28125 11.34375 L 24.90625 11.34375 C 24.90625 11.34375 25.65625 12.265625 25.65625 13.15625 C 25.65625 14.046875 25.5625 14.4375 25.5625 14.4375 L 24.9375 14.46875 C 24.894531 13.78125 24.761719 12.636719 24.28125 11.34375 Z M 7.875 11.4375 L 7.78125 11.9375 L 7.75 12 C 7.382813 12.875 7.183594 13.84375 7.09375 14.46875 L 6.53125 14.4375 C 6.53125 14.4375 6.40625 14.046875 6.40625 13.15625 C 6.40625 12.589844 6.679688 12.09375 6.90625 11.75 C 7.226563 11.625 7.570313 11.523438 7.875 11.4375 Z M 17.75 14.9375 C 18.210938 14.9375 19.0625 14.96875 19.0625 14.96875 C 19.0625 14.96875 19.125 15.460938 19.125 15.96875 C 19.125 16.25 19.113281 16.53125 19.09375 16.6875 C 19.066406 16.890625 19.058594 17.09375 18.59375 17.09375 C 18.039063 17.09375 18.117188 17.15625 17.75 17.15625 C 17.382813 17.15625 16.429688 17.160156 16.375 16.65625 C 16.3125 16.101563 16.25 14.96875 16.25 14.96875 C 16.25 14.96875 17.289063 14.9375 17.75 14.9375 Z M 15.5625 14.96875 C 15.5625 14.96875 15.65625 15.757813 15.65625 16.5 C 15.65625 17.242188 15.667969 16.601563 15.625 17.21875 C 15.601563 17.550781 15.757813 17.71875 14.25 17.71875 C 12.6875 17.71875 12.6875 17.628906 12.6875 16.4375 C 12.6875 15.246094 12.78125 15 12.78125 15 C 12.78125 15 15.339844 15 15.5625 14.96875 Z M 19.75 14.96875 C 19.75 14.96875 21.539063 15.035156 21.6875 15.0625 C 21.6875 15.609375 21.359375 17.875 20.34375 17.875 C 19.992188 17.875 19.984375 16.6875 19.9375 16.1875 C 19.882813 15.589844 19.75 14.96875 19.75 14.96875 Z M 12.125 15 C 12.125 15 12.019531 16.421875 12 16.6875 C 11.980469 16.953125 11.90625 17.476563 11.90625 17.53125 C 11.90625 17.585938 11.847656 17.84375 11.65625 17.84375 C 11.441406 17.84375 10.25 17.460938 10.25 15.78125 C 10.25 15.472656 10.3125 15.09375 10.3125 15.09375 Z M 9.78125 16.46875 C 10.082031 17.820313 11.261719 18.40625 11.71875 18.40625 C 12.199219 18.40625 12.273438 17.945313 12.3125 17.6875 C 12.613281 18.210938 13.476563 18.25 14.0625 18.25 C 16.269531 18.25 16.242188 17.722656 16.28125 17.5 C 16.28125 17.5 16.625 17.71875 17.59375 17.71875 C 19.511719 17.71875 19.625 17.25 19.625 17.25 C 19.625 17.25 19.816406 18.46875 20.375 18.46875 C 21.582031 18.46875 22.125 16.5 22.125 16.5 C 22.21875 16.503906 22.359375 16.515625 22.625 16.53125 L 22.75 16.53125 C 23.003906 16.546875 23.238281 16.570313 23.4375 16.59375 C 23.410156 16.652344 23.375 16.699219 23.375 16.75 C 23.375 17.003906 23.78125 17.1875 23.78125 17.1875 C 23.78125 17.1875 23.660156 17.28125 23.5625 17.40625 C 22.992188 17.929688 22.042969 18.824219 21.28125 19.46875 C 20.308594 20.292969 18.476563 21.648438 15.8125 22.40625 C 15.554688 22.351563 12.796875 21.234375 11.1875 19.9375 C 10.058594 19.027344 9.121094 18.148438 8.53125 17.5625 C 8.429688 17.347656 8.21875 17.1875 8.21875 17.1875 C 8.21875 17.1875 8.625 17.003906 8.625 16.75 C 8.625 16.699219 8.589844 16.652344 8.5625 16.59375 Z M 23.65625 18.25 C 23.835938 18.382813 24.03125 18.4375 24.03125 18.4375 L 24.0625 18.59375 C 24.0625 18.59375 23.78125 18.691406 23.78125 18.96875 C 23.78125 19.339844 24.53125 19.46875 24.53125 19.46875 C 24.53125 19.46875 24.628906 19.648438 24.875 19.78125 L 24.875 21.875 C 24.464844 22.5625 24.175781 23.46875 24.125 24.4375 C 22.570313 23.359375 19.296875 22.261719 18.59375 22.03125 C 19.417969 21.609375 20.253906 21.097656 21.0625 20.5 C 22.042969 19.773438 22.988281 18.882813 23.65625 18.25 Z M 8.3125 18.28125 C 8.742188 18.679688 10.015625 19.839844 10.8125 20.5 C 11.320313 20.921875 12.246094 21.492188 13.1875 22 C 10.570313 22.828125 8.132813 24.253906 7.875 24.40625 C 7.820313 23.449219 7.527344 22.554688 7.125 21.875 L 7.125 19.78125 C 7.371094 19.648438 7.46875 19.46875 7.46875 19.46875 C 7.46875 19.46875 8.21875 19.339844 8.21875 18.96875 C 8.21875 18.691406 7.9375 18.59375 7.9375 18.59375 L 7.96875 18.4375 C 7.96875 18.4375 8.144531 18.394531 8.3125 18.28125 Z M 5.6875 21.9375 C 6.925781 21.9375 7.59375 24.285156 7.59375 24.8125 C 7.59375 25.832031 6.460938 26.4375 5.6875 26.4375 C 4.535156 26.4375 2.75 25.050781 2.75 24.53125 C 2.75 23.285156 4.375 21.9375 5.6875 21.9375 Z M 26.3125 21.9375 C 27.625 21.9375 29.25 23.285156 29.25 24.53125 C 29.25 25.050781 27.464844 26.4375 26.3125 26.4375 C 25.539063 26.4375 24.40625 25.832031 24.40625 24.8125 C 24.40625 24.285156 25.074219 21.9375 26.3125 21.9375 Z M 5.71875 22.34375 C 5.019531 22.34375 3.21875 23.570313 3.21875 24.4375 C 3.21875 25.191406 4.203125 25.25 4.34375 25.25 C 4.835938 25.25 6.625 24.417969 6.625 23.4375 C 6.625 23.21875 6.417969 22.34375 5.71875 22.34375 Z M 17.9375 22.34375 C 18.3125 22.480469 20.027344 23.109375 20.84375 23.46875 C 21.75 23.867188 23.53125 24.9375 23.53125 24.9375 C 23.53125 24.9375 19.242188 25.09375 16 25.09375 C 12.757813 25.09375 8.53125 24.90625 8.53125 24.90625 C 10.34375 23.691406 13.875 22.460938 14.03125 22.40625 C 14.765625 22.765625 15.460938 23.089844 15.84375 23.15625 C 16.449219 22.980469 17.171875 22.699219 17.9375 22.34375 Z M 26.28125 22.34375 C 25.582031 22.34375 25.375 23.21875 25.375 23.4375 C 25.375 24.417969 27.164063 25.25 27.65625 25.25 C 27.796875 25.25 28.78125 25.191406 28.78125 24.4375 C 28.78125 23.570313 26.980469 22.34375 26.28125 22.34375 Z M 6.8125 24.375 C 6.445313 24.375 5.3125 25.152344 5.3125 25.59375 C 5.3125 26.035156 5.890625 26.09375 6.0625 26.09375 C 6.234375 26.09375 7.21875 25.710938 7.21875 25.03125 C 7.21875 25.03125 7.179688 24.375 6.8125 24.375 Z M 25.1875 24.375 C 24.820313 24.375 24.78125 25.03125 24.78125 25.03125 C 24.78125 25.710938 25.765625 26.09375 25.9375 26.09375 C 26.109375 26.09375 26.6875 26.035156 26.6875 25.59375 C 26.6875 25.152344 25.554688 24.375 25.1875 24.375 Z\"/></svg></li><li title=\"orcid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.8321388 3 3 8.832144 3 16 C 3 23.167856 8.8321388 29 16 29 C 23.167861 29 29 23.167856 29 16 C 29 8.832144 23.167861 3 16 3 z M 16 5 C 22.086982 5 27 9.9130223 27 16 C 27 22.086978 22.086982 27 16 27 C 9.9130183 27 5 22.086978 5 16 C 5 9.9130223 9.9130183 5 16 5 z M 11 8 A 1 1 0 0 0 11 10 A 1 1 0 0 0 11 8 z M 10 11 L 10 22 L 12 22 L 12 11 L 10 11 z M 14 11 L 14 12 L 14 22 L 18.5 22 C 21.525577 22 24 19.525577 24 16.5 C 24 13.474423 21.525577 11 18.5 11 L 14 11 z M 16 13 L 18.5 13 C 20.444423 13 22 14.555577 22 16.5 C 22 18.444423 20.444423 20 18.5 20 L 16 20 L 16 13 z\"/></svg></li><li title=\"osi \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 9.382813 4 4 9.382813 4 16 C 4 21.125 7.214844 25.503906 11.75 27.21875 L 12.6875 27.59375 L 13.0625 26.65625 L 15.53125 20.09375 L 15.875 19.15625 L 14.9375 18.8125 C 13.804688 18.382813 13 17.292969 13 16 C 13 14.332031 14.332031 13 16 13 C 17.667969 13 19 14.332031 19 16 C 19 17.292969 18.195313 18.382813 17.0625 18.8125 L 16.125 19.15625 L 16.46875 20.09375 L 18.9375 26.65625 L 19.3125 27.59375 L 20.25 27.21875 C 24.785156 25.503906 28 21.125 28 16 C 28 9.382813 22.617188 4 16 4 Z M 16 6 C 21.535156 6 26 10.464844 26 16 C 26 19.921875 23.683594 23.203125 20.40625 24.84375 L 18.59375 20.0625 C 19.976563 19.171875 21 17.757813 21 16 C 21 13.25 18.75 11 16 11 C 13.25 11 11 13.25 11 16 C 11 17.757813 12.023438 19.171875 13.40625 20.0625 L 11.59375 24.84375 C 8.316406 23.203125 6 19.921875 6 16 C 6 10.464844 10.464844 6 16 6 Z\"/></svg></li><li title=\"otter solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 14.5 5 C 10.789 5 7.44325 6.5839531 5.90625 9.0019531 C 4.29525 9.0519531 3 10.377 3 12 C 3 12.899 3.407 14.021359 4 14.818359 L 4 27 L 6 27 L 6 14.068359 L 5.7324219 13.78125 C 5.3004219 13.31425 5 12.469 5 12 C 5 11.448 5.448 11 6 11 C 6.065 11 6.1414687 11.01125 6.2304688 11.03125 L 7.0136719 11.21875 L 7.3613281 10.490234 C 8.3473281 8.4352344 11.283 7 14.5 7 L 17.5 7 C 20.717 7 23.652672 8.4352344 24.638672 10.490234 L 24.986328 11.21875 L 25.769531 11.03125 C 25.858531 11.01125 25.935 11 26 11 C 26.552 11 27 11.448 27 12 C 27 12.469 26.699578 13.31425 26.267578 13.78125 L 26 14.068359 L 26 27 L 28 27 L 28 14.818359 C 28.593 14.021359 29 12.899 29 12 C 29 10.377 27.70475 9.0519531 26.09375 9.0019531 C 24.55675 6.5839531 21.211 5 17.5 5 L 14.5 5 z M 10 12 A 1 1.5 0 0 0 10 15 A 1 1.5 0 0 0 10 12 z M 22 12 A 1 1.5 0 0 0 22 15 A 1 1.5 0 0 0 22 12 z M 16 13.017578 C 15.085 13.017578 14.170094 13.340828 13.371094 13.986328 C 9.8140937 16.864328 9.730375 16.935578 9.484375 17.142578 L 9.3769531 17.232422 C 8.4889531 17.975422 8 18.959 8 20 C 8 22.206 9.794 24 12 24 C 13.498 24 14.914 23.639141 16 22.994141 C 17.086 23.639141 18.502 24 20 24 C 22.206 24 24 22.206 24 20 C 24 18.959 23.511047 17.976422 22.623047 17.232422 L 22.515625 17.142578 C 22.269625 16.935578 22.186906 16.863375 18.628906 13.984375 C 17.830906 13.339875 16.915 13.017578 16 13.017578 z M 16 15.003906 C 16.463375 15.003906 16.926594 15.182516 17.371094 15.541016 C 20.898094 18.395016 20.983563 18.466875 21.226562 18.671875 L 21.339844 18.767578 C 21.640844 19.019578 22 19.437 22 20 C 22 21.103 21.103 22 20 22 C 18.661 22 17.400906 21.628859 16.628906 21.005859 L 16.033203 20.525391 C 16.107831 19.656302 16.386231 19 17 19 C 18.105 19 19 18.798437 19 18.273438 C 19 17.569437 17.657 17 16 17 C 14.343 17 13 17.569437 13 18.273438 C 13 18.798437 13.895 19 15 19 C 15.613769 19 15.892169 19.656302 15.966797 20.525391 L 15.371094 21.005859 C 14.599094 21.628859 13.339 22 12 22 C 10.897 22 10 21.103 10 20 C 10 19.438 10.359109 19.019578 10.662109 18.767578 L 10.775391 18.671875 C 11.019391 18.466875 11.102906 18.395969 14.628906 15.542969 C 15.073906 15.183469 15.536625 15.003906 16 15.003906 z\"/></svg></li><li title=\"outdent solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 3 7 L 3 9 L 16 9 L 16 7 Z M 3 11 L 3 13 L 23 13 L 23 11 Z M 25 11 L 25 21 L 30 16 Z M 3 15 L 3 17 L 23 17 L 23 15 Z M 3 19 L 3 21 L 23 21 L 23 19 Z M 3 23 L 3 25 L 16 25 L 16 23 Z\"/></svg></li><li title=\"page4 \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.82 3 3 8.82 3 16 C 3 18.923 3.9755156 21.61025 5.6035156 23.78125 L 19.902344 3.5976562 C 18.670344 3.2096563 17.36 3 16 3 z M 21 4 L 21 22 L 27.525391 22 C 28.462391 20.204 29 18.166 29 16 C 29 10.593 25.697 5.959 21 4 z M 22.050781 8 L 22.052734 8 L 22.787109 8 L 22.787109 9.7070312 L 23.453125 9.7070312 L 23.453125 8.1425781 L 24.179688 8.1425781 L 24.179688 9.7070312 L 24.914062 9.7070312 L 24.914062 8 L 25.640625 8 L 25.640625 10.484375 L 22.050781 10.484375 L 22.050781 8 z M 23.515625 11.220703 L 25.386719 11.220703 C 26.194719 12.755703 25.631797 14.648437 23.841797 14.648438 C 21.785797 14.648438 21.581922 12.202969 22.419922 11.292969 L 23.033203 11.845703 C 22.358203 12.500703 22.675797 13.818359 23.841797 13.818359 C 24.895797 13.818359 25.274219 12.796516 24.824219 11.978516 L 24.240234 11.978516 L 24.240234 12.611328 L 23.515625 12.611328 L 23.515625 11.220703 z M 16 11.542969 L 8.6035156 22 L 16 22 L 16 11.542969 z M 25.632812 14.810547 L 25.632812 15.701172 L 24.884766 16.007812 L 24.884766 17.400391 L 25.632812 17.695312 L 25.632812 18.576172 L 22.052734 17.021484 L 22.052734 16.365234 L 25.632812 14.810547 z M 24.210938 16.275391 L 23.105469 16.714844 L 24.210938 17.154297 L 24.210938 16.275391 z M 23.146484 18.320312 C 23.954484 18.320312 24.240234 18.831391 24.240234 19.650391 L 24.240234 20.224609 L 25.640625 20.224609 L 25.640625 21 L 22.0625 21 L 22.0625 19.681641 C 22.0625 18.873641 22.348484 18.320312 23.146484 18.320312 z M 23.146484 19.138672 C 22.798484 19.138672 22.728516 19.4755 22.728516 19.8125 L 22.728516 20.222656 L 23.587891 20.222656 L 23.587891 19.689453 C 23.586891 19.383453 23.463484 19.138672 23.146484 19.138672 z M 5.7675781 24 C 8.1475781 27.039 11.84 29 16 29 L 16 24 L 5.7675781 24 z M 21 24 L 21 28 C 23.073 27.135 24.866422 25.744 26.232422 24 L 21 24 z\"/></svg></li><li title=\"pagelines \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 15.09375 4 C 15.09375 4 13.886719 5.664063 14.25 8.28125 C 14.527344 10.261719 16.179688 11.503906 17.09375 12.03125 C 17.125 12.984375 17.101563 13.957031 17 14.9375 C 16.539063 13.8125 15.507813 11.84375 13.59375 11.15625 C 11.734375 10.484375 9.375 11.34375 9.375 11.34375 C 9.691406 13.660156 11.210938 15.460938 13.6875 15.90625 C 15.273438 16.191406 16.332031 16.007813 16.875 15.875 C 16.625 17.546875 16.164063 19.199219 15.5 20.6875 C 15.140625 19.582031 13.988281 17.320313 10.65625 16.9375 C 8.699219 16.714844 6.84375 17.9375 6.84375 17.9375 C 6.84375 17.9375 8.035156 22.21875 11.875 22.21875 C 13.433594 22.21875 14.464844 21.863281 15.0625 21.59375 C 15.03125 21.65625 15.003906 21.71875 14.96875 21.78125 C 13.261719 24.863281 10.558594 27 6.46875 27 L 6.46875 28 C 10.914063 28 14.011719 25.558594 15.84375 22.25 C 15.957031 22.046875 16.050781 21.835938 16.15625 21.625 C 16.429688 21.832031 17.914063 22.875 20.84375 22.875 C 24.082031 22.875 25.53125 19.21875 25.53125 19.21875 C 25.53125 19.21875 23.914063 17.875 21.4375 17.875 C 19.09375 17.875 17.339844 19.742188 16.53125 20.8125 C 17.175781 19.304688 17.628906 17.679688 17.875 16.03125 C 18.050781 16.066406 21.394531 16.667969 23.28125 14.75 C 25.21875 12.78125 24.90625 10.96875 24.90625 10.96875 C 24.90625 10.96875 21.648438 10.503906 19.875 12.125 C 18.757813 13.148438 18.167969 14.847656 17.9375 15.625 C 18.113281 14.296875 18.152344 12.972656 18.09375 11.6875 C 18.449219 11.03125 18.9375 9.910156 18.9375 8.4375 C 18.9375 5.242188 15.09375 4 15.09375 4 Z\"/></svg></li><li title=\"pager solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 7 7 C 5.3550302 7 4 8.3550302 4 10 L 4 22 C 4 23.64497 5.3550302 25 7 25 L 25 25 C 26.64497 25 28 23.64497 28 22 L 28 10 C 28 8.3550302 26.64497 7 25 7 L 7 7 z M 7 9 L 25 9 C 25.56503 9 26 9.4349698 26 10 L 26 22 C 26 22.56503 25.56503 23 25 23 L 7 23 C 6.4349698 23 6 22.56503 6 22 L 6 10 C 6 9.4349698 6.4349698 9 7 9 z M 8 11 L 8 17 L 20 17 L 20 11 L 8 11 z M 22 11 L 22 13 L 24 13 L 24 11 L 22 11 z M 22 15 L 22 17 L 24 17 L 24 15 L 22 15 z M 8 19 L 8 21 L 20 21 L 20 19 L 8 19 z M 22 19 L 22 21 L 24 21 L 24 19 L 22 19 z\"/></svg></li><li title=\"paint brush solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 24.8125 4.03125 C 23.976563 4.03125 23.132813 4.367188 22.5 5 L 9.8125 17.5 L 9.1875 18.09375 C 8.4375 18.234375 7.722656 18.601563 7.15625 19.21875 C 6.324219 20.128906 6.160156 21.242188 5.84375 22.4375 C 5.527344 23.632813 5.125 24.964844 4.15625 26.4375 L 3.15625 28 L 5 28 C 8.914063 28 11.496094 26.128906 12.8125 24.8125 L 12.84375 24.78125 C 13.445313 24.164063 13.78125 23.386719 13.90625 22.59375 L 14.40625 22.125 L 27.09375 9.625 L 27.09375 9.59375 C 28.359375 8.328125 28.359375 6.265625 27.09375 5 C 26.460938 4.367188 25.648438 4.03125 24.8125 4.03125 Z M 24.8125 6 C 25.125 6 25.421875 6.140625 25.6875 6.40625 C 26.222656 6.941406 26.222656 7.652344 25.6875 8.1875 L 16.65625 17.125 L 14.84375 15.3125 L 23.90625 6.40625 C 24.171875 6.140625 24.5 6 24.8125 6 Z M 13.40625 16.71875 L 15.21875 18.53125 L 13.71875 20 L 11.90625 18.1875 Z M 9.96875 20.03125 C 10.472656 20.046875 11.019531 20.242188 11.4375 20.625 C 12.214844 21.335938 12.234375 22.578125 11.40625 23.40625 C 10.539063 24.273438 9 25.390625 6.75 25.8125 C 7.230469 24.761719 7.566406 23.78125 7.78125 22.96875 C 8.113281 21.714844 8.359375 20.855469 8.625 20.5625 C 8.972656 20.183594 9.464844 20.015625 9.96875 20.03125 Z\"/></svg></li><li title=\"paint roller solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 4 L 5 12 L 23 12 L 23 4 Z M 7 6 L 21 6 L 21 10 L 7 10 Z M 24 7 L 24 9 L 25 9 L 25 13.25 L 15.71875 16.03125 L 15 16.25 L 15 19 L 13 19 L 13 28 L 19 28 L 19 19 L 17 19 L 17 17.75 L 26.28125 14.96875 L 27 14.75 L 27 7 Z M 15 21 L 17 21 L 17 26 L 15 26 Z\"/></svg></li><li title=\"palette solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 15.59375 2.96875 C 15.0625 2.984375 14.515625 3.042969 13.96875 3.125 L 13.9375 3.125 C 8.613281 3.996094 4.300781 8.191406 3.21875 13.5 C 2.894531 15.011719 2.914063 16.421875 3.125 17.8125 C 3.132813 17.816406 3.125 17.835938 3.125 17.84375 C 3.453125 20.191406 6.5 21.21875 8.21875 19.5 C 9.449219 18.269531 11.269531 18.269531 12.5 19.5 C 13.730469 20.730469 13.730469 22.550781 12.5 23.78125 C 10.78125 25.5 11.808594 28.546875 14.15625 28.875 C 14.164063 28.875 14.183594 28.867188 14.1875 28.875 C 15.566406 29.085938 16.96875 29.097656 18.46875 28.78125 C 18.480469 28.78125 18.488281 28.78125 18.5 28.78125 C 23.824219 27.789063 28.007813 23.375 28.875 18.0625 L 28.875 18.03125 C 30.007813 10.390625 24.421875 3.71875 17.15625 3.03125 C 16.636719 2.980469 16.125 2.953125 15.59375 2.96875 Z M 15.625 4.96875 C 16.078125 4.953125 16.527344 4.960938 16.96875 5 C 23.164063 5.566406 27.875 11.214844 26.90625 17.75 C 26.175781 22.226563 22.585938 25.992188 18.125 26.8125 L 18.09375 26.8125 C 16.816406 27.085938 15.636719 27.089844 14.4375 26.90625 C 13.617188 26.804688 13.238281 25.886719 13.90625 25.21875 C 15.875 23.25 15.875 20.0625 13.90625 18.09375 C 11.9375 16.125 8.75 16.125 6.78125 18.09375 C 6.113281 18.761719 5.195313 18.382813 5.09375 17.5625 C 4.910156 16.363281 4.914063 15.183594 5.1875 13.90625 C 6.105469 9.417969 9.773438 5.824219 14.25 5.09375 C 14.71875 5.023438 15.171875 4.984375 15.625 4.96875 Z M 14 7 C 12.894531 7 12 7.894531 12 9 C 12 10.105469 12.894531 11 14 11 C 15.105469 11 16 10.105469 16 9 C 16 7.894531 15.105469 7 14 7 Z M 21 9 C 19.894531 9 19 9.894531 19 11 C 19 12.105469 19.894531 13 21 13 C 22.105469 13 23 12.105469 23 11 C 23 9.894531 22.105469 9 21 9 Z M 9 11 C 7.894531 11 7 11.894531 7 13 C 7 14.105469 7.894531 15 9 15 C 10.105469 15 11 14.105469 11 13 C 11 11.894531 10.105469 11 9 11 Z M 23 16 C 21.894531 16 21 16.894531 21 18 C 21 19.105469 21.894531 20 23 20 C 24.105469 20 25 19.105469 25 18 C 25 16.894531 24.105469 16 23 16 Z M 19 21 C 17.894531 21 17 21.894531 17 23 C 17 24.105469 17.894531 25 19 25 C 20.105469 25 21 24.105469 21 23 C 21 21.894531 20.105469 21 19 21 Z\"/></svg></li><li title=\"palfed \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 14 4 C 13.45 4 13 4.45 13 5 L 13 6 C 8.582 6 5 7.791 5 10 L 4 10 C 2.9 10 2 10.9 2 12 C 2 13.1 2.9 14 4 14 L 5.375 14 L 6.78125 25.248047 C 6.90625 26.249047 7.756625 27 8.765625 27 L 23.234375 27 C 24.243375 27 25.094703 26.249047 25.220703 25.248047 L 26.625 14 L 28 14 C 29.1 14 30 13.1 30 12 C 30 10.9 29.1 10 28 10 L 27 10 C 27 7.791 23.418 6 19 6 L 19 5 C 19 4.45 18.55 4 18 4 L 14 4 z M 15.328125 8.1875 C 15.708818 8.222793 16.04875 8.505625 16.140625 8.96875 C 19.803625 7.84275 23 9.0180938 23 12.621094 C 23 16.574094 19.085 20.365766 16 19.634766 L 16 24.708984 L 16 24.71875 C 16.01 24.89175 16.058766 25.3525 15.759766 25.6875 C 15.272766 26.2255 14.064109 26.195641 13.912109 24.556641 C 13.704109 22.303641 13.921422 14.098953 13.982422 12.251953 C 12.891422 13.012953 11.015625 14.802563 11.015625 16.101562 C 11.025625 16.228562 11.034922 16.305937 11.044922 16.335938 C 11.054922 16.335938 11.375281 16.197266 11.613281 16.197266 C 12.963281 16.197266 12.663812 18.435547 10.882812 18.435547 C 9.7928125 18.436547 9 17.519859 9 16.255859 C 9 14.124859 11.176375 11.403938 14.109375 9.8359375 C 14.160375 9.2069375 14.261578 8.7192969 14.642578 8.4042969 C 14.855578 8.2329219 15.099709 8.1663242 15.328125 8.1875 z M 18.539062 10.683594 C 17.760469 10.692271 16.903391 10.886031 16.150391 11.160156 C 16.085391 13.159156 16.025 15.256234 16 17.240234 C 16.035 17.382234 16.129906 17.554688 16.753906 17.554688 C 18.591906 17.554688 20.919062 15.382828 20.914062 12.673828 C 20.914063 11.170078 19.836719 10.669131 18.539062 10.683594 z\"/></svg></li><li title=\"pallet solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6.125 5 L 6 5.84375 L 4 19.84375 L 4 27 L 10 27 L 10 25 L 22 25 L 22 27 L 28 27 L 28 19.84375 L 26 5.84375 L 25.875 5 Z M 7.875 7 L 9.9375 7 L 9.0625 19 L 6.15625 19 Z M 11.9375 7 L 15 7 L 15 19 L 11.0625 19 Z M 17 7 L 20.0625 7 L 20.9375 19 L 17 19 Z M 22.0625 7 L 24.125 7 L 25.84375 19 L 22.9375 19 Z M 6 21 L 26 21 L 26 25 L 24 25 L 24 23 L 8 23 L 8 25 L 6 25 Z\"/></svg></li><li title=\"paper plane solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 3.59375 5.34375 L 4.03125 7.21875 L 5.96875 16 L 4.03125 24.78125 L 3.59375 26.65625 L 5.375 25.9375 L 27.375 16.9375 L 29.65625 16 L 27.375 15.0625 L 5.375 6.0625 Z M 6.375 8.65625 L 21.90625 15 L 7.78125 15 Z M 7.78125 17 L 21.90625 17 L 6.375 23.34375 Z\"/></svg></li><li title=\"paper plane \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 3.59375 5.34375 L 4.03125 7.21875 L 5.96875 16 L 4.03125 24.78125 L 3.59375 26.65625 L 5.375 25.9375 L 27.375 16.9375 L 29.65625 16 L 27.375 15.0625 L 5.375 6.0625 Z M 6.375 8.65625 L 21.90625 15 L 7.78125 15 Z M 7.78125 17 L 21.90625 17 L 6.375 23.34375 Z\"/></svg></li><li title=\"paperclip solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 21 4 C 19.609375 4 18.242188 4.539063 17.1875 5.59375 L 7.8125 14.96875 C 4.839844 17.941406 4.839844 22.777344 7.8125 25.75 C 10.785156 28.722656 15.621094 28.722656 18.59375 25.75 L 24.84375 19.5 L 23.4375 18.09375 L 17.1875 24.34375 C 14.980469 26.550781 11.425781 26.550781 9.21875 24.34375 C 7.011719 22.136719 7.011719 18.582031 9.21875 16.375 L 18.59375 7 C 19.9375 5.65625 22.09375 5.65625 23.4375 7 C 24.78125 8.34375 24.78125 10.5 23.4375 11.84375 L 14.0625 21.21875 C 13.582031 21.699219 12.824219 21.699219 12.34375 21.21875 C 11.863281 20.738281 11.863281 19.980469 12.34375 19.5 L 20.9375 10.90625 L 19.53125 9.5 L 10.9375 18.09375 C 9.691406 19.339844 9.691406 21.378906 10.9375 22.625 C 12.183594 23.871094 14.222656 23.871094 15.46875 22.625 L 24.84375 13.25 C 26.953125 11.140625 26.953125 7.703125 24.84375 5.59375 C 23.789063 4.539063 22.390625 4 21 4 Z\"/></svg></li><li title=\"parachute box solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 28 16 C 28 9.382813 22.617188 4 16 4 C 9.382813 4 4 9.382813 4 16 L 4 16.453125 L 12 23.453125 L 12 28 L 20 28 L 20 23.453125 L 28 16.453125 Z M 16 6.363281 C 16.867188 7.304688 18.421875 9.535156 18.871094 13.65625 C 18.148438 13.28125 17.207031 13 16 13 C 14.792969 13 13.851563 13.28125 13.128906 13.65625 C 13.578125 9.53125 15.136719 7.300781 16 6.363281 Z M 11.085938 16.398438 L 13.484375 22 L 13.375 22 L 6.335938 15.839844 C 6.71875 15.449219 7.390625 15 8.5 15 C 10.402344 15 11.058594 16.351563 11.085938 16.398438 Z M 15.660156 22 L 13.140625 16.125 C 13.523438 15.691406 14.378906 15 16 15 C 17.625 15 18.484375 15.695313 18.859375 16.121094 L 16.339844 22 Z M 18.515625 22 L 20.914063 16.398438 C 20.925781 16.382813 21.554688 15 23.5 15 C 24.601563 15 25.273438 15.453125 25.660156 15.84375 L 18.625 22 Z M 25.660156 13.445313 C 25.078125 13.179688 24.367188 13 23.5 13 C 22.390625 13 21.535156 13.292969 20.878906 13.683594 C 20.535156 10.207031 19.46875 7.824219 18.476563 6.320313 C 21.976563 7.21875 24.738281 9.957031 25.660156 13.445313 Z M 13.519531 6.324219 C 12.53125 7.824219 11.464844 10.207031 11.121094 13.683594 C 10.464844 13.292969 9.609375 13 8.5 13 C 7.632813 13 6.921875 13.179688 6.339844 13.445313 C 7.261719 9.957031 10.023438 7.21875 13.519531 6.324219 Z M 18 26 L 14 26 L 14 24 L 18 24 Z\"/></svg></li><li title=\"paragraph solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 12 5 C 8.699219 5 6 7.699219 6 11 C 6 14.300781 8.699219 17 12 17 L 16 17 L 16 27 L 18 27 L 18 7 L 20 7 L 20 27 L 22 27 L 22 7 L 24 7 L 24 5 Z M 12 7 L 16 7 L 16 15 L 12 15 C 9.78125 15 8 13.21875 8 11 C 8 8.78125 9.78125 7 12 7 Z\"/></svg></li><li title=\"parking solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6 5 L 6 27 L 26 27 L 26 5 Z M 8 7 L 24 7 L 24 25 L 8 25 Z M 12 10 L 12 22 L 14 22 L 14 19 L 17 19 C 18.644531 19 20 17.644531 20 16 L 20 13 C 20 11.355469 18.644531 10 17 10 Z M 14 12 L 17 12 C 17.566406 12 18 12.433594 18 13 L 18 16 C 18 16.566406 17.566406 17 17 17 L 14 17 Z\"/></svg></li><li title=\"passport solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6 3 L 6 29 L 26 29 L 26 3 Z M 8 5 L 24 5 L 24 27 L 8 27 Z M 16 8 C 12.699219 8 10 10.699219 10 14 C 10 17.300781 12.699219 20 16 20 C 19.300781 20 22 17.300781 22 14 C 22 10.699219 19.300781 8 16 8 Z M 16.6875 10.09375 C 17.171875 10.175781 17.625 10.324219 18.03125 10.5625 L 18.09375 11.28125 L 17.625 11.09375 L 17.25 11.40625 L 17.3125 12.3125 L 18.28125 12.03125 L 19.46875 12.40625 L 19.15625 12.9375 L 18.4375 12.5 L 17.65625 12.625 L 16.90625 13.1875 L 16.46875 14.5 L 17.3125 15.1875 C 17.3125 15.1875 18.203125 15.03125 18.25 15.03125 C 18.296875 15.03125 18.625 15.84375 18.625 15.84375 L 18.125 17.375 C 17.511719 17.757813 16.785156 18 16 18 C 15.765625 18 15.535156 17.945313 15.3125 17.90625 L 15.125 17.59375 L 15.59375 15.84375 L 13.8125 14.5 L 12.15625 14.5 L 12.03125 14.25 C 12.027344 14.164063 12 14.085938 12 14 C 12 13.785156 12.03125 13.578125 12.0625 13.375 L 12.90625 12.71875 L 14.6875 11.875 L 14.40625 10.71875 L 15.1875 10.5625 L 15.53125 11.0625 L 16.875 10.8125 Z M 13.0625 16.71875 L 13.375 16.71875 L 13.96875 17.4375 C 13.628906 17.238281 13.328125 17.003906 13.0625 16.71875 Z M 10 22 L 10 24 L 22 24 L 22 22 Z\"/></svg></li><li title=\"pastafarianism solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 11 4 C 9.346 4 8 5.346 8 7 C 8 8.3187364 8.8616949 9.4290222 10.046875 9.8300781 C 10.101731 10.518393 10.236262 11.496329 10.583984 12.419922 C 9.6720571 12.897795 8.8741492 13.468406 8.2597656 14.099609 C 8.1586617 14.19517 8.0692497 14.300713 7.9785156 14.40625 C 7.921508 14.473445 7.8493091 14.537233 7.796875 14.605469 L 7.8085938 14.613281 C 7.7298262 14.718281 7.6581738 14.826842 7.5898438 14.939453 C 7.0893402 14.810164 6.8243357 14.412343 6.3945312 13.552734 C 5.8855313 12.535734 5.118 11 3 11 L 3 13 C 3.81 13 4.0694687 13.375266 4.6054688 14.447266 C 5.0249559 15.285416 5.6336099 16.462611 7.015625 16.855469 C 7.0138298 16.904596 7 16.950441 7 17 C 7 17.961626 7.3545554 18.832864 7.921875 19.523438 C 7.6901112 20.371513 6.9206795 21 6 21 C 4.897 21 4 20.103 4 19 L 2 19 C 2 21.206 3.794 23 6 23 C 7.5831452 23 8.9418847 22.067584 9.5898438 20.730469 C 10.030207 20.897643 10.501653 21 11 21 C 11.17332 21 11.338296 20.970697 11.505859 20.949219 C 11.429226 21.246426 11.363954 21.544449 11.3125 21.808594 C 10.9655 23.591594 10.69 25 8 25 L 8 27 C 12.339 27 12.925391 23.990406 13.275391 22.191406 C 13.376223 21.673476 13.457022 21.367031 13.533203 21.134766 C 14.223515 21.677695 15.082908 22 16 22 C 16.916915 22 17.776392 21.677502 18.466797 21.134766 C 18.542978 21.367024 18.623777 21.673132 18.724609 22.191406 C 19.074609 23.990406 19.661 27 24 27 L 24 25 C 21.31 25 21.0355 23.591594 20.6875 21.808594 C 20.63593 21.543856 20.569072 21.245162 20.492188 20.947266 C 20.66043 20.968922 20.82595 21 21 21 C 21.498347 21 21.969793 20.897643 22.410156 20.730469 C 23.058115 22.067584 24.416855 23 26 23 C 28.206 23 30 21.206 30 19 L 28 19 C 28 20.103 27.103 21 26 21 C 25.07932 21 24.309889 20.371513 24.078125 19.523438 C 24.645445 18.832864 25 17.961626 25 17 C 25 16.950441 24.98617 16.904596 24.984375 16.855469 C 26.36639 16.462611 26.975044 15.285416 27.394531 14.447266 C 27.930531 13.375266 28.19 13 29 13 L 29 11 C 26.882 11 26.114469 12.535734 25.605469 13.552734 C 25.175664 14.412343 24.91066 14.810164 24.410156 14.939453 C 24.341826 14.826842 24.270174 14.718281 24.191406 14.613281 L 24.203125 14.605469 C 24.150691 14.537233 24.078492 14.473445 24.021484 14.40625 C 23.93075 14.300713 23.841338 14.19517 23.740234 14.099609 C 23.125851 13.468406 22.327943 12.897795 21.416016 12.419922 C 21.763738 11.496329 21.898269 10.518393 21.953125 9.8300781 C 23.138305 9.4290222 24 8.3187364 24 7 C 24 5.346 22.654 4 21 4 C 19.346 4 18 5.346 18 7 C 18 8.2827656 18.814234 9.3707852 19.949219 9.7988281 C 19.895302 10.354275 19.790445 11.041189 19.583984 11.630859 C 18.404474 11.233514 17.162357 11 16 11 C 14.837862 11 13.595328 11.231699 12.416016 11.628906 C 12.211454 11.040989 12.105325 10.353756 12.050781 9.7988281 C 13.185766 9.3707852 14 8.2827656 14 7 C 14 5.346 12.654 4 11 4 z M 11 6 C 11.552 6 12 6.448 12 7 C 12 7.552 11.552 8 11 8 C 10.448 8 10 7.552 10 7 C 10 6.448 10.448 6 11 6 z M 21 6 C 21.552 6 22 6.448 22 7 C 22 7.552 21.552 8 21 8 C 20.448 8 20 7.552 20 7 C 20 6.448 20.448 6 21 6 z M 16 13 C 16.975018 13 18.027356 13.205928 19.021484 13.544922 C 17.820493 14.235836 17 15.517496 17 17 C 17 17.788294 17.235759 18.518657 17.630859 19.138672 C 17.262157 19.664168 16.662618 20 16 20 C 15.337382 20 14.737362 19.664168 14.369141 19.138672 C 14.764241 18.518657 15 17.788294 15 17 C 15 15.517496 14.179507 14.235836 12.978516 13.544922 C 13.972644 13.205928 15.024982 13 16 13 z M 11 15 C 12.103 15 13 15.897 13 17 C 13 18.103 12.103 19 11 19 C 9.897 19 9 18.103 9 17 C 9 16.527617 9.1705436 16.098396 9.4453125 15.755859 C 9.5092845 15.676529 9.5893186 15.601036 9.6621094 15.523438 C 10.017234 15.201391 10.483844 15 11 15 z M 21 15 C 21.516156 15 21.982766 15.201391 22.337891 15.523438 C 22.410681 15.601036 22.490716 15.676529 22.554688 15.755859 C 22.829456 16.098396 23 16.527617 23 17 C 23 18.103 22.103 19 21 19 C 19.897 19 19 18.103 19 17 C 19 15.897 19.897 15 21 15 z\"/></svg></li><li title=\"paste solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 15 3 C 13.742188 3 12.847656 3.890625 12.40625 5 L 5 5 L 5 28 L 13 28 L 13 30 L 27 30 L 27 14 L 25 14 L 25 5 L 17.59375 5 C 17.152344 3.890625 16.257813 3 15 3 Z M 15 5 C 15.554688 5 16 5.445313 16 6 L 16 7 L 19 7 L 19 9 L 11 9 L 11 7 L 14 7 L 14 6 C 14 5.445313 14.445313 5 15 5 Z M 7 7 L 9 7 L 9 11 L 21 11 L 21 7 L 23 7 L 23 14 L 13 14 L 13 26 L 7 26 Z M 15 16 L 25 16 L 25 28 L 15 28 Z\"/></svg></li><li title=\"patreon \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 4 4 L 4 28 L 11 28 L 11 4 L 4 4 z M 21.5 4 C 16.813 4 13 7.813 13 12.5 C 13 17.187 16.813 21 21.5 21 C 26.187 21 30 17.187 30 12.5 C 30 7.813 26.187 4 21.5 4 z M 6 6 L 9 6 L 9 26 L 6 26 L 6 6 z M 21.5 6 C 25.084 6 28 8.916 28 12.5 C 28 16.084 25.084 19 21.5 19 C 17.916 19 15 16.084 15 12.5 C 15 8.916 17.916 6 21.5 6 z\"/></svg></li><li title=\"pause circle solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 9.382813 4 4 9.382813 4 16 C 4 22.617188 9.382813 28 16 28 C 22.617188 28 28 22.617188 28 16 C 28 9.382813 22.617188 4 16 4 Z M 16 6 C 21.535156 6 26 10.464844 26 16 C 26 21.535156 21.535156 26 16 26 C 10.464844 26 6 21.535156 6 16 C 6 10.464844 10.464844 6 16 6 Z M 12 11 L 12 21 L 14 21 L 14 11 Z M 18 11 L 18 21 L 20 21 L 20 11 Z\"/></svg></li><li title=\"pause circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 9.382813 4 4 9.382813 4 16 C 4 22.617188 9.382813 28 16 28 C 22.617188 28 28 22.617188 28 16 C 28 9.382813 22.617188 4 16 4 Z M 16 6 C 21.535156 6 26 10.464844 26 16 C 26 21.535156 21.535156 26 16 26 C 10.464844 26 6 21.535156 6 16 C 6 10.464844 10.464844 6 16 6 Z M 12 11 L 12 21 L 14 21 L 14 11 Z M 18 11 L 18 21 L 20 21 L 20 11 Z\"/></svg></li><li title=\"pause solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 10 6 L 10 26 L 12 26 L 12 6 Z M 20 6 L 20 26 L 22 26 L 22 6 Z\"/></svg></li><li title=\"paw solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 12.5 5 C 11.429688 5 10.5 5.609375 9.90625 6.4375 C 9.3125 7.265625 9 8.339844 9 9.5 C 9 10.660156 9.3125 11.734375 9.90625 12.5625 C 10.5 13.390625 11.429688 14 12.5 14 C 13.570313 14 14.5 13.390625 15.09375 12.5625 C 15.6875 11.734375 16 10.660156 16 9.5 C 16 8.339844 15.6875 7.265625 15.09375 6.4375 C 14.5 5.609375 13.570313 5 12.5 5 Z M 16 9.5 C 16 10.660156 16.3125 11.734375 16.90625 12.5625 C 17.5 13.390625 18.429688 14 19.5 14 C 20.570313 14 21.5 13.390625 22.09375 12.5625 C 22.6875 11.734375 23 10.660156 23 9.5 C 23 8.339844 22.6875 7.265625 22.09375 6.4375 C 21.5 5.609375 20.570313 5 19.5 5 C 18.429688 5 17.5 5.609375 16.90625 6.4375 C 16.3125 7.265625 16 8.339844 16 9.5 Z M 12.5 7 C 12.8125 7 13.15625 7.15625 13.46875 7.59375 C 13.78125 8.03125 14 8.726563 14 9.5 C 14 10.273438 13.78125 10.96875 13.46875 11.40625 C 13.15625 11.84375 12.8125 12 12.5 12 C 12.1875 12 11.84375 11.84375 11.53125 11.40625 C 11.21875 10.96875 11 10.273438 11 9.5 C 11 8.726563 11.21875 8.03125 11.53125 7.59375 C 11.84375 7.15625 12.1875 7 12.5 7 Z M 19.5 7 C 19.8125 7 20.15625 7.15625 20.46875 7.59375 C 20.78125 8.03125 21 8.726563 21 9.5 C 21 10.273438 20.78125 10.96875 20.46875 11.40625 C 20.15625 11.84375 19.8125 12 19.5 12 C 19.1875 12 18.84375 11.84375 18.53125 11.40625 C 18.21875 10.96875 18 10.273438 18 9.5 C 18 8.726563 18.21875 8.03125 18.53125 7.59375 C 18.84375 7.15625 19.1875 7 19.5 7 Z M 7.5 12 C 6.429688 12 5.5 12.609375 4.90625 13.4375 C 4.3125 14.265625 4 15.339844 4 16.5 C 4 17.660156 4.3125 18.734375 4.90625 19.5625 C 5.5 20.390625 6.429688 21 7.5 21 C 8.570313 21 9.5 20.390625 10.09375 19.5625 C 10.6875 18.734375 11 17.660156 11 16.5 C 11 15.339844 10.6875 14.265625 10.09375 13.4375 C 9.5 12.609375 8.570313 12 7.5 12 Z M 24.5 12 C 23.429688 12 22.5 12.609375 21.90625 13.4375 C 21.3125 14.265625 21 15.339844 21 16.5 C 21 17.660156 21.3125 18.734375 21.90625 19.5625 C 22.5 20.390625 23.429688 21 24.5 21 C 25.570313 21 26.5 20.390625 27.09375 19.5625 C 27.6875 18.734375 28 17.660156 28 16.5 C 28 15.339844 27.6875 14.265625 27.09375 13.4375 C 26.5 12.609375 25.570313 12 24.5 12 Z M 7.5 14 C 7.8125 14 8.15625 14.15625 8.46875 14.59375 C 8.78125 15.03125 9 15.726563 9 16.5 C 9 17.273438 8.78125 17.96875 8.46875 18.40625 C 8.15625 18.84375 7.8125 19 7.5 19 C 7.1875 19 6.84375 18.84375 6.53125 18.40625 C 6.21875 17.96875 6 17.273438 6 16.5 C 6 15.726563 6.21875 15.03125 6.53125 14.59375 C 6.84375 14.15625 7.1875 14 7.5 14 Z M 24.5 14 C 24.8125 14 25.15625 14.15625 25.46875 14.59375 C 25.78125 15.03125 26 15.726563 26 16.5 C 26 17.273438 25.78125 17.96875 25.46875 18.40625 C 25.15625 18.84375 24.8125 19 24.5 19 C 24.1875 19 23.84375 18.84375 23.53125 18.40625 C 23.21875 17.96875 23 17.273438 23 16.5 C 23 15.726563 23.21875 15.03125 23.53125 14.59375 C 23.84375 14.15625 24.1875 14 24.5 14 Z M 16 16 C 14.667969 16 13.738281 16.867188 13.28125 17.625 C 12.824219 18.382813 12.546875 19.015625 12.28125 19.28125 C 12.125 19.4375 11.160156 19.800781 10.15625 20.3125 C 9.652344 20.570313 9.144531 20.914063 8.71875 21.4375 C 8.292969 21.960938 8 22.6875 8 23.5 C 8 25.421875 9.578125 27 11.5 27 C 12.367188 27 13.269531 26.722656 14.15625 26.46875 C 15.042969 26.214844 16 26 16 26 C 16 26 16.957031 26.214844 17.84375 26.46875 C 18.730469 26.722656 19.632813 27 20.5 27 C 22.421875 27 24 25.421875 24 23.5 C 24 22.707031 23.707031 21.980469 23.28125 21.46875 C 22.855469 20.957031 22.34375 20.640625 21.84375 20.375 C 20.84375 19.84375 19.859375 19.421875 19.71875 19.28125 C 19.480469 19.042969 19.210938 18.390625 18.75 17.625 C 18.289063 16.859375 17.339844 16 16 16 Z M 16 18 C 16.660156 18 16.734375 18.160156 17.03125 18.65625 C 17.328125 19.152344 17.554688 19.992188 18.28125 20.71875 C 19.105469 21.542969 20.148438 21.722656 20.90625 22.125 C 21.285156 22.328125 21.578125 22.542969 21.75 22.75 C 21.921875 22.957031 22 23.148438 22 23.5 C 22 24.339844 21.339844 25 20.5 25 C 20.210938 25 19.277344 24.777344 18.40625 24.53125 C 17.535156 24.285156 16.816406 24 16 24 C 15.183594 24 14.464844 24.285156 13.59375 24.53125 C 12.722656 24.777344 11.789063 25 11.5 25 C 10.660156 25 10 24.339844 10 23.5 C 10 23.097656 10.082031 22.890625 10.25 22.6875 C 10.417969 22.484375 10.722656 22.285156 11.09375 22.09375 C 11.839844 21.714844 12.875 21.5625 13.71875 20.71875 C 14.453125 19.984375 14.675781 19.117188 14.96875 18.625 C 15.261719 18.132813 15.332031 18 16 18 Z\"/></svg></li><li title=\"paypal \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 8.90625 5 L 8.71875 5.78125 L 5.03125 22.78125 L 4.75 24 L 9.625 24 L 9.03125 26.78125 L 8.75 28 L 15.71875 28 L 15.875 27.1875 L 16.90625 22.375 L 19.59375 22.375 C 23.355469 22.375 26.660156 19.929688 27.5 16 C 27.941406 13.933594 27.472656 12.183594 26.5 11 C 25.710938 10.039063 24.640625 9.460938 23.53125 9.1875 C 23.316406 8.199219 22.863281 7.359375 22.25 6.71875 C 21.113281 5.535156 19.535156 5 18.0625 5 Z M 10.53125 7 L 18.0625 7 C 19.042969 7 20.125 7.378906 20.8125 8.09375 C 21.5 8.808594 21.902344 9.828125 21.53125 11.5625 C 20.871094 14.65625 18.535156 16.375 15.59375 16.375 L 11.28125 16.375 L 11.125 17.15625 L 10.09375 22 L 7.25 22 Z M 13.0625 8.46875 L 12.875 9.25 L 11.84375 13.875 L 11.5625 15.09375 L 15.09375 15.09375 C 16.871094 15.09375 18.40625 13.800781 18.84375 12.0625 L 18.875 12.0625 C 18.878906 12.042969 18.871094 12.019531 18.875 12 C 19.09375 11.125 18.953125 10.226563 18.46875 9.5625 C 17.972656 8.882813 17.136719 8.46875 16.25 8.46875 Z M 14.65625 10.46875 L 16.25 10.46875 C 16.5625 10.46875 16.726563 10.558594 16.84375 10.71875 C 16.960938 10.878906 17.042969 11.136719 16.9375 11.53125 L 16.9375 11.5625 C 16.75 12.371094 15.792969 13.09375 15.09375 13.09375 L 14.0625 13.09375 Z M 23.59375 11.34375 C 24.121094 11.558594 24.617188 11.851563 24.96875 12.28125 C 25.550781 12.988281 25.871094 13.964844 25.53125 15.5625 C 24.871094 18.65625 22.535156 20.375 19.59375 20.375 L 15.28125 20.375 L 15.125 21.15625 L 14.09375 26 L 11.25 26 L 11.6875 24 L 11.71875 24 L 11.875 23.1875 L 12.90625 18.375 L 15.59375 18.375 C 19.355469 18.375 22.660156 15.929688 23.5 12 C 23.546875 11.773438 23.566406 11.5625 23.59375 11.34375 Z\"/></svg></li><li title=\"peace solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 8.832 23.168 3 16 3 z M 15 5.0507812 L 15 15.517578 L 6.8007812 22.015625 C 5.6653421 20.285205 5 18.219624 5 16 C 5 10.272536 9.4024418 5.5583785 15 5.0507812 z M 17 5.0507812 C 22.597558 5.5583785 27 10.272536 27 16 C 27 18.220582 26.333604 20.286704 25.197266 22.017578 L 17 15.517578 L 17 5.0507812 z M 15 18.070312 L 15 26.949219 C 12.274513 26.702066 9.8390067 25.454541 8.0507812 23.580078 L 15 18.070312 z M 17 18.070312 L 23.949219 23.580078 C 22.160993 25.454541 19.725487 26.702066 17 26.949219 L 17 18.070312 z\"/></svg></li><li title=\"pen alt solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 19.15625 3 C 18.390625 3.003906 17.644531 3.300781 17.09375 3.90625 C 17.085938 3.914063 17.101563 3.929688 17.09375 3.9375 C 15.863281 5.175781 15.386719 6.40625 14.96875 7.5 C 14.789063 7.972656 14.609375 8.417969 14.375 8.875 C 13.914063 8.34375 13.25 8 12.5 8 C 11.132813 8 10 9.132813 10 10.5 C 10 11.867188 11.132813 13 12.5 13 C 13.242188 13 13.882813 12.648438 14.34375 12.125 L 14.40625 12.1875 L 5.28125 21.28125 L 5 21.59375 L 5 25.5625 L 4 26.59375 L 5.40625 28 L 6.4375 27 L 10.40625 27 L 10.71875 26.71875 L 27.28125 10.125 L 27.3125 10.09375 C 28.464844 8.941406 28.464844 7.058594 27.3125 5.90625 L 26.09375 4.6875 C 25.515625 4.109375 24.765625 3.8125 24 3.8125 C 23.285156 3.8125 22.589844 4.089844 22.03125 4.59375 L 21.3125 3.90625 C 20.722656 3.316406 19.933594 2.996094 19.15625 3 Z M 19.1875 5 C 19.433594 5.003906 19.699219 5.105469 19.90625 5.3125 L 20.59375 6 L 14.46875 12.09375 C 15.824219 10.65625 16.421875 9.320313 16.84375 8.21875 C 17.273438 7.09375 17.542969 6.269531 18.5 5.3125 L 18.5625 5.25 C 18.710938 5.082031 18.941406 4.996094 19.1875 5 Z M 24 5.78125 C 24.234375 5.78125 24.464844 5.871094 24.6875 6.09375 L 25.90625 7.3125 C 26.351563 7.757813 26.351563 8.242188 25.90625 8.6875 L 25 9.5625 L 22.4375 7 L 23.21875 6.21875 L 23.3125 6.09375 C 23.535156 5.871094 23.765625 5.78125 24 5.78125 Z M 21 8.4375 L 23.5625 11 L 16 18.5625 L 13.4375 16 Z M 12.5 10 C 12.789063 10 13 10.210938 13 10.5 C 13 10.789063 12.789063 11 12.5 11 C 12.210938 11 12 10.789063 12 10.5 C 12 10.210938 12.210938 10 12.5 10 Z M 12 17.4375 L 14.5625 20 L 9.5625 25 L 7 25 L 7 22.4375 Z\"/></svg></li><li title=\"pen fancy solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 23.8125 4.03125 C 22.722656 4.03125 21.613281 4.449219 20.78125 5.28125 L 11.5 14.5625 L 6.03125 16.65625 L 5.5 16.875 L 5.40625 17.4375 L 4 26.84375 L 3.8125 28.1875 L 5.15625 28 L 14.5625 26.59375 L 15.125 26.5 L 15.34375 25.96875 L 17.3125 20.78125 L 17.8125 20.3125 L 26.8125 11.3125 C 28.425781 9.699219 28.457031 7.109375 26.9375 5.4375 L 26.8125 5.28125 C 25.980469 4.449219 24.902344 4.03125 23.8125 4.03125 Z M 23.8125 6 C 24.375 6 24.9375 6.25 25.40625 6.71875 C 26.34375 7.65625 26.34375 8.96875 25.40625 9.90625 L 20.375 14.9375 L 17.1875 11.75 L 22.21875 6.71875 C 22.6875 6.25 23.25 6 23.8125 6 Z M 15.75 13.1875 L 18.9375 16.375 L 17.125 18.1875 L 13.9375 15 Z M 12.40625 16.34375 L 12.4375 16.34375 L 15.65625 19.5625 L 13.6875 24.71875 L 7.84375 25.5625 L 10.53125 22.875 C 10.585938 22.878906 10.632813 22.90625 10.6875 22.90625 C 11.570313 22.90625 12.3125 22.195313 12.3125 21.3125 C 12.3125 20.429688 11.570313 19.6875 10.6875 19.6875 C 9.804688 19.6875 9.09375 20.429688 9.09375 21.3125 C 9.09375 21.367188 9.121094 21.414063 9.125 21.46875 L 6.4375 24.15625 L 7.28125 18.3125 Z\"/></svg></li><li title=\"pen nib solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 22 3.5859375 L 17.478516 8.1074219 L 10.738281 10.035156 C 9.4172813 10.392156 8.3715 11.380547 7.9375 12.685547 L 3.859375 25.273438 L 5.2929688 26.707031 L 6.7265625 28.140625 L 19.320312 24.060547 C 20.618313 23.628547 21.606938 22.581437 21.960938 21.273438 L 23.888672 14.525391 L 28.414062 10 L 22 3.5859375 z M 22 6.4140625 L 25.585938 10 L 23 12.585938 L 19.414062 9 L 22 6.4140625 z M 17.710938 10.125 L 21.875 14.289062 L 20.033203 20.738281 C 19.851203 21.410281 19.349266 21.942156 18.697266 22.160156 L 7.6894531 25.724609 L 13.484375 19.929688 A 2 2 0 0 0 14 20 A 2 2 0 0 0 14 16 A 2 2 0 0 0 12.070312 18.515625 L 6.2753906 24.310547 L 9.8378906 13.310547 C 10.057891 12.649547 10.590391 12.148891 11.275391 11.962891 L 17.710938 10.125 z\"/></svg></li><li title=\"pen solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 23.90625 3.96875 C 22.859375 3.96875 21.8125 4.375 21 5.1875 L 5.1875 21 L 5.125 21.3125 L 4.03125 26.8125 L 3.71875 28.28125 L 5.1875 27.96875 L 10.6875 26.875 L 11 26.8125 L 26.8125 11 C 28.4375 9.375 28.4375 6.8125 26.8125 5.1875 C 26 4.375 24.953125 3.96875 23.90625 3.96875 Z M 23.90625 5.875 C 24.410156 5.875 24.917969 6.105469 25.40625 6.59375 C 26.378906 7.566406 26.378906 8.621094 25.40625 9.59375 L 24.6875 10.28125 L 21.71875 7.3125 L 22.40625 6.59375 C 22.894531 6.105469 23.402344 5.875 23.90625 5.875 Z M 20.3125 8.71875 L 23.28125 11.6875 L 11.1875 23.78125 C 10.53125 22.5 9.5 21.46875 8.21875 20.8125 Z M 6.9375 22.4375 C 8.136719 22.921875 9.078125 23.863281 9.5625 25.0625 L 6.28125 25.71875 Z\"/></svg></li><li title=\"pen square solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 L 5 5 z M 7 7 L 25 7 L 25 25 L 7 25 L 7 7 z M 20.126953 8.8769531 C 19.356953 8.8769531 18.583953 9.1699531 18.001953 9.7519531 L 9.7363281 18.017578 L 9.7050781 18.330078 L 9.2363281 21.644531 L 9.0175781 22.988281 L 10.361328 22.769531 L 13.673828 22.300781 L 13.986328 22.269531 L 22.253906 14.003906 C 23.413906 12.843906 23.413906 10.913906 22.253906 9.7539062 C 21.670906 9.1709063 20.896953 8.8769531 20.126953 8.8769531 z M 20.126953 10.876953 C 20.380953 10.876953 20.646703 10.959203 20.845703 11.158203 C 21.232703 11.545203 21.243953 12.135203 20.876953 12.533203 L 20.845703 12.564453 L 13.048828 20.392578 L 11.392578 20.611328 L 11.611328 18.955078 L 19.439453 11.158203 C 19.638453 10.959203 19.873953 10.876953 20.126953 10.876953 z\"/></svg></li><li title=\"pencil alt solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 24.6875 4.03125 C 23.851563 4.03125 23.039063 4.367188 22.40625 5 L 22.3125 5.09375 L 21.6875 4.5 L 5.1875 21 L 5.125 21.3125 L 4.03125 26.8125 L 3.71875 28.28125 L 5.1875 27.96875 L 10.6875 26.875 L 11 26.8125 L 27.5 10.3125 L 26.90625 9.71875 L 26.96875 9.65625 L 27 9.59375 C 28.265625 8.328125 28.265625 6.265625 27 5 C 26.367188 4.367188 25.523438 4.03125 24.6875 4.03125 Z M 24.6875 6 C 25 6 25.328125 6.140625 25.59375 6.40625 C 26.128906 6.941406 26.128906 7.652344 25.59375 8.1875 L 25.5 8.28125 L 23.71875 6.5 L 23.8125 6.40625 C 24.078125 6.140625 24.375 6 24.6875 6 Z M 21.71875 7.3125 L 24.6875 10.28125 L 23.25 11.75 L 20.25 8.75 Z M 18.875 10.1875 L 21.8125 13.125 L 11.375 23.59375 L 10.96875 21.78125 L 10.84375 21.15625 L 10.21875 21.03125 L 8.40625 20.625 Z M 6.96875 22.34375 L 9.15625 22.84375 L 9.65625 25.03125 L 7.625 25.4375 L 6.5625 24.375 Z\"/></svg></li><li title=\"pencil ruler solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 8.8125 3 L 8.125 3.71875 L 3.71875 8.125 L 3 8.8125 L 10.1875 16 L 5.1875 21 L 5.125 21.3125 L 4.03125 26.8125 L 3.71875 28.28125 L 5.1875 27.96875 L 10.6875 26.875 L 11 26.8125 L 16 21.8125 L 23.15625 28.96875 L 23.84375 28.25 L 28.25 23.84375 L 28.96875 23.15625 L 21.8125 16 L 26.75 11.0625 C 28.359375 9.453125 28.359375 6.859375 26.75 5.25 C 25.945313 4.445313 24.894531 4.03125 23.84375 4.03125 C 22.792969 4.03125 21.742188 4.445313 20.9375 5.25 L 16 10.1875 Z M 8.8125 5.84375 L 10.75 7.8125 L 9.28125 9.28125 L 10.71875 10.71875 L 12.1875 9.25 L 14.5625 11.625 L 11.59375 14.59375 L 5.8125 8.8125 Z M 23.84375 5.96875 C 24.363281 5.96875 24.890625 6.203125 25.34375 6.65625 C 26.246094 7.558594 26.246094 8.722656 25.34375 9.625 L 24.6875 10.28125 L 21.71875 7.3125 L 22.375 6.65625 C 22.828125 6.203125 23.324219 5.96875 23.84375 5.96875 Z M 20.3125 8.71875 L 23.28125 11.6875 L 11.1875 23.78125 C 10.527344 22.511719 9.488281 21.472656 8.21875 20.8125 Z M 20.40625 17.40625 L 22.78125 19.78125 L 21.28125 21.28125 L 22.71875 22.71875 L 24.21875 21.21875 L 26.125 23.125 L 23.125 26.125 L 17.40625 20.40625 Z M 6.9375 22.40625 C 8.136719 22.910156 9.089844 23.863281 9.59375 25.0625 L 6.28125 25.71875 Z\"/></svg></li><li title=\"penny arcade \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 23.6875 7.0058594 C 23.526016 6.9907344 23.359813 7.003625 23.195312 7.046875 C 19.681313 7.972875 21.258063 7.5569375 16.414062 8.8359375 C 15.975062 8.9519375 15.623703 9.2723125 15.470703 9.6953125 C 7.2137031 8.9523125 0 10.952734 0 14.552734 C 0 16.206734 1.5339219 17.865719 4.0449219 19.261719 L 4.1328125 20.144531 C 3.5488125 20.366531 3.1831875 20.944547 3.2421875 21.560547 L 3.4570312 23.755859 C 3.5270312 24.462859 4.1296563 25.001 4.8476562 25 C 5.1066563 25 4.6966094 25.087641 10.974609 23.431641 C 11.603609 23.265641 12.030906 22.689828 12.003906 22.048828 C 22.833906 24.294828 32.103047 21.754328 31.998047 17.861328 C 31.999047 16.470328 30.889609 14.572172 27.099609 12.701172 L 24.826172 7.8046875 C 24.612422 7.3464375 24.171953 7.0512344 23.6875 7.0058594 z M 23.554688 8.3730469 L 26.888672 15.556641 L 27.929688 15.28125 L 28.144531 17.476562 L 22.716797 18.908203 L 22.521484 16.958984 L 23.265625 16.761719 L 22.935547 16.037109 L 20.046875 16.798828 L 19.841797 17.664062 L 20.802734 17.410156 L 21.005859 19.363281 L 15.361328 20.847656 L 15.138672 18.654297 L 16.189453 18.378906 L 17.84375 12.134766 L 16.984375 12.359375 L 16.775391 10.162109 C 21.443391 8.9281094 20.025688 9.3020469 23.554688 8.3730469 z M 13.167969 11.269531 C 16.000969 11.213531 16.374922 14.816781 15.294922 16.425781 C 14.680922 17.264781 13.779812 17.855844 12.757812 18.089844 L 11.660156 18.378906 L 9.2402344 19.015625 L 9.3632812 20.179688 L 10.390625 19.90625 L 10.615234 22.105469 L 4.8496094 23.625 L 4.6347656 21.427734 L 5.6367188 21.162109 L 5.0800781 15.503906 L 4.0742188 15.769531 L 3.8554688 13.572266 C 12.763469 11.225266 12.365969 11.280531 13.167969 11.269531 z M 21.095703 11.470703 C 20.870703 12.430703 21.026797 11.770312 20.341797 14.695312 L 22.328125 14.171875 C 21.210125 11.721875 21.462703 12.273703 21.095703 11.470703 z M 11.082031 13.943359 C 10.98982 13.950771 10.892578 13.966391 10.791016 13.994141 C 9.7810156 14.261141 10.224594 14.145578 8.8085938 14.517578 L 9.03125 16.798828 C 10.44025 16.423828 10.063437 16.523891 10.773438 16.337891 C 12.757187 15.884141 12.465206 13.832192 11.082031 13.943359 z\"/></svg></li><li title=\"people carry solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 8 5 C 6.346 5 5 6.346 5 8 C 5 9.654 6.346 11 8 11 C 9.654 11 11 9.654 11 8 C 11 6.346 9.654 5 8 5 z M 24 5 C 22.346 5 21 6.346 21 8 C 21 9.654 22.346 11 24 11 C 25.654 11 27 9.654 27 8 C 27 6.346 25.654 5 24 5 z M 8 7 C 8.552 7 9 7.448 9 8 C 9 8.552 8.552 9 8 9 C 7.448 9 7 8.552 7 8 C 7 7.448 7.448 7 8 7 z M 24 7 C 24.552 7 25 7.448 25 8 C 25 8.552 24.552 9 24 9 C 23.448 9 23 8.552 23 8 C 23 7.448 23.448 7 24 7 z M 6.8476562 12 C 6.4166562 12 6.0344375 12.274594 5.8984375 12.683594 L 4.1269531 17.998047 C 3.8539531 18.815047 4.13375 19.714094 4.84375 20.246094 L 8 22.5 L 8 28 L 10 28 L 10 22.5 C 10 21.873 9.7006406 21.273719 9.1816406 20.886719 L 6.0234375 18.632812 L 7.4492188 14.359375 C 7.7892188 15.254375 8.3554688 16.701172 8.3554688 16.701172 C 8.5934688 17.318172 9.0327031 17.842547 9.5957031 18.185547 L 12 20 L 20 20 L 22.40625 18.185547 C 22.96825 17.843547 23.407531 17.318078 23.644531 16.705078 C 23.644531 16.705078 24.202687 15.277516 24.554688 14.353516 L 25.994141 18.619141 L 22.802734 20.898438 C 22.300734 21.273437 22 21.873 22 22.5 L 22 28 L 24 28 L 23.982422 22.513672 L 27.177734 20.232422 C 27.867734 19.714422 28.146047 18.816 27.873047 18 L 26.101562 12.683594 C 25.966563 12.274594 25.583344 12 25.152344 12 L 24.503906 12 C 24.051906 12 23.236656 12.157937 22.847656 13.210938 C 22.593656 13.906937 21.78325 15.975469 21.78125 15.980469 C 21.69825 16.194469 21.543656 16.375281 21.347656 16.488281 C 21.311656 16.508281 21.278094 16.530687 21.246094 16.554688 L 20 17.492188 L 20 12 L 12 12 L 12 17.492188 L 10.753906 16.554688 C 10.720906 16.530687 10.687344 16.509281 10.652344 16.488281 C 10.455344 16.374281 10.30275 16.194562 10.21875 15.976562 C 10.21875 15.976563 9.4083438 13.905031 9.1523438 13.207031 C 8.7653437 12.156031 7.9480937 12 7.4960938 12 L 6.8476562 12 z M 14 14 L 18 14 L 18 18 L 14 18 L 14 14 z M 4.2578125 21.056641 L 4.0546875 23.105469 C 4.0326875 23.326469 3.9748125 23.539234 3.8828125 23.740234 L 1.9335938 28 L 4.1328125 28 L 5.7011719 24.572266 C 5.8851719 24.171266 5.9999219 23.744734 6.0449219 23.302734 L 6.1347656 22.396484 L 4.2617188 21.060547 C 4.2607187 21.059547 4.2588125 21.057641 4.2578125 21.056641 z M 27.742188 21.056641 L 25.865234 22.396484 L 25.955078 23.304688 C 26.000078 23.744688 26.114828 24.170266 26.298828 24.572266 L 27.867188 28 L 30.066406 28 L 28.117188 23.740234 C 28.025187 23.539234 27.968312 23.325469 27.945312 23.105469 L 27.742188 21.056641 z\"/></svg></li><li title=\"pepper hot solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 28 5 L 28 3 C 26.011719 3 24.460938 3.554688 23.394531 4.640625 C 22.777344 5.269531 22.445313 5.96875 22.253906 6.570313 C 21.746094 6.21875 21.15625 6 20.5 6 C 17.976563 6 17.023438 8.007813 17 9.375 C 17 9.59375 16.992188 9.824219 16.976563 10.0625 C 16.304688 12.050781 15 10.734375 15 8 C 11.777344 11.421875 15.25 12.683594 13.269531 14.664063 C 12.847656 15.085938 11.839844 15.25 11.210938 14.476563 C 10.378906 13.488281 12.070313 11.863281 10.46875 10.648438 C 10.761719 12.476563 9.351563 12.097656 8.875 11.707031 C 8.253906 11.199219 7.125 10.082031 9 7 C 7.082031 7.875 5.925781 9.652344 6 11 C 6.199219 14.535156 11.664063 17.605469 9.457031 19.667969 C 8.34375 20.710938 6.15625 19.300781 7 17 C 5.949219 17.535156 4.714844 18.808594 5.109375 20.789063 C 5.382813 22.160156 7.375 25.25 4 27 C 4 27 4.015625 27.003906 4.042969 27.011719 L 3.957031 29 C 4.023438 29.003906 4.292969 29.011719 4.726563 29.011719 C 7.539063 29.011719 17.273438 28.578125 23.265625 22.839844 C 26.40625 19.832031 28 15.847656 28 11 C 28 9.617188 27.371094 7 25 7 C 24.707031 7 24.433594 7.039063 24.175781 7.101563 C 24.289063 6.765625 24.484375 6.382813 24.820313 6.039063 C 25.5 5.351563 26.566406 5 28 5 Z M 25 9 C 25.945313 9 26 10.984375 26 11 C 26 15.277344 24.613281 18.773438 21.886719 21.390625 C 17.460938 25.632813 10.488281 26.683594 6.703125 26.933594 C 7.625 26.722656 8.734375 26.292969 9.949219 25.472656 C 15.800781 22.265625 18.878906 14.703125 18.992188 9.667969 L 19 9.667969 L 19 9.394531 C 19.003906 9.160156 19.097656 8 20.5 8 C 21.355469 8 22 9.214844 22 10 L 24 10 C 24 9.570313 24.105469 9 25 9 Z\"/></svg></li><li title=\"percent solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 9.5 6 C 7.578125 6 6 7.578125 6 9.5 L 6 12.5 C 6 14.421875 7.578125 16 9.5 16 C 11.421875 16 13 14.421875 13 12.5 L 13 9.5 C 13 7.578125 11.421875 6 9.5 6 Z M 20.75 6 L 8.75 26 L 11.25 26 L 23.25 6 Z M 9.5 8 C 10.339844 8 11 8.660156 11 9.5 L 11 12.5 C 11 13.339844 10.339844 14 9.5 14 C 8.660156 14 8 13.339844 8 12.5 L 8 9.5 C 8 8.660156 8.660156 8 9.5 8 Z M 22.5 16 C 20.578125 16 19 17.578125 19 19.5 L 19 22.5 C 19 24.421875 20.578125 26 22.5 26 C 24.421875 26 26 24.421875 26 22.5 L 26 19.5 C 26 17.578125 24.421875 16 22.5 16 Z M 22.5 18 C 23.339844 18 24 18.660156 24 19.5 L 24 22.5 C 24 23.339844 23.339844 24 22.5 24 C 21.660156 24 21 23.339844 21 22.5 L 21 19.5 C 21 18.660156 21.660156 18 22.5 18 Z\"/></svg></li><li title=\"percentage solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 Z M 7 7 L 25 7 L 25 25 L 7 25 Z M 12 9 C 10.355469 9 9 10.355469 9 12 L 9 13 C 9 14.644531 10.355469 16 12 16 C 13.644531 16 15 14.644531 15 13 L 15 12 C 15 10.355469 13.644531 9 12 9 Z M 19.59375 9 L 10 23 L 12.40625 23 L 22 9 Z M 12 11 C 12.566406 11 13 11.433594 13 12 L 13 13 C 13 13.566406 12.566406 14 12 14 C 11.433594 14 11 13.566406 11 13 L 11 12 C 11 11.433594 11.433594 11 12 11 Z M 20 16 C 18.355469 16 17 17.355469 17 19 L 17 20 C 17 21.644531 18.355469 23 20 23 C 21.644531 23 23 21.644531 23 20 L 23 19 C 23 17.355469 21.644531 16 20 16 Z M 20 18 C 20.566406 18 21 18.433594 21 19 L 21 20 C 21 20.566406 20.566406 21 20 21 C 19.433594 21 19 20.566406 19 20 L 19 19 C 19 18.433594 19.433594 18 20 18 Z\"/></svg></li><li title=\"periscope \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16.140625 3 C 9.9483764 3 5 7.9372136 5 13.904297 C 5 17.197124 7.1111632 20.784771 9.4394531 23.697266 C 10.603598 25.153513 11.836336 26.42564 12.960938 27.361328 C 13.523238 27.829172 14.056487 28.214833 14.566406 28.5 C 15.076325 28.785167 15.547087 29 16.140625 29 C 16.742937 29 17.167069 28.770334 17.646484 28.484375 C 18.1259 28.198416 18.633948 27.816308 19.173828 27.349609 C 20.253589 26.416211 21.45694 25.146004 22.601562 23.691406 C 24.890808 20.782211 27 17.197124 27 13.904297 C 27 7.9372136 22.078552 3 16.140625 3 z M 16.140625 5 C 20.966698 5 25 9.03938 25 13.904297 C 25 16.26947 23.173052 19.730773 21.029297 22.455078 C 19.957419 23.81723 18.820223 25.010398 17.865234 25.835938 C 17.38774 26.248707 16.954319 26.569983 16.623047 26.767578 C 16.291775 26.965173 16.034813 27 16.140625 27 C 16.167165 27 15.897714 26.95229 15.542969 26.753906 C 15.188224 26.555519 14.733012 26.235844 14.238281 25.824219 C 13.248819 25.000969 12.089558 23.809721 11.001953 22.449219 C 8.8267431 19.728214 7 16.26947 7 13.904297 C 7 9.03938 11.004874 5 16.140625 5 z M 16 10 C 15.939 10 15.882266 10.014578 15.822266 10.017578 C 15.930266 10.326578 16 10.654 16 11 C 16 12.657 14.657 14 13 14 C 12.654 14 12.326578 13.930266 12.017578 13.822266 C 12.014578 13.882266 12 13.939 12 14 C 12 16.209 13.791 18 16 18 C 18.209 18 20 16.209 20 14 C 20 11.791 18.209 10 16 10 z\" clip-rule=\"evenodd\"/></svg></li><li title=\"person booth solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 7.5 4 C 5.578 4 4 5.578 4 7.5 C 4 9.422 5.578 11 7.5 11 C 9.422 11 11 9.422 11 7.5 C 11 5.578 9.422 4 7.5 4 z M 12 4 L 12 11.84375 C 12.232 12.12875 12.443281 12.432484 12.613281 12.771484 L 13.568359 14.683594 L 14 15.005859 L 14 6 L 15.132812 6 L 16.982422 18.947266 L 16.029297 22.757812 L 16 23.5 C 16 24.879 17.121 26 18.5 26 C 19.141 26 19.719109 25.750516 20.162109 25.353516 C 20.672109 25.751516 21.304 26 22 26 C 22.771 26 23.468 25.699703 24 25.220703 C 24.532 25.700703 25.229 26 26 26 C 26.352 26 26.686 25.928406 27 25.816406 L 27 28 L 29 28 L 29 4 L 28 4 L 27 4 L 14 4 L 13 4 L 12 4 z M 7.5 6 C 8.34 6 9 6.66 9 7.5 C 9 8.34 8.34 9 7.5 9 C 6.66 9 6 8.34 6 7.5 C 6 6.66 6.66 6 7.5 6 z M 17.152344 6 L 27 6 L 27 23 C 27 23.552 26.552 24 26 24 C 25.448 24 25 23.552 25 23 L 23 23 C 23 23.552 22.552 24 22 24 C 21.448 24 21 23.552 21 23 L 19 23 L 19 23.5 C 19 23.771 18.771 24 18.5 24 C 18.229 24 18 23.771 18 23.5 L 18 23.123047 L 19.017578 19.052734 L 17.152344 6 z M 7 12 C 4.793 12 3 13.793 3 16 L 3 21.25 L 5 22.25 L 5 28 L 7 28 L 7 21 L 5 20 L 5 16 C 5 14.898 5.898 14 7 14 L 8.15625 14 C 8.91825 14 9.5975 14.40975 9.9375 15.09375 L 11.21875 17.65625 L 13.867188 19.628906 L 15 18 L 12.78125 16.34375 L 11.71875 14.21875 C 11.03475 12.85475 9.68025 12 8.15625 12 L 7 12 z M 12 20.484375 L 12 28 L 14 28 L 14 21.972656 L 13.271484 21.429688 L 12 20.484375 z M 8 21 L 8 28 L 10 28 L 10 21 L 8 21 z\"/></svg></li><li title=\"phabricator \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 15.945312 5 C 13.192813 5.015 10.445203 6.0892031 8.3457031 8.2207031 C 5.4727031 11.142703 6.7763594 9.8176875 2.9433594 13.679688 C 1.6843594 14.957688 1.6843594 17.043312 2.9433594 18.320312 C 6.8893594 22.296312 5.5624063 20.954953 8.4414062 23.876953 L 8.4472656 23.871094 C 12.686266 28.070094 19.478734 28.047297 23.677734 23.779297 C 26.556734 20.863297 25.252641 22.180359 29.056641 18.318359 C 30.315641 17.041359 30.315641 14.956688 29.056641 13.679688 L 23.580078 8.1210938 L 23.574219 8.1289062 C 21.454719 6.0294063 18.697812 4.985 15.945312 5 z M 16.009766 7.015625 C 18.309766 7.016375 20.610188 7.8944375 22.367188 9.6484375 C 25.875187 13.156438 25.881187 18.845375 22.367188 22.359375 C 18.853188 25.867375 13.17025 25.861516 9.65625 22.353516 C 6.14225 18.845516 6.14225 13.156438 9.65625 9.6484375 C 11.41025 7.8914375 13.709766 7.014875 16.009766 7.015625 z M 17.640625 10 C 17.553625 9.963 16.349609 11.310547 16.349609 11.310547 L 15.53125 11.298828 C 15.53125 11.298828 14.254016 9.9639531 14.166016 10.001953 L 12.919922 10.519531 C 12.832922 10.550531 12.931641 12.320312 12.931641 12.320312 L 12.363281 12.888672 C 12.363281 12.888672 10.542719 12.833063 10.511719 12.914062 L 10.005859 14.148438 C 9.9688594 14.235437 11.316406 15.458984 11.316406 15.458984 L 11.322266 16.263672 C 11.322266 16.263672 9.9688594 17.498937 10.005859 17.585938 L 10.597656 18.832031 C 10.634656 18.919031 12.4375 18.863281 12.4375 18.863281 L 13.023438 19.443359 C 13.023438 19.443359 13.012609 21.426031 13.099609 21.457031 L 14.353516 21.974609 C 14.440516 22.011609 15.644531 20.509766 15.644531 20.509766 L 16.460938 20.521484 C 16.460938 20.521484 17.738312 22.005609 17.820312 21.974609 L 19.068359 21.505859 C 19.155359 21.468859 19.056641 19.503906 19.056641 19.503906 L 19.623047 18.935547 C 19.623047 18.935547 21.445562 18.991297 21.476562 18.904297 L 21.980469 17.669922 C 22.024469 17.602922 20.677734 16.380859 20.677734 16.380859 L 20.671875 15.570312 C 20.671875 15.570312 22.025281 14.335047 21.988281 14.248047 L 21.394531 13 C 21.357531 12.913 19.554688 12.96875 19.554688 12.96875 L 18.96875 12.388672 C 18.96875 12.388672 18.981531 10.612219 18.894531 10.574219 L 17.640625 10 z M 15.826172 13.878906 C 16.972172 13.825906 17.952047 14.707031 17.998047 15.832031 C 18.044047 16.964031 17.151859 17.923563 16.005859 17.976562 C 14.860859 18.029563 13.879031 17.149578 13.832031 16.017578 C 13.785031 14.885578 14.680172 13.924906 15.826172 13.878906 z\"/></svg></li><li title=\"phoenix framework \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6.6914062 6 C 4.7821152 6.0138906 2.6172656 6.5645937 1.1035156 7.6679688 C 1.0665156 7.6969687 1.033 7.7239531 1 7.7519531 C 1.005 7.7609531 1.0057656 7.7663906 1.0097656 7.7753906 C 1.0477656 7.7753906 1.0830937 7.769625 1.1210938 7.765625 C 1.4160938 7.718625 1.7080469 7.7282969 1.9980469 7.7792969 C 3.1140469 7.9812969 4.2331875 8.8622344 4.6171875 11.365234 C 4.8651875 12.973234 4.5841875 13.747344 4.9921875 15.402344 C 5.8831875 19.016344 9.2594688 20.446625 10.980469 20.390625 C 11.158469 20.385625 12.048687 20.324109 12.179688 20.287109 C 12.066688 20.165109 10.136187 20.240891 8.9921875 17.962891 C 8.7901875 17.559891 8.6394063 17.136969 8.6914062 16.667969 C 8.8274062 15.472969 10.233906 15.261781 11.128906 15.800781 C 12.816906 16.812781 14.095984 20.081094 16.458984 20.371094 C 18.192984 20.582094 20.42525 19.573188 21.53125 18.242188 C 21.50325 18.237188 21.493375 18.234281 21.484375 18.238281 C 21.465375 18.243281 21.445641 18.246953 21.431641 18.251953 C 19.870641 18.818953 17.011188 18.707594 15.117188 17.558594 C 13.354188 16.489594 12.628453 14.805547 12.689453 14.060547 C 12.773453 13.062547 13.763047 12.974578 14.373047 13.142578 C 15.048047 13.325578 15.516313 13.966781 16.195312 14.425781 C 16.926313 14.912781 17.738563 15.067203 18.601562 14.908203 C 19.299563 14.781203 20.2135 14.331516 20.3125 14.228516 C 20.2605 14.223516 20.228312 14.224703 20.195312 14.220703 C 19.904312 14.192703 19.614125 14.183625 19.328125 14.140625 C 14.116125 13.367625 13.286188 6.4703906 7.4921875 6.0253906 C 7.2325625 6.0055156 6.9641621 5.9980156 6.6914062 6 z M 6.1855469 6.9746094 C 6.1335469 7.6636094 5.1432969 7.9729687 4.5292969 7.2929688 C 4.4862969 7.2459688 4.48675 7.2372187 4.46875 7.1992188 C 5.03575 7.0772188 5.6035469 7.0076094 6.1855469 6.9746094 z M 13.492188 8.703125 C 13.538187 8.755125 13.563797 8.7845 13.591797 8.8125 C 14.294797 9.5485 15.095 10.157094 16 10.621094 C 17.083 11.170094 18.218406 11.46575 19.441406 11.34375 C 19.858406 11.30575 20.260625 11.197766 20.640625 11.009766 C 20.668625 10.995766 20.696609 10.972125 20.724609 10.953125 C 20.696609 10.939125 20.673297 10.934453 20.654297 10.939453 C 20.452297 10.963453 20.256688 11.000531 20.054688 11.019531 C 19.445687 11.075531 18.869609 10.982625 18.349609 10.640625 C 17.505609 10.082625 16.919094 9.4726562 15.996094 9.0976562 C 14.885094 8.6476562 13.848187 8.703125 13.492188 8.703125 z M 15.240234 11.001953 C 15.188234 11.069953 15.269734 11.105484 15.302734 11.146484 C 17.482734 13.755484 21.24075 14.157406 23.59375 13.316406 C 25.36075 12.688406 26.529672 13.674922 26.763672 14.669922 C 26.767672 14.687922 26.776156 14.710516 26.785156 14.728516 C 26.794156 14.723516 26.805453 14.722656 26.814453 14.722656 C 26.814453 14.315656 26.738219 13.850781 26.574219 13.425781 C 26.297219 12.707781 25.825312 12.155328 25.070312 11.861328 C 23.889312 11.404328 22.722125 11.774766 21.953125 12.009766 C 20.767125 12.375766 19.636984 12.521094 18.208984 12.246094 C 17.176984 12.051094 16.230812 11.666547 15.382812 11.060547 C 15.339813 11.028547 15.245234 10.992953 15.240234 11.001953 z M 23.720703 15.443359 C 23.424812 15.430984 23.110188 15.447844 22.773438 15.496094 C 21.354438 15.702094 20.544297 16.344219 19.529297 16.949219 C 18.660297 17.460219 18.138859 17.400656 17.005859 17.222656 C 17.005859 17.231656 17 17.235141 17 17.244141 C 17.018 17.253141 17.030922 17.264437 17.044922 17.273438 C 18.000922 17.760437 18.819734 17.807437 20.052734 17.648438 C 21.444734 17.465438 22.099047 16.967906 22.873047 16.503906 C 23.806047 15.945906 24.675234 16.110406 25.990234 16.316406 C 25.994234 16.307406 25.995 16.296109 26 16.287109 C 25.331 15.780859 24.608375 15.480484 23.720703 15.443359 z M 25.609375 16.933594 C 24.133428 17.043393 23.25025 17.935047 22.453125 18.763672 C 22.103125 19.128672 21.757672 19.495891 21.388672 19.837891 C 20.687672 20.493891 20.131 20.545234 20 20.615234 L 20 20.634766 C 20.29 20.653766 21.247656 20.6105 22.097656 20.4375 C 25.359656 19.7665 25.425453 17.426969 26.939453 17.417969 C 27.290453 17.417969 27.630031 17.445266 27.957031 17.572266 C 27.966031 17.577266 27.977 17.572266 28 17.572266 C 27.986 17.553266 27.980797 17.54025 27.966797 17.53125 C 27.648797 17.32025 27.358297 17.019547 26.279297 16.935547 C 26.042797 16.916797 25.820225 16.917908 25.609375 16.933594 z M 27.892578 18.214844 C 27.321031 18.162063 26.776359 18.321281 26.255859 18.644531 C 26.241859 18.654531 26.227219 18.673938 26.199219 18.710938 C 26.536219 18.734937 27.048578 18.749469 27.517578 19.105469 C 28.084578 19.537469 28.421047 20.051375 28.998047 20.234375 C 29.936047 20.530375 30.836 20.131328 31 19.986328 C 30.991 19.967328 30.985469 19.963797 30.980469 19.966797 C 30.881469 19.938797 30.404438 19.961609 29.898438 19.474609 C 29.373437 18.973609 29.058656 18.536844 28.472656 18.339844 C 28.275906 18.273094 28.083094 18.232437 27.892578 18.214844 z M 7.0195312 20 L 7 20.017578 C 7.085 20.162578 7.6619063 20.851125 7.8789062 21.078125 C 9.3679062 22.649125 11.692844 23.913375 13.714844 23.859375 C 15.188844 23.818375 16.210953 23.488078 17.376953 23.580078 C 18.501953 23.661078 19.048391 23.933953 19.275391 24.001953 C 19.280391 23.992953 19.289922 23.987516 19.294922 23.978516 C 19.200922 23.846516 18.931359 23.583188 18.818359 23.492188 C 17.202359 22.214187 15.462609 22.903797 14.224609 22.341797 C 13.676609 22.092797 13.653531 21.7615 13.894531 21.5625 C 14.078531 21.4035 14.153344 21.377078 15.027344 21.205078 C 14.927344 21.051078 14.063234 20.653219 12.990234 21.074219 C 11.880234 21.508219 10.751422 21.539656 9.6074219 21.222656 C 8.2324219 20.842656 7.3315313 20.186 7.0195312 20 z M 16.6875 24.050781 C 16.6745 24.050781 16.659719 24.059359 16.636719 24.068359 C 16.951719 24.152359 17.860469 24.302937 18.855469 25.460938 C 19.444469 26.145937 20.147188 26.435953 20.992188 26.501953 C 20.997188 26.477953 21.025781 26.464203 20.925781 26.408203 C 20.696781 26.277203 20.508328 26.113672 20.361328 25.888672 C 20.060328 25.424672 19.617891 24.532422 18.462891 24.232422 C 17.878891 24.082422 17.2855 24.055781 16.6875 24.050781 z\"/></svg></li><li title=\"phoenix squadron \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16.117188 4.1035156 C 13.148188 4.0285156 10.174984 5.0325625 7.8339844 6.8515625 C 5.0579844 8.9875625 3.198 12.321031 3 15.832031 L 3 17.410156 C 3.103 19.040156 3.5373906 20.631844 4.2753906 22.089844 C 5.3233906 24.136844 6.9159062 25.855641 8.8789062 27.056641 C 12.570906 29.372641 17.423234 29.620875 21.365234 27.796875 C 23.841234 26.669875 25.950625 24.741422 27.265625 22.357422 C 28.105625 20.840422 28.612859 19.163547 28.755859 17.435547 C 28.780859 16.794547 28.780859 16.152719 28.755859 15.511719 C 28.586859 13.603719 28.044047 11.716469 26.998047 10.105469 C 27.747047 11.753469 27.955828 13.579187 27.673828 15.367188 C 27.404828 16.885188 26.719359 18.299219 25.693359 19.449219 C 25.800359 18.899219 25.989937 18.370406 26.085938 17.816406 C 26.205938 17.104406 26.268969 16.37525 26.167969 15.65625 C 26.074969 14.59225 25.955734 13.234906 25.552734 12.253906 C 25.557734 12.630906 25.526734 13.008719 25.552734 13.386719 C 25.621734 15.105719 24.972359 17.190172 23.943359 18.576172 C 22.958359 19.933172 21.516234 21.013672 19.865234 21.388672 C 19.139234 21.537672 18.327734 21.535812 17.677734 21.132812 C 17.064734 20.763813 16.723 20.062047 16.625 19.373047 C 16.488 18.275047 16.74875 17.160922 17.21875 16.169922 C 17.80375 14.945922 18.704078 13.899578 19.830078 13.142578 C 20.063078 12.979578 20.338625 12.862859 20.515625 12.630859 C 21.152625 11.840859 21.804156 11.060469 22.535156 10.355469 C 23.272156 9.6074688 23.976953 8.9381719 24.751953 8.3261719 C 23.283953 8.2851719 22.077203 8.8823281 20.783203 9.4863281 C 19.202203 10.263328 17.702641 11.196484 16.306641 12.271484 C 15.418641 12.955484 14.935016 13.626234 13.916016 14.115234 C 13.328016 14.405234 12.659625 14.477625 12.015625 14.390625 C 13.019625 14.777625 14.135578 14.662562 15.142578 14.351562 C 15.767578 14.152563 16.020703 14.000547 16.595703 13.685547 C 16.691703 13.614547 16.805109 13.654875 16.912109 13.671875 C 16.907109 13.890875 16.97225 14.152453 16.78125 14.314453 C 16.31125 14.802453 15.749922 15.192156 15.169922 15.535156 C 14.488922 15.922156 13.752609 16.233422 12.974609 16.357422 C 12.324609 16.481422 11.651938 16.361531 11.085938 16.019531 C 10.350938 15.557531 10.069891 14.634688 10.087891 13.804688 C 10.139891 12.582688 10.635078 11.415828 11.330078 10.423828 C 12.389078 8.9408281 13.941781 7.8284844 15.675781 7.2714844 C 16.374781 7.0184844 17.113844 6.9271094 17.839844 6.7871094 C 16.850844 6.6681094 15.849469 6.5844062 14.855469 6.6914062 C 13.861469 6.7704062 12.885656 7.0415 11.972656 7.4375 C 11.709656 7.5475 11.452969 7.6824219 11.167969 7.7324219 C 12.617969 6.1194219 14.640828 5.0209063 16.798828 4.7539062 C 18.025828 4.5579062 18.785 4.5033281 20 4.7363281 C 18.6 4.2343281 17.606188 4.0845156 16.117188 4.1035156 z M 20.337891 10.105469 C 20.282891 10.371469 20.068406 10.580922 19.816406 10.669922 C 19.556406 10.773922 19.287719 10.849484 19.011719 10.896484 C 19.431719 10.605484 19.885891 10.357469 20.337891 10.105469 z\"/></svg></li><li title=\"phone alt solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 22.625 3.03125 C 22.304688 3.0625 21.976563 3.148438 21.65625 3.28125 L 21.65625 3.25 C 21.640625 3.253906 21.609375 3.277344 21.59375 3.28125 C 19.160156 4.136719 14.5 6.28125 10.28125 10.5 C 6.03125 14.75 3.980469 19.496094 3.0625 21.84375 L 3.0625 21.875 C 2.65625 23.089844 2.945313 24.40625 3.75 25.34375 L 3.78125 25.375 L 3.78125 25.40625 L 6.78125 28.375 L 6.90625 28.5 C 7.734375 29.328125 9.171875 29.328125 10 28.5 L 14.09375 24.40625 C 14.921875 23.578125 14.921875 22.109375 14.09375 21.28125 L 12.125 19.3125 C 12.46875 18.597656 13.359375 16.839844 14.9375 15.1875 C 16.503906 13.546875 18.300781 12.710938 19 12.40625 L 21.0625 14.46875 L 21.15625 14.53125 C 21.625 14.84375 22.160156 15.019531 22.71875 15 C 23.242188 14.980469 23.785156 14.722656 24.1875 14.28125 L 24.21875 14.3125 L 24.28125 14.21875 L 28.3125 10.21875 C 29.140625 9.390625 29.140625 7.921875 28.3125 7.09375 L 25.21875 4 C 24.78125 3.5625 24.191406 3.234375 23.5625 3.09375 C 23.257813 3.027344 22.945313 3 22.625 3.03125 Z M 22.78125 5.03125 C 23.160156 5.003906 23.539063 5.164063 23.78125 5.40625 L 26.90625 8.5 C 27.078125 8.671875 27.078125 8.609375 26.90625 8.78125 L 22.71875 12.96875 C 22.722656 12.964844 22.71875 12.996094 22.625 13 C 22.546875 13.003906 22.429688 12.9375 22.3125 12.875 L 22.25 12.875 L 19.90625 10.5 L 19.4375 10.03125 L 18.84375 10.25 C 18.84375 10.25 15.769531 11.398438 13.46875 13.8125 C 11.207031 16.179688 9.96875 19.09375 9.96875 19.09375 L 9.71875 19.71875 L 10.1875 20.21875 L 12.6875 22.71875 C 12.859375 22.890625 12.859375 22.828125 12.6875 23 L 8.59375 27.09375 C 8.421875 27.265625 8.484375 27.265625 8.3125 27.09375 L 5.25 24.0625 C 5.242188 24.054688 5.257813 24.039063 5.25 24.03125 L 5.21875 24 C 4.871094 23.566406 4.765625 23.105469 4.9375 22.5625 C 4.941406 22.550781 4.933594 22.542969 4.9375 22.53125 C 5.824219 20.273438 7.777344 15.847656 11.71875 11.90625 C 15.675781 7.949219 20.164063 5.914063 22.34375 5.15625 L 22.375 5.125 L 22.40625 5.125 C 22.527344 5.070313 22.65625 5.039063 22.78125 5.03125 Z\"/></svg></li><li title=\"phone slash solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 3.7070312 2.2929688 L 2.2929688 3.7070312 L 9.7246094 11.138672 L 11.140625 12.554688 L 12.990234 14.404297 C 12.990234 14.404297 12.990234 14.40625 12.990234 14.40625 L 28.292969 29.707031 L 29.707031 28.292969 L 15.800781 14.386719 C 17.15894 13.205571 18.542716 12.562833 19.132812 12.306641 L 21.132812 14.306641 C 21.180853 14.354681 21.258963 14.335876 21.310547 14.378906 L 21.083984 14.599609 L 21.845703 14.599609 C 22.421941 14.865192 22.965568 14.860337 23.533203 14.599609 L 23.537109 14.599609 L 23.537109 14.597656 C 23.541452 14.59565 23.546415 14.595692 23.550781 14.59375 L 23.537109 14.599609 L 23.945312 14.599609 L 28.478516 10.171875 L 28.515625 10.125 C 29.204387 9.2704571 29.204387 8.0264179 28.515625 7.171875 L 28.476562 7.1230469 L 25.234375 3.9785156 L 25.294922 4.0449219 C 24.845872 3.5235172 24.266539 3.1908391 23.650391 3.0449219 C 23.036172 2.8994616 22.387239 2.9406315 21.792969 3.1640625 C 19.497951 3.9599432 15.182995 5.9449385 11.144531 9.7304688 L 3.7070312 2.2929688 z M 22.820312 4.9707031 C 23.16693 4.9546034 23.551824 5.0832164 23.78125 5.3496094 L 23.810547 5.3828125 L 26.958984 8.4375 C 27.064694 8.5763077 27.065673 8.7225804 26.958984 8.8613281 L 22.748047 12.974609 C 22.749747 12.967409 22.664947 13.010648 22.546875 12.892578 L 19.589844 9.9355469 L 18.986328 10.164062 C 18.986328 10.164062 16.546686 11.067726 14.386719 12.972656 L 12.558594 11.144531 C 16.328019 7.6314137 20.419379 5.7531987 22.466797 5.0449219 L 22.480469 5.0410156 L 22.494141 5.0351562 C 22.594251 4.9973018 22.704773 4.9760697 22.820312 4.9707031 z M 8.40625 12.650391 C 6.29525 15.255391 4.5474063 18.306203 3.1914062 21.783203 C 2.7844062 22.999203 3.0346406 24.261641 3.9316406 25.306641 L 7.0292969 28.404297 C 7.4732969 28.848297 8.0289375 29.070313 8.5859375 29.070312 C 9.1419375 29.070312 9.6985781 28.847297 10.142578 28.404297 L 14.244141 24.306641 C 15.133141 23.417641 15.133141 22.078453 14.244141 21.189453 L 12.244141 19.1875 C 12.458141 18.7635 12.792563 18.14875 13.226562 17.46875 L 11.779297 16.021484 C 10.732297 17.587484 10.154141 18.920953 10.119141 19.001953 L 9.8515625 19.623047 L 12.830078 22.603516 C 12.898078 22.671516 12.898078 22.825578 12.830078 22.892578 L 8.7285156 26.990234 C 8.6615156 27.056234 8.5113594 27.056234 8.4433594 26.990234 L 5.4003906 23.949219 C 5.1293906 23.633219 4.8553125 23.109891 5.0703125 22.462891 C 6.3103125 19.286891 7.9041719 16.474359 9.8261719 14.068359 L 8.40625 12.650391 z\"/></svg></li><li title=\"phone solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 8.65625 3 C 8.132813 3 7.617188 3.1875 7.1875 3.53125 L 7.125 3.5625 L 7.09375 3.59375 L 3.96875 6.8125 L 4 6.84375 C 3.035156 7.734375 2.738281 9.066406 3.15625 10.21875 C 3.160156 10.226563 3.152344 10.242188 3.15625 10.25 C 4.003906 12.675781 6.171875 17.359375 10.40625 21.59375 C 14.65625 25.84375 19.402344 27.925781 21.75 28.84375 L 21.78125 28.84375 C 22.996094 29.25 24.3125 28.960938 25.25 28.15625 L 28.40625 25 C 29.234375 24.171875 29.234375 22.734375 28.40625 21.90625 L 24.34375 17.84375 L 24.3125 17.78125 C 23.484375 16.953125 22.015625 16.953125 21.1875 17.78125 L 19.1875 19.78125 C 18.464844 19.433594 16.742188 18.542969 15.09375 16.96875 C 13.457031 15.40625 12.621094 13.609375 12.3125 12.90625 L 14.3125 10.90625 C 15.152344 10.066406 15.167969 8.667969 14.28125 7.84375 L 14.3125 7.8125 L 14.21875 7.71875 L 10.21875 3.59375 L 10.1875 3.5625 L 10.125 3.53125 C 9.695313 3.1875 9.179688 3 8.65625 3 Z M 8.65625 5 C 8.730469 5 8.804688 5.035156 8.875 5.09375 L 12.875 9.1875 L 12.96875 9.28125 C 12.960938 9.273438 13.027344 9.378906 12.90625 9.5 L 10.40625 12 L 9.9375 12.4375 L 10.15625 13.0625 C 10.15625 13.0625 11.304688 16.136719 13.71875 18.4375 L 13.9375 18.625 C 16.261719 20.746094 19 21.90625 19 21.90625 L 19.625 22.1875 L 22.59375 19.21875 C 22.765625 19.046875 22.734375 19.046875 22.90625 19.21875 L 27 23.3125 C 27.171875 23.484375 27.171875 23.421875 27 23.59375 L 23.9375 26.65625 C 23.476563 27.050781 22.988281 27.132813 22.40625 26.9375 C 20.140625 26.046875 15.738281 24.113281 11.8125 20.1875 C 7.855469 16.230469 5.789063 11.742188 5.03125 9.5625 C 4.878906 9.15625 4.988281 8.554688 5.34375 8.25 L 5.40625 8.1875 L 8.4375 5.09375 C 8.507813 5.035156 8.582031 5 8.65625 5 Z\"/></svg></li><li title=\"phone square alt solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 L 5 5 z M 7 7 L 25 7 L 25 25 L 7 25 L 7 7 z M 20.126953 9 C 19.614953 9 19.134438 9.1985469 18.773438 9.5605469 L 17.623047 10.710938 C 16.900047 11.433938 16.900047 12.695922 17.623047 13.419922 L 19.330078 15.126953 C 18.803078 15.897953 18.197484 16.62125 17.521484 17.28125 L 17.269531 17.53125 C 16.615531 18.20125 15.893047 18.806031 15.123047 19.332031 L 13.416016 17.625 C 13.055016 17.263 12.5735 17.064453 12.0625 17.064453 C 11.5515 17.064453 11.070031 17.263 10.707031 17.625 L 9.5566406 18.777344 C 8.8126406 19.522344 8.8125938 20.736375 9.5585938 21.484375 L 10.511719 22.439453 C 11.039719 22.965453 11.802047 23.139578 12.498047 22.892578 L 12.628906 22.849609 C 13.131906 22.684609 14.310734 22.298109 16.177734 21.037109 C 17.085734 20.425109 17.935359 19.716453 18.693359 18.939453 L 18.927734 18.705078 C 19.711734 17.939078 20.419203 17.091594 21.033203 16.183594 C 22.294203 14.314594 22.679703 13.135812 22.845703 12.632812 L 22.888672 12.501953 C 22.961672 12.292953 22.998047 12.076281 22.998047 11.863281 C 22.998047 11.367281 22.802594 10.884625 22.433594 10.515625 L 21.480469 9.5605469 C 21.117469 9.1985469 20.637953 9 20.126953 9 z\"/></svg></li><li title=\"phone square solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 L 5 5 z M 7 7 L 25 7 L 25 25 L 7 25 L 7 7 z M 11.871094 9.0019531 C 11.380969 9.0019531 10.889625 9.1875469 10.515625 9.5605469 L 9.5605469 10.515625 C 9.0345469 11.043625 8.8604219 11.805953 9.1074219 12.501953 L 9.1503906 12.632812 C 9.3153906 13.135813 9.7018906 14.312688 10.962891 16.179688 C 11.574891 17.087688 12.283547 17.937313 13.060547 18.695312 L 13.294922 18.929688 C 14.060922 19.713687 14.908406 20.421156 15.816406 21.035156 C 17.685406 22.296156 18.864188 22.681656 19.367188 22.847656 L 19.498047 22.892578 C 19.707047 22.965578 19.923719 23.001953 20.136719 23.001953 C 20.632719 23.001953 21.115375 22.8065 21.484375 22.4375 L 22.439453 21.484375 C 22.801453 21.121375 23 20.641859 23 20.130859 C 23 19.618859 22.801453 19.136391 22.439453 18.775391 L 21.289062 17.626953 C 20.566063 16.903953 19.304078 16.903953 18.580078 17.626953 L 16.873047 19.333984 C 16.102047 18.806984 15.37875 18.199437 14.71875 17.523438 L 14.46875 17.273438 C 13.79875 16.619438 13.193969 15.896953 12.667969 15.126953 L 14.375 13.419922 C 14.737 13.058922 14.935547 12.575453 14.935547 12.064453 C 14.935547 11.553453 14.737 11.073937 14.375 10.710938 L 13.222656 9.5605469 C 12.850156 9.1885469 12.361219 9.0019531 11.871094 9.0019531 z\"/></svg></li><li title=\"phone volume solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\">    <path d=\"M 19 0 L 19 2 C 25.065 2 30 6.935 30 13 L 32 13 C 32 5.832 26.168 0 19 0 z M 8.6503906 3.0058594 C 8.1255067 3.0058594 7.6010996 3.1771036 7.1738281 3.5214844 L 7.125 3.5605469 L 3.9804688 6.8046875 L 4.046875 6.7421875 C 3.0062406 7.6384134 2.7194504 9.0541178 3.1660156 10.244141 C 4.0086833 12.674074 6.1568506 17.372953 10.394531 21.605469 C 14.641274 25.857394 19.389499 27.91343 21.738281 28.830078 L 21.761719 28.837891 L 21.785156 28.845703 C 22.999558 29.252758 24.311449 28.962441 25.251953 28.158203 L 25.28125 28.132812 L 28.40625 25.007812 C 29.235762 24.178301 29.235762 22.724043 28.40625 21.894531 L 24.308594 17.792969 C 23.476725 16.9611 22.023275 16.9611 21.191406 17.792969 L 19.207031 19.777344 C 18.496637 19.438281 16.74879 18.558644 15.087891 16.974609 C 13.448585 15.411343 12.61169 13.604382 12.308594 12.90625 L 14.308594 10.90625 C 15.186189 10.028655 15.236115 8.5219515 14.224609 7.7167969 L 14.316406 7.8007812 L 10.173828 3.5605469 L 10.126953 3.5214844 C 9.6996708 3.1771284 9.1752746 3.0058594 8.6503906 3.0058594 z M 19 4 L 19 6 C 22.859 6 26 9.14 26 13 L 28 13 C 28 8.038 23.963 4 19 4 z M 8.6523438 5 C 8.7236064 4.9998777 8.7939074 5.026734 8.8632812 5.0800781 L 12.929688 9.2441406 L 12.978516 9.2832031 C 12.967016 9.2740531 13.016941 9.3697821 12.894531 9.4921875 L 9.9375 12.449219 L 10.166016 13.052734 C 10.166016 13.052734 11.294663 16.121404 13.707031 18.421875 C 16.079259 20.684317 19.003906 21.919922 19.003906 21.919922 L 19.626953 22.185547 L 22.605469 19.207031 C 22.7736 19.0389 22.7264 19.0389 22.894531 19.207031 L 26.992188 23.308594 C 27.162675 23.479082 27.162676 23.423262 26.992188 23.59375 L 23.945312 26.640625 C 23.481361 27.034971 23.00205 27.13833 22.425781 26.947266 C 20.163651 26.062686 15.739269 24.126878 11.808594 20.191406 C 7.8506547 16.238292 5.7997308 11.746595 5.046875 9.5703125 L 5.0429688 9.5585938 L 5.0371094 9.5449219 C 4.8856915 9.1444833 4.9963719 8.5637134 5.3515625 8.2578125 L 5.3847656 8.2285156 L 8.4394531 5.0800781 C 8.508857 5.0272234 8.5810811 5.0001223 8.6523438 5 z M 19 8 L 19 10 C 20.654 10 22 11.346 22 13 L 24 13 C 24 10.243 21.757 8 19 8 z\"/></svg></li><li title=\"photo video solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 10 2 L 10 9 L 12 9 L 12 4 L 14 4 L 14 5 L 16 5 L 16 4 L 25 4 L 25 5 L 27 5 L 27 4 L 29 4 L 29 16 L 27 16 L 27 15 L 25 15 L 25 18 L 31 18 L 31 2 L 10 2 z M 14 7 L 14 9 L 16 9 L 16 7 L 14 7 z M 25 7 L 25 9 L 27 9 L 27 7 L 25 7 z M 2 11 L 2 29 L 23 29 L 23 11 L 2 11 z M 25 11 L 25 13 L 27 13 L 27 11 L 25 11 z M 4 13 L 21 13 L 21 22.78125 L 18.40625 20.1875 L 17.6875 19.5 L 14.875 22.3125 L 10.59375 18 L 9.90625 17.28125 L 4 23.1875 L 4 13 z M 15.5 15 C 14.671 15 14 15.671 14 16.5 C 14 17.329 14.671 18 15.5 18 C 16.329 18 17 17.329 17 16.5 C 17 15.671 16.329 15 15.5 15 z M 9.9042969 20.125 L 14.904297 25.125 L 15.59375 24.40625 L 17.6875 22.3125 L 21 25.625 L 21 27 L 4 27 L 4 26.03125 L 9.9042969 20.125 z\"/></svg></li><li title=\"php \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 7.1679688 C 7.165 7.1679688 0 10.932031 0 15.582031 C 0 20.232031 7.165 23.998047 16 23.998047 C 24.835 23.998047 32 20.232031 32 15.582031 C 32 10.932031 24.835 7.1679687 16 7.1679688 z M 16 8.0078125 C 24.57 8.0078125 31.160156 11.617031 31.160156 15.582031 C 31.160156 19.547031 24.565 23.158203 16 23.158203 C 7.43 23.158203 0.83984375 19.547031 0.83984375 15.582031 C 0.83984375 11.617031 7.435 8.0078125 16 8.0078125 z M 14.056641 9.6757812 L 12.439453 18.015625 L 14.244141 18.015625 L 15.175781 13.236328 C 16.644781 13.236328 17.252531 13.177844 17.519531 13.464844 C 17.796531 13.761844 17.654578 14.087625 16.892578 18.015625 L 18.722656 18.015625 C 19.514656 13.954625 19.864812 13.092922 19.132812 12.419922 C 18.435812 11.776922 16.991594 11.890625 15.433594 11.890625 L 15.863281 9.6757812 L 14.056641 9.6757812 z M 6.4882812 11.896484 L 4.8691406 20.242188 L 6.6855469 20.242188 L 7.1152344 18.025391 C 9.1482344 18.025391 10.411125 18.173078 11.578125 17.080078 C 12.869125 15.893078 13.206156 13.780656 12.285156 12.722656 C 11.805156 12.168656 11.032375 11.896484 9.984375 11.896484 L 6.4882812 11.896484 z M 20.679688 11.896484 L 19.058594 20.242188 L 20.878906 20.242188 L 21.308594 18.025391 C 23.445594 18.025391 24.628484 18.149078 25.771484 17.080078 C 27.062484 15.893078 27.399516 13.780656 26.478516 12.722656 C 25.998516 12.168656 25.225734 11.896484 24.177734 11.896484 L 20.679688 11.896484 z M 9.3359375 13.210938 C 10.470781 13.242906 11.120203 13.483203 10.845703 14.908203 C 10.454703 16.912203 9.0759062 16.705078 7.3789062 16.705078 L 8.0566406 13.212891 C 8.5266406 13.212891 8.9576562 13.200281 9.3359375 13.210938 z M 23.529297 13.210938 C 24.665547 13.242906 25.307703 13.483203 25.033203 14.908203 C 24.637203 16.941203 23.218406 16.705078 21.566406 16.705078 L 22.244141 13.212891 C 22.716641 13.212891 23.150547 13.200281 23.529297 13.210938 z\"/></svg></li><li title=\"pied piper alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 30.1875 1.4375 C 29.179688 3.09375 27.480469 7.570313 19.75 9.71875 L 19.75 8.625 C 18.78125 8.734375 18.433594 7.523438 18.09375 7.375 C 17.324219 8.164063 16.867188 8.890625 16.03125 9.4375 C 15.023438 10.097656 13.867188 10.324219 13.625 11.21875 C 13.914063 11.109375 14.875 10.59375 17.46875 10.59375 C 19.125 10.59375 19.105469 10.773438 20 11.875 C 20.304688 11.792969 20.34375 11.636719 20.4375 11.4375 C 19.964844 10.589844 19.726563 10.535156 19.78125 10.1875 C 22.445313 9.964844 28.976563 7.90625 30.1875 1.4375 Z M 17.03125 11.03125 C 15.132813 11.03125 14.585938 11.246094 14.53125 11.3125 C 14.414063 11.75 14.949219 12.710938 13.9375 13.9375 C 14.277344 14.03125 14.617188 14.121094 14.96875 14.21875 C 14.925781 14.292969 14.8125 14.496094 14.8125 14.78125 C 14.8125 15.855469 17.09375 14.878906 17.09375 16.625 C 17.09375 17.1875 15.566406 19.75 14.09375 19.75 C 12.695313 18.546875 11.15625 16.980469 11.34375 16.28125 C 12.160156 16.089844 13.976563 15.726563 14.1875 15.65625 C 14.4375 15.570313 14.722656 15.28125 14.625 14.9375 C 14.527344 14.59375 14.207031 14.355469 13.46875 14.5625 C 13.277344 14.617188 11.34375 15.03125 11.34375 15.03125 C 10.753906 13.816406 10.410156 14.4375 9.9375 14.53125 C 9.25 14.667969 8.535156 14.835938 8.9375 15.5625 C 8.714844 15.617188 1.824219 17.132813 1.71875 17.15625 C 1.519531 17.199219 0.894531 17.429688 1.03125 17.9375 C 1.164063 18.417969 1.550781 18.417969 1.65625 18.40625 C 2.066406 18.355469 9.371094 16.707031 9.5 16.6875 C 9.625 17.042969 10.152344 17.175781 10.78125 18.09375 C 10.960938 18.351563 13.316406 21.71875 13.9375 21.71875 C 16.222656 21.71875 18.4375 19.09375 18.4375 19.09375 C 18.394531 19.988281 16.59375 21.5 16.59375 21.5 C 16.59375 21.90625 16.667969 23.4375 16.6875 23.65625 C 16.742188 23.65625 17.242188 23.8125 18.59375 23.8125 C 19.945313 23.8125 20.84375 23.46875 20.84375 23.46875 C 20.84375 23.46875 21.34375 21.613281 21.34375 20.4375 C 21.34375 17.539063 20.550781 17.371094 19.28125 16.25 C 19.28125 16.25 19.445313 16.140625 19.65625 16.15625 C 24.191406 16.453125 22.339844 24.917969 25.46875 28.40625 C 25.566406 28.375 29.84375 26.667969 31 25.90625 C 25.429688 21.398438 25.304688 15.464844 19.125 15.46875 C 19.125 14 20.625 15.75 20.9375 13.5625 C 20.679688 13.6875 20.449219 13.792969 20.21875 13.90625 C 19.234375 11.386719 19.476563 11.03125 17.03125 11.03125 Z M 12.90625 13.90625 C 12.664063 13.910156 12.453125 13.980469 12.21875 14.03125 C 12.117188 14.054688 12.023438 14.09375 11.90625 14.125 C 11.960938 14.21875 12.183594 14.628906 12.21875 14.6875 C 12.699219 14.585938 13.164063 14.480469 13.65625 14.375 C 13.460938 14.285156 13.089844 13.902344 12.90625 13.90625 Z M 13.71875 15.90625 C 13.472656 15.96875 13.242188 16.035156 13 16.09375 C 13.039063 16.167969 14.132813 18.960938 14.28125 19.34375 C 14.660156 19.097656 15.039063 18.863281 15.40625 18.625 C 15.1875 18.3125 13.769531 15.957031 13.71875 15.90625 Z M 20.8125 23.9375 C 20.453125 23.957031 17.703125 24.296875 17.5 24.375 L 17.625 25.125 C 17.996094 25.070313 20.394531 24.597656 20.96875 24.40625 C 20.945313 24.316406 20.957031 24.039063 20.8125 23.9375 Z M 16.6875 24.125 C 16.589844 24.464844 16.644531 25.304688 16.6875 25.53125 C 16.785156 25.511719 17.160156 25.421875 17.28125 25.375 C 17.230469 24.960938 17.179688 24.542969 17.125 24.125 Z M 21.125 24.90625 C 18.496094 25.019531 16.808594 25.878906 16.6875 26 C 16.648438 26.191406 17.027344 28.144531 17.03125 28.40625 C 20.597656 28.914063 22.585938 27.917969 22.6875 27.875 C 22.558594 27.460938 21.242188 24.902344 21.125 24.90625 Z\"/></svg></li><li title=\"pied piper hat \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 31 4.96875 L 29.78125 5.28125 C 23.492188 6.796875 20.863281 12.449219 19.5625 15.46875 C 18.808594 14.714844 17.578125 14 15.8125 14 C 13.15625 14 11.117188 15.496094 9.59375 17.25 C 8.171875 18.886719 7.1875 20.757813 6.375 22.15625 C 4.746094 22.839844 1.96875 23 1.96875 23 L 0.46875 23.03125 L 1.09375 24.40625 C 1.09375 24.40625 1.445313 25.152344 2.21875 25.78125 C 2.992188 26.410156 4.242188 27 6 27 C 8.457031 27 11.789063 26 15 26 L 20 26 L 20 25.9375 C 20.503906 25.949219 21.015625 25.757813 21.28125 25.3125 L 23.78125 21.125 L 23.8125 21.125 C 24.3125 20.28125 23.714844 19.109375 22.75 19 L 21 19 C 20.691406 19 20.453125 19.050781 20.15625 19.0625 C 20.257813 18.828125 20.261719 18.816406 20.375 18.5625 C 20.472656 18.339844 20.558594 18.152344 20.65625 17.9375 C 20.664063 17.921875 20.679688 17.890625 20.6875 17.875 C 20.839844 17.574219 21.171875 16.953125 21.34375 16.5625 C 21.414063 16.53125 21.480469 16.507813 21.59375 16.46875 C 21.9375 16.355469 22.421875 16.238281 22.9375 16.09375 C 23.453125 15.949219 24 15.78125 24.5 15.5625 C 25 15.34375 25.503906 15.097656 25.84375 14.46875 C 26.222656 13.773438 26.320313 13.058594 26.4375 12.34375 C 26.554688 11.628906 26.652344 10.917969 26.84375 10.40625 C 27.449219 8.792969 28.601563 7.910156 30.34375 7.25 L 31 7 Z M 24.71875 10.90625 C 24.640625 11.285156 24.523438 11.691406 24.46875 12.03125 C 24.355469 12.714844 24.207031 13.277344 24.09375 13.5 C 24.066406 13.503906 23.9375 13.609375 23.6875 13.71875 C 23.40625 13.84375 23.003906 13.976563 22.59375 14.09375 C 23.183594 12.929688 23.773438 12.03125 24.71875 10.90625 Z M 15.8125 16 C 17.125 16 17.816406 16.476563 18.25 16.9375 C 18.554688 17.261719 18.5625 17.386719 18.625 17.53125 C 18.589844 17.609375 18.566406 17.671875 18.53125 17.75 C 18.191406 18.527344 17.996094 18.972656 17.875 19.25 C 14.179688 19.773438 11.648438 21 10 21 L 10 23 C 13.109375 23 16.003906 21 21 21 L 21.53125 21 L 19.71875 24 L 15 24 C 11.398438 24 7.835938 25 6 25 C 5.292969 25 4.765625 24.882813 4.34375 24.71875 C 5.324219 24.566406 6.449219 24.367188 7.4375 23.90625 L 7.71875 23.78125 L 7.875 23.5 C 8.75 22.015625 9.773438 20.082031 11.09375 18.5625 C 12.414063 17.042969 13.902344 16 15.8125 16 Z\"/></svg></li><li title=\"pied piper pp \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 13.46875 4 C 12.621094 4 11.859375 4.269531 11.125 4.59375 L 7 4.59375 L 7 21 L 8.1875 20.75 L 11.78125 20.03125 L 12.59375 19.875 L 12.59375 16.71875 C 12.734375 16.742188 12.867188 16.804688 13 16.84375 L 13 28.21875 L 14.1875 27.96875 L 17.78125 27.25 L 18.59375 27.09375 L 18.59375 23.9375 C 18.894531 23.984375 19.15625 24.125 19.46875 24.125 C 22.894531 24.125 25.65625 21.179688 25.65625 17.65625 C 25.65625 14.179688 22.960938 11.289063 19.59375 11.21875 C 19.625 10.960938 19.65625 10.703125 19.65625 10.4375 C 19.65625 6.914063 16.894531 4 13.46875 4 Z M 13.46875 6 C 15.757813 6 17.65625 7.941406 17.65625 10.4375 C 17.65625 12.933594 15.757813 14.90625 13.46875 14.90625 C 12.9375 14.90625 12.4375 14.789063 11.96875 14.59375 L 10.59375 14.03125 L 10.59375 18.21875 L 9 18.5625 L 9 6.59375 L 11.375 6.59375 L 11.59375 6.46875 C 12.160156 6.164063 12.792969 6 13.46875 6 Z M 12.625 6.78125 C 12.066406 6.78125 11.546875 6.957031 11.09375 7.21875 L 10.59375 7.5 L 10.59375 13.3125 L 11.09375 13.59375 C 11.546875 13.855469 12.070313 14.03125 12.625 14.03125 C 14.511719 14.03125 15.9375 12.328125 15.9375 10.40625 C 15.9375 8.484375 14.511719 6.78125 12.625 6.78125 Z M 12.59375 8.78125 C 12.605469 8.78125 12.613281 8.78125 12.625 8.78125 C 13.285156 8.78125 13.9375 9.4375 13.9375 10.40625 C 13.9375 11.375 13.285156 12.03125 12.625 12.03125 C 12.613281 12.03125 12.605469 12.03125 12.59375 12.03125 Z M 19.46875 13.21875 C 21.757813 13.21875 23.65625 15.160156 23.65625 17.65625 C 23.65625 20.152344 21.757813 22.125 19.46875 22.125 C 18.9375 22.125 18.4375 22.007813 17.96875 21.8125 L 16.59375 21.25 L 16.59375 25.4375 L 15 25.78125 L 15 16.71875 C 15.5625 16.566406 16.105469 16.332031 16.59375 16.03125 L 16.59375 20.53125 L 17.09375 20.8125 C 17.546875 21.074219 18.070313 21.25 18.625 21.25 C 20.511719 21.25 21.9375 19.546875 21.9375 17.625 C 21.9375 15.703125 20.511719 14 18.625 14 C 18.773438 13.765625 18.878906 13.503906 19 13.25 C 19 13.246094 19.03125 13.253906 19.03125 13.25 C 19.171875 13.230469 19.324219 13.21875 19.46875 13.21875 Z M 18.59375 16 C 18.605469 16 18.613281 16 18.625 16 C 19.285156 16 19.9375 16.65625 19.9375 17.625 C 19.9375 18.59375 19.285156 19.25 18.625 19.25 C 18.613281 19.25 18.605469 19.25 18.59375 19.25 Z\"/></svg></li><li title=\"pied piper \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 13.46875 4 C 12.621094 4 11.859375 4.269531 11.125 4.59375 L 7 4.59375 L 7 21 L 8.1875 20.75 L 11.78125 20.03125 L 12.59375 19.875 L 12.59375 16.71875 C 12.734375 16.742188 12.867188 16.804688 13 16.84375 L 13 28.21875 L 14.1875 27.96875 L 17.78125 27.25 L 18.59375 27.09375 L 18.59375 23.9375 C 18.894531 23.984375 19.15625 24.125 19.46875 24.125 C 22.894531 24.125 25.65625 21.179688 25.65625 17.65625 C 25.65625 14.179688 22.960938 11.289063 19.59375 11.21875 C 19.625 10.960938 19.65625 10.703125 19.65625 10.4375 C 19.65625 6.914063 16.894531 4 13.46875 4 Z M 13.46875 6 C 15.757813 6 17.65625 7.941406 17.65625 10.4375 C 17.65625 12.933594 15.757813 14.90625 13.46875 14.90625 C 12.9375 14.90625 12.4375 14.789063 11.96875 14.59375 L 10.59375 14.03125 L 10.59375 18.21875 L 9 18.5625 L 9 6.59375 L 11.375 6.59375 L 11.59375 6.46875 C 12.160156 6.164063 12.792969 6 13.46875 6 Z M 12.625 6.78125 C 12.066406 6.78125 11.546875 6.957031 11.09375 7.21875 L 10.59375 7.5 L 10.59375 13.3125 L 11.09375 13.59375 C 11.546875 13.855469 12.070313 14.03125 12.625 14.03125 C 14.511719 14.03125 15.9375 12.328125 15.9375 10.40625 C 15.9375 8.484375 14.511719 6.78125 12.625 6.78125 Z M 12.59375 8.78125 C 12.605469 8.78125 12.613281 8.78125 12.625 8.78125 C 13.285156 8.78125 13.9375 9.4375 13.9375 10.40625 C 13.9375 11.375 13.285156 12.03125 12.625 12.03125 C 12.613281 12.03125 12.605469 12.03125 12.59375 12.03125 Z M 19.46875 13.21875 C 21.757813 13.21875 23.65625 15.160156 23.65625 17.65625 C 23.65625 20.152344 21.757813 22.125 19.46875 22.125 C 18.9375 22.125 18.4375 22.007813 17.96875 21.8125 L 16.59375 21.25 L 16.59375 25.4375 L 15 25.78125 L 15 16.71875 C 15.5625 16.566406 16.105469 16.332031 16.59375 16.03125 L 16.59375 20.53125 L 17.09375 20.8125 C 17.546875 21.074219 18.070313 21.25 18.625 21.25 C 20.511719 21.25 21.9375 19.546875 21.9375 17.625 C 21.9375 15.703125 20.511719 14 18.625 14 C 18.773438 13.765625 18.878906 13.503906 19 13.25 C 19 13.246094 19.03125 13.253906 19.03125 13.25 C 19.171875 13.230469 19.324219 13.21875 19.46875 13.21875 Z M 18.59375 16 C 18.605469 16 18.613281 16 18.625 16 C 19.285156 16 19.9375 16.65625 19.9375 17.625 C 19.9375 18.59375 19.285156 19.25 18.625 19.25 C 18.613281 19.25 18.605469 19.25 18.59375 19.25 Z\"/></svg></li><li title=\"piggy bank solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 13.5 4 C 11.027344 4 9 6.027344 9 8.5 C 9 9.300781 9.226563 10.042969 9.59375 10.6875 C 7.792969 11.742188 6.382813 13.238281 5.625 15 L 5.5 15 C 5.214844 15 5 14.785156 5 14.5 C 5 14.324219 5.089844 14.183594 5.21875 14.09375 L 4.0625 12.46875 C 3.417969 12.921875 3 13.660156 3 14.5 C 3 15.730469 3.917969 16.738281 5.09375 16.9375 C 5.042969 17.289063 5 17.636719 5 18 C 5 20.492188 6.324219 22.652344 8.25 24.25 C 8.007813 25.25 8.128906 26.316406 8.90625 27.09375 C 10.089844 28.277344 12.035156 28.277344 13.21875 27.09375 L 13.59375 26.71875 C 14.375 26.863281 15.160156 27 16 27 C 16.839844 27 17.625 26.863281 18.40625 26.71875 L 18.78125 27.09375 C 19.964844 28.277344 21.910156 28.277344 23.09375 27.09375 C 23.855469 26.332031 23.96875 25.296875 23.75 24.3125 C 24.566406 23.644531 25.246094 22.871094 25.78125 22 L 28 22 L 28 14 L 25.71875 14 C 25.359375 13.417969 24.929688 12.867188 24.4375 12.375 L 25 9.28125 L 25 8 L 24 8 C 24 8 21.597656 8.039063 19.5625 9.5625 C 19.03125 9.410156 18.496094 9.285156 17.9375 9.1875 C 17.976563 8.964844 18 8.734375 18 8.5 C 18 6.027344 15.972656 4 13.5 4 Z M 13.5 6 C 14.890625 6 16 7.109375 16 8.5 C 16 8.671875 15.96875 8.835938 15.9375 9 C 14.324219 9.007813 12.800781 9.320313 11.40625 9.84375 C 11.148438 9.453125 11 8.996094 11 8.5 C 11 7.109375 12.109375 6 13.5 6 Z M 22.75 10.1875 C 22.765625 10.183594 22.765625 10.191406 22.78125 10.1875 L 22.40625 12.46875 L 22.3125 13 L 22.75 13.375 C 23.449219 13.992188 23.992188 14.683594 24.375 15.4375 L 24.65625 16 L 26 16 L 26 20 L 24.65625 20 L 24.375 20.5625 C 23.886719 21.527344 23.117188 22.375 22.125 23.09375 L 21.40625 23.625 L 21.84375 24.4375 C 22.082031 24.839844 22.039063 25.335938 21.6875 25.6875 C 21.269531 26.105469 20.636719 26.105469 20.21875 25.6875 L 19.5 24.96875 L 19.09375 24.59375 L 18.5625 24.71875 C 17.75 24.90625 16.886719 25 16 25 C 15.113281 25 14.253906 24.90625 13.4375 24.71875 L 12.90625 24.59375 L 12.5 24.96875 L 11.78125 25.6875 C 11.363281 26.105469 10.730469 26.105469 10.3125 25.6875 C 9.960938 25.335938 9.917969 24.839844 10.15625 24.4375 L 10.59375 23.625 L 9.875 23.09375 C 8.066406 21.78125 7 19.988281 7 18 C 7 14.257813 10.910156 11 16 11 C 17.230469 11 18.402344 11.183594 19.46875 11.53125 L 20 11.71875 L 20.4375 11.34375 C 21.152344 10.707031 22.035156 10.363281 22.75 10.1875 Z M 22 16 C 21.449219 16 21 16.449219 21 17 C 21 17.550781 21.449219 18 22 18 C 22.550781 18 23 17.550781 23 17 C 23 16.449219 22.550781 16 22 16 Z\"/></svg></li><li title=\"pills solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 8.5 5 C 5.467 5 3 7.468 3 10.5 L 3 21.5 C 3 24.532 5.467 27 8.5 27 C 11.533 27 14 24.532 14 21.5 L 14 10.5 C 14 7.468 11.533 5 8.5 5 z M 8.5 7 C 10.43 7 12 8.57 12 10.5 L 12 15 L 5 15 L 5 10.5 C 5 8.57 6.57 7 8.5 7 z M 22.5 14 C 18.916 14 16 16.916 16 20.5 C 16 24.084 18.916 27 22.5 27 C 26.084 27 29 24.084 29 20.5 C 29 16.916 26.084 14 22.5 14 z M 22.5 16 C 24.981 16 27 18.019 27 20.5 C 27 21.378623 26.738056 22.193134 26.300781 22.886719 L 20.113281 16.699219 C 20.806866 16.261944 21.621377 16 22.5 16 z M 5 17 L 12 17 L 12 21.5 C 12 23.43 10.43 25 8.5 25 C 6.57 25 5 23.43 5 21.5 L 5 17 z M 18.699219 18.113281 L 24.886719 24.300781 C 24.193134 24.738056 23.378623 25 22.5 25 C 20.019 25 18 22.981 18 20.5 C 18 19.621377 18.261944 18.806866 18.699219 18.113281 z\"/></svg></li><li title=\"pinterest p \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16.09375 4 C 11.01675 4 6 7.3833281 6 12.861328 C 6 16.344328 7.9584844 18.324219 9.1464844 18.324219 C 9.6364844 18.324219 9.9199219 16.958266 9.9199219 16.572266 C 9.9199219 16.112266 8.7460938 15.131797 8.7460938 13.216797 C 8.7460938 9.2387969 11.774359 6.4199219 15.693359 6.4199219 C 19.063359 6.4199219 21.556641 8.3335625 21.556641 11.851562 C 21.556641 14.478563 20.501891 19.40625 17.087891 19.40625 C 15.855891 19.40625 14.802734 18.516234 14.802734 17.240234 C 14.802734 15.370234 16 13.558906 16 11.628906 C 16 8.3529063 11.462891 8.94725 11.462891 12.90625 C 11.462891 13.73725 11.5665 14.657063 11.9375 15.414062 C 11.2555 18.353063 10 23.037406 10 26.066406 C 10 27.001406 10.133656 27.921422 10.222656 28.857422 C 10.390656 29.045422 10.307453 29.025641 10.564453 28.931641 C 13.058453 25.517641 12.827078 24.544172 13.955078 20.076172 C 14.564078 21.234172 16.137766 21.857422 17.384766 21.857422 C 22.639766 21.857422 25 16.736141 25 12.119141 C 25 7.2061406 20.75475 4 16.09375 4 z\"/></svg></li><li title=\"pinterest square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 L 5 5 z M 7 7 L 25 7 L 25 25 L 13.513672 25 C 13.765525 24.49367 13.992121 23.971433 14.115234 23.496094 C 14.249234 22.982094 15 20.740234 15 20.740234 C 15.357 21.423234 16.402672 22 17.513672 22 C 20.821672 22 23 19.107078 23 15.330078 C 23 11.710078 20.044234 9 16.240234 9 C 11.508234 9 9 12.174766 9 15.634766 C 9 17.241766 9.8566563 19.241859 11.222656 19.880859 C 11.432656 19.978859 11.540844 19.933422 11.589844 19.732422 C 11.625844 19.580422 11.811578 18.836188 11.892578 18.492188 C 11.919578 18.380188 11.905406 18.287688 11.816406 18.179688 C 11.365406 17.629687 11 16.621688 11 15.679688 C 11 13.259688 12.830172 10.919922 15.951172 10.919922 C 18.643172 10.919922 20.53125 12.755859 20.53125 15.380859 C 20.53125 18.344859 19.236156 20.251953 17.285156 20.251953 C 16.209156 20.251953 15.204984 19.510016 15.458984 18.416016 C 15.766984 17.112016 16.365234 15.705672 16.365234 14.763672 C 16.365234 12.397672 12.998047 12.724859 12.998047 15.880859 C 12.998047 16.849859 13.320313 17.509766 13.320312 17.509766 C 12.257514 22.24839 11.955636 23.282208 12.048828 25 L 7 25 L 7 7 z\"/></svg></li><li title=\"pinterest \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 9.371094 4 4 9.371094 4 16 C 4 21.085938 7.164063 25.425781 11.628906 27.175781 C 11.523438 26.226563 11.425781 24.769531 11.667969 23.730469 C 11.886719 22.796875 13.074219 17.765625 13.074219 17.765625 C 13.074219 17.765625 12.71875 17.046875 12.71875 15.984375 C 12.71875 14.316406 13.683594 13.070313 14.886719 13.070313 C 15.910156 13.070313 16.40625 13.839844 16.40625 14.761719 C 16.40625 15.792969 15.75 17.332031 15.410156 18.757813 C 15.128906 19.953125 16.011719 20.925781 17.1875 20.925781 C 19.320313 20.925781 20.960938 18.675781 20.960938 15.429688 C 20.960938 12.558594 18.898438 10.550781 15.949219 10.550781 C 12.535156 10.550781 10.53125 13.109375 10.53125 15.757813 C 10.53125 16.789063 10.929688 17.894531 11.425781 18.496094 C 11.523438 18.613281 11.535156 18.71875 11.507813 18.839844 C 11.414063 19.21875 11.214844 20.035156 11.175781 20.199219 C 11.121094 20.421875 11 20.46875 10.773438 20.359375 C 9.273438 19.664063 8.335938 17.472656 8.335938 15.710938 C 8.335938 11.925781 11.085938 8.449219 16.265625 8.449219 C 20.429688 8.449219 23.664063 11.414063 23.664063 15.382813 C 23.664063 19.515625 21.054688 22.84375 17.4375 22.84375 C 16.222656 22.84375 15.078125 22.214844 14.6875 21.46875 C 14.6875 21.46875 14.085938 23.757813 13.9375 24.320313 C 13.667969 25.363281 12.9375 26.667969 12.445313 27.464844 C 13.570313 27.8125 14.761719 28 16 28 C 22.628906 28 28 22.628906 28 16 C 28 9.371094 22.628906 4 16 4 Z\"/></svg></li><li title=\"pizza slice solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 12.375 3.8125 L 12.0625 4.65625 L 4.0625 26.5625 L 3.84375 27.15625 L 4.84375 28.15625 L 5.4375 27.9375 L 27.34375 19.9375 L 28.1875 19.625 L 27.96875 18.75 C 27.96875 18.75 26.558594 13.121094 22.71875 9.28125 C 18.878906 5.441406 13.25 4.03125 13.25 4.03125 Z M 13.59375 6.28125 C 14.730469 6.632813 18.429688 7.867188 21.28125 10.71875 C 24.132813 13.570313 25.367188 17.269531 25.71875 18.40625 L 24.1875 18.96875 C 24.085938 18.566406 23.964844 18.097656 23.75 17.5625 C 23.140625 16.050781 22.003906 14.066406 19.96875 12.03125 C 17.933594 9.996094 15.949219 8.890625 14.4375 8.28125 C 13.898438 8.066406 13.4375 7.921875 13.03125 7.8125 Z M 12.375 9.6875 C 12.710938 9.777344 13.140625 9.90625 13.6875 10.125 C 14.976563 10.644531 16.734375 11.609375 18.5625 13.4375 C 19.097656 13.972656 19.539063 14.488281 19.9375 15 C 18.863281 15.035156 18 15.917969 18 17 C 18 18.105469 18.894531 19 20 19 C 20.738281 19 21.371094 18.597656 21.71875 18 C 21.761719 18.101563 21.835938 18.214844 21.875 18.3125 C 22.101563 18.875 22.222656 19.320313 22.3125 19.65625 L 12.3125 23.28125 C 12.058594 22.8125 11.570313 22.5 11 22.5 C 10.171875 22.5 9.5 23.171875 9.5 24 C 9.5 24.105469 9.511719 24.214844 9.53125 24.3125 L 6.625 25.375 L 10.125 15.78125 C 10.390625 15.910156 10.683594 16 11 16 C 12.105469 16 13 15.105469 13 14 C 13 13.066406 12.363281 12.285156 11.5 12.0625 Z M 14 17.5 C 13.171875 17.5 12.5 18.171875 12.5 19 C 12.5 19.828125 13.171875 20.5 14 20.5 C 14.828125 20.5 15.5 19.828125 15.5 19 C 15.5 18.171875 14.828125 17.5 14 17.5 Z\"/></svg></li><li title=\"place of worship solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4.40625 L 15.21875 5.375 L 11.21875 10.375 L 11 10.65625 L 11 16.9375 L 5.46875 20.40625 L 6.53125 22.09375 L 7 21.8125 L 7 27 L 15 27 L 15 23 C 15 22.433594 15.433594 22 16 22 C 16.566406 22 17 22.433594 17 23 L 17 27 L 25 27 L 25 21.8125 L 25.46875 22.09375 L 26.53125 20.40625 L 21 16.9375 L 21 10.65625 L 20.78125 10.375 L 16.78125 5.375 Z M 16 7.59375 L 19 11.34375 L 19 15.6875 L 16.53125 14.15625 L 16 13.8125 L 15.46875 14.15625 L 13 15.6875 L 13 11.34375 Z M 16 11 C 15.449219 11 15 11.449219 15 12 C 15 12.550781 15.449219 13 16 13 C 16.550781 13 17 12.550781 17 12 C 17 11.449219 16.550781 11 16 11 Z M 16 16.1875 L 23 20.5625 L 23 25 L 19 25 L 19 23 C 19 21.355469 17.644531 20 16 20 C 14.355469 20 13 21.355469 13 23 L 13 25 L 9 25 L 9 20.5625 Z\"/></svg></li><li title=\"plane arrival solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 3.40625 3.96875 L 3.34375 5.25 L 3 14.03125 L 2.96875 14.8125 L 3.71875 15.03125 L 10.125 16.96875 L 4.6875 20.75 L 3.15625 21.8125 L 4.875 22.5 L 7.71875 23.625 L 8.09375 23.78125 L 8.46875 23.625 L 18.46875 19.46875 L 24.875 21.40625 C 26.5625 21.914063 28.367188 20.933594 28.875 19.25 C 29.382813 17.5625 28.402344 15.757813 26.71875 15.25 L 21.03125 13.5 L 17.25 7.25 L 17.03125 6.90625 L 16.65625 6.78125 L 14 6.0625 L 12.53125 5.6875 L 12.75 7.1875 L 13.28125 11.09375 L 9.03125 9.78125 L 7.40625 5.59375 L 7.21875 5.125 L 6.75 4.96875 L 4.625 4.34375 Z M 5.28125 6.625 L 5.71875 6.75 L 7.3125 10.9375 L 7.46875 11.40625 L 7.9375 11.53125 L 26.125 17.15625 C 26.777344 17.351563 27.132813 18.007813 26.9375 18.65625 C 26.742188 19.308594 26.085938 19.664063 25.4375 19.46875 L 18.6875 17.4375 L 18.34375 17.34375 L 18.03125 17.46875 L 8.09375 21.625 L 7.34375 21.3125 L 12.96875 17.4375 L 14.6875 16.25 L 12.6875 15.65625 L 5.03125 13.34375 Z M 14.90625 8.40625 L 15.71875 8.625 L 18.15625 12.59375 L 15.34375 11.75 Z M 20.5 21 C 19.671875 21 19 21.671875 19 22.5 C 19 23.328125 19.671875 24 20.5 24 C 21.328125 24 22 23.328125 22 22.5 C 22 21.671875 21.328125 21 20.5 21 Z M 3 26 L 3 28 L 29 28 L 29 26 Z\"/></svg></li><li title=\"plane departure solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 25.71875 4.78125 C 25.332031 4.816406 24.957031 4.929688 24.59375 5.125 L 19.875 7.625 L 13.5 6.0625 L 13.125 5.96875 L 12.75 6.15625 L 10.59375 7.40625 L 9.3125 8.15625 L 10.5 9.0625 L 13.21875 11.125 L 9.8125 12.9375 L 6.15625 11.28125 L 5.71875 11.09375 L 5.28125 11.3125 L 3.53125 12.25 L 2.375 12.875 L 3.25 13.8125 L 8.65625 19.625 L 9.15625 20.21875 L 9.84375 19.84375 L 15 17.09375 L 13.96875 22.78125 L 13.625 24.59375 L 15.34375 23.875 L 17.90625 22.78125 L 18.28125 22.625 L 18.4375 22.25 L 22.15625 13.21875 L 27.40625 10.40625 C 28.851563 9.628906 29.433594 7.789063 28.65625 6.34375 C 28.269531 5.621094 27.609375 5.128906 26.875 4.90625 C 26.507813 4.796875 26.105469 4.746094 25.71875 4.78125 Z M 25.90625 6.78125 C 26.03125 6.773438 26.160156 6.777344 26.28125 6.8125 C 26.523438 6.886719 26.742188 7.035156 26.875 7.28125 C 27.140625 7.777344 26.964844 8.359375 26.46875 8.625 L 20.875 11.65625 L 20.5625 11.8125 L 20.4375 12.15625 L 16.71875 21.09375 L 16.28125 21.28125 L 17.34375 15.375 L 17.71875 13.34375 L 15.90625 14.3125 L 9.59375 17.71875 L 5.625 13.40625 L 5.78125 13.3125 L 9.4375 14.9375 L 9.90625 15.15625 L 10.3125 14.90625 L 25.53125 6.875 C 25.65625 6.808594 25.78125 6.789063 25.90625 6.78125 Z M 13.375 8.09375 L 17.21875 9.03125 L 15.15625 10.09375 L 12.90625 8.375 Z M 3 26 L 3 28 L 29 28 L 29 26 Z\"/></svg></li><li title=\"plane solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 14.355469 3 13 4.355469 13 6 L 13 13.34375 L 4.59375 17.09375 L 4 17.34375 L 4 22.125 L 13 21.125 L 13 22.96875 L 10.4375 24.6875 L 10 24.96875 L 10 29.21875 L 11.1875 28.96875 L 16 28 L 20.8125 28.96875 L 22 29.21875 L 22 24.96875 L 21.5625 24.6875 L 19 22.96875 L 19 21.125 L 28 22.125 L 28 17.34375 L 27.40625 17.09375 L 19 13.34375 L 19 6 C 19 4.355469 17.644531 3 16 3 Z M 16 5 C 16.566406 5 17 5.433594 17 6 L 17 14.65625 L 17.59375 14.90625 L 26 18.65625 L 26 19.875 L 17 18.875 L 17 24.0625 L 17.4375 24.34375 L 20 26.0625 L 20 26.78125 L 16.1875 26.03125 L 16 25.96875 L 15.8125 26.03125 L 12 26.78125 L 12 26.0625 L 14.5625 24.34375 L 15 24.0625 L 15 18.875 L 6 19.875 L 6 18.65625 L 14.40625 14.90625 L 15 14.65625 L 15 6 C 15 5.433594 15.433594 5 16 5 Z\"/></svg></li><li title=\"play circle solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 9.382813 4 4 9.382813 4 16 C 4 22.617188 9.382813 28 16 28 C 22.617188 28 28 22.617188 28 16 C 28 9.382813 22.617188 4 16 4 Z M 16 6 C 21.535156 6 26 10.464844 26 16 C 26 21.535156 21.535156 26 16 26 C 10.464844 26 6 21.535156 6 16 C 6 10.464844 10.464844 6 16 6 Z M 12 9.125 L 12 22.875 L 13.5 22 L 22.5 16.875 L 24 16 L 22.5 15.125 L 13.5 10 Z M 14 12.5625 L 19.96875 16 L 14 19.4375 Z\"/></svg></li><li title=\"play circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 9.382813 4 4 9.382813 4 16 C 4 22.617188 9.382813 28 16 28 C 22.617188 28 28 22.617188 28 16 C 28 9.382813 22.617188 4 16 4 Z M 16 6 C 21.535156 6 26 10.464844 26 16 C 26 21.535156 21.535156 26 16 26 C 10.464844 26 6 21.535156 6 16 C 6 10.464844 10.464844 6 16 6 Z M 12 9.125 L 12 22.875 L 13.5 22 L 22.5 16.875 L 24 16 L 22.5 15.125 L 13.5 10 Z M 14 12.5625 L 19.96875 16 L 14 19.4375 Z\"/></svg></li><li title=\"play solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 9 5.15625 L 9 26.84375 L 10.53125 25.84375 L 25.84375 16 L 10.53125 6.15625 Z M 11 8.8125 L 22.15625 16 L 11 23.1875 Z\"/></svg></li><li title=\"playstation \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 12.9375 6 L 12.9375 24.75 L 17 26 L 17 10.34375 C 17 9.929688 17.046875 9.644531 17.21875 9.46875 C 17.390625 9.230469 17.570313 9.210938 17.8125 9.3125 C 18.402344 9.484375 18.65625 9.980469 18.65625 10.84375 L 18.65625 17.15625 C 19.972656 17.777344 21.167969 17.84375 22.03125 17.1875 C 22.933594 16.566406 23.40625 15.441406 23.40625 13.78125 C 23.40625 12.054688 23.078125 10.742188 22.3125 9.875 C 21.621094 8.941406 20.398438 8.183594 18.59375 7.5625 C 16.34375 6.835938 14.460938 6.320313 12.9375 6 Z M 11.6875 17.34375 L 10.875 17.59375 L 5.84375 19.40625 L 4.96875 19.75 C 3.652344 20.304688 2.964844 20.886719 3 21.40625 C 3.070313 22.167969 3.941406 22.710938 5.5 23.125 C 7.523438 23.671875 9.585938 23.78125 11.6875 23.46875 L 11.6875 21.34375 L 10.875 21.65625 L 10 22 L 8.53125 22.28125 L 7.15625 22.09375 C 6.878906 21.917969 6.824219 21.734375 7 21.5625 C 7.171875 21.457031 7.410156 21.324219 7.6875 21.21875 L 8.625 20.875 L 11.6875 19.8125 Z M 23.34375 18.34375 C 22.96875 18.328125 22.582031 18.355469 22.21875 18.375 C 20.871094 18.402344 19.5 18.640625 18.0625 19.09375 L 18.0625 21.59375 L 20.90625 20.59375 L 22.375 20.09375 C 22.375 20.09375 22.9375 19.949219 23.34375 19.84375 C 23.964844 19.679688 24.625 19.90625 24.625 19.90625 C 25.003906 19.941406 25.179688 20.074219 25.25 20.25 C 25.320313 20.457031 25.082031 20.636719 24.5625 20.8125 L 23.28125 21.3125 L 18.0625 23.1875 L 18.0625 25.625 L 20.5 24.75 L 26.34375 22.6875 L 27.0625 22.375 C 28.449219 21.855469 29.070313 21.285156 29 20.59375 C 28.964844 19.933594 28.199219 19.417969 26.8125 18.96875 C 25.644531 18.578125 24.46875 18.386719 23.34375 18.34375 Z\"/></svg></li><li title=\"plug solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 22 3.59375 L 18 7.5625 L 15.71875 5.28125 L 14.28125 6.71875 L 15.03125 7.46875 L 9.90625 12.59375 C 8.695313 13.804688 8.695313 15.789063 9.90625 17 L 11.75 18.84375 L 4.28125 26.28125 L 5.71875 27.71875 L 13.15625 20.25 L 15 22.09375 C 16.210938 23.304688 18.195313 23.304688 19.40625 22.09375 L 24.53125 16.96875 L 25.28125 17.71875 L 26.71875 16.28125 L 24.4375 14 L 28.40625 10 L 27 8.59375 L 23 12.5625 L 19.4375 9 L 23.40625 5 Z M 16.4375 8.875 L 23.125 15.5625 L 18 20.6875 C 17.613281 21.074219 16.792969 21.074219 16.40625 20.6875 L 11.3125 15.59375 C 10.925781 15.207031 10.925781 14.386719 11.3125 14 Z\"/></svg></li><li title=\"plus circle solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832031 3 3 8.832031 3 16 C 3 23.167969 8.832031 29 16 29 C 23.167969 29 29 23.167969 29 16 C 29 8.832031 23.167969 3 16 3 Z M 16 5 C 22.085938 5 27 9.914063 27 16 C 27 22.085938 22.085938 27 16 27 C 9.914063 27 5 22.085938 5 16 C 5 9.914063 9.914063 5 16 5 Z M 15 10 L 15 15 L 10 15 L 10 17 L 15 17 L 15 22 L 17 22 L 17 17 L 22 17 L 22 15 L 17 15 L 17 10 Z\"/></svg></li><li title=\"plus solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 15 5 L 15 15 L 5 15 L 5 17 L 15 17 L 15 27 L 17 27 L 17 17 L 27 17 L 27 15 L 17 15 L 17 5 Z\"/></svg></li><li title=\"plus square solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 Z M 7 7 L 25 7 L 25 25 L 7 25 Z M 15 11 L 15 15 L 11 15 L 11 17 L 15 17 L 15 21 L 17 21 L 17 17 L 21 17 L 21 15 L 17 15 L 17 11 Z\"/></svg></li><li title=\"plus square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 Z M 7 7 L 25 7 L 25 25 L 7 25 Z M 15 11 L 15 15 L 11 15 L 11 17 L 15 17 L 15 21 L 17 21 L 17 17 L 21 17 L 21 15 L 17 15 L 17 11 Z\"/></svg></li><li title=\"podcast solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16.5 3 C 10.159 3 5 8.159 5 14.5 C 5 19.149 7.7788125 23.153844 11.757812 24.964844 C 11.644813 24.120844 11.555531 23.283219 11.519531 22.574219 C 8.8125313 20.898219 7 17.911 7 14.5 C 7 9.262 11.262 5 16.5 5 C 21.738 5 26 9.262 26 14.5 C 26 17.911 24.187469 20.898219 21.480469 22.574219 C 21.444469 23.282219 21.355187 24.120844 21.242188 24.964844 C 25.221187 23.153844 28 19.149 28 14.5 C 28 8.159 22.841 3 16.5 3 z M 16.5 7 C 12.364 7 9 10.364 9 14.5 C 9 16.854 10.092922 18.956031 11.794922 20.332031 C 12.020922 19.721031 12.4025 19.154641 12.9375 18.681641 C 11.7545 17.671641 11 16.173 11 14.5 C 11 11.468 13.468 9 16.5 9 C 19.532 9 22 11.468 22 14.5 C 22 16.173 21.2455 17.671641 20.0625 18.681641 C 20.5975 19.153641 20.980078 19.720031 21.205078 20.332031 C 22.907078 18.956031 24 16.854 24 14.5 C 24 10.364 20.636 7 16.5 7 z M 16.5 11 C 14.57 11 13 12.57 13 14.5 C 13 16.43 14.57 18 16.5 18 C 18.43 18 20 16.43 20 14.5 C 20 12.57 18.43 11 16.5 11 z M 16.5 13 C 17.327 13 18 13.673 18 14.5 C 18 15.327 17.327 16 16.5 16 C 15.673 16 15 15.327 15 14.5 C 15 13.673 15.673 13 16.5 13 z M 16.5 19 C 13.341 19 13 21.07575 13 21.96875 C 13 23.61275 13.537078 26.919828 13.830078 28.173828 C 13.959078 28.723828 14.478 30 16.5 30 C 18.522 30 19.040922 28.723828 19.169922 28.173828 C 19.462922 26.920828 20 23.61275 20 21.96875 C 20 21.07575 19.659 19 16.5 19 z M 16.5 21 C 18 21 18 21.55975 18 21.96875 C 18 23.30375 17.529656 26.399797 17.222656 27.716797 C 17.197656 27.821797 17.156 28 16.5 28 C 15.844 28 15.802344 27.82275 15.777344 27.71875 C 15.471344 26.40475 15 23.30475 15 21.96875 C 15 21.55975 15 21 16.5 21 z\"/></svg></li><li title=\"poll h solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 L 5 5 z M 7 7 L 25 7 L 25 25 L 7 25 L 7 7 z M 10 10 L 10 12 L 18 12 L 18 10 L 10 10 z M 10 15 L 10 17 L 22 17 L 22 15 L 10 15 z M 10 20 L 10 22 L 16 22 L 16 20 L 10 20 z\"/></svg></li><li title=\"poll solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 L 5 5 z M 7 7 L 25 7 L 25 25 L 7 25 L 7 7 z M 15 10 L 15 22 L 17 22 L 17 10 L 15 10 z M 10 14 L 10 22 L 12 22 L 12 14 L 10 14 z M 20 16 L 20 22 L 22 22 L 22 16 L 20 16 z\"/></svg></li><li title=\"poo solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 17 6 C 14.162 6 11 8.6132812 11 12.363281 L 11 13 L 10 13 C 7.794 13 6 14.794 6 17 C 6 17.408 6.0645 17.811312 6.1875 18.195312 C 4.3455 18.758312 3 20.475 3 22.5 C 3 24.981 5.019 27 7.5 27 L 24.5 27 C 26.981 27 29 24.981 29 22.5 C 29 20.475 27.6555 18.757359 25.8125 18.193359 C 25.9365 17.809359 26 17.406047 26 16.998047 C 26 14.792047 24.206 12.998047 22 12.998047 L 20.931641 12.998047 C 20.674641 11.225047 19.738391 10.531906 19.025391 10.003906 C 18.278391 9.4499062 17.785141 9.0824688 17.994141 7.1054688 L 18.111328 6 L 17 6 z M 15.953125 8.1875 C 16.026125 10.0915 16.852937 10.880375 17.835938 11.609375 C 18.536938 12.130375 19 12.474 19 14 L 19 15 L 22 15 C 23.103 15 24 15.897 24 17 C 24 17.483 23.813562 17.954125 23.476562 18.328125 L 21.964844 20 L 24.5 20 C 25.879 20 27 21.121 27 22.5 C 27 23.879 25.879 25 24.5 25 L 7.5 25 C 6.121 25 5 23.879 5 22.5 C 5 21.121 6.121 20 7.5 20 L 10.035156 20 L 8.5234375 18.328125 C 8.1864375 17.954125 8 17.483 8 17 C 8 15.897 8.897 15 10 15 L 13 15 L 13 12.363281 C 13 10.362281 14.426125 8.7275 15.953125 8.1875 z M 12 17 A 1 1 0 0 0 12 19 A 1 1 0 0 0 12 17 z M 20 17 A 1 1 0 0 0 20 19 A 1 1 0 0 0 20 17 z M 14 20 C 14 21.105 14.895 22 16 22 C 17.105 22 18 21.105 18 20 L 14 20 z\"/></svg></li><li title=\"poo storm solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 17 4 C 14.162 4 11 6.6132812 11 10.363281 L 11 11 L 10 11 C 7.794 11 6 12.794 6 15 C 6 15.408 6.0645 15.811313 6.1875 16.195312 C 4.3455 16.758312 3 18.475 3 20.5 C 3 22.981 5.019 25 7.5 25 L 15 25 L 15 24.410156 L 10.769531 23 L 7.5 23 C 6.121 23 5 21.879 5 20.5 C 5 19.121 6.121 18 7.5 18 L 10.035156 18 L 8.5234375 16.328125 C 8.1864375 15.954125 8 15.483 8 15 C 8 13.897 8.897 13 10 13 L 13 13 L 13 10.363281 C 13 8.3622813 14.426125 6.7265 15.953125 6.1875 C 16.026125 8.0915 16.851937 8.879375 17.835938 9.609375 C 18.536938 10.130375 19 10.474 19 12 L 19 13 L 22 13 C 23.103 13 24 13.897 24 15 C 24 15.483 23.813562 15.954125 23.476562 16.328125 L 21.964844 18 L 24.5 18 C 25.879 18 27 19.121 27 20.5 C 27 21.879 25.879 23 24.5 23 L 21.923828 23 L 21 25 L 24.5 25 C 26.981 25 29 22.981 29 20.5 C 29 18.475 27.6555 16.758312 25.8125 16.195312 C 25.9365 15.811312 26 15.408 26 15 C 26 12.794 24.206 11 22 11 L 20.933594 11 C 20.676594 9.227 19.740344 8.5319062 19.027344 8.0039062 C 18.280344 7.4489063 17.785141 7.0814688 17.994141 5.1054688 L 18.111328 4 L 17 4 z M 17 15.5 L 14 21.96875 L 17 22.96875 L 17 28.5 L 20 22 L 17 21 L 17 15.5 z\"/></svg></li><li title=\"poop solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 21.125 4 L 19.46875 4.625 C 17.605469 5.328125 16.394531 6.054688 15.59375 6.8125 C 14.792969 7.570313 14.414063 8.402344 14.21875 9.03125 C 14.023438 9.660156 13.945313 10.027344 13.8125 10.21875 C 13.695313 10.386719 13.492188 10.589844 12.84375 10.78125 C 12.832031 10.773438 12.753906 10.722656 12.75 10.71875 L 12.71875 10.71875 C 12.21875 10.390625 11.648438 10.1875 11.09375 10.09375 C 9.429688 9.8125 7.6875 10.539063 6.71875 12.09375 L 6.6875 12.125 C 6.09375 13.132813 5.769531 14.410156 5.9375 15.75 C 5.988281 16.15625 6.089844 16.570313 6.25 16.96875 C 4.785156 17.054688 3.410156 17.878906 2.625 19.21875 L 2.59375 19.21875 C 1.375 21.371094 2.117188 24.148438 4.28125 25.375 L 4.3125 25.375 L 4.3125 25.40625 C 4.425781 25.460938 5.757813 26.164063 7.75 26.78125 C 9.742188 27.398438 12.53125 28 16 28 C 19.46875 28 22.253906 27.421875 24.25 26.8125 C 26.222656 26.207031 27.332031 25.613281 27.71875 25.375 C 27.722656 25.371094 27.746094 25.347656 27.75 25.34375 C 29.882813 24.105469 30.601563 21.378906 29.375 19.28125 L 29.40625 19.28125 C 28.832031 18.265625 27.933594 17.574219 26.90625 17.25 C 26.90625 17.246094 26.875 17.253906 26.875 17.25 C 26.558594 16.109375 25.808594 15.132813 24.78125 14.5625 C 24.917969 14.125 25 13.617188 25 13 C 25 11.839844 24.585938 10.863281 24.03125 10.15625 C 23.476563 9.449219 22.808594 8.976563 22.25 8.53125 C 21.691406 8.085938 21.242188 7.675781 21 7.28125 C 20.757813 6.886719 20.636719 6.511719 20.78125 5.75 Z M 18.875 7.1875 C 18.96875 7.605469 19.109375 8.011719 19.3125 8.34375 C 19.785156 9.113281 20.417969 9.601563 21 10.0625 C 21.582031 10.523438 22.125 10.964844 22.46875 11.40625 C 22.8125 11.847656 23 12.269531 23 13 C 23 13.480469 22.945313 13.773438 22.875 14 C 20.148438 13.601563 17.761719 12.914063 16 12.25 C 15.648438 12.117188 15.339844 11.976563 15.03125 11.84375 C 15.199219 11.695313 15.347656 11.519531 15.46875 11.34375 C 15.917969 10.691406 15.980469 10.058594 16.125 9.59375 C 16.269531 9.128906 16.433594 8.757813 16.96875 8.25 C 17.289063 7.945313 18.179688 7.550781 18.875 7.1875 Z M 10.3125 11.96875 C 10.753906 11.964844 11.207031 12.101563 11.625 12.375 C 12.175781 12.757813 13.355469 13.359375 15.3125 14.09375 C 17.289063 14.835938 19.933594 15.625 23.03125 16.03125 L 23.0625 16.03125 C 23.757813 16.117188 24.332031 16.527344 24.6875 17.125 C 24.332031 17.191406 23.964844 17.285156 23.625 17.4375 C 23.574219 17.460938 23.519531 17.445313 23.46875 17.46875 C 23.429688 17.480469 23.421875 17.492188 23.40625 17.5 C 23.375 17.515625 23.34375 17.515625 23.3125 17.53125 C 23.285156 17.542969 23.253906 17.578125 23.21875 17.59375 C 23.132813 17.632813 23.007813 17.683594 22.84375 17.75 C 22.519531 17.886719 22.035156 18.0625 21.40625 18.25 C 20.148438 18.621094 18.320313 19 16 19 C 14.277344 19 12.804688 18.804688 11.65625 18.5625 C 11.296875 18.476563 10.949219 18.382813 10.625 18.28125 C 9.972656 18.074219 9.367188 17.777344 9.375 17.78125 C 8.40625 17.128906 8.011719 16.34375 7.90625 15.5 C 7.800781 14.65625 8.035156 13.757813 8.40625 13.125 C 8.875 12.371094 9.578125 11.976563 10.3125 11.96875 Z M 6.28125 18.9375 C 6.757813 18.902344 7.257813 19.019531 7.71875 19.28125 C 7.726563 19.285156 7.742188 19.308594 7.75 19.3125 C 7.804688 19.34375 7.875 19.375 7.9375 19.40625 C 8.0625 19.472656 8.207031 19.539063 8.40625 19.625 C 8.804688 19.796875 9.355469 19.984375 10.0625 20.1875 C 10.3125 20.257813 10.617188 20.335938 10.90625 20.40625 C 11.011719 20.433594 11.109375 20.472656 11.21875 20.5 C 11.230469 20.503906 11.238281 20.496094 11.25 20.5 C 11.648438 20.601563 12.042969 20.691406 12.4375 20.75 L 12.4375 20.71875 C 13.480469 20.890625 14.664063 21 16 21 C 18.535156 21 20.558594 20.574219 21.96875 20.15625 C 22.675781 19.945313 23.242188 19.722656 23.625 19.5625 C 23.765625 19.503906 23.84375 19.449219 23.9375 19.40625 L 24.03125 19.40625 L 24.0625 19.375 L 24.25 19.28125 C 25.492188 18.617188 26.984375 19.011719 27.6875 20.25 L 27.6875 20.28125 C 28.371094 21.449219 27.976563 22.960938 26.75 23.65625 L 26.71875 23.65625 L 26.71875 23.6875 C 26.640625 23.734375 25.515625 24.347656 23.6875 24.90625 C 21.859375 25.464844 19.25 26 16 26 C 12.75 26 10.144531 25.472656 8.3125 24.90625 C 6.503906 24.34375 5.597656 23.832031 5.25 23.65625 C 5.234375 23.648438 5.230469 23.632813 5.21875 23.625 C 4.023438 22.917969 3.652344 21.441406 4.34375 20.21875 C 4.691406 19.636719 5.210938 19.203125 5.8125 19.03125 C 5.964844 18.988281 6.121094 18.949219 6.28125 18.9375 Z\"/></svg></li><li title=\"portrait solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 7 5 L 7 27 L 25 27 L 25 5 Z M 9 7 L 23 7 L 23 25 L 9 25 Z M 16 10 C 13.800781 10 12 11.800781 12 14 C 12 15.113281 12.476563 16.117188 13.21875 16.84375 C 11.886719 17.746094 11 19.28125 11 21 L 13 21 C 13 19.332031 14.332031 18 16 18 C 17.667969 18 19 19.332031 19 21 L 21 21 C 21 19.28125 20.113281 17.746094 18.78125 16.84375 C 19.523438 16.117188 20 15.113281 20 14 C 20 11.800781 18.199219 10 16 10 Z M 16 12 C 17.117188 12 18 12.882813 18 14 C 18 15.117188 17.117188 16 16 16 C 14.882813 16 14 15.117188 14 14 C 14 12.882813 14.882813 12 16 12 Z\"/></svg></li><li title=\"pound sign solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 17.6875 5 C 17.417969 5 17.140625 5.027344 16.875 5.0625 C 13.699219 5.476563 11 8.203125 11 11.65625 C 11 12.785156 11.28125 13.898438 11.65625 15 L 9 15 L 9 17 L 12.40625 17 C 12.605469 17.554688 12.765625 18.101563 12.90625 18.65625 C 13.46875 20.863281 13.527344 22.839844 11.53125 25 L 8 25 L 8 27 L 24 27 L 24 22 L 22 22 L 22 25 L 14.0625 25 C 15.453125 22.695313 15.378906 20.253906 14.84375 18.15625 C 14.742188 17.757813 14.617188 17.382813 14.5 17 L 20 17 L 20 15 L 13.84375 15 C 13.390625 13.691406 13 12.53125 13 11.65625 C 13 8.425781 16.300781 6.113281 19.375 7.34375 L 20.125 5.5 C 19.308594 5.175781 18.496094 5 17.6875 5 Z\"/></svg></li><li title=\"power off solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 15 4 L 15 16 L 17 16 L 17 4 Z M 12 4.6875 C 7.347656 6.339844 4 10.785156 4 16 C 4 22.617188 9.382813 28 16 28 C 22.617188 28 28 22.617188 28 16 C 28 10.785156 24.652344 6.339844 20 4.6875 L 20 6.84375 C 23.527344 8.390625 26 11.910156 26 16 C 26 21.515625 21.515625 26 16 26 C 10.484375 26 6 21.515625 6 16 C 6 11.910156 8.472656 8.390625 12 6.84375 Z\"/></svg></li><li title=\"pray solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 17.5 4 C 15.57 4 14 5.57 14 7.5 C 14 9.43 15.57 11 17.5 11 C 19.43 11 21 9.43 21 7.5 C 21 5.57 19.43 4 17.5 4 z M 17.5 6 C 18.327 6 19 6.673 19 7.5 C 19 8.327 18.327 9 17.5 9 C 16.673 9 16 8.327 16 7.5 C 16 6.673 16.673 6 17.5 6 z M 13.15625 12 C 12.05325 12 11.060953 12.654922 10.626953 13.669922 L 8.6601562 18.255859 C 8.1411562 19.467859 8.4643906 20.858672 9.5253906 21.763672 L 13.943359 25 L 7 25 L 7 27 L 15.484375 27 C 16.133375 27 16.706203 26.587703 16.908203 25.970703 C 17.110203 25.353703 16.892141 24.681828 16.369141 24.298828 L 10.767578 20.197266 C 10.433578 19.911266 10.325047 19.448922 10.498047 19.044922 L 12.464844 14.457031 C 12.667844 13.983031 13.368844 13.866141 13.714844 14.244141 L 16.148438 18.232422 L 16.220703 18.335938 C 16.535703 18.728937 17.005813 18.971047 17.507812 18.998047 C 18.018813 19.024047 18.502422 18.836469 18.857422 18.480469 L 22.779297 13.628906 L 21.222656 12.371094 L 17.630859 16.822266 L 15.380859 13.136719 L 15.308594 13.033203 C 14.782594 12.376203 13.99725 12 13.15625 12 z\"/></svg></li><li title=\"praying hands solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 15 3 C 13.355469 3 12 4.355469 12 6 L 12.015625 5.835938 L 11.03125 11.746094 L 9.140625 16.917969 C 9.105469 16.964844 9.0625 17 9 17 L 8 17 L 8 16 L 3 16 L 3 29 L 8 29 L 8 26 L 11.925781 26 C 13.570313 26 15.050781 25.203125 16 23.964844 C 16.949219 25.203125 18.429688 26 20.074219 26 L 24 26 L 24 29 L 29 29 L 29 16 L 24 16 L 24 17 L 23 17 C 22.9375 17 22.894531 16.964844 22.859375 16.917969 L 20.96875 11.746094 L 19.984375 5.835938 L 20 6 C 20 4.355469 18.644531 3 17 3 C 16.660156 3 16.3125 3.066406 16 3.226563 C 15.6875 3.066406 15.339844 3 15 3 Z M 14.964844 5.015625 C 14.984375 5.160156 15 5.488281 15 6 L 15 21.4375 C 14.722656 22.921875 13.445313 24 11.925781 24 L 8 24 L 8 19 L 9 19 C 9.785156 19 10.515625 18.574219 10.902344 17.890625 L 10.941406 17.816406 L 12.96875 12.253906 L 14 6.082031 L 14 6 C 14 5.449219 14.421875 5.035156 14.964844 5.015625 Z M 17.035156 5.015625 C 17.578125 5.035156 18 5.449219 18 6 L 18 6.082031 L 19.03125 12.253906 L 21.058594 17.816406 L 21.097656 17.890625 C 21.484375 18.574219 22.214844 19 23 19 L 24 19 L 24 24 L 20.074219 24 C 18.554688 24 17.277344 22.921875 17 21.4375 L 17 6 C 17 5.488281 17.015625 5.160156 17.035156 5.015625 Z M 5 18 L 6 18 L 6 27 L 5 27 Z M 26 18 L 27 18 L 27 27 L 26 27 Z\"/></svg></li><li title=\"prescription bottle alt solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 9.9277344 3 C 8.9747344 3 8.1174063 3.5308125 7.6914062 4.3828125 L 7.3828125 5 L 7 5 C 5.897 5 5 5.897 5 7 L 5 11 L 6 11 L 6 27 C 6 28.103 6.897 29 8 29 L 24 29 C 25.103 29 26 28.103 26 27 L 26 11 L 27 11 L 27 7 C 27 5.897 26.103 5 25 5 L 24.617188 5 L 24.308594 4.3828125 C 23.883594 3.5308125 23.026266 3 22.072266 3 L 9.9277344 3 z M 9.9277344 5 L 22.072266 5 C 22.263266 5 22.434531 5.1053906 22.519531 5.2753906 L 23.382812 7 L 25 7 L 25 9 L 7 9 L 7 7 L 8.6171875 7 L 9.4804688 5.2753906 C 9.5654687 5.1053906 9.7367344 5 9.9277344 5 z M 8 11 L 24 11 L 24 27 L 8 27 L 8 11 z M 15 14 L 15 18 L 11 18 L 11 20 L 15 20 L 15 24 L 17 24 L 17 20 L 21 20 L 21 18 L 17 18 L 17 14 L 15 14 z\"/></svg></li><li title=\"prescription bottle solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 9.9277344 3 C 8.9747344 3 8.1174063 3.5308125 7.6914062 4.3828125 L 7.3828125 5 L 7 5 C 5.897 5 5 5.897 5 7 L 5 11 L 6 11 L 6 27 C 6 28.103 6.897 29 8 29 L 24 29 C 25.103 29 26 28.103 26 27 L 26 11 L 27 11 L 27 7 C 27 5.897 26.103 5 25 5 L 24.617188 5 L 24.308594 4.3828125 C 23.883594 3.5308125 23.026266 3 22.072266 3 L 9.9277344 3 z M 9.9277344 5 L 22.072266 5 C 22.263266 5 22.434531 5.1053906 22.519531 5.2753906 L 23.382812 7 L 25 7 L 25 9 L 7 9 L 7 7 L 8.6171875 7 L 9.4804688 5.2753906 C 9.5654687 5.1053906 9.7367344 5 9.9277344 5 z M 8 11 L 24 11 L 24 27 L 8 27 L 8 24 L 14 24 L 14 22 L 8 22 L 8 20 L 14 20 L 14 18 L 8 18 L 8 16 L 14 16 L 14 14 L 8 14 L 8 11 z\"/></svg></li><li title=\"prescription solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6 3 L 6 13 L 6 19 L 8 19 L 8 13 L 12.994141 13 L 17.769531 21.828125 L 13.107422 29 L 15.492188 29 L 19.392578 23 L 19.607422 23 L 23.507812 29 L 25.892578 29 L 21.244141 21.851562 L 25.240234 15 L 22.925781 15 L 19.513672 20.849609 L 15.03125 12.560547 C 16.777015 11.779683 18 10.03282 18 8 C 18 5.243 15.757 3 13 3 L 8 3 L 6 3 z M 8 5 L 13 5 C 14.654 5 16 6.346 16 8 C 16 9.654 14.654 11 13 11 L 8 11 L 8 5 z\"/></svg></li><li title=\"print solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 9 4 L 9 11 L 7 11 C 5.355469 11 4 12.355469 4 14 L 4 24 L 9 24 L 9 28 L 23 28 L 23 24 L 28 24 L 28 14 C 28 12.355469 26.644531 11 25 11 L 23 11 L 23 4 Z M 11 6 L 21 6 L 21 11 L 11 11 Z M 7 13 L 25 13 C 25.566406 13 26 13.433594 26 14 L 26 22 L 23 22 L 23 18 L 9 18 L 9 22 L 6 22 L 6 14 C 6 13.433594 6.433594 13 7 13 Z M 8 14 C 7.449219 14 7 14.449219 7 15 C 7 15.550781 7.449219 16 8 16 C 8.550781 16 9 15.550781 9 15 C 9 14.449219 8.550781 14 8 14 Z M 11 20 L 21 20 L 21 26 L 11 26 Z\"/></svg></li><li title=\"procedures solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 17.125 0.4375 L 14.375 6 L 9 6 L 9 8 L 15.625 8 L 16.875 5.4375 L 19.71875 13 L 23.5 8 L 28 8 L 28 6 L 22.5 6 L 20.28125 8.875 L 17.125 0.4375 z M 6.5 11 C 5.117 11 4 12.117 4 13.5 L 4 28 L 9 28 L 9 26 L 23 26 L 23 28 L 28 28 L 28 17 C 28 15.355 26.645 14 25 14 L 13 14 L 13 14.5625 C 12.406 14.2145 11.734 14 11 14 C 10.266 14 9.594 14.2145 9 14.5625 L 9 13.5 C 9 12.117 7.883 11 6.5 11 z M 6.5 13 C 6.715 13 7 13.285 7 13.5 L 7 22 L 26 22 L 26 26 L 25 26 L 25 24 L 7 24 L 7 26 L 6 26 L 6 13.5 C 6 13.285 6.285 13 6.5 13 z M 11 16 C 12.117 16 13 16.883 13 18 C 13 19.117 12.117 20 11 20 C 9.883 20 9 19.117 9 18 C 9 16.883 9.883 16 11 16 z M 15 16 L 25 16 C 25.555 16 26 16.445 26 17 L 26 20 L 15 20 L 15 16 z\"/></svg></li><li title=\"product hunt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 8.832 23.168 3 16 3 z M 16 5 C 22.065 5 27 9.935 27 16 C 27 22.065 22.065 27 16 27 C 9.935 27 5 22.065 5 16 C 5 9.935 9.935 5 16 5 z M 13 11 L 13 22 L 15 22 L 15 18 L 17.5 18 C 19.431 18 21 16.431 21 14.5 C 21 12.569 19.431 11 17.5 11 L 13 11 z M 15 13 L 17.5 13 C 18.327 13 19 13.673 19 14.5 C 19 15.327 18.327 16 17.5 16 L 15 16 L 15 13 z\"/></svg></li><li title=\"project diagram solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 3 6 L 3 14 L 8.6347656 14 L 12 19.908203 L 12 27 L 20 27 L 20 19 L 13.783203 19 L 10.9375 14 L 11 14 L 11 11 L 21 11 L 21 14 L 29 14 L 29 6 L 21 6 L 21 9 L 11 9 L 11 6 L 3 6 z M 5 8 L 9 8 L 9 12 L 5 12 L 5 8 z M 23 8 L 27 8 L 27 12 L 23 12 L 23 8 z M 14.417969 21 L 18 21 L 18 25 L 14 25 L 14 21.238281 L 14.417969 21 z\"/></svg></li><li title=\"pushed \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 20.53125 4.0039062 C 20.409496 3.9940918 20.287844 4.0006875 20.167969 4.0234375 L 5.6308594 6.4023438 C 4.8218594 6.5473437 4.238375 7.3832813 4.484375 8.3632812 L 10.115234 27.025391 C 10.463234 28.166391 12.081875 28.322391 12.671875 27.400391 L 14.5625 23.072266 L 27.390625 10.677734 C 28.269625 9.7777344 27.620031 8.3793438 26.457031 8.2773438 L 20.955078 7.796875 L 21.705078 6.0058594 C 22.192453 4.9042344 21.383527 4.0726074 20.53125 4.0039062 z M 20.371094 5.1542969 C 20.644094 5.1162969 20.773391 5.2877813 20.650391 5.5507812 L 19.75 7.6894531 L 10.244141 6.8164062 L 20.371094 5.1542969 z M 5.96875 7.5761719 L 19.294922 8.7929688 L 14.101562 21.152344 L 5.640625 8.0625 C 5.474625 7.7895 5.69575 7.5281719 5.96875 7.5761719 z M 20.488281 8.9042969 L 26.414062 9.4257812 C 26.629062 9.4837812 26.721688 9.7077656 26.554688 9.8847656 L 15.681641 20.355469 L 20.488281 8.9042969 z M 6.7558594 11.910156 L 13.597656 22.498047 C 13.222656 23.301047 11.712891 26.736328 11.712891 26.736328 C 11.573891 26.950328 11.288031 26.903828 11.207031 26.673828 L 6.7558594 11.910156 z\"/></svg></li><li title=\"puzzle piece solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 17 3 C 14.789063 3 13 4.789063 13 7 L 7 7 L 7 12 C 4.789063 12 3 13.789063 3 16 C 3 18.210938 4.789063 20 7 20 L 7 25 L 13 25 C 13 27.210938 14.789063 29 17 29 C 19.210938 29 21 27.210938 21 25 L 27 25 L 27 18 L 25 18 C 23.808594 18 23 17.191406 23 16 C 23 14.808594 23.808594 14 25 14 L 27 14 L 27 7 L 21 7 C 21 4.789063 19.210938 3 17 3 Z M 17 5 C 18.191406 5 19 5.808594 19 7 L 19 9 L 25 9 L 25 12 C 22.789063 12 21 13.789063 21 16 C 21 18.210938 22.789063 20 25 20 L 25 23 L 19 23 L 19 25 C 19 26.191406 18.191406 27 17 27 C 15.808594 27 15 26.191406 15 25 L 15 23 L 9 23 L 9 18 L 7 18 C 5.808594 18 5 17.191406 5 16 C 5 14.808594 5.808594 14 7 14 L 9 14 L 9 9 L 15 9 L 15 7 C 15 5.808594 15.808594 5 17 5 Z\"/></svg></li><li title=\"python \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 5 C 11.011719 5 11 7 11 7 L 11 11 L 17 11 L 17 12 L 7 12 C 7 12 4 11.539063 4 17 C 4 22.460938 7 22 7 22 L 10 22 L 10 20.375 C 10 17.964844 11.964844 16 14.375 16 L 17.625 16 C 19.484375 16 21 15.484375 21 13.625 L 21 7 C 21 7 20.988281 5 16 5 Z M 13 7 C 13.550781 7 14 7.449219 14 8 C 14 8.550781 13.550781 9 13 9 C 12.449219 9 12 8.550781 12 8 C 12 7.449219 12.449219 7 13 7 Z M 22 11 L 22 13.625 C 22 16.035156 20.035156 17 17.625 17 L 14.375 17 C 12.515625 17 11 18.515625 11 20.375 L 11 26 C 11 26 11.0625 28 16 28 C 20.9375 28 21 26 21 26 L 21 22 L 15 22 L 15 21 L 25 21 C 25 21 28 21.503906 28 16 C 28 10.496094 25 11 25 11 Z M 19 24 C 19.550781 24 20 24.449219 20 25 C 20 25.550781 19.550781 26 19 26 C 18.449219 26 18 25.550781 18 25 C 18 24.449219 18.449219 24 19 24 Z\"/></svg></li><li title=\"qq \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 5.886719 C 22.085938 5.886719 22.394531 11.324219 22.730469 12.394531 C 22.730469 12.394531 23.210938 12.929688 23.324219 13.746094 C 23.398438 14.273438 23.097656 14.871094 23.097656 14.871094 C 23.097656 14.871094 25.042969 17.492188 25.042969 19.550781 C 25.042969 20.835938 24.664063 21.5 24.222656 21.5 C 23.777344 21.5 23.128906 20.140625 23.128906 20.140625 C 23.128906 20.140625 22.113281 22.308594 21.605469 22.621094 C 21.097656 22.929688 23.4375 23.269531 23.4375 24.28125 C 23.4375 25.296875 21.578125 25.746094 20.058594 25.746094 C 18.535156 25.746094 16.113281 24.957031 16.113281 24.957031 L 15.238281 24.929688 C 15.238281 24.929688 14.5625 25.886719 11.773438 25.886719 C 8.984375 25.886719 7.773438 25.128906 7.773438 24.226563 C 7.773438 23.011719 9.550781 22.847656 9.550781 22.847656 C 9.550781 22.847656 8.417969 22.53125 7.460938 19.851563 C 7.460938 19.851563 6.796875 21.296875 5.859375 21.296875 C 5.859375 21.296875 5.464844 21.0625 5.464844 19.746094 C 5.464844 17.023438 7.421875 15.695313 8.265625 14.878906 C 8.265625 14.878906 8.125 14.523438 8.199219 14.082031 C 8.28125 13.589844 8.574219 13.292969 8.574219 13.292969 C 8.574219 13.292969 8.464844 12.703125 8.875 12.226563 C 8.957031 10.902344 9.914063 5.886719 16 5.886719 M 16 3.886719 C 9.601563 3.886719 7.332031 8.476563 6.929688 11.554688 C 6.738281 11.929688 6.628906 12.316406 6.585938 12.679688 C 6.433594 12.96875 6.296875 13.324219 6.226563 13.746094 C 6.207031 13.851563 6.195313 13.960938 6.1875 14.0625 C 5.078125 15.082031 3.464844 16.820313 3.464844 19.746094 C 3.464844 21.777344 4.210938 22.644531 4.839844 23.015625 L 5.308594 23.296875 L 5.859375 23.296875 C 5.875 23.296875 5.890625 23.296875 5.910156 23.296875 C 5.820313 23.582031 5.773438 23.890625 5.773438 24.226563 C 5.773438 25.085938 6.207031 27.890625 11.773438 27.890625 C 13.8125 27.890625 15.085938 27.449219 15.867188 26.976563 C 16.6875 27.222656 18.605469 27.746094 20.054688 27.746094 C 23.324219 27.746094 25.4375 26.386719 25.4375 24.28125 C 25.4375 23.90625 25.363281 23.574219 25.242188 23.277344 C 26.207031 22.839844 27.039063 21.710938 27.039063 19.550781 C 27.039063 17.65625 25.992188 15.667969 25.28125 14.535156 C 25.335938 14.210938 25.355469 13.847656 25.304688 13.472656 C 25.1875 12.632813 24.851563 11.964844 24.582031 11.546875 C 24.574219 11.507813 24.566406 11.46875 24.558594 11.429688 C 23.511719 6.421875 20.628906 3.886719 16 3.886719 Z\"/></svg></li><li title=\"qrcode solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 13 L 7 13 L 7 15 L 9 15 L 9 13 L 13 13 L 13 5 Z M 13 13 L 13 15 L 15 15 L 15 17 L 11 17 L 11 19 L 5 19 L 5 27 L 13 27 L 13 19 L 19 19 L 19 17 L 17 17 L 17 15 L 21 15 L 21 13 L 23 13 L 23 15 L 25 15 L 25 13 L 27 13 L 27 5 L 19 5 L 19 13 Z M 25 15 L 25 17 L 27 17 L 27 15 Z M 25 17 L 23 17 L 23 19 L 25 19 Z M 25 19 L 25 21 L 27 21 L 27 19 Z M 25 21 L 23 21 L 23 19 L 21 19 L 21 21 L 16 21 L 16 27 L 18 27 L 18 23 L 22 23 L 22 25 L 24 25 L 24 23 L 25 23 Z M 22 25 L 20 25 L 20 27 L 22 27 Z M 23 17 L 23 15 L 21 15 L 21 17 Z M 11 17 L 11 15 L 9 15 L 9 17 Z M 7 15 L 5 15 L 5 17 L 7 17 Z M 15 5 L 15 9 L 14 9 L 14 11 L 15 11 L 15 12 L 17 12 L 17 9 L 18 9 L 18 7 L 17 7 L 17 5 Z M 7 7 L 11 7 L 11 11 L 7 11 Z M 21 7 L 25 7 L 25 11 L 21 11 Z M 8 8 L 8 10 L 10 10 L 10 8 Z M 22 8 L 22 10 L 24 10 L 24 8 Z M 7 21 L 11 21 L 11 25 L 7 25 Z M 8 22 L 8 24 L 10 24 L 10 22 Z M 25 25 L 25 27 L 27 27 L 27 25 Z\"/></svg></li><li title=\"question circle solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 9.382813 4 4 9.382813 4 16 C 4 22.617188 9.382813 28 16 28 C 22.617188 28 28 22.617188 28 16 C 28 9.382813 22.617188 4 16 4 Z M 16 6 C 21.535156 6 26 10.464844 26 16 C 26 21.535156 21.535156 26 16 26 C 10.464844 26 6 21.535156 6 16 C 6 10.464844 10.464844 6 16 6 Z M 16 10 C 13.800781 10 12 11.800781 12 14 L 14 14 C 14 12.882813 14.882813 12 16 12 C 17.117188 12 18 12.882813 18 14 C 18 14.765625 17.507813 15.445313 16.78125 15.6875 L 16.375 15.8125 C 15.558594 16.082031 15 16.863281 15 17.71875 L 15 19 L 17 19 L 17 17.71875 L 17.40625 17.59375 C 18.945313 17.082031 20 15.621094 20 14 C 20 11.800781 18.199219 10 16 10 Z M 15 20 L 15 22 L 17 22 L 17 20 Z\"/></svg></li><li title=\"question circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 9.382813 4 4 9.382813 4 16 C 4 22.617188 9.382813 28 16 28 C 22.617188 28 28 22.617188 28 16 C 28 9.382813 22.617188 4 16 4 Z M 16 6 C 21.535156 6 26 10.464844 26 16 C 26 21.535156 21.535156 26 16 26 C 10.464844 26 6 21.535156 6 16 C 6 10.464844 10.464844 6 16 6 Z M 16 10 C 13.800781 10 12 11.800781 12 14 L 14 14 C 14 12.882813 14.882813 12 16 12 C 17.117188 12 18 12.882813 18 14 C 18 14.765625 17.507813 15.445313 16.78125 15.6875 L 16.375 15.8125 C 15.558594 16.082031 15 16.863281 15 17.71875 L 15 19 L 17 19 L 17 17.71875 L 17.40625 17.59375 C 18.945313 17.082031 20 15.621094 20 14 C 20 11.800781 18.199219 10 16 10 Z M 15 20 L 15 22 L 17 22 L 17 20 Z\"/></svg></li><li title=\"question solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 11.671875 4 8 7.054688 8 11 L 8 14 L 14 14 L 14 11 C 14 10.851563 14.089844 10.636719 14.4375 10.40625 C 14.785156 10.175781 15.351563 10 16 10 C 16.652344 10 17.21875 10.175781 17.5625 10.40625 C 17.90625 10.636719 18 10.835938 18 11 C 18 11.578125 17.8125 11.980469 17.4375 12.4375 C 17.0625 12.894531 16.480469 13.367188 15.84375 13.90625 C 14.566406 14.988281 13 16.496094 13 19 L 13 20 L 19 20 L 19 19 C 19 18.660156 19.125 18.421875 19.5 18.03125 C 19.875 17.640625 20.496094 17.179688 21.15625 16.625 C 22.476563 15.515625 24 13.816406 24 11 C 24 7.089844 20.335938 4 16 4 Z M 16 6 C 19.394531 6 22 8.367188 22 11 C 22 13.144531 21.023438 14.101563 19.84375 15.09375 C 19.253906 15.589844 18.625 16.074219 18.0625 16.65625 C 17.714844 17.015625 17.445313 17.484375 17.25 18 L 15.3125 18 C 15.625 16.988281 16.234375 16.21875 17.15625 15.4375 C 17.769531 14.921875 18.4375 14.382813 19 13.6875 C 19.5625 12.992188 20 12.082031 20 11 C 20 10.039063 19.429688 9.242188 18.6875 8.75 C 17.945313 8.257813 17.003906 8 16 8 C 14.992188 8 14.050781 8.257813 13.3125 8.75 C 12.574219 9.242188 12 10.042969 12 11 L 12 12 L 10 12 L 10 11 C 10 8.316406 12.597656 6 16 6 Z M 13 22 L 13 28 L 19 28 L 19 22 Z M 15 24 L 17 24 L 17 26 L 15 26 Z\"/></svg></li><li title=\"quidditch solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 28.402344 5.203125 L 17.839844 13.119141 L 17.410156 12.546875 L 17.40625 12.546875 L 16.361328 11.160156 L 14.763672 12.363281 L 15.158203 12.886719 L 10.615234 13.570312 C 8.5702344 13.895312 6.7595781 14.987531 5.5175781 16.644531 L 3 20 L 4.6914062 20 C 3.5274062 21.447 2.6854219 23.135219 2.2324219 24.949219 L 1.7207031 27 L 8.84375 27 C 12.34675 27 15.504266 24.787766 16.697266 21.509766 L 18.361328 17.136719 L 18.71875 17.611328 L 20.314453 16.408203 L 19.041016 14.716797 L 29.601562 6.8027344 L 28.402344 5.203125 z M 16.525391 14.701172 L 16.9375 15.25 L 14.822266 20.8125 C 13.910266 23.3175 11.50875 25 8.84375 25 L 4.2890625 25 C 4.8030625 23.257 5.7462031 21.666859 7.0332031 20.380859 L 9.4121094 18 L 7 18 L 7.1152344 17.84375 C 8.0452344 16.60475 9.400875 15.788875 10.921875 15.546875 L 16.525391 14.701172 z M 23.5 20 C 21.57 20 20 21.57 20 23.5 C 20 25.43 21.57 27 23.5 27 C 25.43 27 27 25.43 27 23.5 C 27 21.57 25.43 20 23.5 20 z M 23.5 22 C 24.327 22 25 22.673 25 23.5 C 25 24.327 24.327 25 23.5 25 C 22.673 25 22 24.327 22 23.5 C 22 22.673 22.673 22 23.5 22 z\"/></svg></li><li title=\"quinscape \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 9.373 4 4 9.373 4 16 C 4 22.627 9.373 28 16 28 C 17.315 28 18.568 27.764094 19.75 27.371094 C 19.595 27.250094 19.445734 27.124234 19.302734 26.990234 C 15.252734 26.884234 12 23.575 12 19.5 C 12 15.358 15.358 12 19.5 12 C 23.575 12 26.884234 15.252734 26.990234 19.302734 C 27.123234 19.446734 27.249094 19.596 27.371094 19.75 C 27.764094 18.568 28 17.315 28 16 C 28 9.373 22.627 4 16 4 z M 23 18 A 5 5 0 0 0 23 28 A 5 5 0 0 0 23 18 z\"/></svg></li><li title=\"quora \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 15.492188 4 C 10.201187 4 5 8.2304531 5 14.439453 C 5 21.556453 11.968844 26.19875 18.214844 24.46875 C 19.260844 26.25175 20.638625 28 23.265625 28 C 27.606625 28 28 24 28 23 L 26.445312 23 C 26.365313 23.716 25.877594 24.457031 24.683594 24.457031 C 23.595594 24.457031 22.810641 23.704594 22.056641 22.558594 C 24.402641 20.743594 25.949219 17.9135 25.949219 14.4375 C 25.954219 8.2025 20.894188 4 15.492188 4 z M 15.492188 6 C 19.536188 6 21.261719 8.9094531 21.261719 14.439453 C 21.266719 16.657453 20.973047 18.450484 20.373047 19.771484 C 19.338047 18.221484 18.054578 17.001953 15.517578 17.001953 C 13.898578 17.001953 12.792719 17.473344 12.011719 18.152344 L 12.658203 19.443359 C 12.987203 19.284359 13.193688 19.289062 13.554688 19.289062 C 15.438688 19.289062 16.404562 20.924969 17.226562 22.542969 C 16.695563 22.701969 16.126234 22.765625 15.490234 22.765625 C 11.510234 22.765625 9.7851563 19.952219 9.7851562 14.449219 C 9.7861563 8.9082188 11.512187 6 15.492188 6 z\"/></svg></li><li title=\"quote left solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 10 8 C 6.699219 8 4 10.699219 4 14 L 4 24 L 14 24 L 14 14 L 6 14 C 6 11.78125 7.78125 10 10 10 Z M 24 8 C 20.699219 8 18 10.699219 18 14 L 18 24 L 28 24 L 28 14 L 20 14 C 20 11.78125 21.78125 10 24 10 Z M 6 16 L 12 16 L 12 22 L 6 22 Z M 20 16 L 26 16 L 26 22 L 20 22 Z\"/></svg></li><li title=\"quote right solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 4 8 L 4 18 L 12 18 C 12 20.21875 10.21875 22 8 22 L 8 24 C 11.300781 24 14 21.300781 14 18 L 14 8 Z M 18 8 L 18 18 L 26 18 C 26 20.21875 24.21875 22 22 22 L 22 24 C 25.300781 24 28 21.300781 28 18 L 28 8 Z M 6 10 L 12 10 L 12 16 L 6 16 Z M 20 10 L 26 10 L 26 16 L 20 16 Z\"/></svg></li><li title=\"quran solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 8 3 C 6.355469 3 5 4.355469 5 6 L 5 26 C 5 27.644531 6.355469 29 8 29 L 27 29 L 27 3 Z M 8 5 L 25 5 L 25 23 L 8 23 C 7.648438 23 7.316406 23.074219 7 23.1875 L 7 6 C 7 5.433594 7.433594 5 8 5 Z M 8 6 L 8 22 L 24 22 L 24 6 Z M 10 8 L 22 8 L 22 20 L 10 20 Z M 16 9 C 15.449219 9 15 9.449219 15 10 C 15 10.550781 15.449219 11 16 11 C 16.550781 11 17 10.550781 17 10 C 17 9.449219 16.550781 9 16 9 Z M 16 11 L 13 11 L 13 17 L 19 17 L 19 11 Z M 19 14 C 19 14.550781 19.449219 15 20 15 C 20.550781 15 21 14.550781 21 14 C 21 13.449219 20.550781 13 20 13 C 19.449219 13 19 13.449219 19 14 Z M 16 17 C 15.449219 17 15 17.449219 15 18 C 15 18.550781 15.449219 19 16 19 C 16.550781 19 17 18.550781 17 18 C 17 17.449219 16.550781 17 16 17 Z M 13 14 C 13 13.449219 12.550781 13 12 13 C 11.449219 13 11 13.449219 11 14 C 11 14.550781 11.449219 15 12 15 C 12.550781 15 13 14.550781 13 14 Z M 15 13 L 17 13 L 17 15 L 15 15 Z M 8 25 L 25 25 L 25 27 L 8 27 C 7.433594 27 7 26.566406 7 26 C 7 25.433594 7.433594 25 8 25 Z\"/></svg></li><li title=\"r project \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 5 C 8.268 5 2 9.253 2 14.5 C 2 19.285043 7.2177912 23.232664 14 23.892578 L 14 26 L 18 26 L 18 23.892578 C 19.32391 23.763761 20.586459 23.512193 21.763672 23.150391 L 23.330078 26 L 28 26 L 25.300781 21.585938 C 28.178143 19.846052 30 17.321182 30 14.5 C 30 9.253 23.732 5 16 5 z M 17.5 8 C 23.299 8 28 11.134 28 15 C 28 17.130126 26.568065 19.034482 24.316406 20.318359 C 24.089282 20.130562 23.839097 19.975923 23.566406 19.859375 C 25.534017 19.378452 27 17.615626 27 15.5 C 27 13.015 24.985 11 22.5 11 L 14 11 L 14 21.59375 C 9.9241171 20.631974 7 18.046756 7 15 C 7 11.134 11.701 8 17.5 8 z M 18 14 L 21.5 14 C 22.328 14 23 14.672 23 15.5 C 23 16.328 22.328 17 21.5 17 L 18 17 L 18 14 z M 18 20 L 19.128906 20 C 19.686906 20 20.198797 20.303969 20.466797 20.792969 L 20.917969 21.613281 C 19.996409 21.82496 19.017517 21.950414 18 21.982422 L 18 20 z\"/></svg></li><li title=\"radiation alt solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832031 3 3 8.832031 3 16 C 3 23.167969 8.832031 29 16 29 C 23.167969 29 29 23.167969 29 16 C 29 8.832031 23.167969 3 16 3 Z M 16 5 C 22.085938 5 27 9.914063 27 16 C 27 22.085938 22.085938 27 16 27 C 9.914063 27 5 22.085938 5 16 C 5 9.914063 9.914063 5 16 5 Z M 11.5 8.1875 C 8.800781 9.789063 7 12.699219 7 16 L 13.5 16 C 13.5 15.101563 14.011719 14.3125 14.8125 13.8125 Z M 20.5 8.1875 L 17.3125 13.8125 C 18.113281 14.210938 18.59375 15 18.59375 16 L 25 16 C 25 12.699219 23.199219 9.789063 20.5 8.1875 Z M 10.90625 11.1875 L 12.1875 13.5 C 12.085938 13.699219 12.007813 13.800781 11.90625 14 L 9.3125 14 C 9.613281 13 10.207031 11.988281 10.90625 11.1875 Z M 21.09375 11.1875 C 21.894531 11.988281 22.386719 13 22.6875 14 L 20.09375 14 C 19.992188 13.800781 19.914063 13.601563 19.8125 13.5 Z M 16 14.40625 C 15.101563 14.40625 14.40625 15.101563 14.40625 16 C 14.40625 16.898438 15.101563 17.59375 16 17.59375 C 16.898438 17.59375 17.59375 16.898438 17.59375 16 C 17.59375 15.101563 16.898438 14.40625 16 14.40625 Z M 14.6875 18.1875 L 11.5 23.8125 C 12.800781 24.613281 14.398438 25 16 25 C 17.601563 25 19.199219 24.613281 20.5 23.8125 L 17.3125 18.1875 C 16.914063 18.386719 16.5 18.5 16 18.5 C 15.5 18.5 15.085938 18.386719 14.6875 18.1875 Z M 15.6875 20.5 L 16.3125 20.5 L 17.59375 22.8125 C 17.09375 22.914063 16.5 23 16 23 C 15.5 23 14.90625 22.914063 14.40625 22.8125 Z\"/></svg></li><li title=\"radiation solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 9.1601562 3.8886719 L 8.2832031 4.5351562 C 5.2622031 6.7731563 3.3557344 10.194922 3.0527344 13.919922 L 2.9648438 15 L 10.9375 15 L 11.076172 14.162109 C 11.263172 13.035109 11.842031 11.999141 12.707031 11.244141 L 13.345703 10.6875 L 9.1601562 3.8886719 z M 22.839844 3.8886719 L 18.654297 10.6875 L 19.292969 11.244141 C 20.157969 11.998141 20.736828 13.035109 20.923828 14.162109 L 21.0625 15 L 29.035156 15 L 28.945312 13.919922 C 28.642312 10.194922 26.735844 6.7731563 23.714844 4.5351562 L 22.839844 3.8886719 z M 8.6289062 6.8378906 L 10.78125 10.339844 C 10.09525 11.105844 9.5869219 12.017 9.2949219 13 L 5.1894531 13 C 5.6244531 10.631 6.8339063 8.4648906 8.6289062 6.8378906 z M 23.371094 6.8378906 C 25.165094 8.4648906 26.375547 10.631 26.810547 13 L 22.703125 13 C 22.411125 12.017 21.902797 11.105844 21.216797 10.339844 L 23.371094 6.8378906 z M 16 12 C 14.346 12 13 13.347906 13 15.003906 C 13 16.655906 14.346 18 16 18 C 17.654 18 19 16.655906 19 15.003906 C 19 13.347906 17.654 12 16 12 z M 16 14 C 16.551 14 17 14.450906 17 15.003906 C 17 15.552906 16.551 16 16 16 C 15.449 16 15 15.552906 15 15.003906 C 15 14.450906 15.449 14 16 14 z M 13.345703 19.306641 L 9.171875 26.109375 L 10.136719 26.601562 C 11.958719 27.529563 13.932 28 16 28 C 18.068 28 20.042281 27.529563 21.863281 26.601562 L 22.828125 26.109375 L 18.652344 19.306641 L 17.861328 19.638672 C 16.719328 20.118672 15.278719 20.118672 14.136719 19.638672 L 13.345703 19.306641 z M 14.185547 21.763672 C 15.344547 22.076672 16.657406 22.076672 17.816406 21.763672 L 19.964844 25.263672 C 17.454844 26.241672 14.547109 26.241672 12.037109 25.263672 L 14.185547 21.763672 z\"/></svg></li><li title=\"rainbow solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 5 C 8.28 5 2 11.28 2 19 L 2 27 L 4 27 L 4 19 C 4 12.383 9.383 7 16 7 C 22.617 7 28 12.383 28 19 L 28 27 L 30 27 L 30 19 C 30 11.28 23.72 5 16 5 z M 16 9 C 10.486 9 6 13.486 6 19 L 6 27 L 8 27 L 8 19 C 8 14.589 11.589 11 16 11 C 20.411 11 24 14.589 24 19 L 24 27 L 26 27 L 26 19 C 26 13.486 21.514 9 16 9 z M 16 13 C 12.691 13 10 15.691 10 19 L 10 27 L 12 27 L 12 19 C 12 16.794 13.794 15 16 15 C 18.206 15 20 16.794 20 19 L 20 27 L 22 27 L 22 19 C 22 15.691 19.309 13 16 13 z\"/></svg></li><li title=\"random solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 23 3 L 23 7 L 18.40625 7 L 18.125 7.5 L 14.5 13.96875 L 10.59375 7 L 4 7 L 4 9 L 9.40625 9 L 13.34375 16 L 9.40625 23 L 4 23 L 4 25 L 10.59375 25 L 19.59375 9 L 23 9 L 23 13 L 28 8 Z M 16.78125 18 L 15.625 20.0625 L 18.40625 25 L 23 25 L 23 29 L 28 24 L 23 19 L 23 23 L 19.59375 23 Z\"/></svg></li><li title=\"raspberry pi \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 24.398438 14.800781 L 24.199219 14.5 C 24.199219 12.101563 23.101563 11.199219 21.898438 10.5 C 22.300781 10.398438 22.699219 10.300781 22.800781 9.800781 C 23.5 9.601563 23.601563 9.300781 23.699219 9 C 23.898438 8.898438 24.398438 8.601563 24.398438 8 C 24.699219 7.800781 24.898438 7.5 24.800781 7.101563 C 25.101563 6.699219 25.199219 6.398438 25.101563 6.101563 C 25.5 5.601563 25.300781 5.300781 25.199219 5 C 25.5 4.398438 25.199219 3.800781 24.398438 3.898438 C 24.101563 3.398438 23.300781 3.5 23.199219 3.5 C 23.101563 3.300781 22.898438 3.199219 22.398438 3.300781 C 21.898438 3 21.5 3 21.101563 3.199219 C 20.601563 2.800781 20.300781 3.101563 20 3.199219 C 19.398438 3 19.300781 3.300781 19 3.398438 C 18.398438 3.300781 18.199219 3.601563 17.898438 3.898438 L 17.601563 3.898438 C 16.699219 4.398438 16.199219 5.601563 16 6.101563 C 15.800781 5.5 15.398438 4.398438 14.398438 3.898438 L 14.101563 3.898438 C 13.800781 3.601563 13.601563 3.300781 13 3.398438 C 12.699219 3.300781 12.601563 3 12 3.199219 C 11.800781 3.101563 11.601563 3 11.300781 3 C 11.199219 3 11.101563 3.101563 10.898438 3.199219 C 10.5 3 10.101563 3 9.800781 3.300781 C 9.300781 3.199219 9.101563 3.398438 9 3.5 C 8.898438 3.5 8.101563 3.398438 7.800781 3.898438 C 6.898438 3.800781 6.601563 4.398438 6.898438 5 C 6.699219 5.300781 6.601563 5.5 7 6.101563 C 6.800781 6.300781 6.898438 6.699219 7.300781 7 C 7.199219 7.398438 7.300781 7.699219 7.699219 8 C 7.601563 8.5 8.199219 8.800781 8.300781 9 C 8.398438 9.300781 8.5 9.601563 9.199219 9.800781 C 9.300781 10.300781 9.699219 10.398438 10.101563 10.5 C 8.800781 11.199219 7.800781 12.199219 7.800781 14.5 L 7.601563 14.800781 C 6.199219 15.699219 4.898438 18.5 6.898438 20.800781 C 7 21.5 7.199219 22 7.398438 22.601563 C 7.699219 24.898438 9.601563 26 10.101563 26.101563 C 10.800781 26.699219 11.601563 27.199219 12.699219 27.601563 C 13.699219 28.601563 14.800781 29 15.898438 29 C 17 29 18.101563 28.601563 19.101563 27.601563 C 20.199219 27.199219 21 26.699219 21.699219 26.101563 C 22.199219 26 24.101563 24.898438 24.398438 22.601563 C 24.601563 22 24.800781 21.5 25 20.800781 C 27.199219 18.5 25.898438 15.699219 24.398438 14.800781 Z M 23.101563 14.398438 C 23 15.398438 18.199219 11.101563 19 11 C 21.300781 10.601563 23.199219 11.898438 23.101563 14.398438 Z M 17.800781 4.5 C 17.800781 4.699219 17.898438 4.800781 17.898438 4.898438 C 18.199219 4.601563 18.398438 4.300781 18.699219 4 C 18.699219 4.199219 18.601563 4.300781 18.800781 4.5 C 19 4.199219 19.199219 4 19.601563 3.800781 C 19.398438 4.101563 19.601563 4.199219 19.699219 4.300781 C 20 4.101563 20.199219 3.898438 20.699219 3.699219 C 20.601563 3.898438 20.398438 4 20.601563 4.199219 C 20.898438 4 21.101563 3.898438 21.800781 3.699219 C 21.699219 3.898438 21.398438 4 21.5 4.199219 C 21.800781 4.101563 22.199219 4 22.601563 3.898438 C 22.398438 4.101563 22.199219 4.199219 22.398438 4.300781 C 22.800781 4.199219 23.199219 4 23.699219 4.199219 L 23.398438 4.5 C 23.398438 4.5 24.101563 4.5 24.601563 4.5 C 24.398438 4.800781 24.199219 5 24.101563 5.398438 C 24.101563 5.398438 24.398438 5.398438 24.601563 5.398438 C 24.398438 6 24 6.101563 23.898438 6.300781 C 24 6.398438 24.199219 6.398438 24.5 6.300781 C 24.300781 6.699219 24 6.898438 23.699219 7.199219 C 23.800781 7.300781 23.898438 7.300781 24.199219 7.199219 C 23.898438 7.5 23.601563 7.699219 23.300781 8 C 23.398438 8.101563 23.601563 8.101563 23.800781 8.101563 C 23.5 8.398438 23 8.601563 22.601563 8.800781 C 22.699219 9 22.898438 8.898438 23 8.898438 C 22.699219 9.101563 22.199219 9.300781 21.800781 9.398438 C 21.898438 9.5 22 9.601563 22.199219 9.601563 C 21.699219 9.898438 21 9.699219 20.800781 9.898438 C 20.800781 10 21 10.101563 21.101563 10.199219 C 20.300781 10.199219 18.199219 10.199219 17.800781 8.601563 C 18.601563 7.699219 20 6.699219 22.5 5.398438 C 20.601563 6.101563 18.800781 6.898438 17.398438 8.101563 C 15.800781 7.300781 16.898438 5.300781 17.800781 4.5 Z M 16 10.300781 C 17.199219 10.300781 18.699219 11.199219 18.699219 12.101563 C 18.699219 12.898438 17.601563 13.5 16 13.5 C 14.398438 13.5 13.300781 12.699219 13.300781 12 C 13.300781 11.300781 14.601563 10.300781 16 10.300781 Z M 9.898438 9.699219 C 10.101563 9.699219 10.199219 9.601563 10.300781 9.5 C 9.800781 9.300781 9.300781 9.199219 9 8.898438 C 9.199219 8.898438 9.300781 8.898438 9.5 8.800781 C 9.101563 8.601563 8.699219 8.398438 8.300781 8.101563 C 8.5 8.101563 8.699219 8.101563 8.800781 8 C 8.5 7.800781 8.199219 7.5 7.898438 7.300781 C 8.199219 7.300781 8.300781 7.300781 8.398438 7.300781 C 8.101563 6.898438 7.800781 6.699219 7.601563 6.300781 C 7.800781 6.398438 8 6.398438 8.199219 6.300781 C 8.101563 6.101563 7.601563 6 7.398438 5.5 C 7.601563 5.5 7.898438 5.5 7.898438 5.5 C 7.800781 5.101563 7.601563 4.800781 7.5 4.601563 C 8 4.601563 8.699219 4.601563 8.699219 4.601563 L 8.398438 4.199219 C 8.898438 4.101563 9.398438 4.199219 9.699219 4.300781 C 9.898438 4.199219 9.699219 4 9.5 3.898438 C 9.898438 4 10.300781 4.101563 10.601563 4.199219 C 10.800781 4 10.5 3.898438 10.300781 3.699219 C 11 3.800781 11.199219 4 11.5 4.199219 C 11.699219 4 11.5 3.898438 11.398438 3.699219 C 11.898438 3.898438 12.101563 4.101563 12.398438 4.300781 C 12.5 4.199219 12.601563 4.101563 12.5 3.800781 C 12.699219 4 13 4.199219 13.199219 4.5 C 13.398438 4.398438 13.300781 4.199219 13.300781 4 C 13.601563 4.300781 13.898438 4.601563 14.101563 4.898438 C 14.199219 4.898438 14.199219 4.699219 14.199219 4.5 C 15 5.300781 16.199219 7.300781 14.5 8.101563 C 13.101563 6.898438 11.300781 6 9.398438 5.398438 C 11.898438 6.699219 13.300781 7.699219 14.101563 8.601563 C 13.699219 10.199219 11.601563 10.300781 10.800781 10.199219 C 11 10.101563 11.101563 10 11.101563 9.898438 C 11 9.800781 10.398438 9.898438 9.898438 9.699219 Z M 12.699219 10.898438 C 13.5 11 8.699219 15.300781 8.601563 14.300781 C 8.5 11.898438 10.398438 10.5 12.699219 10.898438 Z M 7.601563 20.398438 C 6.398438 19.398438 6 16.699219 8.199219 15.398438 C 9.5 15 8.699219 20.800781 7.601563 20.398438 Z M 12.199219 25.398438 C 11.5 25.800781 9.898438 25.601563 8.800781 24 C 8 22.601563 8.101563 21.199219 8.699219 20.800781 C 9.5 20.300781 10.800781 21 11.699219 22.101563 C 12.5 23 12.898438 24.800781 12.199219 25.398438 Z M 10.898438 19.300781 C 9.699219 18.5 9.5 16.699219 10.398438 15.199219 C 11.398438 13.800781 13.101563 13.199219 14.300781 14 C 15.5 14.800781 15.699219 16.601563 14.800781 18.101563 C 13.898438 19.601563 12.101563 20.101563 10.898438 19.300781 Z M 16 28.199219 C 14.5 28.300781 13.101563 27 13.101563 26.601563 C 13.101563 26 14.898438 25.5 16.101563 25.5 C 17.300781 25.398438 18.898438 25.898438 18.898438 26.5 C 18.898438 26.898438 17.398438 28.199219 16 28.199219 Z M 19 21.800781 C 19 23.300781 17.699219 24.5 16.101563 24.5 C 14.5 24.5 13.101563 23.300781 13.101563 21.800781 C 13.101563 20.300781 14.398438 19.101563 16 19.101563 C 17.699219 19.101563 19 20.300781 19 21.800781 Z M 17.199219 18 C 16.199219 16.601563 16.5 14.699219 17.699219 13.898438 C 18.898438 13.101563 20.699219 13.601563 21.601563 15.101563 C 22.5 16.601563 22.300781 18.398438 21.101563 19.199219 C 19.898438 19.898438 18.101563 19.398438 17.199219 18 Z M 23.199219 24 C 21.898438 25.800781 20.199219 25.800781 19.601563 25.300781 C 18.898438 24.699219 19.398438 22.699219 20.398438 21.601563 C 21.398438 20.398438 22.601563 19.601563 23.300781 20.199219 C 23.800781 20.898438 24.101563 22.800781 23.199219 24 Z M 24.101563 20.300781 C 23 20.800781 22.101563 15 23.5 15.300781 C 25.699219 16.5 25.300781 19.300781 24.101563 20.300781 Z\"/></svg></li><li title=\"ravelry \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 17.115234 4.0117188 C 15.084359 4.1029687 13.060984 4.7012969 11.021484 5.6542969 C 10.406484 5.9372969 10.1775 6.2314531 9.9375 6.6894531 C 9.3765 7.7354531 9.0555156 8.7255937 8.8535156 9.5585938 C 7.6985156 10.952594 6.8701406 12.614078 6.4941406 14.455078 C 5.9171406 15.435078 5.3563281 16.70975 5.2363281 18.34375 C 5.2363281 18.34375 5.1999375 18.757438 5.2109375 18.773438 C 3.2879375 18.522437 1.0605469 17.607422 1.0605469 17.607422 C 1.5565469 18.397422 4.3988437 19.062188 5.2148438 19.367188 C 5.2148438 19.367188 5.3085156 24.703719 8.7285156 26.511719 C 8.1135156 25.574719 8.0039062 25.412109 8.0039062 25.412109 C 8.0039062 25.412109 6.2223438 22.154187 6.5273438 19.742188 C 6.5653438 19.742188 6.6104375 19.753906 6.6484375 19.753906 C 7.9504375 24.513906 12.268094 28 17.371094 28 C 17.709094 28 18.030563 27.989891 18.351562 27.962891 C 19.113563 28.044891 19.854156 27.989 20.535156 27.75 C 20.911156 27.63 21.288719 27.401109 21.636719 27.162109 C 25.459719 25.033109 27.130844 22.695188 28.339844 19.117188 C 28.633844 18.246188 28.780047 17.185391 28.873047 16.275391 C 29.347047 11.792391 27.208047 7.4722031 23.248047 5.4082031 C 21.184047 4.3352031 19.146109 3.9204688 17.115234 4.0117188 z M 17.388672 6.1777344 C 23.183672 6.1777344 27.898438 10.922484 27.898438 16.771484 C 27.888438 20.909484 25.513031 24.504094 22.082031 26.246094 C 21.292031 26.502094 20.110594 26.702266 18.558594 26.447266 C 18.558594 26.447266 13.598234 25.189172 11.615234 20.576172 C 13.695234 20.614172 14.469281 20.566234 15.863281 20.365234 C 18.009281 20.055234 20.165953 19.483359 22.126953 18.568359 C 22.769953 18.274359 22.730438 17.511312 22.648438 16.945312 C 22.539437 16.248313 22.044375 16.286453 21.484375 16.689453 C 21.484375 16.689453 17.017484 19.879281 11.146484 19.613281 C 10.128484 17.870281 9.6875 13.580078 9.6875 13.580078 C 11.9425 11.663078 14.217422 10.334563 18.857422 10.726562 C 18.868422 10.377562 19.020094 9.2493125 17.746094 9.1953125 C 17.746094 9.1953125 12.655875 8.5905312 9.796875 11.019531 C 9.932875 10.120531 10.116391 9.4230469 10.400391 8.8730469 C 12.263391 7.1960469 14.703672 6.1777344 17.388672 6.1777344 z M 8.6191406 10.947266 C 8.6191406 10.947266 8.5550313 11.618484 8.5820312 12.021484 C 8.3970312 12.157484 8.0327969 12.462641 7.5917969 12.931641 C 7.8747969 12.233641 8.2051406 11.562266 8.6191406 10.947266 z M 8.5449219 14.585938 C 8.5449219 14.585938 8.6372969 17.199188 9.4042969 19.492188 L 7.1484375 19.117188 C 7.0294375 18.616187 6.959875 18.110891 6.921875 17.587891 C 7.161875 16.650891 7.6459219 15.457937 8.5449219 14.585938 z M 7.3515625 19.917969 C 8.1575625 20.091969 9.2022656 20.332063 9.6972656 20.414062 C 11.184266 24.597062 15.595703 27.183594 15.595703 27.183594 C 15.649703 27.210594 15.688187 27.222281 15.742188 27.238281 C 11.761188 26.606281 8.5165625 23.713969 7.3515625 19.917969 z\"/></svg></li><li title=\"react \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 11.404297 3.359375 C 10.558989 3.3033199 9.7282187 3.4545628 9 3.875 C 8.0290418 4.435583 7.3824561 5.3924554 7.0351562 6.4941406 C 6.6878566 7.5958258 6.6075884 8.8654625 6.734375 10.251953 C 6.7472175 10.392393 6.7719235 10.538778 6.7890625 10.681641 C 6.6565239 10.738327 6.516949 10.790405 6.3886719 10.849609 C 5.1245423 11.433054 4.0655937 12.136668 3.2851562 12.988281 C 2.5047189 13.839894 2 14.878834 2 16 C 2 17.121166 2.5047188 18.160106 3.2851562 19.011719 C 4.0655937 19.863332 5.1245423 20.566946 6.3886719 21.150391 C 6.516949 21.209595 6.6565239 21.261673 6.7890625 21.318359 C 6.7719235 21.461222 6.7472175 21.607607 6.734375 21.748047 C 6.6075884 23.134538 6.6878566 24.404174 7.0351562 25.505859 C 7.3824561 26.607544 8.0290418 27.564417 9 28.125 C 9.9709582 28.685583 11.122263 28.76765 12.25 28.517578 C 13.377738 28.267506 14.516954 27.701483 15.654297 26.898438 C 15.769442 26.817137 15.884905 26.722947 16 26.636719 C 16.115095 26.722947 16.230558 26.817137 16.345703 26.898438 C 17.483046 27.701483 18.622262 28.267506 19.75 28.517578 C 20.877737 28.76765 22.029042 28.685583 23 28.125 C 23.970958 27.564417 24.617544 26.607544 24.964844 25.505859 C 25.312144 24.404174 25.392412 23.134538 25.265625 21.748047 C 25.252783 21.607607 25.228076 21.461222 25.210938 21.318359 C 25.343476 21.261673 25.483051 21.209595 25.611328 21.150391 C 26.875458 20.566946 27.934406 19.863332 28.714844 19.011719 C 29.495281 18.160106 30 17.121166 30 16 C 30 14.878834 29.495281 13.839894 28.714844 12.988281 C 27.934406 12.136668 26.875458 11.433054 25.611328 10.849609 C 25.483051 10.790405 25.343476 10.738327 25.210938 10.681641 C 25.228076 10.538778 25.252783 10.392393 25.265625 10.251953 C 25.392412 8.8654622 25.312144 7.5958262 24.964844 6.4941406 C 24.617544 5.3924558 23.970958 4.435583 23 3.875 C 22.029042 3.314417 20.877737 3.2323501 19.75 3.4824219 C 18.622262 3.7324945 17.483046 4.2985163 16.345703 5.1015625 C 16.230558 5.1828631 16.115095 5.2770534 16 5.3632812 C 15.884905 5.2770534 15.769442 5.1828632 15.654297 5.1015625 C 14.516954 4.2985167 13.377738 3.7324941 12.25 3.4824219 C 11.968066 3.4199038 11.686066 3.37806 11.404297 3.359375 z M 11.273438 5.3515625 C 11.44385 5.3643925 11.625005 5.3926711 11.818359 5.4355469 C 12.574044 5.6031175 13.479049 6.027269 14.433594 6.6914062 C 13.638579 7.445577 12.856199 8.3035536 12.109375 9.2636719 C 10.905846 9.4303655 9.7722189 9.6771858 8.7226562 9.9882812 C 8.6249172 8.8300209 8.708758 7.8336973 8.9414062 7.0957031 C 9.1795887 6.3401532 9.5360797 5.8752664 10 5.6074219 C 10.34794 5.4065385 10.762201 5.3130725 11.273438 5.3515625 z M 20.726562 5.3515625 C 21.237799 5.3130724 21.65206 5.4065385 22 5.6074219 C 22.46392 5.8752664 22.820412 6.3401534 23.058594 7.0957031 C 23.291242 7.8336973 23.375082 8.830021 23.277344 9.9882812 C 22.227781 9.6771858 21.094154 9.4303655 19.890625 9.2636719 C 19.143801 8.3035536 18.361421 7.445577 17.566406 6.6914062 C 18.520951 6.0272696 19.425956 5.6031175 20.181641 5.4355469 C 20.374995 5.3926712 20.556151 5.3643925 20.726562 5.3515625 z M 16 7.9589844 C 16.351492 8.2839608 16.702356 8.645337 17.052734 9.0234375 C 16.704015 9.0111056 16.355492 9 16 9 C 15.644508 9 15.295985 9.0111056 14.947266 9.0234375 C 15.297644 8.645337 15.648508 8.2839609 16 7.9589844 z M 16 11 C 16.964537 11 17.899388 11.05672 18.798828 11.152344 C 19.331359 11.883468 19.847811 12.66469 20.330078 13.5 C 20.81238 14.335371 21.230731 15.173194 21.597656 16 C 21.230731 16.826806 20.81238 17.664629 20.330078 18.5 C 19.847811 19.33531 19.331359 20.116532 18.798828 20.847656 C 17.899388 20.94328 16.964537 21 16 21 C 15.035463 21 14.100612 20.94328 13.201172 20.847656 C 12.668641 20.116532 12.152189 19.33531 11.669922 18.5 C 11.18762 17.664629 10.769268 16.826806 10.402344 16 C 10.769268 15.173194 11.18762 14.335371 11.669922 13.5 C 12.152189 12.66469 12.668641 11.883468 13.201172 11.152344 C 14.100612 11.05672 15.035463 11 16 11 z M 10.484375 11.599609 C 10.299345 11.895429 10.115237 12.192151 9.9375 12.5 C 9.7597627 12.80785 9.5953134 13.115677 9.4316406 13.423828 C 9.2796229 12.932067 9.1426994 12.44671 9.0371094 11.980469 C 9.4941217 11.838603 9.981943 11.71397 10.484375 11.599609 z M 21.515625 11.599609 C 22.018057 11.71397 22.505878 11.838603 22.962891 11.980469 C 22.857301 12.44671 22.720377 12.932067 22.568359 13.423828 C 22.404687 13.115677 22.240237 12.80785 22.0625 12.5 C 21.884763 12.192151 21.700655 11.895429 21.515625 11.599609 z M 7.1542969 12.703125 C 7.409859 13.768497 7.7627696 14.873405 8.2207031 16 C 7.7627696 17.126595 7.409859 18.231503 7.1542969 19.296875 C 6.1028081 18.802492 5.282404 18.230459 4.7597656 17.660156 C 4.2245315 17.076109 4 16.535689 4 16 C 4 15.464311 4.2245315 14.923891 4.7597656 14.339844 C 5.282404 13.769541 6.1028081 13.197508 7.1542969 12.703125 z M 24.845703 12.703125 C 25.897191 13.197508 26.717596 13.769541 27.240234 14.339844 C 27.775468 14.923891 28 15.464311 28 16 C 28 16.535689 27.775468 17.076109 27.240234 17.660156 C 26.717596 18.230459 25.897191 18.802492 24.845703 19.296875 C 24.590141 18.231503 24.23723 17.126595 23.779297 16 C 24.23723 14.873405 24.590141 13.768497 24.845703 12.703125 z M 16 13 C 14.35499 13 13 14.35499 13 16 C 13 17.64501 14.35499 19 16 19 C 17.64501 19 19 17.64501 19 16 C 19 14.35499 17.64501 13 16 13 z M 16 15 C 16.564129 15 17 15.435871 17 16 C 17 16.564129 16.564129 17 16 17 C 15.435871 17 15 16.564129 15 16 C 15 15.435871 15.435871 15 16 15 z M 9.4316406 18.576172 C 9.5953134 18.884323 9.7597627 19.19215 9.9375 19.5 C 10.115237 19.807849 10.299345 20.104571 10.484375 20.400391 C 9.981943 20.28603 9.4941217 20.161397 9.0371094 20.019531 C 9.1426994 19.55329 9.2796229 19.067933 9.4316406 18.576172 z M 22.568359 18.576172 C 22.720377 19.067933 22.857301 19.55329 22.962891 20.019531 C 22.505878 20.161397 22.018057 20.28603 21.515625 20.400391 C 21.700655 20.104571 21.884763 19.807849 22.0625 19.5 C 22.240237 19.19215 22.404687 18.884323 22.568359 18.576172 z M 8.7226562 22.011719 C 9.7722189 22.322814 10.905846 22.569634 12.109375 22.736328 C 12.856199 23.696446 13.638579 24.554423 14.433594 25.308594 C 13.479049 25.97273 12.574044 26.396882 11.818359 26.564453 C 11.044942 26.735955 10.46392 26.660422 10 26.392578 C 9.5360797 26.124733 9.1795888 25.659846 8.9414062 24.904297 C 8.708758 24.166302 8.6249172 23.169979 8.7226562 22.011719 z M 23.277344 22.011719 C 23.375082 23.169979 23.29124 24.166302 23.058594 24.904297 C 22.820412 25.659847 22.46392 26.124733 22 26.392578 C 21.53608 26.660422 20.955057 26.735956 20.181641 26.564453 C 19.425956 26.396882 18.520951 25.97273 17.566406 25.308594 C 18.361421 24.554423 19.143801 23.696446 19.890625 22.736328 C 21.094154 22.569634 22.227781 22.322814 23.277344 22.011719 z M 14.947266 22.976562 C 15.295985 22.988894 15.644508 23 16 23 C 16.355492 23 16.704015 22.988894 17.052734 22.976562 C 16.702356 23.354663 16.351492 23.716039 16 24.041016 C 15.648508 23.716039 15.297644 23.354663 14.947266 22.976562 z\"/></svg></li><li title=\"reacteurope \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 21.107422 4.3378906 C 19.673844 4.3777812 17.910297 5.4194062 16.123047 7.1601562 C 16.278047 7.3101563 16.432891 7.465 16.587891 7.625 C 20.346891 3.98 22.038656 5.18675 22.097656 5.21875 C 23.118656 5.79775 23.736734 7.7620469 22.802734 11.498047 C 21.533734 11.207047 20.245266 11.00925 18.947266 10.90625 C 15.671266 6.32725 12.542484 4.4296875 10.646484 4.4296875 C 9.2434844 4.4296875 8.6495625 5.3863594 8.4765625 5.6933594 C 7.6515625 7.1513594 7.8714219 9.5290625 8.4824219 11.789062 C 5.2704219 12.714063 2.9829531 14.255141 3.0019531 16.119141 C 3.0249531 18.835141 7.7034531 20.120656 8.5644531 20.347656 C 7.6304531 24.079656 8.1040781 26.526375 9.5800781 27.359375 C 10.856078 28.079375 13.001953 27.63175 15.876953 24.84375 C 15.721953 24.69375 15.567109 24.538906 15.412109 24.378906 C 11.653109 28.023906 9.9573437 26.817156 9.9023438 26.785156 C 8.8863437 26.211156 8.2632656 24.251953 9.1972656 20.501953 C 9.7622656 20.633953 11.102734 20.93475 13.052734 21.09375 C 16.328734 25.66875 19.458609 27.564453 21.349609 27.564453 C 22.752609 27.564453 23.344578 26.607734 23.517578 26.302734 C 24.337578 24.848734 24.124672 22.470078 23.513672 20.205078 C 30.453672 18.209078 30.630594 14.271875 25.058594 12.171875 L 25.058594 12.169922 C 24.526594 11.970922 23.984547 11.798297 23.435547 11.654297 C 24.328547 8.1002969 23.964922 5.5165781 22.419922 4.6425781 C 22.026922 4.4220781 21.585281 4.3245938 21.107422 4.3378906 z M 10.646484 5.0917969 C 12.323484 5.0917969 15.148891 6.8957969 18.087891 10.841797 C 16.661891 10.761797 15.232594 10.774812 13.808594 10.882812 C 14.399594 10.047812 15.041469 9.2501406 15.730469 8.4941406 C 15.575469 8.3351406 15.420625 8.1793438 15.265625 8.0273438 C 14.429625 8.9483437 13.657078 9.9251719 12.955078 10.951172 C 11.658078 11.076172 10.373375 11.299188 9.109375 11.617188 C 9.100375 11.553187 8.0026875 7.8726719 9.0546875 6.0136719 L 9.0566406 6.015625 C 9.1886406 5.783625 9.5984844 5.0917969 10.646484 5.0917969 z M 15.955078 11.359375 C 16.809328 11.35175 17.665078 11.378 18.517578 11.4375 C 19.952578 13.4695 19.833125 13.629953 20.453125 14.376953 C 20.573125 14.218953 20.738734 14.100062 20.927734 14.039062 C 20.635734 13.520062 20.126234 12.625766 19.365234 11.509766 C 21.206234 11.696766 22.326297 11.965969 22.654297 12.042969 C 22.472297 12.698969 22.249234 13.372641 21.990234 14.056641 C 22.105234 14.100641 22.210781 14.168906 22.300781 14.253906 L 22.304688 14.257812 C 22.396687 14.117812 22.544938 14.025906 22.710938 14.003906 C 22.933937 13.392906 23.130922 12.791125 23.294922 12.203125 C 23.826922 12.344125 24.350234 12.510125 24.865234 12.703125 C 29.699234 14.521125 28.237828 16.708266 28.173828 16.822266 C 27.271828 18.422266 24.524422 19.338875 23.357422 19.671875 C 23.193422 19.129875 23.006969 18.574672 22.792969 18.013672 C 22.596969 18.015672 22.412688 17.917906 22.304688 17.753906 L 22.300781 17.757812 C 22.228781 17.825813 22.145688 17.880875 22.054688 17.921875 C 22.314688 18.573875 22.537609 19.216703 22.724609 19.845703 C 21.645609 20.117703 20.549359 20.3155 19.443359 20.4375 C 19.602359 20.1965 20.227156 19.242797 20.910156 17.966797 C 20.813156 17.930797 20.720719 17.881312 20.636719 17.820312 C 20.586719 17.875312 20.473625 18.011719 20.140625 18.011719 C 19.857625 18.521719 19.347703 19.420344 18.595703 20.527344 C 16.892703 20.677344 15.179609 20.691266 13.474609 20.572266 C 13.114609 20.062266 12.493875 19.156453 11.796875 17.939453 C 11.749875 17.920453 11.704156 17.897094 11.660156 17.871094 C 11.573156 17.944094 11.481937 18.017578 11.085938 18.017578 C 11.372938 18.527578 11.883953 19.416859 12.626953 20.505859 C 11.519953 20.401859 10.419937 20.223656 9.3359375 19.972656 C 9.5139375 19.334656 9.7285156 18.683578 9.9785156 18.017578 C 9.8325156 18.017578 9.7327031 18.025703 9.5957031 17.970703 C 9.4947031 18.006703 9.38725 18.023578 9.28125 18.017578 C 9.05825 18.628578 8.8651719 19.2245 8.7011719 19.8125 C 1.4151719 17.8695 2.3097656 14.178844 8.6347656 12.339844 C 8.7987656 12.881844 8.9852187 13.437047 9.1992188 13.998047 C 9.6732188 13.998047 9.7874687 14.152281 9.8554688 14.238281 C 9.8854687 14.200281 9.9219375 14.166672 9.9609375 14.138672 C 9.6969375 13.468672 9.4635781 12.809016 9.2675781 12.166016 C 9.5865781 12.084016 10.743828 11.783219 12.548828 11.574219 C 11.824828 12.681219 11.330734 13.57375 11.052734 14.09375 C 11.191734 14.17475 11.296703 14.304984 11.345703 14.458984 C 11.460703 14.288984 11.621547 14.157172 11.810547 14.076172 C 12.106547 13.543172 12.626484 12.621422 13.396484 11.482422 C 14.247984 11.407422 15.100828 11.367 15.955078 11.359375 z M 16 12.775391 L 15.894531 13.085938 L 15.570312 13.091797 L 15.830078 13.287109 L 15.734375 13.597656 L 16 13.410156 L 16.263672 13.597656 L 16.167969 13.287109 L 16.427734 13.091797 L 16.103516 13.085938 L 16 12.775391 z M 14.544922 13.164062 L 14.439453 13.474609 L 14.111328 13.478516 L 14.371094 13.675781 L 14.28125 13.984375 L 14.546875 13.798828 L 14.810547 13.984375 L 14.714844 13.675781 L 14.974609 13.478516 L 14.650391 13.474609 L 14.544922 13.164062 z M 17.443359 13.164062 L 17.337891 13.474609 L 17.009766 13.478516 L 17.269531 13.675781 L 17.183594 13.984375 L 17.447266 13.798828 L 17.712891 13.984375 L 17.615234 13.675781 L 17.876953 13.478516 L 17.548828 13.474609 L 17.443359 13.164062 z M 21.412109 14.443359 C 20.952109 14.443359 20.716797 14.657938 20.716797 15.085938 L 20.716797 16.912109 C 20.716797 17.336109 20.952109 17.554688 21.412109 17.554688 L 21.449219 17.554688 C 21.909219 17.554688 22.146484 17.335109 22.146484 16.912109 L 22.146484 15.085938 C 22.146484 14.659937 21.909219 14.445312 21.449219 14.445312 L 21.449219 14.443359 L 21.412109 14.443359 z M 12.423828 14.445312 C 11.963828 14.445312 11.658203 14.636891 11.658203 15.087891 L 11.658203 16.912109 C 11.658203 17.386109 11.963828 17.554688 12.423828 17.554688 L 12.431641 17.554688 C 12.891641 17.554688 13.197266 17.381109 13.197266 16.912109 C 13.198266 16.463109 13.247437 16.285156 13.023438 16.285156 L 12.869141 16.285156 C 12.650141 16.285156 12.695312 16.468891 12.695312 16.837891 C 12.695312 17.051891 12.590641 17.115234 12.431641 17.115234 C 12.272641 17.115234 12.167969 17.051891 12.167969 16.837891 L 12.167969 15.169922 C 12.167969 14.955922 12.272641 14.892578 12.431641 14.892578 C 12.590641 14.892578 12.695312 14.955922 12.695312 15.169922 C 12.695312 15.497922 12.664141 15.648437 12.869141 15.648438 L 13.023438 15.648438 C 13.237438 15.643437 13.197266 15.469891 13.197266 15.087891 C 13.197266 14.636891 12.891641 14.445312 12.431641 14.445312 L 12.423828 14.445312 z M 16.941406 14.476562 C 16.896406 14.471562 16.856563 14.505781 16.851562 14.550781 C 16.851562 14.554781 16.850562 14.5585 16.851562 14.5625 L 16.851562 16.910156 C 16.851562 17.347156 17.079063 17.552734 17.539062 17.552734 L 17.556641 17.552734 C 18.016641 17.552734 18.244141 17.342156 18.244141 16.910156 L 18.244141 14.5625 C 18.242141 14.5125 18.200391 14.474562 18.150391 14.476562 C 18.149391 14.477562 18.148484 14.477516 18.146484 14.478516 L 18.091797 14.478516 C 18.047797 14.474516 18.008906 14.505828 18.003906 14.548828 L 18.003906 14.564453 L 18.003906 16.832031 C 18.003906 17.192031 17.886922 17.339844 17.544922 17.339844 C 17.202922 17.339844 17.083984 17.197031 17.083984 16.832031 L 17.083984 14.564453 C 17.089984 14.522453 17.059578 14.482563 17.017578 14.476562 C 17.010578 14.475563 17.003094 14.475563 16.996094 14.476562 L 16.941406 14.476562 z M 10.378906 14.480469 C 10.286906 14.472469 10.203312 14.540812 10.195312 14.632812 L 10.195312 14.634766 L 9.6953125 17.332031 C 9.6723125 17.455031 9.7356094 17.519531 9.8496094 17.519531 L 9.9863281 17.519531 C 10.080328 17.528531 10.164828 17.459234 10.173828 17.365234 C 10.173828 17.363234 10.172828 17.362375 10.173828 17.359375 L 10.255859 16.84375 L 10.8125 16.84375 L 10.894531 17.359375 C 10.900531 17.453375 10.980219 17.525531 11.074219 17.519531 C 11.076219 17.519531 11.077078 17.518578 11.080078 17.517578 L 11.240234 17.517578 C 11.358234 17.517578 11.417531 17.453078 11.394531 17.330078 L 10.882812 14.634766 C 10.872813 14.538766 10.786406 14.470469 10.691406 14.480469 L 10.378906 14.480469 z M 13.556641 14.480469 C 13.442641 14.480469 13.384766 14.538344 13.384766 14.652344 L 13.384766 14.748047 C 13.384766 14.862047 13.442641 14.921875 13.556641 14.921875 L 13.890625 14.921875 L 13.890625 17.345703 C 13.890625 17.459703 13.9485 17.519531 14.0625 17.519531 L 14.21875 17.519531 C 14.33275 17.521531 14.390625 17.459656 14.390625 17.347656 L 14.390625 17.345703 L 14.390625 14.921875 L 14.732422 14.921875 C 14.846422 14.921875 14.90625 14.862047 14.90625 14.748047 L 14.90625 14.652344 C 14.90625 14.538344 14.846422 14.480469 14.732422 14.480469 L 13.556641 14.480469 z M 15.310547 14.480469 C 15.265547 14.475469 15.225703 14.507734 15.220703 14.552734 C 15.220703 14.556734 15.219703 14.562406 15.220703 14.566406 L 15.220703 17.4375 C 15.217703 17.4825 15.252828 17.520437 15.298828 17.523438 L 15.310547 17.523438 L 16.335938 17.523438 C 16.379938 17.529438 16.421734 17.499078 16.427734 17.455078 C 16.428734 17.449078 16.428734 17.4425 16.427734 17.4375 L 16.427734 17.402344 C 16.433734 17.356344 16.401469 17.314594 16.355469 17.308594 C 16.349469 17.307594 16.341937 17.307594 16.335938 17.308594 L 16.335938 17.304688 L 15.453125 17.304688 L 15.453125 16.087891 L 16.1875 16.087891 C 16.2345 16.090891 16.274344 16.055813 16.277344 16.007812 L 16.277344 15.996094 L 16.277344 15.960938 C 16.280344 15.913937 16.245266 15.872141 16.197266 15.869141 L 16.1875 15.869141 L 15.453125 15.869141 L 15.453125 14.693359 L 16.322266 14.693359 C 16.369266 14.696359 16.411063 14.661281 16.414062 14.613281 L 16.414062 14.603516 L 16.414062 14.566406 C 16.418063 14.522406 16.384844 14.484469 16.339844 14.480469 L 16.322266 14.480469 L 15.310547 14.480469 z M 18.892578 14.480469 C 18.847578 14.475469 18.807734 14.509688 18.802734 14.554688 C 18.802734 14.558687 18.801734 14.562406 18.802734 14.566406 L 18.802734 17.4375 C 18.799734 17.4825 18.834859 17.522391 18.880859 17.525391 L 18.892578 17.525391 L 18.947266 17.525391 C 18.991266 17.529391 19.030156 17.496125 19.035156 17.453125 L 19.035156 17.439453 L 19.035156 16.212891 L 19.564453 16.212891 L 20.037109 17.451172 C 20.053109 17.494172 20.096578 17.522531 20.142578 17.519531 L 20.210938 17.519531 C 20.274938 17.519531 20.302297 17.473063 20.279297 17.414062 L 19.794922 16.171875 C 20.072922 16.098875 20.214844 15.892453 20.214844 15.564453 L 20.214844 15.123047 C 20.214844 14.695047 19.977578 14.480469 19.517578 14.480469 L 18.892578 14.480469 z M 8.3457031 14.482422 C 8.2367031 14.477422 8.1757813 14.540297 8.1757812 14.654297 L 8.1757812 17.347656 C 8.1757812 17.461656 8.2356094 17.521484 8.3496094 17.521484 L 9.3476562 17.521484 C 9.4616563 17.521484 9.5195312 17.461656 9.5195312 17.347656 L 9.5195312 17.251953 C 9.5195312 17.138953 9.4616563 17.078125 9.3476562 17.078125 L 8.6777344 17.078125 L 8.6777344 16.199219 L 9.1953125 16.199219 C 9.3093125 16.199219 9.3691406 16.141344 9.3691406 16.027344 L 9.3691406 15.931641 C 9.3691406 15.817641 9.3093125 15.757813 9.1953125 15.757812 L 8.6777344 15.757812 L 8.6777344 14.923828 L 9.3320312 14.923828 C 9.4460313 14.923828 9.5058594 14.865953 9.5058594 14.751953 L 9.5058594 14.654297 C 9.5058594 14.540297 9.4460312 14.482422 9.3320312 14.482422 L 8.3457031 14.482422 z M 22.794922 14.484375 C 22.754922 14.474375 22.713125 14.499063 22.703125 14.539062 C 22.701125 14.548063 22.700172 14.558359 22.701172 14.568359 L 22.701172 17.439453 C 22.698172 17.484453 22.733297 17.522391 22.779297 17.525391 L 22.792969 17.525391 L 22.847656 17.525391 C 22.891656 17.529391 22.930547 17.498078 22.935547 17.455078 L 22.935547 17.439453 L 22.935547 16.251953 L 23.417969 16.251953 C 23.877969 16.251953 24.115234 16.032375 24.115234 15.609375 L 24.115234 15.130859 C 24.115234 14.698859 23.877969 14.484375 23.417969 14.484375 L 22.794922 14.484375 z M 24.664062 14.484375 C 24.624063 14.474375 24.584219 14.499062 24.574219 14.539062 C 24.572219 14.548063 24.571266 14.558359 24.572266 14.568359 L 24.572266 17.439453 C 24.569266 17.484453 24.604391 17.522391 24.650391 17.525391 L 24.664062 17.525391 L 25.689453 17.525391 C 25.734453 17.530391 25.774297 17.498125 25.779297 17.453125 C 25.779297 17.449125 25.780297 17.443453 25.779297 17.439453 L 25.779297 17.404297 C 25.782297 17.358297 25.747172 17.317453 25.701172 17.314453 L 25.689453 17.314453 L 25.689453 17.310547 L 24.806641 17.310547 L 24.806641 16.09375 L 25.541016 16.09375 C 25.588016 16.09675 25.629812 16.059719 25.632812 16.011719 L 25.632812 16.001953 L 25.632812 15.966797 C 25.635813 15.919797 25.598781 15.878 25.550781 15.875 L 25.541016 15.875 L 24.806641 15.875 L 24.806641 14.699219 L 25.677734 14.699219 C 25.724734 14.702219 25.764578 14.665188 25.767578 14.617188 L 25.767578 14.607422 L 25.767578 14.572266 C 25.771578 14.528266 25.738359 14.488375 25.693359 14.484375 L 25.677734 14.484375 L 24.664062 14.484375 z M 6.390625 14.486328 C 6.276625 14.486328 6.2167969 14.546156 6.2167969 14.660156 L 6.2167969 17.353516 C 6.2167969 17.467516 6.276625 17.525391 6.390625 17.525391 L 6.5449219 17.525391 C 6.6589219 17.525391 6.71875 17.467516 6.71875 17.353516 L 6.71875 16.310547 L 6.9726562 16.310547 L 7.3105469 17.380859 C 7.3305469 17.470859 7.4128594 17.534344 7.5058594 17.527344 L 7.65625 17.527344 C 7.78425 17.527344 7.8387344 17.444172 7.8027344 17.326172 L 7.4335938 16.236328 C 7.6435937 16.145328 7.7675781 15.963875 7.7675781 15.671875 L 7.7675781 15.128906 C 7.7675781 14.668906 7.4619531 14.486328 7.0019531 14.486328 L 6.390625 14.486328 z M 21.435547 14.65625 C 21.776547 14.65625 21.914062 14.802109 21.914062 15.162109 L 21.914062 16.830078 C 21.909063 17.195078 21.776547 17.337891 21.435547 17.337891 C 21.094547 17.337891 20.957031 17.195078 20.957031 16.830078 L 20.957031 15.162109 C 20.957031 14.802109 21.094547 14.65625 21.435547 14.65625 z M 19.039062 14.693359 L 19.503906 14.693359 C 19.845906 14.693359 19.982422 14.834219 19.982422 15.199219 L 19.982422 15.492188 C 19.982422 15.849187 19.844906 15.994141 19.503906 15.994141 L 19.503906 15.992188 L 19.039062 15.992188 L 19.039062 14.693359 z M 22.939453 14.699219 L 23.404297 14.699219 C 23.746297 14.694219 23.882813 14.841172 23.882812 15.201172 L 23.882812 15.523438 C 23.882812 15.883437 23.745297 16.029297 23.404297 16.029297 L 22.939453 16.029297 L 22.939453 14.699219 z M 6.71875 14.923828 L 6.9824219 14.923828 C 7.1464219 14.923828 7.2597656 14.982172 7.2597656 15.201172 L 7.2597656 15.597656 C 7.2597656 15.816656 7.1464219 15.876953 6.9824219 15.876953 L 6.71875 15.876953 L 6.71875 14.923828 z M 10.535156 15.072266 L 10.75 16.425781 L 10.322266 16.425781 L 10.535156 15.072266 z M 14.582031 18.0625 L 14.476562 18.371094 L 14.152344 18.376953 L 14.412109 18.572266 L 14.316406 18.882812 L 14.580078 18.695312 L 14.845703 18.882812 L 14.748047 18.572266 L 15.009766 18.376953 L 14.6875 18.371094 L 14.582031 18.0625 z M 17.417969 18.0625 L 17.3125 18.371094 L 16.988281 18.376953 L 17.248047 18.572266 L 17.152344 18.882812 L 17.416016 18.695312 L 17.679688 18.882812 L 17.583984 18.572266 L 17.84375 18.376953 L 17.521484 18.371094 L 17.417969 18.0625 z M 16 18.398438 L 15.894531 18.708984 L 15.570312 18.714844 L 15.830078 18.910156 L 15.734375 19.220703 L 16 19.03125 L 16.263672 19.21875 L 16.167969 18.908203 L 16.427734 18.712891 L 16.105469 18.708984 L 16 18.398438 z M 22.890625 20.384766 C 23.923625 24.228766 23.093359 25.713328 22.943359 25.986328 C 22.811359 26.218328 22.405516 26.912109 21.353516 26.912109 C 19.681516 26.912109 16.856109 25.117109 13.912109 21.162109 C 15.337109 21.245109 16.767406 21.231094 18.191406 21.121094 C 17.600406 21.956094 16.958531 22.753766 16.269531 23.509766 C 16.424531 23.668766 16.579375 23.823609 16.734375 23.974609 C 17.571375 23.054609 18.343922 22.075828 19.044922 21.048828 C 21.199922 20.834828 22.703625 20.434766 22.890625 20.384766 z\"/></svg></li><li title=\"readme \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 6 C 3.346 6 2 7.346 2 9 L 2 21 C 2 22.654 3.346 24 5 24 L 11.183594 23.980469 C 12.173594 23.980469 13.133031 24.290844 13.957031 24.839844 L 16 26.201172 L 18.042969 24.839844 C 18.866969 24.290844 19.826406 24 20.816406 24 L 27 24 C 28.654 24 30 22.654 30 21 L 30 9 C 30 7.346 28.654 6 27 6 L 20.816406 6 C 19.430406 6 18.086594 6.4077813 16.933594 7.1757812 L 16 7.7988281 L 15.066406 7.1757812 C 13.912406 6.4067813 12.570594 6 11.183594 6 L 5 6 z M 5 8 L 11.183594 8 C 12.173594 8 13.133031 8.2908438 13.957031 8.8398438 L 16 10.201172 L 18.042969 8.8398438 C 18.866969 8.2908438 19.826406 8 20.816406 8 L 27 8 C 27.552 8 28 8.449 28 9 L 28 21 C 28 21.551 27.552 22 27 22 L 20.816406 22 C 19.430406 22 18.086594 22.407781 16.933594 23.175781 L 16 23.798828 L 15.066406 23.175781 C 13.912406 22.406781 12.570594 22 11.183594 22 L 5 22 C 4.448 22 4 21.551 4 21 L 4 9 C 4 8.449 4.448 8 5 8 z M 6 12 L 6 14 L 14 14 L 14 12 L 6 12 z M 18 12 L 18 14 L 26 14 L 26 12 L 18 12 z M 6 16 L 6 18 L 14 18 L 14 16 L 6 16 z M 18 16 L 18 18 L 26 18 L 26 16 L 18 16 z\"/></svg></li><li title=\"rebel \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 8.75 4 4 10.042969 4 15.972656 C 4 22.605469 9.382813 28 16 28 C 22.617188 28 28 22.605469 28 15.972656 C 28 10.042969 23.253906 4 16 4 Z M 16 26 C 10.476563 26 6 21.511719 6 15.972656 C 6 11.179688 9.355469 7.171875 13.839844 6.179688 C 10.5625 8.042969 9.636719 10.675781 9.347656 12.488281 C 8.976563 14.820313 9.96875 17.320313 11.855469 17.636719 C 12.003906 17.660156 12.140625 17.671875 12.277344 17.671875 C 13.933594 17.671875 14.796875 15.945313 14.921875 14.96875 C 15.074219 13.789063 14.574219 12.546875 13.898438 11.683594 C 13.535156 11.21875 13.011719 10.59375 12.261719 10.039063 L 13.394531 8.800781 C 13.921875 9.144531 14.335938 9.730469 14.539063 10.171875 C 14.539063 10.171875 14.554688 9.726563 14.460938 9.382813 C 14.339844 8.929688 14.171875 8.585938 14.085938 8.433594 C 14.03125 8.339844 13.984375 8.265625 13.941406 8.203125 L 16 5.945313 L 18.0625 8.199219 C 18.015625 8.265625 17.96875 8.339844 17.914063 8.429688 C 17.828125 8.585938 17.660156 8.929688 17.539063 9.382813 C 17.445313 9.726563 17.460938 10.171875 17.460938 10.171875 C 17.664063 9.730469 18.078125 9.140625 18.609375 8.800781 L 19.738281 10.035156 C 18.988281 10.589844 18.464844 11.214844 18.101563 11.679688 C 17.421875 12.546875 16.925781 13.785156 17.078125 14.96875 C 17.203125 15.945313 18.066406 17.667969 19.722656 17.667969 C 19.855469 17.667969 19.996094 17.65625 20.144531 17.632813 C 22.03125 17.316406 23.019531 14.820313 22.648438 12.488281 C 22.363281 10.675781 21.4375 8.042969 18.164063 6.179688 C 22.648438 7.171875 26 11.179688 26 15.972656 C 26 21.511719 21.523438 26 16 26 Z M 12.324219 12.914063 C 12.761719 13.472656 13.007813 14.191406 12.9375 14.710938 C 12.898438 15.027344 12.566406 15.671875 12.277344 15.671875 C 12.25 15.671875 12.21875 15.667969 12.1875 15.660156 C 11.679688 15.578125 11.09375 14.261719 11.324219 12.800781 C 11.367188 12.523438 11.425781 12.257813 11.496094 11.996094 C 11.832031 12.304688 12.097656 12.628906 12.324219 12.914063 Z M 20.503906 11.996094 C 20.574219 12.257813 20.632813 12.523438 20.675781 12.800781 C 20.90625 14.261719 20.320313 15.578125 19.8125 15.660156 C 19.78125 15.667969 19.75 15.671875 19.722656 15.671875 C 19.433594 15.671875 19.101563 15.027344 19.0625 14.710938 C 18.992188 14.191406 19.238281 13.46875 19.675781 12.914063 C 19.902344 12.625 20.167969 12.304688 20.503906 11.996094 Z\"/></svg></li><li title=\"receipt solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 7 5.375 L 7 13 L 3 13 L 3 27 L 29 27 L 29 13 L 25 13 L 25 5.375 L 22 6.875 L 20 5.875 L 18 6.875 L 16 5.875 L 14 6.875 L 12 5.875 L 10 6.875 Z M 12 8.125 L 14 9.125 L 16 8.125 L 18 9.125 L 20 8.125 L 22 9.125 L 23 8.625 L 23 17 L 9 17 L 9 8.625 L 10 9.125 Z M 5 15 L 7 15 L 7 19 L 25 19 L 25 15 L 27 15 L 27 25 L 5 25 Z M 9 21 L 9 23 L 11 23 L 11 21 Z M 13 21 L 13 23 L 15 23 L 15 21 Z M 17 21 L 17 23 L 19 23 L 19 21 Z M 21 21 L 21 23 L 23 23 L 23 21 Z\"/></svg></li><li title=\"record vinyl solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 9.382813 4 4 9.382813 4 16 C 4 22.617188 9.382813 28 16 28 C 22.617188 28 28 22.617188 28 16 C 28 9.382813 22.617188 4 16 4 Z M 16 6 C 21.535156 6 26 10.464844 26 16 C 26 21.535156 21.535156 26 16 26 C 10.464844 26 6 21.535156 6 16 C 6 10.464844 10.464844 6 16 6 Z M 21.53125 9.0625 L 19.625 10.9375 L 21.0625 12.375 L 22.9375 10.46875 Z M 16 11 C 13.25 11 11 13.25 11 16 C 11 18.75 13.25 21 16 21 C 18.75 21 21 18.75 21 16 C 21 13.25 18.75 11 16 11 Z M 16 13 C 17.667969 13 19 14.332031 19 16 C 19 17.667969 17.667969 19 16 19 C 14.332031 19 13 17.667969 13 16 C 13 14.332031 14.332031 13 16 13 Z M 16 15 C 15.449219 15 15 15.449219 15 16 C 15 16.550781 15.449219 17 16 17 C 16.550781 17 17 16.550781 17 16 C 17 15.449219 16.550781 15 16 15 Z M 10.9375 19.625 L 9.0625 21.53125 L 10.46875 22.9375 L 12.375 21.0625 Z\"/></svg></li><li title=\"recycle solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3.96875 C 14.945313 3.96875 13.882813 4.484375 13.25 5.46875 L 10.4375 10.09375 L 12.15625 11.125 L 14.96875 6.53125 C 15.507813 5.726563 16.53125 5.707031 17.0625 6.53125 L 20.1875 11.53125 L 18.6875 12.40625 L 23.3125 15 L 23.3125 9.6875 L 21.875 10.53125 L 18.75 5.46875 C 18.117188 4.484375 17.054688 3.96875 16 3.96875 Z M 10.40625 12.09375 L 5.90625 14.6875 L 7.15625 15.4375 L 4.59375 19.65625 L 4.5625 19.625 C 4.550781 19.644531 4.574219 19.667969 4.5625 19.6875 C 3.089844 21.917969 4.789063 25 7.5 25 L 13 25 L 13 23 L 7.5 23 C 6.234375 23 5.554688 21.75 6.21875 20.78125 L 6.25 20.75 L 6.25 20.71875 L 8.875 16.46875 L 10.40625 17.40625 Z M 25.0625 15.65625 L 23.34375 16.71875 L 25.84375 20.71875 C 26.484375 21.808594 25.757813 23 24.59375 23 L 19 23 L 19 21 L 14.09375 24 L 19 27 L 19 25 L 24.59375 25 C 27.230469 25 28.921875 22 27.5625 19.6875 L 27.5625 19.65625 Z\"/></svg></li><li title=\"red river \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 L 5 5 z M 7 7 L 25 7 L 25 25 L 7 25 L 7 7 z M 12 11 C 11.448 11 11 11.448 11 12 L 11 18 C 12.105 18 13 17.105 13 16 L 13 14 C 13 13.448 13.448 13 14 13 L 16 13 C 17.105 13 18 12.105 18 11 L 12 11 z M 16 15 C 15.448 15 15 15.448 15 16 L 15 22 C 16.105 22 17 21.105 17 20 L 17 18 C 17 17.448 17.448 17 18 17 L 20 17 C 21.105 17 22 16.105 22 15 L 16 15 z\"/></svg></li><li title=\"reddit alien \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 18.65625 4 C 16.558594 4 15 5.707031 15 7.65625 L 15 11.03125 C 12.242188 11.175781 9.742188 11.90625 7.71875 13.0625 C 6.945313 12.316406 5.914063 12 4.90625 12 C 3.816406 12 2.707031 12.355469 1.9375 13.21875 L 1.9375 13.25 L 1.90625 13.28125 C 1.167969 14.203125 0.867188 15.433594 1.0625 16.65625 C 1.242188 17.777344 1.898438 18.917969 3.03125 19.65625 C 3.023438 19.769531 3 19.882813 3 20 C 3 22.605469 4.574219 24.886719 6.9375 26.46875 C 9.300781 28.050781 12.488281 29 16 29 C 19.511719 29 22.699219 28.050781 25.0625 26.46875 C 27.425781 24.886719 29 22.605469 29 20 C 29 19.882813 28.976563 19.769531 28.96875 19.65625 C 30.101563 18.917969 30.757813 17.777344 30.9375 16.65625 C 31.132813 15.433594 30.832031 14.203125 30.09375 13.28125 L 30.0625 13.25 C 29.292969 12.386719 28.183594 12 27.09375 12 C 26.085938 12 25.054688 12.316406 24.28125 13.0625 C 22.257813 11.90625 19.757813 11.175781 17 11.03125 L 17 7.65625 C 17 6.675781 17.558594 6 18.65625 6 C 19.175781 6 19.820313 6.246094 20.8125 6.59375 C 21.65625 6.890625 22.75 7.21875 24.15625 7.3125 C 24.496094 8.289063 25.414063 9 26.5 9 C 27.875 9 29 7.875 29 6.5 C 29 5.125 27.875 4 26.5 4 C 25.554688 4 24.738281 4.535156 24.3125 5.3125 C 23.113281 5.242188 22.246094 4.992188 21.46875 4.71875 C 20.566406 4.402344 19.734375 4 18.65625 4 Z M 16 13 C 19.152344 13 21.964844 13.867188 23.9375 15.1875 C 25.910156 16.507813 27 18.203125 27 20 C 27 21.796875 25.910156 23.492188 23.9375 24.8125 C 21.964844 26.132813 19.152344 27 16 27 C 12.847656 27 10.035156 26.132813 8.0625 24.8125 C 6.089844 23.492188 5 21.796875 5 20 C 5 18.203125 6.089844 16.507813 8.0625 15.1875 C 10.035156 13.867188 12.847656 13 16 13 Z M 4.90625 14 C 5.285156 14 5.660156 14.09375 5.96875 14.25 C 4.882813 15.160156 4.039063 16.242188 3.53125 17.4375 C 3.277344 17.117188 3.125 16.734375 3.0625 16.34375 C 2.953125 15.671875 3.148438 14.976563 3.46875 14.5625 C 3.472656 14.554688 3.464844 14.539063 3.46875 14.53125 C 3.773438 14.210938 4.3125 14 4.90625 14 Z M 27.09375 14 C 27.6875 14 28.226563 14.210938 28.53125 14.53125 C 28.535156 14.535156 28.527344 14.558594 28.53125 14.5625 C 28.851563 14.976563 29.046875 15.671875 28.9375 16.34375 C 28.875 16.734375 28.722656 17.117188 28.46875 17.4375 C 27.960938 16.242188 27.117188 15.160156 26.03125 14.25 C 26.339844 14.09375 26.714844 14 27.09375 14 Z M 11 16 C 9.894531 16 9 16.894531 9 18 C 9 19.105469 9.894531 20 11 20 C 12.105469 20 13 19.105469 13 18 C 13 16.894531 12.105469 16 11 16 Z M 21 16 C 19.894531 16 19 16.894531 19 18 C 19 19.105469 19.894531 20 21 20 C 22.105469 20 23 19.105469 23 18 C 23 16.894531 22.105469 16 21 16 Z M 21.25 21.53125 C 20.101563 22.597656 18.171875 23.28125 16 23.28125 C 13.828125 23.28125 11.898438 22.589844 10.75 21.65625 C 11.390625 23.390625 13.445313 25 16 25 C 18.554688 25 20.609375 23.398438 21.25 21.53125 Z\"/></svg></li><li title=\"reddit square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 L 5 5 z M 7 7 L 25 7 L 25 25 L 7 25 L 7 7 z M 17.058594 8.9941406 C 16.880594 8.9641406 16.704109 9.0817188 16.662109 9.2617188 L 15.798828 13.007812 C 14.128828 13.049812 12.634078 13.601844 11.580078 14.464844 C 11.307078 14.179844 10.926 14 10.5 14 C 9.672 14 9 14.672 9 15.5 C 9 16.172 9.4456875 16.734781 10.054688 16.925781 C 10.022687 17.114781 10 17.305 10 17.5 C 10 19.985 12.686 22 16 22 C 19.314 22 22 19.985 22 17.5 C 22 17.305 21.977312 17.114781 21.945312 16.925781 C 22.554312 16.734781 23 16.172 23 15.5 C 23 14.672 22.328 14 21.5 14 C 21.074 14 20.692922 14.179844 20.419922 14.464844 C 19.431922 13.655844 18.056672 13.117531 16.513672 13.019531 L 17.269531 9.7382812 L 20.039062 10.195312 C 20.132062 10.650313 20.517 11 21 11 C 21.552 11 22 10.552 22 10 C 22 9.448 21.552 9 21 9 C 20.632 9 20.324391 9.2088594 20.150391 9.5058594 L 17.058594 8.9941406 z M 13.091797 15.818359 C 13.694797 15.818359 14.181641 16.305203 14.181641 16.908203 C 14.181641 17.511203 13.693797 18 13.091797 18 C 12.489797 18 12 17.511203 12 16.908203 C 12 16.306203 12.488797 15.818359 13.091797 15.818359 z M 18.908203 15.818359 C 19.511203 15.818359 20 16.306203 20 16.908203 C 20 17.510203 19.511203 18 18.908203 18 C 18.306203 18 17.818359 17.511203 17.818359 16.908203 C 17.818359 16.305203 18.305203 15.818359 18.908203 15.818359 z M 13.472656 19.021484 C 13.562031 19.014609 13.654063 19.042469 13.726562 19.105469 C 14.880562 20.093469 17.117484 20.093469 18.271484 19.105469 C 18.417484 18.980469 18.639625 18.995578 18.765625 19.142578 C 18.891625 19.289578 18.875516 19.510719 18.728516 19.636719 C 18.027516 20.238719 17.033 20.583984 16 20.583984 C 14.967 20.583984 13.973484 20.238719 13.271484 19.636719 C 13.124484 19.510719 13.108375 19.289578 13.234375 19.142578 C 13.297375 19.069078 13.383281 19.028359 13.472656 19.021484 z\"/></svg></li><li title=\"reddit \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 18.65625 4 C 16.558594 4 15 5.707031 15 7.65625 L 15 11.03125 C 12.242188 11.175781 9.742188 11.90625 7.71875 13.0625 C 6.945313 12.316406 5.914063 12 4.90625 12 C 3.816406 12 2.707031 12.355469 1.9375 13.21875 L 1.9375 13.25 L 1.90625 13.28125 C 1.167969 14.203125 0.867188 15.433594 1.0625 16.65625 C 1.242188 17.777344 1.898438 18.917969 3.03125 19.65625 C 3.023438 19.769531 3 19.882813 3 20 C 3 22.605469 4.574219 24.886719 6.9375 26.46875 C 9.300781 28.050781 12.488281 29 16 29 C 19.511719 29 22.699219 28.050781 25.0625 26.46875 C 27.425781 24.886719 29 22.605469 29 20 C 29 19.882813 28.976563 19.769531 28.96875 19.65625 C 30.101563 18.917969 30.757813 17.777344 30.9375 16.65625 C 31.132813 15.433594 30.832031 14.203125 30.09375 13.28125 L 30.0625 13.25 C 29.292969 12.386719 28.183594 12 27.09375 12 C 26.085938 12 25.054688 12.316406 24.28125 13.0625 C 22.257813 11.90625 19.757813 11.175781 17 11.03125 L 17 7.65625 C 17 6.675781 17.558594 6 18.65625 6 C 19.175781 6 19.820313 6.246094 20.8125 6.59375 C 21.65625 6.890625 22.75 7.21875 24.15625 7.3125 C 24.496094 8.289063 25.414063 9 26.5 9 C 27.875 9 29 7.875 29 6.5 C 29 5.125 27.875 4 26.5 4 C 25.554688 4 24.738281 4.535156 24.3125 5.3125 C 23.113281 5.242188 22.246094 4.992188 21.46875 4.71875 C 20.566406 4.402344 19.734375 4 18.65625 4 Z M 16 13 C 19.152344 13 21.964844 13.867188 23.9375 15.1875 C 25.910156 16.507813 27 18.203125 27 20 C 27 21.796875 25.910156 23.492188 23.9375 24.8125 C 21.964844 26.132813 19.152344 27 16 27 C 12.847656 27 10.035156 26.132813 8.0625 24.8125 C 6.089844 23.492188 5 21.796875 5 20 C 5 18.203125 6.089844 16.507813 8.0625 15.1875 C 10.035156 13.867188 12.847656 13 16 13 Z M 4.90625 14 C 5.285156 14 5.660156 14.09375 5.96875 14.25 C 4.882813 15.160156 4.039063 16.242188 3.53125 17.4375 C 3.277344 17.117188 3.125 16.734375 3.0625 16.34375 C 2.953125 15.671875 3.148438 14.976563 3.46875 14.5625 C 3.472656 14.554688 3.464844 14.539063 3.46875 14.53125 C 3.773438 14.210938 4.3125 14 4.90625 14 Z M 27.09375 14 C 27.6875 14 28.226563 14.210938 28.53125 14.53125 C 28.535156 14.535156 28.527344 14.558594 28.53125 14.5625 C 28.851563 14.976563 29.046875 15.671875 28.9375 16.34375 C 28.875 16.734375 28.722656 17.117188 28.46875 17.4375 C 27.960938 16.242188 27.117188 15.160156 26.03125 14.25 C 26.339844 14.09375 26.714844 14 27.09375 14 Z M 11 16 C 9.894531 16 9 16.894531 9 18 C 9 19.105469 9.894531 20 11 20 C 12.105469 20 13 19.105469 13 18 C 13 16.894531 12.105469 16 11 16 Z M 21 16 C 19.894531 16 19 16.894531 19 18 C 19 19.105469 19.894531 20 21 20 C 22.105469 20 23 19.105469 23 18 C 23 16.894531 22.105469 16 21 16 Z M 21.25 21.53125 C 20.101563 22.597656 18.171875 23.28125 16 23.28125 C 13.828125 23.28125 11.898438 22.589844 10.75 21.65625 C 11.390625 23.390625 13.445313 25 16 25 C 18.554688 25 20.609375 23.398438 21.25 21.53125 Z\"/></svg></li><li title=\"redhat \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16.388672 6.0019531 C 15.611672 6.0019531 15.385172 7.0820312 14.451172 7.0820312 C 13.546172 7.0820312 12.888969 6.2714844 12.042969 6.2714844 C 11.235969 6.2714844 10.713547 6.8640313 10.310547 8.0820312 C 8.9335469 12.245031 8.9939063 12.068109 9.0039062 12.287109 C 9.0039063 13.619109 13.881156 17.990234 20.410156 17.990234 L 20.410156 18 C 22.091156 18 24.519531 17.624703 24.519531 15.470703 C 24.539531 15.106703 24.569516 15.377781 23.478516 10.300781 C 23.252516 9.2697812 23.045047 8.80125 21.373047 7.90625 C 20.065047 7.18725 17.224672 6.0019531 16.388672 6.0019531 z M 8.2695312 13.039062 C 5.9695313 13.149063 3 13.570234 3 16.240234 C 3 20.610234 13.189766 26 21.259766 26 C 27.439766 26 29 23.160156 29 20.910156 C 29 19.140156 27.499063 17.139453 24.789062 15.939453 C 25.020063 17.177453 25 17.558703 25 17.720703 C 25 19.827703 22.844813 21 20.007812 21 C 13.612813 21.011 8 16.873437 8 14.148438 C 8 13.768437 8.1295313 13.387063 8.2695312 13.039062 z\"/></svg></li><li title=\"redo alt solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832031 3 3 8.832031 3 16 C 3 23.167969 8.832031 29 16 29 C 23.167969 29 29 23.167969 29 16 L 27 16 C 27 22.085938 22.085938 27 16 27 C 9.914063 27 5 22.085938 5 16 C 5 9.914063 9.914063 5 16 5 C 19.875 5 23.261719 6.984375 25.21875 10 L 20 10 L 20 12 L 28 12 L 28 4 L 26 4 L 26 7.71875 C 23.617188 4.84375 20.019531 3 16 3 Z\"/></svg></li><li title=\"redo solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 19.21875 5.28125 L 17.78125 6.71875 L 24.0625 13 L 11 13 C 7.15625 13 4 16.15625 4 20 L 4 27 L 6 27 L 6 20 C 6 17.246094 8.246094 15 11 15 L 24.0625 15 L 17.78125 21.28125 L 19.21875 22.71875 L 27.21875 14.71875 L 27.90625 14 L 27.21875 13.28125 Z\"/></svg></li><li title=\"registered solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832031 3 3 8.832031 3 16 C 3 23.167969 8.832031 29 16 29 C 23.167969 29 29 23.167969 29 16 C 29 8.832031 23.167969 3 16 3 Z M 16 5 C 22.085938 5 27 9.914063 27 16 C 27 22.085938 22.085938 27 16 27 C 9.914063 27 5 22.085938 5 16 C 5 9.914063 9.914063 5 16 5 Z M 12 10 L 12 22 L 14 22 L 14 18 L 17.40625 18 L 19 22 L 21 22 L 19.3125 17.75 C 20.875 17.207031 22 15.75 22 14 C 22 11.789063 20.210938 10 18 10 Z M 14 12 L 18 12 C 19.191406 12 20 12.808594 20 14 C 20 15.191406 19.191406 16 18 16 L 14 16 Z\"/></svg></li><li title=\"registered \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832031 3 3 8.832031 3 16 C 3 23.167969 8.832031 29 16 29 C 23.167969 29 29 23.167969 29 16 C 29 8.832031 23.167969 3 16 3 Z M 16 5 C 22.085938 5 27 9.914063 27 16 C 27 22.085938 22.085938 27 16 27 C 9.914063 27 5 22.085938 5 16 C 5 9.914063 9.914063 5 16 5 Z M 12 10 L 12 22 L 14 22 L 14 18 L 17.40625 18 L 19 22 L 21 22 L 19.3125 17.75 C 20.875 17.207031 22 15.75 22 14 C 22 11.789063 20.210938 10 18 10 Z M 14 12 L 18 12 C 19.191406 12 20 12.808594 20 14 C 20 15.191406 19.191406 16 18 16 L 14 16 Z\"/></svg></li><li title=\"remove format solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 4.2890625 5.9726562 L 3.0839844 7.5703125 L 27.777344 26.177734 L 28.980469 24.580078 L 18.027344 16.326172 L 20.285156 10 L 25 10 L 25 11.5 C 25 11.776 25.224 12 25.5 12 L 26.5 12 C 26.776 12 27 11.776 27 11.5 L 27 7.5 C 27 7.224 26.776 7 26.5 7 L 10.5 7 C 10.224 7 10 7.224 10 7.5 L 10 10.277344 L 4.2890625 5.9726562 z M 12 10 L 17.285156 10 L 15.662109 14.544922 L 11.933594 11.734375 C 11.972056 11.663558 12 11.586203 12 11.5 L 12 10 z M 14.253906 18.490234 L 13 22 L 11.5 22 C 11.224 22 11 22.224 11 22.5 L 11 24.5 C 11 24.776 11.224 25 11.5 25 L 16.5 25 C 16.776 25 17 24.776 17 24.5 L 17 22.5 C 17 22.224 16.776 22 16.5 22 L 16 22 L 16.619141 20.265625 L 14.253906 18.490234 z\"/></svg></li><li title=\"renren \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 7.5625 7 C 3.28125 7.71875 0 11.449219 0 15.9375 C 0 18.167969 0.820313 20.203125 2.15625 21.78125 C 5.328125 20.246094 7.546875 16.792969 7.5625 12.75 Z M 10.5625 7 L 10.5625 12.6875 C 10.5625 16.746094 12.789063 20.242188 15.96875 21.78125 C 14.632813 20.203125 13.8125 18.167969 13.8125 15.9375 C 13.8125 13.707031 14.628906 11.671875 15.96875 10.09375 C 14.617188 8.496094 12.714844 7.359375 10.5625 7 Z M 15.96875 10.09375 C 17.304688 11.671875 18.1875 13.707031 18.1875 15.9375 C 18.1875 18.167969 17.304688 20.203125 15.96875 21.78125 C 19.140625 20.246094 21.421875 16.789063 21.4375 12.75 L 21.4375 7 C 19.285156 7.363281 17.320313 8.496094 15.96875 10.09375 Z M 24.4375 7 L 24.4375 12.6875 C 24.4375 16.746094 26.664063 20.242188 29.84375 21.78125 C 31.179688 20.203125 32 18.167969 32 15.9375 C 32 11.449219 28.71875 7.71875 24.4375 7 Z M 9.0625 18.21875 C 8.5 20.554688 6.820313 22.546875 4.71875 23.875 C 6.007813 24.582031 7.488281 25 9.0625 25 C 10.636719 25 12.117188 24.582031 13.40625 23.875 C 11.308594 22.546875 9.625 20.554688 9.0625 18.21875 Z M 22.9375 18.21875 C 22.375 20.554688 20.695313 22.546875 18.59375 23.875 C 19.882813 24.582031 21.363281 25 22.9375 25 C 24.511719 25 25.992188 24.582031 27.28125 23.875 C 25.183594 22.546875 23.5 20.554688 22.9375 18.21875 Z\"/></svg></li><li title=\"reply all solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 10.28125 5.28125 L 2.28125 13.28125 L 1.59375 14 L 2.28125 14.71875 L 10.28125 22.71875 L 11.71875 21.28125 L 4.4375 14 L 11.71875 6.71875 Z M 15.28125 5.28125 L 7.28125 13.28125 L 6.59375 14 L 7.28125 14.71875 L 15.28125 22.71875 L 16.71875 21.28125 L 10.4375 15 L 23 15 C 25.773438 15 28 17.226563 28 20 C 28 22.773438 25.773438 25 23 25 L 23 27 C 26.855469 27 30 23.855469 30 20 C 30 16.144531 26.855469 13 23 13 L 10.4375 13 L 16.71875 6.71875 Z\"/></svg></li><li title=\"reply solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 12.28125 5.28125 L 4.28125 13.28125 L 3.59375 14 L 4.28125 14.71875 L 12.28125 22.71875 L 13.71875 21.28125 L 7.4375 15 L 21 15 C 23.773438 15 26 17.226563 26 20 C 26 22.773438 23.773438 25 21 25 L 21 27 C 24.855469 27 28 23.855469 28 20 C 28 16.144531 24.855469 13 21 13 L 7.4375 13 L 13.71875 6.71875 Z\"/></svg></li><li title=\"replyd \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 L 5 5 z M 7 7 L 25 7 L 25 25 L 7 25 L 7 7 z M 17.730469 17.009766 C 16.860469 17.009766 16.190703 17.259766 15.720703 17.759766 C 15.240703 18.249766 15 19 15 20 C 15 20.94 15.210625 21.669219 15.640625 22.199219 C 16.060625 22.729219 16.730391 23 17.650391 23 C 18.090391 23 18.500625 22.940547 18.890625 22.810547 C 19.280625 22.690547 19.590312 22.529609 19.820312 22.349609 L 19.330078 21.390625 C 19.190078 21.490625 19.009531 21.589687 18.769531 21.679688 C 18.519531 21.769687 18.239687 21.820313 17.929688 21.820312 C 17.429688 21.820312 17.069609 21.700937 16.849609 21.460938 C 16.619609 21.220938 16.500469 20.860859 16.480469 20.380859 L 19.890625 20.380859 C 19.920625 20.180859 19.950703 20.000547 19.970703 19.810547 C 19.990703 19.630547 20 19.460781 20 19.300781 C 20 18.860781 19.930547 18.499219 19.810547 18.199219 C 19.680547 17.909219 19.510781 17.67 19.300781 17.5 C 19.080781 17.32 18.840312 17.199141 18.570312 17.119141 C 18.300313 17.049141 18.020469 17.009766 17.730469 17.009766 z M 13.660156 17.039062 C 13.360156 17.039062 13.100859 17.109531 12.880859 17.269531 C 12.660859 17.419531 12.489375 17.630156 12.359375 17.910156 L 12.320312 17.910156 L 12.140625 17.160156 L 11 17.160156 L 11 22.839844 L 12.480469 22.839844 L 12.480469 19.169922 C 12.540469 18.949922 12.660078 18.770859 12.830078 18.630859 C 13.010078 18.500859 13.230234 18.429688 13.490234 18.429688 C 13.680234 18.429688 13.890859 18.470781 14.130859 18.550781 L 14.330078 17.160156 C 14.080078 17.080156 13.850156 17.039063 13.660156 17.039062 z M 22.070312 17.119141 C 21.790312 17.119141 21.580156 17.199609 21.410156 17.349609 C 21.240156 17.509609 21.160156 17.720469 21.160156 17.980469 C 21.160156 18.250469 21.240156 18.459141 21.410156 18.619141 C 21.580156 18.779141 21.790312 18.859375 22.070312 18.859375 C 22.350312 18.859375 22.58 18.779141 22.75 18.619141 C 22.92 18.459141 23 18.250469 23 17.980469 C 23 17.720469 22.92 17.509609 22.75 17.349609 C 22.58 17.199609 22.360312 17.119141 22.070312 17.119141 z M 17.699219 18.189453 C 18.039219 18.189453 18.279688 18.299531 18.429688 18.519531 C 18.589688 18.739531 18.649141 19.050938 18.619141 19.460938 L 16.509766 19.460938 C 16.549766 19.080938 16.659844 18.769062 16.839844 18.539062 C 17.029844 18.309062 17.309219 18.189453 17.699219 18.189453 z M 22.070312 21.230469 C 21.790312 21.230469 21.580156 21.300937 21.410156 21.460938 C 21.240156 21.610938 21.160156 21.819844 21.160156 22.089844 C 21.160156 22.359844 21.240156 22.570469 21.410156 22.730469 C 21.580156 22.890469 21.790312 22.960938 22.070312 22.960938 C 22.350312 22.960938 22.58 22.890469 22.75 22.730469 C 22.92 22.570469 23 22.349844 23 22.089844 C 23 21.819844 22.92 21.610937 22.75 21.460938 C 22.58 21.300937 22.360312 21.230469 22.070312 21.230469 z\"/></svg></li><li title=\"republican solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 10 7 C 6.686 7 4 9.686 4 13 L 4 16 L 26 16 L 26 13 C 26 9.686 23.314 7 20 7 L 10 7 z M 15.013672 10.148438 C 15.102047 10.148438 15.192641 10.189938 15.244141 10.273438 L 15.71875 11.275391 L 16.824219 11.441406 C 17.015219 11.467406 17.105172 11.711844 16.951172 11.839844 L 16.154297 12.623047 L 16.335938 13.716797 C 16.374938 13.922797 16.181953 14.062656 16.001953 13.972656 L 15.011719 13.458984 L 14.023438 13.972656 C 13.856438 14.062656 13.651453 13.922797 13.689453 13.716797 L 13.869141 12.623047 L 13.072266 11.839844 C 12.931266 11.710844 13.009844 11.466406 13.214844 11.441406 L 14.306641 11.275391 L 14.794922 10.273438 C 14.839922 10.189937 14.925297 10.148438 15.013672 10.148438 z M 9.0039062 10.162109 C 9.0902812 10.162109 9.1762031 10.202156 9.2207031 10.285156 L 9.7070312 11.283203 L 10.808594 11.449219 C 11.001594 11.475219 11.064828 11.719656 10.923828 11.847656 L 10.130859 12.628906 L 10.322266 13.716797 C 10.360266 13.921797 10.143562 14.062656 9.9765625 13.972656 L 9.0039062 13.460938 L 8.0175781 13.972656 C 7.8385781 14.062656 7.646875 13.921797 7.671875 13.716797 L 7.8632812 12.628906 L 7.0703125 11.847656 C 6.9163125 11.719656 7.0052656 11.475219 7.1972656 11.449219 L 8.3007812 11.283203 L 8.7851562 10.285156 C 8.8301562 10.202156 8.9175313 10.162109 9.0039062 10.162109 z M 21.001953 10.166016 C 21.088203 10.166016 21.178969 10.208016 21.230469 10.291016 L 21.716797 11.287109 L 22.802734 11.453125 C 22.992734 11.479125 23.082688 11.722609 22.929688 11.849609 L 22.136719 12.630859 L 22.328125 13.716797 C 22.354125 13.921797 22.161422 14.061656 21.982422 13.972656 L 20.998047 13.462891 L 20.015625 13.972656 C 19.862625 14.061656 19.644594 13.921797 19.683594 13.716797 L 19.861328 12.630859 L 19.082031 11.849609 C 18.929031 11.721609 19.005938 11.478125 19.210938 11.453125 L 20.308594 11.287109 L 20.794922 10.291016 C 20.833422 10.208016 20.915703 10.166016 21.001953 10.166016 z M 4 18 L 4 19 L 4 21 L 4 24 C 4 24.552 4.448 25 5 25 L 8 25 C 8.552 25 9 24.552 9 24 L 9 21 L 17 21 L 17 24 C 17 24.552 17.448 25 18 25 L 21 25 C 21.552 25 22 24.552 22 24 L 22 21 L 22 20 L 24 20 L 24 21.882812 C 24 23.332813 24.978344 24.664406 26.402344 24.941406 C 28.317344 25.313406 30 23.85 30 22 L 30 19.708984 C 30 19.316984 29.683969 19 29.292969 19 L 28.708984 19 C 28.316984 19 28 19.316984 28 19.708984 L 28 22 C 28 22.551 27.551 23 27 23 C 26.449 23 26 22.551 26 22 L 26 18 L 22 18 L 4 18 z\"/></svg></li><li title=\"researchgate \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 L 5 5 z M 7 7 L 25 7 L 25 25 L 7 25 L 7 7 z M 19.164062 10.001953 C 17.881062 10.001953 17.441406 10.919156 17.441406 11.535156 L 17.441406 13.169922 C 17.441406 13.999922 17.8935 14.792969 19.0625 14.792969 C 21.0245 14.790969 20.787109 13.306391 20.787109 12.275391 L 19.253906 12.275391 L 19.253906 12.816406 L 20.158203 12.816406 C 20.158203 13.621406 19.781453 14.162109 19.064453 14.162109 C 18.498453 14.162109 18.171875 13.671188 18.171875 12.992188 L 18.171875 11.634766 C 18.171875 11.005766 18.762062 10.642578 19.164062 10.642578 C 19.881062 10.642578 20.15625 11.271484 20.15625 11.271484 L 20.697266 10.90625 C 20.697266 10.90625 20.434062 10.001953 19.164062 10.001953 z M 13.583984 13.091797 C 12.678984 13.091797 11.296953 13.178906 10.001953 13.128906 L 10.001953 13.53125 C 10.781953 13.68225 11.107422 13.606281 11.107422 14.738281 L 11.107422 20.269531 C 11.107422 21.413531 10.780953 21.325563 10.001953 21.476562 L 10.001953 21.892578 C 10.378953 21.879578 11.031266 21.841797 11.697266 21.841797 C 12.326266 21.841797 13.144094 21.867578 13.496094 21.892578 L 13.496094 21.476562 C 12.490094 21.338562 12.1875 21.451531 12.1875 20.269531 L 12.1875 17.931641 C 12.5275 17.956641 12.817531 17.955078 13.269531 17.955078 C 14.124531 19.489078 14.94125 20.634781 15.40625 21.175781 C 16.24825 22.193781 17.594875 22.043578 17.921875 21.892578 L 17.921875 21.515625 C 17.418875 21.514625 16.914781 21.175437 16.550781 20.773438 C 15.934781 20.107437 15.104781 19.025641 14.425781 17.806641 C 15.557781 17.529641 16.400391 16.461297 16.400391 15.404297 C 16.400391 13.820297 15.179984 13.091797 13.583984 13.091797 z M 13.320312 13.730469 C 14.502313 13.730469 15.205078 14.346516 15.205078 15.478516 C 15.204078 16.586516 14.450359 17.326172 13.193359 17.326172 C 12.728359 17.326172 12.5145 17.314063 12.1875 17.289062 L 12.1875 13.767578 C 12.5145 13.729578 12.942312 13.730469 13.320312 13.730469 z\"/></svg></li><li title=\"resolving \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 9.857 3 4.7113281 7.2883906 3.3613281 13.025391 L 3.3769531 13.019531 L 14.935547 9.6894531 C 16.744547 9.1624531 17.756359 9.0846719 19.068359 9.2636719 C 20.956359 9.5816719 21.812766 10.564531 22.259766 12.144531 L 22.824219 14.113281 C 23.251219 15.574281 22.87575 16.746219 21.59375 17.949219 C 20.58975 18.853219 19.972578 19.220734 18.392578 19.677734 L 13.572266 21.058594 L 25.050781 22.470703 L 25.556641 24.248047 L 23.052734 24.945312 L 8.1171875 23.005859 L 9.2871094 27.111328 C 11.249109 28.302328 13.542 29 16 29 C 23.168 29 29 23.168 29 16 C 29 8.832 23.168 3 16 3 z M 18.039062 11.730469 C 17.503633 11.724609 16.765469 11.860156 15.730469 12.160156 L 5.8691406 14.990234 L 7.3691406 20.160156 L 17.740234 17.160156 C 20.150234 16.470156 20.340781 15.930625 20.050781 14.890625 L 19.460938 12.830078 C 19.260938 12.142578 18.931445 11.740234 18.039062 11.730469 z M 3.0078125 16.132812 C 3.0328125 18.580813 3.7422656 20.862547 4.9472656 22.810547 L 3.0078125 16.132812 z\"/></svg></li><li title=\"restroom solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 9 4 C 6.800781 4 5 5.800781 5 8 C 5 9.113281 5.476563 10.117188 6.21875 10.84375 C 4.886719 11.746094 4 13.285156 4 15 L 4 20.625 L 6 21.625 L 6 28 L 12 28 L 12 21.625 L 14 20.625 L 14 15 C 14 13.285156 13.113281 11.746094 11.78125 10.84375 C 12.523438 10.117188 13 9.113281 13 8 C 13 5.800781 11.199219 4 9 4 Z M 22 4 C 19.800781 4 18 5.800781 18 8 C 18 9.152344 18.523438 10.175781 19.3125 10.90625 C 18.40625 11.585938 17.746094 12.597656 17.53125 13.8125 C 17.53125 13.824219 17.53125 13.832031 17.53125 13.84375 L 16.03125 21.8125 L 15.78125 23 L 19 23 L 19 28 L 25 28 L 25 23 L 28.21875 23 L 27.96875 21.8125 L 26.46875 13.84375 C 26.46875 13.832031 26.46875 13.824219 26.46875 13.8125 C 26.253906 12.597656 25.59375 11.585938 24.6875 10.90625 C 25.476563 10.175781 26 9.152344 26 8 C 26 5.800781 24.199219 4 22 4 Z M 9 6 C 10.117188 6 11 6.882813 11 8 C 11 9.117188 10.117188 10 9 10 C 7.882813 10 7 9.117188 7 8 C 7 6.882813 7.882813 6 9 6 Z M 22 6 C 23.117188 6 24 6.882813 24 8 C 24 9.117188 23.117188 10 22 10 C 20.882813 10 20 9.117188 20 8 C 20 6.882813 20.882813 6 22 6 Z M 9 12 C 10.65625 12 12 13.34375 12 15 L 12 19.375 L 10 20.375 L 10 26 L 8 26 L 8 20.375 L 6 19.375 L 6 15 C 6 13.34375 7.34375 12 9 12 Z M 22 12 C 23.230469 12 24.277344 12.816406 24.5 14.15625 L 24.5 14.1875 L 24.53125 14.1875 L 25.8125 21 L 23 21 L 23 26 L 21 26 L 21 21 L 18.1875 21 L 19.46875 14.1875 L 19.5 14.1875 L 19.5 14.15625 C 19.722656 12.816406 20.769531 12 22 12 Z\"/></svg></li><li title=\"retweet solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 7 L 0 12 L 4 12 L 4 25 L 21 25 L 19 23 L 6 23 L 6 12 L 10 12 Z M 9 7 L 11 9 L 24 9 L 24 20 L 20 20 L 25 25 L 30 20 L 26 20 L 26 7 Z\"/></svg></li><li title=\"rev \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 15 3 L 15 5.0507812 C 9.4024418 5.5583785 5 10.272536 5 16 C 5 22.065 9.935 27 16 27 L 27 27 L 27 16 C 27 12.633 25.476937 9.6186094 23.085938 7.5996094 L 21.222656 8.6855469 C 23.504656 10.319547 25 12.986 25 16 C 25 20.962 20.963 25 16 25 C 11.037 25 7 20.962 7 16 C 7 11.37592 10.505968 7.5576678 15 7.0585938 L 15 10 L 21 6.5 L 15 3 z M 16 13 A 3 3 0 0 0 16 19 A 3 3 0 0 0 16 13 z\"/></svg></li><li title=\"ribbon solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 14.898438 4 12.398438 4 11.5 5.5 L 11.5 5.59375 C 11.398438 5.792969 9.8125 9.292969 9.3125 10.59375 C 8.710938 12.195313 9.414063 14.113281 10.3125 15.3125 C 11.011719 16.414063 19.699219 27.195313 20 27.59375 L 20.59375 28.40625 L 25.59375 24.3125 L 25.09375 23.5 C 23.992188 22.101563 22.085938 19.804688 20.1875 17.40625 C 21.585938 15.707031 21.8125 15.414063 21.8125 15.3125 C 22.710938 14.113281 23.414063 12.195313 22.8125 10.59375 C 22.3125 9.292969 20.695313 5.792969 20.59375 5.59375 L 20.59375 5.5 C 20.59375 5.398438 20.5 5.414063 20.5 5.3125 C 19.300781 4.011719 17 4 16 4 Z M 16 6 C 17.800781 6 18.488281 6.300781 18.6875 6.5 C 18.6875 6.699219 18.695313 7.011719 18.59375 7.3125 L 18.59375 7.5 C 18.59375 7.699219 18.507813 7.886719 18.40625 8.1875 C 17.804688 7.988281 17.101563 8 16 8 C 14.898438 8 14.195313 7.992188 13.59375 8.09375 C 13.492188 7.894531 13.507813 7.605469 13.40625 7.40625 L 13.40625 7.1875 C 13.304688 6.789063 13.3125 6.605469 13.3125 6.40625 C 13.511719 6.304688 14.199219 6 16 6 Z M 11.90625 9.5 C 12.105469 10.101563 12.40625 10.800781 12.90625 11.5 C 13.707031 12.699219 20.605469 21.199219 22.90625 24 L 21 25.59375 C 18.101563 22.09375 12.40625 14.988281 11.90625 14.1875 C 11.304688 13.386719 10.792969 12.113281 11.09375 11.3125 C 11.195313 10.914063 11.507813 10.199219 11.90625 9.5 Z M 20.09375 9.5 C 20.394531 10.199219 20.707031 10.914063 20.90625 11.3125 C 21.207031 12.113281 20.695313 13.386719 20.09375 14.1875 C 19.992188 14.289063 19.710938 14.710938 18.8125 15.8125 C 18.3125 15.113281 17.6875 14.507813 17.1875 13.90625 C 18.6875 12.007813 18.992188 11.601563 19.09375 11.5 C 19.492188 10.800781 19.894531 10.101563 20.09375 9.5 Z M 14.40625 10 L 17.59375 10 C 17.492188 10.101563 17.507813 10.207031 17.40625 10.40625 C 17.40625 10.605469 17 11.011719 16 12.3125 C 15.300781 11.414063 14.695313 10.707031 14.59375 10.40625 C 14.492188 10.304688 14.507813 10.199219 14.40625 10 Z M 10.90625 18.59375 C 8.804688 21.195313 6.90625 23.5 6.90625 23.5 L 6.3125 24.3125 L 11.3125 28.40625 L 12 27.59375 C 12 27.59375 13.394531 25.914063 15.09375 23.8125 C 14.695313 23.3125 14.210938 22.6875 13.8125 22.1875 C 12.613281 23.585938 11.601563 24.792969 11 25.59375 L 9.09375 24 C 9.792969 23.199219 10.886719 21.789063 12.1875 20.1875 C 11.6875 19.585938 11.304688 19.09375 10.90625 18.59375 Z\"/></svg></li><li title=\"ring solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 26 7 L 25.699219 6.699219 C 24 4.800781 21.5 4.199219 21.5 4.199219 C 18.5 3.300781 13.800781 5.300781 9.601563 9.398438 C 6.101563 12.699219 4 16.699219 4 19.699219 C 4 20.101563 4.101563 20.5 4.101563 20.898438 C 4.300781 22.898438 5.601563 25 6.699219 26 C 8.101563 27.398438 9.898438 28.101563 11.898438 28.101563 C 15.199219 28.101563 19.101563 26.199219 22.699219 22.800781 C 28.300781 17.300781 29.699219 10.800781 26 7 Z M 10 21.699219 C 10 20.398438 11.398438 17.699219 14.398438 14.699219 C 17.300781 11.800781 20.300781 11 21.699219 10.699219 C 21 12.601563 19.5 14.898438 17.300781 17.101563 C 15.199219 19.101563 12.800781 20.699219 10.699219 21.5 C 10.5 21.601563 10.199219 21.601563 10 21.699219 Z M 11 10.800781 C 14.300781 7.5 17.800781 5.898438 20 5.898438 C 20.699219 5.898438 21.300781 6.101563 21.699219 6.5 C 22.101563 6.898438 22.300781 7.699219 22.199219 8.601563 C 21 8.699219 16.898438 9.398438 13 13.300781 C 10.5 15.800781 7.898438 19.398438 8.101563 21.898438 C 7.5 21.898438 6.898438 21.699219 6.601563 21.398438 C 6.398438 21.199219 6.199219 20.898438 6.101563 20.5 C 6.101563 20.5 6 20 6 19.699219 C 6.101563 17.199219 8 13.699219 11 10.800781 Z M 21.300781 21.300781 C 16.5 26.101563 11 27.398438 8.101563 24.601563 C 7.898438 24.398438 7.699219 24.199219 7.5 23.898438 C 7.699219 24 8 24 8.300781 24 C 9.199219 24 10.300781 23.800781 11.398438 23.398438 C 13.800781 22.5 16.398438 20.800781 18.699219 18.5 C 22.199219 15 24.199219 11 24.199219 8.101563 L 24.300781 8.199219 L 24.601563 8.398438 C 27.398438 11.300781 26 16.699219 21.300781 21.300781 Z\"/></svg></li><li title=\"road solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5.46875 6 L 5.28125 6.75 L 0.625 24.75 L 0.28125 26 L 31.71875 26 L 31.375 24.75 L 26.71875 6.75 L 26.53125 6 Z M 7.03125 8 L 15.125 8 L 15.0625 11 L 16.9375 11 L 16.875 8 L 24.96875 8 L 29.125 24 L 17.28125 24 L 17.1875 20 L 14.8125 20 L 14.71875 24 L 2.875 24 Z M 15 13 L 14.875 18 L 17.125 18 L 17 13 Z\"/></svg></li><li title=\"robot solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 1 C 14.894531 1 14 1.894531 14 3 C 14 3.738281 14.402344 4.371094 15 4.71875 L 15 7 L 10 7 C 7.25 7 5 9.25 5 12 L 5 14 L 2 14 L 2 22 L 5 22 L 5 27 L 27 27 L 27 22 L 30 22 L 30 14 L 27 14 L 27 12 C 27 9.25 24.75 7 22 7 L 17 7 L 17 4.71875 C 17.597656 4.371094 18 3.738281 18 3 C 18 1.894531 17.105469 1 16 1 Z M 10 9 L 22 9 C 23.667969 9 25 10.332031 25 12 L 25 25 L 23 25 L 23 20 L 9 20 L 9 25 L 7 25 L 7 12 C 7 10.332031 8.332031 9 10 9 Z M 12 13 C 10.894531 13 10 13.894531 10 15 C 10 16.105469 10.894531 17 12 17 C 13.105469 17 14 16.105469 14 15 C 14 13.894531 13.105469 13 12 13 Z M 20 13 C 18.894531 13 18 13.894531 18 15 C 18 16.105469 18.894531 17 20 17 C 21.105469 17 22 16.105469 22 15 C 22 13.894531 21.105469 13 20 13 Z M 4 16 L 5 16 L 5 20 L 4 20 Z M 27 16 L 28 16 L 28 20 L 27 20 Z M 11 22 L 13 22 L 13 25 L 11 25 Z M 15 22 L 17 22 L 17 25 L 15 25 Z M 19 22 L 21 22 L 21 25 L 19 25 Z\"/></svg></li><li title=\"rocket solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 25.90625 4 C 25.210938 4 24.242188 4.03125 23.21875 4.125 C 21.171875 4.316406 18.808594 4.660156 17.34375 6.125 C 16.113281 7.355469 13.570313 10.621094 11.21875 13.6875 C 10.753906 14.292969 10.773438 14.28125 10.34375 14.84375 L 8.625 14.75 C 7.347656 14.683594 6.117188 15.222656 5.3125 16.21875 L 3.21875 18.78125 L 2.1875 20.09375 L 3.8125 20.40625 L 7.09375 21.0625 L 10.9375 24.90625 L 11.59375 28.1875 L 11.9375 29.8125 L 13.21875 28.78125 L 15.78125 26.6875 C 16.777344 25.882813 17.316406 24.652344 17.25 23.375 L 17.15625 21.6875 C 17.738281 21.246094 17.71875 21.257813 18.34375 20.78125 C 21.417969 18.425781 24.695313 15.898438 25.90625 14.6875 C 27.359375 13.234375 27.683594 10.835938 27.875 8.78125 C 28.066406 6.726563 27.96875 4.96875 27.96875 4.96875 L 27.9375 4.0625 L 27.03125 4.03125 C 27.03125 4.03125 26.601563 4 25.90625 4 Z M 25 6 C 25.398438 6 25.679688 6.023438 25.96875 6.03125 C 25.980469 6.613281 26.003906 7.21875 25.875 8.59375 C 25.699219 10.488281 25.121094 12.597656 24.46875 13.25 C 23.578125 14.140625 20.1875 16.839844 17.125 19.1875 C 14.417969 21.261719 12.511719 22.71875 11.96875 23.125 L 8.90625 20.0625 C 9.316406 19.511719 10.71875 17.597656 12.78125 14.90625 C 15.125 11.851563 17.832031 8.449219 18.75 7.53125 C 19.433594 6.847656 21.519531 6.269531 23.40625 6.09375 C 24.089844 6.03125 24.601563 6 25 6 Z M 20.4375 9.53125 C 19.320313 9.53125 18.4375 10.445313 18.4375 11.5625 C 18.4375 12.679688 19.320313 13.59375 20.4375 13.59375 C 21.554688 13.59375 22.46875 12.679688 22.46875 11.5625 C 22.46875 10.445313 21.554688 9.53125 20.4375 9.53125 Z M 8.5 16.75 L 8.875 16.78125 C 8.273438 17.578125 7.289063 18.855469 7.15625 19.03125 L 5.8125 18.75 L 6.84375 17.5 C 7.246094 17.003906 7.859375 16.714844 8.5 16.75 Z M 6.21875 21.9375 C 5.363281 22.792969 4.875 23.976563 4.53125 24.96875 C 4.1875 25.960938 4.03125 26.78125 4.03125 26.78125 L 3.71875 28.25 L 5.1875 27.96875 C 5.1875 27.96875 5.984375 27.832031 6.96875 27.5 C 7.953125 27.167969 9.136719 26.675781 10.03125 25.78125 L 8.625 24.375 C 8.179688 24.820313 7.296875 25.210938 6.5 25.5 C 6.804688 24.667969 7.25 23.722656 7.625 23.34375 Z M 15.21875 23.125 L 15.25 23.5 C 15.285156 24.140625 15.03125 24.753906 14.53125 25.15625 L 13.25 26.1875 L 12.96875 24.84375 C 13.144531 24.714844 14.421875 23.722656 15.21875 23.125 Z\"/></svg></li><li title=\"rocketchat \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 7.5488281 5 C 6.2638281 5 5.055 5.3086094 4 5.8496094 C 5.422467 6.9694938 6.4322525 8.5274703 6.8359375 10.300781 C 5.0652471 11.854193 4 13.838545 4 16 C 4 18.1 5.0028438 20.110797 6.8398438 21.716797 C 6.5498438 22.966797 5.9480312 24.134047 5.0820312 25.123047 L 4.0136719 26.345703 L 5.5859375 26.751953 C 6.2259375 26.917953 6.8868281 27 7.5488281 27 C 9.7768281 27 11.841828 26.197516 13.423828 24.728516 C 14.425828 24.908516 15.458 25 16.5 25 C 23.393 25 29 20.962 29 16 C 29 11.038 23.393 7 16.5 7 C 15.440923 7 14.418235 7.1058017 13.435547 7.2851562 C 11.913547 5.8774278 9.8442485 5 7.5488281 5 z M 16.5 9 C 22.29 9 27 12.14 27 16 C 27 19.86 22.29 23 16.5 23 C 15.412 23 14.338594 22.888969 13.308594 22.667969 L 12.757812 22.548828 L 12.371094 22.957031 C 11.147094 24.252031 9.469625 24.976 7.640625 25 C 8.290625 23.917 8.727875 22.724516 8.921875 21.478516 L 9.0136719 20.896484 L 8.5488281 20.535156 C 6.9058281 19.256156 6 17.646 6 16 C 6 12.14 10.71 9 16.5 9 z M 11.5 15 A 1.5 1.5 0 0 0 11.5 18 A 1.5 1.5 0 0 0 11.5 15 z M 16.5 15 A 1.5 1.5 0 0 0 16.5 18 A 1.5 1.5 0 0 0 16.5 15 z M 21.5 15 A 1.5 1.5 0 0 0 21.5 18 A 1.5 1.5 0 0 0 21.5 15 z\"/></svg></li><li title=\"rockrms \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 8.832 23.168 3 16 3 z M 16 5 C 22.065 5 27 9.935 27 16 C 27 22.065 22.065 27 16 27 C 9.935 27 5 22.065 5 16 C 5 9.935 9.935 5 16 5 z M 15.5 8 C 15.212 8 14.936094 8.1257969 14.746094 8.3417969 L 8.046875 16 L 10.703125 16 L 15.472656 10.550781 L 19.898438 16 L 15 16 C 14.609 16 14.254797 16.228031 14.091797 16.582031 C 13.928797 16.937031 13.986234 17.353391 14.240234 17.650391 L 18.826172 23 L 21.460938 23 L 17.173828 18 L 22 18 C 22.386 18 22.736344 17.777687 22.902344 17.429688 C 23.067344 17.081688 23.018391 16.668141 22.775391 16.369141 L 16.275391 8.3691406 C 16.089391 8.1401406 15.812531 8.005 15.519531 8 L 15.5 8 z\"/></svg></li><li title=\"route solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6 4 C 4.90625 4 4 4.90625 4 6 C 4 7.09375 4.90625 8 6 8 C 7.09375 8 8 7.09375 8 6 C 8 4.90625 7.09375 4 6 4 Z M 10 5 C 9.449219 5 9 5.449219 9 6 C 9 6.550781 9.449219 7 10 7 C 10.550781 7 11 6.550781 11 6 C 11 5.449219 10.550781 5 10 5 Z M 13 5 C 12.449219 5 12 5.449219 12 6 C 12 6.550781 12.449219 7 13 7 C 13.550781 7 14 6.550781 14 6 C 14 5.449219 13.550781 5 13 5 Z M 16 5 C 15.449219 5 15 5.449219 15 6 C 15 6.550781 15.449219 7 16 7 C 16.550781 7 17 6.550781 17 6 C 17 5.449219 16.550781 5 16 5 Z M 19 5 C 18.449219 5 18 5.449219 18 6 C 18 6.550781 18.449219 7 19 7 C 19.550781 7 20 6.550781 20 6 C 20 5.449219 19.550781 5 19 5 Z M 22 5 C 21.449219 5 21 5.449219 21 6 C 21 6.550781 21.449219 7 22 7 C 22.550781 7 23 6.550781 23 6 C 23 5.449219 22.550781 5 22 5 Z M 25 5 C 24.449219 5 24 5.449219 24 6 C 24 6.550781 24.449219 7 25 7 C 25.550781 7 26 6.550781 26 6 C 26 5.449219 25.550781 5 25 5 Z M 27 7 C 26.449219 7 26 7.449219 26 8 C 26 8.550781 26.449219 9 27 9 C 27.550781 9 28 8.550781 28 8 C 28 7.449219 27.550781 7 27 7 Z M 16 10 C 14.347656 10 13 11.347656 13 13 C 13 14.25 14.613281 17.492188 15.109375 18.457031 L 16 20.1875 L 16.890625 18.457031 C 17.386719 17.492188 19 14.25 19 13 C 19 11.347656 17.652344 10 16 10 Z M 27 10 C 26.449219 10 26 10.449219 26 11 C 26 11.550781 26.449219 12 27 12 C 27.550781 12 28 11.550781 28 11 C 28 10.449219 27.550781 10 27 10 Z M 16 12 C 16.550781 12 17 12.449219 17 13 C 17 13.550781 16.550781 14 16 14 C 15.449219 14 15 13.550781 15 13 C 15 12.449219 15.449219 12 16 12 Z M 27 13 C 26.449219 13 26 13.449219 26 14 C 26 14.550781 26.449219 15 27 15 C 27.550781 15 28 14.550781 28 14 C 28 13.449219 27.550781 13 27 13 Z M 27 16 C 26.449219 16 26 16.449219 26 17 C 26 17.550781 26.449219 18 27 18 C 27.550781 18 28 17.550781 28 17 C 28 16.449219 27.550781 16 27 16 Z M 7 18 C 6.449219 18 6 18.449219 6 19 C 6 19.550781 6.449219 20 7 20 C 7.550781 20 8 19.550781 8 19 C 8 18.449219 7.550781 18 7 18 Z M 10 18 C 9.449219 18 9 18.449219 9 19 C 9 19.550781 9.449219 20 10 20 C 10.550781 20 11 19.550781 11 19 C 11 18.449219 10.550781 18 10 18 Z M 13 18 C 12.449219 18 12 18.449219 12 19 C 12 19.550781 12.449219 20 13 20 C 13.550781 20 14 19.550781 14 19 C 14 18.449219 13.550781 18 13 18 Z M 19 18 C 18.449219 18 18 18.449219 18 19 C 18 19.550781 18.449219 20 19 20 C 19.550781 20 20 19.550781 20 19 C 20 18.449219 19.550781 18 19 18 Z M 22 18 C 21.449219 18 21 18.449219 21 19 C 21 19.550781 21.449219 20 22 20 C 22.550781 20 23 19.550781 23 19 C 23 18.449219 22.550781 18 22 18 Z M 25 18 C 24.449219 18 24 18.449219 24 19 C 24 19.550781 24.449219 20 25 20 C 25.550781 20 26 19.550781 26 19 C 26 18.449219 25.550781 18 25 18 Z M 5 20 C 4.449219 20 4 20.449219 4 21 C 4 21.550781 4.449219 22 5 22 C 5.550781 22 6 21.550781 6 21 C 6 20.449219 5.550781 20 5 20 Z M 5 23 C 4.449219 23 4 23.449219 4 24 C 4 24.550781 4.449219 25 5 25 C 5.550781 25 6 24.550781 6 24 C 6 23.449219 5.550781 23 5 23 Z M 26 24 C 24.90625 24 24 24.90625 24 26 C 24 27.09375 24.90625 28 26 28 C 27.09375 28 28 27.09375 28 26 C 28 24.90625 27.09375 24 26 24 Z M 7 25 C 6.449219 25 6 25.449219 6 26 C 6 26.550781 6.449219 27 7 27 C 7.550781 27 8 26.550781 8 26 C 8 25.449219 7.550781 25 7 25 Z M 10 25 C 9.449219 25 9 25.449219 9 26 C 9 26.550781 9.449219 27 10 27 C 10.550781 27 11 26.550781 11 26 C 11 25.449219 10.550781 25 10 25 Z M 13 25 C 12.449219 25 12 25.449219 12 26 C 12 26.550781 12.449219 27 13 27 C 13.550781 27 14 26.550781 14 26 C 14 25.449219 13.550781 25 13 25 Z M 16 25 C 15.449219 25 15 25.449219 15 26 C 15 26.550781 15.449219 27 16 27 C 16.550781 27 17 26.550781 17 26 C 17 25.449219 16.550781 25 16 25 Z M 19 25 C 18.449219 25 18 25.449219 18 26 C 18 26.550781 18.449219 27 19 27 C 19.550781 27 20 26.550781 20 26 C 20 25.449219 19.550781 25 19 25 Z M 22 25 C 21.449219 25 21 25.449219 21 26 C 21 26.550781 21.449219 27 22 27 C 22.550781 27 23 26.550781 23 26 C 23 25.449219 22.550781 25 22 25 Z\"/></svg></li><li title=\"rss solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 9 C 14.93 9 23 17.07 23 27 L 27 27 C 27 14.85 17.15 5 5 5 z M 5 12 L 5 16 C 11.07 16 16 20.93 16 27 L 20 27 C 20 18.72 13.28 12 5 12 z M 8 21 A 3 3 0 0 0 8 27 A 3 3 0 0 0 8 21 z\"/></svg></li><li title=\"rss square solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 Z M 7 7 L 25 7 L 25 25 L 7 25 Z M 12 10 C 11.316406 10 10.644531 10.054688 10 10.1875 L 10 12.25 C 10.640625 12.082031 11.308594 12 12 12 C 16.410156 12 20 15.589844 20 20 C 20 20.691406 19.914063 21.359375 19.75 22 L 21.8125 22 C 21.945313 21.355469 22 20.683594 22 20 C 22 14.484375 17.515625 10 12 10 Z M 12 14 C 11.296875 14 10.628906 14.121094 10 14.34375 L 10 16.5625 C 10.589844 16.21875 11.269531 16 12 16 C 14.207031 16 16 17.792969 16 20 C 16 20.730469 15.78125 21.410156 15.4375 22 L 17.65625 22 C 17.878906 21.371094 18 20.703125 18 20 C 18 16.691406 15.308594 14 12 14 Z M 12 18 C 10.894531 18 10 18.894531 10 20 C 10 21.105469 10.894531 22 12 22 C 13.105469 22 14 21.105469 14 20 C 14 18.894531 13.105469 18 12 18 Z\"/></svg></li><li title=\"ruble sign solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 11 6 L 11 16 L 9 16 L 9 18 L 11 18 L 11 20 L 9 20 L 9 22 L 11 22 L 11 26 L 13 26 L 13 22 L 18 22 L 18 20 L 13 20 L 13 18 L 19 18 C 22.300781 18 25 15.300781 25 12 C 25 8.699219 22.300781 6 19 6 Z M 13 8 L 19 8 C 21.21875 8 23 9.78125 23 12 C 23 14.21875 21.21875 16 19 16 L 13 16 Z\"/></svg></li><li title=\"ruler combined solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 4 4 L 4 28 L 28 28 L 28 19 L 13 19 L 13 18 L 13 16 L 13 14 L 13 12 L 13 10 L 13 8 L 13 4 L 4 4 z M 6 6 L 11 6 L 11 8 L 8 8 L 8 10 L 11 10 L 11 12 L 8 12 L 8 14 L 11 14 L 11 16 L 8 16 L 8 18 L 11 18 L 11 19.585938 L 6 24.585938 L 6 6 z M 12.414062 21 L 14 21 L 14 24 L 16 24 L 16 21 L 18 21 L 18 24 L 20 24 L 20 21 L 22 21 L 22 24 L 24 24 L 24 21 L 26 21 L 26 26 L 7.4140625 26 L 12.414062 21 z\"/></svg></li><li title=\"ruler horizontal solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 0 8 L 0 24 L 32 24 L 32 8 Z M 2 10 L 5 10 L 5 17 L 7 17 L 7 10 L 9 10 L 9 14 L 11 14 L 11 10 L 13 10 L 13 17 L 15 17 L 15 10 L 17 10 L 17 14 L 19 14 L 19 10 L 21 10 L 21 17 L 23 17 L 23 10 L 25 10 L 25 14 L 27 14 L 27 10 L 30 10 L 30 22 L 2 22 Z\"/></svg></li><li title=\"ruler solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 20.53125 3.59375 L 3.59375 20.53125 L 11.46875 28.40625 L 28.40625 11.46875 Z M 20.53125 6.4375 L 25.5625 11.46875 L 11.46875 25.5625 L 6.4375 20.53125 L 7.59375 19.375 L 9.75 21.53125 L 11.1875 20.125 L 9 17.9375 L 10.1875 16.78125 L 11.0625 17.65625 L 12.46875 16.21875 L 11.59375 15.375 L 12.78125 14.1875 L 14.9375 16.34375 L 16.34375 14.9375 L 14.1875 12.78125 L 15.375 11.59375 L 16.21875 12.46875 L 17.65625 11.0625 L 16.78125 10.1875 L 17.9375 9 L 20.125 11.1875 L 21.53125 9.75 L 19.375 7.59375 Z\"/></svg></li><li title=\"ruler vertical solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 8 0 L 8 32 L 24 32 L 24 0 L 8 0 z M 10 2 L 22 2 L 22 5 L 15 5 L 15 7 L 22 7 L 22 9 L 18 9 L 18 11 L 22 11 L 22 13 L 15 13 L 15 15 L 22 15 L 22 17 L 18 17 L 18 19 L 22 19 L 22 21 L 15 21 L 15 23 L 22 23 L 22 25 L 18 25 L 18 27 L 22 27 L 22 30 L 10 30 L 10 2 z\"/></svg></li><li title=\"running solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 20.21875 5 C 18.539063 5 17.15625 6.382813 17.15625 8.0625 C 17.15625 9.742188 18.539063 11.125 20.21875 11.125 C 21.902344 11.125 23.3125 9.742188 23.3125 8.0625 C 23.3125 6.382813 21.902344 5 20.21875 5 Z M 20.21875 7 C 20.820313 7 21.3125 7.464844 21.3125 8.0625 C 21.3125 8.660156 20.820313 9.125 20.21875 9.125 C 19.621094 9.125 19.15625 8.664063 19.15625 8.0625 C 19.15625 7.464844 19.621094 7 20.21875 7 Z M 12.9375 9 C 12.457031 9.058594 11.972656 9.28125 11.625 9.65625 L 8.25 13.3125 L 9.75 14.6875 L 13.09375 11.03125 C 13.128906 10.996094 13.175781 10.972656 13.21875 11 L 14.8125 12.0625 L 12.46875 15.3125 C 11.734375 16.34375 11.855469 17.761719 12.75 18.65625 L 16.28125 22.1875 L 13.375 28 L 15.625 28 L 18.09375 23.09375 C 18.480469 22.324219 18.328125 21.390625 17.71875 20.78125 L 14.1875 17.25 C 13.984375 17.046875 13.957031 16.703125 14.125 16.46875 L 16.46875 13.1875 L 17.28125 13.71875 L 18.875 16.125 C 19.246094 16.679688 19.863281 17 20.53125 17 L 25 17 L 25 15 L 20.53125 15 L 18.84375 12.4375 L 18.71875 12.28125 L 18.5625 12.15625 L 14.34375 9.34375 C 13.917969 9.058594 13.417969 8.941406 12.9375 9 Z M 12.0625 19.53125 L 10.59375 21 L 6 21 L 6 23 L 10.59375 23 C 11.121094 23 11.625 22.785156 12 22.40625 L 13.46875 20.9375 Z\"/></svg></li><li title=\"rupee sign solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 8 5 L 8 7 L 12 7 C 13.703125 7 15.941406 8.039063 16.71875 10 L 8 10 L 8 12 L 16.96875 12 C 16.660156 14.609375 13.972656 16 12 16 L 8 16 L 8 18.46875 L 18.25 27 L 21.375 27 L 10.5625 18 L 12 18 C 15.234375 18 18.675781 15.609375 18.96875 12 L 24 12 L 24 10 L 18.8125 10 C 18.507813 8.816406 17.859375 7.804688 17 7 L 24 7 L 24 5 Z\"/></svg></li><li title=\"sad cry solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 8.832 23.168 3 16 3 z M 16 5 C 22.065 5 27 9.935 27 16 C 27 19.407602 25.440831 22.457232 23 24.476562 L 23 16 C 23 15.448 22.553 15 22 15 C 21.447 15 21 15.448 21 16 L 21 25.785156 C 19.49772 26.556109 17.801322 27 16 27 C 14.198678 27 12.50228 26.556109 11 25.785156 L 11 16 C 11 15.448 10.553 15 10 15 C 9.447 15 9 15.448 9 16 L 9 24.476562 C 6.5591694 22.457232 5 19.407602 5 16 C 5 9.935 9.935 5 16 5 z M 12 10 C 10.76 10 9.8194531 10.689297 9.1894531 11.279297 C 8.5494531 11.869297 8.1601562 12.439453 8.1601562 12.439453 L 9.8398438 13.560547 C 9.8398437 13.560547 10.089297 13.130703 10.529297 12.720703 C 10.969297 12.310703 11.55 12 12 12 L 15 12 L 15 10 L 12 10 z M 17 10 L 17 12 L 20 12 C 20.45 12 21.030703 12.310703 21.470703 12.720703 C 21.910703 13.130703 22.160156 13.560547 22.160156 13.560547 L 23.839844 12.439453 C 23.839844 12.439453 23.450547 11.869297 22.810547 11.279297 C 22.180547 10.689297 21.24 10 20 10 L 17 10 z M 16 16 C 14.346 16 13 17.57 13 19.5 C 13 21.43 14.346 23 16 23 C 17.654 23 19 21.43 19 19.5 C 19 17.57 17.654 16 16 16 z M 16 18 C 16.532 18 17 18.701 17 19.5 C 17 20.299 16.532 21 16 21 C 15.468 21 15 20.299 15 19.5 C 15 18.701 15.468 18 16 18 z\"/></svg></li><li title=\"sad cry \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 8.832 23.168 3 16 3 z M 16 5 C 22.065 5 27 9.935 27 16 C 27 19.407602 25.440831 22.457232 23 24.476562 L 23 16 C 23 15.448 22.553 15 22 15 C 21.447 15 21 15.448 21 16 L 21 25.785156 C 19.49772 26.556109 17.801322 27 16 27 C 14.198678 27 12.50228 26.556109 11 25.785156 L 11 16 C 11 15.448 10.553 15 10 15 C 9.447 15 9 15.448 9 16 L 9 24.476562 C 6.5591694 22.457232 5 19.407602 5 16 C 5 9.935 9.935 5 16 5 z M 12 10 C 10.76 10 9.8194531 10.689297 9.1894531 11.279297 C 8.5494531 11.869297 8.1601562 12.439453 8.1601562 12.439453 L 9.8398438 13.560547 C 9.8398437 13.560547 10.089297 13.130703 10.529297 12.720703 C 10.969297 12.310703 11.55 12 12 12 L 15 12 L 15 10 L 12 10 z M 17 10 L 17 12 L 20 12 C 20.45 12 21.030703 12.310703 21.470703 12.720703 C 21.910703 13.130703 22.160156 13.560547 22.160156 13.560547 L 23.839844 12.439453 C 23.839844 12.439453 23.450547 11.869297 22.810547 11.279297 C 22.180547 10.689297 21.24 10 20 10 L 17 10 z M 16 16 C 14.346 16 13 17.57 13 19.5 C 13 21.43 14.346 23 16 23 C 17.654 23 19 21.43 19 19.5 C 19 17.57 17.654 16 16 16 z M 16 18 C 16.532 18 17 18.701 17 19.5 C 17 20.299 16.532 21 16 21 C 15.468 21 15 20.299 15 19.5 C 15 18.701 15.468 18 16 18 z\"/></svg></li><li title=\"sad tear solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 9.382813 4 4 9.382813 4 16 C 4 22.617188 9.382813 28 16 28 C 22.617188 28 28 22.617188 28 16 C 28 9.382813 22.617188 4 16 4 Z M 16 6 C 21.535156 6 26 10.464844 26 16 C 26 21.535156 21.535156 26 16 26 C 10.464844 26 6 21.535156 6 16 C 6 10.464844 10.464844 6 16 6 Z M 12 10 C 10.761719 10 9.820313 10.691406 9.1875 11.28125 C 8.554688 11.871094 8.15625 12.4375 8.15625 12.4375 L 9.84375 13.5625 C 9.84375 13.5625 10.089844 13.128906 10.53125 12.71875 C 10.972656 12.308594 11.546875 12 12 12 L 15 12 L 15 10 Z M 17 10 L 17 12 L 20 12 C 20.453125 12 21.027344 12.308594 21.46875 12.71875 C 21.910156 13.128906 22.15625 13.5625 22.15625 13.5625 L 23.84375 12.4375 C 23.84375 12.4375 23.445313 11.871094 22.8125 11.28125 C 22.179688 10.691406 21.238281 10 20 10 Z M 8.5 14 C 8.5 14 7 16.671875 7 17.5 C 7 18.328125 7.671875 19 8.5 19 C 9.328125 19 10 18.328125 10 17.5 C 10 16.671875 8.5 14 8.5 14 Z M 16 16 C 13.664063 16 12.066406 17.234375 11.1875 18.40625 C 10.308594 19.578125 10.03125 20.75 10.03125 20.75 L 9.71875 22 L 22.28125 22 L 21.96875 20.75 C 21.96875 20.75 21.691406 19.578125 20.8125 18.40625 C 19.933594 17.234375 18.335938 16 16 16 Z M 16 18 C 17.671875 18 18.566406 18.765625 19.1875 19.59375 C 19.339844 19.800781 19.300781 19.808594 19.40625 20 L 12.59375 20 C 12.699219 19.808594 12.660156 19.800781 12.8125 19.59375 C 13.433594 18.765625 14.328125 18 16 18 Z\"/></svg></li><li title=\"sad tear \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 9.382813 4 4 9.382813 4 16 C 4 22.617188 9.382813 28 16 28 C 22.617188 28 28 22.617188 28 16 C 28 9.382813 22.617188 4 16 4 Z M 16 6 C 21.535156 6 26 10.464844 26 16 C 26 21.535156 21.535156 26 16 26 C 10.464844 26 6 21.535156 6 16 C 6 10.464844 10.464844 6 16 6 Z M 12 10 C 10.761719 10 9.820313 10.691406 9.1875 11.28125 C 8.554688 11.871094 8.15625 12.4375 8.15625 12.4375 L 9.84375 13.5625 C 9.84375 13.5625 10.089844 13.128906 10.53125 12.71875 C 10.972656 12.308594 11.546875 12 12 12 L 15 12 L 15 10 Z M 17 10 L 17 12 L 20 12 C 20.453125 12 21.027344 12.308594 21.46875 12.71875 C 21.910156 13.128906 22.15625 13.5625 22.15625 13.5625 L 23.84375 12.4375 C 23.84375 12.4375 23.445313 11.871094 22.8125 11.28125 C 22.179688 10.691406 21.238281 10 20 10 Z M 8.5 14 C 8.5 14 7 16.671875 7 17.5 C 7 18.328125 7.671875 19 8.5 19 C 9.328125 19 10 18.328125 10 17.5 C 10 16.671875 8.5 14 8.5 14 Z M 16 16 C 13.664063 16 12.066406 17.234375 11.1875 18.40625 C 10.308594 19.578125 10.03125 20.75 10.03125 20.75 L 9.71875 22 L 22.28125 22 L 21.96875 20.75 C 21.96875 20.75 21.691406 19.578125 20.8125 18.40625 C 19.933594 17.234375 18.335938 16 16 16 Z M 16 18 C 17.671875 18 18.566406 18.765625 19.1875 19.59375 C 19.339844 19.800781 19.300781 19.808594 19.40625 20 L 12.59375 20 C 12.699219 19.808594 12.660156 19.800781 12.8125 19.59375 C 13.433594 18.765625 14.328125 18 16 18 Z\"/></svg></li><li title=\"safari \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 9.382813 4 4 9.382813 4 16 C 4 22.617188 9.382813 28 16 28 C 22.617188 28 28 22.617188 28 16 C 28 9.382813 22.617188 4 16 4 Z M 16 6 C 21.535156 6 26 10.464844 26 16 C 26 21.535156 21.535156 26 16 26 C 10.464844 26 6 21.535156 6 16 C 6 10.464844 10.464844 6 16 6 Z M 16.53125 7.03125 L 16.4375 9.03125 L 16.65625 9.03125 L 16.84375 9.0625 L 17.125 7.0625 L 16.96875 7.0625 L 16.90625 7.03125 Z M 14.8125 7.09375 L 14.34375 7.15625 L 14.625 9.125 L 15.125 9.0625 Z M 18.78125 7.4375 L 18.09375 9.3125 L 18.5625 9.5 L 19.25 7.625 Z M 12.6875 7.625 L 12.53125 7.6875 L 12.5 7.71875 L 12.4375 7.71875 L 12.15625 7.875 L 13 9.6875 L 13.21875 9.5625 L 13.3125 9.53125 L 13.375 9.5 Z M 20.78125 8.375 L 19.75 10.09375 L 19.9375 10.1875 L 19.96875 10.21875 L 20.09375 10.3125 L 21.28125 8.71875 L 21.0625 8.5625 L 21 8.5 Z M 10.6875 8.75 L 10.3125 9.03125 L 10.25 9.09375 L 10.21875 9.09375 L 11.09375 10.0625 L 11.5 10.625 L 11.5625 10.59375 L 11.59375 10.5625 L 11.875 10.34375 Z M 22.28125 9.59375 L 14.9375 14.90625 L 9.78125 22.25 L 10.8125 21.53125 L 9.875 22.5625 L 10.25 22.90625 L 11.59375 21.4375 L 11.3125 21.1875 L 17.15625 17.125 L 21.125 11.28125 L 21.40625 11.5625 L 22.875 10.21875 L 22.5625 9.84375 L 21.40625 10.875 Z M 9.03125 10.3125 L 8.71875 10.71875 L 10.3125 11.90625 L 10.625 11.5 Z M 23.84375 11.59375 L 22.46875 12.46875 L 22.125 12.625 L 22.15625 12.65625 L 22.1875 12.71875 L 22.3125 13 L 24.125 12.125 L 23.9375 11.75 L 23.90625 11.71875 Z M 7.875 12.1875 L 7.71875 12.4375 L 7.71875 12.5 L 7.6875 12.53125 L 7.625 12.71875 L 9.5 13.40625 L 9.5625 13.21875 L 9.65625 13.03125 Z M 24.6875 13.75 L 22.75 14.21875 L 22.84375 14.53125 L 22.875 14.625 L 24.84375 14.3125 L 24.8125 14.25 L 24.8125 14.125 Z M 7.15625 14.375 L 7.09375 14.875 L 9.0625 15.15625 L 9.125 14.65625 Z M 25 15.90625 L 23.75 16 L 23 15.9375 L 23 16.0625 L 22.96875 16.4375 L 24.96875 16.5625 L 25 16.0625 L 24 16 L 25 15.9375 Z M 9.03125 16.46875 L 7.03125 16.5625 L 7.03125 16.90625 L 7.0625 16.96875 L 7.09375 17.15625 L 9.0625 16.875 L 9.03125 16.78125 Z M 22.78125 17.75 L 22.65625 18.125 L 24.53125 18.8125 L 24.59375 18.71875 L 24.59375 18.625 L 24.71875 18.25 Z M 9.34375 18.125 L 7.46875 18.8125 L 7.625 19.3125 L 9.5 18.625 Z M 22.15625 19.34375 L 21.90625 19.75 L 23.59375 20.8125 L 23.875 20.375 Z M 10.125 19.78125 L 8.40625 20.8125 L 8.5 21 L 8.5625 21.0625 L 8.75 21.3125 L 10.34375 20.09375 L 10.21875 19.96875 L 10.1875 19.90625 L 10.15625 19.875 Z M 21.09375 20.78125 L 20.90625 20.96875 L 20.8125 21.09375 L 22.15625 22.5625 L 22.34375 22.40625 L 22.40625 22.34375 L 22.5625 22.15625 Z M 19.78125 21.90625 L 19.34375 22.15625 L 20.375 23.875 L 20.8125 23.59375 Z M 12.625 22.125 L 12.34375 22.71875 L 11.625 23.875 L 11.65625 23.875 L 11.71875 23.90625 L 11.75 23.9375 L 12.15625 24.125 L 13.03125 22.34375 L 12.71875 22.1875 L 12.6875 22.15625 Z M 18.125 22.65625 L 17.75 22.78125 L 18.25 24.71875 L 18.625 24.59375 L 18.71875 24.59375 L 18.8125 24.53125 Z M 14.28125 22.78125 L 13.78125 24.71875 L 14.125 24.8125 L 14.25 24.8125 L 14.34375 24.84375 L 14.65625 22.875 L 14.625 22.875 L 14.53125 22.84375 Z M 16.46875 22.96875 L 15.96875 23 L 16.0625 25 L 16.5625 24.96875 Z\"/></svg></li><li title=\"salesforce \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 10 6 C 6.144531 6 3 9.144531 3 13 C 3 13.421875 3.074219 13.8125 3.148438 14.203125 C 2.46875 15.203125 2 16.375 2 17.6875 C 2 21.132813 4.792969 23.933594 8.226563 23.984375 C 9.484375 25.183594 11.128906 26 13 26 C 14.921875 26 16.597656 25.140625 17.863281 23.886719 C 17.921875 23.890625 17.929688 23.894531 18 23.894531 C 19.597656 23.894531 20.898438 23.023438 21.789063 21.839844 C 22.1875 21.910156 22.578125 22 23 22 C 26.855469 22 30 18.855469 30 15 C 30 11.144531 26.855469 8 23 8 C 22.304688 8 21.664063 8.179688 21.03125 8.367188 C 19.886719 7.542969 18.515625 7 17 7 C 16.054688 7 15.203125 7.3125 14.375 7.65625 C 13.171875 6.667969 11.679688 6 10 6 Z M 10 8 C 11.363281 8 12.582031 8.539063 13.484375 9.421875 L 14.007813 9.929688 L 14.652344 9.585938 C 15.351563 9.210938 16.148438 9 17 9 C 18.226563 9 19.339844 9.4375 20.207031 10.167969 L 20.660156 10.546875 L 21.210938 10.335938 C 21.773438 10.121094 22.371094 10 23 10 C 25.773438 10 28 12.226563 28 15 C 28 17.773438 25.773438 20 23 20 C 22.558594 20 22.125 19.933594 21.703125 19.824219 L 20.925781 19.613281 L 20.558594 20.328125 C 20.070313 21.261719 19.121094 21.894531 18 21.894531 C 17.992188 21.894531 17.898438 21.882813 17.699219 21.859375 L 17.171875 21.808594 L 16.828125 22.214844 C 15.910156 23.304688 14.542969 24 13 24 C 11.507813 24 10.183594 23.347656 9.265625 22.3125 L 8.949219 21.957031 L 8.476563 21.980469 C 8.261719 21.988281 8.210938 22 8.3125 22 C 5.917969 22 4 20.082031 4 17.6875 C 4 16.679688 4.359375 15.765625 4.953125 15.019531 L 5.257813 14.640625 L 5.140625 14.167969 C 5.050781 13.78125 5 13.394531 5 13 C 5 10.226563 7.226563 8 10 8 Z M 11.265625 13 C 11.246094 13 11.230469 13.015625 11.230469 13.039063 L 11.230469 15.957031 C 11.230469 15.980469 11.246094 16 11.265625 16 L 11.605469 16 C 11.628906 16 11.640625 15.980469 11.640625 15.957031 L 11.640625 13.039063 C 11.640625 13.019531 11.625 13 11.605469 13 Z M 17.199219 13 C 16.957031 13 16.769531 13.066406 16.636719 13.203125 C 16.503906 13.335938 16.410156 13.5625 16.363281 13.828125 L 16.339844 14 L 16.039063 14 C 16.039063 14 16 14.011719 15.996094 14.050781 L 15.945313 14.328125 C 15.941406 14.351563 15.953125 14.371094 15.988281 14.371094 L 16.28125 14.371094 L 15.988281 16.003906 C 15.964844 16.140625 15.9375 16.25 15.90625 16.332031 C 15.878906 16.414063 15.851563 16.476563 15.816406 16.519531 C 15.78125 16.566406 15.75 16.597656 15.695313 16.613281 C 15.648438 16.628906 15.597656 16.636719 15.539063 16.636719 C 15.507813 16.636719 15.464844 16.632813 15.433594 16.625 C 15.402344 16.617188 15.386719 16.613281 15.359375 16.601563 C 15.359375 16.601563 15.328125 16.589844 15.3125 16.625 C 15.300781 16.652344 15.222656 16.867188 15.214844 16.890625 C 15.207031 16.917969 15.21875 16.9375 15.234375 16.945313 C 15.273438 16.960938 15.304688 16.96875 15.359375 16.980469 C 15.429688 17 15.492188 17 15.546875 17 C 15.671875 17 15.78125 16.980469 15.875 16.949219 C 15.96875 16.914063 16.046875 16.859375 16.121094 16.78125 C 16.195313 16.695313 16.246094 16.605469 16.292969 16.484375 C 16.339844 16.363281 16.375 16.210938 16.40625 16.035156 L 16.703125 14.371094 L 17.140625 14.371094 C 17.140625 14.371094 17.179688 14.371094 17.1875 14.328125 L 17.234375 14.054688 C 17.238281 14.027344 17.226563 14 17.191406 14 L 16.769531 14 C 16.773438 13.992188 16.800781 13.734375 16.851563 13.59375 C 16.871094 13.535156 16.910156 13.484375 16.941406 13.453125 C 16.976563 13.417969 17.015625 13.394531 17.054688 13.382813 C 17.097656 13.371094 17.144531 13.363281 17.199219 13.363281 C 17.238281 13.363281 17.277344 13.367188 17.308594 13.375 C 17.347656 13.382813 17.363281 13.386719 17.375 13.390625 C 17.417969 13.402344 17.421875 13.390625 17.433594 13.371094 L 17.53125 13.09375 C 17.542969 13.0625 17.519531 13.050781 17.511719 13.046875 C 17.46875 13.03125 17.429688 13.023438 17.378906 13.015625 C 17.328125 13.003906 17.265625 13 17.199219 13 Z M 8.023438 14 C 7.589844 14 7.289063 14.242188 7.289063 14.585938 L 7.289063 14.59375 C 7.289063 14.953125 7.621094 15.074219 7.933594 15.15625 L 7.984375 15.171875 C 8.210938 15.234375 8.40625 15.289063 8.40625 15.4375 L 8.40625 15.441406 C 8.40625 15.578125 8.277344 15.675781 8.074219 15.675781 C 7.996094 15.675781 7.742188 15.675781 7.46875 15.515625 C 7.433594 15.5 7.414063 15.488281 7.390625 15.472656 C 7.375 15.464844 7.34375 15.453125 7.328125 15.492188 L 7.234375 15.730469 C 7.21875 15.765625 7.238281 15.773438 7.242188 15.78125 C 7.289063 15.808594 7.332031 15.828125 7.375 15.851563 C 7.609375 15.964844 7.832031 16 8.0625 16 C 8.535156 16 8.828125 15.769531 8.828125 15.394531 L 8.828125 15.390625 C 8.828125 15.042969 8.496094 14.917969 8.1875 14.828125 L 8.148438 14.816406 C 7.914063 14.746094 7.710938 14.6875 7.710938 14.546875 L 7.710938 14.535156 C 7.710938 14.414063 7.828125 14.328125 8.011719 14.328125 C 8.214844 14.328125 8.453125 14.386719 8.609375 14.46875 C 8.609375 14.46875 8.65625 14.492188 8.671875 14.453125 C 8.683594 14.429688 8.761719 14.234375 8.769531 14.214844 C 8.777344 14.191406 8.761719 14.175781 8.746094 14.167969 C 8.570313 14.066406 8.324219 14 8.070313 14 Z M 9.988281 14 C 9.886719 14 9.730469 14.011719 9.632813 14.03125 C 9.632813 14.03125 9.339844 14.082031 9.21875 14.171875 C 9.21875 14.171875 9.195313 14.183594 9.210938 14.21875 L 9.304688 14.453125 C 9.316406 14.484375 9.347656 14.472656 9.347656 14.472656 C 9.347656 14.472656 9.355469 14.46875 9.367188 14.464844 C 9.625 14.332031 9.949219 14.339844 9.949219 14.339844 C 10.09375 14.339844 10.203125 14.363281 10.28125 14.417969 C 10.351563 14.46875 10.390625 14.550781 10.390625 14.714844 L 10.390625 14.765625 C 10.277344 14.75 10.171875 14.738281 10.171875 14.738281 C 10.117188 14.734375 10.046875 14.734375 9.960938 14.734375 C 9.847656 14.734375 9.738281 14.746094 9.632813 14.773438 C 9.527344 14.800781 9.433594 14.839844 9.355469 14.894531 C 9.273438 14.949219 9.210938 15.015625 9.164063 15.097656 C 9.113281 15.179688 9.089844 15.277344 9.089844 15.382813 C 9.089844 15.492188 9.109375 15.585938 9.148438 15.664063 C 9.191406 15.742188 9.25 15.808594 9.324219 15.859375 C 9.398438 15.90625 9.492188 15.945313 9.59375 15.96875 C 9.699219 15.988281 9.820313 16 9.949219 16 C 10.085938 16 10.222656 15.988281 10.355469 15.96875 C 10.488281 15.949219 10.644531 15.917969 10.691406 15.90625 C 10.734375 15.898438 10.78125 15.886719 10.78125 15.886719 C 10.816406 15.878906 10.8125 15.847656 10.8125 15.847656 L 10.8125 14.71875 C 10.8125 14.46875 10.742188 14.285156 10.601563 14.171875 C 10.460938 14.058594 10.253906 14 9.988281 14 Z M 12.988281 14 C 12.824219 14 12.671875 14.023438 12.550781 14.078125 C 12.429688 14.132813 12.324219 14.207031 12.246094 14.296875 C 12.164063 14.386719 12.101563 14.496094 12.0625 14.617188 C 12.023438 14.738281 12.003906 14.871094 12.003906 15.011719 C 12.003906 15.15625 12.027344 15.289063 12.066406 15.40625 C 12.105469 15.527344 12.171875 15.632813 12.261719 15.71875 C 12.347656 15.808594 12.457031 15.878906 12.59375 15.925781 C 12.726563 15.976563 12.890625 16 13.078125 16 C 13.464844 15.996094 13.664063 15.917969 13.75 15.875 C 13.761719 15.867188 13.777344 15.855469 13.761719 15.816406 L 13.671875 15.589844 C 13.660156 15.554688 13.621094 15.566406 13.621094 15.566406 C 13.523438 15.601563 13.390625 15.660156 13.074219 15.660156 C 12.867188 15.660156 12.714844 15.605469 12.621094 15.515625 C 12.519531 15.425781 12.472656 15.292969 12.464844 15.105469 L 13.796875 15.105469 C 13.796875 15.105469 13.832031 15.105469 13.835938 15.074219 C 13.835938 15.058594 13.882813 14.816406 13.796875 14.539063 C 13.765625 14.421875 13.679688 14.304688 13.625 14.25 C 13.539063 14.164063 13.457031 14.105469 13.375 14.074219 C 13.265625 14.027344 13.132813 14 12.988281 14 Z M 14.890625 14 C 14.460938 14 14.15625 14.242188 14.15625 14.585938 L 14.15625 14.59375 C 14.15625 14.953125 14.492188 15.074219 14.800781 15.15625 L 14.855469 15.171875 C 15.082031 15.234375 15.277344 15.289063 15.277344 15.4375 L 15.277344 15.441406 C 15.277344 15.578125 15.148438 15.675781 14.941406 15.675781 C 14.863281 15.675781 14.609375 15.675781 14.335938 15.515625 C 14.304688 15.5 14.28125 15.488281 14.257813 15.472656 C 14.25 15.46875 14.210938 15.453125 14.195313 15.492188 L 14.105469 15.730469 C 14.089844 15.765625 14.109375 15.773438 14.113281 15.78125 C 14.15625 15.808594 14.199219 15.828125 14.246094 15.851563 C 14.480469 15.964844 14.699219 16 14.933594 16 C 15.402344 16 15.699219 15.769531 15.699219 15.394531 L 15.699219 15.390625 C 15.699219 15.042969 15.367188 14.917969 15.058594 14.828125 L 15.015625 14.816406 C 14.78125 14.746094 14.578125 14.6875 14.578125 14.546875 L 14.578125 14.535156 C 14.578125 14.414063 14.699219 14.328125 14.878906 14.328125 C 15.082031 14.328125 15.324219 14.386719 15.480469 14.46875 C 15.480469 14.46875 15.527344 14.492188 15.542969 14.453125 C 15.550781 14.429688 15.628906 14.234375 15.640625 14.214844 C 15.648438 14.191406 15.632813 14.175781 15.613281 14.167969 C 15.4375 14.066406 15.191406 14 14.9375 14 Z M 18.160156 14 C 18 14 17.855469 14.027344 17.734375 14.078125 C 17.617188 14.128906 17.515625 14.203125 17.4375 14.292969 C 17.355469 14.382813 17.292969 14.488281 17.253906 14.609375 C 17.21875 14.730469 17.199219 14.863281 17.199219 15.003906 C 17.199219 15.144531 17.21875 15.277344 17.253906 15.394531 C 17.292969 15.515625 17.355469 15.625 17.4375 15.714844 C 17.515625 15.800781 17.617188 15.875 17.738281 15.925781 C 17.859375 15.976563 18 16 18.160156 16 C 18.320313 16 18.460938 15.976563 18.582031 15.921875 C 18.703125 15.871094 18.804688 15.800781 18.886719 15.710938 C 18.964844 15.621094 19.027344 15.515625 19.0625 15.394531 C 19.101563 15.273438 19.121094 15.140625 19.121094 15 C 19.121094 14.863281 19.101563 14.730469 19.0625 14.609375 C 19.027344 14.488281 18.964844 14.382813 18.886719 14.292969 C 18.804688 14.203125 18.703125 14.128906 18.582031 14.078125 C 18.460938 14.027344 18.320313 14 18.160156 14 Z M 21.644531 14 C 21.480469 14 21.332031 14.027344 21.203125 14.078125 C 21.078125 14.128906 20.972656 14.203125 20.890625 14.292969 C 20.804688 14.378906 20.738281 14.488281 20.699219 14.609375 C 20.652344 14.726563 20.632813 14.863281 20.632813 15 C 20.632813 15.304688 20.71875 15.550781 20.894531 15.730469 C 21.070313 15.910156 21.328125 16 21.671875 16 C 21.875 16 22.082031 15.960938 22.230469 15.90625 C 22.230469 15.90625 22.257813 15.894531 22.246094 15.863281 L 22.148438 15.617188 C 22.136719 15.582031 22.097656 15.59375 22.097656 15.59375 C 22.042969 15.617188 21.980469 15.632813 21.917969 15.640625 C 21.851563 15.652344 21.777344 15.65625 21.699219 15.65625 C 21.507813 15.65625 21.355469 15.605469 21.25 15.5 C 21.140625 15.398438 21.078125 15.230469 21.078125 15 C 21.082031 14.796875 21.132813 14.640625 21.230469 14.519531 C 21.328125 14.402344 21.472656 14.34375 21.667969 14.34375 C 21.828125 14.34375 21.953125 14.363281 22.082031 14.398438 C 22.082031 14.398438 22.117188 14.410156 22.128906 14.375 C 22.164063 14.285156 22.191406 14.222656 22.226563 14.125 C 22.238281 14.09375 22.210938 14.082031 22.203125 14.078125 C 22.148438 14.0625 22.03125 14.03125 21.9375 14.015625 C 21.855469 14.003906 21.753906 14 21.644531 14 Z M 23.277344 14 C 23.113281 14 22.960938 14.023438 22.839844 14.078125 C 22.714844 14.132813 22.613281 14.207031 22.53125 14.296875 C 22.449219 14.386719 22.386719 14.496094 22.347656 14.617188 C 22.3125 14.738281 22.292969 14.871094 22.292969 15.011719 C 22.292969 15.15625 22.3125 15.289063 22.355469 15.40625 C 22.394531 15.527344 22.457031 15.632813 22.546875 15.71875 C 22.636719 15.808594 22.746094 15.878906 22.878906 15.925781 C 23.015625 15.976563 23.179688 16 23.363281 16 C 23.75 15.996094 23.953125 15.917969 24.035156 15.875 C 24.050781 15.867188 24.066406 15.855469 24.046875 15.816406 L 23.957031 15.589844 C 23.945313 15.554688 23.90625 15.566406 23.90625 15.566406 C 23.8125 15.601563 23.675781 15.660156 23.359375 15.660156 C 23.15625 15.660156 23.003906 15.605469 22.90625 15.515625 C 22.808594 15.425781 22.761719 15.292969 22.75 15.105469 L 24.082031 15.105469 C 24.082031 15.105469 24.117188 15.105469 24.125 15.074219 C 24.125 15.058594 24.167969 14.816406 24.082031 14.539063 C 24.050781 14.421875 23.964844 14.304688 23.910156 14.25 C 23.824219 14.164063 23.742188 14.105469 23.660156 14.074219 C 23.550781 14.027344 23.421875 14 23.277344 14 Z M 20.386719 14 C 20.214844 13.992188 20.121094 14.019531 20.039063 14.054688 C 19.957031 14.089844 19.867188 14.148438 19.8125 14.214844 L 19.8125 14.058594 C 19.8125 14.035156 19.800781 14.019531 19.777344 14.019531 L 19.4375 14.019531 C 19.414063 14.019531 19.394531 14.035156 19.394531 14.058594 L 19.394531 15.960938 C 19.394531 15.980469 19.414063 16 19.4375 16 L 19.785156 16 C 19.808594 16 19.828125 15.980469 19.828125 15.960938 L 19.828125 15.011719 C 19.828125 14.882813 19.84375 14.753906 19.871094 14.671875 C 19.898438 14.59375 19.9375 14.53125 19.988281 14.484375 C 20.039063 14.441406 20.09375 14.410156 20.15625 14.390625 C 20.214844 14.371094 20.285156 14.367188 20.332031 14.367188 C 20.402344 14.367188 20.480469 14.386719 20.480469 14.386719 C 20.503906 14.386719 20.519531 14.371094 20.527344 14.347656 C 20.550781 14.292969 20.613281 14.117188 20.625 14.082031 C 20.636719 14.054688 20.617188 14.039063 20.609375 14.035156 C 20.585938 14.027344 20.472656 14.007813 20.386719 14 Z M 12.957031 14.328125 C 13.132813 14.328125 13.25 14.390625 13.332031 14.507813 C 13.386719 14.585938 13.410156 14.683594 13.421875 14.796875 L 12.46875 14.796875 C 12.488281 14.679688 12.523438 14.585938 12.578125 14.507813 C 12.65625 14.390625 12.78125 14.328125 12.957031 14.328125 Z M 23.246094 14.328125 C 23.421875 14.328125 23.535156 14.390625 23.621094 14.507813 C 23.675781 14.585938 23.699219 14.683594 23.707031 14.796875 L 22.757813 14.796875 C 22.777344 14.679688 22.8125 14.585938 22.863281 14.507813 C 22.945313 14.390625 23.070313 14.328125 23.246094 14.328125 Z M 18.160156 14.335938 C 18.335938 14.335938 18.460938 14.390625 18.542969 14.507813 C 18.628906 14.625 18.671875 14.789063 18.671875 15 C 18.671875 15.214844 18.628906 15.378906 18.546875 15.5 C 18.460938 15.613281 18.335938 15.671875 18.160156 15.671875 C 17.984375 15.671875 17.859375 15.613281 17.78125 15.5 C 17.695313 15.378906 17.65625 15.214844 17.65625 15 C 17.65625 14.789063 17.695313 14.625 17.777344 14.507813 C 17.859375 14.394531 17.984375 14.335938 18.160156 14.335938 Z M 10.027344 15.046875 C 10.21875 15.050781 10.390625 15.078125 10.390625 15.078125 L 10.390625 15.640625 C 10.390625 15.640625 10.21875 15.671875 10.03125 15.683594 C 9.757813 15.695313 9.636719 15.609375 9.640625 15.609375 C 9.585938 15.570313 9.582031 15.558594 9.5625 15.535156 C 9.535156 15.496094 9.523438 15.445313 9.523438 15.375 C 9.523438 15.265625 9.5625 15.1875 9.640625 15.136719 C 9.640625 15.136719 9.753906 15.042969 10.027344 15.046875 Z\"/></svg></li><li title=\"sass \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 15.144531 5.0136719 C 13.731238 4.939082 12.142266 5.1556875 10.587891 5.6953125 C 8.1178906 6.5523125 5.4463906 7.90025 3.5253906 9.65625 C 1.2433906 11.74625 0.87734375 13.565172 1.0273438 14.326172 C 1.5613438 17.025172 5.367625 18.785891 6.890625 20.087891 C 6.815625 20.128891 6.7456875 20.164172 6.6796875 20.201172 C 5.9156875 20.572172 3.0814688 22.029656 2.3554688 23.597656 C 1.5354688 25.375656 2.4911406 26.648266 3.1191406 26.822266 C 5.0781406 27.354266 7.01675 26.424516 8.09375 24.853516 C 9.17175 23.281516 9.0419219 21.229922 8.5449219 20.294922 C 8.5399219 20.280922 8.5303906 20.271812 8.5253906 20.257812 C 8.7223906 20.142813 8.923 20.027109 9.125 19.912109 C 9.514 19.687109 9.8935625 19.481734 10.226562 19.302734 C 10.038562 19.797734 9.9030312 20.394859 9.8320312 21.255859 C 9.7480313 22.263859 10.173563 23.568031 10.726562 24.082031 C 10.970562 24.307031 11.265266 24.3125 11.447266 24.3125 C 12.094266 24.3125 12.385031 23.790016 12.707031 23.166016 C 13.105031 22.405016 13.457031 21.521484 13.457031 21.521484 C 13.457031 21.521484 13.017656 23.912109 14.222656 23.912109 C 14.662656 23.912109 15.103781 23.358219 15.300781 23.074219 L 15.300781 23.078125 C 15.300781 23.078125 15.308031 23.060437 15.332031 23.023438 C 15.379031 22.954438 15.402344 22.914063 15.402344 22.914062 L 15.402344 22.900391 C 15.580344 22.602391 15.970641 21.919969 16.556641 20.792969 C 17.315641 19.335969 18.041016 17.515625 18.041016 17.515625 C 18.111016 17.915625 18.208031 18.310266 18.332031 18.697266 C 18.463031 19.132266 18.740938 19.609266 18.960938 20.072266 C 18.782937 20.310266 18.673828 20.447266 18.673828 20.447266 C 18.673828 20.451266 18.676687 20.455031 18.679688 20.457031 C 18.538688 20.640031 18.378844 20.836297 18.214844 21.029297 C 17.614844 21.726297 16.901594 22.524906 16.808594 22.753906 C 16.695594 23.023906 16.724453 23.224859 16.939453 23.380859 C 17.098453 23.499859 17.381781 23.518094 17.675781 23.496094 C 18.214781 23.459094 18.594344 23.330047 18.777344 23.248047 C 19.114344 23.130047 19.432656 22.967672 19.722656 22.763672 C 20.308656 22.341672 20.665812 21.736453 20.632812 20.939453 C 20.613813 20.499453 20.467062 20.058484 20.289062 19.646484 C 20.341062 19.573484 20.398219 19.495969 20.449219 19.417969 C 21.377219 18.093969 22.09375 16.640625 22.09375 16.640625 C 22.16375 17.040625 22.260766 17.435266 22.384766 17.822266 C 22.497766 18.193266 22.717922 18.601 22.919922 19 C 22.048922 19.692 21.508313 20.494484 21.320312 21.021484 C 20.973312 21.997484 21.246813 22.436109 21.757812 22.537109 C 21.987813 22.583109 22.314594 22.478906 22.558594 22.378906 C 22.920594 22.260906 23.261313 22.089141 23.570312 21.869141 C 24.156312 21.447141 24.723547 20.856688 24.685547 20.054688 C 24.671547 19.692688 24.569594 19.330422 24.433594 18.982422 C 25.169594 18.680422 26.12475 18.515344 27.34375 18.652344 C 29.95375 18.950344 30.465187 20.544984 30.367188 21.208984 C 30.269188 21.873984 29.720109 22.245469 29.537109 22.355469 C 29.354109 22.465469 29.2985 22.506844 29.3125 22.589844 C 29.3355 22.708844 29.419219 22.703781 29.574219 22.675781 C 29.790219 22.638781 30.942141 22.135344 30.994141 20.902344 C 31.069103 19.345129 29.53861 17.63228 26.826172 17.644531 L 26.822266 17.644531 C 25.880607 17.645115 24.95225 17.856237 24.107422 18.263672 C 23.830422 17.718672 23.544047 17.241766 23.498047 16.884766 C 23.442047 16.467766 23.382266 16.220562 23.447266 15.726562 C 23.513266 15.231563 23.807734 14.529516 23.802734 14.478516 C 23.797734 14.428516 23.736813 14.176875 23.132812 14.171875 C 22.528812 14.166875 22.007266 14.286406 21.947266 14.441406 C 21.840266 14.726406 21.757219 15.018406 21.699219 15.316406 C 21.591219 15.852406 20.490187 17.768578 19.867188 18.767578 C 19.661188 18.377578 19.488172 18.034766 19.451172 17.759766 C 19.395172 17.342766 19.333437 17.095562 19.398438 16.601562 C 19.464437 16.106562 19.760859 15.404516 19.755859 15.353516 C 19.750859 15.303516 19.689938 15.051875 19.085938 15.046875 C 18.481938 15.041875 17.959437 15.161406 17.898438 15.316406 C 17.837438 15.472406 17.771391 15.838406 17.650391 16.191406 C 17.528391 16.544406 16.061734 19.735453 15.677734 20.564453 C 15.480734 20.986453 15.311453 21.325688 15.189453 21.554688 C 15.170453 21.591687 15.157437 21.614813 15.148438 21.632812 C 15.162437 21.609813 15.171875 21.586703 15.171875 21.595703 C 15.068875 21.792703 15.007813 21.902344 15.007812 21.902344 L 15.007812 21.90625 C 14.927812 22.05325 14.838875 22.1875 14.796875 22.1875 C 14.768875 22.1875 14.707547 21.802391 14.810547 21.275391 C 15.030547 20.166391 15.551875 18.442813 15.546875 18.382812 C 15.541875 18.350812 15.643125 18.052578 15.203125 17.892578 C 14.776125 17.741578 14.623937 17.994141 14.585938 17.994141 C 14.547937 17.994141 14.519531 18.085938 14.519531 18.085938 C 14.519531 18.085938 14.991375 16.142578 13.609375 16.142578 C 12.746375 16.142578 11.546031 17.06825 10.957031 17.90625 C 10.587031 18.10325 9.7854063 18.530375 8.9414062 18.984375 C 8.6184062 19.158375 8.2866562 19.336859 7.9726562 19.505859 C 7.9496563 19.482859 7.93025 19.4605 7.90625 19.4375 C 6.22825 17.6865 3.1307188 16.448656 3.2617188 14.097656 C 3.3087188 13.240656 3.61475 10.991766 9.21875 8.2597656 C 13.81275 6.0237656 17.485188 6.6369531 18.117188 8.0019531 C 19.026187 9.9499531 16.152813 13.575656 11.382812 14.097656 C 9.5648125 14.294656 8.7272813 13.526531 8.4882812 13.269531 C 8.2402813 12.999531 8.2014219 12.985156 8.1074219 13.035156 C 7.9524219 13.117156 8.0514219 13.356047 8.1074219 13.498047 C 8.2484219 13.860047 8.8750469 14.427047 9.8730469 14.748047 C 10.750047 15.028047 12.763797 15.263109 15.341797 14.287109 C 18.237797 13.196109 20.450062 10.232453 19.789062 7.6894531 C 19.368437 6.0738281 17.50002 5.1379883 15.144531 5.0136719 z M 13.607422 17.289062 C 13.680719 17.294469 13.735125 17.321547 13.765625 17.373047 C 13.929625 17.644047 13.195813 19.638891 13.007812 20.087891 C 12.707812 20.807891 12.074453 22.641922 11.689453 22.544922 C 11.361453 22.462922 11.159047 21.064453 11.623047 19.689453 C 11.857047 18.997453 12.354391 18.172563 12.650391 17.851562 C 13.005141 17.463062 13.387531 17.272844 13.607422 17.289062 z M 23.347656 19.550781 C 23.402656 19.710781 23.431547 19.878875 23.435547 20.046875 C 23.430547 21.078875 22.676656 21.463047 22.222656 21.623047 C 22.128656 21.559047 22.141078 21.342828 22.455078 20.673828 C 22.577078 20.412828 22.859656 19.972781 23.347656 19.550781 z M 7.6035156 20.6875 C 7.9925156 22.0805 7.6179844 23.309344 6.7089844 24.277344 C 5.8469844 25.198344 4.6371875 25.546906 4.1171875 25.253906 C 3.5591875 24.936906 3.77975 23.579656 4.84375 22.597656 C 5.49075 22.001656 6.3259063 21.452281 6.8789062 21.113281 C 7.0059062 21.040281 7.1871094 20.929875 7.4121094 20.796875 C 7.4501094 20.773875 7.46875 20.765625 7.46875 20.765625 C 7.51075 20.738625 7.5565156 20.7155 7.6035156 20.6875 z M 19.380859 20.847656 C 19.380859 20.870656 19.386719 20.894875 19.386719 20.921875 C 19.380719 21.741875 18.573031 22.295625 18.207031 22.515625 L 18.210938 22.515625 L 18.210938 22.517578 C 18.083938 22.581578 17.966156 22.621844 17.910156 22.589844 C 17.868156 22.566844 17.962891 22.480469 17.962891 22.480469 C 17.962891 22.480469 18.614094 21.796375 18.871094 21.484375 C 19.021094 21.301375 19.193859 21.085656 19.380859 20.847656 z\"/></svg></li><li title=\"satellite dish solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16.5 4.5 L 16.5 6.5 C 21.484375 6.5 25.5 10.515625 25.5 15.5 L 27.5 15.5 C 27.5 9.4375 22.5625 4.5 16.5 4.5 Z M 16.5 8.5 L 16.5 10.5 C 19.273438 10.5 21.5 12.726563 21.5 15.5 L 23.5 15.5 C 23.5 11.644531 20.355469 8.5 16.5 8.5 Z M 7.90625 8.59375 L 7.21875 9.28125 C 2.949219 13.550781 2.949219 20.511719 7.21875 24.78125 C 11.488281 29.050781 18.449219 29.050781 22.71875 24.78125 L 23.40625 24.09375 L 22.71875 23.375 L 17.21875 17.875 C 18.242188 17.5625 19 16.628906 19 15.5 C 19 14.121094 17.878906 13 16.5 13 C 15.371094 13 14.4375 13.757813 14.125 14.78125 L 8.625 9.28125 Z M 8.0625 11.5625 L 20.4375 23.9375 C 16.917969 26.730469 11.882813 26.632813 8.625 23.375 C 5.367188 20.117188 5.269531 15.082031 8.0625 11.5625 Z\"/></svg></li><li title=\"satellite solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 8.875 3.59375 L 8.15625 4.28125 L 4.3125 8.15625 L 3.59375 8.875 L 4.3125 9.5625 L 10.0625 15.34375 L 9.40625 16 L 16 22.59375 L 16.65625 21.9375 L 22.40625 27.71875 L 23.125 28.40625 L 23.84375 27.71875 L 27.71875 23.8125 L 28.4375 23.125 L 21.65625 16.34375 C 22.273438 14.683594 21.921875 12.734375 20.59375 11.40625 C 19.6875 10.5 18.476563 10.0625 17.28125 10.0625 C 16.726563 10.0625 16.179688 10.183594 15.65625 10.375 L 9.59375 4.28125 Z M 8.875 6.40625 L 13.9375 11.46875 L 11.46875 13.9375 L 6.40625 8.875 Z M 17.28125 12.03125 C 17.960938 12.03125 18.664063 12.289063 19.1875 12.8125 C 20.234375 13.859375 20.234375 15.546875 19.1875 16.59375 L 16.28125 19.46875 L 16 19.75 L 12.25 16 L 15.28125 12.96875 L 15.40625 12.8125 C 15.476563 12.742188 15.550781 12.6875 15.625 12.625 L 15.8125 12.46875 C 16.253906 12.175781 16.773438 12.03125 17.28125 12.03125 Z M 8.4375 17 L 7 18.40625 L 13.59375 25 L 15 23.5625 Z M 20.53125 18.0625 L 25.59375 23.125 L 23.125 25.59375 L 18.0625 20.53125 Z\"/></svg></li><li title=\"save solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 9.59375 L 26.71875 9.28125 L 22.71875 5.28125 L 22.40625 5 Z M 7 7 L 10 7 L 10 13 L 22 13 L 22 7.4375 L 25 10.4375 L 25 25 L 23 25 L 23 16 L 9 16 L 9 25 L 7 25 Z M 12 7 L 16 7 L 16 9 L 18 9 L 18 7 L 20 7 L 20 11 L 12 11 Z M 11 18 L 21 18 L 21 25 L 11 25 Z\"/></svg></li><li title=\"save \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 9.59375 L 26.71875 9.28125 L 22.71875 5.28125 L 22.40625 5 Z M 7 7 L 10 7 L 10 13 L 22 13 L 22 7.4375 L 25 10.4375 L 25 25 L 23 25 L 23 16 L 9 16 L 9 25 L 7 25 Z M 12 7 L 16 7 L 16 9 L 18 9 L 18 7 L 20 7 L 20 11 L 12 11 Z M 11 18 L 21 18 L 21 25 L 11 25 Z\"/></svg></li><li title=\"schlix \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 25.455078 5 L 21.195312 7.2636719 L 24.341797 9.9394531 L 30 7.5644531 L 25.455078 5 z M 17.794922 6.2363281 L 15.142578 7.8730469 L 16.59375 9.9277344 L 19.808594 8.2441406 L 17.794922 6.2363281 z M 13.216797 6.9726562 L 11.365234 8.2558594 L 12.083984 9.9277344 L 14.214844 8.6210938 L 13.216797 6.9726562 z M 10.169922 7.4667969 L 8.78125 8.5175781 L 9.1367188 9.921875 L 10.685547 8.859375 L 10.169922 7.4667969 z M 8.5097656 10.222656 L 7.2148438 11.123047 L 7.4238281 12.771484 L 8.8632812 11.888672 L 8.5097656 10.222656 z M 11.220703 10.292969 L 9.5019531 11.355469 L 10.013672 13.375 L 11.980469 12.341797 L 11.220703 10.292969 z M 15.298828 10.392578 L 12.849609 11.691406 L 13.976562 14.292969 L 16.923828 13.056641 L 15.298828 10.392578 z M 22.119141 10.560547 L 18.212891 12.230469 L 20.777344 15.876953 L 25.919922 14.355469 L 22.119141 10.560547 z M 6.8554688 12.990234 L 5.6484375 13.734375 L 5.71875 15.625 L 7.046875 14.929688 L 6.8554688 12.990234 z M 9.2285156 13.611328 L 7.6386719 14.447266 L 7.9414062 16.816406 L 9.7460938 16.0625 L 9.2285156 13.611328 z M 12.804688 14.546875 L 10.558594 15.509766 L 11.353516 18.650391 L 14.033203 17.861328 L 12.804688 14.546875 z M 5.1953125 15.748047 L 4.0800781 16.339844 L 4 18.476562 L 5.21875 17.964844 L 5.1953125 15.748047 z M 18.787109 16.113281 L 15.230469 17.199219 L 17.220703 21.796875 L 21.851562 21.140625 L 18.787109 16.113281 z M 7.2324219 16.927734 L 5.7753906 17.548828 L 5.8691406 20.263672 L 7.5117188 19.78125 L 7.2324219 16.927734 z M 10.308594 18.695312 L 8.265625 19.322266 L 8.7363281 23.007812 L 11.150391 22.666016 L 10.308594 18.695312 z M 15.457031 21.673828 L 12.253906 22.171875 L 13.662109 27.732422 L 17.777344 27.923828 L 15.457031 21.673828 z\"/></svg></li><li title=\"school solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 L 3 7 L 3 9 L 16 6 L 29 9 L 29 7 Z M 10 10 C 6.773438 10 3.625 11.3125 3.625 11.3125 L 3 11.59375 L 3 27 L 14.28125 27 C 14.628906 27.597656 15.261719 28 16 28 C 16.738281 28 17.371094 27.597656 17.71875 27 L 29 27 L 29 11.59375 L 28.375 11.3125 C 28.375 11.3125 25.226563 10 22 10 C 19.082031 10 16.519531 10.980469 16 11.1875 C 15.480469 10.980469 12.917969 10 10 10 Z M 10 12 C 11.933594 12 14 12.625 15 12.96875 L 15 24.09375 C 13.886719 23.726563 12.058594 23.21875 10 23.21875 C 7.898438 23.21875 6.1875 23.703125 5 24.09375 L 5 12.96875 C 5.769531 12.691406 7.800781 12 10 12 Z M 22 12 C 24.199219 12 26.230469 12.691406 27 12.96875 L 27 24.09375 C 25.8125 23.703125 24.101563 23.21875 22 23.21875 C 19.941406 23.21875 18.113281 23.726563 17 24.09375 L 17 12.96875 C 18 12.625 20.066406 12 22 12 Z\"/></svg></li><li title=\"screwdriver solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 27.1875 1.78125 L 26.53125 2.125 C 26.53125 2.125 25.410156 2.722656 24.09375 3.53125 C 22.777344 4.339844 21.257813 5.304688 20.28125 6.28125 C 18.800781 7.761719 17.546875 9.640625 16.9375 10.5 L 16.71875 10.28125 L 16 9.59375 L 15.28125 10.28125 L 12.8125 12.78125 L 12.09375 13.5 L 12.8125 14.1875 L 13.59375 14.96875 L 6.59375 21.96875 L 4.46875 23.03125 L 4.3125 23.34375 L 2.3125 27.375 L 2 28 L 2.5 28.53125 L 3.5 29.5 L 4 30 L 4.65625 29.6875 L 8.96875 27.53125 L 10.03125 25.40625 L 17.03125 18.40625 L 17.8125 19.1875 L 18.5 19.90625 L 19.21875 19.1875 L 21.71875 16.71875 L 22.40625 16 L 21.71875 15.28125 L 21.5 15.0625 C 22.328125 14.484375 24.113281 13.324219 25.71875 11.71875 C 27.808594 9.628906 29.875 5.46875 29.875 5.46875 L 30.21875 4.8125 L 29.71875 4.28125 L 27.71875 2.28125 Z M 26.8125 4.25 L 27.75 5.1875 C 27.25 6.089844 25.632813 8.929688 24.28125 10.28125 C 22.578125 11.984375 19.4375 14.1875 19.4375 14.1875 L 18.4375 14.84375 L 19.28125 15.71875 L 19.5625 16 L 18.5 17.0625 L 18.40625 17 L 17.71875 16.28125 L 15.71875 14.28125 L 15 13.59375 L 14.9375 13.5 L 16 12.4375 L 17.125 13.5625 L 17.8125 12.5625 C 17.8125 12.5625 20.191406 9.246094 21.71875 7.71875 C 22.410156 7.027344 23.890625 5.996094 25.15625 5.21875 C 26.0625 4.664063 26.429688 4.460938 26.8125 4.25 Z M 15 16.4375 L 15.5625 17 L 8.5 24.0625 L 8.40625 24.1875 L 8.3125 24.34375 L 7.46875 26.03125 L 4.5 27.5 L 5.96875 24.53125 L 7.65625 23.6875 L 7.8125 23.59375 L 7.9375 23.5 Z\"/></svg></li><li title=\"scribd \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16.298828 4.0019531 C 11.734828 4.0019531 8 6.6204687 8 11.605469 C 8.01 13.286469 8.4304219 14.626453 9.2324219 15.564453 C 10.698422 17.343453 13.482687 17.450375 14.929688 15.984375 C 16.112688 14.781375 16.27875 12.631922 14.96875 11.419922 C 14.27475 10.754922 13.356359 10.462563 12.193359 10.726562 C 11.333359 10.980562 10.775391 10.882125 10.775391 9.953125 C 10.775391 7.519125 13.806359 6.132875 16.318359 6.171875 C 18.488359 6.142875 20.609734 6.7572187 22.427734 7.9492188 L 21.087891 9.8652344 L 22.945312 11.087891 L 25.447266 7.5117188 C 24.079266 6.4367188 21.195828 3.9239531 16.298828 4.0019531 z M 21.666016 15.005859 C 19.783016 14.908859 18.144828 16.391031 18.173828 18.332031 C 18.144828 19.171031 18.474844 19.971344 19.089844 20.527344 C 19.781844 21.219344 20.719859 21.501281 21.880859 21.238281 C 22.739859 20.984281 23.294922 21.092531 23.294922 22.019531 C 23.294922 22.223531 23.265563 22.437578 23.226562 22.642578 C 22.396563 24.671578 20.280031 25.832031 17.207031 25.832031 C 14.641031 25.842031 12.133219 25.024188 10.074219 23.492188 L 11.742188 21.541016 L 9.9765625 20.185547 L 6.9628906 23.736328 L 7.7324219 24.419922 C 10.327422 26.741922 13.694734 28.019 17.177734 28 C 19.723734 28 21.850969 27.483453 23.792969 25.814453 C 26.621969 23.268453 26.475828 18.418922 24.798828 16.419922 C 24.037828 15.492922 22.876016 14.966859 21.666016 15.005859 z\"/></svg></li><li title=\"scroll solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 10 4 C 8.355 4 7 5.355 7 7 L 7 21 L 4 21 L 4 25 C 4 26.645 5.355 28 7 28 L 21 28 L 21.03125 28 C 22.66025 27.984 24 26.633 24 25 L 24 11 L 28 11 L 28 7 C 28 5.355 26.645 4 25 4 L 10 4 z M 10 6 L 22.1875 6 C 22.0745 6.316 22 6.648 22 7 L 22 25 C 22 25.566 21.566 26 21 26 C 20.437 26.008 20.008 25.562 20 25 L 19.96875 21 L 9 21 L 9 7 C 9 6.434 9.434 6 10 6 z M 25 6 C 25.566 6 26 6.434 26 7 L 26 9 L 24 9 L 24 7 C 24 6.434 24.434 6 25 6 z M 6 23 L 14 23 L 17.96875 23 L 18 23 L 18 25 L 18 25.03125 C 18.004 25.37525 18.0745 25.691 18.1875 26 L 7 26 C 6.434 26 6 25.566 6 25 L 6 23 z\"/></svg></li><li title=\"sd card solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 9.5 5 L 9.1875 5.40625 L 6 9.65625 L 6 27 L 25 27 L 25 5 Z M 10.5 7 L 23 7 L 23 25 L 8 25 L 8 10.34375 Z M 13 9 L 13 13 L 15 13 L 15 9 Z M 16 9 L 16 13 L 18 13 L 18 9 Z M 19 9 L 19 13 L 21 13 L 21 9 Z M 10 10 L 10 14 L 12 14 L 12 10 Z\"/></svg></li><li title=\"search dollar solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 19 3 C 13.489 3 9 7.489 9 13 C 9 15.395 9.839 17.5875 11.25 19.3125 L 3.28125 27.28125 L 4.71875 28.720703 L 12.6875 20.751953 C 14.4115 22.161953 16.605 23 19 23 C 24.511 23 29 18.511 29 13 C 29 7.489 24.511 3 19 3 z M 19 5 C 23.43 5 27 8.57 27 13 C 27 17.43 23.43 21 19 21 C 14.57 21 11 17.43 11 13 C 11 8.57 14.57 5 19 5 z M 18 8 L 18 9.0625 C 16.875 9.2505 16 10.204953 16 11.376953 C 16 12.130953 16.41775 12.82025 17.09375 13.15625 L 20 14.625 C 20 14.848 19.848 15 19.625 15 L 18.375 15 C 18.152 15 18 14.848 18 14.625 L 18 14 L 16 14 L 16 14.625 C 16 15.797 16.875 16.7495 18 16.9375 L 18 18 L 20 18 L 20 16.9375 C 21.125 16.7495 22 15.795047 22 14.623047 C 22 13.869047 21.58225 13.18375 20.90625 12.84375 L 18 11.375 C 18 11.152 18.152 11 18.375 11 L 19.625 11 C 19.848 11 20 11.152 20 11.375 L 20 12 L 22 12 L 22 11.375 C 22 10.203 21.125 9.2505 20 9.0625 L 20 8 L 18 8 z\"/></svg></li><li title=\"search location solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 19 3 C 13.489 3 9 7.489 9 13 C 9 15.395 9.839 17.5875 11.25 19.3125 L 3.28125 27.28125 L 4.71875 28.720703 L 12.6875 20.751953 C 14.4115 22.161953 16.605 23 19 23 C 24.511 23 29 18.511 29 13 C 29 7.489 24.511 3 19 3 z M 19 5 C 23.43 5 27 8.57 27 13 C 27 17.43 23.43 21 19 21 C 14.57 21 11 17.43 11 13 C 11 8.57 14.57 5 19 5 z M 19 8 C 16.791 8 15 9.791 15 12 C 15 15 19 19 19 19 C 19 19 23 15 23 12 C 23 9.791 21.209 8 19 8 z M 19 10 C 20.105 10 21 10.895 21 12 C 21 13.104 20.105 14 19 14 C 17.895 14 17 13.104 17 12 C 17 10.895 17.895 10 19 10 z\"/></svg></li><li title=\"search minus solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 19 3 C 13.488281 3 9 7.488281 9 13 C 9 15.394531 9.839844 17.589844 11.25 19.3125 L 3.28125 27.28125 L 4.71875 28.71875 L 12.6875 20.75 C 14.410156 22.160156 16.605469 23 19 23 C 24.511719 23 29 18.511719 29 13 C 29 7.488281 24.511719 3 19 3 Z M 19 5 C 23.429688 5 27 8.570313 27 13 C 27 17.429688 23.429688 21 19 21 C 14.570313 21 11 17.429688 11 13 C 11 8.570313 14.570313 5 19 5 Z M 15 12 L 15 14 L 23 14 L 23 12 Z\"/></svg></li><li title=\"search plus solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 19 3 C 13.488281 3 9 7.488281 9 13 C 9 15.394531 9.839844 17.589844 11.25 19.3125 L 3.28125 27.28125 L 4.71875 28.71875 L 12.6875 20.75 C 14.410156 22.160156 16.605469 23 19 23 C 24.511719 23 29 18.511719 29 13 C 29 7.488281 24.511719 3 19 3 Z M 19 5 C 23.429688 5 27 8.570313 27 13 C 27 17.429688 23.429688 21 19 21 C 14.570313 21 11 17.429688 11 13 C 11 8.570313 14.570313 5 19 5 Z M 18 9 L 18 12 L 15 12 L 15 14 L 18 14 L 18 17 L 20 17 L 20 14 L 23 14 L 23 12 L 20 12 L 20 9 Z\"/></svg></li><li title=\"search solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 19 3 C 13.488281 3 9 7.488281 9 13 C 9 15.394531 9.839844 17.589844 11.25 19.3125 L 3.28125 27.28125 L 4.71875 28.71875 L 12.6875 20.75 C 14.410156 22.160156 16.605469 23 19 23 C 24.511719 23 29 18.511719 29 13 C 29 7.488281 24.511719 3 19 3 Z M 19 5 C 23.429688 5 27 8.570313 27 13 C 27 17.429688 23.429688 21 19 21 C 14.570313 21 11 17.429688 11 13 C 11 8.570313 14.570313 5 19 5 Z\"/></svg></li><li title=\"searchengin \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 12.939453 4 L 12.939453 6.7167969 C 15.944453 6.9857969 17.949219 9.4634531 17.949219 12.314453 C 17.949219 14.935453 16.155563 17.133047 13.726562 17.748047 L 12.900391 20.339844 L 12.785156 20.685547 C 14.263156 20.589547 15.741344 20.062688 17.027344 19.179688 L 17.537109 19.947266 C 18.958109 20.465266 20.052969 21.598594 20.542969 22.683594 C 21.032969 23.787594 21.050109 24.362438 22.787109 25.648438 C 24.525109 26.925438 25.6585 27.866891 25.9375 27.962891 C 26.2255 28.058891 26.849547 28.001016 27.435547 27.416016 C 28.019547 26.829016 28.076469 26.204781 27.980469 25.925781 C 27.884469 25.647781 26.944203 24.515344 25.658203 22.777344 C 24.372203 21.039344 23.785406 21.02025 22.691406 20.53125 C 21.597406 20.04125 20.464078 18.956156 19.955078 17.535156 L 19.197266 17.037109 C 20.119266 15.693109 20.705078 14.071453 20.705078 12.314453 C 20.705078 7.8884531 17.287453 4.269 12.939453 4 z M 11.171875 4.0683594 C 7.120875 4.6343594 4 8.1194531 4 12.314453 C 4 16.538453 7.0054063 20.069188 11.066406 20.617188 L 11.066406 17.824219 C 8.5034063 17.316219 6.7167969 15.040453 6.7167969 12.314453 C 6.7167969 9.9234531 8.2044063 7.8872656 10.316406 7.0722656 L 11.103516 4.3183594 L 11.171875 4.0683594 z M 12 4.5664062 L 9.1542969 14.501953 L 12.005859 13.244141 L 12.005859 20.042969 L 15.519531 9.1171875 L 12 10.585938 L 12 4.5664062 z M 26.492188 26.060547 C 26.723188 26.060547 26.914062 26.252422 26.914062 26.482422 C 26.914062 26.713422 26.722188 26.896484 26.492188 26.896484 C 26.262187 26.896484 26.080078 26.713422 26.080078 26.482422 C 26.080078 26.252422 26.261187 26.060547 26.492188 26.060547 z\"/></svg></li><li title=\"seedling solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 23.398438 14.023438 C 23.058594 14.042969 22.835938 13.933594 22.808594 13.914063 L 21.121094 14.992188 C 21.492188 15.574219 22.257813 15.96875 23.117188 16.019531 C 23.183594 16.023438 23.25 16.023438 23.316406 16.023438 C 24.445313 16.023438 25.554688 15.453125 26.394531 14.4375 C 27.828125 12.695313 28.835938 10.847656 28.878906 10.769531 L 29.332031 9.929688 L 28.515625 9.4375 C 23.984375 6.714844 21.394531 8.007813 20.492188 8.691406 C 19.328125 9.574219 18.796875 11.019531 19.089844 12.429688 C 18.160156 13.023438 17.234375 13.773438 16.496094 14.6875 C 16.070313 13.691406 15.40625 12.796875 14.632813 12.007813 C 14.703125 11.824219 14.75 11.644531 14.78125 11.511719 C 14.796875 11.441406 14.8125 11.375 14.832031 11.316406 C 15.34375 9.601563 14.640625 7.601563 13.082031 6.34375 C 11.972656 5.449219 8.820313 3.683594 3.519531 6.605469 L 2.835938 6.980469 L 3.03125 7.730469 C 3.070313 7.882813 4.015625 11.445313 5.894531 13.53125 C 6.707031 14.433594 7.726563 14.941406 8.847656 14.996094 C 8.917969 15 8.988281 15 9.054688 15 C 10.3125 15 11.390625 14.441406 11.828125 14.042969 L 10.484375 12.5625 C 10.46875 12.574219 8.789063 13.753906 7.382813 12.191406 C 6.292969 10.984375 5.550781 9.046875 5.199219 7.984375 C 8.984375 6.160156 11.078125 7.296875 11.824219 7.898438 C 12.699219 8.605469 13.132813 9.648438 12.953125 10.554688 C 10.800781 8.960938 8.558594 8.070313 8.378906 8.003906 L 7.65625 9.867188 C 9.699219 10.65625 15 13.484375 15 17 L 15 20.144531 C 14.238281 20.34375 13.542969 20.753906 13.019531 21.34375 C 12.550781 21.117188 12.035156 21 11.5 21 C 10.070313 21 8.839844 21.859375 8.296875 23.09375 C 8.035156 23.03125 7.769531 23 7.5 23 C 5.570313 23 4 24.570313 4 26.5 L 4 27 L 6 27 L 6 26.5 C 6 25.671875 6.671875 25 7.5 25 C 7.902344 25 8.210938 25.167969 8.398438 25.308594 L 10 24.511719 L 10 24.496094 C 10.003906 23.671875 10.675781 23 11.5 23 C 11.902344 23 12.28125 23.160156 12.566406 23.449219 L 14.1875 23.167969 C 14.515625 22.457031 15.226563 22 16 22 C 16.726563 22 17.398438 22.40625 17.75 23.0625 L 19.328125 23.304688 C 19.527344 23.109375 19.792969 23 20.070313 23 C 20.65625 23 21.136719 23.480469 21.136719 24.066406 C 21.136719 24.183594 21.113281 24.300781 21.066406 24.429688 L 22.671875 25.519531 C 22.9375 25.28125 23.382813 25 24 25 C 25.101563 25 26 25.898438 26 27 L 28 27 C 28 24.792969 26.207031 23 24 23 C 23.65625 23 23.316406 23.046875 22.992188 23.132813 C 22.59375 21.894531 21.433594 21 20.070313 21 C 19.652344 21 19.253906 21.082031 18.878906 21.238281 C 18.367188 20.703125 17.714844 20.332031 17 20.144531 L 17 19 L 17.003906 19 L 17.003906 18.671875 C 17.003906 14.519531 23.535156 12.53125 23.601563 12.511719 L 23.039063 10.59375 C 22.9375 10.621094 22.121094 10.871094 21.046875 11.363281 C 21.125 10.949219 21.339844 10.5625 21.703125 10.289063 C 22.761719 9.484375 24.558594 9.636719 26.617188 10.675781 C 26.214844 11.332031 25.589844 12.273438 24.851563 13.167969 C 24.300781 13.835938 23.757813 14.003906 23.398438 14.023438 Z M 13.484375 10.820313 L 13.496094 10.976563 C 13.445313 10.9375 13.390625 10.898438 13.339844 10.855469 C 13.386719 10.84375 13.429688 10.824219 13.484375 10.820313 Z\"/></svg></li><li title=\"sellcast \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 L 5 5 z M 7 7 L 25 7 L 25 25 L 7 25 L 7 7 z M 20.066406 9.0605469 C 19.687152 8.9924785 19.274156 9.1244219 19.019531 9.5605469 L 18.791016 9.9511719 C 16.490016 8.6581719 13.536031 9.4384531 12.207031 11.689453 C 10.882031 13.944453 11.678609 16.852391 13.974609 18.150391 C 14.860609 18.655391 13.969469 18.146391 14.855469 18.650391 C 16.046469 19.322391 17.056766 17.563391 15.884766 16.900391 C 15.879766 16.900391 14.998047 16.404297 14.998047 16.404297 C 13.683047 15.657297 13.219422 13.986266 13.982422 12.697266 C 14.745422 11.408266 16.450625 10.961125 17.765625 11.703125 C 18.651625 12.208125 17.760484 11.699125 18.646484 12.203125 C 19.131484 12.441125 19.598203 12.339156 19.908203 12.035156 C 20.036203 11.909156 20.004453 11.941453 20.814453 10.564453 C 21.240078 9.8407031 20.698496 9.1739941 20.066406 9.0605469 z M 16.6875 13.201172 C 15.712326 13.096924 15.06825 14.517531 16.09375 15.097656 C 16.95075 15.573656 16.130516 15.11775 16.978516 15.59375 C 18.293516 16.34075 18.751141 18.011781 17.994141 19.300781 C 17.231141 20.589781 15.525937 21.036922 14.210938 20.294922 C 13.324937 19.789922 14.216078 20.298922 13.330078 19.794922 C 12.840078 19.514922 12.206781 19.683062 11.925781 20.164062 L 11.177734 21.433594 C 10.577734 22.451594 12.100406 23.908781 13.191406 22.050781 C 15.492406 23.343781 18.446391 22.5635 19.775391 20.3125 C 21.104391 18.0615 20.309906 15.153656 18.003906 13.847656 C 17.117906 13.342656 18.007094 13.851656 17.121094 13.347656 C 16.972219 13.263656 16.826811 13.216064 16.6875 13.201172 z\"/></svg></li><li title=\"sellsy \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 18 4 C 14.335938 4 11.273438 6.25 9.875 9.40625 C 9.292969 9.164063 8.671875 9 8 9 C 5.25 9 3 11.25 3 14 C 3 14.144531 3.019531 14.269531 3.03125 14.40625 C 1.257813 15.675781 0 17.660156 0 20 C 0 23.855469 3.144531 27 7 27 L 25 27 C 28.855469 27 32 23.855469 32 20 C 32 16.847656 29.847656 14.273438 26.96875 13.40625 C 26.976563 13.269531 27 13.140625 27 13 C 27 8.042969 22.957031 4 18 4 Z M 18 6 C 21.878906 6 25 9.121094 25 13 C 25 13.304688 24.980469 13.613281 24.9375 13.9375 L 24.78125 14.90625 L 25.78125 15.0625 C 28.179688 15.433594 30 17.488281 30 20 C 30 22.773438 27.773438 25 25 25 L 7 25 C 4.226563 25 2 22.773438 2 20 C 2 18.117188 3.03125 16.480469 4.5625 15.625 L 5.1875 15.28125 L 5.0625 14.5625 C 5.023438 14.367188 5 14.1875 5 14 C 5 12.332031 6.332031 11 8 11 C 8.652344 11 9.25 11.203125 9.75 11.5625 L 10.875 12.40625 L 11.28125 11.03125 C 12.128906 8.125 14.808594 6 18 6 Z M 20 13 L 20 22 L 22 22 L 22 13 Z M 16 15 L 16 22 L 18 22 L 18 15 Z M 12 16 L 12 22 L 14 22 L 14 16 Z M 8 17 L 8 22 L 10 22 L 10 17 Z\"/></svg></li><li title=\"server solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 3 6 L 3 26 L 29 26 L 29 6 Z M 5 8 L 27 8 L 27 12 L 5 12 Z M 7 9 L 7 11 L 15 11 L 15 9 Z M 24 9 C 23.449219 9 23 9.449219 23 10 C 23 10.550781 23.449219 11 24 11 C 24.550781 11 25 10.550781 25 10 C 25 9.449219 24.550781 9 24 9 Z M 5 14 L 27 14 L 27 18 L 5 18 Z M 7 15 L 7 17 L 15 17 L 15 15 Z M 24 15 C 23.449219 15 23 15.449219 23 16 C 23 16.550781 23.449219 17 24 17 C 24.550781 17 25 16.550781 25 16 C 25 15.449219 24.550781 15 24 15 Z M 5 20 L 27 20 L 27 24 L 5 24 Z M 7 21 L 7 23 L 15 23 L 15 21 Z M 24 21 C 23.449219 21 23 21.449219 23 22 C 23 22.550781 23.449219 23 24 23 C 24.550781 23 25 22.550781 25 22 C 25 21.449219 24.550781 21 24 21 Z\"/></svg></li><li title=\"servicestack \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 10 6 C 11.544 7.76 12.275797 10.149375 12.216797 12.609375 C 16.184797 14.279375 22.141437 18.73 23.398438 25 L 28 25 C 26.051 14.31 14.918 6.77 10 6 z M 8 13 C 12.67 17.913 8.81 24.582 4 25 L 22.970703 25 C 21.500703 18.289 11.95 13.533 8 13 z\"/></svg></li><li title=\"shapes solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 22.357422 3.8632812 L 16.189453 15 L 28.525391 15 L 22.357422 3.8632812 z M 22.357422 7.9902344 L 25.130859 13 L 19.583984 13 L 22.357422 7.9902344 z M 9 16 C 5.691 16 3 18.691 3 22 C 3 25.309 5.691 28 9 28 C 12.309 28 15 25.309 15 22 C 15 18.691 12.309 16 9 16 z M 17 17 L 17 28 L 28 28 L 28 17 L 17 17 z M 9 18 C 11.206 18 13 19.794 13 22 C 13 24.206 11.206 26 9 26 C 6.794 26 5 24.206 5 22 C 5 19.794 6.794 18 9 18 z M 19 19 L 26 19 L 26 26 L 19 26 L 19 19 z\"/></svg></li><li title=\"share alt solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 13.855469 4 12.117188 5.71875 12.03125 7.84375 C 8.425781 9.375 6 12.941406 6 17 C 6 17.171875 5.992188 17.359375 6 17.5625 C 4.816406 18.257813 4 19.535156 4 21 C 4 23.199219 5.800781 25 8 25 C 8.574219 25 9.128906 24.878906 9.625 24.65625 C 11.359375 26.113281 13.617188 27 16 27 C 18.382813 27 20.640625 26.113281 22.375 24.65625 C 22.871094 24.878906 23.425781 25 24 25 C 26.199219 25 28 23.199219 28 21 C 28 19.519531 27.175781 18.222656 25.96875 17.53125 C 25.984375 17.371094 26 17.207031 26 17 C 26 12.941406 23.574219 9.375 19.96875 7.84375 C 19.882813 5.71875 18.144531 4 16 4 Z M 16 6 C 17.117188 6 18 6.882813 18 8 C 18 9.117188 17.117188 10 16 10 C 14.882813 10 14 9.117188 14 8 C 14 6.882813 14.882813 6 16 6 Z M 12.46875 9.84375 C 13.140625 11.117188 14.46875 12 16 12 C 17.53125 12 18.859375 11.117188 19.53125 9.84375 C 22.210938 11.144531 24 13.878906 24 17 C 21.800781 17 20 18.800781 20 21 C 20 21.894531 20.308594 22.707031 20.8125 23.375 C 19.476563 24.386719 17.757813 25 16 25 C 14.242188 25 12.523438 24.386719 11.1875 23.375 C 11.691406 22.707031 12 21.894531 12 21 C 12 18.800781 10.199219 17 8 17 C 8 13.878906 9.789063 11.144531 12.46875 9.84375 Z M 8 19 C 9.117188 19 10 19.882813 10 21 C 10 22.117188 9.117188 23 8 23 C 6.882813 23 6 22.117188 6 21 C 6 19.882813 6.882813 19 8 19 Z M 24 19 C 25.117188 19 26 19.882813 26 21 C 26 22.117188 25.117188 23 24 23 C 22.882813 23 22 22.117188 22 21 C 22 19.882813 22.882813 19 24 19 Z\"/></svg></li><li title=\"share alt square solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 L 5 5 z M 7 7 L 25 7 L 25 25 L 7 25 L 7 7 z M 20 10 A 2 2 0 0 0 18.007812 12.15625 L 13.320312 14.5 A 2 2 0 0 0 12 14 A 2 2 0 0 0 12 18 A 2 2 0 0 0 13.320312 17.5 L 18.007812 19.84375 A 2 2 0 0 0 20 22 A 2 2 0 0 0 20 18 A 2 2 0 0 0 18.679688 18.5 L 13.992188 16.15625 A 2 2 0 0 0 13.992188 15.84375 L 18.679688 13.5 A 2 2 0 0 0 20 14 A 2 2 0 0 0 20 10 z\"/></svg></li><li title=\"share solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 19.71875 5.28125 L 18.28125 6.71875 L 24.5625 13 L 11 13 C 7.144531 13 4 16.144531 4 20 C 4 23.855469 7.144531 27 11 27 L 11 25 C 8.226563 25 6 22.773438 6 20 C 6 17.226563 8.226563 15 11 15 L 24.5625 15 L 18.28125 21.28125 L 19.71875 22.71875 L 27.71875 14.71875 L 28.40625 14 L 27.71875 13.28125 Z\"/></svg></li><li title=\"share square solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 23.414062 4.4375 L 22 5.8515625 L 26.167969 10 L 16.5 10 C 13.468 10 11 12.467 11 15.5 C 11 18.533 13.468 21 16.5 21 L 17 21 L 17 19 L 16.5 19 C 14.57 19 13 17.43 13 15.5 C 13 13.57 14.57 12 16.5 12 L 26.171875 12 L 22.007812 16.164062 L 23.421875 17.578125 L 30 11 L 23.414062 4.4375 z M 5 5 L 5 27 L 27 27 L 27 17 L 25 19 L 25 25 L 7 25 L 7 7 L 17.853516 7 L 19.853516 5 L 5 5 z\"/></svg></li><li title=\"share square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 23.414062 4.4375 L 22 5.8515625 L 26.167969 10 L 16.5 10 C 13.468 10 11 12.467 11 15.5 C 11 18.533 13.468 21 16.5 21 L 17 21 L 17 19 L 16.5 19 C 14.57 19 13 17.43 13 15.5 C 13 13.57 14.57 12 16.5 12 L 26.171875 12 L 22.007812 16.164062 L 23.421875 17.578125 L 30 11 L 23.414062 4.4375 z M 5 5 L 5 27 L 27 27 L 27 17 L 25 19 L 25 25 L 7 25 L 7 7 L 17.853516 7 L 19.853516 5 L 5 5 z\"/></svg></li><li title=\"shekel sign solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 7 5 L 7 27 L 9 27 L 9 7 L 10 7 C 13.878906 7 17 10.121094 17 14 L 17 21 L 19 21 L 19 14 C 19 9.042969 14.957031 5 10 5 Z M 22 5 L 22 25 L 21 25 C 17.121094 25 14 21.878906 14 18 L 14 11 L 12 11 L 12 18 C 12 22.957031 16.042969 27 21 27 L 24 27 L 24 5 Z\"/></svg></li><li title=\"shield alt solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 13.75 4 12.234375 4.886719 10.875 5.625 C 9.515625 6.363281 8.28125 7 6 7 L 5 7 L 5 8 C 5 15.71875 7.609375 20.742188 10.25 23.78125 C 12.890625 26.820313 15.625 27.9375 15.625 27.9375 L 16 28.0625 L 16.375 27.9375 C 16.375 27.9375 19.109375 26.84375 21.75 23.8125 C 24.390625 20.78125 27 15.746094 27 8 L 27 7 L 26 7 C 23.730469 7 22.484375 6.363281 21.125 5.625 C 19.765625 4.886719 18.25 4 16 4 Z M 16 6 C 17.75 6 18.753906 6.613281 20.15625 7.375 C 21.339844 8.019531 22.910156 8.636719 24.9375 8.84375 C 24.746094 15.609375 22.507813 19.910156 20.25 22.5 C 18.203125 24.847656 16.484375 25.628906 16 25.84375 C 15.511719 25.625 13.796875 24.824219 11.75 22.46875 C 9.492188 19.871094 7.253906 15.578125 7.0625 8.84375 C 9.097656 8.636719 10.660156 8.019531 11.84375 7.375 C 13.246094 6.613281 14.25 6 16 6 Z\"/></svg></li><li title=\"ship solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 15 3 L 15 5 L 11 5 L 11 8 L 7 8 L 7 13.90625 L 6.15625 14.09375 L 6.15625 14.125 C 4.351563 14.515625 3.457031 16.605469 4.40625 18.1875 L 6 20.875 L 6 25.84375 C 5.191406 25.617188 4.625 25.21875 4.625 25.21875 L 3.375 26.78125 C 3.375 26.78125 4.917969 28 7.03125 28 C 8.492188 28 9.421875 27.515625 10 27.15625 C 10.582031 27.511719 11.558594 28 13.03125 28 C 14.492188 28 15.421875 27.515625 16 27.15625 C 16.582031 27.511719 17.558594 28 19.03125 28 C 20.492188 28 21.421875 27.515625 22 27.15625 C 22.582031 27.511719 23.558594 28 25.03125 28 C 27.144531 28 28.625 26.78125 28.625 26.78125 L 27.375 25.21875 C 27.375 25.21875 26.832031 25.652344 26 25.875 L 26 20.875 L 27.59375 18.1875 C 28.542969 16.605469 27.648438 14.515625 25.84375 14.125 L 25 13.9375 L 25 8 L 21 8 L 21 5 L 17 5 L 17 3 Z M 13 7 L 19 7 L 19 10 L 23 10 L 23 13.5 L 16.21875 12.03125 L 16 12 L 15.78125 12.03125 L 9 13.5 L 9 10 L 13 10 Z M 16 14.0625 L 25.40625 16.0625 C 25.929688 16.175781 26.183594 16.699219 25.90625 17.15625 L 24.15625 20.09375 L 24 20.3125 L 24 25.84375 C 23.191406 25.617188 22.625 25.21875 22.625 25.21875 L 22 24.71875 L 21.375 25.21875 C 21.375 25.21875 20.371094 26 19.03125 26 C 17.691406 26 16.625 25.21875 16.625 25.21875 L 16 24.71875 L 15.375 25.21875 C 15.375 25.21875 14.371094 26 13.03125 26 C 11.691406 26 10.625 25.21875 10.625 25.21875 L 10 24.71875 L 9.375 25.21875 C 9.375 25.21875 8.832031 25.652344 8 25.875 L 8 20.3125 L 7.84375 20.09375 L 6.09375 17.15625 C 5.816406 16.695313 6.070313 16.175781 6.59375 16.0625 Z M 11 16 C 10.398438 16 10 16.699219 10 17.5 C 10 18.300781 10.398438 19 11 19 C 11.601563 19 12 18.300781 12 17.5 C 12 16.699219 11.601563 16 11 16 Z M 21 16 C 20.398438 16 20 16.699219 20 17.5 C 20 18.300781 20.398438 19 21 19 C 21.601563 19 22 18.300781 22 17.5 C 22 16.699219 21.601563 16 21 16 Z\"/></svg></li><li title=\"shipping fast solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 0 6 L 0 8 L 19 8 L 19 23 L 12.84375 23 C 12.398438 21.28125 10.851563 20 9 20 C 7.148438 20 5.601563 21.28125 5.15625 23 L 4 23 L 4 18 L 2 18 L 2 25 L 5.15625 25 C 5.601563 26.71875 7.148438 28 9 28 C 10.851563 28 12.398438 26.71875 12.84375 25 L 21.15625 25 C 21.601563 26.71875 23.148438 28 25 28 C 26.851563 28 28.398438 26.71875 28.84375 25 L 32 25 L 32 16.84375 L 31.9375 16.6875 L 29.9375 10.6875 L 29.71875 10 L 21 10 L 21 6 Z M 1 10 L 1 12 L 10 12 L 10 10 Z M 21 12 L 28.28125 12 L 30 17.125 L 30 23 L 28.84375 23 C 28.398438 21.28125 26.851563 20 25 20 C 23.148438 20 21.601563 21.28125 21.15625 23 L 21 23 Z M 2 14 L 2 16 L 8 16 L 8 14 Z M 9 22 C 10.117188 22 11 22.882813 11 24 C 11 25.117188 10.117188 26 9 26 C 7.882813 26 7 25.117188 7 24 C 7 22.882813 7.882813 22 9 22 Z M 25 22 C 26.117188 22 27 22.882813 27 24 C 27 25.117188 26.117188 26 25 26 C 23.882813 26 23 25.117188 23 24 C 23 22.882813 23.882813 22 25 22 Z\"/></svg></li><li title=\"shirtsinbulk \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 4 L 5 23.4375 L 5.59375 23.6875 L 15.46875 27.90625 L 15.84375 28.09375 L 16.25 27.9375 L 26.375 23.6875 L 27 23.4375 L 27 4 Z M 7 6 L 25 6 L 25 9 L 7 9 Z M 7 11 L 25 11 L 25 22.09375 L 15.84375 25.90625 L 7 22.09375 Z M 16 13 C 13.238281 13 11 15.238281 11 18 C 11 20.761719 13.238281 23 16 23 C 18.761719 23 21 20.761719 21 18 C 21 15.238281 18.761719 13 16 13 Z M 16.1875 15.03125 C 17.59375 15.03125 18.734375 15.839844 18.78125 15.875 L 18.03125 16.90625 C 18.023438 16.898438 17.171875 16.28125 16.1875 16.28125 C 15.585938 16.28125 14.5625 16.449219 14.5625 17.0625 C 14.785156 17.320313 15.65625 17.308594 16.03125 17.3125 L 16.21875 17.3125 C 17.851563 17.3125 18.90625 17.933594 18.90625 18.9375 C 18.90625 19.871094 18.167969 20.96875 16.125 20.96875 C 14.585938 20.96875 13.304688 20.160156 13.25 20.125 L 13.9375 19.09375 C 13.949219 19.101563 14.960938 19.71875 16.125 19.71875 C 16.824219 19.71875 17.65625 19.507813 17.65625 18.9375 C 17.65625 18.777344 17.039063 18.5625 16.21875 18.5625 L 16.0625 18.5625 C 15.300781 18.558594 14.265625 18.542969 13.6875 17.96875 C 13.441406 17.722656 13.3125 17.425781 13.3125 17.0625 C 13.3125 15.832031 14.441406 15.03125 16.1875 15.03125 Z\"/></svg></li><li title=\"shoe prints solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 10 3 C 7.804688 3 6.203125 4.605469 5.28125 6.5 C 4.359375 8.394531 3.960938 10.679688 4 12.6875 C 4.046875 15.019531 5.0625 17.375 5.0625 17.375 L 5.34375 18 L 13.75 18 L 13.96875 17.25 C 13.96875 17.25 14.757813 14.308594 14.96875 11.5 C 15.050781 10.394531 15.015625 8.472656 14.40625 6.65625 C 14.101563 5.746094 13.660156 4.855469 12.9375 4.15625 C 12.214844 3.457031 11.1875 3 10 3 Z M 22 3 C 20.8125 3 19.785156 3.457031 19.0625 4.15625 C 18.339844 4.855469 17.898438 5.746094 17.59375 6.65625 C 16.984375 8.472656 16.949219 10.394531 17.03125 11.5 C 17.242188 14.308594 18.03125 17.25 18.03125 17.25 L 18.25 18 L 26.65625 18 L 26.9375 17.375 C 26.9375 17.375 27.953125 15.019531 28 12.6875 C 28.039063 10.679688 27.640625 8.394531 26.71875 6.5 C 25.796875 4.605469 24.195313 3 22 3 Z M 10 5 C 10.703125 5 11.128906 5.203125 11.53125 5.59375 C 11.933594 5.984375 12.292969 6.605469 12.53125 7.3125 C 13.003906 8.726563 13.0625 10.527344 13 11.375 C 12.835938 13.550781 12.316406 15.371094 12.15625 16 L 6.71875 16 C 6.476563 15.316406 6.027344 13.984375 6 12.65625 C 5.964844 10.960938 6.355469 8.894531 7.09375 7.375 C 7.832031 5.855469 8.769531 5 10 5 Z M 22 5 C 23.230469 5 24.167969 5.855469 24.90625 7.375 C 25.644531 8.894531 26.03125 10.960938 26 12.65625 C 25.972656 13.984375 25.523438 15.316406 25.28125 16 L 19.84375 16 C 19.683594 15.371094 19.164063 13.550781 19 11.375 C 18.9375 10.527344 18.996094 8.726563 19.46875 7.3125 C 19.707031 6.605469 20.066406 5.984375 20.46875 5.59375 C 20.871094 5.203125 21.296875 5 22 5 Z M 5 21 L 5 22 C 4.988281 23.378906 5.121094 24.988281 5.8125 26.40625 C 6.503906 27.824219 7.957031 29 10 29 C 12.261719 29 13.980469 26.785156 14 24 C 14.003906 23.355469 13.976563 22.597656 13.75 21.75 L 13.5625 21 Z M 18.4375 21 L 18.25 21.75 C 18.023438 22.597656 17.996094 23.355469 18 24 C 18.019531 26.785156 19.738281 29 22 29 C 24.042969 29 25.496094 27.824219 26.1875 26.40625 C 26.878906 24.988281 27.011719 23.378906 27 22 L 27 21 Z M 7.15625 23 L 11.90625 23 C 11.941406 23.328125 12.003906 23.664063 12 24 C 11.984375 26.023438 10.929688 27 10 27 C 8.621094 27 8.050781 26.464844 7.59375 25.53125 C 7.265625 24.863281 7.226563 23.902344 7.15625 23 Z M 20.09375 23 L 24.84375 23 C 24.773438 23.902344 24.734375 24.863281 24.40625 25.53125 C 23.949219 26.464844 23.378906 27 22 27 C 21.070313 27 20.015625 26.023438 20 24 C 19.996094 23.664063 20.058594 23.328125 20.09375 23 Z\"/></svg></li><li title=\"shopping bag solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 13.253906 3 11 5.253906 11 8 L 11 9 L 6.0625 9 L 6 9.9375 L 5 27.9375 L 4.9375 29 L 27.0625 29 L 27 27.9375 L 26 9.9375 L 25.9375 9 L 21 9 L 21 8 C 21 5.253906 18.746094 3 16 3 Z M 16 5 C 17.65625 5 19 6.34375 19 8 L 19 9 L 13 9 L 13 8 C 13 6.34375 14.34375 5 16 5 Z M 7.9375 11 L 11 11 L 11 14 L 13 14 L 13 11 L 19 11 L 19 14 L 21 14 L 21 11 L 24.0625 11 L 24.9375 27 L 7.0625 27 Z\"/></svg></li><li title=\"shopping basket solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3.09375 L 7.09375 12 L 2 12 L 2 18 L 3.25 18 L 6.03125 27.28125 L 6.25 28 L 25.75 28 L 25.96875 27.28125 L 28.75 18 L 30 18 L 30 12 L 24.90625 12 Z M 16 5.9375 L 22.0625 12 L 9.9375 12 Z M 4 14 L 28 14 L 28 16 L 27.25 16 L 27.03125 16.71875 L 24.25 26 L 7.75 26 L 4.96875 16.71875 L 4.75 16 L 4 16 Z M 11 17 L 11 24 L 13 24 L 13 17 Z M 15 17 L 15 24 L 17 24 L 17 17 Z M 19 17 L 19 24 L 21 24 L 21 17 Z\"/></svg></li><li title=\"shopping cart solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 7 C 4.449219 7 4 7.449219 4 8 C 4 8.550781 4.449219 9 5 9 L 7.21875 9 L 9.84375 19.5 C 10.066406 20.390625 10.863281 21 11.78125 21 L 23.25 21 C 24.152344 21 24.917969 20.402344 25.15625 19.53125 L 27.75 10 L 11 10 L 11.5 12 L 25.15625 12 L 23.25 19 L 11.78125 19 L 9.15625 8.5 C 8.933594 7.609375 8.136719 7 7.21875 7 Z M 22 21 C 20.355469 21 19 22.355469 19 24 C 19 25.644531 20.355469 27 22 27 C 23.644531 27 25 25.644531 25 24 C 25 22.355469 23.644531 21 22 21 Z M 13 21 C 11.355469 21 10 22.355469 10 24 C 10 25.644531 11.355469 27 13 27 C 14.644531 27 16 25.644531 16 24 C 16 22.355469 14.644531 21 13 21 Z M 13 23 C 13.5625 23 14 23.4375 14 24 C 14 24.5625 13.5625 25 13 25 C 12.4375 25 12 24.5625 12 24 C 12 23.4375 12.4375 23 13 23 Z M 22 23 C 22.5625 23 23 23.4375 23 24 C 23 24.5625 22.5625 25 22 25 C 21.4375 25 21 24.5625 21 24 C 21 23.4375 21.4375 23 22 23 Z\"/></svg></li><li title=\"shopware \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.83 3 3 8.83 3 16 C 3 23.17 8.83 29 16 29 C 18.9 29 21.58 28.039687 23.75 26.429688 C 23.72 26.409688 23.680859 26.389375 23.630859 26.359375 C 22.510859 25.519375 20.870859 24.880703 19.130859 24.220703 C 14.760859 22.520703 10 20.61 10 15 C 10 9.76 14.800234 7 21.490234 7 C 22.460234 7 23.449922 7.0594531 24.419922 7.1894531 C 24.559922 7.2094531 24.570937 7.2104688 24.710938 7.2304688 C 25.080938 7.3104688 25.450547 7.3904688 25.810547 7.4804688 C 23.430547 4.7404687 19.91 3 16 3 z M 21.25 12 C 16.81 12 17 14.939766 17 15.009766 C 17 17.409766 19.749219 18.499531 22.949219 19.769531 C 24.499219 20.389531 26.109609 21.019141 27.599609 21.869141 C 28.489609 20.109141 29 18.11 29 16 C 29 15.82 29.000469 15.640937 28.980469 15.460938 C 28.950469 15.440937 28.910859 15.420625 28.880859 15.390625 C 26.140859 12.980625 23.94 12 21.25 12 z\"/></svg></li><li title=\"shower solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 15 4 L 15 6.09375 C 12.476563 6.511719 10.511719 8.476563 10.09375 11 L 9 11 L 9 13 L 23 13 L 23 11 L 21.90625 11 C 21.488281 8.476563 19.523438 6.511719 17 6.09375 L 17 4 Z M 16 8 C 17.917969 8 19.382813 9.25 19.8125 11 L 12.1875 11 C 12.617188 9.25 14.082031 8 16 8 Z M 14 14 C 13.449219 14 13 14.449219 13 15 C 13 15.550781 13.449219 16 14 16 C 14.550781 16 15 15.550781 15 15 C 15 14.449219 14.550781 14 14 14 Z M 18 14 C 17.449219 14 17 14.449219 17 15 C 17 15.550781 17.449219 16 18 16 C 18.550781 16 19 15.550781 19 15 C 19 14.449219 18.550781 14 18 14 Z M 12 17 C 11.449219 17 11 17.449219 11 18 C 11 18.550781 11.449219 19 12 19 C 12.550781 19 13 18.550781 13 18 C 13 17.449219 12.550781 17 12 17 Z M 16 17 C 15.449219 17 15 17.449219 15 18 C 15 18.550781 15.449219 19 16 19 C 16.550781 19 17 18.550781 17 18 C 17 17.449219 16.550781 17 16 17 Z M 20 17 C 19.449219 17 19 17.449219 19 18 C 19 18.550781 19.449219 19 20 19 C 20.550781 19 21 18.550781 21 18 C 21 17.449219 20.550781 17 20 17 Z M 10 20 C 9.449219 20 9 20.449219 9 21 C 9 21.550781 9.449219 22 10 22 C 10.550781 22 11 21.550781 11 21 C 11 20.449219 10.550781 20 10 20 Z M 14 20 C 13.449219 20 13 20.449219 13 21 C 13 21.550781 13.449219 22 14 22 C 14.550781 22 15 21.550781 15 21 C 15 20.449219 14.550781 20 14 20 Z M 18 20 C 17.449219 20 17 20.449219 17 21 C 17 21.550781 17.449219 22 18 22 C 18.550781 22 19 21.550781 19 21 C 19 20.449219 18.550781 20 18 20 Z M 22 20 C 21.449219 20 21 20.449219 21 21 C 21 21.550781 21.449219 22 22 22 C 22.550781 22 23 21.550781 23 21 C 23 20.449219 22.550781 20 22 20 Z M 8 23 C 7.449219 23 7 23.449219 7 24 C 7 24.550781 7.449219 25 8 25 C 8.550781 25 9 24.550781 9 24 C 9 23.449219 8.550781 23 8 23 Z M 12 23 C 11.449219 23 11 23.449219 11 24 C 11 24.550781 11.449219 25 12 25 C 12.550781 25 13 24.550781 13 24 C 13 23.449219 12.550781 23 12 23 Z M 16 23 C 15.449219 23 15 23.449219 15 24 C 15 24.550781 15.449219 25 16 25 C 16.550781 25 17 24.550781 17 24 C 17 23.449219 16.550781 23 16 23 Z M 20 23 C 19.449219 23 19 23.449219 19 24 C 19 24.550781 19.449219 25 20 25 C 20.550781 25 21 24.550781 21 24 C 21 23.449219 20.550781 23 20 23 Z M 24 23 C 23.449219 23 23 23.449219 23 24 C 23 24.550781 23.449219 25 24 25 C 24.550781 25 25 24.550781 25 24 C 25 23.449219 24.550781 23 24 23 Z M 6 26 C 5.449219 26 5 26.449219 5 27 C 5 27.550781 5.449219 28 6 28 C 6.550781 28 7 27.550781 7 27 C 7 26.449219 6.550781 26 6 26 Z M 10 26 C 9.449219 26 9 26.449219 9 27 C 9 27.550781 9.449219 28 10 28 C 10.550781 28 11 27.550781 11 27 C 11 26.449219 10.550781 26 10 26 Z M 14 26 C 13.449219 26 13 26.449219 13 27 C 13 27.550781 13.449219 28 14 28 C 14.550781 28 15 27.550781 15 27 C 15 26.449219 14.550781 26 14 26 Z M 18 26 C 17.449219 26 17 26.449219 17 27 C 17 27.550781 17.449219 28 18 28 C 18.550781 28 19 27.550781 19 27 C 19 26.449219 18.550781 26 18 26 Z M 22 26 C 21.449219 26 21 26.449219 21 27 C 21 27.550781 21.449219 28 22 28 C 22.550781 28 23 27.550781 23 27 C 23 26.449219 22.550781 26 22 26 Z M 26 26 C 25.449219 26 25 26.449219 25 27 C 25 27.550781 25.449219 28 26 28 C 26.550781 28 27 27.550781 27 27 C 27 26.449219 26.550781 26 26 26 Z\"/></svg></li><li title=\"shuttle van solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 C 3.355469 5 2 6.355469 2 8 L 2 25 L 5.15625 25 C 5.601563 26.71875 7.148438 28 9 28 C 10.851563 28 12.398438 26.71875 12.84375 25 L 20.15625 25 C 20.601563 26.71875 22.148438 28 24 28 C 25.851563 28 27.398438 26.71875 27.84375 25 L 31 25 L 31 14.5625 C 31 14 30.828125 13.445313 30.53125 12.96875 L 26.4375 6.40625 C 25.890625 5.53125 24.9375 5 23.90625 5 Z M 5 7 L 10 7 L 10 13 L 4 13 L 4 8 C 4 7.4375 4.4375 7 5 7 Z M 12 7 L 18 7 L 18 13 L 12 13 Z M 20 7 L 23.90625 7 C 24.253906 7 24.566406 7.175781 24.75 7.46875 L 28.1875 13 L 20 13 Z M 4 15 L 29 15 L 29 17 L 26 17 L 26 19 L 29 19 L 29 23 L 27.84375 23 C 27.398438 21.28125 25.851563 20 24 20 C 22.148438 20 20.601563 21.28125 20.15625 23 L 12.84375 23 C 12.398438 21.28125 10.851563 20 9 20 C 7.148438 20 5.601563 21.28125 5.15625 23 L 4 23 Z M 9 22 C 10.117188 22 11 22.882813 11 24 C 11 25.117188 10.117188 26 9 26 C 7.882813 26 7 25.117188 7 24 C 7 22.882813 7.882813 22 9 22 Z M 24 22 C 25.117188 22 26 22.882813 26 24 C 26 25.117188 25.117188 26 24 26 C 22.882813 26 22 25.117188 22 24 C 22 22.882813 22.882813 22 24 22 Z\"/></svg></li><li title=\"sign in alt solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 10.421875 4 5.742188 7.832031 4.40625 13 L 6.46875 13 C 7.746094 8.945313 11.53125 6 16 6 C 21.515625 6 26 10.484375 26 16 C 26 21.515625 21.515625 26 16 26 C 11.53125 26 7.746094 23.054688 6.46875 19 L 4.40625 19 C 5.742188 24.167969 10.421875 28 16 28 C 22.617188 28 28 22.617188 28 16 C 28 9.382813 22.617188 4 16 4 Z M 15.34375 11.28125 L 13.90625 12.71875 L 16.1875 15 L 4 15 L 4 17 L 16.1875 17 L 13.90625 19.28125 L 15.34375 20.71875 L 19.34375 16.71875 L 20.03125 16 L 19.34375 15.28125 Z\"/></svg></li><li title=\"sign language solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 20.224609 1.3671875 L 18.607422 2.5429688 L 26.982422 14.070312 C 26.937896 14.666625 26.639523 15.219067 26.144531 15.564453 L 23.339844 17.523438 C 22.452844 18.143438 21.248656 17.951891 20.597656 17.087891 L 14.798828 9.3984375 L 13.201172 10.601562 L 19 18.292969 C 19.788 19.336969 20.980406 19.888672 22.191406 19.888672 C 22.983406 19.888672 23.784375 19.652109 24.484375 19.162109 L 27.289062 17.203125 C 28.360062 16.456125 29 15.229828 29 13.923828 L 29 7 L 27 7 L 27 10.689453 L 20.224609 1.3671875 z M 17.210938 2.3222656 L 15.59375 3.4980469 L 20.839844 10.71875 L 22.457031 9.5429688 L 17.210938 2.3222656 z M 15.371094 4.8945312 L 13.751953 6.0703125 L 18.378906 12.4375 L 19.996094 11.261719 L 15.371094 4.8945312 z M 12.580078 15.185547 L 11.419922 16.8125 L 14.480469 19 L 3 19 L 3 21 L 17.251953 21 C 17.716967 21.377341 18 21.941045 18 22.544922 L 18 26 C 18 27.103 17.103 28 16 28 L 6 28 L 6 30 L 16 30 C 18.206 30 20 28.206 20 26 L 20 22.544922 C 20 21.255922 19.373219 20.038062 18.324219 19.289062 L 12.580078 15.185547 z M 2 22 L 2 24 L 11 24 L 11 22 L 2 22 z M 3 25 L 3 27 L 11 27 L 11 25 L 3 25 z\"/></svg></li><li title=\"sign out alt solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 9.382813 4 4 9.382813 4 16 C 4 22.617188 9.382813 28 16 28 C 20.050781 28 23.640625 25.988281 25.8125 22.90625 L 24.1875 21.75 C 22.378906 24.320313 19.390625 26 16 26 C 10.464844 26 6 21.535156 6 16 C 6 10.464844 10.464844 6 16 6 C 19.390625 6 22.375 7.679688 24.1875 10.25 L 25.8125 9.09375 C 23.640625 6.011719 20.050781 4 16 4 Z M 23.34375 11.28125 L 21.90625 12.71875 L 24.1875 15 L 12 15 L 12 17 L 24.1875 17 L 21.90625 19.28125 L 23.34375 20.71875 L 27.34375 16.71875 L 28.03125 16 L 27.34375 15.28125 Z\"/></svg></li><li title=\"sign solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6 4 L 6 6 L 4 6 L 4 8 L 6 8 L 6 28 L 8 28 L 8 8 L 28 8 L 28 6 L 8 6 L 8 4 L 6 4 z M 10 10 L 10 22 L 26 22 L 26 10 L 10 10 z M 12 12 L 24 12 L 24 20 L 12 20 L 12 12 z\"/></svg></li><li title=\"signal solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 21 4 L 21 28 L 27 28 L 27 4 Z M 13 11 L 13 28 L 19 28 L 19 11 Z M 5 18 L 5 28 L 11 28 L 11 18 Z\"/></svg></li><li title=\"signature solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 9.3125 4 C 8.558594 4 7.90625 4.367188 7.3125 4.875 C 6.71875 5.382813 6.171875 6.066406 5.6875 6.9375 C 4.71875 8.683594 4 11.132813 4 14.1875 C 4 15.753906 4.363281 17.367188 5.09375 18.65625 C 5.253906 18.9375 5.515625 19.125 5.71875 19.375 C 5.175781 20.039063 4.28125 21.28125 4.28125 21.28125 L 5.71875 22.71875 C 5.71875 22.71875 6.710938 21.351563 7.34375 20.59375 C 7.746094 20.765625 8.125 21 8.59375 21 C 10.308594 21 12.097656 20.25 13.75 19.3125 C 14.28125 19.71875 14.878906 20 15.5 20 C 17.554688 20 19.117188 18.792969 20.21875 17.71875 C 20.539063 17.40625 20.753906 17.175781 21 16.90625 C 20.996094 17.179688 20.988281 17.429688 21.0625 17.75 C 21.121094 17.992188 21.1875 18.292969 21.4375 18.5625 C 21.6875 18.832031 22.136719 19 22.5 19 C 23.230469 19 23.652344 18.664063 24.09375 18.34375 C 24.535156 18.023438 24.953125 17.640625 25.40625 17.28125 C 26.316406 16.5625 27.285156 16 28 16 L 28 14 C 26.414063 14 25.175781 14.9375 24.1875 15.71875 C 23.71875 16.089844 23.296875 16.414063 22.96875 16.65625 C 22.96875 16.601563 22.96875 16.589844 22.96875 16.53125 C 22.980469 16.167969 23.035156 15.761719 22.96875 15.3125 C 22.9375 15.089844 22.863281 14.855469 22.65625 14.5625 C 22.449219 14.269531 21.984375 14 21.59375 14 C 21.03125 14 20.824219 14.242188 20.625 14.40625 C 20.425781 14.570313 20.277344 14.738281 20.09375 14.9375 C 19.726563 15.335938 19.289063 15.816406 18.8125 16.28125 C 17.972656 17.101563 16.984375 17.722656 15.90625 17.875 C 16.621094 17.300781 17.339844 16.730469 17.84375 16.09375 C 18.507813 15.257813 19 14.40625 19 13.40625 C 19 12.84375 18.929688 12.074219 18.5 11.34375 C 18.070313 10.613281 17.144531 10 16 10 C 14.769531 10 13.648438 10.605469 12.96875 11.5625 C 12.289063 12.519531 12 13.746094 12 15.1875 C 12 16.167969 12.222656 16.980469 12.53125 17.6875 C 11.140625 18.417969 9.699219 19 8.59375 19 C 10.285156 16.464844 12 13.011719 12 8.8125 C 12 7.941406 12.007813 6.914063 11.71875 5.96875 C 11.574219 5.496094 11.34375 5.015625 10.9375 4.625 C 10.53125 4.234375 9.929688 4 9.3125 4 Z M 9.3125 6 C 9.492188 6 9.5 6.035156 9.5625 6.09375 C 9.625 6.152344 9.699219 6.296875 9.78125 6.5625 C 9.941406 7.089844 10 7.980469 10 8.8125 C 10 12.355469 8.484375 15.457031 6.96875 17.78125 C 6.933594 17.722656 6.878906 17.71875 6.84375 17.65625 C 6.324219 16.746094 6 15.421875 6 14.1875 C 6 11.441406 6.65625 9.3125 7.4375 7.90625 C 7.828125 7.203125 8.230469 6.6875 8.59375 6.375 C 8.957031 6.0625 9.265625 6 9.3125 6 Z M 16 12 C 16.554688 12 16.636719 12.132813 16.78125 12.375 C 16.925781 12.617188 17 13.066406 17 13.40625 C 17 13.65625 16.789063 14.238281 16.28125 14.875 C 15.839844 15.429688 15.167969 16.003906 14.4375 16.5625 C 14.261719 16.160156 14 15.867188 14 15.1875 C 14 14.027344 14.246094 13.179688 14.59375 12.6875 C 14.941406 12.195313 15.332031 12 16 12 Z M 4 26 L 4 28 L 28 28 L 28 26 Z\"/></svg></li><li title=\"sim card solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 9 4 C 8.476563 4 7.941406 4.183594 7.5625 4.5625 C 7.183594 4.941406 7 5.476563 7 6 L 7 26 C 7 26.523438 7.183594 27.058594 7.5625 27.4375 C 7.941406 27.816406 8.476563 28 9 28 L 23 28 C 23.523438 28 24.058594 27.816406 24.4375 27.4375 C 24.816406 27.058594 25 26.523438 25 26 L 25 11.40625 C 25 10.882813 24.722656 10.316406 24.40625 10 L 19 4.59375 C 18.683594 4.277344 18.117188 4 17.59375 4 Z M 9 6 L 17.59375 6 L 23 11.40625 L 23 26 L 9 26 Z M 11 15 L 11 24 L 21 24 L 21 15 Z M 13 17 L 19 17 L 19 22 L 13 22 Z\"/></svg></li><li title=\"simplybuilt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6 7 C 4.90625 7 4 7.90625 4 9 L 4 23 C 4 24.09375 4.90625 25 6 25 L 26 25 C 27.09375 25 28 24.09375 28 23 L 28 9 C 28 7.90625 27.09375 7 26 7 L 22 7 C 20.90625 7 20 7.90625 20 9 L 20 10 L 12 10 L 12 9 C 12 7.90625 11.09375 7 10 7 Z M 6 9 L 10 9 L 10 12 L 22 12 L 22 9 L 26 9 L 26 23 L 6 23 Z M 12 14.5 C 10.34375 14.5 9 15.84375 9 17.5 C 9 19.15625 10.34375 20.5 12 20.5 C 13.65625 20.5 15 19.15625 15 17.5 C 15 15.84375 13.65625 14.5 12 14.5 Z M 20 14.5 C 18.34375 14.5 17 15.84375 17 17.5 C 17 19.15625 18.34375 20.5 20 20.5 C 21.65625 20.5 23 19.15625 23 17.5 C 23 15.84375 21.65625 14.5 20 14.5 Z\"/></svg></li><li title=\"sistrix \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 12.5 3 C 7.262 3 3 7.262 3 12.5 C 3 17.738 7.262 22 12.5 22 C 14.759532 22 16.834269 21.203257 18.466797 19.880859 L 27.626953 29.041016 L 29.041016 27.626953 L 19.880859 18.466797 C 21.203257 16.834269 22 14.759532 22 12.5 C 22 7.262 17.738 3 12.5 3 z M 12.5 5 C 16.636 5 20 8.364 20 12.5 C 20 16.636 16.636 20 12.5 20 C 8.364 20 5 16.636 5 12.5 C 5 8.364 8.364 5 12.5 5 z\"/></svg></li><li title=\"sitemap solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 12 5 L 12 13 L 15 13 L 15 15 L 5 15 L 5 19 L 2 19 L 2 27 L 10 27 L 10 19 L 7 19 L 7 17 L 15 17 L 15 19 L 12 19 L 12 27 L 20 27 L 20 19 L 17 19 L 17 17 L 25 17 L 25 19 L 22 19 L 22 27 L 30 27 L 30 19 L 27 19 L 27 15 L 17 15 L 17 13 L 20 13 L 20 5 Z M 14 7 L 18 7 L 18 11 L 14 11 Z M 4 21 L 8 21 L 8 25 L 4 25 Z M 14 21 L 18 21 L 18 25 L 14 25 Z M 24 21 L 28 21 L 28 25 L 24 25 Z\"/></svg></li><li title=\"sith \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 4 4 L 7.734375 10.361328 L 5 10 L 8.2480469 14.058594 C 8.0918289 14.681542 8 15.329318 8 16 C 8 16.670682 8.0918289 17.318458 8.2480469 17.941406 L 5 22 L 7.734375 21.638672 L 4 28 L 10.361328 24.265625 L 10 27 L 14.058594 23.751953 C 14.681542 23.908171 15.329318 24 16 24 C 16.670682 24 17.318458 23.908171 17.941406 23.751953 L 22 27 L 21.638672 24.265625 L 28 28 L 24.265625 21.638672 L 27 22 L 23.751953 17.941406 C 23.908171 17.318458 24 16.670682 24 16 C 24 15.329318 23.908171 14.681542 23.751953 14.058594 L 27 10 L 24.265625 10.361328 L 28 4 L 21.638672 7.734375 L 22 5 L 17.941406 8.2480469 C 17.318458 8.0918289 16.670682 8 16 8 C 15.329318 8 14.681542 8.0918289 14.058594 8.2480469 L 10 5 L 10.361328 7.734375 L 4 4 z M 16 10 C 19.309 10 22 12.691 22 16 C 22 19.309 19.309 22 16 22 C 12.691 22 10 19.309 10 16 C 10 12.691 12.691 10 16 10 z M 16 12 A 4 4 0 0 0 16 20 A 4 4 0 0 0 16 12 z\"/></svg></li><li title=\"skating solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 22.5 4 C 20.578125 4 19 5.578125 19 7.5 C 19 9.421875 20.578125 11 22.5 11 C 24.421875 11 26 9.421875 26 7.5 C 26 5.578125 24.421875 4 22.5 4 Z M 22.5 6 C 23.355469 6 24 6.644531 24 7.5 C 24 8.355469 23.355469 9 22.5 9 C 21.644531 9 21 8.355469 21 7.5 C 21 6.644531 21.644531 6 22.5 6 Z M 9 9 L 9 11 L 17.59375 11 L 14 14.59375 C 13.226563 15.367188 13.226563 16.632813 14 17.40625 L 16 19.40625 L 16 24 L 18 24 L 18 19.40625 C 18 18.878906 17.78125 18.375 17.40625 18 L 15.40625 16 L 19 12.40625 C 19.601563 11.804688 19.722656 10.933594 19.4375 10.25 C 19.152344 9.566406 18.441406 9 17.59375 9 Z M 12.625 17.8125 L 9 21.4375 L 10.40625 22.84375 L 14.03125 19.21875 Z M 7 21 C 6.449219 21 6 21.449219 6 22 C 6 22.550781 6.449219 23 7 23 C 7.277344 23 7.539063 22.898438 7.71875 22.71875 C 7.898438 22.539063 8 22.277344 8 22 C 8 21.449219 7.550781 21 7 21 Z M 7.71875 22.71875 C 7.539063 22.898438 7.40625 23.128906 7.40625 23.40625 C 7.40625 23.957031 7.855469 24.40625 8.40625 24.40625 C 8.683594 24.40625 8.945313 24.304688 9.125 24.125 C 9.304688 23.945313 9.40625 23.683594 9.40625 23.40625 C 9.40625 22.855469 8.957031 22.40625 8.40625 22.40625 C 8.128906 22.40625 7.898438 22.539063 7.71875 22.71875 Z M 9.125 24.125 C 8.945313 24.304688 8.8125 24.535156 8.8125 24.8125 C 8.8125 25.363281 9.261719 25.8125 9.8125 25.8125 C 10.363281 25.8125 10.8125 25.363281 10.8125 24.8125 C 10.8125 24.261719 10.363281 23.8125 9.8125 23.8125 C 9.535156 23.8125 9.304688 23.945313 9.125 24.125 Z M 15.0625 25 C 14.511719 25 14.0625 25.449219 14.0625 26 C 14.0625 26.550781 14.511719 27 15.0625 27 C 15.613281 27 16.0625 26.550781 16.0625 26 C 16.0625 25.449219 15.613281 25 15.0625 25 Z M 16.0625 26 C 16.0625 26.550781 16.511719 27 17.0625 27 C 17.613281 27 18.0625 26.550781 18.0625 26 C 18.0625 25.449219 17.613281 25 17.0625 25 C 16.511719 25 16.0625 25.449219 16.0625 26 Z M 18.0625 26 C 18.0625 26.550781 18.511719 27 19.0625 27 C 19.613281 27 20.0625 26.550781 20.0625 26 C 20.0625 25.449219 19.613281 25 19.0625 25 C 18.511719 25 18.0625 25.449219 18.0625 26 Z\"/></svg></li><li title=\"sketch \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3.9902344 L 8.4335938 5.0703125 L 2.7304688 13.056641 L 16 28.537109 L 29.267578 13.056641 L 23.564453 5.0703125 L 16 3.9902344 z M 13.470703 6.3710938 L 10.203125 10.105469 L 10.429688 6.8066406 L 13.470703 6.3710938 z M 18.529297 6.3710938 L 21.570312 6.8046875 L 21.796875 10.105469 L 18.529297 6.3710938 z M 16 6.5195312 L 20.796875 12 L 11.203125 12 L 16 6.5195312 z M 8.2949219 8.7070312 L 8.0664062 12 L 5.9433594 12 L 8.2949219 8.7070312 z M 23.705078 8.7089844 L 26.056641 12 L 23.933594 12 L 23.705078 8.7089844 z M 6.1757812 14 L 8.3828125 14 L 11.472656 20.181641 L 6.1757812 14 z M 10.619141 14 L 21.380859 14 L 16 24.763672 L 10.619141 14 z M 23.617188 14 L 25.824219 14 L 20.527344 20.181641 L 23.617188 14 z\"/></svg></li><li title=\"skiing nordic solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 14.5 4 C 12.57 4 11 5.57 11 7.5 C 11 9.43 12.57 11 14.5 11 C 16.43 11 18 9.43 18 7.5 C 18 5.57 16.43 4 14.5 4 z M 14.5 6 C 15.327 6 16 6.673 16 7.5 C 16 8.327 15.327 9 14.5 9 C 13.673 9 13 8.327 13 7.5 C 13 6.673 13.673 6 14.5 6 z M 13.685547 11.992188 C 13.281391 11.952719 12.869469 12.037281 12.511719 12.238281 C 12.034719 12.506281 11.683594 12.965797 11.558594 13.466797 L 10.060547 18.740234 C 9.8645469 19.523234 10.155453 20.341938 10.814453 20.835938 L 14.019531 23.177734 L 14.78125 27 L 9.9550781 27 L 10.984375 25.587891 C 11.055375 25.456891 11.116062 25.3215 11.164062 25.1875 L 11.992188 22.921875 L 10.306641 21.703125 L 9.2832031 24.507812 C 9.2662031 24.552813 9.2466094 24.596719 9.2246094 24.636719 L 7.5019531 27 L 3 27 L 3 29 L 24.486328 29 C 26.512328 29 28.302406 27.709062 28.941406 25.789062 L 29 25.617188 L 27.103516 24.984375 L 27.046875 25.15625 C 26.677875 26.25825 25.649328 27 24.486328 27 L 21 27 L 21 16 L 16.755859 16 L 15.970703 13.664062 C 15.801703 12.992063 15.285047 12.447234 14.623047 12.240234 L 14.085938 12.074219 C 13.955687 12.033219 13.820266 12.005344 13.685547 11.992188 z M 13.490234 13.984375 L 14.056641 14.238281 L 14.841797 16.46875 C 15.063797 17.36075 15.86125 17.982422 16.78125 17.982422 L 19 17.982422 L 19 27 L 16.820312 27 L 15.986328 22.818359 C 15.902328 22.307359 15.627219 21.856156 15.199219 21.535156 L 11.992188 19.255859 L 13.490234 13.984375 z\"/></svg></li><li title=\"skiing solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 24 4 C 22.355469 4 21 5.355469 21 7 C 21 8.644531 22.355469 10 24 10 C 25.644531 10 27 8.644531 27 7 C 27 5.355469 25.644531 4 24 4 Z M 8.03125 4.21875 L 6.875 5.8125 L 13.1875 10.40625 C 13.078125 10.523438 12.949219 10.632813 12.84375 10.75 C 11.546875 12.167969 11.808594 14.464844 13.40625 15.53125 L 17.09375 17.96875 L 13.28125 20.21875 L 5.5 15.75 L 4.5 17.5 L 22.03125 27.5625 C 22.0625 27.574219 22.09375 27.585938 22.125 27.59375 C 22.125 27.59375 22.832031 27.9375 23.75 28 C 24.667969 28.0625 25.972656 27.796875 26.8125 26.65625 L 25.21875 25.46875 C 24.851563 25.96875 24.425781 26.035156 23.90625 26 C 23.4375 25.96875 23.105469 25.84375 23.03125 25.8125 L 22.9375 25.78125 L 15.25 21.375 L 18.09375 19.6875 C 19.324219 18.957031 19.378906 17.109375 18.1875 16.3125 L 14.53125 13.875 C 13.917969 13.464844 13.816406 12.636719 14.3125 12.09375 C 14.839844 11.515625 15.425781 10.894531 15.96875 10.375 C 16.75 9.625 17.777344 9.28125 18.59375 9.125 C 18.8125 9.082031 18.96875 9.230469 18.96875 9.46875 L 19 13.46875 L 19 13.9375 L 19.40625 14.25 L 23.375 17.28125 L 24.59375 15.71875 L 21 12.96875 L 20.96875 9.46875 C 20.960938 8.027344 19.621094 6.878906 18.1875 7.15625 C 17.125 7.363281 15.75 7.828125 14.59375 8.9375 Z M 24 6 C 24.5625 6 25 6.4375 25 7 C 25 7.5625 24.5625 8 24 8 C 23.4375 8 23 7.5625 23 7 C 23 6.4375 23.4375 6 24 6 Z\"/></svg></li><li title=\"skull crossbones solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6.5 3 C 5.671875 3 5 3.671875 5 4.5 C 5 4.734375 5.0625 4.960938 5.15625 5.15625 C 4.960938 5.0625 4.734375 5 4.5 5 C 3.671875 5 3 5.671875 3 6.5 C 3 7.328125 3.671875 8 4.5 8 C 5.070313 8 5.558594 7.6875 5.8125 7.21875 L 8.53125 9.96875 C 7.828125 11.007813 7.335938 12.214844 7.125 13.5 C 6.796875 15.492188 7.183594 17.371094 8 19 L 8 20 C 8 20.710938 8.265625 21.359375 8.6875 21.875 L 5.8125 24.75 C 5.554688 24.296875 5.058594 24 4.5 24 C 3.671875 24 3 24.671875 3 25.5 C 3 26.328125 3.671875 27 4.5 27 C 4.734375 27 4.960938 26.9375 5.15625 26.84375 C 5.058594 27.039063 5 27.265625 5 27.5 C 5 28.328125 5.671875 29 6.5 29 C 7.328125 29 8 28.328125 8 27.5 C 8 26.941406 7.703125 26.445313 7.25 26.1875 L 10.5 22.9375 C 10.664063 22.964844 10.828125 23 11 23 C 11 24.644531 12.355469 26 14 26 L 18 26 C 19.644531 26 21 24.644531 21 23 C 21.171875 23 21.335938 22.964844 21.5 22.9375 L 24.75 26.1875 C 24.296875 26.445313 24 26.941406 24 27.5 C 24 28.328125 24.671875 29 25.5 29 C 26.328125 29 27 28.328125 27 27.5 C 27 27.265625 26.9375 27.039063 26.84375 26.84375 C 27.039063 26.9375 27.265625 27 27.5 27 C 28.328125 27 29 26.328125 29 25.5 C 29 24.671875 28.328125 24 27.5 24 C 26.941406 24 26.445313 24.296875 26.1875 24.75 L 23.3125 21.875 C 23.734375 21.359375 24 20.710938 24 20 L 24 19.03125 C 24.617188 17.8125 25 16.457031 25 15 C 25 13.136719 24.417969 11.40625 23.4375 9.96875 L 26.1875 7.21875 C 26.441406 7.6875 26.929688 8 27.5 8 C 28.328125 8 29 7.328125 29 6.5 C 29 5.671875 28.328125 5 27.5 5 C 27.265625 5 27.039063 5.0625 26.84375 5.15625 C 26.9375 4.960938 27 4.734375 27 4.5 C 27 3.671875 26.328125 3 25.5 3 C 24.671875 3 24 3.671875 24 4.5 C 24 5.070313 24.3125 5.558594 24.78125 5.8125 L 22.125 8.4375 C 20.5 6.921875 18.320313 5.988281 15.9375 6 C 15.605469 6 15.277344 6.023438 14.9375 6.0625 C 12.996094 6.285156 11.214844 7.125 9.84375 8.40625 L 7.21875 5.8125 C 7.6875 5.558594 8 5.070313 8 4.5 C 8 3.671875 7.328125 3 6.5 3 Z M 15.96875 8 C 19.871094 7.976563 23 11.109375 23 15 C 23 16.230469 22.683594 17.371094 22.125 18.375 L 22 18.625 L 22 20 C 22 20.566406 21.566406 21 21 21 L 19 21 L 19 23 C 19 23.566406 18.566406 24 18 24 L 14 24 C 13.433594 24 13 23.566406 13 23 L 13 21 L 11 21 C 10.433594 21 10 20.566406 10 20 L 10 18.625 L 9.875 18.375 C 9.144531 17.054688 8.816406 15.492188 9.09375 13.8125 C 9.585938 10.796875 12.148438 8.40625 15.1875 8.0625 C 15.453125 8.03125 15.707031 8 15.96875 8 Z M 13 15 C 11.894531 15 11 15.894531 11 17 C 11 18.105469 11.894531 19 13 19 C 14.105469 19 15 18.105469 15 17 C 15 15.894531 14.105469 15 13 15 Z M 19 15 C 17.894531 15 17 15.894531 17 17 C 17 18.105469 17.894531 19 19 19 C 20.105469 19 21 18.105469 21 17 C 21 15.894531 20.105469 15 19 15 Z M 15 20 L 15 22 L 17 22 L 17 20 Z\"/></svg></li><li title=\"skull solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 13.082031 4 10.347656 4.761719 8.3125 6.34375 C 6.277344 7.925781 5 10.375 5 13.4375 C 5 16.242188 6.378906 18.425781 7.125 19.40625 C 7.0625 19.730469 7 20.070313 7 20.46875 C 7 21.660156 7.714844 22.660156 8.65625 23.21875 C 9.316406 23.609375 10.171875 23.679688 11 23.78125 L 11 26.40625 L 11.3125 26.71875 C 11.3125 26.71875 11.746094 27.136719 12.5 27.4375 C 13.253906 27.738281 14.398438 28 16 28 C 17.601563 28 18.746094 27.738281 19.5 27.4375 C 20.253906 27.136719 20.6875 26.71875 20.6875 26.71875 L 21 26.40625 L 21 23.78125 C 21.828125 23.679688 22.683594 23.609375 23.34375 23.21875 C 24.285156 22.660156 25 21.660156 25 20.46875 C 25 20.070313 24.9375 19.730469 24.875 19.40625 C 25.621094 18.425781 27 16.242188 27 13.4375 C 27 10.371094 25.722656 7.925781 23.6875 6.34375 C 21.652344 4.761719 18.917969 4 16 4 Z M 16 6 C 18.574219 6 20.847656 6.671875 22.4375 7.90625 C 24.027344 9.140625 25 10.910156 25 13.4375 C 25 14.796875 24.5625 16 24.09375 16.90625 C 24.042969 16.660156 24 16.386719 24 16 L 22 16 C 22 17.238281 22.339844 18.058594 22.59375 18.65625 C 22.847656 19.253906 23 19.621094 23 20.46875 C 23 20.949219 22.816406 21.203125 22.3125 21.5 C 21.808594 21.796875 20.976563 22 20 22 L 19 22 L 19 25.4375 C 18.917969 25.484375 18.972656 25.472656 18.75 25.5625 C 18.25 25.761719 17.378906 26 16 26 C 14.621094 26 13.75 25.761719 13.25 25.5625 C 13.027344 25.472656 13.082031 25.484375 13 25.4375 L 13 22 L 12 22 C 11.023438 22 10.191406 21.796875 9.6875 21.5 C 9.183594 21.203125 9 20.949219 9 20.46875 C 9 19.621094 9.152344 19.253906 9.40625 18.65625 C 9.660156 18.058594 10 17.238281 10 16 L 8 16 C 8 16.386719 7.957031 16.660156 7.90625 16.90625 C 7.4375 16 7 14.796875 7 13.4375 C 7 10.910156 7.972656 9.140625 9.5625 7.90625 C 11.152344 6.671875 13.425781 6 16 6 Z M 13 16 C 11.894531 16 11 16.894531 11 18 C 11 19.105469 11.894531 20 13 20 C 14.105469 20 15 19.105469 15 18 C 15 16.894531 14.105469 16 13 16 Z M 19 16 C 17.894531 16 17 16.894531 17 18 C 17 19.105469 17.894531 20 19 20 C 20.105469 20 21 19.105469 21 18 C 21 16.894531 20.105469 16 19 16 Z M 16 19.75 C 16 19.75 14.75 21.34375 14.75 22.09375 C 14.75 22.46875 15 22.65625 15.25 22.65625 C 15.667969 22.65625 16 21.90625 16 21.90625 C 16 21.90625 16.332031 22.65625 16.75 22.65625 C 17 22.65625 17.25 22.46875 17.25 22.09375 C 17.25 21.34375 16 19.75 16 19.75 Z\"/></svg></li><li title=\"skyatlas \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 17.804688 6.59375 C 19.660156 6.59375 24.707031 8.054688 24.707031 13.476563 C 24.707031 13.804688 24.636719 14.578125 24.636719 14.578125 C 24.636719 14.578125 25.554688 14.296875 26.585938 14.296875 C 27.949219 14.296875 32 15.367188 32 19.6875 C 32 23.796875 28.464844 25.40625 26.210938 25.40625 C 17.96875 25.40625 16.136719 12.886719 8.199219 12.886719 C 4.511719 12.886719 2.632813 15.589844 2.632813 18.007813 C 2.632813 21.625 5.332031 23.550781 8.339844 23.550781 C 12.847656 23.550781 15.398438 20.59375 15.757813 20.59375 C 16.183594 20.59375 16.371094 20.832031 16.371094 21.066406 C 16.371094 22.027344 12.285156 25.40625 7.914063 25.40625 C 3.652344 25.40625 0 22.703125 0 18.007813 C 0 13.734375 3.546875 10.65625 7.65625 10.65625 C 16.878906 10.65625 18.6875 23.011719 25.742188 23.011719 C 28.253906 23.011719 29.5 21.226563 29.5 19.628906 C 29.5 17.632813 28.042969 15.988281 25.976563 15.988281 C 25.128906 15.988281 24.238281 16.554688 23.628906 16.554688 C 23.015625 16.554688 22.78125 16.128906 22.78125 15.753906 C 22.78125 15.308594 23.109375 14.554688 23.109375 13.710938 C 23.109375 12.261719 21.972656 8.191406 17.238281 8.191406 C 14.46875 8.191406 13.292969 10.070313 12.777344 10.070313 C 12.257813 10.070313 12.210938 9.8125 12.210938 9.484375 C 12.214844 9.152344 13.996094 6.59375 17.804688 6.59375 Z\"/></svg></li><li title=\"skype \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 11 4 C 7.144531 4 4 7.144531 4 11 C 4 12.03125 4.316406 12.988281 4.71875 13.875 C 4.589844 14.566406 4.5 15.269531 4.5 16 C 4.5 22.339844 9.660156 27.5 16 27.5 C 16.730469 27.5 17.433594 27.410156 18.125 27.28125 C 19.011719 27.683594 19.96875 28 21 28 C 24.855469 28 28 24.855469 28 21 C 28 19.96875 27.683594 19.011719 27.28125 18.125 C 27.410156 17.433594 27.5 16.730469 27.5 16 C 27.5 9.660156 22.339844 4.5 16 4.5 C 15.269531 4.5 14.566406 4.589844 13.875 4.71875 C 12.988281 4.316406 12.03125 4 11 4 Z M 11 6 C 11.863281 6 12.667969 6.210938 13.375 6.59375 C 13.585938 6.707031 13.828125 6.738281 14.0625 6.6875 C 14.691406 6.558594 15.332031 6.5 16 6.5 C 21.257813 6.5 25.5 10.742188 25.5 16 C 25.5 16.667969 25.441406 17.308594 25.3125 17.9375 C 25.261719 18.171875 25.292969 18.414063 25.40625 18.625 C 25.789063 19.332031 26 20.136719 26 21 C 26 23.773438 23.773438 26 21 26 C 20.136719 26 19.332031 25.789063 18.625 25.40625 C 18.414063 25.292969 18.171875 25.261719 17.9375 25.3125 C 17.308594 25.441406 16.667969 25.5 16 25.5 C 10.742188 25.5 6.5 21.257813 6.5 16 C 6.5 15.332031 6.558594 14.691406 6.6875 14.0625 C 6.738281 13.828125 6.707031 13.585938 6.59375 13.375 C 6.210938 12.667969 6 11.863281 6 11 C 6 8.226563 8.226563 6 11 6 Z M 15.84375 9.15625 C 13.371094 9.15625 10.71875 10.203125 10.71875 13 C 10.71875 14.347656 11.195313 15.773438 13.84375 16.4375 L 17.15625 17.25 C 18.152344 17.496094 18.40625 18.058594 18.40625 18.5625 C 18.40625 19.402344 17.574219 20.21875 16.0625 20.21875 C 13.109375 20.21875 13.488281 17.96875 11.90625 17.96875 C 11.195313 17.96875 10.6875 18.457031 10.6875 19.15625 C 10.6875 20.519531 12.363281 22.3125 16.0625 22.3125 C 19.582031 22.3125 21.3125 20.613281 21.3125 18.34375 C 21.3125 16.875 20.636719 15.34375 17.96875 14.75 L 15.53125 14.1875 C 14.605469 13.976563 13.53125 13.714844 13.53125 12.84375 C 13.53125 11.96875 14.273438 11.34375 15.625 11.34375 C 18.347656 11.34375 18.117188 13.21875 19.46875 13.21875 C 20.179688 13.21875 20.78125 12.8125 20.78125 12.09375 C 20.78125 10.414063 18.121094 9.15625 15.84375 9.15625 Z\"/></svg></li><li title=\"slack hash \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 17.65625 3 C 17.375 2.976563 17.0625 3.03125 16.78125 3.125 C 15.652344 3.503906 15.058594 4.714844 15.4375 5.84375 L 16.34375 8.5 L 11.21875 10.21875 L 10.375 7.65625 C 9.996094 6.527344 8.785156 5.933594 7.65625 6.3125 C 6.523438 6.691406 5.902344 7.902344 6.28125 9.03125 L 7.125 11.5625 L 4.46875 12.46875 C 3.339844 12.847656 2.746094 14.089844 3.125 15.21875 C 3.503906 16.347656 4.714844 16.941406 5.84375 16.5625 L 8.5 15.6875 L 10.21875 20.78125 L 7.65625 21.625 C 6.527344 22.003906 5.933594 23.214844 6.3125 24.34375 C 6.691406 25.476563 7.902344 26.097656 9.03125 25.71875 L 11.5625 24.875 L 12.46875 27.53125 C 12.847656 28.660156 14.089844 29.253906 15.21875 28.875 C 16.347656 28.496094 16.941406 27.285156 16.5625 26.15625 L 15.6875 23.5 L 20.78125 21.78125 L 21.625 24.34375 C 22.003906 25.472656 23.214844 26.066406 24.34375 25.6875 C 25.476563 25.308594 26.097656 24.097656 25.71875 22.96875 L 24.875 20.4375 L 27.53125 19.53125 C 28.660156 19.152344 29.253906 17.910156 28.875 16.78125 C 28.496094 15.652344 27.285156 15.058594 26.15625 15.4375 L 23.5 16.3125 L 21.78125 11.21875 L 24.34375 10.375 C 25.472656 9.996094 26.066406 8.785156 25.6875 7.65625 C 25.308594 6.527344 24.097656 5.902344 22.96875 6.28125 L 20.4375 7.125 L 19.53125 4.46875 C 19.246094 3.621094 18.496094 3.066406 17.65625 3 Z M 17.6875 12.59375 L 19.40625 17.6875 L 14.3125 19.40625 L 12.59375 14.3125 Z\"/></svg></li><li title=\"slack \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 17.65625 3 C 17.375 2.976563 17.0625 3.03125 16.78125 3.125 C 15.652344 3.503906 15.058594 4.714844 15.4375 5.84375 L 16.34375 8.5 L 11.21875 10.21875 L 10.375 7.65625 C 9.996094 6.527344 8.785156 5.933594 7.65625 6.3125 C 6.523438 6.691406 5.902344 7.902344 6.28125 9.03125 L 7.125 11.5625 L 4.46875 12.46875 C 3.339844 12.847656 2.746094 14.089844 3.125 15.21875 C 3.503906 16.347656 4.714844 16.941406 5.84375 16.5625 L 8.5 15.6875 L 10.21875 20.78125 L 7.65625 21.625 C 6.527344 22.003906 5.933594 23.214844 6.3125 24.34375 C 6.691406 25.476563 7.902344 26.097656 9.03125 25.71875 L 11.5625 24.875 L 12.46875 27.53125 C 12.847656 28.660156 14.089844 29.253906 15.21875 28.875 C 16.347656 28.496094 16.941406 27.285156 16.5625 26.15625 L 15.6875 23.5 L 20.78125 21.78125 L 21.625 24.34375 C 22.003906 25.472656 23.214844 26.066406 24.34375 25.6875 C 25.476563 25.308594 26.097656 24.097656 25.71875 22.96875 L 24.875 20.4375 L 27.53125 19.53125 C 28.660156 19.152344 29.253906 17.910156 28.875 16.78125 C 28.496094 15.652344 27.285156 15.058594 26.15625 15.4375 L 23.5 16.3125 L 21.78125 11.21875 L 24.34375 10.375 C 25.472656 9.996094 26.066406 8.785156 25.6875 7.65625 C 25.308594 6.527344 24.097656 5.902344 22.96875 6.28125 L 20.4375 7.125 L 19.53125 4.46875 C 19.246094 3.621094 18.496094 3.066406 17.65625 3 Z M 17.6875 12.59375 L 19.40625 17.6875 L 14.3125 19.40625 L 12.59375 14.3125 Z\"/></svg></li><li title=\"slash solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 26.28125 4.28125 L 4.28125 26.28125 L 5.71875 27.71875 L 27.71875 5.71875 Z\"/></svg></li><li title=\"sleigh solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 4.5 7 C 3.132813 7 2 8.132813 2 9.5 L 2 10 L 4 10 L 4 9.5 C 4 9.214844 4.214844 9 4.5 9 C 4.757813 9 5 9.273438 5 9.5 C 5 9.703125 4.660156 10.332031 4.125 11.3125 C 3.589844 12.292969 3 13.652344 3 15.5 C 3 18.351563 5.210938 20.714844 8 20.96875 L 8 23 L 3 23 L 3 25 L 27 25 C 28.644531 25 30 23.644531 30 22 C 30 20.355469 28.644531 19 27 19 L 27 21 C 27.566406 21 28 21.433594 28 22 C 28 22.566406 27.566406 23 27 23 L 22 23 L 22 20.78125 C 24.296875 20.121094 26 18 26 15.5 L 26 13 C 26 12.433594 26.433594 12 27 12 C 27.566406 12 28 12.433594 28 13 L 30 13 C 30 11.355469 28.644531 10 27 10 C 25.355469 10 24 11.355469 24 13 C 24 14.269531 23.550781 14.550781 23.0625 14.78125 C 22.574219 15.011719 22.0625 15 22.0625 15 L 17 15 C 15.859375 15 15.542969 14.578125 15.28125 14.0625 C 15.019531 13.546875 15 13 15 13 L 15 12 C 15 9.71875 13.695313 8.289063 12.46875 7.65625 C 11.242188 7.023438 10.03125 7 10.03125 7 Z M 6.9375 9 L 10 9 C 10.027344 9 10.773438 9.046875 11.53125 9.4375 C 12.304688 9.835938 13 10.40625 13 12 L 13 13 C 13 13 13 13.953125 13.5 14.9375 C 14 15.921875 15.183594 17 17 17 L 21.9375 17 C 21.9375 17 22 17 22 17 C 22.050781 17.003906 22.867188 17.042969 23.78125 16.65625 C 23.304688 18.023438 22.027344 19 20.5 19 L 8.5 19 C 6.570313 19 5 17.429688 5 15.5 C 5 14.054688 5.410156 13.101563 5.875 12.25 C 6.339844 11.398438 7 10.671875 7 9.5 C 7 9.332031 6.96875 9.160156 6.9375 9 Z M 10 21 L 20 21 L 20 23 L 10 23 Z\"/></svg></li><li title=\"sliders h solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 15 5 C 13.707031 5 12.605469 5.84375 12.1875 7 L 4 7 L 4 9 L 12.1875 9 C 12.605469 10.15625 13.707031 11 15 11 C 16.292969 11 17.394531 10.15625 17.8125 9 L 28 9 L 28 7 L 17.8125 7 C 17.394531 5.84375 16.292969 5 15 5 Z M 15 7 C 15.5625 7 16 7.4375 16 8 C 16 8.5625 15.5625 9 15 9 C 14.4375 9 14 8.5625 14 8 C 14 7.4375 14.4375 7 15 7 Z M 22 13 C 20.707031 13 19.605469 13.84375 19.1875 15 L 4 15 L 4 17 L 19.1875 17 C 19.605469 18.15625 20.707031 19 22 19 C 23.292969 19 24.394531 18.15625 24.8125 17 L 28 17 L 28 15 L 24.8125 15 C 24.394531 13.84375 23.292969 13 22 13 Z M 22 15 C 22.5625 15 23 15.4375 23 16 C 23 16.5625 22.5625 17 22 17 C 21.4375 17 21 16.5625 21 16 C 21 15.4375 21.4375 15 22 15 Z M 11 21 C 9.707031 21 8.605469 21.84375 8.1875 23 L 4 23 L 4 25 L 8.1875 25 C 8.605469 26.15625 9.707031 27 11 27 C 12.292969 27 13.394531 26.15625 13.8125 25 L 28 25 L 28 23 L 13.8125 23 C 13.394531 21.84375 12.292969 21 11 21 Z M 11 23 C 11.5625 23 12 23.4375 12 24 C 12 24.5625 11.5625 25 11 25 C 10.4375 25 10 24.5625 10 24 C 10 23.4375 10.4375 23 11 23 Z\"/></svg></li><li title=\"slideshare \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 8 4 C 6.355469 4 5 5.355469 5 7 L 5 15.40625 C 4.230469 14.960938 3.628906 14.5625 3.5 14.5625 C 3.140625 14.5625 3 14.90625 3 15.125 C 3 16.246094 6.335938 18.40625 8.4375 19.1875 C 8.4375 19.1875 7.90625 20.738281 7.90625 22.5 C 7.90625 24.261719 8.992188 28 12.4375 28 C 12.4375 28 15 27.992188 15 25.46875 L 15 20.5 L 17 21.09375 L 17 25.46875 C 17 27.992188 19.5625 28 19.5625 28 C 23.007813 28 24.09375 24.261719 24.09375 22.5 C 24.09375 20.738281 23.5625 19.1875 23.5625 19.1875 C 25.664063 18.40625 29 16.246094 29 15.125 C 29 14.90625 28.859375 14.5625 28.5 14.5625 C 28.371094 14.5625 27.769531 14.960938 27 15.40625 L 27 7 C 27 5.355469 25.644531 4 24 4 Z M 8 6 L 24 6 C 24.566406 6 25 6.433594 25 7 L 25 16.40625 C 23.886719 16.871094 22.601563 17.25 21.28125 17.25 C 19.820313 17.25 18.902344 17.15625 18.28125 17.15625 C 17.078125 17.15625 17 18.4375 17 18.4375 L 17 19.34375 L 14.65625 17.5625 C 14.46875 17.339844 14.167969 17.15625 13.71875 17.15625 C 13.097656 17.15625 12.179688 17.25 10.71875 17.25 C 9.398438 17.25 8.113281 16.871094 7 16.40625 L 7 7 C 7 6.433594 7.433594 6 8 6 Z M 12.3125 10.96875 C 10.835938 10.96875 9.65625 12.113281 9.65625 13.5 C 9.65625 14.886719 10.835938 16 12.3125 16 C 13.789063 16 15 14.886719 15 13.5 C 15 12.113281 13.789063 10.96875 12.3125 10.96875 Z M 19.6875 10.96875 C 18.210938 10.96875 17 12.113281 17 13.5 C 17 14.886719 18.210938 16 19.6875 16 C 21.164063 16 22.34375 14.886719 22.34375 13.5 C 22.34375 12.113281 21.164063 10.96875 19.6875 10.96875 Z\"/></svg></li><li title=\"smile beam solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 8.832 23.168 3 16 3 z M 16 5 C 22.065 5 27 9.935 27 16 C 27 22.065 22.065 27 16 27 C 9.935 27 5 22.065 5 16 C 5 9.935 9.935 5 16 5 z M 11 12 C 8.906 12 7.390625 13.207031 7.390625 13.207031 L 8.609375 14.792969 C 8.609375 14.792969 9.6929531 14 11.001953 14 C 12.310953 14 13.392578 14.792969 13.392578 14.792969 L 14.611328 13.207031 C 14.609328 13.207031 13.094 12 11 12 z M 21 12 C 18.906 12 17.390625 13.207031 17.390625 13.207031 L 18.609375 14.792969 C 18.609375 14.792969 19.692953 14 21.001953 14 C 22.310953 14 23.392578 14.792969 23.392578 14.792969 L 24.611328 13.207031 C 24.609328 13.207031 23.094 12 21 12 z M 10.810547 19 L 9.0898438 20 C 9.2635938 20.29875 9.455 20.584668 9.6640625 20.857422 C 9.873125 21.130176 10.100547 21.389297 10.341797 21.632812 C 10.824297 22.119844 11.368438 22.545859 11.960938 22.896484 C 12.257188 23.071797 12.56375 23.228887 12.882812 23.365234 C 13.201875 23.501582 13.532344 23.616797 13.871094 23.710938 C 14.209844 23.805078 14.55875 23.87709 14.914062 23.925781 C 15.269375 23.974473 15.63125 24 16 24 C 16.36875 24 16.730625 23.974473 17.085938 23.925781 C 18.8625 23.682324 20.451953 22.850391 21.658203 21.632812 C 21.899453 21.389297 22.126875 21.130176 22.335938 20.857422 C 22.545 20.584668 22.736406 20.29875 22.910156 20 L 21.189453 19 C 20.279453 20.56625 18.695957 21.689238 16.820312 21.945312 C 16.552363 21.981895 16.27875 22 16 22 C 15.72125 22 15.447637 21.981895 15.179688 21.945312 C 14.911738 21.90873 14.649453 21.853906 14.394531 21.783203 C 13.884688 21.641797 13.403359 21.435 12.958984 21.171875 C 12.514609 20.90875 12.107188 20.589766 11.746094 20.224609 C 11.565547 20.042031 11.396621 19.846973 11.240234 19.642578 C 11.083848 19.438184 10.940547 19.22375 10.810547 19 z\"/></svg></li><li title=\"smile beam \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 8.832 23.168 3 16 3 z M 16 5 C 22.065 5 27 9.935 27 16 C 27 22.065 22.065 27 16 27 C 9.935 27 5 22.065 5 16 C 5 9.935 9.935 5 16 5 z M 11 12 C 8.906 12 7.390625 13.207031 7.390625 13.207031 L 8.609375 14.792969 C 8.609375 14.792969 9.6929531 14 11.001953 14 C 12.310953 14 13.392578 14.792969 13.392578 14.792969 L 14.611328 13.207031 C 14.609328 13.207031 13.094 12 11 12 z M 21 12 C 18.906 12 17.390625 13.207031 17.390625 13.207031 L 18.609375 14.792969 C 18.609375 14.792969 19.692953 14 21.001953 14 C 22.310953 14 23.392578 14.792969 23.392578 14.792969 L 24.611328 13.207031 C 24.609328 13.207031 23.094 12 21 12 z M 10.810547 19 L 9.0898438 20 C 9.2635938 20.29875 9.455 20.584668 9.6640625 20.857422 C 9.873125 21.130176 10.100547 21.389297 10.341797 21.632812 C 10.824297 22.119844 11.368438 22.545859 11.960938 22.896484 C 12.257188 23.071797 12.56375 23.228887 12.882812 23.365234 C 13.201875 23.501582 13.532344 23.616797 13.871094 23.710938 C 14.209844 23.805078 14.55875 23.87709 14.914062 23.925781 C 15.269375 23.974473 15.63125 24 16 24 C 16.36875 24 16.730625 23.974473 17.085938 23.925781 C 18.8625 23.682324 20.451953 22.850391 21.658203 21.632812 C 21.899453 21.389297 22.126875 21.130176 22.335938 20.857422 C 22.545 20.584668 22.736406 20.29875 22.910156 20 L 21.189453 19 C 20.279453 20.56625 18.695957 21.689238 16.820312 21.945312 C 16.552363 21.981895 16.27875 22 16 22 C 15.72125 22 15.447637 21.981895 15.179688 21.945312 C 14.911738 21.90873 14.649453 21.853906 14.394531 21.783203 C 13.884688 21.641797 13.403359 21.435 12.958984 21.171875 C 12.514609 20.90875 12.107188 20.589766 11.746094 20.224609 C 11.565547 20.042031 11.396621 19.846973 11.240234 19.642578 C 11.083848 19.438184 10.940547 19.22375 10.810547 19 z\"/></svg></li><li title=\"smile solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 9.382813 4 4 9.382813 4 16 C 4 22.617188 9.382813 28 16 28 C 22.617188 28 28 22.617188 28 16 C 28 9.382813 22.617188 4 16 4 Z M 16 6 C 21.535156 6 26 10.464844 26 16 C 26 21.535156 21.535156 26 16 26 C 10.464844 26 6 21.535156 6 16 C 6 10.464844 10.464844 6 16 6 Z M 11.5 12 C 10.671875 12 10 12.671875 10 13.5 C 10 14.328125 10.671875 15 11.5 15 C 12.328125 15 13 14.328125 13 13.5 C 13 12.671875 12.328125 12 11.5 12 Z M 20.5 12 C 19.671875 12 19 12.671875 19 13.5 C 19 14.328125 19.671875 15 20.5 15 C 21.328125 15 22 14.328125 22 13.5 C 22 12.671875 21.328125 12 20.5 12 Z M 10.8125 19 L 9.09375 20 C 10.476563 22.386719 13.046875 24 16 24 C 18.953125 24 21.523438 22.386719 22.90625 20 L 21.1875 19 C 20.148438 20.792969 18.226563 22 16 22 C 13.773438 22 11.851563 20.792969 10.8125 19 Z\"/></svg></li><li title=\"smile wink solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 9.382813 4 4 9.382813 4 16 C 4 22.617188 9.382813 28 16 28 C 22.617188 28 28 22.617188 28 16 C 28 9.382813 22.617188 4 16 4 Z M 16 6 C 21.535156 6 26 10.464844 26 16 C 26 21.535156 21.535156 26 16 26 C 10.464844 26 6 21.535156 6 16 C 6 10.464844 10.464844 6 16 6 Z M 11.5 12 C 10.671875 12 10 12.671875 10 13.5 C 10 14.328125 10.671875 15 11.5 15 C 12.328125 15 13 14.328125 13 13.5 C 13 12.671875 12.328125 12 11.5 12 Z M 18 13 L 18 15 L 23 15 L 23 13 Z M 20.96875 17.03125 C 20.96875 18.714844 20.292969 19.882813 19.3125 20.71875 C 18.332031 21.554688 17.035156 22 16 22 C 13.878906 22 12.4375 21.140625 11.3125 20.03125 L 9.90625 21.46875 C 11.300781 22.839844 13.320313 24 16 24 C 17.554688 24 19.261719 23.414063 20.625 22.25 C 21.988281 21.085938 22.96875 19.289063 22.96875 17.03125 Z\"/></svg></li><li title=\"smile wink \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 9.382813 4 4 9.382813 4 16 C 4 22.617188 9.382813 28 16 28 C 22.617188 28 28 22.617188 28 16 C 28 9.382813 22.617188 4 16 4 Z M 16 6 C 21.535156 6 26 10.464844 26 16 C 26 21.535156 21.535156 26 16 26 C 10.464844 26 6 21.535156 6 16 C 6 10.464844 10.464844 6 16 6 Z M 11.5 12 C 10.671875 12 10 12.671875 10 13.5 C 10 14.328125 10.671875 15 11.5 15 C 12.328125 15 13 14.328125 13 13.5 C 13 12.671875 12.328125 12 11.5 12 Z M 18 13 L 18 15 L 23 15 L 23 13 Z M 20.96875 17.03125 C 20.96875 18.714844 20.292969 19.882813 19.3125 20.71875 C 18.332031 21.554688 17.035156 22 16 22 C 13.878906 22 12.4375 21.140625 11.3125 20.03125 L 9.90625 21.46875 C 11.300781 22.839844 13.320313 24 16 24 C 17.554688 24 19.261719 23.414063 20.625 22.25 C 21.988281 21.085938 22.96875 19.289063 22.96875 17.03125 Z\"/></svg></li><li title=\"smile \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 9.382813 4 4 9.382813 4 16 C 4 22.617188 9.382813 28 16 28 C 22.617188 28 28 22.617188 28 16 C 28 9.382813 22.617188 4 16 4 Z M 16 6 C 21.535156 6 26 10.464844 26 16 C 26 21.535156 21.535156 26 16 26 C 10.464844 26 6 21.535156 6 16 C 6 10.464844 10.464844 6 16 6 Z M 11.5 12 C 10.671875 12 10 12.671875 10 13.5 C 10 14.328125 10.671875 15 11.5 15 C 12.328125 15 13 14.328125 13 13.5 C 13 12.671875 12.328125 12 11.5 12 Z M 20.5 12 C 19.671875 12 19 12.671875 19 13.5 C 19 14.328125 19.671875 15 20.5 15 C 21.328125 15 22 14.328125 22 13.5 C 22 12.671875 21.328125 12 20.5 12 Z M 10.8125 19 L 9.09375 20 C 10.476563 22.386719 13.046875 24 16 24 C 18.953125 24 21.523438 22.386719 22.90625 20 L 21.1875 19 C 20.148438 20.792969 18.226563 22 16 22 C 13.773438 22 11.851563 20.792969 10.8125 19 Z\"/></svg></li><li title=\"smog solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 8 5 C 4.686 5 2 7.686 2 11 C 2 14.314 4.686 17 8 17 L 15.023438 17 C 15.936438 18.208 17.37 19 19 19 C 20.63 19 22.064563 18.208 22.976562 17 L 25.5 17 C 27.985 17 30 14.985 30 12.5 C 30 10.015 27.985 8 25.5 8 C 24.596 8 23.757734 8.2714688 23.052734 8.7304688 C 22.157734 6.5424688 20.01 5 17.5 5 C 15.564 5 13.847 5.92075 12.75 7.34375 C 11.653 5.92075 9.936 5 8 5 z M 5 21 L 5 23 L 30 23 L 30 21 L 5 21 z M 2 25 L 2 27 L 9 27 L 9 25 L 2 25 z M 11 25 L 11 27 L 27 27 L 27 25 L 11 25 z\"/></svg></li><li title=\"smoking ban solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 3.71875 2.28125 L 2.28125 3.71875 L 28.28125 29.71875 L 29.71875 28.28125 L 23.4375 22 L 31 22 L 31 16 L 17.4375 16 Z M 16.03125 4 C 15.671875 4.359375 15.40625 4.785156 15.09375 5.46875 C 14.78125 6.152344 14.503906 7.011719 14.5 7.96875 C 14.496094 8.925781 14.828125 10.019531 15.6875 10.84375 C 16.546875 11.667969 17.859375 12.203125 19.6875 12.4375 C 21.210938 12.632813 22.191406 12.882813 22.75 13.21875 C 23.308594 13.554688 23.539063 13.898438 23.71875 14.71875 L 25.6875 14.28125 C 25.429688 13.101563 24.777344 12.097656 23.78125 11.5 C 22.785156 10.902344 21.566406 10.644531 19.9375 10.4375 C 18.378906 10.238281 17.507813 9.800781 17.0625 9.375 C 16.617188 8.949219 16.5 8.511719 16.5 7.96875 C 16.5 7.425781 16.675781 6.816406 16.90625 6.3125 C 17.136719 5.808594 17.492188 5.351563 17.4375 5.40625 Z M 21.5625 4.3125 L 21.5625 6.3125 C 22.183594 6.3125 22.984375 6.40625 23.59375 6.75 C 24.203125 7.09375 24.71875 7.601563 24.84375 9.0625 L 24.9375 10 L 25.84375 10 C 26.359375 10 27.433594 10.160156 27.96875 10.625 C 28.234375 10.859375 28.40625 11.132813 28.46875 11.65625 C 28.53125 12.179688 28.4375 12.980469 27.96875 14.125 L 29.84375 14.875 C 30.402344 13.515625 30.585938 12.386719 30.46875 11.40625 C 30.351563 10.425781 29.875 9.644531 29.28125 9.125 C 28.378906 8.335938 27.398438 8.132813 26.59375 8.0625 C 26.246094 6.617188 25.523438 5.527344 24.59375 5 C 23.472656 4.363281 22.304688 4.3125 21.5625 4.3125 Z M 1 16 L 1 22 L 17.8125 22 L 15.8125 20 L 3 20 L 3 18 L 13.8125 18 L 11.8125 16 Z M 19.4375 18 L 23 18 L 23 20 L 21.4375 20 Z M 25 18 L 26 18 L 26 20 L 25 20 Z M 28 18 L 29 18 L 29 20 L 28 20 Z\"/></svg></li><li title=\"smoking solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16.03125 4 C 15.671875 4.359375 15.40625 4.785156 15.09375 5.46875 C 14.78125 6.152344 14.503906 7.011719 14.5 7.96875 C 14.496094 8.925781 14.828125 10.019531 15.6875 10.84375 C 16.546875 11.667969 17.859375 12.203125 19.6875 12.4375 C 21.210938 12.632813 22.191406 12.882813 22.75 13.21875 C 23.308594 13.554688 23.539063 13.898438 23.71875 14.71875 L 25.6875 14.28125 C 25.429688 13.101563 24.777344 12.097656 23.78125 11.5 C 22.785156 10.902344 21.566406 10.644531 19.9375 10.4375 C 18.378906 10.238281 17.507813 9.800781 17.0625 9.375 C 16.617188 8.949219 16.5 8.511719 16.5 7.96875 C 16.5 7.425781 16.675781 6.816406 16.90625 6.3125 C 17.136719 5.808594 17.492188 5.351563 17.4375 5.40625 Z M 21.5625 4.3125 L 21.5625 6.3125 C 22.183594 6.3125 22.984375 6.40625 23.59375 6.75 C 24.203125 7.09375 24.71875 7.601563 24.84375 9.0625 L 24.9375 10 L 25.84375 10 C 26.359375 10 27.433594 10.160156 27.96875 10.625 C 28.234375 10.859375 28.40625 11.132813 28.46875 11.65625 C 28.53125 12.179688 28.4375 12.980469 27.96875 14.125 L 29.84375 14.875 C 30.402344 13.515625 30.585938 12.386719 30.46875 11.40625 C 30.351563 10.425781 29.875 9.644531 29.28125 9.125 C 28.378906 8.335938 27.398438 8.132813 26.59375 8.0625 C 26.246094 6.617188 25.523438 5.527344 24.59375 5 C 23.472656 4.363281 22.304688 4.3125 21.5625 4.3125 Z M 1 16 L 1 22 L 31 22 L 31 16 Z M 3 18 L 23 18 L 23 20 L 3 20 Z M 25 18 L 26 18 L 26 20 L 25 20 Z M 28 18 L 29 18 L 29 20 L 28 20 Z\"/></svg></li><li title=\"sms solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 2 5 L 2 25 L 7 25 L 7 30.09375 L 8.625 28.78125 L 13.34375 25 L 30 25 L 30 5 Z M 4 7 L 28 7 L 28 23 L 12.65625 23 L 12.375 23.21875 L 9 25.90625 L 9 23 L 4 23 Z M 8 12 L 8 14 L 24 14 L 24 12 Z M 8 16 L 8 18 L 20 18 L 20 16 Z\"/></svg></li><li title=\"snapchat ghost \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 15.6875 4 C 15.097656 4.003906 13.949219 4.097656 12.65625 4.65625 C 11.339844 5.222656 9.914063 6.3125 9.03125 8.25 C 8.335938 9.777344 8.546875 11.683594 8.65625 13.25 C 8.496094 13.21875 8.363281 13.234375 8.125 13.125 C 7.894531 13.019531 7.664063 12.96875 7.4375 12.96875 C 7.03125 12.96875 6.683594 13.078125 6.34375 13.28125 C 6.003906 13.484375 5.609375 13.8125 5.5 14.375 C 5.433594 14.726563 5.535156 15.25 5.84375 15.625 C 6.152344 16 6.609375 16.265625 7.21875 16.5 C 7.363281 16.554688 7.472656 16.617188 7.59375 16.65625 C 7.851563 16.734375 8.132813 16.8125 8.3125 16.90625 C 8.492188 17 8.519531 17.074219 8.5 17.03125 C 8.496094 17.066406 8.472656 17.152344 8.40625 17.28125 C 8.394531 17.292969 8.386719 17.300781 8.375 17.3125 C 8.347656 17.371094 6.933594 20.445313 4.0625 20.90625 C 3.441406 21.003906 2.964844 21.574219 3 22.21875 C 3.011719 22.394531 3.066406 22.550781 3.125 22.6875 C 3.347656 23.199219 3.789063 23.527344 4.375 23.78125 C 4.847656 23.984375 5.605469 24.128906 6.4375 24.28125 C 6.453125 24.335938 6.453125 24.332031 6.46875 24.40625 C 6.507813 24.582031 6.554688 24.804688 6.625 25.03125 C 6.714844 25.328125 6.957031 25.652344 7.25 25.8125 C 7.542969 25.972656 7.796875 25.96875 7.9375 25.96875 C 8.238281 25.96875 8.425781 25.914063 8.625 25.875 C 8.953125 25.8125 9.308594 25.75 9.78125 25.75 C 10.042969 25.75 10.34375 25.765625 10.625 25.8125 C 11.015625 25.875 11.453125 26.171875 12.0625 26.59375 C 12.945313 27.203125 14.125 28 15.84375 28 C 15.863281 28 15.886719 28 15.90625 28 C 15.957031 28 16.023438 28.003906 16.0625 28 C 16.09375 28 16.125 28 16.15625 28 C 17.875 28 19.050781 27.203125 19.9375 26.59375 C 20.546875 26.175781 21.015625 25.875 21.40625 25.8125 C 21.6875 25.765625 21.957031 25.75 22.21875 25.75 C 22.683594 25.75 23.015625 25.808594 23.375 25.875 C 23.625 25.921875 23.824219 25.96875 24.0625 25.96875 L 24.09375 25.96875 C 24.324219 25.96875 24.644531 25.90625 24.90625 25.71875 C 25.167969 25.53125 25.308594 25.226563 25.375 25 C 25.441406 24.777344 25.488281 24.589844 25.53125 24.40625 C 25.546875 24.328125 25.546875 24.335938 25.5625 24.28125 C 26.394531 24.128906 27.152344 23.984375 27.625 23.78125 C 28.210938 23.527344 28.652344 23.199219 28.875 22.6875 C 28.933594 22.546875 28.988281 22.390625 29 22.21875 C 29.035156 21.585938 28.578125 21.007813 27.96875 20.90625 C 27.957031 20.90625 27.949219 20.90625 27.9375 20.90625 C 26.5 20.675781 25.449219 19.839844 24.71875 19 C 23.988281 18.160156 23.621094 17.332031 23.625 17.34375 C 23.617188 17.332031 23.59375 17.28125 23.59375 17.28125 C 23.527344 17.152344 23.503906 17.066406 23.5 17.03125 C 23.480469 17.074219 23.507813 17 23.6875 16.90625 C 23.867188 16.8125 24.148438 16.734375 24.40625 16.65625 C 24.535156 16.617188 24.667969 16.554688 24.8125 16.5 C 25.347656 16.292969 25.726563 16.089844 26.03125 15.78125 C 26.335938 15.472656 26.539063 15.011719 26.53125 14.625 C 26.515625 13.796875 25.90625 13.339844 25.3125 13.125 C 25.308594 13.125 25.316406 13.09375 25.3125 13.09375 C 25.300781 13.089844 25.292969 13.097656 25.28125 13.09375 C 25.03125 12.996094 24.792969 12.96875 24.53125 12.96875 C 24.351563 12.96875 24.085938 12.972656 23.75 13.125 C 23.578125 13.203125 23.476563 13.183594 23.34375 13.21875 C 23.453125 11.660156 23.664063 9.769531 22.96875 8.25 C 22.085938 6.3125 20.664063 5.195313 19.34375 4.625 C 18.023438 4.054688 16.828125 4 16.25 4 L 16.1875 4 C 16.1875 4 16.074219 4 15.96875 4 C 15.917969 4 15.855469 4 15.8125 4 C 15.789063 4 15.757813 4 15.75 4 C 15.742188 4 15.777344 3.992188 15.6875 4 Z M 15.75 6 C 15.78125 6 15.8125 6 15.84375 6 C 15.882813 6 15.949219 6 16 6 C 16.101563 6 16.1875 6 16.1875 6 L 16.25 6 C 16.648438 6 17.566406 6.054688 18.53125 6.46875 C 19.496094 6.882813 20.484375 7.625 21.15625 9.09375 C 21.464844 9.773438 21.480469 11.746094 21.375 13.34375 L 21.34375 13.40625 C 21.328125 13.628906 21.324219 13.851563 21.3125 14.0625 C 21.296875 14.339844 21.398438 14.613281 21.59375 14.8125 C 21.710938 14.929688 22.167969 15.140625 22.65625 15.25 C 22.292969 15.457031 21.882813 15.726563 21.65625 16.25 C 21.40625 16.828125 21.519531 17.429688 21.75 17.96875 C 21.757813 18 21.769531 18.03125 21.78125 18.0625 C 21.785156 18.070313 21.777344 18.085938 21.78125 18.09375 C 21.78125 18.097656 21.78125 18.121094 21.78125 18.125 C 21.789063 18.136719 21.804688 18.144531 21.8125 18.15625 C 21.890625 18.335938 22.304688 19.261719 23.21875 20.3125 C 23.828125 21.011719 24.738281 21.664063 25.8125 22.1875 C 25.472656 22.273438 25.320313 22.355469 24.78125 22.4375 C 24.296875 22.511719 23.929688 22.949219 23.8125 23.21875 C 23.703125 23.464844 23.675781 23.675781 23.625 23.90625 C 23.234375 23.835938 22.796875 23.75 22.21875 23.75 C 21.84375 23.75 21.441406 23.78125 21.0625 23.84375 C 20.097656 24 19.417969 24.519531 18.8125 24.9375 C 17.921875 25.546875 17.28125 26 16.15625 26 C 16.117188 26 16.078125 26.003906 16.03125 26 C 15.988281 25.996094 15.949219 25.996094 15.90625 26 C 15.886719 26 15.851563 26 15.84375 26 C 14.71875 26 14.070313 25.546875 13.1875 24.9375 C 12.578125 24.519531 11.90625 24 10.9375 23.84375 C 10.558594 23.78125 10.15625 23.75 9.78125 23.75 C 9.175781 23.75 8.742188 23.8125 8.40625 23.875 C 8.363281 23.675781 8.316406 23.480469 8.21875 23.25 C 8.105469 22.984375 7.757813 22.519531 7.21875 22.4375 C 6.695313 22.359375 6.554688 22.273438 6.21875 22.1875 C 8.851563 20.914063 10.070313 18.453125 10.1875 18.1875 C 10.1875 18.1875 10.1875 18.15625 10.1875 18.15625 C 10.1875 18.152344 10.214844 18.132813 10.21875 18.125 C 10.234375 18.097656 10.253906 18.078125 10.28125 17.96875 L 10.21875 17.9375 C 10.441406 17.398438 10.59375 16.820313 10.34375 16.25 C 10.109375 15.710938 9.683594 15.425781 9.3125 15.21875 C 9.777344 15.121094 10.242188 14.980469 10.40625 14.8125 C 10.601563 14.613281 10.703125 14.339844 10.6875 14.0625 C 10.675781 13.828125 10.671875 13.59375 10.65625 13.34375 C 10.554688 11.742188 10.535156 9.773438 10.84375 9.09375 C 11.515625 7.625 12.507813 6.882813 13.46875 6.46875 C 14.429688 6.054688 15.355469 6 15.75 6 Z\"/></svg></li><li title=\"snapchat square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 L 5 5 z M 7 7 L 25 7 L 25 25 L 7 25 L 7 7 z M 16.119141 9.9980469 C 16.098141 9.9980469 15.905766 10.003906 15.884766 10.003906 C 15.391766 10.003906 13.712922 10.152109 12.919922 12.037109 C 12.619922 12.753109 12.736156 14.031734 12.785156 14.927734 C 12.746156 14.949734 12.668734 14.980469 12.552734 14.980469 C 12.394734 14.980469 12.208 14.927266 12 14.822266 C 11.736 14.691266 11.284516 14.889984 11.228516 15.208984 C 11.193516 15.392984 11.269172 15.662531 11.826172 15.894531 C 12.041172 15.988531 12.553828 16.094625 12.673828 16.390625 C 12.723828 16.514625 12.705187 16.672375 12.617188 16.859375 C 12.614187 16.863375 12.609375 16.865141 12.609375 16.869141 C 12.577375 16.944141 11.844891 18.724766 10.212891 19.009766 C 10.085891 19.031766 9.9988594 19.152109 10.005859 19.287109 C 10.030859 19.808109 11.123375 20.010844 11.609375 20.089844 C 11.659375 20.160844 11.698719 20.460453 11.761719 20.689453 C 11.790719 20.790453 11.864688 20.914062 12.054688 20.914062 C 12.244688 20.914062 12.521891 20.798828 12.962891 20.798828 C 13.582891 20.798828 13.79525 20.9485 14.28125 21.3125 C 14.63025 21.5745 15.250234 22.054141 15.990234 21.994141 C 16.723234 22.028141 17.213609 21.6985 17.724609 21.3125 C 18.207609 20.9485 18.422969 20.798828 19.042969 20.798828 C 19.500969 20.798828 19.732172 20.90625 19.951172 20.90625 L 19.957031 20.90625 C 20.112031 20.90625 20.203187 20.824547 20.242188 20.685547 C 20.306188 20.456547 20.345531 20.160844 20.394531 20.089844 C 21.335531 19.932844 21.851609 19.712203 21.974609 19.408203 C 22.052609 19.210203 21.942781 19.040953 21.800781 19.001953 C 20.168781 18.716953 19.436297 16.936328 19.404297 16.861328 C 19.401297 16.857328 19.400484 16.855563 19.396484 16.851562 C 19.312484 16.663563 19.292797 16.506812 19.341797 16.382812 C 19.433797 16.146812 19.782719 16.030172 20.011719 15.951172 C 20.075719 15.928172 20.134594 15.908719 20.183594 15.886719 C 20.588594 15.718719 20.793063 15.509625 20.789062 15.265625 C 20.785062 15.074625 20.645828 14.904359 20.423828 14.818359 C 20.282828 14.758359 20.084359 14.747359 19.943359 14.818359 C 19.749359 14.915359 19.577781 14.969563 19.425781 14.976562 C 19.326781 14.973563 19.263609 14.945828 19.224609 14.923828 C 19.273609 14.023828 19.391797 12.749203 19.091797 12.033203 C 18.517797 10.665203 17.342141 9.9980469 16.119141 9.9980469 z\"/></svg></li><li title=\"snapchat \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 15.6875 4 C 15.097656 4.003906 13.949219 4.097656 12.65625 4.65625 C 11.339844 5.222656 9.914063 6.3125 9.03125 8.25 C 8.335938 9.777344 8.546875 11.683594 8.65625 13.25 C 8.496094 13.21875 8.363281 13.234375 8.125 13.125 C 7.894531 13.019531 7.664063 12.96875 7.4375 12.96875 C 7.03125 12.96875 6.683594 13.078125 6.34375 13.28125 C 6.003906 13.484375 5.609375 13.8125 5.5 14.375 C 5.433594 14.726563 5.535156 15.25 5.84375 15.625 C 6.152344 16 6.609375 16.265625 7.21875 16.5 C 7.363281 16.554688 7.472656 16.617188 7.59375 16.65625 C 7.851563 16.734375 8.132813 16.8125 8.3125 16.90625 C 8.492188 17 8.519531 17.074219 8.5 17.03125 C 8.496094 17.066406 8.472656 17.152344 8.40625 17.28125 C 8.394531 17.292969 8.386719 17.300781 8.375 17.3125 C 8.347656 17.371094 6.933594 20.445313 4.0625 20.90625 C 3.441406 21.003906 2.964844 21.574219 3 22.21875 C 3.011719 22.394531 3.066406 22.550781 3.125 22.6875 C 3.347656 23.199219 3.789063 23.527344 4.375 23.78125 C 4.847656 23.984375 5.605469 24.128906 6.4375 24.28125 C 6.453125 24.335938 6.453125 24.332031 6.46875 24.40625 C 6.507813 24.582031 6.554688 24.804688 6.625 25.03125 C 6.714844 25.328125 6.957031 25.652344 7.25 25.8125 C 7.542969 25.972656 7.796875 25.96875 7.9375 25.96875 C 8.238281 25.96875 8.425781 25.914063 8.625 25.875 C 8.953125 25.8125 9.308594 25.75 9.78125 25.75 C 10.042969 25.75 10.34375 25.765625 10.625 25.8125 C 11.015625 25.875 11.453125 26.171875 12.0625 26.59375 C 12.945313 27.203125 14.125 28 15.84375 28 C 15.863281 28 15.886719 28 15.90625 28 C 15.957031 28 16.023438 28.003906 16.0625 28 C 16.09375 28 16.125 28 16.15625 28 C 17.875 28 19.050781 27.203125 19.9375 26.59375 C 20.546875 26.175781 21.015625 25.875 21.40625 25.8125 C 21.6875 25.765625 21.957031 25.75 22.21875 25.75 C 22.683594 25.75 23.015625 25.808594 23.375 25.875 C 23.625 25.921875 23.824219 25.96875 24.0625 25.96875 L 24.09375 25.96875 C 24.324219 25.96875 24.644531 25.90625 24.90625 25.71875 C 25.167969 25.53125 25.308594 25.226563 25.375 25 C 25.441406 24.777344 25.488281 24.589844 25.53125 24.40625 C 25.546875 24.328125 25.546875 24.335938 25.5625 24.28125 C 26.394531 24.128906 27.152344 23.984375 27.625 23.78125 C 28.210938 23.527344 28.652344 23.199219 28.875 22.6875 C 28.933594 22.546875 28.988281 22.390625 29 22.21875 C 29.035156 21.585938 28.578125 21.007813 27.96875 20.90625 C 27.957031 20.90625 27.949219 20.90625 27.9375 20.90625 C 26.5 20.675781 25.449219 19.839844 24.71875 19 C 23.988281 18.160156 23.621094 17.332031 23.625 17.34375 C 23.617188 17.332031 23.59375 17.28125 23.59375 17.28125 C 23.527344 17.152344 23.503906 17.066406 23.5 17.03125 C 23.480469 17.074219 23.507813 17 23.6875 16.90625 C 23.867188 16.8125 24.148438 16.734375 24.40625 16.65625 C 24.535156 16.617188 24.667969 16.554688 24.8125 16.5 C 25.347656 16.292969 25.726563 16.089844 26.03125 15.78125 C 26.335938 15.472656 26.539063 15.011719 26.53125 14.625 C 26.515625 13.796875 25.90625 13.339844 25.3125 13.125 C 25.308594 13.125 25.316406 13.09375 25.3125 13.09375 C 25.300781 13.089844 25.292969 13.097656 25.28125 13.09375 C 25.03125 12.996094 24.792969 12.96875 24.53125 12.96875 C 24.351563 12.96875 24.085938 12.972656 23.75 13.125 C 23.578125 13.203125 23.476563 13.183594 23.34375 13.21875 C 23.453125 11.660156 23.664063 9.769531 22.96875 8.25 C 22.085938 6.3125 20.664063 5.195313 19.34375 4.625 C 18.023438 4.054688 16.828125 4 16.25 4 L 16.1875 4 C 16.1875 4 16.074219 4 15.96875 4 C 15.917969 4 15.855469 4 15.8125 4 C 15.789063 4 15.757813 4 15.75 4 C 15.742188 4 15.777344 3.992188 15.6875 4 Z M 15.75 6 C 15.78125 6 15.8125 6 15.84375 6 C 15.882813 6 15.949219 6 16 6 C 16.101563 6 16.1875 6 16.1875 6 L 16.25 6 C 16.648438 6 17.566406 6.054688 18.53125 6.46875 C 19.496094 6.882813 20.484375 7.625 21.15625 9.09375 C 21.464844 9.773438 21.480469 11.746094 21.375 13.34375 L 21.34375 13.40625 C 21.328125 13.628906 21.324219 13.851563 21.3125 14.0625 C 21.296875 14.339844 21.398438 14.613281 21.59375 14.8125 C 21.710938 14.929688 22.167969 15.140625 22.65625 15.25 C 22.292969 15.457031 21.882813 15.726563 21.65625 16.25 C 21.40625 16.828125 21.519531 17.429688 21.75 17.96875 C 21.757813 18 21.769531 18.03125 21.78125 18.0625 C 21.785156 18.070313 21.777344 18.085938 21.78125 18.09375 C 21.78125 18.097656 21.78125 18.121094 21.78125 18.125 C 21.789063 18.136719 21.804688 18.144531 21.8125 18.15625 C 21.890625 18.335938 22.304688 19.261719 23.21875 20.3125 C 23.828125 21.011719 24.738281 21.664063 25.8125 22.1875 C 25.472656 22.273438 25.320313 22.355469 24.78125 22.4375 C 24.296875 22.511719 23.929688 22.949219 23.8125 23.21875 C 23.703125 23.464844 23.675781 23.675781 23.625 23.90625 C 23.234375 23.835938 22.796875 23.75 22.21875 23.75 C 21.84375 23.75 21.441406 23.78125 21.0625 23.84375 C 20.097656 24 19.417969 24.519531 18.8125 24.9375 C 17.921875 25.546875 17.28125 26 16.15625 26 C 16.117188 26 16.078125 26.003906 16.03125 26 C 15.988281 25.996094 15.949219 25.996094 15.90625 26 C 15.886719 26 15.851563 26 15.84375 26 C 14.71875 26 14.070313 25.546875 13.1875 24.9375 C 12.578125 24.519531 11.90625 24 10.9375 23.84375 C 10.558594 23.78125 10.15625 23.75 9.78125 23.75 C 9.175781 23.75 8.742188 23.8125 8.40625 23.875 C 8.363281 23.675781 8.316406 23.480469 8.21875 23.25 C 8.105469 22.984375 7.757813 22.519531 7.21875 22.4375 C 6.695313 22.359375 6.554688 22.273438 6.21875 22.1875 C 8.851563 20.914063 10.070313 18.453125 10.1875 18.1875 C 10.1875 18.1875 10.1875 18.15625 10.1875 18.15625 C 10.1875 18.152344 10.214844 18.132813 10.21875 18.125 C 10.234375 18.097656 10.253906 18.078125 10.28125 17.96875 L 10.21875 17.9375 C 10.441406 17.398438 10.59375 16.820313 10.34375 16.25 C 10.109375 15.710938 9.683594 15.425781 9.3125 15.21875 C 9.777344 15.121094 10.242188 14.980469 10.40625 14.8125 C 10.601563 14.613281 10.703125 14.339844 10.6875 14.0625 C 10.675781 13.828125 10.671875 13.59375 10.65625 13.34375 C 10.554688 11.742188 10.535156 9.773438 10.84375 9.09375 C 11.515625 7.625 12.507813 6.882813 13.46875 6.46875 C 14.429688 6.054688 15.355469 6 15.75 6 Z\"/></svg></li><li title=\"snowboarding solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 21 4 C 19.355 4 18 5.355 18 7 C 18 8.645 19.355 10 21 10 C 22.645 10 24 8.645 24 7 C 24 5.355 22.645 4 21 4 z M 10.53125 5.15625 L 8.875 6.28125 L 11.1875 9.6875 C 11.4605 10.0905 11.87075 10.379 12.34375 10.5 L 14.53125 11.0625 L 11.34375 14.15625 C 10.62075 14.85925 10.485 15.977703 11 16.845703 L 12.34375 19.158203 L 11.40625 20.220703 L 9.4648438 22.388672 L 11.724609 22.863281 L 12.90625 21.564453 L 14.34375 19.939453 L 14.8125 19.408203 L 14.46875 18.783203 L 12.71875 15.845703 C 12.67175 15.763703 12.684 15.661703 12.75 15.595703 L 16.75 11.689453 L 17.6875 12.470703 L 15.125 15.158203 C 14.398 15.912203 14.38275 17.138203 15.09375 17.908203 L 16.625 19.597656 L 16.53125 20.941406 L 16.298828 23.828125 L 18.279297 24.244141 L 18.53125 21.097656 L 18.65625 19.283203 L 18.6875 18.878906 L 18.40625 18.533203 L 16.5625 16.564453 L 19.25 13.751953 L 23.625 17.408203 L 24.90625 15.845703 L 17.71875 9.90625 L 17.5625 9.75 L 17.34375 9.71875 L 12.84375 8.5625 L 10.53125 5.15625 z M 21 6 C 21.563 6 22 6.438 22 7 C 22 7.562 21.562 8 21 8 C 20.438 8 20 7.562 20 7 C 20 6.438 20.438 6 21 6 z M 4.8945312 21.552734 L 3.1054688 22.447266 L 3.2421875 22.720703 C 3.9281875 24.093703 5.1825937 25.061953 6.6835938 25.376953 L 22.429688 28.691406 C 22.767687 28.762406 23.110125 28.798828 23.453125 28.798828 C 24.227125 28.798828 24.999312 28.618531 25.695312 28.269531 L 26.447266 27.894531 L 25.552734 26.105469 L 24.800781 26.480469 C 24.198781 26.783469 23.502797 26.875375 22.841797 26.734375 L 7.0957031 23.419922 C 6.1957031 23.229922 5.44325 22.647219 5.03125 21.824219 L 4.8945312 21.552734 z\"/></svg></li><li title=\"snowflake solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 15 3 L 15 6.5625 L 12.71875 4.28125 L 11.28125 5.71875 L 15 9.4375 L 15 14.25 L 10.875 11.78125 L 9.5625 6.6875 L 7.625 7.1875 L 8.4375 10.3125 L 5.375 8.46875 L 4.34375 10.15625 L 7.46875 12.03125 L 4.25 12.84375 L 4.75 14.78125 L 9.875 13.46875 L 14.09375 16 L 9.875 18.53125 L 4.75 17.21875 L 4.25 19.15625 L 7.46875 19.96875 L 4.34375 21.84375 L 5.375 23.53125 L 8.4375 21.6875 L 7.625 24.8125 L 9.5625 25.3125 L 10.875 20.21875 L 15 17.75 L 15 22.5625 L 11.28125 26.28125 L 12.71875 27.71875 L 15 25.4375 L 15 29 L 17 29 L 17 25.4375 L 19.28125 27.71875 L 20.71875 26.28125 L 17 22.5625 L 17 17.75 L 21.125 20.21875 L 22.4375 25.3125 L 24.375 24.8125 L 23.5625 21.6875 L 26.625 23.53125 L 27.65625 21.84375 L 24.53125 19.96875 L 27.75 19.15625 L 27.25 17.21875 L 22.125 18.53125 L 17.90625 16 L 22.125 13.46875 L 27.25 14.78125 L 27.75 12.84375 L 24.53125 12.03125 L 27.65625 10.15625 L 26.625 8.46875 L 23.5625 10.3125 L 24.375 7.1875 L 22.4375 6.6875 L 21.125 11.78125 L 17 14.25 L 17 9.4375 L 20.71875 5.71875 L 19.28125 4.28125 L 17 6.5625 L 17 3 Z\"/></svg></li><li title=\"snowflake \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 15 3 L 15 6.5625 L 12.71875 4.28125 L 11.28125 5.71875 L 15 9.4375 L 15 14.25 L 10.875 11.78125 L 9.5625 6.6875 L 7.625 7.1875 L 8.4375 10.3125 L 5.375 8.46875 L 4.34375 10.15625 L 7.46875 12.03125 L 4.25 12.84375 L 4.75 14.78125 L 9.875 13.46875 L 14.09375 16 L 9.875 18.53125 L 4.75 17.21875 L 4.25 19.15625 L 7.46875 19.96875 L 4.34375 21.84375 L 5.375 23.53125 L 8.4375 21.6875 L 7.625 24.8125 L 9.5625 25.3125 L 10.875 20.21875 L 15 17.75 L 15 22.5625 L 11.28125 26.28125 L 12.71875 27.71875 L 15 25.4375 L 15 29 L 17 29 L 17 25.4375 L 19.28125 27.71875 L 20.71875 26.28125 L 17 22.5625 L 17 17.75 L 21.125 20.21875 L 22.4375 25.3125 L 24.375 24.8125 L 23.5625 21.6875 L 26.625 23.53125 L 27.65625 21.84375 L 24.53125 19.96875 L 27.75 19.15625 L 27.25 17.21875 L 22.125 18.53125 L 17.90625 16 L 22.125 13.46875 L 27.25 14.78125 L 27.75 12.84375 L 24.53125 12.03125 L 27.65625 10.15625 L 26.625 8.46875 L 23.5625 10.3125 L 24.375 7.1875 L 22.4375 6.6875 L 21.125 11.78125 L 17 14.25 L 17 9.4375 L 20.71875 5.71875 L 19.28125 4.28125 L 17 6.5625 L 17 3 Z\"/></svg></li><li title=\"snowman solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 13.722656 3 11.65625 3.234375 10.09375 3.625 C 9.3125 3.820313 8.667969 4.054688 8.125 4.375 C 7.582031 4.695313 7 5.183594 7 6 L 7 8 C 7 8.011719 7 8.019531 7 8.03125 C 6.078125 8.269531 5.238281 8.523438 4.59375 8.875 C 4.179688 9.101563 3.824219 9.355469 3.53125 9.6875 C 3.238281 10.019531 3 10.492188 3 11 C 3 11.949219 3.695313 12.59375 4.4375 13.03125 C 4.847656 13.273438 5.339844 13.5 5.875 13.6875 C 5.3125 15.011719 5 16.476563 5 18 C 5 24.0625 9.9375 29 16 29 C 22.0625 29 27 24.0625 27 18 C 27 16.476563 26.6875 15.011719 26.125 13.6875 C 26.660156 13.5 27.152344 13.273438 27.5625 13.03125 C 28.304688 12.59375 29 11.949219 29 11 C 29 10.492188 28.761719 10.019531 28.46875 9.6875 C 28.175781 9.355469 27.820313 9.101563 27.40625 8.875 C 26.761719 8.523438 25.921875 8.269531 25 8.03125 C 25 8.019531 25 8.011719 25 8 L 25 6 C 25 5.183594 24.417969 4.695313 23.875 4.375 C 23.332031 4.054688 22.6875 3.820313 21.90625 3.625 C 20.34375 3.234375 18.277344 3 16 3 Z M 16 5 C 18.140625 5 20.074219 5.230469 21.40625 5.5625 C 22.070313 5.730469 22.609375 5.9375 22.875 6.09375 C 22.980469 6.15625 22.988281 6.179688 23 6.1875 L 23 7.8125 C 22.988281 7.820313 22.980469 7.84375 22.875 7.90625 C 22.609375 8.0625 22.070313 8.269531 21.40625 8.4375 C 20.074219 8.769531 18.140625 9 16 9 C 13.859375 9 11.925781 8.769531 10.59375 8.4375 C 9.929688 8.269531 9.390625 8.0625 9.125 7.90625 C 9.019531 7.84375 9.011719 7.820313 9 7.8125 L 9 6.1875 C 9.011719 6.179688 9.019531 6.15625 9.125 6.09375 C 9.390625 5.9375 9.929688 5.730469 10.59375 5.5625 C 11.925781 5.230469 13.859375 5 16 5 Z M 8.28125 9.6875 C 8.792969 9.96875 9.378906 10.195313 10.09375 10.375 C 11.65625 10.765625 13.722656 11 16 11 C 18.277344 11 20.34375 10.765625 21.90625 10.375 C 22.617188 10.195313 23.207031 9.996094 23.71875 9.71875 C 23.738281 9.71875 23.761719 9.71875 23.78125 9.71875 C 24.953125 9.980469 25.878906 10.320313 26.4375 10.625 C 26.714844 10.777344 26.894531 10.917969 26.96875 11 C 26.945313 11.035156 26.855469 11.140625 26.5625 11.3125 C 26.089844 11.589844 25.277344 11.898438 24.25 12.15625 C 22.191406 12.671875 19.246094 13 16 13 C 12.753906 13 9.808594 12.671875 7.75 12.15625 C 6.722656 11.898438 5.910156 11.589844 5.4375 11.3125 C 5.144531 11.140625 5.054688 11.035156 5.03125 11 C 5.105469 10.917969 5.285156 10.777344 5.5625 10.625 C 6.121094 10.320313 7.046875 9.980469 8.21875 9.71875 C 8.238281 9.710938 8.261719 9.699219 8.28125 9.6875 Z M 7.875 14.21875 C 10.089844 14.707031 12.890625 15 16 15 C 19.109375 15 21.910156 14.707031 24.125 14.21875 C 24.664063 15.371094 25 16.640625 25 18 C 25 18.566406 24.941406 19.117188 24.84375 19.65625 L 23.375 19.0625 C 23.375 19.0625 22.132813 18.570313 20.75 18.0625 C 20.058594 17.808594 19.332031 17.539063 18.6875 17.34375 C 18.042969 17.148438 17.578125 17 17 17 C 15.355469 17 14 18.355469 14 20 C 14 21.644531 15.355469 23 17 23 C 17.578125 23 18.042969 22.851563 18.6875 22.65625 C 19.332031 22.460938 20.058594 22.191406 20.75 21.9375 C 22.132813 21.429688 23.375 20.9375 23.375 20.9375 L 24.65625 20.40625 C 23.605469 24.214844 20.148438 27 16 27 C 11.015625 27 7 22.984375 7 18 C 7 16.644531 7.335938 15.371094 7.875 14.21875 Z M 13 15 C 12.449219 15 12 15.449219 12 16 C 12 16.550781 12.449219 17 13 17 C 13.550781 17 14 16.550781 14 16 C 14 15.449219 13.550781 15 13 15 Z M 20 15 C 19.449219 15 19 15.449219 19 16 C 19 16.550781 19.449219 17 20 17 C 20.550781 17 21 16.550781 21 16 C 21 15.449219 20.550781 15 20 15 Z M 17 19 C 16.972656 19 17.539063 19.101563 18.125 19.28125 C 18.710938 19.460938 19.390625 19.691406 20.0625 19.9375 C 20.144531 19.96875 20.136719 19.96875 20.21875 20 C 20.136719 20.03125 20.144531 20.03125 20.0625 20.0625 C 19.390625 20.308594 18.710938 20.539063 18.125 20.71875 C 17.539063 20.898438 16.972656 21 17 21 C 16.433594 21 16 20.566406 16 20 C 16 19.433594 16.433594 19 17 19 Z M 14.1875 22.84375 L 12.75 24.25 C 15.085938 26.585938 18.914063 26.585938 21.25 24.25 L 19.84375 22.84375 C 18.273438 24.414063 15.757813 24.414063 14.1875 22.84375 Z\"/></svg></li><li title=\"snowplow solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 10.5 6 C 9.164063 6 7.992188 6.902344 7.625 8.1875 L 6.3125 12.71875 L 4.3125 12.0625 L 3.6875 13.9375 L 5.15625 14.4375 L 4.875 14.71875 C 4.3125 15.28125 4 16.015625 4 16.8125 L 4 19 L 3.1875 19 L 3.03125 19.8125 L 2.03125 24.8125 L 1.78125 26 L 30.21875 26 L 29.96875 24.8125 L 28.96875 19.8125 L 28.8125 19 L 28 19 L 28 16.8125 C 28 16.015625 27.6875 15.28125 27.125 14.71875 L 26.84375 14.4375 L 28.3125 13.9375 L 27.6875 12.0625 L 25.6875 12.71875 L 24.375 8.1875 C 24.007813 6.902344 22.835938 6 21.5 6 Z M 10.5 8 L 21.5 8 C 21.949219 8 22.3125 8.285156 22.4375 8.71875 L 23.65625 13 L 8.34375 13 L 9.5625 8.71875 C 9.6875 8.285156 10.050781 8 10.5 8 Z M 7.4375 15 L 24.5625 15 L 25.71875 16.125 C 25.90625 16.3125 26 16.546875 26 16.8125 L 26 19 L 24 19 L 24 17 L 20 17 L 20 19 L 12 19 L 12 17 L 8 17 L 8 19 L 6 19 L 6 16.8125 C 6 16.546875 6.09375 16.3125 6.28125 16.125 Z M 4.8125 21 L 27.1875 21 L 27.78125 24 L 4.21875 24 Z\"/></svg></li><li title=\"socks solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 9.9375 2 L 9.65625 2.96875 L 5.21875 18.53125 L 5.21875 18.5625 C 4.519531 20.882813 5.578125 23.382813 7.75 24.46875 L 7.78125 24.5 L 7.8125 24.5 L 19.75 29.46875 C 19.769531 29.480469 19.792969 29.488281 19.8125 29.5 C 20.507813 29.835938 21.269531 30 22 30 C 23.835938 30 25.59375 28.992188 26.46875 27.25 C 27.695313 24.789063 26.710938 21.761719 24.25 20.53125 L 24.1875 20.5 L 24.15625 20.5 L 23.5 20.21875 C 23.492188 20.222656 23.476563 20.214844 23.46875 20.21875 L 16.46875 17.4375 L 19.71875 5.9375 L 19.96875 5 L 10.90625 2.28125 Z M 11.3125 4.46875 L 17.53125 6.34375 L 17 8.21875 L 10.78125 6.34375 Z M 10.21875 8.28125 L 16.4375 10.15625 L 14.28125 17.75 L 14.0625 18.625 L 14.875 18.96875 L 21.65625 21.65625 C 20.238281 23.066406 19.289063 24.9375 19.0625 27.03125 L 11.6875 23.9375 C 11.890625 23.332031 12 22.671875 12 22 C 12 19.367188 10.277344 17.148438 7.90625 16.34375 Z M 7.375 18.25 C 8.90625 18.804688 10 20.261719 10 22 C 10 22.40625 9.925781 22.785156 9.8125 23.15625 L 8.65625 22.6875 C 7.339844 22.027344 6.691406 20.535156 7.125 19.125 L 7.125 19.09375 Z M 23.65625 22.5 C 24.914063 23.328125 25.378906 24.960938 24.6875 26.34375 C 24.15625 27.402344 23.097656 28 22 28 C 21.667969 28 21.328125 27.925781 21 27.8125 C 21.054688 25.65625 22.082031 23.746094 23.65625 22.5 Z\"/></svg></li><li title=\"solar panel solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 15 4 L 15 6.59375 L 13.1875 4.8125 L 11.8125 6.1875 L 13.59375 8 L 11 8 L 11 10 L 13.59375 10 L 11.8125 11.8125 L 13.1875 13.1875 L 15 11.40625 L 15 14 L 17 14 L 17 11.40625 L 18.8125 13.1875 L 20.1875 11.8125 L 18.40625 10 L 21 10 L 21 8 L 18.40625 8 L 20.1875 6.1875 L 18.8125 4.8125 L 17 6.59375 L 17 4 Z M 16 7 C 17.101563 7 18 7.898438 18 9 C 18 10.101563 17.101563 11 16 11 C 14.898438 11 14 10.101563 14 9 C 14 7.898438 14.898438 7 16 7 Z M 6.21875 16 L 4 24.875 L 4 28 L 28 28 L 28 24.875 L 25.78125 16 Z M 7.78125 18 L 24.21875 18 L 26 25.125 L 26 26 L 6 26 L 6 25.125 Z M 9 19 L 8.59375 20.8125 L 10.6875 20.8125 L 11 19 Z M 13 19 L 12.8125 20.8125 L 14.90625 20.8125 L 15 19 Z M 17 19 L 17.09375 20.8125 L 19.1875 20.8125 L 19 19 Z M 21 19 L 21.3125 20.8125 L 23.40625 20.8125 L 23 19 Z M 8.1875 22.8125 L 7.8125 25 L 10.09375 25 L 10.40625 22.8125 Z M 12.6875 22.8125 L 12.5 25 L 14.8125 25 L 14.90625 22.8125 Z M 17.09375 22.8125 L 17.1875 25 L 19.5 25 L 19.3125 22.8125 Z M 21.59375 22.8125 L 21.90625 25 L 24.1875 25 L 23.8125 22.8125 Z\"/></svg></li><li title=\"sort alpha down alt solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 7 L 10.5625 7 L 5.28125 12.28125 L 5 12.59375 L 5 15 L 13 15 L 13 13 L 7.4375 13 L 12.71875 7.71875 L 13 7.40625 L 13 5 Z M 22 5 L 22 23.6875 L 19.40625 21.09375 L 18 22.5 L 22.28125 26.8125 L 23 27.5 L 23.71875 26.8125 L 28 22.5 L 26.59375 21.09375 L 24 23.6875 L 24 5 Z M 8.1875 17 L 7.96875 17.65625 L 6.03125 23 L 6 23 L 6 23.0625 L 5.0625 25.65625 L 5 25.8125 L 5 27 L 7 27 L 7 26.15625 L 7.40625 25 L 10.59375 25 L 11 26.15625 L 11 27 L 13 27 L 13 25.8125 L 12.9375 25.65625 L 12 23.0625 L 12 23 L 11.96875 23 L 10.03125 17.65625 L 9.8125 17 Z M 9 20.65625 L 9.84375 23 L 8.15625 23 Z\"/></svg></li><li title=\"sort alpha down solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 8.1875 5 L 7.96875 5.65625 L 6.03125 11 L 6 11 L 6 11.0625 L 5.0625 13.65625 L 5 13.8125 L 5 15 L 7 15 L 7 14.15625 L 7.40625 13 L 10.59375 13 L 11 14.15625 L 11 15 L 13 15 L 13 13.8125 L 12.9375 13.65625 L 12 11.0625 L 12 11 L 11.96875 11 L 10.03125 5.65625 L 9.8125 5 Z M 22 5 L 22 23.6875 L 19.40625 21.09375 L 18 22.5 L 22.28125 26.8125 L 23 27.5 L 23.71875 26.8125 L 28 22.5 L 26.59375 21.09375 L 24 23.6875 L 24 5 Z M 9 8.65625 L 9.84375 11 L 8.15625 11 Z M 5 17 L 5 19 L 10.5625 19 L 5.28125 24.28125 L 5 24.59375 L 5 27 L 13 27 L 13 25 L 7.4375 25 L 12.71875 19.71875 L 13 19.40625 L 13 17 Z\"/></svg></li><li title=\"sort alpha up alt solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 7 L 10.560547 7 L 5.2792969 12.279297 L 5 12.589844 L 5 15 L 13 15 L 13 13 L 7.4394531 13 L 12.720703 7.7207031 L 13 7.4101562 L 13 5 L 5 5 z M 23 5.5 L 22.279297 6.1894531 L 18 10.5 L 19.410156 11.910156 L 22 9.3105469 L 22 28 L 24 28 L 24 9.3105469 L 26.589844 11.910156 L 28 10.5 L 23.720703 6.1894531 L 23 5.5 z M 8.1894531 17 L 7.9707031 17.660156 L 6.0292969 23 L 6 23 L 6 23.060547 L 5.0605469 25.660156 L 5 25.810547 L 5 27 L 7 27 L 7 26.160156 L 7.4101562 25 L 10.589844 25 L 11 26.160156 L 11 27 L 13 27 L 13 25.810547 L 12.939453 25.660156 L 12 23.060547 L 12 23 L 11.970703 23 L 10.029297 17.660156 L 9.8105469 17 L 8.1894531 17 z M 9 20.660156 L 9.8398438 23 L 8.1601562 23 L 9 20.660156 z\"/></svg></li><li title=\"sort alpha up solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 8.1894531 5 L 7.9707031 5.6601562 L 6.0292969 11 L 6 11 L 6 11.060547 L 5.0605469 13.660156 L 5 13.810547 L 5 15 L 7 15 L 7 14.160156 L 7.4101562 13 L 10.589844 13 L 11 14.160156 L 11 15 L 13 15 L 13 13.810547 L 12.939453 13.660156 L 12 11.060547 L 12 11 L 11.970703 11 L 10.029297 5.6601562 L 9.8105469 5 L 8.1894531 5 z M 23 5.5 L 22.279297 6.1894531 L 18 10.5 L 19.410156 11.910156 L 22 9.3105469 L 22 28 L 24 28 L 24 9.3105469 L 26.589844 11.910156 L 28 10.5 L 23.720703 6.1894531 L 23 5.5 z M 9 8.6601562 L 9.8398438 11 L 8.1601562 11 L 9 8.6601562 z M 5 17 L 5 19 L 10.560547 19 L 5.2792969 24.279297 L 5 24.589844 L 5 27 L 13 27 L 13 25 L 7.4394531 25 L 12.720703 19.720703 L 13 19.410156 L 13 17 L 5 17 z\"/></svg></li><li title=\"sort amount down alt solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 4 5 L 4 7 L 6 7 L 6 5 Z M 21 5 L 21 23.6875 L 18.40625 21.09375 L 17 22.5 L 21.28125 26.8125 L 22 27.5 L 22.71875 26.8125 L 27 22.5 L 25.59375 21.09375 L 23 23.6875 L 23 5 Z M 4 9 L 4 11 L 8 11 L 8 9 Z M 4 13 L 4 15 L 10 15 L 10 13 Z M 4 17 L 4 19 L 12 19 L 12 17 Z M 4 21 L 4 23 L 14 23 L 14 21 Z M 4 25 L 4 27 L 16 27 L 16 25 Z\"/></svg></li><li title=\"sort amount down solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 4 5 L 4 7 L 16 7 L 16 5 Z M 21 5 L 21 23.6875 L 18.40625 21.09375 L 17 22.5 L 21.28125 26.8125 L 22 27.5 L 22.71875 26.8125 L 27 22.5 L 25.59375 21.09375 L 23 23.6875 L 23 5 Z M 4 9 L 4 11 L 14 11 L 14 9 Z M 4 13 L 4 15 L 12 15 L 12 13 Z M 4 17 L 4 19 L 10 19 L 10 17 Z M 4 21 L 4 23 L 8 23 L 8 21 Z M 4 25 L 4 27 L 6 27 L 6 25 Z\"/></svg></li><li title=\"sort amount up alt solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 4 5 L 4 7 L 6 7 L 6 5 L 4 5 z M 22 5.5 L 21.279297 6.1894531 L 17 10.5 L 18.410156 11.910156 L 21 9.3105469 L 21 28 L 23 28 L 23 9.3105469 L 25.589844 11.910156 L 27 10.5 L 22.720703 6.1894531 L 22 5.5 z M 4 9 L 4 11 L 8 11 L 8 9 L 4 9 z M 4 13 L 4 15 L 10 15 L 10 13 L 4 13 z M 4 17 L 4 19 L 12 19 L 12 17 L 4 17 z M 4 21 L 4 23 L 14 23 L 14 21 L 4 21 z M 4 25 L 4 27 L 16 27 L 16 25 L 4 25 z\"/></svg></li><li title=\"sort amount up solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 4 5 L 4 7 L 16 7 L 16 5 L 4 5 z M 22 5.5 L 21.279297 6.1894531 L 17 10.5 L 18.410156 11.910156 L 21 9.3105469 L 21 28 L 23 28 L 23 9.3105469 L 25.589844 11.910156 L 27 10.5 L 22.720703 6.1894531 L 22 5.5 z M 4 9 L 4 11 L 14 11 L 14 9 L 4 9 z M 4 13 L 4 15 L 12 15 L 12 13 L 4 13 z M 4 17 L 4 19 L 10 19 L 10 17 L 4 17 z M 4 21 L 4 23 L 8 23 L 8 21 L 4 21 z M 4 25 L 4 27 L 6 27 L 6 25 L 4 25 z\"/></svg></li><li title=\"sort down solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 3.59375 12 L 5.28125 13.71875 L 15.28125 23.71875 L 16 24.40625 L 16.71875 23.71875 L 26.71875 13.71875 L 28.40625 12 Z M 8.4375 14 L 23.5625 14 L 16 21.5625 Z\"/></svg></li><li title=\"sort numeric down alt solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 8.5 5 C 6.578125 5 5 6.578125 5 8.5 L 5 9 L 7 9 L 7 8.5 C 7 7.625 7.625 7 8.5 7 L 9.5 7 C 10.375 7 11 7.625 11 8.5 C 11 8.957031 10.648438 9.480469 10.0625 9.84375 C 8.828125 10.601563 7.746094 11.085938 6.84375 11.59375 C 6.390625 11.847656 5.976563 12.089844 5.625 12.46875 C 5.273438 12.847656 5 13.417969 5 14 L 5 15 L 13 15 L 13 13 L 8.4375 13 C 9.171875 12.621094 10.019531 12.242188 11.125 11.5625 C 12.140625 10.925781 13 9.84375 13 8.5 C 13 6.578125 11.421875 5 9.5 5 Z M 22 5 L 22 23.6875 L 19.40625 21.09375 L 18 22.5 L 22.28125 26.8125 L 23 27.5 L 23.71875 26.8125 L 28 22.5 L 26.59375 21.09375 L 24 23.6875 L 24 5 Z M 8.59375 17 L 8.4375 17.78125 C 8.4375 17.78125 8.273438 18.355469 7.875 18.9375 C 7.476563 19.519531 6.980469 20 6 20 L 6 22 C 7.375 22 8.320313 21.324219 9 20.59375 L 9 27 L 11 27 L 11 17 Z\"/></svg></li><li title=\"sort numeric down solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 8.59375 5 L 8.4375 5.78125 C 8.4375 5.78125 8.273438 6.355469 7.875 6.9375 C 7.476563 7.519531 6.980469 8 6 8 L 6 10 C 7.375 10 8.320313 9.324219 9 8.59375 L 9 15 L 11 15 L 11 5 Z M 22 5 L 22 23.6875 L 19.40625 21.09375 L 18 22.5 L 22.28125 26.8125 L 23 27.5 L 23.71875 26.8125 L 28 22.5 L 26.59375 21.09375 L 24 23.6875 L 24 5 Z M 8.5 17 C 6.578125 17 5 18.578125 5 20.5 L 5 21 L 7 21 L 7 20.5 C 7 19.625 7.625 19 8.5 19 L 9.5 19 C 10.375 19 11 19.625 11 20.5 C 11 20.957031 10.648438 21.480469 10.0625 21.84375 C 8.828125 22.601563 7.746094 23.085938 6.84375 23.59375 C 6.390625 23.847656 5.976563 24.089844 5.625 24.46875 C 5.273438 24.847656 5 25.417969 5 26 L 5 27 L 13 27 L 13 25 L 8.4375 25 C 9.171875 24.621094 10.019531 24.242188 11.125 23.5625 C 12.140625 22.925781 13 21.84375 13 20.5 C 13 18.578125 11.421875 17 9.5 17 Z\"/></svg></li><li title=\"sort numeric up alt solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 8.5 5 C 6.58 5 5 6.58 5 8.5 L 5 9 L 7 9 L 7 8.5 C 7 7.62 7.62 7 8.5 7 L 9.5 7 C 10.38 7 11 7.62 11 8.5 C 11 8.96 10.650547 9.4798438 10.060547 9.8398438 C 8.8305469 10.599844 7.7498437 11.089844 6.8398438 11.589844 C 6.3898437 11.849844 5.9791406 12.090703 5.6191406 12.470703 C 5.2691406 12.850703 5 13.42 5 14 L 5 15 L 13 15 L 13 13 L 8.4394531 13 C 9.1694531 12.62 10.019141 12.240547 11.119141 11.560547 C 12.139141 10.930547 13 9.84 13 8.5 C 13 6.58 11.42 5 9.5 5 L 8.5 5 z M 23 5.5 L 22.279297 6.1894531 L 18 10.5 L 19.410156 11.910156 L 22 9.3105469 L 22 28 L 24 28 L 24 9.3105469 L 26.589844 11.910156 L 28 10.5 L 23.720703 6.1894531 L 23 5.5 z M 8.5898438 17 L 8.4394531 17.779297 C 8.4394531 17.779297 8.2708594 18.359453 7.8808594 18.939453 C 7.4808594 19.519453 6.98 20 6 20 L 6 22 C 7.38 22 8.32 21.319844 9 20.589844 L 9 27 L 11 27 L 11 17 L 8.5898438 17 z\"/></svg></li><li title=\"sort numeric up solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 8.5898438 5 L 8.4394531 5.7792969 C 8.4394531 5.7792969 8.2708594 6.3594531 7.8808594 6.9394531 C 7.4808594 7.5194531 6.98 8 6 8 L 6 10 C 7.38 10 8.32 9.3198438 9 8.5898438 L 9 15 L 11 15 L 11 5 L 8.5898438 5 z M 23 5.5 L 22.279297 6.1894531 L 18 10.5 L 19.410156 11.910156 L 22 9.3105469 L 22 28 L 24 28 L 24 9.3105469 L 26.589844 11.910156 L 28 10.5 L 23.720703 6.1894531 L 23 5.5 z M 8.5 17 C 6.58 17 5 18.58 5 20.5 L 5 21 L 7 21 L 7 20.5 C 7 19.62 7.62 19 8.5 19 L 9.5 19 C 10.38 19 11 19.62 11 20.5 C 11 20.96 10.650547 21.479844 10.060547 21.839844 C 8.8305469 22.599844 7.7498437 23.089844 6.8398438 23.589844 C 6.3898437 23.849844 5.9791406 24.090703 5.6191406 24.470703 C 5.2691406 24.850703 5 25.42 5 26 L 5 27 L 13 27 L 13 25 L 8.4394531 25 C 9.1694531 24.62 10.019141 24.240547 11.119141 23.560547 C 12.139141 22.930547 13 21.84 13 20.5 C 13 18.58 11.42 17 9.5 17 L 8.5 17 z\"/></svg></li><li title=\"sort solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3.59375 L 15.28125 4.28125 L 7.28125 12.28125 L 5.59375 14 L 26.40625 14 L 24.71875 12.28125 L 16.71875 4.28125 Z M 16 6.4375 L 21.5625 12 L 10.4375 12 Z M 5.59375 18 L 7.28125 19.71875 L 15.28125 27.71875 L 16 28.40625 L 16.71875 27.71875 L 24.71875 19.71875 L 26.40625 18 Z M 10.4375 20 L 21.5625 20 L 16 25.5625 Z\"/></svg></li><li title=\"sort up solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 8.59375 L 15.28125 9.28125 L 5.28125 19.28125 L 3.59375 21 L 28.40625 21 L 26.71875 19.28125 L 16.71875 9.28125 Z M 16 11.4375 L 23.5625 19 L 8.4375 19 Z\"/></svg></li><li title=\"soundcloud \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 19.625 9.0507812 C 18.738281 9.0507812 17.871094 9.2265625 17.109375 9.5234375 C 16.8125 9.6367185 16.730469 9.753906 16.730469 9.984375 L 16.730469 22.476562 C 16.730469 22.71875 16.917969 22.90625 17.152344 22.929688 L 28.0625 22.929688 C 30.238281 22.929688 32 21.1875 32 19.011719 C 32 16.839844 30.238281 15.074219 28.0625 15.074219 C 27.523438 15.074219 27.011719 15.183594 26.542969 15.382812 C 26.230469 11.835938 23.253906 9.0507813 19.625 9.0507812 z M 15.925781 9.9726562 C 15.820313 9.9726562 15.726563 10.011719 15.652344 10.074219 C 15.554688 10.152344 15.492187 10.273438 15.492188 10.40625 L 15.492188 10.449219 L 15.3125 19.273438 L 15.402344 20.902344 L 15.492188 22.492188 C 15.496093 22.726562 15.6875 22.921875 15.925781 22.921875 C 16.160156 22.921875 16.355469 22.726563 16.359375 22.488281 L 16.550781 19.273438 L 16.359375 10.40625 C 16.355469 10.25 16.269531 10.113281 16.144531 10.035156 C 16.078125 9.9960942 16.003906 9.9726562 15.925781 9.9726562 z M 14.582031 10.738281 C 14.5 10.738281 14.425781 10.761719 14.363281 10.804688 C 14.25 10.874999 14.175781 11 14.175781 11.144531 L 14.175781 11.21875 L 14.023438 19.269531 C 14.023438 19.273438 14.175781 22.539062 14.175781 22.539062 L 14.175781 22.550781 C 14.179688 22.644531 14.214844 22.726563 14.269531 22.792969 C 14.347656 22.882813 14.457031 22.941406 14.582031 22.941406 C 14.691406 22.941406 14.792969 22.894531 14.867188 22.820312 C 14.937499 22.746094 14.984375 22.648438 14.988281 22.535156 L 15.003906 22.210938 L 15.160156 19.269531 L 14.988281 11.140625 C 14.984375 11.003906 14.910156 10.878906 14.804688 10.808594 C 14.738281 10.761719 14.664063 10.738281 14.582031 10.738281 z M 10.5625 11.671875 C 10.386719 11.671875 10.242188 11.8125 10.238281 11.992188 L 10.035156 19.269531 L 10.238281 22.609375 C 10.242188 22.789063 10.386719 22.929688 10.5625 22.929688 C 10.738281 22.929688 10.878906 22.789063 10.886719 22.609375 L 11.113281 19.269531 L 10.886719 11.992188 C 10.878906 11.812499 10.738281 11.671875 10.5625 11.671875 z M 11.890625 11.832031 C 11.699219 11.832031 11.542969 11.984375 11.539062 12.179688 L 11.351562 19.269531 L 11.539062 22.578125 C 11.542968 22.773438 11.699219 22.925781 11.890625 22.925781 C 12.082031 22.925781 12.234375 22.773438 12.242188 22.578125 L 12.449219 19.269531 L 12.242188 12.179688 C 12.238281 11.984374 12.082031 11.832031 11.890625 11.832031 z M 9.2421875 11.9375 C 9.0820305 11.9375 8.9531245 12.066406 8.9453125 12.230469 L 8.7265625 19.269531 L 8.9453125 22.632812 C 8.9531245 22.796875 9.0820305 22.925781 9.2421875 22.925781 C 9.4023435 22.925781 9.5312495 22.796875 9.5390625 22.628906 L 9.7851562 19.269531 L 9.5390625 12.230469 C 9.5312495 12.066406 9.4023435 11.9375 9.2421875 11.9375 z M 13.230469 12.0625 C 13.023438 12.0625 12.855469 12.226563 12.851562 12.4375 L 12.683594 19.269531 L 12.851562 22.558594 C 12.855468 22.765625 13.019531 22.933594 13.230469 22.933594 C 13.4375 22.933594 13.605469 22.765625 13.609375 22.554688 L 13.800781 19.269531 L 13.609375 12.4375 C 13.605469 12.226563 13.4375 12.0625 13.230469 12.0625 z M 7.9140625 12.523438 C 7.7695305 12.523438 7.6484383 12.640625 7.6445312 12.789062 L 7.4101562 19.285156 L 7.6445312 22.683594 C 7.6484382 22.832031 7.7695305 22.949219 7.9140625 22.949219 C 8.0585935 22.949219 8.1757808 22.832031 8.1835938 22.683594 L 8.4492188 19.289062 L 8.1835938 12.789062 C 8.1757808 12.640624 8.0585935 12.523438 7.9140625 12.523438 z M 6.6367188 13.742188 C 6.5078127 13.742188 6.3984383 13.847656 6.3945312 13.980469 L 6.1445312 19.269531 L 6.3945312 22.683594 C 6.4023443 22.816406 6.5078127 22.925781 6.6367188 22.925781 C 6.7656247 22.925781 6.8710943 22.816406 6.8789062 22.683594 L 7.1601562 19.269531 L 6.8789062 13.980469 C 6.8710943 13.847656 6.7656247 13.742187 6.6367188 13.742188 z M 4.0703125 15.578125 C 3.9726555 15.578125 3.8906245 15.65625 3.8828125 15.765625 L 3.6015625 19.265625 L 3.8828125 22.65625 C 3.8906245 22.761719 3.9726555 22.839844 4.0703125 22.839844 C 4.1679685 22.839844 4.2499995 22.761719 4.2578125 22.65625 L 4.578125 19.265625 L 4.2578125 15.761719 C 4.2499995 15.65625 4.1679685 15.578125 4.0703125 15.578125 z M 2.8046875 15.699219 C 2.7187495 15.699219 2.6523442 15.765625 2.6445312 15.855469 L 2.34375 19.265625 L 2.6445312 22.550781 C 2.6523442 22.640625 2.7187495 22.707031 2.8046875 22.707031 C 2.8867185 22.707031 2.9531248 22.640625 2.9648438 22.550781 L 3.3007812 19.265625 L 2.9648438 15.855469 C 2.9531248 15.765625 2.8867185 15.699219 2.8046875 15.699219 z M 5.3476562 15.804688 C 5.2343753 15.804688 5.1406245 15.894531 5.1328125 16.015625 L 4.8671875 19.265625 L 5.1328125 22.683594 C 5.1406245 22.804688 5.2343753 22.894531 5.3476562 22.894531 C 5.4609382 22.894531 5.554688 22.804688 5.5625 22.683594 L 5.8632812 19.265625 L 5.5625 16.015625 C 5.554688 15.894531 5.4609383 15.804687 5.3476562 15.804688 z M 1.546875 16.261719 C 1.476563 16.261719 1.4218753 16.316406 1.4101562 16.390625 L 1.0976562 19.265625 L 1.4101562 22.074219 C 1.4218753 22.152344 1.476563 22.207031 1.546875 22.207031 C 1.613281 22.207031 1.6679685 22.152344 1.6796875 22.078125 L 2.0351562 19.265625 L 1.6796875 16.390625 C 1.6679685 16.316406 1.613281 16.261719 1.546875 16.261719 z M 0.36328125 17.363281 C 0.29687525 17.363281 0.242188 17.414063 0.234375 17.488281 L 0 19.265625 L 0.234375 21.011719 C 0.242188 21.085938 0.29687525 21.136719 0.36328125 21.136719 C 0.42578125 21.136719 0.48046925 21.085938 0.48828125 21.015625 L 0.765625 19.265625 L 0.48828125 17.488281 C 0.48046925 17.414063 0.42578125 17.363281 0.36328125 17.363281 z\"/></svg></li><li title=\"sourcetree \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 10.486 4 6 8.486 6 14 C 6 17.983 8.383 21.57725 12 23.15625 L 12 28 L 20 28 L 20 23.15625 C 23.617 21.57725 26 17.983 26 14 C 26 8.486 21.514 4 16 4 z M 16 6 C 20.411 6 24 9.589 24 14 C 24 17.377 21.856016 20.404156 18.666016 21.535156 L 18 21.769531 L 18 26 L 14 26 L 14 21.769531 L 13.333984 21.533203 C 10.143984 20.403203 8 17.377 8 14 C 8 9.589 11.589 6 16 6 z M 16 10 C 13.794 10 12 11.794 12 14 C 12 16.206 13.794 18 16 18 C 18.206 18 20 16.206 20 14 C 20 11.794 18.206 10 16 10 z M 16 12 C 17.103 12 18 12.897 18 14 C 18 15.103 17.103 16 16 16 C 14.897 16 14 15.103 14 14 C 14 12.897 14.897 12 16 12 z\"/></svg></li><li title=\"spa solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 13.085938 4 10.734375 6.316406 10.5625 9.1875 C 7.980469 8.679688 5.304688 10.023438 4.34375 12.5625 C 3.34375 15.203125 4.601563 18.089844 7.0625 19.34375 C 5.425781 21.648438 5.769531 24.871094 7.96875 26.71875 C 10.285156 28.667969 13.773438 28.347656 15.71875 26.03125 C 15.839844 25.886719 15.871094 25.691406 15.96875 25.53125 C 16.074219 25.703125 16.117188 25.90625 16.25 26.0625 C 18.199219 28.378906 21.683594 28.699219 24 26.75 C 26.203125 24.894531 26.523438 21.679688 24.875 19.375 C 27.378906 18.136719 28.664063 15.222656 27.65625 12.5625 C 26.695313 10.023438 24.015625 8.679688 21.4375 9.1875 C 21.265625 6.316406 18.914063 4 16 4 Z M 16 6 C 17.945313 6 19.5 7.554688 19.5 9.5 C 19.5 9.65625 19.433594 9.9375 19.3125 10.28125 C 19.308594 10.292969 19.316406 10.300781 19.3125 10.3125 L 16.34375 14.53125 C 16.65625 13.5 17 12.328125 17 12 C 17 11.449219 16.550781 11 16 11 C 15.449219 11 15 11.449219 15 12 C 15 12.316406 15.273438 13.425781 15.53125 14.4375 L 12.625 10.0625 C 12.558594 9.832031 12.5 9.625 12.5 9.5 C 12.5 7.554688 14.054688 6 16 6 Z M 9.375 11 C 9.832031 10.984375 10.296875 11.046875 10.75 11.21875 C 10.828125 11.246094 10.957031 11.351563 11.125 11.46875 C 11.136719 11.476563 11.144531 11.460938 11.15625 11.46875 L 13.9375 15.6875 C 13.0625 15.09375 12.085938 14.453125 11.78125 14.34375 C 11.261719 14.15625 10.6875 14.417969 10.5 14.9375 C 10.3125 15.457031 10.574219 16.03125 11.09375 16.21875 C 11.394531 16.328125 12.566406 16.410156 13.625 16.46875 L 8.5625 17.875 C 8.433594 17.851563 8.324219 17.808594 8.25 17.78125 C 6.429688 17.09375 5.527344 15.070313 6.21875 13.25 C 6.734375 11.886719 8.007813 11.046875 9.375 11 Z M 22.625 11 C 23.992188 11.046875 25.265625 11.886719 25.78125 13.25 C 26.46875 15.066406 25.570313 17.09375 23.75 17.78125 C 23.625 17.828125 23.375 17.886719 23.09375 17.90625 L 18.21875 16.46875 C 19.308594 16.410156 20.585938 16.335938 20.90625 16.21875 C 21.425781 16.03125 21.6875 15.457031 21.5 14.9375 C 21.3125 14.417969 20.738281 14.15625 20.21875 14.34375 C 19.886719 14.460938 18.800781 15.171875 17.90625 15.78125 L 20.9375 11.40625 C 21.0625 11.320313 21.1875 11.242188 21.25 11.21875 C 21.703125 11.046875 22.167969 10.984375 22.625 11 Z M 14.3125 18.375 C 13.421875 18.996094 12.328125 19.761719 12.09375 20.03125 C 11.734375 20.449219 11.800781 21.109375 12.21875 21.46875 C 12.640625 21.828125 13.265625 21.761719 13.625 21.34375 C 13.894531 21.03125 14.589844 19.449219 15 18.5 L 15 22.1875 C 14.816406 23.386719 14.453125 24.433594 14.1875 24.75 C 12.9375 26.238281 10.738281 26.441406 9.25 25.1875 C 7.761719 23.9375 7.558594 21.738281 8.8125 20.25 C 8.917969 20.125 9.160156 19.9375 9.46875 19.75 L 9.59375 19.6875 Z M 17.78125 18.4375 L 22.5625 19.8125 C 22.839844 19.988281 23.058594 20.164063 23.15625 20.28125 C 24.40625 21.769531 24.207031 23.964844 22.71875 25.21875 C 21.230469 26.46875 19.035156 26.269531 17.78125 24.78125 C 17.527344 24.480469 17.1875 23.503906 17 22.375 L 17 18.5 C 17.410156 19.449219 18.105469 21.03125 18.375 21.34375 C 18.734375 21.761719 19.363281 21.828125 19.78125 21.46875 C 20.199219 21.109375 20.265625 20.449219 19.90625 20.03125 C 19.683594 19.773438 18.664063 19.054688 17.78125 18.4375 Z\"/></svg></li><li title=\"space shuttle solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 2 4 L 2 10 L 0 10 L 0 13 L 1 13 L 1 19 L 0 19 L 0 22 L 2 22 L 2 28 L 6.5625 28 C 9.019531 28 11.386719 27.019531 13.125 25.28125 L 17.46875 20.96875 L 25.5 20.28125 C 28.074219 20.066406 30.410156 18.710938 31.84375 16.5625 L 32.1875 16 L 31.84375 15.4375 C 30.410156 13.289063 28.074219 11.933594 25.5 11.71875 L 17.46875 11.03125 L 13.28125 6.84375 L 13.125 6.71875 C 11.386719 4.980469 9.019531 4 6.5625 4 Z M 4 6 L 6.5625 6 C 8.492188 6 10.355469 6.761719 11.71875 8.125 L 14.5625 11 L 10 11 L 10 13 L 17 13 L 25.3125 13.6875 C 27 13.828125 28.464844 14.738281 29.5625 16 C 28.464844 17.261719 27 18.171875 25.3125 18.3125 L 16.90625 19 L 10 19 L 10 21 L 14.5625 21 L 11.71875 23.875 C 10.355469 25.238281 8.492188 26 6.5625 26 L 4 26 L 4 19 L 3 19 L 3 13 L 4 13 Z M 24 15 L 24 17 L 26 17 L 26 15 Z M 6 21 L 6 24 L 8 24 L 8 21 Z\"/></svg></li><li title=\"speakap \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 15.394531 3 C 8.5605313 3 3 8.5880313 3 15.457031 C 3 22.197031 7.9999687 29 19.167969 29 C 21.980969 29 25.769688 27.921 25.929688 27.875 L 28 27.28125 L 26.285156 25.970703 C 25.660156 25.492703 24.949219 24.896797 24.199219 24.216797 C 26.494219 21.898797 27.789062 18.769031 27.789062 15.457031 C 27.789062 8.5880312 22.228531 3 15.394531 3 z M 15.394531 5 C 21.126531 5 25.789062 9.6910312 25.789062 15.457031 C 25.789062 18.236031 24.721297 20.846594 22.779297 22.808594 L 21.308594 24.294922 L 22.857422 25.697266 C 23.122422 25.937266 23.382719 26.168672 23.636719 26.388672 C 22.351719 26.676672 20.587969 27 19.167969 27 C 8.7109687 27 5 20.782031 5 15.457031 C 5 9.6910312 9.6625312 5 15.394531 5 z M 16.246094 9.0019531 C 13.666094 8.9509531 11.518516 10.396547 11.478516 12.935547 C 11.468516 13.497547 11.488828 14.751531 12.923828 15.644531 C 14.620828 16.697531 17.190156 16.698844 17.160156 18.214844 C 17.140156 19.268844 15.865672 19.488516 15.263672 19.478516 C 15.112672 19.478516 13.767062 19.459625 12.914062 18.265625 L 10.947266 20.363281 C 12.332266 21.698281 13.8485 21.978047 15.0625 21.998047 C 15.5645 22.008047 19.810859 22.008906 19.880859 18.003906 C 19.890859 17.220906 19.779078 16.047844 18.455078 15.214844 C 16.769078 14.150844 14.270781 14.250625 14.300781 12.765625 C 14.320781 11.620625 15.825484 11.509531 16.146484 11.519531 C 16.166484 11.519531 17.461516 11.530047 18.103516 12.373047 L 20.001953 10.355469 C 19.529953 9.9134687 18.424094 9.0319531 16.246094 9.0019531 z\"/></svg></li><li title=\"speaker deck \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 8 8 C 5.243 8 3 10.243 3 13 C 3 15.757 5.243 18 8 18 L 14 18 C 14.551 18 15 18.448 15 19 C 15 19.552 14.551 20 14 20 L 5 20 C 3.896 20 3 20.896 3 22 C 3 23.104 3.896 24 5 24 L 14 24 C 16.757 24 19 21.757 19 19 C 19 16.243 16.757 14 14 14 L 8 14 C 7.449 14 7 13.552 7 13 C 7 12.448 7.449 12 8 12 L 15 12 C 16.104 12 17 11.104 17 10 C 17 8.896 16.104 8 15 8 L 8 8 z M 18.445312 8 C 18.789313 8.59 19 9.268 19 10 C 19 10.734 18.783453 11.409 18.439453 12 L 24 12 C 24.552 12 25 12.448 25 13 L 25 19 C 25 19.552 24.552 20 24 20 L 20.919922 20 C 20.695922 21.556 19.963672 22.949 18.888672 24 L 25 24 C 27.209 24 29 22.209 29 20 L 29 12 C 29 9.791 27.209 8 25 8 L 18.445312 8 z\"/></svg></li><li title=\"spell check solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 7.3320312 5 L 3 18 L 5.1074219 18 L 6.1074219 15 L 10.667969 15 L 11.667969 18 L 13.775391 18 L 9.4414062 5 L 7.3320312 5 z M 15 5 L 15 10 L 15 12 L 15 18 L 21 18 C 23.206 18 25 16.206 25 14 C 25 12.321849 23.958205 10.887833 22.490234 10.294922 C 22.807718 9.7682918 23 9.1585118 23 8.5 C 23 6.57 21.43 5 19.5 5 L 15 5 z M 17 7 L 19.5 7 C 20.327 7 21 7.673 21 8.5 C 21 9.327 20.327 10 19.5 10 L 17 10 L 17 7 z M 8.3886719 8.1621094 L 10.001953 13 L 6.7753906 13 L 8.3886719 8.1621094 z M 17 12 L 19.5 12 L 21 12 C 22.103 12 23 12.897 23 14 C 23 15.103 22.103 16 21 16 L 17 16 L 17 12 z M 27.808594 17.777344 L 19.117188 26.113281 L 15.193359 22.335938 L 13.806641 23.775391 L 19.113281 28.886719 L 29.191406 19.222656 L 27.808594 17.777344 z\"/></svg></li><li title=\"spider solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 7 3 L 7 8.46875 L 7.375 8.78125 L 11.40625 12 L 8.34375 12 L 4.59375 9.1875 L 3.40625 10.8125 L 7.65625 14 L 11.21875 14 L 7.625 17 L 3 17 L 3 19 L 8.375 19 L 8.625 18.78125 L 10.03125 17.625 C 10.023438 17.75 10 17.871094 10 18 C 10 18.175781 10.015625 18.351563 10.03125 18.53125 L 6.28125 22.28125 L 6 22.59375 L 6 29 L 8 29 L 8 23.4375 L 10.5625 20.875 C 10.835938 21.628906 11.183594 22.375 11.625 23.0625 C 12.632813 24.628906 14.109375 26 16 26 C 17.890625 26 19.367188 24.628906 20.375 23.0625 C 20.816406 22.375 21.164063 21.628906 21.4375 20.875 L 24 23.4375 L 24 29 L 26 29 L 26 22.59375 L 25.71875 22.28125 L 21.96875 18.53125 C 21.984375 18.351563 22 18.175781 22 18 C 22 17.878906 21.976563 17.773438 21.96875 17.65625 L 23.375 18.78125 L 23.65625 19 L 29 19 L 29 17 L 24.34375 17 L 20.59375 14 L 24.34375 14 L 28.59375 10.8125 L 27.40625 9.1875 L 23.65625 12 L 20.59375 12 L 24.625 8.78125 L 25 8.46875 L 25 3 L 23 3 L 23 7.53125 L 19.875 10.03125 C 19.71875 9.410156 19.40625 8.875 19 8.40625 L 19 5 L 17 5 L 17 7.15625 C 16.679688 7.074219 16.34375 7 16 7 C 15.65625 7 15.320313 7.074219 15 7.15625 L 15 5 L 13 5 L 13 8.40625 C 12.59375 8.875 12.28125 9.410156 12.125 10.03125 L 9 7.53125 L 9 3 Z M 16 9 C 17.117188 9 18 9.882813 18 11 C 18 12.117188 17.117188 13 16 13 C 14.882813 13 14 12.117188 14 11 C 14 9.882813 14.882813 9 16 9 Z M 16 15 C 17.230469 15 18.265625 15.296875 18.9375 15.78125 C 19.609375 16.265625 20 16.890625 20 18 C 20 19.109375 19.488281 20.753906 18.6875 22 C 17.886719 23.246094 16.867188 24 16 24 C 15.132813 24 14.113281 23.246094 13.3125 22 C 12.511719 20.753906 12 19.109375 12 18 C 12 16.890625 12.390625 16.265625 13.0625 15.78125 C 13.734375 15.296875 14.769531 15 16 15 Z\"/></svg></li><li title=\"spinner solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 14.34375 3 13 4.34375 13 6 C 13 7.65625 14.34375 9 16 9 C 17.65625 9 19 7.65625 19 6 C 19 4.34375 17.65625 3 16 3 Z M 8.9375 6.4375 C 7.558594 6.4375 6.4375 7.558594 6.4375 8.9375 C 6.4375 10.316406 7.558594 11.4375 8.9375 11.4375 C 10.316406 11.4375 11.4375 10.316406 11.4375 8.9375 C 11.4375 7.558594 10.316406 6.4375 8.9375 6.4375 Z M 23.0625 7.9375 C 22.511719 7.9375 22.0625 8.386719 22.0625 8.9375 C 22.0625 9.488281 22.511719 9.9375 23.0625 9.9375 C 23.613281 9.9375 24.0625 9.488281 24.0625 8.9375 C 24.0625 8.386719 23.613281 7.9375 23.0625 7.9375 Z M 6 13.75 C 4.757813 13.75 3.75 14.757813 3.75 16 C 3.75 17.242188 4.757813 18.25 6 18.25 C 7.242188 18.25 8.25 17.242188 8.25 16 C 8.25 14.757813 7.242188 13.75 6 13.75 Z M 26 14.75 C 25.308594 14.75 24.75 15.308594 24.75 16 C 24.75 16.691406 25.308594 17.25 26 17.25 C 26.691406 17.25 27.25 16.691406 27.25 16 C 27.25 15.308594 26.691406 14.75 26 14.75 Z M 8.9375 21.0625 C 7.832031 21.0625 6.9375 21.957031 6.9375 23.0625 C 6.9375 24.167969 7.832031 25.0625 8.9375 25.0625 C 10.042969 25.0625 10.9375 24.167969 10.9375 23.0625 C 10.9375 21.957031 10.042969 21.0625 8.9375 21.0625 Z M 23.0625 21.5625 C 22.234375 21.5625 21.5625 22.234375 21.5625 23.0625 C 21.5625 23.890625 22.234375 24.5625 23.0625 24.5625 C 23.890625 24.5625 24.5625 23.890625 24.5625 23.0625 C 24.5625 22.234375 23.890625 21.5625 23.0625 21.5625 Z M 16 24.25 C 15.035156 24.25 14.25 25.035156 14.25 26 C 14.25 26.964844 15.035156 27.75 16 27.75 C 16.964844 27.75 17.75 26.964844 17.75 26 C 17.75 25.035156 16.964844 24.25 16 24.25 Z\"/></svg></li><li title=\"splotch solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 17.378906 4.9179688 C 16.331437 4.9330156 15.328156 5.3603438 14.597656 6.1523438 L 12.65625 8.4511719 C 12.29325 8.8451719 11.7265 9.048 11.0625 9 L 7.96875 9 C 6.30275 9 4.8809063 9.8206719 4.2539062 11.138672 C 3.7409062 12.219672 3.8908906 13.424828 4.7128906 14.423828 L 6.7109375 16.476562 C 6.9809375 16.809563 7.0653594 17.087328 6.8183594 17.611328 L 5.3769531 20.132812 C 4.8299531 21.281812 4.9831094 22.564359 5.7871094 23.568359 C 6.6821094 24.684359 8.2012656 25.192609 9.6972656 24.849609 L 12.582031 24.070312 C 13.155031 23.939312 13.756562 24.067547 14.226562 24.435547 L 16.736328 26.242188 C 17.427328 26.786187 18.269953 27.066406 19.126953 27.066406 C 19.670953 27.066406 20.220234 26.953656 20.740234 26.722656 C 21.964234 26.182656 22.750797 25.111516 22.841797 23.853516 L 23.042969 21.066406 C 23.074969 20.610406 23.370859 20.191016 23.880859 19.916016 L 26.150391 18.533203 C 27.383391 17.872203 28.087234 16.642219 27.990234 15.324219 C 27.891234 13.978219 26.986859 12.839516 25.630859 12.353516 L 22.751953 11.320312 C 22.237953 11.136313 21.860141 10.751969 21.744141 10.292969 L 21.056641 7.5703125 C 20.741641 6.3253125 19.760641 5.3819688 18.431641 5.0429688 C 18.081141 4.9542188 17.728063 4.9129531 17.378906 4.9179688 z M 17.494141 6.9199219 C 17.650688 6.9249219 17.800047 6.9462187 17.935547 6.9804688 C 18.542547 7.1344688 18.983234 7.5405 19.115234 8.0625 L 19.802734 10.783203 C 20.082734 11.888203 20.929266 12.792125 22.072266 13.203125 L 24.953125 14.236328 C 25.564125 14.454328 25.953141 14.917656 25.994141 15.472656 C 26.034141 16.007656 25.74625 16.479875 25.15625 16.796875 L 22.888672 18.181641 C 21.818672 18.755641 21.129875 19.779828 21.046875 20.923828 L 20.845703 23.708984 C 20.792703 24.438984 20.189594 24.781531 19.933594 24.894531 C 19.414594 25.123531 18.627453 25.186484 17.939453 24.646484 L 15.429688 22.839844 C 14.757688 22.310844 13.907391 22.025391 13.025391 22.025391 C 12.718391 22.025391 12.407609 22.060813 12.099609 22.132812 L 9.2167969 22.912109 C 8.3467969 23.107109 7.6695625 22.717312 7.3515625 22.320312 C 7.1645625 22.087312 6.8924375 21.604547 7.1484375 21.060547 L 8.5917969 18.541016 C 9.1737969 17.321016 9.0630312 16.203344 8.2070312 15.152344 L 6.2070312 13.095703 C 5.8580312 12.669703 5.9365 12.263094 6.0625 11.996094 C 6.2805 11.537094 6.90975 11 7.96875 11 L 10.978516 10.998047 C 12.168516 11.095047 13.347297 10.651391 14.154297 9.7753906 L 16.09375 7.4765625 C 16.4935 7.0438125 17.0245 6.9049219 17.494141 6.9199219 z\"/></svg></li><li title=\"spotify \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 9.371094 4 4 9.371094 4 16 C 4 22.628906 9.371094 28 16 28 C 22.628906 28 28 22.628906 28 16 C 28 9.371094 22.628906 4 16 4 Z M 16 6 C 21.554688 6 26 10.445313 26 16 C 26 21.554688 21.554688 26 16 26 C 10.445313 26 6 21.554688 6 16 C 6 10.445313 10.445313 6 16 6 Z M 14.40625 10.75 C 12.460938 10.75 10.765625 10.929688 9.15625 11.4375 C 8.730469 11.523438 8.375 11.84375 8.375 12.4375 C 8.375 13.03125 8.8125 13.554688 9.40625 13.46875 C 9.660156 13.46875 9.832031 13.375 10 13.375 C 11.355469 13.035156 12.882813 12.875 14.40625 12.875 C 17.367188 12.875 20.40625 13.535156 22.4375 14.71875 C 22.691406 14.804688 22.777344 14.90625 23.03125 14.90625 C 23.625 14.90625 24.039063 14.46875 24.125 13.875 C 24.125 13.367188 23.871094 13.042969 23.53125 12.875 C 20.992188 11.4375 17.621094 10.75 14.40625 10.75 Z M 14.125 14.46875 C 12.347656 14.46875 11.082031 14.722656 9.8125 15.0625 C 9.390625 15.230469 9.15625 15.492188 9.15625 16 C 9.15625 16.421875 9.492188 16.84375 10 16.84375 C 10.171875 16.84375 10.246094 16.835938 10.5 16.75 C 11.429688 16.496094 12.707031 16.34375 14.0625 16.34375 C 16.855469 16.34375 19.285156 17.023438 21.0625 18.125 C 21.230469 18.210938 21.402344 18.28125 21.65625 18.28125 C 22.164063 18.28125 22.5 17.851563 22.5 17.34375 C 22.5 17.003906 22.339844 16.667969 22 16.5 C 19.800781 15.144531 17.003906 14.46875 14.125 14.46875 Z M 14.40625 18.125 C 12.96875 18.125 11.605469 18.285156 10.25 18.625 C 9.910156 18.710938 9.65625 18.953125 9.65625 19.375 C 9.65625 19.714844 9.921875 20.0625 10.34375 20.0625 C 10.429688 20.0625 10.675781 19.96875 10.84375 19.96875 C 11.945313 19.714844 13.128906 19.5625 14.3125 19.5625 C 16.425781 19.5625 18.359375 20.070313 19.96875 21 C 20.140625 21.085938 20.332031 21.15625 20.5 21.15625 C 20.839844 21.15625 21.164063 20.902344 21.25 20.5625 C 21.25 20.136719 21.066406 19.980469 20.8125 19.8125 C 18.949219 18.710938 16.773438 18.125 14.40625 18.125 Z\"/></svg></li><li title=\"spray can solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 12 2 L 12 8 L 14 8 L 14 9.0625 C 9.898438 9.5 8.125 12.53125 8.125 12.53125 L 8 12.75 L 8 30 L 22 30 L 22 12.75 L 21.875 12.53125 C 21.875 12.53125 20.101563 9.5 16 9.0625 L 16 8 L 18 8 L 18 2 Z M 24 2 C 23.449219 2 23 2.449219 23 3 C 23 3.550781 23.449219 4 24 4 C 24.550781 4 25 3.550781 25 3 C 25 2.449219 24.550781 2 24 2 Z M 14 4 L 16 4 L 16 6 L 14 6 Z M 21 4 C 20.449219 4 20 4.449219 20 5 C 20 5.550781 20.449219 6 21 6 C 21.550781 6 22 5.550781 22 5 C 22 4.449219 21.550781 4 21 4 Z M 24 6 C 23.449219 6 23 6.449219 23 7 C 23 7.550781 23.449219 8 24 8 C 24.550781 8 25 7.550781 25 7 C 25 6.449219 24.550781 6 24 6 Z M 15 11 C 16.738281 11 17.910156 11.480469 18.6875 12 L 11.3125 12 C 12.089844 11.480469 13.261719 11 15 11 Z M 10 14 L 20 14 L 20 28 L 10 28 Z M 15 18 C 13.355469 18 12 19.355469 12 21 C 12 22.644531 13.355469 24 15 24 C 16.644531 24 18 22.644531 18 21 C 18 19.355469 16.644531 18 15 18 Z M 15 20 C 15.5625 20 16 20.4375 16 21 C 16 21.5625 15.5625 22 15 22 C 14.4375 22 14 21.5625 14 21 C 14 20.4375 14.4375 20 15 20 Z\"/></svg></li><li title=\"square full solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6 6 L 6 26 L 26 26 L 26 6 L 6 6 z\"/></svg></li><li title=\"square root alt solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 19.3125 6 L 19.0625 6.65625 L 12.90625 22.71875 L 9.90625 16.5625 L 9.625 16 L 6 16 L 6 18 L 8.375 18 L 12 25.4375 L 12.28125 26 L 13.78125 26 L 14.03125 25.34375 L 20.6875 8 L 26 8 L 26 6 Z\"/></svg></li><li title=\"square solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6 6 L 6 26 L 26 26 L 26 6 L 6 6 z\"/></svg></li><li title=\"square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6 6 L 6 26 L 26 26 L 26 6 Z M 8 8 L 24 8 L 24 24 L 8 24 Z\"/></svg></li><li title=\"squarespace \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 12.941406 6 C 12.325156 5.99875 11.710234 6.233125 11.240234 6.703125 L 11.230469 6.7148438 L 5.4101562 12.533203 C 3.5301563 14.413203 3.5301563 17.473516 5.4101562 19.353516 C 7.3001562 21.233516 10.350234 21.233516 12.240234 19.353516 L 19.910156 11.683594 C 20.380156 11.203594 20.380156 10.444609 19.910156 9.9746094 C 19.440156 9.5046094 18.680937 9.5046094 18.210938 9.9746094 L 10.529297 17.644531 C 9.5892969 18.594531 8.0591406 18.594531 7.1191406 17.644531 C 6.6491406 17.174531 6.4199219 16.563359 6.4199219 15.943359 C 6.4199219 15.323359 6.6491406 14.704375 7.1191406 14.234375 L 14.650391 6.7148438 C 14.175391 6.2398437 13.557656 6.00125 12.941406 6 z M 19.056641 6.0039062 C 17.822891 6.0039062 16.590391 6.4740625 15.650391 7.4140625 L 7.9707031 15.09375 C 7.5007031 15.56375 7.5007031 16.324922 7.9707031 16.794922 C 8.4407031 17.264922 9.2096875 17.264922 9.6796875 16.794922 L 17.349609 9.1230469 C 18.289609 8.1730469 19.819766 8.1730469 20.759766 9.1230469 C 20.999766 9.3630469 21.299141 9.4746094 21.619141 9.4746094 C 21.919141 9.4746094 22.240703 9.3630469 22.470703 9.1230469 C 22.940703 8.6530469 22.940703 7.8840625 22.470703 7.4140625 C 21.525703 6.4740625 20.290391 6.0039062 19.056641 6.0039062 z M 24.175781 11.232422 C 22.940781 11.232422 21.704766 11.705391 20.759766 12.650391 L 13.089844 20.320312 C 12.619844 20.790313 12.619844 21.559297 13.089844 22.029297 C 13.559844 22.499297 14.319062 22.499297 14.789062 22.029297 L 22.470703 14.349609 C 23.410703 13.409609 24.940859 13.409609 25.880859 14.349609 C 26.820859 15.299609 26.820859 16.819531 25.880859 17.769531 L 18.349609 25.289062 C 19.289609 26.229062 20.819766 26.229063 21.759766 25.289062 L 27.589844 19.470703 C 29.469844 17.590703 29.469844 14.530391 27.589844 12.650391 C 26.644844 11.705391 25.410781 11.232422 24.175781 11.232422 z M 24.175781 14.857422 C 23.865781 14.857422 23.555312 14.975938 23.320312 15.210938 L 15.650391 22.880859 C 14.710391 23.820859 13.180234 23.820859 12.240234 22.880859 L 12.230469 22.880859 C 11.760469 22.410859 10.999297 22.410859 10.529297 22.880859 C 10.299297 23.120859 10.179688 23.420234 10.179688 23.740234 C 10.179687 24.040234 10.299297 24.359844 10.529297 24.589844 C 11.469297 25.529844 12.699453 26 13.939453 26 C 15.179453 26 16.409609 25.529844 17.349609 24.589844 L 25.029297 16.910156 C 25.499297 16.440156 25.499297 15.680938 25.029297 15.210938 C 24.794297 14.975938 24.485781 14.857422 24.175781 14.857422 z\"/></svg></li><li title=\"stack exchange \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 9 4 C 6.800781 4 5 5.800781 5 8 L 5 22 C 5 24.199219 6.800781 26 9 26 L 17 26 L 17 30.21875 L 18.5625 30.21875 L 18.875 29.90625 L 22.5625 26 L 23 26 C 25.199219 26 27 24.199219 27 22 L 27 8 C 27 5.800781 25.199219 4 23 4 Z M 9 6 L 23 6 C 24.117188 6 25 6.882813 25 8 L 25 9 L 7 9 L 7 8 C 7 6.882813 7.882813 6 9 6 Z M 7 11 L 25 11 L 25 14 L 7 14 Z M 7 16 L 25 16 L 25 19 L 7 19 Z M 7 21 L 25 21 L 25 22 C 25 23.117188 24.117188 24 23 24 L 21.6875 24 L 21.40625 24.3125 L 19 26.84375 L 19 24 L 9 24 C 7.882813 24 7 23.117188 7 22 Z\"/></svg></li><li title=\"stack overflow \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 19.59375 2.84375 L 17.96875 3.96875 L 23.5625 12.1875 L 25.1875 11.0625 Z M 15.375 6.53125 L 14.0625 8.03125 L 21.5625 14.53125 L 22.875 13.03125 Z M 12.375 10.90625 L 11.46875 12.6875 L 20.3125 17.1875 L 21.21875 15.40625 Z M 10.65625 15.4375 L 10.21875 17.375 L 19.875 19.65625 L 20.3125 17.71875 Z M 6 18 L 6 29 L 24 29 L 24 18 L 22 18 L 22 27 L 8 27 L 8 18 Z M 10.09375 19.6875 L 9.96875 21.6875 L 19.875 22.25 L 20 20.25 Z M 10 23 L 10 25 L 19.9375 25 L 19.9375 23 Z\"/></svg></li><li title=\"stackpath \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 L 5 5 z M 7 7 L 25 7 L 25 25 L 7 25 L 7 7 z M 10.779297 13 C 9.7892969 13 8.5390625 13.460625 8.5390625 14.640625 C 8.5390625 15.470625 8.9309375 15.979062 10.710938 16.539062 C 11.450938 16.799062 11.640625 16.979141 11.640625 17.369141 C 11.640625 18.019141 10.830547 17.980469 10.810547 17.980469 C 9.9405469 17.980469 9.7109375 17.589063 9.7109375 17.039062 L 8.4003906 17.039062 L 8.390625 17.070312 C 8.360625 18.410312 9.6005469 19 10.810547 19 C 12.090547 19 13 18.419375 13 17.359375 C 13 16.449375 12.48 15.879453 11 15.439453 C 10.12 15.129453 9.890625 14.980391 9.890625 14.650391 C 9.890625 14.320391 10.189766 14.019531 10.759766 14.019531 C 11.359766 14.019531 11.650391 14.380547 11.650391 14.810547 L 12.960938 14.810547 L 12.970703 14.779297 C 12.990703 13.939297 12.329297 13 10.779297 13 z M 14 13.044922 L 14 18.955078 L 15.380859 18.955078 L 15.380859 16.925781 L 16.220703 16.925781 C 17.510703 16.925781 18.5 16.244375 18.5 14.984375 C 18.5 13.904375 17.710703 13.044922 16.220703 13.044922 L 14 13.044922 z M 20.210938 13.044922 L 18.160156 18.955078 L 19.439453 18.955078 L 21.539062 13.044922 L 20.210938 13.044922 z M 22.669922 13.044922 L 20.619141 18.955078 L 21.900391 18.955078 L 24 13.044922 L 22.669922 13.044922 z M 15.380859 14.095703 L 16.220703 14.095703 C 16.950703 14.095703 17.130859 14.624141 17.130859 14.994141 C 17.130859 15.354141 16.950703 15.875 16.220703 15.875 L 15.380859 15.875 L 15.380859 14.095703 z\"/></svg></li><li title=\"stamp solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 2.90625 C 12.726563 2.90625 10.0625 5.570313 10.0625 8.84375 C 10.0625 10.789063 10.96875 12.167969 11.71875 13.21875 C 12.46875 14.269531 13 14.992188 13 16.03125 L 13 19.21875 L 4.78125 21.03125 L 4 21.1875 L 4 26 L 5 26 L 5 27 C 5 27.574219 5.253906 28.117188 5.65625 28.46875 C 6.058594 28.820313 6.574219 29 7.09375 29 L 24.90625 29 C 25.425781 29 25.941406 28.820313 26.34375 28.46875 C 26.746094 28.117188 27 27.574219 27 27 L 27 26 L 28 26 L 28 21.1875 L 27.21875 21.03125 L 19 19.21875 L 19 16.03125 C 19 14.992188 19.53125 14.269531 20.28125 13.21875 C 21.03125 12.167969 21.9375 10.789063 21.9375 8.84375 C 21.9375 5.570313 19.273438 2.90625 16 2.90625 Z M 16 4.90625 C 18.195313 4.90625 19.9375 6.648438 19.9375 8.84375 C 19.9375 10.195313 19.382813 11.042969 18.65625 12.0625 C 17.929688 13.082031 17 14.285156 17 16.03125 L 17 19 L 15 19 L 15 16.03125 C 15 14.285156 14.070313 13.082031 13.34375 12.0625 C 12.617188 11.042969 12.0625 10.195313 12.0625 8.84375 C 12.0625 6.648438 13.804688 4.90625 16 4.90625 Z M 14 21 L 18 21 L 26 22.78125 L 26 24 L 6 24 L 6 22.78125 Z M 7 26 L 25 26 L 25 26.96875 C 24.988281 26.976563 24.972656 27 24.90625 27 L 7.09375 27 C 7.027344 27 7.011719 26.976563 7 26.96875 Z\"/></svg></li><li title=\"star and crescent solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 14.5 4 C 8.144531 4 3.03125 9.410156 3.03125 16 C 3.03125 22.589844 8.144531 28 14.5 28 C 18.367188 28 20.976563 26.445313 22.9375 24.59375 L 22.25 23.875 L 21.75 23 C 20.59375 23.683594 19.535156 24 17 24 C 12.574219 24 9 20.660156 9 16 C 9 11.339844 12.578125 8 17 8 C 19.148438 8 20.644531 8.339844 21.71875 8.9375 L 21.9375 8.53125 L 22 8.46875 L 21.75 8.9375 C 21.769531 8.949219 21.785156 8.953125 21.8125 8.96875 L 22.3125 8.125 L 23.03125 7.40625 C 21.03125 5.519531 18.175781 4 14.5 4 Z M 14.5 6 C 14.960938 6 15.386719 6.042969 15.8125 6.09375 C 10.90625 6.667969 7 10.71875 7 16 C 7 21.292969 10.925781 25.34375 15.84375 25.90625 C 15.417969 25.953125 14.980469 26 14.5 26 C 9.277344 26 5.03125 21.558594 5.03125 16 C 5.03125 10.4375 9.277344 6 14.5 6 Z M 25.59375 11 L 23.4375 14.09375 L 20.03125 12.875 L 22.125 16 L 20 19.0625 L 23.4375 17.90625 L 25.5625 21 L 25.5625 17.1875 L 29 16 L 25.5625 14.8125 Z\"/></svg></li><li title=\"star half alt solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 2.375 L 15.09375 4.40625 L 11.84375 11.71875 L 3.90625 12.53125 L 1.65625 12.78125 L 3.34375 14.28125 L 9.25 19.625 L 7.59375 27.4375 L 7.125 29.625 L 7.15625 29.625 L 9.09375 28.5 L 16 24.53125 L 22.90625 28.5 L 24.875 29.625 L 24.40625 27.4375 L 22.75 19.625 L 28.65625 14.28125 L 30.34375 12.78125 L 28.09375 12.53125 L 20.15625 11.71875 L 16.90625 4.40625 Z M 16 7.28125 L 18.5625 13.0625 L 18.8125 13.5625 L 19.375 13.625 L 25.6875 14.28125 L 20.96875 18.53125 L 20.53125 18.90625 L 20.65625 19.46875 L 21.96875 25.65625 L 16.5 22.5 L 16 22.21875 Z\"/></svg></li><li title=\"star half solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 2.132813 L 11.835938 11.472656 L 1.664063 12.546875 L 9.261719 19.394531 L 7.140625 29.398438 L 16 24.289063 Z\"/></svg></li><li title=\"star half \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 2.132813 L 11.835938 11.472656 L 1.664063 12.546875 L 9.261719 19.394531 L 7.140625 29.398438 L 16 24.289063 Z\"/></svg></li><li title=\"star of david solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 2.0625 L 15.15625 3.46875 L 11.78125 9 L 3.3125 9 L 4.21875 10.53125 L 7.53125 16 L 4.21875 21.46875 L 3.3125 23 L 11.78125 23 L 15.15625 28.53125 L 16 29.9375 L 16.84375 28.53125 L 20.21875 23 L 28.78125 23 L 27.84375 21.46875 L 24.5 16 L 27.84375 10.53125 L 28.78125 9 L 20.21875 9 L 16.84375 3.46875 Z M 16 5.90625 L 17.875 9 L 14.125 9 Z M 6.875 11 L 10.59375 11 L 8.71875 14.0625 Z M 12.90625 11 L 19.125 11 L 22.15625 16 L 19.125 21 L 12.90625 21 L 9.90625 16 Z M 21.4375 11 L 25.21875 11 L 23.34375 14.09375 Z M 23.34375 17.90625 L 25.21875 21 L 21.4375 21 Z M 8.71875 17.9375 L 10.59375 21 L 6.875 21 Z M 14.125 23 L 17.875 23 L 16 26.09375 Z\"/></svg></li><li title=\"star of life solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 13 4 L 13 10.804688 L 7.1074219 7.4023438 L 4.1074219 12.599609 L 10 16 L 4.1074219 19.400391 L 7.1074219 24.597656 L 13 21.195312 L 13 28 L 19 28 L 19 21.195312 L 24.892578 24.597656 L 27.892578 19.400391 L 22 16 L 27.892578 12.599609 L 24.892578 7.4023438 L 19 10.804688 L 19 4 L 13 4 z M 15 6 L 17 6 L 17 14.269531 L 24.160156 10.134766 L 25.160156 11.865234 L 18 16 L 25.160156 20.134766 L 24.160156 21.865234 L 17 17.730469 L 17 26 L 15 26 L 15 17.730469 L 7.8398438 21.865234 L 6.8398438 20.134766 L 14 16 L 6.8398438 11.865234 L 7.8398438 10.134766 L 15 14.269531 L 15 6 z\"/></svg></li><li title=\"star solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 30.335938 12.546875 L 20.164063 11.472656 L 16 2.132813 L 11.835938 11.472656 L 1.664063 12.546875 L 9.261719 19.394531 L 7.140625 29.398438 L 16 24.289063 L 24.859375 29.398438 L 22.738281 19.394531 Z\"/></svg></li><li title=\"star \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 2.125 L 15.09375 4.1875 L 11.84375 11.46875 L 3.90625 12.3125 L 1.65625 12.5625 L 3.34375 14.0625 L 9.25 19.40625 L 7.59375 27.21875 L 7.125 29.40625 L 9.09375 28.28125 L 16 24.28125 L 22.90625 28.28125 L 24.875 29.40625 L 24.40625 27.21875 L 22.75 19.40625 L 28.65625 14.0625 L 30.34375 12.5625 L 28.09375 12.3125 L 20.15625 11.46875 L 16.90625 4.1875 Z M 16 7.03125 L 18.5625 12.8125 L 18.8125 13.34375 L 19.375 13.40625 L 25.65625 14.0625 L 20.96875 18.28125 L 20.53125 18.6875 L 20.65625 19.25 L 21.96875 25.40625 L 16.5 22.28125 L 16 21.96875 L 15.5 22.28125 L 10.03125 25.40625 L 11.34375 19.25 L 11.46875 18.6875 L 11.03125 18.28125 L 6.34375 14.0625 L 12.625 13.40625 L 13.1875 13.34375 L 13.4375 12.8125 Z\"/></svg></li><li title=\"staylinked \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16.054688 4.0058594 C 15.925063 3.9871094 15.756859 4.0139688 15.568359 4.1679688 L 6.1640625 11.742188 C 5.9730625 11.892188 5.946375 12.1495 6.109375 12.3125 L 8.0332031 14.261719 L 15.841797 21.978516 C 16.009797 22.142516 16.301188 22.152047 16.492188 21.998047 L 18.775391 20.185547 L 18.761719 20.171875 L 19.111328 19.890625 C 19.302328 19.740625 19.320344 19.483313 19.152344 19.320312 L 16.554688 16.777344 C 16.390687 16.613344 16.099203 16.605859 15.908203 16.755859 L 15.904297 16.759766 C 15.713297 16.909766 15.426813 16.904234 15.257812 16.740234 L 10.955078 12.449219 C 10.791078 12.285219 10.814859 12.034859 11.005859 11.880859 L 15.199219 8.5371094 C 15.385219 8.3871094 15.668031 8.3975469 15.832031 8.5605469 L 23.126953 15.992188 C 23.294953 16.156188 23.581578 16.165625 23.767578 16.015625 L 25.849609 14.34375 C 26.036609 14.19375 26.051813 13.936437 25.882812 13.773438 L 16.310547 4.1152344 C 16.276547 4.0872344 16.184312 4.0246094 16.054688 4.0058594 z M 15.492188 9.8476562 C 15.378438 9.8436563 15.261469 9.878125 15.167969 9.953125 L 12.5625 11.992188 C 12.3715 12.142188 12.352719 12.3995 12.511719 12.5625 L 15.609375 15.566406 C 15.773375 15.730406 16.059094 15.739844 16.246094 15.589844 L 16.251953 15.585938 C 16.437953 15.435937 16.724672 15.444422 16.888672 15.607422 L 20.707031 19.408203 C 20.871031 19.572203 20.854969 19.829516 20.667969 19.978516 L 16.429688 23.4375 C 16.238688 23.5915 15.952203 23.581969 15.783203 23.417969 L 8.875 16.523438 C 8.716 16.359437 8.4331875 16.351953 8.2421875 16.501953 L 6.1601562 18.132812 C 5.9691563 18.282812 5.9464687 18.540125 6.1054688 18.703125 L 15.595703 27.869141 C 15.595703 27.869141 15.932813 28.187031 16.382812 27.832031 L 25.386719 20.171875 C 25.568719 20.021875 25.585969 19.764563 25.417969 19.601562 L 23.404297 17.671875 L 15.796875 9.9765625 C 15.717375 9.8945625 15.605937 9.8516562 15.492188 9.8476562 z\"/></svg></li><li title=\"steam square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 16 L 8.8125 17.59375 C 9.523438 16.660156 10.621094 16.035156 11.875 16 L 14.03125 12.75 C 14.15625 10.101563 16.320313 8 19 8 C 21.761719 8 24 10.238281 24 13 C 24 15.679688 21.898438 17.84375 19.25 17.96875 L 16 20.125 C 15.9375 22.28125 14.171875 24 12 24 C 9.789063 24 8 22.210938 8 20 C 8 19.808594 8.035156 19.621094 8.0625 19.4375 L 5 18.15625 L 5 27 L 27 27 L 27 5 Z M 19 10 C 17.347656 10 16 11.347656 16 13 C 16 14.652344 17.347656 16 19 16 C 20.652344 16 22 14.652344 22 13 C 22 11.347656 20.652344 10 19 10 Z M 19 11 C 20.109375 11 21 11.890625 21 13 C 21 14.109375 20.109375 15 19 15 C 17.890625 15 17 14.109375 17 13 C 17 11.890625 17.890625 11 19 11 Z M 12 18 C 11.546875 18 11.117188 18.148438 10.78125 18.40625 L 12.375 19.0625 C 12.886719 19.273438 13.152344 19.863281 12.9375 20.375 C 12.777344 20.757813 12.390625 21 12 21 C 11.871094 21 11.75 20.992188 11.625 20.9375 L 10.03125 20.25 C 10.160156 21.230469 10.984375 22 12 22 C 13.105469 22 14 21.105469 14 20 C 14 18.894531 13.105469 18 12 18 Z\"/></svg></li><li title=\"steam symbol \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 22 6 C 18.745659 6 16.09469 8.6041857 16.007812 11.837891 L 12.337891 17.083984 C 12.065931 17.032464 11.786701 17 11.5 17 C 10.551677 17 9.673638 17.297769 8.9472656 17.800781 L 4 15.84375 L 4 21.220703 L 7.1054688 22.449219 C 7.5429388 24.475474 9.3449541 26 11.5 26 C 13.703628 26 15.534282 24.405137 15.917969 22.310547 L 21.691406 17.984375 C 21.794183 17.989633 21.895937 18 22 18 C 25.309 18 28 15.309 28 12 C 28 8.691 25.309 6 22 6 z M 22 8 C 24.206 8 26 9.794 26 12 C 26 14.206 24.206 16 22 16 C 19.794 16 18 14.206 18 12 C 18 9.794 19.794 8 22 8 z M 22 9 A 3 3 0 0 0 22 15 A 3 3 0 0 0 22 9 z M 11.5 18 C 13.43 18 15 19.57 15 21.5 C 15 23.43 13.43 25 11.5 25 C 10.078718 25 8.8581368 24.145398 8.3105469 22.925781 L 10.580078 23.824219 C 10.882078 23.944219 11.192047 24.001953 11.498047 24.001953 C 12.494047 24.001953 13.436219 23.403875 13.824219 22.421875 C 14.333219 21.137875 13.703922 19.683781 12.419922 19.175781 L 10.142578 18.273438 C 10.560118 18.097145 11.019013 18 11.5 18 z\"/></svg></li><li title=\"steam \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 8.832 23.168 3 16 3 z M 16 5 C 22.065 5 27 9.935 27 16 C 27 22.065 22.065 27 16 27 C 10.891494 27 6.5985638 23.494211 5.3671875 18.765625 L 9.0332031 20.335938 C 9.2019466 21.832895 10.457908 23 12 23 C 13.657 23 15 21.657 15 20 C 15 19.968 14.991234 19.93725 14.990234 19.90625 L 19.167969 16.984375 C 21.297969 16.894375 23 15.152 23 13 C 23 10.791 21.209 9 19 9 C 16.848 9 15.106578 10.702031 15.017578 12.832031 L 12.09375 17.009766 C 12.06175 17.008766 12.032 17 12 17 C 11.336696 17 10.729087 17.22153 10.232422 17.585938 L 5.0332031 15.357422 C 5.3688686 9.5919516 10.151903 5 16 5 z M 19 10 C 20.657 10 22 11.343 22 13 C 22 14.657 20.657 16 19 16 C 17.343 16 16 14.657 16 13 C 16 11.343 17.343 10 19 10 z M 19 11 A 2 2 0 0 0 19 15 A 2 2 0 0 0 19 11 z M 12 18 C 13.105 18 14 18.895 14 20 C 14 21.105 13.105 22 12 22 C 11.191213 22 10.498775 21.518477 10.183594 20.828125 L 10.966797 21.164062 C 11.158797 21.247062 11.359641 21.287109 11.556641 21.287109 C 12.138641 21.287109 12.6935 20.945953 12.9375 20.376953 C 13.2635 19.615953 12.910438 18.734203 12.148438 18.408203 L 11.419922 18.095703 C 11.604729 18.039385 11.796712 18 12 18 z\"/></svg></li><li title=\"step backward solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 8 5 L 8 27 L 10 27 L 10 16.5 L 10.4375 16.8125 L 23.4375 25.8125 L 25 26.90625 L 25 5.09375 L 23.4375 6.1875 L 10.4375 15.1875 L 10 15.5 L 10 5 Z M 23 8.90625 L 23 23.09375 L 12.75 16 Z\"/></svg></li><li title=\"step forward solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 22 5 L 22 15.5 L 21.5625 15.1875 L 8.5625 6.1875 L 7 5.09375 L 7 26.90625 L 8.5625 25.8125 L 21.5625 16.8125 L 22 16.5 L 22 27 L 24 27 L 24 5 Z M 9 8.90625 L 19.25 16 L 9 23.09375 Z\"/></svg></li><li title=\"stethoscope solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 7 4 C 6.210938 4 5.542969 4.460938 5.21875 5.125 C 3.953125 5.476563 3 6.628906 3 8 L 3 17.375 L 3.25 17.65625 C 3.25 17.65625 5.605469 20.414063 9 20.90625 L 9 23 C 9 26.300781 11.699219 29 15 29 C 18.300781 29 21 26.300781 21 23 L 21 18 C 21 16.882813 21.882813 16 23 16 C 24.117188 16 25 16.882813 25 18 L 25 18.1875 C 23.84375 18.605469 23 19.707031 23 21 C 23 22.644531 24.355469 24 26 24 C 27.644531 24 29 22.644531 29 21 C 29 19.707031 28.15625 18.605469 27 18.1875 L 27 18 C 27 15.800781 25.199219 14 23 14 C 20.800781 14 19 15.800781 19 18 L 19 23 C 19 25.21875 17.21875 27 15 27 C 12.78125 27 11 25.21875 11 23 L 11 20.90625 C 14.394531 20.414063 16.75 17.65625 16.75 17.65625 L 17 17.375 L 17 8 C 17 6.628906 16.046875 5.476563 14.78125 5.125 C 14.457031 4.460938 13.789063 4 13 4 C 11.894531 4 11 4.894531 11 6 C 11 7.105469 11.894531 8 13 8 C 13.65625 8 14.230469 7.679688 14.59375 7.1875 C 14.84375 7.367188 15 7.660156 15 8 L 15 16.5625 C 14.640625 16.925781 12.511719 19 10 19 C 7.488281 19 5.359375 16.925781 5 16.5625 L 5 8 C 5 7.660156 5.15625 7.367188 5.40625 7.1875 C 5.769531 7.679688 6.34375 8 7 8 C 8.105469 8 9 7.105469 9 6 C 9 4.894531 8.105469 4 7 4 Z M 26 20 C 26.5625 20 27 20.4375 27 21 C 27 21.5625 26.5625 22 26 22 C 25.4375 22 25 21.5625 25 21 C 25 20.4375 25.4375 20 26 20 Z\"/></svg></li><li title=\"sticker mule \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 26.230469 5 C 26.080469 5 25.717484 6.0322187 25.521484 6.0742188 C 25.304484 6.1282188 24.359578 5.5992187 22.392578 6.8242188 C 21.338578 7.3742187 18.772578 9.5409219 18.767578 9.5449219 C 18.488578 9.7409219 17.935063 9.7418906 17.289062 10.212891 C 15.439063 11.466891 12.723734 10.651766 12.677734 10.634766 C 8.0697344 9.5177656 7.3437344 10.001281 6.0527344 11.113281 C 5.1857344 11.859281 5.0659219 12.634375 5.0449219 12.734375 C 4.8699219 13.584375 5.2622187 14.745109 5.3242188 15.412109 C 5.3992188 16.216109 5.2115313 16.102938 5.6445312 19.460938 C 5.6655312 19.502938 5.8164219 19.461438 5.8574219 19.523438 C 5.8574219 19.873438 5.6985469 20.026453 5.6855469 20.064453 C 5.6235469 20.251453 5.6235469 20.502422 5.6855469 20.732422 C 5.7815469 21.074422 6.0273437 22.244437 6.0273438 22.648438 C 6.0273438 24.389437 6.0457187 24.480078 6.1367188 24.705078 C 6.2987187 25.122078 6.65675 25.084078 6.84375 25.205078 C 6.97275 25.351078 6.8237187 25.559562 6.8867188 25.726562 C 6.9077187 25.809562 7.0365312 25.894547 7.1445312 25.935547 C 7.5275313 26.085547 8.269625 25.946078 8.390625 25.830078 C 8.457625 25.768078 8.4115313 25.644047 8.5195312 25.623047 C 8.7315312 25.623047 8.9691406 25.602531 9.1191406 25.519531 C 9.3311406 25.415531 9.2906406 25.269031 9.1816406 25.082031 C 9.1646406 25.049031 8.8894375 24.527062 8.7734375 24.414062 C 8.6864375 24.331063 8.5606563 24.290516 8.4726562 24.228516 C 8.2306562 24.024516 8.0449219 23.420016 8.0449219 23.416016 C 7.8529219 22.608016 7.6150469 21.525875 7.8730469 20.671875 C 8.0650469 19.954875 9.5194375 17.017672 9.5234375 17.013672 C 9.6944375 16.742672 10.231156 16.533703 10.660156 16.720703 C 10.910156 16.799703 11.463766 17.488375 13.384766 17.859375 C 15.380766 18.221375 17.442594 17.777344 18.058594 17.777344 C 18.175594 17.860344 17.979109 18.467875 18.037109 19.546875 C 18.037109 20.646875 18.021188 20.117969 17.867188 20.792969 C 17.775188 21.196969 18.008687 21.759094 17.804688 22.746094 C 17.746688 23.154094 17.392891 23.777656 17.462891 24.222656 C 17.483891 24.264656 17.505391 24.304187 17.525391 24.367188 C 17.546391 24.554188 17.586797 24.722156 17.716797 24.785156 C 18.020797 24.935156 18.217 24.638672 18.125 25.263672 C 18.096 25.392672 18.0175 25.763672 18.1875 25.888672 C 18.3705 26.042672 19.461031 26.031156 19.707031 25.910156 C 19.815031 25.848156 19.774609 25.722562 19.974609 25.601562 C 20.053609 25.564563 20.445312 25.584078 20.445312 25.330078 C 20.457313 25.255078 20.062594 24.502047 20.058594 24.498047 C 19.950594 24.352047 19.675891 24.310062 19.587891 24.164062 C 19.300891 23.743063 19.517375 22.304484 19.609375 22.021484 C 19.734375 21.563484 19.841703 21.088875 19.970703 20.671875 C 20.428703 18.900875 20.400203 18.563172 20.658203 17.826172 C 20.691203 17.751172 20.925891 16.864078 21.087891 16.580078 C 21.474891 15.872078 21.990422 15.230469 22.482422 14.605469 C 23.232422 13.651469 23.898437 12.651266 24.648438 11.697266 C 24.902438 11.405266 24.990438 11.127234 25.398438 11.365234 C 25.848437 11.602234 26.299516 11.656266 26.728516 12.072266 C 27.336516 12.605266 27.153703 12.831344 27.220703 13.027344 C 27.282703 13.235344 27.541797 13.464828 27.841797 13.423828 C 28.274797 13.340828 28.382438 13.318359 28.398438 13.318359 C 28.506438 13.297359 28.636219 13.111328 28.699219 12.986328 C 28.828219 12.757328 28.998047 12.610828 28.998047 12.298828 C 28.999047 11.973828 28.983578 12.178797 28.142578 10.091797 C 27.821578 9.1627969 27.929984 9.7916875 27.583984 8.5546875 C 27.516984 8.2836875 27.434172 7.9497031 27.326172 7.7207031 C 27.143172 7.3587031 27.134766 7.4082188 27.134766 7.3242188 C 27.134766 7.1032187 28.412781 5.4380937 27.925781 5.3710938 C 27.688781 5.3460937 27.418359 5.853125 27.068359 6.078125 C 26.710359 6.253125 26.734672 6.2871094 26.638672 6.2871094 C 26.530672 6.2871094 26.401859 6.161125 26.380859 6.078125 C 26.295859 5.841125 26.459469 5 26.230469 5 z\"/></svg></li><li title=\"sticky note solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 20.40625 27 L 20.71875 26.71875 L 26.71875 20.71875 L 27 20.40625 L 27 5 Z M 7 7 L 25 7 L 25 19 L 19 19 L 19 25 L 7 25 Z M 21 21 L 23.5625 21 L 21 23.5625 Z\"/></svg></li><li title=\"sticky note \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 20.40625 27 L 20.71875 26.71875 L 26.71875 20.71875 L 27 20.40625 L 27 5 Z M 7 7 L 25 7 L 25 19 L 19 19 L 19 25 L 7 25 Z M 21 21 L 23.5625 21 L 21 23.5625 Z\"/></svg></li><li title=\"stop circle solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.85 3 3 8.85 3 16 C 3 23.15 8.85 29 16 29 C 23.15 29 29 23.15 29 16 C 29 8.85 23.15 3 16 3 z M 16 5 C 22.05 5 27 9.95 27 16 C 27 22.05 22.05 27 16 27 C 9.95 27 5 22.05 5 16 C 5 9.95 9.95 5 16 5 z M 11 11 L 11 13.5 L 11 18.5 L 11 21 L 13.5 21 L 18.5 21 L 21 21 L 21 18.5 L 21 13.5 L 21 11 L 18.5 11 L 13.5 11 L 11 11 z M 13 13 L 19 13 L 19 19 L 13 19 L 13 13 z\"/></svg></li><li title=\"stop circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.85 3 3 8.85 3 16 C 3 23.15 8.85 29 16 29 C 23.15 29 29 23.15 29 16 C 29 8.85 23.15 3 16 3 z M 16 5 C 22.05 5 27 9.95 27 16 C 27 22.05 22.05 27 16 27 C 9.95 27 5 22.05 5 16 C 5 9.95 9.95 5 16 5 z M 11 11 L 11 13.5 L 11 18.5 L 11 21 L 13.5 21 L 18.5 21 L 21 21 L 21 18.5 L 21 13.5 L 21 11 L 18.5 11 L 13.5 11 L 11 11 z M 13 13 L 19 13 L 19 19 L 13 19 L 13 13 z\"/></svg></li><li title=\"stop solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6 6 L 6 26 L 26 26 L 26 6 Z M 8 8 L 24 8 L 24 24 L 8 24 Z\"/></svg></li><li title=\"stopwatch solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 13 4 L 13 6 L 19 6 L 19 4 Z M 16 7 C 9.9375 7 5 11.9375 5 18 C 5 24.0625 9.9375 29 16 29 C 22.0625 29 27 24.0625 27 18 C 27 15.082031 25.863281 12.410156 24 10.4375 L 25.71875 8.71875 L 24.28125 7.28125 L 22.46875 9.09375 C 20.65625 7.773438 18.410156 7 16 7 Z M 16 9 C 20.980469 9 25 13.019531 25 18 C 25 22.980469 20.980469 27 16 27 C 11.019531 27 7 22.980469 7 18 C 7 13.019531 11.019531 9 16 9 Z M 15 11 L 15 16.28125 C 14.402344 16.628906 14 17.261719 14 18 C 14 18.738281 14.402344 19.371094 15 19.71875 L 15 21 L 17 21 L 17 19.71875 C 17.597656 19.371094 18 18.738281 18 18 C 18 17.261719 17.597656 16.628906 17 16.28125 L 17 11 Z\"/></svg></li><li title=\"store alt solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 4 4 L 4 7.65625 L 1 11.65625 L 1 12 C 1 13.644531 2.355469 15 4 15 L 4 28 L 20 28 L 20 19 L 22 19 L 22 28 L 28 28 L 28 15 C 29.644531 15 31 13.644531 31 12 L 31 11.65625 L 28 7.65625 L 28 4 Z M 6 6 L 26 6 L 26 7 L 6 7 Z M 5.5 9 L 26.5 9 L 28.90625 12.21875 C 28.796875 12.652344 28.46875 13 28 13 C 27.445313 13 27 12.554688 27 12 L 25 12 C 25 12.554688 24.554688 13 24 13 C 23.445313 13 23 12.554688 23 12 L 21 12 C 21 12.554688 20.554688 13 20 13 C 19.445313 13 19 12.554688 19 12 L 17 12 C 17 12.554688 16.554688 13 16 13 C 15.445313 13 15 12.554688 15 12 L 13 12 C 13 12.554688 12.554688 13 12 13 C 11.445313 13 11 12.554688 11 12 L 9 12 C 9 12.554688 8.554688 13 8 13 C 7.445313 13 7 12.554688 7 12 L 5 12 C 5 12.554688 4.554688 13 4 13 C 3.53125 13 3.203125 12.652344 3.09375 12.21875 Z M 6 14.21875 C 6.53125 14.699219 7.234375 15 8 15 C 8.765625 15 9.46875 14.699219 10 14.21875 C 10.53125 14.699219 11.234375 15 12 15 C 12.765625 15 13.46875 14.699219 14 14.21875 C 14.53125 14.699219 15.234375 15 16 15 C 16.765625 15 17.46875 14.699219 18 14.21875 C 18.53125 14.699219 19.234375 15 20 15 C 20.765625 15 21.46875 14.699219 22 14.21875 C 22.53125 14.699219 23.234375 15 24 15 C 24.765625 15 25.46875 14.699219 26 14.21875 L 26 26 L 24 26 L 24 17 L 18 17 L 18 26 L 6 26 Z M 8 17 L 8 24 L 16 24 L 16 17 Z M 10 19 L 14 19 L 14 22 L 10 22 Z\"/></svg></li><li title=\"store solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 4 4 L 4 7.65625 L 1 11.65625 L 1 12 C 1 13.645 2.355 15 4 15 L 4 28 L 28 28 L 28 15 C 29.645 15 31 13.645 31 12 L 31 11.65625 L 28 7.65625 L 28 4 L 4 4 z M 6 6 L 26 6 L 26 7 L 6 7 L 6 6 z M 5.5 9 L 26.5 9 L 28.90625 12.21875 C 28.79725 12.65175 28.469 13 28 13 C 27.445 13 27 12.555 27 12 L 25 12 C 25 12.555 24.555 13 24 13 C 23.445 13 23 12.555 23 12 L 21 12 C 21 12.555 20.555 13 20 13 C 19.445 13 19 12.555 19 12 L 17 12 C 17 12.555 16.555 13 16 13 C 15.445 13 15 12.555 15 12 L 13 12 C 13 12.555 12.555 13 12 13 C 11.445 13 11 12.555 11 12 L 9 12 C 9 12.555 8.555 13 8 13 C 7.445 13 7 12.555 7 12 L 5 12 C 5 12.555 4.555 13 4 13 C 3.531 13 3.20275 12.65175 3.09375 12.21875 L 5.5 9 z M 6 14.21875 C 6.531 14.69875 7.234 15 8 15 C 8.766 15 9.469 14.69875 10 14.21875 C 10.531 14.69875 11.234 15 12 15 C 12.766 15 13.469 14.69875 14 14.21875 C 14.531 14.69875 15.234 15 16 15 C 16.766 15 17.469 14.69875 18 14.21875 C 18.531 14.69875 19.234 15 20 15 C 20.766 15 21.469 14.69875 22 14.21875 C 22.531 14.69875 23.234 15 24 15 C 24.766 15 25.469 14.69875 26 14.21875 L 26 21 L 6 21 L 6 14.21875 z M 6 23 L 26 23 L 26 26 L 6 26 L 6 23 z\"/></svg></li><li title=\"strava \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 14.179688 2 L 5.9003906 18 L 10.779297 18 L 14.179688 11.619141 L 17.560547 18 L 22.400391 18 L 14.179688 2 z M 22.400391 18 L 20 22.789062 L 17.560547 18 L 13.859375 18 L 20 30 L 26.099609 18 L 22.400391 18 z\"/></svg></li><li title=\"stream solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 11 L 24 11 L 24 5 L 5 5 z M 7 7 L 22 7 L 22 9 L 7 9 L 7 7 z M 9 13 L 9 19 L 28 19 L 28 13 L 9 13 z M 11 15 L 26 15 L 26 17 L 11 17 L 11 15 z M 5 21 L 5 27 L 24 27 L 24 21 L 5 21 z M 7 23 L 22 23 L 22 25 L 7 25 L 7 23 z\"/></svg></li><li title=\"street view solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 13.800781 4 12 5.800781 12 8 C 12 9.113281 12.476563 10.117188 13.21875 10.84375 C 11.886719 11.746094 11 13.28125 11 15 L 11 19.625 L 13 20.625 L 13 25 L 19 25 L 19 20.625 L 21 19.625 L 21 15 C 21 13.28125 20.113281 11.746094 18.78125 10.84375 C 19.523438 10.117188 20 9.113281 20 8 C 20 5.800781 18.199219 4 16 4 Z M 16 6 C 17.117188 6 18 6.882813 18 8 C 18 9.117188 17.117188 10 16 10 C 14.882813 10 14 9.117188 14 8 C 14 6.882813 14.882813 6 16 6 Z M 16 12 C 17.667969 12 19 13.332031 19 15 L 19 18.375 L 17 19.375 L 17 23 L 15 23 L 15 19.375 L 13 18.375 L 13 15 C 13 13.332031 14.332031 12 16 12 Z M 9 18.875 C 6.082031 19.691406 4 21.074219 4 23 C 4 26.28125 10.035156 28 16 28 C 21.964844 28 28 26.28125 28 23 C 28 21.074219 25.917969 19.691406 23 18.875 L 23 20.96875 C 24.902344 21.582031 26 22.375 26 23 C 26 24.195313 22.011719 26 16 26 C 9.988281 26 6 24.195313 6 23 C 6 22.375 7.097656 21.582031 9 20.96875 Z\"/></svg></li><li title=\"strikethrough solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 7 6 L 7 8 L 15 8 L 15 16 L 10 16 L 10 18 L 15 18 L 15 26 L 17 26 L 17 18 L 22 18 L 22 16 L 17 16 L 17 8 L 25 8 L 25 6 Z\"/></svg></li><li title=\"stripe s \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16.515625 4 C 10.735625 4 7 7.1135938 7 11.933594 C 7 16.706594 11.288953 18.129313 14.126953 19.070312 C 15.402953 19.493313 16.989 20.018109 17 20.537109 C 16.992 20.938109 16.042562 21 15.476562 21 C 13.590563 21 10.698359 20.220516 8.4433594 19.103516 L 7 18.388672 L 7 26.185547 L 7.6113281 26.441406 C 9.9583281 27.427406 12.707297 27.995 15.154297 28 C 21.319297 28 25 25.158391 25 20.400391 C 25 15.208391 20.591781 13.797281 17.675781 12.863281 C 16.609781 12.521281 15 12.005219 15 11.574219 C 15 11.345219 15.000469 11 16.230469 11 C 18.079469 11 20.652281 11.765375 22.488281 12.859375 L 24 13.761719 L 24 5.546875 L 23.363281 5.2988281 C 21.207281 4.4608281 18.776625 4 16.515625 4 z M 16.515625 6 C 18.314625 6 20.237 6.3276875 22 6.9296875 L 22 10.361328 C 20.114 9.5223281 17.953469 9 16.230469 9 C 13.315469 9 13 10.800219 13 11.574219 C 13 13.465219 14.975406 14.098578 17.066406 14.767578 C 20.541406 15.880578 23 16.934391 23 20.400391 C 23 25.453391 17.51325 26 15.15625 26 C 13.17525 25.996 10.967 25.576797 9 24.841797 L 9 21.537109 C 10.993 22.334109 13.465563 23 15.476562 23 C 18.530563 23 18.997 21.465969 19 20.542969 L 19 20.537109 L 19 20.53125 C 18.992 18.57525 16.934859 17.893875 14.755859 17.171875 C 11.385859 16.053875 9 15.024594 9 11.933594 C 9 8.2725937 11.879625 6 16.515625 6 z\"/></svg></li><li title=\"stripe \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 6 C 3.355469 6 2 7.355469 2 9 L 2 23 C 2 24.644531 3.355469 26 5 26 L 27 26 C 28.644531 26 30 24.644531 30 23 L 30 9 C 30 7.355469 28.644531 6 27 6 Z M 5 8 L 27 8 C 27.566406 8 28 8.433594 28 9 L 28 23 C 28 23.566406 27.566406 24 27 24 L 5 24 C 4.433594 24 4 23.566406 4 23 L 4 9 C 4 8.433594 4.433594 8 5 8 Z M 16.5 11.4375 C 16.027344 11.4375 15.65625 11.808594 15.65625 12.28125 C 15.65625 12.75 16.027344 13.125 16.5 13.125 C 16.96875 13.125 17.34375 12.75 17.34375 12.28125 C 17.34375 11.808594 16.96875 11.4375 16.5 11.4375 Z M 11.0625 12.1875 L 9.6875 12.40625 L 9.5 13.625 L 9 13.71875 L 8.8125 14.84375 L 9.5 14.84375 L 9.5 17.1875 C 9.5 17.796875 9.652344 18.210938 9.96875 18.46875 C 10.234375 18.683594 10.617188 18.78125 11.15625 18.78125 C 11.570313 18.78125 11.824219 18.703125 12 18.65625 L 12 17.40625 C 11.902344 17.433594 11.679688 17.46875 11.53125 17.46875 C 11.214844 17.46875 11.0625 17.308594 11.0625 16.9375 L 11.0625 14.84375 L 11.90625 14.84375 L 12.09375 13.625 L 11.0625 13.625 Z M 6.90625 13.53125 C 6.359375 13.53125 5.886719 13.671875 5.5625 13.9375 C 5.222656 14.214844 5.0625 14.636719 5.0625 15.125 C 5.0625 16.007813 5.589844 16.371094 6.46875 16.6875 C 7.035156 16.886719 7.21875 17.027344 7.21875 17.25 C 7.21875 17.464844 7.050781 17.59375 6.71875 17.59375 C 6.308594 17.59375 5.628906 17.386719 5.1875 17.125 L 5 18.34375 C 5.378906 18.558594 6.085938 18.78125 6.8125 18.78125 C 7.390625 18.78125 7.863281 18.667969 8.1875 18.40625 C 8.550781 18.121094 8.75 17.671875 8.75 17.125 C 8.75 16.222656 8.203125 15.847656 7.3125 15.53125 C 6.839844 15.355469 6.5625 15.246094 6.5625 15.03125 C 6.5625 14.847656 6.703125 14.71875 6.96875 14.71875 C 7.457031 14.71875 7.96875 14.925781 8.3125 15.09375 L 8.5 13.875 C 8.226563 13.746094 7.679688 13.53125 6.90625 13.53125 Z M 20.71875 13.53125 C 20.25 13.53125 19.820313 13.746094 19.4375 14.15625 L 19.375 13.625 L 17.9375 13.625 L 17.9375 20.5625 L 19.5625 20.28125 L 19.5625 18.6875 C 19.808594 18.765625 20.054688 18.78125 20.28125 18.78125 C 20.683594 18.78125 21.265625 18.679688 21.71875 18.1875 C 22.152344 17.714844 22.375 17 22.375 16.03125 C 22.375 15.175781 22.230469 14.507813 21.90625 14.09375 C 21.621094 13.722656 21.226563 13.53125 20.71875 13.53125 Z M 24.9375 13.53125 C 23.566406 13.53125 22.71875 14.5625 22.71875 16.1875 C 22.71875 17.097656 22.925781 17.785156 23.375 18.21875 C 23.777344 18.609375 24.378906 18.78125 25.125 18.78125 C 25.8125 18.78125 26.441406 18.640625 26.84375 18.375 L 26.65625 17.25 C 26.261719 17.464844 25.800781 17.59375 25.28125 17.59375 C 24.96875 17.59375 24.75 17.511719 24.59375 17.375 C 24.425781 17.230469 24.34375 17.019531 24.3125 16.6875 L 26.96875 16.6875 C 26.976563 16.609375 27 16.242188 27 16.125 C 27 15.320313 26.8125 14.667969 26.46875 14.21875 C 26.117188 13.765625 25.605469 13.53125 24.9375 13.53125 Z M 15 13.5625 C 14.546875 13.5625 14.175781 13.820313 14.03125 14.25 L 13.9375 13.625 L 12.53125 13.625 L 12.53125 18.6875 L 14.15625 18.6875 L 14.15625 15.40625 C 14.355469 15.160156 14.640625 15.0625 15.03125 15.0625 C 15.117188 15.0625 15.203125 15.074219 15.3125 15.09375 L 15.3125 13.59375 C 15.199219 13.566406 15.097656 13.5625 15 13.5625 Z M 15.6875 13.625 L 15.6875 18.6875 L 17.3125 18.6875 L 17.3125 13.625 Z M 24.90625 14.625 C 25.269531 14.625 25.472656 14.972656 25.5 15.6875 L 24.3125 15.6875 C 24.359375 14.964844 24.535156 14.625 24.90625 14.625 Z M 20.15625 14.78125 C 20.566406 14.78125 20.78125 15.199219 20.78125 16.0625 C 20.78125 16.554688 20.710938 16.957031 20.5625 17.21875 C 20.433594 17.464844 20.234375 17.59375 20 17.59375 C 19.839844 17.59375 19.691406 17.566406 19.5625 17.5 L 19.5625 15.09375 C 19.835938 14.808594 20.066406 14.78125 20.15625 14.78125 Z\"/></svg></li><li title=\"stroopwafel solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 8.832 23.168 3 16 3 z M 16 5 C 16.501153 5 16.991034 5.0460846 17.474609 5.1113281 L 16 6.5859375 L 14.525391 5.1113281 C 15.008966 5.0460846 15.498847 5 16 5 z M 12.255859 5.6699219 L 14.585938 8 L 12 10.585938 L 8.9667969 7.5527344 C 9.9356929 6.7446104 11.048448 6.1091031 12.255859 5.6699219 z M 19.744141 5.6699219 C 20.951552 6.1091031 22.064307 6.7446104 23.033203 7.5527344 L 20 10.585938 L 17.414062 8 L 19.744141 5.6699219 z M 7.5527344 8.9667969 L 10.585938 12 L 8 14.585938 L 5.6699219 12.255859 C 6.1091031 11.048448 6.7446104 9.9356929 7.5527344 8.9667969 z M 24.447266 8.9667969 C 25.25539 9.9356929 25.890897 11.048448 26.330078 12.255859 L 24 14.585938 L 21.414062 12 L 24.447266 8.9667969 z M 16 9.4140625 L 18.585938 12 L 16 14.585938 L 13.414062 12 L 16 9.4140625 z M 12 13.414062 L 14.585938 16 L 12 18.585938 L 9.4140625 16 L 12 13.414062 z M 20 13.414062 L 22.585938 16 L 20 18.585938 L 17.414062 16 L 20 13.414062 z M 5.1113281 14.525391 L 6.5859375 16 L 5.1113281 17.474609 C 5.0460846 16.991034 5 16.501153 5 16 C 5 15.498847 5.0460846 15.008966 5.1113281 14.525391 z M 26.888672 14.525391 C 26.953915 15.008966 27 15.498847 27 16 C 27 16.501153 26.953915 16.991034 26.888672 17.474609 L 25.414062 16 L 26.888672 14.525391 z M 8 17.414062 L 10.585938 20 L 7.5527344 23.033203 C 6.7446104 22.064307 6.1091031 20.951552 5.6699219 19.744141 L 8 17.414062 z M 16 17.414062 L 18.585938 20 L 16 22.585938 L 13.414062 20 L 16 17.414062 z M 24 17.414062 L 26.330078 19.744141 C 25.890897 20.951552 25.25539 22.064307 24.447266 23.033203 L 21.414062 20 L 24 17.414062 z M 12 21.414062 L 14.585938 24 L 12.255859 26.330078 C 11.048448 25.890897 9.9356929 25.25539 8.9667969 24.447266 L 12 21.414062 z M 20 21.414062 L 23.033203 24.447266 C 22.064307 25.25539 20.951552 25.890897 19.744141 26.330078 L 17.414062 24 L 20 21.414062 z M 16 25.414062 L 17.474609 26.888672 C 16.991034 26.953915 16.501153 27 16 27 C 15.498847 27 15.008966 26.953915 14.525391 26.888672 L 16 25.414062 z\"/></svg></li><li title=\"studiovinari \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 3.5898438 3 L 8.734375 8.484375 L 3 7.5644531 L 11.328125 13.806641 L 7.1699219 14.339844 L 16 17 L 15 18 L 21.570312 16.787109 L 20.818359 20.261719 L 17.935547 22.876953 L 13.451172 25.171875 L 12.400391 24.515625 L 12.050781 24.794922 L 11 28.533203 L 11.328125 28.462891 L 12.486328 27.039062 L 15.326172 25.171875 L 20.023438 23.845703 L 16.636719 25.806641 C 16.636719 25.806641 15.711469 25.769531 15.605469 25.769531 C 15.499469 25.769531 14.619141 29 14.619141 29 L 15.105469 28.796875 L 15.496094 28.1875 L 16.396484 26.943359 L 20.412109 25.023438 L 23.261719 21.595703 L 25.283203 17.615234 L 26.558594 15.376953 L 26.558594 13.953125 L 26.345703 12.53125 L 25.8125 11.318359 L 26.335938 10.292969 L 27 9.9160156 L 26.568359 9.3046875 L 26.923828 8.9902344 L 26.339844 8.7773438 L 24.855469 7.5234375 L 22.935547 8.0507812 L 22.722656 9.9707031 L 23.789062 10.804688 L 23.179688 11.255859 L 17.695312 6.3613281 L 19.875 9.1953125 L 10 3 L 12.304688 7.28125 L 14.822266 8.1992188 L 13.873047 6.25 L 21.150391 11.277344 L 14.832031 7.4980469 L 16.433594 9.4296875 L 3.5898438 3 z\"/></svg></li><li title=\"stumbleupon circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 9.398438 4 4 9.398438 4 16 C 4 22.601563 9.398438 28 16 28 C 22.601563 28 28 22.601563 28 16 C 28 9.398438 22.601563 4 16 4 Z M 16 11 C 15.398438 11 15 11.398438 15 12 L 15 18 C 15 19.699219 13.699219 21 12 21 C 10.300781 21 9 19.699219 9 18 L 9 16 L 11 16 L 11 18 C 11 18.601563 11.398438 19 12 19 C 12.601563 19 13 18.601563 13 18 L 13 12 C 13 10.300781 14.300781 9 16 9 C 17.699219 9 19 10.300781 19 12 L 19 13 C 19 13.601563 18.601563 14 18 14 C 17.398438 14 17 13.601563 17 13 L 17 12 C 17 11.398438 16.601563 11 16 11 Z M 23 18 C 23 19.699219 21.699219 21 20 21 C 18.300781 21 17 19.699219 17 18 L 17 15.699219 C 17.300781 15.898438 17.601563 16 18 16 C 18.398438 16 18.699219 15.898438 19 15.699219 L 19 18 C 19 18.601563 19.398438 19 20 19 C 20.601563 19 21 18.601563 21 18 L 21 16 L 23 16 Z\"/></svg></li><li title=\"stumbleupon \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 12.141 4 9 7.14 9 11 L 9 20.5 C 9 21.327 8.327 22 7.5 22 C 6.673 22 6 21.327 6 20.5 L 6 16 L 1 16 L 1 20.5 C 1 24.084 3.916 27 7.5 27 C 11.084 27 14 24.084 14 20.5 L 14 11 C 14 9.897 14.897 9 16 9 C 17.103 9 18 9.897 18 11 L 18 12.921875 L 19.888672 13.800781 L 23 12.876953 L 23 11 C 23 7.14 19.859 4 16 4 z M 26 16 L 26 20.5 C 26 21.327 25.327 22 24.5 22 C 23.673 22 23 21.327 23 20.5 L 23 16.005859 L 19.652344 17.001953 L 18 16.230469 L 18 20.5 C 18 24.084 20.916 27 24.5 27 C 28.084 27 31 24.084 31 20.5 L 31 16 L 26 16 z\"/></svg></li><li title=\"subscript solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 4.15625 8 L 5.15625 9.53125 L 9.3125 16 L 5.15625 22.46875 L 4.15625 24 L 10.53125 24 L 10.84375 23.53125 L 12.5 20.96875 L 14.15625 23.53125 L 14.46875 24 L 20.84375 24 L 19.84375 22.46875 L 15.6875 16 L 19.84375 9.53125 L 20.84375 8 L 14.46875 8 L 14.15625 8.46875 L 12.5 11.03125 L 10.84375 8.46875 L 10.53125 8 Z M 7.8125 10 L 9.46875 10 L 11.65625 13.4375 L 12.5 14.75 L 13.34375 13.4375 L 15.53125 10 L 17.1875 10 L 13.65625 15.46875 L 13.3125 16 L 13.65625 16.53125 L 17.1875 22 L 15.53125 22 L 13.34375 18.5625 L 12.5 17.25 L 11.65625 18.5625 L 9.46875 22 L 7.8125 22 L 11.34375 16.53125 L 11.6875 16 L 11.34375 15.46875 Z M 24.96875 19 C 23.34375 19 22 20.34375 22 21.96875 L 22 22 L 24 22 L 24 21.96875 C 24 21.421875 24.421875 21 24.96875 21 L 25.03125 21 C 25.578125 21 26 21.421875 26 21.96875 C 26 22.285156 25.855469 22.570313 25.59375 22.75 L 23.46875 24.21875 C 22.554688 24.847656 22 25.890625 22 27 L 22 28 L 28 28 L 28 26 L 24.53125 26 C 24.570313 25.96875 24.550781 25.902344 24.59375 25.875 L 26.71875 24.40625 C 27.523438 23.851563 28 22.945313 28 21.96875 C 28 20.34375 26.65625 19 25.03125 19 Z\"/></svg></li><li title=\"subway solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 10 4 C 7.25 4 5 6.25 5 9 L 5 21 C 5 23.425781 6.449219 25.523438 8.53125 26.46875 L 6 29 L 8.34375 29 L 10.375 26.96875 C 10.574219 26.988281 10.792969 27 11 27 L 21 27 C 21.207031 27 21.425781 26.988281 21.625 26.96875 L 23.65625 29 L 26 29 L 23.46875 26.46875 C 25.550781 25.523438 27 23.425781 27 21 L 27 9 C 27 6.25 24.75 4 22 4 Z M 10 6 L 22 6 C 23.320313 6 24.4375 6.828125 24.84375 8 L 7.15625 8 C 7.5625 6.828125 8.679688 6 10 6 Z M 7 10 L 15 10 L 15 16 L 7 16 Z M 17 10 L 25 10 L 25 16 L 17 16 Z M 7 18 L 25 18 L 25 21 C 25 23.21875 23.21875 25 21 25 L 11 25 C 8.78125 25 7 23.21875 7 21 Z M 10.5 20 C 9.671875 20 9 20.671875 9 21.5 C 9 22.328125 9.671875 23 10.5 23 C 11.328125 23 12 22.328125 12 21.5 C 12 20.671875 11.328125 20 10.5 20 Z M 21.5 20 C 20.671875 20 20 20.671875 20 21.5 C 20 22.328125 20.671875 23 21.5 23 C 22.328125 23 23 22.328125 23 21.5 C 23 20.671875 22.328125 20 21.5 20 Z\"/></svg></li><li title=\"suitcase rolling solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 14 3 C 12.346 3 11 4.346 11 6 L 11 9 L 13 9 L 13 6 C 13 5.448 13.448 5 14 5 L 18 5 C 18.552 5 19 5.448 19 6 L 19 9 L 21 9 L 21 6 C 21 4.346 19.654 3 18 3 L 14 3 z M 7 11 L 7 26 L 9 26 L 9 28 L 11 28 L 11 26 L 21 26 L 21 28 L 23 28 L 23 26 L 25 26 L 25 11 L 7 11 z M 9 13 L 23 13 L 23 24 L 9 24 L 9 13 z M 11 16 L 11 18 L 21 18 L 21 16 L 11 16 z M 11 20 L 11 22 L 21 22 L 21 20 L 11 20 z\"/></svg></li><li title=\"suitcase solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 14 3 C 12.90625 3 12 3.90625 12 5 L 12 6 L 9 6 L 9 5 L 7 5 L 7 6 L 5 6 C 3.90625 6 3 6.90625 3 8 L 3 24 C 3 25.09375 3.90625 26 5 26 L 27 26 C 28.09375 26 29 25.09375 29 24 L 29 8 C 29 6.90625 28.09375 6 27 6 L 25 6 L 25 5 L 23 5 L 23 6 L 20 6 L 20 5 C 20 3.90625 19.09375 3 18 3 Z M 14 5 L 18 5 L 18 6 L 14 6 Z M 5 8 L 27 8 L 27 24 L 25 24 L 25 9 L 23 9 L 23 24 L 9 24 L 9 9 L 7 9 L 7 24 L 5 24 Z\"/></svg></li><li title=\"sun solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 15 3 L 15 8 L 17 8 L 17 3 Z M 7.5 6.09375 L 6.09375 7.5 L 9.625 11.0625 L 11.0625 9.625 Z M 24.5 6.09375 L 20.9375 9.625 L 22.375 11.0625 L 25.90625 7.5 Z M 16 9 C 12.144531 9 9 12.144531 9 16 C 9 19.855469 12.144531 23 16 23 C 19.855469 23 23 19.855469 23 16 C 23 12.144531 19.855469 9 16 9 Z M 16 11 C 18.773438 11 21 13.226563 21 16 C 21 18.773438 18.773438 21 16 21 C 13.226563 21 11 18.773438 11 16 C 11 13.226563 13.226563 11 16 11 Z M 3 15 L 3 17 L 8 17 L 8 15 Z M 24 15 L 24 17 L 29 17 L 29 15 Z M 9.625 20.9375 L 6.09375 24.5 L 7.5 25.90625 L 11.0625 22.375 Z M 22.375 20.9375 L 20.9375 22.375 L 24.5 25.90625 L 25.90625 24.5 Z M 15 24 L 15 29 L 17 29 L 17 24 Z\"/></svg></li><li title=\"sun \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 15 3 L 15 8 L 17 8 L 17 3 Z M 7.5 6.09375 L 6.09375 7.5 L 9.625 11.0625 L 11.0625 9.625 Z M 24.5 6.09375 L 20.9375 9.625 L 22.375 11.0625 L 25.90625 7.5 Z M 16 9 C 12.144531 9 9 12.144531 9 16 C 9 19.855469 12.144531 23 16 23 C 19.855469 23 23 19.855469 23 16 C 23 12.144531 19.855469 9 16 9 Z M 16 11 C 18.773438 11 21 13.226563 21 16 C 21 18.773438 18.773438 21 16 21 C 13.226563 21 11 18.773438 11 16 C 11 13.226563 13.226563 11 16 11 Z M 3 15 L 3 17 L 8 17 L 8 15 Z M 24 15 L 24 17 L 29 17 L 29 15 Z M 9.625 20.9375 L 6.09375 24.5 L 7.5 25.90625 L 11.0625 22.375 Z M 22.375 20.9375 L 20.9375 22.375 L 24.5 25.90625 L 25.90625 24.5 Z M 15 24 L 15 29 L 17 29 L 17 24 Z\"/></svg></li><li title=\"superpowers \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 29 3 L 14.876953 5.0566406 L 13.988281 5.1855469 L 14.001953 5.1914062 C 8.8884257 6.1347541 5 10.617863 5 16 C 5 19.0325 6.2346875 21.781562 8.2265625 23.773438 L 3 29 L 17.123047 26.943359 L 18.011719 26.814453 L 17.998047 26.808594 C 23.111574 25.865246 27 21.382137 27 16 C 27 12.9675 25.765313 10.218438 23.773438 8.2265625 L 29 3 z M 16 7 C 20.963 7 25 11.037 25 16 C 25 20.963 20.963 25 16 25 C 11.037 25 7 20.963 7 16 C 7 11.037 11.037 7 16 7 z\"/></svg></li><li title=\"superscript solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 24.96875 3 C 23.34375 3 22 4.34375 22 5.96875 L 22 6 L 24 6 L 24 5.96875 C 24 5.421875 24.421875 5 24.96875 5 L 25.03125 5 C 25.578125 5 26 5.421875 26 5.96875 C 26 6.285156 25.855469 6.570313 25.59375 6.75 L 23.46875 8.21875 C 22.554688 8.847656 22 9.890625 22 11 L 22 12 L 28 12 L 28 10 L 24.53125 10 C 24.570313 9.96875 24.550781 9.902344 24.59375 9.875 L 26.71875 8.40625 C 27.523438 7.851563 28 6.945313 28 5.96875 C 28 4.34375 26.65625 3 25.03125 3 Z M 4.15625 8 L 5.15625 9.53125 L 9.3125 16 L 5.15625 22.46875 L 4.15625 24 L 10.53125 24 L 10.84375 23.53125 L 12.5 20.96875 L 14.15625 23.53125 L 14.46875 24 L 20.84375 24 L 19.84375 22.46875 L 15.6875 16 L 19.84375 9.53125 L 20.84375 8 L 14.46875 8 L 14.15625 8.46875 L 12.5 11.03125 L 10.84375 8.46875 L 10.53125 8 Z M 7.8125 10 L 9.46875 10 L 11.65625 13.4375 L 12.5 14.75 L 13.34375 13.4375 L 15.53125 10 L 17.1875 10 L 13.65625 15.46875 L 13.3125 16 L 13.65625 16.53125 L 17.1875 22 L 15.53125 22 L 13.34375 18.5625 L 12.5 17.25 L 11.65625 18.5625 L 9.46875 22 L 7.8125 22 L 11.34375 16.53125 L 11.6875 16 L 11.34375 15.46875 Z\"/></svg></li><li title=\"supple \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 12.199219 9 C 5.5392188 9.02 0.15039062 11.599297 0.15039062 14.779297 C 0.16039062 16.679297 2.02 18.360391 5 19.400391 C 3.4 18.330391 2.5195312 16.989062 2.5195312 15.539062 C 2.5095312 12.059062 7.9005469 9.2307031 14.560547 9.2207031 C 14.960547 9.2207031 15.340703 9.2302344 15.720703 9.2402344 C 14.600703 9.0802344 13.419219 9 12.199219 9 z M 27 12.630859 C 28.59 13.690859 29.480469 15.030234 29.480469 16.490234 C 29.480469 19.960234 24.089688 22.779297 17.429688 22.779297 C 17.039688 22.779297 16.649531 22.77 16.269531 22.75 C 17.379531 22.91 18.559062 23 19.789062 23 C 26.449063 23 31.849609 20.42 31.849609 17.25 C 31.849609 15.35 29.97 13.670859 27 12.630859 z M 7.8457031 14.001953 C 7.1007031 14.001953 6.5644531 14.464797 6.5644531 15.091797 C 6.5644531 16.281797 8.3710938 16.235859 8.3710938 16.880859 C 8.3710938 17.180859 8.1093594 17.335938 7.8183594 17.335938 C 7.2823594 17.335938 6.8828125 16.880859 6.8828125 16.880859 L 6.4921875 17.369141 C 6.4921875 17.369141 6.9635938 17.970703 7.8085938 17.970703 C 8.6075937 17.970703 9.0800781 17.451984 9.0800781 16.833984 C 9.0800781 15.580984 7.2734375 15.708688 7.2734375 15.054688 C 7.2734375 14.809688 7.5179375 14.644531 7.8359375 14.644531 C 8.0899375 14.644531 8.3457031 14.762547 8.3457031 14.935547 L 8.3457031 15.117188 L 8.9804688 15.117188 L 8.9804688 14.763672 C 8.9804688 14.218672 8.2917031 14.001953 7.8457031 14.001953 z M 22.517578 14.054688 L 22.517578 14.664062 L 22.871094 14.664062 L 22.871094 17.535156 C 22.871094 17.798156 22.979188 17.90625 23.242188 17.90625 L 24.978516 17.90625 C 25.241516 17.90625 25.349609 17.798156 25.349609 17.535156 L 25.349609 16.953125 L 24.705078 16.953125 L 24.705078 17.179688 C 24.705078 17.261688 24.660891 17.296875 24.587891 17.296875 L 23.707031 17.296875 C 23.625031 17.296875 23.589844 17.252688 23.589844 17.179688 L 23.589844 16.271484 L 24.833984 16.271484 L 24.833984 15.671875 L 23.589844 15.671875 L 23.589844 14.662109 L 24.451172 14.662109 C 24.524172 14.662109 24.570312 14.70825 24.570312 14.78125 L 24.570312 15.007812 L 25.205078 15.007812 L 25.205078 14.427734 C 25.205078 14.173734 25.09775 14.054687 24.84375 14.054688 L 22.517578 14.054688 z M 19.673828 14.0625 L 19.673828 14.662109 L 19.910156 14.662109 C 19.983156 14.662109 20.027344 14.70825 20.027344 14.78125 L 20.027344 17.533203 L 20.019531 17.533203 C 20.019531 17.796203 20.127625 17.90625 20.390625 17.90625 L 22.080078 17.90625 C 22.343078 17.90625 22.453125 17.796203 22.453125 17.533203 L 22.453125 16.953125 L 21.808594 16.953125 L 21.808594 17.179688 C 21.808594 17.261688 21.762453 17.296875 21.689453 17.296875 L 20.853516 17.296875 C 20.771516 17.296875 20.736328 17.252688 20.736328 17.179688 L 20.736328 14.425781 C 20.736328 14.171781 20.626281 14.0625 20.363281 14.0625 L 19.673828 14.0625 z M 9.6074219 14.064453 L 9.6074219 16.535156 C 9.6074219 17.389156 10.217 17.970703 11.125 17.970703 C 12.033 17.970703 12.632812 17.389156 12.632812 16.535156 L 12.632812 14.064453 L 11.923828 14.064453 L 11.923828 16.507812 C 11.923828 17.016813 11.606 17.306641 11.125 17.306641 C 10.644 17.306641 10.326172 17.016578 10.326172 16.517578 L 10.326172 14.064453 L 9.6074219 14.064453 z M 13.123047 14.064453 L 13.123047 14.664062 L 13.46875 14.664062 L 13.46875 17.90625 L 14.177734 17.90625 L 14.177734 16.580078 L 14.876953 16.580078 C 15.594953 16.580078 16.103516 16.062594 16.103516 15.308594 C 16.103516 14.563594 15.594953 14.064453 14.876953 14.064453 L 13.123047 14.064453 z M 16.394531 14.064453 L 16.394531 14.664062 L 16.748047 14.664062 L 16.748047 17.90625 L 17.457031 17.90625 L 17.457031 16.580078 L 18.15625 16.580078 C 18.87425 16.580078 19.373047 16.062594 19.373047 15.308594 C 19.373047 14.563594 18.87425 14.064453 18.15625 14.064453 L 16.394531 14.064453 z M 25.40625 14.064453 L 25.40625 14.119141 L 25.523438 14.119141 L 25.523438 14.382812 L 25.597656 14.382812 L 25.597656 14.119141 L 25.714844 14.119141 L 25.714844 14.064453 L 25.40625 14.064453 z M 25.777344 14.064453 L 25.777344 14.382812 L 25.851562 14.382812 L 25.851562 14.128906 L 25.951172 14.382812 L 26.005859 14.382812 L 26.115234 14.128906 L 26.115234 14.382812 L 26.179688 14.382812 L 26.179688 14.064453 L 26.078125 14.064453 L 25.978516 14.291016 L 25.886719 14.064453 L 25.777344 14.064453 z M 14.177734 14.662109 L 14.759766 14.662109 C 15.150766 14.662109 15.376953 14.917594 15.376953 15.308594 C 15.376953 15.708594 15.149 15.970703 14.75 15.970703 L 14.177734 15.970703 L 14.177734 14.662109 z M 17.447266 14.662109 L 18.029297 14.662109 C 18.420297 14.662109 18.646484 14.917594 18.646484 15.308594 C 18.646484 15.708594 18.419531 15.970703 18.019531 15.970703 L 17.447266 15.970703 L 17.447266 14.662109 z\"/></svg></li><li title=\"surprise solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 9.382813 4 4 9.382813 4 16 C 4 22.617188 9.382813 28 16 28 C 22.617188 28 28 22.617188 28 16 C 28 9.382813 22.617188 4 16 4 Z M 16 6 C 21.535156 6 26 10.464844 26 16 C 26 21.535156 21.535156 26 16 26 C 10.464844 26 6 21.535156 6 16 C 6 10.464844 10.464844 6 16 6 Z M 11.5 11 C 10.671875 11 10 12.121094 10 13.5 C 10 14.878906 10.671875 16 11.5 16 C 12.328125 16 13 14.878906 13 13.5 C 13 12.121094 12.328125 11 11.5 11 Z M 20.5 11 C 19.671875 11 19 12.121094 19 13.5 C 19 14.878906 19.671875 16 20.5 16 C 21.328125 16 22 14.878906 22 13.5 C 22 12.121094 21.328125 11 20.5 11 Z M 16 17 C 13.707031 17 12 18.855469 12 21 C 12 21.988281 12.355469 22.972656 13.15625 23.46875 C 13.957031 23.964844 14.84375 24 16 24 C 17.15625 24 18.042969 23.964844 18.84375 23.46875 C 19.644531 22.972656 20 21.988281 20 21 C 20 18.855469 18.292969 17 16 17 Z M 16 19 C 17.292969 19 18 19.828125 18 21 C 18 21.667969 17.960938 21.691406 17.8125 21.78125 C 17.664063 21.871094 17.054688 22 16 22 C 14.945313 22 14.335938 21.871094 14.1875 21.78125 C 14.039063 21.691406 14 21.667969 14 21 C 14 19.828125 14.707031 19 16 19 Z\"/></svg></li><li title=\"surprise \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 9.382813 4 4 9.382813 4 16 C 4 22.617188 9.382813 28 16 28 C 22.617188 28 28 22.617188 28 16 C 28 9.382813 22.617188 4 16 4 Z M 16 6 C 21.535156 6 26 10.464844 26 16 C 26 21.535156 21.535156 26 16 26 C 10.464844 26 6 21.535156 6 16 C 6 10.464844 10.464844 6 16 6 Z M 11.5 11 C 10.671875 11 10 12.121094 10 13.5 C 10 14.878906 10.671875 16 11.5 16 C 12.328125 16 13 14.878906 13 13.5 C 13 12.121094 12.328125 11 11.5 11 Z M 20.5 11 C 19.671875 11 19 12.121094 19 13.5 C 19 14.878906 19.671875 16 20.5 16 C 21.328125 16 22 14.878906 22 13.5 C 22 12.121094 21.328125 11 20.5 11 Z M 16 17 C 13.707031 17 12 18.855469 12 21 C 12 21.988281 12.355469 22.972656 13.15625 23.46875 C 13.957031 23.964844 14.84375 24 16 24 C 17.15625 24 18.042969 23.964844 18.84375 23.46875 C 19.644531 22.972656 20 21.988281 20 21 C 20 18.855469 18.292969 17 16 17 Z M 16 19 C 17.292969 19 18 19.828125 18 21 C 18 21.667969 17.960938 21.691406 17.8125 21.78125 C 17.664063 21.871094 17.054688 22 16 22 C 14.945313 22 14.335938 21.871094 14.1875 21.78125 C 14.039063 21.691406 14 21.667969 14 21 C 14 19.828125 14.707031 19 16 19 Z\"/></svg></li><li title=\"suse \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 17.09375 7 C 12.445313 7 6.375 10.785156 6.375 15 C 6.375 17.269531 8.230469 19 10.5 19 C 12.230469 19 13.53125 17.71875 13.53125 16.3125 C 13.53125 15.015625 12.652344 13.5 10.8125 13.5 C 10.378906 13.5 8.875 13.796875 8.875 15.3125 C 8.875 16.394531 9.726563 16.9375 10.375 16.9375 C 11.347656 16.9375 11.46875 16.53125 11.46875 16.3125 C 11.46875 15.988281 11.261719 15.859375 10.9375 15.75 C 10.722656 15.75 10.484375 15.875 10.375 15.875 C 10.265625 15.875 9.9375 15.746094 9.9375 15.3125 C 9.9375 14.878906 10.398438 14.6875 10.9375 14.6875 C 11.800781 14.6875 12.3125 15.539063 12.3125 16.1875 C 12.3125 16.511719 12.214844 17.6875 10.59375 17.6875 C 9.40625 17.6875 8 16.839844 8 15.21875 C 8 13.597656 9.421875 12.625 10.71875 12.625 C 14.179688 12.625 14.71875 16.09375 14.71875 16.09375 L 16.21875 16.84375 C 16.21875 16.84375 16.125 16.308594 16.125 15.875 C 16.125 14.46875 16.765625 13.90625 18.0625 13.90625 C 20.007813 13.90625 20.773438 15.554688 21.53125 16.3125 L 23.46875 17.15625 C 23.46875 17.15625 22.5 15.875 22.5 14.6875 C 22.5 13.28125 23.800781 13.90625 25.53125 13.90625 C 27.371094 13.90625 29.84375 13.5 29.84375 12.09375 C 29.519531 12.09375 28.863281 12.71875 27.78125 12.71875 C 27.023438 12.503906 25.089844 11.53125 24.875 11.53125 L 24.4375 10.5625 C 25.84375 11.425781 27.152344 12.09375 28.125 12.09375 C 29.097656 12.09375 29.9375 11.3125 29.9375 11.3125 C 29.074219 8.175781 29.078125 8.394531 23.78125 7.3125 L 23.78125 8.1875 C 23.5625 7.863281 21.085938 7.109375 17.84375 7 Z M 27.5625 8.625 C 28.320313 8.625 28.96875 9.273438 28.96875 10.03125 C 28.96875 10.789063 28.320313 11.4375 27.5625 11.4375 C 26.804688 11.4375 26.15625 10.789063 26.15625 10.03125 C 26.15625 9.273438 26.699219 8.625 27.5625 8.625 Z M 27.5625 9.3125 C 27.023438 9.3125 26.59375 9.742188 26.59375 10.28125 C 26.59375 10.820313 27.023438 11.25 27.5625 11.25 C 28.101563 11.25 28.53125 10.820313 28.53125 10.28125 C 28.53125 9.742188 28.101563 9.3125 27.5625 9.3125 Z M 27.78125 9.71875 C 27.996094 9.71875 28.21875 9.847656 28.21875 10.0625 C 28.109375 10.277344 27.996094 10.375 27.78125 10.375 C 27.566406 10.375 27.34375 10.277344 27.34375 10.0625 C 27.34375 9.953125 27.566406 9.71875 27.78125 9.71875 Z M 3.65625 18.9375 C 2.792969 18.9375 2.03125 19.699219 2.03125 20.5625 L 2.03125 21 C 2.03125 21.863281 2.667969 22.40625 3.53125 22.40625 L 5.15625 22.40625 C 5.371094 22.40625 5.59375 22.519531 5.59375 22.84375 L 5.59375 23.28125 C 5.59375 23.496094 5.371094 23.6875 5.15625 23.6875 L 2.125 23.6875 L 2.125 24.46875 C 2.125 24.792969 2.363281 25 2.6875 25 L 5.375 25 C 6.238281 25 7 24.238281 7 23.375 L 7 22.71875 C 7 21.855469 6.472656 21.4375 5.5 21.4375 L 3.96875 21.4375 C 3.644531 21.4375 3.53125 21.308594 3.53125 21.09375 L 3.53125 20.78125 C 3.53125 20.566406 3.769531 20.34375 4.09375 20.34375 L 6.6875 20.34375 L 6.6875 19.5 C 6.6875 19.175781 6.464844 18.9375 6.25 18.9375 Z M 16.15625 18.9375 C 15.292969 18.9375 14.53125 19.699219 14.53125 20.5625 L 14.53125 21 C 14.53125 21.863281 15.199219 22.40625 16.0625 22.40625 L 17.6875 22.40625 C 17.902344 22.40625 18.09375 22.519531 18.09375 22.84375 L 18.09375 23.28125 C 18.09375 23.496094 17.902344 23.6875 17.6875 23.6875 L 14.53125 23.6875 L 14.53125 24.46875 C 14.53125 24.792969 14.769531 25 15.09375 25 L 17.78125 25 C 18.644531 25 19.40625 24.238281 19.40625 23.375 L 19.40625 22.71875 C 19.40625 21.855469 18.878906 21.4375 17.90625 21.4375 L 16.28125 21.4375 C 15.957031 21.4375 15.84375 21.308594 15.84375 21.09375 L 15.84375 20.78125 C 15.84375 20.566406 16.050781 20.34375 16.375 20.34375 L 19.09375 20.34375 L 19.09375 19.5 C 19.09375 19.175781 18.855469 18.9375 18.53125 18.9375 Z M 22.21875 19.0625 C 21.355469 19.0625 20.59375 19.824219 20.59375 20.6875 L 20.59375 23.375 C 20.59375 24.238281 21.355469 25 22.21875 25 L 24.5 25 C 24.824219 25 25.03125 24.792969 25.03125 24.46875 L 25.03125 23.6875 L 22.4375 23.6875 C 22.113281 23.6875 22 23.496094 22 23.28125 L 22 22.5 L 25.125 22.5 C 25.558594 22.5 26 22.183594 26 21.75 L 26 20.6875 C 26 19.824219 25.238281 19.0625 24.375 19.0625 Z M 22.4375 20.25 L 24.0625 20.25 C 24.277344 20.25 24.5 20.472656 24.5 20.6875 L 24.5 21.3125 L 21.90625 21.3125 C 22.015625 21.3125 22 20.6875 22 20.6875 C 22 20.472656 22.222656 20.25 22.4375 20.25 Z M 12.4375 20.46875 L 12.4375 20.5625 C 12.113281 20.5625 11.90625 20.769531 11.90625 21.09375 L 11.90625 23.28125 C 11.90625 23.605469 11.667969 23.8125 11.34375 23.8125 L 9.9375 23.8125 C 9.613281 23.8125 9.40625 23.605469 9.40625 23.28125 L 9.40625 21.09375 C 9.40625 20.769531 9.074219 20.5625 8.75 20.5625 L 8.53125 20.5625 C 8.207031 20.5625 8 20.769531 8 21.09375 L 8 23.375 C 8 24.457031 8.65625 25 9.84375 25 L 10.0625 25 C 10.601563 25 11.035156 24.777344 11.46875 24.5625 C 11.683594 24.453125 11.796875 24.34375 11.90625 24.34375 C 11.90625 24.34375 11.984375 24.359375 12.09375 24.46875 L 12.4375 24.90625 L 12.875 24.90625 C 13.199219 24.90625 13.40625 24.5625 13.40625 24.34375 L 13.40625 21 C 13.40625 20.675781 13.074219 20.46875 12.75 20.46875 Z\"/></svg></li><li title=\"swatchbook solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 23 C 5 25.206 6.794 27 9 27 C 11.206 27 13 25.206 13 23 L 13 5 L 5 5 z M 7 7 L 11 7 L 11 11 L 7 11 L 7 7 z M 18.900391 7.4433594 L 14.501953 11.84375 L 14.501953 14.669922 L 18.898438 10.271484 L 21.728516 13.099609 L 14.5 20.328125 L 14.5 23 C 14.5 23.056 14.493188 23.108062 14.492188 23.164062 L 24.556641 13.101562 L 18.900391 7.4433594 z M 7 13 L 11 13 L 11 17 L 7 17 L 7 13 z M 7 19 L 11 19 L 11 23 C 11 24.103 10.103 25 9 25 C 7.897 25 7 24.103 7 23 L 7 19 z M 20.777344 19 L 18.777344 21 L 25 21 L 25 25 L 14.777344 25 L 12.888672 26.888672 C 12.846672 26.930672 12.796906 26.96 12.753906 27 L 27 27 L 27 19 L 20.777344 19 z\"/></svg></li><li title=\"swift \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 8.9375 5 C 6.773438 5 5 6.773438 5 8.9375 L 5 23.0625 C 5 25.226563 6.773438 27 8.9375 27 L 23.0625 27 C 25.226563 27 27 25.226563 27 23.0625 L 27 8.9375 C 27 6.773438 25.226563 5 23.0625 5 Z M 8.9375 7 L 23.0625 7 C 24.144531 7 25 7.855469 25 8.9375 L 25 23.0625 C 25 24.144531 24.144531 25 23.0625 25 L 8.9375 25 C 7.855469 25 7 24.144531 7 23.0625 L 7 8.9375 C 7 7.855469 7.855469 7 8.9375 7 Z M 17.625 9.5 C 17.625 9.5 20.128906 12.660156 18.84375 16.21875 C 18.84375 16.21875 14.335938 13.023438 12.0625 10.71875 C 12.0625 10.71875 14.890625 14.816406 15.90625 15.65625 C 15.90625 15.65625 14.210938 14.753906 10.28125 11.40625 C 10.28125 11.40625 14.816406 17.300781 16.9375 18.53125 C 16.9375 18.53125 13.710938 20.722656 9 17.625 C 9 17.625 11.460938 22 16.6875 22 C 19.035156 22 19.742188 20.78125 20.90625 20.78125 C 22.117188 20.78125 22.84375 22 22.84375 22 C 23.550781 20.273438 21.78125 18.3125 21.78125 18.3125 C 21.78125 18.3125 23.777344 13.683594 17.625 9.5 Z\"/></svg></li><li title=\"swimmer solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 23.5 11 C 21.578125 11 20 12.578125 20 14.5 C 20 16.421875 21.578125 18 23.5 18 C 25.421875 18 27 16.421875 27 14.5 C 27 12.578125 25.421875 11 23.5 11 Z M 13.71875 11.03125 C 13.355469 11.054688 13.003906 11.175781 12.6875 11.40625 L 7.40625 15.1875 L 8.59375 16.8125 L 13.84375 13.03125 L 16.125 15.65625 L 8.71875 21.9375 C 9.125 21.972656 9.558594 22 10 22 C 10.675781 22 11.324219 21.929688 11.96875 21.8125 L 17.40625 17.15625 L 19.4375 19.5 C 20.175781 19.308594 20.933594 19.144531 21.71875 19.0625 L 15.34375 11.71875 C 14.917969 11.222656 14.324219 10.992188 13.71875 11.03125 Z M 23.5 13 C 24.339844 13 25 13.660156 25 14.5 C 25 15.34375 24.339844 16 23.5 16 C 22.65625 16 22 15.34375 22 14.5 C 22 13.660156 22.65625 13 23.5 13 Z M 23 20 C 20.5625 20 18.425781 20.816406 16.34375 21.5625 C 14.261719 22.308594 12.234375 23 10 23 C 4.503906 23 1.6875 20.28125 1.6875 20.28125 L 0.3125 21.71875 C 0.3125 21.71875 3.816406 25 10 25 C 12.644531 25 14.90625 24.191406 17 23.4375 C 19.09375 22.683594 21.015625 22 23 22 C 26.96875 22 30.34375 24.78125 30.34375 24.78125 L 31.65625 23.21875 C 31.65625 23.21875 27.875 20 23 20 Z\"/></svg></li><li title=\"swimming pool solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 12 4 C 10.347656 4 9 5.347656 9 7 L 9 19.625 L 10 18.90625 L 11 19.625 L 11 7 C 11 6.449219 11.449219 6 12 6 L 13 6 L 13 4 Z M 24 4 C 22.347656 4 21 5.347656 21 7 L 21 8 L 12 8 L 12 10 L 21 10 L 21 12 L 12 12 L 12 14 L 21 14 L 21 16 L 12 16 L 12 18 L 21 18 L 21 19.625 L 22 18.90625 L 23 19.625 L 23 7 C 23 6.449219 23.449219 6 24 6 L 25 6 L 25 4 Z M 10 20.71875 L 9.375 21.21875 C 9.375 21.21875 8.371094 22 7.03125 22 C 5.691406 22 4.625 21.21875 4.625 21.21875 L 3.375 22.78125 C 3.375 22.78125 4.917969 24 7.03125 24 C 8.492188 24 9.421875 23.515625 10 23.15625 C 10.582031 23.511719 11.558594 24 13.03125 24 C 14.492188 24 15.421875 23.515625 16 23.15625 C 16.582031 23.511719 17.558594 24 19.03125 24 C 20.492188 24 21.421875 23.515625 22 23.15625 C 22.582031 23.511719 23.558594 24 25.03125 24 C 27.144531 24 28.625 22.78125 28.625 22.78125 L 27.375 21.21875 C 27.375 21.21875 26.371094 22 25.03125 22 C 23.691406 22 22.625 21.21875 22.625 21.21875 L 22 20.71875 L 21.375 21.21875 C 21.375 21.21875 20.371094 22 19.03125 22 C 17.691406 22 16.625 21.21875 16.625 21.21875 L 16 20.71875 L 15.375 21.21875 C 15.375 21.21875 14.371094 22 13.03125 22 C 11.691406 22 10.625 21.21875 10.625 21.21875 Z M 10 24.71875 L 9.375 25.21875 C 9.375 25.21875 8.371094 26 7.03125 26 C 5.691406 26 4.625 25.21875 4.625 25.21875 L 3.375 26.78125 C 3.375 26.78125 4.917969 28 7.03125 28 C 8.492188 28 9.421875 27.515625 10 27.15625 C 10.582031 27.511719 11.558594 28 13.03125 28 C 14.492188 28 15.421875 27.515625 16 27.15625 C 16.582031 27.511719 17.558594 28 19.03125 28 C 20.492188 28 21.421875 27.515625 22 27.15625 C 22.582031 27.511719 23.558594 28 25.03125 28 C 27.144531 28 28.625 26.78125 28.625 26.78125 L 27.375 25.21875 C 27.375 25.21875 26.371094 26 25.03125 26 C 23.691406 26 22.625 25.21875 22.625 25.21875 L 22 24.71875 L 21.375 25.21875 C 21.375 25.21875 20.371094 26 19.03125 26 C 17.691406 26 16.625 25.21875 16.625 25.21875 L 16 24.71875 L 15.375 25.21875 C 15.375 25.21875 14.371094 26 13.03125 26 C 11.691406 26 10.625 25.21875 10.625 25.21875 Z\"/></svg></li><li title=\"symfony \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 8.832 23.168 3 16 3 z M 16 5 C 22.065 5 27 9.935 27 16 C 27 22.065 22.065 27 16 27 C 9.935 27 5 22.065 5 16 C 5 9.935 9.935 5 16 5 z M 20.271484 10.076172 C 20.198484 10.078172 17.758172 9.941625 16.326172 14.140625 C 15.938172 13.821625 14.100406 11.630484 12.066406 13.146484 C 11.336406 13.692484 10.854172 14.993797 11.951172 16.216797 C 12.604172 16.915797 12.980594 17.192953 12.808594 17.751953 C 12.455594 18.899953 10.66775 18.373687 10.84375 17.804688 C 10.89575 17.634688 10.978938 17.631781 11.085938 17.300781 C 11.383938 16.324781 10.040953 15.847344 9.7519531 16.777344 C 9.5859531 17.319344 9.8434687 18.298562 11.230469 18.726562 C 12.854469 19.225562 14.228828 18.3405 14.423828 17.1875 C 14.547828 16.4655 14.221047 15.929281 13.623047 15.238281 L 13.136719 14.699219 C 12.841719 14.402219 12.739922 13.900625 13.044922 13.515625 C 13.301922 13.189625 13.668531 13.051844 14.269531 13.214844 C 15.146531 13.452844 15.537453 14.061734 16.189453 14.552734 C 16.142453 14.706734 15.804281 15.797937 15.488281 17.710938 C 15.022281 20.156938 14.665234 21.499531 13.740234 22.269531 C 13.554234 22.404531 13.287719 22.603188 12.886719 22.617188 C 12.811719 22.620187 12.342594 22.508766 12.808594 22.134766 C 13.395594 21.813766 13.077375 20.795219 12.234375 20.824219 C 11.854375 20.836219 11.276828 21.192656 11.298828 21.847656 C 11.320828 22.523656 11.950391 23.031047 12.900391 22.998047 C 13.408391 22.981047 14.541203 22.775266 15.658203 21.447266 C 17.193203 19.647266 17.485391 17.509797 17.900391 15.216797 C 19.891391 15.452797 20.876625 14.529797 20.890625 13.841797 C 20.911625 12.905797 19.81025 12.938672 19.65625 13.638672 C 19.58225 13.978672 20.174891 14.284984 19.712891 14.583984 C 19.385891 14.795984 18.798656 14.945219 17.972656 14.824219 C 18.369656 12.634219 18.709187 10.4875 20.242188 10.4375 C 20.347188 10.4315 20.729281 10.443312 20.738281 10.695312 C 20.743281 10.903312 20.476328 11.067875 20.486328 11.421875 C 20.501328 11.823875 20.806047 12.086313 21.248047 12.070312 C 21.839047 12.049312 22.008047 11.475687 21.998047 11.179688 C 21.973047 10.483688 21.240484 10.045172 20.271484 10.076172 z\"/></svg></li><li title=\"synagogue solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4.65625 L 15.34375 5.25 L 7.625 12 L 4 12 L 4 27 L 14 27 L 14 23 C 14 21.882813 14.882813 21 16 21 C 17.117188 21 18 21.882813 18 23 L 18 27 L 28 27 L 28 12 L 24.375 12 L 16.65625 5.25 Z M 6 7 C 5.417969 7.875 4 8.007813 4 9.65625 C 4 10.582031 4.65625 11 4.65625 11 L 7.34375 11 C 7.34375 11 8 10.582031 8 9.65625 C 8 7.921875 6.65625 7.847656 6 7 Z M 26 7 C 25.417969 7.875 24 8.5 24 9.65625 C 24 10.582031 24.65625 11 24.65625 11 L 27.34375 11 C 27.34375 11 28 10.582031 28 9.65625 C 28 8.414063 26.65625 7.847656 26 7 Z M 16 7.3125 L 23.34375 13.75 L 23.625 14 L 26 14 L 26 25 L 20 25 L 20 23 C 20 20.800781 18.199219 19 16 19 C 13.800781 19 12 20.800781 12 23 L 12 25 L 6 25 L 6 14 L 8.375 14 L 8.65625 13.75 Z M 16 11.46875 L 15.125 12.96875 L 13.40625 12.96875 L 14.25 14.46875 L 13.40625 15.96875 L 15.125 15.96875 L 16 17.5 L 16.875 15.96875 L 18.59375 15.96875 L 17.75 14.46875 L 18.59375 12.96875 L 16.875 12.96875 Z\"/></svg></li><li title=\"sync alt solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 10.886719 4 6.617188 7.160156 4.875 11.625 L 6.71875 12.375 C 8.175781 8.640625 11.710938 6 16 6 C 19.242188 6 22.132813 7.589844 23.9375 10 L 20 10 L 20 12 L 27 12 L 27 5 L 25 5 L 25 8.09375 C 22.808594 5.582031 19.570313 4 16 4 Z M 25.28125 19.625 C 23.824219 23.359375 20.289063 26 16 26 C 12.722656 26 9.84375 24.386719 8.03125 22 L 12 22 L 12 20 L 5 20 L 5 27 L 7 27 L 7 23.90625 C 9.1875 26.386719 12.394531 28 16 28 C 21.113281 28 25.382813 24.839844 27.125 20.375 Z\"/></svg></li><li title=\"sync solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 10.886719 4 6.617188 7.160156 4.875 11.625 L 6.71875 12.375 C 8.175781 8.640625 11.710938 6 16 6 C 19.242188 6 22.132813 7.589844 23.9375 10 L 20 10 L 20 12 L 27 12 L 27 5 L 25 5 L 25 8.09375 C 22.808594 5.582031 19.570313 4 16 4 Z M 25.28125 19.625 C 23.824219 23.359375 20.289063 26 16 26 C 12.722656 26 9.84375 24.386719 8.03125 22 L 12 22 L 12 20 L 5 20 L 5 27 L 7 27 L 7 23.90625 C 9.1875 26.386719 12.394531 28 16 28 C 21.113281 28 25.382813 24.839844 27.125 20.375 Z\"/></svg></li><li title=\"syringe solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 23.21875 3.78125 L 21.78125 5.21875 L 22.15625 5.59375 L 19.875 7.875 L 21.28125 9.3125 L 23.5625 7 L 25 8.4375 L 22.6875 10.71875 L 24.125 12.125 L 26.40625 9.84375 L 26.78125 10.21875 L 28.21875 8.78125 Z M 17.71875 7.28125 L 16.28125 8.71875 L 16.9375 9.375 L 7 19.34375 L 6.65625 19.6875 L 6.71875 20.15625 L 7.0625 23.34375 L 7.09375 23.6875 L 7.1875 23.75 L 3.9375 27 L 6.78125 27 L 8.8125 24.96875 L 11.84375 25.28125 L 12.3125 25.34375 L 12.65625 25 L 22.625 15.0625 L 23.28125 15.71875 L 24.71875 14.28125 Z M 18.375 10.8125 L 21.1875 13.625 L 11.59375 23.25 L 9.21875 22.96875 L 9.03125 22.78125 L 8.75 20.40625 Z\"/></svg></li><li title=\"table solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 Z M 7 7 L 12 7 L 12 12 L 7 12 Z M 14 7 L 18 7 L 18 12 L 14 12 Z M 20 7 L 25 7 L 25 12 L 20 12 Z M 7 14 L 12 14 L 12 18 L 7 18 Z M 14 14 L 18 14 L 18 18 L 14 18 Z M 20 14 L 25 14 L 25 18 L 20 18 Z M 7 20 L 12 20 L 12 25 L 7 25 Z M 14 20 L 18 20 L 18 25 L 14 25 Z M 20 20 L 25 20 L 25 25 L 20 25 Z\"/></svg></li><li title=\"table tennis solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 7 4 C 5.355469 4 4 5.355469 4 7 C 4 8.644531 5.355469 10 7 10 C 8.644531 10 10 8.644531 10 7 C 10 5.355469 8.644531 4 7 4 Z M 18.9375 4.90625 C 18.625 4.910156 18.308594 4.933594 18 4.96875 C 15.53125 5.257813 13.226563 6.523438 11.46875 8.28125 C 10.234375 9.511719 9.210938 11.28125 8.875 14.5625 C 8.863281 14.59375 8.851563 14.625 8.84375 14.65625 C 8.84375 14.667969 8.84375 14.675781 8.84375 14.6875 C 8.820313 14.738281 8.796875 14.789063 8.78125 14.84375 C 8.777344 14.867188 8.785156 14.878906 8.78125 14.90625 C 8.78125 14.9375 8.78125 14.96875 8.78125 15 C 8.78125 15.011719 8.78125 15.019531 8.78125 15.03125 C 8.785156 15.09375 8.796875 15.15625 8.8125 15.21875 C 8.828125 15.28125 8.847656 15.347656 8.875 15.40625 C 8.925781 16.304688 9.050781 17.222656 9.375 18.09375 L 9.34375 18.09375 C 9.359375 18.179688 9.460938 18.609375 9.46875 19.03125 C 9.472656 19.347656 9.359375 19.636719 9.34375 19.71875 C 8.734375 20.324219 8.003906 20.957031 7.3125 21.5 C 6.621094 22.042969 6.023438 22.511719 5.59375 22.9375 L 5.5625 22.9375 C 5.03125 23.480469 4.816406 24.308594 4.96875 25 C 5.121094 25.699219 5.523438 26.304688 6.0625 26.84375 C 6.597656 27.378906 7.207031 27.777344 7.90625 27.9375 C 8.605469 28.097656 9.453125 27.890625 10 27.34375 C 10.4375 26.90625 10.859375 26.289063 11.40625 25.59375 C 11.953125 24.898438 12.574219 24.144531 13.1875 23.53125 C 13.117188 23.601563 13.421875 23.4375 13.8125 23.4375 C 14.128906 23.4375 14.390625 23.46875 14.59375 23.5 C 14.644531 23.507813 14.75 23.527344 14.78125 23.53125 C 15.652344 23.855469 16.570313 23.976563 17.46875 24.03125 C 17.480469 24.03125 17.488281 24.0625 17.5 24.0625 C 17.570313 24.082031 17.644531 24.089844 17.71875 24.09375 C 17.75 24.105469 17.78125 24.117188 17.8125 24.125 C 17.84375 24.125 17.875 24.125 17.90625 24.125 C 17.925781 24.125 17.949219 24.125 17.96875 24.125 C 17.980469 24.125 17.988281 24.125 18 24.125 C 18.0625 24.121094 18.125 24.109375 18.1875 24.09375 C 18.226563 24.089844 18.242188 24.066406 18.28125 24.0625 C 18.292969 24.0625 18.300781 24.0625 18.3125 24.0625 C 21.324219 23.8125 23.34375 22.722656 24.625 21.4375 C 26.382813 19.679688 27.648438 17.375 27.9375 14.90625 C 28.226563 12.4375 27.457031 9.800781 25.28125 7.625 C 23.378906 5.722656 21.125 4.890625 18.9375 4.90625 Z M 7 6 C 7.5625 6 8 6.4375 8 7 C 8 7.5625 7.5625 8 7 8 C 6.4375 8 6 7.5625 6 7 C 6 6.4375 6.4375 6 7 6 Z M 18.9375 6.90625 C 20.625 6.875 22.316406 7.472656 23.875 9.03125 C 25.660156 10.8125 26.164063 12.761719 25.9375 14.6875 C 25.710938 16.613281 24.699219 18.550781 23.21875 20.03125 C 22.222656 21.027344 20.777344 21.804688 18.25 22.03125 L 10.875 14.65625 C 11.167969 11.835938 11.863281 10.761719 12.90625 9.71875 C 14.386719 8.238281 16.289063 7.195313 18.21875 6.96875 C 18.460938 6.941406 18.695313 6.910156 18.9375 6.90625 Z M 11.34375 18 L 14.90625 21.53125 C 14.640625 21.488281 14.308594 21.4375 13.8125 21.4375 C 13.203125 21.441406 12.429688 21.476563 11.78125 22.125 C 11.0625 22.84375 10.402344 23.632813 9.84375 24.34375 C 9.285156 25.054688 8.789063 25.710938 8.5625 25.9375 C 8.445313 26.054688 8.503906 26.035156 8.34375 26 C 8.183594 25.964844 7.859375 25.765625 7.5 25.40625 C 7.148438 25.054688 6.972656 24.730469 6.9375 24.5625 C 6.902344 24.394531 6.867188 24.441406 6.96875 24.34375 C 7.179688 24.132813 7.816406 23.625 8.53125 23.0625 C 9.246094 22.5 10.0625 21.84375 10.78125 21.125 C 11.472656 20.433594 11.480469 19.632813 11.46875 19 C 11.460938 18.519531 11.386719 18.238281 11.34375 18 Z\"/></svg></li><li title=\"tablet alt solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 6 C 3.355469 6 2 7.355469 2 9 L 2 23 C 2 24.644531 3.355469 26 5 26 L 27 26 C 28.644531 26 30 24.644531 30 23 L 30 9 C 30 7.355469 28.644531 6 27 6 Z M 5 8 L 27 8 C 27.554688 8 28 8.445313 28 9 L 28 23 C 28 23.554688 27.554688 24 27 24 L 5 24 C 4.445313 24 4 23.554688 4 23 L 4 9 C 4 8.445313 4.445313 8 5 8 Z M 6 15 C 5.449219 15 5 15.449219 5 16 C 5 16.550781 5.449219 17 6 17 C 6.550781 17 7 16.550781 7 16 C 7 15.449219 6.550781 15 6 15 Z\"/></svg></li><li title=\"tablet solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 6 C 3.355469 6 2 7.355469 2 9 L 2 23 C 2 24.644531 3.355469 26 5 26 L 27 26 C 28.644531 26 30 24.644531 30 23 L 30 9 C 30 7.355469 28.644531 6 27 6 Z M 5 8 L 27 8 C 27.554688 8 28 8.445313 28 9 L 28 23 C 28 23.554688 27.554688 24 27 24 L 5 24 C 4.445313 24 4 23.554688 4 23 L 4 9 C 4 8.445313 4.445313 8 5 8 Z M 6 15 C 5.449219 15 5 15.449219 5 16 C 5 16.550781 5.449219 17 6 17 C 6.550781 17 7 16.550781 7 16 C 7 15.449219 6.550781 15 6 15 Z\"/></svg></li><li title=\"tablets solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 22 3 C 18.14 3 15 6.141 15 10 C 15 13.859 18.14 17 22 17 C 25.86 17 29 13.859 29 10 C 29 6.141 25.86 3 22 3 z M 22 5 C 24.757 5 27 7.243 27 10 C 27 11.017356 26.689985 11.961454 26.166016 12.751953 L 19.248047 5.8339844 C 20.038546 5.3100154 20.982644 5 22 5 z M 17.833984 7.2480469 L 24.751953 14.167969 C 23.96161 14.691622 23.017022 15 22 15 C 19.243 15 17 12.757 17 10 C 17 8.9826442 17.310015 8.0385462 17.833984 7.2480469 z M 10 14 C 6.14 14 3 17.141 3 21 C 3 24.859 6.14 28 10 28 C 13.86 28 17 24.859 17 21 C 17 17.141 13.86 14 10 14 z M 10 16 C 12.414363 16 14.433596 17.720904 14.898438 20 L 5.1015625 20 C 5.566404 17.720904 7.5856367 16 10 16 z M 5.1015625 22 L 14.898438 22 C 14.433596 24.279096 12.414363 26 10 26 C 7.5856367 26 5.566404 24.279096 5.1015625 22 z\"/></svg></li><li title=\"tachometer alt solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 6 C 9.382813 6 4 11.382813 4 18 C 4 20.894531 5.035156 23.550781 6.75 25.625 L 7.03125 26 L 24.96875 26 L 25.25 25.625 C 26.964844 23.550781 28 20.894531 28 18 C 28 11.382813 22.617188 6 16 6 Z M 16 8 C 21.535156 8 26 12.464844 26 18 C 26 20.265625 25.207031 22.324219 23.9375 24 L 8.0625 24 C 6.792969 22.324219 6 20.265625 6 18 C 6 12.464844 10.464844 8 16 8 Z M 16 9 C 15.449219 9 15 9.449219 15 10 C 15 10.550781 15.449219 11 16 11 C 16.550781 11 17 10.550781 17 10 C 17 9.449219 16.550781 9 16 9 Z M 12 10.0625 C 11.449219 10.0625 11 10.511719 11 11.0625 C 11 11.613281 11.449219 12.0625 12 12.0625 C 12.550781 12.0625 13 11.613281 13 11.0625 C 13 10.511719 12.550781 10.0625 12 10.0625 Z M 20 10.0625 C 19.449219 10.0625 19 10.511719 19 11.0625 C 19 11.613281 19.449219 12.0625 20 12.0625 C 20.550781 12.0625 21 11.613281 21 11.0625 C 21 10.511719 20.550781 10.0625 20 10.0625 Z M 9.0625 13 C 8.511719 13 8.0625 13.449219 8.0625 14 C 8.0625 14.550781 8.511719 15 9.0625 15 C 9.613281 15 10.0625 14.550781 10.0625 14 C 10.0625 13.449219 9.613281 13 9.0625 13 Z M 22.65625 13.03125 L 17 16.28125 C 16.707031 16.109375 16.363281 16 16 16 C 14.894531 16 14 16.894531 14 18 C 14 19.105469 14.894531 20 16 20 C 17.09375 20 17.984375 19.121094 18 18.03125 C 18 18.019531 18 18.011719 18 18 L 23.65625 14.78125 Z M 8 17 C 7.449219 17 7 17.449219 7 18 C 7 18.550781 7.449219 19 8 19 C 8.550781 19 9 18.550781 9 18 C 9 17.449219 8.550781 17 8 17 Z M 24 17 C 23.449219 17 23 17.449219 23 18 C 23 18.550781 23.449219 19 24 19 C 24.550781 19 25 18.550781 25 18 C 25 17.449219 24.550781 17 24 17 Z M 9.0625 21 C 8.511719 21 8.0625 21.449219 8.0625 22 C 8.0625 22.550781 8.511719 23 9.0625 23 C 9.613281 23 10.0625 22.550781 10.0625 22 C 10.0625 21.449219 9.613281 21 9.0625 21 Z M 22.9375 21 C 22.386719 21 21.9375 21.449219 21.9375 22 C 21.9375 22.550781 22.386719 23 22.9375 23 C 23.488281 23 23.9375 22.550781 23.9375 22 C 23.9375 21.449219 23.488281 21 22.9375 21 Z\"/></svg></li><li title=\"tag solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 5 L 15.6875 5.28125 L 4.28125 16.8125 L 3.59375 17.5 L 4.28125 18.21875 L 13.78125 27.71875 L 14.5 28.40625 L 15.1875 27.71875 L 26.71875 16.3125 L 27 16 L 27 5 Z M 16.84375 7 L 25 7 L 25 15.15625 L 14.5 25.59375 L 6.40625 17.5 Z M 22 9 C 21.449219 9 21 9.449219 21 10 C 21 10.550781 21.449219 11 22 11 C 22.550781 11 23 10.550781 23 10 C 23 9.449219 22.550781 9 22 9 Z\"/></svg></li><li title=\"tags solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 14.59375 4 L 14.28125 4.28125 L 3.28125 15.28125 L 2.59375 16 L 3.28125 16.71875 L 12.28125 25.71875 L 13 26.40625 L 13.71875 25.71875 L 24.71875 14.71875 L 25 14.40625 L 25 4 Z M 15.4375 6 L 23 6 L 23 13.5625 L 13 23.5625 L 5.4375 16 Z M 26 7 L 26 9 L 27 9 L 27 17.15625 L 17.5 26.59375 L 16.25 25.34375 L 14.84375 26.75 L 16.78125 28.71875 L 17.5 29.40625 L 18.1875 28.71875 L 28.71875 18.3125 L 29 18 L 29 7 Z M 20 8 C 19.449219 8 19 8.449219 19 9 C 19 9.550781 19.449219 10 20 10 C 20.550781 10 21 9.550781 21 9 C 21 8.449219 20.550781 8 20 8 Z\"/></svg></li><li title=\"tape solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 12 5 C 5.935 5 1 9.935 1 16 C 1 22.065 5.935 27 12 27 L 31 27 L 31 25 L 18.304688 25 C 21.139358 23.008155 23 19.71963 23 16 C 23 9.935 18.065 5 12 5 z M 12 7 C 16.962 7 21 11.037 21 16 C 21 20.963 16.962 25 12 25 C 7.038 25 3 20.963 3 16 C 3 11.037 7.038 7 12 7 z M 12 12 C 9.794 12 8 13.794 8 16 C 8 18.206 9.794 20 12 20 C 14.206 20 16 18.206 16 16 C 16 13.794 14.206 12 12 12 z M 12 14 C 13.103 14 14 14.897 14 16 C 14 17.103 13.103 18 12 18 C 10.897 18 10 17.103 10 16 C 10 14.897 10.897 14 12 14 z\"/></svg></li><li title=\"tasks solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 10.292969 5.292969 L 7 8.585938 L 5.707031 7.292969 L 4.292969 8.707031 L 7 11.414063 L 11.707031 6.707031 Z M 14 7 L 14 9 L 28 9 L 28 7 Z M 14 15 L 14 17 L 28 17 L 28 15 Z M 14 23 L 14 25 L 28 25 L 28 23 Z\"/></svg></li><li title=\"taxi solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 13 4 L 12.34375 6 L 9.5 6 C 8.179688 6 7.003906 6.859375 6.625 8.125 L 5.25 12.71875 L 3.3125 12.0625 L 2.6875 13.9375 L 4.65625 14.59375 L 4.03125 16.71875 C 4.007813 16.808594 3.996094 16.90625 4 17 L 4 24 C 4 24.03125 4 24.0625 4 24.09375 L 4 25 C 4 25.550781 4.449219 26 5 26 L 8 26 L 8.34375 25 L 23.65625 25 L 24 26 L 27 26 C 27.550781 26 28 25.550781 28 25 L 28 24.15625 C 28.003906 24.105469 28.003906 24.050781 28 24 L 28 17 C 28.003906 16.90625 27.992188 16.808594 27.96875 16.71875 L 27.34375 14.59375 L 29.3125 13.9375 L 28.6875 12.0625 L 26.75 12.71875 L 25.375 8.125 C 24.996094 6.859375 23.820313 6 22.5 6 L 19.65625 6 L 19 4 Z M 9.5 8 L 22.5 8 C 22.945313 8 23.339844 8.292969 23.46875 8.71875 L 24.75 13 L 7.25 13 L 8.53125 8.71875 C 8.660156 8.289063 9.054688 8 9.5 8 Z M 6.65625 15 L 25.34375 15 L 26 17.1875 L 26 23 L 6 23 L 6 17.1875 Z M 8.5 16 C 7.671875 16 7 16.671875 7 17.5 C 7 18.328125 7.671875 19 8.5 19 C 9.328125 19 10 18.328125 10 17.5 C 10 16.671875 9.328125 16 8.5 16 Z M 23.5 16 C 22.671875 16 22 16.671875 22 17.5 C 22 18.328125 22.671875 19 23.5 19 C 24.328125 19 25 18.328125 25 17.5 C 25 16.671875 24.328125 16 23.5 16 Z M 12 19 L 10.75 22 L 12.90625 22 L 13.34375 21 L 18.65625 21 L 19.09375 22 L 21.25 22 L 20 19 Z\"/></svg></li><li title=\"teamspeak \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16.375 3.9980469 C 15.078125 3.9745239 13.726562 4.178125 12.320312 4.609375 C 10.440313 5.189375 8.8492969 6.2795312 7.5292969 7.7695312 C 7.3492969 7.9795313 7.220625 8.1992188 7.390625 8.4492188 C 7.530625 8.6392187 7.4496094 8.740625 7.3496094 8.890625 C 6.4196094 10.190625 5.79 11.619453 5.5 13.189453 C 5.47 13.389453 5.3692188 13.470781 5.1992188 13.550781 C 4.5392187 13.880781 4.1490625 14.420391 4.0390625 15.150391 L 4 16.390625 L 4 17.689453 C 4 19.129453 4.9796875 20.050234 6.4296875 19.990234 C 6.7896875 19.970234 7 19.779219 7 19.449219 L 7 15.072266 C 7 15.047266 7.0471562 13.807469 7.1601562 13.230469 C 7.3941562 12.054469 7.8094687 11.073578 8.3554688 10.267578 C 9.9424687 7.7095781 12.768 6 16 6 C 20.971 6 25 10.029 25 15 L 25 19.289062 C 25 19.619062 25.079922 19.880937 25.419922 19.960938 C 26.549922 20.190938 27.729922 19.400234 27.919922 18.240234 C 28.049922 17.440234 27.960938 16.300234 27.960938 15.490234 C 27.950937 14.610234 27.560234 13.929531 26.740234 13.519531 C 26.610234 13.459531 26.510703 13.390703 26.470703 13.220703 C 26.180703 11.630703 25.540313 10.130078 24.570312 8.8300781 C 24.520312 8.7600781 24.410703 8.6796094 24.470703 8.5996094 C 24.870703 8.0596094 24.460625 7.7492187 24.140625 7.4492188 C 21.816875 5.2010938 19.228125 4.0497974 16.375 3.9980469 z M 10.359375 16.001953 C 9.7295625 15.961406 9.2210781 16.371953 9.0800781 17.095703 C 8.8660781 18.136703 9.0795 19.13425 9.6875 20.03125 C 10.1075 20.64025 10.752906 20.929469 11.503906 20.980469 C 11.986906 21.005469 13.703891 21.072312 14.087891 20.945312 C 14.588891 20.767313 14.928156 20.471469 15.035156 19.980469 C 15.133156 19.490469 14.525781 18.787969 13.675781 18.042969 C 12.799781 17.280969 11.654531 16.493266 11.019531 16.197266 C 10.791531 16.078766 10.569313 16.015469 10.359375 16.001953 z M 21.982422 18.007812 C 21.046494 17.92165 19.715859 18.538359 19.115234 18.787109 C 15.882234 20.086109 17.128719 21.335281 18.136719 21.613281 L 20.417969 21.970703 C 22.028969 22.098703 23.036047 20.640344 22.998047 19.152344 C 22.962797 18.363719 22.543979 18.05951 21.982422 18.007812 z M 24.296875 21.001953 C 24.236125 21.007078 24.178266 21.034437 24.134766 21.085938 C 24.114766 21.116938 24.105703 21.147969 24.095703 21.167969 C 23.726703 22.398969 22.056719 26.584625 16.261719 27.015625 C 9.4487187 27.517625 19.912813 29.108031 22.882812 26.707031 C 23.911812 25.865031 25.047047 25.024516 24.998047 22.603516 C 24.979047 22.110516 24.775609 21.320688 24.474609 21.054688 C 24.421109 21.013687 24.357625 20.996828 24.296875 21.001953 z\"/></svg></li><li title=\"teeth open solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 10 3 C 5.037 3 1 7.037 1 12 L 1 13 C 1 14.65 2.35 16 4 16 C 4.77 16 5.47 15.700703 6 15.220703 C 6.53 15.700703 7.23 16 8 16 L 9 16 C 9.77 16 10.47 15.700703 11 15.220703 C 11.53 15.700703 12.23 16 13 16 L 14 16 C 14.77 16 15.47 15.700703 16 15.220703 C 16.53 15.700703 17.23 16 18 16 L 19 16 C 19.77 16 20.47 15.700703 21 15.220703 C 21.53 15.700703 22.23 16 23 16 L 24 16 C 24.77 16 25.47 15.700703 26 15.220703 C 26.53 15.700703 27.23 16 28 16 C 29.65 16 31 14.65 31 13 L 31 12 C 31 7.037 26.963 3 22 3 L 10 3 z M 10 5 L 22 5 C 24.798021 5 27.212536 6.6542426 28.332031 9.0332031 C 28.221743 9.0207762 28.113467 9 28 9 C 27.39 9 26.829375 9.1802344 26.359375 9.4902344 C 25.729375 8.5902344 24.68 8 23.5 8 C 22.74 8 22.040703 8.2501562 21.470703 8.6601562 C 20.850703 7.6701562 19.75 7 18.5 7 C 17.52 7 16.64 7.4105469 16 8.0605469 C 15.36 7.4105469 14.48 7 13.5 7 C 12.25 7 11.149297 7.6701563 10.529297 8.6601562 C 9.9592969 8.2501562 9.26 8 8.5 8 C 7.32 8 6.270625 8.5902344 5.640625 9.4902344 C 5.170625 9.1802344 4.61 9 4 9 C 3.8865328 9 3.7782571 9.0207762 3.6679688 9.0332031 C 4.7874638 6.6542426 7.2019794 5 10 5 z M 13.5 9 C 14.33 9 15 9.67 15 10.5 L 15 13 C 15 13.55 14.55 14 14 14 L 13 14 C 12.45 14 12 13.55 12 13 L 12 10.5 C 12 9.67 12.67 9 13.5 9 z M 18.5 9 C 19.33 9 20 9.67 20 10.5 L 20 13 C 20 13.55 19.55 14 19 14 L 18 14 C 17.45 14 17 13.55 17 13 L 17 10.5 C 17 9.67 17.67 9 18.5 9 z M 8.5 10 C 9.33 10 10 10.67 10 11.5 L 10 13 C 10 13.55 9.55 14 9 14 L 8 14 C 7.45 14 7 13.55 7 13 L 7 11.5 C 7 10.67 7.67 10 8.5 10 z M 23.5 10 C 24.33 10 25 10.67 25 11.5 L 25 13 C 25 13.55 24.55 14 24 14 L 23 14 C 22.45 14 22 13.55 22 13 L 22 11.5 C 22 10.67 22.67 10 23.5 10 z M 4 11 C 4.55 11 5 11.45 5 12 L 5 13 C 5 13.55 4.55 14 4 14 C 3.45 14 3 13.55 3 13 L 3 12 C 3 11.45 3.45 11 4 11 z M 28 11 C 28.55 11 29 11.45 29 12 L 29 13 C 29 13.55 28.55 14 28 14 C 27.45 14 27 13.55 27 13 L 27 12 C 27 11.45 27.45 11 28 11 z M 4 18 C 2.35 18 1 19.35 1 21 L 1 22 C 1 25.859 4.141 29 8 29 L 24 29 C 27.859 29 31 25.859 31 22 L 31 21 C 31 19.35 29.65 18 28 18 C 27.23 18 26.53 18.299297 26 18.779297 C 25.47 18.299297 24.77 18 24 18 L 23 18 C 22.23 18 21.53 18.299297 21 18.779297 C 20.47 18.299297 19.77 18 19 18 L 18 18 C 17.23 18 16.53 18.299297 16 18.779297 C 15.47 18.299297 14.77 18 14 18 L 13 18 C 12.23 18 11.53 18.299297 11 18.779297 C 10.47 18.299297 9.77 18 9 18 L 8 18 C 7.23 18 6.53 18.299297 6 18.779297 C 5.47 18.299297 4.77 18 4 18 z M 4 20 C 4.55 20 5 20.45 5 21 C 5 21.55 4.55 22 4 22 C 3.45 22 3 21.55 3 21 C 3 20.45 3.45 20 4 20 z M 8 20 L 9 20 C 9.55 20 10 20.45 10 21 L 10 22 C 10 22.55 9.55 23 9 23 C 7.9 23 7 22.1 7 21 C 7 20.45 7.45 20 8 20 z M 13 20 L 14 20 C 14.55 20 15 20.45 15 21 L 15 22 C 15 22.55 14.55 23 14 23 L 13 23 C 12.45 23 12 22.55 12 22 L 12 21 C 12 20.45 12.45 20 13 20 z M 18 20 L 19 20 C 19.55 20 20 20.45 20 21 L 20 22 C 20 22.55 19.55 23 19 23 L 18 23 C 17.45 23 17 22.55 17 22 L 17 21 C 17 20.45 17.45 20 18 20 z M 23 20 L 24 20 C 24.55 20 25 20.45 25 21 C 25 22.1 24.1 23 23 23 C 22.45 23 22 22.55 22 22 L 22 21 C 22 20.45 22.45 20 23 20 z M 28 20 C 28.55 20 29 20.45 29 21 C 29 21.55 28.55 22 28 22 C 27.45 22 27 21.55 27 21 C 27 20.45 27.45 20 28 20 z M 5.8007812 23.380859 C 6.5407813 24.360859 7.69 25 9 25 C 9.77 25 10.47 24.700703 11 24.220703 C 11.53 24.700703 12.23 25 13 25 L 14 25 C 14.77 25 15.47 24.700703 16 24.220703 C 16.53 24.700703 17.23 25 18 25 L 19 25 C 19.77 25 20.47 24.700703 21 24.220703 C 21.53 24.700703 22.23 25 23 25 C 24.31 25 25.459219 24.360859 26.199219 23.380859 C 26.699219 23.770859 27.32 24 28 24 C 28.208418 24 28.412646 23.978463 28.609375 23.9375 C 27.851042 25.735349 26.070567 27 24 27 L 8 27 C 5.9294325 27 4.1489579 25.735349 3.390625 23.9375 C 3.5873538 23.978463 3.7915819 24 4 24 C 4.68 24 5.3007813 23.770859 5.8007812 23.380859 z\"/></svg></li><li title=\"teeth solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 10 5 C 5.038 5 1 9.037 1 14 L 1 15 C 1 15.769952 1.3019681 16.46739 1.7832031 17 C 1.3019681 17.53261 1 18.230048 1 19 L 1 20 C 1 23.859 4.14 27 8 27 L 24 27 C 27.86 27 31 23.859 31 20 L 31 19 C 31 18.230048 30.698032 17.53261 30.216797 17 C 30.698032 16.46739 31 15.769952 31 15 L 31 14 C 31 9.037 26.962 5 22 5 L 10 5 z M 10 7 L 22 7 C 24.798746 7 27.21277 8.6542426 28.332031 11.033203 C 28.221743 11.020776 28.113467 11 28 11 C 27.39 11 26.829375 11.180234 26.359375 11.490234 C 25.729375 10.590234 24.68 10 23.5 10 C 22.74 10 22.040703 10.250156 21.470703 10.660156 C 20.850703 9.6701562 19.75 9 18.5 9 C 17.52 9 16.64 9.4105469 16 10.060547 C 15.36 9.4105469 14.48 9 13.5 9 C 12.25 9 11.149297 9.6701563 10.529297 10.660156 C 9.9592969 10.250156 9.26 10 8.5 10 C 7.32 10 6.270625 10.590234 5.640625 11.490234 C 5.170625 11.180234 4.61 11 4 11 C 3.8865328 11 3.7782571 11.020776 3.6679688 11.033203 C 4.7872295 8.6542426 7.2012543 7 10 7 z M 13.5 11 C 14.33 11 15 11.67 15 12.5 L 15 15 C 15 15.55 14.55 16 14 16 L 13 16 C 12.45 16 12 15.55 12 15 L 12 12.5 C 12 11.67 12.67 11 13.5 11 z M 18.5 11 C 19.33 11 20 11.67 20 12.5 L 20 15 C 20 15.55 19.55 16 19 16 L 18 16 C 17.45 16 17 15.55 17 15 L 17 12.5 C 17 11.67 17.67 11 18.5 11 z M 8.5 12 C 9.33 12 10 12.67 10 13.5 L 10 15 C 10 15.55 9.55 16 9 16 L 8 16 C 7.45 16 7 15.55 7 15 L 7 13.5 C 7 12.67 7.67 12 8.5 12 z M 23.5 12 C 24.33 12 25 12.67 25 13.5 L 25 15 C 25 15.55 24.55 16 24 16 L 23 16 C 22.45 16 22 15.55 22 15 L 22 13.5 C 22 12.67 22.67 12 23.5 12 z M 4 13 C 4.55 13 5 13.45 5 14 L 5 15 C 5 15.55 4.55 16 4 16 C 3.45 16 3 15.55 3 15 L 3 14 C 3 13.45 3.45 13 4 13 z M 28 13 C 28.55 13 29 13.45 29 14 L 29 15 C 29 15.55 28.55 16 28 16 C 27.45 16 27 15.55 27 15 L 27 14 C 27 13.45 27.45 13 28 13 z M 4 18 C 4.55 18 5 18.45 5 19 C 5 19.55 4.55 20 4 20 C 3.45 20 3 19.55 3 19 C 3 18.45 3.45 18 4 18 z M 8 18 L 9 18 C 9.55 18 10 18.45 10 19 L 10 20 C 10 20.55 9.55 21 9 21 C 7.9 21 7 20.1 7 19 C 7 18.45 7.45 18 8 18 z M 13 18 L 14 18 C 14.55 18 15 18.45 15 19 L 15 20 C 15 20.55 14.55 21 14 21 L 13 21 C 12.45 21 12 20.55 12 20 L 12 19 C 12 18.45 12.45 18 13 18 z M 18 18 L 19 18 C 19.55 18 20 18.45 20 19 L 20 20 C 20 20.55 19.55 21 19 21 L 18 21 C 17.45 21 17 20.55 17 20 L 17 19 C 17 18.45 17.45 18 18 18 z M 23 18 L 24 18 C 24.55 18 25 18.45 25 19 C 25 20.1 24.1 21 23 21 C 22.45 21 22 20.55 22 20 L 22 19 C 22 18.45 22.45 18 23 18 z M 28 18 C 28.55 18 29 18.45 29 19 C 29 19.55 28.55 20 28 20 C 27.45 20 27 19.55 27 19 C 27 18.45 27.45 18 28 18 z M 5.8007812 21.380859 C 6.5407813 22.360859 7.69 23 9 23 C 9.77 23 10.47 22.700703 11 22.220703 C 11.53 22.700703 12.23 23 13 23 L 14 23 C 14.77 23 15.47 22.700703 16 22.220703 C 16.53 22.700703 17.23 23 18 23 L 19 23 C 19.77 23 20.47 22.700703 21 22.220703 C 21.53 22.700703 22.23 23 23 23 C 24.31 23 25.459219 22.360859 26.199219 21.380859 C 26.699219 21.770859 27.32 22 28 22 C 28.208418 22 28.412646 21.978463 28.609375 21.9375 C 27.851042 23.735349 26.070567 25 24 25 L 8 25 C 5.9294325 25 4.1489579 23.735349 3.390625 21.9375 C 3.5873538 21.978463 3.7915819 22 4 22 C 4.68 22 5.3007813 21.770859 5.8007812 21.380859 z\"/></svg></li><li title=\"telegram plane \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 26.070313 3.996094 C 25.734375 4.011719 25.417969 4.109375 25.136719 4.21875 L 25.132813 4.21875 C 24.847656 4.332031 23.492188 4.902344 21.433594 5.765625 C 19.375 6.632813 16.703125 7.757813 14.050781 8.875 C 8.753906 11.105469 3.546875 13.300781 3.546875 13.300781 L 3.609375 13.277344 C 3.609375 13.277344 3.25 13.394531 2.875 13.652344 C 2.683594 13.777344 2.472656 13.949219 2.289063 14.21875 C 2.105469 14.488281 1.957031 14.902344 2.011719 15.328125 C 2.101563 16.050781 2.570313 16.484375 2.90625 16.722656 C 3.246094 16.964844 3.570313 17.078125 3.570313 17.078125 L 3.578125 17.078125 L 8.460938 18.722656 C 8.679688 19.425781 9.949219 23.597656 10.253906 24.558594 C 10.433594 25.132813 10.609375 25.492188 10.828125 25.765625 C 10.933594 25.90625 11.058594 26.023438 11.207031 26.117188 C 11.265625 26.152344 11.328125 26.179688 11.390625 26.203125 C 11.410156 26.214844 11.429688 26.21875 11.453125 26.222656 L 11.402344 26.210938 C 11.417969 26.214844 11.429688 26.226563 11.441406 26.230469 C 11.480469 26.242188 11.507813 26.246094 11.558594 26.253906 C 12.332031 26.488281 12.953125 26.007813 12.953125 26.007813 L 12.988281 25.980469 L 15.871094 23.355469 L 20.703125 27.0625 L 20.8125 27.109375 C 21.820313 27.550781 22.839844 27.304688 23.378906 26.871094 C 23.921875 26.433594 24.132813 25.875 24.132813 25.875 L 24.167969 25.785156 L 27.902344 6.65625 C 28.007813 6.183594 28.035156 5.742188 27.917969 5.3125 C 27.800781 4.882813 27.5 4.480469 27.136719 4.265625 C 26.769531 4.046875 26.40625 3.980469 26.070313 3.996094 Z M 25.96875 6.046875 C 25.964844 6.109375 25.976563 6.101563 25.949219 6.222656 L 25.949219 6.234375 L 22.25 25.164063 C 22.234375 25.191406 22.207031 25.25 22.132813 25.308594 C 22.054688 25.371094 21.992188 25.410156 21.667969 25.28125 L 15.757813 20.75 L 12.1875 24.003906 L 12.9375 19.214844 C 12.9375 19.214844 22.195313 10.585938 22.59375 10.214844 C 22.992188 9.84375 22.859375 9.765625 22.859375 9.765625 C 22.886719 9.3125 22.257813 9.632813 22.257813 9.632813 L 10.082031 17.175781 L 10.078125 17.15625 L 4.242188 15.191406 L 4.242188 15.1875 C 4.238281 15.1875 4.230469 15.183594 4.226563 15.183594 C 4.230469 15.183594 4.257813 15.171875 4.257813 15.171875 L 4.289063 15.15625 L 4.320313 15.144531 C 4.320313 15.144531 9.53125 12.949219 14.828125 10.71875 C 17.480469 9.601563 20.152344 8.476563 22.207031 7.609375 C 24.261719 6.746094 25.78125 6.113281 25.867188 6.078125 C 25.949219 6.046875 25.910156 6.046875 25.96875 6.046875 Z\"/></svg></li><li title=\"telegram \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 26.070313 3.996094 C 25.734375 4.011719 25.417969 4.109375 25.136719 4.21875 L 25.132813 4.21875 C 24.847656 4.332031 23.492188 4.902344 21.433594 5.765625 C 19.375 6.632813 16.703125 7.757813 14.050781 8.875 C 8.753906 11.105469 3.546875 13.300781 3.546875 13.300781 L 3.609375 13.277344 C 3.609375 13.277344 3.25 13.394531 2.875 13.652344 C 2.683594 13.777344 2.472656 13.949219 2.289063 14.21875 C 2.105469 14.488281 1.957031 14.902344 2.011719 15.328125 C 2.101563 16.050781 2.570313 16.484375 2.90625 16.722656 C 3.246094 16.964844 3.570313 17.078125 3.570313 17.078125 L 3.578125 17.078125 L 8.460938 18.722656 C 8.679688 19.425781 9.949219 23.597656 10.253906 24.558594 C 10.433594 25.132813 10.609375 25.492188 10.828125 25.765625 C 10.933594 25.90625 11.058594 26.023438 11.207031 26.117188 C 11.265625 26.152344 11.328125 26.179688 11.390625 26.203125 C 11.410156 26.214844 11.429688 26.21875 11.453125 26.222656 L 11.402344 26.210938 C 11.417969 26.214844 11.429688 26.226563 11.441406 26.230469 C 11.480469 26.242188 11.507813 26.246094 11.558594 26.253906 C 12.332031 26.488281 12.953125 26.007813 12.953125 26.007813 L 12.988281 25.980469 L 15.871094 23.355469 L 20.703125 27.0625 L 20.8125 27.109375 C 21.820313 27.550781 22.839844 27.304688 23.378906 26.871094 C 23.921875 26.433594 24.132813 25.875 24.132813 25.875 L 24.167969 25.785156 L 27.902344 6.65625 C 28.007813 6.183594 28.035156 5.742188 27.917969 5.3125 C 27.800781 4.882813 27.5 4.480469 27.136719 4.265625 C 26.769531 4.046875 26.40625 3.980469 26.070313 3.996094 Z M 25.96875 6.046875 C 25.964844 6.109375 25.976563 6.101563 25.949219 6.222656 L 25.949219 6.234375 L 22.25 25.164063 C 22.234375 25.191406 22.207031 25.25 22.132813 25.308594 C 22.054688 25.371094 21.992188 25.410156 21.667969 25.28125 L 15.757813 20.75 L 12.1875 24.003906 L 12.9375 19.214844 C 12.9375 19.214844 22.195313 10.585938 22.59375 10.214844 C 22.992188 9.84375 22.859375 9.765625 22.859375 9.765625 C 22.886719 9.3125 22.257813 9.632813 22.257813 9.632813 L 10.082031 17.175781 L 10.078125 17.15625 L 4.242188 15.191406 L 4.242188 15.1875 C 4.238281 15.1875 4.230469 15.183594 4.226563 15.183594 C 4.230469 15.183594 4.257813 15.171875 4.257813 15.171875 L 4.289063 15.15625 L 4.320313 15.144531 C 4.320313 15.144531 9.53125 12.949219 14.828125 10.71875 C 17.480469 9.601563 20.152344 8.476563 22.207031 7.609375 C 24.261719 6.746094 25.78125 6.113281 25.867188 6.078125 C 25.949219 6.046875 25.910156 6.046875 25.96875 6.046875 Z\"/></svg></li><li title=\"temperature high solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 9 4 L 9 15.46875 C 7.25 16.73775 6 18.676 6 21 C 6 24.855 9.145 28 13 28 C 16.855 28 20 24.855 20 21 C 20 18.676 18.75 16.73775 17 15.46875 L 17 14 L 19 14 L 19 12 L 17 12 L 17 10 L 19 10 L 19 8 L 17 8 L 17 6 L 19 6 L 19 4 L 9 4 z M 24.5 4 C 22.57 4 21 5.57 21 7.5 C 21 9.43 22.57 11 24.5 11 C 26.43 11 28 9.43 28 7.5 C 28 5.57 26.43 4 24.5 4 z M 11 6 L 15 6 L 15 16.40625 L 15.5 16.6875 C 16.996 17.5555 18 19.148 18 21 C 18 23.773 15.773 26 13 26 C 10.227 26 8 23.773 8 21 C 8 19.148 9.004 17.5555 10.5 16.6875 L 11 16.40625 L 11 6 z M 24.5 6 C 25.327 6 26 6.673 26 7.5 C 26 8.327 25.327 9 24.5 9 C 23.673 9 23 8.327 23 7.5 C 23 6.673 23.673 6 24.5 6 z M 12 8 L 12 18.1875 C 10.84 18.6015 10 19.700953 10 21.001953 C 10 22.657953 11.344 24.001953 13 24.001953 C 14.656 24.001953 16 22.657953 16 21.001953 C 16 19.700953 15.16 18.6025 14 18.1875 L 14 8 L 12 8 z\"/></svg></li><li title=\"temperature low solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 9 4 L 9 15.46875 C 7.25 16.73775 6 18.676 6 21 C 6 24.855 9.145 28 13 28 C 16.855 28 20 24.855 20 21 C 20 18.676 18.75 16.73775 17 15.46875 L 17 14 L 19 14 L 19 12 L 17 12 L 17 10 L 19 10 L 19 8 L 17 8 L 17 6 L 19 6 L 19 4 L 9 4 z M 24.5 4 C 22.57 4 21 5.57 21 7.5 C 21 9.43 22.57 11 24.5 11 C 26.43 11 28 9.43 28 7.5 C 28 5.57 26.43 4 24.5 4 z M 11 6 L 15 6 L 15 16.40625 L 15.5 16.6875 C 16.996 17.5555 18 19.148 18 21 C 18 23.773 15.773 26 13 26 C 10.227 26 8 23.773 8 21 C 8 19.148 9.004 17.5555 10.5 16.6875 L 11 16.40625 L 11 6 z M 24.5 6 C 25.327 6 26 6.673 26 7.5 C 26 8.327 25.327 9 24.5 9 C 23.673 9 23 8.327 23 7.5 C 23 6.673 23.673 6 24.5 6 z M 12 16 L 12 18.1875 C 10.84 18.6015 10 19.700953 10 21.001953 C 10 22.657953 11.344 24.001953 13 24.001953 C 14.656 24.001953 16 22.657953 16 21.001953 C 16 19.700953 15.16 18.6025 14 18.1875 L 14 16 L 12 16 z\"/></svg></li><li title=\"tencent weibo \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 17 2 C 12.039063 2 8 6.039063 8 11 C 8 12.53125 8.382813 13.957031 9.0625 15.21875 C 9.457031 14.503906 9.90625 13.832031 10.375 13.1875 C 10.144531 12.496094 10 11.769531 10 11 C 10 7.140625 13.140625 4 17 4 C 20.859375 4 24 7.140625 24 11 C 24 14.859375 20.859375 18 17 18 C 16.183594 18 15.414063 17.851563 14.6875 17.59375 C 14.34375 18.15625 14.027344 18.742188 13.75 19.375 C 14.761719 19.769531 15.851563 20 17 20 C 21.960938 20 26 15.960938 26 11 C 26 6.039063 21.960938 2 17 2 Z M 17 8 C 15.34375 8 14 9.34375 14 11 C 14 11.335938 14.085938 11.636719 14.1875 11.9375 C 8.457031 17.242188 8 25.210938 8 29 L 10 29 C 10 25.386719 10.417969 18.257813 15.40625 13.53125 C 15.867188 13.824219 16.414063 14 17 14 C 18.65625 14 20 12.65625 20 11 C 20 9.34375 18.65625 8 17 8 Z\"/></svg></li><li title=\"tenge solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6.6328125 5 C 6.2848125 5 6 5.2740937 6 5.6210938 L 6 8.3671875 C 6 8.7151875 6.2848125 9 6.6328125 9 L 25.378906 9 C 25.725906 9 26 8.7151875 26 8.3671875 L 26 5.6210938 C 26 5.2740938 25.725906 5 25.378906 5 L 6.6328125 5 z M 6.6328125 12 C 6.2848125 12 6 12.284094 6 12.621094 L 6 15.367188 C 6 15.715188 6.2848125 16 6.6328125 16 L 14 16 L 14 27.378906 C 14 27.725906 14.274094 28 14.621094 28 L 17.378906 28 C 17.725906 28 18 27.725906 18 27.378906 L 18 16 L 25.378906 16 C 25.725906 16 26 15.715187 26 15.367188 L 26 12.621094 C 26 12.284094 25.725906 12 25.378906 12 L 6.6328125 12 z\"/></svg></li><li title=\"terminal solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 4 5 L 4 27 L 28 27 L 28 5 Z M 6 7 L 26 7 L 26 9 L 6 9 Z M 6 11 L 26 11 L 26 25 L 6 25 Z M 11.21875 13.78125 L 9.78125 15.21875 L 12.5625 18 L 9.78125 20.78125 L 11.21875 22.21875 L 14.71875 18.71875 L 15.40625 18 L 14.71875 17.28125 Z M 16 20 L 16 22 L 22 22 L 22 20 Z\"/></svg></li><li title=\"text height solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 4 6 L 4 8 L 11 8 L 11 26 L 13 26 L 13 8 L 20 8 L 20 6 Z M 25 6.625 L 21.5 11 L 24 11 L 24 21 L 21.5 21 L 25 25.375 L 28.5 21 L 26 21 L 26 11 L 28.5 11 Z\"/></svg></li><li title=\"text width solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 8 6 L 8 8 L 15 8 L 15 22 L 17 22 L 17 8 L 24 8 L 24 6 Z M 10 21.5 L 5.625 25 L 10 28.5 L 10 26 L 22 26 L 22 28.5 L 26.375 25 L 22 21.5 L 22 24 L 10 24 Z\"/></svg></li><li title=\"th large solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 Z M 7 7 L 15 7 L 15 15 L 7 15 Z M 17 7 L 25 7 L 25 15 L 17 15 Z M 7 17 L 15 17 L 15 25 L 7 25 Z M 17 17 L 25 17 L 25 25 L 17 25 Z\"/></svg></li><li title=\"th list solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 4 6 L 4 26 L 28 26 L 28 6 Z M 6 8 L 11 8 L 11 12 L 6 12 Z M 13 8 L 26 8 L 26 12 L 13 12 Z M 6 14 L 11 14 L 11 18 L 6 18 Z M 13 14 L 26 14 L 26 18 L 13 18 Z M 6 20 L 11 20 L 11 24 L 6 24 Z M 13 20 L 26 20 L 26 24 L 13 24 Z\"/></svg></li><li title=\"th solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 3 6 L 3 26 L 29 26 L 29 6 Z M 5 8 L 9 8 L 9 12 L 5 12 Z M 11 8 L 15 8 L 15 12 L 11 12 Z M 17 8 L 21 8 L 21 12 L 17 12 Z M 23 8 L 27 8 L 27 12 L 23 12 Z M 5 14 L 9 14 L 9 18 L 5 18 Z M 11 14 L 15 14 L 15 18 L 11 18 Z M 17 14 L 21 14 L 21 18 L 17 18 Z M 23 14 L 27 14 L 27 18 L 23 18 Z M 5 20 L 9 20 L 9 24 L 5 24 Z M 11 20 L 15 20 L 15 24 L 11 24 Z M 17 20 L 21 20 L 21 24 L 17 24 Z M 23 20 L 27 20 L 27 24 L 23 24 Z\"/></svg></li><li title=\"the red yeti \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 12.345703 3 C 10.864703 4.134 10.798625 4.9638125 10.765625 5.1328125 C 10.723625 5.0198125 10.469734 4.2141875 10.052734 3.8671875 C 9.8977344 4.2461875 9.8892969 4.6687344 10.029297 5.0527344 C 10.170297 5.4467344 10.306828 5.7474531 10.423828 5.9394531 C 9.6738281 5.7844531 9.0961875 5.7094531 8.1171875 5.9394531 L 7.9433594 5.9394531 L 9.4902344 6.609375 C 8.5432344 7.495375 7.7977813 8.5725312 7.3007812 9.7695312 L 7.2207031 10.162109 L 7.3007812 10.242188 L 7.65625 10.023438 C 7.50125 10.567438 7.4086562 10.932422 7.3476562 11.232422 C 6.8376563 11.806422 6.3999219 12.440094 6.0449219 13.121094 C 5.3419219 13.168094 4.55425 13.627016 4.15625 13.791016 L 4.296875 13.949219 L 5.6464844 13.996094 C 5.6234844 14.043094 5.6147969 14.099484 5.5917969 14.146484 C 5.2497969 14.446484 3.7259219 15.913687 4.0449219 17.929688 L 4.9902344 16.880859 C 5.0132344 16.960859 5.023875 17.038047 5.046875 17.123047 C 5.046875 18.318047 5.0668437 21.324687 8.0898438 24.179688 C 10.133844 26.054688 12.589656 27.001953 15.472656 27.001953 C 21.177656 27.001953 25.925781 22.909891 25.925781 17.087891 C 26.244781 16.632891 25.868031 17.228156 26.707031 15.910156 L 27.316406 16.580078 L 27.433594 16.556641 C 27.346594 16.009641 27.208578 15.472125 27.017578 14.953125 C 26.946578 14.729125 26.838266 14.518078 26.697266 14.330078 L 26.699219 14.330078 L 27.669922 14.662109 C 27.219922 13.542109 26.549594 12.9285 26.183594 12.5625 L 26.517578 11.710938 C 26.526578 11.710938 27.094391 10.407484 26.400391 10.271484 C 26.372391 9.7414844 26.090109 9.0058594 25.537109 9.0058594 C 25.181109 8.5088594 24.708609 8.4285156 24.099609 8.7285156 C 23.673609 8.9365156 23.274109 9.1969531 22.912109 9.5019531 C 22.664109 9.2019531 22.771484 9.5195156 22.771484 8.1035156 C 21.032484 6.9645156 20.643625 7.5551406 19.265625 8.2441406 L 19.289062 8.2675781 C 18.256062 7.9045781 17.175031 7.6945313 16.082031 7.6445312 C 15.824031 7.2365312 15.21125 6.75075 14.90625 6.46875 L 16.068359 6.8007812 C 15.810359 6.5427812 14.811844 6.1968437 14.464844 6.0898438 C 15.317844 5.8978437 15.862031 5.1149688 16.457031 4.5429688 C 14.821031 4.0699688 13.273187 4.2657031 11.867188 5.0957031 L 12.431641 3.0234375 L 12.345703 3 z M 11.998047 3.6464844 C 11.876047 4.0354844 11.777219 4.4310313 11.699219 4.8320312 L 11.619141 5.1660156 L 11.595703 5.3867188 L 11.712891 5.5039062 C 12.739891 4.8709062 13.845687 4.5941875 15.054688 4.6171875 L 16.044922 4.640625 C 15.490922 5.273625 14.739531 5.6667344 13.769531 5.8027344 C 13.406531 5.8697344 13.041828 5.9154531 12.673828 5.9394531 L 12.664062 5.9160156 L 12.546875 5.859375 C 12.323875 5.812375 12.091625 5.846125 11.890625 5.953125 C 11.773625 5.944125 11.661594 5.931875 11.558594 5.921875 L 11.439453 6 L 11.462891 6.0566406 C 11.556891 6.0656406 11.645906 6.0798437 11.753906 6.0898438 L 11.660156 6.2480469 L 11.818359 6.2246094 L 11.322266 6.7558594 C 11.125266 6.8968594 11.069 7.0554062 11.125 7.1914062 L 11.378906 7.03125 L 11.433594 7.03125 C 11.721594 6.64925 12.146141 6.3943125 12.619141 6.3203125 L 12.619141 6.1777344 C 12.919141 6.2007344 13.229297 6.225375 13.529297 6.234375 C 13.829297 6.234375 13.92225 6.2560625 13.78125 6.2890625 C 14.11825 6.4790625 14.442953 6.6918281 14.751953 6.9238281 C 15.384953 7.3968281 15.858203 7.9500312 16.158203 8.5820312 C 16.571203 9.4350312 16.791016 10.320375 16.791016 11.234375 C 16.789016 11.680375 16.742391 12.1255 16.650391 12.5625 C 16.485391 13.3075 16.233391 14.03175 15.900391 14.71875 L 16.017578 14.740234 C 16.870578 13.817234 17.980266 13.990234 18.322266 13.990234 L 18.023438 14.267578 L 19.072266 15.097656 L 18.992188 16.537109 C 18.739187 15.960109 18.219312 15.548375 17.445312 15.234375 C 18.218312 15.928375 18.551656 16.223641 18.472656 16.181641 C 18.247656 16.050641 18.308797 16.091813 17.966797 16.007812 C 18.158797 16.199813 18.787312 16.889516 18.820312 16.978516 L 18.828125 16.986328 L 18.820312 16.996094 C 18.820312 17.080094 18.895063 16.939359 18.164062 18.068359 C 14.639062 17.351359 13.182922 16.066469 11.544922 15.105469 L 12.097656 15.162109 C 11.544656 14.295109 11.367828 14.332453 10.298828 13.939453 L 10.794922 13.544922 C 10.382922 13.403922 9.94275 13.404359 9.46875 13.568359 L 9.8242188 13.070312 L 9.7675781 12.990234 C 9.0695781 13.192234 8.8399844 13.422484 8.7089844 13.521484 C 8.6569844 13.263484 8.5788125 12.940875 8.1328125 12.171875 L 8.0800781 13.439453 L 7.4609375 13.205078 C 7.5309375 12.023078 7.7140781 10.836031 8.0800781 9.7070312 L 8.1367188 9.6289062 C 8.1927187 9.4929063 8.3332656 9.2720156 8.5722656 8.9160156 L 8.6894531 8.7578125 L 8.0800781 9.3320312 L 8.3320312 9.1132812 L 7.859375 9.5488281 L 7.6621094 9.6054688 C 8.2391094 8.4754688 8.7455469 7.6689531 9.1855469 7.2519531 C 9.6215469 6.8159531 9.9358125 6.50275 10.132812 6.34375 L 9.8320312 6.3984375 C 9.3030313 6.2014375 8.9229219 6.0668594 8.6699219 6.0058594 C 8.7869219 5.9828594 8.8433125 5.9824219 8.8203125 5.9824219 C 9.3033125 5.9824219 9.6407812 6.0041094 9.8007812 6.0371094 C 10.042781 6.1151094 10.295781 6.1542969 10.550781 6.1542969 L 10.572266 6.0742188 L 10.179688 4.3964844 L 10.8125 5.7558594 C 10.9445 5.5508594 11.038844 5.3239375 11.089844 5.0859375 C 11.169844 4.7859375 11.3425 4.4777344 11.5625 4.1777344 C 11.7825 3.8777344 11.918047 3.6794844 11.998047 3.6464844 z M 13.158203 6.3476562 C 13.049328 6.3614062 12.943562 6.40225 12.851562 6.46875 C 12.256562 6.78275 11.538188 7.4495312 11.492188 7.5195312 C 11.412187 7.5995313 11.332281 7.7963438 11.238281 8.1523438 C 11.149281 8.5143438 11.104516 8.8848125 11.103516 9.2578125 C 10.883516 8.8828125 10.610922 8.9574687 10.169922 8.9804688 L 10.503906 9.3378906 C 9.7309063 9.3378906 9.4104844 10.059891 9.3964844 10.087891 C 9.7154844 10.087891 9.6127344 9.7307656 10.802734 9.5097656 C 10.600734 9.2157656 10.647266 9.2761719 10.572266 9.2011719 C 11.589266 9.9891719 11.346906 10.205594 12.753906 10.308594 L 12.617188 10.087891 C 13.011188 9.7518906 13.259547 9.2777188 13.310547 8.7617188 C 13.390547 8.0117188 13.255437 7.3772187 12.898438 6.8242188 L 13.507812 6.46875 C 13.510813 6.43975 13.502375 6.4116719 13.484375 6.3886719 C 13.378875 6.3471719 13.267078 6.3339063 13.158203 6.3476562 z M 13.740234 6.65625 L 13.763672 6.7734375 L 13.939453 6.8867188 L 13.822266 6.9082031 L 13.845703 7.0507812 C 14.271703 7.0277813 14.694359 7.1221719 15.068359 7.3261719 C 14.951359 7.0681719 14.598234 6.65625 13.740234 6.65625 z M 12.636719 6.9472656 C 12.764641 6.9695781 12.867656 7.1173437 12.972656 7.4023438 C 13.089656 7.7863438 13.136281 8.1868906 13.113281 8.5878906 C 13.089281 9.0228906 12.955703 9.3939219 12.720703 9.6699219 C 12.584703 9.8289219 12.466922 9.9463906 12.419922 10.025391 C 12.242922 10.043391 12.065625 10.036906 11.890625 10.003906 L 11.556641 9.84375 L 11.304688 9.5449219 C 11.342688 9.0759219 11.364219 8.6622188 11.449219 8.3242188 C 11.505219 7.9682188 11.609 7.7165312 11.75 7.5195312 C 12.003 7.2195313 12.247 7.0467969 12.5 6.9667969 C 12.54925 6.9467969 12.594078 6.9398281 12.636719 6.9472656 z M 14.183594 7.2890625 C 13.997875 7.3412813 13.8725 7.6482812 13.8125 8.2070312 C 13.7325 8.9520312 13.929234 9.5914531 14.365234 10.064453 C 14.801234 10.537453 15.217891 10.561078 15.587891 10.205078 C 15.957891 9.8490781 15.747594 9.09875 15.058594 7.96875 C 14.895594 7.69975 14.665625 7.4772656 14.390625 7.3222656 L 14.388672 7.3222656 C 14.313672 7.2825156 14.2455 7.2716562 14.183594 7.2890625 z M 14.25 7.4882812 C 14.334281 7.4679375 14.48625 7.5485312 14.71875 7.7382812 C 15.01875 7.9912813 15.247687 8.4887188 15.429688 9.2617188 C 15.733688 10.574719 14.501922 10.491187 14.169922 9.4921875 C 14.422922 9.5951875 14.661094 9.5801406 14.746094 8.9941406 L 14.746094 8.7753906 L 14.689453 8.7988281 C 14.487453 8.6538281 14.572375 8.5878125 14.609375 8.5078125 L 14.632812 8.484375 C 14.590813 8.428375 14.398875 8.103125 14.046875 8.703125 C 14.023875 8.070125 14.0695 7.6779688 14.1875 7.5429688 C 14.2015 7.5137187 14.221906 7.4950625 14.25 7.4882812 z M 20.613281 7.7382812 C 20.740281 7.8272813 21.148 7.9919219 21.5 8.5449219 C 21.697 8.9389219 21.687203 9.0034531 21.658203 9.0644531 C 21.635203 9.1774531 21.635578 9.2674375 21.517578 9.3984375 C 21.437578 9.5154375 21.264844 9.6179062 20.964844 9.7539062 C 20.608844 9.1449063 20.192109 8.6489688 19.662109 8.2929688 L 20.613281 7.7382812 z M 21.375 7.75 C 21.641297 7.7422656 22.010203 7.9001406 22.470703 8.2128906 L 22.447266 9.2382812 C 22.705266 10.086281 23.238094 10.044922 23.496094 10.044922 L 23.337891 9.8242188 L 24.388672 9.5722656 C 23.966672 9.5962656 23.543094 9.5962656 23.121094 9.5722656 C 23.721094 9.4742656 24.683672 8.2139688 25.138672 9.0429688 C 25.297672 9.3989687 25.438219 9.8487031 25.574219 10.345703 L 25.654297 10.068359 C 25.595297 9.8353594 25.568219 9.5954688 25.574219 9.3554688 C 25.827219 9.3784687 25.986766 9.514125 26.009766 9.828125 C 26.032766 10.128125 26.090922 10.523625 26.169922 11.015625 L 26.388672 10.484375 C 26.604672 10.484375 26.599484 10.316078 26.271484 11.455078 C 25.291484 11.047078 24.626797 11.060547 24.091797 11.060547 L 24.945312 10.310547 C 23.759313 10.694547 23.398953 10.817016 22.376953 11.291016 C 22.324953 11.038016 22.142953 10.657422 21.626953 10.357422 C 21.476953 10.535422 21.49575 10.400734 21.59375 11.052734 L 21.476562 11.052734 C 21.418563 10.669734 21.284031 10.29975 21.082031 9.96875 L 21.279297 9.8105469 C 21.673297 9.4775469 21.831391 9.1402031 21.775391 8.7832031 C 21.752391 8.4832031 21.522578 8.1495 21.142578 7.8125 C 21.208328 7.773 21.286234 7.7525781 21.375 7.75 z M 12.185547 8.0429688 C 11.805547 8.0429688 11.642641 8.6381094 11.806641 9.0371094 C 11.854641 9.1401094 11.948547 9.213375 12.060547 9.234375 C 12.137921 9.2475259 12.494141 9.1779584 12.494141 8.5390625 L 12.472656 8.5390625 C 12.219656 8.4870625 12.369453 8.2826719 12.439453 8.2636719 C 12.359453 8.1226719 12.279547 8.0659688 12.185547 8.0429688 z M 10.466797 10.269531 C 9.9216875 10.309328 9.6247656 10.494781 9.5722656 10.519531 C 9.5952656 10.542531 9.7136094 10.678078 9.8496094 10.955078 C 10.046609 10.655078 10.261547 10.481031 10.560547 10.457031 C 10.479547 10.983031 10.506625 11.521109 10.640625 12.037109 C 10.645625 12.060109 10.762688 12.853969 11.929688 13.167969 C 12.459687 13.308969 13.196656 13.223063 14.222656 12.914062 L 13.791016 12.9375 C 13.594016 12.2435 13.490672 11.774687 13.513672 11.554688 C 14.043672 11.141687 14.541125 11.025219 14.953125 11.199219 L 15.070312 11.199219 L 14.517578 10.84375 L 14.183594 10.865234 C 13.906594 10.921234 13.607391 11.062766 13.275391 11.259766 L 13.419922 10.955078 C 11.788922 11.630078 11.791563 11.611 11.726562 11.625 C 10.751563 11.845 10.836797 10.481891 10.841797 10.462891 L 11.117188 10.40625 L 11.095703 10.289062 C 10.858953 10.258563 10.6485 10.256266 10.466797 10.269531 z M 24.226562 10.603516 L 23.53125 11.212891 L 23.554688 11.347656 L 24.384766 11.324219 C 24.905766 11.343219 25.422641 11.409484 25.931641 11.521484 L 24.826172 11.638672 L 24.769531 11.779297 L 26.017578 12.863281 C 26.479578 13.327281 26.903203 13.829281 27.283203 14.363281 C 26.758203 14.208281 26.800062 14.203125 26.289062 14.203125 L 26.865234 15.726562 L 26.445312 15.126953 L 26.328125 15.150391 L 26.46875 15.585938 C 26.30475 15.862937 25.358281 17.663266 23.113281 19.322266 C 21.261281 20.719266 19.521313 21.154937 19.320312 21.210938 L 18.964844 20.878906 L 18.908203 21.019531 L 19.578125 21.769531 L 19.246094 21.548828 L 19.404297 21.746094 L 19.349609 21.746094 L 18.322266 21.113281 L 18.757812 22.359375 L 17.867188 21.052734 L 17.810547 21.169922 L 18.167969 22.527344 C 17.881969 22.143344 17.182906 20.999875 15.503906 20.671875 L 17.027344 21.666016 C 15.566344 21.888016 14.075203 21.784234 12.658203 21.365234 C 12.461203 21.309234 12.241391 21.249922 12.025391 21.169922 L 12.080078 21.027344 L 9.9804688 19.978516 L 11.203125 21.027344 C 8.498125 21.454344 5.9072969 19.837141 5.2792969 17.119141 L 5.1640625 16.349609 L 4.1191406 17.394531 C 5.0331406 14.699531 5.3202969 14.681375 6.5292969 14.109375 C 6.1022969 13.861375 6.4535156 13.954828 4.7285156 13.673828 C 5.4695156 13.401828 6.2753906 12.951969 8.1503906 13.917969 C 8.2053906 13.884969 8.2642187 13.857891 8.3242188 13.837891 C 8.3522188 13.687891 8.3430938 13.798203 8.3710938 13.283203 C 8.5540937 13.752203 8.5397188 13.692703 8.5117188 13.720703 L 8.5917969 13.742188 C 9.1867969 13.437188 9.0086719 13.532172 9.3886719 13.326172 L 9.1367188 13.958984 L 10.181641 13.6875 L 9.7871094 14.080078 L 9.9042969 14.197266 C 10.115297 14.113266 11.323406 14.356266 11.816406 14.947266 L 10.710938 14.830078 C 12.557937 15.908078 13.124172 17.36275 13.326172 18.09375 L 13.40625 18.037109 C 13.27525 16.992109 12.82525 16.44725 12.65625 16.15625 C 12.85325 16.39025 14.494031 17.7785 17.832031 18.3125 C 17.302031 18.2895 16.748312 18.566219 16.195312 19.199219 L 18.384766 18.251953 L 17.949219 19.279297 C 18.305219 18.806297 18.643359 18.173828 18.943359 17.423828 L 18.943359 17.400391 L 18.998047 17.259766 L 18.943359 18.009766 C 19.576359 16.050766 20.128563 14.329188 20.601562 12.867188 L 21.234375 11.564453 L 21.234375 11.470703 L 20.982422 11.273438 L 21.455078 11.273438 L 21.732422 11.470703 L 21.849609 11.414062 L 21.689453 10.664062 L 22.267578 11.550781 L 24.226562 10.603516 z M 26.158203 11.783203 L 25.976562 12.392578 L 25.306641 11.839844 L 26.158203 11.783203 z M 14.214844 12.117188 C 14.294844 12.614187 14.435906 12.947531 14.628906 13.144531 C 14.192906 13.453531 13.338266 13.796531 12.447266 13.894531 L 12.470703 13.949219 C 12.861703 14.008219 13.262766 13.968031 13.634766 13.832031 L 13.300781 14.441406 C 13.497781 14.361406 13.773859 14.109047 14.130859 13.748047 C 14.688859 13.490047 14.726125 13.509047 15.078125 12.998047 C 14.483125 12.698047 14.341844 12.356188 14.214844 12.117188 z M 6.1542969 19.560547 C 8.4932969 22.143547 11.727734 21.317828 11.802734 21.298828 C 13.433734 22.067828 15.080578 22.405875 17.142578 21.796875 C 17.297578 21.796875 18.094125 22.592906 18.328125 23.628906 L 18.525391 23.488281 L 18.408203 22.382812 C 18.830203 22.804813 19.574531 23.440234 20.019531 22.990234 C 19.288531 22.742234 18.917719 22.546859 18.636719 21.505859 C 18.852719 21.702859 18.992453 21.926031 19.939453 22.207031 L 20 22.152344 L 19.507812 21.486328 C 20.055812 21.261328 19.343812 21.533469 21.007812 20.980469 C 21.208813 22.588469 21.429063 23.288734 21.039062 25.177734 C 18.700063 26.349734 18.409437 26.226875 18.273438 26.296875 C 16.876438 25.743875 15.887875 24.811016 15.296875 23.541016 L 16.703125 24.314453 C 16.244125 23.878453 15.844344 23.540328 14.902344 22.236328 L 15.455078 23.320312 L 14.626953 22.964844 C 15.292953 23.953844 15.728047 25.386203 17.748047 26.408203 C 12.085047 27.542203 8.4190781 23.028781 8.3300781 22.925781 C 8.8500781 23.357781 9.4062344 23.747844 9.9902344 24.089844 C 10.149234 24.169844 10.322891 24.205531 10.462891 24.144531 L 9.7128906 23.175781 C 10.143891 23.372781 10.157172 23.385203 12.951172 24.533203 C 10.959172 23.563203 9.4920313 22.621891 8.5820312 21.712891 C 8.5590313 22.012891 8.5273438 22.185547 8.5273438 22.185547 C 8.9353437 22.527547 9.2650938 22.951641 9.4960938 23.431641 C 7.6680937 22.545641 6.7962969 21.201547 6.1542969 19.560547 z\"/></svg></li><li title=\"theater masks solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 17.75 2.8125 L 16.9375 3.03125 C 16.9375 3.03125 12.773438 4.125 9.90625 5.5 C 9.898438 5.503906 9.882813 5.496094 9.875 5.5 C 7.03125 6.769531 3.4375 9.15625 3.4375 9.15625 L 2.75 9.625 L 3.09375 10.40625 C 3.09375 10.40625 5.753906 16.367188 6.96875 19 C 6.972656 19.011719 6.996094 19.019531 7 19.03125 C 7.378906 19.875 8.070313 20.347656 8.8125 20.71875 C 8.894531 21.417969 9.1875 22.113281 9.53125 22.75 C 10.085938 23.785156 10.855469 24.769531 11.65625 25.65625 C 13.257813 27.429688 14.96875 28.78125 14.96875 28.78125 L 15.28125 29.03125 L 15.6875 29 C 15.6875 29 17.855469 28.824219 20.1875 28.25 C 21.355469 27.964844 22.582031 27.582031 23.625 27.03125 C 24.667969 26.480469 25.621094 25.75 25.96875 24.59375 C 26.863281 21.609375 28.96875 14.90625 28.96875 14.90625 L 29.21875 14.09375 L 28.4375 13.71875 C 28.4375 13.71875 24.527344 11.761719 21.34375 10.6875 C 20.035156 7.777344 18.09375 3.5625 18.09375 3.5625 Z M 16.65625 5.25 C 16.929688 5.835938 17.957031 8.042969 18.84375 9.96875 C 15.988281 9.285156 13.03125 8.90625 13.03125 8.90625 L 12.1875 8.8125 L 11.9375 9.59375 C 11.9375 9.59375 11.597656 10.664063 11.53125 10.875 L 8.4375 12.96875 L 9.5625 14.625 L 10.625 13.90625 C 10.042969 15.796875 9.703125 16.917969 9.1875 18.625 C 9.003906 18.488281 8.871094 18.355469 8.8125 18.21875 L 8.8125 18.1875 C 7.734375 15.855469 5.722656 11.414063 5.28125 10.4375 C 5.964844 9.992188 8.464844 8.3125 10.71875 7.3125 C 12.949219 6.238281 15.84375 5.472656 16.65625 5.25 Z M 13.59375 11.03125 C 14.671875 11.183594 17.917969 11.636719 20.40625 12.4375 C 23.042969 13.289063 26.019531 14.78125 26.78125 15.15625 C 26.507813 16.035156 25.25 20.03125 24.34375 23 L 24.03125 24 C 23.925781 24.34375 23.492188 24.824219 22.6875 25.25 C 21.882813 25.675781 20.789063 26.050781 19.71875 26.3125 C 17.769531 26.792969 16.226563 26.90625 15.90625 26.9375 C 15.636719 26.714844 14.480469 25.777344 13.15625 24.3125 C 12.421875 23.5 11.710938 22.582031 11.28125 21.78125 C 10.851563 20.980469 10.738281 20.351563 10.84375 20 C 11.664063 17.269531 13.285156 12.027344 13.59375 11.03125 Z M 14.40625 15.84375 L 13.8125 17.75 L 17.59375 18.96875 L 18.1875 17.03125 Z M 19.71875 17.4375 L 19.09375 19.34375 L 22.78125 20.5625 L 23.40625 18.65625 Z M 15.625 19.96875 L 13.75 20.65625 C 13.75 20.65625 14.582031 22.953125 16.96875 23.625 L 16.96875 23.65625 C 16.988281 23.664063 17.011719 23.648438 17.03125 23.65625 C 19.363281 24.394531 21.375 22.90625 21.375 22.90625 L 20.21875 21.28125 C 20.21875 21.28125 18.867188 22.164063 17.625 21.75 L 17.59375 21.75 L 17.5625 21.71875 C 16.207031 21.363281 15.625 19.96875 15.625 19.96875 Z\"/></svg></li><li title=\"themeco \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 15.839844 2.9980469 C 15.354469 3.0010469 14.869609 3.1144375 14.474609 3.3359375 L 5.390625 8.4414062 C 4.584625 8.8934062 4 9.8829219 4 10.794922 L 4 21.144531 C 4 22.050531 4.5818125 23.040094 5.3828125 23.496094 L 14.472656 28.660156 C 14.873656 28.888156 15.364422 29.001953 15.857422 29.001953 C 16.337422 29.001953 16.817937 28.893734 17.210938 28.677734 L 26.603516 23.494141 C 27.412516 23.041141 28 22.053531 28 21.144531 L 28 10.794922 C 28 9.8769219 27.408703 8.8883125 26.595703 8.4453125 L 17.207031 3.3183594 C 16.809531 3.1018594 16.325219 2.9950469 15.839844 2.9980469 z M 15.859375 5 C 16.009375 5 16.158 5.0232187 16.25 5.0742188 L 25.638672 10.203125 C 25.803672 10.293125 26 10.613922 26 10.794922 L 26 21.144531 C 26 21.310531 25.812812 21.644141 25.632812 21.744141 L 16.242188 26.925781 C 16.059187 27.026781 15.642938 27.025875 15.460938 26.921875 L 6.3710938 21.757812 C 6.1860938 21.653813 6 21.312531 6 21.144531 L 6 10.794922 C 6 10.610922 6.1991406 10.280547 6.3691406 10.185547 L 15.453125 5.0800781 C 15.547125 5.0260781 15.704375 5 15.859375 5 z M 21.179688 13.136719 C 17.473688 13.136719 17.335687 18.863281 21.179688 18.863281 C 24.941688 18.862281 24.937688 13.136719 21.179688 13.136719 z M 10.589844 13.238281 C 9.7268438 13.238281 8.863 13.246094 8 13.246094 L 8 18.738281 L 9.0351562 18.738281 L 9.0351562 17.121094 L 10.589844 17.121094 C 13.279844 17.121094 13.272844 13.238281 10.589844 13.238281 z M 13.310547 13.238281 L 13.310547 18.738281 L 14.347656 18.738281 L 14.347656 16.902344 L 15.34375 16.902344 L 16.943359 18.738281 L 18.175781 18.738281 L 18.175781 18.667969 L 16.511719 16.792969 C 18.514719 16.385969 18.395828 13.261094 15.923828 13.246094 C 15.052828 13.246094 14.181547 13.238281 13.310547 13.238281 z M 21.179688 14.078125 C 23.567687 14.078125 23.604688 17.914062 21.179688 17.914062 C 18.754687 17.914062 18.774687 14.078125 21.179688 14.078125 z M 9.0019531 14.123047 L 10.751953 14.123047 C 11.898953 14.123047 11.894953 16.226562 10.751953 16.226562 L 9.0019531 16.226562 L 9.0019531 14.123047 z M 14.347656 14.210938 L 15.923828 14.210938 C 17.187828 14.210938 17.182828 15.96875 15.923828 15.96875 L 14.347656 15.96875 L 14.347656 14.210938 z\"/></svg></li><li title=\"themeisle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 20.152344 4 C 19.415344 4 18.704313 4.3074219 18.195312 4.8574219 C 17.928313 4.8164219 17.646234 4.8046875 17.365234 4.8046875 C 14.874234 4.8046875 12.557922 6.1295937 11.044922 8.0585938 C 10.575922 8.6615937 10.402344 9.0633437 10.027344 9.6523438 C 9.9603438 9.7863438 9.7863594 9.9190625 9.6933594 10.039062 C 9.4903594 10.268063 9.3028594 10.511672 9.1308594 10.763672 C 8.9298594 10.295672 8.5409219 10.066406 8.0449219 10.066406 C 4.9509219 10.066406 4 15.236406 4 17.566406 C 4 18.236406 4.0533125 19.079937 4.3203125 19.710938 C 4.8823125 21.049937 6.5041563 22.777594 7.5351562 23.808594 C 6.5541562 24.408594 5.3906719 24.548078 4.3886719 24.330078 C 4.9786719 25.147078 5.8481719 25.76325 6.8261719 26.03125 C 6.3701719 26.19225 5.88825 26.287781 5.40625 26.300781 C 6.19625 26.983781 7.2014219 27.371094 8.2324219 27.371094 C 9.2104219 27.371094 10.121766 27.036938 10.884766 26.460938 C 10.884766 27.263938 11.379672 28 12.263672 28 C 12.732672 28 13.173063 27.732078 13.414062 27.330078 C 13.668062 27.732078 14.098078 28 14.580078 28 C 15.049078 28 15.491422 27.732078 15.732422 27.330078 C 15.986422 27.732078 16.427484 28 16.896484 28 C 17.365484 28 17.8085 27.732078 18.0625 27.330078 C 18.3035 27.732078 18.745844 28 19.214844 28 C 19.991844 28 20.580078 27.329406 20.580078 26.566406 L 20.580078 25.039062 L 20.634766 25.025391 C 22.201766 24.583391 25.227828 22.88375 26.298828 21.71875 C 27.463828 20.43375 28 17.326672 28 15.638672 C 28 14.393672 27.771922 12.772344 26.794922 11.902344 C 26.433922 11.581344 25.951078 11.246094 25.455078 11.246094 C 25.133078 11.246094 24.853344 11.407438 24.652344 11.648438 C 24.331344 9.7324375 23.486672 7.8849375 22.013672 6.5859375 C 22.093672 6.4919375 22.228516 6.384 22.228516 6.25 C 22.228516 6.008 21.691234 5.7545 21.490234 5.6875 C 21.611234 5.5535 22.09375 5.0978281 22.09375 4.9238281 C 22.09375 4.8698281 22.067344 4.8036719 22.027344 4.7636719 C 21.545344 4.2816719 20.835344 4 20.152344 4 z M 14.324219 6.4648438 C 15.248219 6.4648438 15.837891 7.3474062 15.837891 8.1914062 C 15.837891 9.0484062 15.248219 9.9335938 14.324219 9.9335938 C 13.400219 9.9335938 12.8125 9.0484062 12.8125 8.1914062 C 12.8125 7.3474063 13.401219 6.4648438 14.324219 6.4648438 z M 14.580078 7.1191406 C 14.045078 7.1191406 13.75 7.6696719 13.75 8.1386719 C 13.75 8.6216719 14.045078 9.15625 14.580078 9.15625 C 15.102078 9.15625 15.410156 8.6206719 15.410156 8.1386719 C 15.410156 7.6696719 15.102078 7.1191406 14.580078 7.1191406 z M 19.923828 7.7773438 C 22.641828 7.7773438 24.263672 10.214422 24.263672 12.732422 C 24.263672 14.554422 23.473094 16.414766 22.121094 17.634766 C 22.734094 14.568766 19.519922 15.90625 18.169922 15.90625 C 14.940922 15.90625 15.291516 12.617859 16.228516 9.5058594 C 17.178516 8.4878594 18.503828 7.7773438 19.923828 7.7773438 z M 15.544922 10.361328 C 15.316922 11.258328 15.142578 12.16975 15.142578 13.09375 C 15.142578 16.26575 17.196969 16.68775 20.167969 16.09375 C 20.367969 16.05375 20.582875 16.013672 20.796875 16.013672 C 21.465875 16.013672 21.759766 16.347578 21.759766 17.017578 C 21.759766 17.379578 21.679938 17.728172 21.585938 18.076172 C 20.768938 18.652172 19.777438 19.013672 18.773438 19.013672 C 14.911437 19.013672 13.105922 14.089328 15.544922 10.361328 z M 9.0898438 11.607422 C 8.9028437 12.370422 8.8085938 13.1475 8.8085938 13.9375 C 8.8085938 18.2505 11.808937 22.214844 16.335938 22.214844 C 19.536937 22.214844 22.321578 20.17825 23.767578 17.40625 C 23.633578 20.04525 22.455922 22.656422 20.419922 24.357422 C 20.192922 23.915422 19.723844 23.607422 19.214844 23.607422 C 18.745844 23.607422 18.3035 23.875344 18.0625 24.277344 C 17.8085 23.875344 17.365484 23.607422 16.896484 23.607422 C 16.427484 23.607422 15.986422 23.875344 15.732422 24.277344 C 15.491422 23.875344 15.049078 23.607422 14.580078 23.607422 C 14.098078 23.607422 13.668062 23.875344 13.414062 24.277344 C 13.173063 23.875344 12.732672 23.607422 12.263672 23.607422 C 11.740672 23.607422 11.285922 23.914141 11.044922 24.369141 C 8.8619219 22.534141 7.6953125 19.656078 7.6953125 16.830078 C 7.6953125 15.009078 8.1518437 13.187422 9.0898438 11.607422 z M 12.263672 24.0625 C 12.799672 24.0625 13.214844 24.517063 13.214844 25.039062 L 13.214844 26.566406 C 13.214844 27.102406 12.799672 27.558594 12.263672 27.558594 C 11.727672 27.558594 11.324219 27.088406 11.324219 26.566406 L 11.324219 25.039062 C 11.324219 24.516062 11.727672 24.0625 12.263672 24.0625 z M 14.580078 24.0625 C 15.116078 24.0625 15.517578 24.517063 15.517578 25.039062 L 15.517578 26.566406 C 15.517578 27.088406 15.116078 27.558594 14.580078 27.558594 C 14.044078 27.558594 13.628906 27.088406 13.628906 26.566406 L 13.628906 25.039062 C 13.628906 24.516062 14.044078 24.0625 14.580078 24.0625 z M 16.896484 24.0625 C 17.432484 24.0625 17.847656 24.517063 17.847656 25.039062 L 17.847656 26.566406 C 17.847656 27.102406 17.432484 27.558594 16.896484 27.558594 C 16.360484 27.558594 15.945312 27.088406 15.945312 26.566406 L 15.945312 25.039062 C 15.945312 24.516062 16.360484 24.0625 16.896484 24.0625 z M 19.228516 24.0625 C 19.764516 24.0625 20.179688 24.517063 20.179688 25.039062 L 20.179688 26.566406 C 20.179688 27.088406 19.764516 27.558594 19.228516 27.558594 C 18.692516 27.558594 18.277344 27.088406 18.277344 26.566406 L 18.277344 25.039062 C 18.277344 24.516062 18.692516 24.0625 19.228516 24.0625 z\"/></svg></li><li title=\"thermometer empty solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 13 5 L 13 16 C 11.261719 17.050781 10 18.828125 10 21 C 10 24.300781 12.699219 27 16 27 C 19.300781 27 22 24.300781 22 21 C 22 18.828125 20.738281 17.050781 19 16 L 19 15 L 21 15 L 21 13 L 19 13 L 19 11 L 21 11 L 21 9 L 19 9 L 19 7 L 21 7 L 21 5 Z M 15 7 L 17 7 L 17 17.0625 L 17.59375 17.34375 C 19.003906 17.960938 20 19.351563 20 21 C 20 23.21875 18.21875 25 16 25 C 13.78125 25 12 23.21875 12 21 C 12 19.351563 12.996094 17.960938 14.40625 17.34375 L 15 17.0625 Z\"/></svg></li><li title=\"thermometer full solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 12 4 L 12 15.46875 C 10.25 16.738281 9 18.675781 9 21 C 9 24.855469 12.144531 28 16 28 C 19.855469 28 23 24.855469 23 21 C 23 18.675781 21.75 16.738281 20 15.46875 L 20 14 L 22 14 L 22 12 L 20 12 L 20 10 L 22 10 L 22 8 L 20 8 L 20 6 L 22 6 L 22 4 Z M 14 6 L 18 6 L 18 16.40625 L 18.5 16.6875 C 19.996094 17.554688 21 19.148438 21 21 C 21 23.773438 18.773438 26 16 26 C 13.226563 26 11 23.773438 11 21 C 11 19.148438 12.003906 17.554688 13.5 16.6875 L 14 16.40625 Z M 15 8 L 15 18.1875 C 13.839844 18.601563 13 19.699219 13 21 C 13 22.65625 14.34375 24 16 24 C 17.65625 24 19 22.65625 19 21 C 19 19.699219 18.160156 18.601563 17 18.1875 L 17 8 Z\"/></svg></li><li title=\"thermometer half solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M12,4v11.5c-1.8,1.3-3,3.2-3,5.5c0,3.9,3.1,7,7,7s7-3.1,7-7c0-2.3-1.3-4.3-3-5.5V14h2v-2h-2v-2h2V8h-2V6h2V4H12z M14,6h4 v10.4l0.5,0.3C20,17.6,21,19.1,21,21c0,2.8-2.2,5-5,5s-5-2.2-5-5c0-1.9,1-3.4,2.5-4.3l0.5-0.3V6z M15,13v5.2c-1.2,0.4-2,1.5-2,2.8 c0,1.7,1.3,3,3,3s3-1.3,3-3c0-1.3-0.8-2.4-2-2.8V13H15z\"/></svg></li><li title=\"thermometer quarter solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 12 4 L 12 15.5 C 10.2 16.8 9 18.7 9 21 C 9 24.9 12.1 28 16 28 C 19.9 28 23 24.9 23 21 C 23 18.7 21.8 16.7 20 15.5 L 20 14 L 22 14 L 22 12 L 20 12 L 20 10 L 22 10 L 22 8 L 20 8 L 20 6 L 22 6 L 22 4 L 12 4 z M 14 6 L 18 6 L 18 16.400391 L 18.5 16.699219 C 20 17.499219 21 19.2 21 21 C 21 23.8 18.8 26 16 26 C 13.2 26 11 23.8 11 21 C 11 19.2 12 17.499219 13.5 16.699219 L 14 16.400391 L 14 6 z M 13.800781 19 C 13.300781 19.5 13 20.2 13 21 C 13 22.7 14.3 24 16 24 C 17.7 24 19 22.7 19 21 C 19 20.2 18.699219 19.5 18.199219 19 L 13.800781 19 z\"/></svg></li><li title=\"thermometer solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 21.75 4 C 20.148438 4 18.53125 4.625 17.3125 5.84375 L 9.65625 13.46875 L 9.53125 13.625 C 8.554688 14.601563 8 15.933594 8 17.3125 L 8 19.625 L 4.90625 22.6875 L 4.875 22.75 C 3.722656 23.957031 3.71875 25.90625 4.90625 27.09375 C 6.109375 28.296875 8.109375 28.296875 9.3125 27.09375 L 12.375 24 L 14.6875 24 C 16.066406 24 17.398438 23.445313 18.375 22.46875 L 26.15625 14.6875 C 28.589844 12.253906 28.589844 8.277344 26.15625 5.84375 C 24.9375 4.625 23.351563 4 21.75 4 Z M 21.75 6 C 22.835938 6 23.914063 6.414063 24.75 7.25 C 26.421875 8.921875 26.421875 11.609375 24.75 13.28125 L 16.96875 21.0625 C 16.367188 21.664063 15.539063 22 14.6875 22 L 11.5625 22 L 7.875 25.6875 C 7.4375 26.125 6.75 26.125 6.3125 25.6875 C 5.875 25.25 5.875 24.5625 6.3125 24.125 L 10 20.4375 L 10 17.3125 C 10 16.460938 10.335938 15.632813 10.9375 15.03125 L 11.78125 14.1875 L 12.78125 15.21875 L 14.21875 13.78125 L 13.21875 12.78125 L 14.78125 11.21875 L 15.78125 12.21875 L 17.21875 10.78125 L 16.21875 9.78125 L 17.78125 8.21875 L 18.78125 9.21875 L 20.21875 7.78125 L 19.25 6.8125 C 20 6.269531 20.875 6 21.75 6 Z M 22.28125 8.28125 L 10.0625 20.5 L 11.5 21.9375 L 23.71875 9.71875 Z\"/></svg></li><li title=\"thermometer three quarters solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M12,4v11.5c-1.8,1.3-3,3.2-3,5.5c0,3.9,3.1,7,7,7s7-3.1,7-7c0-2.3-1.3-4.3-3-5.5V14h2v-2h-2v-2h2V8h-2V6h2V4H12z M14,6h4 v10.4l0.5,0.3C20,17.6,21,19.1,21,21c0,2.8-2.2,5-5,5s-5-2.2-5-5c0-1.9,1-3.4,2.5-4.3l0.5-0.3V6z M15,10v8.2c-1.2,0.4-2,1.5-2,2.8 c0,1.7,1.3,3,3,3s3-1.3,3-3c0-1.3-0.8-2.4-2-2.8V10H15z\"/></svg></li><li title=\"think peaks \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 15.505859 2.4394531 L 3 24 L 5.3125 24 L 15.509766 6.4199219 L 25.628906 23.798828 L 29.574219 17 L 27.261719 17 L 25.625 19.820312 L 15.505859 2.4394531 z M 15.525391 10.429688 L 8.8144531 22 L 11.128906 22 L 15.529297 14.410156 L 24.027344 29 L 26.341797 29 L 15.525391 10.429688 z\"/></svg></li><li title=\"thumbs down solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 10.15625 6 C 8.746094 6 7.515625 6.996094 7.21875 8.375 L 5.0625 18.375 C 4.667969 20.222656 6.113281 22 8 22 L 13.75 22 L 13.5625 22.75 C 13.359375 22.90625 13.230469 22.972656 12.9375 23.375 C 12.46875 24.015625 12 25.007813 12 26.34375 C 12 27.769531 13.289063 29 14.90625 29 L 15.3125 29 L 15.625 28.71875 L 22.40625 22 L 27 22 L 27 6 Z M 10.15625 8 L 21 8 L 21 20.59375 L 14.59375 26.90625 C 14.171875 26.824219 14 26.652344 14 26.34375 C 14 25.441406 14.273438 24.882813 14.53125 24.53125 C 14.789063 24.179688 14.96875 24.09375 14.96875 24.09375 L 15.3125 23.90625 L 15.4375 23.5 L 16.03125 21.25 L 16.34375 20 L 8 20 C 7.339844 20 6.894531 19.425781 7.03125 18.78125 L 9.15625 8.78125 C 9.257813 8.3125 9.679688 8 10.15625 8 Z M 23 8 L 25 8 L 25 20 L 23 20 Z\"/></svg></li><li title=\"thumbs down \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 10.15625 6 C 8.746094 6 7.515625 6.996094 7.21875 8.375 L 5.0625 18.375 C 4.667969 20.222656 6.113281 22 8 22 L 13.75 22 L 13.5625 22.75 C 13.359375 22.90625 13.230469 22.972656 12.9375 23.375 C 12.46875 24.015625 12 25.007813 12 26.34375 C 12 27.769531 13.289063 29 14.90625 29 L 15.3125 29 L 15.625 28.71875 L 22.40625 22 L 27 22 L 27 6 Z M 10.15625 8 L 21 8 L 21 20.59375 L 14.59375 26.90625 C 14.171875 26.824219 14 26.652344 14 26.34375 C 14 25.441406 14.273438 24.882813 14.53125 24.53125 C 14.789063 24.179688 14.96875 24.09375 14.96875 24.09375 L 15.3125 23.90625 L 15.4375 23.5 L 16.03125 21.25 L 16.34375 20 L 8 20 C 7.339844 20 6.894531 19.425781 7.03125 18.78125 L 9.15625 8.78125 C 9.257813 8.3125 9.679688 8 10.15625 8 Z M 23 8 L 25 8 L 25 20 L 23 20 Z\"/></svg></li><li title=\"thumbs up solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16.6875 3 L 16.375 3.28125 L 9.59375 10 L 5 10 L 5 26 L 21.84375 26 C 23.253906 26 24.484375 25.003906 24.78125 23.625 L 26.9375 13.625 C 27.332031 11.777344 25.886719 10 24 10 L 18.25 10 L 18.4375 9.25 C 18.640625 9.09375 18.769531 9.027344 19.0625 8.625 C 19.53125 7.984375 20 6.992188 20 5.65625 C 20 4.230469 18.710938 3 17.09375 3 Z M 17.40625 5.09375 C 17.828125 5.175781 18 5.347656 18 5.65625 C 18 6.558594 17.726563 7.117188 17.46875 7.46875 C 17.210938 7.820313 17.03125 7.90625 17.03125 7.90625 L 16.6875 8.09375 L 16.5625 8.5 L 15.96875 10.75 L 15.65625 12 L 24 12 C 24.660156 12 25.105469 12.574219 24.96875 13.21875 L 22.84375 23.21875 C 22.742188 23.6875 22.320313 24 21.84375 24 L 11 24 L 11 11.40625 Z M 7 12 L 9 12 L 9 24 L 7 24 Z\"/></svg></li><li title=\"thumbs up \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16.6875 3 L 16.375 3.28125 L 9.59375 10 L 5 10 L 5 26 L 21.84375 26 C 23.253906 26 24.484375 25.003906 24.78125 23.625 L 26.9375 13.625 C 27.332031 11.777344 25.886719 10 24 10 L 18.25 10 L 18.4375 9.25 C 18.640625 9.09375 18.769531 9.027344 19.0625 8.625 C 19.53125 7.984375 20 6.992188 20 5.65625 C 20 4.230469 18.710938 3 17.09375 3 Z M 17.40625 5.09375 C 17.828125 5.175781 18 5.347656 18 5.65625 C 18 6.558594 17.726563 7.117188 17.46875 7.46875 C 17.210938 7.820313 17.03125 7.90625 17.03125 7.90625 L 16.6875 8.09375 L 16.5625 8.5 L 15.96875 10.75 L 15.65625 12 L 24 12 C 24.660156 12 25.105469 12.574219 24.96875 13.21875 L 22.84375 23.21875 C 22.742188 23.6875 22.320313 24 21.84375 24 L 11 24 L 11 11.40625 Z M 7 12 L 9 12 L 9 24 L 7 24 Z\"/></svg></li><li title=\"thumbtack solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 20.53125 2.5625 L 19.84375 3.5 L 14.9375 10.1875 C 12.308594 9.730469 9.527344 10.472656 7.5 12.5 L 6.78125 13.1875 L 12.09375 18.5 L 4 26.59375 L 4 28 L 5.40625 28 L 13.5 19.90625 L 18.8125 25.21875 L 19.5 24.5 C 21.527344 22.472656 22.269531 19.691406 21.8125 17.0625 L 28.5 12.15625 L 29.4375 11.46875 Z M 20.78125 5.625 L 26.375 11.21875 L 20.15625 15.78125 L 19.59375 16.1875 L 19.78125 16.84375 C 20.261719 18.675781 19.738281 20.585938 18.59375 22.1875 L 9.8125 13.40625 C 11.414063 12.261719 13.324219 11.738281 15.15625 12.21875 L 15.8125 12.40625 L 16.21875 11.84375 Z\"/></svg></li><li title=\"ticket alt solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 2 7 L 2 14 L 3 14 C 4.191406 14 5 14.808594 5 16 C 5 17.191406 4.191406 18 3 18 L 2 18 L 2 25 L 30 25 L 30 18 L 29 18 C 27.808594 18 27 17.191406 27 16 C 27 14.808594 27.808594 14 29 14 L 30 14 L 30 7 Z M 4 9 L 28 9 L 28 12.1875 C 26.285156 12.636719 25 14.144531 25 16 C 25 17.855469 26.285156 19.363281 28 19.8125 L 28 23 L 4 23 L 4 19.8125 C 5.714844 19.363281 7 17.855469 7 16 C 7 14.144531 5.714844 12.636719 4 12.1875 Z\"/></svg></li><li title=\"times circle solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832031 3 3 8.832031 3 16 C 3 23.167969 8.832031 29 16 29 C 23.167969 29 29 23.167969 29 16 C 29 8.832031 23.167969 3 16 3 Z M 16 5 C 22.085938 5 27 9.914063 27 16 C 27 22.085938 22.085938 27 16 27 C 9.914063 27 5 22.085938 5 16 C 5 9.914063 9.914063 5 16 5 Z M 12.21875 10.78125 L 10.78125 12.21875 L 14.5625 16 L 10.78125 19.78125 L 12.21875 21.21875 L 16 17.4375 L 19.78125 21.21875 L 21.21875 19.78125 L 17.4375 16 L 21.21875 12.21875 L 19.78125 10.78125 L 16 14.5625 Z\"/></svg></li><li title=\"times circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832031 3 3 8.832031 3 16 C 3 23.167969 8.832031 29 16 29 C 23.167969 29 29 23.167969 29 16 C 29 8.832031 23.167969 3 16 3 Z M 16 5 C 22.085938 5 27 9.914063 27 16 C 27 22.085938 22.085938 27 16 27 C 9.914063 27 5 22.085938 5 16 C 5 9.914063 9.914063 5 16 5 Z M 12.21875 10.78125 L 10.78125 12.21875 L 14.5625 16 L 10.78125 19.78125 L 12.21875 21.21875 L 16 17.4375 L 19.78125 21.21875 L 21.21875 19.78125 L 17.4375 16 L 21.21875 12.21875 L 19.78125 10.78125 L 16 14.5625 Z\"/></svg></li><li title=\"times solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 7.21875 5.78125 L 5.78125 7.21875 L 14.5625 16 L 5.78125 24.78125 L 7.21875 26.21875 L 16 17.4375 L 24.78125 26.21875 L 26.21875 24.78125 L 17.4375 16 L 26.21875 7.21875 L 24.78125 5.78125 L 16 14.5625 Z\"/></svg></li><li title=\"tint slash solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 3.7207031 2.2792969 L 2.2792969 3.7207031 L 10.060547 11.5 L 11.509766 12.949219 L 21.660156 23.099609 L 23.089844 24.529297 L 28.279297 29.720703 L 29.720703 28.279297 L 24.181641 22.740234 C 24.707029 21.59912 25 20.333119 25 19 C 25 17.6 24.440156 16.08 23.660156 14.5 C 22.870156 12.92 21.830547 11.279297 20.810547 9.7792969 C 18.780547 6.7792969 16.779297 4.3808594 16.779297 4.3808594 L 16 3.4394531 L 15.220703 4.3808594 C 15.220703 4.3808594 13.228612 6.7707729 11.203125 9.7617188 L 3.7207031 2.2792969 z M 16 6.6601562 C 16.56 7.3501562 17.609453 8.5701562 19.189453 10.910156 C 20.169453 12.360156 21.129844 13.950156 21.839844 15.410156 C 22.559844 16.860156 23 18.2 23 19 C 23 19.767816 22.8742 20.508983 22.642578 21.201172 L 12.630859 11.189453 C 12.691523 11.097775 12.75013 11.000781 12.810547 10.910156 C 14.390547 8.5701563 15.44 7.3501563 16 6.6601562 z M 9.0292969 13.220703 C 8.7792969 13.650703 8.5498437 14.08 8.3398438 14.5 C 7.5598437 16.08 7 17.6 7 19 C 7 23.95 11.05 28 16 28 C 18.18 28 20.170234 27.219687 21.740234 25.929688 L 20.300781 24.490234 C 19.110781 25.440234 17.61 26 16 26 C 12.15 26 9 22.85 9 19 C 9 18.2 9.4401562 16.860156 10.160156 15.410156 C 10.270156 15.180156 10.389531 14.950938 10.519531 14.710938 L 9.0292969 13.220703 z M 11 19 C 11 19.34375 11.034668 19.679199 11.101562 20.003906 C 11.168457 20.328613 11.267578 20.642578 11.394531 20.941406 C 11.648438 21.539062 12.015625 22.078125 12.46875 22.53125 C 12.921875 22.984375 13.460938 23.351562 14.058594 23.605469 C 14.357422 23.732422 14.671387 23.831543 14.996094 23.898438 C 15.158447 23.931885 15.322693 23.957458 15.490234 23.974609 C 15.657776 23.99176 15.828125 24 16 24 L 16 22 C 15.79375 22 15.591309 21.97959 15.396484 21.939453 C 15.20166 21.899316 15.015234 21.839844 14.835938 21.763672 C 14.656641 21.6875 14.48584 21.594434 14.326172 21.486328 C 14.166504 21.378223 14.016797 21.255078 13.880859 21.119141 C 13.744922 20.983203 13.621777 20.833496 13.513672 20.673828 C 13.405566 20.51416 13.3125 20.343359 13.236328 20.164062 C 13.160156 19.984766 13.100684 19.79834 13.060547 19.603516 C 13.02041 19.408691 13 19.20625 13 19 L 11 19 z\"/></svg></li><li title=\"tint solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3.4375 L 15.21875 4.375 C 15.21875 4.375 13.21875 6.785156 11.1875 9.78125 C 10.171875 11.28125 9.125 12.917969 8.34375 14.5 C 7.5625 16.082031 7 17.597656 7 19 C 7 23.945313 11.054688 28 16 28 C 20.945313 28 25 23.945313 25 19 C 25 17.597656 24.4375 16.082031 23.65625 14.5 C 22.875 12.917969 21.828125 11.28125 20.8125 9.78125 C 18.78125 6.785156 16.78125 4.375 16.78125 4.375 Z M 16 6.65625 C 16.558594 7.347656 17.605469 8.574219 19.1875 10.90625 C 20.171875 12.355469 21.125 13.953125 21.84375 15.40625 C 22.5625 16.859375 23 18.203125 23 19 C 23 22.855469 19.855469 26 16 26 C 12.144531 26 9 22.855469 9 19 C 9 18.203125 9.4375 16.859375 10.15625 15.40625 C 10.875 13.953125 11.828125 12.355469 12.8125 10.90625 C 14.394531 8.574219 15.441406 7.347656 16 6.65625 Z M 11 19 C 11 21.746094 13.253906 24 16 24 L 16 22 C 14.34375 22 13 20.65625 13 19 Z\"/></svg></li><li title=\"tired solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 8.832 23.168 3 16 3 z M 16 5 C 22.065 5 27 9.935 27 16 C 27 22.065 22.065 27 16 27 C 9.935 27 5 22.065 5 16 C 5 9.935 9.935 5 16 5 z M 10.054688 11.167969 L 8.9453125 12.832031 L 10.697266 14 L 8.9453125 15.167969 L 10.054688 16.832031 L 14.302734 14 L 10.054688 11.167969 z M 21.945312 11.167969 L 17.697266 14 L 21.945312 16.832031 L 23.054688 15.167969 L 21.302734 14 L 23.054688 12.832031 L 21.945312 11.167969 z M 16 19 C 13.396 19 11.665734 21.15875 11.052734 22.34375 C 10.867734 22.70075 11.205891 23.101562 11.587891 22.976562 C 12.604891 22.642562 14.349 22 16 22 C 17.651 22 19.395109 22.643563 20.412109 22.976562 C 20.795109 23.102562 21.132266 22.70075 20.947266 22.34375 C 20.334266 21.15975 18.604 19 16 19 z\"/></svg></li><li title=\"tired \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832 3 3 8.832 3 16 C 3 23.168 8.832 29 16 29 C 23.168 29 29 23.168 29 16 C 29 8.832 23.168 3 16 3 z M 16 5 C 22.065 5 27 9.935 27 16 C 27 22.065 22.065 27 16 27 C 9.935 27 5 22.065 5 16 C 5 9.935 9.935 5 16 5 z M 10.054688 11.167969 L 8.9453125 12.832031 L 10.697266 14 L 8.9453125 15.167969 L 10.054688 16.832031 L 14.302734 14 L 10.054688 11.167969 z M 21.945312 11.167969 L 17.697266 14 L 21.945312 16.832031 L 23.054688 15.167969 L 21.302734 14 L 23.054688 12.832031 L 21.945312 11.167969 z M 16 19 C 13.396 19 11.665734 21.15875 11.052734 22.34375 C 10.867734 22.70075 11.205891 23.101562 11.587891 22.976562 C 12.604891 22.642562 14.349 22 16 22 C 17.651 22 19.395109 22.643563 20.412109 22.976562 C 20.795109 23.102562 21.132266 22.70075 20.947266 22.34375 C 20.334266 21.15975 18.604 19 16 19 z\"/></svg></li><li title=\"toggle off solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 9 7 C 8.378906 7 7.773438 7.066406 7.1875 7.1875 C 6.894531 7.246094 6.59375 7.320313 6.3125 7.40625 C 3.792969 8.203125 1.742188 10.085938 0.71875 12.5 C 0.605469 12.769531 0.492188 13.03125 0.40625 13.3125 C 0.136719 14.164063 0 15.058594 0 16 C 0 16.929688 0.144531 17.8125 0.40625 18.65625 C 0.410156 18.664063 0.402344 18.679688 0.40625 18.6875 C 1.203125 21.207031 3.085938 23.257813 5.5 24.28125 C 5.769531 24.394531 6.03125 24.507813 6.3125 24.59375 C 7.164063 24.863281 8.058594 25 9 25 L 23 25 C 27.957031 25 32 20.957031 32 16 C 32 11.042969 27.957031 7 23 7 Z M 9 9 C 12.878906 9 16 12.121094 16 16 C 16 19.878906 12.878906 23 9 23 C 5.121094 23 2 19.878906 2 16 C 2 15.757813 2.007813 15.515625 2.03125 15.28125 C 2.386719 11.742188 5.363281 9 9 9 Z M 14.625 9 L 23 9 C 26.878906 9 30 12.121094 30 16 C 30 19.878906 26.878906 23 23 23 L 14.625 23 C 16.675781 21.347656 18 18.828125 18 16 C 18 13.171875 16.675781 10.652344 14.625 9 Z\"/></svg></li><li title=\"toggle on solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 9 7 C 4.039063 7 0 11.035156 0 16 C 0 20.964844 4.039063 25 9 25 L 23 25 C 27.957031 25 32 20.957031 32 16 C 32 11.042969 27.957031 7 23 7 Z M 23 9 C 26.878906 9 30 12.121094 30 16 C 30 19.878906 26.878906 23 23 23 C 19.121094 23 16 19.878906 16 16 C 16 12.121094 19.121094 9 23 9 Z\"/></svg></li><li title=\"toilet paper solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 9 4 C 7.390625 4 6.105469 5.175781 5.28125 6.71875 C 4.457031 8.261719 4 10.285156 4 12.5 L 4 28 L 20 28 L 20 19.375 C 20.78125 20.339844 21.804688 21 23 21 C 24.609375 21 25.894531 19.824219 26.71875 18.28125 C 27.542969 16.738281 28 14.714844 28 12.5 C 28 10.285156 27.542969 8.261719 26.71875 6.71875 C 25.894531 5.175781 24.609375 4 23 4 Z M 9 6 L 19.71875 6 C 19.5625 6.226563 19.414063 6.46875 19.28125 6.71875 C 18.457031 8.261719 18 10.285156 18 12.5 C 18 12.671875 18.027344 12.832031 18.03125 13 L 18 13 L 18 26 L 6 26 L 6 12.5 C 6 10.574219 6.4375 8.828125 7.0625 7.65625 C 7.6875 6.484375 8.402344 6 9 6 Z M 23 6 C 23.597656 6 24.3125 6.484375 24.9375 7.65625 C 25.5625 8.828125 26 10.574219 26 12.5 C 26 14.425781 25.5625 16.171875 24.9375 17.34375 C 24.3125 18.515625 23.597656 19 23 19 C 22.402344 19 21.6875 18.515625 21.0625 17.34375 C 20.4375 16.171875 20 14.425781 20 12.5 C 20 10.574219 20.4375 8.828125 21.0625 7.65625 C 21.6875 6.484375 22.402344 6 23 6 Z M 23 10 C 22.449219 10 22 11.121094 22 12.5 C 22 13.878906 22.449219 15 23 15 C 23.550781 15 24 13.878906 24 12.5 C 24 11.121094 23.550781 10 23 10 Z M 9 13 C 8.449219 13 8 13.449219 8 14 C 8 14.550781 8.449219 15 9 15 C 9.550781 15 10 14.550781 10 14 C 10 13.449219 9.550781 13 9 13 Z M 12 13 C 11.449219 13 11 13.449219 11 14 C 11 14.550781 11.449219 15 12 15 C 12.550781 15 13 14.550781 13 14 C 13 13.449219 12.550781 13 12 13 Z M 15 13 C 14.449219 13 14 13.449219 14 14 C 14 14.550781 14.449219 15 15 15 C 15.550781 15 16 14.550781 16 14 C 16 13.449219 15.550781 13 15 13 Z\"/></svg></li><li title=\"toilet solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6 4 C 5.476563 4 4.941406 4.183594 4.5625 4.5625 C 4.183594 4.941406 4 5.476563 4 6 L 4 17 C 4 19.789063 5.652344 22.117188 8 23.59375 L 8 28 L 23 28 L 23 23.59375 C 25.347656 22.117188 27 19.789063 27 17 L 27 16 L 14 16 L 14 6 C 14 5.476563 13.816406 4.941406 13.4375 4.5625 C 13.058594 4.183594 12.523438 4 12 4 Z M 6 6 L 12 6 L 12 16 L 6 16 Z M 8 8 L 8 11 L 10 11 L 10 8 Z M 6.3125 18 L 24.6875 18 C 24.332031 19.726563 23.320313 21.25 21.53125 22.21875 L 21 22.5 L 21 26 L 10 26 L 10 22.5 L 9.46875 22.21875 C 7.679688 21.25 6.667969 19.726563 6.3125 18 Z\"/></svg></li><li title=\"toolbox solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 13 5 C 11.90625 5 11 5.90625 11 7 L 11 9 L 2 9 L 2 27 L 30 27 L 30 9 L 21 9 L 21 7 C 21 5.90625 20.09375 5 19 5 Z M 13 7 L 19 7 L 19 9 L 13 9 Z M 4 11 L 28 11 L 28 16 L 24 16 L 24 15 L 20 15 L 20 16 L 12 16 L 12 15 L 8 15 L 8 16 L 4 16 Z M 4 18 L 8 18 L 8 19 L 12 19 L 12 18 L 20 18 L 20 19 L 24 19 L 24 18 L 28 18 L 28 25 L 4 25 Z\"/></svg></li><li title=\"tools solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5.25 2.75 L 4.6875 3.28125 L 3.28125 4.6875 L 2.75 5.25 L 3.15625 5.90625 L 5.25 9.40625 L 5.53125 9.90625 L 8.46875 9.90625 L 12.46875 13.875 C 8.894531 17.464844 4.347656 22.027344 4.1875 22.1875 C 2.621094 23.753906 2.617188 26.320313 4.21875 27.8125 C 5.78125 29.355469 8.328125 29.394531 9.8125 27.8125 C 9.824219 27.800781 9.832031 27.792969 9.84375 27.78125 L 16 21.59375 L 22.1875 27.8125 L 22.28125 27.875 C 23.851563 29.355469 26.347656 29.375 27.8125 27.8125 L 27.8125 27.78125 L 27.84375 27.78125 C 29.375 26.214844 29.390625 23.667969 27.8125 22.1875 L 27.78125 22.15625 L 22.5625 16.96875 C 26.074219 16.640625 28.824219 13.675781 28.875 10.09375 L 28.90625 10.09375 C 28.910156 10.074219 28.90625 10.050781 28.90625 10.03125 C 28.90625 10.019531 28.90625 10.011719 28.90625 10 C 29.003906 8.84375 28.753906 7.738281 28.15625 6.78125 L 27.46875 5.71875 L 22.8125 10.375 L 21.40625 8.90625 L 26.15625 4.15625 L 24.78125 3.59375 C 23.976563 3.25 23.046875 3 22 3 C 18.15625 3 15 6.15625 15 10 C 15 10.417969 15.089844 10.78125 15.15625 11.15625 C 14.71875 11.59375 14.390625 11.953125 13.875 12.46875 L 9.90625 8.5 L 9.90625 5.53125 L 9.40625 5.25 L 5.90625 3.15625 Z M 22 5 C 22.140625 5 22.238281 5.082031 22.375 5.09375 L 18.59375 8.875 L 19.28125 9.59375 L 22.09375 12.5 L 22.78125 13.21875 L 26.75 9.25 C 26.769531 9.480469 26.933594 9.648438 26.90625 9.90625 L 26.90625 10 C 26.90625 12.753906 24.660156 15 21.90625 15 C 21.539063 15 21.09375 14.914063 20.59375 14.8125 L 20.0625 14.71875 L 19.6875 15.09375 L 8.40625 26.40625 L 8.375 26.40625 L 8.375 26.4375 C 7.664063 27.214844 6.421875 27.234375 5.59375 26.40625 L 5.59375 26.375 L 5.5625 26.375 C 4.785156 25.664063 4.765625 24.421875 5.59375 23.59375 C 5.972656 23.214844 13.3125 15.8125 16.90625 12.21875 L 17.3125 11.8125 L 17.15625 11.25 C 17.074219 10.925781 17 10.367188 17 10 C 17 7.246094 19.246094 5 22 5 Z M 5.5625 5.25 L 7.90625 6.6875 L 7.90625 7.6875 L 7.6875 7.90625 L 6.6875 7.90625 L 5.25 5.5625 Z M 20.1875 17.40625 L 26.40625 23.59375 L 26.40625 23.625 L 26.4375 23.625 C 27.214844 24.335938 27.234375 25.578125 26.40625 26.40625 L 26.375 26.40625 L 26.375 26.4375 C 25.664063 27.214844 24.421875 27.234375 23.59375 26.40625 L 17.40625 20.1875 Z\"/></svg></li><li title=\"tooth solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 13.28125 4 C 10.820313 4 8.71875 4.785156 7.25 6.1875 C 5.78125 7.589844 5 9.585938 5 11.84375 C 5 13.546875 5.652344 14.859375 6.3125 16.03125 C 6.972656 17.203125 7.636719 18.253906 8 19.5625 C 8.4375 21.175781 8.742188 23.105469 9.25 24.71875 C 9.503906 25.523438 9.808594 26.257813 10.28125 26.875 C 10.753906 27.492188 11.503906 28 12.375 28 C 13.210938 28 14.042969 27.566406 14.46875 26.90625 C 14.894531 26.246094 15 25.464844 15 24.625 C 15 23.59375 15 21.984375 15.21875 20.71875 C 15.328125 20.085938 15.515625 19.558594 15.6875 19.28125 C 15.859375 19.003906 15.867188 19 16 19 C 16.132813 19 16.140625 19 16.3125 19.28125 C 16.484375 19.5625 16.671875 20.085938 16.78125 20.71875 C 17.003906 21.984375 17 23.59375 17 24.625 C 17 25.464844 17.105469 26.246094 17.53125 26.90625 C 17.957031 27.566406 18.789063 28 19.625 28 C 20.5 28 21.25 27.496094 21.71875 26.875 C 22.1875 26.253906 22.496094 25.496094 22.75 24.6875 C 23.257813 23.070313 23.566406 21.148438 24 19.5625 C 24.363281 18.253906 25.027344 17.203125 25.6875 16.03125 C 26.347656 14.859375 27 13.546875 27 11.84375 C 27.050781 7.304688 23.59375 4 19.0625 4 C 17.746094 4 16.191406 4.488281 15.9375 4.5625 C 15.125 4.242188 14.238281 4 13.28125 4 Z M 13.28125 6 C 15.597656 6 18.25 8.4375 18.25 8.4375 L 19.65625 7 C 19.65625 7 18.996094 6.480469 18.53125 6.09375 C 18.742188 6.0625 18.925781 6 19.0625 6 C 22.683594 6 25.039063 8.238281 25 11.8125 L 25 11.84375 C 25 13.054688 24.585938 13.96875 23.96875 15.0625 C 23.351563 16.15625 22.519531 17.378906 22.0625 19.03125 C 21.585938 20.769531 21.28125 22.695313 20.84375 24.09375 C 20.625 24.792969 20.355469 25.355469 20.125 25.65625 C 19.894531 25.957031 19.820313 26 19.625 26 C 19.320313 26 19.320313 25.96875 19.21875 25.8125 C 19.117188 25.65625 19 25.242188 19 24.625 C 19 23.605469 19.019531 21.914063 18.75 20.375 C 18.613281 19.605469 18.425781 18.863281 18.03125 18.21875 C 17.636719 17.574219 16.882813 17 16 17 C 15.117188 17 14.363281 17.574219 13.96875 18.21875 C 13.574219 18.863281 13.382813 19.605469 13.25 20.375 C 12.980469 21.914063 13 23.605469 13 24.625 C 13 25.242188 12.882813 25.65625 12.78125 25.8125 C 12.679688 25.96875 12.679688 26 12.375 26 C 12.175781 26 12.101563 25.953125 11.875 25.65625 C 11.648438 25.359375 11.375 24.820313 11.15625 24.125 C 10.71875 22.734375 10.414063 20.789063 9.9375 19.03125 C 9.480469 17.378906 8.648438 16.15625 8.03125 15.0625 C 7.414063 13.96875 7 13.058594 7 11.84375 C 7 10.042969 7.605469 8.625 8.65625 7.625 C 9.707031 6.625 11.230469 6 13.28125 6 Z\"/></svg></li><li title=\"torah solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 7 3 C 6.449219 3 6 3.449219 6 4 C 6 4.550781 6.449219 5 7 5 C 7.550781 5 8 4.550781 8 4 C 8 3.449219 7.550781 3 7 3 Z M 7 5 C 6.246094 5 5.558594 5.207031 5 5.625 C 4.441406 6.042969 4 6.726563 4 7.5 L 4 25.5 C 4 26.273438 4.441406 26.957031 5 27.375 C 5.304688 27.605469 5.65625 27.773438 6.03125 27.875 C 6.023438 27.917969 6 27.953125 6 28 C 6 28.550781 6.449219 29 7 29 C 7.550781 29 8 28.550781 8 28 C 8 27.953125 7.976563 27.917969 7.96875 27.875 C 8.34375 27.773438 8.695313 27.605469 9 27.375 C 9.558594 26.957031 10 26.273438 10 25.5 L 10 25 L 22 25 L 22 25.5 C 22 26.273438 22.441406 26.957031 23 27.375 C 23.304688 27.605469 23.65625 27.773438 24.03125 27.875 C 24.023438 27.917969 24 27.953125 24 28 C 24 28.550781 24.449219 29 25 29 C 25.550781 29 26 28.550781 26 28 C 26 27.953125 25.976563 27.917969 25.96875 27.875 C 26.34375 27.773438 26.695313 27.605469 27 27.375 C 27.558594 26.957031 28 26.273438 28 25.5 L 28 7.5 C 28 6.726563 27.558594 6.042969 27 5.625 C 26.441406 5.207031 25.753906 5 25 5 C 24.246094 5 23.558594 5.207031 23 5.625 C 22.441406 6.042969 22 6.726563 22 7.5 L 22 8 L 10 8 L 10 7.5 C 10 6.726563 9.558594 6.042969 9 5.625 C 8.441406 5.207031 7.753906 5 7 5 Z M 25 5 C 25.550781 5 26 4.550781 26 4 C 26 3.449219 25.550781 3 25 3 C 24.449219 3 24 3.449219 24 4 C 24 4.550781 24.449219 5 25 5 Z M 7 7 C 7.351563 7 7.644531 7.125 7.8125 7.25 C 7.980469 7.375 8 7.445313 8 7.5 L 8 25.5 C 8 25.554688 7.980469 25.625 7.8125 25.75 C 7.644531 25.875 7.351563 26 7 26 C 6.648438 26 6.355469 25.875 6.1875 25.75 C 6.019531 25.625 6 25.554688 6 25.5 L 6 7.5 C 6 7.445313 6.019531 7.375 6.1875 7.25 C 6.355469 7.125 6.648438 7 7 7 Z M 25 7 C 25.351563 7 25.644531 7.125 25.8125 7.25 C 25.980469 7.375 26 7.445313 26 7.5 L 26 25.5 C 26 25.554688 25.980469 25.625 25.8125 25.75 C 25.644531 25.875 25.351563 26 25 26 C 24.648438 26 24.355469 25.875 24.1875 25.75 C 24.019531 25.625 24 25.554688 24 25.5 L 24 7.5 C 24 7.445313 24.019531 7.375 24.1875 7.25 C 24.355469 7.125 24.648438 7 25 7 Z M 10 10 L 22 10 L 22 23 L 10 23 Z M 12 12 L 12 14 L 20 14 L 20 12 Z M 15 15 L 15 17 L 20 17 L 20 15 Z M 12 18 L 12 20 L 20 20 L 20 18 Z\"/></svg></li><li title=\"torii gate solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 2.9375 4.96875 L 2.9375 6.78125 L 3.25 7.09375 L 7.25 10.75 L 7.5625 11 L 9 11 L 9 14 L 7 14 L 7 16 L 9 16 L 9 27 L 11 27 L 11 16 L 21 16 L 21 27 L 23 27 L 23 16 L 25 16 L 25 14 L 23 14 L 23 11 L 24.375 11 L 24.6875 10.75 L 28.6875 7.09375 L 29 6.78125 L 29 4.96875 L 27.78125 5.25 C 27.746094 5.257813 23.527344 6 16 6 C 8.472656 6 4.191406 5.257813 4.15625 5.25 Z M 6.78125 7.5625 C 8.894531 7.773438 11.914063 8 16 8 C 20.054688 8 23.058594 7.769531 25.15625 7.5625 L 23.59375 9 L 8.34375 9 Z M 11 11 L 14 11 L 14 14 L 11 14 Z M 18 11 L 21 11 L 21 14 L 18 14 Z\"/></svg></li><li title=\"tractor solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 7 5 L 7 12.25 C 5.652344 12.554688 4.417969 13.132813 3.375 13.96875 L 4.625 15.53125 C 5.824219 14.570313 7.339844 14 9 14 C 12.878906 14 16 17.121094 16 21 L 20.5625 21 C 20.214844 21.59375 20 22.265625 20 23 C 20 25.199219 21.800781 27 24 27 C 26.199219 27 28 25.199219 28 23 C 28 21.972656 27.582031 21.054688 26.9375 20.34375 L 28.9375 15.375 L 29 15.1875 L 29 13 L 24 13 L 24 10 C 24 9.433594 24.433594 9 25 9 L 25 7 C 23.355469 7 22 8.355469 22 10 L 22 13 L 18.6875 13 L 15.9375 5.65625 L 15.6875 5 Z M 9 7 L 14.3125 7 L 17.0625 14.34375 L 17.3125 15 L 26.90625 15 L 25.3125 19 L 17.75 19 C 16.832031 15.003906 13.269531 12 9 12 Z M 9 15 C 5.699219 15 3 17.699219 3 21 C 3 24.300781 5.699219 27 9 27 C 12.300781 27 15 24.300781 15 21 C 15 17.699219 12.300781 15 9 15 Z M 9 17 C 11.222656 17 13 18.777344 13 21 C 13 23.222656 11.222656 25 9 25 C 6.777344 25 5 23.222656 5 21 C 5 18.777344 6.777344 17 9 17 Z M 9 19 C 7.894531 19 7 19.894531 7 21 C 7 22.105469 7.894531 23 9 23 C 10.105469 23 11 22.105469 11 21 C 11 19.894531 10.105469 19 9 19 Z M 24 21 C 25.117188 21 26 21.882813 26 23 C 26 24.117188 25.117188 25 24 25 C 22.882813 25 22 24.117188 22 23 C 22 21.882813 22.882813 21 24 21 Z\"/></svg></li><li title=\"trade federation \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.819 3 3 8.819 3 16 C 3 23.181 8.819 29 16 29 C 23.181 29 29 23.181 29 16 C 29 8.819 23.181 3 16 3 z M 16 3.6914062 C 22.799 3.6914062 28.308594 9.201 28.308594 16 C 28.308594 22.799 22.799 28.308594 16 28.308594 C 9.201 28.308594 3.6914062 22.799 3.6914062 16 C 3.6914062 9.201 9.201 3.6914062 16 3.6914062 z M 16 4.1054688 C 9.432 4.1054688 4.1054688 9.432 4.1054688 16 C 4.1054688 22.568 9.432 27.894531 16 27.894531 C 22.568 27.894531 27.894531 22.568 27.894531 16 C 27.894531 9.432 22.568 4.1054688 16 4.1054688 z M 16 4.8027344 C 19.161 4.8027344 22.018734 6.1127031 24.052734 8.2207031 L 13.615234 8.2207031 L 13.615234 12.498047 L 5.3632812 12.498047 C 6.8312812 8.0320469 11.041 4.8027344 16 4.8027344 z M 9.6835938 7.859375 L 9.7734375 8.5878906 L 9.0234375 8.7871094 L 9.7402344 8.9296875 L 9.6992188 9.6992188 L 10.054688 9.0585938 L 10.777344 9.3378906 L 10.28125 8.8027344 L 10.769531 8.1992188 L 10.103516 8.5097656 L 9.6835938 7.859375 z M 13.867188 8.5351562 L 24.236328 8.5351562 L 24.236328 11.193359 L 16.599609 11.193359 L 16.599609 12.8125 L 20.958984 12.8125 L 20.958984 15.486328 L 16.591797 15.486328 L 16.591797 25.744141 L 13.830078 25.744141 L 13.830078 15.429688 L 7.7128906 15.429688 L 5.6152344 12.8125 L 13.867188 12.8125 L 13.867188 8.5351562 z M 13.970703 8.6347656 L 13.970703 12.917969 L 5.8417969 12.917969 L 7.765625 15.328125 L 13.935547 15.328125 L 13.935547 25.644531 L 16.492188 25.644531 L 16.492188 15.380859 L 20.859375 15.380859 L 20.859375 12.917969 L 16.492188 12.917969 L 16.492188 11.09375 L 24.130859 11.09375 L 24.130859 11.087891 L 24.130859 8.6347656 L 13.970703 8.6347656 z M 11.183594 8.75 L 11.292969 9.9980469 L 10.060547 10.28125 L 11.28125 10.564453 L 11.171875 11.822266 L 11.816406 10.746094 L 12.980469 11.244141 L 12.158203 10.296875 L 12.986328 9.3476562 L 11.832031 9.8359375 L 11.183594 8.75 z M 24.601562 8.8457031 C 26.216562 10.785703 27.185547 13.28 27.185547 16 C 27.191547 22.18 22.18 27.191406 16 27.191406 C 9.82 27.191406 4.8027344 22.18 4.8027344 16 C 4.8027344 14.889 4.9645312 13.808875 5.2695312 12.796875 L 7.5664062 15.748047 L 13.578125 15.748047 L 13.578125 26.064453 L 16.964844 26.064453 L 16.964844 15.800781 L 21.330078 15.800781 L 21.330078 12.513672 L 16.970703 12.513672 L 16.970703 11.507812 L 24.601562 11.507812 L 24.601562 8.8457031 z M 14.535156 9.2265625 L 23.542969 9.2265625 L 23.542969 10.505859 L 15.941406 10.505859 L 15.941406 13.451172 L 20.287109 13.451172 L 20.287109 14.705078 L 15.941406 14.705078 L 15.941406 25.052734 L 14.537109 25.052734 L 14.537109 14.705078 L 8.046875 14.705078 L 6.9921875 13.451172 L 14.535156 13.451172 L 14.535156 9.2265625 z M 22.830078 11.816406 L 22.945312 13.007812 L 21.775391 13.289062 L 22.939453 13.546875 L 22.845703 14.746094 L 23.449219 13.720703 L 24.560547 14.181641 L 23.767578 13.289062 L 24.554688 12.367188 L 23.458984 12.84375 L 22.830078 11.816406 z M 11.796875 15.832031 L 11.884766 17.115234 L 10.642578 17.320312 L 11.890625 17.628906 L 11.697266 18.876953 L 12.378906 17.78125 L 13.505859 18.347656 L 12.677734 17.361328 L 13.5625 16.466797 L 12.373047 16.953125 L 11.796875 15.832031 z M 17.880859 16.068359 L 17.949219 16.8125 L 17.220703 16.980469 L 17.949219 17.148438 L 17.886719 17.892578 L 18.269531 17.251953 L 18.955078 17.539062 L 18.462891 16.978516 L 18.951172 16.414062 L 18.263672 16.707031 L 17.880859 16.068359 z\"/></svg></li><li title=\"trademark solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 3 8 L 3 10 L 7 10 L 7 23 L 9 23 L 9 10 L 13 10 L 13 8 Z M 15 8 L 15 23 L 17 23 L 17 10.875 L 21.15625 17.53125 L 22 18.875 L 22.84375 17.53125 L 27 10.875 L 27 23 L 29 23 L 29 8 L 26.4375 8 L 26.15625 8.46875 L 22 15.125 L 17.84375 8.46875 L 17.5625 8 Z\"/></svg></li><li title=\"traffic light solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 10 4 L 10 7 L 7 7 L 7 8 C 7 9.886719 7.746094 11.207031 8.625 11.96875 C 9.066406 12.351563 9.535156 12.625 9.9375 12.78125 C 9.960938 12.789063 9.976563 12.773438 10 12.78125 L 10 13 L 7 13 L 7 14 C 7 15.886719 7.746094 17.207031 8.625 17.96875 C 9.066406 18.351563 9.535156 18.625 9.9375 18.78125 C 9.960938 18.789063 9.976563 18.773438 10 18.78125 L 10 19 L 7 19 L 7 20 C 7 21.886719 7.746094 23.207031 8.625 23.96875 C 9.066406 24.351563 9.535156 24.625 9.9375 24.78125 C 9.960938 24.789063 9.976563 24.773438 10 24.78125 L 10 28 L 22 28 L 22 24.78125 C 22.023438 24.773438 22.039063 24.789063 22.0625 24.78125 C 22.464844 24.625 22.933594 24.351563 23.375 23.96875 C 24.253906 23.207031 25 21.886719 25 20 L 25 19 L 22 19 L 22 18.78125 C 22.023438 18.773438 22.039063 18.789063 22.0625 18.78125 C 22.464844 18.625 22.933594 18.351563 23.375 17.96875 C 24.253906 17.207031 25 15.886719 25 14 L 25 13 L 22 13 L 22 12.78125 C 22.023438 12.773438 22.039063 12.789063 22.0625 12.78125 C 22.464844 12.625 22.933594 12.351563 23.375 11.96875 C 24.253906 11.207031 25 9.886719 25 8 L 25 7 L 22 7 L 22 4 Z M 12 6 L 20 6 L 20 9 L 22.8125 9 C 22.640625 9.671875 22.394531 10.183594 22.0625 10.46875 C 21.820313 10.679688 21.554688 10.824219 21.34375 10.90625 C 21.132813 10.988281 20.917969 11 21 11 L 20 11 L 20 15 L 22.8125 15 C 22.640625 15.671875 22.394531 16.183594 22.0625 16.46875 C 21.820313 16.679688 21.554688 16.824219 21.34375 16.90625 C 21.132813 16.988281 20.917969 17 21 17 L 20 17 L 20 21 L 22.8125 21 C 22.640625 21.671875 22.394531 22.183594 22.0625 22.46875 C 21.820313 22.679688 21.554688 22.824219 21.34375 22.90625 C 21.132813 22.988281 20.917969 23 21 23 L 20 23 L 20 26 L 12 26 L 12 23 L 11 23 C 11.082031 23 10.867188 22.988281 10.65625 22.90625 C 10.445313 22.824219 10.179688 22.679688 9.9375 22.46875 C 9.605469 22.183594 9.359375 21.671875 9.1875 21 L 12 21 L 12 17 L 11 17 C 11.082031 17 10.867188 16.988281 10.65625 16.90625 C 10.445313 16.824219 10.179688 16.679688 9.9375 16.46875 C 9.605469 16.183594 9.359375 15.671875 9.1875 15 L 12 15 L 12 11 L 11 11 C 11.082031 11 10.867188 10.988281 10.65625 10.90625 C 10.445313 10.824219 10.179688 10.679688 9.9375 10.46875 C 9.605469 10.183594 9.359375 9.671875 9.1875 9 L 12 9 Z M 16 8 C 14.894531 8 14 8.894531 14 10 C 14 11.105469 14.894531 12 16 12 C 17.105469 12 18 11.105469 18 10 C 18 8.894531 17.105469 8 16 8 Z M 16 14 C 14.894531 14 14 14.894531 14 16 C 14 17.105469 14.894531 18 16 18 C 17.105469 18 18 17.105469 18 16 C 18 14.894531 17.105469 14 16 14 Z M 16 20 C 14.894531 20 14 20.894531 14 22 C 14 23.105469 14.894531 24 16 24 C 17.105469 24 18 23.105469 18 22 C 18 20.894531 17.105469 20 16 20 Z\"/></svg></li><li title=\"train solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 14 3 C 12.742188 3 11.847656 3.890625 11.40625 5 L 10 5 C 7.25 5 5 7.25 5 10 L 5 21 C 5 23.425781 6.449219 25.523438 8.53125 26.46875 L 6 29 L 8.34375 29 L 10.375 26.96875 C 10.574219 26.988281 10.792969 27 11 27 L 21 27 C 21.207031 27 21.425781 26.988281 21.625 26.96875 L 23.65625 29 L 26 29 L 23.46875 26.46875 C 25.550781 25.523438 27 23.425781 27 21 L 27 10 C 27 7.25 24.75 5 22 5 L 20.59375 5 C 20.152344 3.890625 19.257813 3 18 3 Z M 14 5 L 18 5 C 18.566406 5 19 5.433594 19 6 L 19 7 L 22 7 C 23.320313 7 24.4375 7.828125 24.84375 9 L 7.15625 9 C 7.5625 7.828125 8.679688 7 10 7 L 13 7 L 13 6 C 13 5.433594 13.433594 5 14 5 Z M 7 11 L 25 11 L 25 16 L 7 16 Z M 7 18 L 25 18 L 25 21 C 25 23.21875 23.21875 25 21 25 L 11 25 C 8.78125 25 7 23.21875 7 21 Z M 16 19 C 14.894531 19 14 19.894531 14 21 C 14 22.105469 14.894531 23 16 23 C 17.105469 23 18 22.105469 18 21 C 18 19.894531 17.105469 19 16 19 Z\"/></svg></li><li title=\"tram solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 10.75 2 L 8.5625 3.09375 L 9.4375 4.90625 L 11.25 4 L 20.75 4 L 22.5625 4.90625 L 23.4375 3.09375 L 21.25 2 Z M 15 5 L 15 6 L 12 6 C 8.699219 6 6 8.699219 6 12 L 6 24 C 6 25.644531 7.355469 27 9 27 L 7 29 L 9.34375 29 L 11.34375 27 L 20.65625 27 L 22.65625 29 L 25 29 L 23 27 C 24.644531 27 26 25.644531 26 24 L 26 12 C 26 8.699219 23.300781 6 20 6 L 17 6 L 17 5 Z M 12 8 L 20 8 C 22.21875 8 24 9.78125 24 12 L 24 16 L 8 16 L 8 12 C 8 9.78125 9.78125 8 12 8 Z M 8 18 L 24 18 L 24 24 C 24 24.566406 23.566406 25 23 25 L 9 25 C 8.433594 25 8 24.566406 8 24 Z M 11.5 20 C 10.671875 20 10 20.671875 10 21.5 C 10 22.328125 10.671875 23 11.5 23 C 12.328125 23 13 22.328125 13 21.5 C 13 20.671875 12.328125 20 11.5 20 Z M 20.5 20 C 19.671875 20 19 20.671875 19 21.5 C 19 22.328125 19.671875 23 20.5 23 C 21.328125 23 22 22.328125 22 21.5 C 22 20.671875 21.328125 20 20.5 20 Z\"/></svg></li><li title=\"transgender alt solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 4 4 L 4 11 L 6 11 L 6 7.40625 L 9.0625 10.5 L 7.28125 12.28125 L 8.71875 13.71875 L 10.5 11.9375 L 11.8125 13.25 C 11.285156 14.042969 11 14.984375 11 16 C 11 18.40625 12.726563 20.4375 15 20.90625 L 15 23 L 12 23 L 12 25 L 15 25 L 15 28 L 17 28 L 17 25 L 20 25 L 20 23 L 17 23 L 17 20.90625 C 19.273438 20.4375 21 18.40625 21 16 C 21 14.984375 20.714844 14.042969 20.1875 13.25 L 26 7.40625 L 26 11 L 28 11 L 28 4 L 21 4 L 21 6 L 24.59375 6 L 18.75 11.8125 C 17.957031 11.285156 17.015625 11 16 11 C 14.984375 11 14.042969 11.285156 13.25 11.8125 L 11.9375 10.5 L 13.71875 8.71875 L 12.28125 7.28125 L 10.5 9.0625 L 7.40625 6 L 11 6 L 11 4 Z M 16 13 C 17.667969 13 19 14.332031 19 16 C 19 17.667969 17.667969 19 16 19 C 14.332031 19 13 17.667969 13 16 C 13 14.332031 14.332031 13 16 13 Z\"/></svg></li><li title=\"transgender solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 19 3 L 19 5 L 22.59375 5 L 18.1875 9.40625 C 17.015625 8.523438 15.574219 8 14 8 C 10.144531 8 7 11.144531 7 15 C 7 18.515625 9.617188 21.417969 13 21.90625 L 13 25 L 10 25 L 10 27 L 13 27 L 13 30 L 15 30 L 15 27 L 18 27 L 18 25 L 15 25 L 15 21.90625 C 18.382813 21.417969 21 18.515625 21 15 C 21 13.425781 20.476563 11.984375 19.59375 10.8125 L 24 6.40625 L 24 10 L 26 10 L 26 3 Z M 14 10 C 16.773438 10 19 12.226563 19 15 C 19 17.773438 16.773438 20 14 20 C 11.226563 20 9 17.773438 9 15 C 9 12.226563 11.226563 10 14 10 Z\"/></svg></li><li title=\"trash alt solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 15 4 C 14.476563 4 13.941406 4.183594 13.5625 4.5625 C 13.183594 4.941406 13 5.476563 13 6 L 13 7 L 7 7 L 7 9 L 8 9 L 8 25 C 8 26.644531 9.355469 28 11 28 L 23 28 C 24.644531 28 26 26.644531 26 25 L 26 9 L 27 9 L 27 7 L 21 7 L 21 6 C 21 5.476563 20.816406 4.941406 20.4375 4.5625 C 20.058594 4.183594 19.523438 4 19 4 Z M 15 6 L 19 6 L 19 7 L 15 7 Z M 10 9 L 24 9 L 24 25 C 24 25.554688 23.554688 26 23 26 L 11 26 C 10.445313 26 10 25.554688 10 25 Z M 12 12 L 12 23 L 14 23 L 14 12 Z M 16 12 L 16 23 L 18 23 L 18 12 Z M 20 12 L 20 23 L 22 23 L 22 12 Z\"/></svg></li><li title=\"trash alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 15 4 C 14.476563 4 13.941406 4.183594 13.5625 4.5625 C 13.183594 4.941406 13 5.476563 13 6 L 13 7 L 7 7 L 7 9 L 8 9 L 8 25 C 8 26.644531 9.355469 28 11 28 L 23 28 C 24.644531 28 26 26.644531 26 25 L 26 9 L 27 9 L 27 7 L 21 7 L 21 6 C 21 5.476563 20.816406 4.941406 20.4375 4.5625 C 20.058594 4.183594 19.523438 4 19 4 Z M 15 6 L 19 6 L 19 7 L 15 7 Z M 10 9 L 24 9 L 24 25 C 24 25.554688 23.554688 26 23 26 L 11 26 C 10.445313 26 10 25.554688 10 25 Z M 12 12 L 12 23 L 14 23 L 14 12 Z M 16 12 L 16 23 L 18 23 L 18 12 Z M 20 12 L 20 23 L 22 23 L 22 12 Z\"/></svg></li><li title=\"trash restore alt solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 15 4 C 14.478 4 13.9405 4.1845 13.5625 4.5625 C 13.1855 4.9395 13 5.478 13 6 L 13 7 L 7 7 L 7 9 L 8 9 L 8 25 C 8 26.645 9.355 28 11 28 L 23 28 C 24.645 28 26 26.645 26 25 L 26 9 L 27 9 L 27 7 L 21 7 L 21 6 C 21 5.478 20.8155 4.9405 20.4375 4.5625 C 20.0605 4.1855 19.522 4 19 4 L 15 4 z M 15 6 L 19 6 L 19 7 L 15 7 L 15 6 z M 10 9 L 24 9 L 24 25 C 24 25.555 23.555 26 23 26 L 11 26 C 10.445 26 10 25.555 10 25 L 10 9 z M 17 12 L 13 16 L 16 16 L 16 23 L 18 23 L 18 16 L 21 16 L 17 12 z\"/></svg></li><li title=\"trash restore solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 14 4 C 13.477 4 12.9415 4.1835 12.5625 4.5625 C 12.1845 4.9405 12 5.477 12 6 L 12 7 L 5 7 L 5 9 L 6.09375 9 L 8 27.09375 L 8.09375 28 L 23.90625 28 L 24 27.09375 L 25.90625 9 L 27 9 L 27 7 L 20 7 L 20 6 C 20 5.477 19.8165 4.9415 19.4375 4.5625 C 19.0595 4.1845 18.523 4 18 4 L 14 4 z M 14 6 L 18 6 L 18 7 L 14 7 L 14 6 z M 8.125 9 L 23.875 9 L 22.09375 26 L 9.90625 26 L 8.125 9 z M 16 12 L 12 16 L 15 16 L 15 23 L 17 23 L 17 16 L 20 16 L 16 12 z\"/></svg></li><li title=\"trash solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 14 4 C 13.476563 4 12.941406 4.183594 12.5625 4.5625 C 12.183594 4.941406 12 5.476563 12 6 L 12 7 L 5 7 L 5 9 L 6.09375 9 L 8 27.09375 L 8.09375 28 L 23.90625 28 L 24 27.09375 L 25.90625 9 L 27 9 L 27 7 L 20 7 L 20 6 C 20 5.476563 19.816406 4.941406 19.4375 4.5625 C 19.058594 4.183594 18.523438 4 18 4 Z M 14 6 L 18 6 L 18 7 L 14 7 Z M 8.125 9 L 23.875 9 L 22.09375 26 L 9.90625 26 Z M 12 12 L 12 23 L 14 23 L 14 12 Z M 15 12 L 15 23 L 17 23 L 17 12 Z M 18 12 L 18 23 L 20 23 L 20 12 Z\"/></svg></li><li title=\"tree solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3.59375 L 15.28125 4.28125 L 9.34375 10.25 L 8.34375 11.21875 L 9.625 11.84375 C 9.625 11.84375 10.640625 12.210938 12.0625 12.53125 L 7.65625 16.9375 L 6.65625 17.90625 L 7.90625 18.53125 C 7.90625 18.53125 8.984375 18.835938 9.53125 19.03125 L 5.9375 22.625 L 4.96875 23.625 L 6.21875 24.25 C 6.21875 24.25 8.65625 25.425781 13 25.84375 L 13 29 L 15 29 L 15 25.96875 C 15.335938 25.980469 15.648438 26 16 26 C 16.351563 26 16.664063 25.980469 17 25.96875 L 17 29 L 19 29 L 19 25.84375 C 23.351563 25.425781 25.8125 24.25 25.8125 24.25 L 27.03125 23.625 L 26.0625 22.625 L 22.46875 19.03125 C 23.015625 18.835938 24.09375 18.53125 24.09375 18.53125 L 25.34375 17.90625 L 24.34375 16.9375 L 19.9375 12.53125 C 21.359375 12.210938 22.375 11.84375 22.375 11.84375 L 23.65625 11.21875 L 22.65625 10.25 L 16.71875 4.28125 Z M 16 6.4375 L 20 10.40625 C 19.40625 10.605469 19.285156 10.761719 17.8125 10.90625 L 16 11.09375 L 14.1875 10.90625 C 12.714844 10.761719 12.59375 10.605469 12 10.40625 Z M 16 11.4375 L 17.1875 12.59375 L 21.78125 17.1875 C 21.316406 17.351563 21.328125 17.40625 20.375 17.59375 L 18.53125 17.96875 L 19.875 19.28125 L 23.53125 22.9375 C 22.257813 23.394531 20.078125 24 16 24 C 11.960938 24 9.789063 23.394531 8.5 22.9375 L 12.125 19.28125 L 13.46875 17.96875 L 11.625 17.59375 C 10.671875 17.40625 10.683594 17.351563 10.21875 17.1875 L 14.8125 12.59375 Z\"/></svg></li><li title=\"trello \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 Z M 7 7 L 15 7 L 15 21 L 7 21 Z M 17 7 L 25 7 L 25 16 L 17 16 Z\"/></svg></li><li title=\"tripadvisor \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 6.59375 C 11.746094 6.59375 7.777344 7.734375 5.0625 9.5625 L 0 9.5625 C 0.828125 10.53125 1.441406 11.851563 1.59375 12.75 C 0.636719 14.0625 0.0625 15.6875 0.0625 17.4375 C 0.0625 21.835938 3.632813 25.40625 8.03125 25.40625 C 10.527344 25.40625 12.757813 24.234375 14.21875 22.4375 C 14.8125 23.132813 15.800781 24.53125 16 24.9375 C 16 24.9375 17.136719 23.257813 17.78125 22.46875 C 19.242188 24.261719 21.476563 25.40625 23.96875 25.40625 C 28.367188 25.40625 31.9375 21.835938 31.9375 17.4375 C 31.9375 15.691406 31.363281 14.0625 30.40625 12.75 C 30.558594 11.851563 31.171875 10.53125 32 9.5625 L 26.6875 9.5625 C 23.972656 7.734375 20.25 6.59375 16 6.59375 Z M 16 7.9375 C 18.851563 7.9375 21.4375 8.472656 23.71875 9.46875 C 19.4375 9.601563 16 13.121094 16 17.4375 C 16 13.042969 12.457031 9.476563 8.0625 9.46875 C 10.339844 8.476563 13.152344 7.9375 16 7.9375 Z M 8.03125 11 C 11.574219 11 14.4375 13.898438 14.4375 17.4375 C 14.4375 20.980469 11.570313 23.84375 8.03125 23.84375 C 4.488281 23.84375 1.625 20.980469 1.625 17.4375 C 1.625 13.898438 4.488281 11 8.03125 11 Z M 23.96875 11 C 27.507813 11 30.375 13.898438 30.375 17.4375 C 30.375 20.980469 27.507813 23.84375 23.96875 23.84375 C 20.425781 23.84375 17.5625 20.980469 17.5625 17.4375 C 17.5625 13.898438 20.425781 11 23.96875 11 Z M 7.9375 13.53125 C 5.800781 13.53125 4.0625 15.269531 4.0625 17.40625 C 4.0625 19.542969 5.800781 21.28125 7.9375 21.28125 C 10.074219 21.28125 11.8125 19.542969 11.8125 17.40625 C 11.8125 15.269531 10.074219 13.53125 7.9375 13.53125 Z M 23.96875 13.53125 C 21.832031 13.53125 20.09375 15.269531 20.09375 17.40625 C 20.09375 19.542969 21.832031 21.25 23.96875 21.25 C 26.105469 21.25 27.84375 19.542969 27.84375 17.40625 C 27.84375 15.269531 26.105469 13.53125 23.96875 13.53125 Z M 7.9375 14.71875 C 9.417969 14.71875 10.625 15.925781 10.625 17.40625 C 10.625 18.886719 9.417969 20.09375 7.9375 20.09375 C 6.457031 20.09375 5.25 18.886719 5.25 17.40625 C 5.25 15.925781 6.457031 14.71875 7.9375 14.71875 Z M 23.96875 14.71875 C 25.449219 14.71875 26.65625 15.925781 26.65625 17.40625 C 26.65625 18.886719 25.449219 20.0625 23.96875 20.0625 C 22.488281 20.0625 21.28125 18.886719 21.28125 17.40625 C 21.28125 15.925781 22.488281 14.71875 23.96875 14.71875 Z M 7.75 16.09375 C 7.03125 16.09375 6.4375 16.6875 6.4375 17.40625 C 6.4375 18.125 7.03125 18.71875 7.75 18.71875 C 8.46875 18.71875 9.03125 18.125 9.03125 17.40625 C 9.03125 16.6875 8.46875 16.09375 7.75 16.09375 Z M 23.75 16.09375 C 23.03125 16.09375 22.46875 16.6875 22.46875 17.40625 C 22.46875 18.125 23.03125 18.6875 23.75 18.6875 C 24.46875 18.6875 25.0625 18.125 25.0625 17.40625 C 25.0625 16.6875 24.46875 16.09375 23.75 16.09375 Z\"/></svg></li><li title=\"trophy solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 7 4 C 6.058594 4 5.085938 4.355469 4.3125 5.03125 C 3.539063 5.707031 3 6.746094 3 8 C 3 9.0625 3.445313 9.96875 4 10.6875 C 4.554688 11.40625 5.226563 11.972656 5.84375 12.53125 C 7.078125 13.648438 8 14.566406 8 16 C 8 16.152344 7.851563 16.519531 7.65625 16.8125 C 7.460938 17.105469 7.28125 17.28125 7.28125 17.28125 L 8.71875 18.6875 C 8.71875 18.6875 9.039063 18.367188 9.34375 17.90625 C 9.605469 17.511719 9.890625 17.003906 9.96875 16.34375 C 10.082031 16.667969 10.191406 17 10.3125 17.3125 C 11 19.085938 11.792969 20.675781 12.6875 21.875 C 13.011719 22.3125 13.347656 22.699219 13.71875 23.03125 C 11.652344 23.179688 10 24.898438 10 27 L 10 28 L 22 28 L 22 27 C 22 24.875 20.316406 23.148438 18.21875 23.03125 C 18.59375 22.699219 18.953125 22.308594 19.28125 21.875 C 20.179688 20.679688 20.960938 19.085938 21.65625 17.3125 C 21.785156 16.980469 21.910156 16.625 22.03125 16.28125 C 22.097656 16.96875 22.386719 17.5 22.65625 17.90625 C 22.960938 18.367188 23.28125 18.6875 23.28125 18.6875 L 24.71875 17.28125 C 24.71875 17.28125 24.539063 17.105469 24.34375 16.8125 C 24.148438 16.519531 24 16.152344 24 16 C 24 14.566406 24.921875 13.648438 26.15625 12.53125 C 26.773438 11.972656 27.445313 11.40625 28 10.6875 C 28.554688 9.96875 29 9.0625 29 8 C 29 6.746094 28.460938 5.707031 27.6875 5.03125 C 26.914063 4.355469 25.941406 4 25 4 C 23.722656 4 22.847656 4.582031 22.375 5 L 9.625 5 C 9.152344 4.582031 8.277344 4 7 4 Z M 7 6 C 7.472656 6 7.777344 6.148438 8 6.28125 C 8.027344 8.320313 8.378906 10.632813 8.9375 12.90625 C 8.40625 12.1875 7.742188 11.589844 7.15625 11.0625 C 6.523438 10.492188 5.945313 9.964844 5.5625 9.46875 C 5.179688 8.972656 5 8.542969 5 8 C 5 7.300781 5.273438 6.867188 5.65625 6.53125 C 6.039063 6.195313 6.566406 6 7 6 Z M 25 6 C 25.433594 6 25.960938 6.195313 26.34375 6.53125 C 26.726563 6.867188 27 7.300781 27 8 C 27 8.542969 26.820313 8.972656 26.4375 9.46875 C 26.054688 9.964844 25.476563 10.492188 24.84375 11.0625 C 24.246094 11.601563 23.570313 12.222656 23.03125 12.96875 C 23.605469 10.679688 23.972656 8.347656 24 6.28125 C 24.222656 6.148438 24.527344 6 25 6 Z M 10.125 7 L 21.875 7 C 21.722656 9.972656 20.953125 13.597656 19.78125 16.59375 C 19.132813 18.25 18.382813 19.6875 17.65625 20.65625 C 16.929688 21.625 16.265625 22 15.96875 22 C 15.675781 22 15.035156 21.625 14.3125 20.65625 C 13.589844 19.6875 12.832031 18.253906 12.1875 16.59375 C 11.023438 13.59375 10.277344 9.957031 10.125 7 Z M 15 10 L 15 15 L 17 15 L 17 10 Z M 14 25 L 18 25 C 18.71875 25 19.210938 25.441406 19.5625 26 L 12.4375 26 C 12.789063 25.441406 13.28125 25 14 25 Z\"/></svg></li><li title=\"truck loading solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 17 5 L 17 21.074219 L 2.7324219 25.035156 L 3.2675781 26.962891 L 20.015625 22.314453 C 20.179437 24.924586 22.349292 27 25 27 C 27.757 27 30 24.757 30 22 C 30 19.243 27.757 17 25 17 C 22.901506 17 21.107665 18.302147 20.367188 20.138672 L 19 20.517578 L 19 7 L 30 7 L 30 5 L 17 5 z M 12.460938 9.7636719 L 1.9160156 12.787109 L 4.6914062 22.470703 L 15.236328 19.445312 L 12.460938 9.7636719 z M 11.089844 12.236328 L 12.763672 18.074219 L 6.0644531 19.994141 L 4.390625 14.158203 L 11.089844 12.236328 z M 25 19 C 26.654 19 28 20.346 28 22 C 28 23.654 26.654 25 25 25 C 23.346 25 22 23.654 22 22 C 22 20.346 23.346 19 25 19 z\"/></svg></li><li title=\"truck monster solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 14 4 C 12.897 4 12 4.897 12 6 L 12 10 L 6 10 C 4.346 10 3 11.346 3 13 L 3 15.820312 C 1.7697533 17.003707 1 18.662313 1 20.5 C 1 24.084 3.916 27 7.5 27 C 11.084 27 14 24.084 14 20.5 C 14 19.983217 13.932874 19.482266 13.818359 19 L 18.181641 19 C 18.067126 19.482266 18 19.983217 18 20.5 C 18 24.084 20.916 27 24.5 27 C 28.084 27 31 24.084 31 20.5 C 31 18.662313 30.230247 17.003707 29 15.820312 L 29 12 C 29 10.897 28.103 10 27 10 L 24 10 L 23.535156 10 L 20.722656 5.78125 C 19.979656 4.66625 18.735531 4 17.394531 4 L 14 4 z M 14 6 L 17.394531 6 C 18.063531 6 18.686594 6.332625 19.058594 6.890625 L 21.130859 10 L 14 10 L 14 6 z M 6 12 L 14 12 L 24 12 L 27 12 L 27 14.501953 C 26.229783 14.179677 25.385752 14 24.5 14 C 22.205167 14 20.188218 15.199104 19.03125 17 L 12.96875 17 C 11.811782 15.199104 9.7948334 14 7.5 14 C 6.6142485 14 5.7702173 14.179677 5 14.501953 L 5 13 C 5 12.448 5.448 12 6 12 z M 7.5 16 C 7.6730928 16 7.8377929 16.031655 8.0058594 16.050781 L 7.953125 16.527344 C 8.511125 16.588344 9.0403906 16.764781 9.5253906 17.050781 L 9.7695312 16.636719 C 10.580716 17.115375 11.235151 17.828721 11.617188 18.697266 L 11.166016 18.896484 C 11.388016 19.401484 11.5 19.941 11.5 20.5 L 11.5 20.525391 L 11.998047 20.513672 C 11.994995 21.503886 11.662293 22.411623 11.115234 23.154297 L 10.724609 22.867188 C 10.396609 23.314187 9.9683281 23.696656 9.4863281 23.972656 L 9.7246094 24.388672 C 9.065693 24.76737 8.3128623 25 7.5 25 C 7.3355748 25 7.1794448 24.968454 7.0195312 24.951172 L 7.0683594 24.476562 C 6.5103594 24.417562 5.9791875 24.243938 5.4921875 23.960938 L 5.2519531 24.375 C 4.4379643 23.900632 3.7811799 23.190284 3.3945312 22.324219 L 3.84375 22.125 C 3.61475 21.612 3.4990469 21.065391 3.4980469 20.525391 L 3.5019531 20.445312 L 3.0019531 20.472656 C 3.0080381 19.478354 3.3484011 18.569114 3.9023438 17.826172 L 4.2890625 18.115234 C 4.6200625 17.669234 5.0502031 17.289625 5.5332031 17.015625 L 5.2988281 16.599609 C 5.9525373 16.228948 6.6964767 16 7.5 16 z M 24.5 16 C 25.303523 16 26.047463 16.228948 26.701172 16.599609 L 26.466797 17.015625 C 26.949797 17.289625 27.379938 17.669234 27.710938 18.115234 L 28.097656 17.826172 C 28.651967 18.569608 28.992389 19.479547 28.998047 20.474609 L 28.5 20.5 C 28.5 21.066 28.38525 21.612 28.15625 22.125 L 28.605469 22.324219 C 28.218586 23.190809 27.560773 23.900645 26.746094 24.375 L 26.505859 23.960938 C 26.018859 24.244938 25.488688 24.417562 24.929688 24.476562 L 24.978516 24.951172 C 24.819226 24.968317 24.663764 25 24.5 25 C 23.687138 25 22.934307 24.76737 22.275391 24.388672 L 22.513672 23.972656 C 22.031672 23.696656 21.603391 23.312234 21.275391 22.865234 L 20.884766 23.152344 C 20.337883 22.409389 20.004576 21.502154 20.001953 20.511719 L 20.5 20.5 C 20.5 19.941 20.611984 19.401484 20.833984 18.896484 L 20.382812 18.697266 C 20.764849 17.828721 21.419284 17.115375 22.230469 16.636719 L 22.474609 17.050781 C 22.959609 16.764781 23.487875 16.588344 24.046875 16.527344 L 23.994141 16.050781 C 24.162207 16.031655 24.326907 16 24.5 16 z M 7.5 19 A 1.5 1.5 0 0 0 7.5 22 A 1.5 1.5 0 0 0 7.5 19 z M 24.5 19 A 1.5 1.5 0 0 0 24.5 22 A 1.5 1.5 0 0 0 24.5 19 z\"/></svg></li><li title=\"truck moving solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 1 4 L 1 25 L 4.15625 25 C 4.601563 26.71875 6.148438 28 8 28 C 9.851563 28 11.398438 26.71875 11.84375 25 L 20.15625 25 C 20.601563 26.71875 22.148438 28 24 28 C 25.851563 28 27.398438 26.71875 27.84375 25 L 31 25 L 31 14.59375 L 30.71875 14.28125 L 24.71875 8.28125 L 24.40625 8 L 19 8 L 19 4 Z M 3 6 L 17 6 L 17 23 L 11.84375 23 C 11.398438 21.28125 9.851563 20 8 20 C 6.148438 20 4.601563 21.28125 4.15625 23 L 3 23 Z M 19 10 L 23.5625 10 L 29 15.4375 L 29 23 L 27.84375 23 C 27.398438 21.28125 25.851563 20 24 20 C 22.148438 20 20.601563 21.28125 20.15625 23 L 19 23 Z M 8 22 C 9.117188 22 10 22.882813 10 24 C 10 25.117188 9.117188 26 8 26 C 6.882813 26 6 25.117188 6 24 C 6 22.882813 6.882813 22 8 22 Z M 24 22 C 25.117188 22 26 22.882813 26 24 C 26 25.117188 25.117188 26 24 26 C 22.882813 26 22 25.117188 22 24 C 22 22.882813 22.882813 22 24 22 Z\"/></svg></li><li title=\"truck pickup solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 10.71875 6 C 9.863281 6 9.082031 6.558594 8.8125 7.375 L 7.28125 12 L 0 12 L 0 20.21875 C 0 21.132813 0.613281 21.933594 1.5 22.15625 L 4.09375 22.8125 C 4.46875 24.628906 6.078125 26 8 26 C 9.851563 26 11.398438 24.71875 11.84375 23 L 21.15625 23 C 21.601563 24.71875 23.148438 26 25 26 C 26.851563 26 28.398438 24.71875 28.84375 23 L 30 23 C 31.09375 23 32 22.09375 32 21 L 32 17.25 C 32 15.46875 30.808594 13.894531 29.09375 13.40625 L 24.5625 12.125 L 20.65625 7.4375 C 19.894531 6.527344 18.78125 6 17.59375 6 Z M 10.71875 8 L 14 8 L 14 12 L 9.375 12 Z M 16 8 L 17.59375 8 C 18.1875 8 18.746094 8.261719 19.125 8.71875 L 21.875 12 L 16 12 Z M 2 14 L 23.84375 14 L 28.5625 15.34375 C 29.425781 15.589844 30 16.351563 30 17.25 L 30 21 L 28.84375 21 C 28.398438 19.28125 26.851563 18 25 18 C 23.148438 18 21.601563 19.28125 21.15625 21 L 11.84375 21 C 11.398438 19.28125 9.851563 18 8 18 C 6.226563 18 4.738281 19.171875 4.21875 20.78125 L 2 20.21875 Z M 8 20 C 9.117188 20 10 20.882813 10 22 C 10 23.117188 9.117188 24 8 24 C 6.882813 24 6 23.117188 6 22 C 6 20.882813 6.882813 20 8 20 Z M 25 20 C 26.117188 20 27 20.882813 27 22 C 27 23.117188 26.117188 24 25 24 C 23.882813 24 23 23.117188 23 22 C 23 20.882813 23.882813 20 25 20 Z\"/></svg></li><li title=\"truck solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 1 4 L 1 25 L 4.15625 25 C 4.601563 26.71875 6.148438 28 8 28 C 9.851563 28 11.398438 26.71875 11.84375 25 L 20.15625 25 C 20.601563 26.71875 22.148438 28 24 28 C 25.851563 28 27.398438 26.71875 27.84375 25 L 31 25 L 31 14.59375 L 30.71875 14.28125 L 24.71875 8.28125 L 24.40625 8 L 19 8 L 19 4 Z M 3 6 L 17 6 L 17 23 L 11.84375 23 C 11.398438 21.28125 9.851563 20 8 20 C 6.148438 20 4.601563 21.28125 4.15625 23 L 3 23 Z M 19 10 L 23.5625 10 L 29 15.4375 L 29 23 L 27.84375 23 C 27.398438 21.28125 25.851563 20 24 20 C 22.148438 20 20.601563 21.28125 20.15625 23 L 19 23 Z M 8 22 C 9.117188 22 10 22.882813 10 24 C 10 25.117188 9.117188 26 8 26 C 6.882813 26 6 25.117188 6 24 C 6 22.882813 6.882813 22 8 22 Z M 24 22 C 25.117188 22 26 22.882813 26 24 C 26 25.117188 25.117188 26 24 26 C 22.882813 26 22 25.117188 22 24 C 22 22.882813 22.882813 22 24 22 Z\"/></svg></li><li title=\"tshirt solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 15.074219 3 14.054688 3.269531 13.1875 3.53125 C 12.335938 3.789063 11.710938 4.054688 11.6875 4.0625 C 11.6875 4.0625 11.65625 4.0625 11.65625 4.0625 L 8.78125 5.03125 L 8.6875 5.0625 C 8.628906 5.078125 8.535156 5.105469 8.3125 5.1875 L 8 5.28125 L 8 5.3125 C 7.164063 5.671875 5.855469 6.449219 5.09375 8.0625 C 4.058594 10.25 4 12.96875 4 12.96875 L 4 15 L 8 15 L 8 29 L 24 29 L 24 15 L 28 15 L 28 12.90625 C 28 12.90625 27.914063 12.058594 27.75 11.03125 C 27.585938 10.003906 27.417969 8.871094 26.84375 7.96875 C 25.910156 6.5 24.75 5.753906 24 5.375 L 24 5.28125 L 23.59375 5.15625 C 23.535156 5.128906 23.546875 5.144531 23.5 5.125 L 23.3125 5.0625 L 20.34375 4.0625 C 20.34375 4.0625 20.3125 4.0625 20.3125 4.0625 C 20.289063 4.054688 19.664063 3.789063 18.8125 3.53125 C 17.945313 3.269531 16.925781 3 16 3 Z M 16 5 C 16.433594 5 17.425781 5.230469 18.21875 5.46875 C 18.425781 5.53125 18.414063 5.535156 18.59375 5.59375 C 18.53125 5.6875 18.484375 5.777344 18.40625 5.875 C 17.9375 6.457031 17.28125 7 16 7 C 14.71875 7 14.0625 6.457031 13.59375 5.875 C 13.515625 5.777344 13.46875 5.6875 13.40625 5.59375 C 13.585938 5.535156 13.574219 5.53125 13.78125 5.46875 C 14.574219 5.230469 15.566406 5 16 5 Z M 11.4375 6.21875 C 11.585938 6.503906 11.777344 6.808594 12.03125 7.125 C 12.769531 8.042969 14.09375 9 16 9 C 17.90625 9 19.230469 8.042969 19.96875 7.125 C 20.222656 6.808594 20.414063 6.503906 20.5625 6.21875 L 22 6.71875 L 22 27 L 10 27 L 10 6.71875 Z M 8 7.5625 L 8 13 L 6 13 C 6.003906 12.945313 6.15625 10.523438 6.90625 8.9375 C 7.207031 8.300781 7.605469 7.859375 8 7.5625 Z M 24 7.71875 C 24.367188 8.027344 24.773438 8.429688 25.15625 9.03125 C 25.316406 9.285156 25.628906 10.40625 25.78125 11.34375 C 25.925781 12.230469 25.992188 12.921875 26 13 L 24 13 Z\"/></svg></li><li title=\"tty solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 12.105469 4 8.808594 4.714844 6.59375 5.375 C 4.472656 6.003906 3 7.96875 3 10.1875 L 3 13 C 3 14.09375 3.90625 15 5 15 L 9 15 C 10.09375 15 11 14.09375 11 13 L 11 10.375 C 11.1875 10.289063 11.226563 10.253906 11.78125 10.09375 C 12.691406 9.828125 14.082031 9.5625 16 9.5625 C 17.917969 9.5625 19.308594 9.828125 20.21875 10.09375 C 20.773438 10.253906 20.8125 10.289063 21 10.375 L 21 13 C 21 14.09375 21.90625 15 23 15 L 27 15 C 28.09375 15 29 14.09375 29 13 L 29 10.1875 C 29 7.96875 27.527344 6.007813 25.40625 5.375 C 23.191406 4.71875 19.894531 4 16 4 Z M 16 6 C 19.648438 6 22.769531 6.664063 24.84375 7.28125 C 26.136719 7.664063 27 8.847656 27 10.1875 L 27 13 L 23 13 L 23 9.125 L 22.5 8.84375 C 22.5 8.84375 21.863281 8.472656 20.78125 8.15625 C 19.699219 7.839844 18.109375 7.5625 16 7.5625 C 13.890625 7.5625 12.300781 7.839844 11.21875 8.15625 C 10.136719 8.472656 9.5 8.84375 9.5 8.84375 L 9 9.125 L 9 13 L 5 13 L 5 10.1875 C 5 8.847656 5.863281 7.664063 7.15625 7.28125 C 9.230469 6.664063 12.351563 6 16 6 Z M 10 17 C 8.894531 17 8 17.894531 8 19 C 8 20.105469 8.894531 21 10 21 C 11.105469 21 12 20.105469 12 19 C 12 17.894531 11.105469 17 10 17 Z M 16 17 C 14.894531 17 14 17.894531 14 19 C 14 20.105469 14.894531 21 16 21 C 17.105469 21 18 20.105469 18 19 C 18 17.894531 17.105469 17 16 17 Z M 22 17 C 20.894531 17 20 17.894531 20 19 C 20 20.105469 20.894531 21 22 21 C 23.105469 21 24 20.105469 24 19 C 24 17.894531 23.105469 17 22 17 Z M 10 23 C 8.894531 23 8 23.894531 8 25 C 8 26.105469 8.894531 27 10 27 C 11.105469 27 12 26.105469 12 25 C 12 23.894531 11.105469 23 10 23 Z M 16 23 C 14.894531 23 14 23.894531 14 25 C 14 26.105469 14.894531 27 16 27 C 17.105469 27 18 26.105469 18 25 C 18 23.894531 17.105469 23 16 23 Z M 22 23 C 20.894531 23 20 23.894531 20 25 C 20 26.105469 20.894531 27 22 27 C 23.105469 27 24 26.105469 24 25 C 24 23.894531 23.105469 23 22 23 Z\"/></svg></li><li title=\"tumblr square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 L 5 5 z M 7 7 L 25 7 L 25 25 L 7 25 L 7 7 z M 15 10 C 15 11.657 14.105 13 13 13 L 13 15 L 14 15 L 14 18.365234 C 14 20.372234 15.627766 22 17.634766 22 C 17.912766 22.013 18.405891 22.000344 18.962891 21.777344 C 19.467891 21.575344 19.811906 21.287609 20.003906 21.099609 L 19.287109 18.986328 L 18.433594 19.365234 C 17.759594 19.664234 17 19.170594 17 18.433594 L 17 15 L 19 15 L 19 13 L 17 13 L 17 10 L 15 10 z\"/></svg></li><li title=\"tumblr \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 14.21875 5 C 13.539063 5 12.96875 5.570313 12.96875 6.25 C 12.96875 7.761719 12.203125 8.816406 11.34375 9.5625 C 10.914063 9.9375 10.453125 10.222656 10.125 10.40625 C 9.960938 10.496094 9.84375 10.550781 9.75 10.59375 C 9.703125 10.617188 9.679688 10.648438 9.65625 10.65625 C 9.632813 10.664063 9.535156 10.6875 9.625 10.65625 C 9.140625 10.847656 8.8125 11.296875 8.8125 11.8125 L 8.8125 14.03125 C 8.8125 14.710938 9.382813 15.28125 10.0625 15.28125 L 11.1875 15.28125 L 11.1875 20.5 C 11.1875 20.855469 11.1875 22.34375 11.875 23.875 C 12.5625 25.40625 14.136719 27 16.71875 27 C 20.652344 27 22.605469 25.441406 22.75 25.3125 C 23.019531 25.074219 23.1875 24.722656 23.1875 24.375 L 23.1875 21.71875 C 23.1875 21.273438 22.921875 20.84375 22.53125 20.625 C 22.15625 20.417969 21.699219 20.460938 21.3125 20.6875 L 21.28125 20.65625 C 21.28125 20.65625 21.25 20.6875 21.25 20.6875 C 21.179688 20.726563 20.09375 21.34375 18.90625 21.34375 C 18.289063 21.34375 18.246094 21.167969 18.125 20.9375 C 18.003906 20.707031 17.96875 20.3125 17.96875 20.40625 L 17.96875 15.46875 L 21.0625 15.46875 C 21.742188 15.46875 22.3125 14.902344 22.3125 14.21875 L 22.3125 11.21875 C 22.3125 10.535156 21.742188 9.96875 21.0625 9.96875 L 17.96875 9.96875 L 17.96875 6.25 C 17.96875 5.570313 17.398438 5 16.71875 5 Z M 14.78125 7 L 15.96875 7 L 15.96875 11.96875 L 20.3125 11.96875 L 20.3125 13.46875 L 15.96875 13.46875 L 15.96875 20.40625 C 15.96875 20.578125 15.976563 21.164063 16.34375 21.875 C 16.710938 22.585938 17.636719 23.34375 18.90625 23.34375 C 19.808594 23.34375 20.589844 23.128906 21.1875 22.90625 L 21.1875 23.9375 C 20.925781 24.144531 19.761719 25 16.71875 25 C 14.878906 25 14.203125 24.136719 13.71875 23.0625 C 13.234375 21.988281 13.1875 20.707031 13.1875 20.5 L 13.1875 13.28125 L 10.8125 13.28125 L 10.8125 12.3125 C 10.910156 12.261719 11 12.226563 11.125 12.15625 C 11.546875 11.921875 12.09375 11.554688 12.65625 11.0625 C 13.636719 10.207031 14.527344 8.792969 14.78125 7 Z\"/></svg></li><li title=\"tv solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 2 7 L 2 23 L 30 23 L 30 7 Z M 4 9 L 28 9 L 28 21 L 4 21 Z M 10 24 L 10 26 L 22 26 L 22 24 Z\"/></svg></li><li title=\"twitch \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6.5 5 L 5 9 L 5 25 L 10.5 25 L 10.5 28 L 13.5 28 L 16.5 25 L 21 25 L 27 19 L 27 5 Z M 9 7 L 25 7 L 25 18 L 22 21 L 16 21 L 13 24 L 13 21 L 9 21 Z M 14 11 L 14 17 L 16 17 L 16 11 Z M 19 11 L 19 17 L 21 17 L 21 11 Z\"/></svg></li><li title=\"twitter square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 L 5 5 z M 7 7 L 25 7 L 25 25 L 7 25 L 7 7 z M 18.689453 10.628906 C 16.939453 10.628906 15.481672 12.207297 15.888672 14.154297 C 13.508672 14.032297 11.387609 12.895297 9.9746094 11.154297 C 9.7256094 11.578297 9.5859375 12.067562 9.5859375 12.601562 C 9.5849375 13.561562 10.064281 14.458234 10.863281 14.990234 C 10.395281 14.973234 9.9493594 14.842906 9.5683594 14.628906 L 9.5683594 14.662109 C 9.5683594 16.057109 10.552234 17.213469 11.865234 17.480469 C 11.410234 17.599469 11.012313 17.599203 10.570312 17.533203 C 10.933313 18.671203 11.991953 19.497438 13.251953 19.523438 C 12.267953 20.293438 11.034406 20.748047 9.6914062 20.748047 C 9.4554063 20.748047 9.232 20.740844 9 20.714844 C 10.269 21.528844 11.77825 22 13.40625 22 C 18.68225 22 21.570312 17.628937 21.570312 13.835938 C 21.570312 13.712938 21.569547 13.587844 21.560547 13.464844 C 22.120547 13.057844 22.610047 12.549563 22.998047 11.976562 C 22.482047 12.199563 21.923703 12.362828 21.345703 12.423828 C 21.940703 12.069828 22.391469 11.50875 22.605469 10.84375 C 22.054469 11.17175 21.432156 11.412156 20.785156 11.535156 C 20.260156 10.975156 19.516453 10.628906 18.689453 10.628906 z\"/></svg></li><li title=\"twitter \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 28 8.558594 C 27.117188 8.949219 26.167969 9.214844 25.171875 9.332031 C 26.1875 8.722656 26.96875 7.757813 27.335938 6.609375 C 26.386719 7.171875 25.332031 7.582031 24.210938 7.804688 C 23.3125 6.847656 22.03125 6.246094 20.617188 6.246094 C 17.898438 6.246094 15.691406 8.453125 15.691406 11.171875 C 15.691406 11.558594 15.734375 11.933594 15.820313 12.292969 C 11.726563 12.089844 8.097656 10.128906 5.671875 7.148438 C 5.246094 7.875 5.003906 8.722656 5.003906 9.625 C 5.003906 11.332031 5.871094 12.839844 7.195313 13.722656 C 6.386719 13.695313 5.628906 13.476563 4.964844 13.105469 C 4.964844 13.128906 4.964844 13.148438 4.964844 13.167969 C 4.964844 15.554688 6.660156 17.546875 8.914063 17.996094 C 8.5 18.109375 8.066406 18.171875 7.617188 18.171875 C 7.300781 18.171875 6.988281 18.140625 6.691406 18.082031 C 7.316406 20.039063 9.136719 21.460938 11.289063 21.503906 C 9.605469 22.824219 7.480469 23.609375 5.175781 23.609375 C 4.777344 23.609375 4.386719 23.585938 4 23.539063 C 6.179688 24.9375 8.765625 25.753906 11.546875 25.753906 C 20.605469 25.753906 25.558594 18.25 25.558594 11.742188 C 25.558594 11.53125 25.550781 11.316406 25.542969 11.105469 C 26.503906 10.410156 27.339844 9.542969 28 8.558594 Z\"/></svg></li><li title=\"typo3 \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M11.7 6.5C11.8 9 13.2 13 14.6 16c1.8 3.8 3.4 5.6 4.7 6.5C17 25.6 15 27 14.4 27s-2.6-1.5-5-6.3C7.4 16.8 6 12.4 6 9.9 6 9.4 6.1 9.1 6.1 9 6.9 8.2 9 7.2 11.7 6.5M14.4 4C10.5 4.5 6 5.9 4.5 7.8 4.2 8.2 4 8.9 4 9.9 4 15.7 10 29 14.4 29c2 0 5.5-3.4 8.3-7.9-.4.1-.7.1-1.1.1-3.2 0-7.9-11.3-7.9-15C13.7 4.8 14 4.4 14.4 4L14.4 4zM20.3 6c4.4 0 5.5.8 5.7 1 0 3.3-1.7 6.7-2.6 7.8C22.1 13.6 20 9 20 6 20.1 6 20.2 6 20.3 6M20.3 4C18.6 4 18 4.3 18 6c0 3.7 3 11 5.6 11 1.5 0 4.4-5.5 4.4-10.1C28 4.6 24.3 4 20.3 4L20.3 4z\"/></svg></li><li title=\"uber \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.8 3 3 8.8 3 16 C 3 23.2 8.8 29 16 29 C 23.2 29 29 23.2 29 16 C 29 8.8 23.2 3 16 3 z M 16 5 C 22.1 5 27 9.9 27 16 C 27 22.1 22.1 27 16 27 C 10.237727 27 5.5526049 22.62604 5.0507812 17 L 13 17 L 13 19 L 19 19 L 19 13 L 13 13 L 13 15 L 5.0507812 15 C 5.5526049 9.3739595 10.237727 5 16 5 z\"/></svg></li><li title=\"ubuntu \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 9.382813 4 4 9.382813 4 16 C 4 22.617188 9.382813 28 16 28 C 22.617188 28 28 22.617188 28 16 C 28 9.382813 22.617188 4 16 4 Z M 16 6 C 21.535156 6 26 10.464844 26 16 C 26 21.535156 21.535156 26 16 26 C 10.464844 26 6 21.535156 6 16 C 6 10.464844 10.464844 6 16 6 Z M 19.5 9 C 18.671875 9 18 9.671875 18 10.5 C 18 11.328125 18.671875 12 19.5 12 C 20.328125 12 21 11.328125 21 10.5 C 21 9.671875 20.328125 9 19.5 9 Z M 16 11 C 13.25 11 11 13.25 11 16 C 11 18.75 13.25 21 16 21 C 18.75 21 21 18.75 21 16 C 21 13.25 18.75 11 16 11 Z M 16 13 C 17.667969 13 19 14.332031 19 16 C 19 17.667969 17.667969 19 16 19 C 14.332031 19 13 17.667969 13 16 C 13 14.332031 14.332031 13 16 13 Z M 9.5 15 C 8.671875 15 8 15.671875 8 16.5 C 8 17.328125 8.671875 18 9.5 18 C 10.328125 18 11 17.328125 11 16.5 C 11 15.671875 10.328125 15 9.5 15 Z M 19.5 20 C 18.671875 20 18 20.671875 18 21.5 C 18 22.328125 18.671875 23 19.5 23 C 20.328125 23 21 22.328125 21 21.5 C 21 20.671875 20.328125 20 19.5 20 Z\"/></svg></li><li title=\"uikit \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M22.2 6.7L17.9 9.2 23 12.1 23 19.9 16 24 9 19.9 9 14.4 5 12 5 22.5 16 29 27 22.5 27 9.5zM20.2 5.5L16 3 11.8 5.5 16 8z\"/></svg></li><li title=\"umbraco \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.8321388 3 3 8.832144 3 16 C 3 23.167856 8.8321388 29 16 29 C 23.167861 29 29 23.167856 29 16 C 29 8.832144 23.167861 3 16 3 z M 16 5 C 22.086982 5 27 9.9130223 27 16 C 27 22.086978 22.086982 27 16 27 C 9.9130183 27 5 22.086978 5 16 C 5 9.9130223 9.9130183 5 16 5 z M 22.181641 11 L 20.736328 11.207031 C 20.618328 11.226031 20.533156 11.328266 20.535156 11.447266 C 20.534156 11.459266 20.534156 11.472375 20.535156 11.484375 L 20.615234 11.90625 C 20.692234 12.33125 20.772562 12.870484 20.851562 13.521484 C 20.929562 14.192484 20.971563 14.867969 20.976562 15.542969 C 20.989562 16.832969 20.829641 17.773531 20.556641 18.394531 C 20.282641 19.014531 19.661094 19.609047 18.996094 19.748047 C 18.092094 19.939047 17.169094 20.021141 16.246094 19.994141 L 15.753906 19.994141 C 14.829906 20.022141 13.906953 19.939047 13.001953 19.748047 C 12.334953 19.612047 11.725219 19.031156 11.449219 18.410156 C 11.180219 17.790156 10.979281 16.834969 10.988281 15.542969 C 10.993281 14.866969 11.035234 14.192484 11.115234 13.521484 C 11.192234 12.868484 11.270656 12.33025 11.347656 11.90625 L 11.429688 11.484375 C 11.430688 11.472375 11.430687 11.459266 11.429688 11.447266 C 11.429688 11.329266 11.344516 11.228031 11.228516 11.207031 L 9.8125 11.001953 L 9.7792969 11.001953 C 9.6672969 11.003953 9.5709219 11.0785 9.5449219 11.1875 C 9.5189219 11.2845 9.5050313 11.35975 9.4570312 11.59375 C 9.3690312 12.04475 9.2872656 12.484953 9.1972656 13.126953 C 9.1022656 13.824953 9.0463906 14.526469 9.0253906 15.230469 C 8.9913906 15.720469 8.9913906 16.213125 9.0253906 16.703125 C 9.0623906 18.002125 9.2862656 19.039359 9.6972656 19.818359 C 10.109266 20.595359 10.805109 21.154094 11.787109 21.496094 C 12.769109 21.838094 14.136625 22.005047 15.890625 21.998047 L 16.111328 21.998047 C 17.866328 22.005047 19.234844 21.838094 20.214844 21.496094 C 21.195844 21.155094 21.891734 20.595359 22.302734 19.818359 C 22.713734 19.041359 22.938609 18.003125 22.974609 16.703125 C 23.007609 16.213125 23.008609 15.720469 22.974609 15.230469 C 22.954609 14.526469 22.897734 13.824953 22.802734 13.126953 C 22.712734 12.492953 22.629969 12.052797 22.542969 11.591797 C 22.493969 11.357797 22.481078 11.2855 22.455078 11.1875 C 22.430078 11.0775 22.333703 10.999 22.220703 11 L 22.181641 11 z\"/></svg></li><li title=\"umbrella beach solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 15 3 L 15 4.625 C 13.039063 4.832031 10.539063 5.609375 8.21875 6.90625 C 5.503906 8.425781 3 10.664063 3 13.65625 C 3 15.441406 4.449219 17 6.34375 17 C 7.25 17 8.03125 16.621094 8.625 16.09375 C 8.636719 16.085938 8.644531 16.074219 8.65625 16.0625 C 9.242188 16.675781 10.089844 17 11 17 C 11.988281 17 12.820313 16.582031 13.40625 16.03125 C 13.820313 16.425781 14.363281 16.71875 15 16.875 L 15 23.59375 C 13.464844 23.871094 12.40625 24.6875 12.40625 24.6875 L 13.59375 26.3125 C 13.59375 26.3125 14.753906 25.5 16 25.5 C 17.246094 25.5 18.40625 26.3125 18.40625 26.3125 L 19.59375 24.6875 C 19.59375 24.6875 18.535156 23.871094 17 23.59375 L 17 16.84375 C 17.5625 16.6875 18.054688 16.429688 18.4375 16.09375 C 19.023438 16.6875 19.855469 17 20.75 17 C 21.757813 17 22.601563 16.566406 23.1875 16 C 23.230469 16.039063 23.269531 16.085938 23.3125 16.125 C 23.917969 16.644531 24.714844 17 25.59375 17 C 27.460938 17 29 15.496094 29 13.6875 C 29 10.703125 26.539063 8.472656 23.84375 6.9375 C 21.539063 5.625 19.007813 4.832031 17 4.625 L 17 3 Z M 15.9375 7 C 16.070313 7.1875 16.1875 7.28125 16.34375 7.59375 C 16.855469 8.625 17.429688 10.441406 17.5 13.40625 C 17.492188 13.46875 17.492188 13.53125 17.5 13.59375 C 17.503906 13.730469 17.5 13.859375 17.5 14 C 17.5 14.015625 17.410156 14.324219 17.15625 14.5625 C 16.902344 14.800781 16.535156 15 16 15 C 14.910156 15 14.5 14.125 14.5 14 C 14.5 13.859375 14.5 13.730469 14.5 13.59375 C 14.5 13.5625 14.5 13.53125 14.5 13.5 C 14.554688 10.238281 15.121094 8.402344 15.625 7.4375 C 15.75 7.195313 15.828125 7.148438 15.9375 7 Z M 18.46875 7.625 C 18.679688 7.746094 18.847656 7.789063 19.0625 7.9375 C 20.636719 9.023438 22.117188 10.734375 22.21875 13.6875 C 22.191406 13.921875 22.09375 14.25 21.875 14.5 C 21.632813 14.78125 21.324219 15 20.75 15 C 20.277344 15 20.03125 14.859375 19.84375 14.65625 C 19.65625 14.453125 19.5 14.125 19.5 13.59375 C 19.503906 13.5 19.492188 13.402344 19.46875 13.3125 C 19.398438 10.722656 18.984375 8.941406 18.46875 7.625 Z M 13.375 7.96875 C 12.941406 9.25 12.59375 10.898438 12.53125 13.3125 C 12.53125 13.324219 12.53125 13.332031 12.53125 13.34375 C 12.515625 13.40625 12.503906 13.46875 12.5 13.53125 C 12.5 13.550781 12.5 13.574219 12.5 13.59375 C 12.5 13.828125 12.367188 14.21875 12.125 14.5 C 11.882813 14.78125 11.574219 15 11 15 C 10.527344 15 10.28125 14.859375 10.09375 14.65625 C 9.90625 14.453125 9.75 14.125 9.75 13.59375 C 9.75 13.507813 9.738281 13.425781 9.71875 13.34375 C 9.71875 13.332031 9.71875 13.324219 9.71875 13.3125 C 9.957031 10.929688 11.40625 9.308594 12.9375 8.1875 C 13.15625 8.027344 13.160156 8.105469 13.375 7.96875 Z M 10.21875 8.21875 C 8.875 9.667969 7.6875 11.449219 7.6875 14 C 7.6875 14.023438 7.59375 14.34375 7.3125 14.59375 C 7.03125 14.84375 6.636719 15 6.34375 15 C 5.535156 15 5 14.371094 5 13.65625 C 5 11.851563 6.765625 10.011719 9.1875 8.65625 C 9.519531 8.472656 9.871094 8.382813 10.21875 8.21875 Z M 22.15625 8.375 C 22.382813 8.488281 22.625 8.53125 22.84375 8.65625 C 25.242188 10.023438 27 11.871094 27 13.6875 C 27 14.378906 26.425781 15 25.59375 15 C 25.273438 15 24.894531 14.855469 24.625 14.625 C 24.355469 14.394531 24.25 14.117188 24.25 14 C 24.25 13.859375 24.253906 13.726563 24.25 13.59375 C 24.253906 13.5 24.242188 13.402344 24.21875 13.3125 C 24.0625 11.191406 23.191406 9.65625 22.15625 8.375 Z M 6 24 C 5.449219 24 5 24.449219 5 25 C 5 25.550781 5.449219 26 6 26 C 6.550781 26 7 25.550781 7 25 C 7 24.449219 6.550781 24 6 24 Z M 10 24 C 9.449219 24 9 24.449219 9 25 C 9 25.550781 9.449219 26 10 26 C 10.550781 26 11 25.550781 11 25 C 11 24.449219 10.550781 24 10 24 Z M 22 24 C 21.449219 24 21 24.449219 21 25 C 21 25.550781 21.449219 26 22 26 C 22.550781 26 23 25.550781 23 25 C 23 24.449219 22.550781 24 22 24 Z M 26 24 C 25.449219 24 25 24.449219 25 25 C 25 25.550781 25.449219 26 26 26 C 26.550781 26 27 25.550781 27 25 C 27 24.449219 26.550781 24 26 24 Z M 8 27 C 7.449219 27 7 27.449219 7 28 C 7 28.550781 7.449219 29 8 29 C 8.550781 29 9 28.550781 9 28 C 9 27.449219 8.550781 27 8 27 Z M 12 27 C 11.449219 27 11 27.449219 11 28 C 11 28.550781 11.449219 29 12 29 C 12.550781 29 13 28.550781 13 28 C 13 27.449219 12.550781 27 12 27 Z M 16 27 C 15.449219 27 15 27.449219 15 28 C 15 28.550781 15.449219 29 16 29 C 16.550781 29 17 28.550781 17 28 C 17 27.449219 16.550781 27 16 27 Z M 20 27 C 19.449219 27 19 27.449219 19 28 C 19 28.550781 19.449219 29 20 29 C 20.550781 29 21 28.550781 21 28 C 21 27.449219 20.550781 27 20 27 Z M 24 27 C 23.449219 27 23 27.449219 23 28 C 23 28.550781 23.449219 29 24 29 C 24.550781 29 25 28.550781 25 28 C 25 27.449219 24.550781 27 24 27 Z\"/></svg></li><li title=\"umbrella solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 15 4 L 15 6.0625 C 8.988281 6.566406 4.253906 11.46875 4.03125 16.625 C 4.027344 16.75 4 16.875 4 17 L 6 17 C 6 16.921875 6.089844 16.722656 6.53125 16.46875 C 6.972656 16.214844 7.6875 16 8.5 16 C 9.3125 16 10.027344 16.214844 10.46875 16.46875 C 10.910156 16.722656 11 16.921875 11 17 L 13 17 C 13 16.988281 13.082031 16.738281 13.625 16.46875 C 14.167969 16.199219 15.03125 16 16 16 C 16.96875 16 17.832031 16.199219 18.375 16.46875 C 18.917969 16.738281 19 16.988281 19 17 L 21 17 C 21 16.921875 21.089844 16.722656 21.53125 16.46875 C 21.972656 16.214844 22.6875 16 23.5 16 C 24.3125 16 25.027344 16.214844 25.46875 16.46875 C 25.910156 16.722656 26 16.921875 26 17 L 28 17 C 28 16.871094 27.988281 16.746094 27.96875 16.625 C 27.746094 11.46875 23.011719 6.566406 17 6.0625 L 17 4 Z M 16 8 C 20.347656 8 24.0625 10.953125 25.4375 14.28125 C 24.84375 14.097656 24.191406 14 23.5 14 C 22.378906 14 21.355469 14.25 20.53125 14.71875 C 20.332031 14.832031 20.144531 14.976563 19.96875 15.125 C 19.753906 14.960938 19.519531 14.808594 19.28125 14.6875 C 18.375 14.234375 17.238281 14 16 14 C 14.761719 14 13.625 14.234375 12.71875 14.6875 C 12.484375 14.804688 12.269531 14.964844 12.0625 15.125 C 12.054688 15.121094 12.039063 15.128906 12.03125 15.125 C 11.855469 14.976563 11.667969 14.832031 11.46875 14.71875 C 10.644531 14.25 9.621094 14 8.5 14 C 7.808594 14 7.15625 14.097656 6.5625 14.28125 C 7.9375 10.953125 11.652344 8 16 8 Z M 15 17 L 15 25 C 15 25.566406 14.566406 26 14 26 C 13.433594 26 13 25.566406 13 25 L 13 24 L 11 24 L 11 25 C 11 26.644531 12.355469 28 14 28 C 15.644531 28 17 26.644531 17 25 L 17 17 Z\"/></svg></li><li title=\"underline solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 8 4 L 8 16 C 8 20.429688 11.570313 24 16 24 C 20.429688 24 24 20.429688 24 16 L 24 4 L 22 4 L 22 16 C 22 19.371094 19.371094 22 16 22 C 12.628906 22 10 19.371094 10 16 L 10 4 Z M 6 26 L 6 28 L 26 28 L 26 26 Z\"/></svg></li><li title=\"undo alt solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 12 3 8.4 4.7992187 6 7.6992188 L 6 4 L 4 4 L 4 12 L 12 12 L 12 10 L 6.8007812 10 C 8.8007812 7 12.1 5 16 5 C 22.1 5 27 9.9 27 16 C 27 22.1 22.1 27 16 27 C 9.9 27 5 22.1 5 16 L 3 16 C 3 23.2 8.8 29 16 29 C 23.2 29 29 23.2 29 16 C 29 8.8 23.2 3 16 3 z\"/></svg></li><li title=\"undo solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 12.78125 5.28125 L 4.78125 13.28125 L 4.09375 14 L 4.78125 14.71875 L 12.78125 22.71875 L 14.21875 21.28125 L 7.9375 15 L 21 15 C 23.753906 15 26 17.246094 26 20 L 26 27 L 28 27 L 28 20 C 28 16.15625 24.84375 13 21 13 L 7.9375 13 L 14.21875 6.71875 Z\"/></svg></li><li title=\"uniregistry \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6 4.6992188 L 6 4.8007812 L 11 4.8007812 L 11 4.6992188 L 6 4.6992188 z M 21 4.6992188 L 21 4.8007812 L 26 4.8007812 L 26 4.6992188 L 21 4.6992188 z M 6 6.5 L 6 6.8007812 L 11 6.8007812 L 11 6.5 L 6 6.5 z M 21 6.5 L 21 6.8007812 L 26 6.8007812 L 26 6.5 L 21 6.5 z M 6 8.3007812 L 6 8.6992188 L 11 8.6992188 L 11 8.3007812 L 6 8.3007812 z M 21 8.3007812 L 21 8.6992188 L 26 8.6992188 L 26 8.3007812 L 21 8.3007812 z M 6 10.099609 L 6 10.599609 L 11 10.599609 L 11 10.099609 L 6 10.099609 z M 21 10.099609 L 21 10.599609 L 26 10.599609 L 26 10.099609 L 21 10.099609 z M 6 11.900391 L 6 12.5 L 11 12.5 L 11 11.900391 L 6 11.900391 z M 21 11.900391 L 21 12.5 L 26 12.5 L 26 11.900391 L 21 11.900391 z M 6 13.699219 L 6 14.5 L 11 14.5 L 11 13.699219 L 6 13.699219 z M 21 13.699219 L 21 14.5 L 26 14.5 L 26 13.699219 L 21 13.699219 z M 6 15.5 L 6 16.400391 L 11 16.400391 L 11 15.5 L 6 15.5 z M 21 15.5 L 21 16.400391 L 26 16.400391 L 26 15.5 L 21 15.5 z M 6 17.300781 L 6 17.900391 L 6 18.300781 L 11 18.300781 L 11 18 L 11 17.300781 L 6 17.300781 z M 21 17.300781 L 21 18 L 21 18.300781 L 26 18.300781 L 26 17.900391 L 26 17.300781 L 21 17.300781 z M 6.0996094 19.099609 C 6.0996094 19.499609 6.2007812 19.900781 6.3007812 20.300781 L 11.599609 20.300781 C 11.399609 19.900781 11.199609 19.499609 11.099609 19.099609 L 6.0996094 19.099609 z M 20.900391 19.099609 C 20.800391 19.499609 20.7 19.900781 20.5 20.300781 L 25.800781 20.300781 C 25.900781 19.900781 26 19.499609 26 19.099609 L 20.900391 19.099609 z M 6.4003906 20.900391 C 6.5003906 21.300391 6.7003906 21.799219 6.9003906 22.199219 L 13.300781 22.199219 C 12.800781 21.899219 12.3 21.400391 12 20.900391 L 6.4003906 20.900391 z M 20 20.900391 C 19.6 21.400391 19.199609 21.899219 18.599609 22.199219 L 25.099609 22.199219 C 25.299609 21.799219 25.399609 21.300391 25.599609 20.900391 L 20 20.900391 z M 7.1992188 22.699219 C 7.4992187 23.199219 7.7 23.699609 8 24.099609 L 23.900391 24.099609 C 24.300391 23.699609 24.600781 23.199219 24.800781 22.699219 L 7.1992188 22.699219 z M 8.3007812 24.5 C 8.8007812 25.1 9.4 25.599609 10 26.099609 L 21.900391 26.099609 C 22.500391 25.599609 23.099609 25.1 23.599609 24.5 L 8.3007812 24.5 z M 10.400391 26.300781 C 12.000391 27.400781 13.9 28 16 28 C 18.1 28 19.999609 27.400781 21.599609 26.300781 L 10.400391 26.300781 z\"/></svg></li><li title=\"universal access solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 9.382813 4 4 9.382813 4 16 C 4 22.617188 9.382813 28 16 28 C 22.617188 28 28 22.617188 28 16 C 28 9.382813 22.617188 4 16 4 Z M 16 6 C 21.535156 6 26 10.464844 26 16 C 26 21.535156 21.535156 26 16 26 C 10.464844 26 6 21.535156 6 16 C 6 10.464844 10.464844 6 16 6 Z M 16 8 C 14.894531 8 14 8.894531 14 10 C 14 11.105469 14.894531 12 16 12 C 17.105469 12 18 11.105469 18 10 C 18 8.894531 17.105469 8 16 8 Z M 10.21875 12.03125 L 9.78125 13.96875 L 14 14.90625 L 14 19 L 13.03125 23.8125 L 14.96875 24.1875 L 15.96875 19.1875 L 16 19.09375 L 16.03125 19.1875 L 17.03125 24.1875 L 18.96875 23.8125 L 18 19 L 18 14.90625 L 22.21875 13.96875 L 21.78125 12.03125 L 17.5 13 L 14.5 13 Z\"/></svg></li><li title=\"university solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3.875 L 15.5625 4.09375 L 5.5625 9 L 5 9.28125 L 5 11 L 27 11 L 27 9.28125 L 26.4375 9 L 16.4375 4.09375 Z M 16 6.125 L 21.875 9 L 10.125 9 Z M 7 12 L 7 22 L 6 22 L 6 24 L 26 24 L 26 22 L 25 22 L 25 12 L 23 12 L 23 22 L 21 22 L 21 12 L 19 12 L 19 22 L 17 22 L 17 12 L 15 12 L 15 22 L 13 22 L 13 12 L 11 12 L 11 22 L 9 22 L 9 12 Z M 4 25 L 4 27 L 28 27 L 28 25 Z\"/></svg></li><li title=\"unlink solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 21.75 4 C 20.148438 4 18.53125 4.625 17.3125 5.84375 L 15.84375 7.3125 C 14.828125 8.328125 14.226563 9.617188 14.0625 10.9375 L 16.0625 11.1875 C 16.175781 10.28125 16.558594 9.410156 17.25 8.71875 L 18.71875 7.25 C 20.390625 5.578125 23.078125 5.578125 24.75 7.25 C 26.421875 8.921875 26.421875 11.609375 24.75 13.28125 L 23.28125 14.75 L 23.25 14.75 C 22.558594 15.445313 21.714844 15.828125 20.8125 15.9375 L 21.0625 17.9375 C 22.382813 17.773438 23.671875 17.171875 24.6875 16.15625 L 26.15625 14.6875 C 28.589844 12.253906 28.589844 8.277344 26.15625 5.84375 C 24.9375 4.625 23.351563 4 21.75 4 Z M 7.71875 6.28125 L 6.28125 7.71875 L 10.28125 11.71875 L 11.71875 10.28125 Z M 10.9375 14.0625 C 9.617188 14.226563 8.328125 14.828125 7.3125 15.84375 L 5.84375 17.3125 C 3.410156 19.746094 3.410156 23.722656 5.84375 26.15625 C 8.277344 28.589844 12.253906 28.589844 14.6875 26.15625 L 16.15625 24.6875 C 17.171875 23.671875 17.773438 22.382813 17.9375 21.0625 L 15.9375 20.8125 C 15.824219 21.71875 15.441406 22.589844 14.75 23.28125 L 13.28125 24.75 C 11.609375 26.421875 8.921875 26.421875 7.25 24.75 C 5.578125 23.078125 5.578125 20.390625 7.25 18.71875 L 8.71875 17.25 L 8.75 17.25 C 9.441406 16.554688 10.285156 16.171875 11.1875 16.0625 Z M 21.71875 20.28125 L 20.28125 21.71875 L 24.28125 25.71875 L 25.71875 24.28125 Z\"/></svg></li><li title=\"unlock alt solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 12.964844 3 10.414063 4.964844 9.375 7.625 L 11.21875 8.375 C 11.976563 6.433594 13.835938 5 16 5 C 18.753906 5 21 7.246094 21 10 L 21 11.375 C 19.523438 10.515625 17.824219 10 16 10 C 10.488281 10 6 14.488281 6 20 C 6 25.511719 10.488281 30 16 30 C 21.511719 30 26 25.511719 26 20 C 26 17.214844 24.847656 14.691406 23 12.875 L 23 10 C 23 6.15625 19.84375 3 16 3 Z M 16 12 C 20.429688 12 24 15.570313 24 20 C 24 24.429688 20.429688 28 16 28 C 11.570313 28 8 24.429688 8 20 C 8 15.570313 11.570313 12 16 12 Z M 16 18 C 14.894531 18 14 18.894531 14 20 C 14 20.738281 14.402344 21.371094 15 21.71875 L 15 25 L 17 25 L 17 21.71875 C 17.597656 21.371094 18 20.738281 18 20 C 18 18.894531 17.105469 18 16 18 Z\"/></svg></li><li title=\"unlock solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 12.964844 3 10.414063 4.964844 9.375 7.625 L 11.21875 8.375 C 11.976563 6.433594 13.835938 5 16 5 C 18.753906 5 21 7.246094 21 10 L 21 13 L 6 13 L 6 29 L 26 29 L 26 13 L 23 13 L 23 10 C 23 6.15625 19.84375 3 16 3 Z M 8 15 L 24 15 L 24 27 L 8 27 Z\"/></svg></li><li title=\"untappd \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 18.199219 5.3007812 C 18.099219 5.3007813 18.099609 5.4 18.099609 5.5 L 18.099609 5.6992188 C 18.099609 5.8992188 17.900781 5.9003906 17.800781 5.9003906 C 17.700781 5.9003906 17.699219 5.9992187 17.699219 6.1992188 C 12.399219 11.599219 12.8 11.699609 12 12.099609 L 10.800781 12.800781 C 10.300781 13.000781 9.8996094 13.400781 9.5996094 13.800781 L 3.3007812 22.599609 C 3.0007813 22.999609 2.8992187 23.599609 3.1992188 24.099609 C 3.8992187 25.599609 5.4992187 26.8 7.1992188 27 C 7.6992187 27 8.2 26.800391 8.5 26.400391 L 14.800781 17.599609 C 15.100781 17.199609 15.300391 16.699219 15.400391 16.199219 L 15.599609 14.800781 C 15.699609 13.900781 15.900781 14.2 19.300781 7.5 C 19.500781 7.3 19.599609 7.2992187 19.599609 7.1992188 C 19.599609 7.0992187 19.599219 6.9003906 19.699219 6.9003906 L 19.900391 6.9003906 C 20.000391 6.9003906 20 6.7992187 20 6.6992188 C 19.9 6.5992187 19.800781 6.1992187 19.300781 5.6992188 C 18.800781 5.2992188 18.399219 5.3007812 18.199219 5.3007812 z M 13.900391 5.4003906 C 13.700391 5.4003906 13.300781 5.4007812 12.800781 5.8007812 C 12.300781 6.2007813 12.099609 6.4992188 12.099609 6.6992188 C 11.999609 6.7992187 11.999609 6.9003906 12.099609 6.9003906 L 12.300781 6.9003906 C 12.400781 6.9003906 12.400391 7.0992187 12.400391 7.1992188 C 12.400391 7.2992187 12.499219 7.3 12.699219 7.5 C 12.999219 8.2 13.399609 8.8003906 13.599609 9.4003906 C 14.099609 8.9003906 14.7 8.2003906 15.5 7.4003906 C 15.2 7.0003906 14.800391 6.7007813 14.400391 6.3007812 C 14.400391 6.1007812 14.400781 6 14.300781 6 C 14.200781 6 14 6.0007813 14 5.8007812 L 14 5.5996094 C 14 5.4996094 14.000391 5.4003906 13.900391 5.4003906 z M 18.5 10.599609 C 17.7 12.199609 17.100781 13.199219 16.800781 13.699219 C 16.400781 14.499219 16.300781 14.500781 16.300781 14.800781 L 16.5 16.099609 C 16.6 16.599609 16.799609 17.1 17.099609 17.5 L 23.400391 26.300781 C 23.700391 26.700781 24.300781 27.000391 24.800781 26.900391 C 26.500781 26.700391 28.100781 25.5 28.800781 24 C 29.100781 23.6 28.999219 22.999609 28.699219 22.599609 L 22.400391 13.800781 C 22.100391 13.400781 21.699219 13.000781 21.199219 12.800781 L 20 12.099609 C 19.6 11.899609 19.5 11.699609 18.5 10.599609 z\"/></svg></li><li title=\"upload solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3.59375 L 15.28125 4.28125 L 8.28125 11.28125 L 9.71875 12.71875 L 15 7.4375 L 15 24 L 17 24 L 17 7.4375 L 22.28125 12.71875 L 23.71875 11.28125 L 16.71875 4.28125 Z M 7 26 L 7 28 L 25 28 L 25 26 Z\"/></svg></li><li title=\"ups \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 15.511719 2.9882812 C 11.549219 3.0757812 7.75 4 5 5.5 L 5 18.300781 C 5 24.400781 9.4 26.199609 16 29.099609 C 22.6 26.199609 27 24.400781 27 18.300781 L 27 5.5 C 23.6 3.65 19.474219 2.9007813 15.511719 2.9882812 z M 21.019531 5.5019531 C 22.725781 5.4628906 24.4 5.5492187 26 5.6992188 L 26 18.199219 C 26 23.299219 22.9 24.900391 16 27.900391 C 9.1 24.900391 6 23.299219 6 18.199219 L 6 11 C 10.5 6.875 15.900781 5.6191406 21.019531 5.5019531 z M 16.169922 11.03125 C 15.15332 11.025977 14.186719 11.361719 13.699219 11.699219 L 13.699219 24 L 15.599609 24 L 15.599609 20 C 16.999609 20.4 19.699219 19.9 19.699219 15.5 C 19.699219 12 17.864258 11.040039 16.169922 11.03125 z M 22.541016 11.064453 C 21.271484 11.163086 20.099609 12 20.099609 13.5 C 20.099609 16.3 23.099609 15.999609 23.099609 17.599609 C 23.199609 18.999609 21.399219 18.900391 20.199219 17.900391 L 20.199219 19.599609 C 22.299219 20.899609 24.9 20.099219 25 17.699219 C 25.1 14.699219 21.900391 15.000391 21.900391 13.400391 C 21.900391 12.300391 23.699219 12.200781 24.699219 13.300781 L 24.699219 11.699219 C 24.099219 11.211719 23.302734 11.005273 22.541016 11.064453 z M 7 11.199219 L 7 17.099609 C 7 21.499609 11.699219 20.100391 12.699219 19.400391 L 12.699219 11.199219 L 10.800781 11.199219 L 10.800781 18.300781 C 10.500781 18.500781 8.9003906 18.999219 8.9003906 17.199219 L 8.9003906 11.199219 L 7 11.199219 z M 16.054688 12.560547 C 16.74375 12.499609 17.699219 12.875 17.699219 15.5 C 17.799219 19.5 15.7 18.5 15.5 18.5 L 15.5 12.699219 C 15.625 12.649219 15.825 12.580859 16.054688 12.560547 z\"/></svg></li><li title=\"usb \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 L 13 8 L 15 8 L 15 20.0625 C 14.21875 19.734375 13.410156 19.609375 12.65625 19.5 C 11.78125 19.375 10.984375 19.25 10.5625 19.03125 C 10.140625 18.8125 10 18.707031 10 18 L 10 15.71875 C 10.597656 15.371094 11 14.738281 11 14 C 11 12.894531 10.105469 12 9 12 C 7.894531 12 7 12.894531 7 14 C 7 14.738281 7.402344 15.371094 8 15.71875 L 8 18 C 8 19.292969 8.734375 20.3125 9.625 20.78125 C 10.515625 21.25 11.46875 21.375 12.34375 21.5 C 13.21875 21.625 14.015625 21.75 14.4375 21.96875 C 14.859375 22.1875 15 22.292969 15 23 C 15 23.03125 15 23.0625 15 23.09375 L 15 23.1875 C 13.839844 23.601563 13 24.699219 13 26 C 13 27.65625 14.34375 29 16 29 C 17.65625 29 19 27.65625 19 26 C 19 24.699219 18.160156 23.601563 17 23.1875 C 17.007813 23.125 17.007813 23.0625 17 23 L 17 21.15625 C 17.003906 21.105469 17.003906 21.050781 17 21 C 17 20.332031 17.191406 20.136719 17.75 19.8125 C 18.308594 19.488281 19.25 19.21875 20.25 18.96875 C 21.25 18.71875 22.308594 18.488281 23.25 17.9375 C 24.191406 17.386719 25 16.332031 25 15 L 25 13 L 26 13 L 26 9 L 22 9 L 22 13 L 23 13 L 23 15 C 23 15.667969 22.808594 15.863281 22.25 16.1875 C 21.691406 16.511719 20.75 16.78125 19.75 17.03125 C 18.835938 17.257813 17.875 17.484375 17 17.9375 L 17 8 L 19 8 Z\"/></svg></li><li title=\"user alt slash solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 3.6992188 2.3007812 L 2.3007812 3.6992188 L 9.1425781 10.541016 C 9.1296473 10.594288 9.1113631 10.645487 9.0996094 10.699219 L 11 12.5 L 11 12.398438 L 15.601562 17 L 15.5 17 L 17.800781 19.300781 C 17.841141 19.300781 17.881516 19.313812 17.921875 19.320312 L 18.300781 19.699219 L 19.800781 21.199219 L 23.900391 25.298828 C 23.900536 25.299439 23.900245 25.30017 23.900391 25.300781 L 25.699219 27.099609 L 25.701172 27.099609 L 28.300781 29.699219 L 29.699219 28.300781 L 25.556641 24.158203 C 24.687255 21.339567 22.604721 19.027195 19.900391 17.900391 C 21.800391 16.600391 23 14.499609 23 12.099609 C 23 8.1996094 19.9 5.0996094 16 5.0996094 C 13.41738 5.0996094 11.187909 6.4883581 9.9550781 8.5566406 L 3.6992188 2.3007812 z M 16 7 C 18.8 7 21 9.2 21 12 C 21 14.086994 19.776043 15.83791 17.994141 16.595703 L 11.404297 10.005859 C 12.16209 8.2239568 13.913006 7 16 7 z M 9.1992188 13.300781 C 9.5992188 15.200781 10.599219 16.800781 12.199219 17.800781 C 8.4992188 19.300781 6 22.9 6 27 L 8 27 C 8 24.1 9.5007812 21.599219 11.800781 20.199219 C 12.500781 21.799219 14.1 23 16 23 C 16.8 23 17.599219 22.800391 18.199219 22.400391 L 16.699219 20.900391 C 16.499219 21.000391 16.2 21 16 21 C 14.9 21 13.999219 20.300781 13.699219 19.300781 L 14.900391 19 L 9.1992188 13.300781 z\"/></svg></li><li title=\"user alt solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 5 C 12.144531 5 9 8.144531 9 12 C 9 14.410156 10.230469 16.550781 12.09375 17.8125 C 8.527344 19.34375 6 22.882813 6 27 L 8 27 C 8 24.109375 9.527344 21.59375 11.8125 20.1875 C 12.484375 21.835938 14.121094 23 16 23 C 17.878906 23 19.515625 21.835938 20.1875 20.1875 C 22.472656 21.59375 24 24.109375 24 27 L 26 27 C 26 22.882813 23.472656 19.34375 19.90625 17.8125 C 21.769531 16.550781 23 14.410156 23 12 C 23 8.144531 19.855469 5 16 5 Z M 16 7 C 18.773438 7 21 9.226563 21 12 C 21 14.773438 18.773438 17 16 17 C 13.226563 17 11 14.773438 11 12 C 11 9.226563 13.226563 7 16 7 Z M 16 19 C 16.820313 19 17.601563 19.117188 18.34375 19.34375 C 17.996094 20.308594 17.089844 21 16 21 C 14.910156 21 14.003906 20.308594 13.65625 19.34375 C 14.398438 19.117188 15.179688 19 16 19 Z\"/></svg></li><li title=\"user astronaut solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 11 4 7 8 7 13 C 6.7 13 6.3992187 13.200391 6.1992188 13.400391 C 5.9992187 13.700391 5.8996094 14.000781 6.0996094 14.300781 L 7.0996094 17.300781 C 7.1996094 17.700781 7.6 18 8 18 L 8.5019531 18 C 8.6934243 18.287936 8.9024028 18.561259 9.125 18.824219 C 9.4333527 19.300485 9.7986033 19.733713 10.210938 20.119141 C 8.1940429 21.813606 7 24.331156 7 27 L 9 27 C 9 24.730346 10.080184 22.634321 11.923828 21.292969 C 12.850819 21.741723 13.890597 22 15 22 L 17 22 C 18.095309 22 19.122858 21.748627 20.041016 21.310547 C 21.864749 22.597658 23 24.754796 23 27 L 25 27 C 25 24.344858 23.814896 21.840765 21.759766 20.146484 C 22.184158 19.754358 22.559346 19.311762 22.875 18.824219 C 23.097597 18.561259 23.306576 18.287936 23.498047 18 L 24 18 C 24.4 18 24.800391 17.700781 24.900391 17.300781 L 25.900391 14.300781 C 26.100391 14.000781 26.000781 13.700391 25.800781 13.400391 C 25.600781 13.200391 25.3 13 25 13 C 25 8 21 4 16 4 z M 16 6 C 19.51733 6 22.375612 8.5250883 22.904297 11.880859 C 21.99491 10.737076 20.604519 10 19 10 L 13 10 C 11.395481 10 10.00509 10.737076 9.0957031 11.880859 C 9.6243877 8.5250883 12.48267 6 16 6 z M 13 12 L 19 12 C 20.7 12 22 13.3 22 15 C 22 15.715213 21.854168 16.389748 21.59375 17 L 17 17 C 16.4 17 16 17.5 16 18 C 16 18.6 16.5 19 17 19 L 19.619141 19 C 18.56546 19.631503 17.331902 20 16 20 C 13.899415 20 12.036806 19.095505 10.759766 17.65625 C 10.284332 16.889096 10 15.985644 10 15 C 10 13.3 11.3 12 13 12 z\"/></svg></li><li title=\"user check solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 12 2 C 8.144531 2 5 5.144531 5 9 C 5 11.410156 6.230469 13.550781 8.09375 14.8125 C 4.527344 16.34375 2 19.882813 2 24 L 4 24 C 4 19.570313 7.570313 16 12 16 C 13.375 16 14.65625 16.359375 15.78125 16.96875 C 14.671875 18.34375 14 20.101563 14 22 C 14 26.40625 17.59375 30 22 30 C 26.40625 30 30 26.40625 30 22 C 30 17.59375 26.40625 14 22 14 C 20.253906 14 18.628906 14.574219 17.3125 15.53125 C 16.871094 15.253906 16.390625 15.019531 15.90625 14.8125 C 17.769531 13.550781 19 11.410156 19 9 C 19 5.144531 15.855469 2 12 2 Z M 12 4 C 14.773438 4 17 6.226563 17 9 C 17 11.773438 14.773438 14 12 14 C 9.226563 14 7 11.773438 7 9 C 7 6.226563 9.226563 4 12 4 Z M 22 16 C 25.324219 16 28 18.675781 28 22 C 28 25.324219 25.324219 28 22 28 C 18.675781 28 16 25.324219 16 22 C 16 18.675781 18.675781 16 22 16 Z M 25.28125 19.28125 L 22 22.5625 L 19.71875 20.28125 L 18.28125 21.71875 L 21.28125 24.71875 L 22 25.40625 L 22.71875 24.71875 L 26.71875 20.71875 Z\"/></svg></li><li title=\"user circle solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832031 3 3 8.832031 3 16 C 3 23.167969 8.832031 29 16 29 C 23.167969 29 29 23.167969 29 16 C 29 8.832031 23.167969 3 16 3 Z M 16 5 C 22.085938 5 27 9.914063 27 16 C 27 22.085938 22.085938 27 16 27 C 9.914063 27 5 22.085938 5 16 C 5 9.914063 9.914063 5 16 5 Z M 16 8 C 13.25 8 11 10.25 11 13 C 11 14.515625 11.707031 15.863281 12.78125 16.78125 C 10.53125 17.949219 9 20.300781 9 23 L 11 23 C 11 20.226563 13.226563 18 16 18 C 18.773438 18 21 20.226563 21 23 L 23 23 C 23 20.300781 21.46875 17.949219 19.21875 16.78125 C 20.292969 15.863281 21 14.515625 21 13 C 21 10.25 18.75 8 16 8 Z M 16 10 C 17.667969 10 19 11.332031 19 13 C 19 14.667969 17.667969 16 16 16 C 14.332031 16 13 14.667969 13 13 C 13 11.332031 14.332031 10 16 10 Z\"/></svg></li><li title=\"user circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.832031 3 3 8.832031 3 16 C 3 23.167969 8.832031 29 16 29 C 23.167969 29 29 23.167969 29 16 C 29 8.832031 23.167969 3 16 3 Z M 16 5 C 22.085938 5 27 9.914063 27 16 C 27 22.085938 22.085938 27 16 27 C 9.914063 27 5 22.085938 5 16 C 5 9.914063 9.914063 5 16 5 Z M 16 8 C 13.25 8 11 10.25 11 13 C 11 14.515625 11.707031 15.863281 12.78125 16.78125 C 10.53125 17.949219 9 20.300781 9 23 L 11 23 C 11 20.226563 13.226563 18 16 18 C 18.773438 18 21 20.226563 21 23 L 23 23 C 23 20.300781 21.46875 17.949219 19.21875 16.78125 C 20.292969 15.863281 21 14.515625 21 13 C 21 10.25 18.75 8 16 8 Z M 16 10 C 17.667969 10 19 11.332031 19 13 C 19 14.667969 17.667969 16 16 16 C 14.332031 16 13 14.667969 13 13 C 13 11.332031 14.332031 10 16 10 Z\"/></svg></li><li title=\"user clock solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 5.0996094 C 12.1 5.0996094 9 8.1996094 9 12.099609 C 9 14.499609 10.199609 16.700391 12.099609 17.900391 C 8.4996094 19.300391 6 22.9 6 27 L 8 27 C 8 22.6 11.6 19 16 19 C 16.6 19 17.099609 19.099219 17.599609 19.199219 C 17.646404 19.136826 17.706916 19.082754 17.755859 19.021484 C 16.660748 20.390674 16 22.12088 16 24 C 16 28.4 19.6 32 24 32 C 28.4 32 32 28.4 32 24 C 32 19.6 28.4 16 24 16 C 23.11185 16 22.258916 16.153497 21.458984 16.423828 C 22.422482 15.232493 23 13.666939 23 12.099609 C 23 8.1996094 19.9 5.0996094 16 5.0996094 z M 16 7 C 18.8 7 21 9.2 21 12 C 21 14.8 18.8 17 16 17 C 13.2 17 11 14.8 11 12 C 11 9.2 13.2 7 16 7 z M 19.275391 17.566406 C 19.246884 17.587431 19.217672 17.607515 19.189453 17.628906 C 19.218092 17.607757 19.246393 17.587198 19.275391 17.566406 z M 24 18 C 27.3 18 30 20.7 30 24 C 30 27.3 27.3 30 24 30 C 20.7 30 18 27.3 18 24 C 18 20.7 20.7 18 24 18 z M 18.498047 18.214844 C 18.374817 18.332124 18.256243 18.453318 18.140625 18.578125 C 18.256435 18.453832 18.37293 18.332436 18.498047 18.214844 z M 23 20 L 23 24.599609 L 21.300781 26.300781 L 22.699219 27.699219 L 25 25.400391 L 25 20 L 23 20 z\"/></svg></li><li title=\"user cog solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 5 C 12.1 5 9 8.1 9 12 C 9 14.4375 10.209961 16.561523 12.070312 17.8125 C 8.5100119 19.34733 6 22.893578 6 27 L 8 27 C 8 22.6 11.6 19 16 19 C 19.9 19 23 15.9 23 12 C 23 8.1 19.9 5 16 5 z M 16 7 C 18.8 7 21 9.2 21 12 C 21 14.8 18.8 17 16 17 C 13.2 17 11 14.8 11 12 C 11 9.2 13.2 7 16 7 z M 24.099609 18 L 24.099609 20.099609 C 23.499609 20.199609 22.900391 20.500781 22.400391 20.800781 L 20.900391 19.300781 L 19.5 20.699219 L 21 22.199219 C 20.6 22.699219 20.400781 23.3 20.300781 24 L 18 24 L 18 26 L 20.099609 26 C 20.199609 26.6 20.500781 27.200781 20.800781 27.800781 L 19.300781 29.300781 L 20.699219 30.699219 L 22.199219 29.199219 C 22.699219 29.499219 23.300391 29.800391 23.900391 29.900391 L 23.900391 32 L 25.900391 32 L 25.900391 29.900391 C 26.500391 29.800391 27.099609 29.499219 27.599609 29.199219 L 29.099609 30.699219 L 30.5 29.300781 L 29 27.800781 C 29.4 27.300781 29.599219 26.7 29.699219 26 L 32 26 L 32 24 L 29.900391 24 C 29.800391 23.4 29.499219 22.799219 29.199219 22.199219 L 30.699219 20.699219 L 29.300781 19.300781 L 27.800781 20.800781 C 27.300781 20.500781 26.699609 20.199609 26.099609 20.099609 L 26.099609 18 L 24.099609 18 z M 25 22 C 26.7 22 28 23.3 28 25 C 28 26.7 26.7 28 25 28 C 23.3 28 22 26.7 22 25 C 22 23.3 23.3 22 25 22 z M 25 24 C 24.875 24 24.75 24.03125 24.632812 24.085938 C 24.515625 24.140625 24.40625 24.21875 24.3125 24.3125 C 24.21875 24.40625 24.140625 24.515625 24.085938 24.632812 C 24.03125 24.75 24 24.875 24 25 C 24 25.375 24.28125 25.75 24.632812 25.914062 C 24.75 25.96875 24.875 26 25 26 C 25.5 26 26 25.5 26 25 C 26 24.5 25.5 24 25 24 z\"/></svg></li><li title=\"user edit solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 13 3 C 9.144531 3 6 6.144531 6 10 C 6 12.410156 7.230469 14.550781 9.09375 15.8125 C 5.527344 17.34375 3 20.882813 3 25 L 5 25 C 5 20.570313 8.570313 17 13 17 C 15.144531 17 17.0625 17.878906 18.5 19.25 L 13.78125 23.96875 L 13.71875 24.28125 L 13.03125 27.8125 L 12.71875 29.28125 L 14.1875 28.96875 L 17.71875 28.28125 L 18.03125 28.21875 L 28.125 18.125 C 29.285156 16.964844 29.285156 15.035156 28.125 13.875 C 27.542969 13.292969 26.769531 13 26 13 C 25.246094 13 24.484375 13.285156 23.90625 13.84375 L 19.9375 17.8125 C 19.066406 16.976563 18.035156 16.292969 16.90625 15.8125 C 18.769531 14.550781 20 12.410156 20 10 C 20 6.144531 16.855469 3 13 3 Z M 13 5 C 15.773438 5 18 7.226563 18 10 C 18 12.773438 15.773438 15 13 15 C 10.226563 15 8 12.773438 8 10 C 8 7.226563 10.226563 5 13 5 Z M 26 15 C 26.253906 15 26.519531 15.082031 26.71875 15.28125 C 27.117188 15.679688 27.117188 16.289063 26.71875 16.6875 L 17.03125 26.375 L 15.25 26.75 L 15.625 24.96875 L 25.3125 15.28125 C 25.511719 15.082031 25.746094 15 26 15 Z\"/></svg></li><li title=\"user friends solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 9 7 C 5.699219 7 3 9.699219 3 13 C 3 14.984375 3.976563 16.75 5.46875 17.84375 C 2.832031 19.152344 1 21.863281 1 25 L 3 25 C 3 21.675781 5.675781 19 9 19 C 12.324219 19 15 21.675781 15 25 L 17 25 C 17 21.675781 19.675781 19 23 19 C 26.324219 19 29 21.675781 29 25 L 31 25 C 31 21.863281 29.167969 19.152344 26.53125 17.84375 C 28.023438 16.75 29 14.984375 29 13 C 29 9.699219 26.300781 7 23 7 C 19.699219 7 17 9.699219 17 13 C 17 14.984375 17.976563 16.75 19.46875 17.84375 C 18.011719 18.566406 16.789063 19.707031 16 21.125 C 15.210938 19.707031 13.988281 18.566406 12.53125 17.84375 C 14.023438 16.75 15 14.984375 15 13 C 15 9.699219 12.300781 7 9 7 Z M 9 9 C 11.222656 9 13 10.777344 13 13 C 13 15.222656 11.222656 17 9 17 C 6.777344 17 5 15.222656 5 13 C 5 10.777344 6.777344 9 9 9 Z M 23 9 C 25.222656 9 27 10.777344 27 13 C 27 15.222656 25.222656 17 23 17 C 20.777344 17 19 15.222656 19 13 C 19 10.777344 20.777344 9 23 9 Z\"/></svg></li><li title=\"user graduate solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 L 3 7 L 6.105469 7.953125 L 9 8.84375 L 9 11.507813 C 8.875 11.660156 8.78125 11.808594 8.707031 11.964844 C 8.527344 12.34375 8.414063 12.765625 8.3125 13.265625 C 8.121094 14.214844 8.019531 15.441406 8.007813 16.785156 C 7.398438 17.332031 7 18.117188 7 19 C 7 20.277344 7.90625 21.199219 9.035156 21.628906 C 9.488281 22.933594 10.242188 24.367188 11.328125 25.582031 C 12.515625 26.90625 14.101563 28 16 28 C 17.898438 28 19.484375 26.90625 20.671875 25.582031 C 21.757813 24.367188 22.511719 22.933594 22.964844 21.628906 C 24.09375 21.199219 25 20.277344 25 19 C 25 18.117188 24.605469 17.320313 23.988281 16.769531 C 23.976563 15.429688 23.875 14.210938 23.6875 13.265625 C 23.585938 12.765625 23.472656 12.34375 23.292969 11.964844 C 23.21875 11.808594 23.125 11.660156 23 11.507813 L 23 8.84375 L 29 7 Z M 16 5.09375 L 22.203125 7 L 16 8.90625 L 9.796875 7 Z M 11 9.460938 L 16 11 L 16.296875 10.910156 L 21 9.460938 L 21 11.78125 C 20.988281 11.796875 21 11.800781 20.953125 11.832031 C 20.796875 11.964844 20.472656 12.15625 20.027344 12.335938 C 19.132813 12.691406 17.746094 13 16 13 C 14.253906 13 12.867188 12.691406 11.972656 12.335938 C 11.527344 12.15625 11.203125 11.964844 11.046875 11.832031 C 11 11.800781 11.011719 11.796875 11 11.78125 Z M 10.265625 13.707031 C 10.554688 13.882813 10.867188 14.046875 11.234375 14.191406 C 12.410156 14.660156 14.023438 15 16 15 C 17.976563 15 19.589844 14.660156 20.765625 14.191406 C 21.132813 14.046875 21.445313 13.882813 21.734375 13.707031 C 21.890625 14.515625 22 15.695313 22 17 L 22 17.847656 L 22.5 18.140625 C 22.804688 18.3125 23 18.621094 23 19 C 23 19.535156 22.601563 19.945313 22.078125 19.988281 L 21.40625 20.042969 L 21.207031 20.6875 C 20.875 21.769531 20.132813 23.183594 19.175781 24.25 C 18.222656 25.316406 17.109375 26 16 26 C 14.890625 26 13.777344 25.316406 12.824219 24.25 C 11.867188 23.183594 11.125 21.769531 10.792969 20.6875 L 10.59375 20.042969 L 9.921875 19.988281 C 9.398438 19.945313 9 19.535156 9 19 C 9 18.625 9.199219 18.316406 9.507813 18.140625 L 10.019531 17.84375 L 10 17 L 10 16.988281 C 10 15.691406 10.109375 14.515625 10.265625 13.707031 Z M 8.171875 17 L 9.003906 17 L 8.164063 17.019531 Z M 13 18 C 12.449219 18 12 18.449219 12 19 C 12 19.550781 12.449219 20 13 20 C 13.550781 20 14 19.550781 14 19 C 14 18.449219 13.550781 18 13 18 Z M 19 18 C 18.449219 18 18 18.449219 18 19 C 18 19.550781 18.449219 20 19 20 C 19.550781 20 20 19.550781 20 19 C 20 18.449219 19.550781 18 19 18 Z\"/></svg></li><li title=\"user injured solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 5 C 12.1 5 9 8.1 9 12 C 9 14.434941 10.207417 16.557098 12.064453 17.808594 C 8.8381824 19.182033 6.4630116 22.193688 6.0996094 25.900391 C 5.9996094 26.400391 6.1996094 27.000391 6.5996094 27.400391 C 6.8996094 27.800391 7.5 28 8 28 L 17 28 C 18.7 28 20 26.7 20 25 C 20 23.3 18.7 22 17 22 L 13.191406 22 L 12.394531 19.875 C 13.483209 19.317228 14.708992 19 16 19 C 20.4 19 24 22.6 24 27 L 26 27 C 26 22.893276 23.490404 19.345194 19.929688 17.810547 C 21.788754 16.559368 23 14.436508 23 12 C 23 8.1 19.9 5 16 5 z M 16 7 C 16.418858 7 16.818429 7.0631437 17.205078 7.15625 L 13.650391 10 L 11.40625 10 C 12.165345 8.221166 13.915213 7 16 7 z M 19.175781 8.140625 C 19.783309 8.6384382 20.279591 9.263812 20.59375 10 L 16.851562 10 L 19.175781 8.140625 z M 11 12 L 21 12 C 21 14.8 18.8 17 16 17 C 13.2 17 11 14.8 11 12 z M 10.695312 21.041016 L 12.554688 26 L 8.0996094 26 C 8.3469897 24.020957 9.3067175 22.288259 10.695312 21.041016 z M 13.941406 24 L 17 24 C 17.6 24 18 24.4 18 25 C 18 25.6 17.6 26 17 26 L 14.691406 26 L 13.941406 24 z\"/></svg></li><li title=\"user lock solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 5 C 12.1 5 9 8.1 9 12 C 9 14.4375 10.209961 16.561523 12.070312 17.8125 C 8.5100119 19.34733 6 22.893578 6 27 L 8 27 C 8 22.6 11.6 19 16 19 C 17.2 19 18.400391 19.300781 19.400391 19.800781 C 19.700391 19.200781 20 18.599609 20.5 18.099609 C 20.300978 18.000099 20.095641 17.921082 19.892578 17.833984 C 21.77227 16.586133 23 14.452401 23 12 C 23 8.1 19.9 5 16 5 z M 16 7 C 18.8 7 21 9.2 21 12 C 21 14.8 18.8 17 16 17 C 13.2 17 11 14.8 11 12 C 11 9.2 13.2 7 16 7 z M 25 18 C 22.8 18 21 19.8 21 22 L 21 24 L 18 24 L 18 32 L 32 32 L 32 24 L 29 24 L 29 22 C 29 19.8 27.2 18 25 18 z M 25 20 C 26.1 20 27 20.9 27 22 L 27 24 L 23 24 L 23 22 C 23 20.9 23.9 20 25 20 z M 20 26 L 30 26 L 30 30 L 20 30 L 20 26 z\"/></svg></li><li title=\"user md solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 8.4375 6 L 8.15625 6.46875 C 8.15625 6.46875 5 11.652344 5 20 L 5 21 L 11.09375 21 C 11.027344 21.324219 11 21.65625 11 22 C 11 24.75 13.25 27 16 27 C 18.75 27 21 24.75 21 22 C 21 21.65625 20.972656 21.324219 20.90625 21 L 27 21 L 27 20 C 27 15.390625 26.222656 12.011719 25.4375 9.78125 C 24.652344 7.550781 23.8125 6.40625 23.8125 6.40625 L 23.5 6 Z M 9.65625 8 L 22.375 8 C 22.519531 8.207031 22.949219 8.730469 23.5625 10.46875 C 24.210938 12.308594 24.792969 15.199219 24.90625 19 L 20 19 C 19.085938 17.789063 17.625 17 16 17 C 14.375 17 12.914063 17.789063 12 19 L 7.09375 19 C 7.320313 12.351563 9.324219 8.570313 9.65625 8 Z M 15 10 L 15 12 L 13 12 L 13 14 L 15 14 L 15 16 L 17 16 L 17 14 L 19 14 L 19 12 L 17 12 L 17 10 Z M 16 19 C 17.667969 19 19 20.332031 19 22 C 19 23.667969 17.667969 25 16 25 C 14.332031 25 13 23.667969 13 22 C 13 20.332031 14.332031 19 16 19 Z M 16 21 C 15.449219 21 15 21.449219 15 22 C 15 22.550781 15.449219 23 16 23 C 16.550781 23 17 22.550781 17 22 C 17 21.449219 16.550781 21 16 21 Z\"/></svg></li><li title=\"user minus solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 14 4 C 10.1 4 7 7.1 7 11 C 7 13.4 8.1996094 15.600781 10.099609 16.800781 C 6.4996094 18.300781 4 21.9 4 26 L 6 26 C 6 21.6 9.6 18 14 18 C 15.4 18 16.700781 18.4 17.800781 19 C 16.700781 20.4 16 22.1 16 24 C 16 28.4 19.6 32 24 32 C 28.4 32 32 28.4 32 24 C 32 19.6 28.4 16 24 16 C 22.3 16 20.600781 16.6 19.300781 17.5 C 18.900781 17.2 18.400391 17.000781 17.900391 16.800781 C 19.800391 15.500781 21 13.4 21 11 C 21 7.1 17.9 4 14 4 z M 14 6 C 16.8 6 19 8.2 19 11 C 19 13.8 16.8 16 14 16 C 11.2 16 9 13.8 9 11 C 9 8.2 11.2 6 14 6 z M 24 18 C 27.3 18 30 20.7 30 24 C 30 27.3 27.3 30 24 30 C 20.7 30 18 27.3 18 24 C 18 20.7 20.7 18 24 18 z M 20 23 L 20 25 L 28 25 L 28 23 L 20 23 z\"/></svg></li><li title=\"user ninja solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 5 C 13.179017 5 10.783344 6.6265632 9.6699219 9 L 9.5996094 9 L 9.4511719 9.5234375 C 9.3852737 9.7001962 9.3252545 9.8790419 9.2734375 10.0625 C 9.2670384 10.082322 9.2580844 10.101152 9.2519531 10.121094 L 5.5996094 7.1992188 L 4.4003906 8.8007812 L 7.0996094 11 L 4 11 L 4 13 L 9.0664062 13 C 9.107897 13.318868 9.1740687 13.629611 9.2695312 13.927734 C 9.3220228 14.114642 9.3840771 14.296594 9.4511719 14.476562 L 9.5996094 15 L 9.6699219 15 C 10.206106 16.142961 11.033489 17.115298 12.070312 17.8125 C 8.5100119 19.34733 6 22.893578 6 27 L 8 27 C 8 22.6 11.6 19 16 19 C 20.4 19 24 22.6 24 27 L 26 27 C 26 22.893276 23.490404 19.345194 19.929688 17.810547 C 20.965459 17.113458 21.794286 16.142127 22.330078 15 L 22.400391 15 L 22.429688 14.791016 C 22.795743 13.937686 23 12.99599 23 12 C 23 8.1 19.9 5 16 5 z M 16 7 C 17.660989 7 19.097242 7.7856467 20.001953 9 L 11.998047 9 C 12.902758 7.7856467 14.339011 7 16 7 z M 11.099609 11 L 20.900391 11 C 20.910732 11.031023 20.909656 11.070575 20.917969 11.103516 C 20.968798 11.394098 21 11.692868 21 12 C 21 12.307132 20.968798 12.605902 20.917969 12.896484 C 20.909656 12.929425 20.910732 12.968977 20.900391 13 L 11.099609 13 C 11.089268 12.968977 11.090344 12.929425 11.082031 12.896484 C 11.031202 12.605902 11 12.307132 11 12 C 11 11.692868 11.031202 11.394098 11.082031 11.103516 C 11.090344 11.070575 11.089268 11.031023 11.099609 11 z M 11.998047 15 L 20.001953 15 C 19.097242 16.214353 17.660989 17 16 17 C 14.339011 17 12.902758 16.214353 11.998047 15 z\"/></svg></li><li title=\"user nurse solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 10.15625 4 L 10 4.8125 L 9 10.4375 L 9 14 L 9.09375 14 C 9.382813 15.992188 10.496094 17.730469 12.09375 18.8125 C 8.527344 20.34375 6 23.882813 6 28 L 8 28 C 8 25.46875 9.171875 23.214844 11 21.75 L 11 22.40625 L 11.28125 22.71875 L 15.28125 26.71875 L 16 27.40625 L 16.71875 26.71875 L 20.71875 22.71875 L 21 22.40625 L 21 21.75 C 22.828125 23.214844 24 25.46875 24 28 L 26 28 C 26 23.882813 23.472656 20.34375 19.90625 18.8125 C 21.503906 17.730469 22.617188 15.992188 22.90625 14 L 23 14 L 23 10.4375 L 22 4.8125 L 21.84375 4 Z M 11.84375 6 L 20.15625 6 L 21 10.78125 L 21 12 L 11 12 L 11 10.78125 Z M 15 7 L 15 8 L 14 8 L 14 10 L 15 10 L 15 11 L 17 11 L 17 10 L 18 10 L 18 8 L 17 8 L 17 7 Z M 11.09375 14 L 20.90625 14 C 20.441406 16.285156 18.425781 18 16 18 C 13.574219 18 11.558594 16.285156 11.09375 14 Z M 16 20 C 17.058594 20 18.074219 20.191406 19 20.5625 L 19 21.5625 L 16 24.5625 L 13 21.5625 L 13 20.5625 C 13.925781 20.191406 14.941406 20 16 20 Z\"/></svg></li><li title=\"user plus solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 12 2 C 8.144531 2 5 5.144531 5 9 C 5 11.410156 6.230469 13.550781 8.09375 14.8125 C 4.527344 16.34375 2 19.882813 2 24 L 4 24 C 4 19.570313 7.570313 16 12 16 C 13.375 16 14.65625 16.359375 15.78125 16.96875 C 14.671875 18.34375 14 20.101563 14 22 C 14 26.40625 17.59375 30 22 30 C 26.40625 30 30 26.40625 30 22 C 30 17.59375 26.40625 14 22 14 C 20.253906 14 18.628906 14.574219 17.3125 15.53125 C 16.871094 15.253906 16.390625 15.019531 15.90625 14.8125 C 17.769531 13.550781 19 11.410156 19 9 C 19 5.144531 15.855469 2 12 2 Z M 12 4 C 14.773438 4 17 6.226563 17 9 C 17 11.773438 14.773438 14 12 14 C 9.226563 14 7 11.773438 7 9 C 7 6.226563 9.226563 4 12 4 Z M 22 16 C 25.324219 16 28 18.675781 28 22 C 28 25.324219 25.324219 28 22 28 C 18.675781 28 16 25.324219 16 22 C 16 18.675781 18.675781 16 22 16 Z M 21 18 L 21 21 L 18 21 L 18 23 L 21 23 L 21 26 L 23 26 L 23 23 L 26 23 L 26 21 L 23 21 L 23 18 Z\"/></svg></li><li title=\"user secret solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 13.0625 4 C 12.1875 4 11.417969 4.449219 10.875 5.03125 C 10.332031 5.613281 9.941406 6.339844 9.59375 7.125 C 9.0625 8.335938 8.683594 9.679688 8.34375 10.9375 C 7.257813 11.253906 6.335938 11.648438 5.59375 12.125 C 4.726563 12.683594 4 13.457031 4 14.5 C 4 15.40625 4.554688 16.132813 5.25 16.65625 C 5.84375 17.101563 6.574219 17.472656 7.4375 17.78125 C 7.488281 18.011719 7.5625 18.246094 7.65625 18.46875 C 6.8125 18.945313 5.476563 19.867188 4.1875 21.625 L 3.59375 22.46875 L 4.4375 23.0625 L 7.71875 25.3125 L 6.375 28 L 25.625 28 L 24.28125 25.3125 L 27.5625 23.0625 L 28.40625 22.46875 L 27.8125 21.625 C 26.523438 19.867188 25.1875 18.945313 24.34375 18.46875 C 24.4375 18.246094 24.511719 18.011719 24.5625 17.78125 C 25.425781 17.472656 26.15625 17.101563 26.75 16.65625 C 27.445313 16.132813 28 15.40625 28 14.5 C 28 13.457031 27.273438 12.683594 26.40625 12.125 C 25.664063 11.648438 24.742188 11.253906 23.65625 10.9375 C 23.28125 9.632813 22.867188 8.265625 22.34375 7.0625 C 22.003906 6.285156 21.628906 5.570313 21.09375 5 C 20.558594 4.429688 19.796875 4 18.9375 4 C 18.355469 4 17.914063 4.160156 17.4375 4.28125 C 16.960938 4.402344 16.480469 4.5 16 4.5 C 15.039063 4.5 14.234375 4 13.0625 4 Z M 13.0625 6 C 13.269531 6 14.5 6.5 16 6.5 C 16.75 6.5 17.417969 6.347656 17.9375 6.21875 C 18.457031 6.089844 18.851563 6 18.9375 6 C 19.167969 6 19.339844 6.074219 19.625 6.375 C 19.910156 6.675781 20.246094 7.21875 20.53125 7.875 C 21.074219 9.117188 21.488281 10.8125 21.9375 12.375 C 21.9375 12.371094 21.992188 12.328125 21.84375 12.40625 C 21.59375 12.542969 21.070313 12.71875 20.4375 12.8125 C 19.167969 13.003906 17.4375 13 16 13 C 14.570313 13 12.835938 12.980469 11.5625 12.78125 C 10.925781 12.683594 10.410156 12.511719 10.15625 12.375 C 10.078125 12.332031 10.050781 12.347656 10.03125 12.34375 C 10.03125 12.332031 10.03125 12.324219 10.03125 12.3125 C 10.035156 12.304688 10.027344 12.289063 10.03125 12.28125 C 10.042969 12.269531 10.050781 12.261719 10.0625 12.25 C 10.136719 12.117188 10.179688 11.964844 10.1875 11.8125 C 10.1875 11.800781 10.1875 11.792969 10.1875 11.78125 C 10.546875 10.453125 10.949219 9.046875 11.4375 7.9375 C 11.730469 7.269531 12.046875 6.726563 12.34375 6.40625 C 12.640625 6.085938 12.84375 6 13.0625 6 Z M 8.1875 13.09375 C 8.414063 13.5625 8.8125 13.9375 9.21875 14.15625 C 9.828125 14.480469 10.527344 14.632813 11.28125 14.75 C 12.789063 14.984375 14.554688 15 16 15 C 17.4375 15 19.207031 15.007813 20.71875 14.78125 C 21.476563 14.667969 22.167969 14.519531 22.78125 14.1875 C 23.191406 13.964844 23.589844 13.570313 23.8125 13.09375 C 24.429688 13.3125 24.949219 13.546875 25.3125 13.78125 C 25.894531 14.15625 26 14.433594 26 14.5 C 26 14.558594 25.949219 14.75 25.53125 15.0625 C 25.113281 15.375 24.394531 15.738281 23.46875 16.03125 C 21.617188 16.621094 18.953125 17 16 17 C 13.046875 17 10.382813 16.621094 8.53125 16.03125 C 7.605469 15.738281 6.886719 15.375 6.46875 15.0625 C 6.050781 14.75 6 14.558594 6 14.5 C 6 14.433594 6.078125 14.183594 6.65625 13.8125 C 7.019531 13.578125 7.554688 13.324219 8.1875 13.09375 Z M 10.78125 18.5625 C 11.109375 18.617188 11.433594 18.707031 11.78125 18.75 C 11.910156 19.628906 12.59375 20.402344 13.6875 20.46875 C 14.53125 20.519531 15.480469 20.121094 15.5625 19 C 15.710938 19 15.851563 19 16 19 C 16.148438 19 16.289063 19 16.4375 19 C 16.519531 20.121094 17.46875 20.519531 18.3125 20.46875 C 19.40625 20.402344 20.089844 19.628906 20.21875 18.75 C 20.566406 18.707031 20.890625 18.617188 21.21875 18.5625 L 21.125 19.1875 C 20.816406 20.832031 20.082031 22.355469 19.15625 23.40625 C 18.230469 24.457031 17.144531 25.015625 16 25 C 14.824219 24.984375 13.761719 24.417969 12.84375 23.375 C 11.925781 22.332031 11.203125 20.839844 10.875 19.1875 Z M 23 20 C 23.371094 20.21875 24.347656 20.859375 25.46875 22.09375 L 22.4375 24.1875 L 21.71875 24.65625 L 22.09375 25.4375 L 22.375 26 L 19.21875 26 C 19.742188 25.648438 20.226563 25.207031 20.65625 24.71875 C 21.757813 23.46875 22.496094 21.832031 22.90625 20.0625 C 22.941406 20.042969 22.96875 20.019531 23 20 Z M 8.96875 20.03125 C 9.007813 20.054688 9.054688 20.070313 9.09375 20.09375 C 9.523438 21.839844 10.257813 23.457031 11.34375 24.6875 C 11.792969 25.199219 12.316406 25.636719 12.875 26 L 9.625 26 L 9.90625 25.4375 L 10.28125 24.65625 L 9.5625 24.1875 L 6.53125 22.09375 C 7.589844 20.925781 8.554688 20.28125 8.96875 20.03125 Z\"/></svg></li><li title=\"user shield solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 5 C 12.1 5 9 8.1 9 12 C 9 14.4375 10.209961 16.561523 12.070312 17.8125 C 8.5100119 19.34733 6 22.893578 6 27 L 8 27 C 8 22.6 11.6 19 16 19 C 16.341157 19 16.672626 18.967778 17 18.921875 L 17 23.5 C 17 28.7 23.799609 31.700781 24.099609 31.800781 L 24.5 32 L 24.900391 31.800781 C 25.200391 31.700781 32 28.7 32 23.5 L 32 18 L 31.099609 18 C 29.199609 18 28.099219 17.300781 27.199219 16.800781 C 26.299219 16.400781 25.5 16 24.5 16 C 23.5 16 22.7 16.400781 22 16.800781 C 21.49375 17.082031 20.886426 17.42229 20.119141 17.669922 C 21.86816 16.40417 23 14.350862 23 12 C 23 8.1 19.9 5 16 5 z M 16 7 C 18.8 7 21 9.2 21 12 C 21 14.8 18.8 17 16 17 C 13.2 17 11 14.8 11 12 C 11 9.2 13.2 7 16 7 z M 24.5 18 C 25 18 25.399219 18.199609 26.199219 18.599609 L 26.5 18.699219 C 27.3 19.099219 28.4 19.700391 30 19.900391 L 30 23.400391 C 30 26.700391 25.7 29.099219 24.5 29.699219 C 23.3 29.099219 19 26.700391 19 23.400391 L 19 19.900391 C 20.7 19.700391 21.799609 19.099219 22.599609 18.699219 L 22.900391 18.599609 L 23 18.599609 L 23.099609 18.599609 C 23.699609 18.099609 24 18 24.5 18 z\"/></svg></li><li title=\"user slash solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 3.6992188 2.3007812 L 2.3007812 3.6992188 L 9.1210938 10.519531 C 9.1148472 10.54659 9.1055539 10.572434 9.0996094 10.599609 L 11 12.5 L 11 12.398438 L 15.601562 17 L 15.5 17 L 17.699219 19.199219 C 17.749353 19.210917 17.795909 19.231553 17.845703 19.244141 L 23.660156 25.058594 C 23.670754 25.106568 23.68955 25.150877 23.699219 25.199219 L 25.5 27 L 25.601562 27 L 28.300781 29.699219 L 29.699219 28.300781 L 25.59375 24.195312 C 24.75029 21.314801 22.648326 18.945754 19.900391 17.800781 C 21.800391 16.500781 23 14.4 23 12 C 23 8.1 19.9 5 16 5 C 13.390973 5 11.146509 6.4199607 9.921875 8.5234375 L 3.6992188 2.3007812 z M 16 7 C 18.8 7 21 9.2 21 12 C 21 14.086994 19.776043 15.83791 17.994141 16.595703 L 11.404297 10.005859 C 12.16209 8.2239568 13.913006 7 16 7 z M 9.0996094 13.300781 C 9.4996094 15.200781 10.499609 16.800781 12.099609 17.800781 C 8.4996094 19.300781 6 22.9 6 27 L 8 27 C 8 22.9 11.000391 19.599609 14.900391 19.099609 L 9.0996094 13.300781 z\"/></svg></li><li title=\"user solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 5 C 12.144531 5 9 8.144531 9 12 C 9 14.410156 10.230469 16.550781 12.09375 17.8125 C 8.527344 19.34375 6 22.882813 6 27 L 8 27 C 8 22.570313 11.570313 19 16 19 C 20.429688 19 24 22.570313 24 27 L 26 27 C 26 22.882813 23.472656 19.34375 19.90625 17.8125 C 21.769531 16.550781 23 14.410156 23 12 C 23 8.144531 19.855469 5 16 5 Z M 16 7 C 18.773438 7 21 9.226563 21 12 C 21 14.773438 18.773438 17 16 17 C 13.226563 17 11 14.773438 11 12 C 11 9.226563 13.226563 7 16 7 Z\"/></svg></li><li title=\"user tag solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 5 C 12.1 5 9 8.1 9 12 C 9 14.4375 10.209961 16.561523 12.070312 17.8125 C 8.5100119 19.34733 6 22.893578 6 27 L 8 27 C 8 22.6 11.6 19 16 19 C 19.9 19 23 15.9 23 12 C 23 8.1 19.9 5 16 5 z M 16 7 C 18.8 7 21 9.2 21 12 C 21 14.8 18.8 17 16 17 C 13.2 17 11 14.8 11 12 C 11 9.2 13.2 7 16 7 z M 21 19 C 19.9 19 19 19.9 19 21 L 19 25.400391 L 25 31.400391 C 25.4 31.800391 25.900391 32 26.400391 32 C 26.900391 32 27.400781 31.800391 27.800781 31.400391 L 31.400391 27.800781 C 31.800391 27.400781 32 26.900391 32 26.400391 C 32 25.900391 31.800391 25.4 31.400391 25 L 25.400391 19 L 21 19 z M 21 21 L 24.599609 21 L 30 26.400391 L 26.400391 30 L 21 24.599609 L 21 21 z M 23 22 A 1 1 0 0 0 23 24 A 1 1 0 0 0 23 22 z\"/></svg></li><li title=\"user tie solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 12.144531 4 9 7.144531 9 11 C 9 13.378906 10.210938 15.484375 12.03125 16.75 C 7.925781 18.351563 5 22.351563 5 27 L 7 27 C 7 22.601563 10.191406 18.925781 14.375 18.15625 L 15 20 L 17 20 L 17.625 18.15625 C 21.808594 18.925781 25 22.601563 25 27 L 27 27 C 27 22.351563 24.074219 18.351563 19.96875 16.75 C 21.789063 15.484375 23 13.378906 23 11 C 23 7.144531 19.855469 4 16 4 Z M 16 6 C 18.773438 6 21 8.226563 21 11 C 21 13.773438 18.773438 16 16 16 C 13.226563 16 11 13.773438 11 11 C 11 8.226563 13.226563 6 16 6 Z M 15 21 L 14 27 L 18 27 L 17 21 Z\"/></svg></li><li title=\"user times solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 12 2 C 8.144531 2 5 5.144531 5 9 C 5 11.410156 6.230469 13.550781 8.09375 14.8125 C 4.527344 16.34375 2 19.882813 2 24 L 4 24 C 4 19.570313 7.570313 16 12 16 C 13.375 16 14.65625 16.359375 15.78125 16.96875 C 14.671875 18.34375 14 20.101563 14 22 C 14 26.40625 17.59375 30 22 30 C 26.40625 30 30 26.40625 30 22 C 30 17.59375 26.40625 14 22 14 C 20.253906 14 18.628906 14.574219 17.3125 15.53125 C 16.871094 15.253906 16.390625 15.019531 15.90625 14.8125 C 17.769531 13.550781 19 11.410156 19 9 C 19 5.144531 15.855469 2 12 2 Z M 12 4 C 14.773438 4 17 6.226563 17 9 C 17 11.773438 14.773438 14 12 14 C 9.226563 14 7 11.773438 7 9 C 7 6.226563 9.226563 4 12 4 Z M 22 16 C 25.324219 16 28 18.675781 28 22 C 28 25.324219 25.324219 28 22 28 C 18.675781 28 16 25.324219 16 22 C 16 18.675781 18.675781 16 22 16 Z M 19.71875 18.28125 L 18.28125 19.71875 L 20.5625 22 L 18.28125 24.28125 L 19.71875 25.71875 L 22 23.4375 L 24.28125 25.71875 L 25.71875 24.28125 L 23.4375 22 L 25.71875 19.71875 L 24.28125 18.28125 L 22 20.5625 Z\"/></svg></li><li title=\"user \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 5 C 12.144531 5 9 8.144531 9 12 C 9 14.410156 10.230469 16.550781 12.09375 17.8125 C 8.527344 19.34375 6 22.882813 6 27 L 8 27 C 8 22.570313 11.570313 19 16 19 C 20.429688 19 24 22.570313 24 27 L 26 27 C 26 22.882813 23.472656 19.34375 19.90625 17.8125 C 21.769531 16.550781 23 14.410156 23 12 C 23 8.144531 19.855469 5 16 5 Z M 16 7 C 18.773438 7 21 9.226563 21 12 C 21 14.773438 18.773438 17 16 17 C 13.226563 17 11 14.773438 11 12 C 11 9.226563 13.226563 7 16 7 Z\"/></svg></li><li title=\"users cog solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 8 5 C 4.7 5 2 7.7 2 11 C 2 13 3 14.800781 4.5 15.800781 C 1.8 17.200781 0 19.9 0 23 L 2 23 C 2 19.7 4.7 17 8 17 C 11.3 17 14 19.7 14 23 L 16 23 C 16 19.8 18.600781 17.1 21.800781 17 L 22 17 C 24.5 17 26.6 15.500391 27.5 13.400391 C 27.5 13.400391 27.499609 13.300781 27.599609 13.300781 C 27.699609 13.200781 27.699219 13.000391 27.699219 12.900391 C 27.699219 12.800391 27.700781 12.799219 27.800781 12.699219 C 27.800781 12.599219 27.900391 12.400781 27.900391 12.300781 C 27.900391 12.200781 27.9 12.1 28 12 C 28 11.9 27.999609 11.799219 28.099609 11.699219 L 28.099609 11.199219 L 28.099609 11.099609 C 28.099609 7.7996094 25.399609 5.0996094 22.099609 5.0996094 C 18.799609 5.0996094 16.099609 7.7996094 16.099609 11.099609 C 16.099609 13.099609 17.099609 14.900391 18.599609 15.900391 C 17.099609 16.600391 15.899609 17.799219 15.099609 19.199219 C 14.299609 17.799219 13.099609 16.600391 11.599609 15.900391 C 12.999609 14.800391 14 13 14 11 C 14 7.7 11.3 5 8 5 z M 8 7 C 10.2 7 12 8.8 12 11 C 12 13.2 10.2 15 8 15 C 5.8 15 4 13.2 4 11 C 4 8.8 5.8 7 8 7 z M 22 7 C 24.2 7 26 8.8 26 11 C 26 13.2 24.2 15 22 15 C 19.8 15 18 13.2 18 11 C 18 8.8 19.8 7 22 7 z M 24.099609 18 L 24.099609 20.099609 C 23.499609 20.199609 22.900391 20.500781 22.400391 20.800781 L 20.900391 19.300781 L 19.5 20.699219 L 21 22.199219 C 20.6 22.699219 20.400781 23.3 20.300781 24 L 18 24 L 18 26 L 20.099609 26 C 20.199609 26.6 20.500781 27.200781 20.800781 27.800781 L 19.300781 29.300781 L 20.699219 30.699219 L 22.199219 29.199219 C 22.699219 29.499219 23.300391 29.800391 23.900391 29.900391 L 23.900391 32 L 25.900391 32 L 25.900391 29.900391 C 26.500391 29.800391 27.099609 29.499219 27.599609 29.199219 L 29.099609 30.699219 L 30.5 29.300781 L 29 27.800781 C 29.4 27.300781 29.599219 26.7 29.699219 26 L 32 26 L 32 24 L 29.900391 24 C 29.800391 23.4 29.499219 22.799219 29.199219 22.199219 L 30.699219 20.699219 L 29.300781 19.300781 L 27.800781 20.800781 C 27.300781 20.500781 26.699609 20.199609 26.099609 20.099609 L 26.099609 18 L 24.099609 18 z M 25 22 C 26.7 22 28 23.3 28 25 C 28 26.7 26.7 28 25 28 C 23.3 28 22 26.7 22 25 C 22 23.3 23.3 22 25 22 z M 25 24 C 24.875 24 24.75 24.03125 24.632812 24.085938 C 24.515625 24.140625 24.40625 24.21875 24.3125 24.3125 C 24.21875 24.40625 24.140625 24.515625 24.085938 24.632812 C 24.03125 24.75 24 24.875 24 25 C 24 25.125 24.03125 25.25 24.085938 25.367188 C 24.140625 25.484375 24.21875 25.59375 24.3125 25.6875 C 24.40625 25.78125 24.515625 25.859375 24.632812 25.914062 C 24.75 25.96875 24.875 26 25 26 C 25.5 26 26 25.5 26 25 C 26 24.5 25.5 24 25 24 z\"/></svg></li><li title=\"users solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 11.5 6 C 9.578125 6 8 7.578125 8 9.5 C 8 11.421875 9.578125 13 11.5 13 C 13.421875 13 15 11.421875 15 9.5 C 15 7.578125 13.421875 6 11.5 6 Z M 20.5 6 C 18.578125 6 17 7.578125 17 9.5 C 17 11.421875 18.578125 13 20.5 13 C 22.421875 13 24 11.421875 24 9.5 C 24 7.578125 22.421875 6 20.5 6 Z M 11.5 8 C 12.339844 8 13 8.660156 13 9.5 C 13 10.339844 12.339844 11 11.5 11 C 10.660156 11 10 10.339844 10 9.5 C 10 8.660156 10.660156 8 11.5 8 Z M 20.5 8 C 21.339844 8 22 8.660156 22 9.5 C 22 10.339844 21.339844 11 20.5 11 C 19.660156 11 19 10.339844 19 9.5 C 19 8.660156 19.660156 8 20.5 8 Z M 7 12 C 4.800781 12 3 13.800781 3 16 C 3 17.113281 3.476563 18.117188 4.21875 18.84375 C 2.886719 19.746094 2 21.28125 2 23 L 4 23 C 4 21.332031 5.332031 20 7 20 C 8.667969 20 10 21.332031 10 23 L 12 23 C 12 21.28125 11.113281 19.746094 9.78125 18.84375 C 10.523438 18.117188 11 17.113281 11 16 C 11 13.800781 9.199219 12 7 12 Z M 12 23 C 11.375 23.835938 11 24.886719 11 26 L 13 26 C 13 24.332031 14.332031 23 16 23 C 17.667969 23 19 24.332031 19 26 L 21 26 C 21 24.886719 20.625 23.835938 20 23 C 19.660156 22.546875 19.25 22.160156 18.78125 21.84375 C 19.523438 21.117188 20 20.113281 20 19 C 20 16.800781 18.199219 15 16 15 C 13.800781 15 12 16.800781 12 19 C 12 20.113281 12.476563 21.117188 13.21875 21.84375 C 12.75 22.160156 12.339844 22.546875 12 23 Z M 20 23 L 22 23 C 22 21.332031 23.332031 20 25 20 C 26.667969 20 28 21.332031 28 23 L 30 23 C 30 21.28125 29.113281 19.746094 27.78125 18.84375 C 28.523438 18.117188 29 17.113281 29 16 C 29 13.800781 27.199219 12 25 12 C 22.800781 12 21 13.800781 21 16 C 21 17.113281 21.476563 18.117188 22.21875 18.84375 C 20.886719 19.746094 20 21.28125 20 23 Z M 7 14 C 8.117188 14 9 14.882813 9 16 C 9 17.117188 8.117188 18 7 18 C 5.882813 18 5 17.117188 5 16 C 5 14.882813 5.882813 14 7 14 Z M 25 14 C 26.117188 14 27 14.882813 27 16 C 27 17.117188 26.117188 18 25 18 C 23.882813 18 23 17.117188 23 16 C 23 14.882813 23.882813 14 25 14 Z M 16 17 C 17.117188 17 18 17.882813 18 19 C 18 20.117188 17.117188 21 16 21 C 14.882813 21 14 20.117188 14 19 C 14 17.882813 14.882813 17 16 17 Z\"/></svg></li><li title=\"usps \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5.5996094 7 C 19.199609 9.9 23.300391 10.5 23.400391 11.5 C 25.400391 11.5 25.899219 11.500391 26.199219 11.900391 C 27.299219 12.900391 25.400391 15.5 25.400391 15.5 C 25.200391 15.6 3.6992188 24 3.6992188 24 L 26.400391 24 L 30 7 L 5.5996094 7 z M 4.8007812 11 L 2 24 C 12.5 18.8 15.899219 17.100391 19.199219 15.900391 C 22.699219 14.800391 24.399219 14.699609 24.699219 14.599609 C 24.899219 14.399609 24.500781 14.200781 23.300781 14.300781 C 20.500781 14.400781 15.9 16.299219 14 17.199219 L 12.400391 12.199219 L 22.900391 12.199219 C 22.800391 11.199219 17.499219 11.1 10.199219 11 L 4.8007812 11 z M 23.199219 12.099609 C 23.199219 12.099609 23.099609 12 22.599609 12.5 C 21.999609 12.8 20.599609 12.8 20.599609 13 C 20.599609 13.2 24.400781 12.8 25.300781 13 C 25.800781 13.1 25.199609 14.099219 25.099609 14.699219 C 24.999609 14.999219 25.199219 14.899219 25.199219 14.699219 C 26.599219 12.499219 25.999609 12.099609 24.599609 12.099609 L 23.199219 12.099609 z\"/></svg></li><li title=\"ussunnah \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 2 L 15.800781 6 C 15.200781 6 14.5 5.9996094 14 6.0996094 L 12.900391 2.3007812 L 13.599609 6.1992188 C 12.999609 6.2992187 12.400781 6.5007812 11.800781 6.8007812 L 9.9003906 3.4003906 L 11.400391 6.9003906 C 10.800391 7.2003906 10.299219 7.5007812 9.6992188 7.8007812 L 7.3007812 5.0996094 L 9.5 8.0996094 C 8.9 8.4996094 8.4 8.9003906 8 9.4003906 L 5 7.3007812 L 7.6992188 9.6992188 C 7.2992187 10.199219 6.9 10.700781 6.5 11.300781 L 3.4003906 9.9003906 L 6.4003906 11.5 C 6.1003906 12.1 5.7996094 12.700391 5.5996094 13.400391 L 2.4003906 12.800781 L 5.5 13.699219 C 5.3 14.399219 5.1996094 15.100781 5.0996094 15.800781 L 2 16 L 5 16.199219 L 5 17 C 5 17.5 4.9996094 18.000391 5.0996094 18.400391 L 2.3007812 19.199219 L 5.0996094 18.699219 C 5.1996094 19.499219 5.3992188 20.200391 5.6992188 20.900391 L 3.4003906 22.199219 L 5.8007812 21.199219 C 6.1007812 21.899219 6.5003906 22.599219 6.9003906 23.199219 L 5 24.699219 L 7 23.300781 C 7.5 24.000781 7.9996094 24.499609 8.5996094 25.099609 L 7.3007812 27 L 8.8007812 25.300781 C 9.4007812 25.800781 10.100781 26.299219 10.800781 26.699219 L 9.9003906 28.699219 L 10.900391 26.800781 C 11.600391 27.200781 12.399219 27.499219 13.199219 27.699219 L 12.800781 29.800781 L 13.400391 27.800781 C 14.200391 28.000781 15.000781 28.099609 15.800781 28.099609 L 16 30 L 16.099609 27.900391 C 16.899609 27.900391 17.8 27.799609 18.5 27.599609 L 19.099609 29.599609 L 18.699219 27.5 C 19.499219 27.3 20.3 26.999609 21 26.599609 L 22.099609 28.5 L 21.199219 26.5 C 21.899219 26.1 22.599219 25.699609 23.199219 25.099609 L 24.699219 26.800781 L 23.400391 25 C 24.000391 24.5 24.5 23.899219 25 23.199219 L 27 24.699219 L 25.099609 23 C 25.499609 22.4 25.899219 21.7 26.199219 21 L 28.699219 22 L 26.400391 20.699219 C 26.700391 19.999219 26.9 19.3 27 18.5 L 29.699219 19.099609 L 26.900391 18.300781 C 26.900391 17.800781 27 17.400391 27 16.900391 L 27 16.099609 L 30 16 L 26.900391 15.800781 C 26.800391 15.100781 26.7 14.399219 26.5 13.699219 L 29.599609 12.800781 L 26.300781 13.400391 C 26.100781 12.800391 25.8 12.1 25.5 11.5 L 28.5 9.9003906 L 25.300781 11.199219 C 25.000781 10.599219 24.599609 10.099609 24.099609 9.5996094 L 27 7.3007812 L 24 9.4003906 C 23.6 8.9003906 23.1 8.4996094 22.5 8.0996094 L 24.699219 5.0996094 L 22.199219 7.9003906 C 21.699219 7.5003906 21.099609 7.2 20.599609 7 L 22.099609 3.4003906 L 20.199219 6.8007812 L 18.400391 6.1992188 L 19.099609 2.3007812 L 18 6.0996094 C 17.4 5.9996094 16.799219 6 16.199219 6 L 16 2 z M 16 6.9003906 C 21.5 6.9003906 26 11.400391 26 16.900391 C 26 22.500391 21.5 26.900391 16 26.900391 C 10.5 26.900391 6 22.400391 6 16.900391 C 6 11.400391 10.5 6.9003906 16 6.9003906 z M 16 8 C 11.1 8 7.0996094 12.000391 7.0996094 16.900391 C 7.0996094 21.800391 11.1 25.800781 16 25.800781 C 20.9 25.800781 24.900391 21.800391 24.900391 16.900391 C 24.900391 12.000391 20.9 8 16 8 z M 20.5 11.5 L 20.5 18.099609 C 20.5 18.599609 20.5 18.8 21 19 C 20.8 19.3 20.600781 19.400391 20.300781 19.400391 L 14 19.400391 C 13.9 19.500391 13.8 19.699219 13 20.699219 C 12.9 20.199219 12.399609 19.400391 12.099609 19.400391 L 8.5996094 19.400391 C 8.7996094 19.000391 8.7992187 18.999609 8.6992188 18.599609 C 8.4992188 18.099609 8.6003906 17.600781 8.9003906 17.300781 C 9.2003906 17.000781 9.5992187 16.500781 9.6992188 16.300781 C 9.5992188 16.100781 9.5003906 15.699609 9.4003906 15.599609 C 9.6003906 15.299609 9.8996094 15.000781 10.099609 14.800781 C 10.199609 15.000781 10.300391 15.3 10.400391 15.5 C 10.500391 15.4 10.699219 15.199609 10.699219 15.099609 C 10.599219 15.399609 10.599609 15.600781 10.599609 15.800781 C 10.599609 16.000781 10.700391 16.300391 10.900391 16.900391 L 11.599609 18.5 L 12.300781 18.5 C 12.500781 18.5 12.800391 18.999219 13.400391 19.699219 C 13.500391 19.599219 13.5 19.500391 13.5 19.400391 C 13.5 19.100391 12.900391 17.9 12.900391 17.5 C 12.900391 17 13.199219 16.7 13.699219 16 C 13.699219 16.2 13.599609 16.4 13.599609 16.5 C 13.599609 16.9 14.000781 17.7 14.300781 18.5 L 15.300781 18.5 L 15.300781 18.400391 C 15.200781 18.300391 15.1 18.1 15 18 C 15.2 17.7 15.499609 17.299219 15.599609 17.199219 C 15.799609 17.599219 15.999609 18.2 16.099609 18.5 L 16.599609 18.5 C 16.499609 18.3 16.400391 18.000391 16.400391 17.900391 C 16.300391 17.700391 16.199609 17.6 16.099609 17.5 C 16.299609 17.2 16.599219 16.799219 16.699219 16.699219 C 16.799219 16.999219 17.200391 17.9 17.400391 18.5 L 17.900391 18.5 C 17.800391 18.3 17.600391 17.700781 17.400391 17.300781 C 17.300391 17.100781 17.199609 17.000391 17.099609 16.900391 C 17.299609 16.600391 17.599219 16.199609 17.699219 16.099609 C 17.999219 16.899609 18.399609 18 18.599609 18.5 L 19.699219 18.5 C 19.799219 18.5 20 18.199609 20 18.099609 L 20 14.300781 C 20 14.000781 19.800391 13.499609 19.400391 12.599609 C 19.600391 12.599609 20 12.2 20.5 11.5 z M 22.099609 11.5 L 22.099609 17.400391 C 22.099609 18.500391 22.699609 18.700391 23.099609 18.900391 C 23.199609 19.000391 23.399219 18.999609 23.699219 19.099609 C 23.599219 19.199609 23.400391 19.199219 22.900391 19.199219 C 22.000391 19.399219 21.5 19.199219 21.5 18.199219 L 21.5 14.300781 C 21.5 14.000781 21.300391 13.499609 20.900391 12.599609 C 21.200391 12.599609 21.599609 12.2 22.099609 11.5 z M 9.5 13.199219 C 9.5 13.299219 9.5992188 13.499609 9.6992188 13.599609 C 9.7992187 13.699609 9.9003906 13.9 9.9003906 14 C 9.9003906 14.1 9.7996094 14.299219 9.5996094 14.699219 C 9.4996094 14.499219 9.2996094 14.299219 9.0996094 14.199219 C 8.9996094 14.099219 8.9003906 14.000391 8.9003906 13.900391 C 8.9003906 13.900391 9.1 13.599219 9.5 13.199219 z M 10.599609 13.199219 C 10.599609 13.299219 10.700781 13.499609 10.800781 13.599609 C 10.900781 13.699609 11 13.9 11 14 C 11 14.1 10.899219 14.299219 10.699219 14.699219 C 10.599219 14.499219 10.399219 14.299219 10.199219 14.199219 C 10.099219 14.099219 10 14.000391 10 13.900391 C 10.1 13.900391 10.199609 13.599219 10.599609 13.199219 z M 13 14.300781 C 13 14.400781 13.099219 14.599219 13.199219 14.699219 C 13.299219 14.799219 13.400391 14.999609 13.400391 15.099609 C 13.400391 15.199609 13.299219 15.400781 13.199219 15.800781 C 13.099219 15.600781 12.899219 15.400781 12.699219 15.300781 C 12.599219 15.200781 12.5 15.1 12.5 15 C 12.4 15 12.6 14.700781 13 14.300781 z M 10.400391 17.5 C 10.400391 17.5 10.299219 17.600781 10.199219 17.800781 C 10.149219 17.850781 10.125 17.899609 10.125 17.974609 C 10.125 18.049609 10.149219 18.150781 10.199219 18.300781 C 10.199219 18.350781 10.224219 18.424219 10.261719 18.511719 C 10.299219 18.599219 10.350391 18.700781 10.400391 18.800781 L 10.900391 18.800781 L 10.599609 18.099609 C 10.549609 17.949609 10.500391 17.849219 10.462891 17.761719 C 10.425391 17.674219 10.400391 17.6 10.400391 17.5 z\"/></svg></li><li title=\"utensil spoon solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 23.09375 4 C 22.648438 4.007813 22.195313 4.070313 21.75 4.15625 C 19.972656 4.496094 18.191406 5.402344 16.875 6.71875 C 15.558594 8.035156 14.941406 9.585938 15 11.09375 C 15.046875 12.269531 15.503906 13.382813 16.21875 14.34375 L 4.28125 26.28125 L 5.71875 27.71875 L 17.65625 15.78125 C 18.617188 16.496094 19.730469 16.953125 20.90625 17 C 22.414063 17.058594 23.964844 16.441406 25.28125 15.125 C 26.597656 13.808594 27.503906 12.027344 27.84375 10.25 C 28.183594 8.472656 27.96875 6.59375 26.6875 5.3125 C 26.046875 4.671875 25.261719 4.300781 24.40625 4.125 C 23.980469 4.039063 23.539063 3.992188 23.09375 4 Z M 23.09375 6 C 23.402344 5.996094 23.699219 6.007813 23.96875 6.0625 C 24.507813 6.167969 24.957031 6.394531 25.28125 6.71875 C 25.929688 7.367188 26.167969 8.519531 25.90625 9.875 C 25.644531 11.230469 24.875 12.6875 23.875 13.6875 C 22.875 14.6875 21.925781 15.035156 21 15 C 20.074219 14.964844 19.132813 14.507813 18.3125 13.6875 C 17.492188 12.867188 17.035156 11.925781 17 11 C 16.964844 10.074219 17.3125 9.125 18.3125 8.125 C 19.3125 7.125 20.769531 6.355469 22.125 6.09375 C 22.464844 6.027344 22.785156 6.003906 23.09375 6 Z\"/></svg></li><li title=\"utensils solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 11 5 C 9.363281 5 8.136719 6.210938 7.3125 7.5625 C 6.488281 8.914063 6 10.515625 6 12 C 6 14.582031 7.78125 16.464844 10 16.90625 L 10 28 L 12 28 L 12 16.90625 C 14.21875 16.464844 16 14.582031 16 12 C 16 10.515625 15.511719 8.914063 14.6875 7.5625 C 13.863281 6.210938 12.636719 5 11 5 Z M 18 5 L 18 12 C 18 13.851563 19.28125 15.398438 21 15.84375 L 21 28 L 23 28 L 23 15.84375 C 24.71875 15.398438 26 13.851563 26 12 L 26 5 L 24 5 L 24 12 C 24 13.117188 23.117188 14 22 14 C 20.882813 14 20 13.117188 20 12 L 20 5 Z M 21 5 L 21 12 C 21 12.550781 21.449219 13 22 13 C 22.550781 13 23 12.550781 23 12 L 23 5 Z M 11 7 C 11.574219 7 12.34375 7.566406 12.96875 8.59375 C 13.59375 9.621094 14 10.996094 14 12 C 14 14.003906 12.75 15 11 15 C 9.25 15 8 14.003906 8 12 C 8 10.996094 8.40625 9.621094 9.03125 8.59375 C 9.65625 7.566406 10.425781 7 11 7 Z\"/></svg></li><li title=\"vaadin \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 4 4 C 3.4 4 3 4.4 3 5 L 3 7.5 C 3 9.4 4.6 11 6.5 11 L 13.599609 11 C 14.399609 11 15 11.600391 15 12.400391 L 15 13 C 15 13.6 15.4 14 16 14 C 16.6 14 17 13.6 17 13 L 17 12.400391 C 17 11.600391 17.600391 11 18.400391 11 L 25.5 11 C 27.4 11 29 9.4 29 7.5 L 29 5 C 29 4.4 28.6 4 28 4 C 27.4 4 27 4.4 27 5 L 27 5.5996094 C 27 6.3996094 26.399609 7 25.599609 7 L 19 7 C 17.3 7 16 8.3 16 10 C 16 8.3 14.7 7 13 7 L 6.4003906 7 C 5.6003906 7 5 6.3996094 5 5.5996094 L 5 5 C 5 4.4 4.6 4 4 4 z M 10.351562 15.027344 C 10.1625 15.044531 9.9757813 15.099219 9.8007812 15.199219 C 9.1007812 15.599219 8.7992187 16.499219 9.1992188 17.199219 L 14.699219 27.199219 C 14.899219 27.699219 15.5 28 16 28 C 16.5 28 17.100781 27.699219 17.300781 27.199219 L 22.800781 17.199219 C 23.200781 16.499219 22.899219 15.599219 22.199219 15.199219 C 21.499219 14.799219 20.599219 15.100781 20.199219 15.800781 L 16 23.400391 L 11.800781 15.800781 C 11.500781 15.275781 10.91875 14.975781 10.351562 15.027344 z\"/></svg></li><li title=\"vector square solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 12 L 7 12 L 7 20 L 5 20 L 5 27 L 12 27 L 12 25 L 20 25 L 20 27 L 27 27 L 27 20 L 25 20 L 25 12 L 27 12 L 27 5 L 20 5 L 20 7 L 12 7 L 12 5 L 5 5 z M 7 7 L 10 7 L 10 10 L 7 10 L 7 7 z M 22 7 L 25 7 L 25 10 L 22 10 L 22 7 z M 12 9 L 20 9 L 20 12 L 23 12 L 23 20 L 20 20 L 20 23 L 12 23 L 12 20 L 9 20 L 9 12 L 12 12 L 12 9 z M 7 22 L 10 22 L 10 25 L 7 25 L 7 22 z M 22 22 L 25 22 L 25 25 L 22 25 L 22 22 z\"/></svg></li><li title=\"venus double solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 11 3 C 6.589844 3 3 6.589844 3 11 C 3 15.070313 6.058594 18.441406 10 18.9375 L 10 23 L 6 23 L 6 25 L 10 25 L 10 29 L 12 29 L 12 25 L 20 25 L 20 29 L 22 29 L 22 25 L 26 25 L 26 23 L 22 23 L 22 18.9375 C 25.941406 18.441406 29 15.070313 29 11 C 29 6.589844 25.410156 3 21 3 C 19.480469 3 18.054688 3.449219 16.84375 4.1875 C 17.363281 4.632813 17.84375 5.136719 18.25 5.6875 C 19.078125 5.257813 20.003906 5 21 5 C 24.308594 5 27 7.691406 27 11 C 27 14.308594 24.308594 17 21 17 C 17.691406 17 15 14.308594 15 11 C 15 10.203125 15.15625 9.445313 15.4375 8.75 C 15.101563 8.085938 14.617188 7.515625 14.03125 7.0625 C 13.371094 8.226563 13 9.566406 13 11 C 13 15.070313 16.058594 18.441406 20 18.9375 L 20 23 L 12 23 L 12 18.90625 C 13.144531 18.761719 14.214844 18.386719 15.15625 17.8125 C 14.636719 17.367188 14.15625 16.863281 13.75 16.3125 C 12.921875 16.742188 11.996094 17 11 17 C 7.691406 17 5 14.308594 5 11 C 5 7.691406 7.691406 5 11 5 C 14.308594 5 17 7.691406 17 11 C 17 11.796875 16.84375 12.554688 16.5625 13.25 C 16.898438 13.914063 17.382813 14.484375 17.96875 14.9375 C 18.628906 13.773438 19 12.433594 19 11 C 19 6.589844 15.410156 3 11 3 Z\"/></svg></li><li title=\"venus mars solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 22 3 L 22 5 L 25.5625 5 L 22.1875 8.40625 C 20.984375 7.503906 19.53125 7 18 7 C 16.128906 7 14.382813 7.742188 13.0625 9.0625 C 11.742188 10.382813 11 12.128906 11 14 C 11 15.871094 11.742188 17.613281 13.0625 18.9375 C 13.933594 19.808594 14.96875 20.433594 16.125 20.75 C 16.238281 20.664063 16.367188 20.570313 16.46875 20.46875 C 16.902344 20.035156 17.183594 19.511719 17.34375 18.9375 C 16.253906 18.796875 15.257813 18.320313 14.46875 17.53125 C 13.523438 16.585938 13 15.335938 13 14 C 13 12.664063 13.523438 11.414063 14.46875 10.46875 C 15.414063 9.523438 16.664063 9 18 9 C 19.335938 9 20.585938 9.523438 21.53125 10.46875 C 22.476563 11.414063 23 12.664063 23 14 C 23 14.863281 22.753906 15.671875 22.34375 16.40625 C 22.441406 16.921875 22.5 17.464844 22.5 18 C 22.5 18.496094 22.457031 18.988281 22.375 19.46875 C 22.574219 19.308594 22.753906 19.121094 22.9375 18.9375 C 24.257813 17.613281 25 15.871094 25 14 C 25 12.46875 24.496094 11.015625 23.59375 9.8125 L 27 6.4375 L 27 10 L 29 10 L 29 3 Z M 15.875 11.25 C 15.761719 11.335938 15.632813 11.429688 15.53125 11.53125 C 15.097656 11.964844 14.816406 12.488281 14.65625 13.0625 C 15.746094 13.203125 16.742188 13.679688 17.53125 14.46875 C 18.476563 15.414063 19 16.664063 19 18 C 19 19.335938 18.476563 20.585938 17.53125 21.53125 C 16.585938 22.476563 15.335938 23 14 23 C 12.664063 23 11.414063 22.476563 10.46875 21.53125 C 9.523438 20.585938 9 19.335938 9 18 C 9 17.136719 9.246094 16.328125 9.65625 15.59375 C 9.558594 15.078125 9.5 14.535156 9.5 14 C 9.5 13.503906 9.542969 13.011719 9.625 12.53125 C 9.425781 12.691406 9.246094 12.878906 9.0625 13.0625 C 7.742188 14.386719 7 16.128906 7 18 C 7 19.53125 7.503906 20.984375 8.40625 22.1875 L 6.71875 23.875 L 4.71875 21.875 L 3.28125 23.28125 L 5.28125 25.28125 L 3.28125 27.28125 L 4.71875 28.71875 L 6.71875 26.71875 L 8.71875 28.71875 L 10.125 27.28125 L 8.125 25.28125 L 9.8125 23.59375 C 11.015625 24.5 12.464844 25 14 25 C 15.871094 25 17.617188 24.257813 18.9375 22.9375 C 20.257813 21.617188 21 19.871094 21 18 C 21 16.128906 20.257813 14.386719 18.9375 13.0625 C 18.066406 12.191406 17.03125 11.566406 15.875 11.25 Z\"/></svg></li><li title=\"venus solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 11.59375 3 8 6.59375 8 11 C 8 15.066406 11.066406 18.4375 15 18.9375 L 15 23 L 11 23 L 11 25 L 15 25 L 15 29 L 17 29 L 17 25 L 21 25 L 21 23 L 17 23 L 17 18.9375 C 20.933594 18.4375 24 15.066406 24 11 C 24 6.59375 20.40625 3 16 3 Z M 16 5 C 19.324219 5 22 7.675781 22 11 C 22 14.324219 19.324219 17 16 17 C 12.675781 17 10 14.324219 10 11 C 10 7.675781 12.675781 5 16 5 Z\"/></svg></li><li title=\"viacoin \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6.28125 6 L 8.84375 12 L 5 12 L 5 14 L 9.6875 14 L 10.53125 16 L 5 16 L 5 18 L 11.40625 18 L 15.875 28.53125 L 20.46875 18 L 27 18 L 27 16 L 21.34375 16 L 22.21875 14 L 27 14 L 27 12 L 23.09375 12 L 25.71875 6 L 23.53125 6 L 19.15625 16 L 12.71875 16 L 8.4375 6 Z M 13.5625 18 L 18.28125 18 L 15.90625 23.46875 Z\"/></svg></li><li title=\"viadeo square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 7.4003906 5 C 6.1003906 5 5 6.1003906 5 7.4003906 L 5 24.699219 C 5 25.899219 6.1003906 27 7.4003906 27 L 24.699219 27 C 25.999219 27 27.099609 25.899609 27.099609 24.599609 L 27.099609 7.4003906 C 26.999609 6.1003906 25.899609 5 24.599609 5 L 7.4003906 5 z M 15.300781 7.6992188 C 16.700781 8.5992187 17.399609 10.9 17.599609 12.5 C 17.999609 13.6 18.199219 14.899609 18.199219 16.099609 C 18.199219 18.898684 17.099519 21.097689 14.701172 22.597656 C 17.150199 22.636871 19 20.566165 19 18.199219 C 19 17.599219 18.899609 17.000391 18.599609 16.400391 C 19.099609 16.300391 19.500391 16.100391 19.900391 15.900391 C 20.800391 17.700391 20.700391 20.299219 18.900391 22.199219 C 16.700391 24.599219 12.799609 24.599219 10.599609 22.199219 C 7.0996094 18.399219 9.5992187 12.199219 14.699219 12.199219 C 15.399219 12.199219 16.099219 12.3 16.699219 12.5 C 16.499219 12.9 16.300781 13.400391 16.300781 13.900391 C 15.800781 13.700391 15.299219 13.599609 14.699219 13.599609 C 12.199219 13.599609 10.400391 15.699609 10.400391 18.099609 C 10.400391 20.299609 11.900391 22.1 13.900391 22.5 C 17.000391 21.3 17.599609 16.499609 17.599609 13.599609 L 17.599609 12.5 C 16.999609 10.8 16.200781 9.1992187 15.300781 7.6992188 z M 14.701172 22.597656 C 14.666972 22.597109 14.63404 22.600987 14.599609 22.599609 L 14.699219 22.599609 C 14.700012 22.599114 14.700379 22.598152 14.701172 22.597656 z M 22.099609 8.1992188 C 23.799609 10.399219 22.900781 14.699219 20.300781 14.699219 C 19.600781 14.699219 19 14.300391 18.5 13.900391 C 19.6 13.300391 20.999219 12.299219 21.699219 11.199219 C 21.799219 10.999219 21.900391 10.799609 21.900391 10.599609 C 21.300391 11.999609 19.599609 13.1 18.099609 13.5 C 17.899609 13.1 17.699219 12.700781 17.699219 12.300781 C 17.699219 11.800781 18.000391 11.099219 18.400391 10.699219 C 19.500391 9.6992188 21.099609 10.299219 22.099609 8.1992188 z\"/></svg></li><li title=\"viadeo \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 15 3 C 16.4 5.4 17.699609 7.9992188 18.599609 10.699219 C 18.399609 8.0992188 17.2 4.5 15 3 z M 25.699219 4 C 24.199219 7.2 21.799609 6.3003906 20.099609 7.9003906 C 19.499609 8.4003906 19.099609 9.5007812 19.099609 10.300781 C 19.099609 11.000781 19.299219 11.599219 19.699219 12.199219 C 21.999219 11.699219 24.400391 10.000781 25.400391 7.8007812 C 25.400391 8.0007812 25.199609 8.4992188 25.099609 8.6992188 C 24.099609 10.399219 22.000781 11.900781 20.300781 12.800781 C 21.100781 13.500781 22 14 23 14 C 26.8 14 28.299219 7.5 25.699219 4 z M 18.5 10.699219 L 18.5 12.5 C 18.5 17.139463 17.553831 24.56665 12.615234 26.865234 C 9.3916427 26.231806 7 23.424784 7 20 C 7 16.1 10.1 13 14 13 C 14.8 13 15.499219 13.100391 16.199219 13.400391 C 16.299219 12.800391 16.500781 12.199609 16.800781 11.599609 L 16.900391 11.5 C 16.000391 11.2 15 11 14 11 C 9 11 5 15 5 20 C 5 25 9 29 14 29 C 19 29 23 25 23 20 C 23 18.7 22.699219 17.400781 22.199219 16.300781 C 22.099219 16.300781 22.000781 16.4 21.800781 16.5 C 21.400781 16.8 20.900391 16.999609 20.400391 17.099609 C 20.800391 17.999609 21 19 21 20 C 21 23.9 17.9 27 14 27 C 13.972258 27 13.945629 26.996407 13.917969 26.996094 C 17.696874 24.587755 19.5 20.876862 19.5 16.5 C 19.5 14.5 19.2 12.499219 18.5 10.699219 z\"/></svg></li><li title=\"vial solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 18.6875 3.2734375 L 17.271484 4.6875 L 18.591797 6.0078125 L 5.5 19.099609 C 3.5 21.099609 3.5 24.5 5.5 26.5 C 6.5 27.5 7.8992188 28 9.1992188 28 C 10.599219 28 11.900391 27.5 12.900391 26.5 L 25.992188 13.408203 L 27.242188 14.65625 L 28.65625 13.242188 L 18.6875 3.2734375 z M 19.992188 7.4082031 L 24.591797 12.007812 L 20.599609 16 L 11.400391 16 L 19.992188 7.4082031 z M 9.4003906 18 L 18.599609 18 L 11.5 25.099609 C 10.2 26.399609 8.2003906 26.399609 6.9003906 25.099609 C 5.6003906 23.799609 5.6003906 21.8 6.9003906 20.5 L 9.4003906 18 z\"/></svg></li><li title=\"vials solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 7 L 6 7 L 6 19.5 C 6 21.4 7.6 23 9.5 23 C 11.4 23 13 21.4 13 19.5 L 13 7 L 14 7 L 14 5 L 13 5 L 6 5 L 5 5 z M 18 5 L 18 7 L 19 7 L 19 19.5 C 19 21.4 20.6 23 22.5 23 C 24.4 23 26 21.4 26 19.5 L 26 7 L 27 7 L 27 5 L 18 5 z M 8 7 L 11 7 L 11 13 L 8 13 L 8 7 z M 21 7 L 24 7 L 24 13 L 21 13 L 21 7 z M 8 15 L 11 15 L 11 19.5 C 11 20.3 10.3 21 9.5 21 C 8.7 21 8 20.3 8 19.5 L 8 15 z M 21 15 L 24 15 L 24 19.5 C 24 20.3 23.3 21 22.5 21 C 21.7 21 21 20.3 21 19.5 L 21 15 z M 2 25 L 2 27 L 30 27 L 30 25 L 2 25 z\"/></svg></li><li title=\"viber \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 15.699219 4 C 13.799219 4 9.0996094 4.1996094 6.5996094 6.5996094 C 4.7996094 8.2996094 4.1 10.9 4 14 C 3.8 18.9 4.8992187 21.999609 6.6992188 23.599609 C 7.0992188 23.899609 8.1 24.700781 10 25.300781 L 10 27.800781 C 10 27.800781 9.9996094 28.8 10.599609 29 C 10.699609 29 10.800391 29.099609 10.900391 29.099609 C 11.500391 29.099609 11.999219 28.399219 12.699219 27.699219 C 13.299219 26.999219 13.799609 26.5 14.099609 26 L 15.5 26 L 16.300781 26 C 18.200781 26 22.900391 25.800391 25.400391 23.400391 C 27.200391 21.600391 27.900391 18.999219 27.900391 15.699219 C 28.000391 15.199219 28 14.6 28 14 C 27.9 10.3 26.800781 7.8003906 25.300781 6.4003906 C 24.700781 5.9003906 22.1 4 16.5 4 L 15.699219 4 z M 15.5 5.9003906 L 16.199219 5.9003906 L 16.300781 5.9003906 L 16.400391 5.9003906 C 21.700391 5.9003906 23.700391 7.6007812 23.900391 7.8007812 C 25.100391 8.8007812 25.800391 11.000391 25.900391 13.900391 L 25.900391 14.300781 C 26.000391 14.900781 26 15.399219 26 15.699219 C 25.9 18.699219 25.299609 20.7 24.099609 22 C 21.999609 23.9 17.600391 24 16.400391 24 L 15.699219 24 L 15.599609 24 L 15.5 24 L 14.5 24 L 12.900391 25.800781 L 11.900391 26.900391 L 11.699219 27.199219 C 11.499219 27.399219 11.2 27.800391 11 27.900391 L 11 27.699219 L 11 23.400391 C 9 22.900391 8.2 22.2 8 22 C 6.6 20.8 5.8 17.9 6 14 L 6 13 C 6.2 10.6 6.8007812 9.0003906 7.8007812 7.9003906 C 9.9007813 6.0003906 14.3 5.9003906 15.5 5.9003906 z M 15.400391 8.0996094 C 14.900391 8.0996094 14.900391 8.8007812 15.400391 8.8007812 C 19.100391 8.8007813 22.300781 11.3 22.300781 16 C 22.300781 16.5 23 16.5 23 16 C 23 10.9 19.600391 7.9996094 15.400391 8.0996094 z M 11.4375 9.0253906 C 11.225 9.0003906 11.000781 9.0492188 10.800781 9.1992188 C 9.8007812 9.6992188 8.7996094 10.700781 9.0996094 11.800781 C 9.0996094 11.800781 9.3003906 12.699609 10.400391 14.599609 C 11.000391 15.499609 11.5 16.300391 12 16.900391 C 12.5 17.600391 13.299609 18.4 14.099609 19 C 15.699609 20.3 18.200781 21.600391 19.300781 21.900391 C 20.300781 22.200391 21.400391 21.199219 21.900391 20.199219 C 22.100391 19.799219 21.999609 19.3 21.599609 19 C 20.999609 18.4 20.000781 17.700781 19.300781 17.300781 C 18.800781 17.000781 18.2 17.2 18 17.5 L 17.5 18.099609 C 17.3 18.399609 16.800781 18.400391 16.800781 18.400391 C 13.500781 17.500391 12.599609 14.099609 12.599609 14.099609 C 12.599609 14.099609 12.600391 13.700391 12.900391 13.400391 L 13.5 12.900391 C 13.8 12.700391 13.999219 12.099609 13.699219 11.599609 C 13.499219 11.299609 13.200391 10.700391 12.900391 10.400391 C 12.600391 10.000391 12 9.3007812 12 9.3007812 C 11.85 9.1507812 11.65 9.0503906 11.4375 9.0253906 z M 16.099609 10.099609 C 15.599609 9.9996094 15.5 10.800781 16 10.800781 C 18.8 11.000781 20.400781 12.900781 20.300781 15.300781 C 20.200781 15.800781 21 15.800781 21 15.300781 C 21.1 12.500781 19.299609 10.199609 16.099609 10.099609 z M 16.400391 12 C 15.900391 11.9 15.900391 12.699219 16.400391 12.699219 C 17.600391 12.699219 18.199219 13.399609 18.199219 14.599609 C 18.299219 15.099609 19 15.099609 19 14.599609 C 18.9 12.999609 18.000391 12 16.400391 12 z\"/></svg></li><li title=\"video slash solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 3.71875 2.28125 L 2.28125 3.71875 L 28.28125 29.71875 L 29.71875 28.28125 L 24 22.5625 L 24 20.625 L 30 23.625 L 30 8.375 L 24 11.375 L 24 8 L 9.4375 8 Z M 2 8 L 2 24 L 20 24 L 18 22 L 4 22 L 4 10 L 6 10 L 4 8 Z M 11.4375 10 L 22 10 L 22 20.5625 Z M 28 11.625 L 28 20.375 L 24 18.375 L 24 13.625 Z\"/></svg></li><li title=\"video solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 2 8 L 2 24 L 24 24 L 24 20.625 L 30 23.625 L 30 8.375 L 24 11.375 L 24 8 Z M 4 10 L 22 10 L 22 22 L 4 22 Z M 28 11.625 L 28 20.375 L 24 18.375 L 24 13.625 Z\"/></svg></li><li title=\"vihara solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3.6992188 L 8.0996094 10 L 10 10 L 10 12.523438 L 5.0996094 16.199219 L 7 17.123047 L 7 20.527344 L 2 24.300781 L 6 25.880859 L 6 28 L 8 28 L 8 26 L 15 26 L 15 28 L 17 28 L 17 26 L 24 26 L 24 28 L 26 28 L 26 25.884766 L 30.099609 24.300781 L 25 20.453125 L 25 17.146484 L 27 16.199219 L 22 12.449219 L 22 10 L 23.900391 10 L 16 3.6992188 z M 16 6.3007812 L 18.199219 8 L 13.900391 8 L 16 6.3007812 z M 12 10 L 20 10 L 20 12 L 12 12 L 12 10 z M 11.400391 14 L 20.699219 14 L 23 15.800781 L 22.699219 16 L 9.1992188 16 L 9 15.800781 L 11.400391 14 z M 9 18 L 23 18 L 23 20 L 9 20 L 9 18 z M 8.3007812 22 L 9 22 L 23 22 L 23.699219 22 L 26 23.699219 L 25.300781 24 L 6.6992188 24 L 6 23.699219 L 8.3007812 22 z\"/></svg></li><li title=\"vimeo square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 L 5 5 z M 7 7 L 25 7 L 25 25 L 7 25 L 7 7 z M 20.878906 10 C 18.970906 10 17.676 10.827922 17 13.044922 C 17.844 12.682922 19.091313 12.588 18.945312 14 C 18.906312 14.478 18.48325 15.358484 17.90625 16.271484 C 16.30425 18.798484 15.91425 17.954 15.03125 12.375 C 14.78125 10.804 14.122781 10.072781 13.050781 10.175781 C 12.103781 10.261781 10.588 11.769063 9 13.164062 L 9.6464844 14 C 10.262484 13.565 10.622563 13.390625 10.726562 13.390625 C 11.622563 13.390625 12.082969 15.719359 13.167969 19.693359 C 13.722969 21.174359 14.398125 21.914062 15.203125 21.914062 C 16.499125 21.914062 18.084031 20.696672 19.957031 18.263672 C 21.769031 15.934672 22.811094 14.096813 22.871094 12.757812 C 22.922094 11.047813 22.192906 10 20.878906 10 z\"/></svg></li><li title=\"vimeo v \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 27.988281 10.410156 C 27.882813 12.753906 26.25 15.957031 23.09375 20.027344 C 19.828125 24.273438 17.070313 26.398438 14.8125 26.398438 C 13.410156 26.398438 12.226563 25.105469 11.261719 22.519531 C 10.613281 20.144531 9.96875 17.773438 9.324219 15.402344 C 8.605469 12.8125 7.835938 11.519531 7.011719 11.519531 C 6.832031 11.519531 6.203125 11.898438 5.128906 12.652344 L 4 11.195313 C 5.183594 10.152344 6.351563 9.109375 7.503906 8.066406 C 9.082031 6.699219 10.269531 5.980469 11.058594 5.90625 C 12.925781 5.726563 14.078125 7.003906 14.507813 9.742188 C 14.972656 12.699219 15.296875 14.535156 15.476563 15.253906 C 16.015625 17.707031 16.609375 18.929688 17.257813 18.929688 C 17.757813 18.929688 18.511719 18.136719 19.519531 16.546875 C 20.523438 14.953125 21.0625 13.746094 21.136719 12.914063 C 21.277344 11.542969 20.738281 10.855469 19.519531 10.855469 C 18.945313 10.855469 18.351563 10.984375 17.742188 11.246094 C 18.921875 7.378906 21.175781 5.496094 24.503906 5.605469 C 26.96875 5.675781 28.128906 7.277344 27.988281 10.410156 Z\"/></svg></li><li title=\"vimeo \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 27.988281 10.410156 C 27.882813 12.753906 26.25 15.957031 23.09375 20.027344 C 19.828125 24.273438 17.070313 26.398438 14.8125 26.398438 C 13.410156 26.398438 12.226563 25.105469 11.261719 22.519531 C 10.613281 20.144531 9.96875 17.773438 9.324219 15.402344 C 8.605469 12.8125 7.835938 11.519531 7.011719 11.519531 C 6.832031 11.519531 6.203125 11.898438 5.128906 12.652344 L 4 11.195313 C 5.183594 10.152344 6.351563 9.109375 7.503906 8.066406 C 9.082031 6.699219 10.269531 5.980469 11.058594 5.90625 C 12.925781 5.726563 14.078125 7.003906 14.507813 9.742188 C 14.972656 12.699219 15.296875 14.535156 15.476563 15.253906 C 16.015625 17.707031 16.609375 18.929688 17.257813 18.929688 C 17.757813 18.929688 18.511719 18.136719 19.519531 16.546875 C 20.523438 14.953125 21.0625 13.746094 21.136719 12.914063 C 21.277344 11.542969 20.738281 10.855469 19.519531 10.855469 C 18.945313 10.855469 18.351563 10.984375 17.742188 11.246094 C 18.921875 7.378906 21.175781 5.496094 24.503906 5.605469 C 26.96875 5.675781 28.128906 7.277344 27.988281 10.410156 Z\"/></svg></li><li title=\"vine \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 25.644531 15.9375 C 25.074219 16.066406 24.527344 16.125 24.035156 16.125 C 21.257813 16.125 19.121094 14.1875 19.121094 10.816406 C 19.121094 9.164063 19.761719 8.304688 20.664063 8.304688 C 21.523438 8.304688 22.097656 9.074219 22.097656 10.640625 C 22.097656 11.527344 21.859375 12.503906 21.683594 13.082031 C 21.683594 13.082031 22.535156 14.574219 24.875 14.113281 C 25.371094 13.011719 25.644531 11.585938 25.644531 10.332031 C 25.644531 6.960938 23.925781 5 20.773438 5 C 17.535156 5 15.640625 7.488281 15.640625 10.773438 C 15.640625 14.023438 17.160156 16.816406 19.667969 18.085938 C 18.613281 20.195313 17.273438 22.054688 15.875 23.453125 C 13.335938 20.382813 11.042969 16.289063 10.101563 8.304688 L 6.355469 8.304688 C 8.085938 21.605469 13.242188 25.84375 14.605469 26.65625 C 15.375 27.117188 16.039063 27.097656 16.746094 26.699219 C 17.851563 26.070313 21.175781 22.746094 23.015625 18.855469 C 23.789063 18.851563 24.71875 18.765625 25.644531 18.554688 Z\"/></svg></li><li title=\"vk \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 9.082031 5 C 6.839844 5 5 6.839844 5 9.082031 L 5 22.917969 C 5 25.160156 6.839844 27 9.082031 27 L 22.917969 27 C 25.160156 27 27 25.160156 27 22.917969 L 27 9.082031 C 27 6.839844 25.160156 5 22.917969 5 Z M 9.082031 7 L 22.917969 7 C 24.078125 7 25 7.921875 25 9.082031 L 25 22.917969 C 25 24.078125 24.078125 25 22.917969 25 L 9.082031 25 C 7.921875 25 7 24.078125 7 22.917969 L 7 9.082031 C 7 7.921875 7.921875 7 9.082031 7 Z M 15.71875 12.230469 C 14.984375 12.222656 14.359375 12.230469 14.007813 12.402344 C 13.773438 12.515625 13.59375 12.773438 13.703125 12.785156 C 13.839844 12.804688 14.148438 12.871094 14.3125 13.09375 C 14.523438 13.378906 14.515625 14.023438 14.515625 14.023438 C 14.515625 14.023438 14.632813 15.796875 14.230469 16.019531 C 13.953125 16.171875 13.574219 15.863281 12.753906 14.453125 C 12.335938 13.726563 12.019531 12.925781 12.019531 12.925781 C 12.019531 12.925781 11.960938 12.777344 11.851563 12.699219 C 11.71875 12.601563 11.535156 12.570313 11.535156 12.570313 L 9.578125 12.582031 C 9.578125 12.582031 9.285156 12.59375 9.179688 12.71875 C 9.082031 12.835938 9.171875 13.066406 9.171875 13.066406 C 9.171875 13.066406 10.703125 16.648438 12.4375 18.453125 C 14.027344 20.109375 15.832031 20 15.832031 20 L 16.652344 20 C 16.652344 20 16.898438 19.972656 17.023438 19.839844 C 17.140625 19.714844 17.136719 19.480469 17.136719 19.480469 C 17.136719 19.480469 17.121094 18.382813 17.628906 18.21875 C 18.132813 18.0625 18.773438 19.28125 19.457031 19.75 C 19.976563 20.105469 20.371094 20.027344 20.371094 20.027344 L 22.199219 20 C 22.199219 20 23.152344 19.941406 22.699219 19.1875 C 22.664063 19.128906 22.4375 18.632813 21.34375 17.617188 C 20.195313 16.554688 20.347656 16.726563 21.730469 14.886719 C 22.570313 13.765625 22.90625 13.082031 22.800781 12.785156 C 22.699219 12.507813 22.082031 12.582031 22.082031 12.582031 L 20.023438 12.59375 C 20.023438 12.59375 19.871094 12.574219 19.757813 12.640625 C 19.648438 12.707031 19.578125 12.863281 19.578125 12.863281 C 19.578125 12.863281 19.25 13.730469 18.816406 14.46875 C 17.902344 16.023438 17.53125 16.109375 17.382813 16.011719 C 17.035156 15.785156 17.121094 15.105469 17.121094 14.625 C 17.121094 13.113281 17.351563 12.488281 16.675781 12.324219 C 16.453125 12.269531 16.289063 12.234375 15.71875 12.230469 Z\"/></svg></li><li title=\"vnv \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 0.59960938 12 C -0.40039062 12 0.099609375 12.900391 0.099609375 12.900391 L 2.8007812 18.5 C 2.8007812 18.5 3.3996094 20 5.0996094 20 L 6.9003906 20 C 8.6003906 20 9.1992188 18.5 9.1992188 18.5 L 11.900391 12.900391 C 11.900391 12.900391 12.400391 12 11.400391 12 L 9.8007812 12 C 9.2007812 12 9.1007812 12.400391 8.8007812 12.900391 L 7 16.599609 C 7 16.599609 6.8 17.300781 6 17.300781 C 5.2 17.300781 5 16.599609 5 16.599609 L 3.0996094 12.900391 C 2.7996094 12.400391 2.6992188 12 2.1992188 12 L 0.59960938 12 z M 15.199219 12 C 13.499219 12 12.900391 13.5 12.900391 13.5 L 10.199219 19.099609 C 10.199219 19.099609 9.6992188 20 10.699219 20 L 12.300781 20 C 12.800781 20 12.899219 19.599609 13.199219 19.099609 L 15 15.400391 C 15 15.400391 15.2 14.699219 16 14.699219 C 16.7 14.699219 17 15.400391 17 15.400391 L 18.900391 19.099609 C 19.100391 19.599609 19.300781 20 19.800781 20 L 21.400391 20 C 22.400391 20 21.900391 19.099609 21.900391 19.099609 L 19.199219 13.5 C 19.199219 13.5 18.600391 12 16.900391 12 L 15.199219 12 z M 20.699219 12 C 19.699219 12 20.199219 12.900391 20.199219 12.900391 L 22.900391 18.5 C 22.900391 18.5 23.499219 20 25.199219 20 L 26.900391 20 C 28.600391 20 29.199219 18.5 29.199219 18.5 L 31.900391 12.900391 C 31.900391 12.900391 32.400781 12 31.300781 12 L 29.699219 12 C 29.199219 12 29.100781 12.400391 28.800781 12.900391 L 27 16.599609 C 27 16.599609 26.8 17.300781 26 17.300781 C 25.3 17.300781 25 16.599609 25 16.599609 L 23.199219 12.900391 C 22.899219 12.400391 22.800781 12 22.300781 12 L 20.699219 12 z\"/></svg></li><li title=\"voicemail solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 8 9 C 4.144531 9 1 12.144531 1 16 C 1 19.855469 4.144531 23 8 23 L 24 23 C 27.855469 23 31 19.855469 31 16 C 31 12.144531 27.855469 9 24 9 C 20.144531 9 17 12.144531 17 16 C 17 17.957031 17.820313 19.726563 19.125 21 L 12.875 21 C 14.179688 19.726563 15 17.957031 15 16 C 15 12.144531 11.855469 9 8 9 Z M 8 11 C 10.773438 11 13 13.226563 13 16 C 13 18.773438 10.773438 21 8 21 C 5.226563 21 3 18.773438 3 16 C 3 13.226563 5.226563 11 8 11 Z M 24 11 C 26.773438 11 29 13.226563 29 16 C 29 18.773438 26.773438 21 24 21 C 21.226563 21 19 18.773438 19 16 C 19 13.226563 21.226563 11 24 11 Z\"/></svg></li><li title=\"volleyball ball solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.855469 3 3 8.855469 3 16 C 3 23.144531 8.855469 29 16 29 C 23.144531 29 29 23.144531 29 16 C 29 8.855469 23.144531 3 16 3 Z M 16 5 C 18.355469 5 20.550781 5.757813 22.34375 7.03125 C 20.171875 6.496094 18.125 6.410156 16.40625 6.53125 C 15.101563 6.625 13.976563 6.820313 13.125 7.03125 C 12.851563 7.097656 12.675781 7.15625 12.46875 7.21875 C 12.347656 6.539063 12.3125 5.980469 12.3125 5.65625 C 13.46875 5.242188 14.703125 5 16 5 Z M 10.375 6.59375 C 10.429688 7.132813 10.542969 7.777344 10.71875 8.5 C 10.714844 8.699219 10.769531 8.894531 10.875 9.0625 C 11.203125 10.222656 11.703125 11.535156 12.5 12.90625 C 12.519531 12.9375 12.539063 12.96875 12.5625 13 C 13.175781 14.039063 13.933594 15.109375 14.90625 16.15625 C 14.652344 17.019531 14.339844 17.816406 14 18.53125 C 13.421875 18.003906 12.691406 17.226563 11.90625 16.09375 C 10.578125 14.179688 9.3125 11.421875 9.25 7.71875 C 9.25 7.601563 9.226563 7.484375 9.1875 7.375 C 9.554688 7.085938 9.972656 6.835938 10.375 6.59375 Z M 17.4375 8.46875 C 19.625 8.421875 22.261719 8.761719 24.90625 10.03125 C 25.027344 10.113281 25.167969 10.164063 25.3125 10.1875 C 25.632813 10.695313 25.921875 11.21875 26.15625 11.78125 C 23.042969 10.386719 20.15625 10.117188 17.875 10.28125 C 16.050781 10.410156 14.6875 10.808594 13.8125 11.125 C 13.46875 10.4375 13.207031 9.773438 13 9.15625 C 13.195313 9.097656 13.375 9.03125 13.625 8.96875 C 14.375 8.78125 15.359375 8.582031 16.53125 8.5 C 16.824219 8.480469 17.125 8.476563 17.4375 8.46875 Z M 7.34375 9.25 C 7.683594 12.660156 8.933594 15.320313 10.25 17.21875 C 11.277344 18.703125 12.328125 19.730469 13 20.3125 C 12.546875 21 12.058594 21.578125 11.59375 22.09375 C 10.976563 21.480469 10.101563 20.503906 9.25 19.1875 C 7.894531 17.089844 6.660156 14.195313 6.78125 10.71875 C 6.800781 10.535156 6.765625 10.351563 6.6875 10.1875 C 6.890625 9.867188 7.109375 9.546875 7.34375 9.25 Z M 18.9375 12.25 C 21.113281 12.222656 23.78125 12.652344 26.65625 14.25 C 26.714844 14.289063 26.777344 14.320313 26.84375 14.34375 C 26.917969 14.835938 26.992188 15.335938 27 15.84375 C 25.691406 15.257813 23.589844 14.554688 20.84375 14.5 C 20.65625 14.417969 20.449219 14.398438 20.25 14.4375 C 20.1875 14.453125 20.121094 14.472656 20.0625 14.5 C 20.042969 14.5 20.019531 14.5 20 14.5 C 18.921875 14.53125 17.753906 14.6875 16.53125 14.96875 C 15.871094 14.277344 15.316406 13.574219 14.84375 12.875 C 15.589844 12.640625 16.675781 12.378906 18.03125 12.28125 C 18.320313 12.261719 18.625 12.253906 18.9375 12.25 Z M 5.125 14.40625 C 5.617188 16.714844 6.5625 18.699219 7.5625 20.25 C 8.527344 21.746094 9.480469 22.808594 10.1875 23.5 C 9.699219 23.914063 9.289063 24.210938 8.96875 24.4375 C 6.542969 22.417969 5 19.390625 5 16 C 5 15.460938 5.050781 14.925781 5.125 14.40625 Z M 21.34375 16.53125 C 22.128906 16.574219 22.851563 16.648438 23.5 16.78125 C 23.476563 16.984375 23.453125 17.171875 23.40625 17.4375 C 23.269531 18.195313 23.023438 19.195313 22.59375 20.28125 C 21.734375 22.449219 20.171875 24.957031 17.25 26.6875 C 17.152344 26.753906 17.066406 26.839844 17 26.9375 C 16.671875 26.96875 16.335938 27 16 27 C 15.523438 27 15.054688 26.964844 14.59375 26.90625 C 17.382813 24.933594 19.066406 22.519531 20.0625 20.4375 C 20.636719 19.238281 20.980469 18.148438 21.1875 17.28125 C 21.257813 16.984375 21.300781 16.765625 21.34375 16.53125 Z M 19.1875 16.5625 C 19.230469 16.558594 19.273438 16.566406 19.3125 16.5625 C 19.292969 16.65625 19.273438 16.710938 19.25 16.8125 C 19.074219 17.554688 18.753906 18.507813 18.25 19.5625 C 17.242188 21.667969 15.46875 24.148438 12.25 26.03125 C 12.144531 26.078125 12.050781 26.140625 11.96875 26.21875 C 11.519531 26.039063 11.105469 25.828125 10.6875 25.59375 C 11.011719 25.34375 11.40625 25.023438 11.8125 24.65625 C 12.082031 24.664063 12.34375 24.5625 12.539063 24.375 C 12.734375 24.1875 12.84375 23.925781 12.84375 23.65625 C 13.578125 22.871094 14.332031 21.925781 15.03125 20.75 C 15.117188 20.648438 15.179688 20.53125 15.21875 20.40625 C 15.785156 19.40625 16.285156 18.261719 16.6875 16.96875 C 17.566406 16.75 18.390625 16.632813 19.1875 16.5625 Z M 25.4375 17.34375 C 26.03125 17.558594 26.488281 17.769531 26.8125 17.9375 C 26.269531 20.960938 24.507813 23.554688 22.03125 25.1875 C 23.160156 23.816406 23.945313 22.355469 24.46875 21.03125 C 24.957031 19.800781 25.21875 18.679688 25.375 17.8125 C 25.410156 17.621094 25.414063 17.503906 25.4375 17.34375 Z\"/></svg></li><li title=\"volume down solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 15 4.59375 L 13.28125 6.28125 L 8.5625 11 L 4 11 L 4 21 L 8.5625 21 L 13.28125 25.71875 L 15 27.40625 Z M 13 9.4375 L 13 22.5625 L 9.71875 19.28125 L 9.40625 19 L 6 19 L 6 13 L 9.40625 13 L 9.71875 12.71875 Z M 18.5 12.03125 L 17.0625 13.46875 C 17.640625 14.164063 18 15.027344 18 16 C 18 16.972656 17.640625 17.835938 17.0625 18.53125 L 18.5 19.96875 C 19.4375 18.910156 20 17.523438 20 16 C 20 14.476563 19.4375 13.089844 18.5 12.03125 Z\"/></svg></li><li title=\"volume mute solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 15 4.59375 L 13.28125 6.28125 L 8.5625 11 L 4 11 L 4 21 L 8.5625 21 L 13.28125 25.71875 L 15 27.40625 Z M 13 9.4375 L 13 22.5625 L 9.71875 19.28125 L 9.40625 19 L 6 19 L 6 13 L 9.40625 13 L 9.71875 12.71875 Z M 20.21875 11.78125 L 18.78125 13.21875 L 21.5625 16 L 18.78125 18.78125 L 20.21875 20.21875 L 23 17.4375 L 25.78125 20.21875 L 27.21875 18.78125 L 24.4375 16 L 27.21875 13.21875 L 25.78125 11.78125 L 23 14.5625 Z\"/></svg></li><li title=\"volume off solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 15 4.59375 L 13.28125 6.28125 L 8.5625 11 L 4 11 L 4 21 L 8.5625 21 L 13.28125 25.71875 L 15 27.40625 Z M 13 9.4375 L 13 22.5625 L 9.71875 19.28125 L 9.40625 19 L 6 19 L 6 13 L 9.40625 13 L 9.71875 12.71875 Z M 20.21875 11.78125 L 18.78125 13.21875 L 21.5625 16 L 18.78125 18.78125 L 20.21875 20.21875 L 23 17.4375 L 25.78125 20.21875 L 27.21875 18.78125 L 24.4375 16 L 27.21875 13.21875 L 25.78125 11.78125 L 23 14.5625 Z\"/></svg></li><li title=\"volume up solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 17 3.59375 L 15.28125 5.28125 L 9.5625 11 L 5 11 L 5 21 L 9.5625 21 L 15.28125 26.71875 L 17 28.40625 Z M 23.8125 8.1875 L 22.40625 9.59375 C 25.925781 13.113281 25.925781 18.761719 22.40625 22.28125 L 23.8125 23.71875 C 28.09375 19.4375 28.09375 12.46875 23.8125 8.1875 Z M 15 8.4375 L 15 23.5625 L 10.71875 19.28125 L 10.40625 19 L 7 19 L 7 13 L 10.40625 13 L 10.71875 12.71875 Z M 20.90625 11.09375 L 19.5 12.5 C 21.410156 14.410156 21.402344 17.574219 19.46875 19.59375 L 20.9375 21 C 23.601563 18.21875 23.59375 13.78125 20.90625 11.09375 Z\"/></svg></li><li title=\"vote yea solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 8 5 L 8 21 L 24 21 L 24 5 L 8 5 z M 10 7 L 22 7 L 22 19 L 10 19 L 10 7 z M 19.300781 9.9003906 L 15 14.199219 L 12.699219 11.900391 L 11.300781 13.400391 L 14.300781 16.400391 L 15 17.099609 L 15.699219 16.400391 L 20.699219 11.400391 L 19.300781 9.9003906 z M 2 19 L 2 27 L 4 27 L 4 21 L 6 21 L 6 19 L 2 19 z M 26 19 L 26 21 L 28 21 L 28 27 L 30 27 L 30 19 L 26 19 z M 6 23 L 6 25 L 26 25 L 26 23 L 6 23 z\"/></svg></li><li title=\"vr cardboard solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 8 5 C 6.171875 5 4.996094 6.074219 4.5 7.0625 C 4.300781 7.457031 4.195313 7.832031 4.125 8.15625 C 2.90625 8.539063 2 9.664063 2 11 L 2 24 C 2 25.644531 3.355469 27 5 27 L 12 27 C 13.320313 27 14.519531 26.203125 15.0625 25 L 16.9375 25 C 17.476563 26.203125 18.679688 27 20 27 L 27 27 C 28.644531 27 30 25.644531 30 24 L 30 11 C 30 9.664063 29.09375 8.539063 27.875 8.15625 C 27.804688 7.832031 27.699219 7.457031 27.5 7.0625 C 27.003906 6.078125 25.820313 5 24 5 Z M 8 7 L 24 7 C 25.148438 7 25.457031 7.421875 25.71875 7.9375 C 25.730469 7.960938 25.738281 7.976563 25.75 8 L 6.25 8 C 6.261719 7.976563 6.269531 7.960938 6.28125 7.9375 C 6.539063 7.425781 6.839844 7 8 7 Z M 5 10 L 27 10 C 27.566406 10 28 10.433594 28 11 L 28 24 C 28 24.566406 27.566406 25 27 25 L 20 25 C 19.457031 25 18.964844 24.667969 18.75 24.15625 L 17.71875 21.40625 L 17.71875 21.375 L 17.6875 21.34375 C 17.390625 20.648438 16.726563 20.1875 15.96875 20.1875 C 15.207031 20.1875 14.515625 20.648438 14.21875 21.34375 L 14.1875 21.375 L 14.1875 21.4375 L 13.25 24.15625 C 13.03125 24.667969 12.542969 25 12 25 L 5 25 C 4.433594 25 4 24.566406 4 24 L 4 11 C 4 10.433594 4.433594 10 5 10 Z M 10 13 C 7.800781 13 6 14.800781 6 17 C 6 19.199219 7.800781 21 10 21 C 12.199219 21 14 19.199219 14 17 C 14 14.800781 12.199219 13 10 13 Z M 22 13 C 19.800781 13 18 14.800781 18 17 C 18 19.199219 19.800781 21 22 21 C 24.199219 21 26 19.199219 26 17 C 26 14.800781 24.199219 13 22 13 Z M 10 15 C 11.117188 15 12 15.882813 12 17 C 12 18.117188 11.117188 19 10 19 C 8.882813 19 8 18.117188 8 17 C 8 15.882813 8.882813 15 10 15 Z M 22 15 C 23.117188 15 24 15.882813 24 17 C 24 18.117188 23.117188 19 22 19 C 20.882813 19 20 18.117188 20 17 C 20 15.882813 20.882813 15 22 15 Z M 15.96875 22.4375 L 16.1875 23 L 15.78125 23 Z\"/></svg></li><li title=\"vuejs \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 3 6 L 16 28 L 29 6 L 19 6 L 16 11.300781 L 13 6 L 3 6 z M 6.5 8 L 10.271484 8 L 16 18 L 21.728516 8 L 25.5 8 L 16 24.099609 L 6.5 8 z\"/></svg></li><li title=\"walking solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16.5 4 C 14.578125 4 13 5.578125 13 7.5 C 13 9.421875 14.578125 11 16.5 11 C 18.421875 11 20 9.421875 20 7.5 C 20 5.578125 18.421875 4 16.5 4 Z M 16.5 6 C 17.339844 6 18 6.660156 18 7.5 C 18 8.339844 17.339844 9 16.5 9 C 15.660156 9 15 8.339844 15 7.5 C 15 6.660156 15.660156 6 16.5 6 Z M 12.8125 11.25 C 12.296875 11.292969 11.816406 11.539063 11.46875 11.9375 L 9.65625 14.03125 C 9.417969 14.304688 9.25 14.640625 9.1875 15 L 8.5 18.875 L 10.46875 19.21875 L 11.15625 15.34375 L 12.96875 13.25 L 13 13.25 L 13.78125 13.40625 L 12.59375 18.78125 C 12.472656 19.339844 12.601563 19.914063 12.9375 20.375 L 18.46875 28 L 20.9375 28 L 14.5625 19.1875 L 15.75 13.78125 L 16.21875 13.875 L 16.96875 16.5 C 17.144531 17.101563 17.597656 17.589844 18.1875 17.8125 L 21.71875 19.15625 L 22.40625 17.28125 L 18.90625 15.9375 L 18.125 13.3125 C 17.917969 12.589844 17.332031 12.046875 16.59375 11.90625 L 13.34375 11.28125 C 13.171875 11.25 12.984375 11.234375 12.8125 11.25 Z M 12.46875 22.03125 L 11.96875 23.96875 L 9.0625 28 L 11.53125 28 L 13.84375 24.84375 L 13.96875 24.25 Z\"/></svg></li><li title=\"wallet solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 22.96875 4 C 22.816406 4.003906 22.65625 4.023438 22.5 4.0625 L 6.25 8.34375 C 4.9375 8.6875 4 9.890625 4 11.25 L 4 25 C 4 26.644531 5.355469 28 7 28 L 25 28 C 26.644531 28 28 26.644531 28 25 L 28 12 C 28 10.355469 26.644531 9 25 9 L 11.625 9 L 23 6 L 23 8 L 25 8 L 25 6 C 25 4.875 24.042969 3.984375 22.96875 4 Z M 7 11 L 25 11 C 25.566406 11 26 11.433594 26 12 L 26 25 C 26 25.566406 25.566406 26 25 26 L 7 26 C 6.433594 26 6 25.566406 6 25 L 6 12 C 6 11.433594 6.433594 11 7 11 Z M 22.5 17 C 21.671875 17 21 17.671875 21 18.5 C 21 19.328125 21.671875 20 22.5 20 C 23.328125 20 24 19.328125 24 18.5 C 24 17.671875 23.328125 17 22.5 17 Z\"/></svg></li><li title=\"warehouse solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4.90625 L 3.625 10.0625 L 3 10.34375 L 3 27 L 29 27 L 29 10.34375 L 28.375 10.0625 Z M 16 7.09375 L 27 11.6875 L 27 25 L 25 25 L 25 14 L 7 14 L 7 25 L 5 25 L 5 11.6875 Z M 9 16 L 23 16 L 23 25 L 9 25 Z\"/></svg></li><li title=\"water solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 0 7 C 0 8.625 1.832031 10 4 10 C 5.1875 10 6.261719 9.582031 7 8.941406 C 7.738281 9.582031 8.8125 10 10 10 C 11.1875 10 12.261719 9.582031 13 8.941406 C 13.738281 9.582031 14.8125 10 16 10 C 17.1875 10 18.261719 9.582031 19 8.941406 C 19.738281 9.582031 20.8125 10 22 10 C 23.1875 10 24.261719 9.582031 25 8.941406 C 25.738281 9.582031 26.8125 10 28 10 C 30.167969 10 32 8.625 32 7 L 30 7 C 30 7.304688 29.242188 8 28 8 C 26.777344 8 26 7.296875 26 7 L 24 7 C 24 7.304688 23.242188 8 22 8 C 20.777344 8 20 7.296875 20 7 L 18 7 C 18 7.304688 17.242188 8 16 8 C 14.777344 8 14 7.296875 14 7 L 12 7 C 12 7.304688 11.246094 8 10 8 C 8.777344 8 8 7.296875 8 7 L 6 7 C 6 7.304688 5.246094 8 4 8 C 2.777344 8 2 7.296875 2 7 Z M 0 15 C 0 16.625 1.832031 18 4 18 C 5.1875 18 6.261719 17.582031 7 16.941406 C 7.738281 17.582031 8.8125 18 10 18 C 11.1875 18 12.261719 17.582031 13 16.941406 C 13.738281 17.582031 14.8125 18 16 18 C 17.1875 18 18.261719 17.582031 19 16.941406 C 19.738281 17.582031 20.8125 18 22 18 C 23.1875 18 24.261719 17.582031 25 16.941406 C 25.738281 17.582031 26.8125 18 28 18 C 30.167969 18 32 16.625 32 15 L 30 15 C 30 15.304688 29.242188 16 28 16 C 26.777344 16 26 15.296875 26 15 L 24 15 C 24 15.304688 23.242188 16 22 16 C 20.777344 16 20 15.296875 20 15 L 18 15 C 18 15.304688 17.242188 16 16 16 C 14.777344 16 14 15.296875 14 15 L 12 15 C 12 15.304688 11.246094 16 10 16 C 8.777344 16 8 15.296875 8 15 L 6 15 C 6 15.304688 5.246094 16 4 16 C 2.777344 16 2 15.296875 2 15 Z M 0 23 C 0 24.625 1.832031 26 4 26 C 5.1875 26 6.261719 25.582031 7 24.941406 C 7.738281 25.582031 8.8125 26 10 26 C 11.1875 26 12.261719 25.582031 13 24.941406 C 13.738281 25.582031 14.8125 26 16 26 C 17.1875 26 18.261719 25.582031 19 24.941406 C 19.738281 25.582031 20.8125 26 22 26 C 23.1875 26 24.261719 25.582031 25 24.941406 C 25.738281 25.582031 26.8125 26 28 26 C 30.167969 26 32 24.625 32 23 L 30 23 C 30 23.304688 29.242188 24 28 24 C 26.777344 24 26 23.296875 26 23 L 24 23 C 24 23.304688 23.242188 24 22 24 C 20.777344 24 20 23.296875 20 23 L 18 23 C 18 23.304688 17.242188 24 16 24 C 14.777344 24 14 23.296875 14 23 L 12 23 C 12 23.304688 11.246094 24 10 24 C 8.777344 24 8 23.296875 8 23 L 6 23 C 6 23.304688 5.246094 24 4 24 C 2.777344 24 2 23.296875 2 23 Z\"/></svg></li><li title=\"wave square solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 8 6 L 8 15 L 2 15 L 2 17 L 10 17 L 10 8 L 15 8 L 15 26 L 24 26 L 24 17 L 30 17 L 30 15 L 22 15 L 22 24 L 17 24 L 17 6 L 8 6 z\"/></svg></li><li title=\"waze \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 17.699219 4 C 12.699219 4 7.5996094 7.3007812 6.5996094 12.300781 C 5.9996094 15.300781 6.8007813 18.099609 4.3007812 18.099609 C 3.2007812 18.099609 2.4992187 19.400781 3.1992188 20.300781 C 4.5992187 22.200781 6.5003906 23.3 8.4003906 24 L 9.015625 24.246094 A 2.5 2.5 0 0 0 11.5 27 A 2.5 2.5 0 0 0 13.945312 25 L 17.900391 25 L 18.052734 25 A 2.5 2.5 0 0 0 20.5 27 A 2.5 2.5 0 0 0 22.871094 23.708984 C 27.060778 21.5787 29.388667 17.337865 28.599609 12.800781 C 27.999609 7.7007813 22.999219 4 17.699219 4 z M 17.699219 6 C 22.199219 6 26.200391 9.1007812 26.900391 13.300781 C 27.500391 16.900781 25.599609 20.399609 22.099609 22.099609 L 21.646484 22.28125 A 2.5 2.5 0 0 0 20.5 22 A 2.5 2.5 0 0 0 18.501953 23 C 18.501261 23 18.500692 23 18.5 23 L 18.099609 23 L 13.900391 23 C 13.778038 23 13.620854 22.984092 13.480469 22.978516 A 2.5 2.5 0 0 0 11.5 22 A 2.5 2.5 0 0 0 10.132812 22.410156 C 10.12233 22.406702 10.109976 22.403846 10.099609 22.400391 L 9.1992188 22.099609 C 7.7992187 21.599609 6.5996094 20.900391 5.5996094 19.900391 C 7.9996094 19.200391 8.2007812 16.400781 8.3007812 14.800781 C 8.4007812 14.100781 8.4 13.399219 8.5 12.699219 C 9.4 8.4992187 13.799219 6 17.699219 6 z M 14.5 11 A 1.5 1.5 0 0 0 14.5 14 A 1.5 1.5 0 0 0 14.5 11 z M 20.5 11 A 1.5 1.5 0 0 0 20.5 14 A 1.5 1.5 0 0 0 20.5 11 z M 13.605469 14.978516 C 13.542969 14.969141 13.475391 14.975 13.400391 15 C 13.100391 15.1 12.9 15.299609 13 15.599609 C 13.5 17.899609 15.7 19 17.5 19 C 19.3 19 21.5 17.899609 22 15.599609 C 22 15.299609 21.899609 15.1 21.599609 15 C 21.299609 15 21.1 15.100391 21 15.400391 C 20.6 17.200391 18.9 18 17.5 18 C 16.1 18 14.4 17.200391 14 15.400391 C 13.925 15.175391 13.792969 15.006641 13.605469 14.978516 z\"/></svg></li><li title=\"weebly \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6.5 6 C 5.9 6 5.4007813 6.1007813 4.8007812 6.3007812 C 2.5007813 7.2007813 1.4007812 9.8992188 2.3007812 12.199219 L 6.8007812 23.199219 C 7.5007813 24.899219 9.1003906 26 10.900391 26 L 11 26 C 12.8 26 14.399609 25.000391 15.099609 23.400391 L 16 21 L 16.900391 23.400391 C 17.600391 25.000391 19.2 26 21 26 L 21.099609 26 C 22.899609 26 24.499219 24.899219 25.199219 23.199219 L 29.699219 12.199219 C 30.599219 9.8992187 29.499219 7.3007812 27.199219 6.3007812 C 26.599219 6.1007813 26.1 6 25.5 6 C 23.7 6 22.000781 7.1007812 21.300781 8.8007812 L 20.699219 10.5 L 20 8.5996094 C 19.3 6.9996094 17.7 6 16 6 C 15.4 6 14.699609 6.1003906 14.099609 6.4003906 C 13.099609 6.9003906 12.400391 7.5996094 11.900391 8.5996094 L 11.800781 8.6992188 L 11.099609 10.599609 L 10.5 8.9003906 C 10 7.1003906 8.3 6 6.5 6 z M 6.5 8 C 7.5 8 8.4007812 8.6 8.8007812 9.5 L 9.3007812 11.099609 L 11.099609 16.599609 L 13.099609 11.199219 L 13.699219 9.5996094 L 13.699219 9.5 L 13.699219 9.4003906 C 13.899219 9.0003906 14.3 8.4992188 15 8.1992188 C 15.3 8.0992188 15.6 8 16 8 C 17 8 17.800781 8.6003906 18.300781 9.4003906 L 19 11.199219 L 21 16.599609 L 22.800781 11.099609 L 23.300781 9.5 C 23.600781 8.6 24.5 8 25.5 8 C 25.8 8 26.100391 8.0992188 26.400391 8.1992188 C 27.000391 8.4992188 27.500781 8.9 27.800781 9.5 C 28.100781 10.1 28.100781 10.800391 27.800781 11.400391 L 23.300781 22.400391 C 22.900781 23.400391 21.999609 24 21.099609 24 L 21 24 C 20 24 19.199219 23.399609 18.699219 22.599609 L 17.800781 20.300781 L 16 15.400391 L 14.099609 20.300781 L 13.199219 22.599609 C 12.799219 23.399609 12 24 11 24 C 10 24 9.0992188 23.400391 8.6992188 22.400391 L 4.1992188 11.400391 C 3.8992188 10.800391 3.9992188 10.1 4.1992188 9.5 C 4.4992187 8.9 4.8996094 8.3992188 5.5996094 8.1992188 C 5.8996094 8.0992188 6.2 8 6.5 8 z\"/></svg></li><li title=\"weibo \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 21.9375 6.28125 C 21.394531 6.253906 20.847656 6.292969 20.3125 6.40625 C 19.816406 6.511719 19.488281 7.003906 19.59375 7.5 C 19.699219 7.996094 20.191406 8.324219 20.6875 8.21875 C 22.214844 7.894531 23.878906 8.355469 25 9.59375 C 26.117188 10.835938 26.417969 12.546875 25.9375 14.03125 C 25.78125 14.515625 26.046875 15.03125 26.53125 15.1875 C 27.011719 15.34375 27.53125 15.074219 27.6875 14.59375 C 28.359375 12.503906 27.953125 10.121094 26.375 8.375 C 25.191406 7.066406 23.570313 6.359375 21.9375 6.28125 Z M 13.65625 9.03125 C 11.980469 9.210938 9.640625 10.515625 7.5625 12.59375 C 5.300781 14.859375 4 17.269531 4 19.34375 C 4 23.3125 9.082031 25.71875 14.0625 25.71875 C 20.589844 25.71875 24.9375 21.917969 24.9375 18.90625 C 24.9375 17.085938 23.410156 16.050781 22.03125 15.625 C 21.691406 15.523438 21.449219 15.476563 21.625 15.03125 C 22.007813 14.066406 22.070313 13.21875 21.65625 12.625 C 20.878906 11.511719 18.722656 11.570313 16.28125 12.59375 C 16.28125 12.59375 15.523438 12.953125 15.71875 12.34375 C 16.09375 11.136719 16.023438 10.117188 15.4375 9.53125 C 15.023438 9.117188 14.417969 8.949219 13.65625 9.03125 Z M 21.78125 9.53125 C 21.515625 9.519531 21.261719 9.539063 21 9.59375 C 20.570313 9.683594 20.28125 10.132813 20.375 10.5625 C 20.46875 10.988281 20.886719 11.25 21.3125 11.15625 C 21.824219 11.046875 22.40625 11.210938 22.78125 11.625 C 23.15625 12.039063 23.253906 12.597656 23.09375 13.09375 C 22.960938 13.507813 23.179688 13.957031 23.59375 14.09375 C 24.007813 14.226563 24.460938 14.007813 24.59375 13.59375 C 24.921875 12.578125 24.707031 11.414063 23.9375 10.5625 C 23.363281 9.925781 22.578125 9.566406 21.78125 9.53125 Z M 14.59375 14.8125 C 17.914063 14.929688 20.585938 16.59375 20.8125 18.875 C 21.070313 21.484375 18.066406 23.921875 14.09375 24.3125 C 10.121094 24.703125 6.664063 22.890625 6.40625 20.28125 C 6.148438 17.671875 9.183594 15.234375 13.15625 14.84375 C 13.652344 14.792969 14.121094 14.796875 14.59375 14.8125 Z M 13.03125 16.75 C 11.59375 16.886719 10.242188 17.71875 9.625 18.96875 C 8.789063 20.667969 9.589844 22.570313 11.5 23.1875 C 13.480469 23.824219 15.8125 22.835938 16.625 21 C 17.425781 19.207031 16.425781 17.378906 14.46875 16.875 C 13.996094 16.753906 13.511719 16.703125 13.03125 16.75 Z M 13.9375 18.9375 C 14 18.9375 14.035156 18.945313 14.09375 18.96875 C 14.335938 19.058594 14.445313 19.324219 14.3125 19.5625 C 14.171875 19.800781 13.867188 19.910156 13.625 19.8125 C 13.386719 19.714844 13.304688 19.453125 13.4375 19.21875 C 13.542969 19.042969 13.75 18.941406 13.9375 18.9375 Z M 12.09375 19.5 C 12.261719 19.503906 12.441406 19.527344 12.59375 19.59375 C 13.214844 19.859375 13.410156 20.570313 13.03125 21.1875 C 12.648438 21.800781 11.839844 22.09375 11.21875 21.8125 C 10.609375 21.535156 10.429688 20.816406 10.8125 20.21875 C 11.097656 19.773438 11.59375 19.492188 12.09375 19.5 Z\"/></svg></li><li title=\"weight hanging solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 5 C 14.355469 5 13 6.355469 13 8 C 13 8.351563 13.074219 8.683594 13.1875 9 L 8.1875 9 L 8.03125 9.8125 L 5.03125 24.8125 L 5 24.90625 L 5 27 L 27 27 L 27 24.90625 L 26.96875 24.8125 L 23.96875 9.8125 L 23.8125 9 L 18.8125 9 C 18.925781 8.683594 19 8.351563 19 8 C 19 6.355469 17.644531 5 16 5 Z M 16 7 C 16.5625 7 17 7.4375 17 8 C 17 8.5625 16.5625 9 16 9 C 15.4375 9 15 8.5625 15 8 C 15 7.4375 15.4375 7 16 7 Z M 9.8125 11 L 22.1875 11 L 25 25 L 7 25 Z\"/></svg></li><li title=\"weight solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 4 6 L 4 26 L 28 26 L 28 6 Z M 6 8 L 26 8 L 26 24 L 6 24 Z M 16 10 C 11.667969 10 8.4375 12.15625 8.4375 12.15625 L 7.65625 12.6875 L 8.15625 13.5 L 11.15625 18.5 L 11.4375 19 L 20.5625 19 L 20.84375 18.5 L 23.84375 13.5 L 24.34375 12.6875 L 23.5625 12.15625 C 23.5625 12.15625 20.332031 10 16 10 Z M 16 12 C 18.824219 12 20.6875 12.90625 21.59375 13.40625 L 19.46875 17 L 17.625 17 L 18.90625 14.4375 L 17.09375 13.5625 L 15.375 17 L 12.53125 17 L 10.40625 13.40625 C 11.3125 12.90625 13.175781 12 16 12 Z\"/></svg></li><li title=\"weixin \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 14 5 C 8.578125 5 4 8.710938 4 13.5 C 4 15.117188 4.59375 16.601563 5.5 17.875 L 5.125 20.78125 L 4.90625 22.53125 L 6.5 21.84375 L 9 20.8125 C 10.25 21.429688 11.65625 21.820313 13.15625 21.9375 C 13.886719 24.890625 16.976563 27 20.5 27 C 21.953125 27 23.28125 26.589844 24.4375 25.96875 L 25.625 26.65625 L 27.34375 27.59375 L 27.09375 25.65625 L 26.875 23.84375 C 27.539063 22.890625 28 21.800781 28 20.59375 C 28 18.035156 26.292969 15.890625 23.875 14.84375 C 23.960938 14.40625 24 13.96875 24 13.5 C 24 8.710938 19.421875 5 14 5 Z M 14 7 C 18.519531 7 22 10.007813 22 13.5 C 22 13.765625 21.980469 14.027344 21.9375 14.28125 C 21.464844 14.199219 20.996094 14.15625 20.5 14.15625 C 16.699219 14.15625 13.410156 16.617188 13.03125 19.9375 C 11.710938 19.804688 10.5 19.425781 9.46875 18.84375 L 9.03125 18.625 L 8.59375 18.8125 L 7.3125 19.34375 L 7.53125 17.8125 L 7.5625 17.375 L 7.3125 17.0625 C 6.472656 16.023438 6 14.804688 6 13.5 C 6 10.007813 9.480469 7 14 7 Z M 10.5625 9.15625 C 9.785156 9.15625 9.15625 9.785156 9.15625 10.5625 C 9.15625 11.339844 9.785156 12 10.5625 12 C 11.339844 12 11.96875 11.339844 11.96875 10.5625 C 11.96875 9.785156 11.339844 9.15625 10.5625 9.15625 Z M 17.25 9.15625 C 16.472656 9.15625 15.8125 9.785156 15.8125 10.5625 C 15.8125 11.339844 16.472656 12 17.25 12 C 18.027344 12 18.65625 11.339844 18.65625 10.5625 C 18.65625 9.785156 18.027344 9.15625 17.25 9.15625 Z M 20.5 16.15625 C 23.640625 16.15625 26 18.25 26 20.59375 C 26 21.480469 25.679688 22.285156 25.09375 23 L 24.8125 23.34375 L 24.875 23.75 L 24.90625 23.9375 L 24.4375 23.6875 L 23.9375 24.03125 C 23.003906 24.636719 21.8125 25 20.5 25 C 17.359375 25 15 22.9375 15 20.59375 C 15 18.25 17.359375 16.15625 20.5 16.15625 Z M 18 17.4375 C 17.410156 17.4375 16.90625 17.910156 16.90625 18.5 C 16.90625 19.089844 17.410156 19.5625 18 19.5625 C 18.585938 19.5625 19.0625 19.089844 19.0625 18.5 C 19.0625 17.910156 18.589844 17.4375 18 17.4375 Z M 23.03125 17.4375 C 22.445313 17.4375 21.96875 17.910156 21.96875 18.5 C 21.96875 19.089844 22.441406 19.5625 23.03125 19.5625 C 23.621094 19.5625 24.09375 19.089844 24.09375 18.5 C 24.09375 17.910156 23.621094 17.4375 23.03125 17.4375 Z\"/></svg></li><li title=\"whatsapp square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 L 5 5 z M 7 7 L 25 7 L 25 25 L 7 25 L 7 7 z M 16 9 C 12.1 9 9 12.1 9 16 C 9 17.3 9.4 18.5 10 19.5 L 9 23 L 12.5 22.099609 C 13.5 22.699609 14.7 23 16 23 C 19.9 23 23 19.9 23 16 C 23 12.1 19.9 9 16 9 z M 16 10.5 C 19 10.5 21.5 13 21.5 16 C 21.5 19 19 21.5 16 21.5 C 15 21.5 14.100781 21.200781 13.300781 20.800781 L 12.800781 20.5 L 12.199219 20.699219 L 11.199219 21 L 11.5 20 L 11.699219 19.400391 L 11.400391 18.900391 C 10.900391 18.100391 10.599609 17.099609 10.599609 16.099609 C 10.499609 12.999609 13 10.5 16 10.5 z M 13.800781 13.099609 C 13.700781 13.099609 13.500391 13.100781 13.400391 13.300781 C 13.200391 13.400781 12.800781 13.799609 12.800781 14.599609 C 12.800781 15.299609 13.300391 16.099219 13.400391 16.199219 C 13.500391 16.299219 14.499609 17.899609 16.099609 18.599609 C 17.099609 18.999609 17.5 19.1 18 19 C 18.3 18.9 18.999609 18.599219 19.099609 18.199219 C 19.199609 17.799219 19.200781 17.499219 19.300781 17.699219 C 19.300781 17.599219 19.2 17.6 19 17.5 C 18.8 17.4 18.000391 17 17.900391 17 C 17.700391 17 17.6 16.899609 17.5 17.099609 C 17.4 17.199609 17.1 17.599219 17 17.699219 C 16.9 17.799219 16.899219 17.799219 16.699219 17.699219 C 15.699219 17.199219 15.1 16.800781 14.5 15.800781 C 14.4 15.500781 14.7 15.500391 15 14.900391 C 15.1 14.800391 15 14.699609 15 14.599609 C 14.9 14.499609 14.6 13.700391 14.5 13.400391 C 14.3 13.100391 14.199609 13.099609 14.099609 13.099609 L 13.800781 13.099609 z\"/></svg></li><li title=\"whatsapp \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path fill-rule=\"evenodd\" d=\"M 24.503906 7.503906 C 22.246094 5.246094 19.246094 4 16.050781 4 C 9.464844 4 4.101563 9.359375 4.101563 15.945313 C 4.097656 18.050781 4.648438 20.105469 5.695313 21.917969 L 4 28.109375 L 10.335938 26.445313 C 12.078125 27.398438 14.046875 27.898438 16.046875 27.902344 L 16.050781 27.902344 C 22.636719 27.902344 27.996094 22.542969 28 15.953125 C 28 12.761719 26.757813 9.761719 24.503906 7.503906 Z M 16.050781 25.882813 L 16.046875 25.882813 C 14.265625 25.882813 12.515625 25.402344 10.992188 24.5 L 10.628906 24.285156 L 6.867188 25.269531 L 7.871094 21.605469 L 7.636719 21.230469 C 6.640625 19.648438 6.117188 17.820313 6.117188 15.945313 C 6.117188 10.472656 10.574219 6.019531 16.054688 6.019531 C 18.707031 6.019531 21.199219 7.054688 23.074219 8.929688 C 24.949219 10.808594 25.980469 13.300781 25.980469 15.953125 C 25.980469 21.429688 21.523438 25.882813 16.050781 25.882813 Z M 21.496094 18.445313 C 21.199219 18.296875 19.730469 17.574219 19.457031 17.476563 C 19.183594 17.375 18.984375 17.328125 18.785156 17.625 C 18.585938 17.925781 18.015625 18.597656 17.839844 18.796875 C 17.667969 18.992188 17.492188 19.019531 17.195313 18.871094 C 16.894531 18.722656 15.933594 18.40625 14.792969 17.386719 C 13.90625 16.597656 13.304688 15.617188 13.132813 15.320313 C 12.957031 15.019531 13.113281 14.859375 13.261719 14.710938 C 13.398438 14.578125 13.5625 14.363281 13.710938 14.1875 C 13.859375 14.015625 13.910156 13.890625 14.011719 13.691406 C 14.109375 13.492188 14.058594 13.316406 13.984375 13.167969 C 13.910156 13.019531 13.3125 11.546875 13.0625 10.949219 C 12.820313 10.367188 12.574219 10.449219 12.390625 10.4375 C 12.21875 10.429688 12.019531 10.429688 11.820313 10.429688 C 11.621094 10.429688 11.296875 10.503906 11.023438 10.804688 C 10.75 11.101563 9.980469 11.824219 9.980469 13.292969 C 9.980469 14.761719 11.050781 16.183594 11.199219 16.382813 C 11.347656 16.578125 13.304688 19.59375 16.300781 20.886719 C 17.011719 21.195313 17.566406 21.378906 18 21.515625 C 18.714844 21.742188 19.367188 21.710938 19.882813 21.636719 C 20.457031 21.550781 21.648438 20.914063 21.898438 20.214844 C 22.144531 19.519531 22.144531 18.921875 22.070313 18.796875 C 21.996094 18.671875 21.796875 18.597656 21.496094 18.445313 Z\"/></svg></li><li title=\"wheelchair solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 20 3 C 18.355469 3 17 4.355469 17 6 C 17 7.644531 18.355469 9 20 9 C 21.644531 9 23 7.644531 23 6 C 23 4.355469 21.644531 3 20 3 Z M 20 5 C 20.5625 5 21 5.4375 21 6 C 21 6.5625 20.5625 7 20 7 C 19.4375 7 19 6.5625 19 6 C 19 5.4375 19.4375 5 20 5 Z M 14.53125 7.78125 L 10.9375 8.1875 C 10.34375 8.253906 9.824219 8.589844 9.5 9.09375 L 7 12.96875 L 8.6875 14.03125 L 11.1875 10.1875 L 13.46875 9.9375 L 12 14.09375 C 8.617188 14.582031 6 17.484375 6 21 C 6 24.855469 9.144531 28 13 28 C 16.855469 28 20 24.855469 20 21 C 20 20.660156 19.953125 20.328125 19.90625 20 L 21.1875 20 L 22.53125 26.09375 L 24.46875 25.65625 L 23.15625 19.5625 C 22.957031 18.648438 22.121094 18 21.1875 18 L 19.3125 18 C 18.914063 17.160156 18.339844 16.429688 17.65625 15.8125 L 18.8125 12.59375 C 19.316406 11.199219 18.710938 9.636719 17.40625 8.9375 L 15.71875 8 L 15.71875 8.03125 C 15.359375 7.839844 14.933594 7.734375 14.53125 7.78125 Z M 15.53125 10.1875 L 16.46875 10.6875 C 16.914063 10.925781 17.109375 11.433594 16.9375 11.90625 L 15.9375 14.65625 C 15.359375 14.386719 14.742188 14.195313 14.09375 14.09375 Z M 13 16 C 15.773438 16 18 18.226563 18 21 C 18 23.773438 15.773438 26 13 26 C 10.226563 26 8 23.773438 8 21 C 8 18.226563 10.226563 16 13 16 Z\"/></svg></li><li title=\"whmcs \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 14.800781 4 L 14.199219 6.8007812 L 13 7.0996094 L 11 5 L 9.0996094 6.0996094 L 9.9003906 9 L 9.0996094 9.8007812 L 6.1992188 9 L 5.0996094 10.900391 L 7.1992188 13 L 6.9003906 14 L 4 14.800781 L 4 17 L 6.9003906 17.800781 L 7.1992188 19 L 5.1992188 21 L 6.1992188 22.900391 L 9.1992188 22.099609 L 9.9003906 23 L 9 25.699219 L 11 26.900391 L 13 24.800781 L 14.099609 25.099609 L 14.800781 28 L 17.099609 28 L 17.800781 25.099609 L 19 24.800781 L 21.099609 26.900391 L 23.099609 25.699219 L 22.199219 22.900391 L 23 22.099609 L 25.900391 22.900391 L 26.900391 20.900391 L 24.800781 19 L 25 17.800781 L 28 17.099609 L 28 15 L 25.400391 14.099609 L 25.800781 15.199219 L 25.900391 15.599609 L 25.599609 15.800781 L 24.5 16.400391 L 24.199219 16.599609 L 23.900391 16.300781 L 23 15.300781 L 22.900391 15.300781 L 22.599609 16.599609 L 22.5 17 L 22.099609 17 L 21.400391 17 C 20.900391 19.5 18.600391 21.400391 15.900391 21.400391 C 12.700391 21.400391 10.199219 18.799219 10.199219 15.699219 C 10.199219 12.999219 12.199219 10.799219 14.699219 10.199219 L 14.699219 9.5 L 14.699219 9.1992188 L 15 9.0996094 L 16.300781 8.6992188 L 15.400391 7.8007812 L 15.199219 7.5996094 L 15.400391 7.3007812 L 16 6.3007812 L 16.199219 6 L 16.5 6.1992188 L 17.699219 6.5 L 17.099609 4 L 14.800781 4 z M 21 4 L 20.699219 5.4003906 L 20 5.5996094 L 19 4.5 L 18 5.0996094 L 18.400391 6.5996094 L 17.900391 7 L 16.400391 6.5996094 L 15.800781 7.5996094 L 16.900391 8.6992188 L 16.800781 9.1992188 L 15.300781 9.5996094 L 15.300781 10.800781 L 16.900391 11.199219 L 17 11.900391 L 15.800781 13 L 16.400391 14 L 18 13.599609 L 18.400391 14.099609 L 18 15.5 L 19.099609 16.099609 L 20.099609 15 L 20.699219 15.199219 L 21.099609 16.699219 L 22.300781 16.699219 L 22.699219 15.199219 L 23.300781 15 L 24.400391 16.199219 L 25.5 15.5 L 24.900391 14 L 25.300781 13.599609 L 26.800781 14.099609 L 27.300781 13 L 26.199219 12 L 26.300781 11.300781 L 28 10.900391 L 28 9.8007812 L 26.5 9.3007812 L 26.400391 8.6992188 L 27.5 7.5996094 L 27 6.5996094 L 25.300781 7 L 24.900391 6.5996094 L 25.300781 5.0996094 L 24.300781 4.5 L 23.199219 5.5996094 L 22.599609 5.4003906 L 22.199219 4 L 21 4 z M 21.599609 7.3007812 C 23.299609 7.3007812 24.599609 8.7007813 24.599609 10.300781 C 24.699609 12.000781 23.299609 13.300781 21.599609 13.300781 C 19.899609 13.300781 18.599609 11.900781 18.599609 10.300781 C 18.599609 8.6007813 19.999609 7.3007813 21.599609 7.3007812 z\"/></svg></li><li title=\"wifi solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 7 C 10.984375 7 6.457031 9.082031 3.1875 12.40625 L 4.59375 13.8125 C 7.5 10.851563 11.535156 9 16 9 C 20.464844 9 24.5 10.851563 27.40625 13.8125 L 28.8125 12.40625 C 25.542969 9.082031 21.015625 7 16 7 Z M 16 12 C 12.359375 12 9.082031 13.519531 6.71875 15.9375 L 8.125 17.34375 C 10.125 15.289063 12.914063 14 16 14 C 19.085938 14 21.875 15.289063 23.875 17.34375 L 25.28125 15.9375 C 22.917969 13.519531 19.640625 12 16 12 Z M 16 17 C 13.738281 17 11.707031 17.957031 10.25 19.46875 L 11.65625 20.875 C 12.75 19.726563 14.289063 19 16 19 C 17.710938 19 19.25 19.726563 20.34375 20.875 L 21.75 19.46875 C 20.296875 17.957031 18.261719 17 16 17 Z M 16 22 C 15.117188 22 14.332031 22.390625 13.78125 23 L 16 25.21875 L 18.21875 23 C 17.667969 22.390625 16.882813 22 16 22 Z\"/></svg></li><li title=\"wikipedia w \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 30 9.214844 C 30 9.386719 29.863281 9.523438 29.6875 9.523438 L 28.007813 9.523438 L 20.390625 25.738281 C 20.339844 25.847656 20.230469 25.917969 20.113281 25.917969 C 20.109375 25.917969 20.109375 25.917969 20.109375 25.917969 C 19.988281 25.917969 19.882813 25.851563 19.828125 25.746094 L 16.214844 18.578125 L 12.3125 25.757813 C 12.257813 25.859375 12.15625 25.917969 12.03125 25.917969 C 11.914063 25.914063 11.808594 25.847656 11.757813 25.742188 L 4.054688 9.523438 L 2.3125 9.523438 C 2.140625 9.523438 2 9.386719 2 9.214844 L 2 8.390625 C 2 8.21875 2.140625 8.082031 2.3125 8.082031 L 8.523438 8.082031 C 8.695313 8.082031 8.835938 8.21875 8.835938 8.390625 L 8.835938 9.214844 C 8.835938 9.386719 8.695313 9.523438 8.523438 9.523438 L 7.1875 9.523438 L 12.503906 21.785156 L 15.269531 16.617188 L 11.761719 9.527344 L 10.917969 9.527344 C 10.746094 9.527344 10.605469 9.386719 10.605469 9.214844 L 10.605469 8.394531 C 10.605469 8.222656 10.746094 8.082031 10.917969 8.082031 L 15.515625 8.082031 C 15.6875 8.082031 15.824219 8.222656 15.824219 8.394531 L 15.824219 9.214844 C 15.824219 9.386719 15.6875 9.523438 15.515625 9.523438 L 14.703125 9.523438 L 16.722656 13.9375 L 19.125 9.523438 L 17.652344 9.523438 C 17.476563 9.523438 17.339844 9.386719 17.339844 9.214844 L 17.339844 8.394531 C 17.339844 8.222656 17.476563 8.082031 17.652344 8.082031 L 22.117188 8.082031 C 22.289063 8.082031 22.425781 8.222656 22.425781 8.394531 L 22.425781 9.214844 C 22.425781 9.386719 22.289063 9.523438 22.117188 9.523438 L 21.136719 9.523438 L 17.632813 15.894531 L 20.488281 21.769531 L 26 9.523438 L 24.253906 9.523438 C 24.082031 9.523438 23.941406 9.386719 23.941406 9.214844 L 23.941406 8.394531 C 23.941406 8.222656 24.082031 8.082031 24.253906 8.082031 L 29.6875 8.082031 C 29.863281 8.082031 30 8.222656 30 8.394531 Z\"/></svg></li><li title=\"wind solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 12.773438 3 9.957031 5.257813 9.203125 8.34375 C 7.957031 8.828125 6.949219 9.796875 6.417969 11.015625 C 2.921875 10.757813 0 13.554688 0 17 C 0 20.308594 2.691406 23 6 23 L 6 21 C 3.792969 21 2 19.207031 2 17 C 2 14.792969 3.792969 13 6 13 C 6.277344 13 6.566406 13.035156 6.882813 13.105469 L 7.859375 13.328125 L 8.078125 12.347656 C 8.320313 11.242188 9.199219 10.355469 10.304688 10.09375 L 10.964844 9.9375 L 11.0625 9.265625 C 11.417969 6.832031 13.542969 5 16 5 C 17.894531 5 19.605469 6.054688 20.460938 7.75 L 20.855469 8.53125 L 21.683594 8.242188 C 22.152344 8.082031 22.582031 8 23 8 C 25.207031 8 27 9.792969 27 12 C 27 12.039063 26.992188 12.074219 26.984375 12.109375 C 26.976563 12.179688 26.96875 12.25 26.964844 12.316406 L 26.902344 13.035156 L 27.566406 13.320313 C 29.046875 13.949219 30 15.394531 30 17 C 30 19.207031 28.207031 21 26 21 L 23.457031 21 C 23.71875 21.289063 23.949219 21.601563 24.148438 21.9375 C 24.347656 22.273438 24.515625 22.628906 24.648438 23 L 26 23 C 29.308594 23 32 20.3125 32 17 C 32 14.835938 30.839844 12.867188 28.996094 11.800781 C 28.890625 8.585938 26.242188 6 23 6 C 22.609375 6 22.222656 6.042969 21.828125 6.125 C 20.535156 4.179688 18.371094 3 16 3 Z M 15.5 12 C 14.363281 12 13.339844 12.550781 12.703125 13.398438 L 14.300781 14.597656 C 14.574219 14.234375 15.003906 14 15.5 14 C 16.339844 14 17 14.660156 17 15.5 C 17 16.339844 16.339844 17 15.5 17 L 9 17 L 9 19 L 15.5 19 C 17.421875 19 19 17.421875 19 15.5 C 19 13.578125 17.421875 12 15.5 12 Z M 8 21 L 8 23 L 11 23 C 11.566406 23 12 23.433594 12 24 C 12 24.566406 11.566406 25 11 25 C 10.625 25 10.308594 24.800781 10.136719 24.5 L 8.40625 25.511719 C 8.929688 26.398438 9.902344 27 11 27 C 12.644531 27 14 25.644531 14 24 C 14 23.648438 13.925781 23.316406 13.8125 23 L 19 23 C 20.117188 23 21 23.882813 21 25 C 21 26.117188 20.117188 27 19 27 C 18.121094 27 17.386719 26.4375 17.113281 25.664063 L 15.226563 26.328125 C 15.777344 27.890625 17.265625 29 19 29 C 21.199219 29 23 27.199219 23 25 C 23 22.800781 21.199219 21 19 21 Z\"/></svg></li><li title=\"window close solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 Z M 7 7 L 25 7 L 25 25 L 7 25 Z M 11.6875 10.3125 L 10.28125 11.71875 L 14.5625 16 L 10.21875 20.34375 L 11.625 21.75 L 15.96875 17.40625 L 20.28125 21.71875 L 21.6875 20.3125 L 17.375 16 L 21.625 11.75 L 20.21875 10.34375 L 15.96875 14.59375 Z\"/></svg></li><li title=\"window close \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 Z M 7 7 L 25 7 L 25 25 L 7 25 Z M 11.6875 10.3125 L 10.28125 11.71875 L 14.5625 16 L 10.21875 20.34375 L 11.625 21.75 L 15.96875 17.40625 L 20.28125 21.71875 L 21.6875 20.3125 L 17.375 16 L 21.625 11.75 L 20.21875 10.34375 L 15.96875 14.59375 Z\"/></svg></li><li title=\"window maximize solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 Z M 7 7 L 25 7 L 25 25 L 7 25 Z M 9 10 L 9 22 L 23 22 L 23 10 Z M 11 12 L 21 12 L 21 14 L 11 14 Z M 11 16 L 21 16 L 21 20 L 11 20 Z\"/></svg></li><li title=\"window maximize \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 Z M 7 7 L 25 7 L 25 25 L 7 25 Z M 9 10 L 9 22 L 23 22 L 23 10 Z M 11 12 L 21 12 L 21 14 L 11 14 Z M 11 16 L 21 16 L 21 20 L 11 20 Z\"/></svg></li><li title=\"window minimize solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 Z M 7 7 L 25 7 L 25 25 L 7 25 Z M 9 20 L 9 22 L 23 22 L 23 20 Z\"/></svg></li><li title=\"window minimize \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 Z M 7 7 L 25 7 L 25 25 L 7 25 Z M 9 20 L 9 22 L 23 22 L 23 20 Z\"/></svg></li><li title=\"window restore solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 Z M 7 7 L 25 7 L 25 25 L 7 25 Z M 12 9 L 12 13 L 9 13 L 9 23 L 20 23 L 20 19 L 23 19 L 23 9 Z M 14 11 L 21 11 L 21 12 L 14 12 Z M 14 14 L 21 14 L 21 17 L 14 17 Z M 11 15 L 12 15 L 12 16.03125 L 11 16.03125 Z M 11 18.03125 L 12 18.03125 L 12 19 L 18 19 L 18 21 L 11 21 Z\"/></svg></li><li title=\"window restore \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 Z M 7 7 L 25 7 L 25 25 L 7 25 Z M 12 9 L 12 13 L 9 13 L 9 23 L 20 23 L 20 19 L 23 19 L 23 9 Z M 14 11 L 21 11 L 21 12 L 14 12 Z M 14 14 L 21 14 L 21 17 L 14 17 Z M 11 15 L 12 15 L 12 16.03125 L 11 16.03125 Z M 11 18.03125 L 12 18.03125 L 12 19 L 18 19 L 18 21 L 11 21 Z\"/></svg></li><li title=\"windows \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\">    <path d=\"M 27 5 L 5 7.9921875 L 5 24.007812 L 27 27 L 27 5 z M 25 7.2890625 L 25 15 L 15 15 L 15 8.6503906 L 25 7.2890625 z M 13 8.921875 L 13 15 L 7 15 L 7 9.7382812 L 13 8.921875 z M 7 17 L 13 17 L 13 23.078125 L 7 22.261719 L 7 17 z M 15 17 L 25 17 L 25 24.710938 L 15 23.349609 L 15 17 z\"/></svg></li><li title=\"wine bottle solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 15 3 C 13.90625 3 13 3.90625 13 5 L 13 6.6875 C 12.941406 6.882813 12.941406 7.085938 13 7.28125 L 13 10.4375 L 12.21875 10.96875 C 10.828125 11.894531 10 13.484375 10 15.15625 L 10 15.6875 C 9.941406 15.882813 9.941406 16.085938 10 16.28125 L 10 22.6875 C 9.941406 22.882813 9.941406 23.085938 10 23.28125 L 10 29 L 22 29 L 22 23.1875 C 22.027344 23.054688 22.027344 22.914063 22 22.78125 L 22 16.1875 C 22.027344 16.054688 22.027344 15.914063 22 15.78125 L 22 15.15625 C 22 13.484375 21.171875 11.894531 19.78125 10.96875 L 19 10.4375 L 19 7.1875 C 19.027344 7.054688 19.027344 6.914063 19 6.78125 L 19 5 C 19 3.90625 18.09375 3 17 3 Z M 15 5 L 17 5 L 17 6 L 15 6 Z M 15 8 L 17 8 L 17 11.53125 L 17.4375 11.84375 L 18.65625 12.65625 C 19.449219 13.183594 19.917969 14.054688 19.96875 15 L 12.03125 15 C 12.082031 14.054688 12.550781 13.183594 13.34375 12.65625 L 14.5625 11.84375 L 15 11.53125 Z M 12 17 L 20 17 L 20 22 L 12 22 Z M 12 24 L 20 24 L 20 27 L 12 27 Z\"/></svg></li><li title=\"wine glass alt solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 8.1875 5 L 8.03125 5.78125 C 8.03125 5.78125 7 10.488281 7 13 C 7 17.617188 10.515625 21.429688 15 21.9375 L 15 26 L 10 26 L 10 28 L 22 28 L 22 26 L 17 26 L 17 21.9375 C 21.484375 21.429688 25 17.617188 25 13 C 25 10.484375 23.96875 5.78125 23.96875 5.78125 L 23.8125 5 Z M 9.84375 7 L 22.15625 7 C 22.25 7.488281 22.488281 8.71875 22.6875 10 L 11 10 L 11 12 L 22.9375 12 C 22.96875 12.347656 23 12.722656 23 13 C 23 16.878906 19.878906 20 16 20 C 12.121094 20 9 16.878906 9 13 C 9 11.3125 9.667969 7.90625 9.84375 7 Z\"/></svg></li><li title=\"wine glass solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 8.3007812 5 L 8 5.5996094 C 7.4 6.8996094 7 8.7 7 11 C 7 15.6 10.5 19.400391 15 19.900391 L 15 26 L 10 26 L 10 28 L 22 28 L 22 26 L 17 26 L 17 19.900391 C 21.5 19.400391 25 15.6 25 11 C 25 8.7 24.6 6.8996094 24 5.5996094 L 23.800781 5 L 8.3007812 5 z M 9.5996094 7 L 22.400391 7 C 22.800391 8.2 23 9.6 23 11 C 23 13.1 22.099219 14.899219 20.699219 16.199219 L 20.599609 16.300781 C 20.499609 16.400781 20.400781 16.5 20.300781 16.5 C 20.200781 16.6 20.099609 16.599219 20.099609 16.699219 C 19.999609 16.799219 19.900781 16.800391 19.800781 16.900391 C 19.700781 17.000391 19.6 16.999609 19.5 17.099609 C 19.4 17.099609 19.300781 17.199219 19.300781 17.199219 C 19.200781 17.299219 19.100391 17.300391 18.900391 17.400391 C 18.800391 17.400391 18.699219 17.5 18.699219 17.5 C 18.599219 17.6 18.400781 17.599609 18.300781 17.599609 C 18.200781 17.599609 18.199609 17.699219 18.099609 17.699219 C 17.999609 17.699219 17.799219 17.800781 17.699219 17.800781 C 17.599219 17.800781 17.6 17.800391 17.5 17.900391 L 16.900391 17.900391 L 16.699219 17.900391 L 16 17.900391 C 12.1 17.900391 9 14.800391 9 10.900391 L 9 9.8007812 L 9 9.4003906 L 9.5996094 7 z\"/></svg></li><li title=\"wix \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 22.050781 9.9492188 C 21.525781 9.9242187 21.099609 10 21.099609 10 L 25.099609 16 L 21.099609 21.900391 C 21.099609 21.900391 22.899219 22.200391 23.699219 21.400391 C 24.199219 20.900391 24.499219 20.4 26.199219 18 C 26.499219 17.5 26.800781 18 26.800781 18 C 28.300781 20 28.700391 20.800391 29.400391 21.400391 C 30.300391 22.100391 32 21.900391 32 21.900391 L 28 16 L 31.900391 10 C 31.900391 10 30.200391 9.7 29.400391 10.5 C 28.800391 11.1 28.200781 11.9 26.800781 14 C 26.800781 14 26.499219 14.5 26.199219 14 C 24.799219 12 24.199609 11.1 23.599609 10.5 C 23.199609 10.1 22.575781 9.9742188 22.050781 9.9492188 z M 0.41992188 9.9902344 C 0.27851562 9.9835938 0.1375 9.9875 0 10 L 3.1992188 22 C 3.1992187 22 4.1992187 22.000781 4.6992188 21.800781 C 5.3992187 21.500781 5.6996094 21.199609 6.0996094 19.599609 C 6.4996094 18.199609 7.4996094 13.899609 7.5996094 13.599609 C 7.7996094 12.899609 8.1007813 12.899609 8.3007812 13.599609 C 8.4007812 13.899609 9.4007812 18.099609 9.8007812 19.599609 C 10.200781 21.199609 10.499219 21.500781 11.199219 21.800781 C 11.799219 22.100781 12.800781 22 12.800781 22 L 16 10 C 14.9 9.9 13.6 10.499219 13.5 11.699219 L 11.800781 18.099609 L 10.400391 12.900391 C 10.100391 11.400391 9.3996094 10.599609 8.0996094 10.599609 C 6.7996094 10.599609 6.2007813 11.300391 5.8007812 12.900391 L 4.4003906 18.099609 L 2.6992188 11.699219 C 2.4367187 10.561719 1.4097656 10.036719 0.41992188 9.9902344 z M 19.599609 10 C 19.599609 10 18.800781 9.9992188 18.300781 10.199219 C 17.700781 10.499219 17.5 11.099609 17.5 12.599609 C 17.5 12.599609 17.800781 12.299609 18.300781 12.099609 C 19.700781 11.599609 19.599609 10.6 19.599609 10 z M 19.5 12 L 19.5 12.076172 C 19.524326 12.032657 19.530125 12 19.5 12 z M 19.5 12.076172 C 19.443576 12.177106 19.249766 12.36025 18.900391 12.5 C 18.600391 12.7 18.3 12.800391 18 12.900391 C 17.3 13.200391 17.400391 13.599609 17.400391 14.599609 L 17.400391 22 C 17.400391 22 18.199219 22.100781 18.699219 21.800781 C 19.399219 21.500781 19.5 21.099609 19.5 19.599609 L 19.5 12.076172 z\"/></svg></li><li title=\"wizards of the coast \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 15.900391 6.0996094 C 13.000391 6.0996094 10.599219 6.7007812 10.199219 6.8007812 C 10.599219 6.9007812 10.900781 7.0003906 11.300781 7.4003906 L 11.400391 7.4003906 C 11.700391 7.3003906 13.800391 6.6992188 16.900391 6.6992188 C 25.900391 6.6992188 32 12.500391 32 17.900391 L 32 18.400391 C 32 18.500391 31.999609 18.500391 32.099609 18.400391 L 32.099609 17.400391 C 31.999609 13.200391 27.200391 6.0996094 15.900391 6.0996094 z M 17.099609 7.1992188 C 6.8996094 7.1992188 0.7 14.000781 0 14.800781 C -0.1 14.800781 -0.1 14.800391 0 14.900391 C 3 15.700391 7.8007812 19 9.8007812 25 L 9.9003906 25 C 12.700391 21.5 16.899219 18.599609 21.699219 18.599609 C 25.699219 18.599609 28.199219 20.699609 28.199219 22.599609 C 28.199219 23.499609 27.899609 24.300391 27.099609 24.900391 C 27.799609 24.400391 28.5 23.5 28.5 22.5 C 28.5 21.4 27.900391 20.599609 27.900391 20.599609 C 28.300391 20.999609 28.400391 21.400391 28.400391 21.400391 C 28.700391 19.400391 29.699219 18.300781 29.699219 18.300781 C 29.599219 17.800781 29.400391 17.400391 29.400391 17.400391 C 29.800391 17.800391 30.099609 18.8 30.099609 19.5 C 30.099609 20 29.9 20.6 29.5 21 C 29.9 20.8 30.300781 20.299219 30.300781 19.199219 C 30.300781 18.399219 30.099609 17.900391 30.099609 17.900391 C 30.399609 17.600391 30.700391 17.400781 30.900391 17.300781 C 30.900391 17.500781 31 17.8 31 18 C 31 18.1 30.999609 18.1 31.099609 18 L 31.099609 17.199219 C 31.399609 16.999219 31.599609 17 31.599609 17 C 30.899609 11.5 24.499609 7.1992188 17.099609 7.1992188 z M 15 7.5996094 L 14 10.699219 C 16.1 9.4992188 18.099609 8.9003906 20.599609 8.9003906 C 23.999609 9.0003906 28.999609 11 30.599609 16 C 30.099609 14.5 27.6 9.6 21 9.5 C 18.3 9.4 16.300391 10.300391 14.400391 11.400391 L 18.699219 10.900391 L 14 12 L 15.300781 13 L 15.099609 12.199219 C 15.499609 12.099219 17.100391 11.800781 18.400391 11.800781 L 17.300781 15.800781 C 18.000781 15.800781 18.200781 15.399219 18.300781 14.699219 L 18.5 14.599609 L 18.5 15.900391 C 17.4 16.100391 16.6 16.200391 16 16.400391 L 16.699219 14.199219 L 13.599609 12.400391 L 13.699219 12.800781 L 14.199219 13 C 14.499219 13.9 15.199219 15.800391 15.199219 15.900391 C 15.299219 16.100391 15.400781 16.199609 15.800781 16.099609 L 15.900391 16.300781 C 15.100391 16.500781 14.700391 16.7 13.900391 17 L 13.800781 16.800781 C 14.000781 16.700781 14.199609 16.599219 14.099609 16.199219 C 12.899609 13.099219 13 13.299219 13 13.199219 L 13.099609 13 L 14.800781 16.400391 C 14.600781 15.800391 14.899219 16.5 13.199219 12.5 L 11.099609 16.900391 L 11.300781 16.199219 L 9.5 14.099609 L 10.900391 18.800781 L 10.300781 19.199219 C 4.7007813 14.099219 4.9996094 14.300781 4.5996094 14.300781 C 4.2996094 14.300781 3.9003906 14.599609 3.9003906 14.599609 L 3.6992188 14.300781 C 5.1992188 13.100781 5.2996094 13.099219 6.5996094 12.199219 L 6.8007812 12.599609 C 6.8007812 12.599609 6.5003906 12.8 6.4003906 13 C 6.1003906 13.5 6.5 13.700781 9.5 16.800781 L 8.5996094 13.900391 L 10.599609 13.400391 L 11.900391 14.900391 L 12.099609 14.300781 L 11.900391 13.099609 L 12.599609 12.900391 L 12.599609 13.099609 L 12.800781 12.599609 L 8 13.800781 L 8.5996094 13.599609 L 7.9003906 11.5 L 8.8007812 11 L 10.300781 12.800781 L 11.699219 12.099609 C 11.599219 11.699609 11.6 11.399609 11.5 11.099609 L 12.400391 11.800781 L 12.599609 11.699219 L 9.5996094 9.5996094 L 10.800781 10.199219 C 11.700781 9.8992187 12.100391 9.7992187 12.400391 9.6992188 L 12.5 10.199219 C 11.9 10.799219 12.600781 10.999219 12.800781 11.199219 L 12.099609 8.0996094 L 12.699219 9.5 C 12.899219 9.4 13.099609 9.4003906 13.099609 9.4003906 L 13.199219 9.8007812 C 13.199219 9.8007812 13.000391 9.9003906 12.900391 9.9003906 L 13.300781 10.900391 L 15 7.5996094 z M 10.400391 10.199219 L 10.900391 10.599609 C 10.900391 10.599609 10.700781 10.599219 10.300781 10.699219 L 10.199219 10.300781 C 10.199219 10.300781 10.300391 10.299219 10.400391 10.199219 z M 20.210938 11.642578 C 21.05 11.619141 21.650781 11.75 21.800781 12.5 L 21.800781 13.099609 C 21.800781 13.199609 21.699219 14.000781 21.699219 14.300781 L 21.699219 15.300781 C 21.699219 15.400781 21.700781 15.499609 21.800781 15.599609 C 21.900781 15.699609 22.099609 15.699219 22.099609 15.699219 C 22.499609 15.699219 22.5 15.400391 22.5 15.400391 C 22.5 15.400391 22.699219 12.699609 22.699219 12.599609 C 22.699219 12.399609 22.5 12.400391 22.5 12.400391 L 22.5 12 C 22.5 12 23.500391 12.200391 23.900391 12.400391 L 23.800781 13.300781 C 23.800781 13.300781 24.299609 12.800781 24.599609 12.800781 C 24.899609 12.700781 25.300781 13.199219 25.300781 13.199219 L 24.699219 13.800781 C 24.099219 13.500781 23.699219 13.800781 23.699219 13.800781 C 23.399219 15.700781 23.300391 15.899609 23.900391 16.099609 L 23.900391 16.300781 C 23.000391 16.000781 22.999609 16.000391 22.099609 15.900391 C 21.499609 15.800391 21.599609 15.900781 21.099609 15.800781 C 20.899609 15.500781 21.000391 15.600391 20.900391 15.400391 C 20.700391 15.400391 20.500781 15.599219 20.300781 15.699219 C 20.100781 15.799219 19.900781 15.800781 19.800781 15.800781 C 19.800781 15.800781 19.200391 15.900781 18.900391 15.300781 C 18.600391 14.800781 18.899219 13.999219 19.199219 13.699219 C 19.599219 13.299219 20.399609 13.200781 20.599609 12.800781 C 20.999609 12.300781 19.899609 11.7 19.099609 12.5 L 19 12.5 L 19.300781 11.699219 C 19.625781 11.674219 19.93125 11.650391 20.210938 11.642578 z M 26.900391 11.800781 C 27.500391 12.300781 27.7 12.500781 28 12.800781 C 26.7 16.500781 26.500781 16.8 26.800781 17 L 26.699219 17.199219 C 26.399219 16.999219 26.300781 17.000781 25.800781 16.800781 L 25.900391 16.5 C 25.900391 16.5 25.700391 16.699219 25.400391 16.699219 C 24.400391 16.699219 24.200391 15.099609 24.900391 14.099609 C 25.500391 13.199609 26.399609 13.300391 26.599609 13.900391 L 27 12.599609 C 27.1 12.299609 26.900781 12.1 26.800781 12 L 26.900391 11.800781 z M 17.148438 12.1875 C 16.75 12.1875 15.999219 12.299219 15.699219 13.199219 L 16.800781 14.099609 L 17.400391 12.199219 C 17.375391 12.199219 17.28125 12.1875 17.148438 12.1875 z M 20.699219 13.400391 C 20.699219 13.400391 20.1 13.700391 20 13.900391 C 19.8 14.100391 19.599609 14.399219 19.599609 14.699219 C 19.599609 15.099219 19.799609 15.199219 20.099609 15.199219 C 20.399609 15.199219 20.599609 15.100391 20.599609 14.900391 C 20.599609 14.700391 20.699219 13.400391 20.699219 13.400391 z M 26.099609 13.800781 C 25.599609 13.700781 25.299219 15 25.199219 15.5 C 25.199219 15.8 25.1 16.199219 25.5 16.199219 C 25.8 16.299219 26 16.3 26.5 14.5 C 26.6 14.2 26.499609 13.900781 26.099609 13.800781 z M 12.800781 13.900391 L 13.400391 17.400391 L 12.800781 17.699219 L 11.599609 16.300781 L 12.300781 15 L 12.5 15.199219 L 12.300781 14.800781 L 12.800781 13.900391 z M 28 15.300781 C 28.7 15.200781 29.199219 16.099609 29.199219 16.099609 L 28.800781 16.5 L 28.699219 16.400391 C 28.699219 16.300391 28.800781 16.2 28.800781 16 C 28.800781 15.5 28.199219 15.400781 28.199219 15.800781 C 28.199219 16.000781 28.599609 16.799219 28.599609 17.199219 C 28.599609 17.699219 28.300391 18 27.900391 18 C 27.500391 18 26.900391 17.5 26.900391 17.5 L 27.099609 16.800781 L 27.199219 16.900391 C 27.099219 17.800391 28.100391 17.899219 27.900391 17.199219 C 27.800391 16.999219 27 15.500781 28 15.300781 z M 19.599609 16.300781 C 19.599609 16.400781 19.599219 16.499609 19.699219 16.599609 C 19.599219 16.499609 19.500391 16.399609 18.900391 16.599609 C 18.900391 16.699609 19 16.899609 19 17.099609 C 19.5 16.999609 19.2 17.1 19.5 17 L 19.5 17.300781 C 19.3 17.200781 19.4 17.300781 19 17.300781 C 19 17.400781 19.099609 17.800391 19.099609 17.900391 C 19.185396 17.900391 19.622112 17.891891 19.8125 17.765625 C 19.80102 17.802746 19.800781 17.851789 19.800781 17.900391 C 19.600781 17.900391 19.099219 17.999609 18.699219 18.099609 L 18.699219 17.900391 C 18.599219 17.500391 18.5 16.999609 18.5 16.599609 C 18.5 16.499609 18.500391 16.500391 18.400391 16.400391 C 18.900391 16.300391 19.399609 16.300781 19.599609 16.300781 z M 21.599609 16.339844 C 21.755859 16.350781 21.924609 16.4 22.099609 16.5 C 22.199609 16.5 22.199219 16.700781 22.199219 16.800781 C 21.899219 16.300781 21.199609 16.399609 21.099609 17.099609 C 20.999609 17.999609 21.799609 18.099609 22.099609 17.599609 C 22.099609 17.699609 22 17.900391 22 17.900391 C 21.5 18.200391 20.599219 17.8 20.699219 17 C 20.774219 16.625 21.130859 16.307031 21.599609 16.339844 z M 17.699219 16.5 C 17.599219 16.6 17.599219 16.599219 17.699219 16.699219 C 17.799219 16.999219 17.9 17.7 18 18 C 18.1 18.2 18.099219 18.200781 18.199219 18.300781 C 17.999219 18.400781 17.899219 18.400391 17.699219 18.400391 L 17.699219 18.199219 C 17.599219 17.999219 17.5 17.6 17.5 17.5 C 17.3 17.5 17.100391 17.599219 16.900391 17.699219 C 16.900391 17.799219 17.099609 18.200391 17.099609 18.400391 C 17.099609 18.500391 17.199219 18.499609 17.199219 18.599609 C 16.999219 18.699609 16.799219 18.700781 16.699219 18.800781 C 16.799219 18.700781 16.799219 18.699609 16.699219 18.599609 C 16.599219 18.399609 16.299219 17.399219 16.199219 17.199219 C 16.199219 17.099219 16.099609 17 16.099609 17 C 16.299609 16.9 16.399609 16.900781 16.599609 16.800781 L 16.599609 17 C 16.699609 17.2 16.700781 17.4 16.800781 17.5 C 17.000781 17.4 17.300391 17.400781 17.400391 17.300781 L 17.300781 16.800781 C 17.300781 16.700781 17.199219 16.599609 17.199219 16.599609 C 17.399219 16.499609 17.599219 16.5 17.699219 16.5 z M 23.160156 16.566406 C 23.242969 16.563281 23.325391 16.574609 23.400391 16.599609 C 23.900391 16.699609 24.000391 17.199609 23.900391 17.599609 C 23.800391 17.999609 23.5 18.199609 23 18.099609 C 22.6 17.999609 22.3 17.599609 22.5 17.099609 C 22.65 16.724609 22.911719 16.575781 23.160156 16.566406 z M 23.400391 16.699219 C 23.300391 16.699219 22.900781 16.699219 22.800781 17.199219 C 22.700781 17.499219 22.799609 17.900391 23.099609 17.900391 C 23.299609 18.000391 23.499219 17.900391 23.699219 17.400391 C 23.799219 16.900391 23.600391 16.699219 23.400391 16.699219 z M 24.699219 17 C 24.799219 17 24.999609 17.099609 25.099609 17.099609 C 25.099609 17.099609 25.1 17.000391 25 18.400391 C 25.1 18.500391 25.099609 18.499609 25.099609 18.599609 C 24.999609 18.599609 24.699219 18.5 24.699219 18.5 L 24.800781 18.400391 L 24.800781 18 C 24.600781 17.9 24.500391 17.900391 24.400391 17.900391 C 24.300391 18.000391 24.299219 18.099219 24.199219 18.199219 L 24.199219 18.400391 C 24.099219 18.400391 24.000391 18.300781 23.900391 18.300781 L 24 18.199219 C 24.2 17.999219 24.499219 17.499219 24.699219 17.199219 L 24.699219 17 z M 15.599609 17.199219 L 15.800781 17.400391 C 15.600781 17.300391 15.399219 17.4 15.199219 17.5 C 15.799219 19.1 15.800391 19.099609 15.900391 19.099609 C 15.700391 19.199609 15.600391 19.200781 15.400391 19.300781 C 15.500391 19.200781 15.500781 19.199219 14.800781 17.699219 C 14.800781 17.699219 14.400781 17.899609 14.300781 18.099609 L 14.199219 17.800781 C 14.599219 17.600781 15.499609 17.199219 15.599609 17.199219 z M 24.900391 17.199219 C 24.800391 17.299219 24.599609 17.599219 24.599609 17.699219 C 24.699609 17.699219 24.800391 17.800781 24.900391 17.800781 L 24.900391 17.199219 z M 26.050781 17.525391 C 26.200781 17.550391 26.350391 17.650781 26.400391 17.800781 L 26.400391 18 C 26.400391 17.7 26.1 17.599219 26 17.699219 C 25.9 17.799219 26.099609 17.899609 26.099609 18.099609 C 26.199609 18.199609 26.199219 18.399609 26.199219 18.599609 C 26.099219 18.899609 25.600391 18.899609 25.400391 18.599609 L 25.5 18.400391 C 25.5 18.700391 25.800391 18.899609 25.900391 18.599609 C 26.000391 18.499609 25.900781 18.299219 25.800781 18.199219 C 25.700781 18.099219 25.599219 17.899219 25.699219 17.699219 C 25.749219 17.549219 25.900781 17.500391 26.050781 17.525391 z M 27 18 C 27.2 18.1 27.499609 18.300391 27.599609 18.400391 L 27.400391 18.699219 C 27.300391 18.499219 27.399219 18.6 27.199219 18.5 C 27.099219 18.7 26.900781 19.000781 26.800781 19.300781 C 26.700781 19.400781 26.700781 19.5 26.800781 19.5 L 26.5 19.300781 L 26.599609 19.199219 C 26.799609 18.899219 26.899609 18.600781 27.099609 18.300781 C 26.999609 18.200781 27.000781 18.199219 26.800781 18.199219 L 27 18 z M 13.400391 18.199219 L 13.599609 18.400391 L 13.300781 18.400391 C 13.200781 18.400391 12.899219 18.600781 12.699219 18.800781 L 12.699219 18.900391 C 12.799219 19.000391 12.9 19.200391 13 19.400391 C 13.5 19.100391 13.399609 19.2 13.599609 19 C 13.599609 19.1 13.599219 19.100781 13.699219 19.300781 C 13.499219 19.300781 13.499609 19.299609 13.099609 19.599609 C 13.599609 20.499609 13.699219 20.400391 13.699219 20.400391 C 13.599219 20.500391 13.399219 20.599219 13.199219 20.699219 C 13.299219 20.499219 13.100781 20.399609 12.300781 19.099609 C 12.200781 18.999609 12.099609 19 12.099609 19 C 12.499609 18.7 12.900391 18.499219 13.400391 18.199219 z M 21.951172 18.839844 C 19.428711 18.826172 16.399609 19.712891 13.599609 21.900391 L 13.599609 22 C 13.699609 22.2 13.800781 22.5 13.800781 23 C 17.000781 20.1 20.4 19.200391 23 19.400391 C 25.9 19.600391 28 21.100781 28 22.800781 C 28 23.300781 27.900781 23.600781 27.800781 23.800781 C 27.900781 23.600781 27.999609 23.300781 28.099609 22.800781 C 28.299609 20.900781 26.1 19.200391 23 18.900391 C 22.6625 18.862891 22.311523 18.841797 21.951172 18.839844 z M 11.417969 19.550781 C 11.919531 19.480469 12.35 19.874609 12.5 20.099609 C 12.4 20.099609 12.999219 20.899609 12.199219 21.599609 C 11.599219 21.999609 10.999219 21.800391 10.699219 21.400391 C 10.299219 20.900391 10.400391 20.200781 10.900391 19.800781 C 11.075391 19.650781 11.250781 19.574219 11.417969 19.550781 z M 11.255859 19.878906 C 11.162109 19.888281 11.075 19.925 11 20 C 10.9 20.1 10.4 20.399219 11 21.199219 C 11.2 21.499219 11.699609 21.8 12.099609 21.5 C 12.399609 21.3 12.499609 20.900781 12.099609 20.300781 C 11.874609 20.075781 11.537109 19.850781 11.255859 19.878906 z\"/></svg></li><li title=\"wolf pack battalion \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 7.4003906 3 C 6.5003906 6.1 7.2003906 8.9996094 7.4003906 9.5996094 C 8.2003906 9.2996094 9.8992187 7.7003906 7.6992188 5.9003906 C 8.9992188 6.3003906 9.7007813 7.4003906 9.8007812 8.4003906 C 10.000781 9.8003906 8.0996094 11 7.0996094 11 C 5.4996094 11.1 4 12.7 4 14 L 5.0996094 13.5 C 4.7996094 14.4 4.4992188 15.300391 4.6992188 16.400391 L 6 16.099609 C 5.2 17.399609 5.4996094 19.400391 5.5996094 20.400391 L 6.9003906 19.699219 L 7.3007812 21.5 L 8.5 21.199219 L 9 22.699219 L 10.300781 21.599609 L 9.3007812 22 L 8.9003906 20.300781 L 8 20.599609 L 7.6992188 18.900391 L 6.3007812 19.300781 C 6.1007812 18.000781 6.4 16.799609 7 15.599609 L 5.5 15.199219 C 6 12.999219 7.2992188 12.6 8.6992188 12.5 C 9.1992188 14.1 8.9996094 15.399609 8.5996094 16.599609 C 12.699609 19.499609 12.499219 22.599219 12.699219 24.199219 C 12.899219 25.699219 12.9 28.699609 14 29.099609 L 14 27.599609 L 14.300781 27.199219 L 14.599609 27.800781 L 15.099609 27 L 15.699219 28.099609 L 16.099609 26.900391 L 16.599609 27.699219 L 16.900391 27.099609 L 17.199219 27.5 L 17.199219 29 C 18.299219 28.6 18.3 25.599609 18.5 24.099609 C 18.7 22.499609 18.499609 19.4 22.599609 16.5 C 22.199609 15.3 22 14.000391 22.5 12.400391 C 23.9 12.600391 25.199219 12.899609 25.699219 15.099609 L 24.199219 15.5 C 24.799219 16.7 25.100391 17.899219 24.900391 19.199219 L 23.5 18.800781 L 23 20.599609 L 22.099609 20.199219 L 21.699219 21.900391 L 20.699219 21.5 L 22 22.599609 L 22.400391 21.199219 L 23.599609 21.5 L 24 19.699219 L 25.300781 20.400391 C 25.300781 19.400391 25.700391 17.499609 24.900391 16.099609 L 26.199219 16.400391 C 26.399219 15.300391 26.100781 14.4 25.800781 13.5 L 27 14 C 27 12.7 25.500391 11.1 23.900391 11 C 22.900391 10.9 20.999219 9.7003906 21.199219 8.4003906 C 21.299219 7.4003906 22.000781 6.2003906 23.300781 5.9003906 C 21.100781 7.8003906 22.799609 9.2996094 23.599609 9.5996094 C 23.799609 8.9996094 24.499609 6.1 23.599609 3 C 21.599609 4.2 19.2 6.3 19 10.5 L 16.199219 12.300781 L 16 17 L 21.199219 14.199219 L 21.599609 14.599609 L 20.699219 14.800781 L 18.5 16.800781 L 17.699219 16.5 L 16.300781 19 L 16.099609 25 L 17.199219 25.800781 L 15.599609 26.599609 L 14 25.800781 L 15.099609 25 L 14.900391 18.900391 L 13.5 16.400391 L 12.699219 16.699219 L 10.5 14.699219 L 9.5996094 14.5 L 10 14.099609 L 15 17 L 14.800781 12.300781 L 12 10.5 C 11.8 6.3 9.5003906 4.2 7.4003906 3 z M 8.1992188 13.5 C 7.2992188 13.6 6.4003906 13.900391 5.9003906 14.900391 C 6.6003906 15.100391 7.0996094 15.199609 8.0996094 15.599609 C 8.0996094 14.999609 8.1992188 14.2 8.1992188 13.5 z M 22.800781 13.5 C 22.800781 14.2 22.900391 14.999609 22.900391 15.599609 C 23.900391 15.199609 24.399609 15.100391 25.099609 14.900391 C 24.599609 13.900391 23.800781 13.6 22.800781 13.5 z M 8.0996094 15.800781 C 7.0996094 16.500781 6.6996094 17.499219 6.5996094 18.699219 C 7.1996094 18.499219 7.8 18.199219 8.5 18.199219 C 8.2 17.499219 8.0996094 16.700781 8.0996094 15.800781 z M 22.900391 15.800781 C 22.900391 16.700781 22.8 17.499219 22.5 18.199219 C 23.2 18.199219 23.800391 18.499219 24.400391 18.699219 C 24.300391 17.499219 23.900391 16.500781 22.900391 15.800781 z M 8.5996094 18.199219 C 8.3996094 18.699219 8.3007812 19.200391 8.3007812 19.900391 L 9.5 19.599609 C 9.2 19.099609 8.8996094 18.699219 8.5996094 18.199219 z M 9.5 19.599609 C 9.5 20.199609 9.4996094 20.699219 9.5996094 21.199219 C 9.9996094 21.099219 10.399219 21.000781 10.699219 20.800781 C 10.299219 20.500781 9.9 19.999609 9.5 19.599609 z M 22.400391 18.199219 C 22.100391 18.699219 21.8 19.099609 21.5 19.599609 L 22.699219 19.900391 C 22.699219 19.200391 22.600391 18.699219 22.400391 18.199219 z M 21.5 19.599609 C 21.1 19.999609 20.700781 20.500781 20.300781 20.800781 C 20.600781 21.000781 21.000391 21.099219 21.400391 21.199219 C 21.500391 20.699219 21.5 20.199609 21.5 19.599609 z M 10.699219 21 C 10.799219 21.3 10.800391 21.699609 10.900391 22.099609 L 11.699219 21.599609 C 11.299219 21.399609 10.999219 21.2 10.699219 21 z M 20.300781 21 C 20.000781 21.2 19.700781 21.399609 19.300781 21.599609 L 20.099609 22.099609 C 20.199609 21.699609 20.200781 21.3 20.300781 21 z\"/></svg></li><li title=\"won sign solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 4 6 L 5.8125 12 L 4 12 L 4 14 L 6.40625 14 L 7 16 L 4 16 L 4 18 L 7.59375 18 L 10 26 L 12 26 L 14 18 L 18 18 L 20 26 L 22 26 L 24.40625 18 L 28 18 L 28 16 L 25 16 L 25.59375 14 L 28 14 L 28 12 L 26.1875 12 L 28 6 L 26 6 L 24.1875 12 L 18.5 12 L 17 6 L 15 6 L 13.5 12 L 7.8125 12 L 6 6 Z M 16 10 L 16.5 12 L 15.5 12 Z M 8.40625 14 L 13 14 L 12.5 16 L 9 16 Z M 15 14 L 17 14 L 17.5 16 L 14.5 16 Z M 19 14 L 23.59375 14 L 23 16 L 19.5 16 Z M 9.59375 18 L 12 18 L 10.90625 22.375 Z M 20 18 L 22.40625 18 L 21.09375 22.375 Z\"/></svg></li><li title=\"wordpress simple \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.828 3 3 8.828 3 16 C 3 23.172 8.828 29 16 29 C 23.172 29 29 23.172 29 16 C 29 8.828 23.172 3 16 3 z M 16 5.1679688 C 18.82516 5.1679688 21.382078 6.2468336 23.306641 8.0058594 C 23.265326 8.0050228 23.223641 7.9941406 23.171875 7.9941406 C 22.109875 7.9941406 21.417969 8.924875 21.417969 9.921875 C 21.417969 10.820875 21.870828 11.56975 22.423828 12.46875 C 22.834828 13.18375 23.3125 14.115266 23.3125 15.447266 C 23.3125 16.379266 22.965281 17.451031 22.488281 18.957031 L 21.417969 22.564453 L 17.351562 10.037109 C 18.001562 10.004109 18.585938 9.9394531 18.585938 9.9394531 C 19.170937 9.8744531 19.106484 9.0080156 18.521484 9.0410156 C 18.521484 9.0410156 16.766906 9.1816406 15.628906 9.1816406 C 14.567906 9.1816406 12.779297 9.0410156 12.779297 9.0410156 C 12.194297 9.0080156 12.129844 9.9074531 12.714844 9.9394531 C 12.714844 9.9394531 13.266563 10.004109 13.851562 10.037109 L 15.675781 15.544922 L 13.3125 22.652344 L 9.2148438 10.039062 C 9.8758438 10.006063 10.460938 9.9414062 10.460938 9.9414062 C 11.045937 9.8764062 10.970484 9.0099688 10.396484 9.0429688 C 10.396484 9.0429688 8.7146992 9.1764104 7.5761719 9.1816406 C 9.5589323 6.7317465 12.588121 5.1679688 16 5.1679688 z M 25.511719 10.800781 C 26.353267 12.342723 26.832031 14.112696 26.832031 16 C 26.832031 20.289463 24.358708 23.969277 20.759766 25.726562 C 20.993254 25.611348 21.225341 25.495998 21.449219 25.359375 L 24.753906 15.794922 C 25.370906 14.256922 25.576172 13.021016 25.576172 11.916016 C 25.576172 11.515016 25.555672 11.156547 25.513672 10.810547 C 25.51214 10.807602 25.513044 10.803788 25.511719 10.800781 z M 6.203125 11.384766 L 11.265625 25.740234 C 7.6526246 23.988039 5.1679688 20.299746 5.1679688 16 C 5.1679688 14.344834 5.5451007 12.785069 6.203125 11.384766 z M 16.183594 16.943359 L 19.521484 26.074219 C 19.54289 26.12676 19.564216 26.170993 19.595703 26.212891 C 18.469939 26.60708 17.263759 26.832031 16 26.832031 C 14.933113 26.832031 13.905924 26.673405 12.933594 26.388672 L 16.183594 16.943359 z M 11.396484 25.802734 C 11.677917 25.93153 11.962244 26.048201 12.25 26.158203 C 11.959161 26.051366 11.674854 25.933131 11.396484 25.802734 z M 20.416016 25.892578 C 20.187559 25.99425 19.953374 26.083895 19.716797 26.169922 C 19.954263 26.087148 20.187264 25.993584 20.416016 25.892578 z M 12.560547 26.271484 C 12.676284 26.309724 12.791365 26.347933 12.910156 26.382812 C 12.79235 26.348028 12.676619 26.310112 12.560547 26.271484 z\"/></svg></li><li title=\"wordpress \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 9.382813 4 4 9.382813 4 16 C 4 22.617188 9.382813 28 16 28 C 22.617188 28 28 22.617188 28 16 C 28 9.382813 22.617188 4 16 4 Z M 16 4.5625 C 22.3125 4.5625 27.4375 9.6875 27.4375 16 C 27.4375 22.3125 22.3125 27.4375 16 27.4375 C 9.6875 27.4375 4.5625 22.3125 4.5625 16 C 4.5625 9.6875 9.6875 4.5625 16 4.5625 Z M 16 5.71875 C 12.402344 5.71875 9.246094 7.546875 7.40625 10.34375 C 7.648438 10.351563 7.867188 10.34375 8.0625 10.34375 C 9.140625 10.34375 10.8125 10.21875 10.8125 10.21875 C 11.367188 10.1875 11.429688 10.996094 10.875 11.0625 C 10.875 11.0625 10.308594 11.15625 9.6875 11.1875 L 13.4375 22.3125 L 15.6875 15.5625 L 14.09375 11.1875 C 13.539063 11.15625 13 11.0625 13 11.0625 C 12.445313 11.03125 12.507813 10.1875 13.0625 10.21875 C 13.0625 10.21875 14.769531 10.34375 15.78125 10.34375 C 16.859375 10.34375 18.53125 10.21875 18.53125 10.21875 C 19.085938 10.1875 19.148438 10.996094 18.59375 11.0625 C 18.59375 11.0625 18.023438 11.15625 17.40625 11.1875 L 21.125 22.25 L 22.15625 18.8125 C 22.675781 17.476563 22.9375 16.351563 22.9375 15.46875 C 22.9375 14.195313 22.488281 13.339844 22.09375 12.65625 C 21.574219 11.808594 21.09375 11.066406 21.09375 10.21875 C 21.09375 9.273438 21.800781 8.40625 22.8125 8.40625 C 22.859375 8.40625 22.890625 8.40625 22.9375 8.40625 C 21.105469 6.726563 18.679688 5.71875 16 5.71875 Z M 25.03125 11.0625 C 25.078125 11.390625 25.09375 11.746094 25.09375 12.125 C 25.09375 13.167969 24.898438 14.34375 24.3125 15.8125 L 21.1875 24.90625 C 24.25 23.121094 26.28125 19.796875 26.28125 16 C 26.28125 14.210938 25.835938 12.527344 25.03125 11.0625 Z M 6.59375 11.8125 C 6.023438 13.089844 5.71875 14.507813 5.71875 16 C 5.71875 20.074219 8.066406 23.582031 11.5 25.25 Z M 16.1875 16.90625 L 13.09375 25.875 C 14.015625 26.144531 14.988281 26.28125 16 26.28125 C 17.199219 26.28125 18.335938 26.09375 19.40625 25.71875 C 19.378906 25.675781 19.363281 25.613281 19.34375 25.5625 Z\"/></svg></li><li title=\"wpbeginner \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 9.4 4 4 8.5 4 14 C 4 15.7 4.5003906 17.300781 5.4003906 18.800781 C 4.5003906 19.600781 4 20.8 4 22 C 4 24.8 6.7 27 10 27 C 12.5 27 14.6 25.8 15.5 24 L 16.5 24 C 17.4 25.8 19.5 27 22 27 C 25.3 27 28 24.8 28 22 C 28 20.8 27.499609 19.600781 26.599609 18.800781 C 27.499609 17.400781 28 15.8 28 14 C 28 8.5 22.6 4 16 4 z M 16 6 C 21.5 6 26 9.6 26 14 C 26 14.309075 25.973564 14.611043 25.929688 14.910156 C 25.92355 14.953558 25.913261 14.995896 25.90625 15.039062 C 25.861749 15.304228 25.803507 15.566579 25.726562 15.826172 C 25.716144 15.861357 25.706333 15.896646 25.695312 15.931641 C 25.622015 16.165454 25.529703 16.397955 25.431641 16.628906 C 25.007086 17.579274 24.358313 18.448195 23.5 19.199219 C 24.976052 19.691236 25.962845 20.765785 25.994141 21.943359 C 25.96168 23.525029 24.179909 24.900391 22 24.900391 C 20.4 24.900391 18.900781 24.1 18.300781 23 L 17.699219 22 L 16.5 22 L 15.5 22 L 14.300781 22 L 13.699219 23.099609 C 13.099219 24.199609 11.6 25 10 25 C 7.8 25 6 23.6 6 22 C 6 21.803499 6.0301193 21.619634 6.0800781 21.447266 C 6.0823024 21.438728 6.0855661 21.430393 6.0878906 21.421875 C 6.2282679 20.958972 6.5055053 20.591084 6.7226562 20.304688 C 7.1584016 19.833049 7.7680315 19.443208 8.5 19.199219 C 7.9480806 18.716289 7.4864989 18.183194 7.109375 17.613281 C 7.1062978 17.608631 7.1026744 17.604265 7.0996094 17.599609 C 6.7504138 17.050873 6.4765328 16.477413 6.2890625 15.878906 C 6.2878279 15.874965 6.2863833 15.871131 6.2851562 15.867188 C 6.2005128 15.595147 6.139305 15.317468 6.0917969 15.035156 C 6.0850366 14.99336 6.076254 14.952172 6.0703125 14.910156 C 6.0264365 14.612387 6 14.309075 6 14 C 6 9.6 10.5 6 16 6 z M 10 12 L 10 15 L 12 15 L 12 12 L 10 12 z M 13 12 L 13 15 L 21 15 L 21 12 L 13 12 z M 11 16.199219 L 11 17.599609 C 13.5 19.999609 17.3 20.600781 20 19.300781 L 20 18 C 17.1 19.1 13.6 18.499219 11 16.199219 z\"/></svg></li><li title=\"wpexplorer \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.8 3 3 8.8 3 16 C 3 23.2 8.8 29 16 29 C 23.2 29 29 23.2 29 16 C 29 8.8 23.2 3 16 3 z M 16 5 C 22.1 5 27 9.9 27 16 C 27 22.1 22.1 27 16 27 C 9.9 27 5 22.1 5 16 C 5 9.9 9.9 5 16 5 z M 11.199219 10 L 9.4003906 14.300781 L 13.699219 16.099609 L 15.5 11.800781 L 11.199219 10 z M 16 12.599609 L 14.599609 16 L 17.900391 17.400391 L 17.916016 17.365234 L 18 17.400391 L 19.5 14 L 16 12.599609 z M 20 14.699219 L 18.900391 17.400391 L 21.599609 18.5 L 22.800781 15.800781 L 20 14.699219 z M 14.300781 16.599609 L 14 17.199219 L 15.099609 17.699219 L 12.599609 23 L 13.300781 23 L 15.699219 18.099609 L 18.199219 23 L 18.900391 23 L 16.599609 18.400391 L 17.400391 18.699219 L 17.699219 18 L 14.300781 16.599609 z\"/></svg></li><li title=\"wpforms \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 L 5 5 z M 7 7 L 7.5351562 7 L 12.599609 11.300781 L 16 8.3007812 L 19.400391 11.300781 L 24.464844 7 L 25 7 L 25 25 L 7 25 L 7 7 z M 10.705078 7 L 14.525391 7 L 12.599609 8.6992188 L 10.705078 7 z M 17.474609 7 L 21.294922 7 L 19.400391 8.6992188 L 17.474609 7 z M 9 13 L 9 15 L 12 15 L 12 13 L 9 13 z M 14 13 L 14 15 L 23 15 L 23 13 L 14 13 z M 9 17 L 9 19 L 12 19 L 12 17 L 9 17 z M 14 17 L 14 19 L 23 19 L 23 17 L 14 17 z M 18 21 L 18 23 L 23 23 L 23 21 L 18 21 z\"/></svg></li><li title=\"wpressr \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.8 3 3 8.8 3 16 C 3 23.2 8.8 29 16 29 C 23.2 29 29 23.2 29 16 C 29 8.8 23.2 3 16 3 z M 16 5 C 22.1 5 27 9.9 27 16 C 27 22.1 22.1 27 16 27 C 9.9 27 5 22.1 5 16 C 5 9.9 9.9 5 16 5 z M 10.599609 11 C 10.399609 11 10.299219 11.100781 10.199219 11.300781 C 9.5992187 12.700781 8.9007812 14.199609 8.3007812 15.599609 C 7.9007812 16.599609 7.4 17.5 7 18.5 L 7 19 C 7.6 19.6 8.0992188 20.200781 8.6992188 20.800781 C 8.7992187 20.900781 8.8996094 21 9.0996094 21 L 16 21 C 16.1 21 16.300391 20.899219 16.400391 20.699219 C 16.900391 19.499219 17.400391 18.399219 17.900391 17.199219 C 18.000391 16.999219 18.200391 16.900391 18.400391 16.900391 L 21.800781 16.900391 C 22.100781 16.900391 22.300391 16.8 22.400391 16.5 C 23.200391 14.8 23.900781 13.100391 24.800781 11.400391 C 24.900781 11.100391 24.8 11 24.5 11 L 18 11 C 17.8 11 17.699609 11.100781 17.599609 11.300781 C 17.599609 11.500781 17.200781 12.199219 16.800781 13.199219 C 16.800781 13.299219 16.9 13.300781 17 13.300781 L 20.699219 13.300781 C 21.199219 13.300781 21.1 14 20.5 14 L 16.599609 14 C 16.499609 14 16.500391 14.099609 16.400391 14.099609 C 15.500391 15.999609 14.5 18.300781 14.5 18.300781 C 14.3 18.600781 13.700391 18.6 13.900391 18 C 14.300391 17.1 14.699609 16.099219 15.099609 15.199219 C 15.199609 14.999219 15.100781 14.800781 14.800781 14.800781 L 12.5 14.800781 C 12.4 14.800781 12.299219 14.8 12.199219 15 C 10.599219 18.5 10.699219 18.300781 10.699219 18.300781 C 10.599219 18.600781 9.9992188 18.4 10.199219 18 C 10.399219 17.4 10.7 16.699609 11 16.099609 C 11.7 14.499609 12.3 13 13 11.5 C 13.2 11.2 12.999219 11 12.699219 11 L 10.599609 11 z\"/></svg></li><li title=\"wrench solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 21 4 C 17.144531 4 14 7.144531 14 11 C 14 11.714844 14.214844 12.363281 14.414063 13.015625 L 4.945313 22.484375 C 3.6875 23.738281 3.6875 25.800781 4.945313 27.058594 C 6.199219 28.3125 8.261719 28.3125 9.515625 27.058594 L 18.984375 17.589844 C 19.632813 17.789063 20.285156 18 21 18 C 24.855469 18 28 14.855469 28 11 C 28 9.972656 27.773438 9 27.375 8.125 L 26.78125 6.804688 L 25.761719 7.828125 L 22.585938 11 L 21 11 L 21 9.414063 L 25.195313 5.21875 L 23.875 4.625 C 23 4.226563 22.027344 4 21 4 Z M 21 6 C 21.171875 6 21.316406 6.085938 21.484375 6.101563 L 19 8.585938 L 19 13 L 23.414063 13 L 25.894531 10.515625 C 25.914063 10.683594 26 10.828125 26 11 C 26 13.773438 23.773438 16 21 16 C 20.300781 16 19.636719 15.855469 19.03125 15.597656 L 18.410156 15.332031 L 8.101563 25.640625 C 7.621094 26.125 6.839844 26.125 6.359375 25.640625 C 5.875 25.160156 5.875 24.378906 6.359375 23.894531 L 16.667969 13.589844 L 16.402344 12.964844 C 16.144531 12.359375 16 11.699219 16 11 C 16 8.226563 18.226563 6 21 6 Z\"/></svg></li><li title=\"x ray solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 Z M 7 7 L 25 7 L 25 25 L 7 25 Z M 15 8 L 15 9 L 12 9 L 12 11 L 15 11 L 15 12 L 10 12 L 10 14 L 15 14 L 15 15 L 11 15 L 11 17 L 15 17 L 15 19.5625 C 14.476563 19.292969 13.886719 19 13.5 19 C 12.671875 19 12 19.671875 12 20.5 C 12 21.328125 12.671875 22 13.5 22 C 13.878906 22 15.171875 23 16 23 C 16.828125 23 18.121094 22 18.5 22 C 19.328125 22 20 21.328125 20 20.5 C 20 19.671875 19.328125 19 18.5 19 C 18.113281 19 17.523438 19.292969 17 19.5625 L 17 8 Z M 18 9 L 18 11 L 20 11 L 20 9 Z M 18 12 L 18 14 L 22 14 L 22 12 Z M 18 15 L 18 17 L 21 17 L 21 15 Z\"/></svg></li><li title=\"xbox \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 9.382813 4 4 9.382813 4 16 C 4 22.617188 9.382813 28 16 28 C 22.617188 28 28 22.617188 28 16 C 28 9.382813 22.617188 4 16 4 Z M 16 6 C 16.09375 6 16.1875 6.027344 16.28125 6.03125 C 16.535156 6.039063 16.78125 6.039063 17.03125 6.0625 C 17.0625 6.066406 17.09375 6.058594 17.125 6.0625 C 17.21875 6.074219 17.3125 6.082031 17.40625 6.09375 C 17.46875 6.101563 17.53125 6.113281 17.59375 6.125 C 17.980469 6.1875 18.347656 6.269531 18.71875 6.375 C 19.109375 6.484375 19.507813 6.625 19.875 6.78125 C 19.882813 6.785156 19.898438 6.777344 19.90625 6.78125 C 20.070313 6.851563 20.21875 6.953125 20.375 7.03125 C 20.582031 7.132813 20.800781 7.226563 21 7.34375 C 21.054688 7.375 21.105469 7.40625 21.15625 7.4375 C 21.222656 7.460938 21.304688 7.511719 21.40625 7.59375 C 21.410156 7.597656 21.402344 7.621094 21.40625 7.625 C 19.757813 6.675781 16.03125 9.6875 16.03125 9.6875 C 14.554688 8.558594 13.214844 7.792969 12.21875 7.53125 C 11.570313 7.367188 11.078125 7.402344 10.75 7.53125 C 10.910156 7.429688 11.050781 7.308594 11.21875 7.21875 C 11.230469 7.210938 11.238281 7.195313 11.25 7.1875 C 11.503906 7.042969 11.765625 6.929688 12.03125 6.8125 C 12.050781 6.804688 12.074219 6.789063 12.09375 6.78125 C 12.28125 6.699219 12.464844 6.628906 12.65625 6.5625 C 12.828125 6.5 13.011719 6.457031 13.1875 6.40625 C 13.445313 6.332031 13.703125 6.242188 13.96875 6.1875 C 14.050781 6.171875 14.136719 6.171875 14.21875 6.15625 C 14.433594 6.117188 14.652344 6.085938 14.875 6.0625 C 14.90625 6.058594 14.9375 6.066406 14.96875 6.0625 C 15.304688 6.027344 15.652344 6 16 6 Z M 22 8.59375 C 22.292969 8.59375 22.636719 8.65625 22.9375 8.84375 C 22.976563 8.878906 23.027344 8.902344 23.0625 8.9375 C 23.117188 8.984375 23.167969 9.035156 23.21875 9.09375 C 23.359375 9.238281 23.496094 9.378906 23.625 9.53125 C 23.652344 9.566406 23.691406 9.589844 23.71875 9.625 C 23.796875 9.71875 23.863281 9.808594 23.9375 9.90625 C 24.058594 10.066406 24.167969 10.238281 24.28125 10.40625 C 24.460938 10.671875 24.628906 10.933594 24.78125 11.21875 C 24.925781 11.480469 25.070313 11.753906 25.1875 12.03125 C 25.195313 12.050781 25.210938 12.074219 25.21875 12.09375 C 25.25 12.167969 25.28125 12.238281 25.3125 12.3125 C 25.402344 12.542969 25.488281 12.792969 25.5625 13.03125 C 25.660156 13.34375 25.746094 13.644531 25.8125 13.96875 C 25.820313 14.011719 25.835938 14.050781 25.84375 14.09375 C 25.960938 14.707031 26 15.351563 26 16 C 26 18.421875 25.144531 20.648438 23.71875 22.375 C 23.636719 22.472656 23.554688 22.5625 23.46875 22.65625 C 23.945313 20.140625 23.070313 18.285156 21.65625 15.96875 C 20.179688 13.621094 17.84375 11.3125 17.84375 11.3125 C 19.925781 9.355469 21.652344 8.722656 22 8.59375 Z M 9.875 8.65625 C 10.527344 8.699219 11.203125 8.953125 11.8125 9.34375 L 11.875 9.375 C 13.175781 10.15625 14.21875 11.3125 14.21875 11.3125 C 13.089844 12.398438 10.378906 15.6875 9.46875 17.90625 C 8.125 21.296875 8.75 22.78125 8.75 22.78125 C 8.921875 20.910156 11.691406 17.605469 12.6875 16.5625 C 13.207031 15.953125 14.21875 14.96875 15 14.1875 C 15.5625 13.578125 16.03125 13.09375 16.03125 13.09375 C 16.335938 13.398438 16.644531 13.707031 16.90625 13.96875 C 18.164063 15.230469 19.101563 16.230469 19.75 16.96875 C 20.402344 17.707031 21.539063 19.097656 21.84375 19.53125 C 23.148438 21.386719 23.394531 22.644531 23.40625 22.71875 C 23.296875 22.839844 23.179688 22.945313 23.0625 23.0625 C 22.835938 23.289063 22.621094 23.515625 22.375 23.71875 C 22.128906 23.921875 21.859375 24.101563 21.59375 24.28125 C 21.328125 24.460938 21.066406 24.628906 20.78125 24.78125 C 20.5625 24.898438 20.351563 25.023438 20.125 25.125 C 20.082031 25.144531 20.042969 25.167969 20 25.1875 C 19.726563 25.304688 19.441406 25.40625 19.15625 25.5 C 19.132813 25.507813 19.117188 25.523438 19.09375 25.53125 C 18.835938 25.613281 18.578125 25.6875 18.3125 25.75 C 18.21875 25.773438 18.128906 25.792969 18.03125 25.8125 C 17.839844 25.851563 17.632813 25.847656 17.4375 25.875 C 16.980469 25.941406 16.507813 26 16.03125 26 C 15.675781 26 15.3125 25.972656 14.96875 25.9375 C 14.308594 25.867188 13.675781 25.753906 13.0625 25.5625 C 13.054688 25.558594 13.039063 25.566406 13.03125 25.5625 C 12.105469 25.269531 11.226563 24.816406 10.4375 24.28125 C 10.429688 24.277344 10.414063 24.285156 10.40625 24.28125 C 9.882813 23.925781 9.414063 23.507813 8.96875 23.0625 C 7.164063 21.253906 6.0625 18.761719 6.0625 16 C 6.0625 13.347656 7.101563 10.96875 8.75 9.1875 C 8.75 9.1875 9.179688 8.65625 9.875 8.65625 Z\"/></svg></li><li title=\"xing square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 L 5 5 z M 7 7 L 25 7 L 25 25 L 7 25 L 7 7 z M 19.638672 9 C 19.418672 9 19.237891 9.1308594 19.087891 9.3808594 C 16.179891 14.516859 14.670313 17.173516 14.570312 17.353516 L 17.458984 22.619141 C 17.599984 22.869141 17.779531 23 18.019531 23 L 20.058594 23 C 20.328594 23 20.448359 22.780547 20.318359 22.560547 L 17.460938 17.353516 L 17.460938 17.34375 L 21.957031 9.4394531 C 22.077031 9.2094531 21.937266 9 21.697266 9 L 19.638672 9 z M 11.074219 12 C 10.826219 12 10.687406 12.197547 10.816406 12.435547 L 12.185547 14.785156 L 10.042969 18.554688 C 9.9239687 18.772688 10.062781 19 10.300781 19 L 12.324219 19 C 12.532219 19 12.719141 18.871516 12.869141 18.603516 C 14.267141 16.154516 14.991781 14.874391 15.050781 14.775391 L 13.662109 12.376953 C 13.513109 12.128953 13.325656 12 13.097656 12 L 11.074219 12 z\"/></svg></li><li title=\"xing \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 21.40625 5 C 20.980469 5 20.527344 5.167969 20.25 5.40625 C 19.972656 5.644531 19.84375 5.894531 19.75 6.0625 C 19.75 6.0625 17.339844 10.34375 15.4375 13.71875 C 15.414063 13.609375 15.371094 13.503906 15.3125 13.40625 C 15.300781 13.386719 13.34375 10 13.34375 10 C 13.246094 9.824219 13.09375 9.570313 12.8125 9.34375 C 12.53125 9.117188 12.125 8.9375 11.6875 8.9375 L 8.78125 8.9375 C 8.371094 8.9375 7.867188 9.109375 7.5625 9.59375 C 7.550781 9.59375 7.542969 9.59375 7.53125 9.59375 C 7.238281 10.078125 7.339844 10.660156 7.53125 11.03125 C 7.542969 11.042969 7.550781 11.050781 7.5625 11.0625 L 9.21875 13.96875 L 6.4375 18.875 C 6.425781 18.886719 6.417969 18.894531 6.40625 18.90625 C 6.191406 19.324219 6.160156 19.898438 6.4375 20.34375 C 6.683594 20.738281 7.207031 21 7.6875 21 L 10.5625 21 C 11.003906 21 11.445313 20.828125 11.71875 20.59375 C 11.992188 20.359375 12.125 20.109375 12.21875 19.9375 C 12.21875 19.9375 12.792969 18.910156 13.21875 18.15625 C 13.242188 18.234375 13.273438 18.304688 13.3125 18.375 C 13.324219 18.394531 17.4375 25.9375 17.4375 25.9375 C 17.539063 26.117188 17.691406 26.363281 17.96875 26.59375 C 18.246094 26.824219 18.683594 27 19.125 27 L 22 27 C 22.425781 27 22.945313 26.78125 23.21875 26.34375 C 23.511719 25.878906 23.480469 25.300781 23.28125 24.90625 C 23.269531 24.894531 23.261719 24.886719 23.25 24.875 L 19.4375 17.9375 L 25.5625 7.125 C 25.574219 7.105469 25.585938 7.082031 25.59375 7.0625 C 25.792969 6.664063 25.855469 6.125 25.5625 5.65625 C 25.28125 5.199219 24.734375 5 24.3125 5 Z M 21.53125 7 L 23.3125 7 L 17.4375 17.4375 C 17.324219 17.640625 17.339844 18.121094 17.46875 18.40625 L 17.4375 18.40625 L 17.46875 18.46875 L 17.46875 18.5 L 21.03125 25 L 19.21875 25 C 19.207031 24.984375 19.203125 25 19.1875 24.96875 C 19.1875 24.96875 15.828125 18.773438 15.375 17.9375 C 16.058594 16.726563 21.5 7.03125 21.5 7.03125 C 21.523438 6.988281 21.519531 7.019531 21.53125 7 Z M 9.78125 10.9375 L 11.5625 10.9375 C 11.570313 10.945313 11.566406 10.921875 11.59375 10.96875 C 11.605469 10.980469 11.613281 10.988281 11.625 11 C 11.625 11 12.867188 13.160156 13.3125 13.9375 C 12.800781 14.839844 10.46875 18.96875 10.46875 18.96875 C 10.449219 19.003906 10.449219 18.980469 10.4375 19 L 8.65625 19 L 11.25 14.46875 C 11.261719 14.429688 11.273438 14.386719 11.28125 14.34375 C 11.304688 14.292969 11.375 14.171875 11.375 13.96875 C 11.375 13.765625 11.304688 13.613281 11.28125 13.5625 C 11.261719 13.519531 11.242188 13.476563 11.21875 13.4375 Z\"/></svg></li><li title=\"y combinator \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 Z M 7 7 L 25 7 L 25 25 L 7 25 Z M 11.5 11 L 15 17 L 15 22 L 17 22 L 17 17 L 20.5 11 L 18.5 11 L 16 15.28125 L 13.5 11 Z\"/></svg></li><li title=\"yahoo \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 7.339844 6.027344 C 7.339844 6.027344 8.125 6.199219 8.78125 6.199219 C 9.4375 6.199219 10.207031 6.015625 10.207031 6.015625 L 16 15.660156 L 21.820313 6 C 21.820313 6 22.449219 6.214844 23.234375 6.214844 C 24.015625 6.214844 24.660156 6.015625 24.660156 6.015625 L 17.214844 18.597656 L 17.414063 27.972656 C 17.414063 27.972656 16.628906 27.757813 16 27.757813 C 15.375 27.757813 14.558594 28 14.558594 28 L 14.785156 18.585938 Z\"/></svg></li><li title=\"yammer \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 6.3613281 6.0410156 C 6.2066406 6.0316406 6.0503906 6.0496094 5.9003906 6.0996094 C 5.2003906 6.2996094 4.9 6.9996094 5 7.5996094 L 10.199219 20.599609 C 9.4992188 22.699609 8.7992188 23.699219 7.1992188 23.699219 L 6.5 23.699219 C 6 23.699219 5.5003906 24.000391 5.4003906 24.400391 C 5.3003906 25.000391 5.5992188 25.600781 6.1992188 25.800781 C 6.5992187 25.900781 7.0003906 25.900391 7.4003906 25.900391 C 10.400391 25.900391 11.300781 24.300781 12.300781 21.800781 L 18 7.5996094 C 18.1 6.9996094 17.800781 6.3992188 17.300781 6.1992188 C 16.700781 5.9992188 15.899219 6.3003906 15.699219 6.9003906 L 11.699219 17.5 L 11.599609 17.5 L 7.5 6.8007812 C 7.275 6.3507812 6.8253906 6.0691406 6.3613281 6.0410156 z M 24.814453 8.0644531 C 24.706641 8.0628906 24.6 8.0746094 24.5 8.0996094 C 24.5 8.1996094 24.400391 8.1992188 24.400391 8.1992188 C 23.700391 8.5992188 18.499609 12.199609 19.099609 12.599609 C 19.699609 12.999609 23.199609 11.399609 25.599609 10.099609 C 26.099609 9.6996094 26.199219 8.9 25.699219 8.5 C 25.474219 8.2 25.137891 8.0691406 24.814453 8.0644531 z M 27.900391 14.900391 C 27.000391 14.900391 20.7 15.599219 21 16.199219 C 21.3 16.799219 25.2 17.099609 28 17.099609 C 28.7 16.999609 29.1 16.400781 29 15.800781 C 28.9 15.300781 28.499609 15.000391 28.099609 14.900391 L 27.900391 14.900391 z M 19.552734 19.439453 C 19.394922 19.431445 19.274219 19.45 19.199219 19.5 C 18.599219 19.9 23.7 23.500391 24.5 23.900391 C 24.5 24.000391 24.599609 24 24.599609 24 C 25.199609 24.2 25.8 23.799219 26 23.199219 C 26.1 22.699219 25.899219 22.2 25.699219 22 C 23.599219 20.8625 20.657422 19.495508 19.552734 19.439453 z\"/></svg></li><li title=\"yandex international \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 20.800781 1 L 15.199219 17.199219 L 10.199219 4 L 7 4 L 14 22.599609 L 14 31 L 17 31 L 17 21.099609 L 24 1 L 20.800781 1 z\"/></svg></li><li title=\"yandex \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\">    <path d=\"M19.663,4H16.17C12.738,4,10,6.72,10,12c0,3.168,1.237,5.504,3.749,6.656l-4.688,8.832 C8.908,27.777,9.061,28,9.306,28h2.175c0.184,0,0.307-0.064,0.368-0.223L16.25,19h1.25l-0.008,8.777 c0,0.096,0.092,0.223,0.214,0.223h2.049C19.939,28,20,27.904,20,27.745V4.32C20,4.096,19.877,4,19.663,4z M17.5,17H16 c-1.5,0-3.5-1.16-3.5-5c0-4.001,1.631-6,3.5-6h1.5V17z\"/></svg></li><li title=\"yarn \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 3 C 8.8 3 3 8.8 3 16 C 3 23.2 8.8 29 16 29 C 23.2 29 29 23.2 29 16 C 29 8.8 23.2 3 16 3 z M 16 5 C 22.1 5 27 9.9 27 16 C 27 22.1 22.1 27 16 27 C 9.9 27 5 22.1 5 16 C 5 9.9 9.9 5 16 5 z M 16.208984 9.0449219 C 15.75918 9.1214844 15.300781 10.5 15.300781 10.5 C 15.300781 10.5 14.099609 10.300781 13.099609 11.300781 C 12.899609 11.500781 12.700391 11.599219 12.400391 11.699219 C 12.300391 11.799219 12.2 11.800391 12 12.400391 C 11.6 13.300391 12.599609 14.400391 12.599609 14.400391 C 10.499609 15.900391 10.599219 17.900391 10.699219 18.400391 C 9.3992187 19.500391 9.8992187 20.900781 10.199219 21.300781 C 10.399219 21.600781 10.599219 21.5 10.699219 21.5 C 10.699219 21.6 10.199219 22.200391 10.699219 22.400391 C 11.199219 22.700391 12.000391 22.800391 12.400391 22.400391 C 12.700391 22.100391 12.800391 21.499219 12.900391 21.199219 C 13.000391 21.099219 13.000391 21.399609 13.400391 21.599609 C 13.400391 21.599609 12.7 21.899609 13 22.599609 C 13.1 22.799609 13.4 23 14 23 C 14.2 23 16.599219 22.899219 17.199219 22.699219 C 17.599219 22.599219 17.699219 22.400391 17.699219 22.400391 C 20.299219 21.700391 20.799609 20.599219 22.599609 20.199219 C 23.199609 20.099219 23.199609 19.099219 22.099609 19.199219 C 21.299609 19.199219 20.6 19.6 20 20 C 19 20.6 18.300781 20.699609 18.300781 20.599609 C 18.200781 20.499609 18.699219 19.3 18.199219 18 C 17.699219 16.6 16.800391 16.199609 16.900391 16.099609 C 17.200391 15.599609 17.899219 14.800391 18.199219 13.400391 C 18.299219 12.500391 18.300391 11.000781 17.900391 10.300781 C 17.800391 10.100781 17.199219 10.5 17.199219 10.5 C 17.199219 10.5 16.600391 9.1996094 16.400391 9.0996094 C 16.337891 9.0496094 16.273242 9.0339844 16.208984 9.0449219 z\"/></svg></li><li title=\"yelp \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 14.34375 4 C 12.871094 4.050781 9.742188 4.988281 9.09375 5.65625 C 8.855469 5.902344 8.742188 6.230469 8.8125 6.5 C 8.929688 6.738281 13.875 14.5 13.875 14.5 C 14.609375 15.6875 15.210938 15.5 15.40625 15.4375 C 15.601563 15.378906 16.191406 15.199219 16.125 13.8125 C 16.054688 12.191406 15.589844 4.992188 15.53125 4.65625 C 15.449219 4.351563 15.1875 4.117188 14.84375 4.03125 C 14.714844 4 14.554688 3.992188 14.34375 4 Z M 21.8125 11.09375 C 21.664063 11.097656 21.535156 11.132813 21.40625 11.21875 C 21.25 11.320313 21.128906 11.472656 18.9375 14.46875 C 18.9375 14.46875 17.949219 15.832031 17.9375 15.84375 C 17.675781 16.160156 17.683594 16.609375 17.9375 17 C 18.203125 17.402344 18.625 17.613281 19.03125 17.5 C 19.03125 17.5 19.035156 17.523438 19.03125 17.53125 C 19.234375 17.457031 19.59375 17.34375 20.25 17.1875 C 24.34375 16.195313 24.496094 16.167969 24.65625 16.0625 C 24.902344 15.894531 25.019531 15.589844 25 15.25 C 25 15.238281 25.003906 15.230469 25 15.21875 C 24.894531 14.214844 23.148438 11.609375 22.28125 11.1875 C 22.128906 11.113281 21.960938 11.089844 21.8125 11.09375 Z M 8.0625 15.125 C 7.765625 15.113281 7.496094 15.273438 7.3125 15.5625 C 6.921875 16.1875 6.769531 18.132813 6.90625 19.4375 C 6.957031 19.871094 7.011719 20.253906 7.125 20.46875 C 7.28125 20.765625 7.546875 20.925781 7.84375 20.9375 C 8.035156 20.945313 8.179688 20.90625 11.78125 19.75 C 11.78125 19.75 13.367188 19.253906 13.375 19.25 C 13.773438 19.148438 14.035156 18.78125 14.0625 18.3125 C 14.089844 17.832031 13.84375 17.402344 13.4375 17.25 C 13.4375 17.25 12.316406 16.78125 12.3125 16.78125 C 8.441406 15.183594 8.257813 15.128906 8.0625 15.125 Z M 19.09375 19.53125 C 18.796875 19.523438 18.46875 19.664063 18.25 19.9375 C 17.945313 20.308594 17.914063 20.816406 18.15625 21.1875 L 18.78125 22.21875 C 20.917969 25.691406 21.09375 25.910156 21.25 26.03125 C 21.488281 26.21875 21.78125 26.25 22.09375 26.125 C 23.003906 25.761719 24.984375 23.253906 25.125 22.28125 C 25.171875 21.941406 25.078125 21.65625 24.84375 21.46875 C 24.691406 21.355469 24.566406 21.308594 20.96875 20.125 C 20.96875 20.125 19.394531 19.605469 19.375 19.59375 C 19.28125 19.558594 19.191406 19.535156 19.09375 19.53125 Z M 14.71875 20.65625 C 14.507813 20.703125 14.324219 20.832031 14.1875 21 C 14.1875 21 13.410156 21.9375 13.40625 21.9375 C 10.691406 25.121094 10.597656 25.25 10.53125 25.4375 C 10.492188 25.546875 10.457031 25.695313 10.46875 25.8125 C 10.484375 25.984375 10.558594 26.128906 10.6875 26.28125 C 11.316406 27.027344 14.351563 28.132813 15.3125 27.96875 C 15.648438 27.90625 15.863281 27.75 15.96875 27.46875 C 16.03125 27.285156 16.050781 27.160156 16.0625 23.375 C 16.0625 23.375 16.0625 21.707031 16.0625 21.6875 C 16.089844 21.277344 15.839844 20.886719 15.40625 20.71875 C 15.183594 20.632813 14.929688 20.609375 14.71875 20.65625 Z\"/></svg></li><li title=\"yen sign solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 7.1875 5 L 14.0625 16 L 10 16 L 10 18 L 15 18 L 15 20 L 10 20 L 10 22 L 15 22 L 15 27 L 17 27 L 17 22 L 22 22 L 22 20 L 17 20 L 17 18 L 22 18 L 22 16 L 17.9375 16 L 24.8125 5 L 22.4375 5 L 16 15.34375 L 9.5625 5 Z\"/></svg></li><li title=\"yin yang solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 4 C 9.382813 4 4 9.382813 4 16 C 4 22.617188 9.382813 28 16 28 C 16.085938 28 16.164063 28 16.25 28 C 16.335938 28.003906 16.414063 28 16.5 28 L 16.5 27.96875 C 22.882813 27.703125 28 22.445313 28 16 C 28 10.125 23.742188 5.242188 18.15625 4.21875 C 17.628906 4.078125 17.070313 4 16.5 4 L 16.5 4.03125 C 16.332031 4.023438 16.167969 4 16 4 Z M 16 6 C 16.347656 6 16.695313 6.027344 17.03125 6.0625 C 17.15625 6.078125 17.285156 6.070313 17.40625 6.09375 C 17.4375 6.097656 17.46875 6.121094 17.5 6.125 C 19.507813 6.578125 21 8.347656 21 10.5 C 21 12.996094 18.996094 15 16.5 15 C 12.921875 15 10 17.921875 10 21.5 C 10 22.570313 10.257813 23.578125 10.71875 24.46875 C 7.886719 22.707031 6 19.589844 6 16 C 6 10.464844 10.464844 6 16 6 Z M 22.71875 8.625 C 24.726563 10.453125 26 13.0625 26 16 C 26 21.429688 21.699219 25.804688 16.3125 25.96875 C 13.90625 25.867188 12 23.933594 12 21.5 C 12 19.003906 14.003906 17 16.5 17 C 20.078125 17 23 14.078125 23 10.5 C 23 9.851563 22.898438 9.21875 22.71875 8.625 Z M 16.5 9 C 15.671875 9 15 9.671875 15 10.5 C 15 11.328125 15.671875 12 16.5 12 C 17.328125 12 18 11.328125 18 10.5 C 18 9.671875 17.328125 9 16.5 9 Z M 16.5 20 C 15.671875 20 15 20.671875 15 21.5 C 15 22.328125 15.671875 23 16.5 23 C 17.328125 23 18 22.328125 18 21.5 C 18 20.671875 17.328125 20 16.5 20 Z\"/></svg></li><li title=\"yoast \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 20.800781 4 L 15.800781 17.5 L 13 10 L 10 10 L 14 19.5 C 14 19.5 14.200781 20.099609 14.300781 20.599609 L 14.300781 21.300781 C 14.300781 21.500781 14.199609 21.8 14.099609 22 C 13.499609 23.2 12.399609 23.900391 11.099609 23.900391 L 11.099609 26.900391 C 13.799609 26.900391 16.199609 25.199219 17.099609 22.699219 L 24 4 L 20.800781 4 z M 9 7 C 6.8 7 5 8.8 5 11 L 5 21 C 5 23.2 6.8 25 9 25 L 9.9003906 25 L 9.9003906 24 L 9 24 C 7.3 24 6 22.6 6 21 L 6 11 C 6 9.3 7.3 8 9 8 L 18.099609 8 L 18.5 7 L 9 7 z M 24 7.0996094 L 23.699219 8.0996094 C 24.999219 8.3996094 26 9.6 26 11 L 26 24 L 17.699219 24 C 17.499219 24.3 17.299609 24.7 17.099609 25 L 27 25 L 27 11 C 27 9.1 25.7 7.5996094 24 7.0996094 z\"/></svg></li><li title=\"youtube square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 5 5 L 5 27 L 27 27 L 27 5 L 5 5 z M 7 7 L 25 7 L 25 25 L 7 25 L 7 7 z M 16 11.080078 C 16 11.080078 11.609297 11.079141 10.529297 11.369141 C 9.9292969 11.539141 9.4490625 12.009141 9.2890625 12.619141 C 8.9990625 13.709141 9 16.009766 9 16.009766 C 9 16.009766 8.9990625 18.310156 9.2890625 19.410156 C 9.4490625 20.010156 9.9292969 20.470859 10.529297 20.630859 C 11.609297 20.920859 16 20.919922 16 20.919922 C 16 20.919922 20.390703 20.920859 21.470703 20.630859 C 22.070703 20.460859 22.550938 20.010391 22.710938 19.400391 C 23.000938 18.310391 23 16.009766 23 16.009766 C 23 16.009766 23.000937 13.719141 22.710938 12.619141 C 22.550937 12.009141 22.070703 11.539141 21.470703 11.369141 C 20.390703 11.079141 16 11.080078 16 11.080078 z M 14 13.15625 L 19 16.011719 L 14 18.853516 L 14 13.15625 z\"/></svg></li><li title=\"youtube \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 16 6 C 12.234375 6 8.90625 6.390625 6.875 6.6875 C 5.195313 6.933594 3.839844 8.199219 3.53125 9.875 C 3.269531 11.300781 3 13.386719 3 16 C 3 18.613281 3.269531 20.699219 3.53125 22.125 C 3.839844 23.800781 5.195313 25.070313 6.875 25.3125 C 8.914063 25.609375 12.253906 26 16 26 C 19.746094 26 23.085938 25.609375 25.125 25.3125 C 26.804688 25.070313 28.160156 23.800781 28.46875 22.125 C 28.730469 20.695313 29 18.605469 29 16 C 29 13.394531 28.734375 11.304688 28.46875 9.875 C 28.160156 8.199219 26.804688 6.933594 25.125 6.6875 C 23.09375 6.390625 19.765625 6 16 6 Z M 16 8 C 19.632813 8 22.878906 8.371094 24.84375 8.65625 C 25.6875 8.78125 26.347656 9.417969 26.5 10.25 C 26.742188 11.570313 27 13.527344 27 16 C 27 18.46875 26.742188 20.429688 26.5 21.75 C 26.347656 22.582031 25.691406 23.222656 24.84375 23.34375 C 22.871094 23.628906 19.609375 24 16 24 C 12.390625 24 9.125 23.628906 7.15625 23.34375 C 6.3125 23.222656 5.652344 22.582031 5.5 21.75 C 5.257813 20.429688 5 18.476563 5 16 C 5 13.519531 5.257813 11.570313 5.5 10.25 C 5.652344 9.417969 6.308594 8.78125 7.15625 8.65625 C 9.117188 8.371094 12.367188 8 16 8 Z M 13 10.28125 L 13 21.71875 L 14.5 20.875 L 21.5 16.875 L 23 16 L 21.5 15.125 L 14.5 11.125 Z M 15 13.71875 L 18.96875 16 L 15 18.28125 Z\"/></svg></li><li title=\"zhihu \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M 30.628906 8.9882812 C 30.263281 9.0304687 29.699219 9.1992188 29.699219 9.1992188 C 29.699219 9.1992188 21.499609 10.099219 18.099609 10.199219 C 18.199609 10.699219 18.500391 11.099219 18.900391 11.199219 C 19.600391 11.299219 20.100391 11.199219 21.400391 11.199219 C 22.600391 11.099219 23.599219 11.099609 24.199219 11.099609 L 24.199219 16 L 18 16 C 18 16 18.099219 17.199219 19.199219 17.199219 L 24.199219 17.199219 L 24.199219 20.599609 C 24.199219 21.299609 23.7 21.699219 23 21.699219 C 22.3 21.699219 21.8 21.599609 21 21.599609 C 21.1 21.799609 21.200391 22.299219 21.900391 22.699219 C 22.400391 22.899219 22.699219 23 23.199219 23 C 24.699219 23 25.5 22.099219 25.5 20.699219 L 25.5 17.199219 L 31.599609 17.199219 C 31.999609 17.199219 32.000391 15.999609 31.900391 16.099609 L 25.400391 16.099609 L 25.400391 11.199219 C 25.600391 11.199219 26 11.099609 26.5 11.099609 C 28.6 10.999609 30.000391 10.699219 30.900391 10.699219 C 30.900391 10.699219 31.500391 9.3 30.900391 9 C 30.850391 8.975 30.750781 8.9742188 30.628906 8.9882812 z M 3.3007812 9 C 3.3007813 9 2.0992188 8.9996094 1.6992188 10.099609 C 1.5992187 10.499609 0.9 12.100391 0 13.900391 C 0.3 13.900391 1.2007812 13.800781 1.8007812 12.800781 C 1.9007813 12.500781 2.2007812 12.300391 2.3007812 11.900391 L 3.8007812 11.900391 C 3.8007813 12.400391 3.6992188 15.500781 3.6992188 15.800781 L 1.0996094 15.800781 C 0.49960937 15.800781 0.30078125 17 0.30078125 17 L 3.5 17 C 3.3 19.4 2.1 21.100781 0 22.800781 C 1 23.100781 1.9996094 22.800391 2.5996094 22.400391 C 2.5996094 22.400391 3.8003906 21.499609 4.4003906 19.099609 L 6.9003906 22 C 6.9003906 22 7.3007812 20.6 6.8007812 20 C 6.4007813 19.5 5.5996094 18.599219 5.0996094 18.199219 L 4.4003906 18.800781 C 4.6003906 18.100781 4.8007812 17.7 4.8007812 17 L 8 17 C 8 17 7.9996094 15.800781 7.5996094 15.800781 L 4.9003906 15.800781 C 5.0003906 14.500781 5 13.000391 5 11.900391 L 7.4003906 11.900391 C 7.4003906 11.900391 7.5 10.800781 7 10.800781 L 2.5996094 10.800781 C 2.7996094 10.100781 3.0007813 9.7 3.3007812 9 z M 9 11 L 9 22 L 10.199219 22 L 10.599609 23.300781 L 12.699219 22 L 15 22 L 15 11 L 9 11 z M 29.287109 12.177734 C 29.118359 12.187109 28.950781 12.250391 28.800781 12.400391 L 27 14.800781 L 28 15.5 C 29.1 14.2 30.300781 12.599609 30.300781 12.599609 C 30.300781 12.599609 29.793359 12.149609 29.287109 12.177734 z M 10.199219 12.199219 L 13.699219 12.199219 L 13.699219 20.800781 L 12.5 20.800781 L 11.099609 21.699219 L 10.800781 20.800781 L 10.199219 20.800781 L 10.199219 12.199219 z M 20.128906 12.347656 C 19.707031 12.319531 19.199219 12.599609 19.199219 12.599609 C 19.199219 12.599609 21.200781 15.4 21.300781 15.5 L 22.300781 14.800781 C 22.300781 14.800781 21 13 20.5 12.5 C 20.4 12.4 20.269531 12.357031 20.128906 12.347656 z\"/></svg></li></ul>"
  },
  {
    "path": "resources/svg/icons/material-design/LICENSE",
    "content": "Pictogrammers Free License\n--------------------------\n\nThis icon collection is released as free, open source, and GPL friendly by\nthe [Pictogrammers](http://pictogrammers.com/) icon group. You may use it\nfor commercial projects, open source projects, or anything really.\n\n# Icons: Apache 2.0 (https://www.apache.org/licenses/LICENSE-2.0)\nSome of the icons are redistributed under the Apache 2.0 license. All other\nicons are either redistributed under their respective licenses or are\ndistributed under the Apache 2.0 license.\n\n# Fonts: Apache 2.0 (https://www.apache.org/licenses/LICENSE-2.0)\nAll web and desktop fonts are distributed under the Apache 2.0 license. Web\nand desktop fonts contain some icons that are redistributed under the Apache\n2.0 license. All other icons are either redistributed under their respective\nlicenses or are distributed under the Apache 2.0 license.\n\n# Code: MIT (https://opensource.org/licenses/MIT)\nThe MIT license applies to all non-font and non-icon files.\n"
  },
  {
    "path": "resources/svg/icons/material-design/README.md",
    "content": "# Material Design\n\nThis repo contains all the planning for current and work-in-progress Material Design Icons.\n\n[Getting Started](http://materialdesignicons.com/getting-started)\n\n[![npm](https://img.shields.io/npm/v/@mdi/font.svg)](https://www.npmjs.com/package/@mdi/svg) [![GitHub issues](https://img.shields.io/github/issues/Templarian/MaterialDesign.svg)](https://github.com/Templarian/MaterialDesign/issues)\n\n## Icons\n\nView at [Material Design Icons](http://materialdesignicons.com/). This repo also contains converted icons from [Google's official icon set](https://github.com/google/material-design-icons).\n\n|                 | NPM                   | Dist Repo |   |\n|-----------------|-----------------------|-----------|---|\n| Webfont / SCSS  | `npm install @mdi/font`     | [MaterialDesign-Webfont](https://github.com/Templarian/MaterialDesign-Webfont) | [![npm](https://img.shields.io/npm/dm/@mdi/font.svg)](https://github.com/Templarian/MaterialDesign-Webfont) |\n| JavaScript / TypeScript  | `npm install @mdi/js`     | [MaterialDesign-JS](https://github.com/Templarian/MaterialDesign-JS) | [![npm](https://img.shields.io/npm/dm/@mdi/js.svg)](https://github.com/Templarian/MaterialDesign-JS) |\n| ReactJS  | `npm install @mdi/react`     | [MaterialDesign-React](https://github.com/Templarian/MaterialDesign-React) | [![npm](https://img.shields.io/npm/dm/@mdi/react.svg)](https://github.com/Templarian/MaterialDesign-React) |\n| SVG / Meta.json | `npm install @mdi/svg` | [MaterialDesign-SVG](https://github.com/Templarian/MaterialDesign-SVG)     | [![npm](https://img.shields.io/npm/dm/@mdi/svg.svg)](https://github.com/Templarian/MaterialDesign-SVG) |\n| Desktop Font | n/a | [MaterialDesign-Font](https://github.com/Templarian/MaterialDesign-Font)     |\n\n[Upgrade Guide](https://dev.materialdesignicons.com/upgrade) | [Changelog Guide](https://dev.materialdesignicons.com/changelog)\n\n[![Icons](http://i.imgur.com/zKuXEkR.png)](https://materialdesignicons.com/)\n\n**Warning (Cordova only):** _You will need to manually edit the css file to remove the version query string. [Read More](https://github.com/Templarian/MaterialDesign/issues/760)._\n\n## Contribute\n\nPlease do not make pull requests against this repositiory. All icons are managed through the Material Design Icons site by the various contributors and synced instantly. If you want to become a contributor [read more](http://materialdesignicons.com/contribute).\n\n### Icon Suggestions\n\nSubmit icon suggestions through the issue tab. Please include examples.\n\n### Third Party (Plugins / Extensions / etc)\n\n- [Third Party Guide](http://dev.materialdesignicons.com/contribute/third-party)\n- [First Party Guide](http://dev.materialdesignicons.com/contribute/first-party)\n\n## License\n\n[View the License](https://github.com/Templarian/MaterialDesign/blob/master/LICENSE)\n\n## Code of Conduct\n\n[View and submit violations](https://materialdesignicons.com/code-of-conduct).\n"
  },
  {
    "path": "resources/svg/icons/material-design/index.html",
    "content": "<style>\nul.svg-list {\n\tlist-style:none;\n\tpadding:0;\n\tmargin:10px 0 0;\n}\nul.svg-list li {\n\tdisplay:inline-block;\n\tposition:relative;\n\twidth:32px;\n\theight:32px;\n\tpadding:3px;\n\tmargin-right:5px;\n\tmargin-bottom:5px;\n\tbox-shadow:0px 3px 6px 0px rgba(0, 0, 0, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.08);\n}\n\nul.svg-list li:hover {\n\tbox-shadow:none;//0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 0px rgba(0, 0, 0, 0.15);\n}\n\nul.svg-list li svg{\n\tmax-width:100%;\n\tmax-height:100%;\n\tfill: var(--bs-body-color);\n\tcolor: var(--bs-border-color);\n}\n\nul.svg-list li span {\n\t//display:none;\n}\n\nul.svg-list li.heading {\n\twidth:100%;\n\tbox-shadow:none;\n\ttext-transform: capitalize;\n\tfont-size: 12px;\n\tline-height: 32px;\t\n}\n\nul.svg-list li span {\n  visibility: hidden;\n  min-width: 120px;\n  background-color: black;\n  color: #fff;\n  text-align: center;\n  border-radius: 6px;\n  padding: 5px 0;\n  \n  /* Position the tooltip */\n  position: absolute;\n  z-index: 1;\n  left:0;\n  top: 105%;\n  font-size:12px;\n}\n\nul.svg-list li:hover  span {\n  visibility: visible;\n}\n\nul.svg-list li:hover  svg {\n\ttransform: scale(2);\n\tfill:blue;\n\tcolor:green;\n}\t\n</style>\n<ul class=\"svg-list\"><li title=\"ab testing \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ab-testing\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 2A2 2 0 0 0 2 4V12H4V8H6V12H8V4A2 2 0 0 0 6 2H4M4 4H6V6H4M22 15.5V14A2 2 0 0 0 20 12H16V22H20A2 2 0 0 0 22 20V18.5A1.54 1.54 0 0 0 20.5 17A1.54 1.54 0 0 0 22 15.5M20 20H18V18H20V20M20 16H18V14H20M5.79 21.61L4.21 20.39L18.21 2.39L19.79 3.61Z\" /></svg></li><li title=\"abacus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-abacus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5 5H7V11H5V5M10 5H8V11H10V5M5 19H7V13H5V19M10 13H8V19H10V17H15V15H10V13M2 21H4V3H2V21M20 3V7H13V5H11V11H13V9H20V15H18V13H16V19H18V17H20V21H22V3H20Z\" /></svg></li><li title=\"abjad arabic \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-abjad-arabic\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 4C10.08 4 8.5 5.58 8.5 7.5C8.5 8.43 8.88 9.28 9.5 9.91C7.97 10.91 7 12.62 7 14.5C7 17.53 9.47 20 12.5 20C14.26 20 16 19.54 17.5 18.66L16.5 16.93C15.28 17.63 13.9 18 12.5 18C10.56 18 9 16.45 9 14.5C9 12.91 10.06 11.53 11.59 11.12L16.8 9.72L16.28 7.79L11.83 9C11.08 8.9 10.5 8.28 10.5 7.5C10.5 6.66 11.16 6 12 6C12.26 6 12.5 6.07 12.75 6.2L13.75 4.47C13.22 4.16 12.61 4 12 4Z\" /></svg></li><li title=\"abjad hebrew \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-abjad-hebrew\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3.9 4L9 10.03C7.58 10.17 6.36 11.18 6 12.59L4 20H6.07L7.92 13.11C8.09 12.46 8.69 12 9.36 12H10.69L17.47 20H20.1L15 13.97C16.42 13.83 17.64 12.82 18 11.41L20 4H17.93L16.08 10.89C15.91 11.54 15.31 12 14.64 12H13.31L6.53 4Z\" /></svg></li><li title=\"abugida devanagari \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-abugida-devanagari\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8 3V5H11C12.32 5 13.41 5.83 13.82 7H6V9H14V10H12C9.25 10 7 12.25 7 15C7 17.75 9.25 20 12 20C12.77 20 13.45 19.73 14 19.3V21H16V17H14C13.55 17.62 12.83 18 12 18C10.33 18 9 16.67 9 15C9 13.33 10.33 12 12 12H16V9H18V7H15.9C15.43 4.72 13.41 3 11 3H8Z\" /></svg></li><li title=\"abugida thai \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-abugida-thai\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9 20C9 17.44 10.87 12.42 13.86 7.25C14.29 6.5 15.08 6 16 6C17.12 6 18 6.88 18 8V20H20V8C20 5.8 18.2 4 16 4C14.34 4 12.9 4.92 12.13 6.25C10.56 8.96 9.61 11.15 9 13.03V6.5C9 5.13 7.87 4 6.5 4C5.13 4 4 5.13 4 6.5C4 7.87 5.13 9 6.5 9C6.67 9 6.84 9 7 8.95V20M6.5 6C6.79 6 7 6.21 7 6.5C7 6.79 6.79 7 6.5 7C6.21 7 6 6.79 6 6.5C6 6.21 6.21 6 6.5 6Z\" /></svg></li><li title=\"access point check \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-access-point-check\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.59 14.84L21.75 16.25L17 21L14.25 18L15.41 16.84L17 18.43L20.59 14.84M19.07 4.93L17.66 6.34C19.11 7.78 20 9.79 20 12V12.34C20.68 12.59 21.33 12.96 21.88 13.43C21.95 12.96 22 12.5 22 12C22 9.24 20.88 6.74 19.07 4.93M15.96 12.36C16.6 12.13 17.28 12 18 12C18 10.35 17.33 8.85 16.24 7.76L14.83 9.17C15.55 9.89 16 10.89 16 12C16 12.12 15.97 12.24 15.96 12.36M12 10C10.9 10 10 10.9 10 12S10.9 14 12 14 14 13.1 14 12 13.1 10 12 10M6.34 6.34L4.93 4.93C3.12 6.74 2 9.24 2 12S3.12 17.26 4.93 19.07L6.34 17.66C4.89 16.22 4 14.22 4 12C4 9.79 4.89 7.78 6.34 6.34M7.76 7.76C6.67 8.85 6 10.35 6 12S6.67 15.15 7.76 16.24L9.17 14.83C8.45 14.11 8 13.11 8 12S8.45 9.89 9.17 9.17L7.76 7.76Z\" /></svg></li><li title=\"access point minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-access-point-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16 12C16 10.89 15.55 9.89 14.83 9.17L16.24 7.76C17.33 8.85 18 10.35 18 12C17.28 12 16.6 12.13 15.96 12.36C15.97 12.24 16 12.12 16 12M20 12.34C20.68 12.59 21.33 12.96 21.88 13.43C21.95 12.96 22 12.5 22 12C22 9.24 20.88 6.74 19.07 4.93L17.66 6.34C19.11 7.78 20 9.79 20 12C20 12.12 20 12.23 20 12.34M12 10C10.9 10 10 10.9 10 12S10.9 14 12 14 14 13.1 14 12 13.1 10 12 10M7.76 7.76C6.67 8.85 6 10.35 6 12S6.67 15.15 7.76 16.24L9.17 14.83C8.45 14.11 8 13.11 8 12S8.45 9.89 9.17 9.17L7.76 7.76M6.34 6.34L4.93 4.93C3.12 6.74 2 9.24 2 12S3.12 17.26 4.93 19.07L6.34 17.66C4.89 16.22 4 14.22 4 12C4 9.79 4.89 7.78 6.34 6.34M14 19H22V17H14V19Z\" /></svg></li><li title=\"access point network off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-access-point-network-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.83,13.83C15.55,13.11 16,12.11 16,11C16,9.89 15.55,8.89 14.83,8.17L16.24,6.76C17.33,7.85 18,9.35 18,11C18,12.65 17.33,14.15 16.24,15.24L14.83,13.83M14,11A2,2 0 0,0 12,9C11.4,9 10.87,9.27 10.5,9.68L13.32,12.5C13.73,12.13 14,11.6 14,11M17.66,16.66L19.07,18.07C20.88,16.26 22,13.76 22,11C22,8.24 20.88,5.74 19.07,3.93L17.66,5.34C19.11,6.78 20,8.79 20,11C20,13.22 19.11,15.22 17.66,16.66M22,21.18V20H20.82L22,21.18M20.27,22L21,22.73L19.73,24L17.73,22H15A1,1 0 0,1 14,23H10A1,1 0 0,1 9,22H2V20H9A1,1 0 0,1 10,19H11V15.27L8.34,12.61C8.54,13.07 8.82,13.5 9.17,13.83L7.76,15.24C6.67,14.15 6,12.65 6,11C6,10.77 6,10.54 6.04,10.31L4.37,8.64C4.14,9.39 4,10.18 4,11C4,13.22 4.89,15.22 6.34,16.66L4.93,18.07C3.12,16.26 2,13.76 2,11C2,9.61 2.29,8.28 2.81,7.08L1,5.27L2.28,4L3.7,5.42L5.15,6.87L6.63,8.35V8.35L8.17,9.9L10.28,12L11,12.71L18.27,20H18.28L20.28,22H20.27M15.73,20L13,17.27V19H14A1,1 0 0,1 15,20H15.73Z\" /></svg></li><li title=\"access point network \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-access-point-network\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4.93,3.93C3.12,5.74 2,8.24 2,11C2,13.76 3.12,16.26 4.93,18.07L6.34,16.66C4.89,15.22 4,13.22 4,11C4,8.79 4.89,6.78 6.34,5.34L4.93,3.93M19.07,3.93L17.66,5.34C19.11,6.78 20,8.79 20,11C20,13.22 19.11,15.22 17.66,16.66L19.07,18.07C20.88,16.26 22,13.76 22,11C22,8.24 20.88,5.74 19.07,3.93M7.76,6.76C6.67,7.85 6,9.35 6,11C6,12.65 6.67,14.15 7.76,15.24L9.17,13.83C8.45,13.11 8,12.11 8,11C8,9.89 8.45,8.89 9.17,8.17L7.76,6.76M16.24,6.76L14.83,8.17C15.55,8.89 16,9.89 16,11C16,12.11 15.55,13.11 14.83,13.83L16.24,15.24C17.33,14.15 18,12.65 18,11C18,9.35 17.33,7.85 16.24,6.76M12,9A2,2 0 0,0 10,11A2,2 0 0,0 12,13A2,2 0 0,0 14,11A2,2 0 0,0 12,9M11,15V19H10A1,1 0 0,0 9,20H2V22H9A1,1 0 0,0 10,23H14A1,1 0 0,0 15,22H22V20H15A1,1 0 0,0 14,19H13V15H11Z\" /></svg></li><li title=\"access point off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-access-point-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.84 22.73L12.1 14C12.06 14 12.03 14 12 14C10.9 14 10 13.11 10 12C10 11.97 10 11.94 10 11.9L8.4 10.29C8.15 10.81 8 11.38 8 12C8 13.11 8.45 14.11 9.17 14.83L7.76 16.24C6.67 15.15 6 13.65 6 12C6 10.83 6.34 9.74 6.93 8.82L5.5 7.37C4.55 8.67 4 10.27 4 12C4 14.22 4.89 16.22 6.34 17.66L4.93 19.07C3.12 17.26 2 14.76 2 12C2 9.72 2.77 7.63 4.06 5.95L1.11 3L2.39 1.73L22.11 21.46L20.84 22.73M15.93 12.73L17.53 14.33C17.83 13.61 18 12.83 18 12C18 10.35 17.33 8.85 16.24 7.76L14.83 9.17C15.55 9.89 16 10.89 16 12C16 12.25 15.97 12.5 15.93 12.73M19.03 15.83L20.5 17.28C21.44 15.75 22 13.94 22 12C22 9.24 20.88 6.74 19.07 4.93L17.66 6.34C19.11 7.78 20 9.79 20 12C20 13.39 19.65 14.7 19.03 15.83Z\" /></svg></li><li title=\"access point plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-access-point-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16 12C16 10.89 15.55 9.89 14.83 9.17L16.24 7.76C17.33 8.85 18 10.35 18 12C17.28 12 16.6 12.13 15.96 12.36C15.97 12.24 16 12.12 16 12M20 12.34C20.68 12.59 21.33 12.96 21.88 13.43C21.95 12.96 22 12.5 22 12C22 9.24 20.88 6.74 19.07 4.93L17.66 6.34C19.11 7.78 20 9.79 20 12C20 12.12 20 12.23 20 12.34M12 10C10.9 10 10 10.9 10 12S10.9 14 12 14 14 13.1 14 12 13.1 10 12 10M6.34 6.34L4.93 4.93C3.12 6.74 2 9.24 2 12S3.12 17.26 4.93 19.07L6.34 17.66C4.89 16.22 4 14.22 4 12C4 9.79 4.89 7.78 6.34 6.34M7.76 7.76C6.67 8.85 6 10.35 6 12S6.67 15.15 7.76 16.24L9.17 14.83C8.45 14.11 8 13.11 8 12S8.45 9.89 9.17 9.17L7.76 7.76M19 14H17V17H14V19H17V22H19V19H22V17H19V14Z\" /></svg></li><li title=\"access point remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-access-point-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16 12C16 10.89 15.55 9.89 14.83 9.17L16.24 7.76C17.33 8.85 18 10.35 18 12C17.28 12 16.6 12.13 15.96 12.36C15.97 12.24 16 12.12 16 12M6.34 6.34L4.93 4.93C3.12 6.74 2 9.24 2 12S3.12 17.26 4.93 19.07L6.34 17.66C4.89 16.22 4 14.22 4 12C4 9.79 4.89 7.78 6.34 6.34M19.07 4.93L17.66 6.34C19.11 7.78 20 9.79 20 12C20 12.12 20 12.23 20 12.34C20.68 12.59 21.33 12.96 21.88 13.43C21.95 12.96 22 12.5 22 12C22 9.24 20.88 6.74 19.07 4.93M12 10C10.9 10 10 10.9 10 12S10.9 14 12 14 14 13.1 14 12 13.1 10 12 10M7.76 7.76C6.67 8.85 6 10.35 6 12S6.67 15.15 7.76 16.24L9.17 14.83C8.45 14.11 8 13.11 8 12S8.45 9.89 9.17 9.17L7.76 7.76M20.12 14.46L18 16.59L15.88 14.47L14.47 15.88L16.59 18L14.47 20.12L15.88 21.53L18 19.41L20.12 21.53L21.53 20.12L19.41 18L21.53 15.88L20.12 14.46Z\" /></svg></li><li title=\"access point \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-access-point\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4.93,4.93C3.12,6.74 2,9.24 2,12C2,14.76 3.12,17.26 4.93,19.07L6.34,17.66C4.89,16.22 4,14.22 4,12C4,9.79 4.89,7.78 6.34,6.34L4.93,4.93M19.07,4.93L17.66,6.34C19.11,7.78 20,9.79 20,12C20,14.22 19.11,16.22 17.66,17.66L19.07,19.07C20.88,17.26 22,14.76 22,12C22,9.24 20.88,6.74 19.07,4.93M7.76,7.76C6.67,8.85 6,10.35 6,12C6,13.65 6.67,15.15 7.76,16.24L9.17,14.83C8.45,14.11 8,13.11 8,12C8,10.89 8.45,9.89 9.17,9.17L7.76,7.76M16.24,7.76L14.83,9.17C15.55,9.89 16,10.89 16,12C16,13.11 15.55,14.11 14.83,14.83L16.24,16.24C17.33,15.15 18,13.65 18,12C18,10.35 17.33,8.85 16.24,7.76M12,10A2,2 0 0,0 10,12A2,2 0 0,0 12,14A2,2 0 0,0 14,12A2,2 0 0,0 12,10Z\" /></svg></li><li title=\"account alert outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-alert-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 12V7H22V13H20M20 17H22V15H20M10 13C12.67 13 18 14.34 18 17V20H2V17C2 14.34 7.33 13 10 13M10 4A4 4 0 0 1 14 8A4 4 0 0 1 10 12A4 4 0 0 1 6 8A4 4 0 0 1 10 4M10 14.9C7.03 14.9 3.9 16.36 3.9 17V18.1H16.1V17C16.1 16.36 12.97 14.9 10 14.9M10 5.9A2.1 2.1 0 0 0 7.9 8A2.1 2.1 0 0 0 10 10.1A2.1 2.1 0 0 0 12.1 8A2.1 2.1 0 0 0 10 5.9Z\" /></svg></li><li title=\"account alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10 4A4 4 0 0 1 14 8A4 4 0 0 1 10 12A4 4 0 0 1 6 8A4 4 0 0 1 10 4M10 14C14.42 14 18 15.79 18 18V20H2V18C2 15.79 5.58 14 10 14M20 12V7H22V13H20M20 17V15H22V17H20Z\" /></svg></li><li title=\"account arrow down outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-arrow-down-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10 13C7.33 13 2 14.33 2 17V20H13.09C13.07 19.86 13.05 19.73 13.04 19.59C13 19.4 13 19.2 13 19C13 18.69 13.03 18.39 13.08 18.1C13.21 17.21 13.54 16.38 14 15.66C14.21 15.38 14.42 15.12 14.65 14.88L14.67 14.85C14.9 14.61 15.16 14.39 15.43 14.19C14.76 13.88 14 13.64 13.26 13.45C12.07 13.15 10.89 13 10 13M11.05 18.1H3.9V17C3.9 16.36 7.03 14.9 10 14.9C10.68 14.9 11.36 15 12 15.11C11.5 16 11.18 17 11.05 18.1M10 12C12.21 12 14 10.21 14 8S12.21 4 10 4 6 5.79 6 8 7.79 12 10 12M10 6C11.11 6 12 6.9 12 8S11.11 10 10 10 8 9.11 8 8 8.9 6 10 6M22 20L19 23L16 20H18V16H20V20H22Z\" /></svg></li><li title=\"account arrow down \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-arrow-down\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6 8C6 5.79 7.79 4 10 4S14 5.79 14 8 12.21 12 10 12 6 10.21 6 8M10 14C5.58 14 2 15.79 2 18V20H13.09C13.04 19.67 13 19.34 13 19C13 17.36 13.66 15.87 14.74 14.78C13.41 14.29 11.78 14 10 14M20 20V16H18V20H16L19 23L22 20H20Z\" /></svg></li><li title=\"account arrow left outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-arrow-left-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10 12C12.21 12 14 10.21 14 8S12.21 4 10 4 6 5.79 6 8 7.79 12 10 12M10 6C11.11 6 12 6.9 12 8S11.11 10 10 10 8 9.11 8 8 8.9 6 10 6M13.25 13.45C12.07 13.15 10.89 13 10 13C7.33 13 2 14.33 2 17V20H13.09C13.07 19.86 13.05 19.73 13.04 19.59C13 19.4 13 19.2 13 19C13 18.69 13.03 18.39 13.08 18.1C13.21 17.21 13.54 16.38 14 15.66C14.21 15.38 14.42 15.12 14.65 14.88L14.67 14.85C14.9 14.61 15.16 14.39 15.43 14.19C14.75 13.88 14 13.63 13.25 13.45M11.05 18.1H3.9V17C3.9 16.36 7.03 14.9 10 14.9C10.68 14.9 11.36 15 12 15.11C11.5 16 11.18 17 11.05 18.1M22 18V20H18V22L15 19L18 16V18H22Z\" /></svg></li><li title=\"account arrow left \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-arrow-left\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6 8C6 5.79 7.79 4 10 4S14 5.79 14 8 12.21 12 10 12 6 10.21 6 8M10 14C5.58 14 2 15.79 2 18V20H13.09C13.04 19.67 13 19.34 13 19C13 17.36 13.66 15.87 14.74 14.78C13.41 14.29 11.78 14 10 14M18 18V16L15 19L18 22V20H22V18H18Z\" /></svg></li><li title=\"account arrow right outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-arrow-right-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10 13C7.33 13 2 14.33 2 17V20H13.09C13.07 19.86 13.05 19.73 13.04 19.59C13 19.4 13 19.2 13 19C13 18.69 13.03 18.39 13.08 18.1C13.21 17.21 13.54 16.38 14 15.66C14.21 15.38 14.42 15.12 14.65 14.88L14.67 14.85C14.9 14.61 15.16 14.39 15.43 14.19C14.76 13.88 14 13.64 13.26 13.45C12.07 13.15 10.89 13 10 13M11.05 18.1H3.9V17C3.9 16.36 7.03 14.9 10 14.9C10.68 14.9 11.36 15 12 15.11C11.5 16 11.18 17 11.05 18.1M10 12C12.21 12 14 10.21 14 8S12.21 4 10 4 6 5.79 6 8 7.79 12 10 12M10 6C11.11 6 12 6.9 12 8S11.11 10 10 10 8 9.11 8 8 8.9 6 10 6M20 22V20H16V18H20V16L23 19L20 22Z\" /></svg></li><li title=\"account arrow right \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-arrow-right\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6 8C6 5.79 7.79 4 10 4S14 5.79 14 8 12.21 12 10 12 6 10.21 6 8M10 14C5.58 14 2 15.79 2 18V20H13.09C13.04 19.67 13 19.34 13 19C13 17.36 13.66 15.87 14.74 14.78C13.41 14.29 11.78 14 10 14M23 19L20 16V18H16V20H20V22L23 19Z\" /></svg></li><li title=\"account arrow up outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-arrow-up-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10 12C12.21 12 14 10.21 14 8S12.21 4 10 4 6 5.79 6 8 7.79 12 10 12M10 6C11.11 6 12 6.9 12 8S11.11 10 10 10 8 9.11 8 8 8.9 6 10 6M10 13C7.33 13 2 14.33 2 17V20H13.09C13.07 19.86 13.05 19.73 13.04 19.59C13 19.4 13 19.2 13 19C13 18.69 13.03 18.39 13.08 18.1C13.21 17.21 13.54 16.38 14 15.66C14.21 15.38 14.42 15.12 14.65 14.88L14.67 14.85C14.9 14.61 15.16 14.39 15.43 14.19C14.76 13.88 14 13.64 13.26 13.45C12.07 13.15 10.89 13 10 13M11.05 18.1H3.9V17C3.9 16.36 7.03 14.9 10 14.9C10.68 14.9 11.36 15 12 15.11C11.5 16 11.18 17 11.05 18.1M22 18H20V22H18V18H16L19 15L22 18Z\" /></svg></li><li title=\"account arrow up \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-arrow-up\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6 8C6 5.79 7.79 4 10 4S14 5.79 14 8 12.21 12 10 12 6 10.21 6 8M10 14C5.58 14 2 15.79 2 18V20H13.09C13.04 19.67 13 19.34 13 19C13 17.36 13.66 15.87 14.74 14.78C13.41 14.29 11.78 14 10 14M19 15L16 18H18V22H20V18H22L19 15Z\" /></svg></li><li title=\"account box multiple outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-box-multiple-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 6H2V20C2 21.11 2.9 22 4 22H18V20H4V6M18.5 14.25C18.5 12.75 15.5 12 14 12S9.5 12.75 9.5 14.25V15H18.5M14 10.25C15.24 10.25 16.25 9.24 16.25 8S15.24 5.75 14 5.75 11.75 6.76 11.75 8 12.76 10.25 14 10.25M20 2H8C6.9 2 6 2.9 6 4V16C6 17.11 6.9 18 8 18H20C21.11 18 22 17.11 22 16V4C22 2.89 21.1 2 20 2M20 16H8V4H20V16Z\" /></svg></li><li title=\"account box multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-box-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,6H2V20A2,2 0 0,0 4,22H18V20H4V6M20,2A2,2 0 0,1 22,4V16A2,2 0 0,1 20,18H8A2,2 0 0,1 6,16V4A2,2 0 0,1 8,2H20M17,7A3,3 0 0,0 14,4A3,3 0 0,0 11,7A3,3 0 0,0 14,10A3,3 0 0,0 17,7M8,15V16H20V15C20,13 16,11.9 14,11.9C12,11.9 8,13 8,15Z\" /></svg></li><li title=\"account box outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-box-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,19H5V5H19M19,3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3M16.5,16.25C16.5,14.75 13.5,14 12,14C10.5,14 7.5,14.75 7.5,16.25V17H16.5M12,12.25A2.25,2.25 0 0,0 14.25,10A2.25,2.25 0 0,0 12,7.75A2.25,2.25 0 0,0 9.75,10A2.25,2.25 0 0,0 12,12.25Z\" /></svg></li><li title=\"account box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,17C6,15 10,13.9 12,13.9C14,13.9 18,15 18,17V18H6M15,9A3,3 0 0,1 12,12A3,3 0 0,1 9,9A3,3 0 0,1 12,6A3,3 0 0,1 15,9M3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3H5C3.89,3 3,3.9 3,5Z\" /></svg></li><li title=\"account cancel outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-cancel-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10 4A4 4 0 0 0 6 8A4 4 0 0 0 10 12A4 4 0 0 0 14 8A4 4 0 0 0 10 4M10 6A2 2 0 0 1 12 8A2 2 0 0 1 10 10A2 2 0 0 1 8 8A2 2 0 0 1 10 6M10 13C7.33 13 2 14.33 2 17V20H11.5A6.5 6.5 0 0 1 11.03 18.1H3.9V17C3.9 16.36 7.03 14.9 10 14.9C10.5 14.9 11 14.95 11.5 15.03A6.5 6.5 0 0 1 12.55 13.29C11.61 13.1 10.71 13 10 13M17.5 13C15 13 13 15 13 17.5C13 20 15 22 17.5 22C20 22 22 20 22 17.5C22 15 20 13 17.5 13M17.5 14.5C19.16 14.5 20.5 15.84 20.5 17.5C20.5 18.06 20.35 18.58 20.08 19L16 14.92C16.42 14.65 16.94 14.5 17.5 14.5M14.92 16L19 20.08C18.58 20.35 18.06 20.5 17.5 20.5C15.84 20.5 14.5 19.16 14.5 17.5C14.5 16.94 14.65 16.42 14.92 16Z\" /></svg></li><li title=\"account cancel \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-cancel\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10 4A4 4 0 0 0 6 8A4 4 0 0 0 10 12A4 4 0 0 0 14 8A4 4 0 0 0 10 4M17.5 13C15 13 13 15 13 17.5C13 20 15 22 17.5 22C20 22 22 20 22 17.5C22 15 20 13 17.5 13M10 14C5.58 14 2 15.79 2 18V20H11.5A6.5 6.5 0 0 1 11 17.5A6.5 6.5 0 0 1 11.95 14.14C11.32 14.06 10.68 14 10 14M17.5 14.5C19.16 14.5 20.5 15.84 20.5 17.5C20.5 18.06 20.35 18.58 20.08 19L16 14.92C16.42 14.65 16.94 14.5 17.5 14.5M14.92 16L19 20.08C18.58 20.35 18.06 20.5 17.5 20.5C15.84 20.5 14.5 19.16 14.5 17.5C14.5 16.94 14.65 16.42 14.92 16Z\" /></svg></li><li title=\"account cash outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-cash-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16 11.5C16 10.12 17.12 9 18.5 9S21 10.12 21 11.5 19.88 14 18.5 14 16 12.88 16 11.5M13 3V20H24V3H13M22 16C20.9 16 20 16.9 20 18H17C17 16.9 16.11 16 15 16V7C16.11 7 17 6.11 17 5H20C20 6.11 20.9 7 22 7V16M7 6C8.1 6 9 6.9 9 8S8.1 10 7 10 5 9.1 5 8 5.9 6 7 6M7 4C4.79 4 3 5.79 3 8S4.79 12 7 12 11 10.21 11 8 9.21 4 7 4M7 14C3.13 14 0 15.79 0 18V20H11V18H2C2 17.42 3.75 16 7 16C8.83 16 10.17 16.45 11 16.95V14.72C9.87 14.27 8.5 14 7 14Z\" /></svg></li><li title=\"account cash \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-cash\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11 8C11 10.21 9.21 12 7 12C4.79 12 3 10.21 3 8C3 5.79 4.79 4 7 4C9.21 4 11 5.79 11 8M11 14.72V20H0V18C0 15.79 3.13 14 7 14C8.5 14 9.87 14.27 11 14.72M24 20H13V3H24V20M16 11.5C16 10.12 17.12 9 18.5 9C19.88 9 21 10.12 21 11.5C21 12.88 19.88 14 18.5 14C17.12 14 16 12.88 16 11.5M22 7C20.9 7 20 6.11 20 5H17C17 6.11 16.11 7 15 7V16C16.11 16 17 16.9 17 18H20C20 16.9 20.9 16 22 16V7Z\" /></svg></li><li title=\"account check outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-check-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.1,12.5L22.5,13.91L15.97,20.5L12.5,17L13.9,15.59L15.97,17.67L21.1,12.5M11,4A4,4 0 0,1 15,8A4,4 0 0,1 11,12A4,4 0 0,1 7,8A4,4 0 0,1 11,4M11,6A2,2 0 0,0 9,8A2,2 0 0,0 11,10A2,2 0 0,0 13,8A2,2 0 0,0 11,6M11,13C11.68,13 12.5,13.09 13.41,13.26L11.74,14.93L11,14.9C8.03,14.9 4.9,16.36 4.9,17V18.1H11.1L13,20H3V17C3,14.34 8.33,13 11,13Z\" /></svg></li><li title=\"account check \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-check\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.1,12.5L22.5,13.91L15.97,20.5L12.5,17L13.9,15.59L15.97,17.67L21.1,12.5M10,17L13,20H3V18C3,15.79 6.58,14 11,14L12.89,14.11L10,17M11,4A4,4 0 0,1 15,8A4,4 0 0,1 11,12A4,4 0 0,1 7,8A4,4 0 0,1 11,4Z\" /></svg></li><li title=\"account child circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-child-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,12A1.5,1.5 0 0,1 13.5,13.5A1.5,1.5 0 0,1 12,15A1.5,1.5 0 0,1 10.5,13.5A1.5,1.5 0 0,1 12,12M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,16C12.72,16 13.4,16.15 14.04,16.5C14.68,16.8 15,17.2 15,17.67V19.41C16.34,18.81 17,18.08 17,17.2V12.8C17,12 16.5,11.35 15.45,10.8C14.4,10.26 13.25,10 12,10C10.75,10 9.6,10.26 8.55,10.8C7.5,11.35 7,12 7,12.8V17.2C7,18 7.53,18.69 8.63,19.22C9.72,19.75 10.84,20 12,20L13,19.92V17.91L12,18C11,18 10,17.8 9.05,17.39C9.17,17 9.53,16.69 10.13,16.41C10.72,16.13 11.34,16 12,16M12,4A2.5,2.5 0 0,0 9.5,6.5A2.5,2.5 0 0,0 12,9A2.5,2.5 0 0,0 14.5,6.5A2.5,2.5 0 0,0 12,4Z\" /></svg></li><li title=\"account child outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-child-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 17C10.9 17 10 16.1 10 15C10 13.9 10.9 13 12 13C13.1 13 14 13.9 14 15C14 16.1 13.1 17 12 17M12 10C14.34 10 19 11.16 19 13.5V18.63C19 19.5 18.31 20.24 17.34 20.79V13.38C17.34 12.82 14.6 11.54 12 11.54C9.4 11.54 6.66 12.82 6.66 13.38V18.75C6.66 19 7.31 19.46 8.28 19.85C9 19 10.93 18.56 12 18.56C13.33 18.56 16 19.22 16 20.56V21.39C14.63 21.88 13.07 22.13 12 22.13C10.93 22.13 9.38 21.88 8 21.39H8C6.37 20.81 5 19.89 5 18.63V13.5C5 11.16 9.66 10 12 10M12 3.75C11.03 3.75 10.25 4.53 10.25 5.5C10.25 6.47 11.03 7.25 12 7.25C12.97 7.25 13.75 6.47 13.75 5.5C13.75 4.53 12.97 3.75 12 3.75M12 9C10.07 9 8.5 7.43 8.5 5.5C8.5 3.57 10.07 2 12 2C13.93 2 15.5 3.57 15.5 5.5C15.5 7.43 13.93 9 12 9Z\" /></svg></li><li title=\"account child \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-child\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A3,3 0 0,1 15,5A3,3 0 0,1 12,8A3,3 0 0,1 9,5A3,3 0 0,1 12,2M12,9C13.63,9 15.12,9.35 16.5,10.05C17.84,10.76 18.5,11.61 18.5,12.61V18.38C18.5,19.5 17.64,20.44 15.89,21.19V19C15.89,18.05 15.03,17.38 13.31,16.97C12.75,16.84 12.31,16.78 12,16.78C11.13,16.78 10.3,16.95 9.54,17.3C8.77,17.64 8.31,18.08 8.16,18.61C9.5,19.14 10.78,19.41 12,19.41L13,19.31V21.94L12,22C10.63,22 9.33,21.72 8.11,21.19C6.36,20.44 5.5,19.5 5.5,18.38V12.61C5.5,11.61 6.16,10.76 7.5,10.05C8.88,9.35 10.38,9 12,9M12,11A2,2 0 0,0 10,13A2,2 0 0,0 12,15A2,2 0 0,0 14,13A2,2 0 0,0 12,11Z\" /></svg></li><li title=\"account circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M7.07,18.28C7.5,17.38 10.12,16.5 12,16.5C13.88,16.5 16.5,17.38 16.93,18.28C15.57,19.36 13.86,20 12,20C10.14,20 8.43,19.36 7.07,18.28M18.36,16.83C16.93,15.09 13.46,14.5 12,14.5C10.54,14.5 7.07,15.09 5.64,16.83C4.62,15.5 4,13.82 4,12C4,7.59 7.59,4 12,4C16.41,4 20,7.59 20,12C20,13.82 19.38,15.5 18.36,16.83M12,6C10.06,6 8.5,7.56 8.5,9.5C8.5,11.44 10.06,13 12,13C13.94,13 15.5,11.44 15.5,9.5C15.5,7.56 13.94,6 12,6M12,11A1.5,1.5 0 0,1 10.5,9.5A1.5,1.5 0 0,1 12,8A1.5,1.5 0 0,1 13.5,9.5A1.5,1.5 0 0,1 12,11Z\" /></svg></li><li title=\"account circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,19.2C9.5,19.2 7.29,17.92 6,16C6.03,14 10,12.9 12,12.9C14,12.9 17.97,14 18,16C16.71,17.92 14.5,19.2 12,19.2M12,5A3,3 0 0,1 15,8A3,3 0 0,1 12,11A3,3 0 0,1 9,8A3,3 0 0,1 12,5M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12C22,6.47 17.5,2 12,2Z\" /></svg></li><li title=\"account clock outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-clock-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,14H17.5V16.82L19.94,18.23L19.19,19.53L16,17.69V14M17,12A5,5 0 0,0 12,17A5,5 0 0,0 17,22A5,5 0 0,0 22,17A5,5 0 0,0 17,12M17,10A7,7 0 0,1 24,17A7,7 0 0,1 17,24C14.21,24 11.8,22.36 10.67,20H1V17C1,14.34 6.33,13 9,13C9.6,13 10.34,13.07 11.12,13.2C12.36,11.28 14.53,10 17,10M10,17C10,16.3 10.1,15.62 10.29,15C9.87,14.93 9.43,14.9 9,14.9C6.03,14.9 2.9,16.36 2.9,17V18.1H10.09C10.03,17.74 10,17.37 10,17M9,4A4,4 0 0,1 13,8A4,4 0 0,1 9,12A4,4 0 0,1 5,8A4,4 0 0,1 9,4M9,5.9A2.1,2.1 0 0,0 6.9,8A2.1,2.1 0 0,0 9,10.1A2.1,2.1 0 0,0 11.1,8A2.1,2.1 0 0,0 9,5.9Z\" /></svg></li><li title=\"account clock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-clock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10.63,14.1C12.23,10.58 16.38,9.03 19.9,10.63C23.42,12.23 24.97,16.38 23.37,19.9C22.24,22.4 19.75,24 17,24C14.3,24 11.83,22.44 10.67,20H1V18C1.06,16.86 1.84,15.93 3.34,15.18C4.84,14.43 6.72,14.04 9,14C9.57,14 10.11,14.05 10.63,14.1V14.1M9,4C10.12,4.03 11.06,4.42 11.81,5.17C12.56,5.92 12.93,6.86 12.93,8C12.93,9.14 12.56,10.08 11.81,10.83C11.06,11.58 10.12,11.95 9,11.95C7.88,11.95 6.94,11.58 6.19,10.83C5.44,10.08 5.07,9.14 5.07,8C5.07,6.86 5.44,5.92 6.19,5.17C6.94,4.42 7.88,4.03 9,4M17,22A5,5 0 0,0 22,17A5,5 0 0,0 17,12A5,5 0 0,0 12,17A5,5 0 0,0 17,22M16,14H17.5V16.82L19.94,18.23L19.19,19.53L16,17.69V14Z\" /></svg></li><li title=\"account cog outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-cog-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10 4A4 4 0 0 0 6 8A4 4 0 0 0 10 12A4 4 0 0 0 14 8A4 4 0 0 0 10 4M10 6A2 2 0 0 1 12 8A2 2 0 0 1 10 10A2 2 0 0 1 8 8A2 2 0 0 1 10 6M17 12C16.84 12 16.76 12.08 16.76 12.24L16.5 13.5C16.28 13.68 15.96 13.84 15.72 14L14.44 13.5C14.36 13.5 14.2 13.5 14.12 13.6L13.16 15.36C13.08 15.44 13.08 15.6 13.24 15.68L14.28 16.5V17.5L13.24 18.32C13.16 18.4 13.08 18.56 13.16 18.64L14.12 20.4C14.2 20.5 14.36 20.5 14.44 20.5L15.72 20C15.96 20.16 16.28 20.32 16.5 20.5L16.76 21.76C16.76 21.92 16.84 22 17 22H19C19.08 22 19.24 21.92 19.24 21.76L19.4 20.5C19.72 20.32 20.04 20.16 20.28 20L21.5 20.5C21.64 20.5 21.8 20.5 21.8 20.4L22.84 18.64C22.92 18.56 22.84 18.4 22.76 18.32L21.72 17.5V16.5L22.76 15.68C22.84 15.6 22.92 15.44 22.84 15.36L21.8 13.6C21.8 13.5 21.64 13.5 21.5 13.5L20.28 14C20.04 13.84 19.72 13.68 19.4 13.5L19.24 12.24C19.24 12.08 19.08 12 19 12H17M10 13C7.33 13 2 14.33 2 17V20H11.67C11.39 19.41 11.19 18.77 11.09 18.1H3.9V17C3.9 16.36 7.03 14.9 10 14.9C10.43 14.9 10.87 14.94 11.3 15C11.5 14.36 11.77 13.76 12.12 13.21C11.34 13.08 10.6 13 10 13M18.04 15.5C18.84 15.5 19.5 16.16 19.5 17.04C19.5 17.84 18.84 18.5 18.04 18.5C17.16 18.5 16.5 17.84 16.5 17.04C16.5 16.16 17.16 15.5 18.04 15.5Z\" /></svg></li><li title=\"account cog \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-cog\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10 4A4 4 0 0 0 6 8A4 4 0 0 0 10 12A4 4 0 0 0 14 8A4 4 0 0 0 10 4M17 12C16.87 12 16.76 12.09 16.74 12.21L16.55 13.53C16.25 13.66 15.96 13.82 15.7 14L14.46 13.5C14.35 13.5 14.22 13.5 14.15 13.63L13.15 15.36C13.09 15.47 13.11 15.6 13.21 15.68L14.27 16.5C14.25 16.67 14.24 16.83 14.24 17C14.24 17.17 14.25 17.33 14.27 17.5L13.21 18.32C13.12 18.4 13.09 18.53 13.15 18.64L14.15 20.37C14.21 20.5 14.34 20.5 14.46 20.5L15.7 20C15.96 20.18 16.24 20.35 16.55 20.47L16.74 21.79C16.76 21.91 16.86 22 17 22H19C19.11 22 19.22 21.91 19.24 21.79L19.43 20.47C19.73 20.34 20 20.18 20.27 20L21.5 20.5C21.63 20.5 21.76 20.5 21.83 20.37L22.83 18.64C22.89 18.53 22.86 18.4 22.77 18.32L21.7 17.5C21.72 17.33 21.74 17.17 21.74 17C21.74 16.83 21.73 16.67 21.7 16.5L22.76 15.68C22.85 15.6 22.88 15.47 22.82 15.36L21.82 13.63C21.76 13.5 21.63 13.5 21.5 13.5L20.27 14C20 13.82 19.73 13.65 19.42 13.53L19.23 12.21C19.22 12.09 19.11 12 19 12H17M10 14C5.58 14 2 15.79 2 18V20H11.68A7 7 0 0 1 11 17A7 7 0 0 1 11.64 14.09C11.11 14.03 10.56 14 10 14M18 15.5C18.83 15.5 19.5 16.17 19.5 17C19.5 17.83 18.83 18.5 18 18.5C17.16 18.5 16.5 17.83 16.5 17C16.5 16.17 17.17 15.5 18 15.5Z\" /></svg></li><li title=\"account convert outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-convert-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 0L11.34 .03L15.15 3.84L16.5 2.5C19.75 4.07 22.09 7.24 22.45 11H23.95C23.44 4.84 18.29 0 12 0M12 4C10.07 4 8.5 5.57 8.5 7.5C8.5 9.43 10.07 11 12 11C13.93 11 15.5 9.43 15.5 7.5C15.5 5.57 13.93 4 12 4M12 6C12.83 6 13.5 6.67 13.5 7.5C13.5 8.33 12.83 9 12 9C11.17 9 10.5 8.33 10.5 7.5C10.5 6.67 11.17 6 12 6M.05 13C.56 19.16 5.71 24 12 24L12.66 23.97L8.85 20.16L7.5 21.5C4.25 19.94 1.91 16.76 1.55 13H.05M12 13C8.13 13 5 14.57 5 16.5V18H19V16.5C19 14.57 15.87 13 12 13M12 15C14.11 15 15.61 15.53 16.39 16H7.61C8.39 15.53 9.89 15 12 15Z\" /></svg></li><li title=\"account convert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-convert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 0L11.34 .03L15.15 3.84L16.5 2.5C19.75 4.07 22.09 7.24 22.45 11H23.95C23.44 4.84 18.29 0 12 0M12 4C10.07 4 8.5 5.57 8.5 7.5C8.5 9.43 10.07 11 12 11C13.93 11 15.5 9.43 15.5 7.5C15.5 5.57 13.93 4 12 4M.05 13C.56 19.16 5.71 24 12 24L12.66 23.97L8.85 20.16L7.5 21.5C4.25 19.94 1.91 16.76 1.55 13H.05M12 13C8.13 13 5 14.57 5 16.5V18H19V16.5C19 14.57 15.87 13 12 13Z\" /></svg></li><li title=\"account cowboy hat outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-cowboy-hat-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 4C18.4 4 18 4.4 18 5V6H16.5L15.1 3C15 2.8 14.9 2.6 14.7 2.5C14.2 2 13.4 1.9 12.7 2.2L12 2.4L11.3 2.1C10.6 1.8 9.8 1.9 9.3 2.4C9.1 2.6 9 2.8 8.9 3L7.5 6H6V5C6 4.4 5.6 4 5 4S4 4.4 4 5V6C4 7.1 4.9 8 6 8H18C19.1 8 20 7.1 20 6V5C20 4.5 19.6 4 19 4M4 22V19C4 16.33 9.33 15 12 15S20 16.33 20 19V22H4M18.1 20.1V19C18.1 18.36 14.97 16.9 12 16.9S5.9 18.36 5.9 19V20.1H18.1M16 9V10C16 12.21 14.21 14 12 14S8 12.21 8 10V9H10V10C10 11.11 10.9 12 12 12S14 11.11 14 10V9H16Z\" /></svg></li><li title=\"account cowboy hat \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-cowboy-hat\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 22H4V20C4 17.8 7.6 16 12 16S20 17.8 20 20M8 9H16V10C16 12.2 14.2 14 12 14S8 12.2 8 10M19 4C18.4 4 18 4.4 18 5V6H16.5L15.1 3C15 2.8 14.9 2.6 14.7 2.5C14.2 2 13.4 1.9 12.7 2.2L12 2.4L11.3 2.1C10.6 1.8 9.8 1.9 9.3 2.4C9.1 2.6 9 2.8 8.9 3L7.5 6H6V5C6 4.4 5.6 4 5 4S4 4.4 4 5V6C4 7.1 4.9 8 6 8H18C19.1 8 20 7.1 20 6V5C20 4.5 19.6 4 19 4Z\" /></svg></li><li title=\"account details outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-details-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11 9C11 10.66 9.66 12 8 12C6.34 12 5 10.66 5 9C5 7.34 6.34 6 8 6C9.66 6 11 7.34 11 9M14 20H2V18C2 15.79 4.69 14 8 14C11.31 14 14 15.79 14 18M7 9C7 9.55 7.45 10 8 10C8.55 10 9 9.55 9 9C9 8.45 8.55 8 8 8C7.45 8 7 8.45 7 9M4 18H12C12 16.9 10.21 16 8 16C5.79 16 4 16.9 4 18M22 12V14H13V12M22 8V10H13V8M22 4V6H13V4Z\" /></svg></li><li title=\"account details \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-details\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11 9C11 10.66 9.66 12 8 12C6.34 12 5 10.66 5 9C5 7.34 6.34 6 8 6C9.66 6 11 7.34 11 9M14 20H2V18C2 15.79 4.69 14 8 14C11.31 14 14 15.79 14 18M22 12V14H13V12M22 8V10H13V8M22 4V6H13V4Z\" /></svg></li><li title=\"account edit outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-edit-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2 17V20H10V18.11H3.9V17C3.9 16.36 7.03 14.9 10 14.9C10.96 14.91 11.91 15.04 12.83 15.28L14.35 13.76C12.95 13.29 11.5 13.03 10 13C7.33 13 2 14.33 2 17M10 4C7.79 4 6 5.79 6 8S7.79 12 10 12 14 10.21 14 8 12.21 4 10 4M10 10C8.9 10 8 9.11 8 8S8.9 6 10 6 12 6.9 12 8 11.11 10 10 10M21.7 13.35L20.7 14.35L18.65 12.35L19.65 11.35C19.86 11.14 20.21 11.14 20.42 11.35L21.7 12.63C21.91 12.84 21.91 13.19 21.7 13.4M12 18.94L18.06 12.88L20.11 14.88L14.11 20.95H12V18.94\" /></svg></li><li title=\"account edit \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-edit\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.7,13.35L20.7,14.35L18.65,12.3L19.65,11.3C19.86,11.09 20.21,11.09 20.42,11.3L21.7,12.58C21.91,12.79 21.91,13.14 21.7,13.35M12,18.94L18.06,12.88L20.11,14.93L14.06,21H12V18.94M12,14C7.58,14 4,15.79 4,18V20H10V18.11L14,14.11C13.34,14.03 12.67,14 12,14M12,4A4,4 0 0,0 8,8A4,4 0 0,0 12,12A4,4 0 0,0 16,8A4,4 0 0,0 12,4Z\" /></svg></li><li title=\"account eye outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-eye-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10 12C12.21 12 14 10.21 14 8S12.21 4 10 4 6 5.79 6 8 7.79 12 10 12M10 6C11.11 6 12 6.9 12 8S11.11 10 10 10 8 9.11 8 8 8.9 6 10 6M9.27 20H2V17C2 14.33 7.33 13 10 13C11.04 13 12.5 13.21 13.86 13.61C13 13.95 12.2 14.42 11.5 15C11 14.94 10.5 14.9 10 14.9C7.03 14.9 3.9 16.36 3.9 17V18.1H9.22C9.2 18.15 9.17 18.2 9.14 18.25L8.85 19L9.14 19.75C9.18 19.83 9.23 19.91 9.27 20M17 18C17.56 18 18 18.44 18 19S17.56 20 17 20 16 19.56 16 19 16.44 18 17 18M17 15C14.27 15 11.94 16.66 11 19C11.94 21.34 14.27 23 17 23S22.06 21.34 23 19C22.06 16.66 19.73 15 17 15M17 21.5C15.62 21.5 14.5 20.38 14.5 19S15.62 16.5 17 16.5 19.5 17.62 19.5 19 18.38 21.5 17 21.5Z\" /></svg></li><li title=\"account eye \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-eye\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6 8C6 5.79 7.79 4 10 4S14 5.79 14 8 12.21 12 10 12 6 10.21 6 8M9.14 19.75L8.85 19L9.14 18.25C9.84 16.5 11.08 15.14 12.61 14.22C11.79 14.08 10.92 14 10 14C5.58 14 2 15.79 2 18V20H9.27C9.23 19.91 9.18 19.83 9.14 19.75M17 18C16.44 18 16 18.44 16 19S16.44 20 17 20 18 19.56 18 19 17.56 18 17 18M23 19C22.06 21.34 19.73 23 17 23S11.94 21.34 11 19C11.94 16.66 14.27 15 17 15S22.06 16.66 23 19M19.5 19C19.5 17.62 18.38 16.5 17 16.5S14.5 17.62 14.5 19 15.62 21.5 17 21.5 19.5 20.38 19.5 19Z\" /></svg></li><li title=\"account filter outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-filter-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17 21L18.8 22.8C19.3 23.3 20 22.9 20 22.3V18L22.8 14.6C23.3 13.9 22.8 13 22 13H15C14.2 13 13.7 14 14.2 14.6L17 18V21M15 20H2V17C2 14.3 7.3 13 10 13C10.6 13 11.3 13.1 12.1 13.2C11.9 13.8 12 14.5 12.2 15.1C11.5 15 10.7 14.9 10 14.9C7 14.9 3.9 16.4 3.9 17V18.1H14.5L15 18.7V20M10 12C12.2 12 14 10.2 14 8S12.2 4 10 4 6 5.8 6 8 7.8 12 10 12M10 6C11.1 6 12 6.9 12 8S11.1 10 10 10 8 9.1 8 8 8.9 6 10 6Z\" /></svg></li><li title=\"account filter \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-filter\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10 4C12.2 4 14 5.8 14 8S12.2 12 10 12 6 10.2 6 8 7.8 4 10 4M17 21L18.8 22.8C19.3 23.3 20 22.9 20 22.3V18L22.8 14.6C23.3 13.9 22.8 13 22 13H15C14.2 13 13.7 14 14.2 14.6L17 18V21M15 18.7L12.7 15.9C12.3 15.4 12.1 14.8 12.1 14.2C11.4 14 10.7 14 10 14C5.6 14 2 15.8 2 18V20H15V18.7Z\" /></svg></li><li title=\"account group outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-group-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,5A3.5,3.5 0 0,0 8.5,8.5A3.5,3.5 0 0,0 12,12A3.5,3.5 0 0,0 15.5,8.5A3.5,3.5 0 0,0 12,5M12,7A1.5,1.5 0 0,1 13.5,8.5A1.5,1.5 0 0,1 12,10A1.5,1.5 0 0,1 10.5,8.5A1.5,1.5 0 0,1 12,7M5.5,8A2.5,2.5 0 0,0 3,10.5C3,11.44 3.53,12.25 4.29,12.68C4.65,12.88 5.06,13 5.5,13C5.94,13 6.35,12.88 6.71,12.68C7.08,12.47 7.39,12.17 7.62,11.81C6.89,10.86 6.5,9.7 6.5,8.5C6.5,8.41 6.5,8.31 6.5,8.22C6.2,8.08 5.86,8 5.5,8M18.5,8C18.14,8 17.8,8.08 17.5,8.22C17.5,8.31 17.5,8.41 17.5,8.5C17.5,9.7 17.11,10.86 16.38,11.81C16.5,12 16.63,12.15 16.78,12.3C16.94,12.45 17.1,12.58 17.29,12.68C17.65,12.88 18.06,13 18.5,13C18.94,13 19.35,12.88 19.71,12.68C20.47,12.25 21,11.44 21,10.5A2.5,2.5 0 0,0 18.5,8M12,14C9.66,14 5,15.17 5,17.5V19H19V17.5C19,15.17 14.34,14 12,14M4.71,14.55C2.78,14.78 0,15.76 0,17.5V19H3V17.07C3,16.06 3.69,15.22 4.71,14.55M19.29,14.55C20.31,15.22 21,16.06 21,17.07V19H24V17.5C24,15.76 21.22,14.78 19.29,14.55M12,16C13.53,16 15.24,16.5 16.23,17H7.77C8.76,16.5 10.47,16 12,16Z\" /></svg></li><li title=\"account group \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-group\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,5.5A3.5,3.5 0 0,1 15.5,9A3.5,3.5 0 0,1 12,12.5A3.5,3.5 0 0,1 8.5,9A3.5,3.5 0 0,1 12,5.5M5,8C5.56,8 6.08,8.15 6.53,8.42C6.38,9.85 6.8,11.27 7.66,12.38C7.16,13.34 6.16,14 5,14A3,3 0 0,1 2,11A3,3 0 0,1 5,8M19,8A3,3 0 0,1 22,11A3,3 0 0,1 19,14C17.84,14 16.84,13.34 16.34,12.38C17.2,11.27 17.62,9.85 17.47,8.42C17.92,8.15 18.44,8 19,8M5.5,18.25C5.5,16.18 8.41,14.5 12,14.5C15.59,14.5 18.5,16.18 18.5,18.25V20H5.5V18.25M0,20V18.5C0,17.11 1.89,15.94 4.45,15.6C3.86,16.28 3.5,17.22 3.5,18.25V20H0M24,20H20.5V18.25C20.5,17.22 20.14,16.28 19.55,15.6C22.11,15.94 24,17.11 24,18.5V20Z\" /></svg></li><li title=\"account hard hat \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-hard-hat\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,15C7.58,15 4,16.79 4,19V21H20V19C20,16.79 16.42,15 12,15M8,9A4,4 0 0,0 12,13A4,4 0 0,0 16,9M11.5,2C11.2,2 11,2.21 11,2.5V5.5H10V3C10,3 7.75,3.86 7.75,6.75C7.75,6.75 7,6.89 7,8H17C16.95,6.89 16.25,6.75 16.25,6.75C16.25,3.86 14,3 14,3V5.5H13V2.5C13,2.21 12.81,2 12.5,2H11.5Z\" /></svg></li><li title=\"account heart outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-heart-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,15L4.4,14.5C2.4,12.6 1,11.4 1,9.9C1,8.7 2,7.7 3.2,7.7C3.9,7.7 4.6,8 5,8.5C5.4,8 6.1,7.7 6.8,7.7C8,7.7 9,8.6 9,9.9C9,11.4 7.6,12.6 5.6,14.5L5,15M15,4A4,4 0 0,0 11,8A4,4 0 0,0 15,12A4,4 0 0,0 19,8A4,4 0 0,0 15,4M15,10.1A2.1,2.1 0 0,1 12.9,8A2.1,2.1 0 0,1 15,5.9C16.16,5.9 17.1,6.84 17.1,8C17.1,9.16 16.16,10.1 15,10.1M15,13C12.33,13 7,14.33 7,17V20H23V17C23,14.33 17.67,13 15,13M21.1,18.1H8.9V17C8.9,16.36 12,14.9 15,14.9C17.97,14.9 21.1,16.36 21.1,17V18.1Z\" /></svg></li><li title=\"account heart \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-heart\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,14C12.3,14 7,15.3 7,18V20H23V18C23,15.3 17.7,14 15,14M15,12A4,4 0 0,0 19,8A4,4 0 0,0 15,4A4,4 0 0,0 11,8A4,4 0 0,0 15,12M5,15L4.4,14.5C2.4,12.6 1,11.4 1,9.9C1,8.7 2,7.7 3.2,7.7C3.9,7.7 4.6,8 5,8.5C5.4,8 6.1,7.7 6.8,7.7C8,7.7 9,8.6 9,9.9C9,11.4 7.6,12.6 5.6,14.5L5,15Z\" /></svg></li><li title=\"account injury outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-injury-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 10C14.21 10 16 8.21 16 6S14.21 2 12 2 8 3.79 8 6 9.79 10 12 10M12 4C13.1 4 14 4.9 14 6S13.1 8 12 8 10 7.1 10 6 10.9 4 12 4M18.39 12.56C16.71 11.7 14.53 11 12 11S7.29 11.7 5.61 12.56C4.61 13.07 4 14.1 4 15.22V22H6V15.22C6 14.84 6.2 14.5 6.5 14.34C7.71 13.73 9.63 13 12 13C12.76 13 13.47 13.07 14.13 13.2L12.58 16.5H9.75C8.23 16.5 7 17.73 7 19.25S8.23 22 9.75 22H18C19.1 22 20 21.1 20 20V15.22C20 14.1 19.39 13.07 18.39 12.56M10.94 20H9.75C9.34 20 9 19.66 9 19.25S9.34 18.5 9.75 18.5H11.64L10.94 20M18 20H13.15L16.09 13.73C16.63 13.93 17.1 14.14 17.5 14.34C17.8 14.5 18 14.84 18 15.22V20Z\" /></svg></li><li title=\"account injury \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-injury\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8 6C8 3.79 9.79 2 12 2S16 3.79 16 6 14.21 10 12 10 8 8.21 8 6M17 22H18C19.1 22 20 21.1 20 20V15.22C20 14.1 19.39 13.07 18.39 12.56C17.96 12.34 17.5 12.13 17 11.94V22M12.34 17L15 11.33C14.07 11.12 13.07 11 12 11C9.47 11 7.29 11.7 5.61 12.56C4.61 13.07 4 14.1 4 15.22V22H6.34C6.12 21.55 6 21.04 6 20.5C6 18.57 7.57 17 9.5 17H12.34M10 22L11.41 19H9.5C8.67 19 8 19.67 8 20.5S8.67 22 9.5 22H10Z\" /></svg></li><li title=\"account key outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-key-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5.8 10C5.4 8.8 4.3 8 3 8C1.3 8 0 9.3 0 11S1.3 14 3 14C4.3 14 5.4 13.2 5.8 12H7V14H9V12H11V10H5.8M3 12C2.4 12 2 11.6 2 11S2.4 10 3 10 4 10.4 4 11 3.6 12 3 12M16 4C13.8 4 12 5.8 12 8S13.8 12 16 12 20 10.2 20 8 18.2 4 16 4M16 10.1C14.8 10.1 13.9 9.2 13.9 8C13.9 6.8 14.8 5.9 16 5.9C17.2 5.9 18.1 6.8 18.1 8S17.2 10.1 16 10.1M16 13C13.3 13 8 14.3 8 17V20H24V17C24 14.3 18.7 13 16 13M22.1 18.1H9.9V17C9.9 16.4 13 14.9 16 14.9C19 14.9 22.1 16.4 22.1 17V18.1Z\" /></svg></li><li title=\"account key \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-key\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11 10V12H9V14H7V12H5.8C5.4 13.2 4.3 14 3 14C1.3 14 0 12.7 0 11S1.3 8 3 8C4.3 8 5.4 8.8 5.8 10H11M3 10C2.4 10 2 10.4 2 11S2.4 12 3 12 4 11.6 4 11 3.6 10 3 10M16 14C18.7 14 24 15.3 24 18V20H8V18C8 15.3 13.3 14 16 14M16 12C13.8 12 12 10.2 12 8S13.8 4 16 4 20 5.8 20 8 18.2 12 16 12Z\" /></svg></li><li title=\"account lock open outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-lock-open-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10 12C12.21 12 14 10.21 14 8S12.21 4 10 4 6 5.79 6 8 7.79 12 10 12M10 6C11.11 6 12 6.9 12 8S11.11 10 10 10 8 9.11 8 8 8.9 6 10 6M12 20H2V17C2 14.33 7.33 13 10 13C10.91 13 12.13 13.16 13.35 13.47C13.26 13.8 13.2 14.15 13.2 14.5V15.39C12.22 15.1 11.1 14.9 10 14.9C7.03 14.9 3.9 16.36 3.9 17V18.1H12C12 18.13 12 18.17 12 18.2V20M20.8 17H16.5V14.5C16.5 13.7 17.2 13.2 18 13.2S19.5 13.7 19.5 14.5V15H20.8V14.5C20.8 13.1 19.4 12 18 12S15.2 13.1 15.2 14.5V17C14.6 17 14 17.6 14 18.2V21.7C14 22.4 14.6 23 15.2 23H20.7C21.4 23 22 22.4 22 21.8V18.3C22 17.6 21.4 17 20.8 17Z\" /></svg></li><li title=\"account lock open \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-lock-open\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6 8C6 5.79 7.79 4 10 4S14 5.79 14 8 12.21 12 10 12 6 10.21 6 8M12 18.2C12 17.24 12.5 16.34 13.2 15.74V14.5C13.2 14.45 13.22 14.39 13.22 14.34C12.23 14.12 11.15 14 10 14C5.58 14 2 15.79 2 18V20H12V18.2M22 18.3V21.8C22 22.4 21.4 23 20.7 23H15.2C14.6 23 14 22.4 14 21.7V18.2C14 17.6 14.6 17 15.2 17V14.5C15.2 13.1 16.6 12 18 12S20.8 13.1 20.8 14.5V15H19.5V14.5C19.5 13.7 18.8 13.2 18 13.2S16.5 13.7 16.5 14.5V17H20.8C21.4 17 22 17.6 22 18.3Z\" /></svg></li><li title=\"account lock outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-lock-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10 12C12.21 12 14 10.21 14 8S12.21 4 10 4 6 5.79 6 8 7.79 12 10 12M10 6C11.11 6 12 6.9 12 8S11.11 10 10 10 8 9.11 8 8 8.9 6 10 6M12 20H2V17C2 14.33 7.33 13 10 13C11 13 12.38 13.19 13.71 13.56C13.41 14.12 13.23 14.74 13.21 15.39C12.23 15.1 11.11 14.9 10 14.9C7.03 14.9 3.9 16.36 3.9 17V18.1H12C12 18.13 12 18.17 12 18.2V20M20.8 17V15.5C20.8 14.1 19.4 13 18 13C16.6 13 15.2 14.1 15.2 15.5V17C14.6 17 14 17.6 14 18.2V21.7C14 22.4 14.6 23 15.2 23H20.7C21.4 23 22 22.4 22 21.8V18.3C22 17.6 21.4 17 20.8 17M19.5 17H16.5V15.5C16.5 14.7 17.2 14.2 18 14.2C18.8 14.2 19.5 14.7 19.5 15.5V17Z\" /></svg></li><li title=\"account lock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-lock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6 8C6 5.79 7.79 4 10 4S14 5.79 14 8 12.21 12 10 12 6 10.21 6 8M12 18.2C12 17.24 12.5 16.34 13.2 15.74V15.5C13.2 15.11 13.27 14.74 13.38 14.38C12.35 14.14 11.21 14 10 14C5.58 14 2 15.79 2 18V20H12V18.2M22 18.3V21.8C22 22.4 21.4 23 20.7 23H15.2C14.6 23 14 22.4 14 21.7V18.2C14 17.6 14.6 17 15.2 17V15.5C15.2 14.1 16.6 13 18 13C19.4 13 20.8 14.1 20.8 15.5V17C21.4 17 22 17.6 22 18.3M19.5 15.5C19.5 14.7 18.8 14.2 18 14.2C17.2 14.2 16.5 14.7 16.5 15.5V17H19.5V15.5Z\" /></svg></li><li title=\"account minus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-minus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,4A4,4 0 0,0 11,8A4,4 0 0,0 15,12A4,4 0 0,0 19,8A4,4 0 0,0 15,4M15,5.9C16.16,5.9 17.1,6.84 17.1,8C17.1,9.16 16.16,10.1 15,10.1A2.1,2.1 0 0,1 12.9,8A2.1,2.1 0 0,1 15,5.9M1,10V12H9V10H1M15,13C12.33,13 7,14.33 7,17V20H23V17C23,14.33 17.67,13 15,13M15,14.9C17.97,14.9 21.1,16.36 21.1,17V18.1H8.9V17C8.9,16.36 12,14.9 15,14.9Z\" /></svg></li><li title=\"account minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,14C12.33,14 7,15.33 7,18V20H23V18C23,15.33 17.67,14 15,14M1,10V12H9V10M15,12A4,4 0 0,0 19,8A4,4 0 0,0 15,4A4,4 0 0,0 11,8A4,4 0 0,0 15,12Z\" /></svg></li><li title=\"account multiple check outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-multiple-check-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 11A3 3 0 1 0 10 8A3 3 0 0 0 13 11M13 7A1 1 0 1 1 12 8A1 1 0 0 1 13 7M17.11 10.86A5 5 0 0 0 17.11 5.14A2.91 2.91 0 0 1 18 5A3 3 0 0 1 18 11A2.91 2.91 0 0 1 17.11 10.86M13 13C7 13 7 17 7 17V19H19V17S19 13 13 13M9 17C9 16.71 9.32 15 13 15C16.5 15 16.94 16.56 17 17M24 17V19H21V17A5.6 5.6 0 0 0 19.2 13.06C24 13.55 24 17 24 17M7.34 8.92L8.5 10.33L3.75 15.08L1 12.08L2.16 10.92L3.75 12.5L7.34 8.92\" /></svg></li><li title=\"account multiple check \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-multiple-check\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 17V19H7V17S7 13 13 13 19 17 19 17M16 8A3 3 0 1 0 13 11A3 3 0 0 0 16 8M19.2 13.06A5.6 5.6 0 0 1 21 17V19H24V17S24 13.55 19.2 13.06M18 5A2.91 2.91 0 0 0 17.11 5.14A5 5 0 0 1 17.11 10.86A2.91 2.91 0 0 0 18 11A3 3 0 0 0 18 5M7.34 8.92L8.5 10.33L3.75 15.08L1 12.08L2.16 10.92L3.75 12.5L7.34 8.92\" /></svg></li><li title=\"account multiple minus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-multiple-minus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 11A3 3 0 1 0 10 8A3 3 0 0 0 13 11M13 7A1 1 0 1 1 12 8A1 1 0 0 1 13 7M17.11 10.86A5 5 0 0 0 17.11 5.14A2.91 2.91 0 0 1 18 5A3 3 0 0 1 18 11A2.91 2.91 0 0 1 17.11 10.86M13 13C7 13 7 17 7 17V19H19V17S19 13 13 13M9 17C9 16.71 9.32 15 13 15C16.5 15 16.94 16.56 17 17M24 17V19H21V17A5.6 5.6 0 0 0 19.2 13.06C24 13.55 24 17 24 17M8 12H0V10H8Z\" /></svg></li><li title=\"account multiple minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-multiple-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 17V19H7V17S7 13 13 13 19 17 19 17M16 8A3 3 0 1 0 13 11A3 3 0 0 0 16 8M19.2 13.06A5.6 5.6 0 0 1 21 17V19H24V17S24 13.55 19.2 13.06M18 5A2.91 2.91 0 0 0 17.11 5.14A5 5 0 0 1 17.11 10.86A2.91 2.91 0 0 0 18 11A3 3 0 0 0 18 5M8 10H0V12H8Z\" /></svg></li><li title=\"account multiple outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-multiple-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.07 10.41A5 5 0 0 0 13.07 4.59A3.39 3.39 0 0 1 15 4A3.5 3.5 0 0 1 15 11A3.39 3.39 0 0 1 13.07 10.41M5.5 7.5A3.5 3.5 0 1 1 9 11A3.5 3.5 0 0 1 5.5 7.5M7.5 7.5A1.5 1.5 0 1 0 9 6A1.5 1.5 0 0 0 7.5 7.5M16 17V19H2V17S2 13 9 13 16 17 16 17M14 17C13.86 16.22 12.67 15 9 15S4.07 16.31 4 17M15.95 13A5.32 5.32 0 0 1 18 17V19H22V17S22 13.37 15.94 13Z\" /></svg></li><li title=\"account multiple plus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-multiple-plus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 11A3 3 0 1 0 10 8A3 3 0 0 0 13 11M13 7A1 1 0 1 1 12 8A1 1 0 0 1 13 7M17.11 10.86A5 5 0 0 0 17.11 5.14A2.91 2.91 0 0 1 18 5A3 3 0 0 1 18 11A2.91 2.91 0 0 1 17.11 10.86M13 13C7 13 7 17 7 17V19H19V17S19 13 13 13M9 17C9 16.71 9.32 15 13 15C16.5 15 16.94 16.56 17 17M24 17V19H21V17A5.6 5.6 0 0 0 19.2 13.06C24 13.55 24 17 24 17M8 12H5V15H3V12H0V10H3V7H5V10H8Z\" /></svg></li><li title=\"account multiple plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-multiple-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 17V19H7V17S7 13 13 13 19 17 19 17M16 8A3 3 0 1 0 13 11A3 3 0 0 0 16 8M19.2 13.06A5.6 5.6 0 0 1 21 17V19H24V17S24 13.55 19.2 13.06M18 5A2.91 2.91 0 0 0 17.11 5.14A5 5 0 0 1 17.11 10.86A2.91 2.91 0 0 0 18 11A3 3 0 0 0 18 5M8 10H5V7H3V10H0V12H3V15H5V12H8Z\" /></svg></li><li title=\"account multiple remove outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-multiple-remove-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M24 17V19H21V17C21 15.45 20.3 14.06 19.18 13.06C24 13.55 24 17 24 17M18 5C19.66 5 21 6.34 21 8C21 9.66 19.66 11 18 11C17.69 11 17.38 10.95 17.1 10.86C17.67 10.05 18 9.07 18 8C18 6.94 17.67 5.95 17.1 5.14C17.38 5.05 17.69 5 18 5M13 5C14.66 5 16 6.34 16 8C16 9.66 14.66 11 13 11C11.34 11 10 9.66 10 8C10 6.34 11.34 5 13 5M19 17V19H7V17C7 14.79 9.69 13 13 13C16.31 13 19 14.79 19 17M13 7C12.45 7 12 7.45 12 8C12 8.55 12.45 9 13 9C13.55 9 14 8.55 14 8C14 7.45 13.55 7 13 7M13 15C10.79 15 9 15.9 9 17H17C17 15.9 15.21 15 13 15M.464 13.12L2.59 11L.464 8.88L1.88 7.46L4 9.59L6.12 7.46L7.54 8.88L5.41 11L7.54 13.12L6.12 14.54L4 12.41L1.88 14.54Z\" /></svg></li><li title=\"account multiple remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-multiple-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M24 17V19H21V17C21 15.45 20.3 14.06 19.18 13.06C24 13.55 24 17 24 17M18 5C19.66 5 21 6.34 21 8C21 9.66 19.66 11 18 11C17.69 11 17.38 10.95 17.1 10.86C17.67 10.05 18 9.07 18 8C18 6.94 17.67 5.95 17.1 5.14C17.38 5.05 17.69 5 18 5M13 5C14.66 5 16 6.34 16 8C16 9.66 14.66 11 13 11C11.34 11 10 9.66 10 8C10 6.34 11.34 5 13 5M19 17V19H7V17C7 14.79 9.69 13 13 13C16.31 13 19 14.79 19 17M.464 13.12L2.59 11L.464 8.88L1.88 7.46L4 9.59L6.12 7.46L7.54 8.88L5.41 11L7.54 13.12L6.12 14.54L4 12.41L1.88 14.54Z\" /></svg></li><li title=\"account multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16 17V19H2V17S2 13 9 13 16 17 16 17M12.5 7.5A3.5 3.5 0 1 0 9 11A3.5 3.5 0 0 0 12.5 7.5M15.94 13A5.32 5.32 0 0 1 18 17V19H22V17S22 13.37 15.94 13M15 4A3.39 3.39 0 0 0 13.07 4.59A5 5 0 0 1 13.07 10.41A3.39 3.39 0 0 0 15 11A3.5 3.5 0 0 0 15 4Z\" /></svg></li><li title=\"account music outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-music-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,4A4,4 0 0,1 15,8A4,4 0 0,1 11,12A4,4 0 0,1 7,8A4,4 0 0,1 11,4M11,6A2,2 0 0,0 9,8A2,2 0 0,0 11,10A2,2 0 0,0 13,8A2,2 0 0,0 11,6M11,13C12.1,13 13.66,13.23 15.11,13.69C14.5,14.07 14,14.6 13.61,15.23C12.79,15.03 11.89,14.9 11,14.9C8.03,14.9 4.9,16.36 4.9,17V18.1H13.04C13.13,18.8 13.38,19.44 13.76,20H3V17C3,14.34 8.33,13 11,13M18.5,10H20L22,10V12H20V17.5A2.5,2.5 0 0,1 17.5,20A2.5,2.5 0 0,1 15,17.5A2.5,2.5 0 0,1 17.5,15C17.86,15 18.19,15.07 18.5,15.21V10Z\" /></svg></li><li title=\"account music \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-music\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,14C12,14 13.05,14.16 14.2,14.44C13.39,15.31 13,16.33 13,17.5C13,18.39 13.25,19.23 13.78,20H3V18C3,16.81 3.91,15.85 5.74,15.12C7.57,14.38 9.33,14 11,14M11,12C9.92,12 9,11.61 8.18,10.83C7.38,10.05 7,9.11 7,8C7,6.92 7.38,6 8.18,5.18C9,4.38 9.92,4 11,4C12.11,4 13.05,4.38 13.83,5.18C14.61,6 15,6.92 15,8C15,9.11 14.61,10.05 13.83,10.83C13.05,11.61 12.11,12 11,12M18.5,10H20L22,10V12H20V17.5A2.5,2.5 0 0,1 17.5,20A2.5,2.5 0 0,1 15,17.5A2.5,2.5 0 0,1 17.5,15C17.86,15 18.19,15.07 18.5,15.21V10Z\" /></svg></li><li title=\"account network outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-network-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,10A3.5,3.5 0 0,0 15.5,6.5A3.5,3.5 0 0,0 12,3A3.5,3.5 0 0,0 8.5,6.5A3.5,3.5 0 0,0 12,10M12,5A1.5,1.5 0 0,1 13.5,6.5A1.5,1.5 0 0,1 12,8A1.5,1.5 0 0,1 10.5,6.5A1.5,1.5 0 0,1 12,5M15,20A1,1 0 0,0 14,19H13V17H19V15.5C19,13.57 15.87,12 12,12C8.13,12 5,13.57 5,15.5V17H11V19H10A1,1 0 0,0 9,20H2V22H9A1,1 0 0,0 10,23H14A1,1 0 0,0 15,22H22V20H15M7.61,15C8.39,14.53 9.89,14 12,14C14.11,14 15.61,14.53 16.39,15H7.61Z\" /></svg></li><li title=\"account network \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-network\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,17V19H14A1,1 0 0,1 15,20H22V22H15A1,1 0 0,1 14,23H10A1,1 0 0,1 9,22H2V20H9A1,1 0 0,1 10,19H11V17H5V15.5C5,13.57 8.13,12 12,12C15.87,12 19,13.57 19,15.5V17H13M12,3A3.5,3.5 0 0,1 15.5,6.5A3.5,3.5 0 0,1 12,10A3.5,3.5 0 0,1 8.5,6.5A3.5,3.5 0 0,1 12,3Z\" /></svg></li><li title=\"account off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2.75,7L4.03,5.75L13.26,15L20,21.72L18.73,23L15.73,20H4V17C4,15.14 6.61,13.92 9.09,13.36L2.75,7M20,17V19.18L18.1,17.28V17C18.1,16.74 17.6,16.35 16.8,16L14,13.18C16.71,13.63 20,14.91 20,17M5.9,17V18.1H13.83L10.72,15C8.19,15.3 5.9,16.45 5.9,17M12,4A4,4 0 0,1 16,8C16,9.95 14.6,11.58 12.75,11.93L8.07,7.25C8.42,5.4 10.05,4 12,4M12,6A2,2 0 0,0 10,8A2,2 0 0,0 12,10A2,2 0 0,0 14,8A2,2 0 0,0 12,6Z\" /></svg></li><li title=\"account off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,4A4,4 0 0,1 16,8C16,9.95 14.6,11.58 12.75,11.93L8.07,7.25C8.42,5.4 10.05,4 12,4M12.28,14L18.28,20L20,21.72L18.73,23L15.73,20H4V18C4,16.16 6.5,14.61 9.87,14.14L2.78,7.05L4.05,5.78L12.28,14M20,18V19.18L15.14,14.32C18,14.93 20,16.35 20,18Z\" /></svg></li><li title=\"account outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,4A4,4 0 0,1 16,8A4,4 0 0,1 12,12A4,4 0 0,1 8,8A4,4 0 0,1 12,4M12,6A2,2 0 0,0 10,8A2,2 0 0,0 12,10A2,2 0 0,0 14,8A2,2 0 0,0 12,6M12,13C14.67,13 20,14.33 20,17V20H4V17C4,14.33 9.33,13 12,13M12,14.9C9.03,14.9 5.9,16.36 5.9,17V18.1H18.1V17C18.1,16.36 14.97,14.9 12,14.9Z\" /></svg></li><li title=\"account plus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-plus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,4A4,4 0 0,0 11,8A4,4 0 0,0 15,12A4,4 0 0,0 19,8A4,4 0 0,0 15,4M15,5.9C16.16,5.9 17.1,6.84 17.1,8C17.1,9.16 16.16,10.1 15,10.1A2.1,2.1 0 0,1 12.9,8A2.1,2.1 0 0,1 15,5.9M4,7V10H1V12H4V15H6V12H9V10H6V7H4M15,13C12.33,13 7,14.33 7,17V20H23V17C23,14.33 17.67,13 15,13M15,14.9C17.97,14.9 21.1,16.36 21.1,17V18.1H8.9V17C8.9,16.36 12,14.9 15,14.9Z\" /></svg></li><li title=\"account plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,14C12.33,14 7,15.33 7,18V20H23V18C23,15.33 17.67,14 15,14M6,10V7H4V10H1V12H4V15H6V12H9V10M15,12A4,4 0 0,0 19,8A4,4 0 0,0 15,4A4,4 0 0,0 11,8A4,4 0 0,0 15,12Z\" /></svg></li><li title=\"account question outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-question-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.5,14.5V16H19V14.5H20.5M18.5,9.5H17V9A3,3 0 0,1 20,6A3,3 0 0,1 23,9C23,9.97 22.5,10.88 21.71,11.41L21.41,11.6C20.84,12 20.5,12.61 20.5,13.3V13.5H19V13.3C19,12.11 19.6,11 20.59,10.35L20.88,10.16C21.27,9.9 21.5,9.47 21.5,9A1.5,1.5 0 0,0 20,7.5A1.5,1.5 0 0,0 18.5,9V9.5M9,13C11.67,13 17,14.34 17,17V20H1V17C1,14.34 6.33,13 9,13M9,4A4,4 0 0,1 13,8A4,4 0 0,1 9,12A4,4 0 0,1 5,8A4,4 0 0,1 9,4M9,14.9C6.03,14.9 2.9,16.36 2.9,17V18.1H15.1V17C15.1,16.36 11.97,14.9 9,14.9M9,5.9A2.1,2.1 0 0,0 6.9,8A2.1,2.1 0 0,0 9,10.1A2.1,2.1 0 0,0 11.1,8A2.1,2.1 0 0,0 9,5.9Z\" /></svg></li><li title=\"account question \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-question\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,8A4,4 0 0,1 9,12A4,4 0 0,1 5,8A4,4 0 0,1 9,4A4,4 0 0,1 13,8M17,18V20H1V18C1,15.79 4.58,14 9,14C13.42,14 17,15.79 17,18M20.5,14.5V16H19V14.5H20.5M18.5,9.5H17V9A3,3 0 0,1 20,6A3,3 0 0,1 23,9C23,9.97 22.5,10.88 21.71,11.41L21.41,11.6C20.84,12 20.5,12.61 20.5,13.3V13.5H19V13.3C19,12.11 19.6,11 20.59,10.35L20.88,10.16C21.27,9.9 21.5,9.47 21.5,9A1.5,1.5 0 0,0 20,7.5A1.5,1.5 0 0,0 18.5,9V9.5Z\" /></svg></li><li title=\"account reactivate outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-reactivate-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.5 9H16.5L18.36 7.14C16.9 5.23 14.59 4 12 4C7.58 4 4 7.58 4 12C4 13.83 4.61 15.5 5.64 16.85C6.86 15.45 9.15 14.5 12 14.5C14.85 14.5 17.15 15.45 18.36 16.85C19.39 15.5 20 13.83 20 12H22C22 17.5 17.5 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C15.14 2 17.95 3.45 19.78 5.72L21.5 4V9M12 20C13.9 20 15.64 19.34 17 18.24C16.36 17.23 14.45 16.5 12 16.5C9.55 16.5 7.64 17.23 7 18.24C8.36 19.34 10.1 20 12 20M12 6C13.93 6 15.5 7.57 15.5 9.5C15.5 11.43 13.93 13 12 13C10.07 13 8.5 11.43 8.5 9.5C8.5 7.57 10.07 6 12 6M12 8C11.17 8 10.5 8.67 10.5 9.5C10.5 10.33 11.17 11 12 11C12.83 11 13.5 10.33 13.5 9.5C13.5 8.67 12.83 8 12 8Z\" /></svg></li><li title=\"account reactivate \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-reactivate\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.5 9H16.5L18.36 7.14C16.9 5.23 14.59 4 12 4C7.58 4 4 7.58 4 12C4 13.83 4.61 15.5 5.64 16.85C6.86 15.45 9.15 14.5 12 14.5C14.85 14.5 17.15 15.45 18.36 16.85C19.39 15.5 20 13.83 20 12H22C22 17.5 17.5 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C15.14 2 17.95 3.45 19.78 5.72L21.5 4V9M12 7C13.66 7 15 8.34 15 10C15 11.66 13.66 13 12 13C10.34 13 9 11.66 9 10C9 8.34 10.34 7 12 7Z\" /></svg></li><li title=\"account remove outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-remove-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M1.46,8.88L2.88,7.46L5,9.59L7.12,7.46L8.54,8.88L6.41,11L8.54,13.12L7.12,14.54L5,12.41L2.88,14.54L1.46,13.12L3.59,11L1.46,8.88M15,4A4,4 0 0,1 19,8A4,4 0 0,1 15,12A4,4 0 0,1 11,8A4,4 0 0,1 15,4M15,5.9A2.1,2.1 0 0,0 12.9,8A2.1,2.1 0 0,0 15,10.1C16.16,10.1 17.1,9.16 17.1,8C17.1,6.84 16.16,5.9 15,5.9M15,13C17.67,13 23,14.33 23,17V20H7V17C7,14.33 12.33,13 15,13M15,14.9C12,14.9 8.9,16.36 8.9,17V18.1H21.1V17C21.1,16.36 17.97,14.9 15,14.9Z\" /></svg></li><li title=\"account remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,14C17.67,14 23,15.33 23,18V20H7V18C7,15.33 12.33,14 15,14M15,12A4,4 0 0,1 11,8A4,4 0 0,1 15,4A4,4 0 0,1 19,8A4,4 0 0,1 15,12M5,9.59L7.12,7.46L8.54,8.88L6.41,11L8.54,13.12L7.12,14.54L5,12.41L2.88,14.54L1.46,13.12L3.59,11L1.46,8.88L2.88,7.46L5,9.59Z\" /></svg></li><li title=\"account search outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-search-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,13C9.65,13.59 9.36,14.24 9.19,14.93C6.5,15.16 3.9,16.42 3.9,17V18.1H9.2C9.37,18.78 9.65,19.42 10,20H2V17C2,14.34 7.33,13 10,13M10,4A4,4 0 0,1 14,8C14,8.91 13.69,9.75 13.18,10.43C12.32,10.75 11.55,11.26 10.91,11.9L10,12A4,4 0 0,1 6,8A4,4 0 0,1 10,4M10,5.9A2.1,2.1 0 0,0 7.9,8A2.1,2.1 0 0,0 10,10.1A2.1,2.1 0 0,0 12.1,8A2.1,2.1 0 0,0 10,5.9M15.5,12C18,12 20,14 20,16.5C20,17.38 19.75,18.21 19.31,18.9L22.39,22L21,23.39L17.88,20.32C17.19,20.75 16.37,21 15.5,21C13,21 11,19 11,16.5C11,14 13,12 15.5,12M15.5,14A2.5,2.5 0 0,0 13,16.5A2.5,2.5 0 0,0 15.5,19A2.5,2.5 0 0,0 18,16.5A2.5,2.5 0 0,0 15.5,14Z\" /></svg></li><li title=\"account search \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-search\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.5,12C18,12 20,14 20,16.5C20,17.38 19.75,18.21 19.31,18.9L22.39,22L21,23.39L17.88,20.32C17.19,20.75 16.37,21 15.5,21C13,21 11,19 11,16.5C11,14 13,12 15.5,12M15.5,14A2.5,2.5 0 0,0 13,16.5A2.5,2.5 0 0,0 15.5,19A2.5,2.5 0 0,0 18,16.5A2.5,2.5 0 0,0 15.5,14M10,4A4,4 0 0,1 14,8C14,8.91 13.69,9.75 13.18,10.43C12.32,10.75 11.55,11.26 10.91,11.9L10,12A4,4 0 0,1 6,8A4,4 0 0,1 10,4M2,20V18C2,15.88 5.31,14.14 9.5,14C9.18,14.78 9,15.62 9,16.5C9,17.79 9.38,19 10,20H2Z\" /></svg></li><li title=\"account settings outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-settings-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 4C14.21 4 16 5.79 16 8S14.21 12 12 12 8 10.21 8 8 9.79 4 12 4M12 6C10.9 6 10 6.9 10 8S10.9 10 12 10 14 9.11 14 8 13.11 6 12 6M12 13C14.67 13 20 14.33 20 17V20H4V17C4 14.33 9.33 13 12 13M12 14.9C9.03 14.9 5.9 16.36 5.9 17V18.1H18.1V17C18.1 16.36 14.97 14.9 12 14.9M13 22H11V24H13V22M17 22H15V24H17V22M9 22H7V24H9V22Z\" /></svg></li><li title=\"account settings \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-settings\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,4A4,4 0 0,1 16,8A4,4 0 0,1 12,12A4,4 0 0,1 8,8A4,4 0 0,1 12,4M12,14C16.42,14 20,15.79 20,18V20H4V18C4,15.79 7.58,14 12,14M7,22H9V24H7V22M11,22H13V24H11V22M15,22H17V24H15V22Z\" /></svg></li><li title=\"account star outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-star-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,4A4,4 0 0,1 19,8A4,4 0 0,1 15,12A4,4 0 0,1 11,8A4,4 0 0,1 15,4M15,5.9A2.1,2.1 0 0,0 12.9,8A2.1,2.1 0 0,0 15,10.1C16.16,10.1 17.1,9.16 17.1,8C17.1,6.84 16.16,5.9 15,5.9M15,13C17.67,13 23,14.33 23,17V20H7V17C7,14.33 12.33,13 15,13M15,14.9C12,14.9 8.9,16.36 8.9,17V18.1H21.1V17C21.1,16.36 17.97,14.9 15,14.9M5,13.28L2.5,14.77L3.18,11.96L1,10.08L3.87,9.83L5,7.19L6.11,9.83L9,10.08L6.8,11.96L7.45,14.77L5,13.28Z\" /></svg></li><li title=\"account star \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-star\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,14C12.33,14 7,15.33 7,18V20H23V18C23,15.33 17.67,14 15,14M15,12A4,4 0 0,0 19,8A4,4 0 0,0 15,4A4,4 0 0,0 11,8A4,4 0 0,0 15,12M5,13.28L7.45,14.77L6.8,11.96L9,10.08L6.11,9.83L5,7.19L3.87,9.83L1,10.08L3.18,11.96L2.5,14.77L5,13.28Z\" /></svg></li><li title=\"account supervisor circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-supervisor-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12.5 10C12.5 8.34 11.16 7 9.5 7C7.86 7 6.5 8.34 6.5 10C6.5 11.64 7.86 13 9.5 13C11.16 13 12.5 11.64 12.5 10M9.5 11C8.96 11 8.5 10.54 8.5 10C8.5 9.44 8.96 9 9.5 9C10.06 9 10.5 9.44 10.5 10C10.5 10.54 10.06 11 9.5 11M16 13C17.12 13 18 12.1 18 11C18 9.88 17.12 9 16 9C14.9 9 14 9.88 14 11C14 12.1 14.9 13 16 13M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2M5.85 17.11C6.53 16.57 8.12 16 9.5 16C9.58 16 9.66 16 9.74 16C10 15.37 10.41 14.72 11.04 14.15C10.5 14.05 9.95 14 9.5 14C8.21 14 6.12 14.44 4.78 15.42C4.28 14.38 4 13.22 4 12C4 7.58 7.59 4 12 4C16.41 4 20 7.58 20 12C20 13.19 19.73 14.33 19.25 15.36C18.25 14.77 16.89 14.5 16 14.5C14.5 14.5 11.5 15.3 11.5 17.19V19.97C9.24 19.84 7.22 18.76 5.85 17.11Z\" /></svg></li><li title=\"account supervisor circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-supervisor-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2C6.47,2 2,6.5 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M15.6,8.34C16.67,8.34 17.53,9.2 17.53,10.27C17.53,11.34 16.67,12.2 15.6,12.2A1.93,1.93 0 0,1 13.67,10.27C13.66,9.2 14.53,8.34 15.6,8.34M9.6,6.76C10.9,6.76 11.96,7.82 11.96,9.12C11.96,10.42 10.9,11.5 9.6,11.5C8.3,11.5 7.24,10.42 7.24,9.12C7.24,7.81 8.29,6.76 9.6,6.76M9.6,15.89V19.64C7.2,18.89 5.3,17.04 4.46,14.68C5.5,13.56 8.13,13 9.6,13C10.13,13 10.8,13.07 11.5,13.21C9.86,14.08 9.6,15.23 9.6,15.89M12,20C11.72,20 11.46,20 11.2,19.96V15.89C11.2,14.47 14.14,13.76 15.6,13.76C16.67,13.76 18.5,14.15 19.44,14.91C18.27,17.88 15.38,20 12,20Z\" /></svg></li><li title=\"account supervisor outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-supervisor-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.5 15.5C18.22 15.5 20.25 16.3 20.5 16.78V17.5H12.5V16.78C12.75 16.3 14.78 15.5 16.5 15.5M16.5 14C14.67 14 11 14.92 11 16.75V19H22V16.75C22 14.92 18.33 14 16.5 14M9 13C6.67 13 2 14.17 2 16.5V19H9V17.5H3.5V16.5C3.5 15.87 6.29 14.34 9.82 14.5A5.12 5.12 0 0 1 11.37 13.25A12.28 12.28 0 0 0 9 13M9 6.5A1.5 1.5 0 1 1 7.5 8A1.5 1.5 0 0 1 9 6.5M9 5A3 3 0 1 0 12 8A3 3 0 0 0 9 5M16.5 8.5A1 1 0 1 1 15.5 9.5A1 1 0 0 1 16.5 8.5M16.5 7A2.5 2.5 0 1 0 19 9.5A2.5 2.5 0 0 0 16.5 7Z\" /></svg></li><li title=\"account supervisor \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-supervisor\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.5,12A2.5,2.5 0 0,0 19,9.5A2.5,2.5 0 0,0 16.5,7A2.5,2.5 0 0,0 14,9.5A2.5,2.5 0 0,0 16.5,12M9,11A3,3 0 0,0 12,8A3,3 0 0,0 9,5A3,3 0 0,0 6,8A3,3 0 0,0 9,11M16.5,14C14.67,14 11,14.92 11,16.75V19H22V16.75C22,14.92 18.33,14 16.5,14M9,13C6.67,13 2,14.17 2,16.5V19H9V16.75C9,15.9 9.33,14.41 11.37,13.28C10.5,13.1 9.66,13 9,13Z\" /></svg></li><li title=\"account switch outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-switch-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16 9C22 9 22 13 22 13V15H16V13C16 13 16 11.31 14.85 9.8C14.68 9.57 14.47 9.35 14.25 9.14C14.77 9.06 15.34 9 16 9M8 11C11.5 11 11.94 12.56 12 13H4C4.06 12.56 4.5 11 8 11M8 9C2 9 2 13 2 13V15H14V13C14 13 14 9 8 9M9 17V19H15V17L18 20L15 23V21H9V23L6 20L9 17M8 3C8.55 3 9 3.45 9 4S8.55 5 8 5 7 4.55 7 4 7.45 3 8 3M8 1C6.34 1 5 2.34 5 4S6.34 7 8 7 11 5.66 11 4 9.66 1 8 1M16 1C14.34 1 13 2.34 13 4S14.34 7 16 7 19 5.66 19 4 17.66 1 16 1Z\" /></svg></li><li title=\"account switch \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-switch\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16 9C22 9 22 13 22 13V15H16V13C16 13 16 11.31 14.85 9.8C14.68 9.57 14.47 9.35 14.25 9.14C14.77 9.06 15.34 9 16 9M2 13C2 13 2 9 8 9S14 13 14 13V15H2V13M9 17V19H15V17L18 20L15 23V21H9V23L6 20L9 17M8 1C6.34 1 5 2.34 5 4S6.34 7 8 7 11 5.66 11 4 9.66 1 8 1M16 1C14.34 1 13 2.34 13 4S14.34 7 16 7 19 5.66 19 4 17.66 1 16 1Z\" /></svg></li><li title=\"account sync outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-sync-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11 4C8.8 4 7 5.8 7 8S8.8 12 11 12 15 10.2 15 8 13.2 4 11 4M11 6C12.1 6 13 6.9 13 8S12.1 10 11 10 9 9.1 9 8 9.9 6 11 6M11 13C8.3 13 3 14.3 3 17V20H12.5C12.2 19.4 12.1 18.8 12 18.1H4.9V17C4.9 16.4 8 14.9 11 14.9C11.5 14.9 12 15 12.5 15C12.8 14.4 13.1 13.8 13.6 13.3C12.6 13.1 11.7 13 11 13M18 20C16.6 20 15.5 18.9 15.5 17.5C15.5 17.1 15.6 16.7 15.8 16.4L14.7 15.3C14.3 15.9 14 16.7 14 17.5C14 19.7 15.8 21.5 18 21.5V23L20.2 20.8L18 18.5V20M18 13.5V12L15.8 14.2L18 16.4V15C19.4 15 20.5 16.1 20.5 17.5C20.5 17.9 20.4 18.3 20.2 18.6L21.3 19.7C21.7 19.1 22 18.3 22 17.5C22 15.3 20.2 13.5 18 13.5Z\" /></svg></li><li title=\"account sync \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-sync\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11 4C8.8 4 7 5.8 7 8S8.8 12 11 12 15 10.2 15 8 13.2 4 11 4M11 14C6.6 14 3 15.8 3 18V20H12.5C12.2 19.2 12 18.4 12 17.5C12 16.3 12.3 15.2 12.9 14.1C12.3 14.1 11.7 14 11 14M18 20C16.6 20 15.5 18.9 15.5 17.5C15.5 17.1 15.6 16.7 15.8 16.4L14.7 15.3C14.3 15.9 14 16.7 14 17.5C14 19.7 15.8 21.5 18 21.5V23L20.2 20.8L18 18.5V20M18 13.5V12L15.8 14.2L18 16.4V15C19.4 15 20.5 16.1 20.5 17.5C20.5 17.9 20.4 18.3 20.2 18.6L21.3 19.7C21.7 19.1 22 18.3 22 17.5C22 15.3 20.2 13.5 18 13.5Z\" /></svg></li><li title=\"account tie hat outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-tie-hat-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6 4.5C6 3.1 8.7 2 12 2S18 3.1 18 4.5C18 4.9 17.8 5.2 17.5 5.5C16.6 4.6 14.5 4 12 4S7.4 4.6 6.5 5.5C6.2 5.2 6 4.9 6 4.5M12 5C9.8 5 8.1 5.5 7.4 6.1C8.5 6.6 10.1 7 12 7S15.5 6.6 16.6 6.1C15.9 5.5 14.2 5 12 5M14 8C14 9.1 13.1 10 12 10S10 9.1 10 8V7.9C9.3 7.8 8.6 7.7 8 7.5V8C8 10.2 9.8 12 12 12S16 10.2 16 8C16 7.8 16 7.6 15.9 7.4C15.3 7.6 14.6 7.7 13.9 7.8C14 7.9 14 7.9 14 8M16.4 13.8L15.7 15L15.5 15.5C17 16 18.1 16.6 18.1 17V20.1H13.9L13 15L13.9 13.1C13.3 13.1 12.7 13 12 13S10.7 13 10.1 13.1L11 15L10.1 20.1H5.9V17C5.9 16.6 7 16 8.5 15.5L8.3 15L7.7 13.8C5.7 14.4 4 15.5 4 17V22H20V17C20 15.5 18.3 14.4 16.4 13.8Z\" /></svg></li><li title=\"account tie hat \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-tie-hat\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16 14.5C16 15.6 15.7 18 13.8 20.8L13 16L13.9 14.1C13.3 14.1 12.7 14 12 14S10.7 14.1 10.1 14.1L11 16L10.2 20.8C8.3 18.1 8 15.6 8 14.5C5.6 15.2 4 16.5 4 18V22H20V18C20 16.5 18.4 15.2 16 14.5M6 4.5C6 3.1 8.7 2 12 2S18 3.1 18 4.5C18 4.9 17.8 5.2 17.5 5.5C16.6 4.6 14.5 4 12 4S7.4 4.6 6.5 5.5C6.2 5.2 6 4.9 6 4.5M15.9 7.4C16 7.6 16 7.8 16 8C16 10.2 14.2 12 12 12S8 10.2 8 8C8 7.8 8 7.6 8.1 7.4C9.1 7.8 10.5 8 12 8S14.9 7.8 15.9 7.4M16.6 6.1C15.5 6.6 13.9 7 12 7S8.5 6.6 7.4 6.1C8.1 5.5 9.8 5 12 5S15.9 5.5 16.6 6.1Z\" /></svg></li><li title=\"account tie outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-tie-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.36 12.76C18.31 13.42 20 14.5 20 16V21H4V16C4 14.5 5.69 13.42 7.65 12.76L8.27 14L8.5 14.5C7 14.96 5.9 15.62 5.9 16V19.1H10.12L11 14.03L10.06 12.15C10.68 12.08 11.33 12.03 12 12.03C12.67 12.03 13.32 12.08 13.94 12.15L13 14.03L13.88 19.1H18.1V16C18.1 15.62 17 14.96 15.5 14.5L15.73 14L16.36 12.76M12 5C10.9 5 10 5.9 10 7C10 8.1 10.9 9 12 9C13.1 9 14 8.1 14 7C14 5.9 13.1 5 12 5M12 11C9.79 11 8 9.21 8 7C8 4.79 9.79 3 12 3C14.21 3 16 4.79 16 7C16 9.21 14.21 11 12 11Z\" /></svg></li><li title=\"account tie voice off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-tie-voice-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9.22 6L7.5 4.3C7.96 4.11 8.47 4 9 4C11.21 4 13 5.79 13 8C13 8.53 12.89 9.04 12.7 9.5L11 7.78C10.87 6.86 10.14 6.13 9.22 6M20.06 15C23.96 11.11 24 5.05 20.06 1L18.43 2.63C21.2 5.65 21.2 10.19 18.43 13.37L20.06 15M16.75 11.63C18.77 9.61 18.77 6.56 16.75 4.36L15.07 6.05C15.91 7.23 15.91 8.76 15.07 9.94L16.75 11.63M2.39 1.73L1.11 3L5.14 7.03C5.06 7.34 5 7.66 5 8C5 10.21 6.79 12 9 12C9.34 12 9.66 11.94 9.97 11.86L12.86 14.75L12.73 15L12.5 15.5C13.3 15.74 13.97 16.05 14.44 16.33L15.1 17V20.1H10.88L10 15.03L10.94 13.15C10.32 13.08 9.67 13.03 9 13.03S7.68 13.08 7.06 13.15L8 15.03L7.12 20.1H2.9V17C2.9 16.62 4 15.96 5.5 15.5L5.27 15L4.65 13.76C2.69 14.42 1 15.5 1 17V22H17V18.89L20.84 22.73L22.11 21.46L2.39 1.73Z\" /></svg></li><li title=\"account tie voice off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-tie-voice-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12.7 9.5L7.5 4.3C7.96 4.11 8.46 4 9 4C11.2 4 13 5.79 13 8C13 8.53 12.89 9.04 12.7 9.5M16.75 11.63C18.77 9.61 18.77 6.56 16.75 4.36L15.07 6.05C15.91 7.23 15.91 8.76 15.07 9.94L16.75 11.63M20.06 15C23.96 11.11 24 5.05 20.06 1L18.43 2.63C21.2 5.65 21.2 10.19 18.43 13.37L20.06 15M2.39 1.73L1.11 3L5.13 7C5.05 7.34 5 7.66 5 8C5 10.21 6.79 12 9 12C9.33 12 9.66 11.94 9.97 11.86L13 14.87C12.93 16.06 12.54 18.32 10.8 20.83L10 16L10.93 14.12C10.31 14.05 9.66 14 9 14C8.32 14 7.67 14.05 7.05 14.12L8 16L7.18 20.83C5.27 18.07 5 15.6 5 14.54C2.6 15.24 .994 16.5 .994 18V22H17V18.88L20.84 22.73L22.11 21.46L2.39 1.73Z\" /></svg></li><li title=\"account tie voice outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-tie-voice-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.75 4.36C18.77 6.56 18.77 9.61 16.75 11.63L15.07 9.94C15.91 8.76 15.91 7.23 15.07 6.05L16.75 4.36M20.06 1C24 5.05 23.96 11.11 20.06 15L18.43 13.37C21.2 10.19 21.2 5.65 18.43 2.63L20.06 1M13.36 13.76C15.31 14.42 17 15.5 17 17V22H1V17C1 15.5 2.69 14.42 4.65 13.76L5.27 15L5.5 15.5C4 15.96 2.9 16.62 2.9 17V20.1H7.12L8 15.03L7.06 13.15C7.68 13.08 8.33 13.03 9 13.03S10.32 13.08 10.94 13.15L10 15.03L10.88 20.1H15.1V17C15.1 16.62 14 15.96 12.5 15.5L12.73 15L13.36 13.76M9 6C7.9 6 7 6.9 7 8S7.9 10 9 10 11 9.1 11 8 10.1 6 9 6M9 12C6.79 12 5 10.21 5 8S6.79 4 9 4 13 5.79 13 8 11.21 12 9 12Z\" /></svg></li><li title=\"account tie voice \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-tie-voice\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.75 4.36C18.77 6.56 18.77 9.61 16.75 11.63L15.07 9.94C15.91 8.76 15.91 7.23 15.07 6.05L16.75 4.36M20.06 1C24 5.05 23.96 11.11 20.06 15L18.43 13.37C21.2 10.19 21.2 5.65 18.43 2.63L20.06 1M9 4C11.2 4 13 5.79 13 8S11.2 12 9 12 5 10.21 5 8 6.79 4 9 4M13 14.54C13 15.6 12.71 18.07 10.8 20.83L10 16L10.93 14.12C10.31 14.05 9.66 14 9 14S7.67 14.05 7.05 14.12L8 16L7.18 20.83C5.27 18.07 5 15.6 5 14.54C2.6 15.24 .994 16.5 .994 18V22H17V18C17 16.5 15.39 15.24 13 14.54Z\" /></svg></li><li title=\"account tie \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-tie\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 3C14.21 3 16 4.79 16 7S14.21 11 12 11 8 9.21 8 7 9.79 3 12 3M16 13.54C16 14.6 15.72 17.07 13.81 19.83L13 15L13.94 13.12C13.32 13.05 12.67 13 12 13S10.68 13.05 10.06 13.12L11 15L10.19 19.83C8.28 17.07 8 14.6 8 13.54C5.61 14.24 4 15.5 4 17V21H20V17C20 15.5 18.4 14.24 16 13.54Z\" /></svg></li><li title=\"account voice off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-voice-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,3.27L3.28,2L22,20.72L20.73,22L16.73,18C16.9,18.31 17,18.64 17,19V21H1V19C1,16.34 6.33,15 9,15C10.77,15 13.72,15.59 15.5,16.77L11.12,12.39C10.5,12.78 9.78,13 9,13A4,4 0 0,1 5,9C5,8.22 5.22,7.5 5.61,6.88L2,3.27M9,5A4,4 0 0,1 13,9V9.17L8.83,5H9M16.76,5.36C18.78,7.56 18.78,10.61 16.76,12.63L15.08,10.94C15.92,9.76 15.92,8.23 15.08,7.05L16.76,5.36M20.07,2C24,6.05 23.97,12.11 20.07,16L18.44,14.37C21.21,11.19 21.21,6.65 18.44,3.63L20.07,2Z\" /></svg></li><li title=\"account voice \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-voice\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,5A4,4 0 0,1 13,9A4,4 0 0,1 9,13A4,4 0 0,1 5,9A4,4 0 0,1 9,5M9,15C11.67,15 17,16.34 17,19V21H1V19C1,16.34 6.33,15 9,15M16.76,5.36C18.78,7.56 18.78,10.61 16.76,12.63L15.08,10.94C15.92,9.76 15.92,8.23 15.08,7.05L16.76,5.36M20.07,2C24,6.05 23.97,12.11 20.07,16L18.44,14.37C21.21,11.19 21.21,6.65 18.44,3.63L20.07,2Z\" /></svg></li><li title=\"account wrench outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-wrench-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10 4C7.8 4 6 5.8 6 8S7.8 12 10 12 14 10.2 14 8 12.2 4 10 4M10 10C8.9 10 8 9.1 8 8S8.9 6 10 6 12 6.9 12 8 11.1 10 10 10M22.9 21.2L18.8 17.1C19.2 16.1 19 14.8 18.1 14C17.2 13.1 15.9 12.9 14.8 13.4L16.7 15.3L15.3 16.7L13.3 14.7C12.8 15.8 13 17.1 13.9 18.1C14.8 19 16 19.2 17 18.8L21.1 22.9C21.3 23.1 21.6 23.1 21.7 22.9L22.7 21.9C23 21.6 23 21.3 22.9 21.2M9.1 15C9 15.3 9 15.7 9 16C9 16.7 9.1 17.4 9.3 18H4V17C4 16.5 5.8 15.2 9.1 15M10 13C5.6 13 2 14.8 2 17V20H13C11.8 19.1 11 17.6 11 16C11 14.9 11.3 13.9 11.9 13.1C11.3 13.1 10.7 13 10 13Z\" /></svg></li><li title=\"account wrench \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account-wrench\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.9 21.2L18.8 17.1C19.2 16.1 19 14.8 18.1 14C17.2 13.1 15.9 12.9 14.8 13.4L16.7 15.3L15.3 16.7L13.3 14.7C12.8 15.8 13 17.1 13.9 18.1C14.8 19 16 19.2 17 18.8L21.1 22.9C21.3 23.1 21.6 23.1 21.7 22.9L22.7 21.9C23 21.6 23 21.3 22.9 21.2M6 8C6 5.8 7.8 4 10 4S14 5.8 14 8 12.2 12 10 12 6 10.2 6 8M13 20H2V18C2 15.8 5.6 14 10 14C10.5 14 10.9 14 11.4 14.1C11.1 14.7 11 15.3 11 16C11 17.6 11.8 19.1 13 20Z\" /></svg></li><li title=\"account \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-account\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,4A4,4 0 0,1 16,8A4,4 0 0,1 12,12A4,4 0 0,1 8,8A4,4 0 0,1 12,4M12,14C16.42,14 20,15.79 20,18V20H4V18C4,15.79 7.58,14 12,14Z\" /></svg></li><li title=\"adjust \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-adjust\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M12,20C7.59,20 4,16.41 4,12C4,7.59 7.59,4 12,4C16.41,4 20,7.59 20,12C20,16.41 16.41,20 12,20M15,12A3,3 0 0,1 12,15A3,3 0 0,1 9,12A3,3 0 0,1 12,9A3,3 0 0,1 15,12Z\" /></svg></li><li title=\"advertisements off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-advertisements-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12.2 9L10.2 7H13C14.1 7 15 7.9 15 9V11.8L13 9.8V9H12.2M23 9V7H19C17.9 7 17 7.9 17 9V11C17 12.1 17.9 13 19 13H21V15H18.2L20.2 17H21C22.1 17 23 16.1 23 15V13C23 11.9 22.1 11 21 11H19V9H23M22.1 21.5L20.8 22.8L14.4 16.4C14.1 16.7 13.6 17 13 17H9V10.9L7 8.9V17H5V13H3V17H1V9C1 7.9 1.9 7 3 7H5.1L1.1 3L2.4 1.7L22.1 21.5M5 9H3V11H5V9M13 14.9L11 12.9V15H13V14.9Z\" /></svg></li><li title=\"advertisements \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-advertisements\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 7C17.9 7 17 7.9 17 9V11C17 12.1 17.9 13 19 13H21V15H17V17H21C22.1 17 23 16.1 23 15V13C23 11.9 22.1 11 21 11H19V9H23V7H19M9 7V17H13C14.1 17 15 16.1 15 15V9C15 7.9 14.1 7 13 7H9M11 9H13V15H11V9M3 7C1.9 7 1 7.9 1 9V17H3V13H5V17H7V9C7 7.9 6.1 7 5 7H3M3 9H5V11H3V9Z\" /></svg></li><li title=\"air conditioner \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-air-conditioner\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6.59,0.66C8.93,-1.15 11.47,1.06 12.04,4.5C12.47,4.5 12.89,4.62 13.27,4.84C13.79,4.24 14.25,3.42 14.07,2.5C13.65,0.35 16.06,-1.39 18.35,1.58C20.16,3.92 17.95,6.46 14.5,7.03C14.5,7.46 14.39,7.89 14.16,8.27C14.76,8.78 15.58,9.24 16.5,9.06C18.63,8.64 20.38,11.04 17.41,13.34C15.07,15.15 12.53,12.94 11.96,9.5C11.53,9.5 11.11,9.37 10.74,9.15C10.22,9.75 9.75,10.58 9.93,11.5C10.35,13.64 7.94,15.39 5.65,12.42C3.83,10.07 6.05,7.53 9.5,6.97C9.5,6.54 9.63,6.12 9.85,5.74C9.25,5.23 8.43,4.76 7.5,4.94C5.37,5.36 3.62,2.96 6.59,0.66M5,16H7A2,2 0 0,1 9,18V24H7V22H5V24H3V18A2,2 0 0,1 5,16M5,18V20H7V18H5M12.93,16H15L12.07,24H10L12.93,16M18,16H21V18H18V22H21V24H18A2,2 0 0,1 16,22V18A2,2 0 0,1 18,16Z\" /></svg></li><li title=\"air filter \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-air-filter\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,18.31V20A2,2 0 0,1 17,22H7A2,2 0 0,1 5,20V16.3C4.54,16.12 3.95,16 3,16A1,1 0 0,1 2,15A1,1 0 0,1 3,14C3.82,14 4.47,14.08 5,14.21V12.3C4.54,12.12 3.95,12 3,12A1,1 0 0,1 2,11A1,1 0 0,1 3,10C3.82,10 4.47,10.08 5,10.21V8.3C4.54,8.12 3.95,8 3,8A1,1 0 0,1 2,7A1,1 0 0,1 3,6C3.82,6 4.47,6.08 5,6.21V4A2,2 0 0,1 7,2H17A2,2 0 0,1 19,4V6.16C20.78,6.47 21.54,7.13 21.71,7.29C22.1,7.68 22.1,8.32 21.71,8.71C21.32,9.1 20.8,9.09 20.29,8.71V8.71C20.29,8.71 19.25,8 17,8C15.74,8 14.91,8.41 13.95,8.9C12.91,9.41 11.74,10 10,10C9.64,10 9.31,10 9,9.96V7.95C9.3,8 9.63,8 10,8C11.26,8 12.09,7.59 13.05,7.11C14.09,6.59 15.27,6 17,6V4H7V20H17V18C18.5,18 18.97,18.29 19,18.31M17,10C15.27,10 14.09,10.59 13.05,11.11C12.09,11.59 11.26,12 10,12C9.63,12 9.3,12 9,11.95V13.96C9.31,14 9.64,14 10,14C11.74,14 12.91,13.41 13.95,12.9C14.91,12.42 15.74,12 17,12C19.25,12 20.29,12.71 20.29,12.71V12.71C20.8,13.1 21.32,13.1 21.71,12.71C22.1,12.32 22.1,11.69 21.71,11.29C21.5,11.08 20.25,10 17,10M17,14C15.27,14 14.09,14.59 13.05,15.11C12.09,15.59 11.26,16 10,16C9.63,16 9.3,16 9,15.95V17.96C9.31,18 9.64,18 10,18C11.74,18 12.91,17.41 13.95,16.9C14.91,16.42 15.74,16 17,16C19.25,16 20.29,16.71 20.29,16.71V16.71C20.8,17.1 21.32,17.1 21.71,16.71C22.1,16.32 22.1,15.69 21.71,15.29C21.5,15.08 20.25,14 17,14Z\" /></svg></li><li title=\"air horn \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-air-horn\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,2.8V6L19,9.2C19,9.5 18.7,9.8 18.4,9.7C18.4,9.7 14.5,7.1 10,7.1V9.5H10.2C10.7,9.5 11.2,9.7 11.4,10.1L12.7,11.9C12.9,12.1 13,12.4 13,12.6V20.6C13,21.3 12.3,22 11.5,22H6.5C5.7,22 5,21.4 5,20.6V12.6C5,12.3 5.1,12.1 5.3,11.9L6.6,10.1C6.9,9.7 7.3,9.5 7.8,9.5H8V8C7.6,8.5 7,8.8 6.4,8.8C5.1,8.8 4,7.5 4,6C4,4.5 5.1,3.2 6.4,3.2C7,3.3 7.6,3.6 8,4V2.6H10V5C14.5,5 18.4,2.4 18.4,2.4C18.7,2.3 19,2.5 19,2.8Z\" /></svg></li><li title=\"air humidifier off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-air-humidifier-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.1 21.5L2.4 1.7L1.1 3L3.8 5.7C3.3 6.3 3 7.1 3 8V22H18V19.9L20.8 22.7L22.1 21.5M9.6 11.5L12.4 14.3C12.1 14.7 11.6 15 11 15C9.9 15 9 14.1 9 13C9 12.4 9.3 11.9 9.6 11.5M16 17.9V20H5V8C5 7.7 5.1 7.4 5.2 7.1L8.2 10.1C7.5 10.8 7 11.9 7 13C7 15.2 8.8 17 11 17C12.1 17 13.2 16.5 13.9 15.8L16 17.9M17 13.8C17.1 12.5 19 10.5 19 10.5S21 12.7 21 14C21 15 20.2 15.9 19.2 16L17 13.8M9.2 6L7.2 4H14C16.2 4 18 5.8 18 8V9H16V8C16 6.9 15.1 6 14 6H9.2Z\" /></svg></li><li title=\"air humidifier \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-air-humidifier\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11 9C8.79 9 7 10.79 7 13S8.79 17 11 17 15 15.21 15 13 13.21 9 11 9M11 15C9.9 15 9 14.11 9 13S9.9 11 11 11 13 11.9 13 13 12.11 15 11 15M7 4H14C16.21 4 18 5.79 18 8V9H16V8C16 6.9 15.11 6 14 6H7C5.9 6 5 6.9 5 8V20H16V18H18V22H3V8C3 5.79 4.79 4 7 4M19 10.5C19 10.5 21 12.67 21 14C21 15.1 20.1 16 19 16S17 15.1 17 14C17 12.67 19 10.5 19 10.5\" /></svg></li><li title=\"air purifier \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-air-purifier\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,9A4,4 0 0,1 15,13A4,4 0 0,1 11,17A4,4 0 0,1 7,13A4,4 0 0,1 11,9M11,11A2,2 0 0,0 9,13A2,2 0 0,0 11,15A2,2 0 0,0 13,13A2,2 0 0,0 11,11M7,4H14A4,4 0 0,1 18,8V9H16V8A2,2 0 0,0 14,6H7A2,2 0 0,0 5,8V20H16V18H18V22H3V8A4,4 0 0,1 7,4M16,11C18.5,11 18.5,9 21,9V11C18.5,11 18.5,13 16,13V11M16,15C18.5,15 18.5,13 21,13V15C18.5,15 18.5,17 16,17V15Z\" /></svg></li><li title=\"airbag \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-airbag\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,8A5,5 0 0,1 9,13A5,5 0 0,1 4,8A5,5 0 0,1 9,3A5,5 0 0,1 14,8M10.46,15.55L13,18.03L11,18.05L7.5,21.58L6,20.09L10.46,15.55M17,2C18.08,2 19,2.88 19,4C19,5.08 18.12,6 17,6C15.92,6 15,5.12 15,4C15,2.92 15.89,2 17,2M14.41,15H11.59L17.29,20.71L18.71,19.29L14.41,15M15.12,14.29L19.41,18.59L19.63,18.8C19.86,18.42 20,18 20,17.5V9.5A2.5,2.5 0 0,0 17.5,7A2.5,2.5 0 0,0 15,9.5V14.17L15.12,14.29Z\" /></svg></li><li title=\"airballoon outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-airballoon-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11 23C9.9 23 9 22.1 9 21V19H15V21C15 22.1 14.1 23 13 23H11M12 3C12.28 3 12.55 3 12.81 3.05C13.42 4.22 14 6.26 14 9C14 11.1 13 16 13 16H11C11 16 10 11.1 10 9C10 6.26 10.58 4.22 11.19 3.05C11.45 3 11.72 3 12 3M12 1C11.29 1 10.61 1.09 9.95 1.26C8.78 2.83 8 5.71 8 9C8 11.28 8.38 13.37 9 16C9 17.1 9.9 18 11 18H13C14.1 18 15 17.1 15 16C15.62 13.37 16 11.28 16 9C16 5.71 15.22 2.83 14.05 1.26C13.39 1.09 12.71 1 12 1M4 8C4 11.18 5.85 15.92 8.54 17.21C8 16.21 7.61 14.67 7.34 13C6.55 11.53 6 9.62 6 8C6 6.66 6.44 5.67 7.47 4.8C7.73 3.67 8.09 2.65 8.54 1.79C5.85 3.08 4 4.82 4 8M15.46 1.79C15.91 2.65 16.27 3.67 16.53 4.8C17.56 5.67 18 6.66 18 8C18 9.62 17.45 11.53 16.66 13C16.39 14.67 16 16.21 15.46 17.21C18.15 15.92 20 11.18 20 8S18.15 3.08 15.46 1.79Z\" /></svg></li><li title=\"airballoon \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-airballoon\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,23A2,2 0 0,1 9,21V19H15V21A2,2 0 0,1 13,23H11M12,1C12.71,1 13.39,1.09 14.05,1.26C15.22,2.83 16,5.71 16,9C16,11.28 15.62,13.37 15,16A2,2 0 0,1 13,18H11A2,2 0 0,1 9,16C8.38,13.37 8,11.28 8,9C8,5.71 8.78,2.83 9.95,1.26C10.61,1.09 11.29,1 12,1M20,8C20,11.18 18.15,15.92 15.46,17.21C16.41,15.39 17,11.83 17,9C17,6.17 16.41,3.61 15.46,1.79C18.15,3.08 20,4.82 20,8M4,8C4,4.82 5.85,3.08 8.54,1.79C7.59,3.61 7,6.17 7,9C7,11.83 7.59,15.39 8.54,17.21C5.85,15.92 4,11.18 4,8Z\" /></svg></li><li title=\"airplane alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-airplane-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17.56 3.91C18.15 4.5 18.15 5.45 17.56 6.03L13.67 9.92L15.79 19.11L14.38 20.53L10.5 13.1L6.6 17L6.96 19.47L5.89 20.53L4.13 17.35L.944 15.58L2 14.5L4.5 14.87L8.37 11L.944 7.09L2.36 5.68L11.55 7.8L15.44 3.91C16 3.33 17 3.33 17.56 3.91M20 7V13H22V7H20M20 17H22V15H20V17Z\" /></svg></li><li title=\"airplane check \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-airplane-check\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.97 13.83C15.08 14.35 14.34 15.09 13.82 16L11.55 11.63L7.66 15.5L8 18L6.95 19.06L5.18 15.87L2 14.11L3.06 13.05L5.54 13.4L9.43 9.5L2 5.62L3.41 4.21L12.61 6.33L16.5 2.44C17.08 1.85 18.03 1.85 18.62 2.44C19.2 3.03 19.2 4 18.62 4.56L14.73 8.45L15.97 13.83M21.34 15.84L17.75 19.43L16.16 17.84L15 19L17.75 22L22.5 17.25L21.34 15.84Z\" /></svg></li><li title=\"airplane clock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-airplane-clock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16 9C15.09 9 14.23 9.18 13.43 9.5L12.73 6.45L16.62 2.56C17.2 2 17.2 1.03 16.62 .44S15.08-.146 14.5 .44L10.61 4.33L1.41 2.21L0 3.62L7.43 7.5L3.54 11.4L1.06 11.05L0 12.11L3.18 13.87L4.95 17.06L6 16L5.66 13.5L9.55 9.63L10.57 11.59C9.59 12.79 9 14.33 9 16C9 19.87 12.13 23 16 23S23 19.87 23 16 19.87 9 16 9M16 21C13.24 21 11 18.76 11 16S13.24 11 16 11 21 13.24 21 16 18.76 21 16 21M16.5 16.25V12H15V17L18.61 19.16L19.36 17.94L16.5 16.25Z\" /></svg></li><li title=\"airplane cog \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-airplane-cog\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.73 12.81C14.76 13.33 13.92 14.07 13.29 14.96L11.55 11.63L7.66 15.5L8 18L6.95 19.06L5.18 15.87L2 14.11L3.06 13.05L5.54 13.4L9.43 9.5L2 5.62L3.41 4.21L12.61 6.33L16.5 2.44C17.08 1.85 18.03 1.85 18.62 2.44C19.2 3.03 19.2 4 18.62 4.56L14.73 8.45L15.73 12.81M23.8 20.4C23.9 20.4 23.9 20.5 23.8 20.6L22.8 22.3C22.7 22.4 22.6 22.4 22.5 22.4L21.3 22C21 22.2 20.8 22.3 20.5 22.5L20.3 23.8C20.3 23.9 20.2 24 20.1 24H18.1C18 24 17.9 23.9 17.8 23.8L17.6 22.5C17.3 22.4 17 22.2 16.8 22L15.6 22.5C15.5 22.5 15.4 22.5 15.3 22.4L14.3 20.7C14.2 20.6 14.3 20.5 14.4 20.4L15.5 19.6V18.6L14.4 17.8C14.3 17.7 14.3 17.6 14.3 17.5L15.3 15.8C15.4 15.7 15.5 15.7 15.6 15.7L16.8 16.2C17.1 16 17.3 15.9 17.6 15.7L17.8 14.4C17.8 14.3 17.9 14.2 18.1 14.2H20.1C20.2 14.2 20.3 14.3 20.3 14.4L20.5 15.7C20.8 15.8 21.1 16 21.4 16.2L22.6 15.7C22.7 15.7 22.9 15.7 22.9 15.8L23.9 17.5C24 17.6 23.9 17.7 23.8 17.8L22.7 18.6V19.6L23.8 20.4M20.5 19C20.5 18.2 19.8 17.5 19 17.5S17.5 18.2 17.5 19 18.2 20.5 19 20.5 20.5 19.8 20.5 19Z\" /></svg></li><li title=\"airplane edit \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-airplane-edit\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.55 11.63L7.66 15.5L8 18L6.95 19.06L5.18 15.87L2 14.11L3.06 13.05L5.54 13.4L9.43 9.5L2 5.62L3.41 4.21L12.61 6.33L16.5 2.44C17.08 1.85 18.03 1.85 18.62 2.44C19.2 3.03 19.2 4 18.62 4.56L14.73 8.45L16.03 14.1L13.94 16.19L11.55 11.63M13 19.96V22H15.04L21.17 15.88L19.13 13.83L13 19.96M22.85 13.47L21.53 12.15C21.33 11.95 21 11.95 20.81 12.15L19.83 13.13L21.87 15.17L22.85 14.19C23.05 14 23.05 13.67 22.85 13.47Z\" /></svg></li><li title=\"airplane landing \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-airplane-landing\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2.5,19H21.5V21H2.5V19M9.68,13.27L14.03,14.43L19.34,15.85C20.14,16.06 20.96,15.59 21.18,14.79C21.39,14 20.92,13.17 20.12,12.95L14.81,11.53L12.05,2.5L10.12,2V10.28L5.15,8.95L4.22,6.63L2.77,6.24V11.41L4.37,11.84L9.68,13.27Z\" /></svg></li><li title=\"airplane marker \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-airplane-marker\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.33 11.05C14.17 11.88 13.34 13.14 13.09 14.58L11.55 11.63L7.66 15.5L8 18L6.95 19.06L5.18 15.87L2 14.11L3.06 13.05L5.54 13.4L9.43 9.5L2 5.62L3.41 4.21L12.61 6.33L16.5 2.44C17.08 1.85 18.03 1.85 18.62 2.44C19.2 3.03 19.2 4 18.62 4.56L14.73 8.45L15.33 11.05M22 15.5C22 18.1 18.5 22 18.5 22S15 18.1 15 15.5C15 13.6 16.6 12 18.5 12S22 13.6 22 15.5M19.7 15.6C19.7 15 19.1 14.4 18.5 14.4S17.3 14.9 17.3 15.6C17.3 16.2 17.8 16.8 18.5 16.8S19.8 16.2 19.7 15.6\" /></svg></li><li title=\"airplane minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-airplane-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.97 13.83C15.08 14.35 14.34 15.09 13.82 16L11.55 11.63L7.66 15.5L8 18L6.95 19.06L5.18 15.87L2 14.11L3.06 13.05L5.54 13.4L9.43 9.5L2 5.62L3.41 4.21L12.61 6.33L16.5 2.44C17.08 1.85 18.03 1.85 18.62 2.44C19.2 3.03 19.2 4 18.62 4.56L14.73 8.45L15.97 13.83M15 18V20H23V18H15Z\" /></svg></li><li title=\"airplane off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-airplane-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.84 22.73L18 19.9L17.38 20.53L16 17.89L12.35 14.24L9.6 17L9.96 19.47L8.89 20.53L7.13 17.35L3.94 15.58L5 14.5L7.5 14.87L10.23 12.12L6.59 8.5L3.94 7.09L4.57 6.46L1.11 3L2.39 1.73L22.11 21.46L20.84 22.73M16.67 9.92L20.56 6.03C21.15 5.45 21.15 4.5 20.56 3.91S19 3.33 18.44 3.91L14.55 7.8L9.94 6.74L17.74 14.54L16.67 9.92Z\" /></svg></li><li title=\"airplane plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-airplane-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.97 13.83C15.08 14.35 14.34 15.09 13.82 16L11.55 11.63L7.66 15.5L8 18L6.95 19.06L5.18 15.87L2 14.11L3.06 13.05L5.54 13.4L9.43 9.5L2 5.62L3.41 4.21L12.61 6.33L16.5 2.44C17.08 1.85 18.03 1.85 18.62 2.44C19.2 3.03 19.2 4 18.62 4.56L14.73 8.45L15.97 13.83M20 18V15H18V18H15V20H18V23H20V20H23V18H20Z\" /></svg></li><li title=\"airplane remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-airplane-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.97 13.83C15.08 14.35 14.34 15.09 13.82 16L11.55 11.63L7.66 15.5L8 18L6.95 19.06L5.18 15.87L2 14.11L3.06 13.05L5.54 13.4L9.43 9.5L2 5.62L3.41 4.21L12.61 6.33L16.5 2.44C17.08 1.85 18.03 1.85 18.62 2.44C19.2 3.03 19.2 4 18.62 4.56L14.73 8.45L15.97 13.83M22.54 16.88L21.12 15.47L19 17.59L16.88 15.47L15.47 16.88L17.59 19L15.47 21.12L16.88 22.54L19 20.41L21.12 22.54L22.54 21.12L20.41 19L22.54 16.88Z\" /></svg></li><li title=\"airplane search \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-airplane-search\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9.55 9.63L10.9 12.22C11.5 11.17 12.41 10.31 13.5 9.74L12.73 6.45L16.62 2.56C17.2 1.97 17.2 1 16.62 .438S15.08-.148 14.5 .438L10.61 4.33L1.41 2.21L0 3.62L7.43 7.5L3.54 11.4L1.06 11.05L0 12.11L3.18 13.87L4.95 17.06L6 16L5.66 13.5L9.55 9.63M16.5 11C19 11 21 13 21 15.5C21 16.38 20.75 17.21 20.31 17.9L23.39 21L22 22.39L18.88 19.32C18.19 19.75 17.37 20 16.5 20C14 20 12 18 12 15.5S14 11 16.5 11M16.5 13C15.12 13 14 14.12 14 15.5S15.12 18 16.5 18 19 16.88 19 15.5 17.88 13 16.5 13\" /></svg></li><li title=\"airplane settings \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-airplane-settings\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.09 4.56L16.2 8.45L18.32 17.64L16.91 19.06L13 11.63L9.13 15.5L9.5 18L8.42 19.06L6.65 15.87L3.47 14.11L4.53 13.04L7 13.4L10.9 9.5L3.47 5.62L4.89 4.21L14.08 6.33L17.97 2.44C18.55 1.85 19.5 1.85 20.09 2.44C20.68 3 20.68 3.97 20.09 4.56M7 24H9V22H7V24M11 24H13V22H11V24M15 24H17V22H15V24Z\" /></svg></li><li title=\"airplane takeoff \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-airplane-takeoff\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2.5,19H21.5V21H2.5V19M22.07,9.64C21.86,8.84 21.03,8.36 20.23,8.58L14.92,10L8,3.57L6.09,4.08L10.23,11.25L5.26,12.58L3.29,11.04L1.84,11.43L3.66,14.59L4.43,15.92L6.03,15.5L11.34,14.07L15.69,12.91L21,11.5C21.81,11.26 22.28,10.44 22.07,9.64Z\" /></svg></li><li title=\"airplane \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-airplane\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.56 3.91C21.15 4.5 21.15 5.45 20.56 6.03L16.67 9.92L18.79 19.11L17.38 20.53L13.5 13.1L9.6 17L9.96 19.47L8.89 20.53L7.13 17.35L3.94 15.58L5 14.5L7.5 14.87L11.37 11L3.94 7.09L5.36 5.68L14.55 7.8L18.44 3.91C19 3.33 20 3.33 20.56 3.91Z\" /></svg></li><li title=\"airport \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-airport\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.97,5.92C14.83,5.41 14.3,5.1 13.79,5.24L10.39,6.15L5.95,2.03L4.72,2.36L7.38,6.95L4.19,7.8L2.93,6.82L2,7.07L3.66,9.95L14.28,7.11C14.8,6.96 15.1,6.43 14.97,5.92M21,10L20,12H15L14,10L15,9H17V7H18V9H20L21,10M22,20V22H2V20H15V13H20V20H22Z\" /></svg></li><li title=\"alarm bell \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alarm-bell\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,18.66V22H5V18.66C8.09,20.45 11.91,20.45 15,18.66M22,4A2,2 0 0,0 20,2C19.69,2 19.39,2.07 19.12,2.21C18.82,2.36 18.56,2.58 18.36,2.85C17.72,3.75 17.94,5 18.85,5.64C19.18,5.87 19.59,6 20,6C20.08,6 20.16,6 20.24,6C21.97,10.43 20.66,15.46 17,18.5C16.68,18.75 16.35,19 16,19.22V21H17V19.74C20.14,17.5 22,13.86 22,10C22,8.5 21.72,7 21.17,5.62C21.69,5.24 22,4.64 22,4M18,10A8,8 0 0,1 10,18A8,8 0 0,1 2,10A8,8 0 0,1 10,2A8,8 0 0,1 18,10Z\" /></svg></li><li title=\"alarm check \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alarm-check\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10.54,14.53L8.41,12.4L7.35,13.46L10.53,16.64L16.53,10.64L15.47,9.58L10.54,14.53M12,20A7,7 0 0,1 5,13A7,7 0 0,1 12,6A7,7 0 0,1 19,13A7,7 0 0,1 12,20M12,4A9,9 0 0,0 3,13A9,9 0 0,0 12,22A9,9 0 0,0 21,13A9,9 0 0,0 12,4M7.88,3.39L6.6,1.86L2,5.71L3.29,7.24L7.88,3.39M22,5.72L17.4,1.86L16.11,3.39L20.71,7.25L22,5.72Z\" /></svg></li><li title=\"alarm light off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alarm-light-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10.5 7.3L9 5.8C9.9 5.3 10.9 5 12 5C15.3 5 18 7.7 18 11V14.8L16 12.8V11C16 8.8 14.2 7 12 7C11.5 7 11 7.1 10.5 7.3M20.1 4.8L18.7 3.4L16.6 5.5L18 6.9L20.1 4.8M19.5 10.5V12.5H22.5V10.5H19.5M4.5 10.5H1.5V12.5H4.5V10.5M2.4 1.7L22.1 21.4L20.8 22.7L20.1 22H4C4 20.9 4.9 20 6 20H18.1L17.1 19H6V11C6 10.1 6.2 9.2 6.6 8.5L1.1 3L2.4 1.7M8 17H15.1L8.1 10C8.1 10.3 8 10.7 8 11V17M13 1H11V4H13V1Z\" /></svg></li><li title=\"alarm light off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alarm-light-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 14.8L9 5.8C9.9 5.3 10.9 5 12 5C15.3 5 18 7.7 18 11V14.8M20.1 4.8L18.7 3.4L16.6 5.5L18 6.9L20.1 4.8M19.5 10.5V12.5H22.5V10.5H19.5M4.5 10.5H1.5V12.5H4.5V10.5M1.1 3L6.6 8.5C6.2 9.2 6 10.1 6 11V19H17.1L18.1 20H6C4.9 20 4 20.9 4 22H20.1L20.8 22.7L22.1 21.4L2.4 1.7L1.1 3M13 1H11V4H13V1Z\" /></svg></li><li title=\"alarm light outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alarm-light-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,6.9L3.87,4.78L5.28,3.37L7.4,5.5L6,6.9M13,1V4H11V1H13M20.13,4.78L18,6.9L16.6,5.5L18.72,3.37L20.13,4.78M4.5,10.5V12.5H1.5V10.5H4.5M19.5,10.5H22.5V12.5H19.5V10.5M6,20H18A2,2 0 0,1 20,22H4A2,2 0 0,1 6,20M12,5A6,6 0 0,1 18,11V19H6V11A6,6 0 0,1 12,5M12,7A4,4 0 0,0 8,11V17H16V11A4,4 0 0,0 12,7Z\" /></svg></li><li title=\"alarm light \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alarm-light\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,6.9L3.87,4.78L5.28,3.37L7.4,5.5L6,6.9M13,1V4H11V1H13M20.13,4.78L18,6.9L16.6,5.5L18.72,3.37L20.13,4.78M4.5,10.5V12.5H1.5V10.5H4.5M19.5,10.5H22.5V12.5H19.5V10.5M6,20H18A2,2 0 0,1 20,22H4A2,2 0 0,1 6,20M12,5A6,6 0 0,1 18,11V19H6V11A6,6 0 0,1 12,5Z\" /></svg></li><li title=\"alarm multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alarm-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9.29,3.25L5.16,6.72L4,5.34L8.14,1.87L9.29,3.25M22,5.35L20.84,6.73L16.7,3.25L17.86,1.87L22,5.35M13,4A8,8 0 0,1 21,12A8,8 0 0,1 13,20A8,8 0 0,1 5,12A8,8 0 0,1 13,4M13,6A6,6 0 0,0 7,12A6,6 0 0,0 13,18A6,6 0 0,0 19,12A6,6 0 0,0 13,6M12,7.5H13.5V12.03L16.72,13.5L16.1,14.86L12,13V7.5M1,14C1,11.5 2.13,9.3 3.91,7.83C3.33,9.1 3,10.5 3,12L3.06,13.13L3,14C3,16.28 4.27,18.26 6.14,19.28C7.44,20.5 9.07,21.39 10.89,21.78C10.28,21.92 9.65,22 9,22A8,8 0 0,1 1,14Z\" /></svg></li><li title=\"alarm note off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alarm-note-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,13V15.8L20,16.8V15H23V13H19M2.38,1.73L1.11,3L3,4.88L2,5.71L3.29,7.24L4.41,6.3L5.21,7.1C1.95,10.85 2.35,16.54 6.11,19.8C7.74,21.22 9.83,22 12,22C12.33,22 12.67,22 13,21.94V19.94C12.67,20 12.33,20 12,20A7,7 0 0,1 5,13C5,11.36 5.57,9.77 6.63,8.5L11.41,13.3L7.5,15.62L8.25,16.85L12.44,14.33L16.38,18.27C15.14,18.88 14.64,20.38 15.25,21.62C15.86,22.86 17.36,23.36 18.6,22.75C19.09,22.5 19.5,22.11 19.73,21.62L20.84,22.73L22.11,21.46L2.38,1.73M12,6C15.1,6 17.83,8.03 18.71,11H20.78C19.85,6.9 16.2,4 12,4C10.65,4 9.31,4.3 8.1,4.9L9.62,6.42C10.38,6.14 11.19,6 12,6M11.5,8.3L13,9.8V8H11.5V8.3M7.88,3.39L6.6,1.86L5.76,2.56L7.18,4L7.88,3.39M17.4,1.86L16.11,3.39L20.71,7.25L22,5.72L17.4,1.86Z\" /></svg></li><li title=\"alarm note \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alarm-note\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17.4,1.86L16.11,3.39L20.71,7.25L22,5.72L17.4,1.86M6.6,1.86L2,5.71L3.29,7.24L7.88,3.39L6.6,1.86M12,4A9,9 0 0,0 3,13A9,9 0 0,0 12,22C12.33,22 12.67,22 13,21.94V19.94C12.67,20 12.33,20 12,20A7,7 0 0,1 5,13A7,7 0 0,1 12,6C15.1,6 17.83,8.03 18.71,11H20.78C19.85,6.9 16.2,4 12,4M23,15H20V20.5A2.5,2.5 0 0,1 17.5,23A2.5,2.5 0 0,1 15,20.5A2.5,2.5 0 0,1 17.5,18C18.04,18 18.57,18.18 19,18.5V13H23V15M11.5,8V13.25L7.5,15.62L8.25,16.85L13,14V8H11.5Z\" /></svg></li><li title=\"alarm off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alarm-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8,3.28L6.6,1.86L5.74,2.57L7.16,4M16.47,18.39C15.26,19.39 13.7,20 12,20A7,7 0 0,1 5,13C5,11.3 5.61,9.74 6.61,8.53M2.92,2.29L1.65,3.57L3,4.9L1.87,5.83L3.29,7.25L4.4,6.31L5.2,7.11C3.83,8.69 3,10.75 3,13A9,9 0 0,0 12,22C14.25,22 16.31,21.17 17.89,19.8L20.09,22L21.36,20.73L3.89,3.27L2.92,2.29M22,5.72L17.4,1.86L16.11,3.39L20.71,7.25L22,5.72M12,6A7,7 0 0,1 19,13C19,13.84 18.84,14.65 18.57,15.4L20.09,16.92C20.67,15.73 21,14.41 21,13A9,9 0 0,0 12,4C10.59,4 9.27,4.33 8.08,4.91L9.6,6.43C10.35,6.16 11.16,6 12,6Z\" /></svg></li><li title=\"alarm panel outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alarm-panel-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9 12H6V10H9V12M13.5 10H10.5V12H13.5V10M18 10H15V12H18V10M18 6H6V9H18V6M20 5H4L4 19L20 19L20 5L20 5M20 3C21.1 3 22 3.9 22 5V19C22 20.1 21.1 21 20 21H4C2.9 21 2 20.1 2 19V5C2 3.9 2.9 3 4 3H20M9 13H6V15H9V13M13.5 13H10.5V15H13.5V13M18 13H15V15H18V13M9 16H6V18H9V16M13.5 16H10.5V18H13.5V16M18 16H15V18H18V16Z\" /></svg></li><li title=\"alarm panel \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alarm-panel\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 3H4C2.9 3 2 3.9 2 5V19C2 20.1 2.9 21 4 21H20C21.1 21 22 20.1 22 19V5C22 3.9 21.1 3 20 3M8 19H5V17H8V19M8 16H5V14H8V16M8 13H5V11H8V13M13.5 19H10.5V17H13.5V19M13.5 16H10.5V14H13.5V16M13.5 13H10.5V11H13.5V13M19 19H16V17H19V19M19 16H16V14H19V16M19 13H16V11H19V13M19 9H5V5H19V9Z\" /></svg></li><li title=\"alarm plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alarm-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,9H11V12H8V14H11V17H13V14H16V12H13M12,20A7,7 0 0,1 5,13A7,7 0 0,1 12,6A7,7 0 0,1 19,13A7,7 0 0,1 12,20M12,4A9,9 0 0,0 3,13A9,9 0 0,0 12,22A9,9 0 0,0 21,13A9,9 0 0,0 12,4M22,5.72L17.4,1.86L16.11,3.39L20.71,7.25M7.88,3.39L6.6,1.86L2,5.71L3.29,7.24L7.88,3.39Z\" /></svg></li><li title=\"alarm snooze \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alarm-snooze\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.88,3.39L6.6,1.86L2,5.71L3.29,7.24L7.88,3.39M22,5.72L17.4,1.86L16.11,3.39L20.71,7.25L22,5.72M12,4A9,9 0 0,0 3,13A9,9 0 0,0 12,22A9,9 0 0,0 21,13A9,9 0 0,0 12,4M12,20A7,7 0 0,1 5,13A7,7 0 0,1 12,6A7,7 0 0,1 19,13A7,7 0 0,1 12,20M9,11H12.63L9,15.2V17H15V15H11.37L15,10.8V9H9V11Z\" /></svg></li><li title=\"alarm \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alarm\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,20A7,7 0 0,1 5,13A7,7 0 0,1 12,6A7,7 0 0,1 19,13A7,7 0 0,1 12,20M12,4A9,9 0 0,0 3,13A9,9 0 0,0 12,22A9,9 0 0,0 21,13A9,9 0 0,0 12,4M12.5,8H11V14L15.75,16.85L16.5,15.62L12.5,13.25V8M7.88,3.39L6.6,1.86L2,5.71L3.29,7.24L7.88,3.39M22,5.72L17.4,1.86L16.11,3.39L20.71,7.25L22,5.72Z\" /></svg></li><li title=\"album \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-album\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,11A1,1 0 0,0 11,12A1,1 0 0,0 12,13A1,1 0 0,0 13,12A1,1 0 0,0 12,11M12,16.5C9.5,16.5 7.5,14.5 7.5,12C7.5,9.5 9.5,7.5 12,7.5C14.5,7.5 16.5,9.5 16.5,12C16.5,14.5 14.5,16.5 12,16.5M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z\" /></svg></li><li title=\"alert box outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alert-box-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,19H5V5H19M19,3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3M11,15H13V17H11V15M11,7H13V13H11V7\" /></svg></li><li title=\"alert box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alert-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3M13,13V7H11V13H13M13,17V15H11V17H13Z\" /></svg></li><li title=\"alert circle check outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alert-circle-check-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.75 22.16L16 19.16L17.16 18L18.75 19.59L22.34 16L23.5 17.41L18.75 22.16M11 15H13V17H11V15M11 7H13V13H11V7M12 2C17.5 2 22 6.5 22 12L21.92 13.31C21.31 13.11 20.67 13 19.94 13L20 12C20 7.58 16.42 4 12 4C7.58 4 4 7.58 4 12C4 16.42 7.58 20 12 20C12.71 20 13.39 19.91 14.05 19.74C14.13 20.42 14.33 21.06 14.62 21.65C13.78 21.88 12.9 22 12 22C6.47 22 2 17.5 2 12C2 6.5 6.47 2 12 2Z\" /></svg></li><li title=\"alert circle check \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alert-circle-check\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.75 22.16L16 19.16L17.16 18L18.75 19.59L22.34 16L23.5 17.41L18.75 22.16M13 13V7H11V13H13M13 17V15H11V17H13M12 2C17.5 2 22 6.5 22 12L21.91 13.31C21.31 13.11 20.67 13 20 13C16.69 13 14 15.69 14 19C14 19.95 14.22 20.85 14.62 21.65C13.78 21.88 12.91 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2Z\" /></svg></li><li title=\"alert circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alert-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,15H13V17H11V15M11,7H13V13H11V7M12,2C6.47,2 2,6.5 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M12,20A8,8 0 0,1 4,12A8,8 0 0,1 12,4A8,8 0 0,1 20,12A8,8 0 0,1 12,20Z\" /></svg></li><li title=\"alert circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alert-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,13H11V7H13M13,17H11V15H13M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z\" /></svg></li><li title=\"alert decagram outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alert-decagram-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23,12L20.56,14.78L20.9,18.46L17.29,19.28L15.4,22.46L12,21L8.6,22.47L6.71,19.29L3.1,18.47L3.44,14.78L1,12L3.44,9.21L3.1,5.53L6.71,4.72L8.6,1.54L12,3L15.4,1.54L17.29,4.72L20.9,5.54L20.56,9.22L23,12M20.33,12L18.5,9.89L18.74,7.1L16,6.5L14.58,4.07L12,5.18L9.42,4.07L8,6.5L5.26,7.09L5.5,9.88L3.67,12L5.5,14.1L5.26,16.9L8,17.5L9.42,19.93L12,18.81L14.58,19.92L16,17.5L18.74,16.89L18.5,14.1L20.33,12M11,15H13V17H11V15M11,7H13V13H11V7\" /></svg></li><li title=\"alert decagram \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alert-decagram\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23,12L20.56,9.22L20.9,5.54L17.29,4.72L15.4,1.54L12,3L8.6,1.54L6.71,4.72L3.1,5.53L3.44,9.21L1,12L3.44,14.78L3.1,18.47L6.71,19.29L8.6,22.47L12,21L15.4,22.46L17.29,19.28L20.9,18.46L20.56,14.78L23,12M13,17H11V15H13V17M13,13H11V7H13V13Z\" /></svg></li><li title=\"alert minus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alert-minus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11 15.5H13V17.5H11V15.5M14 19C14 18.86 14 18.73 14 18.6H5.4L12 7.3L16.11 14.44C16.62 14 17.2 13.65 17.84 13.41L12 3.3L2 20.6H14.22C14.08 20.09 14 19.56 14 19M13 10.5H11V14.5H13V10.5M16 18V20H24V18H16Z\" /></svg></li><li title=\"alert minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alert-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14 19C14 16.21 15.91 13.87 18.5 13.2L12 2L1 21H14.35C14.13 20.37 14 19.7 14 19M13 18H11V16H13V18M13 14H11V10H13V14M24 18V20H16V18H24Z\" /></svg></li><li title=\"alert octagon outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alert-octagon-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8.27,3L3,8.27V15.73L8.27,21H15.73C17.5,19.24 21,15.73 21,15.73V8.27L15.73,3M9.1,5H14.9L19,9.1V14.9L14.9,19H9.1L5,14.9V9.1M11,15H13V17H11V15M11,7H13V13H11V7\" /></svg></li><li title=\"alert octagon \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alert-octagon\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 13H11V7H13M11 15H13V17H11M15.73 3H8.27L3 8.27V15.73L8.27 21H15.73L21 15.73V8.27L15.73 3Z\" /></svg></li><li title=\"alert octagram outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alert-octagram-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2.2,16.06L3.88,12L2.2,7.94L6.26,6.26L7.94,2.2L12,3.88L16.06,2.2L17.74,6.26L21.8,7.94L20.12,12L21.8,16.06L17.74,17.74L16.06,21.8L12,20.12L7.94,21.8L6.26,17.74L2.2,16.06M4.81,9L6.05,12L4.81,15L7.79,16.21L9,19.19L12,17.95L15,19.19L16.21,16.21L19.19,15L17.95,12L19.19,9L16.21,7.79L15,4.81L12,6.05L9,4.81L7.79,7.79L4.81,9M11,15H13V17H11V15M11,7H13V13H11V7\" /></svg></li><li title=\"alert octagram \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alert-octagram\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2.2,16.06L3.88,12L2.2,7.94L6.26,6.26L7.94,2.2L12,3.88L16.06,2.2L17.74,6.26L21.8,7.94L20.12,12L21.8,16.06L17.74,17.74L16.06,21.8L12,20.12L7.94,21.8L6.26,17.74L2.2,16.06M13,17V15H11V17H13M13,13V7H11V13H13Z\" /></svg></li><li title=\"alert outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alert-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2L1,21H23M12,6L19.53,19H4.47M11,10V14H13V10M11,16V18H13V16\" /></svg></li><li title=\"alert plus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alert-plus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11 15.5H13V17.5H11V15.5M14 19C14 18.86 14 18.73 14 18.6H5.4L12 7.3L16.11 14.44C16.62 14 17.2 13.65 17.84 13.41L12 3.3L2 20.6H14.22C14.08 20.09 14 19.56 14 19M13 10.5H11V14.5H13V10.5M19 15V18H16V20H19V23H21V20H24V18H21V15H19Z\" /></svg></li><li title=\"alert plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alert-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14 19C14 16.21 15.91 13.87 18.5 13.2L12 2L1 21H14.35C14.13 20.37 14 19.7 14 19M13 18H11V16H13V18M13 14H11V10H13V14M21 15V18H24V20H21V23H19V20H16V18H19V15H21Z\" /></svg></li><li title=\"alert remove outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alert-remove-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11 15.5H13V17.5H11V15.5M14 19C14 18.86 14 18.73 14 18.6H5.4L12 7.3L16.11 14.44C16.62 14 17.2 13.65 17.84 13.41L12 3.3L2 20.6H14.22C14.08 20.09 14 19.56 14 19M13 10.5H11V14.5H13V10.5M22.12 15.46L20 17.59L17.88 15.46L16.47 16.88L18.59 19L16.47 21.12L17.88 22.54L20 20.41L22.12 22.54L23.54 21.12L21.41 19L23.54 16.88L22.12 15.46Z\" /></svg></li><li title=\"alert remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alert-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14 19C14 16.21 15.91 13.87 18.5 13.2L12 2L1 21H14.35C14.13 20.37 14 19.7 14 19M13 18H11V16H13V18M13 14H11V10H13V14M23.54 16.88L21.41 19L23.54 21.12L22.12 22.54L20 20.41L17.88 22.54L16.47 21.12L18.59 19L16.47 16.88L17.88 15.47L20 17.59L22.12 15.46L23.54 16.88Z\" /></svg></li><li title=\"alert rhombus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alert-rhombus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2C11.5 2 11 2.19 10.59 2.59L2.59 10.59C1.8 11.37 1.8 12.63 2.59 13.41L10.59 21.41C11.37 22.2 12.63 22.2 13.41 21.41L21.41 13.41C22.2 12.63 22.2 11.37 21.41 10.59L13.41 2.59C13 2.19 12.5 2 12 2M12 4L20 12L12 20L4 12M11 7V13H13V7M11 15V17H13V15Z\" /></svg></li><li title=\"alert rhombus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alert-rhombus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2C11.5 2 11 2.19 10.59 2.59L2.59 10.59C1.8 11.37 1.8 12.63 2.59 13.41L10.59 21.41C11.37 22.2 12.63 22.2 13.41 21.41L21.41 13.41C22.2 12.63 22.2 11.37 21.41 10.59L13.41 2.59C13 2.19 12.5 2 12 2M11 7H13V13H11V7M11 15H13V17H11V15Z\" /></svg></li><li title=\"alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 14H11V9H13M13 18H11V16H13M1 21H23L12 2L1 21Z\" /></svg></li><li title=\"alien outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alien-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10.31 10.93C11.33 12.57 11.18 14.5 9.96 15.28C8.74 16.04 6.92 15.33 5.89 13.69C4.87 12.05 5.03 10.1 6.25 9.34C7.47 8.58 9.29 9.29 10.31 10.93M12 17.75C14 17.75 14.5 17 14.5 17C14.5 17 14 19 12 19C10 19 9.5 17.03 9.5 17C9.5 17 10 17.75 12 17.75M17.75 9.34C18.97 10.1 19.13 12.05 18.11 13.69C17.08 15.33 15.26 16.04 14.04 15.28C12.82 14.5 12.67 12.57 13.69 10.93C14.71 9.29 16.53 8.58 17.75 9.34M12 20C14.5 20 20 14.86 20 11C20 7.14 16.41 4 12 4C7.59 4 4 7.14 4 11C4 14.86 9.5 20 12 20M12 2C17.5 2 22 6.04 22 11C22 15.08 16.32 22 12 22C7.68 22 2 15.08 2 11C2 6.04 6.5 2 12 2Z\" /></svg></li><li title=\"alien \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alien\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,3C16.97,3 21,6.58 21,11C21,15.42 15,21 12,21C9,21 3,15.42 3,11C3,6.58 7.03,3 12,3M10.31,10.93C9.29,9.29 7.47,8.58 6.25,9.34C5.03,10.1 4.87,12.05 5.89,13.69C6.92,15.33 8.74,16.04 9.96,15.28C11.18,14.5 11.33,12.57 10.31,10.93M13.69,10.93C12.67,12.57 12.82,14.5 14.04,15.28C15.26,16.04 17.08,15.33 18.11,13.69C19.13,12.05 18.97,10.1 17.75,9.34C16.53,8.58 14.71,9.29 13.69,10.93M12,17.75C10,17.75 9.5,17 9.5,17C9.5,17.03 10,19 12,19C14,19 14.5,17 14.5,17C14.5,17 14,17.75 12,17.75Z\" /></svg></li><li title=\"align horizontal center \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-align-horizontal-center\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11 2H13V7H21V10H13V14H18V17H13V22H11V17H6V14H11V10H3V7H11V2Z\" /></svg></li><li title=\"align horizontal distribute \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-align-horizontal-distribute\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 22H2V2H4V22M22 2H20V22H22V2M13.5 7H10.5V17H13.5V7Z\" /></svg></li><li title=\"align horizontal left \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-align-horizontal-left\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 22H2V2H4V22M22 7H6V10H22V7M16 14H6V17H16V14Z\" /></svg></li><li title=\"align horizontal right \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-align-horizontal-right\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 2H22V22H20V2M2 10H18V7H2V10M8 17H18V14H8V17Z\" /></svg></li><li title=\"align vertical bottom \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-align-vertical-bottom\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 22H2V20H22V22M10 2H7V18H10V2M17 8H14V18H17V8Z\" /></svg></li><li title=\"align vertical center \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-align-vertical-center\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 11H17V6H14V11H10V3H7V11H1.8V13H7V21H10V13H14V18H17V13H22V11Z\" /></svg></li><li title=\"align vertical distribute \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-align-vertical-distribute\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 2V4H2V2H22M7 10.5V13.5H17V10.5H7M2 20V22H22V20H2Z\" /></svg></li><li title=\"align vertical top \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-align-vertical-top\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 2V4H2V2H22M7 22H10V6H7V22M14 16H17V6H14V16Z\" /></svg></li><li title=\"all inclusive box outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-all-inclusive-box-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 12C19 13.84 17.5 15.34 15.66 15.34C14.77 15.34 13.94 15 13.31 14.36L12.71 13.76L13.77 12.71C14.04 13 14.37 13.3 14.37 13.3C14.71 13.65 15.18 13.84 15.67 13.84C16.68 13.84 17.5 13 17.5 12S16.68 10.16 15.67 10.16C15.18 10.16 14.71 10.36 14.37 10.7L10.7 14.36C10.07 15 9.23 15.34 8.34 15.34C6.5 15.34 5 13.84 5 12S6.5 8.66 8.34 8.66C9.23 8.66 10.07 9 10.7 9.64L11.29 10.24L10.23 11.3L9.64 10.7C9.29 10.36 8.83 10.16 8.34 10.16C7.32 10.16 6.5 11 6.5 12S7.32 13.84 8.34 13.84C8.83 13.84 9.29 13.65 9.64 13.3L13.31 9.64C13.94 9 14.77 8.66 15.66 8.66C17.5 8.66 19 10.16 19 12M21 5V19C21 20.11 20.11 21 19 21H5C3.9 21 3 20.11 3 19V5C3 3.89 3.89 3 5 3H19C20.1 3 21 3.89 21 5M19 5H5V19H19V5Z\" /></svg></li><li title=\"all inclusive box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-all-inclusive-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 3H5C3.89 3 3 3.89 3 5V19C3 20.11 3.9 21 5 21H19C20.11 21 21 20.11 21 19V5C21 3.89 20.1 3 19 3M16.1 15.9C15.07 15.9 14.09 15.5 13.35 14.76L12.71 14.12L14.13 12.71L14.76 13.34C15.12 13.7 15.6 13.9 16.11 13.9C17.15 13.9 18 13.05 18 12S17.15 10.1 16.1 10.1C15.6 10.1 15.12 10.3 14.76 10.66L10.65 14.76C9.91 15.5 8.94 15.9 7.9 15.9C5.75 15.9 4 14.15 4 12S5.75 8.1 7.9 8.1C8.94 8.1 9.91 8.5 10.65 9.24L11.29 9.88L9.87 11.3L9.24 10.66C8.88 10.3 8.4 10.1 7.9 10.1C6.85 10.1 6 10.95 6 12S6.85 13.9 7.9 13.9C8.4 13.9 8.88 13.7 9.24 13.34L13.35 9.24C14.09 8.5 15.06 8.1 16.1 8.1C18.25 8.1 20 9.85 20 12S18.25 15.9 16.1 15.9Z\" /></svg></li><li title=\"all inclusive \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-all-inclusive\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.6,6.62C17.16,6.62 15.8,7.18 14.83,8.15L7.8,14.39C7.16,15.03 6.31,15.38 5.4,15.38C3.53,15.38 2,13.87 2,12C2,10.13 3.53,8.62 5.4,8.62C6.31,8.62 7.16,8.97 7.84,9.65L8.97,10.65L10.5,9.31L9.22,8.2C8.2,7.18 6.84,6.62 5.4,6.62C2.42,6.62 0,9.04 0,12C0,14.96 2.42,17.38 5.4,17.38C6.84,17.38 8.2,16.82 9.17,15.85L16.2,9.61C16.84,8.97 17.69,8.62 18.6,8.62C20.47,8.62 22,10.13 22,12C22,13.87 20.47,15.38 18.6,15.38C17.7,15.38 16.84,15.03 16.16,14.35L15,13.34L13.5,14.68L14.78,15.8C15.8,16.81 17.15,17.37 18.6,17.37C21.58,17.37 24,14.96 24,12C24,9 21.58,6.62 18.6,6.62Z\" /></svg></li><li title=\"allergy \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-allergy\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.75 5.33A1.25 1.25 0 0 0 18.5 6.58V11.17H17.67V4.08A1.25 1.25 0 0 0 15.17 4.08V11.17H14.33V3.25A1.25 1.25 0 1 0 11.83 3.25V11.17H11V5.33A1.25 1.25 0 0 0 8.5 5.33V15.26L4.91 13.26A1 1 0 0 0 4.41 13.12A1 1 0 0 0 3.75 13.37L2.67 14.37L9.21 21A3.29 3.29 0 0 0 11.58 22H17.67A3.33 3.33 0 0 0 21 18.67V6.58A1.25 1.25 0 0 0 19.75 5.33M11 15A1 1 0 1 1 12 14A1 1 0 0 1 11 15M13 18A1 1 0 1 1 14 17A1 1 0 0 1 13 18M18 16A1 1 0 1 1 19 15A1 1 0 0 1 18 16M17 19A1 1 0 1 1 18 18A1 1 0 0 1 17 19M15 15A1 1 0 1 1 16 14A1 1 0 0 1 15 15Z\" /></svg></li><li title=\"alpha a box outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-a-box-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,5A2,2 0 0,1 5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5C3.89,21 3,20.1 3,19V5M5,5V19H19V5H5M11,7H13A2,2 0 0,1 15,9V17H13V13H11V17H9V9A2,2 0 0,1 11,7M11,9V11H13V9H11Z\" /></svg></li><li title=\"alpha a box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-a-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,5A2,2 0 0,1 5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5C3.89,21 3,20.1 3,19V5M11,7A2,2 0 0,0 9,9V17H11V13H13V17H15V9A2,2 0 0,0 13,7H11M11,9H13V11H11V9Z\" /></svg></li><li title=\"alpha a circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-a-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,7H13A2,2 0 0,1 15,9V17H13V13H11V17H9V9A2,2 0 0,1 11,7M11,9V11H13V9H11M12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2Z\" /></svg></li><li title=\"alpha a circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-a-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M11,7A2,2 0 0,0 9,9V17H11V13H13V17H15V9A2,2 0 0,0 13,7H11M11,9H13V11H11V9Z\" /></svg></li><li title=\"alpha a \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-a\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,7A2,2 0 0,0 9,9V17H11V13H13V17H15V9A2,2 0 0,0 13,7H11M11,9H13V11H11V9Z\" /></svg></li><li title=\"alpha b box outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-b-box-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,10.5C15,11.3 14.3,12 13.5,12C14.3,12 15,12.7 15,13.5V15A2,2 0 0,1 13,17H9V7H13A2,2 0 0,1 15,9V10.5M13,15V13H11V15H13M13,11V9H11V11H13M3,5A2,2 0 0,1 5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5C3.89,21 3,20.1 3,19V5M5,5V19H19V5H5Z\" /></svg></li><li title=\"alpha b box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-b-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3M15,10.5V9A2,2 0 0,0 13,7H9V17H13A2,2 0 0,0 15,15V13.5C15,12.7 14.3,12 13.5,12C14.3,12 15,11.3 15,10.5M13,15H11V13H13V15M13,11H11V9H13V11Z\" /></svg></li><li title=\"alpha b circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-b-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,10.5C15,11.3 14.3,12 13.5,12C14.3,12 15,12.7 15,13.5V15A2,2 0 0,1 13,17H9V7H13A2,2 0 0,1 15,9V10.5M13,15V13H11V15H13M13,11V9H11V11H13M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z\" /></svg></li><li title=\"alpha b circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-b-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M15,10.5V9A2,2 0 0,0 13,7H9V17H13A2,2 0 0,0 15,15V13.5C15,12.7 14.3,12 13.5,12C14.3,12 15,11.3 15,10.5M13,15H11V13H13V15M13,11H11V9H13V11Z\" /></svg></li><li title=\"alpha b \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-b\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,10.5V9A2,2 0 0,0 13,7H9V17H13A2,2 0 0,0 15,15V13.5C15,12.7 14.3,12 13.5,12C14.3,12 15,11.3 15,10.5M13,15H11V13H13V15M13,11H11V9H13V11Z\" /></svg></li><li title=\"alpha c box outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-c-box-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,5A2,2 0 0,1 5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5C3.89,21 3,20.1 3,19V5M5,5V19H19V5H5M11,7H13A2,2 0 0,1 15,9V10H13V9H11V15H13V14H15V15A2,2 0 0,1 13,17H11A2,2 0 0,1 9,15V9A2,2 0 0,1 11,7Z\" /></svg></li><li title=\"alpha c box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-c-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3M11,7A2,2 0 0,0 9,9V15A2,2 0 0,0 11,17H13A2,2 0 0,0 15,15V14H13V15H11V9H13V10H15V9A2,2 0 0,0 13,7H11Z\" /></svg></li><li title=\"alpha c circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-c-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,7H13A2,2 0 0,1 15,9V10H13V9H11V15H13V14H15V15A2,2 0 0,1 13,17H11A2,2 0 0,1 9,15V9A2,2 0 0,1 11,7M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z\" /></svg></li><li title=\"alpha c circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-c-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M11,7A2,2 0 0,0 9,9V15A2,2 0 0,0 11,17H13A2,2 0 0,0 15,15V14H13V15H11V9H13V10H15V9A2,2 0 0,0 13,7H11Z\" /></svg></li><li title=\"alpha c \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-c\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,7A2,2 0 0,0 9,9V15A2,2 0 0,0 11,17H13A2,2 0 0,0 15,15V14H13V15H11V9H13V10H15V9A2,2 0 0,0 13,7H11Z\" /></svg></li><li title=\"alpha d box outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-d-box-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7H13A2,2 0 0,1 15,9V15A2,2 0 0,1 13,17H9V7M11,9V15H13V9H11M3,5A2,2 0 0,1 5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5C3.89,21 3,20.1 3,19V5M5,5V19H19V5H5Z\" /></svg></li><li title=\"alpha d box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-d-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7V17H13A2,2 0 0,0 15,15V9A2,2 0 0,0 13,7H9M11,9H13V15H11V9M5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3Z\" /></svg></li><li title=\"alpha d circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-d-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7H13A2,2 0 0,1 15,9V15A2,2 0 0,1 13,17H9V7M11,9V15H13V9H11M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z\" /></svg></li><li title=\"alpha d circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-d-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M9,7V17H13A2,2 0 0,0 15,15V9A2,2 0 0,0 13,7H9M11,9H13V15H11V9Z\" /></svg></li><li title=\"alpha d \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-d\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7V17H13A2,2 0 0,0 15,15V9A2,2 0 0,0 13,7H9M11,9H13V15H11V9Z\" /></svg></li><li title=\"alpha e box outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-e-box-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7H15V9H11V11H15V13H11V15H15V17H9V7M3,5A2,2 0 0,1 5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5C3.89,21 3,20.1 3,19V5M5,5V19H19V5H5Z\" /></svg></li><li title=\"alpha e box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-e-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7V17H15V15H11V13H15V11H11V9H15V7H9M5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3Z\" /></svg></li><li title=\"alpha e circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-e-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7H15V9H11V11H15V13H11V15H15V17H9V7M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z\" /></svg></li><li title=\"alpha e circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-e-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M9,7V17H15V15H11V13H15V11H11V9H15V7H9Z\" /></svg></li><li title=\"alpha e \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-e\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7V17H15V15H11V13H15V11H11V9H15V7H9Z\" /></svg></li><li title=\"alpha f box outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-f-box-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7H15V9H11V11H14V13H11V17H9V7M3,5A2,2 0 0,1 5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5C3.89,21 3,20.1 3,19V5M5,5V19H19V5H5Z\" /></svg></li><li title=\"alpha f box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-f-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7V17H11V13H14V11H11V9H15V7H9M5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3Z\" /></svg></li><li title=\"alpha f circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-f-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7H15V9H11V11H14V13H11V17H9V7M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z\" /></svg></li><li title=\"alpha f circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-f-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M9,7V17H11V13H14V11H11V9H15V7H9Z\" /></svg></li><li title=\"alpha f \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-f\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7V17H11V13H14V11H11V9H15V7H9Z\" /></svg></li><li title=\"alpha g box outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-g-box-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,7H15V9H11V15H13V11H15V15A2,2 0 0,1 13,17H11A2,2 0 0,1 9,15V9A2,2 0 0,1 11,7M3,5A2,2 0 0,1 5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5C3.89,21 3,20.1 3,19V5M5,5V19H19V5H5Z\" /></svg></li><li title=\"alpha g box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-g-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,7A2,2 0 0,0 9,9V15A2,2 0 0,0 11,17H13A2,2 0 0,0 15,15V11H13V15H11V9H15V7H11M5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3Z\" /></svg></li><li title=\"alpha g circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-g-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,7H15V9H11V15H13V11H15V15A2,2 0 0,1 13,17H11A2,2 0 0,1 9,15V9A2,2 0 0,1 11,7M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z\" /></svg></li><li title=\"alpha g circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-g-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M11,7A2,2 0 0,0 9,9V15A2,2 0 0,0 11,17H13A2,2 0 0,0 15,15V11H13V15H11V9H15V7H11Z\" /></svg></li><li title=\"alpha g \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-g\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,7A2,2 0 0,0 9,9V15A2,2 0 0,0 11,17H13A2,2 0 0,0 15,15V11H13V15H11V9H15V7H11Z\" /></svg></li><li title=\"alpha h box outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-h-box-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7H11V11H13V7H15V17H13V13H11V17H9V7M3,5A2,2 0 0,1 5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5C3.89,21 3,20.1 3,19V5M5,5V19H19V5H5Z\" /></svg></li><li title=\"alpha h box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-h-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7V17H11V13H13V17H15V7H13V11H11V7H9M5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3Z\" /></svg></li><li title=\"alpha h circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-h-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7H11V11H13V7H15V17H13V13H11V17H9V7M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z\" /></svg></li><li title=\"alpha h circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-h-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M9,7V17H11V13H13V17H15V7H13V11H11V7H9Z\" /></svg></li><li title=\"alpha h \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-h\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7V17H11V13H13V17H15V7H13V11H11V7H9Z\" /></svg></li><li title=\"alpha i box outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-i-box-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,7V9H13V15H14V17H10V15H11V9H10V7H14M5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3M5,5V19H19V5H5Z\" /></svg></li><li title=\"alpha i box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-i-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,7H10V9H11V15H10V17H14V15H13V9H14V7M5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3Z\" /></svg></li><li title=\"alpha i circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-i-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,7V9H13V15H14V17H10V15H11V9H10V7H14M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z\" /></svg></li><li title=\"alpha i circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-i-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M14,7H10V9H11V15H10V17H14V15H13V9H14V7Z\" /></svg></li><li title=\"alpha i \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-i\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,7V9H13V15H14V17H10V15H11V9H10V7H14Z\" /></svg></li><li title=\"alpha j box outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-j-box-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,7H15V15A2,2 0 0,1 13,17H11A2,2 0 0,1 9,15V14H11V15H13V7M5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3M5,5V19H19V5H5Z\" /></svg></li><li title=\"alpha j box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-j-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,7V15H11V14H9V15A2,2 0 0,0 11,17H13A2,2 0 0,0 15,15V7H13M5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3Z\" /></svg></li><li title=\"alpha j circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-j-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,7H15V15A2,2 0 0,1 13,17H11A2,2 0 0,1 9,15V14H11V15H13V7M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z\" /></svg></li><li title=\"alpha j circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-j-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M13,7V15H11V14H9V15A2,2 0 0,0 11,17H13A2,2 0 0,0 15,15V7H13Z\" /></svg></li><li title=\"alpha j \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-j\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,7V15H11V14H9V15A2,2 0 0,0 11,17H13A2,2 0 0,0 15,15V7H13Z\" /></svg></li><li title=\"alpha k box outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-k-box-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7H11V10.33L13,7H15L12,12L15,17H13L11,13.67V17H9V7M5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3M5,5V19H19V5H5Z\" /></svg></li><li title=\"alpha k box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-k-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7V17H11V13.67L13,17H15L12,12L15,7H13L11,10.33V7H9M5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3Z\" /></svg></li><li title=\"alpha k circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-k-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7H11V10.33L13,7H15L12,12L15,17H13L11,13.67V17H9V7M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z\" /></svg></li><li title=\"alpha k circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-k-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M9,7V17H11V13.67L13,17H15L12,12L15,7H13L11,10.33V7H9Z\" /></svg></li><li title=\"alpha k \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-k\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7V17H11V13.67L13,17H15L12,12L15,7H13L11,10.33V7H9Z\" /></svg></li><li title=\"alpha l box outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-l-box-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7H11V15H15V17H9V7M5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3M5,5V19H19V5H5Z\" /></svg></li><li title=\"alpha l box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-l-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7V17H15V15H11V7H9M5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3Z\" /></svg></li><li title=\"alpha l circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-l-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7H11V15H15V17H9V7M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z\" /></svg></li><li title=\"alpha l circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-l-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7V17H15V15H11V7H9M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2Z\" /></svg></li><li title=\"alpha l \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-l\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7V17H15V15H11V7H9Z\" /></svg></li><li title=\"alpha m box outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-m-box-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7H15A2,2 0 0,1 17,9V17H15V9H13V16H11V9H9V17H7V9A2,2 0 0,1 9,7M5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3M5,5V19H19V5H5Z\" /></svg></li><li title=\"alpha m box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-m-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7A2,2 0 0,0 7,9V17H9V9H11V16H13V9H15V17H17V9A2,2 0 0,0 15,7H9M5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3Z\" /></svg></li><li title=\"alpha m circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-m-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7H15A2,2 0 0,1 17,9V17H15V9H13V16H11V9H9V17H7V9A2,2 0 0,1 9,7M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z\" /></svg></li><li title=\"alpha m circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-m-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7A2,2 0 0,0 7,9V17H9V9H11V16H13V9H15V17H17V9A2,2 0 0,0 15,7H9M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2Z\" /></svg></li><li title=\"alpha m \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-m\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7A2,2 0 0,0 7,9V17H9V9H11V16H13V9H15V17H17V9A2,2 0 0,0 15,7H9Z\" /></svg></li><li title=\"alpha n box outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-n-box-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7H11L13,12V7H15V17H13L11,12V17H9V7M5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3M5,5V19H19V5H5Z\" /></svg></li><li title=\"alpha n box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-n-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7V17H11V12L13,17H15V7H13V12L11,7H9M5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3Z\" /></svg></li><li title=\"alpha n circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-n-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7H11L13,12V7H15V17H13L11,12V17H9V7M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z\" /></svg></li><li title=\"alpha n circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-n-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7V17H11V12L13,17H15V7H13V12L11,7H9M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2Z\" /></svg></li><li title=\"alpha n \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-n\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7V17H11V12L13,17H15V7H13V12L11,7H9Z\" /></svg></li><li title=\"alpha o box outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-o-box-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3M5,5V19H19V5H5M11,7H13A2,2 0 0,1 15,9V15A2,2 0 0,1 13,17H11A2,2 0 0,1 9,15V9A2,2 0 0,1 11,7M11,9V15H13V9H11Z\" /></svg></li><li title=\"alpha o box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-o-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,7A2,2 0 0,0 9,9V15A2,2 0 0,0 11,17H13A2,2 0 0,0 15,15V9A2,2 0 0,0 13,7H11M11,9H13V15H11V9M5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3Z\" /></svg></li><li title=\"alpha o circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-o-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,7H13A2,2 0 0,1 15,9V15A2,2 0 0,1 13,17H11A2,2 0 0,1 9,15V9A2,2 0 0,1 11,7M11,9V15H13V9H11M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z\" /></svg></li><li title=\"alpha o circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-o-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,7A2,2 0 0,0 9,9V15A2,2 0 0,0 11,17H13A2,2 0 0,0 15,15V9A2,2 0 0,0 13,7H11M11,9H13V15H11V9M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2Z\" /></svg></li><li title=\"alpha o \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-o\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,7A2,2 0 0,0 9,9V15A2,2 0 0,0 11,17H13A2,2 0 0,0 15,15V9A2,2 0 0,0 13,7H11M11,9H13V15H11V9Z\" /></svg></li><li title=\"alpha p box outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-p-box-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7H13A2,2 0 0,1 15,9V11A2,2 0 0,1 13,13H11V17H9V7M11,9V11H13V9H11M5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3M5,5V19H19V5H5Z\" /></svg></li><li title=\"alpha p box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-p-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7V17H11V13H13A2,2 0 0,0 15,11V9A2,2 0 0,0 13,7H9M11,9H13V11H11V9M5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3Z\" /></svg></li><li title=\"alpha p circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-p-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7H13A2,2 0 0,1 15,9V11A2,2 0 0,1 13,13H11V17H9V7M11,9V11H13V9H11M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z\" /></svg></li><li title=\"alpha p circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-p-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7V17H11V13H13A2,2 0 0,0 15,11V9A2,2 0 0,0 13,7H9M11,9H13V11H11V9M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2Z\" /></svg></li><li title=\"alpha p \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-p\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7V17H11V13H13A2,2 0 0,0 15,11V9A2,2 0 0,0 13,7H9M11,9H13V11H11V9Z\" /></svg></li><li title=\"alpha q box outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-q-box-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,4H19A2,2 0 0,1 21,6V20A2,2 0 0,1 19,22H5A2,2 0 0,1 3,20V6A2,2 0 0,1 5,4M5,6V20H19V6H5M11,7H13A2,2 0 0,1 15,9V15A2,2 0 0,1 13,17V19H11V17A2,2 0 0,1 9,15V9A2,2 0 0,1 11,7M11,9V15H13V9H11Z\" /></svg></li><li title=\"alpha q box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-q-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,7A2,2 0 0,0 9,9V15A2,2 0 0,0 11,17V19H13V17A2,2 0 0,0 15,15V9A2,2 0 0,0 13,7H11M11,9H13V15H11V9M5,4H19A2,2 0 0,1 21,6V20A2,2 0 0,1 19,22H5A2,2 0 0,1 3,20V6A2,2 0 0,1 5,4Z\" /></svg></li><li title=\"alpha q circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-q-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4M11,7H13A2,2 0 0,1 15,9V15A2,2 0 0,1 13,17V19H11V17A2,2 0 0,1 9,15V9A2,2 0 0,1 11,7M11,9V15H13V9H11Z\" /></svg></li><li title=\"alpha q circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-q-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M11,7A2,2 0 0,0 9,9V15A2,2 0 0,0 11,17V19H13V17A2,2 0 0,0 15,15V9A2,2 0 0,0 13,7H11M11,9H13V15H11V9Z\" /></svg></li><li title=\"alpha q \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-q\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,7A2,2 0 0,0 9,9V15A2,2 0 0,0 11,17V19H13V17A2,2 0 0,0 15,15V9A2,2 0 0,0 13,7H11M11,9H13V15H11V9Z\" /></svg></li><li title=\"alpha r box outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-r-box-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7H13A2,2 0 0,1 15,9V11C15,11.84 14.5,12.55 13.76,12.85L15,17H13L11.8,13H11V17H9V7M11,9V11H13V9H11M5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3M5,5V19H19V5H5Z\" /></svg></li><li title=\"alpha r box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-r-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7V17H11V13H11.8L13,17H15L13.76,12.85C14.5,12.55 15,11.84 15,11V9A2,2 0 0,0 13,7H9M11,9H13V11H11V9M5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3Z\" /></svg></li><li title=\"alpha r circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-r-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7H13A2,2 0 0,1 15,9V11C15,11.84 14.5,12.55 13.76,12.85L15,17H13L11.8,13H11V17H9V7M11,9V11H13V9H11M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12C4,16.41 7.58,20 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z\" /></svg></li><li title=\"alpha r circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-r-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7V17H11V13H11.8L13,17H15L13.76,12.85C14.5,12.55 15,11.84 15,11V9A2,2 0 0,0 13,7H9M11,9H13V11H11V9M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2Z\" /></svg></li><li title=\"alpha r \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-r\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7V17H11V13H11.8L13,17H15L13.76,12.85C14.5,12.55 15,11.84 15,11V9A2,2 0 0,0 13,7H9M11,9H13V11H11V9Z\" /></svg></li><li title=\"alpha s box outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-s-box-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,7H15V9H11V11H13A2,2 0 0,1 15,13V15A2,2 0 0,1 13,17H9V15H13V13H11A2,2 0 0,1 9,11V9A2,2 0 0,1 11,7M5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3M5,5V19H19V5H5Z\" /></svg></li><li title=\"alpha s box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-s-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,7A2,2 0 0,0 9,9V11A2,2 0 0,0 11,13H13V15H9V17H13A2,2 0 0,0 15,15V13A2,2 0 0,0 13,11H11V9H15V7H11M5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3Z\" /></svg></li><li title=\"alpha s circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-s-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,7H15V9H11V11H13A2,2 0 0,1 15,13V15A2,2 0 0,1 13,17H9V15H13V13H11A2,2 0 0,1 9,11V9A2,2 0 0,1 11,7M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z\" /></svg></li><li title=\"alpha s circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-s-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,7A2,2 0 0,0 9,9V11A2,2 0 0,0 11,13H13V15H9V17H13A2,2 0 0,0 15,15V13A2,2 0 0,0 13,11H11V9H15V7H11M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2Z\" /></svg></li><li title=\"alpha s \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-s\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,7A2,2 0 0,0 9,9V11A2,2 0 0,0 11,13H13V15H9V17H13A2,2 0 0,0 15,15V13A2,2 0 0,0 13,11H11V9H15V7H11Z\" /></svg></li><li title=\"alpha t box outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-t-box-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7H15V9H13V17H11V9H9V7M5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3M5,5V19H19V5H5Z\" /></svg></li><li title=\"alpha t box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-t-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7V9H11V17H13V9H15V7H9M5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3Z\" /></svg></li><li title=\"alpha t circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-t-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7H15V9H13V17H11V9H9V7M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z\" /></svg></li><li title=\"alpha t circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-t-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7V9H11V17H13V9H15V7H9M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2Z\" /></svg></li><li title=\"alpha t \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-t\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7V9H11V17H13V9H15V7H9Z\" /></svg></li><li title=\"alpha u box outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-u-box-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7H11V15H13V7H15V15A2,2 0 0,1 13,17H11A2,2 0 0,1 9,15V7M5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3M5,5V19H19V5H5Z\" /></svg></li><li title=\"alpha u box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-u-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7V15A2,2 0 0,0 11,17H13A2,2 0 0,0 15,15V7H13V15H11V7H9M5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3Z\" /></svg></li><li title=\"alpha u circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-u-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7H11V15H13V7H15V15A2,2 0 0,1 13,17H11A2,2 0 0,1 9,15V7M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z\" /></svg></li><li title=\"alpha u circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-u-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7V15A2,2 0 0,0 11,17H13A2,2 0 0,0 15,15V7H13V15H11V7H9M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2Z\" /></svg></li><li title=\"alpha u \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-u\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7V15A2,2 0 0,0 11,17H13A2,2 0 0,0 15,15V7H13V15H11V7H9Z\" /></svg></li><li title=\"alpha v box outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-v-box-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7H11L12,12L13,7H15L13,17H11L9,7M5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3M5,5V19H19V5H5Z\" /></svg></li><li title=\"alpha v box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-v-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7L11,17H13L15,7H13L12,12L11,7H9M5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3Z\" /></svg></li><li title=\"alpha v circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-v-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7H11L12,12L13,7H15L13,17H11L9,7M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z\" /></svg></li><li title=\"alpha v circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-v-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7L11,17H13L15,7H13L12,12L11,7H9M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2Z\" /></svg></li><li title=\"alpha v \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-v\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7L11,17H13L15,7H13L12,12L11,7H9Z\" /></svg></li><li title=\"alpha w box outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-w-box-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,17A2,2 0 0,1 7,15V7H9V15H11V8H13V15H15V7H17V15A2,2 0 0,1 15,17H9M5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3M5,5V19H19V5H5Z\" /></svg></li><li title=\"alpha w box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-w-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,17H15A2,2 0 0,0 17,15V7H15V15H13V8H11V15H9V7H7V15A2,2 0 0,0 9,17M5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3Z\" /></svg></li><li title=\"alpha w circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-w-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,17A2,2 0 0,1 7,15V7H9V15H11V8H13V15H15V7H17V15A2,2 0 0,1 15,17H9M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z\" /></svg></li><li title=\"alpha w circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-w-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,17H15A2,2 0 0,0 17,15V7H15V15H13V8H11V15H9V7H7V15A2,2 0 0,0 9,17M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2Z\" /></svg></li><li title=\"alpha w \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-w\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,17A2,2 0 0,1 7,15V7H9V15H11V8H13V15H15V7H17V15A2,2 0 0,1 15,17H9Z\" /></svg></li><li title=\"alpha x box outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-x-box-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7H11L12,9.5L13,7H15L13,12L15,17H13L12,14.5L11,17H9L11,12L9,7M5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3M5,5V19H19V5H5Z\" /></svg></li><li title=\"alpha x box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-x-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7L11,12L9,17H11L12,14.5L13,17H15L13,12L15,7H13L12,9.5L11,7H9M5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3Z\" /></svg></li><li title=\"alpha x circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-x-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7H11L12,9.5L13,7H15L13,12L15,17H13L12,14.5L11,17H9L11,12L9,7M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z\" /></svg></li><li title=\"alpha x circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-x-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7L11,12L9,17H11L12,14.5L13,17H15L13,12L15,7H13L12,9.5L11,7H9M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2Z\" /></svg></li><li title=\"alpha x \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-x\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7L11,12L9,17H11L12,14.5L13,17H15L13,12L15,7H13L12,9.5L11,7H9Z\" /></svg></li><li title=\"alpha y box outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-y-box-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7H11L12,10L13,7H15L13,13V17H11V13L9,7M5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3M5,5V19H19V5H5Z\" /></svg></li><li title=\"alpha y box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-y-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7L11,13V17H13V13L15,7H13L12,10L11,7H9M5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3Z\" /></svg></li><li title=\"alpha y circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-y-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7H11L12,10L13,7H15L13,13V17H11V13L9,7M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z\" /></svg></li><li title=\"alpha y circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-y-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7L11,13V17H13V13L15,7H13L12,10L11,7H9M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2Z\" /></svg></li><li title=\"alpha y \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-y\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7L11,13V17H13V13L15,7H13L12,10L11,7H9Z\" /></svg></li><li title=\"alpha z box outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-z-box-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7H15V9L11,15H15V17H9V15L13,9H9V7M5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3M5,5V19H19V5H5Z\" /></svg></li><li title=\"alpha z box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-z-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7V9H13L9,15V17H15V15H11L15,9V7H9M5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3Z\" /></svg></li><li title=\"alpha z circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-z-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7H15V9L11,15H15V17H9V15L13,9H9V7M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z\" /></svg></li><li title=\"alpha z circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-z-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7V9H13L9,15V17H15V15H11L15,9V7H9M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2Z\" /></svg></li><li title=\"alpha z \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha-z\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7V9H13L9,15V17H15V15H11L15,9V7H9Z\" /></svg></li><li title=\"alpha \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alpha\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.08,17.8C17.62,17.93 17.21,18 16.85,18C15.65,18 14.84,17.12 14.43,15.35H14.38C13.39,17.26 12,18.21 10.25,18.21C8.94,18.21 7.89,17.72 7.1,16.73C6.31,15.74 5.92,14.5 5.92,13C5.92,11.25 6.37,9.85 7.26,8.76C8.15,7.67 9.36,7.12 10.89,7.12C11.71,7.12 12.45,7.35 13.09,7.8C13.73,8.26 14.22,8.9 14.56,9.73H14.6L15.31,7.33H17.87L15.73,12.65C15.97,13.89 16.22,14.74 16.5,15.19C16.74,15.64 17.08,15.87 17.5,15.87C17.74,15.87 17.93,15.83 18.1,15.76L18.08,17.8M13.82,12.56C13.61,11.43 13.27,10.55 12.81,9.95C12.36,9.34 11.81,9.04 11.18,9.04C10.36,9.04 9.7,9.41 9.21,10.14C8.72,10.88 8.5,11.79 8.5,12.86C8.5,13.84 8.69,14.65 9.12,15.31C9.54,15.97 10.11,16.29 10.82,16.29C11.42,16.29 11.97,16 12.46,15.45C12.96,14.88 13.37,14.05 13.7,12.96L13.82,12.56Z\" /></svg></li><li title=\"alphabet aurebesh \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alphabet-aurebesh\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 4V11H14.23L22 4H19L13.46 9H5V4H3M3 13V20H5V15H13.46L19 20H22L14.23 13H3Z\" /></svg></li><li title=\"alphabet cyrillic \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alphabet-cyrillic\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16 6C14.36 6 13 7.36 13 9V15C13 16.65 14.36 18 16 18H17C18.65 18 20 16.65 20 15V12C20 10.36 18.65 9 17 9H15C15 8.44 15.44 8 16 8H18C19.09 8 20 7.09 20 6M5 9V11H8C8.57 11 9 11.43 9 12H7C5.36 12 4 13.36 4 15C4 16.65 5.36 18 7 18H11V12C11 10.36 9.65 9 8 9M15 11H17C17.57 11 18 11.43 18 12V15C18 15.57 17.57 16 17 16H16C15.43 16 15 15.57 15 15M7 14H9V16H7C6.43 16 6 15.57 6 15C6 14.43 6.43 14 7 14Z\" /></svg></li><li title=\"alphabet greek \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alphabet-greek\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16 6C14.36 6 13 7.36 13 9V21H15V9C15 8.43 15.43 8 16 8H17C17.57 8 18 8.43 18 9V10C18 10.57 17.57 11 17 11H16V13H17C17.57 13 18 13.43 18 14V15C18 15.57 17.57 16 17 16H16V18H17C18.65 18 20 16.65 20 15V14C20 13.18 19.59 12.46 19 12C19.59 11.54 20 10.82 20 10V9C20 7.36 18.65 6 17 6M7 9C5.36 9 4 10.36 4 12V15C4 16.65 5.36 18 7 18H7.7C8.2 18 8.65 17.81 9 17.5V18H11V9H9V9.5C8.65 9.19 8.2 9 7.7 9M7 11H8C8.57 11 9 11.43 9 12V15C9 15.57 8.57 16 8 16H7C6.43 16 6 15.57 6 15V12C6 11.43 6.43 11 7 11Z\" /></svg></li><li title=\"alphabet latin \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alphabet-latin\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 6V18H15V17.31C15.37 17.73 15.9 18 16.5 18H17C18.65 18 20 16.65 20 15V12C20 10.36 18.65 9 17 9H16.5C15.9 9 15.37 9.27 15 9.7V6M5 9V11H8C8.57 11 9 11.43 9 12H7C5.36 12 4 13.36 4 15C4 16.65 5.36 18 7 18H11V12C11 10.36 9.65 9 8 9M16 11H17C17.57 11 18 11.43 18 12V15C18 15.57 17.57 16 17 16H16C15.43 16 15 15.57 15 15V12C15 11.43 15.43 11 16 11M7 14H9V16H7C6.43 16 6 15.57 6 15C6 14.43 6.43 14 7 14Z\" /></svg></li><li title=\"alphabet piqad \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alphabet-piqad\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.04 4L6.54 17.85C6.21 18.55 5.5 19 4.73 19H4V20H16C17.2 20 18.27 20.54 19 21.39H20C19.05 19.32 17 18 14.7 18H12C11.29 18 10.62 17.63 10.24 17.03C9.85 16.43 9.8 15.68 10.1 15.03L10.58 14H19V13H17.5C15.29 13 13.5 11.21 13.5 9C13.5 6.79 15.29 5 17.5 5H20V4Z\" /></svg></li><li title=\"alphabet tengwar \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alphabet-tengwar\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10 7L12.5 3H15L11 7H10M12.5 9C11.96 9 11.46 9.13 11 9.35V9H8V11H9V21H11V12.5C11 11.67 11.67 11 12.5 11C13.33 11 14 11.67 14 12.5V14.5C14 15.33 13.33 16 12.5 16H12V18H12.5C14.43 18 16 16.43 16 14.5V12.5C16 10.57 14.43 9 12.5 9Z\" /></svg></li><li title=\"alphabetical off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alphabetical-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.11 21.46L16 15.31L14 13.31L13.65 13L10 9.34L2.39 1.73L1.11 3L10 11.89V15A2 2 0 0 0 12 17H14A1.92 1.92 0 0 0 14.89 16.78L20.84 22.73M12 15V13.89L13.11 15M16 12.78L14.22 11A2 2 0 0 1 16 12.78M20.2 17L18 14.8V13A2 2 0 0 1 20 11H22V13H20V15H22V17M6 11H4A2 2 0 0 0 2 13V15A2 2 0 0 0 4 17H8V13A2 2 0 0 0 6 11M6 15H4V13H6M12 8.8L10.2 7H12Z\" /></svg></li><li title=\"alphabetical variant off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alphabetical-variant-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12.2 9L10.2 7H13A2 2 0 0 1 15 9V10.5A1.47 1.47 0 0 1 14.64 11.44L13 9.8V9M23 10V9A2 2 0 0 0 21 7H19A2 2 0 0 0 17 9V13.8L20.2 17H21A2 2 0 0 0 23 15V14H21V15H19V9H21V10M15 14.35L22.11 21.46L20.84 22.73L14.46 16.35A2 2 0 0 1 13 17H9V10.89L7 8.89V17H5V13H3V17H1V9A2 2 0 0 1 3 7H5.12L1.12 3L2.39 1.73L9 8.34L11 10.34L11.66 11L15 14.34M5 9H3V11H5M13 14.89L11.11 13H11V15H13Z\" /></svg></li><li title=\"alphabetical variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alphabetical-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 7A2 2 0 0 0 1 9V17H3V13H5V17H7V9A2 2 0 0 0 5 7H3M3 9H5V11H3M15 10.5V9A2 2 0 0 0 13 7H9V17H13A2 2 0 0 0 15 15V13.5A1.54 1.54 0 0 0 13.5 12A1.54 1.54 0 0 0 15 10.5M13 15H11V13H13V15M13 11H11V9H13M19 7A2 2 0 0 0 17 9V15A2 2 0 0 0 19 17H21A2 2 0 0 0 23 15V14H21V15H19V9H21V10H23V9A2 2 0 0 0 21 7Z\" /></svg></li><li title=\"alphabetical \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-alphabetical\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,11A2,2 0 0,1 8,13V17H4A2,2 0 0,1 2,15V13A2,2 0 0,1 4,11H6M4,13V15H6V13H4M20,13V15H22V17H20A2,2 0 0,1 18,15V13A2,2 0 0,1 20,11H22V13H20M12,7V11H14A2,2 0 0,1 16,13V15A2,2 0 0,1 14,17H12A2,2 0 0,1 10,15V7H12M12,15H14V13H12V15Z\" /></svg></li><li title=\"altimeter \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-altimeter\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7,3V5H17V3H7M9,7V9H15V7H9M2,7.96V16.04L6.03,12L2,7.96M22.03,7.96L18,12L22.03,16.04V7.96M7,11V13H17V11H7M9,15V17H15V15H9M7,19V21H17V19H7Z\" /></svg></li><li title=\"ambulance \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ambulance\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18,18.5A1.5,1.5 0 0,0 19.5,17A1.5,1.5 0 0,0 18,15.5A1.5,1.5 0 0,0 16.5,17A1.5,1.5 0 0,0 18,18.5M19.5,9.5H17V12H21.46L19.5,9.5M6,18.5A1.5,1.5 0 0,0 7.5,17A1.5,1.5 0 0,0 6,15.5A1.5,1.5 0 0,0 4.5,17A1.5,1.5 0 0,0 6,18.5M20,8L23,12V17H21A3,3 0 0,1 18,20A3,3 0 0,1 15,17H9A3,3 0 0,1 6,20A3,3 0 0,1 3,17H1V6C1,4.89 1.89,4 3,4H17V8H20M8,6V9H5V11H8V14H10V11H13V9H10V6H8Z\" /></svg></li><li title=\"ammunition \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ammunition\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,22H10V21H14V22M13,10V7H11V10L10,11.5V20H14V11.5L13,10M12,2C12,2 11,3 11,5V6H13V5C13,5 13,3 12,2M8,22H4V21H8V22M7,10V7H5V10L4,11.5V20H8V11.5L7,10M6,2C6,2 5,3 5,5V6H7V5C7,5 7,3 6,2M20,22H16V21H20V22M19,10V7H17V10L16,11.5V20H20V11.5L19,10M18,2C18,2 17,3 17,5V6H19V5C19,5 19,3 18,2Z\" /></svg></li><li title=\"ampersand \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ampersand\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4.4,16.5C4.4,15.6 4.7,14.7 5.2,13.9C5.7,13.1 6.7,12.2 8.2,11.2C7.3,10.1 6.8,9.3 6.5,8.7C6.1,8 6,7.4 6,6.7C6,5.2 6.4,4.1 7.3,3.2C8.2,2.3 9.4,2 10.9,2C12.2,2 13.3,2.4 14.2,3.2C15.1,4 15.5,5 15.5,6.1C15.5,6.9 15.3,7.6 14.9,8.3C14.5,9 13.8,9.7 12.8,10.4L11.4,11.5L15.7,16.7C16.3,15.5 16.6,14.3 16.6,12.8H18.8C18.8,15.1 18.3,17 17.2,18.5L20,21.8H17L15.7,20.3C15,20.9 14.3,21.3 13.4,21.6C12.5,21.9 11.6,22.1 10.7,22.1C8.8,22.1 7.3,21.6 6.1,20.6C5,19.5 4.4,18.2 4.4,16.5M10.7,20C12,20 13.2,19.5 14.3,18.5L9.6,12.8L9.2,13.1C7.7,14.2 7,15.3 7,16.5C7,17.6 7.3,18.4 8,19C8.7,19.6 9.5,20 10.7,20M8.5,6.7C8.5,7.6 9,8.6 10.1,9.9L11.7,8.8C12.3,8.4 12.7,8 12.9,7.6C13.1,7.2 13.2,6.7 13.2,6.2C13.2,5.6 13,5.1 12.5,4.7C12.1,4.3 11.5,4.1 10.8,4.1C10.1,4.1 9.5,4.3 9.1,4.8C8.7,5.3 8.5,5.9 8.5,6.7Z\" /></svg></li><li title=\"amplifier off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-amplifier-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.1 21.5L2.4 1.7L1.1 3L3 4.9V21H5C5 21.6 5.4 22 6 22S7 21.6 7 21H17C17 21.6 17.4 22 18 22S19 21.6 19 21H19.1L20.8 22.7L22.1 21.5M5 9V6.9L7.1 9H5M12 19C9.8 19 8 17.2 8 15C8 13.6 8.7 12.4 9.8 11.7L15.3 17.2C14.6 18.3 13.4 19 12 19M14 6V7H12V6H14M10 6C10.6 6 11 6.4 11 7C11 7.2 10.9 7.4 10.8 7.6L9.4 6.2C9.6 6.1 9.8 6 10 6M8.2 5L6.2 3H9C9 2.4 9.4 2 10 2H14C14.6 2 15 2.4 15 3H21V17.8L12.2 9H19V5H8.2M16 6V8H15V6H16M18 6V8H17V6H18Z\" /></svg></li><li title=\"amplifier \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-amplifier\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,2H14A1,1 0 0,1 15,3H21V21H19A1,1 0 0,1 18,22A1,1 0 0,1 17,21H7A1,1 0 0,1 6,22A1,1 0 0,1 5,21H3V3H9A1,1 0 0,1 10,2M5,5V9H19V5H5M7,6A1,1 0 0,1 8,7A1,1 0 0,1 7,8A1,1 0 0,1 6,7A1,1 0 0,1 7,6M12,6H14V7H12V6M15,6H16V8H15V6M17,6H18V8H17V6M12,11A4,4 0 0,0 8,15A4,4 0 0,0 12,19A4,4 0 0,0 16,15A4,4 0 0,0 12,11M10,6A1,1 0 0,1 11,7A1,1 0 0,1 10,8A1,1 0 0,1 9,7A1,1 0 0,1 10,6Z\" /></svg></li><li title=\"anchor \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-anchor\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2A3 3 0 0 0 9 5A3 3 0 0 0 11 7.83V9H8V11H11V19.92C10.26 19.79 9.5 19.58 8.79 19.27C8.05 18.95 7.4 18.56 6.82 18.09C6.24 17.62 5.78 17.11 5.44 16.55L7 15L3 12V15C3 15.97 3.27 16.88 3.82 17.72C4.37 18.56 5.09 19.31 6 19.95C6.87 20.59 7.84 21.09 8.88 21.45C9.93 21.81 10.97 22 12 22C13.03 22 14.07 21.8 15.12 21.44C16.16 21.08 17.13 20.58 18 19.95C18.92 19.31 19.63 18.57 20.18 17.72C20.73 16.88 21 15.97 21 15V12L17 15L18.56 16.55C18.22 17.11 17.76 17.62 17.18 18.09C16.6 18.56 15.95 18.95 15.21 19.27C14.5 19.58 13.74 19.79 13 19.92V11H16V9H13V7.82A3 3 0 0 0 15 5A3 3 0 0 0 12 2M12 4A1 1 0 0 1 13 5A1 1 0 0 1 12 6A1 1 0 0 1 11 5A1 1 0 0 1 12 4Z\" /></svg></li><li title=\"android messages \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-android-messages\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,20H7A2,2 0 0,1 5,18V8.94L2.23,5.64C2.09,5.47 2,5.24 2,5A1,1 0 0,1 3,4H20A2,2 0 0,1 22,6V18A2,2 0 0,1 20,20M8.5,7A0.5,0.5 0 0,0 8,7.5V8.5A0.5,0.5 0 0,0 8.5,9H18.5A0.5,0.5 0 0,0 19,8.5V7.5A0.5,0.5 0 0,0 18.5,7H8.5M8.5,11A0.5,0.5 0 0,0 8,11.5V12.5A0.5,0.5 0 0,0 8.5,13H18.5A0.5,0.5 0 0,0 19,12.5V11.5A0.5,0.5 0 0,0 18.5,11H8.5M8.5,15A0.5,0.5 0 0,0 8,15.5V16.5A0.5,0.5 0 0,0 8.5,17H13.5A0.5,0.5 0 0,0 14,16.5V15.5A0.5,0.5 0 0,0 13.5,15H8.5Z\" /></svg></li><li title=\"android studio \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-android-studio\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,2H13V4H13.5A1.5,1.5 0 0,1 15,5.5V9L14.56,9.44L16.2,12.28C17.31,11.19 18,9.68 18,8H20C20,10.42 18.93,12.59 17.23,14.06L20.37,19.5L20.5,21.72L18.63,20.5L15.56,15.17C14.5,15.7 13.28,16 12,16C10.72,16 9.5,15.7 8.44,15.17L5.37,20.5L3.5,21.72L3.63,19.5L9.44,9.44L9,9V5.5A1.5,1.5 0 0,1 10.5,4H11V2M9.44,13.43C10.22,13.8 11.09,14 12,14C12.91,14 13.78,13.8 14.56,13.43L13.1,10.9H13.09C12.47,11.5 11.53,11.5 10.91,10.9H10.9L9.44,13.43M12,6A1,1 0 0,0 11,7A1,1 0 0,0 12,8A1,1 0 0,0 13,7A1,1 0 0,0 12,6Z\" /></svg></li><li title=\"android \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-android\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.61 15.15C16.15 15.15 15.77 14.78 15.77 14.32S16.15 13.5 16.61 13.5H16.61C17.07 13.5 17.45 13.86 17.45 14.32C17.45 14.78 17.07 15.15 16.61 15.15M7.41 15.15C6.95 15.15 6.57 14.78 6.57 14.32C6.57 13.86 6.95 13.5 7.41 13.5H7.41C7.87 13.5 8.24 13.86 8.24 14.32C8.24 14.78 7.87 15.15 7.41 15.15M16.91 10.14L18.58 7.26C18.67 7.09 18.61 6.88 18.45 6.79C18.28 6.69 18.07 6.75 18 6.92L16.29 9.83C14.95 9.22 13.5 8.9 12 8.91C10.47 8.91 9 9.24 7.73 9.82L6.04 6.91C5.95 6.74 5.74 6.68 5.57 6.78C5.4 6.87 5.35 7.08 5.44 7.25L7.1 10.13C4.25 11.69 2.29 14.58 2 18H22C21.72 14.59 19.77 11.7 16.91 10.14H16.91Z\" /></svg></li><li title=\"angle acute \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-angle-acute\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,19H4.09L14.18,4.43L15.82,5.57L11.28,12.13C12.89,12.96 14,14.62 14,16.54C14,16.7 14,16.85 13.97,17H20V19M7.91,17H11.96C12,16.85 12,16.7 12,16.54C12,15.28 11.24,14.22 10.14,13.78L7.91,17Z\" /></svg></li><li title=\"angle obtuse \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-angle-obtuse\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,19H9.31L4.07,5.36L5.93,4.64L8.96,12.5C9.5,12.29 10.09,12.17 10.71,12.17V12.17C13.38,12.17 15.56,14.34 15.58,17H21V19M10.69,17H13.58C13.56,15.42 12.3,14.17 10.71,14.17C10.34,14.17 10,14.24 9.67,14.36L10.69,17Z\" /></svg></li><li title=\"angle right \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-angle-right\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,4H7V11H13V17H20V19H5V4M7,17H11V13H7V17Z\" /></svg></li><li title=\"angular \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-angular\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2.5L20.84,5.65L19.5,17.35L12,21.5L4.5,17.35L3.16,5.65L12,2.5M12,4.6L6.47,17H8.53L9.64,14.22H14.34L15.45,17H17.5L12,4.6M13.62,12.5H10.39L12,8.63L13.62,12.5Z\" /></svg></li><li title=\"angularjs \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-angularjs\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2.5L20.84,5.65L19.5,17.35L12,21.5L4.5,17.35L3.16,5.65L12,2.5M12,4.5L5,7L6.08,16.22L12,19.5L17.92,16.22L19,7L12,4.5M12,5.72L16.58,16H14.87L13.94,13.72H10.04L9.12,16H7.41L12,5.72M13.34,12.3L12,9.07L10.66,12.3H13.34Z\" /></svg></li><li title=\"animation outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-animation-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,2A2,2 0 0,0 2,4V14H4V4H14V2H4M8,6A2,2 0 0,0 6,8V18H8V8H18V6H8M20,12V20H12V12H20M20,10H12A2,2 0 0,0 10,12V20A2,2 0 0,0 12,22H20A2,2 0 0,0 22,20V12A2,2 0 0,0 20,10Z\" /></svg></li><li title=\"animation play outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-animation-play-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,2A2,2 0 0,0 2,4V14H4V4H14V2H4M8,6A2,2 0 0,0 6,8V18H8V8H18V6H8M20,12V20H12V12H20M20,10H12A2,2 0 0,0 10,12V20A2,2 0 0,0 12,22H20A2,2 0 0,0 22,20V12A2,2 0 0,0 20,10M14,13V19L18,16L14,13Z\" /></svg></li><li title=\"animation play \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-animation-play\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,2H14V4H4V14H2V4C2,2.89 2.89,2 4,2M8,6H18V8H8V18H6V8C6,6.89 6.89,6 8,6M12,10H20C21.11,10 22,10.89 22,12V20C22,21.11 21.11,22 20,22H12C10.89,22 10,21.11 10,20V12C10,10.89 10.89,10 12,10M14,12V20L20,16L14,12Z\" /></svg></li><li title=\"animation \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-animation\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,2C2.89,2 2,2.89 2,4V14H4V4H14V2H4M8,6C6.89,6 6,6.89 6,8V18H8V8H18V6H8M12,10C10.89,10 10,10.89 10,12V20C10,21.11 10.89,22 12,22H20C21.11,22 22,21.11 22,20V12C22,10.89 21.11,10 20,10H12Z\" /></svg></li><li title=\"ansible \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ansible\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2M16.1 17C15.91 17 15.76 16.9 15.55 16.73L10.39 12.56L8.66 16.9H7.17L11.54 6.39C11.65 6.11 11.89 5.97 12.17 5.97C12.45 5.97 12.67 6.11 12.79 6.39L16.77 15.97C16.81 16.08 16.84 16.19 16.84 16.26C16.83 16.68 16.5 17 16.1 17M12.17 8.11L14.76 14.5L10.85 11.42L12.17 8.11Z\" /></svg></li><li title=\"antenna \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-antenna\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 7.5C12.69 7.5 13.27 7.73 13.76 8.2S14.5 9.27 14.5 10C14.5 11.05 14 11.81 13 12.28V21H11V12.28C10 11.81 9.5 11.05 9.5 10C9.5 9.27 9.76 8.67 10.24 8.2S11.31 7.5 12 7.5M16.69 5.3C17.94 6.55 18.61 8.11 18.7 10C18.7 11.8 18.03 13.38 16.69 14.72L15.5 13.5C16.5 12.59 17 11.42 17 10C17 8.67 16.5 7.5 15.5 6.5L16.69 5.3M6.09 4.08C4.5 5.67 3.7 7.64 3.7 10S4.5 14.3 6.09 15.89L4.92 17.11C3 15.08 2 12.7 2 10C2 7.3 3 4.94 4.92 2.91L6.09 4.08M19.08 2.91C21 4.94 22 7.3 22 10C22 12.8 21 15.17 19.08 17.11L17.91 15.89C19.5 14.3 20.3 12.33 20.3 10S19.5 5.67 17.91 4.08L19.08 2.91M7.31 5.3L8.5 6.5C7.5 7.42 7 8.58 7 10C7 11.33 7.5 12.5 8.5 13.5L7.31 14.72C5.97 13.38 5.3 11.8 5.3 10C5.3 8.2 5.97 6.64 7.31 5.3Z\" /></svg></li><li title=\"anvil \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-anvil\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,5V10C13.03,12.47 8.44,14.97 6,16V19H21V16C14.59,13.27 17.47,9 22,8V5H9M2,6C2.81,8.13 4.42,9.5 7,10V6H2Z\" /></svg></li><li title=\"apache kafka \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-apache-kafka\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.54 12.97C14.86 12.97 14.24 13.22 13.76 13.64L12.47 12.89C12.56 12.6 12.6 12.29 12.6 11.97C12.6 11.65 12.56 11.34 12.5 11.05L13.73 10.32C14.21 10.76 14.85 11 15.54 11C17.03 11 18.24 9.81 18.24 8.32S17.03 5.63 15.54 5.63 12.84 6.84 12.84 8.33C12.84 8.5 12.86 8.7 12.89 8.88L11.64 9.6C11.21 9.15 10.64 8.82 10 8.65V7.26C11.09 6.91 11.88 5.89 11.88 4.69C11.88 3.2 10.67 2 9.18 2C7.69 2 6.5 3.2 6.5 4.69C6.5 5.89 7.26 6.9 8.34 7.26V8.66C6.86 9.04 5.76 10.37 5.76 11.97C5.76 13.57 6.86 14.91 8.34 15.28V16.73C7.26 17.09 6.5 18.1 6.5 19.3C6.5 20.79 7.69 22 9.18 22C10.67 22 11.88 20.79 11.88 19.3C11.88 18.1 11.09 17.08 10 16.73V15.29C10.64 15.13 11.2 14.8 11.64 14.35L12.9 15.08C12.86 15.27 12.84 15.46 12.84 15.66C12.84 17.15 14.05 18.36 15.54 18.36S18.24 17.15 18.24 15.66 17.03 12.97 15.54 12.97M15.54 7C16.28 7 16.87 7.59 16.87 8.32S16.28 9.66 15.54 9.66 14.21 9.06 14.21 8.32 14.8 7 15.54 7M7.85 4.69C7.85 3.95 8.44 3.35 9.18 3.35C9.92 3.35 10.5 3.95 10.5 4.69S9.92 6.03 9.18 6.03C8.44 6.03 7.85 5.43 7.85 4.69M10.5 19.3C10.5 20.04 9.92 20.64 9.18 20.64C8.44 20.64 7.85 20.04 7.85 19.3C7.85 18.56 8.44 17.96 9.18 17.96C9.92 17.96 10.5 18.56 10.5 19.3M9.18 13.89C8.12 13.89 7.26 13.03 7.26 11.97C7.26 10.91 8.12 10.05 9.18 10.05S11.1 10.91 11.1 11.97C11.1 13.03 10.24 13.89 9.18 13.89M15.54 17C14.8 17 14.21 16.4 14.21 15.66S14.8 14.33 15.54 14.33 16.87 14.93 16.87 15.66 16.28 17 15.54 17Z\" /></svg></li><li title=\"api off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-api-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7 11H5V9H7M14 7H11.38L13.29 9H14V9.75L15.87 11.71C15.95 11.5 16 11.25 16 11V9C16 7.9 15.11 7 14 7M4.45 2.62L3 4L5.86 7H5C3.9 7 3 7.9 3 9V17H5V13H7V17H9V10.3L10 11.34V17H12V13.45L19.55 21.38L21 20M20.9 17H21V15H20V9H21V7H17V9H18V13.95Z\" /></svg></li><li title=\"api \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-api\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7 7H5A2 2 0 0 0 3 9V17H5V13H7V17H9V9A2 2 0 0 0 7 7M7 11H5V9H7M14 7H10V17H12V13H14A2 2 0 0 0 16 11V9A2 2 0 0 0 14 7M14 11H12V9H14M20 9V15H21V17H17V15H18V9H17V7H21V9Z\" /></svg></li><li title=\"apple finder \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-apple-finder\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8 11C7.45 11 7 10.55 7 10V8C7 7.45 7.45 7 8 7C8.55 7 9 7.45 9 8V10C9 10.55 8.55 11 8 11M17 10V8C17 7.45 16.55 7 16 7C15.45 7 15 7.45 15 8V10C15 10.55 15.45 11 16 11C16.55 11 17 10.55 17 10M22 5V20C22 21.1 21.1 22 20 22H4C2.9 22 2 21.1 2 20V5C2 3.9 2.9 3 4 3H20C21.1 3 22 3.9 22 5M4 20L13.06 20C12.96 19.35 12.89 18.64 12.83 17.94C12.56 17.96 12.3 18 12 18C8.24 18 6.31 15.73 6.23 15.63C5.88 15.21 5.94 14.58 6.36 14.22C6.78 13.87 7.41 13.93 7.77 14.35C7.83 14.43 9.23 16 12 16C12.27 16 12.5 15.97 12.74 15.95C12.71 14.75 12.73 13.74 12.74 13.26H10.93C10.28 13.26 9.75 12.7 9.75 12C9.77 11.75 10.07 7.82 11 5H4L4 20M20 20L20 5H12.6C11.74 7.19 11.37 10.73 11.27 11.76H13.08C13.72 11.76 14.25 12.32 14.25 13C14.25 13.04 14.21 14.15 14.24 15.6C15.54 15.11 16.22 14.35 16.23 14.34C16.58 13.92 17.21 13.85 17.63 14.2C18.06 14.55 18.12 15.18 17.77 15.61C17.71 15.68 16.55 17.05 14.32 17.68C14.38 18.5 14.46 19.29 14.58 20H20Z\" /></svg></li><li title=\"apple icloud \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-apple-icloud\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,15.04C22,17.23 20.24,19 18.07,19H5.93C3.76,19 2,17.23 2,15.04C2,13.07 3.43,11.44 5.31,11.14C5.28,11 5.27,10.86 5.27,10.71C5.27,9.33 6.38,8.2 7.76,8.2C8.37,8.2 8.94,8.43 9.37,8.8C10.14,7.05 11.13,5.44 13.91,5.44C17.28,5.44 18.87,8.06 18.87,10.83C18.87,10.94 18.87,11.06 18.86,11.17C20.65,11.54 22,13.13 22,15.04Z\" /></svg></li><li title=\"apple ios \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-apple-ios\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2.09 16.8H3.75V9.76H2.09M2.92 8.84C3.44 8.84 3.84 8.44 3.84 7.94C3.84 7.44 3.44 7.04 2.92 7.04C2.4 7.04 2 7.44 2 7.94C2 8.44 2.4 8.84 2.92 8.84M9.25 7.06C6.46 7.06 4.7 8.96 4.7 12C4.7 15.06 6.46 16.96 9.25 16.96C12.04 16.96 13.8 15.06 13.8 12C13.8 8.96 12.04 7.06 9.25 7.06M9.25 8.5C10.96 8.5 12.05 9.87 12.05 12C12.05 14.15 10.96 15.5 9.25 15.5C7.54 15.5 6.46 14.15 6.46 12C6.46 9.87 7.54 8.5 9.25 8.5M14.5 14.11C14.57 15.87 16 16.96 18.22 16.96C20.54 16.96 22 15.82 22 14C22 12.57 21.18 11.77 19.23 11.32L18.13 11.07C16.95 10.79 16.47 10.42 16.47 9.78C16.47 9 17.2 8.45 18.28 8.45C19.38 8.45 20.13 9 20.21 9.89H21.84C21.8 8.2 20.41 7.06 18.29 7.06C16.21 7.06 14.73 8.21 14.73 9.91C14.73 11.28 15.56 12.13 17.33 12.53L18.57 12.82C19.78 13.11 20.27 13.5 20.27 14.2C20.27 15 19.47 15.57 18.31 15.57C17.15 15.57 16.26 15 16.16 14.11H14.5Z\" /></svg></li><li title=\"apple keyboard caps \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-apple-keyboard-caps\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,14V8H17.17L12,2.83L6.83,8H9V14H15M12,0L22,10H17V16H7V10H2L12,0M7,18H17V24H7V18M15,20H9V22H15V20Z\" /></svg></li><li title=\"apple keyboard command \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-apple-keyboard-command\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,2A4,4 0 0,1 10,6V8H14V6A4,4 0 0,1 18,2A4,4 0 0,1 22,6A4,4 0 0,1 18,10H16V14H18A4,4 0 0,1 22,18A4,4 0 0,1 18,22A4,4 0 0,1 14,18V16H10V18A4,4 0 0,1 6,22A4,4 0 0,1 2,18A4,4 0 0,1 6,14H8V10H6A4,4 0 0,1 2,6A4,4 0 0,1 6,2M16,18A2,2 0 0,0 18,20A2,2 0 0,0 20,18A2,2 0 0,0 18,16H16V18M14,10H10V14H14V10M6,16A2,2 0 0,0 4,18A2,2 0 0,0 6,20A2,2 0 0,0 8,18V16H6M8,6A2,2 0 0,0 6,4A2,2 0 0,0 4,6A2,2 0 0,0 6,8H8V6M18,8A2,2 0 0,0 20,6A2,2 0 0,0 18,4A2,2 0 0,0 16,6V8H18Z\" /></svg></li><li title=\"apple keyboard control \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-apple-keyboard-control\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.78,11.78L18.36,13.19L12,6.83L5.64,13.19L4.22,11.78L12,4L19.78,11.78Z\" /></svg></li><li title=\"apple keyboard option \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-apple-keyboard-option\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,4H9.11L16.15,18H21V20H14.88L7.84,6H3V4M14,4H21V6H14V4Z\" /></svg></li><li title=\"apple keyboard shift \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-apple-keyboard-shift\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,18V12H17.17L12,6.83L6.83,12H9V18H15M12,4L22,14H17V20H7V14H2L12,4Z\" /></svg></li><li title=\"apple safari \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-apple-safari\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12C4,14.09 4.8,16 6.11,17.41L9.88,9.88L17.41,6.11C16,4.8 14.09,4 12,4M12,20A8,8 0 0,0 20,12C20,9.91 19.2,8 17.89,6.59L14.12,14.12L6.59,17.89C8,19.2 9.91,20 12,20M12,12L11.23,11.23L9.7,14.3L12.77,12.77L12,12M12,17.5H13V19H12V17.5M15.88,15.89L16.59,15.18L17.65,16.24L16.94,16.95L15.88,15.89M17.5,12V11H19V12H17.5M12,6.5H11V5H12V6.5M8.12,8.11L7.41,8.82L6.35,7.76L7.06,7.05L8.12,8.11M6.5,12V13H5V12H6.5Z\" /></svg></li><li title=\"apple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-apple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.71,19.5C17.88,20.74 17,21.95 15.66,21.97C14.32,22 13.89,21.18 12.37,21.18C10.84,21.18 10.37,21.95 9.1,22C7.79,22.05 6.8,20.68 5.96,19.47C4.25,17 2.94,12.45 4.7,9.39C5.57,7.87 7.13,6.91 8.82,6.88C10.1,6.86 11.32,7.75 12.11,7.75C12.89,7.75 14.37,6.68 15.92,6.84C16.57,6.87 18.39,7.1 19.56,8.82C19.47,8.88 17.39,10.1 17.41,12.63C17.44,15.65 20.06,16.66 20.09,16.67C20.06,16.74 19.67,18.11 18.71,19.5M13,3.5C13.73,2.67 14.94,2.04 15.94,2C16.07,3.17 15.6,4.35 14.9,5.19C14.21,6.04 13.07,6.7 11.95,6.61C11.8,5.46 12.36,4.26 13,3.5Z\" /></svg></li><li title=\"application array outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-application-array-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 2H3C1.9 2 1 2.9 1 4V20C1 21.1 1.9 22 3 22H21C22.1 22 23 21.1 23 20V4C23 2.9 22.1 2 21 2M21 20H3V6H21V20M6 8V18H10V16H8V10H10V8H6M16 16H14V18H18V8H14V10H16V16\" /></svg></li><li title=\"application array \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-application-array\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 2H3C1.9 2 1 2.9 1 4V20C1 21.1 1.9 22 3 22H21C22.1 22 23 21.1 23 20V4C23 2.9 22.1 2 21 2M10 11H8V18H10V20H6V9H10V11M18 20H14V18H16V11H14V9H18V20M21 7H3V4H21V7Z\" /></svg></li><li title=\"application braces outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-application-braces-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 2H3C1.9 2 1 2.9 1 4V20C1 21.1 1.9 22 3 22H21C22.1 22 23 21.1 23 20V4C23 2.9 22.1 2 21 2M21 20H3V6H21V20M9 8C7.9 8 7 8.9 7 10C7 11.1 6.1 12 5 12V14C6.1 14 7 14.9 7 16C7 17.1 7.9 18 9 18H11V16H9V15C9 13.9 8.1 13 7 13C8.1 13 9 12.1 9 11V10H11V8M15 8C16.1 8 17 8.9 17 10C17 11.1 17.9 12 19 12V14C17.9 14 17 14.9 17 16C17 17.1 16.1 18 15 18H13V16H15V15C15 13.9 15.9 13 17 13C15.9 13 15 12.1 15 11V10H13V8H15Z\" /></svg></li><li title=\"application braces \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-application-braces\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 2H3C1.9 2 1 2.9 1 4V20C1 21.1 1.9 22 3 22H21C22.1 22 23 21.1 23 20V4C23 2.9 22.1 2 21 2M11 11H9V12.5C9 13.6 8.1 14.5 7 14.5C8.1 14.5 9 15.4 9 16.5V18H11V20H9C7.9 20 7 19.1 7 18V17.5C7 16.4 6.1 15.5 5 15.5V13.5C6.1 13.5 7 12.6 7 11.5V11C7 9.9 7.9 9 9 9H11V11M19 15.5C17.9 15.5 17 16.4 17 17.5V18C17 19.1 16.1 20 15 20H13V18H15V16.5C15 15.4 15.9 14.5 17 14.5C15.9 14.5 15 13.6 15 12.5V11H13V9H15C16.1 9 17 9.9 17 11V11.5C17 12.6 17.9 13.5 19 13.5V15.5M21 7H3V4H21V7Z\" /></svg></li><li title=\"application brackets outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-application-brackets-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9.5,8.5L11,10L8,13L11,16L9.5,17.5L5,13L9.5,8.5M14.5,17.5L13,16L16,13L13,10L14.5,8.5L19,13L14.5,17.5M21,2H3A2,2 0 0,0 1,4V20A2,2 0 0,0 3,22H21A2,2 0 0,0 23,20V4A2,2 0 0,0 21,2M21,20H3V6H21V20Z\" /></svg></li><li title=\"application brackets \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-application-brackets\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,2H3A2,2 0 0,0 1,4V20A2,2 0 0,0 3,22H21A2,2 0 0,0 23,20V4A2,2 0 0,0 21,2M11,17.5L9.5,19L5,14.5L9.5,10L11,11.5L8,14.5L11,17.5M14.5,19L13,17.5L16,14.5L13,11.5L14.5,10L19,14.5L14.5,19M21,7H3V4H21V7Z\" /></svg></li><li title=\"application cog outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-application-cog-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.7 18.6V17.6L22.8 16.8C22.9 16.7 23 16.6 22.9 16.5L21.9 14.8C21.9 14.7 21.7 14.7 21.6 14.7L20.4 15.2C20.1 15 19.8 14.8 19.5 14.7L19.3 13.4C19.3 13.3 19.2 13.2 19.1 13.2H17.1C16.9 13.2 16.8 13.3 16.8 13.4L16.6 14.7C16.3 14.9 16.1 15 15.8 15.2L14.6 14.7C14.5 14.7 14.4 14.7 14.3 14.8L13.3 16.5C13.3 16.6 13.3 16.7 13.4 16.8L14.5 17.6V18.6L13.4 19.4C13.3 19.5 13.2 19.6 13.3 19.7L14.3 21.4C14.4 21.5 14.5 21.5 14.6 21.5L15.8 21C16 21.2 16.3 21.4 16.6 21.5L16.8 22.8C16.9 22.9 17 23 17.1 23H19.1C19.2 23 19.3 22.9 19.3 22.8L19.5 21.5C19.8 21.3 20 21.2 20.3 21L21.5 21.4C21.6 21.4 21.7 21.4 21.8 21.3L22.8 19.6C22.9 19.5 22.9 19.4 22.8 19.4L21.7 18.6M18 19.5C17.2 19.5 16.5 18.8 16.5 18S17.2 16.5 18 16.5 19.5 17.2 19.5 18 18.8 19.5 18 19.5M12.3 22H3C1.9 22 1 21.1 1 20V4C1 2.9 1.9 2 3 2H21C22.1 2 23 2.9 23 4V13.1C22.4 12.5 21.7 12 21 11.7V6H3V20H11.3C11.5 20.7 11.8 21.4 12.3 22Z\" /></svg></li><li title=\"application cog \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-application-cog\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.7 18.6V17.6L22.8 16.8C22.9 16.7 23 16.6 22.9 16.5L21.9 14.8C21.9 14.7 21.7 14.7 21.6 14.7L20.4 15.2C20.1 15 19.8 14.8 19.5 14.7L19.3 13.4C19.3 13.3 19.2 13.2 19.1 13.2H17.1C16.9 13.2 16.8 13.3 16.8 13.4L16.6 14.7C16.3 14.9 16.1 15 15.8 15.2L14.6 14.7C14.5 14.7 14.4 14.7 14.3 14.8L13.3 16.5C13.3 16.6 13.3 16.7 13.4 16.8L14.5 17.6V18.6L13.4 19.4C13.3 19.5 13.2 19.6 13.3 19.7L14.3 21.4C14.4 21.5 14.5 21.5 14.6 21.5L15.8 21C16 21.2 16.3 21.4 16.6 21.5L16.8 22.8C16.9 22.9 17 23 17.1 23H19.1C19.2 23 19.3 22.9 19.3 22.8L19.5 21.5C19.8 21.3 20 21.2 20.3 21L21.5 21.4C21.6 21.4 21.7 21.4 21.8 21.3L22.8 19.6C22.9 19.5 22.9 19.4 22.8 19.4L21.7 18.6M18 19.5C17.2 19.5 16.5 18.8 16.5 18S17.2 16.5 18 16.5 19.5 17.2 19.5 18 18.8 19.5 18 19.5M11 18C11 14.1 14.1 11 18 11C20 11 21.7 11.8 23 13.1V4C23 2.9 22.1 2 21 2H3C1.9 2 1 2.9 1 4V20C1 21.1 1.9 22 3 22H12.3C11.5 20.9 11 19.5 11 18M3 4H21V7H3V4Z\" /></svg></li><li title=\"application edit outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-application-edit-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11 20V22H3C1.9 22 1 21.1 1 20V4C1 2.9 1.9 2 3 2H21C22.1 2 23 2.9 23 4V12.1L22.8 11.9C22.3 11.4 21.7 11.1 21 11.1V6H3V20H11M21.4 13.3L22.7 14.6C22.9 14.8 22.9 15.2 22.7 15.4L21.7 16.4L19.6 14.3L20.6 13.3C20.7 13.2 20.8 13.1 21 13.1C21.2 13.1 21.3 13.2 21.4 13.3M21.1 16.9L15.1 23H13V20.9L19.1 14.8L21.1 16.9Z\" /></svg></li><li title=\"application edit \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-application-edit\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11 20.1L19.2 11.9C19.7 11.4 20.3 11.1 21 11.1C21.7 11.1 22.3 11.4 22.8 11.9L23 12.1V4C23 2.9 22.1 2 21 2H3C1.9 2 1 2.9 1 4V20C1 21.1 1.9 22 3 22H11V20.1M3 4H21V7H3V4M21 13.1C20.9 13.1 20.7 13.2 20.6 13.3L19.6 14.3L21.7 16.4L22.7 15.4C22.9 15.2 22.9 14.8 22.7 14.6L21.4 13.3C21.3 13.2 21.2 13.1 21 13.1M19.1 14.9L13 20.9V23H15.1L21.2 16.9L19.1 14.9Z\" /></svg></li><li title=\"application export \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-application-export\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9 12H18.8L16.3 9.5L17.7 8.1L22.6 13L17.7 17.9L16.3 16.5L18.8 14H9V12M21 17.4V20H3V6H21V8.6L23 10.6V4C23 2.9 22.1 2 21 2H3C1.9 2 1 2.9 1 4V20C1 21.1 1.9 22 3 22H21C22.1 22 23 21.1 23 20V15.4L21 17.4Z\" /></svg></li><li title=\"application import \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-application-import\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M1 12H10.8L8.3 9.5L9.7 8.1L14.6 13L9.7 17.9L8.3 16.5L10.8 14H1V12M21 2H3C1.9 2 1 2.9 1 4V10.1H3V6H21V20H3V16H1V20C1 21.1 1.9 22 3 22H21C22.1 22 23 21.1 23 20V4C23 2.9 22.1 2 21 2\" /></svg></li><li title=\"application outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-application-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 2H3C1.9 2 1 2.9 1 4V20C1 21.1 1.9 22 3 22H21C22.1 22 23 21.1 23 20V4C23 2.9 22.1 2 21 2M21 20H3V6H21V20Z\" /></svg></li><li title=\"application parentheses outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-application-parentheses-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 2H3C1.9 2 1 2.9 1 4V20C1 21.1 1.9 22 3 22H21C22.1 22 23 21.1 23 20V4C23 2.9 22.1 2 21 2M21 20H3V6H21V20M15.6 8C17.1 9.3 18 11.1 18 13C18 14.9 17.1 16.7 15.6 18L14 17.4C15.3 16.4 16 14.7 16 13S15.3 9.6 14 8.6L15.6 8M8.4 8L10 8.6C8.7 9.6 8 11.3 8 13S8.7 16.4 10 17.4L8.4 18C6.9 16.7 6 14.9 6 13S6.9 9.3 8.4 8Z\" /></svg></li><li title=\"application parentheses \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-application-parentheses\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 2H3C1.9 2 1 2.9 1 4V20C1 21.1 1.9 22 3 22H21C22.1 22 23 21.1 23 20V4C23 2.9 22.1 2 21 2M10 19.4L8.4 20C6.9 18.6 6 16.6 6 14.5S6.9 10.4 8.4 9L10 9.6C8.7 10.7 8 12.6 8 14.5S8.7 18.2 10 19.4M15.6 20L14 19.4C15.3 18.2 16 16.4 16 14.5S15.3 10.8 14 9.6L15.6 9C17.1 10.4 18 12.4 18 14.5C18 16.6 17.1 18.6 15.6 20M21 7H3V4H21V7Z\" /></svg></li><li title=\"application settings outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-application-settings-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 0H3C1.9 0 1 .9 1 2V18C1 19.1 1.9 20 3 20H21C22.1 20 23 19.1 23 18V2C23 .9 22.1 0 21 0M21 18H3V4H21V18M7 22H9V24H7V22M11 22H13V24H11V22M15 22H17V24H15V22\" /></svg></li><li title=\"application settings \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-application-settings\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 0H3C1.9 0 1 .9 1 2V18C1 19.1 1.9 20 3 20H21C22.1 20 23 19.1 23 18V2C23 .9 22.1 0 21 0M21 5H3V2H21V5M7 22H9V24H7V22M11 22H13V24H11V22M15 22H17V24H15V22\" /></svg></li><li title=\"application variable outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-application-variable-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 2H3C1.9 2 1 2.9 1 4V20C1 21.1 1.9 22 3 22H21C22.1 22 23 21.1 23 20V4C23 2.9 22.1 2 21 2M21 20H3V6H21V20M16.6 8C18.1 9.3 19 11.1 19 13C19 14.9 18.1 16.7 16.6 18L15 17.4C16.3 16.4 17 14.7 17 13S16.3 9.6 15 8.6L16.6 8M7.4 8L9 8.6C7.7 9.6 7 11.3 7 13S7.7 16.4 9 17.4L7.4 18C5.9 16.7 5 14.9 5 13S5.9 9.3 7.4 8M12.1 12L13.5 10H15L12.8 13L14.1 16H12.8L12 14L10.6 16H9L11.3 12.9L10 10H11.3L12.1 12Z\" /></svg></li><li title=\"application variable \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-application-variable\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 2H3C1.9 2 1 2.9 1 4V20C1 21.1 1.9 22 3 22H21C22.1 22 23 21.1 23 20V4C23 2.9 22.1 2 21 2M7.4 20C5.9 18.6 5 16.6 5 14.5S5.9 10.4 7.4 9L9 9.6C7.7 10.7 7 12.6 7 14.5S7.7 18.2 9 19.4L7.4 20M12.7 18L11.9 16L10.5 18H9L11.3 14.9L10 12H11.3L12.1 14L13.5 12H15L12.8 15L14.1 18H12.7M16.6 20L15 19.4C16.3 18.2 17 16.4 17 14.5S16.3 10.8 15 9.6L16.6 9C18.1 10.4 19 12.4 19 14.5C19 16.6 18.1 18.6 16.6 20M21 7H3V4H21V7Z\" /></svg></li><li title=\"application \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-application\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 2H3C1.9 2 1 2.9 1 4V20C1 21.1 1.9 22 3 22H21C22.1 22 23 21.1 23 20V4C23 2.9 22.1 2 21 2M21 7H3V4H21V7Z\" /></svg></li><li title=\"approximately equal box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-approximately-equal-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3M9.3 8.2C10.6 8.2 11.4 8.7 12.1 9C12.7 9.3 13.4 9.7 14.5 9.7C15.5 9.7 16.5 9 17 8.5L17.8 9.8C17.1 10.6 15.8 11.4 14.4 11.4C13.1 11.4 12.3 10.9 11.7 10.6C11.1 10.3 10.3 9.9 9.2 9.9C8.2 9.9 7.2 10.6 6.7 11.1L6 9.8C6.7 9 8 8.2 9.3 8.2M14.6 15.8C13.3 15.8 12.5 15.3 11.8 15C11.2 14.7 10.4 14.3 9.3 14.3C8.3 14.3 7.3 15 6.8 15.5L6 14.1C6.7 13.3 8 12.5 9.3 12.5C10.6 12.5 11.4 13 12.1 13.3C12.7 13.6 13.4 14 14.6 14C15.6 14 16.6 13.3 17.1 12.8L17.9 14.1C17.3 15 16 15.8 14.6 15.8Z\" /></svg></li><li title=\"approximately equal \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-approximately-equal\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.9 9.2C18.1 10.1 16.6 11 15 11C13.5 11 12.6 10.5 11.8 10.1C11 9.8 10.2 9.3 8.9 9.3C7.7 9.3 6.6 10 6 10.6L5 9.1C5.9 8.2 7.3 7.2 8.9 7.2C10.4 7.2 11.3 7.8 12.1 8.1C12.9 8.4 13.7 9 15 9C16.2 9 17.3 8.2 17.9 7.6L18.9 9.2M19 14.1C18.1 15 16.7 16 15.1 16C13.6 16 12.7 15.5 11.9 15.1C11.1 14.8 10.3 14.2 9 14.2C7.8 14.2 6.7 15 6.1 15.6L5.1 14C6 13.1 7.4 12.1 9 12.1C10.5 12.1 11.4 12.6 12.2 13C13 13.3 13.8 13.8 15.1 13.8C16.3 13.8 17.4 13 18 12.4L19 14.1Z\" /></svg></li><li title=\"apps box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-apps-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3M7,7V9H9V7H7M11,7V9H13V7H11M15,7V9H17V7H15M7,11V13H9V11H7M11,11V13H13V11H11M15,11V13H17V11H15M7,15V17H9V15H7M11,15V17H13V15H11M15,15V17H17V15H15Z\" /></svg></li><li title=\"apps \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-apps\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,20H20V16H16M16,14H20V10H16M10,8H14V4H10M16,8H20V4H16M10,14H14V10H10M4,14H8V10H4M4,20H8V16H4M10,20H14V16H10M4,8H8V4H4V8Z\" /></svg></li><li title=\"arch \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arch\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2C11.11,4.18 10.57,5.61 9.58,7.73C10.19,8.37 10.93,9.12 12.14,9.97C10.84,9.43 9.95,8.9 9.29,8.34C8,11 6.03,14.75 2,22C5.17,20.17 7.63,19.04 9.92,18.61C9.82,18.19 9.76,17.73 9.77,17.25V17.15C9.82,15.12 10.88,13.56 12.13,13.67C13.38,13.77 14.35,15.5 14.3,17.54C14.29,17.92 14.25,18.29 14.18,18.63C16.44,19.07 18.87,20.19 22,22C21.38,20.86 20.83,19.84 20.31,18.87C19.5,18.23 18.61,17.39 16.85,16.5C18.06,16.8 18.93,17.16 19.61,17.57C14.26,7.62 13.83,6.3 12,2Z\" /></svg></li><li title=\"archive alert outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-archive-alert-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2 4H18V7H2V4M7.5 11H12.5C12.78 11 13 11.22 13 11.5V13H7V11.5C7 11.22 7.22 11 7.5 11M20 13V7H22V13H20M20 17V15H22V17H20M3 8H5V18H15V8H17V20H3V8Z\" /></svg></li><li title=\"archive alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-archive-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2 4H18V7H2V4M3 8H17V20H3V8M7.5 11C7.22 11 7 11.22 7 11.5V13H13V11.5C13 11.22 12.78 11 12.5 11H7.5M20 13V7H22V13H20M20 17V15H22V17H20Z\" /></svg></li><li title=\"archive arrow down outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-archive-arrow-down-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 21H4V10H6V19H18V10H20V21M3 3H21V9H3V3M5 5V7H19V5M10.5 11V14H8L12 18L16 14H13.5V11\" /></svg></li><li title=\"archive arrow down \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-archive-arrow-down\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 3H21V7H3V3M4 21V8H20V21H4M14 14V11H10V14H7L12 19L17 14H14Z\" /></svg></li><li title=\"archive arrow up outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-archive-arrow-up-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 21H4V10H6V19H18V10H20V21M3 3H21V9H3V3M5 5V7H19V5M10.5 17V14H8L12 10L16 14H13.5V17\" /></svg></li><li title=\"archive arrow up \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-archive-arrow-up\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 21H20V8H4M14 15V18H10V15H7L12 10L17 15M3 3H21V7H3\" /></svg></li><li title=\"archive cancel outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-archive-cancel-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.5 11C14.78 11 15 11.22 15 11.5V13H9V11.5C9 11.22 9.22 11 9.5 11H14.5M18.5 12C19 12 19.5 12.07 20 12.18V10H18V12.03C18.17 12 18.33 12 18.5 12M6 19V10H4V21H12.5C12.24 20.38 12.09 19.7 12.03 19H6M21 9H3V3H21V9M19 5H5V7H19V5M23 18.5C23 21 21 23 18.5 23S14 21 14 18.5 16 14 18.5 14 23 16 23 18.5M20 21.08L15.92 17C15.65 17.42 15.5 17.94 15.5 18.5C15.5 20.16 16.84 21.5 18.5 21.5C19.06 21.5 19.58 21.35 20 21.08M21.5 18.5C21.5 16.84 20.16 15.5 18.5 15.5C17.94 15.5 17.42 15.65 17 15.92L21.08 20C21.35 19.58 21.5 19.06 21.5 18.5Z\" /></svg></li><li title=\"archive cancel \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-archive-cancel\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.5 12C19 12 19.5 12.07 20 12.18V8H4V21H12.5C12.18 20.23 12 19.39 12 18.5C12 14.91 14.91 12 18.5 12M9 13V11.5C9 11.22 9.22 11 9.5 11H14.5C14.78 11 15 11.22 15 11.5V13H9M21 7H3V3H21V7M18.5 14C16 14 14 16 14 18.5S16 23 18.5 23 23 21 23 18.5 21 14 18.5 14M18.5 21.5C16.84 21.5 15.5 20.16 15.5 18.5C15.5 17.94 15.65 17.42 15.92 17L20 21.08C19.58 21.35 19.06 21.5 18.5 21.5M21.08 20L17 15.92C17.42 15.65 17.94 15.5 18.5 15.5C20.16 15.5 21.5 16.84 21.5 18.5C21.5 19.06 21.35 19.58 21.08 20Z\" /></svg></li><li title=\"archive check outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-archive-check-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 3H3V9H21V3M19 7H5V5H19V7M14.5 11C14.78 11 15 11.22 15 11.5V13H9V11.5C9 11.22 9.22 11 9.5 11H14.5M18 13.09V10H20V13.09C19.67 13.04 19.34 13 19 13C18.66 13 18.33 13.04 18 13.09M13 19C13 19.7 13.13 20.37 13.35 21H4V10H6V19H13M22.5 17.25L17.75 22L15 19L16.16 17.84L17.75 19.43L21.34 15.84L22.5 17.25Z\" /></svg></li><li title=\"archive check \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-archive-check\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 13C19.34 13 19.67 13.04 20 13.09V8H4V21H13.35C13.13 20.37 13 19.7 13 19C13 15.69 15.69 13 19 13M9 13V11.5C9 11.22 9.22 11 9.5 11H14.5C14.78 11 15 11.22 15 11.5V13H9M21 7H3V3H21V7M22.5 17.25L17.75 22L15 19L16.16 17.84L17.75 19.43L21.34 15.84L22.5 17.25Z\" /></svg></li><li title=\"archive clock outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-archive-clock-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 2H2V8H20V2M18 6H4V4H18V6M16 9C14.69 9 13.46 9.37 12.41 10H8.5C8.22 10 8 10.22 8 10.5V12H10.26C9.47 13.13 9 14.5 9 16C9 16.7 9.11 17.37 9.29 18H5V9H3V20H10.26C11.53 21.81 13.62 23 16 23C19.87 23 23 19.87 23 16C23 12.13 19.87 9 16 9M16 21C13.24 21 11 18.76 11 16S13.24 11 16 11 21 13.24 21 16 18.76 21 16 21M16.5 16.25L19.36 17.94L18.61 19.16L15 17V12H16.5V16.25Z\" /></svg></li><li title=\"archive clock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-archive-clock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 6H2V2H20V6M16.5 12H15V17L18.61 19.16L19.36 17.94L16.5 16.25V12M23 16C23 19.87 19.87 23 16 23C13.62 23 11.53 21.81 10.26 20H3V7H19V9.68C21.36 10.81 23 13.21 23 16M8 12H10.26C10.83 11.19 11.56 10.5 12.41 10H8.5C8.22 10 8 10.22 8 10.5V12M21 16C21 13.24 18.76 11 16 11S11 13.24 11 16 13.24 21 16 21 21 18.76 21 16Z\" /></svg></li><li title=\"archive cog outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-archive-cog-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 12.08V10H20V12.08C19.67 12.03 19.34 12 19 12C18.66 12 18.33 12.03 18 12.08M9.5 11C9.22 11 9 11.22 9 11.5V13H15V11.5C15 11.22 14.78 11 14.5 11H9.5M6 19V10H4V21H12.3C12.11 20.37 12 19.7 12 19H6M21 9H3V3H21V9M19 5H5V7H19V5M23.8 20.4C23.9 20.4 23.9 20.5 23.8 20.6L22.8 22.3C22.7 22.4 22.6 22.4 22.5 22.4L21.3 22C21 22.2 20.8 22.3 20.5 22.5L20.3 23.8C20.3 23.9 20.2 24 20.1 24H18.1C18 24 17.9 23.9 17.8 23.8L17.6 22.5C17.3 22.4 17 22.2 16.8 22L15.6 22.5C15.5 22.5 15.4 22.5 15.3 22.4L14.3 20.7C14.2 20.6 14.3 20.5 14.4 20.4L15.5 19.6V18.6L14.4 17.8C14.3 17.7 14.3 17.6 14.3 17.5L15.3 15.8C15.4 15.7 15.5 15.7 15.6 15.7L16.8 16.2C17.1 16 17.3 15.9 17.6 15.7L17.8 14.4C17.8 14.3 17.9 14.2 18.1 14.2H20.1C20.2 14.2 20.3 14.3 20.3 14.4L20.5 15.7C20.8 15.8 21.1 16 21.4 16.2L22.6 15.7C22.7 15.7 22.9 15.7 22.9 15.8L23.9 17.5C24 17.6 23.9 17.7 23.8 17.8L22.7 18.6V19.6L23.8 20.4M20.5 19C20.5 18.2 19.8 17.5 19 17.5S17.5 18.2 17.5 19 18.2 20.5 19 20.5 20.5 19.8 20.5 19Z\" /></svg></li><li title=\"archive cog \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-archive-cog\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 7H3V3H21V7M12 19C12 19.7 12.11 20.37 12.3 21H4V8H20V12.08C19.67 12.03 19.34 12 19 12C15.13 12 12 15.13 12 19M15 13V11.5C15 11.22 14.78 11 14.5 11H9.5C9.22 11 9 11.22 9 11.5V13H15M23.8 20.4C23.9 20.4 23.9 20.5 23.8 20.6L22.8 22.3C22.7 22.4 22.6 22.4 22.5 22.4L21.3 22C21 22.2 20.8 22.3 20.5 22.5L20.3 23.8C20.3 23.9 20.2 24 20.1 24H18.1C18 24 17.9 23.9 17.8 23.8L17.6 22.5C17.3 22.4 17 22.2 16.8 22L15.6 22.5C15.5 22.5 15.4 22.5 15.3 22.4L14.3 20.7C14.2 20.6 14.3 20.5 14.4 20.4L15.5 19.6V18.6L14.4 17.8C14.3 17.7 14.3 17.6 14.3 17.5L15.3 15.8C15.4 15.7 15.5 15.7 15.6 15.7L16.8 16.2C17.1 16 17.3 15.9 17.6 15.7L17.8 14.4C17.8 14.3 17.9 14.2 18.1 14.2H20.1C20.2 14.2 20.3 14.3 20.3 14.4L20.5 15.7C20.8 15.8 21.1 16 21.4 16.2L22.6 15.7C22.7 15.7 22.9 15.7 22.9 15.8L23.9 17.5C24 17.6 23.9 17.7 23.8 17.8L22.7 18.6V19.6L23.8 20.4M20.5 19C20.5 18.2 19.8 17.5 19 17.5S17.5 18.2 17.5 19 18.2 20.5 19 20.5 20.5 19.8 20.5 19Z\" /></svg></li><li title=\"archive edit outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-archive-edit-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 12.13V10H20V10.3C19.78 10.42 19.57 10.56 19.39 10.74L18 12.13M9.5 11C9.22 11 9 11.22 9 11.5V13H15V11.5C15 11.22 14.78 11 14.5 11H9.5M6 10H4V21H11V19.13L11.13 19H6V10M21 9H3V3H21V9M19 5H5V7H19V5M13 19.96V22H15.04L21.17 15.88L19.13 13.83L13 19.96M22.85 13.47L21.53 12.15C21.33 11.95 21 11.95 20.81 12.15L19.83 13.13L21.87 15.17L22.85 14.19C23.05 14 23.05 13.67 22.85 13.47Z\" /></svg></li><li title=\"archive edit \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-archive-edit\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 10.3V8H4V21H11V19.13L19.39 10.74C19.57 10.56 19.78 10.42 20 10.3M15 13H9V11.5C9 11.22 9.22 11 9.5 11H14.5C14.78 11 15 11.22 15 11.5V13M21 7H3V3H21V7M22.85 14.19L21.87 15.17L19.83 13.13L20.81 12.15C21 11.95 21.33 11.95 21.53 12.15L22.85 13.47C23.05 13.67 23.05 14 22.85 14.19M19.13 13.83L21.17 15.87L15.04 22H13V19.96L19.13 13.83Z\" /></svg></li><li title=\"archive eye outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-archive-eye-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.5 11C14.78 11 15 11.22 15 11.5V13H9V11.5C9 11.22 9.22 11 9.5 11H14.5M20 13.55V10H18V13.06C18.69 13.14 19.36 13.31 20 13.55M21 9H3V3H21V9M19 5H5V7H19V5M8.85 19H6V10H4V21H9.78C9.54 20.61 9.32 20.19 9.14 19.75L8.85 19M17 18C16.44 18 16 18.44 16 19S16.44 20 17 20 18 19.56 18 19 17.56 18 17 18M23 19C22.06 21.34 19.73 23 17 23S11.94 21.34 11 19C11.94 16.66 14.27 15 17 15S22.06 16.66 23 19M19.5 19C19.5 17.62 18.38 16.5 17 16.5S14.5 17.62 14.5 19 15.62 21.5 17 21.5 19.5 20.38 19.5 19Z\" /></svg></li><li title=\"archive eye \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-archive-eye\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 7H3V3H21V7M9.14 19.75C9.32 20.19 9.54 20.61 9.78 21H4V8H20V13.55C19.06 13.19 18.05 13 17 13C13.5 13 10.43 15.06 9.14 18.25L8.85 19L9.14 19.75M9 13H15V11.5C15 11.22 14.78 11 14.5 11H9.5C9.22 11 9 11.22 9 11.5V13M17 18C16.44 18 16 18.44 16 19S16.44 20 17 20 18 19.56 18 19 17.56 18 17 18M23 19C22.06 21.34 19.73 23 17 23S11.94 21.34 11 19C11.94 16.66 14.27 15 17 15S22.06 16.66 23 19M19.5 19C19.5 17.62 18.38 16.5 17 16.5S14.5 17.62 14.5 19 15.62 21.5 17 21.5 19.5 20.38 19.5 19Z\" /></svg></li><li title=\"archive lock open outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-archive-lock-open-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.5 11C14.67 11 14.82 11.09 14.91 11.22C14.56 11.76 14.34 12.36 14.26 13H9V11.5C9 11.22 9.22 11 9.5 11H14.5M13 19H6V10H4V21H13.03C13 20.9 13 20.8 13 20.7V19M21 9H3V3H21V9M19 5H5V7H19V5M21.8 16H17.5V13.5C17.5 12.7 18.2 12.2 19 12.2S20.5 12.7 20.5 13.5V14H21.8V13.5C21.8 12.1 20.4 11 19 11S16.2 12.1 16.2 13.5V16C15.6 16 15 16.6 15 17.2V20.7C15 21.4 15.6 22 16.2 22H21.7C22.4 22 23 21.4 23 20.8V17.3C23 16.6 22.4 16 21.8 16Z\" /></svg></li><li title=\"archive lock open \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-archive-lock-open\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 7H3V3H21V7M19 9C19.34 9 19.68 9.04 20 9.11V8H4V21H13.03C13 20.9 13 20.8 13 20.7V17.2C13 16.24 13.5 15.34 14.2 14.74V13.5C14.2 13.33 14.24 13.17 14.26 13H9V11.5C9 11.22 9.22 11 9.5 11H14.5C14.67 11 14.82 11.09 14.91 11.22C15.75 9.91 17.28 9 19 9M21.8 16H17.5V13.5C17.5 12.7 18.2 12.2 19 12.2S20.5 12.7 20.5 13.5V14H21.8V13.5C21.8 12.1 20.4 11 19 11S16.2 12.1 16.2 13.5V16C15.6 16 15 16.6 15 17.2V20.7C15 21.4 15.6 22 16.2 22H21.7C22.4 22 23 21.4 23 20.8V17.3C23 16.6 22.4 16 21.8 16Z\" /></svg></li><li title=\"archive lock outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-archive-lock-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15 12.06C14.79 12.35 14.64 12.67 14.5 13H9V11.5C9 11.22 9.22 11 9.5 11H14.5C14.78 11 15 11.22 15 11.5V12.06M21 9H3V3H21V9M19 5H5V7H19V5M13 19H6V10H4V21H13.03C13 20.9 13 20.8 13 20.7V19M23 17.3V20.8C23 21.4 22.4 22 21.7 22H16.2C15.6 22 15 21.4 15 20.7V17.2C15 16.6 15.6 16 16.2 16V14.5C16.2 13.1 17.6 12 19 12S21.8 13.1 21.8 14.5V16C22.4 16 23 16.6 23 17.3M20.5 14.5C20.5 13.7 19.8 13.2 19 13.2S17.5 13.7 17.5 14.5V16H20.5V14.5Z\" /></svg></li><li title=\"archive lock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-archive-lock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 7H3V3H21V7M9.5 11H14.5C14.78 11 15 11.22 15 11.5V12.06C15.87 10.83 17.35 10 19 10C19.34 10 19.68 10.04 20 10.11V8H4V21H13.03C13 20.9 13 20.8 13 20.7V17.2C13 16.24 13.5 15.34 14.2 14.74V14.5C14.2 14 14.32 13.47 14.5 13H9V11.5C9 11.22 9.22 11 9.5 11M23 17.3V20.8C23 21.4 22.4 22 21.7 22H16.2C15.6 22 15 21.4 15 20.7V17.2C15 16.6 15.6 16 16.2 16V14.5C16.2 13.1 17.6 12 19 12S21.8 13.1 21.8 14.5V16C22.4 16 23 16.6 23 17.3M20.5 14.5C20.5 13.7 19.8 13.2 19 13.2S17.5 13.7 17.5 14.5V16H20.5V14.5Z\" /></svg></li><li title=\"archive marker outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-archive-marker-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.5 11C14.72 11 14.9 11.14 14.97 11.33C14.42 11.79 13.96 12.36 13.63 13H9V11.5C9 11.22 9.22 11 9.5 11H14.5M21 9H3V3H21V9M19 5H5V7H19V5M6 19V10H4V21H15.19C14.78 20.4 14.36 19.72 14 19H6M22 15.5C22 18.1 18.5 22 18.5 22S15 18.1 15 15.5C15 13.6 16.6 12 18.5 12S22 13.6 22 15.5M19.7 15.6C19.7 15 19.1 14.4 18.5 14.4S17.3 14.9 17.3 15.6C17.3 16.2 17.8 16.8 18.5 16.8S19.8 16.2 19.7 15.6Z\" /></svg></li><li title=\"archive marker \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-archive-marker\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 7H3V3H21V7M13.63 13H9V11.5C9 11.22 9.22 11 9.5 11H14.5C14.72 11 14.9 11.14 14.97 11.33C15.93 10.5 17.17 10 18.5 10C19 10 19.5 10.08 20 10.22V8H4V21H15.19C14.12 19.43 13 17.35 13 15.5C13 14.61 13.23 13.76 13.63 13M22 15.5C22 18.1 18.5 22 18.5 22S15 18.1 15 15.5C15 13.6 16.6 12 18.5 12S22 13.6 22 15.5M19.7 15.6C19.7 15 19.1 14.4 18.5 14.4S17.3 14.9 17.3 15.6C17.3 16.2 17.8 16.8 18.5 16.8S19.8 16.2 19.7 15.6Z\" /></svg></li><li title=\"archive minus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-archive-minus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 19C13 19.7 13.13 20.37 13.35 21H4V10H6V19H13M19 13C19.34 13 19.67 13.04 20 13.09V10H18V13.09C18.33 13.04 18.66 13 19 13M9.5 11C9.22 11 9 11.22 9 11.5V13H15V11.5C15 11.22 14.78 11 14.5 11H9.5M21 9H3V3H21V9M19 5H5V7H19V5M15 18V20H23V18H15Z\" /></svg></li><li title=\"archive minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-archive-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 13C19.34 13 19.67 13.04 20 13.09V8H4V21H13.35C13.13 20.37 13 19.7 13 19C13 15.69 15.69 13 19 13M9 13V11.5C9 11.22 9.22 11 9.5 11H14.5C14.78 11 15 11.22 15 11.5V13H9M21 7H3V3H21V7M23 18V20H15V18H23Z\" /></svg></li><li title=\"archive music outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-archive-music-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 3H3V9H21V3M19 7H5V5H19V7M18 11V10H20V11H18M14.5 11C14.78 11 15 11.22 15 11.5V13H9V11.5C9 11.22 9.22 11 9.5 11H14.5M13.26 19C13.09 19.47 13 19.97 13 20.5C13 20.67 13 20.84 13.03 21H4V10H6V19H13.26M22 13V15H20V20.5C20 21.88 18.88 23 17.5 23S15 21.88 15 20.5 16.12 18 17.5 18C17.86 18 18.19 18.07 18.5 18.21V13H22Z\" /></svg></li><li title=\"archive music \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-archive-music\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.5 16.11V11H20V8H4V21H13.03C13 20.84 13 20.67 13 20.5C13 18.36 14.5 16.57 16.5 16.11M9 13V11.5C9 11.22 9.22 11 9.5 11H14.5C14.78 11 15 11.22 15 11.5V13H9M21 7H3V3H21V7M22 13V15H20V20.5C20 21.88 18.88 23 17.5 23S15 21.88 15 20.5 16.12 18 17.5 18C17.86 18 18.19 18.07 18.5 18.21V13H22Z\" /></svg></li><li title=\"archive off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-archive-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8.2 5L6.2 3H21V9H12.2L10.2 7H19V5H8.2M20 16.8V10H18V14.8L20 16.8M20 19.35V19.34L18 17.34V17.35L9.66 9H9.66L7.66 7H7.66L6.13 5.47L2.39 1.73L1.11 3L3 4.89V9H7.11L17.11 19H6V10H4V21H19.11L20.84 22.73L22.11 21.46L20 19.35Z\" /></svg></li><li title=\"archive off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-archive-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10.2 7L6.2 3H21V7H10.2M20 8H11.2L20 16.8V8M20 19.35V19.34L8.66 8H8.66L7.66 7H7.66L2.39 1.73L1.11 3L3 4.89V7H5.11L6.11 8H4V21H19.11L20.84 22.73L22.11 21.46L20 19.35Z\" /></svg></li><li title=\"archive outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-archive-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 21H4V10H6V19H18V10H20V21M3 3H21V9H3V3M9.5 11H14.5C14.78 11 15 11.22 15 11.5V13H9V11.5C9 11.22 9.22 11 9.5 11M5 5V7H19V5H5Z\" /></svg></li><li title=\"archive plus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-archive-plus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 13.09V10H20V13.09C19.67 13.04 19.34 13 19 13C18.66 13 18.33 13.04 18 13.09M9.5 11C9.22 11 9 11.22 9 11.5V13H15V11.5C15 11.22 14.78 11 14.5 11H9.5M21 9H3V3H21V9M19 5H5V7H19V5M6 19V10H4V21H13.35C13.13 20.37 13 19.7 13 19H6M20 18V15H18V18H15V20H18V23H20V20H23V18H20Z\" /></svg></li><li title=\"archive plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-archive-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 7H3V3H21V7M13 19C13 19.7 13.13 20.37 13.35 21H4V8H20V13.09C19.67 13.04 19.34 13 19 13C15.69 13 13 15.69 13 19M15 13V11.5C15 11.22 14.78 11 14.5 11H9.5C9.22 11 9 11.22 9 11.5V13H15M20 18V15H18V18H15V20H18V23H20V20H23V18H20Z\" /></svg></li><li title=\"archive refresh outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-archive-refresh-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 12.03V10H20V12.18C19.5 12.07 19 12 18.5 12C18.33 12 18.17 12 18 12.03M9.5 11C9.22 11 9 11.22 9 11.5V13H15V11.5C15 11.22 14.78 11 14.5 11H9.5M6 19V10H4V21H12.5C12.24 20.38 12.09 19.7 12.03 19H6M21 9H3V3H21V9M19 5H5V7H19V5M22 18.5V14.5L20.83 15.67C20.11 14.95 19.11 14.5 18 14.5C15.79 14.5 14 16.29 14 18.5S15.79 22.5 18 22.5C19.68 22.5 21.12 21.47 21.71 20H20C19.54 20.61 18.82 21 18 21C16.62 21 15.5 19.88 15.5 18.5S16.62 16 18 16C18.69 16 19.32 16.28 19.77 16.73L18 18.5H22Z\" /></svg></li><li title=\"archive refresh \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-archive-refresh\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.5 12C19 12 19.5 12.07 20 12.18V8H4V21H12.5C12.18 20.23 12 19.39 12 18.5C12 14.91 14.91 12 18.5 12M9 13V11.5C9 11.22 9.22 11 9.5 11H14.5C14.78 11 15 11.22 15 11.5V13H9M21 7H3V3H21V7M18 18.5L19.77 16.73C19.32 16.28 18.69 16 18 16C16.62 16 15.5 17.12 15.5 18.5S16.62 21 18 21C18.82 21 19.54 20.61 20 20H21.71C21.12 21.47 19.68 22.5 18 22.5C15.79 22.5 14 20.71 14 18.5S15.79 14.5 18 14.5C19.11 14.5 20.11 14.95 20.83 15.67L22 14.5V18.5H18Z\" /></svg></li><li title=\"archive remove outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-archive-remove-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 13.09V10H20V13.09C19.67 13.04 19.34 13 19 13C18.66 13 18.33 13.04 18 13.09M14.5 11H9.5C9.22 11 9 11.22 9 11.5V13H15V11.5C15 11.22 14.78 11 14.5 11M6 19V10H4V21H13.35C13.13 20.37 13 19.7 13 19H6M21 9H3V3H21V9M19 5H5V7H19V5M22.54 16.88L21.12 15.47L19 17.59L16.88 15.47L15.47 16.88L17.59 19L15.47 21.12L16.88 22.54L19 20.41L21.12 22.54L22.54 21.12L20.41 19L22.54 16.88Z\" /></svg></li><li title=\"archive remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-archive-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 7H3V3H21V7M13 19C13 19.7 13.13 20.37 13.35 21H4V8H20V13.09C19.67 13.04 19.34 13 19 13C15.69 13 13 15.69 13 19M15 13V11.5C15 11.22 14.78 11 14.5 11H9.5C9.22 11 9 11.22 9 11.5V13H15M22.54 16.88L21.12 15.47L19 17.59L16.88 15.47L15.47 16.88L17.59 19L15.47 21.12L16.88 22.54L19 20.41L21.12 22.54L22.54 21.12L20.41 19L22.54 16.88Z\" /></svg></li><li title=\"archive search outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-archive-search-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.04 10C12.64 10.25 12.26 10.55 11.9 10.9C11.57 11.24 11.27 11.61 11.03 12H8V10.5C8 10.22 8.22 10 8.5 10H13.04M20 8H2V2H20V8M18 4H4V6H18V4M5 18V9H3V20H11.82C11.24 19.4 10.8 18.72 10.5 18H5M23.39 21L22 22.39L18.88 19.32C18.19 19.75 17.37 20 16.5 20C14 20 12 18 12 15.5S14 11 16.5 11 21 13 21 15.5C21 16.38 20.75 17.21 20.31 17.9L23.39 21M19 15.5C19 14.12 17.88 13 16.5 13S14 14.12 14 15.5 15.12 18 16.5 18 19 16.88 19 15.5Z\" /></svg></li><li title=\"archive search \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-archive-search\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 6H2V2H20V6M11.03 12H8V10.5C8 10.22 8.22 10 8.5 10H13.04C14.84 8.87 17.07 8.7 19 9.5V7H3V20H11.82C9.7 17.8 9.44 14.5 11.03 12M23.39 21L22 22.39L18.88 19.32C18.19 19.75 17.37 20 16.5 20C14 20 12 18 12 15.5S14 11 16.5 11 21 13 21 15.5C21 16.38 20.75 17.21 20.31 17.9L23.39 21M19 15.5C19 14.12 17.88 13 16.5 13S14 14.12 14 15.5 15.12 18 16.5 18 19 16.88 19 15.5Z\" /></svg></li><li title=\"archive settings outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-archive-settings-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 2V8H21V2H3M19 6H5V4H19V6M18 9H20V20H4V9H6V18H18V9M15 10.5V12H9V10.5C9 10.22 9.22 10 9.5 10H14.5C14.78 10 15 10.22 15 10.5M7 22H9V24H7V22M11 22H13V24H11V22M15 22H17V24H15V22Z\" /></svg></li><li title=\"archive settings \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-archive-settings\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 2V6H3V2H21M4 7H20V20H4V7M9 12H15V10.5C15 10.22 14.78 10 14.5 10H9.5C9.22 10 9 10.22 9 10.5V12M7 24H9V22H7V24M11 24H13V22H11V24M15 24H17V22H15V24Z\" /></svg></li><li title=\"archive star outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-archive-star-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 13.09V10H20V13.09C19.67 13.04 19.34 13 19 13C18.66 13 18.33 13.04 18 13.09M9.5 11C9.22 11 9 11.22 9 11.5V13H15V11.5C15 11.22 14.78 11 14.5 11H9.5M6 19V10H4V21H13.35C13.13 20.37 13 19.7 13 19H6M21 9H3V3H21V9M19 5H5V7H19V5M23 17.89L20.11 17.64L19 15L17.87 17.64L15 17.89L17.18 19.77L16.5 22.58L19 21.09L21.45 22.58L20.8 19.77L23 17.89Z\" /></svg></li><li title=\"archive star \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-archive-star\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 7H3V3H21V7M13 19C13 19.7 13.13 20.37 13.35 21H4V8H20V13.09C19.67 13.04 19.34 13 19 13C15.69 13 13 15.69 13 19M15 13V11.5C15 11.22 14.78 11 14.5 11H9.5C9.22 11 9 11.22 9 11.5V13H15M23 17.89L20.11 17.64L19 15L17.87 17.64L15 17.89L17.18 19.77L16.5 22.58L19 21.09L21.45 22.58L20.8 19.77L23 17.89Z\" /></svg></li><li title=\"archive sync outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-archive-sync-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 11.18V10H20V11.03C19.84 11 19.67 11 19.5 11C19 11 18.5 11.07 18 11.18M15 11.5C15 11.22 14.78 11 14.5 11H9.5C9.22 11 9 11.22 9 11.5V13H14.82C14.88 12.94 14.94 12.88 15 12.82V11.5M6 19V10H4V21H14.03C13.64 20.39 13.35 19.72 13.18 19H6M21 9H3V3H21V9M19 5H5V7H19V5M19 13.5V12L16.75 14.25L19 16.5V15C20.38 15 21.5 16.12 21.5 17.5C21.5 17.9 21.41 18.28 21.24 18.62L22.33 19.71C22.75 19.08 23 18.32 23 17.5C23 15.29 21.21 13.5 19 13.5M19 20C17.62 20 16.5 18.88 16.5 17.5C16.5 17.1 16.59 16.72 16.76 16.38L15.67 15.29C15.25 15.92 15 16.68 15 17.5C15 19.71 16.79 21.5 19 21.5V23L21.25 20.75L19 18.5V20Z\" /></svg></li><li title=\"archive sync \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-archive-sync\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 7H3V3H21V7M9.5 11H14.5C14.78 11 15 11.22 15 11.5V12.82C16.17 11.69 17.75 11 19.5 11C19.67 11 19.84 11 20 11.03V8H4V21H14.03C13.38 20 13 18.79 13 17.5C13 15.75 13.69 14.17 14.82 13H9V11.5C9 11.22 9.22 11 9.5 11M19 13.5V12L16.75 14.25L19 16.5V15C20.38 15 21.5 16.12 21.5 17.5C21.5 17.9 21.41 18.28 21.24 18.62L22.33 19.71C22.75 19.08 23 18.32 23 17.5C23 15.29 21.21 13.5 19 13.5M19 20C17.62 20 16.5 18.88 16.5 17.5C16.5 17.1 16.59 16.72 16.76 16.38L15.67 15.29C15.25 15.92 15 16.68 15 17.5C15 19.71 16.79 21.5 19 21.5V23L21.25 20.75L19 18.5V20Z\" /></svg></li><li title=\"archive \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-archive\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,3H21V7H3V3M4,8H20V21H4V8M9.5,11A0.5,0.5 0 0,0 9,11.5V13H15V11.5A0.5,0.5 0 0,0 14.5,11H9.5Z\" /></svg></li><li title=\"arm flex outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arm-flex-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7 7.76V16.25H11.08L11.68 15.34C12.84 13.55 14.93 12.75 16.47 12.75C17 12.75 17.45 12.84 17.79 13C18.7 13.41 18.95 14.18 19 14.74C19.08 15.87 18.5 17.03 17.5 17.71C16.6 18.33 14.44 19 11.87 19C10.12 19 7.61 18.69 5.12 17.3C5.41 14.85 6 10.88 7 7.76M7 3C4 7.09 3 18.34 3 18.34C5.9 20.31 9.08 21 11.87 21C14.86 21 17.39 20.21 18.64 19.36C21.64 17.32 21.94 12.71 18.64 11.18C18 10.89 17.26 10.75 16.47 10.75C14.17 10.75 11.5 11.96 10 14.25H9V7.09H11L12 4L7 3Z\" /></svg></li><li title=\"arm flex \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arm-flex\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 18.34C3 18.34 4 7.09 7 3L12 4L11 7.09H9V14.25H10C12 11.18 16.14 10.06 18.64 11.18C21.94 12.71 21.64 17.32 18.64 19.36C16.24 21 9 22.43 3 18.34Z\" /></svg></li><li title=\"arrange bring forward \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrange-bring-forward\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,2H16V16H2V2M22,8V22H8V18H10V20H20V10H18V8H22Z\" /></svg></li><li title=\"arrange bring to front \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrange-bring-to-front\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,2H11V6H9V4H4V9H6V11H2V2M22,13V22H13V18H15V20H20V15H18V13H22M8,8H16V16H8V8Z\" /></svg></li><li title=\"arrange send backward \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrange-send-backward\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,2H16V16H2V2M22,8V22H8V18H18V8H22M4,4V14H14V4H4Z\" /></svg></li><li title=\"arrange send to back \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrange-send-to-back\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,2H11V11H2V2M9,4H4V9H9V4M22,13V22H13V13H22M15,20H20V15H15V20M16,8V11H13V8H16M11,16H8V13H11V16Z\" /></svg></li><li title=\"arrow all \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-all\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,11H18L16.5,9.5L17.92,8.08L21.84,12L17.92,15.92L16.5,14.5L18,13H13V18L14.5,16.5L15.92,17.92L12,21.84L8.08,17.92L9.5,16.5L11,18V13H6L7.5,14.5L6.08,15.92L2.16,12L6.08,8.08L7.5,9.5L6,11H11V6L9.5,7.5L8.08,6.08L12,2.16L15.92,6.08L14.5,7.5L13,6V11Z\" /></svg></li><li title=\"arrow bottom left bold box outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-bottom-left-bold-box-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8 16V8.9L10.1 11L14.2 7.1L17 10L12.9 13.9L15 16H8M21 19V5C21 3.9 20.1 3 19 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19M19 19H5V5H19V19Z\" /></svg></li><li title=\"arrow bottom left bold box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-bottom-left-bold-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5 21C3.9 21 3 20.1 3 19V5C3 3.9 3.9 3 5 3H19C20.1 3 21 3.9 21 5V19C21 20.1 20.1 21 19 21H5M15.3 16L13.2 13.9L17 10L14.2 7.2L10.4 11.1L8.2 8.9V16H15.3Z\" /></svg></li><li title=\"arrow bottom left bold outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-bottom-left-bold-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.36,19.78H4.22V5.64L8.47,9.88L14.12,4.22L19.78,9.88L14.12,15.54L18.36,19.78M6.34,17.66H13.41L11.29,15.54L16.95,9.88L14.12,7.05L8.46,12.71L6.34,10.59V17.66Z\" /></svg></li><li title=\"arrow bottom left thick \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-bottom-left-thick\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.5,5.69L18.31,8.5L11.94,14.89H16.89V18.31H5.69V7.11H9.12V12.06L15.5,5.69Z\" /></svg></li><li title=\"arrow bottom left thin circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-bottom-left-thin-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 20.03C16.41 20.03 20.03 16.41 20.03 12C20.03 7.59 16.41 3.97 12 3.97C7.59 3.97 3.97 7.59 3.97 12C3.97 16.41 7.59 20.03 12 20.03M12 22C6.46 22 2 17.54 2 12C2 6.46 6.46 2 12 2C17.54 2 22 6.46 22 12C22 17.54 17.54 22 12 22M10.12 12.47L8 10.36V16H13.64L11.53 13.88L16.5 8.9L15.1 7.5\" /></svg></li><li title=\"arrow bottom left thin \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-bottom-left-thin\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12.07 19L9.24 16.18L19 6.42L17.58 5L7.82 14.76L5 11.94V19Z\" /></svg></li><li title=\"arrow bottom left \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-bottom-left\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,6.41L17.59,5L7,15.59V9H5V19H15V17H8.41L19,6.41Z\" /></svg></li><li title=\"arrow bottom right bold box outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-bottom-right-bold-box-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16 16H8.9L11 13.9L7 10L9.8 7.2L13.9 11.1L16 8.9V16M5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21M5 5H19V19H5V5Z\" /></svg></li><li title=\"arrow bottom right bold box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-bottom-right-bold-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 21H5C3.9 21 3 20.1 3 19V5C3 3.9 3.9 3 5 3H19C20.1 3 21 3.9 21 5V19C21 20.1 20.1 21 19 21M15.8 16V8.9L13.7 11L9.8 7.2L7 10L10.8 13.9L8.7 16H15.8Z\" /></svg></li><li title=\"arrow bottom right bold outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-bottom-right-bold-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9.88,15.54L4.22,9.88L9.88,4.22L15.54,9.88L19.78,5.64V19.78H5.64L9.88,15.54M17.66,10.59L15.54,12.71L9.88,7.05L7.05,9.88L12.71,15.54L10.59,17.66H17.66V10.59Z\" /></svg></li><li title=\"arrow bottom right thick \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-bottom-right-thick\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.89,12.06V7.11H18.31V18.31H7.11V14.89H12.06L5.69,8.5L8.5,5.69L14.89,12.06Z\" /></svg></li><li title=\"arrow bottom right thin circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-bottom-right-thin-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 20.03C7.59 20.03 3.97 16.41 3.97 12C3.97 7.59 7.59 3.97 12 3.97C16.41 3.97 20.03 7.59 20.03 12C20.03 16.41 16.41 20.03 12 20.03M12 22C17.54 22 22 17.54 22 12C22 6.46 17.54 2 12 2C6.46 2 2 6.46 2 12C2 17.54 6.46 22 12 22M13.88 12.47L16 10.36V16H10.36L12.47 13.88L7.5 8.9L8.9 7.5\" /></svg></li><li title=\"arrow bottom right thin \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-bottom-right-thin\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.93 19L14.76 16.18L5 6.42L6.42 5L16.18 14.76L19 11.94V19Z\" /></svg></li><li title=\"arrow bottom right \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-bottom-right\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,6.41L6.41,5L17,15.59V9H19V19H9V17H15.59L5,6.41Z\" /></svg></li><li title=\"arrow collapse all \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-collapse-all\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.5,3.09L20.91,4.5L16.41,9H20V11H13V4H15V7.59L19.5,3.09M20.91,19.5L19.5,20.91L15,16.41V20H13V13H20V15H16.41L20.91,19.5M4.5,3.09L9,7.59V4H11V11H4V9H7.59L3.09,4.5L4.5,3.09M3.09,19.5L7.59,15H4V13H11V20H9V16.41L4.5,20.91L3.09,19.5Z\" /></svg></li><li title=\"arrow collapse down \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-collapse-down\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.92,12.08L12,20L4.08,12.08L5.5,10.67L11,16.17V2H13V16.17L18.5,10.66L19.92,12.08M12,20H2V22H22V20H12Z\" /></svg></li><li title=\"arrow collapse horizontal \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-collapse-horizontal\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,20V4H15.03V20H13M10,20V4H12.03V20H10M5,8L9.03,12L5,16V13H2V11H5V8M20,16L16,12L20,8V11H23V13H20V16Z\" /></svg></li><li title=\"arrow collapse left \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-collapse-left\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.92,19.92L4,12L11.92,4.08L13.33,5.5L7.83,11H22V13H7.83L13.34,18.5L11.92,19.92M4,12V2H2V22H4V12Z\" /></svg></li><li title=\"arrow collapse right \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-collapse-right\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12.08,4.08L20,12L12.08,19.92L10.67,18.5L16.17,13H2V11H16.17L10.67,5.5L12.08,4.08M20,12V22H22V2H20V12Z\" /></svg></li><li title=\"arrow collapse up \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-collapse-up\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4.08,11.92L12,4L19.92,11.92L18.5,13.33L13,7.83V22H11V7.83L5.5,13.33L4.08,11.92M12,4H22V2H2V4H12Z\" /></svg></li><li title=\"arrow collapse vertical \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-collapse-vertical\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,12H20V14H4V12M4,9H20V11H4V9M16,4L12,8L8,4H11V1H13V4H16M8,19L12,15L16,19H13V22H11V19H8Z\" /></svg></li><li title=\"arrow collapse \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-collapse\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.5,3.09L15,7.59V4H13V11H20V9H16.41L20.91,4.5L19.5,3.09M4,13V15H7.59L3.09,19.5L4.5,20.91L9,16.41V20H11V13H4Z\" /></svg></li><li title=\"arrow decision auto outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-decision-auto-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,15V12C18.5,12 14.5,12.16 14.05,16.2C15.61,16.75 16.43,18.47 15.88,20.03C15.33,21.59 13.61,22.41 12.05,21.86C10.5,21.3 9.67,19.59 10.22,18.03C10.5,17.17 11.2,16.5 12.05,16.2C12.34,12.61 15.4,9.88 19,10V7L23,11L19,15M14,19A1,1 0 0,0 13,18A1,1 0 0,0 12,19A1,1 0 0,0 13,20A1,1 0 0,0 14,19M12,11.12C12.58,10.46 13.25,9.89 14,9.43V5H17L13,1L9,5H12V11.12M7.2,6H5.2L2,15H3.9L4.6,13H7.8L8.5,15H10.4L7.2,6M5.05,11.65L6.2,8L7.35,11.65H5.05Z\" /></svg></li><li title=\"arrow decision auto \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-decision-auto\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,5H9L13,1L17,5H14V9.43C13.25,9.89 12.58,10.46 12,11.12V5M10.4,15H8.5L7.8,13H4.6L3.9,15H2L5.2,6H7.2L10.4,15M7.35,11.65L6.2,8L5.05,11.65H7.35M23,11L19,7V10C15.39,9.85 12.31,12.57 12,16.17C10.44,16.72 9.62,18.44 10.17,20C10.72,21.56 12.44,22.38 14,21.83C15.56,21.27 16.38,19.56 15.83,18C15.53,17.14 14.85,16.47 14,16.17C14.47,12.17 18.47,11.97 18.95,11.97V14.97L23,11Z\" /></svg></li><li title=\"arrow decision outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-decision-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9.64,13.4C8.63,12.5 7.34,12.03 6,12V15L2,11L6,7V10C7.67,10 9.3,10.57 10.63,11.59C10.22,12.15 9.89,12.76 9.64,13.4M18,15V12C17.5,12 13.5,12.16 13.05,16.2C14.61,16.75 15.43,18.47 14.88,20.03C14.33,21.59 12.61,22.41 11.05,21.86C9.5,21.3 8.67,19.59 9.22,18.03C9.5,17.17 10.2,16.5 11.05,16.2C11.34,12.61 14.4,9.88 18,10V7L22,11L18,15M13,19A1,1 0 0,0 12,18A1,1 0 0,0 11,19A1,1 0 0,0 12,20A1,1 0 0,0 13,19M11,11.12C11.58,10.46 12.25,9.89 13,9.43V5H16L12,1L8,5H11V11.12Z\" /></svg></li><li title=\"arrow decision \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-decision\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,5H8L12,1L16,5H13V9.43C12.25,9.89 11.58,10.46 11,11.12V5M22,11L18,7V10C14.39,9.85 11.31,12.57 11,16.17C9.44,16.72 8.62,18.44 9.17,20C9.72,21.56 11.44,22.38 13,21.83C14.56,21.27 15.38,19.56 14.83,18C14.53,17.14 13.85,16.47 13,16.17C13.47,12.17 17.47,11.97 17.95,11.97V14.97L22,11M10.63,11.59C9.3,10.57 7.67,10 6,10V7L2,11L6,15V12C7.34,12.03 8.63,12.5 9.64,13.4C9.89,12.76 10.22,12.15 10.63,11.59Z\" /></svg></li><li title=\"arrow down bold box outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-down-bold-box-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,17L7,12H10V8H14V12H17L12,17M5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3M5,5V19H19V5H5Z\" /></svg></li><li title=\"arrow down bold box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-down-bold-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3M12,17L17,12H14V8H10V12H7L12,17Z\" /></svg></li><li title=\"arrow down bold circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-down-bold-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,17L7,12H10V8H14V12H17L12,17M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z\" /></svg></li><li title=\"arrow down bold circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-down-bold-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,17L17,12H14V8H10V12H7L12,17Z\" /></svg></li><li title=\"arrow down bold hexagon outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-down-bold-hexagon-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,17L7,12H10V8H14V12H17L12,17M21,16.5C21,16.88 20.79,17.21 20.47,17.38L12.57,21.82C12.41,21.94 12.21,22 12,22C11.79,22 11.59,21.94 11.43,21.82L3.53,17.38C3.21,17.21 3,16.88 3,16.5V7.5C3,7.12 3.21,6.79 3.53,6.62L11.43,2.18C11.59,2.06 11.79,2 12,2C12.21,2 12.41,2.06 12.57,2.18L20.47,6.62C20.79,6.79 21,7.12 21,7.5V16.5M12,4.15L5,8.09V15.91L12,19.85L19,15.91V8.09L12,4.15Z\" /></svg></li><li title=\"arrow down bold outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-down-bold-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,11L12,21L2,11H8V3H16V11H22M12,18L17,13H14V5H10V13H7L12,18Z\" /></svg></li><li title=\"arrow down bold \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-down-bold\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,4H15V12H19.84L12,19.84L4.16,12H9V4Z\" /></svg></li><li title=\"arrow down box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-down-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,5A2,2 0 0,1 5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5C3.89,21 3,20.1 3,19V5M11,6V14.5L7.5,11L6.08,12.42L12,18.34L17.92,12.42L16.5,11L13,14.5V6H11Z\" /></svg></li><li title=\"arrow down circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-down-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,6H13V14L16.5,10.5L17.92,11.92L12,17.84L6.08,11.92L7.5,10.5L11,14V6M12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22M12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20Z\" /></svg></li><li title=\"arrow down circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-down-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,6V14L7.5,10.5L6.08,11.92L12,17.84L17.92,11.92L16.5,10.5L13,14V6H11M12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22Z\" /></svg></li><li title=\"arrow down drop circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-down-drop-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M12,4A8,8 0 0,1 20,12A8,8 0 0,1 12,20A8,8 0 0,1 4,12A8,8 0 0,1 12,4M7,10L12,15L17,10H7Z\" /></svg></li><li title=\"arrow down drop circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-down-drop-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M7,10L12,15L17,10H7Z\" /></svg></li><li title=\"arrow down left bold \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-down-left-bold\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 3V7H13.5C11.57 7 10 8.57 10 10.5V13H14L8 20L2 13H6V10.5C6 6.36 9.36 3 13.5 3H21Z\" /></svg></li><li title=\"arrow down left \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-down-left\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 4V6H13.5C11 6 9 8 9 10.5V16.17L12.09 13.09L13.5 14.5L8 20L2.5 14.5L3.91 13.08L7 16.17V10.5C7 6.91 9.91 4 13.5 4H20Z\" /></svg></li><li title=\"arrow down right bold \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-down-right-bold\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10.5 3C14.64 3 18 6.36 18 10.5V13H22L16 20L10 13H14V10.5C14 8.57 12.43 7 10.5 7H3V3H10.5Z\" /></svg></li><li title=\"arrow down right \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-down-right\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.5 14.5L16 20L10.5 14.5L11.91 13.09L15 16.17V10.5C15 8 13 6 10.5 6H4V4H10.5C14.09 4 17 6.91 17 10.5V16.17L20.09 13.08L21.5 14.5Z\" /></svg></li><li title=\"arrow down thick \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-down-thick\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,4H14V13L17.5,9.5L19.92,11.92L12,19.84L4.08,11.92L6.5,9.5L10,13V4Z\" /></svg></li><li title=\"arrow down thin circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-down-thin-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 20.03C16.41 20.03 20.03 16.41 20.03 12C20.03 7.59 16.41 3.97 12 3.97C7.59 3.97 3.97 7.59 3.97 12C3.97 16.41 7.59 20.03 12 20.03M12 22C6.46 22 2 17.54 2 12C2 6.46 6.46 2 12 2C17.54 2 22 6.46 22 12C22 17.54 17.54 22 12 22M11 13.54H8L12 17.5L16 13.54H13V6.5H11\" /></svg></li><li title=\"arrow down thin \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-down-thin\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.03 13.92H11.03V5L13.04 4.97V13.92H17.03L12.03 18.92Z\" /></svg></li><li title=\"arrow down \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-down\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,4H13V16L18.5,10.5L19.92,11.92L12,19.84L4.08,11.92L5.5,10.5L11,16V4Z\" /></svg></li><li title=\"arrow expand all \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-expand-all\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9.5,13.09L10.91,14.5L6.41,19H10V21H3V14H5V17.59L9.5,13.09M10.91,9.5L9.5,10.91L5,6.41V10H3V3H10V5H6.41L10.91,9.5M14.5,13.09L19,17.59V14H21V21H14V19H17.59L13.09,14.5L14.5,13.09M13.09,9.5L17.59,5H14V3H21V10H19V6.41L14.5,10.91L13.09,9.5Z\" /></svg></li><li title=\"arrow expand down \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-expand-down\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,4V2H2V4H11V18.17L5.5,12.67L4.08,14.08L12,22L19.92,14.08L18.5,12.67L13,18.17V4H22Z\" /></svg></li><li title=\"arrow expand horizontal \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-expand-horizontal\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,11H15V8L19,12L15,16V13H9V16L5,12L9,8V11M2,20V4H4V20H2M20,20V4H22V20H20Z\" /></svg></li><li title=\"arrow expand left \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-expand-left\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,22H22V2H20V11H5.83L11.33,5.5L9.92,4.08L2,12L9.92,19.92L11.33,18.5L5.83,13H20V22Z\" /></svg></li><li title=\"arrow expand right \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-expand-right\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,2H2V22H4V13H18.17L12.67,18.5L14.08,19.92L22,12L14.08,4.08L12.67,5.5L18.17,11H4V2Z\" /></svg></li><li title=\"arrow expand up \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-expand-up\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,20V22H22V20H13V5.83L18.5,11.33L19.92,9.92L12,2L4.08,9.92L5.5,11.33L11,5.83V20H2Z\" /></svg></li><li title=\"arrow expand vertical \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-expand-vertical\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,9V15H16L12,19L8,15H11V9H8L12,5L16,9H13M4,2H20V4H4V2M4,20H20V22H4V20Z\" /></svg></li><li title=\"arrow expand \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-expand\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,21V19H6.41L10.91,14.5L9.5,13.09L5,17.59V14H3V21H10M14.5,10.91L19,6.41V10H21V3H14V5H17.59L13.09,9.5L14.5,10.91Z\" /></svg></li><li title=\"arrow horizontal lock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-horizontal-lock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.8 7V5.5C14.8 4.1 13.4 3 12 3S9.2 4.1 9.2 5.5V7C8.6 7 8 7.6 8 8.2V11.7C8 12.4 8.6 13 9.2 13H14.7C15.4 13 16 12.4 16 11.8V8.3C16 7.6 15.4 7 14.8 7M13.5 7H10.5V5.5C10.5 4.7 11.2 4.2 12 4.2S13.5 4.7 13.5 5.5V7M6 17V20L2 16L6 12V15H18V12L22 16L18 20V17H6Z\" /></svg></li><li title=\"arrow left bold box outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-left-bold-box-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7,12L12,7V10H16V14H12V17L7,12M21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3H19A2,2 0 0,1 21,5M19,5H5V19H19V5Z\" /></svg></li><li title=\"arrow left bold box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-left-bold-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3H19A2,2 0 0,1 21,5M7,12L12,17V14H16V10H12V7L7,12Z\" /></svg></li><li title=\"arrow left bold circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-left-bold-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7,12L12,7V10H16V14H12V17L7,12M22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2A10,10 0 0,1 22,12M20,12A8,8 0 0,0 12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12Z\" /></svg></li><li title=\"arrow left bold circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-left-bold-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2A10,10 0 0,1 22,12M7,12L12,17V14H16V10H12V7L7,12Z\" /></svg></li><li title=\"arrow left bold hexagon outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-left-bold-hexagon-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7,12L12,7V10H16V14H12V17L7,12M21,16.5C21,16.88 20.79,17.21 20.47,17.38L12.57,21.82C12.41,21.94 12.21,22 12,22C11.79,22 11.59,21.94 11.43,21.82L3.53,17.38C3.21,17.21 3,16.88 3,16.5V7.5C3,7.12 3.21,6.79 3.53,6.62L11.43,2.18C11.59,2.06 11.79,2 12,2C12.21,2 12.41,2.06 12.57,2.18L20.47,6.62C20.79,6.79 21,7.12 21,7.5V16.5M12,4.15L5,8.09V15.91L12,19.85L19,15.91V8.09L12,4.15Z\" /></svg></li><li title=\"arrow left bold outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-left-bold-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,22L3,12L13,2V8H21V16H13V22M6,12L11,17V14H19V10H11V7L6,12Z\" /></svg></li><li title=\"arrow left bold \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-left-bold\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,9V15H12V19.84L4.16,12L12,4.16V9H20Z\" /></svg></li><li title=\"arrow left bottom bold \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-left-bottom-bold\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 10.5C21 14.64 17.64 18 13.5 18H11V22L4 16L11 10V14H13.5C15.43 14 17 12.43 17 10.5V3H21V10.5Z\" /></svg></li><li title=\"arrow left bottom \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-left-bottom\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 4V10.5C20 14.09 17.09 17 13.5 17H7.83L10.92 20.09L9.5 21.5L4 16L9.5 10.5L10.91 11.91L7.83 15H13.5C16 15 18 13 18 10.5V4H20Z\" /></svg></li><li title=\"arrow left box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-left-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,3A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5C3,3.89 3.9,3 5,3H19M18,11H9.5L13,7.5L11.58,6.08L5.66,12L11.58,17.92L13,16.5L9.5,13H18V11Z\" /></svg></li><li title=\"arrow left circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-left-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18,11V13H10L13.5,16.5L12.08,17.92L6.16,12L12.08,6.08L13.5,7.5L10,11H18M2,12A10,10 0 0,1 12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12M4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4A8,8 0 0,0 4,12Z\" /></svg></li><li title=\"arrow left circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-left-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,12A10,10 0 0,1 12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12M18,11H10L13.5,7.5L12.08,6.08L6.16,12L12.08,17.92L13.5,16.5L10,13H18V11Z\" /></svg></li><li title=\"arrow left drop circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-left-drop-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,12A10,10 0 0,0 12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12M20,12A8,8 0 0,1 12,20A8,8 0 0,1 4,12A8,8 0 0,1 12,4A8,8 0 0,1 20,12M14,7L9,12L14,17V7Z\" /></svg></li><li title=\"arrow left drop circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-left-drop-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2A10,10 0 0,1 22,12M14,7L9,12L14,17V7Z\" /></svg></li><li title=\"arrow left right bold outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-left-right-bold-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,16V22L24,12L14,2V8H10V2L0,12L10,22V16H14M8,14V17L3,12L8,7V10H16V7L21,12L16,17V14H8Z\" /></svg></li><li title=\"arrow left right bold \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-left-right-bold\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8,14V18L2,12L8,6V10H16V6L22,12L16,18V14H8Z\" /></svg></li><li title=\"arrow left right \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-left-right\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6.45,17.45L1,12L6.45,6.55L7.86,7.96L4.83,11H19.17L16.14,7.96L17.55,6.55L23,12L17.55,17.45L16.14,16.04L19.17,13H4.83L7.86,16.04L6.45,17.45Z\" /></svg></li><li title=\"arrow left thick \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-left-thick\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,10V14H11L14.5,17.5L12.08,19.92L4.16,12L12.08,4.08L14.5,6.5L11,10H20Z\" /></svg></li><li title=\"arrow left thin circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-left-thin-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3.97 12C3.97 16.41 7.59 20.03 12 20.03C16.41 20.03 20.03 16.41 20.03 12C20.03 7.59 16.41 3.97 12 3.97C7.59 3.97 3.97 7.59 3.97 12M2 12C2 6.46 6.46 2 12 2C17.54 2 22 6.46 22 12C22 17.54 17.54 22 12 22C6.46 22 2 17.54 2 12M10.46 11V8L6.5 12L10.46 16V13H17.5V11\" /></svg></li><li title=\"arrow left thin \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-left-thin\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10.05 16.94V12.94H18.97L19 10.93H10.05V6.94L5.05 11.94Z\" /></svg></li><li title=\"arrow left top bold \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-left-top-bold\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 21H17V13.5C17 11.57 15.43 10 13.5 10H11V14L4 8L11 2V6H13.5C17.64 6 21 9.36 21 13.5V21Z\" /></svg></li><li title=\"arrow left top \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-left-top\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 13.5V20H18V13.5C18 11 16 9 13.5 9H7.83L10.91 12.09L9.5 13.5L4 8L9.5 2.5L10.92 3.91L7.83 7H13.5C17.09 7 20 9.91 20 13.5Z\" /></svg></li><li title=\"arrow left \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-left\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,11V13H8L13.5,18.5L12.08,19.92L4.16,12L12.08,4.08L13.5,5.5L8,11H20Z\" /></svg></li><li title=\"arrow projectile multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-projectile-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 16L22 19L20 20L19 22L16 19V17.06L12 13.06L8 17.06V19L5 22L4 20L2 19L5 16H6.94L10.94 12L4.97 6.03L4 7L2 2L7 4L6.03 4.97L12 10.94L17.97 4.97L17 4L22 2L20 7L19.03 6.03L13.06 12L17.06 16H19Z\" /></svg></li><li title=\"arrow projectile \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-projectile\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 2L20 7L19.03 6.03L8 17.06V19L5 22L4 20L2 19L5 16H6.94L17.97 4.97L17 4L22 2Z\" /></svg></li><li title=\"arrow right bold box outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-right-bold-box-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,12L12,17V14H8V10H12V7L17,12M3,19V5A2,2 0 0,1 5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19M5,19H19V5H5V19Z\" /></svg></li><li title=\"arrow right bold box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-right-bold-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,19V5A2,2 0 0,1 5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19M17,12L12,7V10H8V14H12V17L17,12Z\" /></svg></li><li title=\"arrow right bold circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-right-bold-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,12L12,17V14H8V10H12V7L17,12M2,12A10,10 0 0,1 12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12M4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4A8,8 0 0,0 4,12Z\" /></svg></li><li title=\"arrow right bold circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-right-bold-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,12A10,10 0 0,1 12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12M17,12L12,7V10H8V14H12V17L17,12Z\" /></svg></li><li title=\"arrow right bold hexagon outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-right-bold-hexagon-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,12L12,17V14H8V10H12V7L17,12M21,16.5C21,16.88 20.79,17.21 20.47,17.38L12.57,21.82C12.41,21.94 12.21,22 12,22C11.79,22 11.59,21.94 11.43,21.82L3.53,17.38C3.21,17.21 3,16.88 3,16.5V7.5C3,7.12 3.21,6.79 3.53,6.62L11.43,2.18C11.59,2.06 11.79,2 12,2C12.21,2 12.41,2.06 12.57,2.18L20.47,6.62C20.79,6.79 21,7.12 21,7.5V16.5M12,4.15L5,8.09V15.91L12,19.85L19,15.91V8.09L12,4.15Z\" /></svg></li><li title=\"arrow right bold outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-right-bold-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,16H3V8H11V2L21,12L11,22V16M13,7V10H5V14H13V17L18,12L13,7Z\" /></svg></li><li title=\"arrow right bold \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-right-bold\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,15V9H12V4.16L19.84,12L12,19.84V15H4Z\" /></svg></li><li title=\"arrow right bottom bold \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-right-bottom-bold\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 3H7V10.5C7 12.43 8.57 14 10.5 14H13V10L20 16L13 22V18H10.5C6.36 18 3 14.64 3 10.5V3Z\" /></svg></li><li title=\"arrow right bottom \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-right-bottom\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 16L14.5 21.5L13.08 20.09L16.17 17H10.5C6.91 17 4 14.09 4 10.5V4H6V10.5C6 13 8 15 10.5 15H16.17L13.09 11.91L14.5 10.5L20 16Z\" /></svg></li><li title=\"arrow right box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-right-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,21A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3H19A2,2 0 0,1 21,5V19C21,20.11 20.1,21 19,21H5M6,13H14.5L11,16.5L12.42,17.92L18.34,12L12.42,6.08L11,7.5L14.5,11H6V13Z\" /></svg></li><li title=\"arrow right circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-right-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,13V11H14L10.5,7.5L11.92,6.08L17.84,12L11.92,17.92L10.5,16.5L14,13H6M22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2A10,10 0 0,1 22,12M20,12A8,8 0 0,0 12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12Z\" /></svg></li><li title=\"arrow right circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-right-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2A10,10 0 0,1 22,12M6,13H14L10.5,16.5L11.92,17.92L17.84,12L11.92,6.08L10.5,7.5L14,11H6V13Z\" /></svg></li><li title=\"arrow right drop circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-right-drop-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2A10,10 0 0,0 2,12M4,12A8,8 0 0,1 12,4A8,8 0 0,1 20,12A8,8 0 0,1 12,20A8,8 0 0,1 4,12M10,17L15,12L10,7V17Z\" /></svg></li><li title=\"arrow right drop circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-right-drop-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,12A10,10 0 0,1 12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12M10,17L15,12L10,7V17Z\" /></svg></li><li title=\"arrow right thick \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-right-thick\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,10V14H13L9.5,17.5L11.92,19.92L19.84,12L11.92,4.08L9.5,6.5L13,10H4Z\" /></svg></li><li title=\"arrow right thin circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-right-thin-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.03 12C20.03 7.59 16.41 3.97 12 3.97C7.59 3.97 3.97 7.59 3.97 12C3.97 16.41 7.59 20.03 12 20.03C16.41 20.03 20.03 16.41 20.03 12M22 12C22 17.54 17.54 22 12 22C6.46 22 2 17.54 2 12C2 6.46 6.46 2 12 2C17.54 2 22 6.46 22 12M13.54 13V16L17.5 12L13.54 8V11H6.5V13\" /></svg></li><li title=\"arrow right thin \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-right-thin\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14 16.94V12.94H5.08L5.05 10.93H14V6.94L19 11.94Z\" /></svg></li><li title=\"arrow right top bold \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-right-top-bold\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 13.5C3 9.36 6.36 6 10.5 6H13V2L20 8L13 14V10H10.5C8.57 10 7 11.57 7 13.5V21H3V13.5Z\" /></svg></li><li title=\"arrow right top \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-right-top\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 8L14.5 13.5L13.09 12.09L16.17 9H10.5C8 9 6 11 6 13.5V20H4V13.5C4 9.91 6.91 7 10.5 7H16.17L13.08 3.91L14.5 2.5L20 8Z\" /></svg></li><li title=\"arrow right \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-right\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,11V13H16L10.5,18.5L11.92,19.92L19.84,12L11.92,4.08L10.5,5.5L16,11H4Z\" /></svg></li><li title=\"arrow split horizontal \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-split-horizontal\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8,18H11V15H2V13H22V15H13V18H16L12,22L8,18M12,2L8,6H11V9H2V11H22V9H13V6H16L12,2Z\" /></svg></li><li title=\"arrow split vertical \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-split-vertical\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18,16V13H15V22H13V2H15V11H18V8L22,12L18,16M2,12L6,16V13H9V22H11V2H9V11H6V8L2,12Z\" /></svg></li><li title=\"arrow top left bold box outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-top-left-bold-box-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8 8H15.1L13 10.1L17 14L14.2 16.8L10.1 12.9L8 15.1V8M19 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3M19 19H5V5H19V19Z\" /></svg></li><li title=\"arrow top left bold box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-top-left-bold-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5 3H19C20.1 3 21 3.9 21 5V19C21 20.1 20.1 21 19 21H5C3.9 21 3 20.1 3 19V5C3 3.9 3.9 3 5 3M8.2 8V15.1L10.3 13L14.1 16.9L17 14L13.2 10.1L15.3 8H8.2Z\" /></svg></li><li title=\"arrow top left bold outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-top-left-bold-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.12,8.46L19.78,14.12L14.12,19.78L8.46,14.12L4.22,18.36V4.22H18.36L14.12,8.46M6.34,13.41L8.46,11.29L14.12,16.95L16.95,14.12L11.29,8.47L13.41,6.34H6.34V13.41Z\" /></svg></li><li title=\"arrow top left bottom right bold \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-top-left-bottom-right-bold\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5.83,8.66L3,11.5V3H11.5L8.66,5.83L18.17,15.34L21,12.5V21H12.5L15.34,18.17L5.83,8.66Z\" /></svg></li><li title=\"arrow top left bottom right \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-top-left-bottom-right\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,21H21V13H19V17.59L6.41,5H11V3H3V11H5V6.41L17.59,19H13V21Z\" /></svg></li><li title=\"arrow top left thick \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-top-left-thick\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9.12,11.94V16.89H5.69V5.69H16.89V9.12H11.94L18.31,15.5L15.5,18.31L9.12,11.94Z\" /></svg></li><li title=\"arrow top left thin circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-top-left-thin-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 3.97C16.41 3.97 20.03 7.59 20.03 12C20.03 16.41 16.41 20.03 12 20.03C7.59 20.03 3.97 16.41 3.97 12C3.97 7.59 7.59 3.97 12 3.97M12 2C6.46 2 2 6.46 2 12C2 17.54 6.46 22 12 22C17.54 22 22 17.54 22 12C22 6.46 17.54 2 12 2M10.12 11.53L8 13.64V8H13.64L11.53 10.12L16.5 15.1L15.1 16.5\" /></svg></li><li title=\"arrow top left thin \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-top-left-thin\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12.07 5L9.24 7.83L19 17.59L17.58 19L7.82 9.25L5 12.07V5Z\" /></svg></li><li title=\"arrow top left \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-top-left\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,17.59L17.59,19L7,8.41V15H5V5H15V7H8.41L19,17.59Z\" /></svg></li><li title=\"arrow top right bold box outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-top-right-bold-box-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16 8V15.1L13.9 13L9.8 16.9L7 14L11.1 10.1L8.9 8H16M3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3H5C3.9 3 3 3.9 3 5M5 5H19V19H5V5Z\" /></svg></li><li title=\"arrow top right bold box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-top-right-bold-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 3C20.1 3 21 3.9 21 5V19C21 20.1 20.1 21 19 21H5C3.9 21 3 20.1 3 19V5C3 3.9 3.9 3 5 3H19M8.7 8L10.8 10.1L7 14L9.8 16.8L13.6 12.9L15.7 15V8H8.7Z\" /></svg></li><li title=\"arrow top right bold outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-top-right-bold-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5.64,4.22H19.78V18.36L15.54,14.12L9.88,19.78L4.22,14.12L9.88,8.46L5.64,4.22M17.66,6.34H10.59L12.71,8.46L7.05,14.12L9.88,16.95L15.54,11.29L17.66,13.41V6.34H17.66Z\" /></svg></li><li title=\"arrow top right bottom left bold \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-top-right-bottom-left-bold\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.17,8.66L21,11.5V3H12.5L15.34,5.83L5.83,15.34L3,12.5V21H11.5L8.66,18.17L18.17,8.66Z\" /></svg></li><li title=\"arrow top right bottom left \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-top-right-bottom-left\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,21H3V13H5V17.59L17.59,5H13V3H21V11H19V6.41L6.41,19H11V21Z\" /></svg></li><li title=\"arrow top right thick \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-top-right-thick\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8.5,18.31L5.69,15.5L12.06,9.12H7.11V5.69H18.31V16.89H14.89V11.94L8.5,18.31Z\" /></svg></li><li title=\"arrow top right thin circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-top-right-thin-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 3.97C7.59 3.97 3.97 7.59 3.97 12C3.97 16.41 7.59 20.03 12 20.03C16.41 20.03 20.03 16.41 20.03 12C20.03 7.59 16.41 3.97 12 3.97M12 2C17.54 2 22 6.46 22 12C22 17.54 17.54 22 12 22C6.46 22 2 17.54 2 12C2 6.46 6.46 2 12 2M13.88 11.53L16 13.64V8H10.36L12.47 10.12L7.5 15.1L8.9 16.5\" /></svg></li><li title=\"arrow top right thin \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-top-right-thin\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.93 5L14.76 7.83L5 17.59L6.42 19L16.18 9.25L19 12.07V5H11.93Z\" /></svg></li><li title=\"arrow top right \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-top-right\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,17.59L15.59,7H9V5H19V15H17V8.41L6.41,19L5,17.59Z\" /></svg></li><li title=\"arrow u down left bold \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-u-down-left-bold\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 10.5V18H17V10.5C17 8.57 15.43 7 13.5 7S10 8.57 10 10.5V13H14L8 20L2 13H6V10.5C6 6.36 9.36 3 13.5 3S21 6.36 21 10.5Z\" /></svg></li><li title=\"arrow u down left \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-u-down-left\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 10.5V18H18V10.5C18 8 16 6 13.5 6S9 8 9 10.5V16.17L12.09 13.09L13.5 14.5L8 20L2.5 14.5L3.91 13.08L7 16.17V10.5C7 6.91 9.91 4 13.5 4S20 6.91 20 10.5Z\" /></svg></li><li title=\"arrow u down right bold \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-u-down-right-bold\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10.5 3C14.64 3 18 6.36 18 10.5V13H22L16 20L10 13H14V10.5C14 8.57 12.43 7 10.5 7S7 8.57 7 10.5V18H3V10.5C3 6.36 6.36 3 10.5 3Z\" /></svg></li><li title=\"arrow u down right \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-u-down-right\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.5 14.5L16 20L10.5 14.5L11.91 13.09L15 16.17V10.5C15 8 13 6 10.5 6S6 8 6 10.5V18H4V10.5C4 6.91 6.91 4 10.5 4S17 6.91 17 10.5V16.17L20.09 13.08L21.5 14.5Z\" /></svg></li><li title=\"arrow u left bottom bold \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-u-left-bottom-bold\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 10.5C21 14.64 17.64 18 13.5 18H11V22L4 16L11 10V14H13.5C15.43 14 17 12.43 17 10.5S15.43 7 13.5 7H6V3H13.5C17.64 3 21 6.36 21 10.5Z\" /></svg></li><li title=\"arrow u left bottom \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-u-left-bottom\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 10.5C20 14.09 17.09 17 13.5 17H7.83L10.92 20.09L9.5 21.5L4 16L9.5 10.5L10.91 11.91L7.83 15H13.5C16 15 18 13 18 10.5S16 6 13.5 6H6V4H13.5C17.09 4 20 6.91 20 10.5Z\" /></svg></li><li title=\"arrow u left top bold \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-u-left-top-bold\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.5 21H6V17H13.5C15.43 17 17 15.43 17 13.5S15.43 10 13.5 10H11V14L4 8L11 2V6H13.5C17.64 6 21 9.36 21 13.5S17.64 21 13.5 21Z\" /></svg></li><li title=\"arrow u left top \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-u-left-top\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 13.5C20 17.09 17.09 20 13.5 20H6V18H13.5C16 18 18 16 18 13.5S16 9 13.5 9H7.83L10.91 12.09L9.5 13.5L4 8L9.5 2.5L10.92 3.91L7.83 7H13.5C17.09 7 20 9.91 20 13.5Z\" /></svg></li><li title=\"arrow u right bottom bold \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-u-right-bottom-bold\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10.5 3H18V7H10.5C8.57 7 7 8.57 7 10.5S8.57 14 10.5 14H13V10L20 16L13 22V18H10.5C6.36 18 3 14.64 3 10.5S6.36 3 10.5 3Z\" /></svg></li><li title=\"arrow u right bottom \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-u-right-bottom\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 16L14.5 21.5L13.08 20.09L16.17 17H10.5C6.91 17 4 14.09 4 10.5S6.91 4 10.5 4H18V6H10.5C8 6 6 8 6 10.5S8 15 10.5 15H16.17L13.09 11.91L14.5 10.5L20 16Z\" /></svg></li><li title=\"arrow u right top bold \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-u-right-top-bold\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 13.5C3 9.36 6.36 6 10.5 6H13V2L20 8L13 14V10H10.5C8.57 10 7 11.57 7 13.5S8.57 17 10.5 17H18V21H10.5C6.36 21 3 17.64 3 13.5Z\" /></svg></li><li title=\"arrow u right top \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-u-right-top\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10.5 18H18V20H10.5C6.91 20 4 17.09 4 13.5S6.91 7 10.5 7H16.17L13.08 3.91L14.5 2.5L20 8L14.5 13.5L13.09 12.09L16.17 9H10.5C8 9 6 11 6 13.5S8 18 10.5 18Z\" /></svg></li><li title=\"arrow u up left bold \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-u-up-left-bold\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.5 21C9.36 21 6 17.64 6 13.5V11H2L8 4L14 11H10V13.5C10 15.43 11.57 17 13.5 17S17 15.43 17 13.5V6H21V13.5C21 17.64 17.64 21 13.5 21Z\" /></svg></li><li title=\"arrow u up left \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-u-up-left\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 6V13.5C20 17.09 17.09 20 13.5 20S7 17.09 7 13.5V7.83L3.91 10.92L2.5 9.5L8 4L13.5 9.5L12.09 10.91L9 7.83V13.5C9 16 11 18 13.5 18S18 16 18 13.5V6H20Z\" /></svg></li><li title=\"arrow u up right bold \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-u-up-right-bold\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 13.5V6H7V13.5C7 15.43 8.57 17 10.5 17S14 15.43 14 13.5V11H10L16 4L22 11H18V13.5C18 17.64 14.64 21 10.5 21S3 17.64 3 13.5Z\" /></svg></li><li title=\"arrow u up right \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-u-up-right\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.5 9.5L20.09 10.92L17 7.83V13.5C17 17.09 14.09 20 10.5 20S4 17.09 4 13.5V6H6V13.5C6 16 8 18 10.5 18S15 16 15 13.5V7.83L11.91 10.91L10.5 9.5L16 4L21.5 9.5Z\" /></svg></li><li title=\"arrow up bold box outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-up-bold-box-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,7L17,12H14V16H10V12H7L12,7M19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21M19,19V5H5V19H19Z\" /></svg></li><li title=\"arrow up bold box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-up-bold-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21M12,7L7,12H10V16H14V12H17L12,7Z\" /></svg></li><li title=\"arrow up bold circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-up-bold-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,7L17,12H14V16H10V12H7L12,7M12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22M12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20Z\" /></svg></li><li title=\"arrow up bold circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-up-bold-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22M12,7L7,12H10V16H14V12H17L12,7Z\" /></svg></li><li title=\"arrow up bold hexagon outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-up-bold-hexagon-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,7L17,12H14V16H10V12H7L12,7M21,16.5C21,16.88 20.79,17.21 20.47,17.38L12.57,21.82C12.41,21.94 12.21,22 12,22C11.79,22 11.59,21.94 11.43,21.82L3.53,17.38C3.21,17.21 3,16.88 3,16.5V7.5C3,7.12 3.21,6.79 3.53,6.62L11.43,2.18C11.59,2.06 11.79,2 12,2C12.21,2 12.41,2.06 12.57,2.18L20.47,6.62C20.79,6.79 21,7.12 21,7.5V16.5M12,4.15L5,8.09V15.91L12,19.85L19,15.91V8.09L12,4.15Z\" /></svg></li><li title=\"arrow up bold outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-up-bold-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,13V21H8V13H2L12,3L22,13H16M7,11H10V19H14V11H17L12,6L7,11Z\" /></svg></li><li title=\"arrow up bold \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-up-bold\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,20H9V12H4.16L12,4.16L19.84,12H15V20Z\" /></svg></li><li title=\"arrow up box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-up-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3H19C20.11,3 21,3.9 21,5V19M13,18V9.5L16.5,13L17.92,11.58L12,5.66L6.08,11.58L7.5,13L11,9.5V18H13Z\" /></svg></li><li title=\"arrow up circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-up-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,18H11V10L7.5,13.5L6.08,12.08L12,6.16L17.92,12.08L16.5,13.5L13,10V18M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z\" /></svg></li><li title=\"arrow up circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-up-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,18V10L16.5,13.5L17.92,12.08L12,6.16L6.08,12.08L7.5,13.5L11,10V18H13M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2Z\" /></svg></li><li title=\"arrow up down bold outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-up-down-bold-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,10H22L12,0L2,10H8V14H2L12,24L22,14H16V10M14,16H17L12,21L7,16H10V8H7L12,3L17,8H14V16Z\" /></svg></li><li title=\"arrow up down bold \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-up-down-bold\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,8H6L12,2L18,8H14V16H18L12,22L6,16H10V8Z\" /></svg></li><li title=\"arrow up down \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-up-down\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17.45,17.55L12,23L6.55,17.55L7.96,16.14L11,19.17V4.83L7.96,7.86L6.55,6.45L12,1L17.45,6.45L16.04,7.86L13,4.83V19.17L16.04,16.14L17.45,17.55Z\" /></svg></li><li title=\"arrow up drop circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-up-drop-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22M12,20A8,8 0 0,1 4,12A8,8 0 0,1 12,4A8,8 0 0,1 20,12A8,8 0 0,1 12,20M17,14L12,9L7,14H17Z\" /></svg></li><li title=\"arrow up drop circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-up-drop-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22M17,14L12,9L7,14H17Z\" /></svg></li><li title=\"arrow up left bold \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-up-left-bold\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.5 21C9.36 21 6 17.64 6 13.5V11H2L8 4L14 11H10V13.5C10 15.43 11.57 17 13.5 17H21V21H13.5Z\" /></svg></li><li title=\"arrow up left \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-up-left\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 18V20H13.5C9.91 20 7 17.09 7 13.5V7.83L3.91 10.92L2.5 9.5L8 4L13.5 9.5L12.09 10.91L9 7.83V13.5C9 16 11 18 13.5 18H20Z\" /></svg></li><li title=\"arrow up right bold \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-up-right-bold\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 21V17H10.5C12.43 17 14 15.43 14 13.5V11H10L16 4L22 11H18V13.5C18 17.64 14.64 21 10.5 21H3Z\" /></svg></li><li title=\"arrow up right \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-up-right\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.5 9.5L20.09 10.92L17 7.83V13.5C17 17.09 14.09 20 10.5 20H4V18H10.5C13 18 15 16 15 13.5V7.83L11.91 10.91L10.5 9.5L16 4L21.5 9.5Z\" /></svg></li><li title=\"arrow up thick \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-up-thick\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,20H10V11L6.5,14.5L4.08,12.08L12,4.16L19.92,12.08L17.5,14.5L14,11V20Z\" /></svg></li><li title=\"arrow up thin circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-up-thin-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 3.97C7.59 3.97 3.97 7.59 3.97 12C3.97 16.41 7.59 20.03 12 20.03C16.41 20.03 20.03 16.41 20.03 12C20.03 7.59 16.41 3.97 12 3.97M12 2C17.54 2 22 6.46 22 12C22 17.54 17.54 22 12 22C6.46 22 2 17.54 2 12C2 6.46 6.46 2 12 2M13 10.46H16L12 6.5L8 10.46H11V17.5H13\" /></svg></li><li title=\"arrow up thin \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-up-thin\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.03 9.97H11.03V18.89L13.04 18.92V9.97H17.03L12.03 4.97Z\" /></svg></li><li title=\"arrow up \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-up\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,20H11V8L5.5,13.5L4.08,12.08L12,4.16L19.92,12.08L18.5,13.5L13,8V20Z\" /></svg></li><li title=\"arrow vertical lock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-arrow-vertical-lock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.8 11V9.5C18.8 8.1 17.4 7 16 7S13.2 8.1 13.2 9.5V11C12.6 11 12 11.6 12 12.2V15.7C12 16.4 12.6 17 13.2 17H18.7C19.4 17 20 16.4 20 15.8V12.3C20 11.6 19.4 11 18.8 11M17.5 11H14.5V9.5C14.5 8.7 15.2 8.2 16 8.2C16.8 8.2 17.5 8.7 17.5 9.5V11M9 6H12L8 2L4 6H7V18H4L8 22L12 18H9V6Z\" /></svg></li><li title=\"artstation \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-artstation\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M1.77,16.88L3.5,19.86C3.84,20.54 4.54,21 5.33,21H16.79L14.43,16.88H1.77M22.23,16.9C22.23,16.5 22.11,16.11 21.9,15.78L15.17,4.1C14.82,3.44 14.15,3 13.35,3H9.8L20.18,21L21.82,18.14C22.13,17.6 22.23,17.36 22.23,16.9M12.73,13.94L8.1,5.92L3.45,13.94H12.73Z\" /></svg></li><li title=\"aspect ratio \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-aspect-ratio\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,12H17V15H14V17H19V12M7,9H10V7H5V12H7V9M21,3H3A2,2 0 0,0 1,5V19A2,2 0 0,0 3,21H21A2,2 0 0,0 23,19V5A2,2 0 0,0 21,3M21,19H3V5H21V19Z\" /></svg></li><li title=\"assistant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-assistant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,2H5A2,2 0 0,0 3,4V18A2,2 0 0,0 5,20H9L12,23L15,20H19A2,2 0 0,0 21,18V4A2,2 0 0,0 19,2M13.88,12.88L12,17L10.12,12.88L6,11L10.12,9.12L12,5L13.88,9.12L18,11\" /></svg></li><li title=\"asterisk \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-asterisk\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 13H14.4L19.1 17.7L17.7 19.1L13 14.4V21H11V14.3L6.3 19L4.9 17.6L9.4 13H3V11H9.6L4.9 6.3L6.3 4.9L11 9.6V3H13V9.4L17.6 4.8L19 6.3L14.3 11H21V13Z\" /></svg></li><li title=\"at \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-at\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,15C12.81,15 13.5,14.7 14.11,14.11C14.7,13.5 15,12.81 15,12C15,11.19 14.7,10.5 14.11,9.89C13.5,9.3 12.81,9 12,9C11.19,9 10.5,9.3 9.89,9.89C9.3,10.5 9,11.19 9,12C9,12.81 9.3,13.5 9.89,14.11C10.5,14.7 11.19,15 12,15M12,2C14.75,2 17.1,3 19.05,4.95C21,6.9 22,9.25 22,12V13.45C22,14.45 21.65,15.3 21,16C20.3,16.67 19.5,17 18.5,17C17.3,17 16.31,16.5 15.56,15.5C14.56,16.5 13.38,17 12,17C10.63,17 9.45,16.5 8.46,15.54C7.5,14.55 7,13.38 7,12C7,10.63 7.5,9.45 8.46,8.46C9.45,7.5 10.63,7 12,7C13.38,7 14.55,7.5 15.54,8.46C16.5,9.45 17,10.63 17,12V13.45C17,13.86 17.16,14.22 17.46,14.53C17.76,14.84 18.11,15 18.5,15C18.92,15 19.27,14.84 19.57,14.53C19.87,14.22 20,13.86 20,13.45V12C20,9.81 19.23,7.93 17.65,6.35C16.07,4.77 14.19,4 12,4C9.81,4 7.93,4.77 6.35,6.35C4.77,7.93 4,9.81 4,12C4,14.19 4.77,16.07 6.35,17.65C7.93,19.23 9.81,20 12,20H17V22H12C9.25,22 6.9,21 4.95,19.05C3,17.1 2,14.75 2,12C2,9.25 3,6.9 4.95,4.95C6.9,3 9.25,2 12,2Z\" /></svg></li><li title=\"atlassian \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-atlassian\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.93,11.24C7.74,11 7.38,10.94 7.13,11.13C7.06,11.19 7,11.26 6.96,11.34L2.06,21.15C1.91,21.44 2.03,21.79 2.32,21.94C2.4,22 2.5,22 2.59,22H9.41C9.63,22 9.84,21.88 9.94,21.68C11.41,18.63 10.5,14 7.93,11.24M11.53,2.31C9.05,6.14 8.76,11 10.77,15.09L14.06,21.68C14.17,21.88 14.37,22 14.59,22H21.41A0.59,0.59 0 0,0 22,21.41C22,21.32 22,21.23 21.94,21.15C21.94,21.15 12.76,2.77 12.5,2.31C12.39,2.04 12.06,1.92 11.78,2.06C11.67,2.11 11.58,2.2 11.53,2.31Z\" /></svg></li><li title=\"atm \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-atm\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8,9V10.5H10.25V15H11.75V10.5H14V9H8M6,9H3A1,1 0 0,0 2,10V15H3.5V13.5H5.5V15H7V10A1,1 0 0,0 6,9M5.5,12H3.5V10.5H5.5V12M21,9H16.5A1,1 0 0,0 15.5,10V15H17V10.5H18V14H19.5V10.5H20.5V15H22V10A1,1 0 0,0 21,9Z\" /></svg></li><li title=\"atom variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-atom-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.36,2.64C20,2.64 21.36,4 21.36,5.64C21.36,7.29 20,8.64 18.36,8.64C16.71,8.64 15.36,7.29 15.36,5.64C15.36,5.34 15.41,5.06 15.5,4.8C14.43,4.29 13.25,4 12,4A8,8 0 0,0 4,12L4.04,12.84L2.05,13.05L2,12A10,10 0 0,1 12,2C13.69,2 15.28,2.42 16.67,3.16C17.16,2.83 17.74,2.64 18.36,2.64M18.36,4.64A1,1 0 0,0 17.36,5.64A1,1 0 0,0 18.36,6.64C18.92,6.64 19.36,6.19 19.36,5.64C19.36,5.08 18.92,4.64 18.36,4.64M5.64,15.36C7.29,15.36 8.64,16.71 8.64,18.36C8.64,18.66 8.59,18.94 8.5,19.2C9.57,19.71 10.75,20 12,20A8,8 0 0,0 20,12L19.96,11.16L21.95,10.95L22,12A10,10 0 0,1 12,22C10.31,22 8.72,21.58 7.33,20.84C6.84,21.17 6.26,21.36 5.64,21.36C4,21.36 2.64,20 2.64,18.36C2.64,16.71 4,15.36 5.64,15.36M5.64,17.36C5.08,17.36 4.64,17.81 4.64,18.36C4.64,18.92 5.08,19.36 5.64,19.36A1,1 0 0,0 6.64,18.36A1,1 0 0,0 5.64,17.36M12,8A4,4 0 0,1 16,12A4,4 0 0,1 12,16A4,4 0 0,1 8,12A4,4 0 0,1 12,8Z\" /></svg></li><li title=\"atom \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-atom\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,11A1,1 0 0,1 13,12A1,1 0 0,1 12,13A1,1 0 0,1 11,12A1,1 0 0,1 12,11M4.22,4.22C5.65,2.79 8.75,3.43 12,5.56C15.25,3.43 18.35,2.79 19.78,4.22C21.21,5.65 20.57,8.75 18.44,12C20.57,15.25 21.21,18.35 19.78,19.78C18.35,21.21 15.25,20.57 12,18.44C8.75,20.57 5.65,21.21 4.22,19.78C2.79,18.35 3.43,15.25 5.56,12C3.43,8.75 2.79,5.65 4.22,4.22M15.54,8.46C16.15,9.08 16.71,9.71 17.23,10.34C18.61,8.21 19.11,6.38 18.36,5.64C17.62,4.89 15.79,5.39 13.66,6.77C14.29,7.29 14.92,7.85 15.54,8.46M8.46,15.54C7.85,14.92 7.29,14.29 6.77,13.66C5.39,15.79 4.89,17.62 5.64,18.36C6.38,19.11 8.21,18.61 10.34,17.23C9.71,16.71 9.08,16.15 8.46,15.54M5.64,5.64C4.89,6.38 5.39,8.21 6.77,10.34C7.29,9.71 7.85,9.08 8.46,8.46C9.08,7.85 9.71,7.29 10.34,6.77C8.21,5.39 6.38,4.89 5.64,5.64M9.88,14.12C10.58,14.82 11.3,15.46 12,16.03C12.7,15.46 13.42,14.82 14.12,14.12C14.82,13.42 15.46,12.7 16.03,12C15.46,11.3 14.82,10.58 14.12,9.88C13.42,9.18 12.7,8.54 12,7.97C11.3,8.54 10.58,9.18 9.88,9.88C9.18,10.58 8.54,11.3 7.97,12C8.54,12.7 9.18,13.42 9.88,14.12M18.36,18.36C19.11,17.62 18.61,15.79 17.23,13.66C16.71,14.29 16.15,14.92 15.54,15.54C14.92,16.15 14.29,16.71 13.66,17.23C15.79,18.61 17.62,19.11 18.36,18.36Z\" /></svg></li><li title=\"attachment lock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-attachment-lock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 13C16.6 13 15.2 14.1 15.2 15.5V17C14.6 17 14 17.6 14 18.2V21.7C14 22.4 14.6 23 15.2 23H20.7C21.4 23 22 22.4 22 21.8V18.3C22 17.6 21.4 17 20.8 17V15.5C20.8 14.1 19.4 13 18 13M18 14.2C18.8 14.2 19.5 14.7 19.5 15.5V17H16.5V15.5C16.5 14.7 17.2 14.2 18 14.2M7.5 5C4.5 5 2 7.5 2 10.5S4.5 16 7.5 16H13.2V15.5C13.2 15.2 13.2 14.8 13.3 14.5H7.5C5.3 14.5 3.5 12.7 3.5 10.5S5.3 6.5 7.5 6.5H18C19.4 6.5 20.5 7.6 20.5 9C20.5 9.9 20 10.7 19.2 11.2C19.8 11.3 20.3 11.6 20.8 11.9C21.6 11.1 22 10.1 22 9C22 6.8 20.2 5 18 5H7.5M9.5 8C8.1 8 7 9.1 7 10.5S8.1 13 9.5 13H14C14.5 12.3 15.1 11.8 15.8 11.5H9.5C8.9 11.5 8.5 11.1 8.5 10.5S8.9 9.5 9.5 9.5H17V8H9.5Z\" /></svg></li><li title=\"attachment \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-attachment\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.5,18A5.5,5.5 0 0,1 2,12.5A5.5,5.5 0 0,1 7.5,7H18A4,4 0 0,1 22,11A4,4 0 0,1 18,15H9.5A2.5,2.5 0 0,1 7,12.5A2.5,2.5 0 0,1 9.5,10H17V11.5H9.5A1,1 0 0,0 8.5,12.5A1,1 0 0,0 9.5,13.5H18A2.5,2.5 0 0,0 20.5,11A2.5,2.5 0 0,0 18,8.5H7.5A4,4 0 0,0 3.5,12.5A4,4 0 0,0 7.5,16.5H17V18H7.5Z\" /></svg></li><li title=\"audio input rca \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-audio-input-rca\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11 6V12H5V6H7V2C7 1.45 7.45 1 8 1S9 1.45 9 2V6H11M5 14V16C5 17.3 5.84 18.4 7 18.82V23H9V18.82C10.16 18.4 11 17.3 11 16V14H5M17 6V2C17 1.45 16.55 1 16 1S15 1.45 15 2V6H13V12H19V6H17M13 14V16C13 17.3 13.84 18.4 15 18.82V23H17V18.82C18.16 18.4 19 17.3 19 16V14H13Z\" /></svg></li><li title=\"audio input stereo minijack \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-audio-input-stereo-minijack\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11 4V3C11 2.45 11.45 2 12 2S13 2.45 13 3V4H11M13 9V5H11V9H9V15C9 16.3 9.84 17.4 11 17.82V22H13V17.82C14.16 17.4 15 16.3 15 15V9H13Z\" /></svg></li><li title=\"audio input xlr \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-audio-input-xlr\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 4C16.41 4 20 7.59 20 12S16.41 20 12 20 4 16.41 4 12 7.59 4 12 4M12 2C6.5 2 2 6.5 2 12S6.5 22 12 22 22 17.5 22 12 17.5 2 12 2M13.5 16.5C13.5 15.67 12.83 15 12 15S10.5 15.67 10.5 16.5C10.5 17.33 11.17 18 12 18S13.5 17.33 13.5 16.5M9 12C9 11.17 8.33 10.5 7.5 10.5S6 11.17 6 12 6.67 13.5 7.5 13.5 9 12.83 9 12M18 12C18 11.17 17.33 10.5 16.5 10.5C15.67 10.5 15 11.17 15 12S15.67 13.5 16.5 13.5C17.33 13.5 18 12.83 18 12Z\" /></svg></li><li title=\"audio video off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-audio-video-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.1 21.5L2.4 1.7L1.1 3L5.1 7H4C2.9 7 2 7.9 2 9V15C2 16.1 2.9 17 4 17H5V18C5 18.6 5.4 19 6 19H8C8.6 19 9 18.6 9 18V17H15V18C15 18.6 15.4 19 16 19H17.1L20.8 22.7L22.1 21.5M6 15H4V14H6V15M4 12V10H8.1L10.1 12H4M10 15H8V14H10V15M12 15V14H12.1L13.1 15H12M14 10V10.8L20.2 17C21.2 16.9 22 16.1 22 15V9C22 7.9 21.1 7 20 7H10.2L13.2 10H14M18 9C19.1 9 20 9.9 20 11S19.1 13 18 13 16 12.1 16 11 16.9 9 18 9Z\" /></svg></li><li title=\"audio video \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-audio-video\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,7H4A2,2 0 0,0 2,9V15A2,2 0 0,0 4,17H5V18C5,18.6 5.4,19 6,19H8C8.6,19 9,18.6 9,18V17H15V18C15,18.6 15.4,19 16,19H18C18.6,19 19,18.6 19,18V17H20A2,2 0 0,0 22,15V9A2,2 0 0,0 20,7M14,12H4V10H14V12M18,13A2,2 0 0,1 16,11A2,2 0 0,1 18,9A2,2 0 0,1 20,11A2,2 0 0,1 18,13M6,15H4V14H6V15M10,15H8V14H10V15M14,15H12V14H14V15Z\" /></svg></li><li title=\"augmented reality \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-augmented-reality\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,3C3.89,3 3,3.9 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3H5M7,9H10C10.6,9 11,9.5 11,10V15H9.5V13.5H7.5V15H6V10C6,9.5 6.4,9 7,9M13,9H16.5C17.35,9 18,9.65 18,10.5V11.5C18,12.1 17.6,12.65 17.1,12.9L18,15H16.5L15.65,13H14.5V15H13V9M7.5,10.5V12H9.5V10.5H7.5M14.5,10.5V11.5H16.5V10.5H14.5\" /></svg></li><li title=\"auto download \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-auto-download\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 17V19H11V17H22M19 4.5V9.5H22L16.5 15L11 9.5H14V4.5H19M10.7 15H8.8L8.1 13H4.9L4.2 15H2.3L5.5 6H7.5L10.7 15M7.65 11.65L6.5 8L5.35 11.65H7.65Z\" /></svg></li><li title=\"auto fix \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-auto-fix\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.5,5.6L5,7L6.4,4.5L5,2L7.5,3.4L10,2L8.6,4.5L10,7L7.5,5.6M19.5,15.4L22,14L20.6,16.5L22,19L19.5,17.6L17,19L18.4,16.5L17,14L19.5,15.4M22,2L20.6,4.5L22,7L19.5,5.6L17,7L18.4,4.5L17,2L19.5,3.4L22,2M13.34,12.78L15.78,10.34L13.66,8.22L11.22,10.66L13.34,12.78M14.37,7.29L16.71,9.63C17.1,10 17.1,10.65 16.71,11.04L5.04,22.71C4.65,23.1 4,23.1 3.63,22.71L1.29,20.37C0.9,20 0.9,19.35 1.29,18.96L12.96,7.29C13.35,6.9 14,6.9 14.37,7.29Z\" /></svg></li><li title=\"auto upload \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-auto-upload\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5.35,12.65L6.5,9L7.65,12.65M5.5,7L2.3,16H4.2L4.9,14H8.1L8.8,16H10.7L7.5,7M11,20H22V18H11M14,16H19V11H22L16.5,5.5L11,11H14V16Z\" /></svg></li><li title=\"autorenew off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-autorenew-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 12C18 11 17.74 10.04 17.3 9.2L18.76 7.74C19.54 8.97 20 10.43 20 12C20 13.39 19.64 14.68 19 15.82L17.5 14.32C17.82 13.6 18 12.83 18 12M2.39 1.73L1.11 3L5.5 7.37C4.55 8.68 4 10.27 4 12C4 13.57 4.46 15.03 5.24 16.26L6.7 14.8C6.25 13.97 6 13 6 12C6 10.83 6.34 9.74 6.92 8.81L15.19 17.08C14.26 17.66 13.17 18 12 18V15L8 19L12 23V20C13.73 20 15.32 19.45 16.63 18.5L20.84 22.73L22.11 21.46L2.39 1.73M12 6V8.8L12.1 8.9L16 5L12 1V4C10.62 4 9.32 4.36 8.18 5L9.68 6.5C10.4 6.18 11.18 6 12 6Z\" /></svg></li><li title=\"autorenew \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-autorenew\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,6V9L16,5L12,1V4A8,8 0 0,0 4,12C4,13.57 4.46,15.03 5.24,16.26L6.7,14.8C6.25,13.97 6,13 6,12A6,6 0 0,1 12,6M18.76,7.74L17.3,9.2C17.74,10.04 18,11 18,12A6,6 0 0,1 12,18V15L8,19L12,23V20A8,8 0 0,0 20,12C20,10.43 19.54,8.97 18.76,7.74Z\" /></svg></li><li title=\"av timer \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-av-timer\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,17A1,1 0 0,0 12,18A1,1 0 0,0 13,17A1,1 0 0,0 12,16A1,1 0 0,0 11,17M11,3V7H13V5.08C16.39,5.57 19,8.47 19,12A7,7 0 0,1 12,19A7,7 0 0,1 5,12C5,10.32 5.59,8.78 6.58,7.58L12,13L13.41,11.59L6.61,4.79V4.81C4.42,6.45 3,9.05 3,12A9,9 0 0,0 12,21A9,9 0 0,0 21,12A9,9 0 0,0 12,3M18,12A1,1 0 0,0 17,11A1,1 0 0,0 16,12A1,1 0 0,0 17,13A1,1 0 0,0 18,12M6,12A1,1 0 0,0 7,13A1,1 0 0,0 8,12A1,1 0 0,0 7,11A1,1 0 0,0 6,12Z\" /></svg></li><li title=\"aws \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-aws\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.64,10.38C7.64,10.63 7.66,10.83 7.71,11C7.76,11.12 7.83,11.28 7.92,11.46C7.96,11.5 7.97,11.56 7.97,11.61C7.97,11.68 7.93,11.74 7.84,11.81L7.42,12.09C7.36,12.13 7.3,12.15 7.25,12.15C7.18,12.15 7.12,12.11 7.05,12.05C6.96,11.95 6.88,11.85 6.81,11.74C6.75,11.63 6.68,11.5 6.61,11.35C6.09,11.96 5.44,12.27 4.65,12.27C4.09,12.27 3.65,12.11 3.32,11.79C3,11.47 2.83,11.04 2.83,10.5C2.83,9.95 3.03,9.5 3.43,9.14C3.84,8.8 4.38,8.62 5.06,8.62C5.29,8.62 5.5,8.64 5.77,8.68C6,8.71 6.27,8.76 6.53,8.82V8.34C6.53,7.83 6.43,7.5 6.22,7.27C6,7.06 5.65,6.97 5.14,6.97C4.9,6.97 4.66,7 4.42,7.05C4.17,7.11 3.93,7.18 3.7,7.28C3.59,7.32 3.5,7.35 3.47,7.36C3.42,7.38 3.39,7.38 3.36,7.38C3.27,7.38 3.22,7.32 3.22,7.18V6.85C3.22,6.75 3.23,6.67 3.27,6.62C3.3,6.57 3.36,6.53 3.45,6.5C3.69,6.36 3.96,6.26 4.29,6.18C4.62,6.09 4.96,6.05 5.33,6.05C6.12,6.05 6.7,6.23 7.07,6.59C7.44,6.95 7.62,7.5 7.62,8.23V10.38H7.64M4.94,11.4C5.16,11.4 5.38,11.36 5.62,11.28C5.86,11.2 6.07,11.05 6.25,10.85C6.36,10.72 6.44,10.58 6.5,10.42C6.5,10.26 6.55,10.07 6.55,9.84V9.57C6.35,9.5 6.15,9.5 5.93,9.45C5.72,9.43 5.5,9.41 5.31,9.41C4.86,9.41 4.54,9.5 4.32,9.68C4.1,9.86 4,10.11 4,10.44C4,10.76 4.07,11 4.24,11.15C4.4,11.32 4.63,11.4 4.94,11.4M10.28,12.11C10.16,12.11 10.08,12.09 10,12.05C9.97,12 9.92,11.91 9.88,11.79L8.32,6.65C8.28,6.5 8.26,6.43 8.26,6.38C8.26,6.27 8.31,6.21 8.42,6.21H9.07C9.2,6.21 9.29,6.23 9.33,6.28C9.39,6.32 9.43,6.41 9.47,6.54L10.58,10.94L11.62,6.54C11.65,6.41 11.69,6.32 11.75,6.28C11.8,6.24 11.89,6.21 12,6.21H12.55C12.67,6.21 12.76,6.23 12.81,6.28C12.86,6.32 12.91,6.41 12.94,6.54L14,11L15.14,6.54C15.18,6.41 15.23,6.32 15.27,6.28C15.33,6.24 15.41,6.21 15.53,6.21H16.15C16.26,6.21 16.32,6.27 16.32,6.38C16.32,6.41 16.31,6.45 16.3,6.5C16.3,6.5 16.28,6.58 16.26,6.65L14.65,11.79C14.61,11.93 14.57,12 14.5,12.05C14.46,12.09 14.37,12.12 14.26,12.12H13.69C13.56,12.12 13.5,12.1 13.42,12.05C13.37,12 13.32,11.92 13.3,11.79L12.27,7.5L11.24,11.78C11.21,11.91 11.17,12 11.12,12.05C11.06,12.09 10.97,12.11 10.85,12.11H10.28M18.83,12.29C18.5,12.29 18.13,12.25 17.8,12.17C17.47,12.09 17.21,12 17.04,11.91C16.93,11.85 16.86,11.78 16.83,11.72C16.8,11.66 16.79,11.6 16.79,11.54V11.2C16.79,11.06 16.84,11 16.94,11C17,11 17,11 17.06,11C17.1,11 17.16,11.05 17.23,11.08C17.45,11.18 17.7,11.26 17.96,11.31C18.23,11.36 18.5,11.39 18.75,11.39C19.17,11.39 19.5,11.32 19.72,11.17C19.95,11 20.07,10.81 20.07,10.54C20.07,10.35 20,10.2 19.89,10.07C19.77,9.95 19.54,9.83 19.22,9.73L18.25,9.43C17.77,9.27 17.41,9.05 17.19,8.75C16.97,8.46 16.86,8.13 16.86,7.78C16.86,7.5 16.92,7.26 17.04,7.05C17.16,6.83 17.32,6.65 17.5,6.5C17.72,6.35 17.94,6.24 18.21,6.16C18.47,6.08 18.75,6.04 19.05,6.04C19.19,6.04 19.34,6.05 19.5,6.07C19.64,6.09 19.78,6.12 19.92,6.14C20.06,6.18 20.18,6.21 20.3,6.25C20.42,6.29 20.5,6.33 20.58,6.37C20.67,6.42 20.74,6.47 20.78,6.53C20.82,6.59 20.84,6.66 20.84,6.75V7.07C20.84,7.21 20.79,7.28 20.69,7.28C20.64,7.28 20.55,7.25 20.43,7.2C20.06,7.03 19.63,6.94 19.16,6.94C18.78,6.94 18.5,7 18.27,7.13C18.07,7.25 17.96,7.45 17.96,7.72C17.96,7.91 18.03,8.07 18.16,8.19C18.29,8.32 18.54,8.44 18.89,8.56L19.84,8.86C20.32,9 20.66,9.22 20.87,9.5C21.07,9.77 21.17,10.08 21.17,10.43C21.17,10.71 21.11,10.97 21,11.2C20.88,11.42 20.72,11.62 20.5,11.78C20.31,11.95 20.06,12.07 19.78,12.16C19.5,12.25 19.16,12.29 18.83,12.29M20.08,15.53C17.89,17.14 14.71,18 12,18C8.15,18 4.7,16.58 2.09,14.23C1.88,14.04 2.07,13.79 2.32,13.94C5.14,15.57 8.61,16.56 12.21,16.56C14.64,16.56 17.31,16.06 19.76,15C20.13,14.85 20.44,15.26 20.08,15.53M21,14.5C20.71,14.13 19.14,14.32 18.43,14.4C18.22,14.43 18.19,14.24 18.38,14.1C19.63,13.23 21.69,13.5 21.92,13.77C22.16,14.07 21.86,16.13 20.69,17.11C20.5,17.26 20.33,17.18 20.41,17C20.68,16.32 21.27,14.84 21,14.5Z\" /></svg></li><li title=\"axe battle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-axe-battle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.47 12.43C19.35 14.55 15.82 13.84 15.82 13.84V9.6L3.41 22L2 20.59L14.4 8.18H10.16C10.16 8.18 9.45 4.65 11.57 2.53C13.69 .406 17.23 1.11 17.23 1.11V5.36L17.94 4.65L19.35 6.06L18.64 6.77H22.89C22.89 6.77 23.59 10.31 21.47 12.43Z\" /></svg></li><li title=\"axe \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-axe\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2L22,8C22,12 20,14 16,15L13,10L9,6L12,2M4.11,19.84L2.12,18.33L9.19,9L11,10.81L4.11,19.84Z\" /></svg></li><li title=\"axis arrow info \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-axis-arrow-info\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2L16 6H13V13.85L19.53 17.61L21 15.03L22.5 20.5L17 21.96L18.53 19.35L12 15.58L5.47 19.35L7 21.96L1.5 20.5L3 15.03L4.47 17.61L11 13.85V6H8L12 2M21 5H19V3H21V5M22 10V12H18V10H19V8H18V6H21V10H22Z\" /></svg></li><li title=\"axis arrow lock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-axis-arrow-lock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.8,5C22.4,5 23,5.6 23,6.3V9.8C23,10.4 22.4,11 21.7,11H16.2C15.6,11 15,10.4 15,9.7V6.2C15,5.6 15.6,5 16.2,5V3.5C16.2,2.1 17.6,1 19,1C20.4,1 21.8,2.1 21.8,3.5V5M20.5,5V3.5C20.5,2.7 19.8,2.2 19,2.2C18.2,2.2 17.5,2.7 17.5,3.5V5H20.5M1.74,19.25L3.21,13.79L4.68,16.34L9,13.85V6H6L10,2L14,6H11V13.85L18.03,17.86L19.5,15.28L21,20.74L15.5,22.21L17.03,19.6L10,15.58L5.68,18.07L7.21,20.71L1.74,19.25Z\" /></svg></li><li title=\"axis arrow \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-axis-arrow\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2L16,6H13V13.85L19.53,17.61L21,15.03L22.5,20.5L17,21.96L18.53,19.35L12,15.58L5.47,19.35L7,21.96L1.5,20.5L3,15.03L4.47,17.61L11,13.85V6H8L12,2Z\" /></svg></li><li title=\"axis lock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-axis-lock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.8,5C22.4,5 23,5.6 23,6.3V9.8C23,10.4 22.4,11 21.7,11H16.2C15.6,11 15,10.4 15,9.7V6.2C15,5.6 15.6,5 16.2,5V3.5C16.2,2.1 17.6,1 19,1C20.4,1 21.8,2.1 21.8,3.5V5M20.5,5V3.5C20.5,2.7 19.8,2.2 19,2.2C18.2,2.2 17.5,2.7 17.5,3.5V5H20.5M11,13.82L20.39,19.25L19.39,21L10,15.56L3.17,19.5L2.17,17.77L9,13.82V3H11V13.82Z\" /></svg></li><li title=\"axis x arrow lock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-axis-x-arrow-lock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.8,5C22.4,5 23,5.6 23,6.3V9.8C23,10.4 22.4,11 21.7,11H16.2C15.6,11 15,10.4 15,9.7V6.2C15,5.6 15.6,5 16.2,5V3.5C16.2,2.1 17.6,1 19,1C20.4,1 21.8,2.1 21.8,3.5V5M20.5,5V3.5C20.5,2.7 19.8,2.2 19,2.2C18.31,2.2 17.69,2.58 17.54,3.2C17.5,3.29 17.5,3.39 17.5,3.5V5H20.5M1.74,19.25L3.21,13.79L4.67,16.32L9,13.82V3H11V13.82L20.39,19.25L19.39,21L10,15.56L5.67,18.06L7.21,20.71L1.74,19.25Z\" /></svg></li><li title=\"axis x arrow \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-axis-x-arrow\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M1.5,20.5L3,15.03L4.46,17.6L11,13.82V3H13V13.82L22.39,19.25L21.39,21L12,15.56L5.46,19.33L7,21.96L1.5,20.5Z\" /></svg></li><li title=\"axis x rotate clockwise \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-axis-x-rotate-clockwise\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,10H14.91C14.57,6.55 13.4,4 12,4C10.42,4 9.12,7.27 9,11.42L7,12.57V12C7,6.5 9.24,2 12,2C14.42,2 16.44,5.44 16.9,10H20L16,14L12,10M12,22C10.12,22 8.47,19.92 7.62,16.84L9.37,15.83C9.87,18.31 10.86,20 12,20C13.27,20 14.36,17.89 14.79,14.92L16,16.12L16.7,15.42C16,19.26 14.16,22 12,22M2.11,18.87L1.11,17.13L1.06,17.06L11.12,11.25L12.72,12.84L2.15,18.94L2.11,18.87M21.89,5.13L22.89,6.87L19.2,9H17.77L17.5,7.66L21.89,5.13Z\" /></svg></li><li title=\"axis x rotate counterclockwise \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-axis-x-rotate-counterclockwise\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,14L16,10L20,14H16.9C16.44,18.56 14.42,22 12,22C10.12,22 8.47,19.92 7.62,16.84L9.37,15.83C9.87,18.31 10.86,20 12,20C13.4,20 14.57,17.45 14.91,14H12M1.11,17.13L13.89,9.75L13.96,10.54L10.5,14H10.54L2.11,18.87L1.11,17.13M21.89,5.13L22.89,6.87L17.88,9.76C17.79,9.03 17.67,8.33 17.5,7.66L21.89,5.13M12,2C14.3,2 16.23,5.1 16.82,9.32L16,8.5L14.87,9.63C14.5,6.37 13.35,4 12,4C10.42,4 9.12,7.27 9,11.42L7,12.57V12C7,6.5 9.24,2 12,2Z\" /></svg></li><li title=\"axis x y arrow lock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-axis-x-y-arrow-lock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.8,5C22.4,5 23,5.6 23,6.3V9.8C23,10.4 22.4,11 21.7,11H16.2C15.6,11 15,10.4 15,9.7V6.2C15,5.6 15.6,5 16.2,5V3.5C16.2,2.1 17.6,1 19,1C20.4,1 21.8,2.1 21.8,3.5V5M20.5,5V3.5C20.5,2.7 19.8,2.2 19,2.2C18.2,2.2 17.5,2.7 17.5,3.5V5H20.5M1.74,19.25L3.21,13.79L4.68,16.34L9,13.85V3H11V13.85L17.53,17.61L19,15.03L20.5,20.5L15,21.96L16.53,19.35L10,15.58L5.68,18.07L7.21,20.71L1.74,19.25Z\" /></svg></li><li title=\"axis y arrow lock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-axis-y-arrow-lock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,13.82L18,17.88L19.5,15.28L21,20.74L15.5,22.21L17,19.61L10,15.56L3.17,19.5L2.17,17.77L9,13.82V3H11V13.82M21.8,5C22.4,5 23,5.6 23,6.3V9.8C23,10.4 22.4,11 21.7,11H16.2C15.6,11 15,10.4 15,9.7V6.2C15,5.6 15.6,5 16.2,5V3.5C16.2,2.1 17.6,1 19,1C20.4,1 21.8,2.1 21.8,3.5V5M20.5,5V3.5C20.5,2.7 19.8,2.2 19,2.2C18.2,2.2 17.5,2.7 17.5,3.5V5H20.5Z\" /></svg></li><li title=\"axis y arrow \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-axis-y-arrow\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.5,20.5L17,21.96L18.53,19.35L12,15.58L2.61,21L1.61,19.27L11,13.85V3H13V13.85L19.53,17.61L21,15.03L22.5,20.5Z\" /></svg></li><li title=\"axis y rotate clockwise \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-axis-y-rotate-clockwise\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,10L16,14L20,10H16.9C16.44,5.44 14.42,2 12,2C10.12,2 8.47,4.08 7.62,7.16L9.37,8.17C9.87,5.69 10.86,4 12,4C13.4,4 14.57,6.55 14.91,10H12M1.11,6.87L13.89,14.25L13.96,13.46L10.5,10H10.54L2.11,5.13L1.11,6.87M21.89,18.87L22.89,17.13L17.88,14.24C17.79,14.97 17.67,15.67 17.5,16.34L21.89,18.87M12,22C14.3,22 16.23,18.9 16.82,14.68L16,15.5L14.87,14.37C14.5,17.63 13.35,20 12,20C10.42,20 9.12,16.73 9,12.58L7,11.43V12C7,17.5 9.24,22 12,22Z\" /></svg></li><li title=\"axis y rotate counterclockwise \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-axis-y-rotate-counterclockwise\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,14H14.91C14.57,17.45 13.4,20 12,20C10.42,20 9.12,16.73 9,12.58L7,11.43V12C7,17.5 9.24,22 12,22C14.42,22 16.44,18.56 16.9,14H20L16,10L12,14M12,2C10.12,2 8.47,4.08 7.62,7.16L9.37,8.17C9.87,5.69 10.86,4 12,4C13.27,4 14.36,6.11 14.79,9.08L16,7.88L16.7,8.58C16,4.74 14.16,2 12,2M2.11,5.13L1.11,6.87L1.06,6.94L11.12,12.75L12.72,11.16L2.15,5.06L2.11,5.13M21.89,18.87L22.89,17.13L19.2,15H17.77L17.5,16.34L21.89,18.87Z\" /></svg></li><li title=\"axis z arrow lock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-axis-z-arrow-lock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.8,5C22.4,5 23,5.6 23,6.3V9.8C23,10.4 22.4,11 21.7,11H16.2C15.6,11 15,10.4 15,9.7V6.2C15,5.6 15.6,5 16.2,5V3.5C16.2,2.1 17.6,1 19,1C20.4,1 21.8,2.1 21.8,3.5V5M20.5,5V3.5C20.5,2.7 19.8,2.2 19,2.2C18.2,2.2 17.5,2.7 17.5,3.5V5H20.5M10,2L14,6H11V13.82L20.39,19.25L19.39,21L10,15.56L3.17,19.5L2.17,17.77L9,13.82V6H6L10,2Z\" /></svg></li><li title=\"axis z arrow \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-axis-z-arrow\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2L16,6H13V13.82L22.39,19.25L21.39,21L12,15.56L2.61,21L1.61,19.25L11,13.82V6H8L12,2Z\" /></svg></li><li title=\"axis z rotate clockwise \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-axis-z-rotate-clockwise\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,12L10,16L14,20V16.9C18.56,16.44 22,14.42 22,12C22,9.58 18.56,7.56 14,7.1V9.09C17.45,9.43 20,10.6 20,12C20,13.4 17.45,14.57 14,14.91V12M4,12C4,10.6 6.55,9.43 10,9.09V7.1C5.44,7.56 2,9.58 2,12C2,14.16 4.74,16 8.58,16.7L7.88,16L9.08,14.79C6.11,14.36 4,13.27 4,12M13,2H11V13L13,11V2M13,22V21L11,19V22H13Z\" /></svg></li><li title=\"axis z rotate counterclockwise \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-axis-z-rotate-counterclockwise\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,12L14,16L10,20V16.9C5.44,16.44 2,14.42 2,12C2,9.58 5.44,7.56 10,7.1V9.09C6.55,9.43 4,10.6 4,12C4,13.4 6.55,14.57 10,14.91V12M20,12C20,10.6 17.45,9.43 14,9.09V7.1C18.56,7.56 22,9.58 22,12C22,14.16 19.26,16 15.42,16.7L16.12,16L14.92,14.79C17.89,14.36 20,13.27 20,12M11,2H13V13L11,11V2M11,22V21L13,19V22H11Z\" /></svg></li><li title=\"axis \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-axis\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2.61,21L1.61,19.27L11,13.85V3H13V13.85L22.39,19.27L21.39,21L12,15.58L2.61,21Z\" /></svg></li><li title=\"babel \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-babel\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.14 2C13.8 2.12 12.04 2.59 9.87 3.43C9.28 3.87 8.6 4.3 7.84 4.72V4.85C7.9 4.85 7.96 4.81 8.04 4.77C8.13 4.76 8.19 4.79 8.19 4.88L8.32 4.8L8.39 4.79L8.4 4.86C8.41 4.92 7.93 5.29 7 5.96L7.06 6.09H7L6.84 6.04C6.84 6.09 6.78 6.11 6.64 6.12L6.65 6.19L6.81 6.37C6.75 6.37 6.68 6.36 6.6 6.32C6.29 6.35 6 6.58 5.69 7L5.77 7.12C6.03 6.88 6.18 6.76 6.22 6.76L6.24 6.95C6.2 6.95 6.12 7 6.04 7.03L6.2 7.27C6.5 6.93 6.86 6.64 7.24 6.41C7.43 6.46 7.53 6.5 7.53 6.58L7.67 6.57C8.69 5.81 9.71 5.27 10.71 4.93L10.72 5.06C10.53 5.34 10.4 5.5 10.33 5.5C10.34 5.59 10.38 5.67 10.43 5.74C10.45 5.92 10 7.06 9.07 9.19C6.95 14.13 5.19 17.78 3.77 20.16C3.77 20.2 3.8 20.27 3.85 20.35C4.2 20.26 4.42 20.18 4.5 20.1L4.6 20.09L4.61 20.22L4.74 20.21L4.88 20.13C4.88 20.18 4.93 20.19 5 20.18L5.03 20.31C5.03 20.45 4.96 20.65 4.8 20.92C4.65 21.08 4.5 21.42 4.34 21.94V22H4.47C5.04 21.35 5.5 20.72 5.78 20.11C7.44 19.62 8.71 19.15 9.59 18.67C10.47 18.6 11.15 18.37 11.61 18L11.6 17.91L11.27 18H11.19L11.18 17.95C11.83 17.85 12.28 17.7 12.5 17.5C13.79 16.54 14.74 15.85 15.39 15.44C17.39 13.97 18.33 12.55 18.22 11.21C18.21 11.07 17.76 10.5 16.9 9.56C16.88 9.38 17.19 9.12 17.8 8.77L19.53 7.24C19.92 6.74 20.15 5.94 20.23 4.83L20.2 4.57C20.14 3.79 19.58 3.16 18.5 2.68C17.88 2.25 16.76 2.03 15.14 2M17.24 2.87C18.53 2.92 19.19 3.14 19.23 3.55L19.18 3.68L17.24 2.87M16 3.96C16.89 3.95 17.35 4.18 17.4 4.68L17.5 4.67V4.34L17.64 4.33C18 4.5 18.16 4.74 18.18 5C18.2 5.2 18.1 5.42 17.89 5.69C17.8 5.7 17.75 5.64 17.74 5.5H17.6L17.56 5.91C17 6.78 16.56 7.23 16.3 7.26C16.06 7.58 15.91 7.75 15.85 7.75C15.67 7.97 15.17 8.35 14.35 8.87C14.08 8.9 13.07 9.28 11.34 10.04C11.25 10 11.16 10 11.06 10L11.05 9.88C11.03 9.62 11.14 9.31 11.39 8.92C11.5 8.21 11.67 7.8 11.83 7.7L13.28 4.44C13.27 4.24 13.57 4.09 14.21 4L14.42 3.96L14.44 4.15C15.06 4.05 15.45 4 15.6 4C15.74 3.97 15.88 3.96 16 3.96M19 4.29H19.04C19.16 4.3 19.28 4.5 19.41 4.91L19.42 5.03C19.35 5.04 19.22 4.83 19.03 4.41L19 4.29M10.82 6.36H10.88L10.9 6.55C10.84 6.56 10.75 6.65 10.65 6.83L10.64 6.7C10.76 6.55 10.82 6.43 10.82 6.36M6.67 6.46L6.68 6.5C6.63 6.5 6.56 6.56 6.5 6.6L6.41 6.61L6.39 6.5L6.67 6.46M10.24 7.72L10.26 8H10.19L10.16 7.73L10.24 7.72M10.07 8.19C10.05 8.41 10 8.5 9.89 8.53L9.82 8.54C9.9 8.39 9.94 8.29 9.93 8.21L10.07 8.19M9.78 8.87L9.79 8.93L9.67 9.14L9.54 9.15L9.53 9.09C9.66 9.08 9.72 9 9.71 8.88L9.78 8.87M9.5 9.5L9.45 9.81H9.38L9.36 9.5H9.5M16.57 9.72L16.85 9.89C16.86 10 16.82 10.03 16.73 10.04C16.61 9.96 16.5 9.93 16.44 9.93L16.43 9.73L16.57 9.72M11 10.46L11.03 10.58L10.76 10.61L10.75 10.5L11 10.46M15.5 10.91C15.68 11 15.78 11.09 15.79 11.16L15.8 11.22C15.61 11.24 15.45 11.14 15.29 10.93L15.5 10.91M17.66 11.12C17.81 11.18 17.88 11.25 17.89 11.31L17.93 11.82C17.87 11.96 17.81 12.03 17.74 12.03L17.66 11.12M14.16 11.18C14.86 11.17 15.4 11.33 15.76 11.68L15.79 11.94C15.5 12.85 15.13 13.38 14.75 13.54L13 14.93C11.7 15.79 11 16.21 10.9 16.22C8.83 17.36 7.54 17.95 7.04 18H6.96C7.03 17.76 7.95 15.87 9.73 12.33C10.5 12.26 11.76 11.89 13.44 11.23L13.85 11.19C13.96 11.19 14.06 11.18 14.16 11.18M11.62 11.59L11.63 11.65L11.35 11.67L11.34 11.61L11.62 11.59M7.26 15.81C7.17 16.26 7.08 16.5 7 16.5L6.97 16.43C6.95 16.2 7.05 16 7.26 15.81M13.18 16.09L13.19 16.21C13.2 16.27 13 16.43 12.6 16.72C11.44 17.29 10.76 17.68 10.56 17.88C9.3 18.32 8.68 18.59 8.69 18.69C7.57 19.14 6.84 19.46 6.5 19.66C6.41 19.67 6.29 19.63 6.13 19.56C6.12 19.34 6.21 19.15 6.44 19C6.63 19 6.82 19 7 19.09C7.21 19 7.57 18.87 8.08 18.74L8.07 18.61L7.66 18.65C7.71 18.58 8.11 18.4 8.86 18.09L9.07 18.07L9.08 18.13C8.73 18.16 8.53 18.27 8.5 18.46C8.5 18.53 8.53 18.58 8.62 18.57C8.87 18.39 9 18.3 9 18.27C9.5 18.18 10.9 17.44 13.18 16.09M6.86 16.69L6.87 16.75C6.88 16.84 6.83 16.89 6.74 16.9V16.84C6.73 16.76 6.77 16.71 6.86 16.69M10 17.5C10.07 17.47 10.12 17.5 10.12 17.58C9.96 17.6 9.65 17.73 9.19 18H9.12L9.11 17.87C9.44 17.84 9.73 17.71 9.97 17.5H10M6.95 18.5L6.96 18.58C6.9 18.58 6.84 18.61 6.75 18.66L6.62 18.67C6.61 18.61 6.65 18.55 6.74 18.53L6.95 18.5M5.35 19.3L5.5 19.36C5.44 19.76 5.33 19.96 5.13 20C4.97 19.91 4.83 19.88 4.7 19.89L4.68 19.7C4.67 19.62 4.72 19.57 4.82 19.55C4.9 19.54 4.95 19.6 4.96 19.73C5.2 19.44 5.33 19.3 5.35 19.3Z\" /></svg></li><li title=\"baby bottle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-baby-bottle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.28 2.8L10.78 3.3C9.44 2.55 7.84 2.4 6.41 2.87L6.33 2.8C5.36 1.82 3.77 1.82 2.8 2.8S1.82 5.36 2.8 6.33L2.87 6.41C2.4 7.84 2.55 9.44 3.3 10.78L2.8 11.28C2.21 11.87 2.21 12.81 2.8 13.4L4.21 14.82C4.8 15.4 5.74 15.4 6.33 14.82L6.68 14.46L13.76 21.53C14.34 22.12 15.29 22.12 15.88 21.53L21.53 15.88C22.12 15.29 22.12 14.34 21.53 13.75L14.46 6.68L14.82 6.33C15.4 5.74 15.4 4.8 14.82 4.21L13.4 2.79C12.82 2.21 11.87 2.21 11.28 2.8M4.25 7.05C4.33 6.71 4.47 6.38 4.66 6.07L3.86 5.27C3.75 5.16 3.67 5.04 3.63 4.9C3.5 4.56 3.57 4.14 3.86 3.86S4.56 3.5 4.9 3.63C5.04 3.67 5.16 3.75 5.27 3.86L6.07 4.66C6.38 4.47 6.71 4.33 7.05 4.25C7.91 4 8.83 4.06 9.65 4.42L4.42 9.65C4.06 8.83 4 7.91 4.25 7.05M20.47 14.82L14.82 20.47L7.75 13.4L13.4 7.75L20.47 14.82M13.76 5.27L5.27 13.76L3.86 12.34L12.34 3.86L13.76 5.27M14.82 11.63L11.63 14.82L10.57 13.76L13.76 10.57L14.82 11.63M16.94 13.76L13.76 16.94L12.69 15.88L15.88 12.69L16.94 13.76Z\" /></svg></li><li title=\"baby bottle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-baby-bottle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.28 2.8L10.78 3.3A5.5 5.5 0 0 0 6.41 2.87L6.33 2.8A2.5 2.5 0 0 0 2.8 6.33L2.87 6.41A5.5 5.5 0 0 0 3.3 10.78L2.8 11.28A1.5 1.5 0 0 0 2.8 13.4L4.21 14.82A1.5 1.5 0 0 0 6.33 14.82L6.68 14.46L13.76 21.53A1.5 1.5 0 0 0 15.88 21.53L21.53 15.88A1.5 1.5 0 0 0 21.53 13.76L14.46 6.68L14.82 6.33A1.5 1.5 0 0 0 14.82 4.21L13.4 2.8A1.5 1.5 0 0 0 11.28 2.8M13.76 5.27L5.27 13.76L3.86 12.34L12.34 3.86M14.82 11.63L11.63 14.82L10.57 13.76L13.76 10.57M16.94 13.76L13.76 16.94L12.69 15.88L15.88 12.69Z\" /></svg></li><li title=\"baby buggy \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-baby-buggy\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17 20A2 2 0 0 1 15 22A2 2 0 0 1 13 20A2 2 0 0 1 15 18A2 2 0 0 1 17 20M7 20A2 2 0 0 1 5 22A2 2 0 0 1 3 20A2 2 0 0 1 5 18A2 2 0 0 1 7 20M17.61 3C16.95 3 16.44 3.2 16 3.5C15.32 3.91 14.88 4.59 14.47 5.07L5.71 15.35C5.16 16 5.62 17 6.47 17H14C15.11 17 16 16.1 16 15V6.38C16.58 5.7 16.93 5 17.61 5C18.38 5 19 5.66 19 6.5V7H21V6.5C21 4.56 19.5 3 17.61 3M8.86 3.09C7.04 3.16 5.23 3.76 3.68 4.9L8.44 9.66L12.32 5.1C12.59 4.78 12.91 4.38 13.3 4C12.14 3.45 10.9 3.15 9.65 3.09C9.39 3.08 9.12 3.08 8.86 3.09Z\" /></svg></li><li title=\"baby carriage off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-baby-carriage-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 10C22 5.6 18.4 2 14 2V10H22M14.2 11H22C22 12.8 21.4 14.5 20.3 15.9C21 16.5 21.4 17.4 21.5 18.3L14.2 11M20.8 22.7L22.1 21.4L2.4 1.7L1.1 3L9.1 11H7.4L6.5 9H3V11H5.2C5.2 11 7.1 15.1 7.3 15.4C6.3 15.9 5.6 16.9 5.5 18C5.2 19.9 6.6 21.7 8.5 22C10.4 22.3 12.2 20.9 12.5 19H14.6C14.7 19.4 14.8 19.8 15 20.2C15.9 21.9 18.1 22.5 19.7 21.6L20.8 22.7M10.5 18.5C10.5 19.3 9.8 20 9 20S7.5 19.3 7.5 18.5 8.2 17 9 17 10.5 17.7 10.5 18.5M18.1 20C17.2 20 16.5 19.3 16.5 18.5V18.4L18.1 20Z\" /></svg></li><li title=\"baby carriage \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-baby-carriage\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,2V10H21A8,8 0 0,0 13,2M19.32,15.89C20.37,14.54 21,12.84 21,11H6.44L5.5,9H2V11H4.22C4.22,11 6.11,15.07 6.34,15.42C5.24,16 4.5,17.17 4.5,18.5A3.5,3.5 0 0,0 8,22C9.76,22 11.22,20.7 11.46,19H13.54C13.78,20.7 15.24,22 17,22A3.5,3.5 0 0,0 20.5,18.5C20.5,17.46 20.04,16.53 19.32,15.89M8,20A1.5,1.5 0 0,1 6.5,18.5A1.5,1.5 0 0,1 8,17A1.5,1.5 0 0,1 9.5,18.5A1.5,1.5 0 0,1 8,20M17,20A1.5,1.5 0 0,1 15.5,18.5A1.5,1.5 0 0,1 17,17A1.5,1.5 0 0,1 18.5,18.5A1.5,1.5 0 0,1 17,20Z\" /></svg></li><li title=\"baby face outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-baby-face-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.5,9.25A1.25,1.25 0 0,1 15.75,10.5A1.25,1.25 0 0,1 14.5,11.75A1.25,1.25 0 0,1 13.25,10.5A1.25,1.25 0 0,1 14.5,9.25M9.5,9.25A1.25,1.25 0 0,1 10.75,10.5A1.25,1.25 0 0,1 9.5,11.75A1.25,1.25 0 0,1 8.25,10.5A1.25,1.25 0 0,1 9.5,9.25M7.5,14H16.5C15.74,15.77 14,17 12,17C10,17 8.26,15.77 7.5,14M1,12C1,10.19 2.2,8.66 3.86,8.17C5.29,5.11 8.4,3 12,3C15.6,3 18.71,5.11 20.15,8.17C21.8,8.66 23,10.19 23,12C23,13.81 21.8,15.34 20.15,15.83C18.71,18.89 15.6,21 12,21C8.4,21 5.29,18.89 3.86,15.83C2.2,15.34 1,13.81 1,12M12,5C8.82,5 6.14,7.12 5.28,10H5A2,2 0 0,0 3,12A2,2 0 0,0 5,14H5.28C6.14,16.88 8.82,19 12,19C15.18,19 17.86,16.88 18.72,14H19A2,2 0 0,0 21,12A2,2 0 0,0 19,10H18.72C17.86,7.12 15.18,5 12,5Z\" /></svg></li><li title=\"baby face \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-baby-face\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M1,12C1,10.19 2.2,8.66 3.86,8.17C5.29,5.11 8.4,3 12,3C15.6,3 18.71,5.11 20.15,8.17C21.8,8.66 23,10.19 23,12C23,13.81 21.8,15.34 20.15,15.83C18.71,18.89 15.6,21 12,21C8.4,21 5.29,18.89 3.86,15.83C2.2,15.34 1,13.81 1,12M14.5,9.25A1.25,1.25 0 0,0 13.25,10.5A1.25,1.25 0 0,0 14.5,11.75A1.25,1.25 0 0,0 15.75,10.5A1.25,1.25 0 0,0 14.5,9.25M9.5,9.25A1.25,1.25 0 0,0 8.25,10.5A1.25,1.25 0 0,0 9.5,11.75A1.25,1.25 0 0,0 10.75,10.5A1.25,1.25 0 0,0 9.5,9.25M7.5,14C8.26,15.77 10,17 12,17C14,17 15.74,15.77 16.5,14H7.5M3,12C3,12.82 3.5,13.53 4.21,13.84C4.07,13.25 4,12.63 4,12C4,11.37 4.07,10.75 4.21,10.16C3.5,10.47 3,11.18 3,12M21,12C21,11.18 20.5,10.47 19.79,10.16C19.93,10.75 20,11.37 20,12C20,12.63 19.93,13.25 19.79,13.84C20.5,13.53 21,12.82 21,12Z\" /></svg></li><li title=\"baby \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-baby\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.5,4A2.5,2.5 0 0,1 21,6.5A2.5,2.5 0 0,1 18.5,9A2.5,2.5 0 0,1 16,6.5A2.5,2.5 0 0,1 18.5,4M4.5,20A1.5,1.5 0 0,1 3,18.5A1.5,1.5 0 0,1 4.5,17H11.5A1.5,1.5 0 0,1 13,18.5A1.5,1.5 0 0,1 11.5,20H4.5M16.09,19L14.69,15H11L6.75,10.75C6.75,10.75 9,8.25 12.5,8.25C15.5,8.25 15.85,9.25 16.06,9.87L18.92,18C19.2,18.78 18.78,19.64 18,19.92C17.22,20.19 16.36,19.78 16.09,19Z\" /></svg></li><li title=\"backburger \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-backburger\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,13L9,17L7.6,18.42L1.18,12L7.6,5.58L9,7L5,11H21V13H5M21,6V8H11V6H21M21,16V18H11V16H21Z\" /></svg></li><li title=\"backspace outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-backspace-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,15.59L17.59,17L14,13.41L10.41,17L9,15.59L12.59,12L9,8.41L10.41,7L14,10.59L17.59,7L19,8.41L15.41,12L19,15.59M22,3A2,2 0 0,1 24,5V19A2,2 0 0,1 22,21H7C6.31,21 5.77,20.64 5.41,20.11L0,12L5.41,3.88C5.77,3.35 6.31,3 7,3H22M22,5H7L2.28,12L7,19H22V5Z\" /></svg></li><li title=\"backspace reverse outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-backspace-reverse-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,15.59L6.41,17L10,13.41L13.59,17L15,15.59L11.41,12L15,8.41L13.59,7L10,10.59L6.41,7L5,8.41L8.59,12L5,15.59M2,3A2,2 0 0,0 0,5V19A2,2 0 0,0 2,21H17C17.69,21 18.23,20.64 18.59,20.11L24,12L18.59,3.88C18.23,3.35 17.69,3 17,3H2M2,5H17L21.72,12L17,19H2V5Z\" /></svg></li><li title=\"backspace reverse \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-backspace-reverse\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,21H17C17.7,21 18.2,20.6 18.6,20.1L24,12L18.6,3.9C18.2,3.4 17.7,3 17,3H2A2,2 0 0,0 0,5V19A2,2 0 0,0 2,21M5,8.4L6.4,7L10,10.6L13.6,7L15,8.4L11.4,12L15,15.6L13.6,17L10,13.4L6.4,17L5,15.6L8.6,12\" /></svg></li><li title=\"backspace \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-backspace\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,3H7C6.31,3 5.77,3.35 5.41,3.88L0,12L5.41,20.11C5.77,20.64 6.31,21 7,21H22A2,2 0 0,0 24,19V5A2,2 0 0,0 22,3M19,15.59L17.59,17L14,13.41L10.41,17L9,15.59L12.59,12L9,8.41L10.41,7L14,10.59L17.59,7L19,8.41L15.41,12\" /></svg></li><li title=\"backup restore \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-backup-restore\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,3A9,9 0 0,0 3,12H0L4,16L8,12H5A7,7 0 0,1 12,5A7,7 0 0,1 19,12A7,7 0 0,1 12,19C10.5,19 9.09,18.5 7.94,17.7L6.5,19.14C8.04,20.3 9.94,21 12,21A9,9 0 0,0 21,12A9,9 0 0,0 12,3M14,12A2,2 0 0,0 12,10A2,2 0 0,0 10,12A2,2 0 0,0 12,14A2,2 0 0,0 14,12Z\" /></svg></li><li title=\"bacteria outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bacteria-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,2H7V4.1C6.29,4.25 5.73,4.54 5.32,4.91L2.7,2.29L1.29,3.71L4.24,6.65C4,7.39 4,8 4,8H2V10H4.04C4.1,10.63 4.21,11.36 4.4,12.15L1.68,13.05L2.31,14.95L5,14.05C5.24,14.56 5.5,15.08 5.82,15.58L3.44,17.17L4.55,18.83L7.07,17.15C7.63,17.71 8.29,18.21 9.06,18.64L8.1,20.55L9.89,21.45L10.89,19.45L10.73,19.36C11.68,19.68 12.76,19.9 14,19.97V22H16V19.93C16.76,19.84 17.81,19.64 18.77,19.19L20.29,20.71L21.7,19.29L20.37,17.95C20.75,17.44 21,16.8 21,16C21,15.5 20.95,15.08 20.88,14.68L22.45,13.9L21.55,12.1L20.18,12.79C19.63,11.96 18.91,11.5 18.29,11.28L18.95,9.32L17.05,8.68L16.29,10.96C14.96,10.83 14.17,10.32 13.7,9.77L15.45,8.9L14.55,7.1L13,7.89C12.97,7.59 12.86,6.72 12.28,5.87L13.83,3.55L12.17,2.44L10.76,4.56C10.28,4.33 9.7,4.15 9,4.06M15,18C12.06,18 9.81,17.18 8.31,15.56C5.68,12.72 6,8.2 6,8.17V8.11L6,8.03C6,7.1 6.39,6 8,6C10.63,6 10.97,7.43 11,8C11,10 12.6,13 17,13C17.33,13 19,13.15 19,16C19,17.89 15.03,18 15,18M8.5,8A1.5,1.5 0 0,0 7,9.5A1.5,1.5 0 0,0 8.5,11A1.5,1.5 0 0,0 10,9.5A1.5,1.5 0 0,0 8.5,8M11,12A1,1 0 0,0 10,13A1,1 0 0,0 11,14A1,1 0 0,0 12,13A1,1 0 0,0 11,12M15.5,14A1.5,1.5 0 0,0 14,15.5A1.5,1.5 0 0,0 15.5,17A1.5,1.5 0 0,0 17,15.5A1.5,1.5 0 0,0 15.5,14Z\" /></svg></li><li title=\"bacteria \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bacteria\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,16C21,15.5 20.95,15.08 20.88,14.68L22.45,13.9L21.55,12.1L20.18,12.79C19.63,11.96 18.91,11.5 18.29,11.28L18.95,9.32L17.05,8.68L16.29,10.96C14.96,10.83 14.17,10.32 13.7,9.77L15.45,8.9L14.55,7.1L13,7.89C12.97,7.59 12.86,6.72 12.28,5.87L13.83,3.55L12.17,2.44L10.76,4.56C10.28,4.33 9.7,4.15 9,4.06V2H7V4.1C6.29,4.25 5.73,4.54 5.32,4.91L2.7,2.29L1.29,3.71L4.24,6.65C4,7.39 4,8 4,8H2V10H4.04C4.1,10.63 4.21,11.36 4.4,12.15L1.68,13.05L2.31,14.95L5,14.05C5.24,14.56 5.5,15.08 5.82,15.58L3.44,17.17L4.55,18.83L7.07,17.15C7.63,17.71 8.29,18.21 9.06,18.64L8.1,20.55L9.89,21.45L10.89,19.45L10.73,19.36C11.68,19.68 12.76,19.9 14,19.97V22H16V19.93C16.76,19.84 17.81,19.64 18.77,19.19L20.29,20.71L21.7,19.29L20.37,17.95C20.75,17.44 21,16.8 21,16M8.5,11A1.5,1.5 0 0,1 7,9.5A1.5,1.5 0 0,1 8.5,8A1.5,1.5 0 0,1 10,9.5A1.5,1.5 0 0,1 8.5,11M11,14A1,1 0 0,1 10,13A1,1 0 0,1 11,12A1,1 0 0,1 12,13A1,1 0 0,1 11,14M15.5,17A1.5,1.5 0 0,1 14,15.5A1.5,1.5 0 0,1 15.5,14A1.5,1.5 0 0,1 17,15.5A1.5,1.5 0 0,1 15.5,17Z\" /></svg></li><li title=\"badge account alert outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-badge-account-alert-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,3H12V5H15V21H5V5H8V3H5A2,2 0 0,0 3,5V21A2,2 0 0,0 5,23H15A2,2 0 0,0 17,21V5A2,2 0 0,0 15,3M10,7A2,2 0 0,1 12,9A2,2 0 0,1 10,11A2,2 0 0,1 8,9A2,2 0 0,1 10,7M14,15H6V14C6,12.67 8.67,12 10,12C11.33,12 14,12.67 14,14V15M14,18H6V17H14V18M10,20H6V19H10V20M11,5H9V1H11V5M19,13V7H21V13H19M19,17V15H21V17H19Z\" /></svg></li><li title=\"badge account alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-badge-account-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,3H12V6H8V3H5A2,2 0 0,0 3,5V21A2,2 0 0,0 5,23H15A2,2 0 0,0 17,21V5A2,2 0 0,0 15,3M10,8A2,2 0 0,1 12,10A2,2 0 0,1 10,12A2,2 0 0,1 8,10A2,2 0 0,1 10,8M14,16H6V15C6,13.67 8.67,13 10,13C11.33,13 14,13.67 14,15V16M11,5H9V1H11V5M14,19H6V18H14V19M10,21H6V20H10V21M19,13V7H21V13H19M19,17V15H21V17H19Z\" /></svg></li><li title=\"badge account horizontal outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-badge-account-horizontal-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8,9A2,2 0 0,1 10,11A2,2 0 0,1 8,13A2,2 0 0,1 6,11A2,2 0 0,1 8,9M12,17H4V16C4,14.67 6.67,14 8,14C9.33,14 12,14.67 12,16V17M20,8H14V10H20V8M20,12H14V14H20V12M20,16H14V18H20V16M22,4H14V6H22V20H2V6H10V4H2A2,2 0 0,0 0,6V20A2,2 0 0,0 2,22H22A2,2 0 0,0 24,20V6A2,2 0 0,0 22,4M13,6H11V2H13V6Z\" /></svg></li><li title=\"badge account horizontal \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-badge-account-horizontal\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,4H14V7H10V4H2A2,2 0 0,0 0,6V20A2,2 0 0,0 2,22H22A2,2 0 0,0 24,20V6A2,2 0 0,0 22,4M8,9A2,2 0 0,1 10,11A2,2 0 0,1 8,13A2,2 0 0,1 6,11A2,2 0 0,1 8,9M12,17H4V16C4,14.67 6.67,14 8,14C9.33,14 12,14.67 12,16V17M20,18H14V16H20V18M20,14H14V12H20V14M20,10H14V8H20V10M13,6H11V2H13V6Z\" /></svg></li><li title=\"badge account outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-badge-account-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,3H14V5H17V21H7V5H10V3H7A2,2 0 0,0 5,5V21A2,2 0 0,0 7,23H17A2,2 0 0,0 19,21V5A2,2 0 0,0 17,3M12,7A2,2 0 0,1 14,9A2,2 0 0,1 12,11A2,2 0 0,1 10,9A2,2 0 0,1 12,7M16,15H8V14C8,12.67 10.67,12 12,12C13.33,12 16,12.67 16,14V15M16,18H8V17H16V18M12,20H8V19H12V20M13,5H11V1H13V5Z\" /></svg></li><li title=\"badge account \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-badge-account\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,3H14V6H10V3H7A2,2 0 0,0 5,5V21A2,2 0 0,0 7,23H17A2,2 0 0,0 19,21V5A2,2 0 0,0 17,3M12,8A2,2 0 0,1 14,10A2,2 0 0,1 12,12A2,2 0 0,1 10,10A2,2 0 0,1 12,8M16,16H8V15C8,13.67 10.67,13 12,13C13.33,13 16,13.67 16,15V16M13,5H11V1H13V5M16,19H8V18H16V19M12,21H8V20H12V21Z\" /></svg></li><li title=\"badminton \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-badminton\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12.3,2C11.33,2.03 10.58,2.84 10.61,3.8C10.62,4.04 10.67,4.27 10.77,4.5L11.06,5.14V5.14C11.1,5.27 11.03,5.41 10.89,5.45C10.8,5.5 10.7,5.45 10.63,5.37L10.21,4.82C9.88,4.4 9.38,4.14 8.85,4.13C7.88,4.11 7.08,4.88 7.06,5.84C7.05,6.26 7.19,6.66 7.45,7L7.87,7.5H7.88C7.96,7.63 7.93,7.79 7.82,7.87C7.73,7.94 7.61,7.94 7.53,7.87L7,7.45C6.66,7.19 6.25,7.05 5.84,7.06C4.88,7.08 4.11,7.88 4.13,8.85C4.14,9.38 4.4,9.88 4.82,10.21L5.39,10.65C5.5,10.75 5.5,10.91 5.38,11C5.31,11.07 5.21,11.09 5.12,11.05H5.11L4.5,10.77C4.27,10.68 4.04,10.62 3.8,10.61C2.84,10.58 2.03,11.34 2,12.31C2,13.03 2.4,13.69 3.06,13.97L14.45,19.04L19.04,14.45L13.97,3.06C13.69,2.39 13,1.97 12.3,2M13.13,6.1C13.55,6.09 13.93,6.33 14.09,6.71L17.14,13.55L13.19,9.61L12.26,7.5C11.96,6.87 12.42,6.12 13.13,6.1M9.85,8.85C10.12,8.85 10.37,8.95 10.56,9.15L15.37,13.96C15.77,14.34 15.78,14.97 15.4,15.37C15,15.77 14.38,15.78 13.96,15.37L9.15,10.56C8.75,10.18 8.74,9.54 9.13,9.15C9.32,8.95 9.58,8.85 9.85,8.85M7.13,12.17C7.26,12.17 7.4,12.21 7.5,12.26L9.63,13.2L13.57,17.14L6.71,14.09C5.69,13.65 6.03,12.14 7.13,12.17M20.28,16.04L16.04,20.28L16.89,21.13C17.65,21.88 18.75,22.17 19.78,21.9C20.81,21.62 21.62,20.81 21.9,19.78C22.17,18.75 21.88,17.65 21.13,16.89L20.28,16.04Z\" /></svg></li><li title=\"bag carry on check \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bag-carry-on-check\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.28,16.69L18.14,13.88L18.84,14.58L15.28,18.14L13.17,16L13.88,15.28L15.28,16.69M8,21A2,2 0 0,1 6,19V9A2,2 0 0,1 8,7V21M9,7H14V4A2,2 0 0,1 12,2H16V10A6,6 0 0,1 22,16A6,6 0 0,1 16,22C14.77,22 13.63,21.63 12.68,21H9V7M16,12A4,4 0 0,0 12,16A4,4 0 0,0 16,20A4,4 0 0,0 20,16A4,4 0 0,0 16,12Z\" /></svg></li><li title=\"bag carry on off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bag-carry-on-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2.1 4.9L6 8.9V19C6 19.5 6.2 20 6.6 20.4C7 20.8 7.5 21 8 21V10.8L9 11.8V21H13.2C13.1 20.6 13 20.2 13 20C13 18.8 13.5 18 14.6 17.4L15.4 18.2C14.5 18.5 14.1 19.2 14.1 20.1C14.1 20.6 14.3 21.1 14.7 21.5C15 21.8 15.5 22 16 22C16.9 22 17.6 21.6 17.9 20.7L19.1 21.9L20.5 20.5L3.5 3.5L2.1 4.9M12 2C12 2.5 12.2 3 12.6 3.4S13.5 4 14 4V7H9.8L16 13.2V2H12Z\" /></svg></li><li title=\"bag carry on \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bag-carry-on\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.6 21.4C15 21.8 15.4 22 16 22S17 21.8 17.4 21.4 18 20.6 18 20 17.8 19 17.4 18.6 16.5 18 16 18 15 18.2 14.6 18.6 14 19.4 14 20 14.2 21 14.6 21.4M6 19C6 19.5 6.2 20 6.6 20.4C7 20.8 7.5 21 8 21V7C7.5 7 7 7.2 6.6 7.6C6.2 8 6 8.5 6 9V19M16 2H12C12 2.5 12.2 3 12.6 3.4C13 3.8 13.5 4 14 4V7H9V21H13.2C13 20.5 13 20.2 13 20C13 19.2 13.3 18.5 13.9 17.9C14.5 17.3 15.2 17 16 17V2Z\" /></svg></li><li title=\"bag checked \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bag-checked\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 19H2V21H22V19M4 15C4 15.5 4.2 16 4.6 16.4C5 16.8 5.5 17 6 17V6C5.5 6 5 6.2 4.6 6.6C4.2 7 4 7.5 4 8V15M13.5 6H10.5C10.5 5.6 10.6 5.2 10.9 4.9C11.2 4.6 11.5 4.5 12 4.5C12.4 4.5 12.8 4.6 13.1 4.9C13.3 5.2 13.5 5.6 13.5 6M7 6V17H17V6H15C15 5.2 14.7 4.5 14.1 3.9S12.8 3 12 3C11.2 3 10.5 3.3 9.9 3.9C9.3 4.5 9 5.2 9 6H7M18 17C18.5 17 19 16.8 19.4 16.4C19.8 16 20 15.5 20 15V8C20 7.5 19.8 7 19.4 6.6C19 6.2 18.5 6 18 6V17Z\" /></svg></li><li title=\"bag personal off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bag-personal-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,19.35L2.38,1.73L1.11,3L4.77,6.66C4.27,7.34 4,8.16 4,9V20A2,2 0 0,0 6,22H18C18.56,22 19.08,21.76 19.46,21.35L20.84,22.73L22.11,21.46L20,19.35M6,9C6,8.69 6.08,8.38 6.22,8.11L13.11,15H6V9M18,20H6V16H8V18H9V16H14.11L18,19.89V20M16,7A2,2 0 0,1 18,9V14.8L20,16.8V9A4,4 0 0,0 16,5V4A2,2 0 0,0 14,2H10A2,2 0 0,0 8,4V4.8L10.2,7H16M10,4H14V5H10V4Z\" /></svg></li><li title=\"bag personal off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bag-personal-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,19.35L2.38,1.73L1.11,3L4.77,6.66C4.27,7.34 4,8.16 4,9V20A2,2 0 0,0 6,22H18C18.56,22 19.08,21.76 19.46,21.35L20.84,22.73L22.11,21.46L20,19.35M9,16V18H8V16H6V15H13.11L14.11,16H9M20,9A4,4 0 0,0 16,5V4A2,2 0 0,0 14,2H10A2,2 0 0,0 8,4V4.8L20,16.8V9M14,5H10V4H14V5Z\" /></svg></li><li title=\"bag personal outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bag-personal-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,5V4A2,2 0 0,0 14,2H10A2,2 0 0,0 8,4V5A4,4 0 0,0 4,9V20A2,2 0 0,0 6,22H18A2,2 0 0,0 20,20V9A4,4 0 0,0 16,5M10,4H14V5H10V4M12,9L14,11L12,13L10,11L12,9M18,20H6V16H8V18H9V16H18V20M18,15H6V9A2,2 0 0,1 8,7H16A2,2 0 0,1 18,9V15Z\" /></svg></li><li title=\"bag personal \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bag-personal\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,5V4A2,2 0 0,0 14,2H10A2,2 0 0,0 8,4V5A4,4 0 0,0 4,9V20A2,2 0 0,0 6,22H18A2,2 0 0,0 20,20V9A4,4 0 0,0 16,5M10,4H14V5H10V4M12,9L14,11L12,13L10,11L12,9M18,16H9V18H8V16H6V15H18V16Z\" /></svg></li><li title=\"bag suitcase off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bag-suitcase-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2 4.77L3.28 3.5L21 21.22L19.73 22.5L18 20.76C17.71 20.93 17.38 21 17.03 21C17.03 21.58 16.56 22 16 22C15.5 22 15 21.58 15 21H9C9 21.58 8.5 22 8 22C7.44 22 6.97 21.58 6.97 21C5.89 21 5 20.13 5 19L5 7.78L2 4.77M9.5 18H8V10.78L6.97 9.74V19H16.23L15.25 18H14.5V17.26L12.75 15.5V18H11.25V14L9.5 12.28V18M12.75 9V10.43L11.32 9H12.75M14.5 9H16V13.67L14.5 12.17V9M17.03 6C18.11 6 19 6.88 19 8V16.68L17.03 14.7V8H10.33L8.31 6H9V3C9 2.42 9.46 2 10 2H14C14.54 2 15 2.42 15 3V6H17.03M10.5 3.5V6H13.5V3.5H10.5Z\" /></svg></li><li title=\"bag suitcase off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bag-suitcase-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2 4.77L3.28 3.5L21 21.22L19.73 22.5L18 20.76C17.71 20.93 17.38 21 17.03 21C17.03 21.58 16.56 22 16 22C15.5 22 15 21.58 15 21H9C9 21.58 8.5 22 8 22C7.44 22 6.97 21.58 6.97 21C5.89 21 5 20.13 5 19V7.77L2 4.77M17.03 6C18.11 6 19 6.88 19 8V16.68L16 13.68V9H14.5V12.18L12.75 10.43V9H11.32L8.31 6H9V3C9 2.42 9.46 2 10 2H14C14.54 2 15 2.42 15 3V6H17.03M8 18H9.5V12.27L8 10.77V18M11.25 18H12.75V15.5L11.25 14V18M14.5 18H15.23L14.5 17.27V18M13.5 6V3.5H10.5V6H13.5Z\" /></svg></li><li title=\"bag suitcase outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bag-suitcase-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9.5 18V9H8V18M12.75 18V9H11.25V18M16 18V9H14.5V18M17.03 6C18.11 6 19 6.88 19 8V19C19 20.13 18.11 21 17.03 21C17.03 21.58 16.56 22 16 22C15.5 22 15 21.58 15 21H9C9 21.58 8.5 22 8 22C7.44 22 6.97 21.58 6.97 21C5.89 21 5 20.13 5 19V8C5 6.88 5.89 6 6.97 6H9V3C9 2.42 9.46 2 10 2H14C14.54 2 15 2.42 15 3V6M10.5 3.5V6H13.5V3.5M17.03 19V8H6.97V19\" /></svg></li><li title=\"bag suitcase \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bag-suitcase\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17.03 6C18.11 6 19 6.88 19 8V19C19 20.13 18.11 21 17.03 21C17.03 21.58 16.56 22 16 22C15.5 22 15 21.58 15 21H9C9 21.58 8.5 22 8 22C7.44 22 6.97 21.58 6.97 21C5.89 21 5 20.13 5 19V8C5 6.88 5.89 6 6.97 6H9V3C9 2.42 9.46 2 10 2H14C14.54 2 15 2.42 15 3V6H17.03M13.5 6V3.5H10.5V6H13.5M8 9V18H9.5V9H8M14.5 9V18H16V9H14.5M11.25 9V18H12.75V9H11.25Z\" /></svg></li><li title=\"baguette \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-baguette\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5 22C3.68 22 3.15 19.64 3.04 18.7A5.56 5.56 0 0 1 3.36 16A2.5 2.5 0 0 1 5.23 14.38C6.4 14.18 7.23 14.88 8.29 15.12A1.21 1.21 0 0 0 9.85 13.75C9.41 12.03 6.28 12 5 12C5 10.14 7.04 9.9 8.5 10.04A10.8 10.8 0 0 1 11.04 10.6C11.54 10.77 12.12 11.2 12.67 11.16C13.5 11.09 13.67 10.23 13.31 9.6C12.44 8.12 9.97 8 8.5 8C8.5 6 10.23 5.62 11.89 5.92A11.58 11.58 0 0 1 14.38 6.71C14.89 6.93 15.5 7.35 16.06 7.16C17.5 6.72 16 5.18 15.36 4.81A6.6 6.6 0 0 0 13.94 4.23C13.4 4.07 12.74 4.13 13.23 3.5A5.13 5.13 0 0 1 15.96 2.26C17.85 1.82 20.46 1.74 20.92 4.12A5.3 5.3 0 0 1 20.07 7.7A38.96 38.96 0 0 1 13.22 16.33A36.6 36.6 0 0 1 8.62 20.32C7.62 21.04 6.3 22 5 22Z\" /></svg></li><li title=\"balcony \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-balcony\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10 10V12H8V10H10M16 12V10H14V12H16M21 14V22H3V14H4V10C4 5.58 7.58 2 12 2S20 5.58 20 10V14H21M7 16H5V20H7V16M11 16H9V20H11V16M11 4.08C8.16 4.56 6 7.03 6 10V14H11V4.08M13 14H18V10C18 7.03 15.84 4.56 13 4.08V14M15 16H13V20H15V16M19 16H17V20H19V16Z\" /></svg></li><li title=\"balloon \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-balloon\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.16,12.74L14,14H12.5C12.35,16.71 12,19.41 11.5,22.08L10.5,21.92C11,19.3 11.34,16.66 11.5,14H10L10.84,12.74C8.64,11.79 7,8.36 7,6A5,5 0 0,1 12,1A5,5 0 0,1 17,6C17,8.36 15.36,11.79 13.16,12.74Z\" /></svg></li><li title=\"ballot outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ballot-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,7.5H18V9.5H13V7.5M13,14.5H18V16.5H13V14.5M19,3A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3H19M19,19V5H5V19H19M11,6V11H6V6H11M10,10V7H7V10H10M11,13V18H6V13H11M10,17V14H7V17H10Z\" /></svg></li><li title=\"ballot recount outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ballot-recount-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,18V13H11V18H6M7,14V17H10V14H7M13,7.5H18V9.5H13V7.5M5,21A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3H19A2,2 0 0,1 21,5V11.17C20.5,11.06 20,11 19.5,11H19V5H5V19H13.17C13.34,19.72 13.63,20.39 14,21H5M11,6V11H6V6H11M10,10V7H7V10H10M19,12V13.5A4,4 0 0,1 23,17.5C23,18.32 22.75,19.08 22.33,19.71L21.24,18.62C21.41,18.28 21.5,17.9 21.5,17.5A2.5,2.5 0 0,0 19,15V16.5L16.75,14.25L19,12M19,23V21.5A4,4 0 0,1 15,17.5C15,16.68 15.25,15.92 15.67,15.29L16.76,16.38C16.59,16.72 16.5,17.1 16.5,17.5A2.5,2.5 0 0,0 19,20V18.5L21.25,20.75L19,23Z\" /></svg></li><li title=\"ballot recount \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ballot-recount\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,12V13.5A4,4 0 0,1 23,17.5C23,18.32 22.75,19.08 22.33,19.71L21.24,18.62C21.41,18.28 21.5,17.9 21.5,17.5A2.5,2.5 0 0,0 19,15V16.5L16.75,14.25L19,12M19,23V21.5A4,4 0 0,1 15,17.5C15,16.68 15.25,15.92 15.67,15.29L16.76,16.38C16.59,16.72 16.5,17.1 16.5,17.5A2.5,2.5 0 0,0 19,20V18.5L21.25,20.75L19,23M10,17H7V14H10V17M10,7V10H7V7H10M5,21A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3H19A2,2 0 0,1 21,5V11.17C20.5,11.06 20,11 19.5,11A6.5,6.5 0 0,0 13,17.5C13,18.79 13.38,20 14,21H5M13,9.5H18V7.5H13V9.5M11,13H6V18H11V13M11,6H6V11H11V6Z\" /></svg></li><li title=\"ballot \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ballot\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,9.5H18V7.5H13V9.5M13,16.5H18V14.5H13V16.5M19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21M6,11H11V6H6V11M7,7H10V10H7V7M6,18H11V13H6V18M7,14H10V17H7V14Z\" /></svg></li><li title=\"bandage \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bandage\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17.73,12L21.71,8.04C22.1,7.65 22.1,7 21.71,6.63L17.37,2.29C17,1.9 16.35,1.9 15.96,2.29L12,6.27L8,2.29C7.8,2.1 7.55,2 7.29,2C7.04,2 6.78,2.1 6.59,2.29L2.25,6.63C1.86,7 1.86,7.65 2.25,8.04L6.23,12L2.25,16C1.86,16.39 1.86,17 2.25,17.41L6.59,21.75C7,22.14 7.61,22.14 8,21.75L12,17.77L15.96,21.75C16.16,21.95 16.41,22.04 16.67,22.04C16.93,22.04 17.18,21.94 17.38,21.75L21.72,17.41C22.11,17 22.11,16.39 21.72,16L17.73,12M12,9A1,1 0 0,1 13,10A1,1 0 0,1 12,11A1,1 0 0,1 11,10A1,1 0 0,1 12,9M7.29,10.96L3.66,7.34L7.29,3.71L10.91,7.33L7.29,10.96M10,13A1,1 0 0,1 9,12A1,1 0 0,1 10,11A1,1 0 0,1 11,12A1,1 0 0,1 10,13M12,15A1,1 0 0,1 11,14A1,1 0 0,1 12,13A1,1 0 0,1 13,14A1,1 0 0,1 12,15M14,11A1,1 0 0,1 15,12A1,1 0 0,1 14,13A1,1 0 0,1 13,12A1,1 0 0,1 14,11M16.66,20.34L13.03,16.72L16.66,13.09L20.28,16.71L16.66,20.34Z\" /></svg></li><li title=\"bank check \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bank-check\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10.5 17V10H13.5V16.61C13.44 16.73 13.4 16.87 13.35 17H10.5M19 13C19.17 13 19.33 13 19.5 13.03V10H16.5V13.55C17.26 13.2 18.11 13 19 13M7.5 17V10H4.5V17H7.5M21.5 6L12 1L2.5 6V8H21.5V6M2.5 19V22H13.81C13.3 21.12 13 20.09 13 19H2.5M21.34 16L17.75 19.59L16.16 18L15 19.16L17.75 22.16L22.5 17.41L21.34 16Z\" /></svg></li><li title=\"bank minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bank-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,17H22V19H14V17M11.5,1L21,6V8H2V6L11.5,1M16,10H19V12.08L18,12C17.3,12 16.63,12.12 16,12.34V10M2,22V19H12.08C12.27,20.14 12.79,21.17 13.53,22H2M10,10H13V14.68C12.54,15.37 12.22,16.15 12.08,17H10V10M4,10H7V17H4V10Z\" /></svg></li><li title=\"bank off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bank-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17 13.8V10H19V15.8L17 13.8M12 3.26L17.21 6H9.2L11.2 8H21.5V6L12 1L6.89 3.69L8.37 5.17L12 3.26M5 10V17H7V10H5M21.5 20.85V20.84L19.66 19H19.65L17.65 17H17.66L17 16.34V16.35L13 12.35V12.34L11 10.34V10.35L8.66 8H8.66L2.39 1.73L1.11 3L3.56 5.45L2.5 6V8H6.11L11 12.89V17H13V14.89L17.11 19H2.5V21H19.11L20.84 22.73L22.11 21.46L21.5 20.85Z\" /></svg></li><li title=\"bank off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bank-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.2 8L6.89 3.69L12 1L21.5 6V8H11.2M19.5 16.3V10H16.5V13.3L19.5 16.3M21.5 20.85V20.84L19.66 19H19.65L17.65 17H17.66L16.5 15.84V15.85L13.5 12.85V12.84L10.66 10H10.66L8.66 8H8.66L2.39 1.73L1.11 3L3.56 5.45L2.5 6V8H6.11L10.5 12.39V17H13.5V15.39L17.11 19H2.5V22H20.11L20.84 22.73L22.11 21.46L21.5 20.85M4.5 10V17H7.5V10H4.5Z\" /></svg></li><li title=\"bank outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bank-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6.5,10H4.5V17H6.5V10M12.5,10H10.5V17H12.5V10M21,19H2V21H21V19M18.5,10H16.5V17H18.5V10M11.5,3.26L16.71,6H6.29L11.5,3.26M11.5,1L2,6V8H21V6L11.5,1Z\" /></svg></li><li title=\"bank plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bank-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,14H19V17H22V19H19V22H17V19H14V17H17V14M11.5,1L21,6V8H2V6L11.5,1M16,10H19V12.08L18,12C17.3,12 16.63,12.12 16,12.34V10M2,22V19H12.08C12.27,20.14 12.79,21.17 13.53,22H2M10,10H13V14.68C12.54,15.37 12.22,16.15 12.08,17H10V10M4,10H7V17H4V10Z\" /></svg></li><li title=\"bank remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bank-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.46,15.88L15.88,14.46L18,16.59L20.12,14.46L21.54,15.88L19.41,18L21.54,20.12L20.12,21.54L18,19.41L15.88,21.54L14.46,20.12L16.59,18L14.46,15.88M11.5,1L21,6V8H2V6L11.5,1M16,10H19V12.08L18,12C17.3,12 16.63,12.12 16,12.34V10M2,22V19H12.08C12.27,20.14 12.79,21.17 13.53,22H2M10,10H13V14.68C12.54,15.37 12.22,16.15 12.08,17H10V10M4,10H7V17H4V10Z\" /></svg></li><li title=\"bank transfer in \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bank-transfer-in\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,15V12H5V10L9,13.5L5,17V15H2M22,8.7V10H10V8.7L16,5L22,8.7M10,17H22V19H10V17M15,11H17V16H15V11M11,11H13V16H11V11M19,11H21V16H19V11Z\" /></svg></li><li title=\"bank transfer out \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bank-transfer-out\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,15V12H18V10L22,13.5L18,17V15H15M14,8.7V10H2V8.7L8,5L14,8.7M2,17H14V19H2V17M7,11H9V16H7V11M3,11H5V16H3V11M11,11H13V16H11V11Z\" /></svg></li><li title=\"bank transfer \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bank-transfer\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,14V11H18V9L22,12.5L18,16V14H15M14,7.7V9H2V7.7L8,4L14,7.7M7,10H9V15H7V10M3,10H5V15H3V10M13,10V12.5L11,14.3V10H13M9.1,16L8.5,16.5L10.2,18H2V16H9.1M17,15V18H14V20L10,16.5L14,13V15H17Z\" /></svg></li><li title=\"bank \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bank\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.5,1L2,6V8H21V6M16,10V17H19V10M2,22H21V19H2M10,10V17H13V10M4,10V17H7V10H4Z\" /></svg></li><li title=\"barcode off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-barcode-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.84 22.73L16 17.89V18H14V15.89L12 13.89V18H11V12.89L10 11.89V18H7V8.89L6 7.89V18H5V6.89L1.11 3L2.39 1.73L7 6.34L10 9.34L11 10.34L12 11.34L14 13.35V13.34L16 15.34V15.35L17 16.35V16.34L18.66 18H18.65L22.11 21.46L20.84 22.73M16 6H14V10.8L16 12.8V6M12 6H11V7.8L12 8.8V6M20 6H17V13.8L20 16.8V6M22 18V6H21V17.8L21.2 18H22M10 6H9.2L10 6.8V6M2 18H4V6H2V18Z\" /></svg></li><li title=\"barcode scan \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-barcode-scan\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,6H6V18H4V6M7,6H8V18H7V6M9,6H12V18H9V6M13,6H14V18H13V6M16,6H18V18H16V6M19,6H20V18H19V6M2,4V8H0V4A2,2 0 0,1 2,2H6V4H2M22,2A2,2 0 0,1 24,4V8H22V4H18V2H22M2,16V20H6V22H2A2,2 0 0,1 0,20V16H2M22,20V16H24V20A2,2 0 0,1 22,22H18V20H22Z\" /></svg></li><li title=\"barcode \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-barcode\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,6H4V18H2V6M5,6H6V18H5V6M7,6H10V18H7V6M11,6H12V18H11V6M14,6H16V18H14V6M17,6H20V18H17V6M21,6H22V18H21V6Z\" /></svg></li><li title=\"barley off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-barley-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.96,1.21C11.3,2.76 10.64,4.31 10.65,5.82C10.66,6.42 10.77,7 10.94,7.62C10.86,7.46 10.77,7.31 10.67,7.17C9.83,6 8.17,5 6.5,4C6.5,4.8 6.5,5.59 6.68,6.36L13,12.68V10.7C14.5,9.8 15.92,8.88 16.67,7.83C17.5,6.67 17.5,5.33 17.5,4C15.83,5 14.17,6 13.33,7.17C13.23,7.31 13.15,7.45 13.07,7.59C13.25,6.96 13.36,6.32 13.35,5.69C13.34,4.18 12.65,2.69 11.96,1.21M3.28,5.5L2,6.77L6.64,11.41C6.75,12 6.95,12.55 7.33,13.08C8.08,14.13 9.5,15.05 11,15.95V18.23L10.67,17.67C9.83,16.5 8.17,15.5 6.5,14.5C6.5,15.83 6.5,17.17 7.33,18.33C8.08,19.38 9.5,20.3 11,21.2V23H13V21.2C13.74,20.76 14.45,20.31 15.07,19.84L18.73,23.5L20,22.22C14,16.23 9.1,11.32 3.28,5.5M17.5,9.25C15.83,10.25 14.17,11.25 13.33,12.42L13.12,12.79L15,14.66C15.67,14.16 16.27,13.64 16.67,13.08C17.5,11.92 17.5,10.58 17.5,9.25M17.5,14.5C16.93,14.84 16.38,15.18 15.85,15.53L17.29,16.97C17.5,16.17 17.5,15.33 17.5,14.5Z\" /></svg></li><li title=\"barley \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-barley\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.33,18.33C6.5,17.17 6.5,15.83 6.5,14.5C8.17,15.5 9.83,16.5 10.67,17.67L11,18.23V15.95C9.5,15.05 8.08,14.13 7.33,13.08C6.5,11.92 6.5,10.58 6.5,9.25C8.17,10.25 9.83,11.25 10.67,12.42L11,13V10.7C9.5,9.8 8.08,8.88 7.33,7.83C6.5,6.67 6.5,5.33 6.5,4C8.17,5 9.83,6 10.67,7.17C10.77,7.31 10.86,7.46 10.94,7.62C10.77,7 10.66,6.42 10.65,5.82C10.64,4.31 11.3,2.76 11.96,1.21C12.65,2.69 13.34,4.18 13.35,5.69C13.36,6.32 13.25,6.96 13.07,7.59C13.15,7.45 13.23,7.31 13.33,7.17C14.17,6 15.83,5 17.5,4C17.5,5.33 17.5,6.67 16.67,7.83C15.92,8.88 14.5,9.8 13,10.7V13L13.33,12.42C14.17,11.25 15.83,10.25 17.5,9.25C17.5,10.58 17.5,11.92 16.67,13.08C15.92,14.13 14.5,15.05 13,15.95V18.23L13.33,17.67C14.17,16.5 15.83,15.5 17.5,14.5C17.5,15.83 17.5,17.17 16.67,18.33C15.92,19.38 14.5,20.3 13,21.2V23H11V21.2C9.5,20.3 8.08,19.38 7.33,18.33Z\" /></svg></li><li title=\"barn \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-barn\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,3L3,8.2V21H9L11.9,18L15,21H21V8.2L12,3M7.9,20V14L10.9,17L7.9,20M8.9,13H14.9L11.9,16L8.9,13M15.9,20L12.9,17L15.9,14V20M15,11H8.8V9H15V11Z\" /></svg></li><li title=\"barrel \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-barrel\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18,19H19V21H5V19H6V13H5V11H6V5H5V3H19V5H18V11H19V13H18V19M9,13A3,3 0 0,0 12,16A3,3 0 0,0 15,13C15,11 12,7.63 12,7.63C12,7.63 9,11 9,13Z\" /></svg></li><li title=\"baseball bat \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-baseball-bat\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,2C19.72,2 19.5,2.11 19.29,2.29L9.79,11.79C9.75,11.83 9.72,11.87 7.23,15.35L4,18.59L3.71,18.29C3.5,18.1 3.26,18 3,18C2.44,18 2,18.44 2,19C2,19.26 2.1,19.5 2.29,19.71L4.29,21.71C4.68,22.11 5.31,22.12 5.71,21.74C6.11,21.35 6.12,20.72 5.71,20.29L5.41,20L8.64,16.77L12.21,14.21L21.71,4.71C22.1,4.32 22.1,3.68 21.71,3.29L20.71,2.29C20.5,2.1 20.26,2 20,2M18.5,13A2.5,2.5 0 0,0 16,15.5A2.5,2.5 0 0,0 18.5,18A2.5,2.5 0 0,0 21,15.5A2.5,2.5 0 0,0 18.5,13Z\" /></svg></li><li title=\"baseball diamond outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-baseball-diamond-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2C5 2 1 9 1 9L9.3 17.3C9.74 16.77 10.32 16.37 11 16.17L7.83 13L12 8.83L16.17 13L13 16.17C13.68 16.37 14.27 16.77 14.7 17.3L23 9C23 9 19 2 12 2M17.59 11.59L12 6L6.41 11.59L3.59 8.76C4.95 7 7.89 4 12 4C16.08 4 19.03 7 20.4 8.77L17.59 11.59M13 13C13 13.55 12.55 14 12 14S11 13.55 11 13 11.45 12 12 12 13 12.45 13 13M13.5 20L12 21L10.5 20V18H13.5V20Z\" /></svg></li><li title=\"baseball diamond \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-baseball-diamond\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5.79 12.79L2 9C2 9 6 3 12 3S22 9 22 9L18.21 12.79L12 6.59L5.79 12.79M13.5 18H10.5V20L12 21L13.5 20V18M16.79 14.21L14.2 16.8C13.6 16.31 12.84 16 12 16S10.4 16.31 9.8 16.8L7.21 14.21L12 9.41L16.79 14.21M13 14C13 13.45 12.55 13 12 13S11 13.45 11 14 11.45 15 12 15 13 14.55 13 14Z\" /></svg></li><li title=\"baseball \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-baseball\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2C9.5,2 7.25,2.9 5.5,4.4C6,4.81 6.41,5.27 6.8,5.76L7.89,5.13L8.89,6.87L7.89,7.44C8.45,8.53 8.82,9.73 8.95,11H10V12L10,13H8.95C8.82,14.27 8.45,15.47 7.89,16.56L8.89,17.13L7.89,18.87L6.8,18.24C6.41,18.73 6,19.19 5.5,19.6C7.25,21.1 9.5,22 12,22C14.5,22 16.75,21.1 18.5,19.6C18,19.19 17.59,18.73 17.19,18.24L16.11,18.87L15.11,17.13L16.11,16.55C15.55,15.47 15.18,14.27 15.05,13H14V11H15.05C15.18,9.73 15.55,8.53 16.11,7.45L15.11,6.87L16.11,5.13L17.19,5.76C17.59,5.27 18,4.81 18.5,4.4C16.75,2.9 14.5,2 12,2M4.12,5.85C2.79,7.55 2,9.68 2,12C2,14.32 2.79,16.45 4.12,18.15C4.46,17.87 4.76,17.55 5.05,17.22L4.43,16.87L5.43,15.13L6.16,15.56C6.55,14.77 6.82,13.91 6.93,13H6V12L6,11H6.93C6.82,10.09 6.55,9.23 6.16,8.44L5.43,8.87L4.43,7.13L5.05,6.78C4.76,6.45 4.46,6.13 4.12,5.85M19.88,5.85C19.54,6.13 19.24,6.45 18.95,6.78L19.57,7.13L18.57,8.87L17.84,8.44C17.45,9.23 17.18,10.09 17.07,11H18V13H17.07C17.18,13.91 17.45,14.77 17.84,15.56L18.57,15.13L19.57,16.87L18.95,17.22C19.24,17.55 19.54,17.87 19.88,18.15C21.21,16.45 22,14.32 22,12C22,9.68 21.21,7.55 19.88,5.85Z\" /></svg></li><li title=\"bash \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bash\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5 9H7.31L7.63 6H9.63L9.31 9H11.31L11.63 6H13.63L13.31 9H15V11H13.1L12.9 13H15V15H12.69L12.37 18H10.37L10.69 15H8.69L8.37 18H6.37L6.69 15H5V13H6.9L7.1 11H5V9M9.1 11L8.9 13H10.9L11.1 11M19 6H17V14H19M19 16H17V18H19Z\" /></svg></li><li title=\"basket check outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-basket-check-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.63 16.27L17.76 20.17L16.41 18.8L15 20.22L17.75 23L23.03 17.68L21.63 16.27M14 15C14 16.1 13.1 17 12 17S10 16.1 10 15 10.9 13 12 13 14 13.9 14 15M13 20C13 19.66 13.04 19.33 13.09 19H5.5L3.31 11H20.7L19.86 14.07C20.54 14.17 21.18 14.37 21.76 14.68L22.97 10.27L23 10C23 9.45 22.55 9 22 9H17.21L12.83 2.44C12.64 2.16 12.32 2 12 2S11.36 2.16 11.17 2.45L6.79 9H2C1.45 9 1 9.45 1 10C1 10.09 1 10.18 1.04 10.27L3.58 19.54C3.81 20.38 4.58 21 5.5 21H13.09C13.04 20.67 13 20.34 13 20M12 4.8L14.8 9H9.2L12 4.8Z\" /></svg></li><li title=\"basket check \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-basket-check\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.63 16.27L17.76 20.17L16.41 18.8L15 20.22L17.75 23L23.03 17.68L21.63 16.27M13 20C13 16.69 15.69 14 19 14C20 14 20.92 14.24 21.74 14.67L22.96 10.29L23 10C23 9.45 22.55 9 22 9H17.42L12.83 2.44C12.65 2.17 12.34 2 12 2S11.36 2.17 11.18 2.43L6.58 9H2C1.45 9 1 9.45 1 10L1.1 10.44L3.71 19.9C4.04 20.55 4.72 21 5.5 21H13.09C13.04 20.67 13 20.34 13 20M12 4.74L15 9H9L12 4.74M10 15C10 13.9 10.9 13 12 13S14 13.9 14 15 13.11 17 12 17 10 16.11 10 15Z\" /></svg></li><li title=\"basket fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-basket-fill\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,2H6V5H3V2M6,7H9V10H6V7M8,2H11V5H8V2M17,11L12,6H15V2H19V6H22L17,11M7.5,22C6.72,22 6.04,21.55 5.71,20.9V20.9L3.1,13.44L3,13A1,1 0 0,1 4,12H20A1,1 0 0,1 21,13L20.96,13.29L18.29,20.9C17.96,21.55 17.28,22 16.5,22H7.5M7.61,20H16.39L18.57,14H5.42L7.61,20Z\" /></svg></li><li title=\"basket minus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-basket-minus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23 18V20H15V18H23M12 13C10.9 13 10 13.9 10 15S10.9 17 12 17 14 16.1 14 15 13.1 13 12 13M13.35 21H5.5C4.58 21 3.81 20.38 3.58 19.54L1.04 10.27C1 10.18 1 10.09 1 10C1 9.45 1.45 9 2 9H6.79L11.17 2.45C11.36 2.16 11.68 2 12 2S12.64 2.16 12.83 2.44L17.21 9H22C22.55 9 23 9.45 23 10L22.97 10.27L22 13.81C21.43 13.5 20.79 13.24 20.12 13.11L20.7 11H3.31L5.5 19H13C13 19.7 13.13 20.37 13.35 21M9.2 9H14.8L12 4.8L9.2 9Z\" /></svg></li><li title=\"basket minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-basket-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23 18V20H15V18H23M23 10L22.96 10.29L22 13.8C21.11 13.29 20.09 13 19 13C15.69 13 13 15.69 13 19C13 19.7 13.13 20.37 13.35 21H5.5C4.72 21 4.04 20.55 3.71 19.9L1.1 10.44L1 10C1 9.45 1.45 9 2 9H6.58L11.18 2.43C11.36 2.17 11.66 2 12 2S12.65 2.17 12.83 2.44L17.42 9H22C22.55 9 23 9.45 23 10M14 15C14 13.9 13.11 13 12 13S10 13.9 10 15 10.9 17 12 17 14 16.11 14 15M15 9L12 4.74L9 9H15Z\" /></svg></li><li title=\"basket off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-basket-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2.39 1.73L1.11 3L6.92 8.81L6.79 9H2C1.45 9 1 9.45 1 10C1 10.09 1 10.18 1.04 10.27L3.58 19.54C3.81 20.38 4.58 21 5.5 21H18.5C18.68 21 18.86 20.96 19.03 20.92L20.84 22.73L22.11 21.46L2.39 1.73M5.5 19L3.31 11H9.11L11.26 13.15C10.5 13.44 10 14.16 10 15C10 16.1 10.9 17 12 17C12.84 17 13.56 16.5 13.85 15.74L17.11 19H5.5M23 10L22.97 10.27L20.93 17.73L19.3 16.1L20.7 11H14.2L12.2 9H14.8L12 4.8L10.4 7.2L8.96 5.76L11.17 2.45C11.36 2.16 11.68 2 12 2S12.64 2.16 12.83 2.44L17.21 9H22C22.55 9 23 9.45 23 10Z\" /></svg></li><li title=\"basket off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-basket-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23 10L22.96 10.29L20.9 17.7L12.2 9H15L12 4.74L10.32 7.12L8.89 5.69L11.18 2.43C11.36 2.17 11.66 2 12 2S12.65 2.17 12.83 2.44L17.42 9H22C22.55 9 23 9.45 23 10M22.11 21.46L20.84 22.73L19.03 20.92C18.86 20.97 18.68 21 18.5 21H5.5C4.72 21 4.04 20.55 3.71 19.9L1.1 10.44L1 10C1 9.45 1.45 9 2 9H6.58L6.8 8.69L1.11 3L2.39 1.73L22.11 21.46M13.85 15.74L11.26 13.15C10.5 13.44 10 14.16 10 15C10 16.11 10.9 17 12 17C12.84 17 13.56 16.5 13.85 15.74Z\" /></svg></li><li title=\"basket outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-basket-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 9H17.21L12.83 2.44C12.64 2.16 12.32 2 12 2S11.36 2.16 11.17 2.45L6.79 9H2C1.45 9 1 9.45 1 10C1 10.09 1 10.18 1.04 10.27L3.58 19.54C3.81 20.38 4.58 21 5.5 21H18.5C19.42 21 20.19 20.38 20.43 19.54L22.97 10.27L23 10C23 9.45 22.55 9 22 9M12 4.8L14.8 9H9.2L12 4.8M18.5 19L5.5 19L3.31 11H20.7L18.5 19M12 13C10.9 13 10 13.9 10 15S10.9 17 12 17 14 16.1 14 15 13.1 13 12 13Z\" /></svg></li><li title=\"basket plus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-basket-plus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 15V18H23V20H20V23H18V20H15V18H18V15H20M12 13C10.9 13 10 13.9 10 15S10.9 17 12 17 14 16.1 14 15 13.1 13 12 13M13.35 21H5.5C4.58 21 3.81 20.38 3.58 19.54L1.04 10.27C1 10.18 1 10.09 1 10C1 9.45 1.45 9 2 9H6.79L11.17 2.45C11.36 2.16 11.68 2 12 2S12.64 2.16 12.83 2.44L17.21 9H22C22.55 9 23 9.45 23 10L22.97 10.27L22 13.81C21.43 13.5 20.79 13.24 20.12 13.11L20.7 11H3.31L5.5 19H13C13 19.7 13.13 20.37 13.35 21M9.2 9H14.8L12 4.8L9.2 9Z\" /></svg></li><li title=\"basket plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-basket-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 15V18H23V20H20V23H18V20H15V18H18V15H20M23 10L22.96 10.29L22 13.8C21.11 13.29 20.09 13 19 13C15.69 13 13 15.69 13 19C13 19.7 13.13 20.37 13.35 21H5.5C4.72 21 4.04 20.55 3.71 19.9L1.1 10.44L1 10C1 9.45 1.45 9 2 9H6.58L11.18 2.43C11.36 2.17 11.66 2 12 2S12.65 2.17 12.83 2.44L17.42 9H22C22.55 9 23 9.45 23 10M14 15C14 13.9 13.11 13 12 13S10 13.9 10 15 10.9 17 12 17 14 16.11 14 15M15 9L12 4.74L9 9H15Z\" /></svg></li><li title=\"basket remove outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-basket-remove-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.54 16.88L20.41 19L22.54 21.12L21.12 22.54L19 20.41L16.88 22.54L15.47 21.12L17.59 19L15.47 16.88L16.88 15.47L19 17.59L21.12 15.46L22.54 16.88M12 13C10.9 13 10 13.9 10 15S10.9 17 12 17 14 16.1 14 15 13.1 13 12 13M13.35 21H5.5C4.58 21 3.81 20.38 3.58 19.54L1.04 10.27C1 10.18 1 10.09 1 10C1 9.45 1.45 9 2 9H6.79L11.17 2.45C11.36 2.16 11.68 2 12 2S12.64 2.16 12.83 2.44L17.21 9H22C22.55 9 23 9.45 23 10L22.97 10.27L22 13.81C21.43 13.5 20.79 13.24 20.12 13.11L20.7 11H3.31L5.5 19H13C13 19.7 13.13 20.37 13.35 21M9.2 9H14.8L12 4.8L9.2 9Z\" /></svg></li><li title=\"basket remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-basket-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.54 16.88L20.41 19L22.54 21.12L21.12 22.54L19 20.41L16.88 22.54L15.47 21.12L17.59 19L15.47 16.88L16.88 15.47L19 17.59L21.12 15.46L22.54 16.88M23 10L22.96 10.29L22 13.8C21.11 13.29 20.09 13 19 13C15.69 13 13 15.69 13 19C13 19.7 13.13 20.37 13.35 21H5.5C4.72 21 4.04 20.55 3.71 19.9L1.1 10.44L1 10C1 9.45 1.45 9 2 9H6.58L11.18 2.43C11.36 2.17 11.66 2 12 2S12.65 2.17 12.83 2.44L17.42 9H22C22.55 9 23 9.45 23 10M14 15C14 13.9 13.11 13 12 13S10 13.9 10 15 10.9 17 12 17 14 16.11 14 15M15 9L12 4.74L9 9H15Z\" /></svg></li><li title=\"basket unfill \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-basket-unfill\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,10H6V7H3V10M5,5H8V2H5V5M8,10H11V7H8V10M17,1L12,6H15V10H19V6H22L17,1M7.5,22C6.72,22 6.04,21.55 5.71,20.9V20.9L3.1,13.44L3,13A1,1 0 0,1 4,12H20A1,1 0 0,1 21,13L20.96,13.29L18.29,20.9C17.96,21.55 17.28,22 16.5,22H7.5M7.61,20H16.39L18.57,14H5.42L7.61,20Z\" /></svg></li><li title=\"basket \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-basket\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5.5,21C4.72,21 4.04,20.55 3.71,19.9V19.9L1.1,10.44L1,10A1,1 0 0,1 2,9H6.58L11.18,2.43C11.36,2.17 11.66,2 12,2C12.34,2 12.65,2.17 12.83,2.44L17.42,9H22A1,1 0 0,1 23,10L22.96,10.29L20.29,19.9C19.96,20.55 19.28,21 18.5,21H5.5M12,4.74L9,9H15L12,4.74M12,13A2,2 0 0,0 10,15A2,2 0 0,0 12,17A2,2 0 0,0 14,15A2,2 0 0,0 12,13Z\" /></svg></li><li title=\"basketball hoop outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-basketball-hoop-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,2H3A2,2 0 0,0 1,4V16A2,2 0 0,0 3,18H6.57L8,23L10,21L12,23L14,21L16,23L17.43,18H21A2,2 0 0,0 23,16V4A2,2 0 0,0 21,2M21,16H18V14H17V9A2,2 0 0,0 15,7H9A2,2 0 0,0 7,9V14H6V16H3V4H21V16M9,14V9H15V14H9Z\" /></svg></li><li title=\"basketball hoop \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-basketball-hoop\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,2H3A2,2 0 0,0 1,4V16A2,2 0 0,0 3,18H5V14H19V18H21A2,2 0 0,0 23,16V4A2,2 0 0,0 21,2M17,12H15V9H9V12H7V9A2,2 0 0,1 9,7H15A2,2 0 0,1 17,9V12M7,16V19.5L8,23L10,21L12,23L14,21L16,23L17,19.5V16H7Z\" /></svg></li><li title=\"basketball \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-basketball\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2.34,14.63C2.94,14.41 3.56,14.3 4.22,14.3C5.56,14.3 6.73,14.72 7.73,15.56L4.59,18.7C3.53,17.5 2.78,16.13 2.34,14.63M15.56,9.8C17.53,11.27 19.66,11.63 21.94,10.88C21.97,11.09 22,11.47 22,12C22,13.03 21.75,14.18 21.28,15.45C20.81,16.71 20.23,17.73 19.55,18.5L13.22,12.19L15.56,9.8M8.77,16.64C9.83,18.17 10.05,19.84 9.42,21.66C8,21.25 6.73,20.61 5.67,19.73L8.77,16.64M12.19,13.22L18.5,19.55C16.33,21.45 13.78,22.25 10.88,21.94C11.09,21.28 11.2,20.56 11.2,19.78C11.2,19.16 11.06,18.43 10.78,17.6C10.5,16.77 10.17,16.09 9.8,15.56L12.19,13.22M8.81,14.5C7.88,13.67 6.8,13.15 5.58,12.91C4.36,12.68 3.19,12.75 2.06,13.13C2.03,12.91 2,12.53 2,12C2,10.97 2.25,9.82 2.72,8.55C3.19,7.29 3.77,6.27 4.45,5.5L11.11,12.19L8.81,14.5M15.56,7.73C14.22,6.08 13.91,4.28 14.63,2.34C15.25,2.5 15.96,2.8 16.76,3.26C17.55,3.71 18.2,4.16 18.7,4.59L15.56,7.73M21.66,9.38C21.06,9.59 20.44,9.7 19.78,9.7C18.69,9.7 17.64,9.38 16.64,8.72L19.73,5.67C20.61,6.77 21.25,8 21.66,9.38M12.19,11.11L5.5,4.45C7.67,2.55 10.22,1.75 13.13,2.06C12.91,2.72 12.8,3.44 12.8,4.22C12.8,4.94 12.96,5.75 13.29,6.66C13.62,7.56 14,8.28 14.5,8.81L12.19,11.11Z\" /></svg></li><li title=\"bat \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bat\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M0.75,8C0.75,8 5,7 8,9C8,9 8.5,12.75 10.5,12.75V11C10.5,11 11,12 12,12C13,12 13.5,11 13.5,11V12.75C15.5,12.75 16,9 16,9C19,7 23.25,8 23.25,8C21.25,9 21,12.5 21,12.5C17,12.5 17,15.75 17,15.75C12,14.75 12,18.5 12,18.5C12,18.5 12,14.75 7,15.75C7,15.75 7,12.5 3,12.5C3,12.5 2.75,9 0.75,8Z\" /></svg></li><li title=\"bathtub outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bathtub-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7 5C8.11 5 9 5.9 9 7S8.11 9 7 9 5 8.11 5 7 5.9 5 7 5M20 13V4.83C20 3.27 18.73 2 17.17 2C16.42 2 15.7 2.3 15.17 2.83L13.92 4.08C13.76 4.03 13.59 4 13.41 4C13 4 12.64 4.12 12.33 4.32L15.09 7.08C15.29 6.77 15.41 6.4 15.41 6C15.41 5.82 15.38 5.66 15.34 5.5L16.59 4.24C16.74 4.09 16.95 4 17.17 4C17.63 4 18 4.37 18 4.83V13H11.15C10.85 12.79 10.58 12.55 10.33 12.28L8.93 10.73C8.74 10.5 8.5 10.35 8.24 10.23C7.93 10.08 7.59 10 7.24 10C6 10 5 11 5 12.25V13H2V19C2 20.1 2.9 21 4 21C4 21.55 4.45 22 5 22H19C19.55 22 20 21.55 20 21C21.1 21 22 20.1 22 19V13H20M20 19H4V15H20V19Z\" /></svg></li><li title=\"bathtub \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bathtub\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7 5C8.11 5 9 5.9 9 7S8.11 9 7 9 5 8.11 5 7 5.9 5 7 5M20 13V4.83C20 3.27 18.73 2 17.17 2C16.42 2 15.7 2.3 15.17 2.83L13.92 4.08C13.76 4.03 13.59 4 13.41 4C13 4 12.64 4.12 12.33 4.32L15.09 7.08C15.29 6.77 15.41 6.4 15.41 6C15.41 5.82 15.38 5.66 15.34 5.5L16.59 4.24C16.74 4.09 16.95 4 17.17 4C17.63 4 18 4.37 18 4.83V13H11.15C10.85 12.79 10.58 12.55 10.33 12.28L8.93 10.73C8.74 10.5 8.5 10.35 8.24 10.23C7.93 10.08 7.59 10 7.24 10C6 10 5 11 5 12.25V13H2V19C2 20.1 2.9 21 4 21C4 21.55 4.45 22 5 22H19C19.55 22 20 21.55 20 21C21.1 21 22 20.1 22 19V13H20Z\" /></svg></li><li title=\"battery 10 bluetooth \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-10-bluetooth\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,2V4H3.33A1.33,1.33 0 0,0 2,5.33V20.67C2,21.4 2.6,22 3.33,22H12.67C13.4,22 14,21.4 14,20.67V5.33A1.33,1.33 0 0,0 12.67,4H11V2H5M4,6H12V18H4V6M19,8V11.79L16.71,9.5L16,10.21L18.79,13L16,15.79L16.71,16.5L19,14.21V18H19.5L22.35,15.14L20.21,13L22.35,10.85L19.5,8H19M20,9.91L20.94,10.85L20,11.79V9.91M20,14.21L20.94,15.14L20,16.08V14.21Z\" /></svg></li><li title=\"battery 10 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-10\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,18H8V6H16M16.67,4H15V2H9V4H7.33A1.33,1.33 0 0,0 6,5.33V20.67C6,21.4 6.6,22 7.33,22H16.67A1.33,1.33 0 0,0 18,20.67V5.33C18,4.6 17.4,4 16.67,4Z\" /></svg></li><li title=\"battery 20 bluetooth \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-20-bluetooth\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,2V4H3.33A1.33,1.33 0 0,0 2,5.33V20.67C2,21.4 2.6,22 3.33,22H12.67C13.4,22 14,21.4 14,20.67V5.33A1.33,1.33 0 0,0 12.67,4H11V2H5M4,6H12V17H4V6M19,8V11.79L16.71,9.5L16,10.21L18.79,13L16,15.79L16.71,16.5L19,14.21V18H19.5L22.35,15.14L20.21,13L22.35,10.85L19.5,8H19M20,9.91L20.94,10.85L20,11.79V9.91M20,14.21L20.94,15.14L20,16.08V14.21Z\" /></svg></li><li title=\"battery 20 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-20\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,17H8V6H16M16.67,4H15V2H9V4H7.33A1.33,1.33 0 0,0 6,5.33V20.67C6,21.4 6.6,22 7.33,22H16.67A1.33,1.33 0 0,0 18,20.67V5.33C18,4.6 17.4,4 16.67,4Z\" /></svg></li><li title=\"battery 30 bluetooth \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-30-bluetooth\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,2V4H3.33A1.33,1.33 0 0,0 2,5.33V20.67C2,21.4 2.6,22 3.33,22H12.67C13.4,22 14,21.4 14,20.67V5.33A1.33,1.33 0 0,0 12.67,4H11V2H5M4,6H12V15H4V6M19,8V11.79L16.71,9.5L16,10.21L18.79,13L16,15.79L16.71,16.5L19,14.21V18H19.5L22.35,15.14L20.21,13L22.35,10.85L19.5,8H19M20,9.91L20.94,10.85L20,11.79V9.91M20,14.21L20.94,15.14L20,16.08V14.21Z\" /></svg></li><li title=\"battery 30 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-30\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,15H8V6H16M16.67,4H15V2H9V4H7.33A1.33,1.33 0 0,0 6,5.33V20.67C6,21.4 6.6,22 7.33,22H16.67A1.33,1.33 0 0,0 18,20.67V5.33C18,4.6 17.4,4 16.67,4Z\" /></svg></li><li title=\"battery 40 bluetooth \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-40-bluetooth\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,2V4H3.33A1.33,1.33 0 0,0 2,5.33V20.67C2,21.4 2.6,22 3.33,22H12.67C13.4,22 14,21.4 14,20.67V5.33A1.33,1.33 0 0,0 12.67,4H11V2H5M4,6H12V14H4V6M19,8V11.79L16.71,9.5L16,10.21L18.79,13L16,15.79L16.71,16.5L19,14.21V18H19.5L22.35,15.14L20.21,13L22.35,10.85L19.5,8H19M20,9.91L20.94,10.85L20,11.79V9.91M20,14.21L20.94,15.14L20,16.08V14.21Z\" /></svg></li><li title=\"battery 40 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-40\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,14H8V6H16M16.67,4H15V2H9V4H7.33A1.33,1.33 0 0,0 6,5.33V20.67C6,21.4 6.6,22 7.33,22H16.67A1.33,1.33 0 0,0 18,20.67V5.33C18,4.6 17.4,4 16.67,4Z\" /></svg></li><li title=\"battery 50 bluetooth \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-50-bluetooth\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,2V4H3.33A1.33,1.33 0 0,0 2,5.33V20.67C2,21.4 2.6,22 3.33,22H12.67C13.4,22 14,21.4 14,20.67V5.33A1.33,1.33 0 0,0 12.67,4H11V2H5M4,6H12V13H4V6M19,8V11.79L16.71,9.5L16,10.21L18.79,13L16,15.79L16.71,16.5L19,14.21V18H19.5L22.35,15.14L20.21,13L22.35,10.85L19.5,8H19M20,9.91L20.94,10.85L20,11.79V9.91M20,14.21L20.94,15.14L20,16.08V14.21Z\" /></svg></li><li title=\"battery 50 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-50\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,13H8V6H16M16.67,4H15V2H9V4H7.33A1.33,1.33 0 0,0 6,5.33V20.67C6,21.4 6.6,22 7.33,22H16.67A1.33,1.33 0 0,0 18,20.67V5.33C18,4.6 17.4,4 16.67,4Z\" /></svg></li><li title=\"battery 60 bluetooth \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-60-bluetooth\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,2V4H3.33A1.33,1.33 0 0,0 2,5.33V20.67C2,21.4 2.6,22 3.33,22H12.67C13.4,22 14,21.4 14,20.67V5.33A1.33,1.33 0 0,0 12.67,4H11V2H5M4,6H12V12H4V6M19,8V11.79L16.71,9.5L16,10.21L18.79,13L16,15.79L16.71,16.5L19,14.21V18H19.5L22.35,15.14L20.21,13L22.35,10.85L19.5,8H19M20,9.91L20.94,10.85L20,11.79V9.91M20,14.21L20.94,15.14L20,16.08V14.21Z\" /></svg></li><li title=\"battery 60 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-60\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,12H8V6H16M16.67,4H15V2H9V4H7.33A1.33,1.33 0 0,0 6,5.33V20.67C6,21.4 6.6,22 7.33,22H16.67A1.33,1.33 0 0,0 18,20.67V5.33C18,4.6 17.4,4 16.67,4Z\" /></svg></li><li title=\"battery 70 bluetooth \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-70-bluetooth\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,2V4H3.33A1.33,1.33 0 0,0 2,5.33V20.67C2,21.4 2.6,22 3.33,22H12.67C13.4,22 14,21.4 14,20.67V5.33A1.33,1.33 0 0,0 12.67,4H11V2H5M4,6H12V10H4V6M19,8V11.79L16.71,9.5L16,10.21L18.79,13L16,15.79L16.71,16.5L19,14.21V18H19.5L22.35,15.14L20.21,13L22.35,10.85L19.5,8H19M20,9.91L20.94,10.85L20,11.79V9.91M20,14.21L20.94,15.14L20,16.08V14.21Z\" /></svg></li><li title=\"battery 70 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-70\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,10H8V6H16M16.67,4H15V2H9V4H7.33A1.33,1.33 0 0,0 6,5.33V20.67C6,21.4 6.6,22 7.33,22H16.67A1.33,1.33 0 0,0 18,20.67V5.33C18,4.6 17.4,4 16.67,4Z\" /></svg></li><li title=\"battery 80 bluetooth \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-80-bluetooth\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,2V4H3.33A1.33,1.33 0 0,0 2,5.33V20.67C2,21.4 2.6,22 3.33,22H12.67C13.4,22 14,21.4 14,20.67V5.33A1.33,1.33 0 0,0 12.67,4H11V2H5M4,6H12V9H4V6M19,8V11.79L16.71,9.5L16,10.21L18.79,13L16,15.79L16.71,16.5L19,14.21V18H19.5L22.35,15.14L20.21,13L22.35,10.85L19.5,8H19M20,9.91L20.94,10.85L20,11.79V9.91M20,14.21L20.94,15.14L20,16.08V14.21Z\" /></svg></li><li title=\"battery 80 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-80\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,9H8V6H16M16.67,4H15V2H9V4H7.33A1.33,1.33 0 0,0 6,5.33V20.67C6,21.4 6.6,22 7.33,22H16.67A1.33,1.33 0 0,0 18,20.67V5.33C18,4.6 17.4,4 16.67,4Z\" /></svg></li><li title=\"battery 90 bluetooth \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-90-bluetooth\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,2V4H3.33A1.33,1.33 0 0,0 2,5.33V20.67C2,21.4 2.6,22 3.33,22H12.67C13.4,22 14,21.4 14,20.67V5.33A1.33,1.33 0 0,0 12.67,4H11V2H5M4,6H12V8H4V6M19,8V11.79L16.71,9.5L16,10.21L18.79,13L16,15.79L16.71,16.5L19,14.21V18H19.5L22.35,15.14L20.21,13L22.35,10.85L19.5,8H19M20,9.91L20.94,10.85L20,11.79V9.91M20,14.21L20.94,15.14L20,16.08V14.21Z\" /></svg></li><li title=\"battery 90 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-90\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,8H8V6H16M16.67,4H15V2H9V4H7.33A1.33,1.33 0 0,0 6,5.33V20.67C6,21.4 6.6,22 7.33,22H16.67A1.33,1.33 0 0,0 18,20.67V5.33C18,4.6 17.4,4 16.67,4Z\" /></svg></li><li title=\"battery alert bluetooth \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-alert-bluetooth\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5 2V4H3.3C2.6 4 2 4.6 2 5.3V20.6C2 21.4 2.6 22 3.3 22H12.6C13.3 22 13.9 21.4 13.9 20.7V5.3C14 4.6 13.4 4 12.7 4H11V2H5M19 8V11.8L16.7 9.5L16 10.2L18.8 13L16 15.8L16.7 16.5L19 14.2V18H19.5L22.4 15.1L20.2 13L22.3 10.9L19.5 8H19M7 8H9V14H7M20 9.9L20.9 10.8L20 11.8V9.9M20 14.2L20.9 15.1L20 16.1V14.2M7 16H9V18H7V16Z\" /></svg></li><li title=\"battery alert variant outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-alert-variant-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14 20H6V6H14M14.67 4H13V2H7V4H5.33C4.6 4 4 4.6 4 5.33V20.67C4 21.4 4.6 22 5.33 22H14.67C15.4 22 16 21.4 16 20.67V5.33C16 4.6 15.4 4 14.67 4M21 7H19V13H21V8M21 15H19V17H21V15Z\" /></svg></li><li title=\"battery alert variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-alert-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.67 4H13V2H7V4H5.33C4.6 4 4 4.6 4 5.33V20.67C4 21.4 4.6 22 5.33 22H14.67C15.4 22 16 21.4 16 20.67V5.33C16 4.6 15.4 4 14.67 4M21 13H19V7H21V13M21 17H19V15H21V17Z\" /></svg></li><li title=\"battery alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 14H11V8H13M13 18H11V16H13M16.7 4H15V2H9V4H7.3C6.6 4 6 4.6 6 5.3V20.6C6 21.4 6.6 22 7.3 22H16.6C17.3 22 17.9 21.4 17.9 20.7V5.3C18 4.6 17.4 4 16.7 4Z\" /></svg></li><li title=\"battery arrow down outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-arrow-down-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.54 22H7.33C6.6 22 6 21.4 6 20.67V5.33C6 4.6 6.6 4 7.33 4H9V2H15V4H16.67C17.4 4 18 4.6 18 5.33V12C17.3 12 16.63 12.13 16 12.35V6H8V20H12.35C12.61 20.75 13 21.42 13.54 22M14.94 18.5L17.94 21.5L20.94 18.5H18.94V14.5H16.94V18.5H14.94\" /></svg></li><li title=\"battery arrow down \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-arrow-down\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.54 22H7.33C6.6 22 6 21.4 6 20.67V5.33C6 4.6 6.6 4 7.33 4H9V2H15V4H16.67C17.4 4 18 4.6 18 5.33V12C14.69 12 12 14.69 12 18C12 19.54 12.58 20.94 13.54 22M14.94 18.5L17.94 21.5L20.94 18.5H18.94V14.5H16.94V18.5H14.94\" /></svg></li><li title=\"battery arrow up outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-arrow-up-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.54 22H7.33C6.6 22 6 21.4 6 20.67V5.33C6 4.6 6.6 4 7.33 4H9V2H15V4H16.67C17.4 4 18 4.6 18 5.33V12C17.3 12 16.63 12.13 16 12.35V6H8V20H12.35C12.61 20.75 13 21.42 13.54 22M20.94 17.5L17.94 14.5L14.94 17.5H16.94V21.5H18.94V17.5H20.94\" /></svg></li><li title=\"battery arrow up \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-arrow-up\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.54 22H7.33C6.6 22 6 21.4 6 20.67V5.33C6 4.6 6.6 4 7.33 4H9V2H15V4H16.67C17.4 4 18 4.6 18 5.33V12C14.69 12 12 14.69 12 18C12 19.54 12.58 20.94 13.54 22M20.94 17.5L17.94 14.5L14.94 17.5H16.94V21.5H18.94V17.5H20.94\" /></svg></li><li title=\"battery bluetooth variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-bluetooth-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,2V4H7.33A1.33,1.33 0 0,0 6,5.33V20.67C6,21.4 6.6,22 7.33,22H16.67A1.33,1.33 0 0,0 18,20.67V5.33C18,4.6 17.4,4 16.67,4H15V2H9M11.83,8H12.33L15.18,10.85L13.04,13L15.17,15.14L12.33,18H11.83V14.21L9.54,16.5L8.83,15.79L11.62,13L8.83,10.21L9.54,9.5L11.83,11.79V8M12.83,9.91V11.79L13.77,10.85L12.83,9.91M12.83,14.21V16.08L13.77,15.14L12.83,14.21Z\" /></svg></li><li title=\"battery bluetooth \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-bluetooth\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,2V4H3.33A1.33,1.33 0 0,0 2,5.33V20.67C2,21.4 2.6,22 3.33,22H12.67C13.4,22 14,21.4 14,20.67V5.33A1.33,1.33 0 0,0 12.67,4H11V2H5M19,8V11.79L16.71,9.5L16,10.21L18.79,13L16,15.79L16.71,16.5L19,14.21V18H19.5L22.35,15.14L20.21,13L22.35,10.85L19.5,8H19M20,9.91L20.94,10.85L20,11.79V9.91M20,14.21L20.94,15.14L20,16.08V14.21Z\" /></svg></li><li title=\"battery charging 10 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-charging-10\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23.05,11H20.05V4L15.05,14H18.05V22M12,18H4L4.05,6H12.05M12.72,4H11.05V2H5.05V4H3.38A1.33,1.33 0 0,0 2.05,5.33V20.67C2.05,21.4 2.65,22 3.38,22H12.72C13.45,22 14.05,21.4 14.05,20.67V5.33A1.33,1.33 0 0,0 12.72,4Z\" /></svg></li><li title=\"battery charging 100 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-charging-100\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23,11H20V4L15,14H18V22M12.67,4H11V2H5V4H3.33A1.33,1.33 0 0,0 2,5.33V20.67C2,21.4 2.6,22 3.33,22H12.67C13.4,22 14,21.4 14,20.67V5.33A1.33,1.33 0 0,0 12.67,4Z\" /></svg></li><li title=\"battery charging 20 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-charging-20\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23.05,11H20.05V4L15.05,14H18.05V22M12.05,17H4.05V6H12.05M12.72,4H11.05V2H5.05V4H3.38A1.33,1.33 0 0,0 2.05,5.33V20.67C2.05,21.4 2.65,22 3.38,22H12.72C13.45,22 14.05,21.4 14.05,20.67V5.33A1.33,1.33 0 0,0 12.72,4Z\" /></svg></li><li title=\"battery charging 30 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-charging-30\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,15H4V6H12M12.67,4H11V2H5V4H3.33A1.33,1.33 0 0,0 2,5.33V20.67C2,21.4 2.6,22 3.33,22H12.67C13.4,22 14,21.4 14,20.67V5.33A1.33,1.33 0 0,0 12.67,4M23,11H20V4L15,14H18V22L23,11Z\" /></svg></li><li title=\"battery charging 40 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-charging-40\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 4H11V2H5V4H3C2.4 4 2 4.4 2 5V21C2 21.6 2.4 22 3 22H13C13.6 22 14 21.6 14 21V5C14 4.4 13.6 4 13 4M12 14.5H4V6H12V14.5M23 11H20V4L15 14H18V22\" /></svg></li><li title=\"battery charging 50 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-charging-50\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23,11H20V4L15,14H18V22M12,13H4V6H12M12.67,4H11V2H5V4H3.33A1.33,1.33 0 0,0 2,5.33V20.67C2,21.4 2.6,22 3.33,22H12.67C13.4,22 14,21.4 14,20.67V5.33A1.33,1.33 0 0,0 12.67,4Z\" /></svg></li><li title=\"battery charging 60 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-charging-60\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,11H4V6H12M12.67,4H11V2H5V4H3.33A1.33,1.33 0 0,0 2,5.33V20.67C2,21.4 2.6,22 3.33,22H12.67C13.4,22 14,21.4 14,20.67V5.33A1.33,1.33 0 0,0 12.67,4M23,11H20V4L15,14H18V22L23,11Z\" /></svg></li><li title=\"battery charging 70 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-charging-70\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,10H4V6H12M12.67,4H11V2H5V4H3.33A1.33,1.33 0 0,0 2,5.33V20.67C2,21.4 2.6,22 3.33,22H12.67C13.4,22 14,21.4 14,20.67V5.33A1.33,1.33 0 0,0 12.67,4M23,11H20V4L15,14H18V22L23,11Z\" /></svg></li><li title=\"battery charging 80 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-charging-80\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23,11H20V4L15,14H18V22M12,9H4V6H12M12.67,4H11V2H5V4H3.33A1.33,1.33 0 0,0 2,5.33V20.67C2,21.4 2.6,22 3.33,22H12.67C13.4,22 14,21.4 14,20.67V5.33A1.33,1.33 0 0,0 12.67,4Z\" /></svg></li><li title=\"battery charging 90 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-charging-90\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23,11H20V4L15,14H18V22M12,8H4V6H12M12.67,4H11V2H5V4H3.33A1.33,1.33 0 0,0 2,5.33V20.67C2,21.4 2.6,22 3.33,22H12.67C13.4,22 14,21.4 14,20.67V5.33A1.33,1.33 0 0,0 12.67,4Z\" /></svg></li><li title=\"battery charging high \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-charging-high\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 20H4V6H12M12.67 4H11V2H5V4H3.33C2.6 4 2 4.6 2 5.33V20.67C2 21.4 2.6 22 3.33 22H12.67C13.41 22 14 21.41 14 20.67V5.33C14 4.6 13.4 4 12.67 4M11 16H5V19H11V16M11 7H5V10H11V7M11 11.5H5V14.5H11V11.5M23 10H20V3L15 13H18V21\" /></svg></li><li title=\"battery charging low \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-charging-low\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 20H4V6H12M12.67 4H11V2H5V4H3.33C2.6 4 2 4.6 2 5.33V20.67C2 21.4 2.6 22 3.33 22H12.67C13.41 22 14 21.41 14 20.67V5.33C14 4.6 13.4 4 12.67 4M11 16H5V19H11V16M23 10H20V3L15 13H18V21\" /></svg></li><li title=\"battery charging medium \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-charging-medium\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 20H4V6H12M12.67 4H11V2H5V4H3.33C2.6 4 2 4.6 2 5.33V20.67C2 21.4 2.6 22 3.33 22H12.67C13.41 22 14 21.41 14 20.67V5.33C14 4.6 13.4 4 12.67 4M11 16H5V19H11V16M11 11.5H5V14.5H11V11.5M23 10H20V3L15 13H18V21\" /></svg></li><li title=\"battery charging outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-charging-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23.05,11H20.05V4L15.05,14H18.05V22M12,20H4L4.05,6H12.05M12.72,4H11.05V2H5.05V4H3.38A1.33,1.33 0 0,0 2.05,5.33V20.67C2.05,21.4 2.65,22 3.38,22H12.72C13.45,22 14.05,21.4 14.05,20.67V5.33A1.33,1.33 0 0,0 12.72,4Z\" /></svg></li><li title=\"battery charging wireless 10 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-charging-wireless-10\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.07,4.93L18.66,6.34C21.79,9.46 21.79,14.53 18.66,17.66L20.07,19.07C23.97,15.17 23.97,8.84 20.07,4.93M17.24,7.76L15.83,9.17C17.39,10.73 17.39,13.26 15.83,14.83L17.24,16.24C19.58,13.9 19.58,10.1 17.24,7.76M13,4H11V2H5V4H3A1,1 0 0,0 2,5V21A1,1 0 0,0 3,22H13A1,1 0 0,0 14,21V5A1,1 0 0,0 13,4M12,18.5H4V6H12V18.5Z\" /></svg></li><li title=\"battery charging wireless 20 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-charging-wireless-20\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.07,4.93L18.66,6.34C21.79,9.46 21.79,14.53 18.66,17.66L20.07,19.07C23.97,15.17 23.97,8.84 20.07,4.93M17.24,7.76L15.83,9.17C17.39,10.73 17.39,13.26 15.83,14.83L17.24,16.24C19.58,13.9 19.58,10.1 17.24,7.76M13,4H11V2H5V4H3A1,1 0 0,0 2,5V21A1,1 0 0,0 3,22H13A1,1 0 0,0 14,21V5A1,1 0 0,0 13,4M12,17H4V6H12V17Z\" /></svg></li><li title=\"battery charging wireless 30 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-charging-wireless-30\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.07,4.93L18.66,6.34C21.79,9.46 21.79,14.53 18.66,17.66L20.07,19.07C23.97,15.17 23.97,8.84 20.07,4.93M17.24,7.76L15.83,9.17C17.39,10.73 17.39,13.26 15.83,14.83L17.24,16.24C19.58,13.9 19.58,10.1 17.24,7.76M13,4H11V2H5V4H3A1,1 0 0,0 2,5V21A1,1 0 0,0 3,22H13A1,1 0 0,0 14,21V5A1,1 0 0,0 13,4M12,16H4V6H12V16Z\" /></svg></li><li title=\"battery charging wireless 40 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-charging-wireless-40\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.07,4.93L18.66,6.34C21.79,9.46 21.79,14.53 18.66,17.66L20.07,19.07C23.97,15.17 23.97,8.84 20.07,4.93M17.24,7.76L15.83,9.17C17.39,10.73 17.39,13.26 15.83,14.83L17.24,16.24C19.58,13.9 19.58,10.1 17.24,7.76M13,4H11V2H5V4H3A1,1 0 0,0 2,5V21A1,1 0 0,0 3,22H13A1,1 0 0,0 14,21V5A1,1 0 0,0 13,4M12,14.5H4V6H12V14.5Z\" /></svg></li><li title=\"battery charging wireless 50 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-charging-wireless-50\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.07,4.93L18.66,6.34C21.79,9.46 21.79,14.53 18.66,17.66L20.07,19.07C23.97,15.17 23.97,8.84 20.07,4.93M17.24,7.76L15.83,9.17C17.39,10.73 17.39,13.26 15.83,14.83L17.24,16.24C19.58,13.9 19.58,10.1 17.24,7.76M13,4H11V2H5V4H3A1,1 0 0,0 2,5V21A1,1 0 0,0 3,22H13A1,1 0 0,0 14,21V5A1,1 0 0,0 13,4M12,13H4V6H12V13Z\" /></svg></li><li title=\"battery charging wireless 60 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-charging-wireless-60\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.07,4.93L18.66,6.34C21.79,9.46 21.79,14.53 18.66,17.66L20.07,19.07C23.97,15.17 23.97,8.84 20.07,4.93M17.24,7.76L15.83,9.17C17.39,10.73 17.39,13.26 15.83,14.83L17.24,16.24C19.58,13.9 19.58,10.1 17.24,7.76M13,4H11V2H5V4H3A1,1 0 0,0 2,5V21A1,1 0 0,0 3,22H13A1,1 0 0,0 14,21V5A1,1 0 0,0 13,4M12,11.6H4V6H12V11.6Z\" /></svg></li><li title=\"battery charging wireless 70 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-charging-wireless-70\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.07,4.93L18.66,6.34C21.79,9.46 21.79,14.53 18.66,17.66L20.07,19.07C23.97,15.17 23.97,8.84 20.07,4.93M17.24,7.76L15.83,9.17C17.39,10.73 17.39,13.26 15.83,14.83L17.24,16.24C19.58,13.9 19.58,10.1 17.24,7.76M13,4H11V2H5V4H3A1,1 0 0,0 2,5V21A1,1 0 0,0 3,22H13A1,1 0 0,0 14,21V5A1,1 0 0,0 13,4M12,10H4V6H12V10Z\" /></svg></li><li title=\"battery charging wireless 80 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-charging-wireless-80\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.07,4.93L18.66,6.34C21.79,9.46 21.79,14.53 18.66,17.66L20.07,19.07C23.97,15.17 23.97,8.84 20.07,4.93M17.24,7.76L15.83,9.17C17.39,10.73 17.39,13.26 15.83,14.83L17.24,16.24C19.58,13.9 19.58,10.1 17.24,7.76M13,4H11V2H5V4H3A1,1 0 0,0 2,5V21A1,1 0 0,0 3,22H13A1,1 0 0,0 14,21V5A1,1 0 0,0 13,4M12,9H4V6H12V9Z\" /></svg></li><li title=\"battery charging wireless 90 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-charging-wireless-90\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.07,4.93L18.66,6.34C21.79,9.46 21.79,14.53 18.66,17.66L20.07,19.07C23.97,15.17 23.97,8.84 20.07,4.93M17.24,7.76L15.83,9.17C17.39,10.73 17.39,13.26 15.83,14.83L17.24,16.24C19.58,13.9 19.58,10.1 17.24,7.76M13,4H11V2H5V4H3A1,1 0 0,0 2,5V21A1,1 0 0,0 3,22H13A1,1 0 0,0 14,21V5A1,1 0 0,0 13,4M12,7.5H4V6H12V7.5Z\" /></svg></li><li title=\"battery charging wireless alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-charging-wireless-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 4H11V2H5V4H3C2.4 4 2 4.4 2 5V21C2 21.6 2.4 22 3 22H13C13.6 22 14 21.6 14 21V5C14 4.4 13.6 4 13 4M9 18H7V16H9V18M9 14H7V8H9V14M20.1 4.9L18.7 6.3C21.8 9.4 21.8 14.5 18.7 17.6L20.1 19C24 15.2 24 8.8 20.1 4.9M17.2 7.8L15.8 9.2C17.4 10.8 17.4 13.3 15.8 14.9L17.2 16.3C19.6 13.9 19.6 10.1 17.2 7.8Z\" /></svg></li><li title=\"battery charging wireless outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-charging-wireless-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.07,4.93L18.66,6.34C21.79,9.46 21.79,14.53 18.66,17.66L20.07,19.07C23.97,15.17 23.97,8.84 20.07,4.93M17.24,7.76L15.83,9.17C17.39,10.73 17.39,13.26 15.83,14.83L17.24,16.24C19.58,13.9 19.58,10.1 17.24,7.76M13,4H11V2H5V4H3A1,1 0 0,0 2,5V21A1,1 0 0,0 3,22H13A1,1 0 0,0 14,21V5A1,1 0 0,0 13,4M12,20H4V6H12V20Z\" /></svg></li><li title=\"battery charging wireless \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-charging-wireless\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,4H11V2H5V4H3A1,1 0 0,0 2,5V21A1,1 0 0,0 3,22H13A1,1 0 0,0 14,21V5A1,1 0 0,0 13,4M20.07,4.93L18.66,6.34C21.79,9.46 21.79,14.53 18.66,17.66L20.07,19.07C23.97,15.17 23.97,8.84 20.07,4.93M17.24,7.76L15.83,9.17C17.39,10.73 17.39,13.26 15.83,14.83L17.24,16.24C19.58,13.9 19.58,10.1 17.24,7.76Z\" /></svg></li><li title=\"battery charging \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-charging\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.67,4H15V2H9V4H7.33A1.33,1.33 0 0,0 6,5.33V20.66C6,21.4 6.6,22 7.33,22H16.66C17.4,22 18,21.4 18,20.67V5.33C18,4.6 17.4,4 16.67,4M11,20V14.5H9L13,7V12.5H15\" /></svg></li><li title=\"battery check outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-check-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.75 21.16L14 18.16L15.16 17L16.75 18.59L20.34 15L21.5 16.41L16.75 21.16M12.35 20H8V6H16V12.35C16.63 12.13 17.3 12 18 12V5.33C18 4.6 17.4 4 16.67 4H15V2H9V4H7.33C6.6 4 6 4.6 6 5.33V20.67C6 21.4 6.6 22 7.33 22H13.54C13 21.42 12.61 20.75 12.35 20Z\" /></svg></li><li title=\"battery check \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-check\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.75 21.16L14 18.16L15.16 17L16.75 18.59L20.34 15L21.5 16.41L16.75 21.16M12 18C12 14.69 14.69 12 18 12V5.33C18 4.6 17.4 4 16.67 4H15V2H9V4H7.33C6.6 4 6 4.6 6 5.33V20.67C6 21.4 6.6 22 7.33 22H13.54C12.58 20.94 12 19.54 12 18Z\" /></svg></li><li title=\"battery clock outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-clock-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 9.29V5.33C18 4.6 17.4 4 16.67 4H15V2H9V4H7.33C6.6 4 6 4.6 6 5.33V20.67C6 21.4 6.6 22 7.33 22H12.41C13.46 22.63 14.69 23 16 23C19.87 23 23 19.87 23 16C23 12.83 20.89 10.15 18 9.29M8 6H16V9C12.13 9 9 12.13 9 16C9 17.5 9.47 18.87 10.26 20H8V6M16 21C13.24 21 11 18.76 11 16S13.24 11 16 11 21 13.24 21 16 18.76 21 16 21M16.5 16.25L19.36 17.94L18.61 19.16L15 17V12H16.5V16.25Z\" /></svg></li><li title=\"battery clock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-clock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.5 16.25L19.36 17.94L18.61 19.16L15 17V12H16.5V16.25M23 16C23 19.87 19.87 23 16 23C14.69 23 13.46 22.63 12.41 22H7.33C6.6 22 6 21.4 6 20.67V5.33C6 4.6 6.6 4 7.33 4H9V2H15V4H16.67C17.4 4 18 4.6 18 5.33V9.29C20.89 10.15 23 12.83 23 16M21 16C21 13.24 18.76 11 16 11S11 13.24 11 16 13.24 21 16 21 21 18.76 21 16Z\" /></svg></li><li title=\"battery heart outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-heart-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 16.2L18.4 15.7C16.4 13.8 15 12.5 15 11C15 9.8 16 8.8 17.2 8.8C17.9 8.8 18.5 9.1 19 9.6C19.5 9.1 20.1 8.8 20.8 8.8C22 8.8 23 9.8 23 11C23 12.5 21.6 13.7 19.6 15.6L19 16.2M12.7 4H11V2H5V4H3.3C2.6 4 2 4.6 2 5.3V20.6C2 21.4 2.6 22 3.3 22H12.6C13.3 22 13.9 21.4 13.9 20.7V5.3C14 4.6 13.4 4 12.7 4M12 20H4V6H12V20Z\" /></svg></li><li title=\"battery heart variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-heart-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.67 4H15V2H9V4H7.33A1.34 1.34 0 0 0 6 5.33V20.67A1.34 1.34 0 0 0 7.33 22H16.67A1.34 1.34 0 0 0 18 20.67V5.33A1.34 1.34 0 0 0 16.67 4M12.58 15.64L12 16.17L11.42 15.64C9.36 13.77 8 12.54 8 11A2.18 2.18 0 0 1 10.2 8.8A2.4 2.4 0 0 1 12 9.63A2.4 2.4 0 0 1 13.8 8.8A2.18 2.18 0 0 1 16 11C16 12.54 14.64 13.77 12.58 15.64Z\" /></svg></li><li title=\"battery heart \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-heart\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12.67 4H11V2H5V4H3.33A1.34 1.34 0 0 0 2 5.33V20.67A1.34 1.34 0 0 0 3.33 22H12.67A1.34 1.34 0 0 0 14 20.67V5.33A1.34 1.34 0 0 0 12.67 4M19 16.17L18.42 15.64C16.36 13.77 15 12.54 15 11A2.18 2.18 0 0 1 17.2 8.8A2.4 2.4 0 0 1 19 9.63A2.4 2.4 0 0 1 20.8 8.8A2.18 2.18 0 0 1 23 11C23 12.5 21.64 13.74 19.58 15.61Z\" /></svg></li><li title=\"battery high \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-high\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16 20H8V6H16M16.67 4H15V2H9V4H7.33C6.6 4 6 4.6 6 5.33V20.67C6 21.4 6.6 22 7.33 22H16.67C17.41 22 18 21.41 18 20.67V5.33C18 4.6 17.4 4 16.67 4M15 16H9V19H15V16M15 7H9V10H15V7M15 11.5H9V14.5H15V11.5Z\" /></svg></li><li title=\"battery lock open \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-lock-open\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.8 16H15.5V13.5C15.5 12.7 16.2 12.2 17 12.2S18.5 12.7 18.5 13.5V14H19.8V13.5C19.8 12.1 18.4 11 17 11S14.2 12.1 14.2 13.5V16C13.6 16 13 16.6 13 17.2V20.7C13 21.4 13.6 22 14.2 22H19.7C20.4 22 21 21.4 21 20.8V17.3C21 16.6 20.4 16 19.8 16M11.27 22H5.33C4.6 22 4 21.4 4 20.67V5.33C4 4.6 4.6 4 5.33 4H7V2H13V4H14.67C15.4 4 16 4.6 16 5.33V9.11C13.86 9.55 12.2 11.38 12.2 13.5V14.74C11.5 15.34 11 16.24 11 17.2V20.7C11 20.93 11.03 21.15 11.07 21.37L11.08 21.39C11.12 21.6 11.19 21.8 11.27 22Z\" /></svg></li><li title=\"battery lock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-lock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.8 16V14.5C19.8 13.1 18.4 12 17 12S14.2 13.1 14.2 14.5V16C13.6 16 13 16.6 13 17.2V20.7C13 21.4 13.6 22 14.2 22H19.7C20.4 22 21 21.4 21 20.8V17.3C21 16.6 20.4 16 19.8 16M18.5 16H15.5V14.5C15.5 13.7 16.2 13.2 17 13.2S18.5 13.7 18.5 14.5V16M11.27 22H5.33C4.6 22 4 21.4 4 20.67V5.33C4 4.6 4.6 4 5.33 4H7V2H13V4H14.67C15.4 4 16 4.6 16 5.33V10.11C13.86 10.55 12.2 12.38 12.2 14.5V14.74C11.5 15.34 11 16.24 11 17.2V20.7C11 21.16 11.1 21.6 11.27 22Z\" /></svg></li><li title=\"battery low \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-low\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16 20H8V6H16M16.67 4H15V2H9V4H7.33C6.6 4 6 4.6 6 5.33V20.67C6 21.4 6.6 22 7.33 22H16.67C17.41 22 18 21.41 18 20.67V5.33C18 4.6 17.4 4 16.67 4M15 16H9V19H15V16\" /></svg></li><li title=\"battery medium \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-medium\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16 20H8V6H16M16.67 4H15V2H9V4H7.33C6.6 4 6 4.6 6 5.33V20.67C6 21.4 6.6 22 7.33 22H16.67C17.41 22 18 21.41 18 20.67V5.33C18 4.6 17.4 4 16.67 4M15 16H9V19H15V16M15 11.5H9V14.5H15V11.5Z\" /></svg></li><li title=\"battery minus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-minus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.54 22H7.33C6.6 22 6 21.4 6 20.67V5.33C6 4.6 6.6 4 7.33 4H9V2H15V4H16.67C17.4 4 18 4.6 18 5.33V12C17.3 12 16.63 12.13 16 12.35V6H8V20H12.35C12.61 20.75 13 21.42 13.54 22M22 17V19H14V17H22Z\" /></svg></li><li title=\"battery minus variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-minus-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.67,4C17.4,4 18,4.6 18,5.33V20.67A1.33,1.33 0 0,1 16.67,22H7.33C6.6,22 6,21.4 6,20.67V5.33A1.33,1.33 0 0,1 7.33,4H9V2H15V4H16.67M8,12V14H16V12\" /></svg></li><li title=\"battery minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.54 22H7.33C6.6 22 6 21.4 6 20.67V5.33C6 4.6 6.6 4 7.33 4H9V2H15V4H16.67C17.4 4 18 4.6 18 5.33V12C14.69 12 12 14.69 12 18C12 19.54 12.58 20.94 13.54 22M22 17V19H14V17H22Z\" /></svg></li><li title=\"battery negative \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-negative\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.67,4A1.33,1.33 0 0,1 13,5.33V20.67C13,21.4 12.4,22 11.67,22H2.33C1.6,22 1,21.4 1,20.67V5.33A1.33,1.33 0 0,1 2.33,4H4V2H10V4H11.67M15,12H23V14H15V12M3,13H11V6H3V13Z\" /></svg></li><li title=\"battery off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 17.35L3.38 2.73L2.11 4L6 7.89V20.67A1.34 1.34 0 0 0 7.33 22H16.67A1.34 1.34 0 0 0 18 20.67V19.89L20.84 22.73L22.11 21.46M16 20H8V9.89L16 17.89M16 6V12.8L18 14.8V5.33A1.34 1.34 0 0 0 16.67 4H15V2H9V4H7.21L9.21 6Z\" /></svg></li><li title=\"battery off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 14.8L7.21 4H9V2H15V4H16.67A1.34 1.34 0 0 1 18 5.33M18 17.35L3.38 2.73L2.11 4L6 7.89V20.67A1.34 1.34 0 0 0 7.33 22H16.67A1.34 1.34 0 0 0 18 20.67V19.89L20.84 22.73L22.11 21.46Z\" /></svg></li><li title=\"battery outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,20H8V6H16M16.67,4H15V2H9V4H7.33A1.33,1.33 0 0,0 6,5.33V20.67C6,21.4 6.6,22 7.33,22H16.67A1.33,1.33 0 0,0 18,20.67V5.33C18,4.6 17.4,4 16.67,4Z\" /></svg></li><li title=\"battery plus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-plus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.54 22H7.33C6.6 22 6 21.4 6 20.67V5.33C6 4.6 6.6 4 7.33 4H9V2H15V4H16.67C17.4 4 18 4.6 18 5.33V12C17.3 12 16.63 12.13 16 12.35V6H8V20H12.35C12.61 20.75 13 21.42 13.54 22M22 17V19H19V22H17V19H14V17H17V14H19V17H22Z\" /></svg></li><li title=\"battery plus variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-plus-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.67,4C17.4,4 18,4.6 18,5.33V20.67A1.33,1.33 0 0,1 16.67,22H7.33C6.6,22 6,21.4 6,20.67V5.33A1.33,1.33 0 0,1 7.33,4H9V2H15V4H16.67M16,14V12H13V9H11V12H8V14H11V17H13V14H16Z\" /></svg></li><li title=\"battery plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.54 22H7.33C6.6 22 6 21.4 6 20.67V5.33C6 4.6 6.6 4 7.33 4H9V2H15V4H16.67C17.4 4 18 4.6 18 5.33V12C14.69 12 12 14.69 12 18C12 19.54 12.58 20.94 13.54 22M22 17V19H19V22H17V19H14V17H17V14H19V17H22Z\" /></svg></li><li title=\"battery positive \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-positive\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.67,4A1.33,1.33 0 0,1 13,5.33V20.67C13,21.4 12.4,22 11.67,22H2.33C1.6,22 1,21.4 1,20.67V5.33A1.33,1.33 0 0,1 2.33,4H4V2H10V4H11.67M23,14H20V17H18V14H15V12H18V9H20V12H23V14M3,13H11V6H3V13Z\" /></svg></li><li title=\"battery remove outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-remove-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.54 22H7.33C6.6 22 6 21.4 6 20.67V5.33C6 4.6 6.6 4 7.33 4H9V2H15V4H16.67C17.4 4 18 4.6 18 5.33V12C17.3 12 16.63 12.13 16 12.35V6H8V20H12.35C12.61 20.75 13 21.42 13.54 22M21.54 20.12L20.12 21.54L18 19.41L15.88 21.54L14.47 20.12L16.59 18L14.47 15.88L15.88 14.47L18 16.59L20.12 14.47L21.54 15.88L19.41 18L21.54 20.12Z\" /></svg></li><li title=\"battery remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.54 22H7.33C6.6 22 6 21.4 6 20.67V5.33C6 4.6 6.6 4 7.33 4H9V2H15V4H16.67C17.4 4 18 4.6 18 5.33V12C14.69 12 12 14.69 12 18C12 19.54 12.58 20.94 13.54 22M21.54 20.12L20.12 21.54L18 19.41L15.88 21.54L14.47 20.12L16.59 18L14.47 15.88L15.88 14.47L18 16.59L20.12 14.47L21.54 15.88L19.41 18L21.54 20.12Z\" /></svg></li><li title=\"battery sync outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-sync-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.54 22H7.33C6.6 22 6 21.4 6 20.67V5.33C6 4.6 6.6 4 7.33 4H9V2H15V4H16.67C17.4 4 18 4.6 18 5.33V12C17.3 12 16.63 12.13 16 12.35V6H8V20H12.35C12.61 20.75 13 21.42 13.54 22M18 13L20.25 15.25L18 17.5V16C16.15 16 14.94 17.96 15.76 19.62L14.67 20.71C12.91 18.05 14.81 14.5 18 14.5V13M18 24L15.75 21.75L18 19.5V21C19.85 21 21.06 19.04 20.24 17.38L21.33 16.29C23.09 18.95 21.19 22.5 18 22.5V24\" /></svg></li><li title=\"battery sync \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-sync\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.54 22H7.33C6.6 22 6 21.4 6 20.67V5.33C6 4.6 6.6 4 7.33 4H9V2H15V4H16.67C17.4 4 18 4.6 18 5.33V12C14.69 12 12 14.69 12 18C12 19.54 12.58 20.94 13.54 22M18 13L20.25 15.25L18 17.5V16C16.15 16 14.94 17.96 15.76 19.62L14.67 20.71C12.91 18.05 14.81 14.5 18 14.5V13M18 24L15.75 21.75L18 19.5V21C19.85 21 21.06 19.04 20.24 17.38L21.33 16.29C23.09 18.95 21.19 22.5 18 22.5V24\" /></svg></li><li title=\"battery unknown bluetooth \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-unknown-bluetooth\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,2V4H3.33A1.33,1.33 0 0,0 2,5.33V20.66C2,21.4 2.6,22 3.33,22H12.67C13.4,22 14,21.4 14,20.66V5.33C14,4.59 13.4,4 12.67,4H11V2H5M8,6A4,4 0 0,1 12,10C12,10.88 11.64,11.68 11.07,12.25L10.17,13.17C9.63,13.71 9.25,14.18 9.09,15H7.05C7.16,14.1 7.56,13.28 8.17,12.67L9.41,11.41C9.78,11.05 10,10.55 10,10C10,8.89 9.1,8 8,8A2,2 0 0,0 6,10H4A4,4 0 0,1 8,6M19,8V11.79L16.71,9.5L16,10.21L18.79,13L16,15.79L16.71,16.5L19,14.21V18H19.5L22.35,15.14L20.21,13L22.35,10.85L19.5,8H19M20,9.91L20.94,10.85L20,11.79V9.91M20,14.21L20.94,15.14L20,16.08V14.21M7,17H9V19H7V17Z\" /></svg></li><li title=\"battery unknown \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery-unknown\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.07,12.25L14.17,13.17C13.63,13.71 13.25,14.18 13.09,15H11.05C11.16,14.1 11.56,13.28 12.17,12.67L13.41,11.41C13.78,11.05 14,10.55 14,10C14,8.89 13.1,8 12,8A2,2 0 0,0 10,10H8A4,4 0 0,1 12,6A4,4 0 0,1 16,10C16,10.88 15.64,11.68 15.07,12.25M13,19H11V17H13M16.67,4H15V2H9V4H7.33A1.33,1.33 0 0,0 6,5.33V20.66C6,21.4 6.6,22 7.33,22H16.67C17.4,22 18,21.4 18,20.66V5.33C18,4.59 17.4,4 16.67,4Z\" /></svg></li><li title=\"battery \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-battery\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.67,4H15V2H9V4H7.33A1.33,1.33 0 0,0 6,5.33V20.67C6,21.4 6.6,22 7.33,22H16.67A1.33,1.33 0 0,0 18,20.67V5.33C18,4.6 17.4,4 16.67,4Z\" /></svg></li><li title=\"beach \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-beach\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,18.54C17.13,18.21 19.5,18 22,18V22H5C5,21.35 8.2,19.86 13,18.9V12.4C12.16,12.65 11.45,13.21 11,13.95C10.39,12.93 9.27,12.25 8,12.25C6.73,12.25 5.61,12.93 5,13.95C5.03,10.37 8.5,7.43 13,7.04V7A1,1 0 0,1 14,6A1,1 0 0,1 15,7V7.04C19.5,7.43 22.96,10.37 23,13.95C22.39,12.93 21.27,12.25 20,12.25C18.73,12.25 17.61,12.93 17,13.95C16.55,13.21 15.84,12.65 15,12.39V18.54M7,2A5,5 0 0,1 2,7V2H7Z\" /></svg></li><li title=\"beaker alert outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-beaker-alert-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 3H21V5C19.9 5 19 5.9 19 7V19C19 20.11 18.11 21 17 21H7C5.9 21 5 20.11 5 19V7C5 5.9 4.11 5 3 5V3M7 5V7H12V8H7V9H10V10H7V11H10V12H7V13H12V14H7V15H10V16H7V19H17V5H7M21 13V7H23V13H21M21 17V15H23V17H21Z\" /></svg></li><li title=\"beaker alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-beaker-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 3H21V5C19.9 5 19 5.9 19 7V19C19 20.1 18.1 21 17 21H7C5.9 21 5 20.1 5 19V7C5 5.9 4.1 5 3 5V3M7 9V10H10V9H7M7 11V12H10V11H7M10 16V15H7V16H10M12 14V13H7V14H12M12 8V7H7V8H12M21 13V7H23V13H21M21 17V15H23V17H21Z\" /></svg></li><li title=\"beaker check outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-beaker-check-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17.75 21.16L15 18.16L16.16 17L17.75 18.59L21.34 15L22.5 16.41L17.75 21.16M3 3H21V5C19.9 5 19 5.9 19 7V12C18.3 12 17.63 12.12 17 12.34V5H7V7H12V8H7V9H10V10H7V11H10V12H7V13H12V14H7V15H10V16H7V19H13.08C13.2 19.72 13.45 20.39 13.8 21H7C5.9 21 5 20.11 5 19V7C5 5.9 4.11 5 3 5V3Z\" /></svg></li><li title=\"beaker check \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-beaker-check\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17.75 21.16L15 18.16L16.16 17L17.75 18.59L21.34 15L22.5 16.41L17.75 21.16M3 3H21V5C19.9 5 19 5.9 19 7V12C15.69 12 13 14.69 13 18C13 19.09 13.29 20.12 13.8 21H7C5.9 21 5 20.1 5 19V7C5 5.9 4.1 5 3 5V3M7 9V10H10V9H7M7 11V12H10V11H7M10 16V15H7V16H10M12 14V13H7V14H12M12 8V7H7V8H12Z\" /></svg></li><li title=\"beaker minus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-beaker-minus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23 17V19H15V17M3 3H21V5C19.9 5 19 5.9 19 7V12C18.3 12 17.63 12.12 17 12.34V5H7V7H12V8H7V9H10V10H7V11H10V12H7V13H12V14H7V15H10V16H7V19H13.08C13.2 19.72 13.45 20.39 13.8 21H7C5.9 21 5 20.11 5 19V7C5 5.9 4.11 5 3 5V3Z\" /></svg></li><li title=\"beaker minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-beaker-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23 17V19H15V17H23M3 3H21V5C19.9 5 19 5.9 19 7V12C15.69 12 13 14.69 13 18C13 19.09 13.29 20.12 13.8 21H7C5.9 21 5 20.1 5 19V7C5 5.9 4.1 5 3 5V3M7 9V10H10V9H7M7 11V12H10V11H7M10 16V15H7V16H10M12 14V13H7V14H12M12 8V7H7V8H12Z\" /></svg></li><li title=\"beaker outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-beaker-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,3H21V5A2,2 0 0,0 19,7V19A2,2 0 0,1 17,21H7A2,2 0 0,1 5,19V7A2,2 0 0,0 3,5V3M7,5V7H12V8H7V9H10V10H7V11H10V12H7V13H12V14H7V15H10V16H7V19H17V5H7Z\" /></svg></li><li title=\"beaker plus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-beaker-plus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 14H20V17H23V19H20V22H18V19H15V17H18V14M3 3H21V5C19.9 5 19 5.9 19 7V12C18.3 12 17.63 12.12 17 12.34V5H7V7H12V8H7V9H10V10H7V11H10V12H7V13H12V14H7V15H10V16H7V19H13.08C13.2 19.72 13.45 20.39 13.8 21H7C5.9 21 5 20.11 5 19V7C5 5.9 4.11 5 3 5V3Z\" /></svg></li><li title=\"beaker plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-beaker-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 14H20V17H23V19H20V22H18V19H15V17H18V14M3 3H21V5C19.9 5 19 5.9 19 7V12C15.69 12 13 14.69 13 18C13 19.09 13.29 20.12 13.8 21H7C5.9 21 5 20.1 5 19V7C5 5.9 4.1 5 3 5V3M7 9V10H10V9H7M7 11V12H10V11H7M10 16V15H7V16H10M12 14V13H7V14H12M12 8V7H7V8H12Z\" /></svg></li><li title=\"beaker question outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-beaker-question-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M0 3H18V5C16.9 5 16 5.9 16 7V19C16 20.11 15.11 21 14 21H4C2.9 21 2 20.11 2 19V7C2 5.9 1.11 5 0 5V3M4 5V7H9V8H4V9H7V10H4V11H7V12H4V13H9V14H4V15H7V16H4V19H14V5H4M21.5 15.5V17H20V15.5H21.5M19.5 10.5H18V10C18 8.34 19.34 7 21 7C22.66 7 24 8.34 24 10C24 10.97 23.5 11.88 22.71 12.41L22.41 12.6C21.84 13 21.5 13.62 21.5 14.3V14.5H20V14.3C20 13.11 20.6 12 21.59 11.35L21.88 11.16C22.27 10.9 22.5 10.47 22.5 10C22.5 9.18 21.83 8.5 21 8.5C20.17 8.5 19.5 9.17 19.5 10V10.5Z\" /></svg></li><li title=\"beaker question \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-beaker-question\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M0 3H18V5C16.9 5 16 5.9 16 7V19C16 20.1 15.1 21 14 21H4C2.9 21 2 20.1 2 19V7C2 5.9 1.1 5 0 5V3M4 9V10H7V9H4M4 11V12H7V11H4M7 16V15H4V16H7M9 14V13H4V14H9M9 8V7H4V8H9M21.5 15.5V17H20V15.5H21.5M19.5 10.5H18V10C18 8.34 19.34 7 21 7C22.66 7 24 8.34 24 10C24 10.97 23.5 11.88 22.71 12.41L22.41 12.6C21.84 13 21.5 13.62 21.5 14.3V14.5H20V14.3C20 13.11 20.6 12 21.59 11.35L21.88 11.16C22.27 10.9 22.5 10.47 22.5 10C22.5 9.18 21.83 8.5 21 8.5C20.17 8.5 19.5 9.17 19.5 10V10.5Z\" /></svg></li><li title=\"beaker remove outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-beaker-remove-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.46 15.88L16.88 14.46L19 16.59L21.12 14.47L22.53 15.88L20.41 18L22.54 20.12L21.12 21.54L19 19.41L16.88 21.53L15.47 20.12L17.59 18L15.46 15.88M3 3H21V5C19.9 5 19 5.9 19 7V12C18.3 12 17.63 12.12 17 12.34V5H7V7H12V8H7V9H10V10H7V11H10V12H7V13H12V14H7V15H10V16H7V19H13.08C13.2 19.72 13.45 20.39 13.8 21H7C5.9 21 5 20.11 5 19V7C5 5.9 4.11 5 3 5V3Z\" /></svg></li><li title=\"beaker remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-beaker-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.46 15.88L16.88 14.46L19 16.59L21.12 14.47L22.53 15.88L20.41 18L22.54 20.12L21.12 21.54L19 19.41L16.88 21.53L15.47 20.12L17.59 18L15.46 15.88M3 3H21V5C19.9 5 19 5.9 19 7V12C15.69 12 13 14.69 13 18C13 19.09 13.29 20.12 13.8 21H7C5.9 21 5 20.1 5 19V7C5 5.9 4.1 5 3 5V3M7 9V10H10V9H7M7 11V12H10V11H7M10 16V15H7V16H10M12 14V13H7V14H12M12 8V7H7V8H12Z\" /></svg></li><li title=\"beaker \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-beaker\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,3V5A2,2 0 0,1 5,7V19A2,2 0 0,0 7,21H17A2,2 0 0,0 19,19V7A2,2 0 0,1 21,5V3H3M7,9H10V10H7V9M7,11H10V12H7V11M10,16H7V15H10V16M12,14H7V13H12V14M12,8H7V7H12V8Z\" /></svg></li><li title=\"bed double outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bed-double-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8 5C7.5 5 7 5.21 6.61 5.6S6 6.45 6 7V10C5.47 10 5 10.19 4.59 10.59S4 11.47 4 12V17H5.34L6 19H7L7.69 17H16.36L17 19H18L18.66 17H20V12C20 11.47 19.81 11 19.41 10.59S18.53 10 18 10V7C18 6.45 17.8 6 17.39 5.6S16.5 5 16 5M8 7H11V10H8M13 7H16V10H13M6 12H18V15H6Z\" /></svg></li><li title=\"bed double \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bed-double\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 10V7A2 2 0 0 0 16 5H8A2 2 0 0 0 6 7V10A2 2 0 0 0 4 12V17H5.33L6 19H7L7.67 17H16.33L17 19H18L18.67 17H20V12A2 2 0 0 0 18 10M11 10H8V7H11M16 10H13V7H16Z\" /></svg></li><li title=\"bed empty \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bed-empty\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,7H5V14H3V5H1V20H3V17H21V20H23V11A4,4 0 0,0 19,7\" /></svg></li><li title=\"bed king outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bed-king-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 10V7A2 2 0 0 0 18 5H6A2 2 0 0 0 4 7V10A2 2 0 0 0 2 12V17H3.33L4 19H5L5.67 17H18.33L19 19H20L20.67 17H22V12A2 2 0 0 0 20 10M13 7H18V10H13M6 7H11V10H6M20 15H4V12H20Z\" /></svg></li><li title=\"bed king \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bed-king\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6 5C5.47 5 5 5.21 4.59 5.6S4 6.45 4 7V10C3.45 10 3 10.19 2.6 10.59S2 11.47 2 12V17H3.33L4 19H5L5.67 17H18.33L19 19H20L20.67 17H22V12C22 11.47 21.79 11 21.4 10.59C21 10.19 20.55 10 20 10V7C20 6.45 19.81 6 19.41 5.6S18.53 5 18 5M6 7H11V10H6M13 7H18V10H13Z\" /></svg></li><li title=\"bed outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bed-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7 14C8.66 14 10 12.66 10 11C10 9.34 8.66 8 7 8C5.34 8 4 9.34 4 11C4 12.66 5.34 14 7 14M7 10C7.55 10 8 10.45 8 11C8 11.55 7.55 12 7 12C6.45 12 6 11.55 6 11C6 10.45 6.45 10 7 10M19 7H11V15H3V5H1V20H3V17H21V20H23V11C23 8.79 21.21 7 19 7M21 15H13V9H19C20.1 9 21 9.9 21 11Z\" /></svg></li><li title=\"bed queen outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bed-queen-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 10V7A2 2 0 0 0 17 5H7A2 2 0 0 0 5 7V10A2 2 0 0 0 3 12V17H4.33L5 19H6L6.67 17H17.33L18 19H19L19.67 17H21V12A2 2 0 0 0 19 10M7 7H17V10H7M19 15H5V12H19Z\" /></svg></li><li title=\"bed queen \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bed-queen\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 10V7A2 2 0 0 0 17 5H7A2 2 0 0 0 5 7V10A2 2 0 0 0 3 12V17H4.33L5 19H6L6.67 17H17.33L18 19H19L19.67 17H21V12A2 2 0 0 0 19 10M17 10H7V7H17Z\" /></svg></li><li title=\"bed single outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bed-single-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17 10V7C17 5.9 16.11 5 15 5H9C7.9 5 7 5.9 7 7V10C5.9 10 5 10.9 5 12V17H6.33L7 19H8L8.67 17H15.33L16 19H17L17.67 17H19V12C19 10.9 18.11 10 17 10M9 7H15V10H9M17 15H7V12H17Z\" /></svg></li><li title=\"bed single \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bed-single\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17 10V7C17 5.9 16.11 5 15 5H9C7.9 5 7 5.9 7 7V10C5.9 10 4.89 10.9 5 12V17H6.33L7 19H8L8.67 17H15.33L16 19H17L17.67 17H19V12C19 10.9 18.11 10 17 10M15 10H9V7H15Z\" /></svg></li><li title=\"bed \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bed\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,7H11V14H3V5H1V20H3V17H21V20H23V11A4,4 0 0,0 19,7M7,13A3,3 0 0,0 10,10A3,3 0 0,0 7,7A3,3 0 0,0 4,10A3,3 0 0,0 7,13Z\" /></svg></li><li title=\"bee flower \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bee-flower\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.6 13V12.9L11.3 12.6H11.2L9.6 12C10 11.7 10.4 11.5 10.9 11.5C11.4 11.5 11.9 11.7 12.3 12.1C12.7 12.5 12.9 12.9 12.9 13.4C12.9 13.9 12.8 14.3 12.4 14.7L11.6 13M9.7 19.3C9.4 18.3 9.6 17.1 10.4 15.5L11.6 18.6C11.8 19.2 11.6 19.6 11 19.9C10.4 20.2 10 20 9.7 19.3M4.1 13.1C4.3 12.5 4.7 12.3 5.3 12.5L8.5 13.7C6.9 14.5 5.7 14.7 4.7 14.4C4.1 14.1 3.9 13.7 4.1 13.1M12 8.1H11V9.5H10.6C9.5 9.5 8.6 9.9 7.8 10.7L7.4 11.3L6 10.5C5.7 10.4 5.4 10.4 5 10.4C4.4 10.4 3.8 10.6 3.3 11S2.4 11.8 2.2 12.4C2 13.1 2 13.7 2.2 14.4C2.5 15.1 2.8 15.6 3.3 15.9C2.9 17.4 3.2 18.7 4.3 19.8C5.1 20.6 6 21 7.1 21C7.6 21 7.9 21 8.2 20.9C8.8 21.7 9.6 22.2 10.6 22.2C10.9 22.2 11.3 22.2 11.6 22.1C12.2 21.9 12.6 21.5 13 21C13.4 20.4 13.6 19.9 13.6 19.3C13.6 18.9 13.6 18.6 13.5 18.3L12.9 16.9L13.5 16.5C14.3 15.7 14.7 14.6 14.6 13.4H16V12.4H14.4C14 11.2 13.2 10.4 12 10V8.1M17.3 6.8C17.1 6.6 17 6.3 17 6.1C17 5.8 17.1 5.6 17.3 5.4C17.5 5.2 17.7 5.1 18 5.1S18.5 5.2 18.7 5.4C18.9 5.5 19 5.8 19 6.1C19 6.4 18.9 6.6 18.7 6.8C18.5 7 18.3 7 18 7S17.5 7 17.3 6.8M20.7 4.1H19.6L19.3 3.2C19.1 2.5 18.7 2.2 18 2.2C17.3 2.2 16.8 2.5 16.7 3.2L16.4 4.1H15.3C14.7 4.1 14.3 4.4 14 5C13.8 5.6 14 6.1 14.6 6.5L15.5 7L15.1 8.2C14.9 8.6 15 9 15.2 9.4C15.5 9.8 15.8 10 16.3 10C16.7 10 17 9.9 17.2 9.7L18 9.1L18.8 9.8C19 9.9 19.3 10 19.7 10C20.2 10 20.5 9.8 20.8 9.4C21 9 21.1 8.6 20.9 8.2L20.5 7L21.3 6.5C21.9 6.1 22.1 5.6 21.9 5C21.7 4.3 21.3 4.1 20.7 4.1Z\" /></svg></li><li title=\"bee \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bee\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17.4 9C17 7.8 16.2 7 15 6.5V5H14V6.4H13.6C12.5 6.4 11.6 6.8 10.8 7.6L10.4 8L9 7.5C8.7 7.4 8.4 7.3 8 7.3C7.4 7.3 6.8 7.5 6.3 7.9C5.7 8.3 5.4 8.8 5.2 9.3C5 10 5 10.6 5.2 11.3C5.5 12 5.8 12.5 6.3 12.8C5.9 14.3 6.2 15.6 7.3 16.7C8.1 17.5 9 17.9 10.1 17.9C10.6 17.9 10.9 17.9 11.2 17.8C11.8 18.6 12.6 19.1 13.6 19.1C13.9 19.1 14.3 19.1 14.6 19C15.2 18.8 15.6 18.4 16 17.9C16.4 17.3 16.6 16.8 16.6 16.2C16.6 15.8 16.6 15.5 16.5 15.2L16 13.6L16.6 13.2C17.4 12.4 17.8 11.3 17.7 10.1H19V9H17.4M7.7 11.3C7.1 11 6.9 10.6 7.1 10C7.3 9.4 7.7 9.2 8.3 9.4L11.5 10.6C9.9 11.4 8.7 11.6 7.7 11.3M14 16.9C13.4 17.1 13 16.9 12.7 16.3C12.4 15.3 12.6 14.1 13.4 12.5L14.6 15.6C14.8 16.3 14.6 16.7 14 16.9M15.2 11.6L14.6 10V9.9L14.3 9.6H14.2L12.6 9C13 8.7 13.4 8.5 13.9 8.5C14.4 8.5 14.9 8.7 15.3 9.1C15.7 9.5 15.9 9.9 15.9 10.4C15.7 10.7 15.5 11.2 15.2 11.6Z\" /></svg></li><li title=\"beehive off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-beehive-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M1.1 3L4.7 6.5C3.7 7.2 3 8.2 3 9.5C3 10.1 3.2 10.7 3.5 11.2C2 11.6 1 12.9 1 14.5C1 15.8 1.7 16.8 2.7 17.5C2.2 18 2 18.7 2 19.5C2 21.4 3.6 23 5.5 23H18.5C19.3 23 20 22.7 20.6 22.3L21.3 23L22.6 21.7L2.4 1.7L1.1 3M9.2 11H6.5C5.7 11 5 10.3 5 9.5C5 8.8 5.5 8.2 6.2 8L9.2 11M9 21H5.5C4.7 21 4 20.3 4 19.5S4.7 18 5.5 18H9V21M9.2 16H4.5C3.7 16 3 15.3 3 14.5S3.7 13 4.5 13H11.2L12.2 14H12C10.7 14 9.6 14.8 9.2 16M18.5 21H15V18H16.2L19.1 20.9C18.9 21 18.7 21 18.5 21M7.1 3.9L5.7 2.5C6.3 1.6 7.3 1 8.5 1H15.5C17.4 1 19 2.6 19 4.5C19 5.1 18.8 5.7 18.5 6.2C20 6.6 21 7.9 21 9.5C21 10.1 20.8 10.7 20.5 11.2C21.9 11.7 23 13 23 14.5C23 15.8 22.3 16.8 21.3 17.5C21.6 17.9 21.8 18.3 21.9 18.7L19.2 16H19.5C20.3 16 21 15.3 21 14.5S20.3 13 19.5 13H16.2L14.2 11H17.5C18.3 11 19 10.3 19 9.5S18.3 8 17.5 8H11.2L9.2 6H15.5C16.3 6 17 5.3 17 4.5S16.3 3 15.5 3H8.5C7.9 3 7.3 3.4 7.1 3.9Z\" /></svg></li><li title=\"beehive outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-beehive-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23 14.5C23 12.94 21.97 11.63 20.55 11.18C20.83 10.68 21 10.11 21 9.5C21 7.94 19.97 6.63 18.55 6.18C18.83 5.68 19 5.11 19 4.5C19 2.57 17.43 1 15.5 1H8.5C6.57 1 5 2.57 5 4.5C5 5.11 5.17 5.68 5.45 6.18C4.04 6.63 3 7.94 3 9.5C3 10.11 3.17 10.68 3.45 11.18C2.04 11.63 1 12.94 1 14.5C1 15.76 1.67 16.84 2.67 17.46C2.25 18.03 2 18.74 2 19.5C2 21.43 3.57 23 5.5 23H18.5C20.43 23 22 21.43 22 19.5C22 18.74 21.75 18.03 21.33 17.46C22.33 16.84 23 15.76 23 14.5M8.5 3H15.5C16.33 3 17 3.67 17 4.5S16.33 6 15.5 6H8.5C7.67 6 7 5.33 7 4.5S7.67 3 8.5 3M6.5 8H17.5C18.33 8 19 8.67 19 9.5S18.33 11 17.5 11H6.5C5.67 11 5 10.33 5 9.5S5.67 8 6.5 8M4 19.5C4 18.67 4.67 18 5.5 18H9V21H5.5C4.67 21 4 20.33 4 19.5M18.5 21H15V18H18.5C19.33 18 20 18.67 20 19.5S19.33 21 18.5 21M19.5 16H14.82C14.4 14.84 13.3 14 12 14S9.6 14.84 9.18 16H4.5C3.67 16 3 15.33 3 14.5S3.67 13 4.5 13H19.5C20.33 13 21 13.67 21 14.5S20.33 16 19.5 16Z\" /></svg></li><li title=\"beekeeper \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-beekeeper\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 5H16C16 3.34 14.21 2 12 2C9.79 2 8 3.34 8 5H5C4.45 5 4 5.45 4 6S4.45 7 5 7V14C5 15.11 5.9 16 7 16H17C18.11 16 19 15.11 19 14V7C19.55 7 20 6.55 20 6S19.55 5 19 5M17 14H7V7H17V14M15.86 8C15.94 8.32 16 8.65 16 9C16 11.21 14.21 13 12 13S8 11.21 8 9C8 8.65 8.06 8.32 8.14 8H10.28C10.11 8.3 10 8.63 10 9C10 10.1 10.9 11 12 11S14 10.1 14 9C14 8.63 13.89 8.3 13.72 8H15.86M20 19V22H4V19C4 18.22 4.47 17.55 5.18 17H12C9.28 17 6.19 18.29 6 19V20H18V19C17.81 18.29 14.72 17 12 17H18.82C19.53 17.55 20 18.22 20 19Z\" /></svg></li><li title=\"beer outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-beer-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 2L6 22H17L19 2H4M6.2 4H16.8L16.5 7.23C13.18 8.5 11.85 7.67 11.38 7.31C11.13 7.12 10.77 6.69 10.11 6.39C9.45 6.08 8.55 6 7.5 6.32C7.09 6.43 6.77 6.61 6.5 6.79L6.2 4M8.86 8.11C9.05 8.11 9.16 8.15 9.27 8.2C9.5 8.3 9.71 8.55 10.17 8.9C11.03 9.56 13.03 10.36 16.26 9.41L15.2 20H7.8L6.71 9.06C6.76 9 6.91 8.89 7.17 8.71C7.5 8.5 7.91 8.28 8 8.25L8 8.25H8.03C8.41 8.14 8.67 8.1 8.86 8.11Z\" /></svg></li><li title=\"beer \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-beer\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,2H19L17,22H6L4,2M6.2,4L7.8,20H8.8L7.43,6.34C8.5,6 9.89,5.89 11,7C12.56,8.56 15.33,7.69 16.5,7.23L16.8,4H6.2Z\" /></svg></li><li title=\"bell alert outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bell-alert-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2A2 2 0 0 0 10 4A2 2 0 0 0 10 4.29C7.12 5.14 5 7.82 5 11V17L3 19V20H21V19L19 17V11C19 7.82 16.88 5.14 14 4.29A2 2 0 0 0 14 4A2 2 0 0 0 12 2M12 6A5 5 0 0 1 17 11V18H7V11A5 5 0 0 1 12 6M21 7V13H23V7H21M21 15V17H23V15H21M10 21A2 2 0 0 0 12 23A2 2 0 0 0 14 21H10Z\" /></svg></li><li title=\"bell alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bell-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23 7V13H21V7M21 15H23V17H21M12 2A2 2 0 0 0 10 4A2 2 0 0 0 10 4.29C7.12 5.14 5 7.82 5 11V17L3 19V20H21V19L19 17V11C19 7.82 16.88 5.14 14 4.29A2 2 0 0 0 14 4A2 2 0 0 0 12 2M10 21A2 2 0 0 0 12 23A2 2 0 0 0 14 21Z\" /></svg></li><li title=\"bell badge outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bell-badge-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 6.5C21 8.43 19.43 10 17.5 10S14 8.43 14 6.5 15.57 3 17.5 3 21 4.57 21 6.5M11.5 22C12.61 22 13.5 21.11 13.5 20H9.5C9.5 21.11 10.4 22 11.5 22M18 12C17.84 12 17.67 12 17.5 12C17 12 16.5 11.92 16 11.79V17H7V10.5C7 8 9 6 11.5 6C11.68 6 11.85 6.03 12 6.05C12.1 5.06 12.45 4.14 13 3.37C12.92 2.6 12.28 2 11.5 2C10.67 2 10 2.67 10 3.5V4.18C7.13 4.86 5 7.43 5 10.5V16L3 18V19H20V18L18 16V12Z\" /></svg></li><li title=\"bell badge \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bell-badge\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 6.5C21 8.43 19.43 10 17.5 10S14 8.43 14 6.5 15.57 3 17.5 3 21 4.57 21 6.5M19 11.79C18.5 11.92 18 12 17.5 12C14.47 12 12 9.53 12 6.5C12 5.03 12.58 3.7 13.5 2.71C13.15 2.28 12.61 2 12 2C10.9 2 10 2.9 10 4V4.29C7.03 5.17 5 7.9 5 11V17L3 19V20H21V19L19 17V11.79M12 23C13.11 23 14 22.11 14 21H10C10 22.11 10.9 23 12 23Z\" /></svg></li><li title=\"bell cancel outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bell-cancel-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17.5 13A4.5 4.5 0 0 0 13 17.5A4.5 4.5 0 0 0 17.5 22A4.5 4.5 0 0 0 22 17.5A4.5 4.5 0 0 0 17.5 13M17.5 14.5A3 3 0 0 1 20.5 17.5A3 3 0 0 1 20.08 19L16 14.92A3 3 0 0 1 17.5 14.5M14.92 16L19 20.08A3 3 0 0 1 17.5 20.5A3 3 0 0 1 14.5 17.5A3 3 0 0 1 14.92 16M12 2C10.9 2 10 2.9 10 4C10 4.1 10 4.19 10 4.29C7.12 5.14 5 7.82 5 11V17L3 19V20H11.5A6.5 6.5 0 0 1 11.03 18H7V11A5 5 0 0 1 12 6A5 5 0 0 1 17 11V11A6.5 6.5 0 0 1 17.5 11A6.5 6.5 0 0 1 19 11.18V11C19 7.82 16.88 5.14 14 4.29C14 4.19 14 4.1 14 4C14 2.9 13.11 2 12 2M10 21C10 22.11 10.9 23 12 23C12.5 23 12.97 22.81 13.33 22.5A6.5 6.5 0 0 1 12.03 21Z\" /></svg></li><li title=\"bell cancel \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bell-cancel\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17.5 13A4.5 4.5 0 0 0 13 17.5A4.5 4.5 0 0 0 17.5 22A4.5 4.5 0 0 0 22 17.5A4.5 4.5 0 0 0 17.5 13M17.5 14.5A3 3 0 0 1 20.5 17.5A3 3 0 0 1 20.08 19L16 14.92A3 3 0 0 1 17.5 14.5M14.92 16L19 20.08A3 3 0 0 1 17.5 20.5A3 3 0 0 1 14.5 17.5A3 3 0 0 1 14.92 16M12 2C10.9 2 10 2.9 10 4C10 4.1 10 4.19 10 4.29C7.12 5.14 5 7.82 5 11V17L3 19V20H11.5A6.5 6.5 0 0 1 11 17.5A6.5 6.5 0 0 1 17.5 11A6.5 6.5 0 0 1 19 11.18V11C19 7.82 16.88 5.14 14 4.29C14 4.19 14 4.1 14 4C14 2.9 13.11 2 12 2M10 21C10 22.11 10.9 23 12 23C12.5 23 12.97 22.81 13.33 22.5A6.5 6.5 0 0 1 12.03 21Z\" /></svg></li><li title=\"bell check outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bell-check-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17.75 21.16L15 18.16L16.16 17L17.75 18.59L21.34 15L22.5 16.41L17.75 21.16M10 21H12.8C13.04 21.41 13.33 21.79 13.65 22.13C13.29 22.66 12.69 23 12 23C10.9 23 10 22.11 10 21M3 20V19L5 17V11C5 7.9 7.03 5.18 10 4.29V4C10 2.9 10.9 2 12 2C13.11 2 14 2.9 14 4V4.29C16.97 5.18 19 7.9 19 11V12.08L18 12L17 12.08V11C17 8.24 14.76 6 12 6C9.24 6 7 8.24 7 11V18H12C12 18.7 12.12 19.37 12.34 20H3Z\" /></svg></li><li title=\"bell check \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bell-check\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17.75 21.16L15 18.16L16.16 17L17.75 18.59L21.34 15L22.5 16.41L17.75 21.16M3 20V19L5 17V11C5 7.9 7.03 5.18 10 4.29V4C10 2.9 10.9 2 12 2C13.11 2 14 2.9 14 4V4.29C16.97 5.18 19 7.9 19 11V12.08L18 12C14.69 12 12 14.69 12 18C12 18.7 12.12 19.37 12.34 20H3M12 23C10.9 23 10 22.11 10 21H12.8C13.04 21.41 13.33 21.79 13.65 22.13C13.29 22.66 12.69 23 12 23Z\" /></svg></li><li title=\"bell circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bell-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,16H7V15L8,14V11.39C8,10.3 8.27,9.34 8.79,8.53C9.3,7.72 10.04,7.21 11,7V6.5A1,1 0 0,1 12,5.5A1,1 0 0,1 13,6.5V7C13.96,7.21 14.7,7.72 15.21,8.53C15.73,9.34 16,10.3 16,11.39V14L17,15V16M13.5,17A1.5,1.5 0 0,1 12,18.5A1.5,1.5 0 0,1 10.5,17H13.5M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z\" /></svg></li><li title=\"bell circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bell-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M17,16V15L16,14V11.39C16,10.3 15.73,9.34 15.21,8.53C14.7,7.72 13.96,7.21 13,7V6.5A1,1 0 0,0 12,5.5A1,1 0 0,0 11,6.5V7C10.04,7.21 9.3,7.72 8.79,8.53C8.27,9.34 8,10.3 8,11.39V14L7,15V16H17M13.5,17H10.5A1.5,1.5 0 0,0 12,18.5A1.5,1.5 0 0,0 13.5,17Z\" /></svg></li><li title=\"bell minus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bell-minus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2C10.9 2 10 2.9 10 4V4.29C7.12 5.14 5 7.82 5 11V17L3 19V20H12.35C12.12 19.36 12 18.68 12 18H7V11C7 8.24 9.24 6 12 6S17 8.24 17 11V12.09C17.33 12.03 17.67 12 18 12C18.34 12 18.67 12.03 19 12.09V11C19 7.82 16.88 5.14 14 4.29V4C14 2.9 13.11 2 12 2M14 17V19H22V17M10 21C10 22.11 10.9 23 12 23C12.66 23 13.28 22.67 13.65 22.13C13.33 21.79 13.05 21.41 12.81 21H10Z\" /></svg></li><li title=\"bell minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bell-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 19V17H14V19H22M12 2C10.9 2 10 2.9 10 4C10 4.1 10 4.19 10 4.29C7.12 5.14 5 7.82 5 11V17L3 19V20H12.35C12.12 19.36 12 18.68 12 18C12 14.69 14.69 12 18 12C18.34 12 18.67 12.03 19 12.09V11C19 7.82 16.88 5.14 14 4.29C14 4.19 14 4.1 14 4C14 2.9 13.11 2 12 2M10 21C10 22.11 10.9 23 12 23C12.66 23 13.28 22.67 13.65 22.13C13.33 21.79 13.05 21.41 12.81 21H10Z\" /></svg></li><li title=\"bell off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bell-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.11,21.46L2.39,1.73L1.11,3L5.83,7.72C5.29,8.73 5,9.86 5,11V17L3,19V20H18.11L20.84,22.73L22.11,21.46M7,18V11C7,10.39 7.11,9.79 7.34,9.23L16.11,18H7M10,21H14A2,2 0 0,1 12,23A2,2 0 0,1 10,21M8.29,5.09C8.82,4.75 9.4,4.5 10,4.29C10,4.19 10,4.1 10,4A2,2 0 0,1 12,2A2,2 0 0,1 14,4C14,4.1 14,4.19 14,4.29C16.97,5.17 19,7.9 19,11V15.8L17,13.8V11A5,5 0 0,0 12,6C11.22,6 10.45,6.2 9.76,6.56L8.29,5.09Z\" /></svg></li><li title=\"bell off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bell-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.84,22.73L18.11,20H3V19L5,17V11C5,9.86 5.29,8.73 5.83,7.72L1.11,3L2.39,1.73L22.11,21.46L20.84,22.73M19,15.8V11C19,7.9 16.97,5.17 14,4.29C14,4.19 14,4.1 14,4A2,2 0 0,0 12,2A2,2 0 0,0 10,4C10,4.1 10,4.19 10,4.29C9.39,4.47 8.8,4.74 8.26,5.09L19,15.8M12,23A2,2 0 0,0 14,21H10A2,2 0 0,0 12,23Z\" /></svg></li><li title=\"bell outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bell-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10 21H14C14 22.1 13.1 23 12 23S10 22.1 10 21M21 19V20H3V19L5 17V11C5 7.9 7 5.2 10 4.3V4C10 2.9 10.9 2 12 2S14 2.9 14 4V4.3C17 5.2 19 7.9 19 11V17L21 19M17 11C17 8.2 14.8 6 12 6S7 8.2 7 11V18H17V11Z\" /></svg></li><li title=\"bell plus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bell-plus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2C10.9 2 10 2.9 10 4C10 4.1 10 4.19 10 4.29C7.12 5.14 5 7.82 5 11V17L3 19V20H12.35C12.12 19.36 12 18.68 12 18H7V11C7 8.24 9.24 6 12 6C14.76 6 17 8.24 17 11V12.09C17.33 12.03 17.67 12 18 12C18.34 12 18.67 12.03 19 12.09V11C19 7.82 16.88 5.14 14 4.29C14 4.19 14 4.1 14 4C14 2.9 13.11 2 12 2M17 14V17H14V19H17V22H19V19H22V17H19V14M10 21C10 22.11 10.9 23 12 23C12.66 23 13.28 22.67 13.65 22.13C13.33 21.79 13.05 21.41 12.81 21Z\" /></svg></li><li title=\"bell plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bell-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17 14V17H14V19H17V22H19V19H22V17H19V14M12 2A2 2 0 0 0 10 4A2 2 0 0 0 10 4.29C7.12 5.14 5 7.82 5 11V17L3 19V20H12.35A6 6 0 0 1 12 18A6 6 0 0 1 18 12A6 6 0 0 1 19 12.09V11C19 7.82 16.88 5.14 14 4.29A2 2 0 0 0 14 4A2 2 0 0 0 12 2M10 21A2 2 0 0 0 12 23A2 2 0 0 0 13.65 22.13A6 6 0 0 1 12.81 21Z\" /></svg></li><li title=\"bell remove outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bell-remove-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.12 14.46L18 16.59L15.88 14.46L14.46 15.88L16.59 18L14.46 20.12L15.88 21.54L18 19.41L20.12 21.54L21.54 20.12L19.41 18L21.54 15.88M12 2C10.9 2 10 2.9 10 4C10 4.1 10 4.19 10 4.29C7.12 5.14 5 7.82 5 11V17L3 19V20H12.35C12.12 19.36 12 18.68 12 18H7V11A5 5 0 0 1 12 6A5 5 0 0 1 17 11V12.09C17.33 12.04 17.66 12 18 12C18.34 12 18.67 12.03 19 12.09V11C19 7.82 16.88 5.14 14 4.29C14 4.19 14 4.1 14 4C14 2.9 13.11 2 12 2M10 21C10 22.11 10.9 23 12 23C12.66 23 13.28 22.67 13.65 22.13C13.33 21.79 13.05 21.41 12.81 21Z\" /></svg></li><li title=\"bell remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bell-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.12 14.46L18 16.59L15.88 14.46L14.46 15.88L16.59 18L14.46 20.12L15.88 21.54L18 19.41L20.12 21.54L21.54 20.12L19.41 18L21.54 15.88M12 2C10.9 2 10 2.9 10 4C10 4.1 10 4.19 10 4.29C7.12 5.14 5 7.82 5 11V17L3 19V20H12.35C12.12 19.36 12 18.68 12 18C12 14.69 14.69 12 18 12C18.34 12 18.67 12.03 19 12.09V11C19 7.82 16.88 5.14 14 4.29C14 4.19 14 4.1 14 4C14 2.9 13.11 2 12 2M10 21C10 22.11 10.9 23 12 23C12.66 23 13.28 22.67 13.65 22.13C13.33 21.79 13.05 21.41 12.81 21Z\" /></svg></li><li title=\"bell ring outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bell-ring-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,21H14A2,2 0 0,1 12,23A2,2 0 0,1 10,21M21,19V20H3V19L5,17V11C5,7.9 7.03,5.17 10,4.29C10,4.19 10,4.1 10,4A2,2 0 0,1 12,2A2,2 0 0,1 14,4C14,4.1 14,4.19 14,4.29C16.97,5.17 19,7.9 19,11V17L21,19M17,11A5,5 0 0,0 12,6A5,5 0 0,0 7,11V18H17V11M19.75,3.19L18.33,4.61C20.04,6.3 21,8.6 21,11H23C23,8.07 21.84,5.25 19.75,3.19M1,11H3C3,8.6 3.96,6.3 5.67,4.61L4.25,3.19C2.16,5.25 1,8.07 1,11Z\" /></svg></li><li title=\"bell ring \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bell-ring\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,19V20H3V19L5,17V11C5,7.9 7.03,5.17 10,4.29C10,4.19 10,4.1 10,4A2,2 0 0,1 12,2A2,2 0 0,1 14,4C14,4.1 14,4.19 14,4.29C16.97,5.17 19,7.9 19,11V17L21,19M14,21A2,2 0 0,1 12,23A2,2 0 0,1 10,21M19.75,3.19L18.33,4.61C20.04,6.3 21,8.6 21,11H23C23,8.07 21.84,5.25 19.75,3.19M1,11H3C3,8.6 3.96,6.3 5.67,4.61L4.25,3.19C2.16,5.25 1,8.07 1,11Z\" /></svg></li><li title=\"bell sleep outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bell-sleep-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,21H14A2,2 0 0,1 12,23A2,2 0 0,1 10,21M21,19V20H3V19L5,17V11C5,7.9 7.03,5.17 10,4.29C10,4.19 10,4.1 10,4A2,2 0 0,1 12,2A2,2 0 0,1 14,4C14,4.1 14,4.19 14,4.29C16.97,5.17 19,7.9 19,11V17L21,19M17,11A5,5 0 0,0 12,6A5,5 0 0,0 7,11V18H17V11M9,9V11H12.24L9,13.7V16H15V14H11.76L15,11.3V9H9Z\" /></svg></li><li title=\"bell sleep \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bell-sleep\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,21H14A2,2 0 0,1 12,23A2,2 0 0,1 10,21M21,19V20H3V19L5,17V11C5,7.9 7.03,5.17 10,4.29C10,4.19 10,4.1 10,4A2,2 0 0,1 12,2A2,2 0 0,1 14,4C14,4.1 14,4.19 14,4.29C16.97,5.17 19,7.9 19,11V17L21,19M15,9H9V11H12.24L9,13.7V16H15V14H11.76L15,11.3V9Z\" /></svg></li><li title=\"bell \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bell\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,19V20H3V19L5,17V11C5,7.9 7.03,5.17 10,4.29C10,4.19 10,4.1 10,4A2,2 0 0,1 12,2A2,2 0 0,1 14,4C14,4.1 14,4.19 14,4.29C16.97,5.17 19,7.9 19,11V17L21,19M14,21A2,2 0 0,1 12,23A2,2 0 0,1 10,21\" /></svg></li><li title=\"beta \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-beta\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9.23,17.59V23.12H6.88V6.72C6.88,5.27 7.31,4.13 8.16,3.28C9,2.43 10.17,2 11.61,2C13,2 14.07,2.34 14.87,3C15.66,3.68 16.05,4.62 16.05,5.81C16.05,6.63 15.79,7.4 15.27,8.11C14.75,8.82 14.08,9.31 13.25,9.58V9.62C14.5,9.82 15.47,10.27 16.13,11C16.79,11.71 17.12,12.62 17.12,13.74C17.12,15.06 16.66,16.14 15.75,16.97C14.83,17.8 13.63,18.21 12.13,18.21C11.07,18.21 10.1,18 9.23,17.59M10.72,10.75V8.83C11.59,8.72 12.3,8.4 12.87,7.86C13.43,7.31 13.71,6.7 13.71,6C13.71,4.62 13,3.92 11.6,3.92C10.84,3.92 10.25,4.16 9.84,4.65C9.43,5.14 9.23,5.82 9.23,6.71V15.5C10.14,16.03 11.03,16.29 11.89,16.29C12.73,16.29 13.39,16.07 13.86,15.64C14.33,15.2 14.56,14.58 14.56,13.79C14.56,12 13.28,11 10.72,10.75Z\" /></svg></li><li title=\"betamax \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-betamax\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,5A2,2 0 0,0 2,7V17A2,2 0 0,0 4,19H20A2,2 0 0,0 22,17V7A2,2 0 0,0 20,5H4M8,9A4,4 0 0,1 12,13A4,4 0 0,1 8,17A4,4 0 0,1 4,13A4,4 0 0,1 8,9M13,9H20V17H13V9M8,11A2,2 0 0,0 6,13A2,2 0 0,0 8,15A2,2 0 0,0 10,13A2,2 0 0,0 8,11Z\" /></svg></li><li title=\"biathlon \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-biathlon\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12.88,3.64C13.65,3.64 14.28,4.27 14.28,5.04C14.28,5.81 13.65,6.44 12.88,6.44C12.11,6.44 11.5,5.81 11.5,5.04C11.5,4.27 12.11,3.64 12.88,3.64M15,13H16.5V19H15V13M15,8.5H16.5V10H15V8.5M10.04,2.6L8,2.04L6.06,8.58L3.9,11.42L7.17,12.37L10.04,2.6M19.67,18.55C19.31,18.93 18.88,19.5 18.4,19.7C17.91,19.92 17.54,20 17,20H13.5L13.43,17C13.42,16.83 13.37,16.67 13.28,16.5L10.88,12.24L11.76,9.5C12.34,10.55 13,11.73 13.06,11.83C13.21,12 13.45,12.13 13.69,12.13H15.9A0.81,0.81 0 0,0 16.71,11.32C16.71,10.9 16.38,10.56 15.96,10.53L14.29,10.4L12.4,7C12.4,7 12,6.42 11.14,6.42C10.27,6.42 10,6.84 9.83,7.42L6,20H3V22H17C18.37,22 19.53,21.34 20.5,20.37L19.67,18.55M9.75,14.39L11.62,17.39L11.75,20H7.75L9.75,14.39Z\" /></svg></li><li title=\"bicycle basket \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bicycle-basket\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.74 13.36L14.14 7.71L13.06 5.5H10.5V4H14L14.73 5.5H21.75L20.75 9H16.44L17.11 10.37C17.69 10.13 18.33 10 19 10C21.76 10 24 12.24 24 15C24 17.76 21.76 20 19 20C16.24 20 14 17.76 14 15C14 13.45 14.71 12.06 15.82 11.15L15 9.5L12.25 16H9.9C9.44 18.28 7.42 20 5 20C2.24 20 0 17.76 0 15C0 12.24 2.24 10 5 10C7.59 10 9.72 11.97 10 14.5H10.58L8.3 9H7.5C7.09 9 6.75 8.66 6.75 8.25C6.75 7.84 7.09 7.5 7.5 7.5H10.25C10.66 7.5 11 7.84 11 8.25C11 8.66 10.66 9 10.25 9H9.97L11.74 13.36M5 11.5C3.07 11.5 1.5 13.07 1.5 15C1.5 16.93 3.07 18.5 5 18.5C6.59 18.5 7.93 17.45 8.36 16H4V14.5H8.47C8.22 12.8 6.76 11.5 5 11.5M19 11.5C18.57 11.5 18.15 11.58 17.77 11.72L19.7 15.68L18.35 16.34L16.5 12.55C15.88 13.18 15.5 14.05 15.5 15C15.5 16.93 17.07 18.5 19 18.5C20.93 18.5 22.5 16.93 22.5 15C22.5 13.07 20.93 11.5 19 11.5Z\" /></svg></li><li title=\"bicycle cargo \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bicycle-cargo\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 11.5V10L13.5 9V5H9V6.5H12V14.3H11L9 10C9.3 9.9 9.5 9.6 9.5 9.3C9.5 8.9 9.2 8.5 8.8 8.5H6.8C6.3 8.5 6 8.8 6 9.2S6.3 10 6.8 10H7.4L9.4 14.2H7.9C7.6 12.4 6 11 4 11C1.8 11 0 12.8 0 15S1.8 19 4 19C6 19 7.6 17.6 7.9 15.8H16.5C16.7 13.4 18.6 11.5 21 11.5M6.4 15.8C6.1 16.8 5.1 17.6 4 17.6C2.6 17.6 1.5 16.5 1.5 15.1S2.6 12.6 4 12.6C5.1 12.6 6.1 13.3 6.4 14.4H4V15.9H6.4M21 13C19.3 13 18 14.3 18 16S19.3 19 21 19 24 17.7 24 16 22.7 13 21 13M21 17.5C20.2 17.5 19.5 16.8 19.5 16S20.2 14.5 21 14.5 22.5 15.2 22.5 16 21.8 17.5 21 17.5Z\" /></svg></li><li title=\"bicycle electric \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bicycle-electric\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 7C18.44 7 17.91 7.11 17.41 7.28L14.46 1.5H11V3H13.54L14.42 4.72L12 10.13L10.23 5.95C10.5 5.85 10.74 5.58 10.74 5.25C10.74 4.84 10.41 4.5 10 4.5H8C7.58 4.5 7.24 4.84 7.24 5.25S7.58 6 8 6H8.61L10.86 11.25H9.92C9.56 8.85 7.5 7 5 7C2.24 7 0 9.24 0 12S2.24 17 5 17C7.5 17 9.56 15.15 9.92 12.75H12.5L15.29 6.43L16.08 7.96C14.82 8.87 14 10.34 14 12C14 14.76 16.24 17 19 17S24 14.76 24 12 21.76 7 19 7M5 15.5C3.07 15.5 1.5 13.93 1.5 12S3.07 8.5 5 8.5C6.67 8.5 8.07 9.68 8.41 11.25H4V12.75H8.41C8.07 14.32 6.67 15.5 5 15.5M19 15.5C17.07 15.5 15.5 13.93 15.5 12C15.5 10.92 16 9.97 16.77 9.33L18.57 12.85L19.89 12.13L18.1 8.63C18.39 8.56 18.69 8.5 19 8.5C20.93 8.5 22.5 10.07 22.5 12S20.93 15.5 19 15.5M11 20H7L13 23V21H17L11 18V20Z\" /></svg></li><li title=\"bicycle penny farthing \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bicycle-penny-farthing\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.5 5.06V2H12V4H13.5V5.04C12.71 5.11 11.94 5.27 11.2 5.5C11.03 5.2 10.72 5 10.36 5H7C6.45 5 6 5.45 6 6S6.45 7 7 7H8.05C5.09 9 3.12 12.36 3 16.18C1.85 16.59 1 17.69 1 19C1 20.66 2.34 22 4 22S7 20.66 7 19C7 17.7 6.17 16.61 5 16.19C5.07 14.67 5.46 13.25 6.14 12C6.05 12.5 6 13 6 13.5C6 18.19 9.81 22 14.5 22C19.19 22 23 18.19 23 13.5C23 9.14 19.72 5.56 15.5 5.06M4 20C3.45 20 3 19.55 3 19S3.45 18 4 18 5 18.45 5 19 4.55 20 4 20M14.5 20C10.92 20 8 17.08 8 13.5C8 10.26 10.39 7.57 13.5 7.09V15H15.5V7.09C18.61 7.57 21 10.26 21 13.5C21 17.08 18.08 20 14.5 20Z\" /></svg></li><li title=\"bicycle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bicycle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 10C18.44 10 17.91 10.11 17.41 10.28L14.46 4.5H11V6H13.54L14.42 7.72L12 13.13L10.23 8.95C10.5 8.85 10.74 8.58 10.74 8.25C10.74 7.84 10.41 7.5 10 7.5H8C7.58 7.5 7.24 7.84 7.24 8.25S7.58 9 8 9H8.61L10.86 14.25H9.92C9.56 11.85 7.5 10 5 10C2.24 10 0 12.24 0 15S2.24 20 5 20C7.5 20 9.56 18.15 9.92 15.75H12.5L15.29 9.43L16.08 10.96C14.82 11.87 14 13.34 14 15C14 17.76 16.24 20 19 20S24 17.76 24 15 21.76 10 19 10M5 18.5C3.07 18.5 1.5 16.93 1.5 15S3.07 11.5 5 11.5C6.67 11.5 8.07 12.68 8.41 14.25H4V15.75H8.41C8.07 17.32 6.67 18.5 5 18.5M19 18.5C17.07 18.5 15.5 16.93 15.5 15C15.5 13.92 16 12.97 16.77 12.33L18.57 15.85L19.89 15.13L18.1 11.63C18.39 11.56 18.69 11.5 19 11.5C20.93 11.5 22.5 13.07 22.5 15S20.93 18.5 19 18.5Z\" /></svg></li><li title=\"bike fast \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bike-fast\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16 1.2C15 1.2 14.2 2 14.2 3S15 4.8 16 4.8 17.8 4 17.8 3 17 1.2 16 1.2M12.4 4.1C11.93 4.1 11.5 4.29 11.2 4.6L7.5 8.29C7.19 8.6 7 9 7 9.5C7 10.13 7.33 10.66 7.85 10.97L11.2 13V18H13V11.5L10.75 9.85L13.07 7.5L14.8 10H19V8.2H15.8L13.86 4.93C13.57 4.43 13 4.1 12.4 4.1M10 3H3C2.45 3 2 2.55 2 2S2.45 1 3 1H12.79C12.58 1.34 12.41 1.71 12.32 2.11C11.46 2.13 10.65 2.45 10 3M5 12C2.24 12 0 14.24 0 17S2.24 22 5 22 10 19.76 10 17 7.76 12 5 12M5 20.5C3.07 20.5 1.5 18.93 1.5 17S3.07 13.5 5 13.5 8.5 15.07 8.5 17 6.93 20.5 5 20.5M19 12C16.24 12 14 14.24 14 17S16.24 22 19 22 24 19.76 24 17 21.76 12 19 12M19 20.5C17.07 20.5 15.5 18.93 15.5 17S17.07 13.5 19 13.5 22.5 15.07 22.5 17 20.93 20.5 19 20.5M5.32 11H1C.448 11 0 10.55 0 10S.448 9 1 9H5.05C5.03 9.16 5 9.33 5 9.5C5 10.03 5.12 10.54 5.32 11M6 7H2C1.45 7 1 6.55 1 6S1.45 5 2 5H7.97L6.09 6.87C6.05 6.91 6 6.96 6 7Z\" /></svg></li><li title=\"bike \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bike\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,20.5A3.5,3.5 0 0,1 1.5,17A3.5,3.5 0 0,1 5,13.5A3.5,3.5 0 0,1 8.5,17A3.5,3.5 0 0,1 5,20.5M5,12A5,5 0 0,0 0,17A5,5 0 0,0 5,22A5,5 0 0,0 10,17A5,5 0 0,0 5,12M14.8,10H19V8.2H15.8L13.86,4.93C13.57,4.43 13,4.1 12.4,4.1C11.93,4.1 11.5,4.29 11.2,4.6L7.5,8.29C7.19,8.6 7,9 7,9.5C7,10.13 7.33,10.66 7.85,10.97L11.2,13V18H13V11.5L10.75,9.85L13.07,7.5M19,20.5A3.5,3.5 0 0,1 15.5,17A3.5,3.5 0 0,1 19,13.5A3.5,3.5 0 0,1 22.5,17A3.5,3.5 0 0,1 19,20.5M19,12A5,5 0 0,0 14,17A5,5 0 0,0 19,22A5,5 0 0,0 24,17A5,5 0 0,0 19,12M16,4.8C17,4.8 17.8,4 17.8,3C17.8,2 17,1.2 16,1.2C15,1.2 14.2,2 14.2,3C14.2,4 15,4.8 16,4.8Z\" /></svg></li><li title=\"billboard \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-billboard\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 22H18V17H20M6 22H4V17H6M23 4V13A2 2 0 0 1 21 15H3A2 2 0 0 1 1 13V4A2 2 0 0 1 3 2H21A2 2 0 0 1 23 4M21 4H3V13H21M20 6H15V8H20M18 9H15V11H18M14 11H4L6.73 7.36L8.73 10.09L9.46 9.55L8.2 7.82L9.91 5.55Z\" /></svg></li><li title=\"billiards rack \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-billiards-rack\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.31,16.44L14.54,6.47C13.72,5.04 11.89,4.55 10.46,5.38C10,5.64 9.63,6 9.36,6.47L3.6,16.44C2.77,17.87 3.26,19.69 4.69,20.5C5.14,20.78 5.65,20.92 6.18,20.92H17.73C19.38,20.91 20.72,19.57 20.71,17.92C20.71,17.4 20.57,16.89 20.31,16.44M5.37,17.43L11.11,7.47C11.38,7 12,6.82 12.46,7.1C12.62,7.18 12.75,7.31 12.84,7.47L18.58,17.43C18.85,17.91 18.69,18.5 18.21,18.79C18.06,18.88 17.89,18.93 17.72,18.93H6.21C5.66,18.92 5.21,18.47 5.22,17.92C5.22,17.75 5.26,17.58 5.35,17.43H5.37M11.97,13.45C10.87,13.45 10,12.56 10,11.46C10,10.35 10.87,9.46 11.97,9.46A2,2 0 0,1 13.97,11.46C13.97,12.56 13.07,13.45 11.95,13.45H11.97M9.46,17.93C8.36,17.93 7.47,17.04 7.47,15.94C7.47,14.84 8.36,13.95 9.46,13.95C10.56,13.95 11.46,14.84 11.46,15.94C11.46,17.04 10.56,17.93 9.46,17.93M14.44,17.93A2,2 0 0,1 12.45,15.94A2,2 0 0,1 14.44,13.95C15.54,13.95 16.44,14.84 16.44,15.94C16.44,17.04 15.54,17.93 14.44,17.93Z\" /></svg></li><li title=\"billiards \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-billiards\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,13H13V15H11M11,9H13V11H11M11,17H13A2,2 0 0,0 15,15V13.5A1.5,1.5 0 0,0 13.5,12A1.5,1.5 0 0,0 15,10.5V9A2,2 0 0,0 13,7H11A2,2 0 0,0 9,9V10.5A1.5,1.5 0 0,0 10.5,12A1.5,1.5 0 0,0 9,13.5V15A2,2 0 0,0 11,17M12,1C5.92,1 1,5.92 1,12C1,18.08 5.92,23 12,23C18.08,23 23,18.08 23,12C23,5.92 18.08,1 12,1M12,19A7,7 0 0,1 5,12A7,7 0 0,1 12,5A7,7 0 0,1 19,12A7,7 0 0,1 12,19Z\" /></svg></li><li title=\"binoculars \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-binoculars\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,6H13V13H11V6M9,20A1,1 0 0,1 8,21H5A1,1 0 0,1 4,20V15L6,6H10V13A1,1 0 0,1 9,14V20M10,5H7V3H10V5M15,20V14A1,1 0 0,1 14,13V6H18L20,15V20A1,1 0 0,1 19,21H16A1,1 0 0,1 15,20M14,5V3H17V5H14Z\" /></svg></li><li title=\"bio \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bio\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,12H20A2,2 0 0,1 22,14V17A2,2 0 0,1 20,19H17A2,2 0 0,1 15,17V14A2,2 0 0,1 17,12M17,14V17H20V14H17M2,7H7A2,2 0 0,1 9,9V11A2,2 0 0,1 7,13A2,2 0 0,1 9,15V17A2,2 0 0,1 7,19H2V13L2,7M4,9V12H7V9H4M4,17H7V14H4V17M11,13H13V19H11V13M11,9H13V11H11V9Z\" /></svg></li><li title=\"biohazard \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-biohazard\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23,16.06C23,16.29 23,16.5 22.96,16.7C22.78,14.14 20.64,12.11 18,12.11C17.63,12.11 17.27,12.16 16.92,12.23C16.96,12.5 17,12.73 17,13C17,15.35 15.31,17.32 13.07,17.81C13.42,20.05 15.31,21.79 17.65,21.96C17.43,22 17.22,22 17,22C14.92,22 13.07,20.94 12,19.34C10.93,20.94 9.09,22 7,22C6.78,22 6.57,22 6.35,21.96C8.69,21.79 10.57,20.06 10.93,17.81C8.68,17.32 7,15.35 7,13C7,12.73 7.04,12.5 7.07,12.23C6.73,12.16 6.37,12.11 6,12.11C3.36,12.11 1.22,14.14 1.03,16.7C1,16.5 1,16.29 1,16.06C1,12.85 3.59,10.24 6.81,10.14C6.3,9.27 6,8.25 6,7.17C6,4.94 7.23,3 9.06,2C7.81,2.9 7,4.34 7,6C7,7.35 7.56,8.59 8.47,9.5C9.38,8.59 10.62,8.04 12,8.04C13.37,8.04 14.62,8.59 15.5,9.5C16.43,8.59 17,7.35 17,6C17,4.34 16.18,2.9 14.94,2C16.77,3 18,4.94 18,7.17C18,8.25 17.7,9.27 17.19,10.14C20.42,10.24 23,12.85 23,16.06M9.27,10.11C10.05,10.62 11,10.92 12,10.92C13,10.92 13.95,10.62 14.73,10.11C14,9.45 13.06,9.03 12,9.03C10.94,9.03 10,9.45 9.27,10.11M12,14.47C12.82,14.47 13.5,13.8 13.5,13A1.5,1.5 0 0,0 12,11.5A1.5,1.5 0 0,0 10.5,13C10.5,13.8 11.17,14.47 12,14.47M10.97,16.79C10.87,14.9 9.71,13.29 8.05,12.55C8.03,12.7 8,12.84 8,13C8,14.82 9.27,16.34 10.97,16.79M15.96,12.55C14.29,13.29 13.12,14.9 13,16.79C14.73,16.34 16,14.82 16,13C16,12.84 15.97,12.7 15.96,12.55Z\" /></svg></li><li title=\"bird \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bird\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23 11.5L19.95 10.37C19.69 9.22 19.04 8.56 19.04 8.56C17.4 6.92 14.75 6.92 13.11 8.56L11.63 10.04L5 3C4 7 5 11 7.45 14.22L2 19.5C2 19.5 10.89 21.5 16.07 17.45C18.83 15.29 19.45 14.03 19.84 12.7L23 11.5M17.71 11.72C17.32 12.11 16.68 12.11 16.29 11.72C15.9 11.33 15.9 10.7 16.29 10.31C16.68 9.92 17.32 9.92 17.71 10.31C18.1 10.7 18.1 11.33 17.71 11.72Z\" /></svg></li><li title=\"bitbucket \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bitbucket\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2.65 3C2.3 3 2 3.3 2 3.65C2 3.69 2 3.73 2 3.77L4.73 20.27C4.8 20.69 5.16 21 5.58 21H18.63C18.94 21 19.22 20.78 19.27 20.46L22 3.77C22.05 3.42 21.81 3.09 21.46 3.04C21.43 3.03 21.39 3.03 21.35 3.03L2.65 3M14.1 14.95H9.94L8.81 9.07H15.11L14.1 14.95Z\" /></svg></li><li title=\"bitcoin \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bitcoin\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.24 10.56C13.93 11.8 12 11.17 11.4 11L11.95 8.82C12.57 9 14.56 9.26 14.24 10.56M11.13 12.12L10.53 14.53C11.27 14.72 13.56 15.45 13.9 14.09C14.26 12.67 11.87 12.3 11.13 12.12M21.7 14.42C20.36 19.78 14.94 23.04 9.58 21.7C4.22 20.36 .963 14.94 2.3 9.58C3.64 4.22 9.06 .964 14.42 2.3C19.77 3.64 23.03 9.06 21.7 14.42M14.21 8.05L14.66 6.25L13.56 6L13.12 7.73C12.83 7.66 12.54 7.59 12.24 7.53L12.68 5.76L11.59 5.5L11.14 7.29C10.9 7.23 10.66 7.18 10.44 7.12L10.44 7.12L8.93 6.74L8.63 7.91C8.63 7.91 9.45 8.1 9.43 8.11C9.88 8.22 9.96 8.5 9.94 8.75L8.71 13.68C8.66 13.82 8.5 14 8.21 13.95C8.22 13.96 7.41 13.75 7.41 13.75L6.87 15L8.29 15.36C8.56 15.43 8.82 15.5 9.08 15.56L8.62 17.38L9.72 17.66L10.17 15.85C10.47 15.93 10.76 16 11.04 16.08L10.59 17.87L11.69 18.15L12.15 16.33C14 16.68 15.42 16.54 16 14.85C16.5 13.5 16 12.7 15 12.19C15.72 12 16.26 11.55 16.41 10.57C16.61 9.24 15.59 8.53 14.21 8.05Z\" /></svg></li><li title=\"black mesa \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-black-mesa\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12C4,14.39 5.05,16.53 6.71,18H9V12H17L19.15,15.59C19.69,14.5 20,13.29 20,12A8,8 0 0,0 12,4Z\" /></svg></li><li title=\"blender outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-blender-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.13 15.13L18 3H14V2H10V3H5C3.9 3 3 3.9 3 5V9C3 10.1 3.9 11 5 11H7.23L7.87 15.13C6.74 16.05 6 17.43 6 19V20C6 21.1 6.9 22 8 22H16C17.1 22 18 21.1 18 20V19C18 17.43 17.26 16.05 16.13 15.13M5 9V5H6.31L6.93 9H5M15.67 5L14.29 14H9.72L8.33 5H15.67M16 20H8V19C8 17.35 9.35 16 11 16H13C14.65 16 16 17.35 16 19V20M12 17C12.55 17 13 17.45 13 18S12.55 19 12 19 11 18.55 11 18 11.45 17 12 17Z\" /></svg></li><li title=\"blender software \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-blender-software\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12.58,3.12V3.13C12.27,3.13 11.96,3.22 11.71,3.39C11.21,3.74 11.15,4.32 11.6,4.69L14.46,7L5.73,7.03H5.72C5,7.03 4.3,7.5 4.16,8.1C4,8.71 4.5,9.22 5.26,9.22L9.69,9.21L1.76,15.3C1,15.87 0.77,16.82 1.24,17.42C1.72,18.03 2.73,18.03 3.5,17.42L7.8,13.89C7.8,13.89 7.73,14.37 7.74,14.65C7.74,14.94 7.84,15.5 7.97,15.93C8.26,16.86 8.75,17.71 9.43,18.46C10.13,19.23 11,19.85 12,20.29C13.03,20.76 14.17,21 15.34,21C16.5,21 17.65,20.75 18.69,20.28C19.69,19.84 20.55,19.21 21.25,18.44C21.93,17.69 22.42,16.83 22.71,15.91C22.85,15.44 22.94,14.97 23,14.5C23,14.03 23,13.56 22.94,13.09C22.81,12.18 22.5,11.32 22,10.54C21.56,9.83 21,9.2 20.31,8.67V8.67L13.42,3.38C13.19,3.21 12.89,3.12 12.58,3.12M15.34,9.21C16.5,9.21 17.59,9.59 18.46,10.29C18.9,10.65 19.25,11.07 19.5,11.54C19.77,12 19.94,12.55 20,13.11C20.04,13.67 19.96,14.23 19.77,14.77C19.57,15.31 19.25,15.81 18.82,16.26C17.93,17.16 16.69,17.68 15.34,17.68C14,17.68 12.75,17.17 11.86,16.27C11.43,15.83 11.11,15.32 10.91,14.78C10.72,14.25 10.64,13.69 10.69,13.12C10.74,12.56 10.91,12.03 11.17,11.55C11.43,11.08 11.79,10.66 12.23,10.3C13.09,9.59 14.19,9.21 15.34,9.21M15.44,10.61C14.66,10.61 13.94,10.89 13.41,11.34C12.87,11.8 12.5,12.44 12.47,13.18C12.43,13.93 12.73,14.63 13.26,15.15C13.8,15.68 14.58,16 15.44,16C16.3,16 17.07,15.68 17.62,15.15C18.15,14.63 18.45,13.93 18.41,13.18C18.37,12.44 18,11.8 17.47,11.34C16.94,10.89 16.22,10.61 15.44,10.61Z\" /></svg></li><li title=\"blender \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-blender\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.13 15.13L18 3H14V2H10V3H5C3.9 3 3 3.9 3 5V9C3 10.1 3.9 11 5 11H7.23L7.87 15.13C6.74 16.05 6 17.43 6 19V20C6 21.1 6.9 22 8 22H16C17.1 22 18 21.1 18 20V19C18 17.43 17.26 16.05 16.13 15.13M5 9V5H6.31L6.93 9H5M12 19C11.45 19 11 18.55 11 18S11.45 17 12 17 13 17.45 13 18 12.55 19 12 19M14.29 14H9.72L8.33 5H15.67L14.29 14Z\" /></svg></li><li title=\"blinds open \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-blinds-open\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 2H21C21.55 2 22 2.45 22 3V5C22 5.55 21.55 6 21 6H20V7C20 7.55 19.55 8 19 8H13V10.17C14.17 10.58 15 11.7 15 13C15 14.66 13.66 16 12 16C10.34 16 9 14.66 9 13C9 11.69 9.84 10.58 11 10.17V8H5C4.45 8 4 7.55 4 7V6H3C2.45 6 2 5.55 2 5V3C2 2.45 2.45 2 3 2M12 12C11.45 12 11 12.45 11 13C11 13.55 11.45 14 12 14C12.55 14 13 13.55 13 13C13 12.45 12.55 12 12 12Z\" /></svg></li><li title=\"blinds \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-blinds\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,2H21A1,1 0 0,1 22,3V5A1,1 0 0,1 21,6H20V13A1,1 0 0,1 19,14H13V16.17C14.17,16.58 15,17.69 15,19A3,3 0 0,1 12,22A3,3 0 0,1 9,19C9,17.69 9.83,16.58 11,16.17V14H5A1,1 0 0,1 4,13V6H3A1,1 0 0,1 2,5V3A1,1 0 0,1 3,2M12,18A1,1 0 0,0 11,19A1,1 0 0,0 12,20A1,1 0 0,0 13,19A1,1 0 0,0 12,18Z\" /></svg></li><li title=\"block helper \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-block-helper\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,0A12,12 0 0,1 24,12A12,12 0 0,1 12,24A12,12 0 0,1 0,12A12,12 0 0,1 12,0M12,2A10,10 0 0,0 2,12C2,14.4 2.85,16.6 4.26,18.33L18.33,4.26C16.6,2.85 14.4,2 12,2M12,22A10,10 0 0,0 22,12C22,9.6 21.15,7.4 19.74,5.67L5.67,19.74C7.4,21.15 9.6,22 12,22Z\" /></svg></li><li title=\"blood bag \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-blood-bag\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,7C20,7 20,6 20,6V5H18V7H16V6C16,4.27 14.75,1 10,1C5.25,1 4,4.27 4,6V19C4,19.33 3.9,21 2,21V23C4.93,23 6,20.61 6,19V6C6,5.88 6.05,3 10,3C13.83,3 14,5.7 14,6V7H12V5H10V6C10,6 10,7 9,7C8,7 8,8 8,8V20C8,20 8,22 13,22C13.24,22 14.13,22 17,22C22,22 22,20 22,20V8C22,8 22,7 21,7M15,19.4A3,3 0 0,1 12,16.4C12,14.4 15,11 15,11C15,11 18,14.4 18,16.4A3,3 0 0,1 15,19.4Z\" /></svg></li><li title=\"bluetooth audio \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bluetooth-audio\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12.88,16.29L11,18.17V14.41M11,5.83L12.88,7.71L11,9.58M15.71,7.71L10,2H9V9.58L4.41,5L3,6.41L8.59,12L3,17.58L4.41,19L9,14.41V22H10L15.71,16.29L11.41,12M19.53,6.71L18.26,8C18.89,9.18 19.25,10.55 19.25,12C19.25,13.45 18.89,14.82 18.26,16L19.46,17.22C20.43,15.68 21,13.87 21,11.91C21,10 20.46,8.23 19.53,6.71M14.24,12L16.56,14.33C16.84,13.6 17,12.82 17,12C17,11.18 16.84,10.4 16.57,9.68L14.24,12Z\" /></svg></li><li title=\"bluetooth connect \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bluetooth-connect\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,10L17,12L19,14L21,12M14.88,16.29L13,18.17V14.41M13,5.83L14.88,7.71L13,9.58M17.71,7.71L12,2H11V9.58L6.41,5L5,6.41L10.59,12L5,17.58L6.41,19L11,14.41V22H12L17.71,16.29L13.41,12M7,12L5,10L3,12L5,14L7,12Z\" /></svg></li><li title=\"bluetooth off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bluetooth-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,5.83L14.88,7.71L13.28,9.31L14.69,10.72L17.71,7.7L12,2H11V7.03L13,9.03M5.41,4L4,5.41L10.59,12L5,17.59L6.41,19L11,14.41V22H12L16.29,17.71L18.59,20L20,18.59M13,18.17V14.41L14.88,16.29\" /></svg></li><li title=\"bluetooth settings \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bluetooth-settings\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.88,14.29L13,16.17V12.41L14.88,14.29M13,3.83L14.88,5.71L13,7.59M17.71,5.71L12,0H11V7.59L6.41,3L5,4.41L10.59,10L5,15.59L6.41,17L11,12.41V20H12L17.71,14.29L13.41,10L17.71,5.71M15,24H17V22H15M7,24H9V22H7M11,24H13V22H11V24Z\" /></svg></li><li title=\"bluetooth transfer \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bluetooth-transfer\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.71,7.71L10.41,12L14.71,16.29L9,22H8V14.41L3.41,19L2,17.59L7.59,12L2,6.41L3.41,5L8,9.59V2H9L14.71,7.71M10,5.83V9.59L11.88,7.71L10,5.83M11.88,16.29L10,14.41V18.17L11.88,16.29M22,8H20V11H18V8H16L19,4L22,8M22,16L19,20L16,16H18V13H20V16H22Z\" /></svg></li><li title=\"bluetooth \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bluetooth\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.88,16.29L13,18.17V14.41M13,5.83L14.88,7.71L13,9.58M17.71,7.71L12,2H11V9.58L6.41,5L5,6.41L10.59,12L5,17.58L6.41,19L11,14.41V22H12L17.71,16.29L13.41,12L17.71,7.71Z\" /></svg></li><li title=\"blur linear \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-blur-linear\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,17A1,1 0 0,0 14,16A1,1 0 0,0 13,15A1,1 0 0,0 12,16A1,1 0 0,0 13,17M13,13A1,1 0 0,0 14,12A1,1 0 0,0 13,11A1,1 0 0,0 12,12A1,1 0 0,0 13,13M13,9A1,1 0 0,0 14,8A1,1 0 0,0 13,7A1,1 0 0,0 12,8A1,1 0 0,0 13,9M17,12.5A0.5,0.5 0 0,0 17.5,12A0.5,0.5 0 0,0 17,11.5A0.5,0.5 0 0,0 16.5,12A0.5,0.5 0 0,0 17,12.5M17,8.5A0.5,0.5 0 0,0 17.5,8A0.5,0.5 0 0,0 17,7.5A0.5,0.5 0 0,0 16.5,8A0.5,0.5 0 0,0 17,8.5M3,3V5H21V3M17,16.5A0.5,0.5 0 0,0 17.5,16A0.5,0.5 0 0,0 17,15.5A0.5,0.5 0 0,0 16.5,16A0.5,0.5 0 0,0 17,16.5M9,17A1,1 0 0,0 10,16A1,1 0 0,0 9,15A1,1 0 0,0 8,16A1,1 0 0,0 9,17M5,13.5A1.5,1.5 0 0,0 6.5,12A1.5,1.5 0 0,0 5,10.5A1.5,1.5 0 0,0 3.5,12A1.5,1.5 0 0,0 5,13.5M5,9.5A1.5,1.5 0 0,0 6.5,8A1.5,1.5 0 0,0 5,6.5A1.5,1.5 0 0,0 3.5,8A1.5,1.5 0 0,0 5,9.5M3,21H21V19H3M9,9A1,1 0 0,0 10,8A1,1 0 0,0 9,7A1,1 0 0,0 8,8A1,1 0 0,0 9,9M9,13A1,1 0 0,0 10,12A1,1 0 0,0 9,11A1,1 0 0,0 8,12A1,1 0 0,0 9,13M5,17.5A1.5,1.5 0 0,0 6.5,16A1.5,1.5 0 0,0 5,14.5A1.5,1.5 0 0,0 3.5,16A1.5,1.5 0 0,0 5,17.5Z\" /></svg></li><li title=\"blur off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-blur-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,13.5A0.5,0.5 0 0,0 2.5,14A0.5,0.5 0 0,0 3,14.5A0.5,0.5 0 0,0 3.5,14A0.5,0.5 0 0,0 3,13.5M6,17A1,1 0 0,0 5,18A1,1 0 0,0 6,19A1,1 0 0,0 7,18A1,1 0 0,0 6,17M10,20.5A0.5,0.5 0 0,0 9.5,21A0.5,0.5 0 0,0 10,21.5A0.5,0.5 0 0,0 10.5,21A0.5,0.5 0 0,0 10,20.5M3,9.5A0.5,0.5 0 0,0 2.5,10A0.5,0.5 0 0,0 3,10.5A0.5,0.5 0 0,0 3.5,10A0.5,0.5 0 0,0 3,9.5M6,13A1,1 0 0,0 5,14A1,1 0 0,0 6,15A1,1 0 0,0 7,14A1,1 0 0,0 6,13M21,13.5A0.5,0.5 0 0,0 20.5,14A0.5,0.5 0 0,0 21,14.5A0.5,0.5 0 0,0 21.5,14A0.5,0.5 0 0,0 21,13.5M10,17A1,1 0 0,0 9,18A1,1 0 0,0 10,19A1,1 0 0,0 11,18A1,1 0 0,0 10,17M2.5,5.27L6.28,9.05L6,9A1,1 0 0,0 5,10A1,1 0 0,0 6,11A1,1 0 0,0 7,10C7,9.9 6.97,9.81 6.94,9.72L9.75,12.53C9.04,12.64 8.5,13.26 8.5,14A1.5,1.5 0 0,0 10,15.5C10.74,15.5 11.36,14.96 11.47,14.25L14.28,17.06C14.19,17.03 14.1,17 14,17A1,1 0 0,0 13,18A1,1 0 0,0 14,19A1,1 0 0,0 15,18C15,17.9 14.97,17.81 14.94,17.72L18.72,21.5L20,20.23L3.77,4L2.5,5.27M14,20.5A0.5,0.5 0 0,0 13.5,21A0.5,0.5 0 0,0 14,21.5A0.5,0.5 0 0,0 14.5,21A0.5,0.5 0 0,0 14,20.5M18,7A1,1 0 0,0 19,6A1,1 0 0,0 18,5A1,1 0 0,0 17,6A1,1 0 0,0 18,7M18,11A1,1 0 0,0 19,10A1,1 0 0,0 18,9A1,1 0 0,0 17,10A1,1 0 0,0 18,11M18,15A1,1 0 0,0 19,14A1,1 0 0,0 18,13A1,1 0 0,0 17,14A1,1 0 0,0 18,15M10,7A1,1 0 0,0 11,6A1,1 0 0,0 10,5A1,1 0 0,0 9,6A1,1 0 0,0 10,7M21,10.5A0.5,0.5 0 0,0 21.5,10A0.5,0.5 0 0,0 21,9.5A0.5,0.5 0 0,0 20.5,10A0.5,0.5 0 0,0 21,10.5M10,3.5A0.5,0.5 0 0,0 10.5,3A0.5,0.5 0 0,0 10,2.5A0.5,0.5 0 0,0 9.5,3A0.5,0.5 0 0,0 10,3.5M14,3.5A0.5,0.5 0 0,0 14.5,3A0.5,0.5 0 0,0 14,2.5A0.5,0.5 0 0,0 13.5,3A0.5,0.5 0 0,0 14,3.5M13.8,11.5H14A1.5,1.5 0 0,0 15.5,10A1.5,1.5 0 0,0 14,8.5A1.5,1.5 0 0,0 12.5,10V10.2C12.61,10.87 13.13,11.39 13.8,11.5M14,7A1,1 0 0,0 15,6A1,1 0 0,0 14,5A1,1 0 0,0 13,6A1,1 0 0,0 14,7Z\" /></svg></li><li title=\"blur radial \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-blur-radial\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,13A1,1 0 0,0 13,14A1,1 0 0,0 14,15A1,1 0 0,0 15,14A1,1 0 0,0 14,13M14,16.5A0.5,0.5 0 0,0 13.5,17A0.5,0.5 0 0,0 14,17.5A0.5,0.5 0 0,0 14.5,17A0.5,0.5 0 0,0 14,16.5M12,20A8,8 0 0,1 4,12A8,8 0 0,1 12,4A8,8 0 0,1 20,12A8,8 0 0,1 12,20M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M17,9.5A0.5,0.5 0 0,0 16.5,10A0.5,0.5 0 0,0 17,10.5A0.5,0.5 0 0,0 17.5,10A0.5,0.5 0 0,0 17,9.5M17,13.5A0.5,0.5 0 0,0 16.5,14A0.5,0.5 0 0,0 17,14.5A0.5,0.5 0 0,0 17.5,14A0.5,0.5 0 0,0 17,13.5M14,7.5A0.5,0.5 0 0,0 14.5,7A0.5,0.5 0 0,0 14,6.5A0.5,0.5 0 0,0 13.5,7A0.5,0.5 0 0,0 14,7.5M14,9A1,1 0 0,0 13,10A1,1 0 0,0 14,11A1,1 0 0,0 15,10A1,1 0 0,0 14,9M10,7.5A0.5,0.5 0 0,0 10.5,7A0.5,0.5 0 0,0 10,6.5A0.5,0.5 0 0,0 9.5,7A0.5,0.5 0 0,0 10,7.5M7,13.5A0.5,0.5 0 0,0 6.5,14A0.5,0.5 0 0,0 7,14.5A0.5,0.5 0 0,0 7.5,14A0.5,0.5 0 0,0 7,13.5M10,16.5A0.5,0.5 0 0,0 9.5,17A0.5,0.5 0 0,0 10,17.5A0.5,0.5 0 0,0 10.5,17A0.5,0.5 0 0,0 10,16.5M7,9.5A0.5,0.5 0 0,0 6.5,10A0.5,0.5 0 0,0 7,10.5A0.5,0.5 0 0,0 7.5,10A0.5,0.5 0 0,0 7,9.5M10,13A1,1 0 0,0 9,14A1,1 0 0,0 10,15A1,1 0 0,0 11,14A1,1 0 0,0 10,13M10,9A1,1 0 0,0 9,10A1,1 0 0,0 10,11A1,1 0 0,0 11,10A1,1 0 0,0 10,9Z\" /></svg></li><li title=\"blur \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-blur\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,8.5A1.5,1.5 0 0,0 12.5,10A1.5,1.5 0 0,0 14,11.5A1.5,1.5 0 0,0 15.5,10A1.5,1.5 0 0,0 14,8.5M14,12.5A1.5,1.5 0 0,0 12.5,14A1.5,1.5 0 0,0 14,15.5A1.5,1.5 0 0,0 15.5,14A1.5,1.5 0 0,0 14,12.5M10,17A1,1 0 0,0 9,18A1,1 0 0,0 10,19A1,1 0 0,0 11,18A1,1 0 0,0 10,17M10,8.5A1.5,1.5 0 0,0 8.5,10A1.5,1.5 0 0,0 10,11.5A1.5,1.5 0 0,0 11.5,10A1.5,1.5 0 0,0 10,8.5M14,20.5A0.5,0.5 0 0,0 13.5,21A0.5,0.5 0 0,0 14,21.5A0.5,0.5 0 0,0 14.5,21A0.5,0.5 0 0,0 14,20.5M14,17A1,1 0 0,0 13,18A1,1 0 0,0 14,19A1,1 0 0,0 15,18A1,1 0 0,0 14,17M21,13.5A0.5,0.5 0 0,0 20.5,14A0.5,0.5 0 0,0 21,14.5A0.5,0.5 0 0,0 21.5,14A0.5,0.5 0 0,0 21,13.5M18,5A1,1 0 0,0 17,6A1,1 0 0,0 18,7A1,1 0 0,0 19,6A1,1 0 0,0 18,5M18,9A1,1 0 0,0 17,10A1,1 0 0,0 18,11A1,1 0 0,0 19,10A1,1 0 0,0 18,9M18,17A1,1 0 0,0 17,18A1,1 0 0,0 18,19A1,1 0 0,0 19,18A1,1 0 0,0 18,17M18,13A1,1 0 0,0 17,14A1,1 0 0,0 18,15A1,1 0 0,0 19,14A1,1 0 0,0 18,13M10,12.5A1.5,1.5 0 0,0 8.5,14A1.5,1.5 0 0,0 10,15.5A1.5,1.5 0 0,0 11.5,14A1.5,1.5 0 0,0 10,12.5M10,7A1,1 0 0,0 11,6A1,1 0 0,0 10,5A1,1 0 0,0 9,6A1,1 0 0,0 10,7M10,3.5A0.5,0.5 0 0,0 10.5,3A0.5,0.5 0 0,0 10,2.5A0.5,0.5 0 0,0 9.5,3A0.5,0.5 0 0,0 10,3.5M10,20.5A0.5,0.5 0 0,0 9.5,21A0.5,0.5 0 0,0 10,21.5A0.5,0.5 0 0,0 10.5,21A0.5,0.5 0 0,0 10,20.5M3,13.5A0.5,0.5 0 0,0 2.5,14A0.5,0.5 0 0,0 3,14.5A0.5,0.5 0 0,0 3.5,14A0.5,0.5 0 0,0 3,13.5M14,3.5A0.5,0.5 0 0,0 14.5,3A0.5,0.5 0 0,0 14,2.5A0.5,0.5 0 0,0 13.5,3A0.5,0.5 0 0,0 14,3.5M14,7A1,1 0 0,0 15,6A1,1 0 0,0 14,5A1,1 0 0,0 13,6A1,1 0 0,0 14,7M21,10.5A0.5,0.5 0 0,0 21.5,10A0.5,0.5 0 0,0 21,9.5A0.5,0.5 0 0,0 20.5,10A0.5,0.5 0 0,0 21,10.5M6,5A1,1 0 0,0 5,6A1,1 0 0,0 6,7A1,1 0 0,0 7,6A1,1 0 0,0 6,5M3,9.5A0.5,0.5 0 0,0 2.5,10A0.5,0.5 0 0,0 3,10.5A0.5,0.5 0 0,0 3.5,10A0.5,0.5 0 0,0 3,9.5M6,9A1,1 0 0,0 5,10A1,1 0 0,0 6,11A1,1 0 0,0 7,10A1,1 0 0,0 6,9M6,17A1,1 0 0,0 5,18A1,1 0 0,0 6,19A1,1 0 0,0 7,18A1,1 0 0,0 6,17M6,13A1,1 0 0,0 5,14A1,1 0 0,0 6,15A1,1 0 0,0 7,14A1,1 0 0,0 6,13Z\" /></svg></li><li title=\"bolt \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bolt\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,17.7V21H10V20.3L14,17.7M17,3H7V6H17V3M15,7L14,7.7V7H10V10.3L9,11V12L15,8.1V7M15,11L14,11.7V9.7L10,12.4V14.4L9,15V16L15,12.1V11M15,15L14,15.7V13.7L10,16.4V18.4L9,19V20L15,16.1V15Z\" /></svg></li><li title=\"bomb off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bomb-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.5,2.75C12.7,2.75 11.25,4.2 11.25,6H10V7.29C9.31,7.5 8.67,7.81 8.08,8.2L17.79,17.91C18.58,16.76 19,15.39 19,14C19,10.83 16.89,8.15 14,7.29V6H12.75A1.75,1.75 0 0,1 14.5,4.25A1.75,1.75 0 0,1 16.25,6A2.25,2.25 0 0,0 18.5,8.25C19.74,8.25 20.74,7.24 20.74,6V5.25H19.25V6C19.25,6.42 18.91,6.75 18.5,6.75C18.08,6.75 17.75,6.42 17.75,6C17.75,4.2 16.29,2.75 14.5,2.75M3.41,6.36L2,7.77L5.55,11.32C5.2,12.14 5,13.04 5,14C5,17.86 8.13,21 12,21C12.92,21 13.83,20.81 14.68,20.45L18.23,24L19.64,22.59L3.41,6.36Z\" /></svg></li><li title=\"bomb \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bomb\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.25,6A3.25,3.25 0 0,1 14.5,2.75A3.25,3.25 0 0,1 17.75,6C17.75,6.42 18.08,6.75 18.5,6.75C18.92,6.75 19.25,6.42 19.25,6V5.25H20.75V6A2.25,2.25 0 0,1 18.5,8.25A2.25,2.25 0 0,1 16.25,6A1.75,1.75 0 0,0 14.5,4.25A1.75,1.75 0 0,0 12.75,6H14V7.29C16.89,8.15 19,10.83 19,14A7,7 0 0,1 12,21A7,7 0 0,1 5,14C5,10.83 7.11,8.15 10,7.29V6H11.25M22,6H24V7H22V6M19,4V2H20V4H19M20.91,4.38L22.33,2.96L23.04,3.67L21.62,5.09L20.91,4.38Z\" /></svg></li><li title=\"bone off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bone-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.1 21.5L2.4 1.7L1.1 3L5.1 7H5C3.3 7 2 8.3 2 10C2 10.8 2.3 11.5 2.8 12C2.3 12.5 2 13.2 2 14C2 15.7 3.3 17 5 17S8 15.7 8 14C9.3 13.9 10.6 13.8 11.9 13.8L20.8 22.7L22.1 21.5M20 16.8L13.3 10.1C14.2 10.1 15.1 10 16 10C16 8.3 17.3 7 19 7S22 8.3 22 10C22 10.8 21.7 11.5 21.2 12C21.7 12.5 22 13.2 22 14C22 15.3 21.2 16.4 20 16.8Z\" /></svg></li><li title=\"bone \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bone\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8,14A3,3 0 0,1 5,17A3,3 0 0,1 2,14C2,13.23 2.29,12.53 2.76,12C2.29,11.47 2,10.77 2,10A3,3 0 0,1 5,7A3,3 0 0,1 8,10C9.33,10.08 10.67,10.17 12,10.17C13.33,10.17 14.67,10.08 16,10A3,3 0 0,1 19,7A3,3 0 0,1 22,10C22,10.77 21.71,11.47 21.24,12C21.71,12.53 22,13.23 22,14A3,3 0 0,1 19,17A3,3 0 0,1 16,14C14.67,13.92 13.33,13.83 12,13.83C10.67,13.83 9.33,13.92 8,14Z\" /></svg></li><li title=\"book account outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-book-account-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 2A2 2 0 0 1 20 4V20A2 2 0 0 1 18 22H6A2 2 0 0 1 4 20V4A2 2 0 0 1 6 2H18M18 4H13V9L10.5 6.7L8 9V4H6V20H18M13 11A2 2 0 1 1 11 13A2 2 0 0 1 13 11M17 19H9V18C9 16.67 11.67 16 13 16S17 16.67 17 18V19\" /></svg></li><li title=\"book account \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-book-account\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 2H12V9L9.5 7.5L7 9V2H6A2 2 0 0 0 4 4V20A2 2 0 0 0 6 22H18A2 2 0 0 0 20 20V4A2 2 0 0 0 18 2M14 12A2 2 0 1 1 12 14A2 2 0 0 1 14 12M18 20H10V19C10 17.67 12.67 17 14 17S18 17.67 18 19Z\" /></svg></li><li title=\"book alert outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-book-alert-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16 2H4C2.9 2 2 2.9 2 4V20C2 21.11 2.9 22 4 22H16C17.11 22 18 21.11 18 20V4C18 2.9 17.11 2 16 2M16 20H4V4H6V12L8.5 9.75L11 12V4H16V20M20 15H22V17H20V15M22 7V13H20V7H22Z\" /></svg></li><li title=\"book alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-book-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 4V20C18 21.11 17.11 22 16 22H4C2.9 22 2 21.11 2 20V4C2 2.9 2.9 2 4 2H5V9L7.5 7.5L10 9V2H16C17.1 2 18 2.89 18 4M20 17H22V15H20V17M20 7V13H22V7H20Z\" /></svg></li><li title=\"book alphabet \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-book-alphabet\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5.81,2C4.83,2.09 4,3 4,4V20C4,21.05 4.95,22 6,22H18C19.05,22 20,21.05 20,20V4C20,2.89 19.1,2 18,2H12V9L9.5,7.5L7,9V2H6C5.94,2 5.87,2 5.81,2M12,13H13A1,1 0 0,1 14,14V18H13V16H12V18H11V14A1,1 0 0,1 12,13M12,14V15H13V14H12M15,15H18V16L16,19H18V20H15V19L17,16H15V15Z\" /></svg></li><li title=\"book arrow down outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-book-arrow-down-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.09 20C13.21 20.72 13.46 21.39 13.81 22H6C4.89 22 4 21.11 4 20V4C4 2.9 4.89 2 6 2H18C19.11 2 20 2.9 20 4V13.09C19.67 13.04 19.34 13 19 13C18.66 13 18.33 13.04 18 13.09V4H13V12L10.5 9.75L8 12V4H6V20H13.09M20 20V16H18V20H16L19 23L22 20H20Z\" /></svg></li><li title=\"book arrow down \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-book-arrow-down\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 19C13 20.1 13.3 21.12 13.81 22H6C4.89 22 4 21.11 4 20V4C4 2.9 4.89 2 6 2H7V9L9.5 7.5L12 9V2H18C19.1 2 20 2.89 20 4V13.09C19.67 13.04 19.34 13 19 13C15.69 13 13 15.69 13 19M20 20V16H18V20H16L19 23L22 20H20Z\" /></svg></li><li title=\"book arrow left outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-book-arrow-left-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.09 20C13.21 20.72 13.46 21.39 13.81 22H6C4.89 22 4 21.11 4 20V4C4 2.9 4.89 2 6 2H18C19.11 2 20 2.9 20 4V13.09C19.67 13.04 19.34 13 19 13C18.66 13 18.33 13.04 18 13.09V4H13V12L10.5 9.75L8 12V4H6V20H13.09M18 18V16L15 19L18 22V20H22V18H18Z\" /></svg></li><li title=\"book arrow left \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-book-arrow-left\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 19C13 20.1 13.3 21.12 13.81 22H6C4.89 22 4 21.11 4 20V4C4 2.9 4.89 2 6 2H7V9L9.5 7.5L12 9V2H18C19.1 2 20 2.89 20 4V13.09C19.67 13.04 19.34 13 19 13C15.69 13 13 15.69 13 19M18 18V16L15 19L18 22V20H22V18H18Z\" /></svg></li><li title=\"book arrow right outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-book-arrow-right-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.09 20C13.21 20.72 13.46 21.39 13.81 22H6C4.89 22 4 21.11 4 20V4C4 2.9 4.89 2 6 2H18C19.11 2 20 2.9 20 4V13.09C19.67 13.04 19.34 13 19 13C18.66 13 18.33 13.04 18 13.09V4H13V12L10.5 9.75L8 12V4H6V20H13.09M23 19L20 16V18H16V20H20V22L23 19Z\" /></svg></li><li title=\"book arrow right \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-book-arrow-right\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 19C13 20.1 13.3 21.12 13.81 22H6C4.89 22 4 21.11 4 20V4C4 2.9 4.89 2 6 2H7V9L9.5 7.5L12 9V2H18C19.1 2 20 2.89 20 4V13.09C19.67 13.04 19.34 13 19 13C15.69 13 13 15.69 13 19M23 19L20 16V18H16V20H20V22L23 19Z\" /></svg></li><li title=\"book arrow up outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-book-arrow-up-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.09 20C13.21 20.72 13.46 21.39 13.81 22H6C4.89 22 4 21.11 4 20V4C4 2.9 4.89 2 6 2H18C19.11 2 20 2.9 20 4V13.09C19.67 13.04 19.34 13 19 13C18.66 13 18.33 13.04 18 13.09V4H13V12L10.5 9.75L8 12V4H6V20H13.09M19 15L16 18H18V22H20V18H22L19 15Z\" /></svg></li><li title=\"book arrow up \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-book-arrow-up\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 19C13 20.1 13.3 21.12 13.81 22H6C4.89 22 4 21.11 4 20V4C4 2.9 4.89 2 6 2H7V9L9.5 7.5L12 9V2H18C19.1 2 20 2.89 20 4V13.09C19.67 13.04 19.34 13 19 13C15.69 13 13 15.69 13 19M19 15L16 18H18V22H20V18H22L19 15Z\" /></svg></li><li title=\"book cancel outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-book-cancel-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12.18 20C12.36 20.72 12.65 21.39 13.04 22H6C4.89 22 4 21.11 4 20V4C4 2.9 4.89 2 6 2H18C19.11 2 20 2.9 20 4V12.18C19.5 12.07 19 12 18.5 12C18.33 12 18.17 12 18 12.03V4H13V12L10.5 9.75L8 12V4H6V20H12.18M23 18.5C23 21 21 23 18.5 23S14 21 14 18.5 16 14 18.5 14 23 16 23 18.5M20 21.08L15.92 17C15.65 17.42 15.5 17.94 15.5 18.5C15.5 20.16 16.84 21.5 18.5 21.5C19.06 21.5 19.58 21.35 20 21.08M21.5 18.5C21.5 16.84 20.16 15.5 18.5 15.5C17.94 15.5 17.42 15.65 17 15.92L21.08 20C21.35 19.58 21.5 19.06 21.5 18.5Z\" /></svg></li><li title=\"book cancel \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-book-cancel\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 18.5C12 19.79 12.39 21 13.04 22H6C4.89 22 4 21.11 4 20V4C4 2.9 4.89 2 6 2H7V9L9.5 7.5L12 9V2H18C19.1 2 20 2.89 20 4V12.18C19.5 12.07 19 12 18.5 12C14.91 12 12 14.91 12 18.5M23 18.5C23 21 21 23 18.5 23S14 21 14 18.5 16 14 18.5 14 23 16 23 18.5M20 21.08L15.92 17C15.65 17.42 15.5 17.94 15.5 18.5C15.5 20.16 16.84 21.5 18.5 21.5C19.06 21.5 19.58 21.35 20 21.08M21.5 18.5C21.5 16.84 20.16 15.5 18.5 15.5C17.94 15.5 17.42 15.65 17 15.92L21.08 20C21.35 19.58 21.5 19.06 21.5 18.5Z\" /></svg></li><li title=\"book check outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-book-check-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.75 22.16L14 19.16L15.16 18L16.75 19.59L20.34 16L21.5 17.41L16.75 22.16M18 2C19.1 2 20 2.9 20 4V13.34C19.37 13.12 18.7 13 18 13V4H13V12L10.5 9.75L8 12V4H6V20H12.08C12.2 20.72 12.45 21.39 12.8 22H6C4.9 22 4 21.1 4 20V4C4 2.9 4.9 2 6 2H18Z\" /></svg></li><li title=\"book check \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-book-check\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.75 22.16L14 19.16L15.16 18L16.75 19.59L20.34 16L21.5 17.41L16.75 22.16M6 22C4.89 22 4 21.1 4 20V4C4 2.89 4.89 2 6 2H7V9L9.5 7.5L12 9V2H18C19.1 2 20 2.89 20 4V13.34C19.37 13.12 18.7 13 18 13C14.69 13 12 15.69 12 19C12 20.09 12.29 21.12 12.8 22H6Z\" /></svg></li><li title=\"book clock outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-book-clock-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 11.26V4C20 2.9 19.11 2 18 2H6C4.89 2 4 2.9 4 4V20C4 21.11 4.89 22 6 22H11.11C12.37 23.24 14.09 24 16 24C19.87 24 23 20.87 23 17C23 14.62 21.81 12.53 20 11.26M18 4V10.29C17.37 10.11 16.7 10 16 10C14.93 10 13.91 10.25 13 10.68V4H18M6 4H8V12L10.5 9.75L12.1 11.19C10.23 12.45 9 14.58 9 17C9 18.08 9.25 19.09 9.68 20H6V4M16 22C13.24 22 11 19.76 11 17S13.24 12 16 12 21 14.24 21 17 18.76 22 16 22M16.5 17.25L19.36 18.94L18.61 20.16L15 18V13H16.5V17.25Z\" /></svg></li><li title=\"book clock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-book-clock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.5 17.25L19.36 18.94L18.61 20.16L15 18V13H16.5V17.25M23 17C23 20.87 19.87 24 16 24C14.09 24 12.37 23.24 11.11 22H6C4.89 22 4 21.11 4 20V4C4 2.9 4.89 2 6 2H7V9L9.5 7.5L12 9V2H18C19.1 2 20 2.89 20 4V11.26C21.81 12.53 23 14.62 23 17M21 17C21 14.24 18.76 12 16 12S11 14.24 11 17 13.24 22 16 22 21 19.76 21 17Z\" /></svg></li><li title=\"book cog outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-book-cog-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 4H13V12L10.5 9.75L8 12V4H6V20H12.08C12.18 20.71 12.39 21.38 12.69 22H6C4.89 22 4 21.11 4 20V4C4 2.9 4.89 2 6 2H18C19.11 2 20 2.9 20 4V12.08C19.67 12.03 19.34 12 19 12C18.66 12 18.33 12.03 18 12.08V4M23.8 20.4C23.9 20.4 23.9 20.5 23.8 20.6L22.8 22.3C22.7 22.4 22.6 22.4 22.5 22.4L21.3 22C21 22.2 20.8 22.3 20.5 22.5L20.3 23.8C20.3 23.9 20.2 24 20.1 24H18.1C18 24 17.9 23.9 17.8 23.8L17.6 22.5C17.3 22.4 17 22.2 16.8 22L15.6 22.5C15.5 22.5 15.4 22.5 15.3 22.4L14.3 20.7C14.2 20.6 14.3 20.5 14.4 20.4L15.5 19.6V18.6L14.4 17.8C14.3 17.7 14.3 17.6 14.3 17.5L15.3 15.8C15.4 15.7 15.5 15.7 15.6 15.7L16.8 16.2C17.1 16 17.3 15.9 17.6 15.7L17.8 14.4C17.8 14.3 17.9 14.2 18.1 14.2H20.1C20.2 14.2 20.3 14.3 20.3 14.4L20.5 15.7C20.8 15.8 21.1 16 21.4 16.2L22.6 15.7C22.7 15.7 22.9 15.7 22.9 15.8L23.9 17.5C24 17.6 23.9 17.7 23.8 17.8L22.7 18.6V19.6L23.8 20.4M20.5 19C20.5 18.2 19.8 17.5 19 17.5S17.5 18.2 17.5 19 18.2 20.5 19 20.5 20.5 19.8 20.5 19Z\" /></svg></li><li title=\"book cog \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-book-cog\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 19C12 20.08 12.25 21.09 12.68 22H6C4.89 22 4 21.11 4 20V4C4 2.9 4.89 2 6 2H7V9L9.5 7.5L12 9V2H18C19.1 2 20 2.89 20 4V12.08C19.67 12.03 19.34 12 19 12C15.13 12 12 15.13 12 19M23.8 20.4C23.9 20.4 23.9 20.5 23.8 20.6L22.8 22.3C22.7 22.4 22.6 22.4 22.5 22.4L21.3 22C21 22.2 20.8 22.3 20.5 22.5L20.3 23.8C20.3 23.9 20.2 24 20.1 24H18.1C18 24 17.9 23.9 17.8 23.8L17.6 22.5C17.3 22.4 17 22.2 16.8 22L15.6 22.5C15.5 22.5 15.4 22.5 15.3 22.4L14.3 20.7C14.2 20.6 14.3 20.5 14.4 20.4L15.5 19.6V18.6L14.4 17.8C14.3 17.7 14.3 17.6 14.3 17.5L15.3 15.8C15.4 15.7 15.5 15.7 15.6 15.7L16.8 16.2C17.1 16 17.3 15.9 17.6 15.7L17.8 14.4C17.8 14.3 17.9 14.2 18.1 14.2H20.1C20.2 14.2 20.3 14.3 20.3 14.4L20.5 15.7C20.8 15.8 21.1 16 21.4 16.2L22.6 15.7C22.7 15.7 22.9 15.7 22.9 15.8L23.9 17.5C24 17.6 23.9 17.7 23.8 17.8L22.7 18.6V19.6L23.8 20.4M20.5 19C20.5 18.2 19.8 17.5 19 17.5S17.5 18.2 17.5 19 18.2 20.5 19 20.5 20.5 19.8 20.5 19Z\" /></svg></li><li title=\"book cross \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-book-cross\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5.81,2H7V9L9.5,7.5L12,9V2H18A2,2 0 0,1 20,4V20C20,21.05 19.05,22 18,22H6C4.95,22 4,21.05 4,20V4C4,3 4.83,2.09 5.81,2M13,10V13H10V15H13V20H15V15H18V13H15V10H13Z\" /></svg></li><li title=\"book edit outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-book-edit-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6 20H11V22H6C4.89 22 4 21.11 4 20V4C4 2.9 4.89 2 6 2H18C19.11 2 20 2.9 20 4V10.3C19.78 10.42 19.57 10.56 19.39 10.74L18 12.13V4H13V12L10.5 9.75L8 12V4H6V20M22.85 13.47L21.53 12.15C21.33 11.95 21 11.95 20.81 12.15L19.83 13.13L21.87 15.17L22.85 14.19C23.05 14 23.05 13.67 22.85 13.47M13 19.96V22H15.04L21.17 15.88L19.13 13.83L13 19.96Z\" /></svg></li><li title=\"book edit \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-book-edit\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.39 10.74L11 19.13V22H6C4.89 22 4 21.11 4 20V4C4 2.9 4.89 2 6 2H7V9L9.5 7.5L12 9V2H18C19.1 2 20 2.89 20 4V10.3C19.78 10.42 19.57 10.56 19.39 10.74M13 19.96V22H15.04L21.17 15.88L19.13 13.83L13 19.96M22.85 13.47L21.53 12.15C21.33 11.95 21 11.95 20.81 12.15L19.83 13.13L21.87 15.17L22.85 14.19C23.05 14 23.05 13.67 22.85 13.47Z\" /></svg></li><li title=\"book education outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-book-education-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6 20H13V22H6C4.89 22 4 21.11 4 20V4C4 2.9 4.89 2 6 2H18C19.11 2 20 2.9 20 4V12.54L18.5 11.72L18 12V4H13V12L10.5 9.75L8 12V4H6V20M24 17L18.5 14L13 17L18.5 20L24 17M15 19.09V21.09L18.5 23L22 21.09V19.09L18.5 21L15 19.09Z\" /></svg></li><li title=\"book education \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-book-education\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8.82 17L13 19.28V22H6C4.89 22 4 21.11 4 20V4C4 2.9 4.89 2 6 2H7V9L9.5 7.5L12 9V2H18C19.1 2 20 2.89 20 4V12.54L18.5 11.72L8.82 17M24 17L18.5 14L13 17L18.5 20L24 17M15 19.09V21.09L18.5 23L22 21.09V19.09L18.5 21L15 19.09Z\" /></svg></li><li title=\"book information variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-book-information-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 2H12V9L9.5 7.5L7 9V2H6C4.9 2 4 2.9 4 4V20C4 21.1 4.9 22 6 22H18C19.1 22 20 21.1 20 20V4C20 2.89 19.1 2 18 2M17.68 18.41C17.57 18.5 16.47 19.25 16.05 19.5C15.63 19.79 14 20.72 14.26 18.92C14.89 15.28 16.11 13.12 14.65 14.06C14.27 14.29 14.05 14.43 13.91 14.5C13.78 14.61 13.79 14.6 13.68 14.41S13.53 14.23 13.67 14.13C13.67 14.13 15.9 12.34 16.72 12.28C17.5 12.21 17.31 13.17 17.24 13.61C16.78 15.46 15.94 18.15 16.07 18.54C16.18 18.93 17 18.31 17.44 18C17.44 18 17.5 17.93 17.61 18.05C17.72 18.22 17.83 18.3 17.68 18.41M16.97 11.06C16.4 11.06 15.94 10.6 15.94 10.03C15.94 9.46 16.4 9 16.97 9C17.54 9 18 9.46 18 10.03C18 10.6 17.54 11.06 16.97 11.06Z\" /></svg></li><li title=\"book lock open outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-book-lock-open-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 20.7C13 21.16 13.1 21.6 13.27 22H6C4.89 22 4 21.11 4 20V4C4 2.9 4.89 2 6 2H18C19.11 2 20 2.9 20 4V9.11C19.68 9.04 19.34 9 19 9S18.32 9.04 18 9.11V4H13V12L10.5 9.75L8 12V4H6V20H13V20.7M21.8 16H17.5V13.5C17.5 12.7 18.2 12.2 19 12.2S20.5 12.7 20.5 13.5V14H21.8V13.5C21.8 12.1 20.4 11 19 11S16.2 12.1 16.2 13.5V16C15.6 16 15 16.6 15 17.2V20.7C15 21.4 15.6 22 16.2 22H21.7C22.4 22 23 21.4 23 20.8V17.3C23 16.6 22.4 16 21.8 16Z\" /></svg></li><li title=\"book lock open \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-book-lock-open\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.2 13.5V14.74C13.5 15.34 13 16.24 13 17.2V20.7C13 21.16 13.1 21.6 13.27 22H6C4.89 22 4 21.11 4 20V4C4 2.9 4.89 2 6 2H7V9L9.5 7.5L12 9V2H18C19.1 2 20 2.89 20 4V9.11C19.68 9.04 19.34 9 19 9C16.4 9 14.2 11.06 14.2 13.5M21.8 16H17.5V13.5C17.5 12.7 18.2 12.2 19 12.2S20.5 12.7 20.5 13.5V14H21.8V13.5C21.8 12.1 20.4 11 19 11S16.2 12.1 16.2 13.5V16C15.6 16 15 16.6 15 17.2V20.7C15 21.4 15.6 22 16.2 22H21.7C22.4 22 23 21.4 23 20.8V17.3C23 16.6 22.4 16 21.8 16Z\" /></svg></li><li title=\"book lock outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-book-lock-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 20.7C13 21.16 13.1 21.6 13.27 22H6C4.89 22 4 21.11 4 20V4C4 2.9 4.89 2 6 2H18C19.11 2 20 2.9 20 4V10.11C19.68 10.04 19.34 10 19 10S18.32 10.04 18 10.11V4H13V12L10.5 9.75L8 12V4H6V20H13V20.7M23 17.3V20.8C23 21.4 22.4 22 21.7 22H16.2C15.6 22 15 21.4 15 20.7V17.2C15 16.6 15.6 16 16.2 16V14.5C16.2 13.1 17.6 12 19 12S21.8 13.1 21.8 14.5V16C22.4 16 23 16.6 23 17.3M20.5 14.5C20.5 13.7 19.8 13.2 19 13.2S17.5 13.7 17.5 14.5V16H20.5V14.5Z\" /></svg></li><li title=\"book lock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-book-lock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.2 14.5V14.74C13.5 15.34 13 16.24 13 17.2V20.7C13 21.16 13.1 21.6 13.27 22H6C4.89 22 4 21.11 4 20V4C4 2.9 4.89 2 6 2H7V9L9.5 7.5L12 9V2H18C19.1 2 20 2.89 20 4V10.11C19.68 10.04 19.34 10 19 10C16.4 10 14.2 12.06 14.2 14.5M23 17.3V20.8C23 21.4 22.4 22 21.7 22H16.2C15.6 22 15 21.4 15 20.7V17.2C15 16.6 15.6 16 16.2 16V14.5C16.2 13.1 17.6 12 19 12S21.8 13.1 21.8 14.5V16C22.4 16 23 16.6 23 17.3M20.5 14.5C20.5 13.7 19.8 13.2 19 13.2S17.5 13.7 17.5 14.5V16H20.5V14.5Z\" /></svg></li><li title=\"book marker outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-book-marker-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.55 20C15 20.76 15.5 21.44 15.91 22H6C4.89 22 4 21.11 4 20V4C4 2.9 4.89 2 6 2H18C19.11 2 20 2.9 20 4V10.22C19.5 10.08 19 10 18.5 10C18.33 10 18.17 10 18 10.03V4H13V12L10.5 9.75L8 12V4H6V20H14.55M22 15.5C22 18.1 18.5 22 18.5 22S15 18.1 15 15.5C15 13.6 16.6 12 18.5 12S22 13.6 22 15.5M19.7 15.6C19.7 15 19.1 14.4 18.5 14.4S17.3 14.9 17.3 15.6C17.3 16.2 17.8 16.8 18.5 16.8S19.8 16.2 19.7 15.6Z\" /></svg></li><li title=\"book marker \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-book-marker\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 15.5C13 17.78 14.7 20.41 15.91 22H6C4.89 22 4 21.11 4 20V4C4 2.9 4.89 2 6 2H7V9L9.5 7.5L12 9V2H18C19.1 2 20 2.89 20 4V10.22C19.5 10.08 19 10 18.5 10C15.5 10 13 12.5 13 15.5M22 15.5C22 18.1 18.5 22 18.5 22S15 18.1 15 15.5C15 13.6 16.6 12 18.5 12S22 13.6 22 15.5M19.7 15.6C19.7 15 19.1 14.4 18.5 14.4S17.3 14.9 17.3 15.6C17.3 16.2 17.8 16.8 18.5 16.8S19.8 16.2 19.7 15.6Z\" /></svg></li><li title=\"book minus multiple outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-book-minus-multiple-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.09 20H5V6H3V20C3 21.11 3.9 22 5 22H13.81C13.44 21.39 13.2 20.71 13.09 20M19 2H9C7.9 2 7 2.9 7 4V16C7 17.11 7.9 18 9 18H13.09C13.2 17.29 13.44 16.61 13.81 16H9V4H11V10L13.5 7.75L16 10V4H19V13C19.68 13 20.36 13.11 21 13.34V4C21 2.9 20.11 2 19 2M23 18V20H15V18H23Z\" /></svg></li><li title=\"book minus multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-book-minus-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.09 20H5V6H3V20C3 21.11 3.9 22 5 22H13.81C13.44 21.39 13.2 20.71 13.09 20M19 2H14V7L12 5.5L10 7V2H9C7.9 2 7 2.9 7 4V16C7 17.11 7.9 18 9 18H13.09C13.64 14.73 16.74 12.53 20 13.08C20.34 13.14 20.68 13.23 21 13.34V4C21 2.9 20.11 2 19 2M23 18V20H15V18H23Z\" /></svg></li><li title=\"book minus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-book-minus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.09 20C13.21 20.72 13.46 21.39 13.81 22H6C4.89 22 4 21.11 4 20V4C4 2.9 4.89 2 6 2H18C19.11 2 20 2.9 20 4V13.09C19.67 13.04 19.34 13 19 13C18.66 13 18.33 13.04 18 13.09V4H13V12L10.5 9.75L8 12V4H6V20H13.09M15 18V20H23V18H15Z\" /></svg></li><li title=\"book minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-book-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 19C13 20.1 13.3 21.12 13.81 22H6C4.89 22 4 21.11 4 20V4C4 2.9 4.89 2 6 2H7V9L9.5 7.5L12 9V2H18C19.1 2 20 2.89 20 4V13.09C19.67 13.04 19.34 13 19 13C15.69 13 13 15.69 13 19M15 18V20H23V18H15Z\" /></svg></li><li title=\"book multiple outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-book-multiple-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 2A2 2 0 0 1 21 4V16A2 2 0 0 1 19 18H9A2 2 0 0 1 7 16V4A2 2 0 0 1 9 2H19M19 4H16V10L13.5 7.75L11 10V4H9V16H19M3 20A2 2 0 0 0 5 22H17V20H5V6H3Z\" /></svg></li><li title=\"book multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-book-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,18H9A2,2 0 0,1 7,16V4A2,2 0 0,1 9,2H10V7L12,5.5L14,7V2H19A2,2 0 0,1 21,4V16A2,2 0 0,1 19,18M17,20V22H5A2,2 0 0,1 3,20V6H5V20H17Z\" /></svg></li><li title=\"book music outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-book-music-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 20.5C13 21.03 13.09 21.53 13.26 22H6C4.89 22 4 21.11 4 20V4C4 2.9 4.89 2 6 2H18C19.11 2 20 2.9 20 4V11H18V4H13V12L10.5 9.75L8 12V4H6V20H13.04C13.03 20.17 13 20.33 13 20.5M20 13H18.5V18.21C18.19 18.07 17.86 18 17.5 18C16.12 18 15 19.12 15 20.5S16.12 23 17.5 23 20 21.88 20 20.5V15H22V13H20Z\" /></svg></li><li title=\"book music \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-book-music\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 20.5C13 21.03 13.09 21.53 13.26 22H6C4.89 22 4 21.11 4 20V4C4 2.9 4.89 2 6 2H7V9L9.5 7.5L12 9V2H18C19.1 2 20 2.89 20 4V11H16.5V16.11C14.5 16.57 13 18.36 13 20.5M20 13H18.5V18.21C18.19 18.07 17.86 18 17.5 18C16.12 18 15 19.12 15 20.5S16.12 23 17.5 23 20 21.88 20 20.5V15H22V13H20Z\" /></svg></li><li title=\"book off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-book-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6 14.8L4 16.8V4C4 2.9 4.89 2 6 2H18C18.24 2 18.47 2.04 18.68 2.12L16.8 4H13V7.8L10.79 10L10.5 9.75L8 12V4H6V14.8M22.89 3L20 5.89V20C20 21.11 19.11 22 18 22H6C5.42 22 4.9 21.75 4.54 21.35L3.16 22.73L1.89 21.46L21.61 1.73L22.89 3M18 7.89L6 19.89V20H18V7.89Z\" /></svg></li><li title=\"book off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-book-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.68 2.12L12 8.8V2H18C18.24 2 18.46 2.05 18.68 2.12M9.5 7.5L7 9V2H6C4.89 2 4 2.9 4 4V16.8L11.88 8.93L9.5 7.5M21.61 1.73L1.89 21.46L3.16 22.73L4.54 21.35C4.9 21.75 5.42 22 6 22H18C19.11 22 20 21.11 20 20V5.89L22.89 3L21.61 1.73Z\" /></svg></li><li title=\"book open blank variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-book-open-blank-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,5C19.89,4.65 18.67,4.5 17.5,4.5C15.55,4.5 13.45,4.9 12,6C10.55,4.9 8.45,4.5 6.5,4.5C4.55,4.5 2.45,4.9 1,6V20.65C1,20.9 1.25,21.15 1.5,21.15C1.6,21.15 1.65,21.1 1.75,21.1C3.1,20.45 5.05,20 6.5,20C8.45,20 10.55,20.4 12,21.5C13.35,20.65 15.8,20 17.5,20C19.15,20 20.85,20.3 22.25,21.05C22.35,21.1 22.4,21.1 22.5,21.1C22.75,21.1 23,20.85 23,20.6V6C22.4,5.55 21.75,5.25 21,5M21,18.5C19.9,18.15 18.7,18 17.5,18C15.8,18 13.35,18.65 12,19.5V8C13.35,7.15 15.8,6.5 17.5,6.5C18.7,6.5 19.9,6.65 21,7V18.5Z\" /></svg></li><li title=\"book open outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-book-open-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,4H3A2,2 0 0,0 1,6V19A2,2 0 0,0 3,21H21A2,2 0 0,0 23,19V6A2,2 0 0,0 21,4M3,19V6H11V19H3M21,19H13V6H21V19M14,9.5H20V11H14V9.5M14,12H20V13.5H14V12M14,14.5H20V16H14V14.5Z\" /></svg></li><li title=\"book open page variant outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-book-open-page-variant-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 1L14 6V17L19 12.5V1M21 5V18.5C19.9 18.15 18.7 18 17.5 18C15.8 18 13.35 18.65 12 19.5V6C10.55 4.9 8.45 4.5 6.5 4.5C4.55 4.5 2.45 4.9 1 6V20.65C1 20.9 1.25 21.15 1.5 21.15C1.6 21.15 1.65 21.1 1.75 21.1C3.1 20.45 5.05 20 6.5 20C8.45 20 10.55 20.4 12 21.5C13.35 20.65 15.8 20 17.5 20C19.15 20 20.85 20.3 22.25 21.05C22.35 21.1 22.4 21.1 22.5 21.1C22.75 21.1 23 20.85 23 20.6V6C22.4 5.55 21.75 5.25 21 5M10 18.41C8.75 18.09 7.5 18 6.5 18C5.44 18 4.18 18.19 3 18.5V7.13C3.91 6.73 5.14 6.5 6.5 6.5C7.86 6.5 9.09 6.73 10 7.13V18.41Z\" /></svg></li><li title=\"book open page variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-book-open-page-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 2L14 6.5V17.5L19 13V2M6.5 5C4.55 5 2.45 5.4 1 6.5V21.16C1 21.41 1.25 21.66 1.5 21.66C1.6 21.66 1.65 21.59 1.75 21.59C3.1 20.94 5.05 20.5 6.5 20.5C8.45 20.5 10.55 20.9 12 22C13.35 21.15 15.8 20.5 17.5 20.5C19.15 20.5 20.85 20.81 22.25 21.56C22.35 21.61 22.4 21.59 22.5 21.59C22.75 21.59 23 21.34 23 21.09V6.5C22.4 6.05 21.75 5.75 21 5.5V19C19.9 18.65 18.7 18.5 17.5 18.5C15.8 18.5 13.35 19.15 12 20V6.5C10.55 5.4 8.45 5 6.5 5Z\" /></svg></li><li title=\"book open variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-book-open-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17.5 14.33C18.29 14.33 19.13 14.41 20 14.57V16.07C19.38 15.91 18.54 15.83 17.5 15.83C15.6 15.83 14.11 16.16 13 16.82V15.13C14.17 14.6 15.67 14.33 17.5 14.33M13 12.46C14.29 11.93 15.79 11.67 17.5 11.67C18.29 11.67 19.13 11.74 20 11.9V13.4C19.38 13.24 18.54 13.16 17.5 13.16C15.6 13.16 14.11 13.5 13 14.15M17.5 10.5C15.6 10.5 14.11 10.82 13 11.5V9.84C14.23 9.28 15.73 9 17.5 9C18.29 9 19.13 9.08 20 9.23V10.78C19.26 10.59 18.41 10.5 17.5 10.5M21 18.5V7C19.96 6.67 18.79 6.5 17.5 6.5C15.45 6.5 13.62 7 12 8V19.5C13.62 18.5 15.45 18 17.5 18C18.69 18 19.86 18.16 21 18.5M17.5 4.5C19.85 4.5 21.69 5 23 6V20.56C23 20.68 22.95 20.8 22.84 20.91C22.73 21 22.61 21.08 22.5 21.08C22.39 21.08 22.31 21.06 22.25 21.03C20.97 20.34 19.38 20 17.5 20C15.45 20 13.62 20.5 12 21.5C10.66 20.5 8.83 20 6.5 20C4.84 20 3.25 20.36 1.75 21.07C1.72 21.08 1.68 21.08 1.63 21.1C1.59 21.11 1.55 21.12 1.5 21.12C1.39 21.12 1.27 21.08 1.16 21C1.05 20.89 1 20.78 1 20.65V6C2.34 5 4.18 4.5 6.5 4.5C8.83 4.5 10.66 5 12 6C13.34 5 15.17 4.5 17.5 4.5Z\" /></svg></li><li title=\"book open \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-book-open\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,12H20V13.5H13M13,9.5H20V11H13M13,14.5H20V16H13M21,4H3A2,2 0 0,0 1,6V19A2,2 0 0,0 3,21H21A2,2 0 0,0 23,19V6A2,2 0 0,0 21,4M21,19H12V6H21\" /></svg></li><li title=\"book outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-book-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18,2A2,2 0 0,1 20,4V20A2,2 0 0,1 18,22H6A2,2 0 0,1 4,20V4A2,2 0 0,1 6,2H18M18,4H13V12L10.5,9.75L8,12V4H6V20H18V4Z\" /></svg></li><li title=\"book play outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-book-play-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.09 20C13.21 20.72 13.46 21.39 13.81 22H6C4.89 22 4 21.11 4 20V4C4 2.9 4.89 2 6 2H18C19.11 2 20 2.9 20 4V13.09C19.67 13.04 19.34 13 19 13C18.66 13 18.33 13.04 18 13.09V4H13V12L10.5 9.75L8 12V4H6V20H13.09M17 16V22L22 19L17 16Z\" /></svg></li><li title=\"book play \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-book-play\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 19C13 20.1 13.3 21.12 13.81 22H6C4.89 22 4 21.11 4 20V4C4 2.9 4.89 2 6 2H7V9L9.5 7.5L12 9V2H18C19.1 2 20 2.89 20 4V13.09C19.67 13.04 19.34 13 19 13C15.69 13 13 15.69 13 19M17 16V22L22 19L17 16Z\" /></svg></li><li title=\"book plus multiple outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-book-plus-multiple-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.09 20H5V6H3V20A2 2 0 0 0 5 22H13.81A5.5 5.5 0 0 1 13.09 20M19 2H9A2 2 0 0 0 7 4V16A2 2 0 0 0 9 18H13.09A5.5 5.5 0 0 1 13.81 16H9V4H11V10L13.5 7.75L16 10V4H19V13A6 6 0 0 1 21 13.34V4A2 2 0 0 0 19 2M20 15V18H23V20H20V23H18V20H15V18H18V15Z\" /></svg></li><li title=\"book plus multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-book-plus-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.09 20H5V6H3V20A2 2 0 0 0 5 22H13.81A5.5 5.5 0 0 1 13.09 20M19 2H14V7L12 5.5L10 7V2H9A2 2 0 0 0 7 4V16A2 2 0 0 0 9 18H13.09A6 6 0 0 1 21 13.34V4A2 2 0 0 0 19 2M20 15V18H23V20H20V23H18V20H15V18H18V15Z\" /></svg></li><li title=\"book plus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-book-plus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.09 20C13.21 20.72 13.46 21.39 13.81 22H6C4.89 22 4 21.11 4 20V4C4 2.9 4.89 2 6 2H18C19.11 2 20 2.9 20 4V13.09C19.67 13.04 19.34 13 19 13C18.66 13 18.33 13.04 18 13.09V4H13V12L10.5 9.75L8 12V4H6V20H13.09M20 18V15H18V18H15V20H18V23H20V20H23V18H20Z\" /></svg></li><li title=\"book plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-book-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 19C13 20.1 13.3 21.12 13.81 22H6C4.89 22 4 21.11 4 20V4C4 2.9 4.89 2 6 2H7V9L9.5 7.5L12 9V2H18C19.1 2 20 2.89 20 4V13.09C19.67 13.04 19.34 13 19 13C15.69 13 13 15.69 13 19M20 18V15H18V18H15V20H18V23H20V20H23V18H20Z\" /></svg></li><li title=\"book refresh outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-book-refresh-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12.18 20C12.36 20.72 12.65 21.39 13.04 22H6C4.89 22 4 21.11 4 20V4C4 2.9 4.89 2 6 2H18C19.11 2 20 2.9 20 4V12.18C19.5 12.07 19 12 18.5 12C18.33 12 18.17 12 18 12.03V4H13V12L10.5 9.75L8 12V4H6V20H12.18M22 18.5V14.5L20.83 15.67C20.11 14.95 19.11 14.5 18 14.5C15.79 14.5 14 16.29 14 18.5S15.79 22.5 18 22.5C19.68 22.5 21.12 21.47 21.71 20H20C19.54 20.61 18.82 21 18 21C16.62 21 15.5 19.88 15.5 18.5S16.62 16 18 16C18.69 16 19.32 16.28 19.77 16.73L18 18.5H22Z\" /></svg></li><li title=\"book refresh \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-book-refresh\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 18.5C12 19.79 12.39 21 13.04 22H6C4.89 22 4 21.11 4 20V4C4 2.9 4.89 2 6 2H7V9L9.5 7.5L12 9V2H18C19.1 2 20 2.89 20 4V12.18C19.5 12.07 19 12 18.5 12C14.91 12 12 14.91 12 18.5M22 18.5V14.5L20.83 15.67C20.11 14.95 19.11 14.5 18 14.5C15.79 14.5 14 16.29 14 18.5S15.79 22.5 18 22.5C19.68 22.5 21.12 21.47 21.71 20H20C19.54 20.61 18.82 21 18 21C16.62 21 15.5 19.88 15.5 18.5S16.62 16 18 16C18.69 16 19.32 16.28 19.77 16.73L18 18.5H22Z\" /></svg></li><li title=\"book remove multiple outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-book-remove-multiple-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.09 20H5V6H3V20A2 2 0 0 0 5 22H13.81A5.5 5.5 0 0 1 13.09 20M19 2H9A2 2 0 0 0 7 4V16A2 2 0 0 0 9 18H13.09A5.5 5.5 0 0 1 13.81 16H9V4H11V10L13.5 7.75L16 10V4H19V13A6 6 0 0 1 21 13.34V4A2 2 0 0 0 19 2M22.54 16.88L20.41 19L22.54 21.12L21.12 22.54L19 20.41L16.88 22.54L15.46 21.12L17.59 19L15.46 16.88L16.88 15.46L19 17.59L21.12 15.46Z\" /></svg></li><li title=\"book remove multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-book-remove-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.09 20H5V6H3V20A2 2 0 0 0 5 22H13.81A5.5 5.5 0 0 1 13.09 20M19 2H14V7L12 5.5L10 7V2H9A2 2 0 0 0 7 4V16A2 2 0 0 0 9 18H13.09A6 6 0 0 1 21 13.34V4A2 2 0 0 0 19 2M22.54 16.88L20.41 19L22.54 21.12L21.12 22.54L19 20.41L16.88 22.54L15.46 21.12L17.59 19L15.46 16.88L16.88 15.46L19 17.59L21.12 15.46Z\" /></svg></li><li title=\"book remove outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-book-remove-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.09 20C13.21 20.72 13.46 21.39 13.81 22H6C4.89 22 4 21.11 4 20V4C4 2.9 4.89 2 6 2H18C19.11 2 20 2.9 20 4V13.09C19.67 13.04 19.34 13 19 13C18.66 13 18.33 13.04 18 13.09V4H13V12L10.5 9.75L8 12V4H6V20H13.09M22.54 16.88L21.12 15.47L19 17.59L16.88 15.47L15.47 16.88L17.59 19L15.47 21.12L16.88 22.54L19 20.41L21.12 22.54L22.54 21.12L20.41 19L22.54 16.88Z\" /></svg></li><li title=\"book remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-book-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 19C13 20.1 13.3 21.12 13.81 22H6C4.89 22 4 21.11 4 20V4C4 2.9 4.89 2 6 2H7V9L9.5 7.5L12 9V2H18C19.1 2 20 2.89 20 4V13.09C19.67 13.04 19.34 13 19 13C15.69 13 13 15.69 13 19M22.54 16.88L21.12 15.47L19 17.59L16.88 15.47L15.47 16.88L17.59 19L15.47 21.12L16.88 22.54L19 20.41L21.12 22.54L22.54 21.12L20.41 19L22.54 16.88Z\" /></svg></li><li title=\"book search outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-book-search-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.5,12C18,12 20,14 20,16.5C20,17.38 19.75,18.21 19.31,18.9L22.39,22L21,23.39L17.88,20.32C17.19,20.75 16.37,21 15.5,21C13,21 11,19 11,16.5C11,14 13,12 15.5,12M15.5,14A2.5,2.5 0 0,0 13,16.5A2.5,2.5 0 0,0 15.5,19A2.5,2.5 0 0,0 18,16.5A2.5,2.5 0 0,0 15.5,14M13,4V12L10.5,9.75L8,12V4H6V20H10C10.54,20.81 11.23,21.5 12.03,22H6A2,2 0 0,1 4,20V4A2,2 0 0,1 6,2H18A2,2 0 0,1 20,4V11.81C19.42,11.26 18.75,10.81 18,10.5V4H13Z\" /></svg></li><li title=\"book search \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-book-search\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.5,12C18,12 20,14 20,16.5C20,17.38 19.75,18.21 19.31,18.9L22.39,22L21,23.39L17.88,20.32C17.19,20.75 16.37,21 15.5,21C13,21 11,19 11,16.5C11,14 13,12 15.5,12M15.5,14A2.5,2.5 0 0,0 13,16.5A2.5,2.5 0 0,0 15.5,19A2.5,2.5 0 0,0 18,16.5A2.5,2.5 0 0,0 15.5,14M6,22A2,2 0 0,1 4,20V4C4,2.89 4.9,2 6,2H7V9L9.5,7.5L12,9V2H18A2,2 0 0,1 20,4V11.81C18.83,10.69 17.25,10 15.5,10A6.5,6.5 0 0,0 9,16.5C9,18.81 10.21,20.85 12.03,22H6Z\" /></svg></li><li title=\"book settings outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-book-settings-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 0H6C4.89 0 4 .895 4 2V18C4 19.11 4.89 20 6 20H18C19.11 20 20 19.11 20 18V2C20 .895 19.11 0 18 0M18 18H6V2H8V10L10.5 7.75L13 10V2H18V18M7 22H9V24H7V22M11 22H13V24H11V22M15 22H17V24H15V22Z\" /></svg></li><li title=\"book settings \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-book-settings\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 2V18C20 19.11 19.11 20 18 20H6C4.89 20 4 19.11 4 18V2C4 .895 4.89 0 6 0H7V7L9.5 5.5L12 7V0H18C19.1 0 20 .89 20 2M7 24H9V22H7V24M15 24H17V22H15V24M11 24H13V22H11V24Z\" /></svg></li><li title=\"book sync outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-book-sync-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.5 20C13.81 20.75 14.26 21.42 14.82 22H6C4.89 22 4 21.11 4 20V4C4 2.9 4.89 2 6 2H18C19.11 2 20 2.9 20 4V11.03C19.84 11 19.67 11 19.5 11C19 11 18.5 11.07 18 11.18V4H13V12L10.5 9.75L8 12V4H6V20H13.5M19 20C17.62 20 16.5 18.88 16.5 17.5C16.5 17.1 16.59 16.72 16.76 16.38L15.67 15.29C15.25 15.92 15 16.68 15 17.5C15 19.71 16.79 21.5 19 21.5V23L21.25 20.75L19 18.5V20M19 13.5V12L16.75 14.25L19 16.5V15C20.38 15 21.5 16.12 21.5 17.5C21.5 17.9 21.41 18.28 21.24 18.62L22.33 19.71C22.75 19.08 23 18.32 23 17.5C23 15.29 21.21 13.5 19 13.5Z\" /></svg></li><li title=\"book sync \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-book-sync\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 17.5C13 19.25 13.69 20.83 14.82 22H6C4.89 22 4 21.11 4 20V4C4 2.9 4.89 2 6 2H7V9L9.5 7.5L12 9V2H18C19.1 2 20 2.89 20 4V11.03C19.84 11 19.67 11 19.5 11C15.91 11 13 13.91 13 17.5M19 20C17.62 20 16.5 18.88 16.5 17.5C16.5 17.1 16.59 16.72 16.76 16.38L15.67 15.29C15.25 15.92 15 16.68 15 17.5C15 19.71 16.79 21.5 19 21.5V23L21.25 20.75L19 18.5V20M19 13.5V12L16.75 14.25L19 16.5V15C20.38 15 21.5 16.12 21.5 17.5C21.5 17.9 21.41 18.28 21.24 18.62L22.33 19.71C22.75 19.08 23 18.32 23 17.5C23 15.29 21.21 13.5 19 13.5Z\" /></svg></li><li title=\"book variant multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-book-variant-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,6H2V20A2,2 0 0,0 4,22H18V20H4V6M20,2H8A2,2 0 0,0 6,4V16A2,2 0 0,0 8,18H20A2,2 0 0,0 22,16V4A2,2 0 0,0 20,2M20,12L17.5,10.5L15,12V4H20V12Z\" /></svg></li><li title=\"book variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-book-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,4H11V12L8.5,10.5L6,12M18,2H6A2,2 0 0,0 4,4V20A2,2 0 0,0 6,22H18A2,2 0 0,0 20,20V4A2,2 0 0,0 18,2Z\" /></svg></li><li title=\"book \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-book\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18,22A2,2 0 0,0 20,20V4C20,2.89 19.1,2 18,2H12V9L9.5,7.5L7,9V2H6A2,2 0 0,0 4,4V20A2,2 0 0,0 6,22H18Z\" /></svg></li><li title=\"bookmark box multiple outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bookmark-box-multiple-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 20H18V22H4C2.9 22 2 21.1 2 20V6H4V20M22 4V16C22 17.1 21.1 18 20 18H8C6.9 18 6 17.1 6 16V4C6 2.9 6.9 2 8 2H20C21.1 2 22 2.9 22 4M20 4H8V16H20V4M18 6H13V13L15.5 11.5L18 13V6Z\" /></svg></li><li title=\"bookmark box multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bookmark-box-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 6H2V20C2 21.1 2.9 22 4 22H18V20H4V6M20 2H8C6.9 2 6 2.9 6 4V16C6 17.1 6.9 18 8 18H20C21.1 18 22 17.1 22 16V4C22 2.9 21.1 2 20 2M20 12L17.5 10.5L15 12V4H20V12Z\" /></svg></li><li title=\"bookmark check outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bookmark-check-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9.47 9.65L8.06 11.07L11 14L16.19 8.82L14.78 7.4L11 11.18M17 3H7C5.9 3 5 3.9 5 5L5 21L12 18L19 21V5C19 3.9 18.1 3 17 3M17 18L12 15.82L7 18V5H17Z\" /></svg></li><li title=\"bookmark check \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bookmark-check\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,3A2,2 0 0,1 19,5V21L12,18L5,21V5C5,3.89 5.9,3 7,3H17M11,14L17.25,7.76L15.84,6.34L11,11.18L8.41,8.59L7,10L11,14Z\" /></svg></li><li title=\"bookmark minus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bookmark-minus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,11V9H15V11H9M19,5V21L12,18L5,21V5C5,3.89 5.9,3 7,3H17C18.11,3 19,3.9 19,5M17,5H7V18L12,15.82L17,18V5Z\" /></svg></li><li title=\"bookmark minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bookmark-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,3H7A2,2 0 0,0 5,5V21L12,18L19,21V5A2,2 0 0,0 17,3M15,11H9V9H15V11Z\" /></svg></li><li title=\"bookmark multiple outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bookmark-multiple-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,1H19A2,2 0 0,1 21,3V19L19,18.13V3H7A2,2 0 0,1 9,1M15,20V7H5V20L10,17.82L15,20M15,5C16.11,5 17,5.9 17,7V23L10,20L3,23V7A2,2 0 0,1 5,5H15Z\" /></svg></li><li title=\"bookmark multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bookmark-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,5A2,2 0 0,1 17,7V23L10,20L3,23V7C3,5.89 3.9,5 5,5H15M9,1H19A2,2 0 0,1 21,3V19L19,18.13V3H7A2,2 0 0,1 9,1Z\" /></svg></li><li title=\"bookmark music outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bookmark-music-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7 3C5.9 3 5 3.9 5 5V21L12 18L19 21V5C19 3.89 18.1 3 17 3H7M7 5H17V18L12 15.82L7 18V5M12 6V11.3C11.7 11.1 11.4 11 11 11C9.9 11 9 11.9 9 13C9 14.11 9.9 15 11 15C12.11 15 13 14.11 13 13V8H15V6H12Z\" /></svg></li><li title=\"bookmark music \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bookmark-music\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,3A2,2 0 0,1 19,5V21L12,18L5,21V5C5,3.89 5.9,3 7,3H17M11,11A2,2 0 0,0 9,13A2,2 0 0,0 11,15A2,2 0 0,0 13,13V8H16V6H12V11.27C11.71,11.1 11.36,11 11,11Z\" /></svg></li><li title=\"bookmark off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bookmark-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3.28,4L2,5.27L5,8.27V21L12,18L16.78,20.05L18.73,22L20,20.72L3.28,4M7,18V10.27L13,16.25L12,15.82L7,18M7,5.16L5.5,3.67C5.88,3.26 6.41,3 7,3H17A2,2 0 0,1 19,5V17.16L17,15.16V5H7V5.16Z\" /></svg></li><li title=\"bookmark off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bookmark-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,20.72L18.73,22L16.78,20.05L12,18L5,21V8.27L2,5.27L3.28,4L20,20.72M19,17.16V5C19,3.89 18.1,3 17,3H7C6.41,3 5.89,3.27 5.5,3.68L19,17.16Z\" /></svg></li><li title=\"bookmark outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bookmark-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,18L12,15.82L7,18V5H17M17,3H7A2,2 0 0,0 5,5V21L12,18L19,21V5C19,3.89 18.1,3 17,3Z\" /></svg></li><li title=\"bookmark plus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bookmark-plus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,18V5H7V18L12,15.82L17,18M17,3A2,2 0 0,1 19,5V21L12,18L5,21V5C5,3.89 5.9,3 7,3H17M11,7H13V9H15V11H13V13H11V11H9V9H11V7Z\" /></svg></li><li title=\"bookmark plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bookmark-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,3A2,2 0 0,1 19,5V21L12,18L5,21V5C5,3.89 5.9,3 7,3H17M11,7V9H9V11H11V13H13V11H15V9H13V7H11Z\" /></svg></li><li title=\"bookmark remove outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bookmark-remove-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7 3C5.9 3 5 3.9 5 5V21L12 18L19 21V5C19 3.89 18.1 3 17 3H7M7 5H17V18L12 15.82L7 18V5M9.88 7.47L8.47 8.88L10.59 11L8.47 13.12L9.88 14.54L12 12.42L14.12 14.53L15.54 13.12L13.42 11L15.53 8.88L14.12 7.47L12 9.59L9.88 7.47Z\" /></svg></li><li title=\"bookmark remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bookmark-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,3A2,2 0 0,1 19,5V21L12,18L5,21V5C5,3.89 5.9,3 7,3H17M8.17,8.58L10.59,11L8.17,13.41L9.59,14.83L12,12.41L14.41,14.83L15.83,13.41L13.41,11L15.83,8.58L14.41,7.17L12,9.58L9.59,7.17L8.17,8.58Z\" /></svg></li><li title=\"bookmark \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bookmark\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,3H7A2,2 0 0,0 5,5V21L12,18L19,21V5C19,3.89 18.1,3 17,3Z\" /></svg></li><li title=\"bookshelf \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bookshelf\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9 3V18H12V3H9M12 5L16 18L19 17L15 4L12 5M5 5V18H8V5H5M3 19V21H21V19H3Z\" /></svg></li><li title=\"boom gate alert outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-boom-gate-alert-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.9 3C19.3 2 18.1 1.7 17.2 2.3L6.9 8.2C6.6 8.1 6.3 8 6 8C4.3 8 3 9.3 3 11V20C2.4 20 2 20.4 2 21V22H10V21C10 20.4 9.6 20 9 20V11.6L19.1 5.8C20.1 5.2 20.4 4 19.9 3M7.5 20H4.5V13.6C5.4 14.1 6.6 14.1 7.5 13.6V20M6 12.5C5.2 12.5 4.5 11.8 4.5 11S5.2 9.5 6 9.5 7.5 10.2 7.5 11 6.8 12.5 6 12.5M10.4 9.6L8.1 8.6L9.4 7.8L11.7 8.8L10.4 9.6M13.9 7.6L11.6 6.6L12.9 5.8L15.2 6.8L13.9 7.6M17.3 5.6L15 4.6L16.3 3.8L18.6 4.8L17.3 5.6M20 16H18V10H20V16M20 20H18V18H20V20Z\" /></svg></li><li title=\"boom gate alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-boom-gate-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.9 3C19.3 2 18.1 1.7 17.2 2.3L6.9 8.2C6.6 8.1 6.3 8 6 8C4.3 8 3 9.3 3 11V20C2.4 20 2 20.4 2 21V22H10V21C10 20.4 9.6 20 9 20V11.6L19.1 5.8C20.1 5.2 20.4 4 19.9 3M6 12.5C5.2 12.5 4.5 11.8 4.5 11S5.2 9.5 6 9.5 7.5 10.2 7.5 11 6.8 12.5 6 12.5M10.4 9.6L8.1 8.6L9.4 7.8L11.7 8.8L10.4 9.6M13.9 7.6L11.6 6.6L12.9 5.8L15.2 6.8L13.9 7.6M17.3 5.6L15 4.6L16.3 3.8L18.6 4.8L17.3 5.6M20 18H18V20H20V18M20 10H18V16H20V10Z\" /></svg></li><li title=\"boom gate arrow down outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-boom-gate-arrow-down-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.86,3C20.41,3.96 20.08,5.18 19.12,5.73L9,11.58V20A1,1 0 0,1 10,21V22H2V21A1,1 0 0,1 3,20V11A3,3 0 0,1 6,8C6.31,8 6.62,8.06 6.92,8.16L17.12,2.27C18.09,1.71 19.31,2.04 19.86,3M7.5,20V13.6C6.57,14.14 5.43,14.14 4.5,13.6V20H7.5M6,12.5A1.5,1.5 0 0,0 7.5,11A1.5,1.5 0 0,0 6,9.5A1.5,1.5 0 0,0 4.5,11A1.5,1.5 0 0,0 6,12.5M10.4,9.62L11.7,8.87L9.4,7.87L8.1,8.62L10.4,9.62M13.86,7.62L15.16,6.87L12.86,5.87L11.56,6.62L13.86,7.62M17.33,5.62L18.62,4.87L16.33,3.87L15.03,4.62L17.33,5.62M16,11.16H18V16.17L21,16.16L17,20L13,16.16L16,16.17V11.16Z\" /></svg></li><li title=\"boom gate arrow down \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-boom-gate-arrow-down\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.86,3C19.31,2.04 18.09,1.71 17.12,2.27L6.92,8.16C6.62,8.06 6.31,8 6,8A3,3 0 0,0 3,11V20A1,1 0 0,0 2,21V22H10V21A1,1 0 0,0 9,20V11.58L19.12,5.73C20.08,5.18 20.41,3.96 19.86,3M6,12.5A1.5,1.5 0 0,1 4.5,11A1.5,1.5 0 0,1 6,9.5A1.5,1.5 0 0,1 7.5,11A1.5,1.5 0 0,1 6,12.5M10.4,9.62L8.1,8.62L9.4,7.87L11.7,8.87L10.4,9.62M13.86,7.62L11.56,6.62L12.86,5.87L15.16,6.87L13.86,7.62M17.33,5.62L15.03,4.62L16.33,3.87L18.62,4.87L17.33,5.62M17,20L12,15H15V11H19V15H22L17,20\" /></svg></li><li title=\"boom gate arrow up outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-boom-gate-arrow-up-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.86,3C20.41,3.96 20.08,5.18 19.12,5.73L9,11.58V20A1,1 0 0,1 10,21V22H2V21A1,1 0 0,1 3,20V11A3,3 0 0,1 6,8C6.31,8 6.62,8.06 6.92,8.16L17.12,2.27C18.09,1.71 19.31,2.04 19.86,3M7.5,20V13.6C6.57,14.14 5.43,14.14 4.5,13.6V20H7.5M6,12.5A1.5,1.5 0 0,0 7.5,11A1.5,1.5 0 0,0 6,9.5A1.5,1.5 0 0,0 4.5,11A1.5,1.5 0 0,0 6,12.5M10.4,9.62L11.7,8.87L9.4,7.87L8.1,8.62L10.4,9.62M13.86,7.62L15.16,6.87L12.86,5.87L11.56,6.62L13.86,7.62M17.33,5.62L18.62,4.87L16.33,3.87L15.03,4.62L17.33,5.62M16,20V15H13L17,11.16L21,15H18V20H16Z\" /></svg></li><li title=\"boom gate arrow up \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-boom-gate-arrow-up\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.86,3C19.31,2.04 18.09,1.71 17.12,2.27L6.92,8.16C6.62,8.06 6.31,8 6,8A3,3 0 0,0 3,11V20A1,1 0 0,0 2,21V22H10V21A1,1 0 0,0 9,20V11.58L19.12,5.73C20.08,5.18 20.41,3.96 19.86,3M6,12.5A1.5,1.5 0 0,1 4.5,11A1.5,1.5 0 0,1 6,9.5A1.5,1.5 0 0,1 7.5,11A1.5,1.5 0 0,1 6,12.5M10.4,9.62L8.1,8.62L9.4,7.87L11.7,8.87L10.4,9.62M13.86,7.62L11.56,6.62L12.86,5.87L15.16,6.87L13.86,7.62M17.33,5.62L15.03,4.62L16.33,3.87L18.62,4.87L17.33,5.62M17,11L22,16H19V20H15V16H12L17,11\" /></svg></li><li title=\"boom gate outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-boom-gate-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,9H8.22C7.11,7.77 5.21,7.68 4,8.8C3.36,9.36 3,10.16 3,11V20A1,1 0 0,0 2,21V22H10V21A1,1 0 0,0 9,20V13H20A2,2 0 0,0 22,11A2,2 0 0,0 20,9M7.5,20H4.5V13.6C5.43,14.14 6.57,14.14 7.5,13.6V20M6,12.5A1.5,1.5 0 0,1 4.5,11A1.5,1.5 0 0,1 6,9.5A1.5,1.5 0 0,1 7.5,11A1.5,1.5 0 0,1 6,12.5M10.5,12L9,10H10.5L12,12H10.5M14.5,12L13,10H14.5L16,12H14.5M18.5,12L17,10H18.5L20,12H18.5Z\" /></svg></li><li title=\"boom gate up outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-boom-gate-up-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.9 3C19.3 2 18.1 1.7 17.2 2.3L6.9 8.2C6.6 8.1 6.3 8 6 8C4.3 8 3 9.3 3 11V20C2.4 20 2 20.4 2 21V22H10V21C10 20.4 9.6 20 9 20V11.6L19.1 5.8C20.1 5.2 20.4 4 19.9 3M7.5 20H4.5V13.6C5.4 14.1 6.6 14.1 7.5 13.6V20M6 12.5C5.2 12.5 4.5 11.8 4.5 11S5.2 9.5 6 9.5 7.5 10.2 7.5 11 6.8 12.5 6 12.5M10.4 9.6L8.1 8.6L9.4 7.8L11.7 8.8L10.4 9.6M13.9 7.6L11.6 6.6L12.9 5.8L15.2 6.8L13.9 7.6M17.3 5.6L15 4.6L16.3 3.8L18.6 4.8L17.3 5.6\" /></svg></li><li title=\"boom gate up \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-boom-gate-up\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.9 3C19.3 2 18.1 1.7 17.2 2.3L6.9 8.2C6.6 8.1 6.3 8 6 8C4.3 8 3 9.3 3 11V20C2.4 20 2 20.4 2 21V22H10V21C10 20.4 9.6 20 9 20V11.6L19.1 5.8C20.1 5.2 20.4 4 19.9 3M6 12.5C5.2 12.5 4.5 11.8 4.5 11S5.2 9.5 6 9.5 7.5 10.2 7.5 11 6.8 12.5 6 12.5M10.4 9.6L8.1 8.6L9.4 7.8L11.7 8.8L10.4 9.6M13.9 7.6L11.6 6.6L12.9 5.8L15.2 6.8L13.9 7.6M17.3 5.6L15 4.6L16.3 3.8L18.6 4.8L17.3 5.6\" /></svg></li><li title=\"boom gate \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-boom-gate\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,9H8.22C7.11,7.77 5.21,7.68 4,8.8C3.36,9.36 3,10.16 3,11V20A1,1 0 0,0 2,21V22H10V21A1,1 0 0,0 9,20V13H20A2,2 0 0,0 22,11A2,2 0 0,0 20,9M6,12.5A1.5,1.5 0 0,1 4.5,11A1.5,1.5 0 0,1 6,9.5A1.5,1.5 0 0,1 7.5,11A1.5,1.5 0 0,1 6,12.5M10.5,12L9,10H10.5L12,12H10.5M14.5,12L13,10H14.5L16,12H14.5M18.5,12L17,10H18.5L20,12H18.5Z\" /></svg></li><li title=\"boombox \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-boombox\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7,5L5,7V8H3A1,1 0 0,0 2,9V17A1,1 0 0,0 3,18H21A1,1 0 0,0 22,17V9A1,1 0 0,0 21,8H19V7L17,5H7M7,7H17V8H7V7M11,9H13A0.5,0.5 0 0,1 13.5,9.5A0.5,0.5 0 0,1 13,10H11A0.5,0.5 0 0,1 10.5,9.5A0.5,0.5 0 0,1 11,9M7.5,10.5A3,3 0 0,1 10.5,13.5A3,3 0 0,1 7.5,16.5A3,3 0 0,1 4.5,13.5A3,3 0 0,1 7.5,10.5M16.5,10.5A3,3 0 0,1 19.5,13.5A3,3 0 0,1 16.5,16.5A3,3 0 0,1 13.5,13.5A3,3 0 0,1 16.5,10.5M7.5,12A1.5,1.5 0 0,0 6,13.5A1.5,1.5 0 0,0 7.5,15A1.5,1.5 0 0,0 9,13.5A1.5,1.5 0 0,0 7.5,12M16.5,12A1.5,1.5 0 0,0 15,13.5A1.5,1.5 0 0,0 16.5,15A1.5,1.5 0 0,0 18,13.5A1.5,1.5 0 0,0 16.5,12Z\" /></svg></li><li title=\"boomerang \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-boomerang\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10 2H4C2.9 2 2 2.9 2 4S2.9 6 4 6H8L10 2M18 2C20.2 2 22 3.8 22 6V12L18 14C18 9.6 14.4 6 10 6L12 2H18M18 20V16L22 14V20C22 21.1 21.1 22 20 22S18 21.1 18 20Z\" /></svg></li><li title=\"bootstrap \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bootstrap\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.79 11.5H9.72V8.19H12.19C13.45 8.19 14.15 8.75 14.15 9.78C14.15 10.9 13.32 11.5 11.79 11.5M12.16 12.63H9.72V16.27L12.28 16.27C13.84 16.27 14.66 15.64 14.66 14.44S13.81 12.63 12.16 12.63M22 5.31V18.69C22 20.5 20.5 22 18.69 22H5.31C3.5 22 2 20.5 2 18.69V5.31C2 3.5 3.5 2 5.31 2H18.69C20.5 2 22 3.5 22 5.31M16 14.5C16 13.12 15.08 12.13 13.67 11.95V11.89C14.67 11.71 15.46 10.71 15.46 9.63C15.46 8.08 14.26 7.05 12.5 7.05H8.43V17.41H12.47C14.68 17.41 16 16.32 16 14.5Z\" /></svg></li><li title=\"border all variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-border-all-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,21V3H21V21H3M5,5V19H19V5H5Z\" /></svg></li><li title=\"border all \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-border-all\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,11H13V5H19M19,19H13V13H19M11,11H5V5H11M11,19H5V13H11M3,21H21V3H3V21Z\" /></svg></li><li title=\"border bottom variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-border-bottom-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,15H3V17H5M3,21H21V19H3M5,11H3V13H5M19,9H21V7H19M19,5H21V3H19M5,7H3V9H5M19,17H21V15H19M19,13H21V11H19M17,3H15V5H17M13,3H11V5H13M5,3H3V5H5M9,3H7V5H9\" /></svg></li><li title=\"border bottom \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-border-bottom\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,15H3V17H5M3,21H21V19H3M5,11H3V13H5M19,9H21V7H19M19,5H21V3H19M5,7H3V9H5M19,17H21V15H19M19,13H21V11H19M17,3H15V5H17M13,3H11V5H13M17,11H15V13H17M13,7H11V9H13M5,3H3V5H5M13,11H11V13H13M9,3H7V5H9M13,15H11V17H13M9,11H7V13H9V11Z\" /></svg></li><li title=\"border color \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-border-color\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.71,4.04C21.1,3.65 21.1,3 20.71,2.63L18.37,0.29C18,-0.1 17.35,-0.1 16.96,0.29L15,2.25L18.75,6M17.75,7L14,3.25L4,13.25V17H7.75L17.75,7Z\" /></svg></li><li title=\"border horizontal \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-border-horizontal\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,21H21V19H19M15,21H17V19H15M11,17H13V15H11M19,9H21V7H19M19,5H21V3H19M3,13H21V11H3M11,21H13V19H11M19,17H21V15H19M13,3H11V5H13M13,7H11V9H13M17,3H15V5H17M9,3H7V5H9M5,3H3V5H5M7,21H9V19H7M3,17H5V15H3M5,7H3V9H5M3,21H5V19H3V21Z\" /></svg></li><li title=\"border inside \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-border-inside\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,17H21V15H19M19,21H21V19H19M13,3H11V11H3V13H11V21H13V13H21V11H13M15,21H17V19H15M19,5H21V3H19M19,9H21V7H19M17,3H15V5H17M5,3H3V5H5M9,3H7V5H9M3,17H5V15H3M5,7H3V9H5M7,21H9V19H7M3,21H5V19H3V21Z\" /></svg></li><li title=\"border left variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-border-left-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,5H17V3H15M19,21H21V19H19M19,13H21V11H19M19,5H21V3H19M19,17H21V15H19M15,21H17V19H15M19,9H21V7H19M3,21H5V3H3M7,5H9V3H7M7,21H9V19H7M11,5H13V3H11M11,21H13V19H11V21Z\" /></svg></li><li title=\"border left \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-border-left\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,5H17V3H15M15,13H17V11H15M19,21H21V19H19M19,13H21V11H19M19,5H21V3H19M19,17H21V15H19M15,21H17V19H15M19,9H21V7H19M3,21H5V3H3M7,13H9V11H7M7,5H9V3H7M7,21H9V19H7M11,13H13V11H11M11,9H13V7H11M11,5H13V3H11M11,17H13V15H11M11,21H13V19H11V21Z\" /></svg></li><li title=\"border none variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-border-none-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,5H17V3H15M15,21H17V19H15M11,5H13V3H11M19,5H21V3H19M19,9H21V7H19M19,21H21V19H19M19,13H21V11H19M19,17H21V15H19M3,5H5V3H3M3,9H5V7H3M3,13H5V11H3M3,17H5V15H3M3,21H5V19H3M11,21H13V19H11M7,21H9V19H7M7,5H9V3H7V5Z\" /></svg></li><li title=\"border none \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-border-none\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,5H17V3H15M15,13H17V11H15M15,21H17V19H15M11,5H13V3H11M19,5H21V3H19M11,9H13V7H11M19,9H21V7H19M19,21H21V19H19M19,13H21V11H19M19,17H21V15H19M11,13H13V11H11M3,5H5V3H3M3,9H5V7H3M3,13H5V11H3M3,17H5V15H3M3,21H5V19H3M11,21H13V19H11M11,17H13V15H11M7,21H9V19H7M7,13H9V11H7M7,5H9V3H7V5Z\" /></svg></li><li title=\"border outside \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-border-outside\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,11H7V13H9M13,15H11V17H13M19,19H5V5H19M3,21H21V3H3M17,11H15V13H17M13,11H11V13H13M13,7H11V9H13V7Z\" /></svg></li><li title=\"border right variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-border-right-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,5H13V3H11M15,5H17V3H15M15,21H17V19H15M19,21H21V3H19M3,9H5V7H3M3,17H5V15H3M3,13H5V11H3M11,21H13V19H11M3,21H5V19H3M7,5H9V3H7M3,5H5V3H3M7,21H9V19H7V21Z\" /></svg></li><li title=\"border right \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-border-right\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,9H13V7H11M11,5H13V3H11M11,13H13V11H11M15,5H17V3H15M15,21H17V19H15M19,21H21V3H19M15,13H17V11H15M11,17H13V15H11M3,9H5V7H3M3,17H5V15H3M3,13H5V11H3M11,21H13V19H11M3,21H5V19H3M7,13H9V11H7M7,5H9V3H7M3,5H5V3H3M7,21H9V19H7V21Z\" /></svg></li><li title=\"border style \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-border-style\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,21H17V19H15M19,21H21V19H19M7,21H9V19H7M11,21H13V19H11M19,17H21V15H19M19,13H21V11H19M3,3V21H5V5H21V3M19,9H21V7H19\" /></svg></li><li title=\"border top variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-border-top-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,21H21V19H19M15,21H17V19H15M19,17H21V15H19M3,5H21V3H3M19,13H21V11H19M19,9H21V7H19M3,9H5V7H3M3,13H5V11H3M3,21H5V19H3M3,17H5V15H3M11,21H13V19H11M7,21H9V19H7V21Z\" /></svg></li><li title=\"border top \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-border-top\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,13H17V11H15M19,21H21V19H19M11,9H13V7H11M15,21H17V19H15M19,17H21V15H19M3,5H21V3H3M19,13H21V11H19M19,9H21V7H19M11,17H13V15H11M3,9H5V7H3M3,13H5V11H3M3,21H5V19H3M3,17H5V15H3M11,21H13V19H11M11,13H13V11H11M7,13H9V11H7M7,21H9V19H7V21Z\" /></svg></li><li title=\"border vertical \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-border-vertical\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,13H17V11H15M15,21H17V19H15M15,5H17V3H15M19,9H21V7H19M19,5H21V3H19M19,13H21V11H19M19,21H21V19H19M11,21H13V3H11M19,17H21V15H19M7,5H9V3H7M3,17H5V15H3M3,21H5V19H3M3,13H5V11H3M7,13H9V11H7M7,21H9V19H7M3,5H5V3H3M3,9H5V7H3V9Z\" /></svg></li><li title=\"bottle soda classic outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bottle-soda-classic-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10 2V4H10.91C10.65 5.79 9 7.5 8 9V13.77C9.32 14.96 9.32 17.04 8 18.23V20C8 21.11 8.9 22 10 22H14C15.11 22 16 21.11 16 20V18.23C14.68 17.04 14.68 14.96 16 13.77V9C15 7.5 13.35 5.79 13.09 4H14V2M12 6.5C12.24 7 13.54 8.5 13.9 8.91L14 9V13C13.35 13.87 13 14.92 13 16C13 17.08 13.35 18.13 14 19V20H10V19C10.65 18.13 11 17.08 11 16C11 14.92 10.65 13.87 10 13V9L10.1 8.91C10.46 8.5 11.76 7 12 6.5Z\" /></svg></li><li title=\"bottle soda classic \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bottle-soda-classic\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15 13.77A3 3 0 0 0 15 18.23V20A2 2 0 0 1 13 22H11A2 2 0 0 1 9 20V18.23A3 3 0 0 0 9 13.77V9A12.28 12.28 0 0 0 10.91 4H10V2H14V4H13.09A12.28 12.28 0 0 0 15 9Z\" /></svg></li><li title=\"bottle soda outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bottle-soda-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.4 9.58C12.9 7.89 13 4 13 4H14V2H10V4H11S11.1 7.89 9.6 9.58A2 2 0 0 0 9 11V20A2 2 0 0 0 11 22H13A2 2 0 0 0 15 20V11A2 2 0 0 0 14.4 9.58M13 20H11V11L11.1 10.91A6.26 6.26 0 0 0 12 9.5A6.26 6.26 0 0 0 12.9 10.91L13 11Z\" /></svg></li><li title=\"bottle soda \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bottle-soda\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15 11V20A2 2 0 0 1 13 22H11A2 2 0 0 1 9 20V11A2 2 0 0 1 9.6 9.58C11.1 7.89 11 4 11 4H10V2H14V4H13S12.9 7.89 14.4 9.58A2 2 0 0 1 15 11Z\" /></svg></li><li title=\"bottle tonic outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bottle-tonic-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 4H11L10 2H14L13 4M19 13V22H5V13C5 10.24 7.24 8 10 8V6H9V5H15V6H14V8C16.76 8 19 10.24 19 13M17 13C17 11.35 15.65 10 14 10H10C8.35 10 7 11.35 7 13V20H17V13Z\" /></svg></li><li title=\"bottle tonic plus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bottle-tonic-plus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 4H11L10 2H14L13 4M19 13V22H5V13C5 10.24 7.24 8 10 8V6H9V5H15V6H14V8C16.76 8 19 10.24 19 13M17 13C17 11.35 15.65 10 14 10H10C8.35 10 7 11.35 7 13V20H17V13M15 16H13V18H11V16H9V14H11V12H13V14H15V16Z\" /></svg></li><li title=\"bottle tonic plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bottle-tonic-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 4H11L10 2H14L13 4M14 8V6H15V5H9V6H10V8C7.24 8 5 10.24 5 13V22H19V13C19 10.24 16.76 8 14 8M16 17H13V20H11V17H8V15H11V12H13V15H16V17Z\" /></svg></li><li title=\"bottle tonic skull outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bottle-tonic-skull-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 4H11L10 2H14L13 4M14 8V6H15V5H9V6H10V8C7.24 8 5 10.24 5 13V22H19V13C19 10.24 16.76 8 14 8M17 20H7V13C7 11.35 8.35 10 10 10H14C15.65 10 17 11.35 17 13V20M12 11C9.79 11 8 12.79 8 15C8 16 8.39 16.9 9 17.59V19H10.25V17.5H11.38V19H12.63V17.5H13.75V19H15V17.59C15.61 16.9 16 16 16 15C16 12.79 14.21 11 12 11M10.5 15C9.95 15 9.5 14.55 9.5 14S9.95 13 10.5 13 11.5 13.45 11.5 14 11.05 15 10.5 15M11.25 16.25L12 15L12.75 16.25H11.25M13.5 15C12.95 15 12.5 14.55 12.5 14S12.95 13 13.5 13 14.5 13.45 14.5 14 14.05 15 13.5 15Z\" /></svg></li><li title=\"bottle tonic skull \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bottle-tonic-skull\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 13V22H5V13C5 10.24 7.24 8 10 8V6H9V5H15V6H14V8C16.76 8 19 10.24 19 13M13 4L14 2H10L11 4H13M12 11C9.79 11 8 12.79 8 15C8 16 8.39 16.9 9 17.59V19H10.25V17.5H11.38V19H12.63V17.5H13.75V19H15V17.59C15.61 16.9 16 16 16 15C16 12.79 14.21 11 12 11M10.5 15C9.95 15 9.5 14.55 9.5 14S9.95 13 10.5 13 11.5 13.45 11.5 14 11.05 15 10.5 15M11.25 16.25L12 15L12.75 16.25H11.25M13.5 15C12.95 15 12.5 14.55 12.5 14S12.95 13 13.5 13 14.5 13.45 14.5 14 14.05 15 13.5 15Z\" /></svg></li><li title=\"bottle tonic \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bottle-tonic\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 4H11L10 2H14L13 4M19 13V22H5V13C5 10.24 7.24 8 10 8V6H9V5H15V6H14V8C16.76 8 19 10.24 19 13Z\" /></svg></li><li title=\"bottle wine outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bottle-wine-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.5 2C11.22 2 11 2.22 11 2.5V7C10.93 7 10.85 7 10.78 7.03C9.82 7.27 9.21 8 8.76 8.89C8.3 9.76 8 10.84 8 12C8.05 15 8 18.03 8 21C8 21.55 8.45 22 9 22C11 22 13 22 15 22C15.55 22 16 21.55 16 21C16.04 18 16 15 16 12C16 10.84 15.74 9.76 15.28 8.88C14.83 8 14.22 7.27 13.26 7.04C13.18 7 13.05 7 13 7V2.5C13 2.22 12.78 2 12.5 2M12 8.85C12.32 8.85 12.63 8.9 12.78 9C12.85 9.03 13.2 9.26 13.5 9.81C13.78 10.37 14 11.17 14 12V20H10V12C10 11.17 10.22 10.37 10.5 9.81C10.8 9.26 11.15 9.03 11.22 9C11.36 8.9 11.68 8.85 12 8.85Z\" /></svg></li><li title=\"bottle wine \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bottle-wine\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,22A1,1 0 0,1 9,21V11C9,9 10,7.25 11,7V2.5A0.5,0.5 0 0,1 11.5,2H12.5A0.5,0.5 0 0,1 13,2.5V7C14,7.25 15,9 15,11V21A1,1 0 0,1 14,22H10Z\" /></svg></li><li title=\"bow arrow \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bow-arrow\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.03 6.03L20 7L22 2L17 4L17.97 4.97L16.15 6.79C10.87 2.16 3.3 3.94 2.97 4L2 4.26L2.5 6.2L3.29 6L10.12 12.82L6.94 16H5L2 19L4 20L5 22L8 19V17.06L11.18 13.88L18 20.71L17.81 21.5L19.74 22L20 21.03C20.06 20.7 21.84 13.13 17.21 7.85L19.03 6.03M4.5 5.78C6.55 5.5 11.28 5.28 14.73 8.21L10.82 12.12L4.5 5.78M18.22 19.5L11.88 13.18L15.79 9.27C18.72 12.72 18.5 17.45 18.22 19.5Z\" /></svg></li><li title=\"bow tie \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bow-tie\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,14L21,17V7L15,10V14M9,14L3,17V7L9,10V14M10,10H14V14H10V10Z\" /></svg></li><li title=\"bowl mix outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bowl-mix-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.6 12H2V15C2 18.9 5.1 22 9 22H15C18.9 22 22 18.9 22 15V12H15.6M20 15C20 17.8 17.8 20 15 20H9C6.2 20 4 17.8 4 15V14H20V15M16.2 11L20.3 4.4L22 5.5L18.6 11H16.2Z\" /></svg></li><li title=\"bowl mix \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bowl-mix\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.2 11L20.3 4.5L22 5.5L18.6 11H16.2M15.6 12H2V15C2 18.9 5.1 22 9 22H15C18.9 22 22 18.9 22 15V12H15.6Z\" /></svg></li><li title=\"bowl outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bowl-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2 12V15C2 18.9 5.1 22 9 22H15C18.9 22 22 18.9 22 15V12H2M4 14H20V15C20 17.8 17.8 20 15 20H9C6.2 20 4 17.8 4 15V14Z\" /></svg></li><li title=\"bowl \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bowl\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 15C22 18.9 18.9 22 15 22H9C5.1 22 2 18.9 2 15V12H22V15Z\" /></svg></li><li title=\"bowling \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bowling\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12.5,11A1.5,1.5 0 0,0 11,12.5A1.5,1.5 0 0,0 12.5,14A1.5,1.5 0 0,0 14,12.5A1.5,1.5 0 0,0 12.5,11M12,5A2,2 0 0,0 10,7A2,2 0 0,0 12,9A2,2 0 0,0 14,7A2,2 0 0,0 12,5M5.93,8.5C5.38,9.45 5.71,10.67 6.66,11.22C7.62,11.78 8.84,11.45 9.4,10.5C9.95,9.53 9.62,8.31 8.66,7.76C7.71,7.21 6.5,7.53 5.93,8.5Z\" /></svg></li><li title=\"box cutter off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-box-cutter-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.84 22.73L12.86 14.75L12.17 15.44L6.66 13.08C6.71 12.65 6.89 12.24 7.22 11.91L8.62 10.5L1.11 3L2.39 1.73L22.11 21.46L20.84 22.73M15.41 12.21L11.16 7.96L16.41 2.71C17.2 1.93 18.46 1.93 19.24 2.71L20.66 4.13C21.44 4.91 21.44 6.17 20.66 6.96L15.41 12.21M17.12 6.25C17.5 6.64 18.15 6.64 18.54 6.25C18.93 5.86 18.93 5.23 18.54 4.83C18.15 4.44 17.5 4.44 17.12 4.83C16.73 5.23 16.73 5.86 17.12 6.25M5 16V21.75L10.81 16.53L5.81 14.53L5 16Z\" /></svg></li><li title=\"box cutter \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-box-cutter\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.22,11.91C6.89,12.24 6.71,12.65 6.66,13.08L12.17,15.44L20.66,6.96C21.44,6.17 21.44,4.91 20.66,4.13L19.24,2.71C18.46,1.93 17.2,1.93 16.41,2.71L7.22,11.91M5,16V21.75L10.81,16.53L5.81,14.53L5,16M17.12,4.83C17.5,4.44 18.15,4.44 18.54,4.83C18.93,5.23 18.93,5.86 18.54,6.25C18.15,6.64 17.5,6.64 17.12,6.25C16.73,5.86 16.73,5.23 17.12,4.83Z\" /></svg></li><li title=\"box shadow \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-box-shadow\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,3H18V18H3V3M19,19H21V21H19V19M19,16H21V18H19V16M19,13H21V15H19V13M19,10H21V12H19V10M19,7H21V9H19V7M16,19H18V21H16V19M13,19H15V21H13V19M10,19H12V21H10V19M7,19H9V21H7V19Z\" /></svg></li><li title=\"box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.39,14.04V14.04C15.39,12.62 14.24,11.47 12.82,11.47C11.41,11.47 10.26,12.62 10.26,14.04V14.04C10.26,15.45 11.41,16.6 12.82,16.6C14.24,16.6 15.39,15.45 15.39,14.04M17.1,14.04C17.1,16.4 15.18,18.31 12.82,18.31C11.19,18.31 9.77,17.39 9.05,16.04C8.33,17.39 6.91,18.31 5.28,18.31C2.94,18.31 1.04,16.43 1,14.11V14.11H1V7H1V7C1,6.56 1.39,6.18 1.86,6.18C2.33,6.18 2.7,6.56 2.71,7V7H2.71V10.62C3.43,10.08 4.32,9.76 5.28,9.76C6.91,9.76 8.33,10.68 9.05,12.03C9.77,10.68 11.19,9.76 12.82,9.76C15.18,9.76 17.1,11.68 17.1,14.04V14.04M7.84,14.04V14.04C7.84,12.62 6.69,11.47 5.28,11.47C3.86,11.47 2.71,12.62 2.71,14.04V14.04C2.71,15.45 3.86,16.6 5.28,16.6C6.69,16.6 7.84,15.45 7.84,14.04M22.84,16.96V16.96C22.95,17.12 23,17.3 23,17.47C23,17.73 22.88,18 22.66,18.15C22.5,18.26 22.33,18.32 22.15,18.32C21.9,18.32 21.65,18.21 21.5,18L19.59,15.47L17.7,18V18C17.53,18.21 17.28,18.32 17.03,18.32C16.85,18.32 16.67,18.26 16.5,18.15C16.29,18 16.17,17.72 16.17,17.46C16.17,17.29 16.23,17.11 16.33,16.96V16.96H16.33V16.96L18.5,14.04L16.33,11.11V11.11H16.33V11.11C16.22,10.96 16.17,10.79 16.17,10.61C16.17,10.35 16.29,10.1 16.5,9.93C16.89,9.65 17.41,9.72 17.7,10.09V10.09L19.59,12.61L21.5,10.09C21.76,9.72 22.29,9.65 22.66,9.93C22.89,10.1 23,10.36 23,10.63C23,10.8 22.95,10.97 22.84,11.11V11.11H22.84V11.11L20.66,14.04L22.84,16.96V16.96H22.84Z\" /></svg></li><li title=\"boxing glove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-boxing-glove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,16V6H22V16H19M12,4C8,4 7,4 7,4C7,4 2,4 2,8V14C2,15.77 3,16.76 4.07,17.31C4.4,15.43 6.03,14 8,14H11V16H8A2,2 0 0,0 6,18C6,19.11 6.9,20 8,20H13C17,20 17,16 17,16V6C17,6 16,4 12,4Z\" /></svg></li><li title=\"braille \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-braille\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7,8A1,1 0 0,1 8,7A1,1 0 0,1 9,8V12.47L10.21,12.6L15.15,14.79C15.67,15.03 16,15.56 16,16.14V20.5C15.97,21.32 15.32,21.97 14.5,22H8C7.62,22 7.26,21.85 7,21.57L2.1,17.37L2.84,16.6C3.03,16.39 3.3,16.28 3.58,16.28H3.8L7,18V8M19.5,2A1.5,1.5 0 0,0 18,3.5A1.5,1.5 0 0,0 19.5,5A1.5,1.5 0 0,0 21,3.5A1.5,1.5 0 0,0 19.5,2M19.5,7A1.5,1.5 0 0,0 18,8.5A1.5,1.5 0 0,0 19.5,10A1.5,1.5 0 0,0 21,8.5A1.5,1.5 0 0,0 19.5,7M14.5,7A1.5,1.5 0 0,0 13,8.5A1.5,1.5 0 0,0 14.5,10A1.5,1.5 0 0,0 16,8.5A1.5,1.5 0 0,0 14.5,7M19.5,12A1.5,1.5 0 0,0 18,13.5A1.5,1.5 0 0,0 19.5,15A1.5,1.5 0 0,0 21,13.5A1.5,1.5 0 0,0 19.5,12Z\" /></svg></li><li title=\"brain \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-brain\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.33,12.91C21.42,14.46 20.71,15.95 19.44,16.86L20.21,18.35C20.44,18.8 20.47,19.33 20.27,19.8C20.08,20.27 19.69,20.64 19.21,20.8L18.42,21.05C18.25,21.11 18.06,21.14 17.88,21.14C17.37,21.14 16.89,20.91 16.56,20.5L14.44,18C13.55,17.85 12.71,17.47 12,16.9C11.5,17.05 11,17.13 10.5,17.13C9.62,17.13 8.74,16.86 8,16.34C7.47,16.5 6.93,16.57 6.38,16.56C5.59,16.57 4.81,16.41 4.08,16.11C2.65,15.47 1.7,14.07 1.65,12.5C1.57,11.78 1.69,11.05 2,10.39C1.71,9.64 1.68,8.82 1.93,8.06C2.3,7.11 3,6.32 3.87,5.82C4.45,4.13 6.08,3 7.87,3.12C9.47,1.62 11.92,1.46 13.7,2.75C14.12,2.64 14.56,2.58 15,2.58C16.36,2.55 17.65,3.15 18.5,4.22C20.54,4.75 22,6.57 22.08,8.69C22.13,9.8 21.83,10.89 21.22,11.82C21.29,12.18 21.33,12.54 21.33,12.91M16.33,11.5C16.9,11.57 17.35,12 17.35,12.57A1,1 0 0,1 16.35,13.57H15.72C15.4,14.47 14.84,15.26 14.1,15.86C14.35,15.95 14.61,16 14.87,16.07C20,16 19.4,12.87 19.4,12.82C19.34,11.39 18.14,10.27 16.71,10.33A1,1 0 0,1 15.71,9.33A1,1 0 0,1 16.71,8.33C17.94,8.36 19.12,8.82 20.04,9.63C20.09,9.34 20.12,9.04 20.12,8.74C20.06,7.5 19.5,6.42 17.25,6.21C16,3.25 12.85,4.89 12.85,5.81V5.81C12.82,6.04 13.06,6.53 13.1,6.56A1,1 0 0,1 14.1,7.56C14.1,8.11 13.65,8.56 13.1,8.56V8.56C12.57,8.54 12.07,8.34 11.67,8C11.19,8.31 10.64,8.5 10.07,8.56V8.56C9.5,8.61 9.03,8.21 9,7.66C8.92,7.1 9.33,6.61 9.88,6.56C10.04,6.54 10.82,6.42 10.82,5.79V5.79C10.82,5.13 11.07,4.5 11.5,4C10.58,3.75 9.59,4.08 8.59,5.29C6.75,5 6,5.25 5.45,7.2C4.5,7.67 4,8 3.78,9C4.86,8.78 5.97,8.87 7,9.25C7.5,9.44 7.78,10 7.59,10.54C7.4,11.06 6.82,11.32 6.3,11.13C5.57,10.81 4.75,10.79 4,11.07C3.68,11.34 3.68,11.9 3.68,12.34C3.68,13.08 4.05,13.77 4.68,14.17C5.21,14.44 5.8,14.58 6.39,14.57C6.24,14.31 6.11,14.04 6,13.76C5.81,13.22 6.1,12.63 6.64,12.44C7.18,12.25 7.77,12.54 7.96,13.08C8.36,14.22 9.38,15 10.58,15.13C11.95,15.06 13.17,14.25 13.77,13C14,11.62 15.11,11.5 16.33,11.5M18.33,18.97L17.71,17.67L17,17.83L18,19.08L18.33,18.97M13.68,10.36C13.7,9.83 13.3,9.38 12.77,9.33C12.06,9.29 11.37,9.53 10.84,10C10.27,10.58 9.97,11.38 10,12.19A1,1 0 0,0 11,13.19C11.57,13.19 12,12.74 12,12.19C12,11.92 12.07,11.65 12.23,11.43C12.35,11.33 12.5,11.28 12.66,11.28C13.21,11.31 13.68,10.9 13.68,10.36Z\" /></svg></li><li title=\"bread slice outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bread-slice-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2C17.5,2 22,5.36 22,9.5C22,11.19 21.26,12.75 20,14V22H4V14C2.74,12.75 2,11.19 2,9.5C2,5.36 6.5,2 12,2M18,13.14C19.24,12.17 20,10.89 20,9.5C20,6.46 16.42,4 12,4C7.58,4 4,6.46 4,9.5C4,10.89 4.76,12.17 6,13.14V20H18V13.14M8,18V14H12V18H8Z\" /></svg></li><li title=\"bread slice \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bread-slice\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2C17.5,2 22,5.36 22,9.5C22,11.19 21.26,12.75 20,14V22H4V14C2.74,12.75 2,11.19 2,9.5C2,5.36 6.5,2 12,2M8,18H12V14H8V18Z\" /></svg></li><li title=\"bridge \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bridge\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7,14V10.91C6.28,10.58 5.61,10.18 5,9.71V14H7M5,18H3V16H1V14H3V7H5V8.43C6.8,10 9.27,11 12,11C14.73,11 17.2,10 19,8.43V7H21V14H23V16H21V18H19V16H5V18M17,10.91V14H19V9.71C18.39,10.18 17.72,10.58 17,10.91M16,14V11.32C15.36,11.55 14.69,11.72 14,11.84V14H16M13,14V11.96L12,12L11,11.96V14H13M10,14V11.84C9.31,11.72 8.64,11.55 8,11.32V14H10Z\" /></svg></li><li title=\"briefcase account outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-briefcase-account-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,6C20.58,6 21.05,6.2 21.42,6.59C21.8,7 22,7.45 22,8V19C22,19.55 21.8,20 21.42,20.41C21.05,20.8 20.58,21 20,21H4C3.42,21 2.95,20.8 2.58,20.41C2.2,20 2,19.55 2,19V8C2,7.45 2.2,7 2.58,6.59C2.95,6.2 3.42,6 4,6H8V4C8,3.42 8.2,2.95 8.58,2.58C8.95,2.2 9.42,2 10,2H14C14.58,2 15.05,2.2 15.42,2.58C15.8,2.95 16,3.42 16,4V6H20M4,8V19H20V8H4M14,6V4H10V6H14M12,9A2.25,2.25 0 0,1 14.25,11.25C14.25,12.5 13.24,13.5 12,13.5A2.25,2.25 0 0,1 9.75,11.25C9.75,10 10.76,9 12,9M16.5,18H7.5V16.88C7.5,15.63 9.5,14.63 12,14.63C14.5,14.63 16.5,15.63 16.5,16.88V18Z\" /></svg></li><li title=\"briefcase account \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-briefcase-account\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,6H16V4A2,2 0 0,0 14,2H10C8.89,2 8,2.89 8,4V6H4C2.89,6 2,6.89 2,8V19A2,2 0 0,0 4,21H20A2,2 0 0,0 22,19V8A2,2 0 0,0 20,6M10,4H14V6H10V4M12,9A2.5,2.5 0 0,1 14.5,11.5A2.5,2.5 0 0,1 12,14A2.5,2.5 0 0,1 9.5,11.5A2.5,2.5 0 0,1 12,9M17,19H7V17.75C7,16.37 9.24,15.25 12,15.25C14.76,15.25 17,16.37 17,17.75V19Z\" /></svg></li><li title=\"briefcase check outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-briefcase-check-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 6C20.58 6 21.05 6.2 21.42 6.59C21.8 7 22 7.45 22 8V19C22 19.55 21.8 20 21.42 20.41C21.05 20.8 20.58 21 20 21H4C3.42 21 2.95 20.8 2.58 20.41C2.2 20 2 19.55 2 19V8C2 7.45 2.2 7 2.58 6.59C2.95 6.2 3.42 6 4 6H8V4C8 3.42 8.2 2.95 8.58 2.58C8.95 2.2 9.42 2 10 2H14C14.58 2 15.05 2.2 15.42 2.58C15.8 2.95 16 3.42 16 4V6H20M4 8V19H20V8H4M14 6V4H10V6H14M10.46 17.5L17.05 10.91L15.64 9.5L10.46 14.67L8.37 12.59L6.96 14L10.46 17.5Z\" /></svg></li><li title=\"briefcase check \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-briefcase-check\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,2H14A2,2 0 0,1 16,4V6H20A2,2 0 0,1 22,8V19A2,2 0 0,1 20,21H4A2,2 0 0,1 2,19V8A2,2 0 0,1 4,6H8V4A2,2 0 0,1 10,2M14,6V4H10V6H14M10.5,17.5L17.09,10.91L15.68,9.5L10.5,14.67L8.41,12.59L7,14L10.5,17.5Z\" /></svg></li><li title=\"briefcase clock outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-briefcase-clock-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 11.11V7A2 2 0 0 0 20.42 5.59A1.87 1.87 0 0 0 19 5H15V3A1.9 1.9 0 0 0 14.42 1.58A1.9 1.9 0 0 0 13 1H9A1.9 1.9 0 0 0 7.58 1.58A1.9 1.9 0 0 0 7 3V5H3A1.87 1.87 0 0 0 1.58 5.59A2 2 0 0 0 1 7V18A2 2 0 0 0 1.58 19.41A1.87 1.87 0 0 0 3 20H10.26A7 7 0 1 0 21 11.11M9 3H13V5H9M3 18V7H19V9.68A6.84 6.84 0 0 0 16 9A7 7 0 0 0 9 16A6.91 6.91 0 0 0 9.29 18M19 20A5 5 0 0 1 13 20A4.94 4.94 0 0 1 11 16A5 5 0 0 1 16 11A4.94 4.94 0 0 1 19 12A5 5 0 0 1 19 20M15 13H16.5V15.82L18.94 17.23L18.19 18.53L15 16.69V13\" /></svg></li><li title=\"briefcase clock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-briefcase-clock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 11.11V7A2 2 0 0 0 19 5H15V3A2 2 0 0 0 13 1H9A2 2 0 0 0 7 3V5H3A2 2 0 0 0 1 7V18A2 2 0 0 0 3 20H10.26A7 7 0 1 0 21 11.11M9 3H13V5H9M19 20A5 5 0 0 1 13 20A5 5 0 1 1 19 20M15 13H16.5V15.82L18.94 17.23L18.19 18.53L15 16.69V13\" /></svg></li><li title=\"briefcase download outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-briefcase-download-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,18L7,13H10V9H14V13H17L12,18M10,2H14A2,2 0 0,1 16,4V6H20A2,2 0 0,1 22,8V19A2,2 0 0,1 20,21H4C2.89,21 2,20.1 2,19V8C2,6.89 2.89,6 4,6H8V4C8,2.89 8.89,2 10,2M14,6V4H10V6H14M4,8V19H20V8H4Z\" /></svg></li><li title=\"briefcase download \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-briefcase-download\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,2H14A2,2 0 0,1 16,4V6H20A2,2 0 0,1 22,8V19A2,2 0 0,1 20,21H4C2.89,21 2,20.1 2,19V8C2,6.89 2.89,6 4,6H8V4C8,2.89 8.89,2 10,2M14,6V4H10V6H14M12,19L17,14H14V10H10V14H7L12,19Z\" /></svg></li><li title=\"briefcase edit outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-briefcase-edit-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.04,12.13C21.18,12.13 21.31,12.19 21.42,12.3L22.7,13.58C22.92,13.79 22.92,14.14 22.7,14.35L21.7,15.35L19.65,13.3L20.65,12.3C20.76,12.19 20.9,12.13 21.04,12.13M19.07,13.88L21.12,15.93L15.06,22H13V19.94L19.07,13.88M10,2H14A2,2 0 0,1 16,4V6H20A2,2 0 0,1 22,8L20,10V8H4V19H11V21H4A2,2 0 0,1 2,19V8A2,2 0 0,1 4,6H8V4A2,2 0 0,1 10,2M14,6V4H10V6H14Z\" /></svg></li><li title=\"briefcase edit \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-briefcase-edit\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,2A2,2 0 0,1 16,4V6H20A2,2 0 0,1 22,8L10.85,19C10.85,20.1 10.85,19.5 10.85,21H4C2.89,21 2,20.1 2,19V8C2,6.89 2.89,6 4,6H8V4C8,2.89 8.89,2 10,2H14M14,6V4H10V6H14M21.04,12.13C20.9,12.13 20.76,12.19 20.65,12.3L19.65,13.3L21.7,15.35L22.7,14.35C22.92,14.14 22.92,13.79 22.7,13.58L21.42,12.3C21.31,12.19 21.18,12.13 21.04,12.13M19.07,13.88L13,19.94V22H15.06L21.12,15.93L19.07,13.88Z\" /></svg></li><li title=\"briefcase eye outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-briefcase-eye-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17 18C17.6 18 18 18.4 18 19S17.6 20 17 20 16 19.6 16 19 16.4 18 17 18M17 15C14.3 15 11.9 16.7 11 19C11.9 21.3 14.3 23 17 23S22.1 21.3 23 19C22.1 16.7 19.7 15 17 15M17 21.5C15.6 21.5 14.5 20.4 14.5 19S15.6 16.5 17 16.5 19.5 17.6 19.5 19 18.4 21.5 17 21.5M9.1 19.7L8.8 19H4V8H20V13.6C20.7 13.9 21.4 14.2 22 14.7V8C22 7.5 21.8 7 21.4 6.6C21 6.2 20.6 6 20 6H16V4C16 3.4 15.8 3 15.4 2.6C15 2.2 14.6 2 14 2H10C9.4 2 9 2.2 8.6 2.6C8.2 3 8 3.4 8 4V6H4C3.4 6 3 6.2 2.6 6.6C2.2 7 2 7.5 2 8V19C2 19.5 2.2 20 2.6 20.4C3 20.8 3.4 21 4 21H9.8C9.5 20.6 9.3 20.2 9.1 19.7M10 4H14V6H10V4Z\" /></svg></li><li title=\"briefcase eye \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-briefcase-eye\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17 18C17.6 18 18 18.4 18 19S17.6 20 17 20 16 19.6 16 19 16.4 18 17 18M9.1 19.7L8.8 19L9.1 18.3C10.4 15.1 13.5 13 17 13C18.9 13 20.6 13.6 22 14.6V8C22 6.9 21.1 6 20 6H16V4C16 2.9 15.1 2 14 2H10C8.9 2 8 2.9 8 4V6H4C2.9 6 2 6.9 2 8V19C2 20.1 2.9 21 4 21H9.8C9.5 20.6 9.3 20.2 9.1 19.7M10 4H14V6H10V4M17 15C14.3 15 11.9 16.7 11 19C11.9 21.3 14.3 23 17 23S22.1 21.3 23 19C22.1 16.7 19.7 15 17 15M17 21.5C15.6 21.5 14.5 20.4 14.5 19S15.6 16.5 17 16.5 19.5 17.6 19.5 19 18.4 21.5 17 21.5Z\" /></svg></li><li title=\"briefcase minus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-briefcase-minus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,2H14A2,2 0 0,1 16,4V6H20A2,2 0 0,1 22,8V13.53C21.42,13 20.75,12.6 20,12.34V8H4V19H12.08C12.2,19.72 12.45,20.39 12.8,21H4A2,2 0 0,1 2,19V8A2,2 0 0,1 4,6H8V4A2,2 0 0,1 10,2M14,6V4H10V6H14M14,17H22V19H14V17Z\" /></svg></li><li title=\"briefcase minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-briefcase-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,17V19H14V17H22M10,2H14A2,2 0 0,1 16,4V6H20A2,2 0 0,1 22,8V13.53C20.94,12.58 19.54,12 18,12A6,6 0 0,0 12,18C12,19.09 12.29,20.12 12.8,21H4C2.89,21 2,20.1 2,19V8C2,6.89 2.89,6 4,6H8V4C8,2.89 8.89,2 10,2M14,6V4H10V6H14Z\" /></svg></li><li title=\"briefcase off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-briefcase-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 8V16.8L22 18.8V8C22 7.45 21.8 7 21.42 6.59C21.05 6.2 20.58 6 20 6H16V4C16 3.42 15.8 2.95 15.42 2.58C15.05 2.2 14.58 2 14 2H10C9.42 2 8.95 2.2 8.58 2.58C8.2 2.95 8 3.42 8 4V4.8L11.2 8H20M10 4H14V6H10V4M2.39 1.73L1.11 3L4.11 6H4C3.42 6 2.95 6.2 2.58 6.59C2.2 7 2 7.45 2 8V19C2 19.55 2.2 20 2.58 20.41C2.95 20.8 3.42 21 4 21H19.11L20.84 22.73L22.11 21.46L2.39 1.73M4 19V8H6.11L17.11 19H4Z\" /></svg></li><li title=\"briefcase off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-briefcase-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.11 21.46L20.84 22.73L19.11 21H4C2.89 21 2 20.1 2 19V8C2 6.89 2.89 6 4 6H4.11L1.11 3L2.39 1.73L22.11 21.46M22 18.8L8 4.8V4C8 2.89 8.89 2 10 2H14C15.11 2 16 2.9 16 4V6H20C21.11 6 22 6.9 22 8V18.8M14 4H10V6H14V4Z\" /></svg></li><li title=\"briefcase outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-briefcase-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,6C20.58,6 21.05,6.2 21.42,6.59C21.8,7 22,7.45 22,8V19C22,19.55 21.8,20 21.42,20.41C21.05,20.8 20.58,21 20,21H4C3.42,21 2.95,20.8 2.58,20.41C2.2,20 2,19.55 2,19V8C2,7.45 2.2,7 2.58,6.59C2.95,6.2 3.42,6 4,6H8V4C8,3.42 8.2,2.95 8.58,2.58C8.95,2.2 9.42,2 10,2H14C14.58,2 15.05,2.2 15.42,2.58C15.8,2.95 16,3.42 16,4V6H20M4,8V19H20V8H4M14,6V4H10V6H14Z\" /></svg></li><li title=\"briefcase plus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-briefcase-plus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,2H14A2,2 0 0,1 16,4V6H20A2,2 0 0,1 22,8V13.53C21.42,13 20.75,12.6 20,12.34V8H4V19H12.08C12.2,19.72 12.45,20.39 12.8,21H4A2,2 0 0,1 2,19V8A2,2 0 0,1 4,6H8V4A2,2 0 0,1 10,2M14,6V4H10V6H14M14,17H17V14H19V17H22V19H19V22H17V19H14V17Z\" /></svg></li><li title=\"briefcase plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-briefcase-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,14H19V17H22V19H19V22H17V19H14V17H17V14M10,2H14A2,2 0 0,1 16,4V6H20A2,2 0 0,1 22,8V13.53C20.94,12.58 19.54,12 18,12A6,6 0 0,0 12,18C12,19.09 12.29,20.12 12.8,21H4C2.89,21 2,20.1 2,19V8C2,6.89 2.89,6 4,6H8V4C8,2.89 8.89,2 10,2M14,6V4H10V6H14Z\" /></svg></li><li title=\"briefcase remove outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-briefcase-remove-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,2H14A2,2 0 0,1 16,4V6H20A2,2 0 0,1 22,8V13.53C21.42,13 20.75,12.6 20,12.34V8H4V19H12.08C12.2,19.72 12.45,20.39 12.8,21H4A2,2 0 0,1 2,19V8A2,2 0 0,1 4,6H8V4A2,2 0 0,1 10,2M14,6V4H10V6H14M14.46,15.88L15.88,14.46L18,16.59L20.12,14.46L21.54,15.88L19.41,18L21.54,20.12L20.12,21.54L18,19.41L15.88,21.54L14.46,20.12L16.59,18L14.46,15.88Z\" /></svg></li><li title=\"briefcase remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-briefcase-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.46,15.88L15.88,14.46L18,16.59L20.12,14.46L21.54,15.88L19.41,18L21.54,20.12L20.12,21.54L18,19.41L15.88,21.54L14.46,20.12L16.59,18L14.46,15.88M10,2H14A2,2 0 0,1 16,4V6H20A2,2 0 0,1 22,8V13.53C20.94,12.58 19.54,12 18,12A6,6 0 0,0 12,18C12,19.09 12.29,20.12 12.8,21H4C2.89,21 2,20.1 2,19V8C2,6.89 2.89,6 4,6H8V4C8,2.89 8.89,2 10,2M14,6V4H10V6H14Z\" /></svg></li><li title=\"briefcase search outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-briefcase-search-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,2H14A2,2 0 0,1 16,4V6H20A2,2 0 0,1 22,8V13.03C21.5,12.23 20.8,11.54 20,11V8H4V19H10.5C10.81,19.75 11.26,20.42 11.81,21H4C2.89,21 2,20.1 2,19V8C2,6.89 2.89,6 4,6H8V4C8,2.89 8.89,2 10,2M14,6V4H10V6H14M20.31,18.9L23.39,22L22,23.39L18.88,20.32C18.19,20.75 17.37,21 16.5,21C14,21 12,19 12,16.5C12,14 14,12 16.5,12C19,12 21,14 21,16.5C21,17.38 20.75,18.21 20.31,18.9M16.5,19A2.5,2.5 0 0,0 19,16.5A2.5,2.5 0 0,0 16.5,14A2.5,2.5 0 0,0 14,16.5A2.5,2.5 0 0,0 16.5,19Z\" /></svg></li><li title=\"briefcase search \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-briefcase-search\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.5,12C19,12 21,14 21,16.5C21,17.38 20.75,18.21 20.31,18.9L23.39,22L22,23.39L18.88,20.32C18.19,20.75 17.37,21 16.5,21C14,21 12,19 12,16.5C12,14 14,12 16.5,12M16.5,14A2.5,2.5 0 0,0 14,16.5A2.5,2.5 0 0,0 16.5,19A2.5,2.5 0 0,0 19,16.5A2.5,2.5 0 0,0 16.5,14M10,2H14A2,2 0 0,1 16,4V6H20A2,2 0 0,1 22,8V13.03C20.85,11.21 18.82,10 16.5,10A6.5,6.5 0 0,0 10,16.5C10,18.25 10.69,19.83 11.81,21H4C2.89,21 2,20.1 2,19V8C2,6.89 2.89,6 4,6H8V4C8,2.89 8.89,2 10,2M14,6V4H10V6H14Z\" /></svg></li><li title=\"briefcase upload outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-briefcase-upload-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,9L17,14H14V18H10V14H7L12,9M10,2H14A2,2 0 0,1 16,4V6H20A2,2 0 0,1 22,8V19A2,2 0 0,1 20,21H4C2.89,21 2,20.1 2,19V8C2,6.89 2.89,6 4,6H8V4C8,2.89 8.89,2 10,2M14,6V4H10V6H14M4,8V19H20V8H4Z\" /></svg></li><li title=\"briefcase upload \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-briefcase-upload\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,2H14A2,2 0 0,1 16,4V6H20A2,2 0 0,1 22,8V19A2,2 0 0,1 20,21H4C2.89,21 2,20.1 2,19V8C2,6.89 2.89,6 4,6H8V4C8,2.89 8.89,2 10,2M14,6V4H10V6H14M12,9L7,14H10V18H14V14H17L12,9Z\" /></svg></li><li title=\"briefcase variant off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-briefcase-variant-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10 6.8L8.1 4.9L10 3H14L16 5V7H20C21.1 7 22 7.9 22 9V14C22 14.73 21.59 15.37 21 15.72V17.8L17.2 14H20V9H12.2L10.2 7H14V5H10V6.8M22.11 21.46L20.84 22.73L19.1 21C19.07 21 19.03 21 19 21H5C3.89 21 3 20.11 3 19V15.73C2.4 15.38 2 14.75 2 14V9C2 7.9 2.9 7 4 7H5.11L1.11 3L2.39 1.73L22.11 21.46M11 15H13V14.89L11.11 13H11V15M9 14V11H9.11L7.11 9H4V14H9M17.11 19L15 16.89V17H9V16H5V19H17.11Z\" /></svg></li><li title=\"briefcase variant off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-briefcase-variant-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10 6.8L8.1 4.9L10 3H14L16 5V7H20C21.1 7 22 7.9 22 9V12C22 13.1 21.1 14 20 14H17.2L10.2 7H14V5H10V6.8M2.39 1.73L1.11 3L5.11 7H4C2.9 7 2 7.9 2 9V12C2 13.11 2.89 14 4 14H10V12H10.11L14 15.89V16H10V15H3V19C3 20.11 3.89 21 5 21H19C19.03 21 19.07 21 19.1 21L20.84 22.73L22.11 21.46L2.39 1.73M21 17.8V15H18.2L21 17.8Z\" /></svg></li><li title=\"briefcase variant outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-briefcase-variant-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 7H16V5L14 3H10L8 5V7H4C2.9 7 2 7.9 2 9V14C2 14.75 2.4 15.38 3 15.73V19C3 20.11 3.89 21 5 21H19C20.11 21 21 20.11 21 19V15.72C21.59 15.37 22 14.73 22 14V9C22 7.9 21.1 7 20 7M10 5H14V7H10V5M4 9H20V14H15V11H9V14H4V9M13 15H11V13H13V15M19 19H5V16H9V17H15V16H19V19Z\" /></svg></li><li title=\"briefcase variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-briefcase-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10 16V15H3L3 19C3 20.11 3.89 21 5 21H19C20.11 21 21 20.11 21 19V15H14V16H10M20 7H16V5L14 3H10L8 5V7H4C2.9 7 2 7.9 2 9V12C2 13.11 2.89 14 4 14H10V12H14V14H20C21.1 14 22 13.1 22 12V9C22 7.9 21.1 7 20 7M14 7H10V5H14V7Z\" /></svg></li><li title=\"briefcase \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-briefcase\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,2H14A2,2 0 0,1 16,4V6H20A2,2 0 0,1 22,8V19A2,2 0 0,1 20,21H4C2.89,21 2,20.1 2,19V8C2,6.89 2.89,6 4,6H8V4C8,2.89 8.89,2 10,2M14,6V4H10V6H14Z\" /></svg></li><li title=\"brightness 1 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-brightness-1\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2Z\" /></svg></li><li title=\"brightness 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-brightness-2\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,2C8.18,2 6.47,2.5 5,3.35C8,5.08 10,8.3 10,12C10,15.7 8,18.92 5,20.65C6.47,21.5 8.18,22 10,22A10,10 0 0,0 20,12A10,10 0 0,0 10,2Z\" /></svg></li><li title=\"brightness 3 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-brightness-3\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,2C7.95,2 6.95,2.16 6,2.46C10.06,3.73 13,7.5 13,12C13,16.5 10.06,20.27 6,21.54C6.95,21.84 7.95,22 9,22A10,10 0 0,0 19,12A10,10 0 0,0 9,2Z\" /></svg></li><li title=\"brightness 4 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-brightness-4\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,18C11.11,18 10.26,17.8 9.5,17.45C11.56,16.5 13,14.42 13,12C13,9.58 11.56,7.5 9.5,6.55C10.26,6.2 11.11,6 12,6A6,6 0 0,1 18,12A6,6 0 0,1 12,18M20,8.69V4H15.31L12,0.69L8.69,4H4V8.69L0.69,12L4,15.31V20H8.69L12,23.31L15.31,20H20V15.31L23.31,12L20,8.69Z\" /></svg></li><li title=\"brightness 5 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-brightness-5\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,18A6,6 0 0,1 6,12A6,6 0 0,1 12,6A6,6 0 0,1 18,12A6,6 0 0,1 12,18M20,15.31L23.31,12L20,8.69V4H15.31L12,0.69L8.69,4H4V8.69L0.69,12L4,15.31V20H8.69L12,23.31L15.31,20H20V15.31Z\" /></svg></li><li title=\"brightness 6 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-brightness-6\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,18V6A6,6 0 0,1 18,12A6,6 0 0,1 12,18M20,15.31L23.31,12L20,8.69V4H15.31L12,0.69L8.69,4H4V8.69L0.69,12L4,15.31V20H8.69L12,23.31L15.31,20H20V15.31Z\" /></svg></li><li title=\"brightness 7 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-brightness-7\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,8A4,4 0 0,0 8,12A4,4 0 0,0 12,16A4,4 0 0,0 16,12A4,4 0 0,0 12,8M12,18A6,6 0 0,1 6,12A6,6 0 0,1 12,6A6,6 0 0,1 18,12A6,6 0 0,1 12,18M20,8.69V4H15.31L12,0.69L8.69,4H4V8.69L0.69,12L4,15.31V20H8.69L12,23.31L15.31,20H20V15.31L23.31,12L20,8.69Z\" /></svg></li><li title=\"brightness auto \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-brightness-auto\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.3,16L13.6,14H10.4L9.7,16H7.8L11,7H13L16.2,16H14.3M20,8.69V4H15.31L12,0.69L8.69,4H4V8.69L0.69,12L4,15.31V20H8.69L12,23.31L15.31,20H20V15.31L23.31,12L20,8.69M10.85,12.65H13.15L12,9L10.85,12.65Z\" /></svg></li><li title=\"brightness percent \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-brightness-percent\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.04,8.71V4H15.34L12,0.69L8.71,4H4V8.71L0.69,12L4,15.34V20.04H8.71L12,23.35L15.34,20.04H20.04V15.34L23.35,12L20.04,8.71M8.83,7.05C9.81,7.05 10.6,7.84 10.6,8.83A1.77,1.77 0 0,1 8.83,10.6C7.84,10.6 7.05,9.81 7.05,8.83C7.05,7.84 7.84,7.05 8.83,7.05M15.22,17C14.24,17 13.45,16.2 13.45,15.22A1.77,1.77 0 0,1 15.22,13.45C16.2,13.45 17,14.24 17,15.22A1.78,1.78 0 0,1 15.22,17M8.5,17.03L7,15.53L15.53,7L17.03,8.5L8.5,17.03Z\" /></svg></li><li title=\"broadcast off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-broadcast-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17.6 14.2C17.9 13.5 18 12.8 18 12C18 8.7 15.3 6 12 6C11.2 6 10.4 6.2 9.8 6.4L11.4 8H12C14.2 8 16 9.8 16 12C16 12.2 16 12.4 15.9 12.6L17.6 14.2M12 4C16.4 4 20 7.6 20 12C20 13.4 19.6 14.6 19 15.7L20.5 17.2C21.4 15.7 22 13.9 22 12C22 6.5 17.5 2 12 2C10.1 2 8.3 2.5 6.8 3.5L8.3 5C9.4 4.3 10.6 4 12 4M3.3 2.5L2 3.8L4.1 5.9C2.8 7.6 2 9.7 2 12C2 15.7 4 18.9 7 20.6L8 18.9C5.6 17.5 4 14.9 4 12C4 10.2 4.6 8.6 5.5 7.3L7 8.8C6.4 9.7 6 10.8 6 12C6 14.2 7.2 16.1 9 17.2L10 15.5C8.8 14.8 8 13.5 8 12.1C8 11.5 8.2 10.9 8.4 10.3L10 11.9V12.1C10 13.2 10.9 14.1 12 14.1H12.2L19.7 21.6L21 20.3L4.3 3.5L3.3 2.5Z\" /></svg></li><li title=\"broadcast \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-broadcast\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 10C10.9 10 10 10.9 10 12S10.9 14 12 14 14 13.1 14 12 13.1 10 12 10M18 12C18 8.7 15.3 6 12 6S6 8.7 6 12C6 14.2 7.2 16.1 9 17.2L10 15.5C8.8 14.8 8 13.5 8 12.1C8 9.9 9.8 8.1 12 8.1S16 9.9 16 12.1C16 13.6 15.2 14.9 14 15.5L15 17.2C16.8 16.2 18 14.2 18 12M12 2C6.5 2 2 6.5 2 12C2 15.7 4 18.9 7 20.6L8 18.9C5.6 17.5 4 14.9 4 12C4 7.6 7.6 4 12 4S20 7.6 20 12C20 15 18.4 17.5 16 18.9L17 20.6C20 18.9 22 15.7 22 12C22 6.5 17.5 2 12 2Z\" /></svg></li><li title=\"broom \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-broom\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.36,2.72L20.78,4.14L15.06,9.85C16.13,11.39 16.28,13.24 15.38,14.44L9.06,8.12C10.26,7.22 12.11,7.37 13.65,8.44L19.36,2.72M5.93,17.57C3.92,15.56 2.69,13.16 2.35,10.92L7.23,8.83L14.67,16.27L12.58,21.15C10.34,20.81 7.94,19.58 5.93,17.57Z\" /></svg></li><li title=\"brush off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-brush-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.8 22.7L12.4 14.3L11.8 15L9 12.2L9.7 11.5L1.1 3L2.4 1.7L22.1 21.4L20.8 22.7M7 14C5.3 14 4 15.3 4 17C4 18.3 2.8 19 2 19C2.9 20.2 4.5 21 6 21C8.2 21 10 19.2 10 17C10 15.3 8.7 14 7 14M20.7 6C21.1 5.6 21.1 5 20.7 4.6L19.4 3.3C19 2.9 18.4 2.9 18 3.3L12.2 9L15 11.8L20.7 6Z\" /></svg></li><li title=\"brush outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-brush-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7 16C7.55 16 8 16.45 8 17C8 18.1 7.1 19 6 19C5.83 19 5.67 19 5.5 18.95C5.81 18.4 6 17.74 6 17C6 16.45 6.45 16 7 16M18.67 3C18.41 3 18.16 3.1 17.96 3.29L9 12.25L11.75 15L20.71 6.04C21.1 5.65 21.1 5 20.71 4.63L19.37 3.29C19.17 3.09 18.92 3 18.67 3M7 14C5.34 14 4 15.34 4 17C4 18.31 2.84 19 2 19C2.92 20.22 4.5 21 6 21C8.21 21 10 19.21 10 17C10 15.34 8.66 14 7 14Z\" /></svg></li><li title=\"brush variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-brush-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8 3C5.79 3 4 4.79 4 7V14C4 15.1 4.9 16 6 16H9V20C9 21.1 9.9 22 11 22H13C14.1 22 15 21.1 15 20V16H18C19.1 16 20 15.1 20 14V3H8M8 5H12V7H14V5H15V9H17V5H18V10H6V7C6 5.9 6.9 5 8 5M6 14V12H18V14H6Z\" /></svg></li><li title=\"brush \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-brush\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.71,4.63L19.37,3.29C19,2.9 18.35,2.9 17.96,3.29L9,12.25L11.75,15L20.71,6.04C21.1,5.65 21.1,5 20.71,4.63M7,14A3,3 0 0,0 4,17C4,18.31 2.84,19 2,19C2.92,20.22 4.5,21 6,21A4,4 0 0,0 10,17A3,3 0 0,0 7,14Z\" /></svg></li><li title=\"bucket outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bucket-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 4H21V7H20L17.5 21H6.5L4 7H3V4M17.97 7H6.03L8.15 19H15.85L17.97 7Z\" /></svg></li><li title=\"bucket \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bucket\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 4H21V7H20L17.5 21H6.5L4 7H3V4Z\" /></svg></li><li title=\"buffet \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-buffet\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9 14C9.55 14 10 14.45 10 15C10 15.55 9.55 16 9 16C8.45 16 8 15.55 8 15C8 14.45 8.45 14 9 14M15 14C15.55 14 16 14.45 16 15C16 15.55 15.55 16 15 16C14.45 16 14 15.55 14 15C14 14.45 14.45 14 15 14M3 22L4 19H3C2.45 19 2 18.55 2 18V12C2 11.45 2.45 11 3 11H21C21.55 11 22 11.45 22 12V18C22 18.55 21.55 19 21 19H20L21 22H19L18 19H6L5 22H3M13 13V17H20V13H13M4 13V17H11V13H4Z\" /></svg></li><li title=\"bug check outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bug-check-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18,7H15.19C14.74,6.2 14.12,5.5 13.37,5L15,3.41L13.59,2L11.42,4.17C10.96,4.06 10.5,4 10,4C9.5,4 9.05,4.06 8.59,4.17L6.41,2L5,3.41L6.62,5C5.87,5.5 5.26,6.21 4.81,7H2V9H4.09C4.03,9.33 4,9.66 4,10V11H2V13H4V14C4,14.34 4.03,14.67 4.09,15H2V17H4.81C6.26,19.5 9.28,20.61 12,19.65C12,19.43 12,19.22 12,19C12,18.43 12.09,17.86 12.25,17.31C11.59,17.76 10.8,18 10,18A4,4 0 0,1 6,14V10A4,4 0 0,1 10,6A4,4 0 0,1 14,10V14C14,14.19 14,14.39 13.95,14.58C14.54,14.04 15.24,13.62 16,13.35V13H18V11H16V10C16,9.66 15.97,9.33 15.91,9H18V7M21.34,16L17.75,19.59L16.16,18L15,19.16L17.75,22.16L22.5,17.41L21.34,16M12,9V11H8V9H12M12,13V15H8V13H12Z\" /></svg></li><li title=\"bug check \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bug-check\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18,7H15.19C14.74,6.2 14.12,5.5 13.37,5L15,3.41L13.59,2L11.42,4.17C10.96,4.06 10.5,4 10,4C9.5,4 9.05,4.06 8.59,4.17L6.41,2L5,3.41L6.62,5C5.87,5.5 5.26,6.21 4.81,7H2V9H4.09C4.03,9.33 4,9.66 4,10V11H2V13H4V14C4,14.34 4.03,14.67 4.09,15H2V17H4.81C6.26,19.5 9.28,20.61 12,19.65C12,19.43 12,19.22 12,19C12,16.46 13.61,14.2 16,13.35V13H18V11H16V10C16,9.66 15.97,9.33 15.91,9H18V7M12,15H8V13H12V15M12,11H8V9H12V11M17.75,22.16L15,19.16L16.16,18L17.75,19.59L21.34,16L22.5,17.41L17.75,22.16Z\" /></svg></li><li title=\"bug outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bug-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,8H17.19C16.74,7.2 16.12,6.5 15.37,6L17,4.41L15.59,3L13.42,5.17C12.96,5.06 12.5,5 12,5C11.5,5 11.05,5.06 10.59,5.17L8.41,3L7,4.41L8.62,6C7.87,6.5 7.26,7.21 6.81,8H4V10H6.09C6.03,10.33 6,10.66 6,11V12H4V14H6V15C6,15.34 6.03,15.67 6.09,16H4V18H6.81C8.47,20.87 12.14,21.84 15,20.18C15.91,19.66 16.67,18.9 17.19,18H20V16H17.91C17.97,15.67 18,15.34 18,15V14H20V12H18V11C18,10.66 17.97,10.33 17.91,10H20V8M16,15A4,4 0 0,1 12,19A4,4 0 0,1 8,15V11A4,4 0 0,1 12,7A4,4 0 0,1 16,11V15M14,10V12H10V10H14M10,14H14V16H10V14Z\" /></svg></li><li title=\"bug \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bug\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,12H10V10H14M14,16H10V14H14M20,8H17.19C16.74,7.22 16.12,6.55 15.37,6.04L17,4.41L15.59,3L13.42,5.17C12.96,5.06 12.5,5 12,5C11.5,5 11.04,5.06 10.59,5.17L8.41,3L7,4.41L8.62,6.04C7.88,6.55 7.26,7.22 6.81,8H4V10H6.09C6.04,10.33 6,10.66 6,11V12H4V14H6V15C6,15.34 6.04,15.67 6.09,16H4V18H6.81C7.85,19.79 9.78,21 12,21C14.22,21 16.15,19.79 17.19,18H20V16H17.91C17.96,15.67 18,15.34 18,15V14H20V12H18V11C18,10.66 17.96,10.33 17.91,10H20V8Z\" /></svg></li><li title=\"bugle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bugle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,6C21,11 12,11 12,11C12,11 6,11 5,11C4,11 3,10 3,10H2V14H3C3,14 4,13 5,13C5.2,13 5.7,13 6.3,13C5.5,13.5 5,14.2 5,15C5,16.8 7.3,18 10.5,18C13.7,18 16,16.8 16,15C16,14.4 15.7,13.8 15.2,13.3C17.8,13.8 21,15 21,18H22V6H21M10.5,16.7C8.2,16.7 6.4,15.9 6.4,15C6.4,14.1 8.2,13.3 10.5,13.3C12.8,13.3 14.6,14.1 14.6,15C14.6,15.9 12.8,16.7 10.5,16.7Z\" /></svg></li><li title=\"bulldozer \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bulldozer\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,4A1,1 0 0,0 3,5V10C2.54,10 2.14,10.31 2.03,10.76V13.97H2.29C2.65,13.37 3.3,13 4,13H13C13.7,13 14.35,13.37 14.71,13.97H16.03L16,11V11A1,1 0 0,0 15,10H13V8A1,1 0 0,0 12,7A1,1 0 0,0 11,8V10H9V5A1,1 0 0,0 8,4H4M5,6H7V10L7,11H5V6M17,11V19H22V18L19,17L18,11H17M4,15A2,2 0 0,0 2,17A2,2 0 0,0 4,19H13A2,2 0 0,0 15,17A2,2 0 0,0 13,15H4Z\" /></svg></li><li title=\"bullet \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bullet\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,22H10V21H14V22M13,10V7H11V10L10,11.5V20H14V11.5L13,10M12,2C12,2 11,3 11,5V6H13V5C13,5 13,3 12,2Z\" /></svg></li><li title=\"bulletin board \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bulletin-board\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12.04,2.5L9.53,5H14.53L12.04,2.5M4,7V20H20V7H4M12,0L17,5V5H20A2,2 0 0,1 22,7V20A2,2 0 0,1 20,22H4A2,2 0 0,1 2,20V7A2,2 0 0,1 4,5H7V5L12,0M7,18V14H12V18H7M14,17V10H18V17H14M6,12V9H11V12H6Z\" /></svg></li><li title=\"bullhorn outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bullhorn-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,8H4A2,2 0 0,0 2,10V14A2,2 0 0,0 4,16H5V20A1,1 0 0,0 6,21H8A1,1 0 0,0 9,20V16H12L17,20V4L12,8M15,15.6L13,14H4V10H13L15,8.4V15.6M21.5,12C21.5,13.71 20.54,15.26 19,16V8C20.53,8.75 21.5,10.3 21.5,12Z\" /></svg></li><li title=\"bullhorn variant outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bullhorn-variant-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 2V4L4 8V6H2V18H4V16L6 16.5V18.5C6 20.4 7.6 22 9.5 22S13 20.4 13 18.5V18.3L20 20V22H22V2H20M11 18.5C11 19.3 10.3 20 9.5 20S8 19.3 8 18.5V17L11 17.8V18.5M20 18L4 14V10L20 6V18Z\" /></svg></li><li title=\"bullhorn variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bullhorn-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 2V4L4 8V6H2V18H4V16L6 16.5V18.5C6 20.4 7.6 22 9.5 22S13 20.4 13 18.5V18.3L20 20V22H22V2H20M11 18.5C11 19.3 10.3 20 9.5 20S8 19.3 8 18.5V17L11 17.8V18.5Z\" /></svg></li><li title=\"bullhorn \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bullhorn\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,8H4A2,2 0 0,0 2,10V14A2,2 0 0,0 4,16H5V20A1,1 0 0,0 6,21H8A1,1 0 0,0 9,20V16H12L17,20V4L12,8M21.5,12C21.5,13.71 20.54,15.26 19,16V8C20.53,8.75 21.5,10.3 21.5,12Z\" /></svg></li><li title=\"bullseye arrow \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bullseye-arrow\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12C22,10.84 21.79,9.69 21.39,8.61L19.79,10.21C19.93,10.8 20,11.4 20,12A8,8 0 0,1 12,20A8,8 0 0,1 4,12A8,8 0 0,1 12,4C12.6,4 13.2,4.07 13.79,4.21L15.4,2.6C14.31,2.21 13.16,2 12,2M19,2L15,6V7.5L12.45,10.05C12.3,10 12.15,10 12,10A2,2 0 0,0 10,12A2,2 0 0,0 12,14A2,2 0 0,0 14,12C14,11.85 14,11.7 13.95,11.55L16.5,9H18L22,5H19V2M12,6A6,6 0 0,0 6,12A6,6 0 0,0 12,18A6,6 0 0,0 18,12H16A4,4 0 0,1 12,16A4,4 0 0,1 8,12A4,4 0 0,1 12,8V6Z\" /></svg></li><li title=\"bullseye \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bullseye\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M12,4A8,8 0 0,1 20,12A8,8 0 0,1 12,20A8,8 0 0,1 4,12A8,8 0 0,1 12,4M12,6A6,6 0 0,0 6,12A6,6 0 0,0 12,18A6,6 0 0,0 18,12A6,6 0 0,0 12,6M12,8A4,4 0 0,1 16,12A4,4 0 0,1 12,16A4,4 0 0,1 8,12A4,4 0 0,1 12,8M12,10A2,2 0 0,0 10,12A2,2 0 0,0 12,14A2,2 0 0,0 14,12A2,2 0 0,0 12,10Z\" /></svg></li><li title=\"bulma \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bulma\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.38 2L6.38 7L5.13 15.75L11.38 22L18.88 17L13.88 12L17.63 8.25L11.38 2Z\" /></svg></li><li title=\"bunk bed outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bunk-bed-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M1 2H3V9H10V3H19C21.2 3 23 4.8 23 7V23H21V21H3V23H1V2M12 5V9H21V7C21 5.9 20.1 5 19 5H12M3 11V19H10V13H19C19.7 13 20.4 13.2 21 13.6V11H3M6.5 13C7.9 13 9 14.1 9 15.5S7.9 18 6.5 18 4 16.9 4 15.5 5.1 13 6.5 13M6.5 14.6C6 14.6 5.6 15 5.6 15.5S6 16.4 6.5 16.4 7.4 16 7.4 15.5 7 14.6 6.5 14.6M12 15V19H21V17C21 15.9 20.1 15 19 15H12M6.5 3C7.9 3 9 4.1 9 5.5S7.9 8 6.5 8 4 6.9 4 5.5 5.1 3 6.5 3M6.5 4.6C6 4.6 5.6 5 5.6 5.5S6 6.4 6.5 6.4 7.4 6 7.4 5.5 7 4.6 6.5 4.6Z\" /></svg></li><li title=\"bunk bed \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bunk-bed\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M1 2V23H3V21H21V23H23V7C23 4.79 21.21 3 19 3H10V8H3V2M6.5 2A2.5 2.5 0 0 0 4 4.5A2.5 2.5 0 0 0 6.5 7A2.5 2.5 0 0 0 9 4.5A2.5 2.5 0 0 0 6.5 2M3 11H21V13.56C20.41 13.21 19.73 13 19 13H10V18H3M6.5 12A2.5 2.5 0 0 0 4 14.5A2.5 2.5 0 0 0 6.5 17A2.5 2.5 0 0 0 9 14.5A2.5 2.5 0 0 0 6.5 12Z\" /></svg></li><li title=\"bus alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bus-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,1A7,7 0 0,1 23,8C23,11.53 20.39,14.45 17,14.93V18C17,18.84 16.65,19.58 15.96,20.2V22C15.96,22.27 15.87,22.5 15.68,22.71C15.5,22.91 15.26,23 15,23H14C13.71,23 13.47,22.91 13.27,22.71C13.06,22.5 12.96,22.27 12.96,22V21H5.04V22C5.04,22.27 4.94,22.5 4.73,22.71C4.53,22.91 4.29,23 4,23H3C2.74,23 2.5,22.91 2.32,22.71C2.13,22.5 2.04,22.27 2.04,22V20.2C1.35,19.58 1,18.84 1,18V8C1,6.42 1.7,5.35 3.07,4.8C4.44,4.26 6.42,4 9,4L10.23,4.03C11.5,2.2 13.61,1 16,1M16,3A5,5 0 0,0 11,8A5,5 0 0,0 16,13A5,5 0 0,0 21,8A5,5 0 0,0 16,3M15,10H17V12H15V10M15,4H17V9H15V4M3,13H11.09C9.8,11.72 9,9.96 9,8H3V13M4.5,16C3.69,16 3,16.67 3,17.5A1.5,1.5 0 0,0 4.5,19C5.35,19 6,18.33 6,17.5A1.5,1.5 0 0,0 4.5,16M13.5,16C12.65,16 12,16.67 12,17.5A1.5,1.5 0 0,0 13.5,19C14.31,19 15,18.33 15,17.5A1.5,1.5 0 0,0 13.5,16Z\" /></svg></li><li title=\"bus articulated end \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bus-articulated-end\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.5,6L20,7.5L21.5,9L20,10.5L21.5,12L20,13.5L21.5,15H12.5A3,3 0 0,1 9.5,18A3,3 0 0,1 6.5,15H2.5V8C2.5,6.89 3.39,6 4.5,6H21.5M18.5,7.5H15V10H18.5V7.5M13.5,7.5H9.5V10H13.5V7.5M8,7.5H4V10H8V7.5M9.5,13.5A1.5,1.5 0 0,0 8,15A1.5,1.5 0 0,0 9.5,16.5A1.5,1.5 0 0,0 11,15A1.5,1.5 0 0,0 9.5,13.5Z\" /></svg></li><li title=\"bus articulated front \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bus-articulated-front\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M1,6L2.5,7.5L1,9L2.5,10.5L1,12L2.5,13.5L1,15H3A3,3 0 0,0 6,18A3,3 0 0,0 9,15H15A3,3 0 0,0 18,18A3,3 0 0,0 21,15H23V8C23,6.89 22.11,6 21,6H1M4,7.5H6.5V10H4V7.5M8,7.5H12V10H8V7.5M13.5,7.5H17.5V10H13.5V7.5M19,7.5H21.5V13L19,11V7.5M6,13.5A1.5,1.5 0 0,1 7.5,15A1.5,1.5 0 0,1 6,16.5A1.5,1.5 0 0,1 4.5,15A1.5,1.5 0 0,1 6,13.5M18,13.5A1.5,1.5 0 0,1 19.5,15A1.5,1.5 0 0,1 18,16.5A1.5,1.5 0 0,1 16.5,15A1.5,1.5 0 0,1 18,13.5Z\" /></svg></li><li title=\"bus clock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bus-clock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.5,4V8.25L19.36,9.94L18.61,11.16L15,9V4H16.5M16,13C17.36,13 18.54,12.5 19.5,11.53C20.5,10.56 21,9.39 21,8C21,6.64 20.5,5.46 19.5,4.5C18.54,3.5 17.36,3 16,3C14.61,3 13.44,3.5 12.47,4.5C11.5,5.46 11,6.64 11,8C11,9.39 11.5,10.56 12.47,11.53C13.44,12.5 14.61,13 16,13M13.5,19C13.94,19 14.3,18.84 14.58,18.54C14.86,18.24 15,17.89 15,17.5C15,17.08 14.86,16.73 14.58,16.43C14.3,16.13 13.94,16 13.5,16C13.06,16 12.7,16.13 12.42,16.43C12.14,16.73 12,17.08 12,17.5C12,17.89 12.14,18.24 12.42,18.54C12.7,18.84 13.06,19 13.5,19M3,13H11.11C9.7,11.64 9,10 9,8H3V13M4.5,19C4.94,19 5.3,18.84 5.58,18.54C5.86,18.24 6,17.89 6,17.5C6,17.08 5.86,16.73 5.58,16.43C5.3,16.13 4.94,16 4.5,16C4.06,16 3.7,16.13 3.42,16.43C3.14,16.73 3,17.08 3,17.5C3,17.89 3.14,18.24 3.42,18.54C3.7,18.84 4.06,19 4.5,19M16,1C17.92,1 19.58,1.67 20.95,3.05C22.33,4.42 23,6.08 23,8C23,9.77 22.44,11.29 21.28,12.59C20.13,13.88 18.7,14.66 17,14.91V18C17,18.84 16.67,19.58 16,20.2V22C16,22.27 15.89,22.5 15.7,22.71C15.5,22.91 15.28,23 15,23H14C13.73,23 13.5,22.91 13.29,22.71C13.09,22.5 13,22.27 13,22V21H5V22C5,22.27 4.91,22.5 4.71,22.71C4.5,22.91 4.27,23 4,23H3C2.72,23 2.5,22.91 2.3,22.71C2.11,22.5 2,22.27 2,22V20.2C1.33,19.58 1,18.84 1,18V8C1,6.42 1.67,5.35 3.05,4.8C4.42,4.26 6.41,4 9,4C9.13,4 9.33,4 9.61,4C9.89,4 10.09,4.03 10.22,4.03C11.63,2 13.55,1 16,1Z\" /></svg></li><li title=\"bus double decker \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bus-double-decker\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,4C1.89,4 1,4.89 1,6V17H3A3,3 0 0,0 6,20A3,3 0 0,0 9,17H15A3,3 0 0,0 18,20A3,3 0 0,0 21,17H23V14C23,12.89 22.11,12 21,12H19V9.5H23V6C23,4.89 22.11,4 21,4H3M2.5,5.5H6.5V8H2.5V5.5M8,5.5H12V8H8V5.5M13.5,5.5H17.5V8H13.5V5.5M19,5.5H21.5V8H19V5.5M13.5,9.5H17.5V12H13.5V9.5M2.5,9.5H6.5V12H2.5V9.5M8,9.5H12V12H8V9.5M6,15.5A1.5,1.5 0 0,1 7.5,17A1.5,1.5 0 0,1 6,18.5A1.5,1.5 0 0,1 4.5,17A1.5,1.5 0 0,1 6,15.5M18,15.5A1.5,1.5 0 0,1 19.5,17A1.5,1.5 0 0,1 18,18.5A1.5,1.5 0 0,1 16.5,17A1.5,1.5 0 0,1 18,15.5Z\" /></svg></li><li title=\"bus electric \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bus-electric\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 8H6V4H18M16.5 14C15.7 14 15 13.3 15 12.5C15 11.7 15.7 11 16.5 11C17.3 11 18 11.7 18 12.5C18 13.3 17.3 14 16.5 14M7.5 14C6.7 14 6 13.3 6 12.5C6 11.7 6.7 11 7.5 11S9 11.7 9 12.5C9 13.3 8.3 14 7.5 14M4 13C4 13.9 4.4 14.7 5 15.2V17C5 17.6 5.4 18 6 18H7C7.6 18 8 17.6 8 17V16H16V17C16 17.6 16.4 18 17 18H18C18.6 18 19 17.6 19 17V15.2C19.6 14.7 20 13.9 20 13V4C20 .5 16.4 0 12 0S4 .5 4 4V13M7 21H11V19L17 22H13V24L7 21Z\" /></svg></li><li title=\"bus marker \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bus-marker\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2C7.58 2 4 2.5 4 6V16A3 3 0 0 0 5 18.22V20A1 1 0 0 0 6 21H7A1 1 0 0 0 8 20V19H14A8 8 0 0 1 13 15.5A5.55 5.55 0 0 1 15.38 11H6V6H18V10A4.07 4.07 0 0 1 18.5 10A5.34 5.34 0 0 1 20 10.22V6C20 2.5 16.42 2 12 2M7.5 14A1.5 1.5 0 1 1 6 15.5A1.5 1.5 0 0 1 7.5 14M18.5 12A3.54 3.54 0 0 0 15 15.5C15 18.1 18.5 22 18.5 22S22 18.1 22 15.5A3.54 3.54 0 0 0 18.5 12M18.5 16.8A1.2 1.2 0 1 1 18.5 14.4A1.29 1.29 0 0 1 19.7 15.6A1.15 1.15 0 0 1 18.5 16.8Z\" /></svg></li><li title=\"bus multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bus-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10 5C5.58 5 2 5.5 2 9V19C2 19.85 2.37 20.66 3 21.22V23C3 23.55 3.45 24 4 24H5C5.55 24 6 23.55 6 23V22H14V23C14 23.55 14.45 24 15 24H16C16.55 24 17 23.55 17 23V21.22C17.63 20.66 18 19.85 18 19V9C18 5.5 14.42 5 10 5M5.5 20C4.67 20 4 19.33 4 18.5S4.67 17 5.5 17 7 17.67 7 18.5 6.33 20 5.5 20M14.5 20C13.67 20 13 19.33 13 18.5S13.67 17 14.5 17 16 17.67 16 18.5 15.33 20 14.5 20M16 14H4V9H16V14M22 5V15C22 15.85 21.63 16.66 21 17.22V19C21 19.55 20.55 20 20 20H19.88C19.95 19.68 20 19.35 20 19V9C20 3 13 3 10 3C9.09 3 7.8 3 6.46 3.17C7.55 1.32 10.5 1 14 1C18.42 1 22 1.5 22 5Z\" /></svg></li><li title=\"bus school \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bus-school\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,6C1.89,6 1,6.89 1,8V15H3A3,3 0 0,0 6,18A3,3 0 0,0 9,15H15A3,3 0 0,0 18,18A3,3 0 0,0 21,15H23V12C23,10.89 22.11,10 21,10H19V8C19,6.89 18.11,6 17,6H3M13.5,7.5H17.5V10H13.5V7.5M2.5,7.5H6.5V10H2.5V7.5M8,7.5H12V10H8V7.5M6,13.5A1.5,1.5 0 0,1 7.5,15A1.5,1.5 0 0,1 6,16.5A1.5,1.5 0 0,1 4.5,15A1.5,1.5 0 0,1 6,13.5M18,13.5A1.5,1.5 0 0,1 19.5,15A1.5,1.5 0 0,1 18,16.5A1.5,1.5 0 0,1 16.5,15A1.5,1.5 0 0,1 18,13.5Z\" /></svg></li><li title=\"bus side \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bus-side\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,6C1.89,6 1,6.89 1,8V15H3A3,3 0 0,0 6,18A3,3 0 0,0 9,15H15A3,3 0 0,0 18,18A3,3 0 0,0 21,15H23V8C23,6.89 22.11,6 21,6H3M2.5,7.5H6.5V10H2.5V7.5M8,7.5H12V10H8V7.5M13.5,7.5H17.5V10H13.5V7.5M19,7.5H21.5V13L19,11V7.5M6,13.5A1.5,1.5 0 0,1 7.5,15A1.5,1.5 0 0,1 6,16.5A1.5,1.5 0 0,1 4.5,15A1.5,1.5 0 0,1 6,13.5M18,13.5A1.5,1.5 0 0,1 19.5,15A1.5,1.5 0 0,1 18,16.5A1.5,1.5 0 0,1 16.5,15A1.5,1.5 0 0,1 18,13.5Z\" /></svg></li><li title=\"bus stop covered \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bus-stop-covered\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 3H7V2H6A1.78 1.78 0 0 0 4.59 3H2V5H3.73C2 10.58 2 22 2 22H7V5H20M22 8.5A2.5 2.5 0 1 0 19 11V22H20V11A2.5 2.5 0 0 0 22 8.5M15 11.5V16H14V22H12.5V17H11.5V22H10V16H9V11.5A1.5 1.5 0 0 1 10.5 10H13.5A1.5 1.5 0 0 1 15 11.5M12 6.5A1.5 1.5 0 1 0 13.5 8A1.5 1.5 0 0 0 12 6.5Z\" /></svg></li><li title=\"bus stop uncovered \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bus-stop-uncovered\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6 22V19H4V22H2V14A1 1 0 0 1 3 13A1 1 0 0 1 4 14V17H7A1 1 0 0 1 8 18V22M20 11V22H19V11A2.5 2.5 0 1 1 20 11M15 11.55V16H14V22H12.5V17H11.5V22H10V16H9V11.5A1.5 1.5 0 0 1 10.5 10H13.5A1.5 1.5 0 0 1 15 11.5M12 6.55A1.5 1.5 0 1 0 13.5 8A1.5 1.5 0 0 0 12 6.5Z\" /></svg></li><li title=\"bus stop \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bus-stop\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 7V16C22 16.71 21.62 17.36 21 17.72V19.25C21 19.66 20.66 20 20.25 20H19.75C19.34 20 19 19.66 19 19.25V18H12V19.25C12 19.66 11.66 20 11.25 20H10.75C10.34 20 10 19.66 10 19.25V17.72C9.39 17.36 9 16.71 9 16V7C9 4 12 4 15.5 4S22 4 22 7M13 15C13 14.45 12.55 14 12 14S11 14.45 11 15 11.45 16 12 16 13 15.55 13 15M20 15C20 14.45 19.55 14 19 14S18 14.45 18 15 18.45 16 19 16 20 15.55 20 15M20 7H11V11H20V7M7 9.5C6.97 8.12 5.83 7 4.45 7.05C3.07 7.08 1.97 8.22 2 9.6C2.03 10.77 2.86 11.77 4 12V20H5V12C6.18 11.76 7 10.71 7 9.5Z\" /></svg></li><li title=\"bus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-bus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18,11H6V6H18M16.5,17A1.5,1.5 0 0,1 15,15.5A1.5,1.5 0 0,1 16.5,14A1.5,1.5 0 0,1 18,15.5A1.5,1.5 0 0,1 16.5,17M7.5,17A1.5,1.5 0 0,1 6,15.5A1.5,1.5 0 0,1 7.5,14A1.5,1.5 0 0,1 9,15.5A1.5,1.5 0 0,1 7.5,17M4,16C4,16.88 4.39,17.67 5,18.22V20A1,1 0 0,0 6,21H7A1,1 0 0,0 8,20V19H16V20A1,1 0 0,0 17,21H18A1,1 0 0,0 19,20V18.22C19.61,17.67 20,16.88 20,16V6C20,2.5 16.42,2 12,2C7.58,2 4,2.5 4,6V16Z\" /></svg></li><li title=\"butterfly outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-butterfly-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 21H11V6L9.03 3.97L10 3L12 5L14 3L15 4L13 6V21M14 9H14V7C14.84 6.37 15.88 6 17 6C19.76 6 22 8.24 22 11C22 12.64 21.21 14.09 20 15H20V17C20 19.21 18.21 21 16 21C15.27 21 14.59 20.81 14 20.46V18.46C14.59 18.81 15.27 19 16 19C17.1 19 18 18.1 18 17V13.83C19.17 13.42 20 12.31 20 11C20 9.35 18.67 8 17 8H17C15.88 8 14.84 8.37 14 9M10 9H10C9.16 8.37 8.13 8 7 8H7C5.33 8 4 9.35 4 11C4 12.31 4.84 13.42 6 13.83V17C6 18.1 6.9 19 8 19C8.73 19 9.41 18.81 10 18.46V20.46C9.41 20.81 8.73 21 8 21C5.79 21 4 19.21 4 17V15H4C2.79 14.09 2 12.64 2 11C2 8.24 4.24 6 7 6C8.13 6 9.16 6.37 10 7V9M9 11L7.5 9.5L6 11L7.5 12.5L9 11M18 11L16.5 9.5L15 11L16.5 12.5L18 11Z\" /></svg></li><li title=\"butterfly \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-butterfly\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 21H11V6L9.03 3.97L10 3L12 5L14 3L15 4L13 6V21M7 6C4.24 6 2 8.24 2 11C2 12.64 2.79 14.09 4 15H4V17C4 19.21 5.79 21 8 21C8.72 21 9.39 20.81 9.97 20.5L10 20.46V7C9.16 6.37 8.13 6 7 6M6.5 12.5L5 11L6.5 9.5L8 11L6.5 12.5M22 11C22 8.24 19.76 6 17 6C15.88 6 14.85 6.37 14 7L14 7V20.46C14.59 20.81 15.27 21 16 21C18.21 21 20 19.21 20 17V15H20C21.21 14.09 22 12.64 22 11M17.5 12.5L16 11L17.5 9.5L19 11L17.5 12.5Z\" /></svg></li><li title=\"cabin a frame \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cabin-a-frame\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 3L4 21H20L12 3M9 19H7.08L9 14.67V19M13 19H11V14H13V19M10.19 12L12 7.92L13.81 12H10.19M15 14.67L16.92 19H15V14.67Z\" /></svg></li><li title=\"cable data \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cable-data\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.05 3.5C5.68 4.88 5.68 7.1 7.05 8.47L15.54 16.95C16.12 17.54 16.12 18.5 15.54 19.07C14.95 19.66 14 19.66 13.41 19.07L9.17 14.83L10.23 13.77L6.7 10.23L6.34 10.59L4.93 9.17C4.54 8.78 3.91 8.78 3.5 9.17L2.1 10.59C1.71 11 1.71 11.61 2.1 12L3.5 13.41L3.16 13.77L6.7 17.3L7.76 16.24L12 20.5C13.37 21.85 15.58 21.85 16.95 20.5C18.32 19.12 18.32 16.9 16.95 15.54L8.46 7.05C7.88 6.46 7.88 5.5 8.46 4.93C9.05 4.34 10 4.34 10.59 4.93L14.83 9.17L13.77 10.23L17.3 13.77L17.66 13.41L19.07 14.83C19.46 15.22 20.1 15.22 20.5 14.83L21.9 13.41C22.29 13 22.29 12.39 21.9 12L20.5 10.59L20.84 10.23L17.3 6.7L16.24 7.76L12 3.5C10.63 2.15 8.42 2.15 7.05 3.5M2.81 11.29L4.22 9.88L5.64 11.29L4.22 12.71M18.36 12.71L19.78 11.29L21.19 12.71L19.78 14.12Z\" /></svg></li><li title=\"cached \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cached\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,8L15,12H18A6,6 0 0,1 12,18C11,18 10.03,17.75 9.2,17.3L7.74,18.76C8.97,19.54 10.43,20 12,20A8,8 0 0,0 20,12H23M6,12A6,6 0 0,1 12,6C13,6 13.97,6.25 14.8,6.7L16.26,5.24C15.03,4.46 13.57,4 12,4A8,8 0 0,0 4,12H1L5,16L9,12\" /></svg></li><li title=\"cactus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cactus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,16V21H10V18H9A3,3 0 0,1 6,15V12A1,1 0 0,1 7,11A1,1 0 0,1 8,12V15C8,15.56 8.45,16 9,16H10V6A2,2 0 0,1 12,4A2,2 0 0,1 14,6V14H15A1,1 0 0,0 16,13V11A1,1 0 0,1 17,10A1,1 0 0,1 18,11V13A3,3 0 0,1 15,16H14Z\" /></svg></li><li title=\"cake layered \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cake-layered\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,21V17C21,15.89 20.1,15 19,15H18V12C18,10.89 17.1,10 16,10H13V8H11V10H8C6.89,10 6,10.89 6,12V15H5C3.89,15 3,15.89 3,17V21H1V23H23V21M12,7A2,2 0 0,0 14,5C14,4.62 13.9,4.27 13.71,3.97L12,1L10.28,3.97C10.1,4.27 10,4.62 10,5A2,2 0 0,0 12,7Z\" /></svg></li><li title=\"cake variant outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cake-variant-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 6C13.11 6 14 5.1 14 4C14 3.62 13.9 3.27 13.71 2.97L12 0L10.29 2.97C10.1 3.27 10 3.62 10 4C10 5.1 10.9 6 12 6M18 9H13V7H11V9H6C4.34 9 3 10.34 3 12V21C3 21.55 3.45 22 4 22H20C20.55 22 21 21.55 21 21V12C21 10.34 19.66 9 18 9M19 20H5V17C5.9 17 6.76 16.63 7.4 16L8.5 14.92L9.56 16C10.87 17.3 13.15 17.29 14.45 16L15.53 14.92L16.6 16C17.24 16.63 18.1 17 19 17V20M19 15.5C18.5 15.5 18 15.3 17.65 14.93L15.5 12.8L13.38 14.93C12.64 15.67 11.35 15.67 10.61 14.93L8.5 12.8L6.34 14.93C6 15.29 5.5 15.5 5 15.5V12C5 11.45 5.45 11 6 11H18C18.55 11 19 11.45 19 12V15.5Z\" /></svg></li><li title=\"cake variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cake-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,6C13.11,6 14,5.1 14,4C14,3.62 13.9,3.27 13.71,2.97L12,0L10.29,2.97C10.1,3.27 10,3.62 10,4A2,2 0 0,0 12,6M16.6,16L15.53,14.92L14.45,16C13.15,17.29 10.87,17.3 9.56,16L8.5,14.92L7.4,16C6.75,16.64 5.88,17 4.96,17C4.23,17 3.56,16.77 3,16.39V21A1,1 0 0,0 4,22H20A1,1 0 0,0 21,21V16.39C20.44,16.77 19.77,17 19.04,17C18.12,17 17.25,16.64 16.6,16M18,9H13V7H11V9H6A3,3 0 0,0 3,12V13.54C3,14.62 3.88,15.5 4.96,15.5C5.5,15.5 6,15.3 6.34,14.93L8.5,12.8L10.61,14.93C11.35,15.67 12.64,15.67 13.38,14.93L15.5,12.8L17.65,14.93C18,15.3 18.5,15.5 19.03,15.5C20.11,15.5 21,14.62 21,13.54V12A3,3 0 0,0 18,9Z\" /></svg></li><li title=\"cake \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cake\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.5,0.5C12,0.75 13,2.4 13,3.5C13,4.6 12.33,5 11.5,5C10.67,5 10,4.85 10,3.75C10,2.65 11,2 11.5,0.5M18.5,9C21,9 23,11 23,13.5C23,15.06 22.21,16.43 21,17.24V23H12L3,23V17.24C1.79,16.43 1,15.06 1,13.5C1,11 3,9 5.5,9H10V6H13V9H18.5M12,16A2.5,2.5 0 0,0 14.5,13.5H16A2.5,2.5 0 0,0 18.5,16A2.5,2.5 0 0,0 21,13.5A2.5,2.5 0 0,0 18.5,11H5.5A2.5,2.5 0 0,0 3,13.5A2.5,2.5 0 0,0 5.5,16A2.5,2.5 0 0,0 8,13.5H9.5A2.5,2.5 0 0,0 12,16Z\" /></svg></li><li title=\"calculator variant outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-calculator-variant-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3M19 19H5V5H19V19M6.2 7.7H11.2V9.2H6.2V7.7M13 15.8H18V17.3H13V15.8M13 13.2H18V14.7H13V13.2M8 18H9.5V16H11.5V14.5H9.5V12.5H8V14.5H6V16H8V18M14.1 10.9L15.5 9.5L16.9 10.9L18 9.9L16.6 8.5L18 7.1L16.9 6L15.5 7.4L14.1 6L13 7.1L14.4 8.5L13 9.9L14.1 10.9Z\" /></svg></li><li title=\"calculator variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-calculator-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3M13 7.1L14.1 6L15.5 7.4L16.9 6L18 7.1L16.6 8.5L18 9.9L16.9 11L15.5 9.6L14.1 11L13 9.9L14.4 8.5L13 7.1M6.2 7.7H11.2V9.2H6.2V7.7M11.5 16H9.5V18H8V16H6V14.5H8V12.5H9.5V14.5H11.5V16M18 17.2H13V15.7H18V17.2M18 14.8H13V13.3H18V14.8Z\" /></svg></li><li title=\"calculator \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-calculator\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7,2H17A2,2 0 0,1 19,4V20A2,2 0 0,1 17,22H7A2,2 0 0,1 5,20V4A2,2 0 0,1 7,2M7,4V8H17V4H7M7,10V12H9V10H7M11,10V12H13V10H11M15,10V12H17V10H15M7,14V16H9V14H7M11,14V16H13V14H11M15,14V16H17V14H15M7,18V20H9V18H7M11,18V20H13V18H11M15,18V20H17V18H15Z\" /></svg></li><li title=\"calendar account outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-calendar-account-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,4H18V2H16V4H8V2H6V4H5A2,2 0 0,0 3,6V20A2,2 0 0,0 5,22H19A2,2 0 0,0 21,20V6A2,2 0 0,0 19,4M19,20H5V10H19V20M19,8H5V6H19M12,11C14,11 15,13.42 13.59,14.84C12.17,16.26 9.75,15.25 9.75,13.25C9.75,12 10.75,11 12,11M16.5,18.88V19H7.5V18.88C7.5,17.63 9.5,16.63 12,16.63C14.5,16.63 16.5,17.63 16.5,18.88Z\" /></svg></li><li title=\"calendar account \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-calendar-account\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,10C14,10 15,12.42 13.59,13.84C12.17,15.26 9.75,14.25 9.75,12.25C9.75,11 10.75,10 12,10M16.5,19H7.5V17.88C7.5,16.63 9.5,15.63 12,15.63C14.5,15.63 16.5,16.63 16.5,17.88M19,20H5V9H19M16,2V4H8V2H6V4H5A2,2 0 0,0 3,6V20A2,2 0 0,0 5,22H19A2,2 0 0,0 21,20V6A2,2 0 0,0 19,4H18V2H16Z\" /></svg></li><li title=\"calendar alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-calendar-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6 1V3H5C3.89 3 3 3.89 3 5V19C3 20.11 3.9 21 5 21H19C20.11 21 21 20.11 21 19V5C21 3.9 20.11 3 19 3H18V1H16V3H8V1H6M5 8H19V19H5V7M11 9V14H13V9H11M11 16V18H13V16H11Z\" /></svg></li><li title=\"calendar arrow left \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-calendar-arrow-left\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 3H18V1H16V3H8V1H6V3H5C3.89 3 3 3.89 3 5V19C3 20.1 3.89 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.89 20.1 3 19 3M19 19H5V8H19V19M12 10V12H16V15H12V17L8 13.5L12 10Z\" /></svg></li><li title=\"calendar arrow right \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-calendar-arrow-right\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 3H18V1H16V3H8V1H6V3H5C3.89 3 3 3.89 3 5V19C3 20.1 3.89 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.89 20.1 3 19 3M19 19H5V8H19V19M12 17V15H8V12H12V10L16 13.5L12 17Z\" /></svg></li><li title=\"calendar blank multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-calendar-blank-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 17V8H7V17H21M21 3C22.1 3 23 3.9 23 5V17C23 18.1 22.1 19 21 19H7C5.89 19 5 18.1 5 17V5C5 3.9 5.9 3 7 3H8V1H10V3H18V1H20V3H21M3 21H17V23H3C1.89 23 1 22.1 1 21V9H3V21Z\" /></svg></li><li title=\"calendar blank outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-calendar-blank-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,4H18V2H16V4H8V2H6V4H5C3.89,4 3,4.9 3,6V20A2,2 0 0,0 5,22H19A2,2 0 0,0 21,20V6A2,2 0 0,0 19,4M19,20H5V10H19V20M19,8H5V6H19V8Z\" /></svg></li><li title=\"calendar blank \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-calendar-blank\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,19H5V8H19M16,1V3H8V1H6V3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3H18V1\" /></svg></li><li title=\"calendar check outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-calendar-check-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,4H18V2H16V4H8V2H6V4H5A2,2 0 0,0 3,6V20A2,2 0 0,0 5,22H19A2,2 0 0,0 21,20V6A2,2 0 0,0 19,4M19,20H5V10H19V20M5,8V6H19V8H5M10.56,18.46L16.5,12.53L15.43,11.47L10.56,16.34L8.45,14.23L7.39,15.29L10.56,18.46Z\" /></svg></li><li title=\"calendar check \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-calendar-check\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,19H5V8H19M19,3H18V1H16V3H8V1H6V3H5C3.89,3 3,3.9 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3M16.53,11.06L15.47,10L10.59,14.88L8.47,12.76L7.41,13.82L10.59,17L16.53,11.06Z\" /></svg></li><li title=\"calendar clock outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-calendar-clock-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6 1V3H5C3.89 3 3 3.89 3 5V19C3 20.1 3.89 21 5 21H11.1C12.36 22.24 14.09 23 16 23C19.87 23 23 19.87 23 16C23 14.09 22.24 12.36 21 11.1V5C21 3.9 20.11 3 19 3H18V1H16V3H8V1M5 5H19V7H5M5 9H19V9.67C18.09 9.24 17.07 9 16 9C12.13 9 9 12.13 9 16C9 17.07 9.24 18.09 9.67 19H5M16 11.15C18.68 11.15 20.85 13.32 20.85 16C20.85 18.68 18.68 20.85 16 20.85C13.32 20.85 11.15 18.68 11.15 16C11.15 13.32 13.32 11.15 16 11.15M15 13V16.69L18.19 18.53L18.94 17.23L16.5 15.82V13Z\" /></svg></li><li title=\"calendar clock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-calendar-clock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,13H16.5V15.82L18.94,17.23L18.19,18.53L15,16.69V13M19,8H5V19H9.67C9.24,18.09 9,17.07 9,16A7,7 0 0,1 16,9C17.07,9 18.09,9.24 19,9.67V8M5,21C3.89,21 3,20.1 3,19V5C3,3.89 3.89,3 5,3H6V1H8V3H16V1H18V3H19A2,2 0 0,1 21,5V11.1C22.24,12.36 23,14.09 23,16A7,7 0 0,1 16,23C14.09,23 12.36,22.24 11.1,21H5M16,11.15A4.85,4.85 0 0,0 11.15,16C11.15,18.68 13.32,20.85 16,20.85A4.85,4.85 0 0,0 20.85,16C20.85,13.32 18.68,11.15 16,11.15Z\" /></svg></li><li title=\"calendar collapse horizontal \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-calendar-collapse-horizontal\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 19H5V8H19M16 1V3H8V1H6V3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3H18V1M11 14L8 11V13H6V15H8V17L11 14M18 13H16V11L13 14L16 17V15H18V13Z\" /></svg></li><li title=\"calendar cursor \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-calendar-cursor\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.7 20.26L20.29 21.67L17.06 18.5L16 20.97L14 14L21 16L18.47 17.03L21.7 20.26M19 8H5V19H13.41L13.97 21H5C3.89 21 3 20.1 3 19L3 5C3 3.9 3.89 3 5 3H6V1H8V3H16V1H18V3H19C20.1 3 21 3.9 21 5V13.95L19 13.35V8M12 10V15H7V10H12Z\" /></svg></li><li title=\"calendar edit \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-calendar-edit\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,3H18V1H16V3H8V1H6V3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H10V19H5V8H19V9H21V5A2,2 0 0,0 19,3M21.7,13.35L20.7,14.35L18.65,12.35L19.65,11.35C19.85,11.14 20.19,11.13 20.42,11.35L21.7,12.63C21.89,12.83 21.89,13.15 21.7,13.35M12,18.94L18.07,12.88L20.12,14.88L14.06,21H12V18.94Z\" /></svg></li><li title=\"calendar end \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-calendar-end\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 14V22H20V18L16 22V19H11V17H16V14L20 18V14H22M5 19L9 19V21L5 21C3.9 21 3 20.1 3 19V5C3 3.89 3.9 3 5 3H6V.998H8V3H16V.998H18V3H19C20.11 3 21 3.89 21 5L21 12H19V8H5V19Z\" /></svg></li><li title=\"calendar expand horizontal \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-calendar-expand-horizontal\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 19H5V8H19M16 1V3H8V1H6V3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3H18V1M18 14L15 11V13H9V11L6 14L9 17V15H15V17L18 14Z\" /></svg></li><li title=\"calendar export \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-calendar-export\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,22L16,18H13V12H11V18H8M19,4H18V2H16V4H8V2H6V4H5A2,2 0 0,0 3,6V20A2,2 0 0,0 5,22H8V20H5V9H19V20H16V22H19A2,2 0 0,0 21,20V6A2,2 0 0,0 19,4Z\" /></svg></li><li title=\"calendar heart \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-calendar-heart\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,20V9H5V20H19M16,2H18V4H19A2,2 0 0,1 21,6V20A2,2 0 0,1 19,22H5A2,2 0 0,1 3,20V6A2,2 0 0,1 5,4H6V2H8V4H16V2M12,18.17L11.42,17.64C9.36,15.77 8,14.54 8,13.03C8,11.8 8.97,10.83 10.2,10.83C10.9,10.83 11.56,11.15 12,11.66C12.44,11.15 13.1,10.83 13.8,10.83C15.03,10.83 16,11.8 16,13.03C16,14.54 14.64,15.77 12.58,17.64L12,18.17Z\" /></svg></li><li title=\"calendar import \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-calendar-import\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,12L8,16H11V22H13V16H16M19,4H18V2H16V4H8V2H6V4H5A2,2 0 0,0 3,6V20A2,2 0 0,0 5,22H9V20H5V9H19V20H15V22H19A2,2 0 0,0 21,20V6A2,2 0 0,0 19,4Z\" /></svg></li><li title=\"calendar lock outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-calendar-lock-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 20H5V10H19V11.05C19.74 11.13 20.42 11.38 21 11.78V6C21 4.89 20.11 4 19 4H18V2H16V4H8V2H6V4H5C3.89 4 3 4.9 3 6V20C3 21.11 3.9 22 5 22H13.18C13.07 21.69 13 21.35 13 21V20M5 6H19V8H5V6M21 16V15.5C21 14.12 19.88 13 18.5 13S16 14.12 16 15.5V16C15.45 16 15 16.45 15 17V21C15 21.55 15.45 22 16 22H21C21.55 22 22 21.55 22 21V17C22 16.45 21.55 16 21 16M20 16H17V15.5C17 14.67 17.67 14 18.5 14S20 14.67 20 15.5V16Z\" /></svg></li><li title=\"calendar lock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-calendar-lock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 21C13 21.35 13.07 21.69 13.18 22H5C3.9 22 3 21.11 3 20V6C3 4.89 3.89 4 5 4H6V2H8V4H16V2H18V4H19C20.1 4 21 4.89 21 6V11.78C20.42 11.38 19.74 11.13 19 11.05V9H5V20H13V21M22 17V21C22 21.55 21.55 22 21 22H16C15.45 22 15 21.55 15 21V17C15 16.45 15.45 16 16 16V15.5C16 14.12 17.12 13 18.5 13S21 14.12 21 15.5V16C21.55 16 22 16.45 22 17M20 15.5C20 14.67 19.33 14 18.5 14S17 14.67 17 15.5V16H20V15.5Z\" /></svg></li><li title=\"calendar minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-calendar-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 19V8H5V19H19M16 1H18V3H19C20.11 3 21 3.9 21 5V19C21 20.11 20.11 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H6V1H8V3H16V1M16 12.5V14.5H8V12.5H16Z\" /></svg></li><li title=\"calendar month outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-calendar-month-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7,12H9V14H7V12M21,6V20A2,2 0 0,1 19,22H5C3.89,22 3,21.1 3,20V6A2,2 0 0,1 5,4H6V2H8V4H16V2H18V4H19A2,2 0 0,1 21,6M5,8H19V6H5V8M19,20V10H5V20H19M15,14V12H17V14H15M11,14V12H13V14H11M7,16H9V18H7V16M15,18V16H17V18H15M11,18V16H13V18H11Z\" /></svg></li><li title=\"calendar month \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-calendar-month\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,10V12H7V10H9M13,10V12H11V10H13M17,10V12H15V10H17M19,3A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5C3.89,21 3,20.1 3,19V5A2,2 0 0,1 5,3H6V1H8V3H16V1H18V3H19M19,19V8H5V19H19M9,14V16H7V14H9M13,14V16H11V14H13M17,14V16H15V14H17Z\" /></svg></li><li title=\"calendar multiple check \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-calendar-multiple-check\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,17V8H7V17H21M21,3A2,2 0 0,1 23,5V17A2,2 0 0,1 21,19H7C5.89,19 5,18.1 5,17V5A2,2 0 0,1 7,3H8V1H10V3H18V1H20V3H21M17.53,11.06L13.09,15.5L10.41,12.82L11.47,11.76L13.09,13.38L16.47,10L17.53,11.06M3,21H17V23H3C1.89,23 1,22.1 1,21V9H3V21Z\" /></svg></li><li title=\"calendar multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-calendar-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,17V8H7V17H21M21,3A2,2 0 0,1 23,5V17A2,2 0 0,1 21,19H7C5.89,19 5,18.1 5,17V5A2,2 0 0,1 7,3H8V1H10V3H18V1H20V3H21M3,21H17V23H3C1.89,23 1,22.1 1,21V9H3V21M19,15H15V11H19V15Z\" /></svg></li><li title=\"calendar multiselect \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-calendar-multiselect\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,19V8H5V19H19M16,1H18V3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5C3.89,21 3,20.1 3,19V5C3,3.89 3.89,3 5,3H6V1H8V3H16V1M7,10H9V12H7V10M15,10H17V12H15V10M11,14H13V16H11V14M15,14H17V16H15V14Z\" /></svg></li><li title=\"calendar outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-calendar-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,4H18V2H16V4H8V2H6V4H5C3.89,4 3,4.9 3,6V20A2,2 0 0,0 5,22H19A2,2 0 0,0 21,20V6A2,2 0 0,0 19,4M19,20H5V10H19V20M19,8H5V6H19V8M12,13H17V18H12V13Z\" /></svg></li><li title=\"calendar plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-calendar-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 19V8H5V19H19M16 1H18V3H19C20.11 3 21 3.9 21 5V19C21 20.11 20.11 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H6V1H8V3H16V1M11 9.5H13V12.5H16V14.5H13V17.5H11V14.5H8V12.5H11V9.5Z\" /></svg></li><li title=\"calendar question \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-calendar-question\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,1V3H5C3.89,3 3,3.9 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3H18V1H16V3H8V1H6M5,8H19V19H5V8M12.19,9C11.32,9 10.62,9.2 10.08,9.59C9.56,10 9.3,10.57 9.31,11.36L9.32,11.39H11.25C11.26,11.09 11.35,10.86 11.53,10.7C11.71,10.55 11.93,10.47 12.19,10.47C12.5,10.47 12.76,10.57 12.94,10.75C13.12,10.94 13.2,11.2 13.2,11.5C13.2,11.82 13.13,12.09 12.97,12.32C12.83,12.55 12.62,12.75 12.36,12.91C11.85,13.25 11.5,13.55 11.31,13.82C11.11,14.08 11,14.5 11,15H13C13,14.69 13.04,14.44 13.13,14.26C13.22,14.08 13.39,13.9 13.64,13.74C14.09,13.5 14.46,13.21 14.75,12.81C15.04,12.41 15.19,12 15.19,11.5C15.19,10.74 14.92,10.13 14.38,9.68C13.85,9.23 13.12,9 12.19,9M11,16V18H13V16H11Z\" /></svg></li><li title=\"calendar range outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-calendar-range-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7,12H9V14H7V12M21,6V20A2,2 0 0,1 19,22H5C3.89,22 3,21.1 3,20V6A2,2 0 0,1 5,4H6V2H8V4H16V2H18V4H19A2,2 0 0,1 21,6M5,8H19V6H5V8M19,20V10H5V20H19M15,14H17V12H15V14M11,14H13V12H11V14Z\" /></svg></li><li title=\"calendar range \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-calendar-range\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,10H7V12H9V10M13,10H11V12H13V10M17,10H15V12H17V10M19,3H18V1H16V3H8V1H6V3H5C3.89,3 3,3.9 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3M19,19H5V8H19V19Z\" /></svg></li><li title=\"calendar refresh outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-calendar-refresh-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 3H18V1H16V3H8V1H6V3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H14C13.4 20.5 12.9 19.8 12.5 19H5V9H19V10.6C19.7 10.7 20.4 10.9 21 11.3V5C21 3.9 20.1 3 19 3M19 7H5V5H19M18 12.5C19.1 12.5 20.1 12.9 20.8 13.7L22 12.5V16.5H18L19.8 14.7C19.3 14.3 18.7 14 18 14C16.6 14 15.5 15.1 15.5 16.5S16.6 19 18 19C18.8 19 19.5 18.6 20 18H21.7C21.1 19.5 19.7 20.5 18 20.5C15.8 20.5 14 18.7 14 16.5S15.8 12.5 18 12.5Z\" /></svg></li><li title=\"calendar refresh \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-calendar-refresh\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 3H18V1H16V3H8V1H6V3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H14C13.4 20.5 12.9 19.8 12.5 19H5V8H19V10.6C19.7 10.7 20.4 10.9 21 11.3V5C21 3.9 20.1 3 19 3M18 12.5C19.1 12.5 20.1 12.9 20.8 13.7L22 12.5V16.5H18L19.8 14.7C19.3 14.3 18.7 14 18 14C16.6 14 15.5 15.1 15.5 16.5S16.6 19 18 19C18.8 19 19.5 18.6 20 18H21.7C21.1 19.5 19.7 20.5 18 20.5C15.8 20.5 14 18.7 14 16.5S15.8 12.5 18 12.5Z\" /></svg></li><li title=\"calendar remove outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-calendar-remove-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,4H18V2H16V4H8V2H6V4H5A2,2 0 0,0 3,6V20A2,2 0 0,0 5,22H19A2,2 0 0,0 21,20V6A2,2 0 0,0 19,4M19,20H5V10H19V20M5,8V6H19V8H5M8.23,17.41L9.29,18.47L11.73,16.03L14.17,18.47L15.23,17.41L12.79,14.97L15.23,12.53L14.17,11.47L11.73,13.91L9.29,11.47L8.23,12.53L10.67,14.97L8.23,17.41Z\" /></svg></li><li title=\"calendar remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-calendar-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,19H5V8H19M19,3H18V1H16V3H8V1H6V3H5C3.89,3 3,3.9 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3M9.31,17L11.75,14.56L14.19,17L15.25,15.94L12.81,13.5L15.25,11.06L14.19,10L11.75,12.44L9.31,10L8.25,11.06L10.69,13.5L8.25,15.94L9.31,17Z\" /></svg></li><li title=\"calendar search \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-calendar-search\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.5,12C18,12 20,14 20,16.5C20,17.38 19.75,18.21 19.31,18.9L22.39,22L21,23.39L17.88,20.32C17.19,20.75 16.37,21 15.5,21C13,21 11,19 11,16.5C11,14 13,12 15.5,12M15.5,14A2.5,2.5 0 0,0 13,16.5A2.5,2.5 0 0,0 15.5,19A2.5,2.5 0 0,0 18,16.5A2.5,2.5 0 0,0 15.5,14M19,8H5V19H9.5C9.81,19.75 10.26,20.42 10.81,21H5C3.89,21 3,20.1 3,19V5C3,3.89 3.89,3 5,3H6V1H8V3H16V1H18V3H19A2,2 0 0,1 21,5V13.03C20.5,12.22 19.8,11.54 19,11V8Z\" /></svg></li><li title=\"calendar star \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-calendar-star\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,20H5V9H19M16,2V4H8V2H6V4H5A2,2 0 0,0 3,6V20A2,2 0 0,0 5,22H19A2,2 0 0,0 21,20V6A2,2 0 0,0 19,4H18V2M10.88,13H7.27L10.19,15.11L9.08,18.56L12,16.43L14.92,18.56L13.8,15.12L16.72,13H13.12L12,9.56L10.88,13Z\" /></svg></li><li title=\"calendar start \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-calendar-start\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2 14H4V17H9V14L13 18L9 22V19H4V22H2V14M19 19V8H5V12H3L3 5C3 3.89 3.89 3 5 3H6V.998H8V3H16V.998H18V3H19C20.1 3 21 3.89 21 5V19C21 20.1 20.1 21 19 21L12.83 21L14.83 19L19 19Z\" /></svg></li><li title=\"calendar sync outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-calendar-sync-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18,11V12.5C21.19,12.5 23.09,16.05 21.33,18.71L20.24,17.62C21.06,15.96 19.85,14 18,14V15.5L15.75,13.25L18,11M18,22V20.5C14.81,20.5 12.91,16.95 14.67,14.29L15.76,15.38C14.94,17.04 16.15,19 18,19V17.5L20.25,19.75L18,22M19,3H18V1H16V3H8V1H6V3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H14C13.36,20.45 12.86,19.77 12.5,19H5V9H19V10.59C19.71,10.7 20.39,10.94 21,11.31V5A2,2 0 0,0 19,3M19,7H5V5H19\" /></svg></li><li title=\"calendar sync \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-calendar-sync\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18,11V12.5C21.19,12.5 23.09,16.05 21.33,18.71L20.24,17.62C21.06,15.96 19.85,14 18,14V15.5L15.75,13.25L18,11M18,22V20.5C14.81,20.5 12.91,16.95 14.67,14.29L15.76,15.38C14.94,17.04 16.15,19 18,19V17.5L20.25,19.75L18,22M19,3H18V1H16V3H8V1H6V3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H14C13.36,20.45 12.86,19.77 12.5,19H5V8H19V10.59C19.71,10.7 20.39,10.94 21,11.31V5A2,2 0 0,0 19,3Z\" /></svg></li><li title=\"calendar text outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-calendar-text-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,4H18V2H16V4H8V2H6V4H5A2,2 0 0,0 3,6V20A2,2 0 0,0 5,22H19A2,2 0 0,0 21,20V6A2,2 0 0,0 19,4M19,20H5V10H19V20M5,8V6H19V8H5M7,12H17V14H7V12M7,16H14V18H7V16Z\" /></svg></li><li title=\"calendar text \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-calendar-text\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,14H7V16H14M19,19H5V8H19M19,3H18V1H16V3H8V1H6V3H5C3.89,3 3,3.9 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3M17,10H7V12H17V10Z\" /></svg></li><li title=\"calendar today \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-calendar-today\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7,10H12V15H7M19,19H5V8H19M19,3H18V1H16V3H8V1H6V3H5C3.89,3 3,3.9 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3Z\" /></svg></li><li title=\"calendar week begin \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-calendar-week-begin\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,19H5V8H19M16,1V3H8V1H6V3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3H18V1M9,10H7V17H9V10Z\" /></svg></li><li title=\"calendar week \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-calendar-week\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6 1H8V3H16V1H18V3H19C20.11 3 21 3.9 21 5V19C21 20.11 20.11 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H6V1M5 8V19H19V8H5M7 10H17V12H7V10Z\" /></svg></li><li title=\"calendar weekend outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-calendar-weekend-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,4A2,2 0 0,1 21,6V20A2,2 0 0,1 19,22H5C3.89,22 3,21.1 3,20V6A2,2 0 0,1 5,4H6V2H8V4H16V2H18V4H19M19,20V10H5V20H19M19,8V6H5V8H19M7,12H9V18H7V12M15,12H17V18H15V12Z\" /></svg></li><li title=\"calendar weekend \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-calendar-weekend\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,20V9H5V20H19M16,2H18V4H19A2,2 0 0,1 21,6V20A2,2 0 0,1 19,22H5A2,2 0 0,1 3,20V6A2,2 0 0,1 5,4H6V2H8V4H16V2M7,18V11H9V18H7M15,11H17V18H15V11Z\" /></svg></li><li title=\"calendar \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-calendar\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,19H5V8H19M16,1V3H8V1H6V3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3H18V1M17,12H12V17H17V12Z\" /></svg></li><li title=\"call made \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-call-made\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,5V7H15.59L4,18.59L5.41,20L17,8.41V15H19V5\" /></svg></li><li title=\"call merge \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-call-merge\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,20.41L18.41,19L15,15.59L13.59,17M7.5,8H11V13.59L5.59,19L7,20.41L13,14.41V8H16.5L12,3.5\" /></svg></li><li title=\"call missed \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-call-missed\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.59,7L12,14.59L6.41,9H11V7H3V15H5V10.41L12,17.41L21,8.41\" /></svg></li><li title=\"call received \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-call-received\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,5.41L18.59,4L7,15.59V9H5V19H15V17H8.41\" /></svg></li><li title=\"call split \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-call-split\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,4L16.29,6.29L13.41,9.17L14.83,10.59L17.71,7.71L20,10V4M10,4H4V10L6.29,7.71L11,12.41V20H13V11.59L7.71,6.29\" /></svg></li><li title=\"camcorder off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-camcorder-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.1 21.5L9.4 8.8L2.4 1.8L1.1 3L2.7 4.6C2.2 5.3 2 6.1 2 7V20C2 21.1 2.9 22 4 22H10C11.1 22 12 21.1 12 20V13.9L13 14.9V16H14.1L20.8 22.7L22.1 21.5M5 20C4.5 20 4 19.5 4 19S4.5 18 5 18 6 18.5 6 19 5.5 20 5 20M7 10C5.3 10 4 8.7 4 7C4 6.7 4.1 6.4 4.2 6.1L8 9.9C7.6 9.9 7.3 10 7 10M7.2 4L5.5 2.3C6 2.1 6.5 2 7 2C9.8 2 12 4.2 12 7V8.8L10 6.8C9.9 5.3 8.7 4.1 7.2 4M20 9H13V7H20C21.1 7 22 7.9 22 9V14C22 15.1 21.1 16 20 16H19.2L17.2 14H20V9Z\" /></svg></li><li title=\"camcorder \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-camcorder\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7 2C4.24 2 2 4.24 2 7V20C2 21.1 2.9 22 4 22H10C11.1 22 12 21.1 12 20V7C12 4.24 9.76 2 7 2M5 20C4.45 20 4 19.55 4 19S4.45 18 5 18 6 18.45 6 19 5.55 20 5 20M7 10C5.34 10 4 8.66 4 7S5.34 4 7 4 10 5.34 10 7 8.66 10 7 10M22 9V14C22 15.1 21.1 16 20 16H13V14H20V9H13V7H20C21.1 7 22 7.9 22 9Z\" /></svg></li><li title=\"camera account \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-camera-account\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,5H7L9,3H15L17,5H20A2,2 0 0,1 22,7V19A2,2 0 0,1 20,21H4A2,2 0 0,1 2,19V7A2,2 0 0,1 4,5M16,17V16C16,14.67 13.33,14 12,14C10.67,14 8,14.67 8,16V17H16M12,9A2,2 0 0,0 10,11A2,2 0 0,0 12,13A2,2 0 0,0 14,11A2,2 0 0,0 12,9Z\" /></svg></li><li title=\"camera burst \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-camera-burst\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M1,5H3V19H1V5M5,5H7V19H5V5M22,5H10A1,1 0 0,0 9,6V18A1,1 0 0,0 10,19H22A1,1 0 0,0 23,18V6A1,1 0 0,0 22,5M11,17L13.5,13.85L15.29,16L17.79,12.78L21,17H11Z\" /></svg></li><li title=\"camera control \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-camera-control\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,12C9,11.19 9.3,10.5 9.89,9.89C10.5,9.3 11.19,9 12,9C12.81,9 13.5,9.3 14.11,9.89C14.7,10.5 15,11.19 15,12C15,12.81 14.7,13.5 14.11,14.11C13.5,14.7 12.81,15 12,15C11.19,15 10.5,14.7 9.89,14.11C9.3,13.5 9,12.81 9,12M5.53,8.44L7.31,10.22L5.53,12L7.31,13.78L5.53,15.56L2,12L5.53,8.44M8.44,18.47L10.22,16.69L12,18.47L13.78,16.69L15.56,18.47L12,22L8.44,18.47M18.47,15.56L16.69,13.78L18.47,12L16.69,10.22L18.47,8.44L22,12L18.47,15.56M15.56,5.53L13.78,7.31L12,5.53L10.22,7.31L8.44,5.53L12,2L15.56,5.53Z\" /></svg></li><li title=\"camera document off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-camera-document-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.84 22.73L20.11 22H3V20H18.11L12.89 14.78L13 15H6L8 11H9.11L8.11 10H8C6.9 10 6 9.1 6 8V7.89L1.11 3L2.39 1.73L22.11 21.46L20.84 22.73M13 8C13.74 8 14.38 7.6 14.72 7H19V15.8L21 17.8V7C21 5.89 20.11 5 19 5H14.72C14.38 4.41 13.74 4 13 4C13 2.9 12.1 2 11 2H8C7.24 2 6.59 2.43 6.25 3.05L12.5 9.3C12.81 8.95 13 8.5 13 8Z\" /></svg></li><li title=\"camera document \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-camera-document\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 7V22H3V20H19V7H14.72C14.38 7.6 13.74 8 13 8C13 9.11 12.1 10 11 10H8C6.9 10 6 9.1 6 8V4C6 2.9 6.9 2 8 2H11C12.1 2 13 2.9 13 4C13.74 4 14.38 4.41 14.72 5H19C20.11 5 21 5.89 21 7M6 15H13L11 11H8L6 15Z\" /></svg></li><li title=\"camera enhance outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-camera-enhance-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,10L11.06,12.06L9,13L11.06,13.94L12,16L12.94,13.94L15,13L12.94,12.06L12,10M20,5H16.83L15,3H9L7.17,5H4A2,2 0 0,0 2,7V19A2,2 0 0,0 4,21H20A2,2 0 0,0 22,19V7A2,2 0 0,0 20,5M20,19H4V7H8.05L8.64,6.35L9.88,5H14.12L15.36,6.35L15.95,7H20V19M12,8A5,5 0 0,0 7,13A5,5 0 0,0 12,18A5,5 0 0,0 17,13A5,5 0 0,0 12,8M12,16A3,3 0 0,1 9,13A3,3 0 0,1 12,10A3,3 0 0,1 15,13A3,3 0 0,1 12,16Z\" /></svg></li><li title=\"camera enhance \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-camera-enhance\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,3L7.17,5H4A2,2 0 0,0 2,7V19A2,2 0 0,0 4,21H20A2,2 0 0,0 22,19V7A2,2 0 0,0 20,5H16.83L15,3M12,18A5,5 0 0,1 7,13A5,5 0 0,1 12,8A5,5 0 0,1 17,13A5,5 0 0,1 12,18M12,17L13.25,14.25L16,13L13.25,11.75L12,9L10.75,11.75L8,13L10.75,14.25\" /></svg></li><li title=\"camera flip outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-camera-flip-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 5H16.83L15 3H9L7.17 5H4C2.9 5 2 5.9 2 7V19C2 20.11 2.9 21 4 21H20C21.11 21 22 20.11 22 19V7C22 5.9 21.11 5 20 5M20 19H4V7H8.05L9.88 5H14.12L16 7H20V19M5 12H7.1C7.65 9.29 10.29 7.55 13 8.1C13.76 8.25 14.43 8.59 15 9L13.56 10.45C13.11 10.17 12.58 10 12 10C10.74 10 9.6 10.8 9.18 12H11L8 15L5 12M16.91 14C16.36 16.71 13.72 18.45 11 17.9C10.25 17.74 9.58 17.41 9 17L10.44 15.55C10.9 15.83 11.43 16 12 16C13.27 16 14.41 15.2 14.83 14H13L16 11L19 14H16.91Z\" /></svg></li><li title=\"camera flip \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-camera-flip\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 5H17L15 3H9L7 5H4C2.9 5 2 5.9 2 7V19C2 20.11 2.9 21 4 21H20C21.11 21 22 20.11 22 19V7C22 5.9 21.11 5 20 5M5 12H7.1C7.65 9.29 10.29 7.55 13 8.1C13.76 8.25 14.43 8.59 15 9L13.56 10.45C13.11 10.17 12.58 10 12 10C10.74 10 9.6 10.8 9.18 12H11L8 15L5 12M16.91 14C16.36 16.71 13.72 18.45 11 17.9C10.25 17.74 9.58 17.41 9 17L10.44 15.55C10.9 15.83 11.43 16 12 16C13.27 16 14.41 15.2 14.83 14H13L16 11L19 14H16.91Z\" /></svg></li><li title=\"camera front variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-camera-front-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,0H18A2,2 0 0,1 20,2V22A2,2 0 0,1 18,24H6A2,2 0 0,1 4,22V2A2,2 0 0,1 6,0M12,6A3,3 0 0,1 15,9A3,3 0 0,1 12,12A3,3 0 0,1 9,9A3,3 0 0,1 12,6M11,1V3H13V1H11M6,4V16.5C6,15.12 8.69,14 12,14C15.31,14 18,15.12 18,16.5V4H6M13,18H9V20H13V22L16,19L13,16V18Z\" /></svg></li><li title=\"camera front \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-camera-front\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7,2H17V12.5C17,10.83 13.67,10 12,10C10.33,10 7,10.83 7,12.5M17,0H7A2,2 0 0,0 5,2V16A2,2 0 0,0 7,18H17A2,2 0 0,0 19,16V2A2,2 0 0,0 17,0M12,8A2,2 0 0,0 14,6A2,2 0 0,0 12,4A2,2 0 0,0 10,6A2,2 0 0,0 12,8M14,20V22H19V20M10,20H5V22H10V24L13,21L10,18V20Z\" /></svg></li><li title=\"camera gopro \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-camera-gopro\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,5H15A2,2 0 0,0 13,7V12A2,2 0 0,0 15,14H20A2,2 0 0,0 22,12V7A2,2 0 0,0 20,5M17.5,12.5A3,3 0 0,1 14.5,9.5A3,3 0 0,1 17.5,6.5A3,3 0 0,1 20.5,9.5A3,3 0 0,1 17.5,12.5M17.5,11A1.5,1.5 0 0,1 16,9.5A1.5,1.5 0 0,1 17.5,8A1.5,1.5 0 0,1 19,9.5A1.5,1.5 0 0,1 17.5,11M12,15V5H4A2,2 0 0,0 2,7V17A2,2 0 0,0 4,19H20A2,2 0 0,0 22,17V15H12M10,12H4V7H10V12Z\" /></svg></li><li title=\"camera image \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-camera-image\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,5H7L9,3H15L17,5H20A2,2 0 0,1 22,7V19A2,2 0 0,1 20,21H4A2,2 0 0,1 2,19V7A2,2 0 0,1 4,5M13.09,9.45L11.05,12.18L12.6,14.25L11.73,14.91L9.27,11.64L6,16H18L13.09,9.45Z\" /></svg></li><li title=\"camera iris \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-camera-iris\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.73,15L9.83,21.76C10.53,21.91 11.25,22 12,22C14.4,22 16.6,21.15 18.32,19.75L14.66,13.4M2.46,15C3.38,17.92 5.61,20.26 8.45,21.34L12.12,15M8.54,12L4.64,5.25C3,7 2,9.39 2,12C2,12.68 2.07,13.35 2.2,14H9.69M21.8,10H14.31L14.6,10.5L19.36,18.75C21,16.97 22,14.6 22,12C22,11.31 21.93,10.64 21.8,10M21.54,9C20.62,6.07 18.39,3.74 15.55,2.66L11.88,9M9.4,10.5L14.17,2.24C13.47,2.09 12.75,2 12,2C9.6,2 7.4,2.84 5.68,4.25L9.34,10.6L9.4,10.5Z\" /></svg></li><li title=\"camera marker outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-camera-marker-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.5 16.8C17.8 16.8 17.3 16.2 17.3 15.6C17.3 14.9 17.9 14.4 18.5 14.4S19.7 15 19.7 15.6C19.8 16.2 19.2 16.8 18.5 16.8M18.5 12C16.6 12 15 13.6 15 15.5C15 18.1 18.5 22 18.5 22S22 18.1 22 15.5C22 13.6 20.4 12 18.5 12M9 2L7.2 4H4C2.9 4 2 4.9 2 6V18C2 19.1 2.9 20 4 20H14.5C14.1 19.4 13.7 18.7 13.5 18H4V6H8.1L9.9 4H14.1L15.9 6H20V10.2C20.7 10.4 21.4 10.8 22 11.3V6C22 4.9 21.1 4 20 4H16.8L15 2H9M12 7C9.2 7 7 9.2 7 12S9.2 17 12 17C12.4 17 12.8 17 13.2 16.9C13.1 16.4 13 16 13 15.5V14.8C12.7 14.9 12.3 15 12 15C10.3 15 9 13.7 9 12S10.3 9 12 9C13.4 9 14.6 10 14.9 11.3C15.4 10.9 16 10.5 16.7 10.3C16 8.3 14.1 7 12 7Z\" /></svg></li><li title=\"camera marker \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-camera-marker\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.5 16.8C17.8 16.8 17.3 16.2 17.3 15.6C17.3 14.9 17.9 14.4 18.5 14.4S19.7 15 19.7 15.6C19.8 16.2 19.2 16.8 18.5 16.8M18.5 12C16.6 12 15 13.6 15 15.5C15 18.1 18.5 22 18.5 22S22 18.1 22 15.5C22 13.6 20.4 12 18.5 12M9 2L7 4H4C2.9 4 2 4.9 2 6V18C2 19.1 2.9 20 4 20H14.5C13.9 19.1 13.4 18.1 13.1 16.9C12.8 17 12.4 17 12 17C9.2 17 7 14.8 7 12S9.2 7 12 7C14.1 7 16 8.3 16.7 10.3C17.3 10.1 17.9 10 18.5 10C19.8 10 21 10.5 22 11.3V6C22 4.9 21.1 4 20 4H17L15 2H9M11.9 9C10.3 9 9 10.4 9 12C9 13.7 10.3 15 12 15C12.4 15 12.7 14.9 13 14.8C13.2 13.4 13.9 12.2 14.9 11.3C14.6 10 13.4 9 11.9 9C12 9 12 9 11.9 9Z\" /></svg></li><li title=\"camera metering center \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-camera-metering-center\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,4H20A2,2 0 0,1 22,6V18A2,2 0 0,1 20,20H4A2,2 0 0,1 2,18V6A2,2 0 0,1 4,4M4,6V18H20V6H4M12,10.5A1.5,1.5 0 0,1 13.5,12A1.5,1.5 0 0,1 12,13.5A1.5,1.5 0 0,1 10.5,12A1.5,1.5 0 0,1 12,10.5M12,7.5C14.14,7.5 15.93,9 16.39,11H14.83C14.42,9.83 13.31,9 12,9C10.69,9 9.58,9.83 9.17,11H7.61C8.07,9 9.86,7.5 12,7.5M12,16.5C9.86,16.5 8.07,15 7.61,13H9.17C9.58,14.17 10.69,15 12,15C13.31,15 14.42,14.17 14.83,13H16.39C15.93,15 14.14,16.5 12,16.5Z\" /></svg></li><li title=\"camera metering matrix \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-camera-metering-matrix\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,4H20A2,2 0 0,1 22,6V18A2,2 0 0,1 20,20H4A2,2 0 0,1 2,18V6A2,2 0 0,1 4,4M4,6V18H20V6H4M5.5,7.5H11V9.17C10.15,9.47 9.47,10.15 9.17,11H5.5V7.5M18.5,7.5V11H14.83C14.53,10.15 13.85,9.47 13,9.17V7.5H18.5M18.5,16.5H13V14.83C13.85,14.53 14.53,13.85 14.83,13H18.5V16.5M5.5,16.5V13H9.17C9.47,13.85 10.15,14.53 11,14.83V16.5H5.5M12,10.5A1.5,1.5 0 0,1 13.5,12A1.5,1.5 0 0,1 12,13.5A1.5,1.5 0 0,1 10.5,12A1.5,1.5 0 0,1 12,10.5Z\" /></svg></li><li title=\"camera metering partial \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-camera-metering-partial\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,4H20A2,2 0 0,1 22,6V18A2,2 0 0,1 20,20H4A2,2 0 0,1 2,18V6A2,2 0 0,1 4,4M4,6V18H20V6H4M12,7.5C14.14,7.5 15.93,9 16.39,11H14.83C14.42,9.83 13.31,9 12,9C10.69,9 9.58,9.83 9.17,11H7.61C8.07,9 9.86,7.5 12,7.5M12,16.5C9.86,16.5 8.07,15 7.61,13H9.17C9.58,14.17 10.69,15 12,15C13.31,15 14.42,14.17 14.83,13H16.39C15.93,15 14.14,16.5 12,16.5Z\" /></svg></li><li title=\"camera metering spot \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-camera-metering-spot\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,4H20A2,2 0 0,1 22,6V18A2,2 0 0,1 20,20H4A2,2 0 0,1 2,18V6A2,2 0 0,1 4,4M4,6V18H20V6H4M12,10.5A1.5,1.5 0 0,1 13.5,12A1.5,1.5 0 0,1 12,13.5A1.5,1.5 0 0,1 10.5,12A1.5,1.5 0 0,1 12,10.5Z\" /></svg></li><li title=\"camera off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-camera-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17 12C17 12.54 16.9 13.05 16.74 13.54L15 11.78C14.87 10.3 13.7 9.13 12.22 9L10.46 7.26C10.95 7.1 11.46 7 12 7C14.76 7 17 9.24 17 12M9.88 4H14.12L15.95 6H20V16.8L21.88 18.68C21.96 18.47 22 18.24 22 18V6C22 4.89 21.11 4 20 4H16.83L15 2H9L7.18 4L8.6 5.4L9.88 4M22.11 21.46L20.84 22.73L18.11 20H4C2.9 20 2 19.11 2 18V6C2 5.42 2.25 4.9 2.65 4.54L1.11 3L2.39 1.73L22.11 21.46M9 12C9 13.66 10.34 15 12 15C12.33 15 12.65 14.93 12.94 14.83L9.17 11.06C9.07 11.36 9 11.67 9 12M16.11 18L14.45 16.34C13.72 16.75 12.89 17 12 17C9.24 17 7 14.76 7 12C7 11.11 7.25 10.28 7.66 9.55L4.11 6H4V18H16.11Z\" /></svg></li><li title=\"camera off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-camera-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M1.2,4.47L2.5,3.2L20,20.72L18.73,22L16.73,20H4A2,2 0 0,1 2,18V6C2,5.78 2.04,5.57 2.1,5.37L1.2,4.47M7,4L9,2H15L17,4H20A2,2 0 0,1 22,6V18C22,18.6 21.74,19.13 21.32,19.5L16.33,14.5C16.76,13.77 17,12.91 17,12A5,5 0 0,0 12,7C11.09,7 10.23,7.24 9.5,7.67L5.82,4H7M7,12A5,5 0 0,0 12,17C12.5,17 13.03,16.92 13.5,16.77L11.72,15C10.29,14.85 9.15,13.71 9,12.28L7.23,10.5C7.08,10.97 7,11.5 7,12M12,9A3,3 0 0,1 15,12C15,12.35 14.94,12.69 14.83,13L11,9.17C11.31,9.06 11.65,9 12,9Z\" /></svg></li><li title=\"camera outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-camera-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,4H16.83L15,2H9L7.17,4H4A2,2 0 0,0 2,6V18A2,2 0 0,0 4,20H20A2,2 0 0,0 22,18V6A2,2 0 0,0 20,4M20,18H4V6H8.05L9.88,4H14.12L15.95,6H20V18M12,7A5,5 0 0,0 7,12A5,5 0 0,0 12,17A5,5 0 0,0 17,12A5,5 0 0,0 12,7M12,15A3,3 0 0,1 9,12A3,3 0 0,1 12,9A3,3 0 0,1 15,12A3,3 0 0,1 12,15Z\" /></svg></li><li title=\"camera party mode \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-camera-party-mode\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,17C10.37,17 8.94,16.21 8,15H12A3,3 0 0,0 15,12C15,11.65 14.93,11.31 14.82,11H16.9C16.96,11.32 17,11.66 17,12A5,5 0 0,1 12,17M12,7C13.63,7 15.06,7.79 16,9H12A3,3 0 0,0 9,12C9,12.35 9.07,12.68 9.18,13H7.1C7.03,12.68 7,12.34 7,12A5,5 0 0,1 12,7M20,4H16.83L15,2H9L7.17,4H4A2,2 0 0,0 2,6V18A2,2 0 0,0 4,20H20A2,2 0 0,0 22,18V6C22,4.89 21.1,4 20,4Z\" /></svg></li><li title=\"camera plus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-camera-plus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 6H17.8L16 4H10V6H15.1L17 8H21V20H5V11H3V20C3 21.1 3.9 22 5 22H21C22.1 22 23 21.1 23 20V8C23 6.9 22.1 6 21 6M8 14C8 18.45 13.39 20.69 16.54 17.54C19.69 14.39 17.45 9 13 9C10.24 9 8 11.24 8 14M13 11C14.64 11.05 15.95 12.36 16 14C15.95 15.64 14.64 16.95 13 17C11.36 16.95 10.05 15.64 10 14C10.05 12.36 11.36 11.05 13 11M5 6H8V4H5V1H3V4H0V6H3V9H5\" /></svg></li><li title=\"camera plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-camera-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 4V1H5V4H8V6H5V9H3V6H0V4M6 10V7H9V4H16L17.8 6H21C22.1 6 23 6.9 23 8V20C23 21.1 22.1 22 21 22H5C3.9 22 3 21.1 3 20V10M13 19C17.45 19 19.69 13.62 16.54 10.46C13.39 7.31 8 9.55 8 14C8 16.76 10.24 19 13 19M9.8 14C9.8 16.85 13.25 18.28 15.26 16.26C17.28 14.25 15.85 10.8 13 10.8C11.24 10.8 9.8 12.24 9.8 14Z\" /></svg></li><li title=\"camera rear variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-camera-rear-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,0H18A2,2 0 0,1 20,2V22A2,2 0 0,1 18,24H6A2,2 0 0,1 4,22V2A2,2 0 0,1 6,0M12,2A2,2 0 0,0 10,4A2,2 0 0,0 12,6A2,2 0 0,0 14,4A2,2 0 0,0 12,2M13,18H9V20H13V22L16,19L13,16V18Z\" /></svg></li><li title=\"camera rear \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-camera-rear\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,6C10.89,6 10,5.1 10,4A2,2 0 0,1 12,2C13.09,2 14,2.9 14,4A2,2 0 0,1 12,6M17,0H7A2,2 0 0,0 5,2V16A2,2 0 0,0 7,18H17A2,2 0 0,0 19,16V2A2,2 0 0,0 17,0M14,20V22H19V20M10,20H5V22H10V24L13,21L10,18V20Z\" /></svg></li><li title=\"camera retake outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-camera-retake-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,5H16.83L15,3H9L7.17,5H4A2,2 0 0,0 2,7V19A2,2 0 0,0 4,21H20A2,2 0 0,0 22,19V7A2,2 0 0,0 20,5M20,19H4V7H8.05L9.88,5H14.12L16,7H20V19M12,18C10.92,18 9.86,17.65 9,17L10.44,15.56C10.91,15.85 11.45,16 12,16A3,3 0 0,0 15,13A3,3 0 0,0 12,10C10.74,10 9.6,10.8 9.18,12H11L8,15L5,12H7.1C7.65,9.29 10.29,7.55 13,8.1C15.7,8.65 17.45,11.29 16.9,14C16.42,16.33 14.38,18 12,18Z\" /></svg></li><li title=\"camera retake \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-camera-retake\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,5H17L15,3H9L7,5H4A2,2 0 0,0 2,7V19A2,2 0 0,0 4,21H20A2,2 0 0,0 22,19V7A2,2 0 0,0 20,5M12,18C10.92,18 9.86,17.65 9,17L10.44,15.56C10.91,15.85 11.45,16 12,16A3,3 0 0,0 15,13A3,3 0 0,0 12,10C10.74,10 9.6,10.8 9.18,12H11L8,15L5,12H7.1C7.65,9.29 10.29,7.55 13,8.1C15.7,8.65 17.45,11.29 16.9,14C16.42,16.33 14.38,18 12,18Z\" /></svg></li><li title=\"camera switch outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-camera-switch-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 4H16.8L15 2H9L7.2 4H4C2.9 4 2 4.9 2 6V18C2 19.1 2.9 20 4 20H20C21.1 20 22 19.1 22 18V6C22 4.9 21.1 4 20 4M9.9 4H14.1L15.9 6H20V18H4V6H8.1M15 11H9V8.5L5.5 12L9 15.5V13H15V15.5L18.5 12L15 8.5V11Z\" /></svg></li><li title=\"camera switch \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-camera-switch\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,15.5V13H9V15.5L5.5,12L9,8.5V11H15V8.5L18.5,12M20,4H16.83L15,2H9L7.17,4H4A2,2 0 0,0 2,6V18A2,2 0 0,0 4,20H20A2,2 0 0,0 22,18V6C22,4.89 21.1,4 20,4Z\" /></svg></li><li title=\"camera timer \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-camera-timer\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4.94,6.35C4.55,5.96 4.55,5.32 4.94,4.93C5.33,4.54 5.96,4.54 6.35,4.93L13.07,10.31L13.42,10.59C14.2,11.37 14.2,12.64 13.42,13.42C12.64,14.2 11.37,14.2 10.59,13.42L10.31,13.07L4.94,6.35M12,20A8,8 0 0,0 20,12C20,9.79 19.1,7.79 17.66,6.34L19.07,4.93C20.88,6.74 22,9.24 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12H4A8,8 0 0,0 12,20M12,1A2,2 0 0,1 14,3A2,2 0 0,1 12,5A2,2 0 0,1 10,3A2,2 0 0,1 12,1Z\" /></svg></li><li title=\"camera wireless outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-camera-wireless-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,9V20H4V8H8.05L9.88,6H15V4H9L7.17,6H4A2,2 0 0,0 2,8V20A2,2 0 0,0 4,22H20A2,2 0 0,0 22,20V9H20M20.67,8H22C22,4.68 19.31,2 16,2V3.33C18.58,3.33 20.66,5.41 20.67,8M18,8H19.33C19.32,6.15 17.84,4.67 16,4.67V6C17.11,6 18,6.89 18,8M7,14A5,5 0 0,0 12,19A5,5 0 0,0 17,14A5,5 0 0,0 12,9A5,5 0 0,0 7,14M15,14A3,3 0 0,1 12,17A3,3 0 0,1 9,14A3,3 0 0,1 12,11A3,3 0 0,1 15,14Z\" /></svg></li><li title=\"camera wireless \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-camera-wireless\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,10.8A3.2,3.2 0 0,1 15.2,14A3.2,3.2 0 0,1 12,17.2A3.2,3.2 0 0,1 8.8,14A3.2,3.2 0 0,1 12,10.8M16,3.33V2A6,6 0 0,1 22,8H20.67C20.67,5.42 18.58,3.33 16,3.33M16,6V4.67C17.84,4.67 19.33,6.16 19.33,8H18C18,6.89 17.11,6 16,6M17,9H22V20A2,2 0 0,1 20,22H4A2,2 0 0,1 2,20V8A2,2 0 0,1 4,6H7.17L9,4H15V7C16.11,7 17,7.89 17,9M12,19A5,5 0 0,0 17,14A5,5 0 0,0 12,9A5,5 0 0,0 7,14A5,5 0 0,0 12,19Z\" /></svg></li><li title=\"camera \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-camera\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,4H7L9,2H15L17,4H20A2,2 0 0,1 22,6V18A2,2 0 0,1 20,20H4A2,2 0 0,1 2,18V6A2,2 0 0,1 4,4M12,7A5,5 0 0,0 7,12A5,5 0 0,0 12,17A5,5 0 0,0 17,12A5,5 0 0,0 12,7M12,9A3,3 0 0,1 15,12A3,3 0 0,1 12,15A3,3 0 0,1 9,12A3,3 0 0,1 12,9Z\" /></svg></li><li title=\"campfire \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-campfire\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.9,18.5L21.9,20.1L21.5,22L12.1,19.5L2.7,22L2.2,20.1L8.2,18.5L2.1,16.9L2.6,15L12,17.5L21.4,15L21.9,16.9L15.9,18.5M16.07,7.92C15.91,7.7 15.71,7.5 15.5,7.33C15.05,6.9 14.5,6.59 14.06,6.13C13,5.08 12.79,3.34 13.44,2C12.79,2.17 12.18,2.54 11.67,2.95C9.84,4.46 9.11,7.1 10,9.38C10,9.45 10.04,9.53 10.04,9.62C10.04,9.78 9.93,9.92 9.79,10C9.63,10.05 9.46,10 9.33,9.9C9.28,9.86 9.25,9.82 9.22,9.77C8.42,8.74 8.29,7.26 8.84,6.07C7.65,7.06 7,8.72 7.11,10.29C7.13,10.65 7.18,11 7.3,11.36C7.41,11.8 7.59,12.23 7.82,12.61C8.57,13.86 9.9,14.76 11.32,14.94C12.84,15.14 14.46,14.85 15.63,13.79C16.93,12.59 17.4,10.67 16.71,9L16.61,8.83C16.47,8.5 16.28,8.2 16.04,7.93L16.07,7.92M13.83,12.47C13.63,12.65 13.31,12.83 13.05,12.91C12.26,13.19 11.46,12.79 11,12.31C11.84,12.11 12.34,11.47 12.5,10.83C12.61,10.25 12.39,9.78 12.29,9.22C12.21,8.69 12.22,8.23 12.42,7.73C12.55,8 12.69,8.28 12.86,8.5C13.41,9.22 14.27,9.54 14.45,10.5C14.47,10.63 14.5,10.72 14.5,10.83C14.5,11.43 14.26,12.07 13.82,12.47\" /></svg></li><li title=\"cancel \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cancel\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2C17.5 2 22 6.5 22 12S17.5 22 12 22 2 17.5 2 12 6.5 2 12 2M12 4C10.1 4 8.4 4.6 7.1 5.7L18.3 16.9C19.3 15.5 20 13.8 20 12C20 7.6 16.4 4 12 4M16.9 18.3L5.7 7.1C4.6 8.4 4 10.1 4 12C4 16.4 7.6 20 12 20C13.9 20 15.6 19.4 16.9 18.3Z\" /></svg></li><li title=\"candelabra fire \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-candelabra-fire\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 7C18.83 7 19.5 6.33 19.5 5.5C19.5 4.67 18.83 3 18 3S16.5 4.67 16.5 5.5C16.5 6.33 17.17 7 18 7M18 5.25C18.28 5.25 18.5 5.47 18.5 5.75S18.28 6.25 18 6.25 17.5 6.03 17.5 5.75 17.72 5.25 18 5.25M12 6C12.83 6 13.5 5.33 13.5 4.5C13.5 3.67 12.83 2 12 2S10.5 3.67 10.5 4.5C10.5 5.33 11.17 6 12 6M12 4.25C12.28 4.25 12.5 4.47 12.5 4.75S12.28 5.25 12 5.25 11.5 5.03 11.5 4.75 11.72 4.25 12 4.25M6 7C6.83 7 7.5 6.33 7.5 5.5C7.5 4.67 6.83 3 6 3S4.5 4.67 4.5 5.5C4.5 6.33 5.17 7 6 7M6 5.25C6.28 5.25 6.5 5.47 6.5 5.75S6.28 6.25 6 6.25 5.5 6.03 5.5 5.75 5.72 5.25 6 5.25M20.5 11C20.5 11.55 20.05 12 19.5 12H19V14C19 15.11 18.11 16 17 16H13V20H14C15.11 20 16 20.9 16 22H8C8 20.9 8.9 20 10 20H11V16H7C5.9 16 5 15.11 5 14V12H4.5C3.95 12 3.5 11.55 3.5 11S3.95 10 4.5 10V9C4.5 8.45 4.95 8 5.5 8H6.5C7.05 8 7.5 8.45 7.5 9V10C8.05 10 8.5 10.45 8.5 11S8.05 12 7.5 12H7V14H11V12H10.5C9.95 12 9.5 11.55 9.5 11S9.95 10 10.5 10V8C10.5 7.45 10.95 7 11.5 7H12.5C13.05 7 13.5 7.45 13.5 8V10C14.05 10 14.5 10.45 14.5 11S14.05 12 13.5 12H13V14H17V12H16.5C15.95 12 15.5 11.55 15.5 11S15.95 10 16.5 10V9C16.5 8.45 16.95 8 17.5 8H18.5C19.05 8 19.5 8.45 19.5 9V10C20.05 10 20.5 10.45 20.5 11Z\" /></svg></li><li title=\"candelabra \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-candelabra\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.5 11C20.5 11.55 20.05 12 19.5 12H19V14C19 15.11 18.11 16 17 16H13V20H14C15.11 20 16 20.9 16 22H8C8 20.9 8.9 20 10 20H11V16H7C5.9 16 5 15.11 5 14V12H4.5C3.95 12 3.5 11.55 3.5 11S3.95 10 4.5 10H5V4L7 5V10H7.5C8.05 10 8.5 10.45 8.5 11S8.05 12 7.5 12H7V14H11V12H10.5C9.95 12 9.5 11.55 9.5 11S9.95 10 10.5 10H11V2L13 3V10H13.5C14.05 10 14.5 10.45 14.5 11S14.05 12 13.5 12H13V14H17V12H16.5C15.95 12 15.5 11.55 15.5 11S15.95 10 16.5 10H17V4L19 5V10H19.5C20.05 10 20.5 10.45 20.5 11Z\" /></svg></li><li title=\"candle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-candle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12.5,2C10.84,2 9.5,5.34 9.5,7A3,3 0 0,0 12.5,10A3,3 0 0,0 15.5,7C15.5,5.34 14.16,2 12.5,2M12.5,6.5A1,1 0 0,1 13.5,7.5A1,1 0 0,1 12.5,8.5A1,1 0 0,1 11.5,7.5A1,1 0 0,1 12.5,6.5M10,11A1,1 0 0,0 9,12V20H7A1,1 0 0,1 6,19V18A1,1 0 0,0 5,17A1,1 0 0,0 4,18V19A3,3 0 0,0 7,22H19A1,1 0 0,0 20,21A1,1 0 0,0 19,20H16V12A1,1 0 0,0 15,11H10Z\" /></svg></li><li title=\"candy off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-candy-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.1 21.5L2.4 1.7L1.1 3L7.7 9.6C6.6 11.5 6.9 14 8.5 15.6S12.6 17.5 14.5 16.4L20.9 22.8L22.1 21.5M9.9 14.1C9.1 13.3 8.8 12.1 9.2 11L13 14.8C11.9 15.2 10.7 15 9.9 14.1M14.8 6.3C14.5 5.2 14.6 3.6 15.9 2.4C16.8 3.3 17.3 4.3 17.4 5.3C18.5 4.6 19.4 4.5 19.4 4.5C19.3 5.3 19 6 18.6 6.5C19.6 6.7 20.7 7.2 21.5 8C20.3 9.2 18.7 9.4 17.6 9.1C17.3 7.8 16.2 6.7 14.8 6.3M12.2 9L10.4 7.2C12.1 6.6 14.1 7 15.5 8.4C16.9 9.8 17.3 11.7 16.7 13.5L15 11.8C14.9 11.1 14.7 10.4 14.1 9.9S12.9 9.1 12.2 9M9.2 17.7C9.5 18.8 9.4 20.4 8.1 21.6C7.2 20.7 6.7 19.7 6.6 18.7C5.5 19.4 4.6 19.5 4.6 19.5C4.7 18.7 5 18 5.4 17.5C4.4 17.3 3.3 16.8 2.5 16C3.7 14.8 5.3 14.6 6.4 14.9C6.7 16.2 7.8 17.3 9.2 17.7Z\" /></svg></li><li title=\"candy off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-candy-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.8 22.7L14.4 16.3C12.5 17.4 10 17.1 8.4 15.5C6.8 13.9 6.5 11.4 7.6 9.5L1.1 3L2.4 1.7L22.1 21.4L20.8 22.7M15.5 8.5C14.1 7.1 12.2 6.7 10.4 7.3L16.7 13.6C17.3 11.8 16.9 9.8 15.5 8.5M17.7 9.2C18.8 9.5 20.4 9.3 21.6 8.1C20.8 7.3 19.7 6.8 18.7 6.6C19.1 6 19.4 5.3 19.5 4.6C19.5 4.6 18.5 4.7 17.5 5.4C17.4 4.4 16.9 3.3 16 2.5C14.8 3.7 14.6 5.3 14.9 6.4C16.2 6.7 17.3 7.8 17.7 9.2M6.3 14.8C5.2 14.5 3.6 14.7 2.4 15.9C3.2 16.7 4.3 17.2 5.3 17.4C4.9 18 4.6 18.7 4.5 19.4C4.5 19.4 5.5 19.3 6.5 18.6C6.6 19.6 7.1 20.7 8 21.5C9.2 20.3 9.4 18.7 9.1 17.6C7.8 17.3 6.7 16.2 6.3 14.8Z\" /></svg></li><li title=\"candy outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-candy-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9.88 9.88C11.05 8.71 12.95 8.71 14.12 9.88S15.29 12.95 14.12 14.12 11.05 15.29 9.88 14.12 8.71 11.05 9.88 9.88M8.46 8.46C6.5 10.42 6.5 13.58 8.46 15.54S13.58 17.5 15.54 15.54 17.5 10.42 15.54 8.46 10.42 6.5 8.46 8.46M19.47 4.55C19.47 4.55 18.5 4.67 17.43 5.37C17.28 4.32 16.78 3.27 15.93 2.42C14.68 3.67 14.53 5.22 14.83 6.34C16.22 6.7 17.3 7.78 17.66 9.17C18.78 9.47 20.34 9.32 21.58 8.07C20.74 7.23 19.71 6.74 18.68 6.58C19.07 6 19.38 5.33 19.47 4.55M4.53 19.45C4.53 19.45 5.5 19.33 6.57 18.64C6.72 19.68 7.22 20.73 8.07 21.58C9.32 20.34 9.47 18.78 9.17 17.66C7.79 17.3 6.7 16.22 6.34 14.83C5.22 14.53 3.67 14.68 2.42 15.93C3.26 16.77 4.29 17.27 5.32 17.42C4.93 18 4.62 18.68 4.53 19.45Z\" /></svg></li><li title=\"candy \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-candy\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.54 8.46C17.5 10.42 17.5 13.58 15.54 15.54S10.42 17.5 8.47 15.54 6.5 10.42 8.47 8.46 13.58 6.5 15.54 8.46M19.47 4.55C19.47 4.55 18.5 4.67 17.43 5.36C17.28 4.32 16.78 3.27 15.93 2.42C14.68 3.66 14.53 5.22 14.83 6.34C16.22 6.7 17.3 7.78 17.66 9.17C18.78 9.47 20.34 9.32 21.58 8.07C20.74 7.23 19.71 6.74 18.68 6.58C19.07 6 19.38 5.33 19.47 4.55M4.53 19.45C4.53 19.45 5.5 19.33 6.57 18.64C6.72 19.68 7.22 20.73 8.07 21.58C9.32 20.34 9.47 18.78 9.17 17.66C7.78 17.3 6.7 16.22 6.34 14.83C5.22 14.53 3.66 14.68 2.42 15.93C3.26 16.77 4.29 17.27 5.32 17.42C4.93 18 4.62 18.68 4.53 19.45Z\" /></svg></li><li title=\"candycane \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-candycane\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,10A2,2 0 0,1 8,12A2,2 0 0,1 6,10V8C6,7.37 6.1,6.77 6.27,6.2L10,9.93V10M12,2C12.74,2 13.44,2.13 14.09,2.38L11.97,6C11.14,6 10.44,6.5 10.15,7.25L7.24,4.34C8.34,2.92 10.06,2 12,2M17.76,6.31L14,10.07V8C14,7.62 13.9,7.27 13.72,6.97L15.83,3.38C16.74,4.13 17.42,5.15 17.76,6.31M18,13.09L14,17.09V12.9L18,8.9V13.09M18,20A2,2 0 0,1 16,22A2,2 0 0,1 14,20V19.91L18,15.91V20Z\" /></svg></li><li title=\"cannabis off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cannabis-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.62 13.42L14.5 11.32C16.84 8.94 19.83 8.11 19.83 8.11C18.87 10.6 17.73 12.27 16.62 13.42M12 2C12 2 10.86 4.3 10.41 7.21L13.72 10.5C13.92 8.45 13.61 5.63 12 2M20.84 22.73L22.11 21.46L2.39 1.73L1.11 3L8.62 10.5C6.5 8.75 4.17 8.11 4.17 8.11C5.7 12.08 7.69 14 9.28 14.97C6.47 14.59 4 16 4 16C6.68 17.19 8.64 17.23 9.94 16.95C8.53 18.1 8.03 19.81 8.03 19.81C10 19.09 11 18.13 11.5 17.35V22H12.5V17.35C13 18.13 14 19.09 15.97 19.81C15.97 19.81 15.47 18.1 14.06 16.95C14.39 17 14.77 17.07 15.2 17.09L20.84 22.73Z\" /></svg></li><li title=\"cannabis \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cannabis\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.5,22V17.35C11,18.13 10,19.09 8.03,19.81C8.03,19.81 8.53,18.1 9.94,16.95C8.64,17.23 6.68,17.19 4,16C4,16 6.47,14.59 9.28,14.97C7.69,14 5.7,12.08 4.17,8.11C4.17,8.11 8.67,9.34 10.91,13.14C8.88,8.24 12,2 12,2C14.43,7.47 13.91,11.1 13.12,13.1C15.37,9.33 19.83,8.11 19.83,8.11C18.3,12.08 16.31,14 14.72,14.97C17.53,14.59 20,16 20,16C17.32,17.19 15.36,17.23 14.06,16.95C15.47,18.1 15.97,19.81 15.97,19.81C14,19.09 13,18.13 12.5,17.35V22H11.5Z\" /></svg></li><li title=\"caps lock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-caps-lock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9.96,13.71L12,8.29L14.03,13.72M11.14,6L6.43,18H8.36L9.32,15.43H14.68L15.64,18H17.57L12.86,6H11.14M20,2H4C2.89,2 2,2.89 2,4V20C2,21.11 2.9,22 4,22H20C21.11,22 22,21.11 22,20V4C22,2.89 21.1,2 20,2M20,20H4V4H20V20Z\" /></svg></li><li title=\"car 2 plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-car-2-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8 16C8 13.6 9.1 11.5 10.7 10H3L4.5 5.5H15.5L16.3 8C16.9 8 17.5 8.1 18 8.3L16.9 5C16.7 4.4 16.1 4 15.5 4H4.5C3.8 4 3.3 4.4 3.1 5L1 11V19C1 19.5 1.5 20 2 20H3C3.5 20 4 19.5 4 19V18H8.3C8.1 17.4 8 16.7 8 16M4.5 15C3.7 15 3 14.3 3 13.5S3.7 12 4.5 12 6 12.7 6 13.5 5.3 15 4.5 15M16 20V18H13V17H14C15.1 17 16 16.1 16 15V14C16 12.9 15.1 12 14 12H11V14H14V15H13C11.9 15 11 15.9 11 17V20M23 17H21V19H19V17H17V15H19V13H21V15H23V17Z\" /></svg></li><li title=\"car 3 plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-car-3-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.9 5C16.7 4.4 16.1 4 15.5 4H4.5C3.8 4 3.3 4.4 3.1 5L1 11V19C1 19.5 1.5 20 2 20H3C3.5 20 4 19.5 4 19V18H8.3C8.1 17.4 8 16.7 8 16C8 13.6 9.1 11.5 10.7 10H3L4.5 5.5H15.5L16.3 8C16.9 8 17.5 8.1 18 8.3L16.9 5M4.5 12C5.3 12 6 12.7 6 13.5S5.3 15 4.5 15 3 14.3 3 13.5 3.7 12 4.5 12M23 17H21V19H19V17H17V15H19V13H21V15H23V17M14.5 16C15.3 16 16 14.8 16 14C16 12.9 15.1 12 14 12H11V14H14V15H12V17H14V18H11V20H14C15.1 20 16 19.1 16 18C16 17.2 15.3 16 14.5 16Z\" /></svg></li><li title=\"car arrow left \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-car-arrow-left\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 18C12 14.69 14.69 12 18 12C19.09 12 20.12 12.3 21 12.81V12L18.92 6C18.72 5.42 18.16 5 17.5 5H6.5C5.84 5 5.28 5.42 5.08 6L3 12V20C3 20.55 3.45 21 4 21H5C5.55 21 6 20.55 6 20V19H12.09C12.04 18.67 12 18.34 12 18M6.5 6.5H17.5L19 11H5L6.5 6.5M6.5 16C5.67 16 5 15.33 5 14.5S5.67 13 6.5 13 8 13.67 8 14.5 7.33 16 6.5 16M18 15V17H22V19H18V21L15 18L18 15\" /></svg></li><li title=\"car arrow right \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-car-arrow-right\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 18C12 14.69 14.69 12 18 12C19.09 12 20.12 12.3 21 12.81V12L18.92 6C18.72 5.42 18.16 5 17.5 5H6.5C5.84 5 5.28 5.42 5.08 6L3 12V20C3 20.55 3.45 21 4 21H5C5.55 21 6 20.55 6 20V19H12.09C12.04 18.67 12 18.34 12 18M6.5 6.5H17.5L19 11H5L6.5 6.5M6.5 16C5.67 16 5 15.33 5 14.5S5.67 13 6.5 13 8 13.67 8 14.5 7.33 16 6.5 16M19 21V19H15V17H19V15L22 18L19 21\" /></svg></li><li title=\"car back \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-car-back\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,11L7,7H17L18,11M18.92,6C18.71,5.4 18.14,5 17.5,5H6.5C5.86,5 5.29,5.4 5.08,6L3,12V20A1,1 0 0,0 4,21H5A1,1 0 0,0 6,20V18H18V20A1,1 0 0,0 19,21H20A1,1 0 0,0 21,20V12L18.92,6M7,16H5V14H7V16M19,16H17V14H19V16M14,16H10V14H14V16Z\" /></svg></li><li title=\"car battery \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-car-battery\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,3V6H1V20H23V6H20V3H14V6H10V3H4M3,8H21V18H3V8M15,10V12H13V14H15V16H17V14H19V12H17V10H15M5,12V14H11V12H5Z\" /></svg></li><li title=\"car brake abs \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-car-brake-abs\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M24,12C24,15.31 22.66,18.31 20.5,20.5L19.42,19.42C21.32,17.5 22.5,14.9 22.5,12C22.5,9.11 21.32,6.5 19.42,4.58L20.5,3.5C22.66,5.69 24,8.69 24,12M20,9.6V8H16.8C15.92,8 15.2,8.72 15.2,9.6V11.2A1.6,1.6 0 0,0 16.8,12.8H18.4V14.4H15.2V16H18.4C19.28,16 20,15.28 20,14.4V12.8A1.6,1.6 0 0,0 18.4,11.2H16.8V9.6H20M8.42,6C9.47,5.37 10.69,5 12,5C13.31,5 14.53,5.37 15.58,6H18.69C17.05,4.16 14.66,3 12,3C9.34,3 6.95,4.16 5.31,6H8.42M13.2,12C13.84,12 14.4,12.56 14.4,13.2V14.4A1.6,1.6 0 0,1 12.8,16H9.6V8H12.8A1.6,1.6 0 0,1 14.4,9.6V10.8C14.4,11.44 13.84,12 13.2,12M12.8,12.8H11.2V14.4H12.8V12.8M12.8,9.6H11.2V11.2H12.8V9.6M4.58,4.58L3.5,3.5C1.34,5.69 0,8.69 0,12C0,15.31 1.34,18.31 3.5,20.5L4.58,19.42C2.68,17.5 1.5,14.9 1.5,12C1.5,9.11 2.68,6.5 4.58,4.58M7.2,16V12.8H5.6V16H4V9.6A1.6,1.6 0 0,1 5.6,8H7.2C8.08,8 8.8,8.72 8.8,9.6V16H7.2M7.2,11.2V9.6H5.6V11.2H7.2M15.58,18C14.53,18.63 13.31,19 12,19C10.69,19 9.47,18.63 8.42,18H5.31C6.95,19.84 9.34,21 12,21C14.66,21 17.05,19.84 18.69,18H15.58Z\" /></svg></li><li title=\"car brake alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-car-brake-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,15H13V17H11V15M11,7H13V13H11V7M12,3A9,9 0 0,0 3,12A9,9 0 0,0 12,21A9,9 0 0,0 21,12A9,9 0 0,0 12,3M12,19C8.14,19 5,15.86 5,12C5,8.14 8.14,5 12,5C15.86,5 19,8.14 19,12C19,15.86 15.86,19 12,19M20.5,20.5C22.66,18.31 24,15.31 24,12C24,8.69 22.66,5.69 20.5,3.5L19.42,4.58C21.32,6.5 22.5,9.11 22.5,12C22.5,14.9 21.32,17.5 19.42,19.42L20.5,20.5M4.58,19.42C2.68,17.5 1.5,14.9 1.5,12C1.5,9.11 2.68,6.5 4.58,4.58L3.5,3.5C1.34,5.69 0,8.69 0,12C0,15.31 1.34,18.31 3.5,20.5L4.58,19.42Z\" /></svg></li><li title=\"car brake fluid level \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-car-brake-fluid-level\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M1.5 12C1.5 14.9 2.68 17.5 4.58 19.42L3.5 20.5C1.34 18.31 0 15.31 0 12S1.34 5.69 3.5 3.5L4.58 4.58C2.68 6.5 1.5 9.11 1.5 12M21 12C21 16.97 16.97 21 12 21S3 16.97 3 12 7.03 3 12 3 21 7.03 21 12M5 12C5 12.44 5.05 12.86 5.12 13.28C5.3 13.09 5.46 13 5.78 13C6.3 13 6.39 13.21 6.78 13.71C7.17 14.21 7.85 15 8.89 15C9.92 15 10.61 14.21 11 13.71C11.26 13.37 11.39 13.18 11.61 13.08C11.71 13.03 11.83 13 12 13C12.5 13 12.61 13.21 13 13.71C13.39 14.21 14.08 15 15.11 15C16.15 15 16.83 14.21 17.22 13.71C17.61 13.21 17.7 13 18.22 13C18.54 13 18.7 13.09 18.88 13.28C18.95 12.86 19 12.44 19 12C19 8.14 15.86 5 12 5S5 8.14 5 12M20.5 3.5L19.42 4.58C21.32 6.5 22.5 9.11 22.5 12C22.5 14.9 21.32 17.5 19.42 19.42L20.5 20.5C22.66 18.31 24 15.31 24 12S22.66 5.69 20.5 3.5Z\" /></svg></li><li title=\"car brake hold \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-car-brake-hold\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,3C7,3 3,7 3,12C3,17 7,21 12,21C17,21 21,17 21,12C21,7 17,3 12,3M12,19C8.1,19 5,15.9 5,12C5,8.1 8.1,5 12,5C15.9,5 19,8.1 19,12C19,15.9 15.9,19 12,19M20.5,20.5C22.7,18.3 24,15.3 24,12C24,8.7 22.7,5.7 20.5,3.5L19.4,4.6C21.3,6.5 22.5,9.1 22.5,12C22.5,14.9 21.3,17.5 19.4,19.4L20.5,20.5M4.6,19.4C2.7,17.5 1.5,14.9 1.5,12C1.5,9.1 2.7,6.5 4.6,4.6L3.5,3.5C1.3,5.7 0,8.7 0,12C0,15.3 1.3,18.3 3.5,20.5L4.6,19.4M9,7V17H11V13H13V17H15V7H13V11H11V7H9Z\" /></svg></li><li title=\"car brake low pressure \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-car-brake-low-pressure\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 12C13 12.55 12.55 13 12 13S11 12.55 11 12 11.45 11 12 11 13 11.45 13 12M10 12L7 9V11H3V13H7V15L10 12M14 12L17 15V13H21V11H17V9L14 12M20.5 3.5L19.42 4.58C21.32 6.5 22.5 9.11 22.5 12C22.5 14.9 21.32 17.5 19.42 19.42L20.5 20.5C22.66 18.31 24 15.31 24 12S22.66 5.69 20.5 3.5M5.69 9C6.81 6.64 9.22 5 12 5S17.19 6.64 18.32 9H20.5C19.24 5.5 15.92 3 12 3S4.76 5.5 3.5 9H5.69M4.58 4.58L3.5 3.5C1.34 5.69 0 8.69 0 12S1.34 18.31 3.5 20.5L4.58 19.42C2.68 17.5 1.5 14.9 1.5 12C1.5 9.11 2.68 6.5 4.58 4.58M18.32 15C17.19 17.36 14.79 19 12 19S6.81 17.36 5.69 15H3.5C4.76 18.5 8.08 21 12 21S19.24 18.5 20.5 15H18.32Z\" /></svg></li><li title=\"car brake parking \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-car-brake-parking\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,3C7,3 3,7 3,12C3,17 7,21 12,21C17,21 21,17 21,12C21,7 17,3 12,3M12,19C8.1,19 5,15.9 5,12C5,8.1 8.1,5 12,5C15.9,5 19,8.1 19,12C19,15.9 15.9,19 12,19M20.5,20.5C22.7,18.3 24,15.3 24,12C24,8.7 22.7,5.7 20.5,3.5L19.4,4.6C21.3,6.5 22.5,9.1 22.5,12C22.5,14.9 21.3,17.5 19.4,19.4L20.5,20.5M4.6,19.4C2.7,17.5 1.5,14.9 1.5,12C1.5,9.1 2.7,6.5 4.6,4.6L3.5,3.5C1.3,5.7 0,8.7 0,12C0,15.3 1.3,18.3 3.5,20.5L4.6,19.4M9.5,7V17H11.5V13H13.5A2,2 0 0,0 15.5,11V9A2,2 0 0,0 13.5,7H9.5M11.5,9H13.5V11H11.5V9Z\" /></svg></li><li title=\"car brake retarder \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-car-brake-retarder\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 3C7 3 3 7 3 12S7 21 12 21 21 17 21 12 17 3 12 3M12 19C8.1 19 5 15.9 5 12S8.1 5 12 5 19 8.1 19 12 15.9 19 12 19M20.5 20.5C22.7 18.3 24 15.3 24 12S22.7 5.7 20.5 3.5L19.4 4.6C21.3 6.5 22.5 9.1 22.5 12S21.3 17.5 19.4 19.4L20.5 20.5M4.6 19.4C2.7 17.5 1.5 14.9 1.5 12S2.7 6.5 4.6 4.6L3.5 3.5C1.3 5.7 0 8.7 0 12S1.3 18.3 3.5 20.5L4.6 19.4M15.3 10.5C15.96 10.5 16.5 11.17 16.5 12C16.5 12.81 15.95 13.5 15.3 13.5C14.93 13.5 14.66 13.29 14.5 13.11L14.47 13.08L14.44 13.05L13.38 12L14.47 10.92L14.5 10.89L14.53 10.86C14.74 10.63 15 10.5 15.3 10.5M8.7 10.5C9.07 10.5 9.34 10.71 9.5 10.88L9.5 10.92L9.56 10.95L10.62 12L9.53 13.08L9.5 13.11L9.47 13.15C9.26 13.37 9 13.5 8.7 13.5C8.05 13.5 7.5 12.81 7.5 12S8.05 10.5 8.7 10.5M15.3 9C14.58 9 13.9 9.31 13.42 9.85L12 11.25L10.61 9.88C10.1 9.31 9.42 9 8.7 9C7.21 9 6 10.35 6 12S7.21 15 8.7 15C9.42 15 10.1 14.69 10.59 14.15L12 12.75L13.39 14.12C13.9 14.68 14.58 15 15.3 15C16.79 15 18 13.65 18 12C18 10.33 16.79 9 15.3 9Z\" /></svg></li><li title=\"car brake temperature \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-car-brake-temperature\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 10H15V8H12V7C12 6.4 11.6 6 11 6S10 6.4 10 7V17.3C9.4 17.6 9 18.3 9 19C9 20.1 9.9 21 11 21S13 20.1 13 19C13 18.3 12.6 17.6 12 17.3V14H15V12H12V10M24 12C24 15.31 22.66 18.31 20.5 20.5L19.42 19.42C21.32 17.5 22.5 14.9 22.5 12C22.5 9.11 21.32 6.5 19.42 4.58L20.5 3.5C22.66 5.69 24 8.69 24 12M1.5 12C1.5 14.9 2.68 17.5 4.58 19.42L3.5 20.5C1.34 18.31 0 15.31 0 12S1.34 5.69 3.5 3.5L4.58 4.58C2.68 6.5 1.5 9.11 1.5 12M21 12C21 15.53 18.96 18.58 16 20.05V17.74C17.81 16.47 19 14.37 19 12C19 8.14 15.86 5 12 5S5 8.14 5 12C5 14.37 6.19 16.47 8 17.74V20.05C5.04 18.58 3 15.53 3 12C3 7.03 7.03 3 12 3S21 7.03 21 12Z\" /></svg></li><li title=\"car brake worn linings \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-car-brake-worn-linings\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 5C15.86 5 19 8.14 19 12S15.86 19 12 19 5 15.86 5 12 8.14 5 12 5M12 3C7.03 3 3 7.03 3 12S7.03 21 12 21 21 16.97 21 12 16.97 3 12 3M4.58 4.58L3.5 3.5C2.37 4.65 1.47 6.03 .861 7.55L2.3 8C2.84 6.71 3.61 5.56 4.58 4.58M1.71 14.1C1.57 13.42 1.5 12.72 1.5 12C1.5 11.28 1.57 10.58 1.71 9.9L.275 9.46C.098 10.28 0 11.13 0 12S.098 13.72 .275 14.54L1.71 14.1M23.14 7.55C22.53 6.03 21.63 4.65 20.5 3.5L19.42 4.58C20.39 5.56 21.16 6.71 21.7 8L23.14 7.55M.861 16.45C1.47 18 2.37 19.35 3.5 20.5L4.58 19.42C3.61 18.44 2.84 17.29 2.3 16L.861 16.45M19.42 19.42L20.5 20.5C21.63 19.35 22.53 18 23.14 16.45L21.7 16C21.16 17.29 20.39 18.44 19.42 19.42M22.29 9.9C22.43 10.58 22.5 11.28 22.5 12C22.5 12.72 22.43 13.42 22.29 14.1L23.73 14.54C23.9 13.72 24 12.87 24 12S23.9 10.28 23.73 9.46L22.29 9.9Z\" /></svg></li><li title=\"car child seat \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-car-child-seat\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17 4.5C17 5.9 15.9 7 14.5 7S12 5.9 12 4.5 13.1 2 14.5 2 17 3.1 17 4.5M15 8H14.2C12.1 8 10.1 6.8 9.1 4.9C9 4.8 8.9 4.7 8.9 4.6L7.1 5.4C7.6 6.8 9.2 8.6 11.5 9.5L9.7 14.5L5.8 13.4L3 18.9L5 19.4L6.8 15.8L11.3 17C12.3 17.2 13.3 16.7 13.7 15.8L16 9.4C16.2 8.7 15.7 8 15 8M18.9 7L15.5 16.4C14.9 18 13.4 19 11.8 19C11.5 19 11.1 19 10.8 18.9L7.9 18.1L7 19.9L9 20.4L10.4 20.8C10.9 20.9 11.4 21 11.9 21C14.4 21 16.6 19.5 17.5 17.1L21 7H18.9Z\" /></svg></li><li title=\"car clock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-car-clock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23 8C23 4.13 19.87 1 16 1C12.47 1 9.57 3.61 9.08 7H4.5C3.84 7 3.28 7.42 3.08 8L1 14V22C1 22.55 1.45 23 2 23H3C3.55 23 4 22.55 4 22V21H16V22C16 22.55 16.45 23 17 23H18C18.55 23 19 22.55 19 22V14.32C21.36 13.19 23 10.79 23 8M4.5 8.5H9.03C9.15 10.26 9.92 11.84 11.11 13H3L4.5 8.5M4.5 18C3.67 18 3 17.33 3 16.5S3.67 15 4.5 15 6 15.67 6 16.5 5.33 18 4.5 18M15.5 18C14.67 18 14 17.33 14 16.5S14.67 15 15.5 15 17 15.67 17 16.5 16.33 18 15.5 18M16 13C14.61 13 13.44 12.5 12.47 11.53C11.5 10.56 11 9.39 11 8C11 6.64 11.5 5.46 12.47 4.5C13.44 3.5 14.61 3 16 3C17.36 3 18.54 3.5 19.5 4.5C20.5 5.46 21 6.64 21 8C21 9.39 20.5 10.56 19.5 11.53C18.54 12.5 17.36 13 16 13M16.5 8.25L19.36 9.94L18.61 11.16L15 9V4H16.5V8.25Z\" /></svg></li><li title=\"car clutch \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-car-clutch\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10 18.84L14 20.7V23L8 20V14H5V10H8V4L14 1V3.3L10 5.16V18.84M19 10H15V5.41L12 6.8V17.2L15 18.6V14H19V10Z\" /></svg></li><li title=\"car cog \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-car-cog\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6.5 5C5.84 5 5.28 5.42 5.08 6L3 12V20A1 1 0 0 0 4 21H5A1 1 0 0 0 6 20V19H11.3A7 7 0 0 1 11 17A7 7 0 0 1 14.41 11H5L6.5 6.5H17.5L18.68 10.03A7 7 0 0 1 20.47 10.46L18.92 6C18.72 5.42 18.16 5 17.5 5H6.5M17 12C16.87 12 16.76 12.09 16.74 12.21L16.55 13.53C16.25 13.66 15.96 13.82 15.7 14L14.46 13.5C14.35 13.5 14.22 13.5 14.15 13.63L13.15 15.36C13.09 15.47 13.11 15.6 13.21 15.68L14.27 16.5C14.25 16.67 14.24 16.83 14.24 17C14.24 17.17 14.25 17.33 14.27 17.5L13.21 18.32C13.12 18.4 13.09 18.53 13.15 18.64L14.15 20.37C14.21 20.5 14.34 20.5 14.46 20.5L15.7 20C15.96 20.18 16.24 20.35 16.55 20.47L16.74 21.79C16.76 21.91 16.86 22 17 22H19C19.11 22 19.22 21.91 19.24 21.79L19.43 20.47C19.73 20.34 20 20.18 20.27 20L21.5 20.5C21.63 20.5 21.76 20.5 21.83 20.37L22.83 18.64C22.89 18.53 22.86 18.4 22.77 18.32L21.7 17.5C21.72 17.33 21.74 17.17 21.74 17C21.74 16.83 21.73 16.67 21.7 16.5L22.76 15.68C22.85 15.6 22.88 15.47 22.82 15.36L21.82 13.63C21.76 13.5 21.63 13.5 21.5 13.5L20.27 14C20 13.82 19.73 13.65 19.42 13.53L19.23 12.21C19.22 12.09 19.11 12 19 12H17M6.5 13A1.5 1.5 0 0 1 8 14.5A1.5 1.5 0 0 1 6.5 16A1.5 1.5 0 0 1 5 14.5A1.5 1.5 0 0 1 6.5 13M18 15.5C18.83 15.5 19.5 16.17 19.5 17C19.5 17.83 18.83 18.5 18 18.5C17.16 18.5 16.5 17.83 16.5 17C16.5 16.17 17.17 15.5 18 15.5Z\" /></svg></li><li title=\"car connected \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-car-connected\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,14H19L17.5,9.5H6.5L5,14M17.5,19A1.5,1.5 0 0,0 19,17.5A1.5,1.5 0 0,0 17.5,16A1.5,1.5 0 0,0 16,17.5A1.5,1.5 0 0,0 17.5,19M6.5,19A1.5,1.5 0 0,0 8,17.5A1.5,1.5 0 0,0 6.5,16A1.5,1.5 0 0,0 5,17.5A1.5,1.5 0 0,0 6.5,19M18.92,9L21,15V23A1,1 0 0,1 20,24H19A1,1 0 0,1 18,23V22H6V23A1,1 0 0,1 5,24H4A1,1 0 0,1 3,23V15L5.08,9C5.28,8.42 5.85,8 6.5,8H17.5C18.15,8 18.72,8.42 18.92,9M12,0C14.12,0 16.15,0.86 17.65,2.35L16.23,3.77C15.11,2.65 13.58,2 12,2C10.42,2 8.89,2.65 7.77,3.77L6.36,2.35C7.85,0.86 9.88,0 12,0M12,4C13.06,4 14.07,4.44 14.82,5.18L13.4,6.6C13.03,6.23 12.53,6 12,6C11.5,6 10.97,6.23 10.6,6.6L9.18,5.18C9.93,4.44 10.94,4 12,4Z\" /></svg></li><li title=\"car convertible \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-car-convertible\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,6L15,6.75L17.5,10H13.5V8.5H12V10H3C1.89,10 1,10.89 1,12V15H3A3,3 0 0,0 6,18A3,3 0 0,0 9,15H15A3,3 0 0,0 18,18A3,3 0 0,0 21,15H23V12C23,10.89 22.11,10 21,10H19L16,6M6,13.5A1.5,1.5 0 0,1 7.5,15A1.5,1.5 0 0,1 6,16.5A1.5,1.5 0 0,1 4.5,15A1.5,1.5 0 0,1 6,13.5M18,13.5A1.5,1.5 0 0,1 19.5,15A1.5,1.5 0 0,1 18,16.5A1.5,1.5 0 0,1 16.5,15A1.5,1.5 0 0,1 18,13.5Z\" /></svg></li><li title=\"car coolant level \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-car-coolant-level\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 7V5H21V3H13V5H15V7H1V21H23V7H19M21 14.42C20.71 14.13 20.5 14 20 14C19.33 14 19.21 14.21 18.71 14.71S17.33 16 16 16 13.79 15.21 13.29 14.71 12.67 14 12 14C11.78 14 11.63 14.03 11.5 14.08C11.22 14.18 11.05 14.37 10.71 14.71C10.21 15.21 9.33 16 8 16S5.79 15.21 5.29 14.71 4.67 14 4 14C3.5 14 3.29 14.13 3 14.42V9H21V14.42Z\" /></svg></li><li title=\"car cruise control \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-car-cruise-control\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,15C22,17.6 20.8,19.9 18.9,21.3L18.4,20.8L16.3,18.7L17.7,17.3L18.9,18.5C19.4,17.8 19.8,16.9 19.9,16H18V14H19.9C19.7,13.1 19.4,12.3 18.9,11.5L17.7,12.7L16.3,11.3L17.5,10.1C16.8,9.6 15.9,9.2 15,9.1V11H13V9.1C12.1,9.3 11.3,9.6 10.5,10.1L13.5,13.1C13.7,13.1 13.8,13 14,13A2,2 0 0,1 16,15A2,2 0 0,1 14,17A2,2 0 0,1 12,15C12,14.8 12,14.7 12.1,14.5L9.1,11.5C8.6,12.2 8.2,13.1 8.1,14H10V16H8.1C8.3,16.9 8.6,17.7 9.1,18.5L10.3,17.3L11.7,18.7L9.1,21.3C7.2,19.9 6,17.6 6,15A8,8 0 0,1 14,7A8,8 0 0,1 22,15M6.7,5.3L3.4,2L2,3.4L5.3,6.7L4,8H8V4L6.7,5.3Z\" /></svg></li><li title=\"car defrost front \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-car-defrost-front\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,23C14.7,23 14.5,22.9 14.3,22.7C13.9,22.3 14,21.7 14.4,21.3V21.3C14.9,20.9 16.1,19.5 16.1,18.4C16.1,17.8 15.7,17.2 15.3,16.5C14.8,15.7 14.1,14.7 14.1,13.5C14.1,11.2 15.4,10.3 15.6,10.2C16.1,9.9 16.7,10.1 17,10.5C17.3,11 17.1,11.6 16.7,11.9V11.9C16.7,11.9 16.2,12.3 16.2,13.5C16.2,14.1 16.6,14.7 17,15.4C17.5,16.2 18.2,17.2 18.2,18.4C18.2,20.6 16.1,22.6 15.9,22.8C15.5,22.9 15.2,23 15,23M11.7,22.7C11.9,22.5 14,20.5 14,18.3C14,17.1 13.4,16.1 12.8,15.3C12.4,14.6 12,14 12,13.4C12,12.2 12.5,11.8 12.5,11.8V11.8C13,11.5 13.1,10.9 12.8,10.4C12.5,9.9 11.9,9.8 11.4,10.1C11.2,10.2 9.9,11.1 9.9,13.4C9.9,14.6 10.5,15.6 11.1,16.4C11.5,17.1 11.9,17.7 11.9,18.3C11.9,19.4 10.7,20.8 10.2,21.2V21.2C9.8,21.6 9.8,22.2 10.1,22.6C10.3,22.8 10.6,22.9 10.8,22.9C11.2,23 11.5,22.9 11.7,22.7M7.7,22.7C7.9,22.5 10,20.5 10,18.3C10,17.1 9.4,16.1 8.8,15.3C8.4,14.7 8,14.1 8,13.4C8,12.2 8.5,11.8 8.5,11.8V11.8C9,11.5 9.1,10.9 8.8,10.4C8.6,10 7.9,9.9 7.5,10.1C7.3,10.2 6,11.1 6,13.4C6,14.6 6.6,15.6 7.2,16.4C7.6,17.1 8,17.7 8,18.3C8,19.4 6.8,20.8 6.3,21.2V21.2C5.9,21.6 5.9,22.2 6.2,22.6C6.5,22.9 6.7,23 7,23C7.2,23 7.5,22.9 7.7,22.7M12,3C9.4,3 1,3.3 1,7C1,9.4 2.2,15.4 2.8,18H4L4.8,18H5V16H4.4C3.8,13.1 3,8.8 3,7C3,6 7.4,5 12,5C16.6,5 21,6 21,7C21,8.8 20.2,13.1 19.6,16H19V18H19.2L20,18H21.2C21.8,15.4 23,9.4 23,7C23,3.3 14.6,3 12,3Z\" /></svg></li><li title=\"car defrost rear \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-car-defrost-rear\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,18.3C10,20.5 7.9,22.5 7.7,22.7C7.5,22.9 7.2,23 7,23C6.7,23 6.5,22.9 6.2,22.6C5.9,22.2 5.9,21.6 6.3,21.2C6.8,20.8 8,19.4 8,18.3C8,17.7 7.6,17.1 7.2,16.4C6.6,15.6 6,14.6 6,13.4C6,11.1 7.3,10.2 7.5,10.1C7.9,9.9 8.6,10 8.8,10.4C9.1,10.9 9,11.5 8.5,11.8C8.5,11.8 8,12.2 8,13.4C8,14.1 8.4,14.7 8.8,15.3C9.4,16.1 10,17.1 10,18.3M12,13.4C12,12.2 12.5,11.8 12.5,11.8C13,11.5 13.1,10.9 12.8,10.4C12.5,9.9 11.9,9.8 11.4,10.1C11.2,10.2 9.9,11.1 9.9,13.4C9.9,14.6 10.5,15.6 11.1,16.4C11.5,17.1 11.9,17.7 11.9,18.3C11.9,19.4 10.7,20.8 10.2,21.2C9.8,21.6 9.8,22.2 10.1,22.6C10.3,22.8 10.6,22.9 10.8,22.9C11.2,23 11.5,22.9 11.7,22.7C11.9,22.5 14,20.5 14,18.3C14,17.1 13.4,16.1 12.8,15.3C12.4,14.6 12,14 12,13.4M20,3H4A2,2 0 0,0 2,5V16A2,2 0 0,0 4,18H5V16H4V5H20V16H19V18H20A2,2 0 0,0 22,16V5A2,2 0 0,0 20,3M16.2,13.5C16.2,12.3 16.7,11.9 16.7,11.9C17.1,11.6 17.3,11 17,10.5C16.7,10.1 16.1,9.9 15.6,10.2C15.4,10.3 14.1,11.2 14.1,13.5C14.1,14.7 14.8,15.7 15.3,16.5C15.7,17.2 16.1,17.8 16.1,18.4C16.1,19.5 14.9,20.9 14.4,21.3C14,21.7 13.9,22.3 14.3,22.7C14.5,22.9 14.7,23 15,23C15.2,23 15.5,22.9 15.9,22.8C16.1,22.6 18.2,20.6 18.2,18.4C18.2,17.2 17.5,16.2 17,15.4C16.6,14.7 16.2,14.1 16.2,13.5Z\" /></svg></li><li title=\"car door lock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-car-door-lock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.8 17V15.5C7.8 14.1 6.4 13 5 13S2.2 14.1 2.2 15.5V17C1.6 17 1 17.6 1 18.2V21.7C1 22.4 1.6 23 2.2 23H7.7C8.4 23 9 22.4 9 21.8V18.3C9 17.6 8.4 17 7.8 17M6.5 17H3.5V15.5C3.5 14.7 4.2 14.2 5 14.2S6.5 14.7 6.5 15.5V17M21 3H11L3 11V11.44C3.61 11.17 4.29 11 5 11C7.6 11 9.8 13.06 9.8 15.5V15.75C10.53 16.36 11 17.28 11 18.3V21H22V4C22 3.45 21.55 3 21 3M19 16H16V14H19V16M20 11H5.83L11.83 5H20V11Z\" /></svg></li><li title=\"car door \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-car-door\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,14H16V16H19V14M22,21H3V11L11,3H21A1,1 0 0,1 22,4V21M11.83,5L5.83,11H20V5H11.83Z\" /></svg></li><li title=\"car electric outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-car-electric-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.92 2C18.72 1.42 18.16 1 17.5 1H6.5C5.84 1 5.29 1.42 5.08 2L3 8V16C3 16.55 3.45 17 4 17H5C5.55 17 6 16.55 6 16V15H18V16C18 16.55 18.45 17 19 17H20C20.55 17 21 16.55 21 16V8L18.92 2M6.85 3H17.14L18.22 6.11H5.77L6.85 3M19 13H5V8H19V13M7.5 9C8.33 9 9 9.67 9 10.5S8.33 12 7.5 12 6 11.33 6 10.5 6.67 9 7.5 9M16.5 9C17.33 9 18 9.67 18 10.5S17.33 12 16.5 12C15.67 12 15 11.33 15 10.5S15.67 9 16.5 9M7 20H11V18L17 21H13V23L7 20Z\" /></svg></li><li title=\"car electric \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-car-electric\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.92 2C18.72 1.42 18.16 1 17.5 1H6.5C5.84 1 5.29 1.42 5.08 2L3 8V16C3 16.55 3.45 17 4 17H5C5.55 17 6 16.55 6 16V15H18V16C18 16.55 18.45 17 19 17H20C20.55 17 21 16.55 21 16V8L18.92 2M6.5 12C5.67 12 5 11.33 5 10.5S5.67 9 6.5 9 8 9.67 8 10.5 7.33 12 6.5 12M17.5 12C16.67 12 16 11.33 16 10.5S16.67 9 17.5 9 19 9.67 19 10.5 18.33 12 17.5 12M5 7L6.5 2.5H17.5L19 7H5M7 20H11V18L17 21H13V23L7 20Z\" /></svg></li><li title=\"car emergency \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-car-emergency\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11 0V3H13V0H11M7.88 1.46L6.46 2.87L8.59 5L10 3.58L7.88 1.46M16.12 1.46L14 3.58L15.41 5L17.54 2.88L16.12 1.46M12 5A2 2 0 0 0 10 7V8H6.5C5.84 8 5.28 8.42 5.08 9L3 15V23A1 1 0 0 0 4 24H5A1 1 0 0 0 6 23V22H18V23A1 1 0 0 0 19 24H20A1 1 0 0 0 21 23V15L18.92 9C18.72 8.42 18.16 8 17.5 8H14V7A2 2 0 0 0 12 5M6.5 9.5H17.5L19 14H5L6.5 9.5M6.5 16A1.5 1.5 0 0 1 8 17.5A1.5 1.5 0 0 1 6.5 19A1.5 1.5 0 0 1 5 17.5A1.5 1.5 0 0 1 6.5 16M17.5 16A1.5 1.5 0 0 1 19 17.5A1.5 1.5 0 0 1 17.5 19A1.5 1.5 0 0 1 16 17.5A1.5 1.5 0 0 1 17.5 16Z\" /></svg></li><li title=\"car esp \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-car-esp\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5.31,6C6.95,4.16 9.34,3 12,3C14.66,3 17.05,4.16 18.69,6H15.58C14.53,5.37 13.31,5 12,5C10.69,5 9.47,5.37 8.42,6H5.31M14.4,9.6V8H11.2A1.6,1.6 0 0,0 9.6,9.6V11.2C9.6,12.08 10.32,12.8 11.2,12.8H12.8V14.4H9.6V16H12.8A1.6,1.6 0 0,0 14.4,14.4V12.8C14.4,11.92 13.68,11.2 12.8,11.2H11.2V9.6H14.4M18.4,8H15.2V16H16.8V12.8H18.4A1.6,1.6 0 0,0 20,11.2V9.6C20,8.72 19.28,8 18.4,8M18.4,11.2H16.8V9.6H18.4V11.2M8.8,9.6V8H4V16H8.8V14.4H5.6V12.8H8.8V11.2H5.6V9.6H8.8M15.58,18C14.53,18.63 13.31,19 12,19C10.69,19 9.47,18.63 8.42,18H5.31C6.95,19.84 9.34,21 12,21C14.66,21 17.05,19.84 18.69,18H15.58M20.5,3.5L19.42,4.58C21.32,6.5 22.5,9.11 22.5,12C22.5,14.9 21.32,17.5 19.42,19.42L20.5,20.5C22.66,18.31 24,15.31 24,12C24,8.69 22.66,5.69 20.5,3.5M4.58,4.58L3.5,3.5C1.34,5.69 0,8.69 0,12C0,15.31 1.34,18.31 3.5,20.5L4.58,19.42C2.68,17.5 1.5,14.9 1.5,12C1.5,9.11 2.68,6.5 4.58,4.58Z\" /></svg></li><li title=\"car estate \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-car-estate\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,6H16L19,10H21C22.11,10 23,10.89 23,12V15H21A3,3 0 0,1 18,18A3,3 0 0,1 15,15H9A3,3 0 0,1 6,18A3,3 0 0,1 3,15H1V8C1,6.89 1.89,6 3,6M2.5,7.5V10H10.5V7.5H2.5M12,7.5V10H17.14L15.25,7.5H12M6,13.5A1.5,1.5 0 0,0 4.5,15A1.5,1.5 0 0,0 6,16.5A1.5,1.5 0 0,0 7.5,15A1.5,1.5 0 0,0 6,13.5M18,13.5A1.5,1.5 0 0,0 16.5,15A1.5,1.5 0 0,0 18,16.5A1.5,1.5 0 0,0 19.5,15A1.5,1.5 0 0,0 18,13.5Z\" /></svg></li><li title=\"car hatchback \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-car-hatchback\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,6H6L1,12V15H3A3,3 0 0,0 6,18A3,3 0 0,0 9,15H15A3,3 0 0,0 18,18A3,3 0 0,0 21,15H23V12C23,10.89 22.11,10 21,10H19L16,6M6.5,7.5H10.5V10H4.5L6.5,7.5M12,7.5H15.5L17.46,10H12V7.5M6,13.5A1.5,1.5 0 0,1 7.5,15A1.5,1.5 0 0,1 6,16.5A1.5,1.5 0 0,1 4.5,15A1.5,1.5 0 0,1 6,13.5M18,13.5A1.5,1.5 0 0,1 19.5,15A1.5,1.5 0 0,1 18,16.5A1.5,1.5 0 0,1 16.5,15A1.5,1.5 0 0,1 18,13.5Z\" /></svg></li><li title=\"car info \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-car-info\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 15H17V13H19M20 20V22H16V20H17V18H16V16H19V20M18.92 5A1.5 1.5 0 0 0 17.5 4H6.5A1.5 1.5 0 0 0 5.08 5L3 11V19A1 1 0 0 0 4 20H5A1 1 0 0 0 6 19V18H11A7 7 0 0 1 18 11A6.84 6.84 0 0 1 21 11.68V11M6.5 15A1.5 1.5 0 1 1 8 13.5A1.5 1.5 0 0 1 6.5 15M5 10L6.5 5.5H17.5L19 10Z\" /></svg></li><li title=\"car key \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-car-key\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9 0C7.3 0 6 1.3 6 3S7.3 6 9 6C10.3 6 11.4 5.2 11.8 4H14V6H16V4H18V2H11.8C11.4 .8 10.3 0 9 0M9 2C9.6 2 10 2.4 10 3S9.6 4 9 4 8 3.6 8 3 8.4 2 9 2M6.5 8C5.8 8 5.3 8.4 5.1 9L3 15V23C3 23.6 3.4 24 4 24H5C5.6 24 6 23.6 6 23V22H18V23C18 23.6 18.4 24 19 24H20C20.6 24 21 23.6 21 23V15L18.9 9C18.7 8.4 18.1 8 17.5 8H6.5M6.5 9.5H17.5L19 14H5L6.5 9.5M6.5 16C7.3 16 8 16.7 8 17.5S7.3 19 6.5 19 5 18.3 5 17.5 5.7 16 6.5 16M17.5 16C18.3 16 19 16.7 19 17.5S18.3 19 17.5 19 16 18.3 16 17.5 16.7 16 17.5 16Z\" /></svg></li><li title=\"car lifted pickup \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-car-lifted-pickup\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 14L18.79 14.1L18.77 14.33L19.24 14.5L19.39 14.34C19.89 14.6 20.32 15 20.6 15.5L20.43 15.67L20.63 16.12L20.86 16.1C20.95 16.39 21 16.69 21 17L20.9 17.78L20.66 17.77L20.47 18.24L20.66 18.39C20.39 18.9 20 19.32 19.5 19.6L19.33 19.42L18.87 19.62L18.89 19.86C18.61 19.95 18.31 20 18 20L17.21 19.9L17.22 19.65L16.76 19.47L16.6 19.66C16.1 19.39 15.67 19 15.39 18.5L15.57 18.32L15.37 17.86L15.13 17.88C15.05 17.6 15 17.31 15 17L15.11 16.2L15.34 16.21L15.53 15.75L15.35 15.6C15.62 15.09 16 14.68 16.5 14.39L16.67 14.56L17.13 14.36L17.11 14.14C17.39 14.05 17.69 14 18 14M18 15.5C17.17 15.5 16.5 16.17 16.5 17C16.5 17.83 17.17 18.5 18 18.5C18.83 18.5 19.5 17.83 19.5 17C19.5 16.17 18.83 15.5 18 15.5M6 14L6.79 14.1L6.77 14.33L7.24 14.5L7.39 14.34C7.89 14.6 8.32 15 8.6 15.5L8.43 15.67L8.63 16.12L8.86 16.1C8.95 16.39 9 16.69 9 17L8.9 17.78L8.65 17.77L8.47 18.24L8.66 18.39C8.39 18.9 8 19.32 7.5 19.6L7.33 19.42L6.87 19.62L6.89 19.86C6.61 19.95 6.31 20 6 20L5.21 19.9L5.22 19.65L4.76 19.47L4.6 19.66C4.1 19.39 3.67 19 3.39 18.5L3.57 18.32L3.37 17.86L3.13 17.88C3.05 17.6 3 17.31 3 17L3.11 16.2L3.34 16.21L3.53 15.75L3.35 15.6C3.62 15.09 4 14.68 4.5 14.39L4.67 14.56L5.13 14.36L5.11 14.14C5.39 14.05 5.69 14 6 14M6 15.5C5.17 15.5 4.5 16.17 4.5 17C4.5 17.83 5.17 18.5 6 18.5C6.83 18.5 7.5 17.83 7.5 17C7.5 16.17 6.83 15.5 6 15.5M16 6L19 10H21C22.11 10 23 10.89 23 12V15H21C21 13.34 19.66 12 18 12C16.34 12 15 13.34 15 15H9C9 13.34 7.66 12 6 12C4.34 12 3 13.34 3 15H1V10H10.5V6L16 6M12 7.5V10H17.46L15.5 7.5H12Z\" /></svg></li><li title=\"car light alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-car-light-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23 7V13H21V7H23M21 17H23V15H21V17M1 9V11H5C5.1 10.3 5.1 9.6 5.2 9H1M5 13H1V15H5.2C5.1 14.4 5.1 13.7 5 13M5.9 6.4C6 5.8 6.3 5.4 6.5 5H1V7H5.7C5.8 6.8 5.8 6.6 5.9 6.4M1 17V19H6.6C6.2 18.4 5.9 17.8 5.7 17H1M10 4.8C6 4.8 6 19.2 10 19.2S19 16.5 19 12 14 4.8 10 4.8M10.1 17.2C9.7 16.8 9 15 9 12S9.7 7.2 10.1 6.8C13 6.9 17 8.7 17 12S13 17.1 10.1 17.2\" /></svg></li><li title=\"car light dimmed \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-car-light-dimmed\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,4.8C9,4.8 9,19.2 13,19.2C17,19.2 22,16.5 22,12C22,7.5 17,4.8 13,4.8M13.1,17.2C12.7,16.8 12,15 12,12C12,9 12.7,7.2 13.1,6.8C16,6.9 20,8.7 20,12C20,15.3 15.9,17.1 13.1,17.2M8,10.5C8,11 7.9,11.5 7.9,12C7.9,12.2 7.9,12.4 7.9,12.6L2.4,14L1.9,12.1L8,10.5M2,7L9.4,5.1C9.2,5.4 9,5.8 8.9,6.3C8.8,6.6 8.7,7 8.6,7.4L2.5,8.9L2,7M8.2,15.5C8.3,16.2 8.5,16.9 8.7,17.4L2.4,19L1.9,17.1L8.2,15.5Z\" /></svg></li><li title=\"car light fog \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-car-light-fog\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,4.8C9,4.8 9,19.2 13,19.2C17,19.2 22,16.5 22,12C22,7.5 17,4.8 13,4.8M13.1,17.2C12.7,16.8 12,15 12,12C12,9 12.7,7.2 13.1,6.8C16,6.9 20,8.7 20,12C20,15.3 16,17.1 13.1,17.2M6,8V11H8C8,11.3 8,11.7 8,12C8,12.3 8,12.7 8,13H6V16H8.4C8.6,16.7 8.8,17.4 9,18H6V21H4V18H2V16H4V13H2V11H4V8H2V6H4V3H6V6H9C9,6.1 8.9,6.2 8.9,6.4C8.7,6.9 8.5,7.4 8.4,8H6Z\" /></svg></li><li title=\"car light high \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-car-light-high\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,4.8C9,4.8 9,19.2 13,19.2C17,19.2 22,16.5 22,12C22,7.5 17,4.8 13,4.8M13.1,17.2C12.7,16.8 12,15 12,12C12,9 12.7,7.2 13.1,6.8C16,6.9 20,8.7 20,12C20,15.3 16,17.1 13.1,17.2M2,5H9.5C9.3,5.4 9,5.8 8.9,6.4C8.8,6.6 8.8,6.8 8.7,7H2V5M8,11H2V9H8.2C8.1,9.6 8.1,10.3 8,11M8.7,17C8.9,17.8 9.2,18.4 9.6,19H2.1V17H8.7M8.2,15H2V13H8C8.1,13.7 8.1,14.4 8.2,15Z\" /></svg></li><li title=\"car limousine \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-car-limousine\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M1,6L2.5,7.5L1,9L2.5,10.5L1,12L2.5,13.5L1,15H15A3,3 0 0,0 18,18A3,3 0 0,0 21,15H23V12C23,10.89 22.11,10 21,10H19L16,6H1M4.62,7.5H10.5V10H4.12L3.12,9L4.62,7.5M12,7.5H15.5L17.46,10H12V7.5M18,13.5A1.5,1.5 0 0,1 19.5,15A1.5,1.5 0 0,1 18,16.5A1.5,1.5 0 0,1 16.5,15A1.5,1.5 0 0,1 18,13.5Z\" /></svg></li><li title=\"car multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-car-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8,11L9.5,6.5H18.5L20,11M18.5,16A1.5,1.5 0 0,1 17,14.5A1.5,1.5 0 0,1 18.5,13A1.5,1.5 0 0,1 20,14.5A1.5,1.5 0 0,1 18.5,16M9.5,16A1.5,1.5 0 0,1 8,14.5A1.5,1.5 0 0,1 9.5,13A1.5,1.5 0 0,1 11,14.5A1.5,1.5 0 0,1 9.5,16M19.92,6C19.71,5.4 19.14,5 18.5,5H9.5C8.86,5 8.29,5.4 8.08,6L6,12V20A1,1 0 0,0 7,21H8A1,1 0 0,0 9,20V19H19V20A1,1 0 0,0 20,21H21A1,1 0 0,0 22,20V12L19.92,6M14.92,3C14.71,2.4 14.14,2 13.5,2H4.5C3.86,2 3.29,2.4 3.08,3L1,9V17A1,1 0 0,0 2,18H3A1,1 0 0,0 4,17V12.91C3.22,12.63 2.82,11.77 3.1,11C3.32,10.4 3.87,10 4.5,10H4.57L5.27,8H3L4.5,3.5H15.09L14.92,3Z\" /></svg></li><li title=\"car off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-car-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.5,19.85L6.41,5.76L2.41,1.76L1.11,3L4.57,6.46L3,11V19A1,1 0 0,0 4,20H5A1,1 0 0,0 6,19V18H16.11L20.84,22.73L22.11,21.46L20.5,19.85M6.5,15A1.5,1.5 0 0,1 5,13.5A1.5,1.5 0 0,1 6.5,12A1.5,1.5 0 0,1 8,13.5A1.5,1.5 0 0,1 6.5,15M5,10L5.78,7.67L8.11,10H5M17.5,5.5L19,10H13.2L16.12,12.92C16.5,12.17 17.37,11.86 18.12,12.21C18.87,12.57 19.18,13.47 18.83,14.21C18.68,14.5 18.43,14.77 18.12,14.92L21,17.8V11L18.92,5C18.71,4.4 18.14,4 17.5,4H7.2L8.7,5.5H17.5Z\" /></svg></li><li title=\"car outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-car-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.9 6C18.7 5.4 18.1 5 17.5 5H6.5C5.8 5 5.3 5.4 5.1 6L3 12V20C3 20.5 3.5 21 4 21H5C5.6 21 6 20.5 6 20V19H18V20C18 20.5 18.5 21 19 21H20C20.5 21 21 20.5 21 20V12L18.9 6M6.8 7H17.1L18.2 10H5.8L6.8 7M19 17H5V12H19V17M7.5 13C8.3 13 9 13.7 9 14.5S8.3 16 7.5 16 6 15.3 6 14.5 6.7 13 7.5 13M16.5 13C17.3 13 18 13.7 18 14.5S17.3 16 16.5 16C15.7 16 15 15.3 15 14.5S15.7 13 16.5 13Z\" /></svg></li><li title=\"car parking lights \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-car-parking-lights\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.3,9.2C8.1,9.6 9,10.5 9,12C9,13.5 8.1,14.4 7.3,14.8C6.9,13.4 6.9,10.6 7.3,9.2M6.5,7C4.5,7 4.5,17 6.5,17C8.5,17 11,15.1 11,12C11,8.9 8.5,7 6.5,7M16.7,9.2C17,10.6 17,13.4 16.7,14.8C15.9,14.4 15,13.5 15,12C15,10.5 15.9,9.6 16.7,9.2M17.5,7C15.5,7 13,8.9 13,12C13,15.1 15.5,17 17.5,17C19.5,17 19.5,7 17.5,7M4.9,6.2L2.5,4.6L1.4,6.3L4,8C4.2,7.3 4.5,6.6 4.9,6.2M20,8L22.6,6.3L21.5,4.6L19.1,6.2C19.4,6.6 19.8,7.2 20,8M4,16L1.4,17.7L2.5,19.4L4.9,17.8C4.6,17.4 4.2,16.8 4,16M20.5,11C20.5,11.3 20.5,11.7 20.5,12C20.5,12.3 20.5,12.6 20.5,13H24V11H20.5M19.1,17.8L21.5,19.4L22.6,17.7L20,16C19.8,16.7 19.5,17.4 19.1,17.8M3.5,12C3.5,11.7 3.5,11.4 3.5,11H0V13H3.5C3.5,12.7 3.5,12.3 3.5,12Z\" /></svg></li><li title=\"car pickup \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-car-pickup\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,6H10.5V10H1V15H3A3,3 0 0,0 6,18A3,3 0 0,0 9,15H15A3,3 0 0,0 18,18A3,3 0 0,0 21,15H23V12C23,10.89 22.11,10 21,10H19L16,6M12,7.5H15.5L17.46,10H12V7.5M6,13.5A1.5,1.5 0 0,1 7.5,15A1.5,1.5 0 0,1 6,16.5A1.5,1.5 0 0,1 4.5,15A1.5,1.5 0 0,1 6,13.5M18,13.5A1.5,1.5 0 0,1 19.5,15A1.5,1.5 0 0,1 18,16.5A1.5,1.5 0 0,1 16.5,15A1.5,1.5 0 0,1 18,13.5Z\" /></svg></li><li title=\"car seat cooler \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-car-seat-cooler\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.8 10.2L19.4 10.6L18.2 9.9V8.2L19.4 7.5L20.8 7.9L21.1 6.8L20 6.5L20.3 5.4L19.2 5.1L18.8 6.5L17.6 7.2L16.1 6.3V5L17.1 4L16.3 3.2L15.5 4L14.7 3.2L13.9 4L14.9 5V6.3L13.4 7.2L12.2 6.5L11.9 5.1L10.8 5.4L11.1 6.5L10 6.7L10.3 7.8L11.7 7.4L12.9 8.1V9.8L11.7 10.5L10.3 10.1L10 11.4L11.1 11.7L10.8 12.7L11.9 13L12.3 11.6L13.5 10.9L15 11.8V13.1L14 14.1L14.8 14.9L15.6 14.1L16.4 14.9L17.2 14.1L16.2 13.1V11.8L17.7 10.9L18.9 11.6L19.3 13L20.4 12.7L20 11.6L21.1 11.3L20.8 10.2M14 8.2L15.5 7.3L17 8.2V9.9L15.5 10.8L14 9.9V8.2M5 18C5 18 2 10 2 6S4 2 4 2H5C5 2 6 2 6 3S5 4 5 6 8 10 8 13 5 18 5 18M15 17C16.1 17 17 17.9 17 19V20C17 21.1 16.1 22 15 22H9C7 22 6 20.2 6 20.2C5.8 20 5.7 19.6 6 19.4C6 19.4 9 16.9 10 16.9H15Z\" /></svg></li><li title=\"car seat heater \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-car-seat-heater\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5 18C5 18 2 10 2 6S4 2 4 2H5C5 2 6 2 6 3S5 4 5 6 8 10 8 13 5 18 5 18M15 17C16.1 17 17 17.9 17 19V20C17 21.1 16.1 22 15 22H9C7 22 6 20.2 6 20.2C5.8 20 5.7 19.6 6 19.4C6 19.4 9 16.9 10 16.9H15M13.7 3.4L12.3 6.8L13.7 10.2L11.7 15L10 13.6L11.4 10.2L10 6.8L12 2L13.7 3.4M17.9 3.4L16.5 6.8L17.9 10.2L15.9 15L14.2 13.6L15.6 10.2L14.2 6.8L16.2 2L17.9 3.4M22 3.4L20.6 6.8L22 10.2L20 15L18.3 13.6L19.7 10.2L18.3 6.8L20.3 2L22 3.4\" /></svg></li><li title=\"car seat \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-car-seat\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7 18C7 18 4 10 4 6S6 2 6 2H7C7 2 8 2 8 3S7 4 7 6 10 10 10 13 7 18 7 18M12 17C11 17 8 19.5 8 19.5C7.7 19.7 7.8 20 8 20.3C8 20.3 9 22.1 11 22.1H17C18.1 22.1 19 21.2 19 20.1V19.1C19 18 18.1 17.1 17 17.1H12Z\" /></svg></li><li title=\"car select \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-car-select\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5 13L6.5 8.5H17.5L19 13M17.5 18C16.7 18 16 17.3 16 16.5S16.7 15 17.5 15 19 15.7 19 16.5 18.3 18 17.5 18M6.5 18C5.7 18 5 17.3 5 16.5S5.7 15 6.5 15 8 15.7 8 16.5 7.3 18 6.5 18M18.9 8C18.7 7.4 18.1 7 17.5 7H6.5C5.8 7 5.3 7.4 5.1 8L3 14V22C3 22.6 3.4 23 4 23H5C5.6 23 6 22.6 6 22V21H18V22C18 22.6 18.4 23 19 23H20C20.6 23 21 22.6 21 22V14M8 1L12 5.5L16 1Z\" /></svg></li><li title=\"car settings \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-car-settings\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15 22H17V24H15M11 22H13V24H11M7 22H9V24H7M5 11L6.5 6.5H17.5L19 11M17.5 16A1.5 1.5 0 0 1 16 14.5A1.5 1.5 0 0 1 17.5 13A1.5 1.5 0 0 1 19 14.5A1.5 1.5 0 0 1 17.5 16M6.5 16A1.5 1.5 0 0 1 5 14.5A1.5 1.5 0 0 1 6.5 13A1.5 1.5 0 0 1 8 14.5A1.5 1.5 0 0 1 6.5 16M18.92 6C18.72 5.42 18.16 5 17.5 5H6.5C5.84 5 5.28 5.42 5.08 6L3 12V20A1 1 0 0 0 4 21H5A1 1 0 0 0 6 20V19H18V20A1 1 0 0 0 19 21H20A1 1 0 0 0 21 20V12Z\" /></svg></li><li title=\"car shift pattern \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-car-shift-pattern\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8 5H4V2H8V5M4 22H8V19H4V22M14 2H10V5H14V2M10 22H14V19H10V22M16 2V5H20V2H16M17 11H13V7H11V11H7V7H5V17H7V13H11V17H13V13H19V7H17V11Z\" /></svg></li><li title=\"car side \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-car-side\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,6L19,10H21C22.11,10 23,10.89 23,12V15H21A3,3 0 0,1 18,18A3,3 0 0,1 15,15H9A3,3 0 0,1 6,18A3,3 0 0,1 3,15H1V12C1,10.89 1.89,10 3,10L6,6H16M10.5,7.5H6.75L4.86,10H10.5V7.5M12,7.5V10H17.14L15.25,7.5H12M6,13.5A1.5,1.5 0 0,0 4.5,15A1.5,1.5 0 0,0 6,16.5A1.5,1.5 0 0,0 7.5,15A1.5,1.5 0 0,0 6,13.5M18,13.5A1.5,1.5 0 0,0 16.5,15A1.5,1.5 0 0,0 18,16.5A1.5,1.5 0 0,0 19.5,15A1.5,1.5 0 0,0 18,13.5Z\" /></svg></li><li title=\"car speed limiter \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-car-speed-limiter\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 15C18 17.6 16.8 19.9 14.9 21.3L14.4 20.8L12.3 18.7L13.7 17.3L14.9 18.5C15.4 17.8 15.8 16.9 15.9 16H14V14H15.9C15.7 13.1 15.4 12.3 14.9 11.5L13.7 12.7L12.3 11.3L13.5 10.1C12.8 9.6 11.9 9.2 11 9.1V11H9V9.1C8.1 9.3 7.3 9.6 6.5 10.1L9.5 13.1C9.7 13.1 9.8 13 10 13C11.11 13 12 13.9 12 15S11.11 17 10 17 8 16.11 8 15C8 14.8 8 14.7 8.1 14.5L5.1 11.5C4.6 12.2 4.2 13.1 4.1 14H6V16H4.1C4.3 16.9 4.6 17.7 5.1 18.5L6.3 17.3L7.7 18.7L5.1 21.3C3.2 19.9 2 17.6 2 15C2 10.58 5.58 7 10 7S18 10.58 18 15M23 5C23 3.34 21.66 2 20 2S17 3.34 17 5C17 6.3 17.84 7.4 19 7.82V11H21V7.82C22.16 7.4 23 6.3 23 5M20 6C19.45 6 19 5.55 19 5S19.45 4 20 4 21 4.45 21 5 20.55 6 20 6Z\" /></svg></li><li title=\"car sports \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-car-sports\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,8.5H7L4,11H3C1.89,11 1,11.89 1,13V16H3.17C3.6,17.2 4.73,18 6,18C7.27,18 8.4,17.2 8.82,16H15.17C15.6,17.2 16.73,18 18,18C19.27,18 20.4,17.2 20.82,16H23V15C23,13.89 21.97,13.53 21,13L12,8.5M5.25,12L7.5,10H11.5L15.5,12H5.25M6,13.5A1.5,1.5 0 0,1 7.5,15A1.5,1.5 0 0,1 6,16.5A1.5,1.5 0 0,1 4.5,15A1.5,1.5 0 0,1 6,13.5M18,13.5A1.5,1.5 0 0,1 19.5,15A1.5,1.5 0 0,1 18,16.5A1.5,1.5 0 0,1 16.5,15A1.5,1.5 0 0,1 18,13.5Z\" /></svg></li><li title=\"car tire alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-car-tire-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,13H13V15H11V13M11,5H13V11H11V5M17,4.76C18.86,6.19 20,8.61 20,11C20,14 18.33,16.64 15.86,18H8.14C5.67,16.64 4,14 4,11C4,8.61 5.09,6.17 7,4.76V2H5V3.86C3.15,5.68 2,8.2 2,11C2,13.8 3.15,16.32 5,18.14V22H7V20H9V22H11V20H13V22H15V20H17V22H19V18.14C20.85,16.32 22,13.8 22,11C22,8.2 20.85,5.68 19,3.86V2H17V4.76Z\" /></svg></li><li title=\"car traction control \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-car-traction-control\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9.5,11H10.5C10.8,11 11,10.8 11,10.5V9H19V10.5C19,10.8 19.2,11 19.5,11H20.5C20.8,11 21,10.8 21,10.5V9L21,8.5V6L19.6,1.7C19.5,1.3 19.1,1 18.7,1H11.4C11,1 10.6,1.3 10.5,1.7L9,6V8.5L9,9V10.5C9,10.8 9.2,11 9.5,11M11.3,2H18.6L19.5,5H10.4L11.3,2M12,23H10C10,22.2 8.1,21.5 6.6,20.9C4.5,20.1 2,19.2 2,17C2,14.7 4.3,14.1 6.2,13.5C7.9,13.1 9,12.7 9,12H11C11,14.3 8.7,14.9 6.8,15.5C5.1,15.9 4,16.3 4,17C4,17.8 5.9,18.5 7.4,19.1C9.5,19.9 12,20.8 12,23M22,23H20C20,22.2 18.1,21.5 16.6,20.9C14.5,20.1 12,19.2 12,17C12,14.7 14.3,14.1 16.2,13.5C17.8,13 19,12.7 19,12H21C21,14.3 18.7,14.9 16.8,15.5C15.2,15.9 14,16.3 14,17C14,17.8 15.9,18.5 17.4,19.1C19.5,19.9 22,20.8 22,23Z\" /></svg></li><li title=\"car turbocharger \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-car-turbocharger\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 13V15H18.32C18.75 14.09 19 13.08 19 12C19 8.14 15.86 5 12 5H2V3H12C16.97 3 21 7.03 21 12C21 12.34 20.97 12.67 20.94 13H22M12 19C8.14 19 5 15.86 5 12C5 10.93 5.25 9.91 5.69 9H2V11H3.06C3.03 11.33 3 11.66 3 12C3 16.97 7.03 21 12 21H22V19H12M16.86 12.2C15.93 12.94 14.72 12.47 14 12.05V12C16.79 10.31 15.39 7.89 15.39 7.89S14.33 6.04 14.61 7.89C14.78 9.07 13.76 9.88 13.04 10.3L13 10.28C12.93 7 10.13 7 10.13 7S8 7 9.74 7.69C10.85 8.13 11.04 9.42 11.05 10.25L11 10.28C8.14 8.7 6.74 11.12 6.74 11.12S5.67 12.97 7.14 11.8C8.07 11.07 9.28 11.54 10 11.95V12C7.21 13.7 8.61 16.12 8.61 16.12S9.67 17.97 9.4 16.11C9.22 14.94 10.25 14.13 10.97 13.7L11 13.73C11.07 17 13.87 17 13.87 17S16 17 14.26 16.31C13.15 15.87 12.96 14.58 12.95 13.75L13 13.73C15.86 15.31 17.26 12.88 17.26 12.88S18.33 11.04 16.86 12.2Z\" /></svg></li><li title=\"car wash \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-car-wash\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,13L6.5,8.5H17.5L19,13M17.5,18A1.5,1.5 0 0,1 16,16.5A1.5,1.5 0 0,1 17.5,15A1.5,1.5 0 0,1 19,16.5A1.5,1.5 0 0,1 17.5,18M6.5,18A1.5,1.5 0 0,1 5,16.5A1.5,1.5 0 0,1 6.5,15A1.5,1.5 0 0,1 8,16.5A1.5,1.5 0 0,1 6.5,18M18.92,8C18.72,7.42 18.16,7 17.5,7H6.5C5.84,7 5.28,7.42 5.08,8L3,14V22A1,1 0 0,0 4,23H5A1,1 0 0,0 6,22V21H18V22A1,1 0 0,0 19,23H20A1,1 0 0,0 21,22V14M7,5A1.5,1.5 0 0,0 8.5,3.5C8.5,2.5 7,0.8 7,0.8C7,0.8 5.5,2.5 5.5,3.5A1.5,1.5 0 0,0 7,5M12,5A1.5,1.5 0 0,0 13.5,3.5C13.5,2.5 12,0.8 12,0.8C12,0.8 10.5,2.5 10.5,3.5A1.5,1.5 0 0,0 12,5M17,5A1.5,1.5 0 0,0 18.5,3.5C18.5,2.5 17,0.8 17,0.8C17,0.8 15.5,2.5 15.5,3.5A1.5,1.5 0 0,0 17,5Z\" /></svg></li><li title=\"car windshield outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-car-windshield-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.63 15.5L20.21 5.85A1 1 0 0 0 19.14 5.1C17.8 5.24 14.14 5.5 12 5.5S6.2 5.24 4.86 5.1A1 1 0 0 0 3.79 5.85L1.37 15.5A1.5 1.5 0 0 0 2.55 17.36A61.5 61.5 0 0 0 12 18A61.5 61.5 0 0 0 21.45 17.36A1.5 1.5 0 0 0 22.63 15.5M12 16A63.33 63.33 0 0 1 3.44 15.5L5.5 7.18C7 7.32 10.16 7.5 12 7.5S17 7.32 18.5 7.18L20.56 15.5A63.33 63.33 0 0 1 12 16Z\" /></svg></li><li title=\"car windshield \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-car-windshield\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.63 15.5L20.21 5.85A1 1 0 0 0 19.14 5.1C17.8 5.24 14.14 5.5 12 5.5S6.2 5.24 4.86 5.1A1 1 0 0 0 3.79 5.85L1.37 15.5A1.5 1.5 0 0 0 2.55 17.36A61.5 61.5 0 0 0 12 18A61.5 61.5 0 0 0 21.45 17.36A1.5 1.5 0 0 0 22.63 15.5Z\" /></svg></li><li title=\"car wireless \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-car-wireless\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 5C10.9 5 10 5.9 10 7V8H6.5C5.84 8 5.28 8.42 5.08 9L3 15V23C3 23.55 3.45 24 4 24H5C5.55 24 6 23.55 6 23V22H18V23C18 23.55 18.45 24 19 24H20C20.55 24 21 23.55 21 23V15L18.92 9C18.72 8.42 18.16 8 17.5 8H14V7C14 5.9 13.11 5 12 5M6.5 9.5H17.5L19 14H5L6.5 9.5M6.5 16C7.33 16 8 16.67 8 17.5S7.33 19 6.5 19 5 18.33 5 17.5 5.67 16 6.5 16M17.5 16C18.33 16 19 16.67 19 17.5S18.33 19 17.5 19 16 18.33 16 17.5 16.67 16 17.5 16M16.2 3.4C15 2.3 13.5 1.7 12 1.7S9 2.3 7.8 3.4L7 2.6C8.4 1.2 10.2 .5 12 .5S15.6 1.2 17 2.6L16.2 3.4M15.3 4.2L14.5 5C13.8 4.3 12.9 4 12 4S10.2 4.3 9.5 5L8.7 4.2C9.6 3.3 10.8 2.8 12 2.8S14.4 3.3 15.3 4.2\" /></svg></li><li title=\"car wrench \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-car-wrench\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.96 16.45C20.97 16.3 21 16.15 21 16V16.5L20.96 16.45M11 16C11 16.71 11.15 17.39 11.42 18H6V19C6 19.55 5.55 20 5 20H4C3.45 20 3 19.55 3 19V11L5.08 5C5.28 4.42 5.84 4 6.5 4H17.5C18.16 4 18.72 4.42 18.92 5L21 11V16C21 13.24 18.76 11 16 11S11 13.24 11 16M8 13.5C8 12.67 7.33 12 6.5 12S5 12.67 5 13.5 5.67 15 6.5 15 8 14.33 8 13.5M19 10L17.5 5.5H6.5L5 10H19M22.87 21.19L18.76 17.08C19.17 16.04 18.94 14.82 18.08 13.97C17.18 13.06 15.83 12.88 14.74 13.38L16.68 15.32L15.33 16.68L13.34 14.73C12.8 15.82 13.05 17.17 13.93 18.08C14.79 18.94 16 19.16 17.05 18.76L21.16 22.86C21.34 23.05 21.61 23.05 21.79 22.86L22.83 21.83C23.05 21.65 23.05 21.33 22.87 21.19Z\" /></svg></li><li title=\"car \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-car\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,11L6.5,6.5H17.5L19,11M17.5,16A1.5,1.5 0 0,1 16,14.5A1.5,1.5 0 0,1 17.5,13A1.5,1.5 0 0,1 19,14.5A1.5,1.5 0 0,1 17.5,16M6.5,16A1.5,1.5 0 0,1 5,14.5A1.5,1.5 0 0,1 6.5,13A1.5,1.5 0 0,1 8,14.5A1.5,1.5 0 0,1 6.5,16M18.92,6C18.72,5.42 18.16,5 17.5,5H6.5C5.84,5 5.28,5.42 5.08,6L3,12V20A1,1 0 0,0 4,21H5A1,1 0 0,0 6,20V19H18V20A1,1 0 0,0 19,21H20A1,1 0 0,0 21,20V12L18.92,6Z\" /></svg></li><li title=\"carabiner \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-carabiner\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8 17.5C8 18.33 7.33 19 6.5 19S5 18.33 5 17.5 5.67 16 6.5 16 8 16.67 8 17.5M18 5.59C17.79 3.54 16.18 2 14.24 2H8.88C6.95 2 5.36 3.5 5.15 5.53L5 6.59C4.92 7.34 5.5 8 6.24 8C6.87 8 7.39 7.53 7.47 6.91L7.61 5.82C7.68 5.07 8.23 4.5 8.88 4.5H14.24C14.89 4.5 15.44 5.07 15.5 5.82L16.5 16.88C16.59 17.74 16 18.5 15.25 18.5L10.04 17.82C9.95 18.77 9.5 19.6 8.8 20.18L14.93 21L15.09 21H15.25C16.27 21 17.26 20.56 17.96 19.78C18.71 18.94 19.09 17.8 19 16.65L18 5.59M11.66 7.94C11.08 7.57 10.31 7.75 9.94 8.34L6.39 14C6.43 14 6.46 14 6.5 14C7.38 14 8.18 14.34 8.8 14.88L12.06 9.66C12.43 9.08 12.25 8.31 11.66 7.94Z\" /></svg></li><li title=\"caravan \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-caravan\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,7A2,2 0 0,0 3,9V15A2,2 0 0,0 5,17H7A3,3 0 0,0 10,20A3,3 0 0,0 13,17H21V15H19V9A2,2 0 0,0 17,7H5M5,9H10V12H5V9M13,9H17V12H13V9M10,16A1,1 0 0,1 11,17A1,1 0 0,1 10,18A1,1 0 0,1 9,17A1,1 0 0,1 10,16Z\" /></svg></li><li title=\"card account details outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-card-account-details-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,3H2C0.91,3.04 0.04,3.91 0,5V19C0.04,20.09 0.91,20.96 2,21H22C23.09,20.96 23.96,20.09 24,19V5C23.96,3.91 23.09,3.04 22,3M22,19H2V5H22V19M14,17V15.75C14,14.09 10.66,13.25 9,13.25C7.34,13.25 4,14.09 4,15.75V17H14M9,7A2.5,2.5 0 0,0 6.5,9.5A2.5,2.5 0 0,0 9,12A2.5,2.5 0 0,0 11.5,9.5A2.5,2.5 0 0,0 9,7M14,7V8H20V7H14M14,9V10H20V9H14M14,11V12H18V11H14\" /></svg></li><li title=\"card account details star outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-card-account-details-star-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 22.09L22.45 23.58L21.8 20.77L24 18.89L21.11 18.64L20 16L18.87 18.64L16 18.89L18.18 20.77L17.5 23.58L20 22.09M14.08 21H2C.91 20.96 .04 20.09 0 19V5C.04 3.91 .91 3.04 2 3H22C23.09 3.04 23.96 3.91 24 5V15.53C23.42 15 22.75 14.61 22 14.34V5H2V19H14.08C14.03 19.33 14 19.66 14 20C14 20.34 14.03 20.68 14.08 21M14 17H4V15.75C4 14.09 7.34 13.25 9 13.25C10.66 13.25 14 14.09 14 15.75V17M14 11H18V12H14V11M9 7C7.63 7 6.5 8.13 6.5 9.5C6.5 10.87 7.63 12 9 12C10.37 12 11.5 10.87 11.5 9.5C11.5 8.13 10.37 7 9 7M14 9H20V10H14V9M14 7H20V8H14V7Z\" /></svg></li><li title=\"card account details star \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-card-account-details-star\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 22.09L22.45 23.58L21.8 20.77L24 18.89L21.11 18.64L20 16L18.87 18.64L16 18.89L18.18 20.77L17.5 23.58L20 22.09M14.08 21H2C.95 21 0 20.05 0 19V5C0 3.95 .95 3 2 3H22C23.05 3 24 3.95 24 5V15.53C22.94 14.58 21.54 14 20 14C16.69 14 14 16.69 14 20C14 20.34 14.03 20.68 14.08 21M8 13.91C6 13.91 2 15 2 17V18H14V17C14 15 10 13.91 8 13.91M8 6C6.35 6 5 7.35 5 9C5 10.65 6.35 12 8 12C9.65 12 11 10.65 11 9C11 7.35 9.65 6 8 6M21 10H14V11H21V10M22 8H14V9H22V8M22 6H14V7H22V6Z\" /></svg></li><li title=\"card account details \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-card-account-details\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,3H22C23.05,3 24,3.95 24,5V19C24,20.05 23.05,21 22,21H2C0.95,21 0,20.05 0,19V5C0,3.95 0.95,3 2,3M14,6V7H22V6H14M14,8V9H21.5L22,9V8H14M14,10V11H21V10H14M8,13.91C6,13.91 2,15 2,17V18H14V17C14,15 10,13.91 8,13.91M8,6A3,3 0 0,0 5,9A3,3 0 0,0 8,12A3,3 0 0,0 11,9A3,3 0 0,0 8,6Z\" /></svg></li><li title=\"card account mail outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-card-account-mail-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,3H2A2,2 0 0,0 0,5V19A2,2 0 0,0 2,21H22A2,2 0 0,0 24,19V5A2,2 0 0,0 22,3M22,19H2V5H22V19M21,6H14V11H21V6M20,8L17.5,9.75L15,8V7L17.5,8.75L20,7V8M9,12A3,3 0 0,0 12,9A3,3 0 0,0 9,6A3,3 0 0,0 6,9A3,3 0 0,0 9,12M9,8A1,1 0 0,1 10,9A1,1 0 0,1 9,10A1,1 0 0,1 8,9A1,1 0 0,1 9,8M15,16.59C15,14.09 11.03,13 9,13C6.97,13 3,14.09 3,16.59V18H15V16.59M5.5,16C6.22,15.5 7.7,15 9,15C10.3,15 11.77,15.5 12.5,16H5.5Z\" /></svg></li><li title=\"card account mail \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-card-account-mail\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,8V7L18,9L15,7V8L18,10M22,3H2A2,2 0 0,0 0,5V19A2,2 0 0,0 2,21H22A2,2 0 0,0 24,19V5A2,2 0 0,0 22,3M8,6A3,3 0 0,1 11,9A3,3 0 0,1 8,12A3,3 0 0,1 5,9A3,3 0 0,1 8,6M14,18H2V17C2,15 6,13.9 8,13.9C10,13.9 14,15 14,17M22,12H14V6H22\" /></svg></li><li title=\"card account phone outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-card-account-phone-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,3H2A2,2 0 0,0 0,5V19A2,2 0 0,0 2,21H22A2,2 0 0,0 24,19V5A2,2 0 0,0 22,3M22,19H2V5H22V19M19,18L21,16L19.5,14H17.85C17.63,13.37 17.5,12.7 17.5,12C17.5,11.3 17.63,10.63 17.85,10H19.5L21,8L19,6C17.7,7 16.73,8.38 16.28,10C16.1,10.64 16,11.31 16,12C16,12.69 16.1,13.36 16.28,14C16.73,15.61 17.7,17 19,18M9,12A3,3 0 0,0 12,9A3,3 0 0,0 9,6A3,3 0 0,0 6,9A3,3 0 0,0 9,12M9,8A1,1 0 0,1 10,9A1,1 0 0,1 9,10A1,1 0 0,1 8,9A1,1 0 0,1 9,8M15,16.59C15,14.09 11.03,13 9,13C6.97,13 3,14.09 3,16.59V18H15V16.59M5.5,16C6.22,15.5 7.7,15 9,15C10.3,15 11.77,15.5 12.5,16H5.5Z\" /></svg></li><li title=\"card account phone \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-card-account-phone\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,3H2A2,2 0 0,0 0,5V19A2,2 0 0,0 2,21H22A2,2 0 0,0 24,19V5A2,2 0 0,0 22,3M8,6A3,3 0 0,1 11,9A3,3 0 0,1 8,12A3,3 0 0,1 5,9A3,3 0 0,1 8,6M14,18H2V17C2,15 6,13.9 8,13.9C10,13.9 14,15 14,17V18M17.85,14H19.5L21,16L19,18C17.7,17 16.73,15.61 16.28,14C16.1,13.36 16,12.69 16,12C16,11.31 16.1,10.64 16.28,10C16.73,8.38 17.7,7 19,6L21,8L19.5,10H17.85C17.63,10.63 17.5,11.3 17.5,12C17.5,12.7 17.63,13.37 17.85,14Z\" /></svg></li><li title=\"card bulleted off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-card-bulleted-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.59,20.87L19.17,22.29L16.88,20H4A2,2 0 0,1 2,18V6C2,5.74 2.05,5.5 2.14,5.26L1.17,4.29L2.59,2.87L3.73,4L20.59,20.87V20.87M6.54,4H20A2,2 0 0,1 22,6V18C22,18.41 21.87,18.8 21.66,19.12L20,17.46V6H8.54L6.54,4M4,18H14.88L11.88,15H10V13.12L7.88,11H6V9.12L4,7.12V18M18,15H17.54L15.54,13H18V15M18,11H13.54L11.54,9H18V11Z\" /></svg></li><li title=\"card bulleted off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-card-bulleted-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3.35,3.58L20.65,20.87L19.23,22.29L16.94,20H4A2,2 0 0,1 2,18V6C2,5.72 2.06,5.46 2.16,5.22L1.23,4.29L2.65,2.87L3.35,3.58M6.6,4H20A2,2 0 0,1 22,6V18C22,18.4 21.88,18.77 21.68,19.08L17.6,15H20V13H15.6L13.6,11H20V9H11.6L6.6,4M9.94,13H9V15H11V14.06L9.94,13M5.94,9H5V11H7V10.06L5.94,9Z\" /></svg></li><li title=\"card bulleted outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-card-bulleted-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,15H10V13H12V15M18,15H14V13H18V15M8,11H6V9H8V11M18,11H10V9H18V11M20,20H4A2,2 0 0,1 2,18V6A2,2 0 0,1 4,4H20A2,2 0 0,1 22,6V18A2,2 0 0,1 20,20M4,6V18H20V6H4Z\" /></svg></li><li title=\"card bulleted settings outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-card-bulleted-settings-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,22V24H7V22H9M13,22V24H11V22H13M17,22V24H15V22H17M12,15H10V13H12V15M18,15H14V13H18V15M8,11H6V9H8V11M18,11H10V9H18V11M20,20H4A2,2 0 0,1 2,18V6A2,2 0 0,1 4,4H20A2,2 0 0,1 22,6V18A2,2 0 0,1 20,20M4,6V18H20V6H4Z\" /></svg></li><li title=\"card bulleted settings \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-card-bulleted-settings\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,22V24H7V22H9M13,22V24H11V22H13M17,22V24H15V22H17M20,20H4A2,2 0 0,1 2,18V6A2,2 0 0,1 4,4H20A2,2 0 0,1 22,6V18A2,2 0 0,1 20,20M11,13H9V15H11V13M19,13H13V15H19V13M7,9H5V11H7V9M19,9H9V11H19V9Z\" /></svg></li><li title=\"card bulleted \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-card-bulleted\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,4A2,2 0 0,1 22,6V18A2,2 0 0,1 20,20H4A2,2 0 0,1 2,18V6A2,2 0 0,1 4,4H20M11,13H9V15H11V13M19,13H13V15H19V13M7,9H5V11H7V9M19,9H9V11H19V9Z\" /></svg></li><li title=\"card minus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-card-minus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23 18V20H15V18H23M13.09 18H4V6H20V13.09C20.72 13.21 21.39 13.46 22 13.81V6C22 4.89 21.11 4 20 4H4C2.9 4 2 4.89 2 6V18C2 19.11 2.9 20 4 20H13.09C13.04 19.67 13 19.34 13 19C13 18.66 13.04 18.33 13.09 18Z\" /></svg></li><li title=\"card minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-card-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23 18V20H15V18H23M19 13C20.09 13 21.12 13.3 22 13.81V6C22 4.89 21.11 4 20 4H4C2.9 4 2 4.89 2 6V18C2 19.11 2.9 20 4 20H13.09C13.04 19.67 13 19.34 13 19C13 15.69 15.69 13 19 13Z\" /></svg></li><li title=\"card multiple outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-card-multiple-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 16V6H7V16H21M21 4C21.53 4 22.04 4.21 22.41 4.59C22.79 4.96 23 5.47 23 6V16C23 16.53 22.79 17.04 22.41 17.41C22.04 17.79 21.53 18 21 18H7C5.89 18 5 17.1 5 16V6C5 4.89 5.89 4 7 4H21M3 20H18V22H3C2.47 22 1.96 21.79 1.59 21.41C1.21 21.04 1 20.53 1 20V9H3V20Z\" /></svg></li><li title=\"card multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-card-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 3C21.53 3 22.04 3.21 22.41 3.59C22.79 3.96 23 4.47 23 5V15C23 15.53 22.79 16.04 22.41 16.41C22.04 16.79 21.53 17 21 17H7C6.47 17 5.96 16.79 5.59 16.41C5.21 16.04 5 15.53 5 15V5C5 4.47 5.21 3.96 5.59 3.59C5.96 3.21 6.47 3 7 3H21M3 19H18V21H3C2.47 21 1.96 20.79 1.59 20.41C1.21 20.04 1 19.53 1 19V8H3V19Z\" /></svg></li><li title=\"card off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-card-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9.2 6L7.2 4H20C21.11 4 22 4.89 22 6V18C22 18.24 21.96 18.47 21.88 18.68L20 16.8V6H9.2M22.11 21.46L20.84 22.73L18.11 20H4C2.9 20 2 19.11 2 18V6C2 5.42 2.25 4.9 2.65 4.54L1.11 3L2.39 1.73L6.66 6L18.65 18H18.66L20.57 19.91L20.56 19.91L22.11 21.46M16.11 18L4.11 6H4V18H16.11Z\" /></svg></li><li title=\"card off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-card-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.88 18.68L7.2 4H20C21.11 4 22 4.89 22 6V18C22 18.24 21.96 18.47 21.88 18.68M20.56 19.91L20.57 19.91L2.39 1.73L1.11 3L2.65 4.54C2.25 4.9 2 5.42 2 6V18C2 19.11 2.9 20 4 20H18.11L20.84 22.73L22.11 21.46L20.56 19.91Z\" /></svg></li><li title=\"card outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-card-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,20H4A2,2 0 0,1 2,18V6A2,2 0 0,1 4,4H20A2,2 0 0,1 22,6V18A2,2 0 0,1 20,20M4,6V18H20V6H4Z\" /></svg></li><li title=\"card plus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-card-plus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 15V18H24V20H21V23H19V20H16V18H19V15H21M14 18H3V6H19V13H21V6C21 4.89 20.11 4 19 4H3C1.9 4 1 4.89 1 6V18C1 19.11 1.9 20 3 20H14V18Z\" /></svg></li><li title=\"card plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-card-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.09 20H4C2.9 20 2 19.11 2 18V6C2 4.89 2.9 4 4 4H20C21.11 4 22 4.89 22 6V13.81C21.12 13.3 20.09 13 19 13C15.69 13 13 15.69 13 19C13 19.34 13.04 19.67 13.09 20M18 15V18H15V20H18V23H20V20H23V18H20V15H18Z\" /></svg></li><li title=\"card remove outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-card-remove-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.41 19L22.54 21.12L21.12 22.54L19 20.41L16.88 22.54L15.47 21.12L17.59 19L15.47 16.88L16.88 15.47L19 17.59L21.12 15.47L22.54 16.88L20.41 19M13.09 18H4V6H20V13.09C20.72 13.21 21.39 13.46 22 13.81V6C22 4.89 21.11 4 20 4H4C2.9 4 2 4.89 2 6V18C2 19.11 2.9 20 4 20H13.09C13.04 19.67 13 19.34 13 19C13 18.66 13.04 18.33 13.09 18Z\" /></svg></li><li title=\"card remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-card-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.41 19L22.54 21.12L21.12 22.54L19 20.41L16.88 22.54L15.47 21.12L17.59 19L15.47 16.88L16.88 15.47L19 17.59L21.12 15.47L22.54 16.88L20.41 19M19 13C20.09 13 21.12 13.3 22 13.81V6C22 4.89 21.11 4 20 4H4C2.9 4 2 4.89 2 6V18C2 19.11 2.9 20 4 20H13.09C13.04 19.67 13 19.34 13 19C13 15.69 15.69 13 19 13Z\" /></svg></li><li title=\"card search outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-card-search-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.5 16C12.37 16 13.19 15.74 13.88 15.3L16.32 17.74L17.74 16.32L15.3 13.89C15.74 13.19 16 12.38 16 11.5C16 9 14 7 11.5 7S7 9 7 11.5 9 16 11.5 16M11.5 9C12.88 9 14 10.12 14 11.5S12.88 14 11.5 14 9 12.88 9 11.5 10.12 9 11.5 9M20 4H4C2.9 4 2 4.9 2 6V18C2 19.1 2.9 20 4 20H20C21.1 20 22 19.1 22 18V6C22 4.9 21.1 4 20 4M20 18H4V6H20V18Z\" /></svg></li><li title=\"card search \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-card-search\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.5 9C10.12 9 9 10.12 9 11.5S10.12 14 11.5 14 14 12.88 14 11.5 12.88 9 11.5 9M20 4H4C2.9 4 2 4.9 2 6V18C2 19.1 2.9 20 4 20H20C21.1 20 22 19.1 22 18V6C22 4.9 21.1 4 20 4M16.79 18.21L13.88 15.3C13.19 15.74 12.37 16 11.5 16C9 16 7 14 7 11.5S9 7 11.5 7 16 9 16 11.5C16 12.38 15.74 13.19 15.3 13.89L18.21 16.79L16.79 18.21Z\" /></svg></li><li title=\"card text outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-card-text-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,20H4A2,2 0 0,1 2,18V6A2,2 0 0,1 4,4H20A2,2 0 0,1 22,6V18A2,2 0 0,1 20,20M4,6V18H20V6H4M6,9H18V11H6V9M6,13H16V15H6V13Z\" /></svg></li><li title=\"card text \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-card-text\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,20H4A2,2 0 0,1 2,18V6A2,2 0 0,1 4,4H20A2,2 0 0,1 22,6V18A2,2 0 0,1 20,20M5,13V15H16V13H5M5,9V11H19V9H5Z\" /></svg></li><li title=\"card \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-card\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,20H4A2,2 0 0,1 2,18V6A2,2 0 0,1 4,4H20A2,2 0 0,1 22,6V18A2,2 0 0,1 20,20Z\" /></svg></li><li title=\"cards club outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cards-club-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.6 9.5C16.8 8.9 17 8.2 17 7.5C17 4.5 14.8 2 12 2S7 4.5 7 7.5C7 8.2 7.1 8.9 7.4 9.5C4.9 9.6 3 11.4 3 13.8C3 16.3 5 18 7.5 18C7.5 18 10 18 11 17C11 17 11.3 19 9 22H15C12.7 19 13 17 13 17C14 18 16.5 18 16.5 18C19 18 21 16.3 21 13.8C21 11.4 19.1 9.6 16.6 9.5M16.5 16C16.5 16 14 16 13 15H11C10 16 7.5 16 7.5 16C6.3 16 5 15.3 5 13.8C5 12.5 6.1 11.5 7.5 11.5C7.8 11.5 8.3 11.6 8.8 11.7C8.9 11.7 9 11.8 9.1 11.8L10 10.1C9.8 9.9 9.7 9.7 9.6 9.5C9.2 8.9 9 8.3 9 7.5C9 5.6 10.3 4 12 4S15 5.6 15 7.5C15 8.3 14.8 9 14.4 9.6C14.3 9.8 14.2 9.9 14.1 10.1L15 11.8C15.1 11.8 15.2 11.7 15.3 11.7C15.7 11.6 16.2 11.5 16.6 11.5C18 11.5 19.1 12.5 19.1 13.8C19 15.3 17.7 16 16.5 16Z\" /></svg></li><li title=\"cards club \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cards-club\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2C14.3,2 16.3,4 16.3,6.2C16.21,8.77 14.34,9.83 14.04,10C15.04,9.5 16.5,9.5 16.5,9.5C19,9.5 21,11.3 21,13.8C21,16.3 19,18 16.5,18C16.5,18 15,18 13,17C13,17 12.7,19 15,22H9C11.3,19 11,17 11,17C9,18 7.5,18 7.5,18C5,18 3,16.3 3,13.8C3,11.3 5,9.5 7.5,9.5C7.5,9.5 8.96,9.5 9.96,10C9.66,9.83 7.79,8.77 7.7,6.2C7.7,4 9.7,2 12,2Z\" /></svg></li><li title=\"cards diamond outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cards-diamond-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2L5 12L12 22L19 12M7.44 12L12 5.5L16.56 12L12 18.5\" /></svg></li><li title=\"cards diamond \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cards-diamond\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,12L12,22L5,12L12,2\" /></svg></li><li title=\"cards heart outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cards-heart-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12.1 18.55L12 18.65L11.89 18.55C7.14 14.24 4 11.39 4 8.5C4 6.5 5.5 5 7.5 5C9.04 5 10.54 6 11.07 7.36H12.93C13.46 6 14.96 5 16.5 5C18.5 5 20 6.5 20 8.5C20 11.39 16.86 14.24 12.1 18.55M16.5 3C14.76 3 13.09 3.81 12 5.08C10.91 3.81 9.24 3 7.5 3C4.42 3 2 5.41 2 8.5C2 12.27 5.4 15.36 10.55 20.03L12 21.35L13.45 20.03C18.6 15.36 22 12.27 22 8.5C22 5.41 19.58 3 16.5 3Z\" /></svg></li><li title=\"cards heart \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cards-heart\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,21.35L10.55,20.03C5.4,15.36 2,12.27 2,8.5C2,5.41 4.42,3 7.5,3C9.24,3 10.91,3.81 12,5.08C13.09,3.81 14.76,3 16.5,3C19.58,3 22,5.41 22,8.5C22,12.27 18.6,15.36 13.45,20.03L12,21.35Z\" /></svg></li><li title=\"cards outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cards-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.19,2.25C10.93,2.25 10.67,2.31 10.42,2.4L3.06,5.45C2.04,5.87 1.55,7.04 1.97,8.05L6.93,20C7.24,20.77 7.97,21.23 8.74,21.25C9,21.25 9.27,21.22 9.53,21.1L16.9,18.05C17.65,17.74 18.11,17 18.13,16.25C18.14,16 18.09,15.71 18,15.45L13,3.5C12.71,2.73 11.97,2.26 11.19,2.25M14.67,2.25L18.12,10.6V4.25A2,2 0 0,0 16.12,2.25M20.13,3.79V12.82L22.56,6.96C22.97,5.94 22.5,4.78 21.47,4.36M11.19,4.22L16.17,16.24L8.78,19.3L3.8,7.29\" /></svg></li><li title=\"cards playing club multiple outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cards-playing-club-multiple-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 0H9C7.9 0 7 .9 7 2V18C7 19.1 7.9 20 9 20H19C20.1 20 21 19.1 21 18V2C21 .9 20.1 0 19 0M19 18H9V2H19V18M3 4V22C3 23.1 3.9 24 5 24H17V22H5V4H3M14 6C12.9 6 12 6.9 12 8C12 8.4 12.1 8.7 12.3 9H12C10.9 9 10 9.9 10 11S10.9 13 12 13C12.6 13 13.1 12.7 13.5 12.3L12.5 15H15.5L14.5 12.3C14.9 12.7 15.4 13 16 13C17.1 13 18 12.1 18 11S17.1 9 16 9H15.7C15.9 8.7 16 8.4 16 8C16 6.9 15.1 6 14 6Z\" /></svg></li><li title=\"cards playing club multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cards-playing-club-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 4V22C3 23.1 3.9 24 5 24H17V22H5V4H3M19 0H9C7.9 0 7 .9 7 2V18C7 19.1 7.9 20 9 20H19C20.1 20 21 19.1 21 18V2C21 .9 20.1 0 19 0M16 13C15.4 13 14.9 12.7 14.5 12.3L15.5 15H12.5L13.5 12.3C13.1 12.7 12.6 13 12 13C10.9 13 10 12.1 10 11S10.9 9 12 9H12.3C12.1 8.7 12 8.4 12 8C12 6.9 12.9 6 14 6S16 6.9 16 8C16 8.4 15.9 8.7 15.7 9H16C17.1 9 18 9.9 18 11S17.1 13 16 13Z\" /></svg></li><li title=\"cards playing club outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cards-playing-club-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17 2H7C5.9 2 5 2.9 5 4V20C5 21.1 5.9 22 7 22H17C18.1 22 19 21.1 19 20V4C19 2.9 18.1 2 17 2M17 20H7V4H17V20M12 8C10.9 8 10 8.9 10 10C10 10.4 10.1 10.7 10.3 11H10C8.9 11 8 11.9 8 13S8.9 15 10 15C10.6 15 11.1 14.7 11.5 14.3L10.5 17H13.5L12.5 14.3C12.9 14.7 13.4 15 14 15C15.1 15 16 14.1 16 13S15.1 11 14 11H13.7C13.9 10.7 14 10.3 14 10C14 8.9 13.1 8 12 8Z\" /></svg></li><li title=\"cards playing club \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cards-playing-club\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17 2H7C5.9 2 5 2.9 5 4V20C5 21.1 5.9 22 7 22H17C18.1 22 19 21.1 19 20V4C19 2.9 18.1 2 17 2M14 15C13.4 15 12.9 14.7 12.5 14.3L13.5 17H10.5L11.5 14.3C11.1 14.7 10.6 15 10 15C8.9 15 8 14.1 8 13S8.9 11 10 11H10.3C10.1 10.7 10 10.3 10 10C10 8.9 10.9 8 12 8S14 8.9 14 10C14 10.4 13.9 10.7 13.7 11H14C15.1 11 16 11.9 16 13S15.1 15 14 15Z\" /></svg></li><li title=\"cards playing diamond multiple outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cards-playing-diamond-multiple-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 0H9C7.9 0 7 .9 7 2V18C7 19.1 7.9 20 9 20H19C20.1 20 21 19.1 21 18V2C21 .9 20.1 0 19 0M19 18H9V2H19V18M3 4V22C3 23.1 3.9 24 5 24H17V22H5V4H3M14 5L11 10L14 15L17 10L14 5Z\" /></svg></li><li title=\"cards playing diamond multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cards-playing-diamond-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 4V22C3 23.1 3.9 24 5 24H17V22H5V4H3M19 0H9C7.9 0 7 .9 7 2V18C7 19.1 7.9 20 9 20H19C20.1 20 21 19.1 21 18V2C21 .9 20.1 0 19 0M14 15L11 10L14 5L17 10L14 15Z\" /></svg></li><li title=\"cards playing diamond outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cards-playing-diamond-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17 2H7C5.9 2 5 2.9 5 4V20C5 21.1 5.9 22 7 22H17C18.1 22 19 21.1 19 20V4C19 2.9 18.1 2 17 2M17 20H7V4H17V20M12 7L9 12L12 17L15 12L12 7Z\" /></svg></li><li title=\"cards playing diamond \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cards-playing-diamond\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17 2H7C5.9 2 5 2.9 5 4V20C5 21.1 5.9 22 7 22H17C18.1 22 19 21.1 19 20V4C19 2.9 18.1 2 17 2M12 17L9 12L12 7L15 12L12 17Z\" /></svg></li><li title=\"cards playing heart multiple outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cards-playing-heart-multiple-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 0H9C7.9 0 7 .9 7 2V18C7 19.1 7.9 20 9 20H19C20.1 20 21 19.1 21 18V2C21 .9 20.1 0 19 0M19 18H9V2H19V18M3 4V22C3 23.1 3.9 24 5 24H17V22H5V4H3M12.2 7C11 7 10 8 10 9.2C10 10.7 11.4 11.9 13.4 13.8L14 14.3L14.6 13.8C16.6 11.9 18 10.7 18 9.2C18 7.9 17 7 15.8 7C15.1 7 14.4 7.3 14 7.8C13.6 7.3 12.9 7 12.2 7Z\" /></svg></li><li title=\"cards playing heart multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cards-playing-heart-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 4V22C3 23.1 3.9 24 5 24H17V22H5V4H3M19 0H9C7.9 0 7 .9 7 2V18C7 19.1 7.9 20 9 20H19C20.1 20 21 19.1 21 18V2C21 .9 20.1 0 19 0M14.6 13.8L14 14.3L13.4 13.8C11.4 11.9 10 10.7 10 9.2C10 8 11 7 12.2 7C12.9 7 13.6 7.3 14 7.8C14.4 7.3 15.1 7 15.8 7C17 7 18 7.9 18 9.2C18 10.7 16.6 11.9 14.6 13.8Z\" /></svg></li><li title=\"cards playing heart outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cards-playing-heart-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17 2H7C5.9 2 5 2.9 5 4V20C5 21.1 5.9 22 7 22H17C18.1 22 19 21.1 19 20V4C19 2.9 18.1 2 17 2M17 20H7V4H17V20M10.2 9C9 9 8 10 8 11.2C8 12.7 9.4 13.9 11.4 15.8L12 16.3L12.6 15.8C14.6 13.9 16 12.7 16 11.2C16 9.9 15 9 13.8 9C13.1 9 12.4 9.3 12 9.8C11.6 9.3 10.9 9 10.2 9Z\" /></svg></li><li title=\"cards playing heart \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cards-playing-heart\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17 2H7C5.9 2 5 2.9 5 4V20C5 21.1 5.9 22 7 22H17C18.1 22 19 21.1 19 20V4C19 2.9 18.1 2 17 2M12.6 15.8L12 16.3L11.4 15.8C9.4 13.9 8 12.7 8 11.2C8 10 9 9 10.2 9C10.9 9 11.6 9.3 12 9.8C12.4 9.3 13.1 9 13.8 9C15 9 16 9.9 16 11.2C16 12.7 14.6 13.9 12.6 15.8Z\" /></svg></li><li title=\"cards playing outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cards-playing-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.19,2.25C11.97,2.26 12.71,2.73 13,3.5L18,15.45C18.09,15.71 18.14,16 18.13,16.25C18.11,17 17.65,17.74 16.9,18.05L9.53,21.1C9.27,21.22 9,21.25 8.74,21.25C7.97,21.23 7.24,20.77 6.93,20L1.97,8.05C1.55,7.04 2.04,5.87 3.06,5.45L10.42,2.4C10.67,2.31 10.93,2.25 11.19,2.25M14.67,2.25H16.12A2,2 0 0,1 18.12,4.25V10.6L14.67,2.25M20.13,3.79L21.47,4.36C22.5,4.78 22.97,5.94 22.56,6.96L20.13,12.82V3.79M11.19,4.22L3.8,7.29L8.77,19.3L16.17,16.24L11.19,4.22M8.65,8.54L11.88,10.95L11.44,14.96L8.21,12.54L8.65,8.54Z\" /></svg></li><li title=\"cards playing spade multiple outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cards-playing-spade-multiple-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 0H9C7.9 0 7 .9 7 2V18C7 19.1 7.9 20 9 20H19C20.1 20 21 19.1 21 18V2C21 .9 20.1 0 19 0M19 18H9V2H19V18M3 4V22C3 23.1 3.9 24 5 24H17V22H5V4H3M14 5.7L13.4 6.2C11.4 8.1 10 9.3 10 10.8C10 12 11 13 12.2 13C12.6 13 13 12.9 13.4 12.7L12.5 15H15.5L14.6 12.7C14.9 12.9 15.4 13 15.8 13C17 13 18 12.1 18 10.8C18 9.3 16.6 8.1 14.6 6.2L14 5.7Z\" /></svg></li><li title=\"cards playing spade multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cards-playing-spade-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 4V22C3 23.1 3.9 24 5 24H17V22H5V4H3M19 0H9C7.9 0 7 .9 7 2V18C7 19.1 7.9 20 9 20H19C20.1 20 21 19.1 21 18V2C21 .9 20.1 0 19 0M15.8 13C15.4 13 15 12.9 14.6 12.7L15.5 15H12.5L13.4 12.7C13 12.9 12.6 13 12.2 13C11 13 10 12 10 10.8C10 9.3 11.4 8.1 13.4 6.2L14 5.7L14.6 6.2C16.6 8.1 18 9.3 18 10.8C18 12.1 17 13 15.8 13Z\" /></svg></li><li title=\"cards playing spade outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cards-playing-spade-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17 2H7C5.9 2 5 2.9 5 4V20C5 21.1 5.9 22 7 22H17C18.1 22 19 21.1 19 20V4C19 2.9 18.1 2 17 2M17 20H7V4H17V20M12 7.7L11.4 8.2C9.4 10.1 8 11.3 8 12.8C8 14 9 15 10.2 15C10.6 15 11 14.9 11.4 14.7L10.5 17H13.5L12.6 14.7C12.9 14.9 13.4 15 13.8 15C15 15 16 14.1 16 12.8C16 11.3 14.6 10.1 12.6 8.2L12 7.7Z\" /></svg></li><li title=\"cards playing spade \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cards-playing-spade\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17 2H7C5.9 2 5 2.9 5 4V20C5 21.1 5.9 22 7 22H17C18.1 22 19 21.1 19 20V4C19 2.9 18.1 2 17 2M13.8 15C13.4 15 13 14.9 12.6 14.7L13.5 17H10.5L11.4 14.7C11 14.9 10.6 15 10.2 15C9 15 8 14 8 12.8C8 11.3 9.4 10.1 11.4 8.2L12 7.7L12.6 8.2C14.6 10.1 16 11.3 16 12.8C16 14.1 15 15 13.8 15Z\" /></svg></li><li title=\"cards playing \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cards-playing\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.7 2.2H16.2C17.3 2.2 18.2 3.1 18.2 4.2V10.6L14.7 2.2M20.1 3.8L21.4 4.4C22.4 4.8 22.9 6 22.5 7L20.1 12.9V3.8M18 15.5L13 3.5C12.7 2.7 12 2.3 11.2 2.3C10.9 2.3 10.7 2.4 10.4 2.5L3 5.5C2 5.9 1.5 7 2 8L7 20C7.3 20.8 8 21.2 8.8 21.2C9.1 21.2 9.3 21.2 9.6 21L17 18C17.8 17.7 18.2 17 18.2 16.2C18.1 16 18.1 15.7 18 15.5M11.4 15L8.2 12.6L8.6 8.6L11.8 11L11.4 15\" /></svg></li><li title=\"cards spade outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cards-spade-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11 17C11 17 11.3 19 9 22H15C12.7 19 13 17 13 17S14 18 16 18 20 16 20 14C20 9 15 7 12 2C9 7 4 9 4 14C4 16 6 18 8 18S11 17 11 17M13 14H11C11 14 10 16 8 16C7.1 16 6 14.9 6 14C5.8 11 9.9 8.2 12 5.4C14.1 8.1 18.2 10.9 18 14C18 14.9 16.9 16 16 16C14 16 13 14 13 14Z\" /></svg></li><li title=\"cards spade \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cards-spade\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2C9,7 4,9 4,14C4,16 6,18 8,18C9,18 10,18 11,17C11,17 11.32,19 9,22H15C13,19 13,17 13,17C14,18 15,18 16,18C18,18 20,16 20,14C20,9 15,7 12,2Z\" /></svg></li><li title=\"cards variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cards-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,2H19A1,1 0 0,1 20,3V13A1,1 0 0,1 19,14H5A1,1 0 0,1 4,13V3A1,1 0 0,1 5,2M6,4V12H18V4H6M20,17A1,1 0 0,1 19,18H5A1,1 0 0,1 4,17V16H20V17M20,21A1,1 0 0,1 19,22H5A1,1 0 0,1 4,21V20H20V21Z\" /></svg></li><li title=\"cards \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cards\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.47,4.35L20.13,3.79V12.82L22.56,6.96C22.97,5.94 22.5,4.77 21.47,4.35M1.97,8.05L6.93,20C7.24,20.77 7.97,21.24 8.74,21.26C9,21.26 9.27,21.21 9.53,21.1L16.9,18.05C17.65,17.74 18.11,17 18.13,16.26C18.14,16 18.09,15.71 18,15.45L13,3.5C12.71,2.73 11.97,2.26 11.19,2.25C10.93,2.25 10.67,2.31 10.42,2.4L3.06,5.45C2.04,5.87 1.55,7.04 1.97,8.05M18.12,4.25A2,2 0 0,0 16.12,2.25H14.67L18.12,10.59\" /></svg></li><li title=\"carrot \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-carrot\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,10L15.8,11H13.5A0.5,0.5 0 0,0 13,11.5A0.5,0.5 0 0,0 13.5,12H15.6L14.6,17H12.5A0.5,0.5 0 0,0 12,17.5A0.5,0.5 0 0,0 12.5,18H14.4L14,20A2,2 0 0,1 12,22A2,2 0 0,1 10,20L9,15H10.5A0.5,0.5 0 0,0 11,14.5A0.5,0.5 0 0,0 10.5,14H8.8L8,10C8,8.8 8.93,7.77 10.29,7.29L8.9,5.28C8.59,4.82 8.7,4.2 9.16,3.89C9.61,3.57 10.23,3.69 10.55,4.14L11,4.8V3A1,1 0 0,1 12,2A1,1 0 0,1 13,3V5.28L14.5,3.54C14.83,3.12 15.47,3.07 15.89,3.43C16.31,3.78 16.36,4.41 16,4.84L13.87,7.35C15.14,7.85 16,8.85 16,10Z\" /></svg></li><li title=\"cart arrow down \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cart-arrow-down\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,0V4H8L12,8L16,4H14V0M1,2V4H3L6.6,11.59L5.25,14.04C5.09,14.32 5,14.65 5,15A2,2 0 0,0 7,17H19V15H7.42C7.29,15 7.17,14.89 7.17,14.75L7.2,14.63L8.1,13H15.55C16.3,13 16.96,12.59 17.3,11.97L21.16,4.96L19.42,4H19.41L18.31,6L15.55,11H8.53L8.4,10.73L6.16,6L5.21,4L4.27,2M7,18A2,2 0 0,0 5,20A2,2 0 0,0 7,22A2,2 0 0,0 9,20A2,2 0 0,0 7,18M17,18A2,2 0 0,0 15,20A2,2 0 0,0 17,22A2,2 0 0,0 19,20A2,2 0 0,0 17,18Z\" /></svg></li><li title=\"cart arrow right \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cart-arrow-right\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,20A2,2 0 0,1 7,22A2,2 0 0,1 5,20A2,2 0 0,1 7,18A2,2 0 0,1 9,20M17,18A2,2 0 0,0 15,20A2,2 0 0,0 17,22A2,2 0 0,0 19,20A2,2 0 0,0 17,18M7.2,14.63C7.19,14.67 7.19,14.71 7.2,14.75A0.25,0.25 0 0,0 7.45,15H19V17H7A2,2 0 0,1 5,15C5,14.65 5.07,14.31 5.24,14L6.6,11.59L3,4H1V2H4.27L5.21,4H20A1,1 0 0,1 21,5C21,5.17 20.95,5.34 20.88,5.5L17.3,12C16.94,12.62 16.27,13 15.55,13H8.1L7.2,14.63M9,9.5H13V11.5L16,8.5L13,5.5V7.5H9V9.5Z\" /></svg></li><li title=\"cart arrow up \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cart-arrow-up\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,0L8,4H10V8H14V4H16M1,2V4H3L6.6,11.59L5.25,14.04C5.09,14.32 5,14.65 5,15A2,2 0 0,0 7,17H19V15H7.42C7.29,15 7.17,14.89 7.17,14.75L7.2,14.63L8.1,13H15.55C16.3,13 16.96,12.59 17.3,11.97L21.16,4.96L19.42,4H19.41L18.31,6L15.55,11H8.53L8.4,10.73L6.16,6L5.21,4L4.27,2M7,18A2,2 0 0,0 5,20A2,2 0 0,0 7,22A2,2 0 0,0 9,20A2,2 0 0,0 7,18M17,18A2,2 0 0,0 15,20A2,2 0 0,0 17,22A2,2 0 0,0 19,20A2,2 0 0,0 17,18Z\" /></svg></li><li title=\"cart check \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cart-check\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9 20C9 21.11 8.11 22 7 22S5 21.11 5 20 5.9 18 7 18 9 18.9 9 20M17 18C15.9 18 15 18.9 15 20S15.9 22 17 22 19 21.11 19 20 18.11 18 17 18M7.17 14.75L7.2 14.63L8.1 13H15.55C16.3 13 16.96 12.59 17.3 11.97L21.16 4.96L19.42 4H19.41L18.31 6L15.55 11H8.53L8.4 10.73L6.16 6L5.21 4L4.27 2H1V4H3L6.6 11.59L5.25 14.04C5.09 14.32 5 14.65 5 15C5 16.11 5.9 17 7 17H19V15H7.42C7.29 15 7.17 14.89 7.17 14.75M18 2.76L16.59 1.34L11.75 6.18L9.16 3.59L7.75 5L11.75 9L18 2.76Z\" /></svg></li><li title=\"cart heart \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cart-heart\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9 20C9 21.11 8.11 22 7 22S5 21.11 5 20 5.9 18 7 18 9 18.9 9 20M17 18C15.9 18 15 18.9 15 20S15.9 22 17 22 19 21.11 19 20 18.11 18 17 18M7.17 14.75L7.2 14.63L8.1 13H15.55C16.3 13 16.96 12.59 17.3 11.97L21.16 4.96L19.42 4H19.41L18.31 6L15.55 11H8.53L8.4 10.73L6.16 6L5.21 4L4.27 2H1V4H3L6.6 11.59L5.25 14.04C5.09 14.32 5 14.65 5 15C5 16.11 5.9 17 7 17H19V15H7.42C7.29 15 7.17 14.89 7.17 14.75M12 9.3L11.4 8.8C9.4 6.9 8 5.7 8 4.2C8 3 9 2 10.2 2C10.9 2 11.6 2.3 12 2.8C12.4 2.3 13.1 2 13.8 2C15 2 16 2.9 16 4.2C16 5.7 14.6 6.9 12.6 8.8L12 9.3Z\" /></svg></li><li title=\"cart minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cart-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,6V4H8V6M7,18A2,2 0 0,0 5,20A2,2 0 0,0 7,22A2,2 0 0,0 9,20A2,2 0 0,0 7,18M17,18A2,2 0 0,0 15,20A2,2 0 0,0 17,22A2,2 0 0,0 19,20A2,2 0 0,0 17,18M7.17,14.75L7.2,14.63L8.1,13H15.55C16.3,13 16.96,12.59 17.3,11.97L21.16,4.96L19.42,4H19.41L18.31,6L15.55,11H8.53L8.4,10.73L6.16,6L5.21,4L4.27,2H1V4H3L6.6,11.59L5.25,14.04C5.09,14.32 5,14.65 5,15A2,2 0 0,0 7,17H19V15H7.42C7.29,15 7.17,14.89 7.17,14.75Z\" /></svg></li><li title=\"cart off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cart-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.73,22.73L1.27,1.27L0,2.54L4.39,6.93L6.6,11.59L5.25,14.04C5.09,14.32 5,14.65 5,15A2,2 0 0,0 7,17H14.46L15.84,18.38C15.34,18.74 15,19.33 15,20A2,2 0 0,0 17,22C17.67,22 18.26,21.67 18.62,21.16L21.46,24L22.73,22.73M7.42,15A0.25,0.25 0 0,1 7.17,14.75L7.2,14.63L8.1,13H10.46L12.46,15H7.42M15.55,13C16.3,13 16.96,12.59 17.3,11.97L20.88,5.5C20.96,5.34 21,5.17 21,5A1,1 0 0,0 20,4H6.54L15.55,13M7,18A2,2 0 0,0 5,20A2,2 0 0,0 7,22A2,2 0 0,0 9,20A2,2 0 0,0 7,18Z\" /></svg></li><li title=\"cart outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cart-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,18A2,2 0 0,1 19,20A2,2 0 0,1 17,22C15.89,22 15,21.1 15,20C15,18.89 15.89,18 17,18M1,2H4.27L5.21,4H20A1,1 0 0,1 21,5C21,5.17 20.95,5.34 20.88,5.5L17.3,11.97C16.96,12.58 16.3,13 15.55,13H8.1L7.2,14.63L7.17,14.75A0.25,0.25 0 0,0 7.42,15H19V17H7C5.89,17 5,16.1 5,15C5,14.65 5.09,14.32 5.24,14.04L6.6,11.59L3,4H1V2M7,18A2,2 0 0,1 9,20A2,2 0 0,1 7,22C5.89,22 5,21.1 5,20C5,18.89 5.89,18 7,18M16,11L18.78,6H6.14L8.5,11H16Z\" /></svg></li><li title=\"cart plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cart-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,9H13V6H16V4H13V1H11V4H8V6H11M7,18A2,2 0 0,0 5,20A2,2 0 0,0 7,22A2,2 0 0,0 9,20A2,2 0 0,0 7,18M17,18A2,2 0 0,0 15,20A2,2 0 0,0 17,22A2,2 0 0,0 19,20A2,2 0 0,0 17,18M7.17,14.75L7.2,14.63L8.1,13H15.55C16.3,13 16.96,12.59 17.3,11.97L21.16,4.96L19.42,4H19.41L18.31,6L15.55,11H8.53L8.4,10.73L6.16,6L5.21,4L4.27,2H1V4H3L6.6,11.59L5.25,14.04C5.09,14.32 5,14.65 5,15A2,2 0 0,0 7,17H19V15H7.42C7.29,15 7.17,14.89 7.17,14.75Z\" /></svg></li><li title=\"cart remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cart-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.12,8.53L12,6.41L9.88,8.54L8.46,7.12L10.59,5L8.47,2.88L9.88,1.47L12,3.59L14.12,1.46L15.54,2.88L13.41,5L15.53,7.12L14.12,8.53M7,18A2,2 0 0,1 9,20A2,2 0 0,1 7,22A2,2 0 0,1 5,20A2,2 0 0,1 7,18M17,18A2,2 0 0,1 19,20A2,2 0 0,1 17,22A2,2 0 0,1 15,20A2,2 0 0,1 17,18M7.17,14.75A0.25,0.25 0 0,0 7.42,15H19V17H7A2,2 0 0,1 5,15C5,14.65 5.09,14.32 5.25,14.04L6.6,11.59L3,4H1V2H4.27L5.21,4L6.16,6L8.4,10.73L8.53,11H15.55L18.31,6L19.41,4H19.42L21.16,4.96L17.3,11.97C16.96,12.59 16.3,13 15.55,13H8.1L7.2,14.63L7.17,14.75Z\" /></svg></li><li title=\"cart variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cart-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 20C19 21.11 18.11 22 17 22C15.89 22 15 21.1 15 20C15 18.89 15.89 18 17 18C18.11 18 19 18.9 19 20M7 18C5.89 18 5 18.89 5 20C5 21.1 5.89 22 7 22C8.11 22 9 21.11 9 20S8.11 18 7 18M7.2 14.63L7.17 14.75C7.17 14.89 7.28 15 7.42 15H19V17H7C5.89 17 5 16.1 5 15C5 14.65 5.09 14.32 5.24 14.04L6.6 11.59L3 4H1V2H4.27L5.21 4H20C20.55 4 21 4.45 21 5C21 5.17 20.95 5.34 20.88 5.5L17.3 11.97C16.96 12.58 16.3 13 15.55 13H8.1L7.2 14.63M8.5 11H10V9H7.56L8.5 11M11 9V11H14V9H11M14 8V6H11V8H14M17.11 9H15V11H16L17.11 9M18.78 6H15V8H17.67L18.78 6M6.14 6L7.08 8H10V6H6.14Z\" /></svg></li><li title=\"cart \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cart\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,18C15.89,18 15,18.89 15,20A2,2 0 0,0 17,22A2,2 0 0,0 19,20C19,18.89 18.1,18 17,18M1,2V4H3L6.6,11.59L5.24,14.04C5.09,14.32 5,14.65 5,15A2,2 0 0,0 7,17H19V15H7.42A0.25,0.25 0 0,1 7.17,14.75C7.17,14.7 7.18,14.66 7.2,14.63L8.1,13H15.55C16.3,13 16.96,12.58 17.3,11.97L20.88,5.5C20.95,5.34 21,5.17 21,5A1,1 0 0,0 20,4H5.21L4.27,2M7,18C5.89,18 5,18.89 5,20A2,2 0 0,0 7,22A2,2 0 0,0 9,20C9,18.89 8.1,18 7,18Z\" /></svg></li><li title=\"case sensitive alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-case-sensitive-alt\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,14C20,12.5 19.5,12 18,12H16V11C16,10 16,10 14,10V15.4L14,19H16L18,19C19.5,19 20,18.47 20,17V14M12,12C12,10.5 11.47,10 10,10H6C4.5,10 4,10.5 4,12V19H6V16H10V19H12V12M10,7H14V5H10V7M22,9V20C22,21.11 21.11,22 20,22H4A2,2 0 0,1 2,20V9C2,7.89 2.89,7 4,7H8V5L10,3H14L16,5V7H20A2,2 0 0,1 22,9H22M16,17H18V14H16V17M6,12H10V14H6V12Z\" /></svg></li><li title=\"cash 100 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cash-100\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,5H22V20H2V5M20,18V7H4V18H20M17,8A2,2 0 0,0 19,10V15A2,2 0 0,0 17,17H7A2,2 0 0,0 5,15V10A2,2 0 0,0 7,8H17M17,13V12C17,10.9 16.33,10 15.5,10C14.67,10 14,10.9 14,12V13C14,14.1 14.67,15 15.5,15C16.33,15 17,14.1 17,13M15.5,11A0.5,0.5 0 0,1 16,11.5V13.5A0.5,0.5 0 0,1 15.5,14A0.5,0.5 0 0,1 15,13.5V11.5A0.5,0.5 0 0,1 15.5,11M13,13V12C13,10.9 12.33,10 11.5,10C10.67,10 10,10.9 10,12V13C10,14.1 10.67,15 11.5,15C12.33,15 13,14.1 13,13M11.5,11A0.5,0.5 0 0,1 12,11.5V13.5A0.5,0.5 0 0,1 11.5,14A0.5,0.5 0 0,1 11,13.5V11.5A0.5,0.5 0 0,1 11.5,11M8,15H9V10H8L7,10.5V11.5L8,11V15Z\" /></svg></li><li title=\"cash check \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cash-check\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 6V18H13.32C13.1 17.33 13 16.66 13 16H7C7 14.9 6.11 14 5 14V10C6.11 10 7 9.11 7 8H17C17 9.11 17.9 10 19 10V10.06C19.67 10.06 20.34 10.18 21 10.4V6H3M12 9C10.3 9.03 9 10.3 9 12C9 13.7 10.3 14.94 12 15C12.38 15 12.77 14.92 13.14 14.77C13.41 13.67 13.86 12.63 14.97 11.61C14.85 10.28 13.59 8.97 12 9M21.63 12.27L17.76 16.17L16.41 14.8L15 16.22L17.75 19L23.03 13.68L21.63 12.27Z\" /></svg></li><li title=\"cash fast \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cash-fast\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17.12 9.88C16.56 9.32 15.8 9 15 9S13.44 9.32 12.88 9.88C12.32 10.44 12 11.2 12 12S12.32 13.56 12.88 14.12 14.2 15 15 15 16.56 14.68 17.12 14.12 18 12.8 18 12 17.68 10.44 17.12 9.88M7 6V18H23V6H7M21 14C20.47 14 19.96 14.21 19.59 14.59C19.21 14.96 19 15.47 19 16H11C11 15.47 10.79 14.96 10.41 14.59C10.04 14.21 9.53 14 9 14V10C9.53 10 10.04 9.79 10.41 9.41C10.79 9.04 11 8.53 11 8H19C19 8.53 19.21 9.04 19.59 9.41C19.96 9.79 20.47 10 21 10V14M5 8H3C2.45 8 2 7.55 2 7C2 6.45 2.45 6 3 6H5V8M5 13H2C1.45 13 1 12.55 1 12C1 11.45 1.45 11 2 11H5V13M5 18H1C.448 18 0 17.55 0 17C0 16.45 .448 16 1 16H5V18Z\" /></svg></li><li title=\"cash lock open \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cash-lock-open\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.8 16C22.4 16 23 16.6 23 17.3V20.8C23 21.4 22.4 22 21.7 22H16.2C15.6 22 15 21.4 15 20.7V17.2C15 16.6 15.6 16 16.2 16V13.5C16.2 12.1 17.6 11 19 11C20.4 11 21.8 12.1 21.8 13.5V14H20.5V13.5C20.5 12.7 19.8 12.2 19 12.2C18.2 12.2 17.5 12.7 17.5 13.5V16H21.8M2 6H20V9.1L19 9C18.18 9 17.41 9.2 16.73 9.54C16.28 9.18 16 8.62 16 8H6C6 9.11 5.11 10 4 10V14C5.11 14 6 14.9 6 16H13.04L13 16.5V18H2V6M11 9C12.66 9 14 10.34 14 12C14 13.66 12.66 15 11 15C9.34 15 8 13.66 8 12C8 10.34 9.34 9 11 9Z\" /></svg></li><li title=\"cash lock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cash-lock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.8 15C22.4 15 23 15.6 23 16.3V19.8C23 20.4 22.4 21 21.7 21H16.2C15.6 21 15 20.4 15 19.7V16.2C15 15.6 15.6 15 16.2 15V13.5C16.2 12.1 17.6 11 19 11C20.4 11 21.8 12.1 21.8 13.5V15M20.5 15V13.5C20.5 12.7 19.8 12.2 19 12.2C18.2 12.2 17.5 12.7 17.5 13.5V15H20.5M2 6H20V9.1L19 9C18.18 9 17.41 9.2 16.73 9.54C16.28 9.18 16 8.62 16 8H6C6 9.11 5.11 10 4 10V14C5.11 14 6 14.9 6 16H13.04L13 16.5V18H2V6M11 9C12.66 9 14 10.34 14 12C14 13.66 12.66 15 11 15C9.34 15 8 13.66 8 12C8 10.34 9.34 9 11 9Z\" /></svg></li><li title=\"cash marker \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cash-marker\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.5,16.8C17.8,16.8 17.3,16.2 17.3,15.6C17.3,14.9 17.9,14.4 18.5,14.4C19.1,14.4 19.7,15 19.7,15.6C19.8,16.2 19.2,16.8 18.5,16.8M18.5,12C16.6,12 15,13.6 15,15.5C15,18.1 18.5,22 18.5,22C18.5,22 22,18.1 22,15.5C22,13.6 20.4,12 18.5,12M14.9,11.3C14.6,10 13.4,9 12,9C10.3,9 9,10.3 9,12C9,13.7 10.3,15 12,15C12.4,15 12.7,14.9 13,14.8C13.2,13.4 13.9,12.2 14.9,11.3M13,16H7A2,2 0 0,0 5,14V10A2,2 0 0,0 7,8H17A2,2 0 0,0 19,10C19,10 20,10 21,10.6V6H3V18H13.5C13.3,17.3 13.1,16.7 13,16Z\" /></svg></li><li title=\"cash minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cash-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15 15V17H23V15M14.97 11.61C14.85 10.28 13.59 8.97 12 9C10.3 9.03 9 10.3 9 12C9 13.7 10.3 14.94 12 15C12.38 15 12.77 14.92 13.14 14.77C13.41 13.67 13.86 12.63 14.97 11.61M13 16H7C7 14.9 6.11 14 5 14V10C6.11 10 7 9.11 7 8H17C17 9.11 17.9 10 19 10V10.06C19.67 10.06 20.34 10.18 21 10.4V6H3V18H13.32C13.1 17.33 13 16.66 13 16Z\" /></svg></li><li title=\"cash multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cash-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,6H23V18H5V6M14,9A3,3 0 0,1 17,12A3,3 0 0,1 14,15A3,3 0 0,1 11,12A3,3 0 0,1 14,9M9,8A2,2 0 0,1 7,10V14A2,2 0 0,1 9,16H19A2,2 0 0,1 21,14V10A2,2 0 0,1 19,8H9M1,10H3V20H19V22H1V10Z\" /></svg></li><li title=\"cash plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cash-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15 15V17H18V20H20V17H23V15H20V12H18V15M14.97 11.61C14.85 10.28 13.59 8.97 12 9C10.3 9.03 9 10.3 9 12C9 13.7 10.3 14.94 12 15C12.38 15 12.77 14.92 13.14 14.77C13.41 13.67 13.86 12.63 14.97 11.61M13 16H7C7 14.9 6.11 14 5 14V10C6.11 10 7 9.11 7 8H17C17 9.11 17.9 10 19 10V10.06C19.67 10.06 20.34 10.18 21 10.4V6H3V18H13.32C13.1 17.33 13 16.66 13 16Z\" /></svg></li><li title=\"cash refund \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cash-refund\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12.3 8.93L9.88 6.5H15.5V10H17V5H9.88L12.3 2.57L11.24 1.5L7 5.75L11.24 10L12.3 8.93M12 14A3 3 0 1 0 15 17A3 3 0 0 0 12 14M3 11V23H21V11M19 19A2 2 0 0 0 17 21H7A2 2 0 0 0 5 19V15A2 2 0 0 0 7 13H17A2 2 0 0 0 19 15Z\" /></svg></li><li title=\"cash register \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cash-register\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,17H22V21H2V17M6.25,7H9V6H6V3H14V6H11V7H17.8C18.8,7 19.8,8 20,9L20.5,16H3.5L4.05,9C4.05,8 5.05,7 6.25,7M13,9V11H18V9H13M6,9V10H8V9H6M9,9V10H11V9H9M6,11V12H8V11H6M9,11V12H11V11H9M6,13V14H8V13H6M9,13V14H11V13H9M7,4V5H13V4H7Z\" /></svg></li><li title=\"cash remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cash-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.46 18.12L16.88 19.54L19 17.41L21.12 19.54L22.54 18.12L20.41 16L22.54 13.88L21.12 12.46L19 14.59L16.88 12.46L15.46 13.88L17.59 16M14.97 11.62C14.86 10.28 13.58 8.97 12 9C10.3 9.04 9 10.3 9 12C9 13.7 10.3 14.94 12 15C12.39 15 12.77 14.92 13.14 14.77C13.41 13.67 13.86 12.63 14.97 11.62M13 16H7C7 14.9 6.1 14 5 14V10C6.1 10 7 9.1 7 8H17C17 9.1 17.9 10 19 10V10.05C19.67 10.06 20.34 10.18 21 10.4V6H3V18H13.32C13.1 17.33 13 16.66 13 16Z\" /></svg></li><li title=\"cash \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cash\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,6H21V18H3V6M12,9A3,3 0 0,1 15,12A3,3 0 0,1 12,15A3,3 0 0,1 9,12A3,3 0 0,1 12,9M7,8A2,2 0 0,1 5,10V14A2,2 0 0,1 7,16H17A2,2 0 0,1 19,14V10A2,2 0 0,1 17,8H7Z\" /></svg></li><li title=\"cassette \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cassette\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,5A2,2 0 0,0 2,7V17A2,2 0 0,0 4,19H6L7,17H17L18,19H20A2,2 0 0,0 22,17V7A2,2 0 0,0 20,5H4M6.5,10A1.5,1.5 0 0,1 8,11.5A1.5,1.5 0 0,1 6.5,13A1.5,1.5 0 0,1 5,11.5A1.5,1.5 0 0,1 6.5,10M9,10H15V13H9V10M17.5,10A1.5,1.5 0 0,1 19,11.5A1.5,1.5 0 0,1 17.5,13A1.5,1.5 0 0,1 16,11.5A1.5,1.5 0 0,1 17.5,10Z\" /></svg></li><li title=\"cast audio variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cast-audio-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.5 12C14.5 10.62 13.38 9.5 12 9.5C10.62 9.5 9.5 10.62 9.5 12C9.5 13 10.09 13.84 10.93 14.25L9.82 15.35C8.73 14.64 8 13.41 8 12C8 9.79 9.79 8 12 8C14.21 8 16 9.79 16 12C16 13.41 15.27 14.64 14.18 15.35L13.08 14.25C13.92 13.84 14.5 13 14.5 12M12 2C6.5 2 2 6.5 2 12C2 15.06 3.38 17.8 5.54 19.63L6.61 18.57C4.71 17 3.5 14.64 3.5 12C3.5 7.31 7.31 3.5 12 3.5C16.69 3.5 20.5 7.31 20.5 12C20.5 14.64 19.29 17 17.39 18.57L18.46 19.63C20.62 17.79 22 15.06 22 12C22 6.5 17.5 2 12 2M19 12C19 8.13 15.87 5 12 5C8.13 5 5 8.13 5 12C5 14.23 6.05 16.22 7.68 17.5L8.75 16.43C7.39 15.42 6.5 13.82 6.5 12C6.5 8.97 8.97 6.5 12 6.5C15.03 6.5 17.5 8.97 17.5 12C17.5 13.82 16.61 15.42 15.25 16.43L16.33 17.5C17.95 16.22 19 14.23 19 12M6 22H18L12 16L6 22Z\" /></svg></li><li title=\"cast audio \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cast-audio\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2 11V13C7 13 11 17 11 22H13C13 15.9 8.1 11 2 11M20 2H10C8.9 2 8 2.9 8 4V10.5C9 11 9.9 11.7 10.7 12.4C11.6 11 13.2 10 15 10C17.8 10 20 12.2 20 15S17.8 20 15 20H14.8C14.9 20.7 15 21.3 15 22H20C21.1 22 22 21.1 22 20V4C22 2.9 21.1 2 20 2M15 8C13.9 8 13 7.1 13 6C13 4.9 13.9 4 15 4C16.1 4 17 4.9 17 6S16.1 8 15 8M15 18C14.8 18 14.5 18 14.3 17.9C13.8 16.4 13.1 15.1 12.2 13.9C12.6 12.8 13.7 11.9 15 11.9C16.7 11.9 18 13.2 18 14.9S16.7 18 15 18M2 15V17C4.8 17 7 19.2 7 22H9C9 18.1 5.9 15 2 15M2 19V22H5C5 20.3 3.7 19 2 19\" /></svg></li><li title=\"cast connected \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cast-connected\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,3H3C1.89,3 1,3.89 1,5V8H3V5H21V19H14V21H21A2,2 0 0,0 23,19V5C23,3.89 22.1,3 21,3M1,10V12A9,9 0 0,1 10,21H12C12,14.92 7.07,10 1,10M19,7H5V8.63C8.96,9.91 12.09,13.04 13.37,17H19M1,14V16A5,5 0 0,1 6,21H8A7,7 0 0,0 1,14M1,18V21H4A3,3 0 0,0 1,18Z\" /></svg></li><li title=\"cast education \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cast-education\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,3H3A2,2 0 0,0 1,5V8H3V5H21V19H14V21H21A2,2 0 0,0 23,19V5A2,2 0 0,0 21,3M1,18V21H4A3,3 0 0,0 1,18M1,14V16A5,5 0 0,1 6,21H8A7,7 0 0,0 1,14M1,10V12A9,9 0 0,1 10,21H12C12,14.92 7.07,10 1,10M11,11.09V13.09L14.5,15L18,13.09V11.09L14.5,13L11,11.09M14.5,6L9,9L14.5,12L20,9L14.5,6Z\" /></svg></li><li title=\"cast off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cast-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M1.6,1.27L0.25,2.75L1.41,3.8C1.16,4.13 1,4.55 1,5V8H3V5.23L18.2,19H14V21H20.41L22.31,22.72L23.65,21.24M6.5,3L8.7,5H21V16.14L23,17.95V5C23,3.89 22.1,3 21,3M1,10V12A9,9 0 0,1 10,21H12C12,14.92 7.08,10 1,10M1,14V16A5,5 0 0,1 6,21H8A7,7 0 0,0 1,14M1,18V21H4A3,3 0 0,0 1,18Z\" /></svg></li><li title=\"cast variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cast-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,22H18L12,16M21,3H3A2,2 0 0,0 1,5V17A2,2 0 0,0 3,19H7V17H3V5H21V17H17V19H21A2,2 0 0,0 23,17V5A2,2 0 0,0 21,3Z\" /></svg></li><li title=\"cast \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cast\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M1,10V12A9,9 0 0,1 10,21H12C12,14.92 7.07,10 1,10M1,14V16A5,5 0 0,1 6,21H8A7,7 0 0,0 1,14M1,18V21H4A3,3 0 0,0 1,18M21,3H3C1.89,3 1,3.89 1,5V8H3V5H21V19H14V21H21A2,2 0 0,0 23,19V5C23,3.89 22.1,3 21,3Z\" /></svg></li><li title=\"castle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-castle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,13H4V15H6V13H8V15H10V13H12V15H14V10L17,7V1H19L23,3L19,5V7L22,10V22H11V19A2,2 0 0,0 9,17A2,2 0 0,0 7,19V22H2V13M18,10C17.45,10 17,10.54 17,11.2V13H19V11.2C19,10.54 18.55,10 18,10Z\" /></svg></li><li title=\"cat \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cat\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,8L10.67,8.09C9.81,7.07 7.4,4.5 5,4.5C5,4.5 3.03,7.46 4.96,11.41C4.41,12.24 4.07,12.67 4,13.66L2.07,13.95L2.28,14.93L4.04,14.67L4.18,15.38L2.61,16.32L3.08,17.21L4.53,16.32C5.68,18.76 8.59,20 12,20C15.41,20 18.32,18.76 19.47,16.32L20.92,17.21L21.39,16.32L19.82,15.38L19.96,14.67L21.72,14.93L21.93,13.95L20,13.66C19.93,12.67 19.59,12.24 19.04,11.41C20.97,7.46 19,4.5 19,4.5C16.6,4.5 14.19,7.07 13.33,8.09L12,8M9,11A1,1 0 0,1 10,12A1,1 0 0,1 9,13A1,1 0 0,1 8,12A1,1 0 0,1 9,11M15,11A1,1 0 0,1 16,12A1,1 0 0,1 15,13A1,1 0 0,1 14,12A1,1 0 0,1 15,11M11,14H13L12.3,15.39C12.5,16.03 13.06,16.5 13.75,16.5A1.5,1.5 0 0,0 15.25,15H15.75A2,2 0 0,1 13.75,17C13,17 12.35,16.59 12,16V16H12C11.65,16.59 11,17 10.25,17A2,2 0 0,1 8.25,15H8.75A1.5,1.5 0 0,0 10.25,16.5C10.94,16.5 11.5,16.03 11.7,15.39L11,14Z\" /></svg></li><li title=\"cctv off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cctv-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.84 22.73L18.11 20H17C15.9 20 15 19.1 15 18V16.89L12.66 14.55L11.81 15.04C10.86 15.59 9.63 15.26 9.08 14.31L7.58 11.71C7.18 11 7.25 10.18 7.68 9.57L1.11 3L2.39 1.73L22.11 21.46L20.84 22.73M18.5 13C18.5 12.43 18.3 11.9 17.97 11.5L19.94 10.35C20.95 9.76 21.3 8.47 20.71 7.46L19.33 5.06C18.74 4.05 17.45 3.7 16.44 4.28L10.77 7.57L17.86 14.66C18.26 14.22 18.5 13.64 18.5 13M2 12.62L5.5 18.68L8.03 15.5L6.03 12.03L2 12.62Z\" /></svg></li><li title=\"cctv \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cctv\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6.03 12.03L8.03 15.5L5.5 18.68L2 12.62L6.03 12.03M17 18V15.29C17.88 14.9 18.5 14.03 18.5 13C18.5 12.43 18.3 11.9 17.97 11.5L19.94 10.35C20.95 9.76 21.3 8.47 20.71 7.46L19.33 5.06C18.74 4.05 17.45 3.7 16.44 4.28L8.31 9C7.36 9.53 7.03 10.75 7.58 11.71L9.08 14.31C9.63 15.26 10.86 15.59 11.81 15.04L13.69 13.96C13.94 14.55 14.41 15.03 15 15.29V18C15 19.1 15.9 20 17 20H22V18H17Z\" /></svg></li><li title=\"ceiling fan light \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ceiling-fan-light\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8 3V5H11V10.27C10.38 10.63 10 11.29 10 12V13H14V12C14 11.29 13.62 10.63 13 10.27V5H16V3H8M6 12C3.79 12 2 12.67 2 13.5C2 14.33 3.79 15 6 15S10 14.33 10 13.5C10 12.67 8.21 12 6 12M18 12C15.79 12 14 12.67 14 13.5C14 14.33 15.79 15 18 15S22 14.33 22 13.5C22 12.67 20.21 12 18 12M10 14V15C10 15.72 10.38 16.38 11 16.73C11.62 17.09 12.38 17.09 13 16.73C13.62 16.38 14 15.71 14 15V14H10M13 19V22H11V19H13M15.88 16.46L18 18.59L16.59 20L14.47 17.88L15.88 16.46M9.54 17.88L7.41 20L6 18.59L8.12 16.47L9.54 17.88\" /></svg></li><li title=\"ceiling fan \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ceiling-fan\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8 3V5H11V10.27C10.38 10.63 10 11.29 10 12V13H14V12C14 11.29 13.62 10.63 13 10.27V5H16V3H8M6 12C3.79 12 2 12.67 2 13.5S3.79 15 6 15 10 14.33 10 13.5 8.21 12 6 12M18 12C15.79 12 14 12.67 14 13.5S15.79 15 18 15 22 14.33 22 13.5 20.21 12 18 12M10 14V15C10 15.72 10.38 16.38 11 16.73C11.62 17.09 12.38 17.09 13 16.73C13.62 16.38 14 15.71 14 15V14H10Z\" /></svg></li><li title=\"ceiling light multiple outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ceiling-light-multiple-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.76 13L18.76 17H9.24L11.24 13H16.76M15 6H13V11H10L6 19H22L18 11H15V6M16 20C16 21.11 15.11 22 14 22S12 21.11 12 20H16M8.21 10.11L8.76 9H11V2H9V7H6L2 15H5.76L8.21 10.11Z\" /></svg></li><li title=\"ceiling light multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ceiling-light-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10 11H13V6H15V11H18L22 19H6L10 11M16 20C16 21.11 15.11 22 14 22S12 21.11 12 20H16M8.21 10.11L8.76 9H11V2H9V7H6L2 15H5.76L8.21 10.11Z\" /></svg></li><li title=\"ceiling light outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ceiling-light-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.76 11L16.76 15H7.24L9.24 11H14.76M13 4H11V9H8L4 17H20L16 9H13V4M14 18H10C10 19.11 10.9 20 12 20S14 19.11 14 18Z\" /></svg></li><li title=\"ceiling light \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ceiling-light\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8,9H11V4H13V9H16L20,17H4L8,9M14,18A2,2 0 0,1 12,20A2,2 0 0,1 10,18H14Z\" /></svg></li><li title=\"cellphone arrow down variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cellphone-arrow-down-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 14L23 9L21.6 7.6L19 10.2V3H17V10.2L14.4 7.6L13 9L18 14M19 16V21C19 22.1 18.1 23 17 23H7C5.9 23 5 22.1 5 21V3C5 1.9 5.9 1 7 1H14V5H7V19H17V16H19Z\" /></svg></li><li title=\"cellphone arrow down \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cellphone-arrow-down\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,1H7A2,2 0 0,0 5,3V21A2,2 0 0,0 7,23H17A2,2 0 0,0 19,21V3A2,2 0 0,0 17,1M17,19H7V5H17V19M16,13H13V8H11V13H8L12,17L16,13Z\" /></svg></li><li title=\"cellphone basic \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cellphone-basic\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,2A1,1 0 0,0 14,3V6H10C8.89,6 8,6.89 8,8V20C8,21.11 8.89,22 10,22H15C16.11,22 17,21.11 17,20V8C17,7.26 16.6,6.62 16,6.28V3A1,1 0 0,0 15,2M10,8H15V13H10V8M10,15H11V16H10V15M12,15H13V16H12V15M14,15H15V16H14V15M10,17H11V18H10V17M12,17H13V18H12V17M14,17H15V18H14V17M10,19H11V20H10V19M12,19H13V20H12V19M14,19H15V20H14V19Z\" /></svg></li><li title=\"cellphone charging \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cellphone-charging\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11 18.5V13H9L13 5.5V11H15M17 19H7V5H17M17 1H7C5.89 1 5 1.89 5 3V21A2 2 0 0 0 7 23H17A2 2 0 0 0 19 21V3C19 1.89 18.1 1 17 1Z\" /></svg></li><li title=\"cellphone check \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cellphone-check\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.54 23H7C5.9 23 5 22.11 5 21V3C5 1.89 5.89 1 7 1H17C18.1 1 19 1.89 19 3V13C18.3 13 17.63 13.13 17 13.35V5H7V19H13C13 20.54 13.58 21.94 14.54 23M17.75 22.16L15 19.16L16.16 18L17.75 19.59L21.34 16L22.5 17.41L17.75 22.16\" /></svg></li><li title=\"cellphone cog \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cellphone-cog\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9.82,12.5C9.84,12.33 9.86,12.17 9.86,12C9.86,11.83 9.84,11.67 9.82,11.5L10.9,10.69C11,10.62 11,10.5 10.96,10.37L9.93,8.64C9.87,8.53 9.73,8.5 9.62,8.53L8.34,9.03C8.07,8.83 7.78,8.67 7.47,8.54L7.27,7.21C7.27,7.09 7.16,7 7.03,7H5C4.85,7 4.74,7.09 4.72,7.21L4.5,8.53C4.21,8.65 3.92,8.83 3.65,9L2.37,8.5C2.25,8.47 2.12,8.5 2.06,8.63L1.03,10.36C0.97,10.5 1,10.61 1.1,10.69L2.18,11.5C2.16,11.67 2.15,11.84 2.15,12C2.15,12.17 2.17,12.33 2.19,12.5L1.1,13.32C1,13.39 1,13.53 1.04,13.64L2.07,15.37C2.13,15.5 2.27,15.5 2.38,15.5L3.66,15C3.93,15.18 4.22,15.34 4.53,15.47L4.73,16.79C4.74,16.91 4.85,17 5,17H7.04C7.17,17 7.28,16.91 7.29,16.79L7.5,15.47C7.8,15.35 8.09,15.17 8.36,15L9.64,15.5C9.76,15.53 9.89,15.5 9.95,15.37L11,13.64C11.04,13.53 11,13.4 10.92,13.32L9.82,12.5M6,13.75C5,13.75 4.2,12.97 4.2,12C4.2,11.03 5,10.25 6,10.25C7,10.25 7.8,11.03 7.8,12C7.8,12.97 7,13.75 6,13.75M17,1H7A2,2 0 0,0 5,3V6H7V4H17V20H7V18H5V21A2,2 0 0,0 7,23H17A2,2 0 0,0 19,21V3A2,2 0 0,0 17,1Z\" /></svg></li><li title=\"cellphone dock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cellphone-dock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,15H8V5H16M16,1H8C6.89,1 6,1.89 6,3V17A2,2 0 0,0 8,19H16A2,2 0 0,0 18,17V3C18,1.89 17.1,1 16,1M8,23H16V21H8V23Z\" /></svg></li><li title=\"cellphone information \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cellphone-information\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 7H11V9H13V7M13 11H11V17H13V11M17 1H7C5.9 1 5 1.9 5 3V21C5 22.1 5.9 23 7 23H17C18.1 23 19 22.1 19 21V3C19 1.9 18.1 1 17 1M17 19H7V5H17V19Z\" /></svg></li><li title=\"cellphone key \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cellphone-key\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7 1C5.9 1 5 1.9 5 3V7H7V4H17V20H7V17H5V21C5 22.1 5.9 23 7 23H17C18.1 23 19 22.1 19 21V3C19 1.9 18.1 1 17 1H7M6 9C4.3 9 3 10.3 3 12S4.3 15 6 15C7.3 15 8.4 14.2 8.8 13H11V15H13V13H15V11H8.8C8.4 9.8 7.3 9 6 9M6 11C6.6 11 7 11.4 7 12S6.6 13 6 13 5 12.6 5 12 5.4 11 6 11Z\" /></svg></li><li title=\"cellphone link off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cellphone-link-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23,8H17A1,1 0 0,0 16,9V13.18L18,15.18V10H22V17H19.82L22.82,20H23A1,1 0 0,0 24,19V9A1,1 0 0,0 23,8M4,6.27L14.73,17H4V6.27M1.92,1.65L0.65,2.92L2.47,4.74C2.18,5.08 2,5.5 2,6V17H0V20H17.73L20.08,22.35L21.35,21.08L3.89,3.62L1.92,1.65M22,6V4H6.82L8.82,6H22Z\" /></svg></li><li title=\"cellphone link \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cellphone-link\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,17H18V10H22M23,8H17A1,1 0 0,0 16,9V19A1,1 0 0,0 17,20H23A1,1 0 0,0 24,19V9A1,1 0 0,0 23,8M4,6H22V4H4A2,2 0 0,0 2,6V17H0V20H14V17H4V6Z\" /></svg></li><li title=\"cellphone lock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cellphone-lock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,1H7A2,2 0 0,0 5,3V6H7V4H17V20H7V18H5V21A2,2 0 0,0 7,23H17A2,2 0 0,0 19,21V3A2,2 0 0,0 17,1M8.8,11V9.5C8.8,8.1 7.4,7 6,7C4.6,7 3.2,8.1 3.2,9.5V11C2.6,11 2,11.6 2,12.2V15.7C2,16.4 2.6,17 3.2,17H8.7C9.4,17 10,16.4 10,15.8V12.3C10,11.6 9.4,11 8.8,11M7.5,11H4.5V9.5C4.5,8.7 5.2,8.2 6,8.2C6.8,8.2 7.5,8.7 7.5,9.5V11Z\" /></svg></li><li title=\"cellphone marker \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cellphone-marker\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.5 13C16.6 13 15 14.61 15 16.5C15 19.11 18.5 23 18.5 23S22 19.11 22 16.5C22 14.61 20.4 13 18.5 13M18.5 17.81C17.8 17.81 17.3 17.21 17.3 16.61C17.3 15.91 17.9 15.41 18.5 15.41S19.7 16 19.7 16.61C19.8 17.21 19.2 17.81 18.5 17.81M15.91 23H7C5.9 23 5 22.11 5 21V3C5 1.89 5.89 1 7 1H17C18.1 1 19 1.89 19 3V11.03C18.84 11 18.67 11 18.5 11C18 11 17.5 11.08 17 11.22V5H7V19H13.54C14.14 20.5 15.12 21.97 15.91 23Z\" /></svg></li><li title=\"cellphone message off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cellphone-message-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2.39 1.73L1.11 3L2.22 4.11C2.08 4.38 2 4.68 2 5V19C2 20.1 2.89 21 4 21H11C12.1 21 13 20.1 13 19V14.89L20.84 22.73L22.11 21.46L2.39 1.73M11 17H4V7H5.11L11 12.89V17M23 4.5V7.5C23 8.33 22.33 9 21.5 9H18L15.1 11.9L15 11.8V4.5C15 3.67 15.67 3 16.5 3H21.5C22.33 3 23 3.67 23 4.5M10.2 7L6.2 3H11C12.1 3 13 3.9 13 5V9.8L11 7.8V7H10.2\" /></svg></li><li title=\"cellphone message \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cellphone-message\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,17V7H4V17H11M11,3A2,2 0 0,1 13,5V19A2,2 0 0,1 11,21H4C2.89,21 2,20.1 2,19V5A2,2 0 0,1 4,3H11M16.5,3H21.5A1.5,1.5 0 0,1 23,4.5V7.5A1.5,1.5 0 0,1 21.5,9H18L15,12V9L15,4.5A1.5,1.5 0 0,1 16.5,3Z\" /></svg></li><li title=\"cellphone nfc off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cellphone-nfc-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.84 22.73L18.85 20.74C18.56 21.5 17.84 22 17 22H14.92C14.81 20.59 14.5 19.25 13.97 18H16.11L7 8.89V11C6.36 10.74 5.69 10.53 5 10.37V6.89L1.11 3L2.39 1.73L22.11 21.46L20.84 22.73M17 5V13.8L19 15.8V3C19 1.9 18.11 1 17 1H7C6.24 1 5.59 1.43 5.25 2.05L8.2 5H17M2 20V23H5C5 21.34 3.66 20 2 20M2 16V18C4.76 18 7 20.24 7 23H9C9 19.13 5.87 16 2 16M2 12V14C6.97 14 11 18.03 11 23H13C13 16.92 8.08 12 2 12Z\" /></svg></li><li title=\"cellphone nfc \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cellphone-nfc\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,16V18A5,5 0 0,1 7,23H9A7,7 0 0,0 2,16M2,20V23H5A3,3 0 0,0 2,20M2,12V14A9,9 0 0,1 11,23H13C13,16.92 8.08,12 2,12M17,1H7A2,2 0 0,0 5,3V10.37C5.69,10.53 6.36,10.74 7,11V5H17V18H13.97C14.5,19.25 14.81,20.59 14.92,22H17A2,2 0 0,0 19,20V3A2,2 0 0,0 17,1Z\" /></svg></li><li title=\"cellphone off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cellphone-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2.38,1.73L1.11,3L5,6.89V21A2,2 0 0,0 7,23H17A2,2 0 0,0 19,21V20.89L20.84,22.73L22.11,21.46M17,19H7V8.89L17,18.89V19M17,5V13.8L19,15.8V3A2,2 0 0,0 17,1H7C6.28,1 5.6,1.37 5.24,2L8.24,5H17Z\" /></svg></li><li title=\"cellphone play \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cellphone-play\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17 19H7V5H17M17 1H7C5.89 1 5 1.89 5 3V21C5 22.1 5.9 23 7 23H17C18.1 23 19 22.1 19 21V3C19 1.89 18.1 1 17 1M10 9V15L14 12L10 9Z\" /></svg></li><li title=\"cellphone remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cellphone-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.54 16.88L21.12 15.47L19 17.59L16.88 15.47L15.47 16.88L17.59 19L15.47 21.12L16.88 22.54L19 20.41L21.12 22.54L22.54 21.12L20.41 19L22.54 16.88M14.54 23H7C5.9 23 5 22.11 5 21V3C5 1.89 5.89 1 7 1H17C18.1 1 19 1.89 19 3V13C18.3 13 17.63 13.13 17 13.35V5H7V19H13C13 20.54 13.58 21.94 14.54 23Z\" /></svg></li><li title=\"cellphone screenshot \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cellphone-screenshot\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7,1A2,2 0 0,0 5,3V21A2,2 0 0,0 7,23H17A2,2 0 0,0 19,21V3A2,2 0 0,0 17,1H7M7,4H17V20H7V4M9,6V10H10.5V7.5H13V6H9M13.5,14V16.5H11V18H15V14H13.5Z\" /></svg></li><li title=\"cellphone settings \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cellphone-settings\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,16H8V4H16M16,0H8A2,2 0 0,0 6,2V18A2,2 0 0,0 8,20H16A2,2 0 0,0 18,18V2A2,2 0 0,0 16,0M15,24H17V22H15M11,24H13V22H11M7,24H9V22H7V24Z\" /></svg></li><li title=\"cellphone sound \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cellphone-sound\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.1,8.7C20.9,10.5 20.9,13.3 19.1,15.2L20.1,16.2C22.6,13.9 22.6,10.1 20.1,7.7L19.1,8.7M18,9.8L17,10.8C17.5,11.5 17.5,12.4 17,13.1L18,14.1C19.2,12.9 19.2,11.1 18,9.8M14,1H4A2,2 0 0,0 2,3V21A2,2 0 0,0 4,23H14A2,2 0 0,0 16,21V3A2,2 0 0,0 14,1M14,20H4V4H14V20Z\" /></svg></li><li title=\"cellphone text \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cellphone-text\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,19V5H7V19H17M17,1A2,2 0 0,1 19,3V21A2,2 0 0,1 17,23H7C5.89,23 5,22.1 5,21V3C5,1.89 5.89,1 7,1H17M9,7H15V9H9V7M9,11H13V13H9V11Z\" /></svg></li><li title=\"cellphone wireless \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cellphone-wireless\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.07,4.93C21.88,6.74 23,9.24 23,12C23,14.76 21.88,17.26 20.07,19.07L18.66,17.66C20.11,16.22 21,14.22 21,12C21,9.79 20.11,7.78 18.66,6.34L20.07,4.93M17.24,7.76C18.33,8.85 19,10.35 19,12C19,13.65 18.33,15.15 17.24,16.24L15.83,14.83C16.55,14.11 17,13.11 17,12C17,10.89 16.55,9.89 15.83,9.17L17.24,7.76M13,10A2,2 0 0,1 15,12A2,2 0 0,1 13,14A2,2 0 0,1 11,12A2,2 0 0,1 13,10M11.5,1A2.5,2.5 0 0,1 14,3.5V8H12V4H3V19H12V16H14V20.5A2.5,2.5 0 0,1 11.5,23H3.5A2.5,2.5 0 0,1 1,20.5V3.5A2.5,2.5 0 0,1 3.5,1H11.5Z\" /></svg></li><li title=\"cellphone \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cellphone\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,19H7V5H17M17,1H7C5.89,1 5,1.89 5,3V21A2,2 0 0,0 7,23H17A2,2 0 0,0 19,21V3C19,1.89 18.1,1 17,1Z\" /></svg></li><li title=\"centos \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-centos\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.07 14.93L22 12L19.07 9.07V4.93H14.93L12 2L9.07 4.93H4.93V9.07L2 12L4.93 14.93V19.07H9.07L12 22L14.93 19.07H19.07V14.93M21.41 12L19.07 14.34V12.46H13.69L13.23 12L13.69 11.54H19.07V9.66L21.41 12M18.66 14.76L17.32 16.09L14.11 12.87H18.66V14.76M12.46 13.1L12 12.65L11.54 13.1V12.46H10.9L11.36 12L10.9 11.54H11.54V10.9L12 11.36L12.46 10.9V11.54H13.1L12.65 12L13.1 12.46H12.46V13.1M14.11 11.13L17.32 7.91L18.66 9.24V11.13H14.11M18.66 5.35V8.65L17.32 7.32L13.5 11.13H12.87V10.5L16.68 6.68L15.35 5.35H18.66M12.87 9.89V5.35H14.76L16.09 6.68L12.87 9.89M12 2.59L14.34 4.93H12.46V10.31L12 10.77L11.54 10.31V4.93H9.66L12 2.59M11.13 9.89L7.91 6.68L9.24 5.35H11.13V9.89M5.35 5.35H8.65L7.32 6.68L11.13 10.5V11.13H10.5L6.68 7.32L5.35 8.65V5.35M5.35 9.24L6.68 7.91L9.89 11.13H5.35V9.24M2.59 12L4.93 9.66V11.54H10.31L10.77 12L10.31 12.46H4.93V14.34L2.59 12M9.89 12.87L6.68 16.09L5.35 14.76V12.87H9.89M5.35 18.66V15.35L6.68 16.68L10.5 12.87H11.13V13.5L7.32 17.32L8.65 18.65H5.35M11.13 14.11V18.66H9.24L7.91 17.32L11.13 14.11M12 21.41L9.66 19.07H11.54V13.69L12 13.23L12.46 13.69V19.07H14.34L12 21.41M12.87 14.11L16.09 17.32L14.76 18.66H12.87V14.11M15.35 18.66L16.68 17.32L12.87 13.5V12.87H13.5L17.32 16.68L18.65 15.35V18.66H15.35Z\" /></svg></li><li title=\"certificate outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-certificate-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 21L15 20L17 21V14H13M17 9V7L15 8L13 7V9L11 10L13 11V13L15 12L17 13V11L19 10M20 3H4A2 2 0 0 0 2 5V15A2 2 0 0 0 4 17H11V15H4V5H20V15H19V17H20A2 2 0 0 0 22 15V5A2 2 0 0 0 20 3M11 8H5V6H11M9 11H5V9H9M11 14H5V12H11Z\" /></svg></li><li title=\"certificate \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-certificate\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,3C2.89,3 2,3.89 2,5V15A2,2 0 0,0 4,17H12V22L15,19L18,22V17H20A2,2 0 0,0 22,15V8L22,6V5A2,2 0 0,0 20,3H16V3H4M12,5L15,7L18,5V8.5L21,10L18,11.5V15L15,13L12,15V11.5L9,10L12,8.5V5M4,5H9V7H4V5M4,9H7V11H4V9M4,13H9V15H4V13Z\" /></svg></li><li title=\"chair rolling \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chair-rolling\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 10V13H19V10H22M2 13H5V10H2V13M17 5C17 3.9 16.1 3 15 3H9C7.9 3 7 3.9 7 5V13H17V5M7 15H6V17H11V18L7 22H9.8L12 19.8L14.2 22H17L13 18V17H18V15H7Z\" /></svg></li><li title=\"chair school \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chair-school\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,5V7H17L13.53,12H16V14H14.46L18.17,22H15.97L15.04,20H6.38L5.35,22H3.1L7.23,14H7C6.55,14 6.17,13.7 6.04,13.3L2.87,3.84L3.82,3.5C4.34,3.34 4.91,3.63 5.08,4.15L7.72,12H12.1L15.57,7H12V5H22M9.5,14L7.42,18H14.11L12.26,14H9.5Z\" /></svg></li><li title=\"chandelier \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chandelier\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15 13.1C15 14.76 13.66 16.1 12 16.1S9 14.76 9 13.1 10.34 10.1 12 10.1 15 11.44 15 13.1M9 2V3C9 4.11 9.9 5 11 5V9.1C11.32 9.04 11.66 9 12 9S12.68 9.04 13 9.1V5C14.11 5 15 4.11 15 3V2H9M4 11.1C2.34 11.1 1 12.44 1 14.1S2.34 17.1 4 17.1 7 15.76 7 14.1 5.66 11.1 4 11.1M20 11.1C18.34 11.1 17 12.44 17 14.1S18.34 17.1 20 17.1 23 15.76 23 14.1 21.66 11.1 20 11.1M20 18.1C19.32 18.1 18.67 17.96 18.08 17.71C17.6 17.95 17.07 18.1 16.5 18.1C15.39 18.1 14.41 17.57 13.77 16.77C13.22 17 12.63 17.1 12 17.1S10.78 17 10.23 16.77C9.59 17.57 8.61 18.1 7.5 18.1C6.93 18.1 6.4 17.95 5.92 17.71C5.33 17.96 4.68 18.1 4 18.1C3.73 18.1 3.46 18.06 3.2 18C4.21 19.29 5.76 20.1 7.5 20.1C8.83 20.1 10.05 19.63 11 18.84V21.1C11 21.65 11.45 22.1 12 22.1C12.55 22.1 13 21.65 13 21.1V18.84C13.95 19.63 15.17 20.1 16.5 20.1C18.24 20.1 19.79 19.29 20.8 18C20.54 18.06 20.27 18.1 20 18.1Z\" /></svg></li><li title=\"charity \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-charity\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12.75,3.94C13.75,3.22 14.91,2.86 16.22,2.86C16.94,2.86 17.73,3.05 18.59,3.45C19.45,3.84 20.13,4.3 20.63,4.83C21.66,6.11 22.09,7.6 21.94,9.3C21.78,11 21.22,12.33 20.25,13.27L12.66,20.86C12.47,21.05 12.23,21.14 11.95,21.14C11.67,21.14 11.44,21.05 11.25,20.86C11.06,20.67 10.97,20.44 10.97,20.16C10.97,19.88 11.06,19.64 11.25,19.45L15.84,14.86C16.09,14.64 16.09,14.41 15.84,14.16C15.59,13.91 15.36,13.91 15.14,14.16L10.55,18.75C10.36,18.94 10.13,19.03 9.84,19.03C9.56,19.03 9.33,18.94 9.14,18.75C8.95,18.56 8.86,18.33 8.86,18.05C8.86,17.77 8.95,17.53 9.14,17.34L13.73,12.75C14,12.5 14,12.25 13.73,12C13.5,11.75 13.28,11.75 13.03,12L8.44,16.64C8.25,16.83 8,16.92 7.73,16.92C7.45,16.92 7.21,16.83 7,16.64C6.8,16.45 6.7,16.22 6.7,15.94C6.7,15.66 6.81,15.41 7.03,15.19L11.63,10.59C11.88,10.34 11.88,10.11 11.63,9.89C11.38,9.67 11.14,9.67 10.92,9.89L6.28,14.5C6.06,14.7 5.83,14.81 5.58,14.81C5.3,14.81 5.06,14.71 4.88,14.5C4.69,14.3 4.59,14.06 4.59,13.78C4.59,13.5 4.69,13.27 4.88,13.08C7.94,10 9.83,8.14 10.55,7.45L14.11,10.97C14.5,11.34 14.95,11.53 15.5,11.53C16.2,11.53 16.75,11.25 17.16,10.69C17.44,10.28 17.54,9.83 17.46,9.33C17.38,8.83 17.17,8.41 16.83,8.06L12.75,3.94M14.81,10.27L10.55,6L3.47,13.08C2.63,12.23 2.15,10.93 2.04,9.16C1.93,7.4 2.41,5.87 3.47,4.59C4.66,3.41 6.08,2.81 7.73,2.81C9.39,2.81 10.8,3.41 11.95,4.59L16.22,8.86C16.41,9.05 16.5,9.28 16.5,9.56C16.5,9.84 16.41,10.08 16.22,10.27C16.03,10.45 15.8,10.55 15.5,10.55C15.23,10.55 15,10.45 14.81,10.27V10.27Z\" /></svg></li><li title=\"chart arc \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chart-arc\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.18,19.6L14.17,16.12C15.15,15.4 15.83,14.28 15.97,13H20C19.83,15.76 18.35,18.16 16.18,19.6M13,7.03V3C17.3,3.26 20.74,6.7 21,11H16.97C16.74,8.91 15.09,7.26 13,7.03M7,12.5C7,13.14 7.13,13.75 7.38,14.3L3.9,16.31C3.32,15.16 3,13.87 3,12.5C3,7.97 6.54,4.27 11,4V8.03C8.75,8.28 7,10.18 7,12.5M11.5,21C8.53,21 5.92,19.5 4.4,17.18L7.88,15.17C8.7,16.28 10,17 11.5,17C12.14,17 12.75,16.87 13.3,16.62L15.31,20.1C14.16,20.68 12.87,21 11.5,21Z\" /></svg></li><li title=\"chart areaspline variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chart-areaspline-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,21H2V3H4V15.54L9.5,6L16,9.78L20.24,2.45L21.97,3.45L22,21Z\" /></svg></li><li title=\"chart areaspline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chart-areaspline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17.45,15.18L22,7.31V19L22,21H2V3H4V15.54L9.5,6L16,9.78L20.24,2.45L21.97,3.45L16.74,12.5L10.23,8.75L4.31,19H6.57L10.96,11.44L17.45,15.18Z\" /></svg></li><li title=\"chart bar stacked \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chart-bar-stacked\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,21H2V3H4V19H6V17H10V19H12V16H16V19H18V17H22V21M18,14H22V16H18V14M12,6H16V9H12V6M16,15H12V10H16V15M6,10H10V12H6V10M10,16H6V13H10V16Z\" /></svg></li><li title=\"chart bar \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chart-bar\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,21H2V3H4V19H6V10H10V19H12V6H16V19H18V14H22V21Z\" /></svg></li><li title=\"chart bell curve cumulative \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chart-bell-curve-cumulative\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 19V20H22V22H2V2H4V17C7 17 10 15 12.1 11.4C15.1 6.4 18.4 4 22 4V6C19.2 6 16.5 8.1 13.9 12.5C11.3 16.6 7.7 19 4 19Z\" /></svg></li><li title=\"chart bell curve \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chart-bell-curve\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9.96,11.31C10.82,8.1 11.5,6 13,6C14.5,6 15.18,8.1 16.04,11.31C17,14.92 18.1,19 22,19V17C19.8,17 19,14.54 17.97,10.8C17.08,7.46 16.15,4 13,4C9.85,4 8.92,7.46 8.03,10.8C7.03,14.54 6.2,17 4,17V2H2V22H22V20H4V19C7.9,19 9,14.92 9.96,11.31Z\" /></svg></li><li title=\"chart box outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chart-box-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9 17H7V10H9V17M13 17H11V7H13V17M17 17H15V13H17V17M19 19H5V5H19V19.1M19 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3Z\" /></svg></li><li title=\"chart box plus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chart-box-plus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 5V7H19V10H17V7H14V5H17V2H19V5H22M19 19H5V5H11V3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V13H19V19M15 13V17H17V13H15M11 17H13V9H11V17M9 17V11H7V17H9Z\" /></svg></li><li title=\"chart box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chart-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3M9 17H7V10H9V17M13 17H11V7H13V17M17 17H15V13H17V17Z\" /></svg></li><li title=\"chart bubble \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chart-bubble\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.2,11.2C8.97,11.2 10.4,12.63 10.4,14.4C10.4,16.17 8.97,17.6 7.2,17.6C5.43,17.6 4,16.17 4,14.4C4,12.63 5.43,11.2 7.2,11.2M14.8,16A2,2 0 0,1 16.8,18A2,2 0 0,1 14.8,20A2,2 0 0,1 12.8,18A2,2 0 0,1 14.8,16M15.2,4A4.8,4.8 0 0,1 20,8.8C20,11.45 17.85,13.6 15.2,13.6A4.8,4.8 0 0,1 10.4,8.8C10.4,6.15 12.55,4 15.2,4Z\" /></svg></li><li title=\"chart donut variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chart-donut-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,2.05C18.05,2.55 22,6.82 22,12C22,13.45 21.68,14.83 21.12,16.07L18.5,14.54C18.82,13.75 19,12.9 19,12C19,8.47 16.39,5.57 13,5.08V2.05M12,19C14.21,19 16.17,18 17.45,16.38L20.05,17.91C18.23,20.39 15.3,22 12,22C6.47,22 2,17.5 2,12C2,6.81 5.94,2.55 11,2.05V5.08C7.61,5.57 5,8.47 5,12A7,7 0 0,0 12,19M12,6A6,6 0 0,1 18,12C18,14.97 15.84,17.44 13,17.92V14.83C14.17,14.42 15,13.31 15,12A3,3 0 0,0 12,9L11.45,9.05L9.91,6.38C10.56,6.13 11.26,6 12,6M6,12C6,10.14 6.85,8.5 8.18,7.38L9.72,10.05C9.27,10.57 9,11.26 9,12C9,13.31 9.83,14.42 11,14.83V17.92C8.16,17.44 6,14.97 6,12Z\" /></svg></li><li title=\"chart donut \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chart-donut\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,2.05V5.08C16.39,5.57 19,8.47 19,12C19,12.9 18.82,13.75 18.5,14.54L21.12,16.07C21.68,14.83 22,13.45 22,12C22,6.82 18.05,2.55 13,2.05M12,19A7,7 0 0,1 5,12C5,8.47 7.61,5.57 11,5.08V2.05C5.94,2.55 2,6.81 2,12A10,10 0 0,0 12,22C15.3,22 18.23,20.39 20.05,17.91L17.45,16.38C16.17,18 14.21,19 12,19Z\" /></svg></li><li title=\"chart gantt \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chart-gantt\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,5H10V2H12V22H10V18H6V15H10V13H4V10H10V8H2V5M14,5H17V8H14V5M14,10H19V13H14V10M14,15H22V18H14V15Z\" /></svg></li><li title=\"chart histogram \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chart-histogram\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,3H5V13H9V7H13V11H17V15H21V21H3V3Z\" /></svg></li><li title=\"chart line stacked \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chart-line-stacked\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17.45,15.18L22,6.81V19L22,21H2V3H4V15.54L4,19H4.31L6,19H6.57L10.96,11.44L17.45,15.18M22,3L21.97,3.45L17,11L10,6L6,12V3H22Z\" /></svg></li><li title=\"chart line variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chart-line-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3.5,18.5L9.5,12.5L13.5,16.5L22,6.92L20.59,5.5L13.5,13.5L9.5,9.5L2,17L3.5,18.5Z\" /></svg></li><li title=\"chart line \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chart-line\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,11.78L20.24,4.45L21.97,5.45L16.74,14.5L10.23,10.75L5.46,19H22V21H2V3H4V17.54L9.5,8L16,11.78Z\" /></svg></li><li title=\"chart multiline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chart-multiline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,6.92L20.59,5.5L17.74,8.72C15.68,6.4 12.83,5 9.61,5C6.72,5 4.07,6.16 2,8L3.42,9.42C5.12,7.93 7.27,7 9.61,7C12.35,7 14.7,8.26 16.38,10.24L13.5,13.5L9.5,9.5L2,17L3.5,18.5L9.5,12.5L13.5,16.5L17.55,11.93C18.3,13.28 18.8,14.83 19,16.5H21C20.78,14.18 20.05,12.09 18.96,10.34L22,6.92Z\" /></svg></li><li title=\"chart multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chart-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 16V18H6V2H8V13.57L13.71 4.57L16.87 6.68L19.29 4.26L20.71 5.68L17.13 9.29L14.29 7.4L8.82 16M4 20V4H2V22H22V20Z\" /></svg></li><li title=\"chart pie \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chart-pie\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,2V22C5.9,21.5 2,17.2 2,12C2,6.8 5.9,2.5 11,2M13,2V11H22C21.5,6.2 17.8,2.5 13,2M13,13V22C17.7,21.5 21.5,17.8 22,13H13Z\" /></svg></li><li title=\"chart ppf \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chart-ppf\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5 6V8C8.2 8 11.36 9.18 13.57 11.15C15.64 13 16.83 15.5 17 18H18.97A14 12.5 0 0 0 5 6M22 21H2V3H4V19H22Z\" /></svg></li><li title=\"chart sankey variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chart-sankey-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 4V6H4V4H2V12H4V10C8.16 10 9.92 12.11 11.77 14.34S15.65 19 20 19V21H22V15H20V17C16.59 17 15.07 15.17 13.31 13.06C11.34 10.69 9.1 8 4 8H20V10H22V4Z\" /></svg></li><li title=\"chart sankey \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chart-sankey\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 5H4V2H2V22H22V20H4V9C8.09 9 10.13 11 12.29 13.21S17.09 18 22 18V16C17.91 16 15.87 14 13.71 11.79S8.91 7 4 7H22Z\" /></svg></li><li title=\"chart scatter plot hexbin \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chart-scatter-plot-hexbin\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,2H4V20H22V22H2V2M14,14.5L12,18H7.94L5.92,14.5L7.94,11H12L14,14.5M14.08,6.5L12.06,10H8L6,6.5L8,3H12.06L14.08,6.5M21.25,10.5L19.23,14H15.19L13.17,10.5L15.19,7H19.23L21.25,10.5Z\" /></svg></li><li title=\"chart scatter plot \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chart-scatter-plot\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,2H4V20H22V22H2V2M9,10A3,3 0 0,1 12,13A3,3 0 0,1 9,16A3,3 0 0,1 6,13A3,3 0 0,1 9,10M13,2A3,3 0 0,1 16,5A3,3 0 0,1 13,8A3,3 0 0,1 10,5A3,3 0 0,1 13,2M18,12A3,3 0 0,1 21,15A3,3 0 0,1 18,18A3,3 0 0,1 15,15A3,3 0 0,1 18,12Z\" /></svg></li><li title=\"chart timeline variant shimmer \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chart-timeline-variant-shimmer\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 8C19.5 8 18.7 9.4 19.1 10.5L15.5 14.1C15.2 14 14.8 14 14.5 14.1L11.9 11.5C12.3 10.4 11.5 9 10 9C8.6 9 7.7 10.4 8.1 11.5L3.5 16C2.4 15.7 1 16.5 1 18C1 19.1 1.9 20 3 20C4.4 20 5.3 18.6 4.9 17.5L9.4 12.9C9.7 13 10.1 13 10.4 12.9L13 15.5C12.7 16.5 13.5 18 15 18C16.5 18 17.3 16.6 16.9 15.5L20.5 11.9C21.6 12.2 23 11.4 23 10C23 8.9 22.1 8 21 8M15 9L15.9 6.9L18 6L15.9 5.1L15 3L14.1 5.1L12 6L14.1 6.9L15 9M3.5 11L4 9L6 8.5L4 8L3.5 6L3 8L1 8.5L3 9L3.5 11Z\" /></svg></li><li title=\"chart timeline variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chart-timeline-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,14L3.5,14.07L8.07,9.5C7.89,8.85 8.06,8.11 8.59,7.59C9.37,6.8 10.63,6.8 11.41,7.59C11.94,8.11 12.11,8.85 11.93,9.5L14.5,12.07L15,12C15.18,12 15.35,12 15.5,12.07L19.07,8.5C19,8.35 19,8.18 19,8A2,2 0 0,1 21,6A2,2 0 0,1 23,8A2,2 0 0,1 21,10C20.82,10 20.65,10 20.5,9.93L16.93,13.5C17,13.65 17,13.82 17,14A2,2 0 0,1 15,16A2,2 0 0,1 13,14L13.07,13.5L10.5,10.93C10.18,11 9.82,11 9.5,10.93L4.93,15.5L5,16A2,2 0 0,1 3,18A2,2 0 0,1 1,16A2,2 0 0,1 3,14Z\" /></svg></li><li title=\"chart timeline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chart-timeline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,2H4V20H22V22H2V2M7,10H17V13H7V10M11,15H21V18H11V15M6,4H22V8H20V6H8V8H6V4Z\" /></svg></li><li title=\"chart tree \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chart-tree\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,6H22V22H14V6M2,4H22V2H2V4M2,8H12V6H2V8M9,22H12V10H9V22M2,22H7V10H2V22Z\" /></svg></li><li title=\"chart waterfall \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chart-waterfall\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2 2H4V20H22V22H2V2M17 2H20V18H17V2M6 11H9V18H6V11M13 3H16V7H13V3M10 8H13V12H10V8Z\" /></svg></li><li title=\"chat alert outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chat-alert-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 3C6.5 3 2 6.58 2 11C2.05 13.15 3.06 15.17 4.75 16.5C4.75 17.1 4.33 18.67 2 21C4.37 20.89 6.64 20 8.47 18.5C9.61 18.83 10.81 19 12 19C17.5 19 22 15.42 22 11S17.5 3 12 3M12 17C7.58 17 4 14.31 4 11S7.58 5 12 5 20 7.69 20 11 16.42 17 12 17M11 13V15H13V13H11M11 11H13V7H11V11Z\" /></svg></li><li title=\"chat alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chat-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,3C17.5,3 22,6.58 22,11C22,15.42 17.5,19 12,19C10.76,19 9.57,18.82 8.47,18.5C5.55,21 2,21 2,21C4.33,18.67 4.7,17.1 4.75,16.5C3.05,15.07 2,13.13 2,11C2,6.58 6.5,3 12,3M11,14V16H13V14H11M11,12H13V6H11V12Z\" /></svg></li><li title=\"chat minus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chat-minus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 3C17.5 3 22 6.58 22 11C22 11.58 21.92 12.14 21.78 12.68C21.19 12.38 20.55 12.16 19.88 12.06C19.96 11.72 20 11.36 20 11C20 7.69 16.42 5 12 5S4 7.69 4 11 7.58 17 12 17L13.09 16.95L13 18L13.08 18.95L12 19C10.81 19 9.62 18.83 8.47 18.5C6.64 20 4.37 20.89 2 21C4.33 18.67 4.75 17.1 4.75 16.5C3.06 15.17 2.05 13.15 2 11C2 6.58 6.5 3 12 3M23 17V19H15V17H23Z\" /></svg></li><li title=\"chat minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chat-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23 17V19H15V17H23M12 3C17.5 3 22 6.58 22 11C22 11.58 21.92 12.14 21.78 12.68C20.95 12.25 20 12 19 12C15.69 12 13 14.69 13 18L13.08 18.95L12 19C10.76 19 9.57 18.82 8.47 18.5C5.55 21 2 21 2 21C4.33 18.67 4.7 17.1 4.75 16.5C3.05 15.07 2 13.14 2 11C2 6.58 6.5 3 12 3Z\" /></svg></li><li title=\"chat outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chat-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,3C6.5,3 2,6.58 2,11C2.05,13.15 3.06,15.17 4.75,16.5C4.75,17.1 4.33,18.67 2,21C4.37,20.89 6.64,20 8.47,18.5C9.61,18.83 10.81,19 12,19C17.5,19 22,15.42 22,11C22,6.58 17.5,3 12,3M12,17C7.58,17 4,14.31 4,11C4,7.69 7.58,5 12,5C16.42,5 20,7.69 20,11C20,14.31 16.42,17 12,17Z\" /></svg></li><li title=\"chat plus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chat-plus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 3C17.5 3 22 6.58 22 11C22 11.58 21.92 12.14 21.78 12.68C21.19 12.38 20.55 12.16 19.88 12.06C19.96 11.72 20 11.36 20 11C20 7.69 16.42 5 12 5C7.58 5 4 7.69 4 11C4 14.31 7.58 17 12 17L13.09 16.95L13 18L13.08 18.95L12 19C10.81 19 9.62 18.83 8.47 18.5C6.64 20 4.37 20.89 2 21C4.33 18.67 4.75 17.1 4.75 16.5C3.06 15.17 2.05 13.15 2 11C2 6.58 6.5 3 12 3M18 14H20V17H23V19H20V22H18V19H15V17H18V14Z\" /></svg></li><li title=\"chat plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chat-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 14H20V17H23V19H20V22H18V19H15V17H18V14M12 3C17.5 3 22 6.58 22 11C22 11.58 21.92 12.14 21.78 12.68C20.95 12.25 20 12 19 12C15.69 12 13 14.69 13 18L13.08 18.95L12 19C10.76 19 9.57 18.82 8.47 18.5C5.55 21 2 21 2 21C4.33 18.67 4.7 17.1 4.75 16.5C3.05 15.07 2 13.14 2 11C2 6.58 6.5 3 12 3Z\" /></svg></li><li title=\"chat processing outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chat-processing-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 3C6.5 3 2 6.58 2 11C2.05 13.15 3.06 15.17 4.75 16.5C4.75 17.1 4.33 18.67 2 21C4.37 20.89 6.64 20 8.47 18.5C9.61 18.83 10.81 19 12 19C17.5 19 22 15.42 22 11S17.5 3 12 3M12 17C7.58 17 4 14.31 4 11S7.58 5 12 5 20 7.69 20 11 16.42 17 12 17M17 12V10H15V12H17M13 12V10H11V12H13M9 12V10H7V12H9Z\" /></svg></li><li title=\"chat processing \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chat-processing\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,3C17.5,3 22,6.58 22,11C22,15.42 17.5,19 12,19C10.76,19 9.57,18.82 8.47,18.5C5.55,21 2,21 2,21C4.33,18.67 4.7,17.1 4.75,16.5C3.05,15.07 2,13.13 2,11C2,6.58 6.5,3 12,3M17,12V10H15V12H17M13,12V10H11V12H13M9,12V10H7V12H9Z\" /></svg></li><li title=\"chat question outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chat-question-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 3C6.5 3 2 6.6 2 11C2 13.2 3.1 15.2 4.8 16.5C4.8 17.1 4.4 18.7 2 21C4.4 20.9 6.6 20 8.5 18.5C9.6 18.8 10.8 19 12 19C17.5 19 22 15.4 22 11S17.5 3 12 3M12 17C7.6 17 4 14.3 4 11S7.6 5 12 5 20 7.7 20 11 16.4 17 12 17M12.2 6.5C11.3 6.5 10.6 6.7 10.1 7C9.5 7.4 9.2 8 9.3 8.7H11.3C11.3 8.4 11.4 8.2 11.6 8.1C11.8 8 12 7.9 12.3 7.9C12.6 7.9 12.9 8 13.1 8.2C13.3 8.4 13.4 8.6 13.4 8.9C13.4 9.2 13.3 9.4 13.2 9.6C13 9.8 12.8 10 12.6 10.1C12.1 10.4 11.7 10.7 11.5 10.9C11.1 11.2 11 11.5 11 12H13C13 11.7 13.1 11.5 13.1 11.3C13.2 11.1 13.4 11 13.6 10.8C14.1 10.6 14.4 10.3 14.7 9.9C15 9.5 15.1 9.1 15.1 8.7C15.1 8 14.8 7.4 14.3 7C13.9 6.7 13.1 6.5 12.2 6.5M11 13V15H13V13H11Z\" /></svg></li><li title=\"chat question \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chat-question\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 3C6.5 3 2 6.6 2 11C2 13.1 3 15.1 4.8 16.5C4.8 17.1 4.4 18.7 2 21C2 21 5.5 21 8.5 18.5C9.6 18.8 10.8 19 12 19C17.5 19 22 15.4 22 11S17.5 3 12 3M13 15H11V13H13V15M14.8 10C14.5 10.4 14.1 10.6 13.7 10.8C13.4 11 13.3 11.1 13.2 11.3C13 11.5 13 11.7 13 12H11C11 11.5 11.1 11.2 11.3 10.9C11.5 10.7 11.9 10.4 12.4 10.1C12.7 10 12.9 9.8 13 9.6C13.1 9.4 13.2 9.1 13.2 8.9C13.2 8.6 13.1 8.4 12.9 8.2C12.7 8 12.4 7.9 12.1 7.9C11.8 7.9 11.6 8 11.4 8.1C11.2 8.2 11.1 8.4 11.1 8.7H9.1C9.2 8 9.5 7.4 10 7C10.5 6.6 11.2 6.5 12.1 6.5C13 6.5 13.8 6.7 14.3 7.1C14.8 7.5 15.1 8.1 15.1 8.8C15.2 9.2 15.1 9.6 14.8 10Z\" /></svg></li><li title=\"chat remove outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chat-remove-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.46 15.88L16.88 14.46L19 16.59L21.12 14.47L22.54 15.88L20.41 18L22.54 20.12L21.12 21.54L19 19.41L16.88 21.54L15.46 20.12L17.59 18L15.47 15.88M12 3C17.5 3 22 6.58 22 11C22 11.58 21.92 12.14 21.78 12.68C21.19 12.38 20.55 12.16 19.88 12.06C19.96 11.72 20 11.36 20 11C20 7.69 16.42 5 12 5C7.58 5 4 7.69 4 11C4 14.31 7.58 17 12 17L13.09 16.95L13 18L13.08 18.95L12 19C10.81 19 9.62 18.83 8.47 18.5C6.64 20 4.37 20.89 2 21C4.33 18.67 4.75 17.1 4.75 16.5C3.06 15.17 2.05 13.15 2 11C2 6.58 6.5 3 12 3Z\" /></svg></li><li title=\"chat remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chat-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.46 15.88L16.88 14.46L19 16.59L21.12 14.47L22.54 15.88L20.41 18L22.54 20.12L21.12 21.54L19 19.41L16.88 21.54L15.46 20.12L17.59 18L15.47 15.88M12 3C17.5 3 22 6.58 22 11C22 11.58 21.92 12.14 21.78 12.68C20.95 12.25 20 12 19 12C15.69 12 13 14.69 13 18L13.08 18.95L12 19C10.76 19 9.57 18.82 8.47 18.5C5.55 21 2 21 2 21C4.33 18.67 4.7 17.1 4.75 16.5C3.05 15.07 2 13.14 2 11C2 6.58 6.5 3 12 3Z\" /></svg></li><li title=\"chat sleep outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chat-sleep-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 3C6.5 3 2 6.58 2 11C2.05 13.15 3.06 15.17 4.75 16.5C4.75 17.1 4.33 18.67 2 21C4.37 20.89 6.64 20 8.47 18.5C9.61 18.83 10.81 19 12 19C17.5 19 22 15.42 22 11S17.5 3 12 3M12 17C7.58 17 4 14.31 4 11S7.58 5 12 5 20 7.69 20 11 16.42 17 12 17M15 7H9V9H12.24L9 12.7V15H15V13H11.76L15 9.3V7Z\" /></svg></li><li title=\"chat sleep \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chat-sleep\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 3C6.5 3 2 6.58 2 11C2 13.13 3.05 15.07 4.75 16.5C4.7 17.1 4.33 18.67 2 21C2 21 5.55 21 8.47 18.5C9.57 18.82 10.76 19 12 19C17.5 19 22 15.42 22 11S17.5 3 12 3M15 9.3L11.76 13H15V15H9V12.7L12.24 9H9V7H15V9.3Z\" /></svg></li><li title=\"chat \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chat\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,3C17.5,3 22,6.58 22,11C22,15.42 17.5,19 12,19C10.76,19 9.57,18.82 8.47,18.5C5.55,21 2,21 2,21C4.33,18.67 4.7,17.1 4.75,16.5C3.05,15.07 2,13.13 2,11C2,6.58 6.5,3 12,3Z\" /></svg></li><li title=\"check all \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-check-all\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M0.41,13.41L6,19L7.41,17.58L1.83,12M22.24,5.58L11.66,16.17L7.5,12L6.07,13.41L11.66,19L23.66,7M18,7L16.59,5.58L10.24,11.93L11.66,13.34L18,7Z\" /></svg></li><li title=\"check bold \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-check-bold\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,20.42L2.79,14.21L5.62,11.38L9,14.77L18.88,4.88L21.71,7.71L9,20.42Z\" /></svg></li><li title=\"check circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-check-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2C6.5 2 2 6.5 2 12S6.5 22 12 22 22 17.5 22 12 17.5 2 12 2M12 20C7.59 20 4 16.41 4 12S7.59 4 12 4 20 7.59 20 12 16.41 20 12 20M16.59 7.58L10 14.17L7.41 11.59L6 13L10 17L18 9L16.59 7.58Z\" /></svg></li><li title=\"check circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-check-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2C6.5 2 2 6.5 2 12S6.5 22 12 22 22 17.5 22 12 17.5 2 12 2M10 17L5 12L6.41 10.59L10 14.17L17.59 6.58L19 8L10 17Z\" /></svg></li><li title=\"check decagram outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-check-decagram-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23 12L20.6 9.2L20.9 5.5L17.3 4.7L15.4 1.5L12 3L8.6 1.5L6.7 4.7L3.1 5.5L3.4 9.2L1 12L3.4 14.8L3.1 18.5L6.7 19.3L8.6 22.5L12 21L15.4 22.5L17.3 19.3L20.9 18.5L20.6 14.8L23 12M18.7 16.9L16 17.5L14.6 19.9L12 18.8L9.4 19.9L8 17.5L5.3 16.9L5.5 14.1L3.7 12L5.5 9.9L5.3 7.1L8 6.5L9.4 4.1L12 5.2L14.6 4.1L16 6.5L18.7 7.1L18.5 9.9L20.3 12L18.5 14.1L18.7 16.9M16.6 7.6L18 9L10 17L6 13L7.4 11.6L10 14.2L16.6 7.6Z\" /></svg></li><li title=\"check decagram \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-check-decagram\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23,12L20.56,9.22L20.9,5.54L17.29,4.72L15.4,1.54L12,3L8.6,1.54L6.71,4.72L3.1,5.53L3.44,9.21L1,12L3.44,14.78L3.1,18.47L6.71,19.29L8.6,22.47L12,21L15.4,22.46L17.29,19.28L20.9,18.46L20.56,14.78L23,12M10,17L6,13L7.41,11.59L10,14.17L16.59,7.58L18,9L10,17Z\" /></svg></li><li title=\"check network outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-check-network-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,20A1,1 0 0,0 14,19H13V17H17A2,2 0 0,0 19,15V5A2,2 0 0,0 17,3H7A2,2 0 0,0 5,5V15A2,2 0 0,0 7,17H11V19H10A1,1 0 0,0 9,20H2V22H9A1,1 0 0,0 10,23H14A1,1 0 0,0 15,22H22V20H15M7,15V5H17V15H7M8,10.37L9.24,9.13L10.93,10.83L14.76,7L16,8.5L10.93,13.57L8,10.37Z\" /></svg></li><li title=\"check network \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-check-network\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,20A1,1 0 0,0 14,19H13V17H17A2,2 0 0,0 19,15V5A2,2 0 0,0 17,3H7A2,2 0 0,0 5,5V15A2,2 0 0,0 7,17H11V19H10A1,1 0 0,0 9,20H2V22H9A1,1 0 0,0 10,23H14A1,1 0 0,0 15,22H22V20H15M8.25,10.08L9.41,8.92L11,10.5L14.59,6.92L15.75,8.33L11,13.08L8.25,10.08Z\" /></svg></li><li title=\"check outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-check-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.78,2.2L24,6.42L8.44,22L0,13.55L4.22,9.33L8.44,13.55L19.78,2.2M19.78,5L8.44,16.36L4.22,12.19L2.81,13.55L8.44,19.17L21.19,6.42L19.78,5Z\" /></svg></li><li title=\"check underline circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-check-underline-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M12,20C7.59,20 4,16.41 4,12C4,7.59 7.59,4 12,4C16.41,4 20,7.59 20,12C20,16.41 16.41,20 12,20M7,15H17V17H7V15M10.3,11.2L8.4,9.3L7,10.7L10.3,14L17,7.3L15.6,5.9L10.3,11.2Z\" /></svg></li><li title=\"check underline circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-check-underline-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M17,18H7V16H17V18M10.3,14L7,10.7L8.4,9.3L10.3,11.2L15.6,5.9L17,7.3L10.3,14Z\" /></svg></li><li title=\"check underline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-check-underline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,5L9,17L3.5,11.5L4.91,10.09L9,14.17L19.59,3.59L21,5M3,21V19H21V21H3Z\" /></svg></li><li title=\"check \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-check\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z\" /></svg></li><li title=\"checkbook \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-checkbook\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,14H19V15H5V14M21,17V8H3V17H21M1,5H23V19H1V5M5,10H12V12H5V10Z\" /></svg></li><li title=\"checkbox blank badge outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-checkbox-blank-badge-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23 4.5C23 6.43 21.43 8 19.5 8S16 6.43 16 4.5 17.57 1 19.5 1 23 2.57 23 4.5M19.5 10C19.33 10 19.17 10 19 10V19H5V5H14.03C14 4.84 14 4.67 14 4.5C14 4 14.08 3.5 14.21 3H5C3.89 3 3 3.89 3 5V19C3 20.11 3.9 21 5 21H19C20.11 21 21 20.11 21 19V9.79C20.5 9.92 20 10 19.5 10Z\" /></svg></li><li title=\"checkbox blank badge \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-checkbox-blank-badge\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23 4.5C23 6.43 21.43 8 19.5 8S16 6.43 16 4.5 17.57 1 19.5 1 23 2.57 23 4.5M19.5 10C16.47 10 14 7.53 14 4.5C14 4 14.08 3.5 14.21 3H5C3.89 3 3 3.89 3 5V19C3 20.11 3.9 21 5 21H19C20.11 21 21 20.11 21 19V9.79C20.5 9.92 20 10 19.5 10Z\" /></svg></li><li title=\"checkbox blank circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-checkbox-blank-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,20A8,8 0 0,1 4,12A8,8 0 0,1 12,4A8,8 0 0,1 20,12A8,8 0 0,1 12,20M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z\" /></svg></li><li title=\"checkbox blank circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-checkbox-blank-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z\" /></svg></li><li title=\"checkbox blank off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-checkbox-blank-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.11 21.46L2.39 1.73L1.11 3L3 4.9V19C3 20.11 3.9 21 5 21H19.1L20.84 22.73L22.11 21.46M5 19V6.89L17.11 19H5M8.2 5L6.2 3H19C20.1 3 21 3.89 21 5V17.8L19 15.8V5H8.2Z\" /></svg></li><li title=\"checkbox blank off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-checkbox-blank-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.84 22.73L19.1 21C19.06 21 19.03 21 19 21H5C3.9 21 3 20.11 3 19V5C3 4.97 3 4.94 3 4.9L1.11 3L2.39 1.73L22.11 21.46L20.84 22.73M21 5C21 3.89 20.1 3 19 3H6.2L21 17.8V5Z\" /></svg></li><li title=\"checkbox blank outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-checkbox-blank-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3M19,5V19H5V5H19Z\" /></svg></li><li title=\"checkbox blank \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-checkbox-blank\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3Z\" /></svg></li><li title=\"checkbox intermediate \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-checkbox-intermediate\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3M19,19H5V5H19V19M17,17H7V7H17V17Z\" /></svg></li><li title=\"checkbox marked circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-checkbox-marked-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,12A8,8 0 0,1 12,20A8,8 0 0,1 4,12A8,8 0 0,1 12,4C12.76,4 13.5,4.11 14.2,4.31L15.77,2.74C14.61,2.26 13.34,2 12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12M7.91,10.08L6.5,11.5L11,16L21,6L19.59,4.58L11,13.17L7.91,10.08Z\" /></svg></li><li title=\"checkbox marked circle plus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-checkbox-marked-circle-plus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.3 21.7C13.6 21.9 12.8 22 12 22C6.5 22 2 17.5 2 12S6.5 2 12 2C13.3 2 14.6 2.3 15.8 2.7L14.2 4.3C13.5 4.1 12.8 4 12 4C7.6 4 4 7.6 4 12S7.6 20 12 20C12.4 20 12.9 20 13.3 19.9C13.5 20.6 13.9 21.2 14.3 21.7M7.9 10.1L6.5 11.5L11 16L21 6L19.6 4.6L11 13.2L7.9 10.1M18 14V17H15V19H18V22H20V19H23V17H20V14H18Z\" /></svg></li><li title=\"checkbox marked circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-checkbox-marked-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,17L5,12L6.41,10.58L10,14.17L17.59,6.58L19,8M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z\" /></svg></li><li title=\"checkbox marked outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-checkbox-marked-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,19H5V5H15V3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V11H19M7.91,10.08L6.5,11.5L11,16L21,6L19.59,4.58L11,13.17L7.91,10.08Z\" /></svg></li><li title=\"checkbox marked \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-checkbox-marked\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,17L5,12L6.41,10.58L10,14.17L17.59,6.58L19,8M19,3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3Z\" /></svg></li><li title=\"checkbox multiple blank circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-checkbox-multiple-blank-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,2A8,8 0 0,0 6,10A8,8 0 0,0 14,18A8,8 0 0,0 22,10A8,8 0 0,0 14,2M14,4C17.32,4 20,6.69 20,10C20,13.32 17.32,16 14,16A6,6 0 0,1 8,10A6,6 0 0,1 14,4M4.93,5.82C3.08,7.34 2,9.61 2,12A8,8 0 0,0 10,20C10.64,20 11.27,19.92 11.88,19.77C10.12,19.38 8.5,18.5 7.17,17.29C5.22,16.25 4,14.21 4,12C4,11.7 4.03,11.41 4.07,11.11C4.03,10.74 4,10.37 4,10C4,8.56 4.32,7.13 4.93,5.82Z\" /></svg></li><li title=\"checkbox multiple blank circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-checkbox-multiple-blank-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,2A8,8 0 0,0 6,10A8,8 0 0,0 14,18A8,8 0 0,0 22,10A8,8 0 0,0 14,2M4.93,5.82C3.08,7.34 2,9.61 2,12A8,8 0 0,0 10,20C10.64,20 11.27,19.92 11.88,19.77C10.12,19.38 8.5,18.5 7.17,17.29C5.22,16.25 4,14.21 4,12C4,11.7 4.03,11.41 4.07,11.11C4.03,10.74 4,10.37 4,10C4,8.56 4.32,7.13 4.93,5.82Z\" /></svg></li><li title=\"checkbox multiple blank outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-checkbox-multiple-blank-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,16V4H8V16H20M22,16A2,2 0 0,1 20,18H8C6.89,18 6,17.1 6,16V4C6,2.89 6.89,2 8,2H20A2,2 0 0,1 22,4V16M16,20V22H4A2,2 0 0,1 2,20V7H4V20H16Z\" /></svg></li><li title=\"checkbox multiple blank \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-checkbox-multiple-blank\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,16A2,2 0 0,1 20,18H8C6.89,18 6,17.1 6,16V4C6,2.89 6.89,2 8,2H20A2,2 0 0,1 22,4V16M16,20V22H4A2,2 0 0,1 2,20V7H4V20H16Z\" /></svg></li><li title=\"checkbox multiple marked circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-checkbox-multiple-marked-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,2A8,8 0 0,0 6,10A8,8 0 0,0 14,18A8,8 0 0,0 22,10H20C20,13.32 17.32,16 14,16A6,6 0 0,1 8,10A6,6 0 0,1 14,4C14.43,4 14.86,4.05 15.27,4.14L16.88,2.54C15.96,2.18 15,2 14,2M20.59,3.58L14,10.17L11.62,7.79L10.21,9.21L14,13L22,5M4.93,5.82C3.08,7.34 2,9.61 2,12A8,8 0 0,0 10,20C10.64,20 11.27,19.92 11.88,19.77C10.12,19.38 8.5,18.5 7.17,17.29C5.22,16.25 4,14.21 4,12C4,11.7 4.03,11.41 4.07,11.11C4.03,10.74 4,10.37 4,10C4,8.56 4.32,7.13 4.93,5.82Z\" /></svg></li><li title=\"checkbox multiple marked circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-checkbox-multiple-marked-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,2A8,8 0 0,0 6,10A8,8 0 0,0 14,18A8,8 0 0,0 22,10A8,8 0 0,0 14,2M4.93,5.82C3.08,7.34 2,9.61 2,12A8,8 0 0,0 10,20C10.64,20 11.27,19.92 11.88,19.77C10.12,19.38 8.5,18.5 7.17,17.29C5.22,16.25 4,14.21 4,12C4,11.7 4.03,11.41 4.07,11.11C4.03,10.74 4,10.37 4,10C4,8.56 4.32,7.13 4.93,5.82M18.09,6.08L19.5,7.5L13,14L9.21,10.21L10.63,8.79L13,11.17\" /></svg></li><li title=\"checkbox multiple marked outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-checkbox-multiple-marked-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,16V10H22V16A2,2 0 0,1 20,18H8C6.89,18 6,17.1 6,16V4C6,2.89 6.89,2 8,2H16V4H8V16H20M10.91,7.08L14,10.17L20.59,3.58L22,5L14,13L9.5,8.5L10.91,7.08M16,20V22H4A2,2 0 0,1 2,20V7H4V20H16Z\" /></svg></li><li title=\"checkbox multiple marked \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-checkbox-multiple-marked\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,16A2,2 0 0,1 20,18H8C6.89,18 6,17.1 6,16V4C6,2.89 6.89,2 8,2H20A2,2 0 0,1 22,4V16M16,20V22H4A2,2 0 0,1 2,20V7H4V20H16M13,14L20,7L18.59,5.59L13,11.17L9.91,8.09L8.5,9.5L13,14Z\" /></svg></li><li title=\"checkbox multiple outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-checkbox-multiple-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,2H8A2,2 0 0,0 6,4V16A2,2 0 0,0 8,18H20A2,2 0 0,0 22,16V4A2,2 0 0,0 20,2M20,16H8V4H20V16M16,20V22H4A2,2 0 0,1 2,20V7H4V20H16M18.53,8.06L17.47,7L12.59,11.88L10.47,9.76L9.41,10.82L12.59,14L18.53,8.06Z\" /></svg></li><li title=\"checkbox outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-checkbox-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3M19,5V19H5V5H19M10,17L6,13L7.41,11.58L10,14.17L16.59,7.58L18,9\" /></svg></li><li title=\"checkerboard minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-checkerboard-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14 17V19H22V17M8 16H12V12H8V16M12 12H16V8H12V12M2 2V22H13.5C13 21.4 12.6 20.7 12.3 20H8V16H4V12H8V8H4V4H8V8H12V4H16V8H20V12.4C20.7 12.7 21.4 13.1 22 13.6V2H2Z\" /></svg></li><li title=\"checkerboard plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-checkerboard-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 17H22V19H19V22H17V19H14V17H17V14H19V17M8 16H12V12H8V16M12 12H16V8H12V12M2 2V22H13.54C13 21.42 12.63 20.74 12.36 20H8V16H4V12H8V8H4V4H8V8H12V4H16V8H20V12.36C20.74 12.63 21.42 13 22 13.54V2H2Z\" /></svg></li><li title=\"checkerboard remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-checkerboard-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8 16H12V12H8V16M12 12H16V8H12V12M2 2V22H13.5C13 21.4 12.6 20.7 12.3 20H8V16H4V12H8V8H4V4H8V8H12V4H16V8H20V12.4C20.7 12.7 21.4 13.1 22 13.6V2H2M20.1 14.5L18 16.6L15.9 14.5L14.5 15.9L16.6 18L14.5 20.1L15.9 21.5L18 19.4L20.1 21.5L21.5 20.1L19.4 18L21.5 15.9L20.1 14.5Z\" /></svg></li><li title=\"checkerboard \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-checkerboard\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2 2V22H22V2H2M20 12H16V16H20V20H16V16H12V20H8V16H4V12H8V8H4V4H8V8H12V4H16V8H20V12M16 8V12H12V8H16M12 12V16H8V12H12Z\" /></svg></li><li title=\"cheese off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cheese-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3.5 1.7L2.2 3L6.1 6.9V9C7.2 9.2 8.1 10.2 8.1 11.5S7.2 13.7 6.1 14V21L12.1 17.5C12.1 16.7 12.8 16 13.6 16C13.9 16 14.2 16.1 14.4 16.2L15.1 15.8L20.3 21L21.6 19.7L3.5 1.7M10.1 16C9.6 16 9.1 15.5 9.1 15S9.6 14 10.1 14 11.1 14.5 11.1 15 10.6 16 10.1 16M13.8 9.5L9.9 5.6C10.2 5.9 10.6 6 11.1 6C12.1 6 12.9 5.2 13.1 4.2C15.4 5.2 17.6 6.6 19.3 8.4C19.2 8.6 19.1 8.7 19.1 8.9C19.1 9.4 19.6 9.9 20.1 9.9C20.3 9.9 20.4 9.9 20.5 9.8C21 10.4 21.4 11.1 21.8 11.8L18.3 13.8L16.6 12.1C16.9 11.8 17.1 11.3 17.1 10.8C17.1 9.7 16.2 8.8 15.1 8.8C14.6 9 14.1 9.2 13.8 9.5M9.5 5.2L7.3 3C8 3 8.6 3.1 9.2 3.2C9.1 3.5 9.1 3.7 9.1 4C9.1 4.4 9.2 4.9 9.5 5.2Z\" /></svg></li><li title=\"cheese \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cheese\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11 17.5C11 16.67 11.67 16 12.5 16C12.79 16 13.06 16.09 13.29 16.23L20.75 11.93C20.35 11.22 19.9 10.55 19.41 9.9C19.29 9.96 19.15 10 19 10C18.45 10 18 9.55 18 9C18 8.8 18.08 8.62 18.18 8.46C16.45 6.64 14.34 5.2 12 4.25C11.85 5.24 11 6 10 6C8.9 6 8 5.11 8 4C8 3.72 8.06 3.45 8.16 3.21C7.3 3.08 6.41 3 5.5 3C5.33 3 5.17 3 5 3.03V9.05C6.14 9.28 7 10.29 7 11.5S6.14 13.72 5 13.95V21L11 17.54C11 17.53 11 17.5 11 17.5M14 9C15.11 9 16 9.9 16 11S15.11 13 14 13 12 12.11 12 11 12.9 9 14 9M9 16C8.45 16 8 15.55 8 15S8.45 14 9 14 10 14.45 10 15 9.55 16 9 16M9 10C8.45 10 8 9.55 8 9S8.45 8 9 8 10 8.45 10 9 9.55 10 9 10Z\" /></svg></li><li title=\"chef hat \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chef-hat\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12.5,1.5C10.73,1.5 9.17,2.67 8.67,4.37C8.14,4.13 7.58,4 7,4A4,4 0 0,0 3,8C3,9.82 4.24,11.41 6,11.87V19H19V11.87C20.76,11.41 22,9.82 22,8A4,4 0 0,0 18,4C17.42,4 16.86,4.13 16.33,4.37C15.83,2.67 14.27,1.5 12.5,1.5M12,10.5H13V17.5H12V10.5M9,12.5H10V17.5H9V12.5M15,12.5H16V17.5H15V12.5M6,20V21A1,1 0 0,0 7,22H18A1,1 0 0,0 19,21V20H6Z\" /></svg></li><li title=\"chemical weapon \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chemical-weapon\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,7.83C9.83,7.42 9,6.3 9,5A3,3 0 0,1 12,2A3,3 0 0,1 15,5C15,6.31 14.16,7.42 13,7.83V10.64C12.68,10.55 12.35,10.5 12,10.5C11.65,10.5 11.32,10.55 11,10.64V7.83M18.3,21.1C17.16,20.45 16.62,19.18 16.84,17.96L14.4,16.55C14.88,16.09 15.24,15.5 15.4,14.82L17.84,16.23C18.78,15.42 20.16,15.26 21.29,15.91C22.73,16.74 23.22,18.57 22.39,20C21.56,21.44 19.73,21.93 18.3,21.1M2.7,15.9C3.83,15.25 5.21,15.42 6.15,16.22L8.6,14.81C8.76,15.5 9.11,16.08 9.6,16.54L7.15,17.95C7.38,19.17 6.83,20.45 5.7,21.1C4.26,21.93 2.43,21.44 1.6,20C0.77,18.57 1.26,16.73 2.7,15.9M14,14A2,2 0 0,1 12,16C10.89,16 10,15.1 10,14A2,2 0 0,1 12,12C13.11,12 14,12.9 14,14M17,14L16.97,14.57L15.5,13.71C15.4,12.64 14.83,11.71 14,11.12V9.41C15.77,10.19 17,11.95 17,14M14.97,18.03C14.14,18.64 13.11,19 12,19C10.89,19 9.86,18.64 9.03,18L10.5,17.17C10.96,17.38 11.47,17.5 12,17.5C12.53,17.5 13.03,17.38 13.5,17.17L14.97,18.03M7.03,14.56L7,14C7,11.95 8.23,10.19 10,9.42V11.13C9.17,11.71 8.6,12.64 8.5,13.7L7.03,14.56Z\" /></svg></li><li title=\"chess bishop \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chess-bishop\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,22H5V20H19V22M17.16,8.26C18.22,9.63 18.86,11.28 19,13C19,15.76 15.87,18 12,18C8.13,18 5,15.76 5,13C5,10.62 7.33,6.39 10.46,5.27C10.16,4.91 10,4.46 10,4A2,2 0 0,1 12,2A2,2 0 0,1 14,4C14,4.46 13.84,4.91 13.54,5.27C14.4,5.6 15.18,6.1 15.84,6.74L11.29,11.29L12.71,12.71L17.16,8.26Z\" /></svg></li><li title=\"chess king \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chess-king\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,22H5V20H19V22M17,10C15.58,10 14.26,10.77 13.55,12H13V7H16V5H13V2H11V5H8V7H11V12H10.45C9.35,10.09 6.9,9.43 5,10.54C3.07,11.64 2.42,14.09 3.5,16C4.24,17.24 5.57,18 7,18H17A4,4 0 0,0 21,14A4,4 0 0,0 17,10Z\" /></svg></li><li title=\"chess knight \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chess-knight\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,22H5V20H19V22M13,2V2C11.75,2 10.58,2.62 9.89,3.66L7,8L9,10L11.06,8.63C11.5,8.32 12.14,8.44 12.45,8.9C12.47,8.93 12.5,8.96 12.5,9V9C12.8,9.59 12.69,10.3 12.22,10.77L7.42,15.57C6.87,16.13 6.87,17.03 7.43,17.58C7.69,17.84 8.05,18 8.42,18H17V6A4,4 0 0,0 13,2Z\" /></svg></li><li title=\"chess pawn \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chess-pawn\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 22H5V20H19V22M16 18H8L10.18 10H8V8H10.72L10.79 7.74C10.1 7.44 9.55 6.89 9.25 6.2C8.58 4.68 9.27 2.91 10.79 2.25C12.31 1.58 14.08 2.27 14.74 3.79C15.41 5.31 14.72 7.07 13.2 7.74L13.27 8H16V10H13.82L16 18Z\" /></svg></li><li title=\"chess queen \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chess-queen\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18,3A2,2 0 0,1 20,5C20,5.81 19.5,6.5 18.83,6.82L17,13.15V18H7V13.15L5.17,6.82C4.5,6.5 4,5.81 4,5A2,2 0 0,1 6,3A2,2 0 0,1 8,5C8,5.5 7.82,5.95 7.5,6.3L10.3,9.35L10.83,5.62C10.33,5.26 10,4.67 10,4A2,2 0 0,1 12,2A2,2 0 0,1 14,4C14,4.67 13.67,5.26 13.17,5.62L13.7,9.35L16.47,6.29C16.18,5.94 16,5.5 16,5A2,2 0 0,1 18,3M5,20H19V22H5V20Z\" /></svg></li><li title=\"chess rook \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chess-rook\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,20H19V22H5V20M17,2V5H15V2H13V5H11V2H9V5H7V2H5V8H7V18H17V8H19V2H17Z\" /></svg></li><li title=\"chevron double down \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chevron-double-down\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.59,5.59L18,7L12,13L6,7L7.41,5.59L12,10.17L16.59,5.59M16.59,11.59L18,13L12,19L6,13L7.41,11.59L12,16.17L16.59,11.59Z\" /></svg></li><li title=\"chevron double left \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chevron-double-left\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.41,7.41L17,6L11,12L17,18L18.41,16.59L13.83,12L18.41,7.41M12.41,7.41L11,6L5,12L11,18L12.41,16.59L7.83,12L12.41,7.41Z\" /></svg></li><li title=\"chevron double right \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chevron-double-right\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5.59,7.41L7,6L13,12L7,18L5.59,16.59L10.17,12L5.59,7.41M11.59,7.41L13,6L19,12L13,18L11.59,16.59L16.17,12L11.59,7.41Z\" /></svg></li><li title=\"chevron double up \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chevron-double-up\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.41,18.41L6,17L12,11L18,17L16.59,18.41L12,13.83L7.41,18.41M7.41,12.41L6,11L12,5L18,11L16.59,12.41L12,7.83L7.41,12.41Z\" /></svg></li><li title=\"chevron down box outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chevron-down-box-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,3H5A2,2 0 0,0 3,5V19C3,20.11 3.9,21 5,21H19C20.11,21 21,20.11 21,19V5A2,2 0 0,0 19,3M19,19H5V5H19V19M7.41,8.29L12,12.88L16.59,8.29L18,9.71L12,15.71L6,9.71L7.41,8.29Z\" /></svg></li><li title=\"chevron down box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chevron-down-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,3H5A2,2 0 0,0 3,5V19C3,20.11 3.9,21 5,21H19C20.11,21 21,20.11 21,19V5A2,2 0 0,0 19,3M12,15.71L6,9.71L7.41,8.29L12,12.88L16.59,8.29L18,9.71L12,15.71Z\" /></svg></li><li title=\"chevron down circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chevron-down-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2A10,10 0 0,1 22,12M20,12A8,8 0 0,0 12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12M6,10L12,16L18,10L16.6,8.6L12,13.2L7.4,8.6L6,10Z\" /></svg></li><li title=\"chevron down circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chevron-down-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2A10,10 0 0,1 22,12M6,10L12,16L18,10L16.6,8.6L12,13.2L7.4,8.6L6,10Z\" /></svg></li><li title=\"chevron down \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chevron-down\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z\" /></svg></li><li title=\"chevron left box outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chevron-left-box-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,3H5A2,2 0 0,0 3,5V19C3,20.11 3.9,21 5,21H19C20.11,21 21,20.11 21,19V5A2,2 0 0,0 19,3M19,19H5V5H19V19M15.71,7.41L11.12,12L15.71,16.59L14.29,18L8.29,12L14.29,6L15.71,7.41Z\" /></svg></li><li title=\"chevron left box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chevron-left-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,3H5A2,2 0 0,0 3,5V19C3,20.11 3.9,21 5,21H19C20.11,21 21,20.11 21,19V5A2,2 0 0,0 19,3M15.71,16.59L14.29,18L8.29,12L14.29,6L15.71,7.41L11.12,12L15.71,16.59Z\" /></svg></li><li title=\"chevron left circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chevron-left-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2A10,10 0 0,1 22,12M20,12A8,8 0 0,0 12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12M15.4,16.6L10.8,12L15.4,7.4L14,6L8,12L14,18L15.4,16.6Z\" /></svg></li><li title=\"chevron left circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chevron-left-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2A10,10 0 0,1 22,12M15.4,16.6L10.8,12L15.4,7.4L14,6L8,12L14,18L15.4,16.6Z\" /></svg></li><li title=\"chevron left \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chevron-left\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.41,16.58L10.83,12L15.41,7.41L14,6L8,12L14,18L15.41,16.58Z\" /></svg></li><li title=\"chevron right box outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chevron-right-box-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,3H5A2,2 0 0,0 3,5V19C3,20.11 3.9,21 5,21H19C20.11,21 21,20.11 21,19V5A2,2 0 0,0 19,3M19,19H5V5H19V19M8.29,16.59L12.88,12L8.29,7.41L9.71,6L15.71,12L9.71,18L8.29,16.59Z\" /></svg></li><li title=\"chevron right box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chevron-right-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,3H5A2,2 0 0,0 3,5V19C3,20.11 3.9,21 5,21H19C20.11,21 21,20.11 21,19V5A2,2 0 0,0 19,3M9.71,18L8.29,16.59L12.88,12L8.29,7.41L9.71,6L15.71,12L9.71,18Z\" /></svg></li><li title=\"chevron right circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chevron-right-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2A10,10 0 0,1 22,12M20,12A8,8 0 0,0 12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12M8.6,16.6L13.2,12L8.6,7.4L10,6L16,12L10,18L8.6,16.6Z\" /></svg></li><li title=\"chevron right circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chevron-right-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2A10,10 0 0,1 22,12M10,18L16,12L10,6L8.6,7.4L13.2,12L8.6,16.6L10,18Z\" /></svg></li><li title=\"chevron right \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chevron-right\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z\" /></svg></li><li title=\"chevron triple down \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chevron-triple-down\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.41,14.58L12,19.17L16.59,14.58L18,16L12,22L6,16L7.41,14.58M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58M7.41,2.58L12,7.17L16.59,2.58L18,4L12,10L6,4L7.41,2.58Z\" /></svg></li><li title=\"chevron triple left \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chevron-triple-left\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9.42,7.41L4.83,12L9.42,16.59L8,18L2,12L8,6L9.42,7.41M15.42,7.41L10.83,12L15.42,16.59L14,18L8,12L14,6L15.42,7.41M21.42,7.41L16.83,12L21.42,16.59L20,18L14,12L20,6L21.42,7.41Z\" /></svg></li><li title=\"chevron triple right \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chevron-triple-right\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.58,16.59L19.17,12L14.58,7.41L16,6L22,12L16,18L14.58,16.59M8.58,16.59L13.17,12L8.58,7.41L10,6L16,12L10,18L8.58,16.59M2.58,16.59L7.17,12L2.58,7.41L4,6L10,12L4,18L2.58,16.59Z\" /></svg></li><li title=\"chevron triple up \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chevron-triple-up\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.59,9.42L12,4.83L7.41,9.42L6,8L12,2L18,8L16.59,9.42M16.59,15.42L12,10.83L7.41,15.42L6,14L12,8L18,14L16.59,15.42M16.59,21.42L12,16.83L7.41,21.42L6,20L12,14L18,20L16.59,21.42Z\" /></svg></li><li title=\"chevron up box outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chevron-up-box-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,3H5A2,2 0 0,0 3,5V19C3,20.11 3.9,21 5,21H19C20.11,21 21,20.11 21,19V5A2,2 0 0,0 19,3M19,19H5V5H19V19M16.59,15.71L12,11.12L7.41,15.71L6,14.29L12,8.29L18,14.29L16.59,15.71Z\" /></svg></li><li title=\"chevron up box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chevron-up-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,3H5A2,2 0 0,0 3,5V19C3,20.11 3.9,21 5,21H19C20.11,21 21,20.11 21,19V5A2,2 0 0,0 19,3M16.59,15.71L12,11.12L7.41,15.71L6,14.29L12,8.29L18,14.29L16.59,15.71Z\" /></svg></li><li title=\"chevron up circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chevron-up-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2A10,10 0 0,1 22,12M20,12A8,8 0 0,0 12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12M7.4,15.4L12,10.8L16.6,15.4L18,14L12,8L6,14L7.4,15.4Z\" /></svg></li><li title=\"chevron up circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chevron-up-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2A10,10 0 0,1 22,12M7.4,15.4L12,10.8L16.6,15.4L18,14L12,8L6,14L7.4,15.4Z\" /></svg></li><li title=\"chevron up \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chevron-up\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.41,15.41L12,10.83L16.59,15.41L18,14L12,8L6,14L7.41,15.41Z\" /></svg></li><li title=\"chili alert outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chili-alert-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14 8.28L12.75 9L11 8L9.25 9L8 8.28C7.4 8.63 7 9.27 7 10V11C7 20 15 22 15 22V10C15 9.27 14.6 8.63 14 8.28M13 18.87C11.23 17.69 9.17 15.44 9 11.43L11 10.3L13 11.45V18.87M9.25 7.5L7.73 6.63C8.26 5.7 9.03 5 9.94 4.69C9.8 4.29 9.44 4 9 4V2C10.54 2 11.79 3.16 11.97 4.65C12.91 4.94 13.72 5.66 14.27 6.63L12.75 7.5L11 6.5L9.25 7.5M19 7V13H17V7H19M17 15H19V17H17V15Z\" /></svg></li><li title=\"chili alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chili-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9.25 7.5L7.73 6.63C8.26 5.7 9.03 5 9.94 4.69C9.8 4.29 9.44 4 9 4V2C10.54 2 11.79 3.16 11.97 4.65C12.91 4.94 13.72 5.66 14.27 6.63L12.75 7.5L11 6.5L9.25 7.5M14 8.28L12.75 9L11 8L9.25 9L8 8.28C7.4 8.63 7 9.27 7 10V11C7 20 15 22 15 22V10C15 9.27 14.6 8.63 14 8.28M17 7V13H19V7H17M17 17H19V15H17V17Z\" /></svg></li><li title=\"chili hot outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chili-hot-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10.94 4.7C10.81 4.3 10.45 4 10 4V2C10.77 2 11.47 2.29 12 2.77V4C12.45 4 12.81 4.3 12.94 4.7C11.83 5.08 10.93 6.05 10.43 7.32L8.86 6.42C9.38 5.6 10.11 5 10.94 4.7M10 11C10 10.23 10.23 9.5 10.6 8.91L9.26 8.15C8.5 8.44 8 9.16 8 10V11C8 18.05 12.9 20.8 15.03 21.66C12.41 19.62 10 16.2 10 11M8.94 4.7C8.81 4.3 8.45 4 8 4V2.77C7.47 2.29 6.77 2 6 2V4C6.45 4 6.81 4.3 6.94 4.7C6.11 5 5.38 5.6 4.86 6.42L6.43 7.32C6.93 6.05 7.83 5.08 8.94 4.7M6 11C6 10.23 6.23 9.5 6.6 8.91L5.26 8.15C4.5 8.44 4 9.16 4 10V11C4 18.05 8.9 20.8 11.03 21.66C8.41 19.62 6 16.2 6 11M20 10V22C20 22 12 20 12 11V10C12 9.27 12.4 8.63 13 8.28L14.25 9L16 8L17.75 9L19 8.28C19.6 8.63 20 9.27 20 10M18 18.87V11.45L16 10.3L14 11.43C14.17 15.44 16.23 17.69 18 18.87M12.73 6.63L14.25 7.5L16 6.5L17.75 7.5L19.27 6.63C18.72 5.66 17.91 4.94 16.97 4.65C16.79 3.16 15.54 2 14 2V4C14.44 4 14.8 4.29 14.94 4.69C14.03 5 13.26 5.7 12.73 6.63Z\" /></svg></li><li title=\"chili hot \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chili-hot\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10.43 7.32L8.86 6.42C9.38 5.6 10.11 5 10.94 4.7C10.81 4.3 10.45 4 10 4V2C10.77 2 11.47 2.29 12 2.77V4C12.45 4 12.81 4.3 12.94 4.7C11.83 5.08 10.93 6.05 10.43 7.32M10 11C10 10.23 10.23 9.5 10.6 8.91L9.26 8.15C8.5 8.44 8 9.16 8 10V11C8 18.05 12.9 20.8 15.03 21.66C12.41 19.62 10 16.2 10 11M6.43 7.32L4.86 6.42C5.38 5.6 6.11 5 6.94 4.7C6.81 4.3 6.45 4 6 4V2C6.77 2 7.47 2.29 8 2.77V4C8.45 4 8.81 4.3 8.94 4.7C7.83 5.08 6.93 6.05 6.43 7.32M6 11C6 10.23 6.23 9.5 6.6 8.91L5.26 8.15C4.5 8.44 4 9.16 4 10V11C4 18.05 8.9 20.8 11.03 21.66C8.41 19.62 6 16.2 6 11M19 8.28L17.75 9L16 8L14.25 9L13 8.28C12.4 8.63 12 9.27 12 10V11C12 20 20 22 20 22V10C20 9.27 19.6 8.63 19 8.28M12.73 6.63L14.25 7.5L16 6.5L17.75 7.5L19.27 6.63C18.72 5.66 17.91 4.94 16.97 4.65C16.79 3.16 15.54 2 14 2V4C14.44 4 14.8 4.29 14.94 4.69C14.03 5 13.26 5.7 12.73 6.63Z\" /></svg></li><li title=\"chili medium outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chili-medium-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8.43 7.32L6.86 6.42C7.38 5.6 8.11 5 8.94 4.7C8.81 4.3 8.45 4 8 4V2C8.77 2 9.47 2.29 10 2.77V4C10.45 4 10.81 4.3 10.94 4.7C9.83 5.08 8.93 6.05 8.43 7.32M8 11C8 10.23 8.23 9.5 8.6 8.91L7.26 8.15C6.5 8.44 6 9.16 6 10V11C6 18.05 10.9 20.8 13.03 21.66C10.41 19.62 8 16.2 8 11M18 10V22C18 22 10 20 10 11V10C10 9.27 10.4 8.63 11 8.28L12.25 9L14 8L15.75 9L17 8.28C17.6 8.63 18 9.27 18 10M16 18.87V11.45L14 10.3L12 11.43C12.17 15.44 14.23 17.69 16 18.87M10.73 6.63L12.25 7.5L14 6.5L15.75 7.5L17.27 6.63C16.72 5.66 15.91 4.94 14.97 4.65C14.79 3.16 13.54 2 12 2V4C12.44 4 12.8 4.29 12.94 4.69C12.03 5 11.26 5.7 10.73 6.63Z\" /></svg></li><li title=\"chili medium \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chili-medium\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8.43 7.32L6.86 6.42C7.38 5.6 8.11 5 8.94 4.7C8.81 4.3 8.45 4 8 4V2C8.77 2 9.47 2.29 10 2.77V4C10.45 4 10.81 4.3 10.94 4.7C9.83 5.08 8.93 6.05 8.43 7.32M8 11C8 10.23 8.23 9.5 8.6 8.91L7.26 8.15C6.5 8.44 6 9.16 6 10V11C6 18.05 10.9 20.8 13.03 21.66C10.41 19.62 8 16.2 8 11M17 8.28L15.75 9L14 8L12.25 9L11 8.28C10.4 8.63 10 9.27 10 10V11C10 20 18 22 18 22V10C18 9.27 17.6 8.63 17 8.28M10.73 6.63L12.25 7.5L14 6.5L15.75 7.5L17.27 6.63C16.72 5.66 15.91 4.94 14.97 4.65C14.79 3.16 13.54 2 12 2V4C12.44 4 12.8 4.29 12.94 4.69C12.03 5 11.26 5.7 10.73 6.63Z\" /></svg></li><li title=\"chili mild outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chili-mild-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10.25 7.5L8.73 6.63C9.26 5.7 10.03 5 10.94 4.69C10.8 4.29 10.44 4 10 4V2C11.54 2 12.79 3.16 12.97 4.65C13.91 4.94 14.72 5.66 15.27 6.63L13.75 7.5L12 6.5L10.25 7.5M16 10V22C16 22 8 20 8 11V10C8 9.27 8.4 8.63 9 8.28L10.25 9L12 8L13.75 9L15 8.28C15.6 8.63 16 9.27 16 10M14 11.45L12 10.3L10 11.43C10.17 15.44 12.23 17.69 14 18.87V11.45Z\" /></svg></li><li title=\"chili mild \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chili-mild\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16 10V22C16 22 8 20 8 11V10C8 9.27 8.4 8.63 9 8.28L10.25 9L12 8L13.75 9L15 8.28C15.6 8.63 16 9.27 16 10M12 6.5L13.75 7.5L15.27 6.63C14.72 5.66 13.91 4.94 12.97 4.65C12.79 3.16 11.54 2 10 2V4C10.44 4 10.8 4.29 10.94 4.69C10.03 5 9.26 5.7 8.73 6.63L10.25 7.5L12 6.5Z\" /></svg></li><li title=\"chili off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chili-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15 8.28C15.6 8.63 16 9.27 16 10V12.8L11.5 8.29L12 8L13.75 9L15 8.28M12 6.5L13.75 7.5L15.27 6.63C14.72 5.66 13.91 4.94 12.97 4.65C12.79 3.16 11.54 2 10 2V4C10.44 4 10.8 4.29 10.94 4.69C10.26 4.92 9.66 5.37 9.17 5.97L10.54 7.34L12 6.5M22.11 21.46L20.84 22.73L16 17.89V22C16 22 8 20 8 11V10C8 9.97 8 9.94 8 9.9L1.11 3L2.39 1.73L22.11 21.46M14 15.89L10.07 11.96C10.38 15.63 12.31 17.74 14 18.87V15.89Z\" /></svg></li><li title=\"chili off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chili-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15 8.28C15.6 8.63 16 9.27 16 10V12.8L11.5 8.29L12 8L13.75 9L15 8.28M12 6.5L13.75 7.5L15.27 6.63C14.72 5.66 13.91 4.94 12.97 4.65C12.79 3.16 11.54 2 10 2V4C10.44 4 10.8 4.29 10.94 4.69C10.26 4.92 9.66 5.37 9.17 5.97L10.54 7.34L12 6.5M2.39 1.73L1.11 3L8 9.9C8 9.94 8 9.97 8 10V11C8 20 16 22 16 22V17.89L20.84 22.73L22.11 21.46L2.39 1.73Z\" /></svg></li><li title=\"chip \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-chip\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,4H18V5H21V7H18V9H21V11H18V13H21V15H18V17H21V19H18V20H6V19H3V17H6V15H3V13H6V11H3V9H6V7H3V5H6V4M11,15V18H12V15H11M13,15V18H14V15H13M15,15V18H16V15H15Z\" /></svg></li><li title=\"church \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-church\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,2H13V4H15V6H13V9.4L22,13V15L20,14.2V22H14V17A2,2 0 0,0 12,15A2,2 0 0,0 10,17V22H4V14.2L2,15V13L11,9.4V6H9V4H11V2M6,20H8V15L7,14L6,15V20M16,20H18V15L17,14L16,15V20Z\" /></svg></li><li title=\"cigar off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cigar-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.84 22.73L18.11 20H18V19.89L17 18.89V20H12V18.73C12.3 18.56 12.55 18.31 12.73 18C13.28 17.05 12.96 15.83 12 15.27V14H12.11L1.11 3L2.39 1.73L22.11 21.46L20.84 22.73M14.5 9.7H16C17.07 9.66 17.96 10.5 18 11.56C18 11.61 18 11.65 18 11.7V13H19.5V11.36C19.42 9.53 17.88 8.12 16.05 8.2L16 8.2H14.5C13.45 8.12 12.65 7.25 12.65 6.2C12.67 5.22 13.5 4.43 14.46 4.45L14.5 4.45V3C12.65 3 11.15 4.5 11.15 6.35S12.65 9.7 14.5 9.7M20.5 10.7L20.5 10.77V13H22V10.76C22 8.62 20.78 6.66 18.85 5.73H18.82C19.58 5 19.9 4 19.8 3H18.32C18.34 3.11 18.35 3.23 18.35 3.35C18.35 4.37 17.5 5.2 16.5 5.2H16.5V6.7C18.71 6.7 20.5 8.5 20.5 10.7M9.27 16C9.45 15.7 9.7 15.45 10 15.27V14H5C4.21 14 3.44 14.32 2.88 14.88C1.71 16.05 1.71 17.95 2.88 19.12C3.45 19.68 4.21 20 5 20H10V18.73C9.05 18.18 8.72 16.95 9.27 16M18 14.8L19.5 16.3V14H18V14.8M20.5 17.3L22 18.8V14H20.5V17.3M11 16C10.45 16 10 16.45 10 17S10.45 18 11 18 12 17.55 12 17 11.55 16 11 16Z\" /></svg></li><li title=\"cigar \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cigar\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16 10.2H14.5A2 2 0 0 1 12.65 8.2A1.78 1.78 0 0 1 14.5 6.45V5A3.35 3.35 0 1 0 14.5 11.7H16A1.93 1.93 0 0 1 18 13.7V15H19.5V13.36A3.31 3.31 0 0 0 16 10.2M18.82 7.73A3.34 3.34 0 0 0 16.5 2V3.5A1.85 1.85 0 1 1 16.5 7.2V8.7A4 4 0 0 1 20.5 12.77V15H22V12.76A5.55 5.55 0 0 0 18.85 7.73M18 16V22H19.5V16M20.5 16V22H22V16M12 16V17.27A2 2 0 0 1 12 20.73V22H17V16M2.88 16.88A3 3 0 0 0 5 22H10V20.73A2 2 0 0 1 10 17.27V16H5A3 3 0 0 0 2.88 16.88M12 19A1 1 0 1 1 11 18A1 1 0 0 1 12 19Z\" /></svg></li><li title=\"circle box outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-circle-box-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 5V19H5V5H19M19 3H5C3.9 3 3 3.9 3 5V19C3 20.11 3.9 21 5 21H19C20.11 21 21 20.11 21 19V5C21 3.9 20.11 3 19 3M12 8C9.79 8 8 9.79 8 12S9.79 16 12 16 16 14.21 16 12 14.21 8 12 8Z\" /></svg></li><li title=\"circle box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-circle-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 3H5C3.9 3 3 3.9 3 5V19C3 20.11 3.9 21 5 21H19C20.11 21 21 20.11 21 19V5C21 3.9 20.11 3 19 3M12 16C9.79 16 8 14.21 8 12S9.79 8 12 8 16 9.79 16 12 14.21 16 12 16Z\" /></svg></li><li title=\"circle double \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-circle-double\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M12,4A8,8 0 0,1 20,12A8,8 0 0,1 12,20A8,8 0 0,1 4,12A8,8 0 0,1 12,4M12,6A6,6 0 0,0 6,12A6,6 0 0,0 12,18A6,6 0 0,0 18,12A6,6 0 0,0 12,6M12,8A4,4 0 0,1 16,12A4,4 0 0,1 12,16A4,4 0 0,1 8,12A4,4 0 0,1 12,8Z\" /></svg></li><li title=\"circle edit outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-circle-edit-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12H20A8,8 0 0,1 12,20A8,8 0 0,1 4,12A8,8 0 0,1 12,4V2M18.78,3C18.61,3 18.43,3.07 18.3,3.2L17.08,4.41L19.58,6.91L20.8,5.7C21.06,5.44 21.06,5 20.8,4.75L19.25,3.2C19.12,3.07 18.95,3 18.78,3M16.37,5.12L9,12.5V15H11.5L18.87,7.62L16.37,5.12Z\" /></svg></li><li title=\"circle expand \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-circle-expand\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,4L20,8V4M20,16L16,20H20M8,20L4,16V20M4,8L8,4H4M16.95,7.05C14.22,4.32 9.78,4.32 7.05,7.05C4.32,9.78 4.32,14.22 7.05,16.95C9.78,19.68 14.22,19.68 16.95,16.95C19.68,14.22 19.68,9.79 16.95,7.05M15.85,15.85C13.72,18 10.28,18 8.15,15.85C6,13.72 6,10.28 8.15,8.15C10.28,6 13.72,6 15.85,8.15C18,10.28 18,13.72 15.85,15.85Z\" /></svg></li><li title=\"circle half full \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-circle-half-full\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2A10 10 0 0 0 2 12A10 10 0 0 0 12 22A10 10 0 0 0 22 12A10 10 0 0 0 12 2M12 4A8 8 0 0 1 20 12A8 8 0 0 1 12 20V4Z\" /></svg></li><li title=\"circle half \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-circle-half\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2A10 10 0 0 0 2 12A10 10 0 0 0 12 22V2Z\" /></svg></li><li title=\"circle medium \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-circle-medium\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,8A4,4 0 0,0 8,12A4,4 0 0,0 12,16A4,4 0 0,0 16,12A4,4 0 0,0 12,8Z\" /></svg></li><li title=\"circle multiple outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-circle-multiple-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,4A8,8 0 0,1 23,12A8,8 0 0,1 15,20A8,8 0 0,1 7,12A8,8 0 0,1 15,4M15,18A6,6 0 0,0 21,12A6,6 0 0,0 15,6A6,6 0 0,0 9,12A6,6 0 0,0 15,18M3,12C3,14.61 4.67,16.83 7,17.65V19.74C3.55,18.85 1,15.73 1,12C1,8.27 3.55,5.15 7,4.26V6.35C4.67,7.17 3,9.39 3,12Z\" /></svg></li><li title=\"circle multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-circle-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15 4A8 8 0 1 1 7 12A8 8 0 0 1 15 4M3 12A6 6 0 0 0 7 17.65V19.74A8 8 0 0 1 7 4.26V6.35A6 6 0 0 0 3 12Z\" /></svg></li><li title=\"circle off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-circle-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.11 21.46L2.39 1.73L1.11 3L4.06 5.95C2.78 7.63 2 9.72 2 12C2 17.5 6.5 22 12 22C14.28 22 16.37 21.23 18.05 19.94L20.84 22.73L22.11 21.46M12 20C7.58 20 4 16.42 4 12C4 10.27 4.56 8.68 5.5 7.38L16.62 18.5C15.32 19.45 13.73 20 12 20M8.17 4.97L6.72 3.5C8.25 2.56 10.06 2 12 2C17.5 2 22 6.5 22 12C22 13.94 21.44 15.75 20.5 17.28L19.03 15.83C19.65 14.69 20 13.39 20 12C20 7.58 16.42 4 12 4C10.61 4 9.31 4.35 8.17 4.97Z\" /></svg></li><li title=\"circle opacity \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-circle-opacity\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 10V8H20V10H18M18 12V10H16V12H18M18 8V6H16V8H18M16 2.84V4H18C17.37 3.54 16.71 3.15 16 2.84M18 4V6H20C19.42 5.25 18.75 4.58 18 4M20 6V8H21.16C20.85 7.29 20.46 6.63 20 6M22 12C22 11.32 21.93 10.65 21.8 10H20V12H22M16 6V4H14V6H16M16 16H18V14H16V16M18 18H20L20 18V16H18V18M16 20H18L18 20V18H16V20M14 21.8C14.7 21.66 15.36 21.44 16 21.16V20H14V21.8M18 14H20V12H18V14M16 8H14V10H16V8M20 16H21.16C21.44 15.36 21.66 14.7 21.8 14H20V16M16 12H14V14H16V12M12 18V16H14V14H12V12H14V10H12V8H14V6H12V4H14V2.2C13.35 2.07 12.69 2 12 2C6.5 2 2 6.5 2 12S6.5 22 12 22V20H14V18H12M14 18H16V16H14V18Z\" /></svg></li><li title=\"circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,20A8,8 0 0,1 4,12A8,8 0 0,1 12,4A8,8 0 0,1 20,12A8,8 0 0,1 12,20M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z\" /></svg></li><li title=\"circle slice 1 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-circle-slice-1\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2C17.5 2 22 6.5 22 12C22 17.5 17.5 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2M12 4C7.58 4 4 7.58 4 12C4 16.42 7.58 20 12 20C16.42 20 20 16.42 20 12C20 7.58 16.42 4 12 4M12 5C13.93 5 15.68 5.78 16.95 7.05L12 12V5Z\" /></svg></li><li title=\"circle slice 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-circle-slice-2\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2C17.5 2 22 6.5 22 12C22 17.5 17.5 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2M12 4C7.58 4 4 7.58 4 12C4 16.42 7.58 20 12 20C16.42 20 20 16.42 20 12C20 7.58 16.42 4 12 4M12 5C15.87 5 19 8.13 19 12H12V5Z\" /></svg></li><li title=\"circle slice 3 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-circle-slice-3\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2C17.5 2 22 6.5 22 12C22 17.5 17.5 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2M12 4C7.58 4 4 7.58 4 12C4 16.42 7.58 20 12 20C16.42 20 20 16.42 20 12C20 7.58 16.42 4 12 4M12 5C15.87 5 19 8.13 19 12C19 13.93 18.22 15.68 16.95 16.95L12 12V5Z\" /></svg></li><li title=\"circle slice 4 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-circle-slice-4\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2C17.5 2 22 6.5 22 12C22 17.5 17.5 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2M12 4C7.58 4 4 7.58 4 12C4 16.42 7.58 20 12 20C16.42 20 20 16.42 20 12C20 7.58 16.42 4 12 4M12 5C15.87 5 19 8.13 19 12C19 15.87 15.87 19 12 19V5Z\" /></svg></li><li title=\"circle slice 5 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-circle-slice-5\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2C17.5 2 22 6.5 22 12C22 17.5 17.5 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2M12 4C7.58 4 4 7.58 4 12C4 16.42 7.58 20 12 20C16.42 20 20 16.42 20 12C20 7.58 16.42 4 12 4M12 5C15.87 5 19 8.13 19 12C19 15.87 15.87 19 12 19C10.07 19 8.32 18.22 7.05 16.95L12 12V5Z\" /></svg></li><li title=\"circle slice 6 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-circle-slice-6\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2C17.5 2 22 6.5 22 12C22 17.5 17.5 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2M12 4C7.58 4 4 7.58 4 12C4 16.42 7.58 20 12 20C16.42 20 20 16.42 20 12C20 7.58 16.42 4 12 4M12 5C15.87 5 19 8.13 19 12C19 15.87 15.87 19 12 19C8.13 19 5 15.87 5 12H12V5Z\" /></svg></li><li title=\"circle slice 7 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-circle-slice-7\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2C17.5 2 22 6.5 22 12C22 17.5 17.5 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2M12 4C7.58 4 4 7.58 4 12C4 16.42 7.58 20 12 20C16.42 20 20 16.42 20 12C20 7.58 16.42 4 12 4M12 5C15.87 5 19 8.13 19 12C19 15.87 15.87 19 12 19C8.13 19 5 15.87 5 12C5 10.07 5.78 8.32 7.05 7.05L12 12V5Z\" /></svg></li><li title=\"circle slice 8 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-circle-slice-8\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 5C15.87 5 19 8.13 19 12C19 15.87 15.87 19 12 19C8.13 19 5 15.87 5 12C5 8.13 8.13 5 12 5M12 2C17.5 2 22 6.5 22 12C22 17.5 17.5 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2M12 4C7.58 4 4 7.58 4 12C4 16.42 7.58 20 12 20C16.42 20 20 16.42 20 12C20 7.58 16.42 4 12 4Z\" /></svg></li><li title=\"circle small \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-circle-small\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,10A2,2 0 0,0 10,12C10,13.11 10.9,14 12,14C13.11,14 14,13.11 14,12A2,2 0 0,0 12,10Z\" /></svg></li><li title=\"circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z\" /></svg></li><li title=\"circular saw \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-circular-saw\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,11A1,1 0 0,1 14,12A1,1 0 0,1 13,13A1,1 0 0,1 12,12A1,1 0 0,1 13,11M7.86,6.25C9.14,4.87 10.97,4 13,4C16.5,4 19.44,6.61 19.93,10H22V12H16A3,3 0 0,0 13,9A3,3 0 0,0 10,12H2V10H2.05C2.25,7.73 3.14,5.66 4.5,4L7.86,6.25M6.73,7.89L5.06,6.77C4.53,7.75 4.18,8.84 4.06,10H6.07C6.18,9.25 6.4,8.54 6.73,7.89M7.4,15.4L6,14H11.79C12.03,14.42 12.5,14.7 13,14.7C13.5,14.7 13.97,14.42 14.21,14H20V15.4C18.39,14.42 18.46,15.75 18.46,15.75V17.71L16.5,19.67C16,17.92 15.1,18.9 15.1,18.9L13.7,20.3H10.9C11.88,18.69 10.55,18.76 10.55,18.76H8.59L6.63,16.8C8.38,16.31 7.4,15.4 7.4,15.4Z\" /></svg></li><li title=\"city variant outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-city-variant-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,23H13V21H15V23M19,21H17V23H19V21M15,17H13V19H15V17M7,21H5V23H7V21M7,17H5V19H7V17M19,17H17V19H19V17M15,13H13V15H15V13M19,13H17V15H19V13M21,9A2,2 0 0,1 23,11V23H21V11H11V23H9V15H3V23H1V15A2,2 0 0,1 3,13H9V11A2,2 0 0,1 11,9V7A2,2 0 0,1 13,5H15V1H17V5H19A2,2 0 0,1 21,7V9M19,9V7H13V9H19Z\" /></svg></li><li title=\"city variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-city-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,9V7A2,2 0 0,0 17,5H16V2H14V5H13A2,2 0 0,0 11,7V9A2,2 0 0,0 9,11V12H5A2,2 0 0,0 3,14V22H6V20H8V22H12V20H14V22H16V20H18V22H21V11A2,2 0 0,0 19,9M8,18H6V16H8V18M14,18H12V16H14V18M14,14H12V12H14V14M13,9V7H17V9H13M18,18H16V16H18V18M18,14H16V12H18V14Z\" /></svg></li><li title=\"city \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-city\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,15H17V13H19M19,19H17V17H19M13,7H11V5H13M13,11H11V9H13M13,15H11V13H13M13,19H11V17H13M7,11H5V9H7M7,15H5V13H7M7,19H5V17H7M15,11V5L12,2L9,5V7H3V21H21V11H15Z\" /></svg></li><li title=\"clipboard account outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clipboard-account-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,3A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3H9.18C9.6,1.84 10.7,1 12,1C13.3,1 14.4,1.84 14.82,3H19M12,3A1,1 0 0,0 11,4A1,1 0 0,0 12,5A1,1 0 0,0 13,4A1,1 0 0,0 12,3M7,7V5H5V19H19V5H17V7H7M12,9A2,2 0 0,1 14,11A2,2 0 0,1 12,13A2,2 0 0,1 10,11A2,2 0 0,1 12,9M8,17V16C8,14.9 9.79,14 12,14C14.21,14 16,14.9 16,16V17H8Z\" /></svg></li><li title=\"clipboard account \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clipboard-account\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18,19H6V17.6C6,15.6 10,14.5 12,14.5C14,14.5 18,15.6 18,17.6M12,7A3,3 0 0,1 15,10A3,3 0 0,1 12,13A3,3 0 0,1 9,10A3,3 0 0,1 12,7M12,3A1,1 0 0,1 13,4A1,1 0 0,1 12,5A1,1 0 0,1 11,4A1,1 0 0,1 12,3M19,3H14.82C14.4,1.84 13.3,1 12,1C10.7,1 9.6,1.84 9.18,3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3Z\" /></svg></li><li title=\"clipboard alert outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clipboard-alert-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,3A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3H9.18C9.6,1.84 10.7,1 12,1C13.3,1 14.4,1.84 14.82,3H19M12,3A1,1 0 0,0 11,4A1,1 0 0,0 12,5A1,1 0 0,0 13,4A1,1 0 0,0 12,3M7,7V5H5V19H19V5H17V7H7M11,9H13V13.5H11V9M11,15H13V17H11V15Z\" /></svg></li><li title=\"clipboard alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clipboard-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,5A1,1 0 0,1 11,4A1,1 0 0,1 12,3A1,1 0 0,1 13,4A1,1 0 0,1 12,5M13,14H11V8H13M13,18H11V16H13M19,3H14.82C14.4,1.84 13.3,1 12,1C10.7,1 9.6,1.84 9.18,3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3Z\" /></svg></li><li title=\"clipboard arrow down outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clipboard-arrow-down-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,3A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3H9.18C9.6,1.84 10.7,1 12,1C13.3,1 14.4,1.84 14.82,3H19M12,3A1,1 0 0,0 11,4A1,1 0 0,0 12,5A1,1 0 0,0 13,4A1,1 0 0,0 12,3M7,7V5H5V19H19V5H17V7H7M12,18L7,13H10V9H14V13H17L12,18Z\" /></svg></li><li title=\"clipboard arrow down \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clipboard-arrow-down\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,18L7,13H10V9H14V13H17M12,3A1,1 0 0,1 13,4A1,1 0 0,1 12,5A1,1 0 0,1 11,4A1,1 0 0,1 12,3M19,3H14.82C14.4,1.84 13.3,1 12,1C10.7,1 9.6,1.84 9.18,3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3Z\" /></svg></li><li title=\"clipboard arrow left outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clipboard-arrow-left-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,3A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3H9.18C9.6,1.84 10.7,1 12,1C13.3,1 14.4,1.84 14.82,3H19M12,3A1,1 0 0,0 11,4A1,1 0 0,0 12,5A1,1 0 0,0 13,4A1,1 0 0,0 12,3M7,7V5H5V19H19V5H17V7H7M7,13L12,18V15H16V11H12V8L7,13Z\" /></svg></li><li title=\"clipboard arrow left \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clipboard-arrow-left\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,15H12V18L7,13L12,8V11H16M12,3A1,1 0 0,1 13,4A1,1 0 0,1 12,5A1,1 0 0,1 11,4A1,1 0 0,1 12,3M19,3H14.82C14.4,1.84 13.3,1 12,1C10.7,1 9.6,1.84 9.18,3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3Z\" /></svg></li><li title=\"clipboard arrow right outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clipboard-arrow-right-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,3A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3H9.18C9.6,1.84 10.7,1 12,1C13.3,1 14.4,1.84 14.82,3H19M12,3A1,1 0 0,0 11,4A1,1 0 0,0 12,5A1,1 0 0,0 13,4A1,1 0 0,0 12,3M7,7V5H5V19H19V5H17V7H7M16.91,13L11.91,18V15H7.91V11H11.91V8L16.91,13Z\" /></svg></li><li title=\"clipboard arrow right \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clipboard-arrow-right\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,13L12,18V15H8V11H12V8M12,3A1,1 0 0,1 13,4A1,1 0 0,1 12,5A1,1 0 0,1 11,4A1,1 0 0,1 12,3M19,3H14.82C14.4,1.84 13.3,1 12,1C10.7,1 9.6,1.84 9.18,3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3Z\" /></svg></li><li title=\"clipboard arrow up outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clipboard-arrow-up-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,8L17,13H14V17H10V13H7L12,8M19,3A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3H9.18C9.6,1.84 10.7,1 12,1C13.3,1 14.4,1.84 14.82,3H19M12,3A1,1 0 0,0 11,4A1,1 0 0,0 12,5A1,1 0 0,0 13,4A1,1 0 0,0 12,3M7,7V5H5V19H19V5H17V7H7Z\" /></svg></li><li title=\"clipboard arrow up \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clipboard-arrow-up\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,3A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3H9.18C9.6,1.84 10.7,1 12,1C13.3,1 14.4,1.84 14.82,3H19M12,8L7,13H10V17H14V13H17L12,8M12,3A1,1 0 0,0 11,4A1,1 0 0,0 12,5A1,1 0 0,0 13,4A1,1 0 0,0 12,3Z\" /></svg></li><li title=\"clipboard check multiple outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clipboard-check-multiple-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 7V21H18V23H4C2.9 23 2 22.1 2 21V7H4M12.8 15.35L9.5 12.05L10.9 10.65L12.8 12.55L17.1 8.25L18.5 9.65L12.8 15.35M20 3C21.1 3 22 3.9 22 5V17C22 18.1 21.1 19 20 19H8C6.9 19 6 18.1 6 17V5C6 3.9 6.9 3 8 3H11.18C11.6 1.84 12.7 1 14 1C15.3 1 16.4 1.84 16.82 3H20M14 3C13.45 3 13 3.45 13 4C13 4.55 13.45 5 14 5C14.55 5 15 4.55 15 4C15 3.45 14.55 3 14 3M10 7V5H8V17H20V5H18V7H10Z\" /></svg></li><li title=\"clipboard check multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clipboard-check-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 7H2V21C2 22.1 2.9 23 4 23H18V21H4M20 3H16.8C16.4 1.8 15.3 1 14 1C12.7 1 11.6 1.8 11.2 3H8C6.9 3 6 3.9 6 5V17C6 18.1 6.9 19 8 19H20C21.1 19 22 18.1 22 17V5C22 3.9 21.1 3 20 3M14 3C14.6 3 15 3.5 15 4C15 4.5 14.5 5 14 5C13.5 5 13 4.5 13 4C13 3.5 13.4 3 14 3M12.3 15.1L9 11.8L10.4 10.4L12.3 12.3L17.6 7L19 8.4\" /></svg></li><li title=\"clipboard check outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clipboard-check-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,3H14.82C14.4,1.84 13.3,1 12,1C10.7,1 9.6,1.84 9.18,3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3M12,3A1,1 0 0,1 13,4A1,1 0 0,1 12,5A1,1 0 0,1 11,4A1,1 0 0,1 12,3M7,7H17V5H19V19H5V5H7V7M7.5,13.5L9,12L11,14L15.5,9.5L17,11L11,17L7.5,13.5Z\" /></svg></li><li title=\"clipboard check \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clipboard-check\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,17L6,13L7.41,11.59L10,14.17L16.59,7.58L18,9M12,3A1,1 0 0,1 13,4A1,1 0 0,1 12,5A1,1 0 0,1 11,4A1,1 0 0,1 12,3M19,3H14.82C14.4,1.84 13.3,1 12,1C10.7,1 9.6,1.84 9.18,3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3Z\" /></svg></li><li title=\"clipboard clock outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clipboard-clock-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 11.11V5C21 3.9 20.11 3 19 3H14.82C14.4 1.84 13.3 1 12 1S9.6 1.84 9.18 3H5C3.9 3 3 3.9 3 5V19C3 20.11 3.9 21 5 21H11.11C12.37 22.24 14.09 23 16 23C19.87 23 23 19.87 23 16C23 14.09 22.24 12.37 21 11.11M12 3C12.55 3 13 3.45 13 4S12.55 5 12 5 11 4.55 11 4 11.45 3 12 3M5 19V5H7V7H17V5H19V9.68C18.09 9.25 17.08 9 16 9C12.13 9 9 12.13 9 16C9 17.08 9.25 18.09 9.68 19H5M16 21C13.24 21 11 18.76 11 16S13.24 11 16 11 21 13.24 21 16 18.76 21 16 21M16.5 16.25L19.36 17.94L18.61 19.16L15 17V12H16.5V16.25Z\" /></svg></li><li title=\"clipboard clock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clipboard-clock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.5 16.25L19.36 17.94L18.61 19.16L15 17V12H16.5V16.25M23 16C23 19.87 19.87 23 16 23C14.09 23 12.37 22.24 11.11 21H5C3.9 21 3 20.11 3 19V5C3 3.9 3.9 3 5 3H9.18C9.6 1.84 10.7 1 12 1S14.4 1.84 14.82 3H19C20.11 3 21 3.9 21 5V11.11C22.24 12.37 23 14.09 23 16M11 4C11 4.55 11.45 5 12 5S13 4.55 13 4 12.55 3 12 3 11 3.45 11 4M21 16C21 13.24 18.76 11 16 11S11 13.24 11 16 13.24 21 16 21 21 18.76 21 16Z\" /></svg></li><li title=\"clipboard edit outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clipboard-edit-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.04 12.13C21.18 12.13 21.31 12.19 21.42 12.3L22.7 13.58C22.92 13.79 22.92 14.14 22.7 14.35L21.7 15.35L19.65 13.3L20.65 12.3C20.76 12.19 20.9 12.13 21.04 12.13M19.07 13.88L21.12 15.93L15.06 22H13V19.94L19.07 13.88M11 19L9 21H5C3.9 21 3 20.1 3 19V5C3 3.9 3.9 3 5 3H9.18C9.6 1.84 10.7 1 12 1C13.3 1 14.4 1.84 14.82 3H19C20.1 3 21 3.9 21 5V9L19 11V5H17V7H7V5H5V19H11M12 3C11.45 3 11 3.45 11 4C11 4.55 11.45 5 12 5C12.55 5 13 4.55 13 4C13 3.45 12.55 3 12 3Z\" /></svg></li><li title=\"clipboard edit \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clipboard-edit\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.04 12.13C21.18 12.13 21.31 12.19 21.42 12.3L22.7 13.58C22.92 13.79 22.92 14.14 22.7 14.35L21.7 15.35L19.65 13.3L20.65 12.3C20.76 12.19 20.9 12.13 21.04 12.13M19.07 13.88L21.12 15.93L15.06 22H13V19.94L19.07 13.88M19 3C20.1 3 21 3.9 21 5V9L11 19V21H5C3.9 21 3 20.1 3 19V5C3 3.9 3.9 3 5 3H9.18C9.6 1.84 10.7 1 12 1C13.3 1 14.4 1.84 14.82 3H19M12 3C11.45 3 11 3.45 11 4C11 4.55 11.45 5 12 5C12.55 5 13 4.55 13 4C13 3.45 12.55 3 12 3Z\" /></svg></li><li title=\"clipboard file outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clipboard-file-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15 23C13.9 23 13 22.11 13 21V12C13 10.9 13.9 10 15 10H19L23 14V21C23 22.11 22.11 23 21 23H15M15 21H21V14.83L18.17 12H15V21M19 3C20.1 3 21 3.9 21 5V9.17L19.83 8H19V5H17V7H7V5H5V19H11V21H5C3.9 21 3 20.1 3 19V5C3 3.9 3.9 3 5 3H9.18C9.6 1.84 10.7 1 12 1C13.3 1 14.4 1.84 14.82 3H19M12 3C11.45 3 11 3.45 11 4C11 4.55 11.45 5 12 5C12.55 5 13 4.55 13 4C13 3.45 12.55 3 12 3Z\" /></svg></li><li title=\"clipboard file \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clipboard-file\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 3C20.1 3 21 3.9 21 5V9.17L19.83 8H15C12.79 8 11 9.79 11 12V21H5C3.9 21 3 20.1 3 19V5C3 3.9 3.9 3 5 3H9.18C9.6 1.84 10.7 1 12 1C13.3 1 14.4 1.84 14.82 3H19M12 3C11.45 3 11 3.45 11 4C11 4.55 11.45 5 12 5C12.55 5 13 4.55 13 4C13 3.45 12.55 3 12 3M15 23C13.9 23 13 22.11 13 21V12C13 10.9 13.9 10 15 10H19L23 14V21C23 22.11 22.11 23 21 23H15M21 14.83L18.17 12H18V15H21V14.83Z\" /></svg></li><li title=\"clipboard flow outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clipboard-flow-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 3H14.82C14.4 1.84 13.3 1 12 1S9.6 1.84 9.18 3H5C3.9 3 3 3.9 3 5V19C3 20.11 3.9 21 5 21H19C20.11 21 21 20.11 21 19V5C21 3.9 20.11 3 19 3M12 3C12.55 3 13 3.45 13 4S12.55 5 12 5 11 4.55 11 4 11.45 3 12 3M7 7H17V5H19V19H5V5H7V7M10 16H8V11H6L9 8L12 11H10V16M14 10H16V15H18L15 18L12 15H14V10Z\" /></svg></li><li title=\"clipboard flow \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clipboard-flow\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,3H14.82C14.4,1.84 13.3,1 12,1C10.7,1 9.6,1.84 9.18,3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3M12,3A1,1 0 0,1 13,4A1,1 0 0,1 12,5A1,1 0 0,1 11,4A1,1 0 0,1 12,3M15,19L11,15H14V8H16V15H19L15,19M10,16H8V9H5L9,5L13,9H10V16\" /></svg></li><li title=\"clipboard list outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clipboard-list-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 3H14.82C14.4 1.84 13.3 1 12 1S9.6 1.84 9.18 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3M12 3C12.55 3 13 3.45 13 4S12.55 5 12 5 11 4.55 11 4 11.45 3 12 3M7 7H17V5H19V19H5V5H7V7M12 17V15H17V17H12M12 11V9H17V11H12M8 12V9H7V8H9V12H8M9.25 14C9.66 14 10 14.34 10 14.75C10 14.95 9.92 15.14 9.79 15.27L8.12 17H10V18H7V17.08L9 15H7V14H9.25\" /></svg></li><li title=\"clipboard list \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clipboard-list\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 3H14.82C14.4 1.84 13.3 1 12 1S9.6 1.84 9.18 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3M7 8H9V12H8V9H7V8M10 17V18H7V17.08L9 15H7V14H9.25C9.66 14 10 14.34 10 14.75C10 14.95 9.92 15.14 9.79 15.27L8.12 17H10M11 4C11 3.45 11.45 3 12 3S13 3.45 13 4 12.55 5 12 5 11 4.55 11 4M17 17H12V15H17V17M17 11H12V9H17V11Z\" /></svg></li><li title=\"clipboard minus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clipboard-minus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 3H14.82C14.4 1.84 13.3 1 12 1S9.6 1.84 9.18 3H5C3.9 3 3 3.9 3 5V19C3 20.11 3.9 21 5 21H19C20.11 21 21 20.11 21 19V5C21 3.9 20.11 3 19 3M12 3C12.55 3 13 3.45 13 4S12.55 5 12 5 11 4.55 11 4 11.45 3 12 3M19 19H5V5H7V7H17V5H19V19M8 12H16V14H8V12Z\" /></svg></li><li title=\"clipboard minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clipboard-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 3H14.82C14.4 1.84 13.3 1 12 1S9.6 1.84 9.18 3H5C3.9 3 3 3.9 3 5V19C3 20.11 3.9 21 5 21H19C20.11 21 21 20.11 21 19V5C21 3.9 20.11 3 19 3M12 3C12.55 3 13 3.45 13 4S12.55 5 12 5 11 4.55 11 4 11.45 3 12 3M16 14H8V12H16V14Z\" /></svg></li><li title=\"clipboard multiple outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clipboard-multiple-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 7V21H18V23H4C2.9 23 2 22.1 2 21V7H4M20 3C21.1 3 22 3.9 22 5V17C22 18.1 21.1 19 20 19H8C6.9 19 6 18.1 6 17V5C6 3.9 6.9 3 8 3H11.18C11.6 1.84 12.7 1 14 1C15.3 1 16.4 1.84 16.82 3H20M14 3C13.45 3 13 3.45 13 4C13 4.55 13.45 5 14 5C14.55 5 15 4.55 15 4C15 3.45 14.55 3 14 3M10 7V5H8V17H20V5H18V7H10Z\" /></svg></li><li title=\"clipboard multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clipboard-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 7H2V21C2 22.1 2.9 23 4 23H18V21H4M20 3H16.8C16.4 1.8 15.3 1 14 1C12.7 1 11.6 1.8 11.2 3H8C6.9 3 6 3.9 6 5V17C6 18.1 6.9 19 8 19H20C21.1 19 22 18.1 22 17V5C22 3.9 21.1 3 20 3M14 3C14.6 3 15 3.5 15 4C15 4.5 14.5 5 14 5C13.5 5 13 4.5 13 4C13 3.5 13.4 3 14 3Z\" /></svg></li><li title=\"clipboard off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clipboard-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2.39 1.73L1.11 3L3 4.9C3 4.93 3 4.97 3 5V19C3 20.11 3.9 21 5 21H19C19.03 21 19.07 21 19.1 21L20.84 22.73L22.11 21.46L2.39 1.73M5 19V6.89L17.11 19H5M17 7V5H19V15.8L21 17.8V5C21 3.9 20.11 3 19 3H14.82C14.4 1.84 13.3 1 12 1S9.6 1.84 9.18 3H6.2L10.2 7H17M12 3C12.55 3 13 3.45 13 4S12.55 5 12 5 11 4.55 11 4 11.45 3 12 3Z\" /></svg></li><li title=\"clipboard off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clipboard-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 5C21 3.9 20.11 3 19 3H14.82C14.4 1.84 13.3 1 12 1S9.6 1.84 9.18 3H6.2L21 17.8V5M12 5C11.45 5 11 4.55 11 4S11.45 3 12 3 13 3.45 13 4 12.55 5 12 5M22.11 21.46L20.84 22.73L19.1 21C19.07 21 19.03 21 19 21H5C3.9 21 3 20.11 3 19V5C3 4.97 3 4.93 3 4.9L1.11 3L2.39 1.73L22.11 21.46Z\" /></svg></li><li title=\"clipboard outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clipboard-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,3H14.82C14.4,1.84 13.3,1 12,1C10.7,1 9.6,1.84 9.18,3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3M12,3A1,1 0 0,1 13,4A1,1 0 0,1 12,5A1,1 0 0,1 11,4A1,1 0 0,1 12,3M7,7H17V5H19V19H5V5H7V7Z\" /></svg></li><li title=\"clipboard play multiple outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clipboard-play-multiple-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 7V21H18V23H4C2.9 23 2 22.1 2 21V7H4M20 3C21.1 3 22 3.9 22 5V17C22 18.1 21.1 19 20 19H8C6.9 19 6 18.1 6 17V5C6 3.9 6.9 3 8 3H11.2C11.6 1.8 12.7 1 14 1C15.3 1 16.4 1.8 16.8 3H20M14 3C13.4 3 13 3.5 13 4C13 4.5 13.4 5 14 5C14.6 5 15 4.6 15 4C15 3.4 14.6 3 14 3M10 7V5H8V17H20V5H18V7M12 15V9L17 12\" /></svg></li><li title=\"clipboard play multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clipboard-play-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 21H18V23H4C2.9 23 2 22.1 2 21V7H4M22 5V17C22 18.1 21.1 19 20 19H8C6.9 19 6 18.1 6 17V5C6 3.9 6.9 3 8 3H11.2C11.6 1.8 12.7 1 14 1C15.3 1 16.4 1.8 16.8 3H20C21.1 3 22 3.9 22 5M13 4C13 4.5 13.5 5 14 5C14.5 5 15 4.5 15 4C15 3.5 14.6 3 14 3C13.4 3 13 3.5 13 4M17 12L12 8V16\" /></svg></li><li title=\"clipboard play outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clipboard-play-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,3H14.82C14.25,1.44 12.53,0.64 11,1.2C10.14,1.5 9.5,2.16 9.18,3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3M12,3A1,1 0 0,1 13,4A1,1 0 0,1 12,5A1,1 0 0,1 11,4A1,1 0 0,1 12,3M7,7H17V5H19V19H5V5H7V7M10,17V9L15,13L10,17Z\" /></svg></li><li title=\"clipboard play \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clipboard-play\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,3H14.82C14.25,1.44 12.53,0.64 11,1.2C10.14,1.5 9.5,2.16 9.18,3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3M12,3A1,1 0 0,1 13,4A1,1 0 0,1 12,5A1,1 0 0,1 11,4A1,1 0 0,1 12,3M10,17V9L15,13L10,17Z\" /></svg></li><li title=\"clipboard plus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clipboard-plus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 3H14.82C14.4 1.84 13.3 1 12 1S9.6 1.84 9.18 3H5C3.9 3 3 3.9 3 5V19C3 20.11 3.9 21 5 21H19C20.11 21 21 20.11 21 19V5C21 3.9 20.11 3 19 3M12 3C12.55 3 13 3.45 13 4S12.55 5 12 5 11 4.55 11 4 11.45 3 12 3M7 7H17V5H19V19H5V5H7V7M13 12H16V14H13V17H11V14H8V12H11V9H13V12Z\" /></svg></li><li title=\"clipboard plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clipboard-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,3H14.82C14.4,1.84 13.3,1 12,1C10.7,1 9.6,1.84 9.18,3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3M12,3A1,1 0 0,1 13,4A1,1 0 0,1 12,5A1,1 0 0,1 11,4A1,1 0 0,1 12,3M13,12H16V14H13V17H11V14H8V12H11V9H13V12Z\" /></svg></li><li title=\"clipboard pulse outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clipboard-pulse-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,3H14.82C14.4,1.84 13.3,1 12,1C10.7,1 9.6,1.84 9.18,3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3M12,3A1,1 0 0,1 13,4A1,1 0 0,1 12,5A1,1 0 0,1 11,4A1,1 0 0,1 12,3M5,15H8.11L9.62,12.15L10.38,17.92L14.07,13.21L15.89,15H19V19H5V15M19,13.46H16.53L13.93,10.86L11.44,14.05L10.5,7.08L7.17,13.46H5V5H7V6H17V5H19V6L19,13.46Z\" /></svg></li><li title=\"clipboard pulse \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clipboard-pulse\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,3H14.82C14.4,1.84 13.3,1 12,1C10.7,1 9.6,1.84 9.18,3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3M12,3A1,1 0 0,1 13,4A1,1 0 0,1 12,5A1,1 0 0,1 11,4A1,1 0 0,1 12,3M5,13.46H7.17L10.5,7.08L11.44,14.05L13.93,10.86L16.53,13.46H19V15H15.89L14.07,13.21L10.38,17.92L9.62,12.15L8.11,15H5V13.46Z\" /></svg></li><li title=\"clipboard remove outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clipboard-remove-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 3H14.82C14.4 1.84 13.3 1 12 1S9.6 1.84 9.18 3H5C3.9 3 3 3.9 3 5V19C3 20.11 3.9 21 5 21H19C20.11 21 21 20.11 21 19V5C21 3.9 20.11 3 19 3M12 3C12.55 3 13 3.45 13 4S12.55 5 12 5 11 4.55 11 4 11.45 3 12 3M19 19H5V5H7V7H17V5H19V19M15.54 10.88L13.41 13L15.54 15.12L14.12 16.54L12 14.41L9.88 16.54L8.47 15.12L10.59 13L8.47 10.88L9.88 9.47L12 11.59L14.12 9.47L15.54 10.88Z\" /></svg></li><li title=\"clipboard remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clipboard-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 3H14.82C14.4 1.84 13.3 1 12 1S9.6 1.84 9.18 3H5C3.9 3 3 3.9 3 5V19C3 20.11 3.9 21 5 21H19C20.11 21 21 20.11 21 19V5C21 3.9 20.11 3 19 3M12 3C12.55 3 13 3.45 13 4S12.55 5 12 5 11 4.55 11 4 11.45 3 12 3M15.54 15.12L14.12 16.54L12 14.41L9.88 16.54L8.47 15.12L10.59 13L8.47 10.88L9.88 9.47L12 11.59L14.12 9.47L15.54 10.88L13.41 13L15.54 15.12Z\" /></svg></li><li title=\"clipboard search outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clipboard-search-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.03 19H5V5H7V7H17V5H19V9.5C19.72 9.8 20.4 10.24 21 10.82V5C21 3.9 20.11 3 19 3H14.82C14.4 1.84 13.3 1 12 1S9.6 1.84 9.18 3H5C3.9 3 3 3.9 3 5V19C3 20.11 3.9 21 5 21H13.06C12.65 20.74 12.26 20.45 11.9 20.1C11.57 19.76 11.27 19.39 11.03 19M12 3C12.55 3 13 3.45 13 4S12.55 5 12 5 11 4.55 11 4 11.45 3 12 3M20.31 17.9C20.75 17.21 21 16.38 21 15.5C21 13 19 11 16.5 11S12 13 12 15.5 14 20 16.5 20C17.37 20 18.19 19.75 18.88 19.32L22 22.39L23.39 21L20.31 17.9M16.5 18C15.12 18 14 16.88 14 15.5S15.12 13 16.5 13 19 14.12 19 15.5 17.88 18 16.5 18Z\" /></svg></li><li title=\"clipboard search \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clipboard-search\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.9 10.9C14.41 8.4 18.45 8.37 21 10.82V5C21 3.9 20.11 3 19 3H14.82C14.4 1.84 13.3 1 12 1S9.6 1.84 9.18 3H5C3.9 3 3 3.9 3 5V19C3 20.11 3.9 21 5 21H13.06C12.65 20.74 12.26 20.45 11.9 20.1C9.37 17.56 9.37 13.44 11.9 10.9M12 3C12.55 3 13 3.45 13 4S12.55 5 12 5 11 4.55 11 4 11.45 3 12 3M20.31 17.9C20.75 17.21 21 16.38 21 15.5C21 13 19 11 16.5 11S12 13 12 15.5 14 20 16.5 20C17.37 20 18.19 19.75 18.88 19.32L22 22.39L23.39 21L20.31 17.9M16.5 18C15.12 18 14 16.88 14 15.5S15.12 13 16.5 13 19 14.12 19 15.5 17.88 18 16.5 18Z\" /></svg></li><li title=\"clipboard text clock outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clipboard-text-clock-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 11.11V5C21 3.9 20.11 3 19 3H14.82C14.4 1.84 13.3 1 12 1S9.6 1.84 9.18 3H5C3.9 3 3 3.9 3 5V19C3 20.11 3.9 21 5 21H11.11C12.37 22.24 14.09 23 16 23C19.87 23 23 19.87 23 16C23 14.09 22.24 12.37 21 11.11M12 3C12.55 3 13 3.45 13 4S12.55 5 12 5 11 4.55 11 4 11.45 3 12 3M5 19V5H7V7H17V5H19V9.68C18.09 9.25 17.08 9 16 9H7V11H11.1C10.5 11.57 10.04 12.25 9.68 13H7V15H9.08C9.03 15.33 9 15.66 9 16C9 17.08 9.25 18.09 9.68 19H5M16 21C13.24 21 11 18.76 11 16S13.24 11 16 11 21 13.24 21 16 18.76 21 16 21M16.5 16.25L19.36 17.94L18.61 19.16L15 17V12H16.5V16.25Z\" /></svg></li><li title=\"clipboard text clock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clipboard-text-clock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 11.11V5C21 3.9 20.11 3 19 3H14.82C14.4 1.84 13.3 1 12 1S9.6 1.84 9.18 3H5C3.9 3 3 3.9 3 5V19C3 20.11 3.9 21 5 21H11.11C12.37 22.24 14.09 23 16 23C19.87 23 23 19.87 23 16C23 14.09 22.24 12.37 21 11.11M12 3C12.55 3 13 3.45 13 4S12.55 5 12 5 11 4.55 11 4 11.45 3 12 3M6 7H18V9H6V7M9.08 17H6V15H9.08C9.03 15.33 9 15.66 9 16S9.03 16.67 9.08 17M6 13V11H11.11C10.5 11.57 10.04 12.25 9.68 13H6M16 21C13.24 21 11 18.76 11 16S13.24 11 16 11 21 13.24 21 16 18.76 21 16 21M16.5 16.25L19.36 17.94L18.61 19.16L15 17V12H16.5V16.25Z\" /></svg></li><li title=\"clipboard text multiple outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clipboard-text-multiple-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 7V21H18V23H4C2.9 23 2 22.1 2 21V7H4M20 3C21.1 3 22 3.9 22 5V17C22 18.1 21.1 19 20 19H8C6.9 19 6 18.1 6 17V5C6 3.9 6.9 3 8 3H11.18C11.6 1.84 12.7 1 14 1C15.3 1 16.4 1.84 16.82 3H20M14 3C13.45 3 13 3.45 13 4C13 4.55 13.45 5 14 5C14.55 5 15 4.55 15 4C15 3.45 14.55 3 14 3M10 7V5H8V17H20V5H18V7M15 15H10V13H15M18 11H10V9H18V11Z\" /></svg></li><li title=\"clipboard text multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clipboard-text-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 3H16.8C16.4 1.8 15.3 1 14 1C12.7 1 11.6 1.8 11.2 3H8C6.9 3 6 3.9 6 5V17C6 18.1 6.9 19 8 19H20C21.1 19 22 18.1 22 17V5C22 3.9 21.1 3 20 3M14 3C14.6 3 15 3.5 15 4C15 4.5 14.5 5 14 5C13.5 5 13 4.5 13 4C13 3.5 13.4 3 14 3M16 14H9V12H16M19 10H9V8H19M4 21H18V23H4C2.9 23 2 22.1 2 21V7H4\" /></svg></li><li title=\"clipboard text off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clipboard-text-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17 7V5H19V15.8L21 17.8V5C21 3.9 20.11 3 19 3H14.82C14.25 1.44 12.53 .64 11 1.2C10.14 1.5 9.5 2.16 9.18 3H6.2L10.2 7H17M12 3C12.55 3 13 3.45 13 4S12.55 5 12 5 11 4.55 11 4 11.45 3 12 3M14.2 11L12.2 9H17V11H14.2M2.39 1.73L1.11 3L3 4.9C3 4.93 3 4.97 3 5V19C3 20.11 3.9 21 5 21H19C19.03 21 19.07 21 19.1 21L20.84 22.73L22.11 21.46L2.39 1.73M5 19V6.89L7.11 9H7V11H9.11L11.11 13H7V15H13.11L17.11 19H5Z\" /></svg></li><li title=\"clipboard text off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clipboard-text-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2.39 1.73L1.11 3L3 4.9C3 4.93 3 4.97 3 5V19C3 20.11 3.9 21 5 21H19C19.03 21 19.07 21 19.1 21L20.84 22.73L22.11 21.46L2.39 1.73M7 11H9.11L11.11 13H7V11M14 17H7V15H13.11L14 15.89V17M17 7V9H12.2L14.2 11H17V13H16.2L21 17.8V5C21 3.9 20.11 3 19 3H14.82C14.4 1.84 13.3 1 12 1S9.6 1.84 9.18 3H6.2L10.2 7H17M12 3C12.55 3 13 3.45 13 4S12.55 5 12 5 11 4.55 11 4 11.45 3 12 3Z\" /></svg></li><li title=\"clipboard text outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clipboard-text-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,3H14.82C14.25,1.44 12.53,0.64 11,1.2C10.14,1.5 9.5,2.16 9.18,3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3M12,3A1,1 0 0,1 13,4A1,1 0 0,1 12,5A1,1 0 0,1 11,4A1,1 0 0,1 12,3M7,7H17V5H19V19H5V5H7V7M17,11H7V9H17V11M15,15H7V13H15V15Z\" /></svg></li><li title=\"clipboard text play outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clipboard-text-play-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,3H14.82C14.25,1.44 12.53,0.64 11,1.2C10.14,1.5 9.5,2.16 9.18,3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H15V19H5V5H7V7H17V5H19V14H21V5A2,2 0 0,0 19,3M12,5A1,1 0 0,1 11,4A1,1 0 0,1 12,3A1,1 0 0,1 13,4A1,1 0 0,1 12,5M17,16V22L22,19L17,16M17,11H7V9H17V11M15,15H7V13H15V15Z\" /></svg></li><li title=\"clipboard text play \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clipboard-text-play\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,3A2,2 0 0,1 21,5V13.34C20.36,13.11 19.68,13 19,13C15.68,13 13,15.69 13,19C13,19.68 13.11,20.36 13.34,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3H9.18C9.5,2.16 10.14,1.5 11,1.2C12.53,0.64 14.25,1.44 14.82,3H19M12,3A1,1 0 0,0 11,4A1,1 0 0,0 12,5A1,1 0 0,0 13,4A1,1 0 0,0 12,3M11,17V15H7V17H11M13,13V11H7V13H13M17,9V7H7V9H17M17,16L22,19L17,22V16Z\" /></svg></li><li title=\"clipboard text search outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clipboard-text-search-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17 9H16.5 17M7 15H10C10.08 14.32 10.23 13.64 10.5 13H7V15M11.9 10.9C13.17 9.64 14.84 9 16.5 9H7V11H11.82C11.85 10.97 11.87 10.94 11.9 10.9M11.9 20.1C12.26 20.45 12.65 20.74 13.06 21H5C3.9 21 3 20.11 3 19V5C3 3.9 3.9 3 5 3H9.18C9.5 2.16 10.14 1.5 11 1.2C12.53 .64 14.25 1.44 14.82 3H19C20.11 3 21 3.9 21 5V10.82C20.4 10.24 19.72 9.8 19 9.5V5H17V7H7V5H5V19H11.03C11.27 19.39 11.57 19.76 11.9 20.1M11 4C11 4.55 11.45 5 12 5S13 4.55 13 4 12.55 3 12 3 11 3.45 11 4M23.39 21L22 22.39L18.88 19.32C18.19 19.75 17.37 20 16.5 20C14 20 12 18 12 15.5S14 11 16.5 11 21 13 21 15.5C21 16.38 20.75 17.21 20.31 17.9L23.39 21M19 15.5C19 14.12 17.88 13 16.5 13S14 14.12 14 15.5 15.12 18 16.5 18 19 16.88 19 15.5Z\" /></svg></li><li title=\"clipboard text search \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clipboard-text-search\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10.18 17H7V15H10C10.08 14.32 10.23 13.64 10.5 13H7V11H11.82C11.85 10.97 11.87 10.94 11.9 10.9C13.17 9.64 14.84 9 16.5 9H7V7H17V9H16.5C18.12 9 19.74 9.61 21 10.82V5C21 3.9 20.11 3 19 3H14.82C14.4 1.84 13.3 1 12 1S9.6 1.84 9.18 3H5C3.9 3 3 3.9 3 5V19C3 20.11 3.9 21 5 21H13.06C12.65 20.74 12.26 20.45 11.9 20.1C11 19.21 10.45 18.13 10.18 17M12 3C12.55 3 13 3.45 13 4S12.55 5 12 5 11 4.55 11 4 11.45 3 12 3M20.31 17.9C20.75 17.21 21 16.38 21 15.5C21 13 19 11 16.5 11S12 13 12 15.5 14 20 16.5 20C17.37 20 18.19 19.75 18.88 19.32L22 22.39L23.39 21L20.31 17.9M16.5 18C15.12 18 14 16.88 14 15.5S15.12 13 16.5 13 19 14.12 19 15.5 17.88 18 16.5 18Z\" /></svg></li><li title=\"clipboard text \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clipboard-text\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,9H7V7H17M17,13H7V11H17M14,17H7V15H14M12,3A1,1 0 0,1 13,4A1,1 0 0,1 12,5A1,1 0 0,1 11,4A1,1 0 0,1 12,3M19,3H14.82C14.4,1.84 13.3,1 12,1C10.7,1 9.6,1.84 9.18,3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3Z\" /></svg></li><li title=\"clipboard \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clipboard\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,3H14.82C14.4,1.84 13.3,1 12,1C10.7,1 9.6,1.84 9.18,3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3M12,3A1,1 0 0,1 13,4A1,1 0 0,1 12,5A1,1 0 0,1 11,4A1,1 0 0,1 12,3\" /></svg></li><li title=\"clippy \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clippy\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,15.5A2.5,2.5 0 0,1 12.5,18A2.5,2.5 0 0,1 10,15.5V13.75A0.75,0.75 0 0,1 10.75,13A0.75,0.75 0 0,1 11.5,13.75V15.5A1,1 0 0,0 12.5,16.5A1,1 0 0,0 13.5,15.5V11.89C12.63,11.61 12,10.87 12,10C12,8.9 13,8 14.25,8C15.5,8 16.5,8.9 16.5,10C16.5,10.87 15.87,11.61 15,11.89V15.5M8.25,8C9.5,8 10.5,8.9 10.5,10C10.5,10.87 9.87,11.61 9,11.89V17.25A3.25,3.25 0 0,0 12.25,20.5A3.25,3.25 0 0,0 15.5,17.25V13.75A0.75,0.75 0 0,1 16.25,13A0.75,0.75 0 0,1 17,13.75V17.25A4.75,4.75 0 0,1 12.25,22A4.75,4.75 0 0,1 7.5,17.25V11.89C6.63,11.61 6,10.87 6,10C6,8.9 7,8 8.25,8M10.06,6.13L9.63,7.59C9.22,7.37 8.75,7.25 8.25,7.25C7.34,7.25 6.53,7.65 6.03,8.27L4.83,7.37C5.46,6.57 6.41,6 7.5,5.81V5.75A3.75,3.75 0 0,1 11.25,2A3.75,3.75 0 0,1 15,5.75V5.81C16.09,6 17.04,6.57 17.67,7.37L16.47,8.27C15.97,7.65 15.16,7.25 14.25,7.25C13.75,7.25 13.28,7.37 12.87,7.59L12.44,6.13C12.77,6 13.13,5.87 13.5,5.81V5.75C13.5,4.5 12.5,3.5 11.25,3.5C10,3.5 9,4.5 9,5.75V5.81C9.37,5.87 9.73,6 10.06,6.13M14.25,9.25C13.7,9.25 13.25,9.59 13.25,10C13.25,10.41 13.7,10.75 14.25,10.75C14.8,10.75 15.25,10.41 15.25,10C15.25,9.59 14.8,9.25 14.25,9.25M8.25,9.25C7.7,9.25 7.25,9.59 7.25,10C7.25,10.41 7.7,10.75 8.25,10.75C8.8,10.75 9.25,10.41 9.25,10C9.25,9.59 8.8,9.25 8.25,9.25Z\" /></svg></li><li title=\"clock alert outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clock-alert-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11M20 12V18H22V12H20M20 20V22H22V20H20M18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12S6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12S7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z\" /></svg></li><li title=\"clock alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clock-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 12H22V18H20V12M20 20H22V22H20V20M12 2C6.5 2 2 6.5 2 12S6.5 22 12 22C14.3 22 16.3 21.2 18 20V10H21.8C20.9 5.4 16.8 2 12 2M16.2 16.2L11 13V7H12.5V12.2L17 14.9L16.2 16.2Z\" /></svg></li><li title=\"clock check outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clock-check-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23.5 17L18.5 22L15 18.5L16.5 17L18.5 19L22 15.5L23.5 17M13.1 19.9C12.7 20 12.4 20 12 20C7.6 20 4 16.4 4 12S7.6 4 12 4 20 7.6 20 12C20 12.4 20 12.7 19.9 13.1C20.6 13.2 21.2 13.4 21.8 13.7C21.9 13.1 22 12.6 22 12C22 6.5 17.5 2 12 2S2 6.5 2 12C2 17.5 6.5 22 12 22C12.6 22 13.2 21.9 13.7 21.8C13.4 21.3 13.2 20.6 13.1 19.9M15.6 14.1L12.5 12.3V7H11V13L14.5 15.1C14.8 14.7 15.2 14.4 15.6 14.1Z\" /></svg></li><li title=\"clock check \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clock-check\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23.5 17L18.5 22L15 18.5L16.5 17L18.5 19L22 15.5L23.5 17M13 19C13 17.5 13.5 16.2 14.4 15.1L11 13V7H12.5V12.2L15.6 14.1C16.6 13.4 17.7 13 19 13C20 13 21 13.3 21.8 13.7C21.9 13.1 22 12.6 22 12C22 6.5 17.5 2 12 2S2 6.5 2 12 6.5 22 12 22C12.6 22 13.2 21.9 13.7 21.8C13.3 21 13 20 13 19Z\" /></svg></li><li title=\"clock digital \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clock-digital\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,6A2,2 0 0,0 0,8V16A2,2 0 0,0 2,18H22A2,2 0 0,0 24,16V8A2,2 0 0,0 22,6M2,8H22V16H2M3,9V10.5H6.25L3,15H4.75L8,10.5V9M9.25,9V10.5H10.75V9M12,9V10.5H13.5V15H15V9M17,9A1,1 0 0,0 16,10V14A1,1 0 0,0 17,15H20A1,1 0 0,0 21,14V10A1,1 0 0,0 20,9M17.5,10.5H19.5V13.5H17.5M9.25,13.5V15H10.75V13.5\" /></svg></li><li title=\"clock edit outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clock-edit-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 13.1C20.9 13.1 20.7 13.2 20.6 13.3L19.6 14.3L21.7 16.4L22.7 15.4C22.9 15.2 22.9 14.8 22.7 14.6L21.4 13.3C21.3 13.2 21.2 13.1 21 13.1M19.1 14.9L13 20.9V23H15.1L21.2 16.9L19.1 14.9M12.5 7V12.2L16.5 14.6L15.5 15.6L11 13V7H12.5M11 21.9C5.9 21.4 2 17.1 2 12C2 6.5 6.5 2 12 2C17.3 2 21.6 6.1 22 11.3C21.7 11.2 21.4 11.1 21 11.1C20.6 11.1 20.3 11.2 20 11.3C19.6 7.2 16.2 4 12 4C7.6 4 4 7.6 4 12C4 16.1 7.1 19.5 11.1 19.9L11 20.1V21.9Z\" /></svg></li><li title=\"clock edit \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clock-edit\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 13.1C20.9 13.1 20.7 13.2 20.6 13.3L19.6 14.3L21.7 16.4L22.7 15.4C22.9 15.2 22.9 14.8 22.7 14.6L21.4 13.3C21.3 13.2 21.2 13.1 21 13.1M19.1 14.9L13 20.9V23H15.1L21.2 16.9L19.1 14.9M11 21.9C5.9 21.4 2 17.1 2 12C2 6.5 6.5 2 12 2C17.3 2 21.6 6.1 22 11.3C21.7 11.2 21.4 11.1 21 11.1C20.2 11.1 19.6 11.5 19.2 11.9L16.5 14.6L12.5 12.2V7H11V13L15.4 15.7L11 20.1V21.9Z\" /></svg></li><li title=\"clock end \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clock-end\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,1C8.14,1 5,4.14 5,8A7,7 0 0,0 12,15C15.86,15 19,11.87 19,8C19,4.14 15.86,1 12,1M12,3.15C14.67,3.15 16.85,5.32 16.85,8C16.85,10.68 14.67,12.85 12,12.85A4.85,4.85 0 0,1 7.15,8A4.85,4.85 0 0,1 12,3.15M11,5V8.69L14.19,10.53L14.94,9.23L12.5,7.82V5M15,16V19H3V21H15V24L19,20M19,20V24H21V16H19\" /></svg></li><li title=\"clock fast \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clock-fast\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,4A8,8 0 0,1 23,12A8,8 0 0,1 15,20A8,8 0 0,1 7,12A8,8 0 0,1 15,4M15,6A6,6 0 0,0 9,12A6,6 0 0,0 15,18A6,6 0 0,0 21,12A6,6 0 0,0 15,6M14,8H15.5V11.78L17.83,14.11L16.77,15.17L14,12.4V8M2,18A1,1 0 0,1 1,17A1,1 0 0,1 2,16H5.83C6.14,16.71 6.54,17.38 7,18H2M3,13A1,1 0 0,1 2,12A1,1 0 0,1 3,11H5.05L5,12L5.05,13H3M4,8A1,1 0 0,1 3,7A1,1 0 0,1 4,6H7C6.54,6.62 6.14,7.29 5.83,8H4Z\" /></svg></li><li title=\"clock in \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clock-in\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2.21,0.79L0.79,2.21L4.8,6.21L3,8H8V3L6.21,4.8M12,8C8.14,8 5,11.13 5,15A7,7 0 0,0 12,22C15.86,22 19,18.87 19,15A7,7 0 0,0 12,8M12,10.15C14.67,10.15 16.85,12.32 16.85,15A4.85,4.85 0 0,1 12,19.85C9.32,19.85 7.15,17.68 7.15,15A4.85,4.85 0 0,1 12,10.15M11,12V15.69L14.19,17.53L14.94,16.23L12.5,14.82V12\" /></svg></li><li title=\"clock minus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clock-minus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.47 15.08L11 13V7H12.5V12.25L15.58 14.08C15.17 14.36 14.79 14.7 14.47 15.08M13.08 19.92C12.72 19.97 12.37 20 12 20C7.58 20 4 16.42 4 12S7.58 4 12 4 20 7.58 20 12C20 12.37 19.97 12.72 19.92 13.08C20.61 13.18 21.25 13.4 21.84 13.72C21.94 13.16 22 12.59 22 12C22 6.5 17.5 2 12 2S2 6.5 2 12C2 17.5 6.47 22 12 22C12.59 22 13.16 21.94 13.72 21.84C13.4 21.25 13.18 20.61 13.08 19.92M15 18V20H23V18H15Z\" /></svg></li><li title=\"clock minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clock-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.72 21.84C13.16 21.94 12.59 22 12 22C6.5 22 2 17.5 2 12S6.5 2 12 2 22 6.5 22 12C22 12.59 21.94 13.16 21.84 13.72C21 13.26 20.03 13 19 13C17.74 13 16.57 13.39 15.6 14.06L12.5 12.2V7H11V13L14.43 15.11C13.54 16.16 13 17.5 13 19C13 20.03 13.26 21 13.72 21.84M15 18V20H23V18H15Z\" /></svg></li><li title=\"clock out \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clock-out\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18,1L19.8,2.79L15.79,6.79L17.21,8.21L21.21,4.21L23,6V1M12,8C8.14,8 5,11.13 5,15A7,7 0 0,0 12,22C15.86,22 19,18.87 19,15A7,7 0 0,0 12,8M12,10.15C14.67,10.15 16.85,12.32 16.85,15A4.85,4.85 0 0,1 12,19.85C9.32,19.85 7.15,17.68 7.15,15A4.85,4.85 0 0,1 12,10.15M11,12V15.69L14.19,17.53L14.94,16.23L12.5,14.82V12\" /></svg></li><li title=\"clock outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clock-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22C6.47,22 2,17.5 2,12A10,10 0 0,1 12,2M12.5,7V12.25L17,14.92L16.25,16.15L11,13V7H12.5Z\" /></svg></li><li title=\"clock plus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clock-plus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.47 15.08L11 13V7H12.5V12.25L15.58 14.08C15.17 14.36 14.79 14.7 14.47 15.08M13.08 19.92C12.72 19.97 12.37 20 12 20C7.58 20 4 16.42 4 12S7.58 4 12 4 20 7.58 20 12C20 12.37 19.97 12.72 19.92 13.08C20.61 13.18 21.25 13.4 21.84 13.72C21.94 13.16 22 12.59 22 12C22 6.5 17.5 2 12 2S2 6.5 2 12C2 17.5 6.47 22 12 22C12.59 22 13.16 21.94 13.72 21.84C13.4 21.25 13.18 20.61 13.08 19.92M18 15V18H15V20H18V23H20V20H23V18H20V15H18Z\" /></svg></li><li title=\"clock plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clock-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.72 21.84C13.16 21.94 12.59 22 12 22C6.5 22 2 17.5 2 12S6.5 2 12 2 22 6.5 22 12C22 12.59 21.94 13.16 21.84 13.72C21 13.26 20.03 13 19 13C17.74 13 16.57 13.39 15.6 14.06L12.5 12.2V7H11V13L14.43 15.11C13.54 16.16 13 17.5 13 19C13 20.03 13.26 21 13.72 21.84M18 15V18H15V20H18V23H20V20H23V18H20V15H18Z\" /></svg></li><li title=\"clock remove outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clock-remove-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.47 15.08L11 13V7H12.5V12.25L15.58 14.08C15.17 14.36 14.79 14.7 14.47 15.08M13.08 19.92C12.72 19.97 12.37 20 12 20C7.58 20 4 16.42 4 12S7.58 4 12 4 20 7.58 20 12C20 12.37 19.97 12.72 19.92 13.08C20.61 13.18 21.25 13.4 21.84 13.72C21.94 13.16 22 12.59 22 12C22 6.5 17.5 2 12 2S2 6.5 2 12C2 17.5 6.47 22 12 22C12.59 22 13.16 21.94 13.72 21.84C13.4 21.25 13.18 20.61 13.08 19.92M21.12 15.46L19 17.59L16.88 15.47L15.47 16.88L17.59 19L15.47 21.12L16.88 22.54L19 20.41L21.12 22.54L22.54 21.12L20.41 19L22.54 16.88L21.12 15.46Z\" /></svg></li><li title=\"clock remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clock-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.72 21.84C13.16 21.94 12.59 22 12 22C6.5 22 2 17.5 2 12S6.5 2 12 2 22 6.5 22 12C22 12.59 21.94 13.16 21.84 13.72C21 13.26 20.03 13 19 13C17.74 13 16.57 13.39 15.6 14.06L12.5 12.2V7H11V13L14.43 15.11C13.54 16.16 13 17.5 13 19C13 20.03 13.26 21 13.72 21.84M21.12 15.46L19 17.59L16.88 15.47L15.47 16.88L17.59 19L15.47 21.12L16.88 22.54L19 20.41L21.12 22.54L22.54 21.12L20.41 19L22.54 16.88L21.12 15.46Z\" /></svg></li><li title=\"clock start \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clock-start\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,1C8.14,1 5,4.14 5,8A7,7 0 0,0 12,15C15.86,15 19,11.87 19,8C19,4.14 15.86,1 12,1M12,3.15C14.67,3.15 16.85,5.32 16.85,8C16.85,10.68 14.67,12.85 12,12.85A4.85,4.85 0 0,1 7.15,8A4.85,4.85 0 0,1 12,3.15M11,5V8.69L14.19,10.53L14.94,9.23L12.5,7.82V5M4,16V24H6V21H18V24L22,20L18,16V19H6V16\" /></svg></li><li title=\"clock time eight outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clock-time-eight-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 20C16.4 20 20 16.4 20 12S16.4 4 12 4 4 7.6 4 12 7.6 20 12 20M12 2C17.5 2 22 6.5 22 12S17.5 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2M12.5 12.8L7.7 15.6L7 14.2L11 11.9V7H12.5V12.8Z\" /></svg></li><li title=\"clock time eight \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clock-time-eight\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12S17.5 2 12 2M7.7 15.5L7 14.2L11 11.9V7H12.5V12.8L7.7 15.5Z\" /></svg></li><li title=\"clock time eleven outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clock-time-eleven-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 20C16.4 20 20 16.4 20 12S16.4 4 12 4 4 7.6 4 12 7.6 20 12 20M12 2C17.5 2 22 6.5 22 12S17.5 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2M12.5 7V13H11L8.5 8.6L9.8 7.8L11 10V7H12.5Z\" /></svg></li><li title=\"clock time eleven \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clock-time-eleven\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12S17.5 2 12 2M12.5 13H11L8.5 8.6L9.8 7.8L11 10V7H12.5V13Z\" /></svg></li><li title=\"clock time five outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clock-time-five-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 20C16.4 20 20 16.4 20 12S16.4 4 12 4 4 7.6 4 12 7.6 20 12 20M12 2C17.5 2 22 6.5 22 12S17.5 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2M15.3 16.2L14 17L11 11.8V7H12.5V11.4L15.3 16.2Z\" /></svg></li><li title=\"clock time five \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clock-time-five\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12S17.5 2 12 2M14 17L11 11.8V7H12.5V11.4L15.3 16.3L14 17Z\" /></svg></li><li title=\"clock time four outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clock-time-four-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 20C16.4 20 20 16.4 20 12S16.4 4 12 4 4 7.6 4 12 7.6 20 12 20M12 2C17.5 2 22 6.5 22 12S17.5 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2M17 13.9L16.3 15.2L11 12.3V7H12.5V11.4L17 13.9Z\" /></svg></li><li title=\"clock time four \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clock-time-four\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12S17.5 2 12 2M16.3 15.2L11 12.3V7H12.5V11.4L17 13.9L16.3 15.2Z\" /></svg></li><li title=\"clock time nine outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clock-time-nine-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 20C16.4 20 20 16.4 20 12S16.4 4 12 4 4 7.6 4 12 7.6 20 12 20M12 2C17.5 2 22 6.5 22 12S17.5 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2M12.5 7V13H7V11.5H11V7H12.5Z\" /></svg></li><li title=\"clock time nine \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clock-time-nine\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12S17.5 2 12 2M12.5 13H7V11.5H11V7H12.5V13Z\" /></svg></li><li title=\"clock time one outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clock-time-one-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 20C16.42 20 20 16.42 20 12S16.42 4 12 4 4 7.58 4 12 7.58 20 12 20M12 2C17.5 2 22 6.5 22 12S17.5 22 12 22C6.47 22 2 17.5 2 12C2 6.5 6.5 2 12 2M15.3 7.8L12.3 13H11V7H12.5V9.65L14 7.05L15.3 7.8Z\" /></svg></li><li title=\"clock time one \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clock-time-one\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12S17.5 2 12 2M12.3 13H11V7H12.5V9.7L14 7.1L15.3 7.9L12.3 13Z\" /></svg></li><li title=\"clock time seven outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clock-time-seven-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 20C16.4 20 20 16.4 20 12S16.4 4 12 4 4 7.6 4 12 7.6 20 12 20M12 2C17.5 2 22 6.5 22 12S17.5 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2M12.5 7V12.2L9.8 17L8.5 16.2L11 11.8V7H12.5Z\" /></svg></li><li title=\"clock time seven \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clock-time-seven\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12S17.5 2 12 2M12.5 12.2L9.8 17L8.5 16.2L11 11.8V7H12.5V12.2Z\" /></svg></li><li title=\"clock time six outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clock-time-six-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 20C16.4 20 20 16.4 20 12S16.4 4 12 4 4 7.6 4 12 7.6 20 12 20M12 2C17.5 2 22 6.5 22 12S17.5 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2M12.5 7V17H11V7H12.5Z\" /></svg></li><li title=\"clock time six \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clock-time-six\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12S17.5 2 12 2M12.5 17H11V7H12.5V17Z\" /></svg></li><li title=\"clock time ten outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clock-time-ten-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 20C16.4 20 20 16.4 20 12S16.4 4 12 4 4 7.6 4 12 7.6 20 12 20M12 2C17.5 2 22 6.5 22 12S17.5 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2M12.5 13H11L7 10.7L7.8 9.4L11.1 11.3V7H12.6V13Z\" /></svg></li><li title=\"clock time ten \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clock-time-ten\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12S17.5 2 12 2M12.5 13H11L7 10.7L7.8 9.4L11.1 11.3V7H12.6V13Z\" /></svg></li><li title=\"clock time three outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clock-time-three-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 20C16.4 20 20 16.4 20 12S16.4 4 12 4 4 7.6 4 12 7.6 20 12 20M12 2C17.5 2 22 6.5 22 12S17.5 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2M17 11.5V13H11V7H12.5V11.5H17Z\" /></svg></li><li title=\"clock time three \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clock-time-three\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12S17.5 2 12 2M17 13H11V7H12.5V11.5H17V13Z\" /></svg></li><li title=\"clock time twelve outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clock-time-twelve-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 20C16.42 20 20 16.42 20 12S16.42 4 12 4 4 7.58 4 12 7.58 20 12 20M12 2C17.5 2 22 6.5 22 12S17.5 22 12 22C6.47 22 2 17.5 2 12C2 6.5 6.5 2 12 2M12.5 13.03H11V7H12.5V13.03Z\" /></svg></li><li title=\"clock time twelve \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clock-time-twelve\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12S17.5 2 12 2M12.5 13H11V7H12.5V13Z\" /></svg></li><li title=\"clock time two outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clock-time-two-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 20C16.42 20 20 16.42 20 12S16.42 4 12 4 4 7.58 4 12 7.58 20 12 20M12 2C17.5 2 22 6.5 22 12S17.5 22 12 22C6.47 22 2 17.5 2 12C2 6.5 6.5 2 12 2M12.5 13V13H11V7H12.5V11.26L16.2 9.13L16.95 10.43L12.5 13Z\" /></svg></li><li title=\"clock time two \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clock-time-two\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12S17.5 2 12 2M12.5 13H11V7H12.5V11.3L16.2 9.2L17 10.5L12.5 13Z\" /></svg></li><li title=\"clock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M16.2,16.2L11,13V7H12.5V12.2L17,14.9L16.2,16.2Z\" /></svg></li><li title=\"close box multiple outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-close-box-multiple-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 2H8C6.9 2 6 2.9 6 4V16C6 17.11 6.9 18 8 18H20C21.11 18 22 17.11 22 16V4C22 2.9 21.11 2 20 2M20 16H8V4H20V16M4 6V20H18V22H4C2.9 22 2 21.11 2 20V6H4M9.77 12.84L12.6 10L9.77 7.15L11.17 5.75L14 8.6L16.84 5.77L18.24 7.17L15.4 10L18.23 12.84L16.83 14.24L14 11.4L11.17 14.24L9.77 12.84Z\" /></svg></li><li title=\"close box multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-close-box-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 20H18V22H4C2.9 22 2 21.11 2 20V6H4V20M20.22 2H7.78C6.8 2 6 2.8 6 3.78V16.22C6 17.2 6.8 18 7.78 18H20.22C21.2 18 22 17.2 22 16.22V3.78C22 2.8 21.2 2 20.22 2M19 13.6L17.6 15L14 11.4L10.4 15L9 13.6L12.6 10L9 6.4L10.4 5L14 8.6L17.6 5L19 6.4L15.4 10L19 13.6Z\" /></svg></li><li title=\"close box outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-close-box-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3M19,19H5V5H19V19M17,8.4L13.4,12L17,15.6L15.6,17L12,13.4L8.4,17L7,15.6L10.6,12L7,8.4L8.4,7L12,10.6L15.6,7L17,8.4Z\" /></svg></li><li title=\"close box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-close-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,3H16.3H7.7H5A2,2 0 0,0 3,5V7.7V16.4V19A2,2 0 0,0 5,21H7.7H16.4H19A2,2 0 0,0 21,19V16.3V7.7V5A2,2 0 0,0 19,3M15.6,17L12,13.4L8.4,17L7,15.6L10.6,12L7,8.4L8.4,7L12,10.6L15.6,7L17,8.4L13.4,12L17,15.6L15.6,17Z\" /></svg></li><li title=\"close circle multiple outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-close-circle-multiple-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.54 9.88L17.12 8.47L15 10.59L12.88 8.47L11.47 9.88L13.59 12L11.47 14.12L12.88 15.54L15 13.41L17.12 15.54L18.54 14.12L16.41 12M2 12C2 9.21 3.64 6.8 6 5.68V3.5C2.5 4.76 0 8.09 0 12S2.5 19.24 6 20.5V18.32C3.64 17.2 2 14.79 2 12M15 3C10.04 3 6 7.04 6 12S10.04 21 15 21 24 16.96 24 12 19.96 3 15 3M15 19C11.14 19 8 15.86 8 12S11.14 5 15 5 22 8.14 22 12 18.86 19 15 19Z\" /></svg></li><li title=\"close circle multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-close-circle-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2 12C2 9.21 3.64 6.8 6 5.68V3.5C2.5 4.76 0 8.09 0 12S2.5 19.24 6 20.5V18.32C3.64 17.2 2 14.79 2 12M15 3C10.04 3 6 7.04 6 12S10.04 21 15 21 24 16.96 24 12 19.96 3 15 3M20 15.59L18.59 17L15 13.41L11.41 17L10 15.59L13.59 12L10 8.41L11.41 7L15 10.59L18.59 7L20 8.41L16.41 12L20 15.59Z\" /></svg></li><li title=\"close circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-close-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,20C7.59,20 4,16.41 4,12C4,7.59 7.59,4 12,4C16.41,4 20,7.59 20,12C20,16.41 16.41,20 12,20M12,2C6.47,2 2,6.47 2,12C2,17.53 6.47,22 12,22C17.53,22 22,17.53 22,12C22,6.47 17.53,2 12,2M14.59,8L12,10.59L9.41,8L8,9.41L10.59,12L8,14.59L9.41,16L12,13.41L14.59,16L16,14.59L13.41,12L16,9.41L14.59,8Z\" /></svg></li><li title=\"close circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-close-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2C17.53,2 22,6.47 22,12C22,17.53 17.53,22 12,22C6.47,22 2,17.53 2,12C2,6.47 6.47,2 12,2M15.59,7L12,10.59L8.41,7L7,8.41L10.59,12L7,15.59L8.41,17L12,13.41L15.59,17L17,15.59L13.41,12L17,8.41L15.59,7Z\" /></svg></li><li title=\"close network outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-close-network-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,20A1,1 0 0,0 14,19H13V17H17A2,2 0 0,0 19,15V5A2,2 0 0,0 17,3H7A2,2 0 0,0 5,5V15A2,2 0 0,0 7,17H11V19H10A1,1 0 0,0 9,20H2V22H9A1,1 0 0,0 10,23H14A1,1 0 0,0 15,22H22V20H15M7,15V5H17V15H7M15.54,12.12L13.41,10L15.53,7.87L14.12,6.46L12,8.59L9.88,6.46L8.47,7.87L10.59,10L8.47,12.13L9.88,13.54L12,11.41L14.12,13.54L15.54,12.12Z\" /></svg></li><li title=\"close network \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-close-network\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.59,6L12,8.59L9.41,6L8,7.41L10.59,10L8,12.59L9.41,14L12,11.41L14.59,14L16,12.59L13.41,10L16,7.41L14.59,6M17,3A2,2 0 0,1 19,5V15A2,2 0 0,1 17,17H13V19H14A1,1 0 0,1 15,20H22V22H15A1,1 0 0,1 14,23H10A1,1 0 0,1 9,22H2V20H9A1,1 0 0,1 10,19H11V17H7C5.89,17 5,16.1 5,15V5A2,2 0 0,1 7,3H17Z\" /></svg></li><li title=\"close octagon outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-close-octagon-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8.27,3L3,8.27V15.73L8.27,21H15.73C17.5,19.24 21,15.73 21,15.73V8.27L15.73,3M9.1,5H14.9L19,9.1V14.9L14.9,19H9.1L5,14.9V9.1M9.12,7.71L7.71,9.12L10.59,12L7.71,14.88L9.12,16.29L12,13.41L14.88,16.29L16.29,14.88L13.41,12L16.29,9.12L14.88,7.71L12,10.59\" /></svg></li><li title=\"close octagon \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-close-octagon\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8.27,3L3,8.27V15.73L8.27,21H15.73L21,15.73V8.27L15.73,3M8.41,7L12,10.59L15.59,7L17,8.41L13.41,12L17,15.59L15.59,17L12,13.41L8.41,17L7,15.59L10.59,12L7,8.41\" /></svg></li><li title=\"close outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-close-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,16.74L7.76,12L3,7.26L7.26,3L12,7.76L16.74,3L21,7.26L16.24,12L21,16.74L16.74,21L12,16.24L7.26,21L3,16.74M12,13.41L16.74,18.16L18.16,16.74L13.41,12L18.16,7.26L16.74,5.84L12,10.59L7.26,5.84L5.84,7.26L10.59,12L5.84,16.74L7.26,18.16L12,13.41Z\" /></svg></li><li title=\"close thick \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-close-thick\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 6.91L17.09 4L12 9.09L6.91 4L4 6.91L9.09 12L4 17.09L6.91 20L12 14.91L17.09 20L20 17.09L14.91 12L20 6.91Z\" /></svg></li><li title=\"close \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-close\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z\" /></svg></li><li title=\"closed caption outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-closed-caption-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,4C4.45,4 4,4.18 3.59,4.57C3.2,4.96 3,5.44 3,6V18C3,18.56 3.2,19.04 3.59,19.43C4,19.82 4.45,20 5,20H19C19.5,20 20,19.81 20.39,19.41C20.8,19 21,18.53 21,18V6C21,5.47 20.8,5 20.39,4.59C20,4.19 19.5,4 19,4H5M4.5,5.5H19.5V18.5H4.5V5.5M7,9C6.7,9 6.47,9.09 6.28,9.28C6.09,9.47 6,9.7 6,10V14C6,14.3 6.09,14.53 6.28,14.72C6.47,14.91 6.7,15 7,15H10C10.27,15 10.5,14.91 10.71,14.72C10.91,14.53 11,14.3 11,14V13H9.5V13.5H7.5V10.5H9.5V11H11V10C11,9.7 10.91,9.47 10.71,9.28C10.5,9.09 10.27,9 10,9H7M14,9C13.73,9 13.5,9.09 13.29,9.28C13.09,9.47 13,9.7 13,10V14C13,14.3 13.09,14.53 13.29,14.72C13.5,14.91 13.73,15 14,15H17C17.3,15 17.53,14.91 17.72,14.72C17.91,14.53 18,14.3 18,14V13H16.5V13.5H14.5V10.5H16.5V11H18V10C18,9.7 17.91,9.47 17.72,9.28C17.53,9.09 17.3,9 17,9H14Z\" /></svg></li><li title=\"closed caption \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-closed-caption\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18,11H16.5V10.5H14.5V13.5H16.5V13H18V14A1,1 0 0,1 17,15H14A1,1 0 0,1 13,14V10A1,1 0 0,1 14,9H17A1,1 0 0,1 18,10M11,11H9.5V10.5H7.5V13.5H9.5V13H11V14A1,1 0 0,1 10,15H7A1,1 0 0,1 6,14V10A1,1 0 0,1 7,9H10A1,1 0 0,1 11,10M19,4H5C3.89,4 3,4.89 3,6V18A2,2 0 0,0 5,20H19A2,2 0 0,0 21,18V6C21,4.89 20.1,4 19,4Z\" /></svg></li><li title=\"cloud alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cloud-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 20H6C2.7 20 0 17.3 0 14C0 10.9 2.3 8.4 5.3 8C6.6 5.6 9.1 4 12 4C15.6 4 18.7 6.6 19.4 10C22 10.2 24 12.3 24 15C24 17.7 21.7 20 19 20M11 15V17H13V15H11M11 13H13V7H11V13Z\" /></svg></li><li title=\"cloud braces \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cloud-braces\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,20A6,6 0 0,1 0,14C0,10.91 2.34,8.36 5.35,8.04C6.6,5.64 9.11,4 12,4C15.63,4 18.66,6.58 19.35,10C21.95,10.19 24,12.36 24,15A5,5 0 0,1 19,20H6M18.5,12H18A1,1 0 0,1 17,11V10A2,2 0 0,0 15,8H13.5V10H15V11A2,2 0 0,0 17,13A2,2 0 0,0 15,15V16H13.5V18H15A2,2 0 0,0 17,16V15A1,1 0 0,1 18,14H18.5V12M5.5,12V14H6A1,1 0 0,1 7,15V16A2,2 0 0,0 9,18H10.5V16H9V15A2,2 0 0,0 7,13A2,2 0 0,0 9,11V10H10.5V8H9A2,2 0 0,0 7,10V11A1,1 0 0,1 6,12H5.5Z\" /></svg></li><li title=\"cloud check outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cloud-check-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 18H6C3.79 18 2 16.21 2 14S3.79 10 6 10H6.71C7.37 7.69 9.5 6 12 6C15.04 6 17.5 8.46 17.5 11.5V12H19C20.66 12 22 13.34 22 15S20.66 18 19 18M19.35 10.03C18.67 6.59 15.64 4 12 4C9.11 4 6.6 5.64 5.35 8.03C2.34 8.36 0 10.9 0 14C0 17.31 2.69 20 6 20H19C21.76 20 24 17.76 24 15C24 12.36 21.95 10.22 19.35 10.03M10 17L6.5 13.5L7.91 12.08L10 14.17L14.59 9.59L16 11\" /></svg></li><li title=\"cloud check \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cloud-check\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,17L6.5,13.5L7.91,12.08L10,14.17L15.18,9L16.59,10.41M19.35,10.03C18.67,6.59 15.64,4 12,4C9.11,4 6.6,5.64 5.35,8.03C2.34,8.36 0,10.9 0,14A6,6 0 0,0 6,20H19A5,5 0 0,0 24,15C24,12.36 21.95,10.22 19.35,10.03Z\" /></svg></li><li title=\"cloud circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cloud-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.5,16H8A3,3 0 0,1 5,13A3,3 0 0,1 8,10C8.05,10 8.09,10 8.14,10C8.58,8.28 10.13,7 12,7A4,4 0 0,1 16,11H16.5A2.5,2.5 0 0,1 19,13.5A2.5,2.5 0 0,1 16.5,16M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z\" /></svg></li><li title=\"cloud download outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cloud-download-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8,13H10.55V10H13.45V13H16L12,17L8,13M19.35,10.04C21.95,10.22 24,12.36 24,15A5,5 0 0,1 19,20H6A6,6 0 0,1 0,14C0,10.91 2.34,8.36 5.35,8.04C6.6,5.64 9.11,4 12,4C15.64,4 18.67,6.59 19.35,10.04M19,18A3,3 0 0,0 22,15C22,13.45 20.78,12.14 19.22,12.04L17.69,11.93L17.39,10.43C16.88,7.86 14.62,6 12,6C9.94,6 8.08,7.14 7.13,8.97L6.63,9.92L5.56,10.03C3.53,10.24 2,11.95 2,14A4,4 0 0,0 6,18H19Z\" /></svg></li><li title=\"cloud download \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cloud-download\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,13L12,18L7,13H10V9H14V13M19.35,10.03C18.67,6.59 15.64,4 12,4C9.11,4 6.6,5.64 5.35,8.03C2.34,8.36 0,10.9 0,14A6,6 0 0,0 6,20H19A5,5 0 0,0 24,15C24,12.36 21.95,10.22 19.35,10.03Z\" /></svg></li><li title=\"cloud lock outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cloud-lock-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 17C22.5 17 23 17.5 23 18V22C23 22.5 22.5 23 22 23H17C16.5 23 16 22.5 16 22V18C16 17.5 16.5 17 17 17V15.5C17 14.1 18.1 13 19.5 13C20.9 13 22 14.1 22 15.5V17M21 17V15.5C21 14.7 20.3 14 19.5 14C18.7 14 18 14.7 18 15.5V17H21M17.5 11V10.5C17.5 7.46 15.04 5 12 5C9.5 5 7.37 6.69 6.71 9H6C3.79 9 2 10.79 2 13C2 15.21 3.79 17 6 17H14.17C14.06 17.31 14 17.65 14 18V19H6C2.69 19 0 16.31 0 13C0 9.9 2.34 7.36 5.35 7.04C6.6 4.64 9.11 3 12 3C15.64 3 18.67 5.6 19.36 9.04C21.95 9.22 24 11.36 24 14L23.94 14.77C23.59 12.63 21.74 11 19.5 11H17.5Z\" /></svg></li><li title=\"cloud lock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cloud-lock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 17C22.5 17 23 17.5 23 18V22C23 22.5 22.5 23 22 23H17C16.5 23 16 22.5 16 22V18C16 17.5 16.5 17 17 17V15.5C17 14.1 18.1 13 19.5 13C20.9 13 22 14.1 22 15.5V17M21 17V15.5C21 14.7 20.3 14 19.5 14C18.7 14 18 14.7 18 15.5V17H21M19.36 9.03C21.95 9.22 24 11.36 24 14L23.94 14.77C23.59 12.63 21.74 11 19.5 11C17 11 15 13 15 15.5L15 15.76C14.39 16.31 14 17.11 14 18V19H6C2.69 19 0 16.31 0 13C0 9.9 2.34 7.36 5.35 7.04C6.6 4.64 9.11 3 12 3C15.64 3 18.67 5.59 19.36 9.03Z\" /></svg></li><li title=\"cloud off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cloud-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.73,10L15.73,18H6A4,4 0 0,1 2,14A4,4 0 0,1 6,10M3,5.27L5.75,8C2.56,8.15 0,10.77 0,14A6,6 0 0,0 6,20H17.73L19.73,22L21,20.73L4.27,4M19.35,10.03C18.67,6.59 15.64,4 12,4C10.5,4 9.15,4.43 8,5.17L9.45,6.63C10.21,6.23 11.08,6 12,6A5.5,5.5 0 0,1 17.5,11.5V12H19A3,3 0 0,1 22,15C22,16.13 21.36,17.11 20.44,17.62L21.89,19.07C23.16,18.16 24,16.68 24,15C24,12.36 21.95,10.22 19.35,10.03Z\" /></svg></li><li title=\"cloud outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cloud-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,18H6A4,4 0 0,1 2,14A4,4 0 0,1 6,10H6.71C7.37,7.69 9.5,6 12,6A5.5,5.5 0 0,1 17.5,11.5V12H19A3,3 0 0,1 22,15A3,3 0 0,1 19,18M19.35,10.03C18.67,6.59 15.64,4 12,4C9.11,4 6.6,5.64 5.35,8.03C2.34,8.36 0,10.9 0,14A6,6 0 0,0 6,20H19A5,5 0 0,0 24,15C24,12.36 21.95,10.22 19.35,10.03Z\" /></svg></li><li title=\"cloud print outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cloud-print-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,16A3,3 0 0,0 22,13A3,3 0 0,0 19,10H17.5V9.5A5.5,5.5 0 0,0 12,4C9.5,4 7.37,5.69 6.71,8H6A4,4 0 0,0 2,12A4,4 0 0,0 6,16V11H18V16H19M19.36,8.04C21.95,8.22 24,10.36 24,13A5,5 0 0,1 19,18H18V22H6V18A6,6 0 0,1 0,12C0,8.91 2.34,6.36 5.35,6.04C6.6,3.64 9.11,2 12,2C15.64,2 18.67,4.6 19.36,8.04M8,13V20H16V13H8M9,18H15V19H9V18M15,17H9V16H15V17M9,14H15V15H9V14Z\" /></svg></li><li title=\"cloud print \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cloud-print\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2C9.11,2 6.6,3.64 5.35,6.04C2.34,6.36 0,8.91 0,12A6,6 0 0,0 6,18V22H18V18H19A5,5 0 0,0 24,13C24,10.36 21.95,8.22 19.35,8.04C18.67,4.59 15.64,2 12,2M8,13H16V20H8V13M9,14V15H15V14H9M9,16V17H15V16H9M9,18V19H15V18H9Z\" /></svg></li><li title=\"cloud question \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cloud-question\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.35,10.03C18.67,6.59 15.64,4 12,4C9.11,4 6.6,5.64 5.35,8.03C2.34,8.36 0,10.9 0,14A6,6 0 0,0 6,20H19A5,5 0 0,0 24,15C24,12.36 21.95,10.22 19.35,10.03M13,17H11V15H13V17M14.8,11.82C14.5,12.21 14.13,12.5 13.67,12.75C13.41,12.91 13.24,13.07 13.15,13.26C13.06,13.45 13,13.69 13,14H11C11,13.45 11.11,13.08 11.3,12.82C11.5,12.56 11.85,12.25 12.37,11.91C12.63,11.75 12.84,11.56 13,11.32C13.15,11.09 13.23,10.81 13.23,10.5C13.23,10.18 13.14,9.94 12.96,9.76C12.78,9.56 12.5,9.47 12.2,9.47C11.93,9.47 11.71,9.55 11.5,9.7C11.35,9.85 11.25,10.08 11.25,10.39H9.28C9.23,9.64 9.5,9 10.06,8.59C10.6,8.2 11.31,8 12.2,8C13.14,8 13.89,8.23 14.43,8.68C14.97,9.13 15.24,9.75 15.24,10.5C15.24,11 15.09,11.41 14.8,11.82Z\" /></svg></li><li title=\"cloud refresh \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cloud-refresh\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 4C15.64 4 18.67 6.59 19.35 10.04C21.95 10.22 24 12.36 24 15C24 17.76 21.76 20 19 20H6C2.69 20 0 17.31 0 14C0 10.91 2.34 8.36 5.35 8.04C6.6 5.64 9.11 4 12 4M17 13V9L16 10C15.09 8.79 13.64 8 12 8C9.24 8 7 10.24 7 13C7 15.76 9.24 18 12 18C14.05 18 15.81 16.77 16.58 15H14.24C13.69 15.61 12.89 16 12 16C10.34 16 9 14.66 9 13C9 11.34 10.34 10 12 10C13.09 10 14.04 10.58 14.56 11.44L13 13H17Z\" /></svg></li><li title=\"cloud search outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cloud-search-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.5,12C18,12 20,14 20,16.5C20,17.38 19.75,18.21 19.31,18.9L22.39,22L21,23.39L17.88,20.32C17.19,20.75 16.37,21 15.5,21C13,21 11,19 11,16.5C11,14 13,12 15.5,12M15.5,14A2.5,2.5 0 0,0 13,16.5A2.5,2.5 0 0,0 15.5,19A2.5,2.5 0 0,0 18,16.5A2.5,2.5 0 0,0 15.5,14M22,13A3,3 0 0,0 19,10H17.5V9.5A5.5,5.5 0 0,0 12,4C9.5,4 7.37,5.69 6.71,8H6A4,4 0 0,0 2,12A4,4 0 0,0 6,16H9V16.5C9,17 9.06,17.5 9.17,18H6A6,6 0 0,1 0,12C0,8.9 2.34,6.36 5.35,6.04C6.6,3.64 9.11,2 12,2C15.64,2 18.67,4.59 19.36,8.04C21.95,8.22 24,10.36 24,13C24,14.65 23.21,16.1 22,17V16.5C22,15.77 21.88,15.06 21.65,14.4C21.87,14 22,13.5 22,13Z\" /></svg></li><li title=\"cloud search \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cloud-search\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.5,12C18,12 20,14 20,16.5C20,17.38 19.75,18.21 19.31,18.9L22.39,22L21,23.39L17.88,20.32C17.19,20.75 16.37,21 15.5,21C13,21 11,19 11,16.5C11,14 13,12 15.5,12M15.5,14A2.5,2.5 0 0,0 13,16.5A2.5,2.5 0 0,0 15.5,19A2.5,2.5 0 0,0 18,16.5A2.5,2.5 0 0,0 15.5,14M19.35,8.03C21.95,8.22 24,10.36 24,13C24,14.64 23.21,16.1 22,17V16.5A6.5,6.5 0 0,0 15.5,10A6.5,6.5 0 0,0 9,16.5C9,17 9.06,17.5 9.17,18H6A6,6 0 0,1 0,12C0,8.9 2.34,6.36 5.35,6.03C6.6,3.64 9.11,2 12,2C15.64,2 18.67,4.59 19.35,8.03Z\" /></svg></li><li title=\"cloud sync outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cloud-sync-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 12V13.5C21.21 13.5 23 15.29 23 17.5C23 18.32 22.75 19.08 22.33 19.71L21.24 18.62C21.41 18.28 21.5 17.9 21.5 17.5C21.5 16.12 20.38 15 19 15V16.5L16.75 14.25L16.72 14.22C16.78 14.17 16.85 14.13 19 12M19 23V21.5C16.79 21.5 15 19.71 15 17.5C15 16.68 15.25 15.92 15.67 15.29L16.76 16.38C16.59 16.72 16.5 17.1 16.5 17.5C16.5 18.88 17.62 20 19 20V18.5L21.25 20.75L21.28 20.78C21.22 20.83 21.15 20.87 19 23M13.03 18H6C3.79 18 2 16.21 2 14S3.79 10 6 10H6.71C7.37 7.69 9.5 6 12 6C15 6 17.4 8.37 17.5 11.32C18.12 11.11 18.8 11 19.5 11C20.78 11 21.97 11.38 23 12C22.13 10.9 20.84 10.14 19.35 10.03C18.67 6.59 15.64 4 12 4C9.11 4 6.6 5.64 5.35 8.03C2.34 8.36 0 10.9 0 14C0 17.31 2.69 20 6 20H13.5C13.24 19.38 13.08 18.7 13.03 18Z\" /></svg></li><li title=\"cloud sync \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cloud-sync\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 12V13.5C21.21 13.5 23 15.29 23 17.5C23 18.32 22.75 19.08 22.33 19.71L21.24 18.62C21.41 18.28 21.5 17.9 21.5 17.5C21.5 16.12 20.38 15 19 15V16.5L16.75 14.25L16.72 14.22C16.78 14.17 16.85 14.13 19 12M19 23V21.5C16.79 21.5 15 19.71 15 17.5C15 16.68 15.25 15.92 15.67 15.29L16.76 16.38C16.59 16.72 16.5 17.1 16.5 17.5C16.5 18.88 17.62 20 19 20V18.5L21.25 20.75L21.28 20.78C21.22 20.83 21.15 20.87 19 23M13 17.5C13 13.91 15.91 11 19.5 11C20.78 11 21.97 11.38 23 12C22.13 10.9 20.84 10.14 19.35 10.03C18.67 6.59 15.64 4 12 4C9.11 4 6.6 5.64 5.35 8.03C2.34 8.36 0 10.9 0 14C0 17.31 2.69 20 6 20H13.5C13.18 19.23 13 18.39 13 17.5Z\" /></svg></li><li title=\"cloud tags \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cloud-tags\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,20A6,6 0 0,1 0,14C0,10.91 2.34,8.36 5.35,8.04C6.6,5.64 9.11,4 12,4C15.63,4 18.66,6.58 19.35,10C21.95,10.19 24,12.36 24,15A5,5 0 0,1 19,20H6M9.09,8.4L4.5,13L9.09,17.6L10.5,16.18L7.32,13L10.5,9.82L9.09,8.4M14.91,8.4L13.5,9.82L16.68,13L13.5,16.18L14.91,17.6L19.5,13L14.91,8.4Z\" /></svg></li><li title=\"cloud upload outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cloud-upload-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.35,10.04C18.67,6.59 15.64,4 12,4C9.11,4 6.6,5.64 5.35,8.04C2.34,8.36 0,10.91 0,14A6,6 0 0,0 6,20H19A5,5 0 0,0 24,15C24,12.36 21.95,10.22 19.35,10.04M19,18H6A4,4 0 0,1 2,14C2,11.95 3.53,10.24 5.56,10.03L6.63,9.92L7.13,8.97C8.08,7.14 9.94,6 12,6C14.62,6 16.88,7.86 17.39,10.43L17.69,11.93L19.22,12.04C20.78,12.14 22,13.45 22,15A3,3 0 0,1 19,18M8,13H10.55V16H13.45V13H16L12,9L8,13Z\" /></svg></li><li title=\"cloud upload \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cloud-upload\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,13V17H10V13H7L12,8L17,13M19.35,10.03C18.67,6.59 15.64,4 12,4C9.11,4 6.6,5.64 5.35,8.03C2.34,8.36 0,10.9 0,14A6,6 0 0,0 6,20H19A5,5 0 0,0 24,15C24,12.36 21.95,10.22 19.35,10.03Z\" /></svg></li><li title=\"cloud \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cloud\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.35,10.03C18.67,6.59 15.64,4 12,4C9.11,4 6.6,5.64 5.35,8.03C2.34,8.36 0,10.9 0,14A6,6 0 0,0 6,20H19A5,5 0 0,0 24,15C24,12.36 21.95,10.22 19.35,10.03Z\" /></svg></li><li title=\"clover \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-clover\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,11.18C15.3,8.18 17,6.64 17,4.69C17,3.19 15.75,2 14.25,2C13.39,2 12.57,2.36 12,3C11.43,2.36 10.61,2 9.69,2C8.19,2 7,3.25 7,4.75C7,6.64 8.7,8.18 12,11.18M11.18,12C8.18,8.7 6.64,7 4.69,7C3.19,7 2,8.25 2,9.75C2,10.61 2.36,11.43 3,12C2.36,12.57 2,13.39 2,14.31C2,15.81 3.25,17 4.75,17C6.64,17 8.18,15.3 11.18,12M12.83,12C15.82,15.3 17.36,17 19.31,17C20.81,17 22,15.75 22,14.25C22,13.39 21.64,12.57 21,12C21.64,11.43 22,10.61 22,9.69C22,8.19 20.75,7 19.25,7C17.36,7 15.82,8.7 12.83,12M12,12.82C8.7,15.82 7,17.36 7,19.31C7,20.81 8.25,22 9.75,22C10.61,22 11.43,21.64 12,21C12.57,21.64 13.39,22 14.31,22C15.81,22 17,20.75 17,19.25C17,17.36 15.3,15.82 12,12.82Z\" /></svg></li><li title=\"coach lamp \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-coach-lamp\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16 5L15 2H13L12 5L6 8H8L8.6 11H4V7H2V17H4V13H9L10 18L12 20L13 22H15L16 20L18 18L20 8H22M16.16 17H11.84L10 8H18Z\" /></svg></li><li title=\"coat rack \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-coat-rack\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.33 7.78A1 1 0 0 0 16.66 8.89A2 2 0 1 1 13 10V7.82A3 3 0 1 0 11 7.82V10A2 2 0 1 1 7.34 8.89A1 1 0 1 0 5.67 7.78A4 4 0 0 0 11 13.46V20A2 2 0 0 0 9 22H15A2 2 0 0 0 13 20V13.46A4 4 0 0 0 18.33 7.78M12 4A1 1 0 1 1 11 5A1 1 0 0 1 12 4Z\" /></svg></li><li title=\"code array \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-code-array\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,5A2,2 0 0,1 5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5C3.89,21 3,20.1 3,19V5M6,6V18H10V16H8V8H10V6H6M16,16H14V18H18V6H14V8H16V16Z\" /></svg></li><li title=\"code braces box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-code-braces-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3M11 8H9V10C9 11.1 8.1 12 7 12C8.1 12 9 12.9 9 14V16H11V18H9C7.9 18 7 17.1 7 16V15C7 13.9 6.1 13 5 13V11C6.1 11 7 10.1 7 9V8C7 6.9 7.9 6 9 6H11V8M19 13C17.9 13 17 13.9 17 15V16C17 17.1 16.1 18 15 18H13V16H15V14C15 12.9 15.9 12 17 12C15.9 12 15 11.1 15 10V8H13V6H15C16.1 6 17 6.9 17 8V9C17 10.1 17.9 11 19 11V13Z\" /></svg></li><li title=\"code braces \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-code-braces\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8,3A2,2 0 0,0 6,5V9A2,2 0 0,1 4,11H3V13H4A2,2 0 0,1 6,15V19A2,2 0 0,0 8,21H10V19H8V14A2,2 0 0,0 6,12A2,2 0 0,0 8,10V5H10V3M16,3A2,2 0 0,1 18,5V9A2,2 0 0,0 20,11H21V13H20A2,2 0 0,0 18,15V19A2,2 0 0,1 16,21H14V19H16V14A2,2 0 0,1 18,12A2,2 0 0,1 16,10V5H14V3H16Z\" /></svg></li><li title=\"code brackets \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-code-brackets\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,4V6H18V18H15V20H20V4M4,4V20H9V18H6V6H9V4H4Z\" /></svg></li><li title=\"code equal \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-code-equal\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,13H11V15H6M13,13H18V15H13M13,9H18V11H13M6,9H11V11H6M5,3C3.89,3 3,3.9 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3H5Z\" /></svg></li><li title=\"code greater than or equal \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-code-greater-than-or-equal\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,13H18V15H13M13,9H18V11H13M6.91,7.41L11.5,12L6.91,16.6L5.5,15.18L8.68,12L5.5,8.82M5,3C3.89,3 3,3.9 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3H5Z\" /></svg></li><li title=\"code greater than \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-code-greater-than\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10.41,7.41L15,12L10.41,16.6L9,15.18L12.18,12L9,8.82M5,3C3.89,3 3,3.9 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3H5Z\" /></svg></li><li title=\"code json \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-code-json\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,3H7V5H5V10A2,2 0 0,1 3,12A2,2 0 0,1 5,14V19H7V21H5C3.93,20.73 3,20.1 3,19V15A2,2 0 0,0 1,13H0V11H1A2,2 0 0,0 3,9V5A2,2 0 0,1 5,3M19,3A2,2 0 0,1 21,5V9A2,2 0 0,0 23,11H24V13H23A2,2 0 0,0 21,15V19A2,2 0 0,1 19,21H17V19H19V14A2,2 0 0,1 21,12A2,2 0 0,1 19,10V5H17V3H19M12,15A1,1 0 0,1 13,16A1,1 0 0,1 12,17A1,1 0 0,1 11,16A1,1 0 0,1 12,15M8,15A1,1 0 0,1 9,16A1,1 0 0,1 8,17A1,1 0 0,1 7,16A1,1 0 0,1 8,15M16,15A1,1 0 0,1 17,16A1,1 0 0,1 16,17A1,1 0 0,1 15,16A1,1 0 0,1 16,15Z\" /></svg></li><li title=\"code less than or equal \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-code-less-than-or-equal\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,13H18V15H13M13,9H18V11H13M10.09,7.41L11.5,8.82L8.32,12L11.5,15.18L10.09,16.6L5.5,12M5,3C3.89,3 3,3.9 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3H5Z\" /></svg></li><li title=\"code less than \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-code-less-than\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.59,7.41L9,12L13.59,16.6L15,15.18L11.82,12L15,8.82M19,3C20.11,3 21,3.9 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3H19Z\" /></svg></li><li title=\"code not equal variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-code-not-equal-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,6.5V9.33L8.33,12L11,14.67V17.5L5.5,12M13,6.43L18.57,12L13,17.57V14.74L15.74,12L13,9.26M5,3C3.89,3 3,3.9 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3H5Z\" /></svg></li><li title=\"code not equal \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-code-not-equal\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,15H8V17H6M11,13H18V15H11M11,9H18V11H11M6,7H8V13H6M5,3C3.89,3 3,3.9 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3H5Z\" /></svg></li><li title=\"code parentheses box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-code-parentheses-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3M10 17.3L8.4 18C6.9 16.5 6 14.3 6 12S6.9 7.5 8.4 6L10 6.7C8.7 7.9 8 9.9 8 12S8.7 16.1 10 17.3M15.6 18L14 17.3C15.3 16 16 14.1 16 12S15.3 7.9 14 6.7L15.6 6C17.1 7.5 18 9.7 18 12C18 14.3 17.1 16.5 15.6 18Z\" /></svg></li><li title=\"code parentheses \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-code-parentheses\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17.62,3C19.13,5.27 20,8.55 20,12C20,15.44 19.13,18.72 17.62,21L16,19.96C17.26,18.07 18,15.13 18,12C18,8.87 17.26,5.92 16,4.03L17.62,3M6.38,3L8,4.04C6.74,5.92 6,8.87 6,12C6,15.13 6.74,18.08 8,19.96L6.38,21C4.87,18.73 4,15.45 4,12C4,8.55 4.87,5.27 6.38,3Z\" /></svg></li><li title=\"code string \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-code-string\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,5A2,2 0 0,1 5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5C3.89,21 3,20.1 3,19V5M12.5,11H11.5A1.5,1.5 0 0,1 10,9.5A1.5,1.5 0 0,1 11.5,8H12.5A1.5,1.5 0 0,1 14,9.5H16A3.5,3.5 0 0,0 12.5,6H11.5A3.5,3.5 0 0,0 8,9.5A3.5,3.5 0 0,0 11.5,13H12.5A1.5,1.5 0 0,1 14,14.5A1.5,1.5 0 0,1 12.5,16H11.5A1.5,1.5 0 0,1 10,14.5H8A3.5,3.5 0 0,0 11.5,18H12.5A3.5,3.5 0 0,0 16,14.5A3.5,3.5 0 0,0 12.5,11Z\" /></svg></li><li title=\"code tags check \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-code-tags-check\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6.59,3.41L2,8L6.59,12.6L8,11.18L4.82,8L8,4.82L6.59,3.41M12.41,3.41L11,4.82L14.18,8L11,11.18L12.41,12.6L17,8L12.41,3.41M21.59,11.59L13.5,19.68L9.83,16L8.42,17.41L13.5,22.5L23,13L21.59,11.59Z\" /></svg></li><li title=\"code tags \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-code-tags\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.6,16.6L19.2,12L14.6,7.4L16,6L22,12L16,18L14.6,16.6M9.4,16.6L4.8,12L9.4,7.4L8,6L2,12L8,18L9.4,16.6Z\" /></svg></li><li title=\"codepen \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-codepen\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8.21 12L6.88 12.89V11.11L8.21 12M11.47 9.82V7.34L7.31 10.12L9.16 11.36L11.47 9.82M16.7 10.12L12.53 7.34V9.82L14.84 11.36L16.7 10.12M7.31 13.88L11.47 16.66V14.18L9.16 12.64L7.31 13.88M12.53 14.18V16.66L16.7 13.88L14.84 12.64L12.53 14.18M12 10.74L10.12 12L12 13.26L13.88 12L12 10.74M22 12C22 17.5 17.5 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C17.5 2 22 6.5 22 12M18.18 10.12C18.18 10.09 18.18 10.07 18.18 10.05L18.17 10L18.17 10L18.16 9.95C18.15 9.94 18.15 9.93 18.14 9.91L18.13 9.89L18.11 9.85L18.1 9.83L18.08 9.8L18.06 9.77L18.03 9.74L18 9.72L18 9.7L17.96 9.68L17.95 9.67L12.3 5.91C12.12 5.79 11.89 5.79 11.71 5.91L6.05 9.67L6.05 9.68L6 9.7C6 9.71 6 9.72 6 9.72L5.97 9.74L5.94 9.77L5.93 9.8L5.9 9.83L5.89 9.85L5.87 9.89L5.86 9.91L5.84 9.95L5.84 10L5.83 10L5.82 10.05C5.82 10.07 5.82 10.09 5.82 10.12V13.88C5.82 13.91 5.82 13.93 5.82 13.95L5.83 14L5.84 14L5.84 14.05C5.85 14.06 5.85 14.07 5.86 14.09L5.87 14.11L5.89 14.15L5.9 14.17L5.92 14.2L5.94 14.23C5.95 14.24 5.96 14.25 5.97 14.26L6 14.28L6 14.3L6.04 14.32L6.05 14.33L11.71 18.1C11.79 18.16 11.9 18.18 12 18.18C12.1 18.18 12.21 18.15 12.3 18.1L17.95 14.33L17.96 14.32L18 14.3L18 14.28L18.03 14.26L18.06 14.23L18.08 14.2L18.1 14.17L18.11 14.15L18.13 14.11L18.14 14.09L18.16 14.05L18.16 14L18.17 14L18.18 13.95C18.18 13.93 18.18 13.91 18.18 13.88V10.12M17.12 12.89V11.11L15.79 12L17.12 12.89Z\" /></svg></li><li title=\"coffee maker check outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-coffee-maker-check-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17.75 21.16L15 18.16L16.16 17L17.75 18.59L21.34 15L22.5 16.41L17.75 21.16M13 18.21C12.5 18.7 11.78 19 11 19C9.35 19 8 17.65 8 16V13H14V14.69C14.5 13.92 15.2 13.27 16 12.81V11H6V16C6 17.64 6.81 19.09 8.03 20H4V4H6V6C6 6.55 6.45 7 7 7H15C15.55 7 16 6.55 16 6V4H18V2H4C2.9 2 2 2.9 2 4V20C2 21.1 2.9 22 4 22H14.54C13.63 21 13.06 19.67 13 18.21M10 9C10 9.55 10.45 10 11 10S12 9.55 12 9 11.55 8 11 8 10 8.45 10 9Z\" /></svg></li><li title=\"coffee maker check \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-coffee-maker-check\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17.75 21.16L15 18.16L16.16 17L17.75 18.59L21.34 15L22.5 16.41L17.75 21.16M13 18C13 15.78 14.21 13.85 16 12.81V11H6V16C6 17.64 6.81 19.09 8.03 20H4V4H6V6C6 6.55 6.45 7 7 7H15C15.55 7 16 6.55 16 6V4H18V2H4C2.9 2 2 2.9 2 4V20C2 21.1 2.9 22 4 22H14.54C13.58 20.94 13 19.54 13 18M10 9C10 9.55 10.45 10 11 10S12 9.55 12 9 11.55 8 11 8 10 8.45 10 9Z\" /></svg></li><li title=\"coffee maker outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-coffee-maker-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 6V4H20V2H6C4.9 2 4 2.9 4 4V20C4 21.1 4.9 22 6 22H20V20H15.97C17.2 19.09 18 17.64 18 16V11H8V16C8 17.64 8.81 19.09 10.03 20H6V4H8V6C8 6.55 8.45 7 9 7H17C17.55 7 18 6.55 18 6M10 16V13H16V16C16 17.65 14.65 19 13 19S10 17.65 10 16M13 8C13.55 8 14 8.45 14 9S13.55 10 13 10 12 9.55 12 9 12.45 8 13 8Z\" /></svg></li><li title=\"coffee maker \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-coffee-maker\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 6V4H20V2H6C4.9 2 4 2.9 4 4V20C4 21.1 4.9 22 6 22H20V20H15.97C17.2 19.09 18 17.64 18 16V11H8V16C8 17.64 8.81 19.09 10.03 20H6V4H8V6C8 6.55 8.45 7 9 7H17C17.55 7 18 6.55 18 6M13 8C13.55 8 14 8.45 14 9S13.55 10 13 10 12 9.55 12 9 12.45 8 13 8Z\" /></svg></li><li title=\"coffee off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-coffee-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2 3.27L4 5.27V13C4 15.21 5.79 17 8 17H14C14.5 17 15 16.89 15.44 16.71L17.73 19H2V21H19.73L20.72 22L22 20.72L3.27 2L2 3.27M8 15C6.9 15 6 14.1 6 13V7.27L13.73 15H8M20 3H6.81L8.81 5H16V12.19L17.85 14.04C17.94 13.7 18 13.36 18 13V10H20C21.1 10 22 9.1 22 8V5C22 3.9 21.1 3 20 3M20 8H18V5H20V8Z\" /></svg></li><li title=\"coffee off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-coffee-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3.27 2L22 20.72L20.72 22L19.73 21H2V19H17.73L15.44 16.71C15 16.89 14.5 17 14 17H8C5.79 17 4 15.21 4 13V5.27L2 3.27L3.27 2M22 5V8C22 9.1 21.1 10 20 10H18V13C18 13.36 17.94 13.7 17.85 14.04L6.81 3H20C21.1 3 22 3.89 22 5M20 5H18V8H20V5Z\" /></svg></li><li title=\"coffee outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-coffee-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,21V19H20V21H2M20,8V5H18V8H20M20,3A2,2 0 0,1 22,5V8A2,2 0 0,1 20,10H18V13A4,4 0 0,1 14,17H8A4,4 0 0,1 4,13V3H20M16,5H6V13A2,2 0 0,0 8,15H14A2,2 0 0,0 16,13V5Z\" /></svg></li><li title=\"coffee to go outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-coffee-to-go-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 3V11A4 4 0 0 0 7 15H11A4 4 0 0 0 15 11V10H17C18.11 10 19 9.11 19 8V5C19 3.9 18.11 3 17 3H3M5 5H13V11A2 2 0 0 1 11 13H7A2 2 0 0 1 5 11V5M15 5H17V8H15V5M16.67 13.83L15.26 15.24L17 17H3V19H17L15.26 20.76L16.67 22.17L20.84 18L16.67 13.83Z\" /></svg></li><li title=\"coffee to go \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-coffee-to-go\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,19V17H17L15.26,15.24L16.67,13.83L20.84,18L16.67,22.17L15.26,20.76L17,19H3M17,8V5H15V8H17M17,3C18.11,3 19,3.9 19,5V8C19,9.11 18.11,10 17,10H15V11A4,4 0 0,1 11,15H7A4,4 0 0,1 3,11V3H17Z\" /></svg></li><li title=\"coffee \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-coffee\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,21H20V19H2M20,8H18V5H20M20,3H4V13A4,4 0 0,0 8,17H14A4,4 0 0,0 18,13V10H20A2,2 0 0,0 22,8V5C22,3.89 21.1,3 20,3Z\" /></svg></li><li title=\"coffin \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-coffin\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8,22L5,8L8,2H16L19,8L16,22H8M11,6V8H9V10H11V15H13V10H15V8H13V6H11Z\" /></svg></li><li title=\"cog box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cog-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17.25,12C17.25,12.23 17.23,12.46 17.2,12.68L18.68,13.84C18.81,13.95 18.85,14.13 18.76,14.29L17.36,16.71C17.27,16.86 17.09,16.92 16.93,16.86L15.19,16.16C14.83,16.44 14.43,16.67 14,16.85L13.75,18.7C13.72,18.87 13.57,19 13.4,19H10.6C10.43,19 10.28,18.87 10.25,18.7L10,16.85C9.56,16.67 9.17,16.44 8.81,16.16L7.07,16.86C6.91,16.92 6.73,16.86 6.64,16.71L5.24,14.29C5.15,14.13 5.19,13.95 5.32,13.84L6.8,12.68C6.77,12.46 6.75,12.23 6.75,12C6.75,11.77 6.77,11.54 6.8,11.32L5.32,10.16C5.19,10.05 5.15,9.86 5.24,9.71L6.64,7.29C6.73,7.13 6.91,7.07 7.07,7.13L8.81,7.84C9.17,7.56 9.56,7.32 10,7.15L10.25,5.29C10.28,5.13 10.43,5 10.6,5H13.4C13.57,5 13.72,5.13 13.75,5.29L14,7.15C14.43,7.32 14.83,7.56 15.19,7.84L16.93,7.13C17.09,7.07 17.27,7.13 17.36,7.29L18.76,9.71C18.85,9.86 18.81,10.05 18.68,10.16L17.2,11.32C17.23,11.54 17.25,11.77 17.25,12M19,3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3M12,10C10.89,10 10,10.89 10,12A2,2 0 0,0 12,14A2,2 0 0,0 14,12C14,10.89 13.1,10 12,10Z\" /></svg></li><li title=\"cog clockwise \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cog-clockwise\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 3C7.03 3 3 7.03 3 12S7.03 21 12 21C14 21 15.92 20.34 17.5 19.14L16.06 17.7C14.87 18.54 13.45 19 12 19C8.13 19 5 15.87 5 12S8.13 5 12 5 19 8.13 19 12H16L20 16L24 12H21C21 7.03 16.97 3 12 3M7.71 13.16C7.62 13.23 7.59 13.35 7.64 13.45L8.54 15C8.6 15.12 8.72 15.12 8.82 15.12L9.95 14.67C10.19 14.83 10.44 14.97 10.7 15.09L10.88 16.28C10.9 16.39 11 16.47 11.1 16.47H12.9C13 16.5 13.11 16.41 13.13 16.3L13.31 15.12C13.58 15 13.84 14.85 14.07 14.67L15.19 15.12C15.3 15.16 15.42 15.11 15.47 15L16.37 13.5C16.42 13.38 16.39 13.26 16.31 13.19L15.31 12.45C15.34 12.15 15.34 11.85 15.31 11.55L16.31 10.79C16.4 10.72 16.42 10.61 16.37 10.5L15.47 8.95C15.41 8.85 15.3 8.81 15.19 8.85L14.07 9.3C13.83 9.13 13.57 9 13.3 8.88L13.13 7.69C13.11 7.58 13 7.5 12.9 7.5H11.14C11.04 7.5 10.95 7.57 10.93 7.67L10.76 8.85C10.5 8.97 10.23 9.12 10 9.3L8.85 8.88C8.74 8.84 8.61 8.89 8.56 9L7.65 10.5C7.6 10.62 7.63 10.74 7.71 10.81L8.71 11.55C8.69 11.7 8.69 11.85 8.71 12C8.7 12.15 8.7 12.3 8.71 12.45L7.71 13.19M12 13.5H12C11.16 13.5 10.5 12.82 10.5 12C10.5 11.17 11.17 10.5 12 10.5S13.5 11.17 13.5 12 12.83 13.5 12 13.5\" /></svg></li><li title=\"cog counterclockwise \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cog-counterclockwise\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 3C7.03 3 3 7.03 3 12H0L4 16L8 12H5C5 8.13 8.13 5 12 5S19 8.13 19 12 15.87 19 12 19C10.55 19 9.13 18.54 7.94 17.7L6.5 19.14C8.08 20.34 10 21 12 21C16.97 21 21 16.97 21 12S16.97 3 12 3M16.29 13.19L15.29 12.45C15.3 12.3 15.3 12.15 15.29 12C15.31 11.85 15.31 11.7 15.29 11.55L16.29 10.81C16.37 10.74 16.4 10.62 16.35 10.5L15.44 9C15.39 8.89 15.26 8.84 15.15 8.88L14 9.3C13.77 9.12 13.5 8.97 13.24 8.85L13.07 7.67C13.05 7.57 12.96 7.5 12.86 7.5H11.1C11 7.5 10.89 7.58 10.87 7.69L10.7 8.88C10.43 9 10.17 9.13 9.93 9.3L8.81 8.85C8.71 8.81 8.59 8.85 8.53 8.95L7.63 10.5C7.58 10.61 7.6 10.72 7.69 10.79L8.69 11.55C8.66 11.85 8.66 12.15 8.69 12.45L7.69 13.19C7.61 13.26 7.58 13.38 7.63 13.5L8.53 15C8.58 15.11 8.7 15.16 8.81 15.12L9.93 14.67C10.16 14.85 10.42 15 10.69 15.12L10.87 16.3C10.89 16.41 11 16.5 11.1 16.47H12.9C13 16.47 13.11 16.39 13.12 16.28L13.3 15.09C13.56 14.97 13.81 14.83 14.05 14.67L15.18 15.12C15.28 15.12 15.4 15.12 15.46 15L16.36 13.45C16.41 13.35 16.38 13.23 16.29 13.16M12 13.5C11.17 13.5 10.5 12.83 10.5 12S11.17 10.5 12 10.5 13.5 11.17 13.5 12C13.5 12.82 12.84 13.5 12 13.5H12\" /></svg></li><li title=\"cog off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cog-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.11 21.46L2.39 1.73L1.11 3L4 5.88L2.34 8.73C2.21 8.95 2.27 9.22 2.46 9.37L4.57 11L4.5 12L4.57 12.97L2.46 14.63C2.27 14.78 2.21 15.05 2.34 15.27L4.34 18.73C4.46 18.95 4.73 19.03 4.95 18.95L7.44 17.94C7.96 18.34 8.5 18.68 9.13 18.93L9.5 21.58C9.54 21.82 9.75 22 10 22H14C14.25 22 14.46 21.82 14.5 21.58L14.87 18.93C15.38 18.73 15.83 18.45 16.26 18.15L20.84 22.73L22.11 21.46M10 11.9L12.1 14C12.06 14 12.03 14 12 14C10.9 14 10 13.11 10 12C10 11.97 10 11.94 10 11.9M13.13 17.39L12.76 20H11.24L10.87 17.38C9.68 17.14 8.63 16.5 7.86 15.62L5.43 16.66L4.68 15.36L6.8 13.8C6.4 12.64 6.4 11.37 6.8 10.2L4.69 8.65L5.44 7.35L5.5 7.37L8.4 10.29C8.15 10.8 8 11.38 8 12C8 14.21 9.79 16 12 16C12.62 16 13.2 15.86 13.71 15.6L14.83 16.72C14.31 17.03 13.74 17.26 13.13 17.39M10.06 6.86L8.55 5.35C8.74 5.26 8.93 5.15 9.13 5.07L9.5 2.42C9.54 2.18 9.75 2 10 2H14C14.25 2 14.46 2.18 14.5 2.42L14.87 5.07C15.5 5.32 16.04 5.66 16.56 6.05L19.05 5.05C19.27 4.96 19.54 5.05 19.66 5.27L21.66 8.73C21.79 8.95 21.73 9.22 21.54 9.37L19.43 11L19.5 12L19.43 13L21.54 14.63C21.73 14.78 21.79 15.05 21.66 15.27L20.5 17.29L19.04 15.84L19.32 15.36L17.2 13.81C17.6 12.64 17.6 11.37 17.2 10.2L19.31 8.65L18.56 7.35L16.15 8.39C15.38 7.5 14.32 6.86 13.12 6.62L12.75 4H11.25L10.88 6.61C10.6 6.67 10.32 6.75 10.06 6.86M12 8C14.21 8 16 9.79 16 12C16 12.25 15.97 12.5 15.93 12.73L11.27 8.07C11.5 8.03 11.75 8 12 8Z\" /></svg></li><li title=\"cog off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cog-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.12 21.46L2.4 1.73L1.12 3L4 5.87L2.34 8.73C2.21 8.95 2.27 9.22 2.46 9.37L4.57 11C4.53 11.34 4.5 11.67 4.5 12S4.53 12.65 4.57 12.97L2.46 14.63C2.27 14.78 2.21 15.05 2.34 15.27L4.34 18.73C4.46 18.95 4.73 19.03 4.95 18.95L7.44 17.94C7.96 18.34 8.5 18.68 9.13 18.93L9.5 21.58C9.54 21.82 9.75 22 10 22H14C14.25 22 14.46 21.82 14.5 21.58L14.87 18.93C15.38 18.72 15.83 18.45 16.26 18.14L20.85 22.73L22.12 21.46M12 15.5C10.07 15.5 8.5 13.93 8.5 12C8.5 11.5 8.62 11.08 8.79 10.67L13.33 15.21C12.92 15.39 12.5 15.5 12 15.5M11.74 8.53L8.56 5.35C8.75 5.25 8.93 5.15 9.13 5.07L9.5 2.42C9.54 2.18 9.75 2 10 2H14C14.25 2 14.46 2.18 14.5 2.42L14.87 5.07C15.5 5.32 16.04 5.66 16.56 6.05L19.05 5.05C19.27 4.96 19.54 5.05 19.66 5.27L21.66 8.73C21.78 8.95 21.73 9.22 21.54 9.37L19.43 11C19.47 11.34 19.5 11.67 19.5 12S19.47 12.65 19.43 12.97L21.54 14.63C21.73 14.78 21.78 15.05 21.66 15.27L20.5 17.29L15.47 12.26C15.5 12.18 15.5 12.09 15.5 12C15.5 10.07 13.93 8.5 12 8.5C11.91 8.5 11.83 8.5 11.74 8.53Z\" /></svg></li><li title=\"cog outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cog-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,8A4,4 0 0,1 16,12A4,4 0 0,1 12,16A4,4 0 0,1 8,12A4,4 0 0,1 12,8M12,10A2,2 0 0,0 10,12A2,2 0 0,0 12,14A2,2 0 0,0 14,12A2,2 0 0,0 12,10M10,22C9.75,22 9.54,21.82 9.5,21.58L9.13,18.93C8.5,18.68 7.96,18.34 7.44,17.94L4.95,18.95C4.73,19.03 4.46,18.95 4.34,18.73L2.34,15.27C2.21,15.05 2.27,14.78 2.46,14.63L4.57,12.97L4.5,12L4.57,11L2.46,9.37C2.27,9.22 2.21,8.95 2.34,8.73L4.34,5.27C4.46,5.05 4.73,4.96 4.95,5.05L7.44,6.05C7.96,5.66 8.5,5.32 9.13,5.07L9.5,2.42C9.54,2.18 9.75,2 10,2H14C14.25,2 14.46,2.18 14.5,2.42L14.87,5.07C15.5,5.32 16.04,5.66 16.56,6.05L19.05,5.05C19.27,4.96 19.54,5.05 19.66,5.27L21.66,8.73C21.79,8.95 21.73,9.22 21.54,9.37L19.43,11L19.5,12L19.43,13L21.54,14.63C21.73,14.78 21.79,15.05 21.66,15.27L19.66,18.73C19.54,18.95 19.27,19.04 19.05,18.95L16.56,17.95C16.04,18.34 15.5,18.68 14.87,18.93L14.5,21.58C14.46,21.82 14.25,22 14,22H10M11.25,4L10.88,6.61C9.68,6.86 8.62,7.5 7.85,8.39L5.44,7.35L4.69,8.65L6.8,10.2C6.4,11.37 6.4,12.64 6.8,13.8L4.68,15.36L5.43,16.66L7.86,15.62C8.63,16.5 9.68,17.14 10.87,17.38L11.24,20H12.76L13.13,17.39C14.32,17.14 15.37,16.5 16.14,15.62L18.57,16.66L19.32,15.36L17.2,13.81C17.6,12.64 17.6,11.37 17.2,10.2L19.31,8.65L18.56,7.35L16.15,8.39C15.38,7.5 14.32,6.86 13.12,6.62L12.75,4H11.25Z\" /></svg></li><li title=\"cog pause outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cog-pause-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.54 22H10C9.75 22 9.54 21.82 9.5 21.58L9.13 18.93C8.5 18.68 7.96 18.34 7.44 17.94L4.95 18.95C4.73 19.03 4.46 18.95 4.34 18.73L2.34 15.27C2.21 15.05 2.27 14.78 2.46 14.63L4.57 12.97L4.5 12L4.57 11L2.46 9.37C2.27 9.22 2.21 8.95 2.34 8.73L4.34 5.27C4.46 5.05 4.73 4.96 4.95 5.05L7.44 6.05C7.96 5.66 8.5 5.32 9.13 5.07L9.5 2.42C9.54 2.18 9.75 2 10 2H14C14.25 2 14.46 2.18 14.5 2.42L14.87 5.07C15.5 5.32 16.04 5.66 16.56 6.05L19.05 5.05C19.27 4.96 19.54 5.05 19.66 5.27L21.66 8.73C21.79 8.95 21.73 9.22 21.54 9.37L19.43 11L19.5 12L19.5 12.19C19 12.07 18.5 12 18 12C17.83 12 17.66 12 17.5 12.03C17.5 11.41 17.4 10.79 17.2 10.2L19.31 8.65L18.56 7.35L16.15 8.39C15.38 7.5 14.32 6.86 13.12 6.62L12.75 4H11.25L10.88 6.61C9.68 6.86 8.62 7.5 7.85 8.39L5.44 7.35L4.69 8.65L6.8 10.2C6.4 11.37 6.4 12.64 6.8 13.8L4.68 15.36L5.43 16.66L7.86 15.62C8.63 16.5 9.68 17.14 10.87 17.38L11.24 20H12.35C12.61 20.75 13 21.42 13.54 22M12.36 15.96C12.24 16 12.12 16 12 16C9.79 16 8 14.21 8 12S9.79 8 12 8 16 9.79 16 12C16 12.12 16 12.24 15.96 12.36C14.29 12.97 12.97 14.29 12.36 15.96M14 12C14 10.9 13.11 10 12 10S10 10.9 10 12 10.9 14 12 14 14 13.11 14 12M19 15H21V21H19M15 15H17V21H15V15Z\" /></svg></li><li title=\"cog pause \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cog-pause\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.53 22H10C9.75 22 9.54 21.82 9.5 21.58L9.13 18.93C8.5 18.68 7.96 18.34 7.44 17.94L4.95 18.95C4.73 19.03 4.46 18.95 4.34 18.73L2.34 15.27C2.21 15.05 2.27 14.78 2.46 14.63L4.57 12.97C4.53 12.65 4.5 12.33 4.5 12S4.53 11.34 4.57 11L2.46 9.37C2.27 9.22 2.21 8.95 2.34 8.73L4.34 5.27C4.46 5.05 4.73 4.96 4.95 5.05L7.44 6.05C7.96 5.66 8.5 5.32 9.13 5.07L9.5 2.42C9.54 2.18 9.75 2 10 2H14C14.25 2 14.46 2.18 14.5 2.42L14.87 5.07C15.5 5.32 16.04 5.66 16.56 6.05L19.05 5.05C19.27 4.96 19.54 5.05 19.66 5.27L21.66 8.73C21.78 8.95 21.73 9.22 21.54 9.37L19.43 11C19.47 11.34 19.5 11.67 19.5 12C19.5 12.06 19.5 12.12 19.5 12.19C19 12.07 18.5 12 18 12C17.08 12 16.22 12.21 15.44 12.58C15.47 12.39 15.5 12.2 15.5 12C15.5 10.07 13.93 8.5 12 8.5S8.5 10.07 8.5 12 10.07 15.5 12 15.5C12.2 15.5 12.39 15.47 12.58 15.44C12.21 16.22 12 17.08 12 18C12 19.54 12.58 20.94 13.53 22M19 15H21V21H19M15 15H17V21H15V15Z\" /></svg></li><li title=\"cog play outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cog-play-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.54 22H10C9.75 22 9.54 21.82 9.5 21.58L9.13 18.93C8.5 18.68 7.96 18.34 7.44 17.94L4.95 18.95C4.73 19.03 4.46 18.95 4.34 18.73L2.34 15.27C2.21 15.05 2.27 14.78 2.46 14.63L4.57 12.97L4.5 12L4.57 11L2.46 9.37C2.27 9.22 2.21 8.95 2.34 8.73L4.34 5.27C4.46 5.05 4.73 4.96 4.95 5.05L7.44 6.05C7.96 5.66 8.5 5.32 9.13 5.07L9.5 2.42C9.54 2.18 9.75 2 10 2H14C14.25 2 14.46 2.18 14.5 2.42L14.87 5.07C15.5 5.32 16.04 5.66 16.56 6.05L19.05 5.05C19.27 4.96 19.54 5.05 19.66 5.27L21.66 8.73C21.79 8.95 21.73 9.22 21.54 9.37L19.43 11L19.5 12V12.19C19 12.07 18.5 12 18 12C17.83 12 17.66 12 17.5 12.03C17.5 11.41 17.4 10.79 17.2 10.2L19.31 8.65L18.56 7.35L16.15 8.39C15.38 7.5 14.32 6.86 13.12 6.62L12.75 4H11.25L10.88 6.61C9.68 6.86 8.62 7.5 7.85 8.39L5.44 7.35L4.69 8.65L6.8 10.2C6.4 11.37 6.4 12.64 6.8 13.8L4.68 15.36L5.43 16.66L7.86 15.62C8.63 16.5 9.68 17.14 10.87 17.38L11.24 20H12.35C12.61 20.75 13 21.42 13.54 22M15.96 12.36C16 12.24 16 12.12 16 12C16 9.79 14.21 8 12 8S8 9.79 8 12 9.79 16 12 16C12.12 16 12.24 16 12.36 15.96C12.97 14.29 14.29 12.97 15.96 12.36M12 14C10.9 14 10 13.11 10 12S10.9 10 12 10 14 10.9 14 12 13.11 14 12 14M16 15V21L21 18L16 15Z\" /></svg></li><li title=\"cog play \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cog-play\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.53 22H10C9.75 22 9.54 21.82 9.5 21.58L9.13 18.93C8.5 18.68 7.96 18.34 7.44 17.94L4.95 18.95C4.73 19.03 4.46 18.95 4.34 18.73L2.34 15.27C2.21 15.05 2.27 14.78 2.46 14.63L4.57 12.97C4.53 12.65 4.5 12.33 4.5 12S4.53 11.34 4.57 11L2.46 9.37C2.27 9.22 2.21 8.95 2.34 8.73L4.34 5.27C4.46 5.05 4.73 4.96 4.95 5.05L7.44 6.05C7.96 5.66 8.5 5.32 9.13 5.07L9.5 2.42C9.54 2.18 9.75 2 10 2H14C14.25 2 14.46 2.18 14.5 2.42L14.87 5.07C15.5 5.32 16.04 5.66 16.56 6.05L19.05 5.05C19.27 4.96 19.54 5.05 19.66 5.27L21.66 8.73C21.78 8.95 21.73 9.22 21.54 9.37L19.43 11C19.47 11.34 19.5 11.67 19.5 12V12.19C19 12.07 18.5 12 18 12C17.08 12 16.22 12.21 15.44 12.58C15.47 12.39 15.5 12.2 15.5 12C15.5 10.07 13.93 8.5 12 8.5S8.5 10.07 8.5 12 10.07 15.5 12 15.5C12.2 15.5 12.39 15.47 12.58 15.44C12.21 16.22 12 17.08 12 18C12 19.54 12.58 20.94 13.53 22M16 15V21L21 18L16 15Z\" /></svg></li><li title=\"cog refresh outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cog-refresh-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 14.5C19.1 14.5 20.1 14.9 20.8 15.7L22 14.5V18.5H18L19.8 16.7C19.3 16.3 18.7 16 18 16C16.6 16 15.5 17.1 15.5 18.5S16.6 21 18 21C18.8 21 19.5 20.6 20 20H21.7C21.1 21.5 19.7 22.5 18 22.5C15.8 22.5 14 20.7 14 18.5S15.8 14.5 18 14.5M11.7 20H11.3L10.9 17.4C9.7 17.2 8.7 16.5 7.9 15.6L5.5 16.6L4.7 15.3L6.8 13.7C6.4 12.5 6.4 11.3 6.8 10.1L4.7 8.7L5.5 7.4L7.9 8.4C8.7 7.5 9.7 6.9 10.9 6.6L11.2 4H12.7L13.1 6.6C14.3 6.8 15.4 7.5 16.1 8.4L18.5 7.4L19.3 8.7L17.2 10.2C17.4 10.8 17.5 11.4 17.5 12H18C18.5 12 19 12.1 19.5 12.2V12L19.4 11L21.5 9.4C21.7 9.2 21.7 9 21.6 8.8L19.6 5.3C19.5 5 19.3 5 19 5L16.5 6C16 5.6 15.4 5.3 14.8 5L14.4 2.3C14.5 2.2 14.2 2 14 2H10C9.8 2 9.5 2.2 9.5 2.4L9.1 5.1C8.5 5.3 8 5.7 7.4 6L5 5C4.7 5 4.5 5 4.3 5.3L2.3 8.8C2.2 9 2.3 9.2 2.5 9.4L4.6 11L4.5 12L4.6 13L2.5 14.7C2.3 14.9 2.3 15.1 2.4 15.3L4.4 18.8C4.5 19 4.7 19 5 19L7.5 18C8 18.4 8.6 18.7 9.2 19L9.6 21.7C9.6 21.9 9.8 22.1 10.1 22.1H12.6C12.1 21.4 11.9 20.7 11.7 20M16 12.3V12C16 9.8 14.2 8 12 8S8 9.8 8 12C8 14.2 9.8 16 12 16C12.7 14.3 14.2 12.9 16 12.3M10 12C10 10.9 10.9 10 12 10S14 10.9 14 12 13.1 14 12 14 10 13.1 10 12Z\" /></svg></li><li title=\"cog refresh \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cog-refresh\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 14.5C19.1 14.5 20.1 14.9 20.8 15.7L22 14.5V18.5H18L19.8 16.7C19.3 16.3 18.7 16 18 16C16.6 16 15.5 17.1 15.5 18.5S16.6 21 18 21C18.8 21 19.5 20.6 20 20H21.7C21.1 21.5 19.7 22.5 18 22.5C15.8 22.5 14 20.7 14 18.5S15.8 14.5 18 14.5M11.5 18.5C11.5 17.4 11.8 16.4 12.2 15.5H12C10.1 15.5 8.5 13.9 8.5 12S10.1 8.5 12 8.5 15.5 10.1 15.5 12C15.5 12.2 15.5 12.4 15.4 12.5C16.2 12.2 17 12 18 12C18.5 12 19 12.1 19.5 12.2V12C19.5 11.7 19.5 11.3 19.4 11L21.5 9.4C21.7 9.2 21.7 9 21.6 8.8L19.6 5.3C19.5 5 19.3 5 19 5L16.5 6C16 5.6 15.4 5.3 14.8 5L14.4 2.3C14.5 2.2 14.2 2 14 2H10C9.8 2 9.5 2.2 9.5 2.4L9.1 5.1C8.5 5.3 8 5.7 7.4 6L5 5C4.7 5 4.5 5 4.3 5.3L2.3 8.8C2.2 9 2.3 9.2 2.5 9.4L4.6 11C4.6 11.3 4.5 11.7 4.5 12S4.5 12.7 4.6 13L2.5 14.7C2.3 14.9 2.3 15.1 2.4 15.3L4.4 18.8C4.5 19 4.7 19 5 19L7.5 18C8 18.4 8.6 18.7 9.2 19L9.6 21.7C9.6 21.9 9.8 22.1 10.1 22.1H12.6C11.9 21 11.5 19.8 11.5 18.5Z\" /></svg></li><li title=\"cog stop outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cog-stop-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.54 22H10C9.75 22 9.54 21.82 9.5 21.58L9.13 18.93C8.5 18.68 7.96 18.34 7.44 17.94L4.95 18.95C4.73 19.03 4.46 18.95 4.34 18.73L2.34 15.27C2.21 15.05 2.27 14.78 2.46 14.63L4.57 12.97L4.5 12L4.57 11L2.46 9.37C2.27 9.22 2.21 8.95 2.34 8.73L4.34 5.27C4.46 5.05 4.73 4.96 4.95 5.05L7.44 6.05C7.96 5.66 8.5 5.32 9.13 5.07L9.5 2.42C9.54 2.18 9.75 2 10 2H14C14.25 2 14.46 2.18 14.5 2.42L14.87 5.07C15.5 5.32 16.04 5.66 16.56 6.05L19.05 5.05C19.27 4.96 19.54 5.05 19.66 5.27L21.66 8.73C21.79 8.95 21.73 9.22 21.54 9.37L19.43 11L19.5 12L19.5 12.19C19 12.07 18.5 12 18 12C17.83 12 17.66 12 17.5 12.03C17.5 11.41 17.4 10.79 17.2 10.2L19.31 8.65L18.56 7.35L16.15 8.39C15.38 7.5 14.32 6.86 13.12 6.62L12.75 4H11.25L10.88 6.61C9.68 6.86 8.62 7.5 7.85 8.39L5.44 7.35L4.69 8.65L6.8 10.2C6.4 11.37 6.4 12.64 6.8 13.8L4.68 15.36L5.43 16.66L7.86 15.62C8.63 16.5 9.68 17.14 10.87 17.38L11.24 20H12.35C12.61 20.75 13 21.42 13.54 22M12.36 15.96C12.24 16 12.12 16 12 16C9.79 16 8 14.21 8 12S9.79 8 12 8 16 9.79 16 12C16 12.12 16 12.24 15.96 12.36C14.29 12.97 12.97 14.29 12.36 15.96M14 12C14 10.9 13.11 10 12 10S10 10.9 10 12 10.9 14 12 14 14 13.11 14 12M15 15H21V21H15V15Z\" /></svg></li><li title=\"cog stop \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cog-stop\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.53 22H10C9.75 22 9.54 21.82 9.5 21.58L9.13 18.93C8.5 18.68 7.96 18.34 7.44 17.94L4.95 18.95C4.73 19.03 4.46 18.95 4.34 18.73L2.34 15.27C2.21 15.05 2.27 14.78 2.46 14.63L4.57 12.97C4.53 12.65 4.5 12.33 4.5 12S4.53 11.34 4.57 11L2.46 9.37C2.27 9.22 2.21 8.95 2.34 8.73L4.34 5.27C4.46 5.05 4.73 4.96 4.95 5.05L7.44 6.05C7.96 5.66 8.5 5.32 9.13 5.07L9.5 2.42C9.54 2.18 9.75 2 10 2H14C14.25 2 14.46 2.18 14.5 2.42L14.87 5.07C15.5 5.32 16.04 5.66 16.56 6.05L19.05 5.05C19.27 4.96 19.54 5.05 19.66 5.27L21.66 8.73C21.78 8.95 21.73 9.22 21.54 9.37L19.43 11C19.47 11.34 19.5 11.67 19.5 12C19.5 12.06 19.5 12.12 19.5 12.19C19 12.07 18.5 12 18 12C17.08 12 16.22 12.21 15.44 12.58C15.47 12.39 15.5 12.2 15.5 12C15.5 10.07 13.93 8.5 12 8.5S8.5 10.07 8.5 12 10.07 15.5 12 15.5C12.2 15.5 12.39 15.47 12.58 15.44C12.21 16.22 12 17.08 12 18C12 19.54 12.58 20.94 13.53 22M21 15H15V21H21V15Z\" /></svg></li><li title=\"cog sync outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cog-sync-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.7 20H11.3L10.9 17.4C9.7 17.2 8.7 16.5 7.9 15.6L5.5 16.6L4.7 15.3L6.8 13.7C6.4 12.5 6.4 11.3 6.8 10.1L4.7 8.7L5.5 7.4L7.9 8.4C8.7 7.5 9.7 6.9 10.9 6.6L11.2 4H12.7L13.1 6.6C14.3 6.8 15.4 7.5 16.1 8.4L18.5 7.4L19.3 8.7L17.2 10.2C17.4 10.8 17.5 11.4 17.5 12H18C18.5 12 19 12.1 19.5 12.2V12L19.4 11L21.5 9.4C21.7 9.2 21.7 9 21.6 8.8L19.6 5.3C19.5 5 19.3 5 19 5L16.5 6C16 5.6 15.4 5.3 14.8 5L14.4 2.3C14.5 2.2 14.2 2 14 2H10C9.8 2 9.5 2.2 9.5 2.4L9.1 5.1C8.5 5.3 8 5.7 7.4 6L5 5C4.7 5 4.5 5 4.3 5.3L2.3 8.8C2.2 9 2.3 9.2 2.5 9.4L4.6 11L4.5 12L4.6 13L2.5 14.7C2.3 14.9 2.3 15.1 2.4 15.3L4.4 18.8C4.5 19 4.7 19 5 19L7.5 18C8 18.4 8.6 18.7 9.2 19L9.6 21.7C9.6 21.9 9.8 22.1 10.1 22.1H12.6C12.1 21.4 11.9 20.7 11.7 20M16 12.3V12C16 9.8 14.2 8 12 8S8 9.8 8 12C8 14.2 9.8 16 12 16C12.7 14.3 14.2 12.9 16 12.3M10 12C10 10.9 10.9 10 12 10S14 10.9 14 12 13.1 14 12 14 10 13.1 10 12M18 14.5V13L15.8 15.2L18 17.4V16C19.4 16 20.5 17.1 20.5 18.5C20.5 18.9 20.4 19.3 20.2 19.6L21.3 20.7C22.5 18.9 22 16.4 20.2 15.2C19.6 14.7 18.8 14.5 18 14.5M18 21C16.6 21 15.5 19.9 15.5 18.5C15.5 18.1 15.6 17.7 15.8 17.4L14.7 16.3C13.5 18.1 14 20.6 15.8 21.8C16.5 22.2 17.2 22.5 18 22.5V24L20.2 21.8L18 19.5V21Z\" /></svg></li><li title=\"cog sync \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cog-sync\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.5 18.5C11.5 17.4 11.8 16.4 12.2 15.5H12C10.1 15.5 8.5 13.9 8.5 12S10.1 8.5 12 8.5 15.5 10.1 15.5 12C15.5 12.2 15.5 12.4 15.4 12.5C16.2 12.2 17 12 18 12C18.5 12 19 12.1 19.5 12.2V12C19.5 11.7 19.5 11.3 19.4 11L21.5 9.4C21.7 9.2 21.7 9 21.6 8.8L19.6 5.3C19.5 5 19.3 5 19 5L16.5 6C16 5.6 15.4 5.3 14.8 5L14.4 2.3C14.5 2.2 14.2 2 14 2H10C9.8 2 9.5 2.2 9.5 2.4L9.1 5.1C8.5 5.3 8 5.7 7.4 6L5 5C4.7 5 4.5 5 4.3 5.3L2.3 8.8C2.2 9 2.3 9.2 2.5 9.4L4.6 11C4.6 11.3 4.5 11.7 4.5 12S4.5 12.7 4.6 13L2.5 14.7C2.3 14.9 2.3 15.1 2.4 15.3L4.4 18.8C4.5 19 4.7 19 5 19L7.5 18C8 18.4 8.6 18.7 9.2 19L9.6 21.7C9.6 21.9 9.8 22.1 10.1 22.1H12.6C11.9 21 11.5 19.8 11.5 18.5M18 14.5V13L15.8 15.2L18 17.4V16C19.4 16 20.5 17.1 20.5 18.5C20.5 18.9 20.4 19.3 20.2 19.6L21.3 20.7C22.5 18.9 22 16.4 20.2 15.2C19.6 14.7 18.8 14.5 18 14.5M18 21C16.6 21 15.5 19.9 15.5 18.5C15.5 18.1 15.6 17.7 15.8 17.4L14.7 16.3C13.5 18.1 14 20.6 15.8 21.8C16.5 22.2 17.2 22.5 18 22.5V24L20.2 21.8L18 19.5V21Z\" /></svg></li><li title=\"cog transfer outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cog-transfer-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15 17V14H18V12L22 15.5L18 19V17H15M17 18V21H14V23L10 19.5L14 16V18H17M12 8C9.79 8 8 9.8 8 12C8 13.91 9.35 15.54 11.21 15.92L16 11.86C15.93 9.71 14.16 8 12 8M12 14C10.9 14 10 13.11 10 12S10.9 10 12 10 14 10.9 14 12 13.11 14 12 14M21.66 8.73L19.66 5.27C19.54 5.05 19.28 4.96 19.05 5.05L16.56 6.05C16.05 5.64 15.5 5.31 14.87 5.05L14.5 2.42C14.46 2.18 14.25 2 14 2H10C9.75 2 9.54 2.18 9.5 2.42L9.13 5.07C8.5 5.33 7.96 5.66 7.44 6.07L5 5.05C4.77 4.96 4.5 5.05 4.39 5.27L2.39 8.73C2.26 8.94 2.31 9.22 2.5 9.37L4.57 11L4.5 12L4.57 13L2.46 14.63C2.26 14.78 2.21 15.06 2.34 15.27L4.34 18.73C4.45 19 4.74 19.11 5 19L5 19L7.5 18C7.74 18.19 8 18.37 8.26 18.53L9.91 17.13C9.14 16.8 8.46 16.31 7.91 15.68L5.5 16.68L4.73 15.38L6.8 13.8C6.4 12.63 6.4 11.37 6.8 10.2L4.69 8.65L5.44 7.35L7.85 8.35C8.63 7.45 9.68 6.82 10.85 6.57L11.25 4H12.75L13.12 6.62C14.29 6.86 15.34 7.5 16.12 8.39L18.53 7.39L19.28 8.69L17.2 10.2C17.29 10.46 17.36 10.73 17.4 11H19.4L21.5 9.37C21.72 9.23 21.78 8.95 21.66 8.73M12 8C9.79 8 8 9.8 8 12C8 13.91 9.35 15.54 11.21 15.92L16 11.86C15.93 9.71 14.16 8 12 8M12 14C10.9 14 10 13.11 10 12S10.9 10 12 10 14 10.9 14 12 13.11 14 12 14M12 8C9.79 8 8 9.8 8 12C8 13.91 9.35 15.54 11.21 15.92L16 11.86C15.93 9.71 14.16 8 12 8M12 14C10.9 14 10 13.11 10 12S10.9 10 12 10 14 10.9 14 12 13.11 14 12 14Z\" /></svg></li><li title=\"cog transfer \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cog-transfer\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14 18V16L10 19.5L14 23V21H17V18H14M22 15.5L18 12V14H15V17H18V19L22 15.5M21.66 8.73L19.66 5.27C19.54 5.05 19.28 4.96 19.05 5.05L16.56 6.05C16.05 5.64 15.5 5.31 14.87 5.05L14.5 2.42C14.46 2.18 14.25 2 14 2H10C9.75 2 9.54 2.18 9.5 2.42L9.13 5.07C8.5 5.33 7.96 5.66 7.44 6.07L5 5.05C4.77 4.96 4.5 5.05 4.39 5.27L2.39 8.73C2.26 8.94 2.31 9.22 2.5 9.37L4.57 11C4.53 11.33 4.5 11.67 4.5 12C4.5 12.33 4.53 12.67 4.57 13L2.46 14.63C2.26 14.78 2.21 15.06 2.34 15.27L4.34 18.73C4.45 19 4.74 19.11 5 19L5 19L7.5 18C7.74 18.19 8 18.37 8.26 18.53L11.77 15.53C9.84 15.4 8.38 13.73 8.5 11.8C8.65 9.87 10.32 8.41 12.25 8.55C13.69 8.64 14.92 9.62 15.35 11H19.43L21.54 9.37C21.73 9.22 21.78 8.94 21.66 8.73Z\" /></svg></li><li title=\"cog \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cog\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,15.5A3.5,3.5 0 0,1 8.5,12A3.5,3.5 0 0,1 12,8.5A3.5,3.5 0 0,1 15.5,12A3.5,3.5 0 0,1 12,15.5M19.43,12.97C19.47,12.65 19.5,12.33 19.5,12C19.5,11.67 19.47,11.34 19.43,11L21.54,9.37C21.73,9.22 21.78,8.95 21.66,8.73L19.66,5.27C19.54,5.05 19.27,4.96 19.05,5.05L16.56,6.05C16.04,5.66 15.5,5.32 14.87,5.07L14.5,2.42C14.46,2.18 14.25,2 14,2H10C9.75,2 9.54,2.18 9.5,2.42L9.13,5.07C8.5,5.32 7.96,5.66 7.44,6.05L4.95,5.05C4.73,4.96 4.46,5.05 4.34,5.27L2.34,8.73C2.21,8.95 2.27,9.22 2.46,9.37L4.57,11C4.53,11.34 4.5,11.67 4.5,12C4.5,12.33 4.53,12.65 4.57,12.97L2.46,14.63C2.27,14.78 2.21,15.05 2.34,15.27L4.34,18.73C4.46,18.95 4.73,19.03 4.95,18.95L7.44,17.94C7.96,18.34 8.5,18.68 9.13,18.93L9.5,21.58C9.54,21.82 9.75,22 10,22H14C14.25,22 14.46,21.82 14.5,21.58L14.87,18.93C15.5,18.67 16.04,18.34 16.56,17.94L19.05,18.95C19.27,19.03 19.54,18.95 19.66,18.73L21.66,15.27C21.78,15.05 21.73,14.78 21.54,14.63L19.43,12.97Z\" /></svg></li><li title=\"cogs \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cogs\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.9,18.45C17.25,18.45 18.35,17.35 18.35,16C18.35,14.65 17.25,13.55 15.9,13.55C14.54,13.55 13.45,14.65 13.45,16C13.45,17.35 14.54,18.45 15.9,18.45M21.1,16.68L22.58,17.84C22.71,17.95 22.75,18.13 22.66,18.29L21.26,20.71C21.17,20.86 21,20.92 20.83,20.86L19.09,20.16C18.73,20.44 18.33,20.67 17.91,20.85L17.64,22.7C17.62,22.87 17.47,23 17.3,23H14.5C14.32,23 14.18,22.87 14.15,22.7L13.89,20.85C13.46,20.67 13.07,20.44 12.71,20.16L10.96,20.86C10.81,20.92 10.62,20.86 10.54,20.71L9.14,18.29C9.05,18.13 9.09,17.95 9.22,17.84L10.7,16.68L10.65,16L10.7,15.31L9.22,14.16C9.09,14.05 9.05,13.86 9.14,13.71L10.54,11.29C10.62,11.13 10.81,11.07 10.96,11.13L12.71,11.84C13.07,11.56 13.46,11.32 13.89,11.15L14.15,9.29C14.18,9.13 14.32,9 14.5,9H17.3C17.47,9 17.62,9.13 17.64,9.29L17.91,11.15C18.33,11.32 18.73,11.56 19.09,11.84L20.83,11.13C21,11.07 21.17,11.13 21.26,11.29L22.66,13.71C22.75,13.86 22.71,14.05 22.58,14.16L21.1,15.31L21.15,16L21.1,16.68M6.69,8.07C7.56,8.07 8.26,7.37 8.26,6.5C8.26,5.63 7.56,4.92 6.69,4.92A1.58,1.58 0 0,0 5.11,6.5C5.11,7.37 5.82,8.07 6.69,8.07M10.03,6.94L11,7.68C11.07,7.75 11.09,7.87 11.03,7.97L10.13,9.53C10.08,9.63 9.96,9.67 9.86,9.63L8.74,9.18L8,9.62L7.81,10.81C7.79,10.92 7.7,11 7.59,11H5.79C5.67,11 5.58,10.92 5.56,10.81L5.4,9.62L4.64,9.18L3.5,9.63C3.41,9.67 3.3,9.63 3.24,9.53L2.34,7.97C2.28,7.87 2.31,7.75 2.39,7.68L3.34,6.94L3.31,6.5L3.34,6.06L2.39,5.32C2.31,5.25 2.28,5.13 2.34,5.03L3.24,3.47C3.3,3.37 3.41,3.33 3.5,3.37L4.63,3.82L5.4,3.38L5.56,2.19C5.58,2.08 5.67,2 5.79,2H7.59C7.7,2 7.79,2.08 7.81,2.19L8,3.38L8.74,3.82L9.86,3.37C9.96,3.33 10.08,3.37 10.13,3.47L11.03,5.03C11.09,5.13 11.07,5.25 11,5.32L10.03,6.06L10.06,6.5L10.03,6.94Z\" /></svg></li><li title=\"collage \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-collage\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,3C3.89,3 3,3.89 3,5V19C3,20.11 3.89,21 5,21H11V3M13,3V11H21V5C21,3.89 20.11,3 19,3M13,13V21H19C20.11,21 21,20.11 21,19V13\" /></svg></li><li title=\"collapse all outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-collapse-all-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,2A2,2 0 0,0 2,4V14H4V4H14V2H4M8,6A2,2 0 0,0 6,8V18H8V8H18V6H8M20,12V20H12V12H20M20,10H12A2,2 0 0,0 10,12V20A2,2 0 0,0 12,22H20A2,2 0 0,0 22,20V12A2,2 0 0,0 20,10M19,17H13V15H19V17Z\" /></svg></li><li title=\"collapse all \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-collapse-all\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,4H4V14H2V4A2,2 0 0,1 4,2H14V4M18,6H8A2,2 0 0,0 6,8V18H8V8H18V6M22,12V20A2,2 0 0,1 20,22H12A2,2 0 0,1 10,20V12A2,2 0 0,1 12,10H20A2,2 0 0,1 22,12M20,15H12V17H20V15Z\" /></svg></li><li title=\"color helper \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-color-helper\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M0,24H24V20H0V24Z\" /></svg></li><li title=\"comma box outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-comma-box-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,17L12,13H9V7H15V13L13,17H10M5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3M5,5V19H19V5H5Z\" /></svg></li><li title=\"comma box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-comma-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3M15,13V7H9V13H12L10,17H13L15,13Z\" /></svg></li><li title=\"comma circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-comma-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4M10,17H13L15,13V7H9V13H12L10,17Z\" /></svg></li><li title=\"comma circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-comma-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M15,13L13,17H10L12,13H9V7H15V13Z\" /></svg></li><li title=\"comma \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-comma\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7,3H16.95V12.96L12.96,20.94H8L11.97,12.96H7V3Z\" /></svg></li><li title=\"comment account outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-comment-account-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,22A1,1 0 0,1 8,21V18H4A2,2 0 0,1 2,16V4C2,2.89 2.9,2 4,2H20A2,2 0 0,1 22,4V16A2,2 0 0,1 20,18H13.9L10.2,21.71C10,21.9 9.75,22 9.5,22V22H9M10,16V19.08L13.08,16H20V4H4V16H10M16,14H8V13C8,11.67 10.67,11 12,11C13.33,11 16,11.67 16,13V14M12,6A2,2 0 0,1 14,8A2,2 0 0,1 12,10A2,2 0 0,1 10,8A2,2 0 0,1 12,6Z\" /></svg></li><li title=\"comment account \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-comment-account\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,22A1,1 0 0,1 8,21V18H4A2,2 0 0,1 2,16V4C2,2.89 2.9,2 4,2H20A2,2 0 0,1 22,4V16A2,2 0 0,1 20,18H13.9L10.2,21.71C10,21.9 9.75,22 9.5,22V22H9M16,14V13C16,11.67 13.33,11 12,11C10.67,11 8,11.67 8,13V14H16M12,6A2,2 0 0,0 10,8A2,2 0 0,0 12,10A2,2 0 0,0 14,8A2,2 0 0,0 12,6Z\" /></svg></li><li title=\"comment alert outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-comment-alert-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,22A1,1 0 0,1 8,21V18H4A2,2 0 0,1 2,16V4C2,2.89 2.9,2 4,2H20A2,2 0 0,1 22,4V16A2,2 0 0,1 20,18H13.9L10.2,21.71C10,21.9 9.75,22 9.5,22V22H9M10,16V19.08L13.08,16H20V4H4V16H10M13,10H11V6H13V10M13,14H11V12H13V14Z\" /></svg></li><li title=\"comment alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-comment-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9 22C8.4 22 8 21.6 8 21V18H4C2.9 18 2 17.1 2 16V4C2 2.9 2.9 2 4 2H20C21.1 2 22 2.9 22 4V16C22 17.1 21.1 18 20 18H13.9L10.2 21.7C10 21.9 9.8 22 9.5 22H9M13 11V5H11V11M13 15V13H11V15H13Z\" /></svg></li><li title=\"comment arrow left outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-comment-arrow-left-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 2H4C2.9 2 2 2.9 2 4V16C2 17.1 2.9 18 4 18H8V21C8 21.6 8.4 22 9 22H9.5C9.7 22 10 21.9 10.2 21.7L13.9 18H20C21.1 18 22 17.1 22 16V4C22 2.9 21.1 2 20 2M20 16H13.1L10 19.1V16H4V4H20V16M16 11V9H11.5L13.3 7.2L12 6L8 10L12 14L13.2 12.8L11.5 11H16Z\" /></svg></li><li title=\"comment arrow left \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-comment-arrow-left\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 2H4C2.9 2 2 2.9 2 4V16C2 17.1 2.9 18 4 18H8V21C8 21.6 8.4 22 9 22H9.5C9.7 22 10 21.9 10.2 21.7L13.9 18H20C21.1 18 22 17.1 22 16V4C22 2.9 21.1 2 20 2M16 11H11.5L13.3 12.8L12 14L8 10L12 6L13.2 7.2L11.5 9H16V11Z\" /></svg></li><li title=\"comment arrow right outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-comment-arrow-right-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 2H4C2.9 2 2 2.9 2 4V16C2 17.1 2.9 18 4 18H8V21C8 21.6 8.4 22 9 22H9.5C9.7 22 10 21.9 10.2 21.7L13.9 18H20C21.1 18 22 17.1 22 16V4C22 2.9 21.1 2 20 2M20 16H13.1L10 19.1V16H4V4H20V16M8 9V11H12.5L10.7 12.8L12 14L16 10L12 6L10.8 7.2L12.5 9H8Z\" /></svg></li><li title=\"comment arrow right \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-comment-arrow-right\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 2H4C2.9 2 2 2.9 2 4V16C2 17.1 2.9 18 4 18H8V21C8 21.6 8.4 22 9 22H9.5C9.7 22 10 21.9 10.2 21.7L13.9 18H20C21.1 18 22 17.1 22 16V4C22 2.9 21.1 2 20 2M12 14L10.8 12.8L12.6 11H8V9H12.5L10.7 7.2L12 6L16 10L12 14Z\" /></svg></li><li title=\"comment bookmark outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-comment-bookmark-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9 22C8.4 22 8 21.6 8 21V18H4C2.9 18 2 17.1 2 16V4C2 2.9 2.9 2 4 2H20C21.1 2 22 2.9 22 4V16C22 17.1 21.1 18 20 18H13.9L10.2 21.7C10 21.9 9.8 22 9.5 22H9M10 16V19.1L13.1 16H20V4H4V16H10M18 14V6H13V14L15.5 12.5L18 14Z\" /></svg></li><li title=\"comment bookmark \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-comment-bookmark\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 2H4C2.9 2 2 2.9 2 4V16C2 17.1 2.9 18 4 18H8V21C8 21.6 8.4 22 9 22H9.5C9.7 22 10 21.9 10.2 21.7L13.9 18H20C21.1 18 22 17.1 22 16V4C22 2.9 21.1 2 20 2M19 13L16.5 11.5L14 13V5H19V13Z\" /></svg></li><li title=\"comment check outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-comment-check-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,22A1,1 0 0,1 8,21V18H4A2,2 0 0,1 2,16V4C2,2.89 2.9,2 4,2H20A2,2 0 0,1 22,4V16A2,2 0 0,1 20,18H13.9L10.2,21.71C10,21.9 9.75,22 9.5,22V22H9M10,16V19.08L13.08,16H20V4H4V16H10M16.5,8L11,13.5L7.5,10L8.91,8.59L11,10.67L15.09,6.59L16.5,8Z\" /></svg></li><li title=\"comment check \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-comment-check\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,22A1,1 0 0,1 8,21V18H4A2,2 0 0,1 2,16V4C2,2.89 2.9,2 4,2H20A2,2 0 0,1 22,4V16A2,2 0 0,1 20,18H13.9L10.2,21.71C10,21.9 9.75,22 9.5,22V22H9M10,15L18,7L16.59,5.58L10,12.17L7.41,9.59L6,11L10,15Z\" /></svg></li><li title=\"comment edit outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-comment-edit-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9 22C8.45 22 8 21.55 8 21V18H4C2.9 18 2 17.11 2 16V4C2 2.89 2.9 2 4 2H20C21.11 2 22 2.9 22 4V16C22 17.11 21.11 18 20 18H13.9L10.2 21.71C10 21.9 9.75 22 9.5 22H9M10 16V19.08L13.08 16H20V4H4V16H10M15.84 8.2L14.83 9.21L12.76 7.18L13.77 6.16C13.97 5.95 14.31 5.94 14.55 6.16L15.84 7.41C16.05 7.62 16.06 7.96 15.84 8.2M8 11.91L12.17 7.72L14.24 9.8L10.08 14H8V11.91Z\" /></svg></li><li title=\"comment edit \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-comment-edit\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 2H4C2.89 2 2 2.89 2 4V16C2 17.11 2.9 18 4 18H8V21C8 21.55 8.45 22 9 22H9.5C9.75 22 10 21.9 10.2 21.71L13.9 18H20C21.1 18 22 17.1 22 16V4C22 2.89 21.1 2 20 2M9.08 15H7V12.91L13.17 6.72L15.24 8.8L9.08 15M16.84 7.2L15.83 8.21L13.76 6.18L14.77 5.16C14.97 4.95 15.31 4.94 15.55 5.16L16.84 6.41C17.05 6.62 17.06 6.96 16.84 7.2Z\" /></svg></li><li title=\"comment eye outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-comment-eye-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,6C16.56,6 17,6.44 17,7C17,7.56 16.56,8 16,8C15.44,8 15,7.56 15,7C15,6.44 15.44,6 16,6M16,3C18.73,3 21.06,4.66 22,7C21.06,9.34 18.73,11 16,11C13.27,11 10.94,9.34 10,7C10.94,4.66 13.27,3 16,3M16,4.5A2.5,2.5 0 0,0 13.5,7A2.5,2.5 0 0,0 16,9.5A2.5,2.5 0 0,0 18.5,7A2.5,2.5 0 0,0 16,4.5M18,12.75V16H13.08L10,19.08V16H4V6H8.27C8.59,5.27 9,4.6 9.5,4H4A2,2 0 0,0 2,6V16C2,17.11 2.9,18 4,18H8V21A1,1 0 0,0 9,22H9.5C9.75,22 10,21.9 10.2,21.71L13.9,18H18C19.11,18 20,17.11 20,16V12C19.37,12.33 18.7,12.58 18,12.75Z\" /></svg></li><li title=\"comment eye \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-comment-eye\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,12V16C20,17.11 19.11,18 18,18H13.9L10.2,21.71C10,21.89 9.76,22 9.5,22H9A1,1 0 0,1 8,21V18H4A2,2 0 0,1 2,16V6C2,4.89 2.9,4 4,4H9.5C8.95,4.67 8.5,5.42 8.14,6.25L7.85,7L8.14,7.75C9.43,10.94 12.5,13 16,13C17.44,13 18.8,12.63 20,12M16,6C16.56,6 17,6.44 17,7C17,7.56 16.56,8 16,8C15.44,8 15,7.56 15,7C15,6.44 15.44,6 16,6M16,3C18.73,3 21.06,4.66 22,7C21.06,9.34 18.73,11 16,11C13.27,11 10.94,9.34 10,7C10.94,4.66 13.27,3 16,3M16,4.5A2.5,2.5 0 0,0 13.5,7A2.5,2.5 0 0,0 16,9.5A2.5,2.5 0 0,0 18.5,7A2.5,2.5 0 0,0 16,4.5\" /></svg></li><li title=\"comment flash outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-comment-flash-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.5 16H20.3L22 12H17V18H19V23L22.5 16M15 18H13.9L10.2 21.7C10 21.9 9.8 22 9.5 22H9C8.4 22 8 21.6 8 21V18H4C2.9 18 2 17.1 2 16V4C2 2.9 2.9 2 4 2H20C21.1 2 22 2.9 22 4V10H20V4H4V16H10V19.1L13.1 16H15V18Z\" /></svg></li><li title=\"comment flash \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-comment-flash\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.5 16H20.3L22 12H17V18H19V23L22.5 16M15 18H13.9L10.2 21.7C10 21.9 9.8 22 9.5 22H9C8.4 22 8 21.6 8 21V18H4C2.9 18 2 17.1 2 16V4C2 2.9 2.9 2 4 2H20C21.1 2 22 2.9 22 4V10H15V18Z\" /></svg></li><li title=\"comment minus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-comment-minus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16 11H8V9H16V11M22 4V16C22 17.11 21.11 18 20 18H13.9L10.2 21.71C10 21.9 9.75 22 9.5 22H9C8.45 22 8 21.55 8 21V18H4C2.9 18 2 17.11 2 16V4C2 2.89 2.9 2 4 2H20C21.11 2 22 2.9 22 4M20 4H4V16H10V19.08L13.08 16H20V4\" /></svg></li><li title=\"comment minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-comment-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 2H4C2.9 2 2 2.89 2 4V16C2 17.11 2.9 18 4 18H8V21C8 21.55 8.45 22 9 22H9.5C9.75 22 10 21.9 10.2 21.71L13.9 18H20C21.11 18 22 17.11 22 16V4C22 2.9 21.11 2 20 2M16 11H8V9H16V11Z\" /></svg></li><li title=\"comment multiple outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-comment-multiple-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,23A1,1 0 0,1 11,22V19H7A2,2 0 0,1 5,17V7C5,5.89 5.9,5 7,5H21A2,2 0 0,1 23,7V17A2,2 0 0,1 21,19H16.9L13.2,22.71C13,22.9 12.75,23 12.5,23V23H12M13,17V20.08L16.08,17H21V7H7V17H13M3,15H1V3A2,2 0 0,1 3,1H19V3H3V15Z\" /></svg></li><li title=\"comment multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-comment-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,23A1,1 0 0,1 11,22V19H7A2,2 0 0,1 5,17V7A2,2 0 0,1 7,5H21A2,2 0 0,1 23,7V17A2,2 0 0,1 21,19H16.9L13.2,22.71C13,22.89 12.76,23 12.5,23H12M3,15H1V3A2,2 0 0,1 3,1H19V3H3V15Z\" /></svg></li><li title=\"comment off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-comment-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.2 4L5.2 2H20C21.11 2 22 2.9 22 4V16C22 16.76 21.57 17.41 20.95 17.75L19.2 16H20V4H7.2M22.11 21.46L20.84 22.73L16.11 18H13.9L10.2 21.71C10 21.9 9.75 22 9.5 22H9C8.45 22 8 21.55 8 21V18H4C2.9 18 2 17.11 2 16V4C2 3.97 2 3.93 2 3.9L1.11 3L2.39 1.73L22.11 21.46M14.11 16L4 5.89V16H10V19.08L13.08 16H14.11Z\" /></svg></li><li title=\"comment off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-comment-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.11 21.46L20.84 22.73L16.11 18H13.9L10.2 21.71C10 21.9 9.75 22 9.5 22H9C8.45 22 8 21.55 8 21V18H4C2.9 18 2 17.11 2 16V4 3.9L1.11 3L2.39 1.73L22.11 21.46M22 16V4C22 2.9 21.11 2 20 2H5.2L20.95 17.75C21.57 17.41 22 16.76 22 16Z\" /></svg></li><li title=\"comment outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-comment-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,22A1,1 0 0,1 8,21V18H4A2,2 0 0,1 2,16V4C2,2.89 2.9,2 4,2H20A2,2 0 0,1 22,4V16A2,2 0 0,1 20,18H13.9L10.2,21.71C10,21.9 9.75,22 9.5,22V22H9M10,16V19.08L13.08,16H20V4H4V16H10Z\" /></svg></li><li title=\"comment plus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-comment-plus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,22A1,1 0 0,1 8,21V18H4A2,2 0 0,1 2,16V4C2,2.89 2.9,2 4,2H20A2,2 0 0,1 22,4V16A2,2 0 0,1 20,18H13.9L10.2,21.71C10,21.9 9.75,22 9.5,22V22H9M10,16V19.08L13.08,16H20V4H4V16H10M11,6H13V9H16V11H13V14H11V11H8V9H11V6Z\" /></svg></li><li title=\"comment plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-comment-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,22A1,1 0 0,1 8,21V18H4A2,2 0 0,1 2,16V4C2,2.89 2.9,2 4,2H20A2,2 0 0,1 22,4V16A2,2 0 0,1 20,18H13.9L10.2,21.71C10,21.9 9.75,22 9.5,22H9M11,6V9H8V11H11V14H13V11H16V9H13V6H11Z\" /></svg></li><li title=\"comment processing outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-comment-processing-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,22A1,1 0 0,1 8,21V18H4A2,2 0 0,1 2,16V4C2,2.89 2.9,2 4,2H20A2,2 0 0,1 22,4V16A2,2 0 0,1 20,18H13.9L10.2,21.71C10,21.9 9.75,22 9.5,22V22H9M10,16V19.08L13.08,16H20V4H4V16H10M17,11H15V9H17V11M13,11H11V9H13V11M9,11H7V9H9V11Z\" /></svg></li><li title=\"comment processing \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-comment-processing\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,22A1,1 0 0,1 8,21V18H4A2,2 0 0,1 2,16V4C2,2.89 2.9,2 4,2H20A2,2 0 0,1 22,4V16A2,2 0 0,1 20,18H13.9L10.2,21.71C10,21.9 9.75,22 9.5,22V22H9M17,11V9H15V11H17M13,11V9H11V11H13M9,11V9H7V11H9Z\" /></svg></li><li title=\"comment question outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-comment-question-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,2A2,2 0 0,0 2,4V16A2,2 0 0,0 4,18H8V21A1,1 0 0,0 9,22H9.5V22C9.75,22 10,21.9 10.2,21.71L13.9,18H20A2,2 0 0,0 22,16V4C22,2.89 21.1,2 20,2H4M4,4H20V16H13.08L10,19.08V16H4V4M12.19,5.5C11.3,5.5 10.59,5.68 10.05,6.04C9.5,6.4 9.22,7 9.27,7.69C0.21,7.69 6.57,7.69 11.24,7.69C11.24,7.41 11.34,7.2 11.5,7.06C11.7,6.92 11.92,6.85 12.19,6.85C12.5,6.85 12.77,6.93 12.95,7.11C13.13,7.28 13.22,7.5 13.22,7.8C13.22,8.08 13.14,8.33 13,8.54C12.83,8.76 12.62,8.94 12.36,9.08C11.84,9.4 11.5,9.68 11.29,9.92C11.1,10.16 11,10.5 11,11H13C13,10.72 13.05,10.5 13.14,10.32C13.23,10.15 13.4,10 13.66,9.85C14.12,9.64 14.5,9.36 14.79,9C15.08,8.63 15.23,8.24 15.23,7.8C15.23,7.1 14.96,6.54 14.42,6.12C13.88,5.71 13.13,5.5 12.19,5.5M11,12V14H13V12H11Z\" /></svg></li><li title=\"comment question \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-comment-question\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,2H20A2,2 0 0,1 22,4V16A2,2 0 0,1 20,18H13.9L10.2,21.71C10,21.9 9.75,22 9.5,22V22H9A1,1 0 0,1 8,21V18H4A2,2 0 0,1 2,16V4C2,2.89 2.9,2 4,2M12.19,5.5C11.3,5.5 10.59,5.68 10.05,6.04C9.5,6.4 9.22,7 9.27,7.69H11.24C11.24,7.41 11.34,7.2 11.5,7.06C11.7,6.92 11.92,6.85 12.19,6.85C12.5,6.85 12.77,6.93 12.95,7.11C13.13,7.28 13.22,7.5 13.22,7.8C13.22,8.08 13.14,8.33 13,8.54C12.83,8.76 12.62,8.94 12.36,9.08C11.84,9.4 11.5,9.68 11.29,9.92C11.1,10.16 11,10.5 11,11H13C13,10.72 13.05,10.5 13.14,10.32C13.23,10.15 13.4,10 13.66,9.85C14.12,9.64 14.5,9.36 14.79,9C15.08,8.63 15.23,8.24 15.23,7.8C15.23,7.1 14.96,6.54 14.42,6.12C13.88,5.71 13.13,5.5 12.19,5.5M11,12V14H13V12H11Z\" /></svg></li><li title=\"comment quote outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-comment-quote-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9 22C8.4 22 8 21.6 8 21V18H4C2.9 18 2 17.1 2 16V4C2 2.9 2.9 2 4 2H20C21.1 2 22 2.9 22 4V16C22 17.1 21.1 18 20 18H13.9L10.2 21.7C10 21.9 9.8 22 9.5 22H9M10 16V19.1L13.1 16H20V4H4V16H10M16.3 6L14.9 9H17V13H13V8.8L14.3 6H16.3M10.3 6L8.9 9H11V13H7V8.8L8.3 6H10.3Z\" /></svg></li><li title=\"comment quote \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-comment-quote\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 2H4C2.9 2 2 2.9 2 4V16C2 17.1 2.9 18 4 18H8V21C8 21.6 8.4 22 9 22H9.5C9.7 22 10 21.9 10.2 21.7L13.9 18H20C21.1 18 22 17.1 22 16V4C22 2.9 21.1 2 20 2M11 13H7V8.8L8.3 6H10.3L8.9 9H11V13M17 13H13V8.8L14.3 6H16.3L14.9 9H17V13Z\" /></svg></li><li title=\"comment remove outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-comment-remove-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,22A1,1 0 0,1 8,21V18H4A2,2 0 0,1 2,16V4C2,2.89 2.9,2 4,2H20A2,2 0 0,1 22,4V16A2,2 0 0,1 20,18H13.9L10.2,21.71C10,21.9 9.75,22 9.5,22V22H9M10,16V19.08L13.08,16H20V4H4V16H10M9.41,6L12,8.59L14.59,6L16,7.41L13.41,10L16,12.59L14.59,14L12,11.41L9.41,14L8,12.59L10.59,10L8,7.41L9.41,6Z\" /></svg></li><li title=\"comment remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-comment-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,22A1,1 0 0,1 8,21V18H4A2,2 0 0,1 2,16V4C2,2.89 2.9,2 4,2H20A2,2 0 0,1 22,4V16A2,2 0 0,1 20,18H13.9L10.2,21.71C10,21.9 9.75,22 9.5,22V22H9M9.41,6L8,7.41L10.59,10L8,12.59L9.41,14L12,11.41L14.59,14L16,12.59L13.41,10L16,7.41L14.59,6L12,8.59L9.41,6Z\" /></svg></li><li title=\"comment search outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-comment-search-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,4H9.5C9.25,4.64 9.09,5.31 9.04,6H4V16H10V19.08L13.08,16H18V13.23L20,15.23V16A2,2 0 0,1 18,18H13.9L10.2,21.71C10,21.9 9.75,22 9.5,22H9A1,1 0 0,1 8,21V18H4A2,2 0 0,1 2,16V6C2,4.89 2.9,4 4,4M15.5,2C18,2 20,4 20,6.5C20,7.38 19.75,8.2 19.31,8.89L22.41,12L21,13.39L17.89,10.31C17.2,10.75 16.38,11 15.5,11C13,11 11,9 11,6.5C11,4 13,2 15.5,2M15.5,4A2.5,2.5 0 0,0 13,6.5A2.5,2.5 0 0,0 15.5,9A2.5,2.5 0 0,0 18,6.5A2.5,2.5 0 0,0 15.5,4Z\" /></svg></li><li title=\"comment search \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-comment-search\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.5,2C18,2 20,4 20,6.5C20,7.38 19.75,8.2 19.31,8.89L22.41,12L21,13.39L17.89,10.31C17.2,10.75 16.38,11 15.5,11C13,11 11,9 11,6.5C11,4 13,2 15.5,2M15.5,4A2.5,2.5 0 0,0 13,6.5A2.5,2.5 0 0,0 15.5,9A2.5,2.5 0 0,0 18,6.5A2.5,2.5 0 0,0 15.5,4M4,4H9.5C9.19,4.79 9,5.64 9,6.5A6.5,6.5 0 0,0 15.5,13C16.18,13 16.83,12.89 17.46,12.69L20,15.23V16A2,2 0 0,1 18,18H13.9L10.2,21.71C10,21.89 9.76,22 9.5,22H9A1,1 0 0,1 8,21V18H4A2,2 0 0,1 2,16V6A2,2 0 0,1 4,4Z\" /></svg></li><li title=\"comment text multiple outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-comment-text-multiple-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,23A1,1 0 0,1 11,22V19H7A2,2 0 0,1 5,17V7A2,2 0 0,1 7,5H21A2,2 0 0,1 23,7V17A2,2 0 0,1 21,19H16.9L13.2,22.71C13,22.89 12.76,23 12.5,23H12M13,17V20.08L16.08,17H21V7H7V17H13M3,15H1V3A2,2 0 0,1 3,1H19V3H3V15M9,9H19V11H9V9M9,13H17V15H9V13Z\" /></svg></li><li title=\"comment text multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-comment-text-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,15H1V3A2,2 0 0,1 3,1H19V3H3V15M12,23A1,1 0 0,1 11,22V19H7A2,2 0 0,1 5,17V7A2,2 0 0,1 7,5H21A2,2 0 0,1 23,7V17A2,2 0 0,1 21,19H16.9L13.2,22.71C13,22.89 12.76,23 12.5,23H12M9,9V11H19V9H9M9,13V15H17V13H9Z\" /></svg></li><li title=\"comment text outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-comment-text-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,22A1,1 0 0,1 8,21V18H4A2,2 0 0,1 2,16V4C2,2.89 2.9,2 4,2H20A2,2 0 0,1 22,4V16A2,2 0 0,1 20,18H13.9L10.2,21.71C10,21.9 9.75,22 9.5,22V22H9M10,16V19.08L13.08,16H20V4H4V16H10M6,7H18V9H6V7M6,11H15V13H6V11Z\" /></svg></li><li title=\"comment text \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-comment-text\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,22A1,1 0 0,1 8,21V18H4A2,2 0 0,1 2,16V4C2,2.89 2.9,2 4,2H20A2,2 0 0,1 22,4V16A2,2 0 0,1 20,18H13.9L10.2,21.71C10,21.9 9.75,22 9.5,22V22H9M5,5V7H19V5H5M5,9V11H13V9H5M5,13V15H15V13H5Z\" /></svg></li><li title=\"comment \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-comment\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,22A1,1 0 0,1 8,21V18H4A2,2 0 0,1 2,16V4C2,2.89 2.9,2 4,2H20A2,2 0 0,1 22,4V16A2,2 0 0,1 20,18H13.9L10.2,21.71C10,21.9 9.75,22 9.5,22V22H9Z\" /></svg></li><li title=\"compare horizontal \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-compare-horizontal\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9 14H2V16H9V19L13 15L9 11V14M15 13V10H22V8H15V5L11 9L15 13Z\" /></svg></li><li title=\"compare remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-compare-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 5H14V3H19C20.1 3 21 3.9 21 5V13.4C20.4 13.2 19.7 13 19 13V5M10 1H12V23H10V21H5C3.9 21 3 20.1 3 19V5C3 3.9 3.9 3 5 3H10V1M10 12L5 18H10V12M15.7 14L14 12V15.7C14.4 15 15 14.5 15.7 14M21.1 15.5L19 17.6L16.9 15.5L15.5 16.9L17.6 19L15.5 21.1L16.9 22.5L19 20.4L21.1 22.5L22.5 21.1L20.4 19L22.5 16.9L21.1 15.5Z\" /></svg></li><li title=\"compare vertical \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-compare-vertical\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14 15V22H16V15H19L15 11L11 15H14M13 9H10V2H8V9H5L9 13L13 9Z\" /></svg></li><li title=\"compare \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-compare\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,3H14V5H19V18L14,12V21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3M10,18H5L10,12M10,3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H10V23H12V1H10V3Z\" /></svg></li><li title=\"compass off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-compass-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M1,3.5L2.28,2.25L21.75,21.72L20.5,23L17.7,20.22C16.08,21.34 14.12,22 12,22A10,10 0 0,1 2,12C2,9.88 2.66,7.92 3.78,6.3L1,3.5M7,17L9.39,11.91L5.23,7.74C4.45,9 4,10.44 4,12A8,8 0 0,0 12,20C13.56,20 15,19.55 16.26,18.77L12.09,14.61L7,17M17,7L14.62,12.05L11.95,9.38L17,7M12,2A10,10 0 0,1 22,12C22,14.1 21.35,16.06 20.24,17.67L18.8,16.22C19.56,15 20,13.55 20,12A8,8 0 0,0 12,4C10.45,4 9,4.44 7.78,5.2L6.33,3.76C7.94,2.65 9.9,2 12,2Z\" /></svg></li><li title=\"compass off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-compass-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M1,3.5L2.28,2.25L21.75,21.72L20.5,23L17.7,20.22C16.08,21.34 14.12,22 12,22A10,10 0 0,1 2,12C2,9.88 2.66,7.92 3.78,6.3L1,3.5M6,18L12.47,15L9,11.53L6,18M18,6L11.56,9L6.33,3.76C7.94,2.65 9.9,2 12,2A10,10 0 0,1 22,12C22,14.1 21.35,16.06 20.24,17.67L15,12.44L18,6Z\" /></svg></li><li title=\"compass outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-compass-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7,17L10.2,10.2L17,7L13.8,13.8L7,17M12,11.1A0.9,0.9 0 0,0 11.1,12A0.9,0.9 0 0,0 12,12.9A0.9,0.9 0 0,0 12.9,12A0.9,0.9 0 0,0 12,11.1M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z\" /></svg></li><li title=\"compass rose \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-compass-rose\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15 9L12 0L9 9L0 12L9 15L12 24L15 15L24 12L15 9M4 12L10 10L11 12H4M12 20L10 14L12 13V20M12 4L14 10L12 11V4M14 14L13 12H20L14 14M8.7 17.3L5 19L6.7 15.3L8.3 15.8L8.7 17.3M17.3 15.3L19 19L15.3 17.3L15.8 15.7L17.3 15.3M6.7 8.7L5 5L8.7 6.7L8.2 8.2L6.7 8.7M15.3 6.7L19 5L17.3 8.7L15.7 8.2L15.3 6.7Z\" /></svg></li><li title=\"compass \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-compass\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.19,14.19L6,18L9.81,9.81L18,6M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M12,10.9A1.1,1.1 0 0,0 10.9,12A1.1,1.1 0 0,0 12,13.1A1.1,1.1 0 0,0 13.1,12A1.1,1.1 0 0,0 12,10.9Z\" /></svg></li><li title=\"cone off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cone-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10.5 7.31L9.06 5.86L11.15 2.47C11.34 2.16 11.67 2 12 2C12.33 2 12.66 2.16 12.85 2.5L21.62 16.68H21.62C21.91 17.15 22 17.61 22 18C22 18.25 21.96 18.5 21.9 18.7L17.73 14.53C17.81 14.55 17.9 14.56 18 14.58L12 4.9L10.5 7.31M22.11 21.46L20.84 22.73L19.17 21.06C17.03 21.83 14.11 22 12 22C3.3 22 2 19.5 2 18C2 17.5 2.15 17.04 2.4 16.65H2.38L7.11 9L1.11 3L2.39 1.73L22.11 21.46M6 14.6C7.96 14.12 10.25 14 12 14L12.11 14L8.56 10.45L6 14.6M17.55 19.44L14.19 16.08C13.5 16.03 12.76 16 12 16C7.58 16 4 16.9 4 18S7.58 20 12 20C14.16 20 16.11 19.79 17.55 19.44Z\" /></svg></li><li title=\"cone \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cone\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.62 16.68H21.62L12.85 2.5C12.66 2.16 12.33 2 12 2C11.67 2 11.34 2.16 11.15 2.47L2.38 16.65H2.4C2.15 17.04 2 17.5 2 18C2 19.5 3.3 22 12 22C15.74 22 22 21.5 22 18C22 17.61 21.91 17.15 21.62 16.68M12 4.9L18 14.58C16.53 14.23 14.6 14 12 14C10.25 14 7.96 14.12 6 14.6L12 4.9M12 20C7.58 20 4 19.11 4 18C4 16.9 7.58 16 12 16S20 16.9 20 18C20 19.11 16.42 20 12 20Z\" /></svg></li><li title=\"connection \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-connection\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.4 7.5C22.2 8.3 22.2 9.6 21.4 10.3L18.6 13.1L10.8 5.3L13.6 2.5C14.4 1.7 15.7 1.7 16.4 2.5L18.2 4.3L21.2 1.3L22.6 2.7L19.6 5.7L21.4 7.5M15.6 13.3L14.2 11.9L11.4 14.7L9.3 12.6L12.1 9.8L10.7 8.4L7.9 11.2L6.4 9.8L3.6 12.6C2.8 13.4 2.8 14.7 3.6 15.4L5.4 17.2L1.4 21.2L2.8 22.6L6.8 18.6L8.6 20.4C9.4 21.2 10.7 21.2 11.4 20.4L14.2 17.6L12.8 16.2L15.6 13.3Z\" /></svg></li><li title=\"console line \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-console-line\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,19V16H21V19H13M8.5,13L2.47,7H6.71L11.67,11.95C12.25,12.54 12.25,13.5 11.67,14.07L6.74,19H2.5L8.5,13Z\" /></svg></li><li title=\"console network outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-console-network-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,20A1,1 0 0,0 14,19H13V17H17A2,2 0 0,0 19,15V5A2,2 0 0,0 17,3H7A2,2 0 0,0 5,5V15A2,2 0 0,0 7,17H11V19H10A1,1 0 0,0 9,20H2V22H9A1,1 0 0,0 10,23H14A1,1 0 0,0 15,22H22V20H15M7,15V5H17V15H7M8,6.89L11.56,10.45L8,14H10.53L13.45,11.08C13.78,10.74 13.78,10.18 13.45,9.82L10.5,6.89H8M16,12.22H13.33V14H16V12.22Z\" /></svg></li><li title=\"console network \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-console-network\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,3A2,2 0 0,1 19,5V15A2,2 0 0,1 17,17H13V19H14A1,1 0 0,1 15,20H22V22H15A1,1 0 0,1 14,23H10A1,1 0 0,1 9,22H2V20H9A1,1 0 0,1 10,19H11V17H7A2,2 0 0,1 5,15V5A2,2 0 0,1 7,3H17M7,7L11,11L7,15H9.85L13.13,11.72C13.5,11.33 13.5,10.7 13.13,10.3L9.83,7H7M17,13H14V15H17V13Z\" /></svg></li><li title=\"console \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-console\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,19V7H4V19H20M20,3A2,2 0 0,1 22,5V19A2,2 0 0,1 20,21H4A2,2 0 0,1 2,19V5C2,3.89 2.9,3 4,3H20M13,17V15H18V17H13M9.58,13L5.57,9H8.4L11.7,12.3C12.09,12.69 12.09,13.33 11.7,13.72L8.42,17H5.59L9.58,13Z\" /></svg></li><li title=\"consolidate \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-consolidate\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 9H20V4H22V9A2 2 0 0 1 20 11H18V13L15 10L18 7M14 10A2 2 0 1 0 12 12A2 2 0 0 0 14 10M2 11V16H4V11H6V13L9 10L6 7V9H4A2 2 0 0 0 2 11M15 16L12 13L9 16H11V18A2 2 0 0 0 13 20H18V18H13V16\" /></svg></li><li title=\"contactless payment circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-contactless-payment-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 4C16.41 4 20 7.59 20 12S16.41 20 12 20 4 16.41 4 12 7.59 4 12 4M12 2C6.5 2 2 6.5 2 12S6.5 22 12 22 22 17.5 22 12 17.5 2 12 2M8.43 14.44L7.07 13.83C7.35 13.27 7.5 12.67 7.5 12.05C7.5 11.39 7.35 10.76 7.07 10.17L8.43 9.56C8.81 10.37 9 11.2 9 12.05C9 12.8 8.81 13.6 8.43 14.44M11.53 15.94L10.22 15.29C10.75 14.16 11 13 11 11.86C11 10.73 10.75 9.69 10.22 8.71L11.53 7.96C12.19 9.12 12.5 10.42 12.5 11.86C12.5 13.33 12.19 14.69 11.53 15.94M14.68 17.35L13.31 16.65C14.1 15.11 14.5 13.57 14.5 12S14.1 8.87 13.31 7.31L14.68 6.65C15.55 8.43 16 10.22 16 12C16 13.82 15.55 15.6 14.68 17.35Z\" /></svg></li><li title=\"contactless payment circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-contactless-payment-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2C6.5 2 2 6.5 2 12S6.5 22 12 22 22 17.5 22 12 17.5 2 12 2M8.43 14.44L7.07 13.83C7.35 13.27 7.5 12.67 7.5 12.05C7.5 11.39 7.35 10.76 7.07 10.17L8.43 9.56C8.81 10.37 9 11.2 9 12.05C9 12.8 8.81 13.6 8.43 14.44M11.53 15.94L10.22 15.29C10.75 14.16 11 13 11 11.86C11 10.73 10.75 9.69 10.22 8.71L11.53 7.96C12.19 9.12 12.5 10.42 12.5 11.86C12.5 13.33 12.19 14.69 11.53 15.94M14.68 17.35L13.31 16.65C14.1 15.11 14.5 13.57 14.5 12S14.1 8.87 13.31 7.31L14.68 6.65C15.55 8.43 16 10.22 16 12C16 13.82 15.55 15.6 14.68 17.35Z\" /></svg></li><li title=\"contactless payment \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-contactless-payment\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.79,23C16.37,22.83 16.07,22.45 16,22C15.95,21.74 16,21.56 16.4,20.84C17.9,18.14 18.67,15.09 18.63,12C18.67,9 17.94,6.07 16.5,3.44C16.29,3 16.1,2.58 15.94,2.13C16,1.75 16.19,1.4 16.5,1.19C16.95,0.95 17.5,1 17.91,1.28C18.19,1.64 18.43,2 18.63,2.42C19.71,4.5 20.44,6.7 20.8,9C21.03,10.81 21.06,12.65 20.89,14.47C20.58,16.81 19.89,19.07 18.83,21.18C18.19,22.46 17.83,23 17.45,23C17.37,23 17.28,23 17.2,23C17.06,23 16.93,23 16.79,23V23M12.43,20.79C11.86,20.63 11.5,20.05 11.62,19.47C11.62,19.35 11.93,18.8 12.21,18.24C13.39,15.97 13.9,13.41 13.67,10.86C13.53,9.03 13,7.25 12.13,5.64C11.5,4.38 11.46,4.18 11.83,3.64C12.27,3.15 13,3.08 13.54,3.5C14.26,4.56 14.83,5.72 15.25,6.94C16.53,10.73 16.33,14.86 14.69,18.5C13.85,20.39 13.26,21 12.43,20.74V20.79M7.93,18.56C7.57,18.4 7.3,18.08 7.2,17.7C7.2,17.5 7.2,17.24 7.65,16.44C9.14,13.74 9.14,10.46 7.65,7.76C7,6.5 7,6.24 7.53,5.76C7.72,5.54 8,5.43 8.3,5.47C8.94,5.47 9.3,5.78 9.84,6.91C10.69,8.47 11.13,10.22 11.12,12C11.16,13.81 10.72,15.61 9.85,17.2C9.31,18.25 9.04,18.5 8.5,18.59C8.31,18.61 8.11,18.59 7.93,18.5V18.56M3.72,16.43C3.39,16.27 3.13,16 3,15.65C2.9,15.3 3,15 3.4,14.36C3.9,13.68 4.14,12.84 4.09,12C4.16,11.15 3.93,10.31 3.44,9.61C3.27,9.36 3.13,9.09 3,8.82C2.89,8.19 3.31,7.59 4,7.47C4.54,7.37 4.92,7.6 5.42,8.36C6.87,10.57 6.87,13.42 5.42,15.63C4.91,16.4 4.33,16.63 3.73,16.43H3.72Z\" /></svg></li><li title=\"contacts outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-contacts-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 4H4C2.9 4 2 4.9 2 6V18C2 19.1 2.9 20 4 20H20C21.1 20 22 19.1 22 18V6C22 4.9 21.1 4 20 4M20 18H4V6H20V18M4 0H20V2H4M4 22H20V24H4M12 12C13.38 12 14.5 10.88 14.5 9.5S13.38 7 12 7 9.5 8.12 9.5 9.5 10.62 12 12 12M12 8.5C12.55 8.5 13 8.95 13 9.5S12.55 10.5 12 10.5 11 10.05 11 9.5 11.45 8.5 12 8.5M17 16C17 13.9 13.69 13 12 13S7 13.9 7 16V17H17V16M8.81 15.5C9.42 15 10.84 14.5 12 14.5C13.17 14.5 14.59 15 15.2 15.5H8.81Z\" /></svg></li><li title=\"contacts \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-contacts\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,0H4V2H20V0M4,24H20V22H4V24M20,4H4A2,2 0 0,0 2,6V18A2,2 0 0,0 4,20H20A2,2 0 0,0 22,18V6A2,2 0 0,0 20,4M12,6.75A2.25,2.25 0 0,1 14.25,9A2.25,2.25 0 0,1 12,11.25A2.25,2.25 0 0,1 9.75,9A2.25,2.25 0 0,1 12,6.75M17,17H7V15.5C7,13.83 10.33,13 12,13C13.67,13 17,13.83 17,15.5V17Z\" /></svg></li><li title=\"contain end \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-contain-end\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7,17V15H9V17H7M11,17V15H13V17H11M15,17V15H17V17H15M22,3V21H16V19H20V5H16V3H22Z\" /></svg></li><li title=\"contain start \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-contain-start\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,3H8V5H4V19H8V21H2V3M7,17V15H9V17H7M11,17V15H13V17H11M15,17V15H17V17H15Z\" /></svg></li><li title=\"contain \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-contain\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,3H8V5H4V19H8V21H2V3M7,17V15H9V17H7M11,17V15H13V17H11M15,17V15H17V17H15M22,3V21H16V19H20V5H16V3H22Z\" /></svg></li><li title=\"content copy \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-content-copy\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z\" /></svg></li><li title=\"content cut \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-content-cut\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,3L13,9L15,11L22,4V3M12,12.5A0.5,0.5 0 0,1 11.5,12A0.5,0.5 0 0,1 12,11.5A0.5,0.5 0 0,1 12.5,12A0.5,0.5 0 0,1 12,12.5M6,20A2,2 0 0,1 4,18C4,16.89 4.9,16 6,16A2,2 0 0,1 8,18C8,19.11 7.1,20 6,20M6,8A2,2 0 0,1 4,6C4,4.89 4.9,4 6,4A2,2 0 0,1 8,6C8,7.11 7.1,8 6,8M9.64,7.64C9.87,7.14 10,6.59 10,6A4,4 0 0,0 6,2A4,4 0 0,0 2,6A4,4 0 0,0 6,10C6.59,10 7.14,9.87 7.64,9.64L10,12L7.64,14.36C7.14,14.13 6.59,14 6,14A4,4 0 0,0 2,18A4,4 0 0,0 6,22A4,4 0 0,0 10,18C10,17.41 9.87,16.86 9.64,16.36L12,14L19,21H22V20L9.64,7.64Z\" /></svg></li><li title=\"content duplicate \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-content-duplicate\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,17H4A2,2 0 0,1 2,15V3A2,2 0 0,1 4,1H16V3H4V15H11V13L15,16L11,19V17M19,21V7H8V13H6V7A2,2 0 0,1 8,5H19A2,2 0 0,1 21,7V21A2,2 0 0,1 19,23H8A2,2 0 0,1 6,21V19H8V21H19Z\" /></svg></li><li title=\"content paste \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-content-paste\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,20H5V4H7V7H17V4H19M12,2A1,1 0 0,1 13,3A1,1 0 0,1 12,4A1,1 0 0,1 11,3A1,1 0 0,1 12,2M19,2H14.82C14.4,0.84 13.3,0 12,0C10.7,0 9.6,0.84 9.18,2H5A2,2 0 0,0 3,4V20A2,2 0 0,0 5,22H19A2,2 0 0,0 21,20V4A2,2 0 0,0 19,2Z\" /></svg></li><li title=\"content save alert outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-content-save-alert-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15 3H3C1.9 3 1 3.9 1 5V19C1 20.1 1.9 21 3 21H17C18.1 21 19 20.1 19 19V7L15 3M17 19H3V5H14.2L17 7.8V19M10 12C8.3 12 7 13.3 7 15S8.3 18 10 18 13 16.7 13 15 11.7 12 10 12M4 6H13V10H4V6M23 13H21V7H23V13M23 17H21V15H23V17Z\" /></svg></li><li title=\"content save alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-content-save-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 9H3V5H13M10 19C8.3 19 7 17.7 7 16S8.3 13 10 13 13 14.3 13 16 11.7 19 10 19M15 3H3C1.9 3 1 3.9 1 5V19C1 20.1 1.9 21 3 21H17C18.1 21 19 20.1 19 19V7L15 3M23 13H21V7H23V13M23 17H21V15H23V17Z\" /></svg></li><li title=\"content save all outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-content-save-all-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M1 7H3V21H17V23H3C1.9 23 1 22.11 1 21V7M19 1H7C5.89 1 5 1.9 5 3V17C5 18.1 5.89 19 7 19H21C22.1 19 23 18.1 23 17V5L19 1M21 17H7V3H18.17L21 5.83V17M14 10C12.34 10 11 11.34 11 13S12.34 16 14 16 17 14.66 17 13 15.66 10 14 10M8 4H17V8H8V4Z\" /></svg></li><li title=\"content save all \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-content-save-all\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,7V3H7V7H17M14,17A3,3 0 0,0 17,14A3,3 0 0,0 14,11A3,3 0 0,0 11,14A3,3 0 0,0 14,17M19,1L23,5V17A2,2 0 0,1 21,19H7C5.89,19 5,18.1 5,17V3A2,2 0 0,1 7,1H19M1,7H3V21H17V23H3A2,2 0 0,1 1,21V7Z\" /></svg></li><li title=\"content save check outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-content-save-check-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14 12.8C13.5 12.31 12.78 12 12 12C10.34 12 9 13.34 9 15C9 16.31 9.84 17.41 11 17.82C11.07 15.67 12.27 13.8 14 12.8M11.09 19H5V5H16.17L19 7.83V12.35C19.75 12.61 20.42 13 21 13.54V7L17 3H5C3.89 3 3 3.9 3 5V19C3 20.1 3.89 21 5 21H11.81C11.46 20.39 11.21 19.72 11.09 19M6 10H15V6H6V10M15.75 21L13 18L14.16 16.84L15.75 18.43L19.34 14.84L20.5 16.25L15.75 21\" /></svg></li><li title=\"content save check \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-content-save-check\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17 3H5C3.9 3 3 3.9 3 5V19C3 20.11 3.9 21 5 21H11.81C11.42 20.34 11.17 19.6 11.07 18.84C9.5 18.31 8.66 16.6 9.2 15.03C9.61 13.83 10.73 13 12 13C12.44 13 12.88 13.1 13.28 13.29C15.57 11.5 18.83 11.59 21 13.54V7L17 3M15 9H5V5H15V9M15.75 21L13 18L14.16 16.84L15.75 18.43L19.34 14.84L20.5 16.25L15.75 21\" /></svg></li><li title=\"content save cog outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-content-save-cog-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.1 19C11.2 19.7 11.4 20.4 11.7 21H5C3.9 21 3 20.1 3 19V5C3 3.9 3.9 3 5 3H17L21 7V11.7C20.4 11.4 19.7 11.2 19 11.1V7.8L16.2 5H5V19H11.1M12 12C10.3 12 9 13.3 9 15C9 16.3 9.8 17.4 11 17.8C11.1 15.6 12.1 13.7 13.7 12.5C13.2 12.2 12.6 12 12 12M15 10V6H6V10H15M22.8 19.6L21.8 21.3C21.7 21.4 21.6 21.4 21.5 21.4L20.3 21C20 21.2 19.8 21.3 19.5 21.5L19.3 22.8C19.3 22.9 19.2 23 19.1 23H17.1C17 23 16.9 22.9 16.8 22.8L16.6 21.5C16.3 21.4 16 21.2 15.8 21L14.6 21.5C14.5 21.5 14.4 21.5 14.3 21.4L13.3 19.7C13.2 19.6 13.3 19.5 13.4 19.4L14.5 18.6V17.6L13.4 16.8C13.3 16.7 13.3 16.6 13.3 16.5L14.3 14.8C14.4 14.7 14.5 14.7 14.6 14.7L15.8 15.2C16.1 15 16.3 14.9 16.6 14.7L16.8 13.4C16.8 13.3 16.9 13.2 17.1 13.2H19.1C19.2 13.2 19.3 13.3 19.3 13.4L19.5 14.7C19.8 14.8 20.1 15 20.4 15.2L21.6 14.7C21.7 14.7 21.9 14.7 21.9 14.8L22.9 16.5C23 16.6 22.9 16.7 22.8 16.8L21.7 17.6V18.6L22.8 19.4C22.9 19.4 22.9 19.5 22.8 19.6M19.5 18C19.5 17.2 18.8 16.5 18 16.5S16.5 17.2 16.5 18 17.2 19.5 18 19.5C18.8 19.5 19.5 18.8 19.5 18Z\" /></svg></li><li title=\"content save cog \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-content-save-cog\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 11.7V7L17 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H11.7C11.4 20.3 11.2 19.6 11.1 18.8C9.9 18.4 9 17.3 9 16C9 14.3 10.3 13 12 13C12.3 13 12.6 13.1 12.9 13.2C14.2 11.8 16 11 18 11C19.1 11 20.1 11.2 21 11.7M15 9H5V5H15V9M21.7 18.6V17.6L22.8 16.8C22.9 16.7 23 16.6 22.9 16.5L21.9 14.8C21.9 14.7 21.7 14.7 21.6 14.7L20.4 15.2C20.1 15 19.8 14.8 19.5 14.7L19.3 13.4C19.3 13.3 19.2 13.2 19.1 13.2H17.1C16.9 13.2 16.8 13.3 16.8 13.4L16.6 14.7C16.3 14.9 16.1 15 15.8 15.2L14.6 14.7C14.5 14.7 14.4 14.7 14.3 14.8L13.3 16.5C13.3 16.6 13.3 16.7 13.4 16.8L14.5 17.6V18.6L13.4 19.4C13.3 19.5 13.2 19.6 13.3 19.7L14.3 21.4C14.4 21.5 14.5 21.5 14.6 21.5L15.8 21C16 21.2 16.3 21.4 16.6 21.5L16.8 22.8C16.9 22.9 17 23 17.1 23H19.1C19.2 23 19.3 22.9 19.3 22.8L19.5 21.5C19.8 21.3 20 21.2 20.3 21L21.5 21.4C21.6 21.4 21.7 21.4 21.8 21.3L22.8 19.6C22.9 19.5 22.9 19.4 22.8 19.4L21.7 18.6M18 19.5C17.2 19.5 16.5 18.8 16.5 18S17.2 16.5 18 16.5 19.5 17.2 19.5 18 18.8 19.5 18 19.5Z\" /></svg></li><li title=\"content save edit outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-content-save-edit-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 19H10V21H4C2.89 21 2 20.1 2 19V5C2 3.9 2.89 3 4 3H16L20 7V9.12L18 11.12V7.83L15.17 5H4V19M14 10V6H5V10H14M20.42 12.3C20.31 12.19 20.18 12.13 20.04 12.13C19.9 12.13 19.76 12.19 19.65 12.3L18.65 13.3L20.7 15.35L21.7 14.35C21.92 14.14 21.92 13.79 21.7 13.58L20.42 12.3M12 19.94V22H14.06L20.12 15.93L18.07 13.88L12 19.94M14 15C14 13.34 12.66 12 11 12S8 13.34 8 15 9.34 18 11 18C11.04 18 11.08 18 11.13 18L14 15.13C14 15.09 14 15.05 14 15\" /></svg></li><li title=\"content save edit \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-content-save-edit\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,19L10.14,18.86C8.9,18.5 8,17.36 8,16A3,3 0 0,1 11,13C12.36,13 13.5,13.9 13.86,15.14L20,9V7L16,3H4C2.89,3 2,3.9 2,5V19A2,2 0 0,0 4,21H10V19M4,5H14V9H4V5M20.04,12.13C19.9,12.13 19.76,12.19 19.65,12.3L18.65,13.3L20.7,15.35L21.7,14.35C21.92,14.14 21.92,13.79 21.7,13.58L20.42,12.3C20.31,12.19 20.18,12.13 20.04,12.13M18.07,13.88L12,19.94V22H14.06L20.12,15.93L18.07,13.88Z\" /></svg></li><li title=\"content save move outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-content-save-move-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 17H17V14L22 18.5L17 23V20H13V17M14 12.8C13.5 12.31 12.78 12 12 12C10.34 12 9 13.34 9 15C9 16.31 9.84 17.41 11 17.82C11.07 15.67 12.27 13.8 14 12.8M11.09 19H5V5H16.17L19 7.83V12.35C19.75 12.61 20.42 13 21 13.54V7L17 3H5C3.89 3 3 3.9 3 5V19C3 20.1 3.89 21 5 21H11.81C11.46 20.39 11.21 19.72 11.09 19M6 10H15V6H6V10Z\" /></svg></li><li title=\"content save move \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-content-save-move\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H11.81C11.42,20.34 11.17,19.6 11.07,18.84C9.5,18.31 8.66,16.6 9.2,15.03C9.61,13.83 10.73,13 12,13C12.44,13 12.88,13.1 13.28,13.29C15.57,11.5 18.83,11.59 21,13.54V7L17,3M15,9H5V5H15V9M13,17H17V14L22,18.5L17,23V20H13V17\" /></svg></li><li title=\"content save off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-content-save-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8.2 5L6.2 3H17L21 7V17.8L19 15.8V7.83L16.17 5H8.2M15 10V6H9.2L13.2 10H15M22.11 21.46L20.84 22.73L19.1 21C19.07 21 19.03 21 19 21H5C3.89 21 3 20.1 3 19V5C3 4.97 3 4.93 3 4.9L1.11 3L2.39 1.73L22.11 21.46M17.11 19L14.59 16.5C14.08 17.39 13.12 18 12 18C10.34 18 9 16.66 9 15C9 13.88 9.61 12.92 10.5 12.41L8.11 10H6V7.89L5 6.89V19H17.11Z\" /></svg></li><li title=\"content save off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-content-save-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8.2 5L6.2 3H17L21 7V17.8L12.2 9H15V5H8.2M22.11 21.46L20.84 22.73L19.1 21C19.07 21 19.03 21 19 21H5C3.9 21 3 20.11 3 19V5C3 4.97 3 4.93 3 4.9L1.11 3L2.39 1.73L22.11 21.46M7.11 9L5 6.89V9H7.11M14.89 16.78L11.22 13.11C9.95 13.46 9 14.61 9 16C9 17.66 10.34 19 12 19C13.39 19 14.54 18.05 14.89 16.78Z\" /></svg></li><li title=\"content save outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-content-save-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17 3H5C3.89 3 3 3.9 3 5V19C3 20.1 3.89 21 5 21H19C20.1 21 21 20.1 21 19V7L17 3M19 19H5V5H16.17L19 7.83V19M12 12C10.34 12 9 13.34 9 15S10.34 18 12 18 15 16.66 15 15 13.66 12 12 12M6 6H15V10H6V6Z\" /></svg></li><li title=\"content save settings outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-content-save-settings-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7 22H9V24H7V22M11 22H13V24H11V22M15 22H17V24H15V22M17 2H5C3.89 2 3 2.9 3 4V18C3 19.1 3.89 20 5 20H19C20.1 20 21 19.1 21 18V6L17 2M19 18H5V4H16.17L19 6.83V18M12 11C10.34 11 9 12.34 9 14S10.34 17 12 17 15 15.66 15 14 13.66 11 12 11M6 5H15V9H6V5Z\" /></svg></li><li title=\"content save settings \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-content-save-settings\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,8V4H5V8H15M12,18A3,3 0 0,0 15,15A3,3 0 0,0 12,12A3,3 0 0,0 9,15A3,3 0 0,0 12,18M17,2L21,6V18A2,2 0 0,1 19,20H5C3.89,20 3,19.1 3,18V4A2,2 0 0,1 5,2H17M11,22H13V24H11V22M7,22H9V24H7V22M15,22H17V24H15V22Z\" /></svg></li><li title=\"content save \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-content-save\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,9H5V5H15M12,19A3,3 0 0,1 9,16A3,3 0 0,1 12,13A3,3 0 0,1 15,16A3,3 0 0,1 12,19M17,3H5C3.89,3 3,3.9 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V7L17,3Z\" /></svg></li><li title=\"contrast box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-contrast-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,15.5H12V17H17M19,19H5L19,5M5.5,7.5H7.5V5.5H9V7.5H11V9H9V11H7.5V9H5.5M19,3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3Z\" /></svg></li><li title=\"contrast circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-contrast-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,20C9.79,20 7.79,19.1 6.34,17.66L17.66,6.34C19.1,7.79 20,9.79 20,12A8,8 0 0,1 12,20M6,8H8V6H9.5V8H11.5V9.5H9.5V11.5H8V9.5H6M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M12,16H17V14.5H12V16Z\" /></svg></li><li title=\"contrast \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-contrast\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4.38,20.9C3.78,20.71 3.3,20.23 3.1,19.63L19.63,3.1C20.23,3.3 20.71,3.78 20.9,4.38L4.38,20.9M20,16V18H13V16H20M3,6H6V3H8V6H11V8H8V11H6V8H3V6Z\" /></svg></li><li title=\"controller classic outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-controller-classic-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17.5,7A5.5,5.5 0 0,1 23,12.5A5.5,5.5 0 0,1 17.5,18C15.79,18 14.27,17.22 13.26,16H10.74C9.73,17.22 8.21,18 6.5,18A5.5,5.5 0 0,1 1,12.5A5.5,5.5 0 0,1 6.5,7H17.5M6.5,9A3.5,3.5 0 0,0 3,12.5A3.5,3.5 0 0,0 6.5,16C7.9,16 9.1,15.18 9.66,14H14.34C14.9,15.18 16.1,16 17.5,16A3.5,3.5 0 0,0 21,12.5A3.5,3.5 0 0,0 17.5,9H6.5M5.75,10.25H7.25V11.75H8.75V13.25H7.25V14.75H5.75V13.25H4.25V11.75H5.75V10.25M16.75,12.5A1,1 0 0,1 17.75,13.5A1,1 0 0,1 16.75,14.5A1,1 0 0,1 15.75,13.5A1,1 0 0,1 16.75,12.5M18.75,10.5A1,1 0 0,1 19.75,11.5A1,1 0 0,1 18.75,12.5A1,1 0 0,1 17.75,11.5A1,1 0 0,1 18.75,10.5Z\" /></svg></li><li title=\"controller classic \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-controller-classic\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,7H18A5,5 0 0,1 23,12A5,5 0 0,1 18,17C16.36,17 14.91,16.21 14,15H10C9.09,16.21 7.64,17 6,17A5,5 0 0,1 1,12A5,5 0 0,1 6,7M19.75,9.5A1.25,1.25 0 0,0 18.5,10.75A1.25,1.25 0 0,0 19.75,12A1.25,1.25 0 0,0 21,10.75A1.25,1.25 0 0,0 19.75,9.5M17.25,12A1.25,1.25 0 0,0 16,13.25A1.25,1.25 0 0,0 17.25,14.5A1.25,1.25 0 0,0 18.5,13.25A1.25,1.25 0 0,0 17.25,12M5,9V11H3V13H5V15H7V13H9V11H7V9H5Z\" /></svg></li><li title=\"cookie alert outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cookie-alert-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16 14.5C16 15.3 15.3 16 14.5 16S13 15.3 13 14.5 13.7 13 14.5 13C15.3 13 16 13.7 16 14.5M18.9 10.5C19 11 19 11.5 19 12C19 17 15 21 10 21S1 17 1 12 5 3 10 3C10 3 11 3 11 4V6H12C12 6 13 6 13 7V8H15C15 8 16 8 16 9V10H18C18 10 18.6 10 18.9 10.5M17 12H15.5C14.7 12 14 11.3 14 10.5V10H12.5C11.7 10 11 9.3 11 8.5V8H10.5C9.7 8 9 7.3 9 6.5V5.1C5.9 5.5 3.5 8 3.1 11.1C3.2 10.5 3.8 10 4.5 10C5.3 10 6 10.7 6 11.5S5.3 13 4.5 13C3.7 13 3.1 12.4 3 11.6C3 12.1 3 12.6 3.1 13.1C3.5 15.8 5.6 18 8.2 18.7C7.8 18.4 7.5 18 7.5 17.5C7.5 16.7 8.2 16 9 16S10.5 16.7 10.5 17.5C10.5 18.2 10 18.8 9.3 19C13.5 19.4 17 16.1 17 12M9.5 11C8.7 11 8 11.7 8 12.5S8.7 14 9.5 14 11 13.3 11 12.5 10.3 11 9.5 11M9 7.5C9 6.7 8.3 6 7.5 6S6 6.7 6 7.5 6.7 9 7.5 9 9 8.3 9 7.5M21 17H23V15H21V17M21 7V13H23V7H21Z\" /></svg></li><li title=\"cookie alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cookie-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 10H16V9C16 8 15 8 15 8H13V7C13 6 12 6 12 6H11V4C11 3 10 3 10 3C5 3 1 7 1 12S5 21 10 21 19 17 19 12C19 11.5 19 11 18.9 10.5C18.6 10 18 10 18 10M4.5 13C3.7 13 3 12.3 3 11.5S3.7 10 4.5 10 6 10.7 6 11.5 5.3 13 4.5 13M6 7.5C6 6.7 6.7 6 7.5 6S9 6.7 9 7.5 8.3 9 7.5 9 6 8.3 6 7.5M9 19C8.2 19 7.5 18.3 7.5 17.5S8.2 16 9 16 10.5 16.7 10.5 17.5 9.8 19 9 19M9.5 14C8.7 14 8 13.3 8 12.5S8.7 11 9.5 11 11 11.7 11 12.5 10.3 14 9.5 14M14.5 16C13.7 16 13 15.3 13 14.5S13.7 13 14.5 13C15.3 13 16 13.7 16 14.5S15.3 16 14.5 16M21 15H23V17H21V15M23 7V13H21V7H23Z\" /></svg></li><li title=\"cookie check outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cookie-check-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15 10H14.5C13.67 10 13 9.33 13 8.5V8H12.5C11.67 8 11 7.33 11 6.5V5.07C7.91 5.5 5.47 8 5.07 11.08C5.25 10.46 5.82 10 6.5 10C7.33 10 8 10.67 8 11.5S7.33 13 6.5 13C5.71 13 5.07 12.39 5 11.62C5 12.11 5 12.61 5.09 13.12C5.5 15.81 7.54 18.04 10.16 18.74C9.76 18.47 9.5 18 9.5 17.5C9.5 16.67 10.17 16 11 16S12.5 16.67 12.5 17.5C12.5 18.22 12 18.82 11.32 18.96C11.9 19 12.46 19 13 18.92C13 18.95 13 18.97 13 19C13 19.66 13.12 20.3 13.32 20.89C12.89 20.96 12.45 21 12 21C7.03 21 3 16.97 3 12S7.03 3 12 3C12 3 13 3 13 4V6H14C14 6 15 6 15 7V8H17C17 8 18 8 18 9V10H20C20 10 20.6 10 20.87 10.5C20.96 11 21 11.5 21 12C21 12.45 20.96 12.89 20.89 13.32C20.3 13.12 19.66 13 19 13C18.97 13 18.95 13 18.92 13C18.97 12.68 19 12.34 19 12H17.5C16.67 12 16 11.33 16 10.5V10H15M15 14.5C15 14.5 15 14.5 15 14.53C15.66 13.95 16.45 13.5 17.32 13.24C17.08 13.09 16.8 13 16.5 13C15.67 13 15 13.67 15 14.5M11.5 14C12.33 14 13 13.33 13 12.5S12.33 11 11.5 11 10 11.67 10 12.5 10.67 14 11.5 14M11 7.5C11 6.67 10.33 6 9.5 6S8 6.67 8 7.5 8.67 9 9.5 9 11 8.33 11 7.5M21.34 15.84L17.75 19.43L16.16 17.84L15 19L17.75 22L22.5 17.25L21.34 15.84Z\" /></svg></li><li title=\"cookie check \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cookie-check\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15 14.53C15 14.5 15 14.5 15 14.5C15 13.67 15.67 13 16.5 13C16.8 13 17.08 13.09 17.32 13.24C17.85 13.09 18.42 13 19 13C19.66 13 20.3 13.12 20.89 13.32C20.96 12.89 21 12.45 21 12C21 11.5 20.96 11 20.87 10.5C20.6 10 20 10 20 10H18V9C18 8 17 8 17 8H15V7C15 6 14 6 14 6H13V4C13 3 12 3 12 3C7.03 3 3 7.03 3 12S7.03 21 12 21C12.45 21 12.89 20.96 13.32 20.89C13.12 20.3 13 19.66 13 19C13 17.22 13.78 15.63 15 14.53M6.5 13C5.67 13 5 12.33 5 11.5S5.67 10 6.5 10 8 10.67 8 11.5 7.33 13 6.5 13M8 7.5C8 6.67 8.67 6 9.5 6S11 6.67 11 7.5 10.33 9 9.5 9 8 8.33 8 7.5M11 19C10.17 19 9.5 18.33 9.5 17.5S10.17 16 11 16 12.5 16.67 12.5 17.5 11.83 19 11 19M11.5 14C10.67 14 10 13.33 10 12.5S10.67 11 11.5 11 13 11.67 13 12.5 12.33 14 11.5 14M22.5 17.25L17.75 22L15 19L16.16 17.84L17.75 19.43L21.34 15.84L22.5 17.25Z\" /></svg></li><li title=\"cookie clock outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cookie-clock-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8.5 8C7.67 8 7 7.33 7 6.5S7.67 5 8.5 5 10 5.67 10 6.5 9.33 8 8.5 8M16.5 12H15V17L18.61 19.16L19.36 17.94L16.5 16.25V12M23 16C23 19.87 19.87 23 16 23C13.61 23 11.5 21.8 10.23 19.96C5.62 19.57 2 15.71 2 11C2 6.03 6.03 2 11 2C11 2 12 2 12 3V5H13C13 5 14 5 14 6V7H16C16 7 17 7 17 8V9H19C19 9 19.6 9 19.87 9.5C19.91 9.74 19.95 10 19.97 10.24C21.8 11.5 23 13.61 23 16M9.16 17.74C8.76 17.47 8.5 17 8.5 16.5C8.5 16.04 8.71 15.64 9.03 15.36C9.12 14.45 9.38 13.59 9.78 12.81C9.32 12.55 9 12.06 9 11.5C9 10.67 9.67 10 10.5 10C10.96 10 11.36 10.21 11.64 10.53C12.59 9.77 13.74 9.26 15 9.08V9H13.5C12.67 9 12 8.33 12 7.5V7H11.5C10.67 7 10 6.33 10 5.5V4.07C6.91 4.5 4.47 7 4.07 10.08C4.25 9.46 4.82 9 5.5 9C6.33 9 7 9.67 7 10.5S6.33 12 5.5 12C4.71 12 4.07 11.39 4 10.62C4 11.11 4 11.61 4.09 12.12C4.5 14.81 6.54 17.04 9.16 17.74M21 16C21 13.24 18.76 11 16 11S11 13.24 11 16 13.24 21 16 21 21 18.76 21 16Z\" /></svg></li><li title=\"cookie clock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cookie-clock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.97 10.24C19.95 10 19.91 9.74 19.87 9.5C19.6 9 19 9 19 9H17V8C17 7 16 7 16 7H14V6C14 5 13 5 13 5H12V3C12 2 11 2 11 2C6.03 2 2 6.03 2 11C2 15.71 5.62 19.57 10.23 19.96C11.5 21.8 13.61 23 16 23C19.87 23 23 19.87 23 16C23 13.61 21.8 11.5 19.97 10.24M11.64 10.53C10.87 11.15 10.23 11.92 9.78 12.81C9.32 12.55 9 12.06 9 11.5C9 10.67 9.67 10 10.5 10C10.96 10 11.36 10.21 11.64 10.53M5.5 12C4.67 12 4 11.33 4 10.5S4.67 9 5.5 9 7 9.67 7 10.5 6.33 12 5.5 12M7 6.5C7 5.67 7.67 5 8.5 5S10 5.67 10 6.5 9.33 8 8.5 8 7 7.33 7 6.5M8.5 16.5C8.5 16.04 8.71 15.64 9.03 15.36C9 15.57 9 15.79 9 16C9 16.62 9.09 17.22 9.24 17.79C8.8 17.5 8.5 17.05 8.5 16.5M16 21C13.24 21 11 18.76 11 16S13.24 11 16 11 21 13.24 21 16 18.76 21 16 21M16.5 16.25L19.36 17.94L18.61 19.16L15 17V12H16.5V16.25Z\" /></svg></li><li title=\"cookie cog outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cookie-cog-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.5 10C13.67 10 13 9.33 13 8.5V8H12.5C11.67 8 11 7.33 11 6.5V5.07C7.91 5.5 5.47 8 5.07 11.08C5.25 10.46 5.82 10 6.5 10C7.33 10 8 10.67 8 11.5S7.33 13 6.5 13C5.71 13 5.07 12.39 5 11.62C5 12.11 5 12.61 5.09 13.12C5.5 15.81 7.54 18.04 10.16 18.74C9.76 18.47 9.5 18 9.5 17.5C9.5 16.67 10.17 16 11 16C11.59 16 12.1 16.35 12.34 16.84C12.16 17.39 12.06 17.97 12 18.57C11.83 18.76 11.6 18.9 11.32 18.96C11.55 19 11.78 19 12 19V19C12 19.69 12.11 20.36 12.29 21C12.19 21 12.1 21 12 21C7.03 21 3 16.97 3 12S7.03 3 12 3C12 3 13 3 13 4V6H14C14 6 15 6 15 7V8H17C17 8 18 8 18 9V10H20C20 10 20.6 10 20.87 10.5C20.96 11 21 11.5 21 12C21 12.1 21 12.19 21 12.29C20.36 12.11 19.69 12 19 12H17.5C16.67 12 16 11.33 16 10.5V10H14.5M11.5 11C10.67 11 10 11.67 10 12.5S10.67 14 11.5 14 13 13.33 13 12.5 12.33 11 11.5 11M11 7.5C11 6.67 10.33 6 9.5 6S8 6.67 8 7.5 8.67 9 9.5 9 11 8.33 11 7.5M23.8 20.4C23.9 20.4 23.9 20.5 23.8 20.6L22.8 22.3C22.7 22.4 22.6 22.4 22.5 22.4L21.3 22C21 22.2 20.8 22.3 20.5 22.5L20.3 23.8C20.3 23.9 20.2 24 20.1 24H18.1C18 24 17.9 23.9 17.8 23.8L17.6 22.5C17.3 22.4 17 22.2 16.8 22L15.6 22.5C15.5 22.5 15.4 22.5 15.3 22.4L14.3 20.7C14.2 20.6 14.3 20.5 14.4 20.4L15.5 19.6V18.6L14.4 17.8C14.3 17.7 14.3 17.6 14.3 17.5L15.3 15.8C15.4 15.7 15.5 15.7 15.6 15.7L16.8 16.2C17.1 16 17.3 15.9 17.6 15.7L17.8 14.4C17.8 14.3 17.9 14.2 18.1 14.2H20.1C20.2 14.2 20.3 14.3 20.3 14.4L20.5 15.7C20.8 15.8 21.1 16 21.4 16.2L22.6 15.7C22.7 15.7 22.9 15.7 22.9 15.8L23.9 17.5C24 17.6 23.9 17.7 23.8 17.8L22.7 18.6V19.6L23.8 20.4M20.5 19C20.5 18.2 19.8 17.5 19 17.5S17.5 18.2 17.5 19 18.2 20.5 19 20.5 20.5 19.8 20.5 19Z\" /></svg></li><li title=\"cookie cog \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cookie-cog\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 12.29C21 12.19 21 12.1 21 12C21 11.5 20.96 11 20.87 10.5C20.6 10 20 10 20 10H18V9C18 8 17 8 17 8H15V7C15 6 14 6 14 6H13V4C13 3 12 3 12 3C7.03 3 3 7.03 3 12S7.03 21 12 21C12.1 21 12.19 21 12.29 21C12.11 20.36 12 19.69 12 19C12 18.86 12 18.73 12 18.59C11.75 18.84 11.4 19 11 19C10.17 19 9.5 18.33 9.5 17.5S10.17 16 11 16C11.59 16 12.1 16.35 12.34 16.84C13.25 14.03 15.89 12 19 12C19.69 12 20.36 12.11 21 12.29M6.5 13C5.67 13 5 12.33 5 11.5S5.67 10 6.5 10 8 10.67 8 11.5 7.33 13 6.5 13M9.5 9C8.67 9 8 8.33 8 7.5S8.67 6 9.5 6 11 6.67 11 7.5 10.33 9 9.5 9M11.5 14C10.67 14 10 13.33 10 12.5S10.67 11 11.5 11 13 11.67 13 12.5 12.33 14 11.5 14M22.7 19.6V18.6L23.8 17.8C23.9 17.7 24 17.6 23.9 17.5L22.9 15.8C22.9 15.7 22.7 15.7 22.6 15.7L21.4 16.2C21.1 16 20.8 15.8 20.5 15.7L20.3 14.4C20.3 14.3 20.2 14.2 20.1 14.2H18.1C17.9 14.2 17.8 14.3 17.8 14.4L17.6 15.7C17.3 15.9 17.1 16 16.8 16.2L15.6 15.7C15.5 15.7 15.4 15.7 15.3 15.8L14.3 17.5C14.3 17.6 14.3 17.7 14.4 17.8L15.5 18.6V19.6L14.4 20.4C14.3 20.5 14.2 20.6 14.3 20.7L15.3 22.4C15.4 22.5 15.5 22.5 15.6 22.5L16.8 22C17 22.2 17.3 22.4 17.6 22.5L17.8 23.8C17.9 23.9 18 24 18.1 24H20.1C20.2 24 20.3 23.9 20.3 23.8L20.5 22.5C20.8 22.3 21 22.2 21.3 22L22.5 22.4C22.6 22.4 22.7 22.4 22.8 22.3L23.8 20.6C23.9 20.5 23.9 20.4 23.8 20.4L22.7 19.6M19 20.5C18.2 20.5 17.5 19.8 17.5 19S18.2 17.5 19 17.5 20.5 18.2 20.5 19 19.8 20.5 19 20.5Z\" /></svg></li><li title=\"cookie edit outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cookie-edit-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9.5 6C10.33 6 11 6.67 11 7.5S10.33 9 9.5 9 8 8.33 8 7.5 8.67 6 9.5 6M11.5 11C10.67 11 10 11.67 10 12.5S10.67 14 11.5 14 13 13.33 13 12.5 12.33 11 11.5 11M11 16C10.17 16 9.5 16.67 9.5 17.5C9.5 18 9.76 18.47 10.16 18.74C7.54 18.04 5.5 15.81 5.09 13.12C5 12.61 5 12.11 5 11.62C5.07 12.39 5.71 13 6.5 13C7.33 13 8 12.33 8 11.5S7.33 10 6.5 10C5.82 10 5.25 10.46 5.07 11.08C5.47 8 7.91 5.5 11 5.07V6.5C11 7.33 11.67 8 12.5 8H13V8.5C13 9.33 13.67 10 14.5 10H16V10.5C16 11.33 16.67 12 17.5 12H18.13L19.39 10.74C19.69 10.44 20.05 10.24 20.44 10.12C20.21 10 20 10 20 10H18V9C18 8 17 8 17 8H15V7C15 6 14 6 14 6H13V4C13 3 12 3 12 3C7.03 3 3 7.03 3 12C3 16.63 6.5 20.44 11 20.94V19.13L12.47 17.66C12.5 17.6 12.5 17.55 12.5 17.5C12.5 16.67 11.83 16 11 16M15 14.5C15 14.69 15.04 14.86 15.1 15.03L17.03 13.1C16.86 13.04 16.69 13 16.5 13C15.67 13 15 13.67 15 14.5M22.85 13.47L21.53 12.15C21.33 11.95 21 11.95 20.81 12.15L19.83 13.13L21.87 15.17L22.85 14.19C23.05 14 23.05 13.67 22.85 13.47M13 19.96V22H15.04L21.17 15.88L19.13 13.83L13 19.96Z\" /></svg></li><li title=\"cookie edit \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cookie-edit\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.1 15.03C15.04 14.86 15 14.69 15 14.5C15 13.67 15.67 13 16.5 13C16.69 13 16.86 13.04 17.03 13.1L19.39 10.74C19.69 10.44 20.05 10.24 20.44 10.12C20.21 10 20 10 20 10H18V9C18 8 17 8 17 8H15V7C15 6 14 6 14 6H13V4C13 3 12 3 12 3C7.03 3 3 7.03 3 12C3 16.63 6.5 20.44 11 20.94V19.13L11.14 19C11.1 19 11.05 19 11 19C10.17 19 9.5 18.33 9.5 17.5S10.17 16 11 16 12.5 16.67 12.5 17.5C12.5 17.55 12.5 17.6 12.5 17.64L15.1 15.03M6.5 13C5.67 13 5 12.33 5 11.5S5.67 10 6.5 10 8 10.67 8 11.5 7.33 13 6.5 13M9.5 9C8.67 9 8 8.33 8 7.5S8.67 6 9.5 6 11 6.67 11 7.5 10.33 9 9.5 9M11.5 14C10.67 14 10 13.33 10 12.5S10.67 11 11.5 11 13 11.67 13 12.5 12.33 14 11.5 14M22.85 14.19L21.87 15.17L19.83 13.13L20.81 12.15C21 11.95 21.33 11.95 21.53 12.15L22.85 13.47C23.05 13.67 23.05 14 22.85 14.19M19.13 13.83L21.17 15.87L15.04 22H13V19.96L19.13 13.83Z\" /></svg></li><li title=\"cookie lock outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cookie-lock-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10 12.5C10 11.67 10.67 11 11.5 11S13 11.67 13 12.5 12.33 14 11.5 14 10 13.33 10 12.5M16 10V10.5C16 10.9 16.16 11.26 16.41 11.53C17.04 11.2 17.75 11 18.5 11C19.42 11 20.27 11.29 21 11.77C21 11.35 20.95 10.92 20.87 10.5C20.6 10 20 10 20 10H18V9C18 8 17 8 17 8H15V7C15 6 14 6 14 6H13V4C13 3 12 3 12 3C7.03 3 3 7.03 3 12S7.03 21 12 21C12.34 21 12.67 21 13 20.94V18.92C12.46 19 11.9 19 11.32 18.96C12 18.82 12.5 18.22 12.5 17.5C12.5 16.67 11.83 16 11 16S9.5 16.67 9.5 17.5C9.5 18 9.76 18.47 10.16 18.74C7.54 18.04 5.5 15.81 5.09 13.12C5 12.61 5 12.11 5 11.62C5.07 12.39 5.71 13 6.5 13C7.33 13 8 12.33 8 11.5S7.33 10 6.5 10C5.82 10 5.25 10.46 5.07 11.08C5.47 8 7.91 5.5 11 5.07V6.5C11 7.33 11.67 8 12.5 8H13V8.5C13 9.33 13.67 10 14.5 10H16M11 7.5C11 6.67 10.33 6 9.5 6S8 6.67 8 7.5 8.67 9 9.5 9 11 8.33 11 7.5M22 17V21C22 21.55 21.55 22 21 22H16C15.45 22 15 21.55 15 21V17C15 16.45 15.45 16 16 16V15.5C16 14.12 17.12 13 18.5 13S21 14.12 21 15.5V16C21.55 16 22 16.45 22 17M20 15.5C20 14.67 19.33 14 18.5 14S17 14.67 17 15.5V16H20V15.5Z\" /></svg></li><li title=\"cookie lock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cookie-lock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.5 11C19.42 11 20.27 11.29 21 11.77C21 11.35 20.95 10.92 20.87 10.5C20.6 10 20 10 20 10H18V9C18 8 17 8 17 8H15V7C15 6 14 6 14 6H13V4C13 3 12 3 12 3C7.03 3 3 7.03 3 12S7.03 21 12 21C12.34 21 12.67 21 13 20.94V17C13 16.08 13.42 15.26 14.07 14.71C14.45 12.6 16.29 11 18.5 11M6.5 13C5.67 13 5 12.33 5 11.5S5.67 10 6.5 10 8 10.67 8 11.5 7.33 13 6.5 13M8 7.5C8 6.67 8.67 6 9.5 6S11 6.67 11 7.5 10.33 9 9.5 9 8 8.33 8 7.5M11 19C10.17 19 9.5 18.33 9.5 17.5S10.17 16 11 16 12.5 16.67 12.5 17.5 11.83 19 11 19M11.5 14C10.67 14 10 13.33 10 12.5S10.67 11 11.5 11 13 11.67 13 12.5 12.33 14 11.5 14M21 16V15.5C21 14.12 19.88 13 18.5 13S16 14.12 16 15.5V16C15.45 16 15 16.45 15 17V21C15 21.55 15.45 22 16 22H21C21.55 22 22 21.55 22 21V17C22 16.45 21.55 16 21 16M20 16H17V15.5C17 14.67 17.67 14 18.5 14S20 14.67 20 15.5V16Z\" /></svg></li><li title=\"cookie minus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cookie-minus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15 10H14.5C13.67 10 13 9.33 13 8.5V8H12.5C11.67 8 11 7.33 11 6.5V5.07C7.91 5.5 5.47 8 5.07 11.08C5.25 10.46 5.82 10 6.5 10C7.33 10 8 10.67 8 11.5S7.33 13 6.5 13C5.71 13 5.07 12.39 5 11.62C5 12.11 5 12.61 5.09 13.12C5.5 15.81 7.54 18.04 10.16 18.74C9.76 18.47 9.5 18 9.5 17.5C9.5 16.67 10.17 16 11 16S12.5 16.67 12.5 17.5C12.5 18.22 12 18.82 11.32 18.96C11.9 19 12.46 19 13 18.92C13 18.95 13 18.97 13 19C13 19.66 13.12 20.3 13.32 20.89C12.89 20.96 12.45 21 12 21C7.03 21 3 16.97 3 12S7.03 3 12 3C12 3 13 3 13 4V6H14C14 6 15 6 15 7V8H17C17 8 18 8 18 9V10H20C20 10 20.6 10 20.87 10.5C20.96 11 21 11.5 21 12C21 12.45 20.96 12.89 20.89 13.32C20.3 13.12 19.66 13 19 13C18.97 13 18.95 13 18.92 13C18.97 12.68 19 12.34 19 12H17.5C16.67 12 16 11.33 16 10.5V10H15M15 14.5C15 14.5 15 14.5 15 14.53C15.66 13.95 16.45 13.5 17.32 13.24C17.08 13.09 16.8 13 16.5 13C15.67 13 15 13.67 15 14.5M11 7.5C11 6.67 10.33 6 9.5 6S8 6.67 8 7.5 8.67 9 9.5 9 11 8.33 11 7.5M11.5 14C12.33 14 13 13.33 13 12.5S12.33 11 11.5 11 10 11.67 10 12.5 10.67 14 11.5 14M15 18V20H23V18H15Z\" /></svg></li><li title=\"cookie minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cookie-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15 14.53C15 14.5 15 14.5 15 14.5C15 13.67 15.67 13 16.5 13C16.8 13 17.08 13.09 17.32 13.24C17.85 13.09 18.42 13 19 13C19.66 13 20.3 13.12 20.89 13.32C20.96 12.89 21 12.45 21 12C21 11.5 20.96 11 20.87 10.5C20.6 10 20 10 20 10H18V9C18 8 17 8 17 8H15V7C15 6 14 6 14 6H13V4C13 3 12 3 12 3C7.03 3 3 7.03 3 12S7.03 21 12 21C12.45 21 12.89 20.96 13.32 20.89C13.12 20.3 13 19.66 13 19C13 17.22 13.78 15.63 15 14.53M6.5 13C5.67 13 5 12.33 5 11.5S5.67 10 6.5 10 8 10.67 8 11.5 7.33 13 6.5 13M8 7.5C8 6.67 8.67 6 9.5 6S11 6.67 11 7.5 10.33 9 9.5 9 8 8.33 8 7.5M11 19C10.17 19 9.5 18.33 9.5 17.5S10.17 16 11 16 12.5 16.67 12.5 17.5 11.83 19 11 19M11.5 14C10.67 14 10 13.33 10 12.5S10.67 11 11.5 11 13 11.67 13 12.5 12.33 14 11.5 14M23 18V20H15V18H23Z\" /></svg></li><li title=\"cookie off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cookie-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8.93 5.73L7.45 4.25C8.79 3.46 10.34 3 12 3C12 3 13 3 13 4V6H14C14 6 15 6 15 7V8H17C17 8 18 8 18 9V10H20C20 10 20.6 10 20.87 10.5C20.96 11 21 11.5 21 12C21 13.66 20.54 15.22 19.75 16.55L18.28 15.08C18.74 14.15 19 13.11 19 12H17.5C16.67 12 16 11.33 16 10.5V10H14.5C13.67 10 13 9.33 13 8.5V8H12.5C11.67 8 11 7.33 11 6.5V5.07C10.26 5.18 9.57 5.41 8.93 5.73M9.25 6.05L10.95 7.75C10.97 7.67 11 7.59 11 7.5C11 6.67 10.33 6 9.5 6C9.41 6 9.33 6.03 9.25 6.05M16.25 13.05L17.95 14.75C17.97 14.67 18 14.59 18 14.5C18 13.67 17.33 13 16.5 13C16.41 13 16.33 13.03 16.25 13.05M22.11 21.46L20.84 22.73L17.34 19.23C15.85 20.34 14 21 12 21C7.03 21 3 16.97 3 12C3 10 3.66 8.15 4.77 6.66L1.11 3L2.39 1.73L22.11 21.46M15.9 17.79L12 13.9C11.85 13.96 11.68 14 11.5 14C10.67 14 10 13.33 10 12.5C10 12.32 10.04 12.15 10.1 12L6.21 8.1C5.62 9 5.21 10 5.07 11.08C5.25 10.46 5.82 10 6.5 10C7.33 10 8 10.67 8 11.5S7.33 13 6.5 13C5.71 13 5.07 12.39 5 11.62C5 12.11 5 12.61 5.09 13.12C5.5 15.81 7.54 18.04 10.16 18.74C9.76 18.47 9.5 18 9.5 17.5C9.5 16.67 10.17 16 11 16S12.5 16.67 12.5 17.5C12.5 18.22 12 18.82 11.32 18.96C13.03 19.12 14.61 18.66 15.9 17.79Z\" /></svg></li><li title=\"cookie off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cookie-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9.25 6.05L7.45 4.25C8.79 3.46 10.34 3 12 3C12 3 13 3 13 4V6H14C14 6 15 6 15 7V8H17C17 8 18 8 18 9V10H20C20 10 20.6 10 20.87 10.5C20.96 11 21 11.5 21 12C21 13.66 20.54 15.22 19.75 16.55L17.95 14.75C17.97 14.67 18 14.59 18 14.5C18 13.67 17.33 13 16.5 13C16.41 13 16.33 13.03 16.25 13.05L10.95 7.75C10.97 7.67 11 7.59 11 7.5C11 6.67 10.33 6 9.5 6C9.41 6 9.33 6.03 9.25 6.05M22.11 21.46L20.84 22.73L17.34 19.23C15.85 20.34 14 21 12 21C7.03 21 3 16.97 3 12C3 10 3.66 8.15 4.77 6.66L1.11 3L2.39 1.73L22.11 21.46M8 11.5C8 10.67 7.33 10 6.5 10S5 10.67 5 11.5 5.67 13 6.5 13 8 12.33 8 11.5M10 12.5C10 13.33 10.67 14 11.5 14C11.68 14 11.85 13.96 12 13.9L10.1 12C10.04 12.15 10 12.32 10 12.5M12.5 17.5C12.5 16.67 11.83 16 11 16S9.5 16.67 9.5 17.5 10.17 19 11 19 12.5 18.33 12.5 17.5Z\" /></svg></li><li title=\"cookie outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cookie-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.87 10.5C20.6 10 20 10 20 10H18V9C18 8 17 8 17 8H15V7C15 6 14 6 14 6H13V4C13 3 12 3 12 3C7.03 3 3 7.03 3 12C3 16.97 7.03 21 12 21C16.97 21 21 16.97 21 12C21 11.5 20.96 11 20.87 10.5M11.32 18.96C12 18.82 12.5 18.22 12.5 17.5C12.5 16.67 11.83 16 11 16S9.5 16.67 9.5 17.5C9.5 18 9.76 18.47 10.16 18.74C7.54 18.04 5.5 15.81 5.09 13.12C5 12.61 5 12.11 5 11.62C5.07 12.39 5.71 13 6.5 13C7.33 13 8 12.33 8 11.5S7.33 10 6.5 10C5.82 10 5.25 10.46 5.07 11.08C5.47 8 7.91 5.5 11 5.07V6.5C11 7.33 11.67 8 12.5 8H13V8.5C13 9.33 13.67 10 14.5 10H16V10.5C16 11.33 16.67 12 17.5 12H19C19 16.08 15.5 19.36 11.32 18.96M9.5 9C8.67 9 8 8.33 8 7.5S8.67 6 9.5 6 11 6.67 11 7.5 10.33 9 9.5 9M13 12.5C13 13.33 12.33 14 11.5 14S10 13.33 10 12.5 10.67 11 11.5 11 13 11.67 13 12.5M18 14.5C18 15.33 17.33 16 16.5 16S15 15.33 15 14.5 15.67 13 16.5 13 18 13.67 18 14.5Z\" /></svg></li><li title=\"cookie plus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cookie-plus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.5 13C16.8 13 17.08 13.09 17.32 13.24C16.45 13.5 15.66 13.95 15 14.53C15 14.5 15 14.5 15 14.5C15 13.67 15.67 13 16.5 13M16 10V10.5C16 11.33 16.67 12 17.5 12H19C19 12.34 18.97 12.68 18.92 13C18.95 13 18.97 13 19 13C19.66 13 20.3 13.12 20.89 13.32C20.96 12.89 21 12.45 21 12C21 11.5 20.96 11 20.87 10.5C20.6 10 20 10 20 10H18V9C18 8 17 8 17 8H15V7C15 6 14 6 14 6H13V4C13 3 12 3 12 3C7.03 3 3 7.03 3 12S7.03 21 12 21C12.45 21 12.89 20.96 13.32 20.89C13.12 20.3 13 19.66 13 19C13 18.97 13 18.95 13 18.92C12.46 19 11.9 19 11.32 18.96C12 18.82 12.5 18.22 12.5 17.5C12.5 16.67 11.83 16 11 16S9.5 16.67 9.5 17.5C9.5 18 9.76 18.47 10.16 18.74C7.54 18.04 5.5 15.81 5.09 13.12C5 12.61 5 12.11 5 11.62C5.07 12.39 5.71 13 6.5 13C7.33 13 8 12.33 8 11.5S7.33 10 6.5 10C5.82 10 5.25 10.46 5.07 11.08C5.47 8 7.91 5.5 11 5.07V6.5C11 7.33 11.67 8 12.5 8H13V8.5C13 9.33 13.67 10 14.5 10H16M11.5 14C12.33 14 13 13.33 13 12.5S12.33 11 11.5 11 10 11.67 10 12.5 10.67 14 11.5 14M11 7.5C11 6.67 10.33 6 9.5 6S8 6.67 8 7.5 8.67 9 9.5 9 11 8.33 11 7.5M20 18V15H18V18H15V20H18V23H20V20H23V18H20Z\" /></svg></li><li title=\"cookie plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cookie-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15 14.53C15 14.5 15 14.5 15 14.5C15 13.67 15.67 13 16.5 13C16.8 13 17.08 13.09 17.32 13.24C17.85 13.09 18.42 13 19 13C19.66 13 20.3 13.12 20.89 13.32C20.96 12.89 21 12.45 21 12C21 11.5 20.96 11 20.87 10.5C20.6 10 20 10 20 10H18V9C18 8 17 8 17 8H15V7C15 6 14 6 14 6H13V4C13 3 12 3 12 3C7.03 3 3 7.03 3 12S7.03 21 12 21C12.45 21 12.89 20.96 13.32 20.89C13.12 20.3 13 19.66 13 19C13 17.22 13.78 15.63 15 14.53M6.5 13C5.67 13 5 12.33 5 11.5S5.67 10 6.5 10 8 10.67 8 11.5 7.33 13 6.5 13M8 7.5C8 6.67 8.67 6 9.5 6S11 6.67 11 7.5 10.33 9 9.5 9 8 8.33 8 7.5M11 19C10.17 19 9.5 18.33 9.5 17.5S10.17 16 11 16 12.5 16.67 12.5 17.5 11.83 19 11 19M11.5 14C10.67 14 10 13.33 10 12.5S10.67 11 11.5 11 13 11.67 13 12.5 12.33 14 11.5 14M23 18V20H20V23H18V20H15V18H18V15H20V18H23Z\" /></svg></li><li title=\"cookie refresh outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cookie-refresh-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 12.5C13 13.33 12.33 14 11.5 14S10 13.33 10 12.5 10.67 11 11.5 11 13 11.67 13 12.5M11 7.5C11 6.67 10.33 6 9.5 6S8 6.67 8 7.5 8.67 9 9.5 9 11 8.33 11 7.5M15 10H16V10.5C16 11.33 16.67 12 17.5 12H19L19 12.03C19.69 12.09 20.36 12.24 21 12.5C21 12.33 21 12.17 21 12C21 11.5 20.96 11 20.87 10.5C20.6 10 20 10 20 10H18V9C18 8 17 8 17 8H15V7C15 6 14 6 14 6H13V4C13 3 12 3 12 3C7.03 3 3 7.03 3 12S7.03 21 12 21C12.17 21 12.33 21 12.5 21C12.24 20.36 12.09 19.69 12.03 19C11.8 19 11.56 19 11.32 18.96C11.59 18.9 11.81 18.76 12 18.58C12 18.55 12 18.53 12 18.5C12 17.87 12.1 17.27 12.26 16.69C12 16.28 11.53 16 11 16C10.17 16 9.5 16.67 9.5 17.5C9.5 18 9.76 18.47 10.16 18.74C7.54 18.04 5.5 15.81 5.09 13.12C5 12.61 5 12.11 5 11.62C5.07 12.39 5.71 13 6.5 13C7.33 13 8 12.33 8 11.5S7.33 10 6.5 10C5.82 10 5.25 10.46 5.07 11.08C5.47 8 7.91 5.5 11 5.07V6.5C11 7.33 11.67 8 12.5 8H13V8.5C13 9.33 13.67 10 14.5 10H15M22 18.5V14.5L20.83 15.67C20.11 14.95 19.11 14.5 18 14.5C15.79 14.5 14 16.29 14 18.5S15.79 22.5 18 22.5C19.68 22.5 21.12 21.47 21.71 20H20C19.54 20.61 18.82 21 18 21C16.62 21 15.5 19.88 15.5 18.5S16.62 16 18 16C18.69 16 19.32 16.28 19.77 16.73L18 18.5H22Z\" /></svg></li><li title=\"cookie refresh \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cookie-refresh\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11 16C11.53 16 12 16.28 12.26 16.69C13.04 14 15.54 12 18.5 12C19.38 12 20.21 12.18 21 12.5C21 12.33 21 12.17 21 12C21 11.5 20.96 11 20.87 10.5C20.6 10 20 10 20 10H18V9C18 8 17 8 17 8H15V7C15 6 14 6 14 6H13V4C13 3 12 3 12 3C7.03 3 3 7.03 3 12S7.03 21 12 21C12.17 21 12.33 21 12.5 21C12.19 20.24 12 19.44 12 18.61C11.74 18.85 11.39 19 11 19C10.17 19 9.5 18.33 9.5 17.5S10.17 16 11 16M13 12.5C13 13.33 12.33 14 11.5 14S10 13.33 10 12.5 10.67 11 11.5 11 13 11.67 13 12.5M6.5 13C5.67 13 5 12.33 5 11.5S5.67 10 6.5 10 8 10.67 8 11.5 7.33 13 6.5 13M8 7.5C8 6.67 8.67 6 9.5 6S11 6.67 11 7.5 10.33 9 9.5 9 8 8.33 8 7.5M18 18.5L19.77 16.73C19.32 16.28 18.69 16 18 16C16.62 16 15.5 17.12 15.5 18.5S16.62 21 18 21C18.82 21 19.54 20.61 20 20H21.71C21.12 21.47 19.68 22.5 18 22.5C15.79 22.5 14 20.71 14 18.5S15.79 14.5 18 14.5C19.11 14.5 20.11 14.95 20.83 15.67L22 14.5V18.5H18Z\" /></svg></li><li title=\"cookie remove outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cookie-remove-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17.32 13.24C16.45 13.5 15.66 13.95 15 14.53C15 14.5 15 14.5 15 14.5C15 13.67 15.67 13 16.5 13C16.8 13 17.08 13.09 17.32 13.24M16 10V10.5C16 11.33 16.67 12 17.5 12H19C19 12.34 18.97 12.68 18.92 13C18.95 13 18.97 13 19 13C19.66 13 20.3 13.12 20.89 13.32C20.96 12.89 21 12.45 21 12C21 11.5 20.96 11 20.87 10.5C20.6 10 20 10 20 10H18V9C18 8 17 8 17 8H15V7C15 6 14 6 14 6H13V4C13 3 12 3 12 3C7.03 3 3 7.03 3 12S7.03 21 12 21C12.45 21 12.89 20.96 13.32 20.89C13.12 20.3 13 19.66 13 19C13 18.97 13 18.95 13 18.92C12.46 19 11.9 19 11.32 18.96C12 18.82 12.5 18.22 12.5 17.5C12.5 16.67 11.83 16 11 16S9.5 16.67 9.5 17.5C9.5 18 9.76 18.47 10.16 18.74C7.54 18.04 5.5 15.81 5.09 13.12C5 12.61 5 12.11 5 11.62C5.07 12.39 5.71 13 6.5 13C7.33 13 8 12.33 8 11.5S7.33 10 6.5 10C5.82 10 5.25 10.46 5.07 11.08C5.47 8 7.91 5.5 11 5.07V6.5C11 7.33 11.67 8 12.5 8H13V8.5C13 9.33 13.67 10 14.5 10H16M11 7.5C11 6.67 10.33 6 9.5 6S8 6.67 8 7.5 8.67 9 9.5 9 11 8.33 11 7.5M11.5 14C12.33 14 13 13.33 13 12.5S12.33 11 11.5 11 10 11.67 10 12.5 10.67 14 11.5 14M22.54 16.88L21.12 15.47L19 17.59L16.88 15.47L15.47 16.88L17.59 19L15.47 21.12L16.88 22.54L19 20.41L21.12 22.54L22.54 21.12L20.41 19L22.54 16.88Z\" /></svg></li><li title=\"cookie remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cookie-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.5 13C16.8 13 17.08 13.09 17.32 13.24C17.85 13.09 18.42 13 19 13C19.66 13 20.3 13.12 20.89 13.32C20.96 12.89 21 12.45 21 12C21 11.5 20.96 11 20.87 10.5C20.6 10 20 10 20 10H18V9C18 8 17 8 17 8H15V7C15 6 14 6 14 6H13V4C13 3 12 3 12 3C7.03 3 3 7.03 3 12S7.03 21 12 21C12.45 21 12.89 20.96 13.32 20.89C13.12 20.3 13 19.66 13 19C13 17.22 13.78 15.63 15 14.53C15 14.5 15 14.5 15 14.5C15 13.67 15.67 13 16.5 13M6.5 13C5.67 13 5 12.33 5 11.5S5.67 10 6.5 10 8 10.67 8 11.5 7.33 13 6.5 13M8 7.5C8 6.67 8.67 6 9.5 6S11 6.67 11 7.5 10.33 9 9.5 9 8 8.33 8 7.5M11 19C10.17 19 9.5 18.33 9.5 17.5S10.17 16 11 16 12.5 16.67 12.5 17.5 11.83 19 11 19M11.5 14C10.67 14 10 13.33 10 12.5S10.67 11 11.5 11 13 11.67 13 12.5 12.33 14 11.5 14M20.41 19L22.54 21.12L21.12 22.54L19 20.41L16.88 22.54L15.47 21.12L17.59 19L15.47 16.88L16.88 15.47L19 17.59L21.12 15.47L22.54 16.88L20.41 19Z\" /></svg></li><li title=\"cookie settings outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cookie-settings-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 11.5C13 12.33 12.33 13 11.5 13S10 12.33 10 11.5 10.67 10 11.5 10 13 10.67 13 11.5M11 6.5C11 5.67 10.33 5 9.5 5S8 5.67 8 6.5 8.67 8 9.5 8 11 7.33 11 6.5M21 11C21 15.97 16.97 20 12 20S3 15.97 3 11 7.03 2 12 2C12 2 13 2 13 3V5H14C14 5 15 5 15 6V7H17C17 7 18 7 18 8V9H20C20 9 20.6 9 20.87 9.5C20.96 10 21 10.5 21 11M19 11H17.5C16.67 11 16 10.33 16 9.5V9H14.5C13.67 9 13 8.33 13 7.5V7H12.5C11.67 7 11 6.33 11 5.5V4.07C7.91 4.5 5.47 7 5.07 10.08C5.25 9.46 5.82 9 6.5 9C7.33 9 8 9.67 8 10.5S7.33 12 6.5 12C5.71 12 5.07 11.39 5 10.62C5 11.11 5 11.61 5.09 12.12C5.5 14.81 7.54 17.04 10.16 17.74C9.76 17.47 9.5 17 9.5 16.5C9.5 15.67 10.17 15 11 15S12.5 15.67 12.5 16.5C12.5 17.22 12 17.82 11.32 17.96C15.5 18.36 19 15.08 19 11M16.5 12C15.67 12 15 12.67 15 13.5S15.67 15 16.5 15 18 14.33 18 13.5 17.33 12 16.5 12M7 24H9V22H7V24M15 24H17V22H15V24M11 24H13V22H11V24Z\" /></svg></li><li title=\"cookie settings \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cookie-settings\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.87 9.5C20.6 9 20 9 20 9H18V8C18 7 17 7 17 7H15V6C15 5 14 5 14 5H13V3C13 2 12 2 12 2C7.03 2 3 6.03 3 11S7.03 20 12 20 21 15.97 21 11C21 10.5 20.96 10 20.87 9.5M6.5 12C5.67 12 5 11.33 5 10.5S5.67 9 6.5 9 8 9.67 8 10.5 7.33 12 6.5 12M8 6.5C8 5.67 8.67 5 9.5 5S11 5.67 11 6.5 10.33 8 9.5 8 8 7.33 8 6.5M11 18C10.17 18 9.5 17.33 9.5 16.5S10.17 15 11 15 12.5 15.67 12.5 16.5 11.83 18 11 18M11.5 13C10.67 13 10 12.33 10 11.5S10.67 10 11.5 10 13 10.67 13 11.5 12.33 13 11.5 13M16.5 15C15.67 15 15 14.33 15 13.5S15.67 12 16.5 12 18 12.67 18 13.5 17.33 15 16.5 15M7 22H9V24H7V22M11 22H13V24H11V22M15 22H17V24H15V22Z\" /></svg></li><li title=\"cookie \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cookie\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,3A9,9 0 0,0 3,12A9,9 0 0,0 12,21A9,9 0 0,0 21,12C21,11.5 20.96,11 20.87,10.5C20.6,10 20,10 20,10H18V9C18,8 17,8 17,8H15V7C15,6 14,6 14,6H13V4C13,3 12,3 12,3M9.5,6A1.5,1.5 0 0,1 11,7.5A1.5,1.5 0 0,1 9.5,9A1.5,1.5 0 0,1 8,7.5A1.5,1.5 0 0,1 9.5,6M6.5,10A1.5,1.5 0 0,1 8,11.5A1.5,1.5 0 0,1 6.5,13A1.5,1.5 0 0,1 5,11.5A1.5,1.5 0 0,1 6.5,10M11.5,11A1.5,1.5 0 0,1 13,12.5A1.5,1.5 0 0,1 11.5,14A1.5,1.5 0 0,1 10,12.5A1.5,1.5 0 0,1 11.5,11M16.5,13A1.5,1.5 0 0,1 18,14.5A1.5,1.5 0 0,1 16.5,16H16.5A1.5,1.5 0 0,1 15,14.5H15A1.5,1.5 0 0,1 16.5,13M11,16A1.5,1.5 0 0,1 12.5,17.5A1.5,1.5 0 0,1 11,19A1.5,1.5 0 0,1 9.5,17.5A1.5,1.5 0 0,1 11,16Z\" /></svg></li><li title=\"coolant temperature \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-coolant-temperature\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.5,1A1.5,1.5 0 0,0 10,2.5V14.5C9.37,14.97 9,15.71 9,16.5A2.5,2.5 0 0,0 11.5,19A2.5,2.5 0 0,0 14,16.5C14,15.71 13.63,15 13,14.5V13H17V11H13V9H17V7H13V5H17V3H13V2.5A1.5,1.5 0 0,0 11.5,1M0,15V17C0.67,17 0.79,17.21 1.29,17.71C1.79,18.21 2.67,19 4,19C5.33,19 6.21,18.21 6.71,17.71C6.82,17.59 6.91,17.5 7,17.41V15.16C6.21,15.42 5.65,15.93 5.29,16.29C4.79,16.79 4.67,17 4,17C3.33,17 3.21,16.79 2.71,16.29C2.21,15.79 1.33,15 0,15M16,15V17C16.67,17 16.79,17.21 17.29,17.71C17.79,18.21 18.67,19 20,19C21.33,19 22.21,18.21 22.71,17.71C23.21,17.21 23.33,17 24,17V15C22.67,15 21.79,15.79 21.29,16.29C20.79,16.79 20.67,17 20,17C19.33,17 19.21,16.79 18.71,16.29C18.21,15.79 17.33,15 16,15M8,20C6.67,20 5.79,20.79 5.29,21.29C4.79,21.79 4.67,22 4,22C3.33,22 3.21,21.79 2.71,21.29C2.35,20.93 1.79,20.42 1,20.16V22.41C1.09,22.5 1.18,22.59 1.29,22.71C1.79,23.21 2.67,24 4,24C5.33,24 6.21,23.21 6.71,22.71C7.21,22.21 7.33,22 8,22C8.67,22 8.79,22.21 9.29,22.71C9.73,23.14 10.44,23.8 11.5,23.96C11.66,24 11.83,24 12,24C13.33,24 14.21,23.21 14.71,22.71C15.21,22.21 15.33,22 16,22C16.67,22 16.79,22.21 17.29,22.71C17.79,23.21 18.67,24 20,24C21.33,24 22.21,23.21 22.71,22.71C22.82,22.59 22.91,22.5 23,22.41V20.16C22.21,20.42 21.65,20.93 21.29,21.29C20.79,21.79 20.67,22 20,22C19.33,22 19.21,21.79 18.71,21.29C18.21,20.79 17.33,20 16,20C14.67,20 13.79,20.79 13.29,21.29C12.79,21.79 12.67,22 12,22C11.78,22 11.63,21.97 11.5,21.92C11.22,21.82 11.05,21.63 10.71,21.29C10.21,20.79 9.33,20 8,20Z\" /></svg></li><li title=\"copyleft \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-copyleft\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.92 10.86C14.04 11.85 14.12 13.1 13.62 14C13.5 14.27 13.28 14.5 13.03 14.64C12.8 14.79 12.5 14.86 12.14 14.87C11.72 14.87 11.33 14.73 11 14.47C10.87 14.34 10.75 14.19 10.66 14C10.57 13.83 10.5 13.64 10.5 13.43H8.72C8.73 13.84 8.84 14.22 9 14.58C9.2 14.94 9.45 15.25 9.76 15.5C11.2 16.83 13.85 16.62 15.06 15.13C16.37 13.46 16.34 10.54 15.05 8.87C13.83 7.35 11.13 7.16 9.68 8.5C9.38 8.78 9.15 9.12 9 9.5C8.81 9.9 8.72 10.33 8.7 10.8H10.5C10.5 10.37 10.69 9.94 10.97 9.63C11.26 9.34 11.67 9.14 12.12 9.14C12.81 9.15 13.33 9.44 13.62 10C13.76 10.24 13.87 10.53 13.92 10.86M12 2C6.5 2 2 6.5 2 12C2.53 25.26 21.47 25.27 22 12C22 6.5 17.5 2 12 2M4 12C4.44 1.39 19.56 1.39 20 12C20 16.41 16.41 20 12 20S4 16.41 4 12Z\" /></svg></li><li title=\"copyright \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-copyright\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10.08 10.86C10.13 10.53 10.24 10.24 10.38 10C10.68 9.44 11.19 9.15 11.88 9.14C12.33 9.14 12.74 9.34 13.03 9.63C13.31 9.94 13.5 10.37 13.5 10.8H15.3C15.28 10.33 15.19 9.9 15 9.5C14.85 9.12 14.62 8.78 14.32 8.5C12.87 7.16 10.18 7.35 8.95 8.87C7.66 10.54 7.63 13.46 8.94 15.13C10.15 16.62 12.8 16.83 14.24 15.5C14.55 15.25 14.8 14.94 15 14.58C15.16 14.22 15.27 13.84 15.28 13.43H13.5C13.5 13.64 13.43 13.83 13.34 14C13.25 14.19 13.13 14.34 13 14.47C12.67 14.73 12.28 14.87 11.86 14.87C11.5 14.86 11.2 14.79 10.97 14.64C10.72 14.5 10.5 14.27 10.38 14C9.88 13.1 9.96 11.85 10.08 10.86M12 2C6.5 2 2 6.5 2 12C2.53 25.27 21.5 25.26 22 12C22 6.5 17.5 2 12 2M12 20C7.59 20 4 16.41 4 12C4.44 1.39 19.56 1.39 20 12C20 16.41 16.41 20 12 20Z\" /></svg></li><li title=\"cordova \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cordova\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.18,21.55H16.94L17.17,18.82H15.58L15.35,21.55H8.65L8.42,18.82H6.83L7.06,21.55H3.82L2,9.73L6.55,2.45H17.45L22,9.73L20.18,21.55M16.55,6.09H13.62L13.82,7.45H10.18L10.38,6.09H7.45L5.64,9.73L6.55,17H17.45L18.36,9.73L16.55,6.09M14.95,14.59C14.7,14.59 14.5,13.83 14.5,12.9C14.5,11.96 14.7,11.2 14.95,11.2C15.21,11.2 15.41,11.96 15.41,12.9C15.41,13.83 15.21,14.59 14.95,14.59M9.22,14.73C8.96,14.73 8.76,13.97 8.76,13.04C8.76,12.1 8.96,11.35 9.22,11.35C9.47,11.35 9.67,12.1 9.67,13.04C9.67,13.97 9.47,14.73 9.22,14.73Z\" /></svg></li><li title=\"corn off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-corn-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.1 21.5L2.4 1.7L1.1 3L7.2 9.1C7.1 9.7 7 10.3 7 11C5.5 10.4 3.8 10 2 10C7.9 12.6 6 22 12 22C14.5 22 15.7 20.5 16.6 18.5L20.9 22.8L22.1 21.5M8.1 10L9.1 11H8L8.1 10M8.8 12H10.1L11 12.9V13.7C10.3 13.1 9.6 12.5 8.8 12M14.3 19.2C14.1 18 13.4 16.4 12.2 15H13.1L15.2 17.1C15 17.9 14.7 18.6 14.3 19.2M11 6V7.8L12.2 9H14V8H12V6H13V5H12V3C14.1 3 15.9 7 16 11.8V12.8L18 14.8C18.8 12.8 19.9 10.9 22 10C20.2 10 18.5 10.4 17 11.1C16.8 5.9 14.7 2 12 2C10.5 2 9.2 3.2 8.3 5.1L9.2 6H11M11 3.3V5H9.5C10 4.2 10.5 3.6 11 3.3M15 11.8L14.2 11H15V11.8Z\" /></svg></li><li title=\"corn \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-corn\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,12H8.82C9.62,12.5 10.35,13.07 11,13.68V12M7,11C7.27,5.88 9.37,2 12,2C14.66,2 16.77,5.94 17,11.12C18.5,10.43 20.17,10 22,10C16.25,12.57 18.25,22 12,22C6,22 7.93,12.57 2,10C3.82,10 5.5,10.4 7,11M11,11V9H8.24L8.03,11H11M11,8V6H9.05C8.8,6.6 8.6,7.27 8.43,8H11M11,5V3.3C10.45,3.63 9.95,4.22 9.5,5H11M12,3V5H13V6H12V8H14V9H12V11H15V12H12V14H14V15H12.23C13.42,16.45 14.15,18 14.32,19.23C15.31,17.56 15.96,14.84 16,11.76C15.94,7 14.13,3 12,3Z\" /></svg></li><li title=\"cosine wave \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cosine-wave\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 2V4C20.26 4 19 8.58 17.96 12.27C16.57 17.27 15.26 22 12 22C8.74 22 7.43 17.27 6.04 12.27C5 8.58 3.74 4 2 4V2C5.26 2 6.57 6.73 7.96 11.73C9 15.42 10.26 20 12 20C13.74 20 15 15.42 16.04 11.73C17.43 6.73 18.74 2 22 2Z\" /></svg></li><li title=\"counter \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-counter\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,4H20A2,2 0 0,1 22,6V18A2,2 0 0,1 20,20H4A2,2 0 0,1 2,18V6A2,2 0 0,1 4,4M4,6V18H11V6H4M20,18V6H18.76C19,6.54 18.95,7.07 18.95,7.13C18.88,7.8 18.41,8.5 18.24,8.75L15.91,11.3L19.23,11.28L19.24,12.5L14.04,12.47L14,11.47C14,11.47 17.05,8.24 17.2,7.95C17.34,7.67 17.91,6 16.5,6C15.27,6.05 15.41,7.3 15.41,7.3L13.87,7.31C13.87,7.31 13.88,6.65 14.25,6H13V18H15.58L15.57,17.14L16.54,17.13C16.54,17.13 17.45,16.97 17.46,16.08C17.5,15.08 16.65,15.08 16.5,15.08C16.37,15.08 15.43,15.13 15.43,15.95H13.91C13.91,15.95 13.95,13.89 16.5,13.89C19.1,13.89 18.96,15.91 18.96,15.91C18.96,15.91 19,17.16 17.85,17.63L18.37,18H20M8.92,16H7.42V10.2L5.62,10.76V9.53L8.76,8.41H8.92V16Z\" /></svg></li><li title=\"countertop outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-countertop-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 10H18V7C18 5.34 16.66 4 15 4S12 5.34 12 7H14C14 6.45 14.45 6 15 6S16 6.45 16 7V10H8C9.1 10 10 9.1 10 8V4H4V8C4 9.1 4.9 10 6 10H2V12H4V20H20V12H22V10M6 6H8V8H6V6M6 18V12H11V18H6M18 18H13V12H18V18Z\" /></svg></li><li title=\"countertop \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-countertop\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 10V7C18 5.34 16.66 4 15 4S12 5.34 12 7H14C14 6.45 14.45 6 15 6S16 6.45 16 7V10H8C9.1 10 10 9.1 10 8V4H4V8C4 9.1 4.9 10 6 10H2V12H4V20H20V12H22V10H18M13 18H11V12H13V18Z\" /></svg></li><li title=\"cow off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cow-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.1 21.5L2.4 1.7L1.1 3L6.9 8.8L6.8 9C6.4 8.5 5.8 8.1 5.2 7.9C4.2 7.6 2.3 7.7 2 8.5S3.3 10.5 4.3 10.7C4.8 10.8 5.5 10.8 6 10.7V12C6 13.3 6.5 14.6 7.2 15.6C6.5 16.3 6 17.1 6 18C6 20.2 8.7 22 12 22C14.5 22 16.7 21 17.6 19.5L20.9 22.8L22.1 21.5M9.4 11.2C9.1 11.4 9 11.7 9 12C9 12.6 9.4 13 10 13C10.3 13 10.6 12.9 10.8 12.6L12.2 14H12.1C11 14 9.9 14.2 9 14.6C8.3 13.9 8 13 8 12C8 11.4 8.1 10.8 8.4 10.3L9.4 11.2M16 18C16 19.1 14.2 20 12 20S8 19.1 8 18 9.8 16 12 16C13 16 13.9 16.2 14.6 16.5L16 17.9V18M9.7 6.5L7.8 4.6C8.3 3.9 9 3.3 10 3L9.9 3.1C9.6 3.6 8.9 5 9.7 6.5M11.3 8.1L9.7 6.5C10.4 6.2 11.2 6 12 6S13.6 6.2 14.3 6.5C15.1 5 14.3 3.6 14.1 3.2L14 3C17 4 17.2 7 16.6 8.2L17.2 9C17.6 8.5 18.2 8.1 18.8 7.9C19.8 7.6 21.7 7.7 22 8.5S20.7 10.5 19.7 10.7C19.2 10.8 18.5 10.8 18 10.7V12C18 12.8 17.8 13.6 17.5 14.3L15.9 12.7C15.9 12.5 16 12.2 16 12C16 9.8 14.2 8 12 8C11.8 8 11.5 8 11.3 8.1M14 18.5C14 18.8 13.8 19 13.5 19S13 18.8 13 18.5 13.2 18 13.5 18 14 18.2 14 18.5M11 18.5C11 18.8 10.8 19 10.5 19S10 18.8 10 18.5 10.2 18 10.5 18 11 18.2 11 18.5Z\" /></svg></li><li title=\"cow \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cow\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10.5,18A0.5,0.5 0 0,1 11,18.5A0.5,0.5 0 0,1 10.5,19A0.5,0.5 0 0,1 10,18.5A0.5,0.5 0 0,1 10.5,18M13.5,18A0.5,0.5 0 0,1 14,18.5A0.5,0.5 0 0,1 13.5,19A0.5,0.5 0 0,1 13,18.5A0.5,0.5 0 0,1 13.5,18M10,11A1,1 0 0,1 11,12A1,1 0 0,1 10,13A1,1 0 0,1 9,12A1,1 0 0,1 10,11M14,11A1,1 0 0,1 15,12A1,1 0 0,1 14,13A1,1 0 0,1 13,12A1,1 0 0,1 14,11M18,18C18,20.21 15.31,22 12,22C8.69,22 6,20.21 6,18C6,17.1 6.45,16.27 7.2,15.6C6.45,14.6 6,13.35 6,12L6.12,10.78C5.58,10.93 4.93,10.93 4.4,10.78C3.38,10.5 1.84,9.35 2.07,8.55C2.3,7.75 4.21,7.6 5.23,7.9C5.82,8.07 6.45,8.5 6.82,8.96L7.39,8.15C6.79,7.05 7,4 10,3L9.91,3.14V3.14C9.63,3.58 8.91,4.97 9.67,6.47C10.39,6.17 11.17,6 12,6C12.83,6 13.61,6.17 14.33,6.47C15.09,4.97 14.37,3.58 14.09,3.14L14,3C17,4 17.21,7.05 16.61,8.15L17.18,8.96C17.55,8.5 18.18,8.07 18.77,7.9C19.79,7.6 21.7,7.75 21.93,8.55C22.16,9.35 20.62,10.5 19.6,10.78C19.07,10.93 18.42,10.93 17.88,10.78L18,12C18,13.35 17.55,14.6 16.8,15.6C17.55,16.27 18,17.1 18,18M12,16C9.79,16 8,16.9 8,18C8,19.1 9.79,20 12,20C14.21,20 16,19.1 16,18C16,16.9 14.21,16 12,16M12,14C13.12,14 14.17,14.21 15.07,14.56C15.65,13.87 16,13 16,12A4,4 0 0,0 12,8A4,4 0 0,0 8,12C8,13 8.35,13.87 8.93,14.56C9.83,14.21 10.88,14 12,14M14.09,3.14V3.14Z\" /></svg></li><li title=\"cpu 32 bit \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cpu-32-bit\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,3V5H7A2,2 0 0,0 5,7V9H3V11H5V13H3V15H5V17A2,2 0 0,0 7,19H9V21H11V19H13V21H15V19H17A2,2 0 0,0 19,17V15H21V13H19V11H21V9H19V7A2,2 0 0,0 17,5H15V3H13V5H11V3M7,9H10.5A1,1 0 0,1 11.5,10V14A1,1 0 0,1 10.5,15H7V13.5H10V12.75H8.5V11.25H10V10.5H7M12.5,9H16A1,1 0 0,1 17,10V11.75A1,1 0 0,1 16,12.75H14V13.5H17V15H12.5V12.25A1,1 0 0,1 13.5,11.25H15.5V10.5H12.5\" /></svg></li><li title=\"cpu 64 bit \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cpu-64-bit\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,3V5H7A2,2 0 0,0 5,7V9H3V11H5V13H3V15H5V17A2,2 0 0,0 7,19H9V21H11V19H13V21H15V19H17A2,2 0 0,0 19,17V15H21V13H19V11H21V9H19V7A2,2 0 0,0 17,5H15V3H13V5H11V3M8,9H11.5V10.5H8.5V11.25H10.5A1,1 0 0,1 11.5,12.25V14A1,1 0 0,1 10.5,15H8A1,1 0 0,1 7,14V10A1,1 0 0,1 8,9M12.5,9H14V11H15.5V9H17V15H15.5V12.5H12.5M8.5,12.75V13.5H10V12.75\" /></svg></li><li title=\"cradle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cradle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 9H12V4H8C5.8 4 4 5.8 4 8V14C4 15.1 4.9 16 6 16H8V18.9C7.4 18.5 6.8 18.1 6.3 17.6L4.9 19C6.7 20.9 9.2 22 12 22S17.3 20.9 19.1 19.1L17.7 17.7C17.2 18.2 16.7 18.6 16.1 19V16H18.1C19.2 16 20.1 15.1 20.1 14V11C20 9.9 19.1 9 18 9M14 19.8C13.4 20 12.7 20 12 20S10.6 19.9 10 19.8V16H14V19.8M18 14H6V8C6 6.9 6.9 6 8 6H10V11H18V14Z\" /></svg></li><li title=\"cradle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cradle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 9H12V4H8C5.8 4 4 5.8 4 8V14C4 15.1 4.9 16 6 16H8V18.9C7.4 18.5 6.8 18.1 6.3 17.6L4.9 19C6.7 20.9 9.2 22 12 22S17.3 20.9 19.1 19.1L17.7 17.7C17.2 18.2 16.7 18.6 16.1 19V16H18.1C19.2 16 20.1 15.1 20.1 14V11C20 9.9 19.1 9 18 9M14 19.8C13.4 20 12.7 20 12 20S10.6 19.9 10 19.8V16H14V19.8Z\" /></svg></li><li title=\"crane \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-crane\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,6V5A1,1 0 0,0 19,4H9V3H6V4H5V6H6V15H5V13H3V15H2V17H3V21H5V17H10V21H12V19.92L12,17H13V15H12V13H10V15H9V6H17V10.62C16.53,10.79 16.19,11.23 16.19,11.76C16.19,12.2 16.43,12.6 16.8,12.82V14H17.42C17.76,14 18.03,14.28 18.03,14.62C18.03,14.96 17.76,15.24 17.42,15.24C17.2,15.24 17,15.12 16.89,14.93C16.71,14.64 16.34,14.54 16.05,14.71C15.75,14.87 15.65,15.25 15.82,15.55C16.15,16.11 16.76,16.47 17.42,16.47C18.43,16.47 19.26,15.64 19.26,14.62C19.26,13.84 18.76,13.14 18.03,12.88V12.82C18.41,12.6 18.65,12.2 18.65,11.76C18.65,11.3 18.38,10.91 18,10.7V6H20M8,13.66L7,14.66V13.24L8,12.24V13.66M8,10.71L7,11.71V10.29L8,9.29V10.71M7,8.71V7.29L8,6.29V7.71L7,8.71Z\" /></svg></li><li title=\"creation \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-creation\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,1L17.74,3.75L15,5L17.74,6.26L19,9L20.25,6.26L23,5L20.25,3.75M9,4L6.5,9.5L1,12L6.5,14.5L9,20L11.5,14.5L17,12L11.5,9.5M19,15L17.74,17.74L15,19L17.74,20.25L19,23L20.25,20.25L23,19L20.25,17.74\" /></svg></li><li title=\"creative commons \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-creative-commons\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.89,10.34L10.55,11.04C10.41,10.74 10.24,10.53 10.03,10.41C9.82,10.29 9.62,10.23 9.45,10.23C8.55,10.23 8.11,10.82 8.11,12C8.11,12.54 8.22,12.97 8.45,13.29C8.67,13.61 9,13.77 9.45,13.77C10.03,13.77 10.44,13.5 10.68,12.91L11.91,13.54C11.65,14.03 11.29,14.41 10.82,14.69C10.36,14.97 9.85,15.11 9.29,15.11C8.39,15.11 7.67,14.84 7.12,14.29C6.58,13.74 6.3,13 6.3,12C6.3,11.05 6.58,10.3 7.13,9.74C7.69,9.18 8.39,8.9 9.23,8.9C10.47,8.89 11.36,9.38 11.89,10.34M17.66,10.34L16.34,11.04C16.2,10.74 16,10.53 15.81,10.41C15.6,10.29 15.4,10.23 15.21,10.23C14.32,10.23 13.87,10.82 13.87,12C13.87,12.54 14,12.97 14.21,13.29C14.44,13.61 14.77,13.77 15.21,13.77C15.8,13.77 16.21,13.5 16.45,12.91L17.7,13.54C17.42,14.03 17.05,14.41 16.59,14.69C16.12,14.97 15.62,15.11 15.07,15.11C14.17,15.11 13.44,14.84 12.9,14.29C12.36,13.74 12.09,13 12.09,12C12.09,11.05 12.37,10.3 12.92,9.74C13.47,9.18 14.17,8.9 15,8.9C16.26,8.89 17.14,9.38 17.66,10.34M12,3.5A8.5,8.5 0 0,1 20.5,12A8.5,8.5 0 0,1 12,20.5A8.5,8.5 0 0,1 3.5,12A8.5,8.5 0 0,1 12,3.5M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z\" /></svg></li><li title=\"credit card check outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-credit-card-check-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 19C13 18.66 13.04 18.33 13.09 18H3V12H19V13C19.7 13 20.37 13.13 21 13.35V6C21 4.89 20.11 4 19 4H3C1.89 4 1 4.89 1 6V18C1 19.1 1.89 20 3 20H13.09C13.04 19.67 13 19.34 13 19M3 6H19V8H3V6M17.75 22L15 19L16.16 17.84L17.75 19.43L21.34 15.84L22.5 17.25L17.75 22\" /></svg></li><li title=\"credit card check \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-credit-card-check\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 4H4C2.9 4 2 4.89 2 6V18C2 19.11 2.9 20 4 20H13.09C13.03 19.67 13 19.34 13 19C13 15.69 15.69 13 19 13C20.06 13 21.09 13.28 22 13.81V6C22 4.89 21.11 4 20 4M20 11H4V8H20M17.75 22L15 19L16.16 17.84L17.75 19.43L21.34 15.84L22.5 17.25L17.75 22\" /></svg></li><li title=\"credit card chip outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-credit-card-chip-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 6L20 18L4 18L4 6H20M20 4H4C2.89 4 2 4.89 2 6V18C2 19.11 2.89 20 4 20H20C21.11 20 22 19.11 22 18V6C22 4.89 21.11 4 20 4M11 10H6V14H11V10Z\" /></svg></li><li title=\"credit card chip \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-credit-card-chip\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 4H4C2.89 4 2 4.89 2 6V18C2 19.11 2.89 20 4 20H20C21.11 20 22 19.11 22 18V6C22 4.89 21.11 4 20 4M10 14H5V10H10V14Z\" /></svg></li><li title=\"credit card clock outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-credit-card-clock-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,14H17.5V16.82L19.94,18.23L19.19,19.53L16,17.69V14M24,17A7,7 0 0,1 17,24C14.21,24 11.8,22.36 10.67,20H4C2.89,20 2,19.1 2,18V6C2,4.89 2.89,4 4,4H20A2,2 0 0,1 22,6V12.1C23.24,13.36 24,15.09 24,17M10,17C10,15.04 10.81,13.27 12.1,12H4V18H10.07C10,17.67 10,17.34 10,17M17,12A5,5 0 0,0 12,17A5,5 0 0,0 17,22A5,5 0 0,0 22,17A5,5 0 0,0 17,12M20,8V6H4V8H20Z\" /></svg></li><li title=\"credit card clock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-credit-card-clock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,14H17.5V16.82L19.94,18.23L19.19,19.53L16,17.69V14M24,17A7,7 0 0,1 17,24C14.21,24 11.8,22.36 10.67,20H4C2.89,20 2,19.1 2,18V6C2,4.89 2.89,4 4,4H20A2,2 0 0,1 22,6V12.1C23.24,13.36 24,15.09 24,17M17,12A5,5 0 0,0 12,17A5,5 0 0,0 17,22A5,5 0 0,0 22,17A5,5 0 0,0 17,12M20,10V7H4V10H20Z\" /></svg></li><li title=\"credit card edit outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-credit-card-edit-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 18.9L19.1 12.8L21.2 14.9L15.1 21H13V18.9M21.4 11.3L22.7 12.6C22.9 12.8 22.9 13.1 22.7 13.3L21.7 14.3L19.6 12.3L20.6 11.3C20.7 11.2 20.8 11.1 21 11.1C21.2 11.1 21.3 11.2 21.4 11.3M11 18H4V12H17.1L22 7.1V6C22 4.9 21.1 4 20 4H4C2.9 4 2 4.9 2 6V18C2 19.1 2.9 20 4 20H11V18M4 6H20V8H4V6Z\" /></svg></li><li title=\"credit card edit \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-credit-card-edit\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.6 11.3C20.7 11.2 20.8 11.1 21 11.1C21.1 11.1 21.3 11.2 21.4 11.3L22.6 12.5C22.8 12.7 22.8 13.1 22.6 13.3L21.6 14.3L19.6 12.3L20.6 11.3M13 18.9L19 12.8L21.1 14.9L15.1 21H13V18.9M11 19.1V18.1L11.6 17.5L18.1 11H4V8H20V9.1L22 7.1V6C22 4.9 21.1 4 20 4H4C3.5 4 3 4.2 2.6 4.6C2.2 5 2 5.5 2 6V18C2 18.5 2.2 19 2.6 19.4C3 19.8 3.5 20 4 20H11V19.1Z\" /></svg></li><li title=\"credit card fast outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-credit-card-fast-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 8C2.45 8 2 7.55 2 7S2.45 6 3 6H5.54C5.19 6.6 5 7.29 5 8H3M5 13H2C1.45 13 1 12.55 1 12S1.45 11 2 11H5V13M1 18C.448 18 0 17.55 0 17S.448 16 1 16H5C5 16.71 5.19 17.4 5.54 18H1M21 6H9C7.89 6 7 6.89 7 8V16C7 17.11 7.89 18 9 18H21C22.11 18 23 17.11 23 16V8C23 6.89 22.11 6 21 6M21 8V9H9V8H21M9 16L9 12H21L21 16L9 16Z\" /></svg></li><li title=\"credit card fast \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-credit-card-fast\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 8C2.45 8 2 7.55 2 7S2.45 6 3 6H5.54C5.19 6.6 5 7.29 5 8H3M5 13H2C1.45 13 1 12.55 1 12S1.45 11 2 11H5V13M1 18C.448 18 0 17.55 0 17S.448 16 1 16H5C5 16.71 5.19 17.4 5.54 18H1M21 6H9C7.89 6 7 6.89 7 8V16C7 17.11 7.89 18 9 18H21C22.11 18 23 17.11 23 16V8C23 6.89 22.11 6 21 6M21 12H9V9H21V12Z\" /></svg></li><li title=\"credit card lock outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-credit-card-lock-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.8 15V13.5C21.8 12.1 20.4 11 19 11S16.2 12.1 16.2 13.5V15C15.6 15 15 15.6 15 16.2V19.7C15 20.4 15.6 21 16.2 21H21.7C22.4 21 23 20.4 23 19.8V16.3C23 15.6 22.4 15 21.8 15M20.5 15H17.5V13.5C17.5 12.7 18.2 12.2 19 12.2S20.5 12.7 20.5 13.5V15M13 19.7V18H4V12H14.5C15.18 10.28 16.96 9 19 9C20.13 9 21.17 9.4 22 10.04V6C22 4.89 21.1 4 20 4H4C2.89 4 2 4.89 2 6V18C2 19.11 2.9 20 4 20H13.03C13 19.9 13 19.8 13 19.7M4 6H20V8H4V6Z\" /></svg></li><li title=\"credit card lock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-credit-card-lock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.8 15V13.5C21.8 12.1 20.4 11 19 11S16.2 12.1 16.2 13.5V15C15.6 15 15 15.6 15 16.2V19.7C15 20.4 15.6 21 16.2 21H21.7C22.4 21 23 20.4 23 19.8V16.3C23 15.6 22.4 15 21.8 15M20.5 15H17.5V13.5C17.5 12.7 18.2 12.2 19 12.2S20.5 12.7 20.5 13.5V15M13.03 20H4C2.9 20 2 19.11 2 18V6C2 4.89 2.9 4 4 4H20C21.11 4 22 4.89 22 6V10.04C21.42 9.6 20.75 9.26 20 9.11V8H4V11H15.04C14.5 11.72 14.2 12.58 14.2 13.5V13.74C13.5 14.34 13 15.24 13 16.2V19.7C13 19.8 13 19.9 13.03 20Z\" /></svg></li><li title=\"credit card marker outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-credit-card-marker-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.5,18H4V12H14.3C15.3,10.8 16.8,10 18.5,10C19.8,10 21,10.5 22,11.3V6A2,2 0 0,0 20,4H4A2,2 0 0,0 2,6V18A2,2 0 0,0 4,20H14.6C14.2,19.4 13.8,18.7 13.5,18M4,6H20V8H4V6M18.5,12C16.6,12 15,13.6 15,15.5C15,18.1 18.5,22 18.5,22C18.5,22 22,18.1 22,15.5C22,13.6 20.4,12 18.5,12M18.5,16.8C17.8,16.8 17.3,16.2 17.3,15.6C17.3,14.9 17.9,14.4 18.5,14.4C19.1,14.4 19.7,15 19.7,15.6C19.8,16.2 19.2,16.8 18.5,16.8Z\" /></svg></li><li title=\"credit card marker \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-credit-card-marker\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.5 12C16.6 12 15 13.6 15 15.5C15 18.1 18.5 22 18.5 22S22 18.1 22 15.5C22 13.6 20.4 12 18.5 12M18.5 16.8C17.8 16.8 17.3 16.2 17.3 15.6C17.3 14.9 17.9 14.4 18.5 14.4S19.7 15 19.7 15.6C19.8 16.2 19.2 16.8 18.5 16.8M14.55 20H4C2.9 20 2 19.11 2 18V6C2 4.89 2.9 4 4 4H20C21.11 4 22 4.89 22 6V11.3C21.42 10.81 20.74 10.44 20 10.22V8H4V11H15.39C13.96 12 13 13.66 13 15.5C13 17 13.72 18.61 14.55 20Z\" /></svg></li><li title=\"credit card minus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-credit-card-minus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M24 18V20H16V18M19 8V6H3V8H19M19 12H3V18H14V20H3C1.89 20 1 19.1 1 18V6C1 4.89 1.89 4 3 4H19C20.11 4 21 4.89 21 6V13H19V12Z\" /></svg></li><li title=\"credit card minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-credit-card-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 4H4C2.9 4 2 4.89 2 6V18C2 19.11 2.9 20 4 20H13.09C13.03 19.67 13 19.34 13 19C13 15.69 15.69 13 19 13C20.06 13 21.09 13.28 22 13.81V6C22 4.89 21.11 4 20 4M20 11H4V8H20M23 18V20H15V18H23Z\" /></svg></li><li title=\"credit card multiple outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-credit-card-multiple-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,8V6H7V8H21M21,16V11H7V16H21M21,4A2,2 0 0,1 23,6V16A2,2 0 0,1 21,18H7C5.89,18 5,17.1 5,16V6C5,4.89 5.89,4 7,4H21M3,20H18V22H3A2,2 0 0,1 1,20V9H3V20Z\" /></svg></li><li title=\"credit card multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-credit-card-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 9V6H7V9H21M21 3A2 2 0 0 1 23 5V15A2 2 0 0 1 21 17H7A2 2 0 0 1 5 15V5A2 2 0 0 1 7 3H21M3 19H18V21H3A2 2 0 0 1 1 19V8H3Z\" /></svg></li><li title=\"credit card off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-credit-card-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M0.93,4.2L2.21,2.93L20,20.72L18.73,22L16.73,20H4C2.89,20 2,19.1 2,18V6C2,5.78 2.04,5.57 2.11,5.38L0.93,4.2M20,8V6H7.82L5.82,4H20A2,2 0 0,1 22,6V18C22,18.6 21.74,19.13 21.32,19.5L19.82,18H20V12H13.82L9.82,8H20M4,8H4.73L4,7.27V8M4,12V18H14.73L8.73,12H4Z\" /></svg></li><li title=\"credit card off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-credit-card-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.2 8L7.2 4H20A2 2 0 0 1 22 6V18A1.91 1.91 0 0 1 21.88 18.68L14.2 11H20V8M20.84 22.73L18.11 20H4A2 2 0 0 1 2 18V6A2 2 0 0 1 2.65 4.54L1.11 3L2.39 1.73L22.11 21.46M9.11 11L6.11 8H4V11Z\" /></svg></li><li title=\"credit card outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-credit-card-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,8H4V6H20M20,18H4V12H20M20,4H4C2.89,4 2,4.89 2,6V18A2,2 0 0,0 4,20H20A2,2 0 0,0 22,18V6C22,4.89 21.1,4 20,4Z\" /></svg></li><li title=\"credit card plus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-credit-card-plus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,18H24V20H21V23H19V20H16V18H19V15H21V18M19,8V6H3V8H19M19,12H3V18H14V20H3C1.89,20 1,19.1 1,18V6C1,4.89 1.89,4 3,4H19A2,2 0 0,1 21,6V13H19V12Z\" /></svg></li><li title=\"credit card plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-credit-card-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 4H4A2 2 0 0 0 2 6V18A2 2 0 0 0 4 20H13.09A5.47 5.47 0 0 1 13 19A6 6 0 0 1 19 13A5.88 5.88 0 0 1 22 13.81V6A2 2 0 0 0 20 4M20 11H4V8H20M20 15V18H23V20H20V23H18V20H15V18H18V15Z\" /></svg></li><li title=\"credit card refresh outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-credit-card-refresh-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 4H4C2.89 4 2 4.89 2 6V18C2 19.11 2.9 20 4 20H11.68C11.57 19.5 11.5 19 11.5 18.5C11.5 18.33 11.5 18.17 11.53 18H4V12H20V12.32C20.74 12.56 21.41 12.93 22 13.4V6C22 4.89 21.1 4 20 4M20 8H4V6H20V8M20.83 15.67L22 14.5V18.5H18L19.77 16.73C19.32 16.28 18.69 16 18 16C16.62 16 15.5 17.12 15.5 18.5S16.62 21 18 21C18.82 21 19.54 20.61 20 20H21.71C21.12 21.47 19.68 22.5 18 22.5C15.79 22.5 14 20.71 14 18.5S15.79 14.5 18 14.5C19.11 14.5 20.11 14.95 20.83 15.67Z\" /></svg></li><li title=\"credit card refresh \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-credit-card-refresh\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 4H4C2.9 4 2 4.89 2 6V18C2 19.11 2.9 20 4 20H11.68C11.57 19.5 11.5 19 11.5 18.5C11.5 14.91 14.41 12 18 12C19.5 12 20.9 12.53 22 13.4V6C22 4.89 21.11 4 20 4M20 11H4V8H20V11M20.83 15.67L22 14.5V18.5H18L19.77 16.73C19.32 16.28 18.69 16 18 16C16.62 16 15.5 17.12 15.5 18.5S16.62 21 18 21C18.82 21 19.54 20.61 20 20H21.71C21.12 21.47 19.68 22.5 18 22.5C15.79 22.5 14 20.71 14 18.5S15.79 14.5 18 14.5C19.11 14.5 20.11 14.95 20.83 15.67Z\" /></svg></li><li title=\"credit card refund outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-credit-card-refund-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18,11H6A2,2 0 0,0 4,13V21A2,2 0 0,0 6,23H18A2,2 0 0,0 20,21V13A2,2 0 0,0 18,11M18,21H6V17H18V21M18,15H6V13H18V15M17,5V10H15.5V6.5H9.88L12.3,8.93L11.24,10L7,5.75L11.24,1.5L12.3,2.57L9.88,5H17Z\" /></svg></li><li title=\"credit card refund \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-credit-card-refund\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 11H6A2 2 0 0 0 4 13V21A2 2 0 0 0 6 23H18A2 2 0 0 0 20 21V13A2 2 0 0 0 18 11M18 17H6V14H18M17 5V10H15.5V6.5H9.88L12.3 8.93L11.24 10L7 5.75L11.24 1.5L12.3 2.57L9.88 5Z\" /></svg></li><li title=\"credit card remove outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-credit-card-remove-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 19C13 18.66 13.04 18.33 13.09 18H3V12H19V13C19.7 13 20.37 13.13 21 13.35V6C21 4.89 20.11 4 19 4H3C1.89 4 1 4.89 1 6V18C1 19.1 1.89 20 3 20H13.09C13.04 19.67 13 19.34 13 19M3 6H19V8H3V6M22.54 16.88L20.41 19L22.54 21.12L21.12 22.54L19 20.41L16.88 22.54L15.47 21.12L17.59 19L15.47 16.88L16.88 15.47L19 17.59L21.12 15.46L22.54 16.88Z\" /></svg></li><li title=\"credit card remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-credit-card-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 4H4A2 2 0 0 0 2 6V18A2 2 0 0 0 4 20H13.09A5.47 5.47 0 0 1 13 19A6 6 0 0 1 19 13A5.88 5.88 0 0 1 22 13.81V6A2 2 0 0 0 20 4M20 11H4V8H20M22.54 16.88L20.41 19L22.54 21.12L21.12 22.54L19 20.41L16.88 22.54L15.46 21.12L17.59 19L15.46 16.88L16.88 15.46L19 17.59L21.12 15.46Z\" /></svg></li><li title=\"credit card scan outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-credit-card-scan-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,4H6V2H2A2,2 0 0,0 0,4V8H2V4M22,2H18V4H22V8H24V4A2,2 0 0,0 22,2M2,16H0V20A2,2 0 0,0 2,22H6V20H2V16M22,20H18V22H22A2,2 0 0,0 24,20V16H22V20M4,8V16A2,2 0 0,0 6,18H18A2,2 0 0,0 20,16V8A2,2 0 0,0 18,6H6A2,2 0 0,0 4,8M6,16V12H18V16H6M18,8V10H6V8H18Z\" /></svg></li><li title=\"credit card scan \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-credit-card-scan\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 6H6A2 2 0 0 0 4 8V16A2 2 0 0 0 6 18H18A2 2 0 0 0 20 16V8A2 2 0 0 0 18 6M18 12H6V9H18M2 4H6V2H2A2 2 0 0 0 0 4V8H2V4M22 2H18V4H22V8H24V4A2 2 0 0 0 22 2M2 16H0V20A2 2 0 0 0 2 22H6V20H2V16M22 20H18V22H22A2 2 0 0 0 24 20V16H22V20\" /></svg></li><li title=\"credit card search outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-credit-card-search-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.03 12C11.28 11.61 11.57 11.24 11.9 10.9C14.44 8.37 18.56 8.37 21.1 10.9C21.45 11.26 21.74 11.65 22 12.06V6C22 4.89 21.1 4 20 4H4C2.89 4 2 4.89 2 6V18C2 19.11 2.9 20 4 20H11.82C11.24 19.4 10.8 18.72 10.5 18H4V12H11.03M4 6H20V8H4V6M20.31 17.9C20.75 17.21 21 16.38 21 15.5C21 13 19 11 16.5 11S12 13 12 15.5 14 20 16.5 20C17.37 20 18.19 19.75 18.88 19.32L22 22.39L23.39 21L20.31 17.9M16.5 18C15.12 18 14 16.88 14 15.5S15.12 13 16.5 13 19 14.12 19 15.5 17.88 18 16.5 18Z\" /></svg></li><li title=\"credit card search \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-credit-card-search\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.82 11C9.4 13.5 9.4 17.5 11.82 20H4C2.9 20 2 19.11 2 18V6C2 4.89 2.9 4 4 4H20C21.11 4 22 4.89 22 6V12.06C21.74 11.65 21.45 11.26 21.1 10.9C20.76 10.57 20.39 10.27 20 10.03V8H4V11H11.82M23.39 21L22 22.39L18.88 19.32C18.19 19.75 17.37 20 16.5 20C14 20 12 18 12 15.5S14 11 16.5 11 21 13 21 15.5C21 16.38 20.75 17.21 20.31 17.9L23.39 21M19 15.5C19 14.12 17.88 13 16.5 13S14 14.12 14 15.5 15.12 18 16.5 18 19 16.88 19 15.5Z\" /></svg></li><li title=\"credit card settings outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-credit-card-settings-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,8H4V6H20M20,18H4V12H20M20,4H4C2.89,4 2,4.89 2,6V18A2,2 0 0,0 4,20H20A2,2 0 0,0 22,18V6C22,4.89 21.1,4 20,4M7,22H9V24H7V22M11,22H13V24H11V22M15,22H17V24H15V22Z\" /></svg></li><li title=\"credit card settings \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-credit-card-settings\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 4H4A2 2 0 0 0 2 6V18A2 2 0 0 0 4 20H20A2 2 0 0 0 22 18V6A2 2 0 0 0 20 4M20 11H4V8H20M7 22H9V24H7V22M11 22H13V24H11V22M15 22H17V24H15Z\" /></svg></li><li title=\"credit card sync outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-credit-card-sync-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 18V12H16.05C17.05 11.37 18.23 11 19.5 11C20.39 11 21.23 11.18 22 11.5V6C22 4.89 21.1 4 20 4H4C2.89 4 2 4.89 2 6V18C2 19.11 2.9 20 4 20H13.5C13.24 19.38 13.08 18.7 13.03 18H4M4 6H20V8H4V6M23 17.5C23 18.32 22.75 19.08 22.33 19.71L21.24 18.62C21.41 18.28 21.5 17.9 21.5 17.5C21.5 16.12 20.38 15 19 15V16.5L16.75 14.25L19 12V13.5C21.21 13.5 23 15.29 23 17.5M19 18.5L21.25 20.75L19 23V21.5C16.79 21.5 15 19.71 15 17.5C15 16.68 15.25 15.92 15.67 15.29L16.76 16.38C16.59 16.72 16.5 17.1 16.5 17.5C16.5 18.88 17.62 20 19 20V18.5Z\" /></svg></li><li title=\"credit card sync \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-credit-card-sync\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 17.5C13 18.39 13.18 19.23 13.5 20H4C2.9 20 2 19.11 2 18V6C2 4.89 2.9 4 4 4H20C21.11 4 22 4.89 22 6V11.5C21.23 11.18 20.39 11 19.5 11H20V8H4V11H19.5C15.91 11 13 13.91 13 17.5M19 20C17.62 20 16.5 18.88 16.5 17.5C16.5 17.1 16.59 16.72 16.76 16.38L15.67 15.29C15.25 15.92 15 16.68 15 17.5C15 19.71 16.79 21.5 19 21.5V23L21.25 20.75L19 18.5V20M19 13.5V12L16.75 14.25L19 16.5V15C20.38 15 21.5 16.12 21.5 17.5C21.5 17.9 21.41 18.28 21.24 18.62L22.33 19.71C22.75 19.08 23 18.32 23 17.5C23 15.29 21.21 13.5 19 13.5Z\" /></svg></li><li title=\"credit card wireless off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-credit-card-wireless-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2C9.85 2 7.7 2.69 5.9 4.08L7.32 5.5C10.45 3.24 14.84 3.5 17.66 6.33L19.07 4.92C17.12 2.96 14.56 2 12 2M3.28 4L2 5.27L7.73 11H6C4.89 11 4 11.9 4 13V21C4 22.11 4.89 23 6 23H18C18.47 23 18.92 22.84 19.27 22.54L19.73 23L21 21.72M12 6C10.87 6 9.75 6.31 8.77 6.94L10.24 8.41C11.73 7.68 13.58 7.92 14.83 9.16L16.24 7.75C15.07 6.58 13.54 6 12 6M12.82 11L14.82 13H18V15H16.82L20 18.18V13C20 11.9 19.11 11 18 11M6 13H9.73L11.73 15H6M6 17H13.73L17.73 21H6Z\" /></svg></li><li title=\"credit card wireless off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-credit-card-wireless-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2C9.85 2 7.7 2.69 5.9 4.08L7.32 5.5C10.45 3.24 14.84 3.5 17.66 6.33L19.07 4.92C17.12 2.96 14.56 2 12 2M3.28 4L2 5.27L7.73 11H6C4.89 11 4 11.9 4 13V21C4 22.11 4.89 23 6 23H18C18.5 23 18.92 22.82 19.27 22.54L19.73 23L21 21.72M12 6C10.87 6 9.75 6.31 8.77 6.94L10.24 8.41C11.73 7.68 13.58 7.92 14.83 9.16L16.24 7.75C15.07 6.58 13.54 6 12 6M12.82 11L15.82 14H18V16.18L20 18.18V13C20 11.9 19.11 11 18 11M6 14H10.73L13.73 17H6Z\" /></svg></li><li title=\"credit card wireless outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-credit-card-wireless-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18,11H6A2,2 0 0,0 4,13V21A2,2 0 0,0 6,23H18A2,2 0 0,0 20,21V13A2,2 0 0,0 18,11M18,21H6V17H18V21M18,15H6V13H18V15M4.93,4.92L6.34,6.33C9.46,3.2 14.53,3.2 17.66,6.33L19.07,4.92C15.17,1 8.84,1 4.93,4.92M7.76,7.75L9.17,9.16C10.73,7.6 13.26,7.6 14.83,9.16L16.24,7.75C13.9,5.41 10.1,5.41 7.76,7.75Z\" /></svg></li><li title=\"credit card wireless \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-credit-card-wireless\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4.93 4.92L6.34 6.33C9.46 3.2 14.53 3.2 17.66 6.33L19.07 4.92C15.17 1 8.84 1 4.93 4.92M7.76 7.75L9.17 9.16C10.73 7.6 13.26 7.6 14.83 9.16L16.24 7.75C13.9 5.41 10.1 5.41 7.76 7.75M18 11H6C4.89 11 4 11.9 4 13V21C4 22.11 4.89 23 6 23H18C19.11 23 20 22.11 20 21V13C20 11.9 19.11 11 18 11M18 17H6V14H18V17Z\" /></svg></li><li title=\"credit card \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-credit-card\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 4H4A2 2 0 0 0 2 6V18A2 2 0 0 0 4 20H20A2 2 0 0 0 22 18V6A2 2 0 0 0 20 4M20 11H4V8H20Z\" /></svg></li><li title=\"cricket \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cricket\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.34,17.77L15.75,16.36L20,20.58L18.56,22L14.34,17.77M18.5,2A3.5,3.5 0 0,1 22,5.5A3.5,3.5 0 0,1 18.5,9A3.5,3.5 0 0,1 15,5.5A3.5,3.5 0 0,1 18.5,2M2.24,7.11L5.07,4.28C5.46,3.89 6.09,3.89 6.5,4.28L14.97,12.77C15.36,13.16 15.36,13.79 14.97,14.18L12.14,17C11.75,17.4 11.12,17.4 10.72,17L2.24,8.53C1.85,8.13 1.85,7.5 2.24,7.11Z\" /></svg></li><li title=\"crop free \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-crop-free\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,3H15V5H19V9H21V5C21,3.89 20.1,3 19,3M19,19H15V21H19A2,2 0 0,0 21,19V15H19M5,15H3V19A2,2 0 0,0 5,21H9V19H5M3,5V9H5V5H9V3H5A2,2 0 0,0 3,5Z\" /></svg></li><li title=\"crop landscape \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-crop-landscape\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,17H5V7H19M19,5H5A2,2 0 0,0 3,7V17A2,2 0 0,0 5,19H19A2,2 0 0,0 21,17V7C21,5.89 20.1,5 19,5Z\" /></svg></li><li title=\"crop portrait \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-crop-portrait\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,19H7V5H17M17,3H7A2,2 0 0,0 5,5V19A2,2 0 0,0 7,21H17A2,2 0 0,0 19,19V5C19,3.89 18.1,3 17,3Z\" /></svg></li><li title=\"crop rotate \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-crop-rotate\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.47,21.5C4.2,19.93 1.86,16.76 1.5,13H0C0.5,19.16 5.66,24 11.95,24C12.18,24 12.39,24 12.61,23.97L8.8,20.15L7.47,21.5M12.05,0C11.82,0 11.61,0 11.39,0.04L15.2,3.85L16.53,2.5C19.8,4.07 22.14,7.24 22.5,11H24C23.5,4.84 18.34,0 12.05,0M16,14H18V8C18,6.89 17.1,6 16,6H10V8H16V14M8,16V4H6V6H4V8H6V16A2,2 0 0,0 8,18H16V20H18V18H20V16H8Z\" /></svg></li><li title=\"crop square \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-crop-square\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18,18H6V6H18M18,4H6A2,2 0 0,0 4,6V18A2,2 0 0,0 6,20H18A2,2 0 0,0 20,18V6C20,4.89 19.1,4 18,4Z\" /></svg></li><li title=\"crop \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-crop\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7,17V1H5V5H1V7H5V17A2,2 0 0,0 7,19H17V23H19V19H23V17M17,15H19V7C19,5.89 18.1,5 17,5H9V7H17V15Z\" /></svg></li><li title=\"cross bolnisi \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cross-bolnisi\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,7L21.5,6.5C19.93,8 18.47,9.4 16.93,10.18C15.5,10.91 14.44,10.91 13,11C13.09,9.56 13.09,8.5 13.82,7.07C14.6,5.53 16,4.07 17.5,2.5L17,2C15.32,3.23 13.64,3.83 12,3.83C10.36,3.83 8.68,3.23 7,2L6.5,2.5C8,4.07 9.4,5.53 10.18,7.07C10.91,8.5 10.91,9.56 11,11C9.56,10.91 8.5,10.91 7.07,10.18C5.53,9.4 4.06,8 2.5,6.5L2,7C3.23,8.68 3.83,10.36 3.83,12C3.83,13.64 3.23,15.32 2,17L2.5,17.5C4.07,16 5.53,14.6 7.07,13.82C8.5,13.09 9.56,13.09 11,13C10.91,14.44 10.91,15.5 10.18,16.93C9.4,18.47 8,19.93 6.5,21.5L7,22C8.68,20.77 10.36,20.17 12,20.17C13.64,20.17 15.32,20.77 17,22L17.5,21.5C16,19.93 14.6,18.47 13.82,16.93C13.09,15.5 13.09,14.44 13,13C14.44,13.09 15.5,13.09 16.93,13.82C18.47,14.6 19.93,16 21.5,17.5L22,17C20.77,15.32 20.17,13.64 20.17,12C20.17,10.36 20.77,8.68 22,7Z\" /></svg></li><li title=\"cross celtic \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cross-celtic\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17.8,8C17.26,5.89 15.61,4.24 13.5,3.7V2H10.5V3.7C8.39,4.24 6.74,5.89 6.2,8H4V11H6.2C6.74,13.11 8.39,14.76 10.5,15.3V22H13.5V15.3C15.61,14.76 17.26,13.11 17.8,11H19.97V8H17.8M12.04,9.53L14.5,11H15.76C15.35,12.03 14.53,12.84 13.5,13.26V12L12.06,9.56L12,9.5L11.94,9.56L10.5,12V13.26C9.47,12.84 8.66,12.03 8.24,11H9.5L11.96,9.53L12,9.5H11.96L9.5,8H8.24C8.65,6.97 9.47,6.16 10.5,5.74V7L11.94,9.44L12,9.5L12.06,9.44L13.5,7V5.74C14.53,6.16 15.35,6.97 15.76,8H14.5L12.04,9.5H12L12.04,9.53Z\" /></svg></li><li title=\"cross outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cross-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.5,6V1H8.5V6H3V13H8.5V23H15.5V13H21V6H15.5M19,11H13.5V21H10.5V11H5V8H10.5V3H13.5V8H19V11Z\" /></svg></li><li title=\"cross \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cross\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10.5,2H13.5V8H19V11H13.5V22H10.5V11H5V8H10.5V2Z\" /></svg></li><li title=\"crosshairs gps \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-crosshairs-gps\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,8A4,4 0 0,1 16,12A4,4 0 0,1 12,16A4,4 0 0,1 8,12A4,4 0 0,1 12,8M3.05,13H1V11H3.05C3.5,6.83 6.83,3.5 11,3.05V1H13V3.05C17.17,3.5 20.5,6.83 20.95,11H23V13H20.95C20.5,17.17 17.17,20.5 13,20.95V23H11V20.95C6.83,20.5 3.5,17.17 3.05,13M12,5A7,7 0 0,0 5,12A7,7 0 0,0 12,19A7,7 0 0,0 19,12A7,7 0 0,0 12,5Z\" /></svg></li><li title=\"crosshairs off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-crosshairs-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.94 11C20.5 6.83 17.17 3.5 13 3.06V1H11V3.06C9.87 3.18 8.81 3.5 7.84 4.03L9.34 5.53C10.16 5.19 11.06 5 12 5C15.87 5 19 8.13 19 12C19 12.94 18.81 13.84 18.5 14.65L20 16.15C20.5 15.19 20.82 14.13 20.95 13H23V11H20.94M3 4.27L5.04 6.31C3.97 7.62 3.25 9.23 3.06 11H1V13H3.06C3.5 17.17 6.83 20.5 11 20.94V23H13V20.94C14.77 20.74 16.38 20.03 17.69 18.96L19.73 21L21 19.73L4.27 3L3 4.27M16.27 17.54C15.09 18.45 13.61 19 12 19C8.13 19 5 15.87 5 12C5 10.39 5.55 8.91 6.46 7.73L16.27 17.54Z\" /></svg></li><li title=\"crosshairs question \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-crosshairs-question\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3.05 13H1V11H3.05C3.5 6.83 6.83 3.5 11 3.05V1H13V3.05C17.17 3.5 20.5 6.83 20.95 11H23V13H20.95C20.5 17.17 17.17 20.5 13 20.95V23H11V20.95C6.83 20.5 3.5 17.17 3.05 13M12 5C8.13 5 5 8.13 5 12S8.13 19 12 19 19 15.87 19 12 15.87 5 12 5M11.13 17.25H12.88V15.5H11.13V17.25M12 6.75C10.07 6.75 8.5 8.32 8.5 10.25H10.25C10.25 9.28 11.03 8.5 12 8.5S13.75 9.28 13.75 10.25C13.75 12 11.13 11.78 11.13 14.63H12.88C12.88 12.66 15.5 12.44 15.5 10.25C15.5 8.32 13.93 6.75 12 6.75Z\" /></svg></li><li title=\"crosshairs \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-crosshairs\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3.05,13H1V11H3.05C3.5,6.83 6.83,3.5 11,3.05V1H13V3.05C17.17,3.5 20.5,6.83 20.95,11H23V13H20.95C20.5,17.17 17.17,20.5 13,20.95V23H11V20.95C6.83,20.5 3.5,17.17 3.05,13M12,5A7,7 0 0,0 5,12A7,7 0 0,0 12,19A7,7 0 0,0 19,12A7,7 0 0,0 12,5Z\" /></svg></li><li title=\"crowd \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-crowd\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3.69 9.12C3.5 8.93 3.29 8.84 3.04 8.84C2.63 8.84 2.32 9.03 2.12 9.42S1.97 10.18 2.29 10.53C3.47 11.59 4.22 12.34 4.54 12.78C4.95 13.34 5.15 14.16 5.15 15.22C5.15 16.53 5.65 17.5 6.65 18.17C7.21 18.61 7.82 18.94 8.5 19.16L8.5 15.27C8.5 14.33 8.17 13.55 7.54 12.92M16.46 12.97C15.84 13.59 15.5 14.36 15.5 15.27L15.5 19.2C16.46 18.86 17.26 18.33 17.92 17.63C18.57 16.93 18.9 16.16 18.9 15.22C18.9 14.09 19.09 13.28 19.47 12.78C19.56 12.62 19.73 12.42 20 12.17C20.23 11.92 20.47 11.68 20.71 11.46C20.94 11.25 21.17 11.03 21.39 10.81L21.72 10.53C21.91 10.34 22 10.12 22 9.87C22 9.59 21.91 9.34 21.72 9.14C21.53 8.94 21.3 8.84 21 8.84S20.5 8.93 20.31 9.12M12 20C12.69 20 13.36 19.91 14 19.72L14 16.15C14 15.56 13.82 15.1 13.41 14.66C13 14.22 12.53 14 12 14C11.47 14 11 14.2 10.62 14.61C10.22 15 10 15.46 10 16.06L10 19.72C10.64 19.91 11.31 20 12 20M9 8.5C9 9.33 8.33 10 7.5 10S6 9.33 6 8.5 6.67 7 7.5 7 9 7.67 9 8.5M18 8.5C18 9.33 17.33 10 16.5 10C15.67 10 15 9.33 15 8.5S15.67 7 16.5 7C17.33 7 18 7.67 18 8.5M13.5 5.5C13.5 6.33 12.83 7 12 7S10.5 6.33 10.5 5.5 11.17 4 12 4 13.5 4.67 13.5 5.5M13.5 11C13.5 11.83 12.83 12.5 12 12.5S10.5 11.83 10.5 11 11.17 9.5 12 9.5 13.5 10.17 13.5 11Z\" /></svg></li><li title=\"crown circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-crown-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2C6.47 2 2 6.5 2 12C2 17.5 6.5 22 12 22S22 17.5 22 12 17.5 2 12 2M12 20C7.58 20 4 16.42 4 12C4 7.58 7.58 4 12 4S20 7.58 20 12C20 16.42 16.42 20 12 20M8 14L7 8L10 10L12 7L14 10L17 8L16 14H8M8.56 16C8.22 16 8 15.78 8 15.44V15H16V15.44C16 15.78 15.78 16 15.44 16H8.56Z\" /></svg></li><li title=\"crown circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-crown-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2C6.47 2 2 6.5 2 12C2 17.5 6.5 22 12 22S22 17.5 22 12 17.5 2 12 2M16 15.44C16 15.78 15.78 16 15.44 16H8.56C8.22 16 8 15.78 8 15.44V15H16V15.44M16 14H8L7 8L10 10L12 7L14 10L17 8L16 14Z\" /></svg></li><li title=\"crown outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-crown-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 8L15 13.2L18 10.5L17.3 14H6.7L6 10.5L9 13.2L12 8M12 4L8.5 10L3 5L5 16H19L21 5L15.5 10L12 4M19 18H5V19C5 19.6 5.4 20 6 20H18C18.6 20 19 19.6 19 19V18Z\" /></svg></li><li title=\"crown \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-crown\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5 16L3 5L8.5 10L12 4L15.5 10L21 5L19 16H5M19 19C19 19.6 18.6 20 18 20H6C5.4 20 5 19.6 5 19V18H19V19Z\" /></svg></li><li title=\"cryengine \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cryengine\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23.03,12.4M23.03,12.5V12.5C23,13 20.91,15.23 17.82,16.24C14.05,17.5 7.97,17.03 7.97,12.3C7.97,10.08 9.78,8.27 12,8.27C14.25,8.27 16.05,10.09 16.05,12.31C16.05,13.39 15.58,14.44 14.87,15.18C15.54,15.17 17.94,15 20.21,13.12C20.46,12.88 20.62,12.68 20.69,12.55C20.71,12.5 20.74,12.46 20.73,12.4C20.73,11.92 18.12,8.19 12.72,7.12C19.22,7.46 23,11.32 23.03,12.4V12.5H23.03M12,10C10.74,10 9.71,11.04 9.71,12.3C9.71,13.57 10.74,14.59 12,14.59C13.27,14.59 14.29,13.57 14.29,12.3C14.29,11.04 13.27,10 12,10M3.31,12.34C3.31,12.34 3.31,12.31 3.31,12.42V12.42C3.41,12.94 4.82,15.41 10.28,16.88C3.96,16.37 1.12,13.28 1.04,12.42H1.03C1.03,12.31 1.03,12.36 1.03,12.35C1.03,11.5 4.96,7.58 10.92,7.15C6.14,8.26 3.31,11.87 3.31,12.34V12.34Z\" /></svg></li><li title=\"crystal ball \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-crystal-ball\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9.38,8.38L11.5,9.34L13.62,8.38L12.66,10.5L13.62,12.62L11.5,11.66L9.38,12.62L10.34,10.5L9.38,8.38M16.5,2.5L17.59,5.41L20.5,6.5L17.59,7.59L16.5,10.5L15.41,7.59L12.5,6.5L15.41,5.41L16.5,2.5M6,19H7V18A1,1 0 0,1 8,17H8.26C6,15.7 4.5,13.28 4.5,10.5A7.5,7.5 0 0,1 12,3C13.05,3 14.05,3.22 14.96,3.61L14.59,4.59L13.17,5.12C12.79,5.04 12.4,5 12,5A5.5,5.5 0 0,0 6.5,10.5A5.5,5.5 0 0,0 12,16C14.91,16 17.3,13.73 17.5,10.87L18.41,8.41L19.12,8.14C19.37,8.88 19.5,9.68 19.5,10.5C19.5,13.28 18,15.7 15.74,17H16A1,1 0 0,1 17,18V19H18A2,2 0 0,1 20,21V22H4V21A2,2 0 0,1 6,19Z\" /></svg></li><li title=\"cube off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cube-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.11 21.46L2.39 1.73L1.11 3L4.3 6.19L3.53 6.62C3.21 6.79 3 7.12 3 7.5V16.5C3 16.88 3.21 17.21 3.53 17.38L11.43 21.82C11.59 21.94 11.79 22 12 22S12.41 21.94 12.57 21.82L17.28 19.17L20.84 22.73L22.11 21.46M5 15.91V9.21L10.29 12.18L11 12.89V19.29L5 15.91M13 19.29V14.89L15.82 17.7L13 19.29M9 5.82L7.56 4.36L11.43 2.18C11.59 2.06 11.79 2 12 2S12.41 2.06 12.57 2.18L20.47 6.62C20.79 6.79 21 7.12 21 7.5V16.5C21 16.85 20.82 17.16 20.53 17.33L19 15.8V9.21L14.78 11.58L13.31 10.11L17.96 7.5L12 4.15L9 5.82Z\" /></svg></li><li title=\"cube off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cube-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.84 22.73L17.28 19.17L12.57 21.82C12.41 21.94 12.21 22 12 22S11.59 21.94 11.43 21.82L3.53 17.38C3.21 17.21 3 16.88 3 16.5V7.5C3 7.12 3.21 6.79 3.53 6.62L4.3 6.19L1.11 3L2.39 1.73L22.11 21.46L20.84 22.73M12 4.15L17.96 7.5L13.31 10.11L20.53 17.33C20.82 17.16 21 16.85 21 16.5V7.5C21 7.12 20.79 6.79 20.47 6.62L12.57 2.18C12.41 2.06 12.21 2 12 2S11.59 2.06 11.43 2.18L7.56 4.36L9 5.82L12 4.15Z\" /></svg></li><li title=\"cube outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cube-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,16.5C21,16.88 20.79,17.21 20.47,17.38L12.57,21.82C12.41,21.94 12.21,22 12,22C11.79,22 11.59,21.94 11.43,21.82L3.53,17.38C3.21,17.21 3,16.88 3,16.5V7.5C3,7.12 3.21,6.79 3.53,6.62L11.43,2.18C11.59,2.06 11.79,2 12,2C12.21,2 12.41,2.06 12.57,2.18L20.47,6.62C20.79,6.79 21,7.12 21,7.5V16.5M12,4.15L6.04,7.5L12,10.85L17.96,7.5L12,4.15M5,15.91L11,19.29V12.58L5,9.21V15.91M19,15.91V9.21L13,12.58V19.29L19,15.91Z\" /></svg></li><li title=\"cube scan \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cube-scan\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,22V20H20V17H22V20.5C22,20.89 21.84,21.24 21.54,21.54C21.24,21.84 20.89,22 20.5,22H17M7,22H3.5C3.11,22 2.76,21.84 2.46,21.54C2.16,21.24 2,20.89 2,20.5V17H4V20H7V22M17,2H20.5C20.89,2 21.24,2.16 21.54,2.46C21.84,2.76 22,3.11 22,3.5V7H20V4H17V2M7,2V4H4V7H2V3.5C2,3.11 2.16,2.76 2.46,2.46C2.76,2.16 3.11,2 3.5,2H7M13,17.25L17,14.95V10.36L13,12.66V17.25M12,10.92L16,8.63L12,6.28L8,8.63L12,10.92M7,14.95L11,17.25V12.66L7,10.36V14.95M18.23,7.59C18.73,7.91 19,8.34 19,8.91V15.23C19,15.8 18.73,16.23 18.23,16.55L12.75,19.73C12.25,20.05 11.75,20.05 11.25,19.73L5.77,16.55C5.27,16.23 5,15.8 5,15.23V8.91C5,8.34 5.27,7.91 5.77,7.59L11.25,4.41C11.5,4.28 11.75,4.22 12,4.22C12.25,4.22 12.5,4.28 12.75,4.41L18.23,7.59Z\" /></svg></li><li title=\"cube send \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cube-send\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,4L9,8.04V15.96L16,20L23,15.96V8.04M16,6.31L19.8,8.5L16,10.69L12.21,8.5M0,7V9H7V7M11,10.11L15,12.42V17.11L11,14.81M21,10.11V14.81L17,17.11V12.42M2,11V13H7V11M4,15V17H7V15\" /></svg></li><li title=\"cube unfolded \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cube-unfolded\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,9V4H13V9H23V16H18V21H11V16H1V9H6M16,16H13V19H16V16M8,9H11V6H8V9M6,14V11H3V14H6M18,11V14H21V11H18M13,11V14H16V11H13M8,11V14H11V11H8Z\" /></svg></li><li title=\"cube \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cube\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,16.5C21,16.88 20.79,17.21 20.47,17.38L12.57,21.82C12.41,21.94 12.21,22 12,22C11.79,22 11.59,21.94 11.43,21.82L3.53,17.38C3.21,17.21 3,16.88 3,16.5V7.5C3,7.12 3.21,6.79 3.53,6.62L11.43,2.18C11.59,2.06 11.79,2 12,2C12.21,2 12.41,2.06 12.57,2.18L20.47,6.62C20.79,6.79 21,7.12 21,7.5V16.5M12,4.15L6.04,7.5L12,10.85L17.96,7.5L12,4.15Z\" /></svg></li><li title=\"cup off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cup-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3.83 2L5.83 4H18.78L17.5 15.66L19.3 17.5L21 2M2.27 3L1 4.27L3.53 6.8L5 20.23C5.13 21.23 5.97 22 7 22H17C17.47 22 17.91 21.82 18.26 21.54L19.73 23L21 21.73M5.78 9.06L16.73 20H7Z\" /></svg></li><li title=\"cup off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cup-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M1,4.27L2.28,3L21,21.72L19.73,23L18.27,21.54C17.93,21.83 17.5,22 17,22H7C5.97,22 5.13,21.23 5,20.23L3.53,6.8L1,4.27M18.32,8L18.77,4H5.82L3.82,2H21L19.29,17.47L9.82,8H18.32Z\" /></svg></li><li title=\"cup outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cup-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 2L5 20.23C5.13 21.23 5.97 22 7 22H17C18 22 18.87 21.23 19 20.23L21 2H3M5.22 4H18.78L17 20H7L5.22 4Z\" /></svg></li><li title=\"cup water \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cup-water\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.32,8H5.67L5.23,4H18.77M12,19A3,3 0 0,1 9,16C9,14 12,10.6 12,10.6C12,10.6 15,14 15,16A3,3 0 0,1 12,19M3,2L5,20.23C5.13,21.23 5.97,22 7,22H17C18,22 18.87,21.23 19,20.23L21,2H3Z\" /></svg></li><li title=\"cup \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cup\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.32,8H5.67L5.23,4H18.77M3,2L5,20.23C5.13,21.23 5.97,22 7,22H17C18,22 18.87,21.23 19,20.23L21,2H3Z\" /></svg></li><li title=\"cupboard outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cupboard-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7 2C5.9 2 5 2.9 5 4V19C5 20.11 5.9 21 7 21V22H9V21H15V22H17V21C18.11 21 19 20.11 19 19V4C19 2.9 18.11 2 17 2H7M7 4H17V7H7V4M7 9H17V12H7V9M7 14H11V19H7V14M13 14H17V19H13V14M8 15V18H10V15H8M14 15V18H16V15H14Z\" /></svg></li><li title=\"cupboard \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cupboard\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17 2H7C5.9 2 5 2.9 5 4V19C5 20.11 5.9 21 7 21V22H9V21H15V22H17V21C18.11 21 19 20.11 19 19V4C19 2.9 18.11 2 17 2M10 18H8V15H10V18M16 18H14V15H16V18M17 12H7V9H17V12M17 7H7V4H17V7Z\" /></svg></li><li title=\"cupcake \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cupcake\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,1.5A2.5,2.5 0 0,1 14.5,4A2.5,2.5 0 0,1 12,6.5A2.5,2.5 0 0,1 9.5,4A2.5,2.5 0 0,1 12,1.5M15.87,5C18,5 20,7 20,9C22.7,9 22.7,13 20,13H4C1.3,13 1.3,9 4,9C4,7 6,5 8.13,5C8.57,6.73 10.14,8 12,8C13.86,8 15.43,6.73 15.87,5M5,15H8L9,22H7L5,15M10,15H14L13,22H11L10,15M16,15H19L17,22H15L16,15Z\" /></svg></li><li title=\"curling \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-curling\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,3V5C12.5,5 13.9,5.05 14.72,5.41C15.26,5.65 15.73,6.21 16.25,7H5V9H19.62L18.89,7.55C17.86,5.5 16.96,4.22 15.53,3.59C14.1,2.95 12.5,3 10,3M6,11C3.78,11 2,12.78 2,15V18C2,20.22 3.78,22 6,22H18C20.22,22 22,20.22 22,18V15C22,12.78 20.22,11 18,11H6Z\" /></svg></li><li title=\"currency bdt \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-currency-bdt\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.09,10.5V9H9.59V4.5A1.5,1.5 0 0,0 8.09,3A1.5,1.5 0 0,0 6.59,4.5A1.5,1.5 0 0,0 8.09,6V9H5.09V10.5H8.09V16.7C8.09,19.06 10,20.97 12.34,21C14.68,20.96 16.54,19.04 16.5,16.7C16.5,15.11 15.75,13.61 14.5,12.62C14.28,12.44 14.05,12.28 13.8,12.15C13.58,12.05 13.34,12 13.1,12C12.39,12 11.74,12.39 11.39,13C11.2,13.3 11.1,13.65 11.1,14C11.11,15.1 12,16 13.11,16C13.73,16 14.31,15.69 14.69,15.2C14.9,15.67 15,16.18 15,16.7C15.04,18.2 13.86,19.45 12.34,19.5C10.81,19.5 9.58,18.23 9.59,16.7V10.5H18.09Z\" /></svg></li><li title=\"currency brl \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-currency-brl\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,15H14C14,16.08 15.37,17 17,17C18.63,17 20,16.08 20,15C20,13.9 18.96,13.5 16.76,12.97C14.64,12.44 12,11.78 12,9C12,7.21 13.47,5.69 15.5,5.18V3H18.5V5.18C20.53,5.69 22,7.21 22,9H20C20,7.92 18.63,7 17,7C15.37,7 14,7.92 14,9C14,10.1 15.04,10.5 17.24,11.03C19.36,11.56 22,12.22 22,15C22,16.79 20.53,18.31 18.5,18.82V21H15.5V18.82C13.47,18.31 12,16.79 12,15M2,3H5.5A5.5,5.5 0 0,1 11,8.5C11,10.69 9.71,12.59 7.86,13.47L11.64,21H9.4L5.88,14H5.5L4,14V21H2V3M5.5,12A3.5,3.5 0 0,0 9,8.5A3.5,3.5 0 0,0 5.5,5H4V12H5.5Z\" /></svg></li><li title=\"currency btc \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-currency-btc\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,4H8V2H10V4H12V2H14V4.03C16.25,4.28 18,6.18 18,8.5C18,9.8 17.45,11 16.56,11.8C17.73,12.61 18.5,13.97 18.5,15.5C18.5,18 16.5,20 14,20V22H12V20H10V22H8V20H6L6.5,18H8V6H6V4M10,13V18H14A2.5,2.5 0 0,0 16.5,15.5A2.5,2.5 0 0,0 14,13H10M10,6V11H13.5A2.5,2.5 0 0,0 16,8.5A2.5,2.5 0 0,0 13.5,6H13.5L10,6Z\" /></svg></li><li title=\"currency cny \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-currency-cny\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,21V16H6V14H11V13.71L10.16,12H6V10H9.19L5.77,3H8L12,11.2L16,3H18.23L14.81,10H18V12H13.84L13,13.71V14H18V16H13V21H11Z\" /></svg></li><li title=\"currency eth \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-currency-eth\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,5H18V7H6M7,11H17V13H7M5.5,17H18.5V19H5.5\" /></svg></li><li title=\"currency eur off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-currency-eur-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.11 21.46L2.39 1.73L1.11 3L6.69 8.58C6.63 8.72 6.55 8.85 6.5 9H2L3 11H6.03C6 11.2 6 11.53 6 12S6 12.8 6.03 13H2L3 15H6.5C7.13 16.75 8.21 18.19 9.76 19.31S13.05 21 15 21C15.92 21 17 20.77 18.17 20.32C18.24 20.3 18.29 20.27 18.35 20.24L20.84 22.73L22.11 21.46M8.56 13C8.5 12.55 8.47 12.22 8.47 12S8.5 11.45 8.56 11H9.13L11.1 13H8.56M15 18.5C13.89 18.5 12.78 18.17 11.66 17.5S9.72 15.97 9.22 15H13.11L16.45 18.34C16 18.45 15.5 18.5 15 18.5M15 9L15.97 11H14.22L12.2 9H15M10.55 7.35L8.74 5.54C9.06 5.24 9.39 4.95 9.76 4.69C11.31 3.56 13.05 3 15 3C17.3 3 19.3 3.77 21 5.3L19.2 7.08C18 6 16.58 5.5 15 5.5C13.89 5.5 12.78 5.83 11.66 6.5C11.24 6.77 10.88 7.05 10.55 7.35Z\" /></svg></li><li title=\"currency eur \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-currency-eur\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15 5.5C16.58 5.5 18 6 19.2 7.08L21 5.3C19.3 3.77 17.3 3 15 3C13.05 3 11.3 3.56 9.76 4.69S7.13 7.25 6.5 9H2L3 11H6.03C6 11.2 6 11.53 6 12S6 12.8 6.03 13H2L3 15H6.5C7.13 16.75 8.21 18.19 9.76 19.31S13.05 21 15 21C15.92 21 17 20.77 18.17 20.32S20.3 19.33 21 18.7L19.2 16.92C18 18 16.58 18.5 15 18.5C13.89 18.5 12.78 18.17 11.66 17.5S9.72 15.97 9.22 15H15.97L15 13H8.56C8.5 12.55 8.47 12.22 8.47 12C8.47 11.78 8.5 11.45 8.56 11H15.97L15 9H9.22C9.72 8.03 10.53 7.2 11.66 6.5S13.89 5.5 15 5.5Z\" /></svg></li><li title=\"currency gbp \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-currency-gbp\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,21V19C10,17 9.5,13 9.5,13H7V11H9.5C8.5,6.5 10,3 14,3C16,3 17,3.5 17,3.5V5.5C11,3.5 11,8 11.5,11H16V13H11.5C11.5,13 12,17 9.5,19H18V21H6Z\" /></svg></li><li title=\"currency ils \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-currency-ils\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,16A5,5 0 0,1 17,21H8V9H10V19H17A3,3 0 0,0 20,16V3H22V16M16,8V15H14V8A3,3 0 0,0 11,5H4V21H2V3H11A5,5 0 0,1 16,8Z\" /></svg></li><li title=\"currency inr \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-currency-inr\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8,3H18L17,5H13.74C14.22,5.58 14.58,6.26 14.79,7H18L17,9H15C14.75,11.57 12.74,13.63 10.2,13.96V14H9.5L15.5,21H13L7,14V12H9.5V12C11.26,12 12.72,10.7 12.96,9H7L8,7H12.66C12.1,5.82 10.9,5 9.5,5H7L8,3Z\" /></svg></li><li title=\"currency jpy \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-currency-jpy\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,21V16H6V14H11V13.71L10.16,12H6V10H9.19L5.77,3H8L12,11.2L16,3H18.23L14.81,10H18V12H13.84L13,13.71V14H18V16H13V21H11Z\" /></svg></li><li title=\"currency krw \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-currency-krw\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,3H4L5.33,9H9.33L10.67,3H13.33L14.67,9H18.67L20,3H22L20.67,9H22V11H20.22L19.78,13H22V15H19.33L18,21H15.33L14,15H10L8.67,21H6L4.67,15H2V13H4.22L3.78,11H2V9H3.33L2,3M13.11,11H10.89L10.44,13H13.56L13.11,11M7.33,18L8,15H6.67L7.33,18M8.89,11H5.78L6.22,13H8.44L8.89,11M16.67,18L17.33,15H16L16.67,18M18.22,11H15.11L15.56,13H17.78L18.22,11M12,6L11.33,9H12.67L12,6Z\" /></svg></li><li title=\"currency kzt \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-currency-kzt\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,3H19V5H5V3M5,6H19V8H13V21H11V8H5V6Z\" /></svg></li><li title=\"currency mnt \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-currency-mnt\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 5V8.62L17 7.17V9.29L13 10.74V12.5L17 11.07V13.2L13 14.65V21H11V15.38L7 16.84V14.71L11 13.24V11.47L7 12.92V10.8L11 9.35V5H5V3H19V5H13Z\" /></svg></li><li title=\"currency ngn \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-currency-ngn\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,9H6V3H8L11.42,9H16V3H18V9H20V11H18V13H20V15H18V21H16L12.57,15H8V21H6V15H4V13H6V11H4V9M8,9H9.13L8,7.03V9M8,11V13H11.42L10.28,11H8M16,17V15H14.85L16,17M12.56,11L13.71,13H16V11H12.56Z\" /></svg></li><li title=\"currency php \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-currency-php\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,2V6H3V8H5V10H3V12H5V22H7V16H13C15.7,16 18.16,14.44 19.32,12H22V10H19.92C20.03,9.34 20.03,8.66 19.92,8H22V6H19.32C18.16,3.56 15.7,2 13,2M7,4H13C14.57,4 16.06,4.74 17,6H7V4M13,14H7V12H17C16.06,13.26 14.57,14 13,14M18,9C18,9.34 17.96,9.67 17.9,10H7V8H17.9C17.96,8.33 18,8.66 18,9Z\" /></svg></li><li title=\"currency rial \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-currency-rial\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,17H13V19H11V17M14,17H16V19H14V17M9,4H11V15A4,4 0 0,1 7,19H5A3,3 0 0,1 2,16V12H4V16A1,1 0 0,0 5,17H7C8.11,17 9,16.11 9,15V4M12,4H14V13H17V8H19V13C19,14.11 18.11,15 17,15H14C12.89,15 12,14.11 12,13V4M20,10H22V17A3,3 0 0,1 19,20H17V18H19A1,1 0 0,0 20,17V10Z\" /></svg></li><li title=\"currency rub \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-currency-rub\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,10H7V3H14.5C17,3 19,5 19,7.5C19,10 17,12 14.5,12H9V14H15V16H9V21H7V16H6V14H7V12H6V10M14.5,5H9V10H14.5A2.5,2.5 0 0,0 17,7.5A2.5,2.5 0 0,0 14.5,5Z\" /></svg></li><li title=\"currency rupee \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-currency-rupee\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 3H6.5C9.54 3 12 5.46 12 8.5C12 10.69 10.71 12.59 8.86 13.47L12.64 21H10.4L6.88 14H5V21H3V3M6.5 12C8.43 12 10 10.43 10 8.5S8.43 5 6.5 5H5V12H6.5M20.78 17.37C20.64 17.09 20.43 16.84 20.15 16.63C19.87 16.42 19.54 16.24 19.14 16.1C18.74 15.96 18.29 15.83 17.79 15.72C17.44 15.65 17.15 15.57 16.92 15.5C16.69 15.41 16.5 15.33 16.37 15.24C16.23 15.15 16.14 15.05 16.09 14.94C16.04 14.83 16 14.7 16 14.55C16 14.41 16.04 14.27 16.1 14.14C16.16 14 16.25 13.89 16.37 13.8C16.5 13.7 16.64 13.62 16.82 13.56C17 13.5 17.22 13.47 17.46 13.47C17.71 13.47 17.93 13.5 18.12 13.58C18.31 13.65 18.47 13.75 18.6 13.87C18.73 14 18.82 14.13 18.89 14.29C18.95 14.45 19 14.61 19 14.78H20.94C20.94 14.39 20.86 14.03 20.7 13.69C20.54 13.35 20.31 13.06 20 12.81C19.71 12.56 19.35 12.37 18.92 12.22C18.5 12.07 18 12 17.46 12C16.95 12 16.5 12.07 16.07 12.21C15.66 12.35 15.3 12.54 15 12.78C14.72 13 14.5 13.3 14.34 13.62S14.11 14.27 14.11 14.63C14.11 15 14.19 15.32 14.34 15.59C14.5 15.87 14.7 16.11 15 16.32C15.25 16.53 15.58 16.7 15.96 16.85C16.34 17 16.77 17.11 17.23 17.21C17.62 17.29 17.94 17.38 18.18 17.47S18.61 17.66 18.75 17.76C18.88 17.86 18.97 18 19 18.1C19.07 18.22 19.09 18.35 19.09 18.5C19.09 18.81 18.96 19.06 18.69 19.26C18.42 19.46 18.03 19.55 17.5 19.55C17.3 19.55 17.09 19.53 16.88 19.47C16.67 19.42 16.5 19.34 16.32 19.23C16.15 19.12 16 18.97 15.91 18.79C15.8 18.61 15.74 18.38 15.73 18.12H13.84C13.84 18.5 13.92 18.83 14.08 19.17C14.24 19.5 14.47 19.82 14.78 20.1C15.09 20.37 15.47 20.59 15.93 20.76C16.39 20.93 16.91 21 17.5 21C18.04 21 18.5 20.95 18.95 20.82C19.38 20.69 19.75 20.5 20.06 20.28C20.37 20.05 20.6 19.77 20.77 19.45C20.94 19.13 21 18.78 21 18.39S20.93 17.65 20.78 17.37\" /></svg></li><li title=\"currency sign \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-currency-sign\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4.41 3L3 4.41L5.69 7.1C4.63 8.46 4 10.15 4 12C4 13.85 4.63 15.55 5.69 16.9L3 19.59L4.41 21L7.1 18.31C8.46 19.37 10.15 20 12 20C13.85 20 15.55 19.37 16.9 18.31L19.59 21L21 19.59L18.31 16.9C19.37 15.54 20 13.85 20 12C20 10.15 19.37 8.45 18.31 7.1L21 4.41L19.59 3L16.9 5.69C15.54 4.63 13.85 4 12 4C10.15 4 8.45 4.63 7.1 5.69L4.41 3M12 6C15.31 6 18 8.69 18 12C18 15.31 15.31 18 12 18C8.69 18 6 15.31 6 12C6 8.69 8.69 6 12 6Z\" /></svg></li><li title=\"currency try \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-currency-try\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,12A9,9 0 0,1 10,21H8V12.77L5,13.87V11.74L8,10.64V8.87L5,9.96V7.84L8,6.74V3H10V6L15,4.2V6.32L10,8.14V9.92L15,8.1V10.23L10,12.05V19A7,7 0 0,0 17,12H19Z\" /></svg></li><li title=\"currency twd \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-currency-twd\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,11H21V13H15V19H21V21H15A2,2 0 0,1 13,19V13H10.35L5.73,21L4,20L8.04,13H3V11M5,3H19V5H5V3Z\" /></svg></li><li title=\"currency usd off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-currency-usd-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,4.27L4.28,3L21,19.72L19.73,21L16.06,17.33C15.44,18 14.54,18.55 13.5,18.82V21H10.5V18.82C8.47,18.31 7,16.79 7,15H9C9,16.08 10.37,17 12,17C13.13,17 14.14,16.56 14.65,15.92L11.68,12.95C9.58,12.42 7,11.75 7,9C7,8.77 7,8.55 7.07,8.34L3,4.27M10.5,5.18V3H13.5V5.18C15.53,5.69 17,7.21 17,9H15C15,7.92 13.63,7 12,7C11.63,7 11.28,7.05 10.95,7.13L9.4,5.58L10.5,5.18Z\" /></svg></li><li title=\"currency usd \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-currency-usd\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7,15H9C9,16.08 10.37,17 12,17C13.63,17 15,16.08 15,15C15,13.9 13.96,13.5 11.76,12.97C9.64,12.44 7,11.78 7,9C7,7.21 8.47,5.69 10.5,5.18V3H13.5V5.18C15.53,5.69 17,7.21 17,9H15C15,7.92 13.63,7 12,7C10.37,7 9,7.92 9,9C9,10.1 10.04,10.5 12.24,11.03C14.36,11.56 17,12.22 17,15C17,16.79 15.53,18.31 13.5,18.82V21H10.5V18.82C8.47,18.31 7,16.79 7,15Z\" /></svg></li><li title=\"current ac \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-current-ac\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12.43 11C12.28 10.84 10 7 7 7S2.32 10.18 2 11V13H11.57C11.72 13.16 14 17 17 17S21.68 13.82 22 13V11H12.43M7 9C8.17 9 9.18 9.85 10 11H4.31C4.78 10.17 5.54 9 7 9M17 15C15.83 15 14.82 14.15 14 13H19.69C19.22 13.83 18.46 15 17 15Z\" /></svg></li><li title=\"current dc \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-current-dc\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,9V11H22V9H2M2,13V15H7V13H2M9,13V15H15V13H9M17,13V15H22V13H17Z\" /></svg></li><li title=\"cursor default click outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cursor-default-click-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.5,11L17.88,16.37L17,16.55L16.36,16.67C15.73,16.8 15.37,17.5 15.65,18.07L15.92,18.65L17.28,21.59L15.86,22.25L14.5,19.32L14.24,18.74C13.97,18.15 13.22,17.97 12.72,18.38L12.21,18.78L11.5,19.35V11M10.76,8.69A0.76,0.76 0 0,0 10,9.45V20.9C10,21.32 10.34,21.66 10.76,21.66C10.95,21.66 11.11,21.6 11.24,21.5L13.15,19.95L14.81,23.57C14.94,23.84 15.21,24 15.5,24C15.61,24 15.72,24 15.83,23.92L18.59,22.64C18.97,22.46 19.15,22 18.95,21.63L17.28,18L19.69,17.55C19.85,17.5 20,17.43 20.12,17.29C20.39,16.97 20.35,16.5 20,16.21L11.26,8.86L11.25,8.87C11.12,8.76 10.95,8.69 10.76,8.69M15,10V8H20V10H15M13.83,4.76L16.66,1.93L18.07,3.34L15.24,6.17L13.83,4.76M10,0H12V5H10V0M3.93,14.66L6.76,11.83L8.17,13.24L5.34,16.07L3.93,14.66M3.93,3.34L5.34,1.93L8.17,4.76L6.76,6.17L3.93,3.34M7,10H2V8H7V10\" /></svg></li><li title=\"cursor default click \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cursor-default-click\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10.76,8.69A0.76,0.76 0 0,0 10,9.45V20.9C10,21.32 10.34,21.66 10.76,21.66C10.95,21.66 11.11,21.6 11.24,21.5L13.15,19.95L14.81,23.57C14.94,23.84 15.21,24 15.5,24C15.61,24 15.72,24 15.83,23.92L18.59,22.64C18.97,22.46 19.15,22 18.95,21.63L17.28,18L19.69,17.55C19.85,17.5 20,17.43 20.12,17.29C20.39,16.97 20.35,16.5 20,16.21L11.26,8.86L11.25,8.87C11.12,8.76 10.95,8.69 10.76,8.69M15,10V8H20V10H15M13.83,4.76L16.66,1.93L18.07,3.34L15.24,6.17L13.83,4.76M10,0H12V5H10V0M3.93,14.66L6.76,11.83L8.17,13.24L5.34,16.07L3.93,14.66M3.93,3.34L5.34,1.93L8.17,4.76L6.76,6.17L3.93,3.34M7,10H2V8H7V10\" /></svg></li><li title=\"cursor default gesture outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cursor-default-gesture-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.5 10.54L20.37 13.83L18.5 14.18L19.29 15.92L20.22 17.96L19.72 18.19L18.81 16.2L18 14.43L16.5 15.66V10.54M15.59 8C15.26 8 15 8.27 15 8.6V17.57C15 17.9 15.26 18.17 15.59 18.17C15.74 18.17 15.86 18.12 15.96 18.04L17.45 16.83L18.74 19.66C18.84 19.88 19.05 20 19.27 20C19.36 20 19.44 20 19.53 19.94L21.67 18.93C21.97 18.79 22.11 18.43 21.95 18.14L20.66 15.3L22.53 14.94C22.65 14.91 22.77 14.85 22.86 14.74C23.07 14.5 23.04 14.12 22.77 13.89L16 8.13C15.88 8.05 15.74 8 15.59 8M12.5 6.73C12.72 6.66 13.17 7.19 13.59 7.76L15 6.71C14.87 6.5 14.69 6.25 14.47 5.96C14.31 5.75 13.59 4.93 12.66 4.8C12.04 4.72 10.81 5.06 10.6 6.61C10.47 7.58 10.76 8.19 11.21 9.08C11.46 9.6 12.04 10.96 12.18 11.78C12.33 12.59 12.06 13.16 11.74 13.12C11.44 13.08 11.2 12.65 11.03 12.41C10.89 12.22 10 10.82 9.67 10.23C9.22 9.5 8.04 7.96 6.44 7.74C4.35 7.46 3.44 9.2 3.18 10.36L1 10.06V11.88L2.93 12.15C2.75 15.6 4.5 16.82 5.67 17C6.92 17.15 8.08 16.28 8.24 15.06C8.41 13.84 7.56 11.5 4.96 10.69C5.1 10.15 5.21 9.43 6.36 9.59C7.26 9.71 8.21 11.26 8.93 12.44C9.58 13.53 10.1 14.39 10.83 14.72C11.45 15 12.16 14.97 12.73 14.65C13.42 14.26 13.86 13.55 14 12.63C14.22 10.9 12.7 8.17 12.57 7.84C12.4 7.46 12.12 6.82 12.5 6.73M6.5 14.78C6.43 15.11 6.1 15.25 5.88 15.22C5.38 15.16 4.66 14.5 4.71 12.53C6.17 13.13 6.53 14.35 6.5 14.78Z\" /></svg></li><li title=\"cursor default gesture \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cursor-default-gesture\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.59 8C15.26 8 15 8.27 15 8.6V17.57C15 17.9 15.26 18.17 15.59 18.17C15.74 18.17 15.86 18.12 15.96 18.04L17.45 16.83L18.74 19.66C18.84 19.88 19.05 20 19.27 20C19.36 20 19.44 20 19.53 19.94L21.67 18.93C21.97 18.79 22.11 18.43 21.95 18.14L20.66 15.3L22.53 14.94C22.65 14.91 22.77 14.85 22.86 14.74C23.07 14.5 23.04 14.12 22.77 13.89L16 8.13C15.88 8.05 15.74 8 15.59 8M12.5 6.73C12.72 6.66 13.17 7.19 13.59 7.76L15 6.71C14.87 6.5 14.69 6.25 14.47 5.96C14.31 5.75 13.59 4.93 12.66 4.8C12.04 4.72 10.81 5.06 10.6 6.61C10.47 7.58 10.76 8.19 11.21 9.08C11.46 9.6 12.04 10.96 12.18 11.78C12.33 12.59 12.06 13.16 11.74 13.12C11.44 13.08 11.2 12.65 11.03 12.41C10.89 12.22 10 10.82 9.67 10.23C9.22 9.5 8.04 7.96 6.44 7.74C4.35 7.46 3.44 9.2 3.18 10.36L1 10.06V11.88L2.93 12.15C2.75 15.6 4.5 16.82 5.67 17C6.92 17.15 8.08 16.28 8.24 15.06C8.41 13.84 7.56 11.5 4.96 10.69C5.1 10.15 5.21 9.43 6.36 9.59C7.26 9.71 8.21 11.26 8.93 12.44C9.58 13.53 10.1 14.39 10.83 14.72C11.45 15 12.16 14.97 12.73 14.65C13.42 14.26 13.86 13.55 14 12.63C14.22 10.9 12.7 8.17 12.57 7.84C12.4 7.46 12.12 6.82 12.5 6.73M6.5 14.78C6.43 15.11 6.1 15.25 5.88 15.22C5.38 15.16 4.66 14.5 4.71 12.53C6.17 13.13 6.53 14.35 6.5 14.78Z\" /></svg></li><li title=\"cursor default outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cursor-default-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10.07,14.27C10.57,14.03 11.16,14.25 11.4,14.75L13.7,19.74L15.5,18.89L13.19,13.91C12.95,13.41 13.17,12.81 13.67,12.58L13.95,12.5L16.25,12.05L8,5.12V15.9L9.82,14.43L10.07,14.27M13.64,21.97C13.14,22.21 12.54,22 12.31,21.5L10.13,16.76L7.62,18.78C7.45,18.92 7.24,19 7,19A1,1 0 0,1 6,18V3A1,1 0 0,1 7,2C7.24,2 7.47,2.09 7.64,2.23L7.65,2.22L19.14,11.86C19.57,12.22 19.62,12.85 19.27,13.27C19.12,13.45 18.91,13.57 18.7,13.61L15.54,14.23L17.74,18.96C18,19.46 17.76,20.05 17.26,20.28L13.64,21.97Z\" /></svg></li><li title=\"cursor default \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cursor-default\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.64,21.97C13.14,22.21 12.54,22 12.31,21.5L10.13,16.76L7.62,18.78C7.45,18.92 7.24,19 7,19A1,1 0 0,1 6,18V3A1,1 0 0,1 7,2C7.24,2 7.47,2.09 7.64,2.23L7.65,2.22L19.14,11.86C19.57,12.22 19.62,12.85 19.27,13.27C19.12,13.45 18.91,13.57 18.7,13.61L15.54,14.23L17.74,18.96C18,19.46 17.76,20.05 17.26,20.28L13.64,21.97Z\" /></svg></li><li title=\"cursor move \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cursor-move\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,6V11H18V7.75L22.25,12L18,16.25V13H13V18H16.25L12,22.25L7.75,18H11V13H6V16.25L1.75,12L6,7.75V11H11V6H7.75L12,1.75L16.25,6H13Z\" /></svg></li><li title=\"cursor pointer \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cursor-pointer\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.75,10.19L14.38,10.32L18.55,12.4C19.25,12.63 19.71,13.32 19.65,14.06V14.19L19.65,14.32L18.75,20.44C18.69,20.87 18.5,21.27 18.15,21.55C17.84,21.85 17.43,22 17,22H10.12C9.63,22 9.18,21.82 8.85,21.47L2.86,15.5L3.76,14.5C4,14.25 4.38,14.11 4.74,14.13H5.03L9,15V4.5A2,2 0 0,1 11,2.5A2,2 0 0,1 13,4.5V10.19H13.75Z\" /></svg></li><li title=\"cursor text \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cursor-text\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,19A1,1 0 0,0 14,20H16V22H13.5C12.95,22 12,21.55 12,21C12,21.55 11.05,22 10.5,22H8V20H10A1,1 0 0,0 11,19V5A1,1 0 0,0 10,4H8V2H10.5C11.05,2 12,2.45 12,3C12,2.45 12.95,2 13.5,2H16V4H14A1,1 0 0,0 13,5V19Z\" /></svg></li><li title=\"curtains closed \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-curtains-closed\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23 3H1V1H23V3M2 22H11V4H2V22M22 4H13V22H22V4Z\" /></svg></li><li title=\"curtains \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-curtains\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23 3H1V1H23V3M2 22H6C6 19 4 17 4 17C10 13 11 4 11 4H2V22M22 4H13C13 4 14 13 20 17C20 17 18 19 18 22H22V4Z\" /></svg></li><li title=\"cylinder off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cylinder-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.64 4.44L6.03 2.83C8.15 2.1 10.82 2 12 2C14.11 2 21 2.29 21 6V17.8L18.06 14.86C18.39 14.97 18.7 15.1 19 15.25V8.75C17.28 9.63 14.82 9.89 13.17 9.97L11.18 8C11.45 8 11.72 8 12 8C15.87 8 19 7.11 19 6S15.87 4 12 4C10.35 4 8.84 4.17 7.64 4.44M22.11 21.46L20.84 22.73L18.91 20.8C16.7 21.87 13.36 22 12 22C9.89 22 3 21.71 3 18V6C3 5.66 3.08 5.36 3.18 5.07L1.11 3L2.39 1.73L22.11 21.46M5 15.25C7.2 14.13 10.62 14 12 14L12.11 14L7.73 9.62C6.76 9.43 5.8 9.15 5 8.75V15.25M17.39 19.28L14.21 16.1C13.5 16.04 12.78 16 12 16C8.13 16 5 16.9 5 18S8.13 20 12 20C14.17 20 16.1 19.72 17.39 19.28Z\" /></svg></li><li title=\"cylinder \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-cylinder\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2C9.89 2 3 2.29 3 6V18C3 21.71 9.89 22 12 22C14.11 22 21 21.71 21 18V6C21 2.29 14.11 2 12 2M12 10C13.38 10 16.8 9.87 19 8.75V15.25C16.8 14.13 13.38 14 12 14S7.2 14.13 5 15.25V8.75C7.2 9.87 10.62 10 12 10M12 4C15.87 4 19 4.89 19 6C19 7.11 15.87 8 12 8C8.13 8 5 7.11 5 6C5 4.89 8.13 4 12 4M12 20C8.13 20 5 19.11 5 18C5 16.9 8.13 16 12 16C15.87 16 19 16.9 19 18C19 19.11 15.87 20 12 20Z\" /></svg></li><li title=\"dance ballroom \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-dance-ballroom\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14 3.5C14 4.33 13.33 5 12.5 5S11 4.33 11 3.5 11.67 2 12.5 2 14 2.67 14 3.5M8.5 5C7.67 5 7 5.67 7 6.5S7.67 8 8.5 8 10 7.33 10 6.5 9.33 5 8.5 5M14 12L13.22 9.75H16.18L18.34 8.67C18.71 8.5 18.86 8.04 18.67 7.67C18.5 7.3 18.04 7.14 17.67 7.33L16.85 7.74L16.36 6.9C16.07 6.25 15.36 5.88 14.66 6.04L12.19 6.57C11.5 6.72 11 7.35 11 8.07V8.77L8.57 10.39H8.58C8.5 10.46 8.39 10.55 8.33 10.67L7.44 12.44L5.66 13.33C5.29 13.5 5.14 13.97 5.33 14.34C5.46 14.6 5.73 14.75 6 14.75C6.11 14.75 6.23 14.73 6.34 14.67L8.56 13.56L9.6 11.5L11 13C10 16 3 20 3 20S7 22 12 22 21 20 21 20 16 16 14 12M16.85 11.09L16.53 11.25H15.33L15.39 11.41C15.91 12.44 16.67 13.5 17.5 14.44L16.97 11.03L16.85 11.09Z\" /></svg></li><li title=\"dance pole \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-dance-pole\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 1V2L11.23 1.36L7.76 5.5L11 7.5V5.16L10.78 5L12 3.56V23H14V13.24L15.93 11.31C18.5 11.71 21.13 10.36 22.66 8.83L21.24 7.41C20.1 8.56 17.7 9.61 16 9.26L14 7.24V1M17 4A2 2 0 0 0 15 6A2 2 0 0 0 17 8A2 2 0 0 0 19 6A2 2 0 0 0 17 4M11 7.76L7.1 11.66C5.25 13.5 4.31 14.85 3.06 18.16L4.94 18.86C5.94 16.2 6.66 15.14 7.87 13.84L9.22 15.19L4.27 20.14L5.69 21.56L11 16.24Z\" /></svg></li><li title=\"data matrix edit \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-data-matrix-edit\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 12.1C19.9 12.1 19.7 12.2 19.6 12.3L18.6 13.3L20.7 15.4L21.7 14.4C21.9 14.2 21.9 13.8 21.7 13.6L20.4 12.3C20.3 12.2 20.2 12.1 20 12.1M18.1 13.9L12 19.9V22H14.1L20.2 15.9L18.1 13.9M8 6H6V2H8V6M10 16H8V14H10V16M12 6H10V2H12V6M16 2V4H14V2H16M20 4H18V2H20V4M10 20V18H8V16H6V14H4V12H6V6H4V2H2V22H10V20M6 20H4V18H6V20M22 10H18V8H22V10M20 6V4H22V6H20M18 4V8H14V6H16V4H18M10 18V16H12V12H8V8H12V10H14V12H16V10H18V11.1L15.1 14H14V15.1L11.1 18H10Z\" /></svg></li><li title=\"data matrix minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-data-matrix-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16 2V4H14V2H16M12 2H10V6H12V2M10 14H8V16H10V14M16 4V6H14V8H18V4H16M8 2H6V6H8V2M20 2H18V4H20V2M13.8 22H2V2H4V6H6V12H4V14H6V16H8V18H10V20H12V18H10V16H12V12H8V8H12V10H14V12H16V10H18V12H22V13.8C21.1 13.3 20.1 13 19 13C17.8 13 16.6 13.4 15.7 14H14V15.7C13.4 16.6 13 17.8 13 19C13 20.1 13.3 21.1 13.8 22M6 18H4V20H6V18M22 8H18V10H22V8M22 6V4H20V6H22M15 18V20H23V18H15Z\" /></svg></li><li title=\"data matrix plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-data-matrix-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16 2V4H14V2H16M12 2H10V6H12V2M10 14H8V16H10V14M16 4V6H14V8H18V4H16M8 2H6V6H8V2M20 2H18V4H20V2M13.8 22H2V2H4V6H6V12H4V14H6V16H8V18H10V20H12V18H10V16H12V12H8V8H12V10H14V12H16V10H18V12H22V13.8C21.1 13.3 20.1 13 19 13C17.8 13 16.6 13.4 15.7 14H14V15.7C13.4 16.6 13 17.8 13 19C13 20.1 13.3 21.1 13.8 22M6 18H4V20H6V18M22 8H18V10H22V8M22 6V4H20V6H22M18 15V18H15V20H18V23H20V20H23V18H20V15H18Z\" /></svg></li><li title=\"data matrix remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-data-matrix-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16 2V4H14V2H16M12 2H10V6H12V2M10 14H8V16H10V14M16 4V6H14V8H18V4H16M8 2H6V6H8V2M20 2H18V4H20V2M13.8 22H2V2H4V6H6V12H4V14H6V16H8V18H10V20H12V18H10V16H12V12H8V8H12V10H14V12H16V10H18V12H22V13.8C21.1 13.3 20.1 13 19 13C17.8 13 16.6 13.4 15.7 14H14V15.7C13.4 16.6 13 17.8 13 19C13 20.1 13.3 21.1 13.8 22M6 18H4V20H6V18M22 8H18V10H22V8M22 6V4H20V6H22M21.1 15.5L19 17.6L16.9 15.5L15.5 16.9L17.6 19L15.5 21.1L16.9 22.5L19 20.4L21.1 22.5L22.5 21.1L20.4 19L22.5 16.9L21.1 15.5Z\" /></svg></li><li title=\"data matrix scan \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-data-matrix-scan\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2 2H6V0H2C.9 0 0 .9 0 2V6H2V2M22 0H18V2H22V6H24V2C24 .9 23.1 0 22 0M2 18H0V22C0 23.1 .9 24 2 24H6V22H2V18M22 22H18V24H22C23.1 24 24 23.1 24 22V18H22V22M8 6V4H10V6H8M10 14V12H12V14H10M16 4H18V6H16V4M18 6H20V8H18V6M18 14H20V16H18V14M20 12H16V18H20V20H4V4H6V6H8V10H6V12H8V14H10V16H12V18H14V16H12V14H14V10H10V6H12V4H14V8H16V10H20V12M8 18V16H6V18H8Z\" /></svg></li><li title=\"data matrix \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-data-matrix\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2 2V22H22V20H20V18H22V16H20V14H22V12H18V10H16V12H14V10H12V8H8V12H12V16H10V18H12V20H10V18H8V16H6V14H4V12H6V6H4V2H2M6 6H8V2H6V6M8 16H10V14H8V16M18 10H22V8H18V10M18 8V4H16V6H14V8H18M16 4V2H14V4H16M18 4H20V2H18V4M20 4V6H22V4H20M10 2V6H12V2H10M14 14H16V16H18V20H14V14M4 18H6V20H4V18Z\" /></svg></li><li title=\"database alert outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-database-alert-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10 3C5.58 3 2 4.79 2 7V17C2 19.21 5.59 21 10 21S18 19.21 18 17V7C18 4.79 14.42 3 10 3M16 17C16 17.5 13.87 19 10 19S4 17.5 4 17V14.77C5.61 15.55 7.72 16 10 16S14.39 15.55 16 14.77V17M16 12.45C14.7 13.4 12.42 14 10 14S5.3 13.4 4 12.45V9.64C5.47 10.47 7.61 11 10 11S14.53 10.47 16 9.64V12.45M10 9C6.13 9 4 7.5 4 7S6.13 5 10 5 16 6.5 16 7 13.87 9 10 9M22 7V13H20V7H22M20 15H22V17H20V15Z\" /></svg></li><li title=\"database alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-database-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 7C18 9.21 14.42 11 10 11S2 9.21 2 7 5.58 3 10 3 18 4.79 18 7M10 18C5.58 18 2 16.21 2 14V17C2 19.21 5.58 21 10 21S18 19.21 18 17V14C18 16.21 14.42 18 10 18M10 13C5.58 13 2 11.21 2 9V12C2 14.21 5.58 16 10 16S18 14.21 18 12V9C18 11.21 14.42 13 10 13M20 17H22V15H20V17M20 7V13H22V7H20Z\" /></svg></li><li title=\"database arrow down outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-database-arrow-down-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 13.09V7C20 4.79 16.42 3 12 3S4 4.79 4 7V17C4 19.21 7.59 21 12 21C12.46 21 12.9 21 13.33 20.94C13.12 20.33 13 19.68 13 19L13 18.95C12.68 19 12.35 19 12 19C8.13 19 6 17.5 6 17V14.77C7.61 15.55 9.72 16 12 16C12.65 16 13.27 15.96 13.88 15.89C14.93 14.16 16.83 13 19 13C19.34 13 19.67 13.04 20 13.09M18 12.45C16.7 13.4 14.42 14 12 14S7.3 13.4 6 12.45V9.64C7.47 10.47 9.61 11 12 11S16.53 10.47 18 9.64V12.45M12 9C8.13 9 6 7.5 6 7S8.13 5 12 5 18 6.5 18 7 15.87 9 12 9M22 20L19 23L16 20H18V16H20V20H22Z\" /></svg></li><li title=\"database arrow down \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-database-arrow-down\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 13C16.83 13 14.93 14.16 13.88 15.89C13.28 15.96 12.65 16 12 16C7.58 16 4 14.21 4 12V9C4 11.21 7.58 13 12 13S20 11.21 20 9V12C20 12.36 19.9 12.71 19.72 13.05C19.5 13 19.24 13 19 13M12 11C16.42 11 20 9.21 20 7S16.42 3 12 3 4 4.79 4 7 7.58 11 12 11M13.1 17.96C12.74 18 12.37 18 12 18C7.58 18 4 16.21 4 14V17C4 19.21 7.58 21 12 21C12.46 21 12.9 21 13.33 20.94C13.12 20.33 13 19.68 13 19C13 18.64 13.04 18.3 13.1 17.96M20 20V16H18V20H16L19 23L22 20H20Z\" /></svg></li><li title=\"database arrow left outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-database-arrow-left-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 13.09V7C20 4.79 16.42 3 12 3S4 4.79 4 7V17C4 19.21 7.59 21 12 21C12.46 21 12.9 21 13.33 20.94C13.12 20.33 13 19.68 13 19L13 18.95C12.68 19 12.35 19 12 19C8.13 19 6 17.5 6 17V14.77C7.61 15.55 9.72 16 12 16C12.65 16 13.27 15.96 13.88 15.89C14.93 14.16 16.83 13 19 13C19.34 13 19.67 13.04 20 13.09M18 12.45C16.7 13.4 14.42 14 12 14S7.3 13.4 6 12.45V9.64C7.47 10.47 9.61 11 12 11S16.53 10.47 18 9.64V12.45M12 9C8.13 9 6 7.5 6 7S8.13 5 12 5 18 6.5 18 7 15.87 9 12 9M22 18V20H18V22L15 19L18 16V18H22Z\" /></svg></li><li title=\"database arrow left \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-database-arrow-left\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 7C4 4.79 7.58 3 12 3S20 4.79 20 7 16.42 11 12 11 4 9.21 4 7M19.72 13.05C19.9 12.71 20 12.36 20 12V9C20 11.21 16.42 13 12 13S4 11.21 4 9V12C4 14.21 7.58 16 12 16C12.65 16 13.28 15.96 13.88 15.89C14.93 14.16 16.83 13 19 13C19.24 13 19.5 13 19.72 13.05M13.1 17.96C12.74 18 12.37 18 12 18C7.58 18 4 16.21 4 14V17C4 19.21 7.58 21 12 21C12.46 21 12.9 21 13.33 20.94C13.12 20.33 13 19.68 13 19C13 18.64 13.04 18.3 13.1 17.96M18 18V16L15 19L18 22V20H22V18H18Z\" /></svg></li><li title=\"database arrow right outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-database-arrow-right-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 13.09V7C20 4.79 16.42 3 12 3S4 4.79 4 7V17C4 19.21 7.59 21 12 21C12.46 21 12.9 21 13.33 20.94C13.12 20.33 13 19.68 13 19L13 18.95C12.68 19 12.35 19 12 19C8.13 19 6 17.5 6 17V14.77C7.61 15.55 9.72 16 12 16C12.65 16 13.27 15.96 13.88 15.89C14.93 14.16 16.83 13 19 13C19.34 13 19.67 13.04 20 13.09M18 12.45C16.7 13.4 14.42 14 12 14S7.3 13.4 6 12.45V9.64C7.47 10.47 9.61 11 12 11S16.53 10.47 18 9.64V12.45M12 9C8.13 9 6 7.5 6 7S8.13 5 12 5 18 6.5 18 7 15.87 9 12 9M20 22V20H16V18H20V16L23 19L20 22Z\" /></svg></li><li title=\"database arrow right \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-database-arrow-right\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 7C4 4.79 7.58 3 12 3S20 4.79 20 7 16.42 11 12 11 4 9.21 4 7M19.72 13.05C19.9 12.71 20 12.36 20 12V9C20 11.21 16.42 13 12 13S4 11.21 4 9V12C4 14.21 7.58 16 12 16C12.65 16 13.28 15.96 13.88 15.89C14.93 14.16 16.83 13 19 13C19.24 13 19.5 13 19.72 13.05M13.1 17.96C12.74 18 12.37 18 12 18C7.58 18 4 16.21 4 14V17C4 19.21 7.58 21 12 21C12.46 21 12.9 21 13.33 20.94C13.12 20.33 13 19.68 13 19C13 18.64 13.04 18.3 13.1 17.96M23 19L20 16V18H16V20H20V22L23 19Z\" /></svg></li><li title=\"database arrow up outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-database-arrow-up-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 13.09V7C20 4.79 16.42 3 12 3S4 4.79 4 7V17C4 19.21 7.59 21 12 21C12.46 21 12.9 21 13.33 20.94C13.12 20.33 13 19.68 13 19L13 18.95C12.68 19 12.35 19 12 19C8.13 19 6 17.5 6 17V14.77C7.61 15.55 9.72 16 12 16C12.65 16 13.27 15.96 13.88 15.89C14.93 14.16 16.83 13 19 13C19.34 13 19.67 13.04 20 13.09M18 12.45C16.7 13.4 14.42 14 12 14S7.3 13.4 6 12.45V9.64C7.47 10.47 9.61 11 12 11S16.53 10.47 18 9.64V12.45M12 9C8.13 9 6 7.5 6 7S8.13 5 12 5 18 6.5 18 7 15.87 9 12 9M22 18H20V22H18V18H16L19 15L22 18Z\" /></svg></li><li title=\"database arrow up \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-database-arrow-up\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 13C16.83 13 14.93 14.16 13.88 15.89C13.28 15.96 12.65 16 12 16C7.58 16 4 14.21 4 12V9C4 11.21 7.58 13 12 13S20 11.21 20 9V12C20 12.36 19.9 12.71 19.72 13.05C19.5 13 19.24 13 19 13M12 11C16.42 11 20 9.21 20 7S16.42 3 12 3 4 4.79 4 7 7.58 11 12 11M13.1 17.96C12.74 18 12.37 18 12 18C7.58 18 4 16.21 4 14V17C4 19.21 7.58 21 12 21C12.46 21 12.9 21 13.33 20.94C13.12 20.33 13 19.68 13 19C13 18.64 13.04 18.3 13.1 17.96M19 15L16 18H18V22H20V18H22L19 15Z\" /></svg></li><li title=\"database check outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-database-check-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 13.09V7C20 4.79 16.42 3 12 3S4 4.79 4 7V17C4 19.21 7.59 21 12 21C12.46 21 12.9 21 13.33 20.94C13.12 20.33 13 19.68 13 19L13 18.95C12.68 19 12.35 19 12 19C8.13 19 6 17.5 6 17V14.77C7.61 15.55 9.72 16 12 16C12.65 16 13.27 15.96 13.88 15.89C14.93 14.16 16.83 13 19 13C19.34 13 19.67 13.04 20 13.09M18 12.45C16.7 13.4 14.42 14 12 14S7.3 13.4 6 12.45V9.64C7.47 10.47 9.61 11 12 11S16.53 10.47 18 9.64V12.45M12 9C8.13 9 6 7.5 6 7S8.13 5 12 5 18 6.5 18 7 15.87 9 12 9M22.5 17.25L17.75 22L15 19L16.16 17.84L17.75 19.43L21.34 15.84L22.5 17.25Z\" /></svg></li><li title=\"database check \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-database-check\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 3C16.42 3 20 4.79 20 7S16.42 11 12 11 4 9.21 4 7 7.58 3 12 3M4 9C4 11.21 7.58 13 12 13S20 11.21 20 9V12.08L19 12C16.41 12 14.2 13.64 13.36 15.94L12 16C7.58 16 4 14.21 4 12V9M4 14C4 16.21 7.58 18 12 18H13C13 19.05 13.27 20.04 13.75 20.9L12 21C7.58 21 4 19.21 4 17V14M18 21.08L15.25 18.08L16.41 16.92L18 18.5L21.59 14.92L22.75 16.33L18 21.08\" /></svg></li><li title=\"database clock outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-database-clock-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.5 16.25L19.36 17.94L18.61 19.16L15 17V12H16.5V16.25M23 16C23 19.87 19.87 23 16 23C13.61 23 11.5 21.8 10.25 20C6.19 19.79 3 18.08 3 16V6C3 3.79 6.58 2 11 2S19 3.79 19 6V9.68C21.36 10.81 23 13.21 23 16M17 9.08V8.64C16.77 8.77 16.5 8.9 16.24 9C16.5 9 16.75 9.04 17 9.08M5 6C5 6.5 7.13 8 11 8S17 6.5 17 6 14.87 4 11 4 5 5.5 5 6M5 11.45C6.07 12.23 7.8 12.76 9.72 12.93C10.33 11.67 11.32 10.62 12.54 9.92C12.04 9.97 11.53 10 11 10C8.61 10 6.47 9.47 5 8.64V11.45M9.26 17.87C9.1 17.27 9 16.65 9 16C9 15.61 9.04 15.23 9.1 14.86C7.56 14.69 6.15 14.33 5 13.77V16C5 16.42 6.5 17.5 9.26 17.87M21 16C21 13.24 18.76 11 16 11S11 13.24 11 16 13.24 21 16 21 21 18.76 21 16Z\" /></svg></li><li title=\"database clock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-database-clock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.5 16.25L19.36 17.94L18.61 19.16L15 17V12H16.5V16.25M23 16C23 19.87 19.87 23 16 23C13.61 23 11.5 21.8 10.25 20C6.18 19.79 3 18.08 3 16V13C3 14.88 5.58 16.44 9.06 16.88C9.03 16.59 9 16.3 9 16C9 15.62 9.04 15.25 9.1 14.88C5.6 14.45 3 12.88 3 11V8C3 10.09 6.2 11.8 10.27 12C10.87 11.14 11.64 10.44 12.53 9.93C12.04 9.97 11.5 10 11 10C6.58 10 3 8.21 3 6S6.58 2 11 2 19 3.79 19 6C19 7.2 17.93 8.28 16.25 9C17 9.04 17.75 9.19 18.44 9.45C18.79 9 19 8.5 19 8V9.68C21.36 10.81 23 13.21 23 16M21 16C21 13.24 18.76 11 16 11S11 13.24 11 16 13.24 21 16 21 21 18.76 21 16Z\" /></svg></li><li title=\"database cog outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-database-cog-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 14C9.58 14 7.3 13.4 6 12.45V9.64C7.47 10.47 9.61 11 12 11S16.53 10.47 18 9.64V12.08C18.33 12.03 18.66 12 19 12C19.34 12 19.67 12.03 20 12.08V7C20 4.79 16.42 3 12 3S4 4.79 4 7V17C4 19.21 7.59 21 12 21C12.1 21 12.2 21 12.29 21C12.11 20.36 12 19.69 12 19C8.13 19 6 17.5 6 17V14.77C7.61 15.55 9.72 16 12 16C12.24 16 12.47 16 12.7 15.97C13.1 15.14 13.65 14.41 14.32 13.81C13.58 13.93 12.8 14 12 14M12 5C15.87 5 18 6.5 18 7S15.87 9 12 9 6 7.5 6 7 8.13 5 12 5M22.7 19.6V18.6L23.8 17.8C23.9 17.7 24 17.6 23.9 17.5L22.9 15.8C22.9 15.7 22.7 15.7 22.6 15.7L21.4 16.2C21.1 16 20.8 15.8 20.5 15.7L20.3 14.4C20.3 14.3 20.2 14.2 20.1 14.2H18.1C17.9 14.2 17.8 14.3 17.8 14.4L17.6 15.7C17.3 15.9 17.1 16 16.8 16.2L15.6 15.7C15.5 15.7 15.4 15.7 15.3 15.8L14.3 17.5C14.3 17.6 14.3 17.7 14.4 17.8L15.5 18.6V19.6L14.4 20.4C14.3 20.5 14.2 20.6 14.3 20.7L15.3 22.4C15.4 22.5 15.5 22.5 15.6 22.5L16.8 22C17 22.2 17.3 22.4 17.6 22.5L17.8 23.8C17.9 23.9 18 24 18.1 24H20.1C20.2 24 20.3 23.9 20.3 23.8L20.5 22.5C20.8 22.3 21 22.2 21.3 22L22.5 22.4C22.6 22.4 22.7 22.4 22.8 22.3L23.8 20.6C23.9 20.5 23.9 20.4 23.8 20.4L22.7 19.6M19 20.5C18.2 20.5 17.5 19.8 17.5 19S18.2 17.5 19 17.5 20.5 18.2 20.5 19 19.8 20.5 19 20.5Z\" /></svg></li><li title=\"database cog \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-database-cog\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 7C4 4.79 7.58 3 12 3S20 4.79 20 7 16.42 11 12 11 4 9.21 4 7M12.08 18L12 18C7.58 18 4 16.21 4 14V17C4 19.21 7.58 21 12 21C12.1 21 12.2 21 12.29 21C12.11 20.36 12 19.69 12 19C12 18.66 12.03 18.33 12.08 18M20 12.08C20 12.05 20 12.03 20 12V9C20 11.21 16.42 13 12 13S4 11.21 4 9V12C4 14.21 7.58 16 12 16C12.23 16 12.46 16 12.69 16C13.82 13.63 16.22 12 19 12C19.34 12 19.67 12.03 20 12.08M23.8 20.4C23.9 20.4 23.9 20.5 23.8 20.6L22.8 22.3C22.7 22.4 22.6 22.4 22.5 22.4L21.3 22C21 22.2 20.8 22.3 20.5 22.5L20.3 23.8C20.3 23.9 20.2 24 20.1 24H18.1C18 24 17.9 23.9 17.8 23.8L17.6 22.5C17.3 22.4 17 22.2 16.8 22L15.6 22.5C15.5 22.5 15.4 22.5 15.3 22.4L14.3 20.7C14.2 20.6 14.3 20.5 14.4 20.4L15.5 19.6V18.6L14.4 17.8C14.3 17.7 14.3 17.6 14.3 17.5L15.3 15.8C15.4 15.7 15.5 15.7 15.6 15.7L16.8 16.2C17.1 16 17.3 15.9 17.6 15.7L17.8 14.4C17.8 14.3 17.9 14.2 18.1 14.2H20.1C20.2 14.2 20.3 14.3 20.3 14.4L20.5 15.7C20.8 15.8 21.1 16 21.4 16.2L22.6 15.7C22.7 15.7 22.9 15.7 22.9 15.8L23.9 17.5C24 17.6 23.9 17.7 23.8 17.8L22.7 18.6V19.6L23.8 20.4M20.5 19C20.5 18.2 19.8 17.5 19 17.5S17.5 18.2 17.5 19 18.2 20.5 19 20.5 20.5 19.8 20.5 19Z\" /></svg></li><li title=\"database edit outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-database-edit-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 16C12.8 16 13.57 15.93 14.31 15.82L17.22 12.91C15.89 13.59 14 14 12 14C9.58 14 7.3 13.4 6 12.45V9.64C7.47 10.47 9.61 11 12 11S16.53 10.47 18 9.64V12.13L19.39 10.74C19.57 10.56 19.78 10.42 20 10.3V7C20 4.79 16.42 3 12 3S4 4.79 4 7V17C4 19.04 7.06 20.72 11 20.97V19.13L11.17 18.96C7.84 18.76 6 17.46 6 17V14.77C7.61 15.55 9.72 16 12 16M12 5C15.87 5 18 6.5 18 7S15.87 9 12 9 6 7.5 6 7 8.13 5 12 5M19.13 13.83L21.17 15.87L15.04 22H13V19.96L19.13 13.83M22.85 14.19L21.87 15.17L19.83 13.13L20.81 12.15C21 11.95 21.33 11.95 21.53 12.15L22.85 13.47C23.05 13.67 23.05 14 22.85 14.19Z\" /></svg></li><li title=\"database edit \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-database-edit\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,14V17C4,19 7.05,20.72 11,21V18.11L11.13,18C7.12,17.76 4,16.06 4,14M12,13C7.58,13 4,11.21 4,9V12C4,14.21 7.58,16 12,16C12.39,16 12.77,16 13.16,16L17,12.12C15.4,12.72 13.71,13 12,13M12,3C7.58,3 4,4.79 4,7C4,9.21 7.58,11 12,11C16.42,11 20,9.21 20,7C20,4.79 16.42,3 12,3M21,11.13C20.85,11.13 20.71,11.19 20.61,11.3L19.61,12.3L21.66,14.3L22.66,13.3C22.87,13.1 22.88,12.76 22.66,12.53L21.42,11.3C21.32,11.19 21.18,11.13 21.04,11.13M19.04,12.88L13,18.94V21H15.06L21.12,14.93L19.04,12.88Z\" /></svg></li><li title=\"database export outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-database-export-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17.86 18L18.9 19C17.5 20.2 14.94 21 12 21C7.59 21 4 19.21 4 17V7C4 4.79 7.58 3 12 3C14.95 3 17.5 3.8 18.9 5L17.86 6L17.5 6.4C16.65 5.77 14.78 5 12 5C8.13 5 6 6.5 6 7S8.13 9 12 9C13.37 9 14.5 8.81 15.42 8.54L16.38 9.5H13.5V10.92C13 10.97 12.5 11 12 11C9.61 11 7.47 10.47 6 9.64V12.45C7.3 13.4 9.58 14 12 14C12.5 14 13 13.97 13.5 13.92V14.5H16.38L15.38 15.5L15.5 15.61C14.41 15.86 13.24 16 12 16C9.72 16 7.61 15.55 6 14.77V17C6 17.5 8.13 19 12 19C14.78 19 16.65 18.23 17.5 17.61L17.86 18M18.92 7.08L17.5 8.5L20 11H15V13H20L17.5 15.5L18.92 16.92L23.84 12L18.92 7.08Z\" /></svg></li><li title=\"database export \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-database-export\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,3C7.58,3 4,4.79 4,7C4,9.21 7.58,11 12,11C12.5,11 13,10.97 13.5,10.92V9.5H16.39L15.39,8.5L18.9,5C17.5,3.8 14.94,3 12,3M18.92,7.08L17.5,8.5L20,11H15V13H20L17.5,15.5L18.92,16.92L23.84,12M4,9V12C4,14.21 7.58,16 12,16C13.17,16 14.26,15.85 15.25,15.63L16.38,14.5H13.5V12.92C13,12.97 12.5,13 12,13C7.58,13 4,11.21 4,9M4,14V17C4,19.21 7.58,21 12,21C14.94,21 17.5,20.2 18.9,19L17,17.1C15.61,17.66 13.9,18 12,18C7.58,18 4,16.21 4,14Z\" /></svg></li><li title=\"database eye off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-database-eye-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23 19C22.9 19.2 22.8 19.4 22.7 19.5L18.3 15.1C20.5 15.6 22.2 17.1 23 19M12 5C15.9 5 18 6.5 18 7C18 7.5 15.9 8.9 12.2 9L14.1 10.9C15.6 10.7 17 10.3 18 9.7V12.5C17.7 12.7 17.4 12.9 17 13.1C18 13.1 19 13.3 20 13.7V7C20 4.8 16.4 3 12 3C10.1 3 8.4 3.3 7.1 3.9L8.7 5.5C9.5 5.2 10.7 5 12 5M22.1 21.5L20.8 22.8L20.2 22.2C19.2 22.7 18.1 23.1 17 23.1C14.3 23.1 11.9 21.4 11 19.1C11.6 17.7 12.6 16.6 13.9 15.9L12.4 14.4C11.7 14.8 11.1 15.4 10.5 16C8.8 15.9 7.2 15.5 5.9 14.8V17C5.9 17.3 7 18.2 8.9 18.6L8.8 19L9.1 19.7C9.3 20.1 9.4 20.4 9.6 20.8C6.4 20.3 4 18.8 4 17V7C4 6.7 4.1 6.4 4.2 6.1L1.1 3L2.4 1.7L22.1 21.5M12.1 14L8.7 10.6C7.6 10.4 6.7 10 5.9 9.6V12.4C7.2 13.4 9.5 13.9 11.9 13.9C12 14 12.1 14 12.1 14M18.8 20.7L17.7 19.6C17.6 19.9 17.3 20 17 20C16.4 20 16 19.6 16 19C16 18.7 16.1 18.4 16.4 18.2L15.3 17.1C14.8 17.6 14.5 18.2 14.5 18.9C14.5 20.3 15.6 21.4 17 21.4C17.7 21.5 18.4 21.2 18.8 20.7Z\" /></svg></li><li title=\"database eye off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-database-eye-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.1 10.9L7.1 3.9C8.4 3.3 10.1 3 12 3C16.4 3 20 4.8 20 7C20 8.9 17.5 10.4 14.1 10.9M16.2 13H17C17.9 13 18.7 13.1 19.5 13.4C19.8 13 20 12.5 20 12V9C20 10.5 18.3 11.9 15.7 12.5L16.2 13M18.4 15.2L22.8 19.6C22.9 19.4 23 19.2 23.1 19.1C22.2 17.1 20.5 15.6 18.4 15.2M22.1 21.5L20.8 22.8L20.2 22.2C19.2 22.7 18.1 23.1 17 23.1C14.3 23.1 11.9 21.4 11 19.1C11.6 17.7 12.6 16.6 13.9 15.9L12.4 14.4C11.7 14.8 11.1 15.4 10.5 16C6.8 15.6 4 14 4 12V9C4 11.1 7.1 12.7 11.1 13L8.8 10.7C6 10 4 8.6 4 7C4 6.7 4.1 6.4 4.2 6.1L1.1 3L2.4 1.7L22.1 21.5M18.8 20.7L17.7 19.6C17.6 19.9 17.3 20 17 20C16.4 20 16 19.6 16 19C16 18.7 16.1 18.4 16.4 18.2L15.3 17.1C14.8 17.6 14.5 18.2 14.5 18.9C14.5 20.3 15.6 21.4 17 21.4C17.7 21.5 18.4 21.2 18.8 20.7M8.8 19L9.1 18.3C9.2 18.1 9.3 18 9.3 17.8C6.2 17.2 4 15.8 4 14V17C4 18.8 6.4 20.3 9.7 20.8C9.5 20.5 9.3 20.1 9.2 19.7L8.8 19Z\" /></svg></li><li title=\"database eye outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-database-eye-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9.1 19.7L8.8 19L9 18.6C7.1 18.1 6 17.3 6 17V14.8C7.3 15.4 8.8 15.8 10.6 16C11.3 15.2 12.2 14.5 13.1 14H12C9.6 14 7.3 13.4 6 12.5V9.6C7.5 10.4 9.6 11 12 11S16.5 10.5 18 9.6V12.4C17.7 12.6 17.4 12.8 17 13C18 13 19 13.2 20 13.6V7C20 4.8 16.4 3 12 3S4 4.8 4 7V17C4 18.8 6.4 20.3 9.7 20.8C9.5 20.5 9.3 20.1 9.1 19.7M12 5C15.9 5 18 6.5 18 7S15.9 9 12 9 6 7.5 6 7 8.1 5 12 5M17 18C17.6 18 18 18.4 18 19S17.6 20 17 20 16 19.6 16 19 16.4 18 17 18M17 15C14.3 15 11.9 16.7 11 19C11.9 21.3 14.3 23 17 23S22.1 21.3 23 19C22.1 16.7 19.7 15 17 15M17 21.5C15.6 21.5 14.5 20.4 14.5 19S15.6 16.5 17 16.5 19.5 17.6 19.5 19 18.4 21.5 17 21.5Z\" /></svg></li><li title=\"database eye \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-database-eye\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 12V9C4 11.2 7.6 13 12 13S20 11.2 20 9V12C20 12.5 19.8 12.9 19.5 13.4C18.7 13.1 17.9 13 17 13C14.5 13 12.1 14.1 10.6 15.9C6.8 15.6 4 14 4 12M12 11C16.4 11 20 9.2 20 7S16.4 3 12 3 4 4.8 4 7 7.6 11 12 11M9.1 19.7L8.8 19L9.1 18.3C9.2 18.1 9.3 18 9.3 17.8C6.2 17.2 4 15.8 4 14V17C4 18.8 6.4 20.3 9.7 20.8C9.5 20.5 9.3 20.1 9.1 19.7M17 18C16.4 18 16 18.4 16 19S16.4 20 17 20 18 19.6 18 19 17.6 18 17 18M23 19C22.1 21.3 19.7 23 17 23S11.9 21.3 11 19C11.9 16.7 14.3 15 17 15S22.1 16.7 23 19M19.5 19C19.5 17.6 18.4 16.5 17 16.5S14.5 17.6 14.5 19 15.6 21.5 17 21.5 19.5 20.4 19.5 19Z\" /></svg></li><li title=\"database import outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-database-import-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8.84 12L3.92 16.92L2.5 15.5L5 13H0V11H5L2.5 8.5L3.92 7.08L8.84 12M12 3C8.59 3 5.68 4.07 4.53 5.57L5 6L6.03 7.07C6 7.05 6 7 6 7C6 6.5 8.13 5 12 5S18 6.5 18 7 15.87 9 12 9C9.38 9 7.58 8.31 6.68 7.72L9.8 10.84C10.5 10.94 11.24 11 12 11C14.39 11 16.53 10.47 18 9.64V12.45C16.7 13.4 14.42 14 12 14C11.04 14 10.1 13.9 9.24 13.73L7.59 15.37C8.91 15.77 10.41 16 12 16C14.28 16 16.39 15.55 18 14.77V17C18 17.5 15.87 19 12 19S6 17.5 6 17V16.96L5 18L4.54 18.43C5.69 19.93 8.6 21 12 21C16.41 21 20 19.21 20 17V7C20 4.79 16.42 3 12 3Z\" /></svg></li><li title=\"database import \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-database-import\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,3C8.59,3 5.69,4.07 4.54,5.57L9.79,10.82C10.5,10.93 11.22,11 12,11C16.42,11 20,9.21 20,7C20,4.79 16.42,3 12,3M3.92,7.08L2.5,8.5L5,11H0V13H5L2.5,15.5L3.92,16.92L8.84,12M20,9C20,11.21 16.42,13 12,13C11.34,13 10.7,12.95 10.09,12.87L7.62,15.34C8.88,15.75 10.38,16 12,16C16.42,16 20,14.21 20,12M20,14C20,16.21 16.42,18 12,18C9.72,18 7.67,17.5 6.21,16.75L4.53,18.43C5.68,19.93 8.59,21 12,21C16.42,21 20,19.21 20,17\" /></svg></li><li title=\"database lock outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-database-lock-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6 12.45V9.64C7.47 10.47 9.61 11 12 11S16.53 10.47 18 9.64V11.05C18.17 11.03 18.33 11 18.5 11C19.03 11 19.53 11.1 20 11.26V7C20 4.79 16.42 3 12 3S4 4.79 4 7V17C4 19.21 7.59 21 12 21C12.34 21 12.67 21 13 20.97V18.95C12.68 19 12.35 19 12 19C8.13 19 6 17.5 6 17V14.77C7.61 15.55 9.72 16 12 16C12.41 16 12.81 15.97 13.21 15.94C13.4 15.46 13.68 15.03 14.07 14.7C14.13 14.39 14.23 14.09 14.34 13.8C13.6 13.93 12.81 14 12 14C9.58 14 7.3 13.4 6 12.45M12 5C15.87 5 18 6.5 18 7S15.87 9 12 9 6 7.5 6 7 8.13 5 12 5M21 16V15.5C21 14.12 19.88 13 18.5 13S16 14.12 16 15.5V16C15.45 16 15 16.45 15 17V21C15 21.55 15.45 22 16 22H21C21.55 22 22 21.55 22 21V17C22 16.45 21.55 16 21 16M20 16H17V15.5C17 14.67 17.67 14 18.5 14S20 14.67 20 15.5V16Z\" /></svg></li><li title=\"database lock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-database-lock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,3C15.42,3 19,4.79 19,7C19,9.21 15.42,11 11,11C6.58,11 3,9.21 3,7C3,4.79 6.58,3 11,3M19,12.03C17.11,12.24 15.57,13.62 15.13,15.43C13.92,15.79 12.5,16 11,16C6.58,16 3,14.21 3,12V9C3,11.21 6.58,13 11,13C15.42,13 19,11.21 19,9V12.03M14,17.71V20.71C13.07,20.9 12.06,21 11,21C6.58,21 3,19.21 3,17V14C3,16.21 6.58,18 11,18C12.06,18 13.07,17.9 14,17.71M19.5,14A2.5,2.5 0 0,1 22,16.5V17A1,1 0 0,1 23,18V22A1,1 0 0,1 22,23H17A1,1 0 0,1 16,22V18A1,1 0 0,1 17,17V16.5A2.5,2.5 0 0,1 19.5,14M19.5,15A1.5,1.5 0 0,0 18,16.5V17H21V16.5A1.5,1.5 0 0,0 19.5,15Z\" /></svg></li><li title=\"database marker outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-database-marker-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 19C8.13 19 6 17.5 6 17V14.77C7.61 15.55 9.72 16 12 16C12.35 16 12.69 15.97 13.03 15.95C13 15.8 13 15.65 13 15.5C13 14.96 13.09 14.44 13.24 13.94C12.83 14 12.42 14 12 14C9.58 14 7.3 13.4 6 12.45V9.64C7.47 10.47 9.61 11 12 11S16.53 10.47 18 9.64V10.03C18.17 10 18.33 10 18.5 10C19 10 19.5 10.08 20 10.22V7C20 4.79 16.42 3 12 3S4 4.79 4 7V17C4 19.21 7.59 21 12 21C13.06 21 14.07 20.89 15 20.71C14.62 20.14 14.25 19.5 13.93 18.85C13.34 18.94 12.71 19 12 19M12 5C15.87 5 18 6.5 18 7S15.87 9 12 9 6 7.5 6 7 8.13 5 12 5M18.5 12C16.6 12 15 13.6 15 15.5C15 18.1 18.5 22 18.5 22S22 18.1 22 15.5C22 13.6 20.4 12 18.5 12M18.5 16.8C17.8 16.8 17.3 16.2 17.3 15.6C17.3 14.9 17.9 14.4 18.5 14.4S19.7 15 19.7 15.6C19.8 16.2 19.2 16.8 18.5 16.8Z\" /></svg></li><li title=\"database marker \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-database-marker\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.5 12C16.6 12 15 13.6 15 15.5C15 18.1 18.5 22 18.5 22S22 18.1 22 15.5C22 13.6 20.4 12 18.5 12M18.5 16.8C17.8 16.8 17.3 16.2 17.3 15.6C17.3 14.9 17.9 14.4 18.5 14.4S19.7 15 19.7 15.6C19.8 16.2 19.2 16.8 18.5 16.8M4 12V9C4 11.21 7.58 13 12 13C12.57 13 13.13 12.97 13.67 12.91C13.25 13.69 13 14.57 13 15.5C13 15.65 13 15.81 13.03 15.96C12.69 16 12.35 16 12 16C7.58 16 4 14.21 4 12M4 7C4 4.79 7.58 3 12 3S20 4.79 20 7 16.42 11 12 11 4 9.21 4 7M15 20.71C14.07 20.9 13.06 21 12 21C7.58 21 4 19.21 4 17V14C4 16.21 7.58 18 12 18C12.5 18 13.03 17.97 13.5 17.93C13.9 18.91 14.44 19.87 15 20.71Z\" /></svg></li><li title=\"database minus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-database-minus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 13.09V7C20 4.79 16.42 3 12 3S4 4.79 4 7V17C4 19.21 7.59 21 12 21C12.46 21 12.9 21 13.33 20.94C13.12 20.33 13 19.68 13 19L13 18.95C12.68 19 12.35 19 12 19C8.13 19 6 17.5 6 17V14.77C7.61 15.55 9.72 16 12 16C12.65 16 13.27 15.96 13.88 15.89C14.93 14.16 16.83 13 19 13C19.34 13 19.67 13.04 20 13.09M18 12.45C16.7 13.4 14.42 14 12 14S7.3 13.4 6 12.45V9.64C7.47 10.47 9.61 11 12 11S16.53 10.47 18 9.64V12.45M12 9C8.13 9 6 7.5 6 7S8.13 5 12 5 18 6.5 18 7 15.87 9 12 9M23 18V20H15V18H23Z\" /></svg></li><li title=\"database minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-database-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23 17V19H15V17M12 3C16.42 3 20 4.79 20 7S16.42 11 12 11 4 9.21 4 7 7.58 3 12 3M4 9C4 11.21 7.58 13 12 13S20 11.21 20 9V12.08L19 12C16.41 12 14.2 13.64 13.36 15.94L12 16C7.58 16 4 14.21 4 12V9M4 14C4 16.21 7.58 18 12 18H13C13 19.05 13.27 20.04 13.75 20.9L12 21C7.58 21 4 19.21 4 17V14Z\" /></svg></li><li title=\"database off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-database-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2.39 1.73L1.11 3L4.21 6.1C4.08 6.39 4 6.69 4 7V17C4 19.21 7.59 21 12 21C14.3 21 16.38 20.5 17.84 19.73L20.84 22.73L22.11 21.46L2.39 1.73M6 9.64C6.76 10.07 7.7 10.42 8.76 10.65L12.11 14C12.07 14 12.04 14 12 14C9.58 14 7.3 13.4 6 12.45V9.64M12 19C8.13 19 6 17.5 6 17V14.77C7.61 15.55 9.72 16 12 16C12.68 16 13.34 15.95 14 15.87L16.34 18.23C15.33 18.65 13.87 19 12 19M8.64 5.44L7.06 3.86C8.42 3.33 10.13 3 12 3C16.42 3 20 4.79 20 7V16.8L18 14.8V14.77L18 14.78L16.45 13.25C17.05 13.03 17.58 12.76 18 12.45V9.64C16.97 10.22 15.61 10.65 14.06 10.86L12.19 9C15.94 8.94 18 7.5 18 7C18 6.5 15.87 5 12 5C10.66 5 9.54 5.18 8.64 5.44Z\" /></svg></li><li title=\"database off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-database-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.07 15.87C19.66 15.31 20 14.68 20 14V16.8L19.07 15.87M20 9C20 10.54 18.27 11.86 15.73 12.53L17.89 14.69C19.19 14 20 13.04 20 12V9M20 7C20 4.79 16.42 3 12 3C10.13 3 8.42 3.33 7.06 3.86L14.06 10.86C17.5 10.41 20 8.85 20 7M2.39 1.73L1.11 3L4.21 6.1C4.08 6.39 4 6.69 4 7C4 8.63 5.96 10.04 8.77 10.66L11.08 12.97C7.1 12.74 4 11.06 4 9V12C4 14.21 7.58 16 12 16C12.69 16 13.35 15.95 14 15.87L15.66 17.55C14.57 17.84 13.32 18 12 18C7.58 18 4 16.21 4 14V17C4 19.21 7.58 21 12 21C14.31 21 16.38 20.5 17.84 19.73L20.84 22.73L22.11 21.46L2.39 1.73Z\" /></svg></li><li title=\"database outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-database-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 3C7.58 3 4 4.79 4 7V17C4 19.21 7.59 21 12 21S20 19.21 20 17V7C20 4.79 16.42 3 12 3M18 17C18 17.5 15.87 19 12 19S6 17.5 6 17V14.77C7.61 15.55 9.72 16 12 16S16.39 15.55 18 14.77V17M18 12.45C16.7 13.4 14.42 14 12 14C9.58 14 7.3 13.4 6 12.45V9.64C7.47 10.47 9.61 11 12 11C14.39 11 16.53 10.47 18 9.64V12.45M12 9C8.13 9 6 7.5 6 7S8.13 5 12 5C15.87 5 18 6.5 18 7S15.87 9 12 9Z\" /></svg></li><li title=\"database plus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-database-plus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 13.09V7C20 4.79 16.42 3 12 3S4 4.79 4 7V17C4 19.21 7.59 21 12 21C12.46 21 12.9 21 13.33 20.94C13.12 20.33 13 19.68 13 19L13 18.95C12.68 19 12.35 19 12 19C8.13 19 6 17.5 6 17V14.77C7.61 15.55 9.72 16 12 16C12.65 16 13.27 15.96 13.88 15.89C14.93 14.16 16.83 13 19 13C19.34 13 19.67 13.04 20 13.09M18 12.45C16.7 13.4 14.42 14 12 14S7.3 13.4 6 12.45V9.64C7.47 10.47 9.61 11 12 11S16.53 10.47 18 9.64V12.45M12 9C8.13 9 6 7.5 6 7S8.13 5 12 5 18 6.5 18 7 15.87 9 12 9M23 18V20H20V23H18V20H15V18H18V15H20V18H23Z\" /></svg></li><li title=\"database plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-database-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18,14H20V17H23V19H20V22H18V19H15V17H18V14M12,3C16.42,3 20,4.79 20,7C20,9.21 16.42,11 12,11C7.58,11 4,9.21 4,7C4,4.79 7.58,3 12,3M4,9C4,11.21 7.58,13 12,13C16.42,13 20,11.21 20,9V9L20,12.08L19,12C16.41,12 14.2,13.64 13.36,15.94L12,16C7.58,16 4,14.21 4,12V9M4,14C4,16.21 7.58,18 12,18H13C13,19.05 13.27,20.04 13.75,20.9L12,21C7.58,21 4,19.21 4,17V14Z\" /></svg></li><li title=\"database refresh outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-database-refresh-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6 12.45V9.64C7.47 10.47 9.61 11 12 11S16.53 10.47 18 9.64V12.03C18.17 12 18.33 12 18.5 12C19 12 19.5 12.07 20 12.18V7C20 4.79 16.42 3 12 3S4 4.79 4 7V17C4 19.21 7.59 21 12 21C12.17 21 12.33 21 12.5 21C12.24 20.37 12.09 19.7 12.03 19L12 19C8.13 19 6 17.5 6 17V14.77C7.61 15.55 9.72 16 12 16C12.17 16 12.34 16 12.5 16C12.85 15.18 13.34 14.46 13.95 13.86C13.32 13.95 12.67 14 12 14C9.58 14 7.3 13.4 6 12.45M12 5C15.87 5 18 6.5 18 7S15.87 9 12 9 6 7.5 6 7 8.13 5 12 5M18 18.5L19.77 16.73C19.32 16.28 18.69 16 18 16C16.62 16 15.5 17.12 15.5 18.5S16.62 21 18 21C18.82 21 19.54 20.61 20 20H21.71C21.12 21.47 19.68 22.5 18 22.5C15.79 22.5 14 20.71 14 18.5S15.79 14.5 18 14.5C19.11 14.5 20.11 14.95 20.83 15.67L22 14.5V18.5H18Z\" /></svg></li><li title=\"database refresh \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-database-refresh\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 3C16.42 3 20 4.79 20 7C20 9.21 16.42 11 12 11C7.58 11 4 9.21 4 7C4 4.79 7.58 3 12 3M4 9C4 11.21 7.58 13 12 13C13.11 13 14.18 12.89 15.14 12.68C14.19 13.54 13.5 14.67 13.18 15.96L12 16C7.58 16 4 14.21 4 12V9M20 9V11L19.5 11L18.9 11.03C19.6 10.43 20 9.74 20 9M4 14C4 16.21 7.58 18 12 18L13 17.97C13.09 19.03 13.42 20 13.95 20.88L12 21C7.58 21 4 19.21 4 17V14M19 13.5C20.11 13.5 21.11 13.95 21.83 14.67L23 13.5V17.5H19L20.77 15.73C20.32 15.28 19.69 15 19 15C17.62 15 16.5 16.12 16.5 17.5C16.5 18.88 17.62 20 19 20C19.82 20 20.54 19.61 21 19H22.71C22.12 20.47 20.68 21.5 19 21.5C16.79 21.5 15 19.71 15 17.5C15 15.29 16.79 13.5 19 13.5Z\" /></svg></li><li title=\"database remove outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-database-remove-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 13.09V7C20 4.79 16.42 3 12 3S4 4.79 4 7V17C4 19.21 7.59 21 12 21C12.46 21 12.9 21 13.33 20.94C13.12 20.33 13 19.68 13 19L13 18.95C12.68 19 12.35 19 12 19C8.13 19 6 17.5 6 17V14.77C7.61 15.55 9.72 16 12 16C12.65 16 13.27 15.96 13.88 15.89C14.93 14.16 16.83 13 19 13C19.34 13 19.67 13.04 20 13.09M18 12.45C16.7 13.4 14.42 14 12 14S7.3 13.4 6 12.45V9.64C7.47 10.47 9.61 11 12 11S16.53 10.47 18 9.64V12.45M12 9C8.13 9 6 7.5 6 7S8.13 5 12 5 18 6.5 18 7 15.87 9 12 9M20.41 19L22.54 21.12L21.12 22.54L19 20.41L16.88 22.54L15.47 21.12L17.59 19L15.47 16.88L16.88 15.47L19 17.59L21.12 15.47L22.54 16.88L20.41 19\" /></svg></li><li title=\"database remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-database-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.46,15.88L16.88,14.46L19,16.59L21.12,14.47L22.53,15.88L20.41,18L22.54,20.12L21.12,21.54L19,19.41L16.88,21.53L15.47,20.12L17.59,18L15.46,15.88M12,3C16.42,3 20,4.79 20,7C20,9.21 16.42,11 12,11C7.58,11 4,9.21 4,7C4,4.79 7.58,3 12,3M4,9C4,11.21 7.58,13 12,13C16.42,13 20,11.21 20,9V12.08L19,12C16.41,12 14.2,13.64 13.36,15.94L12,16C7.58,16 4,14.21 4,12V9M4,14C4,16.21 7.58,18 12,18H13C13,19.05 13.27,20.04 13.75,20.9L12,21C7.58,21 4,19.21 4,17V14Z\" /></svg></li><li title=\"database search outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-database-search-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11 18.95C7.77 18.72 6 17.45 6 17V14.77C7.13 15.32 8.5 15.69 10 15.87C10 15.21 10.04 14.54 10.21 13.89C8.5 13.67 6.97 13.16 6 12.45V9.64C7.43 10.45 9.5 10.97 11.82 11C11.85 10.97 11.87 10.93 11.9 10.9C14.1 8.71 17.5 8.41 20 10.03V7C20 4.79 16.42 3 12 3S4 4.79 4 7V17C4 19.21 7.59 21 12 21C12.34 21 12.68 21 13 20.97C12.62 20.72 12.24 20.44 11.9 20.1C11.55 19.74 11.25 19.36 11 18.95M12 5C15.87 5 18 6.5 18 7S15.87 9 12 9 6 7.5 6 7 8.13 5 12 5M20.31 17.9C20.75 17.21 21 16.38 21 15.5C21 13 19 11 16.5 11S12 13 12 15.5 14 20 16.5 20C17.37 20 18.19 19.75 18.88 19.32L22 22.39L23.39 21L20.31 17.9M16.5 18C15.12 18 14 16.88 14 15.5S15.12 13 16.5 13 19 14.12 19 15.5 17.88 18 16.5 18Z\" /></svg></li><li title=\"database search \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-database-search\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.68,12.32C16.92,10.56 14.07,10.57 12.32,12.33C10.56,14.09 10.56,16.94 12.32,18.69C13.81,20.17 16.11,20.43 17.89,19.32L21,22.39L22.39,21L19.3,17.89C20.43,16.12 20.17,13.8 18.68,12.32M17.27,17.27C16.29,18.25 14.71,18.24 13.73,17.27C12.76,16.29 12.76,14.71 13.74,13.73C14.71,12.76 16.29,12.76 17.27,13.73C18.24,14.71 18.24,16.29 17.27,17.27M10.9,20.1C10.25,19.44 9.74,18.65 9.42,17.78C6.27,17.25 4,15.76 4,14V17C4,19.21 7.58,21 12,21V21C11.6,20.74 11.23,20.44 10.9,20.1M4,9V12C4,13.68 6.07,15.12 9,15.7C9,15.63 9,15.57 9,15.5C9,14.57 9.2,13.65 9.58,12.81C6.34,12.3 4,10.79 4,9M12,3C7.58,3 4,4.79 4,7C4,9 7,10.68 10.85,11H10.9C12.1,9.74 13.76,9 15.5,9C16.41,9 17.31,9.19 18.14,9.56C19.17,9.09 19.87,8.12 20,7C20,4.79 16.42,3 12,3Z\" /></svg></li><li title=\"database settings outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-database-settings-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 3C7.58 3 4 4.79 4 7V17C4 18.2 5.06 19.27 6.73 20H17.27C18.94 19.27 20 18.2 20 17V7C20 4.79 16.42 3 12 3M18 17C18 17.5 15.87 19 12 19S6 17.5 6 17V14.77C7.61 15.55 9.72 16 12 16S16.39 15.55 18 14.77V17M18 12.45C16.7 13.4 14.42 14 12 14S7.3 13.4 6 12.45V9.64C7.47 10.47 9.61 11 12 11S16.53 10.47 18 9.64V12.45M12 9C8.13 9 6 7.5 6 7S8.13 5 12 5 18 6.5 18 7 15.87 9 12 9M7 22H9V24H7V22M15 22H17V24H15V22M11 22H13V24H11V22Z\" /></svg></li><li title=\"database settings \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-database-settings\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7,22H9V24H7V22M11,22H13V24H11V22M15,22H17V24H15V22M12,3C16.42,3 20,4.79 20,7C20,9.21 16.42,11 12,11C7.58,11 4,9.21 4,7C4,4.79 7.58,3 12,3M4,9C4,11.21 7.58,13 12,13C16.42,13 20,11.21 20,9V12C20,14.21 16.42,16 12,16C7.58,16 4,14.21 4,12V9M4,14C4,16.21 7.58,18 12,18C16.42,18 20,16.21 20,14V17C20,18.19 18.95,19.27 17.29,20H6.71C5.05,19.27 4,18.19 4,17V14Z\" /></svg></li><li title=\"database sync outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-database-sync-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 16C12.41 16 12.81 15.97 13.21 15.94C13.4 15.18 13.72 14.46 14.16 13.83C13.47 13.94 12.74 14 12 14C9.58 14 7.3 13.4 6 12.45V9.64C7.47 10.47 9.61 11 12 11S16.53 10.47 18 9.64V11.19C18.5 11.07 19 11 19.55 11C19.7 11 19.85 11 20 11.03V7C20 4.79 16.42 3 12 3S4 4.79 4 7V17C4 19.21 7.59 21 12 21C12.66 21 13.31 20.96 13.92 20.88C13.57 20.29 13.31 19.64 13.16 18.94C12.79 19 12.41 19 12 19C8.13 19 6 17.5 6 17V14.77C7.61 15.55 9.72 16 12 16M12 5C15.87 5 18 6.5 18 7S15.87 9 12 9 6 7.5 6 7 8.13 5 12 5M23 17.5C23 18.32 22.75 19.08 22.33 19.71L21.24 18.62C21.41 18.28 21.5 17.9 21.5 17.5C21.5 16.12 20.38 15 19 15V16.5L16.75 14.25L19 12V13.5C21.21 13.5 23 15.29 23 17.5M19 18.5L21.25 20.75L19 23V21.5C16.79 21.5 15 19.71 15 17.5C15 16.68 15.25 15.92 15.67 15.29L16.76 16.38C16.59 16.72 16.5 17.1 16.5 17.5C16.5 18.88 17.62 20 19 20V18.5Z\" /></svg></li><li title=\"database sync \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-database-sync\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,12V13.5A4,4 0 0,1 23,17.5C23,18.32 22.75,19.08 22.33,19.71L21.24,18.62C21.41,18.28 21.5,17.9 21.5,17.5A2.5,2.5 0 0,0 19,15V16.5L16.75,14.25L19,12M19,23V21.5A4,4 0 0,1 15,17.5C15,16.68 15.25,15.92 15.67,15.29L16.76,16.38C16.59,16.72 16.5,17.1 16.5,17.5A2.5,2.5 0 0,0 19,20V18.5L21.25,20.75L19,23M12,3C16.42,3 20,4.79 20,7C20,9.21 16.42,11 12,11C7.58,11 4,9.21 4,7C4,4.79 7.58,3 12,3M4,9C4,11.21 7.58,13 12,13C13.11,13 14.17,12.89 15.14,12.68C14.19,13.54 13.5,14.67 13.18,15.96L12,16C7.58,16 4,14.21 4,12V9M20,9V11H19.5L18.9,11.03C19.6,10.43 20,9.74 20,9M4,14C4,16.21 7.58,18 12,18L13,17.97C13.09,19.03 13.42,20 13.95,20.88L12,21C7.58,21 4,19.21 4,17V14Z\" /></svg></li><li title=\"database \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-database\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,3C7.58,3 4,4.79 4,7C4,9.21 7.58,11 12,11C16.42,11 20,9.21 20,7C20,4.79 16.42,3 12,3M4,9V12C4,14.21 7.58,16 12,16C16.42,16 20,14.21 20,12V9C20,11.21 16.42,13 12,13C7.58,13 4,11.21 4,9M4,14V17C4,19.21 7.58,21 12,21C16.42,21 20,19.21 20,17V14C20,16.21 16.42,18 12,18C7.58,18 4,16.21 4,14Z\" /></svg></li><li title=\"death star variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-death-star-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2.05,13H21.94C21.88,13.69 21.74,14.36 21.54,15H14V17H17V19H15V21H12.5V22C12.33,22 12.17,22 12,22C6.82,22 2.55,18.05 2.05,13M21.94,11H2.05C2.55,5.95 6.82,2 12,2C13.62,2 15.15,2.39 16.5,3.08V5H18.5V7H20V9H21.54C21.74,9.64 21.88,10.31 21.94,11M12,6.75A2.5,2.5 0 0,0 9.5,4.25A2.5,2.5 0 0,0 7,6.75A2.5,2.5 0 0,0 9.5,9.25A2.5,2.5 0 0,0 12,6.75Z\" /></svg></li><li title=\"death star \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-death-star\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2.05,13H21.95C21.45,18.05 17.19,22 12,22C6.82,22 2.55,18.05 2.05,13M21.95,11H2.05C2.55,5.95 6.82,2 12,2C17.18,2 21.45,5.95 21.95,11M12,6.75A2.5,2.5 0 0,0 9.5,4.25A2.5,2.5 0 0,0 7,6.75A2.5,2.5 0 0,0 9.5,9.25A2.5,2.5 0 0,0 12,6.75Z\" /></svg></li><li title=\"deathly hallows \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-deathly-hallows\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2L1,21H23L12,2M12.75,11.47C14.56,11.87 15.7,13.67 15.3,15.5C15,16.75 14,17.75 12.75,18.03V11.47M11.25,18C9.44,17.6 8.3,15.8 8.7,14C9,12.72 10,11.72 11.25,11.44V18M16.88,14.72C16.83,12.35 15.09,10.36 12.75,10V6.29L20.4,19.5H13.07C15.29,19 16.87,17.03 16.88,14.75V14.72M11.25,6.29V10C8.6,10.4 6.77,12.88 7.18,15.54C7.5,17.5 8.97,19.12 10.93,19.55H3.6L11.25,6.29Z\" /></svg></li><li title=\"debian \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-debian\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.5,10.57L18.3,10.94C18.56,10.16 18.41,9.31 18.45,8.57L18.38,8.55C18.31,6.7 16.71,4.73 15.29,4.07C14.06,3.5 12.17,3.4 11.3,3.83C11.42,3.72 11.9,3.68 11.75,3.6C10.38,3.73 10.69,4.07 9.64,4.34C9.35,4.62 10.5,4.12 9.87,4.5C9.31,4.63 9.05,4.38 8.22,5.24C8.29,5.36 8.75,4.89 8.37,5.36C7.58,5.27 5.89,7.16 5.53,7.78L5.72,7.82C5.41,8.59 5,9.08 4.95,9.54C4.87,10.68 4.5,12.75 5.03,13.39L4.97,13.92L5.2,14.37L5.08,14.38C5.66,16.21 5.7,14.42 6.47,16.32C6.36,16.28 6.24,16.24 6.08,16C6.06,16.19 6.32,16.69 6.62,17.08L6.5,17.22C6.66,17.53 6.82,17.6 6.93,17.71C6.3,17.36 7.5,18.84 7.63,19.03L7.73,18.86C7.71,19.1 7.9,19.42 8.26,19.87L8.56,19.86C8.69,20.1 9.14,20.54 9.41,20.56L9.23,20.8C9.92,21 9.56,21.09 10.41,21.39L10.24,21.09C10.67,21.46 10.8,21.79 11.41,22.07C12.26,22.37 12.37,22.25 13.23,22.5C12.5,22.5 11.64,22.5 11.06,22.28C7.1,21.21 3.5,16.56 3.74,11.78C3.68,10.81 3.84,9.6 3.68,9.36C3.9,8.62 4.16,7.72 4.69,6.65C4.65,6.58 4.78,6.86 5.05,6.41C5.21,6.05 5.34,5.66 5.55,5.31L5.65,5.28C5.76,4.67 7.08,3.73 7.5,3.26V3.44C8.36,2.63 9.9,2.09 10.76,1.71C10.53,1.96 11.27,1.68 11.8,1.65L11.31,1.93C11.94,1.77 11.91,2 12.56,1.9C12.33,1.93 12.06,2 12.1,2.06C12.82,2.14 12.94,1.84 13.61,2.06L13.56,1.86C14.5,2.2 14.69,2.14 15.7,2.68C16.06,2.69 16.1,2.46 16.63,2.68C16.73,2.84 16.61,2.87 17.27,3.27C17.34,3.24 17.14,3.05 17,2.9C18.3,3.61 19.75,5.12 20.18,6.74C19.77,6 20.14,7.13 20,7.07C20.18,7.56 20.33,8.07 20.43,8.6C20.31,8.17 20.04,7.12 19.57,6.45C19.54,6.88 18.97,6.15 19.28,7.11C19.5,7.45 19.33,6.76 19.62,7.36C19.62,7.65 19.73,7.94 19.8,8.31C19.7,8.29 19.58,7.9 19.5,8C19.6,8.5 19.77,8.72 19.83,8.76C19.8,8.84 19.71,8.68 19.71,9C19.75,9.74 19.92,9.43 20,9.46C19.91,9.83 19.59,10.25 19.75,10.88L19.55,10.32C19.5,10.85 19.66,10.95 19.42,11.6C19.6,11 19.58,10.5 19.41,10.75C19.5,11.57 18.76,12.2 18.83,12.73L18.62,12.44C18.05,13.27 18.61,12.89 18.22,13.5C18.36,13.27 18.15,13.42 18.33,13.14C18.21,13.15 17.78,13.67 17.39,13.97C15.85,15.2 14,15.37 12.24,14.7H12.23C12.24,14.66 12.23,14.61 12.11,14.53C10.6,13.38 9.71,12.4 10,10.12C10.25,9.95 10.31,9 10.84,8.67C11.16,7.96 12.12,7.31 13.15,7.29C14.2,7.23 15.09,7.85 15.54,8.43C14.72,7.68 13.4,7.45 12.26,8C11.11,8.53 10.42,9.8 10.5,11.07C10.56,11 10.6,11.05 10.62,10.89C10.59,13.36 13.28,15.17 15.22,14.26L15.25,14.31C16.03,14.09 15.93,13.92 16.44,13.56C16.4,13.65 16.1,13.86 16.28,13.86C16.53,13.8 17.31,13.07 17.7,12.73C17.87,12.35 17.6,12.5 17.85,12.04L18.15,11.89C18.32,11.41 18.5,11.14 18.5,10.57\" /></svg></li><li title=\"debug step into \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-debug-step-into\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,22A2,2 0 0,1 10,20A2,2 0 0,1 12,18A2,2 0 0,1 14,20A2,2 0 0,1 12,22M13,2V13L17.5,8.5L18.92,9.92L12,16.84L5.08,9.92L6.5,8.5L11,13V2H13Z\" /></svg></li><li title=\"debug step out \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-debug-step-out\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,22A2,2 0 0,1 10,20A2,2 0 0,1 12,18A2,2 0 0,1 14,20A2,2 0 0,1 12,22M13,16H11V6L6.5,10.5L5.08,9.08L12,2.16L18.92,9.08L17.5,10.5L13,6V16Z\" /></svg></li><li title=\"debug step over \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-debug-step-over\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,14A2,2 0 0,1 14,16A2,2 0 0,1 12,18A2,2 0 0,1 10,16A2,2 0 0,1 12,14M23.46,8.86L21.87,15.75L15,14.16L18.8,11.78C17.39,9.5 14.87,8 12,8C8.05,8 4.77,10.86 4.12,14.63L2.15,14.28C2.96,9.58 7.06,6 12,6C15.58,6 18.73,7.89 20.5,10.72L23.46,8.86Z\" /></svg></li><li title=\"decagram outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-decagram-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23,12L20.56,14.78L20.9,18.46L17.29,19.28L15.4,22.46L12,21L8.6,22.47L6.71,19.29L3.1,18.47L3.44,14.78L1,12L3.44,9.21L3.1,5.53L6.71,4.72L8.6,1.54L12,3L15.4,1.54L17.29,4.72L20.9,5.54L20.56,9.22L23,12M20.33,12L18.5,9.89L18.74,7.1L16,6.5L14.58,4.07L12,5.18L9.42,4.07L8,6.5L5.26,7.09L5.5,9.88L3.67,12L5.5,14.1L5.26,16.9L8,17.5L9.42,19.93L12,18.81L14.58,19.92L16,17.5L18.74,16.89L18.5,14.1L20.33,12Z\" /></svg></li><li title=\"decagram \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-decagram\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23,12L20.56,9.22L20.9,5.54L17.29,4.72L15.4,1.54L12,3L8.6,1.54L6.71,4.72L3.1,5.53L3.44,9.21L1,12L3.44,14.78L3.1,18.47L6.71,19.29L8.6,22.47L12,21L15.4,22.46L17.29,19.28L20.9,18.46L20.56,14.78L23,12Z\" /></svg></li><li title=\"decimal comma decrease \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-decimal-comma-decrease\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5 13V16H4L3 13A1 1 0 0 1 5 13M15 16V14L12 17L15 20V18H21V16M12 11A3 3 0 0 1 6 11V8A3 3 0 0 1 12 8M10 8A1 1 0 0 0 8 8V11A1 1 0 0 0 10 11Z\" /></svg></li><li title=\"decimal comma increase \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-decimal-comma-increase\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9 5A3 3 0 0 0 6 8V11A3 3 0 0 0 12 11V8A3 3 0 0 0 9 5M10 11A1 1 0 0 1 8 11V8A1 1 0 0 1 10 8M16 14A3 3 0 0 0 19 11V8A3 3 0 0 0 13 8V11A3 3 0 0 0 16 14M15 8A1 1 0 0 1 17 8V11A1 1 0 0 1 15 11M19 20V18H13V16H19V14L22 17M5 13V16H4L3 13A1 1 0 0 1 5 13Z\" /></svg></li><li title=\"decimal comma \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-decimal-comma\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10 7A3 3 0 0 1 13 10V13A3 3 0 0 1 7 13V10A3 3 0 0 1 10 7M10 9A1 1 0 0 0 9 10V13A1 1 0 0 0 11 13V10A1 1 0 0 0 10 9M17 7A3 3 0 0 1 20 10V13A3 3 0 0 1 14 13V10A3 3 0 0 1 17 7M17 9A1 1 0 0 0 16 10V13A1 1 0 0 0 18 13V10A1 1 0 0 0 17 9M5 14A1 1 0 0 0 4 15L5 18H6V15A1 1 0 0 0 5 14Z\" /></svg></li><li title=\"decimal decrease \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-decimal-decrease\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,17L15,20V18H21V16H15V14L12,17M9,5A3,3 0 0,1 12,8V11A3,3 0 0,1 9,14A3,3 0 0,1 6,11V8A3,3 0 0,1 9,5M9,7A1,1 0 0,0 8,8V11A1,1 0 0,0 9,12A1,1 0 0,0 10,11V8A1,1 0 0,0 9,7M4,12A1,1 0 0,1 5,13A1,1 0 0,1 4,14A1,1 0 0,1 3,13A1,1 0 0,1 4,12Z\" /></svg></li><li title=\"decimal increase \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-decimal-increase\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,17L19,20V18H13V16H19V14L22,17M9,5A3,3 0 0,1 12,8V11A3,3 0 0,1 9,14A3,3 0 0,1 6,11V8A3,3 0 0,1 9,5M9,7A1,1 0 0,0 8,8V11A1,1 0 0,0 9,12A1,1 0 0,0 10,11V8A1,1 0 0,0 9,7M16,5A3,3 0 0,1 19,8V11A3,3 0 0,1 16,14A3,3 0 0,1 13,11V8A3,3 0 0,1 16,5M16,7A1,1 0 0,0 15,8V11A1,1 0 0,0 16,12A1,1 0 0,0 17,11V8A1,1 0 0,0 16,7M4,12A1,1 0 0,1 5,13A1,1 0 0,1 4,14A1,1 0 0,1 3,13A1,1 0 0,1 4,12Z\" /></svg></li><li title=\"decimal \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-decimal\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10 7A3 3 0 0 0 7 10V13A3 3 0 0 0 13 13V10A3 3 0 0 0 10 7M11 13A1 1 0 0 1 9 13V10A1 1 0 0 1 11 10M17 7A3 3 0 0 0 14 10V13A3 3 0 0 0 20 13V10A3 3 0 0 0 17 7M18 13A1 1 0 0 1 16 13V10A1 1 0 0 1 18 10M6 15A1 1 0 1 1 5 14A1 1 0 0 1 6 15Z\" /></svg></li><li title=\"delete alert outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-delete-alert-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 19V7H16V19C16 20.1 15.1 21 14 21H6C4.9 21 4 20.1 4 19M6 9V19H14V9H6M13.5 4H17V6H3V4H6.5L7.5 3H12.5L13.5 4M19 17V15H21V17H19M19 13V7H21V13H19Z\" /></svg></li><li title=\"delete alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-delete-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17 4V6H3V4H6.5L7.5 3H12.5L13.5 4H17M4 19V7H16V19C16 20.1 15.1 21 14 21H6C4.9 21 4 20.1 4 19M19 15H21V17H19V15M19 7H21V13H19V7Z\" /></svg></li><li title=\"delete circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-delete-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4M16,10V17A1,1 0 0,1 15,18H9A1,1 0 0,1 8,17V10H16M13.5,6L14.5,7H17V9H7V7H9.5L10.5,6H13.5Z\" /></svg></li><li title=\"delete circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-delete-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2C17.53,2 22,6.47 22,12C22,17.53 17.53,22 12,22C6.47,22 2,17.53 2,12C2,6.47 6.47,2 12,2M17,7H14.5L13.5,6H10.5L9.5,7H7V9H17V7M9,18H15A1,1 0 0,0 16,17V10H8V17A1,1 0 0,0 9,18Z\" /></svg></li><li title=\"delete clock outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-delete-clock-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15 13H16.5V15.82L18.94 17.23L18.19 18.53L15 16.69V13M23 16C23 19.87 19.87 23 16 23C14.09 23 12.36 22.24 11.1 21H8C6.9 21 6 20.1 6 19V7H18V9.29C20.89 10.15 23 12.83 23 16M9 16C9 12.13 12.13 9 16 9H8V19H9.67C9.24 18.09 9 17.07 9 16M16 11C13.24 11 11 13.24 11 16C11 18.76 13.24 21 16 21C18.76 21 21 18.76 21 16C21 13.24 18.76 11 16 11M15.5 4H19V6H5V4H8.5L9.5 3H14.5L15.5 4Z\" /></svg></li><li title=\"delete clock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-delete-clock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15 13H16.5V15.82L18.94 17.23L18.19 18.53L15 16.69V13M23 16C23 19.87 19.87 23 16 23C14.09 23 12.36 22.24 11.1 21H8C6.9 21 6 20.1 6 19V7H18V9.29C20.89 10.15 23 12.83 23 16M16 11C13.24 11 11 13.24 11 16C11 18.76 13.24 21 16 21C18.76 21 21 18.76 21 16C21 13.24 18.76 11 16 11M19 4V6H5V4H8.5L9.5 3H14.5L15.5 4H19Z\" /></svg></li><li title=\"delete empty outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-delete-empty-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.37,8.91L19.37,10.64L7.24,3.64L8.24,1.91L11.28,3.66L12.64,3.29L16.97,5.79L17.34,7.16L20.37,8.91M6,19V7H11.07L18,11V19A2,2 0 0,1 16,21H8A2,2 0 0,1 6,19M8,19H16V12.2L10.46,9H8V19Z\" /></svg></li><li title=\"delete empty \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-delete-empty\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.37,8.91L19.37,10.64L7.24,3.64L8.24,1.91L11.28,3.66L12.64,3.29L16.97,5.79L17.34,7.16L20.37,8.91M6,19V7H11.07L18,11V19A2,2 0 0,1 16,21H8A2,2 0 0,1 6,19Z\" /></svg></li><li title=\"delete forever outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-delete-forever-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.12,10.47L12,12.59L9.87,10.47L8.46,11.88L10.59,14L8.47,16.12L9.88,17.53L12,15.41L14.12,17.53L15.53,16.12L13.41,14L15.53,11.88L14.12,10.47M15.5,4L14.5,3H9.5L8.5,4H5V6H19V4H15.5M6,19A2,2 0 0,0 8,21H16A2,2 0 0,0 18,19V7H6V19M8,9H16V19H8V9Z\" /></svg></li><li title=\"delete forever \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-delete-forever\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,19A2,2 0 0,0 8,21H16A2,2 0 0,0 18,19V7H6V19M8.46,11.88L9.87,10.47L12,12.59L14.12,10.47L15.53,11.88L13.41,14L15.53,16.12L14.12,17.53L12,15.41L9.88,17.53L8.47,16.12L10.59,14L8.46,11.88M15.5,4L14.5,3H9.5L8.5,4H5V6H19V4H15.5Z\" /></svg></li><li title=\"delete off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-delete-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2 5.27L3.28 4L5 5.72L5.28 6L6.28 7L8.28 9L16 16.72L18 18.72L20 20.72L18.73 22L17.27 20.54C16.93 20.83 16.5 21 16 21H8C6.9 21 6 20.1 6 19V9.27L2 5.27M8 19H15.73L8 11.27V19M18 7V16.18L16 14.18V9H10.82L8.82 7H18M15.5 4H19V6H7.82L5.82 4H8.5L9.5 3H14.5L15.5 4Z\" /></svg></li><li title=\"delete off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-delete-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2 5.27L3.28 4L5 5.72L5.28 6L6.28 7L18 18.72L20 20.72L18.73 22L17.27 20.54C16.93 20.83 16.5 21 16 21H8C6.9 21 6 20.1 6 19V9.27L2 5.27M19 4V6H7.82L5.82 4H8.5L9.5 3H14.5L15.5 4H19M18 7V16.18L8.82 7H18Z\" /></svg></li><li title=\"delete outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-delete-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,19A2,2 0 0,0 8,21H16A2,2 0 0,0 18,19V7H6V19M8,9H16V19H8V9M15.5,4L14.5,3H9.5L8.5,4H5V6H19V4H15.5Z\" /></svg></li><li title=\"delete restore \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-delete-restore\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,14H16L12,10L8,14H10V18H14V14M6,7H18V19C18,19.5 17.8,20 17.39,20.39C17,20.8 16.5,21 16,21H8C7.5,21 7,20.8 6.61,20.39C6.2,20 6,19.5 6,19V7M19,4V6H5V4H8.5L9.5,3H14.5L15.5,4H19Z\" /></svg></li><li title=\"delete sweep outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-delete-sweep-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,16H19V18H15V16M15,8H22V10H15V8M15,12H21V14H15V12M11,10V18H5V10H11M13,8H3V18A2,2 0 0,0 5,20H11A2,2 0 0,0 13,18V8M14,5H11L10,4H6L5,5H2V7H14V5Z\" /></svg></li><li title=\"delete sweep \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-delete-sweep\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,16H19V18H15V16M15,8H22V10H15V8M15,12H21V14H15V12M3,18A2,2 0 0,0 5,20H11A2,2 0 0,0 13,18V8H3V18M14,5H11L10,4H6L5,5H2V7H14V5Z\" /></svg></li><li title=\"delete variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-delete-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.03,3L18,20.31C17.83,21.27 17,22 16,22H8C7,22 6.17,21.27 6,20.31L2.97,3H21.03M5.36,5L8,20H16L18.64,5H5.36M9,18V14H13V18H9M13,13.18L9.82,10L13,6.82L16.18,10L13,13.18Z\" /></svg></li><li title=\"delete \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-delete\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,4H15.5L14.5,3H9.5L8.5,4H5V6H19M6,19A2,2 0 0,0 8,21H16A2,2 0 0,0 18,19V7H6V19Z\" /></svg></li><li title=\"delta \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-delta\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,7.77L18.39,18H5.61L12,7.77M12,4L2,20H22\" /></svg></li><li title=\"desk lamp \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-desk-lamp\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10.85,2L9.18,4.5L10.32,5.25L7.14,10C7.1,10 7.05,10 7,10A2,2 0 0,0 5,12C5,12.94 5.66,13.75 6.58,13.95L10.62,20H7V22H17V20H13L8.53,13.28C8.83,12.92 9,12.47 9,12C9,11.7 8.93,11.4 8.8,11.13L12,6.37C11.78,8.05 12.75,9.89 14.45,11L18.89,4.37C17.2,3.24 15.12,3.04 13.65,3.87L10.85,2M18.33,7L16.67,9.5C17.35,9.95 18.29,9.77 18.75,9.08C19.21,8.39 19,7.46 18.33,7Z\" /></svg></li><li title=\"desk \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-desk\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 6H21C21.55 6 22 6.45 22 7C22 7.55 21.55 8 21 8V19H19V17H15V19H13V8H5V19H3V8C2.45 8 2 7.55 2 7C2 6.45 2.45 6 3 6M16 10.5V11H18V10.5C18 10.22 17.78 10 17.5 10H16.5C16.22 10 16 10.22 16 10.5M16 14.5V15H18V14.5C18 14.22 17.78 14 17.5 14H16.5C16.22 14 16 14.22 16 14.5Z\" /></svg></li><li title=\"deskphone \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-deskphone\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3M15,5V19H19V5H15M5,5V9H13V5H5M5,11V13H7V11H5M8,11V13H10V11H8M11,11V13H13V11H11M5,14V16H7V14H5M8,14V16H10V14H8M11,14V16H13V14H11M11,17V19H13V17H11M8,17V19H10V17H8M5,17V19H7V17H5Z\" /></svg></li><li title=\"desktop classic \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-desktop-classic\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,2C4.89,2 4,2.89 4,4V12C4,13.11 4.89,14 6,14H18C19.11,14 20,13.11 20,12V4C20,2.89 19.11,2 18,2H6M6,4H18V12H6V4M4,15C2.89,15 2,15.89 2,17V20C2,21.11 2.89,22 4,22H20C21.11,22 22,21.11 22,20V17C22,15.89 21.11,15 20,15H4M8,17H20V20H8V17M9,17.75V19.25H13V17.75H9M15,17.75V19.25H19V17.75H15Z\" /></svg></li><li title=\"desktop mac dashboard \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-desktop-mac-dashboard\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,14V4H3V14H21M21,2A2,2 0 0,1 23,4V16A2,2 0 0,1 21,18H14L16,21V22H8V21L10,18H3C1.89,18 1,17.1 1,16V4C1,2.89 1.89,2 3,2H21M4,5H15V10H4V5M16,5H20V7H16V5M20,8V13H16V8H20M4,11H9V13H4V11M10,11H15V13H10V11Z\" /></svg></li><li title=\"desktop mac \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-desktop-mac\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,14H3V4H21M21,2H3C1.89,2 1,2.89 1,4V16A2,2 0 0,0 3,18H10L8,21V22H16V21L14,18H21A2,2 0 0,0 23,16V4C23,2.89 22.1,2 21,2Z\" /></svg></li><li title=\"desktop tower monitor \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-desktop-tower-monitor\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,18H17A1,1 0 0,1 16,17V7A1,1 0 0,1 17,6H22A1,1 0 0,1 23,7V17A1,1 0 0,1 22,18M22,8H17V9H22V8M22,10H17V11H22V10M9,15V17H10V18H5V17H6V15H2A1,1 0 0,1 1,14V7A1,1 0 0,1 2,6H13A1,1 0 0,1 14,7V14A1,1 0 0,1 13,15H9M12,8H3V13H12V8Z\" /></svg></li><li title=\"desktop tower \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-desktop-tower\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8,2H16A2,2 0 0,1 18,4V20A2,2 0 0,1 16,22H8A2,2 0 0,1 6,20V4A2,2 0 0,1 8,2M8,4V6H16V4H8M16,8H8V10H16V8M16,18H14V20H16V18Z\" /></svg></li><li title=\"details \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-details\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6.38,6H17.63L12,16L6.38,6M3,4L12,20L21,4H3Z\" /></svg></li><li title=\"dev to \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-dev-to\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.73 11.93C7.73 13.65 7.71 13.76 7.5 14C7.31 14.17 7.12 14.23 6.74 14.23L6.23 14.24L6.2 11.97L6.18 9.7H6.7C7.05 9.7 7.3 9.77 7.47 9.91C7.71 10.12 7.73 10.16 7.73 11.93M22 7.5V16.5C22 17.61 21.11 18.5 20 18.5H4C2.89 18.5 2 17.61 2 16.5V7.5C2 6.39 2.89 5.5 4 5.5H20C21.11 5.5 22 6.39 22 7.5M8.93 11.73C8.9 9.89 8.88 9.74 8.64 9.34C8.24 8.66 7.79 8.5 6.28 8.5H5V15.5H6.21C7.54 15.5 8.1 15.33 8.5 14.79C8.91 14.26 9 13.81 8.93 11.73M13.12 8.5H11.64C10.15 8.5 10.14 8.5 9.93 8.78S9.7 9.21 9.7 12V14.96L9.97 15.23C10.22 15.5 10.28 15.5 11.68 15.5H13.12V14.31L12.03 14.27L10.93 14.24V12.6L11.61 12.57L12.27 12.53V11.34H10.88V9.7H13.12V8.5M19 8.56C19 8.5 18.7 8.5 18.34 8.5L17.66 8.56L17.07 10.91C16.69 12.39 16.45 13.18 16.4 13.04C16.32 12.77 15.26 8.6 15.26 8.55C15.26 8.5 14.95 8.5 14.58 8.5H13.89L14.3 10.05C14.5 10.92 14.89 12.33 15.11 13.2C15.45 14.55 15.57 14.85 15.86 15.14C16.06 15.36 16.31 15.5 16.47 15.5C16.8 15.5 17.23 15.16 17.37 14.77C17.5 14.5 19 8.69 19 8.56Z\" /></svg></li><li title=\"developer board \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-developer-board\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,9V7H20V5A2,2 0 0,0 18,3H4A2,2 0 0,0 2,5V19A2,2 0 0,0 4,21H18A2,2 0 0,0 20,19V17H22V15H20V13H22V11H20V9H22M18,19H4V5H18V19M6,13H11V17H6V13M12,7H16V10H12V7M6,7H11V12H6V7M12,11H16V17H12V11Z\" /></svg></li><li title=\"deviantart \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-deviantart\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,6H12L14,2H18V6L14.5,13H18V18H12L10,22H6V18L9.5,11H6V6Z\" /></svg></li><li title=\"devices \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-devices\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 6H21V4H3C1.9 4 1 4.9 1 6V18C1 19.1 1.9 20 3 20H7V18H3V6M13 12H9V13.78C8.39 14.33 8 15.11 8 16C8 16.89 8.39 17.67 9 18.22V20H13V18.22C13.61 17.67 14 16.88 14 16S13.61 14.33 13 13.78V12M11 17.5C10.17 17.5 9.5 16.83 9.5 16S10.17 14.5 11 14.5 12.5 15.17 12.5 16 11.83 17.5 11 17.5M22 8H16C15.5 8 15 8.5 15 9V19C15 19.5 15.5 20 16 20H22C22.5 20 23 19.5 23 19V9C23 8.5 22.5 8 22 8M21 18H17V10H21V18Z\" /></svg></li><li title=\"dharmachakra \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-dharmachakra\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,2V3C9.27,3.2 7.69,3.9 6.4,4.94L5.64,4.18L4.22,5.6L5,6.35C3.9,7.68 3.21,9.3 3,11H2V13H3C3.21,14.68 3.9,16.26 5,17.56L4.22,18.32L5.64,19.74L6.39,19C7.71,20.07 9.3,20.77 11,21V22H13V21C14.69,20.77 16.29,20.07 17.6,19L18.36,19.74L19.78,18.32L19,17.57C20.1,16.27 20.79,14.68 21,13H22V11H21C20.79,9.3 20.1,7.69 19,6.36L19.78,5.6L18.36,4.18L17.61,4.94C16.29,3.87 14.69,3.2 13,3V2H11M11,5V8L10,8.5L7.81,6.35C8.72,5.67 9.81,5.17 11,5M13,5C14.16,5.18 15.26,5.64 16.2,6.35L14,8.5L13,8V5M6.4,7.76L8.5,10L8,11H5C5.16,9.84 5.7,8.7 6.39,7.75L6.4,7.76M17.6,7.76C18.33,8.71 18.81,9.82 19,11H16L15.5,10L17.61,7.76H17.6M12,10C13.12,10 14,10.88 14,12C14,13.12 13.12,14 12,14C10.88,14 10,13.12 10,12C10,10.88 10.88,10 12,10M5,13H8L8.57,14L6.39,16.15C5.67,15.24 5.19,14.16 5,13V13M16,13H19C18.81,14.15 18.33,15.24 17.61,16.16L15.5,14L16,13M10,15.5L11,16V19C9.83,18.8 8.73,18.31 7.8,17.57L10,15.5M14,15.5L16.19,17.57C15.28,18.25 14.19,18.83 13,19V16L14,15.5Z\" /></svg></li><li title=\"diabetes \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-diabetes\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.73 2.29A1 1 0 0 1 16.14 3.7L13 6.79L13.76 7.74L15.7 12.74A1.46 1.46 0 0 1 15.36 14.29L12.27 17.38A1.55 1.55 0 0 1 10.15 17.38L5.55 12.78A1.37 1.37 0 0 1 5.15 11.78L4.65 5.34H5.72A1 1 0 0 1 6.47 5.64L6.61 5.81L7.66 9.29M7.66 22L2 16.36L4.12 14.24L9.78 19.9M19.5 4.5S17 7.26 17 9A2.5 2.5 0 1 0 22 9C22 7.26 19.5 4.5 19.5 4.5Z\" /></svg></li><li title=\"dialpad \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-dialpad\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,19A2,2 0 0,0 10,21A2,2 0 0,0 12,23A2,2 0 0,0 14,21A2,2 0 0,0 12,19M6,1A2,2 0 0,0 4,3A2,2 0 0,0 6,5A2,2 0 0,0 8,3A2,2 0 0,0 6,1M6,7A2,2 0 0,0 4,9A2,2 0 0,0 6,11A2,2 0 0,0 8,9A2,2 0 0,0 6,7M6,13A2,2 0 0,0 4,15A2,2 0 0,0 6,17A2,2 0 0,0 8,15A2,2 0 0,0 6,13M18,5A2,2 0 0,0 20,3A2,2 0 0,0 18,1A2,2 0 0,0 16,3A2,2 0 0,0 18,5M12,13A2,2 0 0,0 10,15A2,2 0 0,0 12,17A2,2 0 0,0 14,15A2,2 0 0,0 12,13M18,13A2,2 0 0,0 16,15A2,2 0 0,0 18,17A2,2 0 0,0 20,15A2,2 0 0,0 18,13M18,7A2,2 0 0,0 16,9A2,2 0 0,0 18,11A2,2 0 0,0 20,9A2,2 0 0,0 18,7M12,7A2,2 0 0,0 10,9A2,2 0 0,0 12,11A2,2 0 0,0 14,9A2,2 0 0,0 12,7M12,1A2,2 0 0,0 10,3A2,2 0 0,0 12,5A2,2 0 0,0 14,3A2,2 0 0,0 12,1Z\" /></svg></li><li title=\"diameter outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-diameter-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M12,20A8,8 0 0,1 4,12A8,8 0 0,1 12,4A8,8 0 0,1 20,12A8,8 0 0,1 12,20M16,15V13H8V15L5,12L8,9V11H16V9L19,12L16,15Z\" /></svg></li><li title=\"diameter variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-diameter-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4.15,21.46L5.47,19.58C3.35,17.74 2,15.03 2,12A10,10 0 0,1 12,2C13.78,2 15.44,2.46 16.89,3.27L18.21,1.39L19.85,2.54L18.53,4.42C20.65,6.26 22,8.97 22,12A10,10 0 0,1 12,22C10.22,22 8.56,21.54 7.11,20.73L5.79,22.61L4.15,21.46M12,4A8,8 0 0,0 4,12C4,14.35 5,16.46 6.63,17.93L15.73,4.92C14.62,4.33 13.35,4 12,4M12,20A8,8 0 0,0 20,12C20,9.65 19,7.54 17.37,6.07L8.27,19.08C9.38,19.67 10.65,20 12,20Z\" /></svg></li><li title=\"diameter \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-diameter\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M17,15V13H7V15L4,12L7,9V11H17V9L20,12L17,15Z\" /></svg></li><li title=\"diamond outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-diamond-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18,2H6L2,8L12,22L22,8L18,2M4.43,8L7.07,4H16.93L19.57,8L12,18.56L4.43,8Z\" /></svg></li><li title=\"diamond stone \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-diamond-stone\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,9H19L14,16M10,9H14L12,17M5,9H8L10,16M15,4H17L19,7H16M11,4H13L14,7H10M7,4H9L8,7H5M6,2L2,8L12,22L22,8L18,2H6Z\" /></svg></li><li title=\"diamond \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-diamond\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,2L2,8L12,22L22,8L18,2H6Z\" /></svg></li><li title=\"dice 1 outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-dice-1-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 5V19H5V5H19M19 3H5C3.9 3 3 3.9 3 5V19C3 20.11 3.9 21 5 21H19C20.11 21 21 20.11 21 19V5C21 3.9 20.11 3 19 3M12 10.5C11.17 10.5 10.5 11.17 10.5 12S11.17 13.5 12 13.5 13.5 12.83 13.5 12 12.83 10.5 12 10.5\" /></svg></li><li title=\"dice 1 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-dice-1\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3M12,10A2,2 0 0,0 10,12A2,2 0 0,0 12,14A2,2 0 0,0 14,12A2,2 0 0,0 12,10Z\" /></svg></li><li title=\"dice 2 outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-dice-2-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 5V19H5V5H19M19 3H5C3.9 3 3 3.9 3 5V19C3 20.11 3.9 21 5 21H19C20.11 21 21 20.11 21 19V5C21 3.9 20.11 3 19 3M7.5 6C6.67 6 6 6.67 6 7.5S6.67 9 7.5 9 9 8.33 9 7.5 8.33 6 7.5 6M16.5 15C15.67 15 15 15.67 15 16.5C15 17.33 15.67 18 16.5 18C17.33 18 18 17.33 18 16.5C18 15.67 17.33 15 16.5 15Z\" /></svg></li><li title=\"dice 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-dice-2\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3M7,5A2,2 0 0,0 5,7A2,2 0 0,0 7,9A2,2 0 0,0 9,7A2,2 0 0,0 7,5M17,15A2,2 0 0,0 15,17A2,2 0 0,0 17,19A2,2 0 0,0 19,17A2,2 0 0,0 17,15Z\" /></svg></li><li title=\"dice 3 outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-dice-3-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 5V19H5V5H19M19 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3M12 10.5C11.2 10.5 10.5 11.2 10.5 12S11.2 13.5 12 13.5 13.5 12.8 13.5 12 12.8 10.5 12 10.5M7.5 6C6.7 6 6 6.7 6 7.5S6.7 9 7.5 9 9 8.3 9 7.5 8.3 6 7.5 6M16.5 15C15.7 15 15 15.7 15 16.5C15 17.3 15.7 18 16.5 18C17.3 18 18 17.3 18 16.5C18 15.7 17.3 15 16.5 15Z\" /></svg></li><li title=\"dice 3 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-dice-3\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3M12,10A2,2 0 0,0 10,12A2,2 0 0,0 12,14A2,2 0 0,0 14,12A2,2 0 0,0 12,10M7,5A2,2 0 0,0 5,7A2,2 0 0,0 7,9A2,2 0 0,0 9,7A2,2 0 0,0 7,5M17,15A2,2 0 0,0 15,17A2,2 0 0,0 17,19A2,2 0 0,0 19,17A2,2 0 0,0 17,15Z\" /></svg></li><li title=\"dice 4 outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-dice-4-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 5V19H5V5H19M19 3H5C3.9 3 3 3.9 3 5V19C3 20.11 3.9 21 5 21H19C20.11 21 21 20.11 21 19V5C21 3.9 20.11 3 19 3M7.5 6C6.67 6 6 6.67 6 7.5S6.67 9 7.5 9 9 8.33 9 7.5 8.33 6 7.5 6M16.5 15C15.67 15 15 15.67 15 16.5C15 17.33 15.67 18 16.5 18C17.33 18 18 17.33 18 16.5C18 15.67 17.33 15 16.5 15M16.5 6C15.67 6 15 6.67 15 7.5S15.67 9 16.5 9C17.33 9 18 8.33 18 7.5S17.33 6 16.5 6M7.5 15C6.67 15 6 15.67 6 16.5C6 17.33 6.67 18 7.5 18S9 17.33 9 16.5C9 15.67 8.33 15 7.5 15Z\" /></svg></li><li title=\"dice 4 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-dice-4\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3M7,5A2,2 0 0,0 5,7A2,2 0 0,0 7,9A2,2 0 0,0 9,7A2,2 0 0,0 7,5M17,15A2,2 0 0,0 15,17A2,2 0 0,0 17,19A2,2 0 0,0 19,17A2,2 0 0,0 17,15M17,5A2,2 0 0,0 15,7A2,2 0 0,0 17,9A2,2 0 0,0 19,7A2,2 0 0,0 17,5M7,15A2,2 0 0,0 5,17A2,2 0 0,0 7,19A2,2 0 0,0 9,17A2,2 0 0,0 7,15Z\" /></svg></li><li title=\"dice 5 outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-dice-5-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 5V19H5V5H19M19 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3M7.5 6C6.7 6 6 6.7 6 7.5S6.7 9 7.5 9 9 8.3 9 7.5 8.3 6 7.5 6M16.5 15C15.7 15 15 15.7 15 16.5C15 17.3 15.7 18 16.5 18C17.3 18 18 17.3 18 16.5C18 15.7 17.3 15 16.5 15M16.5 6C15.7 6 15 6.7 15 7.5S15.7 9 16.5 9C17.3 9 18 8.3 18 7.5S17.3 6 16.5 6M12 10.5C11.2 10.5 10.5 11.2 10.5 12S11.2 13.5 12 13.5 13.5 12.8 13.5 12 12.8 10.5 12 10.5M7.5 15C6.7 15 6 15.7 6 16.5C6 17.3 6.7 18 7.5 18S9 17.3 9 16.5C9 15.7 8.3 15 7.5 15Z\" /></svg></li><li title=\"dice 5 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-dice-5\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3M7,5A2,2 0 0,0 5,7A2,2 0 0,0 7,9A2,2 0 0,0 9,7A2,2 0 0,0 7,5M17,15A2,2 0 0,0 15,17A2,2 0 0,0 17,19A2,2 0 0,0 19,17A2,2 0 0,0 17,15M17,5A2,2 0 0,0 15,7A2,2 0 0,0 17,9A2,2 0 0,0 19,7A2,2 0 0,0 17,5M12,10A2,2 0 0,0 10,12A2,2 0 0,0 12,14A2,2 0 0,0 14,12A2,2 0 0,0 12,10M7,15A2,2 0 0,0 5,17A2,2 0 0,0 7,19A2,2 0 0,0 9,17A2,2 0 0,0 7,15Z\" /></svg></li><li title=\"dice 6 outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-dice-6-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 5V19H5V5H19M19 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3M7.5 6C6.7 6 6 6.7 6 7.5S6.7 9 7.5 9 9 8.3 9 7.5 8.3 6 7.5 6M16.5 15C15.7 15 15 15.7 15 16.5C15 17.3 15.7 18 16.5 18C17.3 18 18 17.3 18 16.5C18 15.7 17.3 15 16.5 15M16.5 10.5C15.7 10.5 15 11.2 15 12S15.7 13.5 16.5 13.5C17.3 13.5 18 12.8 18 12S17.3 10.5 16.5 10.5M16.5 6C15.7 6 15 6.7 15 7.5S15.7 9 16.5 9C17.3 9 18 8.3 18 7.5S17.3 6 16.5 6M7.5 10.5C6.7 10.5 6 11.2 6 12S6.7 13.5 7.5 13.5 9 12.8 9 12 8.3 10.5 7.5 10.5M7.5 15C6.7 15 6 15.7 6 16.5C6 17.3 6.7 18 7.5 18S9 17.3 9 16.5C9 15.7 8.3 15 7.5 15Z\" /></svg></li><li title=\"dice 6 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-dice-6\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3M7,5A2,2 0 0,0 5,7A2,2 0 0,0 7,9A2,2 0 0,0 9,7A2,2 0 0,0 7,5M17,15A2,2 0 0,0 15,17A2,2 0 0,0 17,19A2,2 0 0,0 19,17A2,2 0 0,0 17,15M17,10A2,2 0 0,0 15,12A2,2 0 0,0 17,14A2,2 0 0,0 19,12A2,2 0 0,0 17,10M17,5A2,2 0 0,0 15,7A2,2 0 0,0 17,9A2,2 0 0,0 19,7A2,2 0 0,0 17,5M7,10A2,2 0 0,0 5,12A2,2 0 0,0 7,14A2,2 0 0,0 9,12A2,2 0 0,0 7,10M7,15A2,2 0 0,0 5,17A2,2 0 0,0 7,19A2,2 0 0,0 9,17A2,2 0 0,0 7,15Z\" /></svg></li><li title=\"dice d10 outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-dice-d10-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10.5 16H9V10.21L7.22 10.76V9.53L10.36 8.41H10.5V16M14.07 8.21C15.5 8.21 16.64 9.36 16.64 10.78V13.42C16.64 14.84 15.5 16 14.07 16C12.64 16 11.5 14.84 11.5 13.42V10.78C11.5 9.36 12.65 8.21 14.07 8.21M14.06 9.65C13.47 9.65 13 10.13 13 10.71V13.5C13 14.07 13.47 14.54 14.06 14.54C14.64 14.54 15.14 14.06 15.14 13.5V10.71C15.14 10.12 14.64 9.65 14.06 9.65M12 2C11.5 2 11 2.19 10.59 2.59L2.59 10.59C1.8 11.37 1.8 12.63 2.59 13.41L10.59 21.41C11.37 22.2 12.63 22.2 13.41 21.41L21.41 13.41C22.2 12.63 22.2 11.37 21.41 10.59L13.41 2.59C13 2.19 12.5 2 12 2M12 4L20 12L12 20L4 12Z\" /></svg></li><li title=\"dice d10 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-dice-d10\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2C11.5 2 11 2.19 10.59 2.59L2.59 10.59C1.8 11.37 1.8 12.63 2.59 13.41L10.59 21.41C11.37 22.2 12.63 22.2 13.41 21.41L21.41 13.41C22.2 12.63 22.2 11.37 21.41 10.59L13.41 2.59C13 2.19 12.5 2 12 2M14.07 8.21C15.5 8.21 16.64 9.36 16.64 10.78V13.42C16.64 14.84 15.5 16 14.07 16C12.64 16 11.5 14.84 11.5 13.42V10.78C11.5 9.36 12.65 8.21 14.07 8.21M10.36 8.41H10.5V16H9V10.21L7.22 10.76V9.53L10.36 8.41M14.06 9.65C13.47 9.65 13 10.13 13 10.71V13.5C13 14.07 13.47 14.54 14.06 14.54C14.64 14.54 15.14 14.06 15.14 13.5V10.71C15.14 10.12 14.64 9.65 14.06 9.65Z\" /></svg></li><li title=\"dice d12 outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-dice-d12-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2L1.5,9.64L5.5,22H18.5L22.5,9.64L12,2M17,20H7L3.85,10.4L12,4.47L20.15,10.4L17,20M17,15.75V17H11.66V15.91C11.66,15.91 15.23,12.45 15.23,11.4C15.23,10.12 14.18,10.25 14.18,10.25C13.5,10.3 13,10.87 13,11.55H11.44C11.5,10.09 12.72,8.94 14.27,9C16.74,9 16.77,10.85 16.77,11.3C16.77,13.07 13.58,15.77 13.58,15.77L17,15.75M10.5,17H8.89V10.89L7,11.47V10.19L10.31,9H10.5V17Z\" /></svg></li><li title=\"dice d12 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-dice-d12\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2L1.5 9.64L5.5 22H18.5L22.5 9.64L12 2M10.5 17H8.89V10.89L7 11.47V10.19L10.31 9H10.5V17M17 17H11.66V15.91C11.66 15.91 15.23 12.45 15.23 11.4C15.23 10.12 14.18 10.25 14.18 10.25C13.5 10.3 13 10.87 13 11.55H11.44C11.5 10.09 12.72 8.94 14.27 9C16.74 9 16.77 10.85 16.77 11.3C16.77 13.07 13.58 15.77 13.58 15.77L17 15.75V17Z\" /></svg></li><li title=\"dice d20 outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-dice-d20-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,16.5C21,16.88 20.79,17.21 20.47,17.38L12.57,21.82C12.41,21.94 12.21,22 12,22C11.79,22 11.59,21.94 11.43,21.82L3.53,17.38C3.21,17.21 3,16.88 3,16.5V7.5C3,7.12 3.21,6.79 3.53,6.62L11.43,2.18C11.59,2.06 11.79,2 12,2C12.21,2 12.41,2.06 12.57,2.18L20.47,6.62C20.79,6.79 21,7.12 21,7.5V16.5M12,4.15L5,8.09V15.91L12,19.85L19,15.91V8.09L12,4.15M14.93,8.27A2.57,2.57 0 0,1 17.5,10.84V13.5C17.5,14.9 16.35,16.05 14.93,16.05C13.5,16.05 12.36,14.9 12.36,13.5V10.84A2.57,2.57 0 0,1 14.93,8.27M14.92,9.71C14.34,9.71 13.86,10.18 13.86,10.77V13.53C13.86,14.12 14.34,14.6 14.92,14.6C15.5,14.6 16,14.12 16,13.53V10.77C16,10.18 15.5,9.71 14.92,9.71M11.45,14.76V15.96L6.31,15.93V14.91C6.31,14.91 9.74,11.58 9.75,10.57C9.75,9.33 8.73,9.46 8.73,9.46C8.73,9.46 7.75,9.5 7.64,10.71L6.14,10.76C6.14,10.76 6.18,8.26 8.83,8.26C11.2,8.26 11.23,10.04 11.23,10.5C11.23,12.18 8.15,14.77 8.15,14.77L11.45,14.76Z\" /></svg></li><li title=\"dice d20 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-dice-d20\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.47 6.62L12.57 2.18C12.41 2.06 12.21 2 12 2S11.59 2.06 11.43 2.18L3.53 6.62C3.21 6.79 3 7.12 3 7.5V16.5C3 16.88 3.21 17.21 3.53 17.38L11.43 21.82C11.59 21.94 11.79 22 12 22S12.41 21.94 12.57 21.82L20.47 17.38C20.79 17.21 21 16.88 21 16.5V7.5C21 7.12 20.79 6.79 20.47 6.62M11.45 15.96L6.31 15.93V14.91C6.31 14.91 9.74 11.58 9.75 10.57C9.75 9.33 8.73 9.46 8.73 9.46S7.75 9.5 7.64 10.71L6.14 10.76C6.14 10.76 6.18 8.26 8.83 8.26C11.2 8.26 11.23 10.04 11.23 10.5C11.23 12.18 8.15 14.77 8.15 14.77L11.45 14.76V15.96M17.5 13.5C17.5 14.9 16.35 16.05 14.93 16.05C13.5 16.05 12.36 14.9 12.36 13.5V10.84C12.36 9.42 13.5 8.27 14.93 8.27S17.5 9.42 17.5 10.84V13.5M16 10.77V13.53C16 14.12 15.5 14.6 14.92 14.6C14.34 14.6 13.86 14.12 13.86 13.53V10.77C13.86 10.18 14.34 9.71 14.92 9.71C15.5 9.71 16 10.18 16 10.77Z\" /></svg></li><li title=\"dice d4 outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-dice-d4-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.43,15.15H14.29V16.36H13.43V18H11.92V16.36H8.82L8.75,15.41L11.91,10.42H13.43V15.15M10.25,15.15H11.92V12.47L10.25,15.15M22,21H2C1.64,21 1.31,20.81 1.13,20.5C0.95,20.18 0.96,19.79 1.15,19.5L11.15,3C11.5,2.38 12.5,2.38 12.86,3L22.86,19.5C23.04,19.79 23.05,20.18 22.87,20.5C22.69,20.81 22.36,21 22,21M3.78,19H20.23L12,5.43L3.78,19Z\" /></svg></li><li title=\"dice d4 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-dice-d4\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10.25 15.15L11.92 12.47V15.15H10.25M21.92 21H2.08C1.24 21 .72 20.08 1.16 19.36L11.08 3.13C11.5 2.44 12.5 2.44 12.92 3.13L22.84 19.36C23.28 20.08 22.76 21 21.92 21M14.29 15.15H13.43V10.42H11.91L8.75 15.41L8.82 16.36H11.92V18H13.43V16.36H14.29V15.15Z\" /></svg></li><li title=\"dice d6 outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-dice-d6-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3M5,5V19H19V5H5M13.39,9.53C10.89,9.5 10.86,11.53 10.86,11.53C10.86,11.53 11.41,10.87 12.53,10.87C13.19,10.87 14.5,11.45 14.55,13.41C14.61,15.47 12.77,16 12.77,16C12.77,16 9.27,16.86 9.3,12.66C9.33,7.94 13.39,8.33 13.39,8.33V9.53M11.95,12.1C11.21,12 10.83,12.78 10.83,12.78L10.85,13.5C10.85,14.27 11.39,14.83 12,14.83C12.61,14.83 13.05,14.27 13.05,13.5C13.05,12.73 12.56,12.1 11.95,12.1Z\" /></svg></li><li title=\"dice d6 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-dice-d6\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.05 13.5C13.05 14.27 12.61 14.83 12 14.83S10.85 14.27 10.85 13.5L10.83 12.78C10.83 12.78 11.21 12 11.95 12.1C12.56 12.1 13.05 12.73 13.05 13.5M21 5V19C21 20.11 20.11 21 19 21H5C3.9 21 3 20.11 3 19V5C3 3.9 3.9 3 5 3H19C20.11 3 21 3.9 21 5M14.55 13.41C14.5 11.45 13.19 10.87 12.53 10.87C11.41 10.87 10.86 11.53 10.86 11.53S10.89 9.5 13.39 9.53V8.33C13.39 8.33 9.33 7.94 9.3 12.66C9.27 16.86 12.77 16 12.77 16S14.61 15.47 14.55 13.41Z\" /></svg></li><li title=\"dice d8 outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-dice-d8-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2C11.5 2 11 2.19 10.59 2.59L2.59 10.59C1.8 11.37 1.8 12.63 2.59 13.41L10.59 21.41C11.37 22.2 12.63 22.2 13.41 21.41L21.41 13.41C22.2 12.63 22.2 11.37 21.41 10.59L13.41 2.59C13 2.19 12.5 2 12 2M12 4L20 12L12 20L4 12M12 8.25C13.31 8.25 14.38 9.2 14.38 10.38C14.38 11.07 14 11.68 13.44 12.07C14.14 12.46 14.6 13.13 14.6 13.9C14.6 15.12 13.44 16.1 12 16.1C10.56 16.1 9.4 15.12 9.4 13.9C9.4 13.13 9.86 12.46 10.56 12.07C10 11.68 9.63 11.07 9.63 10.38C9.63 9.2 10.69 8.25 12 8.25M12 12.65C11.39 12.65 10.9 13.14 10.9 13.75C10.9 14.36 11.39 14.85 12 14.85C12.61 14.85 13.1 14.36 13.1 13.75C13.1 13.14 12.61 12.65 12 12.65M12 9.5C11.5 9.5 11.1 9.95 11.1 10.5C11.1 11.05 11.5 11.5 12 11.5C12.5 11.5 12.9 11.05 12.9 10.5C12.9 9.95 12.5 9.5 12 9.5\" /></svg></li><li title=\"dice d8 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-dice-d8\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2C11.5 2 11 2.19 10.59 2.59L2.59 10.59C1.8 11.37 1.8 12.63 2.59 13.41L10.59 21.41C11.37 22.2 12.63 22.2 13.41 21.41L21.41 13.41C22.2 12.63 22.2 11.37 21.41 10.59L13.41 2.59C13 2.19 12.5 2 12 2M12 8.25C13.31 8.25 14.38 9.2 14.38 10.38C14.38 11.07 14 11.68 13.44 12.07C14.14 12.46 14.6 13.13 14.6 13.9C14.6 15.12 13.44 16.1 12 16.1C10.56 16.1 9.4 15.12 9.4 13.9C9.4 13.13 9.86 12.46 10.56 12.07C10 11.68 9.63 11.07 9.63 10.38C9.63 9.2 10.69 8.25 12 8.25M12 9.5C11.5 9.5 11.1 9.95 11.1 10.5C11.1 11.05 11.5 11.5 12 11.5C12.5 11.5 12.9 11.05 12.9 10.5C12.9 9.95 12.5 9.5 12 9.5M12 12.65C11.39 12.65 10.9 13.14 10.9 13.75C10.9 14.36 11.39 14.85 12 14.85C12.61 14.85 13.1 14.36 13.1 13.75C13.1 13.14 12.61 12.65 12 12.65Z\" /></svg></li><li title=\"dice multiple outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-dice-multiple-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14 8C13.45 8 13 7.55 13 7S13.45 6 14 6C14.55 6 15 6.45 15 7C15 7.55 14.55 8 14 8M12 12V19H5V12H12M12.78 10H4.22C3.55 10 3 10.55 3 11.22V19.78C3 20.45 3.55 21 4.22 21H12.78C13.45 21 14 20.45 14 19.78V11.22C14 10.55 13.45 10 12.78 10M19.78 3H11.22C10.55 3 10 3.55 10 4.22V8H12V5H19V12H16V14H19.78C20.45 14 21 13.45 21 12.78V4.22C21 3.55 20.45 3 19.78 3M17 8C16.45 8 16 7.55 16 7S16.45 6 17 6C17.55 6 18 6.45 18 7C18 7.55 17.55 8 17 8M17 11C16.45 11 16 10.55 16 10S16.45 9 17 9C17.55 9 18 9.45 18 10C18 10.55 17.55 11 17 11M7 15C6.45 15 6 14.55 6 14S6.45 13 7 13C7.55 13 8 13.45 8 14C8 14.55 7.55 15 7 15M10 18C9.45 18 9 17.55 9 17S9.45 16 10 16C10.55 16 11 16.45 11 17C11 17.55 10.55 18 10 18\" /></svg></li><li title=\"dice multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-dice-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.78,3H11.22C10.55,3 10,3.55 10,4.22V8H16V14H19.78C20.45,14 21,13.45 21,12.78V4.22C21,3.55 20.45,3 19.78,3M12.44,6.67C11.76,6.67 11.21,6.12 11.21,5.44C11.21,4.76 11.76,4.21 12.44,4.21A1.23,1.23 0 0,1 13.67,5.44C13.67,6.12 13.12,6.67 12.44,6.67M18.56,12.78C17.88,12.79 17.33,12.24 17.32,11.56C17.31,10.88 17.86,10.33 18.54,10.32C19.22,10.31 19.77,10.86 19.78,11.56C19.77,12.23 19.23,12.77 18.56,12.78M18.56,6.67C17.88,6.68 17.33,6.13 17.32,5.45C17.31,4.77 17.86,4.22 18.54,4.21C19.22,4.2 19.77,4.75 19.78,5.44C19.78,6.12 19.24,6.66 18.56,6.67M4.22,10H12.78A1.22,1.22 0 0,1 14,11.22V19.78C14,20.45 13.45,21 12.78,21H4.22C3.55,21 3,20.45 3,19.78V11.22C3,10.55 3.55,10 4.22,10M8.5,14.28C7.83,14.28 7.28,14.83 7.28,15.5C7.28,16.17 7.83,16.72 8.5,16.72C9.17,16.72 9.72,16.17 9.72,15.5A1.22,1.22 0 0,0 8.5,14.28M5.44,11.22C4.77,11.22 4.22,11.77 4.22,12.44A1.22,1.22 0 0,0 5.44,13.66C6.11,13.66 6.66,13.11 6.66,12.44V12.44C6.66,11.77 6.11,11.22 5.44,11.22M11.55,17.33C10.88,17.33 10.33,17.88 10.33,18.55C10.33,19.22 10.88,19.77 11.55,19.77A1.22,1.22 0 0,0 12.77,18.55H12.77C12.77,17.88 12.23,17.34 11.56,17.33H11.55Z\" /></svg></li><li title=\"digital ocean \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-digital-ocean\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6 12H2C2 6.5 6.5 2 12 2C17.5 2 22 6.5 22 12C22 17.5 17.5 22 12 22V18H8V14H12V18C15.32 18 18 15.31 18 12C18 8.69 15.31 6 12 6C8.69 6 6 8.69 6 12M8 18V21H5V18H8M3 16H5V18H3V16Z\" /></svg></li><li title=\"dip switch \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-dip-switch\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,4H7A1,1 0 0,1 8,5V19A1,1 0 0,1 7,20H3A1,1 0 0,1 2,19V5A1,1 0 0,1 3,4M10,4H14A1,1 0 0,1 15,5V19A1,1 0 0,1 14,20H10A1,1 0 0,1 9,19V5A1,1 0 0,1 10,4M17,4H21A1,1 0 0,1 22,5V19A1,1 0 0,1 21,20H17A1,1 0 0,1 16,19V5A1,1 0 0,1 17,4M4,18H6V13H4V18M11,11H13V6H11V11M18,18H20V13H18V18Z\" /></svg></li><li title=\"directions fork \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-directions-fork\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,4V12.5L6,9.5L9,13C10,14 10,15 10,15V21H14V14C14,14 14,13 13.47,12C12.94,11 12,10 12,10L9,6.58L11.5,4M18,4L13.54,8.47L14,9C14,9 14.93,10 15.47,11C15.68,11.4 15.8,11.79 15.87,12.13L21,7\" /></svg></li><li title=\"directions \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-directions\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,14.5V12H10V15H8V11A1,1 0 0,1 9,10H14V7.5L17.5,11M21.71,11.29L12.71,2.29H12.7C12.31,1.9 11.68,1.9 11.29,2.29L2.29,11.29C1.9,11.68 1.9,12.32 2.29,12.71L11.29,21.71C11.68,22.09 12.31,22.1 12.71,21.71L21.71,12.71C22.1,12.32 22.1,11.68 21.71,11.29Z\" /></svg></li><li title=\"disc alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-disc-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10 14C8.9 14 8 13.1 8 12C8 10.9 8.9 10 10 10C11.1 10 12 10.9 12 12S11.1 14 10 14M10 4C5.6 4 2 7.6 2 12S5.6 20 10 20 18 16.4 18 12 14.4 4 10 4M20 13H22V7H20M20 17H22V15H20V17Z\" /></svg></li><li title=\"disc player \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-disc-player\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.5,10.37C15.54,10.37 16.38,9.53 16.38,8.5C16.38,7.46 15.54,6.63 14.5,6.63C13.46,6.63 12.63,7.46 12.63,8.5A1.87,1.87 0 0,0 14.5,10.37M14.5,1A7.5,7.5 0 0,1 22,8.5C22,10.67 21.08,12.63 19.6,14H9.4C7.93,12.63 7,10.67 7,8.5C7,4.35 10.36,1 14.5,1M6,21V22H4V21H2V15H22V21H20V22H18V21H6M4,18V19H13V18H4M15,17V19H17V17H15M19,17A1,1 0 0,0 18,18A1,1 0 0,0 19,19A1,1 0 0,0 20,18A1,1 0 0,0 19,17Z\" /></svg></li><li title=\"disc \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-disc\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,14C10.89,14 10,13.1 10,12C10,10.89 10.89,10 12,10C13.11,10 14,10.89 14,12A2,2 0 0,1 12,14M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z\" /></svg></li><li title=\"discord \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-discord\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,24L16.75,19L17.38,21H4.5A2.5,2.5 0 0,1 2,18.5V3.5A2.5,2.5 0 0,1 4.5,1H19.5A2.5,2.5 0 0,1 22,3.5V24M12,6.8C9.32,6.8 7.44,7.95 7.44,7.95C8.47,7.03 10.27,6.5 10.27,6.5L10.1,6.33C8.41,6.36 6.88,7.53 6.88,7.53C5.16,11.12 5.27,14.22 5.27,14.22C6.67,16.03 8.75,15.9 8.75,15.9L9.46,15C8.21,14.73 7.42,13.62 7.42,13.62C7.42,13.62 9.3,14.9 12,14.9C14.7,14.9 16.58,13.62 16.58,13.62C16.58,13.62 15.79,14.73 14.54,15L15.25,15.9C15.25,15.9 17.33,16.03 18.73,14.22C18.73,14.22 18.84,11.12 17.12,7.53C17.12,7.53 15.59,6.36 13.9,6.33L13.73,6.5C13.73,6.5 15.53,7.03 16.56,7.95C16.56,7.95 14.68,6.8 12,6.8M9.93,10.59C10.58,10.59 11.11,11.16 11.1,11.86C11.1,12.55 10.58,13.13 9.93,13.13C9.29,13.13 8.77,12.55 8.77,11.86C8.77,11.16 9.28,10.59 9.93,10.59M14.1,10.59C14.75,10.59 15.27,11.16 15.27,11.86C15.27,12.55 14.75,13.13 14.1,13.13C13.46,13.13 12.94,12.55 12.94,11.86C12.94,11.16 13.45,10.59 14.1,10.59Z\" /></svg></li><li title=\"dishwasher alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-dishwasher-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16 2H4C2.9 2 2 2.9 2 4V20C2 21.11 2.9 22 4 22H16C17.11 22 18 21.11 18 20V4C18 2.9 17.11 2 16 2M8 4C8.55 4 9 4.45 9 5S8.55 6 8 6 7 5.55 7 5 7.45 4 8 4M5 4C5.55 4 6 4.45 6 5S5.55 6 5 6 4 5.55 4 5 4.45 4 5 4M16 20H4V8H16V20M12.67 15.33C12.69 16.03 12.41 16.71 11.91 17.21C10.86 18.26 9.15 18.27 8.09 17.21C7.59 16.71 7.31 16.03 7.33 15.33C7.4 14.62 7.63 13.94 8 13.33C8.37 12.5 8.81 11.73 9.33 11L10 10C11.79 12.59 12.67 14.36 12.67 15.33M20 15H22V17H20V15M20 7H22V13H20V7Z\" /></svg></li><li title=\"dishwasher off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-dishwasher-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.11 21.46L2.39 1.73L1.11 3L4 5.89V20C4 21.11 4.89 22 6 22H18C18.58 22 19.1 21.75 19.46 21.35L20.84 22.73L22.11 21.46M18 20H6V8H6.11L10.5 12.37C10.31 12.69 10.15 13 10 13.33C9.63 13.94 9.4 14.62 9.33 15.33C9.31 16.03 9.59 16.71 10.09 17.21C11.15 18.27 12.86 18.26 13.91 17.21C14.16 16.97 14.35 16.68 14.5 16.36L18 19.89V20M11.2 8H18V14.8L20 16.8V4C20 2.9 19.11 2 18 2H6C5.76 2 5.54 2.05 5.33 2.13L11.2 8M10 4C10.55 4 11 4.45 11 5S10.55 6 10 6 9 5.55 9 5 9.45 4 10 4Z\" /></svg></li><li title=\"dishwasher \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-dishwasher\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18,2H6A2,2 0 0,0 4,4V20A2,2 0 0,0 6,22H18A2,2 0 0,0 20,20V4A2,2 0 0,0 18,2M10,4A1,1 0 0,1 11,5A1,1 0 0,1 10,6A1,1 0 0,1 9,5A1,1 0 0,1 10,4M7,4A1,1 0 0,1 8,5A1,1 0 0,1 7,6A1,1 0 0,1 6,5A1,1 0 0,1 7,4M18,20H6V8H18V20M14.67,15.33C14.69,16.03 14.41,16.71 13.91,17.21C12.86,18.26 11.15,18.27 10.09,17.21C9.59,16.71 9.31,16.03 9.33,15.33C9.4,14.62 9.63,13.94 10,13.33C10.37,12.5 10.81,11.73 11.33,11L12,10C13.79,12.59 14.67,14.36 14.67,15.33\" /></svg></li><li title=\"disqus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-disqus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12.08,22C9.63,22 7.39,21.11 5.66,19.63L1.41,20.21L3.05,16.15C2.5,14.88 2.16,13.5 2.16,12C2.16,6.5 6.6,2 12.08,2C17.56,2 22,6.5 22,12C22,17.5 17.56,22 12.08,22M17.5,11.97V11.94C17.5,9.06 15.46,7 11.95,7H8.16V17H11.9C15.43,17 17.5,14.86 17.5,11.97M12,14.54H10.89V9.46H12C13.62,9.46 14.7,10.39 14.7,12V12C14.7,13.63 13.62,14.54 12,14.54Z\" /></svg></li><li title=\"distribute horizontal center \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-distribute-horizontal-center\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8 2V5H10V19H8V22H6V19H4V5H6V2H8M16 2V7H14V17H16V22H18V17H20V7H18V2H16Z\" /></svg></li><li title=\"distribute horizontal left \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-distribute-horizontal-left\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 7V17H16V22H14V2H16V7H21M5 2H3V22H5V19H10V5H5V2Z\" /></svg></li><li title=\"distribute horizontal right \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-distribute-horizontal-right\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 17V7H8V2H10V22H8V17H3M19 22H21V2H19V5H14V19H19V22Z\" /></svg></li><li title=\"distribute vertical bottom \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-distribute-vertical-bottom\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7 3H17V8H22V10H2V8H7V3M2 19V21H22V19H19V14H5V19H2Z\" /></svg></li><li title=\"distribute vertical center \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-distribute-vertical-center\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2 16H5V14H19V16H22V18H19V20H5V18H2V16M2 8H7V10H17V8H22V6H17V4H7V6H2V8Z\" /></svg></li><li title=\"distribute vertical top \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-distribute-vertical-top\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17 21H7V16H2V14H22V16H17V21M22 5V3H2V5H5V10H19V5H22Z\" /></svg></li><li title=\"diversify \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-diversify\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 2V4H12C10.9 4 10 4.89 10 6V9H12V6H19V8L22 5L19 2M19 9V11H14V13H19V15L22 12L19 9M11.05 10C9.94 10 9.04 10.87 9.03 12S9.9 14 11 14C12.11 14 13 13.11 13 12C13 10.91 12.13 10.03 11.05 10M2 11V13H8V11H2M10 15V18C10 19.11 10.9 20 12 20H19V22L22 19L19 16V18H12V15H10Z\" /></svg></li><li title=\"diving flippers \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-diving-flippers\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.28,3.66C19.28,3.44 18.54,2.25 17.57,2.04C16.6,1.83 15.4,2.59 14.42,2.37C13.38,2 12.22,2.13 11.28,2.71L11.21,17L11,18C10.64,19.62 11.67,21.22 13.29,21.58C14.9,21.93 16.5,20.91 16.86,19.29L17.07,18.29L23,5.28C22.39,4.35 21.39,3.76 20.28,3.66M14.91,18.86C14.79,19.41 14.25,19.76 13.7,19.65C13.14,19.53 12.79,19 12.91,18.43L13.77,14.5C13.86,13.97 14.37,13.6 14.92,13.69C15.46,13.78 15.83,14.3 15.74,14.84C15.74,14.88 15.73,14.91 15.72,14.95L14.91,18.86M9.72,21.34C9.33,20.73 9.08,20.05 9,19.34L8.24,16C8.1,15.47 8.41,14.92 9,14.76C9.07,14.75 9.15,14.75 9.22,14.76V3.43C8.31,3.43 7.22,2.86 6.38,3.06C5.54,3.26 4.69,4.44 3.72,4.66C2.61,4.76 1.61,5.35 1,6.28L6.93,19.28L7.14,20.28C7.5,21.9 9.09,22.92 10.71,22.57H10.81C10.38,22.22 10,21.81 9.72,21.34Z\" /></svg></li><li title=\"diving helmet \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-diving-helmet\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,12A4,4 0 0,1 12,16A4,4 0 0,1 8,12A4,4 0 0,1 12,8A4,4 0 0,1 16,12M19.45,7.89L18.07,8.58L18.32,9H20V15H18.33C17.84,16.03 17.11,16.92 16.21,17.6C17.85,18.11 19.1,18.91 19.67,19.86C18.69,21.1 15.62,22 12,22C8.38,22 5.31,21.1 4.33,19.86C4.9,18.91 6.15,18.11 7.79,17.6C6.89,16.92 6.16,16.03 5.67,15H4V9H5.68C6.37,7.54 7.54,6.37 9,5.68V4H15V5.68C15.68,6 16.29,6.46 16.82,7L18.55,6.14C19.93,5.42 20,4.1 20,2H22C22,4.06 22,6.62 19.45,7.89M17,12A5,5 0 0,0 12,7A5,5 0 0,0 7,12A5,5 0 0,0 12,17A5,5 0 0,0 17,12Z\" /></svg></li><li title=\"diving scuba flag \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-diving-scuba-flag\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,6L19,20H2V6M5,4L22,18V4H5Z\" /></svg></li><li title=\"diving scuba tank multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-diving-scuba-tank-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,18.5A2.5,2.5 0 0,1 19.5,21A2.5,2.5 0 0,1 17,18.5C17,17.47 17.62,16.59 18.5,16.21V6H14V7.35C15.22,7.93 16,9.15 16,10.5V22H2V10.5C2,9.15 2.78,7.93 4,7.35V6H2V4H4V3.5A1.5,1.5 0 0,1 5.5,2A1.5,1.5 0 0,1 7,3.5V4H11V3.5A1.5,1.5 0 0,1 12.5,2A1.5,1.5 0 0,1 14,3.5V4H18.5A2,2 0 0,1 20.5,6V16.21C21.38,16.59 22,17.47 22,18.5M11,7.35V6H7V7.35C8.22,7.93 9,9.15 9,10.5C9,9.15 9.78,7.93 11,7.35Z\" /></svg></li><li title=\"diving scuba tank \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-diving-scuba-tank\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,18.5A2.5,2.5 0 0,1 16.5,21A2.5,2.5 0 0,1 14,18.5C14,17.47 14.62,16.59 15.5,16.21V6H11V7.35C12.22,7.93 13,9.15 13,10.5V22H6V10.5C6,9.15 6.78,7.93 8,7.35V6H6V4H8V3.5A1.5,1.5 0 0,1 9.5,2A1.5,1.5 0 0,1 11,3.5V4H15.5A2,2 0 0,1 17.5,6V16.21C18.38,16.59 19,17.47 19,18.5Z\" /></svg></li><li title=\"diving scuba \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-diving-scuba\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,15C13.31,15 14.42,15.83 14.83,17H18A4,4 0 0,1 22,21V22H20V21A2,2 0 0,0 18,19H14.83C14.42,20.17 13.31,21 12,21A3,3 0 0,1 9,18A3,3 0 0,1 12,15M12,17A1,1 0 0,0 11,18A1,1 0 0,0 12,19A1,1 0 0,0 13,18A1,1 0 0,0 12,17M18,3A2,2 0 0,1 20,5V10A2,2 0 0,1 18,12H14.85C14.43,12 14.05,12.24 13.9,12.63C13.7,13.23 13.23,13.71 12.62,13.91C11.58,14.25 10.44,13.68 10.1,12.63C9.95,12.24 9.57,12 9.15,12H6A2,2 0 0,1 4,10V5A2,2 0 0,1 6,3H18M18,10V5H6V10H10.65C10.9,9.46 11.41,9.09 12,9C12.59,9.09 13.1,9.46 13.35,10H18Z\" /></svg></li><li title=\"diving snorkel \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-diving-snorkel\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,3H4A2,2 0 0,0 2,5V10A2,2 0 0,0 4,12H7.15C7.57,12 7.95,12.24 8.1,12.63C8.44,13.68 9.58,14.25 10.62,13.91C11.23,13.71 11.7,13.23 11.9,12.63C12.05,12.24 12.43,12 12.85,12H16A2,2 0 0,0 18,10V5A2,2 0 0,0 16,3M16,10H11.35C11.1,9.46 10.59,9.09 10,9C9.41,9.09 8.9,9.46 8.65,10H4V5H16V10M22,2V15.5A6.5,6.5 0 0,1 15.5,22C13.79,22 12.15,21.32 10.93,20.12C8.95,20.58 6.88,19.79 5.71,18.12L7.62,17.29C8.5,18.22 9.84,18.5 11,18C11.2,17.91 11.39,17.8 11.56,17.67C12.4,17.05 12.87,16.04 12.78,15L14.69,14.17C15.1,16.04 14.41,18 12.9,19.17C13.66,19.71 14.57,20 15.5,20C18,20 20,18 20,15.5V2H22Z\" /></svg></li><li title=\"diving \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-diving\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.26 5.2L13.3 5.18C13.72 4.82 14.35 4.88 14.71 5.3L16.97 8H20C20.55 8 21 8.45 21 9S20.55 10 20 10H16.5C16.15 10 15.85 9.82 15.67 9.56L14.17 7.77L11.64 10.13L14.57 12.18C14.83 12.36 15 12.66 15 13V17C15 17.55 14.55 18 14 18S13 17.55 13 17V13.5L9.77 11.26C8.82 10.6 8.74 9.23 9.6 8.46L13.26 5.2M16.5 5C17.34 5 18 4.33 18 3.5S17.34 2 16.5 2 15 2.67 15 3.5 15.68 5 16.5 5M6 19H5C3.34 19 2 20.34 2 22H6V20.5H15V19H6Z\" /></svg></li><li title=\"division box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-division-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,13V11H7V13H17M19,3A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5C3.89,21 3,20.1 3,19V5C3,3.89 3.89,3 5,3H19M12,7A1,1 0 0,0 11,8A1,1 0 0,0 12,9A1,1 0 0,0 13,8A1,1 0 0,0 12,7M12,15A1,1 0 0,0 11,16A1,1 0 0,0 12,17A1,1 0 0,0 13,16A1,1 0 0,0 12,15Z\" /></svg></li><li title=\"division \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-division\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,13H5V11H19V13M12,5A2,2 0 0,1 14,7A2,2 0 0,1 12,9A2,2 0 0,1 10,7A2,2 0 0,1 12,5M12,15A2,2 0 0,1 14,17A2,2 0 0,1 12,19A2,2 0 0,1 10,17A2,2 0 0,1 12,15Z\" /></svg></li><li title=\"dlna \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-dlna\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.38,12.56H12.85C11.97,12.56 11.1,12.96 10.61,13.61V13.6C10.12,14.28 9.32,14.72 8.41,14.72C6.92,14.72 5.71,13.5 5.71,12C5.71,10.5 6.92,9.31 8.41,9.31C9.32,9.31 10.12,9.75 10.61,10.43V10.42C11.1,11.07 11.97,11.5 12.85,11.5H21.29C21.45,11.5 22,11.4 22,10.67C21.26,6.43 17.1,3.18 12.06,3.18C8.96,3.18 6.19,4.41 4.34,6.35C4.05,6.79 4.35,6.92 4.63,6.96H10.14C11,6.96 11.89,6.54 12.38,5.89V5.91C12.88,5.23 13.67,4.78 14.58,4.78C16.07,4.78 17.28,6 17.28,7.5C17.28,9 16.07,10.2 14.58,10.2C13.67,10.2 12.88,9.75 12.38,9.07V9.08C11.89,8.44 11,8.03 10.14,8.03H4.13L4.15,8.03C4.15,8.03 3.26,8 2.72,8.75C2.3,9.42 2,10.85 2,12C2,13.16 2.17,14.21 2.72,15.27C3.19,16.03 4.15,16 4.15,16H4.11L10.14,16C11,16 11.89,15.58 12.38,14.93V14.94C12.88,14.26 13.67,13.81 14.58,13.81C16.07,13.81 17.28,15.03 17.28,16.5C17.28,18 16.07,19.23 14.58,19.23C13.67,19.23 12.88,18.78 12.38,18.1V18.12C11.89,17.47 11,17.05 10.14,17.05H4.64C4.36,17.09 4.06,17.22 4.32,17.64C6.17,19.58 8.95,20.82 12.06,20.82C17.11,20.82 21.28,17.57 22,13.31C22,12.72 21.59,12.58 21.38,12.56\" /></svg></li><li title=\"dna \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-dna\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,2H6V4C6,5.44 6.68,6.61 7.88,7.78C8.74,8.61 9.89,9.41 11.09,10.2L9.26,11.39C8.27,10.72 7.31,10 6.5,9.21C5.07,7.82 4,6.1 4,4V2M18,2H20V4C20,6.1 18.93,7.82 17.5,9.21C16.09,10.59 14.29,11.73 12.54,12.84C10.79,13.96 9.09,15.05 7.88,16.22C6.68,17.39 6,18.56 6,20V22H4V20C4,17.9 5.07,16.18 6.5,14.79C7.91,13.41 9.71,12.27 11.46,11.16C13.21,10.04 14.91,8.95 16.12,7.78C17.32,6.61 18,5.44 18,4V2M14.74,12.61C15.73,13.28 16.69,14 17.5,14.79C18.93,16.18 20,17.9 20,20V22H18V20C18,18.56 17.32,17.39 16.12,16.22C15.26,15.39 14.11,14.59 12.91,13.8L14.74,12.61M7,3H17V4L16.94,4.5H7.06L7,4V3M7.68,6H16.32C16.08,6.34 15.8,6.69 15.42,7.06L14.91,7.5H9.07L8.58,7.06C8.2,6.69 7.92,6.34 7.68,6M9.09,16.5H14.93L15.42,16.94C15.8,17.31 16.08,17.66 16.32,18H7.68C7.92,17.66 8.2,17.31 8.58,16.94L9.09,16.5M7.06,19.5H16.94L17,20V21H7V20L7.06,19.5Z\" /></svg></li><li title=\"dns outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-dns-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,15V19H5V15H19M20,13H4A1,1 0 0,0 3,14V20A1,1 0 0,0 4,21H20A1,1 0 0,0 21,20V14A1,1 0 0,0 20,13M7,18.5A1.5,1.5 0 0,1 5.5,17A1.5,1.5 0 0,1 7,15.5A1.5,1.5 0 0,1 8.5,17A1.5,1.5 0 0,1 7,18.5M19,5V9H5V5H19M20,3H4A1,1 0 0,0 3,4V10A1,1 0 0,0 4,11H20A1,1 0 0,0 21,10V4A1,1 0 0,0 20,3M7,8.5A1.5,1.5 0 0,1 5.5,7A1.5,1.5 0 0,1 7,5.5A1.5,1.5 0 0,1 8.5,7A1.5,1.5 0 0,1 7,8.5Z\" /></svg></li><li title=\"dns \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-dns\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7,9A2,2 0 0,1 5,7A2,2 0 0,1 7,5A2,2 0 0,1 9,7A2,2 0 0,1 7,9M20,3H4A1,1 0 0,0 3,4V10A1,1 0 0,0 4,11H20A1,1 0 0,0 21,10V4A1,1 0 0,0 20,3M7,19A2,2 0 0,1 5,17A2,2 0 0,1 7,15A2,2 0 0,1 9,17A2,2 0 0,1 7,19M20,13H4A1,1 0 0,0 3,14V20A1,1 0 0,0 4,21H20A1,1 0 0,0 21,20V14A1,1 0 0,0 20,13Z\" /></svg></li><li title=\"dock bottom \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-dock-bottom\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 4H4A2 2 0 0 0 2 6V18A2 2 0 0 0 4 20H20A2 2 0 0 0 22 18V6A2 2 0 0 0 20 4M20 13H4V6H20Z\" /></svg></li><li title=\"dock left \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-dock-left\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 4H4A2 2 0 0 0 2 6V18A2 2 0 0 0 4 20H20A2 2 0 0 0 22 18V6A2 2 0 0 0 20 4M20 18H9V6H20Z\" /></svg></li><li title=\"dock right \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-dock-right\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 4H4A2 2 0 0 0 2 6V18A2 2 0 0 0 4 20H20A2 2 0 0 0 22 18V6A2 2 0 0 0 20 4M15 18H4V6H15Z\" /></svg></li><li title=\"dock top \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-dock-top\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 20H20C21.11 20 22 19.11 22 18V6C22 4.89 21.11 4 20 4H4C2.9 4 2 4.89 2 6V18C2 19.11 2.9 20 4 20M4 11H20V18H4V11Z\" /></svg></li><li title=\"dock window \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-dock-window\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 18V20H4A2 2 0 0 1 2 18V8H4V18M22 6V14A2 2 0 0 1 20 16H8A2 2 0 0 1 6 14V6A2 2 0 0 1 8 4H20A2 2 0 0 1 22 6M20 6H8V14H20Z\" /></svg></li><li title=\"docker \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-docker\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.81 10.25C21.75 10.21 21.25 9.82 20.17 9.82C19.89 9.82 19.61 9.85 19.33 9.9C19.12 8.5 17.95 7.79 17.9 7.76L17.61 7.59L17.43 7.86C17.19 8.22 17 8.63 16.92 9.05C16.72 9.85 16.84 10.61 17.25 11.26C16.76 11.54 15.96 11.61 15.79 11.61H2.62C2.28 11.61 2 11.89 2 12.24C2 13.39 2.18 14.54 2.58 15.62C3.03 16.81 3.71 17.69 4.58 18.23C5.56 18.83 7.17 19.17 9 19.17C9.79 19.17 10.61 19.1 11.42 18.95C12.54 18.75 13.62 18.36 14.61 17.79C15.43 17.32 16.16 16.72 16.78 16C17.83 14.83 18.45 13.5 18.9 12.35H19.09C20.23 12.35 20.94 11.89 21.33 11.5C21.59 11.26 21.78 10.97 21.92 10.63L22 10.39L21.81 10.25M3.85 11.24H5.61C5.69 11.24 5.77 11.17 5.77 11.08V9.5C5.77 9.42 5.7 9.34 5.61 9.34H3.85C3.76 9.34 3.69 9.41 3.69 9.5V11.08C3.7 11.17 3.76 11.24 3.85 11.24M6.28 11.24H8.04C8.12 11.24 8.2 11.17 8.2 11.08V9.5C8.2 9.42 8.13 9.34 8.04 9.34H6.28C6.19 9.34 6.12 9.41 6.12 9.5V11.08C6.13 11.17 6.19 11.24 6.28 11.24M8.75 11.24H10.5C10.6 11.24 10.67 11.17 10.67 11.08V9.5C10.67 9.42 10.61 9.34 10.5 9.34H8.75C8.67 9.34 8.6 9.41 8.6 9.5V11.08C8.6 11.17 8.66 11.24 8.75 11.24M11.19 11.24H12.96C13.04 11.24 13.11 11.17 13.11 11.08V9.5C13.11 9.42 13.05 9.34 12.96 9.34H11.19C11.11 9.34 11.04 9.41 11.04 9.5V11.08C11.04 11.17 11.11 11.24 11.19 11.24M6.28 9H8.04C8.12 9 8.2 8.91 8.2 8.82V7.25C8.2 7.16 8.13 7.09 8.04 7.09H6.28C6.19 7.09 6.12 7.15 6.12 7.25V8.82C6.13 8.91 6.19 9 6.28 9M8.75 9H10.5C10.6 9 10.67 8.91 10.67 8.82V7.25C10.67 7.16 10.61 7.09 10.5 7.09H8.75C8.67 7.09 8.6 7.15 8.6 7.25V8.82C8.6 8.91 8.66 9 8.75 9M11.19 9H12.96C13.04 9 13.11 8.91 13.11 8.82V7.25C13.11 7.16 13.04 7.09 12.96 7.09H11.19C11.11 7.09 11.04 7.15 11.04 7.25V8.82C11.04 8.91 11.11 9 11.19 9M11.19 6.72H12.96C13.04 6.72 13.11 6.65 13.11 6.56V5C13.11 4.9 13.04 4.83 12.96 4.83H11.19C11.11 4.83 11.04 4.89 11.04 5V6.56C11.04 6.64 11.11 6.72 11.19 6.72M13.65 11.24H15.41C15.5 11.24 15.57 11.17 15.57 11.08V9.5C15.57 9.42 15.5 9.34 15.41 9.34H13.65C13.57 9.34 13.5 9.41 13.5 9.5V11.08C13.5 11.17 13.57 11.24 13.65 11.24\" /></svg></li><li title=\"doctor \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-doctor\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.84,16.26C17.86,16.83 20,18.29 20,20V22H4V20C4,18.29 6.14,16.83 9.16,16.26L12,21L14.84,16.26M8,8H16V10A4,4 0 0,1 12,14A4,4 0 0,1 8,10V8M8,7L8.41,2.9C8.46,2.39 8.89,2 9.41,2H14.6C15.11,2 15.54,2.39 15.59,2.9L16,7H8M12,3H11V4H10V5H11V6H12V5H13V4H12V3Z\" /></svg></li><li title=\"dog service \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-dog-service\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,8L17,11V21H15V15H8L6,18V21H4V15L5,14V11L2,8L3,7L5,9H7V12A1,1 0 0,0 8,13H12A1,1 0 0,0 13,12V9L14,8M19,5V3L15,7L18,10L19,9L20,10L22,8L19,5M11.5,9.5L4.5,2.5C4.23,2.22 3.79,2.22 3.5,2.5V2.5C3.22,2.77 3.22,3.21 3.5,3.5L10.5,10.5C10.77,10.78 11.21,10.78 11.5,10.5V10.5C11.78,10.23 11.78,9.79 11.5,9.5Z\" /></svg></li><li title=\"dog side off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-dog-side-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 10L15 7L19 3V5L22 8L20 10L19 9L18 10M17 11L14 8L13 9H12.2L17 13.8V11M2.39 1.73L1.11 3L7.11 9H5L3 7L2 8L5 11V14L4 15V21H6V18L8 15H13.11L15 16.89V21H17V18.89L20.84 22.73L22.11 21.46L2.39 1.73Z\" /></svg></li><li title=\"dog side \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-dog-side\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,3L15,7L18,10L19,9L20,10L22,8L19,5V3M3,7L2,8L5,11V14L4,15V21H6V18L8,15H15V21H17V11L14,8L13,9H5L3,7Z\" /></svg></li><li title=\"dog \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-dog\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18,4C16.29,4 15.25,4.33 14.65,4.61C13.88,4.23 13,4 12,4C11,4 10.12,4.23 9.35,4.61C8.75,4.33 7.71,4 6,4C3,4 1,12 1,14C1,14.83 2.32,15.59 4.14,15.9C4.78,18.14 7.8,19.85 11.5,20V15.72C10.91,15.35 10,14.68 10,14C10,13 12,13 12,13C12,13 14,13 14,14C14,14.68 13.09,15.35 12.5,15.72V20C16.2,19.85 19.22,18.14 19.86,15.9C21.68,15.59 23,14.83 23,14C23,12 21,4 18,4M4.15,13.87C3.65,13.75 3.26,13.61 3,13.5C3.25,10.73 5.2,6.4 6.05,6C6.59,6 7,6.06 7.37,6.11C5.27,8.42 4.44,12.04 4.15,13.87M9,12A1,1 0 0,1 8,11C8,10.46 8.45,10 9,10A1,1 0 0,1 10,11C10,11.56 9.55,12 9,12M15,12A1,1 0 0,1 14,11C14,10.46 14.45,10 15,10A1,1 0 0,1 16,11C16,11.56 15.55,12 15,12M19.85,13.87C19.56,12.04 18.73,8.42 16.63,6.11C17,6.06 17.41,6 17.95,6C18.8,6.4 20.75,10.73 21,13.5C20.75,13.61 20.36,13.75 19.85,13.87Z\" /></svg></li><li title=\"dolby \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-dolby\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,5V19H22V5H2M6,17H4V7H6C8.86,7.09 11.1,9.33 11,12C11.1,14.67 8.86,16.91 6,17M20,17H18C15.14,16.91 12.9,14.67 13,12C12.9,9.33 15.14,7.09 18,7H20V17Z\" /></svg></li><li title=\"dolly \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-dolly\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.97,19.88C10.93,20.26 9.78,19.72 9.4,18.69C9,17.65 9.55,16.5 10.59,16.13C11.63,15.75 12.78,16.28 13.16,17.31C13.54,18.35 13,19.5 11.97,19.88M9.9,14.25C7.83,15 6.76,17.3 7.5,19.38C8.28,21.45 10.58,22.5 12.66,21.75C14.73,21 15.79,18.7 15.04,16.63C14.28,14.55 11.97,13.5 9.9,14.25M15.94,4.58L9.37,7L10.75,10.74L17.32,8.33M20.32,13.62L15.54,15.37C15.71,15.66 15.85,15.96 15.97,16.28C16.09,16.6 16.17,16.93 16.22,17.25L21,15.5M19.54,8.58L11.09,11.68L11.58,13C12.83,13.09 14,13.64 14.89,14.55L20.92,12.34M2,2V4H5.09L8.66,13.75C8.94,13.57 9.24,13.43 9.56,13.31C9.88,13.19 10.21,13.11 10.53,13.06L6.5,2\" /></svg></li><li title=\"dolphin \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-dolphin\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 7C20 7 20 3 15 3C13.47 3 12.15 3.19 11 3.5C10.5 3.06 7.26 .309 4 3.57L6.56 6.13C2.5 10.53 4 18 4 18S1 18 1 22C1 22 5 21 5 21C5 21 9 22 9 22C9 18 6 18 6 18S6.85 12.24 13 11.18V14C15 14 15.68 12.19 15.89 11H18C22 11 23 10 23 9S21 7 20 7M18 8C17.45 8 17 7.55 17 7S17.45 6 18 6 19 6.45 19 7 18.55 8 18 8Z\" /></svg></li><li title=\"domain off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-domain-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,19H16L14,17H12V19M10,15V13H8V15H10M10,19V17H8V19H10M6,11V9H4V11H6M6,15V13H4V15H6M6,19V17H4V19H6M1.31,1.78L22.31,22.69L21,24L18,21H2V5L0.09,3.09L1.31,1.78M16,11H18V13H16V11M8,5V5.91L5.11,3H12V7H22V19.92L20,17.91V9H12V9.89L9.09,7H10V5H8Z\" /></svg></li><li title=\"domain plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-domain-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 7V3H2V21H13.35A5.8 5.8 0 0 1 13 19H12V17H13.35A5 5 0 0 1 14 15.69V15H12V13H14V11H12V9H20V13.09A5.58 5.58 0 0 1 22 13.81V7M6 19H4V17H6M6 15H4V13H6M6 11H4V9H6M6 7H4V5H6M10 19H8V17H10M10 15H8V13H10M10 11H8V9H10M10 7H8V5H10M16 13H18V11H16M16 11V13H18V11M16 11V13H18V11M20 15V18H23V20H20V23H18V20H15V18H18V15Z\" /></svg></li><li title=\"domain remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-domain-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 7V3H2V21H13.35A5.8 5.8 0 0 1 13 19H12V17H13.35A5 5 0 0 1 14 15.69V15H12V13H14V11H12V9H20V13.09A5.58 5.58 0 0 1 22 13.81V7M6 19H4V17H6M6 15H4V13H6M6 11H4V9H6M6 7H4V5H6M10 19H8V17H10M10 15H8V13H10M10 11H8V9H10M10 7H8V5H10M16 13H18V11H16M16 11V13H18V11M16 11V13H18V11M22.54 16.88L20.41 19L22.54 21.12L21.12 22.54L19 20.41L16.88 22.54L15.46 21.12L17.59 19L15.46 16.88L16.88 15.46L19 17.59L21.12 15.46Z\" /></svg></li><li title=\"domain \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-domain\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18,15H16V17H18M18,11H16V13H18M20,19H12V17H14V15H12V13H14V11H12V9H20M10,7H8V5H10M10,11H8V9H10M10,15H8V13H10M10,19H8V17H10M6,7H4V5H6M6,11H4V9H6M6,15H4V13H6M6,19H4V17H6M12,7V3H2V21H22V7H12Z\" /></svg></li><li title=\"dome light \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-dome-light\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 10C21 14.97 16.97 19 12 19C7.03 19 3 14.97 3 10V9.03C3 8.76 3.11 8.5 3.3 8.3C3.5 8.11 3.76 8 4.03 8H20C20.25 8 20.5 8.11 20.7 8.3C20.89 8.5 21 8.75 21 9V10M5 10C5 13.86 8.14 17 12 17C15.86 17 19 13.86 19 10H5M20 6V7H4V6C4 5.73 4.1 5.5 4.29 5.29C4.5 5.1 4.73 5 5 5H10V3H14V5H19C19.25 5 19.5 5.11 19.7 5.3C19.89 5.5 20 5.75 20 6Z\" /></svg></li><li title=\"domino mask \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-domino-mask\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.83 9.81C14.7 9.7 13.69 10.38 13.46 11.5C13.46 11.84 14.81 12.29 16.05 12.29C17.29 12.29 18.41 11.5 18.41 11.28C18.41 11.05 17.63 9.93 15.83 9.81M8.18 9.81C6.38 9.93 5.59 10.94 5.59 11.27C5.59 11.5 6.82 12.29 7.95 12.29S10.54 11.84 10.54 11.5C10.31 10.38 9.19 9.7 8.18 9.81M16.95 16C15.04 16 13.8 13.75 12 13.75S8.85 16 7.05 16C4.69 16 3 13.86 3 10.04C3 7.68 3.68 7 6.71 7S10.54 8.24 12 8.24 14.36 7 17.29 7 21 7.79 21 10.04C21 13.86 19.31 16 16.95 16Z\" /></svg></li><li title=\"donkey \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-donkey\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.34,10.35L21.27,10.28L21.18,10.19L18,7V6A0.5,0.5 0 0,0 17.5,5.5C17.36,5.5 17.22,5.56 17.13,5.66L13.46,9H7C6.32,9 5.69,9.35 5.32,9.92L2.62,12.59C2.29,13.04 2.39,13.66 2.84,14C3.18,14.24 3.65,14.25 4,14L5,13.07V19H8V15H13V19H16V13.83C16,13.3 16.21,12.79 16.59,12.42L18,11L20,12V12C20.15,12.08 20.32,12.13 20.5,12.13C21.1,12.11 21.59,11.61 21.58,11C21.57,10.76 21.5,10.53 21.34,10.35Z\" /></svg></li><li title=\"door closed lock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-door-closed-lock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16 11H18V13H16V11M12 3H19A2 2 0 0 1 21 5V19H22V21H2V19H10V5A2 2 0 0 1 12 3M12 5V19H19V5M6.2 5H2.8V4.5A1.7 1.7 0 0 1 6.2 4.5M7 5V4.5A2.5 2.5 0 0 0 2 4.5V5A1 1 0 0 0 1 6V10A1 1 0 0 0 2 11H7A1 1 0 0 0 8 10V6A1 1 0 0 0 7 5\" /></svg></li><li title=\"door closed \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-door-closed\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,11H18V13H16V11M12,3H19C20.11,3 21,3.89 21,5V19H22V21H2V19H10V5C10,3.89 10.89,3 12,3M12,5V19H19V5H12Z\" /></svg></li><li title=\"door open \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-door-open\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,3C10.89,3 10,3.89 10,5H3V19H2V21H22V19H21V5C21,3.89 20.11,3 19,3H12M12,5H19V19H12V5M5,11H7V13H5V11Z\" /></svg></li><li title=\"door sliding lock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-door-sliding-lock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.8 17V15.5C21.8 14.1 20.4 13 19 13S16.2 14.1 16.2 15.5V17C15.6 17 15 17.6 15 18.2V21.7C15 22.4 15.6 23 16.2 23H21.7C22.4 23 23 22.4 23 21.8V18.3C23 17.6 22.4 17 21.8 17M20.5 17H17.5V15.5C17.5 14.7 18.2 14.2 19 14.2S20.5 14.7 20.5 15.5V17M13 11H15V13H13V11M9 13H7V11H9V13M13 19H12V5H17V11.44C17.61 11.17 18.29 11 19 11V5C19 3.9 18.1 3 17 3H5C3.9 3 3 3.9 3 5V19H2V21H13V19M10 19H5V5H10V19Z\" /></svg></li><li title=\"door sliding open \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-door-sliding-open\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6 11V13H4V11H6M22 5H17V19H22V5M7 5H2L2 19H7V5M22 3C23.11 3 24 3.89 24 5V21H0V5C0 3.89 .894 3 2 3H9V19H15V3H22M20 11H18V13H20V11Z\" /></svg></li><li title=\"door sliding \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-door-sliding\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10 13H8V11H10V13M16 11H14V13H16V11M21 19V21H3V19H4V5C4 3.9 4.9 3 6 3H18C19.1 3 20 3.9 20 5V19H21M11 5H6V19H11V5M18 5H13V19H18V5Z\" /></svg></li><li title=\"door \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-door\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8,3C6.89,3 6,3.89 6,5V21H18V5C18,3.89 17.11,3 16,3H8M8,5H16V19H8V5M13,11V13H15V11H13Z\" /></svg></li><li title=\"doorbell video \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-doorbell-video\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14 15C14 16.11 13.11 17 12 17S10 16.11 10 15 10.9 13 12 13 14 13.9 14 15M18 4V20C18 21.1 17.11 22 16 22H8C6.9 22 6 21.11 6 20V4C6 2.9 6.9 2 8 2H16C17.11 2 18 2.9 18 4M10.5 7C10.5 7.83 11.17 8.5 12 8.5S13.5 7.83 13.5 7 12.83 5.5 12 5.5 10.5 6.17 10.5 7M16 10H8V20H16V10Z\" /></svg></li><li title=\"doorbell \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-doorbell\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 10C10.9 10 10 10.9 10 12S10.9 14 12 14 14 13.1 14 12 13.1 10 12 10M16 2H8C6.9 2 6 2.9 6 4V20C6 21.1 6.9 22 8 22H16C17.1 22 18 21.1 18 20V4C18 2.9 17.1 2 16 2M16 20H8V4H16V20Z\" /></svg></li><li title=\"dot net \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-dot-net\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,15A1,1 0 0,1 3,16A1,1 0 0,1 2,17A1,1 0 0,1 1,16A1,1 0 0,1 2,15M21,17H19V9H17V7H23V9H21V17M16,7V9H14V11H16V13H14V15H16V17H12V7H16M11,7V17H9L6,11V17H4V7H6L9,13V7H11Z\" /></svg></li><li title=\"dots circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-dots-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 19C13.1 19 14 19.9 14 21S13.1 23 12 23 10 22.1 10 21 10.9 19 12 19M12 1C13.1 1 14 1.9 14 3S13.1 5 12 5 10 4.1 10 3 10.9 1 12 1M6 16C7.1 16 8 16.9 8 18S7.1 20 6 20 4 19.1 4 18 4.9 16 6 16M3 10C4.1 10 5 10.9 5 12S4.1 14 3 14 1 13.1 1 12 1.9 10 3 10M6 4C7.1 4 8 4.9 8 6S7.1 8 6 8 4 7.1 4 6 4.9 4 6 4M18 16C19.1 16 20 16.9 20 18S19.1 20 18 20 16 19.1 16 18 16.9 16 18 16M21 10C22.1 10 23 10.9 23 12S22.1 14 21 14 19 13.1 19 12 19.9 10 21 10M18 4C19.1 4 20 4.9 20 6S19.1 8 18 8 16 7.1 16 6 16.9 4 18 4Z\" /></svg></li><li title=\"dots grid \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-dots-grid\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 16C13.1 16 14 16.9 14 18S13.1 20 12 20 10 19.1 10 18 10.9 16 12 16M12 10C13.1 10 14 10.9 14 12S13.1 14 12 14 10 13.1 10 12 10.9 10 12 10M12 4C13.1 4 14 4.9 14 6S13.1 8 12 8 10 7.1 10 6 10.9 4 12 4M6 16C7.1 16 8 16.9 8 18S7.1 20 6 20 4 19.1 4 18 4.9 16 6 16M6 10C7.1 10 8 10.9 8 12S7.1 14 6 14 4 13.1 4 12 4.9 10 6 10M6 4C7.1 4 8 4.9 8 6S7.1 8 6 8 4 7.1 4 6 4.9 4 6 4M18 16C19.1 16 20 16.9 20 18S19.1 20 18 20 16 19.1 16 18 16.9 16 18 16M18 10C19.1 10 20 10.9 20 12S19.1 14 18 14 16 13.1 16 12 16.9 10 18 10M18 4C19.1 4 20 4.9 20 6S19.1 8 18 8 16 7.1 16 6 16.9 4 18 4Z\" /></svg></li><li title=\"dots hexagon \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-dots-hexagon\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16 12C16 10.9 16.9 10 18 10S20 10.9 20 12 19.1 14 18 14 16 13.1 16 12M10 12C10 10.9 10.9 10 12 10S14 10.9 14 12 13.1 14 12 14 10 13.1 10 12M4 12C4 10.9 4.9 10 6 10S8 10.9 8 12 7.1 14 6 14 4 13.1 4 12M13 18C13 16.9 13.9 16 15 16S17 16.9 17 18 16.1 20 15 20 13 19.1 13 18M7 18C7 16.9 7.9 16 9 16S11 16.9 11 18 10.1 20 9 20 7 19.1 7 18M13 6C13 4.9 13.9 4 15 4S17 4.9 17 6 16.1 8 15 8 13 7.1 13 6M7 6C7 4.9 7.9 4 9 4S11 4.9 11 6 10.1 8 9 8 7 7.1 7 6\" /></svg></li><li title=\"dots horizontal circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-dots-horizontal-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4M12,10.5A1.5,1.5 0 0,1 13.5,12A1.5,1.5 0 0,1 12,13.5A1.5,1.5 0 0,1 10.5,12A1.5,1.5 0 0,1 12,10.5M7.5,10.5A1.5,1.5 0 0,1 9,12A1.5,1.5 0 0,1 7.5,13.5A1.5,1.5 0 0,1 6,12A1.5,1.5 0 0,1 7.5,10.5M16.5,10.5A1.5,1.5 0 0,1 18,12A1.5,1.5 0 0,1 16.5,13.5A1.5,1.5 0 0,1 15,12A1.5,1.5 0 0,1 16.5,10.5Z\" /></svg></li><li title=\"dots horizontal circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-dots-horizontal-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,10.5A1.5,1.5 0 0,0 10.5,12A1.5,1.5 0 0,0 12,13.5A1.5,1.5 0 0,0 13.5,12A1.5,1.5 0 0,0 12,10.5M6.5,10.5A1.5,1.5 0 0,0 5,12A1.5,1.5 0 0,0 6.5,13.5A1.5,1.5 0 0,0 8,12A1.5,1.5 0 0,0 6.5,10.5M17.5,10.5A1.5,1.5 0 0,0 16,12A1.5,1.5 0 0,0 17.5,13.5A1.5,1.5 0 0,0 19,12A1.5,1.5 0 0,0 17.5,10.5Z\" /></svg></li><li title=\"dots horizontal \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-dots-horizontal\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,12A2,2 0 0,1 18,10A2,2 0 0,1 20,12A2,2 0 0,1 18,14A2,2 0 0,1 16,12M10,12A2,2 0 0,1 12,10A2,2 0 0,1 14,12A2,2 0 0,1 12,14A2,2 0 0,1 10,12M4,12A2,2 0 0,1 6,10A2,2 0 0,1 8,12A2,2 0 0,1 6,14A2,2 0 0,1 4,12Z\" /></svg></li><li title=\"dots square \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-dots-square\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 16C13.1 16 14 16.9 14 18S13.1 20 12 20 10 19.1 10 18 10.9 16 12 16M12 4C13.1 4 14 4.9 14 6S13.1 8 12 8 10 7.1 10 6 10.9 4 12 4M6 16C7.1 16 8 16.9 8 18S7.1 20 6 20 4 19.1 4 18 4.9 16 6 16M6 10C7.1 10 8 10.9 8 12S7.1 14 6 14 4 13.1 4 12 4.9 10 6 10M6 4C7.1 4 8 4.9 8 6S7.1 8 6 8 4 7.1 4 6 4.9 4 6 4M18 16C19.1 16 20 16.9 20 18S19.1 20 18 20 16 19.1 16 18 16.9 16 18 16M18 10C19.1 10 20 10.9 20 12S19.1 14 18 14 16 13.1 16 12 16.9 10 18 10M18 4C19.1 4 20 4.9 20 6S19.1 8 18 8 16 7.1 16 6 16.9 4 18 4Z\" /></svg></li><li title=\"dots triangle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-dots-triangle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 16C13.1 16 14 16.9 14 18S13.1 20 12 20 10 19.1 10 18 10.9 16 12 16M15 10C16.1 10 17 10.9 17 12S16.1 14 15 14 13 13.1 13 12 13.9 10 15 10M6 16C7.1 16 8 16.9 8 18S7.1 20 6 20 4 19.1 4 18 4.9 16 6 16M9 10C10.1 10 11 10.9 11 12S10.1 14 9 14 7 13.1 7 12 7.9 10 9 10M12 4C13.1 4 14 4.9 14 6S13.1 8 12 8 10 7.1 10 6 10.9 4 12 4M18 16C19.1 16 20 16.9 20 18S19.1 20 18 20 16 19.1 16 18 16.9 16 18 16\" /></svg></li><li title=\"dots vertical circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-dots-vertical-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10.5,12A1.5,1.5 0 0,1 12,10.5A1.5,1.5 0 0,1 13.5,12A1.5,1.5 0 0,1 12,13.5A1.5,1.5 0 0,1 10.5,12M10.5,16.5A1.5,1.5 0 0,1 12,15A1.5,1.5 0 0,1 13.5,16.5A1.5,1.5 0 0,1 12,18A1.5,1.5 0 0,1 10.5,16.5M10.5,7.5A1.5,1.5 0 0,1 12,6A1.5,1.5 0 0,1 13.5,7.5A1.5,1.5 0 0,1 12,9A1.5,1.5 0 0,1 10.5,7.5M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z\" /></svg></li><li title=\"dots vertical circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-dots-vertical-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,12A10,10 0 0,1 12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12M10.5,12A1.5,1.5 0 0,0 12,13.5A1.5,1.5 0 0,0 13.5,12A1.5,1.5 0 0,0 12,10.5A1.5,1.5 0 0,0 10.5,12M10.5,17.5A1.5,1.5 0 0,0 12,19A1.5,1.5 0 0,0 13.5,17.5A1.5,1.5 0 0,0 12,16A1.5,1.5 0 0,0 10.5,17.5M10.5,6.5A1.5,1.5 0 0,0 12,8A1.5,1.5 0 0,0 13.5,6.5A1.5,1.5 0 0,0 12,5A1.5,1.5 0 0,0 10.5,6.5Z\" /></svg></li><li title=\"dots vertical \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-dots-vertical\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,16A2,2 0 0,1 14,18A2,2 0 0,1 12,20A2,2 0 0,1 10,18A2,2 0 0,1 12,16M12,10A2,2 0 0,1 14,12A2,2 0 0,1 12,14A2,2 0 0,1 10,12A2,2 0 0,1 12,10M12,4A2,2 0 0,1 14,6A2,2 0 0,1 12,8A2,2 0 0,1 10,6A2,2 0 0,1 12,4Z\" /></svg></li><li title=\"download box outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-download-box-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8 17V15H16V17H8M16 10L12 14L8 10H10.5V7H13.5V10H16M5 3H19C20.11 3 21 3.9 21 5V19C21 20.11 20.11 21 19 21H5C3.9 21 3 20.11 3 19V5C3 3.9 3.9 3 5 3M5 5V19H19V5H5Z\" /></svg></li><li title=\"download box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-download-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5 3H19C20.11 3 21 3.9 21 5V19C21 20.11 20.11 21 19 21H5C3.9 21 3 20.11 3 19V5C3 3.9 3.9 3 5 3M8 17H16V15H8V17M16 10H13.5V7H10.5V10H8L12 14L16 10Z\" /></svg></li><li title=\"download circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-download-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8 17V15H16V17H8M16 10L12 14L8 10H10.5V6H13.5V10H16M12 2C17.5 2 22 6.5 22 12C22 17.5 17.5 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2M12 4C7.58 4 4 7.58 4 12C4 16.42 7.58 20 12 20C16.42 20 20 16.42 20 12C20 7.58 16.42 4 12 4Z\" /></svg></li><li title=\"download circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-download-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2C17.5 2 22 6.5 22 12C22 17.5 17.5 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2M8 17H16V15H8V17M16 10H13.5V6H10.5V10H8L12 14L16 10Z\" /></svg></li><li title=\"download lock outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-download-lock-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 16A1.08 1.08 0 0 1 23 17V21A1.08 1.08 0 0 1 22 22H17A1.08 1.08 0 0 1 16 21V17A1.08 1.08 0 0 1 17 16V14.5A2.5 2.5 0 0 1 22 14.5V16M21 16V14.5A1.5 1.5 0 0 0 18 14.5V16H21M13 5V11H14.17L12 13.17L9.83 11H11V5H13M15 3H9V9H5L12 16L19 9H15V3M14 18H5V20H14Z\" /></svg></li><li title=\"download lock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-download-lock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5 20H14V18H5M19 9H15V3H9V9H5L12 16M22 16A1.08 1.08 0 0 1 23 17V21A1.08 1.08 0 0 1 22 22H17A1.08 1.08 0 0 1 16 21V17A1.08 1.08 0 0 1 17 16V14.5A2.5 2.5 0 0 1 22 14.5V16M21 16V14.5A1.5 1.5 0 0 0 18 14.5V16H21\" /></svg></li><li title=\"download multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-download-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,1V7H5L12,14L19,7H15V1H9M5,16V18H19V16H5M5,20V22H19V20H5Z\" /></svg></li><li title=\"download network outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-download-network-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,20A1,1 0 0,0 14,19H13V17H17A2,2 0 0,0 19,15V5A2,2 0 0,0 17,3H7A2,2 0 0,0 5,5V15A2,2 0 0,0 7,17H11V19H10A1,1 0 0,0 9,20H2V22H9A1,1 0 0,0 10,23H14A1,1 0 0,0 15,22H22V20H15M7,15V5H17V15H7M12,14L16,10H13V6H11V10H8L12,14Z\" /></svg></li><li title=\"download network \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-download-network\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,3A2,2 0 0,1 19,5V15A2,2 0 0,1 17,17H13V19H14A1,1 0 0,1 15,20H22V22H15A1,1 0 0,1 14,23H10A1,1 0 0,1 9,22H2V20H9A1,1 0 0,1 10,19H11V17H7C5.89,17 5,16.1 5,15V5A2,2 0 0,1 7,3H17M12,14.5L16.5,10H13V6H11V10H7.5L12,14.5Z\" /></svg></li><li title=\"download off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-download-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.11 21.46L2.39 1.73L1.11 3L7.11 9H5L12 16L13.06 14.95L16.11 18H5V20H18.11L20.84 22.73L22.11 21.46M11 5H13V9.8L15.6 12.4L19 9H15V3H9V5.8L11 7.8V5Z\" /></svg></li><li title=\"download off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-download-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.84 22.73L18.11 20H5V18H16.11L13.06 14.95L12 16L5 9H7.11L1.11 3L2.39 1.73L22.11 21.46L20.84 22.73M19 9H15V3H9V5.8L15.6 12.4L19 9Z\" /></svg></li><li title=\"download outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-download-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,5V11H14.17L12,13.17L9.83,11H11V5H13M15,3H9V9H5L12,16L19,9H15V3M19,18H5V20H19V18Z\" /></svg></li><li title=\"download \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-download\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,20H19V18H5M19,9H15V3H9V9H5L12,16L19,9Z\" /></svg></li><li title=\"drag horizontal variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-drag-horizontal-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 11H3V9H21V11M21 13H3V15H21V13Z\" /></svg></li><li title=\"drag horizontal \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-drag-horizontal\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,15V13H5V15H3M3,11V9H5V11H3M7,15V13H9V15H7M7,11V9H9V11H7M11,15V13H13V15H11M11,11V9H13V11H11M15,15V13H17V15H15M15,11V9H17V11H15M19,15V13H21V15H19M19,11V9H21V11H19Z\" /></svg></li><li title=\"drag variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-drag-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.67,12L18.18,16.5L15.67,14L17.65,12L15.67,10.04L18.18,7.53L22.67,12M12,1.33L16.47,5.82L13.96,8.33L12,6.35L10,8.33L7.5,5.82L12,1.33M12,22.67L7.53,18.18L10.04,15.67L12,17.65L14,15.67L16.5,18.18L12,22.67M1.33,12L5.82,7.5L8.33,10L6.35,12L8.33,13.96L5.82,16.47L1.33,12M12,10A2,2 0 0,1 14,12A2,2 0 0,1 12,14A2,2 0 0,1 10,12A2,2 0 0,1 12,10Z\" /></svg></li><li title=\"drag vertical variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-drag-vertical-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11 21H9V3H11V21M15 3H13V21H15V3Z\" /></svg></li><li title=\"drag vertical \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-drag-vertical\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,3H11V5H9V3M13,3H15V5H13V3M9,7H11V9H9V7M13,7H15V9H13V7M9,11H11V13H9V11M13,11H15V13H13V11M9,15H11V17H9V15M13,15H15V17H13V15M9,19H11V21H9V19M13,19H15V21H13V19Z\" /></svg></li><li title=\"drag \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-drag\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7,19V17H9V19H7M11,19V17H13V19H11M15,19V17H17V19H15M7,15V13H9V15H7M11,15V13H13V15H11M15,15V13H17V15H15M7,11V9H9V11H7M11,11V9H13V11H11M15,11V9H17V11H15M7,7V5H9V7H7M11,7V5H13V7H11M15,7V5H17V7H15Z\" /></svg></li><li title=\"drama masks \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-drama-masks\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8.11,19.45C5.94,18.65 4.22,16.78 3.71,14.35L2.05,6.54C1.81,5.46 2.5,4.4 3.58,4.17L13.35,2.1L13.38,2.09C14.45,1.88 15.5,2.57 15.72,3.63L16.07,5.3L20.42,6.23H20.45C21.5,6.47 22.18,7.53 21.96,8.59L20.3,16.41C19.5,20.18 15.78,22.6 12,21.79C10.42,21.46 9.08,20.61 8.11,19.45V19.45M20,8.18L10.23,6.1L8.57,13.92V13.95C8,16.63 9.73,19.27 12.42,19.84C15.11,20.41 17.77,18.69 18.34,16L20,8.18M16,16.5C15.37,17.57 14.11,18.16 12.83,17.89C11.56,17.62 10.65,16.57 10.5,15.34L16,16.5M8.47,5.17L4,6.13L5.66,13.94L5.67,13.97C5.82,14.68 6.12,15.32 6.53,15.87C6.43,15.1 6.45,14.3 6.62,13.5L7.05,11.5C6.6,11.42 6.21,11.17 6,10.81C6.06,10.2 6.56,9.66 7.25,9.5C7.33,9.5 7.4,9.5 7.5,9.5L8.28,5.69C8.32,5.5 8.38,5.33 8.47,5.17M15.03,12.23C15.35,11.7 16.03,11.42 16.72,11.57C17.41,11.71 17.91,12.24 18,12.86C17.67,13.38 17,13.66 16.3,13.5C15.61,13.37 15.11,12.84 15.03,12.23M10.15,11.19C10.47,10.66 11.14,10.38 11.83,10.53C12.5,10.67 13.03,11.21 13.11,11.82C12.78,12.34 12.11,12.63 11.42,12.5C10.73,12.33 10.23,11.8 10.15,11.19M11.97,4.43L13.93,4.85L13.77,4.05L11.97,4.43Z\" /></svg></li><li title=\"draw pen \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-draw-pen\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9.75 20.85C11.53 20.15 11.14 18.22 10.24 17C9.35 15.75 8.12 14.89 6.88 14.06C6 13.5 5.19 12.8 4.54 12C4.26 11.67 3.69 11.06 4.27 10.94C4.86 10.82 5.88 11.4 6.4 11.62C7.31 12 8.21 12.44 9.05 12.96L10.06 11.26C8.5 10.23 6.5 9.32 4.64 9.05C3.58 8.89 2.46 9.11 2.1 10.26C1.78 11.25 2.29 12.25 2.87 13.03C4.24 14.86 6.37 15.74 7.96 17.32C8.3 17.65 8.71 18.04 8.91 18.5C9.12 18.94 9.07 18.97 8.6 18.97C7.36 18.97 5.81 18 4.8 17.36L3.79 19.06C5.32 20 7.88 21.47 9.75 20.85M18.96 7.33L13.29 13H11V10.71L16.67 5.03L18.96 7.33M22.36 6.55C22.35 6.85 22.04 7.16 21.72 7.47L19.2 10L18.33 9.13L20.93 6.54L20.34 5.95L19.67 6.62L17.38 4.33L19.53 2.18C19.77 1.94 20.16 1.94 20.39 2.18L21.82 3.61C22.06 3.83 22.06 4.23 21.82 4.47C21.61 4.68 21.41 4.88 21.41 5.08C21.39 5.28 21.59 5.5 21.79 5.67C22.08 5.97 22.37 6.25 22.36 6.55Z\" /></svg></li><li title=\"draw \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-draw\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9.75 20.85C11.53 20.15 11.14 18.22 10.24 17C9.35 15.75 8.12 14.89 6.88 14.06C6 13.5 5.19 12.8 4.54 12C4.26 11.67 3.69 11.06 4.27 10.94C4.86 10.82 5.88 11.4 6.4 11.62C7.31 12 8.21 12.44 9.05 12.96L10.06 11.26C8.5 10.23 6.5 9.32 4.64 9.05C3.58 8.89 2.46 9.11 2.1 10.26C1.78 11.25 2.29 12.25 2.87 13.03C4.24 14.86 6.37 15.74 7.96 17.32C8.3 17.65 8.71 18.04 8.91 18.5C9.12 18.94 9.07 18.97 8.6 18.97C7.36 18.97 5.81 18 4.8 17.36L3.79 19.06C5.32 20 7.88 21.47 9.75 20.85M20.84 5.25C21.06 5.03 21.06 4.67 20.84 4.46L19.54 3.16C19.33 2.95 18.97 2.95 18.76 3.16L17.74 4.18L19.82 6.26M11 10.92V13H13.08L19.23 6.85L17.15 4.77L11 10.92Z\" /></svg></li><li title=\"drawing box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-drawing-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18,18H12V12.21C11.34,12.82 10.47,13.2 9.5,13.2C7.46,13.2 5.8,11.54 5.8,9.5A3.7,3.7 0 0,1 9.5,5.8C11.54,5.8 13.2,7.46 13.2,9.5C13.2,10.47 12.82,11.34 12.21,12H18M19,3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3Z\" /></svg></li><li title=\"drawing \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-drawing\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8.5,3A5.5,5.5 0 0,1 14,8.5C14,9.83 13.53,11.05 12.74,12H21V21H12V12.74C11.05,13.53 9.83,14 8.5,14A5.5,5.5 0 0,1 3,8.5A5.5,5.5 0 0,1 8.5,3Z\" /></svg></li><li title=\"dresser outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-dresser-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 3C2.9 3 2 3.9 2 5V18C2 19.11 2.9 20 4 20V21H6V20H18V21H20V20C21.11 20 22 19.11 22 18V5C22 3.9 21.11 3 20 3H4M4 5H20V8H4V5M10 6V7H14V6H10M4 10H20V13H4V10M10 11V12H14V11H10M4 15H20V18H4V15M10 16V17H14V16H10Z\" /></svg></li><li title=\"dresser \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-dresser\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 3C2.9 3 2 3.9 2 5V8H22V5C22 3.9 21.11 3 20 3H4M10 5H14V6H10V5M2 9V14H22V9H2M10 11H14V12H10V11M2 15V18C2 19.11 2.9 20 4 20V21H6V20H18V21H20V20C21.11 20 22 19.11 22 18V15H2M10 17H14V18H10V17Z\" /></svg></li><li title=\"drone \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-drone\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,11H21L20,9H13.75L16,12.5H14L10.75,9H4C3.45,9 2,8.55 2,8C2,7.45 3.5,5.5 5.5,5.5C7.5,5.5 7.67,6.5 9,7H21A1,1 0 0,1 22,8V9L22,11M10.75,6.5L14,3H16L13.75,6.5H10.75M18,11V9.5H19.75L19,11H18M3,19A1,1 0 0,1 2,18A1,1 0 0,1 3,17A4,4 0 0,1 7,21A1,1 0 0,1 6,22A1,1 0 0,1 5,21A2,2 0 0,0 3,19M11,21A1,1 0 0,1 10,22A1,1 0 0,1 9,21A6,6 0 0,0 3,15A1,1 0 0,1 2,14A1,1 0 0,1 3,13A8,8 0 0,1 11,21Z\" /></svg></li><li title=\"dropbox \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-dropbox\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 6.2L8 9.39L13 6.2L8 3L3 6.2M13 6.2L18 9.39L23 6.2L18 3L13 6.2M3 12.55L8 15.74L13 12.55L8 9.35L3 12.55M18 9.35L13 12.55L18 15.74L23 12.55L18 9.35M8.03 16.8L13.04 20L18.04 16.8L13.04 13.61L8.03 16.8Z\" /></svg></li><li title=\"drupal \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-drupal\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.47,14.65C20.47,15.29 20.25,16.36 19.83,17.1C19.4,17.85 19.08,18.06 18.44,18.06C17.7,17.95 16.31,15.82 15.36,15.72C14.18,15.72 11.73,18.17 9.71,18.17C8.54,18.17 8.11,17.95 7.79,17.74C7.15,17.31 6.94,16.67 6.94,15.82C6.94,14.22 8.43,12.84 10.24,12.84C12.59,12.84 14.18,15.18 15.36,15.08C16.31,15.08 18.23,13.16 19.19,13.16C20.15,12.95 20.47,14 20.47,14.65M16.63,5.28C15.57,4.64 14.61,4.32 13.54,3.68C12.91,3.25 12.05,2.3 11.31,1.44C11,2.83 10.78,3.36 10.24,3.79C9.18,4.53 8.64,4.85 7.69,5.28C6.94,5.7 3,8.05 3,13.16C3,18.27 7.37,22 12.05,22C16.85,22 21,18.5 21,13.27C21.21,8.05 17.27,5.7 16.63,5.28Z\" /></svg></li><li title=\"duck \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-duck\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8.5,5A1.5,1.5 0 0,0 7,6.5A1.5,1.5 0 0,0 8.5,8A1.5,1.5 0 0,0 10,6.5A1.5,1.5 0 0,0 8.5,5M10,2A5,5 0 0,1 15,7C15,8.7 14.15,10.2 12.86,11.1C14.44,11.25 16.22,11.61 18,12.5C21,14 22,12 22,12C22,12 21,21 15,21H9C9,21 4,21 4,16C4,13 7,12 6,10C2,10 2,6.5 2,6.5C3,7 4.24,7 5,6.65C5.19,4.05 7.36,2 10,2Z\" /></svg></li><li title=\"dumbbell \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-dumbbell\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.57,14.86L22,13.43L20.57,12L17,15.57L8.43,7L12,3.43L10.57,2L9.14,3.43L7.71,2L5.57,4.14L4.14,2.71L2.71,4.14L4.14,5.57L2,7.71L3.43,9.14L2,10.57L3.43,12L7,8.43L15.57,17L12,20.57L13.43,22L14.86,20.57L16.29,22L18.43,19.86L19.86,21.29L21.29,19.86L19.86,18.43L22,16.29L20.57,14.86Z\" /></svg></li><li title=\"dump truck \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-dump-truck\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,8H19L17,8H15V14H2V17H3A3,3 0 0,0 6,20A3,3 0 0,0 9,17H15A3,3 0 0,0 18,20A3,3 0 0,0 21,17H23V12L20,8M6,18.5A1.5,1.5 0 0,1 4.5,17A1.5,1.5 0 0,1 6,15.5A1.5,1.5 0 0,1 7.5,17A1.5,1.5 0 0,1 6,18.5M18,18.5A1.5,1.5 0 0,1 16.5,17A1.5,1.5 0 0,1 18,15.5A1.5,1.5 0 0,1 19.5,17A1.5,1.5 0 0,1 18,18.5M17,12V9.5H19.5L21.46,12H17M18,7H14V13H3L1.57,8H1V6H13L14,5H18V7Z\" /></svg></li><li title=\"ear hearing off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ear-hearing-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M1,4.27L2.28,3L20,20.72L18.73,22L12.91,16.18C12.19,16.74 11.67,17.19 11.37,18.1C10.77,19.92 10,20.94 8.64,21.65C8.13,21.88 7.57,22 7,22A4,4 0 0,1 3,18H5A2,2 0 0,0 7,20C7.29,20 7.56,19.94 7.76,19.85C8.47,19.5 8.97,18.97 9.47,17.47C9.91,16.12 10.69,15.39 11.5,14.76L5.04,8.31C5,8.54 5,8.77 5,9H3C3,8.17 3.14,7.39 3.39,6.66L1,4.27M14.18,11.94C14.71,11 15,9.93 15,9C15,6.2 12.8,4 10,4C8.81,4 7.74,4.39 6.89,5.06L5.46,3.63C6.67,2.61 8.25,2 10,2C13.93,2 17,5.07 17,9C17,10.26 16.62,11.65 15.93,12.9L15.47,13.65L14.03,12.2L14.18,11.94M16.36,2.64L17.78,1.22C19.77,3.21 21,5.96 21,9C21,11.83 19.93,14.41 18.18,16.36L16.77,14.94C18.15,13.36 19,11.28 19,9C19,6.5 18,4.26 16.36,2.64M12.5,9C12.5,9.5 12.36,9.93 12.13,10.31L8.69,6.87C9.07,6.64 9.5,6.5 10,6.5A2.5,2.5 0 0,1 12.5,9Z\" /></svg></li><li title=\"ear hearing \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ear-hearing\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,20C16.71,20 16.44,19.94 16.24,19.85C15.53,19.5 15.03,18.97 14.53,17.47C14,15.91 13.06,15.18 12.14,14.47C11.35,13.86 10.53,13.23 9.82,11.94C9.29,11 9,9.93 9,9C9,6.2 11.2,4 14,4C16.8,4 19,6.2 19,9H21C21,5.07 17.93,2 14,2C10.07,2 7,5.07 7,9C7,10.26 7.38,11.65 8.07,12.9C9,14.55 10.05,15.38 10.92,16.05C11.73,16.67 12.31,17.12 12.63,18.1C13.23,19.92 14,20.94 15.36,21.65C15.87,21.88 16.43,22 17,22A4,4 0 0,0 21,18H19A2,2 0 0,1 17,20M7.64,2.64L6.22,1.22C4.23,3.21 3,5.96 3,9C3,12.04 4.23,14.79 6.22,16.78L7.63,15.37C6,13.74 5,11.5 5,9C5,6.5 6,4.26 7.64,2.64M11.5,9A2.5,2.5 0 0,0 14,11.5A2.5,2.5 0 0,0 16.5,9A2.5,2.5 0 0,0 14,6.5A2.5,2.5 0 0,0 11.5,9Z\" /></svg></li><li title=\"earbuds off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-earbuds-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.11 21.46L18.5 17.85V17.84L15.58 14.93L15.58 14.93L14.09 13.44L14.1 13.44L11.56 10.9L11.56 10.9L10 9.34V9.34L7 6.34L7 6.34L6.66 6L6.67 6L6.1 5.44L2.39 1.73L1.11 3L2.55 4.43C2.19 5 2 5.58 2 6V11C2 12 3 14 5 14C5.61 14 6.32 13.72 7 13.27V20C7 20.55 7.45 21 8 21H9C9.55 21 10 20.55 10 20V11.89L14.5 16.39V20C14.5 20.55 14.95 21 15.5 21H17.5C17.94 21 18.3 20.72 18.43 20.32L20.84 22.73L22.11 21.46M8 10.23L5.91 11.6C5.4 11.93 5.08 12 5 12C4.3 12 4 11.08 4 11L4 6.03C4 6 4 5.97 4.03 5.92L8 9.89V10.23M13.53 10.33L11.04 7.84C11.37 5.12 13.69 3 16.5 3C19.54 3 22 5.46 22 8.5C22 11.32 19.89 13.63 17.16 13.96L14.67 11.47C15.2 11.8 15.83 12 16.5 12C18.43 12 20 10.43 20 8.5S18.43 5 16.5 5 13 6.57 13 8.5C13 9.17 13.2 9.8 13.53 10.33Z\" /></svg></li><li title=\"earbuds off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-earbuds-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10 9.34V9.34L11.56 10.91L11.56 10.9L14.1 13.45L14.09 13.44L15.58 14.93L15.59 14.93L18.5 17.84V17.85L22.11 21.46L20.84 22.73L18.43 20.33C18.3 20.72 17.94 21 17.5 21H15.5C14.95 21 14.5 20.55 14.5 20V16.39L10 11.89V20C10 20.55 9.55 21 9 21H8C7.45 21 7 20.55 7 20V13.27C6.32 13.72 5.61 14 5 14C3 14 2 12 2 11V6C2 5.58 2.19 5 2.55 4.43L1.11 3L2.39 1.73L6.1 5.44M22 8.5C22 5.46 19.54 3 16.5 3C13.69 3 11.37 5.12 11.04 7.84L17.16 13.96C19.89 13.63 22 11.32 22 8.5Z\" /></svg></li><li title=\"earbuds outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-earbuds-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5 3C3 3 2 5 2 6V11C2 12 3 14 5 14C5.61 14 6.32 13.72 7 13.27V20C7 20.55 7.45 21 8 21H9C9.55 21 10 20.55 10 20V8C10 6 7 3 5 3M8 10.23L5.91 11.6C5.4 11.93 5.08 12 5 12C4.3 12 4 11.08 4 11L4 6.03C4 5.92 4.3 5 5 5C5.9 5 8 7.1 8 8V10.23M16.5 15C17.2 15 17.87 14.89 18.5 14.68V20C18.5 20.55 18.05 21 17.5 21H15.5C14.95 21 14.5 20.55 14.5 20V14.68C15.13 14.89 15.8 15 16.5 15M16.5 3C13.46 3 11 5.46 11 8.5S13.46 14 16.5 14 22 11.54 22 8.5 19.54 3 16.5 3M16.5 12C14.57 12 13 10.43 13 8.5S14.57 5 16.5 5 20 6.57 20 8.5 18.43 12 16.5 12Z\" /></svg></li><li title=\"earbuds \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-earbuds\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10 8V20C10 20.55 9.55 21 9 21H8C7.45 21 7 20.55 7 20V13.27C6.32 13.72 5.61 14 5 14C3 14 2 12 2 11V6C2 5 3 3 5 3S10 6 10 8M16.5 3C13.46 3 11 5.46 11 8.5S13.46 14 16.5 14 22 11.54 22 8.5 19.54 3 16.5 3M14.5 14.68V20C14.5 20.55 14.95 21 15.5 21H17.5C18.05 21 18.5 20.55 18.5 20V14.68C17.87 14.89 17.2 15 16.5 15S15.13 14.89 14.5 14.68Z\" /></svg></li><li title=\"earth arrow right \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-earth-arrow-right\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 21V19H15V17H19V15L22 18L19 21M12 18C12 15.8 13.2 13.9 15 12.8C14.9 12.3 14.5 12 14 12H8V10H10C10.6 10 11 9.6 11 9V7H13C14.1 7 15 6.1 15 5V4.6C17.9 5.8 20 8.6 20 12V12.3C20.7 12.5 21.3 12.9 21.9 13.4C22 13 22 12.5 22 12C22 6.5 17.5 2 12 2S2 6.5 2 12 6.5 22 12 22C12.5 22 13 22 13.4 21.9C12.5 20.8 12 19.5 12 18M11 19.9C7 19.4 4 16.1 4 12C4 11.4 4.1 10.8 4.2 10.2L9 15V16C9 17.1 9.9 18 11 18V19.9Z\" /></svg></li><li title=\"earth box minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-earth-box-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 17V19H14V17H22M5 3H19C20.1 3 21 3.89 21 5V12.8C20.39 12.45 19.72 12.2 19 12.08V5H15.78C15.67 6 14.83 6.79 13.8 6.79H11.8V8.79C11.8 9.35 11.35 9.79 10.8 9.79H8.8V11.79H14.8C15.23 11.79 15.6 12.06 15.74 12.44C13.6 13.31 12.07 15.39 12 17.83C10.7 17.79 9.8 16.9 9.8 15.79V14.79L5 10.29V19H12.08C12.2 19.72 12.45 20.39 12.8 21H5C3.9 21 3 20.11 3 19V5C3 3.89 3.89 3 5 3Z\" /></svg></li><li title=\"earth box off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-earth-box-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23,4.27L21,6.27V19A2,2 0 0,1 19,21H6.27L4.27,23L3,21.72L21.72,3L23,4.27M5,3H19.18L17.18,5H15.78C15.67,6 14.83,6.79 13.8,6.79H11.8V8.79C11.8,9.35 11.35,9.79 10.8,9.79H8.8V11.79H10.38L8.55,13.62L5,10.29V17.18L3,19.18V5C3,3.89 3.89,3 5,3M11.8,19V17.79C11.17,17.79 10.6,17.5 10.23,17.04L8.27,19H11.8M15.8,12.79V15.79H16.8C17.69,15.79 18.74,16.38 19,17.18V8.27L15.33,11.94C15.61,12.12 15.8,12.43 15.8,12.79Z\" /></svg></li><li title=\"earth box plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-earth-box-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17 14H19V17H22V19H19V22H17V19H14V17H17V14M5 3H19C20.1 3 21 3.89 21 5V12.8C20.39 12.45 19.72 12.2 19 12.08V5H15.78C15.67 6 14.83 6.79 13.8 6.79H11.8V8.79C11.8 9.35 11.35 9.79 10.8 9.79H8.8V11.79H14.8C15.23 11.79 15.6 12.06 15.74 12.44C13.6 13.31 12.07 15.39 12 17.83C10.7 17.79 9.8 16.9 9.8 15.79V14.79L5 10.29V19H12.08C12.2 19.72 12.45 20.39 12.8 21H5C3.9 21 3 20.11 3 19V5C3 3.89 3.89 3 5 3Z\" /></svg></li><li title=\"earth box remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-earth-box-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.46 15.88L15.88 14.46L18 16.59L20.12 14.47L21.54 15.88L19.41 18L21.54 20.12L20.12 21.54L18 19.41L15.88 21.54L14.46 20.12L16.59 18L14.47 15.88M5 3H19C20.1 3 21 3.89 21 5V12.8C20.39 12.45 19.72 12.2 19 12.08V5H15.78C15.67 6 14.83 6.79 13.8 6.79H11.8V8.79C11.8 9.35 11.35 9.79 10.8 9.79H8.8V11.79H14.8C15.23 11.79 15.6 12.06 15.74 12.44C13.6 13.31 12.07 15.39 12 17.83C10.7 17.79 9.8 16.9 9.8 15.79V14.79L5 10.29V19H12.08C12.2 19.72 12.45 20.39 12.8 21H5C3.9 21 3 20.11 3 19V5C3 3.89 3.89 3 5 3Z\" /></svg></li><li title=\"earth box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-earth-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,3C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3H5M15.78,5H19V17.18C18.74,16.38 17.69,15.79 16.8,15.79H15.8V12.79A1,1 0 0,0 14.8,11.79H8.8V9.79H10.8A1,1 0 0,0 11.8,8.79V6.79H13.8C14.83,6.79 15.67,6 15.78,5M5,10.29L9.8,14.79V15.79C9.8,16.9 10.7,17.79 11.8,17.79V19H5V10.29Z\" /></svg></li><li title=\"earth minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-earth-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14 17H22V19H14V17M20 12C20 8.64 17.93 5.77 15 4.59V5C15 6.1 14.1 7 13 7H11V9C11 9.55 10.55 10 10 10H8V12H14C14.5 12 14.9 12.35 15 12.81C13.2 13.85 12 15.79 12 18C12 19.5 12.54 20.85 13.44 21.9L12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C17.5 2 22 6.5 22 12L21.9 13.44C21.34 12.96 20.7 12.59 20 12.34L20 12M11 19.93V18C9.9 18 9 17.1 9 16V15L4.21 10.21C4.08 10.78 4 11.38 4 12C4 16.08 7.06 19.44 11 19.93Z\" /></svg></li><li title=\"earth off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-earth-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,5.27L20.5,6.75C21.46,8.28 22,10.07 22,12A10,10 0 0,1 12,22C10.08,22 8.28,21.46 6.75,20.5L5.27,22L4,20.72L20.72,4L22,5.27M17.9,17.39C19.2,15.97 20,14.08 20,12C20,10.63 19.66,9.34 19.05,8.22L14.83,12.44C14.94,12.6 15,12.79 15,13V16H16C16.89,16 17.64,16.59 17.9,17.39M11,19.93V18C10.5,18 10.07,17.83 9.73,17.54L8.22,19.05C9.07,19.5 10,19.8 11,19.93M15,4.59V5A2,2 0 0,1 13,7H11V9A1,1 0 0,1 10,10H8V12H10.18L8.09,14.09L4.21,10.21C4.08,10.78 4,11.38 4,12C4,13.74 4.56,15.36 5.5,16.67L4.08,18.1C2.77,16.41 2,14.3 2,12A10,10 0 0,1 12,2C14.3,2 16.41,2.77 18.1,4.08L16.67,5.5C16.16,5.14 15.6,4.83 15,4.59Z\" /></svg></li><li title=\"earth plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-earth-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17 14H19V17H22V19H19V22H17V19H14V17H17V14M20 12C20 8.64 17.93 5.77 15 4.59V5C15 6.1 14.1 7 13 7H11V9C11 9.55 10.55 10 10 10H8V12H14C14.5 12 14.9 12.35 15 12.81C13.2 13.85 12 15.79 12 18C12 19.5 12.54 20.85 13.44 21.9L12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C17.5 2 22 6.5 22 12L21.9 13.44C21.34 12.96 20.7 12.59 20 12.34L20 12M11 19.93V18C9.9 18 9 17.1 9 16V15L4.21 10.21C4.08 10.78 4 11.38 4 12C4 16.08 7.06 19.44 11 19.93Z\" /></svg></li><li title=\"earth remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-earth-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.46 15.88L15.88 14.46L18 16.59L20.12 14.47L21.54 15.88L19.41 18L21.54 20.12L20.12 21.54L18 19.41L15.88 21.54L14.46 20.12L16.59 18L14.47 15.88M20 12C20 8.64 17.93 5.77 15 4.59V5C15 6.1 14.1 7 13 7H11V9C11 9.55 10.55 10 10 10H8V12H14C14.5 12 14.9 12.35 15 12.81C13.2 13.85 12 15.79 12 18C12 19.5 12.54 20.85 13.44 21.9L12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C17.5 2 22 6.5 22 12L21.9 13.44C21.34 12.96 20.7 12.59 20 12.34L20 12M11 19.93V18C9.9 18 9 17.1 9 16V15L4.21 10.21C4.08 10.78 4 11.38 4 12C4 16.08 7.06 19.44 11 19.93Z\" /></svg></li><li title=\"earth \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-earth\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17.9,17.39C17.64,16.59 16.89,16 16,16H15V13A1,1 0 0,0 14,12H8V10H10A1,1 0 0,0 11,9V7H13A2,2 0 0,0 15,5V4.59C17.93,5.77 20,8.64 20,12C20,14.08 19.2,15.97 17.9,17.39M11,19.93C7.05,19.44 4,16.08 4,12C4,11.38 4.08,10.78 4.21,10.21L9,15V16A2,2 0 0,0 11,18M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z\" /></svg></li><li title=\"egg easter \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-egg-easter\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6.89,6.36C8.23,3.91 10,2 12,2C14,2 15.77,3.91 17.11,6.36C16.26,6.57 15.5,7.07 15,7.77C13.79,6.11 11.46,5.75 9.8,6.97C9.5,7.19 9.22,7.46 9,7.77C8.5,7.07 7.74,6.57 6.89,6.36M15,18.06L12,15.06L9,18.06L6,15.06L4.73,16.33C5.75,20.35 9.83,22.77 13.84,21.76C16.5,21.08 18.59,19 19.27,16.33L18,15.06L15,18.06M9,15.94L12,12.94L15,15.94L18,12.94L19.5,14.44C19.37,12.13 18.8,9.86 17.81,7.76C16.65,7.86 15.75,8.83 15.75,10H14.25A2.25,2.25 0 0,0 12,7.75A2.25,2.25 0 0,0 9.75,10H8.25C8.25,8.83 7.35,7.86 6.19,7.76C5.2,9.86 4.63,12.13 4.5,14.44L6,12.94L9,15.94Z\" /></svg></li><li title=\"egg fried \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-egg-fried\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 4.5C14.17 4.5 14.58 5.07 15.5 6.32C15.88 6.85 16.32 7.44 16.94 8.06C17.43 8.55 17.86 8.93 18.21 9.24C19.3 10.19 19.5 10.36 19.5 12C19.5 14.93 19.5 15.38 17.94 16.94C16 18.86 15.38 19.5 13 19.5C11.88 19.5 11.5 19.18 10.89 18.69C10.27 18.19 9.43 17.5 8 17.5C4.96 17.5 4.5 14.05 4.5 12C4.5 10.65 5 8.91 6.47 8.42C8.25 7.83 9.2 6.71 9.96 5.81C10.75 4.88 11.11 4.5 12 4.5M12 3C9 3 9 6 6 7C3.88 7.71 3 10 3 12C3 15 4 19 8 19C10 19 10 21 13 21S17 20 19 18 21 15 21 12 20 9 18 7 16 3 12 3M12 8C9.79 8 8 9.79 8 12S9.79 16 12 16 16 14.21 16 12 14.21 8 12 8M12 10C10.9 10 10 10.9 10 12H9C9 10.35 10.35 9 12 9V10Z\" /></svg></li><li title=\"egg off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-egg-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.11 21.46L2.39 1.73L1.11 3L6.1 8C5.1 10.28 4.5 12.76 4.5 14.5C4.5 18.64 7.86 22 12 22C14.23 22 16.22 21 17.59 19.5L20.84 22.73L22.11 21.46M12 20C8.97 20 6.5 17.53 6.5 14.5C6.5 13.08 6.95 11.25 7.63 9.5L16.17 18.06C15.16 19.24 13.67 20 12 20M9.36 6.16L7.92 4.72C9.1 3.11 10.5 2 12 2C16.14 2 19.5 10.36 19.5 14.5C19.5 15.06 19.43 15.6 19.32 16.12L17.5 14.29C17.38 10.46 14.28 4 12 4C11.17 4 10.22 4.87 9.36 6.16Z\" /></svg></li><li title=\"egg off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-egg-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.1 21.5L2.4 1.7L1.1 3L6.1 8C5.1 10.3 4.5 12.8 4.5 14.5C4.5 18.6 7.9 22 12 22C14.2 22 16.2 21 17.6 19.5L20.8 22.7L22.1 21.5M19.5 14.5C19.5 10.4 16.1 2 12 2C10.5 2 9.1 3.1 7.9 4.7L19.3 16.1C19.4 15.6 19.5 15.1 19.5 14.5Z\" /></svg></li><li title=\"egg outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-egg-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 4C14.32 4 17.5 10.7 17.5 14.5C17.5 17.53 15.03 20 12 20S6.5 17.53 6.5 14.5C6.5 10.7 9.68 4 12 4M12 2C7.86 2 4.5 10.36 4.5 14.5C4.5 18.64 7.86 22 12 22S19.5 18.64 19.5 14.5C19.5 10.36 16.14 2 12 2Z\" /></svg></li><li title=\"egg \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-egg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.5,14.5A7.5,7.5 0 0,1 12,22A7.5,7.5 0 0,1 4.5,14.5C4.5,10.36 7.86,2 12,2C16.14,2 19.5,10.36 19.5,14.5Z\" /></svg></li><li title=\"eiffel tower \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-eiffel-tower\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8.21 17C8.65 16.15 9.06 15.16 9.44 14H9V12H10C10.61 9.4 11 6.13 11 2H13C13 6.13 13.4 9.4 14 12H15V14H14.56C14.94 15.16 15.35 16.15 15.79 17H17L17 19L19 22H16.58C15.81 20.24 14.05 19 12 19C9.95 19 8.19 20.24 7.42 22H5L7 19L6.97 17H8.21M12.59 14H11.41C11.07 15.13 10.69 16.13 10.28 17H13.72C13.32 16.13 12.93 15.13 12.59 14Z\" /></svg></li><li title=\"eight track \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-eight-track\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7,2L5,5V16L6,20C6.27,21.07 6.9,22 8,22H16A2,2 0 0,0 18,20L19,16V5L17,2H15V3H13V2H7M7,6H17V16H7V6Z\" /></svg></li><li title=\"eject outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-eject-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,17H19V19H5V17M12,5L5.33,15H18.67L12,5M12,8.6L14.93,13H9.07L12,8.6Z\" /></svg></li><li title=\"eject \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-eject\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,5L5.33,15H18.67M5,17H19V19H5V17Z\" /></svg></li><li title=\"electric switch closed \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-electric-switch-closed\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.83 11A3 3 0 0 0 15.18 11H8.82A3 3 0 0 0 3.17 11H1V13H3.17A3 3 0 0 0 8.82 13H15.18A3 3 0 0 0 20.83 13H23V11M6 13A1 1 0 1 1 7 12A1 1 0 0 1 6 13M18 13A1 1 0 1 1 19 12A1 1 0 0 1 18 13Z\" /></svg></li><li title=\"electric switch \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-electric-switch\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M1,11H3.17C3.58,9.83 4.69,9 6,9C6.65,9 7.25,9.21 7.74,9.56L14.44,4.87L15.58,6.5L8.89,11.2C8.96,11.45 9,11.72 9,12A3,3 0 0,1 6,15C4.69,15 3.58,14.17 3.17,13H1V11M23,11V13H20.83C20.42,14.17 19.31,15 18,15A3,3 0 0,1 15,12A3,3 0 0,1 18,9C19.31,9 20.42,9.83 20.83,11H23M6,11A1,1 0 0,0 5,12A1,1 0 0,0 6,13A1,1 0 0,0 7,12A1,1 0 0,0 6,11M18,11A1,1 0 0,0 17,12A1,1 0 0,0 18,13A1,1 0 0,0 19,12A1,1 0 0,0 18,11Z\" /></svg></li><li title=\"electron framework \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-electron-framework\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 22C10.33 22 8.84 20.5 7.9 17.93C7.83 17.73 7.93 17.5 8.14 17.44C8.34 17.36 8.56 17.47 8.63 17.67C9.44 19.9 10.7 21.23 12 21.23C12.94 21.23 13.87 20.55 14.62 19.31C14.73 19.13 14.96 19.07 15.15 19.18C15.33 19.29 15.39 19.53 15.28 19.71C14.38 21.19 13.22 22 12 22M15.91 17.72C15.87 17.72 15.83 17.71 15.8 17.7C15.59 17.63 15.5 17.42 15.54 17.21C16 15.81 16.22 14.18 16.22 12.5C16.22 8.65 14.97 5.24 13.19 4.14C12.94 4.5 12.5 4.78 12 4.78C11.24 4.78 10.61 4.16 10.61 3.39C10.61 2.62 11.24 2 12 2C12.77 2 13.4 2.61 13.41 3.37C15.53 4.5 17 8.21 17 12.5C17 14.25 16.75 15.96 16.28 17.45C16.23 17.61 16.08 17.72 15.91 17.72M12 2.77C11.66 2.77 11.38 3.05 11.38 3.39C11.38 3.73 11.67 4 12 4C12.35 4 12.64 3.73 12.64 3.39C12.64 3.05 12.35 2.77 12 2.77M4.08 18.54C3.31 18.54 2.68 17.91 2.68 17.15C2.68 16.66 2.94 16.22 3.33 15.97C3.19 13.56 5.68 10.41 9.5 8.22C11.09 7.32 12.75 6.67 14.32 6.34C14.5 6.29 14.73 6.42 14.77 6.63C14.82 6.84 14.69 7.05 14.5 7.09C13 7.41 11.41 8.03 9.9 8.89C6.46 10.86 4.1 13.68 4.1 15.76C4.86 15.77 5.5 16.39 5.5 17.15C5.5 17.92 4.85 18.54 4.08 18.54M4.08 16.53C3.74 16.53 3.46 16.81 3.46 17.15C3.46 17.5 3.74 17.77 4.08 17.77S4.71 17.5 4.71 17.15C4.71 16.81 4.42 16.53 4.08 16.53M18.5 13.44C18.43 13.44 18.34 13.41 18.27 13.35C18.11 13.21 18.09 12.97 18.23 12.8C19.77 11 20.3 9.26 19.64 8.14C19.17 7.33 18.1 6.88 16.63 6.86C16.41 6.86 16.24 6.68 16.25 6.47C16.25 6.26 16.43 6.1 16.64 6.09C18.39 6.11 19.7 6.7 20.31 7.75C21.15 9.19 20.6 11.21 18.82 13.3C18.74 13.39 18.63 13.44 18.5 13.44M16.5 18.9C14.5 18.9 11.94 18.16 9.5 16.77C7.95 15.88 6.57 14.79 5.5 13.63C5.35 13.47 5.36 13.23 5.5 13.08C5.68 12.94 5.92 12.95 6.07 13.11C7.08 14.21 8.4 15.25 9.89 16.1C13.2 18 16.77 18.63 18.65 17.72C18.57 17.55 18.5 17.35 18.5 17.15C18.5 16.38 19.15 15.76 19.92 15.76C20.69 15.76 21.32 16.38 21.32 17.15C21.32 17.92 20.69 18.54 19.92 18.54C19.64 18.54 19.39 18.46 19.17 18.32C18.47 18.71 17.56 18.9 16.5 18.9M19.5 17.63C19.63 17.71 19.77 17.77 19.92 17.77C20.27 17.77 20.55 17.5 20.55 17.15C20.55 16.81 20.27 16.53 19.92 16.53S19.3 16.81 19.3 17.15C19.3 17.29 19.35 17.42 19.43 17.53C19.47 17.55 19.5 17.59 19.5 17.63M4.46 12C4.33 12 4.2 11.92 4.13 11.8C3.23 10.25 3.08 8.81 3.7 7.74C4.54 6.3 6.58 5.76 9.31 6.25C9.5 6.29 9.66 6.5 9.62 6.7C9.59 6.91 9.39 7.05 9.18 7C6.82 6.59 5 7 4.37 8.13C3.89 8.95 4.04 10.11 4.8 11.41C4.9 11.6 4.84 11.83 4.65 11.94C4.59 11.97 4.53 12 4.46 12M12.21 13.4C11.71 13.5 11.21 13.19 11.11 12.69C11 12.2 11.32 11.71 11.81 11.6C12.31 11.5 12.81 11.81 12.91 12.31C13 12.8 12.7 13.29 12.21 13.4Z\" /></svg></li><li title=\"elephant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-elephant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.5,15.5A0.5,0.5 0 0,1 19,16A0.5,0.5 0 0,1 18.5,15.5V8.5C18.5,6.57 16.43,5 14.5,5H6A4,4 0 0,0 2,9V19H6V15H11V19H15V14.5A0.5,0.5 0 0,1 15.5,14A0.5,0.5 0 0,1 16,14.5V16A3,3 0 0,0 19,19A3,3 0 0,0 22,16V14H19.5V15.5Z\" /></svg></li><li title=\"elevation decline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-elevation-decline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,21H3V11.25L9.45,15L13.22,12.8L21,17.29V21M3,8.94V6.75L9.45,10.5L13.22,8.3L21,12.79V15L13.22,10.5L9.45,12.67L3,8.94Z\" /></svg></li><li title=\"elevation rise \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-elevation-rise\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,21V17.29L10.78,12.8L14.55,15L21,11.25V21H3M21,8.94L14.55,12.67L10.78,10.5L3,15V12.79L10.78,8.3L14.55,10.5L21,6.75V8.94Z\" /></svg></li><li title=\"elevator down \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-elevator-down\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7 10L11 6H8V2H6V6H3L7 10M17 10L13 6H16V2H18V6H21L17 10M7 12H17C18.11 12 19 12.9 19 14V20C19 21.11 18.11 22 17 22H7C5.9 22 5 21.11 5 20V14C5 12.9 5.9 12 7 12M7 14V20H17V14H7Z\" /></svg></li><li title=\"elevator passenger off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-elevator-passenger-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.11 21.46L2.39 1.73L1.11 3L3 4.9C3 4.94 3 4.97 3 5V19C3 20.1 3.9 21 5 21H19C19.03 21 19.06 21 19.1 21L20.84 22.73L22.11 21.46M5 19V6.89L7.65 9.54C6.71 9.71 6 10.5 6 11.5V14H7V18H10V14H11V12.89L17.11 19H5M8.2 5L6.2 3H19C20.1 3 21 3.9 21 5V17.8L19 15.8V5H8.2M18 11H14.2L13.46 10.26L15.5 7L18 11M17.31 14.11L16.2 13H18L17.31 14.11Z\" /></svg></li><li title=\"elevator passenger off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-elevator-passenger-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.11 21.46L20.7 20.05L20.7 20.04L2.39 1.73L1.11 3L3 4.9C3 4.94 3 4.97 3 5V19C3 20.1 3.9 21 5 21H19C19.03 21 19.06 21 19.1 21L20.84 22.73L22.11 21.46M11 14H10V18H7V14H6V11.5C6 10.5 6.71 9.71 7.65 9.54L11 12.89V14M13.46 10.26L6.2 3H19C20.1 3 21 3.9 21 5V17.8L17.31 14.11L18 13H16.2L14.2 11H18L15.5 7L13.46 10.26Z\" /></svg></li><li title=\"elevator passenger outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-elevator-passenger-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 5V19H5V5H19M19 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3M10 18V14H11V11.5C11 10.4 10.1 9.5 9 9.5H8C6.9 9.5 6 10.4 6 11.5V14H7V18H10M8.5 8.5C9.19 8.5 9.75 7.94 9.75 7.25S9.19 6 8.5 6 7.25 6.56 7.25 7.25 7.81 8.5 8.5 8.5M18 11L15.5 7L13 11H18M13 13L15.5 17L18 13H13Z\" /></svg></li><li title=\"elevator passenger \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-elevator-passenger\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3M8.5 6C9.19 6 9.75 6.56 9.75 7.25S9.19 8.5 8.5 8.5 7.25 7.94 7.25 7.25 7.81 6 8.5 6M11 14H10V18H7V14H6V11.5C6 10.4 6.9 9.5 8 9.5H9C10.1 9.5 11 10.4 11 11.5V14M15.5 17L13 13H18L15.5 17M13 11L15.5 7L18 11H13Z\" /></svg></li><li title=\"elevator up \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-elevator-up\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7 2L11 6H8V10H6V6H3L7 2M17 2L13 6H16V10H18V6H21L17 2M7 12H17C18.11 12 19 12.9 19 14V20C19 21.11 18.11 22 17 22H7C5.9 22 5 21.11 5 20V14C5 12.9 5.9 12 7 12M7 14V20H17V14H7Z\" /></svg></li><li title=\"elevator \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-elevator\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7,2L11,6H8V10H6V6H3L7,2M17,10L13,6H16V2H18V6H21L17,10M7,12H17A2,2 0 0,1 19,14V20A2,2 0 0,1 17,22H7A2,2 0 0,1 5,20V14A2,2 0 0,1 7,12M7,14V20H17V14H7Z\" /></svg></li><li title=\"ellipse outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ellipse-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,6C16.41,6 20,8.69 20,12C20,15.31 16.41,18 12,18C7.59,18 4,15.31 4,12C4,8.69 7.59,6 12,6M12,4C6.5,4 2,7.58 2,12C2,16.42 6.5,20 12,20C17.5,20 22,16.42 22,12C22,7.58 17.5,4 12,4Z\" /></svg></li><li title=\"ellipse \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ellipse\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,4C6.5,4 2,7.58 2,12C2,16.42 6.5,20 12,20C17.5,20 22,16.42 22,12C22,7.58 17.5,4 12,4Z\" /></svg></li><li title=\"email alert outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-email-alert-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M24 7H22V13H24V7M24 15H22V17H24V15M20 6C20 4.9 19.1 4 18 4H2C.9 4 0 4.9 0 6V18C0 19.1 .9 20 2 20H18C19.1 20 20 19.1 20 18V6M18 6L10 11L2 6H18M18 18H2V8L10 13L18 8V18Z\" /></svg></li><li title=\"email alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-email-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 8L10 13L2 8V6L10 11L18 6M18 4H2C.9 4 0 4.9 0 6V18C0 19.1 .9 20 2 20H18C19.1 20 20 19.1 20 18V6C20 4.9 19.1 4 18 4M24 7H22V13H24V7M24 15H22V17H24V15Z\" /></svg></li><li title=\"email box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-email-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,3A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3H5M6.4,6.5H17.6C18.37,6.5 19,7.12 19,7.9V16.1A1.4,1.4 0 0,1 17.6,17.5H6.4C5.63,17.5 5,16.87 5,16.1V7.9C5,7.12 5.62,6.5 6.4,6.5M6,8V10L12,14L18,10V8L12,12L6,8Z\" /></svg></li><li title=\"email check outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-email-check-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23.5 17L18.5 22L15 18.5L16.5 17L18.5 19L22 15.5L23.5 17M13 18H3V8L11 13L19 8V13H21V6C21 4.9 20.1 4 19 4H3C1.9 4 1 4.9 1 6V18C1 19.1 1.9 20 3 20H13V18M19 6L11 11L3 6H19Z\" /></svg></li><li title=\"email check \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-email-check\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,13.34C20.37,13.12 19.7,13 19,13A6,6 0 0,0 13,19C13,19.34 13.03,19.67 13.08,20H3A2,2 0 0,1 1,18V6C1,4.89 1.89,4 3,4H19A2,2 0 0,1 21,6V13.34M23.5,17L18.5,22L15,18.5L16.5,17L18.5,19L22,15.5L23.5,17M3,6V8L11,13L19,8V6L11,11L3,6Z\" /></svg></li><li title=\"email edit outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-email-edit-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.07 13.88L13 19.94V22H15.06L21.12 15.93M22.7 13.58L21.42 12.3C21.32 12.19 21.18 12.13 21.04 12.13C20.89 12.14 20.75 12.19 20.65 12.3L19.65 13.3L21.7 15.3L22.7 14.3C22.89 14.1 22.89 13.78 22.7 13.58M11 18H4V8L12 13L20 8V10H22V6C22 4.9 21.1 4 20 4H4C2.9 4 2 4.9 2 6V18C2 19.1 2.9 20 4 20H11V18M20 6L12 11L4 6H20Z\" /></svg></li><li title=\"email edit \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-email-edit\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,12.13C20.85,12.14 20.71,12.19 20.61,12.3L19.61,13.3L21.66,15.3L22.66,14.3C22.88,14.09 22.88,13.74 22.66,13.53L21.42,12.3C21.32,12.19 21.18,12.14 21.04,12.13M19.04,13.88L13,19.94V22H15.06L21.12,15.93M20,4H4A2,2 0 0,0 2,6V18A2,2 0 0,0 4,20H11V19.11L19.24,10.89C19.71,10.4 20.36,10.13 21.04,10.13C21.38,10.13 21.72,10.19 22.04,10.32V6C22.04,4.88 21.12,4 20,4M20,8L12,13L4,8V6L12,11L20,6\" /></svg></li><li title=\"email fast outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-email-fast-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 5.5H9C7.9 5.5 7 6.4 7 7.5V16.5C7 17.61 7.9 18.5 9 18.5H22C23.11 18.5 24 17.61 24 16.5V7.5C24 6.4 23.11 5.5 22 5.5M22 16.5H9V9.17L15.5 12.5L22 9.17V16.5M15.5 10.81L9 7.5H22L15.5 10.81M5 16.5C5 16.67 5.03 16.83 5.05 17H1C.448 17 0 16.55 0 16S.448 15 1 15H5V16.5M3 7H5.05C5.03 7.17 5 7.33 5 7.5V9H3C2.45 9 2 8.55 2 8S2.45 7 3 7M1 12C1 11.45 1.45 11 2 11H5V13H2C1.45 13 1 12.55 1 12Z\" /></svg></li><li title=\"email fast \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-email-fast\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 5.5H9C7.9 5.5 7 6.4 7 7.5V16.5C7 17.61 7.9 18.5 9 18.5H22C23.11 18.5 24 17.61 24 16.5V7.5C24 6.4 23.11 5.5 22 5.5M22 9.17L15.5 12.5L9 9.17V7.5L15.5 10.81L22 7.5V9.17M5 16.5C5 16.67 5.03 16.83 5.05 17H1C.448 17 0 16.55 0 16S.448 15 1 15H5V16.5M3 7H5.05C5.03 7.17 5 7.33 5 7.5V9H3C2.45 9 2 8.55 2 8S2.45 7 3 7M1 12C1 11.45 1.45 11 2 11H5V13H2C1.45 13 1 12.55 1 12Z\" /></svg></li><li title=\"email lock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-email-lock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.5,0A2.5,2.5 0 0,1 23,2.5V3A1,1 0 0,1 24,4V8A1,1 0 0,1 23,9H18A1,1 0 0,1 17,8V4A1,1 0 0,1 18,3V2.5A2.5,2.5 0 0,1 20.5,0M12,11L4,6V8L12,13L16.18,10.39C16.69,10.77 17.32,11 18,11H22V18A2,2 0 0,1 20,20H4A2,2 0 0,1 2,18V6A2,2 0 0,1 4,4H15V8C15,8.36 15.06,8.7 15.18,9L12,11M20.5,1A1.5,1.5 0 0,0 19,2.5V3H22V2.5A1.5,1.5 0 0,0 20.5,1Z\" /></svg></li><li title=\"email mark as unread \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-email-mark-as-unread\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.84,7H16.22L10.5,4L4,7.41V17A2,2 0 0,1 2,15V7.17C2,6.5 2.28,6.06 2.81,5.81L10.5,2L18.05,5.81C18.5,6.09 18.78,6.5 18.84,7M7,8H20A2,2 0 0,1 22,10V19A2,2 0 0,1 20,21H7A2,2 0 0,1 5,19V10A2,2 0 0,1 7,8M20,11.67V10L13.5,13.31L7,10V11.67L13.5,15L20,11.67Z\" /></svg></li><li title=\"email minus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-email-minus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16 18V20H24V18H16M14 19C14 18.66 14.04 18.33 14.09 18H3V8L11 13L19 8V13.09C19.33 13.04 19.66 13 20 13S20.67 13.04 21 13.09V6C21 4.9 20.1 4 19 4H3C1.9 4 1 4.9 1 6V18C1 19.1 1.9 20 3 20H14.09C14.04 19.67 14 19.34 14 19M19 6L11 11L3 6H19Z\" /></svg></li><li title=\"email minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-email-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,4C1.89,4 1,4.89 1,6V18A2,2 0 0,0 3,20H14.09C14.03,19.67 14,19.34 14,19A6,6 0 0,1 20,13C20.34,13 20.67,13.03 21,13.09V6C21,4.89 20.1,4 19,4H3M3,6L11,11L19,6V8L11,13L3,8V6M16,18V20H24V18H16Z\" /></svg></li><li title=\"email multiple outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-email-multiple-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2 6V20H20V22H2C.895 22 0 21.11 0 20V6H2M24 4C24 2.9 23.1 2 22 2H6C4.9 2 4 2.9 4 4V16C4 17.1 4.9 18 6 18H22C23.1 18 24 17.1 24 16V4M22 4L14 9L6 4H22M22 16H6V6L14 11L22 6V16Z\" /></svg></li><li title=\"email multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-email-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,6V4L14,9L6,4V6L14,11L22,6M22,2A2,2 0 0,1 24,4V16A2,2 0 0,1 22,18H6C4.89,18 4,17.1 4,16V4C4,2.89 4.89,2 6,2H22M2,6V20H20V22H2A2,2 0 0,1 0,20V6H2Z\" /></svg></li><li title=\"email newsletter \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-email-newsletter\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 .64L8.23 3H5V5L2.97 6.29C2.39 6.64 2 7.27 2 8V18C2 19.11 2.9 20 4 20H20C21.11 20 22 19.11 22 18V8C22 7.27 21.61 6.64 21.03 6.29L19 5V3H15.77M7 5H17V9.88L12 13L7 9.88M8 6V7.5H16V6M5 7.38V8.63L4 8M19 7.38L20 8L19 8.63M8 8.5V10H16V8.5Z\" /></svg></li><li title=\"email off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-email-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.1 21.5L2.4 1.7L1.1 3L2.6 4.5C2.3 4.9 2 5.4 2 6V18C2 19.1 2.9 20 4 20H18.1L20.8 22.7L22.1 21.5M4 18V8L9.6 11.5L16.1 18H4M9.2 6L7.2 4H20C21.1 4 22 4.9 22 6V18C22 18.2 22 18.5 21.9 18.7L20 16.8V8L14.6 11.4L13.4 10.2L20 6H9.2Z\" /></svg></li><li title=\"email off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-email-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.1 21.5L2.4 1.7L1.1 3L2.6 4.5C2.2 4.9 2 5.4 2 6V18C2 19.1 2.9 20 4 20H18.1L20.8 22.7L22.1 21.5M4 8V6L4.3 6.2L9.6 11.5L4 8M13.4 10.2L7.2 4H20C21.1 4 22 4.9 22 6V18C22 18.2 22 18.5 21.9 18.7L14.6 11.4L20 8V6L13.4 10.2Z\" /></svg></li><li title=\"email open multiple outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-email-open-multiple-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2 8V22H20V24H2C.895 24 0 23.11 0 22V8H2M23.03 6.29L14 .64L4.97 6.29C4.39 6.64 4 7.27 4 8V18C4 19.1 4.9 20 6 20H22C23.1 20 24 19.1 24 18V8C24 7.27 23.61 6.64 23.03 6.29M22 18H6V10L14 15L22 10V18M14 13L6 8L14 3L22 8L14 13Z\" /></svg></li><li title=\"email open multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-email-open-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,8L14,13L22,8V8L14,3L6,8V8M24,8V18A2,2 0 0,1 22,20H6A2,2 0 0,1 4,18V8C4,7.27 4.39,6.64 4.97,6.29L14,0.64L23.03,6.29C23.61,6.64 24,7.27 24,8M2,8V22H20V24H2A2,2 0 0,1 0,22V8H2Z\" /></svg></li><li title=\"email open outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-email-open-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.03 6.29L12 .64L2.97 6.29C2.39 6.64 2 7.27 2 8V18C2 19.1 2.9 20 4 20H20C21.1 20 22 19.1 22 18V8C22 7.27 21.61 6.64 21.03 6.29M20 18H4V10L12 15L20 10V18M12 13L4 8L12 3L20 8L12 13Z\" /></svg></li><li title=\"email open \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-email-open\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,8L12,13L20,8V8L12,3L4,8V8M22,8V18A2,2 0 0,1 20,20H4A2,2 0 0,1 2,18V8C2,7.27 2.39,6.64 2.97,6.29L12,0.64L21.03,6.29C21.61,6.64 22,7.27 22,8Z\" /></svg></li><li title=\"email outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-email-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 6C22 4.9 21.1 4 20 4H4C2.9 4 2 4.9 2 6V18C2 19.1 2.9 20 4 20H20C21.1 20 22 19.1 22 18V6M20 6L12 11L4 6H20M20 18H4V8L12 13L20 8V18Z\" /></svg></li><li title=\"email plus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-email-plus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 15V18H16V20H19V23H21V20H24V18H21V15H19M14 18H3V8L11 13L19 8V13H21V6C21 4.9 20.1 4 19 4H3C1.9 4 1 4.9 1 6V18C1 19.1 1.9 20 3 20H14V18M19 6L11 11L3 6H19Z\" /></svg></li><li title=\"email plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-email-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,4C1.89,4 1,4.89 1,6V18A2,2 0 0,0 3,20H14.09C14.03,19.67 14,19.34 14,19A6,6 0 0,1 20,13C20.34,13 20.67,13.03 21,13.09V6C21,4.89 20.1,4 19,4H3M3,6L11,11L19,6V8L11,13L3,8V6M19,15V18H16V20H19V23H21V20H24V18H21V15H19Z\" /></svg></li><li title=\"email receive outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-email-receive-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 20H18V23L13 18.5L18 14V17H22V20M20 4H4A2 2 0 0 0 2 6V18A2 2 0 0 0 4 20H11V18H4V8L12 13L20 8V15H22V6A2 2 0 0 0 20 4M12 11L4 6H20Z\" /></svg></li><li title=\"email receive \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-email-receive\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 20H18V23L13 18.5L18 14V17H22V20M20 4H4A2 2 0 0 0 2 6V18A2 2 0 0 0 4 20H11.35A5.8 5.8 0 0 1 11 18A6 6 0 0 1 22 14.69V6A2 2 0 0 0 20 4M20 8L12 13L4 8V6L12 11L20 6Z\" /></svg></li><li title=\"email remove outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-email-remove-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.09 18H4V8L12 13L20 8V13.09C20.72 13.21 21.39 13.46 22 13.81V6C22 4.9 21.1 4 20 4H4C2.9 4 2 4.9 2 6V18C2 19.1 2.9 20 4 20H13.09C13.04 19.67 13 19.34 13 19C13 18.66 13.04 18.33 13.09 18M20 6L12 11L4 6H20M20.41 19L22.54 21.12L21.12 22.54L19 20.41L16.88 22.54L15.47 21.12L17.59 19L15.47 16.88L16.88 15.47L19 17.59L21.12 15.47L22.54 16.88L20.41 19Z\" /></svg></li><li title=\"email remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-email-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.41 19L22.54 21.12L21.12 22.54L19 20.41L16.88 22.54L15.47 21.12L17.59 19L15.47 16.88L16.88 15.47L19 17.59L21.12 15.47L22.54 16.88L20.41 19M13 19C13 19.34 13.04 19.67 13.09 20H4C2.9 20 2 19.11 2 18V6C2 4.89 2.89 4 4 4H20C21.1 4 22 4.89 22 6V13.81C21.12 13.3 20.1 13 19 13C15.69 13 13 15.69 13 19M20 8V6L12 11L4 6V8L12 13L20 8Z\" /></svg></li><li title=\"email seal outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-email-seal-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12.5 13.3C12.3 12.8 12.3 12.4 12.4 12H3V4.5L9 8.5L15 4.5V6.2C15.6 5.9 16.1 5.9 16.4 5.9C16.5 5.8 16.7 5.7 16.9 5.6V2.6C17 1.7 16.3 1 15.4 1H2.6C1.7 1 1 1.7 1 2.6V12.4C1 13.3 1.7 14 2.6 14H12.9C12.7 13.8 12.6 13.6 12.5 13.3M15 3L9 7L3 3H15M22.6 9.9C22.4 9.3 21.9 9.2 21.6 8.9C21.4 8.6 21.4 8 20.9 7.7C20.4 7.3 19.9 7.5 19.5 7.4C19.1 7.3 18.8 6.8 18.2 6.8S17.3 7.2 16.9 7.4C16.5 7.5 16 7.3 15.5 7.7C15 8 15.1 8.5 14.8 8.9C14.5 9.2 14 9.4 13.8 9.9C13.6 10.5 14 10.9 14 11.3C14 11.7 13.6 12.1 13.8 12.7C14 13.3 14.5 13.4 14.8 13.7C15 14 15 14.6 15.5 14.9C16 15.3 16.5 15.1 16.9 15.2C17.3 15.3 17.6 15.8 18.2 15.8S19.1 15.4 19.5 15.2C19.9 15.1 20.4 15.3 20.9 14.9C21.4 14.5 21.4 14 21.6 13.7C21.9 13.4 22.4 13.2 22.6 12.7C22.8 12.1 22.4 11.7 22.4 11.3C22.4 10.9 22.8 10.5 22.6 9.9M18.2 14.4C16.5 14.4 15.2 13 15.2 11.4S16.6 8.4 18.2 8.4 21.2 9.8 21.2 11.4 19.9 14.4 18.2 14.4M19.7 11.3C19.7 12.1 19 12.8 18.2 12.8S16.7 12.1 16.7 11.3C16.7 10.5 17.4 9.8 18.2 9.8S19.7 10.5 19.7 11.3M19.5 17.1L19 19.8L18.4 22.9L16.4 21L14 22.1L15 16.4C15.4 16.6 15.9 16.7 16.4 16.7C16.7 16.9 17.1 17.1 17.4 17.2C17.6 17.3 17.9 17.3 18.2 17.3C18.7 17.4 19.1 17.3 19.5 17.1M22.7 19.5L20.7 18.8L21.1 16.6L21.7 16.3L21.8 16.2L22.7 19.5Z\" /></svg></li><li title=\"email seal \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-email-seal\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12.5 13.3C12.2 12.4 12.4 11.7 12.5 11.3C12.4 10.9 12.2 10.3 12.4 9.4C12.7 8.6 13.2 8.2 13.5 7.9C13.6 7.5 13.8 6.9 14.6 6.3C15.3 5.8 16 5.8 16.4 5.8C16.5 5.7 16.7 5.6 16.9 5.5V2.6C17 1.7 16.3 1 15.4 1H2.6C1.7 1 1 1.7 1 2.6V12.4C1 13.3 1.7 14 2.6 14H12.9C12.7 13.8 12.6 13.6 12.5 13.3M3 5V3L9 6L15 3V5L9 8L3 5M22.6 9.9C22.4 9.3 21.9 9.2 21.6 8.9C21.4 8.6 21.4 8 20.9 7.7C20.4 7.3 19.9 7.5 19.5 7.4C19.1 7.3 18.8 6.8 18.2 6.8S17.3 7.2 16.9 7.4C16.5 7.5 16 7.3 15.5 7.7C15 8 15.1 8.5 14.8 8.9C14.5 9.2 14 9.4 13.8 9.9C13.6 10.5 14 10.9 14 11.3C14 11.7 13.6 12.1 13.8 12.7C14 13.3 14.5 13.4 14.8 13.7C15 14 15 14.6 15.5 14.9C16 15.3 16.5 15.1 16.9 15.2C17.3 15.3 17.6 15.8 18.2 15.8S19.1 15.4 19.5 15.2C19.9 15.1 20.4 15.3 20.9 14.9C21.4 14.5 21.4 14 21.6 13.7C21.9 13.4 22.4 13.2 22.6 12.7C22.8 12.1 22.4 11.7 22.4 11.3C22.4 10.9 22.8 10.5 22.6 9.9M18.2 14.4C16.5 14.4 15.2 13 15.2 11.4S16.6 8.4 18.2 8.4 21.2 9.8 21.2 11.4 19.9 14.4 18.2 14.4M19.7 11.3C19.7 12.1 19 12.8 18.2 12.8S16.7 12.1 16.7 11.3C16.7 10.5 17.4 9.8 18.2 9.8S19.7 10.5 19.7 11.3M19.5 17.1L19 19.8L18.4 22.9L16.4 21L14 22.1L15 16.4C15.4 16.6 15.9 16.7 16.4 16.7C16.7 16.9 17.1 17.1 17.4 17.2C17.6 17.3 17.9 17.3 18.2 17.3C18.7 17.4 19.1 17.3 19.5 17.1M22.7 19.5L20.7 18.8L21.1 16.6L21.7 16.3L21.8 16.2L22.7 19.5Z\" /></svg></li><li title=\"email search outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-email-search-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.5 11C19 11 21 13 21 15.5C21 16.38 20.75 17.21 20.31 17.9L23.39 21L22 22.39L18.88 19.32C18.19 19.75 17.37 20 16.5 20C14 20 12 18 12 15.5S14 11 16.5 11M16.5 13C15.12 13 14 14.12 14 15.5S15.12 18 16.5 18 19 16.88 19 15.5 17.88 13 16.5 13M10.5 18H3V8L10.62 12.76C11.65 10.54 13.9 9 16.5 9C16.77 9 17.04 9 17.31 9.06L19 8V9.5C19.75 9.81 20.42 10.27 21 10.82V6C21 4.9 20.1 4 19 4H3C1.9 4 1 4.9 1 6V18C1 19.1 1.9 20 3 20H11.82C11.27 19.42 10.82 18.75 10.5 18M19 6L11 11L3 6H19Z\" /></svg></li><li title=\"email search \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-email-search\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,4H19A2,2 0 0,1 21,6V10.82C20,9.85 18.7,9.23 17.31,9.06L19,8V6L11,11L3,6V8L10.62,12.76C10.21,13.62 10,14.55 10,15.5C10,17.18 10.65,18.79 11.81,20H3A2,2 0 0,1 1,18V6C1,4.89 1.89,4 3,4M16.5,11C19,11 21,13 21,15.5C21,16.38 20.75,17.21 20.31,17.9L23.39,21L22,22.39L18.88,19.32C18.19,19.75 17.37,20 16.5,20C14,20 12,18 12,15.5C12,13 14,11 16.5,11M16.5,13A2.5,2.5 0 0,0 14,15.5A2.5,2.5 0 0,0 16.5,18A2.5,2.5 0 0,0 19,15.5A2.5,2.5 0 0,0 16.5,13Z\" /></svg></li><li title=\"email send outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-email-send-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 17H17V14L22 18.5L17 23V20H13V17M20 4H4A2 2 0 0 0 2 6V18A2 2 0 0 0 4 20H11V18H4V8L12 13L20 8V14H22V6A2 2 0 0 0 20 4M12 11L4 6H20Z\" /></svg></li><li title=\"email send \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-email-send\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 17H17V14L22 18.5L17 23V20H13V17M20 4H4A2 2 0 0 0 2 6V18A2 2 0 0 0 4 20H11.35A5.8 5.8 0 0 1 11 18A6 6 0 0 1 22 14.69V6A2 2 0 0 0 20 4M20 8L12 13L4 8V6L12 11L20 6Z\" /></svg></li><li title=\"email sync outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-email-sync-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 4C1.9 4 1 4.9 1 6V18C1 19.1 1.9 20 3 20H13.5A6.5 6.5 0 0 1 13 18H3V8L11 13L19 8V11A6.5 6.5 0 0 1 19.5 11A6.5 6.5 0 0 1 21 11.18V6C21 4.9 20.1 4 19 4H3M3 6H19L11 11L3 6M19 12L16.75 14.25L19 16.5V15C20.38 15 21.5 16.12 21.5 17.5C21.5 17.9 21.41 18.28 21.24 18.62L22.33 19.71C22.75 19.08 23 18.32 23 17.5C23 15.29 21.21 13.5 19 13.5V12M15.67 15.29C15.25 15.92 15 16.68 15 17.5C15 19.71 16.79 21.5 19 21.5V23L21.25 20.75L19 18.5V20C17.62 20 16.5 18.88 16.5 17.5C16.5 17.1 16.59 16.72 16.76 16.38L15.67 15.29Z\" /></svg></li><li title=\"email sync \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-email-sync\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 4C1.89 4 1 4.89 1 6V18C1 19.11 1.9 20 3 20H13.5A6.5 6.5 0 0 1 13 17.5A6.5 6.5 0 0 1 19.5 11A6.5 6.5 0 0 1 21 11.18V6C21 4.89 20.1 4 19 4H3M3 6L11 11L19 6V8L11 13L3 8V6M19 12L16.75 14.25L19 16.5V15C20.38 15 21.5 16.12 21.5 17.5C21.5 17.9 21.41 18.28 21.24 18.62L22.33 19.71C22.75 19.08 23 18.32 23 17.5C23 15.29 21.21 13.5 19 13.5V12M15.67 15.29C15.25 15.92 15 16.68 15 17.5C15 19.71 16.79 21.5 19 21.5V23L21.25 20.75L19 18.5V20C17.62 20 16.5 18.88 16.5 17.5C16.5 17.1 16.59 16.72 16.76 16.38L15.67 15.29Z\" /></svg></li><li title=\"email variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-email-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,13L2,6.76V6C2,4.89 2.89,4 4,4H20A2,2 0 0,1 22,6V6.75L12,13M22,18A2,2 0 0,1 20,20H4C2.89,20 2,19.1 2,18V9.11L4,10.36V18H20V10.36L22,9.11V18Z\" /></svg></li><li title=\"email \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-email\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,8L12,13L4,8V6L12,11L20,6M20,4H4C2.89,4 2,4.89 2,6V18A2,2 0 0,0 4,20H20A2,2 0 0,0 22,18V6C22,4.89 21.1,4 20,4Z\" /></svg></li><li title=\"ember \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ember\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,14.22C22,14.22 17.61,17.35 14.72,17.39C11.84,17.44 12.13,15.56 12.13,15.56C12.13,15.56 22.71,11.94 19.83,4.79C18.53,2.95 17,2.37 14.89,2.42C12.76,2.46 10.17,3.76 8.46,7.6C7.64,9.44 7.41,11.18 7.24,12.5V12.5C7.24,12.5 5.32,12.88 4.32,12.04C3.32,11.2 2.77,12.04 2.77,12.04C2.77,12.04 1.03,14.2 2.75,14.87C4.46,15.54 7.12,15.82 7.12,15.82V15.82C7.36,17 8.08,19 10.17,20.6C13.3,23 19.32,20.4 19.32,20.4M11.63,12.33C11.76,7.36 15,5.18 16.15,6.27C17.27,7.36 16.86,9.7 14.72,11.16C12.59,12.63 11.63,12.33 11.63,12.33Z\" /></svg></li><li title=\"emby \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-emby\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,2L6,7L7,8L2,13L7,18L8,17L13,22L18,17L17,16L22,11L17,6L16,7L11,2M10,8.5L16,12L10,15.5V8.5Z\" /></svg></li><li title=\"emoticon angry outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-emoticon-angry-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M12,20A8,8 0 0,1 4,12A8,8 0 0,1 12,4A8,8 0 0,1 20,12A8,8 0 0,1 12,20M12,14C13.75,14 15.29,14.72 16.19,15.81L14.77,17.23C14.32,16.5 13.25,16 12,16C10.75,16 9.68,16.5 9.23,17.23L7.81,15.81C8.71,14.72 10.25,14 12,14M10,9.5C10,10.3 9.3,11 8.5,11C7.7,11 7,10.3 7,9.5V8L10,9.5M17,9.5C17,10.3 16.3,11 15.5,11C14.7,11 14,10.3 14,9.5L17,8V9.5\" /></svg></li><li title=\"emoticon angry \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-emoticon-angry\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M7,9.5V8L10,9.5C10,10.3 9.3,11 8.5,11C7.7,11 7,10.3 7,9.5M14.77,17.23C14.32,16.5 13.25,16 12,16C10.75,16 9.68,16.5 9.23,17.23L7.81,15.81C8.71,14.72 10.25,14 12,14C13.75,14 15.29,14.72 16.19,15.81L14.77,17.23M17,9.5C17,10.3 16.3,11 15.5,11C14.7,11 14,10.3 14,9.5L17,8V9.5Z\" /></svg></li><li title=\"emoticon confused outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-emoticon-confused-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 12A8 8 0 1 0 12 20A8 8 0 0 0 20 12M22 12A10 10 0 1 1 12 2A10 10 0 0 1 22 12M15.5 8A1.5 1.5 0 1 1 14 9.5A1.54 1.54 0 0 1 15.5 8M10 9.5A1.5 1.5 0 1 1 8.5 8A1.54 1.54 0 0 1 10 9.5M17 15H13A4 4 0 0 0 9.53 17L7.8 16A6 6 0 0 1 13 13H17Z\" /></svg></li><li title=\"emoticon confused \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-emoticon-confused\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2A10 10 0 1 0 22 12A10 10 0 0 0 12 2M8.5 8A1.5 1.5 0 1 1 7 9.5A1.54 1.54 0 0 1 8.5 8M17 16H13A4 4 0 0 0 9.53 18L7.8 17A6 6 0 0 1 13 14H17M15.5 11A1.5 1.5 0 1 1 17 9.5A1.54 1.54 0 0 1 15.5 11Z\" /></svg></li><li title=\"emoticon cool outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-emoticon-cool-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,10C19,11.38 16.88,12.5 15.5,12.5C14.12,12.5 12.75,11.38 12.75,10H11.25C11.25,11.38 9.88,12.5 8.5,12.5C7.12,12.5 5,11.38 5,10H4.25C4.09,10.64 4,11.31 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12C20,11.31 19.91,10.64 19.75,10H19M12,4C9.04,4 6.45,5.61 5.07,8H18.93C17.55,5.61 14.96,4 12,4M22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2A10,10 0 0,1 22,12M12,17.23C10.25,17.23 8.71,16.5 7.81,15.42L9.23,14C9.68,14.72 10.75,15.23 12,15.23C13.25,15.23 14.32,14.72 14.77,14L16.19,15.42C15.29,16.5 13.75,17.23 12,17.23Z\" /></svg></li><li title=\"emoticon cool \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-emoticon-cool\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3.22,7.22C4.91,4.11 8.21,2 12,2C15.79,2 19.09,4.11 20.78,7.22L20,8H4L3.22,7.22M21.4,8.6C21.78,9.67 22,10.81 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12C2,10.81 2.22,9.67 2.6,8.6L4,10H5C5,11.38 7.12,12.5 8.5,12.5C9.88,12.5 11.25,11.38 11.25,10H12.75C12.75,11.38 14.12,12.5 15.5,12.5C16.88,12.5 19,11.38 19,10H20L21.4,8.6M16.19,15.42L14.77,14C14.32,14.72 13.25,15.23 12,15.23C10.75,15.23 9.68,14.72 9.23,14L7.81,15.42C8.71,16.5 10.25,17.23 12,17.23C13.75,17.23 15.29,16.5 16.19,15.42Z\" /></svg></li><li title=\"emoticon cry outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-emoticon-cry-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.57,20C6.23,20 5.14,18.91 5.14,17.57C5.14,16.5 6.32,14.5 7.57,12.81C8.82,14.5 10,16.5 10,17.57A2.43,2.43 0 0,1 7.57,20M12,2A10,10 0 0,0 2,12C2,13.75 2.45,15.38 3.24,16.81C3.4,16 3.81,15.07 4.31,14.17C4.11,13.5 4,12.75 4,12A8,8 0 0,1 12,4A8,8 0 0,1 20,12A8,8 0 0,1 12,20C11.76,20 11.53,20 11.29,19.96C10.82,20.7 10.14,21.28 9.34,21.63C10.19,21.87 11.08,22 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M12,14C11.59,14 11.19,14.04 10.81,14.12C11.16,14.75 11.47,15.4 11.69,16C11.79,16 11.89,16 12,16C13.25,16 14.32,16.5 14.77,17.23L16.19,15.81C15.29,14.72 13.75,14 12,14M15.5,8C14.7,8 14,8.7 14,9.5C14,10.3 14.7,11 15.5,11C16.3,11 17,10.3 17,9.5C17,8.7 16.3,8 15.5,8M10,9.5C10,8.7 9.3,8 8.5,8C7.7,8 7,8.7 7,9.5C7,10.3 7.7,11 8.5,11C9.3,11 10,10.3 10,9.5\" /></svg></li><li title=\"emoticon cry \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-emoticon-cry\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5.14,17.57C5.14,16.5 6.32,14.5 7.57,12.81C8.82,14.5 10,16.5 10,17.57A2.43,2.43 0 0,1 7.57,20C6.23,20 5.14,18.91 5.14,17.57M22,12A10,10 0 0,1 12,22C11.08,22 10.18,21.86 9.33,21.63C10.9,20.95 12,19.39 12,17.57C12,17.12 11.89,16.6 11.69,16C11.79,16 11.89,16 12,16C13.25,16 14.32,16.5 14.77,17.23L16.19,15.81C15.29,14.72 13.75,14 12,14C11.59,14 11.19,14.04 10.81,14.12C10.38,13.36 9.85,12.53 9.19,11.63L8.71,11C9.42,10.87 10,10.23 10,9.5C10,8.7 9.3,8 8.5,8C7.7,8 7,8.7 7,9.5C7,9.69 7.04,9.87 7.11,10.04L5.96,11.63C4.4,13.75 3.5,15.5 3.23,16.81C2.45,15.38 2,13.74 2,12A10,10 0 0,1 12,2A10,10 0 0,1 22,12M17,9.5C17,8.7 16.3,8 15.5,8C14.7,8 14,8.7 14,9.5C14,10.3 14.7,11 15.5,11C16.3,11 17,10.3 17,9.5Z\" /></svg></li><li title=\"emoticon dead outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-emoticon-dead-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2C6.47,2 2,6.47 2,12C2,17.53 6.47,22 12,22A10,10 0 0,0 22,12C22,6.47 17.5,2 12,2M12,20A8,8 0 0,1 4,12A8,8 0 0,1 12,4A8,8 0 0,1 20,12A8,8 0 0,1 12,20M16.18,7.76L15.12,8.82L14.06,7.76L13,8.82L14.06,9.88L13,10.94L14.06,12L15.12,10.94L16.18,12L17.24,10.94L16.18,9.88L17.24,8.82L16.18,7.76M7.82,12L8.88,10.94L9.94,12L11,10.94L9.94,9.88L11,8.82L9.94,7.76L8.88,8.82L7.82,7.76L6.76,8.82L7.82,9.88L6.76,10.94L7.82,12M12,14C9.67,14 7.69,15.46 6.89,17.5H17.11C16.31,15.46 14.33,14 12,14Z\" /></svg></li><li title=\"emoticon dead \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-emoticon-dead\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2C6.47,2 2,6.47 2,12C2,17.53 6.47,22 12,22A10,10 0 0,0 22,12C22,6.47 17.5,2 12,2M6.76,8.82L7.82,7.76L8.88,8.82L9.94,7.76L11,8.82L9.94,9.88L11,10.94L9.94,12L8.88,10.94L7.82,12L6.76,10.94L7.82,9.88L6.76,8.82M6.89,17.5C7.69,15.46 9.67,14 12,14C14.33,14 16.31,15.46 17.11,17.5H6.89M17.24,10.94L16.18,12L15.12,10.94L14.06,12L13,10.94L14.06,9.88L13,8.82L14.06,7.76L15.12,8.82L16.18,7.76L17.24,8.82L16.18,9.88L17.24,10.94Z\" /></svg></li><li title=\"emoticon devil outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-emoticon-devil-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M1.5,2.09C2.4,3 3.87,3.73 5.69,4.25C7.41,2.84 9.61,2 12,2C14.39,2 16.59,2.84 18.31,4.25C20.13,3.73 21.6,3 22.5,2.09C22.47,3.72 21.65,5.21 20.28,6.4C21.37,8 22,9.92 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12C2,9.92 2.63,8 3.72,6.4C2.35,5.21 1.53,3.72 1.5,2.09M20,12A8,8 0 0,0 12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12M10.5,10C10.5,10.8 9.8,11.5 9,11.5C8.2,11.5 7.5,10.8 7.5,10V8.5L10.5,10M16.5,10C16.5,10.8 15.8,11.5 15,11.5C14.2,11.5 13.5,10.8 13.5,10L16.5,8.5V10M12,17.23C10.25,17.23 8.71,16.5 7.81,15.42L9.23,14C9.68,14.72 10.75,15.23 12,15.23C13.25,15.23 14.32,14.72 14.77,14L16.19,15.42C15.29,16.5 13.75,17.23 12,17.23Z\" /></svg></li><li title=\"emoticon devil \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-emoticon-devil\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.5,2.09C21.6,3 20.13,3.73 18.31,4.25C16.59,2.84 14.39,2 12,2C9.61,2 7.41,2.84 5.69,4.25C3.87,3.73 2.4,3 1.5,2.09C1.53,3.72 2.35,5.21 3.72,6.4C2.63,8 2,9.92 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12C22,9.92 21.37,8 20.28,6.4C21.65,5.21 22.47,3.72 22.5,2.09M7.5,8.5L10.5,10C10.5,10.8 9.8,11.5 9,11.5C8.2,11.5 7.5,10.8 7.5,10V8.5M12,17.23C10.25,17.23 8.71,16.5 7.81,15.42L9.23,14C9.68,14.72 10.75,15.23 12,15.23C13.25,15.23 14.32,14.72 14.77,14L16.19,15.42C15.29,16.5 13.75,17.23 12,17.23M16.5,10C16.5,10.8 15.8,11.5 15,11.5C14.2,11.5 13.5,10.8 13.5,10L16.5,8.5V10Z\" /></svg></li><li title=\"emoticon excited outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-emoticon-excited-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2C6.47,2 2,6.47 2,12C2,17.53 6.47,22 12,22A10,10 0 0,0 22,12C22,6.47 17.5,2 12,2M12,20A8,8 0 0,1 4,12A8,8 0 0,1 12,4A8,8 0 0,1 20,12A8,8 0 0,1 12,20M13,9.94L14.06,11L15.12,9.94L16.18,11L17.24,9.94L15.12,7.82L13,9.94M8.88,9.94L9.94,11L11,9.94L8.88,7.82L6.76,9.94L7.82,11L8.88,9.94M12,17.5C14.33,17.5 16.31,16.04 17.11,14H6.89C7.69,16.04 9.67,17.5 12,17.5Z\" /></svg></li><li title=\"emoticon excited \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-emoticon-excited\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2C6.47,2 2,6.47 2,12C2,17.53 6.47,22 12,22A10,10 0 0,0 22,12C22,6.47 17.5,2 12,2M8.88,7.82L11,9.94L9.94,11L8.88,9.94L7.82,11L6.76,9.94L8.88,7.82M12,17.5C9.67,17.5 7.69,16.04 6.89,14H17.11C16.31,16.04 14.33,17.5 12,17.5M16.18,11L15.12,9.94L14.06,11L13,9.94L15.12,7.82L17.24,9.94L16.18,11Z\" /></svg></li><li title=\"emoticon frown outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-emoticon-frown-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2C6.47 2 2 6.5 2 12S6.47 22 12 22C17.5 22 22 17.5 22 12S17.5 2 12 2M12 20C7.58 20 4 16.42 4 12S7.58 4 12 4 20 7.58 20 12 16.42 20 12 20M15.5 11C16.33 11 17 10.33 17 9.5S16.33 8 15.5 8 14 8.67 14 9.5 14.67 11 15.5 11M8.5 11C9.33 11 10 10.33 10 9.5S9.33 8 8.5 8 7 8.67 7 9.5 7.67 11 8.5 11M12 13.5C9.67 13.5 7.69 14.96 6.89 17H17.11C16.31 14.96 14.33 13.5 12 13.5Z\" /></svg></li><li title=\"emoticon frown \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-emoticon-frown\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2C6.47 2 2 6.5 2 12S6.47 22 12 22C17.5 22 22 17.5 22 12S17.5 2 12 2M15.5 8C16.33 8 17 8.67 17 9.5S16.33 11 15.5 11 14 10.33 14 9.5 14.67 8 15.5 8M8.5 8C9.33 8 10 8.67 10 9.5S9.33 11 8.5 11 7 10.33 7 9.5 7.67 8 8.5 8M6.89 17C7.69 14.96 9.67 13.5 12 13.5S16.31 14.96 17.11 17H6.89Z\" /></svg></li><li title=\"emoticon happy outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-emoticon-happy-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,12A8,8 0 0,0 12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12M22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2A10,10 0 0,1 22,12M10,9.5C10,10.3 9.3,11 8.5,11C7.7,11 7,10.3 7,9.5C7,8.7 7.7,8 8.5,8C9.3,8 10,8.7 10,9.5M17,9.5C17,10.3 16.3,11 15.5,11C14.7,11 14,10.3 14,9.5C14,8.7 14.7,8 15.5,8C16.3,8 17,8.7 17,9.5M12,17.23C10.25,17.23 8.71,16.5 7.81,15.42L9.23,14C9.68,14.72 10.75,15.23 12,15.23C13.25,15.23 14.32,14.72 14.77,14L16.19,15.42C15.29,16.5 13.75,17.23 12,17.23Z\" /></svg></li><li title=\"emoticon happy \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-emoticon-happy\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M7,9.5C7,8.7 7.7,8 8.5,8C9.3,8 10,8.7 10,9.5C10,10.3 9.3,11 8.5,11C7.7,11 7,10.3 7,9.5M12,17.23C10.25,17.23 8.71,16.5 7.81,15.42L9.23,14C9.68,14.72 10.75,15.23 12,15.23C13.25,15.23 14.32,14.72 14.77,14L16.19,15.42C15.29,16.5 13.75,17.23 12,17.23M15.5,11C14.7,11 14,10.3 14,9.5C14,8.7 14.7,8 15.5,8C16.3,8 17,8.7 17,9.5C17,10.3 16.3,11 15.5,11Z\" /></svg></li><li title=\"emoticon kiss outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-emoticon-kiss-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,9.5C9,10.3 8.3,11 7.5,11C6.7,11 6,10.3 6,9.5C6,8.7 6.7,8 7.5,8C8.3,8 9,8.7 9,9.5M16,9.5C16,10.3 15.3,11 14.5,11C13.7,11 13,10.3 13,9.5C13,8.7 13.7,8 14.5,8C15.3,8 16,8.7 16,9.5M14,14.12L11.88,12L10.82,13.06L11.88,14.12L10.82,15.18L11.88,16.24L10.82,17.3L11.88,18.36L14,16.24L12.94,15.18L14,14.12M16.85,13A2.05,2.05 0 0,0 14.8,15.05C14.8,15.62 15.03,16.12 15.4,16.5L18.9,20L22.4,16.5C22.77,16.13 23,15.61 23,15.05A2.05,2.05 0 0,0 20.95,13C20.4,13 19.87,13.23 19.5,13.6L18.9,14.2L18.3,13.61C17.93,13.23 17.4,13 16.85,13M15,18.92C13.82,19.6 12.46,20 11,20A8,8 0 0,1 3,12A8,8 0 0,1 11,4C15.26,4 18.73,7.33 19,11.5C19.58,11.19 20.26,11 20.95,11C20.45,5.95 16.18,2 11,2A10,10 0 0,0 1,12A10,10 0 0,0 11,22C13,22 14.88,21.4 16.45,20.38L15,18.92Z\" /></svg></li><li title=\"emoticon kiss \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-emoticon-kiss\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.9,18.94L15.94,16C15.76,15.79 15.55,15.5 15.55,15.05A1.3,1.3 0 0,1 16.85,13.75C17.19,13.75 17.53,13.89 17.77,14.15L18.91,15.26L20.03,14.13C20.27,13.89 20.61,13.75 20.95,13.75A1.3,1.3 0 0,1 22.25,15.05C22.25,15.39 22.11,15.73 21.87,15.97L18.9,18.94M17.46,19.62C15.72,21.1 13.47,22 11,22A10,10 0 0,1 1,12A10,10 0 0,1 11,2A10,10 0 0,1 21,12C21,12.09 21,12.17 20.95,12.25C20.21,12.25 19.5,12.55 18.97,13.07L18.9,13.14L18.84,13.09C18.32,12.55 17.6,12.25 16.85,12.25A2.8,2.8 0 0,0 14.05,15.05C14.05,15.78 14.34,16.5 14.87,17.03L17.46,19.62M13,9.5C13,10.3 13.7,11 14.5,11C15.3,11 16,10.3 16,9.5C16,8.7 15.3,8 14.5,8C13.7,8 13,8.7 13,9.5M9,9.5C9,8.7 8.3,8 7.5,8C6.7,8 6,8.7 6,9.5C6,10.3 6.7,11 7.5,11C8.3,11 9,10.3 9,9.5M12.94,15.18L14,14.12L11.88,12L10.82,13.06L11.88,14.12L10.82,15.18L11.88,16.24L10.82,17.3L11.88,18.36L14,16.24L12.94,15.18Z\" /></svg></li><li title=\"emoticon lol outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-emoticon-lol-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6 11V12.5H7.5V14H9V11M12.5 6H11V9H14V7.5H12.5M9.8 17A5.5 5.5 0 0 0 17 9.8M6.34 6.34A8 8 0 0 1 15.08 4.62A4.11 4.11 0 0 1 15.73 2.72A10 10 0 0 0 2.73 15.72A4.11 4.11 0 0 1 4.63 15.07A8 8 0 0 1 6.34 6.34M17.66 17.66A8 8 0 0 1 8.92 19.38A4.11 4.11 0 0 1 8.27 21.28A10 10 0 0 0 21.27 8.28A4.11 4.11 0 0 1 19.37 8.93A8 8 0 0 1 17.66 17.66M6 11V12.5H7.5V14H9V11M9.8 17A5.5 5.5 0 0 0 17 9.8M12.5 6H11V9H14V7.5H12.5M6 11V12.5H7.5V14H9V11M12.5 6H11V9H14V7.5H12.5M9.8 17A5.5 5.5 0 0 0 17 9.8M4.93 21A2 2 0 0 1 2.93 19A2 2 0 0 1 4.93 17H6.93V19A2 2 0 0 1 4.93 21.07M19.07 2.93A2 2 0 0 1 21.07 4.93A2 2 0 0 1 19.07 6.93H17.07V4.93A2 2 0 0 1 19.07 2.93Z\" /></svg></li><li title=\"emoticon lol \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-emoticon-lol\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.07 8.93V4.93A4.06 4.06 0 0 1 15.73 2.72A10 10 0 0 0 2.73 15.72A4.06 4.06 0 0 1 4.94 15.06H8.94V19.06A4.06 4.06 0 0 1 8.28 21.27A10 10 0 0 0 21.28 8.27A4.06 4.06 0 0 1 19.07 8.93M11 6H12.5V7.5H14V9H11M7.5 14V12.5H6V11H9V14M15.89 15.9A5.5 5.5 0 0 1 9.8 17L17 9.8A5.5 5.5 0 0 1 15.89 15.89M4.89 21.08A2 2 0 0 1 2.89 19.08A2 2 0 0 1 4.89 17.08H6.89V19.08A2 2 0 0 1 4.93 21.07M19.07 2.93A2 2 0 0 1 21.07 4.93A2 2 0 0 1 19.07 6.93H17.07V4.93A2 2 0 0 1 19.07 2.93Z\" /></svg></li><li title=\"emoticon neutral outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-emoticon-neutral-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M12,20A8,8 0 0,1 4,12A8,8 0 0,1 12,4A8,8 0 0,1 20,12A8,8 0 0,1 12,20M8.5,11A1.5,1.5 0 0,1 7,9.5A1.5,1.5 0 0,1 8.5,8A1.5,1.5 0 0,1 10,9.5A1.5,1.5 0 0,1 8.5,11M17,9.5A1.5,1.5 0 0,1 15.5,11A1.5,1.5 0 0,1 14,9.5A1.5,1.5 0 0,1 15.5,8A1.5,1.5 0 0,1 17,9.5M16,14V16H8V14H16Z\" /></svg></li><li title=\"emoticon neutral \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-emoticon-neutral\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M7,9.5A1.5,1.5 0 0,1 8.5,8A1.5,1.5 0 0,1 10,9.5A1.5,1.5 0 0,1 8.5,11A1.5,1.5 0 0,1 7,9.5M16,16H8V14H16V16M15.5,11A1.5,1.5 0 0,1 14,9.5A1.5,1.5 0 0,1 15.5,8A1.5,1.5 0 0,1 17,9.5A1.5,1.5 0 0,1 15.5,11Z\" /></svg></li><li title=\"emoticon outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-emoticon-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,17.5C14.33,17.5 16.3,16.04 17.11,14H6.89C7.69,16.04 9.67,17.5 12,17.5M8.5,11A1.5,1.5 0 0,0 10,9.5A1.5,1.5 0 0,0 8.5,8A1.5,1.5 0 0,0 7,9.5A1.5,1.5 0 0,0 8.5,11M15.5,11A1.5,1.5 0 0,0 17,9.5A1.5,1.5 0 0,0 15.5,8A1.5,1.5 0 0,0 14,9.5A1.5,1.5 0 0,0 15.5,11M12,20A8,8 0 0,1 4,12A8,8 0 0,1 12,4A8,8 0 0,1 20,12A8,8 0 0,1 12,20M12,2C6.47,2 2,6.5 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z\" /></svg></li><li title=\"emoticon poop outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-emoticon-poop-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.42,13.87C21.2,13.41 20.84,12.94 20.25,12.64C19.85,12.39 19.5,12.26 19.24,12.2C19.5,11.25 19.13,10.5 18.62,9.94C17.85,9.12 17.06,9 17.06,9C17.32,8.5 17.42,7.9 17.28,7.32C17.12,6.61 16.73,6.16 16.22,5.86C15.7,5.55 15.06,5.4 14.4,5.28C14.08,5.22 12.75,5.03 12.2,4.27C11.75,3.65 11.74,2.53 11.62,2.2C11.57,2.07 11.5,2 11.36,2C11.15,2 10.87,2.12 10.57,2.32C10,2.7 8.85,3.9 8.4,5.1C8.06,6 8.05,6.82 8.19,7.43C7.63,7.53 7.22,7.71 7.06,7.78C6.55,8 5.47,8.96 5.37,10.45C5.34,10.89 5.41,11.34 5.5,11.78C5.5,11.86 5.5,11.94 5.5,12.03C4.88,12.22 4.53,12.43 4.5,12.44C4.18,12.56 3.65,12.93 3.5,13.13C3.15,13.53 2.92,14 2.79,14.5C2.5,15.59 2.6,16.83 3.13,17.83C3.42,18.39 3.82,19 4.26,19.43C5.7,20.91 8.18,21.47 10.14,21.79C10.96,21.93 11.8,22 12.63,22C14.22,22 15.8,21.73 17.26,21.13C20.61,19.74 21.5,17.5 21.64,16.89C21.93,15.5 21.57,14.19 21.42,13.87M16.05,11.33C16.61,11.36 17.04,11.84 17,12.4C16.96,12.95 16.5,13.38 15.91,13.34C15.35,13.31 14.92,12.83 14.96,12.28C15,11.75 15.42,11.35 15.94,11.33C16,11.33 16,11.33 16.05,11.33M20.18,16.55C20.17,16.57 19.7,18.5 16.69,19.74C15.47,20.25 14.1,20.5 12.63,20.5C11.9,20.5 11.14,20.44 10.38,20.31C8.76,20.05 6.5,19.56 5.31,18.36C5.04,18.09 4.72,17.63 4.46,17.13C4.12,16.5 4.04,15.65 4.24,14.88C4.32,14.58 4.45,14.32 4.63,14.12L4.65,14.09C4.74,14 4.95,13.88 5.03,13.84V13.84L5.14,13.8L5.26,13.74C5.32,13.7 5.46,13.63 5.67,13.55C6.13,14.81 7.28,15.7 8.59,15.7C8.67,15.7 8.74,15.69 8.82,15.69C9.65,15.63 10.41,15.22 10.94,14.55C11.47,13.89 11.73,13.04 11.66,12.17C11.54,10.5 10.22,9.16 8.64,9.11H8.62C8.5,9.11 8.4,9.11 8.31,9.12C8,9.15 7.73,9.23 7.46,9.34C7.55,9.24 7.63,9.17 7.66,9.15C7.79,9.1 8.07,9 8.45,8.91L10,8.63L9.65,7.09C9.61,6.9 9.53,6.35 9.81,5.63C9.96,5.2 10.27,4.76 10.58,4.38C10.68,4.65 10.81,4.91 11,5.15C11.77,6.23 13.12,6.58 14.06,6.74L14.13,6.76C14.6,6.84 15.13,6.95 15.46,7.15C15.67,7.28 15.76,7.41 15.82,7.67C15.87,7.87 15.84,8.1 15.73,8.31L15.21,9.2C13.95,9.5 12.95,10.64 12.79,12.06C12.59,13.87 13.78,15.46 15.5,15.68C15.62,15.69 15.74,15.7 15.85,15.7C16.56,15.7 17.25,15.44 17.82,14.95C18.23,14.59 18.54,14.13 18.74,13.62L18.9,13.66C19,13.68 19.17,13.74 19.45,13.91L19.5,13.95L19.57,14C19.78,14.08 19.94,14.26 20.05,14.5C20.13,14.67 20.38,15.6 20.18,16.55M7.64,12.45C7.57,11.9 7.97,11.39 8.53,11.32C8.57,11.31 8.6,11.31 8.64,11.31C9.15,11.3 9.61,11.67 9.67,12.19C9.73,12.74 9.33,13.25 8.77,13.32C8.21,13.39 7.7,13 7.64,12.45M8.71,16.15C9,16.14 9.26,16.23 9.5,16.28C10.68,16.5 11.7,16.53 12.19,16.53C12.68,16.53 13.69,16.5 14.86,16.28C15.27,16.2 15.74,16.03 16.11,16.28C16.59,16.6 16.24,17.75 15.5,18.53C15.04,19 13.97,19.91 12.19,19.91C10.41,19.91 9.33,19 8.88,18.53C8.14,17.75 7.79,16.6 8.26,16.28C8.4,16.19 8.55,16.15 8.71,16.15Z\" /></svg></li><li title=\"emoticon poop \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-emoticon-poop\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.36,2C11.15,2 10.87,2.12 10.57,2.32C10,2.7 8.85,3.9 8.4,5.1C8.06,6 8.05,6.82 8.19,7.43C7.63,7.53 7.22,7.71 7.06,7.78C6.55,8 5.47,8.96 5.37,10.45C5.34,10.97 5.41,11.5 5.57,12C4.91,12.19 4.53,12.43 4.5,12.44C4.18,12.56 3.65,12.93 3.5,13.13C3.15,13.53 2.92,14 2.79,14.5C2.5,15.59 2.6,16.83 3.13,17.83C3.42,18.39 3.82,19 4.26,19.43C5.7,20.91 8.18,21.47 10.14,21.79C12.53,22.19 15.03,22.05 17.26,21.13C20.61,19.74 21.5,17.5 21.64,16.89C21.93,15.5 21.57,14.19 21.42,13.87C21.2,13.41 20.84,12.94 20.25,12.64C19.85,12.39 19.5,12.26 19.24,12.2C19.5,11.25 19.13,10.5 18.62,9.94C17.85,9.12 17.06,9 17.06,9V9C17.32,8.5 17.42,7.9 17.28,7.32C17.12,6.61 16.73,6.16 16.22,5.86C15.7,5.55 15.06,5.4 14.4,5.28C14.08,5.22 12.75,5.03 12.2,4.27C11.75,3.65 11.74,2.53 11.62,2.2C11.57,2.07 11.5,2 11.36,2M16,9.61C16.07,9.61 16.13,9.62 16.19,9.62C17.62,9.78 18.64,11.16 18.47,12.69C18.3,14.22 17,15.34 15.57,15.18V15.18C14.14,15 13.12,13.65 13.29,12.11C13.45,10.66 14.64,9.56 16,9.61M8.62,9.61C9.95,9.65 11.06,10.78 11.16,12.21C11.28,13.75 10.21,15.08 8.78,15.19H8.77C7.34,15.3 6.08,14.14 5.96,12.6V12.6C5.85,11.06 6.92,9.73 8.35,9.62V9.62C8.44,9.61 8.53,9.61 8.62,9.61M8.64,11.31C8.6,11.31 8.57,11.31 8.53,11.32C7.97,11.39 7.57,11.9 7.64,12.45C7.7,13 8.21,13.39 8.77,13.32C9.33,13.25 9.73,12.74 9.67,12.19C9.61,11.67 9.15,11.3 8.64,11.31M15.94,11.33C15.42,11.35 15,11.75 14.96,12.28C14.92,12.83 15.35,13.31 15.91,13.34C16.5,13.38 16.96,12.95 17,12.4C17.04,11.84 16.61,11.36 16.05,11.33C16,11.33 16,11.33 15.94,11.33M8.71,16.15C9,16.14 9.26,16.23 9.5,16.28C10.68,16.5 11.7,16.53 12.19,16.53C12.68,16.53 13.69,16.5 14.86,16.28C15.27,16.2 15.74,16.03 16.11,16.28C16.59,16.6 16.24,17.75 15.5,18.53C15.04,19 13.97,19.91 12.19,19.91C10.41,19.91 9.33,19 8.88,18.53C8.14,17.75 7.79,16.6 8.26,16.28C8.4,16.19 8.55,16.15 8.71,16.15Z\" /></svg></li><li title=\"emoticon sad outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-emoticon-sad-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,12A8,8 0 0,0 12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12M22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2A10,10 0 0,1 22,12M15.5,8C16.3,8 17,8.7 17,9.5C17,10.3 16.3,11 15.5,11C14.7,11 14,10.3 14,9.5C14,8.7 14.7,8 15.5,8M10,9.5C10,10.3 9.3,11 8.5,11C7.7,11 7,10.3 7,9.5C7,8.7 7.7,8 8.5,8C9.3,8 10,8.7 10,9.5M12,14C13.75,14 15.29,14.72 16.19,15.81L14.77,17.23C14.32,16.5 13.25,16 12,16C10.75,16 9.68,16.5 9.23,17.23L7.81,15.81C8.71,14.72 10.25,14 12,14Z\" /></svg></li><li title=\"emoticon sad \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-emoticon-sad\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M7,9.5C7,8.7 7.7,8 8.5,8C9.3,8 10,8.7 10,9.5C10,10.3 9.3,11 8.5,11C7.7,11 7,10.3 7,9.5M14.77,17.23C14.32,16.5 13.25,16 12,16C10.75,16 9.68,16.5 9.23,17.23L7.81,15.81C8.71,14.72 10.25,14 12,14C13.75,14 15.29,14.72 16.19,15.81L14.77,17.23M15.5,11C14.7,11 14,10.3 14,9.5C14,8.7 14.7,8 15.5,8C16.3,8 17,8.7 17,9.5C17,10.3 16.3,11 15.5,11Z\" /></svg></li><li title=\"emoticon sick outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-emoticon-sick-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.32 10.56L8.38 9.5L7.32 8.44L8.38 7.38L10.5 9.5L8.38 11.62L7.32 10.56M4.5 9C4.53 9 4.55 9 4.58 9C5.77 6.07 8.64 4 12 4C14.19 4 16.16 4.88 17.61 6.3C17.76 5.7 18.06 5 18.42 4.34C16.68 2.88 14.44 2 12 2C7.11 2 3.05 5.5 2.18 10.14C2.74 9.44 3.59 9 4.5 9M21 10.5C20.58 10.5 20.18 10.41 19.81 10.28C19.93 10.83 20 11.41 20 12C20 16.42 16.42 20 12 20C8.64 20 5.77 17.93 4.58 15C4.55 15 4.53 15 4.5 15C4 15 3.46 14.86 3 14.6C2.68 14.42 2.41 14.18 2.18 13.9C3.07 18.5 7.11 22 12 22C17.5 22 22 17.5 22 12C22 11.45 21.94 10.91 21.86 10.38C21.58 10.45 21.3 10.5 21 10.5M21 3C21 3 19 5.9 19 7S19.9 9 21 9 23 8.1 23 7 21 3 21 3M15.62 7.38L13.5 9.5L15.62 11.62L16.68 10.56L15.62 9.5L16.68 8.44L15.62 7.38M8.56 17C9.25 15.81 10.53 15 12 15S14.75 15.81 15.44 17H17.12C16.32 14.95 14.33 13.5 12 13.5C11.13 13.5 10.3 13.7 9.57 14.07L6 12C6 11.5 5.73 11 5.25 10.71C4.53 10.3 3.62 10.54 3.2 11.26C2.79 12 3.03 12.89 3.75 13.31C4.23 13.59 4.8 13.56 5.24 13.31L8.21 15.03C7.64 15.56 7.18 16.24 6.88 17H8.56Z\" /></svg></li><li title=\"emoticon sick \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-emoticon-sick\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 9C19.9 9 19 8.1 19 7S21 3 21 3 23 5.9 23 7 22.1 9 21 9M17.5 7C17.5 6.27 17.91 5.29 18.42 4.34C16.68 2.88 14.44 2 12 2C6.47 2 2 6.5 2 12S6.47 22 12 22C17.5 22 22 17.5 22 12C22 11.45 21.94 10.91 21.86 10.38C21.58 10.45 21.3 10.5 21 10.5C19.07 10.5 17.5 8.93 17.5 7M15.62 7.38L16.68 8.44L15.62 9.5L16.68 10.56L15.62 11.62L13.5 9.5L15.62 7.38M7.32 8.44L8.38 7.38L10.5 9.5L8.38 11.62L7.32 10.56L8.38 9.5L7.32 8.44M15.44 17C14.75 15.81 13.47 15 12 15S9.25 15.81 8.56 17H6.88C7.18 16.24 7.64 15.57 8.22 15L5.24 13.3C4.79 13.56 4.23 13.58 3.75 13.3C3.03 12.89 2.79 11.97 3.2 11.25S4.53 10.29 5.25 10.7C5.73 11 6 11.5 6 12L9.57 14.06C10.3 13.7 11.12 13.5 12 13.5C14.33 13.5 16.32 14.95 17.12 17H15.44Z\" /></svg></li><li title=\"emoticon tongue outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-emoticon-tongue-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M12,20A8,8 0 0,1 4,12A8,8 0 0,1 12,4A8,8 0 0,1 20,12A8,8 0 0,1 12,20M9,10C8.26,10 7.61,10.4 7.27,11C7.1,10.71 7,10.36 7,10A2,2 0 0,1 9,8C10.11,8 11,8.9 11,10C11,10.36 10.9,10.71 10.73,11C10.39,10.4 9.74,10 9,10M17,10C17,10.36 16.9,10.71 16.73,11C16.39,10.4 15.74,10 15,10C14.26,10 13.61,10.4 13.27,11C13.1,10.71 13,10.36 13,10A2,2 0 0,1 15,8C16.11,8 17,8.9 17,10M16,13V15H15C15,17 14.1,18 13,18C11.9,18 11,17 11,15H8V13H16Z\" /></svg></li><li title=\"emoticon tongue \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-emoticon-tongue\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M7.27,11C7.1,10.71 7,10.36 7,10C7,8.89 7.89,8 9,8A2,2 0 0,1 11,10C11,10.36 10.9,10.71 10.73,11C10.39,10.4 9.74,10 9,10C8.26,10 7.61,10.4 7.27,11M16,15H15C15,17 14.1,18 13,18C11.9,18 11,17 11,15H8V13H16V15M16.73,11C16.39,10.4 15.74,10 15,10C14.26,10 13.61,10.4 13.27,11C13.1,10.71 13,10.36 13,10C13,8.89 13.89,8 15,8A2,2 0 0,1 17,10C17,10.36 16.9,10.71 16.73,11Z\" /></svg></li><li title=\"emoticon wink outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-emoticon-wink-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M12,20A8,8 0 0,1 4,12A8,8 0 0,1 12,4A8,8 0 0,1 20,12A8,8 0 0,1 12,20M10,9.5C10,10.3 9.3,11 8.5,11C7.7,11 7,10.3 7,9.5C7,8.7 7.7,8 8.5,8C9.3,8 10,8.7 10,9.5M12,17.23C10.25,17.23 8.71,16.5 7.81,15.42L9.23,14C9.68,14.72 10.75,15.23 12,15.23C13.25,15.23 14.32,14.72 14.77,14L16.19,15.42C15.29,16.5 13.75,17.23 12,17.23M17,10H13V9H17V10Z\" /></svg></li><li title=\"emoticon wink \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-emoticon-wink\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M7,9.5C7,8.7 7.7,8 8.5,8C9.3,8 10,8.7 10,9.5C10,10.3 9.3,11 8.5,11C7.7,11 7,10.3 7,9.5M12,17.23C10.25,17.23 8.71,16.5 7.81,15.42L9.23,14C9.68,14.72 10.75,15.23 12,15.23C13.25,15.23 14.32,14.72 14.77,14L16.19,15.42C15.29,16.5 13.75,17.23 12,17.23M17,10H13V9H17V10Z\" /></svg></li><li title=\"emoticon \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-emoticon\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2C6.47,2 2,6.5 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M15.5,8A1.5,1.5 0 0,1 17,9.5A1.5,1.5 0 0,1 15.5,11A1.5,1.5 0 0,1 14,9.5A1.5,1.5 0 0,1 15.5,8M8.5,8A1.5,1.5 0 0,1 10,9.5A1.5,1.5 0 0,1 8.5,11A1.5,1.5 0 0,1 7,9.5A1.5,1.5 0 0,1 8.5,8M12,17.5C9.67,17.5 7.69,16.04 6.89,14H17.11C16.3,16.04 14.33,17.5 12,17.5Z\" /></svg></li><li title=\"engine off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-engine-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2.5,3.77L6.87,8.14L5,10V13H3V10H1V18H3V15H5V18H8L10,20H18V19.27L21.23,22.5L22.5,21.22L3.78,2.5L2.5,3.77M16,18H11L9,16H7V11L8,10H8.73L16,17.27V18M23,9V19H22.82L16,12.18V10H13.82L7.82,4H15V6H12V8H18V12H20V9H23Z\" /></svg></li><li title=\"engine off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-engine-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3.78,2.5L21.5,20.22L20.23,21.5L18,19.27V20H10L8,18H5V15H3V18H1V10H3V13H5V10L6.87,8.14L2.5,3.77L3.78,2.5M20,9V12H18V8H12V6H15V4H7.82L22.82,19H23V9H20Z\" /></svg></li><li title=\"engine outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-engine-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8,10H16V18H11L9,16H7V11M7,4V6H10V8H7L5,10V13H3V10H1V18H3V15H5V18H8L10,20H18V16H20V19H23V9H20V12H18V8H12V6H15V4H7Z\" /></svg></li><li title=\"engine \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-engine\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7,4V6H10V8H7L5,10V13H3V10H1V18H3V15H5V18H8L10,20H18V16H20V19H23V9H20V12H18V8H12V6H15V4H7Z\" /></svg></li><li title=\"epsilon \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-epsilon\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.05 7.78L16.15 6.18C16.15 6.18 14.91 5 12.77 5C10.04 5 8.35 6.84 8.35 8.76C8.35 10.68 10.08 11.69 10.08 11.69C10.08 11.69 8 12.38 8 15C8 17.63 10.14 19 12.44 19C15.38 19 17 17.04 17 17.04L15.6 15.5C15.6 15.5 14.14 16.87 12.59 16.87C10.66 16.87 10.21 15.69 10.21 14.92C10.21 13.87 10.54 12.65 13.83 12.65L13.82 10.77C13.82 10.77 10.44 11.11 10.44 8.78C10.44 7.21 11.9 6.92 12.64 6.92C14.28 6.92 15.05 7.78 15.05 7.78\" /></svg></li><li title=\"equal box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-equal-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,16V14H7V16H17M19,3A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5C3.89,21 3,20.1 3,19V5C3,3.89 3.89,3 5,3H19M17,10V8H7V10H17Z\" /></svg></li><li title=\"equal \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-equal\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,10H5V8H19V10M19,16H5V14H19V16Z\" /></svg></li><li title=\"equalizer outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-equalizer-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,21H9V3H15V21M11,19H13V5H11V19M8,21H2V11H8V21M4,19H6V13H4V19M22,21H16V8H22V21M18,19H20V10H18V19Z\" /></svg></li><li title=\"equalizer \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-equalizer\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,20H14V4H10V20M4,20H8V12H4V20M16,9V20H20V9H16Z\" /></svg></li><li title=\"eraser variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-eraser-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.14,3C14.63,3 14.12,3.2 13.73,3.59L2.59,14.73C1.81,15.5 1.81,16.77 2.59,17.56L5.03,20H12.69L21.41,11.27C22.2,10.5 22.2,9.23 21.41,8.44L16.56,3.59C16.17,3.2 15.65,3 15.14,3M17,18L15,20H22V18\" /></svg></li><li title=\"eraser \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-eraser\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.24,3.56L21.19,8.5C21.97,9.29 21.97,10.55 21.19,11.34L12,20.53C10.44,22.09 7.91,22.09 6.34,20.53L2.81,17C2.03,16.21 2.03,14.95 2.81,14.16L13.41,3.56C14.2,2.78 15.46,2.78 16.24,3.56M4.22,15.58L7.76,19.11C8.54,19.9 9.8,19.9 10.59,19.11L14.12,15.58L9.17,10.63L4.22,15.58Z\" /></svg></li><li title=\"escalator box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-escalator-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5 3C3.89 3 3 3.89 3 5V19C3 20.11 3.89 21 5 21H19C20.11 21 21 20.11 21 19V5C21 3.89 20.11 3 19 3H5M14.34 6H17.05C18.16 6 19.05 6.9 19.05 8C19.05 9.11 18.16 10 17.05 10H16L10 18H7.05C5.95 18 5.05 17.11 5.05 16C5.05 14.9 5.95 14 7.05 14H8.34L14.34 6Z\" /></svg></li><li title=\"escalator down \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-escalator-down\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 8H18.95L6.95 20H4C2.9 20 2 19.11 2 18C2 16.9 2.9 16 4 16H5.29L7 14.29V10C7 9.45 7.45 9 8 9H9C9.55 9 10 9.45 10 10V11.29L17.29 4H20C21.11 4 22 4.89 22 6C22 7.11 21.11 8 20 8M8.5 5C9.33 5 10 5.67 10 6.5C10 7.33 9.33 8 8.5 8C7.67 8 7 7.33 7 6.5C7 5.67 7.67 5 8.5 5M14.83 17.34L20.34 11.83L22.17 13.66L16.66 19.17L18.5 21H13V15.5L14.83 17.34Z\" /></svg></li><li title=\"escalator up \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-escalator-up\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 8H18.95L6.95 20H4C2.9 20 2 19.11 2 18C2 16.9 2.9 16 4 16H5.29L7 14.29V10C7 9.45 7.45 9 8 9H9C9.55 9 10 9.45 10 10V11.29L17.29 4H20C21.11 4 22 4.89 22 6C22 7.11 21.11 8 20 8M8.5 5C9.33 5 10 5.67 10 6.5C10 7.33 9.33 8 8.5 8C7.67 8 7 7.33 7 6.5C7 5.67 7.67 5 8.5 5M20.17 15.66L14.66 21.17L12.83 19.34L18.34 13.83L16.5 12H22V17.5L20.17 15.66Z\" /></svg></li><li title=\"escalator \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-escalator\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,8H18.95L6.95,20H4A2,2 0 0,1 2,18A2,2 0 0,1 4,16H5.29L7,14.29V10A1,1 0 0,1 8,9H9A1,1 0 0,1 10,10V11.29L17.29,4H20A2,2 0 0,1 22,6A2,2 0 0,1 20,8M8.5,5A1.5,1.5 0 0,1 10,6.5A1.5,1.5 0 0,1 8.5,8A1.5,1.5 0 0,1 7,6.5A1.5,1.5 0 0,1 8.5,5Z\" /></svg></li><li title=\"eslint \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-eslint\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.95,9.55L11.84,7.3C11.94,7.25 12.06,7.25 12.16,7.3L16.05,9.55C16.15,9.61 16.21,9.71 16.21,9.82V14.32C16.21,14.43 16.15,14.53 16.05,14.59L12.16,16.84C12.06,16.89 11.94,16.89 11.84,16.84L7.95,14.59C7.85,14.53 7.79,14.43 7.79,14.32V9.82C7.79,9.71 7.85,9.61 7.95,9.55M22.12,11.6C22.29,11.89 22.29,12.23 22.12,12.53L17.47,20.56C17.3,20.86 17,21 16.65,21H7.35C7,21 6.7,20.85 6.53,20.56L1.88,12.53C1.71,12.24 1.71,11.87 1.88,11.58L6.53,3.5C6.7,3.22 7,3 7.35,3H16.65C17,3 17.3,3.22 17.47,3.5L22.12,11.6M18.27,15.5V8.65C18.27,8.53 18.2,8.42 18.09,8.36L12.16,4.95C12.06,4.89 11.93,4.89 11.83,4.95L5.91,8.36C5.8,8.42 5.73,8.53 5.73,8.65V15.5C5.73,15.61 5.8,15.72 5.91,15.78L11.84,19.19C11.94,19.25 12.07,19.25 12.17,19.19L18.09,15.78C18.2,15.72 18.27,15.61 18.27,15.5Z\" /></svg></li><li title=\"et \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-et\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23,8.78L21.71,7.22C21.45,7.42 20.53,8 19.77,8C19.26,8 18.3,7.75 17.45,7.53C16.39,7.26 15.39,7 14.6,7C14,7 13.43,7.15 12.93,7.35C12.62,5.45 11,4 9,4C4.58,4 2,7.58 2,12C2,16.42 5.58,19 10,19C12.06,19 13.93,18.43 15.34,17.39L15,21.29L17,21.47L18,9.74C18.66,9.89 19.27,10 19.77,10C21.38,10 22.84,8.91 23,8.78M9,6A2,2 0 0,1 11,8A2,2 0 0,1 9,10H4.23C4.8,7.67 6.39,6 9,6M10,17C6.69,17 4,15.31 4,12H9C10.6,12 11.83,11.17 12.5,9.91V9.91C12.76,9.71 13.85,9 14.6,9C14.94,9 15.5,9.11 16.05,9.25L15.65,13.89C14.82,15.95 12.6,17 10,17Z\" /></svg></li><li title=\"ethereum \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ethereum\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,1.75L5.75,12.25L12,16L18.25,12.25L12,1.75M5.75,13.5L12,22.25L18.25,13.5L12,17.25L5.75,13.5Z\" /></svg></li><li title=\"ethernet cable off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ethernet-cable-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,3H13V7H11V3M8,4H10V8H14V4H16V11H12.82L8,6.18V4M20,20.72L18.73,22L14,17.27V22H10V13.27L2,5.27L3.28,4L20,20.72Z\" /></svg></li><li title=\"ethernet cable \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ethernet-cable\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,3V7H13V3H11M8,4V11H16V4H14V8H10V4H8M10,12V22H14V12H10Z\" /></svg></li><li title=\"ethernet \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ethernet\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7,15H9V18H11V15H13V18H15V15H17V18H19V9H15V6H9V9H5V18H7V15M4.38,3H19.63C20.94,3 22,4.06 22,5.38V19.63A2.37,2.37 0 0,1 19.63,22H4.38C3.06,22 2,20.94 2,19.63V5.38C2,4.06 3.06,3 4.38,3Z\" /></svg></li><li title=\"ev plug ccs1 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ev-plug-ccs1\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.5 20C7.5 20.8 6.8 21.5 6 21.5S4.5 20.8 4.5 20 5.2 18.5 6 18.5 7.5 19.2 7.5 20M18 18.5C17.2 18.5 16.5 19.2 16.5 20S17.2 21.5 18 21.5 19.5 20.8 19.5 20 18.8 18.5 18 18.5M22 20C22 22.2 20.2 24 18 24H6C3.8 24 2 22.2 2 20S3.8 16 6 16H6.3C4.3 14.4 3 11.8 3 9C3 4 7 0 12 0S21 4 21 9C21 11.8 19.7 14.4 17.7 16H18C20.2 16 22 17.8 22 20M12 16C15.9 16 19 12.9 19 9S15.9 2 12 2 5 5.1 5 9 8.1 16 12 16M20 20C20 18.9 19.1 18 18 18H6C4.9 18 4 18.9 4 20S4.9 22 6 22H18C19.1 22 20 21.1 20 20M12.9 6.3C12.9 5.3 13.7 4.5 14.7 4.5S16.5 5.3 16.5 6.3 15.7 8.1 14.7 8.1 12.9 7.3 12.9 6.3M7.5 6.3C7.5 5.3 8.3 4.5 9.3 4.5S11.1 5.3 11.1 6.3 10.3 8.1 9.3 8.1 7.5 7.3 7.5 6.3M9.3 10.2C9.3 10.8 8.8 11.3 8.2 11.3C7.6 11.3 7.1 10.8 7.1 10.2S7.5 9 8.1 9C8.8 9 9.3 9.6 9.3 10.2M13.8 12.7C13.8 13.7 13 14.5 12 14.5S10.2 13.7 10.2 12.7 11 10.9 12 10.9 13.8 11.7 13.8 12.7M17 10.2C17 10.8 16.5 11.3 15.9 11.3C15.3 11.3 14.8 10.8 14.8 10.2S15.2 9 15.9 9C16.5 9 17 9.6 17 10.2\" /></svg></li><li title=\"ev plug ccs2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ev-plug-ccs2\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.5 19C7.5 19.8 6.8 20.5 6 20.5S4.5 19.8 4.5 19 5.2 17.5 6 17.5 7.5 18.2 7.5 19M18 17.5C17.2 17.5 16.5 18.2 16.5 19S17.2 20.5 18 20.5 19.5 19.8 19.5 19 18.8 17.5 18 17.5M18 15H17.7C19.7 13.4 21 10.8 21 8S19.7 2.6 17.7 1H6.3C4.3 2.6 3 5.2 3 8S4.3 13.4 6.3 15H6C3.8 15 2 16.8 2 19S3.8 23 6 23H18C20.2 23 22 21.2 22 19S20.2 15 18 15M5 8C5 6.1 5.8 4.3 7.1 3H16.9C18.2 4.3 19 6.1 19 8C19 11.9 15.9 15 12 15S5 11.9 5 8M18 21H6C4.9 21 4 20.1 4 19S4.9 17 6 17H18C19.1 17 20 17.9 20 19S19.1 21 18 21M12.9 5.3C12.9 6 13.5 6.6 14.2 6.6C14.9 6.6 15.5 6 15.5 5.3S14.9 4 14.1 4C13.4 4 12.9 4.6 12.9 5.3M8.6 5.3C8.6 6 9.2 6.6 9.9 6.6C10.6 6.6 11.2 6 11.2 5.3S10.6 4 9.9 4C9.1 4 8.6 4.6 8.6 5.3M7.7 10C8.7 10 9.4 9.2 9.4 8.3C9.4 7.4 8.6 6.6 7.7 6.6S6 7.3 6 8.3C6 9.2 6.8 10 7.7 10M11.6 11.7C11.6 10.8 10.8 10 9.9 10C8.9 10 8.2 10.8 8.2 11.7C8.2 12.7 9 13.4 9.9 13.4C10.8 13.4 11.6 12.7 11.6 11.7M12 10C13 10 13.7 9.2 13.7 8.3C13.7 7.4 12.9 6.6 12 6.6S10.3 7.4 10.3 8.3C10.3 9.2 11.1 10 12 10M15.9 11.7C15.9 10.8 15.1 10 14.2 10C13.2 10 12.5 10.8 12.5 11.7C12.5 12.7 13.3 13.4 14.2 13.4C15.1 13.4 15.9 12.7 15.9 11.7M18 8.3C18 7.4 17.2 6.6 16.3 6.6C15.3 6.6 14.6 7.4 14.6 8.3C14.6 9.3 15.4 10 16.3 10C17.2 10 18 9.2 18 8.3\" /></svg></li><li title=\"ev plug chademo \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ev-plug-chademo\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.5 9.5C6.1 9.5 5 10.6 5 12S6.1 14.5 7.5 14.5 10 13.4 10 12 8.9 9.5 7.5 9.5M16.5 9.5C15.1 9.5 14 10.6 14 12S15.1 14.5 16.5 14.5 19 13.4 19 12 17.9 9.5 16.5 9.5M12 4C16.4 4 20 7.6 20 12S16.4 20 12 20 4 16.4 4 12 7.6 4 12 4M12 2C6.5 2 2 6.5 2 12S6.5 22 12 22 22 17.5 22 12 17.5 2 12 2M12 5C10.6 5 9.5 6.1 9.5 7.5S10.6 10 12 10 14.5 8.9 14.5 7.5 13.4 5 12 5M13.5 7.5C13.5 7.7 13.4 7.9 13.3 8.1L12.7 7.5L13.3 6.9C13.4 7.1 13.5 7.3 13.5 7.5M12.6 6.2L12 6.8L11.4 6.2C11.6 6.1 11.8 6 12 6S12.4 6.1 12.6 6.2M10.7 8.1C10.6 7.9 10.5 7.7 10.5 7.5S10.6 7.1 10.7 6.9L11.3 7.5L10.7 8.1M11.4 8.8L12 8.2L12.6 8.8C12.4 8.9 12.2 9 12 9S11.6 8.9 11.4 8.8M12 14C10.6 14 9.5 15.1 9.5 16.5S10.6 19 12 19 14.5 17.9 14.5 16.5 13.4 14 12 14M13.5 16.5C13.5 16.7 13.4 16.9 13.3 17.1L12.7 16.5L13.3 15.9C13.4 16.1 13.5 16.3 13.5 16.5M12.6 15.2L12 15.8L11.4 15.2C11.6 15.1 11.8 15 12 15S12.4 15.1 12.6 15.2M10.7 17.1C10.6 16.9 10.5 16.7 10.5 16.5S10.6 16.1 10.7 15.9L11.3 16.5L10.7 17.1M11.4 17.8L12 17.2L12.6 17.8C12.4 17.9 12.2 18 12 18S11.6 17.9 11.4 17.8Z\" /></svg></li><li title=\"ev plug tesla \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ev-plug-tesla\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6 9C6 8.45 6.45 8 7 8S8 8.45 8 9 7.55 10 7 10 6 9.55 6 9M17 10C17.55 10 18 9.55 18 9S17.55 8 17 8 16 8.45 16 9 16.45 10 17 10M22 9.93V11C22 15.97 17.97 20 13 20H11C6.03 20 2 16 2 11V9.93C2 6.65 4.65 4 7.93 4H16.07C19.35 4 22 6.65 22 9.93M14.5 9C14.5 10.38 15.62 11.5 17 11.5S19.5 10.38 19.5 9 18.38 6.5 17 6.5 14.5 7.62 14.5 9M4.5 9C4.5 10.38 5.62 11.5 7 11.5S9.5 10.38 9.5 9 8.38 6.5 7 6.5 4.5 7.62 4.5 9M9 17C9 16.45 8.55 16 8 16S7 16.45 7 17 7.45 18 8 18 9 17.55 9 17M13.5 17C13.5 16.17 12.83 15.5 12 15.5S10.5 16.17 10.5 17 11.17 18.5 12 18.5 13.5 17.83 13.5 17M17 17C17 16.45 16.55 16 16 16S15 16.45 15 17 15.45 18 16 18 17 17.55 17 17M19.97 11.66C19.23 12.5 18.18 13 17 13C14.79 13 13 11.21 13 9C13 7.8 13.54 6.73 14.38 6H9.62C10.46 6.73 11 7.8 11 9C11 11.21 9.21 13 7 13C5.82 13 4.76 12.5 4.03 11.66C4.19 13.32 4.93 14.82 6.04 15.94C7.71 14.73 9.76 14 12 14C14.24 14 16.29 14.73 17.96 15.94C19.07 14.82 19.81 13.32 19.97 11.66Z\" /></svg></li><li title=\"ev plug type1 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ev-plug-type1\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 9C13 10.1 13.9 11 15 11S17 10.1 17 9 16.1 7 15 7 13 7.9 13 9M7 9C7 10.1 7.9 11 9 11S11 10.1 11 9 10.1 7 9 7 7 7.9 7 9M9 13.2C9 12.6 8.4 12 7.8 12S6.6 12.6 6.6 13.2 7.2 14.4 7.8 14.4 9 13.9 9 13.2M14 16C14 14.9 13.1 14 12 14S10 14.9 10 16 10.9 18 12 18 14 17.1 14 16M12 4C16.4 4 20 7.6 20 12S16.4 20 12 20 4 16.4 4 12 7.6 4 12 4M12 2C6.5 2 2 6.5 2 12S6.5 22 12 22 22 17.5 22 12 17.5 2 12 2M17.5 13.2C17.5 12.5 16.9 12 16.3 12C15.6 12 15.1 12.6 15.1 13.2S15.7 14.4 16.3 14.4C16.9 14.5 17.5 13.9 17.5 13.2\" /></svg></li><li title=\"ev plug type2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ev-plug-type2\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17.3 5C19 6.5 20 8.6 20 11C20 15.4 16.4 19 12 19S4 15.4 4 11C4 8.6 5.1 6.5 6.7 5H17.3M18 3H6L5.4 3.5C3.2 5.4 2 8.1 2 11C2 16.5 6.5 21 12 21S22 16.5 22 11C22 8.1 20.8 5.4 18.6 3.5L18 3M13 7.5C13 8.3 13.7 9 14.5 9S16 8.3 16 7.5 15.3 6 14.5 6 13 6.7 13 7.5M8 7.5C8 8.3 8.7 9 9.5 9S11 8.3 11 7.5 10.3 6 9.5 6 8 6.7 8 7.5M7 13C8.1 13 9 12.1 9 11C9 9.9 8.1 9 7 9S5 9.9 5 11C5 12.1 5.9 13 7 13M11.5 15C11.5 13.9 10.6 13 9.5 13S7.5 13.9 7.5 15C7.5 16.1 8.4 17 9.5 17S11.5 16.1 11.5 15M12 13C13.1 13 14 12.1 14 11C14 9.9 13.1 9 12 9S10 9.9 10 11C10 12.1 10.9 13 12 13M16.5 15C16.5 13.9 15.6 13 14.5 13S12.5 13.9 12.5 15C12.5 16.1 13.4 17 14.5 17S16.5 16.1 16.5 15M19 11C19 9.9 18.1 9 17 9S15 9.9 15 11C15 12.1 15.9 13 17 13S19 12.1 19 11\" /></svg></li><li title=\"ev station \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ev-station\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.77,7.23L19.78,7.22L16.06,3.5L15,4.56L17.11,6.67C16.17,7.03 15.5,7.93 15.5,9A2.5,2.5 0 0,0 18,11.5C18.36,11.5 18.69,11.42 19,11.29V18.5A1,1 0 0,1 18,19.5A1,1 0 0,1 17,18.5V14A2,2 0 0,0 15,12H14V5A2,2 0 0,0 12,3H6A2,2 0 0,0 4,5V21H14V13.5H15.5V18.5A2.5,2.5 0 0,0 18,21A2.5,2.5 0 0,0 20.5,18.5V9C20.5,8.31 20.22,7.68 19.77,7.23M18,10A1,1 0 0,1 17,9A1,1 0 0,1 18,8A1,1 0 0,1 19,9A1,1 0 0,1 18,10M8,18V13.5H6L10,6V11H12L8,18Z\" /></svg></li><li title=\"evernote \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-evernote\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.09,11.63C15.09,11.63 15.28,10.35 16,10.35C16.76,10.35 17.78,12.06 17.78,12.06C17.78,12.06 15.46,11.63 15.09,11.63M19,4.69C18.64,4.09 16.83,3.41 15.89,3.41C14.96,3.41 13.5,3.41 13.5,3.41C13.5,3.41 12.7,2 10.88,2C9.05,2 9.17,2.81 9.17,3.5V6.32L8.34,7.19H4.5C4.5,7.19 3.44,7.91 3.44,9.44C3.44,11 3.92,16.35 7.13,16.85C10.93,17.43 11.58,15.67 11.58,15.46C11.58,14.56 11.6,13.21 11.6,13.21C11.6,13.21 12.71,15.33 14.39,15.33C16.07,15.33 17.04,16.3 17.04,17.29C17.04,18.28 17.04,19.13 17.04,19.13C17.04,19.13 17,20.28 16,20.28C15,20.28 13.89,20.28 13.89,20.28C13.89,20.28 13.2,19.74 13.2,19C13.2,18.25 13.53,18.05 13.93,18.05C14.32,18.05 14.65,18.09 14.65,18.09V16.53C14.65,16.53 11.47,16.5 11.47,18.94C11.47,21.37 13.13,22 14.46,22C15.8,22 16.63,22 16.63,22C16.63,22 20.56,21.5 20.56,13.75C20.56,6 19.33,5.28 19,4.69M7.5,6.31H4.26L8.32,2.22V5.5L7.5,6.31Z\" /></svg></li><li title=\"excavator \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-excavator\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.5 18.5C19.04 18.5 19.5 18.96 19.5 19.5S19.04 20.5 18.5 20.5H6.5C5.96 20.5 5.5 20.04 5.5 19.5S5.96 18.5 6.5 18.5H18.5M18.5 17H6.5C5.13 17 4 18.13 4 19.5S5.13 22 6.5 22H18.5C19.88 22 21 20.88 21 19.5S19.88 17 18.5 17M21 11H18V7H13L10 11V16H22L21 11M11.54 11L13.5 8.5H16V11H11.54M9.76 3.41L4.76 2L2 11.83C1.66 13.11 2.41 14.44 3.7 14.8L4.86 15.12L8.15 12.29L4.27 11.21L6.15 4.46L8.94 5.24C9.5 5.53 10.71 6.34 11.47 7.37L12.5 6H12.94C11.68 4.41 9.85 3.46 9.76 3.41Z\" /></svg></li><li title=\"exclamation thick \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-exclamation-thick\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10 3H14V14H10V3M10 21V17H14V21H10Z\" /></svg></li><li title=\"exclamation \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-exclamation\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M 11,4L 13,4L 13,15L 11,15L 11,4 Z M 13,18L 13,20L 11,20L 11,18L 13,18 Z\" /></svg></li><li title=\"exit run \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-exit-run\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.34,8.17C12.41,8.17 11.65,7.4 11.65,6.47A1.69,1.69 0 0,1 13.34,4.78C14.28,4.78 15.04,5.54 15.04,6.47C15.04,7.4 14.28,8.17 13.34,8.17M10.3,19.93L4.37,18.75L4.71,17.05L8.86,17.9L10.21,11.04L8.69,11.64V14.5H7V10.54L11.4,8.67L12.07,8.59C12.67,8.59 13.17,8.93 13.5,9.44L14.36,10.79C15.04,12 16.39,12.82 18,12.82V14.5C16.14,14.5 14.44,13.67 13.34,12.4L12.84,14.94L14.61,16.63V23H12.92V17.9L11.14,16.21L10.3,19.93M21,23H19V3H6V16.11L4,15.69V1H21V23M6,23H4V19.78L6,20.2V23Z\" /></svg></li><li title=\"exit to app \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-exit-to-app\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,3H5C3.89,3 3,3.89 3,5V9H5V5H19V19H5V15H3V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3M10.08,15.58L11.5,17L16.5,12L11.5,7L10.08,8.41L12.67,11H3V13H12.67L10.08,15.58Z\" /></svg></li><li title=\"expand all outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-expand-all-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,2A2,2 0 0,0 2,4V14H4V4H14V2H4M8,6A2,2 0 0,0 6,8V18H8V8H18V6H8M20,12V20H12V12H20M20,10H12A2,2 0 0,0 10,12V20A2,2 0 0,0 12,22H20A2,2 0 0,0 22,20V12A2,2 0 0,0 20,10M19,17H17V19H15V17H13V15H15V13H17V15H19V17Z\" /></svg></li><li title=\"expand all \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-expand-all\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18,8H8V18H6V8A2,2 0 0,1 8,6H18V8M14,2H4A2,2 0 0,0 2,4V14H4V4H14V2M22,12V20A2,2 0 0,1 20,22H12A2,2 0 0,1 10,20V12A2,2 0 0,1 12,10H20A2,2 0 0,1 22,12M20,15H17V12H15V15H12V17H15V20H17V17H20V15Z\" /></svg></li><li title=\"expansion card variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-expansion-card-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2 7H4.5V17H3V8.5H2M22 7V16H14V17H7V16H6V7M10 9H8V12H10M13 9H11V12H13M20 9H15V14H20V9Z\" /></svg></li><li title=\"expansion card \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-expansion-card\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,7V8.5H3V17H4.5V7C3.7,7 2.8,7 2,7M6,7V7L6,16H7V17H14V16H22V7H6M17.5,9A2.5,2.5 0 0,1 20,11.5A2.5,2.5 0 0,1 17.5,14A2.5,2.5 0 0,1 15,11.5A2.5,2.5 0 0,1 17.5,9Z\" /></svg></li><li title=\"exponent box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-exponent-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,3C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3H5M13.76,6H15.39L16.5,8.6L17.59,6H19.24C19.24,6 17.5,10.57 16.46,12.32C16.08,12.89 15.35,13.27 14.5,13.25V11.75C14.96,11.76 15.25,11.5 15.5,11.13C15.61,11 15.68,10.8 15.74,10.64L13.76,6M6.41,9.59L9.21,12.38L12,9.59L13.41,11L10.62,13.79L13.41,16.59L12,18L9.21,15.21L6.41,18L5,16.59L7.79,13.79L5,11L6.41,9.59Z\" /></svg></li><li title=\"exponent \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-exponent\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.38,3L17.77,8.75C17.55,9.68 17.27,10.32 17,10.7C16.67,11.18 16.44,11.25 16.19,11.25V12.75C16.94,12.75 17.74,12.35 18.24,11.56C19.87,8.94 22,3 22,3H20.38L18.69,7.05L17,3H15.38M3.42,8.59L2,10L6.79,14.79L2,19.59L3.41,21L8.21,16.21L13,21L14.41,19.59L9.62,14.79L14.41,10L13,8.59L8.21,13.38L3.41,8.59H3.42Z\" /></svg></li><li title=\"export variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-export-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,1L8,5H11V14H13V5H16M18,23H6C4.89,23 4,22.1 4,21V9A2,2 0 0,1 6,7H9V9H6V21H18V9H15V7H18A2,2 0 0,1 20,9V21A2,2 0 0,1 18,23Z\" /></svg></li><li title=\"export \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-export\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23,12L19,8V11H10V13H19V16M1,18V6C1,4.89 1.9,4 3,4H15A2,2 0 0,1 17,6V9H15V6H3V18H15V15H17V18A2,2 0 0,1 15,20H3A2,2 0 0,1 1,18Z\" /></svg></li><li title=\"eye arrow left outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-eye-arrow-left-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 4.5C7 4.5 2.73 7.61 1 12C2.73 16.39 7 19.5 12 19.5C12.36 19.5 12.72 19.5 13.08 19.45C13.03 19.13 13 18.82 13 18.5C13 18.14 13.04 17.78 13.1 17.42C12.74 17.46 12.37 17.5 12 17.5C8.24 17.5 4.83 15.36 3.18 12C4.83 8.64 8.24 6.5 12 6.5S19.17 8.64 20.82 12C20.7 12.24 20.56 12.45 20.43 12.68C21.09 12.84 21.72 13.11 22.29 13.5C22.56 13 22.8 12.5 23 12C21.27 7.61 17 4.5 12 4.5M12 9C10.34 9 9 10.34 9 12S10.34 15 12 15 15 13.66 15 12 13.66 9 12 9M18 15V17H22V19H18V21L15 18L18 15\" /></svg></li><li title=\"eye arrow left \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-eye-arrow-left\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 4.5C7 4.5 2.73 7.61 1 12C2.73 16.39 7 19.5 12 19.5C12.36 19.5 12.72 19.5 13.08 19.45C13.03 19.13 13 18.82 13 18.5C13 17.94 13.08 17.38 13.24 16.84C12.83 16.94 12.42 17 12 17C9.24 17 7 14.76 7 12S9.24 7 12 7 17 9.24 17 12C17 12.29 16.97 12.59 16.92 12.88C17.58 12.63 18.29 12.5 19 12.5C20.17 12.5 21.31 12.84 22.29 13.5C22.56 13 22.8 12.5 23 12C21.27 7.61 17 4.5 12 4.5M12 9C10.34 9 9 10.34 9 12S10.34 15 12 15 15 13.66 15 12 13.66 9 12 9M18 15V17H22V19H18V21L15 18L18 15\" /></svg></li><li title=\"eye arrow right outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-eye-arrow-right-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 4.5C7 4.5 2.7 7.6 1 12C2.7 16.4 7 19.5 12 19.5H13.1C13 19.2 13 18.9 13 18.5C13 18.1 13 17.8 13.1 17.4C12.7 17.4 12.4 17.5 12 17.5C8.2 17.5 4.8 15.4 3.2 12C4.8 8.6 8.2 6.5 12 6.5S19.2 8.6 20.8 12C20.7 12.2 20.5 12.4 20.4 12.7C21.1 12.9 21.7 13.1 22.3 13.5C22.6 13 22.8 12.5 23 12C21.3 7.6 17 4.5 12 4.5M12 9C10.3 9 9 10.3 9 12S10.3 15 12 15 15 13.7 15 12 13.7 9 12 9M19 21V19H15V17H19V15L22 18L19 21\" /></svg></li><li title=\"eye arrow right \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-eye-arrow-right\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 4.5C7 4.5 2.7 7.6 1 12C2.7 16.4 7 19.5 12 19.5H13.1C13 19.2 13 18.9 13 18.5C13 17.9 13.1 17.4 13.2 16.8C12.8 16.9 12.4 17 12 17C9.2 17 7 14.8 7 12S9.2 7 12 7 17 9.2 17 12C17 12.3 17 12.6 16.9 12.9C17.6 12.7 18.3 12.5 19 12.5C20.2 12.5 21.3 12.8 22.3 13.5C22.6 13 22.8 12.5 23 12C21.3 7.6 17 4.5 12 4.5M12 9C10.3 9 9 10.3 9 12S10.3 15 12 15 15 13.7 15 12 13.7 9 12 9M19 21V19H15V17H19V15L22 18L19 21\" /></svg></li><li title=\"eye check outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-eye-check-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23.5,17L18.5,22L15,18.5L16.5,17L18.5,19L22,15.5L23.5,17M12,9A3,3 0 0,1 15,12A3,3 0 0,1 12,15A3,3 0 0,1 9,12A3,3 0 0,1 12,9M12,4.5C17,4.5 21.27,7.61 23,12C22.75,12.65 22.44,13.26 22.08,13.85C21.5,13.5 20.86,13.25 20.18,13.12L20.82,12C19.17,8.64 15.76,6.5 12,6.5C8.24,6.5 4.83,8.64 3.18,12C4.83,15.36 8.24,17.5 12,17.5L13.21,17.43C13.07,17.93 13,18.46 13,19V19.46L12,19.5C7,19.5 2.73,16.39 1,12C2.73,7.61 7,4.5 12,4.5Z\" /></svg></li><li title=\"eye check \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-eye-check\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23.5,17L18.5,22L15,18.5L16.5,17L18.5,19L22,15.5L23.5,17M12,9A3,3 0 0,1 15,12A3,3 0 0,1 12,15A3,3 0 0,1 9,12A3,3 0 0,1 12,9M12,17C12.5,17 12.97,16.93 13.42,16.79C13.15,17.5 13,18.22 13,19V19.45L12,19.5C7,19.5 2.73,16.39 1,12C2.73,7.61 7,4.5 12,4.5C17,4.5 21.27,7.61 23,12C22.75,12.64 22.44,13.26 22.08,13.85C21.18,13.31 20.12,13 19,13C18.22,13 17.5,13.15 16.79,13.42C16.93,12.97 17,12.5 17,12A5,5 0 0,0 12,7A5,5 0 0,0 7,12A5,5 0 0,0 12,17Z\" /></svg></li><li title=\"eye circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-eye-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22M12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20M12,11A1,1 0 0,1 13,12A1,1 0 0,1 12,13A1,1 0 0,1 11,12A1,1 0 0,1 12,11M12,8C14.63,8 17,9.57 18,12C16.62,15.31 12.81,16.88 9.5,15.5C7.92,14.84 6.66,13.58 6,12C7,9.57 9.37,8 12,8M12,9.5A2.5,2.5 0 0,0 9.5,12A2.5,2.5 0 0,0 12,14.5A2.5,2.5 0 0,0 14.5,12A2.5,2.5 0 0,0 12,9.5\" /></svg></li><li title=\"eye circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-eye-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,9.5A2.5,2.5 0 0,0 9.5,12A2.5,2.5 0 0,0 12,14.5A2.5,2.5 0 0,0 14.5,12A2.5,2.5 0 0,0 12,9.5M12,13A1,1 0 0,1 11,12A1,1 0 0,1 12,11A1,1 0 0,1 13,12A1,1 0 0,1 12,13M12,9.5A2.5,2.5 0 0,0 9.5,12A2.5,2.5 0 0,0 12,14.5A2.5,2.5 0 0,0 14.5,12A2.5,2.5 0 0,0 12,9.5M12,13A1,1 0 0,1 11,12A1,1 0 0,1 12,11A1,1 0 0,1 13,12A1,1 0 0,1 12,13M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M12,16C9.37,16 7,14.43 6,12C7.38,8.69 11.19,7.12 14.5,8.5C16.08,9.16 17.34,10.42 18,12C17,14.43 14.63,16 12,16M12,9.5A2.5,2.5 0 0,0 9.5,12A2.5,2.5 0 0,0 12,14.5A2.5,2.5 0 0,0 14.5,12A2.5,2.5 0 0,0 12,9.5M12,13A1,1 0 0,1 11,12A1,1 0 0,1 12,11A1,1 0 0,1 13,12A1,1 0 0,1 12,13Z\" /></svg></li><li title=\"eye minus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-eye-minus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 4.5A11.8 11.8 0 0 0 1 12A11.8 11.8 0 0 0 12 19.5H13.1A3.8 3.8 0 0 1 13 18.5A4.1 4.1 0 0 1 13.1 17.4H12A9.6 9.6 0 0 1 3.2 12A9.6 9.6 0 0 1 12 6.5A9.6 9.6 0 0 1 20.8 12L20.4 12.7A4.6 4.6 0 0 1 22.3 13.5A10.1 10.1 0 0 0 23 12A11.8 11.8 0 0 0 12 4.5M12 9A3 3 0 1 0 15 12A2.9 2.9 0 0 0 12 9M15 17.5V19.5H23V17.5Z\" /></svg></li><li title=\"eye minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-eye-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 4.5A11.8 11.8 0 0 0 1 12A11.8 11.8 0 0 0 12 19.5H13.1A3.8 3.8 0 0 1 13 18.5A9.9 9.9 0 0 1 13.2 16.8L12 17A5 5 0 1 1 17 12A2.8 2.8 0 0 1 16.9 12.9A5.2 5.2 0 0 1 19 12.5A5.6 5.6 0 0 1 22.3 13.5A10.1 10.1 0 0 0 23 12A11.8 11.8 0 0 0 12 4.5M12 9A3 3 0 1 0 15 12A2.9 2.9 0 0 0 12 9M15 17.5V19.5H23V17.5Z\" /></svg></li><li title=\"eye off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-eye-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,5.27L3.28,4L20,20.72L18.73,22L15.65,18.92C14.5,19.3 13.28,19.5 12,19.5C7,19.5 2.73,16.39 1,12C1.69,10.24 2.79,8.69 4.19,7.46L2,5.27M12,9A3,3 0 0,1 15,12C15,12.35 14.94,12.69 14.83,13L11,9.17C11.31,9.06 11.65,9 12,9M12,4.5C17,4.5 21.27,7.61 23,12C22.18,14.08 20.79,15.88 19,17.19L17.58,15.76C18.94,14.82 20.06,13.54 20.82,12C19.17,8.64 15.76,6.5 12,6.5C10.91,6.5 9.84,6.68 8.84,7L7.3,5.47C8.74,4.85 10.33,4.5 12,4.5M3.18,12C4.83,15.36 8.24,17.5 12,17.5C12.69,17.5 13.37,17.43 14,17.29L11.72,15C10.29,14.85 9.15,13.71 9,12.28L5.6,8.87C4.61,9.72 3.78,10.78 3.18,12Z\" /></svg></li><li title=\"eye off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-eye-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.83,9L15,12.16C15,12.11 15,12.05 15,12A3,3 0 0,0 12,9C11.94,9 11.89,9 11.83,9M7.53,9.8L9.08,11.35C9.03,11.56 9,11.77 9,12A3,3 0 0,0 12,15C12.22,15 12.44,14.97 12.65,14.92L14.2,16.47C13.53,16.8 12.79,17 12,17A5,5 0 0,1 7,12C7,11.21 7.2,10.47 7.53,9.8M2,4.27L4.28,6.55L4.73,7C3.08,8.3 1.78,10 1,12C2.73,16.39 7,19.5 12,19.5C13.55,19.5 15.03,19.2 16.38,18.66L16.81,19.08L19.73,22L21,20.73L3.27,3M12,7A5,5 0 0,1 17,12C17,12.64 16.87,13.26 16.64,13.82L19.57,16.75C21.07,15.5 22.27,13.86 23,12C21.27,7.61 17,4.5 12,4.5C10.6,4.5 9.26,4.75 8,5.2L10.17,7.35C10.74,7.13 11.35,7 12,7Z\" /></svg></li><li title=\"eye outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-eye-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,9A3,3 0 0,1 15,12A3,3 0 0,1 12,15A3,3 0 0,1 9,12A3,3 0 0,1 12,9M12,4.5C17,4.5 21.27,7.61 23,12C21.27,16.39 17,19.5 12,19.5C7,19.5 2.73,16.39 1,12C2.73,7.61 7,4.5 12,4.5M3.18,12C4.83,15.36 8.24,17.5 12,17.5C15.76,17.5 19.17,15.36 20.82,12C19.17,8.64 15.76,6.5 12,6.5C8.24,6.5 4.83,8.64 3.18,12Z\" /></svg></li><li title=\"eye plus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-eye-plus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,4.5C7,4.5 2.73,7.61 1,12C2.73,16.39 7,19.5 12,19.5C12.36,19.5 12.72,19.5 13.08,19.45C13.03,19.13 13,18.82 13,18.5C13,18.14 13.04,17.78 13.1,17.42C12.74,17.46 12.37,17.5 12,17.5C8.24,17.5 4.83,15.36 3.18,12C4.83,8.64 8.24,6.5 12,6.5C15.76,6.5 19.17,8.64 20.82,12C20.7,12.24 20.56,12.45 20.43,12.68C21.09,12.84 21.72,13.11 22.29,13.5C22.56,13 22.8,12.5 23,12C21.27,7.61 17,4.5 12,4.5M12,9A3,3 0 0,0 9,12A3,3 0 0,0 12,15A3,3 0 0,0 15,12A3,3 0 0,0 12,9M18,14.5V17.5H15V19.5H18V22.5H20V19.5H23V17.5H20V14.5H18Z\" /></svg></li><li title=\"eye plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-eye-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,4.5C7,4.5 2.73,7.61 1,12C2.73,16.39 7,19.5 12,19.5C12.36,19.5 12.72,19.5 13.08,19.45C13.03,19.13 13,18.82 13,18.5C13,17.94 13.08,17.38 13.24,16.84C12.83,16.94 12.42,17 12,17A5,5 0 0,1 7,12A5,5 0 0,1 12,7A5,5 0 0,1 17,12C17,12.29 16.97,12.59 16.92,12.88C17.58,12.63 18.29,12.5 19,12.5C20.17,12.5 21.31,12.84 22.29,13.5C22.56,13 22.8,12.5 23,12C21.27,7.61 17,4.5 12,4.5M12,9A3,3 0 0,0 9,12A3,3 0 0,0 12,15A3,3 0 0,0 15,12A3,3 0 0,0 12,9M18,14.5V17.5H15V19.5H18V22.5H20V19.5H23V17.5H20V14.5H18Z\" /></svg></li><li title=\"eye refresh outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-eye-refresh-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 9C13.7 9 15 10.3 15 12S13.7 15 12 15 9 13.7 9 12 10.3 9 12 9M18 18.5L19.8 16.7C19.3 16.3 18.7 16 18 16C16.6 16 15.5 17.1 15.5 18.5S16.6 21 18 21C18.8 21 19.5 20.6 20 20H21.7C21.1 21.5 19.7 22.5 18 22.5C15.8 22.5 14 20.7 14 18.5S15.8 14.5 18 14.5C19.1 14.5 20.1 14.9 20.8 15.7L22 14.5V18.5H18M12 18.5C12 18.2 12 17.8 12.1 17.5H12C8.2 17.5 4.8 15.4 3.2 12C4.8 8.6 8.2 6.5 12 6.5S19.2 8.6 20.8 12C20.7 12.1 20.7 12.2 20.6 12.4C21.2 12.6 21.8 12.9 22.4 13.3C22.6 12.9 22.8 12.4 23 12C21.3 7.6 17 4.5 12 4.5S2.7 7.6 1 12C2.7 16.4 7 19.5 12 19.5H12.1C12 19.2 12 18.8 12 18.5Z\" /></svg></li><li title=\"eye refresh \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-eye-refresh\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 9C10.3 9 9 10.3 9 12S10.3 15 12 15 15 13.7 15 12 13.7 9 12 9M18 18.5L19.8 16.7C19.3 16.3 18.7 16 18 16C16.6 16 15.5 17.1 15.5 18.5S16.6 21 18 21C18.8 21 19.5 20.6 20 20H21.7C21.1 21.5 19.7 22.5 18 22.5C15.8 22.5 14 20.7 14 18.5S15.8 14.5 18 14.5C19.1 14.5 20.1 14.9 20.8 15.7L22 14.5V18.5H18M12.1 19.5C12.1 19.5 12 19.5 12.1 19.5C7 19.5 2.7 16.4 1 12C2.7 7.6 7 4.5 12 4.5S21.3 7.6 23 12C22.8 12.4 22.6 12.9 22.4 13.3C21.3 12.5 20 12 18.5 12C18 12 17.5 12.1 17 12.2V12C17 9.2 14.8 7 12 7S7 9.2 7 12 9.2 17 12 17H12.2C12.1 17.5 12 18 12 18.5C12 18.8 12 19.2 12.1 19.5Z\" /></svg></li><li title=\"eye remove outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-eye-remove-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.54 16.88L20.41 19L22.54 21.12L21.12 22.54L19 20.41L16.88 22.54L15.47 21.12L17.59 19L15.47 16.88L16.88 15.47L19 17.59L21.12 15.47L22.54 16.88M12 9C10.34 9 9 10.34 9 12S10.34 15 12 15 15 13.66 15 12 13.66 9 12 9M12 17.5C8.24 17.5 4.83 15.36 3.18 12C4.83 8.64 8.24 6.5 12 6.5S19.17 8.64 20.82 12C20.63 12.39 20.41 12.77 20.17 13.13C20.85 13.26 21.5 13.5 22.07 13.85C22.43 13.27 22.74 12.65 23 12C21.27 7.61 17 4.5 12 4.5S2.73 7.61 1 12C2.73 16.39 7 19.5 12 19.5C12.35 19.5 12.69 19.5 13.03 19.45C13 19.3 13 19.15 13 19C13 18.45 13.08 17.92 13.22 17.41C12.82 17.46 12.41 17.5 12 17.5Z\" /></svg></li><li title=\"eye remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-eye-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.54 16.88L20.41 19L22.54 21.12L21.12 22.54L19 20.41L16.88 22.54L15.47 21.12L17.59 19L15.47 16.88L16.88 15.47L19 17.59L21.12 15.47L22.54 16.88M12 9C10.34 9 9 10.34 9 12S10.34 15 12 15 15 13.66 15 12 13.66 9 12 9M12 17C9.24 17 7 14.76 7 12S9.24 7 12 7 17 9.24 17 12C17 12.5 16.9 13 16.77 13.43C17.46 13.16 18.21 13 19 13C20.12 13 21.17 13.32 22.07 13.85C22.43 13.27 22.74 12.65 23 12C21.27 7.61 17 4.5 12 4.5S2.73 7.61 1 12C2.73 16.39 7 19.5 12 19.5C12.35 19.5 12.69 19.5 13.03 19.45C13 19.3 13 19.15 13 19C13 18.21 13.16 17.46 13.43 16.77C13 16.9 12.5 17 12 17Z\" /></svg></li><li title=\"eye settings outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-eye-settings-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,9A3,3 0 0,1 15,12A3,3 0 0,1 12,15A3,3 0 0,1 9,12A3,3 0 0,1 12,9M12,4.5C16.86,4.5 21.22,7.5 23,12C20.61,18.08 13.75,21.06 7.67,18.67C4.62,17.47 2.2,15.06 1,12C2.78,7.5 7.14,4.5 12,4.5M3.18,12C5.56,16.87 11.45,18.89 16.32,16.5C18.28,15.54 19.86,13.96 20.82,12C18.44,7.13 12.55,5.11 7.68,7.5C5.72,8.46 4.14,10.04 3.18,12M9,22H7V24H9V22M13,22H11V24H13V22M17,22H15V24H17V22Z\" /></svg></li><li title=\"eye settings \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-eye-settings\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,9A3,3 0 0,0 9,12A3,3 0 0,0 12,15A3,3 0 0,0 15,12A3,3 0 0,0 12,9M12,17A5,5 0 0,1 7,12A5,5 0 0,1 12,7A5,5 0 0,1 17,12A5,5 0 0,1 12,17M12,4.5C7.14,4.5 2.78,7.5 1,12C3.39,18.08 10.25,21.06 16.33,18.67C19.38,17.47 21.8,15.06 23,12C21.22,7.5 16.86,4.5 12,4.5M7,22H9V24H7V22M11,22H13V24H11V22M15,22H17V24H15V22Z\" /></svg></li><li title=\"eye \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-eye\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,9A3,3 0 0,0 9,12A3,3 0 0,0 12,15A3,3 0 0,0 15,12A3,3 0 0,0 12,9M12,17A5,5 0 0,1 7,12A5,5 0 0,1 12,7A5,5 0 0,1 17,12A5,5 0 0,1 12,17M12,4.5C7,4.5 2.73,7.61 1,12C2.73,16.39 7,19.5 12,19.5C17,19.5 21.27,16.39 23,12C21.27,7.61 17,4.5 12,4.5Z\" /></svg></li><li title=\"eyedropper minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-eyedropper-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.35 11.72L17.22 13.85L15.81 12.43L8.1 20.14L3.5 22L2 20.5L3.86 15.9L11.57 8.19L10.15 6.78L12.28 4.65L19.35 11.72M16.76 3C17.93 1.83 19.83 1.83 21 3S22.17 6.07 21 7.24L19.08 9.16L14.84 4.92L16.76 3M5.56 17.03L4.5 19.5L6.97 18.44L14.4 11L13 9.6L5.56 17.03M9 4V6H1V4H9Z\" /></svg></li><li title=\"eyedropper off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-eyedropper-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 7.24L19.08 9.16L14.84 4.92L16.76 3C17.93 1.83 19.83 1.83 21 3S22.17 6.07 21 7.24M10.94 8.82L12.36 10.24L13 9.6L14.4 11L13.76 11.64L15.18 13.06L15.81 12.43L17.22 13.85L19.35 11.72L12.28 4.65L10.15 6.78L11.57 8.19L10.94 8.82M19.86 20.29L18.58 21.57L12.63 15.61L8.1 20.14L3.5 22L2 20.5L3.86 15.9L8.39 11.37L1.86 4.85L3.14 3.57L19.86 20.29M11.21 14.2L9.81 12.79L5.56 17.03L4.5 19.5L6.97 18.44L11.21 14.2Z\" /></svg></li><li title=\"eyedropper plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-eyedropper-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.35 11.72L17.22 13.85L15.81 12.43L8.1 20.14L3.5 22L2 20.5L3.86 15.9L11.57 8.19L10.15 6.78L12.28 4.65L19.35 11.72M16.76 3C17.93 1.83 19.83 1.83 21 3S22.17 6.07 21 7.24L19.08 9.16L14.84 4.92L16.76 3M5.56 17.03L4.5 19.5L6.97 18.44L14.4 11L13 9.6L5.56 17.03M6 1V4H9V6H6V9H4V6H1V4H4V1H6Z\" /></svg></li><li title=\"eyedropper remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-eyedropper-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.35 11.72L17.22 13.85L15.81 12.43L8.1 20.14L3.5 22L2 20.5L3.86 15.9L11.57 8.19L10.15 6.78L12.28 4.65L19.35 11.72M16.76 3C17.93 1.83 19.83 1.83 21 3S22.17 6.07 21 7.24L19.08 9.16L14.84 4.92L16.76 3M5.56 17.03L4.5 19.5L6.97 18.44L14.4 11L13 9.6L5.56 17.03M8.54 2.88L6.41 5L8.54 7.12L7.12 8.54L5 6.41L2.88 8.54L1.46 7.12L3.59 5L1.46 2.88L2.88 1.47L5 3.59L7.12 1.47L8.54 2.88Z\" /></svg></li><li title=\"eyedropper variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-eyedropper-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6.92,19L5,17.08L13.06,9L15,10.94M20.71,5.63L18.37,3.29C18,2.9 17.35,2.9 16.96,3.29L13.84,6.41L11.91,4.5L10.5,5.91L11.92,7.33L3,16.25V21H7.75L16.67,12.08L18.09,13.5L19.5,12.09L17.58,10.17L20.7,7.05C21.1,6.65 21.1,6 20.71,5.63Z\" /></svg></li><li title=\"eyedropper \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-eyedropper\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.35,11.72L17.22,13.85L15.81,12.43L8.1,20.14L3.5,22L2,20.5L3.86,15.9L11.57,8.19L10.15,6.78L12.28,4.65L19.35,11.72M16.76,3C17.93,1.83 19.83,1.83 21,3C22.17,4.17 22.17,6.07 21,7.24L19.08,9.16L14.84,4.92L16.76,3M5.56,17.03L4.5,19.5L6.97,18.44L14.4,11L13,9.6L5.56,17.03Z\" /></svg></li><li title=\"face agent \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-face-agent\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.72,14.76C19.07,13.91 19.26,13 19.26,12C19.26,11.28 19.15,10.59 18.96,9.95C18.31,10.1 17.63,10.18 16.92,10.18C13.86,10.18 11.15,8.67 9.5,6.34C8.61,8.5 6.91,10.26 4.77,11.22C4.73,11.47 4.73,11.74 4.73,12A7.27,7.27 0 0,0 12,19.27C13.05,19.27 14.06,19.04 14.97,18.63C15.54,19.72 15.8,20.26 15.78,20.26C14.14,20.81 12.87,21.08 12,21.08C9.58,21.08 7.27,20.13 5.57,18.42C4.53,17.38 3.76,16.11 3.33,14.73H2V10.18H3.09C3.93,6.04 7.6,2.92 12,2.92C14.4,2.92 16.71,3.87 18.42,5.58C19.69,6.84 20.54,8.45 20.89,10.18H22V14.67H22V14.69L22,14.73H21.94L18.38,18L13.08,17.4V15.73H17.91L18.72,14.76M9.27,11.77C9.57,11.77 9.86,11.89 10.07,12.11C10.28,12.32 10.4,12.61 10.4,12.91C10.4,13.21 10.28,13.5 10.07,13.71C9.86,13.92 9.57,14.04 9.27,14.04C8.64,14.04 8.13,13.54 8.13,12.91C8.13,12.28 8.64,11.77 9.27,11.77M14.72,11.77C15.35,11.77 15.85,12.28 15.85,12.91C15.85,13.54 15.35,14.04 14.72,14.04C14.09,14.04 13.58,13.54 13.58,12.91A1.14,1.14 0 0,1 14.72,11.77Z\" /></svg></li><li title=\"face man outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-face-man-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10.25,13A1.25,1.25 0 0,1 9,14.25A1.25,1.25 0 0,1 7.75,13A1.25,1.25 0 0,1 9,11.75A1.25,1.25 0 0,1 10.25,13M15,11.75A1.25,1.25 0 0,0 13.75,13A1.25,1.25 0 0,0 15,14.25A1.25,1.25 0 0,0 16.25,13A1.25,1.25 0 0,0 15,11.75M22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2A10,10 0 0,1 22,12M10.66,4.12C12.06,6.44 14.6,8 17.5,8C17.96,8 18.41,7.95 18.84,7.88C17.44,5.56 14.9,4 12,4C11.54,4 11.09,4.05 10.66,4.12M4.42,9.47C6.13,8.5 7.45,6.92 8.08,5.03C6.37,6 5.05,7.58 4.42,9.47M20,12C20,11.22 19.88,10.47 19.67,9.76C18.97,9.91 18.25,10 17.5,10C14.37,10 11.58,8.56 9.74,6.31C8.69,8.87 6.6,10.88 4,11.86C4,11.9 4,11.95 4,12C4,16.41 7.59,20 12,20C16.41,20 20,16.41 20,12Z\" /></svg></li><li title=\"face man profile \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-face-man-profile\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M12,8.39C13.57,9.4 15.42,10 17.42,10C18.2,10 18.95,9.91 19.67,9.74C19.88,10.45 20,11.21 20,12C20,16.41 16.41,20 12,20C9,20 6.39,18.34 5,15.89L6.75,14V13A1.25,1.25 0 0,1 8,11.75A1.25,1.25 0 0,1 9.25,13V14H12M16,11.75A1.25,1.25 0 0,0 14.75,13A1.25,1.25 0 0,0 16,14.25A1.25,1.25 0 0,0 17.25,13A1.25,1.25 0 0,0 16,11.75Z\" /></svg></li><li title=\"face man shimmer outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-face-man-shimmer-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.5 1L18.41 3.41L16 4.5L18.41 5.59L19.5 8L20.6 5.59L23 4.5L20.6 3.41L19.5 1M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12C22 10.53 21.67 9.13 21.1 7.87L19.86 10.57C19.95 11.04 20 11.5 20 12C20 16.43 16.43 20 12 20C7.57 20 4 16.43 4 12C4 11.95 4 11.91 4 11.86A10 10 0 0 0 9.74 6.31C11.61 8.61 14.44 10 17.5 10C17.94 10 18.39 9.97 18.83 9.91L17.96 8C17.81 8 17.65 8 17.5 8C14.68 8 12.1 6.5 10.66 4.12C11.1 4.05 11.54 4 12 4C12.5 4 12.96 4.05 13.42 4.13L16.13 2.91C14.87 2.33 13.47 2 12 2M8.09 5A8 8 0 0 1 4.41 9.5C5.04 7.57 6.37 6 8.09 5M9 11.75A1.25 1.25 0 0 0 7.75 13A1.25 1.25 0 0 0 9 14.25A1.25 1.25 0 0 0 10.25 13A1.25 1.25 0 0 0 9 11.75M15 11.75A1.25 1.25 0 0 0 13.75 13A1.25 1.25 0 0 0 15 14.25A1.25 1.25 0 0 0 16.25 13A1.25 1.25 0 0 0 15 11.75Z\" /></svg></li><li title=\"face man shimmer \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-face-man-shimmer\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.41 3.41L16 4.5L18.41 5.59L19.5 8L20.6 5.59L23 4.5L20.6 3.41L19.5 1M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12C22 10.53 21.67 9.13 21.1 7.87L19.86 10.59C19.94 11.05 20 11.5 20 12C20 16.43 16.43 20 12 20C7.57 20 4 16.43 4 12C4 11.96 4 11.91 4 11.87A10 10 0 0 0 9.74 6.31A10 10 0 0 0 17.5 10A10 10 0 0 0 18.83 9.91L17.35 6.65L12.6 4.5L16.13 2.9C14.87 2.33 13.47 2 12 2M9 11.75A1.25 1.25 0 0 0 7.75 13A1.25 1.25 0 0 0 9 14.25A1.25 1.25 0 0 0 10.25 13A1.25 1.25 0 0 0 9 11.75M15 11.75A1.25 1.25 0 0 0 13.75 13A1.25 1.25 0 0 0 15 14.25A1.25 1.25 0 0 0 16.25 13A1.25 1.25 0 0 0 15 11.75Z\" /></svg></li><li title=\"face man \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-face-man\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,11.75A1.25,1.25 0 0,0 7.75,13A1.25,1.25 0 0,0 9,14.25A1.25,1.25 0 0,0 10.25,13A1.25,1.25 0 0,0 9,11.75M15,11.75A1.25,1.25 0 0,0 13.75,13A1.25,1.25 0 0,0 15,14.25A1.25,1.25 0 0,0 16.25,13A1.25,1.25 0 0,0 15,11.75M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M12,20C7.59,20 4,16.41 4,12C4,11.71 4,11.42 4.05,11.14C6.41,10.09 8.28,8.16 9.26,5.77C11.07,8.33 14.05,10 17.42,10C18.2,10 18.95,9.91 19.67,9.74C19.88,10.45 20,11.21 20,12C20,16.41 16.41,20 12,20Z\" /></svg></li><li title=\"face mask outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-face-mask-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15 12L12.4 11.3C12.1 11.2 11.8 11.2 11.6 11.3L9 12V11L11.3 10.3C11.7 10.2 12.2 10.2 12.7 10.3L15 11V12M20.25 6C18.79 6 17.61 7.14 17.5 8.58L12.55 7.16C12.37 7.11 12.19 7.08 12 7.08C11.82 7.08 11.63 7.11 11.45 7.16L6.5 8.58C6.39 7.14 5.21 6 3.75 6C2.23 6 1 7.23 1 8.75V12.25C1 13.77 2.23 15 3.75 15H5.68C6.81 17.36 9.21 19 12 19S17.19 17.36 18.32 15H20.25C21.77 15 23 13.77 23 12.25V8.75C23 7.23 21.77 6 20.25 6M5 13.5H3.75C3.06 13.5 2.5 12.94 2.5 12.25V8.75C2.5 8.06 3.06 7.5 3.75 7.5S5 8.06 5 8.75V13.5M17 12C17 14.76 14.76 17 12 17S7 14.76 7 12L7 10.5L12 9.08H12L17 10.5V12M21.5 12.25C21.5 12.94 20.94 13.5 20.25 13.5H19V8.75C19 8.06 19.56 7.5 20.25 7.5S21.5 8.06 21.5 8.75V12.25Z\" /></svg></li><li title=\"face mask \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-face-mask\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.25 6C18.79 6 17.61 7.14 17.5 8.58L12.55 7.16C12.19 7.05 11.81 7.05 11.45 7.16L6.5 8.58C6.39 7.14 5.21 6 3.75 6C2.23 6 1 7.23 1 8.75V12.25C1 13.77 2.23 15 3.75 15H5.68C6.81 17.36 9.21 19 12 19S17.19 17.36 18.32 15H20.25C21.77 15 23 13.77 23 12.25V8.75C23 7.23 21.77 6 20.25 6M5 13.5H3.75C3.06 13.5 2.5 12.94 2.5 12.25V8.75C2.5 8.06 3.06 7.5 3.75 7.5S5 8.06 5 8.75V13.5M15 12L12.4 11.3C12.1 11.2 11.8 11.2 11.6 11.3L9 12V11L11.3 10.3C11.7 10.2 12.2 10.2 12.7 10.3L15 11V12M21.5 12.25C21.5 12.94 20.94 13.5 20.25 13.5H19V8.75C19 8.06 19.56 7.5 20.25 7.5S21.5 8.06 21.5 8.75V12.25Z\" /></svg></li><li title=\"face recognition \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-face-recognition\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,11.75A1.25,1.25 0 0,0 7.75,13A1.25,1.25 0 0,0 9,14.25A1.25,1.25 0 0,0 10.25,13A1.25,1.25 0 0,0 9,11.75M15,11.75A1.25,1.25 0 0,0 13.75,13A1.25,1.25 0 0,0 15,14.25A1.25,1.25 0 0,0 16.25,13A1.25,1.25 0 0,0 15,11.75M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M12,20A8,8 0 0,1 4,12C3.97,11.71 3.97,11.43 4,11.14C6.38,10.1 8.27,8.17 9.26,5.77C11.13,8.42 14.17,10 17.42,10C18.18,10 18.93,9.91 19.67,9.74C20.92,14 18.5,18.43 14.26,19.67C13.5,19.89 12.76,20 12,20M0,2A2,2 0 0,1 2,0H6V2H2V6H0V2M24,22A2,2 0 0,1 22,24H18V22H22V18H24V22M2,24A2,2 0 0,1 0,22V18H2V22H6V24H2M22,0A2,2 0 0,1 24,2V6H22V2H18V0H22Z\" /></svg></li><li title=\"face woman outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-face-woman-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2C6.5 2 2 6.5 2 12V22H22V12C22 6.5 17.5 2 12 2M12 4C14.9 4 17.44 5.56 18.84 7.88C18.41 7.95 17.96 8 17.5 8C14.6 8 12.06 6.44 10.66 4.12C11.09 4.05 11.54 4 12 4M8.08 5.03C7.45 6.92 6.13 8.5 4.42 9.47C5.05 7.58 6.37 6 8.08 5.03M4 11.86C6.6 10.88 8.69 8.87 9.74 6.31C11.58 8.56 14.37 10 17.5 10C18.25 10 18.97 9.91 19.67 9.76C19.88 10.47 20 11.22 20 12C20 16.41 16.41 20 12 20S4 16.41 4 12V11.86M4 20V18C4.57 18.75 5.25 19.43 6 20H4M20 20H18C18.75 19.43 19.43 18.75 20 18V20M13.75 13C13.75 12.31 14.31 11.75 15 11.75S16.25 12.31 16.25 13 15.69 14.25 15 14.25 13.75 13.69 13.75 13M7.75 13C7.75 12.31 8.31 11.75 9 11.75S10.25 12.31 10.25 13 9.69 14.25 9 14.25 7.75 13.69 7.75 13Z\" /></svg></li><li title=\"face woman profile \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-face-woman-profile\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17.25 13C17.25 13.69 16.69 14.25 16 14.25S14.75 13.69 14.75 13 15.31 11.75 16 11.75 17.25 12.31 17.25 13M22 12C22 17.5 17.5 22 12 22H2V12C2 6.5 6.5 2 12 2S22 6.5 22 12M7 18C8.41 19.23 10 20 12 20C16.41 20 20 16.41 20 12C20 11.21 19.88 10.45 19.67 9.74C18.95 9.91 18.2 10 17.42 10C15.42 10 13.57 9.4 12 8.39C12 8.39 10.54 13.76 8.03 13C7.37 12.8 7 13.31 7 14\" /></svg></li><li title=\"face woman shimmer outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-face-woman-shimmer-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.5 1L18.41 3.41L16 4.5L18.41 5.59L19.5 8L20.6 5.59L23 4.5L20.6 3.41M12 2C6.5 2 2 6.5 2 12V22H22V12C22 10.53 21.67 9.13 21.1 7.87L19.86 10.57C19.95 11.04 20 11.5 20 12C20 16.43 16.43 20 12 20C7.57 20 4 16.43 4 12C4 11.95 4 11.91 4 11.86C6.61 10.89 8.69 8.88 9.74 6.31C11.61 8.61 14.44 10 17.5 10C17.94 10 18.39 9.97 18.83 9.91L17.96 8C17.81 8 17.65 8 17.5 8C14.68 8 12.1 6.5 10.66 4.12C11.1 4.05 11.54 4 12 4C12.5 4 12.96 4.05 13.42 4.13L16.13 2.91C14.87 2.33 13.47 2 12 2M8.09 5C7.46 6.91 6.15 8.5 4.41 9.5C5.04 7.57 6.37 6 8.09 5M9 11.75C8.31 11.75 7.75 12.31 7.75 13C7.75 13.69 8.31 14.25 9 14.25C9.69 14.25 10.25 13.69 10.25 13C10.25 12.31 9.69 11.75 9 11.75M15 11.75C14.31 11.75 13.75 12.31 13.75 13C13.75 13.69 14.31 14.25 15 14.25C15.69 14.25 16.25 13.69 16.25 13C16.25 12.31 15.69 11.75 15 11.75M4 17.97C4.58 18.74 5.26 19.42 6.03 20H4M20 17.97V20H17.97C18.74 19.42 19.42 18.74 20 17.97Z\" /></svg></li><li title=\"face woman shimmer \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-face-woman-shimmer\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.5 1L18.41 3.41L16 4.5L18.41 5.59L19.5 8L20.6 5.59L23 4.5L20.6 3.41L19.5 1M12 2C6.5 2 2 6.5 2 12V22H22V12C22 10.53 21.67 9.13 21.1 7.87L19.86 10.59C19.94 11.05 20 11.5 20 12C20 16.43 16.43 20 12 20C7.57 20 4 16.43 4 12C4 11.96 4 11.91 4 11.87A10 10 0 0 0 9.74 6.31A10 10 0 0 0 17.5 10A10 10 0 0 0 18.83 9.91L17.35 6.65L12.6 4.5L16.13 2.9C14.87 2.33 13.47 2 12 2M9 11.75A1.25 1.25 0 0 0 7.75 13A1.25 1.25 0 0 0 9 14.25A1.25 1.25 0 0 0 10.25 13A1.25 1.25 0 0 0 9 11.75M15 11.75A1.25 1.25 0 0 0 13.75 13A1.25 1.25 0 0 0 15 14.25A1.25 1.25 0 0 0 16.25 13A1.25 1.25 0 0 0 15 11.75Z\" /></svg></li><li title=\"face woman \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-face-woman\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.75 13C13.75 12.31 14.31 11.75 15 11.75S16.25 12.31 16.25 13 15.69 14.25 15 14.25 13.75 13.69 13.75 13M22 12V22H2V12C2 6.5 6.5 2 12 2S22 6.5 22 12M4 12C4 16.41 7.59 20 12 20S20 16.41 20 12C20 11.21 19.88 10.45 19.67 9.74C18.95 9.91 18.2 10 17.42 10C14.05 10 11.07 8.33 9.26 5.77C8.28 8.16 6.41 10.09 4.05 11.14C4 11.42 4 11.71 4 12M9 14.25C9.69 14.25 10.25 13.69 10.25 13S9.69 11.75 9 11.75 7.75 12.31 7.75 13 8.31 14.25 9 14.25Z\" /></svg></li><li title=\"facebook gaming \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-facebook-gaming\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9.5 14.5V9.5H21V21H15.5V14.5H9.5M3 3H21L21 8.5H8.5V15.5H14.5V21H3V3Z\" /></svg></li><li title=\"facebook messenger \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-facebook-messenger\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2C6.36,2 2,6.13 2,11.7C2,14.61 3.19,17.14 5.14,18.87C5.3,19 5.4,19.22 5.41,19.44L5.46,21.22C5.5,21.79 6.07,22.16 6.59,21.93L8.57,21.06C8.74,21 8.93,20.97 9.1,21C10,21.27 11,21.4 12,21.4C17.64,21.4 22,17.27 22,11.7C22,6.13 17.64,2 12,2M18,9.46L15.07,14.13C14.6,14.86 13.6,15.05 12.9,14.5L10.56,12.77C10.35,12.61 10.05,12.61 9.84,12.77L6.68,15.17C6.26,15.5 5.71,15 6,14.54L8.93,9.87C9.4,9.14 10.4,8.95 11.1,9.47L13.44,11.23C13.66,11.39 13.95,11.39 14.16,11.23L17.32,8.83C17.74,8.5 18.29,9 18,9.46Z\" /></svg></li><li title=\"facebook workplace \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-facebook-workplace\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.69,16.12C19.42,16.43 18.95,16.92 18.19,16.92C17.13,16.92 16.78,16.15 16.46,15.34L14.86,11.41L13.26,15.34C13,16 12.7,16.92 11.53,16.92C10.36,16.92 10.07,16 9.79,15.34L7.11,8.72H9.37L11.53,14.17L13.14,10.2C13.39,9.57 13.69,8.62 14.86,8.62C16,8.62 16.32,9.57 16.58,10.2L18.33,14.5C19.22,13.14 19.6,11.5 19.38,9.89C19.16,8.28 18.37,6.8 17.14,5.73C15.92,4.66 14.34,4.06 12.72,4.06C11.03,4.05 9.39,4.58 8,5.56C6.66,6.55 5.64,7.94 5.12,9.54C4.6,11.14 4.6,12.87 5.12,14.47C5.64,16.07 6.66,17.46 8.03,18.44C9.4,19.43 11.04,19.95 12.72,19.94C13.45,19.94 14.17,19.84 14.87,19.64V21.75C14.16,21.91 13.44,22 12.72,22C10.61,22 8.54,21.34 6.82,20.1C5.1,18.86 3.82,17.11 3.17,15.1C2.5,13.09 2.5,10.92 3.16,8.9C3.82,6.89 5.1,5.14 6.82,3.9C8.53,2.66 10.6,2 12.72,2C17.56,2 21.5,5.94 21.5,10.79C21.5,12.71 20.86,14.59 19.69,16.12V16.12Z\" /></svg></li><li title=\"facebook \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-facebook\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2.04C6.5 2.04 2 6.53 2 12.06C2 17.06 5.66 21.21 10.44 21.96V14.96H7.9V12.06H10.44V9.85C10.44 7.34 11.93 5.96 14.22 5.96C15.31 5.96 16.45 6.15 16.45 6.15V8.62H15.19C13.95 8.62 13.56 9.39 13.56 10.18V12.06H16.34L15.89 14.96H13.56V21.96A10 10 0 0 0 22 12.06C22 6.53 17.5 2.04 12 2.04Z\" /></svg></li><li title=\"factory \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-factory\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,18V20H8V18H4M4,14V16H14V14H4M10,18V20H14V18H10M16,14V16H20V14H16M16,18V20H20V18H16M2,22V8L7,12V8L12,12V8L17,12L18,2H21L22,12V22H2Z\" /></svg></li><li title=\"family tree \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-family-tree\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 1A2.5 2.5 0 0 0 9.5 3.5A2.5 2.5 0 0 0 11 5.79V7H7A2 2 0 0 0 5 9V9.71A2.5 2.5 0 0 0 3.5 12A2.5 2.5 0 0 0 5 14.29V15H4A2 2 0 0 0 2 17V18.21A2.5 2.5 0 0 0 .5 20.5A2.5 2.5 0 0 0 3 23A2.5 2.5 0 0 0 5.5 20.5A2.5 2.5 0 0 0 4 18.21V17H8V18.21A2.5 2.5 0 0 0 6.5 20.5A2.5 2.5 0 0 0 9 23A2.5 2.5 0 0 0 11.5 20.5A2.5 2.5 0 0 0 10 18.21V17A2 2 0 0 0 8 15H7V14.29A2.5 2.5 0 0 0 8.5 12A2.5 2.5 0 0 0 7 9.71V9H17V9.71A2.5 2.5 0 0 0 15.5 12A2.5 2.5 0 0 0 17 14.29V15H16A2 2 0 0 0 14 17V18.21A2.5 2.5 0 0 0 12.5 20.5A2.5 2.5 0 0 0 15 23A2.5 2.5 0 0 0 17.5 20.5A2.5 2.5 0 0 0 16 18.21V17H20V18.21A2.5 2.5 0 0 0 18.5 20.5A2.5 2.5 0 0 0 21 23A2.5 2.5 0 0 0 23.5 20.5A2.5 2.5 0 0 0 22 18.21V17A2 2 0 0 0 20 15H19V14.29A2.5 2.5 0 0 0 20.5 12A2.5 2.5 0 0 0 19 9.71V9A2 2 0 0 0 17 7H13V5.79A2.5 2.5 0 0 0 14.5 3.5A2.5 2.5 0 0 0 12 1M12 2.5A1 1 0 0 1 13 3.5A1 1 0 0 1 12 4.5A1 1 0 0 1 11 3.5A1 1 0 0 1 12 2.5M6 11A1 1 0 0 1 7 12A1 1 0 0 1 6 13A1 1 0 0 1 5 12A1 1 0 0 1 6 11M18 11A1 1 0 0 1 19 12A1 1 0 0 1 18 13A1 1 0 0 1 17 12A1 1 0 0 1 18 11M3 19.5A1 1 0 0 1 4 20.5A1 1 0 0 1 3 21.5A1 1 0 0 1 2 20.5A1 1 0 0 1 3 19.5M9 19.5A1 1 0 0 1 10 20.5A1 1 0 0 1 9 21.5A1 1 0 0 1 8 20.5A1 1 0 0 1 9 19.5M15 19.5A1 1 0 0 1 16 20.5A1 1 0 0 1 15 21.5A1 1 0 0 1 14 20.5A1 1 0 0 1 15 19.5M21 19.5A1 1 0 0 1 22 20.5A1 1 0 0 1 21 21.5A1 1 0 0 1 20 20.5A1 1 0 0 1 21 19.5Z\" /></svg></li><li title=\"fan alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fan-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10 11C9.43 11 9 11.45 9 12S9.43 13 10 13C10.54 13 11 12.55 11 12S10.54 11 10 11M10.5 2C15 2 15.09 5.57 12.73 6.75C11.74 7.24 11.3 8.29 11.11 9.22C11.59 9.42 12 9.73 12.33 10.13C16.03 8.13 20 8.92 20 12.5C20 17 16.43 17.1 15.26 14.73C14.76 13.74 13.7 13.3 12.77 13.11C12.57 13.59 12.26 14 11.86 14.34C13.85 18.03 13.06 22 9.5 22C5 22 4.9 18.42 7.26 17.24C8.24 16.75 8.68 15.71 8.88 14.79C8.39 14.59 7.96 14.27 7.64 13.87C3.95 15.85 0 15.07 0 11.5C0 7 3.56 6.89 4.73 9.26C5.23 10.25 6.28 10.68 7.21 10.87C7.4 10.39 7.72 9.97 8.13 9.65C6.14 5.96 6.93 2 10.5 2M22 13V7H24V13H22M22 17V15H24V17H22Z\" /></svg></li><li title=\"fan auto \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fan-auto\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12.5 2C8.93 2 8.14 5.96 10.13 9.65C9.72 9.97 9.4 10.39 9.21 10.87C8.28 10.68 7.23 10.25 6.73 9.26C5.56 6.89 2 7 2 11.5C2 15.07 5.95 15.85 9.64 13.87C9.96 14.27 10.39 14.59 10.88 14.79C10.68 15.71 10.24 16.75 9.26 17.24C6.9 18.42 7 22 11.5 22C12.31 22 13 21.78 13.5 21.41C13.19 20.67 13 19.86 13 19C13 17.59 13.5 16.3 14.3 15.28C14.17 14.97 14.03 14.65 13.86 14.34C14.26 14 14.57 13.59 14.77 13.11C15.26 13.21 15.78 13.39 16.25 13.67C17.07 13.25 18 13 19 13C20.05 13 21.03 13.27 21.89 13.74C21.95 13.37 22 12.96 22 12.5C22 8.92 18.03 8.13 14.33 10.13C14 9.73 13.59 9.42 13.11 9.22C13.3 8.29 13.74 7.24 14.73 6.75C17.09 5.57 17 2 12.5 2M12 11C12.54 11 13 11.45 13 12C13 12.55 12.54 13 12 13C11.43 13 11 12.55 11 12C11 11.45 11.43 11 12 11M18 15C16.89 15 16 15.9 16 17V23H18V21H20V23H22V17C22 15.9 21.1 15 20 15M18 17H20V19H18Z\" /></svg></li><li title=\"fan chevron down \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fan-chevron-down\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 19C13 17.59 13.5 16.3 14.3 15.28C14.17 14.97 14.03 14.65 13.86 14.34C14.26 14 14.57 13.59 14.77 13.11C15.26 13.21 15.78 13.39 16.25 13.67C17.07 13.25 18 13 19 13C20.05 13 21.03 13.27 21.89 13.74C21.95 13.37 22 12.96 22 12.5C22 8.92 18.03 8.13 14.33 10.13C14 9.73 13.59 9.42 13.11 9.22C13.3 8.29 13.74 7.24 14.73 6.75C17.09 5.57 17 2 12.5 2C8.93 2 8.14 5.96 10.13 9.65C9.72 9.97 9.4 10.39 9.21 10.87C8.28 10.68 7.23 10.25 6.73 9.26C5.56 6.89 2 7 2 11.5C2 15.07 5.95 15.85 9.64 13.87C9.96 14.27 10.39 14.59 10.88 14.79C10.68 15.71 10.24 16.75 9.26 17.24C6.9 18.42 7 22 11.5 22C12.31 22 13 21.78 13.5 21.41C13.19 20.67 13 19.86 13 19M12 13C11.43 13 11 12.55 11 12S11.43 11 12 11C12.54 11 13 11.45 13 12S12.54 13 12 13M19 19.17L22.17 16L23.59 17.41L19 22L14.41 17.41L15.83 16L19 19.17\" /></svg></li><li title=\"fan chevron up \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fan-chevron-up\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 19C13 17.59 13.5 16.3 14.3 15.28C14.17 14.97 14.03 14.65 13.86 14.34C14.26 14 14.57 13.59 14.77 13.11C15.26 13.21 15.78 13.39 16.25 13.67C17.07 13.25 18 13 19 13C20.05 13 21.03 13.27 21.89 13.74C21.95 13.37 22 12.96 22 12.5C22 8.92 18.03 8.13 14.33 10.13C14 9.73 13.59 9.42 13.11 9.22C13.3 8.29 13.74 7.24 14.73 6.75C17.09 5.57 17 2 12.5 2C8.93 2 8.14 5.96 10.13 9.65C9.72 9.97 9.4 10.39 9.21 10.87C8.28 10.68 7.23 10.25 6.73 9.26C5.56 6.89 2 7 2 11.5C2 15.07 5.95 15.85 9.64 13.87C9.96 14.27 10.39 14.59 10.88 14.79C10.68 15.71 10.24 16.75 9.26 17.24C6.9 18.42 7 22 11.5 22C12.31 22 13 21.78 13.5 21.41C13.19 20.67 13 19.86 13 19M12 13C11.43 13 11 12.55 11 12S11.43 11 12 11C12.54 11 13 11.45 13 12S12.54 13 12 13M19 17.83L15.83 21L14.41 19.59L19 15L23.59 19.59L22.17 21L19 17.83\" /></svg></li><li title=\"fan minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fan-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 19C13 17.59 13.5 16.3 14.3 15.28C14.17 14.97 14.03 14.65 13.86 14.34C14.26 14 14.57 13.59 14.77 13.11C15.26 13.21 15.78 13.39 16.25 13.67C17.07 13.25 18 13 19 13C20.05 13 21.03 13.27 21.89 13.74C21.95 13.37 22 12.96 22 12.5C22 8.92 18.03 8.13 14.33 10.13C14 9.73 13.59 9.42 13.11 9.22C13.3 8.29 13.74 7.24 14.73 6.75C17.09 5.57 17 2 12.5 2C8.93 2 8.14 5.96 10.13 9.65C9.72 9.97 9.4 10.39 9.21 10.87C8.28 10.68 7.23 10.25 6.73 9.26C5.56 6.89 2 7 2 11.5C2 15.07 5.95 15.85 9.64 13.87C9.96 14.27 10.39 14.59 10.88 14.79C10.68 15.71 10.24 16.75 9.26 17.24C6.9 18.42 7 22 11.5 22C12.31 22 13 21.78 13.5 21.41C13.19 20.67 13 19.86 13 19M12 13C11.43 13 11 12.55 11 12S11.43 11 12 11C12.54 11 13 11.45 13 12S12.54 13 12 13M23 18V20H15V18H23Z\" /></svg></li><li title=\"fan off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fan-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12.5,2C9.64,2 8.57,4.55 9.29,7.47L15,13.16C15.87,13.37 16.81,13.81 17.28,14.73C18.46,17.1 22.03,17 22.03,12.5C22.03,8.92 18.05,8.13 14.35,10.13C14.03,9.73 13.61,9.42 13.13,9.22C13.32,8.29 13.76,7.24 14.75,6.75C17.11,5.57 17,2 12.5,2M3.28,4L2,5.27L4.47,7.73C3.22,7.74 2,8.87 2,11.5C2,15.07 5.96,15.85 9.65,13.87C9.97,14.27 10.4,14.59 10.89,14.79C10.69,15.71 10.25,16.75 9.27,17.24C6.91,18.42 7,22 11.5,22C13.8,22 14.94,20.36 14.94,18.21L18.73,22L20,20.72L3.28,4Z\" /></svg></li><li title=\"fan plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fan-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 19C13 17.59 13.5 16.3 14.3 15.28C14.17 14.97 14.03 14.65 13.86 14.34C14.26 14 14.57 13.59 14.77 13.11C15.26 13.21 15.78 13.39 16.25 13.67C17.07 13.25 18 13 19 13C20.05 13 21.03 13.27 21.89 13.74C21.95 13.37 22 12.96 22 12.5C22 8.92 18.03 8.13 14.33 10.13C14 9.73 13.59 9.42 13.11 9.22C13.3 8.29 13.74 7.24 14.73 6.75C17.09 5.57 17 2 12.5 2C8.93 2 8.14 5.96 10.13 9.65C9.72 9.97 9.4 10.39 9.21 10.87C8.28 10.68 7.23 10.25 6.73 9.26C5.56 6.89 2 7 2 11.5C2 15.07 5.95 15.85 9.64 13.87C9.96 14.27 10.39 14.59 10.88 14.79C10.68 15.71 10.24 16.75 9.26 17.24C6.9 18.42 7 22 11.5 22C12.31 22 13 21.78 13.5 21.41C13.19 20.67 13 19.86 13 19M12 13C11.43 13 11 12.55 11 12S11.43 11 12 11C12.54 11 13 11.45 13 12S12.54 13 12 13M20 15V18H23V20H20V23H18V20H15V18H18V15H20Z\" /></svg></li><li title=\"fan remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fan-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 19C13 17.59 13.5 16.3 14.3 15.28C14.17 14.97 14.03 14.65 13.86 14.34C14.26 14 14.57 13.59 14.77 13.11C15.26 13.21 15.78 13.39 16.25 13.67C17.07 13.25 18 13 19 13C20.05 13 21.03 13.27 21.89 13.74C21.95 13.37 22 12.96 22 12.5C22 8.92 18.03 8.13 14.33 10.13C14 9.73 13.59 9.42 13.11 9.22C13.3 8.29 13.74 7.24 14.73 6.75C17.09 5.57 17 2 12.5 2C8.93 2 8.14 5.96 10.13 9.65C9.72 9.97 9.4 10.39 9.21 10.87C8.28 10.68 7.23 10.25 6.73 9.26C5.56 6.89 2 7 2 11.5C2 15.07 5.95 15.85 9.64 13.87C9.96 14.27 10.39 14.59 10.88 14.79C10.68 15.71 10.24 16.75 9.26 17.24C6.9 18.42 7 22 11.5 22C12.31 22 13 21.78 13.5 21.41C13.19 20.67 13 19.86 13 19M12 13C11.43 13 11 12.55 11 12S11.43 11 12 11C12.54 11 13 11.45 13 12S12.54 13 12 13M22.54 16.88L20.41 19L22.54 21.12L21.12 22.54L19 20.41L16.88 22.54L15.47 21.12L17.59 19L15.47 16.88L16.88 15.47L19 17.59L21.12 15.47L22.54 16.88Z\" /></svg></li><li title=\"fan speed 1 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fan-speed-1\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 19C13 17.59 13.5 16.3 14.3 15.28C14.17 14.97 14.03 14.65 13.86 14.34C14.26 14 14.57 13.59 14.77 13.11C15.26 13.21 15.78 13.39 16.25 13.67C17.07 13.25 18 13 19 13C20.05 13 21.03 13.27 21.89 13.74C21.95 13.37 22 12.96 22 12.5C22 8.92 18.03 8.13 14.33 10.13C14 9.73 13.59 9.42 13.11 9.22C13.3 8.29 13.74 7.24 14.73 6.75C17.09 5.57 17 2 12.5 2C8.93 2 8.14 5.96 10.13 9.65C9.72 9.97 9.4 10.39 9.21 10.87C8.28 10.68 7.23 10.25 6.73 9.26C5.56 6.89 2 7 2 11.5C2 15.07 5.95 15.85 9.64 13.87C9.96 14.27 10.39 14.59 10.88 14.79C10.68 15.71 10.24 16.75 9.26 17.24C6.9 18.42 7 22 11.5 22C12.31 22 13 21.78 13.5 21.41C13.19 20.67 13 19.86 13 19M12 13C11.43 13 11 12.55 11 12S11.43 11 12 11C12.54 11 13 11.45 13 12S12.54 13 12 13M17 15V17H18V23H20V15H17Z\" /></svg></li><li title=\"fan speed 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fan-speed-2\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 19C13 17.59 13.5 16.3 14.3 15.28C14.17 14.97 14.03 14.65 13.86 14.34C14.26 14 14.57 13.59 14.77 13.11C15.26 13.21 15.78 13.39 16.25 13.67C17.07 13.25 18 13 19 13C20.05 13 21.03 13.27 21.89 13.74C21.95 13.37 22 12.96 22 12.5C22 8.92 18.03 8.13 14.33 10.13C14 9.73 13.59 9.42 13.11 9.22C13.3 8.29 13.74 7.24 14.73 6.75C17.09 5.57 17 2 12.5 2C8.93 2 8.14 5.96 10.13 9.65C9.72 9.97 9.4 10.39 9.21 10.87C8.28 10.68 7.23 10.25 6.73 9.26C5.56 6.89 2 7 2 11.5C2 15.07 5.95 15.85 9.64 13.87C9.96 14.27 10.39 14.59 10.88 14.79C10.68 15.71 10.24 16.75 9.26 17.24C6.9 18.42 7 22 11.5 22C12.31 22 13 21.78 13.5 21.41C13.19 20.67 13 19.86 13 19M12 13C11.43 13 11 12.55 11 12S11.43 11 12 11C12.54 11 13 11.45 13 12S12.54 13 12 13M16 15V17H19V18H18C16.9 18 16 18.9 16 20V23H21V21H18V20H19C20.11 20 21 19.11 21 18V17C21 15.9 20.11 15 19 15H16Z\" /></svg></li><li title=\"fan speed 3 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fan-speed-3\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 19C13 17.59 13.5 16.3 14.3 15.28C14.17 14.97 14.03 14.65 13.86 14.34C14.26 14 14.57 13.59 14.77 13.11C15.26 13.21 15.78 13.39 16.25 13.67C17.07 13.25 18 13 19 13C20.05 13 21.03 13.27 21.89 13.74C21.95 13.37 22 12.96 22 12.5C22 8.92 18.03 8.13 14.33 10.13C14 9.73 13.59 9.42 13.11 9.22C13.3 8.29 13.74 7.24 14.73 6.75C17.09 5.57 17 2 12.5 2C8.93 2 8.14 5.96 10.13 9.65C9.72 9.97 9.4 10.39 9.21 10.87C8.28 10.68 7.23 10.25 6.73 9.26C5.56 6.89 2 7 2 11.5C2 15.07 5.95 15.85 9.64 13.87C9.96 14.27 10.39 14.59 10.88 14.79C10.68 15.71 10.24 16.75 9.26 17.24C6.9 18.42 7 22 11.5 22C12.31 22 13 21.78 13.5 21.41C13.19 20.67 13 19.86 13 19M12 13C11.43 13 11 12.55 11 12S11.43 11 12 11C12.54 11 13 11.45 13 12S12.54 13 12 13M21 21V20.5C21 19.67 20.33 19 19.5 19C20.33 19 21 18.33 21 17.5V17C21 15.89 20.1 15 19 15H16V17H19V18H17V20H19V21H16V23H19C20.11 23 21 22.11 21 21\" /></svg></li><li title=\"fan \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fan\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,11A1,1 0 0,0 11,12A1,1 0 0,0 12,13A1,1 0 0,0 13,12A1,1 0 0,0 12,11M12.5,2C17,2 17.11,5.57 14.75,6.75C13.76,7.24 13.32,8.29 13.13,9.22C13.61,9.42 14.03,9.73 14.35,10.13C18.05,8.13 22.03,8.92 22.03,12.5C22.03,17 18.46,17.1 17.28,14.73C16.78,13.74 15.72,13.3 14.79,13.11C14.59,13.59 14.28,14 13.88,14.34C15.87,18.03 15.08,22 11.5,22C7,22 6.91,18.42 9.27,17.24C10.25,16.75 10.69,15.71 10.89,14.79C10.4,14.59 9.97,14.27 9.65,13.87C5.96,15.85 2,15.07 2,11.5C2,7 5.56,6.89 6.74,9.26C7.24,10.25 8.29,10.68 9.22,10.87C9.41,10.39 9.73,9.97 10.14,9.65C8.15,5.96 8.94,2 12.5,2Z\" /></svg></li><li title=\"fast forward 10 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fast-forward-10\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,12V22H8V14H6V12H10M18,14V20C18,21.11 17.11,22 16,22H14A2,2 0 0,1 12,20V14A2,2 0 0,1 14,12H16C17.11,12 18,12.9 18,14M14,14V20H16V14H14M11.5,3C14.15,3 16.55,4 18.4,5.6L21,3V10H14L16.62,7.38C15.23,6.22 13.46,5.5 11.5,5.5C7.96,5.5 4.95,7.81 3.9,11L1.53,10.22C2.92,6.03 6.85,3 11.5,3Z\" /></svg></li><li title=\"fast forward 15 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fast-forward-15\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.5 3C14.15 3 16.55 4 18.4 5.6L21 3V10H14L16.62 7.38C15.23 6.22 13.46 5.5 11.5 5.5C7.96 5.5 4.95 7.81 3.9 11L1.53 10.22C2.92 6.03 6.85 3 11.5 3M10 12V22H8V14H6V12H10M12 12H18V14H14V16H16C17.11 16 18 16.9 18 18V20C18 21.11 17.11 22 16 22H12V20H16V18H12V12Z\" /></svg></li><li title=\"fast forward 30 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fast-forward-30\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.5,3C6.85,3 2.92,6.03 1.53,10.22L3.9,11C4.95,7.81 7.96,5.5 11.5,5.5C13.46,5.5 15.23,6.22 16.62,7.38L14,10H21V3L18.4,5.6C16.55,4 14.15,3 11.5,3M19,14V20C19,21.11 18.11,22 17,22H15A2,2 0 0,1 13,20V14A2,2 0 0,1 15,12H17C18.11,12 19,12.9 19,14M15,14V20H17V14H15M11,20C11,21.11 10.1,22 9,22H5V20H9V18H7V16H9V14H5V12H9A2,2 0 0,1 11,14V15.5A1.5,1.5 0 0,1 9.5,17A1.5,1.5 0 0,1 11,18.5V20Z\" /></svg></li><li title=\"fast forward 5 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fast-forward-5\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.5 3C14.15 3 16.55 4 18.4 5.6L21 3V10H14L16.62 7.38C15.23 6.22 13.46 5.5 11.5 5.5C7.96 5.5 4.95 7.81 3.9 11L1.53 10.22C2.92 6.03 6.85 3 11.5 3M9 12H15V14H11V16H13C14.11 16 15 16.9 15 18V20C15 21.11 14.11 22 13 22H9V20H13V18H9V12Z\" /></svg></li><li title=\"fast forward 60 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fast-forward-60\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.5 3C6.8 3 2.9 6 1.5 10.2L3.9 11C4.9 7.8 8 5.5 11.5 5.5C13.5 5.5 15.2 6.2 16.6 7.4L14 10H21V3L18.4 5.6C16.5 4 14.1 3 11.5 3M19 14V20C19 21.1 18.1 22 17 22H15C13.9 22 13 21.1 13 20V14C13 12.9 13.9 12 15 12H17C18.1 12 19 12.9 19 14M15 14V20H17V14H15M7 12C5.9 12 5 12.9 5 14V20C5 21.1 5.9 22 7 22H9C10.1 22 11 21.1 11 20V18C11 16.9 10.1 16 9 16H7V14H11V12H7M7 18H9V20H7V18Z\" /></svg></li><li title=\"fast forward outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fast-forward-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,9.9L18,12L15,14.1V9.9M6,9.9L9,12L6,14.1V9.9M13,6V18L21.5,12L13,6M4,6V18L12.5,12L4,6Z\" /></svg></li><li title=\"fast forward \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fast-forward\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,6V18L21.5,12M4,18L12.5,12L4,6V18Z\" /></svg></li><li title=\"fax \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fax\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,6H16V8H11V6M8,9V3H19V9A3,3 0 0,1 22,12V18H19V21H8V18H7V9H8M10,5V9H17V5H10M10,15V19H17V15H10M19,11A1,1 0 0,0 18,12A1,1 0 0,0 19,13A1,1 0 0,0 20,12A1,1 0 0,0 19,11M4,9H5A1,1 0 0,1 6,10V17A1,1 0 0,1 5,18H4A2,2 0 0,1 2,16V11A2,2 0 0,1 4,9Z\" /></svg></li><li title=\"feather \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-feather\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,2C22,2 14.36,1.63 8.34,9.88C3.72,16.21 2,22 2,22L3.94,21C5.38,18.5 6.13,17.47 7.54,16C10.07,16.74 12.71,16.65 15,14C13,13.44 11.4,13.57 9.04,13.81C11.69,12 13.5,11.6 16,12L17,10C15.2,9.66 14,9.63 12.22,10.04C14.19,8.65 15.56,7.87 18,8L19.21,6.07C17.65,5.96 16.71,6.13 14.92,6.57C16.53,5.11 18,4.45 20.14,4.32C20.14,4.32 21.19,2.43 22,2Z\" /></svg></li><li title=\"feature search outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-feature-search-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.5,2C13,2 11,4 11,6.5C11,9 13,11 15.5,11C16.4,11 17.2,10.7 17.9,10.3L21,13.4L22.4,12L19.3,8.9C19.7,8.2 20,7.4 20,6.5C20,4 18,2 15.5,2M4,4A2,2 0 0,0 2,6V20A2,2 0 0,0 4,22H18A2,2 0 0,0 20,20V15L18,13V20H4V6H9.03C9.09,5.3 9.26,4.65 9.5,4H4M15.5,4C16.9,4 18,5.1 18,6.5C18,7.9 16.9,9 15.5,9C14.1,9 13,7.9 13,6.5C13,5.1 14.1,4 15.5,4Z\" /></svg></li><li title=\"feature search \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-feature-search\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,20A2,2 0 0,1 18,22H4A2,2 0 0,1 2,20V6A2,2 0 0,1 4,4H9.5C9.2,4.8 9,5.6 9,6.5C9,10.1 11.9,13 15.5,13C16.3,13 17,12.9 17.6,12.6L20,15V20M19.3,8.9C19.7,8.2 20,7.4 20,6.5C20,4 18,2 15.5,2C13,2 11,4 11,6.5C11,9 13,11 15.5,11C16.4,11 17.2,10.7 17.9,10.3L21,13.4L22.4,12L19.3,8.9M15.5,9C14.1,9 13,7.9 13,6.5C13,5.1 14.1,4 15.5,4C16.9,4 18,5.1 18,6.5C18,7.9 16.9,9 15.5,9Z\" /></svg></li><li title=\"fedora \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fedora\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2C6.5 2 2 6.47 2 12H2V19.73H2C2 21 3 22 4.27 22H12C17.53 22 22 17.5 22 12C22 6.5 17.5 2 12 2M14.03 6.12C15.71 6.12 17.29 7.4 17.29 9.18C17.29 9.34 17.29 9.5 17.27 9.69C17.22 10.16 16.79 10.5 16.32 10.44C15.85 10.37 15.53 9.92 15.62 9.46C15.62 9.4 15.63 9.32 15.63 9.18C15.63 8.17 14.81 7.78 14.03 7.78C13.25 7.78 12.55 8.44 12.55 9.18C12.56 10.03 12.55 10.88 12.55 11.74L14 11.72C15.12 11.7 15.13 13.4 14 13.39L12.55 13.4L12.54 15.79C12.36 17.67 10.77 19.16 8.85 19.16C6.82 19.16 5.14 17.5 5.14 15.46C5.2 13.37 6.88 11.72 9 11.74L10.15 11.73V13.4L9 13.41H8.97C7.81 13.44 6.82 14.23 6.81 15.47C6.81 16.59 7.72 17.5 8.85 17.5C10 17.5 10.88 16.67 10.88 15.47C10.9 13.46 10.87 11.25 10.88 9.17C10.88 9.05 10.89 8.96 10.9 8.83C11.09 7.29 12.47 6.12 14.03 6.12\" /></svg></li><li title=\"fence electric \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fence-electric\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9 9V11H7V9H5V11H3V9H1V21H3V19H5V21H7V19H9V21H11V19H13V21H15V19H17V21H19V19H21V21H23V9H21V11H19V9H17V11H15V9H13V11H11V9H9M3 13H5V17H3V13M7 13H9V17H7V13M11 13H13V17H11V13M15 13H17V17H15V13M19 13H21V17H19V13M7 4H11V2L17 5H13V7L7 4Z\" /></svg></li><li title=\"fence \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fence\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9 9V11H7V9H5V11H3V9H1V21H3V19H5V21H7V19H9V21H11V19H13V21H15V19H17V21H19V19H21V21H23V9H21V11H19V9H17V11H15V9H13V11H11V9H9M3 13H5V17H3V13M7 13H9V17H7V13M11 13H13V17H11V13M15 13H17V17H15V13M19 13H21V17H19V13Z\" /></svg></li><li title=\"fencing \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fencing\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4.5 17.42L5.58 18.5L3.28 20.78C3 21.07 2.5 21.07 2.22 20.78S1.93 20 2.22 19.72L4.5 17.42M18.29 5.42L18.29 4L12 10.29L5.71 4L5.71 5.42L11.29 11L7.5 14.81C6.32 13.97 4.68 14.07 3.63 15.12L7.88 19.37C8.93 18.32 9.03 16.68 8.2 15.5L18.29 5.42M21.78 19.72L19.5 17.42L18.42 18.5L20.72 20.78C21 21.07 21.5 21.07 21.78 20.78S22.07 20 21.78 19.72M16.5 14.81L13.42 11.71L12.71 12.42L15.81 15.5C14.97 16.68 15.07 18.32 16.12 19.37L20.37 15.12C19.32 14.07 17.68 13.97 16.5 14.81Z\" /></svg></li><li title=\"ferris wheel \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ferris-wheel\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,19C12.86,19 13.59,19.54 13.87,20.29C14.42,20.17 14.95,20 15.46,19.77L13.7,15.62C13.18,15.87 12.61,16 12,16C11.39,16 10.82,15.87 10.3,15.62L8.54,19.77C9.05,20 9.58,20.17 10.13,20.29C10.41,19.54 11.14,19 12,19M18.25,17.76C18,17.42 17.81,17 17.81,16.5C17.81,15.41 18.71,14.5 19.81,14.5L20.12,14.53C20.37,13.73 20.5,12.88 20.5,12C20.5,11.12 20.37,10.27 20.12,9.5H19.81C18.7,9.5 17.81,8.61 17.81,7.5C17.81,7 17.97,6.59 18.25,6.24C17.1,5 15.59,4.09 13.87,3.71C13.59,4.46 12.86,5 12,5C11.14,5 10.41,4.46 10.13,3.71C8.41,4.09 6.9,5 5.75,6.24C6.03,6.59 6.2,7.03 6.2,7.5C6.2,8.61 5.3,9.5 4.2,9.5H3.88C3.63,10.28 3.5,11.12 3.5,12C3.5,12.89 3.64,13.74 3.89,14.55L4.2,14.5C5.31,14.5 6.2,15.42 6.2,16.5C6.2,17 6.04,17.43 5.76,17.77C6.08,18.12 6.44,18.44 6.81,18.73L8.71,14.27C8.26,13.62 8,12.84 8,12A4,4 0 0,1 12,8A4,4 0 0,1 16,12C16,12.84 15.74,13.62 15.29,14.27L17.19,18.73C17.57,18.44 17.92,18.11 18.25,17.76M12,23C11,23 10.16,22.26 10,21.29C9.37,21.16 8.75,20.95 8.15,20.69L7.17,23H5L6.41,19.68C5.88,19.3 5.39,18.86 4.96,18.37C4.72,18.47 4.47,18.5 4.2,18.5A2,2 0 0,1 2.2,16.5C2.2,15.88 2.5,15.32 2.97,14.95C2.66,14 2.5,13.03 2.5,12C2.5,11 2.66,10 2.96,9.08C2.5,8.71 2.2,8.15 2.2,7.5C2.2,6.41 3.09,5.5 4.2,5.5C4.46,5.5 4.71,5.56 4.93,5.65C6.25,4.18 8,3.13 10,2.71C10.16,1.74 11,1 12,1C13,1 13.84,1.74 14,2.71C16,3.13 17.74,4.18 19.06,5.64C19.29,5.55 19.54,5.5 19.81,5.5A2,2 0 0,1 21.81,7.5C21.81,8.14 21.5,8.71 21.04,9.07C21.34,10 21.5,11 21.5,12C21.5,13 21.34,14 21.04,14.93C21.5,15.3 21.81,15.87 21.81,16.5C21.81,17.62 20.92,18.5 19.81,18.5C19.54,18.5 19.29,18.46 19.05,18.36C18.61,18.85 18.12,19.29 17.59,19.68L19,23H16.83L15.85,20.69C15.25,20.95 14.63,21.16 14,21.29C13.84,22.26 13,23 12,23Z\" /></svg></li><li title=\"ferry \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ferry\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,6H18V9.96L12,8L6,9.96M3.94,19H4C5.6,19 7,18.12 8,17C9,18.12 10.4,19 12,19C13.6,19 15,18.12 16,17C17,18.12 18.4,19 20,19H20.05L21.95,12.31C22.03,12.06 22,11.78 21.89,11.54C21.76,11.3 21.55,11.12 21.29,11.04L20,10.62V6C20,4.89 19.1,4 18,4H15V1H9V4H6A2,2 0 0,0 4,6V10.62L2.71,11.04C2.45,11.12 2.24,11.3 2.11,11.54C2,11.78 1.97,12.06 2.05,12.31M20,21C18.61,21 17.22,20.53 16,19.67C13.56,21.38 10.44,21.38 8,19.67C6.78,20.53 5.39,21 4,21H2V23H4C5.37,23 6.74,22.65 8,22C10.5,23.3 13.5,23.3 16,22C17.26,22.65 18.62,23 20,23H22V21H20Z\" /></svg></li><li title=\"file account outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-account-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14 2H6C4.89 2 4 2.9 4 4V20C4 21.11 4.89 22 6 22H18C19.11 22 20 21.11 20 20V8L14 2M18 20H6V4H13V9H18V20M13 13C13 14.1 12.1 15 11 15S9 14.1 9 13 9.9 11 11 11 13 11.9 13 13M15 18V19H7V18C7 16.67 9.67 16 11 16S15 16.67 15 18Z\" /></svg></li><li title=\"file account \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-account\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,9H18.5L13,3.5V9M6,2H14L20,8V20A2,2 0 0,1 18,22H6C4.89,22 4,21.1 4,20V4C4,2.89 4.89,2 6,2M14,20V19C14,17.67 11.33,17 10,17C8.67,17 6,17.67 6,19V20H14M10,12A2,2 0 0,0 8,14A2,2 0 0,0 10,16A2,2 0 0,0 12,14A2,2 0 0,0 10,12Z\" /></svg></li><li title=\"file alert outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-alert-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10 18H8V16H10V18M10 14H8V8H10V14M14 2H6C4.9 2 4 2.9 4 4V20C4 21.1 4.9 22 6 22H18C19.1 22 20 21.1 20 20V8L14 2M18 20H6V4H13V9H18V20Z\" /></svg></li><li title=\"file alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14 2H6C4.9 2 4 2.9 4 4V20C4 21.1 4.9 22 6 22H18C19.1 22 20 21.1 20 20V8L14 2M9 19H7V17H9M9 15H7V9H9M13 9V3.5L18.5 9H13Z\" /></svg></li><li title=\"file cabinet \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-cabinet\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,8H10V6H14V8M20,4V20C20,21.11 19.11,22 18,22H6C4.89,22 4,21.11 4,20V4A2,2 0 0,1 6,2H18C19.11,2 20,2.9 20,4M18,13H6V20H18V13M18,4H6V11H18V4M14,15H10V17H14V15Z\" /></svg></li><li title=\"file cad box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-cad-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5 3C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3M11.25 5.25H12.75V6.38C13.58 6.38 14.25 7.05 14.25 7.88V10.37L14.11 10.5L15.18 12.36C15.55 11.76 15.75 11.07 15.75 10.36H17.25C17.26 11.61 16.81 12.82 16 13.77L18 17.25V18.75L16.7 18L14.84 14.78C13.12 15.91 10.89 15.91 9.16 14.78L7.3 18L6 18.75V17.25L9.89 10.5L9.75 10.37V7.88C9.75 7.05 10.42 6.38 11.25 6.38M12 7.88C11.16 7.88 10.74 8.9 11.34 9.5C11.94 10.08 12.95 9.65 12.94 8.81C12.94 8.29 12.5 7.88 12 7.88M11 11.6L9.91 13.5C11.17 14.36 12.83 14.36 14.09 13.5L13 11.6C12.43 12.11 11.57 12.11 11 11.6Z\" /></svg></li><li title=\"file cad \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-cad\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6 2C4.9 2 4 2.9 4 4V20C4 21.1 4.9 22 6 22H18C19.1 22 20 21.1 20 20V8L14 2M13 3.5L18.5 9H13M9.88 9.25H11.12V10.19C11.81 10.18 12.38 10.75 12.38 11.44V13.5L12.26 13.63L13.15 15.17C13.47 14.67 13.63 14.09 13.62 13.5H14.88C14.88 14.54 14.5 15.55 13.83 16.35L15.5 19.25V20.5L14.42 19.88L12.87 17.19C12.17 17.65 11.34 17.89 10.5 17.89C9.66 17.89 8.84 17.65 8.13 17.19L6.58 19.88L5.5 20.5V19.25L8.74 13.63L8.62 13.5V11.44C8.62 10.75 9.19 10.18 9.88 10.19M10.5 11.44C9.81 11.44 9.46 12.28 9.95 12.77C10.44 13.26 11.28 12.92 11.28 12.22C11.28 11.79 10.93 11.44 10.5 11.44M9.66 14.54L8.76 16.11C9.81 16.82 11.19 16.82 12.24 16.11L11.34 14.54C10.87 15 10.13 15 9.66 14.54Z\" /></svg></li><li title=\"file cancel outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-cancel-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,2L20,8V20A2,2 0 0,1 18,22H6A2,2 0 0,1 4,20V4A2,2 0 0,1 6,2H14M18,20V9H13V4H6V20H18M11.5,10C14,10 16,12 16,14.5C16,17 14,19 11.5,19C9,19 7,17 7,14.5C7,12 9,10 11.5,10M11.5,11.5C10.94,11.5 10.42,11.65 10,11.92L14.08,16C14.35,15.58 14.5,15.06 14.5,14.5A3,3 0 0,0 11.5,11.5M8.5,14.5A3,3 0 0,0 11.5,17.5C12.06,17.5 12.58,17.35 13,17.08L8.92,13C8.65,13.42 8.5,13.94 8.5,14.5Z\" /></svg></li><li title=\"file cancel \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-cancel\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,9H18.5L13,3.5V9M6,2H14L20,8V20A2,2 0 0,1 18,22H6C4.89,22 4,21.1 4,20V4C4,2.89 4.89,2 6,2M10.5,11C8,11 6,13 6,15.5C6,18 8,20 10.5,20C13,20 15,18 15,15.5C15,13 13,11 10.5,11M10.5,12.5A3,3 0 0,1 13.5,15.5C13.5,16.06 13.35,16.58 13.08,17L9,12.92C9.42,12.65 9.94,12.5 10.5,12.5M7.5,15.5C7.5,14.94 7.65,14.42 7.92,14L12,18.08C11.58,18.35 11.06,18.5 10.5,18.5A3,3 0 0,1 7.5,15.5Z\" /></svg></li><li title=\"file certificate outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-certificate-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14 13V11L12 12L10 11V13L8 14L10 15V17L12 16L14 17V15L16 14M14 2H7A2 2 0 0 0 5 4V18A2 2 0 0 0 7 20H8V18H7V4H13V8H17V18H16V20H17A2 2 0 0 0 19 18V7M14 13V11L12 12L10 11V13L8 14L10 15V17L12 16L14 17V15L16 14M10 23L12 22L14 23V18H10M14 13V11L12 12L10 11V13L8 14L10 15V17L12 16L14 17V15L16 14Z\" /></svg></li><li title=\"file certificate \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-certificate\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14 2H7A2 2 0 0 0 5 4V18A2 2 0 0 0 7 20H10V23L12 22L14 23V20H17A2 2 0 0 0 19 18V7M14 15V17L12 16L10 17V15L8 14L10 13V11L12 12L14 11V13L16 14M13 8V3.5L17.5 8Z\" /></svg></li><li title=\"file chart check outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-chart-check-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23.5 17L18.5 22L15 18.5L16.5 17L18.5 19L22 15.5L23.5 17M6 2C4.9 2 4 2.9 4 4V20C4 21.1 4.9 22 6 22H13.8C13.4 21.4 13.2 20.7 13.1 20H6V4H13V9H18V13.1C18.3 13 18.7 13 19 13C19.3 13 19.7 13 20 13.1V8L14 2H6M11 11V19H13V11H11M7 13V19H9V13H7Z\" /></svg></li><li title=\"file chart check \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-chart-check\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23.5 17L18.5 22L15 18.5L16.5 17L18.5 19L22 15.5L23.5 17M6 2C4.9 2 4 2.9 4 4V20C4 21.1 4.9 22 6 22H13.8C13.3 21.1 13 20.1 13 19V20H11V12H13V19C13 15.7 15.7 13 19 13C19.3 13 19.7 13 20 13.1V8L14 2H6M13 3.5L18.5 9H13V3.5M7 14H9V20H7V14Z\" /></svg></li><li title=\"file chart outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-chart-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14 2H6C4.9 2 4 2.9 4 4V20C4 21.1 4.9 22 6 22H18C19.1 22 20 21.1 20 20V8L14 2M18 20H6V4H13V9H18V20M9 13V19H7V13H9M15 15V19H17V15H15M11 11V19H13V11H11Z\" /></svg></li><li title=\"file chart \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-chart\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,9H18.5L13,3.5V9M6,2H14L20,8V20A2,2 0 0,1 18,22H6C4.89,22 4,21.1 4,20V4C4,2.89 4.89,2 6,2M7,20H9V14H7V20M11,20H13V12H11V20M15,20H17V16H15V20Z\" /></svg></li><li title=\"file check outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-check-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,2L20,8V20A2,2 0 0,1 18,22H6A2,2 0 0,1 4,20V4A2,2 0 0,1 6,2H14M18,20V9H13V4H6V20H18M11.2,18.46L8.45,15.46L9.61,14.3L11.2,15.88L14.78,12.3L15.95,13.71L11.2,18.46Z\" /></svg></li><li title=\"file check \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-check\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,9H18.5L13,3.5V9M6,2H14L20,8V20A2,2 0 0,1 18,22H6C4.89,22 4,21.1 4,20V4C4,2.89 4.89,2 6,2M11.2,18.46L15.95,13.71L14.78,12.3L11.2,15.88L9.61,14.3L8.45,15.46L11.2,18.46Z\" /></svg></li><li title=\"file clock outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-clock-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 2A2 2 0 0 0 2 4V20A2 2 0 0 0 4 22H12.41A7 7 0 0 0 16 23A7 7 0 0 0 23 16A7 7 0 0 0 18 9.3V8L12 2H4M4 4H11V9H16A7 7 0 0 0 9 16A7 7 0 0 0 10.26 20H4V4M16 11A5 5 0 0 1 21 16A5 5 0 0 1 16 21A5 5 0 0 1 11 16A5 5 0 0 1 16 11M15 12V17L18.61 19.16L19.36 17.94L16.5 16.25V12H15Z\" /></svg></li><li title=\"file clock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-clock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 2C2.89 2 2 2.89 2 4V20A2 2 0 0 0 4 22H12.41A7 7 0 0 0 16 23A7 7 0 0 0 23 16A7 7 0 0 0 18 9.3V8L12 2H4M11 3.5L16.5 9H11V3.5M16 11A5 5 0 0 1 21 16A5 5 0 0 1 16 21A5 5 0 0 1 11 16A5 5 0 0 1 16 11M15 12V17L18.61 19.16L19.36 17.94L16.5 16.25V12H15Z\" /></svg></li><li title=\"file cloud outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-cloud-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14 2H6C4.89 2 4 2.9 4 4V20C4 21.11 4.89 22 6 22H18C19.11 22 20 21.11 20 20V8L14 2M18 20H6V4H13V9H18V20M17 16.92C17 18.07 16.07 19 14.92 19H9.5C8.12 19 7 17.88 7 16.5C7 15.21 8 14.15 9.23 14C9.75 13 10.79 12.33 12 12.33C13.5 12.33 14.78 13.42 15.07 14.83C16.14 14.93 17 15.82 17 16.92Z\" /></svg></li><li title=\"file cloud \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-cloud\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,9H18.5L13,3.5V9M6,2H14L20,8V20A2,2 0 0,1 18,22H6C4.89,22 4,21.1 4,20V4C4,2.89 4.89,2 6,2M15.68,15C15.34,13.3 13.82,12 12,12C10.55,12 9.3,12.82 8.68,14C7.17,14.18 6,15.45 6,17A3,3 0 0,0 9,20H15.5A2.5,2.5 0 0,0 18,17.5C18,16.18 16.97,15.11 15.68,15Z\" /></svg></li><li title=\"file code outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-code-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14 2H6C4.89 2 4 2.9 4 4V20C4 21.11 4.89 22 6 22H18C19.11 22 20 21.11 20 20V8L14 2M18 20H6V4H13V9H18V20M9.54 15.65L11.63 17.74L10.35 19L7 15.65L10.35 12.3L11.63 13.56L9.54 15.65M17 15.65L13.65 19L12.38 17.74L14.47 15.65L12.38 13.56L13.65 12.3L17 15.65Z\" /></svg></li><li title=\"file code \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-code\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,9H18.5L13,3.5V9M6,2H14L20,8V20A2,2 0 0,1 18,22H6C4.89,22 4,21.1 4,20V4C4,2.89 4.89,2 6,2M6.12,15.5L9.86,19.24L11.28,17.83L8.95,15.5L11.28,13.17L9.86,11.76L6.12,15.5M17.28,15.5L13.54,11.76L12.12,13.17L14.45,15.5L12.12,17.83L13.54,19.24L17.28,15.5Z\" /></svg></li><li title=\"file cog outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-cog-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6 2C4.89 2 4 2.9 4 4V20C4 21.11 4.89 22 6 22H12V20H6V4H13V9H18V12H20V8L14 2M18 14C17.87 14 17.76 14.09 17.74 14.21L17.55 15.53C17.25 15.66 16.96 15.82 16.7 16L15.46 15.5C15.35 15.5 15.22 15.5 15.15 15.63L14.15 17.36C14.09 17.47 14.11 17.6 14.21 17.68L15.27 18.5C15.25 18.67 15.24 18.83 15.24 19C15.24 19.17 15.25 19.33 15.27 19.5L14.21 20.32C14.12 20.4 14.09 20.53 14.15 20.64L15.15 22.37C15.21 22.5 15.34 22.5 15.46 22.5L16.7 22C16.96 22.18 17.24 22.35 17.55 22.47L17.74 23.79C17.76 23.91 17.86 24 18 24H20C20.11 24 20.22 23.91 20.24 23.79L20.43 22.47C20.73 22.34 21 22.18 21.27 22L22.5 22.5C22.63 22.5 22.76 22.5 22.83 22.37L23.83 20.64C23.89 20.53 23.86 20.4 23.77 20.32L22.7 19.5C22.72 19.33 22.74 19.17 22.74 19C22.74 18.83 22.73 18.67 22.7 18.5L23.76 17.68C23.85 17.6 23.88 17.47 23.82 17.36L22.82 15.63C22.76 15.5 22.63 15.5 22.5 15.5L21.27 16C21 15.82 20.73 15.65 20.42 15.53L20.23 14.21C20.22 14.09 20.11 14 20 14M19 17.5C19.83 17.5 20.5 18.17 20.5 19C20.5 19.83 19.83 20.5 19 20.5C18.16 20.5 17.5 19.83 17.5 19C17.5 18.17 18.17 17.5 19 17.5Z\" /></svg></li><li title=\"file cog \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-cog\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6 2C4.89 2 4 2.89 4 4V20A2 2 0 0 0 6 22H12.68A7 7 0 0 1 12 19A7 7 0 0 1 19 12A7 7 0 0 1 20 12.08V8L14 2H6M13 3.5L18.5 9H13V3.5M18 14C17.87 14 17.76 14.09 17.74 14.21L17.55 15.53C17.25 15.66 16.96 15.82 16.7 16L15.46 15.5C15.35 15.5 15.22 15.5 15.15 15.63L14.15 17.36C14.09 17.47 14.11 17.6 14.21 17.68L15.27 18.5C15.25 18.67 15.24 18.83 15.24 19C15.24 19.17 15.25 19.33 15.27 19.5L14.21 20.32C14.12 20.4 14.09 20.53 14.15 20.64L15.15 22.37C15.21 22.5 15.34 22.5 15.46 22.5L16.7 22C16.96 22.18 17.24 22.35 17.55 22.47L17.74 23.79C17.76 23.91 17.86 24 18 24H20C20.11 24 20.22 23.91 20.24 23.79L20.43 22.47C20.73 22.34 21 22.18 21.27 22L22.5 22.5C22.63 22.5 22.76 22.5 22.83 22.37L23.83 20.64C23.89 20.53 23.86 20.4 23.77 20.32L22.7 19.5C22.72 19.33 22.74 19.17 22.74 19C22.74 18.83 22.73 18.67 22.7 18.5L23.76 17.68C23.85 17.6 23.88 17.47 23.82 17.36L22.82 15.63C22.76 15.5 22.63 15.5 22.5 15.5L21.27 16C21 15.82 20.73 15.65 20.42 15.53L20.23 14.21C20.22 14.09 20.11 14 20 14H18M19 17.5C19.83 17.5 20.5 18.17 20.5 19C20.5 19.83 19.83 20.5 19 20.5C18.16 20.5 17.5 19.83 17.5 19C17.5 18.17 18.17 17.5 19 17.5Z\" /></svg></li><li title=\"file compare \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-compare\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,18H6V16H10V18M10,14H6V12H10V14M10,1V2H6C4.89,2 4,2.89 4,4V20A2,2 0 0,0 6,22H10V23H12V1H10M20,8V20C20,21.11 19.11,22 18,22H14V20H18V11H14V9H18.5L14,4.5V2L20,8M16,14H14V12H16V14M16,18H14V16H16V18Z\" /></svg></li><li title=\"file delimited outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-delimited-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14 2H6C4.9 2 4 2.9 4 4V20C4 21.1 4.9 22 6 22H18C19.1 22 20 21.1 20 20V8L14 2M18 20H6V4H13V9H18V20M10 19L12 15H9V10H15V15L13 19H10\" /></svg></li><li title=\"file delimited \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-delimited\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14 2H6C4.9 2 4 2.9 4 4V20C4 21.1 4.9 22 6 22H18C19.1 22 20 21.1 20 20V8L14 2M15 16L13 20H10L12 16H9V11H15V16M13 9V3.5L18.5 9H13Z\" /></svg></li><li title=\"file document edit outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-document-edit-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8,12H16V14H8V12M10,20H6V4H13V9H18V12.1L20,10.1V8L14,2H6A2,2 0 0,0 4,4V20A2,2 0 0,0 6,22H10V20M8,18H12.1L13,17.1V16H8V18M20.2,13C20.3,13 20.5,13.1 20.6,13.2L21.9,14.5C22.1,14.7 22.1,15.1 21.9,15.3L20.9,16.3L18.8,14.2L19.8,13.2C19.9,13.1 20,13 20.2,13M20.2,16.9L14.1,23H12V20.9L18.1,14.8L20.2,16.9Z\" /></svg></li><li title=\"file document edit \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-document-edit\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,2C4.89,2 4,2.89 4,4V20A2,2 0 0,0 6,22H10V20.09L12.09,18H6V16H14.09L16.09,14H6V12H18.09L20,10.09V8L14,2H6M13,3.5L18.5,9H13V3.5M20.15,13C20,13 19.86,13.05 19.75,13.16L18.73,14.18L20.82,16.26L21.84,15.25C22.05,15.03 22.05,14.67 21.84,14.46L20.54,13.16C20.43,13.05 20.29,13 20.15,13M18.14,14.77L12,20.92V23H14.08L20.23,16.85L18.14,14.77Z\" /></svg></li><li title=\"file document multiple outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-document-multiple-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16 0H8C6.9 0 6 .9 6 2V18C6 19.1 6.9 20 8 20H20C21.1 20 22 19.1 22 18V6L16 0M20 18H8V2H15V7H20V18M4 4V22H20V24H4C2.9 24 2 23.1 2 22V4H4M10 10V12H18V10H10M10 14V16H15V14H10Z\" /></svg></li><li title=\"file document multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-document-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 4V22H20V24H4C2.9 24 2 23.1 2 22V4H4M15 7H20.5L15 1.5V7M8 0H16L22 6V18C22 19.11 21.11 20 20 20H8C6.89 20 6 19.1 6 18V2C6 .89 6.89 0 8 0M17 16V14H8V16H17M20 12V10H8V12H20Z\" /></svg></li><li title=\"file document outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-document-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,2A2,2 0 0,0 4,4V20A2,2 0 0,0 6,22H18A2,2 0 0,0 20,20V8L14,2H6M6,4H13V9H18V20H6V4M8,12V14H16V12H8M8,16V18H13V16H8Z\" /></svg></li><li title=\"file document \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-document\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,9H18.5L13,3.5V9M6,2H14L20,8V20A2,2 0 0,1 18,22H6C4.89,22 4,21.1 4,20V4C4,2.89 4.89,2 6,2M15,18V16H6V18H15M18,14V12H6V14H18Z\" /></svg></li><li title=\"file download outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-download-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,2L20,8V20A2,2 0 0,1 18,22H6A2,2 0 0,1 4,20V4A2,2 0 0,1 6,2H14M18,20V9H13V4H6V20H18M12,19L8,15H10.5V12H13.5V15H16L12,19Z\" /></svg></li><li title=\"file download \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-download\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,2H6C4.89,2 4,2.89 4,4V20C4,21.11 4.89,22 6,22H18C19.11,22 20,21.11 20,20V8L14,2M12,19L8,15H10.5V12H13.5V15H16L12,19M13,9V3.5L18.5,9H13Z\" /></svg></li><li title=\"file edit outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-edit-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10 20H6V4H13V9H18V12.1L20 10.1V8L14 2H6C4.9 2 4 2.9 4 4V20C4 21.1 4.9 22 6 22H10V20M20.2 13C20.3 13 20.5 13.1 20.6 13.2L21.9 14.5C22.1 14.7 22.1 15.1 21.9 15.3L20.9 16.3L18.8 14.2L19.8 13.2C19.9 13.1 20 13 20.2 13M20.2 16.9L14.1 23H12V20.9L18.1 14.8L20.2 16.9Z\" /></svg></li><li title=\"file edit \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-edit\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6 2C4.9 2 4 2.9 4 4V20C4 21.1 4.9 22 6 22H10V20.1L20 10.1V8L14 2H6M13 3.5L18.5 9H13V3.5M20.1 13C20 13 19.8 13.1 19.7 13.2L18.7 14.2L20.8 16.3L21.8 15.3C22 15.1 22 14.7 21.8 14.5L20.5 13.2C20.4 13.1 20.3 13 20.1 13M18.1 14.8L12 20.9V23H14.1L20.2 16.9L18.1 14.8Z\" /></svg></li><li title=\"file excel box outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-excel-box-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5 3C3.89 3 3 3.89 3 5V19C3 20.11 3.89 21 5 21H19C20.11 21 21 20.11 21 19V5C21 3.89 20.11 3 19 3H5M5 5H19V19H5V5M13 12L16.2 17H14.2L12 13.2L9.8 17H7.8L11 12L7.8 7H9.8L12 10.8L14.2 7H16.2L13 12Z\" /></svg></li><li title=\"file excel box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-excel-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.2,17H14.2L12,13.2L9.8,17H7.8L11,12L7.8,7H9.8L12,10.8L14.2,7H16.2L13,12M19,3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3Z\" /></svg></li><li title=\"file excel outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-excel-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14 2H6C4.89 2 4 2.9 4 4V20C4 21.11 4.89 22 6 22H18C19.11 22 20 21.11 20 20V8L14 2M18 20H6V4H13V9H18V20M12.9 14.5L15.8 19H14L12 15.6L10 19H8.2L11.1 14.5L8.2 10H10L12 13.4L14 10H15.8L12.9 14.5Z\" /></svg></li><li title=\"file excel \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-excel\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,2H6A2,2 0 0,0 4,4V20A2,2 0 0,0 6,22H18A2,2 0 0,0 20,20V8L14,2M15.8,20H14L12,16.6L10,20H8.2L11.1,15.5L8.2,11H10L12,14.4L14,11H15.8L12.9,15.5L15.8,20M13,9V3.5L18.5,9H13Z\" /></svg></li><li title=\"file export outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-export-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14 2H6C4.9 2 4 2.9 4 4V20C4 21.1 4.9 22 6 22H18C19.1 22 20 21.1 20 20V8L14 2M18 20H6V4H13V9H18V20M16 11V18.1L13.9 16L11.1 18.8L8.3 16L11.1 13.2L8.9 11H16Z\" /></svg></li><li title=\"file export \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-export\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,2C4.89,2 4,2.9 4,4V20A2,2 0 0,0 6,22H18A2,2 0 0,0 20,20V8L14,2M13,3.5L18.5,9H13M8.93,12.22H16V19.29L13.88,17.17L11.05,20L8.22,17.17L11.05,14.35\" /></svg></li><li title=\"file eye outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-eye-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,18C17.56,18 18,18.44 18,19C18,19.56 17.56,20 17,20C16.44,20 16,19.56 16,19C16,18.44 16.44,18 17,18M17,15C14.27,15 11.94,16.66 11,19C11.94,21.34 14.27,23 17,23C19.73,23 22.06,21.34 23,19C22.06,16.66 19.73,15 17,15M17,21.5A2.5,2.5 0 0,1 14.5,19A2.5,2.5 0 0,1 17,16.5A2.5,2.5 0 0,1 19.5,19A2.5,2.5 0 0,1 17,21.5M9.27,20H6V4H13V9H18V13.07C18.7,13.15 19.36,13.32 20,13.56V8L14,2H6A2,2 0 0,0 4,4V20A2,2 0 0,0 6,22H10.5C10,21.41 9.59,20.73 9.27,20Z\" /></svg></li><li title=\"file eye \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-eye\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,18C17.56,18 18,18.44 18,19C18,19.56 17.56,20 17,20C16.44,20 16,19.56 16,19C16,18.44 16.44,18 17,18M17,15C14.27,15 11.94,16.66 11,19C11.94,21.34 14.27,23 17,23C19.73,23 22.06,21.34 23,19C22.06,16.66 19.73,15 17,15M17,21.5A2.5,2.5 0 0,1 14.5,19A2.5,2.5 0 0,1 17,16.5A2.5,2.5 0 0,1 19.5,19A2.5,2.5 0 0,1 17,21.5M9.14,19.75L8.85,19L9.14,18.26C10.43,15.06 13.5,13 17,13C18.05,13 19.06,13.21 20,13.56V8L14,2H6C4.89,2 4,2.89 4,4V20A2,2 0 0,0 6,22H10.5C9.95,21.34 9.5,20.58 9.14,19.75M13,3.5L18.5,9H13V3.5Z\" /></svg></li><li title=\"file find outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-find-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,2H6A2,2 0 0,0 4,4V20A2,2 0 0,0 6,22H18A2,2 0 0,0 20,20V8L14,2M6,4H13L18,9V17.58L16.16,15.74C17.44,13.8 17.23,11.17 15.5,9.46C14.55,8.5 13.28,8 12,8C10.72,8 9.45,8.5 8.47,9.46C6.5,11.41 6.5,14.57 8.47,16.5C9.44,17.5 10.72,17.97 12,17.97C12.96,17.97 13.92,17.69 14.75,17.14L17.6,20H6V4M14.11,15.1C13.55,15.66 12.8,16 12,16C11.2,16 10.45,15.67 9.89,15.1C9.33,14.54 9,13.79 9,13C9,12.19 9.32,11.44 9.89,10.88C10.45,10.31 11.2,10 12,10C12.8,10 13.55,10.31 14.11,10.88C14.67,11.44 15,12.19 15,13C15,13.79 14.68,14.54 14.11,15.1Z\" /></svg></li><li title=\"file find \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-find\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,13A3,3 0 0,0 12,16A3,3 0 0,0 15,13A3,3 0 0,0 12,10A3,3 0 0,0 9,13M20,19.59V8L14,2H6A2,2 0 0,0 4,4V20A2,2 0 0,0 6,22H18C18.45,22 18.85,21.85 19.19,21.6L14.76,17.17C13.96,17.69 13,18 12,18A5,5 0 0,1 7,13A5,5 0 0,1 12,8A5,5 0 0,1 17,13C17,14 16.69,14.96 16.17,15.75L20,19.59Z\" /></svg></li><li title=\"file gif box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-gif-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 4H6C4.9 4 4 4.9 4 6V18C4 19.1 4.9 20 6 20H18C19.1 20 20 19.1 20 18V6C20 4.9 19.1 4 18 4M10 10.5H7.5V13.5H8.5V12H10V13.67C10 14.33 9.47 15 8.67 15H7.33C6.53 15 6 14.33 6 13.67V10.33C6 9.67 6.53 9 7.33 9H8.67C9.47 9 10 9.67 10 10.33V10.5M13 15H11.5V9H13V15M17.5 10.5H16V11.5H17.5V13H16V15H14.5V9H17.5V10.5Z\" /></svg></li><li title=\"file hidden \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-hidden\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,9H14V11H11V7H13V9M18.5,9L16.38,6.88L17.63,5.63L20,8V10H18V11H15V9H18.5M13,3.5V2H12V4H13V6H11V4H9V2H8V4H6V5H4V4C4,2.89 4.89,2 6,2H14L16.36,4.36L15.11,5.61L13,3.5M20,20A2,2 0 0,1 18,22H16V20H18V19H20V20M18,15H20V18H18V15M12,22V20H15V22H12M8,22V20H11V22H8M6,22C4.89,22 4,21.1 4,20V18H6V20H7V22H6M4,14H6V17H4V14M4,10H6V13H4V10M18,11H20V14H18V11M4,6H6V9H4V6Z\" /></svg></li><li title=\"file image marker outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-image-marker-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8.5 12C7.67 12 7 11.33 7 10.5S7.67 9 8.5 9 10 9.67 10 10.5 9.33 12 8.5 12M14 19C13.43 17.86 13 16.64 13 15.5C13 15.34 13 15.18 13.03 15.03L12 14L7 19H14M6 20V4H13V9H18V10.03C18.17 10 18.33 10 18.5 10C19 10 19.5 10.08 20 10.22V8L14 2H6C4.89 2 4 2.9 4 4V20C4 21.11 4.89 22 6 22H15.91C15.5 21.44 15 20.76 14.55 20H6M22 15.5C22 18.1 18.5 22 18.5 22S15 18.1 15 15.5C15 13.6 16.6 12 18.5 12S22 13.6 22 15.5M19.7 15.6C19.7 15 19.1 14.4 18.5 14.4S17.3 14.9 17.3 15.6C17.3 16.2 17.8 16.8 18.5 16.8S19.8 16.2 19.7 15.6Z\" /></svg></li><li title=\"file image marker \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-image-marker\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6 20L12 14L13.03 15.03C13.28 12.26 15.68 10 18.5 10C19 10 19.5 10.08 20 10.22V8L14 2H6C4.89 2 4 2.89 4 4V20C4 21.1 4.89 22 6 22H15.91C15.5 21.44 15 20.76 14.55 20H6M13 3.5L18.5 9H13V3.5M8 9C9.11 9 10 9.9 10 11S9.11 13 8 13 6 12.11 6 11 6.9 9 8 9M18.5 12C16.6 12 15 13.6 15 15.5C15 18.1 18.5 22 18.5 22S22 18.1 22 15.5C22 13.6 20.4 12 18.5 12M18.5 16.8C17.8 16.8 17.3 16.2 17.3 15.6C17.3 14.9 17.9 14.4 18.5 14.4S19.7 15 19.7 15.6C19.8 16.2 19.2 16.8 18.5 16.8Z\" /></svg></li><li title=\"file image minus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-image-minus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7 19L12 14L13.88 15.88C13.33 16.79 13 17.86 13 19H7M10 10.5C10 9.67 9.33 9 8.5 9S7 9.67 7 10.5 7.67 12 8.5 12 10 11.33 10 10.5M13.09 20H6V4H13V9H18V13.09C18.33 13.04 18.66 13 19 13C19.34 13 19.67 13.04 20 13.09V8L14 2H6C4.89 2 4 2.9 4 4V20C4 21.11 4.89 22 6 22H13.81C13.46 21.39 13.21 20.72 13.09 20M15 18V20H23V18H15Z\" /></svg></li><li title=\"file image minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-image-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.09 20H6L12 14L13.88 15.88C14.5 14.9 15.36 14.1 16.4 13.6L18 12V13.09C18.33 13.04 18.66 13 19 13C19.34 13 19.67 13.04 20 13.09V8L14 2H6C4.89 2 4 2.89 4 4V20C4 21.1 4.89 22 6 22H13.81C13.46 21.39 13.21 20.72 13.09 20M13 3.5L18.5 9H13V3.5M8 9C9.11 9 10 9.9 10 11S9.11 13 8 13 6 12.11 6 11 6.9 9 8 9M23 18V20H15V18H23Z\" /></svg></li><li title=\"file image outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-image-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,2L20,8V20A2,2 0 0,1 18,22H6A2,2 0 0,1 4,20V4A2,2 0 0,1 6,2H14M18,20V9H13V4H6V20H18M17,13V19H7L12,14L14,16M10,10.5A1.5,1.5 0 0,1 8.5,12A1.5,1.5 0 0,1 7,10.5A1.5,1.5 0 0,1 8.5,9A1.5,1.5 0 0,1 10,10.5Z\" /></svg></li><li title=\"file image plus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-image-plus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7 19L12 14L13.88 15.88C13.33 16.79 13 17.86 13 19H7M10 10.5C10 9.67 9.33 9 8.5 9S7 9.67 7 10.5 7.67 12 8.5 12 10 11.33 10 10.5M13.09 20H6V4H13V9H18V13.09C18.33 13.04 18.66 13 19 13C19.34 13 19.67 13.04 20 13.09V8L14 2H6C4.89 2 4 2.9 4 4V20C4 21.11 4.89 22 6 22H13.81C13.46 21.39 13.21 20.72 13.09 20M18 15V18H15V20H18V23H20V20H23V18H20V15H18Z\" /></svg></li><li title=\"file image plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-image-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.09 20H6L12 14L13.88 15.88C14.5 14.9 15.36 14.1 16.4 13.6L18 12V13.09C18.33 13.04 18.66 13 19 13C19.34 13 19.67 13.04 20 13.09V8L14 2H6C4.89 2 4 2.89 4 4V20C4 21.1 4.89 22 6 22H13.81C13.46 21.39 13.21 20.72 13.09 20M13 3.5L18.5 9H13V3.5M8 9C9.11 9 10 9.9 10 11S9.11 13 8 13 6 12.11 6 11 6.9 9 8 9M20 15V18H23V20H20V23H18V20H15V18H18V15H20Z\" /></svg></li><li title=\"file image remove outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-image-remove-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7 19L12 14L13.88 15.88C13.33 16.79 13 17.86 13 19H7M10 10.5C10 9.67 9.33 9 8.5 9S7 9.67 7 10.5 7.67 12 8.5 12 10 11.33 10 10.5M13.09 20H6V4H13V9H18V13.09C18.33 13.04 18.66 13 19 13C19.34 13 19.67 13.04 20 13.09V8L14 2H6C4.89 2 4 2.9 4 4V20C4 21.11 4.89 22 6 22H13.81C13.46 21.39 13.21 20.72 13.09 20M21.12 15.46L19 17.59L16.88 15.47L15.47 16.88L17.59 19L15.47 21.12L16.88 22.54L19 20.41L21.12 22.54L22.54 21.12L20.41 19L22.54 16.88L21.12 15.46Z\" /></svg></li><li title=\"file image remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-image-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.09 20H6L12 14L13.88 15.88C14.5 14.9 15.36 14.1 16.4 13.6L18 12V13.09C18.33 13.04 18.66 13 19 13C19.34 13 19.67 13.04 20 13.09V8L14 2H6C4.89 2 4 2.89 4 4V20C4 21.1 4.89 22 6 22H13.81C13.46 21.39 13.21 20.72 13.09 20M13 3.5L18.5 9H13V3.5M8 9C9.11 9 10 9.9 10 11S9.11 13 8 13 6 12.11 6 11 6.9 9 8 9M22.54 16.88L20.41 19L22.54 21.12L21.12 22.54L19 20.41L16.88 22.54L15.47 21.12L17.59 19L15.47 16.88L16.88 15.47L19 17.59L21.12 15.47L22.54 16.88Z\" /></svg></li><li title=\"file image \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-image\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,9H18.5L13,3.5V9M6,2H14L20,8V20A2,2 0 0,1 18,22H6C4.89,22 4,21.1 4,20V4C4,2.89 4.89,2 6,2M6,20H15L18,20V12L14,16L12,14L6,20M8,9A2,2 0 0,0 6,11A2,2 0 0,0 8,13A2,2 0 0,0 10,11A2,2 0 0,0 8,9Z\" /></svg></li><li title=\"file import outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-import-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14 2H6C4.89 2 4 2.9 4 4V20C4 21.11 4.89 22 6 22H18C19.11 22 20 21.11 20 20V8L14 2M18 20H6V4H13V9H18V20M15 11.93V19H7.93L10.05 16.88L7.22 14.05L10.05 11.22L12.88 14.05L15 11.93Z\" /></svg></li><li title=\"file import \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-import\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,2C4.89,2 4,2.9 4,4V20A2,2 0 0,0 6,22H18A2,2 0 0,0 20,20V8L14,2M13,3.5L18.5,9H13M10.05,11.22L12.88,14.05L15,11.93V19H7.93L10.05,16.88L7.22,14.05\" /></svg></li><li title=\"file jpg box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-jpg-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.5 10.5H12.5V11.5H11.5V10.5M20 6V18C20 19.1 19.1 20 18 20H6C4.9 20 4 19.1 4 18V6C4 4.9 4.9 4 6 4H18C19.1 4 20 4.9 20 6M9 9H7.5V13.5H6.5V12H5V13.5C5 14.61 5.9 15 7 15S9 14.61 9 13.5V9M14 10.5C14 9.67 13.33 9 12.5 9H10V15H11.5V13H12.5C13.33 13 14 12.33 14 11.5V10.5M19 10.33C19 9.67 18.47 9 17.67 9H16.33C15.53 9 15 9.67 15 10.33V13.67C15 14.33 15.53 15 16.33 15H17.67C18.47 15 19 14.33 19 13.67V12H17.5V13.5H16.5V10.5H19V10.33Z\" /></svg></li><li title=\"file key outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-key-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14 2H6A2 2 0 0 0 4 4V20A2 2 0 0 0 6 22H18A2 2 0 0 0 20 20V8L14 2M18 20H6V4H13V9H18M12.83 15A3 3 0 1 0 12.83 17H14V19H16V17H17V15M10 17A1 1 0 1 1 11 16A1 1 0 0 1 10 17Z\" /></svg></li><li title=\"file key \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-key\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11 16C11 16.6 10.6 17 10 17S9 16.6 9 16C9 15.4 9.4 15 10 15S11 15.4 11 16M20 8V20C20 21.1 19.1 22 18 22H6C4.9 22 4 21.1 4 20V4C4 2.9 4.9 2 6 2H14M18 15H12.8C12.2 13.4 10.5 12.6 9 13.2C7.4 13.8 6.6 15.5 7.2 17S9.5 19.4 11 18.8C11.9 18.5 12.5 17.8 12.8 17H14V19H16V17H18M18.5 9L13 3.5V9H18.5Z\" /></svg></li><li title=\"file link outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-link-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14 2H6C4.89 2 4 2.9 4 4V20C4 21.11 4.89 22 6 22H18C19.11 22 20 21.11 20 20V8L14 2M18 20H6V4H13V9H18V20M11 19H10.75C9.45 19 7 18.22 7 15.25S9.45 11.5 10.75 11.5H11V13H10.75C10.38 13 8.5 13.13 8.5 15.25C8.5 17.44 10.5 17.5 10.75 17.5H11V19M14 16H10V14.5H14V16M13 11.5H13.25C14.55 11.5 17 12.28 17 15.25S14.55 19 13.25 19H13V17.5H13.25C13.62 17.5 15.5 17.37 15.5 15.25C15.5 13.06 13.5 13 13.25 13H13V11.5Z\" /></svg></li><li title=\"file link \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-link\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14 2H6C4.89 2 4 2.89 4 4V20C4 21.11 4.89 22 6 22H18C19.11 22 20 21.11 20 20V8L14 2M11 20H10C8.39 20 6 18.94 6 16C6 13.07 8.39 12 10 12H11V14H10C9.54 14 8 14.17 8 16C8 17.9 9.67 18 10 18H11V20M15 15V17H9V15H15M14 20H13V18H14C14.46 18 16 17.83 16 16C16 14.1 14.33 14 14 14H13V12H14C15.61 12 18 13.07 18 16C18 18.94 15.61 20 14 20M13 9V3.5L18.5 9H13Z\" /></svg></li><li title=\"file lock open outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-lock-open-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 18.3V21.8C22 22.4 21.4 23 20.7 23H15.2C14.6 23 14 22.4 14 21.7V18.2C14 17.6 14.6 17 15.2 17V14.5C15.2 13.1 16.6 12 18 12S20.8 13.1 20.8 14.5V15H19.5V14.5C19.5 13.7 18.8 13.2 18 13.2S16.5 13.7 16.5 14.5V17H20.8C21.4 17 22 17.6 22 18.3M6 2C4.9 2 4 2.9 4 4V20C4 21.1 4.9 22 6 22H12V20H6V4H13V9H18V10C18.7 10 19.4 10.2 20 10.4V8L14 2H6Z\" /></svg></li><li title=\"file lock open \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-lock-open\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 18.3V21.8C22 22.4 21.4 23 20.7 23H15.2C14.6 23 14 22.4 14 21.7V18.2C14 17.6 14.6 17 15.2 17V14.5C15.2 13.1 16.6 12 18 12S20.8 13.1 20.8 14.5V15H19.5V14.5C19.5 13.7 18.8 13.2 18 13.2S16.5 13.7 16.5 14.5V17H20.8C21.4 17 22 17.6 22 18.3M6 2C4.9 2 4 2.9 4 4V20C4 21.1 4.9 22 6 22H12V18.2C12 17.2 12.4 16.5 13 16C13.1 15.9 13.2 15.9 13.2 15.8V14.5C13.2 11.8 15.6 10 18 10C18.7 10 19.4 10.2 20 10.4V8L14 2H6M13 3.5L18.5 9H13V3.5Z\" /></svg></li><li title=\"file lock outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-lock-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 13C16.6 13 15.2 14.1 15.2 15.5V17C14.6 17 14 17.6 14 18.2V21.7C14 22.4 14.6 23 15.2 23H20.7C21.4 23 22 22.4 22 21.8V18.3C22 17.6 21.4 17 20.8 17V15.5C20.8 14.1 19.4 13 18 13M18 14.2C18.8 14.2 19.5 14.7 19.5 15.5V17H16.5V15.5C16.5 14.7 17.2 14.2 18 14.2M6 2C4.9 2 4 2.9 4 4V20C4 21.1 4.9 22 6 22H12V20H6V4H13V9H18V11C18.7 11 19.4 11.2 20 11.4V8L14 2H6Z\" /></svg></li><li title=\"file lock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-lock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 13C16.6 13 15.2 14.1 15.2 15.5V17C14.6 17 14 17.6 14 18.2V21.7C14 22.4 14.6 23 15.2 23H20.7C21.4 23 22 22.4 22 21.8V18.3C22 17.6 21.4 17 20.8 17V15.5C20.8 14.1 19.4 13 18 13M18 14.2C18.8 14.2 19.5 14.7 19.5 15.5V17H16.5V15.5C16.5 14.7 17.2 14.2 18 14.2M6 2C4.9 2 4 2.9 4 4V20C4 21.1 4.9 22 6 22H12V18.2C12 17.2 12.4 16.5 13 16C13.1 15.9 13.2 15.9 13.2 15.8V15.5C13.2 12.8 15.6 11 18 11C18.7 11 19.4 11.2 20 11.4V8L14 2H6M13 3.5L18.5 9H13V3.5Z\" /></svg></li><li title=\"file marker outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-marker-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.55 20C15 20.76 15.5 21.44 15.91 22H6C4.89 22 4 21.11 4 20V4C4 2.9 4.89 2 6 2H14L20 8V10.22C19.5 10.08 19 10 18.5 10C18.33 10 18.17 10 18 10.03V9H13V4H6V20H14.55M22 15.5C22 18.1 18.5 22 18.5 22S15 18.1 15 15.5C15 13.6 16.6 12 18.5 12S22 13.6 22 15.5M19.7 15.6C19.7 15 19.1 14.4 18.5 14.4S17.3 14.9 17.3 15.6C17.3 16.2 17.8 16.8 18.5 16.8S19.8 16.2 19.7 15.6Z\" /></svg></li><li title=\"file marker \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-marker\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.5 10C19 10 19.5 10.08 20 10.22V8L14 2H6C4.89 2 4 2.89 4 4V20C4 21.11 4.89 22 6 22H15.91C14.7 20.41 13 17.78 13 15.5C13 12.5 15.5 10 18.5 10M13 3.5L18.5 9H13V3.5M18.5 12C16.6 12 15 13.6 15 15.5C15 18.1 18.5 22 18.5 22S22 18.1 22 15.5C22 13.6 20.4 12 18.5 12M18.5 16.8C17.8 16.8 17.3 16.2 17.3 15.6C17.3 14.9 17.9 14.4 18.5 14.4S19.7 15 19.7 15.6C19.8 16.2 19.2 16.8 18.5 16.8Z\" /></svg></li><li title=\"file move outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-move-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14 2H6C4.9 2 4 2.9 4 4V20C4 20.41 4.12 20.8 4.34 21.12C4.41 21.23 4.5 21.33 4.59 21.41C4.95 21.78 5.45 22 6 22H13.53C13 21.42 12.61 20.75 12.35 20H6V4H13V9H18V12C18.7 12 19.37 12.12 20 12.34V8L14 2M18 23L23 18.5L20 15.8L18 14V17H14V20H18V23Z\" /></svg></li><li title=\"file move \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-move\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,17H18V14L23,18.5L18,23V20H14V17M13,9H18.5L13,3.5V9M6,2H14L20,8V12.34C19.37,12.12 18.7,12 18,12A6,6 0 0,0 12,18C12,19.54 12.58,20.94 13.53,22H6C4.89,22 4,21.1 4,20V4A2,2 0 0,1 6,2Z\" /></svg></li><li title=\"file multiple outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-multiple-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16 0H8C6.9 0 6 .9 6 2V18C6 19.1 6.9 20 8 20H20C21.1 20 22 19.1 22 18V6L16 0M20 18H8V2H15V7H20V18M4 4V22H20V24H4C2.9 24 2 23.1 2 22V4H4Z\" /></svg></li><li title=\"file multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,7H20.5L15,1.5V7M8,0H16L22,6V18A2,2 0 0,1 20,20H8C6.89,20 6,19.1 6,18V2A2,2 0 0,1 8,0M4,4V22H20V24H4A2,2 0 0,1 2,22V4H4Z\" /></svg></li><li title=\"file music outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-music-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,2L20,8V20A2,2 0 0,1 18,22H6A2,2 0 0,1 4,20V4A2,2 0 0,1 6,2H14M18,20V9H13V4H6V20H18M13,10V12H11V17A2,2 0 0,1 9,19A2,2 0 0,1 7,17A2,2 0 0,1 9,15C9.4,15 9.7,15.1 10,15.3V10H13Z\" /></svg></li><li title=\"file music \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-music\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,2H6A2,2 0 0,0 4,4V20A2,2 0 0,0 6,22H18A2,2 0 0,0 20,20V8L14,2M13,13H11V18A2,2 0 0,1 9,20A2,2 0 0,1 7,18A2,2 0 0,1 9,16C9.4,16 9.7,16.1 10,16.3V11H13V13M13,9V3.5L18.5,9H13Z\" /></svg></li><li title=\"file outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,2H6A2,2 0 0,0 4,4V20A2,2 0 0,0 6,22H18A2,2 0 0,0 20,20V8L14,2M18,20H6V4H13V9H18V20Z\" /></svg></li><li title=\"file pdf box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-pdf-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,10.5H13V13.5H12V10.5M7,11.5H8V10.5H7V11.5M20,6V18A2,2 0 0,1 18,20H6A2,2 0 0,1 4,18V6A2,2 0 0,1 6,4H18A2,2 0 0,1 20,6M9.5,10.5A1.5,1.5 0 0,0 8,9H5.5V15H7V13H8A1.5,1.5 0 0,0 9.5,11.5V10.5M14.5,10.5A1.5,1.5 0 0,0 13,9H10.5V15H13A1.5,1.5 0 0,0 14.5,13.5V10.5M18.5,9H15.5V15H17V13H18.5V11.5H17V10.5H18.5V9Z\" /></svg></li><li title=\"file percent outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-percent-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14 2H6C4.89 2 4 2.9 4 4V20C4 21.11 4.89 22 6 22H18C19.11 22 20 21.11 20 20V8L14 2M18 20H6V4H13V9H18V20M10 11.5C10 12.33 9.33 13 8.5 13S7 12.33 7 11.5 7.67 10 8.5 10 10 10.67 10 11.5M16 17.5C16 18.33 15.33 19 14.5 19S13 18.33 13 17.5 13.67 16 14.5 16 16 16.67 16 17.5M16 11.35L8.37 19L7 17.65L14.65 10L16 11.35Z\" /></svg></li><li title=\"file percent \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-percent\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,2L20,8V20A2,2 0 0,1 18,22H6A2,2 0 0,1 4,20V4A2,2 0 0,1 6,2H14M7.37,20L15,12.35L13.65,11L6,18.65L7.37,20M13,9H18.5L13,3.5V9M7.5,11A1.5,1.5 0 0,0 6,12.5A1.5,1.5 0 0,0 7.5,14A1.5,1.5 0 0,0 9,12.5A1.5,1.5 0 0,0 7.5,11M13.5,17A1.5,1.5 0 0,0 12,18.5A1.5,1.5 0 0,0 13.5,20A1.5,1.5 0 0,0 15,18.5A1.5,1.5 0 0,0 13.5,17Z\" /></svg></li><li title=\"file phone outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-phone-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14 2H6C4.89 2 4 2.9 4 4V20C4 21.11 4.89 22 6 22H18C19.11 22 20 21.11 20 20V8L14 2M18 20H6V4H13V9H18V20M9 13.33C9.81 14.9 11.1 16.19 12.67 17L13.89 15.77C14.05 15.61 14.27 15.57 14.46 15.63C15.08 15.83 15.75 15.95 16.44 15.95C16.75 15.95 17 16.19 17 16.5V18.45C17 18.75 16.75 19 16.44 19C11.23 19 7 14.77 7 9.56C7 9.25 7.25 9 7.56 9H9.5C9.81 9 10.06 9.25 10.06 9.56C10.06 10.25 10.17 10.92 10.37 11.54C10.43 11.73 10.39 11.95 10.23 12.11L9 13.33Z\" /></svg></li><li title=\"file phone \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-phone\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14 2H6C4.89 2 4 2.89 4 4V20C4 21.11 4.89 22 6 22H18C19.11 22 20 21.11 20 20V8L14 2M17 19.44C17 19.75 16.75 20 16.44 20C11.23 20 7 15.77 7 10.56C7 10.25 7.25 10 7.56 10H9.5C9.81 10 10.06 10.25 10.06 10.56C10.06 11.25 10.17 11.92 10.37 12.54C10.43 12.73 10.39 12.95 10.23 13.11L9 14.33C9.81 15.9 11.1 17.19 12.67 18L13.9 16.77C14.05 16.61 14.27 16.57 14.46 16.63C15.08 16.83 15.75 16.95 16.45 16.95C16.75 16.95 17 17.19 17 17.5V19.44M13 9V3.5L18.5 9H13Z\" /></svg></li><li title=\"file plus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-plus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,14V11H10V14H7V16H10V19H12V16H15V14M14,2H6A2,2 0 0,0 4,4V20A2,2 0 0,0 6,22H18A2,2 0 0,0 20,20V8L14,2M18,20H6V4H13V9H18\" /></svg></li><li title=\"file plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,9H18.5L13,3.5V9M6,2H14L20,8V20A2,2 0 0,1 18,22H6C4.89,22 4,21.1 4,20V4C4,2.89 4.89,2 6,2M11,15V12H9V15H6V17H9V20H11V17H14V15H11Z\" /></svg></li><li title=\"file png box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-png-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6.5 10.5H7.5V11.5H6.5V10.5M20 6V18C20 19.1 19.1 20 18 20H6C4.9 20 4 19.1 4 18V6C4 4.9 4.9 4 6 4H18C19.1 4 20 4.9 20 6M9 10.5C9 9.67 8.33 9 7.5 9H5V15H6.5V13H7.5C8.33 13 9 12.33 9 11.5V10.5M14 9H12.5V11.5L11.5 9H10V15H11.5V12.5L12.5 15H14V9M19 10.33C19 9.67 18.47 9 17.67 9H16.33C15.53 9 15 9.67 15 10.33V13.67C15 14.33 15.53 15 16.33 15H17.67C18.47 15 19 14.33 19 13.67V12H17.5V13.5H16.5V10.5H19V10.33Z\" /></svg></li><li title=\"file powerpoint box outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-powerpoint-box-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5 3C3.89 3 3 3.89 3 5V19C3 20.11 3.89 21 5 21H19C20.11 21 21 20.11 21 19V5C21 3.89 20.11 3 19 3H5M5 5H19V19H5V5M15.1 7.88C14.45 7.29 13.83 7 12.3 7H8V17H9.8V13.4H12.3C13.8 13.4 14.46 13.12 15.1 12.58C15.74 12.03 16 11.25 16 10.23C16 9.26 15.75 8.5 15.1 7.88M13.6 11.5C13.28 11.81 12.9 12 12.22 12H9.8V8.4H12.1C12.76 8.4 13.27 8.65 13.6 9C13.93 9.35 14.1 9.72 14.1 10.24C14.1 10.8 13.92 11.19 13.6 11.5Z\" /></svg></li><li title=\"file powerpoint box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-powerpoint-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9.8,13.4H12.3C13.8,13.4 14.46,13.12 15.1,12.58C15.74,12.03 16,11.25 16,10.23C16,9.26 15.75,8.5 15.1,7.88C14.45,7.29 13.83,7 12.3,7H8V17H9.8V13.4M19,3A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5C3,3.89 3.9,3 5,3H19M9.8,12V8.4H12.1C12.76,8.4 13.27,8.65 13.6,9C13.93,9.35 14.1,9.72 14.1,10.24C14.1,10.8 13.92,11.19 13.6,11.5C13.28,11.81 12.9,12 12.22,12H9.8Z\" /></svg></li><li title=\"file powerpoint outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-powerpoint-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14 2H6C4.89 2 4 2.9 4 4V20C4 21.11 4.89 22 6 22H18C19.11 22 20 21.11 20 20V8L14 2M18 20H6V4H13V9H18V20M15.2 10.8C14.7 10.3 14.1 10 12.8 10H9V19H10.6V15.7H12.8C14.1 15.7 14.6 15.5 15.2 15C15.8 14.5 16 13.8 16 12.9C16 12 15.8 11.4 15.2 10.8M13.9 14C13.6 14.3 13.3 14.5 12.7 14.5H10.6V11.3H12.6C13.2 11.3 13.6 11.5 13.9 11.8C14.2 12.1 14.3 12.4 14.3 12.9S14.2 13.7 13.9 14Z\" /></svg></li><li title=\"file powerpoint \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-powerpoint\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12.6,12.3H10.6V15.5H12.7C13.3,15.5 13.6,15.3 13.9,15C14.2,14.7 14.3,14.4 14.3,13.9C14.3,13.4 14.2,13.1 13.9,12.8C13.6,12.5 13.2,12.3 12.6,12.3M14,2H6A2,2 0 0,0 4,4V20A2,2 0 0,0 6,22H18A2,2 0 0,0 20,20V8L14,2M15.2,16C14.6,16.5 14.1,16.7 12.8,16.7H10.6V20H9V11H12.8C14.1,11 14.7,11.3 15.2,11.8C15.8,12.4 16,13 16,13.9C16,14.8 15.8,15.5 15.2,16M13,9V3.5L18.5,9H13Z\" /></svg></li><li title=\"file presentation box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-presentation-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,16H5V8H19M19,3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3Z\" /></svg></li><li title=\"file question outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-question-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14 2H6C4.89 2 4 2.9 4 4V20C4 21.11 4.89 22 6 22H18C19.11 22 20 21.11 20 20V8L14 2M18 20H6V4H13V9H18V20M15 13C15 14.89 12.75 15.07 12.75 16.76H11.25C11.25 14.32 13.5 14.5 13.5 13C13.5 12.18 12.83 11.5 12 11.5S10.5 12.18 10.5 13H9C9 11.35 10.34 10 12 10S15 11.35 15 13M12.75 17.5V19H11.25V17.5H12.75Z\" /></svg></li><li title=\"file question \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-question\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,2C4.89,2 4,2.89 4,4V20A2,2 0 0,0 6,22H18A2,2 0 0,0 20,20V8L14,2H6M13,3.5L18.5,9H13V3.5M12,11A3,3 0 0,1 15,14C15,15.88 12.75,16.06 12.75,17.75H11.25C11.25,15.31 13.5,15.5 13.5,14A1.5,1.5 0 0,0 12,12.5A1.5,1.5 0 0,0 10.5,14H9A3,3 0 0,1 12,11M11.25,18.5H12.75V20H11.25V18.5Z\" /></svg></li><li title=\"file refresh outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-refresh-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 14.5C19.11 14.5 20.11 14.95 20.83 15.67L22 14.5V18.5H18L19.77 16.73C19.32 16.28 18.69 16 18 16C16.62 16 15.5 17.12 15.5 18.5C15.5 19.88 16.62 21 18 21C18.82 21 19.54 20.61 20 20H21.71C21.12 21.47 19.68 22.5 18 22.5C15.79 22.5 14 20.71 14 18.5C14 16.29 15.79 14.5 18 14.5M14 2L20 8V12.17C19.5 12.06 19 12 18.5 12L18 12V9H13V4H6V20H12.17C12.34 20.72 12.63 21.39 13 22H6C4.9 22 4 21.1 4 20V4C4 2.9 4.9 2 6 2H14Z\" /></svg></li><li title=\"file refresh \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-refresh\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 14.5C19.11 14.5 20.11 14.95 20.83 15.67L22 14.5V18.5H18L19.77 16.73C19.32 16.28 18.69 16 18 16C16.62 16 15.5 17.12 15.5 18.5C15.5 19.88 16.62 21 18 21C18.82 21 19.54 20.61 20 20H21.71C21.12 21.47 19.68 22.5 18 22.5C15.79 22.5 14 20.71 14 18.5C14 16.29 15.79 14.5 18 14.5M13 9H18.5L13 3.5V9M6 2H14L20 8V12.17C19.5 12.06 19 12 18.5 12C14.91 12 12 14.91 12 18.5C12 19.79 12.37 21 13 22H6C4.88 22 4 21.1 4 20L4 4C4 2.89 4.89 2 6 2Z\" /></svg></li><li title=\"file remove outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-remove-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14 2H6C4.89 2 4 2.9 4 4V20C4 21.11 4.89 22 6 22H18C19.11 22 20 21.11 20 20V8L14 2M18 20H6V4H13V9H18V20M11.95 15.46L14.08 17.58L12.66 19L10.54 16.87L8.42 19L7 17.58L9.13 15.46L7 13.34L8.42 11.92L10.54 14.05L12.66 11.92L14.08 13.34L11.95 15.46Z\" /></svg></li><li title=\"file remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,2H14L20,8V20A2,2 0 0,1 18,22H6C4.89,22 4,21.1 4,20V4C4,2.89 4.89,2 6,2M13,9H18.5L13,3.5V9M10,14.59L7.88,12.46L6.46,13.88L8.59,16L6.46,18.12L7.88,19.54L10,17.41L12.12,19.54L13.54,18.12L11.41,16L13.54,13.88L12.12,12.46L10,14.59Z\" /></svg></li><li title=\"file replace outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-replace-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,3L12,1H4A2,2 0 0,0 2,3V15A2,2 0 0,0 4,17H11V19L15,16L11,13V15H4V3H14M21,10V21A2,2 0 0,1 19,23H8A2,2 0 0,1 6,21V19H8V21H19V12H14V7H8V13H6V7A2,2 0 0,1 8,5H16L21,10Z\" /></svg></li><li title=\"file replace \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-replace\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,12H19.5L14,6.5V12M8,5H15L21,11V21A2,2 0 0,1 19,23H8C6.89,23 6,22.1 6,21V18H11V20L15,17L11,14V16H6V7A2,2 0 0,1 8,5M13.5,3H4V16H6V18H4A2,2 0 0,1 2,16V3A2,2 0 0,1 4,1H11.5L13.5,3Z\" /></svg></li><li title=\"file restore outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-restore-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14 2H6C4.9 2 4 2.9 4 4V20C4 21.1 4.9 22 6 22H18C19.1 22 20 21.1 20 20V8L14 2M18 20H6V4H13L18 9V20M17 13.24C17 15.86 14.87 18 12.24 18C10.29 18 8.61 16.82 7.88 15.14H9.5C10.11 16 11.11 16.57 12.24 16.57C14.08 16.57 15.57 15.07 15.57 13.24S14.08 9.9 12.24 9.9C10.95 9.9 9.86 10.65 9.29 11.71L10.81 13.24H7V9.43L8.24 10.67C9.09 9.35 10.55 8.5 12.24 8.5C14.87 8.47 17 10.61 17 13.24Z\" /></svg></li><li title=\"file restore \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-restore\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,2H6A2,2 0 0,0 4,4V20A2,2 0 0,0 6,22H18A2,2 0 0,0 20,20V8L14,2M12,18C9.95,18 8.19,16.76 7.42,15H9.13C9.76,15.9 10.81,16.5 12,16.5A3.5,3.5 0 0,0 15.5,13A3.5,3.5 0 0,0 12,9.5C10.65,9.5 9.5,10.28 8.9,11.4L10.5,13H6.5V9L7.8,10.3C8.69,8.92 10.23,8 12,8A5,5 0 0,1 17,13A5,5 0 0,1 12,18Z\" /></svg></li><li title=\"file search outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-search-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,2H6A2,2 0 0,0 4,4V20A2,2 0 0,0 6,22H13C12.59,21.75 12.2,21.44 11.86,21.1C11.53,20.77 11.25,20.4 11,20H6V4H13V9H18V10.18C18.71,10.34 19.39,10.61 20,11V8L14,2M20.31,18.9C21.64,16.79 21,14 18.91,12.68C16.8,11.35 14,12 12.69,14.08C11.35,16.19 12,18.97 14.09,20.3C15.55,21.23 17.41,21.23 18.88,20.32L22,23.39L23.39,22L20.31,18.9M16.5,19A2.5,2.5 0 0,1 14,16.5A2.5,2.5 0 0,1 16.5,14A2.5,2.5 0 0,1 19,16.5A2.5,2.5 0 0,1 16.5,19Z\" /></svg></li><li title=\"file search \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-search\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,2H6A2,2 0 0,0 4,4V20A2,2 0 0,0 6,22H13C12.59,21.75 12.2,21.44 11.86,21.1C9.22,18.67 9.05,14.56 11.5,11.92C13.69,9.5 17.33,9.13 20,11V8L14,2M13,9V3.5L18.5,9H13M20.31,18.9C21.64,16.79 21,14 18.91,12.68C16.8,11.35 14,12 12.69,14.08C11.35,16.19 12,18.97 14.09,20.3C15.55,21.23 17.41,21.23 18.88,20.32L22,23.39L23.39,22L20.31,18.9M16.5,19A2.5,2.5 0 0,1 14,16.5A2.5,2.5 0 0,1 16.5,14A2.5,2.5 0 0,1 19,16.5A2.5,2.5 0 0,1 16.5,19Z\" /></svg></li><li title=\"file send outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-send-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14 2H6C4.89 2 4 2.9 4 4V20C4 21.11 4.89 22 6 22H18C19.11 22 20 21.11 20 20V8L14 2M18 20H6V4H13V9H18V20M12.54 18.5V16.5H8.54V14.5H12.54V12.5L15.54 15.5L12.54 18.5Z\" /></svg></li><li title=\"file send \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-send\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,2H6C4.89,2 4,2.89 4,4V20A2,2 0 0,0 6,22H18A2,2 0 0,0 20,20V8L14,2M12.54,19.37V17.37H8.54V15.38H12.54V13.38L15.54,16.38L12.54,19.37M13,9V3.5L18.5,9H13Z\" /></svg></li><li title=\"file settings outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-settings-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6 0A2 2 0 0 0 4 2V18A2 2 0 0 0 6 20H18A2 2 0 0 0 20 18V6L14 0H6M6 2H13V7H18V18H6V2M7 22V24H9V22H7M11 22V24H13V22H11M15 22V24H17V22H15Z\" /></svg></li><li title=\"file settings \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-settings\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6 0C4.89 0 4 .89 4 2V18A2 2 0 0 0 6 20H18A2 2 0 0 0 20 18V6L14 0H6M13 1.5L18.5 7H13V1.5M7 22V24H9V22H7M11 22V24H13V22H11M15 22V24H17V22H15Z\" /></svg></li><li title=\"file sign \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-sign\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.7 12.9L14 18.6H11.7V16.3L17.4 10.6L19.7 12.9M23.1 12.1C23.1 12.4 22.8 12.7 22.5 13L20 15.5L19.1 14.6L21.7 12L21.1 11.4L20.4 12.1L18.1 9.8L20.3 7.7C20.5 7.5 20.9 7.5 21.2 7.7L22.6 9.1C22.8 9.3 22.8 9.7 22.6 10C22.4 10.2 22.2 10.4 22.2 10.6C22.2 10.8 22.4 11 22.6 11.2C22.9 11.5 23.2 11.8 23.1 12.1M3 20V4H10V9H15V10.5L17 8.5V8L11 2H3C1.9 2 1 2.9 1 4V20C1 21.1 1.9 22 3 22H15C16.1 22 17 21.1 17 20H3M11 17.1C10.8 17.1 10.6 17.2 10.5 17.2L10 15H8.5L6.4 16.7L7 14H5.5L4.5 19H6L8.9 16.4L9.5 18.7H10.5L11 18.6V17.1Z\" /></svg></li><li title=\"file star outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-star-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14 2H6C4.9 2 4 2.9 4 4V20C4 21.1 4.9 22 6 22H18C19.1 22 20 21.1 20 20V8L14 2M18 20H6V4H13V9H18V20M9.5 18L10.2 15.2L8 13.3L10.9 13.1L12 10.4L13.1 13L16 13.2L13.8 15.1L14.5 17.9L12 16.5L9.5 18Z\" /></svg></li><li title=\"file star \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-star\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14 2H6C4.89 2 4 2.9 4 4V20C4 21.1 4.9 22 6 22H18C19.1 22 20 21.1 20 20V8L14 2M14.5 18.9L12 17.5L9.5 19L10.2 16.2L8 14.3L10.9 14.1L12 11.4L13.1 14L16 14.2L13.8 16.1L14.5 18.9M13 9V3.5L18.5 9H13Z\" /></svg></li><li title=\"file swap outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-swap-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17 15L14 12V14H10V12L7 15L10 18V16H14V18M14 2H6A2 2 0 0 0 4 4V20A2 2 0 0 0 6 22H18A2 2 0 0 0 20 20V8L14 2M18 20H6V4H13V9H18Z\" /></svg></li><li title=\"file swap \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-swap\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14 2H6A2 2 0 0 0 4 4V20A2 2 0 0 0 6 22H18A2 2 0 0 0 20 20V8M14 18V16H10V18L7 15L10 12V14H14V12L17 15M13 9V3.5L18.5 9Z\" /></svg></li><li title=\"file sync outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-sync-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12.8 22H6C4.9 22 4 21.1 4 20V4C4 2.9 4.9 2 6 2H14L20 8V11.5C19.4 11.2 18.7 11.1 18 11V9H13V4H6V20H11.5C11.8 20.7 12.3 21.4 12.8 22M17 12L14.8 14.2L17 16.4V15C18.4 15 19.5 16.1 19.5 17.5C19.5 17.9 19.4 18.3 19.2 18.6L20.3 19.7C20.7 19.1 21 18.3 21 17.5C21 15.3 19.2 13.5 17 13.5V12M19.2 20.8L17 18.5V20C15.6 20 14.5 18.9 14.5 17.5C14.5 17.1 14.6 16.7 14.8 16.4L13.7 15.3C13.3 15.9 13 16.7 13 17.5C13 19.7 14.8 21.5 17 21.5V23L19.2 20.8Z\" /></svg></li><li title=\"file sync \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-sync\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11 17.5C11 13.9 13.9 11 17.5 11C18.4 11 19.2 11.2 20 11.5V8L14 2H6C4.9 2 4 2.9 4 4V20C4 21.1 4.9 22 6 22H12.8C11.7 20.8 11 19.2 11 17.5M13 3.5L18.5 9H13V3.5M17 12V13.5C19.2 13.5 21 15.3 21 17.5C21 18.3 20.8 19.1 20.3 19.7L19.2 18.6C19.4 18.3 19.5 17.9 19.5 17.5C19.5 16.1 18.4 15 17 15V16.5L14.8 14.3L17 12M17 23V21.5C14.8 21.5 13 19.7 13 17.5C13 16.7 13.2 15.9 13.7 15.3L14.8 16.4C14.6 16.7 14.5 17.1 14.5 17.5C14.5 18.9 15.6 20 17 20V18.5L19.2 20.7L17 23Z\" /></svg></li><li title=\"file table box multiple outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-table-box-multiple-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 5V21H19V23H3C1.9 23 1 22.1 1 21V5H3M21 1H7C5.89 1 5 1.89 5 3V17C5 18.1 5.9 19 7 19H21C22.11 19 23 18.11 23 17V3C23 1.9 22.1 1 21 1M21 17H7V3H21V17M11 14H8V16H11V14M15 14H12V16H15V14M11 11H8V13H11V11M15 11H12V13H15V11M11 8H8V10H11V8M15 8H12V10H15V8Z\" /></svg></li><li title=\"file table box multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-table-box-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 5V21H19V23H3C1.9 23 1 22.1 1 21V5H3M21 1H7C5.89 1 5 1.89 5 3V17C5 18.11 5.9 19 7 19H21C22.11 19 23 18.11 23 17V3C23 1.89 22.1 1 21 1M11 16H8V14H11V16M11 13H8V11H11V13M11 10H8V8H11V10M15 16H12V14H15V16M15 13H12V11H15V13M15 10H12V8H15V10Z\" /></svg></li><li title=\"file table box outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-table-box-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 3H5C3.89 3 3 3.89 3 5V19C3 20.11 3.89 21 5 21H19C20.11 21 21 20.11 21 19V5C21 3.89 20.11 3 19 3M19 19H5V5H19V19M9 18H6V16H9V18M13 18H10V16H13V18M9 15H6V13H9V15M13 15H10V13H13V15M9 12H6V10H9V12M13 12H10V10H13V12Z\" /></svg></li><li title=\"file table box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-table-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 3H5C3.89 3 3 3.89 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.89 20.1 3 19 3M9 18H6V16H9V18M9 15H6V13H9V15M9 12H6V10H9V12M13 18H10V16H13V18M13 15H10V13H13V15M13 12H10V10H13V12Z\" /></svg></li><li title=\"file table outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-table-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,2H6A2,2 0 0,0 4,4V20A2,2 0 0,0 6,22H18A2,2 0 0,0 20,20V8L14,2M18,20H6V4H13V9H18V20M10,13H7V11H10V13M14,13H11V11H14V13M10,16H7V14H10V16M14,16H11V14H14V16M10,19H7V17H10V19M14,19H11V17H14V19Z\" /></svg></li><li title=\"file table \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-table\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,2H6A2,2 0 0,0 4,4V20A2,2 0 0,0 6,22H18A2,2 0 0,0 20,20V8L14,2M10,19H7V17H10V19M10,16H7V14H10V16M10,13H7V11H10V13M14,19H11V17H14V19M14,16H11V14H14V16M14,13H11V11H14V13M13,9V3.5L18.5,9H13Z\" /></svg></li><li title=\"file tree outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-tree-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 13H7V18H12V20H5V10H7V11H12V13M8 4V6H4V4H8M10 2H2V8H10V2M20 11V13H16V11H20M22 9H14V15H22V9M20 18V20H16V18H20M22 16H14V22H22V16Z\" /></svg></li><li title=\"file tree \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-tree\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,3H9V7H3V3M15,10H21V14H15V10M15,17H21V21H15V17M13,13H7V18H13V20H7L5,20V9H7V11H13V13Z\" /></svg></li><li title=\"file undo outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-undo-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14 2H6C4.89 2 4 2.9 4 4V20C4 21.11 4.89 22 6 22H18C19.11 22 20 21.11 20 20V8L14 2M18 20H6V4H13V9H18V20M17 17.61L15.84 18C15.33 16.44 13.86 15.31 12.13 15.31C11.17 15.31 10.31 15.66 9.63 16.23L11.4 18H7V13.6L8.76 15.36C9.66 14.57 10.83 14.09 12.13 14.09C14.4 14.09 16.33 15.57 17 17.61Z\" /></svg></li><li title=\"file undo \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-undo\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,9H18.5L13,3.5V9M6,2H14L20,8V20A2,2 0 0,1 18,22H6C4.89,22 4,21.1 4,20V4C4,2.89 4.89,2 6,2M12.16,14.31C10.6,14.31 9.19,14.89 8.11,15.83L6,13.72V19H11.28L9.15,16.88C9.97,16.2 11,15.78 12.16,15.78C14.23,15.78 16,17.13 16.61,19L18,18.54C17.19,16.09 14.88,14.31 12.16,14.31Z\" /></svg></li><li title=\"file upload outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-upload-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,2L20,8V20A2,2 0 0,1 18,22H6A2,2 0 0,1 4,20V4A2,2 0 0,1 6,2H14M18,20V9H13V4H6V20H18M12,12L16,16H13.5V19H10.5V16H8L12,12Z\" /></svg></li><li title=\"file upload \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-upload\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,2H6A2,2 0 0,0 4,4V20A2,2 0 0,0 6,22H18A2,2 0 0,0 20,20V8L14,2M13.5,16V19H10.5V16H8L12,12L16,16H13.5M13,9V3.5L18.5,9H13Z\" /></svg></li><li title=\"file video outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-video-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,2L20,8V20A2,2 0 0,1 18,22H6A2,2 0 0,1 4,20V4A2,2 0 0,1 6,2H14M18,20V9H13V4H6V20H18M16,18L13.5,16.3V18H8V13H13.5V14.7L16,13V18Z\" /></svg></li><li title=\"file video \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-video\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,9H18.5L13,3.5V9M6,2H14L20,8V20A2,2 0 0,1 18,22H6C4.89,22 4,21.1 4,20V4C4,2.89 4.89,2 6,2M17,19V13L14,15.2V13H7V19H14V16.8L17,19Z\" /></svg></li><li title=\"file word box outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-word-box-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5 3C3.89 3 3 3.89 3 5V19C3 20.11 3.89 21 5 21H19C20.11 21 21 20.11 21 19V5C21 3.89 20.11 3 19 3H5M5 5H19V19H5V5M17.9 7L15.5 17H14L12 9.5L10 17H8.5L6.1 7H7.8L9.34 14.5L11.3 7H12.7L14.67 14.5L16.2 7H17.9Z\" /></svg></li><li title=\"file word box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-word-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.5,17H14L12,9.5L10,17H8.5L6.1,7H7.8L9.34,14.5L11.3,7H12.7L14.67,14.5L16.2,7H17.9M19,3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3Z\" /></svg></li><li title=\"file word outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-word-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14 2H6C4.89 2 4 2.9 4 4V20C4 21.11 4.89 22 6 22H18C19.11 22 20 21.11 20 20V8L14 2M18 20H6V4H13V9H18V20M17.35 10L15.25 19H13.85L12.05 12.21L10.25 19H8.85L6.65 10H8.15L9.55 16.81L11.35 10H12.65L14.45 16.81L15.85 10H17.35Z\" /></svg></li><li title=\"file word \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file-word\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,2H6A2,2 0 0,0 4,4V20A2,2 0 0,0 6,22H18A2,2 0 0,0 20,20V8L14,2M15.2,20H13.8L12,13.2L10.2,20H8.8L6.6,11H8.1L9.5,17.8L11.3,11H12.6L14.4,17.8L15.8,11H17.3L15.2,20M13,9V3.5L18.5,9H13Z\" /></svg></li><li title=\"file \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-file\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,9V3.5L18.5,9M6,2C4.89,2 4,2.89 4,4V20A2,2 0 0,0 6,22H18A2,2 0 0,0 20,20V8L14,2H6Z\" /></svg></li><li title=\"film \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-film\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3.5,3H5V1.8C5,1.36 5.36,1 5.8,1H10.2C10.64,1 11,1.36 11,1.8V3H12.5A1.5,1.5 0 0,1 14,4.5V5H22V20H14V20.5A1.5,1.5 0 0,1 12.5,22H3.5A1.5,1.5 0 0,1 2,20.5V4.5A1.5,1.5 0 0,1 3.5,3M18,7V9H20V7H18M14,7V9H16V7H14M10,7V9H12V7H10M14,16V18H16V16H14M18,16V18H20V16H18M10,16V18H12V16H10Z\" /></svg></li><li title=\"filmstrip box multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-filmstrip-box-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,6H2V20A2,2 0 0,0 4,22H18V20H4V6M20,2H8A2,2 0 0,0 6,4V16A2,2 0 0,0 8,18H20A2,2 0 0,0 22,16V4A2,2 0 0,0 20,2M10,15H8V13H10V15M10,11H8V9H10V11M10,7H8V5H10V7M20,15H18V13H20V15M20,11H18V9H20V11M20,7H18V5H20V7Z\" /></svg></li><li title=\"filmstrip box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-filmstrip-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 3C20.1 3 21 3.9 21 5V19C21 20.1 20.1 21 19 21H5C3.9 21 3 20.1 3 19V5C3 3.9 3.9 3 5 3H19M7 18V16H5V18H7M7 13V11H5V13H7M7 8V6H5V8H7M19 18V16H17V18H19M19 13V11H17V13H19M19 8V6H17V8H19Z\" /></svg></li><li title=\"filmstrip off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-filmstrip-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M1,4.27L2.28,3L21,21.72L19.73,23L16,19.27V21H8V19H6V21H4V7.27L1,4.27M18,9V7H16V9H18M18,13V11H16V13H18M18,15H16.82L6.82,5H8V3H16V5H18V3H20V18.18L18,16.18V15M8,13V11.27L7.73,11H6V13H8M8,17V15H6V17H8M6,3V4.18L4.82,3H6Z\" /></svg></li><li title=\"filmstrip \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-filmstrip\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18,9H16V7H18M18,13H16V11H18M18,17H16V15H18M8,9H6V7H8M8,13H6V11H8M8,17H6V15H8M18,3V5H16V3H8V5H6V3H4V21H6V19H8V21H16V19H18V21H20V3H18Z\" /></svg></li><li title=\"filter check outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-filter-check-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 19.88C13.04 20.18 12.94 20.5 12.72 20.71C12.32 21.1 11.69 21.1 11.3 20.71L7.29 16.7C7.06 16.47 6.96 16.16 7 15.87V10.75L2.21 4.62C1.87 4.19 1.95 3.56 2.38 3.22C2.57 3.08 2.78 3 3 3H17C17.22 3 17.43 3.08 17.62 3.22C18.05 3.56 18.13 4.19 17.79 4.62L13 10.75V19.88M5.04 5L9 10.07V15.58L11 17.58V10.05L14.96 5H5.04M17.75 21L15 18L16.16 16.84L17.75 18.43L21.34 14.84L22.5 16.25L17.75 21\" /></svg></li><li title=\"filter check \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-filter-check\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 12V19.88C12.04 20.18 11.94 20.5 11.71 20.71C11.32 21.1 10.69 21.1 10.3 20.71L8.29 18.7C8.06 18.47 7.96 18.16 8 17.87V12H7.97L2.21 4.62C1.87 4.19 1.95 3.56 2.38 3.22C2.57 3.08 2.78 3 3 3H17C17.22 3 17.43 3.08 17.62 3.22C18.05 3.56 18.13 4.19 17.79 4.62L12.03 12H12M17.75 21L15 18L16.16 16.84L17.75 18.43L21.34 14.84L22.5 16.25L17.75 21\" /></svg></li><li title=\"filter menu outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-filter-menu-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 18.88A1 1 0 0 1 11.71 19.71A1 1 0 0 1 10.3 19.71L6.3 15.71A1 1 0 0 1 6 14.87V9.75L1.21 3.62A1 1 0 0 1 1.38 2.22A1 1 0 0 1 2 2H16A1 1 0 0 1 16.62 2.22A1 1 0 0 1 16.79 3.62L12 9.75V18.88M4 4L8 9.06V14.58L10 16.58V9.05L14 4M13 16L18 21L23 16Z\" /></svg></li><li title=\"filter menu \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-filter-menu\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11 11L16.76 3.62A1 1 0 0 0 16.59 2.22A1 1 0 0 0 16 2H2A1 1 0 0 0 1.38 2.22A1 1 0 0 0 1.21 3.62L7 11V16.87A1 1 0 0 0 7.29 17.7L9.29 19.7A1 1 0 0 0 10.7 19.7A1 1 0 0 0 11 18.87V11M13 16L18 21L23 16Z\" /></svg></li><li title=\"filter minus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-filter-minus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15 17H23V19H15V17M13 19.88C13.04 20.18 12.94 20.5 12.72 20.71C12.32 21.1 11.69 21.1 11.3 20.71L7.29 16.7C7.06 16.47 6.96 16.16 7 15.87V10.75L2.21 4.62C1.87 4.19 1.95 3.56 2.38 3.22C2.57 3.08 2.78 3 3 3V3H17V3C17.22 3 17.43 3.08 17.62 3.22C18.05 3.56 18.13 4.19 17.79 4.62L13 10.75V19.88M5.04 5L9 10.07V15.58L11 17.58V10.05L14.96 5H5.04Z\" /></svg></li><li title=\"filter minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-filter-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 12V19.88C12.04 20.18 11.94 20.5 11.71 20.71C11.32 21.1 10.69 21.1 10.3 20.71L8.29 18.7C8.06 18.47 7.96 18.16 8 17.86V12H7.97L2.21 4.62C1.87 4.19 1.95 3.56 2.38 3.22C2.57 3.08 2.78 3 3 3V3H17V3C17.22 3 17.43 3.08 17.62 3.22C18.05 3.56 18.13 4.19 17.79 4.62L12.03 12H12M15 17H23V19H15V17Z\" /></svg></li><li title=\"filter off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-filter-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2.39 1.73L1.11 3L9 10.89V15.87C8.96 16.16 9.06 16.47 9.29 16.7L13.3 20.71C13.69 21.1 14.32 21.1 14.71 20.71C14.94 20.5 15.04 20.18 15 19.88V16.89L20.84 22.73L22.11 21.46L15 14.35V14.34L13 12.35L11 10.34L4.15 3.5L2.39 1.73M6.21 3L8.2 5H16.96L13.11 9.91L15 11.8V10.75L19.79 4.62C20.13 4.19 20.05 3.56 19.62 3.22C19.43 3.08 19.22 3 19 3H6.21M11 12.89L13 14.89V17.58L11 15.58V12.89Z\" /></svg></li><li title=\"filter off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-filter-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2.39 1.73L1.11 3L9.5 11.37L9.97 12H10V17.87C9.96 18.16 10.06 18.47 10.29 18.7L12.3 20.71C12.69 21.1 13.32 21.1 13.71 20.71C13.94 20.5 14.04 20.18 14 19.88V15.89L20.84 22.73L22.11 21.46L14 13.35L9.41 8.76L4.15 3.5L2.39 1.73M6.21 3L14.54 11.34L19.79 4.62C20.13 4.19 20.05 3.56 19.62 3.22C19.43 3.08 19.22 3 19 3H6.21Z\" /></svg></li><li title=\"filter outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-filter-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,19.88C15.04,20.18 14.94,20.5 14.71,20.71C14.32,21.1 13.69,21.1 13.3,20.71L9.29,16.7C9.06,16.47 8.96,16.16 9,15.87V10.75L4.21,4.62C3.87,4.19 3.95,3.56 4.38,3.22C4.57,3.08 4.78,3 5,3V3H19V3C19.22,3 19.43,3.08 19.62,3.22C20.05,3.56 20.13,4.19 19.79,4.62L15,10.75V19.88M7.04,5L11,10.06V15.58L13,17.58V10.05L16.96,5H7.04Z\" /></svg></li><li title=\"filter plus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-filter-plus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15 17H18V14H20V17H23V19H20V22H18V19H15V17M13 19.88C13.04 20.18 12.94 20.5 12.72 20.71C12.32 21.1 11.69 21.1 11.3 20.71L7.29 16.7C7.06 16.47 6.96 16.16 7 15.87V10.75L2.21 4.62C1.87 4.19 1.95 3.56 2.38 3.22C2.57 3.08 2.78 3 3 3V3H17V3C17.22 3 17.43 3.08 17.62 3.22C18.05 3.56 18.13 4.19 17.79 4.62L13 10.75V19.88M5.04 5L9 10.07V15.58L11 17.58V10.05L14.96 5H5.04Z\" /></svg></li><li title=\"filter plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-filter-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 12V19.88C12.04 20.18 11.94 20.5 11.71 20.71C11.32 21.1 10.69 21.1 10.3 20.71L8.29 18.7C8.06 18.47 7.96 18.16 8 17.87V12H7.97L2.21 4.62C1.87 4.19 1.95 3.56 2.38 3.22C2.57 3.08 2.78 3 3 3H17C17.22 3 17.43 3.08 17.62 3.22C18.05 3.56 18.13 4.19 17.79 4.62L12.03 12H12M15 17H18V14H20V17H23V19H20V22H18V19H15V17Z\" /></svg></li><li title=\"filter remove outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-filter-remove-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.73,20.83L17.58,18L14.73,15.17L16.15,13.76L19,16.57L21.8,13.76L23.22,15.17L20.41,18L23.22,20.83L21.8,22.24L19,19.4L16.15,22.24L14.73,20.83M13,19.88C13.04,20.18 12.94,20.5 12.71,20.71C12.32,21.1 11.69,21.1 11.3,20.71L7.29,16.7C7.06,16.47 6.96,16.16 7,15.87V10.75L2.21,4.62C1.87,4.19 1.95,3.56 2.38,3.22C2.57,3.08 2.78,3 3,3V3H17V3C17.22,3 17.43,3.08 17.62,3.22C18.05,3.56 18.13,4.19 17.79,4.62L13,10.75V19.88M5.04,5L9,10.06V15.58L11,17.58V10.05L14.96,5H5.04Z\" /></svg></li><li title=\"filter remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-filter-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.76,20.83L17.6,18L14.76,15.17L16.17,13.76L19,16.57L21.83,13.76L23.24,15.17L20.43,18L23.24,20.83L21.83,22.24L19,19.4L16.17,22.24L14.76,20.83M12,12V19.88C12.04,20.18 11.94,20.5 11.71,20.71C11.32,21.1 10.69,21.1 10.3,20.71L8.29,18.7C8.06,18.47 7.96,18.16 8,17.87V12H7.97L2.21,4.62C1.87,4.19 1.95,3.56 2.38,3.22C2.57,3.08 2.78,3 3,3V3H17V3C17.22,3 17.43,3.08 17.62,3.22C18.05,3.56 18.13,4.19 17.79,4.62L12.03,12H12Z\" /></svg></li><li title=\"filter variant minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-filter-variant-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 8H3V6H21V8M13.81 16H10V18H13.09C13.21 17.28 13.46 16.61 13.81 16M18 11H6V13H18V11M23 18H15V20H23V18Z\" /></svg></li><li title=\"filter variant plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-filter-variant-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 8H3V6H21V8M13.81 16H10V18H13.09C13.21 17.28 13.46 16.61 13.81 16M18 11H6V13H18V11M18 15V18H15V20H18V23H20V20H23V18H20V15H18Z\" /></svg></li><li title=\"filter variant remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-filter-variant-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 8H3V6H21V8M13.81 16H10V18H13.09C13.21 17.28 13.46 16.61 13.81 16M18 11H6V13H18V11M21.12 15.46L19 17.59L16.88 15.46L15.47 16.88L17.59 19L15.47 21.12L16.88 22.54L19 20.41L21.12 22.54L22.54 21.12L20.41 19L22.54 16.88L21.12 15.46Z\" /></svg></li><li title=\"filter variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-filter-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,13H18V11H6M3,6V8H21V6M10,18H14V16H10V18Z\" /></svg></li><li title=\"filter \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-filter\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,12V19.88C14.04,20.18 13.94,20.5 13.71,20.71C13.32,21.1 12.69,21.1 12.3,20.71L10.29,18.7C10.06,18.47 9.96,18.16 10,17.87V12H9.97L4.21,4.62C3.87,4.19 3.95,3.56 4.38,3.22C4.57,3.08 4.78,3 5,3V3H19V3C19.22,3 19.43,3.08 19.62,3.22C20.05,3.56 20.13,4.19 19.79,4.62L14.03,12H14Z\" /></svg></li><li title=\"finance \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-finance\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,16.5L3,19.44V11H6M11,14.66L9.43,13.32L8,14.64V7H11M16,13L13,16V3H16M18.81,12.81L17,11H22V16L20.21,14.21L13,21.36L9.53,18.34L5.75,22H3L9.47,15.66L13,18.64\" /></svg></li><li title=\"find replace \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-find-replace\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,6C12.38,6 13.63,6.56 14.54,7.46L12,10H18V4L15.95,6.05C14.68,4.78 12.93,4 11,4C7.47,4 4.57,6.61 4.08,10H6.1C6.56,7.72 8.58,6 11,6M16.64,15.14C17.3,14.24 17.76,13.17 17.92,12H15.9C15.44,14.28 13.42,16 11,16C9.62,16 8.37,15.44 7.46,14.54L10,12H4V18L6.05,15.95C7.32,17.22 9.07,18 11,18C12.55,18 14,17.5 15.14,16.64L20,21.5L21.5,20L16.64,15.14Z\" /></svg></li><li title=\"fingerprint off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fingerprint-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M1.5,4.77L2.78,3.5L20.5,21.22L19.23,22.5L16.67,19.94C15.58,19.9 14.62,19.6 13.82,19.05C12.34,18.05 11.46,16.43 11.44,14.71L10.27,13.53C10.03,13.85 9.89,14.23 9.89,14.65C9.89,16.36 10.55,17.96 11.76,19.16C12.71,20.1 13.62,20.62 15.03,21C15.3,21.08 15.45,21.36 15.38,21.62C15.33,21.85 15.12,22 14.91,22H14.78C13.19,21.54 12.15,20.95 11.06,19.88C9.66,18.5 8.89,16.64 8.89,14.66C8.89,13.97 9.14,13.33 9.56,12.83L8.5,11.77C7.78,12.54 7.34,13.55 7.34,14.66C7.34,16.1 7.66,17.43 8.27,18.5C8.91,19.66 9.35,20.15 10.12,20.93C10.31,21.13 10.31,21.44 10.12,21.64C10,21.74 9.88,21.79 9.75,21.79C9.62,21.79 9.5,21.74 9.4,21.64C8.53,20.77 8.06,20.21 7.39,19C6.7,17.77 6.34,16.27 6.34,14.66C6.34,13.28 6.89,12 7.79,11.06L6.7,9.97C6.15,10.5 5.69,11.15 5.35,11.86C4.96,12.67 4.76,13.62 4.76,14.66C4.76,15.44 4.83,16.67 5.43,18.27C5.53,18.53 5.4,18.82 5.14,18.91C4.88,19 4.59,18.87 4.5,18.62C4,17.31 3.77,16 3.77,14.66C3.77,13.46 4,12.37 4.45,11.42C4.84,10.61 5.36,9.88 6,9.26L4.97,8.24C4.58,8.63 4.22,9.05 3.89,9.5C3.81,9.65 3.66,9.72 3.5,9.72L3.21,9.63C3,9.47 2.93,9.16 3.09,8.93C3.45,8.43 3.84,7.96 4.27,7.53L1.5,4.77M17.81,4.47L17.58,4.41C15.66,3.42 14,3 12,3C10.03,3 8.15,3.47 6.44,4.41L6.29,4.46L5.71,3.89C5.73,3.74 5.82,3.61 5.96,3.53C7.82,2.5 9.86,2 12,2C14.14,2 16,2.47 18.04,3.5C18.29,3.65 18.38,3.95 18.25,4.19C18.16,4.37 18,4.47 17.81,4.47M17.15,5.65C18.65,6.42 19.91,7.5 20.9,8.9C21.06,9.12 21,9.44 20.78,9.6C20.55,9.76 20.24,9.71 20.08,9.5C19.18,8.22 18.04,7.23 16.69,6.54C14.06,5.19 10.76,5.08 8.03,6.21L7.27,5.45C10.34,4.04 14.14,4.1 17.15,5.65M12,9.27C15.12,9.27 17.66,11.69 17.66,14.66A0.5,0.5 0 0,1 17.16,15.16L16.93,15.11L16.72,14.89L16.66,14.66C16.66,12.27 14.62,10.32 12.09,10.27L11.15,9.33L12,9.27M14.38,18.22C14.71,18.45 15.07,18.62 15.47,18.73L12.63,15.9C12.92,16.82 13.53,17.65 14.38,18.22M19.21,14.66C19.21,10.89 15.96,7.83 11.96,7.83C11.26,7.83 10.58,7.93 9.93,8.11L9.12,7.3C10,7 10.97,6.82 11.96,6.82C16.5,6.82 20.21,10.33 20.21,14.65C20.21,15.65 19.69,16.53 18.89,17.06L18.17,16.34C18.79,16 19.21,15.38 19.21,14.66Z\" /></svg></li><li title=\"fingerprint \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fingerprint\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17.81,4.47C17.73,4.47 17.65,4.45 17.58,4.41C15.66,3.42 14,3 12,3C10.03,3 8.15,3.47 6.44,4.41C6.2,4.54 5.9,4.45 5.76,4.21C5.63,3.97 5.72,3.66 5.96,3.53C7.82,2.5 9.86,2 12,2C14.14,2 16,2.47 18.04,3.5C18.29,3.65 18.38,3.95 18.25,4.19C18.16,4.37 18,4.47 17.81,4.47M3.5,9.72C3.4,9.72 3.3,9.69 3.21,9.63C3,9.47 2.93,9.16 3.09,8.93C4.08,7.53 5.34,6.43 6.84,5.66C10,4.04 14,4.03 17.15,5.65C18.65,6.42 19.91,7.5 20.9,8.9C21.06,9.12 21,9.44 20.78,9.6C20.55,9.76 20.24,9.71 20.08,9.5C19.18,8.22 18.04,7.23 16.69,6.54C13.82,5.07 10.15,5.07 7.29,6.55C5.93,7.25 4.79,8.25 3.89,9.5C3.81,9.65 3.66,9.72 3.5,9.72M9.75,21.79C9.62,21.79 9.5,21.74 9.4,21.64C8.53,20.77 8.06,20.21 7.39,19C6.7,17.77 6.34,16.27 6.34,14.66C6.34,11.69 8.88,9.27 12,9.27C15.12,9.27 17.66,11.69 17.66,14.66A0.5,0.5 0 0,1 17.16,15.16A0.5,0.5 0 0,1 16.66,14.66C16.66,12.24 14.57,10.27 12,10.27C9.43,10.27 7.34,12.24 7.34,14.66C7.34,16.1 7.66,17.43 8.27,18.5C8.91,19.66 9.35,20.15 10.12,20.93C10.31,21.13 10.31,21.44 10.12,21.64C10,21.74 9.88,21.79 9.75,21.79M16.92,19.94C15.73,19.94 14.68,19.64 13.82,19.05C12.33,18.04 11.44,16.4 11.44,14.66A0.5,0.5 0 0,1 11.94,14.16A0.5,0.5 0 0,1 12.44,14.66C12.44,16.07 13.16,17.4 14.38,18.22C15.09,18.7 15.92,18.93 16.92,18.93C17.16,18.93 17.56,18.9 17.96,18.83C18.23,18.78 18.5,18.96 18.54,19.24C18.59,19.5 18.41,19.77 18.13,19.82C17.56,19.93 17.06,19.94 16.92,19.94M14.91,22C14.87,22 14.82,22 14.78,22C13.19,21.54 12.15,20.95 11.06,19.88C9.66,18.5 8.89,16.64 8.89,14.66C8.89,13.04 10.27,11.72 11.97,11.72C13.67,11.72 15.05,13.04 15.05,14.66C15.05,15.73 16,16.6 17.13,16.6C18.28,16.6 19.21,15.73 19.21,14.66C19.21,10.89 15.96,7.83 11.96,7.83C9.12,7.83 6.5,9.41 5.35,11.86C4.96,12.67 4.76,13.62 4.76,14.66C4.76,15.44 4.83,16.67 5.43,18.27C5.53,18.53 5.4,18.82 5.14,18.91C4.88,19 4.59,18.87 4.5,18.62C4,17.31 3.77,16 3.77,14.66C3.77,13.46 4,12.37 4.45,11.42C5.78,8.63 8.73,6.82 11.96,6.82C16.5,6.82 20.21,10.33 20.21,14.65C20.21,16.27 18.83,17.59 17.13,17.59C15.43,17.59 14.05,16.27 14.05,14.65C14.05,13.58 13.12,12.71 11.97,12.71C10.82,12.71 9.89,13.58 9.89,14.65C9.89,16.36 10.55,17.96 11.76,19.16C12.71,20.1 13.62,20.62 15.03,21C15.3,21.08 15.45,21.36 15.38,21.62C15.33,21.85 15.12,22 14.91,22Z\" /></svg></li><li title=\"fire alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fire-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.66 11.2C15.43 10.9 15.15 10.64 14.89 10.38C14.22 9.78 13.46 9.35 12.82 8.72C11.33 7.26 11 4.85 11.95 3C11 3.23 10.17 3.75 9.46 4.32C6.87 6.4 5.85 10.07 7.07 13.22C7.11 13.32 7.15 13.42 7.15 13.55C7.15 13.77 7 13.97 6.8 14.05C6.57 14.15 6.33 14.09 6.14 13.93C6.08 13.88 6.04 13.83 6 13.76C4.87 12.33 4.69 10.28 5.45 8.64C3.78 10 2.87 12.3 3 14.47C3.06 14.97 3.12 15.47 3.29 15.97C3.43 16.57 3.7 17.17 4 17.7C5.08 19.43 6.95 20.67 8.96 20.92C11.1 21.19 13.39 20.8 15.03 19.32C16.86 17.66 17.5 15 16.56 12.72L16.43 12.46C16.22 12 15.66 11.2 15.66 11.2M12.5 17.5C12.22 17.74 11.76 18 11.4 18.1C10.28 18.5 9.16 17.94 8.5 17.28C9.69 17 10.4 16.12 10.61 15.23C10.78 14.43 10.46 13.77 10.33 13C10.21 12.26 10.23 11.63 10.5 10.94C10.69 11.32 10.89 11.7 11.13 12C11.9 13 13.11 13.44 13.37 14.8C13.41 14.94 13.43 15.08 13.43 15.23C13.46 16.05 13.1 16.95 12.5 17.5H12.5M21 13H19V7H21V13M21 17H19V15H21V17Z\" /></svg></li><li title=\"fire circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fire-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.66 14.18C14.69 14.29 14.7 14.4 14.7 14.5C14.73 15.15 14.44 15.85 13.97 16.28C13.75 16.47 13.39 16.67 13.11 16.75C12.23 17.06 11.35 16.62 10.83 16.11C11.77 15.89 12.32 15.21 12.5 14.5C12.62 13.89 12.37 13.38 12.27 12.78C12.17 12.2 12.19 11.71 12.4 11.18C12.55 11.47 12.71 11.77 12.9 12C13.5 12.78 14.45 13.12 14.66 14.18M22 12C22 17.5 17.5 22 12 22S2 17.5 2 12 6.5 2 12 2 22 6.5 22 12M17.16 12.56L17.06 12.36C16.9 12 16.45 11.38 16.45 11.38C16.27 11.15 16.05 10.94 15.85 10.74C15.32 10.27 14.73 9.94 14.22 9.45C13.05 8.31 12.79 6.44 13.54 5C12.79 5.18 12.14 5.58 11.58 6.03C9.55 7.65 8.75 10.5 9.71 12.95C9.74 13.03 9.77 13.11 9.77 13.21C9.77 13.38 9.65 13.53 9.5 13.6C9.31 13.67 9.13 13.63 9 13.5C8.93 13.46 8.9 13.42 8.87 13.37C8 12.26 7.84 10.66 8.43 9.39C7.12 10.45 6.41 12.24 6.5 13.92C6.56 14.31 6.6 14.7 6.74 15.09C6.85 15.56 7.06 16 7.3 16.44C8.14 17.78 9.61 18.75 11.19 18.94C12.87 19.15 14.67 18.85 15.96 17.7C17.4 16.4 17.9 14.33 17.16 12.56Z\" /></svg></li><li title=\"fire extinguisher \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fire-extinguisher\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10.5,7H11.75L12,5H10.25L6,7.5V9H4V6.5L10,3H12V2H14V3H16L17,2.5V5.5L16,5H14L14.25,7H15.5A1.5,1.5 0 0,1 17,8.5V22H9V8.5A1.5,1.5 0 0,1 10.5,7Z\" /></svg></li><li title=\"fire hydrant alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fire-hydrant-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 7H20V13H22V7M22 15H20V17H22V15M3 15V14H2V12H3V11H5V15H3M17 12V11H15V15H17V14H18V12H17M16 6H13.86C13.5 4.6 12.4 3.5 11 3.14V2H9V3.14C7.6 3.5 6.5 4.6 6.14 6H4V8H16V6M16 22H4C4 20.9 4.89 20 6 20V9H14V20C15.11 20 16 20.9 16 22M8 13C8 14.11 8.9 15 10 15S12 14.11 12 13 11.11 11 10 11 8 11.9 8 13Z\" /></svg></li><li title=\"fire hydrant off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fire-hydrant-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.84 22.73L22.11 21.46L2.39 1.73L1.11 3L8 9.89V20C6.9 20 6 20.9 6 22H18C18 20.9 17.11 20 16 20V17.89L20.84 22.73M10.22 12.11L12.89 14.78C12.62 14.92 12.32 15 12 15C10.9 15 10 14.11 10 13C10 12.68 10.08 12.38 10.22 12.11M11.2 8L8.44 5.24C8.94 4.21 9.87 3.43 11 3.14V2H13V3.14C14.4 3.5 15.5 4.6 15.86 6H18V8H11.2M19 11V12H20V14H19V15H18.2L17 13.8V11H19M5 15V14H4V12H5V11H7V15H5M16 12.8L12.2 9H16V12.8Z\" /></svg></li><li title=\"fire hydrant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fire-hydrant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5 15V14H4V12H5V11H7V15H5M19 12V11H17V15H19V14H20V12H19M18 6H15.86C15.5 4.6 14.4 3.5 13 3.14V2H11V3.14C9.6 3.5 8.5 4.6 8.14 6H6V8H18V6M18 22H6C6 20.9 6.9 20 8 20V9H16V20C17.11 20 18 20.9 18 22M10 13C10 14.11 10.9 15 12 15S14 14.11 14 13 13.11 11 12 11 10 11.9 10 13Z\" /></svg></li><li title=\"fire off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fire-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.11 21.46L2.39 1.73L1.11 3L7.09 9C5.66 10.36 4.88 12.47 5 14.47C5.06 14.97 5.12 15.47 5.29 15.97C5.43 16.57 5.7 17.17 6 17.7C7.08 19.43 8.95 20.67 10.96 20.92C13.1 21.19 15.39 20.8 17.03 19.32C17.1 19.26 17.15 19.18 17.22 19.11L20.84 22.73L22.11 21.46M8.8 14.05C8.57 14.15 8.33 14.09 8.14 13.93C8.08 13.88 8.04 13.83 8 13.76C7 12.47 6.74 10.69 7.26 9.15L8.58 10.47C8.58 11.4 8.73 12.33 9.07 13.22C9.11 13.32 9.15 13.42 9.15 13.55C9.15 13.77 9 13.97 8.8 14.05M14.5 17.5C14.22 17.74 13.76 18 13.4 18.1C12.28 18.5 11.16 17.94 10.5 17.28C11.69 17 12.4 16.12 12.61 15.23C12.66 15 12.66 14.76 12.64 14.53L15 16.88C14.85 17.11 14.69 17.33 14.5 17.5M18.92 15.72L9.65 6.46C10.12 5.65 10.72 4.92 11.46 4.32C12.17 3.75 13 3.23 13.95 3C13 4.85 13.33 7.26 14.82 8.72C15.46 9.35 16.22 9.78 16.89 10.38C17.15 10.64 17.43 10.9 17.66 11.2C17.66 11.2 18.22 12 18.43 12.46L18.56 12.72C18.96 13.69 19.06 14.72 18.92 15.72Z\" /></svg></li><li title=\"fire truck \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fire-truck\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17.04,2C16.85,2 16.66,2.04 16.5,2.14L5.59,8.5H9.55L17.5,3.86C18,3.58 18.13,2.97 17.85,2.5C17.68,2.2 17.38,2 17.04,2M16,8V10H3A2,2 0 0,0 1,12H2V15H1V19H3A3,3 0 0,0 6,22A3,3 0 0,0 9,19H15A3,3 0 0,0 18,22A3,3 0 0,0 21,19H23V12.5L19.5,8H16M18,9.5H19L21.5,12.5V13.5H18V9.5M4,12H7V15H4V12M9,12H12V15H9V12M14,12H16V15H14V12M6,17.5A1.5,1.5 0 0,1 7.5,19A1.5,1.5 0 0,1 6,20.5A1.5,1.5 0 0,1 4.5,19A1.5,1.5 0 0,1 6,17.5M18,17.5A1.5,1.5 0 0,1 19.5,19A1.5,1.5 0 0,1 18,20.5A1.5,1.5 0 0,1 16.5,19A1.5,1.5 0 0,1 18,17.5Z\" /></svg></li><li title=\"fire \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fire\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17.66 11.2C17.43 10.9 17.15 10.64 16.89 10.38C16.22 9.78 15.46 9.35 14.82 8.72C13.33 7.26 13 4.85 13.95 3C13 3.23 12.17 3.75 11.46 4.32C8.87 6.4 7.85 10.07 9.07 13.22C9.11 13.32 9.15 13.42 9.15 13.55C9.15 13.77 9 13.97 8.8 14.05C8.57 14.15 8.33 14.09 8.14 13.93C8.08 13.88 8.04 13.83 8 13.76C6.87 12.33 6.69 10.28 7.45 8.64C5.78 10 4.87 12.3 5 14.47C5.06 14.97 5.12 15.47 5.29 15.97C5.43 16.57 5.7 17.17 6 17.7C7.08 19.43 8.95 20.67 10.96 20.92C13.1 21.19 15.39 20.8 17.03 19.32C18.86 17.66 19.5 15 18.56 12.72L18.43 12.46C18.22 12 17.66 11.2 17.66 11.2M14.5 17.5C14.22 17.74 13.76 18 13.4 18.1C12.28 18.5 11.16 17.94 10.5 17.28C11.69 17 12.4 16.12 12.61 15.23C12.78 14.43 12.46 13.77 12.33 13C12.21 12.26 12.23 11.63 12.5 10.94C12.69 11.32 12.89 11.7 13.13 12C13.9 13 15.11 13.44 15.37 14.8C15.41 14.94 15.43 15.08 15.43 15.23C15.46 16.05 15.1 16.95 14.5 17.5H14.5Z\" /></svg></li><li title=\"firebase \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-firebase\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,18.69L12.7,22.74C12.2,23 11.7,23 11.2,22.74L4,18.69L17.05,5.54L17.4,5.44C17.7,5.44 17.87,5.57 17.9,5.84L20,18.69M9.35,5.74L4.8,13.29L6.7,1.34C6.73,1.07 6.9,0.94 7.2,0.94C7.4,0.94 7.53,1 7.6,1.19L9.75,5.14L9.35,5.74M13.85,7L4.3,16.59L11.55,4.29C11.65,4.09 11.8,4 12,4C12.2,4 12.33,4.09 12.4,4.29L13.85,7Z\" /></svg></li><li title=\"firefox \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-firefox\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9.27 7.94C9.27 7.94 9.27 7.94 9.27 7.94M6.85 6.74C6.86 6.74 6.86 6.74 6.85 6.74M21.28 8.6C20.85 7.55 19.96 6.42 19.27 6.06C19.83 7.17 20.16 8.28 20.29 9.1L20.29 9.12C19.16 6.3 17.24 5.16 15.67 2.68C15.59 2.56 15.5 2.43 15.43 2.3C15.39 2.23 15.36 2.16 15.32 2.09C15.26 1.96 15.2 1.83 15.17 1.69C15.17 1.68 15.16 1.67 15.15 1.67H15.13L15.12 1.67L15.12 1.67L15.12 1.67C12.9 2.97 11.97 5.26 11.74 6.71C11.05 6.75 10.37 6.92 9.75 7.22C9.63 7.27 9.58 7.41 9.62 7.53C9.67 7.67 9.83 7.74 9.96 7.68C10.5 7.42 11.1 7.27 11.7 7.23L11.75 7.23C11.83 7.22 11.92 7.22 12 7.22C12.5 7.21 12.97 7.28 13.44 7.42L13.5 7.44C13.6 7.46 13.67 7.5 13.75 7.5C13.8 7.54 13.86 7.56 13.91 7.58L14.05 7.64C14.12 7.67 14.19 7.7 14.25 7.73C14.28 7.75 14.31 7.76 14.34 7.78C14.41 7.82 14.5 7.85 14.54 7.89C14.58 7.91 14.62 7.94 14.66 7.96C15.39 8.41 16 9.03 16.41 9.77C15.88 9.4 14.92 9.03 14 9.19C17.6 11 16.63 17.19 11.64 16.95C11.2 16.94 10.76 16.85 10.34 16.7C10.24 16.67 10.14 16.63 10.05 16.58C10 16.56 9.93 16.53 9.88 16.5C8.65 15.87 7.64 14.68 7.5 13.23C7.5 13.23 8 11.5 10.83 11.5C11.14 11.5 12 10.64 12.03 10.4C12.03 10.31 10.29 9.62 9.61 8.95C9.24 8.59 9.07 8.42 8.92 8.29C8.84 8.22 8.75 8.16 8.66 8.1C8.43 7.3 8.42 6.45 8.63 5.65C7.6 6.12 6.8 6.86 6.22 7.5H6.22C5.82 7 5.85 5.35 5.87 5C5.86 5 5.57 5.16 5.54 5.18C5.19 5.43 4.86 5.71 4.56 6C4.21 6.37 3.9 6.74 3.62 7.14C3 8.05 2.5 9.09 2.28 10.18C2.28 10.19 2.18 10.59 2.11 11.1L2.08 11.33C2.06 11.5 2.04 11.65 2 11.91L2 11.94L2 12.27L2 12.32C2 17.85 6.5 22.33 12 22.33C16.97 22.33 21.08 18.74 21.88 14C21.9 13.89 21.91 13.76 21.93 13.63C22.13 11.91 21.91 10.11 21.28 8.6Z\" /></svg></li><li title=\"fireplace off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fireplace-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,22H2V20H22V22M22,6H2V3H22V6M20,7V19H17V11C17,11 14.5,10 12,10C9.5,10 7,11 7,11V19H4V7H20Z\" /></svg></li><li title=\"fireplace \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fireplace\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,22H2V20H22V22M22,6H2V3H22V6M20,7V19H17V11C17,11 14.5,10 12,10C9.5,10 7,11 7,11V19H4V7H20M14.5,14.67H14.47L14.81,15.22L14.87,15.34C15.29,16.35 15,17.5 14.21,18.24C13.5,18.9 12.5,19.07 11.58,18.95C10.71,18.84 9.9,18.29 9.45,17.53C9.3,17.3 9.19,17.03 9.13,16.77L9,16.11C8.96,15.15 9.34,14.14 10.06,13.54C9.73,14.26 9.81,15.16 10.3,15.79L10.36,15.87C10.44,15.94 10.55,15.97 10.64,15.92C10.73,15.89 10.8,15.8 10.8,15.7L10.76,15.56C10.23,14.17 10.68,12.55 11.79,11.63C12.1,11.38 12.5,11.15 12.87,11.05C12.46,11.87 12.61,12.93 13.25,13.57L14.14,14.3L14.5,14.67M13.11,17.44V17.44C13.37,17.2 13.53,16.8 13.5,16.44V16.25C13.38,15.65 12.85,15.46 12.5,15L12.26,14.55C12.13,14.85 12.12,15.13 12.17,15.46C12.23,15.8 12.37,16.09 12.29,16.44C12.2,16.83 11.9,17.22 11.37,17.35C11.67,17.64 12.15,17.87 12.64,17.71L13.11,17.44Z\" /></svg></li><li title=\"firewire \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-firewire\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 10C13.1 10 14 10.9 14 12S13.1 14 12 14 10 13.1 10 12 10.9 10 12 10M12 8C9.8 8 8 9.8 8 12S9.8 16 12 16 16 14.2 16 12 14.2 8 12 8M15 17H9V19H15V17M15 20H9V22H15V20M6.3 10.6L10.5 6.4L9.2 4.9L4.9 9.2L6.3 10.6M4.2 8.5L8.4 4.3L7.1 2.8L2.8 7.1L4.2 8.5M15 17H9V19H15V17M13.4 6.3L17.6 10.5L21.1 7L16.9 2.8L13.4 6.3Z\" /></svg></li><li title=\"firework off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-firework-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.84 22.73L13.17 15.06L8.72 19.5L7.29 18.09C7.04 18.16 6.8 18.28 6.63 18.5C6.57 18.57 6.5 18.65 6.5 18.74C6.42 18.88 6.38 19 6.32 19.15C6.21 19.42 6.09 19.69 5.93 19.93C5.81 20.1 5.68 20.26 5.53 20.39C5.42 20.5 5.29 20.59 5.16 20.66C5.08 20.71 5 20.76 4.9 20.79C4.3 21.04 3.63 21 3 21V19H3.9C4 19 4.08 19 4.16 18.94L4.21 18.89C4.28 18.81 4.34 18.7 4.39 18.6C4.47 18.42 4.53 18.24 4.6 18.06L4.64 17.96C4.76 17.69 4.9 17.45 5.08 17.23C5.18 17.1 5.3 17 5.42 16.87C5.54 16.77 5.66 16.67 5.8 16.59L4.5 15.28L8.94 10.83L1.11 3L2.39 1.73L22.11 21.46L20.84 22.73M21 3L12.81 4.12L19.88 11.19L21 3M16.5 11.74L12.26 7.5L11.5 8.28L15.72 12.5L16.5 11.74Z\" /></svg></li><li title=\"firework \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-firework\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5.8,16.59L4.5,15.28L12.26,7.5L16.5,11.74L8.72,19.5L7.29,18.09C7.04,18.16 6.8,18.28 6.63,18.5C6.57,18.57 6.5,18.65 6.5,18.74C6.42,18.88 6.38,19 6.32,19.15C6.21,19.42 6.09,19.69 5.93,19.93C5.81,20.1 5.68,20.26 5.53,20.39C5.42,20.5 5.29,20.59 5.16,20.66C5.08,20.71 5,20.76 4.9,20.79C4.3,21.04 3.63,21 3,21V19C3.23,19 3.83,19 3.9,19C4,19 4.08,19 4.16,18.94C4.18,18.92 4.19,18.91 4.21,18.89C4.28,18.81 4.34,18.7 4.39,18.6C4.47,18.42 4.53,18.24 4.6,18.06L4.64,17.96C4.76,17.69 4.9,17.45 5.08,17.23C5.18,17.1 5.3,17 5.42,16.87C5.54,16.77 5.66,16.67 5.8,16.59M21,3L19.88,11.19L12.81,4.12L21,3Z\" /></svg></li><li title=\"fish off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fish-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.8 22.7L15.7 17.6C15.1 18.3 14.6 18.9 14.1 19.3C13.3 20 12.7 20 12 20L12.8 17C9.5 16.8 6.6 15.4 5.8 13.6C5.7 14.1 5.6 14.5 5.4 14.8C4.7 16 3.3 16 2 16C3.1 16 3.5 14.4 3.5 12.5S3.1 9 2 9C3.3 9 4.7 9 5.3 10.2C5.5 10.5 5.6 11 5.7 11.4C6 10.7 6.7 10 7.6 9.5L1.1 3L2.4 1.7L22.1 21.4L20.8 22.7M9.8 6.6L9 5C11 5 13 5 14.3 5.7C15.4 6.3 16.1 7.3 16.7 8.4C19.6 9.1 22 10.7 22 12.5C22 13.8 20.8 15 19 15.8L9.8 6.6M16 12C16 12.6 16.4 13 17 13S18 12.6 18 12 17.6 11 17 11 16 11.4 16 12Z\" /></svg></li><li title=\"fish \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fish\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,20L12.76,17C9.5,16.79 6.59,15.4 5.75,13.58C5.66,14.06 5.53,14.5 5.33,14.83C4.67,16 3.33,16 2,16C3.1,16 3.5,14.43 3.5,12.5C3.5,10.57 3.1,9 2,9C3.33,9 4.67,9 5.33,10.17C5.53,10.5 5.66,10.94 5.75,11.42C6.4,10 8.32,8.85 10.66,8.32L9,5C11,5 13,5 14.33,5.67C15.46,6.23 16.11,7.27 16.69,8.38C19.61,9.08 22,10.66 22,12.5C22,14.38 19.5,16 16.5,16.66C15.67,17.76 14.86,18.78 14.17,19.33C13.33,20 12.67,20 12,20M17,11A1,1 0 0,0 16,12A1,1 0 0,0 17,13A1,1 0 0,0 18,12A1,1 0 0,0 17,11Z\" /></svg></li><li title=\"fishbowl outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fishbowl-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.11,5H21V3H3V5H4.89C3.11,6.8 2,9.27 2,12C2,15.97 4.31,19.39 7.66,21H16.34C19.69,19.39 22,15.97 22,12C22,9.27 20.89,6.8 19.11,5M6.32,6.41L7.7,5H16.3L17.68,6.41C18.23,6.96 18.69,7.58 19.05,8.25C18,8.09 16.94,7.66 16,7C13.56,8.71 10.44,8.71 8,7C7.06,7.66 6,8.09 4.95,8.25C5.31,7.58 5.77,6.96 6.32,6.41M15.85,19H8.15C5.58,17.59 4,14.95 4,12C4,11.43 4.07,10.86 4.19,10.32C5.5,10.29 6.8,9.95 8,9.33C10.5,10.63 13.5,10.63 16,9.33C17.2,9.95 18.5,10.29 19.81,10.32C19.93,10.86 20,11.43 20,12C20,14.95 18.42,17.59 15.85,19M17,14.5C17,15.88 15.32,17 13.25,17C12.09,17 11.06,16.64 10.33,16.16C9.67,17 8.33,17 7,17C8.1,17 8.5,15.88 8.5,14.5C8.5,13.12 8.1,12 7,12C8.33,12 9.67,12 10.37,12.91C11.06,12.36 12.09,12 13.25,12C15.32,12 17,13.12 17,14.5Z\" /></svg></li><li title=\"fishbowl \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fishbowl\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.11,5H21V3H3V5H4.89C3.11,6.8 2,9.27 2,12C2,15.97 4.31,19.39 7.66,21H16.34C19.69,19.39 22,15.97 22,12C22,9.27 20.89,6.8 19.11,5M13.25,17C12.09,17 11.06,16.64 10.33,16.17C9.67,17 8.33,17 7,17C8.1,17 8.5,15.88 8.5,14.5C8.5,13.12 8.1,12 7,12C8.33,12 9.67,12 10.37,12.91C11.06,12.36 12.09,12 13.25,12C15.32,12 17,13.12 17,14.5C17,15.88 15.32,17 13.25,17M16,7C13.56,8.71 10.44,8.71 8,7C7.06,7.66 6,8.09 4.95,8.25C5.31,7.58 5.77,6.96 6.32,6.41L7.7,5H16.3L17.68,6.41C18.23,6.96 18.69,7.58 19.05,8.25C18,8.09 16.94,7.66 16,7Z\" /></svg></li><li title=\"fit to page outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fit-to-page-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,2H4C2.89,2 2,2.89 2,4V20C2,21.11 2.89,22 4,22H20C21.11,22 22,21.11 22,20V4C22,2.89 21.11,2 20,2M20,20H4V4H20M13,8V10H11V8H9L12,5L15,8M16,15V13H14V11H16V9L19,12M10,13H8V15L5,12L8,9V11H10M15,16L12,19L9,16H11V14H13V16\" /></svg></li><li title=\"fit to page \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fit-to-page\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,2H4C2.89,2 2,2.89 2,4V20C2,21.11 2.89,22 4,22H20C21.11,22 22,21.11 22,20V4C22,2.89 21.11,2 20,2M12,4L15,7H13V9H11V7H9M7,15L4,12L7,9V11H9V13H7M12,20L9,17H11V15H13V17H15M17,15V13H15V11H17V9L20,12\" /></svg></li><li title=\"fit to screen outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fit-to-screen-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17 4H20C21.1 4 22 4.9 22 6V8H20V6H17V4M4 8V6H7V4H4C2.9 4 2 4.9 2 6V8H4M20 16V18H17V20H20C21.1 20 22 19.1 22 18V16H20M7 18H4V16H2V18C2 19.1 2.9 20 4 20H7V18M16 10V14H8V10H16M18 8H6V16H18V8Z\" /></svg></li><li title=\"fit to screen \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fit-to-screen\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17 4H20C21.1 4 22 4.9 22 6V8H20V6H17V4M4 8V6H7V4H4C2.9 4 2 4.9 2 6V8H4M20 16V18H17V20H20C21.1 20 22 19.1 22 18V16H20M7 18H4V16H2V18C2 19.1 2.9 20 4 20H7V18M18 8H6V16H18V8Z\" /></svg></li><li title=\"flag checkered \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-flag-checkered\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.4,6H20V16H13L12.6,14H7V21H5V4H14L14.4,6M14,14H16V12H18V10H16V8H14V10L13,8V6H11V8H9V6H7V8H9V10H7V12H9V10H11V12H13V10L14,12V14M11,10V8H13V10H11M14,10H16V12H14V10Z\" /></svg></li><li title=\"flag minus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-flag-minus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12.36 6L12.76 8H18V14H14.64L14.24 12H7V6H12.36M14 4H5V21H7V14H12.6L13 16H20V6H14.4M23 18H15V20H23V18Z\" /></svg></li><li title=\"flag minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-flag-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12.4,5H18V15H11L10.6,13H5V20H3V3H12L12.4,5M14,17H22V19H14V17Z\" /></svg></li><li title=\"flag off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-flag-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.11 21.46L2.39 1.73L1.11 3L5 6.89V21H7V14H12.11L12.72 14.61L13 16H14.11L20.84 22.73L22.11 21.46M7 12V8.89L10.11 12H7M9.2 6L7.2 4H14L14.4 6H20V16H19.2L17.2 14H18V8H12.76L12.36 6H9.2Z\" /></svg></li><li title=\"flag off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-flag-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.84 22.73L14.11 16H13L12.72 14.61L12.11 14H7V21H5V6.89L1.11 3L2.39 1.73L22.11 21.46L20.84 22.73M20 16V6H14.4L14 4H7.2L19.2 16H20\" /></svg></li><li title=\"flag outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-flag-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12.36,6L12.76,8H18V14H14.64L14.24,12H7V6H12.36M14,4H5V21H7V14H12.6L13,16H20V6H14.4\" /></svg></li><li title=\"flag plus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-flag-plus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 16L12.6 14H7V21H5V4H14L14.4 6H20V13.09C19.67 13.04 19.34 13 19 13C18.66 13 18.33 13.04 18 13.09V8H12.76L12.36 6H7V12H14.24L14.64 14H15.69C14.92 14.5 14.27 15.2 13.81 16H13M18 15V18H15V20H18V23H20V20H23V18H20V15H18Z\" /></svg></li><li title=\"flag plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-flag-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,14H19V17H22V19H19V22H17V19H14V17H17V14M12.4,5H18V12C15.78,12 13.84,13.21 12.8,15H11L10.6,13H5V20H3V3H12L12.4,5Z\" /></svg></li><li title=\"flag remove outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-flag-remove-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 16L12.6 14H7V21H5V4H14L14.4 6H20V13.09C19.67 13.04 19.34 13 19 13C18.66 13 18.33 13.04 18 13.09V8H12.76L12.36 6H7V12H14.24L14.64 14H15.69C14.92 14.5 14.27 15.2 13.81 16H13M21.12 15.46L19 17.59L16.88 15.46L15.47 16.88L17.59 19L15.47 21.12L16.88 22.54L19 20.41L21.12 22.54L22.54 21.12L20.41 19L22.54 16.88L21.12 15.46Z\" /></svg></li><li title=\"flag remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-flag-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.46,15.88L15.88,14.46L18,16.59L20.12,14.46L21.54,15.88L19.41,18L21.54,20.12L20.12,21.54L18,19.41L15.88,21.54L14.46,20.12L16.59,18L14.46,15.88M12.4,5H18V12C15.78,12 13.84,13.21 12.8,15H11L10.6,13H5V20H3V3H12L12.4,5Z\" /></svg></li><li title=\"flag triangle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-flag-triangle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7,2H9V22H7V2M19,9L11,14.6V3.4L19,9Z\" /></svg></li><li title=\"flag variant outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-flag-variant-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,3A1,1 0 0,1 7,4V4.88C8.06,4.44 9.5,4 11,4C14,4 14,6 16,6C19,6 20,4 20,4V12C20,12 19,14 16,14C13,14 13,12 11,12C8,12 7,14 7,14V21H5V4A1,1 0 0,1 6,3M7,7.25V11.5C7,11.5 9,10 11,10C13,10 14,12 16,12C18,12 18,11 18,11V7.5C18,7.5 17,8 16,8C14,8 13,6 11,6C9,6 7,7.25 7,7.25Z\" /></svg></li><li title=\"flag variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-flag-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,3A1,1 0 0,1 7,4V4.88C8.06,4.44 9.5,4 11,4C14,4 14,6 16,6C19,6 20,4 20,4V12C20,12 19,14 16,14C13,14 13,12 11,12C8,12 7,14 7,14V21H5V4A1,1 0 0,1 6,3Z\" /></svg></li><li title=\"flag \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-flag\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.4,6L14,4H5V21H7V14H12.6L13,16H20V6H14.4Z\" /></svg></li><li title=\"flare \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-flare\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7,11H1V13H7V11M9.17,7.76L7.05,5.64L5.64,7.05L7.76,9.17L9.17,7.76M13,1H11V7H13V1M18.36,7.05L16.95,5.64L14.83,7.76L16.24,9.17L18.36,7.05M17,11V13H23V11H17M12,9A3,3 0 0,0 9,12A3,3 0 0,0 12,15A3,3 0 0,0 15,12A3,3 0 0,0 12,9M14.83,16.24L16.95,18.36L18.36,16.95L16.24,14.83L14.83,16.24M5.64,16.95L7.05,18.36L9.17,16.24L7.76,14.83L5.64,16.95M11,23H13V17H11V23Z\" /></svg></li><li title=\"flash alert outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-flash-alert-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,2H15L11.5,9H15L8,22V14H5V2M7,4V12H10V14.66L12,11H8.24L11.76,4M17,15H19V17H17V15M17,7H19V13H17V7Z\" /></svg></li><li title=\"flash alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-flash-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,2V13H8V22L15,10H11L15,2M17,15H19V17H17V15M17,7H19V13H17V7Z\" /></svg></li><li title=\"flash auto \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-flash-auto\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.85,7.65L18,4L19.15,7.65M19,2H17L13.8,11H15.7L16.4,9H19.6L20.3,11H22.2M3,2V14H6V23L13,11H9L13,2H3Z\" /></svg></li><li title=\"flash off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-flash-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,10H13L17,2H7V4.18L15.46,12.64M3.27,3L2,4.27L7,9.27V13H10V22L13.58,15.86L17.73,20L19,18.73L3.27,3Z\" /></svg></li><li title=\"flash outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-flash-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7,2H17L13.5,9H17L10,22V14H7V2M9,4V12H12V14.66L14,11H10.24L13.76,4H9Z\" /></svg></li><li title=\"flash red eye \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-flash-red-eye\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,5C15.44,5 15,5.44 15,6C15,6.56 15.44,7 16,7C16.56,7 17,6.56 17,6C17,5.44 16.56,5 16,5M16,2C13.27,2 10.94,3.66 10,6C10.94,8.34 13.27,10 16,10C18.73,10 21.06,8.34 22,6C21.06,3.66 18.73,2 16,2M16,3.5A2.5,2.5 0 0,1 18.5,6A2.5,2.5 0 0,1 16,8.5A2.5,2.5 0 0,1 13.5,6A2.5,2.5 0 0,1 16,3.5M3,2V14H6V23L13,11H9L10.12,8.5C9.44,7.76 8.88,6.93 8.5,6C9.19,4.29 10.5,2.88 12.11,2H3Z\" /></svg></li><li title=\"flash \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-flash\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7,2V13H10V22L17,10H13L17,2H7Z\" /></svg></li><li title=\"flashlight off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-flashlight-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,5.27L3.28,4L20,20.72L18.73,22L15,18.27V22H9V12.27L2,5.27M18,5L15,10H11.82L6.82,5H18M18,4H6V2H18V4M15,11V13.18L12.82,11H15Z\" /></svg></li><li title=\"flashlight \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-flashlight\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,10L6,5H18L15,10H9M18,4H6V2H18V4M9,22V11H15V22H9M12,13A1,1 0 0,0 11,14A1,1 0 0,0 12,15A1,1 0 0,0 13,14A1,1 0 0,0 12,13Z\" /></svg></li><li title=\"flask empty minus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-flask-empty-minus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23 17V19H15V17H23M5 19C5 19.55 5.45 20 6 20H13.34C13.61 20.75 14 21.42 14.53 22H6C4.34 22 3 20.66 3 19C3 18.4 3.18 17.84 3.5 17.36L9 7.81V6C8.45 6 8 5.55 8 5V4C8 2.9 8.9 2 10 2H14C15.11 2 16 2.9 16 4V5C16 5.55 15.55 6 15 6V7.81L17.5 12.18C16.86 12.35 16.24 12.63 15.69 13L13 8.35V4H11V8.35L5.18 18.43C5.07 18.59 5 18.79 5 19Z\" /></svg></li><li title=\"flask empty minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-flask-empty-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23 17V19H15V17H23M6 22C4.34 22 3 20.66 3 19C3 18.4 3.18 17.84 3.5 17.36L9 7.81V6C8.45 6 8 5.55 8 5V4C8 2.9 8.9 2 10 2H14C15.11 2 16 2.9 16 4V5C16 5.55 15.55 6 15 6V7.81L17.5 12.18C14.92 12.84 13 15.2 13 18C13 19.54 13.58 20.94 14.53 22H6Z\" /></svg></li><li title=\"flask empty off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-flask-empty-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.1 21.5L2.4 1.7L1.1 3L7.9 9.8L3.5 17.4C3.2 17.8 3 18.4 3 19C3 20.7 4.3 22 6 22H18C18.6 22 19.2 21.8 19.6 21.5L20.8 22.7L22.1 21.5M18 20H6C5.4 20 5 19.6 5 19C5 18.8 5.1 18.6 5.2 18.4L9.4 11.2L18 20C18.1 20 18 20 18 20M11 7.8L8 4.8V4C8 2.9 8.9 2 10 2H14C15.1 2 16 2.9 16 4V5C16 5.6 15.6 6 15 6V7.8L20.4 17.2L15 11.8L13 8.4V4H11V7.8Z\" /></svg></li><li title=\"flask empty off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-flask-empty-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.8 22.7L19.6 21.5C19.1 21.8 18.6 22 18 22H6C4.3 22 3 20.7 3 19C3 18.4 3.2 17.8 3.5 17.4L7.9 9.8L1.1 3L2.4 1.7L22.1 21.4L20.8 22.7M15 7.8V6C15.6 6 16 5.6 16 5V4C16 2.9 15.1 2 14 2H10C8.9 2 8 2.9 8 4V4.8L20.4 17.2L15 7.8Z\" /></svg></li><li title=\"flask empty outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-flask-empty-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,19A1,1 0 0,0 6,20H18A1,1 0 0,0 19,19C19,18.79 18.93,18.59 18.82,18.43L13,8.35V4H11V8.35L5.18,18.43C5.07,18.59 5,18.79 5,19M6,22A3,3 0 0,1 3,19C3,18.4 3.18,17.84 3.5,17.37L9,7.81V6A1,1 0 0,1 8,5V4A2,2 0 0,1 10,2H14A2,2 0 0,1 16,4V5A1,1 0 0,1 15,6V7.81L20.5,17.37C20.82,17.84 21,18.4 21,19A3,3 0 0,1 18,22H6Z\" /></svg></li><li title=\"flask empty plus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-flask-empty-plus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 14H20V17H23V19H20V22H18V19H15V17H18V14M5 19C5 19.55 5.45 20 6 20H13.34C13.61 20.75 14 21.42 14.53 22H6C4.34 22 3 20.66 3 19C3 18.4 3.18 17.84 3.5 17.36L9 7.81V6C8.45 6 8 5.55 8 5V4C8 2.9 8.9 2 10 2H14C15.11 2 16 2.9 16 4V5C16 5.55 15.55 6 15 6V7.81L17.5 12.18C16.86 12.35 16.24 12.63 15.69 13L13 8.35V4H11V8.35L5.18 18.43C5.07 18.59 5 18.79 5 19Z\" /></svg></li><li title=\"flask empty plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-flask-empty-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 14H20V17H23V19H20V22H18V19H15V17H18V14M6 22C4.34 22 3 20.66 3 19C3 18.4 3.18 17.84 3.5 17.36L9 7.81V6C8.45 6 8 5.55 8 5V4C8 2.9 8.9 2 10 2H14C15.11 2 16 2.9 16 4V5C16 5.55 15.55 6 15 6V7.81L17.5 12.18C14.92 12.84 13 15.2 13 18C13 19.54 13.58 20.94 14.53 22H6Z\" /></svg></li><li title=\"flask empty remove outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-flask-empty-remove-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.46 15.88L16.88 14.46L19 16.59L21.12 14.47L22.53 15.88L20.41 18L22.54 20.12L21.12 21.54L19 19.41L16.88 21.53L15.47 20.12L17.59 18L15.46 15.88M5 19C5 19.55 5.45 20 6 20H13.34C13.61 20.75 14 21.42 14.53 22H6C4.34 22 3 20.66 3 19C3 18.4 3.18 17.84 3.5 17.36L9 7.81V6C8.45 6 8 5.55 8 5V4C8 2.9 8.9 2 10 2H14C15.11 2 16 2.9 16 4V5C16 5.55 15.55 6 15 6V7.81L17.5 12.18C16.86 12.35 16.24 12.63 15.69 13L13 8.35V4H11V8.35L5.18 18.43C5.07 18.59 5 18.79 5 19Z\" /></svg></li><li title=\"flask empty remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-flask-empty-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.46 15.88L16.88 14.46L19 16.59L21.12 14.47L22.53 15.88L20.41 18L22.54 20.12L21.12 21.54L19 19.41L16.88 21.53L15.47 20.12L17.59 18L15.46 15.88M6 22C4.34 22 3 20.66 3 19C3 18.4 3.18 17.84 3.5 17.36L9 7.81V6C8.45 6 8 5.55 8 5V4C8 2.9 8.9 2 10 2H14C15.11 2 16 2.9 16 4V5C16 5.55 15.55 6 15 6V7.81L17.5 12.18C14.92 12.84 13 15.2 13 18C13 19.54 13.58 20.94 14.53 22H6Z\" /></svg></li><li title=\"flask empty \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-flask-empty\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,22A3,3 0 0,1 3,19C3,18.4 3.18,17.84 3.5,17.37L9,7.81V6A1,1 0 0,1 8,5V4A2,2 0 0,1 10,2H14A2,2 0 0,1 16,4V5A1,1 0 0,1 15,6V7.81L20.5,17.37C20.82,17.84 21,18.4 21,19A3,3 0 0,1 18,22H6Z\" /></svg></li><li title=\"flask minus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-flask-minus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23 17V19H15V17H23M5 19C5 19.55 5.45 20 6 20H13.34C13.61 20.75 14 21.42 14.53 22H6C4.34 22 3 20.66 3 19C3 18.4 3.18 17.84 3.5 17.36L9 7.81V6C8.45 6 8 5.55 8 5V4C8 2.9 8.9 2 10 2H14C15.11 2 16 2.9 16 4V5C16 5.55 15.55 6 15 6V7.81L17.5 12.18C16.86 12.35 16.24 12.63 15.69 13L13 8.35V4H11V8.35L5.18 18.43C5.07 18.59 5 18.79 5 19M13 16L13.58 15.42C13.21 16.2 13 17.08 13 18H7.73L10.39 13.39L13 16M12.5 12C12.78 12 13 12.22 13 12.5C13 12.78 12.78 13 12.5 13C12.22 13 12 12.78 12 12.5C12 12.22 12.22 12 12.5 12Z\" /></svg></li><li title=\"flask minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-flask-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23 17V19H15V17H23M6 22C4.34 22 3 20.66 3 19C3 18.4 3.18 17.84 3.5 17.36L9 7.81V6C8.45 6 8 5.55 8 5V4C8 2.9 8.9 2 10 2H14C15.11 2 16 2.9 16 4V5C16 5.55 15.55 6 15 6V7.81L17.5 12.18C15.5 12.7 13.86 14.26 13.26 16.26L8.93 11.93L5.18 18.43C5.07 18.59 5 18.79 5 19C5 19.55 5.45 20 6 20H13.34C13.61 20.75 14 21.42 14.53 22H6M13 10C12.45 10 12 10.45 12 11C12 11.55 12.45 12 13 12C13.55 12 14 11.55 14 11C14 10.45 13.55 10 13 10Z\" /></svg></li><li title=\"flask off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-flask-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.1 21.5L2.4 1.7L1.1 3L7.9 9.8L3.5 17.4C3.2 17.8 3 18.4 3 19C3 20.7 4.3 22 6 22H18C18.6 22 19.2 21.8 19.6 21.5L20.8 22.7L22.1 21.5M18 20H6C5.4 20 5 19.6 5 19C5 18.8 5.1 18.6 5.2 18.4L9.4 11.2L13.6 15.4L13 16L10.4 13.4L7.7 18H16.1L18 20C18.1 20 18 20 18 20M11 7.8L8 4.8V4C8 2.9 8.9 2 10 2H14C15.1 2 16 2.9 16 4V5C16 5.6 15.6 6 15 6V7.8L20.4 17.2L15 11.8L13 8.4V4H11V7.8Z\" /></svg></li><li title=\"flask off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-flask-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.1 21.5L2.4 1.7L1.1 3L7.9 9.8L3.5 17.4C3.2 17.8 3 18.4 3 19C3 20.7 4.3 22 6 22H18C18.6 22 19.2 21.8 19.6 21.5L20.8 22.7L22.1 21.5M18 20H6C5.4 20 5 19.6 5 19C5 18.8 5.1 18.6 5.2 18.4L9 11.9L14 17L14.6 16.4L18 20C18.1 20 18 20 18 20M8 4.8V4C8 2.9 8.9 2 10 2H14C15.1 2 16 2.9 16 4V5C16 5.6 15.6 6 15 6V7.8L20.4 17.2L8 4.8Z\" /></svg></li><li title=\"flask outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-flask-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,19A1,1 0 0,0 6,20H18A1,1 0 0,0 19,19C19,18.79 18.93,18.59 18.82,18.43L13,8.35V4H11V8.35L5.18,18.43C5.07,18.59 5,18.79 5,19M6,22A3,3 0 0,1 3,19C3,18.4 3.18,17.84 3.5,17.37L9,7.81V6A1,1 0 0,1 8,5V4A2,2 0 0,1 10,2H14A2,2 0 0,1 16,4V5A1,1 0 0,1 15,6V7.81L20.5,17.37C20.82,17.84 21,18.4 21,19A3,3 0 0,1 18,22H6M13,16L14.34,14.66L16.27,18H7.73L10.39,13.39L13,16M12.5,12A0.5,0.5 0 0,1 13,12.5A0.5,0.5 0 0,1 12.5,13A0.5,0.5 0 0,1 12,12.5A0.5,0.5 0 0,1 12.5,12Z\" /></svg></li><li title=\"flask plus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-flask-plus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 14H20V17H23V19H20V22H18V19H15V17H18V14M5 19C5 19.55 5.45 20 6 20H13.34C13.61 20.75 14 21.42 14.53 22H6C4.34 22 3 20.66 3 19C3 18.4 3.18 17.84 3.5 17.36L9 7.81V6C8.45 6 8 5.55 8 5V4C8 2.9 8.9 2 10 2H14C15.11 2 16 2.9 16 4V5C16 5.55 15.55 6 15 6V7.81L17.5 12.18C16.86 12.35 16.24 12.63 15.69 13L13 8.35V4H11V8.35L5.18 18.43C5.07 18.59 5 18.79 5 19M13 16L13.58 15.42C13.21 16.2 13 17.08 13 18H7.73L10.39 13.39L13 16M12.5 12C12.78 12 13 12.22 13 12.5C13 12.78 12.78 13 12.5 13C12.22 13 12 12.78 12 12.5C12 12.22 12.22 12 12.5 12Z\" /></svg></li><li title=\"flask plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-flask-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 14H20V17H23V19H20V22H18V19H15V17H18V14M6 22C4.34 22 3 20.66 3 19C3 18.4 3.18 17.84 3.5 17.36L9 7.81V6C8.45 6 8 5.55 8 5V4C8 2.9 8.9 2 10 2H14C15.11 2 16 2.9 16 4V5C16 5.55 15.55 6 15 6V7.81L17.5 12.18C15.5 12.7 13.86 14.26 13.26 16.26L8.93 11.93L5.18 18.43C5.07 18.59 5 18.79 5 19C5 19.55 5.45 20 6 20H13.34C13.61 20.75 14 21.42 14.53 22H6M13 10C12.45 10 12 10.45 12 11C12 11.55 12.45 12 13 12C13.55 12 14 11.55 14 11C14 10.45 13.55 10 13 10Z\" /></svg></li><li title=\"flask remove outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-flask-remove-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.46 15.88L16.88 14.46L19 16.59L21.12 14.47L22.53 15.88L20.41 18L22.54 20.12L21.12 21.54L19 19.41L16.88 21.53L15.47 20.12L17.59 18L15.46 15.88M5 19C5 19.55 5.45 20 6 20H13.34C13.61 20.75 14 21.42 14.53 22H6C4.34 22 3 20.66 3 19C3 18.4 3.18 17.84 3.5 17.36L9 7.81V6C8.45 6 8 5.55 8 5V4C8 2.9 8.9 2 10 2H14C15.11 2 16 2.9 16 4V5C16 5.55 15.55 6 15 6V7.81L17.5 12.18C16.86 12.35 16.24 12.63 15.69 13L13 8.35V4H11V8.35L5.18 18.43C5.07 18.59 5 18.79 5 19M13 16L13.58 15.42C13.21 16.2 13 17.08 13 18H7.73L10.39 13.39L13 16M12.5 12C12.78 12 13 12.22 13 12.5C13 12.78 12.78 13 12.5 13C12.22 13 12 12.78 12 12.5C12 12.22 12.22 12 12.5 12Z\" /></svg></li><li title=\"flask remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-flask-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.46 15.88L16.88 14.46L19 16.59L21.12 14.47L22.53 15.88L20.41 18L22.54 20.12L21.12 21.54L19 19.41L16.88 21.53L15.47 20.12L17.59 18L15.46 15.88M6 22C4.34 22 3 20.66 3 19C3 18.4 3.18 17.84 3.5 17.36L9 7.81V6C8.45 6 8 5.55 8 5V4C8 2.9 8.9 2 10 2H14C15.11 2 16 2.9 16 4V5C16 5.55 15.55 6 15 6V7.81L17.5 12.18C15.5 12.7 13.86 14.26 13.26 16.26L8.93 11.93L5.18 18.43C5.07 18.59 5 18.79 5 19C5 19.55 5.45 20 6 20H13.34C13.61 20.75 14 21.42 14.53 22H6M13 10C12.45 10 12 10.45 12 11C12 11.55 12.45 12 13 12C13.55 12 14 11.55 14 11C14 10.45 13.55 10 13 10Z\" /></svg></li><li title=\"flask round bottom empty outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-flask-round-bottom-empty-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 15C19 18.87 15.87 22 12 22C8.13 22 5 18.87 5 15C5 12.21 6.64 9.8 9 8.67V5C9 4.45 9.45 4 10 4H10.5L9.5 2H14.5L13.5 4H14C14.55 4 15 4.45 15 5V8.67C17.36 9.8 19 12.21 19 15M11 6V10.1C8.72 10.56 7 12.58 7 15C7 17.76 9.24 20 12 20C14.76 20 17 17.76 17 15C17 12.58 15.28 10.56 13 10.1V6H11Z\" /></svg></li><li title=\"flask round bottom empty \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-flask-round-bottom-empty\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 15C19 18.87 15.87 22 12 22C8.13 22 5 18.87 5 15C5 12.21 6.64 9.8 9 8.67V5C9 4.45 9.45 4 10 4H10.5L9.5 2H14.5L13.5 4H14C14.55 4 15 4.45 15 5V8.67C17.36 9.8 19 12.21 19 15Z\" /></svg></li><li title=\"flask round bottom outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-flask-round-bottom-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15 15C15 16.66 13.66 18 12 18C10.34 18 9 16.66 9 15V14H11V15C11 15.55 11.45 16 12 16C12.55 16 13 15.55 13 15V14H15V15M19 15C19 18.87 15.87 22 12 22C8.13 22 5 18.87 5 15C5 12.21 6.64 9.8 9 8.67V5C9 4.45 9.45 4 10 4H10.5L9.5 2H14.5L13.5 4H14C14.55 4 15 4.45 15 5V8.67C17.36 9.8 19 12.21 19 15M11 6V10.1C8.72 10.56 7 12.58 7 15C7 17.76 9.24 20 12 20C14.76 20 17 17.76 17 15C17 12.58 15.28 10.56 13 10.1V6H11Z\" /></svg></li><li title=\"flask round bottom \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-flask-round-bottom\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 15C19 18.87 15.87 22 12 22C8.13 22 5 18.87 5 15C5 12.21 6.64 9.8 9 8.67V5C9 4.45 9.45 4 10 4H10.5L9.5 2H14.5L13.5 4H14C14.55 4 15 4.45 15 5V8.67C17.36 9.8 19 12.21 19 15M11 6V10.1C8.72 10.56 7 12.58 7 15L7.08 15.91L9 13.93L13.07 18L16.93 14.14C16.58 12.12 15 10.5 13 10.1V6H11M13.07 12C13.62 12 14.07 12.45 14.07 13C14.07 13.55 13.62 14 13.07 14C12.5 14 12.07 13.55 12.07 13C12.07 12.45 12.5 12 13.07 12Z\" /></svg></li><li title=\"flask \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-flask\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,22A3,3 0 0,1 3,19C3,18.4 3.18,17.84 3.5,17.37L9,7.81V6A1,1 0 0,1 8,5V4A2,2 0 0,1 10,2H14A2,2 0 0,1 16,4V5A1,1 0 0,1 15,6V7.81L20.5,17.37C20.82,17.84 21,18.4 21,19A3,3 0 0,1 18,22H6M5,19A1,1 0 0,0 6,20H18A1,1 0 0,0 19,19C19,18.79 18.93,18.59 18.82,18.43L16.53,14.47L14,17L8.93,11.93L5.18,18.43C5.07,18.59 5,18.79 5,19M13,10A1,1 0 0,0 12,11A1,1 0 0,0 13,12A1,1 0 0,0 14,11A1,1 0 0,0 13,10Z\" /></svg></li><li title=\"fleur de lis \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fleur-de-lis\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2S9 4 9 7 11 12 11 16H10S10 14 9 12C7 8 3 10 3 13S5 16 5 16C5 13 8.5 13 8.5 16H7V18H10.5L9 20S10 21 11 20L12 22L13 20C14 21 15 20 15 20L13.5 18H17V16H15.5C15.5 13 19 13 19 16C19 16 21 16 21 13S17 8 15 12C14 14 14 16 14 16H13C13 12 15 10 15 7S12 2 12 2Z\" /></svg></li><li title=\"flip horizontal \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-flip-horizontal\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15 21H17V19H15M19 9H21V7H19M3 5V19C3 20.1 3.9 21 5 21H9V19H5V5H9V3H5C3.9 3 3 3.9 3 5M19 3V5H21C21 3.9 20.1 3 19 3M11 23H13V1H11M19 17H21V15H19M15 5H17V3H15M19 13H21V11H19M19 21C20.1 21 21 20.1 21 19H19Z\" /></svg></li><li title=\"flip to back \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-flip-to-back\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,17H17V15H15M15,5H17V3H15M5,7H3V19A2,2 0 0,0 5,21H17V19H5M19,17A2,2 0 0,0 21,15H19M19,9H21V7H19M19,13H21V11H19M9,17V15H7A2,2 0 0,0 9,17M13,3H11V5H13M19,3V5H21C21,3.89 20.1,3 19,3M13,15H11V17H13M9,3C7.89,3 7,3.89 7,5H9M9,11H7V13H9M9,7H7V9H9V7Z\" /></svg></li><li title=\"flip to front \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-flip-to-front\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7,21H9V19H7M11,21H13V19H11M19,15H9V5H19M19,3H9C7.89,3 7,3.89 7,5V15A2,2 0 0,0 9,17H14L18,17H19A2,2 0 0,0 21,15V5C21,3.89 20.1,3 19,3M15,21H17V19H15M3,9H5V7H3M5,21V19H3A2,2 0 0,0 5,21M3,17H5V15H3M3,13H5V11H3V13Z\" /></svg></li><li title=\"flip vertical \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-flip-vertical\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 15V17H5V15M15 19V21H17V19M19 3H5C3.9 3 3 3.9 3 5V9H5V5H19V9H21V5C21 3.9 20.1 3 19 3M21 19H19V21C20.1 21 21 20.1 21 19M1 11V13H23V11M7 19V21H9V19M19 15V17H21V15M11 19V21H13V19M3 19C3 20.1 3.9 21 5 21V19Z\" /></svg></li><li title=\"floor lamp dual outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-floor-lamp-dual-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.73 10.06L10.17 11.24L11 12.2V20H8V22H16V20H13V12.3L13.85 11.26L12.27 10.07L11.73 10.06M8.32 5.31L9.23 8.19L9 8.37L6.47 6.7L8.32 5.31M9.39 2L3 6.81L9.08 10.82L11.55 8.93L9.39 2M15.67 5.3L17.53 6.7L15 8.37L14.77 8.2L15.67 5.3M14.61 2L12.44 8.95L14.92 10.82L21 6.81L14.61 2Z\" /></svg></li><li title=\"floor lamp dual \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-floor-lamp-dual\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.73 10.06L10.17 11.24L11 12.2V20H8V22H16V20H13V12.3L13.85 11.26L12.27 10.07L11.73 10.06M9.08 10.82L3 6.81L9.39 2L11.55 8.93L9.08 10.82M14.61 2L21 6.81L14.92 10.82L12.44 8.95L14.61 2Z\" /></svg></li><li title=\"floor lamp outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-floor-lamp-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15 2L17 9H7L9 2M13.6 4H10.4L9.55 7H14.45M11 10H13V20H16V22H8V20H11Z\" /></svg></li><li title=\"floor lamp torchiere outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-floor-lamp-torchiere-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14 4L12.7 7H11.3L10 4H14M17 2H7L10 9H14L17 2M13 20H16V22H8V20H11V10H13V20Z\" /></svg></li><li title=\"floor lamp torchiere variant outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-floor-lamp-torchiere-variant-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.97 4L12.68 7H11.32L10.03 4H13.97M17 2H7L10 9H14L17 2M15.92 22L13 15V22H11V15L8.08 22H5.92L10.92 10H13.08L18.08 22H15.92Z\" /></svg></li><li title=\"floor lamp torchiere variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-floor-lamp-torchiere-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7 2L10 9H14L17 2H7M15.92 22L13 15V22H11V15L8.08 22H5.92L10.92 10H13.08L18.08 22H15.92Z\" /></svg></li><li title=\"floor lamp torchiere \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-floor-lamp-torchiere\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7 2L10 9H14L17 2H7M13 20H16V22H8V20H11V10H13V20Z\" /></svg></li><li title=\"floor lamp \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-floor-lamp\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,2L17,9H7L9,2M11,10H13V20H16V22H8V20H11V10Z\" /></svg></li><li title=\"floor plan \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-floor-plan\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,5V10H9V5H5V13H9V12H10V17H9V14H5V19H12V17H13V19H19V17H21V21H3V3H21V15H19V10H13V15H12V9H19V5H10Z\" /></svg></li><li title=\"floppy variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-floppy-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,3V21H21V3H3M12,10A2,2 0 0,1 14,12A2,2 0 0,1 12,14A2,2 0 0,1 10,12A2,2 0 0,1 12,10M12,15A1,1 0 0,1 13,16V19A1,1 0 0,1 12,20A1,1 0 0,1 11,19V16A1,1 0 0,1 12,15Z\" /></svg></li><li title=\"floppy \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-floppy\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,3A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5.5L18.5,3H17V9A1,1 0 0,1 16,10H8A1,1 0 0,1 7,9V3H5M12,4V9H15V4H12M7,12H17A1,1 0 0,1 18,13V19H6V13A1,1 0 0,1 7,12Z\" /></svg></li><li title=\"flower outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-flower-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8.66,13.07C6.92,13.07 5.5,11.66 5.5,9.93C5.5,9.22 5.76,8.54 6.19,8C5.77,7.46 5.5,6.78 5.5,6.07C5.5,4.34 6.93,2.93 8.66,2.93L9.09,2.96C9.56,1.81 10.69,1 12,1C13.31,1 14.44,1.81 14.91,2.96L15.34,2.93C17.07,2.93 18.5,4.34 18.5,6.07C18.5,6.78 18.24,7.46 17.81,8C18.23,8.54 18.5,9.22 18.5,9.93C18.5,11.66 17.07,13.07 15.34,13.07L14.91,13.04C14.44,14.19 13.31,15 12,15C10.69,15 9.56,14.19 9.09,13.04L8.66,13.07M12,13C12.62,13 13.12,12.5 13.14,11.9L13.03,10.81C12.71,10.93 12.36,11 12,11C11.64,11 11.3,10.93 11,10.81L10.86,11.9C10.88,12.5 11.38,13 12,13M15.34,11.07C15.97,11.07 16.5,10.56 16.5,9.92C16.5,9.5 16.23,9.08 15.83,8.89L14.95,8.47C14.83,9.21 14.44,9.85 13.89,10.3L14.7,10.87C14.88,11 15.1,11.07 15.34,11.07M14.69,5.13L13.87,5.69C14.43,6.14 14.82,6.78 14.94,7.5L15.82,7.1C16.23,6.9 16.5,6.5 16.5,6.07C16.5,5.44 15.97,4.93 15.34,4.93C15.11,4.93 14.89,5 14.69,5.13M12,3C11.38,3 10.88,3.5 10.86,4.1L11,5.19C11.3,5.07 11.64,5 12,5C12.36,5 12.71,5.07 13.03,5.19L13.14,4.1C13.12,3.5 12.62,3 12,3M8.66,4.93C8.03,4.93 7.5,5.44 7.5,6.07C7.5,6.5 7.77,6.9 8.17,7.1L9.05,7.5C9.17,6.78 9.56,6.14 10.11,5.69L9.3,5.13C9.12,5 8.9,4.93 8.66,4.93M8.17,8.9C7.77,9.1 7.5,9.5 7.5,9.92C7.5,10.55 8.03,11.06 8.66,11.06C8.89,11.06 9.11,11 9.31,10.86L10.12,10.31C9.56,9.86 9.17,9.22 9.05,8.5L8.17,8.9M12,22A9,9 0 0,1 3,13A9,9 0 0,1 12,22A9,9 0 0,1 21,13A9,9 0 0,1 12,22M14.44,19.56C16.34,18.85 17.85,17.34 18.56,15.44C16.66,16.14 15.15,17.66 14.44,19.56M5.44,15.44C6.15,17.34 7.66,18.85 9.56,19.56C8.86,17.66 7.34,16.15 5.44,15.44Z\" /></svg></li><li title=\"flower pollen outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-flower-pollen-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11 6C11 5.45 11.45 5 12 5S13 5.45 13 6 12.55 7 12 7 11 6.55 11 6M8 9C8.55 9 9 8.55 9 8S8.55 7 8 7 7 7.45 7 8 7.45 9 8 9M6 5C6 4.45 5.55 4 5 4S4 4.45 4 5 4.45 6 5 6 6 5.55 6 5M9 4C9.55 4 10 3.55 10 3S9.55 2 9 2 8 2.45 8 3 8.45 4 9 4M15 4C15.55 4 16 3.55 16 3S15.55 2 15 2 14 2.45 14 3 14.45 4 15 4M19 4C18.45 4 18 4.45 18 5S18.45 6 19 6 20 5.55 20 5 19.55 4 19 4M15 8C15 8.55 15.45 9 16 9S17 8.55 17 8 16.55 7 16 7 15 7.45 15 8M18.5 13.07C18.5 13.78 18.24 14.46 17.81 15C18.23 15.54 18.5 16.22 18.5 16.93C18.5 18.66 17.07 20.07 15.34 20.07L14.91 20.04C14.44 21.19 13.31 22 12 22S9.56 21.19 9.09 20.04L8.66 20.07C6.92 20.07 5.5 18.66 5.5 16.93C5.5 16.22 5.76 15.54 6.19 15C5.77 14.46 5.5 13.78 5.5 13.07C5.5 11.34 6.93 9.93 8.66 9.93L9.09 9.96C9.56 8.81 10.69 8 12 8S14.44 8.81 14.91 9.96L15.34 9.93C17.07 9.93 18.5 11.34 18.5 13.07M7.5 13.07C7.5 13.5 7.77 13.9 8.17 14.1L9.05 14.5C9.17 13.78 9.56 13.14 10.11 12.69L9.3 12.13C9.12 12 8.9 11.93 8.66 11.93C8.03 11.93 7.5 12.44 7.5 13.07M10.12 17.31C9.56 16.86 9.17 16.22 9.05 15.5L8.17 15.9C7.77 16.1 7.5 16.5 7.5 16.92C7.5 17.55 8.03 18.06 8.66 18.06C8.89 18.06 9.11 18 9.31 17.86L10.12 17.31M13.14 18.9L13.03 17.81C12.71 17.93 12.36 18 12 18S11.3 17.93 11 17.81L10.86 18.9C10.88 19.5 11.38 20 12 20S13.12 19.5 13.14 18.9M13.14 11.1C13.12 10.5 12.62 10 12 10S10.88 10.5 10.86 11.1L11 12.19C11.3 12.07 11.64 12 12 12S12.71 12.07 13.03 12.19L13.14 11.1M16.5 16.92C16.5 16.5 16.23 16.08 15.83 15.89L14.95 15.47C14.83 16.21 14.44 16.85 13.89 17.3L14.7 17.87C14.88 18 15.1 18.07 15.34 18.07C15.97 18.07 16.5 17.56 16.5 16.92M16.5 13.07C16.5 12.44 15.97 11.93 15.34 11.93C15.11 11.93 14.89 12 14.69 12.13L13.87 12.69C14.43 13.14 14.82 13.78 14.94 14.5L15.82 14.1C16.23 13.9 16.5 13.5 16.5 13.07Z\" /></svg></li><li title=\"flower pollen \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-flower-pollen\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.4 12.75C18.4 11.37 17.28 10.25 15.9 10.25C15.37 10.25 14.88 10.41 14.5 10.69V10.5C14.5 9.12 13.38 8 12 8S9.5 9.12 9.5 10.5V10.69C9.12 10.41 8.63 10.25 8.1 10.25C6.72 10.25 5.6 11.37 5.6 12.75C5.6 13.74 6.19 14.6 7.03 15C6.19 15.4 5.6 16.25 5.6 17.25C5.6 18.63 6.72 19.75 8.1 19.75C8.63 19.75 9.12 19.58 9.5 19.31V19.5C9.5 20.88 10.62 22 12 22S14.5 20.88 14.5 19.5V19.31C14.88 19.58 15.37 19.75 15.9 19.75C17.28 19.75 18.4 18.63 18.4 17.25C18.4 16.25 17.81 15.4 16.97 15C17.81 14.6 18.4 13.74 18.4 12.75M12 17.5C10.62 17.5 9.5 16.38 9.5 15S10.62 12.5 12 12.5 14.5 13.62 14.5 15 13.38 17.5 12 17.5M11 6C11 5.45 11.45 5 12 5S13 5.45 13 6 12.55 7 12 7 11 6.55 11 6M7 8C7 7.45 7.45 7 8 7S9 7.45 9 8 8.55 9 8 9 7 8.55 7 8M5 6C4.45 6 4 5.55 4 5S4.45 4 5 4 6 4.45 6 5 5.55 6 5 6M8 3C8 2.45 8.45 2 9 2S10 2.45 10 3 9.55 4 9 4 8 3.55 8 3M14 3C14 2.45 14.45 2 15 2S16 2.45 16 3 15.55 4 15 4 14 3.55 14 3M20 5C20 5.55 19.55 6 19 6S18 5.55 18 5 18.45 4 19 4 20 4.45 20 5M16 7C16.55 7 17 7.45 17 8S16.55 9 16 9 15 8.55 15 8 15.45 7 16 7Z\" /></svg></li><li title=\"flower poppy \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-flower-poppy\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.5,12A3.5,3.5 0 0,0 22,8.5A6.5,6.5 0 0,0 15.5,2A3.5,3.5 0 0,0 12,5.5A3.5,3.5 0 0,0 8.5,2A6.5,6.5 0 0,0 2,8.5A3.5,3.5 0 0,0 5.5,12A3.5,3.5 0 0,0 2,15.5A6.5,6.5 0 0,0 8.5,22A3.5,3.5 0 0,0 12,18.5A3.5,3.5 0 0,0 15.5,22A6.5,6.5 0 0,0 22,15.5A3.5,3.5 0 0,0 18.5,12M12,16A4,4 0 0,1 8,12A4,4 0 0,1 12,8A4,4 0 0,1 16,12A4,4 0 0,1 12,16M14.5,12A2.5,2.5 0 0,1 12,14.5A2.5,2.5 0 0,1 9.5,12A2.5,2.5 0 0,1 12,9.5A2.5,2.5 0 0,1 14.5,12Z\" /></svg></li><li title=\"flower tulip outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-flower-tulip-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,13A9,9 0 0,0 12,22A9,9 0 0,0 3,13M5.44,15.44C7.35,16.15 8.85,17.65 9.56,19.56C7.65,18.85 6.15,17.35 5.44,15.44M12,22A9,9 0 0,0 21,13A9,9 0 0,0 12,22M14.42,19.57C15.11,17.64 16.64,16.11 18.57,15.42C17.86,17.34 16.34,18.86 14.42,19.57M12,14A6,6 0 0,0 18,8V3C17.26,3 16.53,3.12 15.84,3.39C15.29,3.62 14.8,3.96 14.39,4.39L12,2L9.61,4.39C9.2,3.96 8.71,3.62 8.16,3.39C7.47,3.12 6.74,3 6,3V8A6,6 0 0,0 12,14M8,5.61L9.57,7.26L12,4.83L14.43,7.26L16,5.61V8A4,4 0 0,1 12,12A4,4 0 0,1 8,8V5.61Z\" /></svg></li><li title=\"flower tulip \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-flower-tulip\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,13A9,9 0 0,0 12,22A9,9 0 0,0 3,13M12,22A9,9 0 0,0 21,13A9,9 0 0,0 12,22M18,3V8A6,6 0 0,1 12,14A6,6 0 0,1 6,8V3C6.74,3 7.47,3.12 8.16,3.39C8.71,3.62 9.2,3.96 9.61,4.39L12,2L14.39,4.39C14.8,3.96 15.29,3.62 15.84,3.39C16.53,3.12 17.26,3 18,3Z\" /></svg></li><li title=\"flower \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-flower\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,13A9,9 0 0,0 12,22C12,17 7.97,13 3,13M12,5.5A2.5,2.5 0 0,1 14.5,8A2.5,2.5 0 0,1 12,10.5A2.5,2.5 0 0,1 9.5,8A2.5,2.5 0 0,1 12,5.5M5.6,10.25A2.5,2.5 0 0,0 8.1,12.75C8.63,12.75 9.12,12.58 9.5,12.31C9.5,12.37 9.5,12.43 9.5,12.5A2.5,2.5 0 0,0 12,15A2.5,2.5 0 0,0 14.5,12.5C14.5,12.43 14.5,12.37 14.5,12.31C14.88,12.58 15.37,12.75 15.9,12.75C17.28,12.75 18.4,11.63 18.4,10.25C18.4,9.25 17.81,8.4 16.97,8C17.81,7.6 18.4,6.74 18.4,5.75C18.4,4.37 17.28,3.25 15.9,3.25C15.37,3.25 14.88,3.41 14.5,3.69C14.5,3.63 14.5,3.56 14.5,3.5A2.5,2.5 0 0,0 12,1A2.5,2.5 0 0,0 9.5,3.5C9.5,3.56 9.5,3.63 9.5,3.69C9.12,3.41 8.63,3.25 8.1,3.25A2.5,2.5 0 0,0 5.6,5.75C5.6,6.74 6.19,7.6 7.03,8C6.19,8.4 5.6,9.25 5.6,10.25M12,22A9,9 0 0,0 21,13C16,13 12,17 12,22Z\" /></svg></li><li title=\"focus auto \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-focus-auto\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 19H15V21H19C20.1 21 21 20.1 21 19V15H19M19 3H15V5H19V9H21V5C21 3.9 20.1 3 19 3M5 5H9V3H5C3.9 3 3 3.9 3 5V9H5M5 15H3V19C3 20.1 3.9 21 5 21H9V19H5V15M8 7C6.9 7 6 7.9 6 9V17H8V13H10V17H12V9C12 7.9 11.1 7 10 7H8M8 9H10V11H8V9M13 7V17H15V13H17V11H15V9H18V7H13Z\" /></svg></li><li title=\"focus field horizontal \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-focus-field-horizontal\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 19H15V21H19C20.1 21 21 20.1 21 19V15H19M19 3H15V5H19V9H21V5C21 3.9 20.1 3 19 3M5 5H9V3H5C3.9 3 3 3.9 3 5V9H5M5 15H3V19C3 20.1 3.9 21 5 21H9V19H5V15M7 11H9V13H7V11M11 11H13V13H11V11M15 11H17V13H15V11Z\" /></svg></li><li title=\"focus field vertical \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-focus-field-vertical\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 19H15V21H19C20.1 21 21 20.1 21 19V15H19M19 3H15V5H19V9H21V5C21 3.9 20.1 3 19 3M5 5H9V3H5C3.9 3 3 3.9 3 5V9H5M5 15H3V19C3 20.1 3.9 21 5 21H9V19H5V15M11 11H13V13H11V11M11 7H13V9H11V7M11 15H13V17H11V15Z\" /></svg></li><li title=\"focus field \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-focus-field\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 19H15V21H19C20.1 21 21 20.1 21 19V15H19M19 3H15V5H19V9H21V5C21 3.9 20.1 3 19 3M5 5H9V3H5C3.9 3 3 3.9 3 5V9H5M5 15H3V19C3 20.1 3.9 21 5 21H9V19H5V15M7 11H9V13H7V11M11 11H13V13H11V11M15 11H17V13H15V11M7 7H9V9H7V7M11 7H13V9H11V7M15 7H17V9H15V7M7 15H9V17H7V15M11 15H13V17H11V15M15 15H17V17H15V15Z\" /></svg></li><li title=\"folder account outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-account-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15 14C16.33 14 19 14.67 19 16V17H11V16C11 14.67 13.67 14 15 14M15 13C16.11 13 17 12.11 17 11S16.11 9 15 9C13.9 9 13 9.89 13 11C13 12.11 13.9 13 15 13M22 8V18C22 19.11 21.11 20 20 20H4C2.9 20 2 19.11 2 18V6C2 4.89 2.9 4 4 4H10L12 6H20C21.11 6 22 6.9 22 8M20 8H4V18H20V8Z\" /></svg></li><li title=\"folder account \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-account\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,17H11V16C11,14.67 13.67,14 15,14C16.33,14 19,14.67 19,16M15,9A2,2 0 0,1 17,11A2,2 0 0,1 15,13A2,2 0 0,1 13,11C13,9.89 13.9,9 15,9M20,6H12L10,4H4C2.89,4 2,4.89 2,6V18A2,2 0 0,0 4,20H20A2,2 0 0,0 22,18V8C22,6.89 21.1,6 20,6Z\" /></svg></li><li title=\"folder alert outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-alert-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,12H17V17H15V12M15,18H17V20H15V18M16,9C17.07,9 18.09,9.24 19,9.67V8H3V18H9.29C9.1,17.36 9,16.69 9,16A7,7 0 0,1 16,9M23,16A7,7 0 0,1 16,23C13.62,23 11.5,21.81 10.25,20H3C1.89,20 1,19.1 1,18V6C1,4.89 1.89,4 3,4H9L11,6H19A2,2 0 0,1 21,8V11.1C22.24,12.36 23,14.09 23,16M16,11A5,5 0 0,0 11,16A5,5 0 0,0 16,21A5,5 0 0,0 21,16A5,5 0 0,0 16,11Z\" /></svg></li><li title=\"folder alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,12H17V17H15V12M15,18H17V20H15V18M23,16A7,7 0 0,1 16,23C13.62,23 11.5,21.81 10.25,20H3C1.89,20 1,19.1 1,18V6C1,4.89 1.89,4 3,4H9L11,6H19A2,2 0 0,1 21,8V11.1C22.24,12.36 23,14.09 23,16M16,11A5,5 0 0,0 11,16A5,5 0 0,0 16,21A5,5 0 0,0 21,16A5,5 0 0,0 16,11Z\" /></svg></li><li title=\"folder arrow down outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-arrow-down-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 8V13.81C21.39 13.46 20.72 13.22 20 13.09V8H4V18H13.09C13.04 18.33 13 18.66 13 19C13 19.34 13.04 19.67 13.09 20H4C2.9 20 2 19.11 2 18V6C2 4.89 2.89 4 4 4H10L12 6H20C21.1 6 22 6.89 22 8M20 16H18V20H16L19 23L22 20H20V16Z\" /></svg></li><li title=\"folder arrow down \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-arrow-down\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 8V13.81C21.12 13.3 20.1 13 19 13C15.69 13 13 15.69 13 19C13 19.34 13.04 19.67 13.09 20H4C2.9 20 2 19.11 2 18V6C2 4.89 2.89 4 4 4H10L12 6H20C21.1 6 22 6.89 22 8M20 16H18V20H16L19 23L22 20H20V16Z\" /></svg></li><li title=\"folder arrow left outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-arrow-left-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 8V13.81C21.39 13.46 20.72 13.22 20 13.09V8H4V18H13.09C13.04 18.33 13 18.66 13 19C13 19.34 13.04 19.67 13.09 20H4C2.9 20 2 19.11 2 18V6C2 4.89 2.89 4 4 4H10L12 6H20C21.1 6 22 6.89 22 8M18 16L15 19L18 22V20H22V18H18V16Z\" /></svg></li><li title=\"folder arrow left right outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-arrow-left-right-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 19C13 19.34 13.04 19.67 13.09 20H4C2.9 20 2 19.11 2 18V6C2 4.89 2.89 4 4 4H10L12 6H20C21.1 6 22 6.89 22 8V13.81C21.39 13.46 20.72 13.22 20 13.09V8H4V18H13.09C13.04 18.33 13 18.66 13 19M23 17L20 14.5V16H16V18H20V19.5L23 17M18 18.5L15 21L18 23.5V22H22V20H18V18.5Z\" /></svg></li><li title=\"folder arrow left right \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-arrow-left-right\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 19C13 19.34 13.04 19.67 13.09 20H4C2.9 20 2 19.11 2 18V6C2 4.89 2.89 4 4 4H10L12 6H20C21.1 6 22 6.89 22 8V13.81C21.12 13.3 20.1 13 19 13C15.69 13 13 15.69 13 19M23 17L20 14.5V16H16V18H20V19.5L23 17M18 18.5L15 21L18 23.5V22H22V20H18V18.5Z\" /></svg></li><li title=\"folder arrow left \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-arrow-left\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 8V13.81C21.12 13.3 20.1 13 19 13C15.69 13 13 15.69 13 19C13 19.34 13.04 19.67 13.09 20H4C2.9 20 2 19.11 2 18V6C2 4.89 2.89 4 4 4H10L12 6H20C21.1 6 22 6.89 22 8M18 16L15 19L18 22V20H22V18H18V16Z\" /></svg></li><li title=\"folder arrow right outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-arrow-right-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 19C13 19.34 13.04 19.67 13.09 20H4C2.9 20 2 19.11 2 18V6C2 4.89 2.89 4 4 4H10L12 6H20C21.1 6 22 6.89 22 8V13.81C21.39 13.46 20.72 13.22 20 13.09V8H4V18H13.09C13.04 18.33 13 18.66 13 19M23 19L20 16V18H16V20H20V22L23 19Z\" /></svg></li><li title=\"folder arrow right \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-arrow-right\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 19C13 19.34 13.04 19.67 13.09 20H4C2.9 20 2 19.11 2 18V6C2 4.89 2.89 4 4 4H10L12 6H20C21.1 6 22 6.89 22 8V13.81C21.12 13.3 20.1 13 19 13C15.69 13 13 15.69 13 19M23 19L20 16V18H16V20H20V22L23 19Z\" /></svg></li><li title=\"folder arrow up down outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-arrow-up-down-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 19C13 19.34 13.04 19.67 13.09 20H4C2.9 20 2 19.11 2 18V6C2 4.89 2.89 4 4 4H10L12 6H20C21.1 6 22 6.89 22 8V13.81C21.39 13.46 20.72 13.22 20 13.09V8H4V18H13.09C13.04 18.33 13 18.66 13 19M22 20V16H20V20H18.5L21 23L23.5 20H22M17 15L14.5 18H16V22H18V18H19.5L17 15Z\" /></svg></li><li title=\"folder arrow up down \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-arrow-up-down\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 19C13 19.34 13.04 19.67 13.09 20H4C2.9 20 2 19.11 2 18V6C2 4.89 2.89 4 4 4H10L12 6H20C21.1 6 22 6.89 22 8V13.81C21.12 13.3 20.1 13 19 13C15.69 13 13 15.69 13 19M17 15L14.5 18H16V22H18V18H19.5L17 15M22 20V16H20V20H18.5L21 23L23.5 20H22Z\" /></svg></li><li title=\"folder arrow up outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-arrow-up-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 8V13.81C21.39 13.46 20.72 13.22 20 13.09V8H4V18H13.09C13.04 18.33 13 18.66 13 19C13 19.34 13.04 19.67 13.09 20H4C2.9 20 2 19.11 2 18V6C2 4.89 2.89 4 4 4H10L12 6H20C21.1 6 22 6.89 22 8M16 18H18V22H20V18H22L19 15L16 18Z\" /></svg></li><li title=\"folder arrow up \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-arrow-up\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 8V13.81C21.12 13.3 20.1 13 19 13C15.69 13 13 15.69 13 19C13 19.34 13.04 19.67 13.09 20H4C2.9 20 2 19.11 2 18V6C2 4.89 2.89 4 4 4H10L12 6H20C21.1 6 22 6.89 22 8M16 18H18V22H20V18H22L19 15L16 18Z\" /></svg></li><li title=\"folder cancel outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-cancel-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 18.5C12 19 12.07 19.5 12.18 20H4C2.9 20 2 19.11 2 18V6C2 4.89 2.89 4 4 4H10L12 6H20C21.1 6 22 6.89 22 8V13.04C21.39 12.65 20.72 12.36 20 12.18V8H4V18H12.03C12 18.17 12 18.33 12 18.5M23 18.5C23 21 21 23 18.5 23S14 21 14 18.5 16 14 18.5 14 23 16 23 18.5M20 21.08L15.92 17C15.65 17.42 15.5 17.94 15.5 18.5C15.5 20.16 16.84 21.5 18.5 21.5C19.06 21.5 19.58 21.35 20 21.08M21.5 18.5C21.5 16.84 20.16 15.5 18.5 15.5C17.94 15.5 17.42 15.65 17 15.92L21.08 20C21.35 19.58 21.5 19.06 21.5 18.5Z\" /></svg></li><li title=\"folder cancel \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-cancel\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 18.5C12 19 12.07 19.5 12.18 20H4C2.9 20 2 19.11 2 18V6C2 4.89 2.89 4 4 4H10L12 6H20C21.1 6 22 6.89 22 8V13.04C21 12.39 19.79 12 18.5 12C14.91 12 12 14.91 12 18.5M23 18.5C23 21 21 23 18.5 23S14 21 14 18.5 16 14 18.5 14 23 16 23 18.5M20 21.08L15.92 17C15.65 17.42 15.5 17.94 15.5 18.5C15.5 20.16 16.84 21.5 18.5 21.5C19.06 21.5 19.58 21.35 20 21.08M21.5 18.5C21.5 16.84 20.16 15.5 18.5 15.5C17.94 15.5 17.42 15.65 17 15.92L21.08 20C21.35 19.58 21.5 19.06 21.5 18.5Z\" /></svg></li><li title=\"folder check outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-check-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 18H4V8H20M20 6H12L10 4H4C2.9 4 2 4.9 2 6V18C2 19.1 2.9 20 4 20H20C21.1 20 22 19.1 22 18V8C22 6.9 21.1 6 20 6M13.2 16.2L10.4 13.2L11.6 12L13.2 13.6L16.8 10L18 11.4L13.2 16.2Z\" /></svg></li><li title=\"folder check \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-check\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 6H12L10 4H4C2.9 4 2 4.9 2 6V18C2 19.1 2.9 20 4 20H20C21.1 20 22 19.1 22 18V8C22 6.9 21.1 6 20 6M14.2 16.2L11.4 13.2L12.6 12L14.2 13.6L17.8 10L19 11.4L14.2 16.2Z\" /></svg></li><li title=\"folder clock outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-clock-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,12H16.5V16.25L19.36,17.94L18.61,19.16L15,17V12M19,8H3V18H9.29C9.1,17.37 9,16.7 9,16A7,7 0 0,1 16,9C17.07,9 18.09,9.24 19,9.67V8M3,20C1.89,20 1,19.1 1,18V6A2,2 0 0,1 3,4H9L11,6H19A2,2 0 0,1 21,8V11.1C22.24,12.36 23,14.09 23,16A7,7 0 0,1 16,23C13.62,23 11.5,21.81 10.25,20H3M16,11A5,5 0 0,0 11,16A5,5 0 0,0 16,21A5,5 0 0,0 21,16A5,5 0 0,0 16,11Z\" /></svg></li><li title=\"folder clock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-clock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,4C1.89,4 1,4.89 1,6V18A2,2 0 0,0 3,20H10.26C11.57,21.88 13.71,23 16,23A7,7 0 0,0 23,16C23,14.17 22.28,12.42 21,11.11V8C21,6.89 20.1,6 19,6H11L9,4H3M16,11A5,5 0 0,1 21,16A5,5 0 0,1 16,21A5,5 0 0,1 11,16A5,5 0 0,1 16,11M15,12V17L18.61,19.16L19.36,17.94L16.5,16.25V12H15Z\" /></svg></li><li title=\"folder cog outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-cog-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 4C2.89 4 2 4.89 2 6V18C2 19.11 2.9 20 4 20H12V18H4V8H20V12H22V8C22 6.89 21.1 6 20 6H12L10 4M18 14C17.87 14 17.76 14.09 17.74 14.21L17.55 15.53C17.25 15.66 16.96 15.82 16.7 16L15.46 15.5C15.35 15.5 15.22 15.5 15.15 15.63L14.15 17.36C14.09 17.47 14.11 17.6 14.21 17.68L15.27 18.5C15.25 18.67 15.24 18.83 15.24 19C15.24 19.17 15.25 19.33 15.27 19.5L14.21 20.32C14.12 20.4 14.09 20.53 14.15 20.64L15.15 22.37C15.21 22.5 15.34 22.5 15.46 22.5L16.7 22C16.96 22.18 17.24 22.35 17.55 22.47L17.74 23.79C17.76 23.91 17.86 24 18 24H20C20.11 24 20.22 23.91 20.24 23.79L20.43 22.47C20.73 22.34 21 22.18 21.27 22L22.5 22.5C22.63 22.5 22.76 22.5 22.83 22.37L23.83 20.64C23.89 20.53 23.86 20.4 23.77 20.32L22.7 19.5C22.72 19.33 22.74 19.17 22.74 19C22.74 18.83 22.73 18.67 22.7 18.5L23.76 17.68C23.85 17.6 23.88 17.47 23.82 17.36L22.82 15.63C22.76 15.5 22.63 15.5 22.5 15.5L21.27 16C21 15.82 20.73 15.65 20.42 15.53L20.23 14.21C20.22 14.09 20.11 14 20 14M19 17.5C19.83 17.5 20.5 18.17 20.5 19C20.5 19.83 19.83 20.5 19 20.5C18.16 20.5 17.5 19.83 17.5 19C17.5 18.17 18.17 17.5 19 17.5Z\" /></svg></li><li title=\"folder cog \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-cog\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 4C2.89 4 2 4.89 2 6V18C2 19.11 2.9 20 4 20H12.08A7 7 0 0 1 12 19A7 7 0 0 1 19 12A7 7 0 0 1 22 12.69V8C22 6.89 21.1 6 20 6H12L10 4H4M18 14C17.87 14 17.76 14.09 17.74 14.21L17.55 15.53C17.25 15.66 16.96 15.82 16.7 16L15.46 15.5C15.35 15.5 15.22 15.5 15.15 15.63L14.15 17.36C14.09 17.47 14.11 17.6 14.21 17.68L15.27 18.5C15.25 18.67 15.24 18.83 15.24 19C15.24 19.17 15.25 19.33 15.27 19.5L14.21 20.32C14.12 20.4 14.09 20.53 14.15 20.64L15.15 22.37C15.21 22.5 15.34 22.5 15.46 22.5L16.7 22C16.96 22.18 17.24 22.35 17.55 22.47L17.74 23.79C17.76 23.91 17.86 24 18 24H20C20.11 24 20.22 23.91 20.24 23.79L20.43 22.47C20.73 22.34 21 22.18 21.27 22L22.5 22.5C22.63 22.5 22.76 22.5 22.83 22.37L23.83 20.64C23.89 20.53 23.86 20.4 23.77 20.32L22.7 19.5C22.72 19.33 22.74 19.17 22.74 19C22.74 18.83 22.73 18.67 22.7 18.5L23.76 17.68C23.85 17.6 23.88 17.47 23.82 17.36L22.82 15.63C22.76 15.5 22.63 15.5 22.5 15.5L21.27 16C21 15.82 20.73 15.65 20.42 15.53L20.23 14.21C20.22 14.09 20.11 14 20 14H18M19 17.5C19.83 17.5 20.5 18.17 20.5 19C20.5 19.83 19.83 20.5 19 20.5C18.16 20.5 17.5 19.83 17.5 19C17.5 18.17 18.17 17.5 19 17.5Z\" /></svg></li><li title=\"folder download outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-download-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 18H4V8H20M20 6H12L10 4H4A2 2 0 0 0 2 6V18A2 2 0 0 0 4 20H20A2 2 0 0 0 22 18V8A2 2 0 0 0 20 6M14 9H16V13H19L15 17L11 13H14Z\" /></svg></li><li title=\"folder download \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-download\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,6A2,2 0 0,1 22,8V18A2,2 0 0,1 20,20H4C2.89,20 2,19.1 2,18V6C2,4.89 2.89,4 4,4H10L12,6H20M19.25,13H16V9H14V13H10.75L15,17.25\" /></svg></li><li title=\"folder edit outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-edit-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,11.11C20.92,11.11 20.72,11.21 20.62,11.31L19.62,12.31L21.72,14.42L22.72,13.41C22.92,13.21 22.92,12.81 22.72,12.61L21.42,11.31C21.32,11.21 21.22,11.11 21,11.11M19.12,12.91L13,18.92V21H15.12L21.22,14.92L19.12,12.91M21,8V8.11L19,10.11V8H3V18H11V20H3A2,2 0 0,1 1,18V6C1,4.91 1.9,4 3,4H9L11,6H19C20.12,6 21,6.91 21,8Z\" /></svg></li><li title=\"folder edit \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-edit\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,4C1.89,4 1,4.89 1,6V18A2,2 0 0,0 3,20H11V18.11L21,8.11V8C21,6.89 20.1,6 19,6H11L9,4H3M21.04,11.13C20.9,11.13 20.76,11.19 20.65,11.3L19.65,12.3L21.7,14.35L22.7,13.35C22.92,13.14 22.92,12.79 22.7,12.58L21.42,11.3C21.31,11.19 21.18,11.13 21.04,11.13M19.07,12.88L13,18.94V21H15.06L21.12,14.93L19.07,12.88Z\" /></svg></li><li title=\"folder eye outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-eye-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9.3 20H4C2.9 20 2 19.1 2 18V6C2 4.9 2.9 4 4 4H10L12 6H20C21.1 6 22 6.9 22 8V14.6C21.4 14.2 20.7 13.8 20 13.5V8H4V18H9.3C9.3 18.1 9.2 18.2 9.2 18.3L8.8 19L9.1 19.7C9.2 19.8 9.2 19.9 9.3 20M23 19C22.1 21.3 19.7 23 17 23S11.9 21.3 11 19C11.9 16.7 14.3 15 17 15S22.1 16.7 23 19M19.5 19C19.5 17.6 18.4 16.5 17 16.5S14.5 17.6 14.5 19 15.6 21.5 17 21.5 19.5 20.4 19.5 19M17 18C16.4 18 16 18.4 16 19S16.4 20 17 20 18 19.6 18 19 17.6 18 17 18\" /></svg></li><li title=\"folder eye \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-eye\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9.3 20H4C2.9 20 2 19.1 2 18V6C2 4.9 2.9 4 4 4H10L12 6H20C21.1 6 22 6.9 22 8V14.6C20.6 13.6 18.9 13 17 13C13.5 13 10.4 15.1 9.1 18.3L8.8 19L9.1 19.7C9.2 19.8 9.2 19.9 9.3 20M23 19C22.1 21.3 19.7 23 17 23S11.9 21.3 11 19C11.9 16.7 14.3 15 17 15S22.1 16.7 23 19M19.5 19C19.5 17.6 18.4 16.5 17 16.5S14.5 17.6 14.5 19 15.6 21.5 17 21.5 19.5 20.4 19.5 19M17 18C16.4 18 16 18.4 16 19S16.4 20 17 20 18 19.6 18 19 17.6 18 17 18\" /></svg></li><li title=\"folder file outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-file-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 18H11V20H4C2.9 20 2 19.11 2 18V6C2 4.89 2.89 4 4 4H10L12 6H20C21.1 6 22 6.89 22 8V10.17L20.41 8.59L20 8.17V8H4V18M23 14V21C23 22.11 22.11 23 21 23H15C13.9 23 13 22.11 13 21V12C13 10.9 13.9 10 15 10H19L23 14M21 15H18V12H15V21H21V15Z\" /></svg></li><li title=\"folder file \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-file\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15 8C12.79 8 11 9.79 11 12V20H4C2.9 20 2 19.11 2 18V6C2 4.89 2.89 4 4 4H10L12 6H20C21.1 6 22 6.89 22 8V10.17L20.41 8.59L19.83 8H15M23 14V21C23 22.11 22.11 23 21 23H15C13.9 23 13 22.11 13 21V12C13 10.9 13.9 10 15 10H19L23 14M21 14.83L18.17 12H18V15H21V14.83Z\" /></svg></li><li title=\"folder google drive \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-google-drive\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.75,9H16.14L19,14H16.05L13.5,9.46M18.3,17H12.75L14.15,14.5H19.27L19.53,14.96M11.5,17L10.4,14.86L13.24,9.9L14.74,12.56L12.25,17M20,6H12L10,4H4C2.89,4 2,4.89 2,6V18A2,2 0 0,0 4,20H20A2,2 0 0,0 22,18V8C22,6.89 21.1,6 20,6Z\" /></svg></li><li title=\"folder heart outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-heart-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 18H4V8H20M20 6H12L10 4H4C2.89 4 2 4.89 2 6V18C2 19.1 2.9 20 4 20H20C21.1 20 22 19.1 22 18V8C22 6.89 21.1 6 20 6M13 10C11.9 10 11 10.92 11 12.05C11 12.62 11.22 13.12 11.59 13.5L15 17L18.42 13.5C18.78 13.13 19 12.61 19 12.05C19 10.92 18.1 10 17 10C16.46 10 15.95 10.23 15.59 10.6L15 11.2L14.42 10.61C14.05 10.23 13.54 10 13 10Z\" /></svg></li><li title=\"folder heart \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-heart\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 6H12L10 4H4C2.89 4 2 4.89 2 6V18C2 19.1 2.89 20 4 20H20C21.1 20 22 19.1 22 18V8C22 6.9 21.1 6 20 6M18.42 13.5L15 17L11.59 13.5C11.22 13.12 11 12.62 11 12.05C11 10.92 11.9 10 13 10C13.54 10 14.05 10.23 14.42 10.61L15 11.2L15.59 10.6C15.95 10.23 16.46 10 17 10C18.1 10 19 10.92 19 12.05C19 12.61 18.78 13.13 18.42 13.5Z\" /></svg></li><li title=\"folder hidden \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-hidden\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9 4V8H6V4H9M4 16V13H2V16H4M2 12H4V9H2V12M18 8H22C22 6.89 21.1 6 20 6H18V8M22 13H20V16H22V13M20 9V12H22V9H20M9 20V18H6V20H9M5 18H4V17H2V18C2 19.11 2.9 20 4 20H5V18M20 17V18H18V20H20C21.11 20 22 19.11 22 18V17H20M4 8H5V4H4C2.89 4 2 4.89 2 6V8H4M17 18H14V20H17V18M13 18H10V20H13V18M17 6H14V8H17V6M10 8H13V6H12L10 4V8Z\" /></svg></li><li title=\"folder home outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-home-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 6H12L10 4H4A2 2 0 0 0 2 6V18A2 2 0 0 0 4 20H20A2 2 0 0 0 22 18V8A2 2 0 0 0 20 6M20 18H4V8H20M13 17V14H15V17H17V13H19L14 9L9 13H11V17Z\" /></svg></li><li title=\"folder home \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-home\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 6H12L10 4H4A2 2 0 0 0 2 6V18A2 2 0 0 0 4 20H20A2 2 0 0 0 22 18V8A2 2 0 0 0 20 6M17 13V17H15V14H13V17H11V13H9L14 9L19 13Z\" /></svg></li><li title=\"folder image \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-image\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,17L9.5,11L13,15.5L15.5,12.5L19,17M20,6H12L10,4H4A2,2 0 0,0 2,6V18A2,2 0 0,0 4,20H20A2,2 0 0,0 22,18V8A2,2 0 0,0 20,6Z\" /></svg></li><li title=\"folder information outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-information-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 11.1V8C21 6.9 20.1 6 19 6H11L9 4H3C1.9 4 1 4.9 1 6V18C1 19.1 1.9 20 3 20H10.2C11.4 21.8 13.6 23 16 23C19.9 23 23 19.9 23 16C23 14.1 22.2 12.4 21 11.1M9.3 18H3V8H19V9.7C18.1 9.2 17.1 9 16 9C12.1 9 9 12.1 9 16C9 16.7 9.1 17.4 9.3 18M16 21C13.2 21 11 18.8 11 16S13.2 11 16 11 21 13.2 21 16 18.8 21 16 21M17 14H15V12H17V14M17 20H15V15H17V20Z\" /></svg></li><li title=\"folder information \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-information\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 11.1V8C21 6.9 20.1 6 19 6H11L9 4H3C1.9 4 1 4.9 1 6V18C1 19.1 1.9 20 3 20H10.3C11.6 21.9 13.8 23 16 23C19.9 23 23 19.9 23 16C23 14.2 22.3 12.4 21 11.1M16 21C13.2 21 11 18.8 11 16S13.2 11 16 11 21 13.2 21 16 18.8 21 16 21M17 20H15V15H17V20M17 14H15V12H17V14Z\" /></svg></li><li title=\"folder key network outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-key-network-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9 8C7.3 8 6 9.3 6 11S7.3 14 9 14C10.3 14 11.4 13.2 11.8 12H14V14H16V12H18V10H11.8C11.4 8.8 10.3 8 9 8M9 12C8.4 12 8 11.6 8 11S8.4 10 9 10 10 10.4 10 11 9.6 12 9 12M15 20C15 19.5 14.6 19 14 19H13V17H19C20.1 17 21 16.1 21 15V7C21 5.9 20.1 5 19 5H13L11 3H5C3.9 3 3 3.9 3 5V15C3 16.1 3.9 17 5 17H11V19H10C9.4 19 9 19.5 9 20H2V22H9C9 22.5 9.4 23 10 23H14C14.6 23 15 22.5 15 22H22V20H15M5 15V7H19V15H5Z\" /></svg></li><li title=\"folder key network \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-key-network\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6 5C4.9 5 4 5.9 4 7V15C4 16.1 4.9 17 6 17H11V19H10C9.4 19 9 19.4 9 20H2V22H9C9 22.6 9.4 23 10 23H14C14.6 23 15 22.6 15 22H22V20H15C15 19.4 14.6 19 14 19H13V17H18C19.1 17 20 16.1 20 15V9C20 7.9 19.1 7 18 7H12L10 5H6M9 9C10.3 9 11.4 9.8 11.8 11H18V13H16V15H14V13H11.8C11.4 14.2 10.3 15 9 15C7.3 15 6 13.7 6 12S7.3 9 9 9M9 11C8.4 11 8 11.4 8 12C8 12.6 8.4 13 9 13C9.6 13 10 12.6 10 12S9.6 11 9 11Z\" /></svg></li><li title=\"folder key outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-key-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 18H4V8H20M20 6H12L10 4H4C2.9 4 2 4.9 2 6V18C2 19.1 2.9 20 4 20H20C21.1 20 22 19.1 22 18V8C22 6.9 21.1 6 20 6M12.8 12C12.4 10.8 11.3 10 10 10C8.3 10 7 11.3 7 13S8.3 16 10 16C11.3 16 12.4 15.2 12.8 14H15V16H17V14H19V12H12.8M10 14C9.4 14 9 13.6 9 13C9 12.4 9.4 12 10 12S11 12.4 11 13 10.6 14 10 14Z\" /></svg></li><li title=\"folder key \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-key\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 4C2.9 4 2 4.9 2 6V18C2 19.1 2.9 20 4 20H20C21.1 20 22 19.1 22 18V8C22 6.9 21.1 6 20 6H12L10 4M11 10C12.3 10 13.4 10.8 13.8 12H20V14H18V16H16V14H13.8C13.4 15.2 12.3 16 11 16C9.3 16 8 14.7 8 13S9.3 10 11 10M11 12C10.4 12 10 12.4 10 13C10 13.6 10.4 14 11 14C11.6 14 12 13.6 12 13S11.6 12 11 12Z\" /></svg></li><li title=\"folder lock open \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-lock-open\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,6A2,2 0 0,1 22,8V18A2,2 0 0,1 20,20H4C2.89,20 2,19.1 2,18V6C2,4.89 2.89,4 4,4H10L12,6H20M19,17V13H18L16,13H14V11A1,1 0 0,1 15,10A1,1 0 0,1 16,11H18A3,3 0 0,0 15,8A3,3 0 0,0 12,11V13H11V17H19Z\" /></svg></li><li title=\"folder lock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-lock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,6A2,2 0 0,1 22,8V18A2,2 0 0,1 20,20H4C2.89,20 2,19.1 2,18V6C2,4.89 2.89,4 4,4H10L12,6H20M19,17V13H18V12A3,3 0 0,0 15,9A3,3 0 0,0 12,12V13H11V17H19M15,11A1,1 0 0,1 16,12V13H14V12A1,1 0 0,1 15,11Z\" /></svg></li><li title=\"folder marker outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-marker-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.5 12C20.4 12 22 13.6 22 15.5C22 18.1 18.5 22 18.5 22C18.5 22 15 18.1 15 15.5C15 13.6 16.6 12 18.5 12M18.5 16.8C19.2 16.8 19.8 16.2 19.7 15.6C19.7 15 19.1 14.4 18.5 14.4C17.9 14.4 17.3 14.9 17.3 15.6C17.3 16.2 17.8 16.8 18.5 16.8M20 8H4V18H13.5C13.79 18.68 14.13 19.35 14.5 20H4C2.89 20 2 19.1 2 18L2 6C2 4.89 2.89 4 4 4H10L12 6H20C21.1 6 22 6.89 22 8V11.34C21.42 10.84 20.74 10.45 20 10.23V8Z\" /></svg></li><li title=\"folder marker \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-marker\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10 4L12 6H20C21.1 6 22 6.89 22 8V11.34C21.04 10.5 19.82 10 18.5 10C15.5 10 13 12.65 13 15.5C13 16.97 13.65 18.55 14.5 20H4C2.89 20 2 19.1 2 18L2 6C2 4.89 2.89 4 4 4H10M18.5 12C20.4 12 22 13.6 22 15.5C22 18.1 18.5 22 18.5 22C18.5 22 15 18.1 15 15.5C15 13.6 16.6 12 18.5 12M18.5 16.8C19.2 16.8 19.8 16.2 19.7 15.6C19.7 15 19.1 14.4 18.5 14.4C17.9 14.4 17.3 14.9 17.3 15.6C17.3 16.2 17.8 16.8 18.5 16.8Z\" /></svg></li><li title=\"folder move outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-move-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 18H4V8H20V18M12 6L10 4H4C2.9 4 2 4.89 2 6V18C2 19.11 2.9 20 4 20H20C21.11 20 22 19.11 22 18V8C22 6.9 21.11 6 20 6H12M11 14V12H15V9L19 13L15 17V14H11Z\" /></svg></li><li title=\"folder move \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-move\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,18V15H10V11H14V8L19,13M20,6H12L10,4H4C2.89,4 2,4.89 2,6V18A2,2 0 0,0 4,20H20A2,2 0 0,0 22,18V8C22,6.89 21.1,6 20,6Z\" /></svg></li><li title=\"folder multiple image \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-multiple-image\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7,15L11.5,9L15,13.5L17.5,10.5L21,15M22,4H14L12,2H6A2,2 0 0,0 4,4V16A2,2 0 0,0 6,18H22A2,2 0 0,0 24,16V6A2,2 0 0,0 22,4M2,6H0V11H0V20A2,2 0 0,0 2,22H20V20H2V6Z\" /></svg></li><li title=\"folder multiple outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-multiple-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,4A2,2 0 0,1 24,6V16A2,2 0 0,1 22,18H6A2,2 0 0,1 4,16V4A2,2 0 0,1 6,2H12L14,4H22M2,6V20H20V22H2A2,2 0 0,1 0,20V11H0V6H2M6,6V16H22V6H6Z\" /></svg></li><li title=\"folder multiple plus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-multiple-plus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 4C23.1 4 24 4.9 24 6V16C24 17.1 23.1 18 22 18H6C4.9 18 4 17.1 4 16V4C4 2.9 4.9 2 6 2H12L14 4H22M2 6V20H20V22H2C.9 22 0 21.1 0 20V6H2M6 6V16H22V6H6M14 10H16V8H18V10H20V12H18V14H16V12H14V10Z\" /></svg></li><li title=\"folder multiple plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-multiple-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2 20V6H0V20C0 21.1 .9 22 2 22H20V20H2M22 4H14L12 2H6C5.6 2 5.2 2.1 4.9 2.3L4.3 2.9C4.1 3.2 4 3.6 4 4V16C4 16.4 4.1 16.8 4.3 17.1C4.4 17.2 4.5 17.3 4.5 17.4C5 17.8 5.5 18 6 18H22C23.1 18 24 17.1 24 16V6C24 4.9 23.1 4 22 4M22 12H19V15H17V12H14V10H17V7H19V10H22V12Z\" /></svg></li><li title=\"folder multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,4H14L12,2H6A2,2 0 0,0 4,4V16A2,2 0 0,0 6,18H22A2,2 0 0,0 24,16V6A2,2 0 0,0 22,4M2,6H0V11H0V20A2,2 0 0,0 2,22H20V20H2V6Z\" /></svg></li><li title=\"folder music outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-music-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 18V8H4V18H20M20 6C21.1 6 22 6.89 22 8V18C22 19.1 21.1 20 20 20H4C2.89 20 2 19.1 2 18L2 6C2 4.89 2.89 4 4 4H10L12 6H20M18 9V11H16V15C16 16.11 15.11 17 14 17C12.9 17 12 16.11 12 15C12 13.9 12.9 13 14 13C14.17 13 14.34 13 14.5 13.06V9H18Z\" /></svg></li><li title=\"folder music \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-music\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10 4L12 6H20C21.1 6 22 6.89 22 8V18C22 19.1 21.1 20 20 20H4C2.89 20 2 19.1 2 18L2 6C2 4.89 2.89 4 4 4H10M19 9H15.5V13.06L15 13C13.9 13 13 13.9 13 15C13 16.11 13.9 17 15 17C16.11 17 17 16.11 17 15V11H19V9Z\" /></svg></li><li title=\"folder network outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-network-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15 20C15 19.45 14.55 19 14 19H13V17H19C20.11 17 21 16.11 21 15V7C21 5.9 20.11 5 19 5H13L11 3H5C3.9 3 3 3.9 3 5V15C3 16.11 3.9 17 5 17H11V19H10C9.45 19 9 19.45 9 20H2V22H9C9 22.55 9.45 23 10 23H14C14.55 23 15 22.55 15 22H22V20H15M5 15V7H19V15H5Z\" /></svg></li><li title=\"folder network \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-network\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,15V5A2,2 0 0,1 5,3H11L13,5H19A2,2 0 0,1 21,7V15A2,2 0 0,1 19,17H13V19H14A1,1 0 0,1 15,20H22V22H15A1,1 0 0,1 14,23H10A1,1 0 0,1 9,22H2V20H9A1,1 0 0,1 10,19H11V17H5A2,2 0 0,1 3,15Z\" /></svg></li><li title=\"folder off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2.39 1.73L1.11 3L2.64 4.53C2.25 4.9 2 5.42 2 6V18C2 19.11 2.9 20 4 20H18.11L20.84 22.73L22.11 21.46L2.39 1.73M4 18V8H6.11L16.11 18H4M11.2 8L7.2 4H10L12 6H20C21.1 6 22 6.89 22 8V18C22 18.24 21.96 18.47 21.88 18.68L20 16.8V8H11.2Z\" /></svg></li><li title=\"folder off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.11 21.46L20.84 22.73L18.11 20H4C2.9 20 2 19.11 2 18V6C2 5.42 2.25 4.9 2.64 4.53L1.11 3L2.39 1.73L22.11 21.46M22 18V8C22 6.89 21.1 6 20 6H12L10 4H7.2L21.88 18.68C21.96 18.47 22 18.24 22 18Z\" /></svg></li><li title=\"folder open outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-open-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6.1,10L4,18V8H21A2,2 0 0,0 19,6H12L10,4H4A2,2 0 0,0 2,6V18A2,2 0 0,0 4,20H19C19.9,20 20.7,19.4 20.9,18.5L23.2,10H6.1M19,18H6L7.6,12H20.6L19,18Z\" /></svg></li><li title=\"folder open \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-open\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,20H4C2.89,20 2,19.1 2,18V6C2,4.89 2.89,4 4,4H10L12,6H19A2,2 0 0,1 21,8H21L4,8V18L6.14,10H23.21L20.93,18.5C20.7,19.37 19.92,20 19,20Z\" /></svg></li><li title=\"folder outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,18H4V8H20M20,6H12L10,4H4C2.89,4 2,4.89 2,6V18A2,2 0 0,0 4,20H20A2,2 0 0,0 22,18V8C22,6.89 21.1,6 20,6Z\" /></svg></li><li title=\"folder play outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-play-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 8V13.81C21.39 13.46 20.72 13.22 20 13.09V8H4V18H13.09C13.04 18.33 13 18.66 13 19C13 19.34 13.04 19.67 13.09 20H4C2.9 20 2 19.11 2 18V6C2 4.89 2.89 4 4 4H10L12 6H20C21.1 6 22 6.89 22 8M17 22L22 19L17 16V22Z\" /></svg></li><li title=\"folder play \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-play\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 8V13.81C21.12 13.3 20.1 13 19 13C15.69 13 13 15.69 13 19C13 19.34 13.04 19.67 13.09 20H4C2.9 20 2 19.11 2 18V6C2 4.89 2.89 4 4 4H10L12 6H20C21.1 6 22 6.89 22 8M17 22L22 19L17 16V22Z\" /></svg></li><li title=\"folder plus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-plus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 12H14V10H16V12H18V14H16V16H14V14H12V12M22 8V18C22 19.11 21.11 20 20 20H4C2.89 20 2 19.11 2 18V6C2 4.89 2.89 4 4 4H10L12 6H20C21.11 6 22 6.89 22 8M20 8H4V18H20V8Z\" /></svg></li><li title=\"folder plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,4L12,6H20A2,2 0 0,1 22,8V18A2,2 0 0,1 20,20H4C2.89,20 2,19.1 2,18V6C2,4.89 2.89,4 4,4H10M15,9V12H12V14H15V17H17V14H20V12H17V9H15Z\" /></svg></li><li title=\"folder pound outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-pound-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,18H4V8H20M20,6H12L10,4H4C2.89,4 2,4.89 2,6V18A2,2 0 0,0 4,20H20A2,2 0 0,0 22,18V8C22,6.89 21.1,6 20,6M19,12V11H17.5L18,9H17L16.5,11H14.5L15,9H14L13.5,11H12V12H13.25L12.75,14H11V15H12.5L12,17H13L13.5,15H15.5L15,17H16L16.5,15H18V14H16.75L17.25,12H19M15.75,14H13.75L14.25,12H16.25L15.75,14Z\" /></svg></li><li title=\"folder pound \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-pound\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.25,13H17.25L16.75,15H14.75L15.25,13M22,8V18A2,2 0 0,1 20,20H4A2,2 0 0,1 2,18V6C2,4.89 2.89,4 4,4H10L12,6H20A2,2 0 0,1 22,8M20,12H18.5L19,10H18L17.5,12H15.5L16,10H15L14.5,12H13V13H14.25L13.75,15H12V16H13.5L13,18H14L14.5,16H16.5L16,18H17L17.5,16H19V15H17.75L18.25,13H20V12Z\" /></svg></li><li title=\"folder question outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-question-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 18H4V8H20M20 6H12L10 4H4C2.9 4 2 4.9 2 6V18C2 19.1 2.9 20 4 20H20C21.1 20 22 19.1 22 18V8C22 6.9 21.1 6 20 6M19 11.7C19 13.4 17 13.5 17 15H15.7C15.7 12.8 17.7 13 17.7 11.7C17.7 11 17.1 10.4 16.4 10.4C15.7 10.4 15.1 11 15.1 11.7H13.8C13.8 10.2 15 9 16.5 9S19 10.2 19 11.7M17 15.7V17H15.7V15.7H17Z\" /></svg></li><li title=\"folder question \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-question\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 6H12L10 4H4C2.9 4 2 4.9 2 6V18C2 19.1 2.9 20 4 20H20C21.1 20 22 19.1 22 18V8C22 6.9 21.1 6 20 6M16.8 18H15.3V16.5H16.8V18M16.8 15.8H15.3C15.3 13.4 17.5 13.5 17.5 12C17.5 11.2 16.8 10.5 16 10.5S14.5 11.2 14.5 12H13C13 10.3 14.3 9 16 9S19 10.3 19 12C19 13.9 16.8 14.1 16.8 15.8Z\" /></svg></li><li title=\"folder refresh outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-refresh-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 14.5C19.11 14.5 20.11 14.95 20.83 15.67L22 14.5V18.5H18L19.77 16.73C19.32 16.28 18.69 16 18 16C16.62 16 15.5 17.12 15.5 18.5C15.5 19.88 16.62 21 18 21C18.82 21 19.54 20.61 20 20H21.71C21.12 21.47 19.68 22.5 18 22.5C15.79 22.5 14 20.71 14 18.5C14 16.29 15.79 14.5 18 14.5M20 8H4V18H12L12 18.5C12 19 12.06 19.5 12.17 20H4C2.89 20 2 19.1 2 18L2 6C2 4.89 2.89 4 4 4H10L12 6H20C21.1 6 22 6.89 22 8V13C21.39 12.63 20.72 12.34 20 12.17V8Z\" /></svg></li><li title=\"folder refresh \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-refresh\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 14.5C19.11 14.5 20.11 14.95 20.83 15.67L22 14.5V18.5H18L19.77 16.73C19.32 16.28 18.69 16 18 16C16.62 16 15.5 17.12 15.5 18.5C15.5 19.88 16.62 21 18 21C18.82 21 19.54 20.61 20 20H21.71C21.12 21.47 19.68 22.5 18 22.5C15.79 22.5 14 20.71 14 18.5C14 16.29 15.79 14.5 18 14.5M10 4L12 6H20C21.1 6 22 6.89 22 8V13C21 12.38 19.79 12 18.5 12C14.91 12 12 14.91 12 18.5C12 19 12.06 19.5 12.17 20H4C2.89 20 2 19.1 2 18L2 6C2 4.89 2.89 4 4 4H10Z\" /></svg></li><li title=\"folder remove outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-remove-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.46 10.88L12.88 9.46L15 11.59L17.12 9.46L18.54 10.88L16.41 13L18.54 15.12L17.12 16.54L15 14.41L12.88 16.54L11.46 15.12L13.59 13L11.46 10.88M22 8V18C22 19.11 21.11 20 20 20H4C2.9 20 2 19.11 2 18V6C2 4.89 2.9 4 4 4H10L12 6H20C21.11 6 22 6.9 22 8M20 8H4V18H20V8Z\" /></svg></li><li title=\"folder remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,4L12,6H20A2,2 0 0,1 22,8V18A2,2 0 0,1 20,20H4C2.89,20 2,19.1 2,18V6C2,4.89 2.89,4 4,4H10M12.46,10.88L14.59,13L12.46,15.12L13.88,16.54L16,14.41L18.12,16.54L19.54,15.12L17.41,13L19.54,10.88L18.12,9.46L16,11.59L13.88,9.46L12.46,10.88Z\" /></svg></li><li title=\"folder search outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-search-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.5,12C19,12 21,14 21,16.5C21,17.38 20.75,18.21 20.31,18.9L23.39,22L22,23.39L18.88,20.32C18.19,20.75 17.37,21 16.5,21C14,21 12,19 12,16.5C12,14 14,12 16.5,12M16.5,14A2.5,2.5 0 0,0 14,16.5A2.5,2.5 0 0,0 16.5,19A2.5,2.5 0 0,0 19,16.5A2.5,2.5 0 0,0 16.5,14M19,8H3V18H10.17C10.34,18.72 10.63,19.39 11,20H3C1.89,20 1,19.1 1,18V6C1,4.89 1.89,4 3,4H9L11,6H19A2,2 0 0,1 21,8V11.81C20.42,11.26 19.75,10.81 19,10.5V8Z\" /></svg></li><li title=\"folder search \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-search\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.5,12C19,12 21,14 21,16.5C21,17.38 20.75,18.21 20.31,18.9L23.39,22L22,23.39L18.88,20.32C18.19,20.75 17.37,21 16.5,21C14,21 12,19 12,16.5C12,14 14,12 16.5,12M16.5,14A2.5,2.5 0 0,0 14,16.5A2.5,2.5 0 0,0 16.5,19A2.5,2.5 0 0,0 19,16.5A2.5,2.5 0 0,0 16.5,14M9,4L11,6H19A2,2 0 0,1 21,8V11.81C19.83,10.69 18.25,10 16.5,10A6.5,6.5 0 0,0 10,16.5C10,17.79 10.37,19 11,20H3C1.89,20 1,19.1 1,18V6C1,4.89 1.89,4 3,4H9Z\" /></svg></li><li title=\"folder settings outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-settings-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 4C2.89 4 2 4.89 2 6V18A2 2 0 0 0 4 20H20A2 2 0 0 0 22 18V8C22 6.89 21.1 6 20 6H12L10 4H4M4 8H20V18H4V8M7 22V24H9V22H7M11 22V24H13V22H11M15 22V24H17V22H15\" /></svg></li><li title=\"folder settings \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-settings\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 4C2.89 4 2 4.89 2 6V18A2 2 0 0 0 4 20H20A2 2 0 0 0 22 18V8C22 6.89 21.1 6 20 6H12L10 4H4M7 22V24H9V22H7M11 22V24H13V22H11M15 22V24H17V22H15Z\" /></svg></li><li title=\"folder star multiple outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-star-multiple-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2 6V20H20V22H2C.895 22 0 21.11 0 20V6H2M12.78 10.05L15.81 9.79L17 7L18.19 9.79L21.22 10.05L18.92 12.04L19.61 15L17 13.47L14.39 15L15.08 12.04L12.78 10.05M24 6V16C24 17.11 23.11 18 22 18H6C4.9 18 4 17.11 4 16V4C4 2.89 4.9 2 6 2H12L14 4H22C23.11 4 24 4.9 24 6M22 6H6V16H22V6Z\" /></svg></li><li title=\"folder star multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-star-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2 6H0V20C0 21.11 .895 22 2 22H20V20H2V6M22 4H14L12 2H6C4.89 2 4 2.89 4 4V16C4 17.1 4.89 18 6 18H22C23.11 18 24 17.1 24 16V6C24 4.89 23.11 4 22 4M19.94 15L17 13.27L14.06 15L14.84 11.66L12.25 9.42L15.66 9.13L17 6L18.34 9.13L21.75 9.42L19.16 11.66L19.94 15Z\" /></svg></li><li title=\"folder star outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-star-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10.78 12.05L13.81 11.79L15 9L16.19 11.79L19.22 12.05L16.92 14.04L17.61 17L15 15.47L12.39 17L13.08 14.04L10.78 12.05M22 8V18C22 19.11 21.11 20 20 20H4C2.9 20 2 19.11 2 18V6C2 4.89 2.9 4 4 4H10L12 6H20C21.11 6 22 6.9 22 8M20 8H4V18H20V8Z\" /></svg></li><li title=\"folder star \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-star\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,6H12L10,4H4A2,2 0 0,0 2,6V18A2,2 0 0,0 4,20H20A2,2 0 0,0 22,18V8A2,2 0 0,0 20,6M17.94,17L15,15.28L12.06,17L12.84,13.67L10.25,11.43L13.66,11.14L15,8L16.34,11.14L19.75,11.43L17.16,13.67L17.94,17Z\" /></svg></li><li title=\"folder swap outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-swap-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 18H4V8H20M20 6H12L10 4H4A2 2 0 0 0 2 6V18A2 2 0 0 0 4 20H20A2 2 0 0 0 22 18V8A2 2 0 0 0 20 6M18 13L15 10V12H9V10L6 13L9 16V14H15V16Z\" /></svg></li><li title=\"folder swap \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-swap\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 6H12L10 4H4A2 2 0 0 0 2 6V18A2 2 0 0 0 4 20H20A2 2 0 0 0 22 18V8A2 2 0 0 0 20 6M15 16V14H9V16L6 13L9 10V12H15V10L18 13Z\" /></svg></li><li title=\"folder sync outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-sync-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,4L12,6H20A2,2 0 0,1 22,8V11.5C21.38,11.24 20.7,11.07 20,11V8H4V18H13C13.07,18.7 13.24,19.38 13.5,20H4C2.89,20 2,19.1 2,18V6C2,4.89 2.89,4 4,4H10M19,12V13.5A4,4 0 0,1 23,17.5C23,18.32 22.75,19.08 22.33,19.71L21.24,18.62C21.41,18.28 21.5,17.9 21.5,17.5A2.5,2.5 0 0,0 19,15V16.5L16.75,14.25L16.72,14.22C16.78,14.17 16.85,14.13 19,12M19,23V21.5A4,4 0 0,1 15,17.5C15,16.68 15.25,15.92 15.67,15.29L16.76,16.38C16.59,16.72 16.5,17.1 16.5,17.5A2.5,2.5 0 0,0 19,20V18.5L21.25,20.75L21.28,20.78C21.22,20.83 21.15,20.87 19,23Z\" /></svg></li><li title=\"folder sync \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-sync\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,4L12,6H20A2,2 0 0,1 22,8V11.5C21.23,11.18 20.39,11 19.5,11A6.5,6.5 0 0,0 13,17.5C13,18.39 13.18,19.23 13.5,20H4C2.89,20 2,19.1 2,18V6C2,4.89 2.89,4 4,4H10M19,12V13.5A4,4 0 0,1 23,17.5C23,18.32 22.75,19.08 22.33,19.71L21.24,18.62C21.41,18.28 21.5,17.9 21.5,17.5A2.5,2.5 0 0,0 19,15V16.5L16.75,14.25L19,12M19,23V21.5A4,4 0 0,1 15,17.5C15,16.68 15.25,15.92 15.67,15.29L16.76,16.38C16.59,16.72 16.5,17.1 16.5,17.5A2.5,2.5 0 0,0 19,20V18.5L21.25,20.75L19,23Z\" /></svg></li><li title=\"folder table outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-table-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 4C2.89 4 2 4.89 2 6V18A2 2 0 0 0 4 20H20A2 2 0 0 0 22 18V8C22 6.89 21.1 6 20 6H12L10 4H4M4 8H20V18H4V8M12 9V11H15V9H12M16 9V11H19V9H16M12 12V14H15V12H12M16 12V14H19V12H16M12 15V17H15V15H12M16 15V17H19V15H16Z\" /></svg></li><li title=\"folder table \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-table\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 4C2.89 4 2 4.89 2 6V18A2 2 0 0 0 4 20H20A2 2 0 0 0 22 18V8C22 6.89 21.1 6 20 6H12L10 4H4M12 9H15V11H12V9M16 9H19V11H16V9M12 12H15V14H12V12M16 12H19V14H16V12M12 15H15V17H12V15M16 15H19V17H16V15Z\" /></svg></li><li title=\"folder text outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-text-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,18H4V8H20M20,6H12L10,4H4A2,2 0 0,0 2,6V18A2,2 0 0,0 4,20H20A2,2 0 0,0 22,18V8A2,2 0 0,0 20,6M15,16H6V14H15V16M18,12H6V10H18V12Z\" /></svg></li><li title=\"folder text \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-text\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,6H12L10,4H4A2,2 0 0,0 2,6V18A2,2 0 0,0 4,20H20A2,2 0 0,0 22,18V8A2,2 0 0,0 20,6M15,16H6V14H15V16M18,12H6V10H18V12Z\" /></svg></li><li title=\"folder upload outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-upload-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 18H4V8H20M20 6H12L10 4H4A2 2 0 0 0 2 6V18A2 2 0 0 0 4 20H20A2 2 0 0 0 22 18V8A2 2 0 0 0 20 6M16 17H14V13H11L15 9L19 13H16Z\" /></svg></li><li title=\"folder upload \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-upload\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,6A2,2 0 0,1 22,8V18A2,2 0 0,1 20,20H4A2,2 0 0,1 2,18V6A2,2 0 0,1 4,4H10L12,6H20M10.75,13H14V17H16V13H19.25L15,8.75\" /></svg></li><li title=\"folder wrench outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-wrench-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.03 20H4C2.9 20 2 19.11 2 18V6C2 4.89 2.89 4 4 4H10L12 6H20C21.1 6 22 6.89 22 8V17.5L20.96 16.44C20.97 16.3 21 16.15 21 16C21 14.88 20.62 13.86 20 13.03V8H4V18H11.42C11.77 18.8 12.33 19.5 13.03 20M22.87 21.19L18.76 17.08C19.17 16.04 18.94 14.82 18.08 13.97C17.18 13.06 15.83 12.88 14.74 13.38L16.68 15.32L15.33 16.68L13.34 14.73C12.8 15.82 13.05 17.17 13.93 18.08C14.79 18.94 16 19.16 17.05 18.76L21.16 22.86C21.34 23.05 21.61 23.05 21.79 22.86L22.83 21.83C23.05 21.65 23.05 21.33 22.87 21.19Z\" /></svg></li><li title=\"folder wrench \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-wrench\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.03 20H4C2.9 20 2 19.11 2 18V6C2 4.89 2.89 4 4 4H10L12 6H20C21.1 6 22 6.89 22 8V17.5L20.96 16.44C20.97 16.3 21 16.15 21 16C21 13.24 18.76 11 16 11S11 13.24 11 16C11 17.64 11.8 19.09 13.03 20M22.87 21.19L18.76 17.08C19.17 16.04 18.94 14.82 18.08 13.97C17.18 13.06 15.83 12.88 14.74 13.38L16.68 15.32L15.33 16.68L13.34 14.73C12.8 15.82 13.05 17.17 13.93 18.08C14.79 18.94 16 19.16 17.05 18.76L21.16 22.86C21.34 23.05 21.61 23.05 21.79 22.86L22.83 21.83C23.05 21.65 23.05 21.33 22.87 21.19Z\" /></svg></li><li title=\"folder zip outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-zip-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 6H12L10 4H4C2.9 4 2 4.9 2 6V18C2 19.1 2.9 20 4 20H20C21.1 20 22 19.1 22 18V8C22 6.9 21.1 6 20 6M20 18H16V16H14V18H4V8H14V10H16V8H20V18M16 12V10H18V12H16M14 12H16V14H14V12M18 16H16V14H18V16Z\" /></svg></li><li title=\"folder zip \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder-zip\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 6H12L10 4H4C2.9 4 2 4.9 2 6V18C2 19.1 2.9 20 4 20H20C21.1 20 22 19.1 22 18V8C22 6.9 21.1 6 20 6M18 12H16V14H18V16H16V18H14V16H16V14H14V12H16V10H14V8H16V10H18V12Z\" /></svg></li><li title=\"folder \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-folder\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,4H4C2.89,4 2,4.89 2,6V18A2,2 0 0,0 4,20H20A2,2 0 0,0 22,18V8C22,6.89 21.1,6 20,6H12L10,4Z\" /></svg></li><li title=\"font awesome \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-font-awesome\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.76 2H4.24C3 2 2 3 2 4.24V19.76C2 21 3 22 4.24 22H19.76C21 22 22 21 22 19.76V4.24C22 3 21 2 19.76 2M17.73 14.69C17.73 14.88 17.57 14.96 17.38 15.04C16.64 15.36 15.84 15.65 15 15.65C13.78 15.65 13.22 14.91 11.78 14.91C10.74 14.91 9.65 15.28 8.77 15.68C8.71 15.71 8.66 15.71 8.61 15.73V17.76C8.61 17.84 8.61 17.92 8.58 17.97V18.03C8.47 18.4 8.13 18.67 7.73 18.67C7.22 18.67 6.82 18.26 6.82 17.76V8C6.47 7.73 6.24 7.31 6.24 6.83C6.24 6 6.9 5.33 7.73 5.33C8.56 5.33 9.23 6 9.23 6.83C9.23 7.31 9 7.73 8.64 8V8.83C8.72 8.8 8.8 8.77 8.88 8.72C9.71 8.37 10.7 8.08 11.63 8.08C12.64 8.08 13.44 8.35 14.35 8.69C14.54 8.77 14.72 8.8 14.93 8.8C15.95 8.8 17.07 8.08 17.34 8.08C17.55 8.08 17.74 8.24 17.74 8.43V14.69H17.73Z\" /></svg></li><li title=\"food apple outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-food-apple-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,10C18.58,7.57 15.5,6.69 13,8V3H11V8C8.5,6.69 5.42,7.57 4,10C2,13 7,22 9,22C11,22 11,21 12,21C13,21 13,22 15,22C17,22 22,13 20,10M18.25,13.38C17.63,15.85 16.41,18.12 14.7,20C14.5,20 14.27,19.9 14.1,19.75C12.87,18.76 11.13,18.76 9.9,19.75C9.73,19.9 9.5,20 9.3,20C7.59,18.13 6.36,15.85 5.75,13.39C5.5,12.66 5.45,11.87 5.66,11.12C6.24,10.09 7.32,9.43 8.5,9.4C9.06,9.41 9.61,9.54 10.11,9.79L11,10.24H13L13.89,9.79C14.39,9.54 14.94,9.41 15.5,9.4C16.68,9.43 17.76,10.08 18.34,11.11C18.55,11.86 18.5,12.65 18.25,13.38M11,5C5.38,8.07 4.11,3.78 4.11,3.78C4.11,3.78 6.77,0.19 11,5Z\" /></svg></li><li title=\"food apple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-food-apple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,10C22,13 17,22 15,22C13,22 13,21 12,21C11,21 11,22 9,22C7,22 2,13 4,10C6,7 9,7 11,8V5C5.38,8.07 4.11,3.78 4.11,3.78C4.11,3.78 6.77,0.19 11,5V3H13V8C15,7 18,7 20,10Z\" /></svg></li><li title=\"food croissant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-food-croissant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,19L19,17L22,15V19M15,15L19,9L22,13L18,16L15,15M5,17L2,19V15L5,17M9,15L6,16L2,13L5,9L9,15M14,6L18,8L13,15H11L6,8L10,6H14Z\" /></svg></li><li title=\"food drumstick off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-food-drumstick-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.1 21.5L2.4 1.7L1.1 3L8.5 10.4C8.3 10.7 8.1 10.9 7.9 11.2C6.7 12.4 6.7 14.1 7.8 15.2L8.8 16.2C9.3 16.7 10.1 17 10.8 17C11.5 17 12.2 16.7 12.8 16.2C13.1 15.9 13.4 15.7 13.7 15.5L20.9 22.7L22.1 21.5M11.3 14.8C11.1 15 10.9 15 10.8 15S10.4 15 10.2 14.8L9.2 13.8C9 13.6 9 13.4 9 13.2C9 13 9.1 12.7 9.3 12.5C9.5 12.3 9.7 12 9.9 11.8L12.1 14C11.9 14.3 11.6 14.5 11.3 14.8M11.4 8.2L9.7 6.5C10.1 5.1 11 3.9 12.4 3C13.4 2.4 14.6 2 15.7 2C16.9 2 18.1 2.3 19.1 3C22.6 5.3 22.9 10 20.2 12.7C19.4 13.5 18.5 14 17.5 14.3L15.8 12.6C15.9 12.6 16 12.5 16.2 12.5C17.2 12.4 18.1 12 18.8 11.3C19.7 10.4 20.2 9.1 20 7.8C19.9 6.5 19.2 5.4 18 4.6C17.3 4.2 16.5 4 15.7 4C14.9 4 14.1 4.2 13.4 4.7C12.2 5.4 11.5 6.6 11.4 7.9V8.2M8.8 17.4L6.3 19.8C6.6 20.4 6.5 21 6 21.5C5.4 22.1 4.5 22.1 3.9 21.5C3.6 21.2 3.5 20.9 3.5 20.5C3.1 20.5 2.8 20.3 2.5 20.1C1.9 19.5 1.9 18.6 2.5 18C3 17.5 3.6 17.4 4.2 17.7L6.7 15.3C6.8 15.5 7 15.7 7.2 15.9L8.2 16.9C8.3 17.1 8.5 17.3 8.8 17.4\" /></svg></li><li title=\"food drumstick off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-food-drumstick-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.8 22.7L13.6 15.5C13.3 15.7 13 15.9 12.7 16.2C11.6 17.3 9.8 17.3 8.7 16.2L7.7 15.2C6.6 14.1 6.6 12.3 7.8 11.2C8 11 8.2 10.7 8.4 10.4L1.1 3L2.4 1.7L22.1 21.4L20.8 22.7M8.1 16.9L7.1 15.9C6.9 15.7 6.8 15.5 6.6 15.3L4.1 17.7C3.5 17.4 2.9 17.5 2.4 18C1.8 18.6 1.8 19.5 2.4 20.1C2.7 20.4 3 20.5 3.4 20.5C3.4 20.9 3.6 21.2 3.8 21.5C4.4 22.1 5.3 22.1 5.9 21.5C6.4 21 6.5 20.4 6.2 19.8L8.7 17.4C8.5 17.3 8.3 17.1 8.1 16.9M20.2 12.7C23 9.9 22.6 5.2 19.1 3C17.1 1.7 14.4 1.7 12.4 3C11 3.9 10.1 5.1 9.7 6.5L17.5 14.3C18.5 14 19.4 13.5 20.2 12.7Z\" /></svg></li><li title=\"food drumstick outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-food-drumstick-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.71 4C16.54 4 17.33 4.22 18 4.66C19.14 5.4 19.84 6.53 20 7.84C20.11 9.13 19.66 10.4 18.75 11.31C18.05 12 17.16 12.44 16.18 12.54C14.27 12.74 12.59 13.5 11.34 14.77C11.13 14.97 10.9 15 10.77 15C10.65 15 10.42 14.97 10.21 14.77L9.22 13.78C9.04 13.6 9 13.39 9 13.25C9 13 9.11 12.78 9.32 12.57C10.53 11.35 11.27 9.73 11.45 7.87C11.58 6.54 12.29 5.4 13.45 4.65C14.11 4.22 14.89 4 15.71 4M15.71 2C14.54 2 13.37 2.32 12.36 2.97C10.6 4.1 9.63 5.86 9.46 7.68C9.33 9 8.83 10.23 7.91 11.15L7.88 11.18C6.72 12.34 6.72 14.11 7.81 15.19L8.8 16.18C9.35 16.73 10.06 17 10.77 17S12.2 16.73 12.75 16.18C13.72 15.21 15 14.68 16.39 14.53C17.76 14.38 19.1 13.78 20.16 12.73C22.93 9.96 22.57 5.26 19.09 3C18.08 2.33 16.9 2 15.71 2M6.26 19.86C6.53 20.42 6.44 21.1 5.97 21.56C5.39 22.15 4.44 22.15 3.85 21.56C3.58 21.29 3.44 20.94 3.42 20.58C3.06 20.56 2.71 20.42 2.44 20.15C1.85 19.56 1.85 18.61 2.44 18.03C2.9 17.57 3.59 17.47 4.14 17.74L6.62 15.31C6.76 15.5 6.92 15.72 7.1 15.9L8.09 16.89C8.3 17.09 8.5 17.26 8.76 17.41L6.26 19.86Z\" /></svg></li><li title=\"food drumstick \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-food-drumstick\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.16 12.73C22.93 9.96 22.57 5.26 19.09 3C17.08 1.67 14.39 1.66 12.36 2.97C10.6 4.1 9.63 5.86 9.46 7.68C9.33 9 8.83 10.23 7.91 11.15L7.88 11.18C6.72 12.34 6.72 14.11 7.81 15.19L8.8 16.18C9.89 17.27 11.66 17.27 12.75 16.18C13.72 15.21 15 14.68 16.39 14.53C17.76 14.38 19.1 13.78 20.16 12.73M6.26 19.86C6.53 20.42 6.44 21.1 5.97 21.56C5.39 22.15 4.44 22.15 3.85 21.56C3.58 21.29 3.44 20.94 3.42 20.58C3.06 20.56 2.71 20.42 2.44 20.15C1.85 19.56 1.85 18.61 2.44 18.03C2.9 17.57 3.59 17.47 4.14 17.74L6.62 15.31C6.76 15.5 6.92 15.72 7.1 15.9L8.09 16.89C8.3 17.09 8.5 17.26 8.76 17.41L6.26 19.86Z\" /></svg></li><li title=\"food fork drink \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-food-fork-drink\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,3A1,1 0 0,0 2,4V8L2,9.5C2,11.19 3.03,12.63 4.5,13.22V19.5A1.5,1.5 0 0,0 6,21A1.5,1.5 0 0,0 7.5,19.5V13.22C8.97,12.63 10,11.19 10,9.5V8L10,4A1,1 0 0,0 9,3A1,1 0 0,0 8,4V8A0.5,0.5 0 0,1 7.5,8.5A0.5,0.5 0 0,1 7,8V4A1,1 0 0,0 6,3A1,1 0 0,0 5,4V8A0.5,0.5 0 0,1 4.5,8.5A0.5,0.5 0 0,1 4,8V4A1,1 0 0,0 3,3M19.88,3C19.75,3 19.62,3.09 19.5,3.16L16,5.25V9H12V11H13L14,21H20L21,11H22V9H18V6.34L20.5,4.84C21,4.56 21.13,4 20.84,3.5C20.63,3.14 20.26,2.95 19.88,3Z\" /></svg></li><li title=\"food halal \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-food-halal\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7 5V15C7 16.11 6.11 17 5 17H4C3.45 17 3 16.55 3 16V13H1V16C1 17.66 2.34 19 4 19H5C7.21 19 9 17.21 9 15V5M23 13.38L21.77 12.15C21.03 11.41 20.04 11 19 11H17V13H19C19.5 13 20 13.2 20.35 13.56L20.7 13.91L19.5 14.6C19.04 14.86 18.53 15 18 15H17C16.44 15 16 14.56 16 14V6H14V9.81L13.38 9.12C12.7 8.37 11.6 8 10.59 8H10V10H10.59C11.23 10 11.84 10.25 12.29 10.71L14 12.41V14C14 15.12 13.12 16 12 16H10V18H12C13.37 18 14.5 17.3 15.17 16.24C15.63 16.71 16.25 17 17 17H18C18.88 17 19.74 16.77 20.5 16.33L23 14.89Z\" /></svg></li><li title=\"food hot dog \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-food-hot-dog\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 5.77C20.85 5.65 20.72 5.55 20.59 5.45L20.62 5.41C21.4 4.63 21.4 3.37 20.62 2.59C19.84 1.81 18.58 1.81 17.79 2.59L17.05 3.33C15.68 2.3 13.74 2.4 12.5 3.65L3.65 12.5C2.4 13.74 2.3 15.68 3.33 17.05L2.59 17.79C1.8 18.58 1.8 19.84 2.59 20.62C3.37 21.4 4.63 21.4 5.41 20.62L5.45 20.59C5.55 20.72 5.65 20.85 5.77 21C7.13 22.34 9.35 22.34 10.72 21L20.97 10.72C22.34 9.35 22.34 7.14 21 5.77M4.77 15.61C4.5 15.05 4.6 14.36 5.06 13.9L13.9 5.06C14.36 4.6 15.05 4.5 15.61 4.77L4.77 15.61M19.56 9.3L9.3 19.56C8.72 20.15 7.77 20.15 7.18 19.56C6.6 19 6.6 18 7.18 17.44L17.44 7.18C18 6.6 19 6.6 19.56 7.18C20.15 7.77 20.15 8.72 19.56 9.3Z\" /></svg></li><li title=\"food kosher \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-food-kosher\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M1 7V9H3C3.57 9 4 9.43 4 10V17H6V10C6 8.36 4.64 7 3 7H1M7 7V14C7 15.65 8.36 17 10 17H14C15.65 17 17 15.65 17 14V7H15V14C15 14.57 14.57 15 14 15H10C9.43 15 9 14.57 9 14V13H10C11.65 13 13 11.65 13 10V7H11V10C11 10.57 10.57 11 10 11H9V7H7M18 7V9H20C20.57 9 21 9.43 21 10V14C21 14.57 20.57 15 20 15H18V17H20C21.65 17 23 15.65 23 14V10C23 8.36 21.65 7 20 7H18Z\" /></svg></li><li title=\"food off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-food-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M1 21H16V22C16 22.54 15.56 23 15 23H2C1.45 23 1 22.54 1 22V21M20.5 23.31L16 18.83V19H1V17H14.17L12.17 15H1C1 11.76 3.46 9.83 6.38 9.21L.68 3.5L2.1 2.1L13 13L15 15L21.9 21.9L20.5 23.31M10.17 13L8.17 11C6.75 11.06 4.65 11.56 3.62 13H10.17M23 5H18V1H16V5H11L11.23 7H20.79L19.79 16.97L21.62 18.8L23 5Z\" /></svg></li><li title=\"food off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-food-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.35 8.5L11 5H16V1H18V5H23L21.62 18.79L11.35 8.5M1 21V22C1 22.55 1.45 23 2 23H15C15.55 23 16 22.55 16 22V21H1M21.9 21.9L2.1 2.1L.69 3.5L6.39 9.21C3.28 9.87 1 12 1 15H12.17L14.17 17H1V19H16V18.83L20.5 23.32L21.9 21.9Z\" /></svg></li><li title=\"food outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-food-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M1 22C1 22.54 1.45 23 2 23H15C15.56 23 16 22.54 16 22V21H1V22M8.5 9C4.75 9 1 11 1 15H16C16 11 12.25 9 8.5 9M3.62 13C4.73 11.45 7.09 11 8.5 11S12.27 11.45 13.38 13H3.62M1 17H16V19H1V17M18 5V1H16V5H11L11.23 7H20.79L19.39 21H18V23H19.72C20.56 23 21.25 22.35 21.35 21.53L23 5H18Z\" /></svg></li><li title=\"food steak off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-food-steak-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2.39 1.73L1.11 3L5.27 7.16C5.08 7.83 5 8.53 5 9.26C5.1 11.83 6.59 14.05 8.74 15.19C10.1 15.9 11 17.25 11 18.79V19C11 20.66 12.34 22 14 22C15.68 22 16.83 21.11 17.6 19.5L20.84 22.73L22.11 21.46L2.39 1.73M14 20C13.45 20 13 19.55 13 19V18.79C13 16.56 11.72 14.5 9.67 13.42C8.09 12.58 7.07 10.96 7 9.18C7 9.09 7 9 7 8.9L8.16 10.05C8.19 10.15 8.21 10.25 8.24 10.35L8.4 10.29L9.62 11.5L9.08 11.71C9.38 12.04 9.73 12.32 10.14 12.53C10.81 12.89 11.4 13.34 11.91 13.85L11.95 13.84L13.17 15.06L12.95 15.14C13.46 15.96 13.8 16.89 13.93 17.85L15.2 17.39C15.22 17.32 15.25 17.24 15.27 17.16L16.07 17.96C15.47 19.68 14.68 20 14 20M15.79 7.6L12.14 8.94L9.88 6.68L13.69 5.3C14.94 5.77 15.53 6.72 15.79 7.6M8.59 5.39L7.17 3.97C8.41 2.77 10.07 2 11.88 2H11.88C19 2 19 9 19 9C19 11.46 18.9 13.63 18.66 15.46L16.84 13.64C16.94 12.36 17 10.83 17 9C17 8.18 16.69 4 11.88 4H11.88C10.67 4 9.5 4.5 8.59 5.39M15.68 12.5L13.36 10.15L16 9.19C16 10.41 15.97 11.46 15.92 12.4L15.68 12.5Z\" /></svg></li><li title=\"food steak \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-food-steak\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.9 2C8 2 4.9 5.4 5 9.3C5.1 11.9 6.6 14.1 8.7 15.2C10.1 15.9 11 17.3 11 18.8V19C11 20.7 12.3 22 14 22C18 22 19 17 19 9C19 9 19 2 11.9 2M14 20C13.4 20 13 19.6 13 19V18.8C13 16.6 11.7 14.5 9.7 13.4C8.1 12.6 7.1 11 7 9.2C7 7.9 7.5 6.5 8.4 5.5C9.3 4.5 10.6 4 11.8 4C16.7 4 17 8.2 17 9C17 18.9 15.3 20 14 20M15.8 7.6L8.3 10.3C8.1 10 8 9.6 8 9.1C8 8.4 8.2 7.8 8.5 7.1L13.7 5.2C14.9 5.8 15.5 6.7 15.8 7.6M12.9 15.1L15.7 14.1C15.6 15.6 15.3 16.7 15.1 17.4L13.8 17.9C13.8 16.9 13.5 16 12.9 15.1M16 9.2C16 10.4 16 11.5 15.9 12.4L11.9 13.9C11.4 13.4 10.8 12.9 10.1 12.6C9.7 12.4 9.3 12.1 9 11.8L16 9.2Z\" /></svg></li><li title=\"food takeout box outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-food-takeout-box-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.79 18L7.28 11H16.74L16.23 18H7.79M9.83 5H14.16L16.96 7.73L16.87 9H7.12L7.03 7.73L9.83 5M22 7.46L20.59 6.05L19 7.63L19.03 7.07L15 3H9L4.97 7.07L5 7.57L3.41 6L2 7.44L5.23 10.55L5.93 20H18.07L18.77 10.56L22 7.46Z\" /></svg></li><li title=\"food takeout box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-food-takeout-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5.26 11H18.74L18.07 20H5.93L5.26 11M9 4H14.97L19 7.38L20.59 5.79L22 7.21L19.21 10H4.79L2 7.21L3.41 5.8L5 7.38L9 4Z\" /></svg></li><li title=\"food turkey \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-food-turkey\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5.44 7.96L5.96 7.43C6.54 6.85 7.5 6.85 8.1 7.47L8.12 7.5C8.61 8 9.26 8.24 9.97 8.31C10.94 8.4 11.88 8.92 12.5 9.86C13.18 10.94 13.17 12.38 12.46 13.45C11.26 15.3 8.75 15.5 7.28 14C6.72 13.45 6.4 12.74 6.32 12C6.24 11.27 5.95 10.58 5.44 10.07C4.86 9.5 4.86 8.54 5.44 7.96M9.64 16C8.47 16 7.38 15.55 6.57 14.72C5.87 14 5.43 13.1 5.32 12.12C5.29 11.82 5.2 11.43 4.96 11.07C4.36 11.9 4 12.9 4 14C4 15.64 4.8 17.09 6.03 18H19V17C19 13.4 16.61 10.35 13.34 9.35C14.23 10.75 14.21 12.62 13.3 14C12.5 15.25 11.12 16 9.64 16M14.78 7.56H16.05C16.92 7.56 17.68 8.17 17.68 9.26V10H18.93V9C18.93 7.5 17.6 6.36 16.05 6.36H14.78C13.95 6.36 13.24 5.54 13.24 4.7S13.95 3.24 14.78 3.24V2C13.24 2 12 3.24 12 4.78S13.24 7.56 14.78 7.56M4.5 7.55C4.56 7.45 4.64 7.35 4.73 7.25L5.25 6.73C5.34 6.64 5.44 6.57 5.54 6.5L4.13 5.07C4.27 4.8 4.22 4.45 4 4.22C3.7 3.93 3.22 3.93 2.93 4.22C2.79 4.36 2.72 4.53 2.71 4.71C2.53 4.72 2.36 4.79 2.22 4.93C1.93 5.22 1.93 5.7 2.22 6C2.45 6.22 2.79 6.27 3.07 6.13L4.5 7.55M18.39 4.39C18.9 3.88 19.22 3.19 19.22 2.42H17.97C17.97 3.25 17.27 3.95 16.44 3.95V5.19C18.3 5.19 19.76 6.71 19.76 8.57V11H21V8.57C21 6.72 19.94 5.13 18.39 4.39M5 21H19C20.11 21 21 20.11 21 19H3C3 20.11 3.9 21 5 21Z\" /></svg></li><li title=\"food variant off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-food-variant-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2.28 3L1 4.27L3.31 6.58C2.91 8.7 2.55 10.8 2.33 12.83C2 16 2 19 2 22H9C9 19 9 16 8.67 12.83C8.63 12.5 8.58 12.15 8.54 11.81L12.73 16H11V18C11 20.21 12.79 22 15 22H18C18.23 22 18.45 22 18.67 21.94L19.73 23L21 21.72M4.82 3L7.53 5.71C7.5 5.47 7.45 5.24 7.4 5H8V3H7M20.55 11.23L17.8 16L21.59 19.76C21.86 19.21 22 18.61 22 18V16H19.87L22.11 12.13Z\" /></svg></li><li title=\"food variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-food-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,18A4,4 0 0,1 18,22H15A4,4 0 0,1 11,18V16H17.79L20.55,11.23L22.11,12.13L19.87,16H22V18M9,22H2C2,19 2,16 2.33,12.83C2.6,10.3 3.08,7.66 3.6,5H3V3H4L7,3H8V5H7.4C7.92,7.66 8.4,10.3 8.67,12.83C9,16 9,19 9,22Z\" /></svg></li><li title=\"food \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-food\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.06 23H19.72C20.56 23 21.25 22.35 21.35 21.53L23 5.05H18V1H16.03V5.05H11.06L11.36 7.39C13.07 7.86 14.67 8.71 15.63 9.65C17.07 11.07 18.06 12.54 18.06 14.94V23M1 22V21H16.03V22C16.03 22.54 15.58 23 15 23H2C1.45 23 1 22.54 1 22M16.03 15C16.03 7 1 7 1 15H16.03M1 17H16V19H1V17Z\" /></svg></li><li title=\"foot print \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-foot-print\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16 2A2 2 0 1 1 14 4A2 2 0 0 1 16 2M12.04 3A1.5 1.5 0 1 1 10.54 4.5A1.5 1.5 0 0 1 12.04 3M9.09 4.5A1 1 0 1 1 8.09 5.5A1 1 0 0 1 9.09 4.5M7.04 6A1 1 0 1 1 6.04 7A1 1 0 0 1 7.04 6M14.53 12A2.5 2.5 0 0 0 17 9.24A2.6 2.6 0 0 0 14.39 7H11.91A6 6 0 0 0 6.12 11.4A2 2 0 0 0 6.23 12.8A6.8 6.8 0 0 1 6.91 15.76A6.89 6.89 0 0 1 6.22 18.55A1.92 1.92 0 0 0 6.3 20.31A3.62 3.62 0 0 0 10.19 21.91A3.5 3.5 0 0 0 12.36 16.63A2.82 2.82 0 0 1 11.91 15S11.68 12 14.53 12Z\" /></svg></li><li title=\"football australian \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-football-australian\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.5,7.5C9.17,5.87 11.29,4.69 13.37,4.18C18,3 21,6 19.82,10.63C19.31,12.71 18.13,14.83 16.5,16.5C14.83,18.13 12.71,19.31 10.63,19.82C6,21 3,18 4.18,13.37C4.69,11.29 5.87,9.17 7.5,7.5M10.62,11.26L10.26,11.62L12.38,13.74L12.74,13.38L10.62,11.26M11.62,10.26L11.26,10.62L13.38,12.74L13.74,12.38L11.62,10.26M9.62,12.26L9.26,12.62L11.38,14.74L11.74,14.38L9.62,12.26M12.63,9.28L12.28,9.63L14.4,11.75L14.75,11.4L12.63,9.28M8.63,13.28L8.28,13.63L10.4,15.75L10.75,15.4L8.63,13.28M13.63,8.28L13.28,8.63L15.4,10.75L15.75,10.4L13.63,8.28Z\" /></svg></li><li title=\"football helmet \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-football-helmet\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.5,12A1.5,1.5 0 0,0 12,13.5A1.5,1.5 0 0,0 13.5,15A1.5,1.5 0 0,0 15,13.5A1.5,1.5 0 0,0 13.5,12M13.5,3C18.19,3 22,6.58 22,11C22,12.62 22,14 21.09,16C17,16 16,20 12.5,20C10.32,20 9.27,18.28 9.05,16H9L8.24,16L6.96,20.3C6.81,20.79 6.33,21.08 5.84,21H3A1,1 0 0,1 2,20A1,1 0 0,1 3,19V16A1,1 0 0,1 2,15A1,1 0 0,1 3,14H6.75L7.23,12.39C6.72,12.14 6.13,12 5.5,12H5.07L5,11C5,6.58 8.81,3 13.5,3M5,16V19H5.26L6.15,16H5Z\" /></svg></li><li title=\"football \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-football\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8.39 21L3 15.61C3 16.7 3.04 17.71 3.2 18.63C3.35 19.55 3.5 20.1 3.71 20.29C3.9 20.5 4.44 20.65 5.35 20.81S7.27 21 8.39 21M15.5 9.89L9.89 15.5L8.5 14.11L14.11 8.5L15.5 9.89M3.29 13.08L10.92 20.71C13.7 20.21 15.9 19.15 17.53 17.53C19.15 15.9 20.21 13.7 20.71 10.92L13.08 3.29C10.3 3.79 8.1 4.85 6.47 6.47S3.79 10.3 3.29 13.08M15.61 3L21 8.39C21 7.3 20.96 6.29 20.81 5.37C20.65 4.45 20.5 3.9 20.29 3.71C20.1 3.5 19.56 3.35 18.65 3.2S16.73 3 15.61 3Z\" /></svg></li><li title=\"forest \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-forest\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16 12L9 2L2 12H3.86L0 18H7V22H11V18H18L14.14 12H16M20.14 12H22L15 2L12.61 5.41L17.92 13H15.97L19.19 18H24L20.14 12M13 19H17V22H13V19Z\" /></svg></li><li title=\"forklift \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-forklift\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,4V11H4C2.89,11 2,11.89 2,13V17A3,3 0 0,0 5,20A3,3 0 0,0 8,17H10A3,3 0 0,0 13,20A3,3 0 0,0 16,17V13L12,4H6M17,5V19H22V17.5H18.5V5H17M7.5,5.5H11.2L14.5,13H7.5V5.5M5,15.5A1.5,1.5 0 0,1 6.5,17A1.5,1.5 0 0,1 5,18.5A1.5,1.5 0 0,1 3.5,17A1.5,1.5 0 0,1 5,15.5M13,15.5A1.5,1.5 0 0,1 14.5,17A1.5,1.5 0 0,1 13,18.5A1.5,1.5 0 0,1 11.5,17A1.5,1.5 0 0,1 13,15.5Z\" /></svg></li><li title=\"form dropdown \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-form-dropdown\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17 5H20L18.5 7L17 5M3 2H21C22.11 2 23 2.9 23 4V8C23 9.11 22.11 10 21 10H16V20C16 21.11 15.11 22 14 22H3C1.9 22 1 21.11 1 20V4C1 2.9 1.9 2 3 2M3 4V8H14V4H3M21 8V4H16V8H21M3 20H14V10H3V20M5 12H12V14H5V12M5 16H12V18H5V16Z\" /></svg></li><li title=\"form select \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-form-select\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15 5H18L16.5 7L15 5M5 2H19C20.11 2 21 2.9 21 4V20C21 21.11 20.11 22 19 22H5C3.9 22 3 21.11 3 20V4C3 2.9 3.9 2 5 2M5 4V8H19V4H5M5 20H19V10H5V20M7 12H17V14H7V12M7 16H17V18H7V16Z\" /></svg></li><li title=\"form textarea \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-form-textarea\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 9H4V23H2V7H13M23 9V7H17V5A1 1 0 0 1 18 4H20V2H17.5C17 2 16 2.45 16 3C16 2.45 15.05 2 14.5 2H12V4H14A1 1 0 0 1 15 5V19A1 1 0 0 1 14 20H12V22H14.5C15.05 22 16 21.55 16 21C16 21.55 16.95 22 17.5 22H20V20H18A1 1 0 0 1 17 19V9Z\" /></svg></li><li title=\"form textbox lock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-form-textbox-lock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2 7H6V9H4V15H6V17H2V7M10 7H22V12C21.42 11.56 20.74 11.25 20 11.1V9H10V15H14.25C13.56 15 13 15.56 13 16.25V17H10V19C10 19.55 10.45 20 11 20H13V22H10.5C9.95 22 9 21.55 9 21C9 21.55 8.05 22 7.5 22H5V20H7C7.55 20 8 19.55 8 19V5C8 4.45 7.55 4 7 4H5V2H7.5C8.05 2 9 2.45 9 3C9 2.45 9.95 2 10.5 2H13V4H11C10.45 4 10 4.45 10 5V7M21.8 17C22.4 17 23 17.6 23 18.3V21.8C23 22.4 22.4 23 21.7 23H16.2C15.6 23 15 22.4 15 21.7V18.2C15 17.6 15.6 17 16.2 17V15.5C16.2 14.1 17.6 13 19 13C20.4 13 21.8 14.1 21.8 15.5V17M20.5 17V15.5C20.5 14.7 19.8 14.2 19 14.2C18.2 14.2 17.5 14.7 17.5 15.5V17H20.5Z\" /></svg></li><li title=\"form textbox password \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-form-textbox-password\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,7H22V17H17V19A1,1 0 0,0 18,20H20V22H17.5C16.95,22 16,21.55 16,21C16,21.55 15.05,22 14.5,22H12V20H14A1,1 0 0,0 15,19V5A1,1 0 0,0 14,4H12V2H14.5C15.05,2 16,2.45 16,3C16,2.45 16.95,2 17.5,2H20V4H18A1,1 0 0,0 17,5V7M2,7H13V9H4V15H13V17H2V7M20,15V9H17V15H20M8.5,12A1.5,1.5 0 0,0 7,10.5A1.5,1.5 0 0,0 5.5,12A1.5,1.5 0 0,0 7,13.5A1.5,1.5 0 0,0 8.5,12M13,10.89C12.39,10.33 11.44,10.38 10.88,11C10.32,11.6 10.37,12.55 11,13.11C11.55,13.63 12.43,13.63 13,13.11V10.89Z\" /></svg></li><li title=\"form textbox \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-form-textbox\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,7H22V17H17V19A1,1 0 0,0 18,20H20V22H17.5C16.95,22 16,21.55 16,21C16,21.55 15.05,22 14.5,22H12V20H14A1,1 0 0,0 15,19V5A1,1 0 0,0 14,4H12V2H14.5C15.05,2 16,2.45 16,3C16,2.45 16.95,2 17.5,2H20V4H18A1,1 0 0,0 17,5V7M2,7H13V9H4V15H13V17H2V7M20,15V9H17V15H20Z\" /></svg></li><li title=\"format align bottom \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-align-bottom\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,9L15.5,6.5L16.92,7.92L12,12.84L7.08,7.92L8.5,6.5L11,9V3H13V9M3,15H21V17H3V15M3,19H13V21H3V19Z\" /></svg></li><li title=\"format align center \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-align-center\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,3H21V5H3V3M7,7H17V9H7V7M3,11H21V13H3V11M7,15H17V17H7V15M3,19H21V21H3V19Z\" /></svg></li><li title=\"format align justify \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-align-justify\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,3H21V5H3V3M3,7H21V9H3V7M3,11H21V13H3V11M3,15H21V17H3V15M3,19H21V21H3V19Z\" /></svg></li><li title=\"format align left \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-align-left\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,3H21V5H3V3M3,7H15V9H3V7M3,11H21V13H3V11M3,15H15V17H3V15M3,19H21V21H3V19Z\" /></svg></li><li title=\"format align middle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-align-middle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,6L15,4L16.42,5.42L12,9.84L7.58,5.42L9,4L11,6V2H13V6M3,11H21V13H3V11M13,18V22H11V18L9,20L7.58,18.58L12,14.16L16.42,18.58L15,20L13,18Z\" /></svg></li><li title=\"format align right \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-align-right\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,3H21V5H3V3M9,7H21V9H9V7M3,11H21V13H3V11M9,15H21V17H9V15M3,19H21V21H3V19Z\" /></svg></li><li title=\"format align top \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-align-top\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,15L15.5,17.5L16.92,16.08L12,11.16L7.08,16.08L8.5,17.5L11,15V21H13V15M3,3H21V5H3V3M3,7H13V9H3V7Z\" /></svg></li><li title=\"format annotation minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-annotation-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10.5,7H8.5L3,21H5.2L6.3,18H12.5L13.6,21H16L10.5,7M7.1,16L9.5,9.7L11.9,16H7.1M22,7H14V5H22V7Z\" /></svg></li><li title=\"format annotation plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-annotation-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8.5,7H10.5L16,21H13.6L12.5,18H6.3L5.2,21H3L8.5,7M7.1,16H11.9L9.5,9.7L7.1,16M22,5V7H19V10H17V7H14V5H17V2H19V5H22Z\" /></svg></li><li title=\"format bold \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-bold\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.5,15.5H10V12.5H13.5A1.5,1.5 0 0,1 15,14A1.5,1.5 0 0,1 13.5,15.5M10,6.5H13A1.5,1.5 0 0,1 14.5,8A1.5,1.5 0 0,1 13,9.5H10M15.6,10.79C16.57,10.11 17.25,9 17.25,8C17.25,5.74 15.5,4 13.25,4H7V18H14.04C16.14,18 17.75,16.3 17.75,14.21C17.75,12.69 16.89,11.39 15.6,10.79Z\" /></svg></li><li title=\"format clear \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-clear\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,5V5.18L8.82,8H11.22L10.5,9.68L12.6,11.78L14.21,8H20V5H6M3.27,5L2,6.27L8.97,13.24L6.5,19H9.5L11.07,15.34L16.73,21L18,19.73L3.55,5.27L3.27,5Z\" /></svg></li><li title=\"format color fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-color-fill\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,11.5C19,11.5 17,13.67 17,15A2,2 0 0,0 19,17A2,2 0 0,0 21,15C21,13.67 19,11.5 19,11.5M5.21,10L10,5.21L14.79,10M16.56,8.94L7.62,0L6.21,1.41L8.59,3.79L3.44,8.94C2.85,9.5 2.85,10.47 3.44,11.06L8.94,16.56C9.23,16.85 9.62,17 10,17C10.38,17 10.77,16.85 11.06,16.56L16.56,11.06C17.15,10.47 17.15,9.5 16.56,8.94Z\" /></svg></li><li title=\"format color highlight \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-color-highlight\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,17L6.75,14.25L6.72,14.23C6.14,13.64 6.14,12.69 6.72,12.11L11.46,7.37L15.7,11.61L10.96,16.35C10.39,16.93 9.46,16.93 8.87,16.37L8.24,17H4M15.91,2.91C16.5,2.33 17.45,2.33 18.03,2.91L20.16,5.03C20.74,5.62 20.74,6.57 20.16,7.16L16.86,10.45L12.62,6.21L15.91,2.91Z\" /></svg></li><li title=\"format color marker cancel \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-color-marker-cancel\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.5 8C14 8 12 10 12 12.5S14 17 16.5 17 21 15 21 12.5 19 8 16.5 8M16.5 15.5C14.8 15.5 13.5 14.2 13.5 12.5C13.5 11.9 13.7 11.4 13.9 11L18 15.1C17.6 15.3 17.1 15.5 16.5 15.5M19.1 14L15 9.9C15.4 9.6 15.9 9.5 16.5 9.5C18.2 9.5 19.5 10.8 19.5 12.5C19.5 13.1 19.3 13.6 19.1 14M12.1 7.7L10.6 6.2L13.9 2.9C14.5 2.3 15.4 2.3 16 2.9L18.2 5C18.6 5.4 18.7 5.8 18.6 6.3C18 6.1 17.3 6 16.6 6C14.8 6 13.3 6.7 12.1 7.7M10.5 14.9L9 16.3C8.4 16.9 7.5 16.9 6.9 16.3L6.2 17H2L4.8 14.2C4.2 13.6 4.2 12.7 4.8 12.1L9.5 7.4L11.1 9C10.4 10 10 11.2 10 12.5C10 13.3 10.2 14.1 10.5 14.9Z\" /></svg></li><li title=\"format color text \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-color-text\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9.62,12L12,5.67L14.37,12M11,3L5.5,17H7.75L8.87,14H15.12L16.25,17H18.5L13,3H11Z\" /></svg></li><li title=\"format columns \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-columns\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,3H11V5H3V3M13,3H21V5H13V3M3,7H11V9H3V7M13,7H21V9H13V7M3,11H11V13H3V11M13,11H21V13H13V11M3,15H11V17H3V15M13,15H21V17H13V15M3,19H11V21H3V19M13,19H21V21H13V19Z\" /></svg></li><li title=\"format float center \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-float-center\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7H15V13H9V7M3,3H21V5H3V3M3,15H21V17H3V15M3,19H17V21H3V19Z\" /></svg></li><li title=\"format float left \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-float-left\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,7H9V13H3V7M3,3H21V5H3V3M21,7V9H11V7H21M21,11V13H11V11H21M3,15H17V17H3V15M3,19H21V21H3V19Z\" /></svg></li><li title=\"format float none \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-float-none\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,7H9V13H3V7M3,3H21V5H3V3M21,11V13H11V11H21M3,15H17V17H3V15M3,19H21V21H3V19Z\" /></svg></li><li title=\"format float right \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-float-right\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,7H21V13H15V7M3,3H21V5H3V3M13,7V9H3V7H13M9,11V13H3V11H9M3,15H17V17H3V15M3,19H21V21H3V19Z\" /></svg></li><li title=\"format font size decrease \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-font-size-decrease\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5.12,14L7.5,7.67L9.87,14M6.5,5L1,19H3.25L4.37,16H10.62L11.75,19H14L8.5,5H6.5M18,17L23,11.93L21.59,10.5L19,13.1V7H17V13.1L14.41,10.5L13,11.93L18,17Z\" /></svg></li><li title=\"format font size increase \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-font-size-increase\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5.12,14L7.5,7.67L9.87,14M6.5,5L1,19H3.25L4.37,16H10.62L11.75,19H14L8.5,5H6.5M18,7L13,12.07L14.41,13.5L17,10.9V17H19V10.9L21.59,13.5L23,12.07L18,7Z\" /></svg></li><li title=\"format font \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-font\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,8H20V20H21V21H17V20H18V17H14L12.5,20H14V21H10V20H11L17,8M18,9L14.5,16H18V9M5,3H10C11.11,3 12,3.89 12,5V16H9V11H6V16H3V5C3,3.89 3.89,3 5,3M6,5V9H9V5H6Z\" /></svg></li><li title=\"format header 1 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-header-1\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,4H5V10H9V4H11V18H9V12H5V18H3V4M14,18V16H16V6.31L13.5,7.75V5.44L16,4H18V16H20V18H14Z\" /></svg></li><li title=\"format header 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-header-2\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,4H5V10H9V4H11V18H9V12H5V18H3V4M21,18H15A2,2 0 0,1 13,16C13,15.47 13.2,15 13.54,14.64L18.41,9.41C18.78,9.05 19,8.55 19,8A2,2 0 0,0 17,6A2,2 0 0,0 15,8H13A4,4 0 0,1 17,4A4,4 0 0,1 21,8C21,9.1 20.55,10.1 19.83,10.83L15,16H21V18Z\" /></svg></li><li title=\"format header 3 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-header-3\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,4H5V10H9V4H11V18H9V12H5V18H3V4M15,4H19A2,2 0 0,1 21,6V16A2,2 0 0,1 19,18H15A2,2 0 0,1 13,16V15H15V16H19V12H15V10H19V6H15V7H13V6A2,2 0 0,1 15,4Z\" /></svg></li><li title=\"format header 4 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-header-4\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,4H5V10H9V4H11V18H9V12H5V18H3V4M18,18V13H13V11L18,4H20V11H21V13H20V18H18M18,11V7.42L15.45,11H18Z\" /></svg></li><li title=\"format header 5 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-header-5\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,4H5V10H9V4H11V18H9V12H5V18H3V4M15,4H20V6H15V10H17A4,4 0 0,1 21,14A4,4 0 0,1 17,18H15A2,2 0 0,1 13,16V15H15V16H17A2,2 0 0,0 19,14A2,2 0 0,0 17,12H15A2,2 0 0,1 13,10V6A2,2 0 0,1 15,4Z\" /></svg></li><li title=\"format header 6 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-header-6\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,4H5V10H9V4H11V18H9V12H5V18H3V4M15,4H19A2,2 0 0,1 21,6V7H19V6H15V10H19A2,2 0 0,1 21,12V16A2,2 0 0,1 19,18H15A2,2 0 0,1 13,16V6A2,2 0 0,1 15,4M15,12V16H19V12H15Z\" /></svg></li><li title=\"format header decrease \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-header-decrease\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,4H6V10H10V4H12V18H10V12H6V18H4V4M20.42,7.41L16.83,11L20.42,14.59L19,16L14,11L19,6L20.42,7.41Z\" /></svg></li><li title=\"format header equal \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-header-equal\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,4H6V10H10V4H12V18H10V12H6V18H4V4M14,10V8H21V10H14M14,12H21V14H14V12Z\" /></svg></li><li title=\"format header increase \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-header-increase\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,4H6V10H10V4H12V18H10V12H6V18H4V4M14.59,7.41L18.17,11L14.59,14.59L16,16L21,11L16,6L14.59,7.41Z\" /></svg></li><li title=\"format header pound \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-header-pound\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,4H5V10H9V4H11V18H9V12H5V18H3V4M13,8H15.31L15.63,5H17.63L17.31,8H19.31L19.63,5H21.63L21.31,8H23V10H21.1L20.9,12H23V14H20.69L20.37,17H18.37L18.69,14H16.69L16.37,17H14.37L14.69,14H13V12H14.9L15.1,10H13V8M17.1,10L16.9,12H18.9L19.1,10H17.1Z\" /></svg></li><li title=\"format horizontal align center \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-horizontal-align-center\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,16V13H23V11H19V8L15,12L19,16M5,8V11H1V13H5V16L9,12L5,8M11,20H13V4H11V20Z\" /></svg></li><li title=\"format horizontal align left \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-horizontal-align-left\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,16V13H21V11H11V8L7,12L11,16M3,20H5V4H3V20Z\" /></svg></li><li title=\"format horizontal align right \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-horizontal-align-right\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,8V11H3V13H13V16L17,12L13,8M19,20H21V4H19V20Z\" /></svg></li><li title=\"format indent decrease \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-indent-decrease\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,13H21V11H11M11,9H21V7H11M3,3V5H21V3M3,21H21V19H3M3,12L7,16V8M11,17H21V15H11V17Z\" /></svg></li><li title=\"format indent increase \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-indent-increase\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,13H21V11H11M11,9H21V7H11M3,3V5H21V3M11,17H21V15H11M3,8V16L7,12M3,21H21V19H3V21Z\" /></svg></li><li title=\"format italic \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-italic\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,4V7H12.21L8.79,15H6V18H14V15H11.79L15.21,7H18V4H10Z\" /></svg></li><li title=\"format letter case lower \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-letter-case-lower\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.06,18C20,17.83 19.91,17.54 19.86,17.11C19.19,17.81 18.38,18.16 17.45,18.16C16.62,18.16 15.93,17.92 15.4,17.45C14.87,17 14.6,16.39 14.6,15.66C14.6,14.78 14.93,14.1 15.6,13.61C16.27,13.12 17.21,12.88 18.43,12.88H19.83V12.24C19.83,11.75 19.68,11.36 19.38,11.07C19.08,10.78 18.63,10.64 18.05,10.64C17.53,10.64 17.1,10.76 16.75,11C16.4,11.25 16.23,11.54 16.23,11.89H14.77C14.77,11.46 14.92,11.05 15.22,10.65C15.5,10.25 15.93,9.94 16.44,9.71C16.95,9.5 17.5,9.36 18.13,9.36C19.11,9.36 19.87,9.6 20.42,10.09C20.97,10.58 21.26,11.25 21.28,12.11V16C21.28,16.8 21.38,17.42 21.58,17.88V18H20.06M17.66,16.88C18.11,16.88 18.54,16.77 18.95,16.56C19.35,16.35 19.65,16.07 19.83,15.73V14.16H18.7C16.93,14.16 16.04,14.63 16.04,15.57C16.04,16 16.19,16.3 16.5,16.53C16.8,16.76 17.18,16.88 17.66,16.88M5.46,13.71H9.53L7.5,8.29L5.46,13.71M6.64,6H8.36L13.07,18H11.14L10.17,15.43H4.82L3.86,18H1.93L6.64,6M22,20V22H14.5V20H22Z\" /></svg></li><li title=\"format letter case upper \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-letter-case-upper\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.06,18C20,17.83 19.91,17.54 19.86,17.11C19.19,17.81 18.38,18.16 17.45,18.16C16.62,18.16 15.93,17.92 15.4,17.45C14.87,17 14.6,16.39 14.6,15.66C14.6,14.78 14.93,14.1 15.6,13.61C16.27,13.12 17.21,12.88 18.43,12.88H19.83V12.24C19.83,11.75 19.68,11.36 19.38,11.07C19.08,10.78 18.63,10.64 18.05,10.64C17.53,10.64 17.1,10.76 16.75,11C16.4,11.25 16.23,11.54 16.23,11.89H14.77C14.77,11.46 14.92,11.05 15.22,10.65C15.5,10.25 15.93,9.94 16.44,9.71C16.95,9.5 17.5,9.36 18.13,9.36C19.11,9.36 19.87,9.6 20.42,10.09C20.97,10.58 21.26,11.25 21.28,12.11V16C21.28,16.8 21.38,17.42 21.58,17.88V18H20.06M17.66,16.88C18.11,16.88 18.54,16.77 18.95,16.56C19.35,16.35 19.65,16.07 19.83,15.73V14.16H18.7C16.93,14.16 16.04,14.63 16.04,15.57C16.04,16 16.19,16.3 16.5,16.53C16.8,16.76 17.18,16.88 17.66,16.88M5.46,13.71H9.53L7.5,8.29L5.46,13.71M6.64,6H8.36L13.07,18H11.14L10.17,15.43H4.82L3.86,18H1.93L6.64,6M2,20H13V22H2V20Z\" /></svg></li><li title=\"format letter case \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-letter-case\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.06,18C20,17.83 19.91,17.54 19.86,17.11C19.19,17.81 18.38,18.16 17.45,18.16C16.62,18.16 15.93,17.92 15.4,17.45C14.87,17 14.6,16.39 14.6,15.66C14.6,14.78 14.93,14.1 15.6,13.61C16.27,13.12 17.21,12.88 18.43,12.88H19.83V12.24C19.83,11.75 19.68,11.36 19.38,11.07C19.08,10.78 18.63,10.64 18.05,10.64C17.53,10.64 17.1,10.76 16.75,11C16.4,11.25 16.23,11.54 16.23,11.89H14.77C14.77,11.46 14.92,11.05 15.22,10.65C15.5,10.25 15.93,9.94 16.44,9.71C16.95,9.5 17.5,9.36 18.13,9.36C19.11,9.36 19.87,9.6 20.42,10.09C20.97,10.58 21.26,11.25 21.28,12.11V16C21.28,16.8 21.38,17.42 21.58,17.88V18H20.06M17.66,16.88C18.11,16.88 18.54,16.77 18.95,16.56C19.35,16.35 19.65,16.07 19.83,15.73V14.16H18.7C16.93,14.16 16.04,14.63 16.04,15.57C16.04,16 16.19,16.3 16.5,16.53C16.8,16.76 17.18,16.88 17.66,16.88M5.46,13.71H9.53L7.5,8.29L5.46,13.71M6.64,6H8.36L13.07,18H11.14L10.17,15.43H4.82L3.86,18H1.93L6.64,6Z\" /></svg></li><li title=\"format letter ends with \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-letter-ends-with\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.14 4L6.43 16H8.36L9.32 13.43H14.67L15.64 16H17.57L12.86 4M12 6.29L14.03 11.71H9.96M20 14V18H2V20H22V14Z\" /></svg></li><li title=\"format letter matches \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-letter-matches\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.14 4L6.43 16H8.36L9.32 13.43H14.67L15.64 16H17.57L12.86 4M12 6.29L14.03 11.71H9.96M20 14V18H4V15H2V20H22V14Z\" /></svg></li><li title=\"format letter spacing \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-letter-spacing\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.4 10.7H18.5L16.5 5.3L14.4 10.7M15.6 3H17.3L22 15H20.1L19.1 12.4H13.7L12.7 15H10.8L15.6 3M11.2 3H13.1L8.4 15H6.7L2 3H3.9L7.5 12.7M19 22V20H5V22L2 19L5 16V18H19V16L22 19L19 22Z\" /></svg></li><li title=\"format letter starts with \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-letter-starts-with\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.14 4L6.43 16H8.36L9.32 13.43H14.67L15.64 16H17.57L12.86 4M12 6.29L14.03 11.71H9.96M4 18V15H2V20H22V18Z\" /></svg></li><li title=\"format line spacing \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-line-spacing\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,13H22V11H10M10,19H22V17H10M10,7H22V5H10M6,7H8.5L5,3.5L1.5,7H4V17H1.5L5,20.5L8.5,17H6V7Z\" /></svg></li><li title=\"format line style \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-line-style\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,16H8V14H3V16M9.5,16H14.5V14H9.5V16M16,16H21V14H16V16M3,20H5V18H3V20M7,20H9V18H7V20M11,20H13V18H11V20M15,20H17V18H15V20M19,20H21V18H19V20M3,12H11V10H3V12M13,12H21V10H13V12M3,4V8H21V4H3Z\" /></svg></li><li title=\"format line weight \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-line-weight\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,17H21V15H3V17M3,20H21V19H3V20M3,13H21V10H3V13M3,4V8H21V4H3Z\" /></svg></li><li title=\"format list bulleted square \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-list-bulleted-square\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,4H7V8H3V4M9,5V7H21V5H9M3,10H7V14H3V10M9,11V13H21V11H9M3,16H7V20H3V16M9,17V19H21V17H9\" /></svg></li><li title=\"format list bulleted triangle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-list-bulleted-triangle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,15.5L7.5,20H2.5L5,15.5M9,19H21V17H9V19M5,9.5L7.5,14H2.5L5,9.5M9,13H21V11H9V13M5,3.5L7.5,8H2.5L5,3.5M9,7H21V5H9V7Z\" /></svg></li><li title=\"format list bulleted type \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-list-bulleted-type\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,9.5L7.5,14H2.5L5,9.5M3,4H7V8H3V4M5,20A2,2 0 0,0 7,18A2,2 0 0,0 5,16A2,2 0 0,0 3,18A2,2 0 0,0 5,20M9,5V7H21V5H9M9,19H21V17H9V19M9,13H21V11H9V13Z\" /></svg></li><li title=\"format list bulleted \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-list-bulleted\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7,5H21V7H7V5M7,13V11H21V13H7M4,4.5A1.5,1.5 0 0,1 5.5,6A1.5,1.5 0 0,1 4,7.5A1.5,1.5 0 0,1 2.5,6A1.5,1.5 0 0,1 4,4.5M4,10.5A1.5,1.5 0 0,1 5.5,12A1.5,1.5 0 0,1 4,13.5A1.5,1.5 0 0,1 2.5,12A1.5,1.5 0 0,1 4,10.5M7,19V17H21V19H7M4,16.5A1.5,1.5 0 0,1 5.5,18A1.5,1.5 0 0,1 4,19.5A1.5,1.5 0 0,1 2.5,18A1.5,1.5 0 0,1 4,16.5Z\" /></svg></li><li title=\"format list checkbox \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-list-checkbox\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,19V17H8V19H21M21,13V11H8V13H21M8,7H21V5H8V7M4,5V7H6V5H4M3,5A1,1 0 0,1 4,4H6A1,1 0 0,1 7,5V7A1,1 0 0,1 6,8H4A1,1 0 0,1 3,7V5M4,11V13H6V11H4M3,11A1,1 0 0,1 4,10H6A1,1 0 0,1 7,11V13A1,1 0 0,1 6,14H4A1,1 0 0,1 3,13V11M4,17V19H6V17H4M3,17A1,1 0 0,1 4,16H6A1,1 0 0,1 7,17V19A1,1 0 0,1 6,20H4A1,1 0 0,1 3,19V17Z\" /></svg></li><li title=\"format list checks \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-list-checks\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,5H9V11H3V5M5,7V9H7V7H5M11,7H21V9H11V7M11,15H21V17H11V15M5,20L1.5,16.5L2.91,15.09L5,17.17L9.59,12.59L11,14L5,20Z\" /></svg></li><li title=\"format list group \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-list-group\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5 5V19H7V21H3V3H7V5H5M20 7H7V9H20V7M20 11H7V13H20V11M20 15H7V17H20V15Z\" /></svg></li><li title=\"format list numbered rtl \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-list-numbered-rtl\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,13V11H17V13H3M3,19V17H17V19H3M3,7V5H17V7H3M20,8V5H19V4H21V8H20M19,17V16H22V20H19V19H21V18.5H20V17.5H21V17H19M21.25,10C21.67,10 22,10.34 22,10.75C22,10.95 21.92,11.14 21.79,11.27L20.12,13H22V14H19V13.08L21,11H19V10H21.25Z\" /></svg></li><li title=\"format list numbered \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-list-numbered\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7,13V11H21V13H7M7,19V17H21V19H7M7,7V5H21V7H7M3,8V5H2V4H4V8H3M2,17V16H5V20H2V19H4V18.5H3V17.5H4V17H2M4.25,10A0.75,0.75 0 0,1 5,10.75C5,10.95 4.92,11.14 4.79,11.27L3.12,13H5V14H2V13.08L4,11H2V10H4.25Z\" /></svg></li><li title=\"format list text \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-list-text\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2 14H8V20H2M16 8H10V10H16M2 10H8V4H2M10 4V6H22V4M10 20H16V18H10M10 16H22V14H10\" /></svg></li><li title=\"format overline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-overline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,5H19V3H5V5M9.62,16L12,9.67L14.37,16M11,7L5.5,21H7.75L8.87,18H15.12L16.25,21H18.5L13,7H11Z\" /></svg></li><li title=\"format page break \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-page-break\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18,20H6V18H4V20A2,2 0 0,0 6,22H18A2,2 0 0,0 20,20V18H18V20M14,2H6A2,2 0 0,0 4,4V12H6V4H14V8H18V12H20V8L14,2M11,16H8V14H11V16M16,16H13V14H16V16M3,14H6V16H3V14M21,16H18V14H21V16Z\" /></svg></li><li title=\"format page split \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-page-split\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11 11V7H13V11H11M13 1V5H11V1H13M11 17V13H13V17H11M9 20H6V4H9V2H6C4.89 2 4 2.9 4 4V20C4 21.11 4.89 22 6 22H9V20M15 3V8H18V20H15V22H18C19.11 22 20 21.11 20 20V8L15 3M13 19H11V23H13V19Z\" /></svg></li><li title=\"format paint \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-paint\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18,4V3A1,1 0 0,0 17,2H5A1,1 0 0,0 4,3V7A1,1 0 0,0 5,8H17A1,1 0 0,0 18,7V6H19V10H9V21A1,1 0 0,0 10,22H12A1,1 0 0,0 13,21V12H21V4H18Z\" /></svg></li><li title=\"format paragraph \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-paragraph\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,4A4,4 0 0,1 17,8A4,4 0 0,1 13,12H11V18H9V4H13M13,10A2,2 0 0,0 15,8A2,2 0 0,0 13,6H11V10H13Z\" /></svg></li><li title=\"format pilcrow \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-pilcrow\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,11A4,4 0 0,1 6,7A4,4 0 0,1 10,3H18V5H16V21H14V5H12V21H10V11Z\" /></svg></li><li title=\"format quote close outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-quote-close-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 6V14H14.88L12.88 18H18.62L21 13.24V6M15 8H19V12.76L17.38 16H16.12L18.12 12H15M3 6V14H4.88L2.88 18H8.62L11 13.24V6M5 8H9V12.76L7.38 16H6.12L8.12 12H5Z\" /></svg></li><li title=\"format quote close \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-quote-close\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,17H17L19,13V7H13V13H16M6,17H9L11,13V7H5V13H8L6,17Z\" /></svg></li><li title=\"format quote open outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-quote-open-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11 18V10H9.12L11.12 6H5.38L3 10.76V18M9 16H5V11.24L6.62 8H7.88L5.88 12H9M21 18V10H19.12L21.12 6H15.38L13 10.76V18M19 16H15V11.24L16.62 8H17.88L15.88 12H19Z\" /></svg></li><li title=\"format quote open \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-quote-open\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,7L8,11H11V17H5V11L7,7H10M18,7L16,11H19V17H13V11L15,7H18Z\" /></svg></li><li title=\"format rotate 90 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-rotate-90\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.34,6.41L0.86,12.9L7.35,19.38L13.84,12.9L7.34,6.41M3.69,12.9L7.35,9.24L11,12.9L7.34,16.56L3.69,12.9M19.36,6.64C17.61,4.88 15.3,4 13,4V0.76L8.76,5L13,9.24V6C14.79,6 16.58,6.68 17.95,8.05C20.68,10.78 20.68,15.22 17.95,17.95C16.58,19.32 14.79,20 13,20C12.03,20 11.06,19.79 10.16,19.39L8.67,20.88C10,21.62 11.5,22 13,22C15.3,22 17.61,21.12 19.36,19.36C22.88,15.85 22.88,10.15 19.36,6.64Z\" /></svg></li><li title=\"format section \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-section\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.67,4.42C14.7,3.84 13.58,3.54 12.45,3.56C10.87,3.56 9.66,4.34 9.66,5.56C9.66,6.96 11,7.47 13,8.14C15.5,8.95 17.4,9.97 17.4,12.38C17.36,13.69 16.69,14.89 15.6,15.61C16.25,16.22 16.61,17.08 16.6,17.97C16.6,20.79 14,21.97 11.5,21.97C10.04,22.03 8.59,21.64 7.35,20.87L8,19.34C9.04,20.05 10.27,20.43 11.53,20.44C13.25,20.44 14.53,19.66 14.53,18.24C14.53,17 13.75,16.31 11.25,15.45C8.5,14.5 6.6,13.5 6.6,11.21C6.67,9.89 7.43,8.69 8.6,8.07C7.97,7.5 7.61,6.67 7.6,5.81C7.6,3.45 9.77,2 12.53,2C13.82,2 15.09,2.29 16.23,2.89L15.67,4.42M11.35,13.42C12.41,13.75 13.44,14.18 14.41,14.71C15.06,14.22 15.43,13.45 15.41,12.64C15.41,11.64 14.77,10.76 13,10.14C11.89,9.77 10.78,9.31 9.72,8.77C8.97,9.22 8.5,10.03 8.5,10.91C8.5,11.88 9.23,12.68 11.35,13.42Z\" /></svg></li><li title=\"format size \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-size\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2 4V7H7V19H10V7H15V4H2M21 9H12V12H15V19H18V12H21V9Z\" /></svg></li><li title=\"format strikethrough variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-strikethrough-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23,12V14H18.61C19.61,16.14 19.56,22 12.38,22C4.05,22.05 4.37,15.5 4.37,15.5L8.34,15.55C8.37,18.92 11.5,18.92 12.12,18.88C12.76,18.83 15.15,18.84 15.34,16.5C15.42,15.41 14.32,14.58 13.12,14H1V12H23M19.41,7.89L15.43,7.86C15.43,7.86 15.6,5.09 12.15,5.08C8.7,5.06 9,7.28 9,7.56C9.04,7.84 9.34,9.22 12,9.88H5.71C5.71,9.88 2.22,3.15 10.74,2C19.45,0.8 19.43,7.91 19.41,7.89Z\" /></svg></li><li title=\"format strikethrough \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-strikethrough\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,14H21V12H3M5,4V7H10V10H14V7H19V4M10,19H14V16H10V19Z\" /></svg></li><li title=\"format subscript \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-subscript\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,7.41L11.41,12L16,16.59L14.59,18L10,13.41L5.41,18L4,16.59L8.59,12L4,7.41L5.41,6L10,10.59L14.59,6L16,7.41M21.85,21.03H16.97V20.03L17.86,19.23C18.62,18.58 19.18,18.04 19.56,17.6C19.93,17.16 20.12,16.75 20.13,16.36C20.14,16.08 20.05,15.85 19.86,15.66C19.68,15.5 19.39,15.38 19,15.38C18.69,15.38 18.42,15.44 18.16,15.56L17.5,15.94L17.05,14.77C17.32,14.56 17.64,14.38 18.03,14.24C18.42,14.1 18.85,14 19.32,14C20.1,14.04 20.7,14.25 21.1,14.66C21.5,15.07 21.72,15.59 21.72,16.23C21.71,16.79 21.53,17.31 21.18,17.78C20.84,18.25 20.42,18.7 19.91,19.14L19.27,19.66V19.68H21.85V21.03Z\" /></svg></li><li title=\"format superscript \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-superscript\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,7.41L11.41,12L16,16.59L14.59,18L10,13.41L5.41,18L4,16.59L8.59,12L4,7.41L5.41,6L10,10.59L14.59,6L16,7.41M21.85,9H16.97V8L17.86,7.18C18.62,6.54 19.18,6 19.56,5.55C19.93,5.11 20.12,4.7 20.13,4.32C20.14,4.04 20.05,3.8 19.86,3.62C19.68,3.43 19.39,3.34 19,3.33C18.69,3.34 18.42,3.4 18.16,3.5L17.5,3.89L17.05,2.72C17.32,2.5 17.64,2.33 18.03,2.19C18.42,2.05 18.85,2 19.32,2C20.1,2 20.7,2.2 21.1,2.61C21.5,3 21.72,3.54 21.72,4.18C21.71,4.74 21.53,5.26 21.18,5.73C20.84,6.21 20.42,6.66 19.91,7.09L19.27,7.61V7.63H21.85V9Z\" /></svg></li><li title=\"format text rotation angle down \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-text-rotation-angle-down\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.25 21H10.03L11.44 19.59L2.58 10.73L4.03 9.33L12.84 18.19L14.25 16.78M12.61 8L15.23 10.64L17.43 5.77M19.41 4.92L14.95 16.03L13.5 14.58L14.39 12.38L10.88 8.81L8.68 9.75L7.22 8.25L18.33 3.84Z\" /></svg></li><li title=\"format text rotation angle up \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-text-rotation-angle-up\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.58 9.33V13.55L19.17 12.14L10.31 21L8.91 19.59L17.72 10.73L16.31 9.33M7.59 11L10.22 8.39L5.34 6.14M4.5 4.22L15.61 8.63L14.16 10.13L11.96 9.19L8.39 12.75L9.33 14.91L7.83 16.41L3.42 5.25Z\" /></svg></li><li title=\"format text rotation down vertical \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-text-rotation-down-vertical\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.25 4H13.75L9 15H11.1L12 12.8H17L17.9 15H20L15.25 4M12.63 11L14.5 6L16.37 11H12.63M5 17.5L8 14.5H6V2H4V14.5H2L5 17.5M22 20L19 17V19H6.5V21H19V23L22 20Z\" /></svg></li><li title=\"format text rotation down \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-text-rotation-down\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,19.73L3,16.73H5V4.27H7V16.73H9L6,19.73M14,9.38V13.13L19.03,11.25L14,9.38M21,12L10,16.73V14.67L12.19,13.73V8.77L10,7.83V5.77L21,10.5V12Z\" /></svg></li><li title=\"format text rotation none \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-text-rotation-none\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.5,18L17.5,21V19H5V17H17.5V15L20.5,18M10.13,10H13.88L12,4.97L10.13,10M12.75,3L17.5,14H15.42L14.5,11.81H9.5L8.58,14H6.5L11.25,3H12.75Z\" /></svg></li><li title=\"format text rotation up \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-text-rotation-up\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 12V13.5L14 18.25V16.15L11.8 15.25V10.25L14 9.35V7.25L3 12M10 14.62L5 12.75L10 10.88V14.62M18 4.25L15 7.25H17V19.75H19V7.25H21L18 4.25Z\" /></svg></li><li title=\"format text rotation vertical \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-text-rotation-vertical\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.75 5H14.25L9.5 16H11.6L12.5 13.8H17.5L18.4 16H20.5L15.75 5M13.13 12L15 7L16.87 12H13.13M6 19.75L9 16.75H7V4.25H5V16.75H3L6 19.75Z\" /></svg></li><li title=\"format text variant outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-text-variant-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11 3C10.18 3 9.44 3.5 9.14 4.27L3.64 18.27C3.12 19.58 4.09 21 5.5 21H7.75C8.59 21 9.33 20.5 9.62 19.7L10.26 18H13.74L14.38 19.7C14.67 20.5 15.42 21 16.25 21H18.5C19.91 21 20.88 19.58 20.36 18.27L14.86 4.27C14.56 3.5 13.82 3 13 3M11 5H13L18.5 19H16.25L15.12 16H8.87L7.75 19H5.5M12 7.67L9.62 14H14.37Z\" /></svg></li><li title=\"format text variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-text-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9.6,14L12,7.7L14.4,14M11,5L5.5,19H7.7L8.8,16H15L16.1,19H18.3L13,5H11Z\" /></svg></li><li title=\"format text wrapping clip \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-text-wrapping-clip\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7,21H5V3H7V21M17,3V11H9V13H17V21H19V3H17Z\" /></svg></li><li title=\"format text wrapping overflow \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-text-wrapping-overflow\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7,21H5V3H7V21M14,3H12V9H14V3M14,15H12V21H14V15M19,12L16,9V11H9V13H16V15L19,12Z\" /></svg></li><li title=\"format text wrapping wrap \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-text-wrapping-wrap\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7,21H5V3H7V21M19,3H17V21H19V3M13,8H9V10H12.97C13.14,10 14,10.16 14,12C14,13.84 13.14,14 13,14H11V12L8,15L11,18V16H13C14.04,16 16,15.16 16,12C16,8.84 14.04,8 13,8Z\" /></svg></li><li title=\"format text \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-text\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.5,4L19.66,8.35L18.7,8.61C18.25,7.74 17.79,6.87 17.26,6.43C16.73,6 16.11,6 15.5,6H13V16.5C13,17 13,17.5 13.33,17.75C13.67,18 14.33,18 15,18V19H9V18C9.67,18 10.33,18 10.67,17.75C11,17.5 11,17 11,16.5V6H8.5C7.89,6 7.27,6 6.74,6.43C6.21,6.87 5.75,7.74 5.3,8.61L4.34,8.35L5.5,4H18.5Z\" /></svg></li><li title=\"format textbox \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-textbox\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,7V3H17V4H7V3H3V7H4V17H3V21H7V20H17V21H21V17H20V7H21M18,4H20V6H18V4M4,4H6V6H4V4M6,20H4V18H6V20M20,20H18V18H20V20M18,17H17V18H7V17H6V7H7V6H17V7H18V17M16,8V10H13V16H11V10H8V8H16Z\" /></svg></li><li title=\"format textdirection l to r \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-textdirection-l-to-r\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,18L17,14V17H5V19H17V22M9,10V15H11V4H13V15H15V4H17V2H9A4,4 0 0,0 5,6A4,4 0 0,0 9,10Z\" /></svg></li><li title=\"format textdirection r to l \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-textdirection-r-to-l\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8,17V14L4,18L8,22V19H20V17M10,10V15H12V4H14V15H16V4H18V2H10A4,4 0 0,0 6,6A4,4 0 0,0 10,10Z\" /></svg></li><li title=\"format title \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-title\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,4V7H10.5V19H13.5V7H19V4H5Z\" /></svg></li><li title=\"format underline wavy \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-underline-wavy\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 17C15.31 17 18 14.31 18 11V3H15.5V11C15.5 12.93 13.93 14.5 12 14.5S8.5 12.93 8.5 11V3H6V11C6 14.31 8.69 17 12 17M20 22C18.6 22 17.8 21.3 17.3 20.7C16.8 20.2 16.6 20 16 20S15.2 20.2 14.7 20.7C14.2 21.3 13.4 22 12 22S9.8 21.3 9.3 20.7C8.8 20.2 8.6 20 8 20S7.2 20.2 6.7 20.7C6.2 21.3 5.4 22 4 22V20C4.6 20 4.8 19.8 5.3 19.3C5.8 18.7 6.6 18 8 18S10.2 18.7 10.7 19.3C11.2 19.8 11.4 20 12 20S12.8 19.8 13.3 19.3C13.8 18.7 14.6 18 16 18S18.2 18.7 18.7 19.3C19.2 19.8 19.4 20 20 20V22Z\" /></svg></li><li title=\"format underline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-underline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,21H19V19H5V21M12,17A6,6 0 0,0 18,11V3H15.5V11A3.5,3.5 0 0,1 12,14.5A3.5,3.5 0 0,1 8.5,11V3H6V11A6,6 0 0,0 12,17Z\" /></svg></li><li title=\"format vertical align bottom \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-vertical-align-bottom\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,13H13V3H11V13H8L12,17L16,13M4,19V21H20V19H4Z\" /></svg></li><li title=\"format vertical align center \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-vertical-align-center\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8,19H11V23H13V19H16L12,15L8,19M16,5H13V1H11V5H8L12,9L16,5M4,11V13H20V11H4Z\" /></svg></li><li title=\"format vertical align top \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-vertical-align-top\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8,11H11V21H13V11H16L12,7L8,11M4,3V5H20V3H4Z\" /></svg></li><li title=\"format wrap inline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-wrap-inline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8,7L13,17H3L8,7M3,3H21V5H3V3M21,15V17H14V15H21M3,19H21V21H3V19Z\" /></svg></li><li title=\"format wrap square \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-wrap-square\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,7L17,17H7L12,7M3,3H21V5H3V3M3,7H6V9H3V7M21,7V9H18V7H21M3,11H6V13H3V11M21,11V13H18V11H21M3,15H6V17H3V15M21,15V17H18V15H21M3,19H21V21H3V19Z\" /></svg></li><li title=\"format wrap tight \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-wrap-tight\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,7L17,17H7L12,7M3,3H21V5H3V3M3,7H9V9H3V7M21,7V9H15V7H21M3,11H7V13H3V11M21,11V13H17V11H21M3,15H6V17H3V15M21,15V17H18V15H21M3,19H21V21H3V19Z\" /></svg></li><li title=\"format wrap top bottom \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-format-wrap-top-bottom\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,7L17,17H7L12,7M3,3H21V5H3V3M3,19H21V21H3V19Z\" /></svg></li><li title=\"forum outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-forum-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,4V11H5.17L4,12.17V4H15M16,2H3A1,1 0 0,0 2,3V17L6,13H16A1,1 0 0,0 17,12V3A1,1 0 0,0 16,2M21,6H19V15H6V17A1,1 0 0,0 7,18H18L22,22V7A1,1 0 0,0 21,6Z\" /></svg></li><li title=\"forum \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-forum\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,12V3A1,1 0 0,0 16,2H3A1,1 0 0,0 2,3V17L6,13H16A1,1 0 0,0 17,12M21,6H19V15H6V17A1,1 0 0,0 7,18H18L22,22V7A1,1 0 0,0 21,6Z\" /></svg></li><li title=\"forward \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-forward\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,8V4L20,12L12,20V16H4V8H12Z\" /></svg></li><li title=\"forwardburger \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-forwardburger\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,13H3V11H19L15,7L16.4,5.6L22.8,12L16.4,18.4L15,17L19,13M3,6H13V8H3V6M13,16V18H3V16H13Z\" /></svg></li><li title=\"fountain pen tip \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fountain-pen-tip\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.54,3.5L20.5,8.47L19.07,9.88L14.12,4.93L15.54,3.5M3.5,19.78L10,13.31C9.9,13 9.97,12.61 10.23,12.35C10.62,11.96 11.26,11.96 11.65,12.35C12.04,12.75 12.04,13.38 11.65,13.77C11.39,14.03 11,14.1 10.69,14L4.22,20.5L14.83,16.95L18.36,10.59L13.42,5.64L7.05,9.17L3.5,19.78Z\" /></svg></li><li title=\"fountain pen \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fountain-pen\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6.95,14.93L11.19,9.27L19.68,2.2C20.07,1.81 20.72,1.81 21.09,2.2L21.8,2.91C22.19,3.28 22.19,3.93 21.8,4.32L14.73,12.81L9.07,17.05L6.95,14.93M8.36,17.76L6.24,15.64L3.41,17.05L2,21.29L4.12,19.17C4.32,19 4.63,19 4.83,19.17C5,19.37 5,19.68 4.83,19.88L2.71,22L6.95,20.59L8.36,17.76Z\" /></svg></li><li title=\"fountain \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fountain\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.5,2C4.47,2 2,4.46 2,7.5V7.5L2,8H4V7.5A3.5,3.5 0 0,1 7.5,4C9,4 10.26,4.93 10.76,6.24C10.37,6.08 9.95,6 9.5,6C8.11,6 6.9,6.82 6.34,8L8.08,9C8.29,8.42 8.85,8 9.5,8A1.5,1.5 0 0,1 11,9.5V11H13V9.5A1.5,1.5 0 0,1 14.5,8C15.16,8 15.71,8.42 15.92,9L17.66,8C17.1,6.82 15.9,6 14.5,6C14.05,6 13.63,6.08 13.24,6.24C13.74,4.93 15,4 16.5,4A3.5,3.5 0 0,1 20,7.5V8H22V7.5H22A5.5,5.5 0 0,0 16.5,2C14.64,2 13,2.93 12,4.34C11,2.93 9.36,2 7.5,2M6,12V14H7.42C7.92,15.15 8.85,16.07 10,16.57C10,17.38 10,18.19 10,19H2C2,19 2.82,20.23 3.41,21.11C3.78,21.67 4.4,22 5.07,22H18.93C19.6,22 20.22,21.67 20.59,21.11L22,19H14C14,18.19 14,17.38 14,16.57C15.15,16.07 16.08,15.15 16.58,14H18V12H6Z\" /></svg></li><li title=\"fraction one half \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fraction-one-half\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5.79 21.61L4.21 20.39L18.21 2.39L19.79 3.61L5.79 21.61M4 2V4H6V12H8V2H4M15 12V14H19V16H17C15.9 16 15 16.9 15 18V22H21V20H17V18H19C20.11 18 21 17.11 21 16V14C21 12.9 20.11 12 19 12H15Z\" /></svg></li><li title=\"freebsd \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-freebsd\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2.69,2C3.54,1.95 6.08,3.16 6.13,3.19C4.84,4 3.74,5.09 2.91,6.38C2.09,4.81 1.34,2.91 2,2.25C2.17,2.08 2.4,2 2.69,2M20.84,2.13C21.25,2.08 21.58,2.14 21.78,2.34C22.85,3.42 19.88,8.15 19.38,8.66C18.87,9.16 17.57,8.7 16.5,7.63C15.43,6.55 14.97,5.26 15.47,4.75C15.88,4.34 19.09,2.3 20.84,2.13M12,2.56C13.29,2.56 14.53,2.82 15.66,3.28C15.17,3.6 14.81,3.85 14.69,3.97C13.7,4.96 14.14,6.83 15.72,8.41C16.7,9.38 17.84,9.97 18.78,9.97C19.46,9.97 19.92,9.68 20.16,9.44C20.33,9.27 20.6,8.88 20.91,8.41C21.42,9.59 21.69,10.88 21.69,12.25C21.69,17.61 17.36,21.97 12,21.97C6.64,21.97 2.31,17.61 2.31,12.25C2.31,6.89 6.64,2.56 12,2.56Z\" /></svg></li><li title=\"french fries \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-french-fries\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 11V6H15V4H12V2H8V5H6V11H5L7 22H17L19 11H18M15.86 11C15.7 11.61 15.4 12.16 15 12.62V8.62L17 9.62V11H15.86M17 7V8.5L15 7.5V7H17M12 5H14V8.5L12 9.5V5M12 10.62L14 9.62V13.45C13.41 13.8 12.73 14 12 14V10.62M11 13.86C10.21 13.65 9.5 13.22 9 12.62V9.62L11 8.62V13.86M9 3H11V7.5L10 8V5H9V3M7 6H9V8.5L8 9V11H7V6Z\" /></svg></li><li title=\"frequently asked questions \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-frequently-asked-questions\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18,15H6L2,19V3A1,1 0 0,1 3,2H18A1,1 0 0,1 19,3V14A1,1 0 0,1 18,15M23,9V23L19,19H8A1,1 0 0,1 7,18V17H21V8H22A1,1 0 0,1 23,9M8.19,4C7.32,4 6.62,4.2 6.08,4.59C5.56,5 5.3,5.57 5.31,6.36L5.32,6.39H7.25C7.26,6.09 7.35,5.86 7.53,5.7C7.71,5.55 7.93,5.47 8.19,5.47C8.5,5.47 8.76,5.57 8.94,5.75C9.12,5.94 9.2,6.2 9.2,6.5C9.2,6.82 9.13,7.09 8.97,7.32C8.83,7.55 8.62,7.75 8.36,7.91C7.85,8.25 7.5,8.55 7.31,8.82C7.11,9.08 7,9.5 7,10H9C9,9.69 9.04,9.44 9.13,9.26C9.22,9.08 9.39,8.9 9.64,8.74C10.09,8.5 10.46,8.21 10.75,7.81C11.04,7.41 11.19,7 11.19,6.5C11.19,5.74 10.92,5.13 10.38,4.68C9.85,4.23 9.12,4 8.19,4M7,11V13H9V11H7M13,13H15V11H13V13M13,4V10H15V4H13Z\" /></svg></li><li title=\"fridge alert outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fridge-alert-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7 21V22H5V21C3.9 21 3 20.11 3 19V4C3 2.9 3.9 2 5 2H15C16.11 2 17 2.9 17 4V19C17 20.11 16.11 21 15 21V22H13V21H7M5 4V9H15V4H5M5 19H15V11H5V19M6 12H8V15H6V12M6 6H8V8H6V6M19 15H21V17H19V15M19 7H21V13H19V7Z\" /></svg></li><li title=\"fridge alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fridge-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5 2H15C16.11 2 17 2.9 17 4V9H3V4C3 2.9 3.9 2 5 2M17 19C17 20.11 16.11 21 15 21V22H13V21H7V22H5V21C3.9 21 3 20.11 3 19V10H17V19M6 5V7H8V5H6M6 12V15H8V12H6M19 15H21V17H19V15M19 7H21V13H19V7Z\" /></svg></li><li title=\"fridge bottom \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fridge-bottom\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7,2A2,2 0 0,0 5,4V19A2,2 0 0,0 7,21V22H9V21H15V22H17V21A2,2 0 0,0 19,19V4A2,2 0 0,0 17,2H7M8,6H10V8H8V6M7,11H17V19H7V11M8,12V15H10V12H8Z\" /></svg></li><li title=\"fridge industrial alert outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fridge-industrial-alert-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8 15H6V10H8V15M17 4V19C17 20.11 16.11 21 15 21V22H13V21H7V22H5V21C3.9 21 3 20.11 3 19V4C3 2.9 3.9 2 5 2H15C16.11 2 17 2.9 17 4M15 4H5V19H15V4M19 17H21V15H19V17M19 7V13H21V7H19Z\" /></svg></li><li title=\"fridge industrial alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fridge-industrial-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15 2H5C3.9 2 3 2.9 3 4V19C3 20.11 3.9 21 5 21V22H7V21H13V22H15V21C16.11 21 17 20.11 17 19V4C17 2.9 16.11 2 15 2M8 15H6V10H8V15M21 7V13H19V7H21M19 15H21V17H19V15Z\" /></svg></li><li title=\"fridge industrial off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fridge-industrial-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.2 4L5.7 2.5C6.05 2.19 6.5 2 7 2H17C18.11 2 19 2.9 19 4V15.8L17 13.8V4H7.2M22.11 21.46L20.84 22.73L18.46 20.35C18.1 20.75 17.58 21 17 21V22H15V21H9V22H7V21C5.9 21 5 20.11 5 19V6.89L1.11 3L2.39 1.73L22.11 21.46M17 18.89L10 11.89V15H8V10H8.11L7 8.89V19H17V18.89Z\" /></svg></li><li title=\"fridge industrial off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fridge-industrial-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 15.8L5.7 2.5C6.05 2.19 6.5 2 7 2H17C18.11 2 19 2.9 19 4V15.8M22.11 21.46L20.84 22.73L18.46 20.35C18.1 20.75 17.58 21 17 21V22H15V21H9V22H7V21C5.9 21 5 20.11 5 19V6.89L1.11 3L2.39 1.73L22.11 21.46M10 11.89L8.11 10H8V15H10V11.89Z\" /></svg></li><li title=\"fridge industrial outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fridge-industrial-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17 2H7C5.9 2 5 2.9 5 4V19C5 20.11 5.9 21 7 21V22H9V21H15V22H17V21C18.11 21 19 20.11 19 19V4C19 2.9 18.11 2 17 2M17 19H7V4H17V19M10 15H8V10H10V15Z\" /></svg></li><li title=\"fridge industrial \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fridge-industrial\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17 2H7C5.9 2 5 2.9 5 4V19C5 20.11 5.9 21 7 21V22H9V21H15V22H17V21C18.11 21 19 20.11 19 19V4C19 2.9 18.11 2 17 2M10 15H8V10H10V15Z\" /></svg></li><li title=\"fridge off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fridge-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.11 21.46L2.39 1.73L1.11 3L5 6.89V19C5 20.11 5.9 21 7 21V22H9V21H15V22H17V21C17.58 21 18.1 20.75 18.46 20.35L20.84 22.73L22.11 21.46M17 19H7V11H9.11L17 18.89V19M7.2 4L5.7 2.5C6.05 2.19 6.5 2 7 2H17C18.11 2 19 2.9 19 4V15.8L17 13.8V11H14.2L12.2 9H17V4H7.2M8 12H10V15H8V12Z\" /></svg></li><li title=\"fridge off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fridge-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.11 21.46L2.39 1.73L1.11 3L5 6.89V9H7.11L8.11 10H5V19C5 20.11 5.9 21 7 21V22H9V21H15V22H17V21C17.58 21 18.1 20.75 18.46 20.35L20.84 22.73L22.11 21.46M10 15H8V12H10V15M19 15.8L13.2 10H19V15.8M8.2 5L5.7 2.5C6.05 2.19 6.5 2 7 2H17C18.11 2 19 2.9 19 4V9H12.2L10 6.8V5H8.2Z\" /></svg></li><li title=\"fridge outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fridge-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,21V22H7V21A2,2 0 0,1 5,19V4A2,2 0 0,1 7,2H17A2,2 0 0,1 19,4V19A2,2 0 0,1 17,21V22H15V21H9M7,4V9H17V4H7M7,19H17V11H7V19M8,12H10V15H8V12M8,6H10V8H8V6Z\" /></svg></li><li title=\"fridge top \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fridge-top\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8,8V6H10V8H8M7,2H17A2,2 0 0,1 19,4V19A2,2 0 0,1 17,21V22H15V21H9V22H7V21A2,2 0 0,1 5,19V4A2,2 0 0,1 7,2M7,4V9H17V4H7M8,12V15H10V12H8Z\" /></svg></li><li title=\"fridge variant alert outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fridge-variant-alert-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15 2H5C3.9 2 3 2.9 3 4V19C3 20.11 3.9 21 5 21V22H7V21H13V22H15V21C16.11 21 17 20.11 17 19V4C17 2.9 16.11 2 15 2M9 19H5V14H8V10H5V4H9V19M15 19H11V4H15V19M19 15H21V17H19V15M21 7V13H19V7H21Z\" /></svg></li><li title=\"fridge variant alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fridge-variant-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17 4V19C17 20.11 16.11 21 15 21V22H13V21H10.5V2H15C16.11 2 17 2.9 17 4M5 2H9.5V21H7V22H5V21C3.9 21 3 20.11 3 19V4C3 2.9 3.9 2 5 2M8 10H5V14H8V10M19 7V13H21V7H19M19 17H21V15H19V17Z\" /></svg></li><li title=\"fridge variant off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fridge-variant-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.2 4L5.7 2.5C6.05 2.19 6.5 2 7 2H17C18.11 2 19 2.9 19 4V15.8L17 13.8V4H13V9.8L11 7.8V4H7.2M22.11 21.46L20.84 22.73L18.46 20.35C18.1 20.75 17.58 21 17 21V22H15V21H9V22H7V21C5.9 21 5 20.11 5 19V6.89L1.11 3L2.39 1.73L22.11 21.46M7 10H8.11L7 8.89V10M11 12.89L10 11.89V14H7V19H11V12.89M17 18.89L13 14.89V19H17V18.89Z\" /></svg></li><li title=\"fridge variant off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fridge-variant-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2.39 1.73L1.11 3L5 6.89V19C5 20.11 5.9 21 7 21V22H9V21H11.5V13.39L12.5 14.39V21H15V22H17V21C17.58 21 18.1 20.75 18.46 20.35L20.84 22.73L22.11 21.46L2.39 1.73M10 14H7V10H8.11L10 11.89V14M19 15.8L12.5 9.3V2H17C18.11 2 19 2.9 19 4V15.8M11.5 8.3L5.7 2.5C6.05 2.19 6.5 2 7 2H11.5V8.3Z\" /></svg></li><li title=\"fridge variant outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fridge-variant-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17 2H7C5.9 2 5 2.9 5 4V19C5 20.11 5.9 21 7 21V22H9V21H15V22H17V21C18.11 21 19 20.11 19 19V4C19 2.9 18.11 2 17 2M7 19V14H10V10H7V4H11V19H7M17 19H13V4H17V19Z\" /></svg></li><li title=\"fridge variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fridge-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 4V19C19 20.11 18.11 21 17 21V22H15V21H12.5V2H17C18.11 2 19 2.9 19 4M7 2H11.5V21H9V22H7V21C5.9 21 5 20.11 5 19V4C5 2.9 5.9 2 7 2M10 10H7V14H10V10Z\" /></svg></li><li title=\"fridge \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fridge\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7,2H17A2,2 0 0,1 19,4V9H5V4A2,2 0 0,1 7,2M19,19A2,2 0 0,1 17,21V22H15V21H9V22H7V21A2,2 0 0,1 5,19V10H19V19M8,5V7H10V5H8M8,12V15H10V12H8Z\" /></svg></li><li title=\"fruit cherries off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fruit-cherries-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.1 21.5L2.4 1.7L1.1 3L8.7 10.6C8.3 11.6 7.9 12.5 7.6 13C5.6 13.2 4 14.9 4 17C4 19.2 5.8 21 8 21C9.1 21 10 20.6 10.7 19.9C10.3 19 10 18 10 17S10.3 15 10.7 14.1C10.3 13.7 9.7 13.4 9.2 13.2C9.4 12.8 9.6 12.3 9.9 11.7L12.8 14.6C12.3 15.3 12 16.1 12 17C12 19.2 13.8 21 16 21C16.9 21 17.7 20.7 18.3 20.2L20.8 22.7L22.1 21.5M8 15.5C7.2 15.5 6.5 16.2 6.5 17H5.5C5.5 15.6 6.6 14.5 8 14.5V15.5M14.5 17H13.5C13.5 16.5 13.6 16.1 13.8 15.7L14.6 16.5C14.5 16.7 14.5 16.8 14.5 17M20 16.8L16.2 13C18.2 13.1 19.9 14.8 20 16.8M11.3 8.1L10.1 6.9C10.7 5.1 11.2 3.3 11.2 2L12.6 1.9C12.7 2.3 12.7 2.8 12.8 3.4C13.4 3.3 15.5 3.3 17.8 5.1C20.5 7.1 19.8 10.9 19.8 10.9S17.4 11.3 14.7 9.2L13.8 8.3C14.1 9.5 14.5 10.7 14.9 11.7L12.6 9.4C12.3 8.4 12.1 7.4 11.9 6.4C11.7 7 11.5 7.6 11.3 8.1Z\" /></svg></li><li title=\"fruit cherries \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fruit-cherries\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16 13H15.5C14.8 11.7 14.3 10 13.8 8.3L14.7 9.2C17.4 11.3 19.8 10.9 19.8 10.9S20.5 7.1 17.8 5.1C15.5 3.3 13.4 3.3 12.8 3.4C12.7 2.8 12.7 2.3 12.6 1.9L11.2 2C11.2 5.2 8.5 11.1 7.6 13C5.6 13.2 4 14.9 4 17C4 19.2 5.8 21 8 21C9.1 21 10 20.6 10.7 19.9C10.3 19 10 18 10 17S10.3 15 10.7 14.1C10.3 13.7 9.7 13.4 9.2 13.2C9.9 11.7 11.1 9 11.9 6.4C12.3 8.7 13.1 11.4 14.1 13.5C12.9 14.2 12 15.5 12 17C12 19.2 13.8 21 16 21S20 19.2 20 17 18.2 13 16 13M8 15.5C7.2 15.5 6.5 16.2 6.5 17H5.5C5.5 15.6 6.6 14.5 8 14.5V15.5M16 15.5C15.2 15.5 14.5 16.2 14.5 17H13.5C13.5 15.6 14.6 14.5 16 14.5V15.5Z\" /></svg></li><li title=\"fruit citrus off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fruit-citrus-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.1 21.5L2.4 1.7L1.1 3L4.4 6.3C3.4 7.5 2.9 8.9 2.8 10.2C2.1 10.7 1.8 11.5 2.1 12.3C2.4 13.1 3.2 13.6 4 13.6C5.1 14.9 6.9 15.7 9 15.9C9.1 14.5 9.6 13.3 10.3 12.2L11.8 13.7C11.3 14.5 11 15.5 11 16.5C11 19.5 13.5 22 16.5 22C17.5 22 18.5 21.7 19.3 21.2L20.8 22.7L22.1 21.5M13 16.5C13 16 13.1 15.6 13.3 15.1L15 16.8L13.3 18C13.1 17.5 13 17 13 16.5M13.9 18.8L15.7 17.6L16 17.9V20C15.2 19.8 14.4 19.4 13.9 18.8M17 19.9V18.9L17.8 19.7C17.5 19.8 17.3 19.9 17 19.9M20 16.8V16.5C20 16 19.9 15.5 19.7 15L18.8 15.6L18.1 14.9L19.1 14.2C18.6 13.6 17.8 13.2 17 13V13.8L14.6 11.4C15.2 11.2 15.9 11 16.5 11C19.5 11 22 13.5 22 16.5C22 17.2 21.9 17.8 21.6 18.4L20 16.8M13 9.8L7.1 3.9C7.9 3.4 8.8 3 9.7 2.7C13.8 1.3 18 2.1 20 4.4C20.8 4.4 21.6 4.9 21.9 5.7C22.2 6.5 21.9 7.3 21.2 7.8C21.2 8.6 21 9.4 20.6 10.2C19.4 9.5 18 9 16.5 9C15.3 9 14.1 9.3 13 9.8Z\" /></svg></li><li title=\"fruit citrus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fruit-citrus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9 15.9C6.9 15.7 5.1 14.9 4 13.6C3.2 13.6 2.4 13.1 2.1 12.3C1.8 11.5 2.1 10.7 2.8 10.2C2.9 7.2 5.6 4.1 9.7 2.7C13.8 1.3 18 2.1 20 4.4C20.8 4.4 21.6 4.9 21.9 5.7C22.2 6.5 21.9 7.3 21.2 7.8C21.2 8.6 21 9.4 20.6 10.2C19.4 9.5 18 9 16.5 9C12.6 9 9.3 12 9 15.9M22 16.5C22 19.5 19.5 22 16.5 22S11 19.5 11 16.5 13.5 11 16.5 11 22 13.5 22 16.5M13.3 18L15.6 16.5L13.3 15C13.1 15.5 13 16 13 16.5S13.1 17.5 13.3 18M16 17.4L13.9 18.8C14.4 19.4 15.2 19.8 16 20V17.4M16 13.1C15.2 13.2 14.4 13.6 13.9 14.3L16 15.7V13.1M17 15.6L19.1 14.2C18.6 13.6 17.8 13.2 17 13V15.6M19.1 18.8L17 17.4V19.9C17.8 19.8 18.6 19.4 19.1 18.8M20 16.5C20 16 19.9 15.5 19.7 15L17.4 16.5L19.7 18C19.9 17.5 20 17 20 16.5Z\" /></svg></li><li title=\"fruit grapes outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fruit-grapes-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 12C19 10.61 18.05 9.47 16.78 9.12C16.92 8.78 17 8.4 17 8C17 6.34 15.66 5 14 5C13.57 5 13.17 5.1 12.81 5.26C13 4.19 13.39 2.59 14.4 2.2L13.6 1C11.9 1.77 11.4 4.09 11.26 5.29C10.87 5.11 10.45 5 10 5C8.34 5 7 6.34 7 8C7 8.4 7.08 8.77 7.22 9.12C5.94 9.46 5 10.62 5 12C5 13.39 5.95 14.54 7.23 14.88C7.09 15.22 7 15.6 7 16C7 17.39 7.94 18.54 9.22 18.88C9.08 19.23 9 19.61 9 20C9 21.66 10.34 23 12 23S15 21.66 15 20C15 19.61 14.92 19.23 14.78 18.88C16.06 18.54 17 17.39 17 16C17 15.6 16.92 15.23 16.77 14.88C18.05 14.54 19 13.39 19 12M16.31 9.88V9.9H16.3L16.31 9.88M14 6.5C14.83 6.5 15.5 7.17 15.5 8S14.83 9.5 14 9.5 12.5 8.83 12.5 8 13.17 6.5 14 6.5M13.5 12C13.5 12.83 12.83 13.5 12 13.5S10.5 12.83 10.5 12 11.17 10.5 12 10.5 13.5 11.17 13.5 12M10 6.5C10.83 6.5 11.5 7.17 11.5 8S10.83 9.5 10 9.5 8.5 8.83 8.5 8 9.17 6.5 10 6.5M6.5 12C6.5 11.17 7.17 10.5 8 10.5S9.5 11.17 9.5 12 8.83 13.5 8 13.5 6.5 12.83 6.5 12M8.5 16C8.5 15.17 9.17 14.5 10 14.5S11.5 15.17 11.5 16 10.83 17.5 10 17.5 8.5 16.83 8.5 16M12 21.5C11.17 21.5 10.5 20.83 10.5 20S11.17 18.5 12 18.5 13.5 19.17 13.5 20 12.83 21.5 12 21.5M14 17.5C13.17 17.5 12.5 16.83 12.5 16S13.17 14.5 14 14.5 15.5 15.17 15.5 16 14.83 17.5 14 17.5M16 13.5C15.17 13.5 14.5 12.83 14.5 12S15.17 10.5 16 10.5 17.5 11.17 17.5 12 16.83 13.5 16 13.5Z\" /></svg></li><li title=\"fruit grapes \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fruit-grapes\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14 12C14 13.1 13.1 14 12 14S10 13.1 10 12 10.9 10 12 10 14 10.9 14 12M7 10C5.9 10 5 10.9 5 12S5.9 14 7 14 9 13.1 9 12 8.1 10 7 10M17 10C15.9 10 15 10.9 15 12S15.9 14 17 14 19 13.1 19 12 18.1 10 17 10M14.5 6C13.4 6 12.5 6.9 12.5 8S13.4 10 14.5 10 16.5 9.1 16.5 8 15.6 6 14.5 6M9.5 6C8.4 6 7.5 6.9 7.5 8S8.4 10 9.5 10 11.5 9.1 11.5 8 10.6 6 9.5 6M14.5 14C13.4 14 12.5 14.9 12.5 16S13.4 18 14.5 18 16.5 17.1 16.5 16 15.6 14 14.5 14M9.5 14C8.4 14 7.5 14.9 7.5 16S8.4 18 9.5 18 11.5 17.1 11.5 16 10.6 14 9.5 14M12 18C10.9 18 10 18.9 10 20S10.9 22 12 22 14 21.1 14 20 13.1 18 12 18M14.4 2.2L13.6 1C11.4 2 11.2 5.6 11.2 6H12.7C12.8 5.2 13.1 2.7 14.4 2.2Z\" /></svg></li><li title=\"fruit pear \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fruit-pear\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 16C18 19.31 15.31 22 12 22C8.69 22 6 19.31 6 16C6 13 8 13 8 10C8 8.56 8.75 7.22 10 6.5C10.4 6.27 10.82 6.12 11.25 6.04V5C11.25 4.63 11.17 4.42 11.03 4.28C10.9 4.14 10.63 4 10 4V2.5C10.88 2.5 11.6 2.73 12.09 3.22C12.58 3.71 12.75 4.38 12.75 5V6.04C13.18 6.12 13.61 6.27 14 6.5C15.25 7.22 16 8.56 16 10C16 13 18 13 18 16Z\" /></svg></li><li title=\"fruit pineapple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fruit-pineapple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.4 7.7C16.4 6.4 19 7 19 7C17.2 4.6 15.1 4.7 13.6 5.2V5C14.7 3.4 16.9 3.5 16.9 3.5C15.3 2.1 13.9 2.5 13 3C12.5 1.8 12 1 12 1C11.6 1.7 11.3 2.4 11 3.1C10.1 2.5 8.6 2.1 7 3.5C7 3.5 9.3 3.5 10.4 5.2C8.9 4.7 6.8 4.6 5 7C5 7 7.6 6.4 9.6 7.7C7.5 8.9 6 11.7 6 15C6 19.4 8.7 23 12 23S18 19.4 18 15C18 11.7 16.5 8.9 14.4 7.7M15.8 16.8C15.7 17.2 15.6 17.6 15.4 18L14 16L12.5 18L14.1 20.1C13.8 20.3 13.6 20.5 13.3 20.7L12 19L10.7 20.7C10.4 20.6 10.1 20.4 9.9 20.1L11.5 18L10 16L8.5 17.9C8.4 17.5 8.2 17.1 8.1 16.7L9.5 15L8.2 13.2C8.3 12.8 8.4 12.4 8.6 12L10 14L11.5 12L9.9 9.9C10.2 9.7 10.4 9.5 10.7 9.3L12 11L13.3 9.3C13.6 9.4 13.9 9.6 14.1 9.9L12.5 12L14 14L15.5 12.1C15.6 12.5 15.8 12.9 15.9 13.3L14.5 15L15.8 16.8M12 13L13.5 15L12 17L10.5 15L12 13Z\" /></svg></li><li title=\"fruit watermelon \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fruit-watermelon\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.4 16.4C19.8 13 19.8 7.5 16.4 4.2L4.2 16.4C7.5 19.8 13 19.8 16.4 16.4M16 7C16.6 7 17 7.4 17 8C17 8.6 16.6 9 16 9S15 8.6 15 8C15 7.4 15.4 7 16 7M16 11C16.6 11 17 11.4 17 12C17 12.6 16.6 13 16 13S15 12.6 15 12C15 11.4 15.4 11 16 11M12 11C12.6 11 13 11.4 13 12C13 12.6 12.6 13 12 13S11 12.6 11 12C11 11.4 11.4 11 12 11M12 15C12.6 15 13 15.4 13 16C13 16.6 12.6 17 12 17S11 16.6 11 16C11 15.4 11.4 15 12 15M8 17C7.4 17 7 16.6 7 16C7 15.4 7.4 15 8 15S9 15.4 9 16C9 16.6 8.6 17 8 17M18.6 18.6C14 23.2 6.6 23.2 2 18.6L3.4 17.2C7.2 21 13.3 21 17.1 17.2C20.9 13.4 20.9 7.3 17.1 3.5L18.6 2C23.1 6.6 23.1 14 18.6 18.6Z\" /></svg></li><li title=\"fuel cell \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fuel-cell\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6 3V5H4C2.9 5 2 5.9 2 7V17C2 18.1 2.9 19 4 19V20C4 21.1 4.9 22 6 22H7C8.1 22 9 21.1 9 20V19H15V20C15 21.1 15.9 22 17 22H18C19.1 22 20 21.1 20 20V19C21.1 19 22 18.1 22 17H11V5H8V3H6M16 3V5H13V7H22C22 5.9 21.1 5 20 5H18V3H16M7 7V11H9L6 17V13H4L7 7M13 9V11H22V9H13M13 13V15H22V13H13Z\" /></svg></li><li title=\"fuel \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fuel\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,2H6C6.28,2 6.53,2.11 6.71,2.29L8.79,4.38L9.59,3.59C10,3.2 10.5,3 11,3H17C17.5,3 18,3.2 18.41,3.59L19.41,4.59C19.8,5 20,5.5 20,6V19A2,2 0 0,1 18,21H8A2,2 0 0,1 6,19V13L6,12V8C6,7.5 6.2,7 6.59,6.59L7.38,5.79L5.59,4H3V2M11,5V7H17V5H11M11.41,11L9.41,9H8V10.41L10,12.41V15.59L8,17.59V19H9.41L11.41,17H14.59L16.59,19H18V17.59L16,15.59V12.41L18,10.41V9H16.59L14.59,11H11.41M12,13H14V15H12V13Z\" /></svg></li><li title=\"fullscreen exit \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fullscreen-exit\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,14H19V16H16V19H14V14M5,14H10V19H8V16H5V14M8,5H10V10H5V8H8V5M19,8V10H14V5H16V8H19Z\" /></svg></li><li title=\"fullscreen \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fullscreen\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,5H10V7H7V10H5V5M14,5H19V10H17V7H14V5M17,14H19V19H14V17H17V14M10,17V19H5V14H7V17H10Z\" /></svg></li><li title=\"function variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-function-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12.42,5.29C11.32,5.19 10.35,6 10.25,7.11L10,10H12.82V12H9.82L9.38,17.07C9.18,19.27 7.24,20.9 5.04,20.7C3.79,20.59 2.66,19.9 2,18.83L3.5,17.33C3.83,18.38 4.96,18.97 6,18.63C6.78,18.39 7.33,17.7 7.4,16.89L7.82,12H4.82V10H8L8.27,6.93C8.46,4.73 10.39,3.1 12.6,3.28C13.86,3.39 15,4.09 15.66,5.17L14.16,6.67C13.91,5.9 13.23,5.36 12.42,5.29M22,13.65L20.59,12.24L17.76,15.07L14.93,12.24L13.5,13.65L16.35,16.5L13.5,19.31L14.93,20.72L17.76,17.89L20.59,20.72L22,19.31L19.17,16.5L22,13.65Z\" /></svg></li><li title=\"function \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-function\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.6,5.29C14.5,5.19 13.53,6 13.43,7.11L13.18,10H16V12H13L12.56,17.07C12.37,19.27 10.43,20.9 8.23,20.7C6.92,20.59 5.82,19.86 5.17,18.83L6.67,17.33C6.91,18.07 7.57,18.64 8.4,18.71C9.5,18.81 10.47,18 10.57,16.89L11,12H8V10H11.17L11.44,6.93C11.63,4.73 13.57,3.1 15.77,3.3C17.08,3.41 18.18,4.14 18.83,5.17L17.33,6.67C17.09,5.93 16.43,5.36 15.6,5.29Z\" /></svg></li><li title=\"furigana horizontal \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-furigana-horizontal\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8.5 2C7.12 2 6 3.12 6 4.5S7.12 7 8.5 7 11 5.88 11 4.5 9.88 2 8.5 2M15.5 2C14.12 2 13 3.12 13 4.5S14.12 7 15.5 7 18 5.88 18 4.5 16.88 2 15.5 2M11 8V10H5V12H14.95C14.53 13.13 13.5 14.5 12.16 15.67C11.12 14.74 10.35 13.82 9.82 13H7.5C8.08 14.25 9.13 15.62 10.62 16.96L6.55 20.22L5.76 20.84L7 22.41L7.8 21.78L12.17 18.28L16.55 21.78L17.33 22.41L18.58 20.84L17.8 20.22L13.73 16.97C15.34 15.5 16.7 13.85 17.07 12H19V10H13V8H11Z\" /></svg></li><li title=\"furigana vertical \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-furigana-vertical\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8 5V7H2V9H11.95C11.53 10.13 10.5 11.5 9.16 12.67C8.12 11.74 7.35 10.82 6.82 10H4.5C5.08 11.25 6.13 12.62 7.62 13.96L3.55 17.22L2.76 17.84L4 19.41L4.8 18.78L9.17 15.28L13.55 18.78L14.33 19.41L15.58 17.84L14.8 17.22L10.73 13.97C12.34 12.5 13.7 10.85 14.07 9H16V7H10V5H8M19.5 6C18.12 6 17 7.12 17 8.5S18.12 11 19.5 11 22 9.88 22 8.5 20.88 6 19.5 6M19.47 13C18.09 13 16.97 14.12 16.97 15.5S18.09 18 19.47 18 21.97 16.88 21.97 15.5 20.85 13 19.47 13Z\" /></svg></li><li title=\"fuse alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fuse-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6 7V17H13V7H6M9.16 16V12.87H7.41L9.91 8V11.14H11.59L9.16 16M14 2V6H5V2C5 1.45 5.45 1 6 1H13C13.55 1 14 1.45 14 2M14 18V22C14 22.55 13.55 23 13 23H6C5.45 23 5 22.55 5 22V18H14M19 13H17V7H19V13M19 17H17V15H19V17Z\" /></svg></li><li title=\"fuse blade \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fuse-blade\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,21H8L6,19V16H10V21M18,16H14V21H16L18,19V16M3,3V4A1,1 0 0,0 4,5V14A1,1 0 0,0 5,15H19A1,1 0 0,0 20,14V5H20A1,1 0 0,0 21,4V3H3M11.83,13V9.73H10L12.61,4.66V7.93H14.36L11.83,13Z\" /></svg></li><li title=\"fuse off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fuse-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15 11.8L10.2 7H15V11.8M16 6V2C16 1.45 15.55 1 15 1H8C7.45 1 7 1.45 7 2V3.8L9.2 6H16M2.39 1.73L1.11 3L8 9.89V17H15.11L20.84 22.73L22.11 21.46L2.39 1.73M7 22C7 22.55 7.45 23 8 23H15C15.55 23 16 22.55 16 22V18H7V22Z\" /></svg></li><li title=\"fuse \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-fuse\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8,7V17H15V7H8M11.16,16V12.87H9.41L11.91,8V11.14H13.59L11.16,16M16,2V6H7V2A1,1 0 0,1 8,1H15A1,1 0 0,1 16,2M16,18V22A1,1 0 0,1 15,23H8A1,1 0 0,1 7,22V18H16Z\" /></svg></li><li title=\"gamepad circle down \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gamepad-circle-down\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,8A4,4 0 0,1 9,12A4,4 0 0,1 5,16A4,4 0 0,1 1,12A4,4 0 0,1 5,8M12,1A4,4 0 0,1 16,5A4,4 0 0,1 12,9A4,4 0 0,1 8,5A4,4 0 0,1 12,1M12,15A4,4 0 0,1 16,19A4,4 0 0,1 12,23A4,4 0 0,1 8,19A4,4 0 0,1 12,15M19,8A4,4 0 0,1 23,12A4,4 0 0,1 19,16A4,4 0 0,1 15,12A4,4 0 0,1 19,8M12,3A2,2 0 0,0 10,5A2,2 0 0,0 12,7A2,2 0 0,0 14,5A2,2 0 0,0 12,3M5,10A2,2 0 0,0 3,12A2,2 0 0,0 5,14A2,2 0 0,0 7,12A2,2 0 0,0 5,10M19,10A2,2 0 0,0 17,12A2,2 0 0,0 19,14A2,2 0 0,0 21,12A2,2 0 0,0 19,10Z\" /></svg></li><li title=\"gamepad circle left \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gamepad-circle-left\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,8A4,4 0 0,1 9,12A4,4 0 0,1 5,16A4,4 0 0,1 1,12A4,4 0 0,1 5,8M12,1A4,4 0 0,1 16,5A4,4 0 0,1 12,9A4,4 0 0,1 8,5A4,4 0 0,1 12,1M12,15A4,4 0 0,1 16,19A4,4 0 0,1 12,23A4,4 0 0,1 8,19A4,4 0 0,1 12,15M19,8A4,4 0 0,1 23,12A4,4 0 0,1 19,16A4,4 0 0,1 15,12A4,4 0 0,1 19,8M19,10A2,2 0 0,0 17,12A2,2 0 0,0 19,14A2,2 0 0,0 21,12A2,2 0 0,0 19,10M12,17A2,2 0 0,0 10,19A2,2 0 0,0 12,21A2,2 0 0,0 14,19A2,2 0 0,0 12,17M12,3A2,2 0 0,0 10,5A2,2 0 0,0 12,7A2,2 0 0,0 14,5A2,2 0 0,0 12,3Z\" /></svg></li><li title=\"gamepad circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gamepad-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,8A4,4 0 0,1 9,12A4,4 0 0,1 5,16A4,4 0 0,1 1,12A4,4 0 0,1 5,8M5,10A2,2 0 0,0 3,12A2,2 0 0,0 5,14A2,2 0 0,0 7,12A2,2 0 0,0 5,10M12,1A4,4 0 0,1 16,5A4,4 0 0,1 12,9A4,4 0 0,1 8,5A4,4 0 0,1 12,1M12,3A2,2 0 0,0 10,5A2,2 0 0,0 12,7A2,2 0 0,0 14,5A2,2 0 0,0 12,3M12,15A4,4 0 0,1 16,19A4,4 0 0,1 12,23A4,4 0 0,1 8,19A4,4 0 0,1 12,15M12,17A2,2 0 0,0 10,19A2,2 0 0,0 12,21A2,2 0 0,0 14,19A2,2 0 0,0 12,17M19,8A4,4 0 0,1 23,12A4,4 0 0,1 19,16A4,4 0 0,1 15,12A4,4 0 0,1 19,8M19,10A2,2 0 0,0 17,12A2,2 0 0,0 19,14A2,2 0 0,0 21,12A2,2 0 0,0 19,10Z\" /></svg></li><li title=\"gamepad circle right \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gamepad-circle-right\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,8A4,4 0 0,1 9,12A4,4 0 0,1 5,16A4,4 0 0,1 1,12A4,4 0 0,1 5,8M12,1A4,4 0 0,1 16,5A4,4 0 0,1 12,9A4,4 0 0,1 8,5A4,4 0 0,1 12,1M12,15A4,4 0 0,1 16,19A4,4 0 0,1 12,23A4,4 0 0,1 8,19A4,4 0 0,1 12,15M19,8A4,4 0 0,1 23,12A4,4 0 0,1 19,16A4,4 0 0,1 15,12A4,4 0 0,1 19,8M12,3A2,2 0 0,0 10,5A2,2 0 0,0 12,7A2,2 0 0,0 14,5A2,2 0 0,0 12,3M5,10A2,2 0 0,0 3,12A2,2 0 0,0 5,14A2,2 0 0,0 7,12A2,2 0 0,0 5,10M12,17A2,2 0 0,0 10,19A2,2 0 0,0 12,21A2,2 0 0,0 14,19A2,2 0 0,0 12,17Z\" /></svg></li><li title=\"gamepad circle up \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gamepad-circle-up\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,8A4,4 0 0,1 9,12A4,4 0 0,1 5,16A4,4 0 0,1 1,12A4,4 0 0,1 5,8M12,1A4,4 0 0,1 16,5A4,4 0 0,1 12,9A4,4 0 0,1 8,5A4,4 0 0,1 12,1M12,15A4,4 0 0,1 16,19A4,4 0 0,1 12,23A4,4 0 0,1 8,19A4,4 0 0,1 12,15M19,8A4,4 0 0,1 23,12A4,4 0 0,1 19,16A4,4 0 0,1 15,12A4,4 0 0,1 19,8M5,10A2,2 0 0,0 3,12A2,2 0 0,0 5,14A2,2 0 0,0 7,12A2,2 0 0,0 5,10M19,10A2,2 0 0,0 17,12A2,2 0 0,0 19,14A2,2 0 0,0 21,12A2,2 0 0,0 19,10M12,17A2,2 0 0,0 10,19A2,2 0 0,0 12,21A2,2 0 0,0 14,19A2,2 0 0,0 12,17Z\" /></svg></li><li title=\"gamepad circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gamepad-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,8A4,4 0 0,1 9,12A4,4 0 0,1 5,16A4,4 0 0,1 1,12A4,4 0 0,1 5,8M12,1A4,4 0 0,1 16,5A4,4 0 0,1 12,9A4,4 0 0,1 8,5A4,4 0 0,1 12,1M12,15A4,4 0 0,1 16,19A4,4 0 0,1 12,23A4,4 0 0,1 8,19A4,4 0 0,1 12,15M19,8A4,4 0 0,1 23,12A4,4 0 0,1 19,16A4,4 0 0,1 15,12A4,4 0 0,1 19,8Z\" /></svg></li><li title=\"gamepad down \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gamepad-down\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,2V7.5L12,10.5L15,7.5V2H9M2,9V15H7.5L10.5,12L7.5,9H2M16.5,9L13.5,12L16.5,15H22V9H16.5M12,13.5L9,16.5V22H15V16.5L12,13.5M11,18H13V20H11V18Z\" /></svg></li><li title=\"gamepad left \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gamepad-left\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,2V7.5L12,10.5L15,7.5V2H9M2,9V15H7.5L10.5,12L7.5,9H2M16.5,9L13.5,12L16.5,15H22V9H16.5M4,11H6V13H4V11M12,13.5L9,16.5V22H15V16.5L12,13.5Z\" /></svg></li><li title=\"gamepad outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gamepad-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.5 9H2V15H7.5L10.5 12L7.5 9M6 13H4V11H6V13M15 7.5V2H9V7.5L12 10.5L15 7.5M11 4H13V6H11V4M9 16.5V22H15V16.5L12 13.5L9 16.5M13 20H11V18H13V20M16.5 9L13.5 12L16.5 15H22V9H16.5M20 13H18V11H20V13Z\" /></svg></li><li title=\"gamepad right \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gamepad-right\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,2V7.5L12,10.5L15,7.5V2H9M2,9V15H7.5L10.5,12L7.5,9H2M16.5,9L13.5,12L16.5,15H22V9H16.5M18,11H20V13H18V11M12,13.5L9,16.5V22H15V16.5L12,13.5Z\" /></svg></li><li title=\"gamepad round down \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gamepad-round-down\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,8H8V4A2,2 0 0,1 10,2H14A2,2 0 0,1 16,4V8H20A2,2 0 0,1 22,10V14A2,2 0 0,1 20,16H16V20A2,2 0 0,1 14,22H10A2,2 0 0,1 8,20V16H4A2,2 0 0,1 2,14V10A2,2 0 0,1 4,8M10,16V20H14V16H10Z\" /></svg></li><li title=\"gamepad round left \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gamepad-round-left\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,8H8V4A2,2 0 0,1 10,2H14A2,2 0 0,1 16,4V8H20A2,2 0 0,1 22,10V14A2,2 0 0,1 20,16H16V20A2,2 0 0,1 14,22H10A2,2 0 0,1 8,20V16H4A2,2 0 0,1 2,14V10A2,2 0 0,1 4,8M4,10V14H8V10H4Z\" /></svg></li><li title=\"gamepad round outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gamepad-round-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,8H8V4A2,2 0 0,1 10,2H14A2,2 0 0,1 16,4V8H20A2,2 0 0,1 22,10V14A2,2 0 0,1 20,16H16V20A2,2 0 0,1 14,22H10A2,2 0 0,1 8,20V16H4A2,2 0 0,1 2,14V10A2,2 0 0,1 4,8M4,10V14H10V20H14V14H20V10H14V4H10V10H4Z\" /></svg></li><li title=\"gamepad round right \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gamepad-round-right\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,8H8V4A2,2 0 0,1 10,2H14A2,2 0 0,1 16,4V8H20A2,2 0 0,1 22,10V14A2,2 0 0,1 20,16H16V20A2,2 0 0,1 14,22H10A2,2 0 0,1 8,20V16H4A2,2 0 0,1 2,14V10A2,2 0 0,1 4,8M16,10V14H20V10H16Z\" /></svg></li><li title=\"gamepad round up \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gamepad-round-up\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,8H8V4A2,2 0 0,1 10,2H14A2,2 0 0,1 16,4V8H20A2,2 0 0,1 22,10V14A2,2 0 0,1 20,16H16V20A2,2 0 0,1 14,22H10A2,2 0 0,1 8,20V16H4A2,2 0 0,1 2,14V10A2,2 0 0,1 4,8M10,4V8H14V4H10Z\" /></svg></li><li title=\"gamepad round \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gamepad-round\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,8H8V4A2,2 0 0,1 10,2H14A2,2 0 0,1 16,4V8H20A2,2 0 0,1 22,10V14A2,2 0 0,1 20,16H16V20A2,2 0 0,1 14,22H10A2,2 0 0,1 8,20V16H4A2,2 0 0,1 2,14V10A2,2 0 0,1 4,8Z\" /></svg></li><li title=\"gamepad square outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gamepad-square-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,6H3A2,2 0 0,0 1,8V16A2,2 0 0,0 3,18H21A2,2 0 0,0 23,16V8A2,2 0 0,0 21,6M21,16H3V8H21M6,15H8V13H10V11H8V9H6V11H4V13H6M14.5,12A1.5,1.5 0 0,1 16,13.5A1.5,1.5 0 0,1 14.5,15A1.5,1.5 0 0,1 13,13.5A1.5,1.5 0 0,1 14.5,12M18.5,9A1.5,1.5 0 0,1 20,10.5A1.5,1.5 0 0,1 18.5,12A1.5,1.5 0 0,1 17,10.5A1.5,1.5 0 0,1 18.5,9Z\" /></svg></li><li title=\"gamepad square \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gamepad-square\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,6H3A2,2 0 0,0 1,8V16A2,2 0 0,0 3,18H21A2,2 0 0,0 23,16V8A2,2 0 0,0 21,6M11,13H8V16H6V13H3V11H6V8H8V11H11M15.5,15A1.5,1.5 0 0,1 14,13.5A1.5,1.5 0 0,1 15.5,12A1.5,1.5 0 0,1 17,13.5A1.5,1.5 0 0,1 15.5,15M19.5,12A1.5,1.5 0 0,1 18,10.5A1.5,1.5 0 0,1 19.5,9A1.5,1.5 0 0,1 21,10.5A1.5,1.5 0 0,1 19.5,12Z\" /></svg></li><li title=\"gamepad up \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gamepad-up\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,2V7.5L12,10.5L15,7.5V2H9M11,4H13V6H11V4M2,9V15H7.5L10.5,12L7.5,9H2M16.5,9L13.5,12L16.5,15H22V9H16.5M12,13.5L9,16.5V22H15V16.5L12,13.5Z\" /></svg></li><li title=\"gamepad variant outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gamepad-variant-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,9H8V11H10V13H8V15H6V13H4V11H6V9M18.5,9A1.5,1.5 0 0,1 20,10.5A1.5,1.5 0 0,1 18.5,12A1.5,1.5 0 0,1 17,10.5A1.5,1.5 0 0,1 18.5,9M15.5,12A1.5,1.5 0 0,1 17,13.5A1.5,1.5 0 0,1 15.5,15A1.5,1.5 0 0,1 14,13.5A1.5,1.5 0 0,1 15.5,12M17,5A7,7 0 0,1 24,12A7,7 0 0,1 17,19C15.04,19 13.27,18.2 12,16.9C10.73,18.2 8.96,19 7,19A7,7 0 0,1 0,12A7,7 0 0,1 7,5H17M7,7A5,5 0 0,0 2,12A5,5 0 0,0 7,17C8.64,17 10.09,16.21 11,15H13C13.91,16.21 15.36,17 17,17A5,5 0 0,0 22,12A5,5 0 0,0 17,7H7Z\" /></svg></li><li title=\"gamepad variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gamepad-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7,6H17A6,6 0 0,1 23,12A6,6 0 0,1 17,18C15.22,18 13.63,17.23 12.53,16H11.47C10.37,17.23 8.78,18 7,18A6,6 0 0,1 1,12A6,6 0 0,1 7,6M6,9V11H4V13H6V15H8V13H10V11H8V9H6M15.5,12A1.5,1.5 0 0,0 14,13.5A1.5,1.5 0 0,0 15.5,15A1.5,1.5 0 0,0 17,13.5A1.5,1.5 0 0,0 15.5,12M18.5,9A1.5,1.5 0 0,0 17,10.5A1.5,1.5 0 0,0 18.5,12A1.5,1.5 0 0,0 20,10.5A1.5,1.5 0 0,0 18.5,9Z\" /></svg></li><li title=\"gamepad \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gamepad\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.5,9L13.5,12L16.5,15H22V9M9,16.5V22H15V16.5L12,13.5M7.5,9H2V15H7.5L10.5,12M15,7.5V2H9V7.5L12,10.5L15,7.5Z\" /></svg></li><li title=\"gamma \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gamma\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.76 19C12.92 19 13.58 18 13.58 16.29C13.58 15.2 13.5 13.88 13.3 12.67L18 5H15.28L12.71 9.82L12.55 9.33C11.83 7.19 10.82 5 8.68 5C8 5 7.45 5.18 7 5.54C6 6.39 6 8 6 8.5H6.91C6.97 8.06 7.21 6.83 8.25 6.83C10 6.83 10.8 10 11.4 12.42C10.5 14.58 10 16.14 10 16.97C10 17.95 10.56 19 11.76 19\" /></svg></li><li title=\"gantry crane \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gantry-crane\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,6H22V4H21V3H18V4H6V3H3V4H2V6H3V20H2V22H7V20H6V6H11V7H11.5V10.62C11,10.79 10.69,11.25 10.69,11.76C10.69,12.2 10.92,12.6 11.3,12.82V14H11.92C12.26,14 12.54,14.27 12.55,14.61C12.55,14.96 12.28,15.24 11.93,15.24C11.71,15.24 11.5,15.12 11.39,14.93C11.22,14.64 10.84,14.54 10.55,14.71C10.26,14.87 10.15,15.25 10.32,15.55C10.65,16.12 11.26,16.47 11.92,16.47C12.94,16.46 13.76,15.62 13.75,14.6C13.74,13.83 13.26,13.14 12.53,12.88V12.82C13.12,12.5 13.34,11.78 13.03,11.2C12.92,11 12.74,10.81 12.53,10.7V7H13V6H18V20H17V22H22V20H21V6M5,15.29V16.71L4,17.71V16.29L5,15.29M4,20V19.24L5,18.24V19.66L4.66,20H4M4,7.29L5,6.29V7.71L4,8.71V7.29M4,10.29L5,9.29V10.71L4,11.71V10.29M4,13.29L5,12.29V13.71L4,14.71V13.24L4,13.29M20,15.29V16.71L19,17.71V16.29L20,15.29M19,20V19.24L20,18.24V19.66L19.66,20H19M19,7.29L20,6.29V7.71L19,8.71V7.29M19,10.29L20,9.29V10.71L19,11.71V10.29M19,13.29L20,12.29V13.71L19,14.71V13.24L19,13.29Z\" /></svg></li><li title=\"garage alert variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-garage-alert-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 9V20H18V11H2V20H0V9L10 5L20 9M17 12H3V14H17V12M17 15H3V17H17V15M22 15V10H24V15H22M22 19V17H24V19H22Z\" /></svg></li><li title=\"garage alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-garage-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,20H15V11H5V20H3V9L10,5L17,9V20M6,12H14V14H6V12M6,15H14V17H6V15M19,15V10H21V15H19M19,19V17H21V19H19Z\" /></svg></li><li title=\"garage lock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-garage-lock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.8 16V14.5C20.8 13.1 19.4 12 18 12S15.2 13.1 15.2 14.5V16C14.6 16 14 16.6 14 17.2V20.7C14 21.4 14.6 22 15.2 22H20.7C21.4 22 22 21.4 22 20.8V17.3C22 16.6 21.4 16 20.8 16M19.5 16H16.5V14.5C16.5 13.7 17.2 13.2 18 13.2S19.5 13.7 19.5 14.5V16M5 12H13V14H5V12M5 15H12.95C12.42 15.54 12.08 16.24 12 17H5V15M12 20H5V18H12V20M14 11H4V20H2V9L9 5L16 9V10.44C15.19 10.8 14.5 11.36 14 12.06V11Z\" /></svg></li><li title=\"garage open variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-garage-open-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 9V20H20V11H4V20H2V9L12 5L22 9M19 12H5V14H19V12Z\" /></svg></li><li title=\"garage open \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-garage-open\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,20H17V11H7V20H5V9L12,5L19,9V20M8,12H16V14H8V12Z\" /></svg></li><li title=\"garage variant lock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-garage-variant-lock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.8 16V14.5C21.8 13.1 20.4 12 19 12S16.2 13.1 16.2 14.5V16C15.6 16 15 16.6 15 17.2V20.7C15 21.4 15.6 22 16.2 22H21.7C22.4 22 23 21.4 23 20.8V17.3C23 16.6 22.4 16 21.8 16M20.5 16H17.5V14.5C17.5 13.7 18.2 13.2 19 13.2S20.5 13.7 20.5 14.5V16M5 12H15.04C14.61 12.59 14.35 13.27 14.26 14H5V12M16.06 11H4V20H2V9L12 5L22 9V11.04C21.17 10.4 20.13 10 19 10C17.9 10 16.88 10.39 16.06 11M13 20H5V18H13V20M5 15H13.95C13.42 15.54 13.08 16.24 13 17H5V15Z\" /></svg></li><li title=\"garage variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-garage-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 9V20H20V11H4V20H2V9L12 5L22 9M19 12H5V14H19V12M19 18H5V20H19V18M19 15H5V17H19V15Z\" /></svg></li><li title=\"garage \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-garage\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,20H17V11H7V20H5V9L12,5L19,9V20M8,12H16V14H8V12M8,15H16V17H8V15M16,18V20H8V18H16Z\" /></svg></li><li title=\"gas cylinder \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gas-cylinder\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,9V14L16,20A2,2 0 0,1 14,22H10A2,2 0 0,1 8,20V14L8,9C8,7.14 9.27,5.57 11,5.13V4H9V2H15V4H13V5.13C14.73,5.57 16,7.14 16,9Z\" /></svg></li><li title=\"gas station off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gas-station-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M1 4.27L2.28 3L6 6.72L21 21.72L19.73 23L17.72 21C16.56 20.85 15.65 19.94 15.5 18.78L14 17.27V21H4V7.27L1 4.27M19.77 7.23C20.22 7.68 20.5 8.31 20.5 9L20.5 18.67L19 17.18V11.29C18.69 11.42 18.36 11.5 18 11.5C16.62 11.5 15.5 10.38 15.5 9C15.5 7.93 16.17 7.03 17.11 6.67L15 4.56L16.06 3.5L19.78 7.22L19.77 7.23M11.82 10H12V5H6.82L5.06 3.24C5.34 3.09 5.66 3 6 3H12C13.1 3 14 3.9 14 5V12H15C16.1 12 17 12.9 17 14V15.18L11.82 10M6 10H6.73L6 9.27V10M6 12V19H12V15.27L8.73 12H6M18 10C18.55 10 19 9.55 19 9C19 8.45 18.55 8 18 8C17.45 8 17 8.45 17 9C17 9.55 17.45 10 18 10Z\" /></svg></li><li title=\"gas station off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gas-station-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M1 4.27L2.28 3L21 21.72L19.73 23L17.71 21C16.56 20.85 15.65 19.94 15.5 18.78L14 17.27V21H4V7.27L1 4.27M18 10C18.55 10 19 9.55 19 9C19 8.45 18.55 8 18 8C17.45 8 17 8.45 17 9C17 9.55 17.45 10 18 10M12 10V5H6.82L5.06 3.23C5.34 3.08 5.66 3 6 3H12C13.1 3 14 3.89 14 5V12H15C16.1 12 17 12.89 17 14V15.18L11.82 10H12M6 10H6.73L6 9.27V10M19.77 7.23C20.22 7.68 20.5 8.31 20.5 9L20.5 18.67L19 17.18V11.29C18.69 11.42 18.36 11.5 18 11.5C16.62 11.5 15.5 10.38 15.5 9C15.5 7.93 16.17 7.03 17.11 6.67L15 4.56L16.06 3.5L19.78 7.22L19.77 7.23Z\" /></svg></li><li title=\"gas station outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gas-station-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.77,7.23L19.78,7.22L16.06,3.5L15,4.56L17.11,6.67C16.17,7.03 15.5,7.93 15.5,9A2.5,2.5 0 0,0 18,11.5C18.36,11.5 18.69,11.42 19,11.29V18.5A1,1 0 0,1 18,19.5A1,1 0 0,1 17,18.5V14A2,2 0 0,0 15,12H14V5A2,2 0 0,0 12,3H6A2,2 0 0,0 4,5V21H14V13.5H15.5V18.5A2.5,2.5 0 0,0 18,21A2.5,2.5 0 0,0 20.5,18.5V9C20.5,8.31 20.22,7.68 19.77,7.23M12,13.5V19H6V12H12V13.5M12,10H6V5H12V10M18,10A1,1 0 0,1 17,9A1,1 0 0,1 18,8A1,1 0 0,1 19,9A1,1 0 0,1 18,10Z\" /></svg></li><li title=\"gas station \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gas-station\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18,10A1,1 0 0,1 17,9A1,1 0 0,1 18,8A1,1 0 0,1 19,9A1,1 0 0,1 18,10M12,10H6V5H12M19.77,7.23L19.78,7.22L16.06,3.5L15,4.56L17.11,6.67C16.17,7 15.5,7.93 15.5,9A2.5,2.5 0 0,0 18,11.5C18.36,11.5 18.69,11.42 19,11.29V18.5A1,1 0 0,1 18,19.5A1,1 0 0,1 17,18.5V14C17,12.89 16.1,12 15,12H14V5C14,3.89 13.1,3 12,3H6C4.89,3 4,3.89 4,5V21H14V13.5H15.5V18.5A2.5,2.5 0 0,0 18,21A2.5,2.5 0 0,0 20.5,18.5V9C20.5,8.31 20.22,7.68 19.77,7.23Z\" /></svg></li><li title=\"gate alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gate-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 17H19V19H21V17M21 9H19V15H21V9M17 13V11H15V6H13V11H11V6H9V11H7V7H5V11H3V9H1V21H3V19H5V21H7V19H9V21H11V19H13V21H15V19H17V17H15V13H17M5 17H3V13H5V17M9 17H7V13H9V17M13 17H11V13H13V17Z\" /></svg></li><li title=\"gate and \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gate-and\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,4V20H14A8,8 0 0,0 22,12A8,8 0 0,0 14,4H2M4,6H14A6,6 0 0,1 20,12A6,6 0 0,1 14,18H4V6Z\" /></svg></li><li title=\"gate arrow left \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gate-arrow-left\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9 6H7V11H5V6H3V11H2V13H3V14.81C3.62 14.45 4.3 14.21 5 14.09V13H7V14.09C7.7 14.21 8.38 14.45 9 14.81V13H11V16.69C11.65 17.67 12 18.82 12 20C12 20.34 11.97 20.67 11.91 21H13V19H15V21H17V9H15V11H13V7H11V11H9V6M15 13V17H13V13H15M2 20L5 23V21H9V19H5V17L2 20Z\" /></svg></li><li title=\"gate arrow right \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gate-arrow-right\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15 6V11H13V7H11V11H9V9H7V21H9V19H11V21H12.09C12.03 20.67 12 20.34 12 20C12 18.82 12.35 17.67 13 16.69V13H15V14.81C15.62 14.45 16.3 14.21 17 14.09V13H19V14.09C19.7 14.21 20.38 14.45 21 14.81V13H22V11H21V6H19V11H17V6H15M9 13H11V17H9V13M19 17V19H15V21H19V23L22 20L19 17Z\" /></svg></li><li title=\"gate nand \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gate-nand\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,4V20H10C13.43,20 16.5,17.84 17.6,14.6C18,14.8 18.5,15 19,15A3,3 0 0,0 22,12A3,3 0 0,0 19,9C18.5,9 18.03,9.15 17.6,9.4C16.5,6.16 13.43,4 10,4H2M4,6H10A6,6 0 0,1 16,12A6,6 0 0,1 10,18H4V6M19,11C19.5,11 20,11.5 20,12C20,12.5 19.5,13 19,13A1,1 0 0,1 18,12C18,11.5 18.5,11 19,11Z\" /></svg></li><li title=\"gate nor \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gate-nor\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,4C5,10 5,14 2,20H5C9.4,20 13,17.7 16.6,13.7C17.15,14.5 18.04,15 19,15A3,3 0 0,0 22,12A3,3 0 0,0 19,9C18.04,9 17.15,9.5 16.6,10.3C13,6.3 9.4,4 5,4H2M5,6C8.8,6 12,8.1 15.3,12C12,15.9 8.8,18 5,18C6.5,14 6.5,10 5,6M19,11C19.5,11 20,11.5 20,12C20,12.5 19.5,13 19,13A1,1 0 0,1 18,12C18,11.5 18.5,11 19,11Z\" /></svg></li><li title=\"gate not \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gate-not\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,4V20L16.2,13C16.62,14.19 17.74,15 19,15A3,3 0 0,0 22,12A3,3 0 0,0 19,9C17.74,9 16.62,9.81 16.2,11L2,4M4,7.3L13.7,12L4,16.7V7.3M19,11C19.5,11 20,11.5 20,12C20,12.5 19.5,13 19,13A1,1 0 0,1 18,12C18,11.5 18.5,11 19,11Z\" /></svg></li><li title=\"gate open \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gate-open\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7 21V7H5V11H3V9H1V21H3V19H5V21H7M3 17V13H5V17H3M21 9V11H19V7H17V21H19V19H21V21H23V9H21M21 17H19V13H21V17Z\" /></svg></li><li title=\"gate or \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gate-or\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,4C5,10 5,14 2,20H8C13,20 19,16 22,12C19,8 13,4 8,4H2M5,6H8C11.5,6 16.3,9 19.3,12C16.3,15 11.5,18 8,18H5C6.4,13.9 6.4,10.1 5,6Z\" /></svg></li><li title=\"gate xnor \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gate-xnor\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,4C5,10 5,14 2,20H4C7,14 7,10 4.1,4H2M6,4C9,10 9,14 6,20H9C12.2,20 14.8,16.8 16.7,14C17.28,14.65 18.12,15 19,15A3,3 0 0,0 22,12A3,3 0 0,0 19,9C18.12,9 17.28,9.35 16.7,10C14.7,7.2 12.2,4 9,4H6M9,6C12,6 14,10 15.5,12C14,14 12,18 9,18C10.6,14 10.6,10 9,6M19,11C19.5,11 20,11.5 20,12C20,12.5 19.5,13 19,13A1,1 0 0,1 18,12C18,11.5 18.5,11 19,11Z\" /></svg></li><li title=\"gate xor \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gate-xor\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,4C5,10 5,14 2,20H4C7,14 7,10 4.1,4H2M6,4C9,10 9,14 6,20H9C14,20 18,17 22,12C18,7 14,4 9,4H6M9,6C12.8,6 16,8.1 19.3,12C15.9,15.9 12.8,18 9,18C10.5,14 10.5,10 9,6Z\" /></svg></li><li title=\"gate \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gate\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9 6V11H7V7H5V11H3V9H1V21H3V19H5V21H7V19H9V21H11V19H13V21H15V19H17V21H19V19H21V21H23V9H21V11H19V7H17V11H15V6H13V11H11V6H9M3 13H5V17H3V13M7 13H9V17H7V13M11 13H13V17H11V13M15 13H17V17H15V13M19 13H21V17H19V13Z\" /></svg></li><li title=\"gatsby \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gatsby\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4C8.27,4 5.14,6.55 4.25,10L14,19.75C17.45,18.86 20,15.73 20,12H14.75V13.5H18.2C17.71,15.54 16.24,17.19 14.31,17.94L6.06,9.69C7,7.31 9.3,5.63 12,5.63C14.13,5.63 16,6.67 17.18,8.28L18.41,7.22C16.95,5.26 14.63,4 12,4M4,12A8,8 0 0,0 12,20C12.04,20 12.09,20 4,12Z\" /></svg></li><li title=\"gauge empty \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gauge-empty\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12C4,14.4 5,16.5 6.7,18C8.1,16.7 10,16 12,16C14,16 15.8,16.7 17.3,18C19,16.5 20,14.4 20,12A8,8 0 0,0 12,4M14,6A1,1 0 0,1 15,7A1,1 0 0,1 14,8A1,1 0 0,1 13,7A1,1 0 0,1 14,6M10,6A1,1 0 0,1 11,7A1,1 0 0,1 10,8A1,1 0 0,1 9,7A1,1 0 0,1 10,6M6.91,8.94C7.04,8.94 7.16,8.97 7.3,9L10.5,10.32L10.77,10.43C11.33,10 12.09,9.88 12.75,10.15C13.77,10.56 14.27,11.73 13.85,12.75C13.44,13.77 12.27,14.27 11.25,13.85C10.59,13.59 10.12,13 10,12.28L9.77,12.18L6.55,10.88L6.53,10.87C6,10.66 5.77,10.08 5.97,9.56C6.13,9.18 6.5,8.93 6.91,8.94V8.94M17,9A1,1 0 0,1 18,10A1,1 0 0,1 17,11A1,1 0 0,1 16,10A1,1 0 0,1 17,9Z\" /></svg></li><li title=\"gauge full \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gauge-full\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M12,4A8,8 0 0,1 20,12C20,14.4 19,16.5 17.3,18C15.9,16.7 14,16 12,16C10,16 8.2,16.7 6.7,18C5,16.5 4,14.4 4,12A8,8 0 0,1 12,4M10,6A1,1 0 0,0 9,7A1,1 0 0,0 10,8A1,1 0 0,0 11,7A1,1 0 0,0 10,6M14,6A1,1 0 0,0 13,7A1,1 0 0,0 14,8A1,1 0 0,0 15,7A1,1 0 0,0 14,6M17.09,8.94C16.96,8.94 16.84,8.97 16.7,9L13.5,10.32L13.23,10.43C12.67,10 11.91,9.88 11.25,10.15C10.23,10.56 9.73,11.73 10.15,12.75C10.56,13.77 11.73,14.27 12.75,13.85C13.41,13.59 13.88,13 14,12.28L14.23,12.18L17.45,10.88L17.47,10.87C18,10.66 18.23,10.08 18.03,9.56C17.87,9.18 17.5,8.93 17.09,8.94M7,9A1,1 0 0,0 6,10A1,1 0 0,0 7,11A1,1 0 0,0 8,10A1,1 0 0,0 7,9Z\" /></svg></li><li title=\"gauge low \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gauge-low\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12C4,14.4 5,16.5 6.7,18C8.1,16.7 10,16 12,16C14,16 15.8,16.7 17.3,18C19,16.5 20,14.4 20,12A8,8 0 0,0 12,4M10,5.89C10.38,5.9 10.74,6.15 10.9,6.54L12.19,9.77L12.29,10C13,10.13 13.59,10.6 13.86,11.26C14.27,12.29 13.77,13.45 12.74,13.86C11.71,14.27 10.55,13.77 10.14,12.74C9.88,12.08 10,11.32 10.43,10.76L10.33,10.5L9.04,7.29L9.03,7.26C8.83,6.75 9.08,6.17 9.59,5.96C9.72,5.91 9.85,5.89 10,5.89V5.89M14,6A1,1 0 0,1 15,7A1,1 0 0,1 14,8A1,1 0 0,1 13,7A1,1 0 0,1 14,6M17,9A1,1 0 0,1 18,10A1,1 0 0,1 17,11A1,1 0 0,1 16,10A1,1 0 0,1 17,9M7,9A1,1 0 0,1 8,10A1,1 0 0,1 7,11A1,1 0 0,1 6,10A1,1 0 0,1 7,9Z\" /></svg></li><li title=\"gauge \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gauge\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M12,4A8,8 0 0,1 20,12C20,14.4 19,16.5 17.3,18C15.9,16.7 14,16 12,16C10,16 8.2,16.7 6.7,18C5,16.5 4,14.4 4,12A8,8 0 0,1 12,4M14,5.89C13.62,5.9 13.26,6.15 13.1,6.54L11.81,9.77L11.71,10C11,10.13 10.41,10.6 10.14,11.26C9.73,12.29 10.23,13.45 11.26,13.86C12.29,14.27 13.45,13.77 13.86,12.74C14.12,12.08 14,11.32 13.57,10.76L13.67,10.5L14.96,7.29L14.97,7.26C15.17,6.75 14.92,6.17 14.41,5.96C14.28,5.91 14.15,5.89 14,5.89M10,6A1,1 0 0,0 9,7A1,1 0 0,0 10,8A1,1 0 0,0 11,7A1,1 0 0,0 10,6M7,9A1,1 0 0,0 6,10A1,1 0 0,0 7,11A1,1 0 0,0 8,10A1,1 0 0,0 7,9M17,9A1,1 0 0,0 16,10A1,1 0 0,0 17,11A1,1 0 0,0 18,10A1,1 0 0,0 17,9Z\" /></svg></li><li title=\"gavel \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gavel\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2.3,20.28L11.9,10.68L10.5,9.26L9.78,9.97C9.39,10.36 8.76,10.36 8.37,9.97L7.66,9.26C7.27,8.87 7.27,8.24 7.66,7.85L13.32,2.19C13.71,1.8 14.34,1.8 14.73,2.19L15.44,2.9C15.83,3.29 15.83,3.92 15.44,4.31L14.73,5L16.15,6.43C16.54,6.04 17.17,6.04 17.56,6.43C17.95,6.82 17.95,7.46 17.56,7.85L18.97,9.26L19.68,8.55C20.07,8.16 20.71,8.16 21.1,8.55L21.8,9.26C22.19,9.65 22.19,10.29 21.8,10.68L16.15,16.33C15.76,16.72 15.12,16.72 14.73,16.33L14.03,15.63C13.63,15.24 13.63,14.6 14.03,14.21L14.73,13.5L13.32,12.09L3.71,21.7C3.32,22.09 2.69,22.09 2.3,21.7C1.91,21.31 1.91,20.67 2.3,20.28M20,19A2,2 0 0,1 22,21V22H12V21A2,2 0 0,1 14,19H20Z\" /></svg></li><li title=\"gender female \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gender-female\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,4A6,6 0 0,1 18,10C18,12.97 15.84,15.44 13,15.92V18H15V20H13V22H11V20H9V18H11V15.92C8.16,15.44 6,12.97 6,10A6,6 0 0,1 12,4M12,6A4,4 0 0,0 8,10A4,4 0 0,0 12,14A4,4 0 0,0 16,10A4,4 0 0,0 12,6Z\" /></svg></li><li title=\"gender male female variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gender-male-female-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7 3A5 5 0 0 0 9 7A5 5 0 0 0 7 11A5 5 0 0 0 11 15.9V18H9V20H11V22H13V20H15V18H13V15.9A5 5 0 0 0 17 11A5 5 0 0 0 15 7A5 5 0 0 0 17 3H15A3 3 0 0 1 12 6A3 3 0 0 1 9 3M12 8A3 3 0 0 1 15 11A3 3 0 0 1 12 14A3 3 0 0 1 9 11A3 3 0 0 1 12 8Z\" /></svg></li><li title=\"gender male female \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gender-male-female\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17.58,4H14V2H21V9H19V5.41L15.17,9.24C15.69,10.03 16,11 16,12C16,14.42 14.28,16.44 12,16.9V19H14V21H12V23H10V21H8V19H10V16.9C7.72,16.44 6,14.42 6,12A5,5 0 0,1 11,7C12,7 12.96,7.3 13.75,7.83L17.58,4M11,9A3,3 0 0,0 8,12A3,3 0 0,0 11,15A3,3 0 0,0 14,12A3,3 0 0,0 11,9Z\" /></svg></li><li title=\"gender male \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gender-male\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,9C10.29,9 11.5,9.41 12.47,10.11L17.58,5H13V3H21V11H19V6.41L13.89,11.5C14.59,12.5 15,13.7 15,15A6,6 0 0,1 9,21A6,6 0 0,1 3,15A6,6 0 0,1 9,9M9,11A4,4 0 0,0 5,15A4,4 0 0,0 9,19A4,4 0 0,0 13,15A4,4 0 0,0 9,11Z\" /></svg></li><li title=\"gender non binary \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gender-non-binary\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 3H11V5.27L9.04 4.13L8.04 5.87L10 7L8.04 8.13L9.04 9.87L11 8.73V12.1C8.72 12.56 7 14.58 7 17C7 19.76 9.24 22 12 22S17 19.76 17 17C17 14.58 15.28 12.56 13 12.1V8.73L14.96 9.87L15.96 8.13L14 7L15.96 5.87L14.96 4.13L13 5.27V3M12 20C10.35 20 9 18.65 9 17S10.35 14 12 14 15 15.35 15 17 13.65 20 12 20Z\" /></svg></li><li title=\"gender transgender \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gender-transgender\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.58,3H15V1H23V9H21V4.41L16.17,9.24C16.69,10.03 17,11 17,12C17,14.42 15.28,16.44 13,16.9V19H15V21H13V23H11V21H9V19H11V16.9C8.72,16.44 7,14.42 7,12C7,11 7.3,10.04 7.82,9.26L6.64,8.07L5.24,9.46L3.83,8.04L5.23,6.65L3,4.42V8H1V1H8V3H4.41L6.64,5.24L8.08,3.81L9.5,5.23L8.06,6.66L9.23,7.84C10,7.31 11,7 12,7C13,7 13.96,7.3 14.75,7.83L19.58,3M12,9A3,3 0 0,0 9,12A3,3 0 0,0 12,15A3,3 0 0,0 15,12A3,3 0 0,0 12,9Z\" /></svg></li><li title=\"gentoo \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gentoo\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10.28,2C9.93,2 9.57,2.03 9.23,2.1C5.61,2.76 3.06,5.89 2.85,7.96C2.74,8.97 3.29,9.73 3.59,10.06C4.4,10.97 6.03,11.66 7.07,12.23C5.56,13.5 4.87,14.14 4.19,14.86C3.17,15.93 2.45,17.1 2.45,17.95C2.45,18.22 2.4,19.09 2.76,19.77C2.89,20.03 3.27,20.89 4.41,21.53C5.14,21.94 6.17,22.09 7.19,21.95C10.33,21.5 14.54,18.83 17.55,16.35C19.46,14.77 20.86,13.23 21.26,12.5C21.59,11.87 21.63,10.78 21.44,10.09C20.9,8.14 16.53,4.15 12.96,2.55C12.14,2.18 11.2,2 10.28,2M11.34,4.91C11.59,4.91 11.81,4.94 12,5C13.15,5.3 15.08,6.68 14.91,7.94C14.68,9.6 13.23,10.27 11.56,10.03C10.58,9.9 8.63,8.8 8.78,6.89C8.89,5.4 10.3,4.9 11.34,4.91M11.32,6.65C11.05,6.65 10.84,6.71 10.74,6.87C10.27,7.59 10.5,8.09 10.92,8.42C11.07,8.04 12.71,8.45 12.75,8.79C14.17,7.72 12.36,6.66 11.32,6.65Z\" /></svg></li><li title=\"gesture double tap \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gesture-double-tap\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,9A1,1 0 0,1 11,8A1,1 0 0,1 12,9V13.47L13.21,13.6L18.15,15.79C18.68,16.03 19,16.56 19,17.14V21.5C18.97,22.32 18.32,22.97 17.5,23H11C10.62,23 10.26,22.85 10,22.57L5.1,18.37L5.84,17.6C6.03,17.39 6.3,17.28 6.58,17.28H6.8L10,19V9M11,5A4,4 0 0,1 15,9C15,10.5 14.2,11.77 13,12.46V11.24C13.61,10.69 14,9.89 14,9A3,3 0 0,0 11,6A3,3 0 0,0 8,9C8,9.89 8.39,10.69 9,11.24V12.46C7.8,11.77 7,10.5 7,9A4,4 0 0,1 11,5M11,3A6,6 0 0,1 17,9C17,10.7 16.29,12.23 15.16,13.33L14.16,12.88C15.28,11.96 16,10.56 16,9A5,5 0 0,0 11,4A5,5 0 0,0 6,9C6,11.05 7.23,12.81 9,13.58V14.66C6.67,13.83 5,11.61 5,9A6,6 0 0,1 11,3Z\" /></svg></li><li title=\"gesture pinch \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gesture-pinch\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,9A1,1 0 0,1 14,8A1,1 0 0,1 15,9V13.47L16.21,13.6L21.15,15.8C21.67,16.04 22,16.56 22,17.14V21.5C21.97,22.32 21.32,22.97 20.5,23H14C13.62,23 13.26,22.85 13,22.57L8.1,18.37L8.84,17.6C9.03,17.39 9.3,17.28 9.58,17.28H9.8L13,19V9M14,5C15.42,5 16.74,5.76 17.45,7C18.56,8.9 17.91,11.35 16,12.46V11.23C16.64,10.67 17,9.85 17,9A3,3 0 0,0 14,6A3,3 0 0,0 11,9C11,9.85 11.36,10.67 12,11.23V12.46C10.77,11.75 10,10.43 10,9A4,4 0 0,1 14,5M4,9L7,12H5V15H3V12H1L4,9M4,7L1,4H3V1H5V4H7L4,7M9,14C9.73,14 10.41,14.19 11,14.54V15.76C10.47,15.29 9.77,15 9,15A3,3 0 0,0 6,18C6,19 6.5,19.87 7.22,20.42L9.31,22H9A4,4 0 0,1 5,18A4,4 0 0,1 9,14Z\" /></svg></li><li title=\"gesture spread \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gesture-spread\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,1L7,4H5V7H3V4H1L4,1M4,15L1,12H3V9H5V12H7L4,15M13,9A1,1 0 0,1 14,8A1,1 0 0,1 15,9V13.47L16.21,13.6L21.15,15.8C21.67,16.04 22,16.56 22,17.14V21.5C21.97,22.32 21.32,22.97 20.5,23H14C13.62,23 13.26,22.85 13,22.57L8.1,18.37L8.84,17.6C9.03,17.39 9.3,17.28 9.58,17.28H9.8L13,19V9M14,5C15.42,5 16.74,5.76 17.45,7C18.56,8.9 17.91,11.35 16,12.46V11.23C16.64,10.67 17,9.85 17,9A3,3 0 0,0 14,6A3,3 0 0,0 11,9C11,9.85 11.36,10.67 12,11.23V12.46C10.77,11.75 10,10.43 10,9A4,4 0 0,1 14,5M9,14C9.73,14 10.41,14.19 11,14.54V15.76C10.47,15.29 9.77,15 9,15A3,3 0 0,0 6,18C6,19 6.5,19.87 7.22,20.42L9.31,22H9A4,4 0 0,1 5,18A4,4 0 0,1 9,14Z\" /></svg></li><li title=\"gesture swipe down \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gesture-swipe-down\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,9A1,1 0 0,1 11,8A1,1 0 0,1 12,9V13.47L13.21,13.6L18.15,15.79C18.68,16.03 19,16.56 19,17.14V21.5C18.97,22.32 18.32,22.97 17.5,23H11C10.62,23 10.26,22.85 10,22.57L5.1,18.37L5.84,17.6C6.03,17.39 6.3,17.28 6.58,17.28H6.8L10,19V9M1,9L4,12L7,9H5V3H3V9H1Z\" /></svg></li><li title=\"gesture swipe horizontal \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gesture-swipe-horizontal\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,1L3,4L6,7V5H9V7L12,4L9,1V3H6V1M11,8A1,1 0 0,0 10,9V19L6.8,17.28H6.58C6.3,17.28 6.03,17.39 5.84,17.6L5.1,18.37L10,22.57C10.26,22.85 10.62,23 11,23H17.5A1.5,1.5 0 0,0 19,21.5V17.14C19,16.56 18.68,16.03 18.15,15.79L13.21,13.6L12,13.47V9A1,1 0 0,0 11,8Z\" /></svg></li><li title=\"gesture swipe left \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gesture-swipe-left\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,9A1,1 0 0,1 11,8A1,1 0 0,1 12,9V13.47L13.21,13.6L18.15,15.79C18.68,16.03 19,16.56 19,17.14V21.5C18.97,22.32 18.32,22.97 17.5,23H11C10.62,23 10.26,22.85 10,22.57L5.1,18.37L5.84,17.6C6.03,17.39 6.3,17.28 6.58,17.28H6.8L10,19V9M3,4L6,7V5H12V3H6V1L3,4Z\" /></svg></li><li title=\"gesture swipe right \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gesture-swipe-right\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,9A1,1 0 0,1 11,8A1,1 0 0,1 12,9V13.47L13.21,13.6L18.15,15.79C18.68,16.03 19,16.56 19,17.14V21.5C18.97,22.32 18.32,22.97 17.5,23H11C10.62,23 10.26,22.85 10,22.57L5.1,18.37L5.84,17.6C6.03,17.39 6.3,17.28 6.58,17.28H6.8L10,19V9M12,4L9,1V3H3V5H9V7L12,4Z\" /></svg></li><li title=\"gesture swipe up \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gesture-swipe-up\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,9A1,1 0 0,1 11,8A1,1 0 0,1 12,9V13.47L13.21,13.6L18.15,15.79C18.68,16.03 19,16.56 19,17.14V21.5C18.97,22.32 18.32,22.97 17.5,23H11C10.62,23 10.26,22.85 10,22.57L5.1,18.37L5.84,17.6C6.03,17.39 6.3,17.28 6.58,17.28H6.8L10,19V9M7,6L4,3L1,6H3V12H5V6H7Z\" /></svg></li><li title=\"gesture swipe vertical \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gesture-swipe-vertical\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,3L1,6H3V9H1L4,12L7,9H5V6H7L4,3M11,8A1,1 0 0,0 10,9V19L6.8,17.28H6.58C6.3,17.28 6.03,17.39 5.84,17.6L5.1,18.37L10,22.57C10.26,22.85 10.62,23 11,23H17.5A1.5,1.5 0 0,0 19,21.5V17.14C19,16.56 18.68,16.03 18.15,15.79L13.21,13.6L12,13.47V9A1,1 0 0,0 11,8Z\" /></svg></li><li title=\"gesture swipe \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gesture-swipe\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.11,3.89L22,2V7H17L19.08,4.92C18.55,4.23 17.64,3.66 16.36,3.19C15.08,2.72 13.63,2.5 12,2.5C10.38,2.5 8.92,2.72 7.64,3.19C6.36,3.66 5.45,4.23 4.92,4.92L7,7H2V2L3.89,3.89C4.64,3 5.74,2.31 7.2,1.78C8.65,1.25 10.25,1 12,1C13.75,1 15.35,1.25 16.8,1.78C18.26,2.31 19.36,3 20.11,3.89M19.73,16.27V16.45L19,21.7C18.92,22.08 18.76,22.39 18.5,22.64C18.23,22.89 17.91,23 17.53,23H10.73C10.36,23 10,22.86 9.7,22.55L4.73,17.63L5.53,16.83C5.75,16.61 6,16.5 6.33,16.5H6.56L10,17.25V6.5C10,6.11 10.13,5.76 10.43,5.46C10.73,5.16 11.08,5 11.5,5C11.89,5 12.24,5.16 12.54,5.46C12.84,5.76 13,6.11 13,6.5V12.5H13.78C13.88,12.5 14.05,12.55 14.3,12.61L18.84,14.86C19.44,15.14 19.73,15.61 19.73,16.27Z\" /></svg></li><li title=\"gesture tap box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gesture-tap-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 2H4C2.89 2 2 2.89 2 4V20C2 21.11 2.89 22 4 22H20C21.11 22 22 21.11 22 20V4C22 2.89 21.11 2 20 2M11 4C13.21 4 15 5.79 15 8C15 9.5 14.2 10.77 13 11.46V10.24C13.61 9.69 14 8.89 14 8C14 6.34 12.66 5 11 5S8 6.34 8 8C8 8.89 8.39 9.69 9 10.24V11.46C7.8 10.77 7 9.5 7 8C7 5.79 8.79 4 11 4M18 18.5C17.97 19.32 17.32 19.97 16.5 20H11C10.62 20 10.26 19.85 10 19.57L6 15.37L6.74 14.6C6.93 14.39 7.2 14.28 7.5 14.28H7.7L10 16V8C10 7.45 10.45 7 11 7S12 7.45 12 8V12.47L13.21 12.6L17.15 14.79C17.68 15.03 18 15.56 18 16.14V18.5Z\" /></svg></li><li title=\"gesture tap button \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gesture-tap-button\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 5C15.21 5 17 6.79 17 9C17 10.5 16.2 11.77 15 12.46V11.24C15.61 10.69 16 9.89 16 9C16 7.34 14.66 6 13 6S10 7.34 10 9C10 9.89 10.39 10.69 11 11.24V12.46C9.8 11.77 9 10.5 9 9C9 6.79 10.79 5 13 5M20 20.5C19.97 21.32 19.32 21.97 18.5 22H13C12.62 22 12.26 21.85 12 21.57L8 17.37L8.74 16.6C8.93 16.39 9.2 16.28 9.5 16.28H9.7L12 18V9C12 8.45 12.45 8 13 8S14 8.45 14 9V13.47L15.21 13.6L19.15 15.79C19.68 16.03 20 16.56 20 17.14V20.5M20 2H4C2.9 2 2 2.9 2 4V12C2 13.11 2.9 14 4 14H8V12L4 12L4 4H20L20 12H18V14H20V13.96L20.04 14C21.13 14 22 13.09 22 12V4C22 2.9 21.11 2 20 2Z\" /></svg></li><li title=\"gesture tap hold \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gesture-tap-hold\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,9A1,1 0 0,1 11,8A1,1 0 0,1 12,9V13.47L13.21,13.6L18.15,15.79C18.68,16.03 19,16.56 19,17.14V21.5C18.97,22.32 18.32,22.97 17.5,23H11C10.62,23 10.26,22.85 10,22.57L5.1,18.37L5.84,17.6C6.03,17.39 6.3,17.28 6.58,17.28H6.8L10,19V9M9,12.44V9A2,2 0 0,1 11,7A2,2 0 0,1 13,9V12.44C14.19,11.75 15,10.47 15,9A4,4 0 0,0 11,5A4,4 0 0,0 7,9C7,10.47 7.81,11.75 9,12.44Z\" /></svg></li><li title=\"gesture tap \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gesture-tap\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,9A1,1 0 0,1 11,8A1,1 0 0,1 12,9V13.47L13.21,13.6L18.15,15.79C18.68,16.03 19,16.56 19,17.14V21.5C18.97,22.32 18.32,22.97 17.5,23H11C10.62,23 10.26,22.85 10,22.57L5.1,18.37L5.84,17.6C6.03,17.39 6.3,17.28 6.58,17.28H6.8L10,19V9M11,5A4,4 0 0,1 15,9C15,10.5 14.2,11.77 13,12.46V11.24C13.61,10.69 14,9.89 14,9A3,3 0 0,0 11,6A3,3 0 0,0 8,9C8,9.89 8.39,10.69 9,11.24V12.46C7.8,11.77 7,10.5 7,9A4,4 0 0,1 11,5Z\" /></svg></li><li title=\"gesture two double tap \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gesture-two-double-tap\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,15.14V21.5C18.97,22.32 18.32,22.97 17.5,23H11C10.62,23 10.26,22.85 10,22.57L5.1,18.37L5.84,17.6C6.03,17.39 6.3,17.28 6.58,17.28H6.8L10,19V9A1,1 0 0,1 11,8A1,1 0 0,1 12,9V7A1,1 0 0,1 13,6A1,1 0 0,1 14,7V12L18.15,13.84C18.66,14.07 19,14.58 19,15.14M13,3A4,4 0 0,1 17,7C17,8.5 16.2,9.77 15,10.46V9.24C15.61,8.69 16,7.89 16,7A3,3 0 0,0 13,4C11.65,4 10.5,4.9 10.13,6.13C8.9,6.5 8,7.65 8,9C8,9.89 8.39,10.69 9,11.24V12.46C7.8,11.77 7,10.5 7,9C7,7.38 7.97,6 9.35,5.35C10,3.97 11.38,3 13,3M13,1A6,6 0 0,1 19,7C19,9.06 17.96,10.88 16.38,11.96L15.26,11.46C16.89,10.64 18,8.95 18,7A5,5 0 0,0 13,2C11.11,2 9.46,3.05 8.61,4.61C7.05,5.46 6,7.11 6,9C6,11.05 7.23,12.81 9,13.58V14.66C6.67,13.83 5,11.61 5,9C5,6.83 6.15,4.93 7.88,3.88C8.93,2.15 10.83,1 13,1Z\" /></svg></li><li title=\"gesture two tap \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gesture-two-tap\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,15.14V21.5C18.97,22.32 18.32,22.97 17.5,23H11C10.62,23 10.26,22.85 10,22.57L5.1,18.37L5.84,17.6C6.03,17.39 6.3,17.28 6.58,17.28H6.8L10,19V9A1,1 0 0,1 11,8A1,1 0 0,1 12,9V7A1,1 0 0,1 13,6A1,1 0 0,1 14,7V12L18.15,13.84C18.66,14.07 19,14.58 19,15.14M15,10.45V9.24L15,9.23C15.23,9.03 15.42,8.79 15.57,8.54C15.84,8.09 16,7.56 16,7A3,3 0 0,0 13,4C12.21,4 11.5,4.31 10.95,4.81L10.81,4.95C10.68,5.09 10.56,5.24 10.46,5.4C10.36,5.56 10.27,5.74 10.2,5.92C10.17,6 10.15,6.06 10.13,6.13C8.9,6.5 8,7.65 8,9C8,9.7 8.24,10.34 8.64,10.85C8.74,11 8.87,11.11 9,11.23V11.24L9,12.46V12.46C7.8,11.77 7,10.5 7,9C7,7.38 7.97,6 9.35,5.35C10,3.97 11.38,3 13,3A4,4 0 0,1 17,7C17,8.5 16.2,9.77 15,10.46V10.45Z\" /></svg></li><li title=\"gesture \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gesture\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4.59,6.89C5.29,6.18 6,5.54 6.3,5.67C6.8,5.87 6.3,6.7 6,7.19C5.75,7.61 3.14,11.08 3.14,13.5C3.14,14.78 3.62,15.84 4.5,16.5C5.23,17.04 6.22,17.21 7.12,16.94C8.19,16.63 9.07,15.54 10.18,14.17C11.39,12.68 13,10.73 14.26,10.73C15.89,10.73 15.91,11.74 16,12.5C12.24,13.16 10.64,16.19 10.64,17.89C10.64,19.59 12.08,21 13.85,21C15.5,21 18.14,19.65 18.54,14.88H21V12.38H18.53C18.38,10.73 17.44,8.18 14.5,8.18C12.25,8.18 10.32,10.09 9.56,11C9,11.75 7.5,13.5 7.27,13.74C7,14.04 6.59,14.58 6.16,14.58C5.71,14.58 5.44,13.75 5.8,12.66C6.15,11.57 7.2,9.8 7.65,9.14C8.43,8 8.95,7.22 8.95,5.86C8.95,3.69 7.31,3 6.44,3C5.12,3 3.97,4 3.72,4.25C3.36,4.61 3.06,4.91 2.84,5.18L4.59,6.89M13.88,18.55C13.57,18.55 13.14,18.29 13.14,17.83C13.14,17.23 13.87,15.63 16,15.07C15.71,17.76 14.58,18.55 13.88,18.55Z\" /></svg></li><li title=\"ghost off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ghost-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8.29 5.09L6.84 3.64C8.3 2.61 10.08 2 12 2C16.97 2 21 6.03 21 11V17.8L19 15.8V11C19 7.14 15.86 4 12 4C10.63 4 9.36 4.4 8.29 5.09M22.11 21.46L20.84 22.73L17.56 19.45L15 22L12 19L9 22L6 19L3 22V11C3 9.26 3.5 7.63 4.36 6.25L1.11 3L2.39 1.73L6.89 6.23L8.69 8.03H8.69L10.97 10.31V10.31L17.41 16.76L17.42 16.76L21 20.34V20.35L22.11 21.46M16.14 18.03L9.89 11.78C9.62 11.92 9.32 12 9 12C7.9 12 7 11.11 7 10C7 9.68 7.08 9.38 7.22 9.11L5.82 7.71C5.3 8.69 5 9.81 5 11V17.17L6 16.17L7.41 17.59L9 19.17L10.59 17.59L12 16.17L13.41 17.59L15 19.17L16.14 18.03M15 8C13.96 8 13.11 8.8 13 9.82L15.18 12C16.2 11.89 17 11.04 17 10C17 8.9 16.11 8 15 8Z\" /></svg></li><li title=\"ghost off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ghost-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,3.27L3.28,2L22,20.72L20.73,22L17.87,19.13L15,22L12,19L9,22L6,19L3,22V11C3,9.09 3.59,7.33 4.6,5.87L2,3.27M12,2A9,9 0 0,1 21,11V17.18L15.7,11.88C16.46,11.59 17,10.86 17,10A2,2 0 0,0 15,8C14.14,8 13.41,8.54 13.13,9.3L7.2,3.38C8.59,2.5 10.24,2 12,2M7,10A2,2 0 0,0 9,12C9.5,12 9.93,11.83 10.27,11.54L7.46,8.73C7.17,9.07 7,9.5 7,10Z\" /></svg></li><li title=\"ghost outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ghost-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2C7.03 2 3 6.03 3 11V22L6 19L9 22L12 19L15 22L18 19L21 22V11C21 6.03 16.97 2 12 2M19 17.17L18 16.17L16.59 17.59L15 19.17L13.41 17.59L12 16.17L10.59 17.59L9 19.17L7.41 17.59L6 16.17L5 17.17V11C5 7.14 8.14 4 12 4S19 7.14 19 11V17.17M11 10C11 11.11 10.11 12 9 12S7 11.11 7 10 7.9 8 9 8 11 8.9 11 10M17 10C17 11.11 16.11 12 15 12S13 11.11 13 10 13.9 8 15 8 17 8.9 17 10Z\" /></svg></li><li title=\"ghost \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ghost\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A9,9 0 0,0 3,11V22L6,19L9,22L12,19L15,22L18,19L21,22V11A9,9 0 0,0 12,2M9,8A2,2 0 0,1 11,10A2,2 0 0,1 9,12A2,2 0 0,1 7,10A2,2 0 0,1 9,8M15,8A2,2 0 0,1 17,10A2,2 0 0,1 15,12A2,2 0 0,1 13,10A2,2 0 0,1 15,8Z\" /></svg></li><li title=\"gift off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gift-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 6H17.83C17.94 5.69 18 5.35 18 5C18 3.34 16.66 2 15 2C14 2 13.12 2.5 12.57 3.24V3.23L12 4L11.43 3.23V3.24C10.88 2.5 10 2 9 2C7.97 2 7.06 2.5 6.5 3.32L8.03 4.83C8.12 4.36 8.5 4 9 4C9.55 4 10 4.45 10 5C10 5.5 9.64 5.88 9.17 5.97L13 9.8V8H21V10H13.2L15.2 12H20V16.8L22 18.8V12C22.55 12 23 11.55 23 11V8C23 6.9 22.11 6 21 6M15 6C14.45 6 14 5.55 14 5S14.45 4 15 4 16 4.45 16 5 15.55 6 15 6M1.11 3L4.11 6H3C1.9 6 1 6.9 1 8V11C1 11.55 1.45 12 2 12V20C2 21.11 2.9 22 4 22H20C20.03 22 20.07 22 20.1 22L21.56 23.45L22.83 22.18L2.39 1.73L1.11 3M13 14.89L18.11 20H13V14.89M11 12.89V20H4V12H10.11L11 12.89M8.11 10H3V8H6.11L8.11 10Z\" /></svg></li><li title=\"gift off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gift-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M1.11 3L4.14 6.04H3C1.9 6.04 1 6.93 1 8.04V10.04C1 10.59 1.45 11.04 2 11.04H9.15L10.15 12.04H2V20.04C2 21.14 2.9 22.04 4 22.04H20C20.05 22.04 20.09 22.03 20.13 22L21.56 23.45L22.83 22.18L2.39 1.73L1.11 3M11 12.89L13 14.89V20.04H11V12.89M22 12.04V18.8L15.24 12.04H22M21 6.04H17.83C19 2.77 14.6 .455 12.57 3.28L12 4.04L11.43 3.26C10.8 2.37 9.93 2 9.06 1.97C8.06 1.96 7.08 2.5 6.5 3.3L8.04 4.84C8.13 4.38 8.5 4.04 9 4.04C9.89 4.04 10.34 5.12 9.71 5.75C9.56 5.89 9.39 6 9.21 6L11.24 8.04H13V9.8L14.24 11.04H22C22.55 11.04 23 10.59 23 10.04V8.04C23 6.93 22.11 6.04 21 6.04M15.71 5.75C15.08 6.38 14 5.93 14 5.04C14 4.5 14.45 4.04 15 4.04C15.89 4.04 16.34 5.12 15.71 5.75Z\" /></svg></li><li title=\"gift open outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gift-open-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 10.87L19.26 9.28C19.5 9.07 19.73 8.8 19.9 8.5C20.73 7.07 20.24 5.23 18.8 4.4C17.94 3.9 16.93 3.9 16.08 4.26L16.09 4.25L15.21 4.64L15.1 3.68L15.09 3.69C15 2.78 14.47 1.9 13.61 1.4C12.17 .575 10.34 1.07 9.5 2.5C9.33 2.8 9.22 3.13 9.16 3.45L6.41 1.87C5.45 1.32 4.23 1.64 3.68 2.6L2.18 5.2C1.9 5.68 2.07 6.29 2.55 6.56L4.28 7.56L8.5 10H2V20C2 21.11 2.9 22 4 22H20C21.11 22 22 21.11 22 20V14.87L22.73 13.6C23.28 12.64 22.96 11.42 22 10.87M16.44 6.5C16.71 6 17.33 5.86 17.8 6.13C18.28 6.41 18.45 7 18.17 7.5C17.89 8 17.28 8.14 16.8 7.87C16.33 7.59 16.16 7 16.44 6.5M14.07 8.6L21 12.6L20 14.33L13.07 10.33L14.07 8.6M11 20H4V12H11V20M11.34 9.33L4.41 5.33L5.41 3.6L12.34 7.6L11.34 9.33M11.61 4.87C11.13 4.59 10.97 4 11.24 3.5C11.5 3 12.13 2.86 12.61 3.13C13.09 3.41 13.25 4 12.97 4.5C12.7 5 12.09 5.14 11.61 4.87M13 20V12.6L20 16.64V20H13Z\" /></svg></li><li title=\"gift open \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gift-open\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 10.92L19.26 9.33C21.9 7.08 19.25 2.88 16.08 4.31L15.21 4.68L15.1 3.72C15 2.64 14.44 1.87 13.7 1.42C12.06 .467 9.56 1.12 9.16 3.5L6.41 1.92C5.45 1.36 4.23 1.69 3.68 2.65L2.68 4.38C2.4 4.86 2.57 5.47 3.05 5.75L10.84 10.25L12.34 7.65L14.07 8.65L12.57 11.25L20.36 15.75C20.84 16 21.46 15.86 21.73 15.38L22.73 13.65C23.28 12.69 22.96 11.47 22 10.92M12.37 5C11.5 5.25 10.8 4.32 11.24 3.55C11.5 3.07 12.13 2.91 12.61 3.18C13.38 3.63 13.23 4.79 12.37 5M17.56 8C16.7 8.25 16 7.32 16.44 6.55C16.71 6.07 17.33 5.91 17.8 6.18C18.57 6.63 18.42 7.79 17.56 8M20.87 16.88C21.28 16.88 21.67 16.74 22 16.5V20C22 21.11 21.11 22 20 22H4C2.9 22 2 21.11 2 20V11H10.15L11 11.5V20H13V12.65L19.87 16.61C20.17 16.79 20.5 16.88 20.87 16.88Z\" /></svg></li><li title=\"gift outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gift-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,12V20A2,2 0 0,1 20,22H4A2,2 0 0,1 2,20V12A1,1 0 0,1 1,11V8A2,2 0 0,1 3,6H6.17C6.06,5.69 6,5.35 6,5A3,3 0 0,1 9,2C10,2 10.88,2.5 11.43,3.24V3.23L12,4L12.57,3.23V3.24C13.12,2.5 14,2 15,2A3,3 0 0,1 18,5C18,5.35 17.94,5.69 17.83,6H21A2,2 0 0,1 23,8V11A1,1 0 0,1 22,12M4,20H11V12H4V20M20,20V12H13V20H20M9,4A1,1 0 0,0 8,5A1,1 0 0,0 9,6A1,1 0 0,0 10,5A1,1 0 0,0 9,4M15,4A1,1 0 0,0 14,5A1,1 0 0,0 15,6A1,1 0 0,0 16,5A1,1 0 0,0 15,4M3,8V10H11V8H3M13,8V10H21V8H13Z\" /></svg></li><li title=\"gift \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gift\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9.06,1.93C7.17,1.92 5.33,3.74 6.17,6H3A2,2 0 0,0 1,8V10A1,1 0 0,0 2,11H11V8H13V11H22A1,1 0 0,0 23,10V8A2,2 0 0,0 21,6H17.83C19,2.73 14.6,0.42 12.57,3.24L12,4L11.43,3.22C10.8,2.33 9.93,1.94 9.06,1.93M9,4C9.89,4 10.34,5.08 9.71,5.71C9.08,6.34 8,5.89 8,5A1,1 0 0,1 9,4M15,4C15.89,4 16.34,5.08 15.71,5.71C15.08,6.34 14,5.89 14,5A1,1 0 0,1 15,4M2,12V20A2,2 0 0,0 4,22H20A2,2 0 0,0 22,20V12H13V20H11V12H2Z\" /></svg></li><li title=\"git \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-git\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2.6,10.59L8.38,4.8L10.07,6.5C9.83,7.35 10.22,8.28 11,8.73V14.27C10.4,14.61 10,15.26 10,16A2,2 0 0,0 12,18A2,2 0 0,0 14,16C14,15.26 13.6,14.61 13,14.27V9.41L15.07,11.5C15,11.65 15,11.82 15,12A2,2 0 0,0 17,14A2,2 0 0,0 19,12A2,2 0 0,0 17,10C16.82,10 16.65,10 16.5,10.07L13.93,7.5C14.19,6.57 13.71,5.55 12.78,5.16C12.35,5 11.9,4.96 11.5,5.07L9.8,3.38L10.59,2.6C11.37,1.81 12.63,1.81 13.41,2.6L21.4,10.59C22.19,11.37 22.19,12.63 21.4,13.41L13.41,21.4C12.63,22.19 11.37,22.19 10.59,21.4L2.6,13.41C1.81,12.63 1.81,11.37 2.6,10.59Z\" /></svg></li><li title=\"github \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-github\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,0 2,12C2,16.42 4.87,20.17 8.84,21.5C9.34,21.58 9.5,21.27 9.5,21C9.5,20.77 9.5,20.14 9.5,19.31C6.73,19.91 6.14,17.97 6.14,17.97C5.68,16.81 5.03,16.5 5.03,16.5C4.12,15.88 5.1,15.9 5.1,15.9C6.1,15.97 6.63,16.93 6.63,16.93C7.5,18.45 8.97,18 9.54,17.76C9.63,17.11 9.89,16.67 10.17,16.42C7.95,16.17 5.62,15.31 5.62,11.5C5.62,10.39 6,9.5 6.65,8.79C6.55,8.54 6.2,7.5 6.75,6.15C6.75,6.15 7.59,5.88 9.5,7.17C10.29,6.95 11.15,6.84 12,6.84C12.85,6.84 13.71,6.95 14.5,7.17C16.41,5.88 17.25,6.15 17.25,6.15C17.8,7.5 17.45,8.54 17.35,8.79C18,9.5 18.38,10.39 18.38,11.5C18.38,15.32 16.04,16.16 13.81,16.41C14.17,16.72 14.5,17.33 14.5,18.26C14.5,19.6 14.5,20.68 14.5,21C14.5,21.27 14.66,21.59 15.17,21.5C19.14,20.16 22,16.42 22,12A10,10 0 0,0 12,2Z\" /></svg></li><li title=\"gitlab \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gitlab\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.94 13.11L20.89 9.89C20.89 9.86 20.88 9.83 20.87 9.8L18.76 3.32C18.65 3 18.33 2.75 17.96 2.75C17.6 2.75 17.28 3 17.17 3.33L15.17 9.5H8.84L6.83 3.33C6.72 3 6.4 2.75 6.04 2.75H6.04C5.67 2.75 5.35 3 5.24 3.33L3.13 9.82C3.13 9.82 3.13 9.83 3.13 9.83L2.06 13.11C1.9 13.61 2.07 14.15 2.5 14.45L11.72 21.16C11.89 21.28 12.11 21.28 12.28 21.15L21.5 14.45C21.93 14.15 22.1 13.61 21.94 13.11M8.15 10.45L10.72 18.36L4.55 10.45M13.28 18.37L15.75 10.78L15.85 10.45H19.46L13.87 17.61M17.97 3.94L19.78 9.5H16.16M14.86 10.45L13.07 15.96L12 19.24L9.14 10.45M6.03 3.94L7.84 9.5H4.23M3.05 13.69C2.96 13.62 2.92 13.5 2.96 13.4L3.75 10.97L9.57 18.42M20.95 13.69L14.44 18.42L14.46 18.39L20.25 10.97L21.04 13.4C21.08 13.5 21.04 13.62 20.95 13.69\" /></svg></li><li title=\"glass cocktail off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-glass-cocktail-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.33 12.67L7.66 7L6.13 5.47L2.39 1.73L1.11 3L3 4.89V5L11 13V19H6V21H18V19.89L20.84 22.73L22.11 21.46L13.33 12.67M13 19V14.89L17.11 19H13M8.2 5L6.2 3H21V5L14.6 11.4L10.2 7H16.5L18.5 5H8.2Z\" /></svg></li><li title=\"glass cocktail \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-glass-cocktail\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.5,7L5.5,5H18.5L16.5,7M11,13V19H6V21H18V19H13V13L21,5V3H3V5L11,13Z\" /></svg></li><li title=\"glass flute \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-glass-flute\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8,2H16C15.67,5 15.33,8 14.75,9.83C14.17,11.67 13.33,12.33 12.92,14.08C12.5,15.83 12.5,18.67 13.08,20C13.67,21.33 14.83,21.17 15.42,21.25C16,21.33 16,21.67 16,22H8C8,21.67 8,21.33 8.58,21.25C9.17,21.17 10.33,21.33 10.92,20C11.5,18.67 11.5,15.83 11.08,14.08C10.67,12.33 9.83,11.67 9.25,9.83C8.67,8 8.33,5 8,2M10,4C10.07,5.03 10.15,6.07 10.24,7H13.76C13.85,6.07 13.93,5.03 14,4H10Z\" /></svg></li><li title=\"glass fragile \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-glass-fragile\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 20H18V22H6V20H11V13.97C8.19 13.7 6 11.34 6 8.46C6 8.15 6.03 7.85 6.08 7.55L7 2H13.54L12.33 4.41L11.79 5.5H13.79L12.33 8.41L11.79 9.5H14L13 12.75L15.67 9.09L16.46 8H14.21L15.67 5.09L16.21 4H14.21L15.21 2H17L17.93 7.55C18 7.85 18 8.15 18 8.46C18 11.34 15.81 13.7 13 13.97V20Z\" /></svg></li><li title=\"glass mug off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-glass-mug-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 19.35V19.34L6.66 6L6.07 5.41L2.39 1.73L1.11 3L4.26 6.15C3.5 6.44 3 7.16 3 8V15C3 15.82 3.5 16.5 4.2 16.83L8 18.6V20L7 21V22H20.11L20.84 22.73L22.11 21.46L20 19.35M8 16.39L5 15V8H6.11L8 9.89V16.39M8 4L7 3V2H21V3L20 4V16.8L10.2 7H18V4H10V6.8L8 4.8V4Z\" /></svg></li><li title=\"glass mug variant off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-glass-mug-variant-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8.44 5.24L7 3.79C7.71 3.29 8.57 3 9.5 3C10.53 3 11.5 3.35 12.32 4H14C16.21 4 18 5.79 18 8V10H20C20.55 10 21 10.45 21 11V17.8L19 15.8V12H17V13.8L11.26 8.06C11.5 8 11.73 8 12 8H16C16 6.9 15.11 6 14 6H11.5C11.03 5.37 10.29 5 9.5 5C9.12 5 8.76 5.09 8.44 5.24M22.11 21.46L20.84 22.73L18.11 20H17V22H6V14C3.79 14 2 12.21 2 10C2 8.37 3 6.94 4.44 6.33L1.11 3L2.39 1.73L7.19 6.54L9.61 8.96L17 16.34V16.35L18.65 18H18.66L20.5 19.84V19.85L22.11 21.46M8.59 10.5L6.11 8H6C4.89 8 4 8.9 4 10C4 11.11 4.89 12 6 12C6 12 7.68 12.13 8.5 10.63L8.59 10.5Z\" /></svg></li><li title=\"glass mug variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-glass-mug-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9.5 3C7.56 3 5.85 4.24 5.23 6.08C3.36 6.44 2 8.09 2 10C2 12.21 3.79 14 6 14V22H17V20H20C20.55 20 21 19.55 21 19V11C21 10.45 20.55 10 20 10H18V8C18 5.79 16.21 4 14 4H12.32C11.5 3.35 10.53 3 9.5 3M9.5 5C10.29 5 11.03 5.37 11.5 6H14C15.11 6 16 6.9 16 8H12C10 8 9.32 9.13 8.5 10.63C7.68 12.13 6 12 6 12C4.89 12 4 11.11 4 10C4 8.9 4.89 8 6 8H7V7.5C7 6.12 8.12 5 9.5 5M17 12H19V18H17Z\" /></svg></li><li title=\"glass mug \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-glass-mug\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,4V7H18V4H10M8,2H20L21,2V3L20,4V20L21,21V22H20L8,22H7V21L8,20V18.6L4.2,16.83C3.5,16.5 3,15.82 3,15V8A2,2 0 0,1 5,6H8V4L7,3V2H8M5,15L8,16.39V8H5V15Z\" /></svg></li><li title=\"glass pint outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-glass-pint-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 2L6 22H17L19 2H4M6.2 4H16.8L15.2 20H7.8L6.2 4Z\" /></svg></li><li title=\"glass stange \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-glass-stange\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8,2H16V22H8V2M10,4V7H14V4H10Z\" /></svg></li><li title=\"glass tulip \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-glass-tulip\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8,2H16C15.67,2.67 15.33,3.33 15.58,5C15.83,6.67 16.67,9.33 16.25,10.74C15.83,12.14 14.17,12.28 13.33,13.86C12.5,15.44 12.5,18.47 13.08,19.9C13.67,21.33 14.83,21.17 15.42,21.25C16,21.33 16,21.67 16,22H8C8,21.67 8,21.33 8.58,21.25C9.17,21.17 10.33,21.33 10.92,19.9C11.5,18.47 11.5,15.44 10.67,13.86C9.83,12.28 8.17,12.14 7.75,10.74C7.33,9.33 8.17,6.67 8.42,5C8.67,3.33 8.33,2.67 8,2M10,4C10,5.19 9.83,6.17 9.64,7H14.27C14.13,6.17 14,5.19 14,4H10Z\" /></svg></li><li title=\"glass wine \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-glass-wine\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.5,21.27L14.66,21.18C13.9,21.11 13.25,20.6 13,19.87C12.47,17.91 12.47,15.83 13,13.87C15.32,13.4 17,11.37 17,9C17,7 15,2 15,2H9C9,2 7,7 7,9C7,11.38 8.67,13.42 11,13.9C11.53,15.86 11.53,17.94 11,19.9C10.76,20.62 10.12,21.13 9.37,21.21L8.5,21.3C8.5,21.3 8,21.28 8,22H16C16,21.28 15.5,21.27 15.5,21.27M9.44,7L10.44,4H13.56L14.56,7H9.44Z\" /></svg></li><li title=\"glasses \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-glasses\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,10C2.76,10 2.55,10.09 2.41,10.25C2.27,10.4 2.21,10.62 2.24,10.86L2.74,13.85C2.82,14.5 3.4,15 4,15H7C7.64,15 8.36,14.44 8.5,13.82L9.56,10.63C9.6,10.5 9.57,10.31 9.5,10.19C9.39,10.07 9.22,10 9,10H3M7,17H4C2.38,17 0.96,15.74 0.76,14.14L0.26,11.15C0.15,10.3 0.39,9.5 0.91,8.92C1.43,8.34 2.19,8 3,8H9C9.83,8 10.58,8.35 11.06,8.96C11.17,9.11 11.27,9.27 11.35,9.45C11.78,9.36 12.22,9.36 12.64,9.45C12.72,9.27 12.82,9.11 12.94,8.96C13.41,8.35 14.16,8 15,8H21C21.81,8 22.57,8.34 23.09,8.92C23.6,9.5 23.84,10.3 23.74,11.11L23.23,14.18C23.04,15.74 21.61,17 20,17H17C15.44,17 13.92,15.81 13.54,14.3L12.64,11.59C12.26,11.31 11.73,11.31 11.35,11.59L10.43,14.37C10.07,15.82 8.56,17 7,17M15,10C14.78,10 14.61,10.07 14.5,10.19C14.42,10.31 14.4,10.5 14.45,10.7L15.46,13.75C15.64,14.44 16.36,15 17,15H20C20.59,15 21.18,14.5 21.25,13.89L21.76,10.82C21.79,10.62 21.73,10.4 21.59,10.25C21.45,10.09 21.24,10 21,10H15Z\" /></svg></li><li title=\"globe light \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-globe-light\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 8.08V2H11V8.08C7.61 8.57 5 11.47 5 15C5 18.87 8.13 22 12 22S19 18.87 19 15C19 11.47 16.39 8.57 13 8.08M12 20C9.24 20 7 17.76 7 15C7 13.87 7.39 12.84 8.03 12H15.97C16.61 12.84 17 13.87 17 15C17 17.76 14.76 20 12 20Z\" /></svg></li><li title=\"globe model \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-globe-model\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17.36,2.64L15.95,4.06C17.26,5.37 18,7.14 18,9A7,7 0 0,1 11,16C9.15,16 7.37,15.26 6.06,13.95L4.64,15.36C6.08,16.8 7.97,17.71 10,17.93V20H6V22H16V20H12V17.94C16.55,17.43 20,13.58 20,9C20,6.62 19.05,4.33 17.36,2.64M11,3.5A5.5,5.5 0 0,0 5.5,9A5.5,5.5 0 0,0 11,14.5A5.5,5.5 0 0,0 16.5,9A5.5,5.5 0 0,0 11,3.5M11,5.5C12.94,5.5 14.5,7.07 14.5,9A3.5,3.5 0 0,1 11,12.5A3.5,3.5 0 0,1 7.5,9A3.5,3.5 0 0,1 11,5.5Z\" /></svg></li><li title=\"gmail \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gmail\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,18H18V9.25L12,13L6,9.25V18H4V6H5.2L12,10.25L18.8,6H20M20,4H4C2.89,4 2,4.89 2,6V18A2,2 0 0,0 4,20H20A2,2 0 0,0 22,18V6C22,4.89 21.1,4 20,4Z\" /></svg></li><li title=\"gnome \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gnome\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.42,2C14.26,2 13.5,7.93 15.82,7.93C18.16,7.93 22.58,2 18.42,2M12,2.73C11.92,2.73 11.85,2.73 11.78,2.74C9.44,3.04 10.26,7.12 11.5,7.19C12.72,7.27 14.04,2.73 12,2.73M7.93,4.34C7.81,4.34 7.67,4.37 7.53,4.43C5.65,5.21 7.24,8.41 8.3,8.2C9.27,8 9.39,4.3 7.93,4.34M4.93,6.85C4.77,6.84 4.59,6.9 4.41,7.03C2.9,8.07 4.91,10.58 5.8,10.19C6.57,9.85 6.08,6.89 4.93,6.85M13.29,8.77C10.1,8.8 6.03,10.42 5.32,13.59C4.53,17.11 8.56,22 12.76,22C14.83,22 17.21,20.13 17.66,17.77C18,15.97 13.65,16.69 13.81,17.88C14,19.31 12.76,20 11.55,19.1C7.69,16.16 17.93,14.7 17.25,10.69C17.03,9.39 15.34,8.76 13.29,8.77Z\" /></svg></li><li title=\"go kart track \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-go-kart-track\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,5.5A3.5,3.5 0 0,0 18.5,2A3.5,3.5 0 0,0 15,5.5V6A3,3 0 0,1 12,9C10,9 9,6 6,6A4,4 0 0,0 2,10V11H4V10A2,2 0 0,1 6,8C6.86,8 7.42,8.45 8.32,9.24C9.28,10.27 10.6,10.9 12,11A5,5 0 0,0 17,6V5.5A1.5,1.5 0 0,1 18.5,4A1.5,1.5 0 0,1 20,5.5C19.86,6.35 19.58,7.18 19.17,7.94C18.5,9.2 18.11,10.58 18,12C18.09,13.37 18.5,14.71 19.21,15.89C19.6,16.54 19.87,17.25 20,18A2,2 0 0,1 18,20A2,2 0 0,1 16,18A3.75,3.75 0 0,0 12.25,14.25A3.75,3.75 0 0,0 8.5,18V18.5A1.5,1.5 0 0,1 7,20A3,3 0 0,1 4,17V15H6V13H0V15H2V17A5,5 0 0,0 7,22A3.5,3.5 0 0,0 10.5,18.5V18A1.75,1.75 0 0,1 12.25,16.25A1.75,1.75 0 0,1 14,18A4,4 0 0,0 18,22A4,4 0 0,0 22,18C22,16 20,14 20,12C20,10 22,7.5 22,5.5Z\" /></svg></li><li title=\"go kart \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-go-kart\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18,10H15.53L14.38,8.28L15.8,7.33L14.7,5.67L10.2,8.67L11.3,10.33L12.73,9.38L13.88,11.12L13,12H10.2L5.83,5.45L4.17,6.55L5.87,9.11C3.04,9.65 1,12.12 1,15V17H3A3,3 0 0,0 6,20A3,3 0 0,0 9,17H15A3,3 0 0,0 18,20A3,3 0 0,0 21,17H23V15A5,5 0 0,0 18,10M6,18.5A1.5,1.5 0 0,1 4.5,17A1.5,1.5 0 0,1 6,15.5A1.5,1.5 0 0,1 7.5,17A1.5,1.5 0 0,1 6,18.5M18,18.5A1.5,1.5 0 0,1 16.5,17A1.5,1.5 0 0,1 18,15.5A1.5,1.5 0 0,1 19.5,17A1.5,1.5 0 0,1 18,18.5Z\" /></svg></li><li title=\"gog \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gog\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,3H20A2,2 0 0,1 22,5V19A2,2 0 0,1 20,21H4A2,2 0 0,1 2,19V5A2,2 0 0,1 4,3M10.46,5.54C9.95,5.54 9.54,5.95 9.54,6.46V9.54A0.92,0.92 0 0,0 10.46,10.46H13.54A0.92,0.92 0 0,0 14.46,9.54V6.46C14.46,5.95 14.05,5.54 13.54,5.54H10.46M11.08,6.77H12.92A0.31,0.31 0 0,1 13.23,7.08V8.92A0.31,0.31 0 0,1 12.92,9.23H11.08A0.31,0.31 0 0,1 10.77,8.92V7.08A0.31,0.31 0 0,1 11.08,6.77M4.92,5.54A0.92,0.92 0 0,0 4,6.46V9.54C4,10.05 4.41,10.46 4.92,10.46H7.08V9.23H5.54C5.37,9.23 5.23,9.09 5.23,8.92V7.08C5.23,6.91 5.37,6.77 5.54,6.77H7.38A0.31,0.31 0 0,1 7.69,7.08V10.77A0.31,0.31 0 0,1 7.38,11.08H4V12.31H8C8.5,12.31 8.92,11.89 8.92,11.38V6.46A0.92,0.92 0 0,0 8,5.54H4.92M16,5.54C15.5,5.54 15.08,5.95 15.08,6.46V9.54C15.08,10.05 15.5,10.46 16,10.46H18.15V9.23H16.62C16.45,9.23 16.31,9.09 16.31,8.92V7.08C16.31,6.91 16.45,6.77 16.62,6.77H18.46C18.63,6.77 18.77,6.91 18.77,7.08V10.77C18.77,10.94 18.63,11.08 18.46,11.08H15.08V12.31H19.08C19.59,12.31 20,11.89 20,11.38V6.46C20,5.95 19.59,5.54 19.08,5.54H16M9.85,13.54C9.34,13.54 8.92,13.95 8.92,14.46V17.54C8.92,18.05 9.34,18.46 9.85,18.46H12.92C13.43,18.46 13.85,18.05 13.85,17.54V14.46C13.85,13.95 13.43,13.54 12.92,13.54H9.85M10.46,14.77H12.31C12.5,14.77 12.62,14.91 12.62,15.08V16.92A0.31,0.31 0 0,1 12.31,17.23H10.46C10.29,17.23 10.15,17.09 10.15,16.92V15.08A0.31,0.31 0 0,1 10.46,14.77M4.92,13.54C4.41,13.54 4,13.95 4,14.46V17.54C4,18.05 4.41,18.46 4.92,18.46H8.31V17.23H5.54C5.37,17.23 5.23,17.09 5.23,16.92V15.08C5.23,14.91 5.37,14.77 5.54,14.77H8.31V13.54H4.92M15.38,13.54C14.87,13.54 14.46,13.95 14.46,14.46V18.46H15.69V15.08A0.31,0.31 0 0,1 16,14.77H16.62V18.46H17.85V14.77H18.77V18.46H20V13.54H15.38Z\" /></svg></li><li title=\"gold \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gold\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M1 22L2.5 17H9.5L11 22H1M13 22L14.5 17H21.5L23 22H13M6 15L7.5 10H14.5L16 15H6M23 6.05L19.14 7.14L18.05 11L16.96 7.14L13.1 6.05L16.96 4.96L18.05 1.1L19.14 4.96L23 6.05Z\" /></svg></li><li title=\"golf cart \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-golf-cart\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.89 12.37L18.25 5H19V3H3V7H1V9H3V12.54A6 6 0 0 0 1 17V19H3A3 3 0 0 0 9 19H15A3 3 0 0 0 21 19H23V17A5 5 0 0 0 19.89 12.37M6 20.5A1.5 1.5 0 1 1 7.5 19A1.5 1.5 0 0 1 6 20.5M15.53 12L14.38 10.28L15.8 9.33L14.7 7.67L10.2 10.67L11.3 12.33L12.73 11.38L13.88 13.12L13 14H10.2L5 7V5H16.2L17.75 12M18 20.5A1.5 1.5 0 1 1 19.5 19A1.5 1.5 0 0 1 18 20.5Z\" /></svg></li><li title=\"golf tee \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-golf-tee\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7 19V17H17V19H15C14.5 19 14 19.2 13.6 19.6S13 20.5 13 21V22H11V21C11 20.5 10.8 20 10.4 19.6S9.5 19 9 19H7M11 6C11 5.7 11.1 5.5 11.3 5.3S11.7 5 12 5 12.5 5.1 12.7 5.3 13 5.7 13 6 12.9 6.5 12.7 6.7 12.3 7 12 7 11.5 6.9 11.3 6.7 11 6.3 11 6M13 8C13 7.7 13.1 7.5 13.3 7.3S13.7 7 14 7 14.5 7.1 14.7 7.3 15 7.7 15 8 14.9 8.5 14.7 8.7 14.3 9 14 9 13.5 8.9 13.3 8.7 13 8.3 13 8M9 8C9 7.7 9.1 7.5 9.3 7.3S9.7 7 10 7 10.5 7.1 10.7 7.3 11 7.7 11 8 10.9 8.5 10.7 8.7 10.3 9 10 9 9.5 8.9 9.3 8.7 9 8.3 9 8M16.9 4.1C15.5 2.7 13.9 2.1 12 2.1S8.4 2.8 7.1 4.1 5 7.1 5 9 5.7 12.6 7 13.9 10 15.9 11.9 15.9 15.5 15.2 16.8 13.9 18.8 10.9 18.8 9 18.3 5.4 16.9 4.1M15.5 12.5C14.5 13.5 13.3 14 12 14S9.4 13.5 8.5 12.5 7 10.4 7 9 7.5 6.4 8.5 5.5 10.6 4 12 4 14.6 4.5 15.5 5.5 17 7.6 17 9 16.5 11.6 15.5 12.5Z\" /></svg></li><li title=\"golf \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-golf\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.5,18A1.5,1.5 0 0,1 21,19.5A1.5,1.5 0 0,1 19.5,21A1.5,1.5 0 0,1 18,19.5A1.5,1.5 0 0,1 19.5,18M17,5.92L11,9V18.03C13.84,18.19 16,19 16,20C16,21.1 13.31,22 10,22C6.69,22 4,21.1 4,20C4,19.26 5.21,18.62 7,18.27V20H9V2L17,5.92Z\" /></svg></li><li title=\"gondola \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gondola\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18,10H13V7.59L22.12,6.07L21.88,4.59L16.41,5.5C16.46,5.35 16.5,5.18 16.5,5A1.5,1.5 0 0,0 15,3.5A1.5,1.5 0 0,0 13.5,5C13.5,5.35 13.63,5.68 13.84,5.93L13,6.07V5H11V6.41L10.41,6.5C10.46,6.35 10.5,6.18 10.5,6A1.5,1.5 0 0,0 9,4.5A1.5,1.5 0 0,0 7.5,6C7.5,6.36 7.63,6.68 7.83,6.93L1.88,7.93L2.12,9.41L11,7.93V10H6C4.89,10 4,10.9 4,12V18A2,2 0 0,0 6,20H18A2,2 0 0,0 20,18V12A2,2 0 0,0 18,10M6,12H8.25V16H6V12M9.75,16V12H14.25V16H9.75M18,16H15.75V12H18V16Z\" /></svg></li><li title=\"goodreads \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-goodreads\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,12.77C15.96,14.42 14.22,15.5 12.25,15.5C9.07,15.5 6.5,12.7 6.5,9.25C6.5,5.8 9.07,3 12.25,3C14.22,3 15.96,4.08 17,5.73V3H18V15.25C18,20.71 14.54,21 11.5,21C9,21 7.55,19.31 7.13,17H8.14C8.5,18.75 9.54,20 11.5,20C13.72,20 17,20.05 17,15.25V15.25L17,12.77M12.25,4C9.63,4 7.5,6.35 7.5,9.25C7.5,12.15 9.63,14.5 12.25,14.5C14.87,14.5 17,12.15 17,9.25C17,6.35 14.87,4 12.25,4Z\" /></svg></li><li title=\"google ads \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-google-ads\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12.25 1.47C11.55 1.42 10.82 1.58 10.17 1.96C8.41 2.97 7.81 5.21 8.82 6.96L16.16 19.66C17.17 21.42 19.41 22 21.17 21C22.92 20 23.5 17.75 22.5 16L15.18 3.3C14.54 2.2 13.43 1.56 12.25 1.47M6.82 6.76L1.5 16A3.67 3.67 0 0 0 1 17.83A3.67 3.67 0 0 0 4.67 21.5A3.67 3.67 0 0 0 7.84 19.66V19.67L11 14.19C9.65 11.89 8.27 9.6 7.03 7.23C6.95 7.08 6.88 6.92 6.83 6.76ZL16.4 5Z\" /></svg></li><li title=\"google analytics \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-google-analytics\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.86 4.39V19.39C15.86 21.06 17 22 18.25 22C19.39 22 20.64 21.21 20.64 19.39V4.5C20.64 2.96 19.5 2 18.25 2S15.86 3.06 15.86 4.39M9.61 12V19.39C9.61 21.07 10.77 22 12 22C13.14 22 14.39 21.21 14.39 19.39V12.11C14.39 10.57 13.25 9.61 12 9.61S9.61 10.67 9.61 12M5.75 17.23C7.07 17.23 8.14 18.3 8.14 19.61C8.14 20.93 7.07 22 5.75 22S3.36 20.93 3.36 19.61C3.36 18.3 4.43 17.23 5.75 17.23Z\" /></svg></li><li title=\"google assistant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-google-assistant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7,2A6,6 0 0,0 1,8A6,6 0 0,0 7,14A6,6 0 0,0 13,8A6,6 0 0,0 7,2M21.5,6A1.5,1.5 0 0,0 20,7.5A1.5,1.5 0 0,0 21.5,9A1.5,1.5 0 0,0 23,7.5A1.5,1.5 0 0,0 21.5,6M17,8A3,3 0 0,0 14,11A3,3 0 0,0 17,14A3,3 0 0,0 20,11A3,3 0 0,0 17,8M17,15A3.5,3.5 0 0,0 13.5,18.5A3.5,3.5 0 0,0 17,22A3.5,3.5 0 0,0 20.5,18.5A3.5,3.5 0 0,0 17,15Z\" /></svg></li><li title=\"google cardboard \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-google-cardboard\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.74,6H3.2C2.55,6 2,6.57 2,7.27V17.73C2,18.43 2.55,19 3.23,19H8C8.54,19 9,18.68 9.16,18.21L10.55,14.74C10.79,14.16 11.35,13.75 12,13.75C12.65,13.75 13.21,14.16 13.45,14.74L14.84,18.21C15.03,18.68 15.46,19 15.95,19H20.74C21.45,19 22,18.43 22,17.73V7.27C22,6.57 21.45,6 20.74,6M7.22,14.58C6,14.58 5,13.55 5,12.29C5,11 6,10 7.22,10C8.44,10 9.43,11 9.43,12.29C9.43,13.55 8.44,14.58 7.22,14.58M16.78,14.58C15.56,14.58 14.57,13.55 14.57,12.29C14.57,11.03 15.56,10 16.78,10C18,10 19,11.03 19,12.29C19,13.55 18,14.58 16.78,14.58Z\" /></svg></li><li title=\"google chrome \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-google-chrome\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,20L15.46,14H15.45C15.79,13.4 16,12.73 16,12C16,10.8 15.46,9.73 14.62,9H19.41C19.79,9.93 20,10.94 20,12A8,8 0 0,1 12,20M4,12C4,10.54 4.39,9.18 5.07,8L8.54,14H8.55C9.24,15.19 10.5,16 12,16C12.45,16 12.88,15.91 13.29,15.77L10.89,19.91C7,19.37 4,16.04 4,12M15,12A3,3 0 0,1 12,15A3,3 0 0,1 9,12A3,3 0 0,1 12,9A3,3 0 0,1 15,12M12,4C14.96,4 17.54,5.61 18.92,8H12C10.06,8 8.45,9.38 8.08,11.21L5.7,7.08C7.16,5.21 9.44,4 12,4M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z\" /></svg></li><li title=\"google circles communities \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-google-circles-communities\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,12C13.89,12 13,12.89 13,14A2,2 0 0,0 15,16A2,2 0 0,0 17,14C17,12.89 16.1,12 15,12M12,20A8,8 0 0,1 4,12A8,8 0 0,1 12,4A8,8 0 0,1 20,12A8,8 0 0,1 12,20M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M14,9C14,7.89 13.1,7 12,7C10.89,7 10,7.89 10,9A2,2 0 0,0 12,11A2,2 0 0,0 14,9M9,12A2,2 0 0,0 7,14A2,2 0 0,0 9,16A2,2 0 0,0 11,14C11,12.89 10.1,12 9,12Z\" /></svg></li><li title=\"google circles extended \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-google-circles-extended\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18,19C16.89,19 16,18.1 16,17C16,15.89 16.89,15 18,15A2,2 0 0,1 20,17A2,2 0 0,1 18,19M18,13A4,4 0 0,0 14,17A4,4 0 0,0 18,21A4,4 0 0,0 22,17A4,4 0 0,0 18,13M12,11.1A1.9,1.9 0 0,0 10.1,13A1.9,1.9 0 0,0 12,14.9A1.9,1.9 0 0,0 13.9,13A1.9,1.9 0 0,0 12,11.1M6,19C4.89,19 4,18.1 4,17C4,15.89 4.89,15 6,15A2,2 0 0,1 8,17A2,2 0 0,1 6,19M6,13A4,4 0 0,0 2,17A4,4 0 0,0 6,21A4,4 0 0,0 10,17A4,4 0 0,0 6,13M12,4A2,2 0 0,1 14,6A2,2 0 0,1 12,8C10.89,8 10,7.1 10,6C10,4.89 10.89,4 12,4M12,10A4,4 0 0,0 16,6A4,4 0 0,0 12,2A4,4 0 0,0 8,6A4,4 0 0,0 12,10Z\" /></svg></li><li title=\"google circles group \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-google-circles-group\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,10A2,2 0 0,0 3,12C3,13.11 3.9,14 5,14C6.11,14 7,13.11 7,12A2,2 0 0,0 5,10M5,16A4,4 0 0,1 1,12A4,4 0 0,1 5,8A4,4 0 0,1 9,12A4,4 0 0,1 5,16M10.5,11H14V8L18,12L14,16V13H10.5V11M5,6C4.55,6 4.11,6.05 3.69,6.14C5.63,3.05 9.08,1 13,1C19.08,1 24,5.92 24,12C24,18.08 19.08,23 13,23C9.08,23 5.63,20.95 3.69,17.86C4.11,17.95 4.55,18 5,18C5.8,18 6.56,17.84 7.25,17.56C8.71,19.07 10.74,20 13,20A8,8 0 0,0 21,12A8,8 0 0,0 13,4C10.74,4 8.71,4.93 7.25,6.44C6.56,6.16 5.8,6 5,6Z\" /></svg></li><li title=\"google circles \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-google-circles\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.66,15H17C18,15 19,14.8 19.87,14.46C19.17,18.73 15.47,22 11,22C6,22 2,17.97 2,13C2,8.53 5.27,4.83 9.54,4.13C9.2,5 9,6 9,7V7.34C6.68,8.16 5,10.38 5,13A6,6 0 0,0 11,19C13.62,19 15.84,17.32 16.66,15M17,10A3,3 0 0,0 20,7A3,3 0 0,0 17,4A3,3 0 0,0 14,7A3,3 0 0,0 17,10M17,1A6,6 0 0,1 23,7A6,6 0 0,1 17,13A6,6 0 0,1 11,7C11,3.68 13.69,1 17,1Z\" /></svg></li><li title=\"google classroom \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-google-classroom\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23,2H1A1,1 0 0,0 0,3V21A1,1 0 0,0 1,22H23A1,1 0 0,0 24,21V3A1,1 0 0,0 23,2M22,20H20V19H15V20H2V4H22V20M10.29,9.71A1.71,1.71 0 0,1 12,8C12.95,8 13.71,8.77 13.71,9.71C13.71,10.66 12.95,11.43 12,11.43C11.05,11.43 10.29,10.66 10.29,9.71M5.71,11.29C5.71,10.58 6.29,10 7,10A1.29,1.29 0 0,1 8.29,11.29C8.29,12 7.71,12.57 7,12.57C6.29,12.57 5.71,12 5.71,11.29M15.71,11.29A1.29,1.29 0 0,1 17,10A1.29,1.29 0 0,1 18.29,11.29C18.29,12 17.71,12.57 17,12.57C16.29,12.57 15.71,12 15.71,11.29M20,15.14V16H16L14,16H10L8,16H4V15.14C4,14.2 5.55,13.43 7,13.43C7.55,13.43 8.11,13.54 8.6,13.73C9.35,13.04 10.7,12.57 12,12.57C13.3,12.57 14.65,13.04 15.4,13.73C15.89,13.54 16.45,13.43 17,13.43C18.45,13.43 20,14.2 20,15.14Z\" /></svg></li><li title=\"google cloud \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-google-cloud\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23 14.75C23 18.2 20.2 21 16.75 21H7.25C3.8 21 1 18.2 1 14.75C1 12.61 2.08 10.72 3.71 9.6C4.58 5.82 7.96 3 12 3C16.04 3 19.42 5.82 20.29 9.6C21.93 10.72 23 12.61 23 14.75M16.63 17C17.94 17 19 15.94 19 14.63C19 13.35 18 12.3 16.72 12.25L16.75 11.75C16.75 9.13 14.62 7 12 7C10.58 7 9.3 7.62 8.43 8.61C9.93 8.9 11.23 9.72 12.14 10.86L9.5 13.5C9.08 12.77 8.29 12.25 7.38 12.25C6.06 12.25 5 13.31 5 14.63C5 15.9 6 16.93 7.25 17V17H16.63Z\" /></svg></li><li title=\"google controller off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-google-controller-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,5.27L3.28,4L20,20.72L18.73,22L12.73,16H7.97L5,19C4.67,19.3 4.23,19.5 3.75,19.5A1.75,1.75 0 0,1 2,17.75V17.5L3,10.12C3.1,9.09 3.53,8.17 4.19,7.46L2,5.27M5,10V11H7V13H8V11.27L6.73,10H5M16.5,6C18.86,6 20.79,7.81 21,10.12L22,17.5V17.75C22,18.41 21.64,19 21.1,19.28L7.82,6H16.5M16.5,8A0.75,0.75 0 0,0 15.75,8.75A0.75,0.75 0 0,0 16.5,9.5A0.75,0.75 0 0,0 17.25,8.75A0.75,0.75 0 0,0 16.5,8M14.75,9.75A0.75,0.75 0 0,0 14,10.5A0.75,0.75 0 0,0 14.75,11.25A0.75,0.75 0 0,0 15.5,10.5A0.75,0.75 0 0,0 14.75,9.75M18.25,9.75A0.75,0.75 0 0,0 17.5,10.5A0.75,0.75 0 0,0 18.25,11.25A0.75,0.75 0 0,0 19,10.5A0.75,0.75 0 0,0 18.25,9.75M16.5,11.5A0.75,0.75 0 0,0 15.75,12.25A0.75,0.75 0 0,0 16.5,13A0.75,0.75 0 0,0 17.25,12.25A0.75,0.75 0 0,0 16.5,11.5Z\" /></svg></li><li title=\"google controller \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-google-controller\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.97,16L5,19C4.67,19.3 4.23,19.5 3.75,19.5A1.75,1.75 0 0,1 2,17.75V17.5L3,10.12C3.21,7.81 5.14,6 7.5,6H16.5C18.86,6 20.79,7.81 21,10.12L22,17.5V17.75A1.75,1.75 0 0,1 20.25,19.5C19.77,19.5 19.33,19.3 19,19L16.03,16H7.97M7,8V10H5V11H7V13H8V11H10V10H8V8H7M16.5,8A0.75,0.75 0 0,0 15.75,8.75A0.75,0.75 0 0,0 16.5,9.5A0.75,0.75 0 0,0 17.25,8.75A0.75,0.75 0 0,0 16.5,8M14.75,9.75A0.75,0.75 0 0,0 14,10.5A0.75,0.75 0 0,0 14.75,11.25A0.75,0.75 0 0,0 15.5,10.5A0.75,0.75 0 0,0 14.75,9.75M18.25,9.75A0.75,0.75 0 0,0 17.5,10.5A0.75,0.75 0 0,0 18.25,11.25A0.75,0.75 0 0,0 19,10.5A0.75,0.75 0 0,0 18.25,9.75M16.5,11.5A0.75,0.75 0 0,0 15.75,12.25A0.75,0.75 0 0,0 16.5,13A0.75,0.75 0 0,0 17.25,12.25A0.75,0.75 0 0,0 16.5,11.5Z\" /></svg></li><li title=\"google downasaur \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-google-downasaur\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 2V3H12V9H11V10H9V11H8V12H7V13H5V12H4V11H3V9H2V15H3V16H4V17H5V18H6V22H8V21H7V20H8V19H9V18H10V19H11V22H13V21H12V17H13V16H14V15H15V12H16V13H17V11H15V9H20V8H17V7H22V3H21V2M14 3H15V4H14Z\" /></svg></li><li title=\"google drive \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-google-drive\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.71,3.5L1.15,15L4.58,21L11.13,9.5M9.73,15L6.3,21H19.42L22.85,15M22.28,14L15.42,2H8.58L8.57,2L15.43,14H22.28Z\" /></svg></li><li title=\"google earth \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-google-earth\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,12.14C11.09,10.77 10.14,9.78 9.14,9.19C8.14,8.59 7.27,8.38 6.5,8.55C5.77,8.73 5.14,9.14 4.64,9.8C4.2,10.39 4,11.06 4,11.81V12C4,12.78 4.11,13.58 4.36,14.39C4.45,14.64 4.5,14.64 4.55,14.39C4.67,13.77 4.96,13.31 5.41,13.03C5.87,12.75 6.47,12.76 7.22,13.05C7.97,13.35 8.7,14 9.42,14.95C10.7,16.67 12.2,17.72 13.92,18.09C16.14,18.41 17.81,17.7 18.94,16C19.25,15.39 19.5,14.86 19.64,14.39C19.73,14.08 19.69,14.05 19.5,14.3C19.03,14.92 18.4,15.33 17.6,15.5C16.8,15.7 15.89,15.5 14.86,15C13.83,14.43 12.88,13.5 12,12.14M16.97,8.16C15.41,5.81 13.72,4.5 11.91,4.17C10.47,3.95 8.91,4.45 7.22,5.67C7,5.83 6.9,5.91 6.91,5.93C6.93,5.95 7.06,5.89 7.31,5.77C9.81,4.55 12.22,5.83 14.53,9.61C15.03,10.45 15.55,11.11 16.1,11.58C16.65,12.05 17.16,12.33 17.65,12.42C18.13,12.5 18.57,12.5 18.96,12.38C19.35,12.25 19.7,12.05 20,11.77C20,11.17 19.91,10.5 19.69,9.8C19.19,9.92 18.74,9.88 18.35,9.68C17.96,9.5 17.5,8.97 16.97,8.16M12,2C14.75,2 17.1,3 19.05,4.95C21,6.9 22,9.25 22,12C22,14.75 21,17.1 19.05,19.05C17.1,21 14.75,22 12,22C9.25,22 6.9,21 4.95,19.05C3,17.1 2,14.75 2,12C2,9.25 3,6.9 4.95,4.95C6.9,3 9.25,2 12,2Z\" /></svg></li><li title=\"google fit \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-google-fit\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,4A5,5 0 0,1 22,9C22,10.38 21.44,11.63 20.54,12.54L12,21.07L3.46,12.54C2.56,11.63 2,10.38 2,9A5,5 0 0,1 7,4C8.38,4 9.63,4.56 10.54,5.46L12,6.93L13.46,5.46C14.37,4.56 15.62,4 17,4M15.59,7.59L9.17,14L12,16.83L18.41,10.41C18.78,10.05 19,9.55 19,9A2,2 0 0,0 17,7C16.45,7 15.95,7.22 15.59,7.59M8.41,7.59C8.05,7.22 7.55,7 7,7A2,2 0 0,0 5,9C5,9.55 5.22,10.05 5.59,10.41L7.05,11.88L9.88,9.05L8.41,7.59Z\" /></svg></li><li title=\"google glass \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-google-glass\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 2H4C2.9 2 2 2.9 2 4V20C2 21.1 2.9 22 4 22H20C21.1 22 22 21.1 22 20V4C22 2.9 21.1 2 20 2M16.75 18H15.25V8.9L6.72 18H4.66L15.45 6.5C15.66 6.26 16 6.19 16.27 6.3C16.56 6.42 16.75 6.69 16.75 7V18Z\" /></svg></li><li title=\"google hangouts \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-google-hangouts\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,11L14,13H12.5L13.5,11H12V8H15M11,11L10,13H8.5L9.5,11H8V8H11M11.5,2A8.5,8.5 0 0,0 3,10.5A8.5,8.5 0 0,0 11.5,19H12V22.5C16.86,20.15 20,15 20,10.5C20,5.8 16.19,2 11.5,2Z\" /></svg></li><li title=\"google home \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-google-home\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8.06,7.78C7.5,7.78 7.17,7.73 7.08,7.64L6.66,13.73C7.19,14.05 7.88,14.3 8.72,14.5C9.56,14.71 10.78,14.77 12.38,14.67C13.97,14.58 15.63,14.23 17.34,13.64L16.55,4.22C15.67,5.09 14.38,5.91 12.66,6.66C11.13,7.31 9.81,7.69 8.72,7.78H8.06M7.97,5.34C7.28,5.94 7,6.34 7.13,6.56C7.22,6.78 7.7,6.84 8.58,6.75C9.67,6.66 10.91,6.31 12.28,5.72C13.22,5.31 14.03,4.88 14.72,4.41C15.41,3.94 15.88,3.55 16.13,3.23C16.38,2.92 16.47,2.7 16.41,2.58C16.34,2.42 16.03,2.34 15.47,2.34C14.34,2.34 12.94,2.7 11.25,3.42C9.81,4.05 8.72,4.69 7.97,5.34M17.34,2.2C17.41,2.33 17.44,2.47 17.44,2.63L18.61,17C18.61,18.73 18,20.09 16.83,21.07C15.64,22.05 14.03,22.55 12,22.55C10,22.55 8.4,22.04 7.2,21C6,20 5.39,18.64 5.39,16.92L6.09,6.47C6.09,6.22 6.2,5.94 6.42,5.63C6.64,5.31 6.84,5.06 7.03,4.88L7.36,4.59C8.33,3.78 9.5,3.08 10.88,2.5C11.81,2.08 12.73,1.77 13.62,1.57C14.5,1.37 15.3,1.3 16,1.38C16.71,1.46 17.16,1.73 17.34,2.2Z\" /></svg></li><li title=\"google keep \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-google-keep\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 2H20C21.11 2 22 2.9 22 4V17.33L17.33 22H4C2.9 22 2 21.11 2 20V4C2 2.9 2.9 2 4 2M17 17V20.25L20.25 17H17M10 19H14V18H15V13C16.21 12.09 17 10.64 17 9C17 6.24 14.76 4 12 4S7 6.24 7 9C7 10.64 7.79 12.09 9 13V18H10V19M14 17H10V15H14V17M12 5C14.21 5 16 6.79 16 9C16 10.5 15.2 11.77 14 12.46V14H10V12.46C8.8 11.77 8 10.5 8 9C8 6.79 9.79 5 12 5Z\" /></svg></li><li title=\"google lens \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-google-lens\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,2H18A4,4 0 0,1 22,6V12H20V6A2,2 0 0,0 18,4H6A2,2 0 0,0 4,6V18A2,2 0 0,0 6,20H12V22H6A4,4 0 0,1 2,18V6A4,4 0 0,1 6,2M12,8A4,4 0 0,1 16,12A4,4 0 0,1 12,16A4,4 0 0,1 8,12A4,4 0 0,1 12,8M18,16A2,2 0 0,1 20,18A2,2 0 0,1 18,20A2,2 0 0,1 16,18A2,2 0 0,1 18,16Z\" /></svg></li><li title=\"google maps \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-google-maps\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.27 6C19.28 8.17 19.05 10.73 17.94 12.81C17 14.5 15.65 15.93 14.5 17.5C14 18.2 13.5 18.95 13.13 19.76C13 20.03 12.91 20.31 12.81 20.59C12.71 20.87 12.62 21.15 12.53 21.43C12.44 21.69 12.33 22 12 22H12C11.61 22 11.5 21.56 11.42 21.26C11.18 20.53 10.94 19.83 10.57 19.16C10.15 18.37 9.62 17.64 9.08 16.93L18.27 6M9.12 8.42L5.82 12.34C6.43 13.63 7.34 14.73 8.21 15.83C8.42 16.08 8.63 16.34 8.83 16.61L13 11.67L12.96 11.68C11.5 12.18 9.88 11.44 9.3 10C9.22 9.83 9.16 9.63 9.12 9.43C9.07 9.06 9.06 8.79 9.12 8.43L9.12 8.42M6.58 4.62L6.57 4.63C4.95 6.68 4.67 9.53 5.64 11.94L9.63 7.2L9.58 7.15L6.58 4.62M14.22 2.36L11 6.17L11.04 6.16C12.38 5.7 13.88 6.28 14.56 7.5C14.71 7.78 14.83 8.08 14.87 8.38C14.93 8.76 14.95 9.03 14.88 9.4L14.88 9.41L18.08 5.61C17.24 4.09 15.87 2.93 14.23 2.37L14.22 2.36M9.89 6.89L13.8 2.24L13.76 2.23C13.18 2.08 12.59 2 12 2C10.03 2 8.17 2.85 6.85 4.31L6.83 4.32L9.89 6.89Z\" /></svg></li><li title=\"google my business \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-google-my-business\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 8.5C22 9.87 20.88 11 19.5 11S17 9.87 17 8.5C17 9.87 15.88 11 14.5 11C13.12 11 12 9.87 12 8.5C12 9.87 10.88 11 9.5 11S7 9.87 7 8.5C7 9.87 5.88 11 4.5 11S2 9.87 2 8.5L3.39 3.08C3.39 3.08 3.68 2 4.7 2H19.3C20.32 2 20.61 3.08 20.61 3.08L22 8.5M21 12.2V20C21 21.1 20.1 22 19 22H5C3.9 22 3 21.1 3 20V12.2C3.46 12.39 3.97 12.5 4.5 12.5C5.45 12.5 6.32 12.17 7 11.62C7.69 12.17 8.56 12.5 9.5 12.5C10.45 12.5 11.32 12.17 12 11.62C12.69 12.17 13.56 12.5 14.5 12.5C15.45 12.5 16.32 12.17 17 11.62C17.68 12.17 18.56 12.5 19.5 12.5C20.03 12.5 20.54 12.39 21 12.2M19 17.33C19 17.13 19 16.92 18.95 16.7L18.92 16.54H15.95V17.71H17.76C17.7 17.93 17.62 18.15 17.45 18.33C17.12 18.66 16.67 18.84 16.19 18.84C15.69 18.84 15.2 18.63 14.84 18.28C14.15 17.57 14.15 16.42 14.86 15.7C15.55 15 16.69 15 17.41 15.67L17.55 15.8L18.39 14.95L18.23 14.81C17.67 14.29 16.93 14 16.15 14H16.14C15.33 14 14.57 14.31 14 14.87C13.41 15.45 13.08 16.21 13.08 17C13.08 17.8 13.39 18.54 13.96 19.09H13.96C14.54 19.66 15.35 20 16.18 20H16.2C17 20 17.71 19.71 18.23 19.2C18.7 18.72 19 18 19 17.33Z\" /></svg></li><li title=\"google nearby \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-google-nearby\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.36,10.46L13.54,2.64C12.69,1.79 11.31,1.79 10.46,2.64L2.64,10.46C1.79,11.31 1.79,12.69 2.64,13.54L10.46,21.36C11.31,22.21 12.69,22.21 13.54,21.36L21.36,13.54C22.21,12.69 22.21,11.31 21.36,10.46M12,19L5,12L12,5L19,12L12,19M16.5,12L12,16.5L7.5,12L12,7.5L16.5,12Z\" /></svg></li><li title=\"google play \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-google-play\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,20.5V3.5C3,2.91 3.34,2.39 3.84,2.15L13.69,12L3.84,21.85C3.34,21.6 3,21.09 3,20.5M16.81,15.12L6.05,21.34L14.54,12.85L16.81,15.12M20.16,10.81C20.5,11.08 20.75,11.5 20.75,12C20.75,12.5 20.53,12.9 20.18,13.18L17.89,14.5L15.39,12L17.89,9.5L20.16,10.81M6.05,2.66L16.81,8.88L14.54,11.15L6.05,2.66Z\" /></svg></li><li title=\"google plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-google-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23,11H21V9H19V11H17V13H19V15H21V13H23M8,11V13.4H12C11.8,14.4 10.8,16.4 8,16.4C5.6,16.4 3.7,14.4 3.7,12C3.7,9.6 5.6,7.6 8,7.6C9.4,7.6 10.3,8.2 10.8,8.7L12.7,6.9C11.5,5.7 9.9,5 8,5C4.1,5 1,8.1 1,12C1,15.9 4.1,19 8,19C12,19 14.7,16.2 14.7,12.2C14.7,11.7 14.7,11.4 14.6,11H8Z\" /></svg></li><li title=\"google podcast \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-google-podcast\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17.68,7.22V8.62C17.68,9.3 17.13,9.86 16.43,9.86C15.74,9.86 15.18,9.3 15.18,8.62V7.22A1.25,1.25 0 0,1 16.43,5.97C17.13,5.97 17.68,6.53 17.68,7.22M13.25,8.36V15.63C13.25,16.32 12.69,16.88 12,16.88C11.31,16.88 10.75,16.32 10.75,15.63V8.36C10.75,7.68 11.31,7.11 12,7.11C12.69,7.11 13.25,7.68 13.25,8.36M22,11.3V12.7C22,13.38 21.44,13.94 20.75,13.94C20.06,13.94 19.5,13.38 19.5,12.7V11.3C19.5,10.61 20.06,10.06 20.75,10.06C21.44,10.06 22,10.61 22,11.3M4.5,11.3V12.7C4.5,13.38 3.94,13.94 3.25,13.94C2.55,13.94 2,13.38 2,12.7V11.3C2,10.61 2.55,10.06 3.25,10.06C3.94,10.06 4.5,10.61 4.5,11.3M8.82,15.38V16.77C8.82,17.45 8.26,18 7.57,18C6.88,18 6.32,17.45 6.32,16.77V15.38C6.32,14.68 6.88,14.13 7.57,14.13A1.25,1.25 0 0,1 8.82,15.38M13.25,19.36V20.75A1.25,1.25 0 0,1 12,22A1.25,1.25 0 0,1 10.75,20.75V19.36A1.25,1.25 0 0,1 12,18.11A1.25,1.25 0 0,1 13.25,19.36M13.25,3.25V4.64A1.25,1.25 0 0,1 12,5.89A1.25,1.25 0 0,1 10.75,4.64V3.25C10.75,2.55 11.31,2 12,2A1.25,1.25 0 0,1 13.25,3.25M17.68,12.34V16.77C17.68,17.46 17.13,18 16.43,18C15.74,18 15.18,17.46 15.18,16.77V12.34C15.18,11.64 15.74,11.09 16.43,11.09C17.13,11.09 17.68,11.64 17.68,12.34M8.82,7.22V11.65C8.82,12.35 8.26,12.9 7.57,12.9A1.25,1.25 0 0,1 6.32,11.65V7.22A1.25,1.25 0 0,1 7.57,5.97A1.25,1.25 0 0,1 8.82,7.22Z\" /></svg></li><li title=\"google spreadsheet \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-google-spreadsheet\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,11V9H11V5H9V9H5V11H9V19H11V11H19M19,3C19.5,3 20,3.2 20.39,3.61C20.8,4 21,4.5 21,5V19C21,19.5 20.8,20 20.39,20.39C20,20.8 19.5,21 19,21H5C4.5,21 4,20.8 3.61,20.39C3.2,20 3,19.5 3,19V5C3,4.5 3.2,4 3.61,3.61C4,3.2 4.5,3 5,3H19Z\" /></svg></li><li title=\"google street view \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-google-street-view\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.95,9.27C13.96,9.27 15.59,7.64 15.59,5.63C15.59,3.63 13.96,2 11.95,2C9.94,2 8.32,3.63 8.32,5.63C8.32,7.64 9.94,9.27 11.95,9.27M9.36,12.97C9.36,12.97 8.27,15.94 7.96,16.5C7.85,16.71 7.87,16.77 7.6,16.77C7.33,16.77 6.91,16.5 6.91,16.5C6.91,16.5 6.71,16.37 6.79,16.14C7.03,15.4 8.12,11.08 8.35,10.25C8.6,9.36 9.28,9.39 9.28,9.39H9.93L12.03,13.04L14.14,9.39H14.92C14.92,9.39 15.23,9.43 15.46,9.7C15.7,9.97 15.75,10.44 15.75,10.44L17.14,15.84C17.14,15.84 17.24,16.22 17.21,16.33C17.17,16.5 17.08,16.5 17.08,16.5C17.08,16.5 16.69,16.62 16.47,16.69C16.07,16.82 16,16.44 16,16.44L14.7,13.04L14.55,22H12.6L12.27,16.89C12.27,16.89 12.21,16.76 12.03,16.76C11.86,16.76 11.8,16.89 11.8,16.89L11.45,22H9.5L9.37,12.97H9.36Z\" /></svg></li><li title=\"google translate \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-google-translate\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,5H10.88L10,2H4A2,2 0 0,0 2,4V17A2,2 0 0,0 4,19H11L12,22H20A2,2 0 0,0 22,20V7A2,2 0 0,0 20,5M7.17,14.59A4.09,4.09 0 0,1 3.08,10.5A4.09,4.09 0 0,1 7.17,6.41C8.21,6.41 9.16,6.78 9.91,7.5L10,7.54L8.75,8.72L8.69,8.67C8.4,8.4 7.91,8.08 7.17,8.08C5.86,8.08 4.79,9.17 4.79,10.5C4.79,11.83 5.86,12.92 7.17,12.92C8.54,12.92 9.13,12.05 9.29,11.46H7.08V9.91H11.03L11.04,10C11.08,10.19 11.09,10.38 11.09,10.59C11.09,12.94 9.5,14.59 7.17,14.59M13.2,12.88C13.53,13.5 13.94,14.06 14.39,14.58L13.85,15.11L13.2,12.88M13.97,12.12H13L12.67,11.08H16.66C16.66,11.08 16.32,12.39 15.1,13.82C14.58,13.2 14.21,12.59 13.97,12.12M21,20A1,1 0 0,1 20,21H13L15,19L14.19,16.23L15.11,15.31L17.79,18L18.5,17.27L15.81,14.59C16.71,13.56 17.41,12.34 17.73,11.08H19V10.04H15.36V9H14.32V10.04H12.36L11.18,6H20A1,1 0 0,1 21,7V20Z\" /></svg></li><li title=\"google \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-google\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.35,11.1H12.18V13.83H18.69C18.36,17.64 15.19,19.27 12.19,19.27C8.36,19.27 5,16.25 5,12C5,7.9 8.2,4.73 12.2,4.73C15.29,4.73 17.1,6.7 17.1,6.7L19,4.72C19,4.72 16.56,2 12.1,2C6.42,2 2.03,6.8 2.03,12C2.03,17.05 6.16,22 12.25,22C17.6,22 21.5,18.33 21.5,12.91C21.5,11.76 21.35,11.1 21.35,11.1V11.1Z\" /></svg></li><li title=\"gradient horizontal \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gradient-horizontal\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9 13V11H11V13M11 15V13H13V15M11 11V9H13V11M9 9V7H11V9M9 17V15H11V17M3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3H5C3.9 3 3 3.9 3 5M18 15V17H16V15M18 11V13H16V11M18 7V9H16V7M11 5V7H13V5H15V7H13V9H15V11H13V13H15V15H13V17H15V19H13V17H11V19H5V5Z\" /></svg></li><li title=\"gradient vertical \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-gradient-vertical\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,9H13V11H11V9M9,11H11V13H9V11M13,11H15V13H13V11M15,9H17V11H15V9M7,9H9V11H7V9M19,3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3M9,18H7V16H9V18M13,18H11V16H13V18M17,18H15V16H17V18M19,11H17V13H19V15H17V13H15V15H13V13H11V15H9V13H7V15H5V13H7V11H5V5H19V11Z\" /></svg></li><li title=\"grain \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-grain\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,12A2,2 0 0,0 8,14A2,2 0 0,0 10,16A2,2 0 0,0 12,14A2,2 0 0,0 10,12M6,8A2,2 0 0,0 4,10A2,2 0 0,0 6,12A2,2 0 0,0 8,10A2,2 0 0,0 6,8M6,16A2,2 0 0,0 4,18A2,2 0 0,0 6,20A2,2 0 0,0 8,18A2,2 0 0,0 6,16M18,8A2,2 0 0,0 20,6A2,2 0 0,0 18,4A2,2 0 0,0 16,6A2,2 0 0,0 18,8M14,16A2,2 0 0,0 12,18A2,2 0 0,0 14,20A2,2 0 0,0 16,18A2,2 0 0,0 14,16M18,12A2,2 0 0,0 16,14A2,2 0 0,0 18,16A2,2 0 0,0 20,14A2,2 0 0,0 18,12M14,8A2,2 0 0,0 12,10A2,2 0 0,0 14,12A2,2 0 0,0 16,10A2,2 0 0,0 14,8M10,4A2,2 0 0,0 8,6A2,2 0 0,0 10,8A2,2 0 0,0 12,6A2,2 0 0,0 10,4Z\" /></svg></li><li title=\"graph outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-graph-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.5 17C19.36 17 19.24 17 19.11 17.04L17.5 13.8C17.95 13.35 18.25 12.71 18.25 12C18.25 10.62 17.13 9.5 15.75 9.5C15.61 9.5 15.5 9.5 15.35 9.54L13.74 6.3C14.21 5.84 14.5 5.21 14.5 4.5C14.5 3.12 13.38 2 12 2S9.5 3.12 9.5 4.5C9.5 5.2 9.79 5.84 10.26 6.29L8.65 9.54C8.5 9.5 8.39 9.5 8.25 9.5C6.87 9.5 5.75 10.62 5.75 12C5.75 12.71 6.04 13.34 6.5 13.79L4.89 17.04C4.76 17 4.64 17 4.5 17C3.12 17 2 18.12 2 19.5C2 20.88 3.12 22 4.5 22S7 20.88 7 19.5C7 18.8 6.71 18.16 6.24 17.71L7.86 14.46C8 14.5 8.12 14.5 8.25 14.5C8.38 14.5 8.5 14.5 8.63 14.46L10.26 17.71C9.79 18.16 9.5 18.8 9.5 19.5C9.5 20.88 10.62 22 12 22S14.5 20.88 14.5 19.5C14.5 18.12 13.38 17 12 17C11.87 17 11.74 17 11.61 17.04L10 13.8C10.45 13.35 10.75 12.71 10.75 12C10.75 11.3 10.46 10.67 10 10.21L11.61 6.96C11.74 7 11.87 7 12 7C12.13 7 12.26 7 12.39 6.96L14 10.21C13.54 10.66 13.25 11.3 13.25 12C13.25 13.38 14.37 14.5 15.75 14.5C15.88 14.5 16 14.5 16.13 14.46L17.76 17.71C17.29 18.16 17 18.8 17 19.5C17 20.88 18.12 22 19.5 22S22 20.88 22 19.5C22 18.12 20.88 17 19.5 17M4.5 20.5C3.95 20.5 3.5 20.05 3.5 19.5S3.95 18.5 4.5 18.5 5.5 18.95 5.5 19.5 5.05 20.5 4.5 20.5M13 19.5C13 20.05 12.55 20.5 12 20.5S11 20.05 11 19.5 11.45 18.5 12 18.5 13 18.95 13 19.5M7.25 12C7.25 11.45 7.7 11 8.25 11S9.25 11.45 9.25 12 8.8 13 8.25 13 7.25 12.55 7.25 12M11 4.5C11 3.95 11.45 3.5 12 3.5S13 3.95 13 4.5 12.55 5.5 12 5.5 11 5.05 11 4.5M14.75 12C14.75 11.45 15.2 11 15.75 11S16.75 11.45 16.75 12 16.3 13 15.75 13 14.75 12.55 14.75 12M19.5 20.5C18.95 20.5 18.5 20.05 18.5 19.5S18.95 18.5 19.5 18.5 20.5 18.95 20.5 19.5 20.05 20.5 19.5 20.5Z\" /></svg></li><li title=\"graph \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-graph\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.5 17C19.37 17 19.24 17 19.11 17.04L17.5 13.79C17.95 13.34 18.25 12.71 18.25 12C18.25 10.62 17.13 9.5 15.75 9.5C15.62 9.5 15.5 9.5 15.36 9.54L13.73 6.29C14.21 5.84 14.5 5.21 14.5 4.5C14.5 3.12 13.38 2 12 2S9.5 3.12 9.5 4.5C9.5 5.21 9.79 5.84 10.26 6.29L8.64 9.54C8.5 9.5 8.38 9.5 8.25 9.5C6.87 9.5 5.75 10.62 5.75 12C5.75 12.71 6.05 13.34 6.5 13.79L4.89 17.04C4.76 17 4.63 17 4.5 17C3.12 17 2 18.12 2 19.5C2 20.88 3.12 22 4.5 22S7 20.88 7 19.5C7 18.8 6.71 18.16 6.24 17.71L7.86 14.46C8 14.5 8.12 14.5 8.25 14.5C8.38 14.5 8.5 14.5 8.64 14.46L10.27 17.71C9.8 18.16 9.5 18.8 9.5 19.5C9.5 20.88 10.62 22 12 22S14.5 20.88 14.5 19.5C14.5 18.12 13.38 17 12 17C11.87 17 11.74 17 11.61 17.04L10 13.79C10.46 13.34 10.75 12.71 10.75 12S10.46 10.66 10 10.21L11.61 6.96C11.74 7 11.87 7 12 7S12.26 7 12.39 6.96L14 10.21C13.55 10.66 13.25 11.3 13.25 12C13.25 13.38 14.37 14.5 15.75 14.5C15.88 14.5 16 14.5 16.14 14.46L17.77 17.71C17.3 18.16 17 18.8 17 19.5C17 20.88 18.12 22 19.5 22S22 20.88 22 19.5C22 18.12 20.88 17 19.5 17Z\" /></svg></li><li title=\"graphql \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-graphql\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,5.37L11.56,5.31L6,14.9C6.24,15.11 6.4,15.38 6.47,15.68H17.53C17.6,15.38 17.76,15.11 18,14.9L12.44,5.31L12,5.37M6.6,16.53L10.88,19.06C11.17,18.79 11.57,18.63 12,18.63C12.43,18.63 12.83,18.79 13.12,19.06L17.4,16.53H6.6M12,22A1.68,1.68 0 0,1 10.32,20.32L10.41,19.76L6.11,17.21C5.8,17.57 5.35,17.79 4.84,17.79A1.68,1.68 0 0,1 3.16,16.11C3.16,15.32 3.69,14.66 4.42,14.47V9.36C3.59,9.25 2.95,8.54 2.95,7.68A1.68,1.68 0 0,1 4.63,6C5.18,6 5.66,6.26 5.97,6.66L10.38,4.13L10.32,3.68C10.32,2.75 11.07,2 12,2C12.93,2 13.68,2.75 13.68,3.68L13.62,4.13L18.03,6.66C18.34,6.26 18.82,6 19.37,6A1.68,1.68 0 0,1 21.05,7.68C21.05,8.54 20.41,9.25 19.58,9.36V14.47C20.31,14.66 20.84,15.32 20.84,16.11A1.68,1.68 0 0,1 19.16,17.79C18.65,17.79 18.2,17.57 17.89,17.21L13.59,19.76L13.68,20.32A1.68,1.68 0 0,1 12,22M10.8,4.86L6.3,7.44L6.32,7.68C6.32,8.39 5.88,9 5.26,9.25L5.29,14.5L10.8,4.86M13.2,4.86L18.71,14.5L18.74,9.25C18.12,9 17.68,8.39 17.68,7.68L17.7,7.44L13.2,4.86Z\" /></svg></li><li title=\"grass \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-grass\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 20H2V18H7.75C7 15.19 4.81 13 2 12.26C2.64 12.1 3.31 12 4 12C8.42 12 12 15.58 12 20M22 12.26C21.36 12.1 20.69 12 20 12C17.07 12 14.5 13.58 13.12 15.93C13.41 16.59 13.65 17.28 13.79 18C13.92 18.65 14 19.32 14 20H22V18H16.24C17 15.19 19.19 13 22 12.26M15.64 11C16.42 8.93 17.87 7.18 19.73 6C15.44 6.16 12 9.67 12 14V14C12.95 12.75 14.2 11.72 15.64 11M11.42 8.85C10.58 6.66 8.88 4.89 6.7 4C8.14 5.86 9 8.18 9 10.71C9 10.92 8.97 11.12 8.96 11.32C9.39 11.56 9.79 11.84 10.18 12.14C10.39 10.96 10.83 9.85 11.42 8.85Z\" /></svg></li><li title=\"grave stone \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-grave-stone\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,2H14C17.31,2 19,4.69 19,8V18.66C16.88,17.63 15.07,17 12,17C8.93,17 7.12,17.63 5,18.66V8C5,4.69 6.69,2 10,2M8,8V9.5H16V8H8M9,12V13.5H15V12H9M3,22V21.31C5.66,19.62 13.23,15.84 21,21.25V22H3Z\" /></svg></li><li title=\"grease pencil \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-grease-pencil\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.62,1.5C18.11,1.5 17.6,1.69 17.21,2.09L10.75,8.55L14.95,12.74L21.41,6.29C22.2,5.5 22.2,4.24 21.41,3.46L20.04,2.09C19.65,1.69 19.14,1.5 18.62,1.5M9.8,9.5L3.23,16.07L3.93,16.77C3.4,17.24 2.89,17.78 2.38,18.29C1.6,19.08 1.6,20.34 2.38,21.12C3.16,21.9 4.42,21.9 5.21,21.12C5.72,20.63 6.25,20.08 6.73,19.58L7.43,20.27L14,13.7\" /></svg></li><li title=\"greater than or equal \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-greater-than-or-equal\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6.5,2.27L20,10.14L6.5,18L5.5,16.27L16.03,10.14L5.5,4L6.5,2.27M20,20V22H5V20H20Z\" /></svg></li><li title=\"greater than \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-greater-than\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5.5,4.14L4.5,5.86L15,12L4.5,18.14L5.5,19.86L19,12L5.5,4.14Z\" /></svg></li><li title=\"greenhouse \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-greenhouse\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 3L4 9V21H20V9L12 3M10 10H14V19H10V10M16 10H18V13H16V10M15.33 8H8.67L12 5.5L15.33 8M8 10V13H6V10H8M6 15H8V19H6V15M16 19V15H18V19H16Z\" /></svg></li><li title=\"grid large \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-grid-large\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,2H20A2,2 0 0,1 22,4V20A2,2 0 0,1 20,22H4C2.92,22 2,21.1 2,20V4A2,2 0 0,1 4,2M4,4V11H11V4H4M4,20H11V13H4V20M20,20V13H13V20H20M20,4H13V11H20V4Z\" /></svg></li><li title=\"grid off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-grid-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M0,2.77L1.28,1.5L22.5,22.72L21.23,24L19.23,22H4C2.92,22 2,21.1 2,20V4.77L0,2.77M10,4V7.68L8,5.68V4H6.32L4.32,2H20A2,2 0 0,1 22,4V19.7L20,17.7V16H18.32L16.32,14H20V10H16V13.68L14,11.68V10H12.32L10.32,8H14V4H10M16,4V8H20V4H16M16,20H17.23L16,18.77V20M4,8H5.23L4,6.77V8M10,14H11.23L10,12.77V14M14,20V16.77L13.23,16H10V20H14M8,20V16H4V20H8M8,14V10.77L7.23,10H4V14H8Z\" /></svg></li><li title=\"grid \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-grid\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,4V8H14V4H10M16,4V8H20V4H16M16,10V14H20V10H16M16,16V20H20V16H16M14,20V16H10V20H14M8,20V16H4V20H8M8,14V10H4V14H8M8,8V4H4V8H8M10,14H14V10H10V14M4,2H20A2,2 0 0,1 22,4V20A2,2 0 0,1 20,22H4C2.92,22 2,21.1 2,20V4A2,2 0 0,1 4,2Z\" /></svg></li><li title=\"grill outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-grill-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17 22A3 3 0 1 0 14.18 18H9.14L11.13 14.94A6.36 6.36 0 0 0 12.87 14.94L13.89 16.5C14.31 16 14.85 15.56 15.5 15.3L14.89 14.37A7 7 0 0 0 19 8H5A7 7 0 0 0 9.12 14.37L5.17 20.45A1 1 0 0 0 6.84 21.54L7.84 20H14.18A3 3 0 0 0 17 22M17 18A1 1 0 0 1 18 19C18 19.55 17.55 20 17 20S16 19.55 16 19A1 1 0 0 1 17 18M7.42 10H16.58A5 5 0 0 1 7.42 10M9.41 7H10.41C10.56 5.85 10.64 5.36 9.5 4.04C9.1 3.54 8.84 3.27 9.06 2H8.07A3.14 3.14 0 0 0 8.96 4.96C9.18 5.2 9.75 5.63 9.41 7M11.89 7H12.89C13.04 5.85 13.12 5.36 12 4.04C11.58 3.54 11.32 3.26 11.54 2H10.55A3.14 3.14 0 0 0 11.44 4.96C11.67 5.2 12.24 5.63 11.89 7M14.41 7H15.41C15.56 5.85 15.64 5.36 14.5 4.04C14.1 3.54 13.84 3.27 14.06 2H13.07A3.14 3.14 0 0 0 13.96 4.96C14.18 5.2 14.75 5.63 14.41 7Z\" /></svg></li><li title=\"grill \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-grill\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8.06,2C7.88,3.17 8.17,4.16 8.95,4.97C9.45,5.47 9.61,6.14 9.42,7H10.41C10.53,6.45 10.55,6 10.45,5.55C10.36,5.13 10.05,4.63 9.5,4.03C9.05,3.47 8.89,2.8 9.05,2H8.06M10.55,2C10.36,3.17 10.66,4.16 11.44,4.97C11.94,5.47 12.09,6.14 11.91,7H12.89C13,6.45 13.03,6 12.94,5.55C12.84,5.13 12.53,4.63 12,4.03C11.53,3.47 11.38,2.8 11.53,2H10.55M13.08,2C12.89,3.17 13.19,4.16 13.97,4.97C14.47,5.47 14.61,6.14 14.39,7H15.42C15.55,6.45 15.56,6 15.47,5.55C15.38,5.13 15.06,4.63 14.53,4.03C14.06,3.47 13.91,2.8 14.06,2H13.08M5,8C5,9.42 5.39,10.7 6.14,11.84C6.87,12.96 7.91,13.85 9.14,14.39L5.16,20.44C5.06,20.56 5,20.75 5,21C5,21.41 5.16,21.69 5.44,21.84C5.56,21.94 5.75,22 6,22C6.41,22 6.69,21.84 6.84,21.56L7.83,19.97H14.2C14.41,20.55 14.79,21.05 15.28,21.42C15.78,21.8 16.36,22 17,22C17.83,22 18.53,21.69 19.13,21.09C19.72,20.5 20,19.8 20,19C20,18.17 19.72,17.47 19.13,16.88C18.53,16.28 17.83,16 17,16C16.36,16 15.78,16.17 15.28,16.55C14.78,16.92 14.42,17.41 14.2,18H9.14L11.11,14.95C11.27,15 11.56,15 12,15C12.44,15 12.73,15 12.89,14.95L13.88,16.5C14.29,15.96 14.84,15.54 15.47,15.28L14.91,14.39C16.03,13.89 17,13 17.79,11.77C18.59,10.5 19,9.27 19,8H5M17,18C17.3,18 17.53,18.09 17.72,18.28C17.91,18.47 18,18.72 18,19C18,19.27 17.91,19.5 17.72,19.71C17.54,19.91 17.28,20 17,20C16.74,20 16.5,19.91 16.29,19.71C16.09,19.5 16,19.26 16,19C16,18.7 16.09,18.47 16.29,18.28C16.5,18.09 16.73,18 17,18Z\" /></svg></li><li title=\"group \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-group\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M1,1V5H2V19H1V23H5V22H19V23H23V19H22V5H23V1H19V2H5V1M5,4H19V5H20V19H19V20H5V19H4V5H5M6,6V14H9V18H18V9H14V6M8,8H12V12H8M14,11H16V16H11V14H14\" /></svg></li><li title=\"guitar acoustic \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-guitar-acoustic\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.59,3H22V5H20.41L16.17,9.24C15.8,8.68 15.32,8.2 14.76,7.83L19.59,3M12,8A4,4 0 0,1 16,12C16,13.82 14.77,15.42 13,15.87V16A5,5 0 0,1 8,21A5,5 0 0,1 3,16A5,5 0 0,1 8,11H8.13C8.58,9.24 10.17,8 12,8M12,10.5A1.5,1.5 0 0,0 10.5,12A1.5,1.5 0 0,0 12,13.5A1.5,1.5 0 0,0 13.5,12A1.5,1.5 0 0,0 12,10.5M6.94,14.24L6.23,14.94L9.06,17.77L9.77,17.06L6.94,14.24Z\" /></svg></li><li title=\"guitar electric \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-guitar-electric\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.59,3H22V5H20.41L15.12,10.29L13.71,8.9L19.59,3M12,9C12.26,9 12.5,9.1 12.71,9.3L14.71,11.3C14.89,11.5 15,11.73 15,12L14.9,12.4L10.9,20.4C10.71,20.75 10.36,20.93 10,20.93C9.65,20.93 9.29,20.75 9.11,20.4L7.25,16.7L3.55,14.9C3.18,14.7 3,14.35 3,14C3,13.65 3.18,13.3 3.55,13.1L11.55,9.1C11.69,9 11.84,9 12,9M9.35,11.82L8.65,12.5L11.5,15.35L12.18,14.65L9.35,11.82M7.94,13.23L7.23,13.94L10.06,16.77L10.77,16.06L7.94,13.23Z\" /></svg></li><li title=\"guitar pick outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-guitar-pick-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,4.1C18.1,3.3 17,2.8 15.8,2.5C15.5,2.4 13.6,2 12.2,2C12.2,2 12.1,2 12,2C12,2 11.9,2 11.8,2C10.4,2 8.4,2.4 8.1,2.5C7,2.8 5.9,3.3 5,4.1C3,5.9 3,8.7 4,11C5,13.5 6.1,15.7 7.6,17.9C8.8,19.6 10.1,22 12,22C13.9,22 15.2,19.6 16.5,17.9C18,15.8 19.1,13.5 20.1,11C21,8.7 21,5.9 19,4.1M18.2,10.2C17.1,12.9 16.1,14.9 14.8,16.7C14.6,16.9 14.5,17.2 14.3,17.4C13.8,18.2 12.6,20 12,20C12,20 12,20 12,20C11.3,20 10.2,18.3 9.6,17.4C9.4,17.2 9.3,16.9 9.1,16.7C7.9,14.9 6.8,12.9 5.7,10.2C5.5,9.5 4.7,7 6.3,5.5C6.8,5 7.6,4.7 8.6,4.4C9,4.4 10.7,4 11.8,4C11.8,4 12.1,4 12.1,4C13.2,4 14.9,4.3 15.3,4.4C16.3,4.7 17.1,5 17.6,5.5C19.3,7 18.5,9.5 18.2,10.2Z\" /></svg></li><li title=\"guitar pick \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-guitar-pick\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,4.1C18.1,3.3 17,2.8 15.8,2.5C15.5,2.4 13.6,2 12.2,2C12.2,2 12.1,2 12,2C12,2 11.9,2 11.8,2C10.4,2 8.4,2.4 8.1,2.5C7,2.8 5.9,3.3 5,4.1C3,5.9 3,8.7 4,11C5,13.5 6.1,15.7 7.6,17.9C8.8,19.6 10.1,22 12,22C13.9,22 15.2,19.6 16.5,17.9C18,15.8 19.1,13.5 20.1,11C21,8.7 21,5.9 19,4.1Z\" /></svg></li><li title=\"guy fawkes mask \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-guy-fawkes-mask\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,13A9,9 0 0,1 12,22A9,9 0 0,1 3,13L3.03,4.43C5.68,2.88 8.76,2 12.05,2C15.3,2 18.36,2.87 21,4.38V13M13,19.93C16.39,19.44 19,16.5 19,13V5.59C16.9,4.57 14.54,4 12.05,4C9.5,4 7.08,4.6 4.94,5.66L5,13C5,16.5 7.63,19.44 11,19.93V18H13V19.93M11,16H8L6,13L9,14H10L11,13H13L14,14H15L18,13L16,16H13L12,15L11,16M6,9.03C6.64,8.4 7.5,8.05 8.5,8.05C9.45,8.05 10.34,8.4 11,9.03C10.34,9.65 9.45,10 8.5,10C7.5,10 6.64,9.65 6,9.03M13,9.03C13.64,8.4 14.5,8.05 15.5,8.05C16.45,8.05 17.34,8.4 18,9.03C17.34,9.65 16.45,10 15.5,10C14.5,10 13.64,9.65 13,9.03Z\" /></svg></li><li title=\"hail \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hail\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,16H7V22H4V16M19,2.39C18.92,3.86 18.55,5.13 17.86,6.21C17.17,7.29 16.22,8 15,8.39V22H13V16H11V22H9V10.08C8.72,10.17 8.5,10.28 8.39,10.41C7.45,11.16 7,12.19 7,13.5V14H5V13.5C5,11.53 5.72,9.94 7.13,8.72C8.53,7.56 10.16,7 12,7C13.41,7 14.56,6.64 15.47,5.95C16.5,5.11 17,3.95 17,2.5V2H19V2.39M12,2A2,2 0 0,1 14,4A2,2 0 0,1 12,6A2,2 0 0,1 10,4A2,2 0 0,1 12,2Z\" /></svg></li><li title=\"hair dryer outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hair-dryer-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10 12.73A70.39 70.39 0 0 0 17 11V4S10.5 2 7.5 2A5.5 5.5 0 0 0 6.12 12.82L7 19H8A3 3 0 0 0 9.46 21.33A3.15 3.15 0 0 1 11 24H12A4.12 4.12 0 0 0 10.09 20.55C9.39 20 9 19.63 9 19H10M4 7.5A3.5 3.5 0 0 1 7.5 4A37.08 37.08 0 0 1 15 5.5V9.5A37.08 37.08 0 0 1 7.5 11A3.5 3.5 0 0 1 4 7.5M22 9A4.32 4.32 0 0 1 19.78 8.45A3.4 3.4 0 0 0 18 8V7A4.32 4.32 0 0 1 20.22 7.55A3.4 3.4 0 0 0 22 8M22 6A3.4 3.4 0 0 1 20.22 5.55A4.32 4.32 0 0 0 18 5V6A3.4 3.4 0 0 1 19.78 6.45A4.32 4.32 0 0 0 22 7M22 10A3.4 3.4 0 0 1 20.22 9.55A4.32 4.32 0 0 0 18 9V10A3.4 3.4 0 0 1 19.78 10.45A4.32 4.32 0 0 0 22 11M9 7.5A1.5 1.5 0 1 1 7.5 6A1.5 1.5 0 0 1 9 7.5Z\" /></svg></li><li title=\"hair dryer \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hair-dryer\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 9A4.32 4.32 0 0 1 19.78 8.45A3.4 3.4 0 0 0 18 8V7A4.32 4.32 0 0 1 20.22 7.55A3.4 3.4 0 0 0 22 8M22 6A3.4 3.4 0 0 1 20.22 5.55A4.32 4.32 0 0 0 18 5V6A3.4 3.4 0 0 1 19.78 6.45A4.32 4.32 0 0 0 22 7M22 10A3.4 3.4 0 0 1 20.22 9.55A4.32 4.32 0 0 0 18 9V10A3.4 3.4 0 0 1 19.78 10.45A4.32 4.32 0 0 0 22 11M10 12.73A70.39 70.39 0 0 0 17 11V4S10.5 2 7.5 2A5.5 5.5 0 0 0 6.12 12.82L7 19H8A3 3 0 0 0 9.46 21.33A3.15 3.15 0 0 1 11 24H12A4.12 4.12 0 0 0 10.09 20.55C9.39 20 9 19.63 9 19H10M7.5 10A2.5 2.5 0 1 1 10 7.5A2.5 2.5 0 0 1 7.5 10Z\" /></svg></li><li title=\"halloween \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-halloween\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6.5,6C7.47,6 8.37,6.5 9.11,7.38C9.66,6.79 10.31,6.36 11,6.15V4A2,2 0 0,1 13,2H15V4H13V6.15C13.69,6.36 14.34,6.79 14.89,7.38C15.63,6.5 16.53,6 17.5,6C20,6 22,9.36 22,13.5C22,17.64 20,21 17.5,21C16.53,21 15.63,20.5 14.89,19.62C14.08,20.5 13.08,21 12,21C10.92,21 9.92,20.5 9.11,19.62C8.37,20.5 7.47,21 6.5,21C4,21 2,17.64 2,13.5C2,9.36 4,6 6.5,6M9,10L7.75,12.25H10.25L9,10M15,10L13.75,12.25H16.25L15,10M8,17H10L11,16L12,17H14L15,16L16,17L17.5,14L13.92,14.62L13,16L12,15H10L9,16L8,15L6,14L8,17Z\" /></svg></li><li title=\"hamburger check \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hamburger-check\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 9H3C3 9 3 3 12 3S21 9 21 9M13.35 17H3V18C3 19.66 4.34 21 6 21H13.35C13.13 20.37 13 19.7 13 19C13 18.3 13.13 17.63 13.35 17M21.86 13.73C21.95 13.5 22 13.26 22 13C22 11.9 21.11 11 20 11H11L8.5 13L6 11H4C2.9 11 2 11.9 2 13S2.9 15 4 15H14.54C15.64 13.78 17.23 13 19 13C20.04 13 21 13.26 21.86 13.73M21.34 15.84L17.75 19.43L16.16 17.84L15 19L17.75 22L22.5 17.25L21.34 15.84Z\" /></svg></li><li title=\"hamburger minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hamburger-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 9H3C3 9 3 3 12 3S21 9 21 9M13.35 17H3V18C3 19.66 4.34 21 6 21H13.35C13.13 20.37 13 19.7 13 19C13 18.3 13.13 17.63 13.35 17M21.86 13.73C21.95 13.5 22 13.26 22 13C22 11.9 21.11 11 20 11H11L8.5 13L6 11H4C2.9 11 2 11.9 2 13S2.9 15 4 15H14.54C15.64 13.78 17.23 13 19 13C20.04 13 21 13.26 21.86 13.73M15 18V20H23V18H15Z\" /></svg></li><li title=\"hamburger off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hamburger-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 11C21.11 11 22 11.9 22 13S21.11 15 20 15H18.2L14.2 11H20M20.42 19.77L20.42 19.76L17.66 17H17.65L15.65 15H15.66L11.66 11H11.66L9.66 9H9.66L2.39 1.73L1.11 3L4.12 6C3 7.5 3 9 3 9H7.11L9.11 11H4C2.9 11 2 11.9 2 13S2.9 15 4 15H13.11L15.11 17H3V18C3 19.66 4.34 21 6 21H18C18.33 21 18.65 20.93 18.94 20.83L20.84 22.73L22.11 21.46L20.42 19.77M21 9C21 9 21 3 12 3C9.88 3 8.28 3.34 7.05 3.85L12.2 9H21Z\" /></svg></li><li title=\"hamburger plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hamburger-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 9H3C3 9 3 3 12 3S21 9 21 9M13.35 17H3V18C3 19.66 4.34 21 6 21H13.35C13.13 20.37 13 19.7 13 19C13 18.3 13.13 17.63 13.35 17M21.86 13.73C21.95 13.5 22 13.26 22 13C22 11.9 21.11 11 20 11H11L8.5 13L6 11H4C2.9 11 2 11.9 2 13S2.9 15 4 15H14.54C15.64 13.78 17.23 13 19 13C20.04 13 21 13.26 21.86 13.73M20 18V15H18V18H15V20H18V23H20V20H23V18H20Z\" /></svg></li><li title=\"hamburger remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hamburger-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 9H3C3 9 3 3 12 3S21 9 21 9M13.35 17H3V18C3 19.66 4.34 21 6 21H13.35C13.13 20.37 13 19.7 13 19C13 18.3 13.13 17.63 13.35 17M21.86 13.73C21.95 13.5 22 13.26 22 13C22 11.9 21.11 11 20 11H11L8.5 13L6 11H4C2.9 11 2 11.9 2 13S2.9 15 4 15H14.54C15.64 13.78 17.23 13 19 13C20.04 13 21 13.26 21.86 13.73M22.54 16.88L21.12 15.47L19 17.59L16.88 15.47L15.47 16.88L17.59 19L15.47 21.12L16.88 22.54L19 20.41L21.12 22.54L22.54 21.12L20.41 19L22.54 16.88Z\" /></svg></li><li title=\"hamburger \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hamburger\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 13C22 14.11 21.11 15 20 15H4C2.9 15 2 14.11 2 13S2.9 11 4 11H13L15.5 13L18 11H20C21.11 11 22 11.9 22 13M12 3C3 3 3 9 3 9H21C21 9 21 3 12 3M3 18C3 19.66 4.34 21 6 21H18C19.66 21 21 19.66 21 18V17H3V18Z\" /></svg></li><li title=\"hammer screwdriver \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hammer-screwdriver\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.06 13.09L21.69 18.68L18.37 21.96L12.78 16.37V15.45L15.14 13.09H16.06M16.97 10.56L16 9.6L11.21 14.4V16.37L5.58 22L2.3 18.68L7.89 13.09H9.86L10.64 12.31L6.8 8.46H5.5L2.69 5.62L5.31 3L8.11 5.8V7.11L12 10.95L14.66 8.29L13.7 7.28L15 5.97H12.34L11.69 5.32L15 2L15.66 2.66V5.32L16.97 4L20.25 7.28C21.34 8.38 21.34 10.17 20.25 11.26L18.28 9.25L16.97 10.56Z\" /></svg></li><li title=\"hammer sickle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hammer-sickle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 20.59L20.59 22L17.45 18.86C16.89 19.23 16.3 19.56 15.66 19.78C14 20.36 12.2 20.4 10.53 19.88C9.5 19.58 8.56 19.05 7.75 18.37L4.56 21.56C4 22.15 3.03 22.15 2.44 21.56C1.86 21 1.86 20 2.44 19.44L5.82 16.06L8.47 15.54C9.19 16.45 10.19 17.13 11.28 17.5C12.44 17.85 13.72 17.84 14.87 17.46C15.16 17.37 15.44 17.26 15.7 17.12L7.6 9L5.83 10.78L3 7.95L7.95 3L12.19 4.41L9 7.6L17.31 15.89C17.5 15.71 17.65 15.53 17.8 15.33C19.3 13.36 19.42 10.42 18.09 8C16.78 5.57 14.5 3.55 12 2C13.41 2.5 14.76 3.17 16 4.04C17.24 4.91 18.43 5.93 19.33 7.25C20.23 8.54 20.87 10.12 21 11.79C21.1 13.47 20.66 15.23 19.7 16.65C19.5 17 19.24 17.28 19 17.56L22 20.59Z\" /></svg></li><li title=\"hammer wrench \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hammer-wrench\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.78 15.3L19.78 21.3L21.89 19.14L15.89 13.14L13.78 15.3M17.5 10.1C17.11 10.1 16.69 10.05 16.36 9.91L4.97 21.25L2.86 19.14L10.27 11.74L8.5 9.96L7.78 10.66L6.33 9.25V12.11L5.63 12.81L2.11 9.25L2.81 8.55H5.62L4.22 7.14L7.78 3.58C8.95 2.41 10.83 2.41 12 3.58L9.89 5.74L11.3 7.14L10.59 7.85L12.38 9.63L14.2 7.75C14.06 7.42 14 7 14 6.63C14 4.66 15.56 3.11 17.5 3.11C18.09 3.11 18.61 3.25 19.08 3.53L16.41 6.2L17.91 7.7L20.58 5.03C20.86 5.5 21 6 21 6.63C21 8.55 19.45 10.1 17.5 10.1Z\" /></svg></li><li title=\"hammer \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hammer\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2 19.63L13.43 8.2L12.72 7.5L14.14 6.07L12 3.89C13.2 2.7 15.09 2.7 16.27 3.89L19.87 7.5L18.45 8.91H21.29L22 9.62L18.45 13.21L17.74 12.5V9.62L16.27 11.04L15.56 10.33L4.13 21.76L2 19.63Z\" /></svg></li><li title=\"hand back left off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hand-back-left-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.11 21.46L2.39 1.73L1.11 3L3.56 5.45C3.21 5.87 3 6.41 3 7V16C3 20.42 6.58 24 11 24C13.94 24 16.62 22.45 18.12 20L20.84 22.73L22.11 21.46M11 22C7.69 22 5 19.31 5 16V7C5 6.97 5 6.94 5 6.91L6 7.89V12H8V9.89L9 10.89V12H10.11L16.65 18.54C15.57 20.64 13.41 22 11 22M8 4.8L6.21 3C6.59 2.12 7.47 1.5 8.5 1.5C8.73 1.5 8.96 1.53 9.17 1.59C9.54 .66 10.44 0 11.5 0C12.73 0 13.75 .89 13.96 2.06C14.13 2 14.31 2 14.5 2C15.88 2 17 3.12 17 4.5V10.39C17.34 10.08 17.76 9.85 18.22 9.73L19 9.5C19.82 9.29 20.69 9.61 21.18 10.35C21.56 10.92 21.58 11.66 21.33 12.3L19.67 16.47L18.13 14.93L19.5 11.45L19 11.59C18.5 11.71 18.15 12.05 18 12.5L17.34 14.14L15 11.8V4.5C15 4.22 14.78 4 14.5 4S14 4.22 14 4.5V10.8L12 8.8V2.5C12 2.22 11.78 2 11.5 2S11 2.22 11 2.5V7.8L9 5.8V4C9 3.72 8.78 3.5 8.5 3.5S8 3.72 8 4V4.8Z\" /></svg></li><li title=\"hand back left off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hand-back-left-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.11 21.46L2.39 1.73L1.11 3L3.21 5.1C3.09 5.29 3 5.5 3 5.75V16C3 20.42 6.58 24 11 24C13.93 24 16.58 22.39 17.97 19.86L20.84 22.73L22.11 21.46M5.5 12V7.39L6.5 8.39V12H5.5M10 12H9V10.89L10 11.89V12M16 12.8L13.5 10.3V3.25C13.5 2.56 14.06 2 14.75 2S16 2.56 16 3.25V12.8M19.5 16.28L17.16 13.96L18.16 11.47C18.38 10.92 18.84 10.5 19.4 10.31L20.19 10.05C21 9.79 21.74 10.58 21.43 11.37L19.5 16.28M9 5.8L6.5 3.3V2.75C6.5 2.06 7.06 1.5 7.75 1.5S9 2.06 9 2.75V5.8M12.5 9.3L10 6.8V1.25C10 .56 10.56 0 11.25 0S12.5 .56 12.5 1.25V9.3Z\" /></svg></li><li title=\"hand back left outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hand-back-left-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 16C3 20.42 6.58 24 11 24C14.43 24 17.5 21.91 18.77 18.73L21.33 12.3C21.58 11.66 21.56 10.92 21.18 10.35C20.69 9.61 19.82 9.29 19 9.5L18.22 9.73C17.76 9.85 17.34 10.08 17 10.39V4.5C17 3.12 15.88 2 14.5 2C14.31 2 14.13 2 13.96 2.06C13.75 .89 12.73 0 11.5 0C10.44 0 9.54 .66 9.17 1.59C8.96 1.53 8.73 1.5 8.5 1.5C7.12 1.5 6 2.62 6 4V4.55C5.84 4.5 5.67 4.5 5.5 4.5C4.12 4.5 3 5.62 3 7V16M5 7C5 6.72 5.22 6.5 5.5 6.5S6 6.72 6 7V12H8V4C8 3.72 8.22 3.5 8.5 3.5S9 3.72 9 4V12H11V2.5C11 2.22 11.22 2 11.5 2S12 2.22 12 2.5V12H14V4.5C14 4.22 14.22 4 14.5 4S15 4.22 15 4.5V15H17L18 12.5C18.15 12.05 18.5 11.71 19 11.59L19.5 11.45L16.91 18C15.95 20.41 13.61 22 11 22C7.69 22 5 19.31 5 16V7Z\" /></svg></li><li title=\"hand back left \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hand-back-left\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 16V5.75C3 5.06 3.56 4.5 4.25 4.5S5.5 5.06 5.5 5.75V12H6.5V2.75C6.5 2.06 7.06 1.5 7.75 1.5C8.44 1.5 9 2.06 9 2.75V12H10V1.25C10 .56 10.56 0 11.25 0S12.5 .56 12.5 1.25V12H13.5V3.25C13.5 2.56 14.06 2 14.75 2S16 2.56 16 3.25V15H16.75L18.16 11.47C18.38 10.92 18.84 10.5 19.4 10.31L20.19 10.05C21 9.79 21.74 10.58 21.43 11.37L18.4 19C17.19 22 14.26 24 11 24C6.58 24 3 20.42 3 16Z\" /></svg></li><li title=\"hand back right off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hand-back-right-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.11 21.46L2.39 1.73L1.11 3L7 8.89V10.39C6.66 10.08 6.24 9.85 5.78 9.73L5 9.5C4.18 9.29 3.31 9.61 2.82 10.35C2.44 10.92 2.42 11.66 2.67 12.3L5.23 18.73C6.5 21.91 9.57 24 13 24C15.5 24 17.7 22.85 19.17 21.06L20.84 22.73L22.11 21.46M13 22C10.39 22 8.05 20.41 7.09 18L4.5 11.45L5 11.59C5.5 11.71 5.85 12.05 6 12.5L7 15H9V10.89L17.75 19.64C16.66 21.07 14.94 22 13 22M9 5.8L7.09 3.89C7.36 2.8 8.33 2 9.5 2C9.69 2 9.87 2 10.04 2.06C10.25 .89 11.27 0 12.5 0C13.56 0 14.46 .66 14.83 1.59C15.04 1.53 15.27 1.5 15.5 1.5C16.88 1.5 18 2.62 18 4V4.55C18.16 4.5 18.33 4.5 18.5 4.5C19.88 4.5 21 5.62 21 7V16C21 16.56 20.94 17.11 20.83 17.63L19 15.8V7C19 6.72 18.78 6.5 18.5 6.5S18 6.72 18 7V12H16V4C16 3.72 15.78 3.5 15.5 3.5S15 3.72 15 4V11.8L13 9.8V2.5C13 2.22 12.78 2 12.5 2S12 2.22 12 2.5V8.8L10 6.8V4.5C10 4.22 9.78 4 9.5 4S9 4.22 9 4.5V5.8Z\" /></svg></li><li title=\"hand back right off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hand-back-right-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.84 22.73L19.17 21.06C17.7 22.85 15.5 24 13 24C9.74 24 6.81 22 5.6 19L2.57 11.37C2.26 10.58 3 9.79 3.81 10.05L4.6 10.31C5.16 10.5 5.62 10.92 5.84 11.47L7.25 15H8V9.89L1.11 3L2.39 1.73L22.11 21.46L20.84 22.73M14 1.25C14 .56 13.44 0 12.75 0S11.5 .56 11.5 1.25V8.3L14 10.8V1.25M21 16V5.75C21 5.06 20.44 4.5 19.75 4.5S18.5 5.06 18.5 5.75V12H17.5V2.75C17.5 2.06 16.94 1.5 16.25 1.5S15 2.06 15 2.75V11.8L20.83 17.63C20.94 17.11 21 16.56 21 16M10.5 3.25C10.5 2.56 9.94 2 9.25 2S8 2.56 8 3.25V4.8L10.5 7.3V3.25Z\" /></svg></li><li title=\"hand back right outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hand-back-right-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 7C21 5.62 19.88 4.5 18.5 4.5C18.33 4.5 18.16 4.5 18 4.55V4C18 2.62 16.88 1.5 15.5 1.5C15.27 1.5 15.04 1.53 14.83 1.59C14.46 .66 13.56 0 12.5 0C11.27 0 10.25 .89 10.04 2.06C9.87 2 9.69 2 9.5 2C8.12 2 7 3.12 7 4.5V10.39C6.66 10.08 6.24 9.85 5.78 9.73L5 9.5C4.18 9.29 3.31 9.61 2.82 10.35C2.44 10.92 2.42 11.66 2.67 12.3L5.23 18.73C6.5 21.91 9.57 24 13 24C17.42 24 21 20.42 21 16V7M19 16C19 19.31 16.31 22 13 22C10.39 22 8.05 20.41 7.09 18L4.5 11.45L5 11.59C5.5 11.71 5.85 12.05 6 12.5L7 15H9V4.5C9 4.22 9.22 4 9.5 4S10 4.22 10 4.5V12H12V2.5C12 2.22 12.22 2 12.5 2S13 2.22 13 2.5V12H15V4C15 3.72 15.22 3.5 15.5 3.5S16 3.72 16 4V12H18V7C18 6.72 18.22 6.5 18.5 6.5S19 6.72 19 7V16Z\" /></svg></li><li title=\"hand back right \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hand-back-right\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 24C9.74 24 6.81 22 5.6 19L2.57 11.37C2.26 10.58 3 9.79 3.81 10.05L4.6 10.31C5.16 10.5 5.62 10.92 5.84 11.47L7.25 15H8V3.25C8 2.56 8.56 2 9.25 2S10.5 2.56 10.5 3.25V12H11.5V1.25C11.5 .56 12.06 0 12.75 0S14 .56 14 1.25V12H15V2.75C15 2.06 15.56 1.5 16.25 1.5C16.94 1.5 17.5 2.06 17.5 2.75V12H18.5V5.75C18.5 5.06 19.06 4.5 19.75 4.5S21 5.06 21 5.75V16C21 20.42 17.42 24 13 24Z\" /></svg></li><li title=\"hand clap \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hand-clap\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.9 21.47C6 19.81 5.35 17.17 6.18 14.84L8.31 8.91C8.53 8.3 9.36 8.22 9.69 8.78L10 9.33C10.24 9.72 10.29 10.2 10.14 10.63L9.16 13.37L9.59 13.75L15.55 7C15.9 6.6 16.5 6.56 16.91 6.91C17.3 7.26 17.34 7.87 17 8.26L12.55 13.29L13.13 13.8L18.58 7.62C18.93 7.22 19.54 7.18 19.93 7.53C20.33 7.88 20.37 8.5 20 8.89L14.56 15.07L15.14 15.58L19.83 10.26C20.18 9.86 20.79 9.82 21.18 10.17S21.62 11.13 21.27 11.5L16.58 16.84L17.15 17.35L20.32 13.76C20.67 13.36 21.28 13.32 21.68 13.67S22.11 14.63 21.76 15L16.56 20.92C14.32 23.47 10.44 23.71 7.9 21.47M11.59 9.22L14.43 6C14.67 5.73 14.97 5.5 15.3 5.37L15.68 4.59C15.92 4.12 15.72 3.54 15.24 3.31C14.77 3.08 14.19 3.28 13.96 3.75L11.45 8.89C11.5 9 11.56 9.11 11.59 9.22M11 8L11 8.05L13.78 2.38C14 1.9 13.81 1.33 13.33 1.1C12.86 .865 12.28 1.06 12.05 1.54L9.41 6.95C10.06 7.06 10.63 7.43 11 8M4.77 14.33L6.9 8.4C7.17 7.65 7.8 7.14 8.55 6.97L10.69 2.58C10.92 2.1 10.72 1.53 10.25 1.3C9.77 1.07 9.2 1.26 8.97 1.74L5 9.84L4.5 9.59L4.71 6.68C4.75 6.23 4.57 5.78 4.25 5.46L3.79 5C3.32 4.57 2.55 4.86 2.5 5.5L2 11.79C1.87 13.83 2.77 15.78 4.35 17C4.33 16.12 4.46 15.21 4.77 14.33Z\" /></svg></li><li title=\"hand coin outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hand-coin-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16 2C13.24 2 11 4.24 11 7S13.24 12 16 12 21 9.76 21 7 18.76 2 16 2M16 10C14.34 10 13 8.66 13 7S14.34 4 16 4 19 5.34 19 7 17.66 10 16 10M19 16H17C17 14.8 16.25 13.72 15.13 13.3L8.97 11H1V22H7V20.56L14 22.5L22 20V19C22 17.34 20.66 16 19 16M5 20H3V13H5V20M13.97 20.41L7 18.5V13H8.61L14.43 15.17C14.77 15.3 15 15.63 15 16C15 16 13 15.95 12.7 15.85L10.32 15.06L9.69 16.96L12.07 17.75C12.58 17.92 13.11 18 13.65 18H19C19.39 18 19.74 18.24 19.9 18.57L13.97 20.41Z\" /></svg></li><li title=\"hand coin \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hand-coin\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16 12C18.76 12 21 9.76 21 7S18.76 2 16 2 11 4.24 11 7 13.24 12 16 12M21.45 17.6C21.06 17.2 20.57 17 20 17H13L10.92 16.27L11.25 15.33L13 16H15.8C16.15 16 16.43 15.86 16.66 15.63S17 15.12 17 14.81C17 14.27 16.74 13.9 16.22 13.69L8.95 11H7V20L14 22L22.03 19C22.04 18.47 21.84 18 21.45 17.6M5 11H.984V22H5V11Z\" /></svg></li><li title=\"hand extended outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hand-extended-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 15V16L14 18.5L7 16.6V18H1V7H9L15.2 9.3C16.2 9.7 17 10.8 17 12H19C20.7 12 22 13.3 22 15M5 16V9H3V16H5M19.9 14.6C19.7 14.2 19.4 14 19 14H13.6C13.1 14 12.5 13.9 12 13.8L9.7 13L10.3 11.1L12.7 11.9C13 11.9 15 12 15 12C15 11.6 14.8 11.3 14.4 11.2L8.6 9H7V14.5L14 16.4L19.9 14.6Z\" /></svg></li><li title=\"hand extended \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hand-extended\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 13C20.6 13 21.1 13.2 21.5 13.6C21.8 14 22 14.5 22 15L14 18L7 16V7H8.9L16.2 9.7C16.7 9.9 17 10.3 17 10.8C17 11.1 16.9 11.4 16.7 11.6S16.1 12 15.8 12H13L11.2 11.3L10.9 12.2L13 13H20M1 7H5V18H1V7Z\" /></svg></li><li title=\"hand front left outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hand-front-left-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 10.5V15.5C3 20.19 6.81 24 11.5 24S20 20.19 20 15.5V7C20 5.62 18.88 4.5 17.5 4.5C17.33 4.5 17.16 4.5 17 4.55V4C17 2.62 15.88 1.5 14.5 1.5C14.27 1.5 14.04 1.53 13.83 1.59C13.46 .66 12.56 0 11.5 0C10.27 0 9.25 .89 9.04 2.06C8.87 2 8.69 2 8.5 2C7.12 2 6 3.12 6 4.5V8.05C5.84 8 5.67 8 5.5 8C4.12 8 3 9.12 3 10.5M5 10.5C5 10.22 5.22 10 5.5 10S6 10.22 6 10.5V15C7.66 15 9 16.34 9 18H11C11 15.95 9.77 14.19 8 13.42V4.5C8 4.22 8.22 4 8.5 4S9 4.22 9 4.5V11H11V2.5C11 2.22 11.22 2 11.5 2S12 2.22 12 2.5V11H14V4C14 3.72 14.22 3.5 14.5 3.5S15 3.72 15 4V12H17V7C17 6.72 17.22 6.5 17.5 6.5S18 6.72 18 7V15.5C18 19.09 15.09 22 11.5 22S5 19.09 5 15.5V10.5Z\" /></svg></li><li title=\"hand front left \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hand-front-left\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 9.25V15.75C3 20.31 6.69 24 11.25 24S19.5 20.31 19.5 15.75V5.75C19.5 5.06 18.94 4.5 18.25 4.5S17 5.06 17 5.75V12H16V2.75C16 2.06 15.44 1.5 14.75 1.5S13.5 2.06 13.5 2.75V11H12.5V1.25C12.5 .56 11.94 0 11.25 0S10 .56 10 1.25V11H9V3.25C9 2.56 8.44 2 7.75 2C7.06 2 6.5 2.56 6.5 3.25V14.03C8.47 14.28 10 15.96 10 18H9C9 16.35 7.65 15 6 15H5.5V9.25C5.5 8.56 4.94 8 4.25 8S3 8.56 3 9.25Z\" /></svg></li><li title=\"hand front right outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hand-front-right-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.5 8C18.33 8 18.16 8 18 8.05V4.5C18 3.12 16.88 2 15.5 2C15.31 2 15.13 2 14.96 2.06C14.75 .89 13.73 0 12.5 0C11.44 0 10.54 .66 10.17 1.59C9.96 1.53 9.73 1.5 9.5 1.5C8.12 1.5 7 2.62 7 4V4.55C6.84 4.5 6.67 4.5 6.5 4.5C5.12 4.5 4 5.62 4 7V15.5C4 20.19 7.81 24 12.5 24S21 20.19 21 15.5V10.5C21 9.12 19.88 8 18.5 8M19 15.5C19 19.09 16.09 22 12.5 22S6 19.09 6 15.5V7C6 6.72 6.22 6.5 6.5 6.5S7 6.72 7 7V12H9V4C9 3.72 9.22 3.5 9.5 3.5S10 3.72 10 4V11H12V2.5C12 2.22 12.22 2 12.5 2S13 2.22 13 2.5V11H15V4.5C15 4.22 15.22 4 15.5 4S16 4.22 16 4.5V13.42C14.23 14.19 13 15.95 13 18H15C15 16.34 16.34 15 18 15V10.5C18 10.22 18.22 10 18.5 10S19 10.22 19 10.5V15.5Z\" /></svg></li><li title=\"hand front right \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hand-front-right\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.75 8C19.06 8 18.5 8.56 18.5 9.25V15H18C16.35 15 15 16.35 15 18H14C14 15.96 15.53 14.28 17.5 14.03V3.25C17.5 2.56 16.94 2 16.25 2C15.56 2 15 2.56 15 3.25V11H14V1.25C14 .56 13.44 0 12.75 0S11.5 .56 11.5 1.25V11H10.5V2.75C10.5 2.06 9.94 1.5 9.25 1.5S8 2.06 8 2.75V12H7V5.75C7 5.06 6.44 4.5 5.75 4.5S4.5 5.06 4.5 5.75V15.75C4.5 20.31 8.19 24 12.75 24S21 20.31 21 15.75V9.25C21 8.56 20.44 8 19.75 8Z\" /></svg></li><li title=\"hand heart outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hand-heart-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16 3.23C16.71 2.41 17.61 2 18.7 2C19.61 2 20.37 2.33 21 3C21.63 3.67 21.96 4.43 22 5.3C22 6 21.67 6.81 21 7.76S19.68 9.5 19.03 10.15C18.38 10.79 17.37 11.74 16 13C14.61 11.74 13.59 10.79 12.94 10.15S11.63 8.71 10.97 7.76C10.31 6.81 10 6 10 5.3C10 4.39 10.32 3.63 10.97 3C11.62 2.37 12.4 2.04 13.31 2C14.38 2 15.27 2.41 16 3.23M22 19V20L14 22.5L7 20.56V22H1V11H8.97L15.13 13.3C16.25 13.72 17 14.8 17 16H19C20.66 16 22 17.34 22 19M5 20V13H3V20H5M19.9 18.57C19.74 18.24 19.39 18 19 18H13.65C13.11 18 12.58 17.92 12.07 17.75L9.69 16.96L10.32 15.06L12.7 15.85C13 15.95 15 16 15 16C15 15.63 14.77 15.3 14.43 15.17L8.61 13H7V18.5L13.97 20.41L19.9 18.57Z\" /></svg></li><li title=\"hand heart \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hand-heart\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 17Q20.86 17 21.45 17.6T22.03 19L14 22L7 20V11H8.95L16.22 13.69Q17 14 17 14.81 17 15.28 16.66 15.63T15.8 16H13L11.25 15.33L10.92 16.27L13 17H20M16 3.23Q17.06 2 18.7 2 20.06 2 21 3T22 5.3Q22 6.33 21 7.76T19.03 10.15 16 13Q13.92 11.11 12.94 10.15T10.97 7.76 10 5.3Q10 3.94 10.97 3T13.31 2Q14.91 2 16 3.23M.984 11H5V22H.984V11Z\" /></svg></li><li title=\"hand okay \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hand-okay\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.3,19.26L18.96,13.61L21.08,15.73L15.42,21.38L13.3,19.26M16.5,11.13L13.4,8.05C13.27,7.92 13.13,7.83 13,7.76L11.88,3.47C11.74,2.93 11.2,2.61 10.66,2.75C10.13,2.88 9.81,3.43 9.94,3.96L11,8.03V8.03L8.67,3.19C8.44,2.69 7.84,2.5 7.34,2.71C6.84,2.95 6.63,3.55 6.87,4.05L8.56,7.59L5.19,4.25C4.8,3.86 4.16,3.86 3.77,4.25C3.38,4.65 3.39,5.28 3.78,5.67L7.5,9.37L6.8,9.64L5.72,10.07L3.81,11.39C3.81,11.39 3,12.44 2.93,12.89C2.85,13.34 3.72,15.6 3.72,15.6H3.73C3.89,15.94 4.23,16.18 4.63,16.18A1,1 0 0,0 5.63,15.18C5.63,15.08 5.6,15 5.57,14.91L5.59,14.9L5,13.17L6.23,12.19C6.7,12.21 7.71,12.29 8.2,12.32C10.93,14.77 8.35,15.73 8.35,15.73L4.89,16.79L4.72,16.93C4.5,17.13 4.41,17.4 4.42,17.68L4.44,18.75L10.87,18.25C11.25,18.26 11.61,18.12 11.89,17.85L16.5,13.25C17.03,12.71 17.05,11.7 16.5,11.13Z\" /></svg></li><li title=\"hand peace variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hand-peace-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7,19H15V22H7V19M16.94,1C16.4,0.91 15.87,1.25 15.76,1.8L14.75,7.57C14.53,7.54 14.29,7.5 14,7.47L13.57,7.5L12.41,1.8C12.31,1.26 11.78,0.91 11.24,1C10.7,1.13 10.35,1.66 10.45,2.2L11.65,8.11L7.85,9.8C7.35,10 7,10.53 7,11.14V15.5C7,16.3 7.73,17 8.5,17H15C15.39,17 15.74,16.84 16,16.57L16.5,16.16C16.5,16.16 17,15.78 17,15.36V13C17,13 17,11.86 16.13,11.3L17.71,2.2C17.83,1.66 17.5,1.13 16.94,1Z\" /></svg></li><li title=\"hand peace \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hand-peace\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7,19H15V22H7V19M16.15,12V12L12.97,10.34C12.82,10.34 12.69,10.4 12.6,10.5L12.3,10.81L12.89,13.23L11.91,13.47L10.72,8.5L9.25,9.18L10.29,13.47L9.32,13.7L8.32,9.59L7.85,9.8C7.35,10 7,10.53 7,11.14V15.5C7,16.3 7.73,17 8.5,17H15C15.39,17 15.74,16.84 16,16.57L16.5,16.16C16.5,16.16 17,15.78 17,15.36V13.7C17,13.7 17,12.56 16.15,12M16.94,1C16.4,0.91 15.87,1.25 15.76,1.8L14.69,7.97C14.47,7.94 14.38,7.86 14.08,7.83L13.65,7.88L12.41,1.8C12.3,1.26 11.78,0.91 11.24,1C10.69,1.13 10.34,1.66 10.45,2.2L11.65,8.11V8.11L12,9.67C12.28,9.47 12.61,9.34 12.97,9.34H13.31L16.31,10.95L17.72,2.2C17.83,1.66 17.5,1.13 16.94,1Z\" /></svg></li><li title=\"hand pointing down \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hand-pointing-down\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9.9,21V11L6.7,12.69L6.5,12.72C6.19,12.72 5.93,12.6 5.74,12.4L5,11.63L9.9,7.43C10.16,7.16 10.5,7 10.9,7H17.4C18.17,7 18.9,7.7 18.9,8.5V12.86C18.9,13.47 18.55,14 18.05,14.2L13.11,16.4L11.9,16.53V21A1,1 0 0,1 10.9,22A1,1 0 0,1 9.9,21M18.9,5H10.9V2H18.9V5Z\" /></svg></li><li title=\"hand pointing left \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hand-pointing-left\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,9H13L11.31,5.8L11.28,5.58C11.28,5.29 11.4,5.03 11.6,4.84L12.37,4.1L16.57,9C16.84,9.26 17,9.61 17,10V16.5C17,17.27 16.3,18 15.5,18H11.14C10.53,18 10,17.65 9.8,17.15L7.6,12.21L7.47,11H3A1,1 0 0,1 2,10A1,1 0 0,1 3,9M19,18V10H22V18H19Z\" /></svg></li><li title=\"hand pointing right \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hand-pointing-right\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,9A1,1 0 0,1 22,10A1,1 0 0,1 21,11H16.53L16.4,12.21L14.2,17.15C14,17.65 13.47,18 12.86,18H8.5C7.7,18 7,17.27 7,16.5V10C7,9.61 7.16,9.26 7.43,9L11.63,4.1L12.4,4.84C12.6,5.03 12.72,5.29 12.72,5.58L12.69,5.8L11,9H21M2,18V10H5V18H2Z\" /></svg></li><li title=\"hand pointing up \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hand-pointing-up\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,3V13L17.2,11.31L17.42,11.28C17.71,11.28 17.97,11.4 18.16,11.6L18.9,12.37L14,16.57C13.74,16.84 13.39,17 13,17H6.5C5.73,17 5,16.3 5,15.5V11.14C5,10.53 5.35,10 5.85,9.8L10.79,7.6L12,7.47V3A1,1 0 0,1 13,2A1,1 0 0,1 14,3M5,19H13V22H5V19Z\" /></svg></li><li title=\"hand saw \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hand-saw\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9.8,17L5.9,11.6L20,2L22,5V8H19V11H16V14H13V17M9.7,18.7L9.2,21.5L7.6,22.7C6.7,23.3 5.5,23.1 4.8,22.2L1.3,17.3C0.7,16.4 0.9,15.2 1.8,14.5L5.1,12.2L9.7,18.7M4.6,15L3,16.1L6.5,21L8.1,19.8L4.6,15Z\" /></svg></li><li title=\"hand wash outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hand-wash-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17 5L17.62 6.37L19 7L17.62 7.63L17 9L16.36 7.63L15 7L16.36 6.37L17 5M20 14C21.1 14 22 13.1 22 12S20 8 20 8 18 10.9 18 12 18.9 14 20 14M11 6.1V4H13C13.57 4 14.1 4.17 14.55 4.45L16 3C15.15 2.39 14.13 2 13 2H7.5V4H9V6.11C7.22 6.5 5.8 7.79 5.25 9.5H7.41C7.94 8.61 8.89 8 10 8C11.62 8 12.94 9.29 13 10.9L15 11.65V11C15 8.58 13.28 6.56 11 6.1M22 19V20L14 22.5L7 20.56V22H1V11H8.97L15.13 13.3C16.25 13.72 17 14.8 17 16H19C20.66 16 22 17.34 22 19M5 20V13H3V20H5M19.9 18.57C19.74 18.24 19.39 18 19 18H13.65C13.11 18 12.58 17.92 12.07 17.75L9.69 16.96L10.32 15.06L12.7 15.85C13 15.95 15 16 15 16C15 15.63 14.77 15.3 14.43 15.17L8.61 13H7V18.5L13.97 20.41L19.9 18.57Z\" /></svg></li><li title=\"hand wash \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hand-wash\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17 5L17.62 6.37L19 7L17.62 7.63L17 9L16.36 7.63L15 7L16.36 6.37L17 5M11 6.13V4H13C13.57 4 14.1 4.17 14.55 4.45L16 3C15.15 2.39 14.13 2 13 2H7.5V4H9V6.14C7.23 6.5 5.81 7.8 5.26 9.5H9.24L15 11.65V11.03C15 8.61 13.28 6.59 11 6.13M1 22H5V11H1V22M20 17H13L10.91 16.27L11.24 15.33L13 16H15.82C16.47 16 17 15.47 17 14.82C17 14.33 16.69 13.89 16.23 13.71L8.97 11H7V20L14 22L22 19C22 17.9 21.11 17 20 17M20 14C21.1 14 22 13.1 22 12S20 8 20 8 18 10.9 18 12 18.9 14 20 14Z\" /></svg></li><li title=\"hand water \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hand-water\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17.42 22.5H5.33C3.5 22.5 2 21 2 19.17V13.08C2 12.18 2.36 11.33 3 10.71L8.63 5.17C8.63 5.17 9.66 6.22 9.67 6.25C9.83 6.43 9.92 6.66 9.92 6.91C9.92 7.09 9.87 7.26 9.78 7.41C9.77 7.44 8 10 8 10H18.67C19.36 10 19.92 10.56 19.92 11.25C19.92 11.94 19.36 12.5 18.67 12.5H12.83V13.33H20.75C21.44 13.33 22 13.89 22 14.58C22 15.28 21.44 15.83 20.75 15.83H12.83V16.67H19.92C20.61 16.67 21.17 17.22 21.17 17.92C21.17 18.61 20.61 19.17 19.92 19.17H12.83V20H17.42C18.11 20 18.67 20.56 18.67 21.25C18.67 21.94 18.11 22.5 17.42 22.5M13.5 4.8C13.5 4.8 12 6.46 12 7.5C12 9.5 15 9.5 15 7.5C15 6.46 13.5 4.8 13.5 4.8M18.5 1C18.5 1 16 3.76 16 5.5C16 8.83 21 8.83 21 5.5C21 3.76 18.5 1 18.5 1Z\" /></svg></li><li title=\"hand wave outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hand-wave-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.03 4.95L3.5 8.5C.17 11.81 .17 17.19 3.5 20.5S12.19 23.83 15.5 20.5L21.5 14.5C22.5 13.53 22.5 11.94 21.5 10.96C21.4 10.84 21.27 10.73 21.13 10.64L21.5 10.25C22.5 9.28 22.5 7.69 21.5 6.71C21.36 6.55 21.17 6.41 21 6.3C21.38 5.38 21.21 4.28 20.46 3.53C19.59 2.66 18.24 2.57 17.26 3.25C17.16 3.1 17.05 2.96 16.92 2.83C15.95 1.86 14.36 1.86 13.38 2.83L10.87 5.34C10.78 5.2 10.67 5.07 10.55 4.95C9.58 4 8 4 7.03 4.95M8.44 6.37C8.64 6.17 8.95 6.17 9.15 6.37S9.35 6.88 9.15 7.08L5.97 10.26C7.14 11.43 7.14 13.33 5.97 14.5L7.38 15.91C8.83 14.46 9.2 12.34 8.5 10.55L14.8 4.25C15 4.05 15.31 4.05 15.5 4.25S15.71 4.76 15.5 4.96L10.91 9.56L12.32 10.97L18.33 4.96C18.53 4.76 18.84 4.76 19.04 4.96C19.24 5.16 19.24 5.47 19.04 5.67L13.03 11.68L14.44 13.09L19.39 8.14C19.59 7.94 19.9 7.94 20.1 8.14C20.3 8.34 20.3 8.65 20.1 8.85L14.44 14.5L15.85 15.92L19.39 12.38C19.59 12.18 19.9 12.18 20.1 12.38C20.3 12.58 20.3 12.89 20.1 13.09L14.1 19.1C11.56 21.64 7.45 21.64 4.91 19.1S2.37 12.45 4.91 9.91L8.44 6.37M23 17C23 20.31 20.31 23 17 23V21.5C19.5 21.5 21.5 19.5 21.5 17H23M1 7C1 3.69 3.69 1 7 1V2.5C4.5 2.5 2.5 4.5 2.5 7H1Z\" /></svg></li><li title=\"hand wave \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hand-wave\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23 17C23 20.31 20.31 23 17 23V21.5C19.5 21.5 21.5 19.5 21.5 17H23M1 7C1 3.69 3.69 1 7 1V2.5C4.5 2.5 2.5 4.5 2.5 7H1M8 4.32L3.41 8.92C.19 12.14 .19 17.37 3.41 20.59S11.86 23.81 15.08 20.59L22.15 13.5C22.64 13.03 22.64 12.24 22.15 11.75C21.66 11.26 20.87 11.26 20.38 11.75L15.96 16.17L15.25 15.46L21.79 8.92C22.28 8.43 22.28 7.64 21.79 7.15S20.5 6.66 20 7.15L14.19 13L13.5 12.27L20.37 5.38C20.86 4.89 20.86 4.1 20.37 3.61S19.09 3.12 18.6 3.61L11.71 10.5L11 9.8L16.5 4.32C17 3.83 17 3.04 16.5 2.55S15.22 2.06 14.73 2.55L7.11 10.17C8.33 11.74 8.22 14 6.78 15.45L6.07 14.74C7.24 13.57 7.24 11.67 6.07 10.5L5.72 10.15L9.79 6.08C10.28 5.59 10.28 4.8 9.79 4.31C9.29 3.83 8.5 3.83 8 4.32Z\" /></svg></li><li title=\"handball \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-handball\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.83 10.43A6.93 6.93 0 0 1 18.39 14.86A6.64 6.64 0 0 1 17.5 19.5L15.78 18.5A5 5 0 0 0 16.44 16A5.22 5.22 0 0 0 15.46 13.06L9.18 23.93L7.44 22.95L10.44 17.75L8.71 16.76L7.21 19.34L5.5 18.36L10.63 9.45A7 7 0 0 1 8.8 5.46A6.91 6.91 0 0 1 9.69 1.1L11.43 2.13A4.84 4.84 0 0 0 10.91 5.9A4.74 4.74 0 0 0 13.21 8.93M16 5A2 2 0 1 0 18 7A2 2 0 0 0 16 5M13.5 1A1.5 1.5 0 1 0 15 2.5A1.5 1.5 0 0 0 13.5 1Z\" /></svg></li><li title=\"handcuffs \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-handcuffs\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.24 6.76C18.4 4.91 15.65 4.53 13.42 5.59L12.46 4.63C12.07 4.24 11.44 4.24 11.05 4.63L10.97 4.72C10.83 3.75 10 3 9 3C7.9 3 7 3.9 7 5C7 5.09 7 5.18 7.03 5.26C6.42 5.61 6 6.25 6 7C6 7.46 6.16 7.87 6.42 8.21C6.17 8.39 6 8.67 6 9V10.35C3.67 11.17 2 13.39 2 16C2 19.31 4.69 22 8 22S14 19.31 14 16C14 13.39 12.33 11.17 10 10.35V9C10 8.67 9.83 8.39 9.58 8.21C9.84 7.87 10 7.46 10 7C10 6.91 10 6.82 9.97 6.74C10.15 6.64 10.3 6.5 10.43 6.38C11.36 6.88 12 7.86 12 9V9.08C12.13 9.15 12.25 9.25 12.38 9.33C12.57 8.91 12.83 8.5 13.17 8.17C14.73 6.61 17.27 6.61 18.83 8.17C20.39 9.73 20.39 12.27 18.83 13.83C18.03 14.63 17 15 15.93 15C16 15.32 16 15.66 16 16C16 16.34 15.97 16.67 15.93 17C17.5 17 19.05 16.43 20.24 15.24C22.59 12.9 22.59 9.1 20.24 6.76M9 4C9.55 4 10 4.45 10 5C10 5.33 9.83 5.61 9.58 5.79C9.22 5.31 8.65 5 8 5C8 4.45 8.45 4 9 4M7.42 6.21C7.78 6.69 8.35 7 9 7C9 7.55 8.55 8 8 8S7 7.55 7 7C7 6.67 7.17 6.39 7.42 6.21M12 16C12 18.21 10.21 20 8 20S4 18.21 4 16C4 13.79 5.79 12 8 12S12 13.79 12 16Z\" /></svg></li><li title=\"hands pray \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hands-pray\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.43 9.67C11.47 9.78 11.5 9.88 11.5 10V15.22C11.5 15.72 11.31 16.2 10.97 16.57L8.18 19.62L4.78 16.22L6 15L8.8 2.86C8.92 2.36 9.37 2 9.89 2C10.5 2 11 2.5 11 3.11V8.07C10.84 8.03 10.67 8 10.5 8C9.4 8 8.5 8.9 8.5 10V13C8.5 13.28 8.72 13.5 9 13.5S9.5 13.28 9.5 13V10C9.5 9.45 9.95 9 10.5 9C10.69 9 10.85 9.07 11 9.16C11.12 9.23 11.21 9.32 11.3 9.42C11.33 9.46 11.36 9.5 11.38 9.55C11.4 9.59 11.42 9.63 11.43 9.67M2 19L6 22L7.17 20.73L3.72 17.28L2 19M18 15L15.2 2.86C15.08 2.36 14.63 2 14.11 2C13.5 2 13 2.5 13 3.11V8.07C13.16 8.03 13.33 8 13.5 8C14.6 8 15.5 8.9 15.5 10V13C15.5 13.28 15.28 13.5 15 13.5S14.5 13.28 14.5 13V10C14.5 9.45 14.05 9 13.5 9C13.31 9 13.15 9.07 13 9.16C12.88 9.23 12.79 9.32 12.71 9.42C12.68 9.46 12.64 9.5 12.62 9.55C12.6 9.59 12.58 9.63 12.57 9.67C12.53 9.78 12.5 9.88 12.5 10V15.22C12.5 15.72 12.69 16.2 13.03 16.57L15.82 19.62L19.22 16.22L18 15M20.28 17.28L16.83 20.73L18 22L22 19L20.28 17.28Z\" /></svg></li><li title=\"handshake outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-handshake-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.71 8.71C22.96 7.46 22.39 6 21.71 5.29L18.71 2.29C17.45 1.04 16 1.61 15.29 2.29L13.59 4H11C9.1 4 8 5 7.44 6.15L3 10.59V14.59L2.29 15.29C1.04 16.55 1.61 18 2.29 18.71L5.29 21.71C5.83 22.25 6.41 22.45 6.96 22.45C7.67 22.45 8.32 22.1 8.71 21.71L11.41 19H15C16.7 19 17.56 17.94 17.87 16.9C19 16.6 19.62 15.74 19.87 14.9C21.42 14.5 22 13.03 22 12V9H21.41L21.71 8.71M20 12C20 12.45 19.81 13 19 13L18 13L18 14C18 14.45 17.81 15 17 15L16 15L16 16C16 16.45 15.81 17 15 17H10.59L7.31 20.28C7 20.57 6.82 20.4 6.71 20.29L3.72 17.31C3.43 17 3.6 16.82 3.71 16.71L5 15.41V11.41L7 9.41V11C7 12.21 7.8 14 10 14S13 12.21 13 11H20V12M20.29 7.29L18.59 9H11V11C11 11.45 10.81 12 10 12S9 11.45 9 11V8C9 7.54 9.17 6 11 6H14.41L16.69 3.72C17 3.43 17.18 3.6 17.29 3.71L20.28 6.69C20.57 7 20.4 7.18 20.29 7.29Z\" /></svg></li><li title=\"handshake \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-handshake\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11 6H14L17.29 2.7A1 1 0 0 1 18.71 2.7L21.29 5.29A1 1 0 0 1 21.29 6.7L19 9H11V11A1 1 0 0 1 10 12A1 1 0 0 1 9 11V8A2 2 0 0 1 11 6M5 11V15L2.71 17.29A1 1 0 0 0 2.71 18.7L5.29 21.29A1 1 0 0 0 6.71 21.29L11 17H15A1 1 0 0 0 16 16V15H17A1 1 0 0 0 18 14V13H19A1 1 0 0 0 20 12V11H13V12A2 2 0 0 1 11 14H9A2 2 0 0 1 7 12V9Z\" /></svg></li><li title=\"hanger \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hanger\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 4A3.5 3.5 0 0 0 8.5 7.5H10.5A1.5 1.5 0 0 1 12 6A1.5 1.5 0 0 1 13.5 7.5A1.5 1.5 0 0 1 12 9C11.45 9 11 9.45 11 10V11.75L2.4 18.2A1 1 0 0 0 3 20H21A1 1 0 0 0 21.6 18.2L13 11.75V10.85A3.5 3.5 0 0 0 15.5 7.5A3.5 3.5 0 0 0 12 4M12 13.5L18 18H6Z\" /></svg></li><li title=\"hard hat \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hard-hat\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9.87,12.15L9,6.46C10.95,5.84 13.05,5.84 15,6.46L14.13,12.15C14.06,12.64 13.63,13 13.13,13H10.86C10.37,13 9.94,12.64 9.87,12.15M22,16V16C22,15.21 21.53,14.5 20.8,14.17C20.32,11.86 18.96,9.83 17,8.5L15.24,13.34C15.1,13.74 14.72,14 14.3,14H9.7C9.28,14 8.9,13.74 8.76,13.34L7,8.5C5.04,9.83 3.68,11.86 3.2,14.16C2.47,14.5 2,15.2 2,16L8.45,17.84C8.81,17.94 9.18,18 9.55,18H14.43C14.8,18 15.17,17.94 15.53,17.84L22,16Z\" /></svg></li><li title=\"harddisk plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-harddisk-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 9A1 1 0 1 0 13 10A1 1 0 0 0 12 9M12 9A1 1 0 1 0 13 10A1 1 0 0 0 12 9M18 2H6A2 2 0 0 0 4 4V13.09A5.47 5.47 0 0 1 5 13A5.71 5.71 0 0 1 7 13.36A6 6 0 1 1 15.71 14.69L13.79 12.27A1 1 0 0 0 12.42 11.9L11.56 12.4A1 1 0 0 0 11.19 13.77L12.1 16A6.12 6.12 0 0 1 10 15.62A6 6 0 0 1 10.19 22H18A2 2 0 0 0 20 20V4A2 2 0 0 0 18 2M14.58 19.58L12.09 13.27L12.95 12.77L17.17 18.08M12 11A1 1 0 1 0 11 10A1 1 0 0 0 12 11M9 20H6V23H4V20H1V18H4V15H6V18H9Z\" /></svg></li><li title=\"harddisk remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-harddisk-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 9A1 1 0 1 0 13 10A1 1 0 0 0 12 9M12 9A1 1 0 1 0 13 10A1 1 0 0 0 12 9M18 2H6A2 2 0 0 0 4 4V13.09A5.47 5.47 0 0 1 5 13A5.71 5.71 0 0 1 7 13.36A6 6 0 1 1 15.71 14.69L13.79 12.27A1 1 0 0 0 12.42 11.9L11.56 12.4A1 1 0 0 0 11.19 13.77L12.1 16A6.12 6.12 0 0 1 10 15.62A6 6 0 0 1 10.19 22H18A2 2 0 0 0 20 20V4A2 2 0 0 0 18 2M14.58 19.58L12.09 13.27L12.95 12.77L17.17 18.08M12 11A1 1 0 1 0 11 10A1 1 0 0 0 12 11M7.12 22.54L5 20.41L2.88 22.54L1.46 21.12L3.59 19L1.46 16.88L2.88 15.46L5 17.59L7.12 15.46L8.54 16.88L6.41 19L8.54 21.12Z\" /></svg></li><li title=\"harddisk \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-harddisk\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,2H18A2,2 0 0,1 20,4V20A2,2 0 0,1 18,22H6A2,2 0 0,1 4,20V4A2,2 0 0,1 6,2M12,4A6,6 0 0,0 6,10C6,13.31 8.69,16 12.1,16L11.22,13.77C10.95,13.29 11.11,12.68 11.59,12.4L12.45,11.9C12.93,11.63 13.54,11.79 13.82,12.27L15.74,14.69C17.12,13.59 18,11.9 18,10A6,6 0 0,0 12,4M12,9A1,1 0 0,1 13,10A1,1 0 0,1 12,11A1,1 0 0,1 11,10A1,1 0 0,1 12,9M7,18A1,1 0 0,0 6,19A1,1 0 0,0 7,20A1,1 0 0,0 8,19A1,1 0 0,0 7,18M12.09,13.27L14.58,19.58L17.17,18.08L12.95,12.77L12.09,13.27Z\" /></svg></li><li title=\"hat fedora \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hat-fedora\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.11,11.92C19.13,11.71 19.14,11.5 19.14,11.29C19.14,7.86 17.71,4.14 16.28,4.14C14.85,4.14 13.42,5.57 12,5.57C10.57,5.57 9.14,4.14 7.71,4.14C6.28,4.14 4.86,7.79 4.86,11.29C4.86,11.5 4.86,11.71 4.88,11.92C7.22,12.45 9.6,12.72 12,12.71C14.45,12.71 16.83,12.44 19.11,11.92M3.45,18.18C9,19.85 14.96,19.86 20.54,18.18C20.96,18.04 21.33,17.77 21.59,17.41C21.85,17.05 22,16.61 22,16.17C22,15.72 21.86,15.29 21.61,14.92C21.35,14.56 21,14.29 20.56,14.14C17.86,15 15,15.45 12,15.45C9,15.45 6.13,15 3.43,14.14C3,14.29 2.65,14.57 2.39,14.93C2.14,15.29 2,15.72 2,16.17C2,17.11 2.61,17.9 3.45,18.18V18.18Z\" /></svg></li><li title=\"hazard lights \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hazard-lights\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,12L14.33,16H9.68L12,12M12,8L6.21,18H17.8L12,8M12,2L1,21H23L12,2M12,6L19.53,19H4.47L12,6Z\" /></svg></li><li title=\"hdr off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hdr-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17.5,15V13H18.6L19.5,15H21L20.1,12.9C20.6,12.7 21,12.1 21,11.5V10.5C21,9.7 20.3,9 19.5,9H16V13.9L17.1,15H17.5M17.5,10.5H19.5V11.5H17.5V10.5M13,10.5V10.9L14.5,12.4V10.5C14.5,9.7 13.8,9 13,9H11.1L12.6,10.5H13M9.5,9.5L2.5,2.5L1.4,3.5L6.9,9H6.5V11H4.5V9H3V15H4.5V12.5H6.5V15H8V10.1L9.5,11.6V15H12.9L20.5,22.6L21.6,21.5L9.5,9.5Z\" /></svg></li><li title=\"hdr \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hdr\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,11.5V10.5C21,9.7 20.3,9 19.5,9H16V15H17.5V13H18.6L19.5,15H21L20.1,12.9C20.6,12.6 21,12.1 21,11.5M19.5,11.5H17.5V10.5H19.5V11.5M6.5,11H4.5V9H3V15H4.5V12.5H6.5V15H8V9H6.5V11M13,9H9.5V15H13C13.8,15 14.5,14.3 14.5,13.5V10.5C14.5,9.7 13.8,9 13,9M13,13.5H11V10.5H13V13.5Z\" /></svg></li><li title=\"head alert outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-head-alert-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 3C16.9 3 20 6.1 20 10C20 12.8 18.4 15.2 16 16.3V21H9V18H8C6.9 18 6 17.1 6 16V13H4.5C4.1 13 3.8 12.5 4.1 12.2L6 9.7C6.2 5.9 9.2 3 13 3M13 1C8.4 1 4.6 4.4 4.1 8.9L2.5 11C1.9 11.8 1.9 12.8 2.3 13.6C2.7 14.3 3.3 14.8 4 14.9V16C4 17.9 5.3 19.4 7 19.9V23H18V17.5C20.5 15.8 22 13.1 22 10C22 5 18 1 13 1M14 15H12V13H14V15M14 11H12V5H14\" /></svg></li><li title=\"head alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-head-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 3C9.2 3 6.2 5.9 6 9.7L4.1 12.2C3.9 12.5 4.1 13 4.5 13H6V16C6 17.1 6.9 18 8 18H9V21H16V16.3C18.4 15.2 20 12.8 20 10C20 6.1 16.9 3 13 3M14 15H12V13H14V14M14 11H12V5H14V11Z\" /></svg></li><li title=\"head check outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-head-check-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 3C16.88 3 20 6.14 20 10C20 12.8 18.37 15.19 16 16.31V21H9V18H8C6.89 18 6 17.11 6 16V13H4.5C4.08 13 3.84 12.5 4.08 12.19L6 9.66C6.19 5.95 9.23 3 13 3M13 1C8.42 1 4.61 4.43 4.06 8.91L2.5 11C1.92 11.72 1.82 12.72 2.24 13.59C2.6 14.31 3.24 14.8 4 14.95V16C4 17.86 5.28 19.43 7 19.87V23H18V17.47C20.5 15.83 22 13.06 22 10C22 5.04 17.96 1 13 1M12.47 13L9 9.5L10.4 8.09L12.47 10.17L16.6 6L18 7.41L12.47 13Z\" /></svg></li><li title=\"head check \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-head-check\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 3C9.23 3 6.19 5.95 6 9.66L4.08 12.19C3.84 12.5 4.08 13 4.5 13H6V16C6 17.11 6.89 18 8 18H9V21H16V16.31C18.37 15.19 20 12.8 20 10C20 6.14 16.88 3 13 3M12.47 13L9 9.5L10.4 8.09L12.47 10.17L16.6 6L18 7.41L12.47 13Z\" /></svg></li><li title=\"head cog outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-head-cog-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 3C16.88 3 20 6.14 20 10C20 12.8 18.37 15.19 16 16.31V21H9V18H8C6.89 18 6 17.11 6 16V13H4.5C4.08 13 3.84 12.5 4.08 12.19L6 9.66C6.19 5.95 9.23 3 13 3M13 1C8.42 1 4.61 4.43 4.06 8.91L2.5 11C1.92 11.72 1.82 12.72 2.24 13.59C2.6 14.31 3.24 14.8 4 14.95V16C4 17.86 5.28 19.43 7 19.87V23H18V17.47C20.5 15.83 22 13.06 22 10C22 5.04 17.96 1 13 1M16.1 9.42V9C16.1 8.85 16.1 8.76 16.04 8.62L16.93 7.96C17 7.92 17 7.78 17 7.68L16.18 6.32C16.13 6.23 16 6.18 15.9 6.23L14.91 6.65C14.73 6.46 14.5 6.32 14.26 6.23L14.1 5.2C14.07 5.06 14 5 13.88 5H12.29C12.19 5 12.1 5.06 12.1 5.2L11.96 6.23C11.73 6.32 11.5 6.46 11.3 6.65L10.27 6.23C10.18 6.18 10.1 6.23 10.04 6.32L9.24 7.68C9.19 7.82 9.19 7.92 9.29 7.96L10.13 8.62C10.13 8.76 10.1 8.9 10.1 9C10.1 9.14 10.13 9.28 10.13 9.42L9.29 10.07C9.19 10.12 9.19 10.21 9.24 10.31L10.04 11.71C10.1 11.81 10.18 11.81 10.27 11.81L11.26 11.38C11.5 11.57 11.68 11.67 11.96 11.76L12.1 12.84C12.1 12.93 12.19 13 12.29 13H13.88C14 13 14.07 12.93 14.1 12.84L14.26 11.76C14.5 11.67 14.73 11.57 14.91 11.39L15.9 11.81C16 11.81 16.13 11.81 16.18 11.71L17 10.31C17 10.21 17 10.12 16.93 10.07L16.1 9.42M13.1 10.45C12.32 10.45 11.68 9.79 11.68 9S12.29 7.59 13.1 7.59C13.88 7.59 14.54 8.2 14.54 9S13.88 10.45 13.1 10.45Z\" /></svg></li><li title=\"head cog \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-head-cog\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 8.58C13.78 8.58 14.44 9.19 14.44 10S13.78 11.44 13 11.44 11.58 10.78 11.58 10 12.19 8.58 13 8.58M13 3C16.88 3 20 6.14 20 10C20 12.8 18.37 15.19 16 16.31V21H9V18H8C6.89 18 6 17.11 6 16V13H4.5C4.08 13 3.84 12.5 4.08 12.19L6 9.66C6.19 5.95 9.23 3 13 3M16 10C16 9.84 16 9.75 15.94 9.61L16.83 8.95C16.88 8.91 16.92 8.77 16.88 8.67L16.08 7.31C16.03 7.22 15.89 7.17 15.8 7.22L14.81 7.64C14.63 7.45 14.39 7.31 14.16 7.22L14 6.19C13.97 6.05 13.92 6 13.78 6H12.19C12.09 6 12 6.05 12 6.19L11.86 7.22C11.63 7.31 11.39 7.45 11.2 7.64L10.17 7.22C10.08 7.17 10 7.22 9.94 7.31L9.14 8.67C9.09 8.81 9.09 8.91 9.19 8.95L10.03 9.61C10.03 9.75 10 9.89 10 10C10 10.13 10.03 10.27 10.03 10.41L9.19 11.06C9.09 11.11 9.09 11.2 9.14 11.3L9.94 12.7C10 12.8 10.08 12.8 10.17 12.8L11.16 12.37C11.39 12.56 11.58 12.66 11.86 12.75L12 13.83C12 13.92 12.09 14 12.19 14H13.78C13.92 14 13.97 13.92 14 13.83L14.16 12.75C14.39 12.66 14.63 12.56 14.81 12.38L15.8 12.8C15.89 12.8 16.03 12.8 16.08 12.7L16.88 11.3C16.92 11.2 16.88 11.11 16.83 11.06L16 10.41V10Z\" /></svg></li><li title=\"head dots horizontal outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-head-dots-horizontal-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 3C16.9 3 20 6.1 20 10C20 12.8 18.4 15.2 16 16.3V21H9V18H8C6.9 18 6 17.1 6 16V13H4.5C4.1 13 3.8 12.5 4.1 12.2L6 9.7C6.2 5.9 9.2 3 13 3M13 1C8.4 1 4.6 4.4 4.1 8.9L2.5 11C1.9 11.8 1.9 12.8 2.3 13.6C2.7 14.3 3.3 14.8 4 14.9V16C4 17.9 5.3 19.4 7 19.9V23H18V17.5C20.5 15.8 22 13.1 22 10C22 5 18 1 13 1M10 10C9.4 10 9 9.6 9 9S9.4 8 10 8 11 8.4 11 9 10.6 10 10 10M13 10C12.4 10 12 9.6 12 9S12.4 8 13 8 14 8.4 14 9 13.6 10 13 10M16 10C15.5 10 15 9.6 15 9S15.5 8 16 8 17 8.4 17 9 16.5 10 16 10Z\" /></svg></li><li title=\"head dots horizontal \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-head-dots-horizontal\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 3C9.23 3 6.19 5.95 6 9.66L4.08 12.19C3.84 12.5 4.08 13 4.5 13H6V16C6 17.11 6.89 18 8 18H9V21H16V16.31C18.37 15.19 20 12.8 20 10C20 6.14 16.88 3 13 3M10 11C9.45 11 9 10.55 9 10S9.45 9 10 9 11 9.45 11 10 10.55 11 10 11M13 11C12.45 11 12 10.55 12 10S12.45 9 13 9 14 9.45 14 10 13.55 11 13 11M16 11C15.45 11 15 10.55 15 10S15.45 9 16 9 17 9.45 17 10 16.55 11 16 11Z\" /></svg></li><li title=\"head flash outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-head-flash-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 3C16.9 3 20 6.1 20 10C20 12.8 18.4 15.2 16 16.3V21H9V18H8C6.9 18 6 17.1 6 16V13H4.5C4.1 13 3.8 12.5 4.1 12.2L6 9.7C6.2 5.9 9.2 3 13 3M13 1C8.4 1 4.6 4.4 4.1 8.9L2.5 11C1.9 11.8 1.9 12.8 2.3 13.6C2.7 14.3 3.3 14.8 4 14.9V16C4 17.9 5.3 19.4 7 19.9V23H18V17.5C20.5 15.8 22 13.1 22 10C22 5 18 1 13 1M15 9L11.9 15L12.5 11H10.4L12.5 6H15L13.5 9H15Z\" /></svg></li><li title=\"head flash \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-head-flash\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 3C9.2 3 6.2 6 6 9.7L4.1 12.2C3.9 12.5 4.1 13 4.5 13H6V16C6 17.1 6.9 18 8 18H9V21H16V16.3C18.4 15.2 20 12.8 20 10C20 6.1 16.9 3 13 3M15 9L11.9 15L12.5 11H10.5L12.5 6H15L13.5 9H15Z\" /></svg></li><li title=\"head heart outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-head-heart-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 3C16.88 3 20 6.14 20 10C20 12.8 18.37 15.19 16 16.31V21H9V18H8C6.89 18 6 17.11 6 16V13H4.5C4.08 13 3.84 12.5 4.08 12.19L6 9.66C6.19 5.95 9.23 3 13 3M13 1C8.41 1 4.61 4.42 4.06 8.9L2.5 11L2.47 11L2.45 11.03C1.9 11.79 1.83 12.79 2.26 13.62C2.62 14.31 3.26 14.79 4 14.94V16C4 17.85 5.28 19.42 7 19.87V23H18V17.5C20.5 15.83 22 13.06 22 10C22 5.03 17.96 1 13 1M17 8.83C17 10.37 15.64 11.6 13.58 13.47L13 14L12.42 13.47C10.36 11.6 9 10.37 9 8.83C9 7.63 9.96 6.64 11.16 6.63H11.2C11.89 6.63 12.55 6.94 13 7.46C13.45 6.94 14.11 6.63 14.8 6.63C16 6.62 17 7.59 17 8.79V8.83Z\" /></svg></li><li title=\"head heart \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-head-heart\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 3C9.23 3 6.19 5.95 6 9.66L4.08 12.19C3.84 12.5 4.08 13 4.5 13H6V16C6 17.11 6.89 18 8 18H9V21H16V16.31C18.37 15.19 20 12.8 20 10C20 6.14 16.88 3 13 3M17 8.83C17 10.37 15.64 11.6 13.58 13.47L13 14L12.42 13.47C10.36 11.6 9 10.37 9 8.83C9 7.63 9.96 6.64 11.16 6.63H11.2C11.89 6.63 12.55 6.94 13 7.46C13.45 6.94 14.11 6.63 14.8 6.63C16 6.62 17 7.59 17 8.79V8.83Z\" /></svg></li><li title=\"head lightbulb outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-head-lightbulb-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 3C16.9 3 20 6.1 20 10C20 12.8 18.4 15.2 16 16.3V21H9V18H8C6.9 18 6 17.1 6 16V13H4.5C4.1 13 3.8 12.5 4.1 12.2L6 9.7C6.2 5.9 9.2 3 13 3M13 1C8.4 1 4.6 4.4 4.1 8.9L2.5 11C1.9 11.8 1.9 12.8 2.3 13.6C2.7 14.3 3.3 14.8 4 14.9V16C4 17.9 5.3 19.4 7 19.9V23H18V17.5C20.5 15.8 22 13.1 22 10C22 5 18 1 13 1M14 14H12V13H14V14M15.6 9.5C15.3 9.9 15 10.3 14.5 10.6V12H11.5V10.6C10.1 9.8 9.6 7.9 10.4 6.5S13.1 4.6 14.5 5.4 16.4 8.1 15.6 9.5Z\" /></svg></li><li title=\"head lightbulb \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-head-lightbulb\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 3C9.23 3 6.19 5.95 6 9.66L4.08 12.19C3.84 12.5 4.08 13 4.5 13H6V16C6 17.11 6.89 18 8 18H9V21H16V16.31C18.37 15.19 20 12.8 20 10C20 6.14 16.88 3 13 3M14 14H12V13H14V14M15.6 9.5C15.34 9.94 14.96 10.32 14.5 10.58V12H11.5V10.58C10.07 9.75 9.57 7.92 10.4 6.5S13.07 4.56 14.5 5.38 16.43 8.05 15.6 9.5Z\" /></svg></li><li title=\"head minus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-head-minus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 3C16.9 3 20 6.1 20 10C20 12.8 18.4 15.2 16 16.3V21H9V18H8C6.9 18 6 17.1 6 16V13H4.5C4.1 13 3.8 12.5 4.1 12.2L6 9.7C6.2 5.9 9.2 3 13 3M13 1C8.4 1 4.6 4.4 4.1 8.9L2.5 11C1.9 11.7 1.8 12.7 2.2 13.6C2.6 14.3 3.2 14.8 4 15V16C4 17.9 5.3 19.4 7 19.9V23H18V17.5C20.5 15.9 22 13.1 22 10C22 5 18 1 13 1M17 10H9V8H17V10Z\" /></svg></li><li title=\"head minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-head-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 3C9.2 3 6.2 5.9 6 9.7L4.1 12.2C3.9 12.5 4.1 13 4.5 13H6V16C6 17.1 6.9 18 8 18H9V21H16V16.3C18.4 15.2 20 12.8 20 10C20 6.1 16.9 3 13 3M17 10H9V8H17V10Z\" /></svg></li><li title=\"head outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-head-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 1C8.4 1 4.6 4.4 4.1 8.9L2.5 11C2 11.8 1.9 12.8 2.3 13.6C2.7 14.3 3.3 14.8 4 14.9V16C4 17.8 5.3 19.4 7 19.9V23H18V17.5C20.5 15.8 22 13.1 22 10C22 5 18 1 13 1M16 16.3V21H9V18H8C6.9 18 6 17.1 6 16V13H4.5C4.1 13 3.8 12.5 4.1 12.2L6 9.7C6.2 6 9.2 3 13 3C16.9 3 20 6.1 20 10C20 12.8 18.4 15.2 16 16.3Z\" /></svg></li><li title=\"head plus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-head-plus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 3C16.9 3 20 6.1 20 10C20 12.8 18.4 15.2 16 16.3V21H9V18H8C6.9 18 6 17.1 6 16V13H4.5C4.1 13 3.8 12.5 4.1 12.2L6 9.7C6.2 5.9 9.2 3 13 3M13 1C8.4 1 4.6 4.4 4.1 8.9L2.5 11C1.9 11.7 1.8 12.7 2.2 13.6C2.6 14.3 3.2 14.8 4 15V16C4 17.9 5.3 19.4 7 19.9V23H18V17.5C20.5 15.9 22 13.1 22 10C22 5 18 1 13 1M17 10H14V13H12V10H9V8H12V5H14V8H17V10Z\" /></svg></li><li title=\"head plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-head-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 3C9.2 3 6.2 5.9 6 9.7L4.1 12.2C3.9 12.5 4.1 13 4.5 13H6V16C6 17.1 6.9 18 8 18H9V21H16V16.3C18.4 15.2 20 12.8 20 10C20 6.1 16.9 3 13 3M17 10H14V13H12V10H9V8H12V5H14V8H17V10Z\" /></svg></li><li title=\"head question outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-head-question-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 3C16.88 3 20 6.14 20 10C20 12.8 18.37 15.19 16 16.31V21H9V18H8C6.89 18 6 17.11 6 16V13H4.5C4.08 13 3.84 12.5 4.08 12.19L6 9.66C6.19 5.95 9.23 3 13 3M10.32 7.39H12.25C12.26 7.09 12.35 6.86 12.53 6.7C12.71 6.55 12.93 6.47 13.19 6.47C13.5 6.47 13.76 6.57 13.94 6.75C14.12 6.94 14.2 7.2 14.2 7.5C14.2 7.82 14.13 8.09 13.97 8.32C13.83 8.55 13.62 8.75 13.36 8.91C12.85 9.25 12.5 9.55 12.31 9.82C12.11 10.08 12 10.5 12 11H14C14 10.69 14.04 10.44 14.13 10.26C14.22 10.07 14.39 9.9 14.64 9.74C15.09 9.5 15.46 9.21 15.75 8.81C16.04 8.41 16.19 8 16.19 7.5C16.19 6.74 15.92 6.13 15.38 5.68C14.85 5.23 14.12 5 13.19 5C12.32 5 11.62 5.2 11.08 5.59C10.56 6 10.3 6.57 10.31 7.36L10.32 7.39M12 14H14V12H12V14M13 1C8.41 1 4.61 4.42 4.06 8.9L2.5 11L2.47 11L2.45 11.03C1.9 11.79 1.83 12.79 2.26 13.62C2.62 14.31 3.26 14.79 4 14.94V16C4 17.85 5.28 19.42 7 19.87V23H18V17.5C20.5 15.83 22 13.06 22 10C22 5.03 17.96 1 13 1Z\" /></svg></li><li title=\"head question \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-head-question\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 3C9.23 3 6.19 5.95 6 9.66L4.08 12.19C3.84 12.5 4.08 13 4.5 13H6V16C6 17.11 6.89 18 8 18H9V21H16V16.31C18.37 15.19 20 12.8 20 10C20 6.14 16.88 3 13 3M14 14H12V12H14V14M15.75 8.81C15.46 9.21 15.09 9.5 14.64 9.74C14.39 9.9 14.22 10.07 14.13 10.26C14.04 10.44 14 10.69 14 11H12C12 10.5 12.11 10.08 12.31 9.82C12.5 9.55 12.85 9.25 13.36 8.91C13.62 8.75 13.83 8.55 13.97 8.32C14.13 8.09 14.2 7.82 14.2 7.5C14.2 7.2 14.12 6.94 13.94 6.75C13.76 6.57 13.5 6.47 13.19 6.47C12.93 6.47 12.71 6.55 12.53 6.7C12.35 6.86 12.26 7.09 12.25 7.39H10.32L10.31 7.36C10.3 6.57 10.56 6 11.08 5.59C11.62 5.2 12.32 5 13.19 5C14.12 5 14.85 5.23 15.38 5.68C15.92 6.13 16.19 6.74 16.19 7.5C16.19 8 16.04 8.41 15.75 8.81Z\" /></svg></li><li title=\"head remove outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-head-remove-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 3C16.9 3 20 6.1 20 10C20 12.8 18.4 15.2 16 16.3V21H9V18H8C6.9 18 6 17.1 6 16V13H4.5C4.1 13 3.8 12.5 4.1 12.2L6 9.7C6.2 5.9 9.2 3 13 3M13 1C8.4 1 4.6 4.4 4.1 8.9L2.5 11C1.9 11.7 1.8 12.7 2.2 13.6C2.6 14.3 3.2 14.8 4 15V16C4 17.9 5.3 19.4 7 19.9V23H18V17.5C20.5 15.9 22 13.1 22 10C22 5 18 1 13 1M16.5 6.9L14.4 9L16.5 11.1L15.1 12.5L13 10.4L10.9 12.5L9.5 11.1L11.6 9L9.5 6.9L10.9 5.5L13 7.6L15.1 5.5L16.5 6.9Z\" /></svg></li><li title=\"head remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-head-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 3C9.2 3 6.2 5.9 6 9.7L4.1 12.2C3.9 12.5 4.1 13 4.5 13H6V16C6 17.1 6.9 18 8 18H9V21H16V16.3C18.4 15.2 20 12.8 20 10C20 6.1 16.9 3 13 3M15.1 12.5L13 10.4L10.9 12.5L9.5 11.1L11.6 9L9.5 6.9L10.9 5.5L13 7.6L15.1 5.5L16.5 6.9L14.4 9L16.5 11.1L15.1 12.5Z\" /></svg></li><li title=\"head snowflake outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-head-snowflake-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 3C16.88 3 20 6.14 20 10C20 12.8 18.37 15.19 16 16.31V21H9V18H8C6.89 18 6 17.11 6 16V13H4.5C4.08 13 3.84 12.5 4.08 12.19L6 9.66C6.19 5.95 9.23 3 13 3M13 1C8.41 1 4.61 4.42 4.06 8.9L2.5 11L2.47 11L2.45 11.03C1.9 11.79 1.83 12.79 2.26 13.62C2.62 14.31 3.26 14.79 4 14.94V16C4 17.85 5.28 19.42 7 19.87V23H18V17.5C20.5 15.83 22 13.06 22 10C22 5.03 17.96 1 13 1M17.33 9.3L15.37 9.81L16.81 11.27C17.16 11.61 17.16 12.19 16.81 12.54S15.88 12.89 15.54 12.54L14.09 11.1L13.57 13.06C13.45 13.55 12.96 13.82 12.5 13.7C12 13.57 11.72 13.08 11.84 12.59L12.37 10.63L10.41 11.16C9.92 11.28 9.43 11 9.3 10.5C9.18 10.05 9.46 9.55 9.94 9.43L11.9 8.91L10.46 7.46C10.11 7.12 10.11 6.55 10.46 6.19C10.81 5.84 11.39 5.84 11.73 6.19L13.19 7.63L13.7 5.67C13.82 5.18 14.32 4.9 14.79 5.03C15.28 5.16 15.56 5.65 15.43 6.13L14.9 8.1L16.87 7.57C17.35 7.44 17.84 7.72 17.97 8.21C18.1 8.68 17.82 9.18 17.33 9.3Z\" /></svg></li><li title=\"head snowflake \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-head-snowflake\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 3C9.23 3 6.19 5.95 6 9.66L4.08 12.19C3.84 12.5 4.08 13 4.5 13H6V16C6 17.11 6.89 18 8 18H9V21H16V16.31C18.37 15.19 20 12.8 20 10C20 6.14 16.88 3 13 3M17.06 9.57L15.1 10.09L16.54 11.54C16.89 11.88 16.89 12.46 16.54 12.81C16.19 13.16 15.61 13.16 15.27 12.81L13.81 11.37L13.3 13.33C13.18 13.82 12.68 14.1 12.21 13.97C11.72 13.84 11.44 13.35 11.57 12.87L12.1 10.9L10.13 11.43C9.65 11.56 9.15 11.28 9.03 10.79C8.9 10.32 9.18 9.82 9.67 9.7L11.63 9.19L10.19 7.73C9.84 7.39 9.84 6.82 10.19 6.46C10.54 6.11 11.12 6.11 11.46 6.46L12.91 7.9L13.43 5.94C13.55 5.46 14.04 5.18 14.5 5.3C15 5.43 15.28 5.92 15.16 6.41L14.63 8.37L16.59 7.84C17.08 7.72 17.57 8 17.7 8.5C17.82 8.96 17.54 9.45 17.06 9.57Z\" /></svg></li><li title=\"head sync outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-head-sync-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 3C16.88 3 20 6.14 20 10C20 12.8 18.37 15.19 16 16.31V21H9V18H8C6.89 18 6 17.11 6 16V13H4.5C4.08 13 3.84 12.5 4.08 12.19L6 9.66C6.19 5.95 9.23 3 13 3M13 1C8.41 1 4.61 4.42 4.06 8.9L2.5 11L2.47 11L2.45 11.03C1.9 11.79 1.83 12.79 2.26 13.62C2.62 14.31 3.26 14.79 4 14.94V16C4 17.85 5.28 19.42 7 19.87V23H18V17.5C20.5 15.83 22 13.06 22 10C22 5.03 17.96 1 13 1M14 15V13.5C11.79 13.5 10 11.71 10 9.5C10 8.68 10.25 7.92 10.67 7.29L11.76 8.38C11.59 8.72 11.5 9.1 11.5 9.5C11.5 10.88 12.62 12 14 12V10.5L16.25 12.75L14 15M17.33 11.71L16.24 10.62C16.41 10.28 16.5 9.9 16.5 9.5C16.5 8.12 15.38 7 14 7V8.5L11.75 6.25L14 4V5.5C16.21 5.5 18 7.29 18 9.5C18 10.32 17.75 11.08 17.33 11.71Z\" /></svg></li><li title=\"head sync \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-head-sync\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 3C9.23 3 6.19 5.95 6 9.66L4.08 12.19C3.84 12.5 4.08 13 4.5 13H6V16C6 17.11 6.89 18 8 18H9V21H16V16.31C18.37 15.19 20 12.8 20 10C20 6.14 16.88 3 13 3M13 15V13.5C10.79 13.5 9 11.71 9 9.5C9 8.68 9.25 7.92 9.67 7.29L10.76 8.38C10.59 8.72 10.5 9.1 10.5 9.5C10.5 10.88 11.62 12 13 12V10.5L15.25 12.75L13 15M16.33 11.71L15.24 10.62C15.41 10.28 15.5 9.9 15.5 9.5C15.5 8.12 14.38 7 13 7V8.5L10.75 6.25L13 4V5.5C15.21 5.5 17 7.29 17 9.5C17 10.32 16.75 11.08 16.33 11.71Z\" /></svg></li><li title=\"head \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-head\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 3C9.2 3 6.2 5.9 6 9.7L4.1 12.2C3.9 12.5 4.1 13 4.5 13H6V16C6 17.1 6.9 18 8 18H9V21H16V16.3C18.4 15.2 20 12.8 20 10C20 6.1 16.9 3 13 3\" /></svg></li><li title=\"headphones bluetooth \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-headphones-bluetooth\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8,6A6,6 0 0,0 2,12V16.8C2,17.46 2.54,18 3.2,18H6V14H4V12A4,4 0 0,1 8,8A4,4 0 0,1 12,12V14H10V18H12.8A1.2,1.2 0 0,0 14,16.8V12A6,6 0 0,0 8,6M19,7V10.79L16.71,8.5L16,9.21L18.79,12L16,14.79L16.71,15.5L19,13.21V17H19.5L22.35,14.14L20.21,12L22.35,9.85L19.5,7H19M20,8.91L20.94,9.85L20,10.79V8.91M20,13.21L20.94,14.14L20,15.08V13.21Z\" /></svg></li><li title=\"headphones box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-headphones-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.2,18C6.54,18 6,17.46 6,16.8V13.2L6,12A6,6 0 0,1 12,6A6,6 0 0,1 18,12V13.2L18,16.8A1.2,1.2 0 0,1 16.8,18H14V14H16V12A4,4 0 0,0 12,8A4,4 0 0,0 8,12V14H10V18M19,3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3Z\" /></svg></li><li title=\"headphones off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-headphones-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,1A9,9 0 0,1 21,10V17C21,17.62 20.81,18.19 20.5,18.67L15,13.18V12H19V10A7,7 0 0,0 12,3C10,3 8.23,3.82 6.96,5.14L5.55,3.72C7.18,2.04 9.47,1 12,1M2.78,3.5L20.5,21.22L19.23,22.5L16.73,20H15V18.27L9,12.27V20H6A3,3 0 0,1 3,17V10C3,8.89 3.2,7.82 3.57,6.84L1.5,4.77L2.78,3.5M5.17,8.44C5.06,8.94 5,9.46 5,10V12H8.73L5.17,8.44Z\" /></svg></li><li title=\"headphones settings \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-headphones-settings\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,1A9,9 0 0,1 21,10V17A3,3 0 0,1 18,20H15V12H19V10A7,7 0 0,0 12,3A7,7 0 0,0 5,10V12H9V20H6A3,3 0 0,1 3,17V10A9,9 0 0,1 12,1M15,24V22H17V24H15M11,24V22H13V24H11M7,24V22H9V24H7Z\" /></svg></li><li title=\"headphones \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-headphones\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,1C7,1 3,5 3,10V17A3,3 0 0,0 6,20H9V12H5V10A7,7 0 0,1 12,3A7,7 0 0,1 19,10V12H15V20H18A3,3 0 0,0 21,17V10C21,5 16.97,1 12,1Z\" /></svg></li><li title=\"headset dock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-headset-dock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,18H9V6.13C7.27,6.57 6,8.14 6,10V11H8V17H6A2,2 0 0,1 4,15V10A6,6 0 0,1 10,4H11A6,6 0 0,1 17,10V12H18V9H20V12A2,2 0 0,1 18,14H17V15A2,2 0 0,1 15,17H13V11H15V10C15,8.14 13.73,6.57 12,6.13V18H22V20H2V18Z\" /></svg></li><li title=\"headset off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-headset-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M1.5,4.77L3.57,6.84C3.2,7.82 3,8.89 3,10V20A3,3 0 0,0 6,23H12V21H5V20H9V12.27L15,18.27V20H16.73L19.23,22.5L20.5,21.22L2.78,3.5L1.5,4.77M12,1C9.47,1 7.18,2.04 5.55,3.72L6.96,5.14C8.23,3.82 10,3 12,3A7,7 0 0,1 19,10V12H15V13.18L20.5,18.67C20.81,18.19 21,17.62 21,17V10A9,9 0 0,0 12,1M5,12V10C5,9.46 5.06,8.94 5.17,8.44L8.73,12H5Z\" /></svg></li><li title=\"headset \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-headset\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,1C7,1 3,5 3,10V17A3,3 0 0,0 6,20H9V12H5V10A7,7 0 0,1 12,3A7,7 0 0,1 19,10V12H15V20H19V21H12V23H18A3,3 0 0,0 21,20V10C21,5 16.97,1 12,1Z\" /></svg></li><li title=\"heart box outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-heart-box-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,17L11.28,16.34C8.7,14 7,12.46 7,10.57C7,9.03 8.21,7.82 9.75,7.82C10.62,7.82 11.45,8.23 12,8.87C12.55,8.23 13.38,7.82 14.25,7.82C15.79,7.82 17,9.03 17,10.57C17,12.46 15.3,14 12.72,16.34L12,17M5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3M5,5V19H19V5H5Z\" /></svg></li><li title=\"heart box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-heart-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3M12,17L12.72,16.34C15.3,14 17,12.46 17,10.57C17,9.03 15.79,7.82 14.25,7.82C13.38,7.82 12.55,8.23 12,8.87C11.45,8.23 10.62,7.82 9.75,7.82C8.21,7.82 7,9.03 7,10.57C7,12.46 8.7,14 11.28,16.34L12,17Z\" /></svg></li><li title=\"heart broken outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-heart-broken-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.5,5C7.7,5 7.9,5 8.1,5.1L10.5,9.2L6.8,13.8C5.1,11.8 4,10.2 4,8.5C4,6.5 5.5,5 7.5,5M7.5,3C4.4,3 2,5.4 2,8.5C2,12.3 5.4,15.4 10.6,20L12,21.3L9,14.3L13,9.3L9.4,3.3C8.8,3.1 8.2,3 7.5,3M16.5,5C18.5,5 20,6.5 20,8.5C20,11.1 17.4,13.7 13.4,17.3L13.1,15L17.9,9.7L15.6,5.2C15.9,5 16.2,5 16.5,5M16.5,3C15.2,3 13.9,3.5 12.9,4.3L15.5,9.4L11,14.4L12,21.4L13.4,20.1C18.6,15.4 22,12.3 22,8.6C22,5.4 19.6,3 16.5,3Z\" /></svg></li><li title=\"heart broken \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-heart-broken\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,21.35L10.55,20.03C5.4,15.36 2,12.27 2,8.5C2,5.41 4.42,3 7.5,3C8.17,3 8.82,3.12 9.44,3.33L13,9.35L9,14.35L12,21.35V21.35M16.5,3C19.58,3 22,5.41 22,8.5C22,12.27 18.6,15.36 13.45,20.03L12,21.35L11,14.35L15.5,9.35L12.85,4.27C13.87,3.47 15.17,3 16.5,3Z\" /></svg></li><li title=\"heart circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-heart-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M12,4A8,8 0 0,1 20,12A8,8 0 0,1 12,20A8,8 0 0,1 4,12A8,8 0 0,1 12,4M9.75,7.82C8.21,7.82 7,9.03 7,10.57C7,12.46 8.7,14 11.28,16.34L12,17L12.72,16.34C15.3,14 17,12.46 17,10.57C17,9.03 15.79,7.82 14.25,7.82C13.38,7.82 12.55,8.23 12,8.87C11.45,8.23 10.62,7.82 9.75,7.82Z\" /></svg></li><li title=\"heart circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-heart-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2C6.47,2 2,6.5 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M9.75,7.82C10.62,7.82 11.45,8.23 12,8.87C12.55,8.23 13.38,7.82 14.25,7.82C15.79,7.82 17,9.03 17,10.57C17,12.46 15.3,14 12.72,16.34L12,17L11.28,16.34C8.7,14 7,12.46 7,10.57C7,9.03 8.21,7.82 9.75,7.82Z\" /></svg></li><li title=\"heart cog outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-heart-cog-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.5 5C14.96 5 13.46 6 12.93 7.36H11.07C10.54 6 9.04 5 7.5 5C5.5 5 4 6.5 4 8.5C4 11.39 7.14 14.24 11.89 18.55L12 18.65L12 18.63C12 18.75 12 18.88 12 19C12 19.71 12.12 20.4 12.32 21.06L12 21.35L10.55 20.03C5.4 15.36 2 12.27 2 8.5C2 5.41 4.42 3 7.5 3C9.24 3 10.91 3.81 12 5.08C13.09 3.81 14.76 3 16.5 3C19.58 3 22 5.41 22 8.5C22 9.8 21.59 11 20.84 12.25C20.25 12.09 19.63 12 19 12C18.87 12 18.74 12 18.6 12C19.5 10.79 20 9.65 20 8.5C20 6.5 18.5 5 16.5 5M23.83 20.64L22.83 22.37C22.76 22.5 22.63 22.5 22.5 22.5L21.27 22C21 22.18 20.73 22.34 20.43 22.47L20.24 23.79C20.22 23.91 20.11 24 20 24H18C17.86 24 17.76 23.91 17.74 23.79L17.55 22.47C17.24 22.35 16.96 22.18 16.7 22L15.46 22.5C15.34 22.5 15.21 22.5 15.15 22.37L14.15 20.64C14.09 20.53 14.12 20.4 14.21 20.32L15.27 19.5C15.25 19.33 15.24 19.17 15.24 19S15.25 18.67 15.27 18.5L14.21 17.68C14.11 17.6 14.09 17.47 14.15 17.36L15.15 15.63C15.22 15.5 15.35 15.5 15.46 15.5L16.7 16C16.96 15.82 17.25 15.66 17.55 15.53L17.74 14.21C17.76 14.09 17.87 14 18 14H20C20.11 14 20.22 14.09 20.23 14.21L20.42 15.53C20.73 15.65 21 15.82 21.27 16L22.5 15.5C22.63 15.5 22.76 15.5 22.82 15.63L23.82 17.36C23.88 17.47 23.85 17.6 23.76 17.68L22.7 18.5C22.73 18.67 22.74 18.83 22.74 19S22.72 19.33 22.7 19.5L23.77 20.32C23.86 20.4 23.89 20.53 23.83 20.64M20.5 19C20.5 18.17 19.83 17.5 19 17.5S17.5 18.17 17.5 19 18.16 20.5 19 20.5C19.83 20.5 20.5 19.83 20.5 19Z\" /></svg></li><li title=\"heart cog \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-heart-cog\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 19C12 19.71 12.12 20.4 12.32 21.06L12 21.35L10.55 20.03C5.4 15.36 2 12.27 2 8.5C2 5.41 4.42 3 7.5 3C9.24 3 10.91 3.81 12 5.08C13.09 3.81 14.76 3 16.5 3C19.58 3 22 5.41 22 8.5C22 9.8 21.59 11 20.84 12.25C20.25 12.09 19.63 12 19 12C15.14 12 12 15.14 12 19M23.83 20.64L22.83 22.37C22.76 22.5 22.63 22.5 22.5 22.5L21.27 22C21 22.18 20.73 22.34 20.43 22.47L20.24 23.79C20.22 23.91 20.11 24 20 24H18C17.86 24 17.76 23.91 17.74 23.79L17.55 22.47C17.24 22.35 16.96 22.18 16.7 22L15.46 22.5C15.34 22.5 15.21 22.5 15.15 22.37L14.15 20.64C14.09 20.53 14.12 20.4 14.21 20.32L15.27 19.5C15.25 19.33 15.24 19.17 15.24 19S15.25 18.67 15.27 18.5L14.21 17.68C14.11 17.6 14.09 17.47 14.15 17.36L15.15 15.63C15.22 15.5 15.35 15.5 15.46 15.5L16.7 16C16.96 15.82 17.25 15.66 17.55 15.53L17.74 14.21C17.76 14.09 17.87 14 18 14H20C20.11 14 20.22 14.09 20.23 14.21L20.42 15.53C20.73 15.65 21 15.82 21.27 16L22.5 15.5C22.63 15.5 22.76 15.5 22.82 15.63L23.82 17.36C23.88 17.47 23.85 17.6 23.76 17.68L22.7 18.5C22.73 18.67 22.74 18.83 22.74 19S22.72 19.33 22.7 19.5L23.77 20.32C23.86 20.4 23.89 20.53 23.83 20.64M20.5 19C20.5 18.17 19.83 17.5 19 17.5S17.5 18.17 17.5 19 18.16 20.5 19 20.5C19.83 20.5 20.5 19.83 20.5 19Z\" /></svg></li><li title=\"heart flash \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-heart-flash\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.5,2.83C14.76,2.83 13.09,3.64 12,4.9C10.91,3.64 9.24,2.83 7.5,2.83C4.42,2.83 2,5.24 2,8.33C2,12.1 5.4,15.19 10.55,19.86L12,21.17L13.45,19.86C18.6,15.19 22,12.1 22,8.33C22,5.24 19.58,2.83 16.5,2.83M12,17.83V13.83H9L12,6.83V10.83H15\" /></svg></li><li title=\"heart half full \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-heart-half-full\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.5,5C15,5 13.58,5.91 13,7.2V17.74C17.25,13.87 20,11.2 20,8.5C20,6.5 18.5,5 16.5,5M16.5,3C19.58,3 22,5.41 22,8.5C22,12.27 18.6,15.36 13.45,20.03L12,21.35L10.55,20.03C5.4,15.36 2,12.27 2,8.5C2,5.41 4.42,3 7.5,3C9.24,3 10.91,3.81 12,5.08C13.09,3.81 14.76,3 16.5,3Z\" /></svg></li><li title=\"heart half outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-heart-half-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,8.5C4,11.2 6.75,13.87 11,17.74V7.2C10.42,5.91 9,5 7.5,5C5.5,5 4,6.5 4,8.5M13,7.2V17.74L13,20.44L12,21.35L10.55,20.03C5.4,15.36 2,12.27 2,8.5C2,5.41 4.42,3 7.5,3C10,3 13,5 13,7.2Z\" /></svg></li><li title=\"heart half \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-heart-half\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,7.2V17.74L13,20.44L12,21.35L10.55,20.03C5.4,15.36 2,12.27 2,8.5C2,5.41 4.42,3 7.5,3C10,3 13,5 13,7.2Z\" /></svg></li><li title=\"heart minus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-heart-minus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12.67 20.74L12 21.35L10.55 20.03C5.4 15.36 2 12.27 2 8.5C2 5.41 4.42 3 7.5 3C9.24 3 10.91 3.81 12 5.08C13.09 3.81 14.76 3 16.5 3C19.58 3 22 5.41 22 8.5C22 9.93 21.5 11.26 20.62 12.61C20 12.31 19.31 12.11 18.59 12.04C19.5 10.8 20 9.65 20 8.5C20 6.5 18.5 5 16.5 5C14.96 5 13.46 6 12.93 7.36H11.07C10.54 6 9.04 5 7.5 5C5.5 5 4 6.5 4 8.5C4 11.39 7.14 14.24 11.89 18.55L12 18.65L12.04 18.61C12.12 19.37 12.34 20.09 12.67 20.74M14 17V19H22V17H14Z\" /></svg></li><li title=\"heart minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-heart-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 18C12 19 12.25 19.92 12.67 20.74L12 21.35L10.55 20.03C5.4 15.36 2 12.27 2 8.5C2 5.41 4.42 3 7.5 3C9.24 3 10.91 3.81 12 5.08C13.09 3.81 14.76 3 16.5 3C19.58 3 22 5.41 22 8.5C22 9.93 21.5 11.26 20.62 12.61C19.83 12.23 18.94 12 18 12C14.69 12 12 14.69 12 18M14 17V19H22V17H14Z\" /></svg></li><li title=\"heart multiple outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-heart-multiple-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,21.1L10.5,22.4C3.9,16.5 0.5,13.4 0.5,9.6C0.5,8.4 0.9,7.3 1.5,6.4C1.5,6.6 1.5,6.8 1.5,7C1.5,11.7 5.4,15.2 12,21.1M13.6,17C18.3,12.7 21.5,9.9 21.6,7C21.6,5 20.1,3.5 18.1,3.5C16.5,3.5 15,4.5 14.5,5.9H12.6C12,4.5 10.5,3.5 9,3.5C7,3.5 5.5,5 5.5,7C5.5,9.9 8.6,12.7 13.4,17L13.5,17.1M18,1.5C21.1,1.5 23.5,3.9 23.5,7C23.5,10.7 20.1,13.8 13.5,19.8C6.9,13.9 3.5,10.8 3.5,7C3.5,3.9 5.9,1.5 9,1.5C10.7,1.5 12.4,2.3 13.5,3.6C14.6,2.3 16.3,1.5 18,1.5Z\" /></svg></li><li title=\"heart multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-heart-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.5,20C6.9,13.9 3.5,10.8 3.5,7.1C3.5,4 5.9,1.6 9,1.6C10.7,1.6 12.4,2.4 13.5,3.7C14.6,2.4 16.3,1.6 18,1.6C21.1,1.6 23.5,4 23.5,7.1C23.5,10.9 20.1,14 13.5,20M12,21.1C5.4,15.2 1.5,11.7 1.5,7C1.5,6.8 1.5,6.6 1.5,6.4C0.9,7.3 0.5,8.4 0.5,9.6C0.5,13.4 3.9,16.5 10.5,22.4L12,21.1Z\" /></svg></li><li title=\"heart off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-heart-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2.39 1.73L1.11 3L3.19 5.08C2.45 6 2 7.19 2 8.5C2 12.27 5.4 15.36 10.55 20.03L12 21.35L13.45 20.03C14.32 19.24 15.14 18.5 15.9 17.79L20 22L21.27 20.73M12.1 18.55L12 18.65L11.89 18.55C7.14 14.24 4 11.39 4 8.5C4 7.74 4.22 7.06 4.61 6.5L14.5 16.37C13.74 17.06 12.95 17.78 12.1 18.55M8.3 5.1L6.33 3.13C6.7 3.05 7.1 3 7.5 3C9.24 3 10.91 3.81 12 5.08C13.09 3.81 14.76 3 16.5 3C19.58 3 22 5.41 22 8.5C22 10.84 20.69 12.92 18.47 15.27L17.06 13.86C18.91 11.88 20 10.2 20 8.5C20 6.5 18.5 5 16.5 5C15.1 5 13.74 5.83 13.11 7H10.89C10.38 6.06 9.39 5.34 8.3 5.1Z\" /></svg></li><li title=\"heart off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-heart-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M1,4.27L2.28,3L20,20.72L18.73,22L15.18,18.44L13.45,20.03L12,21.35L10.55,20.03C5.4,15.36 2,12.27 2,8.5C2,7.55 2.23,6.67 2.63,5.9L1,4.27M7.5,3C9.24,3 10.91,3.81 12,5.08C13.09,3.81 14.76,3 16.5,3C19.58,3 22,5.41 22,8.5C22,11.07 20.42,13.32 17.79,15.97L5.27,3.45C5.95,3.16 6.7,3 7.5,3Z\" /></svg></li><li title=\"heart outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-heart-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12.1,18.55L12,18.65L11.89,18.55C7.14,14.24 4,11.39 4,8.5C4,6.5 5.5,5 7.5,5C9.04,5 10.54,6 11.07,7.36H12.93C13.46,6 14.96,5 16.5,5C18.5,5 20,6.5 20,8.5C20,11.39 16.86,14.24 12.1,18.55M16.5,3C14.76,3 13.09,3.81 12,5.08C10.91,3.81 9.24,3 7.5,3C4.42,3 2,5.41 2,8.5C2,12.27 5.4,15.36 10.55,20.03L12,21.35L13.45,20.03C18.6,15.36 22,12.27 22,8.5C22,5.41 19.58,3 16.5,3Z\" /></svg></li><li title=\"heart plus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-heart-plus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12.67 20.74L12 21.35L10.55 20.03C5.4 15.36 2 12.27 2 8.5C2 5.41 4.42 3 7.5 3C9.24 3 10.91 3.81 12 5.08C13.09 3.81 14.76 3 16.5 3C19.58 3 22 5.41 22 8.5C22 9.93 21.5 11.26 20.62 12.61C20 12.31 19.31 12.11 18.59 12.04C19.5 10.8 20 9.65 20 8.5C20 6.5 18.5 5 16.5 5C14.96 5 13.46 6 12.93 7.36H11.07C10.54 6 9.04 5 7.5 5C5.5 5 4 6.5 4 8.5C4 11.39 7.14 14.24 11.89 18.55L12 18.65L12.04 18.61C12.12 19.37 12.34 20.09 12.67 20.74M17 14V17H14V19H17V22H19V19H22V17H19V14H17Z\" /></svg></li><li title=\"heart plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-heart-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 18C12 19 12.25 19.92 12.67 20.74L12 21.35L10.55 20.03C5.4 15.36 2 12.27 2 8.5C2 5.41 4.42 3 7.5 3C9.24 3 10.91 3.81 12 5.08C13.09 3.81 14.76 3 16.5 3C19.58 3 22 5.41 22 8.5C22 9.93 21.5 11.26 20.62 12.61C19.83 12.23 18.94 12 18 12C14.69 12 12 14.69 12 18M19 14H17V17H14V19H17V22H19V19H22V17H19V14Z\" /></svg></li><li title=\"heart pulse \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-heart-pulse\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.5,4A5.5,5.5 0 0,0 2,9.5C2,10 2.09,10.5 2.22,11H6.3L7.57,7.63C7.87,6.83 9.05,6.75 9.43,7.63L11.5,13L12.09,11.58C12.22,11.25 12.57,11 13,11H21.78C21.91,10.5 22,10 22,9.5A5.5,5.5 0 0,0 16.5,4C14.64,4 13,4.93 12,6.34C11,4.93 9.36,4 7.5,4V4M3,12.5A1,1 0 0,0 2,13.5A1,1 0 0,0 3,14.5H5.44L11,20C12,20.9 12,20.9 13,20L18.56,14.5H21A1,1 0 0,0 22,13.5A1,1 0 0,0 21,12.5H13.4L12.47,14.8C12.07,15.81 10.92,15.67 10.55,14.83L8.5,9.5L7.54,11.83C7.39,12.21 7.05,12.5 6.6,12.5H3Z\" /></svg></li><li title=\"heart remove outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-heart-remove-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12.67 20.74L12 21.35L10.55 20.03C5.4 15.36 2 12.27 2 8.5C2 5.41 4.42 3 7.5 3C9.24 3 10.91 3.81 12 5.08C13.09 3.81 14.76 3 16.5 3C19.58 3 22 5.41 22 8.5C22 9.93 21.5 11.26 20.62 12.61C20 12.31 19.31 12.11 18.59 12.04C19.5 10.8 20 9.65 20 8.5C20 6.5 18.5 5 16.5 5C14.96 5 13.46 6 12.93 7.36H11.07C10.54 6 9.04 5 7.5 5C5.5 5 4 6.5 4 8.5C4 11.39 7.14 14.24 11.89 18.55L12 18.65L12.04 18.61C12.12 19.37 12.34 20.09 12.67 20.74M20.12 14.46L18 16.59L15.88 14.47L14.47 15.88L16.59 18L14.47 20.12L15.88 21.54L18 19.41L20.12 21.54L21.54 20.12L19.41 18L21.54 15.88L20.12 14.46Z\" /></svg></li><li title=\"heart remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-heart-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 18C12 19 12.25 19.92 12.67 20.74L12 21.35L10.55 20.03C5.4 15.36 2 12.27 2 8.5C2 5.41 4.42 3 7.5 3C9.24 3 10.91 3.81 12 5.08C13.09 3.81 14.76 3 16.5 3C19.58 3 22 5.41 22 8.5C22 9.93 21.5 11.26 20.62 12.61C19.83 12.23 18.94 12 18 12C14.69 12 12 14.69 12 18M21.54 15.88L20.12 14.47L18 16.59L15.88 14.47L14.47 15.88L16.59 18L14.47 20.12L15.88 21.54L18 19.41L20.12 21.54L21.54 20.12L19.41 18L21.54 15.88Z\" /></svg></li><li title=\"heart settings outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-heart-settings-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7 22H9V24H7V22M11 24H13V22H11V24M15 24H17V22H15V24M22 8.5C22 12.27 18.6 15.36 13.45 20.03L12 21.35L10.55 20.03C5.4 15.36 2 12.27 2 8.5C2 5.41 4.42 3 7.5 3C9.24 3 10.91 3.81 12 5.08C13.09 3.81 14.76 3 16.5 3C19.58 3 22 5.41 22 8.5M20 8.5C20 6.5 18.5 5 16.5 5C14.96 5 13.46 6 12.93 7.36H11.07C10.54 6 9.04 5 7.5 5C5.5 5 4 6.5 4 8.5C4 11.39 7.14 14.24 11.89 18.55L12 18.65L12.1 18.55C16.86 14.24 20 11.39 20 8.5Z\" /></svg></li><li title=\"heart settings \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-heart-settings\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15 22H17V24H15V22M11 24H13V22H11V24M7 24H9V22H7V24M16.5 3C14.76 3 13.09 3.81 12 5.08C10.91 3.81 9.24 3 7.5 3C4.42 3 2 5.41 2 8.5C2 12.27 5.4 15.36 10.55 20.03L12 21.35L13.45 20.03C18.6 15.36 22 12.27 22 8.5C22 5.41 19.58 3 16.5 3Z\" /></svg></li><li title=\"heart \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-heart\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,21.35L10.55,20.03C5.4,15.36 2,12.27 2,8.5C2,5.41 4.42,3 7.5,3C9.24,3 10.91,3.81 12,5.08C13.09,3.81 14.76,3 16.5,3C19.58,3 22,5.41 22,8.5C22,12.27 18.6,15.36 13.45,20.03L12,21.35Z\" /></svg></li><li title=\"helicopter \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-helicopter\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,3H17V5H3V3M23,6V10.5L14.75,12.2C14.91,12.6 15,13.04 15,13.5C15,14.9 14.18,16.1 13,16.66V17L13,19H16V21H4A3,3 0 0,1 1,18V17H3V18A1,1 0 0,0 4,19H5V16.74C3.25,16.13 2,14.46 2,12.5C2,10 4,8 6.5,8H9V6H11V8H21V6H23M11,19V17H7V19H11M7.5,10C6.12,10 5,10.9 5,12C5,13.1 6.12,14 7.5,14C8.88,14 10,13.1 10,12C10,10.9 8.88,10 7.5,10Z\" /></svg></li><li title=\"help box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-help-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,18H13V16H11V18M12,6A4,4 0 0,0 8,10H10A2,2 0 0,1 12,8A2,2 0 0,1 14,10C14,12 11,11.75 11,15H13C13,12.75 16,12.5 16,10A4,4 0 0,0 12,6M5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3Z\" /></svg></li><li title=\"help circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-help-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,18H13V16H11V18M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M12,20C7.59,20 4,16.41 4,12C4,7.59 7.59,4 12,4C16.41,4 20,7.59 20,12C20,16.41 16.41,20 12,20M12,6A4,4 0 0,0 8,10H10A2,2 0 0,1 12,8A2,2 0 0,1 14,10C14,12 11,11.75 11,15H13C13,12.75 16,12.5 16,10A4,4 0 0,0 12,6Z\" /></svg></li><li title=\"help circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-help-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.07,11.25L14.17,12.17C13.45,12.89 13,13.5 13,15H11V14.5C11,13.39 11.45,12.39 12.17,11.67L13.41,10.41C13.78,10.05 14,9.55 14,9C14,7.89 13.1,7 12,7A2,2 0 0,0 10,9H8A4,4 0 0,1 12,5A4,4 0 0,1 16,9C16,9.88 15.64,10.67 15.07,11.25M13,19H11V17H13M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12C22,6.47 17.5,2 12,2Z\" /></svg></li><li title=\"help network outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-help-network-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,20A1,1 0 0,0 14,19H13V17H17A2,2 0 0,0 19,15V5A2,2 0 0,0 17,3H7A2,2 0 0,0 5,5V15A2,2 0 0,0 7,17H11V19H10A1,1 0 0,0 9,20H2V22H9A1,1 0 0,0 10,23H14A1,1 0 0,0 15,22H22V20H15M7,15V5H17V15H7M11.95,6C11.17,6 10.55,6.18 10.07,6.5C9.61,6.89 9.38,7.4 9.39,8.1L9.4,8.13H11.11C11.12,7.86 11.2,7.65 11.36,7.5C11.5,7.38 11.72,7.31 11.95,7.31C12.22,7.31 12.45,7.4 12.61,7.56C12.77,7.73 12.85,7.96 12.85,8.22C12.85,8.5 12.78,8.75 12.64,8.95C12.5,9.16 12.33,9.33 12.1,9.5C11.65,9.78 11.34,10.05 11.17,10.29C11,10.5 10.89,10.89 10.89,11.33H12.67C12.67,11.06 12.7,10.84 12.78,10.68C12.86,10.5 13,10.36 13.24,10.21C13.64,10 13.97,9.74 14.22,9.39C14.5,9.03 14.62,8.67 14.62,8.22C14.62,7.55 14.38,7 13.9,6.61C13.42,6.2 12.77,6 11.95,6M10.89,12.22V14H12.67V12.22H10.89Z\" /></svg></li><li title=\"help network \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-help-network\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,3A2,2 0 0,1 19,5V15A2,2 0 0,1 17,17H13V19H14A1,1 0 0,1 15,20H22V22H15A1,1 0 0,1 14,23H10A1,1 0 0,1 9,22H2V20H9A1,1 0 0,1 10,19H11V17H7C5.89,17 5,16.1 5,15V5A2,2 0 0,1 7,3H17M12.19,5C11.32,5 10.62,5.2 10.08,5.59C9.56,6 9.3,6.57 9.31,7.36L9.32,7.39H11.25C11.26,7.09 11.35,6.86 11.53,6.7C11.71,6.55 11.93,6.47 12.19,6.47C12.5,6.47 12.76,6.57 12.94,6.75C13.12,6.94 13.2,7.2 13.2,7.5C13.2,7.82 13.13,8.09 12.97,8.32C12.83,8.55 12.62,8.75 12.36,8.91C11.85,9.25 11.5,9.55 11.31,9.82C11.11,10.08 11,10.5 11,11H13C13,10.69 13.04,10.44 13.13,10.26C13.22,10.07 13.39,9.9 13.64,9.74C14.09,9.5 14.46,9.21 14.75,8.81C15.04,8.41 15.19,8 15.19,7.5C15.19,6.74 14.92,6.13 14.38,5.68C13.85,5.23 13.12,5 12.19,5M11,12V14H13V12H11Z\" /></svg></li><li title=\"help rhombus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-help-rhombus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11 15.5H12.5V17H11V15.5M12 6.95C14.7 7.06 15.87 9.78 14.28 11.81C13.86 12.31 13.19 12.64 12.85 13.07C12.5 13.5 12.5 14 12.5 14.5H11C11 13.65 11 12.94 11.35 12.44C11.68 11.94 12.35 11.64 12.77 11.31C14 10.18 13.68 8.59 12 8.46C11.18 8.46 10.5 9.13 10.5 9.97H9C9 8.3 10.35 6.95 12 6.95M12 2C11.5 2 11 2.19 10.59 2.59L2.59 10.59C1.8 11.37 1.8 12.63 2.59 13.41L10.59 21.41C11.37 22.2 12.63 22.2 13.41 21.41L21.41 13.41C22.2 12.63 22.2 11.37 21.41 10.59L13.41 2.59C13 2.19 12.5 2 12 2M12 4L20 12L12 20L4 12Z\" /></svg></li><li title=\"help rhombus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-help-rhombus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2C11.5 2 11 2.19 10.59 2.59L2.59 10.59C1.8 11.37 1.8 12.63 2.59 13.41L10.59 21.41C11.37 22.2 12.63 22.2 13.41 21.41L21.41 13.41C22.2 12.63 22.2 11.37 21.41 10.59L13.41 2.59C13 2.19 12.5 2 12 2M12 6.95C14.7 7.06 15.87 9.78 14.28 11.81C13.86 12.31 13.19 12.64 12.85 13.07C12.5 13.5 12.5 14 12.5 14.5H11C11 13.65 11 12.94 11.35 12.44C11.68 11.94 12.35 11.64 12.77 11.31C14 10.18 13.68 8.59 12 8.46C11.18 8.46 10.5 9.13 10.5 9.97H9C9 8.3 10.35 6.95 12 6.95M11 15.5H12.5V17H11V15.5Z\" /></svg></li><li title=\"help \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-help\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,19H13V22H10V19M12,2C17.35,2.22 19.68,7.62 16.5,11.67C15.67,12.67 14.33,13.33 13.67,14.17C13,15 13,16 13,17H10C10,15.33 10,13.92 10.67,12.92C11.33,11.92 12.67,11.33 13.5,10.67C15.92,8.43 15.32,5.26 12,5A3,3 0 0,0 9,8H6A6,6 0 0,1 12,2Z\" /></svg></li><li title=\"hexadecimal \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hexadecimal\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7 7C5.9 7 5 7.9 5 9V15C5 16.11 5.9 17 7 17H9C10.11 17 11 16.11 11 15V9C11 7.9 10.11 7 9 7H7M7 9H9V15H7V9M17.6 17L15.5 14.9L13.4 17L12 15.6L14.1 13.5L12 11.4L13.4 10L15.5 12.1L17.6 10L19 11.4L16.9 13.5L19 15.6L17.6 17Z\" /></svg></li><li title=\"hexagon multiple outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hexagon-multiple-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9.37 4L10.78 6.5L9.37 9H6.63L5.23 6.5L6.63 4H9.37M10.25 2H5.75C5.56 2 5.39 2.11 5.31 2.26L3.09 6.22L3 6.5L3.09 6.78L5.31 10.74C5.39 10.89 5.56 11 5.75 11H10.25C10.44 11 10.61 10.89 10.69 10.74L12.91 6.78L13 6.5L12.91 6.22L10.69 2.26C10.61 2.11 10.44 2 10.25 2M18.62 9.5L20 12L18.62 14.5H15.88L14.5 12L15.88 9.5H18.62M19.5 7.5H15C14.81 7.5 14.64 7.61 14.56 7.76L12.34 11.72L12.25 12L12.34 12.28L14.56 16.24C14.64 16.39 14.81 16.5 15 16.5H19.5C19.69 16.5 19.86 16.39 19.94 16.24L22.16 12.28L22.25 12L22.16 11.72L19.94 7.76C19.86 7.61 19.69 7.5 19.5 7.5M9.37 15L10.78 17.5L9.37 20H6.63L5.23 17.5L6.63 15H9.37M10.25 13H5.75C5.56 13 5.39 13.11 5.31 13.26L3.09 17.22L3 17.5L3.09 17.78L5.31 21.74C5.39 21.89 5.56 22 5.75 22H10.25C10.44 22 10.61 21.89 10.69 21.74L12.91 17.78L13 17.5L12.91 17.22L10.69 13.26C10.61 13.11 10.44 13 10.25 13Z\" /></svg></li><li title=\"hexagon multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hexagon-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10.25,2C10.44,2 10.61,2.11 10.69,2.26L12.91,6.22L13,6.5L12.91,6.78L10.69,10.74C10.61,10.89 10.44,11 10.25,11H5.75C5.56,11 5.39,10.89 5.31,10.74L3.09,6.78L3,6.5L3.09,6.22L5.31,2.26C5.39,2.11 5.56,2 5.75,2H10.25M10.25,13C10.44,13 10.61,13.11 10.69,13.26L12.91,17.22L13,17.5L12.91,17.78L10.69,21.74C10.61,21.89 10.44,22 10.25,22H5.75C5.56,22 5.39,21.89 5.31,21.74L3.09,17.78L3,17.5L3.09,17.22L5.31,13.26C5.39,13.11 5.56,13 5.75,13H10.25M19.5,7.5C19.69,7.5 19.86,7.61 19.94,7.76L22.16,11.72L22.25,12L22.16,12.28L19.94,16.24C19.86,16.39 19.69,16.5 19.5,16.5H15C14.81,16.5 14.64,16.39 14.56,16.24L12.34,12.28L12.25,12L12.34,11.72L14.56,7.76C14.64,7.61 14.81,7.5 15,7.5H19.5Z\" /></svg></li><li title=\"hexagon outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hexagon-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,16.5C21,16.88 20.79,17.21 20.47,17.38L12.57,21.82C12.41,21.94 12.21,22 12,22C11.79,22 11.59,21.94 11.43,21.82L3.53,17.38C3.21,17.21 3,16.88 3,16.5V7.5C3,7.12 3.21,6.79 3.53,6.62L11.43,2.18C11.59,2.06 11.79,2 12,2C12.21,2 12.41,2.06 12.57,2.18L20.47,6.62C20.79,6.79 21,7.12 21,7.5V16.5M12,4.15L5,8.09V15.91L12,19.85L19,15.91V8.09L12,4.15Z\" /></svg></li><li title=\"hexagon slice 1 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hexagon-slice-1\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,16.5C21,16.88 20.79,17.21 20.47,17.38L12.57,21.82C12.41,21.94 12.21,22 12,22C11.79,22 11.59,21.94 11.43,21.82L3.53,17.38C3.21,17.21 3,16.88 3,16.5V7.5C3,7.12 3.21,6.79 3.53,6.62L11.43,2.18C11.59,2.06 11.79,2 12,2C12.21,2 12.41,2.06 12.57,2.18L20.47,6.62C20.79,6.79 21,7.12 21,7.5V16.5M12,4.15L5,8.09V15.91L12,19.85L19,15.91V8.09L12,4.15M12,12V5.32L17.94,8.66L12,12Z\" /></svg></li><li title=\"hexagon slice 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hexagon-slice-2\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18,15.38L12,12V5.32L18,8.69V15.38M21,16.5C21,16.88 20.79,17.21 20.47,17.38L12.57,21.82C12.41,21.94 12.21,22 12,22C11.79,22 11.59,21.94 11.43,21.82L3.53,17.38C3.21,17.21 3,16.88 3,16.5V7.5C3,7.12 3.21,6.79 3.53,6.62L11.43,2.18C11.59,2.06 11.79,2 12,2C12.21,2 12.41,2.06 12.57,2.18L20.47,6.62C20.79,6.79 21,7.12 21,7.5V16.5M12,4.15L5,8.09V15.91L12,19.85L19,15.91V8.09L12,4.15Z\" /></svg></li><li title=\"hexagon slice 3 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hexagon-slice-3\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,5.32L18,8.69V15.31L12,18.68V5.32M21,16.5C21,16.88 20.79,17.21 20.47,17.38L12.57,21.82C12.41,21.94 12.21,22 12,22C11.79,22 11.59,21.94 11.43,21.82L3.53,17.38C3.21,17.21 3,16.88 3,16.5V7.5C3,7.12 3.21,6.79 3.53,6.62L11.43,2.18C11.59,2.06 11.79,2 12,2C12.21,2 12.41,2.06 12.57,2.18L20.47,6.62C20.79,6.79 21,7.12 21,7.5V16.5M12,4.15L5,8.09V15.91L12,19.85L19,15.91V8.09L12,4.15Z\" /></svg></li><li title=\"hexagon slice 4 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hexagon-slice-4\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,5.32L18,8.69V15.31L12,18.68L6.06,15.34L12,12V5.32M21,16.5C21,16.88 20.79,17.21 20.47,17.38L12.57,21.82C12.41,21.94 12.21,22 12,22C11.79,22 11.59,21.94 11.43,21.82L3.53,17.38C3.21,17.21 3,16.88 3,16.5V7.5C3,7.12 3.21,6.79 3.53,6.62L11.43,2.18C11.59,2.06 11.79,2 12,2C12.21,2 12.41,2.06 12.57,2.18L20.47,6.62C20.79,6.79 21,7.12 21,7.5V16.5M12,4.15L5,8.09V15.91L12,19.85L19,15.91V8.09L12,4.15Z\" /></svg></li><li title=\"hexagon slice 5 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hexagon-slice-5\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,5.32L18,8.69V15.31L12,18.68L6,15.31V8.69L12,12V5.32M21,16.5C21,16.88 20.79,17.21 20.47,17.38L12.57,21.82C12.41,21.94 12.21,22 12,22C11.79,22 11.59,21.94 11.43,21.82L3.53,17.38C3.21,17.21 3,16.88 3,16.5V7.5C3,7.12 3.21,6.79 3.53,6.62L11.43,2.18C11.59,2.06 11.79,2 12,2C12.21,2 12.41,2.06 12.57,2.18L20.47,6.62C20.79,6.79 21,7.12 21,7.5V16.5M12,4.15L5,8.09V15.91L12,19.85L19,15.91V8.09L12,4.15Z\" /></svg></li><li title=\"hexagon slice 6 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hexagon-slice-6\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,5.32L18,8.69V15.31L12,18.68L6,15.31V8.69L12,5.32M21,16.5C21,16.88 20.79,17.21 20.47,17.38L12.57,21.82C12.41,21.94 12.21,22 12,22C11.79,22 11.59,21.94 11.43,21.82L3.53,17.38C3.21,17.21 3,16.88 3,16.5V7.5C3,7.12 3.21,6.79 3.53,6.62L11.43,2.18C11.59,2.06 11.79,2 12,2C12.21,2 12.41,2.06 12.57,2.18L20.47,6.62C20.79,6.79 21,7.12 21,7.5V16.5M12,4.15L5,8.09V15.91L12,19.85L19,15.91V8.09L12,4.15Z\" /></svg></li><li title=\"hexagon \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hexagon\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,16.5C21,16.88 20.79,17.21 20.47,17.38L12.57,21.82C12.41,21.94 12.21,22 12,22C11.79,22 11.59,21.94 11.43,21.82L3.53,17.38C3.21,17.21 3,16.88 3,16.5V7.5C3,7.12 3.21,6.79 3.53,6.62L11.43,2.18C11.59,2.06 11.79,2 12,2C12.21,2 12.41,2.06 12.57,2.18L20.47,6.62C20.79,6.79 21,7.12 21,7.5V16.5Z\" /></svg></li><li title=\"hexagram outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hexagram-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,7L13.3,9.8L16.5,9.4L14.5,12L16.4,14.5L13.2,14.1L12,17L10.7,14.2L7.5,14.6L9.5,12L7.6,9.5L10.8,9.9L12,7M12,2L9.5,7.7L3.3,7L7,12L3.4,17L9.6,16.3L12,22L14.5,16.3L20.7,16.9L17,12L20.6,7L14.4,7.7L12,2Z\" /></svg></li><li title=\"hexagram \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hexagram\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.5,7.66L20.64,6.97L17,12L20.68,16.97L14.5,16.32L12.03,22L9.5,16.34L3.36,17.03L7,12L3.32,7.03L9.5,7.68L11.97,2L14.5,7.66Z\" /></svg></li><li title=\"high definition box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-high-definition-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,3H5C3.89,3 3,3.9 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3M11,15H9.5V13H7.5V15H6V9H7.5V11.5H9.5V9H11V15M13,9H17A1,1 0 0,1 18,10V14A1,1 0 0,1 17,15H13V9M14.5,13.5H16.5V10.5H14.5V13.5Z\" /></svg></li><li title=\"high definition \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-high-definition\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,7H7V11H9V7H11V17H9V13H7V17H5V7M13,7H16A3,3 0 0,1 19,10V14A3,3 0 0,1 16,17H13V7M16,15A1,1 0 0,0 17,14V10A1,1 0 0,0 16,9H15V15H16Z\" /></svg></li><li title=\"highway \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-highway\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,2L8,8H11V2H10M13,2V8H16L14,2H13M2,9V10H4V11H6V10H18L18.06,11H20V10H22V9H2M7,11L3.34,22H11V11H7M13,11V22H20.66L17,11H13Z\" /></svg></li><li title=\"hiking \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hiking\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17.47 8.67H19V23H17.47V12.6C16.67 12.44 15.92 12.14 15.21 11.71S13.9 10.78 13.39 10.2L12.77 13.27L15 15.47V23H13V17L10.76 14.8L8.89 23H6.73C6.73 23 9.86 7.22 9.89 7.09C10 6.61 10.22 6.24 10.59 6C10.96 5.73 11.33 5.6 11.71 5.6C12.1 5.6 12.46 5.69 12.79 5.87C13.13 6.04 13.39 6.29 13.58 6.61L14.64 8.24C14.93 8.78 15.32 9.25 15.81 9.63S16.86 10.3 17.47 10.5V8.67M8.55 5.89L7.4 5.65C6.83 5.5 6.31 5.62 5.84 5.94C5.38 6.26 5.1 6.7 5 7.28L4.19 11.26C4.16 11.55 4.22 11.81 4.38 12.05C4.54 12.29 4.75 12.42 5 12.46L7.21 12.89L8.55 5.89M13 1C11.9 1 11 1.9 11 3S11.9 5 13 5 15 4.11 15 3 14.11 1 13 1Z\" /></svg></li><li title=\"history \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-history\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.5,8H12V13L16.28,15.54L17,14.33L13.5,12.25V8M13,3A9,9 0 0,0 4,12H1L4.96,16.03L9,12H6A7,7 0 0,1 13,5A7,7 0 0,1 20,12A7,7 0 0,1 13,19C11.07,19 9.32,18.21 8.06,16.94L6.64,18.36C8.27,20 10.5,21 13,21A9,9 0 0,0 22,12A9,9 0 0,0 13,3\" /></svg></li><li title=\"hockey puck \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hockey-puck\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,5C6.5,5 2,6.57 2,8.5C2,10.43 6.5,12 12,12C17.5,12 22,10.43 22,8.5C22,6.57 17.5,5 12,5M2,11.76V16.5C2,18.43 6.5,20 12,20C17.5,20 22,18.43 22,16.5V11.76C21.33,12.22 20.58,12.57 19.73,12.86C17.62,13.6 14.95,14 12,14C9.05,14 6.38,13.6 4.27,12.86C3.42,12.57 2.67,12.22 2,11.76Z\" /></svg></li><li title=\"hockey sticks \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hockey-sticks\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17.68 4H14.3L12.56 8C12.53 8.04 12.45 8.22 12.31 8.5S12.06 9.04 12 9.19L9.7 4H6.32L10.41 12.84C10.5 13.06 10.73 13.59 11.11 14.43C11.5 15.28 11.78 15.91 12 16.35L13.41 19.44C13.6 19.78 13.89 19.95 14.3 19.95L19 20V16H15L13.6 12.84L17.68 4M20.03 16V20H22V17C22 16.73 21.91 16.5 21.72 16.28C21.53 16.08 21.3 16 21 16H20.03M5 16V20L9.7 19.95C10.11 19.95 10.4 19.78 10.59 19.44L11.44 17.5L9.84 14.06L9 16H5M2 20H3.97V16H3C2.7 16 2.47 16.08 2.28 16.28C2.09 16.5 2 16.73 2 17V20Z\" /></svg></li><li title=\"hololens \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hololens\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,8C12,8 22,8 22,11C22,11 22.09,14.36 21.75,14.25C21,11 12,11 12,11C12,11 3,11 2.25,14.25C1.91,14.36 2,11 2,11C2,8 12,8 12,8M12,12C20,12 20.75,14.25 20.75,14.25C19.75,17.25 19,18 15,18C12,18 13,16.5 12,16.5C11,16.5 12,18 9,18C5,18 4.25,17.25 3.25,14.25C3.25,14.25 4,12 12,12Z\" /></svg></li><li title=\"home account \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-home-account\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,3L2,12H5V20H19V12H22L12,3M12,8.75A2.25,2.25 0 0,1 14.25,11A2.25,2.25 0 0,1 12,13.25A2.25,2.25 0 0,1 9.75,11A2.25,2.25 0 0,1 12,8.75M12,15C13.5,15 16.5,15.75 16.5,17.25V18H7.5V17.25C7.5,15.75 10.5,15 12,15Z\" /></svg></li><li title=\"home alert outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-home-alert-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 5.7L17 10.2V18H7V10.2L12 5.7M19 20V12H22L12 3L2 12H5V20M13 8H11V13H13V8M13 15H11V17H13V15\" /></svg></li><li title=\"home alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-home-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 3L2 12H5V20H19V12H22L12 3M13 18H11V16H13V18M13 14H11V8H13V14Z\" /></svg></li><li title=\"home analytics \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-home-analytics\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,3L2,12H5V20H19V12H22M9,18H7V12H9M13,18H11V10H13M17,18H15V14H17\" /></svg></li><li title=\"home assistant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-home-assistant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.8,13H20V21H13V17.67L15.79,14.88L16.5,15C17.66,15 18.6,14.06 18.6,12.9C18.6,11.74 17.66,10.8 16.5,10.8A2.1,2.1 0 0,0 14.4,12.9L14.5,13.61L13,15.13V9.65C13.66,9.29 14.1,8.6 14.1,7.8A2.1,2.1 0 0,0 12,5.7A2.1,2.1 0 0,0 9.9,7.8C9.9,8.6 10.34,9.29 11,9.65V15.13L9.5,13.61L9.6,12.9A2.1,2.1 0 0,0 7.5,10.8A2.1,2.1 0 0,0 5.4,12.9A2.1,2.1 0 0,0 7.5,15L8.21,14.88L11,17.67V21H4V13H2.25C1.83,13 1.42,13 1.42,12.79C1.43,12.57 1.85,12.15 2.28,11.72L11,3C11.33,2.67 11.67,2.33 12,2.33C12.33,2.33 12.67,2.67 13,3L17,7V6H19V9L21.78,11.78C22.18,12.18 22.59,12.59 22.6,12.8C22.6,13 22.2,13 21.8,13M7.5,12A0.9,0.9 0 0,1 8.4,12.9A0.9,0.9 0 0,1 7.5,13.8A0.9,0.9 0 0,1 6.6,12.9A0.9,0.9 0 0,1 7.5,12M16.5,12C17,12 17.4,12.4 17.4,12.9C17.4,13.4 17,13.8 16.5,13.8A0.9,0.9 0 0,1 15.6,12.9A0.9,0.9 0 0,1 16.5,12M12,6.9C12.5,6.9 12.9,7.3 12.9,7.8C12.9,8.3 12.5,8.7 12,8.7C11.5,8.7 11.1,8.3 11.1,7.8C11.1,7.3 11.5,6.9 12,6.9Z\" /></svg></li><li title=\"home automation \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-home-automation\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,3L2,12H5V20H19V12H22L12,3M12,8.5C14.34,8.5 16.46,9.43 18,10.94L16.8,12.12C15.58,10.91 13.88,10.17 12,10.17C10.12,10.17 8.42,10.91 7.2,12.12L6,10.94C7.54,9.43 9.66,8.5 12,8.5M12,11.83C13.4,11.83 14.67,12.39 15.6,13.3L14.4,14.47C13.79,13.87 12.94,13.5 12,13.5C11.06,13.5 10.21,13.87 9.6,14.47L8.4,13.3C9.33,12.39 10.6,11.83 12,11.83M12,15.17C12.94,15.17 13.7,15.91 13.7,16.83C13.7,17.75 12.94,18.5 12,18.5C11.06,18.5 10.3,17.75 10.3,16.83C10.3,15.91 11.06,15.17 12,15.17Z\" /></svg></li><li title=\"home battery outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-home-battery-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.7 9H20V7.5H16V9H15.3C14.6 9 14 9.6 14 10.3V20.6C14 21.3 14.6 21.9 15.3 21.9H20.6C21.3 21.9 21.9 21.3 21.9 20.6V10.3C22 9.6 21.4 9 20.7 9M20 14H16V11H20V14M4 21V12H2L12 2L16 6H14.5V7.5L12 5L6 11V19H12.5V21H4Z\" /></svg></li><li title=\"home battery \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-home-battery\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.5 7.6C13.3 8 12.5 9 12.5 10.3V20H5V12H2L12 3L15.3 6H14.5V7.6M21.9 10.3V20.6C21.9 21.3 21.3 21.9 20.6 21.9H15.3C14.6 21.9 14 21.3 14 20.6V10.3C14 9.6 14.6 9 15.3 9H16V7.5H20V9H20.7C21.4 9 22 9.6 21.9 10.3M20 11H16V14H20V11Z\" /></svg></li><li title=\"home circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-home-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 20C7.6 20 4 16.4 4 12S7.6 4 12 4 20 7.6 20 12 16.4 20 12 20M12 2C6.5 2 2 6.5 2 12S6.5 22 12 22 22 17.5 22 12 17.5 2 12 2M11 14H13V17H16V12H18L12 7L6 12H8V17H11V14\" /></svg></li><li title=\"home circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-home-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.07,4.93C17.22,3 14.66,1.96 12,2C9.34,1.96 6.79,3 4.94,4.93C3,6.78 1.96,9.34 2,12C1.96,14.66 3,17.21 4.93,19.06C6.78,21 9.34,22.04 12,22C14.66,22.04 17.21,21 19.06,19.07C21,17.22 22.04,14.66 22,12C22.04,9.34 21,6.78 19.07,4.93M17,12V18H13.5V13H10.5V18H7V12H5L12,5L19.5,12H17Z\" /></svg></li><li title=\"home city outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-home-city-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,2V4.26L12,5.59V4H22V19H17V21H24V2H10M7.5,5L0,10V21H15V10L7.5,5M14,6V6.93L15.61,8H16V6H14M18,6V8H20V6H18M7.5,7.5L13,11V19H10V13H5V19H2V11L7.5,7.5M18,10V12H20V10H18M18,14V16H20V14H18Z\" /></svg></li><li title=\"home city \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-home-city\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M0,21V10L7.5,5L15,10V21H10V14H5V21H0M24,2V21H17V8.93L16,8.27V6H14V6.93L10,4.27V2H24M21,14H19V16H21V14M21,10H19V12H21V10M21,6H19V8H21V6Z\" /></svg></li><li title=\"home edit outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-home-edit-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 3L2 12H5V20H11V14H13V16.11L15 14.11V12H9V18H7V10.19L12 5.69L17 10.19V12.11L19.43 9.68L12 3M21.04 11.14C20.9 11.14 20.76 11.2 20.65 11.3L19.65 12.3L21.7 14.35L22.7 13.35C22.91 13.14 22.91 12.79 22.7 12.58L21.42 11.3C21.32 11.2 21.18 11.14 21.04 11.14M19.06 12.88L13 18.94V21H15.06L21.11 14.93L19.06 12.88Z\" /></svg></li><li title=\"home edit \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-home-edit\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 3L2 12H5V20H10V14H14V15.11L19.43 9.68L12 3M21.04 11.14C20.9 11.14 20.76 11.2 20.65 11.3L19.65 12.3L21.7 14.35L22.7 13.35C22.91 13.14 22.91 12.79 22.7 12.58L21.42 11.3C21.32 11.2 21.18 11.14 21.04 11.14M19.06 12.88L13 18.94V21H15.06L21.11 14.93L19.06 12.88Z\" /></svg></li><li title=\"home export outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-home-export-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M24 13L20 9V12H11V14H20V17M18 16V21H2V12H0L10 2L18 10H15L10 5L4 11V19H16V16H18Z\" /></svg></li><li title=\"home flood \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-home-flood\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,11H2L12,2L22,11H19V15.92C17.95,15.75 16.93,15.32 16,14.67C15.37,15.11 14.7,15.43 14,15.65V13H10V15.65C9.3,15.43 8.63,15.11 8,14.67C7.07,15.32 6.05,15.75 5,15.92M20,18C18.61,18 17.22,17.53 16,16.67C13.56,18.38 10.44,18.38 8,16.67C6.78,17.53 5.39,18 4,18H2V22H22V18\" /></svg></li><li title=\"home floor 0 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-home-floor-0\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,10H13V16H11V10M22,12H19V20H5V12H2L12,3L22,12M15,10A2,2 0 0,0 13,8H11A2,2 0 0,0 9,10V16A2,2 0 0,0 11,18H13A2,2 0 0,0 15,16V10Z\" /></svg></li><li title=\"home floor 1 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-home-floor-1\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,3L2,12H5V20H19V12H22L12,3M10,8H14V18H12V10H10V8Z\" /></svg></li><li title=\"home floor 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-home-floor-2\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,3L2,12H5V20H19V12H22L12,3M9,8H13A2,2 0 0,1 15,10V12A2,2 0 0,1 13,14H11V16H15V18H9V14A2,2 0 0,1 11,12H13V10H9V8Z\" /></svg></li><li title=\"home floor 3 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-home-floor-3\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,3L22,12H19V20H5V12H2L12,3M15,11.5V10C15,8.89 14.1,8 13,8H9V10H13V12H11V14H13V16H9V18H13A2,2 0 0,0 15,16V14.5A1.5,1.5 0 0,0 13.5,13A1.5,1.5 0 0,0 15,11.5Z\" /></svg></li><li title=\"home floor a \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-home-floor-a\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,3L2,12H5V20H19V12H22L12,3M11,8H13A2,2 0 0,1 15,10V18H13V15H11V18H9V10C9,8.89 9.9,8 11,8M11,10V13H13V10H11Z\" /></svg></li><li title=\"home floor b \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-home-floor-b\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,3L2,12H5V20H19V12H22L12,3M9,8H13A2,2 0 0,1 15,10V11.5A1.5,1.5 0 0,1 13.5,13A1.5,1.5 0 0,1 15,14.5V16A2,2 0 0,1 13,18H9V8M11,10V12H13V10H11M11,14V16H13V14H11Z\" /></svg></li><li title=\"home floor g \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-home-floor-g\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,3L2,12H5V20H19V12H22L12,3M11,8H15V10H11V16H13V12H15V16C15,17.11 14.1,18 13,18H11A2,2 0 0,1 9,16V10C9,8.89 9.9,8 11,8Z\" /></svg></li><li title=\"home floor l \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-home-floor-l\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,3L2,12H5V20H19V12H22L12,3M9,8H11V16H15V18H9V8Z\" /></svg></li><li title=\"home floor negative 1 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-home-floor-negative-1\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,3L2,12H5V20H19V12H22L12,3M11,15H7V13H11V15M15,18H13V10H11V8H15V18Z\" /></svg></li><li title=\"home group minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-home-group-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2 6H1L5 2L9 6H8V9H6V6H4V9H2V6M13 10.9L14.3 12H16V9H18V12H21V8H22L17 3L12 8H13V10.9M13.8 22C13.3 21.1 13 20.1 13 19C13 17.4 13.6 15.9 14.7 14.9L9 10L2 16H4V22H7V17H11V22H13.8M15 18V20H23V18H15Z\" /></svg></li><li title=\"home group plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-home-group-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2 6H1L5 2L9 6H8V9H6V6H4V9H2V6M13 10.9L14.3 12H16V9H18V12H21V8H22L17 3L12 8H13V10.9M13.8 22C13.3 21.1 13 20.1 13 19C13 17.4 13.6 15.9 14.7 14.9L9 10L2 16H4V22H7V17H11V22H13.8M18 15V18H15V20H18V23H20V20H23V18H20V15H18Z\" /></svg></li><li title=\"home group remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-home-group-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2 6H1L5 2L9 6H8V9H6V6H4V9H2V6M13 10.9L14.3 12H16V9H18V12H21V8H22L17 3L12 8H13V10.9M13.8 22C13.3 21.1 13 20.1 13 19C13 17.4 13.6 15.9 14.7 14.9L9 10L2 16H4V22H7V17H11V22H13.8M21.1 15.5L19 17.6L16.9 15.5L15.5 16.9L17.6 19L15.5 21.1L16.9 22.5L19 20.4L21.1 22.5L22.5 21.1L20.4 19L22.5 16.9L21.1 15.5Z\" /></svg></li><li title=\"home group \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-home-group\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,16H15V22H12V17H8V22H5V16H3L10,10L17,16M6,2L10,6H9V9H7V6H5V9H3V6H2L6,2M18,3L23,8H22V12H19V9H17V12H15.34L14,10.87V8H13L18,3Z\" /></svg></li><li title=\"home heart \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-home-heart\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,12L12,3L22,12H19V20H5V12H2M12,18L12.72,17.34C15.3,15 17,13.46 17,11.57C17,10.03 15.79,8.82 14.25,8.82C13.38,8.82 12.55,9.23 12,9.87C11.45,9.23 10.62,8.82 9.75,8.82C8.21,8.82 7,10.03 7,11.57C7,13.46 8.7,15 11.28,17.34L12,18Z\" /></svg></li><li title=\"home import outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-home-import-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15 13L11 9V12H2V14H11V17M22 12H20V21H4V16H6V19H18V11L12 5L7 10H4L12 2L22 12Z\" /></svg></li><li title=\"home lightbulb outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-home-lightbulb-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2L2 12H4V21H20V12H22M12 5L18 11V19H6V11M13.5 14.58V16H10.5V14.58C9.07 13.75 8.57 11.92 9.4 10.5C10.23 9.05 12.07 8.56 13.5 9.38S15.43 12.05 14.6 13.5C14.34 13.94 13.96 14.32 13.5 14.58M13 17H11V18H13V17Z\" /></svg></li><li title=\"home lightbulb \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-home-lightbulb\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 3L2 12H5V20H19V12H22M13 18H11V17H13M13.5 14.58V16H10.5V14.58A3 3 0 1 1 13.5 14.58Z\" /></svg></li><li title=\"home lightning bolt outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-home-lightning-bolt-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2L2 12H4V21H20V12H22M12 5L18 11V19H6V11M11.5 14H9L12.5 7V11H15L11.5 18V14Z\" /></svg></li><li title=\"home lightning bolt \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-home-lightning-bolt\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 3L2 12H5V20H19V12H22L12 3M11.5 18V14H9L12.5 7V11H15L11.5 18Z\" /></svg></li><li title=\"home lock open \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-home-lock-open\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,3L2,12H5V20H19V12H22L12,3M12,8A3,3 0 0,1 15,11H13A1,1 0 0,0 12,10A1,1 0 0,0 11,11V13H16V17H8V13H9V11A3,3 0 0,1 12,8Z\" /></svg></li><li title=\"home lock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-home-lock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,3L2,12H5V20H19V12H22L12,3M12,9A3,3 0 0,1 15,12V13H16V17H8V13H9V12A3,3 0 0,1 12,9M12,11A1,1 0 0,0 11,12V13H13V12C13,11.5 12.6,11 12,11Z\" /></svg></li><li title=\"home map marker \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-home-map-marker\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,3L2,12H5V20H19V12H22L12,3M12,7.7C14.1,7.7 15.8,9.4 15.8,11.5C15.8,14.5 12,18 12,18C12,18 8.2,14.5 8.2,11.5C8.2,9.4 9.9,7.7 12,7.7M12,10A1.5,1.5 0 0,0 10.5,11.5A1.5,1.5 0 0,0 12,13A1.5,1.5 0 0,0 13.5,11.5A1.5,1.5 0 0,0 12,10Z\" /></svg></li><li title=\"home minus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-home-minus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2L2 12H4V21H20V12H22M12 5L18 11V19H6V11M16 13V15H8V13H16Z\" /></svg></li><li title=\"home minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-home-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,3L2,12H5V20H19V12H22L12,3M16,13V15H8V13H16Z\" /></svg></li><li title=\"home modern \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-home-modern\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,21V8A2,2 0 0,1 8,6L16,3V6A2,2 0 0,1 18,8V21H12V16H8V21H6M14,19H16V16H14V19M8,13H10V9H8V13M12,13H16V9H12V13Z\" /></svg></li><li title=\"home outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-home-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 5.69L17 10.19V18H15V12H9V18H7V10.19L12 5.69M12 3L2 12H5V20H11V14H13V20H19V12H22L12 3Z\" /></svg></li><li title=\"home plus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-home-plus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2L2 12H4V21H20V12H22M12 5L18 11V19H6V11M11 10H13V13H16V15H13V18H11V15H8V13H11V10Z\" /></svg></li><li title=\"home plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-home-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,3L2,12H5V20H19V12H22L12,3M11,10H13V13H16V15H13V18H11V15H8V13H11V10Z\" /></svg></li><li title=\"home remove outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-home-remove-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2L2 12H4V21H20V12H22M12 5L18 11V19H6V11M14.12 10.46L15.54 11.88L13.41 14L15.54 16.12L14.12 17.54L12 15.41L9.88 17.54L8.47 16.12L10.59 14L8.47 11.88L9.88 10.47L12 12.59L14.12 10.46Z\" /></svg></li><li title=\"home remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-home-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 3L2 12H5V20H19V12H22L12 3M15.54 16.12L14.12 17.54L12 15.41L9.88 17.54L8.47 16.12L10.59 14L8.47 11.88L9.88 10.47L12 12.59L14.12 10.47L15.54 11.88L13.41 14L15.54 16.12Z\" /></svg></li><li title=\"home roof \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-home-roof\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 16H22L12 7L2 16H5L12 9.69L19 16M7 8.81V7H4V11.5L7 8.81Z\" /></svg></li><li title=\"home search outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-home-search-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.31 18.9C19.75 18.21 20 17.38 20 16.5C20 14 18 12 15.5 12S11 14 11 16.5 13 21 15.5 21C16.37 21 17.19 20.75 17.88 20.32L21 23.39L22.39 22L19.31 18.9M15.5 19C14.12 19 13 17.88 13 16.5S14.12 14 15.5 14 18 15.12 18 16.5 16.88 19 15.5 19M5 20V12H2L12 3L22 12H20.18C19.33 11.11 18.23 10.47 17 10.18L12 5.69L7 10.19V18H9.18C9.35 18.72 9.64 19.39 10.03 20H5Z\" /></svg></li><li title=\"home search \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-home-search\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.31 18.9C19.75 18.21 20 17.38 20 16.5C20 14 18 12 15.5 12S11 14 11 16.5 13 21 15.5 21C16.37 21 17.19 20.75 17.88 20.32L21 23.39L22.39 22L19.31 18.9M15.5 19C14.12 19 13 17.88 13 16.5S14.12 14 15.5 14 18 15.12 18 16.5 16.88 19 15.5 19M5 20V12H2L12 3L22 12H20.18C19 10.77 17.34 10 15.5 10C11.92 10 9 12.92 9 16.5C9 17.79 9.38 19 10.03 20H5Z\" /></svg></li><li title=\"home switch outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-home-switch-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8 3L1 9H3V15H7V11H9V15H13V9H15L8 3M11.5 9V13.5H10.5V9.5H5.5V13.5H4.5V8L8 5L11.5 8V9M9 16V18H15V16L18 19L15 22V20H9V22L6 19L9 16M23 9H21V15H15V10H19L13.54 5.11L16 3L23 9Z\" /></svg></li><li title=\"home switch \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-home-switch\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6.5 15V11H9.5V15H13V9H15L8 3L1 9H3V15H6.5M9 16V18H15V16L18 19L15 22V20H9V22L6 19L9 16M23 9H21V15H15V10H19L13.54 5.11L16 3L23 9Z\" /></svg></li><li title=\"home thermometer outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-home-thermometer-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2L2 12H4V21H20V12H22M12 5L18 11V19H6V11M12 8C11.45 8 11 8.45 11 9V13.27C10.38 13.63 10 14.29 10 15C10 16.11 10.9 17 12 17S14 16.11 14 15C14 14.29 13.62 13.63 13 13.27V9C13 8.45 12.55 8 12 8Z\" /></svg></li><li title=\"home thermometer \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-home-thermometer\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 3L2 12H5V20H19V12H22L12 3M12 8A1 1 0 0 1 13 9V14.27A2 2 0 0 1 14 16A2 2 0 0 1 12 18A2 2 0 0 1 10 16A2 2 0 0 1 11 14.27V9A1 1 0 0 1 12 8Z\" /></svg></li><li title=\"home variant outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-home-variant-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,13H15V19H18V10L12,5.5L6,10V19H9V13M4,21V9L12,3L20,9V21H4Z\" /></svg></li><li title=\"home variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-home-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,3L20,9V21H15V14H9V21H4V9L12,3Z\" /></svg></li><li title=\"home \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-home\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,20V14H14V20H19V12H22L12,3L2,12H5V20H10Z\" /></svg></li><li title=\"hook off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hook-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,9.86V11.18L15,13.18V9.86C17.14,9.31 18.43,7.13 17.87,5C17.32,2.85 15.14,1.56 13,2.11C10.86,2.67 9.57,4.85 10.13,7C10.5,8.4 11.59,9.5 13,9.86M14,4A2,2 0 0,1 16,6A2,2 0 0,1 14,8A2,2 0 0,1 12,6A2,2 0 0,1 14,4M18.73,22L14.86,18.13C14.21,20.81 11.5,22.46 8.83,21.82C6.6,21.28 5,19.29 5,17V12L10,17H7A3,3 0 0,0 10,20A3,3 0 0,0 13,17V16.27L2,5.27L3.28,4L13,13.72L15,15.72L20,20.72L18.73,22Z\" /></svg></li><li title=\"hook \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hook\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18,6C18,7.82 16.76,9.41 15,9.86V17A5,5 0 0,1 10,22A5,5 0 0,1 5,17V12L10,17H7A3,3 0 0,0 10,20A3,3 0 0,0 13,17V9.86C11.23,9.4 10,7.8 10,5.97C10,3.76 11.8,2 14,2C16.22,2 18,3.79 18,6M14,8A2,2 0 0,0 16,6A2,2 0 0,0 14,4A2,2 0 0,0 12,6A2,2 0 0,0 14,8Z\" /></svg></li><li title=\"hoop house \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hoop-house\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 5C6.5 5 2 9.5 2 15V21H22V15C22 9.5 17.5 5 12 5M12 7C14.53 7 16.78 8.17 18.25 10H5.76C7.22 8.17 9.47 7 12 7M8 19H4V15C4 13.94 4.21 12.93 4.58 12H8V19M14 19H10V12H14V19M20 19H16V12H19.42C19.79 12.93 20 13.94 20 15V19Z\" /></svg></li><li title=\"hops \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hops\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,12C21,12 12.5,10 12.5,2C12.5,2 21,2 21,12M3,12C3,2 11.5,2 11.5,2C11.5,10 3,12 3,12M12,6.5C12,6.5 13,8.66 15,10.5C14.76,14.16 12,16 12,16C12,16 9.24,14.16 9,10.5C11,8.66 12,6.5 12,6.5M20.75,13.25C20.75,13.25 20,17 18,19C18,19 15.53,17.36 14.33,14.81C15.05,13.58 15.5,12.12 15.75,11.13C17.13,12.18 18.75,13 20.75,13.25M15.5,18.25C14.5,20.25 12,21.75 12,21.75C12,21.75 9.5,20.25 8.5,18.25C8.5,18.25 9.59,17.34 10.35,15.8C10.82,16.35 11.36,16.79 12,17C12.64,16.79 13.18,16.35 13.65,15.8C14.41,17.34 15.5,18.25 15.5,18.25M3.25,13.25C5.25,13 6.87,12.18 8.25,11.13C8.5,12.12 8.95,13.58 9.67,14.81C8.47,17.36 6,19 6,19C4,17 3.25,13.25 3.25,13.25Z\" /></svg></li><li title=\"horizontal rotate clockwise \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-horizontal-rotate-clockwise\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 14L8 10L4 14H7.1C7.56 18.56 9.58 22 12 22S16.44 18.56 16.9 14H14.91C14.57 17.45 13.4 20 12 20S9.43 17.45 9.09 14H12M12 4C13.4 4 14.57 6.55 14.91 10H16.9C16.44 5.44 14.42 2 12 2C9.84 2 8 4.74 7.3 8.58L8 7.88L9.21 9.08C9.64 6.11 10.73 4 12 4M22 13V11H11L13 13H22M2 13H3L5 11H2V13Z\" /></svg></li><li title=\"horizontal rotate counterclockwise \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-horizontal-rotate-counterclockwise\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 10H9.09C9.43 6.55 10.6 4 12 4S14.57 6.55 14.91 10H16.9C16.44 5.44 14.42 2 12 2S7.56 5.44 7.1 10H4L8 14L12 10M12 20C10.73 20 9.64 17.89 9.21 14.92L8 16.12L7.3 15.42C8 19.26 9.84 22 12 22C14.42 22 16.44 18.56 16.9 14H14.91C14.57 17.45 13.4 20 12 20M22 11H13L11 13H22V11M2 13H5L3 11H2V13\" /></svg></li><li title=\"horse human \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-horse-human\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10 3.5C10 2.67 10.67 2 11.5 2S13 2.67 13 3.5 12.33 5 11.5 5 10 4.33 10 3.5M22 8V11.5L20.97 11.85C20.8 13.06 19.76 14 18.5 14H18.42C18.28 14.68 17.95 15.29 17.5 15.78V22H15V17C14.92 17 14.84 17 14.75 17C14.54 17 14.33 16.97 14.13 16.94L9.69 16.2L8.57 18.21L9.32 22H6.78L6 18.25C5.97 17.95 6 17.65 6.16 17.39L7.18 15.58C6.2 15.03 5.53 14 5.5 12.81C5.46 12.96 5.44 13.18 5.47 13.5C5.5 13.94 5.61 14.59 5.54 15.31C5.5 16.03 5.17 16.77 4.75 17.26C4.32 17.75 3.85 18.09 3.35 18.35L2.65 17.65C2.84 17.18 3.03 16.76 3.07 16.37C3.13 16 3.06 15.7 2.95 15.43L2.42 14.3C2.21 13.79 1.95 13.05 2 12.18C2.03 11.33 2.5 10.22 3.39 9.61C4.29 9 5.26 8.91 6.05 9.08C6.55 9.18 7.06 9.42 7.5 9.76C7.87 9.59 8.3 9.5 8.75 9.5H9V8.11C9 7.11 9.68 6.19 10.66 6.03C11.92 5.82 13 6.79 13 8V9.5H14.5V9C14.5 6.79 16.29 5 18.5 5H22L21.11 6.34C21.65 6.7 22 7.31 22 8M20 11.2L18.96 9.54C18.83 9.33 18.5 9.42 18.5 9.67V13C19.33 13 20 12.33 20 11.5V11.2Z\" /></svg></li><li title=\"horse variant fast \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-horse-variant-fast\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23 8V16L20 17L16.91 11.5C16.65 11.04 15.92 11.27 16 11.81L17 21L7 17L8.15 8.94C8.64 5.53 11.56 3 15 3H23L21.42 5.37C22.36 5.88 23 6.86 23 8M4 5H7.58C8.08 4.24 8.7 3.57 9.41 3H4C3.45 3 3 3.45 3 4S3.45 5 4 5M5.84 11H2C1.45 11 1 11.45 1 12S1.45 13 2 13H5.55L5.84 11M3 9H6.12L6.17 8.66C6.25 8.08 6.39 7.53 6.58 7H3C2.45 7 2 7.45 2 8S2.45 9 3 9Z\" /></svg></li><li title=\"horse variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-horse-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 8V16L17 17L13.91 11.5C13.65 11.04 12.92 11.27 13 11.81L14 21L4 17L5.15 8.94C5.64 5.53 8.56 3 12 3H20L18.42 5.37C19.36 5.88 20 6.86 20 8Z\" /></svg></li><li title=\"horse \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-horse\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 6V9.5L20.5 10L18.96 7.54C18.83 7.33 18.5 7.42 18.5 7.67V11.25C18.5 12.23 18.11 13.11 17.5 13.78V21H15V15C14.92 15 14.84 15 14.75 15C14.54 15 14.33 14.97 14.13 14.94L9.69 14.2L8.57 16.21L9.53 21H7L6 16.25C5.97 15.95 6 15.65 6.16 15.39L7.18 13.58C6.2 13.03 5.53 12 5.5 10.81C5.46 10.96 5.44 11.18 5.47 11.5C5.5 11.94 5.61 12.59 5.54 13.31C5.5 14.03 5.17 14.77 4.75 15.26C4.32 15.75 3.85 16.09 3.35 16.35L2.65 15.65C2.84 15.18 3.03 14.76 3.07 14.37C3.13 14 3.06 13.7 2.95 13.43L2.42 12.3C2.21 11.79 1.95 11.05 2 10.18C2.03 9.33 2.5 8.22 3.39 7.61C4.29 7 5.26 6.92 6.05 7.08C6.55 7.18 7.06 7.42 7.5 7.76C7.87 7.59 8.3 7.5 8.75 7.5H14.5V7C14.5 4.79 16.29 3 18.5 3H22L21.11 4.34C21.65 4.7 22 5.31 22 6Z\" /></svg></li><li title=\"horseshoe \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-horseshoe\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,4H20V1H16V4C16,4 18,8 18,12C18,16 16,19 12,19C8,19 6,16 6,12C6,8 8,4 8,4V1H4V4H5C5,4 2,8 2,14C2,19 7,23 12,23C17,23 22,19 22,14C22,8 19,4 19,4M4,13C3.4,13 3,12.6 3,12C3,11.4 3.4,11 4,11C4.6,11 5,11.4 5,12C5,12.6 4.6,13 4,13M6,19C5.4,19 5,18.6 5,18C5,17.4 5.4,17 6,17C6.6,17 7,17.4 7,18C7,18.6 6.6,19 6,19M12,22C11.4,22 11,21.6 11,21C11,20.4 11.4,20 12,20C12.6,20 13,20.4 13,21C13,21.6 12.6,22 12,22M18,19C17.4,19 17,18.6 17,18C17,17.4 17.4,17 18,17C18.6,17 19,17.4 19,18C19,18.6 18.6,19 18,19M20,13C19.4,13 19,12.6 19,12C19,11.4 19.4,11 20,11C20.6,11 21,11.4 21,12C21,12.6 20.6,13 20,13Z\" /></svg></li><li title=\"hospital box outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hospital-box-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 14H14V18H10V14H6V10H10V6H14V10H18M20 2H4C2.9 2 2 2.9 2 4V20C2 21.1 2.9 22 4 22H20C21.1 22 22 21.1 22 20V4C22 2.9 21.1 2 20 2M20 20H4V4H20V20Z\" /></svg></li><li title=\"hospital box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hospital-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18,14H14V18H10V14H6V10H10V6H14V10H18M19,3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3Z\" /></svg></li><li title=\"hospital building \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hospital-building\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,22V7A1,1 0 0,1 3,6H7V2H17V6H21A1,1 0 0,1 22,7V22H14V17H10V22H2M9,4V10H11V8H13V10H15V4H13V6H11V4H9M4,20H8V17H4V20M4,15H8V12H4V15M16,20H20V17H16V20M16,15H20V12H16V15M10,15H14V12H10V15Z\" /></svg></li><li title=\"hospital marker \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hospital-marker\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2C15.86,2 19,5.13 19,9C19,14.25 12,22 12,22C12,22 5,14.25 5,9A7,7 0 0,1 12,2M9,6V12H11V10H13V12H15V6H13V8H11V6H9Z\" /></svg></li><li title=\"hospital \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hospital\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 14H14V18H10V14H6V10H10V6H14V10H18\" /></svg></li><li title=\"hot tub \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hot-tub\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7,4A2,2 0 0,1 9,6A2,2 0 0,1 7,8A2,2 0 0,1 5,6A2,2 0 0,1 7,4M11.15,12H22V20A2,2 0 0,1 20,22H4A2,2 0 0,1 2,20V12H5V11.25C5,10 6,9 7.25,9H7.28C7.62,9 7.95,9.09 8.24,9.23C8.5,9.35 8.74,9.5 8.93,9.73L10.33,11.28C10.56,11.54 10.84,11.78 11.15,12M7,20V14H5V20H7M11,20V14H9V20H11M15,20V14H13V20H15M19,20V14H17V20H19M18.65,5.86C19.68,6.86 20.16,8.21 19.95,9.57L19.89,10H18L18.09,9.41C18.24,8.62 18,7.83 17.42,7.21L17.35,7.15C16.32,6.14 15.85,4.79 16.05,3.43L16.11,3H18L17.91,3.59C17.76,4.38 18,5.17 18.58,5.79L18.65,5.86M14.65,5.86C15.68,6.86 16.16,8.21 15.95,9.57L15.89,10H14L14.09,9.41C14.24,8.62 14,7.83 13.42,7.21L13.35,7.15C12.32,6.14 11.85,4.79 12.05,3.43L12.11,3H14L13.91,3.59C13.76,4.38 14,5.17 14.58,5.79L14.65,5.86Z\" /></svg></li><li title=\"hours 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hours-24\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 2.05V4.07C16.95 4.56 20 7.92 20 12C20 15.21 18.08 18 15.28 19.28L13 17V22H18L16.78 20.78C19.91 19.07 22 15.76 22 12C22 6.82 18.05 2.55 13 2.05M11 2C9.05 2.2 7.2 2.96 5.68 4.21L7.1 5.63C8.23 4.75 9.58 4.2 11 4V2M4.2 5.68C2.96 7.2 2.2 9.05 2 11H4C4.19 9.58 4.75 8.23 5.63 7.1L4.2 5.68M6 8V10H9V11H8C6.9 11 6 11.9 6 13V16H11V14H8V13H9C10.11 13 11 12.11 11 11V10C11 8.9 10.11 8 9 8H6M12 8V13H15V16H17V13H18V11H17V8H15V11H14V8H12M2 13C2.2 14.95 2.97 16.8 4.22 18.32L5.64 16.9C4.76 15.77 4.2 14.42 4 13H2M7.11 18.37L5.68 19.79C7.2 21.03 9.05 21.8 11 22V20C9.58 19.81 8.24 19.25 7.11 18.37Z\" /></svg></li><li title=\"hubspot \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hubspot\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17.1,8.6V6.2C17.7,5.9 18.2,5.3 18.2,4.6V4.5C18.2,3.5 17.4,2.7 16.4,2.7H16.3C15.3,2.7 14.5,3.5 14.5,4.5V4.6C14.5,5.3 14.9,5.9 15.6,6.2V8.6C14.7,8.7 13.8,9.1 13.1,9.7L6.5,4.6C6.8,3.5 6.1,2.3 5,2.1C3.9,1.9 2.8,2.4 2.5,3.5C2.2,4.6 2.9,5.8 4,6.1C4.5,6.2 5.1,6.2 5.6,5.9L12,10.9C10.8,12.7 10.8,15 12.1,16.8L10.1,18.8C9.9,18.8 9.8,18.7 9.6,18.7C8.7,18.7 7.9,19.5 7.9,20.4C7.9,21.3 8.7,22 9.6,22C10.5,22 11.3,21.2 11.3,20.3V20.3C11.3,20.1 11.3,20 11.2,19.8L13.1,17.9C15.4,19.6 18.7,19.2 20.4,16.9C22.1,14.6 21.7,11.3 19.4,9.6C18.8,9.1 18,8.7 17.1,8.6M16.3,16.4C14.8,16.4 13.6,15.2 13.6,13.7C13.6,12.2 14.8,11 16.3,11C17.8,11 19,12.2 19,13.7C19,15.2 17.8,16.4 16.3,16.4\" /></svg></li><li title=\"hulu \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hulu\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.5,12.8V22H14.7V13.9C14.7,13.2 14.1,12.6 13.4,12.6H10.5C9.8,12.6 9.2,13.2 9.2,13.9V22H4.5V2H9.3V8.4C9.6,8.3 9.9,8.2 10.2,8.2H15C17.5,8.2 19.5,10.3 19.5,12.8Z\" /></svg></li><li title=\"human baby changing table \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-human-baby-changing-table\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6.5 6.08C5.72 6.12 5 6.62 4.72 7.4L3 12.13V22H7V12.84L8.42 8.94L10.7 10H14V8H11.15L7.29 6.2C7.03 6.11 6.76 6.07 6.5 6.08M9 17H21V19H9M10 3.5A2 2 0 0 1 8 5.5A2 2 0 0 1 6 3.5A2 2 0 0 1 8 1.5A2 2 0 0 1 10 3.5M21 14.5A1.5 1.5 0 0 1 19.5 16A1.5 1.5 0 0 1 18 14.5A1.5 1.5 0 0 1 19.5 13A1.5 1.5 0 0 1 21 14.5M9 11V13H11V14C11 15.11 11.89 16 13 16H15C16.11 16 17 15.11 17 14V11H15V13H13V12A1 1 0 0 0 12 11Z\" /></svg></li><li title=\"human cane \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-human-cane\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 12.24V22H17.06V12.24C17.06 12.09 17 12 16.93 11.89C16.84 11.8 16.74 11.76 16.62 11.76C16.47 11.76 16.36 11.8 16.27 11.89C16.18 12 16.14 12.1 16.14 12.24V13.16H15.23V12.5C14.53 12.33 13.9 12.04 13.35 11.63C12.8 11.22 12.34 10.74 11.96 10.19L11.61 11.39C11.5 11.81 11.5 12.24 11.5 12.68L11.5 13L11.5 13.33L13.35 15.94V22H11.5V17.34L9.82 15L9.65 18.25L6.86 22L5.38 20.87L7.77 17.64V12.68C7.77 12.15 7.82 11.63 7.91 11.11L8.25 9.54L6.86 10.32V13.63H5V9.23L10 6.4C10.29 6.26 10.59 6.18 10.91 6.18C11.23 6.18 11.54 6.27 11.83 6.44C12.15 6.62 12.39 6.88 12.57 7.23L13.31 8.8C13.6 9.38 14.04 9.87 14.64 10.26C15.23 10.65 15.89 10.85 16.62 10.85C17 10.85 17.32 11 17.6 11.24C17.88 11.5 18 11.83 18 12.24M12 2C13.11 2 14 2.9 14 4C14 5.11 13.11 6 12 6C10.9 6 10 5.11 10 4C10 2.9 10.9 2 12 2Z\" /></svg></li><li title=\"human capacity decrease \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-human-capacity-decrease\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16 4C16 2.9 16.9 2 18 2S20 2.9 20 4 19.1 6 18 6 16 5.1 16 4M20.78 7.58C19.93 7.21 19 7 18 7C17.33 7 16.69 7.1 16.08 7.28C16.66 7.83 17 8.6 17 9.43V10H22V9.43C22 8.62 21.5 7.9 20.78 7.58M6 6C7.1 6 8 5.1 8 4S7.1 2 6 2 4 2.9 4 4 4.9 6 6 6M7.92 7.28C7.31 7.1 6.67 7 6 7C5 7 4.07 7.21 3.22 7.58C2.5 7.9 2 8.62 2 9.43V10H7V9.43C7 8.6 7.34 7.83 7.92 7.28M10 4C10 2.9 10.9 2 12 2S14 2.9 14 4 13.1 6 12 6 10 5.1 10 4M16 10H8V9.43C8 8.62 8.5 7.9 9.22 7.58C10.07 7.21 11 7 12 7C13 7 13.93 7.21 14.78 7.58C15.5 7.9 16 8.62 16 9.43V10M15 16C15 14.9 15.9 14 17 14S19 14.9 19 16 18.1 18 17 18 15 17.1 15 16M21 22H13V21.43C13 20.62 13.5 19.9 14.22 19.58C15.07 19.21 16 19 17 19C18 19 18.93 19.21 19.78 19.58C20.5 19.9 21 20.62 21 21.43V22M5 16C5 14.9 5.9 14 7 14S9 14.9 9 16 8.1 18 7 18 5 17.1 5 16M11 22H3V21.43C3 20.62 3.5 19.9 4.22 19.58C5.07 19.21 6 19 7 19C8 19 8.93 19.21 9.78 19.58C10.5 19.9 11 20.62 11 21.43V22M12.75 13V11H11.25V13H9L12 16L15 13H12.75Z\" /></svg></li><li title=\"human capacity increase \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-human-capacity-increase\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16 4C16 2.9 16.9 2 18 2C19.1 2 20 2.9 20 4C20 5.1 19.1 6 18 6C16.9 6 16 5.1 16 4M20.78 7.58C19.93 7.21 19 7 18 7C17.33 7 16.69 7.1 16.08 7.28C16.66 7.83 17 8.6 17 9.43V10H22V9.43C22 8.62 21.5 7.9 20.78 7.58M6 6C7.1 6 8 5.1 8 4C8 2.9 7.1 2 6 2C4.9 2 4 2.9 4 4C4 5.1 4.9 6 6 6M7.92 7.28C7.31 7.1 6.67 7 6 7C5 7 4.07 7.21 3.22 7.58C2.5 7.9 2 8.62 2 9.43V10H7V9.43C7 8.6 7.34 7.83 7.92 7.28M10 4C10 2.9 10.9 2 12 2C13.1 2 14 2.9 14 4C14 5.1 13.1 6 12 6C10.9 6 10 5.1 10 4M16 10H8V9.43C8 8.62 8.5 7.9 9.22 7.58C10.07 7.21 11 7 12 7C13 7 13.93 7.21 14.78 7.58C15.5 7.9 16 8.62 16 9.43M15 16C15 14.9 15.9 14 17 14C18.1 14 19 14.9 19 16C19 17.1 18.1 18 17 18C15.9 18 15 17.1 15 16M21 22H13V21.43C13 20.62 13.5 19.9 14.22 19.58C15.07 19.21 16 19 17 19C18 19 18.93 19.21 19.78 19.58C20.5 19.9 21 20.62 21 21.43M5 16C5 14.9 5.9 14 7 14C8.1 14 9 14.9 9 16C9 17.1 8.1 18 7 18C5.9 18 5 17.1 5 16M11 22H3V21.43C3 20.62 3.5 19.9 4.22 19.58C5.07 19.21 6 19 7 19C8 19 8.93 19.21 9.78 19.58C10.5 19.9 11 20.62 11 21.43M12.75 14V16H11.25V14H9L12 11L15 14Z\" /></svg></li><li title=\"human child \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-human-child\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A3,3 0 0,1 15,5A3,3 0 0,1 12,8A3,3 0 0,1 9,5A3,3 0 0,1 12,2M11,22H8V16H6V9H18V16H16V22H13V18H11V22Z\" /></svg></li><li title=\"human dolly \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-human-dolly\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.78 21.84C15.77 22.27 14.59 21.8 14.16 20.78C13.73 19.77 14.2 18.59 15.22 18.16C16.23 17.73 17.41 18.2 17.84 19.22C18.27 20.23 17.8 21.41 16.78 21.84M7.62 6C8.73 6 9.62 5.11 9.62 4C9.62 2.9 8.73 2 7.62 2C6.5 2 5.62 2.9 5.62 4C5.62 5.11 6.5 6 7.62 6M22.05 16.34L18.2 18C18.42 18.22 18.62 18.5 18.76 18.82C18.9 19.15 18.96 19.5 19 19.82L22.83 18.18L22.05 16.34M10.16 8.78L10.9 10.59C10.66 10.5 10.44 10.38 10.26 10.26C9.66 9.87 9.22 9.38 8.93 8.8L8.19 7.23C8 6.88 7.77 6.62 7.45 6.44C7.16 6.27 6.85 6.18 6.53 6.18C6.21 6.18 5.91 6.26 5.62 6.4C4.22 7.5 3.87 9.54 3.87 9.54L3.53 11.11C3.44 11.63 3.39 12.15 3.39 12.68V17.64L1 20.87L2.5 22L5.27 18.25L5.44 15L7.12 17.34V22H8.97V15.94L7.12 13.33V12.68C7.12 12.24 7.12 11.81 7.23 11.39L7.58 10.19C7.96 10.74 8.42 11.22 8.97 11.63C9.42 11.97 10.68 12.57 11.87 12.86L14 17.8C14.22 17.58 14.5 17.38 14.83 17.24C15.15 17.1 15.5 17.04 15.82 17L12 8L10.16 8.78M15.36 12.12L17.32 16.72L22.95 14.31L21 9.72\" /></svg></li><li title=\"human edit \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-human-edit\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.07 14.88L21.12 16.93L15.06 23H13V20.94L19.07 14.88M21.04 13.13C21.18 13.13 21.31 13.19 21.42 13.3L22.7 14.58C22.92 14.79 22.92 15.14 22.7 15.35L21.7 16.35L19.65 14.3L20.65 13.3C20.76 13.19 20.9 13.13 21.04 13.13M21 9H15V16L13 18V16H11V22H9V9H3V7H21V9M12 2C13.1 2 14 2.9 14 4C14 5.1 13.1 6 12 6C10.9 6 10 5.1 10 4C10 2.9 10.9 2 12 2Z\" /></svg></li><li title=\"human female boy \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-human-female-boy\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.5,2A2,2 0 0,1 9.5,4A2,2 0 0,1 7.5,6A2,2 0 0,1 5.5,4A2,2 0 0,1 7.5,2M6,22V16H3L5.6,8.4C5.9,7.6 6.6,7 7.5,7C8.4,7 9.2,7.6 9.4,8.4L12,16H9V22H6M14.5,12A2,2 0 0,1 16.5,10A2,2 0 0,1 18.5,12A2,2 0 0,1 16.5,14A2,2 0 0,1 14.5,12M13.5,15H19.5V19H18V22H15V19H13.5V15Z\" /></svg></li><li title=\"human female dance \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-human-female-dance\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17 17H15V23H13V17H10.88L9.34 18.93L11.71 21.29L10.29 22.71L7.93 20.34C7.58 20 7.38 19.53 7.35 19.04C7.32 18.55 7.47 18.06 7.78 17.68L8.32 17H7L9 13V10C8.38 10.47 7.88 11.07 7.53 11.76C7.18 12.46 7 13.22 7 14H5C5 12.14 5.74 10.36 7.05 9.05C8.36 7.74 10.14 7 12 7C13.33 7 14.6 6.47 15.54 5.54C16.47 4.6 17 3.33 17 2H19C19 3.32 18.62 4.62 17.91 5.73C17.2 6.85 16.2 7.74 15 8.31V13L17 17M14 4C14 4.4 13.88 4.78 13.66 5.11C13.44 5.44 13.13 5.7 12.77 5.85C12.4 6 12 6.04 11.61 5.96C11.22 5.88 10.87 5.69 10.59 5.41C10.31 5.13 10.12 4.78 10.04 4.39C9.96 4 10 3.6 10.15 3.24C10.3 2.87 10.56 2.56 10.89 2.34C11.22 2.12 11.6 2 12 2C12.53 2 13.04 2.21 13.41 2.59C13.79 2.96 14 3.47 14 4Z\" /></svg></li><li title=\"human female female \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-human-female-female\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.5,2A2,2 0 0,1 9.5,4A2,2 0 0,1 7.5,6A2,2 0 0,1 5.5,4A2,2 0 0,1 7.5,2M6,22V16H3L5.6,8.4C5.9,7.6 6.6,7 7.5,7C8.4,7 9.2,7.6 9.4,8.4L12,16L14.6,8.4C14.9,7.6 15.6,7 16.5,7C17.4,7 18.2,7.6 18.4,8.4L21,16H18V22H15V16H12L9,16V22H6M16.5,2A2,2 0 0,1 18.5,4A2,2 0 0,1 16.5,6A2,2 0 0,1 14.5,4A2,2 0 0,1 16.5,2Z\" /></svg></li><li title=\"human female girl \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-human-female-girl\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.5,2A2,2 0 0,1 9.5,4A2,2 0 0,1 7.5,6A2,2 0 0,1 5.5,4A2,2 0 0,1 7.5,2M6,22V16H3L5.6,8.4C5.9,7.6 6.6,7 7.5,7C8.4,7 9.2,7.6 9.4,8.4L12,16H9V22H6M14.5,12A2,2 0 0,1 16.5,10A2,2 0 0,1 18.5,12A2,2 0 0,1 16.5,14A2,2 0 0,1 14.5,12M15,15H18L19.5,19H18V22H15V19H13.5L15,15Z\" /></svg></li><li title=\"human female \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-human-female\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A2,2 0 0,1 14,4A2,2 0 0,1 12,6A2,2 0 0,1 10,4A2,2 0 0,1 12,2M10.5,22V16H7.5L10.09,8.41C10.34,7.59 11.1,7 12,7C12.9,7 13.66,7.59 13.91,8.41L16.5,16H13.5V22H10.5Z\" /></svg></li><li title=\"human greeting proximity \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-human-greeting-proximity\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11 14H9C9 9.03 13.03 5 18 5V7C14.13 7 11 10.13 11 14M18 11V9C15.24 9 13 11.24 13 14H15C15 12.34 16.34 11 18 11M7 4C7 2.89 6.11 2 5 2S3 2.89 3 4 3.89 6 5 6 7 5.11 7 4M11.45 4.5H9.45C9.21 5.92 8 7 6.5 7H3.5C2.67 7 2 7.67 2 8.5V11H8V8.74C9.86 8.15 11.25 6.5 11.45 4.5M19 17C20.11 17 21 16.11 21 15S20.11 13 19 13 17 13.89 17 15 17.89 17 19 17M20.5 18H17.5C16 18 14.79 16.92 14.55 15.5H12.55C12.75 17.5 14.14 19.15 16 19.74V22H22V19.5C22 18.67 21.33 18 20.5 18Z\" /></svg></li><li title=\"human greeting variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-human-greeting-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M1.5,4V5.5C1.5,9.65 3.71,13.28 7,15.3V20H22V18C22,15.34 16.67,14 14,14C14,14 13.83,14 13.75,14C9,14 5,10 5,5.5V4M14,4A4,4 0 0,0 10,8A4,4 0 0,0 14,12A4,4 0 0,0 18,8A4,4 0 0,0 14,4Z\" /></svg></li><li title=\"human greeting \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-human-greeting\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2C13.1 2 14 2.9 14 4S13.1 6 12 6 10 5.1 10 4 10.9 2 12 2M15.9 8.1C15.5 7.7 14.8 7 13.5 7H11C8.2 7 6 4.8 6 2H4C4 5.2 6.1 7.8 9 8.7V22H11V16H13V22H15V10.1L19 14L20.4 12.6L15.9 8.1Z\" /></svg></li><li title=\"human handsdown \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-human-handsdown\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,1C10.89,1 10,1.9 10,3C10,4.11 10.89,5 12,5C13.11,5 14,4.11 14,3A2,2 0 0,0 12,1M10,6C9.73,6 9.5,6.11 9.31,6.28H9.3L4,11.59L5.42,13L9,9.41V22H11V15H13V22H15V9.41L18.58,13L20,11.59L14.7,6.28C14.5,6.11 14.27,6 14,6\" /></svg></li><li title=\"human handsup \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-human-handsup\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,1C5,3.7 6.56,6.16 9,7.32V22H11V15H13V22H15V7.31C17.44,6.16 19,3.7 19,1H17A5,5 0 0,1 12,6A5,5 0 0,1 7,1M12,1C10.89,1 10,1.89 10,3C10,4.11 10.89,5 12,5C13.11,5 14,4.11 14,3C14,1.89 13.11,1 12,1Z\" /></svg></li><li title=\"human male board poll \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-human-male-board-poll\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 17C21.1 17 22 16.1 22 15V4C22 2.9 21.1 2 20 2H9.5C9.8 2.6 10 3.3 10 4H20V15H11V17M15 7V9H9V22H7V16H5V22H3V14H1.5V9C1.5 7.9 2.4 7 3.5 7H15M8 4C8 5.1 7.1 6 6 6S4 5.1 4 4 4.9 2 6 2 8 2.9 8 4M17 6H19V14H17V6M14 10H16V14H14V10M11 10H13V14H11V10Z\" /></svg></li><li title=\"human male board \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-human-male-board\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,17A2,2 0 0,0 22,15V4A2,2 0 0,0 20,2H9.46C9.81,2.61 10,3.3 10,4H20V15H11V17M15,7V9H9V22H7V16H5V22H3V14H1.5V9A2,2 0 0,1 3.5,7H15M8,4A2,2 0 0,1 6,6A2,2 0 0,1 4,4A2,2 0 0,1 6,2A2,2 0 0,1 8,4Z\" /></svg></li><li title=\"human male boy \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-human-male-boy\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.5,2A2,2 0 0,1 9.5,4A2,2 0 0,1 7.5,6A2,2 0 0,1 5.5,4A2,2 0 0,1 7.5,2M6,7H9A2,2 0 0,1 11,9V14.5H9.5V22H5.5V14.5H4V9A2,2 0 0,1 6,7M14.5,12A2,2 0 0,1 16.5,10A2,2 0 0,1 18.5,12A2,2 0 0,1 16.5,14A2,2 0 0,1 14.5,12M13.5,15H19.5V19H18V22H15V19H13.5V15Z\" /></svg></li><li title=\"human male child \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-human-male-child\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7 2C5.9 2 5 2.9 5 4S5.9 6 7 6 9 5.11 9 4 8.11 2 7 2M5 7C3.89 7 3 7.89 3 9V15H5V22H10V11.6L12.53 16H14.97L16 14.66V22H20V17H21V14C21 12.89 20.11 12 19 12H16.5C15.9 12 15.37 12.26 15 12.68C14.67 13.1 14.32 13.56 14 14H13.69L10 7.66C9.84 7.38 9.22 7 8.5 7H5M18 8C17.17 8 16.5 8.67 16.5 9.5S17.17 11 18 11 19.5 10.33 19.5 9.5 18.83 8 18 8Z\" /></svg></li><li title=\"human male female child \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-human-male-female-child\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16 4C16 2.9 16.9 2 18 2S20 2.9 20 4 19.1 6 18 6 16 5.1 16 4M20 22V16H22.5L20 8.4C19.7 7.6 19 7 18.1 7H18C17.1 7 16.4 7.6 16.1 8.4L15.2 11C16.3 11.6 17 12.7 17 14.1V22.1H20M12.5 11.5C13.3 11.5 14 10.8 14 10S13.3 8.5 12.5 8.5 11 9.2 11 10 11.7 11.5 12.5 11.5M5.5 6C6.6 6 7.5 5.1 7.5 4S6.6 2 5.5 2 3.5 2.9 3.5 4 4.4 6 5.5 6M7.5 22V15H9V9C9 7.9 8.1 7 7 7H4C2.9 7 2 7.9 2 9V15H3.5V22H7.5M14 22V18H15V14C15 13.2 14.3 12.5 13.5 12.5H11.5C10.7 12.5 10 13.2 10 14V18H11V22H14Z\" /></svg></li><li title=\"human male female \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-human-male-female\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.5,2A2,2 0 0,1 9.5,4A2,2 0 0,1 7.5,6A2,2 0 0,1 5.5,4A2,2 0 0,1 7.5,2M6,7H9A2,2 0 0,1 11,9V14.5H9.5V22H5.5V14.5H4V9A2,2 0 0,1 6,7M16.5,2A2,2 0 0,1 18.5,4A2,2 0 0,1 16.5,6A2,2 0 0,1 14.5,4A2,2 0 0,1 16.5,2M15,22V16H12L14.59,8.41C14.84,7.59 15.6,7 16.5,7C17.4,7 18.16,7.59 18.41,8.41L21,16H18V22H15Z\" /></svg></li><li title=\"human male girl \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-human-male-girl\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.5,2A2,2 0 0,1 9.5,4A2,2 0 0,1 7.5,6A2,2 0 0,1 5.5,4A2,2 0 0,1 7.5,2M6,7H9A2,2 0 0,1 11,9V14.5H9.5V22H5.5V14.5H4V9A2,2 0 0,1 6,7M14.5,12A2,2 0 0,1 16.5,10A2,2 0 0,1 18.5,12A2,2 0 0,1 16.5,14A2,2 0 0,1 14.5,12M15,15H18L19.5,19H18V22H15V19H13.5L15,15Z\" /></svg></li><li title=\"human male height variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-human-male-height-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7,2C8.78,2 9.67,4.16 8.42,5.42C7.16,6.67 5,5.78 5,4A2,2 0 0,1 7,2M5.5,7H8.5A2,2 0 0,1 10.5,9V14.5H9V22H5V14.5H3.5V9A2,2 0 0,1 5.5,7M19,8H21L18,4L15,8H17V16H15L18,20L21,16H19M22,2H14V4H22M22,20H14V22H22\" /></svg></li><li title=\"human male height \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-human-male-height\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7,2C8.78,2 9.67,4.16 8.42,5.42C7.16,6.67 5,5.78 5,4A2,2 0 0,1 7,2M5.5,7H8.5A2,2 0 0,1 10.5,9V14.5H9V22H5V14.5H3.5V9A2,2 0 0,1 5.5,7M21,8H15V10H21M21,11H18V13H21M21,2H15V4H21M21,5H18V7H21M21,14H15V16H21M21,20H15V22H21M21,17H18V19H21\" /></svg></li><li title=\"human male male \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-human-male-male\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.5,2A2,2 0 0,1 9.5,4A2,2 0 0,1 7.5,6A2,2 0 0,1 5.5,4A2,2 0 0,1 7.5,2M6,7H9A2,2 0 0,1 11,9V14.5H9.5V22H5.5V14.5H4V9A2,2 0 0,1 6,7M16.5,2A2,2 0 0,1 18.5,4A2,2 0 0,1 16.5,6A2,2 0 0,1 14.5,4A2,2 0 0,1 16.5,2M15,7H18A2,2 0 0,1 20,9V14.5H18.5V22H14.5V14.5H13V9A2,2 0 0,1 15,7Z\" /></svg></li><li title=\"human male \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-human-male\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A2,2 0 0,1 14,4A2,2 0 0,1 12,6A2,2 0 0,1 10,4A2,2 0 0,1 12,2M10.5,7H13.5A2,2 0 0,1 15.5,9V14.5H14V22H10V14.5H8.5V9A2,2 0 0,1 10.5,7Z\" /></svg></li><li title=\"human non binary \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-human-non-binary\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2C13.11 2 14 2.9 14 4S13.11 6 12 6 10 5.11 10 4 10.9 2 12 2M13.91 8.41C13.66 7.59 12.9 7 12 7H10.5C9.4 7 8.5 7.9 8.5 9V14.5H10V22H13.5V16H16.5L13.91 8.41Z\" /></svg></li><li title=\"human pregnant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-human-pregnant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,4C9,2.89 9.89,2 11,2C12.11,2 13,2.89 13,4C13,5.11 12.11,6 11,6C9.89,6 9,5.11 9,4M16,13C16,11.66 15.17,10.5 14,10A3,3 0 0,0 11,7A3,3 0 0,0 8,10V17H10V22H13V17H16V13Z\" /></svg></li><li title=\"human queue \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-human-queue\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5 6C3.9 6 3 6.9 3 8S3.9 10 5 10 7 9.11 7 8 6.11 6 5 6M12 4C10.9 4 10 4.89 10 6S10.9 8 12 8 14 7.11 14 6 13.11 4 12 4M19 2C17.9 2 17 2.9 17 4S17.9 6 19 6 21 5.11 21 4 20.11 2 19 2M3.5 11C2.67 11 2 11.67 2 12.5V17H3V22H7V17H8V12.5C8 11.67 7.33 11 6.5 11H3.5M10.5 9C9.67 9 9 9.67 9 10.5V15H10V20H14V15H15V10.5C15 9.67 14.33 9 13.5 9H10.5M17.5 7C16.67 7 16 7.67 16 8.5V13H17V18H21V13H22V8.5C22 7.67 21.33 7 20.5 7H17.5Z\" /></svg></li><li title=\"human scooter \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-human-scooter\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.5 2.25C17.33 2.25 18 2.92 18 3.75C18 4.58 17.33 5.25 16.5 5.25C15.67 5.25 15 4.58 15 3.75C15 2.92 15.67 2.25 16.5 2.25M20 18C21.11 18 22 18.9 22 20C22 21.11 21.11 22 20 22C19.26 22 18.61 21.6 18.27 21H8.73C8.39 21.6 7.74 22 7 22C5.9 22 5 21.11 5 20C5 18.9 5.9 18 7 18C7.74 18 8.39 18.4 8.73 19H13V13.5L9.73 11.23L6.77 14C6.36 14.37 5.73 14.34 5.35 13.94L2.28 10.65C1.91 10.24 1.93 9.61 2.33 9.23C2.74 8.86 3.37 8.88 3.74 9.28L6.13 11.84L13.26 5.2L13.3 5.18C13.72 4.82 14.35 4.88 14.71 5.3L16.97 8H20C20.55 8 21 8.45 21 9C21 9.55 20.55 10 20 10H16.5C16.15 10 15.85 9.82 15.67 9.56L14.17 7.77L11.64 10.13L14.57 12.18H14.57C14.83 12.36 15 12.66 15 13V19H15.61C16.04 17.13 17.63 15.7 19.58 15.5L18.81 11H20.31L21.39 17.34C20.97 17.12 20.5 17 20 17C18.69 17 17.58 17.84 17.17 19H18.27C18.61 18.4 19.26 18 20 18Z\" /></svg></li><li title=\"human wheelchair \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-human-wheelchair\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8.5 4A2 2 0 0 1 6.5 6A2 2 0 0 1 4.5 4A2 2 0 0 1 6.5 2A2 2 0 0 1 8.5 4M5 7C3.89 7 3 7.89 3 9V15H5V22H8.61A7 7 0 0 1 6.5 17A7 7 0 0 1 10 10.95V9C10 7.89 9.11 7 8 7M13 8V16H18.5L21.2 19.6L22.8 18.4L19.5 14H15V8M12 12.23A5 5 0 0 0 8.5 17A5 5 0 0 0 13.5 22A5 5 0 0 0 18.5 17H16.5A3 3 0 0 1 13.5 20A3 3 0 0 1 10.5 17A3 3 0 0 1 12 14.41Z\" /></svg></li><li title=\"human white cane \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-human-white-cane\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8 4C8 2.9 8.9 2 10 2C11.11 2 12 2.9 12 4C12 5.11 11.11 6 10 6C8.9 6 8 5.11 8 4M20.65 21.5L14.5 10.85L14.5 10.85V10.85C13.77 10.85 13.23 10.65 12.64 10.26C12.04 9.87 11.6 9.38 11.31 8.8L10.57 7.23C10.39 6.88 10.15 6.62 9.83 6.44C9.54 6.27 9.23 6.18 8.91 6.18C8.59 6.18 8.29 6.26 8 6.4L3 9.23V13.63H4.86V10.32L6.25 9.54L5.91 11.11C5.82 11.63 5.77 12.15 5.77 12.68V17.64L3.38 20.87L4.86 22L7.65 18.25L7.82 15L9.5 17.34V22H11.35V15.94L9.5 13.33V12.68C9.5 12.24 9.5 11.81 9.61 11.39L9.96 10.19C10.34 10.74 10.81 11.2 11.35 11.63C12.2 12.31 13 12.59 14.35 12.58L19.78 22L20.65 21.5Z\" /></svg></li><li title=\"human \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-human\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,9H15V22H13V16H11V22H9V9H3V7H21M12,2A2,2 0 0,1 14,4A2,2 0 0,1 12,6C10.89,6 10,5.1 10,4C10,2.89 10.89,2 12,2Z\" /></svg></li><li title=\"humble bundle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-humble-bundle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.91,18.12C14.09,18.12 18.43,2.13 18.43,2.13H15.53C15.53,2.13 14.34,5.89 13.55,10.07H11.05C11.11,9.21 11.15,8.34 11.13,7.5C11,0.59 7,1.87 5.18,3.45C3.47,4.95 2.03,7.8 2,10C2.27,10 3.35,10 3.35,10C3.35,10 4.25,5.88 7.07,5.88C9.89,5.88 5.54,21.87 5.54,21.87H8.45C8.45,21.87 9.95,17.59 10.7,12.81L13.09,12.8C12.95,14.04 12.91,15.4 12.93,16.67C13.04,23.56 17.06,22.08 18.86,20.5C20.67,18.92 22,15.58 22,14H20.61C20.62,14.12 19.73,18.12 16.91,18.12V18.12Z\" /></svg></li><li title=\"hvac off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hvac-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.11 21.46L2.39 1.73L1.11 3L3 4.89V21H19.11L20.84 22.73L22.11 21.46M12 18C8.67 18 6 15.33 6 12C6 10.82 6.34 9.73 6.92 8.81L8.43 10.32C8.24 10.69 8.1 11.09 8.06 11.5H9.61L10.61 12.5H8.06C8.11 13.03 8.3 13.55 8.58 14H12.11L13.11 15H9.38C10.08 15.61 10.97 16 12 16C12.63 16 13.19 15.84 13.7 15.59L15.19 17.08C14.27 17.66 13.18 18 12 18M12 8C13.03 8 13.92 8.39 14.63 9H12.2L11.27 8.07C11.5 8.03 11.75 8 12 8M9.67 6.47L6.2 3H21V17.8L17.53 14.33C17.83 13.62 18 12.83 18 12C18 8.67 15.33 6 12 6C11.17 6 10.38 6.17 9.67 6.47M15.94 11.5H14.7L13.2 10H15.42C15.7 10.45 15.89 10.97 15.94 11.5Z\" /></svg></li><li title=\"hvac \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hvac\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8.58 14C8.3 13.55 8.11 13.03 8.06 12.5H15.94C15.89 13.03 15.7 13.55 15.47 14H8.58M12 16C10.97 16 10.08 15.61 9.38 15H14.63C13.92 15.61 13.03 16 12 16M12 8C13.03 8 13.92 8.39 14.63 9H9.38C10.08 8.39 10.97 8 12 8M8.58 10H15.42C15.7 10.45 15.89 10.97 15.94 11.5H8.06C8.11 10.97 8.3 10.45 8.58 10M3 3V21H21V3H3M12 18C8.67 18 6 15.33 6 12S8.67 6 12 6 18 8.67 18 12 15.33 18 12 18Z\" /></svg></li><li title=\"hydraulic oil level \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hydraulic-oil-level\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15 18C13.34 18 12 16.66 12 15C12 13 15 9.63 15 9.63S18 13 18 15C18 16.66 16.66 18 15 18M20 4V20H10V4H8V20C8 21.11 8.89 22 10 22H20C21.11 22 22 21.11 22 20V4H20M2 19L7 14L2 9V19M16 6V2H14V6H11V8H19V6H16Z\" /></svg></li><li title=\"hydraulic oil temperature \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hydraulic-oil-temperature\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9 18C7.34 18 6 16.66 6 15C6 13 9 9.63 9 9.63S12 13 12 15C12 16.66 10.66 18 9 18M14 4V20H4V4H2V20C2 21.11 2.89 22 4 22H14C15.11 22 16 21.11 16 20V4H14M10 6V2H8V6H5V8H13V6H10M21 17.5V5.5C21 4.67 20.33 4 19.5 4S18 4.67 18 5.5V17.5C17.37 17.97 17 18.71 17 19.5C17 20.88 18.12 22 19.5 22S22 20.88 22 19.5C22 18.71 21.63 18 21 17.5M20 13H19V6H20V13Z\" /></svg></li><li title=\"hydro power \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hydro-power\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17.12 3.55A2 2 0 0 0 15.2 4.95L14.4 7.5A3 3 0 0 0 13.33 7.74L11.5 5.77L10.17 4.29A2 2 0 0 0 10.05 7.12L11.86 9.09A3 3 0 0 0 11.64 9.6A3 3 0 0 0 11.53 10.13L8.92 10.71L6.96 11.15A2 2 0 0 0 9.35 12.67L11.96 12.08A3 3 0 0 0 12.7 12.89L11.9 15.44L11.3 17.35A2 2 0 0 0 13.8 16.04L14.61 13.5A3 3 0 0 0 15.68 13.26L17.5 15.23L18.83 16.7A2 2 0 0 0 18.96 13.88L17.15 11.91A3 3 0 0 0 17.36 11.4A3 3 0 0 0 17.5 10.86L20.09 10.28L22.04 9.85A2 2 0 0 0 19.66 8.33L17.05 8.91A3 3 0 0 0 16.31 8.11L17.11 5.55L17.71 3.65A2 2 0 0 0 17.12 3.55M14.56 9A1.5 1.5 0 0 1 14.95 9.07A1.5 1.5 0 0 1 15.93 10.95A1.5 1.5 0 0 1 14.05 11.93A1.5 1.5 0 0 1 13.07 10.05A1.5 1.5 0 0 1 14.55 9M8 13.67C6.78 14.53 5.39 15 4 15H2V17H4C5.37 17 6.74 16.65 8 16C8.77 16.4 9.58 16.66 10.41 16.81L10.94 15.14L11.03 14.88C9.97 14.73 8.93 14.32 8 13.67M20.45 15C20.5 15.7 20.33 16.41 19.91 17C19.93 17 19.97 17 20 17H22V15H20.45M8 17.67C6.78 18.53 5.39 19 4 19H2V21H4C5.37 21 6.74 20.65 8 20C10.5 21.3 13.5 21.3 16 20C17.26 20.65 18.62 21 20 21H22V19H20C18.61 19 17.22 18.53 16 17.67C13.56 19.38 10.44 19.38 8 17.67Z\" /></svg></li><li title=\"hydrogen station \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-hydrogen-station\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6 3C4.89 3 4 3.9 4 5V21H14V13.5H15.5V18.5C15.5 19.88 16.62 21 18 21S20.5 19.88 20.5 18.5V9C20.5 8.31 20.22 7.68 19.77 7.23L19.78 7.22L16.06 3.5L15 4.56L17.11 6.67C16.17 7.03 15.5 7.93 15.5 9C15.5 10.38 16.62 11.5 18 11.5C18.36 11.5 18.69 11.42 19 11.29V18.5C19 19.05 18.55 19.5 18 19.5S17 19.05 17 18.5V14C17 12.9 16.11 12 15 12H14V5C14 3.9 13.11 3 12 3H6M6 7H8V11H10V7H12V17H10V13H8V17H6V7M18 8C18.55 8 19 8.45 19 9S18.55 10 18 10 17 9.55 17 9 17.45 8 18 8Z\" /></svg></li><li title=\"ice cream off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ice-cream-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.11 21.46L2.39 1.73L1.11 3L4.95 6.84C4.37 7.38 4 8.14 4 9C4 10.66 5.34 12 7 12L12 22L14.7 16.59L20.84 22.73L22.11 21.46M12 17.53L8.89 11.31C8.95 11.26 9 11.21 9.08 11.16C9.21 11.24 9.35 11.3 9.5 11.37L13.21 15.1L12 17.53M7.15 3.95C8.07 2.2 9.89 1 12 1C14.89 1 17.25 3.22 17.5 6.05C18.91 6.28 20 7.5 20 9C20 10.66 18.66 12 17 12L16.4 13.2L7.15 3.95Z\" /></svg></li><li title=\"ice cream \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ice-cream\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17.5 6.05C17.25 3.22 14.89 1 12 1S6.75 3.22 6.5 6.05C5.09 6.28 4 7.5 4 9C4 10.66 5.34 12 7 12L12 22L17 12C18.66 12 20 10.66 20 9C20 7.5 18.91 6.28 17.5 6.05M12 17.53L8.89 11.31C8.95 11.26 9 11.21 9.08 11.16C9.93 11.69 10.93 12 12 12S14.07 11.69 14.92 11.16C15 11.21 15.05 11.26 15.11 11.31L12 17.53Z\" /></svg></li><li title=\"ice pop \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ice-pop\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.15 14.96L9.95 18.65L5.85 9.65C7.21 9.13 8.12 7.82 8.15 6.36C8.14 5 7.36 3.76 6.15 3.15C6.54 2.8 7 2.5 7.45 2.25C9.71 1.25 12.37 2.23 13.45 4.46M13.15 18.36L14.75 21.86L17.45 20.65L15.85 17.15\" /></svg></li><li title=\"id card \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-id-card\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 4C2.89 4 2 4.89 2 6V18C2 19.11 2.89 20 4 20H20C21.11 20 22 19.11 22 18V6C22 4.89 21.11 4 20 4H4M4 6H20V10H4V6M4 12H8V14H4V12M10 12H20V14H10V12M4 16H14V18H4V16M16 16H20V18H16V16Z\" /></svg></li><li title=\"identifier \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-identifier\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10 7V9H9V15H10V17H6V15H7V9H6V7H10M16 7C17.11 7 18 7.9 18 9V15C18 16.11 17.11 17 16 17H12V7M16 9H14V15H16V9Z\" /></svg></li><li title=\"ideogram cjk variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ideogram-cjk-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11 4V6H4V8H15.36C15.13 8.87 14.63 9.77 13.88 10.69C13.35 11.35 12.71 12 12 12.67C11.29 12 10.65 11.35 10.12 10.69C9.65 10.12 9.3 9.55 9.03 9H6.85C7.21 10.05 7.82 11.03 8.56 11.95C9.13 12.66 9.79 13.34 10.5 14L5.36 18.23L6.64 19.77L12 15.34L17.36 19.77L18.64 18.23L13.5 14C14.21 13.34 14.87 12.66 15.44 11.95C16.41 10.74 17.16 9.43 17.4 8H20V6H13V4Z\" /></svg></li><li title=\"ideogram cjk \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ideogram-cjk\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11 4V6H4V10H6V8H18V10H20V6H13V4M8 10V12H13.59L11.59 14H4V16H11V18H10V20H13V16H20V14H14.21L16 12.21V10Z\" /></svg></li><li title=\"image album \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-image-album\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,19L9,15.14L11.14,17.72L14.14,13.86L18,19H6M6,4H11V12L8.5,10.5L6,12M18,2H6A2,2 0 0,0 4,4V20A2,2 0 0,0 6,22H18A2,2 0 0,0 20,20V4A2,2 0 0,0 18,2Z\" /></svg></li><li title=\"image area close \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-image-area-close\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,23L8,19H16L12,23M20,3A2,2 0 0,1 22,5V15A2,2 0 0,1 20,17H4A2,2 0 0,1 2,15V5A2,2 0 0,1 4,3H20M5,14H19L14.5,8L11,12.5L8.5,9.5L5,14Z\" /></svg></li><li title=\"image area \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-image-area\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,5A2,2 0 0,1 22,7V17A2,2 0 0,1 20,19H4C2.89,19 2,18.1 2,17V7C2,5.89 2.89,5 4,5H20M5,16H19L14.5,10L11,14.5L8.5,11.5L5,16Z\" /></svg></li><li title=\"image auto adjust \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-image-auto-adjust\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 10V19H5V5H14V3H5C3.92 3 3 3.9 3 5V19C3 20.1 3.92 21 5 21H19C20.12 21 21 20.1 21 19V10H19M17 10L17.94 7.94L20 7L17.94 6.06L17 4L16.06 6.06L14 7L16.06 7.94L17 10M13.25 10.75L12 8L10.75 10.75L8 12L10.75 13.25L12 16L13.25 13.25L16 12L13.25 10.75Z\" /></svg></li><li title=\"image broken variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-image-broken-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,5V11.59L18,8.58L14,12.59L10,8.59L6,12.59L3,9.58V5A2,2 0 0,1 5,3H19A2,2 0 0,1 21,5M18,11.42L21,14.43V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V12.42L6,15.41L10,11.41L14,15.41\" /></svg></li><li title=\"image broken \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-image-broken\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,3A2,2 0 0,1 21,5V11H19V13H19L17,13V15H15V17H13V19H11V21H5C3.89,21 3,20.1 3,19V5A2,2 0 0,1 5,3H19M21,15V19A2,2 0 0,1 19,21H19L15,21V19H17V17H19V15H21M19,8.5A0.5,0.5 0 0,0 18.5,8H5.5A0.5,0.5 0 0,0 5,8.5V15.5A0.5,0.5 0 0,0 5.5,16H11V15H13V13H15V11H17V9H19V8.5Z\" /></svg></li><li title=\"image edit outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-image-edit-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.7 14.3L21.7 15.3L19.7 13.3L20.7 12.3C20.8 12.2 20.9 12.1 21.1 12.1C21.2 12.1 21.4 12.2 21.5 12.3L22.8 13.6C22.9 13.8 22.9 14.1 22.7 14.3M13 19.9V22H15.1L21.2 15.9L19.2 13.9L13 19.9M11.21 15.83L9.25 13.47L6.5 17H13.12L15.66 14.55L13.96 12.29L11.21 15.83M11 19.9V19.05L11.05 19H5V5H19V11.31L21 9.38V5C21 3.9 20.11 3 19 3H5C3.9 3 3 3.9 3 5V19C3 20.11 3.9 21 5 21H11V19.9Z\" /></svg></li><li title=\"image edit \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-image-edit\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.7 14.3L21.7 15.3L19.7 13.3L20.7 12.3C20.8 12.2 20.9 12.1 21.1 12.1C21.2 12.1 21.4 12.2 21.5 12.3L22.8 13.6C22.9 13.8 22.9 14.1 22.7 14.3M13 19.9V22H15.1L21.2 15.9L19.2 13.9L13 19.9M21 5C21 3.9 20.1 3 19 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H11V19.1L12.1 18H5L8.5 13.5L11 16.5L14.5 12L16.1 14.1L21 9.1V5Z\" /></svg></li><li title=\"image filter black white \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-image-filter-black-white\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,19L12,11V19H5L12,11V5H19M19,3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3Z\" /></svg></li><li title=\"image filter center focus strong outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-image-filter-center-focus-strong-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17 12C17 7.55 11.62 5.31 8.46 8.46C5.31 11.61 7.55 17 12 17C14.76 17 17 14.76 17 12M12 15C9.33 15 8 11.77 9.88 9.88C11.77 8 15 9.33 15 12C15 13.66 13.66 15 12 15M5 15H3V19C3 20.1 3.9 21 5 21H9V19H5M5 5H9V3H5C3.9 3 3 3.9 3 5V9H5M19 3H15V5H19V9H21V5C21 3.9 20.1 3 19 3M19 19H15V21H19C20.1 21 21 20.1 21 19V15H19\" /></svg></li><li title=\"image filter center focus strong \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-image-filter-center-focus-strong\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 8C8.44 8 6.65 12.31 9.17 14.83C11.69 17.35 16 15.56 16 12C16 9.79 14.21 8 12 8M5 15H3V19C3 20.1 3.9 21 5 21H9V19H5M5 5H9V3H5C3.9 3 3 3.9 3 5V9H5M19 3H15V5H19V9H21V5C21 3.9 20.1 3 19 3M19 19H15V21H19C20.1 21 21 20.1 21 19V15H19\" /></svg></li><li title=\"image filter center focus weak \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-image-filter-center-focus-weak\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,15H3V19A2,2 0 0,0 5,21H9V19H5M5,5H9V3H5A2,2 0 0,0 3,5V9H5M19,3H15V5H19V9H21V5A2,2 0 0,0 19,3M19,19H15V21H19A2,2 0 0,0 21,19V15H19M12,8A4,4 0 0,0 8,12A4,4 0 0,0 12,16A4,4 0 0,0 16,12A4,4 0 0,0 12,8M12,14A2,2 0 0,1 10,12A2,2 0 0,1 12,10A2,2 0 0,1 14,12A2,2 0 0,1 12,14Z\" /></svg></li><li title=\"image filter center focus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-image-filter-center-focus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,9A3,3 0 0,0 9,12A3,3 0 0,0 12,15A3,3 0 0,0 15,12A3,3 0 0,0 12,9M19,19H15V21H19A2,2 0 0,0 21,19V15H19M19,3H15V5H19V9H21V5A2,2 0 0,0 19,3M5,5H9V3H5A2,2 0 0,0 3,5V9H5M5,15H3V19A2,2 0 0,0 5,21H9V19H5V15Z\" /></svg></li><li title=\"image filter drama \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-image-filter-drama\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,18H6A4,4 0 0,1 2,14A4,4 0 0,1 6,10A4,4 0 0,1 10,14H12C12,11.24 10.14,8.92 7.6,8.22C8.61,6.88 10.2,6 12,6C15.03,6 17.5,8.47 17.5,11.5V12H19A3,3 0 0,1 22,15A3,3 0 0,1 19,18M19.35,10.04C18.67,6.59 15.64,4 12,4C9.11,4 6.61,5.64 5.36,8.04C2.35,8.36 0,10.9 0,14A6,6 0 0,0 6,20H19A5,5 0 0,0 24,15C24,12.36 21.95,10.22 19.35,10.04Z\" /></svg></li><li title=\"image filter frames \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-image-filter-frames\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18,8H6V18H18M20,20H4V6H8.5L12.04,2.5L15.5,6H20M20,4H16L12,0L8,4H4A2,2 0 0,0 2,6V20A2,2 0 0,0 4,22H20A2,2 0 0,0 22,20V6A2,2 0 0,0 20,4Z\" /></svg></li><li title=\"image filter hdr \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-image-filter-hdr\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,6L10.25,11L13.1,14.8L11.5,16C9.81,13.75 7,10 7,10L1,18H23L14,6Z\" /></svg></li><li title=\"image filter none \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-image-filter-none\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,17H7V3H21M21,1H7A2,2 0 0,0 5,3V17A2,2 0 0,0 7,19H21A2,2 0 0,0 23,17V3A2,2 0 0,0 21,1M3,5H1V21A2,2 0 0,0 3,23H19V21H3V5Z\" /></svg></li><li title=\"image filter tilt shift \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-image-filter-tilt-shift\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5.68,19.74C7.16,20.95 9,21.75 11,21.95V19.93C9.54,19.75 8.21,19.17 7.1,18.31M13,19.93V21.95C15,21.75 16.84,20.95 18.32,19.74L16.89,18.31C15.79,19.17 14.46,19.75 13,19.93M18.31,16.9L19.74,18.33C20.95,16.85 21.75,15 21.95,13H19.93C19.75,14.46 19.17,15.79 18.31,16.9M15,12A3,3 0 0,0 12,9A3,3 0 0,0 9,12A3,3 0 0,0 12,15A3,3 0 0,0 15,12M4.07,13H2.05C2.25,15 3.05,16.84 4.26,18.32L5.69,16.89C4.83,15.79 4.25,14.46 4.07,13M5.69,7.1L4.26,5.68C3.05,7.16 2.25,9 2.05,11H4.07C4.25,9.54 4.83,8.21 5.69,7.1M19.93,11H21.95C21.75,9 20.95,7.16 19.74,5.68L18.31,7.1C19.17,8.21 19.75,9.54 19.93,11M18.32,4.26C16.84,3.05 15,2.25 13,2.05V4.07C14.46,4.25 15.79,4.83 16.9,5.69M11,4.07V2.05C9,2.25 7.16,3.05 5.68,4.26L7.1,5.69C8.21,4.83 9.54,4.25 11,4.07Z\" /></svg></li><li title=\"image filter vintage \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-image-filter-vintage\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,16A4,4 0 0,1 8,12A4,4 0 0,1 12,8A4,4 0 0,1 16,12A4,4 0 0,1 12,16M18.7,12.4C18.42,12.24 18.13,12.11 17.84,12C18.13,11.89 18.42,11.76 18.7,11.6C20.62,10.5 21.69,8.5 21.7,6.41C19.91,5.38 17.63,5.3 15.7,6.41C15.42,6.57 15.16,6.76 14.92,6.95C14.97,6.64 15,6.32 15,6C15,3.78 13.79,1.85 12,0.81C10.21,1.85 9,3.78 9,6C9,6.32 9.03,6.64 9.08,6.95C8.84,6.75 8.58,6.56 8.3,6.4C6.38,5.29 4.1,5.37 2.3,6.4C2.3,8.47 3.37,10.5 5.3,11.59C5.58,11.75 5.87,11.88 6.16,12C5.87,12.1 5.58,12.23 5.3,12.39C3.38,13.5 2.31,15.5 2.3,17.58C4.09,18.61 6.37,18.69 8.3,17.58C8.58,17.42 8.84,17.23 9.08,17.04C9.03,17.36 9,17.68 9,18C9,20.22 10.21,22.15 12,23.19C13.79,22.15 15,20.22 15,18C15,17.68 14.97,17.36 14.92,17.05C15.16,17.25 15.42,17.43 15.7,17.59C17.62,18.7 19.9,18.62 21.7,17.59C21.69,15.5 20.62,13.5 18.7,12.4Z\" /></svg></li><li title=\"image frame \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-image-frame\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,14.29L6.5,19H17.46L14.75,15.46L12.78,17.8L10,14.29M5,21V7H18.96V21H5M12,2.4L14.61,5.03H9.37L12,2.4M5,5.03C4.5,5.03 4,5.22 3.61,5.61C3.2,6 3,6.46 3,7V21C3,21.5 3.2,22 3.61,22.39C4,22.8 4.5,23 5,23H18.96C19.5,23 19.96,22.8 20.37,22.39C20.77,22 21,21.5 21,21V7C21,6.46 20.77,6 20.37,5.61C19.96,5.22 19.5,5.03 18.96,5.03H16L12,1L7.96,5.03H5Z\" /></svg></li><li title=\"image marker outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-image-marker-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14 19C14.36 19.72 14.78 20.4 15.19 21H5C3.9 21 3 20.11 3 19V5C3 3.9 3.9 3 5 3H19C20.11 3 21 3.9 21 5V10.63C20.39 10.3 19.71 10.09 19 10.03V5H5V19H14M13.96 12.29L11.21 15.83L9.25 13.47L6.5 17H13.22C13.09 16.5 13 16 13 15.5C13 14.35 13.38 13.26 14 12.37L13.96 12.29M22 15.5C22 18.1 18.5 22 18.5 22S15 18.1 15 15.5C15 13.6 16.6 12 18.5 12S22 13.6 22 15.5M19.7 15.6C19.7 15 19.1 14.4 18.5 14.4S17.3 14.9 17.3 15.6C17.3 16.2 17.8 16.8 18.5 16.8S19.8 16.2 19.7 15.6Z\" /></svg></li><li title=\"image marker \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-image-marker\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.55 18C13.97 19.08 14.59 20.12 15.19 21H5C3.9 21 3 20.11 3 19V5C3 3.9 3.9 3 5 3H19C20.1 3 21 3.89 21 5V10.63C20.25 10.23 19.39 10 18.5 10C16.29 10 14.33 11.39 13.47 13.33L11 16.5L8.5 13.5L5 18H13.55M22 15.5C22 18.1 18.5 22 18.5 22S15 18.1 15 15.5C15 13.6 16.6 12 18.5 12S22 13.6 22 15.5M19.7 15.6C19.7 15 19.1 14.4 18.5 14.4S17.3 14.9 17.3 15.6C17.3 16.2 17.8 16.8 18.5 16.8S19.8 16.2 19.7 15.6Z\" /></svg></li><li title=\"image minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-image-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5 3C3.9 3 3 3.9 3 5V19C3 20.11 3.9 21 5 21H14.09C14.03 20.67 14 20.34 14 20C14 19.32 14.12 18.64 14.35 18H5L8.5 13.5L11 16.5L14.5 12L16.73 14.97C17.7 14.34 18.84 14 20 14C20.34 14 20.67 14.03 21 14.09V5C21 3.89 20.1 3 19 3H5M16 19V21H24V19H16Z\" /></svg></li><li title=\"image move \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-image-move\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,3H19V0L24,5L19,10V7H15V3M21,11.94V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3H12.06C12,3.33 12,3.67 12,4A8,8 0 0,0 20,12C20.33,12 20.67,12 21,11.94M19,18L14.5,12L11,16.5L8.5,13.5L5,18H19Z\" /></svg></li><li title=\"image multiple outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-image-multiple-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,17H7V3H21M21,1H7A2,2 0 0,0 5,3V17A2,2 0 0,0 7,19H21A2,2 0 0,0 23,17V3A2,2 0 0,0 21,1M3,5H1V21A2,2 0 0,0 3,23H19V21H3M15.96,10.29L13.21,13.83L11.25,11.47L8.5,15H19.5L15.96,10.29Z\" /></svg></li><li title=\"image multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-image-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,16V4A2,2 0 0,0 20,2H8A2,2 0 0,0 6,4V16A2,2 0 0,0 8,18H20A2,2 0 0,0 22,16M11,12L13.03,14.71L16,11L20,16H8M2,6V20A2,2 0 0,0 4,22H18V20H4V6\" /></svg></li><li title=\"image off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-image-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 20.7L3.3 2L2 3.3L3 4.3V19C3 20.1 3.9 21 5 21H19.7L20.7 22L22 20.7M5 19V6.3L12.6 13.9L11.1 15.8L9 13.1L6 17H15.7L17.7 19H5M8.8 5L6.8 3H19C20.1 3 21 3.9 21 5V17.2L19 15.2V5H8.8\" /></svg></li><li title=\"image off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-image-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 17.2L6.8 3H19C20.1 3 21 3.9 21 5V17.2M20.7 22L19.7 21H5C3.9 21 3 20.1 3 19V4.3L2 3.3L3.3 2L22 20.7L20.7 22M16.8 18L12.9 14.1L11 16.5L8.5 13.5L5 18H16.8Z\" /></svg></li><li title=\"image outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-image-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,19H5V5H19M19,3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3M13.96,12.29L11.21,15.83L9.25,13.47L6.5,17H17.5L13.96,12.29Z\" /></svg></li><li title=\"image plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-image-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,3A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H14.09C14.03,20.67 14,20.34 14,20C14,19.32 14.12,18.64 14.35,18H5L8.5,13.5L11,16.5L14.5,12L16.73,14.97C17.7,14.34 18.84,14 20,14C20.34,14 20.67,14.03 21,14.09V5C21,3.89 20.1,3 19,3H5M19,16V19H16V21H19V24H21V21H24V19H21V16H19Z\" /></svg></li><li title=\"image refresh outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-image-refresh-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.68 13.25C13.45 14.15 12.54 15.47 12.18 17H6.5L9.25 13.47L11.21 15.83L13.96 12.29L14.68 13.25M5 19V5H19V12.03C19.7 12.09 20.38 12.24 21 12.5V5C21 3.9 20.11 3 19 3H5C3.9 3 3 3.9 3 5V19C3 20.11 3.9 21 5 21H12.5C12.24 20.38 12.09 19.7 12.03 19H5M22 18.5V14.5L20.83 15.67C20.11 14.95 19.11 14.5 18 14.5C15.79 14.5 14 16.29 14 18.5S15.79 22.5 18 22.5C19.68 22.5 21.12 21.47 21.71 20H20C19.54 20.61 18.82 21 18 21C16.62 21 15.5 19.88 15.5 18.5S16.62 16 18 16C18.69 16 19.32 16.28 19.77 16.73L18 18.5H22Z\" /></svg></li><li title=\"image refresh \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-image-refresh\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 18.5C12 19.39 12.18 20.23 12.5 21H5C3.9 21 3 20.11 3 19V5C3 3.9 3.9 3 5 3H19C20.1 3 21 3.89 21 5V12.5C20.23 12.18 19.39 12 18.5 12C17.29 12 16.16 12.34 15.19 12.92L14.5 12L11 16.5L8.5 13.5L5 18H12.03C12 18.17 12 18.33 12 18.5M22 18.5V14.5L20.83 15.67C20.11 14.95 19.11 14.5 18 14.5C15.79 14.5 14 16.29 14 18.5S15.79 22.5 18 22.5C19.68 22.5 21.12 21.47 21.71 20H20C19.54 20.61 18.82 21 18 21C16.62 21 15.5 19.88 15.5 18.5S16.62 16 18 16C18.69 16 19.32 16.28 19.77 16.73L18 18.5H22Z\" /></svg></li><li title=\"image remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-image-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5 3C3.9 3 3 3.9 3 5V19C3 20.11 3.9 21 5 21H14.09C14.03 20.67 14 20.34 14 20C14 19.32 14.12 18.64 14.35 18H5L8.5 13.5L11 16.5L14.5 12L16.73 14.97C17.7 14.34 18.84 14 20 14C20.34 14 20.67 14.03 21 14.09V5C21 3.89 20.1 3 19 3H5M16.47 17.88L18.59 20L16.47 22.12L17.88 23.54L20 21.41L22.12 23.54L23.54 22.12L21.41 20L23.54 17.88L22.12 16.46L20 18.59L17.88 16.47L16.46 17.88Z\" /></svg></li><li title=\"image search outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-image-search-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.5,9C16.2,9 16.79,8.76 17.27,8.27C17.76,7.79 18,7.2 18,6.5C18,5.83 17.76,5.23 17.27,4.73C16.79,4.23 16.2,4 15.5,4C14.83,4 14.23,4.23 13.73,4.73C13.23,5.23 13,5.83 13,6.5C13,7.2 13.23,7.79 13.73,8.27C14.23,8.76 14.83,9 15.5,9M19.31,8.91L22.41,12L21,13.41L17.86,10.31C17.08,10.78 16.28,11 15.47,11C14.22,11 13.16,10.58 12.3,9.7C11.45,8.83 11,7.77 11,6.5C11,5.27 11.45,4.2 12.33,3.33C13.2,2.45 14.27,2 15.5,2C16.77,2 17.83,2.45 18.7,3.33C19.58,4.2 20,5.27 20,6.5C20,7.33 19.78,8.13 19.31,8.91M16.5,18H5.5L8.25,14.5L10.22,16.83L12.94,13.31L16.5,18M18,13L20,15V20C20,20.55 19.81,21 19.41,21.4C19,21.79 18.53,22 18,22H4C3.45,22 3,21.79 2.6,21.4C2.21,21 2,20.55 2,20V6C2,5.47 2.21,5 2.6,4.59C3,4.19 3.45,4 4,4H9.5C9.2,4.64 9.03,5.31 9,6H4V20H18V13Z\" /></svg></li><li title=\"image search \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-image-search\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.5,2C18,2 20,4 20,6.5C20,7.38 19.75,8.21 19.31,8.9L22.39,12L21,13.39L17.88,10.32C17.19,10.75 16.37,11 15.5,11C13,11 11,9 11,6.5C11,4 13,2 15.5,2M15.5,4A2.5,2.5 0 0,0 13,6.5A2.5,2.5 0 0,0 15.5,9A2.5,2.5 0 0,0 18,6.5A2.5,2.5 0 0,0 15.5,4M7.5,14.5L4,19H18L13.5,13L10,17.5L7.5,14.5M20,20A2,2 0 0,1 18,22H4A2,2 0 0,1 2,20V6A2,2 0 0,1 4,4H9.5C9.18,4.77 9,5.61 9,6.5A6.5,6.5 0 0,0 15.5,13C16.18,13 16.84,12.89 17.46,12.7L20,15.24V20Z\" /></svg></li><li title=\"image size select actual \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-image-size-select-actual\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,3H3C2,3 1,4 1,5V19A2,2 0 0,0 3,21H21C22,21 23,20 23,19V5C23,4 22,3 21,3M5,17L8.5,12.5L11,15.5L14.5,11L19,17H5Z\" /></svg></li><li title=\"image size select large \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-image-size-select-large\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,15H23V17H21V15M21,11H23V13H21V11M23,19H21V21C22,21 23,20 23,19M13,3H15V5H13V3M21,7H23V9H21V7M21,3V5H23C23,4 22,3 21,3M1,7H3V9H1V7M17,3H19V5H17V3M17,19H19V21H17V19M3,3C2,3 1,4 1,5H3V3M9,3H11V5H9V3M5,3H7V5H5V3M1,11V19A2,2 0 0,0 3,21H15V11H1M3,19L5.5,15.79L7.29,17.94L9.79,14.72L13,19H3Z\" /></svg></li><li title=\"image size select small \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-image-size-select-small\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23,15H21V17H23V15M23,11H21V13H23V11M23,19H21V21C22,21 23,20 23,19M15,3H13V5H15V3M23,7H21V9H23V7M21,3V5H23C23,4 22,3 21,3M3,21H11V15H1V19A2,2 0 0,0 3,21M3,7H1V9H3V7M15,19H13V21H15V19M19,3H17V5H19V3M19,19H17V21H19V19M3,3C2,3 1,4 1,5H3V3M3,11H1V13H3V11M11,3H9V5H11V3M7,3H5V5H7V3Z\" /></svg></li><li title=\"image sync outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-image-sync-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.18 19C13.35 19.72 13.64 20.39 14.03 21H5C3.9 21 3 20.11 3 19V5C3 3.9 3.9 3 5 3H19C20.11 3 21 3.9 21 5V11.18C20.5 11.07 20 11 19.5 11C19.33 11 19.17 11 19 11.03V5H5V19H13.18M11.21 15.83L9.25 13.47L6.5 17H13.03C13.14 15.54 13.73 14.22 14.64 13.19L13.96 12.29L11.21 15.83M19 13.5V12L16.75 14.25L19 16.5V15C20.38 15 21.5 16.12 21.5 17.5C21.5 17.9 21.41 18.28 21.24 18.62L22.33 19.71C22.75 19.08 23 18.32 23 17.5C23 15.29 21.21 13.5 19 13.5M19 20C17.62 20 16.5 18.88 16.5 17.5C16.5 17.1 16.59 16.72 16.76 16.38L15.67 15.29C15.25 15.92 15 16.68 15 17.5C15 19.71 16.79 21.5 19 21.5V23L21.25 20.75L19 18.5V20Z\" /></svg></li><li title=\"image sync \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-image-sync\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8.5 13.5L5 18H13.03C13.11 19.1 13.47 20.12 14.03 21H5C3.9 21 3 20.11 3 19V5C3 3.9 3.9 3 5 3H19C20.1 3 21 3.89 21 5V11.18C20.5 11.07 20 11 19.5 11C17.78 11 16.23 11.67 15.07 12.76L14.5 12L11 16.5L8.5 13.5M19 20C17.62 20 16.5 18.88 16.5 17.5C16.5 17.1 16.59 16.72 16.76 16.38L15.67 15.29C15.25 15.92 15 16.68 15 17.5C15 19.71 16.79 21.5 19 21.5V23L21.25 20.75L19 18.5V20M19 13.5V12L16.75 14.25L19 16.5V15C20.38 15 21.5 16.12 21.5 17.5C21.5 17.9 21.41 18.28 21.24 18.62L22.33 19.71C22.75 19.08 23 18.32 23 17.5C23 15.29 21.21 13.5 19 13.5Z\" /></svg></li><li title=\"image text \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-image-text\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 13H14V11H22V13M22 7H14V9H22V7M14 17H22V15H14V17M12 9V15C12 16.1 11.1 17 10 17H4C2.9 17 2 16.1 2 15V9C2 7.9 2.9 7 4 7H10C11.1 7 12 7.9 12 9M10.5 15L8.3 12L6.5 14.3L5.3 12.8L3.5 15H10.5Z\" /></svg></li><li title=\"image \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-image\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8.5,13.5L11,16.5L14.5,12L19,18H5M21,19V5C21,3.89 20.1,3 19,3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19Z\" /></svg></li><li title=\"import \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-import\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,12L10,8V11H2V13H10V16M20,18V6C20,4.89 19.1,4 18,4H6A2,2 0 0,0 4,6V9H6V6H18V18H6V15H4V18A2,2 0 0,0 6,20H18A2,2 0 0,0 20,18Z\" /></svg></li><li title=\"inbox arrow down outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-inbox-arrow-down-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 3H5A2 2 0 0 0 3 5V19A2 2 0 0 0 5 21H19A2 2 0 0 0 21 19V5A2 2 0 0 0 19 3M5 19V17H8.13A4.13 4.13 0 0 0 9.4 19M19 19H14.6A4.13 4.13 0 0 0 15.87 17H19M19 15H14V16A2 2 0 0 1 10 16V15H5V5H19M16 10H14V7H10V10H8L12 14\" /></svg></li><li title=\"inbox arrow down \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-inbox-arrow-down\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,10H14V7H10V10H8L12,14M19,15H15A3,3 0 0,1 12,18A3,3 0 0,1 9,15H5V5H19M19,3H5C3.89,3 3,3.9 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3Z\" /></svg></li><li title=\"inbox arrow up outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-inbox-arrow-up-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 3H5A2 2 0 0 0 3 5V19A2 2 0 0 0 5 21H19A2 2 0 0 0 21 19V5A2 2 0 0 0 19 3M5 19V17H8.13A4.13 4.13 0 0 0 9.4 19M19 19H14.6A4.13 4.13 0 0 0 15.87 17H19M19 15H14V16A2 2 0 0 1 10 16V15H5V5H19M8 11H10V14H14V11H16L12 7\" /></svg></li><li title=\"inbox arrow up \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-inbox-arrow-up\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,14H10V11H8L12,7L16,11H14V14M16,11M5,15V5H19V15H15A3,3 0 0,1 12,18A3,3 0 0,1 9,15H5M19,3H5C3.89,3 3,3.9 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3\" /></svg></li><li title=\"inbox full outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-inbox-full-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 3C20.1 3 21 3.9 21 5V19C21 20.1 20.1 21 19 21H5C3.9 21 3 20.1 3 19V5C3 3.9 3.9 3 5 3H19M5 19H9.4C8.79 18.47 8.35 17.78 8.13 17H5V19M19 19V17H15.87C15.65 17.78 15.21 18.47 14.6 19H19M19 15V5H5V15H10V16C10 18.67 14 18.67 14 16V15H19M7 7H17V9H7V7M17 11V13H7V11H17Z\" /></svg></li><li title=\"inbox full \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-inbox-full\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 15V5H5V15H9C9 16.66 10.34 18 12 18C13.66 18 15 16.66 15 15H19M19 3C20.1 3 21 3.9 21 5V19C21 20.1 20.1 21 19 21H5C3.89 21 3 20.1 3 19L3 5C3 3.9 3.89 3 5 3H19M7 13V11H17V13H7M7 9V7H17V9H7Z\" /></svg></li><li title=\"inbox multiple outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-inbox-multiple-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,3A2,2 0 0,1 21,5V12A2,2 0 0,1 19,14H5A2,2 0 0,1 3,12V5A2,2 0 0,1 5,3H19M5,10V12H9.4C8.8,11.47 8.34,10.78 8.13,10H5M19,12V10H15.87C15.66,10.78 15.2,11.47 14.6,12H19M19,8V5H5V8H10V9C10,10.07 10.93,11 12,11C13.07,11 14,10.07 14,9V8H19M21,19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V15H10V16C10,17.07 10.93,18 12,18C13.07,18 14,17.07 14,16V15H21V19M5,17V19H9.4C8.8,18.47 8.34,17.78 8.13,17H5M19,19V17H15.87C15.66,17.78 15.2,18.47 14.6,19H19Z\" /></svg></li><li title=\"inbox multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-inbox-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,8V5H5V8H9A3,3 0 0,0 12,11A3,3 0 0,0 15,8H19M19,3A2,2 0 0,1 21,5V12A2,2 0 0,1 19,14H5A2,2 0 0,1 3,12V5A2,2 0 0,1 5,3H19M3,15H9A3,3 0 0,0 12,18A3,3 0 0,0 15,15H21V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V15Z\" /></svg></li><li title=\"inbox outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-inbox-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 3H5A2 2 0 0 0 3 5V19A2 2 0 0 0 5 21H19A2 2 0 0 0 21 19V5A2 2 0 0 0 19 3M5 19V17H8.13A4.13 4.13 0 0 0 9.4 19M19 19H14.6A4.13 4.13 0 0 0 15.87 17H19M19 15H14V16A2 2 0 0 1 10 16V15H5V5H19Z\" /></svg></li><li title=\"inbox remove outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-inbox-remove-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3M5 19V17H8.1C8.3 17.8 8.8 18.5 9.4 19M19 19H14.6C15.2 18.5 15.7 17.8 15.9 17H19M19 15H14V16C14 17.1 13.1 18 12 18S10 17.1 10 16V15H5V5H19V15M14.1 6.5L15.5 7.9L13.4 10L15.5 12.1L14.1 13.5L12 11.4L9.9 13.5L8.5 12.1L10.6 10L8.5 7.9L9.9 6.5L12 8.6L14.1 6.5Z\" /></svg></li><li title=\"inbox remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-inbox-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 15H15C15 16.7 13.7 18 12 18S9 16.7 9 15H5V5H19M19 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3M14.1 6.5L15.5 7.9L13.4 10L15.5 12.1L14.1 13.5L12 11.4L9.9 13.5L8.5 12.1L10.6 10L8.5 7.9L9.9 6.5L12 8.6L14.1 6.5Z\" /></svg></li><li title=\"inbox \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-inbox\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,15H15A3,3 0 0,1 12,18A3,3 0 0,1 9,15H5V5H19M19,3H5C3.89,3 3,3.9 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3Z\" /></svg></li><li title=\"incognito circle off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-incognito-circle-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.11 21.46L2.39 1.73L1.11 3L4.06 5.95C2.77 7.63 2 9.72 2 12C2 17.5 6.5 22 12 22C14.28 22 16.37 21.23 18.05 19.94L20.84 22.73L22.11 21.46M8.94 10.83H8.36L8.5 10.41L8.94 10.83M6.17 11.5H9.61L10.28 12.17H6.17V11.5M14.92 17.33C13.73 17.33 12.77 16.42 12.67 15.26C12.04 14.86 11.53 15.12 11.33 15.25C11.24 16.42 10.28 17.33 9.08 17.33C7.83 17.33 6.82 16.32 6.82 15.07C6.82 13.82 7.83 12.81 9.08 12.81C10.15 12.81 11.05 13.55 11.29 14.55C11.65 14.4 12.13 14.34 12.65 14.54L13.31 15.2C13.37 16 14 16.61 14.78 16.67L15.38 17.27C15.23 17.3 15.08 17.33 14.92 17.33M9.94 6.74L6.72 3.5C8.25 2.56 10.06 2 12 2C17.5 2 22 6.5 22 12C22 13.94 21.44 15.75 20.5 17.28L15.37 12.17H17.83V11.5H14.7L14.03 10.83H15.64L14.16 6.92L14.15 6.89C14 6.59 13.67 6.43 13.35 6.53L12 7L10.65 6.53L10.61 6.5C10.36 6.45 10.1 6.55 9.94 6.74M10.7 15.07C10.7 15.96 10 16.69 9.08 16.69C8.19 16.69 7.46 15.96 7.46 15.07S8.19 13.45 9.08 13.45C10 13.45 10.7 14.18 10.7 15.07Z\" /></svg></li><li title=\"incognito circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-incognito-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2C17.5 2 22 6.5 22 12S17.5 22 12 22 2 17.5 2 12 6.5 2 12 2M14.92 12.81C13.84 12.81 12.95 13.56 12.71 14.56C12.17 14.33 11.66 14.39 11.29 14.55C11.05 13.55 10.15 12.81 9.08 12.81C7.83 12.81 6.82 13.82 6.82 15.07C6.82 16.32 7.83 17.33 9.08 17.33C10.28 17.33 11.24 16.42 11.33 15.25C11.53 15.12 12.04 14.86 12.67 15.26C12.77 16.42 13.73 17.33 14.92 17.33C16.17 17.33 17.18 16.32 17.18 15.07C17.18 13.82 16.17 12.81 14.92 12.81M9.08 13.45C10 13.45 10.7 14.18 10.7 15.07C10.7 15.96 10 16.69 9.08 16.69C8.19 16.69 7.46 15.96 7.46 15.07C7.46 14.18 8.19 13.45 9.08 13.45M14.92 13.45C15.81 13.45 16.54 14.18 16.54 15.07C16.54 15.96 15.81 16.69 14.92 16.69C14 16.69 13.3 15.96 13.3 15.07C13.3 14.18 14 13.45 14.92 13.45M17.83 11.5H6.17V12.17H17.83V11.5M14.15 6.89C14 6.59 13.67 6.43 13.35 6.53L12 7L10.65 6.53L10.61 6.5C10.29 6.43 9.95 6.61 9.84 6.92L8.36 10.83H15.64L14.16 6.92L14.15 6.89Z\" /></svg></li><li title=\"incognito off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-incognito-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.11 21.46L2.39 1.73L1.11 3L6.31 8.2L6 9H7.11L8.61 10.5H2V12H10.11L13.5 15.37C13.38 15.61 13.3 15.85 13.24 16.1C12.29 15.69 11.41 15.8 10.76 16.09C10.35 14.31 8.79 13 6.94 13C4.77 13 3 14.79 3 17C3 19.21 4.77 21 6.94 21C9 21 10.68 19.38 10.84 17.32C11.18 17.08 12.07 16.63 13.16 17.34C13.34 19.39 15 21 17.06 21C17.66 21 18.22 20.86 18.72 20.61L20.84 22.73L22.11 21.46M6.94 19.86C5.38 19.86 4.13 18.58 4.13 17C4.13 15.42 5.39 14.14 6.94 14.14C8.5 14.14 9.75 15.42 9.75 17C9.75 18.58 8.5 19.86 6.94 19.86M17.06 19.86C15.5 19.86 14.25 18.58 14.25 17C14.25 16.74 14.29 16.5 14.36 16.25L17.84 19.73C17.59 19.81 17.34 19.86 17.06 19.86M22 12H15.2L13.7 10.5H22V12M17.06 13C19.23 13 21 14.79 21 17C21 17.25 20.97 17.5 20.93 17.73L19.84 16.64C19.68 15.34 18.66 14.32 17.38 14.17L16.29 13.09C16.54 13.03 16.8 13 17.06 13M12.2 9L7.72 4.5L8.43 2.68C8.63 2.17 9.19 1.89 9.72 2.04L9.77 2.05L12 2.79L14.22 2.05C14.75 1.88 15.32 2.14 15.54 2.63L15.56 2.68L18 9H12.2Z\" /></svg></li><li title=\"incognito \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-incognito\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17.06 13C15.2 13 13.64 14.33 13.24 16.1C12.29 15.69 11.42 15.8 10.76 16.09C10.35 14.31 8.79 13 6.94 13C4.77 13 3 14.79 3 17C3 19.21 4.77 21 6.94 21C9 21 10.68 19.38 10.84 17.32C11.18 17.08 12.07 16.63 13.16 17.34C13.34 19.39 15 21 17.06 21C19.23 21 21 19.21 21 17C21 14.79 19.23 13 17.06 13M6.94 19.86C5.38 19.86 4.13 18.58 4.13 17S5.39 14.14 6.94 14.14C8.5 14.14 9.75 15.42 9.75 17S8.5 19.86 6.94 19.86M17.06 19.86C15.5 19.86 14.25 18.58 14.25 17S15.5 14.14 17.06 14.14C18.62 14.14 19.88 15.42 19.88 17S18.61 19.86 17.06 19.86M22 10.5H2V12H22V10.5M15.53 2.63C15.31 2.14 14.75 1.88 14.22 2.05L12 2.79L9.77 2.05L9.72 2.04C9.19 1.89 8.63 2.17 8.43 2.68L6 9H18L15.56 2.68L15.53 2.63Z\" /></svg></li><li title=\"induction \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-induction\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23 2C20.75 2 18.75 2.61 17.19 3.33C15.79 2.61 14 2 12 2S8.21 2.61 6.81 3.33C5.25 2.61 3.25 2 1 2V4C2.36 4 3.61 4.27 4.71 4.64C4.03 5.15 3.63 5.54 3.59 5.59C3.21 5.96 3 6.47 3 7V18C3 20.21 4.79 22 7 22S11 20.21 11 18V7C11 6.42 10.75 5.88 10.32 5.5C10.26 5.45 9.8 5.05 9 4.54C9.92 4.22 10.92 4 12 4S14.08 4.22 15 4.54C14.2 5.05 13.74 5.45 13.68 5.5C13.25 5.88 13 6.42 13 7V18C13 20.21 14.79 22 17 22S21 20.21 21 18V7C21 6.47 20.79 5.96 20.41 5.59C20.37 5.54 19.97 5.15 19.29 4.64C20.39 4.27 21.64 4 23 4V2M9 7V18C9 19.11 8.11 20 7 20S5 19.11 5 18V7C5 7 5.7 6.31 6.87 5.58C8.2 6.31 9 7 9 7M19 7V18C19 19.11 18.11 20 17 20S15 19.11 15 18V7C15 7 15.8 6.31 17.13 5.58C18.3 6.31 19 7 19 7Z\" /></svg></li><li title=\"infinity \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-infinity\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.6,6.62C21.58,6.62 24,9 24,12C24,14.96 21.58,17.37 18.6,17.37C17.15,17.37 15.8,16.81 14.78,15.8L12,13.34L9.17,15.85C8.2,16.82 6.84,17.38 5.4,17.38C2.42,17.38 0,14.96 0,12C0,9.04 2.42,6.62 5.4,6.62C6.84,6.62 8.2,7.18 9.22,8.2L12,10.66L14.83,8.15C15.8,7.18 17.16,6.62 18.6,6.62M7.8,14.39L10.5,12L7.84,9.65C7.16,8.97 6.31,8.62 5.4,8.62C3.53,8.62 2,10.13 2,12C2,13.87 3.53,15.38 5.4,15.38C6.31,15.38 7.16,15.03 7.8,14.39M16.2,9.61L13.5,12L16.16,14.35C16.84,15.03 17.7,15.38 18.6,15.38C20.47,15.38 22,13.87 22,12C22,10.13 20.47,8.62 18.6,8.62C17.69,8.62 16.84,8.97 16.2,9.61Z\" /></svg></li><li title=\"information off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-information-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.1 21.5L2.4 1.7L1.1 3L4.1 6C2.8 7.6 2 9.7 2 12C2 17.5 6.5 22 12 22C14.3 22 16.4 21.2 18 19.9L20.8 22.7L22.1 21.5M12 20C7.6 20 4 16.4 4 12C4 10.3 4.6 8.7 5.5 7.4L11 12.9V17H13V14.9L16.6 18.5C15.3 19.4 13.7 20 12 20M8.2 5L6.7 3.5C8.3 2.6 10.1 2 12 2C17.5 2 22 6.5 22 12C22 13.9 21.4 15.7 20.5 17.3L19 15.8C19.6 14.7 20 13.4 20 12C20 7.6 16.4 4 12 4C10.6 4 9.3 4.4 8.2 5M11 7H13V9H11V7Z\" /></svg></li><li title=\"information off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-information-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.1 21.5L2.4 1.7L1.1 3L4.1 6C2.8 7.6 2 9.7 2 12C2 17.5 6.5 22 12 22C14.3 22 16.4 21.2 18 19.9L20.8 22.7L22.1 21.5M13 17H11V12.9L13 14.9V17M11 7.8L6.7 3.5C8.3 2.6 10.1 2 12 2C17.5 2 22 6.5 22 12C22 13.9 21.4 15.7 20.5 17.3L12.2 9H13V7H11V7.8Z\" /></svg></li><li title=\"information outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-information-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,9H13V7H11M12,20C7.59,20 4,16.41 4,12C4,7.59 7.59,4 12,4C16.41,4 20,7.59 20,12C20,16.41 16.41,20 12,20M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M11,17H13V11H11V17Z\" /></svg></li><li title=\"information variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-information-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.5,4A1.5,1.5 0 0,0 12,5.5A1.5,1.5 0 0,0 13.5,7A1.5,1.5 0 0,0 15,5.5A1.5,1.5 0 0,0 13.5,4M13.14,8.77C11.95,8.87 8.7,11.46 8.7,11.46C8.5,11.61 8.56,11.6 8.72,11.88C8.88,12.15 8.86,12.17 9.05,12.04C9.25,11.91 9.58,11.7 10.13,11.36C12.25,10 10.47,13.14 9.56,18.43C9.2,21.05 11.56,19.7 12.17,19.3C12.77,18.91 14.38,17.8 14.54,17.69C14.76,17.54 14.6,17.42 14.43,17.17C14.31,17 14.19,17.12 14.19,17.12C13.54,17.55 12.35,18.45 12.19,17.88C12,17.31 13.22,13.4 13.89,10.71C14,10.07 14.3,8.67 13.14,8.77Z\" /></svg></li><li title=\"information \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-information\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,9H11V7H13M13,17H11V11H13M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z\" /></svg></li><li title=\"instagram \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-instagram\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.8,2H16.2C19.4,2 22,4.6 22,7.8V16.2A5.8,5.8 0 0,1 16.2,22H7.8C4.6,22 2,19.4 2,16.2V7.8A5.8,5.8 0 0,1 7.8,2M7.6,4A3.6,3.6 0 0,0 4,7.6V16.4C4,18.39 5.61,20 7.6,20H16.4A3.6,3.6 0 0,0 20,16.4V7.6C20,5.61 18.39,4 16.4,4H7.6M17.25,5.5A1.25,1.25 0 0,1 18.5,6.75A1.25,1.25 0 0,1 17.25,8A1.25,1.25 0 0,1 16,6.75A1.25,1.25 0 0,1 17.25,5.5M12,7A5,5 0 0,1 17,12A5,5 0 0,1 12,17A5,5 0 0,1 7,12A5,5 0 0,1 12,7M12,9A3,3 0 0,0 9,12A3,3 0 0,0 12,15A3,3 0 0,0 15,12A3,3 0 0,0 12,9Z\" /></svg></li><li title=\"instrument triangle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-instrument-triangle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.5 2H10.5V6.2C10.4 6.3 10.3 6.3 10.2 6.5L2.1 20.7C1.8 21.3 2.2 22 2.9 22H16V20H4.8L11 9.2L16.7 19.2L18.4 18.2L11.8 6.4L11.5 6.1V2M21 6H20V18L19.5 22H21.5L21 18V6Z\" /></svg></li><li title=\"integrated circuit chip \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-integrated-circuit-chip\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10 4H20C21.11 4 22 4.89 22 6V8H18.59L16 10.59V14.59L14 16.59V20H10V16.59L8 14.59V9.41L10 7.41V4M18 11.41V14H22V10H19.41L18 11.41M6.59 8L8 6.59V4H4C2.89 4 2 4.89 2 6V8H6.59M6 14V10H2V14H6M8 17.41L6.59 16H2V18C2 19.11 2.89 20 4 20H8V17.41M17.41 16L16 17.41V20H20C21.11 20 22 19.11 22 18V16H17.41Z\" /></svg></li><li title=\"invert colors off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-invert-colors-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.65,20.87L18.3,18.5L12,12.23L8.44,8.66L7,7.25L4.27,4.5L3,5.77L5.78,8.55C3.23,11.69 3.42,16.31 6.34,19.24C7.9,20.8 9.95,21.58 12,21.58C13.79,21.58 15.57,21 17.03,19.8L19.73,22.5L21,21.23L20.65,20.87M12,19.59C10.4,19.59 8.89,18.97 7.76,17.83C6.62,16.69 6,15.19 6,13.59C6,12.27 6.43,11 7.21,10L12,14.77V19.59M12,5.1V9.68L19.25,16.94C20.62,14 20.09,10.37 17.65,7.93L12,2.27L8.3,5.97L9.71,7.38L12,5.1Z\" /></svg></li><li title=\"invert colors \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-invert-colors\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,19.58V19.58C10.4,19.58 8.89,18.96 7.76,17.83C6.62,16.69 6,15.19 6,13.58C6,12 6.62,10.47 7.76,9.34L12,5.1M17.66,7.93L12,2.27V2.27L6.34,7.93C3.22,11.05 3.22,16.12 6.34,19.24C7.9,20.8 9.95,21.58 12,21.58C14.05,21.58 16.1,20.8 17.66,19.24C20.78,16.12 20.78,11.05 17.66,7.93Z\" /></svg></li><li title=\"iobroker \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-iobroker\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2C11.5 2 11 2.04 10.5 2.11V4.85C11 4.75 11.5 4.7 12 4.7C12.5 4.7 13 4.75 13.5 4.85V2.12C13 2.04 12.5 2 12 2M9.82 2.25C5.4 3.25 2.11 7.24 2.11 12C2.11 17.5 6.53 22 12 22C17.47 22 21.89 17.5 21.89 12C21.89 7.24 18.6 3.25 14.19 2.25V5.03C17.17 5.96 19.34 8.73 19.34 12C19.34 16 16.05 19.3 12 19.3C7.96 19.3 4.67 16 4.67 12C4.67 8.73 6.84 5.96 9.82 5.03M12 5.45C11.5 5.45 11 5.5 10.5 5.62V18.27C11 18.38 11.5 18.44 12 18.44C12.5 18.44 13 18.39 13.5 18.27V5.62C13 5.5 12.5 5.45 12 5.45Z\" /></svg></li><li title=\"ip network outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ip-network-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,20A1,1 0 0,0 14,19H13V17H17A2,2 0 0,0 19,15V5A2,2 0 0,0 17,3H7A2,2 0 0,0 5,5V15A2,2 0 0,0 7,17H11V19H10A1,1 0 0,0 9,20H2V22H9A1,1 0 0,0 10,23H14A1,1 0 0,0 15,22H22V20H15M7,15V5H17V15H7M10,6H8V14H10V6M14,6H11V14H13V12H14A2,2 0 0,0 16,10V8A2,2 0 0,0 14,6M14,10H13V8H14V10Z\" /></svg></li><li title=\"ip network \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ip-network\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,9H13V7H15V9M22,20V22H15A1,1 0 0,1 14,23H10A1,1 0 0,1 9,22H2V20H9A1,1 0 0,1 10,19H11V17H7A2,2 0 0,1 5,15V5A2,2 0 0,1 7,3H17A2,2 0 0,1 19,5V15A2,2 0 0,1 17,17H13V19H14A1,1 0 0,1 15,20H22M9,5H7V15H9V5M11,15H13V11H15A2,2 0 0,0 17,9V7A2,2 0 0,0 15,5H11V15Z\" /></svg></li><li title=\"ip outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ip-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 5V19H5V5H19M19 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3M9 7H7V17H9V7M15 7H11V17H13V13H15C16.1 13 17 12.1 17 11V9C17 7.9 16.1 7 15 7M15 11H13V9H15V11Z\" /></svg></li><li title=\"ip \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ip\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,11H14V9H16V11M3,5A2,2 0 0,1 5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5C3.89,21 3,20.1 3,19V5M10,7H8V17H10V7M12,17H14V13H16A2,2 0 0,0 18,11V9A2,2 0 0,0 16,7H12V17Z\" /></svg></li><li title=\"ipod \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ipod\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7,2A2,2 0 0,0 5,4V20A2,2 0 0,0 7,22H17A2,2 0 0,0 19,20V4A2,2 0 0,0 17,2H7M7,4H17V10H7V4M12,12A4,4 0 0,1 16,16A4,4 0 0,1 12,20A4,4 0 0,1 8,16A4,4 0 0,1 12,12M12,14A2,2 0 0,0 10,16A2,2 0 0,0 12,18A2,2 0 0,0 14,16A2,2 0 0,0 12,14Z\" /></svg></li><li title=\"iron board \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-iron-board\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 6H16V4.8C16 3.68 16.56 2.63 17.5 2C18.44 2.63 19 3.68 19 4.8V6M15.28 13.63L19.59 19C20.38 19.06 21 19.7 21 20.5C21 21.33 20.33 22 19.5 22S18 21.33 18 20.5C18 20.42 18 20.34 18 20.26L14 15.23L10 20.26C10 20.34 10 20.42 10 20.5C10 21.33 9.33 22 8.5 22S7 21.33 7 20.5C7 19.7 7.63 19.06 8.41 19L12.72 13.63L9 9H3V7H21V9H19L15.28 13.63M14 12L16.42 9H11.58L14 12Z\" /></svg></li><li title=\"iron outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-iron-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 6C19.34 6 18 7.34 18 9V13C18 13.55 17.55 14 17 14V10C17 8.34 15.66 7 14 7H10C8.34 7 7 8.34 7 10H9C9 9.45 9.45 9 10 9H14C14.55 9 15 9.45 15 10V11H6C3.79 11 2 12.79 2 15V18H17V16C18.66 16 20 14.66 20 13V9C20 8.45 20.45 8 21 8H22V6H21M15 16H4V15C4 13.9 4.9 13 6 13H15V16Z\" /></svg></li><li title=\"iron \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-iron\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 6C19.34 6 18 7.34 18 9V13C18 13.55 17.55 14 17 14V10C17 8.34 15.66 7 14 7H10C8.34 7 7 8.34 7 10H9C9 9.45 9.45 9 10 9H14C14.55 9 15 9.45 15 10V11H6C3.79 11 2 12.79 2 15V18H17V16C18.66 16 20 14.66 20 13V9C20 8.45 20.45 8 21 8H22V6H21Z\" /></svg></li><li title=\"island \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-island\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 20C18.61 20 17.22 19.53 16 18.67C13.56 20.38 10.44 20.38 8 18.67C6.78 19.53 5.39 20 4 20H2V22H4C5.37 22 6.74 21.65 8 21C10.5 22.3 13.5 22.3 16 21C17.26 21.65 18.62 22 20 22H22V20H20M20.78 19H20C18.82 19 17.64 18.6 16.58 17.85L16 17.45L15.42 17.85C14.39 18.57 13.21 18.95 12 18.95C10.77 18.95 9.59 18.57 8.56 17.85L8 17.45L7.43 17.85C6.36 18.6 5.18 19 4 19H3.22C3.75 17.54 5.58 15 12 15C14 15 15 15.24 15 15.24C15.68 13.87 16.83 10.77 16 6.82L17.06 7.53C17.39 8.96 18 11.75 16.8 15.65C19.43 16.5 20.42 18 20.78 19M22 7.59C21.21 6.5 20 5.71 18.58 5.53C18.7 5.67 18.81 5.83 18.92 6C20.12 7.91 19.87 10.32 18.47 11.95C19.06 10.5 19 8.79 18.08 7.36C18 7.28 17.96 7.2 17.9 7.11C17.5 6.53 16.96 6.06 16.38 5.72C14.35 6.37 12.88 8.27 12.88 10.5C12.88 11.03 12.96 11.53 13.1 12C12.5 11.17 12.16 10.17 12.16 9.07C12.16 7.41 12.96 5.95 14.2 5.03C13.16 4.95 12.09 5.18 11.14 5.78C10.7 6.05 10.32 6.38 10 6.76C10.39 5.82 11.05 5 12 4.4C13.04 3.74 14.25 3.5 15.39 3.69C15.1 3.29 14.75 2.92 14.33 2.6C13.92 2.29 13.47 2.05 13 1.88C14 1.91 15.04 2.24 15.91 2.89C16.35 3.22 16.7 3.62 17 4.05C17.06 4.05 17.12 4.04 17.19 4.04C19.45 4.04 21.37 5.53 22 7.59Z\" /></svg></li><li title=\"iv bag \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-iv-bag\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14 1H10C5 1 5 3 5 3V15C5 15 5 17 10 17V19H11V20C11 21.21 11.8 23 14 23H18V21H14C13.19 21 13 20.45 13 20V19H14V17C19 17 19 15 19 15V3C19 3 19 1 14 1M17 12H14V11H17V12M17 5H14V6H17V8H14V9H17V10H7V3.5C7.3 3.32 8.13 3 10 3H14C15.88 3 16.7 3.32 17 3.5V5Z\" /></svg></li><li title=\"jabber \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-jabber\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5.23,5.72C4.61,5.55 5,3.19 5,3.17C5,3.19 12.58,-0.71 16.7,5.73C20.8,12.15 15.86,14.86 13.97,16.06C12.08,17.27 12.73,19.72 12.73,20.13C12.73,20.53 12.16,20.97 12,20.41C11.88,19.84 11.25,16.55 13.33,15.16C17.13,12.61 17.9,10.1 16,6.42C14.2,3 8.28,3.41 7.03,4.08C5.78,4.75 5.86,5.89 5.23,5.72M9.33,12.63L9.11,12.16C9.23,10.28 7.63,10.39 8.08,13.33C8.21,14.16 7.47,13.8 7.45,13.73C6.89,11.44 7.42,10.22 8.55,10.45C9.62,10.68 9.53,11.83 9.53,11.83C9.56,11.78 11,10.17 11.5,10.92C12.58,12.5 10.53,14.47 10.41,14.63C10.28,14.78 10.14,15.05 9.92,14.84C9.7,14.64 9.72,14.5 9.89,14.27C12.77,10 9.59,12.22 9.33,12.63M6.5,15.33V15.31C6.5,15.31 8,18.13 10.61,17.08C11,16.92 11.17,17.14 11.2,17.27C11.27,17.53 11.13,17.64 10.86,17.73C7.86,18.72 5.89,16.63 5.63,16.13C5.39,15.68 5.5,15.38 5.75,15.22C6,15.06 6.5,15.33 6.5,15.33M6,17.5C6,17.5 7.67,19.5 10.8,19C11.09,18.94 11.2,19.13 11.25,19.38C11.3,19.63 11.22,19.84 10.92,19.94C10.63,20.03 7.08,20.5 5.13,17.72C5,17.56 5.3,17.36 5.47,17.36C5.64,17.36 6.03,17.5 6,17.5M5.95,19.39C7.53,21.5 10.33,21.55 11.28,20.88C11.5,20.73 11.7,21.05 11.56,21.19C9.64,23.16 5.67,21 5.27,20.33C5.09,20.05 5.13,19.66 5.31,19.45C5.5,19.25 5.93,19.38 5.95,19.39Z\" /></svg></li><li title=\"jeepney \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-jeepney\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,13V7H20V4H4V7H5V13H2C2,13.93 2.5,14.71 3.5,14.93V20A1,1 0 0,0 4.5,21H5.5A1,1 0 0,0 6.5,20V19H17.5V20A1,1 0 0,0 18.5,21H19.5A1,1 0 0,0 20.5,20V14.93C21.5,14.7 22,13.93 22,13H19M8,15A1.5,1.5 0 0,1 6.5,13.5A1.5,1.5 0 0,1 8,12A1.5,1.5 0 0,1 9.5,13.5A1.5,1.5 0 0,1 8,15M16,15A1.5,1.5 0 0,1 14.5,13.5A1.5,1.5 0 0,1 16,12A1.5,1.5 0 0,1 17.5,13.5A1.5,1.5 0 0,1 16,15M17.5,10.5C15.92,10.18 14.03,10 12,10C9.97,10 8,10.18 6.5,10.5V7H17.5V10.5Z\" /></svg></li><li title=\"jellyfish outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-jellyfish-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,4C15.8,4 18.5,6.8 18.5,10.8C14.31,12.39 9.69,12.39 5.5,10.8C5.5,6.8 8.2,4 12,4M12,2C7.3,2 3.5,5.5 3.5,10.9C3.56,11.7 4.06,12.4 4.8,12.7L6.5,13.2V15.5A0.5,0.5 0 0,1 6,16A0.5,0.5 0 0,1 5.5,15.5C5.57,14.92 5.08,14.43 4.5,14.5C3.92,14.43 3.43,14.92 3.5,15.5C3.44,16.86 4.54,18 5.9,18H6C7.41,18.06 8.56,16.91 8.5,15.5V13.7H9.5V19.4C9.5,20.07 8.5,20.07 8.5,19.4C8.57,18.82 8.08,18.33 7.5,18.4C6.92,18.33 6.43,18.82 6.5,19.4C6.39,20.8 7.5,22 8.9,22H9C10.41,22.06 11.56,20.91 11.5,19.5V14H12.5V19.5C12.44,20.91 13.59,22.06 15,22H15.1C16.47,22 17.56,20.86 17.5,19.5C17.5,18.17 15.5,18.17 15.5,19.5C15.5,20.17 14.5,20.17 14.5,19.5V13.8H15.5V15.6C15.5,16.96 16.63,18.06 18,18H18.1C19.47,18 20.56,16.86 20.5,15.5C20.5,14.17 18.5,14.17 18.5,15.5C18.5,16.17 17.5,16.17 17.5,15.5V13.2L19.2,12.7C19.92,12.36 20.41,11.68 20.5,10.9C20.5,5.5 16.7,2 12,2M12,6.2C10.53,6.6 9.24,7.53 8.4,8.8C8,9.33 7.2,8.73 7.6,8.2C8.6,6.73 10.09,5.67 11.8,5.2C12.08,5.14 12.35,5.32 12.4,5.6C12.5,5.9 12.3,6.1 12,6.2Z\" /></svg></li><li title=\"jellyfish \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-jellyfish\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.5,14.5C18.92,14.43 18.43,14.92 18.5,15.5C18.5,16.17 17.5,16.17 17.5,15.5V13.2L19.2,12.7C19.92,12.36 20.41,11.68 20.5,10.9C20.5,5.5 16.7,2 12,2C7.3,2 3.5,5.5 3.5,10.9C3.56,11.7 4.06,12.4 4.8,12.7L6.5,13.2V15.5A0.5,0.5 0 0,1 6,16A0.5,0.5 0 0,1 5.5,15.5C5.57,14.92 5.08,14.43 4.5,14.5C3.92,14.43 3.43,14.92 3.5,15.5C3.44,16.91 4.59,18.06 6,18C7.41,18.06 8.56,16.91 8.5,15.5V13.7H9.5V19.4C9.5,20.07 8.5,20.07 8.5,19.4C8.57,18.82 8.08,18.33 7.5,18.4C6.92,18.33 6.43,18.82 6.5,19.4C6.38,20.84 7.55,22.07 9,22C10.41,22.06 11.56,20.91 11.5,19.5V14H12.5V19.5C12.44,20.91 13.59,22.06 15,22C16.41,22.06 17.56,20.91 17.5,19.5C17.5,18.17 15.5,18.17 15.5,19.5C15.5,20.17 14.5,20.17 14.5,19.5V13.8H15.5V15.6C15.5,16.96 16.63,18.06 18,18C19.41,18.06 20.56,16.91 20.5,15.5C20.57,14.92 20.08,14.43 19.5,14.5M10.6,4.7C9.09,5.03 7.79,5.97 7,7.3C6.83,7.5 6.5,7.57 6.3,7.4C6.08,7.23 6.04,6.92 6.2,6.7C7.16,5.19 8.67,4.12 10.4,3.7C10.67,3.68 10.91,3.85 11,4.1C11.06,4.37 10.88,4.65 10.6,4.7Z\" /></svg></li><li title=\"jira \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-jira\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.53,2C11.53,4.4 13.5,6.35 15.88,6.35H17.66V8.05C17.66,10.45 19.6,12.39 22,12.4V2.84A0.84,0.84 0 0,0 21.16,2H11.53M6.77,6.8C6.78,9.19 8.72,11.13 11.11,11.14H12.91V12.86C12.92,15.25 14.86,17.19 17.25,17.2V7.63C17.24,7.17 16.88,6.81 16.42,6.8H6.77M2,11.6C2,14 3.95,15.94 6.35,15.94H8.13V17.66C8.14,20.05 10.08,22 12.47,22V12.43A0.84,0.84 0 0,0 11.63,11.59L2,11.6Z\" /></svg></li><li title=\"jquery \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-jquery\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.88,10.41C20.77,12.18 17.61,11.9 15.84,9.79C14.06,7.67 14.34,4.5 16.45,2.75L16.96,2.37C15.27,4.19 15.16,7.03 16.8,9C18.43,10.94 21.25,11.32 23.34,9.97L22.88,10.41M21.1,14.5C17.93,17.17 13.2,16.76 10.54,13.58C7.87,10.41 8.29,5.68 11.46,3L12.38,2.36C9.96,5.09 9.84,9.26 12.26,12.14C14.68,15 18.8,15.63 21.91,13.72L21.1,14.5M19.97,19.38C15.53,23.11 8.9,22.53 5.17,18.08C1.45,13.64 2.03,7 6.47,3.29L7.58,2.5C4.07,6.3 3.85,12.23 7.28,16.32C10.71,20.4 16.59,21.22 20.96,18.43L19.97,19.38Z\" /></svg></li><li title=\"jsfiddle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-jsfiddle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17.34 13.7C17.34 15 16.23 16.04 14.86 16.04C13.65 16.04 12.64 15 11.75 14.04L11.5 13.79C11.5 13.76 11.47 13.73 11.45 13.7C10.74 12.96 9.96 12.22 9.21 12.22C8.32 12.22 7.6 12.88 7.6 13.69C7.6 14.5 8.32 15.17 9.21 15.17C9.97 15.17 10.35 14.75 10.63 14.45L10.7 14.37C10.86 14.2 11.14 14.19 11.31 14.35C11.5 14.5 11.5 14.79 11.33 14.96L11.27 15.03C10.94 15.38 10.35 16.03 9.21 16.03C7.84 16.03 6.73 15 6.73 13.69C6.73 12.4 7.84 11.35 9.21 11.35C10.42 11.35 11.43 12.41 12.32 13.35L12.56 13.6C12.58 13.63 12.6 13.66 12.62 13.69C13.33 14.43 14.11 15.17 14.86 15.17C15.75 15.17 16.47 14.5 16.47 13.69C16.47 12.88 15.75 12.22 14.86 12.22C14.11 12.22 13.72 12.64 13.44 12.94L13.37 13C13.21 13.19 12.94 13.2 12.76 13.04C12.59 12.87 12.58 12.6 12.74 12.42L12.81 12.36C13.13 12 13.73 11.36 14.86 11.36C16.23 11.36 17.34 12.4 17.34 13.7M22 14.85C22 15.96 21.57 17 20.78 17.79C20 18.57 18.95 19 17.84 19H6.28C3.96 18.96 2.07 17.06 2.07 14.75C2.07 13.37 2.76 12.07 3.89 11.28C3.85 11.09 3.83 10.9 3.83 10.7C3.83 9.03 5.2 7.67 6.88 7.67C7.39 7.67 7.88 7.79 8.32 8.03C9.41 6.17 11.43 5 13.6 5C16.97 5 19.7 7.72 19.7 11.07L19.7 11.14C21.11 11.84 22 13.27 22 14.85M21.13 14.85C21.13 13.5 20.33 12.32 19.09 11.81C18.92 11.74 18.81 11.57 18.82 11.38L18.83 11.29C18.83 11.22 18.84 11.14 18.84 11.07C18.84 8.2 16.5 5.87 13.6 5.87C11.6 5.87 9.74 7.03 8.87 8.83C8.82 8.95 8.71 9.04 8.58 9.07C8.46 9.1 8.32 9.07 8.22 9C7.83 8.69 7.37 8.53 6.88 8.53C5.68 8.53 4.7 9.5 4.7 10.7C4.7 10.92 4.73 11.14 4.8 11.34C4.86 11.54 4.78 11.75 4.61 11.85C3.56 12.47 2.94 13.55 2.94 14.75C2.94 16.59 4.44 18.1 6.29 18.13H17.83C18.72 18.13 19.54 17.79 20.16 17.17C20.79 16.55 21.13 15.73 21.13 14.85Z\" /></svg></li><li title=\"jump rope \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-jump-rope\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 4.5V10.5C21 11.2 20.5 11.9 19.8 12V17.3C19.8 18.6 19 21.1 16 21.1H14.5C14.9 20.7 15.3 20.2 15.5 19.6H16C18.1 19.6 18.2 17.7 18.2 17.4V12C17.5 11.9 17 11.3 17 10.5V4.5C17 3.7 17.7 3 18.5 3H19.5C20.3 3 21 3.7 21 4.5M14.8 18.2C14.8 19.7 13.6 21 12 21H8C5 21 4.2 18.5 4.2 17.2V12C3.5 11.9 3 11.2 3 10.5V4.5C3 3.7 3.7 3 4.5 3H5.5C6.3 3 7 3.7 7 4.5V10.5C7 11.2 6.5 11.9 5.8 12V17.3C5.8 17.7 5.9 19.5 8 19.5H9.6C9.4 19.1 9.3 18.7 9.3 18.3V8.3C9.3 6.8 10.5 5.5 12.1 5.5S14.8 6.7 14.8 8.3M13.2 8.2C13.2 7.6 12.7 7 12 7S10.8 7.6 10.8 8.2V18.2C10.8 18.9 11.4 19.4 12 19.4S13.2 18.8 13.2 18.2V8.2Z\" /></svg></li><li title=\"kabaddi \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-kabaddi\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.2 10.6C12.2 11.6 13.4 12.1 14.8 12.1L14.9 14.2C13 14.2 11.3 13.5 9.8 12.1L9.1 11.4L6.8 13.8L9 15.9V21.9H7V16.7L5.7 15.5V17.7L1.5 22L.1 20.6L3.7 17L2.5 13.5C2.3 12.9 2.6 12.4 3.1 12L6.4 8.7C6.8 8.2 7.3 8 7.8 8C8.3 8 8.6 8.1 8.9 8.3L11.2 10.6M24 11.9H22V8.5L20.2 7.8L21.1 12.2L22.1 17.4L23 21.8H20.9L19.1 13.8L17 15.8V21.8H15V14.3L17.1 12.3L16.5 9.3C15.9 9.9 15.2 10.5 14.4 10.9C13.5 10.8 12.6 10.4 11.9 9.7C13.5 9.4 14.6 8.6 15.3 7.4L16.3 5.8C16.9 4.8 17.8 4.5 18.9 5L24 7.2V11.9M11.4 4.4C12.5 4.4 13.4 5.3 13.4 6.4C13.4 7.5 12.5 8.4 11.4 8.4C10.3 8.4 9.4 7.5 9.4 6.4C9.4 5.3 10.3 4.4 11.4 4.4M16.5 .3C17.6 .3 18.5 1.2 18.5 2.3C18.5 3.4 17.6 4.3 16.5 4.3C15.4 4.3 14.5 3.4 14.5 2.3C14.5 1.2 15.4 .3 16.5 .3Z\" /></svg></li><li title=\"kangaroo \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-kangaroo\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.8 6.59L19 7.97V10.04L17.69 11.61L17.31 13.25L16 14L15.5 13.12L16.44 12.59L16.7 11.45L16.7 11.45L16.77 11.15L16.77 11.15V11.15L17.47 10.31C17.65 10.1 17.62 9.78 17.41 9.61C17.2 9.43 16.88 9.46 16.7 9.67L15.85 10.69L15.56 11.93C15.38 11.96 15.2 12 15 12C14.31 12 13.68 11.76 13.23 11.4C13.15 12.7 12.73 13.81 12.13 14.43L10.5 16.19L9.96 19.79L8.07 21L7.53 20.17L9.04 19.19L9.5 15.92L9.5 15.91L10 14.54C9.47 14.08 9.08 13.28 8.88 12.3L8.71 12.61C8.35 13.25 8 13.9 7.56 14.56C7.11 15.2 6.66 15.9 5.78 16.44C5.34 16.72 4.7 16.84 4.17 16.73C3.61 16.61 3.14 16.26 2.86 15.89C2.31 15.13 2.15 14.35 2 13.62L2.97 13.36C3.2 14 3.5 14.65 3.88 15C4.26 15.33 4.57 15.26 4.84 15C5.16 14.73 5.47 14.15 5.73 13.55C6 12.94 6.22 12.28 6.45 11.6C6.93 10.24 7.39 8.82 8.2 7.36C8.62 6.64 9.13 5.89 9.92 5.22C10.7 4.55 11.73 4 13 4S15.7 5.22 16.58 6.34C17 6.89 17.87 6.82 18.22 6.21L19.14 4.63C19 4.58 18.89 4.5 18.79 4.4C18.4 4 18.4 3.38 18.79 3L19.93 4.13C19.96 4.13 20 4.11 20 4.11C20.41 4.11 20.75 4.35 20.91 4.69L22 7L21 7.5L19.8 6.59Z\" /></svg></li><li title=\"karate \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-karate\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,1.27C18.04,0.72 16.82,1.04 16.27,2C15.71,2.95 16.04,4.18 17,4.73C17.95,5.28 19.17,4.96 19.73,4C20.28,3.04 19.95,1.82 19,1.27M21.27,9.34L18.7,13.79L16.96,12.79L18.69,9.79L17.14,8.5L14,13.92V22H12V13.39L2.47,7.89L3.47,6.16L11.27,10.66L13.67,6.5L7.28,4.17L8,2.29L14.73,4.74L15,4.84C15.39,5 15.76,5.15 16.12,5.35L16.96,5.84C17.31,6.04 17.65,6.28 17.96,6.54L18.19,6.74L21.27,9.34Z\" /></svg></li><li title=\"kayaking \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-kayaking\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 23V21C20.58 21.05 19.21 20.9 18 20C16.23 21.25 13.77 21.25 12 20C10.23 21.25 7.77 21.25 6 20C4.79 20.9 3.42 21.05 2 21V23C3.38 23.05 4.79 22.94 6 22.25C7.84 23.25 10.16 23.25 12 22.25C13.84 23.25 16.16 23.25 18 22.25C19.21 22.94 20.62 23.05 22 23M23.39 17.21C21.13 16.29 18.3 15.56 15.66 15.22L19.36 6.88L20.67 6.41L22 3.41L18.8 2L17.5 4.95L18 6.27L16.31 9.97L13.5 11.47L11 10.2C10.95 10.14 10.86 10.09 10.74 10.06C9.82 9.73 8.77 10.32 8.5 11.23L7.13 15.41C6.59 15.18 1.25 16.97 .915 17.12L0 17.47C1.33 18.04 2.2 18.39 3.94 18.88C4.75 18.63 5.44 18.09 6 17.47C7.5 19.42 10.5 19.42 12 17.47C13.5 19.42 16.5 19.42 18 17.47C18.56 18.09 19.25 18.63 20.06 18.88L22.95 17.91L24 17.47L23.39 17.21M14.06 15.08C13.07 15 12.06 15 11.06 15L11.77 12.83L13.5 13.77L15 12.92L14.06 15.08M14 7.5C14 8.61 13.11 9.5 12 9.5S10 8.61 10 7.5 10.9 5.5 12 5.5 14 6.4 14 7.5Z\" /></svg></li><li title=\"keg \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-keg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,22V20H6V16H5V14H6V11H5V7H11V3H10V2H11L13,2H14V3H13V7H19V11H18V14H19V16H18V20H19V22H5M17,9A1,1 0 0,0 16,8H14A1,1 0 0,0 13,9A1,1 0 0,0 14,10H16A1,1 0 0,0 17,9Z\" /></svg></li><li title=\"kettle alert outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-kettle-alert-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9.5 3C4.8 3 1 5.7 1 9C1 10.2 1.5 11.3 2.4 12.3C1.5 13.5 1 15 1 16.5V20C1 21.1 1.9 22 3 22H16C17.1 22 18 21.1 18 20V16.5C18 15.3 17.7 14.1 17 13L19 11L16 8L13.9 10.1C11 8.5 7.4 8.6 4.6 10.4C4.2 10 4 9.5 4 9C4 7.2 6.5 5.7 9.5 5.7C10.9 5.7 12.3 6.1 13.3 6.7L15.3 4.7C13.6 3.5 11.6 3 9.5 3M9.5 11C13 11 16 14 16 16.5V20H3V16.5C3 14 6 11 9.5 11M10 12.5C7 12.5 5 14 5 17V18H7V17C7 16 7 13.5 10 12.5M21 13V7H23V13H21M21 17V15H23V17H21Z\" /></svg></li><li title=\"kettle alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-kettle-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9.5 3C4.8 3 1 5.7 1 9C1 10.2 1.5 11.3 2.4 12.3C1.5 13.5 1 15 1 16.5V20C1 21.1 1.9 22 3 22H16C17.1 22 18 21.1 18 20V16.5C18 15.3 17.7 14.1 17 13L19 11L16 8L13.9 10.1C12.6 9.4 11.1 9 9.5 9C7.7 9 5.9 9.5 4.6 10.4C4.2 10 4 9.5 4 9C4 7.2 6.5 5.8 9.5 5.8C10.9 5.8 12.3 6.1 13.3 6.7L15.3 4.7C13.8 3.6 11.7 3 9.5 3M9.5 11C9.8 11 10.2 11 10.5 11.1C7.4 11.6 5 14.2 5 17.5V20H3V17.5C3 13.9 5.9 11 9.5 11M21 13V7H23V13H21M21 17V15H23V17H21Z\" /></svg></li><li title=\"kettle off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-kettle-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.1 21.5L2.4 1.7L1.1 3L4.7 6.6C4.3 7.3 4 8.1 4 9C4 10.2 4.5 11.3 5.4 12.3C4.5 13.5 4 15 4 16.5V20C4 21.1 4.9 22 6 22H19C19.3 22 19.6 21.9 19.9 21.8L20.8 22.7L22.1 21.5M8.2 10.1L7.6 10.4C7.2 10 7 9.5 7 9V8.9L8.2 10.1M6 20V16.5C6 14.7 7.6 12.6 9.7 11.6L10.9 12.8C9.1 13.4 8 14.8 8 17V18H10V17C10 16.2 10 14.5 11.4 13.3L18.1 20H6M16.9 10.1L19 8L22 11L20 13C20.7 14.1 21 15.3 21 16.5V17.8L18.9 15.7C18.5 13.9 16.8 12.1 14.6 11.4L12.2 9C13.8 8.9 15.4 9.3 16.9 10.1M9.5 6.3L7.4 4.2C8.8 3.5 10.6 3 12.5 3C14.6 3 16.6 3.5 18.3 4.7L16.3 6.7C15.3 6.1 13.9 5.7 12.5 5.7C11.4 5.7 10.3 5.9 9.5 6.3Z\" /></svg></li><li title=\"kettle off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-kettle-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.1 21.5L2.4 1.7L1.1 3L4.7 6.6C4.3 7.3 4 8.1 4 9C4 10.2 4.5 11.3 5.4 12.3C4.5 13.5 4 15 4 16.5V20C4 21.1 4.9 22 6 22H19C19.3 22 19.6 21.9 19.9 21.8L20.8 22.7L22.1 21.5M8.2 10.1L7.6 10.4C7.2 10 7 9.5 7 9V8.9L8.2 10.1M8 17.5V20H6V17.5C6 14.9 7.5 12.7 9.7 11.6L10.5 12.4C9 13.6 8 15.4 8 17.5M16.9 10.1L19 8L22 11L20 13C20.7 14.1 21 15.3 21 16.5V17.8L12.2 9H12.5C14 9 15.6 9.4 16.9 10.1M9.5 6.3L7.4 4.2C8.8 3.5 10.6 3 12.5 3C14.7 3 16.8 3.6 18.3 4.7L16.3 6.7C15.3 6.1 13.9 5.8 12.5 5.8C11.4 5.8 10.4 5.9 9.5 6.3Z\" /></svg></li><li title=\"kettle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-kettle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12.5 3C7.8 3 4 5.7 4 9C4 10.2 4.5 11.3 5.4 12.3A6.8 6.8 0 0 0 4 16.5V20C4 21.1 4.9 22 6 22H19A2 2 0 0 0 21 20V16.5C21 15.3 20.7 14.1 20 13L22 11L19 8L16.9 10.1A9.2 9.2 0 0 0 7.6 10.4A2 2 0 0 1 7 9C7 7.2 9.5 5.7 12.5 5.7C13.9 5.7 15.3 6.1 16.3 6.7L18.3 4.7A10 10 0 0 0 12.5 3M12.5 11C16 11 19 14 19 16.5V20H6V16.5C6 14 9 11 12.5 11M13 12.5C10 12.5 8 14 8 17V18H10V17C10 16 10 13.5 13 12.5Z\" /></svg></li><li title=\"kettle pour over \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-kettle-pour-over\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10 4C9.4 4 9 4.4 9 5V6H14V5C14 4.4 13.6 4 13 4H10M3 7L4.1 14.1C4.2 14.8 4.5 15.5 5.1 16.1C5.5 16.6 6.2 16.9 7 17C7 17.6 7.4 18 8 18H16C16.6 18 17 17.6 17 17L15 11H17L20.3 16L22 15L18.7 10L20 9.2L19 7.5L16.4 9H15V7H8V11L7.2 16C6.5 15.9 6.1 15.7 5.8 15.4C5.4 15 5.2 14.5 5.1 13.9L4 7H3M4 19V21H20V19H4Z\" /></svg></li><li title=\"kettle steam outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-kettle-steam-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9.5 3C4.8 3 1 5.7 1 9C1 10.2 1.5 11.3 2.4 12.3C1.5 13.5 .985 15 1 16.5V20C1 21.1 1.9 22 3 22H16C17.11 22 18 21.11 18 20V16.5C18 15.3 17.7 14.1 17 13L19 11L16 8L13.9 10.1C10.97 8.5 7.42 8.63 4.6 10.4C4.22 10.03 4 9.53 4 9C4 7.2 6.5 5.7 9.5 5.7C10.9 5.7 12.3 6.1 13.3 6.7L15.3 4.7C13.59 3.55 11.56 2.96 9.5 3M9.5 11C13 11 16 14 16 16.5V20H3V16.5C3 14 6 11 9.5 11M10 12.5C7 12.5 5 14 5 17V18H7V17C7 16 7 13.5 10 12.5M23 7.3C23 8.93 21.91 10.6 20.38 10.97L19.71 10.29L19 9.6H19.75C20.75 9.6 21.5 8.22 21.5 7.2C21.5 6.18 20.65 5.14 19.65 5.14V3.64C21.5 3.64 23 5.45 23 7.3M17.65 6.73C17.03 6.12 16.65 5.28 16.65 4.35C16.65 2.5 18.15 1 20 1V2.5C19 2.5 18.15 3.33 18.15 4.35C18.15 5.37 19 6.2 20 6.2V7.7C19.18 7.7 18.42 7.95 17.79 8.38L16.72 7.31C17 7.09 17.32 6.89 17.65 6.73Z\" /></svg></li><li title=\"kettle steam \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-kettle-steam\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 11L16 8L13.9 10.1C12.58 9.38 11.05 9 9.5 9C7.65 9 5.95 9.53 4.55 10.41C4.19 9.97 4 9.5 4 9C4 7.21 6.46 5.75 9.5 5.75C10.93 5.75 12.3 6.08 13.33 6.67L15.35 4.65C13.77 3.59 11.68 3 9.5 3C4.81 3 1 5.69 1 9C1 10.19 1.5 11.34 2.44 12.33C1.53 13.5 1 14.96 1 16.5V20C1 21.11 1.89 22 3 22H16C17.11 22 18 21.11 18 20V16.5C18 15.28 17.66 14.07 17 13L19 11M5 17.5V20H3V17.5C3 13.91 5.91 11 9.5 11C9.84 11 10.17 11.04 10.5 11.09C7.39 11.57 5 14.25 5 17.5M23 7.3C23 8.93 21.91 10.6 20.38 10.97L19.71 10.29L19 9.6H19.75C20.75 9.6 21.5 8.22 21.5 7.2C21.5 6.18 20.65 5.14 19.65 5.14V3.64C21.5 3.64 23 5.45 23 7.3M17.65 6.73C17.03 6.12 16.65 5.28 16.65 4.35C16.65 2.5 18.15 1 20 1V2.5C19 2.5 18.15 3.33 18.15 4.35C18.15 5.37 19 6.2 20 6.2V7.7C19.18 7.7 18.42 7.95 17.79 8.38L16.72 7.31C17 7.09 17.32 6.89 17.65 6.73Z\" /></svg></li><li title=\"kettle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-kettle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12.5,3C7.81,3 4,5.69 4,9V9C4,10.19 4.5,11.34 5.44,12.33C4.53,13.5 4,14.96 4,16.5C4,17.64 4,18.83 4,20C4,21.11 4.89,22 6,22H19C20.11,22 21,21.11 21,20C21,18.85 21,17.61 21,16.5C21,15.28 20.66,14.07 20,13L22,11L19,8L16.9,10.1C15.58,9.38 14.05,9 12.5,9C10.65,9 8.95,9.53 7.55,10.41C7.19,9.97 7,9.5 7,9C7,7.21 9.46,5.75 12.5,5.75V5.75C13.93,5.75 15.3,6.08 16.33,6.67L18.35,4.65C16.77,3.59 14.68,3 12.5,3M12.5,11C12.84,11 13.17,11.04 13.5,11.09C10.39,11.57 8,14.25 8,17.5V20H6V17.5A6.5,6.5 0 0,1 12.5,11Z\" /></svg></li><li title=\"kettlebell \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-kettlebell\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.2 10.7L16.8 8.3C16.9 8 17.3 6.6 16.5 5.4C15.9 4.5 14.7 4 13 4H11C9.3 4 8.1 4.5 7.5 5.4C6.7 6.6 7.1 7.9 7.2 8.3L7.8 10.7C6.7 11.8 6 13.3 6 15C6 17.1 7.1 18.9 8.7 20H15.3C16.9 18.9 18 17.1 18 15C18 13.3 17.3 11.8 16.2 10.7M9.6 9.5L9.1 7.8V7.7C9.1 7.7 8.9 7 9.2 6.6C9.4 6.2 10 6 11 6H13C13.9 6 14.6 6.2 14.9 6.5C15.2 6.9 15 7.6 15 7.6L14.5 9.5C13.7 9.2 12.9 9 12 9C11.1 9 10.3 9.2 9.6 9.5Z\" /></svg></li><li title=\"key alert outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-key-alert-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16 22H12V24H6V13.32C3.58 12.17 2 9.72 2 7C2 3.14 5.14 0 9 0C12.86 0 16 3.14 16 7C16 9.72 14.42 12.18 12 13.32V16H16V22M14 18H10V11.94L10.67 11.71C12.66 11 14 9.11 14 7C14 4.24 11.76 2 9 2S4 4.24 4 7C4 9.11 5.34 11 7.33 11.71L8 11.94V22H10V20H14V18M12 7C12 8.66 10.66 10 9 10S6 8.66 6 7 7.34 4 9 4 12 5.34 12 7M9 8C9.55 8 10 7.55 10 7S9.55 6 9 6 8 6.45 8 7 8.45 8 9 8M20 7H22V13H20M20 17H22V15H20\" /></svg></li><li title=\"key alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-key-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 6.5C4 4 6 2 8.5 2S13 4 13 6.5C13 8.46 11.75 10.13 10 10.74V15H13V18H10V22H7V10.74C5.25 10.13 4 8.46 4 6.5M7 6.5C7 7.33 7.67 8 8.5 8S10 7.33 10 6.5 9.33 5 8.5 5 7 5.67 7 6.5M18 7H20V13H18M18 17H20V15H18\" /></svg></li><li title=\"key arrow right \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-key-arrow-right\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.7 6C11.1 4.2 9.4 3 7.5 3C5 3 3 5 3 7.5S5 12 7.5 12C9.5 12 11.1 10.8 11.7 9H15V12H18V9H21V6H11.7M7.5 9C6.7 9 6 8.3 6 7.5S6.7 6 7.5 6 9 6.7 9 7.5 8.3 9 7.5 9M13 21V19H8V17H13V15L16 18L13 21\" /></svg></li><li title=\"key chain variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-key-chain-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12.66 13.67C12.32 14 11.93 14.29 11.5 14.5V21L9.5 23L7.5 21L9.5 19.29L8 18L9.5 16.71L7.5 15V14.5C6 13.77 5 12.26 5 10.5C5 8 7 6 9.5 6C9.54 6 9.58 6 9.61 6C9.59 6.07 9.54 6.12 9.5 6.18C9.23 6.79 9.08 7.43 9.03 8.08C8.43 8.28 8 8.84 8 9.5C8 10.33 8.67 11 9.5 11C9.53 11 9.57 11 9.6 11C10.24 12.25 11.34 13.2 12.66 13.67M16 6C16 5.37 15.9 4.75 15.72 4.18C17.06 4.56 18.21 5.55 18.73 6.96C19.33 8.62 18.89 10.39 17.75 11.59L20 17.68L18.78 20.25L16.22 19.05L17.5 16.76L15.66 16.06L16.63 14.34L14.16 13.41L14 12.95C12.36 12.77 10.88 11.7 10.27 10.04C9.42 7.71 10.63 5.12 12.96 4.27C13.14 4.21 13.33 4.17 13.5 4.13C12.84 2.87 11.53 2 10 2C7.79 2 6 3.79 6 6C6 6.09 6 6.17 6.03 6.26C5.7 6.53 5.4 6.82 5.15 7.15C5.06 6.78 5 6.4 5 6C5 3.24 7.24 1 10 1S15 3.24 15 6C15 7.16 14.6 8.21 13.94 9.06C16.08 8.88 16 6 16 6M12.81 8.1C12.87 8.27 12.96 8.41 13.06 8.54C13.62 7.88 13.97 7.04 14 6.11C13.89 6.13 13.8 6.15 13.7 6.18C12.92 6.47 12.5 7.33 12.81 8.1Z\" /></svg></li><li title=\"key chain \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-key-chain\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12.67 13.67C12.2 14.13 11.63 14.5 11 14.73V23H8V21H5V18H8V14.72C6.26 14.1 5 12.46 5 10.5C5 8 7 6 9.5 6C9.54 6 9.57 6 9.6 6C9.13 6.95 8.92 8 9.03 9.08C8.44 9.28 8 9.84 8 10.5C8 11.33 8.67 12 9.5 12C9.73 12 9.95 11.94 10.15 11.85C10.79 12.69 11.67 13.32 12.67 13.67M20.73 19.44L17.97 20.6L17.19 18.76L14.43 19.93L13.26 17.16L16.03 16L14.76 13C12.91 13.08 11.11 12.05 10.35 10.25C9.39 7.96 10.47 5.32 12.76 4.35C13 4.25 13.26 4.18 13.5 4.12C12.84 2.87 11.5 2 10 2C7.79 2 6 3.79 6 6C6 6.08 6 6.16 6 6.24C5.7 6.5 5.4 6.82 5.15 7.15C5.06 6.78 5 6.4 5 6C5 3.24 7.24 1 10 1S15 3.24 15 6C15 7.42 14.4 8.67 13.45 9.57C13.87 10 14.5 10.13 15.08 9.88C15.85 9.56 16.2 8.68 15.88 7.92C15.85 7.83 15.8 7.74 15.74 7.66C15.9 7.13 16 6.58 16 6C16 5.37 15.9 4.76 15.72 4.19C17 4.55 18.1 5.44 18.65 6.76C19.41 8.56 18.89 10.57 17.5 11.81L20.73 19.44M13 8.6C13.37 8.19 13.65 7.71 13.82 7.18C13.28 7.45 12.97 8 13 8.6Z\" /></svg></li><li title=\"key change \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-key-change\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.5 2C9.5 2 11.1 3.2 11.7 5H21V8H18V11H15V8H11.7C11.1 9.8 9.4 11 7.5 11C5 11 3 9 3 6.5S5 2 7.5 2M7.5 5C6.7 5 6 5.7 6 6.5S6.7 8 7.5 8 9 7.3 9 6.5 8.3 5 7.5 5M7.5 13C9.5 13 11.1 14.2 11.7 16H21V19H20V22H18V19H16V22H13V19H11.7C11.1 20.8 9.4 22 7.5 22C5 22 3 20 3 17.5S5 13 7.5 13M7.5 16C6.7 16 6 16.7 6 17.5S6.7 19 7.5 19 9 18.3 9 17.5 8.3 16 7.5 16Z\" /></svg></li><li title=\"key link \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-key-link\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.5 3C5 3 3 5 3 7.5S5 12 7.5 12C9.5 12 11.1 10.8 11.7 9H15V12H18V9H21V6H11.7C11.1 4.2 9.5 3 7.5 3M7.5 6C8.3 6 9 6.7 9 7.5S8.3 9 7.5 9 6 8.3 6 7.5 6.7 6 7.5 6M10 14C8.4 14 6 15.1 6 18C6 20.9 8.4 22 10 22H11V20H10C9.7 20 8 19.9 8 18C8 16.2 9.5 16 10 16H11V14M13 14V16H14C14.3 16 16 16.1 16 18C16 19.8 14.5 20 14 20H13V22H14C15.6 22 18 20.9 18 18C18 15.1 15.6 14 14 14M9 17V19H15V17H9Z\" /></svg></li><li title=\"key minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-key-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.5 3C9.5 3 11.1 4.2 11.7 6H21V9H18V12H15V9H11.7C11.1 10.8 9.4 12 7.5 12C5 12 3 10 3 7.5S5 3 7.5 3M7.5 6C6.7 6 6 6.7 6 7.5S6.7 9 7.5 9 9 8.3 9 7.5 8.3 6 7.5 6M8 17H16V19H8V17Z\" /></svg></li><li title=\"key outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-key-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 18H15V15H13.3C12.2 17.4 9.7 19 7 19C3.1 19 0 15.9 0 12S3.1 5 7 5C9.7 5 12.2 6.6 13.3 9H24V15H21V18M17 16H19V13H22V11H11.9L11.7 10.3C11 8.3 9.1 7 7 7C4.2 7 2 9.2 2 12S4.2 17 7 17C9.1 17 11 15.7 11.7 13.7L11.9 13H17V16M7 15C5.3 15 4 13.7 4 12S5.3 9 7 9 10 10.3 10 12 8.7 15 7 15M7 11C6.4 11 6 11.4 6 12S6.4 13 7 13 8 12.6 8 12 7.6 11 7 11Z\" /></svg></li><li title=\"key plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-key-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.5 3C9.5 3 11.1 4.2 11.7 6H21V9H18V12H15V9H11.7C11.1 10.8 9.4 12 7.5 12C5 12 3 10 3 7.5S5 3 7.5 3M7.5 6C6.7 6 6 6.7 6 7.5S6.7 9 7.5 9 9 8.3 9 7.5 8.3 6 7.5 6M8 17H11V14H13V17H16V19H13V22H11V19H8V17Z\" /></svg></li><li title=\"key remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-key-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.5 3C9.5 3 11.1 4.2 11.7 6H21V9H18V12H15V9H11.7C11.1 10.8 9.4 12 7.5 12C5 12 3 10 3 7.5S5 3 7.5 3M7.5 6C6.7 6 6 6.7 6 7.5S6.7 9 7.5 9 9 8.3 9 7.5 8.3 6 7.5 6M14.6 14L16 15.4L13.4 18L16 20.6L14.6 22L12 19.4L9.4 22L8 20.6L10.6 18L8 15.4L9.4 14L12 16.6L14.6 14Z\" /></svg></li><li title=\"key star \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-key-star\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.5 3C5 3 3 5 3 7.5S5 12 7.5 12C9.5 12 11.1 10.8 11.7 9H15V12H18V9H21V6H11.7C11.1 4.2 9.5 3 7.5 3M7.5 6C8.3 6 9 6.7 9 7.5S8.3 9 7.5 9 6 8.3 6 7.5 6.7 6 7.5 6M12 14L10.9 16.6L8 16.9L10.2 18.8L9.5 21.6L12 20.1L14.4 21.6L13.8 18.8L16 16.9L13.1 16.7L12 14Z\" /></svg></li><li title=\"key variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-key-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,18V22H18V19H15V16H12L9.74,13.74C9.19,13.91 8.61,14 8,14A6,6 0 0,1 2,8A6,6 0 0,1 8,2A6,6 0 0,1 14,8C14,8.61 13.91,9.19 13.74,9.74L22,18M7,5A2,2 0 0,0 5,7A2,2 0 0,0 7,9A2,2 0 0,0 9,7A2,2 0 0,0 7,5Z\" /></svg></li><li title=\"key wireless \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-key-wireless\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4.9 5.9L6.3 7.3C9.4 4.2 14.5 4.2 17.6 7.3L19 5.9C15.2 2 8.8 2 4.9 5.9M7.8 8.8L9.2 10.2C10.8 8.6 13.3 8.6 14.9 10.2L16.3 8.8C13.9 6.4 10.1 6.4 7.8 8.8M11.8 15C11 12.7 8.4 11.4 6.1 12.3S2.4 15.7 3.3 18 6.7 21.6 9 20.7C10.3 20.2 11.3 19.2 11.7 18H15V21H18V18H21V15M7.5 18C6.7 18 6 17.3 6 16.5C6 15.7 6.7 15 7.5 15S9 15.7 9 16.5C9 17.3 8.3 18 7.5 18Z\" /></svg></li><li title=\"key \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-key\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7 14C5.9 14 5 13.1 5 12S5.9 10 7 10 9 10.9 9 12 8.1 14 7 14M12.6 10C11.8 7.7 9.6 6 7 6C3.7 6 1 8.7 1 12S3.7 18 7 18C9.6 18 11.8 16.3 12.6 14H16V18H20V14H23V10H12.6Z\" /></svg></li><li title=\"keyboard backspace \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-keyboard-backspace\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,11H6.83L10.41,7.41L9,6L3,12L9,18L10.41,16.58L6.83,13H21V11Z\" /></svg></li><li title=\"keyboard caps \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-keyboard-caps\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,18H18V16H6M12,8.41L16.59,13L18,11.58L12,5.58L6,11.58L7.41,13L12,8.41Z\" /></svg></li><li title=\"keyboard close \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-keyboard-close\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,23L16,19H8M19,8H17V6H19M19,11H17V9H19M16,8H14V6H16M16,11H14V9H16M16,15H8V13H16M7,8H5V6H7M7,11H5V9H7M8,9H10V11H8M8,6H10V8H8M11,9H13V11H11M11,6H13V8H11M20,3H4C2.89,3 2,3.89 2,5V15A2,2 0 0,0 4,17H20A2,2 0 0,0 22,15V5C22,3.89 21.1,3 20,3Z\" /></svg></li><li title=\"keyboard esc \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-keyboard-esc\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M1 7H7V9H3V11H7V13H3V15H7V17H1V7M11 7H15V9H11V11H13C14.11 11 15 11.9 15 13V15C15 16.11 14.11 17 13 17H9V15H13V13H11C9.9 13 9 12.11 9 11V9C9 7.9 9.9 7 11 7M19 7H21C22.11 7 23 7.9 23 9V10H21V9H19V15H21V14H23V15C23 16.11 22.11 17 21 17H19C17.9 17 17 16.11 17 15V9C17 7.9 17.9 7 19 7Z\" /></svg></li><li title=\"keyboard f1 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-keyboard-f1\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6 7H12V9H8V11H11V13H8V17H6V7M14 7H18V17H16V9H14V7Z\" /></svg></li><li title=\"keyboard f10 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-keyboard-f10\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2 7H8V9H4V11H7V13H4V17H2V7M10 7H14V17H12V9H10V7M18 7H20C21.11 7 22 7.9 22 9V15C22 16.11 21.11 17 20 17H18C16.9 17 16 16.11 16 15V9C16 7.9 16.9 7 18 7M18 9V15H20V9H18Z\" /></svg></li><li title=\"keyboard f11 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-keyboard-f11\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 7H9V9H5V11H8V13H5V17H3V7M11 7H15V17H13V9H11V7M17 7H21V17H19V9H17V7Z\" /></svg></li><li title=\"keyboard f12 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-keyboard-f12\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2 7H8V9H4V11H7V13H4V17H2V7M16 7H20C21.11 7 22 7.9 22 9V11C22 12.11 21.11 13 20 13H18V15H22V17H16V13C16 11.9 16.9 11 18 11H20V9H16V7M10 7H14V17H12V9H10V7Z\" /></svg></li><li title=\"keyboard f2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-keyboard-f2\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5 7H11V9H7V11H10V13H7V17H5V7M13 7H17C18.11 7 19 7.9 19 9V11C19 12.11 18.11 13 17 13H15V15H19V17H13V13C13 11.9 13.9 11 15 11H17V9H13V7Z\" /></svg></li><li title=\"keyboard f3 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-keyboard-f3\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5 7H11V9H7V11H10V13H7V17H5V7M19 15C19 16.11 18.11 17 17 17H13V15H17V13H15V11H17V9H13V7H17C18.1 7 19 7.89 19 9V10.5C19 11.33 18.33 12 17.5 12C18.33 12 19 12.67 19 13.5V15Z\" /></svg></li><li title=\"keyboard f4 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-keyboard-f4\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5 7H11V9H7V11H10V13H7V17H5V7M13 7H15V11H17V7H19V17H17V13H13V7Z\" /></svg></li><li title=\"keyboard f5 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-keyboard-f5\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5 7H11V9H7V11H10V13H7V17H5V7M13 7H19V9H15V11H17C18.11 11 19 11.9 19 13V15C19 16.11 18.11 17 17 17H13V15H17V13H13V7Z\" /></svg></li><li title=\"keyboard f6 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-keyboard-f6\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5 7H11V9H7V11H10V13H7V17H5V7M15 7H19V9H15V11H17C18.11 11 19 11.9 19 13V15C19 16.11 18.11 17 17 17H15C13.9 17 13 16.11 13 15V9C13 7.9 13.9 7 15 7M15 13V15H17V13H15Z\" /></svg></li><li title=\"keyboard f7 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-keyboard-f7\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5 7H11V9H7V11H10V13H7V17H5V7M15 17H13L17 9H13V7H19V9L15 17Z\" /></svg></li><li title=\"keyboard f8 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-keyboard-f8\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5 7H11V9H7V11H10V13H7V17H5V7M15 13V15H17V13H15M15 9V11H17V9H15M15 17C13.9 17 13 16.11 13 15V13.5C13 12.67 13.67 12 14.5 12C13.67 12 13 11.33 13 10.5V9C13 7.9 13.9 7 15 7H17C18.1 7 19 7.89 19 9V10.5C19 11.33 18.33 12 17.5 12C18.33 12 19 12.67 19 13.5V15C19 16.11 18.11 17 17 17H15Z\" /></svg></li><li title=\"keyboard f9 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-keyboard-f9\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5 7H11V9H7V11H10V13H7V17H5V7M17 17H13V15H17V13H15C13.9 13 13 12.11 13 11V9C13 7.9 13.9 7 15 7H17C18.11 7 19 7.9 19 9V15C19 16.11 18.11 17 17 17M17 11V9H15V11H17Z\" /></svg></li><li title=\"keyboard off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-keyboard-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M1,4.27L2.47,5.74C2.18,6.08 2,6.5 2,7V17A2,2 0 0,0 4,19H15.73L18.73,22L20,20.72L2.28,3L1,4.27M4,17V7.27L5,8.27V10H6.73L8,11.27V13H9.73L10.73,14H8V16H12.73L13.73,17H4M5,11H7V13H5V11M17,11H19V13H17V11M19,10H17V8H19V10M14,11H16V13H14.83L14,12.17V11M13,10H11.83L11,9.17V8H13V10M22,7V17C22,17.86 21.45,18.58 20.7,18.87L18.83,17H20V7H8.83L6.83,5H20A2,2 0 0,1 22,7M16,10H14V8H16V10Z\" /></svg></li><li title=\"keyboard off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-keyboard-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M1,4.27L2.28,3L20,20.72L18.73,22L15.73,19H4C2.89,19 2,18.1 2,17V7C2,6.5 2.18,6.07 2.46,5.73L1,4.27M19,10V8H17V10H19M19,13V11H17V13H19M16,10V8H14V10H16M16,13V11H14V12.18L11.82,10H13V8H11V9.18L9.82,8L6.82,5H20A2,2 0 0,1 22,7V17C22,17.86 21.46,18.59 20.7,18.87L14.82,13H16M8,15V17H13.73L11.73,15H8M5,10H6.73L5,8.27V10M7,13V11H5V13H7M8,13H9.73L8,11.27V13Z\" /></svg></li><li title=\"keyboard outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-keyboard-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,5A2,2 0 0,0 2,7V17A2,2 0 0,0 4,19H20A2,2 0 0,0 22,17V7A2,2 0 0,0 20,5H4M4,7H20V17H4V7M5,8V10H7V8H5M8,8V10H10V8H8M11,8V10H13V8H11M14,8V10H16V8H14M17,8V10H19V8H17M5,11V13H7V11H5M8,11V13H10V11H8M11,11V13H13V11H11M14,11V13H16V11H14M17,11V13H19V11H17M8,14V16H16V14H8Z\" /></svg></li><li title=\"keyboard return \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-keyboard-return\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,7V11H5.83L9.41,7.41L8,6L2,12L8,18L9.41,16.58L5.83,13H21V7H19Z\" /></svg></li><li title=\"keyboard settings outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-keyboard-settings-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7,22H9V24H7V22M11,22H13V24H11V22M15,22H17V24H15V22M4,5A2,2 0 0,0 2,7V17A2,2 0 0,0 4,19H20A2,2 0 0,0 22,17V7A2,2 0 0,0 20,5H4M4,7H20V17H4V7M5,8V10H7V8H5M8,8V10H10V8H8M11,8V10H13V8H11M14,8V10H16V8H14M17,8V10H19V8H17M5,11V13H7V11H5M8,11V13H10V11H8M11,11V13H13V11H11M14,11V13H16V11H14M17,11V13H19V11H17M8,14V16H16V14H8Z\" /></svg></li><li title=\"keyboard settings \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-keyboard-settings\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,10H17V8H19M19,13H17V11H19M16,10H14V8H16M16,13H14V11H16M16,17H8V15H16M7,10H5V8H7M7,13H5V11H7M8,11H10V13H8M8,8H10V10H8M11,11H13V13H11M11,8H13V10H11M20,5H4A2,2 0 0,0 2,7V17A2,2 0 0,0 4,19H20A2,2 0 0,0 22,17V7A2,2 0 0,0 20,5M7,22H9V24H7V22M11,22H13V24H11V22M15,22H17V24H15V22Z\" /></svg></li><li title=\"keyboard space \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-keyboard-space\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 15H5V19H19V15H21V19C21 20.1 20.1 21 19 21H5C3.9 21 3 20.1 3 19V15Z\" /></svg></li><li title=\"keyboard tab reverse \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-keyboard-tab-reverse\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 6H2V18H4M11 6L5 12L11 18L12.41 16.58L8.83 13H23V11H8.83L12.41 7.41L11 6Z\" /></svg></li><li title=\"keyboard tab \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-keyboard-tab\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,18H22V6H20M11.59,7.41L15.17,11H1V13H15.17L11.59,16.58L13,18L19,12L13,6L11.59,7.41Z\" /></svg></li><li title=\"keyboard variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-keyboard-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,16H18V18H6V16M6,13V15H2V13H6M7,15V13H10V15H7M11,15V13H13V15H11M14,15V13H17V15H14M18,15V13H22V15H18M2,10H5V12H2V10M19,12V10H22V12H19M18,12H16V10H18V12M8,12H6V10H8V12M12,12H9V10H12V12M15,12H13V10H15V12M2,9V7H4V9H2M5,9V7H7V9H5M8,9V7H10V9H8M11,9V7H13V9H11M14,9V7H16V9H14M17,9V7H22V9H17Z\" /></svg></li><li title=\"keyboard \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-keyboard\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,10H17V8H19M19,13H17V11H19M16,10H14V8H16M16,13H14V11H16M16,17H8V15H16M7,10H5V8H7M7,13H5V11H7M8,11H10V13H8M8,8H10V10H8M11,11H13V13H11M11,8H13V10H11M20,5H4C2.89,5 2,5.89 2,7V17A2,2 0 0,0 4,19H20A2,2 0 0,0 22,17V7C22,5.89 21.1,5 20,5Z\" /></svg></li><li title=\"khanda \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-khanda\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16 20C19.72 18 22 15.27 22 12C22 9.34 20.46 6.9 17.89 5H17.82C19 6.35 19.68 8.09 19.68 10C19.68 13 18 15 15.5 16.83C15.5 16.84 14.38 17.54 13 18.41V17.33L15 16C15 16 14.8 15.4 14.58 14.46C16.6 13.58 18 11.69 18 9.5C18 7.34 16.64 5.47 14.65 4.57C14.84 3.63 15 3 15 3L12 1L9 3C9 3 9.16 3.63 9.35 4.57C7.37 5.47 6 7.34 6 9.5C6 11.69 7.4 13.58 9.42 14.46C9.2 15.4 9 16 9 16L11 17.33V18.41C9.62 17.54 8.5 16.84 8.5 16.83C6 15 4.32 13 4.32 10C4.32 8.09 5 6.35 6.18 5H6.12C3.54 6.9 2 9.34 2 12C2 15.27 4.29 18 8 20L9 18.5L10.92 19.73L7.34 22L8 23L11 21.07V23H13V21.07L16 23L16.66 22L13.08 19.73L15 18.5L16 20M16.75 9.5C16.75 11.09 15.76 12.46 14.31 13.19C14.14 12.23 14 11.12 14 10C14 8.67 14.2 7.15 14.42 5.86C15.81 6.6 16.75 7.95 16.75 9.5M7.25 9.5C7.25 7.95 8.19 6.6 9.59 5.86C9.8 7.15 10 8.67 10 10C10 11.12 9.86 12.23 9.69 13.19C8.24 12.46 7.25 11.09 7.25 9.5Z\" /></svg></li><li title=\"kickstarter \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-kickstarter\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.3 10.2L17.5 12L19.3 13.8C21.19 15.67 21.19 18.72 19.3 20.59C17.42 22.46 14.35 22.46 12.47 20.59L11.8 19.93C10.93 21.19 9.5 22 7.83 22C5.16 22 3 19.85 3 17.2V6.8C3 4.15 5.16 2 7.83 2C9.5 2 10.93 2.82 11.8 4.07L12.47 3.41C14.35 1.54 17.42 1.54 19.3 3.41C21.19 5.28 21.19 8.33 19.3 10.2Z\" /></svg></li><li title=\"kite outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-kite-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12.5 5.1L17.95 10.38L12.5 17.88L7.07 10.38L12.5 5.1M12.5 3C12.05 3 11.66 3.15 11.33 3.46L5.54 9.08C5.23 9.38 5.06 9.75 5 10.2C5 10.64 5.08 11.04 5.33 11.4L11.45 19.83C11.2 20.36 10.75 20.62 10.09 20.62C9.29 20.62 8.79 20.25 8.6 19.5C8.4 18.84 8 18.27 7.38 17.8C6.76 17.34 6.1 17.1 5.41 17.1C4.36 17.1 3.5 17.5 2.85 18.3L4.21 19.42C4.5 19.03 4.92 18.84 5.41 18.84C6.21 18.84 6.71 19.21 6.9 19.95C7.09 20.62 7.5 21.19 8.12 21.67S9.4 22.4 10.09 22.4C11.33 22.4 12.28 21.83 12.94 20.7L19.68 11.4C19.93 11.04 20.03 10.64 20 10.2C19.95 9.76 19.77 9.38 19.47 9.08L13.68 3.46C13.35 3.15 12.96 3 12.5 3Z\" /></svg></li><li title=\"kite \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-kite\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.69 3.46C13.35 3.15 12.96 3 12.5 3C12.05 3 11.66 3.15 11.33 3.46L5.54 9.08C5.23 9.38 5.06 9.75 5 10.2C5 10.64 5.08 11.04 5.33 11.4L11.45 19.83C11.2 20.36 10.75 20.62 10.09 20.62C9.29 20.62 8.79 20.25 8.6 19.5C8.4 18.84 8 18.27 7.38 17.8C6.76 17.34 6.1 17.1 5.41 17.1C4.36 17.1 3.5 17.5 2.85 18.3L4.21 19.42C4.5 19.03 4.92 18.84 5.41 18.84C6.21 18.84 6.71 19.21 6.9 19.95C7.09 20.62 7.5 21.19 8.12 21.67C8.74 22.15 9.4 22.4 10.09 22.4C11.33 22.4 12.28 21.83 12.94 20.7L19.68 11.39C19.93 11.04 20.03 10.64 20 10.2C19.95 9.75 19.77 9.38 19.47 9.08L13.69 3.46Z\" /></svg></li><li title=\"kitesurfing \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-kitesurfing\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.5 4.5L15.5 3.43L17.92 1H20L16.5 4.5M20.96 23C19.9 23 18.9 22.75 17.96 22.25C16.12 23.25 13.81 23.25 11.97 22.25C10.13 23.25 7.82 23.25 6 22.25C4.77 22.94 3.36 23.05 2 23V21C3.41 21.05 4.77 20.9 6 20C7.74 21.25 10.21 21.25 11.97 20C13.74 21.25 16.2 21.25 17.96 20C19.17 20.9 20.54 21.05 21.94 21V23H20.96M20.35 12.26C18.3 11.5 16.14 12.61 14.08 13.36L12.39 11.5H9.58V8C11.89 8.19 14.29 7.67 15.9 5.96L14.5 4.56C13.6 5.46 12.3 6 11 6H8C6.89 6 5.95 6.92 6 8C6.07 9.35 5.67 12.73 6.45 13.87L8 16.82C7.43 17.23 6.93 17.62 6.5 18C8.09 19.5 10.65 19.17 11.97 17.5C12.91 18.59 14.45 19.3 15.9 18.83C17.45 17.77 22.74 14 20.35 12.26M11.43 14.65C11 14.89 10.16 15.37 9.82 15.61L8.97 13.59L11.46 13.5L12.16 14.25L11.43 14.65M8 1C6.9 1 6 1.9 6 3S6.9 5 8 5 10 4.11 10 3 9.11 1 8 1Z\" /></svg></li><li title=\"klingon \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-klingon\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4.79 21.5L4.71 21.24C4.53 20.65 4.47 20.08 4.5 19.4C4.6 18.17 5.14 17.31 5.82 16.59C5.64 16 5.53 15.39 5.53 14.74C5.53 13 6.26 11.44 7.45 10.3C8.33 9.46 9.46 8.86 10.71 8.6C11.37 6.23 11.8 3.8 12 1.5C12.24 3.5 12.65 6.12 13.3 8.58C14.6 8.82 15.76 9.43 16.67 10.3C17.85 11.44 18.59 13 18.59 14.74C18.59 15.35 18.5 15.93 18.33 16.5C19.21 16.92 20.2 17.17 21.5 17.29L21.44 17.44C21.32 17.77 21 18 20.71 18.18L20.69 18.19C20.13 18.57 19.18 19 17.85 19C17.7 19 17.56 19 17.41 19C17.23 19 17.06 18.97 16.9 18.95C16.83 19 16.75 19.1 16.67 19.18C15.5 20.31 13.86 21 12.06 21C10.27 21 8.64 20.31 7.46 19.18C7.42 19.14 7.38 19.1 7.34 19.06C6.34 19.59 5.54 20.33 4.94 21.27L4.8 21.5M6.5 15.94C6.65 15.82 8.2 14.5 8.63 13.78L8.73 13.61C9.65 15 10.4 16.28 11.43 18.08L11.22 18.09C10.08 18.16 9.05 18.37 8.15 18.7C9.17 19.62 10.55 20.19 12.06 20.19C13.54 20.19 14.88 19.65 15.89 18.77C15.64 18.72 15.39 18.65 15.15 18.59C14.38 18.41 13.65 18.22 12.81 18.19L12.62 18.18L12.7 18C13.1 17.2 14.8 14.41 15.23 13.63L15.34 13.81C16 14.77 16.73 15.5 17.58 16.07C17.69 15.64 17.75 15.2 17.75 14.75C17.75 13.25 17.11 11.89 16.09 10.9C15.4 10.24 14.53 9.74 13.55 9.5C13.85 10.5 14.2 11.5 14.59 12.35L14.62 12.4L14.59 12.46C14.2 13.22 13.76 13.95 13.33 14.66C12.94 15.3 12.54 15.96 12.18 16.64L12.08 16.83L11.96 16.65C11.39 15.82 9.75 13.06 9.41 12.5C9.81 11.5 10.15 10.5 10.45 9.5C9.5 9.78 8.7 10.26 8.03 10.9C7 11.88 6.37 13.25 6.37 14.74C6.37 15.16 6.42 15.56 6.5 15.95\" /></svg></li><li title=\"knife military \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-knife-military\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,2L17.39,3.75L10.46,10.68L14,14.22L20.92,7.29C22.43,5.78 22,2 22,2M8.33,10L6.92,11.39L8.33,12.8L2.68,18.46L6.21,22L11.87,16.34L13.28,17.76L14.7,16.34L8.33,10Z\" /></svg></li><li title=\"knife \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-knife\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.62,2C23.97,7.61 12.47,20.15 12.47,20.15L9.6,17.28L4.91,22L2.77,19.86L20.62,2Z\" /></svg></li><li title=\"koala \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-koala\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 3C18.1 3 15.5 3 14.3 6.1C13.9 6 13.4 6 13 6H11C10.6 6 10.1 6 9.7 6.1C8.5 3 5.9 3 5 3C4 3 1 4 1 9C1 12.6 3.5 13.6 5 13.9V15C5 18.3 7.7 21 11 21H13C16.3 21 19 18.3 19 15V13.9C20.5 13.6 23 12.6 23 9C23 4 20 3 19 3M5 12V12.4C2.9 11.8 3.3 9.5 4.3 8.7C4 8.3 3 9 3 8.6C3 8.1 4.8 7.4 5.1 7.3C4.8 6.8 3.6 7 3.6 6.6C3.6 6.3 4.8 5.8 5.8 6C6.3 6.1 6.9 6.3 7.4 6.7C6 8 5 9.8 5 12M8.5 15C6.5 15 6.5 12 8.5 12C10.5 12 10.5 15 8.5 15M12.5 18H11.5C10.8 18 10.3 17.3 10.6 16.7L11.3 13.7C11.4 13.3 11.8 13.1 12.1 13C12.4 13 12.7 13.2 12.9 13.7L13.6 16.7C13.7 17.3 13.2 18 12.5 18M15.5 15C13.5 15 13.5 12 15.5 12C17.5 12 17.5 15 15.5 15M19.7 8.6C20.7 9.4 21.1 11.7 19 12.3C19.1 10.1 18.1 8 16.6 6.7C17.1 6.3 17.7 6.1 18.2 6C19.2 5.8 20.4 6.2 20.4 6.6C20.4 7 19.2 6.8 18.9 7.2C19.2 7.4 21 8.1 21 8.6C21 9 20.1 8.3 19.7 8.6Z\" /></svg></li><li title=\"kodi \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-kodi\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12.03,1C11.82,1 11.6,1.11 11.41,1.31C10.56,2.16 9.72,3 8.88,3.84C8.66,4.06 8.6,4.18 8.38,4.38C8.09,4.62 7.96,4.91 7.97,5.28C8,6.57 8,7.84 8,9.13C8,10.46 8,11.82 8,13.16C8,13.26 8,13.34 8.03,13.44C8.11,13.75 8.31,13.82 8.53,13.59C9.73,12.39 10.8,11.3 12,10.09C13.36,8.73 14.73,7.37 16.09,6C16.5,5.6 16.5,5.15 16.09,4.75C14.94,3.6 13.77,2.47 12.63,1.31C12.43,1.11 12.24,1 12.03,1M18.66,7.66C18.45,7.66 18.25,7.75 18.06,7.94C16.91,9.1 15.75,10.24 14.59,11.41C14.2,11.8 14.2,12.23 14.59,12.63C15.74,13.78 16.88,14.94 18.03,16.09C18.43,16.5 18.85,16.5 19.25,16.09C20.36,15 21.5,13.87 22.59,12.75C22.76,12.58 22.93,12.42 23,12.19V11.88C22.93,11.64 22.76,11.5 22.59,11.31C21.47,10.19 20.37,9.06 19.25,7.94C19.06,7.75 18.86,7.66 18.66,7.66M4.78,8.09C4.65,8.04 4.58,8.14 4.5,8.22C3.35,9.39 2.34,10.43 1.19,11.59C0.93,11.86 0.93,12.24 1.19,12.5C1.81,13.13 2.44,13.75 3.06,14.38C3.6,14.92 4,15.33 4.56,15.88C4.72,16.03 4.86,16 4.94,15.81C5,15.71 5,15.58 5,15.47C5,14.29 5,13.37 5,12.19C5,11 5,9.81 5,8.63C5,8.55 5,8.45 4.97,8.38C4.95,8.25 4.9,8.14 4.78,8.09M12.09,14.25C11.89,14.25 11.66,14.34 11.47,14.53C10.32,15.69 9.18,16.87 8.03,18.03C7.63,18.43 7.63,18.85 8.03,19.25C9.14,20.37 10.26,21.47 11.38,22.59C11.54,22.76 11.71,22.93 11.94,23H12.22C12.44,22.94 12.62,22.79 12.78,22.63C13.9,21.5 15.03,20.38 16.16,19.25C16.55,18.85 16.5,18.4 16.13,18C14.97,16.84 13.84,15.69 12.69,14.53C12.5,14.34 12.3,14.25 12.09,14.25Z\" /></svg></li><li title=\"kubernetes \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-kubernetes\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.95 13.5H13.72C13.54 13.61 13.46 13.82 13.54 14L14.4 16.11C15.23 15.58 15.86 14.79 16.19 13.86L13.96 13.5H13.95M10.5 13.79C10.44 13.62 10.29 13.5 10.12 13.5H10.04L7.82 13.87C8.15 14.79 8.78 15.57 9.61 16.1L10.46 14.03V14C10.5 13.95 10.5 13.86 10.5 13.79M12.33 14.6C12.23 14.42 12 14.35 11.82 14.45C11.75 14.5 11.7 14.53 11.67 14.6H11.66L10.57 16.57C11.35 16.83 12.19 16.88 13 16.69C13.14 16.66 13.29 16.62 13.43 16.57L12.34 14.6H12.33M15.78 10.03L14.1 11.5L14.11 11.53C13.95 11.67 13.93 11.91 14.07 12.06C14.12 12.12 14.18 12.16 14.25 12.18L14.26 12.19L16.43 12.81C16.5 11.84 16.29 10.86 15.78 10.03M12.67 10.19C12.68 10.4 12.85 10.56 13.06 10.55C13.14 10.55 13.21 10.53 13.27 10.5H13.28L15.11 9.19C14.41 8.5 13.5 8.07 12.54 7.95L12.67 10.19M10.73 10.5C10.9 10.61 11.13 10.58 11.25 10.41C11.3 10.35 11.32 10.28 11.33 10.2H11.34L11.46 7.95C11.31 7.97 11.16 8 11 8.03C10.2 8.21 9.46 8.61 8.88 9.19L10.72 10.5H10.73M9.74 12.19C9.94 12.14 10.06 11.93 10 11.73C10 11.65 9.95 11.59 9.89 11.54V11.53L8.21 10C7.69 10.86 7.47 11.84 7.58 12.82L9.74 12.2V12.19M11.38 12.85L12 13.15L12.62 12.85L12.77 12.18L12.34 11.65H11.65L11.22 12.18L11.38 12.85M22.27 14.17L20.5 6.5C20.41 6.08 20.13 5.74 19.76 5.56L12.59 2.13C12.22 1.96 11.78 1.96 11.4 2.13L4.24 5.56C3.87 5.74 3.59 6.08 3.5 6.5L1.73 14.17C1.68 14.37 1.68 14.57 1.73 14.76C1.74 14.82 1.76 14.88 1.78 14.94C1.81 15.03 1.86 15.13 1.91 15.21C1.94 15.25 1.96 15.29 2 15.32L6.95 21.5C6.97 21.5 7 21.54 7 21.56C7.1 21.65 7.19 21.72 7.28 21.78C7.4 21.86 7.54 21.92 7.68 21.95C7.79 22 7.91 22 8 22H16.12C16.19 22 16.26 21.97 16.32 21.95C16.37 21.94 16.42 21.92 16.46 21.91C16.5 21.89 16.53 21.88 16.57 21.86C16.62 21.84 16.67 21.81 16.72 21.78C16.84 21.7 16.95 21.6 17.05 21.5L17.2 21.3L22 15.32C22.1 15.2 22.17 15.07 22.22 14.94C22.24 14.88 22.26 14.82 22.27 14.76C22.32 14.57 22.32 14.36 22.27 14.17M14.84 17.16C14.86 17.22 14.88 17.28 14.91 17.33C14.87 17.41 14.85 17.5 14.88 17.59C15 17.83 15.11 18.05 15.26 18.27C15.34 18.38 15.42 18.5 15.5 18.61C15.5 18.64 15.53 18.69 15.54 18.73C15.66 18.93 15.6 19.19 15.39 19.32S14.92 19.37 14.8 19.17C14.79 19.14 14.78 19.12 14.77 19.09C14.75 19.06 14.73 19 14.71 19C14.66 18.85 14.62 18.72 14.59 18.59C14.5 18.34 14.42 18.1 14.29 17.87C14.24 17.8 14.16 17.75 14.08 17.73L14 17.57C12.71 18.05 11.3 18.05 10.03 17.56L9.93 17.74C9.86 17.75 9.79 17.78 9.74 17.83C9.6 18.07 9.5 18.32 9.41 18.6C9.38 18.73 9.34 18.86 9.29 19C9.27 19 9.25 19.07 9.23 19.1C9.15 19.32 8.91 19.44 8.68 19.36C8.46 19.28 8.34 19.04 8.42 18.81C8.43 18.78 8.45 18.76 8.46 18.73C8.5 18.7 8.5 18.65 8.5 18.62C8.59 18.5 8.66 18.39 8.74 18.27C8.9 18.06 9.03 17.82 9.13 17.58C9.14 17.5 9.13 17.41 9.1 17.33L9.17 17.15C8 16.45 7.12 15.36 6.7 14.06L6.5 14.09C6.44 14.04 6.35 14 6.27 14C6 14.05 5.76 14.13 5.5 14.22C5.39 14.28 5.26 14.33 5.13 14.37C5.1 14.38 5.06 14.39 5 14.4C4.78 14.47 4.54 14.35 4.46 14.13C4.39 13.9 4.5 13.66 4.74 13.58C4.76 13.58 4.79 13.57 4.82 13.57V13.56H4.83L4.94 13.54C5.08 13.5 5.22 13.5 5.35 13.5C5.61 13.5 5.87 13.44 6.12 13.38C6.2 13.33 6.26 13.27 6.31 13.19L6.5 13.14C6.29 11.78 6.6 10.41 7.36 9.27L7.22 9.15C7.22 9.06 7.19 8.97 7.14 8.9C6.94 8.73 6.73 8.58 6.5 8.45C6.38 8.39 6.26 8.32 6.14 8.24C6.12 8.22 6.08 8.19 6.06 8.17L6.05 8.16C5.85 8 5.8 7.74 5.94 7.53C6.03 7.43 6.15 7.38 6.29 7.38C6.4 7.39 6.5 7.43 6.59 7.5L6.68 7.57C6.78 7.66 6.87 7.77 6.96 7.87C7.14 8.06 7.33 8.24 7.54 8.39C7.62 8.43 7.71 8.44 7.8 8.42L7.95 8.53C8.7 7.73 9.68 7.17 10.75 6.93C11 6.87 11.27 6.83 11.53 6.81L11.54 6.63C11.61 6.57 11.65 6.5 11.68 6.4C11.69 6.14 11.67 5.88 11.63 5.63C11.6 5.5 11.58 5.36 11.57 5.22V5.1C11.55 4.86 11.72 4.65 11.96 4.62S12.4 4.77 12.43 5V5.22C12.42 5.36 12.4 5.5 12.37 5.63C12.33 5.88 12.31 6.14 12.32 6.4C12.34 6.5 12.39 6.57 12.46 6.62L12.47 6.81C13.83 6.93 15.09 7.54 16.03 8.53L16.19 8.41C16.28 8.43 16.37 8.42 16.45 8.38C16.66 8.23 16.86 8.05 17.03 7.86C17.12 7.76 17.21 7.66 17.31 7.56C17.34 7.54 17.38 7.5 17.41 7.5C17.58 7.32 17.85 7.32 18 7.5C18.19 7.66 18.18 7.93 18 8.1C18 8.12 17.97 8.14 17.94 8.16C17.92 8.18 17.88 8.21 17.85 8.23C17.74 8.31 17.62 8.38 17.5 8.44C17.27 8.57 17.05 8.72 16.86 8.89C16.8 8.96 16.77 9.04 16.78 9.13L16.62 9.27C17.39 10.4 17.7 11.78 17.5 13.13L17.69 13.18C17.73 13.26 17.8 13.32 17.88 13.36C18.13 13.43 18.39 13.47 18.65 13.5H19.06C19.09 13.53 19.14 13.54 19.18 13.55C19.42 13.58 19.58 13.8 19.55 14.04C19.5 14.27 19.31 14.44 19.07 14.41C19.04 14.4 19 14.4 19 14.39V14.38C18.94 14.38 18.9 14.37 18.86 14.36C18.73 14.32 18.61 14.27 18.5 14.21C18.24 14.11 18 14.04 17.73 14C17.64 14 17.56 14 17.5 14.08C17.43 14.07 17.37 14.06 17.31 14.05C16.9 15.36 16 16.46 14.84 17.16Z\" /></svg></li><li title=\"label multiple outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-label-multiple-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 18H13L11 20H4C3.5 20 2.97 19.79 2.59 19.41C2.21 19.03 2 18.5 2 18V8H4V18M17.63 4.84C17.27 4.33 16.67 4 16 4H8C6.9 4 6 4.9 6 6V14C6 15.1 6.9 16 8 16H16C16.67 16 17.27 15.66 17.63 15.15L22 10L17.63 4.84M16 14H8V6H16L19.55 10Z\" /></svg></li><li title=\"label multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-label-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 19H13L11 21H4C3.5 21 2.97 20.79 2.59 20.41C2.21 20.03 2 19.5 2 19V9H4V19M17.63 5.84C17.27 5.33 16.67 5 16 5H8C6.9 5 6 5.9 6 7V15C6 16.1 6.9 17 8 17H16C16.67 17 17.27 16.66 17.63 16.15L22 11L17.63 5.84Z\" /></svg></li><li title=\"label off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-label-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,4.27L3.28,3L20,19.72L18.73,21L16.63,18.9C16.43,18.96 16.22,19 16,19H5A2,2 0 0,1 3,17V7C3,6.5 3.17,6.07 3.46,5.73L2,4.27M5,17H14.73L5,7.27V17M19.55,12L16,7H9.82L7.83,5H16C16.67,5 17.27,5.33 17.63,5.84L22,12L19,16.2L17.59,14.76L19.55,12Z\" /></svg></li><li title=\"label off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-label-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,4.27L3.28,3L20,19.72L18.73,21L16.63,18.9C16.43,18.96 16.22,19 16,19H5A2,2 0 0,1 3,17V7C3,6.5 3.17,6.07 3.46,5.73L2,4.27M17.63,5.84L22,12L19,16.2L7.83,5H16C16.67,5 17.27,5.33 17.63,5.84Z\" /></svg></li><li title=\"label outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-label-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,17H5V7H16L19.55,12M17.63,5.84C17.27,5.33 16.67,5 16,5H5A2,2 0 0,0 3,7V17A2,2 0 0,0 5,19H16C16.67,19 17.27,18.66 17.63,18.15L22,12L17.63,5.84Z\" /></svg></li><li title=\"label percent outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-label-percent-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16 17H5V7H16L19.55 12M17.63 5.84C17.27 5.33 16.67 5 16 5H5C3.9 5 3 5.9 3 7V17C3 18.11 3.9 19 5 19H16C16.67 19 17.27 18.66 17.63 18.15L22 12L17.63 5.84M13.8 8L15 9.2L8.2 16L7 14.8M8.45 8.03C9.23 8.03 9.87 8.67 9.87 9.45S9.23 10.87 8.45 10.87 7.03 10.23 7.03 9.45 7.67 8.03 8.45 8.03M13.55 13.13C14.33 13.13 14.97 13.77 14.97 14.55C14.97 15.33 14.33 15.97 13.55 15.97C12.77 15.97 12.13 15.33 12.13 14.55C12.13 13.77 12.77 13.13 13.55 13.13Z\" /></svg></li><li title=\"label percent \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-label-percent\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17.63 5.84C17.27 5.33 16.67 5 16 5H5C3.9 5 3 5.9 3 7V17C3 18.11 3.9 19 5 19H16C16.67 19 17.27 18.66 17.63 18.15L22 12L17.63 5.84M8.45 8.03C9.23 8.03 9.87 8.67 9.87 9.45S9.23 10.87 8.45 10.87 7.03 10.23 7.03 9.45 7.67 8.03 8.45 8.03M13.55 15.97C12.77 15.97 12.13 15.33 12.13 14.55S12.77 13.13 13.55 13.13 14.97 13.77 14.97 14.55 14.33 15.97 13.55 15.97M8.2 16L7 14.8L13.8 8L15 9.2L8.2 16Z\" /></svg></li><li title=\"label variant outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-label-variant-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6.5,17H15L18.5,12L15,7H6.5L10,12L6.5,17M15,19H3L7.5,12L3,5H15C15.69,5 16.23,5.3 16.64,5.86L21,12L16.64,18.14C16.23,18.7 15.69,19 15,19Z\" /></svg></li><li title=\"label variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-label-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3.5,19L8.34,12L3.5,5H14.5C15.17,5 15.72,5.3 16.13,5.86L20.5,12L16.13,18.14C15.72,18.7 15.17,19 14.5,19H3.5Z\" /></svg></li><li title=\"label \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-label\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17.63,5.84C17.27,5.33 16.67,5 16,5H5A2,2 0 0,0 3,7V17A2,2 0 0,0 5,19H16C16.67,19 17.27,18.66 17.63,18.15L22,12L17.63,5.84Z\" /></svg></li><li title=\"ladder \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ladder\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14 1V3H10V1H8V22H10V20H14V22H16V1H14M14 5V8H10V5H14M14 10V13H10V10H14M10 18V15H14V18H10Z\" /></svg></li><li title=\"ladybug \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ladybug\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,5C12.74,5 13.47,5.1 14.15,5.29L15.78,2.46C16.06,2 16.67,1.82 17.15,2.1C17.63,2.37 17.79,3 17.5,3.46L16,6.07C17.22,6.78 18.23,7.79 18.93,9H5.07C5.77,7.79 6.78,6.78 8,6.07L6.5,3.46C6.21,3 6.37,2.37 6.85,2.1C7.33,1.82 7.94,2 8.22,2.46L9.85,5.29C10.53,5.1 11.26,5 12,5M20,13C20,17.17 16.82,20.59 12.75,20.97V10.5H19.6C19.86,11.29 20,12.13 20,13M4,13C4,12.13 4.14,11.29 4.4,10.5H11.25V20.97C7.18,20.59 4,17.17 4,13Z\" /></svg></li><li title=\"lambda \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lambda\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,20L10.16,7.91L9.34,6H8V4H10C10.42,4 10.78,4.26 10.93,4.63L16.66,18H18V20H16C15.57,20 15.21,19.73 15.07,19.36L11.33,10.65L8.12,20H6Z\" /></svg></li><li title=\"lamp outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lamp-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.56 4L17.23 12H6.78L9.44 4H14.56M16 2H8L4 14H20L16 2M11 15H13V20H18V22H6V20H11V15Z\" /></svg></li><li title=\"lamp \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lamp\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8,2H16L20,14H4L8,2M11,15H13V20H18V22H6V20H11V15Z\" /></svg></li><li title=\"lamps outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lamps-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8.5 4L9.35 7H4.65L5.5 4H8.5M10 2H4L2 9H12L10 2M6 10H8V20H11V22H3V20H6V10M18.5 10L19.35 13H14.65L15.5 10H18.5M20 8H14L12 15H22L20 8M16 16H18V20H21V22H13V20H16V16Z\" /></svg></li><li title=\"lamps \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lamps\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10 2L12 9H2L4 2M6 10H8V20H11V22H3V20H6V10M20 8L22 15H12L14 8M16 16H18V20H21V22H13V20H16V16Z\" /></svg></li><li title=\"lan check \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lan-check\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 1C2.89 1 2 1.89 2 3V7C2 8.11 2.89 9 4 9H1V11H13V9H10C11.11 9 12 8.11 12 7V3C12 1.89 11.11 1 10 1H4M4 3H10V7H4V3M14 13C12.89 13 12 13.89 12 15V19C12 20.11 12.89 21 14 21H11V23H23V21H20C21.11 21 22 20.11 22 19V15C22 13.89 21.11 13 20 13H14M14 15H20V19H14V15M5.5 20.5L10.5 15.5L9 14L5.5 17.5L3.5 15.5L2 17L5.5 20.5Z\" /></svg></li><li title=\"lan connect \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lan-connect\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,1C2.89,1 2,1.89 2,3V7C2,8.11 2.89,9 4,9H1V11H13V9H10C11.11,9 12,8.11 12,7V3C12,1.89 11.11,1 10,1H4M4,3H10V7H4V3M3,13V18L3,20H10V18H5V13H3M14,13C12.89,13 12,13.89 12,15V19C12,20.11 12.89,21 14,21H11V23H23V21H20C21.11,21 22,20.11 22,19V15C22,13.89 21.11,13 20,13H14M14,15H20V19H14V15Z\" /></svg></li><li title=\"lan disconnect \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lan-disconnect\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,1C2.89,1 2,1.89 2,3V7C2,8.11 2.89,9 4,9H1V11H13V9H10C11.11,9 12,8.11 12,7V3C12,1.89 11.11,1 10,1H4M4,3H10V7H4V3M14,13C12.89,13 12,13.89 12,15V19C12,20.11 12.89,21 14,21H11V23H23V21H20C21.11,21 22,20.11 22,19V15C22,13.89 21.11,13 20,13H14M3.88,13.46L2.46,14.88L4.59,17L2.46,19.12L3.88,20.54L6,18.41L8.12,20.54L9.54,19.12L7.41,17L9.54,14.88L8.12,13.46L6,15.59L3.88,13.46M14,15H20V19H14V15Z\" /></svg></li><li title=\"lan pending \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lan-pending\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,1C2.89,1 2,1.89 2,3V7C2,8.11 2.89,9 4,9H1V11H13V9H10C11.11,9 12,8.11 12,7V3C12,1.89 11.11,1 10,1H4M4,3H10V7H4V3M3,12V14H5V12H3M14,13C12.89,13 12,13.89 12,15V19C12,20.11 12.89,21 14,21H11V23H23V21H20C21.11,21 22,20.11 22,19V15C22,13.89 21.11,13 20,13H14M3,15V17H5V15H3M14,15H20V19H14V15M3,18V20H5V18H3M6,18V20H8V18H6M9,18V20H11V18H9Z\" /></svg></li><li title=\"lan \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lan\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,2C8.89,2 8,2.89 8,4V7C8,8.11 8.89,9 10,9H11V11H2V13H6V15H5C3.89,15 3,15.89 3,17V20C3,21.11 3.89,22 5,22H9C10.11,22 11,21.11 11,20V17C11,15.89 10.11,15 9,15H8V13H16V15H15C13.89,15 13,15.89 13,17V20C13,21.11 13.89,22 15,22H19C20.11,22 21,21.11 21,20V17C21,15.89 20.11,15 19,15H18V13H22V11H13V9H14C15.11,9 16,8.11 16,7V4C16,2.89 15.11,2 14,2H10M10,4H14V7H10V4M5,17H9V20H5V17M15,17H19V20H15V17Z\" /></svg></li><li title=\"language c \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-language-c\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.45,15.97L15.87,18.41C15.61,18.55 15.19,18.68 14.63,18.8C14.06,18.93 13.39,19 12.62,19C10.41,18.96 8.75,18.3 7.64,17.04C6.5,15.77 5.96,14.16 5.96,12.21C6,9.9 6.68,8.13 8,6.89C9.28,5.64 10.92,5 12.9,5C13.65,5 14.3,5.07 14.84,5.19C15.38,5.31 15.78,5.44 16.04,5.59L15.44,8.08L14.4,7.74C14,7.64 13.53,7.59 13,7.59C11.85,7.58 10.89,7.95 10.14,8.69C9.38,9.42 9,10.54 8.96,12.03C8.97,13.39 9.33,14.45 10.04,15.23C10.75,16 11.74,16.4 13.03,16.41L14.36,16.29C14.79,16.21 15.15,16.1 15.45,15.97Z\" /></svg></li><li title=\"language cpp \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-language-cpp\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10.5,15.97L10.91,18.41C10.65,18.55 10.23,18.68 9.67,18.8C9.1,18.93 8.43,19 7.66,19C5.45,18.96 3.79,18.3 2.68,17.04C1.56,15.77 1,14.16 1,12.21C1.05,9.9 1.72,8.13 3,6.89C4.32,5.64 5.96,5 7.94,5C8.69,5 9.34,5.07 9.88,5.19C10.42,5.31 10.82,5.44 11.08,5.59L10.5,8.08L9.44,7.74C9.04,7.64 8.58,7.59 8.05,7.59C6.89,7.58 5.93,7.95 5.18,8.69C4.42,9.42 4.03,10.54 4,12.03C4,13.39 4.37,14.45 5.08,15.23C5.79,16 6.79,16.4 8.07,16.41L9.4,16.29C9.83,16.21 10.19,16.1 10.5,15.97M11,11H13V9H15V11H17V13H15V15H13V13H11V11M18,11H20V9H22V11H24V13H22V15H20V13H18V11Z\" /></svg></li><li title=\"language csharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-language-csharp\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.5,15.97L11.91,18.41C11.65,18.55 11.23,18.68 10.67,18.8C10.1,18.93 9.43,19 8.66,19C6.45,18.96 4.79,18.3 3.68,17.04C2.56,15.77 2,14.16 2,12.21C2.05,9.9 2.72,8.13 4,6.89C5.32,5.64 6.96,5 8.94,5C9.69,5 10.34,5.07 10.88,5.19C11.42,5.31 11.82,5.44 12.08,5.59L11.5,8.08L10.44,7.74C10.04,7.64 9.58,7.59 9.05,7.59C7.89,7.58 6.93,7.95 6.18,8.69C5.42,9.42 5.03,10.54 5,12.03C5,13.39 5.37,14.45 6.08,15.23C6.79,16 7.79,16.4 9.07,16.41L10.4,16.29C10.83,16.21 11.19,16.1 11.5,15.97M13.89,19L14.5,15H13L13.34,13H14.84L15.16,11H13.66L14,9H15.5L16.11,5H18.11L17.5,9H18.5L19.11,5H21.11L20.5,9H22L21.66,11H20.16L19.84,13H21.34L21,15H19.5L18.89,19H16.89L17.5,15H16.5L15.89,19H13.89M16.84,13H17.84L18.16,11H17.16L16.84,13Z\" /></svg></li><li title=\"language css3 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-language-css3\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,3L4.35,6.34H17.94L17.5,8.5H3.92L3.26,11.83H16.85L16.09,15.64L10.61,17.45L5.86,15.64L6.19,14H2.85L2.06,18L9.91,21L18.96,18L20.16,11.97L20.4,10.76L21.94,3H5Z\" /></svg></li><li title=\"language fortran \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-language-fortran\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5 4V6H6C6.55 6 7 6.45 7 7V17C7 17.55 6.55 18 6 18H5V20H14V18H12C11.45 18 11 17.55 11 17V13H13C13.55 13 14 13.45 14 14V16H16V8H14V10C14 10.55 13.55 11 13 11H11V6H16C17.11 6 18 7.34 18 9V10H20V4Z\" /></svg></li><li title=\"language go \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-language-go\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2.64,10.33L2.62,10.27L2.84,10L2.96,9.92H6.8L6.83,10L6.65,10.26L6.54,10.32L2.64,10.33M1.03,11.31L1,11.26L1.22,10.97L1.34,10.91H6.24L6.29,11L6.21,11.24L6.11,11.31H1.03M3.63,12.3L3.59,12.24L3.75,11.96L3.85,11.9H6L6.07,11.97L6.05,12.22L5.97,12.3H3.63M14.78,10.14L13,10.61C12.81,10.65 12.8,10.66 12.66,10.5C12.5,10.32 12.39,10.21 12.16,10.1C11.5,9.76 10.83,9.86 10.22,10.25C9.5,10.73 9.11,11.42 9.12,12.3C9.13,13.16 9.72,13.87 10.57,14C11.3,14.09 11.91,13.83 12.4,13.28L12.69,12.89H10.62C10.4,12.89 10.35,12.75 10.42,12.57L10.97,11.39C11,11.33 11.08,11.22 11.24,11.22H14.68C14.83,10.72 15.09,10.26 15.43,9.81C16.21,8.78 17.16,8.24 18.43,8C19.5,7.82 20.56,7.93 21.5,8.57C22.34,9.15 22.87,9.93 23,10.96C23.19,12.41 22.76,13.59 21.76,14.61C21.05,15.33 20.18,15.78 19.19,16L18.33,16.08C17.35,16.06 16.46,15.78 15.71,15.13C15.19,14.68 14.83,14.14 14.65,13.5C14.5,13.74 14.38,13.97 14.21,14.2C13.44,15.22 12.43,15.85 11.15,16C10.1,16.16 9.12,15.95 8.26,15.31C7.47,14.71 7,13.91 6.9,12.92C6.76,11.75 7.1,10.7 7.81,9.78C8.57,8.78 9.58,8.15 10.82,7.92C11.82,7.74 12.79,7.86 13.66,8.44C14.23,8.82 14.63,9.34 14.9,9.96C14.94,10.05 14.9,10.11 14.78,10.14M20.89,11.74L20.86,11.38C20.67,10.32 19.69,9.72 18.67,9.95C17.66,10.17 17,10.8 16.79,11.81C16.6,12.65 17,13.5 17.77,13.84C18.36,14.1 18.96,14.06 19.53,13.78C20.37,13.35 20.84,12.66 20.89,11.74Z\" /></svg></li><li title=\"language haskell \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-language-haskell\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2.08,19L6.75,12L2.08,5H5.58L10.25,12L5.58,19H2.08M6.75,19L11.42,12L6.75,5H10.25L19.59,19H16.09L13.17,14.63L10.25,19H6.75M18.03,14.92L16.5,12.58H21.92V14.92H18.03M15.7,11.42L14.14,9.08H21.92V11.42H15.7Z\" /></svg></li><li title=\"language html5 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-language-html5\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,17.56L16.07,16.43L16.62,10.33H9.38L9.2,8.3H16.8L17,6.31H7L7.56,12.32H14.45L14.22,14.9L12,15.5L9.78,14.9L9.64,13.24H7.64L7.93,16.43L12,17.56M4.07,3H19.93L18.5,19.2L12,21L5.5,19.2L4.07,3Z\" /></svg></li><li title=\"language java \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-language-java\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.5,6.08C16.5,6.08 9.66,7.79 12.94,11.56C13.91,12.67 12.69,13.67 12.69,13.67C12.69,13.67 15.14,12.42 14,10.82C12.94,9.35 12.14,8.62 16.5,6.08M12.03,7.28C16.08,4.08 14,2 14,2C14.84,5.3 11.04,6.3 9.67,8.36C8.73,9.76 10.13,11.27 12,13C11.29,11.3 8.78,9.84 12.03,7.28M9.37,17.47C6.29,18.33 11.25,20.1 15.16,18.43C14.78,18.28 14.41,18.1 14.06,17.89C12.7,18.2 11.3,18.26 9.92,18.07C8.61,17.91 9.37,17.47 9.37,17.47M14.69,15.79C12.94,16.17 11.13,16.26 9.35,16.05C8.04,15.92 8.9,15.28 8.9,15.28C5.5,16.41 10.78,17.68 15.5,16.3C15.21,16.19 14.93,16 14.69,15.79M18.11,19.09C18.11,19.09 18.68,19.56 17.5,19.92C15.22,20.6 8.07,20.81 6.09,19.95C5.38,19.64 6.72,19.21 7.14,19.12C7.37,19.06 7.6,19.04 7.83,19.04C7.04,18.5 2.7,20.14 5.64,20.6C13.61,21.9 20.18,20 18.11,19.09M15.37,14.23C15.66,14.04 15.97,13.88 16.29,13.74C16.29,13.74 14.78,14 13.27,14.14C11.67,14.3 10.06,14.32 8.46,14.2C6.11,13.89 9.75,13 9.75,13C8.65,13 7.57,13.26 6.59,13.75C4.54,14.75 11.69,15.2 15.37,14.23M16.27,16.65C16.25,16.69 16.23,16.72 16.19,16.75C21.2,15.44 19.36,12.11 16.96,12.94C16.83,13 16.72,13.08 16.65,13.19C16.79,13.14 16.93,13.1 17.08,13.07C18.28,12.83 20,14.7 16.27,16.65M16.4,21.26C13.39,21.78 10.31,21.82 7.28,21.4C7.28,21.4 7.74,21.78 10.09,21.93C13.69,22.16 19.22,21.8 19.35,20.1C19.38,20.11 19.12,20.75 16.4,21.26Z\" /></svg></li><li title=\"language javascript \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-language-javascript\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,3H21V21H3V3M7.73,18.04C8.13,18.89 8.92,19.59 10.27,19.59C11.77,19.59 12.8,18.79 12.8,17.04V11.26H11.1V17C11.1,17.86 10.75,18.08 10.2,18.08C9.62,18.08 9.38,17.68 9.11,17.21L7.73,18.04M13.71,17.86C14.21,18.84 15.22,19.59 16.8,19.59C18.4,19.59 19.6,18.76 19.6,17.23C19.6,15.82 18.79,15.19 17.35,14.57L16.93,14.39C16.2,14.08 15.89,13.87 15.89,13.37C15.89,12.96 16.2,12.64 16.7,12.64C17.18,12.64 17.5,12.85 17.79,13.37L19.1,12.5C18.55,11.54 17.77,11.17 16.7,11.17C15.19,11.17 14.22,12.13 14.22,13.4C14.22,14.78 15.03,15.43 16.25,15.95L16.67,16.13C17.45,16.47 17.91,16.68 17.91,17.26C17.91,17.74 17.46,18.09 16.76,18.09C15.93,18.09 15.45,17.66 15.09,17.06L13.71,17.86Z\" /></svg></li><li title=\"language kotlin \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-language-kotlin\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2 2H22L12 12L22 22H2Z\" /></svg></li><li title=\"language lua \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-language-lua\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10.5,5A8.5,8.5 0 0,0 2,13.5A8.5,8.5 0 0,0 10.5,22A8.5,8.5 0 0,0 19,13.5A8.5,8.5 0 0,0 10.5,5M13.5,13A2.5,2.5 0 0,1 11,10.5A2.5,2.5 0 0,1 13.5,8A2.5,2.5 0 0,1 16,10.5A2.5,2.5 0 0,1 13.5,13M19.5,2A2.5,2.5 0 0,0 17,4.5A2.5,2.5 0 0,0 19.5,7A2.5,2.5 0 0,0 22,4.5A2.5,2.5 0 0,0 19.5,2\" /></svg></li><li title=\"language markdown outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-language-markdown-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.56 18H3.44C2.65 18 2 17.37 2 16.59V7.41C2 6.63 2.65 6 3.44 6H20.56C21.35 6 22 6.63 22 7.41V16.59C22 17.37 21.35 18 20.56 18M3.44 6.94C3.18 6.94 2.96 7.15 2.96 7.41V16.6C2.96 16.85 3.18 17.06 3.44 17.06H20.56C20.82 17.06 21.04 16.85 21.04 16.6V7.41C21.04 7.15 20.82 6.94 20.56 6.94H3.44M4.89 15.19V8.81H6.81L8.73 11.16L10.65 8.81H12.58V15.19H10.65V11.53L8.73 13.88L6.81 11.53V15.19H4.89M16.9 15.19L14 12.09H15.94V8.81H17.86V12.09H19.79L16.9 15.19\" /></svg></li><li title=\"language markdown \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-language-markdown\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.56 18H3.44C2.65 18 2 17.37 2 16.59V7.41C2 6.63 2.65 6 3.44 6H20.56C21.35 6 22 6.63 22 7.41V16.59C22 17.37 21.35 18 20.56 18M6.81 15.19V11.53L8.73 13.88L10.65 11.53V15.19H12.58V8.81H10.65L8.73 11.16L6.81 8.81H4.89V15.19H6.81M19.69 12H17.77V8.81H15.85V12H13.92L16.81 15.28L19.69 12Z\" /></svg></li><li title=\"language php \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-language-php\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,18.08C5.37,18.08 0,15.36 0,12C0,8.64 5.37,5.92 12,5.92C18.63,5.92 24,8.64 24,12C24,15.36 18.63,18.08 12,18.08M6.81,10.13C7.35,10.13 7.72,10.23 7.9,10.44C8.08,10.64 8.12,11 8.03,11.47C7.93,12 7.74,12.34 7.45,12.56C7.17,12.78 6.74,12.89 6.16,12.89H5.29L5.82,10.13H6.81M3.31,15.68H4.75L5.09,13.93H6.32C6.86,13.93 7.3,13.87 7.65,13.76C8,13.64 8.32,13.45 8.61,13.18C8.85,12.96 9.04,12.72 9.19,12.45C9.34,12.19 9.45,11.89 9.5,11.57C9.66,10.79 9.55,10.18 9.17,9.75C8.78,9.31 8.18,9.1 7.35,9.1H4.59L3.31,15.68M10.56,7.35L9.28,13.93H10.7L11.44,10.16H12.58C12.94,10.16 13.18,10.22 13.29,10.34C13.4,10.46 13.42,10.68 13.36,11L12.79,13.93H14.24L14.83,10.86C14.96,10.24 14.86,9.79 14.56,9.5C14.26,9.23 13.71,9.1 12.91,9.1H11.64L12,7.35H10.56M18,10.13C18.55,10.13 18.91,10.23 19.09,10.44C19.27,10.64 19.31,11 19.22,11.47C19.12,12 18.93,12.34 18.65,12.56C18.36,12.78 17.93,12.89 17.35,12.89H16.5L17,10.13H18M14.5,15.68H15.94L16.28,13.93H17.5C18.05,13.93 18.5,13.87 18.85,13.76C19.2,13.64 19.5,13.45 19.8,13.18C20.04,12.96 20.24,12.72 20.38,12.45C20.53,12.19 20.64,11.89 20.7,11.57C20.85,10.79 20.74,10.18 20.36,9.75C20,9.31 19.37,9.1 18.54,9.1H15.79L14.5,15.68Z\" /></svg></li><li title=\"language python \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-language-python\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.14,7.5A2.86,2.86 0 0,1 22,10.36V14.14A2.86,2.86 0 0,1 19.14,17H12C12,17.39 12.32,17.96 12.71,17.96H17V19.64A2.86,2.86 0 0,1 14.14,22.5H9.86A2.86,2.86 0 0,1 7,19.64V15.89C7,14.31 8.28,13.04 9.86,13.04H15.11C16.69,13.04 17.96,11.76 17.96,10.18V7.5H19.14M14.86,19.29C14.46,19.29 14.14,19.59 14.14,20.18C14.14,20.77 14.46,20.89 14.86,20.89A0.71,0.71 0 0,0 15.57,20.18C15.57,19.59 15.25,19.29 14.86,19.29M4.86,17.5C3.28,17.5 2,16.22 2,14.64V10.86C2,9.28 3.28,8 4.86,8H12C12,7.61 11.68,7.04 11.29,7.04H7V5.36C7,3.78 8.28,2.5 9.86,2.5H14.14C15.72,2.5 17,3.78 17,5.36V9.11C17,10.69 15.72,11.96 14.14,11.96H8.89C7.31,11.96 6.04,13.24 6.04,14.82V17.5H4.86M9.14,5.71C9.54,5.71 9.86,5.41 9.86,4.82C9.86,4.23 9.54,4.11 9.14,4.11C8.75,4.11 8.43,4.23 8.43,4.82C8.43,5.41 8.75,5.71 9.14,5.71Z\" /></svg></li><li title=\"language r \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-language-r\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,4.29C6.5,4.29 2,7.29 2,11C2,14.28 5.56,17 10.24,17.58V19.71H13.65V17.59C14.5,17.5 15.29,17.34 16.04,17.11L17.42,19.71H21.28L18.96,15.8C20.83,14.58 22,12.87 22,11C22,7.29 17.5,4.29 12,4.29V4.29M13.53,6.91C17.73,6.91 20.83,8.31 20.83,11.5C20.83,13.21 19.91,14.41 18.41,15.15C18.32,15.1 18.24,15.05 18.19,15C17.83,14.84 17.23,14.66 17.23,14.66C17.23,14.66 20.21,14.44 20.21,11.47C20.21,8.5 17.09,8.45 17.09,8.45H10.24V15.61C7.69,14.87 5.93,13.3 5.93,11.5C5.93,8.96 9.33,6.91 13.53,6.91M13.68,10.89H15.75C15.75,10.89 16.7,10.84 16.7,11.83C16.7,12.8 15.75,12.8 15.75,12.8H13.68V10.89M13.65,15.3H14.57C14.75,15.3 14.84,15.35 15,15.5C15.13,15.6 15.27,15.79 15.39,15.96C14.84,16.03 14.26,16.06 13.65,16.06V15.3Z\" /></svg></li><li title=\"language ruby on rails \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-language-ruby-on-rails\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.8,16.7C19.8,16.7 21.6,16.5 21.6,14.3C21.6,12.1 19.5,11.8 19.5,11.8H15.7V19H17.6V17.3L19.3,19H22L19.8,16.7M19,15.3H17.5V13.7H19C19,13.7 19.4,13.9 19.4,14.5C19.5,15.1 19,15.3 19,15.3M21.3,8.2V8.4C13.2,6.1 10,13.2 10.6,18.7C10.6,18.7 4.9,18.7 4.3,18.7C5,13.3 11.8,2.6 21.3,8.2M20.5,6.9C19.8,6.6 19.1,6.3 18.4,6.1L18.5,4.8L20.6,5.6L20.5,6.9M18.5,8.7C19.2,8.7 19.9,8.8 20.6,9L20.5,10.2L18.7,10L18.5,8.7M13.9,5.8L13.5,4.6L15.6,4.4L16,5.7C15.8,5.7 14.1,5.8 13.9,5.8M15.2,9.5C15.6,9.3 16.3,9 17.2,8.8L17.6,10L15.8,10.7L15.2,9.5M11.8,6.5C11.2,6.8 10.6,7.1 10,7.5L9.2,6.2L11,5.2L11.8,6.5M14.3,10.1L15.1,11.3L14,12.6L12.9,11.6C13.2,11 13.7,10.5 14.3,10.1M11.6,15C11.7,14.2 11.9,13.5 12.2,12.7L13.4,13.7L13.1,15.6L11.6,15M7.9,9.3C7.4,9.8 6.9,10.4 6.5,10.9L5.2,9.8L6.7,8.2L7.9,9.3M4.8,13.7C4.4,14.5 4.1,15.3 3.8,16L2,15.3L2.9,13L4.8,13.7M11.5,16.3L13.3,16.9L13.6,18.9L11.6,18.4C11.6,18.2 11.5,17.5 11.5,16.3Z\" /></svg></li><li title=\"language ruby \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-language-ruby\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.8,2.07C21.32,2.5 22.04,4.23 22,6.04V6L20.86,20.93L6.08,21.94H6.09C4.86,21.89 2.13,21.77 2,17.95L3.37,15.45L6.14,21.91L8.5,14.29L8.45,14.3L8.47,14.28L16.18,16.74L14.19,8.96L21.54,8.5L15.75,3.76L18.8,2.06V2.07M2,17.91V17.93L2,17.91V17.91M6.28,6.23C9.24,3.28 13.07,1.54 14.54,3.03C16,4.5 14.46,8.12 11.5,11.06C8.5,14 4.73,15.84 3.26,14.36C1.79,12.87 3.3,9.17 6.27,6.23H6.28Z\" /></svg></li><li title=\"language rust \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-language-rust\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.9 11.7L21 11.2V11L21.7 10.3C21.8 10.2 21.8 10 21.7 9.9L21.6 9.8L20.7 9.5C20.7 9.4 20.7 9.3 20.6 9.3L21.2 8.5C21.3 8.4 21.3 8.2 21.1 8.1C21.1 8.1 21 8.1 21 8L20 7.8C20 7.7 19.9 7.7 19.9 7.6L20.3 6.7V6.4C20.2 6.3 20.1 6.3 20 6.3H19C19 6.3 19 6.2 18.9 6.2L19.1 5.2C19.1 5 19 4.9 18.9 4.9H18.8L17.8 5.1C17.8 5 17.7 5 17.6 4.9V3.9C17.6 3.7 17.5 3.6 17.3 3.6H17.2L16.3 4H16.2L16 3C16 2.8 15.8 2.7 15.7 2.8H15.6L14.8 3.4C14.7 3.4 14.6 3.4 14.6 3.3L14.3 2.4C14.2 2.3 14.1 2.2 13.9 2.2C13.9 2.2 13.8 2.2 13.8 2.3L13 3H12.8L12.3 2.2C12.2 2 12 2 11.8 2L11.7 2.1L11.2 3H11L10.3 2.3C10.2 2.2 10 2.2 9.9 2.3L9.8 2.4L9.5 3.3C9.4 3.3 9.3 3.3 9.3 3.4L8.5 2.8C8.3 2.7 8.1 2.7 8 2.9V3L7.8 4C7.8 4 7.7 4 7.6 4.1L6.7 3.7C6.6 3.6 6.4 3.7 6.3 3.8V4.9C6.3 5 6.2 5 6.2 5.1L5.2 4.9C5 4.8 4.9 4.9 4.9 5.1V5.2L5.1 6.2C5 6.2 5 6.3 4.9 6.3H3.9C3.7 6.3 3.6 6.4 3.6 6.6V6.7L4 7.6V7.8L3 8C2.8 8 2.7 8.2 2.7 8.3V8.4L3.3 9.2C3.3 9.3 3.3 9.4 3.2 9.4L2.4 9.8C2.3 9.9 2.2 10 2.2 10.2C2.2 10.2 2.2 10.3 2.3 10.3L3 11V11.2L2.2 11.7C2 11.8 2 12 2 12.1L2.1 12.2L3 12.8V13L2.3 13.7C2.2 13.8 2.2 14 2.3 14.1L2.4 14.2L3.3 14.5C3.3 14.6 3.3 14.7 3.4 14.7L2.8 15.5C2.7 15.6 2.7 15.8 2.9 15.9C2.9 15.9 3 15.9 3 16L4 16.2C4 16.3 4.1 16.3 4.1 16.4L3.7 17.3C3.6 17.4 3.7 17.6 3.8 17.7H4.9C5 17.7 5 17.8 5.1 17.8L4.9 18.8C4.9 19 5 19.1 5.1 19.1H5.2L6.2 18.9C6.2 19 6.3 19 6.4 19.1V20.1C6.4 20.3 6.5 20.4 6.7 20.4H6.8L7.7 20H7.8L8 21C8 21.2 8.2 21.3 8.3 21.2H8.4L9.2 20.6C9.3 20.6 9.4 20.6 9.4 20.7L9.7 21.6C9.8 21.7 9.9 21.8 10.1 21.8C10.1 21.8 10.2 21.8 10.2 21.7L11 21H11.2L11.7 21.8C11.8 21.9 12 22 12.1 21.9L12.2 21.8L12.7 21H12.9L13.6 21.7C13.7 21.8 13.9 21.8 14 21.7L14.1 21.6L14.4 20.7C14.5 20.7 14.6 20.7 14.6 20.6L15.4 21.2C15.5 21.3 15.7 21.3 15.8 21.1C15.8 21.1 15.8 21 15.9 21L16.1 20C16.2 20 16.2 19.9 16.3 19.9L17.2 20.3C17.3 20.4 17.5 20.3 17.6 20.2V19.1L17.8 18.9L18.8 19.1C19 19.1 19.1 19 19.1 18.9V18.8L18.9 17.8L19.1 17.6H20.1C20.3 17.6 20.4 17.5 20.4 17.3V17.2L20 16.3C20 16.2 20.1 16.2 20.1 16.1L21.1 15.9C21.3 15.9 21.4 15.7 21.3 15.6V15.5L20.7 14.7L20.8 14.5L21.7 14.2C21.8 14.1 21.9 14 21.9 13.8C21.9 13.8 21.9 13.7 21.8 13.7L21 13V12.8L21.8 12.3C22 12.2 22 12 21.9 11.7C21.9 11.8 21.9 11.8 21.9 11.7M16.2 18.7C15.9 18.6 15.7 18.3 15.7 18C15.8 17.7 16.1 17.5 16.4 17.5C16.7 17.6 16.9 17.9 16.9 18.2C16.9 18.6 16.6 18.8 16.2 18.7M16 16.8C15.7 16.7 15.4 16.9 15.4 17.2L15 18.6C14.1 19 13.1 19.2 12 19.2C10.9 19.2 9.9 19 8.9 18.5L8.6 17.1C8.5 16.8 8.3 16.6 8 16.7L6.8 17C6.6 16.8 6.4 16.5 6.2 16.3H12.2C12.3 16.3 12.3 16.3 12.3 16.2V14.1C12.3 14 12.3 14 12.2 14H10.5V12.7H12.4C12.6 12.7 13.3 12.7 13.6 13.7C13.7 14 13.8 15 14 15.3C14.1 15.6 14.6 16.3 15.1 16.3H18.2C18 16.6 17.8 16.8 17.5 17.1L16 16.8M7.7 18.7C7.4 18.8 7.1 18.6 7 18.2C6.9 17.9 7.1 17.6 7.5 17.5S8.1 17.6 8.2 18C8.2 18.3 8 18.6 7.7 18.7M5.4 9.5C5.5 9.8 5.4 10.2 5.1 10.3C4.8 10.4 4.4 10.3 4.3 10C4.2 9.7 4.3 9.3 4.6 9.2C5 9.1 5.3 9.2 5.4 9.5M4.7 11.1L6 10.6C6.3 10.5 6.4 10.2 6.3 9.9L6 9.3H7V14H5C4.7 13 4.6 12.1 4.7 11.1M10.3 10.7V9.3H12.8C12.9 9.3 13.7 9.4 13.7 10C13.7 10.5 13.1 10.7 12.6 10.7H10.3M19.3 11.9V12.4H18.5C18.4 12.4 18.4 12.4 18.4 12.5V12.8C18.4 13.6 17.9 13.8 17.5 13.8C17.1 13.8 16.7 13.6 16.6 13.4C16.4 12.1 16 11.9 15.4 11.4C16.1 10.9 16.9 10.2 16.9 9.3C16.9 8.3 16.2 7.7 15.8 7.4C15.1 7 14.4 6.9 14.2 6.9H6.6C7.7 5.7 9.1 4.9 10.7 4.6L11.6 5.6C11.8 5.8 12.1 5.8 12.4 5.6L13.4 4.6C15.5 5 17.3 6.3 18.4 8.2L17.7 9.8C17.6 10.1 17.7 10.4 18 10.5L19.3 11.1V11.9M11.6 3.9C11.8 3.7 12.2 3.7 12.4 3.9C12.6 4.1 12.6 4.5 12.4 4.7C12.1 5 11.8 5 11.5 4.7C11.3 4.5 11.4 4.2 11.6 3.9M18.5 9.5C18.6 9.2 19 9.1 19.3 9.2C19.6 9.3 19.7 9.7 19.6 10C19.5 10.3 19.1 10.4 18.8 10.3C18.5 10.2 18.4 9.8 18.5 9.5Z\" /></svg></li><li title=\"language swift \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-language-swift\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17.09,19.72C14.73,21.08 11.5,21.22 8.23,19.82C5.59,18.7 3.4,16.74 2,14.5C2.67,15.05 3.46,15.5 4.3,15.9C7.67,17.47 11.03,17.36 13.4,15.9C10.03,13.31 7.16,9.94 5.03,7.19C4.58,6.74 4.25,6.18 3.91,5.68C12.19,11.73 11.83,13.27 6.32,4.67C11.21,9.61 15.75,12.41 15.75,12.41C15.91,12.5 16,12.57 16.11,12.63C16.21,12.38 16.3,12.12 16.37,11.85C17.16,9 16.26,5.73 14.29,3.04C18.84,5.79 21.54,10.95 20.41,15.28C20.38,15.39 20.35,15.5 20.36,15.67C22.6,18.5 22,21.45 21.71,20.89C20.5,18.5 18.23,19.24 17.09,19.72V19.72Z\" /></svg></li><li title=\"language typescript \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-language-typescript\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,3H21V21H3V3M13.71,17.86C14.21,18.84 15.22,19.59 16.8,19.59C18.4,19.59 19.6,18.76 19.6,17.23C19.6,15.82 18.79,15.19 17.35,14.57L16.93,14.39C16.2,14.08 15.89,13.87 15.89,13.37C15.89,12.96 16.2,12.64 16.7,12.64C17.18,12.64 17.5,12.85 17.79,13.37L19.1,12.5C18.55,11.54 17.77,11.17 16.7,11.17C15.19,11.17 14.22,12.13 14.22,13.4C14.22,14.78 15.03,15.43 16.25,15.95L16.67,16.13C17.45,16.47 17.91,16.68 17.91,17.26C17.91,17.74 17.46,18.09 16.76,18.09C15.93,18.09 15.45,17.66 15.09,17.06L13.71,17.86M13,11.25H8V12.75H9.5V20H11.25V12.75H13V11.25Z\" /></svg></li><li title=\"language xaml \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-language-xaml\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.93 7.9L19.31 12L16.95 16.09L16.33 15L17.8 12.5C17.97 12.19 17.97 11.83 17.8 11.54L16.32 9L16.93 7.9M16.92 6.57C16.89 6.57 16.85 6.59 16.83 6.62L15.56 8.87C15.5 8.94 15.5 9 15.56 9.09L17.18 11.9C17.22 11.97 17.22 12.05 17.18 12.12L15.57 14.91C15.53 14.97 15.53 15.06 15.57 15.13L16.85 17.36C16.87 17.4 16.91 17.42 16.94 17.42C17 17.42 17 17.4 17.04 17.36L20 12.23C20.08 12.09 20.08 11.92 20 11.79L17 6.62C17 6.59 16.96 6.57 16.92 6.57M21.91 11.67L17.23 3.58C17.11 3.38 16.89 3.25 16.66 3.25H7.28C7.05 3.25 6.83 3.38 6.71 3.58L2 11.67C1.91 11.87 1.91 12.13 2 12.33L6.71 20.42C6.83 20.62 7.05 20.75 7.28 20.75H16.66C16.89 20.75 17.11 20.62 17.23 20.42L21.91 12.33C22.03 12.13 22.03 11.88 21.91 11.67M7.3 3.95H16.12L11.76 11.65H6.93L10.87 4.82C10.91 4.75 10.86 4.66 10.78 4.66L8.21 4.65C8.13 4.65 8.06 4.7 8 4.76L4.04 11.65H2.84L7.3 3.95M6.17 12.46L9.74 18.63L8.5 18.63L4.87 12.35L4.67 12L4.87 11.65L8.5 5.37L9.73 5.37L6.17 11.53C6.15 11.57 6.13 11.61 6.11 11.65C6.03 11.88 6.03 12.13 6.12 12.35C6.13 12.39 6.15 12.43 6.17 12.46M7.3 20.05L2.85 12.35H4.05L8.03 19.23C8.07 19.3 8.14 19.34 8.22 19.34L10.79 19.34C10.87 19.34 10.92 19.25 10.88 19.18L6.94 12.35H11.77L16.17 20.05H7.3M16.8 19.75L12.37 12L16.78 4.21L21.29 12L16.8 19.75Z\" /></svg></li><li title=\"laptop off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-laptop-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M1,4.27L2.28,3L20,20.72L18.73,22L16.73,20H0V18H4C2.89,18 2,17.1 2,16V6C2,5.78 2.04,5.57 2.1,5.37L1,4.27M4,16H12.73L4,7.27V16M20,16V6H7.82L5.82,4H20A2,2 0 0,1 22,6V16A2,2 0 0,1 20,18H24V20H21.82L17.82,16H20Z\" /></svg></li><li title=\"laptop \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-laptop\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,6H20V16H4M20,18A2,2 0 0,0 22,16V6C22,4.89 21.1,4 20,4H4C2.89,4 2,4.89 2,6V16A2,2 0 0,0 4,18H0V20H24V18H20Z\" /></svg></li><li title=\"laravel \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-laravel\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.7 6.53C21.71 6.55 21.71 6.58 21.71 6.61V10.9C21.71 11 21.65 11.12 21.56 11.17L17.95 13.25V17.36C17.95 17.47 17.9 17.57 17.8 17.63L10.28 21.96C10.26 21.97 10.24 22 10.22 22L10.2 22C10.15 22 10.09 22 10.04 22C10.03 22 10 22 10 22C10 22 10 21.97 9.96 21.96L2.44 17.63C2.35 17.58 2.29 17.47 2.29 17.36V4.5C2.29 4.45 2.29 4.42 2.3 4.4C2.3 4.39 2.31 4.38 2.31 4.37C2.31 4.35 2.32 4.34 2.33 4.32C2.33 4.31 2.34 4.3 2.35 4.29C2.36 4.28 2.37 4.27 2.38 4.26C2.39 4.25 2.4 4.24 2.41 4.23C2.42 4.22 2.43 4.21 2.44 4.21L6.2 2.04C6.3 2 6.42 2 6.5 2.04L10.28 4.21H10.28C10.29 4.22 10.3 4.22 10.31 4.23C10.32 4.24 10.33 4.25 10.34 4.26C10.35 4.27 10.36 4.28 10.37 4.29C10.38 4.3 10.39 4.31 10.39 4.32C10.4 4.34 10.41 4.35 10.41 4.37C10.41 4.38 10.42 4.39 10.42 4.4C10.43 4.43 10.43 4.45 10.43 4.5V12.5L13.57 10.72V6.61C13.57 6.58 13.57 6.55 13.58 6.53L13.59 6.5C13.59 6.5 13.6 6.47 13.61 6.45C13.61 6.44 13.62 6.43 13.63 6.42C13.64 6.41 13.65 6.4 13.66 6.39C13.67 6.38 13.68 6.37 13.69 6.36C13.7 6.35 13.71 6.34 13.72 6.34L17.5 4.17C17.58 4.11 17.7 4.11 17.8 4.17L21.56 6.34C21.57 6.34 21.58 6.35 21.59 6.36L21.62 6.39C21.63 6.4 21.64 6.41 21.65 6.42C21.66 6.43 21.66 6.44 21.67 6.45C21.68 6.47 21.68 6.5 21.69 6.5C21.7 6.5 21.7 6.5 21.7 6.53M21.09 10.72V7.15L17.95 8.95V12.5L21.09 10.72M17.33 17.18V13.6L10.43 17.54V21.15L17.33 17.18M2.91 5V17.18L9.81 21.15V17.54L6.21 15.5L6.2 15.5L6.2 15.5C6.19 15.5 6.18 15.5 6.17 15.47C6.16 15.47 6.15 15.46 6.14 15.45V15.45C6.13 15.44 6.12 15.43 6.11 15.42C6.1 15.41 6.1 15.4 6.09 15.39V15.39C6.08 15.37 6.08 15.36 6.07 15.35C6.07 15.33 6.06 15.32 6.06 15.31C6.05 15.3 6.05 15.28 6.05 15.27C6.05 15.25 6.05 15.24 6.05 15.23V6.82L2.91 5M6.36 2.68L3.23 4.5L6.36 6.28L9.5 4.5L6.36 2.68M9.81 12.88V5L6.67 6.82V14.69L9.81 12.88M17.64 4.8L14.5 6.61L17.64 8.41L20.77 6.61L17.64 4.8M17.33 8.95L14.19 7.15V10.72L17.33 12.5V8.95M10.12 17L17 13.06L13.88 11.26L7 15.23L10.12 17Z\" /></svg></li><li title=\"laser pointer \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-laser-pointer\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9 13L5 16C4 16.88 3.86 18.12 4 19C4.13 20 4.91 21.22 6 21.68C7.57 22.35 9.09 21.9 10.04 20.92L19 13C20.86 11.62 20 9 18 9H12L19.46 4.61C19.9 4.29 20.08 3.82 20.06 3.37C20 2.67 19.46 2 18.6 2H18.54C18.19 2 17.86 2.11 17.56 2.29L5 9C4.19 9.46 3.94 10.24 4 11C4.05 12.03 4.74 13 6 13M5 18.5C5 17.12 6.12 16 7.5 16S10 17.12 10 18.5 8.88 21 7.5 21 5 19.88 5 18.5Z\" /></svg></li><li title=\"lasso \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lasso\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2C17.5 2 22 5.13 22 9C22 12.26 18.81 15 14.5 15.78L14.5 15.5C14.5 14.91 14.4 14.34 14.21 13.81C17.55 13.21 20 11.28 20 9C20 6.24 16.42 4 12 4C7.58 4 4 6.24 4 9C4 10.19 4.67 11.29 5.79 12.15C5.35 12.64 5 13.21 4.78 13.85C3.06 12.59 2 10.88 2 9C2 5.13 6.5 2 12 2M9.5 12C11.43 12 13 13.57 13 15.5C13 17.4 11.5 18.95 9.6 19C9.39 19.36 9.18 20 9.83 20.68C11 21.88 13.28 19.72 16.39 19.71C18.43 19.7 20.03 19.97 20.03 19.97C20.03 19.97 21.08 20.1 20.97 21.04C20.86 21.97 19.91 21.97 19.91 21.97C19.53 21.93 18.03 21.58 16.22 21.68C14.41 21.77 13.47 22.41 12.56 22.69C11.66 22.97 9.91 23.38 8.3 22.05C6.97 20.96 7.46 19.11 7.67 18.5C6.67 17.87 6 16.76 6 15.5C6 13.57 7.57 12 9.5 12M9.5 14C8.67 14 8 14.67 8 15.5C8 16.33 8.67 17 9.5 17C10.33 17 11 16.33 11 15.5C11 14.67 10.33 14 9.5 14Z\" /></svg></li><li title=\"lastpass \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lastpass\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,12A2,2 0 0,1 16,10A2,2 0 0,1 18,12A2,2 0 0,1 16,14A2,2 0 0,1 14,12M8,12A2,2 0 0,1 10,10A2,2 0 0,1 12,12A2,2 0 0,1 10,14A2,2 0 0,1 8,12M2,12A2,2 0 0,1 4,10A2,2 0 0,1 6,12A2,2 0 0,1 4,14A2,2 0 0,1 2,12M22,5H20V19H22V5Z\" /></svg></li><li title=\"latitude \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-latitude\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2C6.5 2 2 6.5 2 12S6.5 22 12 22 22 17.5 22 12 17.5 2 12 2M12 4C15 4 17.5 5.6 18.9 8H5.1C6.5 5.6 9 4 12 4M12 20C9 20 6.5 18.4 5.1 16H18.9C17.5 18.4 15 20 12 20M4.3 14C4.1 13.4 4 12.7 4 12S4.1 10.6 4.3 10H19.8C20 10.6 20.1 11.3 20.1 12S20 13.4 19.8 14H4.3Z\" /></svg></li><li title=\"launch \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-launch\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,3V5H17.59L7.76,14.83L9.17,16.24L19,6.41V10H21V3M19,19H5V5H12V3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V12H19V19Z\" /></svg></li><li title=\"lava lamp \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lava-lamp\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,3L8,16H16L14,3H10M11.5,5.75A0.75,0.75 0 0,1 12.25,6.5A0.75,0.75 0 0,1 11.5,7.25A0.75,0.75 0 0,1 10.75,6.5A0.75,0.75 0 0,1 11.5,5.75M12.5,8.5A1,1 0 0,1 13.5,9.5A1,1 0 0,1 12.5,10.5A1,1 0 0,1 11.5,9.5A1,1 0 0,1 12.5,8.5M11.5,12A1.5,1.5 0 0,1 13,13.5A1.5,1.5 0 0,1 11.5,15A1.5,1.5 0 0,1 10,13.5A1.5,1.5 0 0,1 11.5,12M8,17L10,19L8,21H16L14,19L16,17H8Z\" /></svg></li><li title=\"layers edit \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-layers-edit\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4.63 10.27L3 9L12 2L19.94 8.17L12.5 15.61L12 16L4.63 10.27M10 18.94V18.11L10.59 17.53L10.63 17.5L4.62 12.81L3 14.07L10 19.5V18.94M21.7 12.58L20.42 11.3C20.21 11.09 19.86 11.09 19.65 11.3L18.65 12.3L20.7 14.35L21.7 13.35C21.91 13.14 21.91 12.79 21.7 12.58M12 21H14.06L20.11 14.93L18.06 12.88L12 18.94V21Z\" /></svg></li><li title=\"layers minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-layers-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,17V19H14V17H22M11,16L2,9L11,2L20,9L11,16M11,18.54L12,17.75V18C12,18.71 12.12,19.39 12.35,20L11,21.07L2,14.07L3.62,12.81L11,18.54Z\" /></svg></li><li title=\"layers off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-layers-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,4.53L10.83,5.44L9.41,4L12,2L21,9L17.28,11.89L15.85,10.47L17.74,9L12,4.53M21,14.07L20.13,14.75L18.7,13.32L19.37,12.8L21,14.07M3.41,0.86L22.14,19.59L20.73,21L16.95,17.22L12,21.07L3,14.07L4.62,12.81L12,18.54L15.5,15.79L14.1,14.37L12,16L3,9L6.22,6.5L2,2.27L3.41,0.86M12,13.47L12.67,12.94L7.65,7.92L6.26,9L12,13.47Z\" /></svg></li><li title=\"layers off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-layers-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3.27,1L2,2.27L6.22,6.5L3,9L4.63,10.27L12,16L14.1,14.37L15.53,15.8L12,18.54L4.63,12.81L3,14.07L12,21.07L16.95,17.22L20.73,21L22,19.73L3.27,1M19.36,10.27L21,9L12,2L9.09,4.27L16.96,12.15L19.36,10.27M19.81,15L21,14.07L19.57,12.64L18.38,13.56L19.81,15Z\" /></svg></li><li title=\"layers outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-layers-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,18.54L19.37,12.8L21,14.07L12,21.07L3,14.07L4.62,12.81L12,18.54M12,16L3,9L12,2L21,9L12,16M12,4.53L6.26,9L12,13.47L17.74,9L12,4.53Z\" /></svg></li><li title=\"layers plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-layers-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,14H19V17H22V19H19V22H17V19H14V17H17V14M11,16L2,9L11,2L20,9L11,16M11,18.54L12,17.75V18C12,18.71 12.12,19.39 12.35,20L11,21.07L2,14.07L3.62,12.81L11,18.54Z\" /></svg></li><li title=\"layers remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-layers-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.46,15.88L15.88,14.46L18,16.59L20.12,14.46L21.54,15.88L19.41,18L21.54,20.12L20.12,21.54L18,19.41L15.88,21.54L14.46,20.12L16.59,18L14.46,15.88M11,16L2,9L11,2L20,9L11,16M11,18.54L12,17.75V18C12,18.71 12.12,19.39 12.35,20L11,21.07L2,14.07L3.62,12.81L11,18.54Z\" /></svg></li><li title=\"layers search outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-layers-search-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.31 18.9C19.75 18.21 20 17.38 20 16.5C20 14 18 12 15.5 12S11 14 11 16.5 13 21 15.5 21C16.37 21 17.19 20.75 17.88 20.32L21 23.39L22.39 22L19.31 18.9M15.5 19C14.12 19 13 17.88 13 16.5S14.12 14 15.5 14 18 15.12 18 16.5 16.88 19 15.5 19M9.59 19.2L3 14.07L4.62 12.81L9 16.22C9 16.32 9 16.41 9 16.5C9 17.46 9.22 18.38 9.59 19.2M9.5 14.04L3 9L12 2L21 9L18.66 10.82C17.96 10.44 17.19 10.18 16.37 10.07L17.74 9L12 4.53L6.26 9L10.53 12.32C10.1 12.84 9.74 13.42 9.5 14.04Z\" /></svg></li><li title=\"layers search \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-layers-search\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.31 18.9C19.75 18.21 20 17.38 20 16.5C20 14 18 12 15.5 12S11 14 11 16.5 13 21 15.5 21C16.37 21 17.19 20.75 17.88 20.32L21 23.39L22.39 22L19.31 18.9M15.5 19C14.12 19 13 17.88 13 16.5S14.12 14 15.5 14 18 15.12 18 16.5 16.88 19 15.5 19M9.59 19.2L3 14.07L4.62 12.81L9 16.22C9 16.32 9 16.41 9 16.5C9 17.46 9.22 18.38 9.59 19.2M4.63 10.27L3 9L12 2L21 9L19.36 10.27L18.65 10.82C17.72 10.3 16.64 10 15.5 10C12.79 10 10.46 11.68 9.5 14.05L4.63 10.27Z\" /></svg></li><li title=\"layers triple outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-layers-triple-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 16.54L19.37 10.8L21 12.07L12 19.07L3 12.07L4.62 10.81L12 16.54M12 14L3 7L12 0L21 7L12 14M12 2.53L6.26 7L12 11.47L17.74 7L12 2.53M12 21.47L19.37 15.73L21 17L12 24L3 17L4.62 15.74L12 21.47\" /></svg></li><li title=\"layers triple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-layers-triple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 0L3 7L4.63 8.27L12 14L19.36 8.27L21 7L12 0M19.37 10.73L12 16.47L4.62 10.74L3 12L12 19L21 12L19.37 10.73M19.37 15.73L12 21.47L4.62 15.74L3 17L12 24L21 17L19.37 15.73Z\" /></svg></li><li title=\"layers \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-layers\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,16L19.36,10.27L21,9L12,2L3,9L4.63,10.27M12,18.54L4.62,12.81L3,14.07L12,21.07L21,14.07L19.37,12.8L12,18.54Z\" /></svg></li><li title=\"lead pencil \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lead-pencil\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.84,2.73C16.45,2.73 16.07,2.88 15.77,3.17L13.65,5.29L18.95,10.6L21.07,8.5C21.67,7.89 21.67,6.94 21.07,6.36L17.9,3.17C17.6,2.88 17.22,2.73 16.84,2.73M12.94,6L4.84,14.11L7.4,14.39L7.58,16.68L9.86,16.85L10.15,19.41L18.25,11.3M4.25,15.04L2.5,21.73L9.2,19.94L8.96,17.78L6.65,17.61L6.47,15.29\" /></svg></li><li title=\"leaf circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-leaf-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8.04 16.34C9.05 13.83 10.19 10.96 14.5 10C14.5 10 9.5 10 7.88 14.63C7.88 14.63 7 13.75 7 12.75S8 9.63 10.5 9.13C11.21 9 12 8.87 12.78 8.76C14.75 8.5 16.64 8.22 17 7.5C17 7.5 15.5 16 10 16C9.82 16 9.57 15.94 9.33 15.85L8.86 17L7.91 16.67L8.04 16.34M12 4C16.41 4 20 7.59 20 12S16.41 20 12 20 4 16.41 4 12 7.59 4 12 4M12 2C6.5 2 2 6.5 2 12S6.5 22 12 22 22 17.5 22 12 17.5 2 12 2Z\" /></svg></li><li title=\"leaf circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-leaf-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2C6.5 2 2 6.5 2 12S6.5 22 12 22 22 17.5 22 12 17.5 2 12 2M9.6 17.2C9.38 17.2 9.08 17.12 8.8 17L8.23 18.4L7.09 18L7.25 17.61C8.45 14.59 9.83 11.15 15 10C15 10 9 10 7.05 15.55C7.05 15.55 6 14.5 6 13.3S7.2 9.55 10.2 8.95C11.05 8.78 12 8.65 12.94 8.5C15.3 8.18 17.57 7.86 18 7C18 7 16.2 17.2 9.6 17.2Z\" /></svg></li><li title=\"leaf maple off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-leaf-maple-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.11 14.91L8.2 5H10L12 2L14 5H16L14.37 9.9L17.79 6L18.79 7.73L22.39 7.96L20.79 11.19L21.79 13L18.11 14.91M2.39 1.73L1.11 3L5.45 7.34L5.21 7.77L1.61 8L3.21 11.27L2.21 13L8 16L7 18L11 17.25V21H13V17.25L15.91 17.8L20.84 22.73L22.11 21.46L2.39 1.73Z\" /></svg></li><li title=\"leaf maple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-leaf-maple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.79,13L16,16L17,18L13,17.25V21H11V17.25L7,18L8,16L2.21,13L3.21,11.27L1.61,8L5.21,7.77L6.21,6L9.63,9.9L8,5H10L12,2L14,5H16L14.37,9.9L17.79,6L18.79,7.73L22.39,7.96L20.79,11.19L21.79,13Z\" /></svg></li><li title=\"leaf off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-leaf-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.84 22.73L15.14 17.03C13.26 18.79 10.92 20 8 20C7.64 20 7.14 19.87 6.66 19.7L5.71 22L3.82 21.34C5.15 18.03 6.5 14.32 9.66 11.55L8.77 10.66C6.76 12.03 4.86 14.1 3.75 17.25C3.75 17.25 2 15.5 2 13.5C2 12 3.12 9.32 5.72 7.61L1.11 3L2.39 1.73C2.39 1.73 16.39 15.74 16.39 15.74L22.11 21.46L20.84 22.73M17 8C15.35 8.37 13.93 8.88 12.7 9.5L17.5 14.29C20.87 9.35 22 3 22 3C21.03 4.95 14.35 5.24 9.38 6.18L12.15 8.95C14.81 8 17 8 17 8Z\" /></svg></li><li title=\"leaf \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-leaf\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,8C8,10 5.9,16.17 3.82,21.34L5.71,22L6.66,19.7C7.14,19.87 7.64,20 8,20C19,20 22,3 22,3C21,5 14,5.25 9,6.25C4,7.25 2,11.5 2,13.5C2,15.5 3.75,17.25 3.75,17.25C7,8 17,8 17,8Z\" /></svg></li><li title=\"leak off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-leak-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,3H8C8,3.37 7.96,3.72 7.88,4.06L9.47,5.65C9.81,4.84 10,3.94 10,3M3,4.27L5.84,7.11C5.03,7.67 4.06,8 3,8V10C4.61,10 6.09,9.45 7.27,8.54L8.7,9.97C7.14,11.24 5.16,12 3,12V14C5.71,14 8.19,13 10.11,11.38L12.61,13.88C11,15.81 10,18.29 10,21H12C12,18.84 12.76,16.86 14.03,15.31L15.46,16.74C14.55,17.91 14,19.39 14,21H16C16,19.94 16.33,18.97 16.89,18.16L19.73,21L21,19.73L4.27,3L3,4.27M14,3H12C12,4.5 11.63,5.91 11,7.16L12.44,8.62C13.42,7 14,5.06 14,3M19.94,16.12C20.28,16.04 20.63,16 21,16V14C20.06,14 19.16,14.19 18.34,14.5L19.94,16.12M15.38,11.56L16.84,13C18.09,12.37 19.5,12 21,12V10C18.94,10 17,10.58 15.38,11.56Z\" /></svg></li><li title=\"leak \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-leak\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,3H3V6A3,3 0 0,0 6,3M14,3H12A9,9 0 0,1 3,12V14C9.08,14 14,9.07 14,3M10,3H8A5,5 0 0,1 3,8V10A7,7 0 0,0 10,3M10,21H12A9,9 0 0,1 21,12V10A11,11 0 0,0 10,21M18,21H21V18A3,3 0 0,0 18,21M14,21H16A5,5 0 0,1 21,16V14A7,7 0 0,0 14,21Z\" /></svg></li><li title=\"led off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-led-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,6A4,4 0 0,0 8,10V16H6V18H9V23H11V18H13V23H15V18H18V16H16V10A4,4 0 0,0 12,6Z\" /></svg></li><li title=\"led on \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-led-on\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,0V4H13V0H11M18.3,2.29L15.24,5.29L16.64,6.71L19.7,3.71L18.3,2.29M5.71,2.29L4.29,3.71L7.29,6.71L8.71,5.29L5.71,2.29M12,6A4,4 0 0,0 8,10V16H6V18H9V23H11V18H13V23H15V18H18V16H16V10A4,4 0 0,0 12,6M2,9V11H6V9H2M18,9V11H22V9H18Z\" /></svg></li><li title=\"led outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-led-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,6A4,4 0 0,0 8,10V16H6V18H9V23H11V18H13V23H15V18H18V16H16V10A4,4 0 0,0 12,6M12,8A2,2 0 0,1 14,10V15H10V10A2,2 0 0,1 12,8Z\" /></svg></li><li title=\"led strip variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-led-strip-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2.95 3L2 6.91L19.34 11.25L20.29 7.34L2.95 3M6.09 6.89L4.16 6.41L4.64 4.46L6.57 4.94L6.09 6.89M9.94 7.86L8 7.38L8.5 5.42L10.42 5.91L9.94 7.86M13.8 8.82L11.87 8.34L12.35 6.39L14.27 6.87L13.8 8.82M17.65 9.79L15.72 9.31L16.2 7.35L18.13 7.84L17.65 9.79M4.66 12.75L3.71 16.66L21.05 21L22 17.1L4.66 12.75M7.8 16.65L5.88 16.16L6.35 14.21L8.28 14.69L7.8 16.65M11.65 17.61L9.73 17.13L10.2 15.18L12.13 15.66L11.65 17.61M15.5 18.58L13.58 18.09L14.06 16.14L16 16.62L15.5 18.58M19.36 19.54L17.43 19.06L17.91 17.11L19.84 17.59L19.36 19.54M6.25 12.11L11 10.2L17.75 11.89L13 13.8L6.25 12.11Z\" /></svg></li><li title=\"led strip \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-led-strip\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2.81,8.46L14.83,20.5L15.54,19.78L16.95,21.19L18.36,19.78L16.95,18.36L18.36,16.95L19.78,18.36L21.19,16.95L19.78,15.54L20.5,14.83L8.46,2.81L2.81,8.46M5.64,8.46L8.46,5.64L17.66,14.83L14.83,17.66L5.64,8.46M7.05,8.46L8.46,9.88L9.88,8.46L8.46,7.05L7.05,8.46M9.17,10.59L10.59,12L12,10.59L10.59,9.17L9.17,10.59M11.29,12.71L12.71,14.12L14.12,12.71L12.71,11.29L11.29,12.71M13.41,14.83L14.83,16.24L16.24,14.83L14.83,13.41L13.41,14.83Z\" /></svg></li><li title=\"led variant off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-led-variant-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,3C10.05,3 8.43,4.4 8.08,6.25L16.82,15H18V13H16V7A4,4 0 0,0 12,3M3.28,4L2,5.27L8,11.27V13H6V15H9V21H11V15H11.73L13,16.27V21H15V18.27L18.73,22L20,20.72L15,15.72L8,8.72L3.28,4Z\" /></svg></li><li title=\"led variant on \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-led-variant-on\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,3A4,4 0 0,0 8,7V13H6V15H9V21H11V15H13V21H15V15H18V13H16V7A4,4 0 0,0 12,3Z\" /></svg></li><li title=\"led variant outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-led-variant-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,3A4,4 0 0,0 8,7V13H6V15H9V21H11V15H13V21H15V15H18V13H16V7A4,4 0 0,0 12,3M12,5A2,2 0 0,1 14,7V12H10V7A2,2 0 0,1 12,5Z\" /></svg></li><li title=\"leek \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-leek\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10 2V5.55L12 7.55L14 5.55V2H10M6.34 4L3.87 6.5L15 17.62V12.67L6.34 4M17.66 4L13.06 8.61L15.54 11.09L20.13 6.5L17.66 4M9 13.74V20A2 2 0 0 0 11 22H13A2 2 0 0 0 15 20V19.74L13 17.74V20H11V15.74L9 13.74Z\" /></svg></li><li title=\"less than or equal \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-less-than-or-equal\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.5,2.27L5,10.14L18.5,18L19.5,16.27L8.97,10.14L19.5,4L18.5,2.27M5,20V22H20V20H5Z\" /></svg></li><li title=\"less than \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-less-than\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.5,4.14L19.5,5.86L8.97,12L19.5,18.14L18.5,19.86L5,12L18.5,4.14Z\" /></svg></li><li title=\"library shelves \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-library-shelves\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.5,9V1.5H16.5V9H13.5V1.5H10.5V9H7.5V1.5H4.65V9H3V10.5H21V9H19.5M19.5,13.5H16.5V21H13.5V13.5H10.5V21H7.5V13.5H4.65V21H3V22.5H21V21H19.5V13.5Z\" /></svg></li><li title=\"library \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-library\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,8A3,3 0 0,0 15,5A3,3 0 0,0 12,2A3,3 0 0,0 9,5A3,3 0 0,0 12,8M12,11.54C9.64,9.35 6.5,8 3,8V19C6.5,19 9.64,20.35 12,22.54C14.36,20.35 17.5,19 21,19V8C17.5,8 14.36,9.35 12,11.54Z\" /></svg></li><li title=\"license \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-license\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9 10A3.04 3.04 0 0 1 12 7A3.04 3.04 0 0 1 15 10A3.04 3.04 0 0 1 12 13A3.04 3.04 0 0 1 9 10M12 19L16 20V16.92A7.54 7.54 0 0 1 12 18A7.54 7.54 0 0 1 8 16.92V20M12 4A5.78 5.78 0 0 0 7.76 5.74A5.78 5.78 0 0 0 6 10A5.78 5.78 0 0 0 7.76 14.23A5.78 5.78 0 0 0 12 16A5.78 5.78 0 0 0 16.24 14.23A5.78 5.78 0 0 0 18 10A5.78 5.78 0 0 0 16.24 5.74A5.78 5.78 0 0 0 12 4M20 10A8.04 8.04 0 0 1 19.43 12.8A7.84 7.84 0 0 1 18 15.28V23L12 21L6 23V15.28A7.9 7.9 0 0 1 4 10A7.68 7.68 0 0 1 6.33 4.36A7.73 7.73 0 0 1 12 2A7.73 7.73 0 0 1 17.67 4.36A7.68 7.68 0 0 1 20 10Z\" /></svg></li><li title=\"lifebuoy \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lifebuoy\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.79,15.41C20.74,13.24 20.74,10.75 19.79,8.59L17.05,9.83C17.65,11.21 17.65,12.78 17.06,14.17L19.79,15.41M15.42,4.21C13.25,3.26 10.76,3.26 8.59,4.21L9.83,6.94C11.22,6.35 12.79,6.35 14.18,6.95L15.42,4.21M4.21,8.58C3.26,10.76 3.26,13.24 4.21,15.42L6.95,14.17C6.35,12.79 6.35,11.21 6.95,9.82L4.21,8.58M8.59,19.79C10.76,20.74 13.25,20.74 15.42,19.78L14.18,17.05C12.8,17.65 11.22,17.65 9.84,17.06L8.59,19.79M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,8A4,4 0 0,0 8,12A4,4 0 0,0 12,16A4,4 0 0,0 16,12A4,4 0 0,0 12,8Z\" /></svg></li><li title=\"light flood down \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-light-flood-down\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8 11H2V9H8C8.55 9 9 9.45 9 10C9 10.55 8.55 11 8 11M14.87 4.35L14.5 5.27L8.18 4.86L6.9 8H8C9.1 8 10 8.9 10 10S9.1 12 8 12H5.27L4.41 14.12L9.21 18.24L8.83 19.16L10.69 19.92L16.72 5.1L14.87 4.35M20.81 6.29L21.57 8.14L19.26 9.1L18.5 7.25L20.81 6.29M18.78 13.57L21.55 14.72L20.79 16.57L18 15.42L18.78 13.57M16.15 21.23L14.3 22L13.34 19.69L15.19 18.93L16.15 21.23Z\" /></svg></li><li title=\"light flood up \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-light-flood-up\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8 15H2V13H8C8.55 13 9 13.45 9 14C9 14.55 8.55 15 8 15M16.72 18.9L10.69 4.08L8.83 4.84L9.21 5.76L4.41 9.88L5.27 12H8C9.1 12 10 12.9 10 14S9.1 16 8 16H6.9L8.18 19.14L14.5 18.73L14.87 19.65L16.72 18.9M20.81 17.71L18.5 16.75L19.26 14.9L21.57 15.86L20.81 17.71M18.78 10.43L18 8.58L20.79 7.43L21.55 9.28L18.78 10.43M15.19 5.07L13.34 4.31L14.3 2L16.15 2.77L15.19 5.07Z\" /></svg></li><li title=\"light recessed \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-light-recessed\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 7C6.5 7 2 9.46 2 12.5S6.5 18 12 18 22 15.54 22 12.5 17.5 7 12 7M16.5 10C16.5 10.4 14.9 11.54 12 11.54S7.5 10.4 7.5 10C7.5 9.91 7.65 9.74 7.9 9.55C9.06 9.21 10.44 9 12 9S14.94 9.21 16.1 9.55C16.35 9.74 16.5 9.91 16.5 10M12 16C7.12 16 4 13.93 4 12.5C4 11.81 4.73 11 6.03 10.29C6.3 11.83 8.87 13.04 12 13.04C15.13 13.04 17.7 11.83 17.97 10.29C19.27 11 20 11.81 20 12.5C20 13.93 16.88 16 12 16Z\" /></svg></li><li title=\"light switch \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-light-switch\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7,1A2,2 0 0,0 5,3V21A2,2 0 0,0 7,23H17A2,2 0 0,0 19,21V3A2,2 0 0,0 17,1H7M7,3H17V21H7V3M9,6V18H15V6H9M10,7H14V11H10V7M10,13H14V17H10V13Z\" /></svg></li><li title=\"lightbulb alert outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lightbulb-alert-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10 2C13.9 2 17 5.1 17 9C17 11.4 15.8 13.5 14 14.7V17C14 17.6 13.6 18 13 18H7C6.4 18 6 17.6 6 17V14.7C4.2 13.5 3 11.4 3 9C3 5.1 6.1 2 10 2M7 21V20H13V21C13 21.6 12.6 22 12 22H8C7.4 22 7 21.6 7 21M10 4C7.2 4 5 6.2 5 9C5 11.1 6.2 12.8 8 13.6V16H12V13.6C13.8 12.8 15 11.1 15 9C15 6.2 12.8 4 10 4M19 12V7H21V13H19M19 17V15H21V17H19Z\" /></svg></li><li title=\"lightbulb alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lightbulb-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10 2C6.1 2 3 5.1 3 9C3 11.4 4.2 13.5 6 14.7V17C6 17.6 6.4 18 7 18H13C13.6 18 14 17.6 14 17V14.7C15.8 13.4 17 11.3 17 9C17 5.1 13.9 2 10 2M7 21C7 21.6 7.4 22 8 22H12C12.6 22 13 21.6 13 21V20H7V21M19 12V7H21V13H19M19 17V15H21V17H19Z\" /></svg></li><li title=\"lightbulb auto outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lightbulb-auto-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9 2C12.87 2 16 5.13 16 9C16 11.38 14.81 13.47 13 14.74V17C13 17.55 12.55 18 12 18H6C5.45 18 5 17.55 5 17V14.74C3.19 13.47 2 11.38 2 9C2 5.13 5.13 2 9 2M6 21V20H12V21C12 21.55 11.55 22 11 22H7C6.45 22 6 21.55 6 21M9 4C6.24 4 4 6.24 4 9C4 11.05 5.23 12.81 7 13.58V16H11V13.58C12.77 12.81 14 11.05 14 9C14 6.24 11.76 4 9 4M19 13H17L13.8 22H15.7L16.4 20H19.6L20.3 22H22.2L19 13M16.85 18.65L18 15L19.15 18.65H16.85Z\" /></svg></li><li title=\"lightbulb auto \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lightbulb-auto\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9 2C5.13 2 2 5.13 2 9C2 11.38 3.19 13.47 5 14.74V17C5 17.55 5.45 18 6 18H12C12.55 18 13 17.55 13 17V14.74C14.81 13.47 16 11.38 16 9C16 5.13 12.87 2 9 2M6 21C6 21.55 6.45 22 7 22H11C11.55 22 12 21.55 12 21V20H6V21M19 13H17L13.8 22H15.7L16.4 20H19.6L20.3 22H22.2L19 13M16.85 18.65L18 15L19.15 18.65H16.85Z\" /></svg></li><li title=\"lightbulb cfl off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lightbulb-cfl-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14 4.47C14 3.56 13.63 2.7 13 2.05C13.17 2 13.33 2 13.5 2C14.88 2 16 3.12 16 4.5V14H17V15.18L14 12.18V4.5L14 4.47M10 4.5C10 4.22 10.22 4 10.5 4S11 4.22 11 4.5V9.18L13 11.18V4.5C13 3.12 11.88 2 10.5 2S8 3.12 8 4.5V6.18L10 8.18V4.5M9 21C9 21.55 9.45 22 10 22H14C14.55 22 15 21.55 15 21V20H9V21M20 20.72L18.73 22L14.73 18H8C7.45 18 7 17.55 7 17V14H8V11.27L2 5.27L3.28 4L20 20.72Z\" /></svg></li><li title=\"lightbulb cfl spiral off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lightbulb-cfl-spiral-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.45 9.9L13.88 10.68L12.38 9.18L14.55 8.1C14.69 8.03 14.84 8 15 8C16 8 16.42 9.34 15.45 9.9M11.22 8L15.45 5.9C16.41 5.43 16 4 15 4C14.83 4 14.69 4.03 14.55 4.1L9.72 6.5L11.22 8M20.84 22.73L16.09 18H8C7.44 18 7 17.55 7 17V14H8V12C8 11.6 8.2 11.25 8.7 11.03L9 10.88L1.11 3L2.39 1.73L22.11 21.46L20.84 22.73M12.11 14L10.5 12.38L10 12.62V14H12.11M9 21C9 21.57 9.46 22 10 22H14C14.56 22 15 21.55 15 21V20H9V21M9 5C9.16 5 9.32 4.95 9.45 4.9L11.45 3.9C12.43 3.36 12 2 11 2C10.84 2 10.69 2.03 10.55 2.1L8.55 3.1C7.56 3.66 8 5 9 5Z\" /></svg></li><li title=\"lightbulb cfl spiral \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lightbulb-cfl-spiral\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11 2C10.84 2 10.69 2.03 10.55 2.1L8.55 3.1C7.56 3.66 8 5 9 5C9.16 5 9.32 4.95 9.45 4.9L11.45 3.9C12.43 3.36 12 2 11 2M15 4C14.83 4 14.69 4.03 14.55 4.1L8.55 7.1C7.56 7.68 8 9 9 9C9.18 9 9.32 8.95 9.45 8.9L15.45 5.9C16.41 5.43 16 4 15 4M15 8C14.84 8 14.69 8.03 14.55 8.1L8.7 11.03C8.2 11.25 8 11.6 8 12V14H7V17C7 17.55 7.44 18 8 18H16C16.55 18 17 17.55 17 17V14H16V13C16 12.44 15.55 12 15 12C14.45 12 14 12.45 14 13V14H10V12.62L15.45 9.9C16.42 9.34 16 8 15 8M9 20V21C9 21.57 9.46 22 10 22H14C14.56 22 15 21.55 15 21V20\" /></svg></li><li title=\"lightbulb cfl \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lightbulb-cfl\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10.5 2C11.88 2 13 3.12 13 4.5V14H14V4.47C14 3.56 13.63 2.7 13 2.05C13.17 2 13.33 2 13.5 2C14.88 2 16 3.12 16 4.5V14H17V17C17 17.55 16.55 18 16 18H8C7.45 18 7 17.55 7 17V14H8V4.5C8 3.12 9.12 2 10.5 2M10.5 4C10.22 4 10 4.22 10 4.5V14H11V4.5C11 4.22 10.78 4 10.5 4M9 20H15V21C15 21.55 14.55 22 14 22H10C9.45 22 9 21.55 9 21V20Z\" /></svg></li><li title=\"lightbulb fluorescent tube outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lightbulb-fluorescent-tube-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.05 2.81L6.5 3.34L5.11 1.92L3.87 3.16L5.28 4.58L4.58 5.28L3.16 3.87L1.92 5.11L3.34 6.5L2.81 7.05L4.22 8.46L15.54 19.78L16.95 21.19L17.5 20.66L18.89 22.08L20.13 20.84L18.72 19.43L19.43 18.72L20.84 20.13L22.08 18.89L20.66 17.5L21.19 16.95L19.78 15.54L8.46 4.22M7.05 5.64L18.36 16.95L16.95 18.36L5.64 7.05Z\" /></svg></li><li title=\"lightbulb fluorescent tube \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lightbulb-fluorescent-tube\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.05 2.81L6.5 3.34L5.11 1.92L3.87 3.16L5.28 4.58L4.58 5.28L3.16 3.87L1.92 5.11L3.34 6.5L2.81 7.05L16.95 21.19L17.5 20.66L18.89 22.08L20.13 20.84L18.72 19.43L19.42 18.72L20.84 20.13L22.08 18.9L20.66 17.5L21.19 16.95L7.05 2.81Z\" /></svg></li><li title=\"lightbulb group off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lightbulb-group-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.11 21.46L2.39 1.73L1.11 3L5.2 7.09C3.25 7.5 1.85 9.27 2 11.31C2.12 12.62 2.86 13.79 4 14.45V16C4 16.55 4.45 17 5 17H7V14.88C5.72 13.58 5 11.83 5 10C5 9.11 5.18 8.23 5.5 7.4L7.12 9C6.74 10.84 7.4 12.8 9 14V16C9 16.55 9.45 17 10 17H14C14.31 17 14.57 16.86 14.75 16.64L17 18.89V19C17 19.34 16.94 19.68 16.83 20H18C18.03 20 18.06 20 18.09 20L20.84 22.73L22.11 21.46M9.23 11.12L10.87 12.76C10.11 12.46 9.53 11.86 9.23 11.12M13 15H11V12.89L13 14.89V15M10.57 7.37L9.13 5.93C10.86 4.72 13.22 4.67 15 6C16.26 6.94 17 8.43 17 10C17 11.05 16.67 12.05 16.08 12.88L14.63 11.43C14.86 11 15 10.5 15 10C15 8.34 13.67 7 12 7C11.5 7 11 7.14 10.57 7.37M17.5 14.31C18.47 13.09 19 11.57 19 10C19 8.96 18.77 7.94 18.32 7C19.63 7.11 20.8 7.85 21.46 9C22.57 10.9 21.91 13.34 20 14.45V16C20 16.22 19.91 16.42 19.79 16.59L17.5 14.31M10 18H14V19C14 19.55 13.55 20 13 20H11C10.45 20 10 19.55 10 19V18M7 19C7 19.34 7.06 19.68 7.17 20H6C5.45 20 5 19.55 5 19V18H7V19Z\" /></svg></li><li title=\"lightbulb group off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lightbulb-group-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.84 22.73L18.09 20C18.06 20 18.03 20 18 20H16.83C16.94 19.68 17 19.34 17 19V18.89L14.75 16.64C14.57 16.86 14.31 17 14 17H10C9.45 17 9 16.55 9 16V14C7.4 12.8 6.74 10.84 7.12 9L5.5 7.4C5.18 8.23 5 9.11 5 10C5 11.83 5.72 13.58 7 14.88V17H5C4.45 17 4 16.55 4 16V14.45C2.86 13.79 2.12 12.62 2 11.31C1.85 9.27 3.25 7.5 5.2 7.09L1.11 3L2.39 1.73L22.11 21.46L20.84 22.73M15 6C13.22 4.67 10.86 4.72 9.13 5.93L16.08 12.88C17.63 10.67 17.17 7.63 15 6M19.79 16.59C19.91 16.42 20 16.22 20 16V14.45C21.91 13.34 22.57 10.9 21.46 9C20.8 7.85 19.63 7.11 18.32 7C18.77 7.94 19 8.96 19 10C19 11.57 18.47 13.09 17.5 14.31L19.79 16.59M10 19C10 19.55 10.45 20 11 20H13C13.55 20 14 19.55 14 19V18H10V19M7 18H5V19C5 19.55 5.45 20 6 20H7.17C7.06 19.68 7 19.34 7 19V18Z\" /></svg></li><li title=\"lightbulb group outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lightbulb-group-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7 19A2.93 2.93 0 0 0 7.17 20H6A1 1 0 0 1 5 19V18H7M10 19A1 1 0 0 0 11 20H13A1 1 0 0 0 14 19V18H10M4 16A1 1 0 0 0 5 17H7V14.88A6.92 6.92 0 0 1 5 10A6.79 6.79 0 0 1 5.68 7A4 4 0 0 0 4 14.45M17 19A2.93 2.93 0 0 1 16.83 20H18A1 1 0 0 0 19 19V18H17M17 10A5 5 0 0 1 15 14V16A1 1 0 0 1 14 17H10A1 1 0 0 1 9 16V14A5 5 0 1 1 17 10M15 10A3 3 0 1 0 11 12.82V15H13V12.82A3 3 0 0 0 15 10M18.32 7A6.79 6.79 0 0 1 19 10A6.92 6.92 0 0 1 17 14.88V17H19A1 1 0 0 0 20 16V14.45A4 4 0 0 0 18.32 7Z\" /></svg></li><li title=\"lightbulb group \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lightbulb-group\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15 14V16A1 1 0 0 1 14 17H10A1 1 0 0 1 9 16V14A5 5 0 1 1 15 14M14 18H10V19A1 1 0 0 0 11 20H13A1 1 0 0 0 14 19M7 19V18H5V19A1 1 0 0 0 6 20H7.17A2.93 2.93 0 0 1 7 19M5 10A6.79 6.79 0 0 1 5.68 7A4 4 0 0 0 4 14.45V16A1 1 0 0 0 5 17H7V14.88A6.92 6.92 0 0 1 5 10M17 18V19A2.93 2.93 0 0 1 16.83 20H18A1 1 0 0 0 19 19V18M18.32 7A6.79 6.79 0 0 1 19 10A6.92 6.92 0 0 1 17 14.88V17H19A1 1 0 0 0 20 16V14.45A4 4 0 0 0 18.32 7Z\" /></svg></li><li title=\"lightbulb multiple off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lightbulb-multiple-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.11 21.46L2.39 1.73L1.11 3L4.14 6.03C3.93 7 4 8.05 4.45 9.04C4.79 9.81 5.33 10.5 6 11V13C6 13.55 6.45 14 7 14H7.3C7.1 13.35 7 12.68 7 12C7 11.08 7.19 10.21 7.5 9.41L9.11 11C9.05 11.33 9 11.66 9 12C9 13.57 9.74 15.06 11 16V18C11 18.55 11.45 19 12 19H16C16.31 19 16.57 18.86 16.75 18.64L20.84 22.73L22.11 21.46M11.23 13.12L12.87 14.76C12.1 14.44 11.53 13.85 11.23 13.12M15 17H13V14.89L15 16.89V17M9.69 6.5L6.14 2.94C6.41 2.75 6.7 2.58 7 2.44C9.53 1.33 12.5 2.47 13.6 5C12.12 5.09 10.77 5.63 9.69 6.5M11.12 7.92C11.94 7.35 12.93 7 14 7C15.57 7 17.06 7.74 18 9C19.33 10.78 19.28 13.14 18.07 14.87L16.62 13.42C16.7 13.28 16.77 13.14 16.83 13C17.38 11.43 16.56 9.72 15 9.16C14.16 8.87 13.29 8.97 12.57 9.37L11.12 7.92M7.68 15C8 15.7 8.46 16.33 9 16.88V17H8C7.45 17 7 16.55 7 16V15H7.68M12 20H16V21C16 21.55 15.55 22 15 22H13C12.45 22 12 21.55 12 21V20Z\" /></svg></li><li title=\"lightbulb multiple off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lightbulb-multiple-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.84 22.73L16.74 18.63C16.55 18.85 16.29 19 16 19H12C11.42 19 11 18.55 11 18V16C9.37 14.8 8.71 12.82 9.1 11L7.5 9.39C7.17 10.2 6.97 11.08 7 12C6.97 12.68 7.07 13.35 7.28 14H7C6.42 14 6 13.55 6 13V11C5.3 10.5 4.77 9.81 4.43 9.04C4 8.05 3.91 7 4.12 6L1.11 3L2.39 1.73L22.11 21.46L20.84 22.73M13.58 5C12.46 2.47 9.5 1.33 7 2.45C6.68 2.58 6.39 2.75 6.13 2.93L9.67 6.47C10.76 5.63 12.1 5.08 13.58 5M18.06 14.86C19.6 12.66 19.14 9.62 17 8C15.2 6.67 12.84 6.72 11.12 7.92L18.06 14.86M12 21C12 21.55 12.42 22 13 22H15C15.53 22 16 21.55 16 21V20H12V21M7 15V16C7 16.55 7.42 17 8 17H9V16.88C8.43 16.33 8 15.7 7.66 15H7Z\" /></svg></li><li title=\"lightbulb multiple outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lightbulb-multiple-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 21C12 21.55 12.45 22 13 22H15C15.55 22 16 21.55 16 21V20H12M14 7C11.24 7 9 9.24 9 12C9 13.57 9.74 15.06 11 16V18C11 18.55 11.45 19 12 19H16C16.55 19 17 18.55 17 18V16C19.21 14.34 19.66 11.21 18 9C17.06 7.74 15.57 7 14 7M15 14.82V17H13V14.82C11.44 14.27 10.62 12.55 11.17 11C11.72 9.43 13.44 8.61 15 9.16C16.56 9.72 17.38 11.43 16.83 13C16.53 13.85 15.85 14.5 15 14.82M7.68 15H7V16C7 16.55 7.45 17 8 17H9V16.88C8.46 16.33 8 15.7 7.68 15M13.6 5C12.5 2.47 9.53 1.33 7 2.45S3.34 6.5 4.45 9.04C4.79 9.81 5.33 10.5 6 11V13C6 13.55 6.45 14 7 14H7.3C7.1 13.35 7 12.68 7 12C7 8.29 9.89 5.21 13.6 5Z\" /></svg></li><li title=\"lightbulb multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lightbulb-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17 16V18C17 18.55 16.53 19 16 19H12C11.42 19 11 18.55 11 18V16C8.77 14.34 8.32 11.21 10 9S14.77 6.34 17 8 19.63 12.79 18 15C17.69 15.38 17.35 15.72 17 16M16 20H12V21C12 21.55 12.42 22 13 22H15C15.53 22 16 21.55 16 21M7.66 15H7V16C7 16.55 7.42 17 8 17H9V16.88C8.44 16.33 8 15.7 7.66 15M13.58 5C12.46 2.47 9.5 1.33 7 2.45S3.31 6.5 4.43 9.04C4.77 9.81 5.3 10.5 6 11V13C6 13.55 6.42 14 7 14H7.28C7.07 13.35 6.97 12.68 7 12C6.97 8.29 9.87 5.21 13.58 5Z\" /></svg></li><li title=\"lightbulb off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lightbulb-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2C9.76,2 7.78,3.05 6.5,4.68L7.93,6.11C8.84,4.84 10.32,4 12,4A5,5 0 0,1 17,9C17,10.68 16.16,12.16 14.89,13.06L16.31,14.5C17.94,13.21 19,11.24 19,9A7,7 0 0,0 12,2M3.28,4L2,5.27L5.04,8.3C5,8.53 5,8.76 5,9C5,11.38 6.19,13.47 8,14.74V17A1,1 0 0,0 9,18H14.73L18.73,22L20,20.72L3.28,4M7.23,10.5L12.73,16H10V13.58C8.68,13 7.66,11.88 7.23,10.5M9,20V21A1,1 0 0,0 10,22H14A1,1 0 0,0 15,21V20H9Z\" /></svg></li><li title=\"lightbulb off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lightbulb-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2C9.76,2 7.78,3.05 6.5,4.68L16.31,14.5C17.94,13.21 19,11.24 19,9A7,7 0 0,0 12,2M3.28,4L2,5.27L5.04,8.3C5,8.53 5,8.76 5,9C5,11.38 6.19,13.47 8,14.74V17A1,1 0 0,0 9,18H14.73L18.73,22L20,20.72L3.28,4M9,20V21A1,1 0 0,0 10,22H14A1,1 0 0,0 15,21V20H9Z\" /></svg></li><li title=\"lightbulb on outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lightbulb-on-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,11H23V13H20V11M1,11H4V13H1V11M13,1V4H11V1H13M4.92,3.5L7.05,5.64L5.63,7.05L3.5,4.93L4.92,3.5M16.95,5.63L19.07,3.5L20.5,4.93L18.37,7.05L16.95,5.63M12,6A6,6 0 0,1 18,12C18,14.22 16.79,16.16 15,17.2V19A1,1 0 0,1 14,20H10A1,1 0 0,1 9,19V17.2C7.21,16.16 6,14.22 6,12A6,6 0 0,1 12,6M14,21V22A1,1 0 0,1 13,23H11A1,1 0 0,1 10,22V21H14M11,18H13V15.87C14.73,15.43 16,13.86 16,12A4,4 0 0,0 12,8A4,4 0 0,0 8,12C8,13.86 9.27,15.43 11,15.87V18Z\" /></svg></li><li title=\"lightbulb on \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lightbulb-on\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,6A6,6 0 0,1 18,12C18,14.22 16.79,16.16 15,17.2V19A1,1 0 0,1 14,20H10A1,1 0 0,1 9,19V17.2C7.21,16.16 6,14.22 6,12A6,6 0 0,1 12,6M14,21V22A1,1 0 0,1 13,23H11A1,1 0 0,1 10,22V21H14M20,11H23V13H20V11M1,11H4V13H1V11M13,1V4H11V1H13M4.92,3.5L7.05,5.64L5.63,7.05L3.5,4.93L4.92,3.5M16.95,5.63L19.07,3.5L20.5,4.93L18.37,7.05L16.95,5.63Z\" /></svg></li><li title=\"lightbulb outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lightbulb-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A7,7 0 0,1 19,9C19,11.38 17.81,13.47 16,14.74V17A1,1 0 0,1 15,18H9A1,1 0 0,1 8,17V14.74C6.19,13.47 5,11.38 5,9A7,7 0 0,1 12,2M9,21V20H15V21A1,1 0 0,1 14,22H10A1,1 0 0,1 9,21M12,4A5,5 0 0,0 7,9C7,11.05 8.23,12.81 10,13.58V16H14V13.58C15.77,12.81 17,11.05 17,9A5,5 0 0,0 12,4Z\" /></svg></li><li title=\"lightbulb question outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lightbulb-question-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8 2C11.9 2 15 5.1 15 9C15 11.4 13.8 13.5 12 14.7V17C12 17.6 11.6 18 11 18H5C4.4 18 4 17.6 4 17V14.7C2.2 13.5 1 11.4 1 9C1 5.1 4.1 2 8 2M5 21V20H11V21C11 21.6 10.6 22 10 22H6C5.4 22 5 21.6 5 21M8 4C5.2 4 3 6.2 3 9C3 11.1 4.2 12.8 6 13.6V16H10V13.6C11.8 12.8 13 11.1 13 9C13 6.2 10.8 4 8 4M20.5 14.5V16H19V14.5H20.5M18.5 9.5H17V9C17 7.3 18.3 6 20 6S23 7.3 23 9C23 10 22.5 10.9 21.7 11.4L21.4 11.6C20.8 12 20.5 12.6 20.5 13.3V13.5H19V13.3C19 12.1 19.6 11 20.6 10.4L20.9 10.2C21.3 9.9 21.5 9.5 21.5 9C21.5 8.2 20.8 7.5 20 7.5S18.5 8.2 18.5 9V9.5Z\" /></svg></li><li title=\"lightbulb question \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lightbulb-question\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8 2C4.1 2 1 5.1 1 9C1 11.4 2.2 13.5 4 14.7V17C4 17.6 4.4 18 5 18H11C11.6 18 12 17.6 12 17V14.7C13.8 13.4 15 11.3 15 9C15 5.1 11.9 2 8 2M5 21C5 21.6 5.4 22 6 22H10C10.6 22 11 21.6 11 21V20H5V21M20.5 14.5V16H19V14.5H20.5M18.5 9.5H17V9C17 7.3 18.3 6 20 6S23 7.3 23 9C23 10 22.5 10.9 21.7 11.4L21.4 11.6C20.8 12 20.5 12.6 20.5 13.3V13.5H19V13.3C19 12.1 19.6 11 20.6 10.4L20.9 10.2C21.3 9.9 21.5 9.5 21.5 9C21.5 8.2 20.8 7.5 20 7.5S18.5 8.2 18.5 9V9.5Z\" /></svg></li><li title=\"lightbulb spot off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lightbulb-spot-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.84 22.73L15.11 17H9L9 14C6.5 12.57 4 11 4 6V5.89L1.11 3L2.39 1.73L22.11 21.46L20.84 22.73M22 4V2H5.2L7.2 4H22M20 6H9.2L16.37 13.17C18.33 11.87 20 10.07 20 6M13 22H15V19H13V22M9 22H11V19H9L9 22Z\" /></svg></li><li title=\"lightbulb spot \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lightbulb-spot\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9 19H11V22H9L9 19M13 22H15V19H13V22M2 2V4H22V2H2M9 14L9 17H15V14C17.5 12.57 20 11 20 6H4C4 11 6.5 12.57 9 14Z\" /></svg></li><li title=\"lightbulb variant outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lightbulb-variant-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2C8.13 2 5 5.13 5 9C5 11.38 6.19 13.47 8 14.74V17C8 17.55 8.45 18 9 18H15C15.55 18 16 17.55 16 17V14.74C17.81 13.47 19 11.38 19 9C19 5.13 15.87 2 12 2M14 13.58V16H13V11.41L14.71 9.71C15.1 9.32 15.1 8.68 14.71 8.29C14.32 7.9 13.68 7.9 13.29 8.29L12 9.59L10.71 8.29C10.32 7.9 9.68 7.9 9.29 8.29C8.9 8.68 8.9 9.32 9.29 9.71L11 11.41V16H10V13.58C8.23 12.81 7 11.05 7 9C7 6.24 9.24 4 12 4S17 6.24 17 9C17 11.05 15.77 12.81 14 13.58M9 20H15V21C15 21.55 14.55 22 14 22H10C9.45 22 9 21.55 9 21V20Z\" /></svg></li><li title=\"lightbulb variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lightbulb-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9 20H15V21C15 21.55 14.55 22 14 22H10C9.45 22 9 21.55 9 21V20M19 9C19 11.38 17.81 13.47 16 14.74V17C16 17.55 15.55 18 15 18H9C8.45 18 8 17.55 8 17V14.74C6.19 13.47 5 11.38 5 9C5 5.13 8.13 2 12 2S19 5.13 19 9M14.71 8.29C14.32 7.9 13.68 7.9 13.29 8.29L12 9.59L10.71 8.29C10.32 7.9 9.68 7.9 9.29 8.29C8.9 8.68 8.9 9.32 9.29 9.71L11 11.41V16H13V11.41L14.71 9.71C15.1 9.32 15.1 8.68 14.71 8.29Z\" /></svg></li><li title=\"lightbulb \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lightbulb\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A7,7 0 0,0 5,9C5,11.38 6.19,13.47 8,14.74V17A1,1 0 0,0 9,18H15A1,1 0 0,0 16,17V14.74C17.81,13.47 19,11.38 19,9A7,7 0 0,0 12,2M9,21A1,1 0 0,0 10,22H14A1,1 0 0,0 15,21V20H9V21Z\" /></svg></li><li title=\"lighthouse on \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lighthouse-on\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M1,10V2L10,5V7L1,10M8,10V8H13V4H8V3L12,1L16,3V4H15V8H16V10H14.74L8.44,13.64L9,10H8M7,23L7.04,22.76L16.15,17.5L16.67,20.88L13,23H7M8.05,16.17L15.31,12L15.83,15.37L7.43,20.22L8.05,16.17Z\" /></svg></li><li title=\"lighthouse \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lighthouse\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8,10V8H9V4H8V3L12,1L16,3V4H15V8H16V10H14.74L8.44,13.64L9,10H8M13,8V4H11V8H13M7,23L7.04,22.76L16.15,17.5L16.67,20.88L13,23H7M8.05,16.17L15.31,12L15.83,15.37L7.43,20.22L8.05,16.17Z\" /></svg></li><li title=\"lightning bolt circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lightning-bolt-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.5,20L16.36,10.27H13V4L8,13.73H11.5V20M12,2C14.75,2 17.1,3 19.05,4.95C21,6.9 22,9.25 22,12C22,14.75 21,17.1 19.05,19.05C17.1,21 14.75,22 12,22C9.25,22 6.9,21 4.95,19.05C3,17.1 2,14.75 2,12C2,9.25 3,6.9 4.95,4.95C6.9,3 9.25,2 12,2Z\" /></svg></li><li title=\"lightning bolt outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lightning-bolt-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11 9.47V11H14.76L13 14.53V13H9.24L11 9.47M13 1L6 15H11V23L18 9H13V1Z\" /></svg></li><li title=\"lightning bolt \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lightning-bolt\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11 15H6L13 1V9H18L11 23V15Z\" /></svg></li><li title=\"line scan \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-line-scan\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17 22V20H20V17H22V20.5C22 20.9 21.8 21.2 21.5 21.5C21.2 21.8 20.8 22 20.5 22H17M7 22H3.5C3.1 22 2.8 21.8 2.5 21.5C2.2 21.2 2 20.8 2 20.5V17H4V20H7V22M17 2H20.5C20.9 2 21.2 2.2 21.5 2.5C21.8 2.8 22 3.1 22 3.5V7H20V4H17V2M7 2V4H4V7H2V3.5C2 3.1 2.2 2.8 2.5 2.5S3.1 2 3.5 2H7M19 11H5V13H19V11Z\" /></svg></li><li title=\"lingerie \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lingerie\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 7H20V2H18V4.34L12 6.91L6 4.34V2H4V7H2V9H4.05C4.3 11.25 6.19 13 8.5 13C9.92 13 11.18 12.33 12 11.3C12.83 12.33 14.08 13 15.5 13C17.81 13 19.7 11.25 19.95 9H22V7M8.5 11C7.12 11 6 9.88 6 8.5V6.5L11 8.65C10.9 9.96 9.83 11 8.5 11M18 8.5C18 9.88 16.88 11 15.5 11C14.17 11 13.1 9.96 13 8.65L18 6.5V8.5M2 15V17H3C5.97 17 8.43 19.17 8.91 22H15.09C15.57 19.17 18.03 17 21 17H22V15H2M13.59 20H10.41C9.94 18.84 9.21 17.82 8.29 17H15.71C14.79 17.82 14.06 18.84 13.59 20Z\" /></svg></li><li title=\"link box outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-link-box-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3M19,19H5V5H19V19M11,16H10C8.39,16 6,14.94 6,12C6,9.07 8.39,8 10,8H11V10H10C9.54,10 8,10.17 8,12C8,13.9 9.67,14 10,14H11V16M14,16H13V14H14C14.46,14 16,13.83 16,12C16,10.1 14.33,10 14,10H13V8H14C15.61,8 18,9.07 18,12C18,14.94 15.61,16 14,16M15,13H9V11H15V13Z\" /></svg></li><li title=\"link box variant outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-link-box-variant-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3M19,19H5V5H19V19M13.94,10.06C14.57,10.7 14.92,11.54 14.92,12.44C14.92,13.34 14.57,14.18 13.94,14.81L11.73,17C11.08,17.67 10.22,18 9.36,18C8.5,18 7.64,17.67 7,17C5.67,15.71 5.67,13.58 7,12.26L8.35,10.9L8.34,11.5C8.33,12 8.41,12.5 8.57,12.94L8.62,13.09L8.22,13.5C7.91,13.8 7.74,14.21 7.74,14.64C7.74,15.07 7.91,15.47 8.22,15.78C8.83,16.4 9.89,16.4 10.5,15.78L12.7,13.59C13,13.28 13.18,12.87 13.18,12.44C13.18,12 13,11.61 12.7,11.3C12.53,11.14 12.44,10.92 12.44,10.68C12.44,10.45 12.53,10.23 12.7,10.06C13.03,9.73 13.61,9.74 13.94,10.06M18,9.36C18,10.26 17.65,11.1 17,11.74L15.66,13.1V12.5C15.67,12 15.59,11.5 15.43,11.06L15.38,10.92L15.78,10.5C16.09,10.2 16.26,9.79 16.26,9.36C16.26,8.93 16.09,8.53 15.78,8.22C15.17,7.6 14.1,7.61 13.5,8.22L11.3,10.42C11,10.72 10.82,11.13 10.82,11.56C10.82,12 11,12.39 11.3,12.7C11.47,12.86 11.56,13.08 11.56,13.32C11.56,13.56 11.47,13.78 11.3,13.94C11.13,14.11 10.91,14.19 10.68,14.19C10.46,14.19 10.23,14.11 10.06,13.94C8.75,12.63 8.75,10.5 10.06,9.19L12.27,7C13.58,5.67 15.71,5.68 17,7C17.65,7.62 18,8.46 18,9.36Z\" /></svg></li><li title=\"link box variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-link-box-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3M13.94,14.81L11.73,17C11.08,17.67 10.22,18 9.36,18C8.5,18 7.64,17.67 7,17C5.67,15.71 5.67,13.58 7,12.26L8.35,10.9L8.34,11.5C8.33,12 8.41,12.5 8.57,12.94L8.62,13.09L8.22,13.5C7.91,13.8 7.74,14.21 7.74,14.64C7.74,15.07 7.91,15.47 8.22,15.78C8.83,16.4 9.89,16.4 10.5,15.78L12.7,13.59C13,13.28 13.18,12.87 13.18,12.44C13.18,12 13,11.61 12.7,11.3C12.53,11.14 12.44,10.92 12.44,10.68C12.44,10.45 12.53,10.23 12.7,10.06C13.03,9.73 13.61,9.74 13.94,10.06C14.57,10.7 14.92,11.54 14.92,12.44C14.92,13.34 14.57,14.18 13.94,14.81M17,11.74L15.66,13.1V12.5C15.67,12 15.59,11.5 15.43,11.06L15.38,10.92L15.78,10.5C16.09,10.2 16.26,9.79 16.26,9.36C16.26,8.93 16.09,8.53 15.78,8.22C15.17,7.6 14.1,7.61 13.5,8.22L11.3,10.42C11,10.72 10.82,11.13 10.82,11.56C10.82,12 11,12.39 11.3,12.7C11.47,12.86 11.56,13.08 11.56,13.32C11.56,13.56 11.47,13.78 11.3,13.94C11.13,14.11 10.91,14.19 10.68,14.19C10.46,14.19 10.23,14.11 10.06,13.94C8.75,12.63 8.75,10.5 10.06,9.19L12.27,7C13.58,5.67 15.71,5.68 17,7C17.65,7.62 18,8.46 18,9.36C18,10.26 17.65,11.1 17,11.74Z\" /></svg></li><li title=\"link box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-link-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3M11,16H10C8.39,16 6,14.94 6,12C6,9.07 8.39,8 10,8H11V10H10C9.54,10 8,10.17 8,12C8,13.9 9.67,14 10,14H11V16M15,11V13H9V11H15M14,16H13V14H14C14.46,14 16,13.83 16,12C16,10.1 14.33,10 14,10H13V8H14C15.61,8 18,9.07 18,12C18,14.94 15.61,16 14,16Z\" /></svg></li><li title=\"link lock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-link-lock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23 16V15.5A2.5 2.5 0 0 0 18 15.5V16A1 1 0 0 0 17 17V21A1 1 0 0 0 18 22H23A1 1 0 0 0 24 21V17A1 1 0 0 0 23 16M22 16H19V15.5A1.5 1.5 0 0 1 22 15.5M7 8.9H11V7H7A5 5 0 0 0 7 17H11V15.1H7A3.1 3.1 0 0 1 7 8.9M8 11V13H16V11M13 15.1V17H15V15.1M17 7H13V8.9H17A3.09 3.09 0 0 1 19.94 11A5.12 5.12 0 0 1 20.5 11H21.9A5 5 0 0 0 17 7Z\" /></svg></li><li title=\"link off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-link-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,7H13V8.9H17C18.71,8.9 20.1,10.29 20.1,12C20.1,13.43 19.12,14.63 17.79,15L19.25,16.44C20.88,15.61 22,13.95 22,12A5,5 0 0,0 17,7M16,11H13.81L15.81,13H16V11M2,4.27L5.11,7.38C3.29,8.12 2,9.91 2,12A5,5 0 0,0 7,17H11V15.1H7C5.29,15.1 3.9,13.71 3.9,12C3.9,10.41 5.11,9.1 6.66,8.93L8.73,11H8V13H10.73L13,15.27V17H14.73L18.74,21L20,19.74L3.27,3L2,4.27Z\" /></svg></li><li title=\"link plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-link-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7,7H11V9H7A3,3 0 0,0 4,12A3,3 0 0,0 7,15H11V17H7A5,5 0 0,1 2,12A5,5 0 0,1 7,7M17,7A5,5 0 0,1 22,12H20A3,3 0 0,0 17,9H13V7H17M8,11H16V13H8V11M17,12H19V15H22V17H19V20H17V17H14V15H17V12Z\" /></svg></li><li title=\"link variant minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-link-variant-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10.6 13.4A1 1 0 0 1 9.2 14.8A4.8 4.8 0 0 1 9.2 7.8L12.7 4.2A5.1 5.1 0 0 1 19.8 4.2A5.1 5.1 0 0 1 19.8 11.3L18.3 12.8A6.4 6.4 0 0 0 17.9 10.4L18.4 9.9A3.2 3.2 0 0 0 18.4 5.6A3.2 3.2 0 0 0 14.1 5.6L10.6 9.2A2.9 2.9 0 0 0 10.6 13.4M23 18V20H15V18M16.2 13.7A4.8 4.8 0 0 0 14.8 9.2A1 1 0 0 0 13.4 10.6A2.9 2.9 0 0 1 13.4 14.8L9.9 18.4A3.2 3.2 0 0 1 5.6 18.4A3.2 3.2 0 0 1 5.6 14.1L6.1 13.7A7.3 7.3 0 0 1 5.7 11.2L4.2 12.7A5.1 5.1 0 0 0 4.2 19.8A5.1 5.1 0 0 0 11.3 19.8L13.1 18A6 6 0 0 1 16.2 13.7Z\" /></svg></li><li title=\"link variant off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-link-variant-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,5.27L3.28,4L20,20.72L18.73,22L13.9,17.17L11.29,19.78C9.34,21.73 6.17,21.73 4.22,19.78C2.27,17.83 2.27,14.66 4.22,12.71L5.71,11.22C5.7,12.04 5.83,12.86 6.11,13.65L5.64,14.12C4.46,15.29 4.46,17.19 5.64,18.36C6.81,19.54 8.71,19.54 9.88,18.36L12.5,15.76L10.88,14.15C10.87,14.39 10.77,14.64 10.59,14.83C10.2,15.22 9.56,15.22 9.17,14.83C8.12,13.77 7.63,12.37 7.72,11L2,5.27M12.71,4.22C14.66,2.27 17.83,2.27 19.78,4.22C21.73,6.17 21.73,9.34 19.78,11.29L18.29,12.78C18.3,11.96 18.17,11.14 17.89,10.36L18.36,9.88C19.54,8.71 19.54,6.81 18.36,5.64C17.19,4.46 15.29,4.46 14.12,5.64L10.79,8.97L9.38,7.55L12.71,4.22M13.41,9.17C13.8,8.78 14.44,8.78 14.83,9.17C16.2,10.54 16.61,12.5 16.06,14.23L14.28,12.46C14.23,11.78 13.94,11.11 13.41,10.59C13,10.2 13,9.56 13.41,9.17Z\" /></svg></li><li title=\"link variant plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-link-variant-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10.6 13.4A1 1 0 0 1 9.2 14.8A4.8 4.8 0 0 1 9.2 7.8L12.7 4.2A5.1 5.1 0 0 1 19.8 4.2A5.1 5.1 0 0 1 19.8 11.3L18.3 12.8A6.4 6.4 0 0 0 17.9 10.4L18.4 9.9A3.2 3.2 0 0 0 18.4 5.6A3.2 3.2 0 0 0 14.1 5.6L10.6 9.2A2.9 2.9 0 0 0 10.6 13.4M23 18V20H20V23H18V20H15V18H18V15H20V18M16.2 13.7A4.8 4.8 0 0 0 14.8 9.2A1 1 0 0 0 13.4 10.6A2.9 2.9 0 0 1 13.4 14.8L9.9 18.4A3.2 3.2 0 0 1 5.6 18.4A3.2 3.2 0 0 1 5.6 14.1L6.1 13.7A7.3 7.3 0 0 1 5.7 11.2L4.2 12.7A5.1 5.1 0 0 0 4.2 19.8A5.1 5.1 0 0 0 11.3 19.8L13.1 18A6 6 0 0 1 16.2 13.7Z\" /></svg></li><li title=\"link variant remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-link-variant-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10.6 13.4A1 1 0 0 1 9.2 14.8A4.8 4.8 0 0 1 9.2 7.8L12.7 4.2A5.1 5.1 0 0 1 19.8 4.2A5.1 5.1 0 0 1 19.8 11.3L18.3 12.8A6.4 6.4 0 0 0 17.9 10.4L18.4 9.9A3.2 3.2 0 0 0 18.4 5.6A3.2 3.2 0 0 0 14.1 5.6L10.6 9.2A2.9 2.9 0 0 0 10.6 13.4M16.2 13.7A4.8 4.8 0 0 0 14.8 9.2A1 1 0 0 0 13.4 10.6A2.9 2.9 0 0 1 13.4 14.8L9.9 18.4A3.2 3.2 0 0 1 5.6 18.4A3.2 3.2 0 0 1 5.6 14.1L6.1 13.7A7.3 7.3 0 0 1 5.7 11.2L4.2 12.7A5.1 5.1 0 0 0 4.2 19.8A5.1 5.1 0 0 0 11.3 19.8L13.1 18A6 6 0 0 1 16.2 13.7M21.1 15.5L19 17.6L16.9 15.5L15.5 16.9L17.6 19L15.5 21.1L16.9 22.5L19 20.4L21.1 22.5L22.5 21.1L20.4 19L22.5 16.9Z\" /></svg></li><li title=\"link variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-link-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10.59,13.41C11,13.8 11,14.44 10.59,14.83C10.2,15.22 9.56,15.22 9.17,14.83C7.22,12.88 7.22,9.71 9.17,7.76V7.76L12.71,4.22C14.66,2.27 17.83,2.27 19.78,4.22C21.73,6.17 21.73,9.34 19.78,11.29L18.29,12.78C18.3,11.96 18.17,11.14 17.89,10.36L18.36,9.88C19.54,8.71 19.54,6.81 18.36,5.64C17.19,4.46 15.29,4.46 14.12,5.64L10.59,9.17C9.41,10.34 9.41,12.24 10.59,13.41M13.41,9.17C13.8,8.78 14.44,8.78 14.83,9.17C16.78,11.12 16.78,14.29 14.83,16.24V16.24L11.29,19.78C9.34,21.73 6.17,21.73 4.22,19.78C2.27,17.83 2.27,14.66 4.22,12.71L5.71,11.22C5.7,12.04 5.83,12.86 6.11,13.65L5.64,14.12C4.46,15.29 4.46,17.19 5.64,18.36C6.81,19.54 8.71,19.54 9.88,18.36L13.41,14.83C14.59,13.66 14.59,11.76 13.41,10.59C13,10.2 13,9.56 13.41,9.17Z\" /></svg></li><li title=\"link \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-link\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3.9,12C3.9,10.29 5.29,8.9 7,8.9H11V7H7A5,5 0 0,0 2,12A5,5 0 0,0 7,17H11V15.1H7C5.29,15.1 3.9,13.71 3.9,12M8,13H16V11H8V13M17,7H13V8.9H17C18.71,8.9 20.1,10.29 20.1,12C20.1,13.71 18.71,15.1 17,15.1H13V17H17A5,5 0 0,0 22,12A5,5 0 0,0 17,7Z\" /></svg></li><li title=\"linkedin \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-linkedin\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 3A2 2 0 0 1 21 5V19A2 2 0 0 1 19 21H5A2 2 0 0 1 3 19V5A2 2 0 0 1 5 3H19M18.5 18.5V13.2A3.26 3.26 0 0 0 15.24 9.94C14.39 9.94 13.4 10.46 12.92 11.24V10.13H10.13V18.5H12.92V13.57C12.92 12.8 13.54 12.17 14.31 12.17A1.4 1.4 0 0 1 15.71 13.57V18.5H18.5M6.88 8.56A1.68 1.68 0 0 0 8.56 6.88C8.56 5.95 7.81 5.19 6.88 5.19A1.69 1.69 0 0 0 5.19 6.88C5.19 7.81 5.95 8.56 6.88 8.56M8.27 18.5V10.13H5.5V18.5H8.27Z\" /></svg></li><li title=\"linux mint \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-linux-mint\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,3.23V6.8H3.5C4.59,6.8 4.78,7.53 4.78,8.55V14.86C4.78,18.12 7.65,20.77 11.18,20.77H19.9C21,20.77 22,20.07 22,19V9.2C22,5.93 19.13,3.28 15.6,3.28H11.93V3.27L2,3.23V3.23M6.62,5.46H8.37V14.45C8.37,15.65 9.19,16.59 10.16,16.59L16.13,16.61C17.38,16.61 18.35,15.75 18.35,14.73L18.34,9.96C18.34,9.65 18.24,9.41 18,9.19C17.79,8.96 17.56,8.86 17.25,8.86C16.94,8.86 16.71,8.96 16.5,9.19C16.27,9.41 16.16,9.65 16.16,9.96V14.05H14.31V9.96C14.31,9.65 14.21,9.41 14,9.19C13.77,8.96 13.54,8.86 13.22,8.86C12.92,8.86 12.68,8.96 12.46,9.19C12.24,9.41 12.14,9.65 12.14,9.96V14.05H10.29V9.96C10.29,9.15 10.58,8.44 11.15,7.86C11.72,7.29 12.43,7 13.22,7C14,7 14.68,7.28 15.24,7.82C15.79,7.28 16.47,7 17.25,7C18.05,7 18.76,7.29 19.32,7.86C19.89,8.44 20.19,9.15 20.19,9.96L20.2,15.06C20.11,15.91 19.75,16.67 19.13,17.31V17.31C18.4,18.04 17.5,18.42 16.5,18.42H9.83C9,18.34 8.29,17.95 7.69,17.36C7,16.65 6.62,15.79 6.62,14.79V5.46H6.62Z\" /></svg></li><li title=\"linux \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-linux\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.62,8.35C14.2,8.63 12.87,9.39 12.67,9.54C12.28,9.85 11.92,9.83 11.53,9.53C11.33,9.37 10,8.61 9.58,8.34C9.1,8.03 9.13,7.64 9.66,7.42C11.3,6.73 12.94,6.78 14.57,7.45C15.06,7.66 15.08,8.05 14.62,8.35M21.84,15.63C20.91,13.54 19.64,11.64 18,9.97C17.47,9.42 17.14,8.8 16.94,8.09C16.84,7.76 16.77,7.42 16.7,7.08C16.5,6.2 16.41,5.3 16,4.47C15.27,2.89 14,2.07 12.16,2C10.35,2.05 9,2.81 8.21,4.4C8,4.83 7.85,5.28 7.75,5.74C7.58,6.5 7.43,7.29 7.25,8.06C7.1,8.71 6.8,9.27 6.29,9.77C4.68,11.34 3.39,13.14 2.41,15.12C2.27,15.41 2.13,15.7 2.04,16C1.85,16.66 2.33,17.12 3.03,16.96C3.47,16.87 3.91,16.78 4.33,16.65C4.74,16.5 4.9,16.6 5,17C5.65,19.15 7.07,20.66 9.24,21.5C13.36,23.06 18.17,20.84 19.21,16.92C19.28,16.65 19.38,16.55 19.68,16.65C20.14,16.79 20.61,16.89 21.08,17C21.57,17.09 21.93,16.84 22,16.36C22.03,16.1 21.94,15.87 21.84,15.63\" /></svg></li><li title=\"lipstick \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lipstick\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9 23C8.45 23 8 22.55 8 22V13C8 12.45 8.45 12 9 12H15C15.55 12 16 12.45 16 13V22C16 22.55 15.55 23 15 23H9M10 11C9.45 11 9 10.55 9 10V5.25C9 5.25 11 3 11.75 1C12.83 1.67 13.92 2.33 14.46 3.83C15 5.33 15 7.67 15 10C15 10.55 14.55 11 14 11H10Z\" /></svg></li><li title=\"liquid spot \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-liquid-spot\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.14 16.7C17.23 18.21 16.08 17.73 15 17.09S12.9 15.68 12.25 16.59C11.54 17.37 12.09 18.62 12.37 19.72C12.65 20.83 12.67 21.79 10.9 22C9.5 21.81 9.58 20.65 9.81 19.42C10.04 18.19 10.4 16.89 9.5 16.43C8.78 15.95 8.28 16.78 7.65 17.6C7 18.41 6.26 19.2 5.04 18.62C3.94 17.71 4.36 17.18 4.94 16.5S6.27 14.91 5.84 13.31C5.66 12.66 4.76 12.81 3.87 12.79C3 12.77 2.12 12.59 2.03 11.29C1.96 10.5 2.55 10.18 3.16 9.93C3.78 9.68 4.41 9.5 4.42 8.87C4.45 8.26 4.04 7.83 3.78 7.38S3.41 6.46 4.03 5.76C5.08 4.9 5.92 5.63 6.76 6.42S8.43 8.04 9.46 7.39C10.28 6.85 9.53 5.9 8.95 4.97S7.96 3.15 9.46 2.74C10.76 2.38 11.26 3.27 11.71 4.3C12.17 5.33 12.57 6.5 13.67 6.71C15.24 7 16.38 5.16 17.47 3.7S19.63 1.15 21 2.95C22.5 4.84 21.07 5.72 19.4 6.5C17.73 7.23 15.81 7.87 16.27 9.28C16.54 10.1 17.42 9.65 18.35 9.34C19.27 9.03 20.26 8.86 20.74 10.27C21.25 11.76 20.04 12.1 18.68 12.24C17.32 12.38 15.8 12.32 15.7 13C15.59 13.71 16.5 14 17.29 14.42C18.08 14.85 18.75 15.42 18.14 16.7M20.5 19C19.55 19 19.06 18.26 19.06 17.5C19.06 16.74 19.54 16 20.5 16C21.5 16 22 16.74 22 17.5C22 18.26 21.5 19 20.5 19Z\" /></svg></li><li title=\"liquor \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-liquor\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 14C3 15.3 3.8 16.4 5 16.8V20H3V22H9V20H7V16.8C8.2 16.4 9 15.3 9 14V6H3V14M5 8H7V11H5V8M20.6 8.5L19.6 8.2C19.3 8.1 19 7.7 19 7.3V3C19 2.5 18.5 2 18 2H15C14.4 2 14 2.5 14 3V7.3C14 7.7 13.7 8.1 13.3 8.3L12.4 8.6C11.6 8.9 11 9.6 11 10.5V20C11 21.1 11.9 22 13 22H20C21.1 22 22 21.1 22 20V10.4C22 9.6 21.5 8.8 20.6 8.5M16 4H17V5H16V4M13 10.4L13.9 10.1C15.2 9.7 16 8.6 16 7.3V7H17V7.3C17 8.6 17.8 9.7 19 10.1L20 10.4V12H13V10.4M20 20H13V18H20V20Z\" /></svg></li><li title=\"list status \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-list-status\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.5 11L13 7.5L14.4 6.1L16.5 8.2L20.7 4L22.1 5.4L16.5 11M11 7H2V9H11V7M21 13.4L19.6 12L17 14.6L14.4 12L13 13.4L15.6 16L13 18.6L14.4 20L17 17.4L19.6 20L21 18.6L18.4 16L21 13.4M11 15H2V17H11V15Z\" /></svg></li><li title=\"litecoin \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-litecoin\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12.55,15.92L13.16,13.78L14.81,13.19L16.25,7.63L14.56,8.31L16.25,2H8L5.38,11.77L3.72,12.34L2.22,17.91L4,17.27L2.66,22H20.16L21.78,15.92H12.55M19.39,21H4L5.46,15.65L3.72,16.3L4.58,13.11L6.24,12.54L8.74,3H15L13.13,10L14.83,9.3L14,12.42L12.33,13L11.22,16.91H20.5L19.39,21Z\" /></svg></li><li title=\"loading \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-loading\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,4V2A10,10 0 0,0 2,12H4A8,8 0 0,1 12,4Z\" /></svg></li><li title=\"location enter \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-location-enter\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14 12L10 8V11H2V13H10V16M22 12A10 10 0 0 1 2.46 15H4.59A8 8 0 1 0 4.59 9H2.46A10 10 0 0 1 22 12Z\" /></svg></li><li title=\"location exit \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-location-exit\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 12L18 8V11H10V13H18V16M20 18A10 10 0 1 1 20 6H17.27A8 8 0 1 0 17.27 18Z\" /></svg></li><li title=\"lock alert outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lock-alert-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10 17C8.9 17 8 16.1 8 15C8 13.9 8.9 13 10 13C11.1 13 12 13.9 12 15S11.1 17 10 17M16 20V10H4V20H16M16 8C17.1 8 18 8.9 18 10V20C18 21.1 17.1 22 16 22H4C2.9 22 2 21.1 2 20V10C2 8.9 2.9 8 4 8H5V6C5 3.2 7.2 1 10 1S15 3.2 15 6V8H16M10 3C8.3 3 7 4.3 7 6V8H13V6C13 4.3 11.7 3 10 3M22 7H20V13H22V7M22 15H20V17H22V15Z\" /></svg></li><li title=\"lock alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lock-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10 17C11.1 17 12 16.1 12 15C12 13.9 11.1 13 10 13C8.9 13 8 13.9 8 15S8.9 17 10 17M16 8C17.1 8 18 8.9 18 10V20C18 21.1 17.1 22 16 22H4C2.9 22 2 21.1 2 20V10C2 8.9 2.9 8 4 8H5V6C5 3.2 7.2 1 10 1S15 3.2 15 6V8H16M10 3C8.3 3 7 4.3 7 6V8H13V6C13 4.3 11.7 3 10 3M22 13H20V7H22V13M22 17H20V15H22V17Z\" /></svg></li><li title=\"lock check outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lock-check-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14 15C14 16.11 13.11 17 12 17C10.89 17 10 16.1 10 15C10 13.89 10.89 13 12 13C13.11 13 14 13.9 14 15M13.09 20C13.21 20.72 13.46 21.39 13.81 22H6C4.89 22 4 21.1 4 20V10C4 8.89 4.89 8 6 8H7V6C7 3.24 9.24 1 12 1S17 3.24 17 6V8H18C19.11 8 20 8.9 20 10V13.09C19.67 13.04 19.34 13 19 13C18.66 13 18.33 13.04 18 13.09V10H6V20H13.09M9 8H15V6C15 4.34 13.66 3 12 3S9 4.34 9 6V8M21.34 15.84L17.75 19.43L16.16 17.84L15 19L17.75 22L22.5 17.25L21.34 15.84Z\" /></svg></li><li title=\"lock check \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lock-check\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 13C19.34 13 19.67 13.04 20 13.09V10C20 8.9 19.11 8 18 8H17V6C17 3.24 14.76 1 12 1S7 3.24 7 6V8H6C4.9 8 4 8.89 4 10V20C4 21.11 4.89 22 6 22H13.81C13.3 21.12 13 20.1 13 19C13 15.69 15.69 13 19 13M9 6C9 4.34 10.34 3 12 3S15 4.34 15 6V8H9V6M12 17C10.9 17 10 16.11 10 15S10.9 13 12 13C13.1 13 14 13.89 14 15C14 16.11 13.11 17 12 17M22.5 17.25L17.75 22L15 19L16.16 17.84L17.75 19.43L21.34 15.84L22.5 17.25Z\" /></svg></li><li title=\"lock clock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lock-clock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8.5,2C6,2 4,4 4,6.5V7C2.89,7 2,7.89 2,9V18C2,19.11 2.89,20 4,20H8.72C10.18,21.29 12.06,22 14,22A8,8 0 0,0 22,14A8,8 0 0,0 14,6C13.66,6 13.32,6.03 13,6.08C12.76,3.77 10.82,2 8.5,2M8.5,4A2.5,2.5 0 0,1 11,6.5V7H6V6.5A2.5,2.5 0 0,1 8.5,4M14,8A6,6 0 0,1 20,14A6,6 0 0,1 14,20A6,6 0 0,1 8,14A6,6 0 0,1 14,8M13,10V15L16.64,17.19L17.42,15.9L14.5,14.15V10H13Z\" /></svg></li><li title=\"lock minus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lock-minus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14 15C14 16.11 13.11 17 12 17C10.89 17 10 16.1 10 15C10 13.89 10.89 13 12 13C13.11 13 14 13.9 14 15M13.09 20C13.21 20.72 13.46 21.39 13.81 22H6C4.89 22 4 21.1 4 20V10C4 8.89 4.89 8 6 8H7V6C7 3.24 9.24 1 12 1S17 3.24 17 6V8H18C19.11 8 20 8.9 20 10V13.09C19.67 13.04 19.34 13 19 13C18.66 13 18.33 13.04 18 13.09V10H6V20H13.09M9 8H15V6C15 4.34 13.66 3 12 3S9 4.34 9 6V8M15 18V20H23V18H15Z\" /></svg></li><li title=\"lock minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lock-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 13C19.34 13 19.67 13.04 20 13.09V10C20 8.9 19.11 8 18 8H17V6C17 3.24 14.76 1 12 1S7 3.24 7 6V8H6C4.9 8 4 8.89 4 10V20C4 21.11 4.89 22 6 22H13.81C13.3 21.12 13 20.1 13 19C13 15.69 15.69 13 19 13M9 6C9 4.34 10.34 3 12 3S15 4.34 15 6V8H9V6M12 17C10.9 17 10 16.11 10 15S10.9 13 12 13C13.1 13 14 13.89 14 15C14 16.11 13.11 17 12 17M23 18V20H15V18H23Z\" /></svg></li><li title=\"lock off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lock-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9 5.82L7.36 4.16C8.09 2.31 9.89 1 12 1C14.76 1 17 3.24 17 6V8H18C19.11 8 20 8.9 20 10V16.8L18 14.8V10H13.2L11.2 8H15V6C15 4.34 13.66 3 12 3C10.41 3 9.11 4.25 9 5.82M22.11 21.46L20.84 22.73L19.46 21.35C19.1 21.75 18.58 22 18 22H6C4.89 22 4 21.1 4 20V10C4 8.89 4.89 8 6 8H6.11L1.11 3L2.39 1.73L22.11 21.46M18 19.89L13.85 15.74C13.56 16.5 12.84 17 12 17C10.89 17 10 16.1 10 15C10 14.15 10.5 13.44 11.26 13.15L8.11 10H6V20H18V19.89Z\" /></svg></li><li title=\"lock off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lock-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9 5.82L7.36 4.16C8.09 2.31 9.89 1 12 1C14.76 1 17 3.24 17 6V8H18C19.11 8 20 8.9 20 10V16.8L11.2 8H15V6C15 4.34 13.66 3 12 3C10.41 3 9.11 4.25 9 5.82M22.11 21.46L20.84 22.73L19.46 21.35C19.1 21.75 18.58 22 18 22H6C4.89 22 4 21.11 4 20V10C4 8.89 4.9 8 6 8H6.11L1.11 3L2.39 1.73L22.11 21.46M13.85 15.74L11.26 13.15C10.5 13.44 10 14.16 10 15C10 16.11 10.9 17 12 17C12.84 17 13.56 16.5 13.85 15.74Z\" /></svg></li><li title=\"lock open alert outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lock-open-alert-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16 20V10H4V20H16M16 8C17.1 8 18 8.9 18 10V20C18 21.1 17.1 22 16 22H4C2.9 22 2 21.1 2 20V10C2 8.9 2.9 8 4 8H13V6C13 4.3 11.7 3 10 3S7 4.3 7 6H5C5 3.2 7.2 1 10 1S15 3.2 15 6V8H16M10 17C8.9 17 8 16.1 8 15S8.9 13 10 13 12 13.9 12 15 11.1 17 10 17M22 7H20V13H22V7M22 15H20V17H22V15Z\" /></svg></li><li title=\"lock open alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lock-open-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16 8C17.1 8 18 8.9 18 10V20C18 21.1 17.1 22 16 22H4C2.9 22 2 21.1 2 20V10C2 8.9 2.9 8 4 8H13V6C13 4.3 11.7 3 10 3S7 4.3 7 6H5C5 3.2 7.2 1 10 1S15 3.2 15 6V8H16M10 17C11.1 17 12 16.1 12 15S11.1 13 10 13 8 13.9 8 15 8.9 17 10 17M22 13H20V7H22V13M22 17H20V15H22V17Z\" /></svg></li><li title=\"lock open check outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lock-open-check-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14 15C14 16.11 13.11 17 12 17S10 16.11 10 15 10.9 13 12 13 14 13.9 14 15M6 20V10H18V13.09C18.33 13.04 18.66 13 19 13C19.34 13 19.67 13.04 20 13.09V10C20 8.9 19.11 8 18 8H17V6C17 3.24 14.76 1 12 1S7 3.24 7 6H9C9 4.34 10.34 3 12 3S15 4.34 15 6V8H6C4.89 8 4 8.9 4 10V20C4 21.1 4.89 22 6 22H13.81C13.46 21.39 13.22 20.72 13.09 20H6M21.34 15.84L17.75 19.43L16.16 17.84L15 19L17.75 22L22.5 17.25L21.34 15.84Z\" /></svg></li><li title=\"lock open check \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lock-open-check\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 13C19.34 13 19.67 13.04 20 13.09V10C20 8.9 19.11 8 18 8H17V6C17 3.24 14.76 1 12 1S7 3.24 7 6H9C9 4.34 10.34 3 12 3S15 4.34 15 6V8H6C4.89 8 4 8.9 4 10V20C4 21.1 4.89 22 6 22H13.81C13.3 21.12 13 20.1 13 19C13 15.69 15.69 13 19 13M12 17C10.9 17 10 16.11 10 15S10.9 13 12 13 14 13.9 14 15 13.11 17 12 17M22.5 17.25L17.75 22L15 19L16.16 17.84L17.75 19.43L21.34 15.84L22.5 17.25Z\" /></svg></li><li title=\"lock open minus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lock-open-minus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14 15C14 16.11 13.11 17 12 17S10 16.11 10 15 10.9 13 12 13 14 13.9 14 15M6 20V10H18V13.09C18.33 13.04 18.66 13 19 13C19.34 13 19.67 13.04 20 13.09V10C20 8.9 19.11 8 18 8H17V6C17 3.24 14.76 1 12 1S7 3.24 7 6H9C9 4.34 10.34 3 12 3S15 4.34 15 6V8H6C4.89 8 4 8.9 4 10V20C4 21.1 4.89 22 6 22H13.81C13.46 21.39 13.22 20.72 13.09 20H6M15 18V20H23V18H15Z\" /></svg></li><li title=\"lock open minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lock-open-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 13C19.34 13 19.67 13.04 20 13.09V10C20 8.9 19.11 8 18 8H17V6C17 3.24 14.76 1 12 1S7 3.24 7 6H9C9 4.34 10.34 3 12 3S15 4.34 15 6V8H6C4.89 8 4 8.9 4 10V20C4 21.1 4.89 22 6 22H13.81C13.3 21.12 13 20.1 13 19C13 15.69 15.69 13 19 13M12 17C10.9 17 10 16.11 10 15S10.9 13 12 13 14 13.9 14 15 13.11 17 12 17M23 18V20H15V18H23Z\" /></svg></li><li title=\"lock open outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lock-open-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18,20V10H6V20H18M18,8A2,2 0 0,1 20,10V20A2,2 0 0,1 18,22H6C4.89,22 4,21.1 4,20V10A2,2 0 0,1 6,8H15V6A3,3 0 0,0 12,3A3,3 0 0,0 9,6H7A5,5 0 0,1 12,1A5,5 0 0,1 17,6V8H18M12,17A2,2 0 0,1 10,15A2,2 0 0,1 12,13A2,2 0 0,1 14,15A2,2 0 0,1 12,17Z\" /></svg></li><li title=\"lock open plus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lock-open-plus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14 15C14 16.11 13.11 17 12 17S10 16.11 10 15 10.9 13 12 13 14 13.9 14 15M6 20V10H18V13.09C18.33 13.04 18.66 13 19 13C19.34 13 19.67 13.04 20 13.09V10C20 8.9 19.11 8 18 8H17V6C17 3.24 14.76 1 12 1S7 3.24 7 6H9C9 4.34 10.34 3 12 3S15 4.34 15 6V8H6C4.89 8 4 8.9 4 10V20C4 21.1 4.89 22 6 22H13.81C13.46 21.39 13.22 20.72 13.09 20H6M20 18V15H18V18H15V20H18V23H20V20H23V18H20Z\" /></svg></li><li title=\"lock open plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lock-open-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 13C19.34 13 19.67 13.04 20 13.09V10C20 8.9 19.11 8 18 8H17V6C17 3.24 14.76 1 12 1S7 3.24 7 6H9C9 4.34 10.34 3 12 3S15 4.34 15 6V8H6C4.89 8 4 8.9 4 10V20C4 21.1 4.89 22 6 22H13.81C13.3 21.12 13 20.1 13 19C13 15.69 15.69 13 19 13M12 17C10.9 17 10 16.11 10 15S10.9 13 12 13 14 13.9 14 15 13.11 17 12 17M23 18V20H20V23H18V20H15V18H18V15H20V18H23Z\" /></svg></li><li title=\"lock open remove outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lock-open-remove-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14 15C14 16.11 13.11 17 12 17S10 16.11 10 15 10.9 13 12 13 14 13.9 14 15M6 20V10H18V13.09C18.33 13.04 18.66 13 19 13C19.34 13 19.67 13.04 20 13.09V10C20 8.9 19.11 8 18 8H17V6C17 3.24 14.76 1 12 1S7 3.24 7 6H9C9 4.34 10.34 3 12 3S15 4.34 15 6V8H6C4.89 8 4 8.9 4 10V20C4 21.1 4.89 22 6 22H13.81C13.46 21.39 13.22 20.72 13.09 20H6M22.54 16.88L21.12 15.47L19 17.59L16.88 15.47L15.47 16.88L17.59 19L15.47 21.12L16.88 22.54L19 20.41L21.12 22.54L22.54 21.12L20.41 19L22.54 16.88Z\" /></svg></li><li title=\"lock open remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lock-open-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 13C19.34 13 19.67 13.04 20 13.09V10C20 8.9 19.11 8 18 8H17V6C17 3.24 14.76 1 12 1S7 3.24 7 6H9C9 4.34 10.34 3 12 3S15 4.34 15 6V8H6C4.89 8 4 8.9 4 10V20C4 21.1 4.89 22 6 22H13.81C13.3 21.12 13 20.1 13 19C13 15.69 15.69 13 19 13M12 17C10.9 17 10 16.11 10 15S10.9 13 12 13 14 13.9 14 15 13.11 17 12 17M20.41 19L22.54 21.12L21.12 22.54L19 20.41L16.88 22.54L15.47 21.12L17.59 19L15.47 16.88L16.88 15.47L19 17.59L21.12 15.47L22.54 16.88L20.41 19Z\" /></svg></li><li title=\"lock open variant outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lock-open-variant-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10 13C11.1 13 12 13.89 12 15C12 16.11 11.11 17 10 17S8 16.11 8 15 8.9 13 10 13M18 1C15.24 1 13 3.24 13 6V8H4C2.9 8 2 8.9 2 10V20C2 21.1 2.9 22 4 22H16C17.1 22 18 21.1 18 20V10C18 8.9 17.1 8 16 8H15V6C15 4.34 16.34 3 18 3S21 4.34 21 6V8H23V6C23 3.24 20.76 1 18 1M16 10V20H4V10H16Z\" /></svg></li><li title=\"lock open variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lock-open-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 1C15.24 1 13 3.24 13 6V8H4C2.9 8 2 8.89 2 10V20C2 21.11 2.9 22 4 22H16C17.11 22 18 21.11 18 20V10C18 8.9 17.11 8 16 8H15V6C15 4.34 16.34 3 18 3C19.66 3 21 4.34 21 6V8H23V6C23 3.24 20.76 1 18 1M10 13C11.1 13 12 13.89 12 15C12 16.11 11.11 17 10 17C8.9 17 8 16.11 8 15C8 13.9 8.9 13 10 13Z\" /></svg></li><li title=\"lock open \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lock-open\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18,8A2,2 0 0,1 20,10V20A2,2 0 0,1 18,22H6C4.89,22 4,21.1 4,20V10A2,2 0 0,1 6,8H15V6A3,3 0 0,0 12,3A3,3 0 0,0 9,6H7A5,5 0 0,1 12,1A5,5 0 0,1 17,6V8H18M12,17A2,2 0 0,0 14,15A2,2 0 0,0 12,13A2,2 0 0,0 10,15A2,2 0 0,0 12,17Z\" /></svg></li><li title=\"lock outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lock-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,17C10.89,17 10,16.1 10,15C10,13.89 10.89,13 12,13A2,2 0 0,1 14,15A2,2 0 0,1 12,17M18,20V10H6V20H18M18,8A2,2 0 0,1 20,10V20A2,2 0 0,1 18,22H6C4.89,22 4,21.1 4,20V10C4,8.89 4.89,8 6,8H7V6A5,5 0 0,1 12,1A5,5 0 0,1 17,6V8H18M12,3A3,3 0 0,0 9,6V8H15V6A3,3 0 0,0 12,3Z\" /></svg></li><li title=\"lock pattern \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lock-pattern\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7,3A4,4 0 0,1 11,7C11,8.86 9.73,10.43 8,10.87V13.13C8.37,13.22 8.72,13.37 9.04,13.56L13.56,9.04C13.2,8.44 13,7.75 13,7A4,4 0 0,1 17,3A4,4 0 0,1 21,7A4,4 0 0,1 17,11C16.26,11 15.57,10.8 15,10.45L10.45,15C10.8,15.57 11,16.26 11,17A4,4 0 0,1 7,21A4,4 0 0,1 3,17C3,15.14 4.27,13.57 6,13.13V10.87C4.27,10.43 3,8.86 3,7A4,4 0 0,1 7,3M17,13A4,4 0 0,1 21,17A4,4 0 0,1 17,21A4,4 0 0,1 13,17A4,4 0 0,1 17,13M17,15A2,2 0 0,0 15,17A2,2 0 0,0 17,19A2,2 0 0,0 19,17A2,2 0 0,0 17,15Z\" /></svg></li><li title=\"lock plus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lock-plus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6 20V10H18V13.09C18.33 13.04 18.66 13 19 13C19.34 13 19.67 13.04 20 13.09V10C20 8.9 19.11 8 18 8H17V6C17 3.24 14.76 1 12 1S7 3.24 7 6V8H6C4.89 8 4 8.89 4 10V20C4 21.1 4.89 22 6 22H13.81C13.46 21.39 13.22 20.72 13.09 20H6M9 6C9 4.34 10.34 3 12 3S15 4.34 15 6V8H9V6M14 15C14 16.11 13.11 17 12 17C10.89 17 10 16.1 10 15C10 13.89 10.89 13 12 13C13.11 13 14 13.9 14 15M23 18V20H20V23H18V20H15V18H18V15H20V18H23Z\" /></svg></li><li title=\"lock plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lock-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 13C19.34 13 19.67 13.04 20 13.09V10C20 8.9 19.11 8 18 8H17V6C17 3.24 14.76 1 12 1S7 3.24 7 6V8H6C4.9 8 4 8.89 4 10V20C4 21.11 4.89 22 6 22H13.81C13.3 21.12 13 20.1 13 19C13 15.69 15.69 13 19 13M9 6C9 4.34 10.34 3 12 3S15 4.34 15 6V8H9V6M12 17C10.9 17 10 16.11 10 15S10.9 13 12 13C13.1 13 14 13.89 14 15C14 16.11 13.11 17 12 17M23 18V20H20V23H18V20H15V18H18V15H20V18H23Z\" /></svg></li><li title=\"lock question \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lock-question\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,1A5,5 0 0,0 7,6V8H6A2,2 0 0,0 4,10V20A2,2 0 0,0 6,22H18A2,2 0 0,0 20,20V10A2,2 0 0,0 18,8H17V6A5,5 0 0,0 12,1M12,2.9C13.71,2.9 15.1,4.29 15.1,6V8H8.9V6C8.9,4.29 10.29,2.9 12,2.9M12.19,10.5C13.13,10.5 13.88,10.71 14.42,11.12C14.96,11.54 15.23,12.1 15.23,12.8C15.23,13.24 15.08,13.63 14.79,14C14.5,14.36 14.12,14.64 13.66,14.85C13.4,15 13.23,15.15 13.14,15.32C13.05,15.5 13,15.72 13,16H11C11,15.5 11.1,15.16 11.29,14.92C11.5,14.68 11.84,14.4 12.36,14.08C12.62,13.94 12.83,13.76 13,13.54C13.14,13.33 13.22,13.08 13.22,12.8C13.22,12.5 13.13,12.28 12.95,12.11C12.77,11.93 12.5,11.85 12.19,11.85C11.92,11.85 11.7,11.92 11.5,12.06C11.34,12.2 11.24,12.41 11.24,12.69H9.27C9.22,12 9.5,11.4 10.05,11.04C10.59,10.68 11.3,10.5 12.19,10.5M11,17H13V19H11V17Z\" /></svg></li><li title=\"lock remove outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lock-remove-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14 15C14 16.11 13.11 17 12 17C10.89 17 10 16.1 10 15C10 13.89 10.89 13 12 13C13.11 13 14 13.9 14 15M13.09 20C13.21 20.72 13.46 21.39 13.81 22H6C4.89 22 4 21.1 4 20V10C4 8.89 4.89 8 6 8H7V6C7 3.24 9.24 1 12 1S17 3.24 17 6V8H18C19.11 8 20 8.9 20 10V13.09C19.67 13.04 19.34 13 19 13C18.66 13 18.33 13.04 18 13.09V10H6V20H13.09M9 8H15V6C15 4.34 13.66 3 12 3S9 4.34 9 6V8M22.54 16.88L21.12 15.47L19 17.59L16.88 15.47L15.47 16.88L17.59 19L15.47 21.12L16.88 22.54L19 20.41L21.12 22.54L22.54 21.12L20.41 19L22.54 16.88Z\" /></svg></li><li title=\"lock remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lock-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 13C19.34 13 19.67 13.04 20 13.09V10C20 8.9 19.11 8 18 8H17V6C17 3.24 14.76 1 12 1S7 3.24 7 6V8H6C4.9 8 4 8.89 4 10V20C4 21.11 4.89 22 6 22H13.81C13.3 21.12 13 20.1 13 19C13 15.69 15.69 13 19 13M9 6C9 4.34 10.34 3 12 3S15 4.34 15 6V8H9V6M12 17C10.9 17 10 16.11 10 15S10.9 13 12 13C13.1 13 14 13.89 14 15C14 16.11 13.11 17 12 17M20.41 19L22.54 21.12L21.12 22.54L19 20.41L16.88 22.54L15.47 21.12L17.59 19L15.47 16.88L16.88 15.47L19 17.59L21.12 15.47L22.54 16.88L20.41 19Z\" /></svg></li><li title=\"lock reset \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lock-reset\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12.63,2C18.16,2 22.64,6.5 22.64,12C22.64,17.5 18.16,22 12.63,22C9.12,22 6.05,20.18 4.26,17.43L5.84,16.18C7.25,18.47 9.76,20 12.64,20A8,8 0 0,0 20.64,12A8,8 0 0,0 12.64,4C8.56,4 5.2,7.06 4.71,11H7.47L3.73,14.73L0,11H2.69C3.19,5.95 7.45,2 12.63,2M15.59,10.24C16.09,10.25 16.5,10.65 16.5,11.16V15.77C16.5,16.27 16.09,16.69 15.58,16.69H10.05C9.54,16.69 9.13,16.27 9.13,15.77V11.16C9.13,10.65 9.54,10.25 10.04,10.24V9.23C10.04,7.7 11.29,6.46 12.81,6.46C14.34,6.46 15.59,7.7 15.59,9.23V10.24M12.81,7.86C12.06,7.86 11.44,8.47 11.44,9.23V10.24H14.19V9.23C14.19,8.47 13.57,7.86 12.81,7.86Z\" /></svg></li><li title=\"lock smart \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lock-smart\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A6,6 0 0,0 6,8V16A6,6 0 0,0 12,22A6,6 0 0,0 18,16V8A6,6 0 0,0 12,2M8,6H10V8H8V6M11,6H13V8H11V6M14,6H16V8H14V6M8,9H10V11H8V9M11,9H13V11H11V9M14,9H16V11H14V9M8,12H10V14H8V12M11,12H13V14H11V12M14,12H16V14H14V12M12,16A2,2 0 0,1 14,18A2,2 0 0,1 12,20A2,2 0 0,1 10,18A2,2 0 0,1 12,16Z\" /></svg></li><li title=\"lock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,17A2,2 0 0,0 14,15C14,13.89 13.1,13 12,13A2,2 0 0,0 10,15A2,2 0 0,0 12,17M18,8A2,2 0 0,1 20,10V20A2,2 0 0,1 18,22H6A2,2 0 0,1 4,20V10C4,8.89 4.9,8 6,8H7V6A5,5 0 0,1 12,1A5,5 0 0,1 17,6V8H18M12,3A3,3 0 0,0 9,6V8H15V6A3,3 0 0,0 12,3Z\" /></svg></li><li title=\"locker multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-locker-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,2H21A2,2 0 0,1 23,4V20A2,2 0 0,1 21,22H3A2,2 0 0,1 1,20V4A2,2 0 0,1 3,2M13,4V20H21V4H13M3,4V20H11V4H3M5,13H7V17H5V13M5,6H9V7.5H5V6M5,9H9V10.5H5V9M15,13H17V17H15V13M15,6H19V7.5H15V6M15,9H19V10.5H15V9Z\" /></svg></li><li title=\"locker \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-locker\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8,2H16A2,2 0 0,1 18,4V20A2,2 0 0,1 16,22H8A2,2 0 0,1 6,20V4A2,2 0 0,1 8,2M8,4V20H16V4H8M10,13H12V17H10V13M10,6H14V7.5H10V6M10,9H14V10.5H10V9Z\" /></svg></li><li title=\"login variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-login-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,3H5C3.89,3 3,3.89 3,5V9H5V5H19V19H5V15H3V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3M10.08,15.58L11.5,17L16.5,12L11.5,7L10.08,8.41L12.67,11H3V13H12.67L10.08,15.58Z\" /></svg></li><li title=\"login \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-login\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,17V14H3V10H10V7L15,12L10,17M10,2H19A2,2 0 0,1 21,4V20A2,2 0 0,1 19,22H10A2,2 0 0,1 8,20V18H10V20H19V4H10V6H8V4A2,2 0 0,1 10,2Z\" /></svg></li><li title=\"logout variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-logout-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.08,15.59L16.67,13H7V11H16.67L14.08,8.41L15.5,7L20.5,12L15.5,17L14.08,15.59M19,3A2,2 0 0,1 21,5V9.67L19,7.67V5H5V19H19V16.33L21,14.33V19A2,2 0 0,1 19,21H5C3.89,21 3,20.1 3,19V5C3,3.89 3.89,3 5,3H19Z\" /></svg></li><li title=\"logout \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-logout\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,17V14H9V10H16V7L21,12L16,17M14,2A2,2 0 0,1 16,4V6H14V4H5V20H14V18H16V20A2,2 0 0,1 14,22H5A2,2 0 0,1 3,20V4A2,2 0 0,1 5,2H14Z\" /></svg></li><li title=\"longitude \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-longitude\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2A10 10 0 1 0 22 12A10.03 10.03 0 0 0 12 2M9.4 19.6A8.05 8.05 0 0 1 9.4 4.4A16.45 16.45 0 0 0 7.5 12A16.45 16.45 0 0 0 9.4 19.6M12 20A13.81 13.81 0 0 1 9.5 12A13.81 13.81 0 0 1 12 4A13.81 13.81 0 0 1 14.5 12A13.81 13.81 0 0 1 12 20M14.6 19.6A16.15 16.15 0 0 0 14.6 4.4A8.03 8.03 0 0 1 20 12A7.9 7.9 0 0 1 14.6 19.6Z\" /></svg></li><li title=\"looks \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-looks\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,6A11,11 0 0,0 1,17H3C3,12.04 7.04,8 12,8C16.96,8 21,12.04 21,17H23A11,11 0 0,0 12,6M12,10C8.14,10 5,13.14 5,17H7A5,5 0 0,1 12,12A5,5 0 0,1 17,17H19C19,13.14 15.86,10 12,10Z\" /></svg></li><li title=\"lotion outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lotion-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.5 6.5C15.5 5.66 17 4 17 4S18.5 5.66 18.5 6.5C18.5 7.33 17.83 8 17 8S15.5 7.33 15.5 6.5M19.5 15C20.88 15 22 13.88 22 12.5C22 10.83 19.5 8 19.5 8S17 10.83 17 12.5C17 13.88 18.12 15 19.5 15M16 12V20C16 21.1 15.1 22 14 22H6C4.9 22 4 21.1 4 20V12C4 9.03 6.16 6.57 9 6.09V4H7V2H13C14.13 2 15.15 2.39 16 3L14.56 4.44C14.1 4.17 13.57 4 13 4H11V6.09C13.84 6.57 16 9.03 16 12M14 12C14 9.79 12.21 8 10 8S6 9.79 6 12V20H14V12Z\" /></svg></li><li title=\"lotion plus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lotion-plus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.5 6.5C15.5 5.66 17 4 17 4S18.5 5.66 18.5 6.5C18.5 7.33 17.83 8 17 8S15.5 7.33 15.5 6.5M19.5 15C20.88 15 22 13.88 22 12.5C22 10.83 19.5 8 19.5 8S17 10.83 17 12.5C17 13.88 18.12 15 19.5 15M13 14H11V12H9V14H7V16H9V18H11V16H13V14M16 12V20C16 21.1 15.1 22 14 22H6C4.9 22 4 21.1 4 20V12C4 9.03 6.16 6.57 9 6.09V4H7V2H13C14.13 2 15.15 2.39 16 3L14.56 4.44C14.1 4.17 13.57 4 13 4H11V6.09C13.84 6.57 16 9.03 16 12M14 12C14 9.79 12.21 8 10 8S6 9.79 6 12V20H14V12Z\" /></svg></li><li title=\"lotion plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lotion-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.5 6.5C15.5 5.66 17 4 17 4S18.5 5.66 18.5 6.5C18.5 7.33 17.83 8 17 8S15.5 7.33 15.5 6.5M19.5 15C20.88 15 22 13.88 22 12.5C22 10.83 19.5 8 19.5 8S17 10.83 17 12.5C17 13.88 18.12 15 19.5 15M13 14H11V12H9V14H7V16H9V18H11V16H13V14M16 12V22H4V12C4 9.03 6.16 6.57 9 6.09V4H7V2H13C14.13 2 15.15 2.39 16 3L14.56 4.44C14.1 4.17 13.57 4 13 4H11V6.09C13.84 6.57 16 9.03 16 12Z\" /></svg></li><li title=\"lotion \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lotion\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.5 6.5C15.5 5.66 17 4 17 4S18.5 5.66 18.5 6.5C18.5 7.33 17.83 8 17 8S15.5 7.33 15.5 6.5M19.5 15C20.88 15 22 13.88 22 12.5C22 10.83 19.5 8 19.5 8S17 10.83 17 12.5C17 13.88 18.12 15 19.5 15M16 12V22H4V12C4 9.03 6.16 6.57 9 6.09V4H7V2H13C14.13 2 15.15 2.39 16 3L14.56 4.44C14.1 4.17 13.57 4 13 4H11V6.09C13.84 6.57 16 9.03 16 12Z\" /></svg></li><li title=\"loupe \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-loupe\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,20C7.59,20 4,16.41 4,12C4,7.59 7.59,4 12,4C16.41,4 20,7.59 20,12C20,16.41 16.41,20 12,20M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22H20A2,2 0 0,0 22,20V12A10,10 0 0,0 12,2M13,7H11V11H7V13H11V17H13V13H17V11H13V7Z\" /></svg></li><li title=\"lumx \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lumx\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12.35,1.75L20.13,9.53L13.77,15.89L12.35,14.47L17.3,9.53L10.94,3.16L12.35,1.75M15.89,9.53L14.47,10.94L10.23,6.7L5.28,11.65L3.87,10.23L10.23,3.87L15.89,9.53M10.23,8.11L11.65,9.53L6.7,14.47L13.06,20.84L11.65,22.25L3.87,14.47L10.23,8.11M8.11,14.47L9.53,13.06L13.77,17.3L18.72,12.35L20.13,13.77L13.77,20.13L8.11,14.47Z\" /></svg></li><li title=\"lungs \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-lungs\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.47 3.11C15 2.85 14.37 3.05 14.11 3.54C14.04 3.68 14 3.84 14 4V6.59L13.29 5.88C13.1 5.69 13 5.44 13 5.18V1H11V5.17C11 5.44 10.9 5.69 10.71 5.88L10 6.59V4C10 3.44 9.54 3 9 3C8.83 3 8.67 3.04 8.53 3.11C4.72 5 2 9.97 2 15.77C2 17.67 2.33 19.55 3 21.32C3.19 21.85 3.76 22.13 4.29 21.94C4.34 21.92 4.39 21.9 4.44 21.87L9.5 19.07C9.81 18.9 10 18.56 10 18.19V9.41L11.3 8.12C11.69 7.73 12.32 7.73 12.71 8.12L14 9.42V18.2C14 18.56 14.21 18.9 14.5 19.08L19.58 21.88C20.07 22.14 20.68 21.96 20.94 21.46C20.96 21.42 21 21.37 21 21.32C21.67 19.55 22 17.67 22 15.77C22 9.97 19.29 5 15.47 3.11Z\" /></svg></li><li title=\"mace \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-mace\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.92 9.27C19.97 9 20 8.76 20 8.5S19.97 8 19.92 7.73L23 8.5L19.92 9.27M14.69 12.92L15.5 16.16L16.31 12.92C16.05 12.97 15.78 13 15.5 13S14.95 12.97 14.69 12.92M11.7 10.89L6.79 15.79L6.09 15.09L1 20.17L3.83 23L8.91 17.91L8.21 17.21L13.11 12.3C12.54 11.94 12.06 11.46 11.7 10.89M16.27 4.08L15.5 1L14.73 4.08C15 4.03 15.24 4 15.5 4S16 4.03 16.27 4.08M8 8.5L11.08 9.27C11.03 9 11 8.76 11 8.5S11.03 8 11.08 7.73L8 8.5M18.63 10.04C18.86 9.58 19 9.06 19 8.5S18.86 7.42 18.63 6.96L21 3L17.04 5.37C16.58 5.14 16.06 5 15.5 5S14.42 5.14 13.96 5.37L10 3L12.37 6.96C12.14 7.42 12 7.94 12 8.5C12 10.43 13.57 12 15.5 12C16.06 12 16.58 11.86 17.04 11.63L21 14L18.63 10.04Z\" /></svg></li><li title=\"magazine pistol \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-magazine-pistol\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14 1L12 3H7L9 21H8V23H18V21L16 1M9 5H12L12.24 7H9.24M9.47 9H12.47L12.71 11H9.71M9.94 13H12.94L13.18 15H10.18M10.41 17H13.41L13.65 19H10.65Z\" /></svg></li><li title=\"magazine rifle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-magazine-rifle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7 1V3H8V13L5 19L14 23L18 13V3H19V1M10 3H16V5H11.88V13.45L9.6 18.14L8 17.5L10 13.5Z\" /></svg></li><li title=\"magic staff \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-magic-staff\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17.5 9C16.12 9 15 7.88 15 6.5S16.12 4 17.5 4 20 5.12 20 6.5 18.88 9 17.5 9M14.43 8.15L2 20.59L3.41 22L15.85 9.57C15.25 9.24 14.76 8.75 14.43 8.15M13 5L13.63 3.63L15 3L13.63 2.37L13 1L12.38 2.37L11 3L12.38 3.63L13 5M21 5L21.63 3.63L23 3L21.63 2.37L21 1L20.38 2.37L19 3L20.38 3.63L21 5M21 9L20.38 10.37L19 11L20.38 11.63L21 13L21.63 11.63L23 11L21.63 10.37L21 9Z\" /></svg></li><li title=\"magnet on \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-magnet-on\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,7V13A9,9 0 0,0 12,22A9,9 0 0,0 21,13V7H17V13A5,5 0 0,1 12,18A5,5 0 0,1 7,13V7M17,5H21V2H17M3,5H7V2H3M13,1.5L9,9H11V14.5L15,7H13V1.5Z\" /></svg></li><li title=\"magnet \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-magnet\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,7V13A9,9 0 0,0 12,22A9,9 0 0,0 21,13V7H17V13A5,5 0 0,1 12,18A5,5 0 0,1 7,13V7M17,5H21V2H17M3,5H7V2H3\" /></svg></li><li title=\"magnify close \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-magnify-close\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,2A7,7 0 0,1 16,9C16,10.5 15.5,12 14.61,13.19L15.41,14H16L22,20L20,22L14,16V15.41L13.19,14.61C12,15.5 10.5,16 9,16A7,7 0 0,1 2,9A7,7 0 0,1 9,2M11.12,5.46L9,7.59L6.88,5.46L5.46,6.88L7.59,9L5.46,11.12L6.88,12.54L9,10.41L11.12,12.54L12.54,11.12L10.41,9L12.54,6.88L11.12,5.46Z\" /></svg></li><li title=\"magnify expand \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-magnify-expand\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 16H17.42L16.61 15.19C17.5 14 18 12.5 18 11C18 7.13 14.87 4 11 4C9.5 4 8 4.5 6.79 5.4C3.7 7.72 3.07 12.11 5.39 15.2C7.71 18.29 12.1 18.92 15.19 16.6L16 17.41V18L21 23L23 21L18 16M11 16C8.24 16 6 13.76 6 11S8.24 6 11 6 16 8.24 16 11 13.76 16 11 16M3 6L1 8V1H8L6 3H3V6M21 1V8L19 6V3H16L14 1H21M6 19L8 21H1V14L3 16V19H6Z\" /></svg></li><li title=\"magnify minus cursor \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-magnify-minus-cursor\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,4A7,7 0 0,1 18,11C18,12.5 17.5,14 16.61,15.19L17.42,16H18L23,21L21,23L16,18V17.41L15.19,16.6C12.1,18.92 7.71,18.29 5.39,15.2C3.07,12.11 3.7,7.72 6.79,5.4C8,4.5 9.5,4 11,4M7,10V12H15V10H7M1,1V8L8,1H1Z\" /></svg></li><li title=\"magnify minus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-magnify-minus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.5,14H14.71L14.43,13.73C15.41,12.59 16,11.11 16,9.5A6.5,6.5 0 0,0 9.5,3A6.5,6.5 0 0,0 3,9.5A6.5,6.5 0 0,0 9.5,16C11.11,16 12.59,15.41 13.73,14.43L14,14.71V15.5L19,20.5L20.5,19L15.5,14M9.5,14C7,14 5,12 5,9.5C5,7 7,5 9.5,5C12,5 14,7 14,9.5C14,12 12,14 9.5,14M7,9H12V10H7V9Z\" /></svg></li><li title=\"magnify minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-magnify-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,2A7,7 0 0,1 16,9C16,10.57 15.5,12 14.61,13.19L15.41,14H16L22,20L20,22L14,16V15.41L13.19,14.61C12,15.5 10.57,16 9,16A7,7 0 0,1 2,9A7,7 0 0,1 9,2M5,8V10H13V8H5Z\" /></svg></li><li title=\"magnify plus cursor \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-magnify-plus-cursor\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,4A7,7 0 0,1 18,11C18,12.5 17.5,14 16.61,15.19L17.42,16H18L23,21L21,23L16,18V17.41L15.19,16.6C12.1,18.92 7.71,18.29 5.39,15.2C3.07,12.11 3.7,7.72 6.79,5.4C8,4.5 9.5,4 11,4M10,7V10H7V12H10V15H12V12H15V10H12V7H10M1,1V8L8,1H1Z\" /></svg></li><li title=\"magnify plus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-magnify-plus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.5,14L20.5,19L19,20.5L14,15.5V14.71L13.73,14.43C12.59,15.41 11.11,16 9.5,16A6.5,6.5 0 0,1 3,9.5A6.5,6.5 0 0,1 9.5,3A6.5,6.5 0 0,1 16,9.5C16,11.11 15.41,12.59 14.43,13.73L14.71,14H15.5M9.5,14C12,14 14,12 14,9.5C14,7 12,5 9.5,5C7,5 5,7 5,9.5C5,12 7,14 9.5,14M12,10H10V12H9V10H7V9H9V7H10V9H12V10Z\" /></svg></li><li title=\"magnify plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-magnify-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,2A7,7 0 0,1 16,9C16,10.57 15.5,12 14.61,13.19L15.41,14H16L22,20L20,22L14,16V15.41L13.19,14.61C12,15.5 10.57,16 9,16A7,7 0 0,1 2,9A7,7 0 0,1 9,2M8,5V8H5V10H8V13H10V10H13V8H10V5H8Z\" /></svg></li><li title=\"magnify remove cursor \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-magnify-remove-cursor\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M1 1V8L8 1H1M18 16H17.42L16.61 15.19C17.5 14 18 12.5 18 11C18 7.13 14.87 4 11 4C9.5 4 8 4.5 6.79 5.4C3.7 7.72 3.07 12.11 5.39 15.2C7.71 18.29 12.1 18.92 15.19 16.6L16 17.41V18L21 23L23 21L18 16M14.6 13.16L13.18 14.58L11.06 12.45L8.94 14.58L7.5 13.16L9.65 11.04L7.5 8.92L8.94 7.5L11.06 9.63L13.18 7.5L14.6 8.92L12.47 11.04L14.6 13.16Z\" /></svg></li><li title=\"magnify remove outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-magnify-remove-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.5 14H14.71L14.43 13.73C15.41 12.59 16 11.11 16 9.5C16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16C11.11 16 12.59 15.41 13.73 14.43L14 14.71V15.5L19 20.5L20.5 19L15.5 14M9.5 14C7 14 5 12 5 9.5S7 5 9.5 5 14 7 14 9.5 12 14 9.5 14M10.91 11.62L9.5 10.21L8.09 11.62L7.38 10.91L8.79 9.5L7.38 8.09L8.09 7.38L9.5 8.79L10.91 7.38L11.62 8.09L10.21 9.5L11.62 10.91L10.91 11.62Z\" /></svg></li><li title=\"magnify scan \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-magnify-scan\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17 22V20H20V17H22V20.5C22 20.89 21.84 21.24 21.54 21.54C21.24 21.84 20.89 22 20.5 22H17M7 22H3.5C3.11 22 2.76 21.84 2.46 21.54C2.16 21.24 2 20.89 2 20.5V17H4V20H7V22M17 2H20.5C20.89 2 21.24 2.16 21.54 2.46C21.84 2.76 22 3.11 22 3.5V7H20V4H17V2M7 2V4H4V7H2V3.5C2 3.11 2.16 2.76 2.46 2.46C2.76 2.16 3.11 2 3.5 2H7M10.5 6C13 6 15 8 15 10.5C15 11.38 14.75 12.2 14.31 12.9L17.57 16.16L16.16 17.57L12.9 14.31C12.2 14.75 11.38 15 10.5 15C8 15 6 13 6 10.5C6 8 8 6 10.5 6M10.5 8C9.12 8 8 9.12 8 10.5C8 11.88 9.12 13 10.5 13C11.88 13 13 11.88 13 10.5C13 9.12 11.88 8 10.5 8Z\" /></svg></li><li title=\"magnify \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-magnify\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9.5,3A6.5,6.5 0 0,1 16,9.5C16,11.11 15.41,12.59 14.44,13.73L14.71,14H15.5L20.5,19L19,20.5L14,15.5V14.71L13.73,14.44C12.59,15.41 11.11,16 9.5,16A6.5,6.5 0 0,1 3,9.5A6.5,6.5 0 0,1 9.5,3M9.5,5C7,5 5,7 5,9.5C5,12 7,14 9.5,14C12,14 14,12 14,9.5C14,7 12,5 9.5,5Z\" /></svg></li><li title=\"mail \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-mail\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,4H4C2.89,4 2,4.89 2,6V18A2,2 0 0,0 4,20H20A2,2 0 0,0 22,18V6C22,4.89 21.1,4 20,4M17,17H7V15H17M17,13H7V11H17M20,9H17V6H20\" /></svg></li><li title=\"mailbox open outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-mailbox-open-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,11H20V15H18V13H14V11M18,4H8A5,5 0 0,0 3,9V18H1V20H21A2,2 0 0,0 23,18V9A5,5 0 0,0 18,4M11,18H5V9A3,3 0 0,1 8,6A3,3 0 0,1 11,9V18M21,18H13V9C13,7.92 12.65,6.86 12,6H18A3,3 0 0,1 21,9V18Z\" /></svg></li><li title=\"mailbox open up outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-mailbox-open-up-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,12.85V6.85H18V8.85H16V12.85H14M18,3.85H8A5,5 0 0,0 3,8.85V17.85H1V19.85H21A2,2 0 0,0 23,17.85V8.85A5,5 0 0,0 18,3.85M11,17.85H5V8.85A3,3 0 0,1 8,5.85A3,3 0 0,1 11,8.85V17.85M21,17.85H13V8.85C13,7.76 12.65,6.71 12,5.85H18A3,3 0 0,1 21,8.85V17.85Z\" /></svg></li><li title=\"mailbox open up \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-mailbox-open-up\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8,4A5,5 0 0,0 3,9V18H1V20H21A2,2 0 0,0 23,18V9A5,5 0 0,0 18,4H8M8,6A3,3 0 0,1 11,9V18H5V9A3,3 0 0,1 8,6M13,13V7H17V9H15V13H13Z\" /></svg></li><li title=\"mailbox open \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-mailbox-open\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8,4A5,5 0 0,0 3,9V18H1V20H21A2,2 0 0,0 23,18V9A5,5 0 0,0 18,4H8M8,6A3,3 0 0,1 11,9V18H5V9A3,3 0 0,1 8,6M14,11H20V15H18V13H14V11Z\" /></svg></li><li title=\"mailbox outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-mailbox-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,4H7A5,5 0 0,0 2,9V20H20A2,2 0 0,0 22,18V9A5,5 0 0,0 17,4M10,18H4V9A3,3 0 0,1 7,6A3,3 0 0,1 10,9V18M20,18H12V9C12,7.92 11.65,6.86 11,6H17A3,3 0 0,1 20,9V18M13,11V13H17V15H19V11H13M9,11H5V9H9V11Z\" /></svg></li><li title=\"mailbox up outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-mailbox-up-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,4H7A5,5 0 0,0 2,9V20H20A2,2 0 0,0 22,18V9A5,5 0 0,0 17,4M10,18H4V9A3,3 0 0,1 7,6A3,3 0 0,1 10,9V18M20,18H12V9C12,7.92 11.65,6.86 11,6H17A3,3 0 0,1 20,9V18M13,13H15V9H17V7H13V13M9,11H5V9H9V11Z\" /></svg></li><li title=\"mailbox up \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-mailbox-up\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,9H9V11H5V9M22,9V18A2,2 0 0,1 20,20H2V9A5,5 0 0,1 7,4H17A5,5 0 0,1 22,9M10,9A3,3 0 0,0 7,6A3,3 0 0,0 4,9V18H10V9M16,7H12V13H14V9H16V7Z\" /></svg></li><li title=\"mailbox \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-mailbox\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,4H7A5,5 0 0,0 2,9V20H20A2,2 0 0,0 22,18V9A5,5 0 0,0 17,4M10,18H4V9A3,3 0 0,1 7,6A3,3 0 0,1 10,9V18M19,15H17V13H13V11H19V15M9,11H5V9H9V11Z\" /></svg></li><li title=\"manjaro \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-manjaro\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2 2V22H7.6V7.6H14.8V2H2M9.2 9.2V22H14.8V9.2H9.2M16.4 2V22H22V2H16.4Z\" /></svg></li><li title=\"map check outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-map-check-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.25,22L15.5,19L16.66,17.82L18.25,19.41L21.84,15.82L23,17.23L18.25,22M20.5,3A0.5,0.5 0 0,1 21,3.5V13.34C20.37,13.12 19.7,13 19,13V5.7L16,6.86V13.8C15.2,14.27 14.5,14.91 14,15.68V6.87L10,5.47V17.13L13.05,18.2L13,19C13,19.46 13.05,19.92 13.15,20.35L9,18.9L3.66,20.97L3.5,21A0.5,0.5 0 0,1 3,20.5V5.38C3,5.15 3.15,4.97 3.36,4.9L9,3L15,5.1L20.34,3.03L20.5,3M5,6.46V18.31L8,17.15V5.45L5,6.46Z\" /></svg></li><li title=\"map check \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-map-check\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.25,22L15.5,19L16.66,17.82L18.25,19.41L21.84,15.82L23,17.23M20.5,3A0.5,0.5 0 0,1 21,3.5V13.36C20.36,13.13 19.69,13 19,13C17.46,13 16.06,13.6 15,14.56V7.1L9,5V16.9L13.04,18.3C13,18.54 13,18.77 13,19C13,19.46 13.06,19.92 13.16,20.36L9,18.9L3.66,20.97C3.59,21 3.55,21 3.5,21A0.5,0.5 0 0,1 3,20.5V5.38C3,5.15 3.16,4.97 3.35,4.9L9,3L15,5.1L20.33,3\" /></svg></li><li title=\"map clock outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-map-clock-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,12H16.5V16.25L19.36,17.94L18.61,19.16L15,17V12M16,9C16.69,9 17.37,9.1 18,9.29V4.7L15,5.86V9.07C15.33,9 15.66,9 16,9M23,16A7,7 0 0,1 16,23C13,23 10.4,21.08 9.42,18.4L8,17.9L2.66,19.97L2.5,20A0.5,0.5 0 0,1 2,19.5V4.38C2,4.15 2.15,3.97 2.36,3.9L8,2L14,4.1L19.34,2.03L19.5,2A0.5,0.5 0 0,1 20,2.5V10.25C21.81,11.5 23,13.62 23,16M9,16C9,13.21 10.63,10.8 13,9.67V5.87L9,4.47V16.13H9C9,16.09 9,16.04 9,16M16,11A5,5 0 0,0 11,16A5,5 0 0,0 16,21A5,5 0 0,0 21,16A5,5 0 0,0 16,11M4,5.46V17.31L7,16.15V4.45L4,5.46Z\" /></svg></li><li title=\"map clock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-map-clock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,12H16.5V16.25L19.36,17.94L18.61,19.16L15,17V12M23,16A7,7 0 0,1 16,23C13,23 10.4,21.08 9.42,18.4L8,17.9L2.66,19.97L2.5,20A0.5,0.5 0 0,1 2,19.5V4.38C2,4.15 2.15,3.97 2.36,3.9L8,2L14,4.1L19.34,2H19.5A0.5,0.5 0 0,1 20,2.5V10.25C21.81,11.5 23,13.62 23,16M9,16C9,12.83 11.11,10.15 14,9.29V6.11L8,4V15.89L9,16.24C9,16.16 9,16.08 9,16M16,11A5,5 0 0,0 11,16A5,5 0 0,0 16,21A5,5 0 0,0 21,16A5,5 0 0,0 16,11Z\" /></svg></li><li title=\"map legend \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-map-legend\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,3L3.36,4.9C3.15,4.97 3,5.15 3,5.38V20.5A0.5,0.5 0 0,0 3.5,21L3.66,20.97L9,18.9L15,21L20.64,19.1C20.85,19.03 21,18.85 21,18.62V3.5A0.5,0.5 0 0,0 20.5,3L20.34,3.03L15,5.1L9,3M8,5.45V17.15L5,18.31V6.46L8,5.45M10,5.47L14,6.87V18.53L10,17.13V5.47M19,5.7V17.54L16,18.55V6.86L19,5.7M7.46,6.3L5.57,6.97V9.12L7.46,8.45V6.3M7.46,9.05L5.57,9.72V11.87L7.46,11.2V9.05M7.46,11.8L5.57,12.47V14.62L7.46,13.95V11.8M7.46,14.55L5.57,15.22V17.37L7.46,16.7V14.55Z\" /></svg></li><li title=\"map marker account outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-map-marker-account-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 4C14.8 4 17 6.2 17 9C17 11.9 14.1 16.2 12 18.9C9.9 16.2 7 11.9 7 9C7 6.2 9.2 4 12 4M12 2C8.1 2 5 5.1 5 9C5 14.2 12 22 12 22S19 14.2 19 9C19 5.1 15.9 2 12 2M12 10C13.33 10 16 10.67 16 12V12.16C15.03 13.28 13.6 14 12 14S8.97 13.28 8 12.16V12C8 10.67 10.67 10 12 10M12 9C10.9 9 10 8.1 10 7S10.9 5 12 5 14 5.9 14 7 13.1 9 12 9Z\" /></svg></li><li title=\"map marker account \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-map-marker-account\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2C8.14 2 5 5.14 5 9C5 14.25 12 22 12 22S19 14.25 19 9C19 5.14 15.86 2 12 2M12 4C13.1 4 14 4.9 14 6C14 7.11 13.1 8 12 8S10 7.11 10 6C10 4.9 10.9 4 12 4M12 14C10.33 14 8.86 13.15 8 11.85C8 10.53 10.67 9.8 12 9.8S16 10.53 16 11.85C15.14 13.15 13.67 14 12 14Z\" /></svg></li><li title=\"map marker alert outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-map-marker-alert-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A7,7 0 0,1 19,9C19,14.25 12,22 12,22C12,22 5,14.25 5,9A7,7 0 0,1 12,2M12,4A5,5 0 0,0 7,9C7,10 7,12 12,18.71C17,12 17,10 17,9A5,5 0 0,0 12,4M11,6H13V11H11V6M11,13H13V15H11V13Z\" /></svg></li><li title=\"map marker alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-map-marker-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2C15.9 2 19 5.1 19 9C19 14.2 12 22 12 22S5 14.2 5 9C5 5.1 8.1 2 12 2M11 6V12H13V6H11M11 14V16H13V14H11Z\" /></svg></li><li title=\"map marker check outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-map-marker-check-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 4C14.8 4 17 6.2 17 9C17 11.9 14.1 16.2 12 18.9C9.9 16.2 7 11.9 7 9C7 6.2 9.2 4 12 4M12 2C8.1 2 5 5.1 5 9C5 14.2 12 22 12 22S19 14.2 19 9C19 5.1 15.9 2 12 2M11.3 14L16.2 9L14.8 7.6L11.3 11.2L9.7 9.6L8.3 11L11.3 14Z\" /></svg></li><li title=\"map marker check \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-map-marker-check\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2C15.86,2 19,5.14 19,9C19,14.25 12,22 12,22C12,22 5,14.25 5,9C5,5.14 8.14,2 12,2M10.47,14L17,7.41L15.6,6L10.47,11.18L8.4,9.09L7,10.5L10.47,14Z\" /></svg></li><li title=\"map marker circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-map-marker-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,20A8,8 0 0,1 4,12A8,8 0 0,1 12,4A8,8 0 0,1 20,12A8,8 0 0,1 12,20M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M12,12.5A1.5,1.5 0 0,1 10.5,11A1.5,1.5 0 0,1 12,9.5A1.5,1.5 0 0,1 13.5,11A1.5,1.5 0 0,1 12,12.5M12,7.2C9.9,7.2 8.2,8.9 8.2,11C8.2,14 12,17.5 12,17.5C12,17.5 15.8,14 15.8,11C15.8,8.9 14.1,7.2 12,7.2Z\" /></svg></li><li title=\"map marker distance \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-map-marker-distance\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6.5,8.11C5.61,8.11 4.89,7.39 4.89,6.5A1.61,1.61 0 0,1 6.5,4.89C7.39,4.89 8.11,5.61 8.11,6.5V6.5A1.61,1.61 0 0,1 6.5,8.11M6.5,2C4,2 2,4 2,6.5C2,9.87 6.5,14.86 6.5,14.86C6.5,14.86 11,9.87 11,6.5C11,4 9,2 6.5,2M17.5,8.11A1.61,1.61 0 0,1 15.89,6.5C15.89,5.61 16.61,4.89 17.5,4.89C18.39,4.89 19.11,5.61 19.11,6.5A1.61,1.61 0 0,1 17.5,8.11M17.5,2C15,2 13,4 13,6.5C13,9.87 17.5,14.86 17.5,14.86C17.5,14.86 22,9.87 22,6.5C22,4 20,2 17.5,2M17.5,16C16.23,16 15.1,16.8 14.68,18H9.32C8.77,16.44 7.05,15.62 5.5,16.17C3.93,16.72 3.11,18.44 3.66,20C4.22,21.56 5.93,22.38 7.5,21.83C8.35,21.53 9,20.85 9.32,20H14.69C15.24,21.56 16.96,22.38 18.5,21.83C20.08,21.28 20.9,19.56 20.35,18C19.92,16.8 18.78,16 17.5,16V16M17.5,20.5A1.5,1.5 0 0,1 16,19A1.5,1.5 0 0,1 17.5,17.5A1.5,1.5 0 0,1 19,19A1.5,1.5 0 0,1 17.5,20.5Z\" /></svg></li><li title=\"map marker down \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-map-marker-down\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2A7 7 0 0 0 5 9C5 14.25 12 22 12 22S19 14.25 19 9A7 7 0 0 0 12 2M7.5 10H10V5H14V10H16.5L12 14.5Z\" /></svg></li><li title=\"map marker left outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-map-marker-left-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15 6.5C16.38 6.5 17.5 7.62 17.5 9S16.38 11.5 15 11.5 12.5 10.38 12.5 9 13.62 6.5 15 6.5M15 2C18.87 2 22 5.13 22 9C22 14.25 15 22 15 22S8 14.25 8 9C8 5.13 11.13 2 15 2M10 9C10 10 10 12 15 18.71C20 12 20 10 20 9C20 6.24 17.76 4 15 4S10 6.24 10 9M6 7L1 12L6 17V7Z\" /></svg></li><li title=\"map marker left \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-map-marker-left\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15 11.5C13.62 11.5 12.5 10.38 12.5 9S13.62 6.5 15 6.5 17.5 7.62 17.5 9 16.38 11.5 15 11.5M8 9C8 14.25 15 22 15 22S22 14.25 22 9C22 5.13 18.87 2 15 2S8 5.13 8 9M6 7L1 12L6 17V7Z\" /></svg></li><li title=\"map marker minus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-map-marker-minus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15 17H23V19H15V17M9 6.5C10.4 6.5 11.5 7.6 11.5 9S10.4 11.5 9 11.5 6.5 10.4 6.5 9 7.6 6.5 9 6.5M9 2C12.9 2 16 5.1 16 9C16 14.2 9 22 9 22S2 14.2 2 9C2 5.1 5.1 2 9 2M9 4C6.2 4 4 6.2 4 9C4 10 4 12 9 18.7C14 12 14 10 14 9C14 6.2 11.8 4 9 4Z\" /></svg></li><li title=\"map marker minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-map-marker-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,11.5A2.5,2.5 0 0,0 11.5,9A2.5,2.5 0 0,0 9,6.5A2.5,2.5 0 0,0 6.5,9A2.5,2.5 0 0,0 9,11.5M9,2C12.86,2 16,5.13 16,9C16,14.25 9,22 9,22C9,22 2,14.25 2,9A7,7 0 0,1 9,2M15,17H23V19H15V17Z\" /></svg></li><li title=\"map marker multiple outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-map-marker-multiple-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.5 9C11.5 7.62 12.62 6.5 14 6.5C15.1 6.5 16.03 7.21 16.37 8.19C16.45 8.45 16.5 8.72 16.5 9C16.5 10.38 15.38 11.5 14 11.5C12.91 11.5 12 10.81 11.64 9.84C11.55 9.58 11.5 9.29 11.5 9M5 9C5 13.5 10.08 19.66 11 20.81L10 22C10 22 3 14.25 3 9C3 5.83 5.11 3.15 8 2.29C6.16 3.94 5 6.33 5 9M14 2C17.86 2 21 5.13 21 9C21 14.25 14 22 14 22C14 22 7 14.25 7 9C7 5.13 10.14 2 14 2M14 4C11.24 4 9 6.24 9 9C9 10 9 12 14 18.71C19 12 19 10 19 9C19 6.24 16.76 4 14 4Z\" /></svg></li><li title=\"map marker multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-map-marker-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,11.5A2.5,2.5 0 0,0 16.5,9A2.5,2.5 0 0,0 14,6.5A2.5,2.5 0 0,0 11.5,9A2.5,2.5 0 0,0 14,11.5M14,2C17.86,2 21,5.13 21,9C21,14.25 14,22 14,22C14,22 7,14.25 7,9A7,7 0 0,1 14,2M5,9C5,13.5 10.08,19.66 11,20.81L10,22C10,22 3,14.25 3,9C3,5.83 5.11,3.15 8,2.29C6.16,3.94 5,6.33 5,9Z\" /></svg></li><li title=\"map marker off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-map-marker-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 19.7L3.3 3L2 4.3L5.2 7.5C5.1 8 5 8.5 5 9C5 14.2 12 22 12 22S13.7 20.1 15.4 17.6L18.8 21L20 19.7M12 18.7C7.4 12.5 7 10.4 7 9.3L13.8 16.1C13.3 16.9 12.7 17.7 12 18.7M8.4 5.6L7 4.2C8.2 2.8 10 2 12 2C15.9 2 19 5.1 19 9C19 10.7 18.3 12.6 17.3 14.5L15.8 13C17 10.6 17 9.6 17 9C17 6.2 14.8 4 12 4C10.6 4 9.3 4.6 8.4 5.6M12 6.5C13.4 6.5 14.5 7.6 14.5 9C14.5 9.7 14.2 10.4 13.7 10.9L10.2 7.4C10.6 6.8 11.3 6.5 12 6.5Z\" /></svg></li><li title=\"map marker off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-map-marker-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.37,16.1L11.75,11.47L11.64,11.36L3.27,3L2,4.27L5.18,7.45C5.06,7.95 5,8.46 5,9C5,14.25 12,22 12,22C12,22 13.67,20.15 15.37,17.65L18.73,21L20,19.72M12,6.5A2.5,2.5 0 0,1 14.5,9C14.5,9.73 14.17,10.39 13.67,10.85L17.3,14.5C18.28,12.62 19,10.68 19,9A7,7 0 0,0 12,2C10,2 8.24,2.82 6.96,4.14L10.15,7.33C10.61,6.82 11.26,6.5 12,6.5Z\" /></svg></li><li title=\"map marker outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-map-marker-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,6.5A2.5,2.5 0 0,1 14.5,9A2.5,2.5 0 0,1 12,11.5A2.5,2.5 0 0,1 9.5,9A2.5,2.5 0 0,1 12,6.5M12,2A7,7 0 0,1 19,9C19,14.25 12,22 12,22C12,22 5,14.25 5,9A7,7 0 0,1 12,2M12,4A5,5 0 0,0 7,9C7,10 7,12 12,18.71C17,12 17,10 17,9A5,5 0 0,0 12,4Z\" /></svg></li><li title=\"map marker path \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-map-marker-path\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18,15A3,3 0 0,1 21,18A3,3 0 0,1 18,21C16.69,21 15.58,20.17 15.17,19H14V17H15.17C15.58,15.83 16.69,15 18,15M18,17A1,1 0 0,0 17,18A1,1 0 0,0 18,19A1,1 0 0,0 19,18A1,1 0 0,0 18,17M18,8A1.43,1.43 0 0,0 19.43,6.57C19.43,5.78 18.79,5.14 18,5.14C17.21,5.14 16.57,5.78 16.57,6.57A1.43,1.43 0 0,0 18,8M18,2.57A4,4 0 0,1 22,6.57C22,9.56 18,14 18,14C18,14 14,9.56 14,6.57A4,4 0 0,1 18,2.57M8.83,17H10V19H8.83C8.42,20.17 7.31,21 6,21A3,3 0 0,1 3,18C3,16.69 3.83,15.58 5,15.17V14H7V15.17C7.85,15.47 8.53,16.15 8.83,17M6,17A1,1 0 0,0 5,18A1,1 0 0,0 6,19A1,1 0 0,0 7,18A1,1 0 0,0 6,17M6,3A3,3 0 0,1 9,6C9,7.31 8.17,8.42 7,8.83V10H5V8.83C3.83,8.42 3,7.31 3,6A3,3 0 0,1 6,3M6,5A1,1 0 0,0 5,6A1,1 0 0,0 6,7A1,1 0 0,0 7,6A1,1 0 0,0 6,5M11,19V17H13V19H11M7,13H5V11H7V13Z\" /></svg></li><li title=\"map marker plus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-map-marker-plus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15 17H18V14H20V17H23V19H20V22H18V19H15V17M9 6.5C10.4 6.5 11.5 7.6 11.5 9S10.4 11.5 9 11.5 6.5 10.4 6.5 9 7.6 6.5 9 6.5M9 2C12.9 2 16 5.1 16 9C16 14.2 9 22 9 22S2 14.2 2 9C2 5.1 5.1 2 9 2M9 4C6.2 4 4 6.2 4 9C4 10 4 12 9 18.7C14 12 14 10 14 9C14 6.2 11.8 4 9 4Z\" /></svg></li><li title=\"map marker plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-map-marker-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,11.5A2.5,2.5 0 0,0 11.5,9A2.5,2.5 0 0,0 9,6.5A2.5,2.5 0 0,0 6.5,9A2.5,2.5 0 0,0 9,11.5M9,2C12.86,2 16,5.13 16,9C16,14.25 9,22 9,22C9,22 2,14.25 2,9A7,7 0 0,1 9,2M15,17H18V14H20V17H23V19H20V22H18V19H15V17Z\" /></svg></li><li title=\"map marker question outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-map-marker-question-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,1C7.59,1 4,4.59 4,9C4,14.57 10.96,22.34 11.26,22.67L12,23.5L12.74,22.67C13.04,22.34 20,14.57 20,9C20,4.59 16.41,1 12,1M12,20.47C9.82,17.86 6,12.54 6,9A6,6 0 0,1 12,3A6,6 0 0,1 18,9C18,12.83 13.75,18.36 12,20.47M11.13,14H12.88V15.75H11.13M12,5A3.5,3.5 0 0,0 8.5,8.5H10.25A1.75,1.75 0 0,1 12,6.75A1.75,1.75 0 0,1 13.75,8.5C13.75,10.26 11.13,10.04 11.13,12.88H12.88C12.88,10.91 15.5,10.69 15.5,8.5A3.5,3.5 0 0,0 12,5Z\" /></svg></li><li title=\"map marker question \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-map-marker-question\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2C8.14,2 5,5.14 5,9C5,14.25 12,22 12,22C12,22 19,14.25 19,9C19,5.14 15.86,2 12,2M12.88,15.75H11.13V14H12.88M12.88,12.88H11.13C11.13,10.04 13.75,10.26 13.75,8.5A1.75,1.75 0 0,0 12,6.75A1.75,1.75 0 0,0 10.25,8.5H8.5A3.5,3.5 0 0,1 12,5A3.5,3.5 0 0,1 15.5,8.5C15.5,10.69 12.88,10.91 12.88,12.88Z\" /></svg></li><li title=\"map marker radius outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-map-marker-radius-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 4C14.2 4 16 5.8 16 8C16 10.1 13.9 13.5 12 15.9C10.1 13.4 8 10.1 8 8C8 5.8 9.8 4 12 4M12 2C8.7 2 6 4.7 6 8C6 12.5 12 19 12 19S18 12.4 18 8C18 4.7 15.3 2 12 2M12 6C10.9 6 10 6.9 10 8S10.9 10 12 10 14 9.1 14 8 13.1 6 12 6M20 19C20 21.2 16.4 23 12 23S4 21.2 4 19C4 17.7 5.2 16.6 7.1 15.8L7.7 16.7C6.7 17.2 6 17.8 6 18.5C6 19.9 8.7 21 12 21S18 19.9 18 18.5C18 17.8 17.3 17.2 16.2 16.7L16.8 15.8C18.8 16.6 20 17.7 20 19Z\" /></svg></li><li title=\"map marker radius \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-map-marker-radius\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2C15.31,2 18,4.66 18,7.95C18,12.41 12,19 12,19C12,19 6,12.41 6,7.95C6,4.66 8.69,2 12,2M12,6A2,2 0 0,0 10,8A2,2 0 0,0 12,10A2,2 0 0,0 14,8A2,2 0 0,0 12,6M20,19C20,21.21 16.42,23 12,23C7.58,23 4,21.21 4,19C4,17.71 5.22,16.56 7.11,15.83L7.75,16.74C6.67,17.19 6,17.81 6,18.5C6,19.88 8.69,21 12,21C15.31,21 18,19.88 18,18.5C18,17.81 17.33,17.19 16.25,16.74L16.89,15.83C18.78,16.56 20,17.71 20,19Z\" /></svg></li><li title=\"map marker remove outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-map-marker-remove-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.6 14.2L15.2 15.6L17.6 18L15.2 20.4L16.6 21.8L19 19.4L21.4 21.8L22.8 20.4L20.4 18L22.8 15.6L21.4 14.2L19 16.6M9 6.5C10.4 6.5 11.5 7.6 11.5 9S10.4 11.5 9 11.5 6.5 10.4 6.5 9 7.6 6.5 9 6.5M9 2C12.9 2 16 5.1 16 9C16 14.2 9 22 9 22S2 14.2 2 9C2 5.1 5.1 2 9 2M9 4C6.2 4 4 6.2 4 9C4 10 4 12 9 18.7C14 12 14 10 14 9C14 6.2 11.8 4 9 4Z\" /></svg></li><li title=\"map marker remove variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-map-marker-remove-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2C8.14,2 5,5.14 5,9C5,14.25 12,22 12,22C12,22 19,14.25 19,9C19,5.14 15.86,2 12,2M9.59,5.17L12,7.58L14.41,5.17L15.83,6.58L13.41,9L15.83,11.41L14.41,12.83L12,10.41L9.59,12.83L8.17,11.41L10.59,9L8.17,6.58\" /></svg></li><li title=\"map marker remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-map-marker-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,2C5.14,2 2,5.14 2,9C2,14.25 9,22 9,22C9,22 16,14.25 16,9A7,7 0 0,0 9,2M9,6.5A2.5,2.5 0 0,1 11.5,9A2.5,2.5 0 0,1 9,11.5A2.5,2.5 0 0,1 6.5,9A2.5,2.5 0 0,1 9,6.5M16.58,14.16L15.17,15.58L17.58,18L15.17,20.41L16.58,21.82L19,19.41L21.41,21.82L22.83,20.41L20.41,18L22.83,15.58L21.41,14.16L19,16.58\" /></svg></li><li title=\"map marker right outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-map-marker-right-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9 6.5C10.38 6.5 11.5 7.62 11.5 9S10.38 11.5 9 11.5 6.5 10.38 6.5 9 7.62 6.5 9 6.5M9 2C12.87 2 16 5.13 16 9C16 14.25 9 22 9 22S2 14.25 2 9C2 5.13 5.13 2 9 2M9 4C6.24 4 4 6.24 4 9C4 10 4 12 9 18.71C14 12 14 10 14 9C14 6.24 11.76 4 9 4M18 17L23 12L18 7V17Z\" /></svg></li><li title=\"map marker right \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-map-marker-right\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9 11.5C7.62 11.5 6.5 10.38 6.5 9S7.62 6.5 9 6.5 11.5 7.62 11.5 9 10.38 11.5 9 11.5M9 2C5.13 2 2 5.13 2 9C2 14.25 9 22 9 22S16 14.25 16 9C16 5.13 12.87 2 9 2M18 17L23 12L18 7V17Z\" /></svg></li><li title=\"map marker star outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-map-marker-star-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2C15.9 2 19 5.1 19 9C19 14.2 12 22 12 22S5 14.2 5 9C5 5.1 8.1 2 12 2M12 4C9.2 4 7 6.2 7 9C7 10 7 12 12 18.7C17 12 17 10 17 9C17 6.2 14.8 4 12 4M12 11.5L14.4 13L13.8 10.2L16 8.3L13.1 8.1L12 5.4L10.9 8L8 8.3L10.2 10.2L9.5 13L12 11.5Z\" /></svg></li><li title=\"map marker star \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-map-marker-star\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2C8.1 2 5 5.1 5 9C5 14.2 12 22 12 22S19 14.2 19 9C19 5.1 15.9 2 12 2M14.5 13L12 11.5L9.5 13L10.2 10.2L8 8.3L10.9 8.1L12 5.4L13.1 8L16 8.3L13.8 10.2L14.5 13Z\" /></svg></li><li title=\"map marker up \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-map-marker-up\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2A7 7 0 0 0 5 9C5 14.25 12 22 12 22S19 14.25 19 9A7 7 0 0 0 12 2M16.5 9H14V14H10V9H7.5L12 4.5Z\" /></svg></li><li title=\"map marker \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-map-marker\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,11.5A2.5,2.5 0 0,1 9.5,9A2.5,2.5 0 0,1 12,6.5A2.5,2.5 0 0,1 14.5,9A2.5,2.5 0 0,1 12,11.5M12,2A7,7 0 0,0 5,9C5,14.25 12,22 12,22C12,22 19,14.25 19,9A7,7 0 0,0 12,2Z\" /></svg></li><li title=\"map minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-map-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15 18V20H23V18H15M13.16 20.36L9 18.9L3.66 20.97C3.6 21 3.55 21 3.5 21C3.22 21 3 20.78 3 20.5V5.38C3 5.15 3.16 4.97 3.36 4.9L9 3L15 5.1L20.34 3H20.5C20.78 3 21 3.22 21 3.5V13.35C20.37 13.13 19.7 13 19 13C17.46 13 16.06 13.58 15 14.54V7.1L9 5V16.9L13.04 18.32C13 18.54 13 18.77 13 19C13 19.47 13.06 19.92 13.16 20.36Z\" /></svg></li><li title=\"map outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-map-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.5,3L20.34,3.03L15,5.1L9,3L3.36,4.9C3.15,4.97 3,5.15 3,5.38V20.5A0.5,0.5 0 0,0 3.5,21L3.66,20.97L9,18.9L15,21L20.64,19.1C20.85,19.03 21,18.85 21,18.62V3.5A0.5,0.5 0 0,0 20.5,3M10,5.47L14,6.87V18.53L10,17.13V5.47M5,6.46L8,5.45V17.15L5,18.31V6.46M19,17.54L16,18.55V6.86L19,5.7V17.54Z\" /></svg></li><li title=\"map plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-map-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,3L3.36,4.9C3.16,4.97 3,5.15 3,5.38V20.5A0.5,0.5 0 0,0 3.5,21C3.55,21 3.6,21 3.66,20.97L9,18.9L13.16,20.36C13.06,19.92 13,19.46 13,19C13,18.77 13,18.54 13.04,18.3L9,16.9V5L15,7.1V14.56C16.07,13.6 17.47,13 19,13C19.7,13 20.37,13.13 21,13.36V3.5A0.5,0.5 0 0,0 20.5,3H20.34L15,5.1L9,3M18,15V18H15V20H18V23H20V20H23V18H20V15H18Z\" /></svg></li><li title=\"map search outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-map-search-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.5,12C18,12 20,14 20,16.5C20,17.38 19.75,18.2 19.31,18.9L22.39,22L21,23.39L17.88,20.32C17.19,20.75 16.37,21 15.5,21C13,21 11,19 11,16.5C11,14 13,12 15.5,12M15.5,14A2.5,2.5 0 0,0 13,16.5A2.5,2.5 0 0,0 15.5,19A2.5,2.5 0 0,0 18,16.5A2.5,2.5 0 0,0 15.5,14M19.5,2A0.5,0.5 0 0,1 20,2.5V11.81C19.42,11.26 18.75,10.81 18,10.5V4.7L15,5.86V10C14.3,10.07 13.62,10.24 13,10.5V5.87L9,4.47V16.13H9V16.5C9,17.14 9.09,17.76 9.26,18.34L8,17.9L2.66,19.97L2.5,20A0.5,0.5 0 0,1 2,19.5V4.38C2,4.15 2.15,3.97 2.36,3.9L8,2L14,4.1L19.34,2.03L19.5,2M4,5.46V17.31L7,16.15V4.45L4,5.46Z\" /></svg></li><li title=\"map search \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-map-search\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.5,12C18,12 20,14 20,16.5C20,17.38 19.75,18.21 19.31,18.9L22.39,22L21,23.39L17.88,20.32C17.19,20.75 16.37,21 15.5,21C13,21 11,19 11,16.5C11,14 13,12 15.5,12M15.5,14A2.5,2.5 0 0,0 13,16.5A2.5,2.5 0 0,0 15.5,19A2.5,2.5 0 0,0 18,16.5A2.5,2.5 0 0,0 15.5,14M14,6.11L8,4V15.89L9,16.24V16.5C9,17.14 9.09,17.76 9.26,18.34L8,17.9L2.66,19.97L2.5,20A0.5,0.5 0 0,1 2,19.5V4.38C2,4.15 2.15,3.97 2.36,3.9L8,2L14,4.1L19.34,2H19.5A0.5,0.5 0 0,1 20,2.5V11.81C18.83,10.69 17.25,10 15.5,10C15,10 14.5,10.06 14,10.17V6.11Z\" /></svg></li><li title=\"map \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-map\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,19L9,16.89V5L15,7.11M20.5,3C20.44,3 20.39,3 20.34,3L15,5.1L9,3L3.36,4.9C3.15,4.97 3,5.15 3,5.38V20.5A0.5,0.5 0 0,0 3.5,21C3.55,21 3.61,21 3.66,20.97L9,18.9L15,21L20.64,19.1C20.85,19 21,18.85 21,18.62V3.5A0.5,0.5 0 0,0 20.5,3Z\" /></svg></li><li title=\"mapbox \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-mapbox\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M16.75,14.45C18.65,12.55 18.58,9.39 16.59,7.41C14.6,5.43 11.45,5.35 9.55,7.25C6.12,10.68 7.22,16.78 7.22,16.78C7.22,16.78 13.33,17.87 16.75,14.45M13.15,7.86L14.13,9.87L16.14,10.85L14.13,11.83L13.15,13.84L12.17,11.83L10.16,10.85L12.17,9.87L13.15,7.86Z\" /></svg></li><li title=\"margin \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-margin\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,4V9L18.5,7.5L5.5,20.5L3.5,18.5L16.5,5.5L15,4H20M17,20A3,3 0 0,1 14,17V15A3,3 0 0,1 17,12A3,3 0 0,1 20,15V17A3,3 0 0,1 17,20M17,14A1,1 0 0,0 16,15V17A1,1 0 0,0 17,18A1,1 0 0,0 18,17V15A1,1 0 0,0 17,14M7,12A3,3 0 0,1 4,9V7A3,3 0 0,1 7,4A3,3 0 0,1 10,7V9A3,3 0 0,1 7,12M7,6A1,1 0 0,0 6,7V9A1,1 0 0,0 7,10A1,1 0 0,0 8,9V7A1,1 0 0,0 7,6Z\" /></svg></li><li title=\"marker cancel \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-marker-cancel\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17.5,13C20,13 22,15 22,17.5C22,20 20,22 17.5,22C15,22 13,20 13,17.5C13,15 15,13 17.5,13M17.5,14.5C16.94,14.5 16.42,14.65 16,14.92L20.08,19C20.35,18.58 20.5,18.06 20.5,17.5A3,3 0 0,0 17.5,14.5M14.5,17.5A3,3 0 0,0 17.5,20.5C18.06,20.5 18.58,20.35 19,20.08L14.92,16C14.65,16.42 14.5,16.94 14.5,17.5M18.5,1.15C19,1.15 19.5,1.34 19.89,1.73L22.73,4.56C23.5,5.35 23.5,6.61 22.73,7.39L18.95,11.16C18.5,11.06 18,11 17.5,11C16.67,11 15.88,11.16 15.15,11.44L11.26,7.55L17.07,1.73C17.46,1.34 17.97,1.15 18.5,1.15M10.3,8.5L13.89,12.1C12.15,13.26 11,15.25 11,17.5C11,18 11.06,18.5 11.16,18.95L10,20.12C9.22,20.89 7.97,20.9 7.19,20.14L6.33,21H0.67L4.36,17.31C3.56,16.5 3.56,15.24 4.34,14.46L10.3,8.5Z\" /></svg></li><li title=\"marker check \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-marker-check\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,16L5,11L6.41,9.58L10,13.17L17.59,5.58L19,7M19,1H5C3.89,1 3,1.89 3,3V15.93C3,16.62 3.35,17.23 3.88,17.59L12,23L20.11,17.59C20.64,17.23 21,16.62 21,15.93V3C21,1.89 20.1,1 19,1Z\" /></svg></li><li title=\"marker \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-marker\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.5,1.15C17.97,1.15 17.46,1.34 17.07,1.73L11.26,7.55L16.91,13.2L22.73,7.39C23.5,6.61 23.5,5.35 22.73,4.56L19.89,1.73C19.5,1.34 19,1.15 18.5,1.15M10.3,8.5L4.34,14.46C3.56,15.24 3.56,16.5 4.36,17.31C3.14,18.54 1.9,19.77 0.67,21H6.33L7.19,20.14C7.97,20.9 9.22,20.89 10,20.12L15.95,14.16\" /></svg></li><li title=\"mastodon \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-mastodon\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.94,14C20.66,15.41 18.5,16.96 15.97,17.26C14.66,17.41 13.37,17.56 12,17.5C9.75,17.39 8,16.96 8,16.96V17.58C8.32,19.8 10.22,19.93 12.03,20C13.85,20.05 15.47,19.54 15.47,19.54L15.55,21.19C15.55,21.19 14.27,21.87 12,22C10.75,22.07 9.19,21.97 7.38,21.5C3.46,20.45 2.78,16.26 2.68,12L2.67,8.57C2.67,4.23 5.5,2.96 5.5,2.96C6.95,2.3 9.41,2 11.97,2H12.03C14.59,2 17.05,2.3 18.5,2.96C18.5,2.96 21.33,4.23 21.33,8.57C21.33,8.57 21.37,11.78 20.94,14M18,8.91C18,7.83 17.7,7 17.15,6.35C16.59,5.72 15.85,5.39 14.92,5.39C13.86,5.39 13.05,5.8 12.5,6.62L12,7.5L11.5,6.62C10.94,5.8 10.14,5.39 9.07,5.39C8.15,5.39 7.41,5.72 6.84,6.35C6.29,7 6,7.83 6,8.91V14.17H8.1V9.06C8.1,8 8.55,7.44 9.46,7.44C10.46,7.44 10.96,8.09 10.96,9.37V12.16H13.03V9.37C13.03,8.09 13.53,7.44 14.54,7.44C15.44,7.44 15.89,8 15.89,9.06V14.17H18V8.91Z\" /></svg></li><li title=\"material design \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-material-design\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,12C21,9.97 20.33,8.09 19,6.38V17.63C20.33,15.97 21,14.09 21,12M17.63,19H6.38C7.06,19.55 7.95,20 9.05,20.41C10.14,20.8 11.13,21 12,21C12.88,21 13.86,20.8 14.95,20.41C16.05,20 16.94,19.55 17.63,19M11,17L7,9V17H11M17,9L13,17H17V9M12,14.53L15.75,7H8.25L12,14.53M17.63,5C15.97,3.67 14.09,3 12,3C9.91,3 8.03,3.67 6.38,5H17.63M5,17.63V6.38C3.67,8.09 3,9.97 3,12C3,14.09 3.67,15.97 5,17.63M23,12C23,15.03 21.94,17.63 19.78,19.78C17.63,21.94 15.03,23 12,23C8.97,23 6.38,21.94 4.22,19.78C2.06,17.63 1,15.03 1,12C1,8.97 2.06,6.38 4.22,4.22C6.38,2.06 8.97,1 12,1C15.03,1 17.63,2.06 19.78,4.22C21.94,6.38 23,8.97 23,12Z\" /></svg></li><li title=\"material ui \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-material-ui\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8,16.61V15.37L14,11.91V7.23L9,10.12L4,7.23V13L3,13.58L2,13V5L3.07,4.38L9,7.81L12.93,5.54L14.93,4.38L16,5V13.06L10.92,16L14.97,18.33L20,15.43V11L21,10.42L22,11V16.58L14.97,20.64L8,16.61M22,9.75L21,10.33L20,9.75V8.58L21,8L22,8.58V9.75Z\" /></svg></li><li title=\"math compass \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-math-compass\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,19.88V22L18.2,20.83L13.41,11.83C14.07,11.62 14.67,11.28 15.19,10.83L20,19.88M15,7A3,3 0 0,1 12,10C11.85,10 11.71,10 11.56,10L5.8,20.83L4,22V19.88L9.79,9C8.69,7.77 8.79,5.87 10.03,4.76C10.57,4.28 11.27,4 12,4V2A1,1 0 0,1 13,3V4.18C14.2,4.6 15,5.73 15,7M13,7A1,1 0 0,0 12,6A1,1 0 0,0 11,7A1,1 0 0,0 12,8A1,1 0 0,0 13,7Z\" /></svg></li><li title=\"math cos \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-math-cos\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,7A2,2 0 0,0 2,9V15A2,2 0 0,0 4,17H6A2,2 0 0,0 8,15V14H6V15H4V9H6V10H8V9A2,2 0 0,0 6,7H4M11,7A2,2 0 0,0 9,9V15A2,2 0 0,0 11,17H13A2,2 0 0,0 15,15V9A2,2 0 0,0 13,7H11M11,9H13V15H11V9M18,7A2,2 0 0,0 16,9V11A2,2 0 0,0 18,13H20V15H16V17H20A2,2 0 0,0 22,15V13A2,2 0 0,0 20,11H18V9H22V7H18Z\" /></svg></li><li title=\"math integral box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-math-integral-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3M15.9 6.9C15.9 6.9 15.2 6.6 14.9 6.6C14.3 6.5 13.9 6.7 13.7 7.7L12 16.8C11.8 17.6 11.5 18.2 11 18.6C10.6 18.9 10.2 19 9.7 19C8.9 19 7.7 18.5 7.7 18.5L8.2 17.1C8.2 17.1 9 17.4 9.2 17.4C9.5 17.5 9.7 17.4 9.9 17.3C10.1 17.2 10.2 16.9 10.3 16.6L11.9 7.4C12 6.6 12.4 6 12.9 5.5C13.5 5.1 14.2 5 15 5.1C15.7 5.2 16.5 5.6 16.5 5.6L15.9 6.9Z\" /></svg></li><li title=\"math integral \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-math-integral\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.5 19.1C11.3 20.2 10.9 21 10.2 21.5C9.5 22 8.6 22.1 7.5 21.9C7.1 21.8 6.3 21.7 6 21.5L6.5 20C6.8 20.1 7.4 20.3 7.7 20.3C8.8 20.5 9.4 20 9.6 18.8L12 5.2C12.2 4 12.7 3.2 13.4 2.6C14.1 2.1 15.1 1.9 16.2 2.1C16.6 2.2 17.4 2.3 18 2.6L17.5 4C17.3 3.9 16.6 3.8 16.3 3.7C15 3.5 14.3 4.1 14 5.6L11.5 19.1Z\" /></svg></li><li title=\"math log \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-math-log\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 7C16.9 7 16 7.9 16 9V15C16 16.1 16.9 17 18 17H20C21.1 17 22 16.1 22 15V11H20V15H18V9H22V7H18M2 7V17H8V15H4V7H2M11 7C9.9 7 9 7.9 9 9V15C9 16.1 9.9 17 11 17H13C14.1 17 15 16.1 15 15V9C15 7.9 14.1 7 13 7H11M11 9H13V15H11V9Z\" /></svg></li><li title=\"math norm box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-math-norm-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3M10 18H8V6H10V18M16 18H14V6H16V18Z\" /></svg></li><li title=\"math norm \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-math-norm\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14 21V3H16V21H14M8 21V3H10V21H8Z\" /></svg></li><li title=\"math sin \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-math-sin\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,7A2,2 0 0,0 2,9V11A2,2 0 0,0 4,13H6V15H2V17H6A2,2 0 0,0 8,15V13A2,2 0 0,0 6,11H4V9H8V7H4M14,7V9H13V15H14V17H10V15H11V9H10V7H14M16,7V17H18V12L20,17H22V7H20V12L18,7H16Z\" /></svg></li><li title=\"math tan \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-math-tan\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,7V9H4V17H6V9H8V7H2M11,7A2,2 0 0,0 9,9V17H11V13H13V17H15V9A2,2 0 0,0 13,7H11M11,9H13V11H11V9M16,7V17H18V12L20,17H22V7H20V12L18,7H16Z\" /></svg></li><li title=\"matrix \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-matrix\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,2H6V4H4V20H6V22H2V2M20,4H18V2H22V22H18V20H20V4M9,5H10V10H11V11H8V10H9V6L8,6.5V5.5L9,5M15,13H16V18H17V19H14V18H15V14L14,14.5V13.5L15,13M9,13C10.1,13 11,14.34 11,16C11,17.66 10.1,19 9,19C7.9,19 7,17.66 7,16C7,14.34 7.9,13 9,13M9,14C8.45,14 8,14.9 8,16C8,17.1 8.45,18 9,18C9.55,18 10,17.1 10,16C10,14.9 9.55,14 9,14M15,5C16.1,5 17,6.34 17,8C17,9.66 16.1,11 15,11C13.9,11 13,9.66 13,8C13,6.34 13.9,5 15,5M15,6C14.45,6 14,6.9 14,8C14,9.1 14.45,10 15,10C15.55,10 16,9.1 16,8C16,6.9 15.55,6 15,6Z\" /></svg></li><li title=\"medal outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-medal-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.94 19.5L12 17.77L9.06 19.5L9.84 16.16L7.25 13.92L10.66 13.63L12 10.5L13.34 13.63L16.75 13.92L14.16 16.16M20 2H4V4L8.86 7.64A8 8 0 1 0 15.14 7.64L20 4M18 15A6 6 0 1 1 10.82 9.12A5.86 5.86 0 0 1 13.18 9.12A6 6 0 0 1 18 15M12.63 7H11.37L7.37 4H16.71Z\" /></svg></li><li title=\"medal \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-medal\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,2H4V4L9.81,8.36C6.14,9.57 4.14,13.53 5.35,17.2C6.56,20.87 10.5,22.87 14.19,21.66C17.86,20.45 19.86,16.5 18.65,12.82C17.95,10.71 16.3,9.05 14.19,8.36L20,4V2M14.94,19.5L12,17.78L9.06,19.5L9.84,16.17L7.25,13.93L10.66,13.64L12,10.5L13.34,13.64L16.75,13.93L14.16,16.17L14.94,19.5Z\" /></svg></li><li title=\"medical bag \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-medical-bag\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,3L8,5V7H5C3.85,7 3.12,8 3,9L2,19C1.88,20 2.54,21 4,21H20C21.46,21 22.12,20 22,19L21,9C20.88,8 20.06,7 19,7H16V5L14,3H10M10,5H14V7H10V5M11,10H13V13H16V15H13V18H11V15H8V13H11V10Z\" /></svg></li><li title=\"meditation \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-meditation\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 4C13.11 4 14 4.89 14 6S13.11 8 12 8 10 7.11 10 6 10.9 4 12 4M21 16V14C18.76 14 16.84 13.04 15.4 11.32L14.06 9.72C13.68 9.26 13.12 9 12.53 9H11.5C10.89 9 10.33 9.26 9.95 9.72L8.61 11.32C7.16 13.04 5.24 14 3 14V16C5.77 16 8.19 14.83 10 12.75V15L6.12 16.55C5.45 16.82 5 17.5 5 18.21C5 19.2 5.8 20 6.79 20H9V19.5C9 18.12 10.12 17 11.5 17H14.5C14.78 17 15 17.22 15 17.5S14.78 18 14.5 18H11.5C10.67 18 10 18.67 10 19.5V20H17.21C18.2 20 19 19.2 19 18.21C19 17.5 18.55 16.82 17.88 16.55L14 15V12.75C15.81 14.83 18.23 16 21 16Z\" /></svg></li><li title=\"memory \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-memory\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,17H7V7H17M21,11V9H19V7C19,5.89 18.1,5 17,5H15V3H13V5H11V3H9V5H7C5.89,5 5,5.89 5,7V9H3V11H5V13H3V15H5V17A2,2 0 0,0 7,19H9V21H11V19H13V21H15V19H17A2,2 0 0,0 19,17V15H21V13H19V11M13,13H11V11H13M15,9H9V15H15V9Z\" /></svg></li><li title=\"menorah fire \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-menorah-fire\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.5 11.15V10C21.5 9.45 21.05 9 20.5 9H19.5C18.95 9 18.5 9.45 18.5 10V11H17.5V10C17.5 9.45 17.05 9 16.5 9H15.5C14.95 9 14.5 9.45 14.5 10V11H13.5V8C13.5 7.45 13.05 7 12.5 7H11.5C10.95 7 10.5 7.45 10.5 8V11H9.5V10C9.5 9.45 9.05 9 8.5 9H7.5C6.95 9 6.5 9.45 6.5 10V11H5.5V10C5.5 9.45 5.05 9 4.5 9H3.5C2.95 9 2.5 9.45 2.5 10V11.15C2.21 11.33 2 11.63 2 12C2 12.55 2.45 13 3 13H4.25C4.95 14.92 6.94 17.58 11 17.95V20H10C8.9 20 8 20.9 8 22H16C16 20.9 15.11 20 14 20H13V17.95C17.06 17.57 19.05 14.92 19.75 13H21C21.55 13 22 12.55 22 12C22 11.63 21.79 11.33 21.5 11.15M6.45 13H11V15.94C8.34 15.63 7.05 14.11 6.45 13M13 15.94V13H17.55C16.95 14.11 15.66 15.63 13 15.94M12 6C12.83 6 13.5 5.33 13.5 4.5C13.5 3.67 12.83 2 12 2S10.5 3.67 10.5 4.5C10.5 5.33 11.17 6 12 6M12 4.25C12.28 4.25 12.5 4.47 12.5 4.75S12.28 5.25 12 5.25 11.5 5.03 11.5 4.75 11.72 4.25 12 4.25M16 8C16.83 8 17.5 7.33 17.5 6.5C17.5 5.67 16.83 4 16 4S14.5 5.67 14.5 6.5C14.5 7.33 15.17 8 16 8M16 6.25C16.28 6.25 16.5 6.47 16.5 6.75S16.28 7.25 16 7.25 15.5 7.03 15.5 6.75 15.72 6.25 16 6.25M20 8C20.83 8 21.5 7.33 21.5 6.5C21.5 5.67 20.83 4 20 4S18.5 5.67 18.5 6.5C18.5 7.33 19.17 8 20 8M20 6.25C20.28 6.25 20.5 6.47 20.5 6.75S20.28 7.25 20 7.25 19.5 7.03 19.5 6.75 19.72 6.25 20 6.25M4 8C4.83 8 5.5 7.33 5.5 6.5C5.5 5.67 4.83 4 4 4S2.5 5.67 2.5 6.5C2.5 7.33 3.17 8 4 8M4 6.25C4.28 6.25 4.5 6.47 4.5 6.75S4.28 7.25 4 7.25 3.5 7.03 3.5 6.75 3.72 6.25 4 6.25M8 8C8.83 8 9.5 7.33 9.5 6.5C9.5 5.67 8.83 4 8 4S6.5 5.67 6.5 6.5C6.5 7.33 7.17 8 8 8M8 6.25C8.28 6.25 8.5 6.47 8.5 6.75S8.28 7.25 8 7.25 7.5 7.03 7.5 6.75 7.72 6.25 8 6.25Z\" /></svg></li><li title=\"menorah \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-menorah\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 11V6L19 5V11H17V6L15 5V11H13V3L11 2V11H9V6L7 5V11H5V6L3 5V11C2.45 11 2 11.45 2 12S2.45 13 3 13H4.25C4.95 14.92 6.94 17.58 11 17.95V20H10C8.9 20 8 20.9 8 22H16C16 20.9 15.11 20 14 20H13V17.95C17.06 17.57 19.05 14.92 19.75 13H21C21.55 13 22 12.55 22 12S21.55 11 21 11M11 15.94C8.34 15.63 7.05 14.11 6.45 13H11V15.94M13 15.94V13H17.55C16.95 14.11 15.66 15.63 13 15.94Z\" /></svg></li><li title=\"menu down outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-menu-down-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18,9V10.5L12,16.5L6,10.5V9H18M12,13.67L14.67,11H9.33L12,13.67Z\" /></svg></li><li title=\"menu down \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-menu-down\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7,10L12,15L17,10H7Z\" /></svg></li><li title=\"menu left outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-menu-left-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,18H13.5L7.5,12L13.5,6H15V18M10.33,12L13,14.67V9.33L10.33,12Z\" /></svg></li><li title=\"menu left \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-menu-left\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,7L9,12L14,17V7Z\" /></svg></li><li title=\"menu open \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-menu-open\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,15.61L19.59,17L14.58,12L19.59,7L21,8.39L17.44,12L21,15.61M3,6H16V8H3V6M3,13V11H13V13H3M3,18V16H16V18H3Z\" /></svg></li><li title=\"menu right outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-menu-right-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,6H10.5L16.5,12L10.5,18H9V6M13.67,12L11,9.33V14.67L13.67,12Z\" /></svg></li><li title=\"menu right \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-menu-right\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,17L15,12L10,7V17Z\" /></svg></li><li title=\"menu swap outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-menu-swap-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,3.5L6,9.5V11H18V9.5L12,3.5M12,6.33L14.67,9H9.33L12,6.33M6,13V14.5L12,20.5L18,14.5V13H6M9.33,15H14.67L12,17.67L9.33,15Z\" /></svg></li><li title=\"menu swap \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-menu-swap\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,6L7,11H17L12,6M7,13L12,18L17,13H7Z\" /></svg></li><li title=\"menu up outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-menu-up-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18,16V14.5L12,8.5L6,14.5V16H18M12,11.33L14.67,14H9.33L12,11.33Z\" /></svg></li><li title=\"menu up \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-menu-up\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7,15L12,10L17,15H7Z\" /></svg></li><li title=\"menu \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-menu\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,6H21V8H3V6M3,11H21V13H3V11M3,16H21V18H3V16Z\" /></svg></li><li title=\"merge \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-merge\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8 17L12 13H15.2C15.6 14.2 16.7 15 18 15C19.7 15 21 13.7 21 12S19.7 9 18 9C16.7 9 15.6 9.8 15.2 11H12L8 7V3H3V8H6L10.2 12L6 16H3V21H8V17Z\" /></svg></li><li title=\"message alert outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-message-alert-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,10H11V6H13V10M13,12H11V14H13V12M22,4V16A2,2 0 0,1 20,18H6L2,22V4A2,2 0 0,1 4,2H20A2,2 0 0,1 22,4M20,4H4V17.2L5.2,16H20V4Z\" /></svg></li><li title=\"message alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-message-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 11H11V5H13M13 15H11V13H13M20 2H4C2.9 2 2 2.9 2 4V22L6 18H20C21.1 18 22 17.1 22 16V4C22 2.9 21.1 2 20 2Z\" /></svg></li><li title=\"message arrow left outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-message-arrow-left-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 2H4C2.9 2 2 2.9 2 4V22L6 18H20C21.1 18 22 17.1 22 16V4C22 2.9 21.1 2 20 2M20 16H5.2L4 17.2V4H20V16M16 11V9H11.5L13.3 7.2L12 6L8 10L12 14L13.2 12.8L11.5 11H16Z\" /></svg></li><li title=\"message arrow left \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-message-arrow-left\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 2H4C2.9 2 2 2.9 2 4V22L6 18H20C21.1 18 22 17.1 22 16V4C22 2.9 21.1 2 20 2M16 11H11.5L13.3 12.8L12 14L8 10L12 6L13.2 7.2L11.5 9H16V11Z\" /></svg></li><li title=\"message arrow right outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-message-arrow-right-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 2H4C2.9 2 2 2.9 2 4V22L6 18H20C21.1 18 22 17.1 22 16V4C22 2.9 21.1 2 20 2M20 16H5.2L4 17.2V4H20V16M8 9V11H12.5L10.7 12.8L12 14L16 10L12 6L10.8 7.2L12.5 9H8Z\" /></svg></li><li title=\"message arrow right \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-message-arrow-right\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 2H4C2.9 2 2 2.9 2 4V22L6 18H20C21.1 18 22 17.1 22 16V4C22 2.9 21.1 2 20 2M12 14L10.8 12.8L12.6 11H8V9H12.5L10.7 7.2L12 6L16 10L12 14Z\" /></svg></li><li title=\"message badge outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-message-badge-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 7V16C22 17.1 21.1 18 20 18H6L2 22V4C2 2.9 2.9 2 4 2H14.1C14 2.3 14 2.7 14 3S14 3.7 14.1 4H4V16H20V7.9C20.7 7.8 21.4 7.4 22 7M16 3C16 4.7 17.3 6 19 6S22 4.7 22 3 20.7 0 19 0 16 1.3 16 3Z\" /></svg></li><li title=\"message badge \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-message-badge\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 7V16C22 17.1 21.1 18 20 18H6L2 22V4C2 2.9 2.9 2 4 2H14.1C14 2.3 14 2.7 14 3C14 5.8 16.2 8 19 8C20.1 8 21.2 7.6 22 7M16 3C16 4.7 17.3 6 19 6S22 4.7 22 3 20.7 0 19 0 16 1.3 16 3Z\" /></svg></li><li title=\"message bookmark outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-message-bookmark-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 2H4C2.9 2 2 2.9 2 4V22L6 18H20C21.1 18 22 17.1 22 16V4C22 2.9 21.1 2 20 2M20 16H5.2L4 17.2V4H20V16M18 14V6H13V14L15.5 12.5L18 14\" /></svg></li><li title=\"message bookmark \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-message-bookmark\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 2H4C2.9 2 2 2.9 2 4V22L6 18H20C21.1 18 22 17.1 22 16V4C22 2.9 21.1 2 20 2M19 13L16.5 11.5L14 13V5H19V13Z\" /></svg></li><li title=\"message bulleted off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-message-bulleted-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M1.27,1.73L0,3L2,5V22L6,18H15L20.73,23.73L22,22.46L1.27,1.73M8,14H6V12H8V14M6,11V9L8,11H6M20,2H4.08L10,7.92V6H18V8H10.08L11.08,9H18V11H13.08L20.07,18C21.14,17.95 22,17.08 22,16V4A2,2 0 0,0 20,2Z\" /></svg></li><li title=\"message bulleted \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-message-bulleted\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,2H4A2,2 0 0,0 2,4V22L6,18H20A2,2 0 0,0 22,16V4A2,2 0 0,0 20,2M8,14H6V12H8V14M8,11H6V9H8V11M8,8H6V6H8V8M15,14H10V12H15V14M18,11H10V9H18V11M18,8H10V6H18V8Z\" /></svg></li><li title=\"message cog outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-message-cog-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 2H4C2.9 2 2 2.9 2 4V22L6 18H20C21.1 18 22 17.1 22 16V4C22 2.9 21.1 2 20 2M20 16H5.2L4 17.2V4H20V16M16.8 11.3L15.7 10.5V10 9.5L16.8 8.7C16.9 8.6 16.9 8.5 16.9 8.4L15.9 6.7C15.8 6.6 15.7 6.5 15.6 6.6L14.3 7C14 6.8 13.8 6.6 13.4 6.5L13.2 5.2C13.2 5.1 13.1 5 13 5H11C10.9 5 10.8 5.1 10.8 5.2L10.6 6.5C10.3 6.7 10 6.8 9.7 7L8.5 6.5C8.4 6.5 8.3 6.5 8.2 6.6L7.2 8.3C7.1 8.4 7.2 8.5 7.3 8.6L8.4 9.4V10.4L7.3 11.2C7.2 11.3 7.2 11.4 7.2 11.5L8.2 13.2C8.3 13.3 8.4 13.4 8.5 13.3L9.7 13C10 13.2 10.2 13.4 10.5 13.5L10.7 14.8C10.7 14.9 10.8 15 11 15H13C13.1 15 13.2 14.9 13.2 14.8L13.4 13.5C13.7 13.4 14 13.2 14.2 13L15.4 13.5C15.5 13.5 15.6 13.5 15.7 13.4L16.7 11.7C16.9 11.5 16.9 11.4 16.8 11.3M12 11.5C11.2 11.5 10.5 10.8 10.5 10S11.2 8.5 12 8.5 13.5 9.2 13.5 10 12.8 11.5 12 11.5Z\" /></svg></li><li title=\"message cog \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-message-cog\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.5,10A1.5,1.5 0 0,1 12,11.5C11.16,11.5 10.5,10.83 10.5,10A1.5,1.5 0 0,1 12,8.5A1.5,1.5 0 0,1 13.5,10M22,4V16A2,2 0 0,1 20,18H6L2,22V4A2,2 0 0,1 4,2H20A2,2 0 0,1 22,4M16.77,11.32L15.7,10.5C15.71,10.33 15.71,10.16 15.7,10C15.72,9.84 15.72,9.67 15.7,9.5L16.76,8.68C16.85,8.6 16.88,8.47 16.82,8.36L15.82,6.63C15.76,6.5 15.63,6.47 15.5,6.5L14.27,7C14,6.8 13.73,6.63 13.42,6.5L13.23,5.19C13.21,5.08 13.11,5 13,5H11C10.88,5 10.77,5.09 10.75,5.21L10.56,6.53C10.26,6.65 9.97,6.81 9.7,7L8.46,6.5C8.34,6.46 8.21,6.5 8.15,6.61L7.15,8.34C7.09,8.45 7.11,8.58 7.21,8.66L8.27,9.5C8.23,9.82 8.23,10.16 8.27,10.5L7.21,11.32C7.12,11.4 7.09,11.53 7.15,11.64L8.15,13.37C8.21,13.5 8.34,13.53 8.46,13.5L9.7,13C9.96,13.2 10.24,13.37 10.55,13.5L10.74,14.81C10.77,14.93 10.88,15 11,15H13C13.12,15 13.23,14.91 13.25,14.79L13.44,13.47C13.74,13.34 14,13.18 14.28,13L15.53,13.5C15.65,13.5 15.78,13.5 15.84,13.37L16.84,11.64C16.9,11.53 16.87,11.4 16.77,11.32Z\" /></svg></li><li title=\"message draw \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-message-draw\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18,14H10.5L12.5,12H18M6,14V11.5L12.88,4.64C13.07,4.45 13.39,4.45 13.59,4.64L15.35,6.41C15.55,6.61 15.55,6.92 15.35,7.12L8.47,14M20,2H4A2,2 0 0,0 2,4V22L6,18H20A2,2 0 0,0 22,16V4C22,2.89 21.1,2 20,2Z\" /></svg></li><li title=\"message fast outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-message-fast-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 5H9C7.9 5 7 5.9 7 7V21L11 17H20C21.1 17 22 16.1 22 15V7C22 5.9 21.1 5 20 5M20 15H10.2L9 16.2V7H20V15M3 7C2.4 7 2 7.4 2 8S2.4 9 3 9H5V7H3M2 11C1.4 11 1 11.4 1 12S1.4 13 2 13H5V11H2M1 15C.4 15 0 15.4 0 16C0 16.6 .4 17 1 17H5V15H1Z\" /></svg></li><li title=\"message fast \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-message-fast\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 7C2.4 7 2 7.4 2 8S2.4 9 3 9H5V7H3M2 11C1.4 11 1 11.4 1 12S1.4 13 2 13H5V11H2M1 15C.4 15 0 15.4 0 16C0 16.6 .4 17 1 17H5V15H1M20 5H9C7.9 5 7 5.9 7 7V21L11 17H20C21.1 17 22 16.1 22 15V7C22 5.9 21.1 5 20 5Z\" /></svg></li><li title=\"message flash outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-message-flash-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 17.2V4H20V10H22V4C22 2.9 21.1 2 20 2H4C2.9 2 2 2.9 2 4V22L6 18H15V16H5.2L4 17.2M22.5 16H20.3L22 12H17V18H19V23L22.5 16Z\" /></svg></li><li title=\"message flash \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-message-flash\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 4C22 2.9 21.1 2 20 2H4C2.9 2 2 2.9 2 4V22L6 18H15V10H22V4M22.5 16H20.3L22 12H17V18H19V23L22.5 16Z\" /></svg></li><li title=\"message image outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-message-image-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 2H4C2.9 2 2 2.9 2 4V22L6 18H20C21.1 18 22 17.1 22 16V4C22 2.9 21.1 2 20 2M20 16H5.2L4 17.2V4H20V16M5 14L8.5 9.5L11 12.5L14.5 8L19 14\" /></svg></li><li title=\"message image \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-message-image\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,14L8.5,9.5L11,12.5L14.5,8L19,14M20,2H4A2,2 0 0,0 2,4V22L6,18H20A2,2 0 0,0 22,16V4C22,2.89 21.1,2 20,2Z\" /></svg></li><li title=\"message lock outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-message-lock-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23 3V2.5C23 1.1 21.9 0 20.5 0S18 1.1 18 2.5V3C17.5 3 17 3.5 17 4V8C17 8.5 17.5 9 18 9H23C23.5 9 24 8.5 24 8V4C24 3.5 23.5 3 23 3M22 3H19V2.5C19 1.7 19.7 1 20.5 1S22 1.7 22 2.5V3M22 11V16C22 17.1 21.1 18 20 18H6L2 22V4C2 2.9 2.9 2 4 2H15V4H4V17.2L5.2 16H20V11H22Z\" /></svg></li><li title=\"message lock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-message-lock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.5 0A2.5 2.5 0 0 0 18 2.5V3A1 1 0 0 0 17 4V8A1 1 0 0 0 18 9H23A1 1 0 0 0 24 8V4A1 1 0 0 0 23 3V2.5A2.5 2.5 0 0 0 20.5 0M20.5 1A1.5 1.5 0 0 1 22 2.5V3H19V2.5A1.5 1.5 0 0 1 20.5 1M4 2A2 2 0 0 0 2 4V22L6 18H20A2 2 0 0 0 22 16V11H17C15.89 11 15 10.11 15 9V2H4Z\" /></svg></li><li title=\"message minus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-message-minus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 2H4C2.9 2 2 2.9 2 4V22L6 18H20C21.1 18 22 17.1 22 16V4C22 2.9 21.1 2 20 2M20 16H5.2L4 17.2V4H20V16M8 9V11H16V9H8Z\" /></svg></li><li title=\"message minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-message-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 2C21.11 2 22 2.9 22 4V16C22 17.11 21.11 18 20 18H6L2 22V4C2 2.89 2.9 2 4 2H20M8 9V11H16V9H8Z\" /></svg></li><li title=\"message off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-message-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.2 4L5.2 2H20C21.11 2 22 2.9 22 4V16C22 16.76 21.57 17.41 20.95 17.75L19.2 16H20V4H7.2M22.11 21.46L20.84 22.73L16.11 18H6L2 22V4C2 3.97 2 3.93 2 3.9L1.11 3L2.39 1.73L6.1 5.44L16.65 16H16.66L18.66 18H18.65L22.11 21.46M14.11 16L4 5.89V18L6 16H14.11Z\" /></svg></li><li title=\"message off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-message-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.95 17.75L5.2 2H20C21.1 2 22 2.89 22 4V16C22 16.76 21.57 17.41 20.95 17.75M2.39 1.73L1.11 3L2 3.9C2 3.93 2 3.97 2 4V22L6 18H16.11L20.84 22.73L22.11 21.46L2.39 1.73Z\" /></svg></li><li title=\"message outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-message-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 2H4C2.9 2 2 2.9 2 4V22L6 18H20C21.1 18 22 17.1 22 16V4C22 2.9 21.1 2 20 2M20 16H5.2L4 17.2V4H20V16Z\" /></svg></li><li title=\"message plus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-message-plus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 2H4C2.9 2 2 2.9 2 4V22L6 18H20C21.1 18 22 17.1 22 16V4C22 2.9 21.1 2 20 2M20 16H5.2L4 17.2V4H20V16M16 9V11H13V14H11V11H8V9H11V6H13V9H16Z\" /></svg></li><li title=\"message plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-message-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,2A2,2 0 0,1 22,4V16A2,2 0 0,1 20,18H6L2,22V4C2,2.89 2.9,2 4,2H20M11,6V9H8V11H11V14H13V11H16V9H13V6H11Z\" /></svg></li><li title=\"message processing outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-message-processing-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 2H4C2.9 2 2 2.9 2 4V22L6 18H20C21.1 18 22 17.1 22 16V4C22 2.9 21.1 2 20 2M20 16H5.2L4 17.2V4H20V16M17 11H15V9H17M13 11H11V9H13M9 11H7V9H9\" /></svg></li><li title=\"message processing \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-message-processing\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,11H15V9H17M13,11H11V9H13M9,11H7V9H9M20,2H4A2,2 0 0,0 2,4V22L6,18H20A2,2 0 0,0 22,16V4C22,2.89 21.1,2 20,2Z\" /></svg></li><li title=\"message question outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-message-question-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 2H4C2.9 2 2 2.9 2 4V22L6 18H20C21.1 18 22 17.1 22 16V4C22 2.9 21.1 2 20 2M20 16H5.2L4 17.2V4H20V16M12.2 5.5C11.3 5.5 10.6 5.7 10.1 6C9.5 6.4 9.2 7 9.3 7.7H11.3C11.3 7.4 11.4 7.2 11.6 7.1C11.8 7 12 6.9 12.3 6.9C12.6 6.9 12.9 7 13.1 7.2C13.3 7.4 13.4 7.6 13.4 7.9C13.4 8.2 13.3 8.4 13.2 8.6C13 8.8 12.8 9 12.6 9.1C12.1 9.4 11.7 9.7 11.5 9.9C11.1 10.2 11 10.5 11 11H13C13 10.7 13.1 10.5 13.1 10.3C13.2 10.1 13.4 10 13.6 9.8C14.1 9.6 14.4 9.3 14.7 8.9C15 8.5 15.1 8.1 15.1 7.7C15.1 7 14.8 6.4 14.3 6C13.9 5.7 13.1 5.5 12.2 5.5M11 12V14H13V12H11Z\" /></svg></li><li title=\"message question \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-message-question\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 2H4C2.9 2 2 2.9 2 4V22L6 18H20C21.1 18 22 17.1 22 16V4C22 2.9 21.1 2 20 2M13 14H11V12H13V14M14.8 9C14.5 9.4 14.1 9.6 13.7 9.8C13.4 10 13.3 10.1 13.2 10.3C13 10.5 13 10.7 13 11H11C11 10.5 11.1 10.2 11.3 9.9C11.5 9.7 11.9 9.4 12.4 9.1C12.7 9 12.9 8.8 13 8.6C13.1 8.4 13.2 8.1 13.2 7.9C13.2 7.6 13.1 7.4 12.9 7.2C12.7 7 12.4 6.9 12.1 6.9C11.8 6.9 11.6 7 11.4 7.1C11.2 7.2 11.1 7.4 11.1 7.7H9.1C9.2 7 9.5 6.4 10 6C10.5 5.6 11.2 5.5 12.1 5.5C13 5.5 13.8 5.7 14.3 6.1C14.8 6.5 15.1 7.1 15.1 7.8C15.2 8.2 15.1 8.6 14.8 9Z\" /></svg></li><li title=\"message reply outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-message-reply-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 2H4C2.9 2 2 2.9 2 4V16C2 17.1 2.9 18 4 18H18L22 22V4C22 2.9 21.1 2 20 2M20 17.2L18.8 16H4V4H20V17.2Z\" /></svg></li><li title=\"message reply text outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-message-reply-text-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9 11H18V13H9V11M18 7H6V9H18V7M22 4V22L18 18H4C2.9 18 2 17.11 2 16V4C2 2.9 2.9 2 4 2H20C21.1 2 22 2.89 22 4M20 4H4V16H18.83L20 17.17V4Z\" /></svg></li><li title=\"message reply text \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-message-reply-text\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18,8H6V6H18V8M18,11H6V9H18V11M18,14H6V12H18V14M22,4A2,2 0 0,0 20,2H4A2,2 0 0,0 2,4V16A2,2 0 0,0 4,18H18L22,22V4Z\" /></svg></li><li title=\"message reply \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-message-reply\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,4C22,2.89 21.1,2 20,2H4A2,2 0 0,0 2,4V16A2,2 0 0,0 4,18H18L22,22V4Z\" /></svg></li><li title=\"message settings outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-message-settings-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 2H4C2.9 2 2 2.9 2 4V22L6 18H20C21.1 18 22 17.1 22 16V4C22 2.9 21.1 2 20 2M20 16H5.2L4 17.2V4H20V16M11 24H13V22H11V24M7 24H9V22H7V24M15 24H17V22H15V24\" /></svg></li><li title=\"message settings \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-message-settings\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,2H4A2,2 0 0,0 2,4V22L6,18H20A2,2 0 0,0 22,16V4A2,2 0 0,0 20,2M11,24H13V22H11V24M7,24H9V22H7V24M15,24H17V22H15V24Z\" /></svg></li><li title=\"message star outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-message-star-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 2H4C2.9 2 2 2.9 2 4V22L6 18H20C21.1 18 22 17.1 22 16V4C22 2.9 21.1 2 20 2M20 16H5.2L4 17.2V4H20V16M12 12.4L14.6 14L13.9 11L16.2 9L13.2 8.7L12 6L10.8 8.8L7.8 9L10.1 11L9.4 14L12 12.4Z\" /></svg></li><li title=\"message star \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-message-star\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 2H4C2.9 2 2 2.9 2 4V22L6 18H20C21.1 18 22 17.1 22 16V4C22 2.9 21.1 2 20 2M14.6 14L12 12.4L9.4 14L10.1 11L7.8 9L10.8 8.7L12 6L13.2 8.8L16.2 9.1L13.9 11.1L14.6 14Z\" /></svg></li><li title=\"message text clock outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-message-text-clock-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 12.41V4C22 2.9 21.11 2 20 2H4C2.9 2 2 2.89 2 4V22L6 18H9.29C10.15 20.89 12.83 23 16 23C19.86 23 23 19.87 23 16C23 14.69 22.63 13.46 22 12.41M5.17 16L4 17.17V4H20V10.26C18.86 9.47 17.5 9 16 9C14.1 9 12.37 9.77 11.11 11H6V13H9.69C9.25 13.91 9 14.93 9 16H5.17M16 20.85C13.32 20.85 11.15 18.68 11.15 16S13.32 11.15 16 11.15C18.67 11.15 20.85 13.32 20.85 16S18.67 20.85 16 20.85M18 9H6V7H18V9M16.5 15.82L18.94 17.23L18.19 18.53L15 16.69V13H16.5V15.82Z\" /></svg></li><li title=\"message text clock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-message-text-clock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 12.41V4C22 2.9 21.11 2 20 2H4C2.9 2 2 2.9 2 4V22L6 18H9.29C10.15 20.89 12.83 23 16 23C19.86 23 23 19.87 23 16C23 14.69 22.63 13.46 22 12.41M6 6H18V8H6V6M16 9C14.1 9 12.37 9.77 11.11 11H6V9H16M6 12H10.26C9.84 12.6 9.5 13.28 9.3 14H6V12M16 20.85C13.32 20.85 11.15 18.68 11.15 16S13.32 11.15 16 11.15C18.67 11.15 20.85 13.32 20.85 16S18.67 20.85 16 20.85M16.5 15.82L18.94 17.23L18.19 18.53L15 16.69V13H16.5V15.82Z\" /></svg></li><li title=\"message text fast outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-message-text-fast-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10 11.5H17V13H10V11.5M10 8.5H19V10H10V8.5M20 5H9C7.9 5 7 5.9 7 7V21L11 17H20C21.1 17 22 16.1 22 15V7C22 5.9 21.1 5 20 5M20 15H10.2L9 16.2V7H20V15M3 7C2.4 7 2 7.4 2 8S2.4 9 3 9H5V7H3M2 11C1.4 11 1 11.4 1 12S1.4 13 2 13H5V11H2M1 15C.4 15 0 15.4 0 16C0 16.6 .4 17 1 17H5V15H1Z\" /></svg></li><li title=\"message text fast \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-message-text-fast\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9 5C7.9 5 7 5.9 7 7V21L11 17H20C21.1 17 22 16.1 22 15V7C22 5.9 21.1 5 20 5H9M3 7C2.4 7 2 7.4 2 8S2.4 9 3 9H5V7H3M11 8H19V10H11V8M2 11C1.4 11 1 11.4 1 12S1.4 13 2 13H5V11H2M11 12H16V14H11V12M1 15C.4 15 0 15.4 0 16C0 16.6 .4 17 1 17H5V15H1Z\" /></svg></li><li title=\"message text lock outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-message-text-lock-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23 3V2.5C23 1.12 21.88 0 20.5 0S18 1.12 18 2.5V3C17.45 3 17 3.45 17 4V8C17 8.55 17.45 9 18 9H23C23.55 9 24 8.55 24 8V4C24 3.45 23.55 3 23 3M22 3H19V2.5C19 1.67 19.67 1 20.5 1S22 1.67 22 2.5V3M6 11H15V13H6V11M6 7H15V9H6V7M22 11V16C22 17.11 21.11 18 20 18H6L2 22V4C2 2.89 2.9 2 4 2H15V4H4V17.17L5.17 16H20V11H22Z\" /></svg></li><li title=\"message text lock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-message-text-lock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.5 0A2.5 2.5 0 0 0 18 2.5V3A1 1 0 0 0 17 4V8A1 1 0 0 0 18 9H23A1 1 0 0 0 24 8V4A1 1 0 0 0 23 3V2.5A2.5 2.5 0 0 0 20.5 0M20.5 1A1.5 1.5 0 0 1 22 2.5V3H19V2.5A1.5 1.5 0 0 1 20.5 1M4 2A2 2 0 0 0 2 4V22L6 18H20A2 2 0 0 0 22 16V11H17C15.89 11 15 10.11 15 9V2H4M6 6H13V8H6V6M6 9H13V11H6V9M6 12H14V14H6V12Z\" /></svg></li><li title=\"message text outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-message-text-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,2A2,2 0 0,1 22,4V16A2,2 0 0,1 20,18H6L2,22V4C2,2.89 2.9,2 4,2H20M4,4V17.17L5.17,16H20V4H4M6,7H18V9H6V7M6,11H15V13H6V11Z\" /></svg></li><li title=\"message text \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-message-text\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,2H4A2,2 0 0,0 2,4V22L6,18H20A2,2 0 0,0 22,16V4A2,2 0 0,0 20,2M6,9H18V11H6M14,14H6V12H14M18,8H6V6H18\" /></svg></li><li title=\"message video \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-message-video\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18,14L14,10.8V14H6V6H14V9.2L18,6M20,2H4A2,2 0 0,0 2,4V22L6,18H20A2,2 0 0,0 22,16V4C22,2.89 21.1,2 20,2Z\" /></svg></li><li title=\"message \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-message\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,2H4A2,2 0 0,0 2,4V22L6,18H20A2,2 0 0,0 22,16V4C22,2.89 21.1,2 20,2Z\" /></svg></li><li title=\"meteor \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-meteor\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2.8,3L19.67,18.82C19.67,18.82 20,19.27 19.58,19.71C19.17,20.15 18.63,19.77 18.63,19.77L2.8,3M7.81,4.59L20.91,16.64C20.91,16.64 21.23,17.08 20.82,17.5C20.4,17.97 19.86,17.59 19.86,17.59L7.81,4.59M4.29,8L17.39,20.03C17.39,20.03 17.71,20.47 17.3,20.91C16.88,21.36 16.34,21 16.34,21L4.29,8M12.05,5.96L21.2,14.37C21.2,14.37 21.42,14.68 21.13,15C20.85,15.3 20.47,15.03 20.47,15.03L12.05,5.96M5.45,11.91L14.6,20.33C14.6,20.33 14.82,20.64 14.54,20.95C14.25,21.26 13.87,21 13.87,21L5.45,11.91M16.38,7.92L20.55,11.74C20.55,11.74 20.66,11.88 20.5,12.03C20.38,12.17 20.19,12.05 20.19,12.05L16.38,7.92M7.56,16.1L11.74,19.91C11.74,19.91 11.85,20.06 11.7,20.2C11.56,20.35 11.37,20.22 11.37,20.22L7.56,16.1Z\" /></svg></li><li title=\"metronome tick \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-metronome-tick\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,1.75L8.57,2.67L4.07,19.5C4.06,19.5 4,19.84 4,20C4,21.11 4.89,22 6,22H18C19.11,22 20,21.11 20,20C20,19.84 19.94,19.5 19.93,19.5L15.43,2.67L12,1.75M10.29,4H13.71L17.2,17H13V12H11V17H6.8L10.29,4M11,5V9H10V11H14V9H13V5H11Z\" /></svg></li><li title=\"metronome \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-metronome\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,1.75L8.57,2.67L4.06,19.53C4.03,19.68 4,19.84 4,20C4,21.11 4.89,22 6,22H18C19.11,22 20,21.11 20,20C20,19.84 19.97,19.68 19.94,19.53L18.58,14.42L17,16L17.2,17H13.41L16.25,14.16L14.84,12.75L10.59,17H6.8L10.29,4H13.71L15.17,9.43L16.8,7.79L15.43,2.67L12,1.75M11.25,5V14.75L12.75,13.25V5H11.25M19.79,7.8L16.96,10.63L16.25,9.92L14.84,11.34L17.66,14.16L19.08,12.75L18.37,12.04L21.2,9.21L19.79,7.8Z\" /></svg></li><li title=\"micro sd \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-micro-sd\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8,2A2,2 0 0,0 6,4V11L4,13V20A2,2 0 0,0 6,22H18A2,2 0 0,0 20,20V4A2,2 0 0,0 18,2H8M9,4H11V8H9V4M12,4H14V8H12V4M15,4H17V8H15V4Z\" /></svg></li><li title=\"microphone minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-microphone-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,2A3,3 0 0,1 12,5V11A3,3 0 0,1 9,14A3,3 0 0,1 6,11V5A3,3 0 0,1 9,2M16,11C16,14.5 13.44,17.43 10,17.93V21H8V17.93C4.56,17.43 2,14.5 2,11H4A5,5 0 0,0 9,16A5,5 0 0,0 14,11H16M15,5H23V7H15V5Z\" /></svg></li><li title=\"microphone off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-microphone-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,11C19,12.19 18.66,13.3 18.1,14.28L16.87,13.05C17.14,12.43 17.3,11.74 17.3,11H19M15,11.16L9,5.18V5A3,3 0 0,1 12,2A3,3 0 0,1 15,5V11L15,11.16M4.27,3L21,19.73L19.73,21L15.54,16.81C14.77,17.27 13.91,17.58 13,17.72V21H11V17.72C7.72,17.23 5,14.41 5,11H6.7C6.7,14 9.24,16.1 12,16.1C12.81,16.1 13.6,15.91 14.31,15.58L12.65,13.92L12,14A3,3 0 0,1 9,11V10.28L3,4.27L4.27,3Z\" /></svg></li><li title=\"microphone outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-microphone-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17.3,11C17.3,14 14.76,16.1 12,16.1C9.24,16.1 6.7,14 6.7,11H5C5,14.41 7.72,17.23 11,17.72V21H13V17.72C16.28,17.23 19,14.41 19,11M10.8,4.9C10.8,4.24 11.34,3.7 12,3.7C12.66,3.7 13.2,4.24 13.2,4.9L13.19,11.1C13.19,11.76 12.66,12.3 12,12.3C11.34,12.3 10.8,11.76 10.8,11.1M12,14A3,3 0 0,0 15,11V5A3,3 0 0,0 12,2A3,3 0 0,0 9,5V11A3,3 0 0,0 12,14Z\" /></svg></li><li title=\"microphone plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-microphone-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,2A3,3 0 0,1 12,5V11A3,3 0 0,1 9,14A3,3 0 0,1 6,11V5A3,3 0 0,1 9,2M16,11C16,14.5 13.44,17.43 10,17.93V21H8V17.93C4.56,17.43 2,14.5 2,11H4A5,5 0 0,0 9,16A5,5 0 0,0 14,11H16M15,5H18V2H20V5H23V7H20V10H18V7H15V5Z\" /></svg></li><li title=\"microphone question outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-microphone-question-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.3 11C14.3 14 11.76 16.1 9 16.1S3.7 14 3.7 11H2C2 14.41 4.72 17.23 8 17.72V21H10V17.72C13.28 17.23 16 14.41 16 11M7.8 4.9C7.8 4.24 8.34 3.7 9 3.7S10.2 4.24 10.2 4.9L10.19 11.1C10.19 11.76 9.66 12.3 9 12.3S7.8 11.76 7.8 11.1M9 14C10.66 14 12 12.66 12 11V5C12 3.34 10.66 2 9 2S6 3.34 6 5V11C6 12.66 7.34 14 9 14M20.5 14.5V16H19V14.5H20.5M18.5 9.5H17V9C17 7.34 18.34 6 20 6S23 7.34 23 9C23 9.97 22.5 10.88 21.71 11.41L21.41 11.6C20.84 12 20.5 12.61 20.5 13.3V13.5H19V13.3C19 12.11 19.6 11 20.59 10.35L20.88 10.16C21.27 9.9 21.5 9.47 21.5 9C21.5 8.17 20.83 7.5 20 7.5S18.5 8.17 18.5 9V9.5Z\" /></svg></li><li title=\"microphone question \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-microphone-question\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9 2C10.66 2 12 3.34 12 5V11C12 12.66 10.66 14 9 14S6 12.66 6 11V5C6 3.34 7.34 2 9 2M16 11C16 14.53 13.39 17.44 10 17.93V21H8V17.93C4.61 17.44 2 14.53 2 11H4C4 13.76 6.24 16 9 16S14 13.76 14 11H16M20.5 14.5V16H19V14.5H20.5M18.5 9.5H17V9C17 7.34 18.34 6 20 6S23 7.34 23 9C23 9.97 22.5 10.88 21.71 11.41L21.41 11.6C20.84 12 20.5 12.61 20.5 13.3V13.5H19V13.3C19 12.11 19.6 11 20.59 10.35L20.88 10.16C21.27 9.9 21.5 9.47 21.5 9C21.5 8.17 20.83 7.5 20 7.5S18.5 8.17 18.5 9V9.5Z\" /></svg></li><li title=\"microphone settings \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-microphone-settings\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,10H17.3C17.3,13 14.76,15.1 12,15.1C9.24,15.1 6.7,13 6.7,10H5C5,13.41 7.72,16.23 11,16.72V20H13V16.72C16.28,16.23 19,13.41 19,10M15,24H17V22H15M11,24H13V22H11M12,13A3,3 0 0,0 15,10V4A3,3 0 0,0 12,1A3,3 0 0,0 9,4V10A3,3 0 0,0 12,13M7,24H9V22H7V24Z\" /></svg></li><li title=\"microphone variant off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-microphone-variant-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,5.27L3.28,4L20,20.72L18.73,22L16,19.26C15.86,21.35 14.12,23 12,23A4,4 0 0,1 8,19V18H7L6.16,9.82C5.82,9.47 5.53,9.06 5.33,8.6L2,5.27M9,3A4,4 0 0,1 13,7H8.82L6.08,4.26C6.81,3.5 7.85,3 9,3M11.84,9.82L11.82,10L9.82,8H12.87C12.69,8.7 12.33,9.32 11.84,9.82M11,18H10V19A2,2 0 0,0 12,21A2,2 0 0,0 14,19V17.27L11.35,14.62L11,18M18,10H20L19,11L20,12H18A2,2 0 0,0 16,14V14.18L14.3,12.5C14.9,11 16.33,10 18,10M8,12A1,1 0 0,0 9,13C9.21,13 9.4,12.94 9.56,12.83L8.17,11.44C8.06,11.6 8,11.79 8,12Z\" /></svg></li><li title=\"microphone variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-microphone-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,3A4,4 0 0,1 13,7H5A4,4 0 0,1 9,3M11.84,9.82L11,18H10V19A2,2 0 0,0 12,21A2,2 0 0,0 14,19V14A4,4 0 0,1 18,10H20L19,11L20,12H18A2,2 0 0,0 16,14V19A4,4 0 0,1 12,23A4,4 0 0,1 8,19V18H7L6.16,9.82C5.67,9.32 5.31,8.7 5.13,8H12.87C12.69,8.7 12.33,9.32 11.84,9.82M9,11A1,1 0 0,0 8,12A1,1 0 0,0 9,13A1,1 0 0,0 10,12A1,1 0 0,0 9,11Z\" /></svg></li><li title=\"microphone \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-microphone\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A3,3 0 0,1 15,5V11A3,3 0 0,1 12,14A3,3 0 0,1 9,11V5A3,3 0 0,1 12,2M19,11C19,14.53 16.39,17.44 13,17.93V21H11V17.93C7.61,17.44 5,14.53 5,11H7A5,5 0 0,0 12,16A5,5 0 0,0 17,11H19Z\" /></svg></li><li title=\"microscope \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-microscope\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9.46,6.28L11.05,9C8.47,9.26 6.5,11.41 6.5,14A5,5 0 0,0 11.5,19C13.55,19 15.31,17.77 16.08,16H13.5V14H21.5V16H19.25C18.84,17.57 17.97,18.96 16.79,20H19.5V22H3.5V20H6.21C4.55,18.53 3.5,16.39 3.5,14C3.5,10.37 5.96,7.2 9.46,6.28M12.74,2.07L13.5,3.37L14.36,2.87L17.86,8.93L14.39,10.93L10.89,4.87L11.76,4.37L11,3.07L12.74,2.07Z\" /></svg></li><li title=\"microsoft access \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-microsoft-access\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.5 2.63Q15.84 2.63 17.18 2.77L17.85 2.86Q18.3 2.93 18.84 3.04 19.37 3.15 19.93 3.31 20.5 3.47 20.96 3.69 21.42 3.91 21.71 4.19 22 4.47 22 4.81V19.19Q22 19.53 21.71 19.81 21.41 20.09 20.96 20.31 20.5 20.53 19.93 20.69 19.37 20.85 18.83 20.96 18.3 21.07 17.86 21.14 17.41 21.21 17.17 21.23 15.84 21.38 14.5 21.38 13.15 21.38 11.82 21.23 11.59 21.21 11.15 21.14 10.7 21.07 10.16 20.96 9.63 20.85 9.07 20.69 8.5 20.53 8.05 20.31 7.59 20.09 7.29 19.81 7 19.53 7 19.19V17H2.83Q2.5 17 2.24 16.76 2 16.5 2 16.17V7.83Q2 7.5 2.24 7.24 2.5 7 2.83 7H7V4.81Q7 4.47 7.29 4.19 7.59 3.91 8.05 3.69 8.5 3.47 9.07 3.31 9.63 3.15 10.17 3.04 10.7 2.93 11.14 2.86 11.59 2.8 11.83 2.77 13.15 2.63 14.5 2.63M14.5 3.88Q13.87 3.88 13.08 3.92 12.3 3.96 11.5 4.07 10.69 4.18 9.93 4.36 9.17 4.54 8.58 4.81 9.19 5.1 9.95 5.28 10.7 5.46 11.5 5.56 12.29 5.66 13.07 5.71 13.85 5.75 14.5 5.75 15.16 5.75 15.93 5.71 16.71 5.66 17.5 5.56 18.3 5.46 19.06 5.28 19.81 5.1 20.42 4.81 19.83 4.54 19.07 4.36 18.31 4.18 17.5 4.07 16.7 3.96 15.92 3.92 15.14 3.88 14.5 3.88M5.94 13.79H8.06L8.55 15.28H10.22L7.83 8.72H6.2L3.78 15.28H5.44M20.75 19V16Q20.11 16.31 19.31 16.5 18.5 16.68 17.67 16.79 16.83 16.9 16 16.95 15.19 17 14.5 17 13.79 17 13.08 16.96 12.37 16.91 11.67 16.83 11.44 17 11.17 17H8.25V19Q8.53 19.21 9 19.38 9.5 19.56 10.07 19.68 10.65 19.81 11.29 19.9 11.92 20 12.5 20.03 13.12 20.09 13.64 20.11 14.16 20.13 14.5 20.13 14.84 20.12 15.36 20.1 15.88 20.09 16.5 20.03 17.08 20 17.71 19.9 18.35 19.81 18.93 19.68 19.5 19.56 20 19.38 20.47 19.21 20.75 19M20.75 14.63V11Q20.11 11.31 19.31 11.5 18.5 11.68 17.67 11.79 16.83 11.9 16 11.95 15.19 12 14.5 12 13.88 12 13.25 11.97 12.63 11.93 12 11.87V15.62Q12.63 15.69 13.25 15.72 13.88 15.75 14.5 15.75 14.86 15.75 15.38 15.73 15.9 15.71 16.5 15.66 17.08 15.6 17.7 15.5 18.33 15.44 18.9 15.31 19.5 15.18 19.96 15 20.45 14.85 20.75 14.63M20.75 9.63V6Q20.11 6.31 19.31 6.5 18.5 6.68 17.67 6.79 16.83 6.9 16 6.95 15.19 7 14.5 7 13.81 7 13 6.95 12.17 6.9 11.33 6.79 10.5 6.68 9.69 6.5 8.89 6.31 8.25 6V7H11.17Q11.5 7 11.76 7.24 12 7.5 12 7.83V10.62Q12.63 10.69 13.25 10.72 13.88 10.75 14.5 10.75 14.86 10.75 15.38 10.73 15.9 10.71 16.5 10.66 17.08 10.6 17.7 10.5 18.33 10.44 18.9 10.31 19.5 10.18 19.96 10 20.44 9.85 20.75 9.63M6.32 12.5L7 10.5L7.65 12.5Z\" /></svg></li><li title=\"microsoft azure devops \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-microsoft-azure-devops\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 18L17 22L9 19V22L4.81 16.25L17.72 17.3V6.34L22 5.65V18M4.81 16.25V8.96L17.72 6.34L10.6 2V4.84L3.97 6.76L2 9.38V15.07L4.81 16.25Z\" /></svg></li><li title=\"microsoft azure \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-microsoft-azure\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.05,4.24L6.56,18.05L2,18L7.09,9.24L13.05,4.24M13.75,5.33L22,19.76H6.74L16.04,18.1L11.17,12.31L13.75,5.33Z\" /></svg></li><li title=\"microsoft bing \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-microsoft-bing\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,3V19L8.72,21L18,15.82V11.73H18L9.77,8.95L11.38,12.84L13.94,14L8.7,16.92V4.27L5,3\" /></svg></li><li title=\"microsoft dynamics 365 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-microsoft-dynamics-365\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,2L17.25,8.5L13.5,11.5L6,8V2M6,9L9.5,11.25L6,22L18,9V15L6,22V9Z\" /></svg></li><li title=\"microsoft edge \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-microsoft-edge\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10.86 15.37C10.17 14.6 9.7 13.68 9.55 12.65C9.25 13.11 9 13.61 8.82 14.15C7.9 16.9 9.5 20.33 12.22 21.33C14.56 22.11 17.19 20.72 18.92 19.2C19.18 18.85 21.23 17.04 20.21 16.84C17.19 18.39 13.19 17.95 10.86 15.37M11.46 9.56C12.5 9.55 11.5 9.13 11.07 8.81C10.03 8.24 8.81 7.96 7.63 7.96C3.78 8 .995 10.41 2.3 14.4C3.24 18.28 6.61 21.4 10.59 21.9C8.54 20.61 7.3 18.19 7.3 15.78C7.38 13.25 8.94 10.28 11.46 9.56M2.78 8.24C5.82 6 10.66 6.18 13.28 9C14.3 10.11 15 12 14.07 13.37C12.33 15.25 17.15 15.5 18.18 15.22C21.92 14.5 22.91 10.15 21.13 7.15C19.43 3.75 15.66 1.97 11.96 2C7.9 1.93 4.25 4.5 2.78 8.24Z\" /></svg></li><li title=\"microsoft excel \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-microsoft-excel\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.17 3.25Q21.5 3.25 21.76 3.5 22 3.74 22 4.08V19.92Q22 20.26 21.76 20.5 21.5 20.75 21.17 20.75H7.83Q7.5 20.75 7.24 20.5 7 20.26 7 19.92V17H2.83Q2.5 17 2.24 16.76 2 16.5 2 16.17V7.83Q2 7.5 2.24 7.24 2.5 7 2.83 7H7V4.08Q7 3.74 7.24 3.5 7.5 3.25 7.83 3.25M7 13.06L8.18 15.28H9.97L8 12.06L9.93 8.89H8.22L7.13 10.9L7.09 10.96L7.06 11.03Q6.8 10.5 6.5 9.96 6.25 9.43 5.97 8.89H4.16L6.05 12.08L4 15.28H5.78M13.88 19.5V17H8.25V19.5M13.88 15.75V12.63H12V15.75M13.88 11.38V8.25H12V11.38M13.88 7V4.5H8.25V7M20.75 19.5V17H15.13V19.5M20.75 15.75V12.63H15.13V15.75M20.75 11.38V8.25H15.13V11.38M20.75 7V4.5H15.13V7Z\" /></svg></li><li title=\"microsoft internet explorer \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-microsoft-internet-explorer\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,3L14,3.06C16.8,1.79 19.23,1.64 20.5,2.92C21.5,3.93 21.58,5.67 20.92,7.72C21.61,9 22,10.45 22,12L21.95,13H9.08C9.45,15.28 11.06,17 13,17C14.31,17 15.47,16.21 16.2,15H21.5C20.25,18.5 16.92,21 13,21C11.72,21 10.5,20.73 9.41,20.25C6.5,21.68 3.89,21.9 2.57,20.56C1,18.96 1.68,15.57 4,12C4.93,10.54 6.14,9.06 7.57,7.65L8.38,6.88C7.21,7.57 5.71,8.62 4.19,10.17C5.03,6.08 8.66,3 13,3M13,7C11.21,7 9.69,8.47 9.18,10.5H16.82C16.31,8.47 14.79,7 13,7M20.06,4.06C19.4,3.39 18.22,3.35 16.74,3.81C18.22,4.5 19.5,5.56 20.41,6.89C20.73,5.65 20.64,4.65 20.06,4.06M3.89,20C4.72,20.84 6.4,20.69 8.44,19.76C6.59,18.67 5.17,16.94 4.47,14.88C3.27,17.15 3,19.07 3.89,20Z\" /></svg></li><li title=\"microsoft office \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-microsoft-office\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.94 5.59V18.39Q19.94 19.06 19.55 19.59 19.16 20.11 18.5 20.29L12.77 21.94Q12.65 21.97 12.5 22H12.28Q11.95 22 11.68 21.91 11.41 21.82 11.13 21.67L7.38 19.55Q7.17 19.43 7.05 19.24 6.93 19.05 6.93 18.81 6.93 18.45 7.19 18.2 7.44 17.95 7.8 17.95H12.66V6.14L9 7.44Q8.57 7.6 8.3 8 8.03 8.38 8.03 8.85V15.58Q8.03 16 7.82 16.34 7.62 16.68 7.25 16.88L5.53 17.82Q5.29 17.95 5.05 17.95 4.64 17.95 4.35 17.66 4.06 17.37 4.06 16.95V7.47Q4.06 6.95 4.33 6.5 4.61 6 5.06 5.74L11.22 2.24Q11.43 2.12 11.67 2.06 11.91 2 12.15 2 12.32 2 12.46 2.03 12.6 2.05 12.77 2.1L18.5 3.69Q18.83 3.78 19.09 3.96 19.35 4.14 19.54 4.39 19.74 4.65 19.84 4.95 19.94 5.26 19.94 5.59M18.62 18.39V5.59Q18.62 5.36 18.5 5.19 18.35 5 18.13 4.96L15.31 4.18Q15 4.09 14.65 4 14.32 3.89 14 3.81V20.21L18.13 19Q18.35 18.96 18.5 18.79 18.62 18.62 18.62 18.39Z\" /></svg></li><li title=\"microsoft onedrive \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-microsoft-onedrive\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.21 10.29Q19 10.34 19.7 10.68 20.39 11 20.9 11.57 21.41 12.12 21.71 12.83 22 13.54 22 14.34 22 15.18 21.68 15.92 21.36 16.66 20.8 17.21 20.25 17.76 19.5 18.08 18.78 18.41 17.94 18.41H7Q5.97 18.41 5.06 18 4.15 17.61 3.47 16.94 2.79 16.26 2.4 15.35 2 14.44 2 13.41 2 12.59 2.26 11.83 2.5 11.08 3 10.45 3.44 9.82 4.08 9.35 4.72 8.88 5.5 8.63 5.87 8.5 6.21 8.5 6.56 8.43 6.93 8.41H6.94Q7.37 7.75 7.95 7.23 8.5 6.71 9.2 6.34 9.87 6 10.62 5.78 11.37 5.59 12.16 5.59 13.22 5.59 14.2 5.94 15.18 6.29 16 6.91 16.8 7.53 17.37 8.39 17.95 9.26 18.21 10.29M12.16 6.84Q11.05 6.84 10.06 7.3 9.06 7.75 8.36 8.6 8.73 8.7 9.07 8.85 9.4 9 9.73 9.2L13.71 11.58L16 10.62Q16.21 10.53 16.44 10.45 16.67 10.38 16.92 10.33 16.68 9.55 16.21 8.91 15.74 8.27 15.11 7.81 14.5 7.35 13.73 7.1 13 6.84 12.16 6.84M4 15.66L12.27 12.18L9.08 10.26Q8.59 9.97 8.06 9.81 7.5 9.66 6.95 9.66 6.19 9.66 5.5 9.96 4.84 10.26 4.34 10.77 3.84 11.29 3.54 11.97 3.25 12.65 3.25 13.41 3.25 14 3.45 14.59 3.64 15.19 4 15.66M17.94 17.16Q18.41 17.16 18.84 17 19.27 16.86 19.64 16.58L13.61 13L5.03 16.59Q5.47 16.86 5.97 17 6.47 17.16 7 17.16M20.45 15.61Q20.75 15 20.75 14.34 20.75 13.7 20.5 13.17 20.26 12.65 19.85 12.28 19.43 11.91 18.88 11.71 18.32 11.5 17.7 11.5 17.35 11.5 17 11.6 16.66 11.68 16.33 11.81 16 11.93 15.67 12.08 15.35 12.23 15.04 12.37Z\" /></svg></li><li title=\"microsoft onenote \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-microsoft-onenote\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.17 3.25Q21.5 3.25 21.76 3.5 22 3.74 22 4.08V19.92Q22 20.26 21.76 20.5 21.5 20.75 21.17 20.75H7.83Q7.5 20.75 7.24 20.5 7 20.26 7 19.92V17H2.83Q2.5 17 2.24 16.76 2 16.5 2 16.17V7.83Q2 7.5 2.24 7.24 2.5 7 2.83 7H7V4.08Q7 3.74 7.24 3.5 7.5 3.25 7.83 3.25M5.8 11.17L8.16 15.27H9.65V8.73H8.2V12.92L5.93 8.73H4.35V15.27H5.8M20.75 19.5V17H18.25V19.5M20.75 15.75V13.25H18.25V15.75M20.75 12V9.5H18.25V12M20.75 8.25V4.5H8.25V7H11.17Q11.5 7 11.76 7.24 12 7.5 12 7.83V16.17Q12 16.5 11.76 16.76 11.5 17 11.17 17H8.25V19.5H17V8.25Z\" /></svg></li><li title=\"microsoft outlook \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-microsoft-outlook\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8.56 12.03Q8.56 12.41 8.5 12.76 8.39 13.1 8.2 13.38 8 13.65 7.71 13.81 7.41 13.97 7 13.97 6.58 13.97 6.29 13.8 6 13.63 5.81 13.35 5.62 13.07 5.54 12.72 5.45 12.37 5.45 12 5.45 11.64 5.54 11.28 5.62 10.93 5.81 10.65 6 10.37 6.31 10.2 6.61 10.03 7.03 10.03 7.46 10.03 7.75 10.2 8.05 10.38 8.23 10.66 8.41 10.95 8.5 11.3 8.56 11.66 8.56 12.03M22 12V19.81Q22 20.2 21.73 20.5 21.45 20.75 21.06 20.75H7.94Q7.55 20.75 7.27 20.5 7 20.2 7 19.81V17H2.83Q2.5 17 2.24 16.76 2 16.5 2 16.17V7.83Q2 7.5 2.24 7.24 2.5 7 2.83 7H8.25V4.13Q8.25 3.76 8.5 3.5 8.76 3.25 9.13 3.25H19.87Q20.24 3.25 20.5 3.5 20.75 3.76 20.75 4.13V11.04L21.79 11.64H21.8Q21.88 11.7 21.94 11.8 22 11.89 22 12M17 5.13V7.63H19.5V5.13M17 8.88V11.38H19.5V8.88M17 12.63V14.15L19.54 12.63M12.63 5.13V7.63H15.75V5.13M12.63 8.88V11.38H15.75V8.88M12.63 12.63V14.32L14.64 15.56L15.75 14.9V12.63M9.5 5.13V7H11.27Q11.33 7 11.38 7.04V5.12M7 15.32Q7.73 15.32 8.32 15.06 8.9 14.8 9.31 14.35 9.71 13.9 9.91 13.28 10.12 12.66 10.13 11.94 10.13 11.25 9.92 10.65 9.72 10.06 9.32 9.62 8.93 9.18 8.37 8.93 7.8 8.68 7.08 8.68 6.31 8.68 5.71 8.93 5.12 9.18 4.71 9.63 4.3 10.09 4.09 10.71 3.88 11.34 3.88 12.08 3.88 12.78 4.09 13.38 4.31 13.97 4.71 14.4 5.11 14.83 5.68 15.08 6.26 15.32 7 15.32M8.25 19.5H18.57L12 15.4V16.17Q12 16.5 11.76 16.76 11.5 17 11.17 17H8.25M20.75 19.39V13.36L15.83 16.31Z\" /></svg></li><li title=\"microsoft powerpoint \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-microsoft-powerpoint\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.25 3.25Q14.46 3.25 15.58 3.56 16.7 3.88 17.67 4.45 18.64 5 19.44 5.81 20.23 6.61 20.8 7.58 21.38 8.55 21.69 9.67 22 10.79 22 12 22 13.21 21.69 14.33 21.38 15.45 20.8 16.42 20.23 17.39 19.44 18.19 18.64 19 17.67 19.55 16.7 20.13 15.58 20.44 14.46 20.75 13.25 20.75 12.18 20.75 11.15 20.5 10.12 20.24 9.2 19.76 8.28 19.27 7.5 18.58 6.69 17.88 6.07 17H2.83Q2.5 17 2.24 16.76 2 16.5 2 16.17V7.83Q2 7.5 2.24 7.25 2.5 7 2.83 7H6.07Q6.69 6.12 7.5 5.42 8.28 4.72 9.2 4.24 10.13 3.76 11.15 3.5 12.18 3.25 13.25 3.25M13.88 4.53V11.37H20.72Q20.6 10 20.03 8.81 19.46 7.62 18.55 6.7 17.64 5.79 16.43 5.22 15.23 4.65 13.88 4.53M9.5 10.84Q9.5 10.27 9.3 9.87 9.11 9.46 8.78 9.21 8.45 8.95 8 8.84 7.55 8.72 7 8.72H4.37V15.27H5.91V13H6.94Q7.42 13 7.87 12.84 8.33 12.7 8.69 12.43 9.05 12.17 9.27 11.76 9.5 11.36 9.5 10.84M13.25 19.5Q14.23 19.5 15.14 19.26 16.04 19 16.85 18.58 17.66 18.13 18.33 17.5 19 16.89 19.5 16.13 20 15.36 20.33 14.47 20.64 13.58 20.72 12.62H12.64V4.53Q11.19 4.65 9.91 5.29 8.63 5.93 7.67 7H11.17Q11.5 7 11.76 7.25 12 7.5 12 7.83V16.17Q12 16.5 11.76 16.76 11.5 17 11.17 17H7.67Q8.2 17.6 8.84 18.06 9.5 18.5 10.19 18.84 10.91 19.17 11.68 19.33 12.45 19.5 13.25 19.5M6.85 10Q7.32 10 7.61 10.19 7.89 10.38 7.89 10.89 7.89 11.11 7.79 11.25 7.69 11.39 7.53 11.5 7.37 11.57 7.18 11.6 7 11.64 6.8 11.64H5.91V10H6.85Z\" /></svg></li><li title=\"microsoft sharepoint \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-microsoft-sharepoint\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 13.25Q22 14.29 21.6 15.2 21.21 16.1 20.53 16.78 19.85 17.46 18.94 17.86 18.03 18.25 17 18.25 16.36 18.25 15.73 18.09 15.64 18.92 15.27 19.63 14.89 20.35 14.3 20.88 13.72 21.41 12.97 21.7 12.21 22 11.38 22 10.47 22 9.67 21.65 8.88 21.31 8.28 20.72 7.69 20.13 7.35 19.33 7 18.53 7 17.63V17.31Q7.03 17.16 7.05 17H2.83Q2.5 17 2.24 16.76 2 16.5 2 16.17V7.83Q2 7.5 2.24 7.24 2.5 7 2.83 7H5.78Q5.9 5.94 6.39 5 6.87 4.11 7.63 3.44 8.38 2.76 9.34 2.38 10.3 2 11.38 2 12.54 2 13.56 2.44 14.59 2.89 15.35 3.65 16.11 4.41 16.56 5.44 17 6.46 17 7.63V7.94Q17 8.09 16.96 8.25 18 8.25 18.91 8.64 19.83 9.03 20.5 9.71 21.21 10.38 21.6 11.29 22 12.21 22 13.25M11.37 3.25Q10.56 3.25 9.83 3.54 9.09 3.82 8.5 4.32 7.94 4.82 7.55 5.5 7.17 6.2 7.05 7H11.17Q11.5 7 11.76 7.25 12 7.5 12 7.83V11.95L12.18 11.92Q12.35 11.3 12.68 10.74 13 10.17 13.47 9.72 13.92 9.27 14.5 8.93 15.04 8.6 15.67 8.43 15.75 8 15.75 7.63 15.75 6.72 15.4 5.92 15.06 5.13 14.46 4.54 13.87 3.95 13.08 3.6 12.28 3.25 11.37 3.25M7.1 15.25Q7.55 15.25 8 15.16 8.42 15.07 8.76 14.85 9.1 14.64 9.31 14.29 9.5 13.93 9.5 13.41 9.5 12.88 9.3 12.53 9.08 12.18 8.75 11.94 8.42 11.71 8.04 11.56L7.32 11.27Q7 11.14 6.77 11 6.55 10.85 6.55 10.62 6.55 10.46 6.67 10.35 6.79 10.25 6.95 10.2 7.11 10.13 7.28 10.11 7.46 10.1 7.58 10.1 8.07 10.1 8.46 10.22 8.84 10.35 9.25 10.6V9.12Q9 9.05 8.81 9 8.61 8.95 8.42 8.92 8.22 8.89 8 8.87 7.8 8.86 7.55 8.86 7.12 8.86 6.67 8.95 6.22 9.05 5.85 9.27 5.5 9.5 5.26 9.83 5.03 10.18 5.03 10.69 5.03 11.19 5.25 11.5 5.47 11.85 5.8 12.09 6.13 12.32 6.5 12.5L7.22 12.79Q7.56 12.93 7.78 13.08 8 13.24 8 13.46 8 13.65 7.89 13.76 7.79 13.87 7.63 13.92 7.5 14 7.31 14H7Q6.41 14 5.96 13.82 5.5 13.62 5.04 13.3V14.86Q6.03 15.25 7.1 15.25M11.37 20.75Q12 20.75 12.58 20.5 13.15 20.26 13.58 19.84 14 19.41 14.25 18.84 14.5 18.27 14.5 17.63 14.5 17.07 14.31 16.56 14.13 16.05 13.8 15.65 13.46 15.24 13 14.96 12.55 14.68 12 14.56V16.17Q12 16.5 11.76 16.76 11.5 17 11.17 17H8.31Q8.25 17.31 8.25 17.63 8.25 18.27 8.5 18.84 8.74 19.41 9.16 19.84 9.59 20.26 10.16 20.5 10.73 20.75 11.37 20.75M17 17Q17.77 17 18.45 16.71 19.14 16.42 19.65 15.9 20.16 15.39 20.46 14.71 20.75 14.03 20.75 13.25 20.75 12.5 20.46 11.8 20.16 11.11 19.65 10.6 19.14 10.09 18.45 9.79 17.77 9.5 17 9.5 16.23 9.5 15.55 9.8 14.87 10.1 14.36 10.61 13.85 11.12 13.55 11.8 13.25 12.5 13.25 13.25V13.46L13.27 13.68Q13.73 13.9 14.12 14.22 14.5 14.54 14.82 14.93 15.12 15.33 15.34 15.79 15.55 16.25 15.66 16.74 16.32 17 17 17Z\" /></svg></li><li title=\"microsoft teams \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-microsoft-teams\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.19 8.77Q18.73 8.77 18.33 8.6 17.94 8.43 17.64 8.13 17.34 7.83 17.17 7.44 17 7.04 17 6.58 17 6.13 17.17 5.73 17.34 5.33 17.64 5.04 17.94 4.74 18.33 4.57 18.73 4.39 19.19 4.4 19.64 4.39 20.04 4.57 20.44 4.74 20.74 5.04 21.03 5.33 21.21 5.73 21.38 6.13 21.38 6.58 21.38 7.04 21.21 7.44 21.04 7.83 20.74 8.13 20.44 8.43 20.04 8.6 19.64 8.77 19.19 8.77M19.19 5.65Q18.8 5.65 18.5 5.92 18.25 6.19 18.25 6.58 18.25 6.97 18.5 7.25 18.8 7.5 19.19 7.5 19.58 7.5 19.85 7.25 20.13 7 20.13 6.58 20.13 6.19 19.85 5.92 19.58 5.65 19.19 5.65M22 10.33V15Q22 15.63 21.76 16.2 21.5 16.77 21.09 17.19 20.66 17.62 20.09 17.86 19.5 18.11 18.88 18.11 18.5 18.11 18.12 18 17.73 17.93 17.41 17.75 17.17 18.54 16.7 19.19 16.23 19.84 15.6 20.3 14.97 20.76 14.21 21 13.45 21.27 12.63 21.27 11.67 21.27 10.82 20.94 10 20.61 9.32 20 8.66 19.43 8.23 18.64 7.79 17.84 7.66 16.9H2.83Q2.5 16.9 2.24 16.65 2 16.41 2 16.07V7.73Q2 7.39 2.24 7.14 2.5 6.9 2.83 6.9H10Q9.71 6.3 9.71 5.65 9.71 5.04 9.94 4.5 10.16 4 10.56 3.58 10.96 3.19 11.5 2.96 12 2.73 12.62 2.73 13.23 2.73 13.76 2.96 14.29 3.19 14.69 3.58 15.09 4 15.31 4.5 15.54 5.04 15.54 5.65 15.54 6.25 15.31 6.79 15.09 7.32 14.69 7.71 14.29 8.11 13.76 8.34 13.23 8.57 12.62 8.57 12.47 8.57 12.31 8.55 12.16 8.53 12 8.5V9.4H21.06Q21.45 9.4 21.73 9.67 22 9.94 22 10.33M12.63 4Q12.28 4 12 4.11 11.67 4.24 11.44 4.47 11.22 4.7 11.09 5 10.96 5.31 10.96 5.65 10.96 6 11.09 6.3 11.22 6.6 11.44 6.83 11.67 7.05 12 7.19 12.28 7.32 12.63 7.32 12.97 7.32 13.27 7.19 13.57 7.05 13.8 6.83 14.03 6.6 14.16 6.3 14.3 6 14.3 5.65 14.3 5.31 14.16 5 14.03 4.7 13.8 4.47 13.57 4.24 13.27 4.11 12.97 4 12.63 4M7.78 10.18H9.66V8.62H4.34V10.18H6.22V15.18H7.78M16.38 16.27V10.65H12V16.07Q12 16.41 11.76 16.65 11.5 16.9 11.17 16.9H8.92Q9.05 17.57 9.39 18.15 9.73 18.72 10.21 19.14 10.69 19.55 11.31 19.79 11.92 20 12.63 20 13.4 20 14.08 19.73 14.76 19.43 15.28 18.92 15.79 18.41 16.08 17.73 16.38 17.05 16.38 16.27M20.75 15V10.65H17.63V16.36Q17.88 16.61 18.2 16.74 18.5 16.86 18.88 16.86 19.27 16.86 19.61 16.71 19.95 16.56 20.2 16.31 20.46 16.06 20.6 15.71 20.75 15.37 20.75 15Z\" /></svg></li><li title=\"microsoft visual studio code \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-microsoft-visual-studio-code\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,16.47V7.39L11,11.93M2.22,9.19C1.92,8.87 1.91,8.37 2.2,8.04L3.4,6.93C3.6,6.75 4.09,6.67 4.45,6.93L7.87,9.54L15.8,2.29C16.12,1.97 16.67,1.84 17.3,2.17L21.3,4.08C21.66,4.29 22,4.62 22,5.23V18.73C22,19.13 21.71,19.56 21.4,19.73L17,21.83C16.68,21.96 16.08,21.84 15.87,21.63L7.85,14.33L4.45,16.93C4.07,17.19 3.6,17.12 3.4,16.93L2.2,15.83C1.88,15.5 1.92,14.96 2.25,14.63L5.25,11.93\" /></svg></li><li title=\"microsoft visual studio \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-microsoft-visual-studio\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,8.5L12.25,12.32L17,16V8.5M4.7,18.4L2,16.7V7.7L5,6.7L9.3,10.03L18,2L22,4.5V20L17,22L9.34,14.66L4.7,18.4M5,14L6.86,12.28L5,10.5V14Z\" /></svg></li><li title=\"microsoft windows classic \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-microsoft-windows-classic\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2.67,5.3V5.91L1.96,6.21V5.6L2.67,5.3M2.67,11.24V11.86L1.96,12.15V11.56L2.67,11.24M2.67,17.27V17.89L1.96,18.18V17.59L2.67,17.27M2.6,7.29V7.84L2.03,8.1V7.56L2.6,7.29M2.6,9.28V9.82L2.03,10.08V9.54L2.6,9.28M2.6,13.31V13.84L2.03,14.1V13.56L2.6,13.31M2.6,15.33V15.87L2.03,16.13V15.6L2.6,15.33M4.5,5.64V6.36L3.5,6.73V6L4.5,5.64M4.5,11.66V12.37L3.5,12.74V12.03L4.5,11.66M4.5,17.7V18.41L3.5,18.81V18.1L4.5,17.7M4.43,7.72V8.38L3.64,8.68V8L4.43,7.72M4.43,9.73V10.37L3.65,10.67V10L4.43,9.73M4.43,13.74V14.38L3.65,14.69V14.03L4.43,13.74M4.43,15.76V16.41L3.65,16.72V16.06L4.43,15.76M6.31,6.09V6.94L5.05,7.43V6.59L6.31,6.09M6.31,12.11V12.96L5.05,13.45V12.61L6.31,12.11M6.31,18.08V18.93L5.05,19.43V18.58L6.31,18.08M6.25,8.18V8.94L5.19,9.34V8.61L6.25,8.18M6.25,10.18V10.93L5.19,11.35V10.6L6.25,10.18M6.25,14.19V14.94L5.19,15.37V14.62L6.25,14.19M6.25,16.14V16.9L5.19,17.32V16.57L6.25,16.14M8.29,6.04V7.16L6.72,7.78V6.67L8.29,6.04M8.29,12.06V13.19L6.72,13.8V12.68L8.29,12.06M8.29,18.03V19.15L6.72,19.77V18.66L8.29,18.03M8.2,8.13V9.16L6.89,9.69V8.66L8.2,8.13M8.2,10.13V11.15L6.89,11.68V10.65L8.2,10.13M8.2,14.15V15.18L6.89,15.7V14.67L8.2,14.15M8.2,16.1V17.12L6.89,17.64V16.63L8.2,16.1M10.34,5.85V7.32L8.61,8V6.56L10.34,5.85M10.34,11.87V13.33L8.61,14.03V12.56L10.34,11.87M10.34,17.84V19.3L8.61,20V18.54L10.34,17.84M10.26,8.05V9.28L8.78,9.87V8.64L10.26,8.05M10.26,9.97V11.2L8.78,11.78V10.56L10.26,9.97M10.26,14.06V15.31L8.78,15.88V14.65L10.26,14.06M10.26,16V17.25L8.78,17.84V16.6L10.26,16M12.45,5.12V7.12L10.59,7.89V6C11.23,5.65 11.85,5.35 12.45,5.12M12.45,7.33V9.06L10.59,9.84V8.1L12.45,7.33M12.45,9.28V11.04L10.59,11.82V10.06L12.45,9.28M12.45,11.25V13L10.59,13.77V12L12.45,11.25M12.45,13.21V15L10.59,15.78V14L12.45,13.21M12.45,15.21V16.96L10.59,17.76V16L12.45,15.21M12.45,17.17V19.04C11.72,19.32 11.1,19.59 10.59,19.84V17.96L12.45,17.17M22.04,5.18V19.23C20.85,18.44 19.37,18.05 17.59,18.05C16.12,18.05 14.47,18.35 12.65,18.96V17.06C13.62,16.69 14.68,16.42 15.84,16.26V11.69C14.86,11.81 13.8,12.15 12.65,12.71V11.4C13.64,10.94 14.71,10.63 15.84,10.46V6C14.82,6.18 13.76,6.53 12.65,7V5.03C14.27,4.34 15.86,4 17.41,4C19.09,4 20.63,4.39 22.04,5.18M20.15,6.41C19.39,6 18.5,5.82 17.42,5.82C17.29,5.82 17.17,5.83 17.05,5.84V10.38L17.46,10.37C18.37,10.37 19.27,10.5 20.15,10.8V6.41M20.15,12.1C19.34,11.74 18.43,11.56 17.44,11.56C17.31,11.56 17.18,11.57 17.05,11.58V16.16H17.46C18.45,16.16 19.35,16.28 20.15,16.53V12.1H20.15Z\" /></svg></li><li title=\"microsoft windows \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-microsoft-windows\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,12V6.75L9,5.43V11.91L3,12M20,3V11.75L10,11.9V5.21L20,3M3,13L9,13.09V19.9L3,18.75V13M20,13.25V22L10,20.09V13.1L20,13.25Z\" /></svg></li><li title=\"microsoft word \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-microsoft-word\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.17 3.25Q21.5 3.25 21.76 3.5 22 3.74 22 4.08V19.92Q22 20.26 21.76 20.5 21.5 20.75 21.17 20.75H7.83Q7.5 20.75 7.24 20.5 7 20.26 7 19.92V17H2.83Q2.5 17 2.24 16.76 2 16.5 2 16.17V7.83Q2 7.5 2.24 7.24 2.5 7 2.83 7H7V4.08Q7 3.74 7.24 3.5 7.5 3.25 7.83 3.25M7.03 11.34L8.23 15.28H9.6L10.91 8.72H9.53L8.75 12.6L7.64 8.85H6.5L5.31 12.62L4.53 8.72H3.09L4.4 15.28H5.77M20.75 19.5V17H8.25V19.5M20.75 15.75V12.63H12V15.75M20.75 11.38V8.25H12V11.38M20.75 7V4.5H8.25V7Z\" /></svg></li><li title=\"microsoft xbox controller battery alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-microsoft-xbox-controller-battery-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,19V7H15V19H21M21.67,5C22.4,5 23,5.6 23,6.33V19.67A1.33,1.33 0 0,1 21.67,21H14.33C13.6,21 13,20.4 13,19.67V16.75H7.75C5.75,16.75 5,19 3,20C1,20 -0.5,17 3.5,8.5H3.75L4.19,7.67C4.19,7.67 7,6 8.33,7.23H13V6.33A1.33,1.33 0 0,1 14.33,5H16V3H20V5H21.67M11,8A1,1 0 0,0 10,9A1,1 0 0,0 11,10A1,1 0 0,0 12,9A1,1 0 0,0 11,8M17,9H19V14H17V9M17,15H19V17H17V15Z\" /></svg></li><li title=\"microsoft xbox controller battery charging \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-microsoft-xbox-controller-battery-charging\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,5H21.67C22.4,5 23,5.6 23,6.33V19.67A1.33,1.33 0 0,1 21.67,21H14.33C13.6,21 13,20.4 13,19.67V16.75H7.75C5.75,16.75 5,19 3,20C1,20 -0.5,17 3.5,8.5H3.75L4.19,7.67C4.19,7.67 7,6 8.33,7.23H13V6.33A1.33,1.33 0 0,1 14.33,5H16V3H20V5M21,7H15V19H21V7M15.5,14L18.5,7.5V12H20.5L17.5,18.5V14H15.5M11,8A1,1 0 0,0 10,9A1,1 0 0,0 11,10A1,1 0 0,0 12,9A1,1 0 0,0 11,8Z\" /></svg></li><li title=\"microsoft xbox controller battery empty \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-microsoft-xbox-controller-battery-empty\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,19V7H15V19H21M21.67,5C22.4,5 23,5.6 23,6.33V19.67A1.33,1.33 0 0,1 21.67,21H14.33C13.6,21 13,20.4 13,19.67V16.75H7.75C5.75,16.75 5,19 3,20C1,20 -0.5,17 3.5,8.5H3.75L4.19,7.67C4.19,7.67 7,6 8.33,7.23H13V6.33A1.33,1.33 0 0,1 14.33,5H16V3H20V5H21.67M11,8A1,1 0 0,0 10,9A1,1 0 0,0 11,10A1,1 0 0,0 12,9A1,1 0 0,0 11,8Z\" /></svg></li><li title=\"microsoft xbox controller battery full \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-microsoft-xbox-controller-battery-full\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.67,5C22.4,5 23,5.6 23,6.33V19.67A1.33,1.33 0 0,1 21.67,21H14.33C13.6,21 13,20.4 13,19.67V16.75H7.75C5.75,16.75 5,19 3,20C1,20 -0.5,17 3.5,8.5H3.75L4.19,7.67C4.19,7.67 7,6 8.33,7.23H13V6.33A1.33,1.33 0 0,1 14.33,5H16V3H20V5H21.67M11,8A1,1 0 0,0 10,9A1,1 0 0,0 11,10A1,1 0 0,0 12,9A1,1 0 0,0 11,8Z\" /></svg></li><li title=\"microsoft xbox controller battery low \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-microsoft-xbox-controller-battery-low\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,16V7H15V16H21M21.67,5C22.4,5 23,5.6 23,6.33V19.67A1.33,1.33 0 0,1 21.67,21H14.33C13.6,21 13,20.4 13,19.67V16.75H7.75C5.75,16.75 5,19 3,20C1,20 -0.5,17 3.5,8.5H3.75L4.19,7.67C4.19,7.67 7,6 8.33,7.23H13V6.33A1.33,1.33 0 0,1 14.33,5H16V3H20V5H21.67M11,8A1,1 0 0,0 10,9A1,1 0 0,0 11,10A1,1 0 0,0 12,9A1,1 0 0,0 11,8Z\" /></svg></li><li title=\"microsoft xbox controller battery medium \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-microsoft-xbox-controller-battery-medium\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,12V7H15V12H21M21.67,5C22.4,5 23,5.6 23,6.33V19.67A1.33,1.33 0 0,1 21.67,21H14.33C13.6,21 13,20.4 13,19.67V16.75H7.75C5.75,16.75 5,19 3,20C1,20 -0.5,17 3.5,8.5H3.75L4.19,7.67C4.19,7.67 7,6 8.33,7.23H13V6.33A1.33,1.33 0 0,1 14.33,5H16V3H20V5H21.67M11,8A1,1 0 0,0 10,9A1,1 0 0,0 11,10A1,1 0 0,0 12,9A1,1 0 0,0 11,8Z\" /></svg></li><li title=\"microsoft xbox controller battery unknown \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-microsoft-xbox-controller-battery-unknown\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.67,5C22.4,5 23,5.6 23,6.33V19.67A1.33,1.33 0 0,1 21.67,21H14.33C13.6,21 13,20.4 13,19.67V16.75H7.75C5.75,16.75 5,19 3,20C1,20 -0.5,17 3.5,8.5H3.75L4.19,7.67C4.19,7.67 7,6 8.33,7.23H13V6.33A1.33,1.33 0 0,1 14.33,5H16V3H20V5H21.67M11,8A1,1 0 0,0 10,9A1,1 0 0,0 11,10A1,1 0 0,0 12,9A1,1 0 0,0 11,8M18.19,8C17.32,8 16.62,8.2 16.08,8.59C15.56,9 15.3,9.57 15.31,10.36L15.32,10.39H17.25C17.26,10.09 17.35,9.86 17.53,9.7C17.71,9.55 17.93,9.47 18.19,9.47C18.5,9.47 18.76,9.57 18.94,9.75C19.12,9.94 19.2,10.2 19.2,10.5C19.2,10.82 19.13,11.09 18.97,11.32C18.83,11.55 18.62,11.75 18.36,11.91C17.85,12.25 17.5,12.55 17.31,12.82C17.11,13.08 17,13.5 17,14H19C19,13.69 19.04,13.44 19.13,13.26C19.22,13.08 19.39,12.9 19.64,12.74C20.09,12.5 20.46,12.21 20.75,11.81C21.04,11.41 21.19,11 21.19,10.5C21.19,9.74 20.92,9.13 20.38,8.68C19.85,8.23 19.12,8 18.19,8M17,15V17H19V15H17Z\" /></svg></li><li title=\"microsoft xbox controller menu \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-microsoft-xbox-controller-menu\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M6,7H18V9H6V7M6,11H18V13H6V11M6,15H18V17H6V15Z\" /></svg></li><li title=\"microsoft xbox controller off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-microsoft-xbox-controller-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,5.27L3.28,4L20,20.72L18.73,22L12.5,15.75H8.75C6.75,15.75 6,18 4,19C2,19 0.5,16.04 4.42,7.69L2,5.27M9.33,6.23H14.67C16,5 18.81,6.67 18.81,6.67L19.25,7.5H19.5C23,15 22.28,18.2 20.69,18.87L7.62,5.8C8.25,5.73 8.87,5.81 9.33,6.23M12,7A1,1 0 0,0 11,8A1,1 0 0,0 12,9A1,1 0 0,0 13,8A1,1 0 0,0 12,7Z\" /></svg></li><li title=\"microsoft xbox controller view \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-microsoft-xbox-controller-view\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2C6.47,2 2,6.5 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M6,7H15V9H8V14H6V7M9,10H18V17H9V10M11,12V15H16V12H11Z\" /></svg></li><li title=\"microsoft xbox controller \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-microsoft-xbox-controller\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8.75,15.75C6.75,15.75 6,18 4,19C2,19 0.5,16 4.5,7.5H4.75L5.19,6.67C5.19,6.67 8,5 9.33,6.23H14.67C16,5 18.81,6.67 18.81,6.67L19.25,7.5H19.5C23.5,16 22,19 20,19C18,18 17.25,15.75 15.25,15.75H8.75M12,7A1,1 0 0,0 11,8A1,1 0 0,0 12,9A1,1 0 0,0 13,8A1,1 0 0,0 12,7Z\" /></svg></li><li title=\"microsoft xbox \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-microsoft-xbox\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6.43,3.72C6.5,3.66 6.57,3.6 6.62,3.56C8.18,2.55 10,2 12,2C13.88,2 15.64,2.5 17.14,3.42C17.25,3.5 17.54,3.69 17.7,3.88C16.25,2.28 12,5.7 12,5.7C10.5,4.57 9.17,3.8 8.16,3.5C7.31,3.29 6.73,3.5 6.46,3.7M19.34,5.21C19.29,5.16 19.24,5.11 19.2,5.06C18.84,4.66 18.38,4.56 18,4.59C17.61,4.71 15.9,5.32 13.8,7.31C13.8,7.31 16.17,9.61 17.62,11.96C19.07,14.31 19.93,16.16 19.4,18.73C21,16.95 22,14.59 22,12C22,9.38 21,7 19.34,5.21M15.73,12.96C15.08,12.24 14.13,11.21 12.86,9.95C12.59,9.68 12.3,9.4 12,9.1C12,9.1 11.53,9.56 10.93,10.17C10.16,10.94 9.17,11.95 8.61,12.54C7.63,13.59 4.81,16.89 4.65,18.74C4.65,18.74 4,17.28 5.4,13.89C6.3,11.68 9,8.36 10.15,7.28C10.15,7.28 9.12,6.14 7.82,5.35L7.77,5.32C7.14,4.95 6.46,4.66 5.8,4.62C5.13,4.67 4.71,5.16 4.71,5.16C3.03,6.95 2,9.35 2,12A10,10 0 0,0 12,22C14.93,22 17.57,20.74 19.4,18.73C19.4,18.73 19.19,17.4 17.84,15.5C17.53,15.07 16.37,13.69 15.73,12.96Z\" /></svg></li><li title=\"microsoft \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-microsoft\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,3H11V12H2V3M11,22H2V13H11V22M21,3V12H12V3H21M21,22H12V13H21V22Z\" /></svg></li><li title=\"microwave off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-microwave-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.11 21.46L2.39 1.73L1.11 3L3.26 5.15C2.5 5.44 2 6.16 2 7V17C2 18.11 2.9 19 4 19H17.11L20.84 22.73L22.11 21.46M4 17V7H5.11L15.11 17H4M16 7V12.8L21.5 18.31C21.81 17.95 22 17.5 22 17V7C22 5.9 21.11 5 20 5H8.2L10.2 7H16M19 7C19.55 7 20 7.45 20 8S19.55 9 19 9 18 8.55 18 8 18.45 7 19 7M19 11C19.55 11 20 11.45 20 12S19.55 13 19 13 18 12.55 18 12 18.45 11 19 11M13 9.8V9H15V11.8L13 9.8Z\" /></svg></li><li title=\"microwave \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-microwave\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,5A2,2 0 0,0 2,7V17A2,2 0 0,0 4,19H20A2,2 0 0,0 22,17V7A2,2 0 0,0 20,5H4M4,7H16V17H4V7M19,7A1,1 0 0,1 20,8A1,1 0 0,1 19,9A1,1 0 0,1 18,8A1,1 0 0,1 19,7M13,9V15H15V9H13M19,11A1,1 0 0,1 20,12A1,1 0 0,1 19,13A1,1 0 0,1 18,12A1,1 0 0,1 19,11Z\" /></svg></li><li title=\"middleware outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-middleware-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23 12L19 8V11H15.86C15.41 9.28 13.86 8 12 8S8.59 9.28 8.14 11H5L2 8V16L5 13H8.14C8.59 14.72 10.14 16 12 16S15.41 14.72 15.86 13H19V16L23 12M12 14C10.9 14 10 13.1 10 12C10 10.9 10.9 10 12 10S14 10.9 14 12C14 13.1 13.1 14 12 14Z\" /></svg></li><li title=\"middleware \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-middleware\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23 12L19 8V11H14.82C14.4 9.84 13.3 9 12 9S9.6 9.84 9.18 11H5L2 8V16L5 13H9.18C9.6 14.16 10.7 15 12 15S14.4 14.16 14.82 13H19V16L23 12Z\" /></svg></li><li title=\"midi port \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-midi-port\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M20.18,12C20.18,8.18 17.55,4.96 14,4.07V6H10V4.07C6.45,4.96 3.82,8.18 3.82,12A8.18,8.18 0 0,0 12,20.18A8.18,8.18 0 0,0 20.18,12M7,10.64A1.36,1.36 0 0,1 8.36,12A1.36,1.36 0 0,1 7,13.36C6.25,13.36 5.64,12.75 5.64,12C5.64,11.25 6.25,10.64 7,10.64M17,10.64A1.36,1.36 0 0,1 18.36,12A1.36,1.36 0 0,1 17,13.36A1.36,1.36 0 0,1 15.64,12A1.36,1.36 0 0,1 17,10.64M8.36,14.27A1.37,1.37 0 0,1 9.73,15.64C9.73,16.39 9.12,17 8.36,17A1.36,1.36 0 0,1 7,15.64C7,14.88 7.61,14.27 8.36,14.27M15.64,14.27C16.39,14.27 17,14.88 17,15.64A1.36,1.36 0 0,1 15.64,17C14.88,17 14.27,16.39 14.27,15.64A1.37,1.37 0 0,1 15.64,14.27M12,15.64A1.36,1.36 0 0,1 13.36,17A1.36,1.36 0 0,1 12,18.36A1.36,1.36 0 0,1 10.64,17A1.36,1.36 0 0,1 12,15.64Z\" /></svg></li><li title=\"midi \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-midi\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.15 8.26H22V15.74H20.15M13 8.26H18.43C19 8.26 19.3 8.74 19.3 9.3V14.81C19.3 15.5 19 15.74 18.38 15.74H13V11H14.87V13.91H17.5V9.95H13M10.32 8.26H12.14V15.74H10.32M2 8.26H8.55C9.1 8.26 9.41 8.74 9.41 9.3V15.74H7.59V10.15H6.5V15.74H4.87V10.15H3.83V15.74H2Z\" /></svg></li><li title=\"mine \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-mine\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23,13V11H19.93C19.75,9.58 19.19,8.23 18.31,7.1L20.5,4.93L19.07,3.5L16.9,5.69C15.77,4.81 14.42,4.25 13,4.07V1H11V4.07C9.58,4.25 8.23,4.81 7.1,5.69L4.93,3.5L3.5,4.93L5.69,7.1C4.81,8.23 4.25,9.58 4.07,11H1V13H4.07C4.25,14.42 4.81,15.77 5.69,16.9L3.5,19.07L4.93,20.5L7.1,18.31C8.23,19.19 9.58,19.75 11,19.93V23H13V19.93C14.42,19.75 15.77,19.19 16.9,18.31L19.07,20.5L20.5,19.07L18.31,16.9C19.19,15.77 19.75,14.42 19.93,13H23M12,8A4,4 0 0,0 8,12H6A6,6 0 0,1 12,6V8Z\" /></svg></li><li title=\"minecraft \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-minecraft\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,2H20A2,2 0 0,1 22,4V20A2,2 0 0,1 20,22H4A2,2 0 0,1 2,20V4A2,2 0 0,1 4,2M6,6V10H10V12H8V18H10V16H14V18H16V12H14V10H18V6H14V10H10V6H6Z\" /></svg></li><li title=\"mini sd \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-mini-sd\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,4A2,2 0 0,0 4,6V18A2,2 0 0,0 6,20H18A2,2 0 0,0 20,18V12L18,10V6A2,2 0 0,0 16,4H6M7,6H9V10H7V6M10,6H12V10H10V6M13,6H15V10H13V6Z\" /></svg></li><li title=\"minidisc \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-minidisc\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,3C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3H5M12,5C15.09,5 17.82,7.04 18.7,10H16A1,1 0 0,0 15,11V13A1,1 0 0,0 16,14H18.71C17.82,16.97 15.09,19 12,19A7,7 0 0,1 5,12A7,7 0 0,1 12,5M12,10A2,2 0 0,0 10,12A2,2 0 0,0 12,14A2,2 0 0,0 14,12A2,2 0 0,0 12,10Z\" /></svg></li><li title=\"minus box multiple outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-minus-box-multiple-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 11H10V9H18M20 4V16H8V4H20M20 2H8C6.9 2 6 2.9 6 4V16C6 17.11 6.9 18 8 18H20C21.11 18 22 17.11 22 16V4C22 2.9 21.11 2 20 2M4 6H2V20C2 21.11 2.9 22 4 22H18V20H4V6Z\" /></svg></li><li title=\"minus box multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-minus-box-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 11H9V9H19M20 2H8C6.9 2 6 2.9 6 4V16C6 17.11 6.9 18 8 18H20C21.11 18 22 17.11 22 16V4C22 2.9 21.11 2 20 2M4 6H2V20C2 21.11 2.9 22 4 22H18V20H4V6Z\" /></svg></li><li title=\"minus box outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-minus-box-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,19V5H5V19H19M19,3A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5C3,3.89 3.9,3 5,3H19M17,11V13H7V11H17Z\" /></svg></li><li title=\"minus box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-minus-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,13H7V11H17M19,3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3Z\" /></svg></li><li title=\"minus circle multiple outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-minus-circle-multiple-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11 11V13H19V11H11M2 12C2 9.21 3.64 6.8 6 5.68V3.5C2.5 4.76 0 8.09 0 12S2.5 19.24 6 20.5V18.32C3.64 17.2 2 14.79 2 12M15 3C10.04 3 6 7.04 6 12S10.04 21 15 21 24 16.96 24 12 19.96 3 15 3M15 19C11.14 19 8 15.86 8 12S11.14 5 15 5 22 8.14 22 12 18.86 19 15 19Z\" /></svg></li><li title=\"minus circle multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-minus-circle-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2 12C2 9.21 3.64 6.8 6 5.68V3.5C2.5 4.76 0 8.09 0 12S2.5 19.24 6 20.5V18.32C3.64 17.2 2 14.79 2 12M15 3C10.04 3 6 7.04 6 12S10.04 21 15 21 24 16.96 24 12 19.96 3 15 3M20 13H10V11H20V13Z\" /></svg></li><li title=\"minus circle off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-minus-circle-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.1 21.5L2.4 1.7L1.1 3L4.1 6C2.8 7.6 2 9.7 2 12C2 17.5 6.5 22 12 22C14.3 22 16.4 21.2 18 19.9L20.8 22.7L22.1 21.5M12 20C7.6 20 4 16.4 4 12C4 10.3 4.6 8.7 5.5 7.4L9.1 11H7V13H11.1L16.6 18.5C15.3 19.4 13.7 20 12 20M8.2 5L6.7 3.5C8.3 2.6 10.1 2 12 2C17.5 2 22 6.5 22 12C22 13.9 21.4 15.7 20.5 17.3L19 15.8C19.6 14.7 20 13.4 20 12C20 7.6 16.4 4 12 4C10.6 4 9.3 4.4 8.2 5M16.2 13L14.2 11H17V13H16.2Z\" /></svg></li><li title=\"minus circle off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-minus-circle-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.1 21.5L2.4 1.7L1.1 3L4.1 6C2.8 7.6 2 9.7 2 12C2 17.5 6.5 22 12 22C14.3 22 16.4 21.2 18 19.9L20.8 22.7L22.1 21.5M7 13V11H9.1L11.1 13H7M14.2 11L6.7 3.5C8.3 2.6 10.1 2 12 2C17.5 2 22 6.5 22 12C22 13.9 21.4 15.7 20.5 17.3L16.2 13H17V11H14.2Z\" /></svg></li><li title=\"minus circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-minus-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,20C7.59,20 4,16.41 4,12C4,7.59 7.59,4 12,4C16.41,4 20,7.59 20,12C20,16.41 16.41,20 12,20M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M7,13H17V11H7\" /></svg></li><li title=\"minus circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-minus-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,13H7V11H17M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z\" /></svg></li><li title=\"minus network outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-minus-network-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,20A1,1 0 0,0 14,19H13V17H17A2,2 0 0,0 19,15V5A2,2 0 0,0 17,3H7A2,2 0 0,0 5,5V15A2,2 0 0,0 7,17H11V19H10A1,1 0 0,0 9,20H2V22H9A1,1 0 0,0 10,23H14A1,1 0 0,0 15,22H22V20H15M7,15V5H17V15H7M15,11V9H9V11H15\" /></svg></li><li title=\"minus network \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-minus-network\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,11V9H8V11H16M17,3A2,2 0 0,1 19,5V15A2,2 0 0,1 17,17H13V19H14A1,1 0 0,1 15,20H22V22H15A1,1 0 0,1 14,23H10A1,1 0 0,1 9,22H2V20H9A1,1 0 0,1 10,19H11V17H7C5.89,17 5,16.1 5,15V5A2,2 0 0,1 7,3H17Z\" /></svg></li><li title=\"minus thick \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-minus-thick\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 14H4V10H20V14Z\" /></svg></li><li title=\"minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,13H5V11H19V13Z\" /></svg></li><li title=\"mirror rectangle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-mirror-rectangle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8.29 10.28L11.53 7.03L12.59 8.09L9.35 11.34L8.29 10.28M8.7 14.61L14.36 8.95L15.42 10L9.76 15.67L8.7 14.61M18 3V21H6V3H18M20 1H4V23H20V1Z\" /></svg></li><li title=\"mirror variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-mirror-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8.29 10.28L11.53 7.03L12.59 8.09L9.35 11.34L8.29 10.28M8.7 14.61L14.36 8.95L15.42 10L9.76 15.67L8.7 14.61M14.17 3L18 6.83V17.17L14.17 21H9.83L6 17.17V6.83L9.83 3H14.17M15 1H9L4 6V18L9 23H15L20 18V6L15 1Z\" /></svg></li><li title=\"mirror \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-mirror\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 1C16.69 1 20.5 5.93 20.5 12C20.5 18.08 16.69 23 12 23C7.31 23 3.5 18.08 3.5 12C3.5 5.93 7.31 1 12 1M12 3C8.41 3 5.5 7.03 5.5 12C5.5 16.97 8.41 21 12 21C15.59 21 18.5 16.97 18.5 12C18.5 7.03 15.59 3 12 3M8.29 10.28L11.53 7.03L12.59 8.09L9.35 11.34L8.29 10.28M8.7 14.61L14.36 8.95L15.42 10L9.76 15.67L8.7 14.61Z\" /></svg></li><li title=\"mixed martial arts \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-mixed-martial-arts\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,10V7H7V10H15M18,7C18.28,7 18.5,7.09 18.7,7.29C18.89,7.5 19,7.73 19,8V10.78C19,10.97 18.97,11.11 18.94,11.2L18.14,15.19C18,15.72 17.7,16 17.2,16H6.8C6.27,16 5.95,15.72 5.86,15.19L5.06,11.2C5.03,11.11 5,10.97 5,10.78V5C5,4.5 5.21,4 5.6,3.61C6,3.2 6.45,3 7,3H15C15.53,3 16,3.2 16.41,3.61C16.81,4 17,4.5 17,5V8C17,7.73 17.11,7.5 17.3,7.29C17.5,7.09 17.72,7 18,7M7,20V17H17V20C17,20.3 16.91,20.53 16.71,20.72C16.5,20.91 16.27,21 16,21H8C7.73,21 7.5,20.91 7.29,20.72C7.09,20.53 7,20.3 7,20Z\" /></svg></li><li title=\"mixed reality \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-mixed-reality\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5C3.89,21 3,20.1 3,19V5A2,2 0 0,1 5,3M8.25,15H9.75L10.75,11.57V15H12.25V9H10L9,12.43L8,9H5.75V15H7.25V11.57L8.25,15M13.5,9V15H15V13H16.15L17,15H18.5L17.6,12.9C18.1,12.65 18.5,12.1 18.5,11.5V10.5C18.5,9.65 17.85,9 17,9H13.5M15,10.5H17V11.5H15V10.5Z\" /></svg></li><li title=\"molecule co \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-molecule-co\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8 7C6.9 7 6 7.9 6 9V15C6 16.11 6.9 17 8 17H11V15H8V9H11V7H8M14 7C12.9 7 12 7.9 12 9V15C12 16.11 12.9 17 14 17H16C17.11 17 18 16.11 18 15V9C18 7.9 17.11 7 16 7H14M14 9H16V15H14V9\" /></svg></li><li title=\"molecule co2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-molecule-co2\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,7A2,2 0 0,0 3,9V15A2,2 0 0,0 5,17H8V15H5V9H8V7H5M11,7A2,2 0 0,0 9,9V15A2,2 0 0,0 11,17H13A2,2 0 0,0 15,15V9A2,2 0 0,0 13,7H11M11,9H13V15H11V9M16,10.5V12H19V13.5H17.5A1.5,1.5 0 0,0 16,15V18H20.5V16.5H17.5V15H19A1.5,1.5 0 0,0 20.5,13.5V12A1.5,1.5 0 0,0 19,10.5H16Z\" /></svg></li><li title=\"molecule \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-molecule\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.27,10L9,7H14.42L15.58,5L15.5,4.5A1.5,1.5 0 0,1 17,3A1.5,1.5 0 0,1 18.5,4.5C18.5,5.21 18,5.81 17.33,5.96L16.37,7.63L17.73,10L18.59,8.5L18.5,8A1.5,1.5 0 0,1 20,6.5A1.5,1.5 0 0,1 21.5,8C21.5,8.71 21,9.3 20.35,9.46L18.89,12L20.62,15C21.39,15.07 22,15.71 22,16.5A1.5,1.5 0 0,1 20.5,18A1.5,1.5 0 0,1 19,16.5V16.24L17.73,14L16.37,16.37L17.33,18.04C18,18.19 18.5,18.79 18.5,19.5A1.5,1.5 0 0,1 17,21A1.5,1.5 0 0,1 15.5,19.5L15.58,19L14.42,17H10.58L9.42,19L9.5,19.5A1.5,1.5 0 0,1 8,21A1.5,1.5 0 0,1 6.5,19.5C6.5,18.79 7,18.19 7.67,18.04L8.63,16.37L4.38,9C3.61,8.93 3,8.29 3,7.5A1.5,1.5 0 0,1 4.5,6A1.5,1.5 0 0,1 6,7.5C6,7.59 6,7.68 6,7.76L7.27,10M10.15,9L8.42,12L10.15,15H14.85L16.58,12L14.85,9H10.15Z\" /></svg></li><li title=\"monitor arrow down variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-monitor-arrow-down-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17 14L22 9L20.6 7.6L18 10.2V3H16V10.2L13.4 7.6L12 9L17 14M23 14V16C23 17.1 22.1 18 21 18H14V20H16V22H8V20H10V18H3C1.9 18 1 17.1 1 16V4C1 2.9 1.9 2 3 2H12V4H3V16H21V14H23Z\" /></svg></li><li title=\"monitor arrow down \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-monitor-arrow-down\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 16H3V4H21M21 2H3C1.9 2 1 2.9 1 4V16C1 17.1 1.9 18 3 18H10V20H8V22H16V20H14V18H21C22.1 18 23 17.1 23 16V4C23 2.9 22.1 2 21 2M16 10H13V6H11V10H8L12 14L16 10\" /></svg></li><li title=\"monitor cellphone star \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-monitor-cellphone-star\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23,11H18A1,1 0 0,0 17,12V21A1,1 0 0,0 18,22H23A1,1 0 0,0 24,21V12A1,1 0 0,0 23,11M23,20H18V13H23V20M20,2H2C0.89,2 0,2.89 0,4V16A2,2 0 0,0 2,18H9V20H7V22H15V20H13V18H15V16H2V4H20V9H22V4C22,2.89 21.1,2 20,2M11.97,9L11,6L10.03,9H7L9.47,10.76L8.53,13.67L11,11.87L13.47,13.67L12.53,10.76L15,9H11.97Z\" /></svg></li><li title=\"monitor cellphone \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-monitor-cellphone\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23,11H18A1,1 0 0,0 17,12V21A1,1 0 0,0 18,22H23A1,1 0 0,0 24,21V12A1,1 0 0,0 23,11M23,20H18V13H23V20M20,2H2C0.89,2 0,2.89 0,4V16A2,2 0 0,0 2,18H9V20H7V22H15V20H13V18H15V16H2V4H20V9H22V4C22,2.89 21.1,2 20,2Z\" /></svg></li><li title=\"monitor dashboard \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-monitor-dashboard\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,16V4H3V16H21M21,2A2,2 0 0,1 23,4V16A2,2 0 0,1 21,18H14V20H16V22H8V20H10V18H3C1.89,18 1,17.1 1,16V4C1,2.89 1.89,2 3,2H21M5,6H14V11H5V6M15,6H19V8H15V6M19,9V14H15V9H19M5,12H9V14H5V12M10,12H14V14H10V12Z\" /></svg></li><li title=\"monitor edit \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-monitor-edit\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 2H3C1.9 2 1 2.9 1 4V16C1 17.11 1.9 18 3 18H10V20H8V22H16V20H14V18H21C22.11 18 23 17.11 23 16V4C23 2.9 22.11 2 21 2M21 16H3V4H21V16M15.84 8.2L14.83 9.21L12.76 7.18L13.77 6.16C13.97 5.95 14.31 5.94 14.55 6.16L15.84 7.41C16.05 7.62 16.06 7.96 15.84 8.2M8 11.91L12.17 7.72L14.24 9.8L10.08 14H8V11.91Z\" /></svg></li><li title=\"monitor eye \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-monitor-eye\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 4V16H21V4H3M3 2H21C22.1 2 23 2.89 23 4V16C23 16.53 22.79 17.04 22.41 17.41C22.04 17.79 21.53 18 21 18H14V20H16V22H8V20H10V18H3C2.47 18 1.96 17.79 1.59 17.41C1.21 17.04 1 16.53 1 16V4C1 2.89 1.89 2 3 2M10.84 8.93C11.15 8.63 11.57 8.45 12 8.45C12.43 8.46 12.85 8.63 13.16 8.94C13.46 9.24 13.64 9.66 13.64 10.09C13.64 10.53 13.46 10.94 13.16 11.25C12.85 11.56 12.43 11.73 12 11.73C11.57 11.73 11.15 11.55 10.84 11.25C10.54 10.94 10.36 10.53 10.36 10.09C10.36 9.66 10.54 9.24 10.84 8.93M10.07 12C10.58 12.53 11.28 12.82 12 12.82C12.72 12.82 13.42 12.53 13.93 12C14.44 11.5 14.73 10.81 14.73 10.09C14.73 9.37 14.44 8.67 13.93 8.16C13.42 7.65 12.72 7.36 12 7.36C11.28 7.36 10.58 7.65 10.07 8.16C9.56 8.67 9.27 9.37 9.27 10.09C9.27 10.81 9.56 11.5 10.07 12M6 10.09C6.94 7.7 9.27 6 12 6C14.73 6 17.06 7.7 18 10.09C17.06 12.5 14.73 14.18 12 14.18C9.27 14.18 6.94 12.5 6 10.09Z\" /></svg></li><li title=\"monitor lock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-monitor-lock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.5,13A2.5,2.5 0 0,1 23,15.5V16A1,1 0 0,1 24,17V21A1,1 0 0,1 23,22H18A1,1 0 0,1 17,21V17A1,1 0 0,1 18,16V15.5A2.5,2.5 0 0,1 20.5,13M20.5,14A1.5,1.5 0 0,0 19,15.5V16H22V15.5A1.5,1.5 0 0,0 20.5,14M20,4H2V16H15V18H13V20H15V22H7V20H9V18H2C0.89,18 0,17.1 0,16V4C0,2.89 0.89,2 2,2H20A2,2 0 0,1 22,4V11.53C21.41,11.19 20.73,11 20,11V4Z\" /></svg></li><li title=\"monitor multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-monitor-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,17V7H6V17H22M22,5A2,2 0 0,1 24,7V17C24,18.11 23.1,19 22,19H16V21H18V23H10V21H12V19H6C4.89,19 4,18.11 4,17V7A2,2 0 0,1 6,5H22M2,3V15H0V3A2,2 0 0,1 2,1H20V3H2Z\" /></svg></li><li title=\"monitor off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-monitor-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,18V20H16V22H8V20H10V18H3A2,2 0 0,1 1,16V4L0,3L1.41,1.58L22.16,22.34L20.75,23.75L15,18H14M3,16H13L3,6V16M21,2A2,2 0 0,1 23,4V16A2,2 0 0,1 21,18H20.66L18.66,16H21V4H6.66L4.66,2H21Z\" /></svg></li><li title=\"monitor screenshot \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-monitor-screenshot\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,6H5V10H7V8H9M19,10H17V12H15V14H19M21,16H3V4H21M21,2H3C1.89,2 1,2.89 1,4V16A2,2 0 0,0 3,18H10V20H8V22H16V20H14V18H21A2,2 0 0,0 23,16V4C23,2.89 22.1,2 21,2\" /></svg></li><li title=\"monitor share \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-monitor-share\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23 4V16C23 17.11 22.11 18 21 18H15V16H21V4H3V16H9V18H3C1.9 18 1 17.11 1 16V4C1 2.89 1.89 2 3 2H21C22.1 2 23 2.89 23 4M13 13H16L12 9L8 13H11V20H8V22H16V20H13V13Z\" /></svg></li><li title=\"monitor shimmer \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-monitor-shimmer\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 16H3V4H21M21 2H3C1.89 2 1 2.89 1 4V16C1 17.11 1.9 18 3 18H10V20H8V22H16V20H14V18H21C22.11 18 23 17.11 23 16V4C23 2.89 22.1 2 21 2M15 5.5L14.38 6.87L13 7.5L14.38 8.13L15 9.5L15.63 8.13L17 7.5L15.63 6.87L15 5.5M10.5 7.5L9.41 9.91L7 11L9.41 12.09L10.5 14.5L11.6 12.09L14 11L11.6 9.91L10.5 7.5\" /></svg></li><li title=\"monitor small \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-monitor-small\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 2H5C3.89 2 3 2.89 3 4V16C3 17.11 3.9 18 5 18H10V20H8V22H16V20H14V18H19C20.11 18 21 17.11 21 16V4C21 2.89 20.1 2 19 2M19 16H5V4H19V16Z\" /></svg></li><li title=\"monitor speaker off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-monitor-speaker-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23.1 22.5L1.4.7.1 2L1.2 3.1C1.1 3.4 1 3.7 1 4V16C1 17.1 1.9 18 3 18H10V20H8V22H12V16H3V4.9L14 15.9V21C14 21.6 14.5 22 15 22H20.1L21.8 23.7L23.1 22.5M18.5 21C16.6 21 15 19.4 15 17.5C15 17.3 15 17.1 15.1 16.9L16.1 17.9C16.3 18.9 17.1 19.7 18.1 19.9L19.1 20.9C18.9 21 18.7 21 18.5 21M21 17.5V17.8L18.2 15H18.5C19.9 15 21 16.1 21 17.5M23 19.8V10C23 9.4 22.5 9 22 9H15C14.4 9 14 9.5 14 10V10.8L17.4 14.2C17.7 14.1 18.1 14 18.5 14C20.4 14 22 15.6 22 17.5C22 17.9 21.9 18.3 21.8 18.6L23 19.8M18.5 13C17.7 13 17 12.3 17 11.5S17.7 10 18.5 10 20 10.7 20 11.5 19.3 13 18.5 13M7.2 4L5.2 2H21C22.1 2 23 2.9 23 4V8H21V4H7.2Z\" /></svg></li><li title=\"monitor speaker \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-monitor-speaker\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10 20V18H3C1.9 18 1 17.1 1 16V4C1 2.89 1.89 2 3 2H21C22.1 2 23 2.89 23 4V8H21V4H3V16H12V22H8V20H10M18.5 15C17.12 15 16 16.12 16 17.5S17.12 20 18.5 20 21 18.88 21 17.5 19.88 15 18.5 15M23 10V21C23 21.55 22.55 22 22 22H15C14.45 22 14 21.55 14 21V10C14 9.45 14.45 9 15 9H22C22.55 9 23 9.45 23 10M17 11.5C17 12.33 17.67 13 18.5 13S20 12.33 20 11.5 19.33 10 18.5 10 17 10.67 17 11.5M22 17.5C22 15.57 20.43 14 18.5 14S15 15.57 15 17.5 16.57 21 18.5 21 22 19.43 22 17.5Z\" /></svg></li><li title=\"monitor star \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-monitor-star\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,16V4H3V16H21M21,2A2,2 0 0,1 23,4V16A2,2 0 0,1 21,18H14V20H16V22H8V20H10V18H3C1.89,18 1,17.1 1,16V4C1,2.89 1.89,2 3,2H21M12.97,9H16L13.53,10.76L14.47,13.67L12,11.87L9.53,13.67L10.47,10.76L8,9H11.03L12,6L12.97,9Z\" /></svg></li><li title=\"monitor \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-monitor\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,16H3V4H21M21,2H3C1.89,2 1,2.89 1,4V16A2,2 0 0,0 3,18H10V20H8V22H16V20H14V18H21A2,2 0 0,0 23,16V4C23,2.89 22.1,2 21,2Z\" /></svg></li><li title=\"moon first quarter \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-moon-first-quarter\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2V22A10 10 0 0 0 12 2Z\" /></svg></li><li title=\"moon full \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-moon-full\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2A10 10 0 1 1 2 12A10 10 0 0 1 12 2Z\" /></svg></li><li title=\"moon last quarter \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-moon-last-quarter\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2A10 10 0 0 0 12 22Z\" /></svg></li><li title=\"moon new \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-moon-new\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 20A8 8 0 1 1 20 12A8 8 0 0 1 12 20M12 2A10 10 0 1 0 22 12A10 10 0 0 0 12 2Z\" /></svg></li><li title=\"moon waning crescent \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-moon-waning-crescent\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2 12A10 10 0 0 0 15 21.54A10 10 0 0 1 15 2.46A10 10 0 0 0 2 12Z\" /></svg></li><li title=\"moon waning gibbous \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-moon-waning-gibbous\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 12C18 7.5 16.08 3.26 12 2A10 10 0 0 0 12 22C16.08 20.74 18 16.5 18 12Z\" /></svg></li><li title=\"moon waxing crescent \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-moon-waxing-crescent\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2A9.91 9.91 0 0 0 9 2.46A10 10 0 0 1 9 21.54A10 10 0 1 0 12 2Z\" /></svg></li><li title=\"moon waxing gibbous \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-moon-waxing-gibbous\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6 12C6 7.5 7.93 3.26 12 2A10 10 0 0 1 12 22C7.93 20.74 6 16.5 6 12Z\" /></svg></li><li title=\"moped electric outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-moped-electric-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 5C19 3.9 18.1 3 17 3H14V5H17V7.65L13.5 12H10V7H6C3.79 7 2 8.79 2 11V14H4C4 15.66 5.34 17 7 17S10 15.66 10 14H14.5L19 8.35V5M4 12V11C4 9.9 4.9 9 6 9H8V12H4M7 15C6.45 15 6 14.55 6 14H8C8 14.55 7.55 15 7 15M5 4H10V6H5V4M19 11C17.34 11 16 12.34 16 14S17.34 17 19 17 22 15.66 22 14 20.66 11 19 11M19 15C18.45 15 18 14.55 18 14S18.45 13 19 13 20 13.45 20 14 19.55 15 19 15M7 20H11V18L17 21H13V23L7 20Z\" /></svg></li><li title=\"moped electric \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-moped-electric\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 5C19 3.9 18.1 3 17 3H14V5H17V7.65L13.5 12H10V7H6C3.79 7 2 8.79 2 11V14H4C4 15.66 5.34 17 7 17S10 15.66 10 14H14.5L19 8.35V5M7 15C6.45 15 6 14.55 6 14H8C8 14.55 7.55 15 7 15M5 4H10V6H5V4M19 11C17.34 11 16 12.34 16 14S17.34 17 19 17 22 15.66 22 14 20.66 11 19 11M19 15C18.45 15 18 14.55 18 14S18.45 13 19 13 20 13.45 20 14 19.55 15 19 15M7 20H11V18L17 21H13V23L7 20Z\" /></svg></li><li title=\"moped outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-moped-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 7C19 5.9 18.11 5 17 5H14V7H17V9.65L13.5 14H10V9H6C3.79 9 2 10.79 2 13V16H4C4 17.66 5.34 19 7 19S10 17.66 10 16H14.5L19 10.35V7M7 17C6.45 17 6 16.55 6 16H8C8 16.55 7.55 17 7 17M8 14H4V13C4 11.9 4.9 11 6 11H8V14M19 13C17.34 13 16 14.34 16 16S17.34 19 19 19 22 17.66 22 16 20.66 13 19 13M19 17C18.45 17 18 16.55 18 16S18.45 15 19 15 20 15.45 20 16 19.55 17 19 17M10 8H5V6H10V8Z\" /></svg></li><li title=\"moped \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-moped\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 15C19.55 15 20 15.45 20 16C20 16.55 19.55 17 19 17S18 16.55 18 16C18 15.45 18.45 15 19 15M19 13C17.34 13 16 14.34 16 16S17.34 19 19 19 22 17.66 22 16 20.66 13 19 13M10 6H5V8H10V6M17 5H14V7H17V9.65L13.5 14H10V9H6C3.79 9 2 10.79 2 13V16H4C4 17.66 5.34 19 7 19S10 17.66 10 16H14.5L19 10.35V7C19 5.9 18.11 5 17 5M7 17C6.45 17 6 16.55 6 16H8C8 16.55 7.55 17 7 17Z\" /></svg></li><li title=\"more \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-more\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,13.5A1.5,1.5 0 0,1 17.5,12A1.5,1.5 0 0,1 19,10.5A1.5,1.5 0 0,1 20.5,12A1.5,1.5 0 0,1 19,13.5M14,13.5A1.5,1.5 0 0,1 12.5,12A1.5,1.5 0 0,1 14,10.5A1.5,1.5 0 0,1 15.5,12A1.5,1.5 0 0,1 14,13.5M9,13.5A1.5,1.5 0 0,1 7.5,12A1.5,1.5 0 0,1 9,10.5A1.5,1.5 0 0,1 10.5,12A1.5,1.5 0 0,1 9,13.5M22,3H7C6.31,3 5.77,3.35 5.41,3.88L0,12L5.41,20.11C5.77,20.64 6.37,21 7.06,21H22A2,2 0 0,0 24,19V5C24,3.89 23.1,3 22,3Z\" /></svg></li><li title=\"mortar pestle plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-mortar-pestle-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,14H13V17H11V14H8V12H11V9H13V12H16M21,5H18.35L19.5,1.85L17.15,1L15.69,5H3V7L5,13L3,19V21H21V19L19,13L21,7V5Z\" /></svg></li><li title=\"mortar pestle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-mortar-pestle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 7L19 13L21 19V21H3V19L5 13L3 7V5H15.7L17.2 1L19.5 1.8L18.3 5H21V7Z\" /></svg></li><li title=\"mosque \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-mosque\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M24 7C24 5.9 22 4 22 4S20 5.9 20 7C20 7.7 20.4 8.4 21 8.7V13H19V11C19 10.1 18.3 9.3 17.5 9.1C17.8 8.5 18 7.9 18 7.1C18 5.8 17.4 4.6 16.3 3.9L12 1L7.7 3.8C6.7 4.6 6 5.8 6 7.1C6 7.8 6.2 8.5 6.6 9.1C5.7 9.3 5 10.1 5 11V13H3V8.7C3.6 8.4 4 7.7 4 7C4 5.9 2 4 2 4S0 5.9 0 7C0 7.7 .4 8.4 1 8.7V21H11V17C11 16.5 11.4 16 12 16S13 16.5 13 17V21H23V8.7C23.6 8.4 24 7.7 24 7M8.9 5.5L12 3.4L15.1 5.5C15.7 5.9 16 6.4 16 7.1C16 8.1 15.1 9 14.1 9H9.9C8.9 9 8 8.1 8 7.1C8 6.4 8.3 5.9 8.9 5.5M21 19H15V17C15 15.4 13.6 14 12 14S9 15.4 9 17V19H3V15H7V11H17V15H21V19Z\" /></svg></li><li title=\"mother heart \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-mother-heart\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2C13.66 2 15 3.34 15 5S13.66 8 12 8 9 6.66 9 5 10.34 2 12 2M20 18L18 12.56C17.65 11.57 17.34 10.71 16 10C14.63 9.3 13.63 9 12 9C10.39 9 9.39 9.3 8 10C6.68 10.71 6.37 11.57 6 12.56L4 18C3.77 19.13 6.38 20.44 8.13 21.19C9.34 21.72 10.64 22 12 22C13.38 22 14.67 21.72 15.89 21.19C17.64 20.44 20.25 19.13 20 18M15.42 17.5L12 21L8.58 17.5C8.22 17.12 8 16.61 8 16.05C8 14.92 8.9 14 10 14C10.55 14 11.06 14.23 11.42 14.61L12 15.2L12.58 14.6C12.94 14.23 13.45 14 14 14C15.11 14 16 14.92 16 16.05C16 16.61 15.78 17.13 15.42 17.5Z\" /></svg></li><li title=\"mother nurse \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-mother-nurse\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A3,3 0 0,1 15,5A3,3 0 0,1 12,8A3,3 0 0,1 9,5A3,3 0 0,1 12,2M20,18L18,12.56C17.65,11.57 17.34,10.71 16,10C14.62,9.3 13.62,9 12,9C10.37,9 9.38,9.3 8,10C6.66,10.71 6.35,11.57 6,12.56L4,18C3.68,19.35 6.36,20.44 8.11,21.19V19C8.11,18.05 8.97,17.38 10.69,16.97C10.85,16.93 11,16.91 11.12,16.89C10.58,16.07 10.36,15.34 10.34,15.28L12.11,14.68C12.12,14.7 12.63,16.27 13.84,17.06C14.05,17.13 14.26,17.21 14.46,17.3C15.23,17.64 15.69,18.08 15.84,18.61C14.5,19.14 13.22,19.41 12,19.41L11,19.31V21.94L12,22C13.37,22 14.67,21.72 15.89,21.19C17.64,20.44 20.25,19.13 20,18M15.5,17A1.5,1.5 0 0,1 14,15.5A1.5,1.5 0 0,1 15.5,14A1.5,1.5 0 0,1 17,15.5A1.5,1.5 0 0,1 15.5,17Z\" /></svg></li><li title=\"motion outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-motion-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7 13H3C2.45 13 2 12.55 2 12S2.45 11 3 11H7C7.55 11 8 11.45 8 12S7.55 13 7 13M6 8C6 7.45 5.55 7 5 7H4C3.45 7 3 7.45 3 8S3.45 9 4 9H5C5.55 9 6 8.55 6 8M22 12C22 14.76 19.76 17 17 17H4C3.45 17 3 16.55 3 16S3.45 15 4 15H13C12.58 14.42 12.25 13.74 12.1 13H10C9.45 13 9 12.55 9 12S9.45 11 10 11H12.1C12.25 10.26 12.58 9.58 13 9H8C7.45 9 7 8.55 7 8S7.45 7 8 7H17C19.76 7 22 9.24 22 12M20 12C20 10.35 18.65 9 17 9S14 10.35 14 12C14 13.65 15.35 15 17 15S20 13.65 20 12Z\" /></svg></li><li title=\"motion pause outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-motion-pause-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 12C22 6.46 17.54 2 12 2C10.83 2 9.7 2.19 8.62 2.56L9.32 4.5C10.17 4.16 11.06 3.97 12 3.97C16.41 3.97 20.03 7.59 20.03 12C20.03 16.41 16.41 20.03 12 20.03C7.59 20.03 3.97 16.41 3.97 12C3.97 11.06 4.16 10.12 4.5 9.28L2.56 8.62C2.19 9.7 2 10.83 2 12C2 17.54 6.46 22 12 22C17.54 22 22 17.54 22 12M5.47 7C4.68 7 3.97 6.32 3.97 5.47C3.97 4.68 4.68 3.97 5.47 3.97C6.32 3.97 7 4.68 7 5.47C7 6.32 6.32 7 5.47 7M9 9H11V15H9M13 9H15V15H13\" /></svg></li><li title=\"motion pause \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-motion-pause\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 12C22 6.46 17.54 2 12 2C10.83 2 9.7 2.19 8.62 2.56L9.32 4.5C10.17 4.16 11.06 3.97 12 3.97C16.41 3.97 20.03 7.59 20.03 12C20.03 16.41 16.41 20.03 12 20.03C7.59 20.03 3.97 16.41 3.97 12C3.97 11.06 4.16 10.12 4.5 9.28L2.56 8.62C2.19 9.7 2 10.83 2 12C2 17.54 6.46 22 12 22C17.54 22 22 17.54 22 12M5.47 3.97C6.32 3.97 7 4.68 7 5.47C7 6.32 6.32 7 5.47 7C4.68 7 3.97 6.32 3.97 5.47C3.97 4.68 4.68 3.97 5.47 3.97M18 12C18 8.67 15.33 6 12 6C8.67 6 6 8.67 6 12C6 15.33 8.67 18 12 18C15.33 18 18 15.33 18 12M11 9V15H9V9M15 9V15H13V9\" /></svg></li><li title=\"motion play outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-motion-play-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10 16.5L16 12L10 7.5M22 12C22 6.46 17.54 2 12 2C10.83 2 9.7 2.19 8.62 2.56L9.32 4.5C10.17 4.16 11.06 3.97 12 3.97C16.41 3.97 20.03 7.59 20.03 12C20.03 16.41 16.41 20.03 12 20.03C7.59 20.03 3.97 16.41 3.97 12C3.97 11.06 4.16 10.12 4.5 9.28L2.56 8.62C2.19 9.7 2 10.83 2 12C2 17.54 6.46 22 12 22C17.54 22 22 17.54 22 12M5.47 3.97C6.32 3.97 7 4.68 7 5.47C7 6.32 6.32 7 5.47 7C4.68 7 3.97 6.32 3.97 5.47C3.97 4.68 4.68 3.97 5.47 3.97Z\" /></svg></li><li title=\"motion play \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-motion-play\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 12C22 6.46 17.54 2 12 2C10.83 2 9.7 2.19 8.62 2.56L9.32 4.5C10.17 4.16 11.06 3.97 12 3.97C16.41 3.97 20.03 7.59 20.03 12C20.03 16.41 16.41 20.03 12 20.03C7.59 20.03 3.97 16.41 3.97 12C3.97 11.06 4.16 10.12 4.5 9.28L2.56 8.62C2.19 9.7 2 10.83 2 12C2 17.54 6.46 22 12 22C17.54 22 22 17.54 22 12M5.47 3.97C6.32 3.97 7 4.68 7 5.47C7 6.32 6.32 7 5.47 7C4.68 7 3.97 6.32 3.97 5.47C3.97 4.68 4.68 3.97 5.47 3.97M18 12C18 8.67 15.33 6 12 6C8.67 6 6 8.67 6 12C6 15.33 8.67 18 12 18C15.33 18 18 15.33 18 12M15 12L10 15V9\" /></svg></li><li title=\"motion sensor off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-motion-sensor-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.4 8.2H15V10H13.2L11.4 8.2M19.67 1H18.33C18.33 3.58 20.42 5.67 23 5.67V4.33C21.16 4.33 19.67 2.84 19.67 1M21 1C21 2.11 21.9 3 23 3V1H21M17 1H15.67C15.67 5.05 18.95 8.33 23 8.33V7C19.69 7 17 4.31 17 1M10 3.8C11 3.8 11.8 3 11.8 2S11 .2 10 .2 8.2 1 8.2 2 9 3.8 10 3.8M2.39 1.73L1.11 3L3.46 5.35L2 5.8V11H3.8V7.33L5.05 6.94L5.68 7.57L2 22H3.8L6.67 13.89L9 17V22H10.8V15.59L8.31 11.05L8.5 10.37L20.84 22.73L22.11 21.46L2.39 1.73M9.38 4.87C9.08 4.37 8.54 4.03 7.92 4.03C7.75 4.03 7.58 4.06 7.42 4.11L7.34 4.14L11.35 8.15L9.38 4.87Z\" /></svg></li><li title=\"motion sensor \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-motion-sensor\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,0.2C9,0.2 8.2,1 8.2,2C8.2,3 9,3.8 10,3.8C11,3.8 11.8,3 11.8,2C11.8,1 11,0.2 10,0.2M15.67,1A7.33,7.33 0 0,0 23,8.33V7A6,6 0 0,1 17,1H15.67M18.33,1C18.33,3.58 20.42,5.67 23,5.67V4.33C21.16,4.33 19.67,2.84 19.67,1H18.33M21,1A2,2 0 0,0 23,3V1H21M7.92,4.03C7.75,4.03 7.58,4.06 7.42,4.11L2,5.8V11H3.8V7.33L5.91,6.67L2,22H3.8L6.67,13.89L9,17V22H10.8V15.59L8.31,11.05L9.04,8.18L10.12,10H15V8.2H11.38L9.38,4.87C9.08,4.37 8.54,4.03 7.92,4.03Z\" /></svg></li><li title=\"motion \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-motion\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7 13H3C2.45 13 2 12.55 2 12S2.45 11 3 11H7C7.55 11 8 11.45 8 12S7.55 13 7 13M6 8C6 7.45 5.55 7 5 7H4C3.45 7 3 7.45 3 8S3.45 9 4 9H5C5.55 9 6 8.55 6 8M22 12C22 14.76 19.76 17 17 17H4C3.45 17 3 16.55 3 16S3.45 15 4 15H13C12.58 14.42 12.25 13.74 12.1 13H10C9.45 13 9 12.55 9 12S9.45 11 10 11H12.1C12.25 10.26 12.58 9.58 13 9H8C7.45 9 7 8.55 7 8S7.45 7 8 7H17C19.76 7 22 9.24 22 12Z\" /></svg></li><li title=\"motorbike electric \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-motorbike-electric\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17.42 8L13.41 4H9V6H12.59L14.59 8H6.5C4 8 2 10 2 12.5S4 17 6.5 17C8.72 17 10.56 15.38 10.92 13.27L13.04 12C13 12.17 13 12.33 13 12.5C13 15 15 17 17.5 17S22 15 22 12.5 20 8 17.5 8M8.84 13.26C8.5 14.27 7.58 15 6.47 15C5.09 15 3.97 13.88 3.97 12.5S5.09 10 6.47 10C7.59 10 8.5 10.74 8.84 11.75H6V13.25L8.84 13.26M17.47 15C16.09 15 14.97 13.88 14.97 12.5S16.09 10 17.47 10C18.85 10 19.97 11.12 19.97 12.5S18.85 15 17.47 15M11 20H7L13 23V21H17L11 18V20Z\" /></svg></li><li title=\"motorbike \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-motorbike\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17.42,10L13.41,6H9V8H12.59L14.59,10H6.5C4,10 2,12 2,14.5C2,17 4,19 6.5,19C8.72,19 10.56,17.38 10.92,15.27L13.04,14C13,14.17 13,14.33 13,14.5C13,17 15,19 17.5,19C20,19 22,17 22,14.5C22,12 20,10 17.5,10M8.84,15.26C8.5,16.27 7.58,17 6.47,17C5.09,17 3.97,15.88 3.97,14.5C3.97,13.12 5.09,12 6.47,12C7.59,12 8.5,12.74 8.84,13.75H6V15.25L8.84,15.26M17.47,17C16.09,17 14.97,15.88 14.97,14.5C14.97,13.12 16.09,12 17.47,12A2.5,2.5 0 0,1 19.97,14.5A2.5,2.5 0 0,1 17.47,17Z\" /></svg></li><li title=\"mouse bluetooth \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-mouse-bluetooth\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,7H20.5L23.35,9.85L21.21,12L23.35,14.14L20.5,17H20V13.21L17.71,15.5L17,14.79L19.79,12L17,9.21L17.71,8.5L20,10.79V7M21,8.91V10.79L21.94,9.85L21,8.91M21,13.21V15.08L21.94,14.14L21,13.21M15,9V10H9V2.07C12.39,2.56 15,5.47 15,9M1,10V9C1,5.47 3.61,2.56 7,2.07V10H1M15,15A7,7 0 0,1 8,22A7,7 0 0,1 1,15V12H15V15Z\" /></svg></li><li title=\"mouse move down \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-mouse-move-down\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7 9H2C2 6.04 4.17 3.57 7 3.09V9M20 7H18V13H15L19 17L23 13H20V7M9 3.09V9H14C14 6.04 11.83 3.57 9 3.09M2 15C2 18.3 4.7 21 8 21S14 18.3 14 15V11H2V15Z\" /></svg></li><li title=\"mouse move up \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-mouse-move-up\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7 9H2C2 6.04 4.17 3.57 7 3.09V9M18 17H20V11H23L19 7L15 11H18V17M9 3.09V9H14C14 6.04 11.83 3.57 9 3.09M2 15C2 18.3 4.7 21 8 21S14 18.3 14 15V11H2V15Z\" /></svg></li><li title=\"mouse move vertical \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-mouse-move-vertical\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 6H23L19 2L15 6H18V18H15L19 22L23 18H20V6M9 3.09C11.83 3.57 14 6.04 14 9H9V3.09M14 11V15C14 18.3 11.3 21 8 21S2 18.3 2 15V11H14M7 9H2C2 6.04 4.17 3.57 7 3.09V9Z\" /></svg></li><li title=\"mouse off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-mouse-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,5.27L3.28,4L20,20.72L18.73,22L17.5,20.79C16.08,22.16 14.14,23 12,23A8,8 0 0,1 4,15V11H7.73L5.73,9H4C4,8.46 4.05,7.93 4.15,7.42L2,5.27M11,1.07V9H10.82L5.79,3.96C7.05,2.4 8.9,1.33 11,1.07M20,11V15C20,15.95 19.83,16.86 19.53,17.71L12.82,11H20M13,1.07C16.94,1.56 20,4.92 20,9H13V1.07Z\" /></svg></li><li title=\"mouse variant off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-mouse-variant-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,5.27L3.28,4L20,20.72L18.73,22L17.29,20.56C16.42,22 14.82,23 13,23A5,5 0 0,1 8,18V16.9C5.72,16.44 4,14.42 4,12V9H5.73L2,5.27M14,7H10V2.1C12.28,2.56 14,4.58 14,7M8,2.1V6.18L5.38,3.55C6.07,2.83 7,2.31 8,2.1M14,12V12.17L10.82,9H14V12M10,16.9V18A3,3 0 0,0 13,21C14.28,21 15.37,20.2 15.8,19.07L12.4,15.67C11.74,16.28 10.92,16.71 10,16.9M16,13A4,4 0 0,1 20,9H22L21,10L22,11H20A2,2 0 0,0 18,13V16.18L16,14.18V13Z\" /></svg></li><li title=\"mouse variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-mouse-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,7H10V2.1C12.28,2.56 14,4.58 14,7M4,7C4,4.58 5.72,2.56 8,2.1V7H4M14,12C14,14.42 12.28,16.44 10,16.9V18A3,3 0 0,0 13,21A3,3 0 0,0 16,18V13A4,4 0 0,1 20,9H22L21,10L22,11H20A2,2 0 0,0 18,13H18V18A5,5 0 0,1 13,23A5,5 0 0,1 8,18V16.9C5.72,16.44 4,14.42 4,12V9H14V12Z\" /></svg></li><li title=\"mouse \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-mouse\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,1.07C7.05,1.56 4,4.92 4,9H11M4,15A8,8 0 0,0 12,23A8,8 0 0,0 20,15V11H4M13,1.07V9H20C20,4.92 16.94,1.56 13,1.07Z\" /></svg></li><li title=\"move resize variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-move-resize-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M1.88,0.46L0.46,1.88L5.59,7H2V9H9V2H7V5.59M11,7V9H21V15H23V9A2,2 0 0,0 21,7M7,11V21A2,2 0 0,0 9,23H15V21H9V11M15.88,14.46L14.46,15.88L19.6,21H17V23H23V17H21V19.59\" /></svg></li><li title=\"move resize \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-move-resize\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,1V2H10V5H9V6H12V5H11V2H12V1M9,7C7.89,7 7,7.89 7,9V21C7,22.11 7.89,23 9,23H21C22.11,23 23,22.11 23,21V9C23,7.89 22.11,7 21,7M1,9V12H2V11H5V12H6V9H5V10H2V9M9,9H21V21H9M14,10V11H15V16H11V15H10V18H11V17H15V19H14V20H17V19H16V17H19V18H20V15H19V16H16V11H17V10\" /></svg></li><li title=\"movie check outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-movie-check-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 19C13 19.34 13.04 19.67 13.09 20H4C2.9 20 2 19.11 2 18V6C2 4.89 2.9 4 4 4H5L7 8H10L8 4H10L12 8H15L13 4H15L17 8H20L18 4H22V13.81C21.39 13.46 20.72 13.22 20 13.09V10H5.76L4 6.47V18H13.09C13.04 18.33 13 18.66 13 19M21.34 15.84L17.75 19.43L16.16 17.84L15 19L17.75 22L22.5 17.25L21.34 15.84Z\" /></svg></li><li title=\"movie check \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-movie-check\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 19C13 19.34 13.04 19.67 13.09 20H4C2.9 20 2 19.11 2 18V6C2 4.89 2.9 4 4 4H5L7 8H10L8 4H10L12 8H15L13 4H15L17 8H20L18 4H22V13.81C21.12 13.3 20.1 13 19 13C15.69 13 13 15.69 13 19M21.34 15.84L17.75 19.43L16.16 17.84L15 19L17.75 22L22.5 17.25L21.34 15.84Z\" /></svg></li><li title=\"movie cog outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-movie-cog-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 19C12 19.34 12.03 19.67 12.08 20H4C2.9 20 2 19.11 2 18V6C2 4.89 2.9 4 4 4H5L7 8H10L8 4H10L12 8H15L13 4H15L17 8H20L18 4H22V12.68C21.38 12.39 20.71 12.18 20 12.08V10H5.76L4 6.47V18H12.08C12.03 18.33 12 18.66 12 19M23.8 20.4C23.9 20.4 23.9 20.5 23.8 20.6L22.8 22.3C22.7 22.4 22.6 22.4 22.5 22.4L21.3 22C21 22.2 20.8 22.3 20.5 22.5L20.3 23.8C20.3 23.9 20.2 24 20.1 24H18.1C18 24 17.9 23.9 17.8 23.8L17.6 22.5C17.3 22.4 17 22.2 16.8 22L15.6 22.5C15.5 22.5 15.4 22.5 15.3 22.4L14.3 20.7C14.2 20.6 14.3 20.5 14.4 20.4L15.5 19.6V18.6L14.4 17.8C14.3 17.7 14.3 17.6 14.3 17.5L15.3 15.8C15.4 15.7 15.5 15.7 15.6 15.7L16.8 16.2C17.1 16 17.3 15.9 17.6 15.7L17.8 14.4C17.8 14.3 17.9 14.2 18.1 14.2H20.1C20.2 14.2 20.3 14.3 20.3 14.4L20.5 15.7C20.8 15.8 21.1 16 21.4 16.2L22.6 15.7C22.7 15.7 22.9 15.7 22.9 15.8L23.9 17.5C24 17.6 23.9 17.7 23.8 17.8L22.7 18.6V19.6L23.8 20.4M20.5 19C20.5 18.2 19.8 17.5 19 17.5S17.5 18.2 17.5 19 18.2 20.5 19 20.5 20.5 19.8 20.5 19Z\" /></svg></li><li title=\"movie cog \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-movie-cog\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 19C12 19.34 12.03 19.67 12.08 20H4C2.9 20 2 19.11 2 18V6C2 4.89 2.9 4 4 4H5L7 8H10L8 4H10L12 8H15L13 4H15L17 8H20L18 4H22V12.68C21.09 12.25 20.08 12 19 12C15.13 12 12 15.13 12 19M23.8 20.4C23.9 20.4 23.9 20.5 23.8 20.6L22.8 22.3C22.7 22.4 22.6 22.4 22.5 22.4L21.3 22C21 22.2 20.8 22.3 20.5 22.5L20.3 23.8C20.3 23.9 20.2 24 20.1 24H18.1C18 24 17.9 23.9 17.8 23.8L17.6 22.5C17.3 22.4 17 22.2 16.8 22L15.6 22.5C15.5 22.5 15.4 22.5 15.3 22.4L14.3 20.7C14.2 20.6 14.3 20.5 14.4 20.4L15.5 19.6V18.6L14.4 17.8C14.3 17.7 14.3 17.6 14.3 17.5L15.3 15.8C15.4 15.7 15.5 15.7 15.6 15.7L16.8 16.2C17.1 16 17.3 15.9 17.6 15.7L17.8 14.4C17.8 14.3 17.9 14.2 18.1 14.2H20.1C20.2 14.2 20.3 14.3 20.3 14.4L20.5 15.7C20.8 15.8 21.1 16 21.4 16.2L22.6 15.7C22.7 15.7 22.9 15.7 22.9 15.8L23.9 17.5C24 17.6 23.9 17.7 23.8 17.8L22.7 18.6V19.6L23.8 20.4M20.5 19C20.5 18.2 19.8 17.5 19 17.5S17.5 18.2 17.5 19 18.2 20.5 19 20.5 20.5 19.8 20.5 19Z\" /></svg></li><li title=\"movie edit outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-movie-edit-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 4V8.12L19.12 10H4.76L3 6.47V18H11V20H3C1.9 20 1 19.11 1 18V6C1 4.89 1.9 4 3 4H4L6 8H9L7 4H9L11 8H14L12 4H14L16 8H19L17 4H21M21.42 12.3L22.7 13.58C22.92 13.79 22.92 14.14 22.7 14.35L21.7 15.35L19.65 13.3L20.65 12.3C20.76 12.19 20.9 12.13 21.04 12.13C21.18 12.13 21.31 12.19 21.42 12.3M21.12 15.93L15.06 22H13V19.94L19.07 13.88L21.12 15.93Z\" /></svg></li><li title=\"movie edit \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-movie-edit\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.04 11.13C20.9 11.13 20.76 11.19 20.65 11.3L19.65 12.3L21.7 14.35L22.7 13.35C22.92 13.14 22.92 12.79 22.7 12.58L21.42 11.3C21.31 11.19 21.18 11.13 21.04 11.13M19.07 12.88L13 18.94V21H15.06L21.12 14.93L19.07 12.88M11 20H3C1.9 20 1 19.11 1 18V6C1 4.89 1.9 4 3 4H4L6 8H9L7 4H9L11 8H14L12 4H14L16 8H19L17 4H21V8.12L11 18.11V20Z\" /></svg></li><li title=\"movie filter outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-movie-filter-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10 11L9.06 13.06L7 14L9.06 14.94L10 17L10.94 14.94L13 14L10.94 13.06M18 4L20 8H17L15 4H13L15 8H12L10 4H8L10 8H7L5 4H4C2.91 4 2 4.9 2 6L2 18C2 19.1 2.91 20 4 20H20C21.11 20 22 19.1 22 18V4H18M20 18H4V6.47L5.77 10H16L15.37 11.37L14 12L15.37 12.63L16 14L16.63 12.63L18 12L16.63 11.37L16 10H20V18Z\" /></svg></li><li title=\"movie filter \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-movie-filter\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 4L20 7H17L15 4H13L15 7H12L10 4H8L10 7H7L5 4H4C2.9 4 2 4.9 2 6L2 18C2 19.1 2.9 20 4 20H20C21.1 20 22 19.1 22 18V4H18M11.25 15.25L10 18L8.75 15.25L6 14L8.75 12.75L10 10L11.25 12.75L14 14L11.25 15.25M16.94 11.94L16 14L15.06 11.94L13 11L15.06 10.06L16 8L16.94 10.06L19 11L16.94 11.94Z\" /></svg></li><li title=\"movie minus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-movie-minus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 19C13 19.34 13.04 19.67 13.09 20H4C2.9 20 2 19.11 2 18V6C2 4.89 2.9 4 4 4H5L7 8H10L8 4H10L12 8H15L13 4H15L17 8H20L18 4H22V13.81C21.39 13.46 20.72 13.22 20 13.09V10H5.76L4 6.47V18H13.09C13.04 18.33 13 18.66 13 19M15 18V20H23V18H15Z\" /></svg></li><li title=\"movie minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-movie-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 19C13 19.34 13.04 19.67 13.09 20H4C2.9 20 2 19.11 2 18V6C2 4.89 2.9 4 4 4H5L7 8H10L8 4H10L12 8H15L13 4H15L17 8H20L18 4H22V13.81C21.12 13.3 20.1 13 19 13C15.69 13 13 15.69 13 19M15 18V20H23V18H15Z\" /></svg></li><li title=\"movie off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-movie-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2.39 1.73L1.11 3L2.65 4.54C2.25 4.9 2 5.42 2 6V18C2 19.11 2.9 20 4 20H18.11L20.84 22.73L22.11 21.46L2.39 1.73M4 18V6.47L5.76 10H8.11L16.11 18H4M8.8 5.6L8 4H10L12 8H15L13 4H15L17 8H20L18 4H22V18C22 18.24 21.96 18.47 21.88 18.68L20 16.8V10H13.2L8.8 5.6Z\" /></svg></li><li title=\"movie off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-movie-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.11 21.46L20.84 22.73L18.11 20H4C2.9 20 2 19.11 2 18V6C2 5.42 2.25 4.9 2.65 4.54L1.11 3L2.39 1.73L22.11 21.46M21.88 18.68C21.96 18.47 22 18.24 22 18V4H18L20 8H17L15 4H13L15 8H12L10 4H8L8.8 5.6L21.88 18.68Z\" /></svg></li><li title=\"movie open check outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-movie-open-check-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.75 7.46L12 3.93L13.97 3.54L16.71 7.07L14.75 7.46M21.62 6.1L20.84 2.18L16.91 2.96L19.65 6.5L21.62 6.1M11.81 8.05L9.07 4.5L7.1 4.91L9.85 8.44L11.81 8.05M4.16 5.5L3.18 5.69C2.1 5.9 1.39 6.96 1.61 8.04L2 10L6.9 9.03L4.16 5.5M4 20V12H20V13.09C20.72 13.21 21.39 13.46 22 13.81V10H2V20C2 21.11 2.9 22 4 22H13.81C13.46 21.39 13.22 20.72 13.09 20H4M21.34 15.84L17.75 19.43L16.16 17.84L15 19L17.75 22L22.5 17.25L21.34 15.84Z\" /></svg></li><li title=\"movie open check \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-movie-open-check\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.65 6.5L16.91 2.96L20.84 2.18L21.62 6.1L19.65 6.5M16.71 7.07L13.97 3.54L12 3.93L14.75 7.46L16.71 7.07M19 13C20.1 13 21.12 13.3 22 13.81V10H2V20C2 21.11 2.9 22 4 22H13.81C13.3 21.12 13 20.1 13 19C13 15.69 15.69 13 19 13M11.81 8.05L9.07 4.5L7.1 4.91L9.85 8.44L11.81 8.05M4.16 5.5L3.18 5.69C2.1 5.91 1.4 6.96 1.61 8.04L2 10L6.9 9.03L4.16 5.5M21.34 15.84L17.75 19.43L16.16 17.84L15 19L17.75 22L22.5 17.25L21.34 15.84Z\" /></svg></li><li title=\"movie open cog outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-movie-open-cog-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.75 7.46L12 3.93L13.97 3.54L16.71 7.07L14.75 7.46M21.62 6.1L20.84 2.18L16.91 2.96L19.65 6.5L21.62 6.1M11.81 8.05L9.07 4.5L7.1 4.91L9.85 8.44L11.81 8.05M4.16 5.5L3.18 5.69C2.1 5.9 1.39 6.96 1.61 8.04L2 10L6.9 9.03L4.16 5.5M4 20V12H20V12.08C20.71 12.18 21.38 12.39 22 12.69V10H2V20C2 21.11 2.9 22 4 22H12.68C12.39 21.38 12.18 20.71 12.08 20H4M23.8 20.4C23.9 20.4 23.9 20.5 23.8 20.6L22.8 22.3C22.7 22.4 22.6 22.4 22.5 22.4L21.3 22C21 22.2 20.8 22.3 20.5 22.5L20.3 23.8C20.3 23.9 20.2 24 20.1 24H18.1C18 24 17.9 23.9 17.8 23.8L17.6 22.5C17.3 22.4 17 22.2 16.8 22L15.6 22.5C15.5 22.5 15.4 22.5 15.3 22.4L14.3 20.7C14.2 20.6 14.3 20.5 14.4 20.4L15.5 19.6V18.6L14.4 17.8C14.3 17.7 14.3 17.6 14.3 17.5L15.3 15.8C15.4 15.7 15.5 15.7 15.6 15.7L16.8 16.2C17.1 16 17.3 15.9 17.6 15.7L17.8 14.4C17.8 14.3 17.9 14.2 18.1 14.2H20.1C20.2 14.2 20.3 14.3 20.3 14.4L20.5 15.7C20.8 15.8 21.1 16 21.4 16.2L22.6 15.7C22.7 15.7 22.9 15.7 22.9 15.8L23.9 17.5C24 17.6 23.9 17.7 23.8 17.8L22.7 18.6V19.6L23.8 20.4M20.5 19C20.5 18.2 19.8 17.5 19 17.5S17.5 18.2 17.5 19 18.2 20.5 19 20.5 20.5 19.8 20.5 19Z\" /></svg></li><li title=\"movie open cog \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-movie-open-cog\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.75 7.46L12 3.93L13.97 3.54L16.71 7.07L14.75 7.46M21.62 6.1L20.84 2.18L16.91 2.96L19.65 6.5L21.62 6.1M19 12C20.08 12 21.09 12.25 22 12.68V10H2V20C2 21.11 2.9 22 4 22H12.68C12.25 21.09 12 20.08 12 19C12 15.13 15.13 12 19 12M11.81 8.05L9.07 4.5L7.1 4.91L9.85 8.44L11.81 8.05M4.16 5.5L3.18 5.69C2.1 5.91 1.4 6.96 1.61 8.04L2 10L6.9 9.03L4.16 5.5M23.8 20.4C23.9 20.4 23.9 20.5 23.8 20.6L22.8 22.3C22.7 22.4 22.6 22.4 22.5 22.4L21.3 22C21 22.2 20.8 22.3 20.5 22.5L20.3 23.8C20.3 23.9 20.2 24 20.1 24H18.1C18 24 17.9 23.9 17.8 23.8L17.6 22.5C17.3 22.4 17 22.2 16.8 22L15.6 22.5C15.5 22.5 15.4 22.5 15.3 22.4L14.3 20.7C14.2 20.6 14.3 20.5 14.4 20.4L15.5 19.6V18.6L14.4 17.8C14.3 17.7 14.3 17.6 14.3 17.5L15.3 15.8C15.4 15.7 15.5 15.7 15.6 15.7L16.8 16.2C17.1 16 17.3 15.9 17.6 15.7L17.8 14.4C17.8 14.3 17.9 14.2 18.1 14.2H20.1C20.2 14.2 20.3 14.3 20.3 14.4L20.5 15.7C20.8 15.8 21.1 16 21.4 16.2L22.6 15.7C22.7 15.7 22.9 15.7 22.9 15.8L23.9 17.5C24 17.6 23.9 17.7 23.8 17.8L22.7 18.6V19.6L23.8 20.4M20.5 19C20.5 18.2 19.8 17.5 19 17.5S17.5 18.2 17.5 19 18.2 20.5 19 20.5 20.5 19.8 20.5 19Z\" /></svg></li><li title=\"movie open edit outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-movie-open-edit-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.75 7.46L12 3.93L13.97 3.54L16.71 7.07L14.75 7.46M21.62 6.1L20.84 2.18L16.91 2.96L19.65 6.5L21.62 6.1M4 12H18.13L20.13 10H2V20C2 21.11 2.9 22 4 22H11V20H4V12M11.81 8.05L9.07 4.5L7.1 4.91L9.85 8.44L11.81 8.05M4.16 5.5L3.18 5.69C2.1 5.9 1.39 6.96 1.61 8.04L2 10L6.9 9.03L4.16 5.5M13 19.96V22H15.04L21.17 15.88L19.13 13.83L13 19.96M22.85 13.47L21.53 12.15C21.33 11.95 21 11.95 20.81 12.15L19.83 13.13L21.87 15.17L22.85 14.19C23.05 14 23.05 13.67 22.85 13.47Z\" /></svg></li><li title=\"movie open edit \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-movie-open-edit\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.65 6.5L16.91 2.96L20.84 2.18L21.62 6.1L19.65 6.5M16.71 7.07L13.97 3.54L12 3.93L14.75 7.46L16.71 7.07M2 10V20C2 21.11 2.9 22 4 22H11V19.13L20.13 10H2M11.81 8.05L9.07 4.5L7.1 4.91L9.85 8.44L11.81 8.05M4.16 5.5L3.18 5.69C2.1 5.91 1.4 6.96 1.61 8.04L2 10L6.9 9.03L4.16 5.5M13 19.96V22H15.04L21.17 15.88L19.13 13.83L13 19.96M22.85 13.47L21.53 12.15C21.33 11.95 21 11.95 20.81 12.15L19.83 13.13L21.87 15.17L22.85 14.19C23.05 14 23.05 13.67 22.85 13.47Z\" /></svg></li><li title=\"movie open minus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-movie-open-minus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.09 20C13.21 20.72 13.46 21.39 13.81 22H4C2.9 22 2 21.11 2 20V10H22V13.81C21.39 13.46 20.72 13.22 20 13.09V12H4V20H13.09M21.62 6.1L20.84 2.18L16.91 2.96L19.65 6.5L21.62 6.1M16.71 7.07L13.97 3.54L12 3.93L14.75 7.46L16.71 7.07M4.16 5.5L3.18 5.69C2.1 5.9 1.39 6.96 1.61 8.04L2 10L6.9 9.03L4.16 5.5M11.81 8.05L9.07 4.5L7.1 4.91L9.85 8.44L11.81 8.05M15 18V20H23V18H15Z\" /></svg></li><li title=\"movie open minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-movie-open-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.75 7.46L12 3.93L13.97 3.54L16.71 7.07L14.75 7.46M21.62 6.1L20.84 2.18L16.91 2.96L19.65 6.5L21.62 6.1M11.81 8.05L9.07 4.5L7.1 4.91L9.85 8.44L11.81 8.05M4.16 5.5L3.18 5.69C2.1 5.91 1.4 6.96 1.61 8.04L2 10L6.9 9.03L4.16 5.5M19 13C20.1 13 21.12 13.3 22 13.81V10H2V20C2 21.11 2.9 22 4 22H13.81C13.3 21.12 13 20.1 13 19C13 15.69 15.69 13 19 13M15 18V20H23V18H15Z\" /></svg></li><li title=\"movie open off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-movie-open-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.7 6.5L16.9 3L20.8 2.2L21.6 6.1L19.7 6.5M22.1 21.5L20.8 22.8L20.1 22H4C2.9 22 2 21.1 2 20V10H8.1L7.1 9L2 10L1.6 8C1.4 7 2.1 5.9 3.2 5.7L3.7 5.6L1.1 3L2.4 1.7L22.1 21.5M18.1 20L10.1 12H4V20H18.1M22 18.8V10H13.2L15.2 12H20V16.8L22 18.8M16.7 7.1L14 3.5L12 3.9L14.8 7.4L16.7 7.1M11.8 8L9.1 4.5L7.9 4.7L11.3 8.1L11.8 8Z\" /></svg></li><li title=\"movie open off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-movie-open-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.2 10H22V18.8L13.2 10M21.6 6.1L20.8 2.2L16.9 3L19.6 6.5L21.6 6.1M11.8 8L9.1 4.5L7.9 4.7L11.3 8.1L11.8 8M2.4 1.7L1.1 3L3.7 5.6L3.2 5.7C2.1 5.9 1.4 7 1.6 8L2 10L7.1 9L8.1 10H2V20C2 21.1 2.9 22 4 22H20.1L20.8 22.7L22.1 21.4L2.4 1.7M16.7 7.1L14 3.5L12 3.9L14.8 7.4L16.7 7.1Z\" /></svg></li><li title=\"movie open outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-movie-open-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.84 2.18L16.91 2.96L19.65 6.5L21.62 6.1L20.84 2.18M13.97 3.54L12 3.93L14.75 7.46L16.71 7.07L13.97 3.54M9.07 4.5L7.1 4.91L9.85 8.44L11.81 8.05L9.07 4.5M4.16 5.5L3.18 5.69C2.1 5.9 1.39 6.96 1.61 8.04L2 10L6.9 9.03L4.16 5.5M20 12V20H4V12H20M22 10H2V20C2 21.11 2.9 22 4 22H20C21.11 22 22 21.11 22 20V10Z\" /></svg></li><li title=\"movie open play outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-movie-open-play-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 10V13.81C21.39 13.46 20.72 13.22 20 13.09V12H4V20H13.09C13.21 20.72 13.46 21.39 13.81 22H4C2.9 22 2 21.11 2 20V10H22M16.71 7.07L13.97 3.54L12 3.93L14.75 7.46L16.71 7.07M21.62 6.1L20.84 2.18L16.91 2.96L19.65 6.5L21.62 6.1M11.81 8.05L9.07 4.5L7.1 4.91L9.85 8.44L11.81 8.05M4.16 5.5L3.18 5.69C2.1 5.9 1.39 6.96 1.61 8.04L2 10L6.9 9.03L4.16 5.5M17 22L22 19L17 16V22Z\" /></svg></li><li title=\"movie open play \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-movie-open-play\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.75 7.46L12 3.93L13.97 3.54L16.71 7.07L14.75 7.46M21.62 6.1L20.84 2.18L16.91 2.96L19.65 6.5L21.62 6.1M4.16 5.5L3.18 5.69C2.1 5.91 1.4 6.96 1.61 8.04L2 10L6.9 9.03L4.16 5.5M11.81 8.05L9.07 4.5L7.1 4.91L9.85 8.44L11.81 8.05M2 10V20C2 21.11 2.9 22 4 22H13.81C13.3 21.12 13 20.1 13 19C13 15.69 15.69 13 19 13C20.1 13 21.12 13.3 22 13.81V10H2M17 22L22 19L17 16V22Z\" /></svg></li><li title=\"movie open plus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-movie-open-plus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.75 7.46L12 3.93L13.97 3.54L16.71 7.07L14.75 7.46M21.62 6.1L20.84 2.18L16.91 2.96L19.65 6.5L21.62 6.1M4 20V12H20V13.09C20.72 13.21 21.39 13.46 22 13.81V10H2V20C2 21.11 2.9 22 4 22H13.81C13.46 21.39 13.22 20.72 13.09 20H4M11.81 8.05L9.07 4.5L7.1 4.91L9.85 8.44L11.81 8.05M4.16 5.5L3.18 5.69C2.1 5.9 1.39 6.96 1.61 8.04L2 10L6.9 9.03L4.16 5.5M20 18V15H18V18H15V20H18V23H20V20H23V18H20Z\" /></svg></li><li title=\"movie open plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-movie-open-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.65 6.5L16.91 2.96L20.84 2.18L21.62 6.1L19.65 6.5M16.71 7.07L13.97 3.54L12 3.93L14.75 7.46L16.71 7.07M19 13C20.1 13 21.12 13.3 22 13.81V10H2V20C2 21.11 2.9 22 4 22H13.81C13.3 21.12 13 20.1 13 19C13 15.69 15.69 13 19 13M11.81 8.05L9.07 4.5L7.1 4.91L9.85 8.44L11.81 8.05M4.16 5.5L3.18 5.69C2.1 5.91 1.4 6.96 1.61 8.04L2 10L6.9 9.03L4.16 5.5M20 18V15H18V18H15V20H18V23H20V20H23V18H20Z\" /></svg></li><li title=\"movie open remove outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-movie-open-remove-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.65 6.5L16.91 2.96L20.84 2.18L21.62 6.1L19.65 6.5M16.71 7.07L13.97 3.54L12 3.93L14.75 7.46L16.71 7.07M4.16 5.5L3.18 5.69C2.1 5.9 1.39 6.96 1.61 8.04L2 10L6.9 9.03L4.16 5.5M11.81 8.05L9.07 4.5L7.1 4.91L9.85 8.44L11.81 8.05M4 20V12H20V13.09C20.72 13.21 21.39 13.46 22 13.81V10H2V20C2 21.11 2.9 22 4 22H13.81C13.46 21.39 13.22 20.72 13.09 20H4M22.54 16.88L21.12 15.47L19 17.59L16.88 15.47L15.47 16.88L17.59 19L15.47 21.12L16.88 22.54L19 20.41L21.12 22.54L22.54 21.12L20.41 19L22.54 16.88Z\" /></svg></li><li title=\"movie open remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-movie-open-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.75 7.46L12 3.93L13.97 3.54L16.71 7.07L14.75 7.46M11.81 8.05L9.07 4.5L7.1 4.91L9.85 8.44L11.81 8.05M21.62 6.1L20.84 2.18L16.91 2.96L19.65 6.5L21.62 6.1M19 13C20.1 13 21.12 13.3 22 13.81V10H2V20C2 21.11 2.9 22 4 22H13.81C13.3 21.12 13 20.1 13 19C13 15.69 15.69 13 19 13M4.16 5.5L3.18 5.69C2.1 5.91 1.4 6.96 1.61 8.04L2 10L6.9 9.03L4.16 5.5M22.54 16.88L21.12 15.47L19 17.59L16.88 15.47L15.47 16.88L17.59 19L15.47 21.12L16.88 22.54L19 20.41L21.12 22.54L22.54 21.12L20.41 19L22.54 16.88Z\" /></svg></li><li title=\"movie open settings outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-movie-open-settings-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.65 4.5L16.91 .96L20.84 .18L21.62 4.1L19.65 4.5M16.71 5.07L13.97 1.54L12 1.93L14.75 5.46L16.71 5.07M11.81 6.05L9.07 2.5L7.1 2.91L9.85 6.44L11.81 6.05M4.16 3.5L3.18 3.69C2.1 3.9 1.39 4.96 1.61 6.04L2 8L6.9 7.03L4.16 3.5M22 8V18C22 19.11 21.11 20 20 20H4C2.9 20 2 19.11 2 18V8H22M20 10H4V18H20V10M7 24H9V22H7V24M15 24H17V22H15V24M11 24H13V22H11V24Z\" /></svg></li><li title=\"movie open settings \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-movie-open-settings\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.75 5.46L12 1.93L13.97 1.54L16.71 5.07L14.75 5.46M21.62 4.1L20.84 .18L16.91 .96L19.65 4.5L21.62 4.1M11.81 6.05L9.07 2.5L7.1 2.91L9.85 6.44L11.81 6.05M2 8V18C2 19.11 2.9 20 4 20H20C21.11 20 22 19.11 22 18V8H2M4.16 3.5L3.18 3.69C2.1 3.91 1.4 4.96 1.61 6.04L2 8L6.9 7.03L4.16 3.5M11 24H13V22H11V24M7 24H9V22H7V24M15 24H17V22H15V24Z\" /></svg></li><li title=\"movie open star outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-movie-open-star-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.65 6.5L16.91 2.96L20.84 2.18L21.62 6.1L19.65 6.5M16.71 7.07L13.97 3.54L12 3.93L14.75 7.46L16.71 7.07M4.16 5.5L3.18 5.69C2.1 5.9 1.39 6.96 1.61 8.04L2 10L6.9 9.03L4.16 5.5M11.81 8.05L9.07 4.5L7.1 4.91L9.85 8.44L11.81 8.05M4 20V12H20V13.09C20.72 13.21 21.39 13.46 22 13.81V10H2V20C2 21.11 2.9 22 4 22H13.81C13.46 21.39 13.22 20.72 13.09 20H4M23 17.89L20.11 17.64L19 15L17.87 17.64L15 17.89L17.18 19.77L16.5 22.58L19 21.09L21.45 22.58L20.8 19.77L23 17.89Z\" /></svg></li><li title=\"movie open star \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-movie-open-star\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.65 6.5L16.91 2.96L20.84 2.18L21.62 6.1L19.65 6.5M16.71 7.07L13.97 3.54L12 3.93L14.75 7.46L16.71 7.07M19 13C20.1 13 21.12 13.3 22 13.81V10H2V20C2 21.11 2.9 22 4 22H13.81C13.3 21.12 13 20.1 13 19C13 15.69 15.69 13 19 13M4.16 5.5L3.18 5.69C2.1 5.91 1.4 6.96 1.61 8.04L2 10L6.9 9.03L4.16 5.5M11.81 8.05L9.07 4.5L7.1 4.91L9.85 8.44L11.81 8.05M23 17.89L20.11 17.64L19 15L17.87 17.64L15 17.89L17.18 19.77L16.5 22.58L19 21.09L21.45 22.58L20.8 19.77L23 17.89Z\" /></svg></li><li title=\"movie open \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-movie-open\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.84 2.18L16.91 2.96L19.65 6.5L21.62 6.1L20.84 2.18M13.97 3.54L12 3.93L14.75 7.46L16.71 7.07L13.97 3.54M9.07 4.5L7.1 4.91L9.85 8.44L11.81 8.05L9.07 4.5M4.16 5.5L3.18 5.69A2 2 0 0 0 1.61 8.04L2 10L6.9 9.03L4.16 5.5M2 10V20C2 21.11 2.9 22 4 22H20C21.11 22 22 21.11 22 20V10H2Z\" /></svg></li><li title=\"movie outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-movie-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5.76,10H20V18H4V6.47M22,4H18L20,8H17L15,4H13L15,8H12L10,4H8L10,8H7L5,4H4A2,2 0 0,0 2,6V18A2,2 0 0,0 4,20H20A2,2 0 0,0 22,18V4Z\" /></svg></li><li title=\"movie play outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-movie-play-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 4V13.81C21.39 13.46 20.72 13.22 20 13.09V10H5.76L4 6.47V18H13.09C13.04 18.33 13 18.66 13 19C13 19.34 13.04 19.67 13.09 20H4C2.9 20 2 19.11 2 18V6C2 4.89 2.9 4 4 4H5L7 8H10L8 4H10L12 8H15L13 4H15L17 8H20L18 4H22M17 22L22 19L17 16V22Z\" /></svg></li><li title=\"movie play \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-movie-play\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 4V13.81C21.12 13.3 20.1 13 19 13C15.69 13 13 15.69 13 19C13 19.34 13.04 19.67 13.09 20H4C2.9 20 2 19.11 2 18V6C2 4.89 2.9 4 4 4H5L7 8H10L8 4H10L12 8H15L13 4H15L17 8H20L18 4H22M17 22L22 19L17 16V22Z\" /></svg></li><li title=\"movie plus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-movie-plus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 19C13 19.34 13.04 19.67 13.09 20H4C2.9 20 2 19.11 2 18V6C2 4.89 2.9 4 4 4H5L7 8H10L8 4H10L12 8H15L13 4H15L17 8H20L18 4H22V13.81C21.39 13.46 20.72 13.22 20 13.09V10H5.76L4 6.47V18H13.09C13.04 18.33 13 18.66 13 19M20 18V15H18V18H15V20H18V23H20V20H23V18H20Z\" /></svg></li><li title=\"movie plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-movie-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 19C13 19.34 13.04 19.67 13.09 20H4C2.9 20 2 19.11 2 18V6C2 4.89 2.9 4 4 4H5L7 8H10L8 4H10L12 8H15L13 4H15L17 8H20L18 4H22V13.81C21.12 13.3 20.1 13 19 13C15.69 13 13 15.69 13 19M20 18V15H18V18H15V20H18V23H20V20H23V18H20Z\" /></svg></li><li title=\"movie remove outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-movie-remove-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 19C13 19.34 13.04 19.67 13.09 20H4C2.9 20 2 19.11 2 18V6C2 4.89 2.9 4 4 4H5L7 8H10L8 4H10L12 8H15L13 4H15L17 8H20L18 4H22V13.81C21.39 13.46 20.72 13.22 20 13.09V10H5.76L4 6.47V18H13.09C13.04 18.33 13 18.66 13 19M22.54 16.88L21.12 15.47L19 17.59L16.88 15.47L15.47 16.88L17.59 19L15.47 21.12L16.88 22.54L19 20.41L21.12 22.54L22.54 21.12L20.41 19L22.54 16.88Z\" /></svg></li><li title=\"movie remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-movie-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 19C13 19.34 13.04 19.67 13.09 20H4C2.9 20 2 19.11 2 18V6C2 4.89 2.9 4 4 4H5L7 8H10L8 4H10L12 8H15L13 4H15L17 8H20L18 4H22V13.81C21.12 13.3 20.1 13 19 13C15.69 13 13 15.69 13 19M22.54 16.88L21.12 15.47L19 17.59L16.88 15.47L15.47 16.88L17.59 19L15.47 21.12L16.88 22.54L19 20.41L21.12 22.54L22.54 21.12L20.41 19L22.54 16.88Z\" /></svg></li><li title=\"movie roll \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-movie-roll\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A2.5,2.5 0 0,0 9.5,6.5A2.5,2.5 0 0,0 12,9A2.5,2.5 0 0,0 14.5,6.5A2.5,2.5 0 0,0 12,4M4.4,9.53C3.97,10.84 4.69,12.25 6,12.68C7.32,13.1 8.73,12.39 9.15,11.07C9.58,9.76 8.86,8.35 7.55,7.92C6.24,7.5 4.82,8.21 4.4,9.53M19.61,9.5C19.18,8.21 17.77,7.5 16.46,7.92C15.14,8.34 14.42,9.75 14.85,11.07C15.28,12.38 16.69,13.1 18,12.67C19.31,12.25 20.03,10.83 19.61,9.5M7.31,18.46C8.42,19.28 10,19.03 10.8,17.91C11.61,16.79 11.36,15.23 10.24,14.42C9.13,13.61 7.56,13.86 6.75,14.97C5.94,16.09 6.19,17.65 7.31,18.46M16.7,18.46C17.82,17.65 18.07,16.09 17.26,14.97C16.45,13.85 14.88,13.6 13.77,14.42C12.65,15.23 12.4,16.79 13.21,17.91C14,19.03 15.59,19.27 16.7,18.46M12,10.5A1.5,1.5 0 0,0 10.5,12A1.5,1.5 0 0,0 12,13.5A1.5,1.5 0 0,0 13.5,12A1.5,1.5 0 0,0 12,10.5Z\" /></svg></li><li title=\"movie search outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-movie-search-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11 20H4C2.9 20 2 19.1 2 18V6C2 4.9 2.9 4 4 4H5L7 8H10L8 4H10L12 8H15L13 4H15L17 8H20L18 4H22V13C21.5 12.2 20.8 11.5 20 11V10H5.8L4 6.5V18H10.2C10.4 18.7 10.6 19.4 11 20M20.3 18.9C20.7 18.2 21 17.4 21 16.5C21 14 19 12 16.5 12S12 14 12 16.5 14 21 16.5 21C17.4 21 18.2 20.8 18.9 20.3L22 23.4L23.4 22L20.3 18.9M16.5 19C15.1 19 14 17.9 14 16.5S15.1 14 16.5 14 19 15.1 19 16.5 17.9 19 16.5 19Z\" /></svg></li><li title=\"movie search \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-movie-search\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.03 20H4C2.9 20 2 19.1 2 18L2 6C2 4.9 2.9 4 4 4H5L7 8H10L8 4H10L12 8H15L13 4H15L17 8H20L18 4H22V13.05C20.85 11.22 18.82 10 16.5 10C12.92 10 10 12.92 10 16.5C10 17.79 10.38 19 11.03 20M23.39 22L22 23.39L18.88 20.32C18.19 20.75 17.37 21 16.5 21C14 21 12 19 12 16.5S14 12 16.5 12 21 14 21 16.5C21 17.38 20.75 18.21 20.31 18.9L23.39 22M19 16.5C19 15.12 17.88 14 16.5 14S14 15.12 14 16.5 15.12 19 16.5 19 19 17.88 19 16.5Z\" /></svg></li><li title=\"movie settings outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-movie-settings-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 4L20 8H17L15 4H13L15 8H12L10 4H8L10 8H7L5 4H4C2.9 4 2 4.89 2 6V18C2 19.11 2.9 20 4 20H20C21.11 20 22 19.11 22 18V4H18M20 18H4V6.47L5.76 10H20V18M11 22H13V24H11V22M7 22H9V24H7V22M15 22H17V24H15V22Z\" /></svg></li><li title=\"movie settings \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-movie-settings\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 4V18C22 19.11 21.11 20 20 20H4C2.9 20 2 19.11 2 18V6C2 4.89 2.9 4 4 4H5L7 8H10L8 4H10L12 8H15L13 4H15L17 8H20L18 4H22M7 24H9V22H7V24M11 24H13V22H11V24M15 24H17V22H15V24Z\" /></svg></li><li title=\"movie star outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-movie-star-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 19C13 19.34 13.04 19.67 13.09 20H4C2.9 20 2 19.11 2 18V6C2 4.89 2.9 4 4 4H5L7 8H10L8 4H10L12 8H15L13 4H15L17 8H20L18 4H22V13.81C21.39 13.46 20.72 13.22 20 13.09V10H5.76L4 6.47V18H13.09C13.04 18.33 13 18.66 13 19M23 17.89L20.11 17.64L19 15L17.87 17.64L15 17.89L17.18 19.77L16.5 22.58L19 21.09L21.45 22.58L20.8 19.77L23 17.89Z\" /></svg></li><li title=\"movie star \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-movie-star\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 19C13 19.34 13.04 19.67 13.09 20H4C2.9 20 2 19.11 2 18V6C2 4.89 2.9 4 4 4H5L7 8H10L8 4H10L12 8H15L13 4H15L17 8H20L18 4H22V13.81C21.12 13.3 20.1 13 19 13C15.69 13 13 15.69 13 19M23 17.89L20.11 17.64L19 15L17.87 17.64L15 17.89L17.18 19.77L16.5 22.58L19 21.09L21.45 22.58L20.8 19.77L23 17.89Z\" /></svg></li><li title=\"movie \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-movie\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18,4L20,8H17L15,4H13L15,8H12L10,4H8L10,8H7L5,4H4A2,2 0 0,0 2,6V18A2,2 0 0,0 4,20H20A2,2 0 0,0 22,18V4H18Z\" /></svg></li><li title=\"mower bag \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-mower-bag\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.95 14L10.82 12H14.76C15.5 12 16.21 12.43 16.55 13.11L17 14H11.95M23 18C23 19.66 21.66 21 20 21C18.7 21 17.6 20.16 17.18 19H11.65C11.09 20.18 9.89 21 8.5 21S5.91 20.18 5.35 19H2C1.45 19 1 18.55 1 18V11C1 10.67 1.17 10.36 1.44 10.17C1.71 10 2.06 9.95 2.37 10.07L7.43 12.09L3.42 5H1V3H4.58L11.37 15H20C21.66 15 23 16.34 23 18M7.34 14.21L3 12.5V17H5.05C5.24 15.7 6.13 14.64 7.34 14.21M10 17.5C10 16.67 9.33 16 8.5 16S7 16.67 7 17.5 7.67 19 8.5 19 10 18.33 10 17.5M21 18C21 17.45 20.55 17 20 17S19 17.45 19 18 19.45 19 20 19 21 18.55 21 18Z\" /></svg></li><li title=\"mower \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-mower\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.5 14C17.55 14 16.69 14.38 16.06 15H9.39L5.74 3H2V5H4.26L7 14.05C6.85 14.03 6.68 14 6.5 14C4.57 14 3 15.57 3 17.5S4.57 21 6.5 21C7.89 21 9.09 20.18 9.65 19H15.35C15.91 20.18 17.11 21 18.5 21C20.43 21 22 19.43 22 17.5S20.43 14 18.5 14M6.5 19C5.67 19 5 18.33 5 17.5S5.67 16 6.5 16 8 16.67 8 17.5 7.33 19 6.5 19M18.5 19C17.67 19 17 18.33 17 17.5S17.67 16 18.5 16 20 16.67 20 17.5 19.33 19 18.5 19M10.13 14L9.53 12H12.76C13.5 12 14.21 12.43 14.55 13.11L15 14H10.13Z\" /></svg></li><li title=\"muffin \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-muffin\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,5C16,5 15,2 12,2C9,2 8,5 8,5C6,5 4,7 4,9C1.3,9 1.3,13 4,13H20C22.7,13 22.7,9 20,9C20,7 18,5 16,5M5,15L7,22H9L8,15H5M10,15L11,22H13L14,15H10M16,15L15,22H17L19,15H16Z\" /></svg></li><li title=\"multicast \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-multicast\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17 2V4H12C10.9 4 10 4.89 10 6V9H12V6H17V8L20 5L17 2M17 9V11H6.73C6.37 10.38 5.71 10 5 10C3.9 10 3 10.9 3 12S3.9 14 5 14C5.71 14 6.37 13.62 6.73 13H17V15L20 12L17 9M10 15V18C10 19.11 10.9 20 12 20H17V22L20 19L17 16V18H12V15H10Z\" /></svg></li><li title=\"multiplication box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-multiplication-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,3A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5C3.89,21 3,20.1 3,19V5C3,3.89 3.89,3 5,3H19M11,17H13V13.73L15.83,15.36L16.83,13.63L14,12L16.83,10.36L15.83,8.63L13,10.27V7H11V10.27L8.17,8.63L7.17,10.36L10,12L7.17,13.63L8.17,15.36L11,13.73V17Z\" /></svg></li><li title=\"multiplication \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-multiplication\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,3H13V10.27L19.29,6.64L20.29,8.37L14,12L20.3,15.64L19.3,17.37L13,13.72V21H11V13.73L4.69,17.36L3.69,15.63L10,12L3.72,8.36L4.72,6.63L11,10.26V3Z\" /></svg></li><li title=\"mushroom off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-mushroom-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.1 21.5L2.4 1.7L1.1 3L4.1 6C2.8 7.6 2 9.7 2 12C2 13.1 2.9 14 4 14H12.1L13.1 15H9L8 18.5L7.7 19.5C7.4 20.6 8.1 21.7 9.1 21.9L9.7 22H14.4C15.5 22 16.4 21.1 16.4 20L16.3 19.5L16 18.5L15.8 17.6L20.9 22.7L22.1 21.5M4 12C4 10.3 4.6 8.7 5.5 7.4L6.2 8.1C6.1 8.4 6 8.7 6 9C6 10.1 6.9 11 8 11C8.3 11 8.6 10.9 8.9 10.8L10.1 12H4M9.7 20L10 19L10.6 17H13.6L14.2 19L14.5 20H9.7M16 11C14.9 11 14 10.1 14 9S14.9 7 16 7 18 7.9 18 9 17.1 11 16 11M8.2 5L6.7 3.5C8.3 2.6 10.1 2 12 2C17.5 2 22 6.5 22 12C22 13.1 21.1 14 20 14H17.2L15.2 12H20C20 8.3 17.4 5.1 14 4.2C13.9 5.2 13 6 12 6S10.1 5.2 10 4.2C9.4 4.4 8.7 4.7 8.2 5Z\" /></svg></li><li title=\"mushroom off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-mushroom-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.1 21.5L2.4 1.7L1.1 3L4.1 6C2.8 7.6 2 9.7 2 12C2 13.1 2.9 14 4 14H12.1L13.1 15H9L7.7 19.5V20C7.7 21.1 8.6 22 9.7 22H14.4C15.5 22 16.4 21.1 16.4 20L16.3 19.5L15.8 17.7L20.9 22.8L22.1 21.5M7 12C5.9 12 5 11.1 5 10C5 9.2 5.5 8.4 6.3 8.1L8.9 10.7C8.6 11.5 7.8 12 7 12M10 6C10 4.9 10.9 4 12 4S14 4.9 14 6 13.1 8 12 8C11.5 8 11.1 7.8 10.7 7.5L17.2 14H20C21.1 14 22 13.1 22 12C22 6.5 17.5 2 12 2C10.1 2 8.3 2.6 6.7 3.5L10.4 7.2C10.2 6.9 10 6.5 10 6M17 8C18.1 8 19 8.9 19 10S18.1 12 17 12 15 11.1 15 10 15.9 8 17 8Z\" /></svg></li><li title=\"mushroom outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-mushroom-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,12H20C20,8.27 17.44,5.13 14,4.25C13.86,5.24 13,6 12,6C11,6 10.14,5.24 10,4.25C6.56,5.13 4,8.27 4,12M12,2A10,10 0 0,1 22,12A2,2 0 0,1 20,14H4A2,2 0 0,1 2,12A10,10 0 0,1 12,2M13.5,17H10.5L9.92,19L9.65,20H14.35L14.08,19L13.5,17M15,15L16,18.5L16.27,19.45L16.35,20C16.35,21.1 15.45,22 14.35,22H9.65L9.17,21.94C8.1,21.66 7.45,20.57 7.73,19.5L8,18.5L9,15H15M16,7A2,2 0 0,1 18,9A2,2 0 0,1 16,11A2,2 0 0,1 14,9A2,2 0 0,1 16,7M8,7A2,2 0 0,1 10,9A2,2 0 0,1 8,11A2,2 0 0,1 6,9A2,2 0 0,1 8,7Z\" /></svg></li><li title=\"mushroom \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-mushroom\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,1 22,12A2,2 0 0,1 20,14H4A2,2 0 0,1 2,12A10,10 0 0,1 12,2M12,8A2,2 0 0,0 14,6A2,2 0 0,0 12,4A2,2 0 0,0 10,6A2,2 0 0,0 12,8M17,12A2,2 0 0,0 19,10A2,2 0 0,0 17,8A2,2 0 0,0 15,10A2,2 0 0,0 17,12M7,12A2,2 0 0,0 9,10A2,2 0 0,0 7,8A2,2 0 0,0 5,10A2,2 0 0,0 7,12M15,15L16.27,19.45L16.35,20C16.35,21.1 15.45,22 14.35,22H9.65A2,2 0 0,1 7.65,20L7.73,19.45L9,15H15Z\" /></svg></li><li title=\"music accidental double flat \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-music-accidental-double-flat\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.5 9C14.8 9 14.11 9.28 13.5 9.67V5H11.5V9.62C11.04 9.24 10.39 9 9.5 9C8.8 9 8.11 9.28 7.5 9.67V5H5.5V19C8.5 17.32 10.43 15.79 11.5 14.41V19C16.36 16.26 18.5 13.91 18.5 12C18.5 10.59 17.79 9 15.5 9M7.5 15.38V12.26C8.12 11.59 8.95 11 9.5 11C10.09 11 10.5 11.07 10.5 12C10.5 12.15 10.4 13.3 7.5 15.38M13.5 15.38V12.26C14.12 11.59 14.95 11 15.5 11C16.09 11 16.5 11.07 16.5 12C16.5 12.15 16.4 13.3 13.5 15.38Z\" /></svg></li><li title=\"music accidental double sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-music-accidental-double-sharp\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.41 10H17V7H14V8.59L12 10.59L10 8.59V7H7V10H8.59L10.59 12L8.59 14H7V17H10V15.41L12 13.41L14 15.41V17H17V14H15.41L13.41 12L15.41 10Z\" /></svg></li><li title=\"music accidental flat \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-music-accidental-flat\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8.5 19C13.36 16.26 15.5 13.91 15.5 12C15.5 10.59 14.79 9 12.5 9C11.8 9 11.11 9.28 10.5 9.67V5H8.5M10.5 15.38V12.26C11.12 11.59 11.95 11 12.5 11C13.09 11 13.5 11.07 13.5 12C13.5 12.15 13.4 13.3 10.5 15.38Z\" /></svg></li><li title=\"music accidental natural \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-music-accidental-natural\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10 8.75V3.5H8V17.5L14 15.25V20.5H16V6.5L10 8.75M14 13.25L10 14.75V10.75L14 9.25V13.25Z\" /></svg></li><li title=\"music accidental sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-music-accidental-sharp\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17 9.5V7.5L15 8.1V5.5H13V8.7L11 9.3V6.5H9V9.9L7 10.5V12.5L9 11.9V13.9L7 14.5V16.5L9 15.9V18.5H11V15.3L13 14.7V17.5H15V14.1L17 13.5V11.5L15 12.1V10.1L17 9.5M13 12.7L11 13.3V11.3L13 10.7V12.7Z\" /></svg></li><li title=\"music box multiple outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-music-box-multiple-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,2H8A2,2 0 0,0 6,4V16A2,2 0 0,0 8,18H20A2,2 0 0,0 22,16V4A2,2 0 0,0 20,2M20,16H8V4H20M12.5,15A2.5,2.5 0 0,0 15,12.5V7H18V5H14V10.5C13.58,10.19 13.07,10 12.5,10A2.5,2.5 0 0,0 10,12.5A2.5,2.5 0 0,0 12.5,15M4,6H2V20A2,2 0 0,0 4,22H18V20H4\" /></svg></li><li title=\"music box multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-music-box-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,6H2V20A2,2 0 0,0 4,22H18V20H4M18,7H15V12.5A2.5,2.5 0 0,1 12.5,15A2.5,2.5 0 0,1 10,12.5A2.5,2.5 0 0,1 12.5,10C13.07,10 13.58,10.19 14,10.5V5H18M20,2H8A2,2 0 0,0 6,4V16A2,2 0 0,0 8,18H20A2,2 0 0,0 22,16V4A2,2 0 0,0 20,2Z\" /></svg></li><li title=\"music box outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-music-box-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,9H13V14.5A2.5,2.5 0 0,1 10.5,17A2.5,2.5 0 0,1 8,14.5A2.5,2.5 0 0,1 10.5,12C11.07,12 11.58,12.19 12,12.5V7H16V9M19,3A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3H19M5,5V19H19V5H5Z\" /></svg></li><li title=\"music box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-music-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,9H13V14.5A2.5,2.5 0 0,1 10.5,17A2.5,2.5 0 0,1 8,14.5A2.5,2.5 0 0,1 10.5,12C11.07,12 11.58,12.19 12,12.5V7H16M19,3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3Z\" /></svg></li><li title=\"music circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-music-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,9H13V14.5A2.5,2.5 0 0,1 10.5,17A2.5,2.5 0 0,1 8,14.5A2.5,2.5 0 0,1 10.5,12C11.07,12 11.58,12.19 12,12.5V7H16V9M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z\" /></svg></li><li title=\"music circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-music-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,9V7H12V12.5C11.58,12.19 11.07,12 10.5,12A2.5,2.5 0 0,0 8,14.5A2.5,2.5 0 0,0 10.5,17A2.5,2.5 0 0,0 13,14.5V9H16M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2Z\" /></svg></li><li title=\"music clef alto \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-music-clef-alto\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5 4H7V20H5M15.46 13H14.83L13.83 12L14.83 11H15.46A3.5 3.5 0 1 0 11.96 7.5H13.96A1.5 1.5 0 1 1 15.46 9H14L12 11H11V4H9V20H11V13H12L14 15H15.46A1.5 1.5 0 1 1 13.96 16.5H11.96A3.5 3.5 0 1 0 15.46 13Z\" /></svg></li><li title=\"music clef bass \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-music-clef-bass\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.5 5A1.5 1.5 0 1 1 17 6.5A1.5 1.5 0 0 1 18.5 5M18.5 11A1.5 1.5 0 1 1 17 12.5A1.5 1.5 0 0 1 18.5 11M10 4A5 5 0 0 0 5 9V10A2 2 0 1 0 7.18 8A3 3 0 0 1 10 6A4 4 0 0 1 14 10C14 13.59 11.77 16.19 7 18.2L7.76 20.04C13.31 17.72 16 14.43 16 10A6 6 0 0 0 10 4Z\" /></svg></li><li title=\"music clef treble \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-music-clef-treble\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 11V7.5L15.2 5.29C16 4.5 16.15 3.24 15.59 2.26C15.14 1.47 14.32 1 13.45 1C13.24 1 13 1.03 12.81 1.09C11.73 1.38 11 2.38 11 3.5V6.74L7.86 9.91C6.2 11.6 5.7 14.13 6.61 16.34C7.38 18.24 9.06 19.55 11 19.89V20.5C11 20.76 10.77 21 10.5 21H9V23H10.5C11.85 23 13 21.89 13 20.5V20C15.03 20 17.16 18.08 17.16 15.25C17.16 12.95 15.24 11 13 11M13 3.5C13 3.27 13.11 3.09 13.32 3.03C13.54 2.97 13.77 3.06 13.88 3.26C14 3.46 13.96 3.71 13.8 3.87L13 4.73V3.5M11 11.5C10.03 12.14 9.3 13.24 9.04 14.26L11 14.78V17.83C9.87 17.53 8.9 16.71 8.43 15.57C7.84 14.11 8.16 12.45 9.26 11.33L11 9.5V11.5M13 18V12.94C14.17 12.94 15.18 14.04 15.18 15.25C15.18 17 13.91 18 13 18Z\" /></svg></li><li title=\"music note bluetooth off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-music-note-bluetooth-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 9.85L19.14 7H18.64V10.79L16.35 8.5L15.64 9.21L18.43 12L15.64 14.79L16.35 15.5L18.64 13.21V17H19.14L22 14.15L19.85 12L22 9.85M19.64 8.91L20.58 9.85L19.64 10.79V8.91M20.58 14.15L19.64 15.09V13.21L20.58 14.15M1.96 3L.687 4.27L9.69 13.27V13.55C9.1 13.21 8.42 13 7.69 13C5.5 13 3.69 14.79 3.69 17S5.5 21 7.69 21 11.69 19.21 11.69 17V15.27L17.42 21L18.69 19.73L1.96 3M11.69 7H15.69V3H9.69V8.18L11.69 10.18V7Z\" /></svg></li><li title=\"music note bluetooth \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-music-note-bluetooth\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 9.85L19.14 7H18.64V10.79L16.35 8.5L15.64 9.21L18.43 12L15.64 14.79L16.35 15.5L18.64 13.21V17H19.14L22 14.15L19.85 12L22 9.85M19.64 8.91L20.58 9.85L19.64 10.79V8.91M20.58 14.15L19.64 15.09V13.21L20.58 14.15M9.64 3V13.55C9.05 13.21 8.37 13 7.64 13C5.43 13 3.64 14.79 3.64 17S5.43 21 7.64 21 11.64 19.21 11.64 17V7H15.64V3H9.64Z\" /></svg></li><li title=\"music note eighth dotted \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-music-note-eighth-dotted\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 3V13.55A4 4 0 1 0 14 17V7H18V3M16.5 20A1.5 1.5 0 1 1 18 18.5A1.5 1.5 0 0 1 16.5 20Z\" /></svg></li><li title=\"music note eighth \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-music-note-eighth\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 3V13.55C11.41 13.21 10.73 13 10 13C7.79 13 6 14.79 6 17S7.79 21 10 21 14 19.21 14 17V7H18V3H12Z\" /></svg></li><li title=\"music note half dotted \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-music-note-half-dotted\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14 3H12V13.56A3.96 3.96 0 0 0 10 13A4 4 0 1 0 14 17V3M10 19A2 2 0 1 1 12 17A2 2 0 0 1 10 19M16.5 20A1.5 1.5 0 1 1 18 18.5A1.5 1.5 0 0 1 16.5 20Z\" /></svg></li><li title=\"music note half \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-music-note-half\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16 3H14V13.56A3.96 3.96 0 0 0 12 13A4 4 0 1 0 16 17V3M12 19A2 2 0 1 1 14 17A2 2 0 0 1 12 19Z\" /></svg></li><li title=\"music note off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-music-note-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14 7H18V3H12V7.61L14 9.61M12 10.44L4.41 2.86L3 4.27L12 13.27V13.55A3.94 3.94 0 0 0 8.67 13.23A4 4 0 0 0 10.65 20.95A4.1 4.1 0 0 0 14 16.85V15.27L19.73 21L21.14 19.59M10 19A2 2 0 1 1 12 17A2 2 0 0 1 10 19Z\" /></svg></li><li title=\"music note off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-music-note-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4.27 3L3 4.27L12 13.27V13.55C11.41 13.21 10.73 13 10 13C7.79 13 6 14.79 6 17S7.79 21 10 21 14 19.21 14 17V15.27L19.73 21L21 19.73L4.27 3M14 7H18V3H12V8.18L14 10.18Z\" /></svg></li><li title=\"music note outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-music-note-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 3V13.55A4 4 0 1 0 14 17V7H18V3M10 19A2 2 0 1 1 12 17A2 2 0 0 1 10 19Z\" /></svg></li><li title=\"music note plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-music-note-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17 9V12H14V14H17V17H19V14H22V12H19V9H17M9 3V13.55C8.41 13.21 7.73 13 7 13C4.79 13 3 14.79 3 17S4.79 21 7 21 11 19.21 11 17V7H15V3H9Z\" /></svg></li><li title=\"music note quarter dotted \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-music-note-quarter-dotted\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 13V13.56A3.96 3.96 0 0 0 10 13A4 4 0 1 0 14 17V3H12M16.5 17A1.5 1.5 0 1 1 15 18.5A1.5 1.5 0 0 1 16.5 17Z\" /></svg></li><li title=\"music note quarter \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-music-note-quarter\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14 3V13.56C13.41 13.21 12.73 13 12 13C9.79 13 8 14.79 8 17S9.79 21 12 21 16 19.21 16 17V3H14Z\" /></svg></li><li title=\"music note sixteenth dotted \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-music-note-sixteenth-dotted\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 18.5A1.5 1.5 0 1 1 16.5 17A1.5 1.5 0 0 1 18 18.5M18 7V3H12V13.55A4 4 0 1 0 14 17V11H18V8H14V7Z\" /></svg></li><li title=\"music note sixteenth \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-music-note-sixteenth\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 7V3H12V13.55C11.41 13.21 10.73 13 10 13C7.79 13 6 14.79 6 17S7.79 21 10 21 14 19.21 14 17V11H18V8H14V7H18Z\" /></svg></li><li title=\"music note whole dotted \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-music-note-whole-dotted\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10 15A2 2 0 1 1 8 17A2 2 0 0 1 10 15M10 13A4 4 0 1 0 14 17A4 4 0 0 0 10 13M16.5 17A1.5 1.5 0 1 1 15 18.5A1.5 1.5 0 0 1 16.5 17Z\" /></svg></li><li title=\"music note whole \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-music-note-whole\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 15A2 2 0 1 1 10 17A2 2 0 0 1 12 15M12 13A4 4 0 1 0 16 17A4 4 0 0 0 12 13Z\" /></svg></li><li title=\"music note \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-music-note\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 3V13.55C11.41 13.21 10.73 13 10 13C7.79 13 6 14.79 6 17S7.79 21 10 21 14 19.21 14 17V7H18V3H12Z\" /></svg></li><li title=\"music off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-music-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,5.27L3.28,4L20,20.72L18.73,22L9,12.27V17.5A3.5,3.5 0 0,1 5.5,21A3.5,3.5 0 0,1 2,17.5A3.5,3.5 0 0,1 5.5,14C6.04,14 6.55,14.12 7,14.34V10.27L2,5.27M21,3V15.5C21,16.5 20.57,17.42 19.88,18.06L14.94,13.12C15.58,12.43 16.5,12 17.5,12C18.04,12 18.55,12.12 19,12.34V6.47L10.17,8.35L7.66,5.84L21,3Z\" /></svg></li><li title=\"music rest eighth \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-music-rest-eighth\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14 6A5.56 5.56 0 0 1 10.95 7.86A1.5 1.5 0 1 0 9.5 9H9.74A6.32 6.32 0 0 0 13.25 7.93L10 18H12L16 6Z\" /></svg></li><li title=\"music rest half \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-music-rest-half\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6 14H8V10H16V14H18V15H6V14Z\" /></svg></li><li title=\"music rest quarter \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-music-rest-quarter\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.71 16.81C10.91 17.6 10.88 18.84 11.64 19.58L10.19 21C8.66 19.5 8.72 17.03 10.32 15.46C10.85 14.94 11.5 14.61 12.16 14.42L9 11.34L10.45 9.92L10.82 9.57C11.82 8.59 11.85 7.04 10.9 6.11L9.16 4.42L10.62 3L14.78 7.06C15.54 7.81 15.5 9.05 14.71 9.83L12.53 11.95L16 15.33L15.61 15.72C15.11 16.21 14.38 16.46 13.72 16.28C13.04 16.1 12.26 16.28 11.71 16.81Z\" /></svg></li><li title=\"music rest sixteenth \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-music-rest-sixteenth\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15 3A5.56 5.56 0 0 1 11.95 4.86A1.5 1.5 0 1 0 10.5 6H10.74A6.32 6.32 0 0 0 14.25 4.93L12.9 9.1A5.56 5.56 0 0 1 9.95 10.86A1.5 1.5 0 1 0 8.5 12H8.74A6.32 6.32 0 0 0 12.25 10.93L9 21H11L17 3Z\" /></svg></li><li title=\"music rest whole \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-music-rest-whole\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 10H16V14H8V10H6V9H18V10Z\" /></svg></li><li title=\"music \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-music\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,3V15.5A3.5,3.5 0 0,1 17.5,19A3.5,3.5 0 0,1 14,15.5A3.5,3.5 0 0,1 17.5,12C18.04,12 18.55,12.12 19,12.34V6.47L9,8.6V17.5A3.5,3.5 0 0,1 5.5,21A3.5,3.5 0 0,1 2,17.5A3.5,3.5 0 0,1 5.5,14C6.04,14 6.55,14.12 7,14.34V6L21,3Z\" /></svg></li><li title=\"mustache \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-mustache\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 12C19 12 18 9 15 9S12 11 12 11 12 9 9 9 5 12 3 12C2 12 1 11 1 11S2 16 6 16C11 16 12 13 12 13S13 16 18 16C22 16 23 11 23 11S22 12 21 12Z\" /></svg></li><li title=\"nail \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-nail\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.5,5V16L12,22L10.5,16V5H13.5M17,2H7V4H17V2Z\" /></svg></li><li title=\"nas \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-nas\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,5C2.89,5 2,5.89 2,7V17C2,18.11 2.89,19 4,19H20C21.11,19 22,18.11 22,17V7C22,5.89 21.11,5 20,5H4M4.5,7A1,1 0 0,1 5.5,8A1,1 0 0,1 4.5,9A1,1 0 0,1 3.5,8A1,1 0 0,1 4.5,7M7,7H20V17H7V7M8,8V16H11V8H8M12,8V16H15V8H12M16,8V16H19V8H16M9,9H10V10H9V9M13,9H14V10H13V9M17,9H18V10H17V9Z\" /></svg></li><li title=\"nativescript \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-nativescript\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.5,3H16.5C19,3 21,5 21,7.5V16.5C21,19 19,21 16.5,21H7.5C5,21 3,19 3,16.5V7.5C3,5 5,3 7.5,3M6,13.5V16.5A1.5,1.5 0 0,0 7.5,18H9V10.5L15,18H16.5A1.5,1.5 0 0,0 18,16.5V13.5A1.5,1.5 0 0,1 19.5,12A1.5,1.5 0 0,1 18,10.5V7.5A1.5,1.5 0 0,0 16.5,6H15V13.5L9,6H7.5A1.5,1.5 0 0,0 6,7.5V10.5A1.5,1.5 0 0,1 4.5,12A1.5,1.5 0 0,1 6,13.5Z\" /></svg></li><li title=\"nature people \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-nature-people\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4.5,11A1.5,1.5 0 0,0 6,9.5A1.5,1.5 0 0,0 4.5,8A1.5,1.5 0 0,0 3,9.5A1.5,1.5 0 0,0 4.5,11M22.17,9.17C22.17,5.3 19.04,2.17 15.17,2.17A7,7 0 0,0 8.17,9.17C8.17,12.64 10.69,15.5 14,16.06V20H6V17H7V13A1,1 0 0,0 6,12H3A1,1 0 0,0 2,13V17H3V22H19V20H16V16.12C19.47,15.71 22.17,12.76 22.17,9.17Z\" /></svg></li><li title=\"nature \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-nature\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,16.12C16.47,15.71 19.17,12.76 19.17,9.17C19.17,5.3 16.04,2.17 12.17,2.17A7,7 0 0,0 5.17,9.17C5.17,12.64 7.69,15.5 11,16.06V20H5V22H19V20H13V16.12Z\" /></svg></li><li title=\"navigation outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-navigation-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 7.3L16.3 17.7L12.8 16.2L12 15.8L11.2 16.2L7.7 17.7L12 7.3M12 2L4.5 20.3L5.2 21L12 18L18.8 21L19.5 20.3L12 2Z\" /></svg></li><li title=\"navigation variant outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-navigation-variant-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17.27 6.73L13.03 16.86L11.71 13.44L11.39 12.61L10.57 12.29L7.14 10.96L17.27 6.73M21 3L3 10.53V11.5L9.84 14.16L12.5 21H13.46L21 3Z\" /></svg></li><li title=\"navigation variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-navigation-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 3L3 10.53V11.5L9.84 14.16L12.5 21H13.46L21 3Z\" /></svg></li><li title=\"navigation \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-navigation\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2L4.5,20.29L5.21,21L12,18L18.79,21L19.5,20.29L12,2Z\" /></svg></li><li title=\"near me \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-near-me\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,3L3,10.53V11.5L9.84,14.16L12.5,21H13.46L21,3Z\" /></svg></li><li title=\"necklace \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-necklace\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.5 5H19.5C19.5 9.14 16.14 12.5 12 12.5C7.86 12.5 4.5 9.14 4.5 5H2.5C2.55 10.11 6.59 14.29 11.7 14.5C11.1 15.4 10 17.2 10 18C10 20.67 14 20.67 14 18C14 17.2 12.9 15.4 12.3 14.5C17.41 14.29 21.45 10.11 21.5 5Z\" /></svg></li><li title=\"needle off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-needle-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.1 21.5L2.4 1.7L1.1 3L8 9.9L4.1 13.8L6.2 15.9L3.1 19V21.8L7.6 17.3L9.7 19.4L13.6 15.5L20.8 22.7L22.1 21.5M11.2 15.2L9.8 16.6L7 13.8L9.5 11.3L10.9 12.7L9.8 13.8L11.2 15.2M11.9 8.7L10.5 7.3L14 3.9L16.1 6L17.5 4.6L16.1 3.2L17.5 1.8L21.8 6L20.4 7.4L18.9 6L17.5 7.4L19.6 9.5L16.2 13L13.4 10.2L14 9.5L15.4 10.9L16.8 9.5L14 6.7L11.9 8.7Z\" /></svg></li><li title=\"needle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-needle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.15,15.18L9.73,13.77L11.15,12.35L12.56,13.77L13.97,12.35L12.56,10.94L13.97,9.53L15.39,10.94L16.8,9.53L13.97,6.7L6.9,13.77L9.73,16.6L11.15,15.18M3.08,19L6.2,15.89L4.08,13.77L13.97,3.87L16.1,6L17.5,4.58L16.1,3.16L17.5,1.75L21.75,6L20.34,7.4L18.92,6L17.5,7.4L19.63,9.53L9.73,19.42L7.61,17.3L3.08,21.84V19Z\" /></svg></li><li title=\"netflix \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-netflix\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6.5,2H10.5L13.44,10.83L13.5,2H17.5V22C16.25,21.78 14.87,21.64 13.41,21.58L10.5,13L10.43,21.59C9.03,21.65 7.7,21.79 6.5,22V2Z\" /></svg></li><li title=\"network off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-network-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M1.04,5.27L5,9.23V15A2,2 0 0,0 7,17H11V19H10A1,1 0 0,0 9,20H2V22H9A1,1 0 0,0 10,23H14A1,1 0 0,0 15,22H17.77L19.77,24L21.04,22.72L2.32,4L1.04,5.27M7,11.23L10.77,15H7V11.23M15,20A1,1 0 0,0 14,19H13V17.23L15.77,20H15M22,20V21.14L20.86,20H22M7,6.14L5.14,4.28C5.43,3.53 6.16,3 7,3H17A2,2 0 0,1 19,5V15C19,15.85 18.47,16.57 17.72,16.86L15.86,15H17V5H7V6.14Z\" /></svg></li><li title=\"network off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-network-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M1,5.27L5,9.27V15A2,2 0 0,0 7,17H11V19H10A1,1 0 0,0 9,20H2V22H9A1,1 0 0,0 10,23H14A1,1 0 0,0 15,22H17.73L19.73,24L21,22.72L2.28,4L1,5.27M15,20A1,1 0 0,0 14,19H13V17.27L15.73,20H15M17.69,16.87L5.13,4.31C5.41,3.55 6.14,3 7,3H17A2,2 0 0,1 19,5V15C19,15.86 18.45,16.59 17.69,16.87M22,20V21.18L20.82,20H22Z\" /></svg></li><li title=\"network outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-network-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,20A1,1 0 0,0 14,19H13V17H17A2,2 0 0,0 19,15V5A2,2 0 0,0 17,3H7A2,2 0 0,0 5,5V15A2,2 0 0,0 7,17H11V19H10A1,1 0 0,0 9,20H2V22H9A1,1 0 0,0 10,23H14A1,1 0 0,0 15,22H22V20H15M7,15V5H17V15H7Z\" /></svg></li><li title=\"network strength 1 alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-network-strength-1-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 1L1 21H17V19H11V13.8L19 5.8V9H21M19 11V17H21V11M19 19V21H21V19\" /></svg></li><li title=\"network strength 1 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-network-strength-1\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M1,21H21V1M19,5.83V19H11V13.83\" /></svg></li><li title=\"network strength 2 alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-network-strength-2-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 1L1 21H17V19H13V11.8L19 5.8V9H21M19 11V17H21V11M19 19V21H21V19\" /></svg></li><li title=\"network strength 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-network-strength-2\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M1,21H21V1M19,5.83V19H13V11.83\" /></svg></li><li title=\"network strength 3 alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-network-strength-3-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 1L1 21H17V19H16V8.8L19 5.8V9H21M19 11V17H21V11M19 19V21H21V19\" /></svg></li><li title=\"network strength 3 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-network-strength-3\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M1,21H21V1M19,5.83V19H16V8.83\" /></svg></li><li title=\"network strength 4 alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-network-strength-4-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 17H21V11H19M19 21H21V19H19M1 21H17V9H21V1\" /></svg></li><li title=\"network strength 4 cog \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-network-strength-4-cog\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17 13C16.9 13 16.8 13.1 16.7 13.2L16.5 14.5C16.2 14.6 15.9 14.8 15.7 15L14.5 14.5C14.4 14.5 14.3 14.5 14.2 14.6L13.2 16.3C13.1 16.4 13.2 16.5 13.3 16.6L14.4 17.4V18.4L13.3 19.2C13.2 19.3 13.2 19.4 13.2 19.5L14.2 21.2C14.3 21.3 14.4 21.3 14.5 21.3L15.7 20.8C16 21 16.2 21.2 16.5 21.3L16.7 22.6C16.7 22.7 16.8 22.8 17 22.8H19C19.1 22.8 19.2 22.7 19.2 22.6L19.4 21.3C19.7 21.2 20 21 20.2 20.8L21.4 21.3C21.5 21.3 21.7 21.3 21.7 21.2L22.7 19.5C22.8 19.4 22.7 19.3 22.6 19.2L21.5 18.4V17.9 17.4L22.6 16.6C22.7 16.5 22.7 16.4 22.7 16.3L21.7 14.6C21.6 14.5 21.5 14.5 21.4 14.5L20.3 15C20 14.8 19.8 14.6 19.4 14.5L19.2 13.2C19.2 13.1 19.1 13 19 13H17M18 16.5C18.8 16.5 19.5 17.2 19.5 18S18.8 19.5 18 19.5C17.2 19.5 16.5 18.8 16.5 18S17.2 16.5 18 16.5M11.7 21H1L21 1V11.7C20.1 11.3 19.1 11 18 11C14.1 11 11 14.1 11 18C11 19.1 11.2 20.1 11.7 21Z\" /></svg></li><li title=\"network strength 4 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-network-strength-4\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M1,21H21V1\" /></svg></li><li title=\"network strength off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-network-strength-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,1L12.4,9.6L13.85,11.05L19,5.83V16.19L21,18.19M4.77,4.5L3.5,5.77L9.86,12.13L1,21H18.73L20.73,23L22,21.73M11.33,13.6L16.73,19H6\" /></svg></li><li title=\"network strength off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-network-strength-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,1L12.4,9.6L21,18.19M4.77,4.5L3.5,5.77L9.86,12.13L1,21H18.73L20.73,23L22,21.73\" /></svg></li><li title=\"network strength outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-network-strength-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M1,21H21V1M19,5.83V19H6\" /></svg></li><li title=\"network \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-network\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,3A2,2 0 0,1 19,5V15A2,2 0 0,1 17,17H13V19H14A1,1 0 0,1 15,20H22V22H15A1,1 0 0,1 14,23H10A1,1 0 0,1 9,22H2V20H9A1,1 0 0,1 10,19H11V17H7C5.89,17 5,16.1 5,15V5A2,2 0 0,1 7,3H17Z\" /></svg></li><li title=\"new box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-new-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,4C21.11,4 22,4.89 22,6V18C22,19.11 21.11,20 20,20H4C2.89,20 2,19.11 2,18V6C2,4.89 2.89,4 4,4H20M8.5,15V9H7.25V12.5L4.75,9H3.5V15H4.75V11.5L7.3,15H8.5M13.5,10.26V9H9.5V15H13.5V13.75H11V12.64H13.5V11.38H11V10.26H13.5M20.5,14V9H19.25V13.5H18.13V10H16.88V13.5H15.75V9H14.5V14A1,1 0 0,0 15.5,15H19.5A1,1 0 0,0 20.5,14Z\" /></svg></li><li title=\"newspaper check \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-newspaper-check\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.33 4.67L18.67 3L17 4.67L15.33 3L13.67 4.67L12 3L10.33 4.67L8.67 3L7 4.67L5.33 3L3.67 4.67L2 3V19C2 20.11 2.9 21 4 21H12.8C12.29 20.12 12 19.09 12 18C12 16.77 12.37 15.63 13 14.68V13H14.68C15.63 12.37 16.77 12 18 12C19.53 12 20.93 12.58 22 13.5V3L20.33 4.67M11 19H4V13H11V19M20 11H4V8H20V11M16.75 21.16L14 18.16L15.16 17L16.75 18.59L20.34 15L21.5 16.41L16.75 21.16\" /></svg></li><li title=\"newspaper minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-newspaper-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,17V19H14V17H22M20,11V8H4V11H20M13,13V14.68C12.37,15.63 12,16.77 12,18C12,19.09 12.29,20.12 12.8,21H4A2,2 0 0,1 2,19V3L3.67,4.67L5.33,3L7,4.67L8.67,3L10.33,4.67L12,3L13.67,4.67L15.33,3L17,4.67L18.67,3L20.33,4.67L22,3V13.5C20.93,12.58 19.53,12 18,12C16.77,12 15.63,12.37 14.68,13H13M11,19V13H4V19H11Z\" /></svg></li><li title=\"newspaper plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-newspaper-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,14H19V17H22V19H19V22H17V19H14V17H17V14M20,11V8H4V11H20M13,13V14.68C12.37,15.63 12,16.77 12,18C12,19.09 12.29,20.12 12.8,21H4A2,2 0 0,1 2,19V3L3.67,4.67L5.33,3L7,4.67L8.67,3L10.33,4.67L12,3L13.67,4.67L15.33,3L17,4.67L18.67,3L20.33,4.67L22,3V13.5C20.93,12.58 19.53,12 18,12C16.77,12 15.63,12.37 14.68,13H13M11,19V13H4V19H11Z\" /></svg></li><li title=\"newspaper remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-newspaper-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.12 14.46L21.54 15.88L19.41 18L21.54 20.12L20.12 21.54L18 19.41L15.88 21.54L14.47 20.12L16.59 18L14.47 15.88L15.88 14.47L18 16.59L20.12 14.46M20.33 4.67L18.67 3L17 4.67L15.33 3L13.67 4.67L12 3L10.33 4.67L8.67 3L7 4.67L5.33 3L3.67 4.67L2 3V19C2 20.11 2.9 21 4 21H12.8C12.29 20.12 12 19.09 12 18C12 16.77 12.37 15.63 13 14.68V13H14.68C15.63 12.37 16.77 12 18 12C19.53 12 20.93 12.58 22 13.5V3L20.33 4.67M11 19H4V13H11V19M20 11H4V8H20V11Z\" /></svg></li><li title=\"newspaper variant multiple outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-newspaper-variant-multiple-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 7V19H19V21H4C2 21 2 19 2 19V7H4M21 5V15H8V5H21M21.3 3H7.7C6.76 3 6 3.7 6 4.55V15.45C6 16.31 6.76 17 7.7 17H21.3C22.24 17 23 16.31 23 15.45V4.55C23 3.7 22.24 3 21.3 3M9 6H12V11H9V6M20 14H9V12H20V14M20 8H14V6H20V8M20 11H14V9H20V11Z\" /></svg></li><li title=\"newspaper variant multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-newspaper-variant-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 7V19H19V21H4C2 21 2 19 2 19V7H4M21.3 3H7.7C6.76 3 6 3.7 6 4.55V15.45C6 16.31 6.76 17 7.7 17H21.3C22.24 17 23 16.31 23 15.45V4.55C23 3.7 22.24 3 21.3 3M8 5H13V11H8V5M21 15H8V13H21V15M21 11H15V9H21V11M21 7H15V5H21V7Z\" /></svg></li><li title=\"newspaper variant outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-newspaper-variant-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 5L20 19L4 19L4 5H20M20 3H4C2.89 3 2 3.89 2 5V19C2 20.11 2.89 21 4 21H20C21.11 21 22 20.11 22 19V5C22 3.89 21.11 3 20 3M18 15H6V17H18V15M10 7H6V13H10V7M12 9H18V7H12V9M18 11H12V13H18V11Z\" /></svg></li><li title=\"newspaper variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-newspaper-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 3H4C2.89 3 2 3.89 2 5V19C2 20.11 2.89 21 4 21H20C21.11 21 22 20.11 22 19V5C22 3.89 21.11 3 20 3M5 7H10V13H5V7M19 17H5V15H19V17M19 13H12V11H19V13M19 9H12V7H19V9Z\" /></svg></li><li title=\"newspaper \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-newspaper\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,11H4V8H20M20,15H13V13H20M20,19H13V17H20M11,19H4V13H11M20.33,4.67L18.67,3L17,4.67L15.33,3L13.67,4.67L12,3L10.33,4.67L8.67,3L7,4.67L5.33,3L3.67,4.67L2,3V19A2,2 0 0,0 4,21H20A2,2 0 0,0 22,19V3L20.33,4.67Z\" /></svg></li><li title=\"nfc search variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-nfc-search-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.5,12C19,12 21,14 21,16.5C21,17.38 20.76,18.21 20.32,18.9L23.4,22L22,23.39L18.89,20.32C18.2,20.75 17.38,21 16.5,21C14,21 12,19 12,16.5C12,14 14,12 16.5,12M16.5,14A2.5,2.5 0 0,0 14,16.5A2.5,2.5 0 0,0 16.5,19C17.89,19 19,17.88 19,16.5A2.5,2.5 0 0,0 16.5,14M18,6V10.18C17.33,10 16.66,9.97 16,10V8H13V10.28L13.53,10.72C12.34,11.33 11.35,12.3 10.72,13.53C10.28,13.17 10,12.62 10,12C10,11.26 10.41,10.62 11,10.28V8A2,2 0 0,1 13,6H18M6,18V6H8L10,6V8H8V16H10C9.96,16.68 10,17.35 10.17,18H6M20,4H4V20H11C11.53,20.8 12.21,21.5 13.03,22H4C2.89,22 2,21.1 2,20V4A2,2 0 0,1 4,2H20A2,2 0 0,1 22,4V13.04C21.5,12.24 20.82,11.54 20,11V4Z\" /></svg></li><li title=\"nfc tap \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-nfc-tap\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,10A2,2 0 0,1 14,12A2,2 0 0,1 12,14A2,2 0 0,1 10,12A2,2 0 0,1 12,10M4,4H11A2,2 0 0,1 13,6V9H11V6H4V11H6V9L9,12L6,15V13H4A2,2 0 0,1 2,11V6A2,2 0 0,1 4,4M20,20H13A2,2 0 0,1 11,18V15H13V18H20V13H18V15L15,12L18,9V11H20A2,2 0 0,1 22,13V18A2,2 0 0,1 20,20Z\" /></svg></li><li title=\"nfc variant off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-nfc-variant-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M1.25,2.05L21.95,22.75L20.7,24L18.7,22H4A2,2 0 0,1 2,20V5.3L0,3.3L1.25,2.05M3.81,2C3.87,2 3.94,2 4,2H20C21.11,2 22,2.89 22,4V20C22,20.06 22,20.13 22,20.19L20,18.2V4H5.8L3.81,2M6,9.3L4,7.3V20H16.7L14.7,18H6V9.3M18,16.2L16,14.2V8H13V10.28C13.6,10.62 14,11.26 14,12C14,12.06 14,12.13 14,12.19L11,9.2V8A2,2 0 0,1 13,6H18V16.2M8,16H12.7L8,11.3V16M10,8H9.8L7.8,6H10V8Z\" /></svg></li><li title=\"nfc variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-nfc-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18,6H13A2,2 0 0,0 11,8V10.28C10.41,10.62 10,11.26 10,12A2,2 0 0,0 12,14C13.11,14 14,13.1 14,12C14,11.26 13.6,10.62 13,10.28V8H16V16H8V8H10V6H8L6,6V18H18M20,20H4V4H20M20,2H4A2,2 0 0,0 2,4V20A2,2 0 0,0 4,22H20C21.11,22 22,21.1 22,20V4C22,2.89 21.11,2 20,2Z\" /></svg></li><li title=\"nfc \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-nfc\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.24 2C5.6 2 3.96 2 3.55 2.04C2.67 2.09 2.08 2.73 2.04 3.56C2 4.37 2 19.59 2.04 20.41C2.09 21.23 2.71 21.86 3.55 21.91C4.46 21.96 7.44 21.97 8.29 21.97C6.76 20.91 6.55 18.92 6.41 15.23C6.33 13.04 6.4 5.36 6.41 5.04L6.45 2.94L14.5 11V13.5L8.09 7.11C8.08 8.38 8.06 10.03 8.06 11.54C8.06 13 8.08 14.34 8.12 15.05C8.36 19.07 8.74 20.96 10.83 21.7C11.5 21.93 12.07 22 13.07 22C13.89 22 19.63 22 20.45 21.96C21.33 21.91 21.93 21.27 21.97 20.44C22 19.63 22 4.45 21.97 3.62C21.91 2.8 21.29 2.18 20.45 2.13C19.54 2.08 16.57 2.03 15.71 2.03C17.24 3.09 17.44 5.08 17.59 8.78C17.67 10.97 17.6 18.64 17.59 18.97L17.55 21.06L9.53 13V10.5L15.91 16.89C15.92 15.62 15.94 13.97 15.94 12.46C15.94 11 15.92 9.66 15.88 8.96C15.64 4.93 15.26 3.04 13.17 2.3C12.53 2.07 11.93 2 10.93 2H7.24Z\" /></svg></li><li title=\"ninja \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ninja\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.75,13C7.74,12.65 7.9,12.31 8.17,12.08C8.92,12.24 9.62,12.55 10.25,13C10.25,13.68 9.69,14.24 9,14.24C8.31,14.24 7.76,13.69 7.75,13M13.75,13C14.38,12.56 15.08,12.25 15.83,12.09C16.1,12.32 16.26,12.66 16.25,13C16.25,13.7 15.69,14.26 15,14.26C14.31,14.26 13.75,13.7 13.75,13V13M12,9C9.23,8.96 6.5,9.65 4.07,11L4,12C4,13.23 4.29,14.44 4.84,15.54C7.21,15.18 9.6,15 12,15C14.4,15 16.79,15.18 19.16,15.54C19.71,14.44 20,13.23 20,12L19.93,11C17.5,9.65 14.77,8.96 12,9M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2Z\" /></svg></li><li title=\"nintendo game boy \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-nintendo-game-boy\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7 1C5.9 1 5 1.9 5 3V21C5 22.11 5.9 23 7 23H14C16.76 23 19 20.76 19 18V3C19 1.9 18.11 1 17 1H7M8 4H16V11H8V4M9 14H10V16H12V17H10V19H9V17H7V16H9V14M16 15C16.55 15 17 15.45 17 16C17 16.55 16.55 17 16 17C15.45 17 15 16.55 15 16C15 15.45 15.45 15 16 15M14 17C14.55 17 15 17.45 15 18C15 18.55 14.55 19 14 19C13.45 19 13 18.55 13 18C13 17.45 13.45 17 14 17Z\" /></svg></li><li title=\"nintendo switch \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-nintendo-switch\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10.04,20.4H7.12C6.19,20.4 5.3,20 4.64,19.36C4,18.7 3.6,17.81 3.6,16.88V7.12C3.6,6.19 4,5.3 4.64,4.64C5.3,4 6.19,3.62 7.12,3.62H10.04V20.4M7.12,2A5.12,5.12 0 0,0 2,7.12V16.88C2,19.71 4.29,22 7.12,22H11.65V2H7.12M5.11,8C5.11,9.04 5.95,9.88 7,9.88C8.03,9.88 8.87,9.04 8.87,8C8.87,6.96 8.03,6.12 7,6.12C5.95,6.12 5.11,6.96 5.11,8M17.61,11C18.72,11 19.62,11.89 19.62,13C19.62,14.12 18.72,15 17.61,15C16.5,15 15.58,14.12 15.58,13C15.58,11.89 16.5,11 17.61,11M16.88,22A5.12,5.12 0 0,0 22,16.88V7.12C22,4.29 19.71,2 16.88,2H13.65V22H16.88Z\" /></svg></li><li title=\"nintendo wii \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-nintendo-wii\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17.84,16.94H15.97V10.79H17.84V16.94M18,8.58C18,9.19 17.5,9.69 16.9,9.69A1.11,1.11 0 0,1 15.79,8.58C15.79,7.96 16.29,7.46 16.9,7.46C17.5,7.46 18,7.96 18,8.58M21.82,16.94H19.94V10.79H21.82V16.94M22,8.58C22,9.19 21.5,9.69 20.88,9.69A1.11,1.11 0 0,1 19.77,8.58C19.77,7.96 20.27,7.46 20.88,7.46C21.5,7.46 22,7.96 22,8.58M12.9,8.05H14.9L12.78,15.5C12.78,15.5 12.5,17.04 11.28,17.04C10.07,17.04 9.79,15.5 9.79,15.5L8.45,10.64L7.11,15.5C7.11,15.5 6.82,17.04 5.61,17.04C4.4,17.04 4.12,15.5 4.12,15.5L2,8.05H4L5.72,14.67L7.11,9.3C7.43,7.95 8.45,7.97 8.45,7.97C8.45,7.97 9.47,7.95 9.79,9.3L11.17,14.67L12.9,8.05Z\" /></svg></li><li title=\"nintendo wiiu \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-nintendo-wiiu\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,15.96C2,18.19 3.54,19.5 5.79,19.5H18.57C20.47,19.5 22,18.2 22,16.32V6.97C22,5.83 21.15,4.6 20.11,4.6H17.15V12.3C17.15,18.14 6.97,18.09 6.97,12.41V4.5H4.72C3.26,4.5 2,5.41 2,6.85V15.96M9.34,11.23C9.34,15.74 14.66,15.09 14.66,11.94V4.5H9.34V11.23Z\" /></svg></li><li title=\"nix \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-nix\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9.9 8.7L5 17.2L3.9 15.3L5.2 13H2.6L2 12L2.6 11H6.3L7.6 8.7H9.9M10.2 15.5H19.9L18.8 17.4H16.2L17.5 19.7L16.9 20.7H15.8L14 17.4H11.3L10.2 15.5M15.9 11.8L11 3.3H13.2L14.5 5.6L15.8 3.3H16.9L17.5 4.3L15.6 7.5L17 9.8L15.9 11.8M13.8 8.5H4L5.1 6.6H7.7L6.4 4.3L7 3.3H8.1L10 6.5H12.7L13.8 8.5M14.1 15.3L19 6.8L20.1 8.7L18.8 11H21.4L22 12L21.4 13H17.7L16.4 15.3H14.1M8.1 12.2L13 20.6H10.8L9.5 18.3L8.4 20.6H7.1L6.5 19.6L8.4 16.4L7 14.2L8.1 12.2Z\" /></svg></li><li title=\"nodejs \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-nodejs\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,1.85C11.73,1.85 11.45,1.92 11.22,2.05L3.78,6.35C3.3,6.63 3,7.15 3,7.71V16.29C3,16.85 3.3,17.37 3.78,17.65L5.73,18.77C6.68,19.23 7,19.24 7.44,19.24C8.84,19.24 9.65,18.39 9.65,16.91V8.44C9.65,8.32 9.55,8.22 9.43,8.22H8.5C8.37,8.22 8.27,8.32 8.27,8.44V16.91C8.27,17.57 7.59,18.22 6.5,17.67L4.45,16.5C4.38,16.45 4.34,16.37 4.34,16.29V7.71C4.34,7.62 4.38,7.54 4.45,7.5L11.89,3.21C11.95,3.17 12.05,3.17 12.11,3.21L19.55,7.5C19.62,7.54 19.66,7.62 19.66,7.71V16.29C19.66,16.37 19.62,16.45 19.55,16.5L12.11,20.79C12.05,20.83 11.95,20.83 11.88,20.79L10,19.65C9.92,19.62 9.84,19.61 9.79,19.64C9.26,19.94 9.16,20 8.67,20.15C8.55,20.19 8.36,20.26 8.74,20.47L11.22,21.94C11.46,22.08 11.72,22.15 12,22.15C12.28,22.15 12.54,22.08 12.78,21.94L20.22,17.65C20.7,17.37 21,16.85 21,16.29V7.71C21,7.15 20.7,6.63 20.22,6.35L12.78,2.05C12.55,1.92 12.28,1.85 12,1.85M14,8C11.88,8 10.61,8.89 10.61,10.39C10.61,12 11.87,12.47 13.91,12.67C16.34,12.91 16.53,13.27 16.53,13.75C16.53,14.58 15.86,14.93 14.3,14.93C12.32,14.93 11.9,14.44 11.75,13.46C11.73,13.36 11.64,13.28 11.53,13.28H10.57C10.45,13.28 10.36,13.37 10.36,13.5C10.36,14.74 11.04,16.24 14.3,16.24C16.65,16.24 18,15.31 18,13.69C18,12.08 16.92,11.66 14.63,11.35C12.32,11.05 12.09,10.89 12.09,10.35C12.09,9.9 12.29,9.3 14,9.3C15.5,9.3 16.09,9.63 16.32,10.66C16.34,10.76 16.43,10.83 16.53,10.83H17.5C17.55,10.83 17.61,10.81 17.65,10.76C17.69,10.72 17.72,10.66 17.7,10.6C17.56,8.82 16.38,8 14,8Z\" /></svg></li><li title=\"noodles \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-noodles\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 3L10 4.41V6H22V7H10V12H22C22 13.81 21.43 15.46 20.32 16.95S17.77 19.53 16 20.25V22H8V20.25C6.24 19.53 4.79 18.43 3.68 16.95S2 13.81 2 12H5V4L22 2V3M6 4.88V6H7V4.78L6 4.88M6 7V12H7V7H6M9 12V7H8V12H9M9 6V4.55L8 4.64V6H9Z\" /></svg></li><li title=\"not equal variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-not-equal-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.08,4.61L15.92,5.4L14.8,8H19V10H13.95L12.23,14H19V16H11.38L9.92,19.4L8.08,18.61L9.2,16H5V14H10.06L11.77,10H5V8H12.63L14.08,4.61Z\" /></svg></li><li title=\"not equal \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-not-equal\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,10H9V8H21V10M21,16H9V14H21V16M4,5H6V16H4V5M6,18V20H4V18H6Z\" /></svg></li><li title=\"note alert outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-note-alert-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 3C1.89 3 1 3.89 1 5V19C1 20.1 1.89 21 3 21H17C18.11 21 19 20.11 19 19V9L13 3H3M17 19H3V5H10V12H17V19M12 10V4.5L17.5 10H12M23 7V13H21V7H23M21 15H23V17H21V15Z\" /></svg></li><li title=\"note alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-note-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 3C1.89 3 1 3.89 1 5V19C1 20.11 1.9 21 3 21H17C18.11 21 19 20.11 19 19V9L13 3H3M12 10V4.5L17.5 10H12M23 7V13H21V7H23M21 15H23V17H21V15Z\" /></svg></li><li title=\"note check outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-note-check-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5 19V5H12V12H19V13C19.7 13 20.37 13.13 21 13.35V9L15 3H5C3.89 3 3 3.89 3 5V19C3 20.1 3.89 21 5 21H13.35C13.13 20.37 13 19.7 13 19H5M14 4.5L19.5 10H14V4.5M22.5 17.25L17.75 22L15 19L16.16 17.84L17.75 19.43L21.34 15.84L22.5 17.25Z\" /></svg></li><li title=\"note check \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-note-check\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 13C19.7 13 20.37 13.13 21 13.35V9L15 3H5C3.89 3 3 3.89 3 5V19C3 20.11 3.9 21 5 21H13.35C13.13 20.37 13 19.7 13 19C13 15.69 15.69 13 19 13M14 4.5L19.5 10H14V4.5M22.5 17.25L17.75 22L15 19L16.16 17.84L17.75 19.43L21.34 15.84L22.5 17.25Z\" /></svg></li><li title=\"note edit outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-note-edit-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.13 12L19.39 10.74C19.83 10.3 20.39 10.06 21 10V9L15 3H5C3.89 3 3 3.89 3 5V19C3 20.1 3.89 21 5 21H11V19.13L11.13 19H5V5H12V12H18.13M14 4.5L19.5 10H14V4.5M19.13 13.83L21.17 15.87L15.04 22H13V19.96L19.13 13.83M22.85 14.19L21.87 15.17L19.83 13.13L20.81 12.15C21 11.95 21.33 11.95 21.53 12.15L22.85 13.47C23.05 13.67 23.05 14 22.85 14.19Z\" /></svg></li><li title=\"note edit \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-note-edit\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 10V9L15 3H5C3.89 3 3 3.89 3 5V19C3 20.11 3.9 21 5 21H11V19.13L19.39 10.74C19.83 10.3 20.39 10.06 21 10M14 4.5L19.5 10H14V4.5M22.85 14.19L21.87 15.17L19.83 13.13L20.81 12.15C21 11.95 21.33 11.95 21.53 12.15L22.85 13.47C23.05 13.67 23.05 14 22.85 14.19M19.13 13.83L21.17 15.87L15.04 22H13V19.96L19.13 13.83Z\" /></svg></li><li title=\"note minus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-note-minus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23 18V20H15V18H23M13 19C13 19.7 13.13 20.37 13.35 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H15L21 9V13.35C20.37 13.13 19.7 13 19 13V12H12V5H5V19H13M14 10H19.5L14 4.5V10Z\" /></svg></li><li title=\"note minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-note-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 13C19.7 13 20.37 13.13 21 13.35V9L15 3H5C3.89 3 3 3.89 3 5V19C3 20.11 3.9 21 5 21H13.35C13.13 20.37 13 19.7 13 19C13 15.69 15.69 13 19 13M14 4.5L19.5 10H14V4.5M23 18V20H15V18H23Z\" /></svg></li><li title=\"note multiple outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-note-multiple-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,6V22H21V24H3A2,2 0 0,1 1,22V6H3M16,9H21.5L16,3.5V9M7,2H17L23,8V18A2,2 0 0,1 21,20H7C5.89,20 5,19.1 5,18V4A2,2 0 0,1 7,2M7,4V18H21V11H14V4H7Z\" /></svg></li><li title=\"note multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-note-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,9H21.5L16,3.5V9M7,2H17L23,8V18A2,2 0 0,1 21,20H7C5.89,20 5,19.1 5,18V4A2,2 0 0,1 7,2M3,6V22H21V24H3A2,2 0 0,1 1,22V6H3Z\" /></svg></li><li title=\"note off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-note-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 5V8.8L15.2 12H19V15.8L21 17.8V9L15 3H6.2L8.2 5H12M14 4.5L19.5 10H14V4.5M20.7 20.05L20.7 20.04L19 18.34V18.35L12.66 12H12.66L12 11.34V11.35L6.14 5.5L2.39 1.73L1.11 3L3 4.9C3 4.93 3 4.97 3 5V19C3 20.1 3.89 21 5 21H19C19.03 21 19.07 21 19.1 21L20.84 22.73L22.11 21.46L20.7 20.05M5 19V6.89L17.11 19H5Z\" /></svg></li><li title=\"note off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-note-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.11 21.46L20.84 22.73L19.1 21C19.07 21 19.03 21 19 21H5C3.9 21 3 20.11 3 19V5C3 4.97 3 4.93 3 4.9L1.11 3L2.39 1.73L20.7 20.04L20.7 20.05L22.11 21.46M21 17.8L6.2 3H15L21 9V17.8M19.5 10L14 4.5V10H19.5Z\" /></svg></li><li title=\"note outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-note-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,10H19.5L14,4.5V10M5,3H15L21,9V19A2,2 0 0,1 19,21H5C3.89,21 3,20.1 3,19V5C3,3.89 3.89,3 5,3M5,5V19H19V12H12V5H5Z\" /></svg></li><li title=\"note plus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-note-plus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5 19V5H12V12H19V13C19.7 13 20.37 13.13 21 13.35V9L15 3H5C3.89 3 3 3.89 3 5V19C3 20.1 3.89 21 5 21H13.35C13.13 20.37 13 19.7 13 19H5M14 4.5L19.5 10H14V4.5M23 18V20H20V23H18V20H15V18H18V15H20V18H23Z\" /></svg></li><li title=\"note plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-note-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 13C19.7 13 20.37 13.13 21 13.35V9L15 3H5C3.89 3 3 3.89 3 5V19C3 20.11 3.9 21 5 21H13.35C13.13 20.37 13 19.7 13 19C13 15.69 15.69 13 19 13M14 4.5L19.5 10H14V4.5M23 18V20H20V23H18V20H15V18H18V15H20V18H23Z\" /></svg></li><li title=\"note remove outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-note-remove-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5 19V5H12V12H19V13C19.7 13 20.37 13.13 21 13.35V9L15 3H5C3.89 3 3 3.89 3 5V19C3 20.1 3.89 21 5 21H13.35C13.13 20.37 13 19.7 13 19H5M14 4.5L19.5 10H14V4.5M20.41 19L22.54 21.12L21.12 22.54L19 20.41L16.88 22.54L15.47 21.12L17.59 19L15.47 16.88L16.88 15.47L19 17.59L21.12 15.47L22.54 16.88L20.41 19Z\" /></svg></li><li title=\"note remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-note-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 13C19.7 13 20.37 13.13 21 13.35V9L15 3H5C3.89 3 3 3.89 3 5V19C3 20.11 3.9 21 5 21H13.35C13.13 20.37 13 19.7 13 19C13 15.69 15.69 13 19 13M14 4.5L19.5 10H14V4.5M20.41 19L22.54 21.12L21.12 22.54L19 20.41L16.88 22.54L15.47 21.12L17.59 19L15.47 16.88L16.88 15.47L19 17.59L21.12 15.47L22.54 16.88L20.41 19Z\" /></svg></li><li title=\"note search outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-note-search-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15 3H5C3.89 3 3 3.89 3 5V10.82C3.6 10.24 4.28 9.8 5 9.5V5H12V10.82C12.03 10.85 12.07 10.87 12.1 10.9C12.44 11.24 12.73 11.61 12.97 12H19V19H12.97C12.73 19.39 12.44 19.76 12.1 20.1C11.74 20.45 11.35 20.74 10.94 21H19C20.11 21 21 20.11 21 19V9L15 3M14 10V4.5L19.5 10H14M7.5 11C5 11 3 13 3 15.5C3 16.38 3.25 17.21 3.69 17.9L.61 21L2 22.39L5.12 19.32C5.81 19.75 6.63 20 7.5 20C10 20 12 18 12 15.5S10 11 7.5 11M7.5 18C6.12 18 5 16.88 5 15.5S6.12 13 7.5 13 10 14.12 10 15.5 8.88 18 7.5 18Z\" /></svg></li><li title=\"note search \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-note-search\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15 3H5C3.89 3 3 3.89 3 5V10.82C5.55 8.37 9.59 8.4 12.1 10.9C14.63 13.44 14.63 17.56 12.1 20.1C11.74 20.45 11.35 20.74 10.94 21H19C20.11 21 21 20.11 21 19V9L15 3M14 10V4.5L19.5 10H14M7.5 11C5 11 3 13 3 15.5C3 16.38 3.25 17.21 3.69 17.9L.61 21L2 22.39L5.12 19.32C5.81 19.75 6.63 20 7.5 20C10 20 12 18 12 15.5S10 11 7.5 11M7.5 18C6.12 18 5 16.88 5 15.5S6.12 13 7.5 13 10 14.12 10 15.5 8.88 18 7.5 18Z\" /></svg></li><li title=\"note text outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-note-text-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15 3H5A2 2 0 0 0 3 5V19A2 2 0 0 0 5 21H19A2 2 0 0 0 21 19V9L15 3M19 19H5V5H14V10H19M17 14H7V12H17M14 17H7V15H14\" /></svg></li><li title=\"note text \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-note-text\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,10H19.5L14,4.5V10M5,3H15L21,9V19A2,2 0 0,1 19,21H5C3.89,21 3,20.1 3,19V5C3,3.89 3.89,3 5,3M5,12V14H19V12H5M5,16V18H14V16H5Z\" /></svg></li><li title=\"note \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-note\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,10V4.5L19.5,10M5,3C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V9L15,3H5Z\" /></svg></li><li title=\"notebook check outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-notebook-check-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.75 22.16L14 19.16L15.16 18L16.75 19.59L20.34 16L21.5 17.41L16.75 22.16M17 4V10L15 8L13 10V4H9V20H12.08C12.2 20.72 12.45 21.39 12.8 22H7C5.95 22 5 21.05 5 20V19H3V17H5V13H3V11H5V7H3V5H5V4C5 2.89 5.9 2 7 2H19C20.05 2 21 2.95 21 4V13.8C20.39 13.45 19.72 13.2 19 13.08V4H17M5 19H7V17H5V19M5 13H7V11H5V13M5 7H7V5H5V7Z\" /></svg></li><li title=\"notebook check \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-notebook-check\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.75 22.16L14 19.16L15.16 18L16.75 19.59L20.34 16L21.5 17.41L16.75 22.16M3 7V5H5V4C5 2.89 5.9 2 7 2H13V9L15.5 7.5L18 9V2H19C20.05 2 21 2.95 21 4V13.8C20.12 13.29 19.09 13 18 13C14.69 13 12 15.69 12 19C12 20.09 12.29 21.12 12.8 22H7C5.95 22 5 21.05 5 20V19H3V17H5V13H3V11H5V7H3M5 5V7H7V5H5M5 19H7V17H5V19M5 13H7V11H5V13Z\" /></svg></li><li title=\"notebook edit outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-notebook-edit-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.07 14.88L21.12 16.93L15.06 23H13V20.94L19.07 14.88M21.04 13.13C21.18 13.13 21.31 13.19 21.42 13.3L22.7 14.58C22.92 14.79 22.92 15.14 22.7 15.35L21.7 16.35L19.65 14.3L20.65 13.3C20.76 13.19 20.9 13.13 21.04 13.13M17 4V10L15 8L13 10V4H9V20H11V22H7C5.95 22 5 21.05 5 20V19H3V17H5V13H3V11H5V7H3V5H5V4C5 2.89 5.9 2 7 2H19C20.05 2 21 2.95 21 4V10L19 12V4H17M5 5V7H7V5H5M5 11V13H7V11H5M5 17V19H7V17H5Z\" /></svg></li><li title=\"notebook edit \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-notebook-edit\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.04 13.13C21.18 13.13 21.31 13.19 21.42 13.3L22.7 14.58C22.92 14.79 22.92 15.14 22.7 15.35L21.7 16.35L19.65 14.3L20.65 13.3C20.76 13.19 20.9 13.13 21.04 13.13M19.07 14.88L21.12 16.93L15.06 23H13V20.94L19.07 14.88M3 7V5H5V4C5 2.89 5.9 2 7 2H13V9L15.5 7.5L18 9V2H19C20.05 2 21 2.95 21 4V10L11 20V22H7C5.95 22 5 21.05 5 20V19H3V17H5V13H3V11H5V7H3M5 7H7V5H5V7M5 11V13H7V11H5M5 17V19H7V17H5Z\" /></svg></li><li title=\"notebook heart outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-notebook-heart-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 23.3L18.4 22.8C16.4 20.9 15 19.7 15 18.2C15 17 16 16 17.2 16C17.9 16 18.6 16.3 19 16.8C19.4 16.3 20.1 16 20.8 16C22 16 23 16.9 23 18.2C23 19.7 21.6 20.9 19.6 22.8L19 23.3M17 4V10L15 8L13 10V4H9V20H13.08C13.2 20.72 13.45 21.39 13.8 22H7C5.95 22 5 21.05 5 20V19H3V17H5V13H3V11H5V7H3V5H5V4C5 2.89 5.9 2 7 2H19C20.05 2 21 2.95 21 4V13.34C20.37 13.12 19.7 13 19 13V4H17M5 19H7V17H5V19M5 13H7V11H5V13M5 7H7V5H5V7Z\" /></svg></li><li title=\"notebook heart \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-notebook-heart\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 23.3L18.4 22.8C16.4 20.9 15 19.7 15 18.2C15 17 16 16 17.2 16C17.9 16 18.6 16.3 19 16.8C19.4 16.3 20.1 16 20.8 16C22 16 23 16.9 23 18.2C23 19.7 21.6 20.9 19.6 22.8L19 23.3M3 7V5H5V4C5 2.89 5.9 2 7 2H13V9L15.5 7.5L18 9V2H19C20.05 2 21 2.95 21 4V13.34C20.37 13.12 19.7 13 19 13C15.69 13 13 15.69 13 19C13 20.09 13.29 21.12 13.8 22H7C5.95 22 5 21.05 5 20V19H3V17H5V13H3V11H5V7H3M5 5V7H7V5H5M5 19H7V17H5V19M5 13H7V11H5V13Z\" /></svg></li><li title=\"notebook minus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-notebook-minus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17 4V10L15 8L13 10V4H9V20H12.1C12.2 20.7 12.5 21.4 12.8 22H7C5.9 22 5 21 5 20V19H3V17H5V13H3V11H5V7H3V5H5V4C5 2.9 5.9 2 7 2H19C20 2 21 3 21 4V13.8C20.4 13.4 19.7 13.2 19 13.1V4H17M5 19H7V17H5V19M5 13H7V11H5V13M5 7H7V5H5V7M14 18V20H22V18H14Z\" /></svg></li><li title=\"notebook minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-notebook-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 7V5H5V4C5 2.9 5.9 2 7 2H13V9L15.5 7.5L18 9V2H19C20 2 21 3 21 4V13.8C20.1 13.3 19.1 13 18 13C14.7 13 12 15.7 12 19C12 20.1 12.3 21.1 12.8 22H7C5.9 22 5 21 5 20V19H3V17H5V13H3V11H5V7H3M5 5V7H7V5H5M5 19H7V17H5V19M5 13H7V11H5V13M14 18V20H22V18H14Z\" /></svg></li><li title=\"notebook multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-notebook-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9.05,9H7.06V6H9.05V4.03H7.06V3.03C7.06,1.92 7.95,1.04 9.05,1.04H15.03V8L17.5,6.5L20,8V1.04H21C22.05,1.04 23,2 23,3.03V17C23,18.03 22.05,19 21,19H9.05C8,19 7.06,18.05 7.06,17V16H9.05V14H7.06V11H9.05V9M1,18H3V15H1V13H3V10H1V8H3V5H5V8H3V10H5V13H3V15H5V18H3V20H5V21H21V23H5A2,2 0 0,1 3,21V20H1V18Z\" /></svg></li><li title=\"notebook outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-notebook-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,4V10L15,8L13,10V4H9V20H19V4H17M3,7V5H5V4C5,2.89 5.9,2 7,2H19C20.05,2 21,2.95 21,4V20C21,21.05 20.05,22 19,22H7C5.95,22 5,21.05 5,20V19H3V17H5V13H3V11H5V7H3M5,5V7H7V5H5M5,19H7V17H5V19M5,13H7V11H5V13Z\" /></svg></li><li title=\"notebook plus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-notebook-plus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17 4V10L15 8L13 10V4H9V20H12.1C12.2 20.7 12.5 21.4 12.8 22H7C5.9 22 5 21 5 20V19H3V17H5V13H3V11H5V7H3V5H5V4C5 2.9 5.9 2 7 2H19C20 2 21 3 21 4V13.8C20.4 13.4 19.7 13.2 19 13.1V4H17M5 19H7V17H5V19M5 13H7V11H5V13M5 7H7V5H5V7M17 15V18H14V20H17V23H19V20H22V18H19V15H17Z\" /></svg></li><li title=\"notebook plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-notebook-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 7V5H5V4C5 2.9 5.9 2 7 2H13V9L15.5 7.5L18 9V2H19C20 2 21 3 21 4V13.8C20.1 13.3 19.1 13 18 13C14.7 13 12 15.7 12 19C12 20.1 12.3 21.1 12.8 22H7C5.9 22 5 21 5 20V19H3V17H5V13H3V11H5V7H3M5 5V7H7V5H5M5 19H7V17H5V19M5 13H7V11H5V13M17 15V18H14V20H17V23H19V20H22V18H19V15H17Z\" /></svg></li><li title=\"notebook remove outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-notebook-remove-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17 4V10L15 8L13 10V4H9V20H12.1C12.2 20.7 12.5 21.4 12.8 22H7C5.9 22 5 21 5 20V19H3V17H5V13H3V11H5V7H3V5H5V4C5 2.9 5.9 2 7 2H19C20 2 21 3 21 4V13.8C20.4 13.4 19.7 13.2 19 13.1V4H17M5 19H7V17H5V19M5 13H7V11H5V13M5 7H7V5H5V7M20.1 15.5L18 17.6L15.9 15.5L14.5 16.9L16.6 19L14.5 21.1L15.9 22.5L18 20.4L20.1 22.5L21.5 21.1L19.4 19L21.5 16.9L20.1 15.5Z\" /></svg></li><li title=\"notebook remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-notebook-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 7V5H5V4C5 2.9 5.9 2 7 2H13V9L15.5 7.5L18 9V2H19C20 2 21 3 21 4V13.8C20.1 13.3 19.1 13 18 13C14.7 13 12 15.7 12 19C12 20.1 12.3 21.1 12.8 22H7C5.9 22 5 21 5 20V19H3V17H5V13H3V11H5V7H3M5 5V7H7V5H5M5 19H7V17H5V19M5 13H7V11H5V13M20.1 15.5L18 17.6L15.9 15.5L14.5 16.9L16.6 19L14.5 21.1L15.9 22.5L18 20.4L20.1 22.5L21.5 21.1L19.4 19L21.5 16.9L20.1 15.5Z\" /></svg></li><li title=\"notebook \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-notebook\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,7V5H5V4C5,2.89 5.9,2 7,2H13V9L15.5,7.5L18,9V2H19C20.05,2 21,2.95 21,4V20C21,21.05 20.05,22 19,22H7C5.95,22 5,21.05 5,20V19H3V17H5V13H3V11H5V7H3M7,11H5V13H7V11M7,7V5H5V7H7M7,19V17H5V19H7Z\" /></svg></li><li title=\"notification clear all \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-notification-clear-all\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,13H19V11H5M3,17H17V15H3M7,7V9H21V7\" /></svg></li><li title=\"npm \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-npm\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,10V14H6V11H7V14H8V10H4M9,10V15H11V14H13V10H9M12,11V13H11V11H12M14,10V14H16V11H17V14H18V11H19V14H20V10H14M3,9H21V15H12V16H8V15H3V9Z\" /></svg></li><li title=\"nuke \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-nuke\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.04,12H10V11H5.5A3.5,3.5 0 0,1 2,7.5A3.5,3.5 0 0,1 5.5,4C6.53,4 7.45,4.44 8.09,5.15C8.5,3.35 10.08,2 12,2C13.92,2 15.5,3.35 15.91,5.15C16.55,4.44 17.47,4 18.5,4A3.5,3.5 0 0,1 22,7.5A3.5,3.5 0 0,1 18.5,11H14.04V12M10,16.9V15.76H5V13.76H19V15.76H14.04V16.92L20,19.08C20.58,19.29 21,19.84 21,20.5A1.5,1.5 0 0,1 19.5,22H4.5A1.5,1.5 0 0,1 3,20.5C3,19.84 3.42,19.29 4,19.08L10,16.9Z\" /></svg></li><li title=\"null \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-null\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2C13.85,2 15.55,2.78 16.9,4.1L18.6,1.93L20.18,3.16L18.2,5.68C19.33,7.41 20,9.6 20,12C20,17.5 16.42,22 12,22C10.15,22 8.45,21.22 7.1,19.9L5.4,22.07L3.82,20.84L5.8,18.32C4.67,16.59 4,14.4 4,12C4,6.5 7.58,2 12,2M12,4C8.69,4 6,7.58 6,12C6,13.73 6.41,15.33 7.11,16.64L15.67,5.67C14.66,4.62 13.38,4 12,4M12,20C15.31,20 18,16.42 18,12C18,10.27 17.59,8.67 16.89,7.36L8.33,18.33C9.34,19.38 10.62,20 12,20Z\" /></svg></li><li title=\"numeric 0 box multiple outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-0-box-multiple-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,17V3H7V17H21M21,1A2,2 0 0,1 23,3V17A2,2 0 0,1 21,19H7A2,2 0 0,1 5,17V3A2,2 0 0,1 7,1H21M3,5V21H19V23H3A2,2 0 0,1 1,21V5H3M13,5H15A2,2 0 0,1 17,7V13A2,2 0 0,1 15,15H13A2,2 0 0,1 11,13V7A2,2 0 0,1 13,5M13,7V13H15V7H13Z\" /></svg></li><li title=\"numeric 0 box multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-0-box-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,5V21H19V23H3A2,2 0 0,1 1,21V5H3M21,1A2,2 0 0,1 23,3V17A2,2 0 0,1 21,19H7A2,2 0 0,1 5,17V3A2,2 0 0,1 7,1H21M13,5A2,2 0 0,0 11,7V13A2,2 0 0,0 13,15H15A2,2 0 0,0 17,13V7A2,2 0 0,0 15,5H13M13,7H15V13H13V7Z\" /></svg></li><li title=\"numeric 0 box outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-0-box-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,19V5H5V19H19M19,3A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3H19M11,7H13A2,2 0 0,1 15,9V15A2,2 0 0,1 13,17H11A2,2 0 0,1 9,15V9A2,2 0 0,1 11,7M11,9V15H13V9H11Z\" /></svg></li><li title=\"numeric 0 box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-0-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,3A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3H19M11,7A2,2 0 0,0 9,9V15A2,2 0 0,0 11,17H13A2,2 0 0,0 15,15V9A2,2 0 0,0 13,7H11M11,9H13V15H11V9Z\" /></svg></li><li title=\"numeric 0 circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-0-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,7H13A2,2 0 0,1 15,9V15A2,2 0 0,1 13,17H11A2,2 0 0,1 9,15V9A2,2 0 0,1 11,7M11,9V15H13V9H11M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z\" /></svg></li><li title=\"numeric 0 circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-0-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,7A2,2 0 0,0 9,9V15A2,2 0 0,0 11,17H13A2,2 0 0,0 15,15V9A2,2 0 0,0 13,7H11M11,9H13V15H11V9M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2Z\" /></svg></li><li title=\"numeric 0 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-0\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,7A2,2 0 0,0 9,9V15A2,2 0 0,0 11,17H13A2,2 0 0,0 15,15V9A2,2 0 0,0 13,7H11M11,9H13V15H11V9Z\" /></svg></li><li title=\"numeric 1 box multiple outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-1-box-multiple-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,17H7V3H21M21,1H7A2,2 0 0,0 5,3V17A2,2 0 0,0 7,19H21A2,2 0 0,0 23,17V3A2,2 0 0,0 21,1M14,15H16V5H12V7H14M3,5H1V21A2,2 0 0,0 3,23H19V21H3V5Z\" /></svg></li><li title=\"numeric 1 box multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-1-box-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,5V21H19V23H3A2,2 0 0,1 1,21V5H3M21,1A2,2 0 0,1 23,3V17A2,2 0 0,1 21,19H7A2,2 0 0,1 5,17V3A2,2 0 0,1 7,1H21M14,15H16V5H12V7H14V15Z\" /></svg></li><li title=\"numeric 1 box outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-1-box-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,19H5V5H19M19,3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3M12,17H14V7H10V9H12\" /></svg></li><li title=\"numeric 1 box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-1-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,17H12V9H10V7H14M19,3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3Z\" /></svg></li><li title=\"numeric 1 circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-1-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,7H14V17H12V9H10V7M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z\" /></svg></li><li title=\"numeric 1 circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-1-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,7V9H12V17H14V7H10M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2Z\" /></svg></li><li title=\"numeric 1 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-1\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,7V9H12V17H14V7H10Z\" /></svg></li><li title=\"numeric 10 box multiple outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-10-box-multiple-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 17V3H7V17H21M21 1C22.11 1 23 1.9 23 3V17C23 18.11 22.11 19 21 19H7C5.9 19 5 18.11 5 17V3C5 1.9 5.9 1 7 1H21M3 5V21H19V23H3C1.9 23 1 22.11 1 21V5H3M12 5H8V7H10V15H12V5M18 5H16C14.9 5 14 5.9 14 7V13C14 14.11 14.9 15 16 15H18C19.11 15 20 14.11 20 13V7C20 5.9 19.11 5 18 5M18 13H16V7H18V13Z\" /></svg></li><li title=\"numeric 10 box multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-10-box-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 5V21H19V23H3C1.9 23 1 22.11 1 21V5H3M16 13H18V7H16V13M21 1H7C5.9 1 5 1.9 5 3V17C5 18.11 5.9 19 7 19H21C22.11 19 23 18.11 23 17V3C23 1.9 22.11 1 21 1M12 15H10V7H8V5H12V15M20 13C20 14.11 19.11 15 18 15H16C14.9 15 14 14.11 14 13V7C14 5.9 14.9 5 16 5H18C19.11 5 20 5.9 20 7V13Z\" /></svg></li><li title=\"numeric 10 box outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-10-box-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,19H5V5H19M19,3H5A2,2 0 0,0 3,5V19C3,20.11 3.9,21 5,21H19C20.11,21 21,20.11 21,19V5A2,2 0 0,0 19,3M8,17H10V7H6V9H8M14,7H16C17.11,7 18,7.9 18,9V15C18,16.11 17.11,17 16,17H14A2,2 0 0,1 12,15V9A2,2 0 0,1 14,7M14,9V15H16V9H14Z\" /></svg></li><li title=\"numeric 10 box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-10-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,9H16V15H14V9M21,5V19C21,20.11 20.11,21 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3H19C20.11,3 21,3.9 21,5M10,7H6V9H8V17H10V7M18,9A2,2 0 0,0 16,7H14A2,2 0 0,0 12,9V15C12,16.11 12.9,17 14,17H16C17.11,17 18,16.11 18,15V9Z\" /></svg></li><li title=\"numeric 10 circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-10-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2C17.5 2 22 6.5 22 12S17.5 22 12 22 2 17.5 2 12 6.5 2 12 2M12 4C7.58 4 4 7.58 4 12S7.58 20 12 20 20 16.42 20 12 16.42 4 12 4M10 7H6V9H8V17H10V7M16 7H14C12.9 7 12 7.9 12 9V15C12 16.11 12.9 17 14 17H16C17.11 17 18 16.11 18 15V9C18 7.9 17.11 7 16 7M16 15H14V9H16V15Z\" /></svg></li><li title=\"numeric 10 circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-10-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14 9H16V15H14V9M22 12C22 17.5 17.5 22 12 22S2 17.5 2 12 6.5 2 12 2 22 6.5 22 12M10 7H6V9H8V17H10V7M18 9C18 7.9 17.11 7 16 7H14C12.9 7 12 7.9 12 9V15C12 16.11 12.9 17 14 17H16C17.11 17 18 16.11 18 15V9Z\" /></svg></li><li title=\"numeric 10 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-10\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10 7H6V9H8V17H10V7M16 7H14C12.9 7 12 7.9 12 9V15C12 16.11 12.9 17 14 17H16C17.11 17 18 16.11 18 15V9C18 7.9 17.11 7 16 7M16 15H14V9H16V15Z\" /></svg></li><li title=\"numeric 2 box multiple outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-2-box-multiple-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,13H13V11H15A2,2 0 0,0 17,9V7C17,5.89 16.1,5 15,5H11V7H15V9H13A2,2 0 0,0 11,11V15H17M21,17H7V3H21M21,1H7A2,2 0 0,0 5,3V17A2,2 0 0,0 7,19H21A2,2 0 0,0 23,17V3A2,2 0 0,0 21,1M3,5H1V21A2,2 0 0,0 3,23H19V21H3V5Z\" /></svg></li><li title=\"numeric 2 box multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-2-box-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,5V21H19V23H3A2,2 0 0,1 1,21V5H3M17,13H13V11H15A2,2 0 0,0 17,9V7C17,5.89 16.1,5 15,5H11V7H15V9H13A2,2 0 0,0 11,11V15H17V13M21,1A2,2 0 0,1 23,3V17A2,2 0 0,1 21,19H7A2,2 0 0,1 5,17V3A2,2 0 0,1 7,1H21Z\" /></svg></li><li title=\"numeric 2 box outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-2-box-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,15H11V13H13A2,2 0 0,0 15,11V9C15,7.89 14.1,7 13,7H9V9H13V11H11A2,2 0 0,0 9,13V17H15M19,19H5V5H19M19,3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3Z\" /></svg></li><li title=\"numeric 2 box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-2-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,11C15,12.11 14.1,13 13,13H11V15H15V17H9V13C9,11.89 9.9,11 11,11H13V9H9V7H13A2,2 0 0,1 15,9M19,3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3Z\" /></svg></li><li title=\"numeric 2 circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-2-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7H13A2,2 0 0,1 15,9V11A2,2 0 0,1 13,13H11V15H15V17H11L9,17V13A2,2 0 0,1 11,11H13V9H9V7M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z\" /></svg></li><li title=\"numeric 2 circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-2-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7V9H13V11H11A2,2 0 0,0 9,13V17H11L15,17V15H11V13H13A2,2 0 0,0 15,11V9A2,2 0 0,0 13,7H9M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2Z\" /></svg></li><li title=\"numeric 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-2\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7V9H13V11H11A2,2 0 0,0 9,13V17H11L15,17V15H11V13H13A2,2 0 0,0 15,11V9A2,2 0 0,0 13,7H9Z\" /></svg></li><li title=\"numeric 3 box multiple outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-3-box-multiple-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,13V11.5A1.5,1.5 0 0,0 15.5,10A1.5,1.5 0 0,0 17,8.5V7C17,5.89 16.1,5 15,5H11V7H15V9H13V11H15V13H11V15H15A2,2 0 0,0 17,13M3,5H1V21A2,2 0 0,0 3,23H19V21H3M21,17H7V3H21M21,1H7A2,2 0 0,0 5,3V17A2,2 0 0,0 7,19H21A2,2 0 0,0 23,17V3A2,2 0 0,0 21,1Z\" /></svg></li><li title=\"numeric 3 box multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-3-box-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,5V21H19V23H3A2,2 0 0,1 1,21V5H3M17,13V11.5A1.5,1.5 0 0,0 15.5,10A1.5,1.5 0 0,0 17,8.5V7C17,5.89 16.1,5 15,5H11V7H15V9H13V11H15V13H11V15H15A2,2 0 0,0 17,13M21,1A2,2 0 0,1 23,3V17A2,2 0 0,1 21,19H7A2,2 0 0,1 5,17V3A2,2 0 0,1 7,1H21Z\" /></svg></li><li title=\"numeric 3 box outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-3-box-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,15V13.5A1.5,1.5 0 0,0 13.5,12A1.5,1.5 0 0,0 15,10.5V9C15,7.89 14.1,7 13,7H9V9H13V11H11V13H13V15H9V17H13A2,2 0 0,0 15,15M19,19H5V5H19M19,3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3Z\" /></svg></li><li title=\"numeric 3 box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-3-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,10.5A1.5,1.5 0 0,1 13.5,12C14.34,12 15,12.67 15,13.5V15C15,16.11 14.11,17 13,17H9V15H13V13H11V11H13V9H9V7H13C14.11,7 15,7.89 15,9M19,3H5C3.91,3 3,3.9 3,5V19A2,2 0 0,0 5,21H19C20.11,21 21,20.1 21,19V5A2,2 0 0,0 19,3Z\" /></svg></li><li title=\"numeric 3 circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-3-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,15A2,2 0 0,1 13,17H9V15H13V13H11V11H13V9H9V7H13A2,2 0 0,1 15,9V10.5A1.5,1.5 0 0,1 13.5,12A1.5,1.5 0 0,1 15,13.5V15M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z\" /></svg></li><li title=\"numeric 3 circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-3-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,15V13.5A1.5,1.5 0 0,0 13.5,12A1.5,1.5 0 0,0 15,10.5V9C15,7.89 14.1,7 13,7H9V9H13V11H11V13H13V15H9V17H13A2,2 0 0,0 15,15M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2Z\" /></svg></li><li title=\"numeric 3 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-3\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,15V13.5A1.5,1.5 0 0,0 13.5,12A1.5,1.5 0 0,0 15,10.5V9C15,7.89 14.1,7 13,7H9V9H13V11H11V13H13V15H9V17H13A2,2 0 0,0 15,15\" /></svg></li><li title=\"numeric 4 box multiple outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-4-box-multiple-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,17H7V3H21M21,1H7A2,2 0 0,0 5,3V17A2,2 0 0,0 7,19H21A2,2 0 0,0 23,17V3A2,2 0 0,0 21,1M15,15H17V5H15V9H13V5H11V11H15M3,5H1V21A2,2 0 0,0 3,23H19V21H3V5Z\" /></svg></li><li title=\"numeric 4 box multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-4-box-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,5V21H19V23H3A2,2 0 0,1 1,21V5H3M21,1A2,2 0 0,1 23,3V17A2,2 0 0,1 21,19H7A2,2 0 0,1 5,17V3A2,2 0 0,1 7,1H21M15,15H17V5H15V9H13V5H11V11H15V15Z\" /></svg></li><li title=\"numeric 4 box outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-4-box-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,19H5V5H19M19,3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3M13,17H15V7H13V11H11V7H9V13H13\" /></svg></li><li title=\"numeric 4 box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-4-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,17H13V13H9V7H11V11H13V7H15M19,3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3Z\" /></svg></li><li title=\"numeric 4 circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-4-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7H11V11H13V7H15V17H13V13H9V7M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z\" /></svg></li><li title=\"numeric 4 circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-4-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7V13H13V17H15V7H13V11H11V7H9M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2Z\" /></svg></li><li title=\"numeric 4 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-4\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7V13H13V17H15V7H13V11H11V7H9Z\" /></svg></li><li title=\"numeric 5 box multiple outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-5-box-multiple-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,13V11C17,9.89 16.1,9 15,9H13V7H17V5H11V11H15V13H11V15H15A2,2 0 0,0 17,13M3,5H1V21A2,2 0 0,0 3,23H19V21H3M21,17H7V3H21M21,1H7A2,2 0 0,0 5,3V17A2,2 0 0,0 7,19H21A2,2 0 0,0 23,17V3A2,2 0 0,0 21,1Z\" /></svg></li><li title=\"numeric 5 box multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-5-box-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,5V21H19V23H3A2,2 0 0,1 1,21V5H3M21,1A2,2 0 0,1 23,3V17A2,2 0 0,1 21,19H7A2,2 0 0,1 5,17V3A2,2 0 0,1 7,1H21M17,13V11C17,9.89 16.1,9 15,9H13V7H17V5H11V11H15V13H11V15H15A2,2 0 0,0 17,13Z\" /></svg></li><li title=\"numeric 5 box outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-5-box-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,15V13C15,11.89 14.1,11 13,11H11V9H15V7H9V13H13V15H9V17H13A2,2 0 0,0 15,15M19,19H5V5H19M19,3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3Z\" /></svg></li><li title=\"numeric 5 box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-5-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,9H11V11H13A2,2 0 0,1 15,13V15C15,16.11 14.1,17 13,17H9V15H13V13H9V7H15M19,3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3Z\" /></svg></li><li title=\"numeric 5 circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-5-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7H15V9H11V11H13A2,2 0 0,1 15,13V15A2,2 0 0,1 13,17H9V15H13V13H9V7M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z\" /></svg></li><li title=\"numeric 5 circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-5-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7V13H13V15H9V17H13A2,2 0 0,0 15,15V13A2,2 0 0,0 13,11H11V9H15V7H9M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2Z\" /></svg></li><li title=\"numeric 5 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-5\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7V13H13V15H9V17H13A2,2 0 0,0 15,15V13A2,2 0 0,0 13,11H11V9H15V7H9Z\" /></svg></li><li title=\"numeric 6 box multiple outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-6-box-multiple-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,11H15V13H13M13,15H15A2,2 0 0,0 17,13V11C17,9.89 16.1,9 15,9H13V7H17V5H13A2,2 0 0,0 11,7V13C11,14.11 11.9,15 13,15M21,17H7V3H21M21,1H7A2,2 0 0,0 5,3V17A2,2 0 0,0 7,19H21A2,2 0 0,0 23,17V3A2,2 0 0,0 21,1M3,5H1V21A2,2 0 0,0 3,23H19V21H3V5Z\" /></svg></li><li title=\"numeric 6 box multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-6-box-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,11H15V13H13V11M3,5V21H19V23H3A2,2 0 0,1 1,21V5H3M21,1A2,2 0 0,1 23,3V17A2,2 0 0,1 21,19H7A2,2 0 0,1 5,17V3A2,2 0 0,1 7,1H21M13,15H15A2,2 0 0,0 17,13V11C17,9.89 16.1,9 15,9H13V7H17V5H13A2,2 0 0,0 11,7V13C11,14.11 11.9,15 13,15Z\" /></svg></li><li title=\"numeric 6 box outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-6-box-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,13H13V15H11M11,17H13A2,2 0 0,0 15,15V13C15,11.89 14.1,11 13,11H11V9H15V7H11A2,2 0 0,0 9,9V15C9,16.11 9.9,17 11,17M19,19H5V5H19M19,3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3Z\" /></svg></li><li title=\"numeric 6 box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-6-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,9H11V11H13A2,2 0 0,1 15,13V15C15,16.11 14.1,17 13,17H11A2,2 0 0,1 9,15V9C9,7.89 9.9,7 11,7H15M19,3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3M11,15H13V13H11V15Z\" /></svg></li><li title=\"numeric 6 circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-6-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,7H15V9H11V11H13A2,2 0 0,1 15,13V15A2,2 0 0,1 13,17H11A2,2 0 0,1 9,15V9A2,2 0 0,1 11,7M11,13V15H13V13H11M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z\" /></svg></li><li title=\"numeric 6 circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-6-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,7A2,2 0 0,0 9,9V15A2,2 0 0,0 11,17H13A2,2 0 0,0 15,15V13A2,2 0 0,0 13,11H11V9H15V7H11M11,13H13V15H11V13M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2Z\" /></svg></li><li title=\"numeric 6 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-6\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,7A2,2 0 0,0 9,9V15A2,2 0 0,0 11,17H13A2,2 0 0,0 15,15V13A2,2 0 0,0 13,11H11V9H15V7H11M11,13H13V15H11V13Z\" /></svg></li><li title=\"numeric 7 box multiple outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-7-box-multiple-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,15L17,7V5H11V7H15L11,15M21,17H7V3H21M21,1H7A2,2 0 0,0 5,3V17A2,2 0 0,0 7,19H21A2,2 0 0,0 23,17V3A2,2 0 0,0 21,1M3,5H1V21A2,2 0 0,0 3,23H19V21H3V5Z\" /></svg></li><li title=\"numeric 7 box multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-7-box-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,5V21H19V23H3A2,2 0 0,1 1,21V5H3M13,15L17,7V5H11V7H15L11,15H13M21,1A2,2 0 0,1 23,3V17A2,2 0 0,1 21,19H7A2,2 0 0,1 5,17V3A2,2 0 0,1 7,1H21Z\" /></svg></li><li title=\"numeric 7 box outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-7-box-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,17L15,9V7H9V9H13L9,17M19,19H5V5H19M19,3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3Z\" /></svg></li><li title=\"numeric 7 box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-7-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,3A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3H19M11,17L15,9V7H9V9H13L9,17H11Z\" /></svg></li><li title=\"numeric 7 circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-7-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,17H9L13,9H9V7H15V9L11,17M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z\" /></svg></li><li title=\"numeric 7 circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-7-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,17L15,9V7H9V9H13L9,17H11M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2Z\" /></svg></li><li title=\"numeric 7 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-7\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,17L15,9V7H9V9H13L9,17\" /></svg></li><li title=\"numeric 8 box multiple outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-8-box-multiple-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,11H15V13H13M13,7H15V9H13M13,15H15A2,2 0 0,0 17,13V11.5A1.5,1.5 0 0,0 15.5,10A1.5,1.5 0 0,0 17,8.5V7C17,5.89 16.1,5 15,5H13A2,2 0 0,0 11,7V8.5A1.5,1.5 0 0,0 12.5,10A1.5,1.5 0 0,0 11,11.5V13C11,14.11 11.9,15 13,15M21,17H7V3H21M21,1H7A2,2 0 0,0 5,3V17A2,2 0 0,0 7,19H21A2,2 0 0,0 23,17V3A2,2 0 0,0 21,1M3,5H1V21A2,2 0 0,0 3,23H19V21H3V5Z\" /></svg></li><li title=\"numeric 8 box multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-8-box-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,11H15V13H13V11M13,7H15V9H13V7M3,5V21H19V23H3A2,2 0 0,1 1,21V5H3M13,15H15A2,2 0 0,0 17,13V11.5A1.5,1.5 0 0,0 15.5,10A1.5,1.5 0 0,0 17,8.5V7C17,5.89 16.1,5 15,5H13A2,2 0 0,0 11,7V8.5A1.5,1.5 0 0,0 12.5,10A1.5,1.5 0 0,0 11,11.5V13C11,14.11 11.9,15 13,15M21,1A2,2 0 0,1 23,3V17A2,2 0 0,1 21,19H7A2,2 0 0,1 5,17V3A2,2 0 0,1 7,1H21Z\" /></svg></li><li title=\"numeric 8 box outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-8-box-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,13H13V15H11M11,9H13V11H11M11,17H13A2,2 0 0,0 15,15V13.5A1.5,1.5 0 0,0 13.5,12A1.5,1.5 0 0,0 15,10.5V9C15,7.89 14.1,7 13,7H11A2,2 0 0,0 9,9V10.5A1.5,1.5 0 0,0 10.5,12A1.5,1.5 0 0,0 9,13.5V15C9,16.11 9.9,17 11,17M19,19H5V5H19M19,3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3Z\" /></svg></li><li title=\"numeric 8 box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-8-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,3A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3H19M11,17H13A2,2 0 0,0 15,15V13.5A1.5,1.5 0 0,0 13.5,12A1.5,1.5 0 0,0 15,10.5V9C15,7.89 14.1,7 13,7H11A2,2 0 0,0 9,9V10.5A1.5,1.5 0 0,0 10.5,12A1.5,1.5 0 0,0 9,13.5V15C9,16.11 9.9,17 11,17M11,13H13V15H11V13M11,9H13V11H11V9Z\" /></svg></li><li title=\"numeric 8 circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-8-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,13V15H13V13H11M11,9V11H13V9H11M11,17A2,2 0 0,1 9,15V13.5A1.5,1.5 0 0,1 10.5,12A1.5,1.5 0 0,1 9,10.5V9A2,2 0 0,1 11,7H13A2,2 0 0,1 15,9V10.5A1.5,1.5 0 0,1 13.5,12A1.5,1.5 0 0,1 15,13.5V15A2,2 0 0,1 13,17H11M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z\" /></svg></li><li title=\"numeric 8 circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-8-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,13H13V15H11V13M11,9H13V11H11V9M11,17H13A2,2 0 0,0 15,15V13.5A1.5,1.5 0 0,0 13.5,12A1.5,1.5 0 0,0 15,10.5V9C15,7.89 14.1,7 13,7H11A2,2 0 0,0 9,9V10.5A1.5,1.5 0 0,0 10.5,12A1.5,1.5 0 0,0 9,13.5V15C9,16.11 9.9,17 11,17M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2Z\" /></svg></li><li title=\"numeric 8 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-8\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,13H13V15H11M11,9H13V11H11M11,17H13A2,2 0 0,0 15,15V13.5A1.5,1.5 0 0,0 13.5,12A1.5,1.5 0 0,0 15,10.5V9C15,7.89 14.1,7 13,7H11A2,2 0 0,0 9,9V10.5A1.5,1.5 0 0,0 10.5,12A1.5,1.5 0 0,0 9,13.5V15C9,16.11 9.9,17 11,17\" /></svg></li><li title=\"numeric 9 box multiple outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-9-box-multiple-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,9H13V7H15M15,5H13A2,2 0 0,0 11,7V9C11,10.11 11.9,11 13,11H15V13H11V15H15A2,2 0 0,0 17,13V7C17,5.89 16.1,5 15,5M21,17H7V3H21M21,1H7A2,2 0 0,0 5,3V17A2,2 0 0,0 7,19H21A2,2 0 0,0 23,17V3A2,2 0 0,0 21,1M3,5H1V21A2,2 0 0,0 3,23H19V21H3V5Z\" /></svg></li><li title=\"numeric 9 box multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-9-box-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,9H13V7H15V9M3,5V21H19V23H3A2,2 0 0,1 1,21V5H3M15,5H13A2,2 0 0,0 11,7V9C11,10.11 11.9,11 13,11H15V13H11V15H15A2,2 0 0,0 17,13V7C17,5.89 16.1,5 15,5M21,1A2,2 0 0,1 23,3V17A2,2 0 0,1 21,19H7A2,2 0 0,1 5,17V3A2,2 0 0,1 7,1H21Z\" /></svg></li><li title=\"numeric 9 box outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-9-box-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,11H11V9H13M13,7H11A2,2 0 0,0 9,9V11C9,12.11 9.9,13 11,13H13V15H9V17H13A2,2 0 0,0 15,15V9C15,7.89 14.1,7 13,7M19,19H5V5H19M19,3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3Z\" /></svg></li><li title=\"numeric 9 box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-9-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,3A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3H19M13,11H11V9H13V11M13,7H11A2,2 0 0,0 9,9V11C9,12.11 9.9,13 11,13H13V15H9V17H13A2,2 0 0,0 15,15V9C15,7.89 14.1,7 13,7Z\" /></svg></li><li title=\"numeric 9 circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-9-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,17H9V15H13V13H11A2,2 0 0,1 9,11V9A2,2 0 0,1 11,7H13A2,2 0 0,1 15,9V15A2,2 0 0,1 13,17M13,11V9H11V11H13M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z\" /></svg></li><li title=\"numeric 9 circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-9-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M13,17A2,2 0 0,0 15,15V9A2,2 0 0,0 13,7H11A2,2 0 0,0 9,9V11A2,2 0 0,0 11,13H13V15H9V17H13M13,11H11V9H13V11Z\" /></svg></li><li title=\"numeric 9 plus box multiple outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-9-plus-box-multiple-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,9H19V7H17V9H15V11H17V13H19V11H21V17H7V3H21M21,1H7A2,2 0 0,0 5,3V17A2,2 0 0,0 7,19H21A2,2 0 0,0 23,17V3A2,2 0 0,0 21,1M11,9V8H12V9M14,12V8C14,6.89 13.1,6 12,6H11A2,2 0 0,0 9,8V9C9,10.11 9.9,11 11,11H12V12H9V14H12A2,2 0 0,0 14,12M3,5H1V21A2,2 0 0,0 3,23H19V21H3V5Z\" /></svg></li><li title=\"numeric 9 plus box multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-9-plus-box-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,9V8H12V9H11M21,1A2,2 0 0,1 23,3V17A2,2 0 0,1 21,19H7A2,2 0 0,1 5,17V3A2,2 0 0,1 7,1H21M3,5V21H19V23H3A2,2 0 0,1 1,21V5H3M15,9V11H17V13H19V11H21V9H19V7H17V9H15M14,12V8C14,6.89 13.1,6 12,6H11A2,2 0 0,0 9,8V9C9,10.11 9.9,11 11,11H12V12H9V14H12A2,2 0 0,0 14,12Z\" /></svg></li><li title=\"numeric 9 plus box outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-9-plus-box-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,11H17V9H15V11H13V13H15V15H17V13H19V19H5V5H19M19,3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3M9,11V10H10V11M12,14V10C12,8.89 11.1,8 10,8H9A2,2 0 0,0 7,10V11C7,12.11 7.9,13 9,13H10V14H7V16H10A2,2 0 0,0 12,14Z\" /></svg></li><li title=\"numeric 9 plus box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-9-plus-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3H19A2,2 0 0,1 21,5M19,11H17V9H15V11H13V13H15V15H17V13H19V11M10,7H8A2,2 0 0,0 6,9V11C6,12.11 6.9,13 8,13H10V15H6V17H10A2,2 0 0,0 12,15V9C12,7.89 11.1,7 10,7M8,9H10V11H8V9Z\" /></svg></li><li title=\"numeric 9 plus circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-9-plus-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,11V13H17V15H15V13H13V11H15V9H17V11H19M10,7A2,2 0 0,1 12,9V15C12,16.11 11.1,17 10,17H6V15H10V13H8A2,2 0 0,1 6,11V9C6,7.89 6.9,7 8,7H10M8,9V11H10V9H8M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z\" /></svg></li><li title=\"numeric 9 plus circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-9-plus-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,11H17V9H15V11H13V13H15V15H17V13H19V11M10,7H8A2,2 0 0,0 6,9V11C6,12.11 6.9,13 8,13H10V15H6V17H10A2,2 0 0,0 12,15V9C12,7.89 11.1,7 10,7M8,9H10V11H8V9M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2Z\" /></svg></li><li title=\"numeric 9 plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-9-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 11H17V9H15V11H13V13H15V15H17V13H19V11M10 7H8C6.9 7 6 7.9 6 9V11C6 12.11 6.9 13 8 13H10V15H6V17H10C11.11 17 12 16.11 12 15V9C12 7.89 11.1 7 10 7M10 11H8V9H10V11Z\" /></svg></li><li title=\"numeric 9 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-9\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,17A2,2 0 0,0 15,15V9A2,2 0 0,0 13,7H11A2,2 0 0,0 9,9V11A2,2 0 0,0 11,13H13V15H9V17H13M13,11H11V9H13V11Z\" /></svg></li><li title=\"numeric negative 1 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-negative-1\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 7V9H15V17H17V7H13M11 13H5V11H11V13Z\" /></svg></li><li title=\"numeric off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.1 21.5L2.4 1.7L1.1 3L5.1 7H2V9H4V17H6V7.9L9.3 11.2C8.5 11.4 8 12.2 8 13V17H14V15.9L20.8 22.7L22.1 21.5M10 15V13H11.1L13.1 15H10M14 10.8L10.2 7H12C13.1 7 14 7.9 14 9V10.8M20 9H16V7H20C21.1 7 22 7.9 22 9V10.5C22 11.3 21.3 12 20.5 12C21.3 12 22 12.7 22 13.5V15C22 16 21.2 16.9 20.2 17L18.2 15H20V13H18V11H20V9Z\" /></svg></li><li title=\"numeric positive 1 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric-positive-1\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 7V9H15V17H17V7H13M11 13H9V15H7V13H5V11H7V9H9V11H11V13Z\" /></svg></li><li title=\"numeric \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-numeric\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,17V9H2V7H6V17H4M22,15C22,16.11 21.1,17 20,17H16V15H20V13H18V11H20V9H16V7H20A2,2 0 0,1 22,9V10.5A1.5,1.5 0 0,1 20.5,12A1.5,1.5 0 0,1 22,13.5V15M14,15V17H8V13C8,11.89 8.9,11 10,11H12V9H8V7H12A2,2 0 0,1 14,9V11C14,12.11 13.1,13 12,13H10V15H14Z\" /></svg></li><li title=\"nut \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-nut\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,16.5C21,16.88 20.79,17.21 20.47,17.38L12.57,21.82C12.41,21.94 12.21,22 12,22C11.79,22 11.59,21.94 11.43,21.82L3.53,17.38C3.21,17.21 3,16.88 3,16.5V7.5C3,7.12 3.21,6.79 3.53,6.62L11.43,2.18C11.59,2.06 11.79,2 12,2C12.21,2 12.41,2.06 12.57,2.18L20.47,6.62C20.79,6.79 21,7.12 21,7.5V16.5M12,7A5,5 0 0,0 7,12A5,5 0 0,0 12,17A5,5 0 0,0 17,12A5,5 0 0,0 12,7Z\" /></svg></li><li title=\"nutrition \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-nutrition\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,18A4,4 0 0,1 18,22H14A4,4 0 0,1 10,18V16H22V18M4,3H14A2,2 0 0,1 16,5V14H8V19H4A2,2 0 0,1 2,17V5A2,2 0 0,1 4,3M4,6V8H6V6H4M14,8V6H8V8H14M4,10V12H6V10H4M8,10V12H14V10H8M4,14V16H6V14H4Z\" /></svg></li><li title=\"nuxt \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-nuxt\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.8 18.36L16.03 8.08C15.93 8 15.63 7.43 15.03 7.43C14.78 7.43 14.43 7.53 14.07 8.08L13.33 9.26L11.31 5.65C11.26 5.55 10.91 5 10.31 5C10.06 5 9.66 5.1 9.36 5.65L2.18 18.31C2.13 18.41 1.83 19 2.13 19.5C2.23 19.75 2.53 20 3.19 20H20.85C20.95 20 21.6 20 21.9 19.5C22 19.26 22.1 18.86 21.8 18.36M8.1 18.31L7.95 18.86H3.24L10.36 6.34L12.66 10.47L8.1 18.31M9.21 18.86L13.32 11.66L17.5 18.86H9.21M18.74 18.86L18.54 18.31L14 10.46L15.03 8.73L20.75 18.86H18.74Z\" /></svg></li><li title=\"oar \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-oar\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.23,15.21C18.77,13.75 14.97,10.2 12.77,11.27L4.5,3L3,4.5L11.28,12.79C10.3,15 13.88,18.62 15.35,20.08C17.11,21.84 18.26,20.92 19.61,19.57C21.1,18.08 21.61,16.61 20.23,15.21Z\" /></svg></li><li title=\"ocarina \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ocarina\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,12C16.8,10.4 13.4,9.7 10.8,9.3L9.7,5.9C9.3,4.8 7.7,4.8 7.3,5.9L6.3,9C3.9,9.4 2,11.5 2,14C2,16.8 4.2,19 7,19C7,19 14,19 20,16C20,16 22,15 22,14C22,13 20,12 20,12M5,14C4.4,14 4,13.6 4,13C4,12.4 4.4,12 5,12C5.6,12 6,12.4 6,13C6,13.5 5.6,14 5,14M7,17C6.4,17 6,16.6 6,16C6,15.4 6.4,15 7,15C7.6,15 8,15.4 8,16C8,16.5 7.6,17 7,17M9,14C8.4,14 8,13.6 8,13C8,12.4 8.4,12 9,12C9.6,12 10,12.4 10,13C10,13.5 9.6,14 9,14M11,17C10.4,17 10,16.6 10,16C10,15.4 10.4,15 11,15C11.6,15 12,15.4 12,16C12,16.5 11.6,17 11,17M16,14C15.4,14 15,13.6 15,13C15,12.4 15.4,12 16,12C16.6,12 17,12.4 17,13C17,13.5 16.6,14 16,14M19,15C18.4,15 18,14.6 18,14C18,13.4 18.4,13 19,13C19.6,13 20,13.4 20,14C20,14.5 19.6,15 19,15Z\" /></svg></li><li title=\"oci \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-oci\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2 2V22H22V2M19.12 19.03H4.87V5H19.13V19.03M14.83 10.71H17.69V17.59H14.83M14.83 6.41H17.69V9.27H14.83M6.3 6.41V17.59H13.4V14.72H9.17V9.28H13.4V6.41Z\" /></svg></li><li title=\"ocr \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ocr\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2 5V19H14V17H12C10.89 17 10 16.11 10 15V9C10 7.89 10.89 7 12 7H14V5M14 7V9H16V7M14 9H12V15H14M14 15V17H16V15M5 7H7C8.11 7 9 7.89 9 9V15C9 16.11 8.11 17 7 17H5C3.89 17 3 16.11 3 15V9C3 7.89 3.89 7 5 7M17 7V17H19V13H20V14H21V17H23V14H22V12H23V8H22V7M5 9V15H7V9M19 9H21V11H19Z\" /></svg></li><li title=\"octagon outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-octagon-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8.27,3L3,8.27V15.73L8.27,21H15.73C17.5,19.24 21,15.73 21,15.73V8.27L15.73,3M9.1,5H14.9L19,9.1V14.9L14.9,19H9.1L5,14.9V9.1\" /></svg></li><li title=\"octagon \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-octagon\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.73,3H8.27L3,8.27V15.73L8.27,21H15.73L21,15.73V8.27\" /></svg></li><li title=\"octagram outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-octagram-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2.2,16.06L3.88,12L2.2,7.94L6.26,6.26L7.94,2.2L12,3.88L16.06,2.2L17.74,6.26L21.8,7.94L20.12,12L21.8,16.06L17.74,17.74L16.06,21.8L12,20.12L7.94,21.8L6.26,17.74L2.2,16.06M4.81,9L6.05,12L4.81,15L7.79,16.21L9,19.19L12,17.95L15,19.19L16.21,16.21L19.19,15L17.95,12L19.19,9L16.21,7.79L15,4.81L12,6.05L9,4.81L7.79,7.79L4.81,9Z\" /></svg></li><li title=\"octagram \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-octagram\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2.2,16.06L3.88,12L2.2,7.94L6.26,6.26L7.94,2.2L12,3.88L16.06,2.2L17.74,6.26L21.8,7.94L20.12,12L21.8,16.06L17.74,17.74L16.06,21.8L12,20.12L7.94,21.8L6.26,17.74L2.2,16.06Z\" /></svg></li><li title=\"octahedron off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-octahedron-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11 5.41V7.8L13.88 10.68L17.84 12L15.86 12.66L18.81 15.61L21.71 12.71H21.7C22.09 12.32 22.09 11.68 21.7 11.29H21.71L12.71 2.29C12.5 2.1 12.26 2 12 2S11.5 2.1 11.29 2.29L8.39 5.19L9.81 6.61L11 5.41M13 5.41L17.3 9.71L13 8.28V5.41M2.39 1.73L1.11 3L5.85 7.74L2.29 11.29H2.3C1.91 11.68 1.91 12.32 2.3 12.71H2.29L11.29 21.71C11.5 21.9 11.74 22 12 22S12.5 21.9 12.71 21.71L16.26 18.15L20.84 22.73L22.11 21.46L2.39 1.73M7.26 9.15L7.54 9.43L6.7 9.71L7.26 9.15M11 18.59L6.7 14.29L11 15.72V18.59M12 13.95L6.16 12L9.12 11L12.04 13.93L12 13.95M13 18.59V15.72L13.62 15.5L14.85 16.74L13 18.59Z\" /></svg></li><li title=\"octahedron \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-octahedron\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.7 11.29H21.71L12.71 2.29C12.5 2.1 12.26 2 12 2C11.74 2 11.5 2.1 11.29 2.29L2.29 11.29H2.3C1.91 11.68 1.91 12.32 2.3 12.71H2.29L11.29 21.71C11.5 21.9 11.74 22 12 22C12.26 22 12.5 21.9 12.71 21.71L21.71 12.71H21.7C22.09 12.32 22.09 11.68 21.7 11.29M13 8.28V5.41L17.3 9.71L13 8.28M11 8.28L6.7 9.71L11 5.41V8.28M12 10.05L17.84 12L12 13.95L6.16 12L12 10.05M11 15.72V18.59L6.7 14.29L11 15.72M13 15.72L17.3 14.29L13 18.59V15.72Z\" /></svg></li><li title=\"odnoklassniki \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-odnoklassniki\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17.83,12.74C17.55,12.17 16.76,11.69 15.71,12.5C14.28,13.64 12,13.64 12,13.64C12,13.64 9.72,13.64 8.29,12.5C7.24,11.69 6.45,12.17 6.17,12.74C5.67,13.74 6.23,14.23 7.5,15.04C8.59,15.74 10.08,16 11.04,16.1L10.24,16.9C9.1,18.03 8,19.12 7.25,19.88C6.8,20.34 6.8,21.07 7.25,21.5L7.39,21.66C7.84,22.11 8.58,22.11 9.03,21.66L12,18.68C13.15,19.81 14.24,20.9 15,21.66C15.45,22.11 16.18,22.11 16.64,21.66L16.77,21.5C17.23,21.07 17.23,20.34 16.77,19.88L13.79,16.9L13,16.09C13.95,16 15.42,15.73 16.5,15.04C17.77,14.23 18.33,13.74 17.83,12.74M12,4.57C13.38,4.57 14.5,5.69 14.5,7.06C14.5,8.44 13.38,9.55 12,9.55C10.62,9.55 9.5,8.44 9.5,7.06C9.5,5.69 10.62,4.57 12,4.57M12,12.12C14.8,12.12 17.06,9.86 17.06,7.06C17.06,4.27 14.8,2 12,2C9.2,2 6.94,4.27 6.94,7.06C6.94,9.86 9.2,12.12 12,12.12Z\" /></svg></li><li title=\"offer \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-offer\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 13C21.6 13 22.1 13.2 22.4 13.6C22.8 14 23 14.5 23 15L15 18L8 16V7H9.9L17.2 9.7C17.7 9.9 18 10.3 18 10.8C18 11.1 17.9 11.4 17.7 11.6C17.5 11.8 17.2 12 16.8 12H14L12.3 11.3L12 12.2L14 13H21M2 7H6V18H2V7Z\" /></svg></li><li title=\"office building cog outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-office-building-cog-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17 13C16.87 13 16.76 13.09 16.74 13.21L16.55 14.53C16.25 14.66 15.96 14.82 15.7 15L14.46 14.5C14.35 14.5 14.22 14.5 14.15 14.63L13.15 16.36C13.09 16.47 13.11 16.6 13.21 16.68L14.27 17.5C14.25 17.67 14.24 17.83 14.24 18S14.25 18.33 14.27 18.5L13.21 19.32C13.12 19.4 13.09 19.53 13.15 19.64L14.15 21.37C14.21 21.5 14.34 21.5 14.46 21.5L15.7 21C15.96 21.18 16.24 21.35 16.55 21.47L16.74 22.79C16.76 22.91 16.86 23 17 23H19C19.11 23 19.22 22.91 19.24 22.79L19.43 21.47C19.73 21.34 20 21.18 20.27 21L21.5 21.5C21.63 21.5 21.76 21.5 21.83 21.37L22.83 19.64C22.89 19.53 22.86 19.4 22.77 19.32L21.7 18.5C21.72 18.33 21.74 18.17 21.74 18S21.73 17.67 21.7 17.5L22.76 16.68C22.85 16.6 22.88 16.47 22.82 16.36L21.82 14.63C21.76 14.5 21.63 14.5 21.5 14.5L20.27 15C20 14.82 19.73 14.65 19.42 14.53L19.23 13.21C19.22 13.09 19.11 13 19 13H17M18 16.5C18.83 16.5 19.5 17.17 19.5 18S18.83 19.5 18 19.5C17.16 19.5 16.5 18.83 16.5 18S17.17 16.5 18 16.5M10 5H12V7H10V5M16 7H14V5H16V7M14 9H16V11H14V9M10 9H12V11H10V9M13.11 23H2V1H20V11.29C19.37 11.11 18.7 11 18 11V3H4V21H10V17.5H11.03C11 17.67 11 17.83 11 18C11 19.96 11.81 21.73 13.11 23M8 15H6V13H8V15M8 11H6V9H8V11M8 7H6V5H8V7M6 17H8V19H6V17M10 13H12V14.41C11.89 14.6 11.78 14.8 11.68 15H10V13Z\" /></svg></li><li title=\"office building cog \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-office-building-cog\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16 13C15.87 13 15.76 13.09 15.74 13.21L15.55 14.53C15.25 14.66 14.96 14.82 14.7 15L13.46 14.5C13.35 14.5 13.22 14.5 13.15 14.63L12.15 16.36C12.09 16.47 12.11 16.6 12.21 16.68L13.27 17.5C13.25 17.67 13.24 17.83 13.24 18S13.25 18.33 13.27 18.5L12.21 19.32C12.12 19.4 12.09 19.53 12.15 19.64L13.15 21.37C13.21 21.5 13.34 21.5 13.46 21.5L14.7 21C14.96 21.18 15.24 21.35 15.55 21.47L15.74 22.79C15.76 22.91 15.86 23 16 23H18C18.11 23 18.22 22.91 18.24 22.79L18.43 21.47C18.73 21.34 19 21.18 19.27 21L20.5 21.5C20.63 21.5 20.76 21.5 20.83 21.37L21.83 19.64C21.89 19.53 21.86 19.4 21.77 19.32L20.7 18.5C20.72 18.33 20.74 18.17 20.74 18S20.73 17.67 20.7 17.5L21.76 16.68C21.85 16.6 21.88 16.47 21.82 16.36L20.82 14.63C20.76 14.5 20.63 14.5 20.5 14.5L19.27 15C19 14.82 18.73 14.65 18.42 14.53L18.23 13.21C18.22 13.09 18.11 13 18 13H16M17 16.5C17.83 16.5 18.5 17.17 18.5 18S17.83 19.5 17 19.5C16.16 19.5 15.5 18.83 15.5 18S16.17 16.5 17 16.5M16 11.08V3H2V21H8V17.5H10.03C10.26 14.2 12.77 11.54 16 11.08M6 19H4V17H6V19M6 15H4V13H6V15M6 11H4V9H6V11M6 7H4V5H6V7M12 5H14V7H12V5M12 9H14V11H12V9M10 15H8V13H10V15M10 11H8V9H10V11M8 7V5H10V7H8Z\" /></svg></li><li title=\"office building marker outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-office-building-marker-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15 9H17V11H15V9M17 5H15V7H17V5M11 15H13V13H11V15M13 5H11V7H13V5M11 11H13V9H11V11M9 5H7V7H9V5M9 9H7V11H9V9M14.55 21H13V17.5H11V21H5V3H19V11.03C19.71 11.09 20.39 11.31 21 11.63V1H3V23H15.91C15.5 22.44 15 21.76 14.55 21M7 19H9V17H7V19M9 13H7V15H9V13M22 16.5C22 19.1 18.5 23 18.5 23S15 19.1 15 16.5C15 14.6 16.6 13 18.5 13S22 14.6 22 16.5M19.7 16.6C19.7 16 19.1 15.4 18.5 15.4S17.3 15.9 17.3 16.6C17.3 17.2 17.8 17.8 18.5 17.8S19.8 17.2 19.7 16.6Z\" /></svg></li><li title=\"office building marker \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-office-building-marker\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.19 21C14.12 19.43 13 17.36 13 15.5C13 13.67 13.96 12 15.4 11H15V9H17V10.23C17.5 10.09 18 10 18.5 10C18.67 10 18.84 10 19 10.03V3H5V21H11V17.5H13V21H15.19M15 5H17V7H15V5M9 19H7V17H9V19M9 15H7V13H9V15M9 11H7V9H9V11M9 7H7V5H9V7M11 5H13V7H11V5M11 9H13V11H11V9M11 15V13H13V15H11M18.5 12C16.6 12 15 13.61 15 15.5C15 18.11 18.5 22 18.5 22S22 18.11 22 15.5C22 13.61 20.4 12 18.5 12M18.5 16.81C17.8 16.81 17.3 16.21 17.3 15.61C17.3 14.91 17.9 14.41 18.5 14.41S19.7 15 19.7 15.61C19.8 16.21 19.2 16.81 18.5 16.81Z\" /></svg></li><li title=\"office building outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-office-building-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 3V21H13V17.5H11V21H5V3H19M15 7H17V5H15V7M11 7H13V5H11V7M7 7H9V5H7V7M15 11H17V9H15V11M11 11H13V9H11V11M7 11H9V9H7V11M15 15H17V13H15V15M11 15H13V13H11V15M7 15H9V13H7V15M15 19H17V17H15V19M7 19H9V17H7V19M21 1H3V23H21V1Z\" /></svg></li><li title=\"office building \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-office-building\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,3V21H11V17.5H13V21H19V3H5M7,5H9V7H7V5M11,5H13V7H11V5M15,5H17V7H15V5M7,9H9V11H7V9M11,9H13V11H11V9M15,9H17V11H15V9M7,13H9V15H7V13M11,13H13V15H11V13M15,13H17V15H15V13M7,17H9V19H7V17M15,17H17V19H15V17Z\" /></svg></li><li title=\"oil lamp \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-oil-lamp\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,20H16V22H5M11,5H10A2,2 0 0,0 8,7H13A2,2 0 0,0 11,5M16,8H22A2,2 0 0,1 20,10H19A4,4 0 0,0 15,14V15A4,4 0 0,1 11,19H10A4,4 0 0,1 6,15H4A2,2 0 0,1 2,13V10A2,2 0 0,1 4,8M6,10H4V13H6M19,5A2,2 0 0,1 21,7H22A2.9,2.9 0 0,0 19,4A2,2 0 0,1 17,2H16A2.9,2.9 0 0,0 19,5\" /></svg></li><li title=\"oil level \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-oil-level\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8 18C6.67 18 5.79 18.79 5.29 19.29S4.67 20 4 20 3.21 19.79 2.71 19.29C2.35 18.93 1.79 18.42 1 18.16V20.41C1.09 20.5 1.18 20.59 1.29 20.71C1.79 21.21 2.67 22 4 22S6.21 21.21 6.71 20.71 7.33 20 8 20 8.79 20.21 9.29 20.71C9.73 21.14 10.44 21.8 11.5 21.96C11.66 22 11.83 22 12 22C13.33 22 14.21 21.21 14.71 20.71S15.33 20 16 20 16.79 20.21 17.29 20.71 18.67 22 20 22 22.21 21.21 22.71 20.71C22.82 20.59 22.91 20.5 23 20.41V18.16C22.21 18.42 21.65 18.93 21.29 19.29C20.79 19.79 20.67 20 20 20S19.21 19.79 18.71 19.29 17.33 18 16 18 13.79 18.79 13.29 19.29 12.67 20 12 20C11.78 20 11.63 19.97 11.5 19.92C11.22 19.82 11.05 19.63 10.71 19.29C10.21 18.79 9.33 18 8 18M22 10.5C22 10.5 24 12.67 24 14C24 15.1 23.1 16 22 16S20 15.1 20 14C20 12.67 22 10.5 22 10.5M22.5 7.13L19.24 5.24L12.73 9C12.39 8.4 11.74 8 11 8H9V6H10C10.55 6 11 5.55 11 5S10.55 4 10 4H6C5.45 4 5 4.45 5 5S5.45 6 6 6H7V8H5C3.9 8 3 8.9 3 10V13C3 14.1 3.9 15 5 15H14C14.75 15 15.41 14.58 15.75 13.97L19.4 7.65L21.5 8.86C22 9.14 22.59 8.97 22.87 8.5C23.14 8 23 7.4 22.5 7.13M14 13H5V10H11.69L12.6 11.43L16.06 9.43L14 13M3.5 6.92L1.79 8.62A1 1 0 0 1 .38 7.21L2.09 5.5A1 1 0 0 1 3.5 5.5C3.89 5.89 3.89 6.5 3.5 6.92Z\" /></svg></li><li title=\"oil temperature \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-oil-temperature\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10 5H13V3H10V2C10 1.4 9.6 1 9 1S8 1.4 8 2V15.3C7.4 15.6 7 16.3 7 17C7 18.1 7.9 19 9 19S11 18.1 11 17C11 16.3 10.6 15.6 10 15.3V13H13V11H10V9H13V7H10V5M22 17.5C22 17.5 24 19.7 24 21C24 22.1 23.1 23 22 23S20 22.1 20 21C20 19.7 22 17.5 22 17.5M22.9 15.5C22.6 16 22 16.1 21.5 15.9L19.4 14.7L15.8 21C15.5 21.6 14.8 22 14 22H5C3.9 22 3 21.1 3 20V17C3 15.9 3.9 15 5 15V20H14L16.1 16.4L13 18.2V15.8L19.2 12.2L22.5 14.1C23 14.4 23.1 15 22.9 15.5M3.5 13.9L1.8 15.6C1.4 16 .8 16 .4 15.6S0 14.6.4 14.2L2.1 12.5C2.5 12.1 3.1 12.1 3.5 12.5S3.9 13.5 3.5 13.9Z\" /></svg></li><li title=\"oil \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-oil\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,12.5C22,12.5 24,14.67 24,16A2,2 0 0,1 22,18A2,2 0 0,1 20,16C20,14.67 22,12.5 22,12.5M6,6H10A1,1 0 0,1 11,7A1,1 0 0,1 10,8H9V10H11C11.74,10 12.39,10.4 12.73,11L19.24,7.24L22.5,9.13C23,9.4 23.14,10 22.87,10.5C22.59,10.97 22,11.14 21.5,10.86L19.4,9.65L15.75,15.97C15.41,16.58 14.75,17 14,17H5A2,2 0 0,1 3,15V12A2,2 0 0,1 5,10H7V8H6A1,1 0 0,1 5,7A1,1 0 0,1 6,6M5,12V15H14L16.06,11.43L12.6,13.43L11.69,12H5M0.38,9.21L2.09,7.5C2.5,7.11 3.11,7.11 3.5,7.5C3.89,7.89 3.89,8.5 3.5,8.91L1.79,10.62C1.4,11 0.77,11 0.38,10.62C0,10.23 0,9.6 0.38,9.21Z\" /></svg></li><li title=\"om \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-om\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,2L13.5,3.5L15,5L16.5,3.5L15,2M11,3C10,9 17,10 20,6L18,4.5C17,6 13,8 11,3M9,7C7,7 4.5,8.5 4.5,8.5L6,11C7,10 9,9.5 10,10C12,11 9,13 7,12V15.5C10,14 12,16 11,17.5C8,22 3,16 3,13C1,19 6,22 9,22C12,22 14,20 12.5,15H14C12.5,19.5 18,24 21,18C22,16 22,9.5 17,9.5C13,9.5 14,15 10.5,13.5C14,10 12,7 9,7M19,12C22,15 15,21 15,15C15,13 17,10.5 19,12Z\" /></svg></li><li title=\"omega \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-omega\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.15,19H13.39V16.87C15.5,15.25 16.59,13.24 16.59,10.84C16.59,9.34 16.16,8.16 15.32,7.29C14.47,6.42 13.37,6 12.03,6C10.68,6 9.57,6.42 8.71,7.3C7.84,8.17 7.41,9.37 7.41,10.88C7.41,13.26 8.5,15.26 10.61,16.87V19H4.85V16.87H8.41C6.04,15.32 4.85,13.23 4.85,10.6C4.85,8.5 5.5,6.86 6.81,5.66C8.12,4.45 9.84,3.85 11.97,3.85C14.15,3.85 15.89,4.45 17.19,5.64C18.5,6.83 19.15,8.5 19.15,10.58C19.15,13.21 17.95,15.31 15.55,16.87H19.15V19Z\" /></svg></li><li title=\"one up \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-one-up\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,19V19C9.4,19 9,18.6 9,18V17C9,16.5 9.4,16 10,16V16C10.5,16 11,16.4 11,17V18C11,18.6 10.6,19 10,19M15,18V17C15,16.5 14.6,16 14,16V16C13.5,16 13,16.4 13,17V18C13,18.5 13.4,19 14,19V19C14.6,19 15,18.6 15,18M22,12C22,14.6 20.4,16.9 18,18.4V20A2,2 0 0,1 16,22H8A2,2 0 0,1 6,20V18.4C3.6,16.9 2,14.6 2,12A10,10 0 0,1 12,2A10,10 0 0,1 22,12M7,10C7,8.9 6.4,7.9 5.5,7.4C4.5,8.7 4,10.3 4,12C4,12.3 4,12.7 4.1,13C5.7,12.9 7,11.6 7,10M9,9C9,10.7 10.3,12 12,12C13.7,12 15,10.7 15,9C15,7.3 13.7,6 12,6C10.3,6 9,7.3 9,9M16,20V15.5C14.8,15.2 13.4,15 12,15C10.6,15 9.2,15.2 8,15.5V20H16M19.9,13C20,12.7 20,12.3 20,12C20,10.3 19.5,8.7 18.5,7.4C17.6,7.9 17,8.9 17,10C17,11.6 18.3,12.9 19.9,13Z\" /></svg></li><li title=\"onepassword \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-onepassword\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,1C5.92,1 1,5.92 1,12C1,18.08 5.92,23 12,23C18.08,23 23,18.08 23,12C23,5.92 18.08,1 12,1M12,20A8,8 0 0,1 4,12A8,8 0 0,1 12,4A8,8 0 0,1 20,12A8,8 0 0,1 12,20M13,13.5C13,14.13 13.4,14.7 14,14.91V18H10V11.91C10.78,11.64 11.19,10.8 10.93,10C10.78,9.58 10.44,9.24 10,9.09V6H14V12.09C13.4,12.3 13,12.87 13,13.5Z\" /></svg></li><li title=\"opacity \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-opacity\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17.66,8L12,2.35L6.34,8C4.78,9.56 4,11.64 4,13.64C4,15.64 4.78,17.75 6.34,19.31C7.9,20.87 9.95,21.66 12,21.66C14.05,21.66 16.1,20.87 17.66,19.31C19.22,17.75 20,15.64 20,13.64C20,11.64 19.22,9.56 17.66,8M6,14C6,12 6.62,10.73 7.76,9.6L12,5.27L16.24,9.65C17.38,10.77 18,12 18,14H6Z\" /></svg></li><li title=\"open in app \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-open-in-app\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,10L8,14H11V20H13V14H16M19,4H5C3.89,4 3,4.9 3,6V18A2,2 0 0,0 5,20H9V18H5V8H19V18H15V20H19A2,2 0 0,0 21,18V6A2,2 0 0,0 19,4Z\" /></svg></li><li title=\"open in new \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-open-in-new\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,3V5H17.59L7.76,14.83L9.17,16.24L19,6.41V10H21V3M19,19H5V5H12V3H5C3.89,3 3,3.9 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V12H19V19Z\" /></svg></li><li title=\"open source initiative \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-open-source-initiative\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.41,22C15.35,22 15.28,22 15.22,22C15.1,21.95 15,21.85 14.96,21.73L12.74,15.93C12.65,15.69 12.77,15.42 13,15.32C13.71,15.06 14.28,14.5 14.58,13.83C15.22,12.4 14.58,10.73 13.15,10.09C11.72,9.45 10.05,10.09 9.41,11.5C9.11,12.21 9.09,13 9.36,13.69C9.66,14.43 10.25,15 11,15.28C11.24,15.37 11.37,15.64 11.28,15.89L9,21.69C8.96,21.81 8.87,21.91 8.75,21.96C8.63,22 8.5,22 8.39,21.96C3.24,19.97 0.67,14.18 2.66,9.03C4.65,3.88 10.44,1.31 15.59,3.3C18.06,4.26 20.05,6.15 21.13,8.57C22.22,11 22.29,13.75 21.33,16.22C20.32,18.88 18.23,21 15.58,22C15.5,22 15.47,22 15.41,22M12,3.59C7.03,3.46 2.9,7.39 2.77,12.36C2.68,16.08 4.88,19.47 8.32,20.9L10.21,16C8.38,15 7.69,12.72 8.68,10.89C9.67,9.06 11.96,8.38 13.79,9.36C15.62,10.35 16.31,12.64 15.32,14.47C14.97,15.12 14.44,15.65 13.79,16L15.68,20.93C17.86,19.95 19.57,18.16 20.44,15.93C22.28,11.31 20.04,6.08 15.42,4.23C14.33,3.8 13.17,3.58 12,3.59Z\" /></svg></li><li title=\"openid \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-openid\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,2L11,3.5V19.94C7,19.5 4,17.46 4,15C4,12.75 6.5,10.85 10,10.22V8.19C4.86,8.88 1,11.66 1,15C1,18.56 5.36,21.5 11,21.94C11.03,21.94 11.06,21.94 11.09,21.94L14,20.5V2M15,8.19V10.22C16.15,10.43 17.18,10.77 18.06,11.22L16.5,12L23,13.5L22.5,9L20.5,10C19,9.12 17.12,8.47 15,8.19Z\" /></svg></li><li title=\"opera \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-opera\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9.04,17.07C8.04,15.9 7.4,14.16 7.35,12.21V11.79C7.4,9.84 8.04,8.1 9.04,6.93C9.86,5.95 10.93,5.37 12.1,5.37C14.72,5.37 16.84,8.34 16.84,12C16.84,15.66 14.72,18.63 12.1,18.63C10.93,18.63 10.33,18.5 9.04,17.07M12.03,3H12A9,9 0 0,0 3,12C3,16.83 6.8,20.77 11.57,21H12C14.3,21 16.4,20.13 18,18.71C19.84,17.06 21,14.67 21,12C21,9.33 19.84,6.94 18,5.29C16.41,3.87 14.32,3 12.03,3Z\" /></svg></li><li title=\"orbit variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-orbit-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 8L15 12H18C18 15.31 15.31 18 12 18C11 18 10.03 17.75 9.2 17.3L7.74 18.76C8.97 19.54 10.43 20 12 20C16.42 20 20 16.42 20 12H23M6 12C6 8.69 8.69 6 12 6C13 6 13.97 6.25 14.8 6.7L16.26 5.24C15.03 4.46 13.57 4 12 4C7.58 4 4 7.58 4 12H1L5 16L9 12M14 12C14 13.11 13.11 14 12 14S10 13.11 10 12 10.9 10 12 10 14 10.9 14 12Z\" /></svg></li><li title=\"orbit \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-orbit\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8.11,1.75C9.3,1.25 10.62,1 12,1C18.08,1 23,5.92 23,12C23,18.08 18.08,23 12,23C5.92,23 1,18.08 1,12C1,10.62 1.25,9.3 1.72,8.08C2.24,8.61 2.83,8.96 3.45,9.18C3.16,10.07 3,11 3,12A9,9 0 0,0 12,21A9,9 0 0,0 21,12A9,9 0 0,0 12,3C11,3 10.07,3.16 9.18,3.45C8.96,2.83 8.61,2.24 8.11,1.75M4.93,2.93C6.03,2.93 6.93,3.82 6.93,4.93A2,2 0 0,1 4.93,6.93C3.82,6.93 2.93,6.03 2.93,4.93C2.93,3.82 3.82,2.93 4.93,2.93M12,7A5,5 0 0,1 17,12A5,5 0 0,1 12,17A5,5 0 0,1 7,12A5,5 0 0,1 12,7Z\" /></svg></li><li title=\"order alphabetical ascending \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-order-alphabetical-ascending\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 5H22V7H12M12 19V17H22V19M12 11H22V13H12M9 13V15L5.67 19H9V21H3V19L6.33 15H3V13M7 3H5C3.9 3 3 3.9 3 5V11H5V9H7V11H9V5C9 3.9 8.11 3 7 3M7 7H5V5H7Z\" /></svg></li><li title=\"order alphabetical descending \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-order-alphabetical-descending\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7 13H5C3.9 13 3 13.9 3 15V21H5V19H7V21H9V15C9 13.9 8.11 13 7 13M7 17H5V15H7M9 3V5L5.67 9H9V11H3V9L6.33 5H3V3M12 5H22V7H12M12 19V17H22V19M12 11H22V13H12Z\" /></svg></li><li title=\"order bool ascending variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-order-bool-ascending-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 13C2.89 13 2 13.89 2 15V19C2 20.11 2.89 21 4 21H8C9.11 21 10 20.11 10 19V15C10 13.89 9.11 13 8 13M8.2 14.5L9.26 15.55L5.27 19.5L2.74 16.95L3.81 15.9L5.28 17.39M4 3C2.89 3 2 3.89 2 5V9C2 10.11 2.89 11 4 11H8C9.11 11 10 10.11 10 9V5C10 3.89 9.11 3 8 3M4 5H8V9H4M12 5H22V7H12M12 19V17H22V19M12 11H22V13H12Z\" /></svg></li><li title=\"order bool ascending \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-order-bool-ascending\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6 3C3.79 3 2 4.79 2 7S3.79 11 6 11 10 9.21 10 7 8.21 3 6 3M6 9C4.9 9 4 8.1 4 7S4.9 5 6 5 8 5.9 8 7 7.1 9 6 9M6 13C3.79 13 2 14.79 2 17S3.79 21 6 21 10 19.21 10 17 8.21 13 6 13M12 5H22V7H12V5M12 19V17H22V19H12M12 11H22V13H12V11Z\" /></svg></li><li title=\"order bool descending variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-order-bool-descending-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 3C2.89 3 2 3.89 2 5V9C2 10.11 2.89 11 4 11H8C9.11 11 10 10.11 10 9V5C10 3.89 9.11 3 8 3M8.2 4.5L9.26 5.55L5.27 9.5L2.74 6.95L3.81 5.9L5.28 7.39M4 13C2.89 13 2 13.89 2 15V19C2 20.11 2.89 21 4 21H8C9.11 21 10 20.11 10 19V15C10 13.89 9.11 13 8 13M4 15H8V19H4M12 5H22V7H12M12 19V17H22V19M12 11H22V13H12Z\" /></svg></li><li title=\"order bool descending \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-order-bool-descending\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6 13C3.79 13 2 14.79 2 17S3.79 21 6 21 10 19.21 10 17 8.21 13 6 13M6 19C4.9 19 4 18.1 4 17S4.9 15 6 15 8 15.9 8 17 7.1 19 6 19M6 3C3.79 3 2 4.79 2 7S3.79 11 6 11 10 9.21 10 7 8.21 3 6 3M12 5H22V7H12V5M12 19V17H22V19H12M12 11H22V13H12V11Z\" /></svg></li><li title=\"order numeric ascending \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-order-numeric-ascending\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7 21H3V19H7V18H5C3.9 18 3 17.11 3 16V15C3 13.9 3.9 13 5 13H7C8.11 13 9 13.9 9 15V19C9 20.11 8.11 21 7 21M7 15H5V16H7M5 3H7C8.11 3 9 3.9 9 5V9C9 10.11 8.11 11 7 11H5C3.9 11 3 10.11 3 9V5C3 3.9 3.9 3 5 3M5 9H7V5H5M12 5H22V7H12M12 19V17H22V19M12 11H22V13H12Z\" /></svg></li><li title=\"order numeric descending \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-order-numeric-descending\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7 11H3V9H7V8H5C3.9 8 3 7.11 3 6V5C3 3.9 3.9 3 5 3H7C8.11 3 9 3.9 9 5V9C9 10.11 8.11 11 7 11M7 5H5V6H7M5 13H7C8.11 13 9 13.9 9 15V19C9 20.11 8.11 21 7 21H5C3.9 21 3 20.11 3 19V15C3 13.9 3.9 13 5 13M5 19H7V15H5M12 5H22V7H12M12 19V17H22V19M12 11H22V13H12Z\" /></svg></li><li title=\"origin \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-origin\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2.13C12,2.23 11.95,2.33 11.89,2.41C11.5,3 11.16,3.64 11.04,4.33L11,4.56L12,4.5A7.5,7.5 0 0,1 19.5,12C19.5,13.62 19,15.11 18.12,16.34C16.73,18.68 14.72,20.65 12.34,21.97C12.25,22 12.12,22 12.06,21.93C12,21.83 12,21.7 12.09,21.61C12.47,21.09 12.73,20.5 12.87,19.85L12.93,19.44L12,19.5A7.5,7.5 0 0,1 4.5,12C4.5,10.39 5,8.89 5.88,7.67C7.26,5.32 9.28,3.34 11.67,2C11.78,1.95 11.94,2 12,2.13M12,9A3,3 0 0,0 9,12A3,3 0 0,0 12,15A3,3 0 0,0 15,12A3,3 0 0,0 12,9Z\" /></svg></li><li title=\"ornament variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ornament-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,1A3,3 0 0,1 15,4V5A1,1 0 0,1 16,6V7.07C18.39,8.45 20,11.04 20,14A8,8 0 0,1 12,22A8,8 0 0,1 4,14C4,11.04 5.61,8.45 8,7.07V6A1,1 0 0,1 9,5V4A3,3 0 0,1 12,1M12,3A1,1 0 0,0 11,4V5H13V4A1,1 0 0,0 12,3M12,8C10.22,8 8.63,8.77 7.53,10H16.47C15.37,8.77 13.78,8 12,8M12,20C13.78,20 15.37,19.23 16.47,18H7.53C8.63,19.23 10.22,20 12,20M12,12A2,2 0 0,0 10,14A2,2 0 0,0 12,16A2,2 0 0,0 14,14A2,2 0 0,0 12,12M18,14C18,13.31 17.88,12.65 17.67,12C16.72,12.19 16,13 16,14C16,15 16.72,15.81 17.67,15.97C17.88,15.35 18,14.69 18,14M6,14C6,14.69 6.12,15.35 6.33,15.97C7.28,15.81 8,15 8,14C8,13 7.28,12.19 6.33,12C6.12,12.65 6,13.31 6,14Z\" /></svg></li><li title=\"ornament \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ornament\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,1A3,3 0 0,1 15,4V5A1,1 0 0,1 16,6V7.07C18.39,8.45 20,11.04 20,14A8,8 0 0,1 12,22A8,8 0 0,1 4,14C4,11.04 5.61,8.45 8,7.07V6A1,1 0 0,1 9,5V4A3,3 0 0,1 12,1M12,3A1,1 0 0,0 11,4V5H13V4A1,1 0 0,0 12,3M12,8C10.22,8 8.63,8.77 7.53,10H16.47C15.37,8.77 13.78,8 12,8M6.34,16H7.59L6,14.43C6.05,15 6.17,15.5 6.34,16M12.59,16L8.59,12H6.41L10.41,16H12.59M17.66,12H16.41L18,13.57C17.95,13 17.83,12.5 17.66,12M11.41,12L15.41,16H17.59L13.59,12H11.41M12,20C13.78,20 15.37,19.23 16.47,18H7.53C8.63,19.23 10.22,20 12,20Z\" /></svg></li><li title=\"outdoor lamp \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-outdoor-lamp\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15 22H13C11.9 22 11 21.1 11 20V15H17V20C17 21.1 16.1 22 15 22M7 14H21L15 9.71V6C15 4.39 13.94 2 11 2S7 4.39 7 6C7 6.45 6.81 7 6 7H5V3H3V12H5V9H6C8.2 9 9 7.21 9 6C9 5.67 9.1 4 11 4C12.83 4 13 5.54 13 6V9.71L7 14Z\" /></svg></li><li title=\"overscan \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-overscan\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 5.5L10 8H14L12 5.5M18 10V14L20.5 12L18 10M6 10L3.5 12L6 14V10M14 16H10L12 18.5L14 16M21 3H3C1.9 3 1 3.9 1 5V19C1 20.1 1.9 21 3 21H21C22.1 21 23 20.1 23 19V5C23 3.9 22.1 3 21 3M21 19H3V5H21V19Z\" /></svg></li><li title=\"owl \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-owl\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,16C12.56,16.84 13.31,17.53 14.2,18L12,20.2L9.8,18C10.69,17.53 11.45,16.84 12,16M17,11.2A2,2 0 0,0 15,13.2A2,2 0 0,0 17,15.2A2,2 0 0,0 19,13.2C19,12.09 18.1,11.2 17,11.2M7,11.2A2,2 0 0,0 5,13.2A2,2 0 0,0 7,15.2A2,2 0 0,0 9,13.2C9,12.09 8.1,11.2 7,11.2M17,8.7A4,4 0 0,1 21,12.7A4,4 0 0,1 17,16.7A4,4 0 0,1 13,12.7A4,4 0 0,1 17,8.7M7,8.7A4,4 0 0,1 11,12.7A4,4 0 0,1 7,16.7A4,4 0 0,1 3,12.7A4,4 0 0,1 7,8.7M2.24,1C4,4.7 2.73,7.46 1.55,10.2C1.19,11 1,11.83 1,12.7A6,6 0 0,0 7,18.7C7.21,18.69 7.42,18.68 7.63,18.65L10.59,21.61L12,23L13.41,21.61L16.37,18.65C16.58,18.68 16.79,18.69 17,18.7A6,6 0 0,0 23,12.7C23,11.83 22.81,11 22.45,10.2C21.27,7.46 20,4.7 21.76,1C19.12,3.06 15.36,4.69 12,4.7C8.64,4.69 4.88,3.06 2.24,1Z\" /></svg></li><li title=\"pac man \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pac-man\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,12L19.07,19.07C15.17,23 8.83,23 4.93,19.07C1,15.17 1,8.84 4.93,4.93C8.83,1 15.16,1 19.07,4.93L12,12M19,10A2,2 0 0,0 17,12A2,2 0 0,0 19,14A2,2 0 0,0 21,12A2,2 0 0,0 19,10Z\" /></svg></li><li title=\"package down \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-package-down\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5.12,5L5.93,4H17.93L18.87,5M12,17.5L6.5,12H10V10H14V12H17.5L12,17.5M20.54,5.23L19.15,3.55C18.88,3.21 18.47,3 18,3H6C5.53,3 5.12,3.21 4.84,3.55L3.46,5.23C3.17,5.57 3,6 3,6.5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V6.5C21,6 20.83,5.57 20.54,5.23Z\" /></svg></li><li title=\"package up \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-package-up\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.54,5.23C20.83,5.57 21,6 21,6.5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V6.5C3,6 3.17,5.57 3.46,5.23L4.84,3.55C5.12,3.21 5.53,3 6,3H18C18.47,3 18.88,3.21 19.15,3.55L20.54,5.23M5.12,5H18.87L17.93,4H5.93L5.12,5M12,9.5L6.5,15H10V17H14V15H17.5L12,9.5Z\" /></svg></li><li title=\"package variant closed minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-package-variant-closed-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 12.6L19 9.2V13C19.7 13 20.4 13.1 21 13.4V7.5C21 7.1 20.8 6.8 20.5 6.6L12.6 2.2C12.4 2.1 12.2 2 12 2S11.6 2.1 11.4 2.2L3.5 6.6C3.2 6.8 3 7.1 3 7.5V16.5C3 16.9 3.2 17.2 3.5 17.4L11.4 21.8C11.6 21.9 11.8 22 12 22S12.4 21.9 12.6 21.8L13.5 21.3C13.2 20.7 13.1 20 13 19.3M12 4.2L18 7.5L16 8.6L10.1 5.2L12 4.2M11 19.3L5 15.9V9.2L11 12.6V19.3M12 10.8L6 7.5L8 6.3L14 9.8L12 10.8M23 18V20H15V18H23Z\" /></svg></li><li title=\"package variant closed plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-package-variant-closed-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 19.3V12.6L19 9.2V13C19.7 13 20.4 13.1 21 13.4V7.5C21 7.1 20.8 6.8 20.5 6.6L12.6 2.2C12.4 2.1 12.2 2 12 2S11.6 2.1 11.4 2.2L3.5 6.6C3.2 6.8 3 7.1 3 7.5V16.5C3 16.9 3.2 17.2 3.5 17.4L11.4 21.8C11.6 21.9 11.8 22 12 22S12.4 21.9 12.6 21.8L13.5 21.3C13.2 20.7 13.1 20 13 19.3M12 4.2L18 7.5L16 8.6L10.1 5.2L12 4.2M11 19.3L5 15.9V9.2L11 12.6V19.3M12 10.8L6 7.5L8 6.3L14 9.8L12 10.8M20 15V18H23V20H20V23H18V20H15V18H18V15H20Z\" /></svg></li><li title=\"package variant closed remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-package-variant-closed-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 12.6L19 9.2V13C19.7 13 20.4 13.1 21 13.4V7.5C21 7.1 20.8 6.8 20.5 6.6L12.6 2.2C12.4 2.1 12.2 2 12 2S11.6 2.1 11.4 2.2L3.5 6.6C3.2 6.8 3 7.1 3 7.5V16.5C3 16.9 3.2 17.2 3.5 17.4L11.4 21.8C11.6 21.9 11.8 22 12 22S12.4 21.9 12.6 21.8L13.5 21.3C13.2 20.7 13.1 20 13 19.3M12 4.2L18 7.5L16 8.6L10.1 5.2L12 4.2M11 19.3L5 15.9V9.2L11 12.6V19.3M12 10.8L6 7.5L8 6.3L14 9.8L12 10.8M16.9 15.5L19 17.6L21.1 15.5L22.5 16.9L20.4 19L22.5 21.1L21.1 22.5L19 20.4L16.9 22.5L15.5 21.1L17.6 19L15.5 16.9L16.9 15.5Z\" /></svg></li><li title=\"package variant closed \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-package-variant-closed\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,16.5C21,16.88 20.79,17.21 20.47,17.38L12.57,21.82C12.41,21.94 12.21,22 12,22C11.79,22 11.59,21.94 11.43,21.82L3.53,17.38C3.21,17.21 3,16.88 3,16.5V7.5C3,7.12 3.21,6.79 3.53,6.62L11.43,2.18C11.59,2.06 11.79,2 12,2C12.21,2 12.41,2.06 12.57,2.18L20.47,6.62C20.79,6.79 21,7.12 21,7.5V16.5M12,4.15L10.11,5.22L16,8.61L17.96,7.5L12,4.15M6.04,7.5L12,10.85L13.96,9.75L8.08,6.35L6.04,7.5M5,15.91L11,19.29V12.58L5,9.21V15.91M19,15.91V9.21L13,12.58V19.29L19,15.91Z\" /></svg></li><li title=\"package variant minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-package-variant-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 15.6C13.3 15.8 13.7 15.8 14 15.6L19 12.7V13C19.7 13 20.4 13.1 21 13.4V11.6L22 11C22.5 10.7 22.6 10.1 22.4 9.6L20.9 7.1C20.8 6.9 20.7 6.7 20.5 6.6L12.6 2.2C12.4 2.1 12.2 2 12 2S11.6 2.1 11.4 2.2L3.6 6.6C3.4 6.7 3.2 6.8 3.1 7L1.6 9.6C1.3 10.1 1.5 10.7 2 11C2.3 11.2 2.7 11.2 3 11V16.5C3 16.9 3.2 17.2 3.5 17.4L11.4 21.8C11.6 21.9 11.8 22 12 22S12.4 21.9 12.6 21.8L13.5 21.3C13.2 20.7 13.1 20 13 19.3M11 19.3L5 15.9V9.2L11 12.6V19.3M20.1 9.7L13.8 13.3L13.2 12.3L19.5 8.7L20.1 9.7M12 10.8V4.2L18 7.5L12 10.8M23 20H15V18H23V20Z\" /></svg></li><li title=\"package variant plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-package-variant-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 15.6C13.3 15.8 13.7 15.8 14 15.6L19 12.7V13C19.7 13 20.4 13.1 21 13.4V11.6L22 11C22.5 10.7 22.6 10.1 22.4 9.6L20.9 7.1C20.8 6.9 20.7 6.7 20.5 6.6L12.6 2.2C12.4 2.1 12.2 2 12 2S11.6 2.1 11.4 2.2L3.6 6.6C3.4 6.7 3.2 6.8 3.1 7L1.6 9.6C1.3 10.1 1.5 10.7 2 11C2.3 11.2 2.7 11.2 3 11V16.5C3 16.9 3.2 17.2 3.5 17.4L11.4 21.8C11.6 21.9 11.8 22 12 22S12.4 21.9 12.6 21.8L13.5 21.3C13.2 20.7 13.1 20 13 19.3M11 19.3L5 15.9V9.2L11 12.6V19.3M20.1 9.7L13.8 13.3L13.2 12.3L19.5 8.7L20.1 9.7M12 10.8V4.2L18 7.5L12 10.8M20 15V18H23V20H20V23H18V20H15V18H18V15H20Z\" /></svg></li><li title=\"package variant remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-package-variant-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 15.6C13.3 15.8 13.7 15.8 14 15.6L19 12.7V13C19.7 13 20.4 13.1 21 13.4V11.6L22 11C22.5 10.7 22.6 10.1 22.4 9.6L20.9 7.1C20.8 6.9 20.7 6.7 20.5 6.6L12.6 2.2C12.4 2.1 12.2 2 12 2S11.6 2.1 11.4 2.2L3.6 6.6C3.4 6.7 3.2 6.8 3.1 7L1.6 9.6C1.3 10.1 1.5 10.7 2 11C2.3 11.2 2.7 11.2 3 11V16.5C3 16.9 3.2 17.2 3.5 17.4L11.4 21.8C11.6 21.9 11.8 22 12 22S12.4 21.9 12.6 21.8L13.5 21.3C13.2 20.7 13.1 20 13 19.3M11 19.3L5 15.9V9.2L11 12.6V19.3M20.1 9.7L13.8 13.3L13.2 12.3L19.5 8.7L20.1 9.7M12 10.8V4.2L18 7.5L12 10.8M22.5 16.9L20.4 19L22.5 21.1L21.1 22.5L19 20.4L16.9 22.5L15.5 21.1L17.6 19L15.5 16.9L16.9 15.5L19 17.6L21.1 15.5L22.5 16.9Z\" /></svg></li><li title=\"package variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-package-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,10.96C1.5,10.68 1.35,10.07 1.63,9.59L3.13,7C3.24,6.8 3.41,6.66 3.6,6.58L11.43,2.18C11.59,2.06 11.79,2 12,2C12.21,2 12.41,2.06 12.57,2.18L20.47,6.62C20.66,6.72 20.82,6.88 20.91,7.08L22.36,9.6C22.64,10.08 22.47,10.69 22,10.96L21,11.54V16.5C21,16.88 20.79,17.21 20.47,17.38L12.57,21.82C12.41,21.94 12.21,22 12,22C11.79,22 11.59,21.94 11.43,21.82L3.53,17.38C3.21,17.21 3,16.88 3,16.5V10.96C2.7,11.13 2.32,11.14 2,10.96M12,4.15V4.15L12,10.85V10.85L17.96,7.5L12,4.15M5,15.91L11,19.29V12.58L5,9.21V15.91M19,15.91V12.69L14,15.59C13.67,15.77 13.3,15.76 13,15.6V19.29L19,15.91M13.85,13.36L20.13,9.73L19.55,8.72L13.27,12.35L13.85,13.36Z\" /></svg></li><li title=\"package \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-package\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5.12,5H18.87L17.93,4H5.93L5.12,5M20.54,5.23C20.83,5.57 21,6 21,6.5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V6.5C3,6 3.17,5.57 3.46,5.23L4.84,3.55C5.12,3.21 5.53,3 6,3H18C18.47,3 18.88,3.21 19.15,3.55L20.54,5.23M6,18H12V15H6V18Z\" /></svg></li><li title=\"page first \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-page-first\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.41,16.59L13.82,12L18.41,7.41L17,6L11,12L17,18L18.41,16.59M6,6H8V18H6V6Z\" /></svg></li><li title=\"page last \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-page-last\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5.59,7.41L10.18,12L5.59,16.59L7,18L13,12L7,6L5.59,7.41M16,6H18V18H16V6Z\" /></svg></li><li title=\"page layout body \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-page-layout-body\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,2H18A2,2 0 0,1 20,4V20A2,2 0 0,1 18,22H6A2,2 0 0,1 4,20V4A2,2 0 0,1 6,2M6,8V16H18V8H6Z\" /></svg></li><li title=\"page layout footer \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-page-layout-footer\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,2H18A2,2 0 0,1 20,4V20A2,2 0 0,1 18,22H6A2,2 0 0,1 4,20V4A2,2 0 0,1 6,2M6,16V20H18V16H6Z\" /></svg></li><li title=\"page layout header footer \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-page-layout-header-footer\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 2H6C4.89 2 4 2.9 4 4V20C4 21.11 4.89 22 6 22H18C19.11 22 20 21.11 20 20V4C20 2.9 19.11 2 18 2M18 20H6V16H18V20M18 8H6V4H18V8Z\" /></svg></li><li title=\"page layout header \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-page-layout-header\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,2H18A2,2 0 0,1 20,4V20A2,2 0 0,1 18,22H6A2,2 0 0,1 4,20V4A2,2 0 0,1 6,2M6,4V8H18V4H6Z\" /></svg></li><li title=\"page layout sidebar left \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-page-layout-sidebar-left\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,2H18A2,2 0 0,1 20,4V20A2,2 0 0,1 18,22H6A2,2 0 0,1 4,20V4A2,2 0 0,1 6,2M6,8V16H10V8H6Z\" /></svg></li><li title=\"page layout sidebar right \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-page-layout-sidebar-right\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,2H18A2,2 0 0,1 20,4V20A2,2 0 0,1 18,22H6A2,2 0 0,1 4,20V4A2,2 0 0,1 6,2M14,8V16H18V8H14Z\" /></svg></li><li title=\"page next outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-page-next-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,3H5A2,2 0 0,0 3,5V9H5V5H22V19H5V15H3V19A2,2 0 0,0 5,21H22A2,2 0 0,0 24,19V5A2,2 0 0,0 22,3M7,15V13H0V11H7V9L11,12L7,15M20,13H13V11H20V13M20,9H13V7H20V9M17,17H13V15H17V17Z\" /></svg></li><li title=\"page next \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-page-next\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,3H5A2,2 0 0,0 3,5V11H7V9L11,12L7,15V13H3V19A2,2 0 0,0 5,21H20A2,2 0 0,0 22,19V5A2,2 0 0,0 20,3M17,17H13V15H17V17M20,13H13V11H20V13M20,9H13V7H20V9M3,13H0V11H3V13Z\" /></svg></li><li title=\"page previous outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-page-previous-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,3H19A2,2 0 0,1 21,5V9H19V5H2V19H19V15H21V19A2,2 0 0,1 19,21H2A2,2 0 0,1 0,19V5A2,2 0 0,1 2,3M17,15V13H24V11H17V9L13,12L17,15M4,13H11V11H4V13M4,9H11V7H4V9M4,17H8V15H4V17Z\" /></svg></li><li title=\"page previous \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-page-previous\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,21H19A2,2 0 0,0 21,19V13H17V15L13,12L17,9V11H21V5A2,2 0 0,0 19,3H4A2,2 0 0,0 2,5V19A2,2 0 0,0 4,21M4,15H8V17H4V15M4,11H11V13H4V11M4,7H11V9H4V7M21,11H24V13H21V11Z\" /></svg></li><li title=\"pail minus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pail-minus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 6H3V4H21V6H20L18.6 13C17.83 13.07 17.11 13.26 16.45 13.58L17.96 6H6.04L6.5 8.22L4.65 9.27L4 6M12.86 8C12.58 7.5 11.97 7.35 11.5 7.63L3.27 12.38C2.79 12.66 2.62 13.27 2.9 13.75C3.18 14.23 3.79 14.39 4.27 14.11L12.5 9.36C12.97 9.09 13.14 8.47 12.86 8M13 19H8.64L7.73 14.43L5.9 15.5L7 21H13.35C13.13 20.37 13 19.7 13 19M15 18V20H23V18H15Z\" /></svg></li><li title=\"pail minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pail-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12.5 9.36L4.27 14.11C3.79 14.39 3.18 14.23 2.9 13.75C2.62 13.27 2.79 12.66 3.27 12.38L11.5 7.63C11.97 7.35 12.58 7.5 12.86 8C13.14 8.47 12.97 9.09 12.5 9.36M13 19C13 15.82 15.47 13.23 18.6 13L20 6H21V4H3V6H4L4.76 9.79L10.71 6.36C11.09 6.13 11.53 6 12 6C13.38 6 14.5 7.12 14.5 8.5C14.5 9.44 14 10.26 13.21 10.69L5.79 14.97L7 21H13.35C13.13 20.37 13 19.7 13 19M15 18V20H23V18H15Z\" /></svg></li><li title=\"pail off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pail-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.84 22.73L17.35 19.24L17 21H7L5.9 15.5L7.73 14.43L8.64 19H15.36L15.65 17.54L9.31 11.2L4.27 14.11C3.79 14.39 3.18 14.23 2.9 13.75C2.62 13.27 2.79 12.66 3.27 12.38L7.85 9.74L6.38 8.27L4.65 9.27L4 6H3V4.89L1.11 3L2.39 1.73L22.11 21.46L20.84 22.73M17.96 6L16.5 13.3L18.2 15L20 6H21V4H7.2L9.2 6H17.96M11.5 7.63L11.08 7.88L12.53 9.33C12.97 9.05 13.13 8.46 12.86 8C12.58 7.5 11.97 7.35 11.5 7.63Z\" /></svg></li><li title=\"pail off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pail-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.84 22.73L17.35 19.24L17 21H7L5.79 14.97L10.41 12.3L9.31 11.2L4.27 14.11C3.79 14.39 3.18 14.23 2.9 13.75C2.62 13.27 2.79 12.66 3.27 12.38L7.85 9.74L6.75 8.64L4.76 9.79L4 6H3V4.89L1.11 3L2.39 1.73L22.11 21.46L20.84 22.73M10.71 6.36C11.09 6.13 11.53 6 12 6C13.38 6 14.5 7.12 14.5 8.5C14.5 9.27 14.16 9.94 13.6 10.4L18.2 15L20 6H21V4H7.2L10 6.78L10.71 6.36M11.5 7.63L11.08 7.88L12.53 9.33C12.97 9.05 13.13 8.46 12.86 8C12.58 7.5 11.97 7.35 11.5 7.63Z\" /></svg></li><li title=\"pail outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pail-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.5 7.63C11.97 7.35 12.58 7.5 12.86 8C13.14 8.47 12.97 9.09 12.5 9.36L4.27 14.11C3.79 14.39 3.18 14.23 2.9 13.75S2.79 12.66 3.27 12.38L11.5 7.63M3 4V6H4L4.65 9.27L6.5 8.22L6.04 6H17.96L15.36 19H8.64L7.73 14.43L5.9 15.5L7 21H17L20 6H21V4H3Z\" /></svg></li><li title=\"pail plus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pail-plus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 6H3V4H21V6H20L18.6 13C17.83 13.07 17.11 13.26 16.45 13.58L17.96 6H6.04L6.5 8.22L4.65 9.27L4 6M12.86 8C12.58 7.5 11.97 7.35 11.5 7.63L3.27 12.38C2.79 12.66 2.62 13.27 2.9 13.75C3.18 14.23 3.79 14.39 4.27 14.11L12.5 9.36C12.97 9.09 13.14 8.47 12.86 8M13 19H8.64L7.73 14.43L5.9 15.5L7 21H13.35C13.13 20.37 13 19.7 13 19M18 15V18H15V20H18V23H20V20H23V18H20V15H18Z\" /></svg></li><li title=\"pail plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pail-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12.5 9.36L4.27 14.11C3.79 14.39 3.18 14.23 2.9 13.75C2.62 13.27 2.79 12.66 3.27 12.38L11.5 7.63C11.97 7.35 12.58 7.5 12.86 8C13.14 8.47 12.97 9.09 12.5 9.36M13 19C13 15.82 15.47 13.23 18.6 13L20 6H21V4H3V6H4L4.76 9.79L10.71 6.36C11.09 6.13 11.53 6 12 6C13.38 6 14.5 7.12 14.5 8.5C14.5 9.44 14 10.26 13.21 10.69L5.79 14.97L7 21H13.35C13.13 20.37 13 19.7 13 19M18 15V18H15V20H18V23H20V20H23V18H20V15H18Z\" /></svg></li><li title=\"pail remove outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pail-remove-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 6H3V4H21V6H20L18.6 13C17.83 13.07 17.11 13.26 16.45 13.58L17.96 6H6.04L6.5 8.22L4.65 9.27L4 6M12.86 8C12.58 7.5 11.97 7.35 11.5 7.63L3.27 12.38C2.79 12.66 2.62 13.27 2.9 13.75C3.18 14.23 3.79 14.39 4.27 14.11L12.5 9.36C12.97 9.09 13.14 8.47 12.86 8M13 19H8.64L7.73 14.43L5.9 15.5L7 21H13.35C13.13 20.37 13 19.7 13 19M21.12 15.46L19 17.59L16.88 15.46L15.46 16.88L17.58 19L15.46 21.12L16.87 22.54L19 20.41L21.12 22.54L22.53 21.12L20.41 19L22.53 16.88L21.12 15.46Z\" /></svg></li><li title=\"pail remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pail-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12.5 9.36L4.27 14.11C3.79 14.39 3.18 14.23 2.9 13.75C2.62 13.27 2.79 12.66 3.27 12.38L11.5 7.63C11.97 7.35 12.58 7.5 12.86 8C13.14 8.47 12.97 9.09 12.5 9.36M13 19C13 15.82 15.47 13.23 18.6 13L20 6H21V4H3V6H4L4.76 9.79L10.71 6.36C11.09 6.13 11.53 6 12 6C13.38 6 14.5 7.12 14.5 8.5C14.5 9.44 14 10.26 13.21 10.69L5.79 14.97L7 21H13.35C13.13 20.37 13 19.7 13 19M21.12 15.46L19 17.59L16.88 15.46L15.47 16.88L17.59 19L15.47 21.12L16.88 22.54L19 20.41L21.12 22.54L22.54 21.12L20.41 19L22.54 16.88L21.12 15.46Z\" /></svg></li><li title=\"pail \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pail\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.5 7.63C11.97 7.35 12.58 7.5 12.86 8C13.14 8.47 12.97 9.09 12.5 9.36L4.27 14.11C3.79 14.39 3.18 14.23 2.9 13.75C2.62 13.27 2.79 12.66 3.27 12.38L11.5 7.63M7 21L5.79 14.97L13.21 10.69C14 10.26 14.5 9.44 14.5 8.5C14.5 7.12 13.38 6 12 6C11.53 6 11.09 6.13 10.71 6.36L4.76 9.79L4 6H3V4H21V6H20L17 21H7Z\" /></svg></li><li title=\"palette advanced \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-palette-advanced\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,22H10V20H22V22M2,22V20H9V22H2M18,18V10H22V18H18M18,3H22V9H18V3M2,18V3H16V18H2M9,14.56A3,3 0 0,0 12,11.56C12,9.56 9,6.19 9,6.19C9,6.19 6,9.56 6,11.56A3,3 0 0,0 9,14.56Z\" /></svg></li><li title=\"palette outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-palette-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2C17.5,2 22,6 22,11A6,6 0 0,1 16,17H14.2C13.9,17 13.7,17.2 13.7,17.5C13.7,17.6 13.8,17.7 13.8,17.8C14.2,18.3 14.4,18.9 14.4,19.5C14.5,20.9 13.4,22 12,22M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20C12.3,20 12.5,19.8 12.5,19.5C12.5,19.3 12.4,19.2 12.4,19.1C12,18.6 11.8,18.1 11.8,17.5C11.8,16.1 12.9,15 14.3,15H16A4,4 0 0,0 20,11C20,7.1 16.4,4 12,4M6.5,10C7.3,10 8,10.7 8,11.5C8,12.3 7.3,13 6.5,13C5.7,13 5,12.3 5,11.5C5,10.7 5.7,10 6.5,10M9.5,6C10.3,6 11,6.7 11,7.5C11,8.3 10.3,9 9.5,9C8.7,9 8,8.3 8,7.5C8,6.7 8.7,6 9.5,6M14.5,6C15.3,6 16,6.7 16,7.5C16,8.3 15.3,9 14.5,9C13.7,9 13,8.3 13,7.5C13,6.7 13.7,6 14.5,6M17.5,10C18.3,10 19,10.7 19,11.5C19,12.3 18.3,13 17.5,13C16.7,13 16,12.3 16,11.5C16,10.7 16.7,10 17.5,10Z\" /></svg></li><li title=\"palette swatch outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-palette-swatch-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2.5 19.6L3.8 20.2V11.2L1.4 17C1 18.1 1.5 19.2 2.5 19.6M15.2 4.8L20.2 16.8L12.9 19.8L7.9 7.9V7.8L15.2 4.8M15.3 2.8C15 2.8 14.8 2.8 14.5 2.9L7.1 6C6.4 6.3 5.9 7 5.9 7.8C5.9 8 5.9 8.3 6 8.6L11 20.5C11.3 21.3 12 21.7 12.8 21.7C13.1 21.7 13.3 21.7 13.6 21.6L21 18.5C22 18.1 22.5 16.9 22.1 15.9L17.1 4C16.8 3.2 16 2.8 15.3 2.8M10.5 9.9C9.9 9.9 9.5 9.5 9.5 8.9S9.9 7.9 10.5 7.9C11.1 7.9 11.5 8.4 11.5 8.9S11.1 9.9 10.5 9.9M5.9 19.8C5.9 20.9 6.8 21.8 7.9 21.8H9.3L5.9 13.5V19.8Z\" /></svg></li><li title=\"palette swatch variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-palette-swatch-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 14H6C3.8 14 2 15.8 2 18S3.8 22 6 22H20C21.1 22 22 21.1 22 20V16C22 14.9 21.1 14 20 14M6 20C4.9 20 4 19.1 4 18S4.9 16 6 16 8 16.9 8 18 7.1 20 6 20M6.3 12L13 5.3C13.8 4.5 15 4.5 15.8 5.3L18.6 8.1C19.4 8.9 19.4 10.1 18.6 10.9L17.7 12H6.3M2 13.5V4C2 2.9 2.9 2 4 2H8C9.1 2 10 2.9 10 4V5.5L2 13.5Z\" /></svg></li><li title=\"palette swatch \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-palette-swatch\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2.53,19.65L3.87,20.21V11.18L1.44,17.04C1.03,18.06 1.5,19.23 2.53,19.65M22.03,15.95L17.07,4C16.76,3.23 16.03,2.77 15.26,2.75C15,2.75 14.73,2.79 14.47,2.9L7.1,5.95C6.35,6.26 5.89,7 5.87,7.75C5.86,8 5.91,8.29 6,8.55L11,20.5C11.29,21.28 12.03,21.74 12.81,21.75C13.07,21.75 13.33,21.7 13.58,21.6L20.94,18.55C21.96,18.13 22.45,16.96 22.03,15.95M7.88,8.75A1,1 0 0,1 6.88,7.75A1,1 0 0,1 7.88,6.75C8.43,6.75 8.88,7.2 8.88,7.75C8.88,8.3 8.43,8.75 7.88,8.75M5.88,19.75A2,2 0 0,0 7.88,21.75H9.33L5.88,13.41V19.75Z\" /></svg></li><li title=\"palette \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-palette\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17.5,12A1.5,1.5 0 0,1 16,10.5A1.5,1.5 0 0,1 17.5,9A1.5,1.5 0 0,1 19,10.5A1.5,1.5 0 0,1 17.5,12M14.5,8A1.5,1.5 0 0,1 13,6.5A1.5,1.5 0 0,1 14.5,5A1.5,1.5 0 0,1 16,6.5A1.5,1.5 0 0,1 14.5,8M9.5,8A1.5,1.5 0 0,1 8,6.5A1.5,1.5 0 0,1 9.5,5A1.5,1.5 0 0,1 11,6.5A1.5,1.5 0 0,1 9.5,8M6.5,12A1.5,1.5 0 0,1 5,10.5A1.5,1.5 0 0,1 6.5,9A1.5,1.5 0 0,1 8,10.5A1.5,1.5 0 0,1 6.5,12M12,3A9,9 0 0,0 3,12A9,9 0 0,0 12,21A1.5,1.5 0 0,0 13.5,19.5C13.5,19.11 13.35,18.76 13.11,18.5C12.88,18.23 12.73,17.88 12.73,17.5A1.5,1.5 0 0,1 14.23,16H16A5,5 0 0,0 21,11C21,6.58 16.97,3 12,3Z\" /></svg></li><li title=\"palm tree \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-palm-tree\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 9C13.59 16.61 10 22 10 22H13C14.88 16.2 14 12.09 13.5 10M15.66 7.16C15.83 7.37 16 7.59 16.13 7.82C17.84 10.53 17.5 13.95 15.5 16.26C16.34 14.21 16.22 11.79 14.95 9.77C14.87 9.64 14.78 9.53 14.7 9.41C14.11 8.58 13.36 7.92 12.54 7.43C9.66 8.35 7.58 11.04 7.58 14.22C7.58 14.96 7.69 15.67 7.89 16.33C7.05 15.16 6.56 13.73 6.56 12.19C6.56 9.84 7.7 7.76 9.45 6.46C8 6.35 6.46 6.67 5.12 7.5C4.5 7.91 3.96 8.38 3.5 8.91C4.05 7.58 5 6.39 6.3 5.57C7.8 4.63 9.5 4.32 11.14 4.56C10.73 4 10.23 3.47 9.63 3C9.05 2.58 8.42 2.24 7.76 2C9.2 2.04 10.64 2.5 11.87 3.43C12.5 3.9 13 4.47 13.4 5.07C13.5 5.07 13.59 5.06 13.69 5.06C16.89 5.06 19.6 7.17 20.5 10.08C19.38 8.5 17.65 7.43 15.66 7.16Z\" /></svg></li><li title=\"pan bottom left \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pan-bottom-left\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,10A2,2 0 0,1 14,12A2,2 0 0,1 12,14A2,2 0 0,1 10,12A2,2 0 0,1 12,10M5.35,13L11,18.65L5,19L5.35,13Z\" /></svg></li><li title=\"pan bottom right \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pan-bottom-right\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,10A2,2 0 0,1 14,12A2,2 0 0,1 12,14A2,2 0 0,1 10,12A2,2 0 0,1 12,10M13,18.65L18.65,13L19,19L13,18.65Z\" /></svg></li><li title=\"pan down \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pan-down\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,10A2,2 0 0,0 10,12A2,2 0 0,0 12,14A2,2 0 0,0 14,12A2,2 0 0,0 12,10M8,17L12,21.5L16,17H8Z\" /></svg></li><li title=\"pan horizontal \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pan-horizontal\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7,8L2.5,12L7,16V8M17,8V16L21.5,12L17,8M12,10A2,2 0 0,0 10,12A2,2 0 0,0 12,14A2,2 0 0,0 14,12A2,2 0 0,0 12,10Z\" /></svg></li><li title=\"pan left \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pan-left\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7,8L2.5,12L7,16V8M12,10A2,2 0 0,0 10,12A2,2 0 0,0 12,14A2,2 0 0,0 14,12A2,2 0 0,0 12,10Z\" /></svg></li><li title=\"pan right \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pan-right\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,8V16L21.5,12L17,8M12,10A2,2 0 0,0 10,12A2,2 0 0,0 12,14A2,2 0 0,0 14,12A2,2 0 0,0 12,10Z\" /></svg></li><li title=\"pan top left \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pan-top-left\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,10A2,2 0 0,1 14,12A2,2 0 0,1 12,14A2,2 0 0,1 10,12A2,2 0 0,1 12,10M11,5.35L5.35,11L5,5L11,5.35Z\" /></svg></li><li title=\"pan top right \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pan-top-right\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,10A2,2 0 0,1 14,12A2,2 0 0,1 12,14A2,2 0 0,1 10,12A2,2 0 0,1 12,10M18.65,11L13,5.35L19,5L18.65,11Z\" /></svg></li><li title=\"pan up \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pan-up\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2.5L8,7H16L12,2.5M12,10A2,2 0 0,0 10,12A2,2 0 0,0 12,14A2,2 0 0,0 14,12A2,2 0 0,0 12,10Z\" /></svg></li><li title=\"pan vertical \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pan-vertical\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2.5L8,7H16L12,2.5M12,10A2,2 0 0,0 10,12A2,2 0 0,0 12,14A2,2 0 0,0 14,12A2,2 0 0,0 12,10M8,17L12,21.5L16,17H8Z\" /></svg></li><li title=\"pan \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pan\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2.5L8,7H16L12,2.5M7,8L2.5,12L7,16V8M17,8V16L21.5,12L17,8M12,10A2,2 0 0,0 10,12A2,2 0 0,0 12,14A2,2 0 0,0 14,12A2,2 0 0,0 12,10M8,17L12,21.5L16,17H8Z\" /></svg></li><li title=\"panda \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-panda\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,3C13.74,3 15.36,3.5 16.74,4.35C17.38,3.53 18.38,3 19.5,3A3.5,3.5 0 0,1 23,6.5C23,8 22.05,9.28 20.72,9.78C20.9,10.5 21,11.23 21,12A9,9 0 0,1 12,21A9,9 0 0,1 3,12C3,11.23 3.1,10.5 3.28,9.78C1.95,9.28 1,8 1,6.5A3.5,3.5 0 0,1 4.5,3C5.62,3 6.62,3.53 7.26,4.35C8.64,3.5 10.26,3 12,3M12,5A7,7 0 0,0 5,12A7,7 0 0,0 12,19A7,7 0 0,0 19,12A7,7 0 0,0 12,5M16.19,10.3C16.55,11.63 16.08,12.91 15.15,13.16C14.21,13.42 13.17,12.54 12.81,11.2C12.45,9.87 12.92,8.59 13.85,8.34C14.79,8.09 15.83,8.96 16.19,10.3M7.81,10.3C8.17,8.96 9.21,8.09 10.15,8.34C11.08,8.59 11.55,9.87 11.19,11.2C10.83,12.54 9.79,13.42 8.85,13.16C7.92,12.91 7.45,11.63 7.81,10.3M12,14C12.6,14 13.13,14.19 13.5,14.5L12.5,15.5C12.5,15.92 12.84,16.25 13.25,16.25A0.75,0.75 0 0,0 14,15.5A0.5,0.5 0 0,1 14.5,15A0.5,0.5 0 0,1 15,15.5A1.75,1.75 0 0,1 13.25,17.25C12.76,17.25 12.32,17.05 12,16.72C11.68,17.05 11.24,17.25 10.75,17.25A1.75,1.75 0 0,1 9,15.5A0.5,0.5 0 0,1 9.5,15A0.5,0.5 0 0,1 10,15.5A0.75,0.75 0 0,0 10.75,16.25A0.75,0.75 0 0,0 11.5,15.5L10.5,14.5C10.87,14.19 11.4,14 12,14Z\" /></svg></li><li title=\"pandora \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pandora\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,20A1,1 0 0,1 9,21H4V3H13.71A6.75,6.75 0 0,1 20.46,9.75C20.46,13.5 17.44,16.5 13.71,16.5H10V20Z\" /></svg></li><li title=\"panorama fisheye \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-panorama-fisheye\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,20C7.59,20 4,16.41 4,12C4,7.59 7.59,4 12,4C16.41,4 20,7.59 20,12C20,16.41 16.41,20 12,20M12,2C6.47,2 2,6.47 2,12C2,17.53 6.47,22 12,22C17.53,22 22,17.53 22,12C22,6.47 17.53,2 12,2Z\" /></svg></li><li title=\"panorama horizontal outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-panorama-horizontal-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.43,4C21.33,4 21.23,4 21.12,4.06C18.18,5.16 15.09,5.7 12,5.7C8.91,5.7 5.82,5.15 2.88,4.06C2.77,4 2.66,4 2.57,4C2.23,4 2,4.23 2,4.63V19.38C2,19.77 2.23,20 2.57,20C2.67,20 2.77,20 2.88,19.94C5.82,18.84 8.91,18.3 12,18.3C15.09,18.3 18.18,18.85 21.12,19.94C21.23,20 21.33,20 21.43,20C21.76,20 22,19.77 22,19.37V4.63C22,4.23 21.76,4 21.43,4M20,6.54V17.45C17.4,16.68 14.72,16.29 12,16.29C9.28,16.29 6.6,16.68 4,17.45V6.54C6.6,7.31 9.28,7.7 12,7.7C14.72,7.71 17.4,7.32 20,6.54Z\" /></svg></li><li title=\"panorama horizontal \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-panorama-horizontal\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 5.5C8.1 5.5 5.1 4.7 3.3 4.1C2.7 3.8 2 4.3 2 5V19C2 19.7 2.7 20.2 3.3 20C5.4 19.3 8.1 18.5 12 18.5C15.9 18.5 18.7 19.3 20.7 20C21.4 20.2 22 19.7 22 19V5C22 4.3 21.3 3.8 20.7 4.1C18.7 4.7 15.9 5.5 12 5.5Z\" /></svg></li><li title=\"panorama outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-panorama-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 4H3C1.9 4 1 4.9 1 6V18C1 19.1 1.9 20 3 20H21C22.1 20 23 19.1 23 18V6C23 4.9 22.1 4 21 4M21 18H3V6H21V18M14.5 11L11 15.5L8.5 12.5L5 17H19L14.5 11Z\" /></svg></li><li title=\"panorama sphere outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-panorama-sphere-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 8.1C21.7 8 21.3 7.8 21 7.7C19.4 4.3 16 2 12 2S4.6 4.3 3 7.7C2.7 7.8 2.3 8 2.1 8.1C1.4 8.5 1 9.2 1 9.9V14.1C1 14.8 1.4 15.5 2 15.9C2.3 16 2.7 16.2 3 16.3C4.6 19.7 8 22 12 22S19.4 19.7 21 16.3C21.3 16.2 21.6 16 21.9 15.8C22.5 15.4 23 14.8 23 14V9.9C23 9.2 22.6 8.5 22 8.1M21 9.9V14.1C18.8 15.3 15.5 16 12 16S5.2 15.3 3 14.1V9.9C5.2 8.7 8.5 8 12 8S18.8 8.7 21 9.9M12 4C14.4 4 16.5 5 18 6.7C16.2 6.2 14.1 6 12 6S7.8 6.2 6.1 6.7C7.5 5 9.6 4 12 4M12 20C9.6 20 7.5 19 6.1 17.3C7.8 17.8 9.9 18 12 18S16.2 17.8 18 17.3C16.5 19 14.4 20 12 20Z\" /></svg></li><li title=\"panorama sphere \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-panorama-sphere\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 8.1C21.7 8 21.3 7.8 21 7.7C19.4 4.3 16 2 12 2S4.6 4.3 3 7.7C2.7 7.8 2.3 8 2.1 8.1C1.4 8.5 1 9.2 1 9.9V14.1C1 14.8 1.4 15.5 2 15.9C2.3 16 2.7 16.2 3 16.3C4.6 19.7 8 22 12 22S19.4 19.7 21 16.3C21.3 16.2 21.6 16 21.9 15.8C22.5 15.4 23 14.8 23 14V9.9C23 9.2 22.6 8.5 22 8.1M12 4C14.4 4 16.5 5 18 6.7C16.2 6.2 14.1 6 12 6S7.8 6.2 6.1 6.7C7.5 5 9.6 4 12 4M12 20C9.6 20 7.5 19 6.1 17.3C7.8 17.8 9.9 18 12 18S16.2 17.8 18 17.3C16.5 19 14.4 20 12 20Z\" /></svg></li><li title=\"panorama variant outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-panorama-variant-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 4C20.4 4 17.4 5.5 12 5.5C6.7 5.5 3.5 4 3 4C2.5 4 2 4.4 2 5V19C2 19.6 2.5 20 3 20C3.6 20 6.5 18.5 12 18.5C17.4 18.5 20.4 20 21 20C21.5 20 22 19.6 22 19V5C22 4.4 21.5 4 21 4M20 17.6C18 17 15.4 16.5 12 16.5C8.6 16.5 6 17 4 17.6V6.4C6.6 7.1 9.3 7.5 12 7.5C15.4 7.5 18 7 20 6.4V17.6M9.2 11L5.5 15.4C7.5 15.1 9.7 15 12 15C14.3 15 16.5 15.1 18.5 15.4L14 10L11.2 13.4L9.2 11Z\" /></svg></li><li title=\"panorama variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-panorama-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.7 4.1C18.7 4.8 15.9 5.5 12 5.5C8.1 5.5 5.1 4.7 3.3 4.1C2.7 3.8 2 4.3 2 5V19C2 19.7 2.7 20.2 3.3 20C5.4 19.3 8.1 18.5 12 18.5C15.9 18.5 18.7 19.3 20.7 20C21.4 20.2 22 19.7 22 19V5C22 4.3 21.3 3.8 20.7 4.1M12 15C9.7 15 7.5 15.1 5.5 15.4L9.2 11L11.2 13.4L14 10L18.5 15.4C16.5 15.1 14.3 15 12 15Z\" /></svg></li><li title=\"panorama vertical outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-panorama-vertical-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6.54,20C7.31,17.4 7.7,14.72 7.7,12C7.7,9.28 7.31,6.6 6.54,4H17.45C16.68,6.6 16.29,9.28 16.29,12C16.29,14.72 16.68,17.4 17.45,20M19.94,21.12C18.84,18.18 18.3,15.09 18.3,12C18.3,8.91 18.85,5.82 19.94,2.88C20,2.77 20,2.66 20,2.57C20,2.23 19.77,2 19.37,2H4.63C4.23,2 4,2.23 4,2.57C4,2.67 4,2.77 4.06,2.88C5.16,5.82 5.71,8.91 5.71,12C5.71,15.09 5.16,18.18 4.07,21.12C4,21.23 4,21.34 4,21.43C4,21.76 4.23,22 4.63,22H19.38C19.77,22 20,21.76 20,21.43C20,21.33 20,21.23 19.94,21.12Z\" /></svg></li><li title=\"panorama vertical \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-panorama-vertical\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.5 12C18.5 8.1 19.3 5.1 19.9 3.3C20.1 2.7 19.7 2 19 2H5C4.3 2 3.8 2.7 4.1 3.3C4.7 5.4 5.5 8.1 5.5 12C5.5 15.9 4.7 18.7 4.1 20.7C3.8 21.3 4.3 22 5 22H19C19.7 22 20.2 21.3 20 20.7C19.3 18.7 18.5 15.9 18.5 12Z\" /></svg></li><li title=\"panorama wide angle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-panorama-wide-angle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,4C9.27,4 6.78,4.24 4.05,4.72L3.12,4.88L2.87,5.78C2.29,7.85 2,9.93 2,12C2,14.07 2.29,16.15 2.87,18.22L3.12,19.11L4.05,19.27C6.78,19.76 9.27,20 12,20C14.73,20 17.22,19.76 19.95,19.28L20.88,19.12L21.13,18.23C21.71,16.15 22,14.07 22,12C22,9.93 21.71,7.85 21.13,5.78L20.88,4.89L19.95,4.73C17.22,4.24 14.73,4 12,4M12,6C14.45,6 16.71,6.2 19.29,6.64C19.76,8.42 20,10.22 20,12C20,13.78 19.76,15.58 19.29,17.36C16.71,17.8 14.45,18 12,18C9.55,18 7.29,17.8 4.71,17.36C4.24,15.58 4,13.78 4,12C4,10.22 4.24,8.42 4.71,6.64C7.29,6.2 9.55,6 12,6Z\" /></svg></li><li title=\"panorama wide angle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-panorama-wide-angle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 4C8 4 5.2 4.6 3 5C2.5 7 2 8.9 2 12C2 15 2.5 17 3 19C5.2 19.4 8 20 12 20C16 20 18.9 19.4 21 19C21.6 17 22 15 22 12C22 9 21.5 6.9 21 5C18.9 4.6 16 4 12 4Z\" /></svg></li><li title=\"panorama \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-panorama\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8.5,12.5L11,15.5L14.5,11L19,17H5M23,18V6A2,2 0 0,0 21,4H3A2,2 0 0,0 1,6V18A2,2 0 0,0 3,20H21A2,2 0 0,0 23,18Z\" /></svg></li><li title=\"paper cut vertical \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-paper-cut-vertical\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.43,3.23L12,4L12.57,3.23V3.24C13.12,2.5 14,2 15,2A3,3 0 0,1 18,5C18,5.35 17.94,5.69 17.83,6H20A2,2 0 0,1 22,8V20A2,2 0 0,1 20,22H4A2,2 0 0,1 2,20V8A2,2 0 0,1 4,6H6.17C6.06,5.69 6,5.35 6,5A3,3 0 0,1 9,2C10,2 10.88,2.5 11.43,3.24V3.23M4,8V20H11A1,1 0 0,1 12,19A1,1 0 0,1 13,20H20V8H15L14.9,8L17,10.92L15.4,12.1L12.42,8H11.58L8.6,12.1L7,10.92L9.1,8H9L4,8M9,4A1,1 0 0,0 8,5A1,1 0 0,0 9,6A1,1 0 0,0 10,5A1,1 0 0,0 9,4M15,4A1,1 0 0,0 14,5A1,1 0 0,0 15,6A1,1 0 0,0 16,5A1,1 0 0,0 15,4M12,16A1,1 0 0,1 13,17A1,1 0 0,1 12,18A1,1 0 0,1 11,17A1,1 0 0,1 12,16M12,13A1,1 0 0,1 13,14A1,1 0 0,1 12,15A1,1 0 0,1 11,14A1,1 0 0,1 12,13M12,10A1,1 0 0,1 13,11A1,1 0 0,1 12,12A1,1 0 0,1 11,11A1,1 0 0,1 12,10Z\" /></svg></li><li title=\"paper roll outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-paper-roll-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9 3C5.69 3 3.14 5.69 3 9V21H12V13.46C13.1 14.45 14.5 15 16 15C19.31 15 22 12.31 22 9C22 5.69 19.31 3 16 3H9M9 5H11.54C10.55 6.1 10 7.5 10 9V12H9V13H10V19H5V13H6V12H5V9C5 6.79 6.79 5 9 5M16 5C18.21 5 20 6.79 20 9C20 11.21 18.21 13 16 13C13.79 13 12 11.21 12 9C12 6.79 13.79 5 16 5M16 7.25C15.03 7.25 14.25 8.03 14.25 9C14.25 9.97 15.03 10.75 16 10.75C16.97 10.75 17.75 9.97 17.75 9C17.75 8.03 16.97 7.25 16 7.25M7 12V13H8V12H7Z\" /></svg></li><li title=\"paper roll \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-paper-roll\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9 3C5.69 3 3.14 5.69 3 9V21H12V13.46C13.1 14.45 14.5 15 16 15C19.31 15 22 12.31 22 9C22 5.69 19.31 3 16 3H9M16 5C18.21 5 20 6.79 20 9C20 11.21 18.21 13 16 13C13.79 13 12 11.21 12 9C12 6.79 13.79 5 16 5M16 7.25C15.03 7.25 14.25 8.03 14.25 9C14.25 9.97 15.03 10.75 16 10.75C16.97 10.75 17.75 9.97 17.75 9C17.75 8.03 16.97 7.25 16 7.25M4 12H5V13H4V12M6 12H7V13H6V12M8 12H9V13H8V12M10 12H11V13H10V12Z\" /></svg></li><li title=\"paperclip lock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-paperclip-lock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 13C16.6 13 15.2 14.1 15.2 15.5V17C14.6 17 14 17.6 14 18.2V21.7C14 22.4 14.6 23 15.2 23H20.7C21.4 23 22 22.4 22 21.8V18.3C22 17.6 21.4 17 20.8 17V15.5C20.8 14.1 19.4 13 18 13M18 14.2C18.8 14.2 19.5 14.7 19.5 15.5V17H16.5V15.5C16.5 14.7 17.2 14.2 18 14.2M8.9 2C6.8 2 5 3.8 5 6V16.5C5 19.5 7.5 22 10.5 22C11 22 11.5 21.9 12 21.8V20.2C11.5 20.4 11 20.5 10.5 20.5C8.3 20.5 6.5 18.7 6.5 16.5V6C6.5 4.6 7.6 3.5 9 3.5S11.5 4.6 11.5 6V14.5C11.5 15.1 11.1 15.5 10.5 15.5S9.5 15.1 9.5 14.5V7H8V14.5C8 15.9 9.1 17 10.5 17S13 15.9 13 14.5V6C13 3.8 11.2 2 8.9 2C9 2 9 2 8.9 2M14.5 7V12.4C14.9 12 15.4 11.6 16 11.4V7H14.5Z\" /></svg></li><li title=\"paperclip \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-paperclip\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.5,6V17.5A4,4 0 0,1 12.5,21.5A4,4 0 0,1 8.5,17.5V5A2.5,2.5 0 0,1 11,2.5A2.5,2.5 0 0,1 13.5,5V15.5A1,1 0 0,1 12.5,16.5A1,1 0 0,1 11.5,15.5V6H10V15.5A2.5,2.5 0 0,0 12.5,18A2.5,2.5 0 0,0 15,15.5V5A4,4 0 0,0 11,1A4,4 0 0,0 7,5V17.5A5.5,5.5 0 0,0 12.5,23A5.5,5.5 0 0,0 18,17.5V6H16.5Z\" /></svg></li><li title=\"parachute outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-parachute-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.2,10.95L12,23L2.78,10.96L2.87,10.88C3.08,10.67 3.33,10.5 3.58,10.36L10.73,19.69L8.58,13L9.24,11.81L12,20.38L14.73,11.8L15.4,13L13.27,19.69L20.41,10.35C20.66,10.5 20.9,10.64 21.1,10.85L21.2,10.95M12,4C14.5,4 16.77,5.17 18.25,7.03C17.24,7.15 16.28,7.54 15.47,8.13C14.47,7.41 13.26,7 12,7C10.71,7 9.5,7.41 8.5,8.14C7.68,7.55 6.72,7.17 5.71,7.04C7.19,5.17 9.47,4 12,4M12,2C7.09,2 3.03,5.5 2.16,10.17C2.89,9.45 3.89,9 5,9C6.5,9 7.81,9.86 8.5,11.1C9.17,9.86 10.47,9 12,9C13.5,9 14.8,9.85 15.5,11.09C16.16,9.84 17.47,9 19,9C20.09,9 21.09,9.42 21.81,10.14C20.94,5.5 16.88,2 12,2Z\" /></svg></li><li title=\"parachute \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-parachute\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.2,10.95L12,23L2.78,10.96L2.87,10.88C3.08,10.67 3.33,10.5 3.58,10.36L10.73,19.69L8.58,13L9.24,11.81L12,20.38L14.73,11.8L15.4,13L13.27,19.69L20.41,10.35C20.66,10.5 20.9,10.64 21.1,10.85L21.2,10.95M5,9C6.5,9 7.81,9.86 8.5,11.1C9.17,9.86 10.47,9 12,9C13.5,9 14.8,9.85 15.5,11.09C16.16,9.84 17.47,9 19,9C20.09,9 21.09,9.42 21.81,10.14C20.94,5.5 16.88,2 12,2C7.09,2 3.03,5.5 2.16,10.17C2.89,9.45 3.89,9 5,9Z\" /></svg></li><li title=\"paragliding \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-paragliding\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 17C10.9 17 10 16.11 10 15S10.9 13 12 13 14 13.9 14 15 13.11 17 12 17M19 14H17C17 16.76 14.76 19 12 19S7 16.76 7 14H5C5 16.79 6.64 19.19 9 20.32V23H15V20.32C17.36 19.19 19 16.79 19 14M23 7.76C23.04 8.56 22.05 9.06 21.41 8.6C21.27 8.46 21.16 8.44 21 8.32L18.97 13H17L15.5 6.73C13.21 6.5 10.79 6.5 8.5 6.73L7 13H5.03L3 8.32C2.84 8.44 2.73 8.46 2.59 8.6C1.95 9.06 .959 8.56 1 7.76V4C1 4 1 1 12 1S23 4 23 4M6.9 7C6 7.2 5.15 7.43 4.37 7.71L5.87 11.27L6.9 7M19.63 7.71C18.85 7.43 18 7.2 17.1 7L18.13 11.27L19.63 7.71Z\" /></svg></li><li title=\"parking \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-parking\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.2,11H10V7H13.2A2,2 0 0,1 15.2,9A2,2 0 0,1 13.2,11M13,3H6V21H10V15H13A6,6 0 0,0 19,9C19,5.68 16.31,3 13,3Z\" /></svg></li><li title=\"party popper \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-party-popper\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.53 1.45L13.45 2.53L15.05 4.13C15.27 4.38 15.38 4.67 15.38 5S15.27 5.64 15.05 5.86L11.5 9.47L12.5 10.55L16.13 6.94C16.66 6.35 16.92 5.7 16.92 5C16.92 4.3 16.66 3.64 16.13 3.05L14.53 1.45M10.55 3.47L9.47 4.55L10.08 5.11C10.3 5.33 10.41 5.63 10.41 6S10.3 6.67 10.08 6.89L9.47 7.45L10.55 8.53L11.11 7.92C11.64 7.33 11.91 6.69 11.91 6C11.91 5.28 11.64 4.63 11.11 4.03L10.55 3.47M21 5.06C20.31 5.06 19.67 5.33 19.08 5.86L13.45 11.5L14.53 12.5L20.11 6.94C20.36 6.69 20.66 6.56 21 6.56S21.64 6.69 21.89 6.94L22.5 7.55L23.53 6.47L22.97 5.86C22.38 5.33 21.72 5.06 21 5.06M7 8L2 22L16 17L7 8M19 11.06C18.3 11.06 17.66 11.33 17.06 11.86L15.47 13.45L16.55 14.53L18.14 12.94C18.39 12.69 18.67 12.56 19 12.56C19.33 12.56 19.63 12.69 19.88 12.94L21.5 14.53L22.55 13.5L20.95 11.86C20.36 11.33 19.7 11.06 19 11.06Z\" /></svg></li><li title=\"passport biometric \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-passport-biometric\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,4A2,2 0 0,0 2,6V11H8.13C8.59,9.24 10.18,8 12,8C13.82,8 15.41,9.24 15.87,11H22V6A2,2 0 0,0 20,4H4M12,10A2,2 0 0,0 10,12A2,2 0 0,0 12,14A2,2 0 0,0 14,12A2,2 0 0,0 12,10M2,13V18A2,2 0 0,0 4,20H20A2,2 0 0,0 22,18V13H15.87C15.41,14.76 13.82,16 12,16C10.18,16 8.59,14.76 8.13,13H2Z\" /></svg></li><li title=\"passport \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-passport\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,2A2,2 0 0,0 4,4V20A2,2 0 0,0 6,22H18A2,2 0 0,0 20,20V4A2,2 0 0,0 18,2H6M12,5A5,5 0 0,1 17,10A5,5 0 0,1 12,15A5,5 0 0,1 7,10A5,5 0 0,1 12,5M12,6C11.59,6.62 11.25,7.29 11.04,8H12.96C12.75,7.29 12.42,6.62 12,6M10.7,6.22C9.78,6.53 9,7.17 8.54,8H10C10.18,7.38 10.4,6.78 10.7,6.22M13.29,6.22C13.59,6.78 13.82,7.38 14,8H15.46C15,7.17 14.21,6.54 13.29,6.22M8.13,9C8.05,9.32 8,9.65 8,10C8,10.35 8.05,10.68 8.13,11H9.82C9.78,10.67 9.75,10.34 9.75,10C9.75,9.66 9.78,9.33 9.82,9H8.13M10.83,9C10.78,9.32 10.75,9.66 10.75,10C10.75,10.34 10.78,10.67 10.83,11H13.17C13.21,10.67 13.25,10.34 13.25,10C13.25,9.66 13.21,9.32 13.17,9H10.83M14.18,9C14.22,9.33 14.25,9.66 14.25,10C14.25,10.34 14.22,10.67 14.18,11H15.87C15.95,10.68 16,10.35 16,10C16,9.65 15.95,9.32 15.87,9H14.18M8.54,12C9,12.83 9.78,13.46 10.7,13.78C10.4,13.22 10.18,12.63 10,12H8.54M11.04,12C11.25,12.72 11.59,13.38 12,14C12.42,13.38 12.75,12.72 12.96,12H11.04M14,12C13.82,12.63 13.59,13.22 13.29,13.78C14.21,13.46 15,12.83 15.46,12H14M7,17H17V19H7V17Z\" /></svg></li><li title=\"pasta \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pasta\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 16.5V8H3V7H4V6H3V5H4V4H3V3H9C9.5 3.03 9.95 3.24 10.34 3.63S10.95 4.5 11 5H21V6H11C10.95 6.53 10.73 7 10.34 7.43S9.5 8.05 9 8H7V15.05C7.05 15.05 7.13 15.04 7.24 15S7.44 15 7.5 15C8.06 15 8.7 15.14 9.42 15.42C9.83 14.5 10.53 13.68 11.53 13S13.53 12 14.53 12C16.06 12 17.36 12.53 18.42 13.59S20 15.95 20 17.5C20 17.55 20 17.64 20 17.77S19.97 17.97 19.97 18H3.14C3.27 17.5 3.55 17 4 16.5M6 15.23V8H5V15.7C5.5 15.45 5.81 15.3 6 15.23M9 7V6H7V7H9M9 4H7V5H9V4M5 4V5H6V4H5M5 6V7H6V6H5M2 19H22L20 21H4L2 19Z\" /></svg></li><li title=\"patio heater \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-patio-heater\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15 22H9V21H15V22M19 4L15 2H9L5 4H19M8 5L8.4 6H15.6L16 5H8M10 10H11V15C10.4 15 10 15.4 10 16V20H14V16C14 15.4 13.6 15 13 15V10H14L14.4 9H9.6L10 10M9.2 8H14.8L15.2 7H8.8L9.2 8Z\" /></svg></li><li title=\"patreon \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-patreon\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.82 2.41C18.78 2.41 22 5.65 22 9.62C22 13.58 18.78 16.8 14.82 16.8C10.85 16.8 7.61 13.58 7.61 9.62C7.61 5.65 10.85 2.41 14.82 2.41M2 21.6H5.5V2.41H2V21.6Z\" /></svg></li><li title=\"pause circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pause-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,16V8H15V16H13M9,16V8H11V16H9M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z\" /></svg></li><li title=\"pause circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pause-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,16H13V8H15M11,16H9V8H11M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z\" /></svg></li><li title=\"pause octagon outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pause-octagon-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,16H13V8H15V16M11,16H9V8H11V16M15.73,3L21,8.27V15.73L15.73,21H8.27L3,15.73V8.27L8.27,3H15.73M14.9,5H9.1L5,9.1V14.9L9.1,19H14.9L19,14.9V9.1L14.9,5Z\" /></svg></li><li title=\"pause octagon \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pause-octagon\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.73,3L21,8.27V15.73L15.73,21H8.27L3,15.73V8.27L8.27,3H15.73M15,16V8H13V16H15M11,16V8H9V16H11Z\" /></svg></li><li title=\"pause \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pause\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,19H18V5H14M6,19H10V5H6V19Z\" /></svg></li><li title=\"paw off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-paw-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.83 8.25C22.56 7.5 22.05 6.96 21.39 6.68C20.22 6.18 18.8 6.6 17.7 7.66C17.81 7.37 17.91 7.06 18 6.73C18.25 5.38 18 4.03 17.38 3.12C16.95 2.5 16.33 2.11 15.64 2C14.1 1.78 12.57 3.08 11.93 5C11.28 3.05 9.74 1.76 8.19 2C7.5 2.12 6.88 2.53 6.45 3.16C6.44 3.18 6.43 3.2 6.42 3.22L7.91 4.71C7.96 4.54 8 4.4 8.1 4.29C8.22 4.12 8.36 4 8.5 4C9 3.91 9.88 4.69 10.16 6.1C10.23 6.44 10.24 6.75 10.22 7L11.88 8.68C11.89 8.65 11.91 8.62 11.93 8.58C11.97 8.69 12.04 8.78 12.09 8.89L13.43 10.23C13.63 10.32 13.83 10.39 14.04 10.42C14.16 10.44 14.29 10.45 14.41 10.45C15.13 10.45 15.83 10.12 16.43 9.57C16 10.64 15.96 11.73 16.29 12.63C16.56 13.35 17.07 13.91 17.73 14.2C18.07 14.34 18.43 14.41 18.8 14.41C20.18 14.41 21.66 13.4 22.5 11.77C23.08 10.58 23.21 9.3 22.83 8.25M16 6.33C15.72 7.73 14.83 8.5 14.34 8.44C14.28 8.43 14.12 8.41 13.94 8.15C13.69 7.79 13.5 7.07 13.7 6.1C13.97 4.76 14.8 4 15.29 4C15.31 4 15.34 4 15.36 4C15.5 4 15.63 4.11 15.75 4.27C16.07 4.73 16.18 5.54 16 6.33M20.7 10.87C20.12 12 19.08 12.6 18.53 12.36C18.47 12.34 18.28 12.26 18.16 11.93C18 11.43 18.07 10.68 18.39 10C18.9 9.04 19.74 8.47 20.33 8.47C20.43 8.47 20.5 8.5 20.6 8.5H20.6C20.75 8.58 20.87 8.72 20.95 8.94C21.09 9.34 21.1 10.06 20.7 10.87M1.11 3L4.8 6.69C4.06 6.41 3.29 6.39 2.6 6.68C1.94 6.97 1.43 7.53 1.17 8.27C.793 9.31 .919 10.58 1.5 11.77C2.34 13.4 3.82 14.41 5.21 14.41C5.57 14.41 5.93 14.34 6.27 14.2C6.93 13.91 7.44 13.35 7.71 12.63C8 11.79 8 10.77 7.64 9.76C7.83 9.91 8.04 10.03 8.24 10.13L9.73 11.62C8.94 12.5 8.27 13.7 7.47 14.5C6.41 15.59 4.62 16.39 4.44 17.88C4.31 18.96 5 20.26 6 20.75C6.35 20.93 6.72 21 7.1 21C8.61 21 10.3 19.87 11.89 19.87C13.5 19.87 15.18 20.97 16.71 20.97C17.08 20.97 17.44 20.91 17.79 20.75C18 20.65 18.23 20.5 18.43 20.32L20.84 22.73L22.11 21.46L2.39 1.73L1.11 3M11.15 13.04L17 18.9C17 18.91 16.97 18.92 16.96 18.93C16.92 18.95 16.85 18.97 16.71 18.97C16.28 18.97 15.63 18.75 15 18.54C14.08 18.23 13.03 17.87 11.89 17.87C10.75 17.87 9.7 18.24 8.78 18.56C8.15 18.77 7.5 19 7.1 19C6.97 19 6.92 19 6.88 18.95C6.66 18.84 6.4 18.37 6.43 18.12C6.5 17.89 7.23 17.31 7.59 17C8.03 16.68 8.5 16.33 8.89 15.91C9.44 15.36 9.89 14.73 10.33 14.12C10.55 13.8 10.86 13.38 11.15 13.04M5.6 10C5.93 10.68 6 11.43 5.84 11.93C5.71 12.26 5.53 12.34 5.47 12.36C4.92 12.6 3.88 12 3.3 10.87C2.9 10.06 2.91 9.35 3.05 8.94C3.13 8.73 3.25 8.58 3.4 8.5C3.5 8.5 3.57 8.46 3.68 8.46C4.26 8.46 5.1 9.03 5.6 10Z\" /></svg></li><li title=\"paw off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-paw-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,4.27L3.28,3L21.5,21.22L20.23,22.5L18.23,20.5C18.09,20.6 17.94,20.68 17.79,20.75C16,21.57 13.88,19.87 11.89,19.87C9.9,19.87 7.76,21.64 6,20.75C5,20.26 4.31,18.96 4.44,17.88C4.62,16.39 6.41,15.59 7.47,14.5C8.21,13.77 8.84,12.69 9.55,11.82L2,4.27M8.35,3C9.53,2.83 10.78,4.12 11.14,5.9C11.32,6.75 11.26,7.56 11,8.19L7.03,4.2C7.29,3.55 7.75,3.1 8.35,3M15.5,3C16.69,3.19 17.35,4.77 17,6.54C16.62,8.32 15.37,9.61 14.19,9.43C13,9.25 12.35,7.67 12.72,5.9C13.08,4.12 14.33,2.83 15.5,3M3,7.6C4.14,7.11 5.69,8 6.5,9.55C7.26,11.13 7,12.79 5.87,13.28C4.74,13.77 3.2,12.89 2.41,11.32C1.62,9.75 1.9,8.08 3,7.6M21,7.6C22.1,8.08 22.38,9.75 21.59,11.32C20.8,12.89 19.26,13.77 18.13,13.28C17,12.79 16.74,11.13 17.5,9.55C18.31,8 19.86,7.11 21,7.6Z\" /></svg></li><li title=\"paw outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-paw-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.83 8.25C22.56 7.5 22.05 6.96 21.4 6.68C20.23 6.18 18.81 6.6 17.7 7.66C17.81 7.37 17.91 7.06 18 6.73C18.25 5.38 18.03 4.03 17.38 3.12C16.95 2.5 16.33 2.11 15.64 2C14.1 1.78 12.57 3.08 11.93 5C11.29 3.05 9.74 1.76 8.19 2C7.5 2.12 6.88 2.53 6.45 3.16C5.81 4.09 5.61 5.39 5.89 6.74C5.94 7 6 7.24 6.09 7.47C5 6.56 3.7 6.2 2.6 6.68C1.94 6.97 1.44 7.53 1.17 8.27C.794 9.31 .92 10.58 1.5 11.77C2.34 13.4 3.82 14.41 5.21 14.41C5.57 14.41 5.93 14.34 6.27 14.2C6.93 13.91 7.44 13.35 7.71 12.63C8.03 11.79 8 10.77 7.64 9.76C8.19 10.19 8.81 10.45 9.45 10.45C9.57 10.45 9.7 10.44 9.82 10.42C10.5 10.32 11.12 9.92 11.55 9.3C11.7 9.08 11.83 8.84 11.93 8.58C12.03 8.84 12.15 9.08 12.3 9.29C12.73 9.91 13.35 10.31 14.04 10.42C14.16 10.44 14.29 10.45 14.41 10.45C15.13 10.45 15.83 10.12 16.43 9.57C16 10.64 15.96 11.73 16.29 12.63C16.56 13.36 17.07 13.91 17.73 14.2C18.07 14.34 18.43 14.41 18.8 14.41C20.18 14.41 21.66 13.4 22.5 11.77C23.08 10.58 23.21 9.3 22.83 8.25M5.84 11.93C5.72 12.26 5.53 12.34 5.47 12.36C4.92 12.6 3.88 12 3.3 10.87C2.9 10.06 2.91 9.35 3.05 8.94C3.13 8.73 3.25 8.58 3.4 8.5C3.5 8.5 3.58 8.46 3.68 8.46C4.26 8.46 5.1 9.03 5.6 10C5.93 10.68 6.03 11.43 5.84 11.93M9.91 8.16C9.79 8.32 9.66 8.42 9.5 8.44C9 8.5 8.14 7.73 7.85 6.34C7.65 5.38 7.85 4.66 8.1 4.29C8.22 4.12 8.36 4 8.5 4C9 3.91 9.88 4.69 10.16 6.1C10.36 7.07 10.16 7.8 9.91 8.16M16 6.33C15.72 7.73 14.83 8.5 14.34 8.44C14.28 8.43 14.12 8.41 13.94 8.15C13.69 7.79 13.5 7.07 13.7 6.1C13.97 4.76 14.8 4 15.29 4C15.32 4 15.34 4 15.36 4C15.5 4 15.63 4.11 15.75 4.27C16.07 4.73 16.18 5.54 16 6.33M20.7 10.87C20.12 12 19.08 12.6 18.53 12.36C18.47 12.34 18.28 12.26 18.16 11.93C18 11.43 18.07 10.68 18.39 10C18.9 9.04 19.75 8.47 20.33 8.47C20.43 8.47 20.5 8.5 20.6 8.5H20.61C20.76 8.58 20.87 8.72 20.95 8.94C21.1 9.34 21.11 10.06 20.7 10.87M16.3 14.5C14.95 13.05 13.89 10.44 11.89 10.44C9.88 10.44 8.88 13.09 7.47 14.5C6.41 15.59 4.62 16.39 4.44 17.88C4.31 18.96 5 20.26 6 20.75C6.35 20.93 6.72 21 7.1 21C8.61 21 10.3 19.87 11.89 19.87C13.5 19.87 15.18 20.97 16.71 20.97C17.08 20.97 17.44 20.91 17.79 20.75C18.65 20.36 19.37 19.32 19.33 18.38C19.26 16.75 17.41 15.72 16.3 14.5M16.96 18.93C16.92 18.95 16.85 18.97 16.71 18.97C16.29 18.97 15.63 18.75 15 18.54C14.08 18.23 13.03 17.87 11.89 17.87C10.75 17.87 9.7 18.24 8.78 18.56C8.15 18.77 7.5 19 7.1 19C6.97 19 6.92 19 6.88 18.95C6.66 18.84 6.4 18.37 6.43 18.12C6.5 17.89 7.23 17.31 7.59 17C8.03 16.68 8.5 16.33 8.89 15.91C9.44 15.36 9.89 14.73 10.33 14.12C10.78 13.5 11.53 12.44 11.89 12.44C12.29 12.44 13.08 13.56 13.56 14.22C13.95 14.78 14.36 15.35 14.82 15.85C15.21 16.27 15.62 16.64 16 17C16.54 17.45 17.32 18.14 17.33 18.44C17.32 18.58 17.12 18.86 16.96 18.93Z\" /></svg></li><li title=\"paw \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-paw\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8.35,3C9.53,2.83 10.78,4.12 11.14,5.9C11.5,7.67 10.85,9.25 9.67,9.43C8.5,9.61 7.24,8.32 6.87,6.54C6.5,4.77 7.17,3.19 8.35,3M15.5,3C16.69,3.19 17.35,4.77 17,6.54C16.62,8.32 15.37,9.61 14.19,9.43C13,9.25 12.35,7.67 12.72,5.9C13.08,4.12 14.33,2.83 15.5,3M3,7.6C4.14,7.11 5.69,8 6.5,9.55C7.26,11.13 7,12.79 5.87,13.28C4.74,13.77 3.2,12.89 2.41,11.32C1.62,9.75 1.9,8.08 3,7.6M21,7.6C22.1,8.08 22.38,9.75 21.59,11.32C20.8,12.89 19.26,13.77 18.13,13.28C17,12.79 16.74,11.13 17.5,9.55C18.31,8 19.86,7.11 21,7.6M19.33,18.38C19.37,19.32 18.65,20.36 17.79,20.75C16,21.57 13.88,19.87 11.89,19.87C9.9,19.87 7.76,21.64 6,20.75C5,20.26 4.31,18.96 4.44,17.88C4.62,16.39 6.41,15.59 7.47,14.5C8.88,13.09 9.88,10.44 11.89,10.44C13.89,10.44 14.95,13.05 16.3,14.5C17.41,15.72 19.26,16.75 19.33,18.38Z\" /></svg></li><li title=\"peace \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-peace\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M11,14.41V19.93C9.58,19.75 8.23,19.19 7.1,18.31L11,14.41M13,14.41L16.9,18.31C15.77,19.19 14.42,19.75 13,19.93V14.41M4,12C4,7.97 7,4.57 11,4.07V11.59L5.69,16.9C4.59,15.5 4,13.78 4,12M18.31,16.9L13,11.59V4.07C17,4.57 20,7.97 20,12C20,13.78 19.41,15.5 18.31,16.9Z\" /></svg></li><li title=\"peanut off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-peanut-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.11 21.46L20.84 22.73L17.69 19.58C17.36 20.21 16.93 20.77 16.41 21.25C14.86 22.71 12.69 23.31 10.61 22.85C7.1 22.1 4.87 18.64 5.62 15.13C5.87 13.95 6.45 12.87 7.28 12C7.62 11.64 7.62 11.08 7.28 10.72C6.63 9.91 6.21 8.95 6.04 7.93L1.11 3L2.39 1.73L22.11 21.46M15.3 19.56C15.69 19.13 16 18.63 16.19 18.08L13.75 15.64C13.57 15.87 13.29 16 13 16C12.45 16 12 15.55 12 15C12 14.71 12.13 14.43 12.36 14.25L9.55 11.44C9.53 12.18 9.24 12.88 8.73 13.41C7.03 15.22 7.13 18.07 8.94 19.77L8.95 19.78C10.76 21.47 13.61 21.37 15.3 19.56M14 17C12.71 17 12.72 19 14 19C15.28 19 15.29 17 14 17M6.9 3.7L8.43 5.23C8.68 4.71 9.05 4.25 9.5 3.89C10.2 3.31 11.09 3 12 3H12.88C13.47 3.14 14 3.41 14.5 3.79C16.22 5.17 16.5 7.69 15.12 9.41C14.7 9.93 14.46 10.58 14.45 11.25L18.32 15.12C18.07 13.97 17.5 12.92 16.72 12.06C16.37 11.7 16.33 11.13 16.62 10.72C16.62 10.72 18 9 18 7S15.97.997 12 .997 6.9 3.7 6.9 3.7M12 17C12 15.71 10 15.72 10 17C10 18.28 12 18.29 12 17M13 5C11.71 5 11.72 7 13 7C14.28 7 14.29 5 13 5Z\" /></svg></li><li title=\"peanut off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-peanut-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.9 10.12A5 5 0 0 0 13.08 2.12A5.74 5.74 0 0 0 12 2A5 5 0 0 0 7.68 4.5L16.38 13.18A4.35 4.35 0 0 0 16.04 12.77A2 2 0 0 1 15.9 10.12M13 7A1 1 0 1 1 14 6A1 1 0 0 1 13 7M7 6.39L2.39 1.73L1.11 3L7.8 9.69C7.9 9.84 8 10 8.11 10.12A2 2 0 0 1 8 12.72A5.5 5.5 0 0 0 10.81 21.87A5.42 5.42 0 0 0 12 22A5.5 5.5 0 0 0 17 18.86L20.87 22.73L22.14 21.46M11 18A1 1 0 1 1 12 17A1 1 0 0 1 11 18M14 19A1 1 0 1 1 15 18A1 1 0 0 1 14 19M13 16A1 1 0 0 1 12 15A1 1 0 0 1 12.35 14.24L13.76 15.65A1 1 0 0 1 13 16Z\" /></svg></li><li title=\"peanut outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-peanut-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 23C11.53 23 11.07 22.95 10.61 22.85C7.1 22.1 4.87 18.64 5.62 15.13C5.87 13.95 6.45 12.87 7.28 12C7.62 11.64 7.62 11.08 7.28 10.72C5.2 8.14 5.6 4.36 8.18 2.28S14.54.607 16.62 3.19C18.39 5.38 18.39 8.5 16.62 10.72C16.33 11.13 16.37 11.7 16.72 12.06C19.17 14.68 19.04 18.8 16.41 21.25C15.22 22.37 13.64 23 12 23M12 3C11.09 3 10.2 3.31 9.5 3.89C8.55 4.65 8 5.79 8 7C8 7.91 8.31 8.79 8.88 9.5C9.84 10.64 9.77 12.33 8.73 13.41C7.03 15.22 7.13 18.07 8.94 19.77S13.6 21.38 15.3 19.56C16.92 17.83 16.92 15.14 15.3 13.41C14.23 12.32 14.15 10.6 15.12 9.41C16.5 7.69 16.22 5.17 14.5 3.79C14 3.41 13.47 3.14 12.88 3C12.59 3 12.29 3 12 3M12 6C12 6.55 12.45 7 13 7S14 6.55 14 6 13.55 5 13 5 12 5.45 12 6M14 19C14.55 19 15 18.55 15 18S14.55 17 14 17 13 17.45 13 18 13.45 19 14 19M13 16C13.55 16 14 15.55 14 15S13.55 14 13 14 12 14.45 12 15 12.45 16 13 16M11 18C11.55 18 12 17.55 12 17S11.55 16 11 16 10 16.45 10 17 10.45 18 11 18Z\" /></svg></li><li title=\"peanut \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-peanut\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16 12.77A2 2 0 0 1 15.86 10.12A5 5 0 0 0 13.04 2.12A5.74 5.74 0 0 0 12 2A5 5 0 0 0 7 7A5 5 0 0 0 8.11 10.12A2 2 0 0 1 8 12.72A5.5 5.5 0 0 0 10.81 21.87A5.42 5.42 0 0 0 12 22A5.5 5.5 0 0 0 16 12.77M13 5A1 1 0 1 1 12 6A1 1 0 0 1 13 5M11 18A1 1 0 1 1 12 17A1 1 0 0 1 11 18M12 15A1 1 0 1 1 13 16A1 1 0 0 1 12 15M14 19A1 1 0 1 1 15 18A1 1 0 0 1 14 19Z\" /></svg></li><li title=\"pen lock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pen-lock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.7,7C21.4,7.4 21,7.7 21,8C21,8.3 21.3,8.6 21.6,9C22.1,9.5 22.6,9.9 22.5,10.4C22.5,10.9 22,11.4 21.5,11.9L17.4,16L16,14.7L20.2,10.5L19.2,9.5L17.8,10.9L14,7.1L18,3.3C18.4,2.9 19,2.9 19.4,3.3L21.7,5.6C22.1,6 22.1,6.7 21.7,7M4,17.2L13.6,7.6L17.3,11.4L7.8,21H4V17.2M8,5V4.5C8,3.1 6.9,2 5.5,2C4.1,2 3,3.1 3,4.5V5C2.4,5 2,5.4 2,6V10C2,10.6 2.4,11 3,11H8C8.6,11 9,10.6 9,10V6C9,5.4 8.6,5 8,5M7,5H4V4.5C4,3.7 4.7,3 5.5,3C6.3,3 7,3.7 7,4.5V5Z\" /></svg></li><li title=\"pen minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pen-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.7,7C20.4,7.4 20,7.7 20,8C20,8.3 20.3,8.6 20.6,9C21.1,9.5 21.6,9.9 21.5,10.4C21.5,10.9 21,11.4 20.5,11.9L16.4,16L15,14.7L19.2,10.5L18.2,9.5L16.8,10.9L13,7.1L17,3.3C17.4,2.9 18,2.9 18.4,3.3L20.7,5.6C21.1,6 21.1,6.7 20.7,7M3,17.2L12.6,7.6L16.3,11.4L6.8,21H3V17.2M10,5V7H2V5H10Z\" /></svg></li><li title=\"pen off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pen-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2.3,5L1,6.3L7.5,12.8L3,17.2V21H6.8L11.3,16.5L17.8,23L19.1,21.7L2.3,5M16.9,10.9L13.1,7.1L17,3.3C17.4,2.9 18,2.9 18.4,3.3L20.7,5.6C21.1,6 21.1,6.6 20.7,7C20.4,7.4 20,7.7 20,8C20,8.3 20.3,8.7 20.6,9C21.1,9.5 21.6,10 21.5,10.4C21.5,10.9 21,11.4 20.5,11.9L16.4,16L15,14.7L19.2,10.5L18.2,9.5L16.9,10.9M10,10.2L12.5,7.7L16.3,11.5L13.8,14L10,10.2Z\" /></svg></li><li title=\"pen plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pen-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.7,7C20.4,7.4 20,7.7 20,8C20,8.3 20.3,8.6 20.6,9C21.1,9.5 21.6,9.9 21.5,10.4C21.5,10.9 21,11.4 20.5,11.9L16.4,16L15,14.7L19.2,10.5L18.2,9.5L16.8,10.9L13,7.1L17,3.3C17.4,2.9 18,2.9 18.4,3.3L20.7,5.6C21.1,6 21.1,6.7 20.7,7M3,17.2L12.6,7.6L16.3,11.4L6.8,21H3V17.2M7,2V5H10V7H7V10H5V7H2V5H5V2H7Z\" /></svg></li><li title=\"pen remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pen-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.7,7C20.4,7.4 20,7.7 20,8C20,8.3 20.3,8.6 20.6,9C21.1,9.5 21.6,9.9 21.5,10.4C21.5,10.9 21,11.4 20.5,11.9L16.4,16L15,14.7L19.2,10.5L18.2,9.5L16.8,10.9L13,7.1L17,3.3C17.4,2.9 18,2.9 18.4,3.3L20.7,5.6C21.1,6 21.1,6.7 20.7,7M3,17.2L12.6,7.6L16.3,11.4L6.8,21H3V17.2M3.88,2.46L6,4.59L8.12,2.46L9.54,3.88L7.41,6L9.54,8.12L8.12,9.54L6,7.41L3.88,9.54L2.46,8.12L4.59,6L2.46,3.88L3.88,2.46Z\" /></svg></li><li title=\"pen \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pen\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.71,7.04C20.37,7.38 20.04,7.71 20.03,8.04C20,8.36 20.34,8.69 20.66,9C21.14,9.5 21.61,9.95 21.59,10.44C21.57,10.93 21.06,11.44 20.55,11.94L16.42,16.08L15,14.66L19.25,10.42L18.29,9.46L16.87,10.87L13.12,7.12L16.96,3.29C17.35,2.9 18,2.9 18.37,3.29L20.71,5.63C21.1,6 21.1,6.65 20.71,7.04M3,17.25L12.56,7.68L16.31,11.43L6.75,21H3V17.25Z\" /></svg></li><li title=\"pencil box multiple outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pencil-box-multiple-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 6H2V20C2 21.11 2.9 22 4 22H18V20H4V6M18.7 7.35L17.7 8.35L15.65 6.3L16.65 5.3C16.86 5.08 17.21 5.08 17.42 5.3L18.7 6.58C18.92 6.79 18.92 7.14 18.7 7.35M9 12.94L15.06 6.88L17.12 8.94L11.06 15H9V12.94M20 4L20 4L20 16L8 16L8 4H20M20 2H8C6.9 2 6 2.9 6 4V16C6 17.1 6.9 18 8 18H20C21.1 18 22 17.1 22 16V4C22 2.9 21.1 2 20 2Z\" /></svg></li><li title=\"pencil box multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pencil-box-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.22 2H7.78C6.8 2 6 2.8 6 3.78V16.22C6 17.2 6.8 18 7.78 18H20.22C21.2 18 22 17.21 22 16.22V3.78C22 2.8 21.2 2 20.22 2M11.06 15H9V12.94L15.06 6.88L17.12 8.94L11.06 15M18.7 7.35L17.7 8.35L15.65 6.3L16.65 5.3C16.86 5.08 17.21 5.08 17.42 5.3L18.7 6.58C18.92 6.79 18.92 7.14 18.7 7.35M4 6H2V20C2 21.11 2.9 22 4 22H18V20H4V6Z\" /></svg></li><li title=\"pencil box outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pencil-box-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,19V5H5V19H19M19,3A2,2 0 0,1 21,5V19C21,20.11 20.1,21 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3H19M16.7,9.35L15.7,10.35L13.65,8.3L14.65,7.3C14.86,7.08 15.21,7.08 15.42,7.3L16.7,8.58C16.92,8.79 16.92,9.14 16.7,9.35M7,14.94L13.06,8.88L15.12,10.94L9.06,17H7V14.94Z\" /></svg></li><li title=\"pencil box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pencil-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,3A2,2 0 0,1 21,5V19C21,20.11 20.1,21 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3H19M16.7,9.35C16.92,9.14 16.92,8.79 16.7,8.58L15.42,7.3C15.21,7.08 14.86,7.08 14.65,7.3L13.65,8.3L15.7,10.35L16.7,9.35M7,14.94V17H9.06L15.12,10.94L13.06,8.88L7,14.94Z\" /></svg></li><li title=\"pencil circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pencil-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7,14.94L13.06,8.88L15.12,10.94L9.06,17H7V14.94M12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20M16.7,9.35L15.7,10.35L13.65,8.3L14.65,7.3C14.86,7.08 15.21,7.08 15.42,7.3L16.7,8.58C16.92,8.79 16.92,9.14 16.7,9.35M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2\" /></svg></li><li title=\"pencil circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pencil-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2C6.47,2 2,6.47 2,12C2,17.53 6.47,22 12,22C17.53,22 22,17.53 22,12C22,6.47 17.53,2 12,2M15.1,7.07C15.24,7.07 15.38,7.12 15.5,7.23L16.77,8.5C17,8.72 17,9.07 16.77,9.28L15.77,10.28L13.72,8.23L14.72,7.23C14.82,7.12 14.96,7.07 15.1,7.07M13.13,8.81L15.19,10.87L9.13,16.93H7.07V14.87L13.13,8.81Z\" /></svg></li><li title=\"pencil lock outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pencil-lock-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.1,9L17,9.9L7.9,19H7V18.1L16.1,9M19.7,3C19.5,3 19.2,3.1 19,3.3L17.2,5.1L20.9,8.9L22.7,7C23.1,6.6 23.1,6 22.7,5.6L20.4,3.3C20.2,3.1 19.9,3 19.7,3M16.1,6.2L5,17.2V21H8.8L19.8,9.9L16.1,6.2M8,5V4.5C8,3.1 6.9,2 5.5,2C4.1,2 3,3.1 3,4.5V5C2.4,5 2,5.4 2,6V10C2,10.6 2.4,11 3,11H8C8.6,11 9,10.6 9,10V6C9,5.4 8.6,5 8,5M7,5H4V4.5C4,3.7 4.7,3 5.5,3C6.3,3 7,3.7 7,4.5V5Z\" /></svg></li><li title=\"pencil lock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pencil-lock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5.5,2A2.5,2.5 0 0,0 3,4.5V5A1,1 0 0,0 2,6V10A1,1 0 0,0 3,11H8A1,1 0 0,0 9,10V6A1,1 0 0,0 8,5V4.5A2.5,2.5 0 0,0 5.5,2M5.5,3A1.5,1.5 0 0,1 7,4.5V5H4V4.5A1.5,1.5 0 0,1 5.5,3M19.66,3C19.4,3 19.16,3.09 18.97,3.28L17.13,5.13L20.88,8.88L22.72,7.03C23.11,6.64 23.11,6 22.72,5.63L20.38,3.28C20.18,3.09 19.91,3 19.66,3M16.06,6.19L5,17.25V21H8.75L19.81,9.94L16.06,6.19Z\" /></svg></li><li title=\"pencil minus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pencil-minus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.1,9L15,9.9L5.9,19H5V18.1L14.1,9M17.7,3C17.5,3 17.2,3.1 17,3.3L15.2,5.1L18.9,8.9L20.7,7C21.1,6.6 21.1,6 20.7,5.6L18.4,3.3C18.2,3.1 17.9,3 17.7,3M14.1,6.2L3,17.2V21H6.8L17.8,9.9L14.1,6.2M10,5V7H2V5H10Z\" /></svg></li><li title=\"pencil minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pencil-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.7,7C21.1,6.6 21.1,6 20.7,5.6L18.4,3.3C18,2.9 17.4,2.9 17,3.3L15.2,5.1L19,8.9M3,17.2V21H6.8L17.8,9.9L14.1,6.1L3,17.2M10,5V7H2V5H10Z\" /></svg></li><li title=\"pencil off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pencil-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,10.2L14,6.2L17.8,10L13.8,14L12.4,12.6L15,9.9L14.1,9L11.5,11.6L10,10.2M20.7,5.6L18.4,3.3C18.2,3.1 17.9,3 17.7,3C17.5,3 17.2,3.1 17,3.3L15.2,5.1L19,8.9L20.7,7C21.1,6.7 21.1,6 20.7,5.6M19,21.7L17.7,23L11.2,16.5L6.8,21H3V17.2L7.5,12.7L1,6.3L2.3,5L19,21.7M9.8,15.1L8.9,14.2L5,18.1V19H5.9L9.8,15.1Z\" /></svg></li><li title=\"pencil off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pencil-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.66,2C18.4,2 18.16,2.09 17.97,2.28L16.13,4.13L19.88,7.88L21.72,6.03C22.11,5.64 22.11,5 21.72,4.63L19.38,2.28C19.18,2.09 18.91,2 18.66,2M3.28,4L2,5.28L8.5,11.75L4,16.25V20H7.75L12.25,15.5L18.72,22L20,20.72L13.5,14.25L9.75,10.5L3.28,4M15.06,5.19L11.03,9.22L14.78,12.97L18.81,8.94L15.06,5.19Z\" /></svg></li><li title=\"pencil outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pencil-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.06,9L15,9.94L5.92,19H5V18.08L14.06,9M17.66,3C17.41,3 17.15,3.1 16.96,3.29L15.13,5.12L18.88,8.87L20.71,7.04C21.1,6.65 21.1,6 20.71,5.63L18.37,3.29C18.17,3.09 17.92,3 17.66,3M14.06,6.19L3,17.25V21H6.75L17.81,9.94L14.06,6.19Z\" /></svg></li><li title=\"pencil plus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pencil-plus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.1,9L15,9.9L5.9,19H5V18.1L14.1,9M17.7,3C17.5,3 17.2,3.1 17,3.3L15.2,5.1L18.9,8.9L20.7,7C21.1,6.6 21.1,6 20.7,5.6L18.4,3.3C18.2,3.1 17.9,3 17.7,3M14.1,6.2L3,17.2V21H6.8L17.8,9.9L14.1,6.2M7,2V5H10V7H7V10H5V7H2V5H5V2H7Z\" /></svg></li><li title=\"pencil plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pencil-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.7,7C21.1,6.6 21.1,6 20.7,5.6L18.4,3.3C18,2.9 17.4,2.9 17,3.3L15.2,5.1L19,8.9M3,17.2V21H6.8L17.8,9.9L14.1,6.1L3,17.2M7,2V5H10V7H7V10H5V7H2V5H5V2H7Z\" /></svg></li><li title=\"pencil remove outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pencil-remove-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17.7,3C17.5,3 17.2,3.1 17,3.3L15.2,5.1L18.9,8.9L20.7,7C21.1,6.6 21.1,6 20.7,5.6L18.4,3.3C18.2,3.1 17.9,3 17.7,3M14.1,6.2L3,17.2V21H6.8L17.8,9.9L14.1,6.2M5.9,19H5V18.1L14.1,9L15,9.9L5.9,19M3.9,2.5L6,4.6L8.1,2.5L9.5,3.9L7.4,6L9.5,8.1L8.1,9.5L6,7.4L3.9,9.5L2.5,8.1L4.6,6L2.5,3.9L3.9,2.5Z\" /></svg></li><li title=\"pencil remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pencil-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.7,7C21.1,6.6 21.1,6 20.7,5.6L18.4,3.3C18,2.9 17.4,2.9 17,3.3L15.2,5.1L19,8.9M3,17.2V21H6.8L17.8,9.9L14.1,6.1L3,17.2M3.9,2.4L6,4.5L8.1,2.4L9.5,3.8L7.4,5.9L9.5,8L8.1,9.5L6,7.4L3.9,9.5L2.5,8.1L4.6,6L2.5,3.8L3.9,2.4Z\" /></svg></li><li title=\"pencil ruler \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pencil-ruler\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 17.25V21H6.75L17.81 9.93L14.06 6.18L3 17.25M22.61 18.36L18.36 22.61L13.16 17.41L14.93 15.64L15.93 16.64L18.4 14.16L19.82 15.58L18.36 17L19.42 18L20.84 16.6L22.61 18.36M6.61 10.83L1.39 5.64L5.64 1.39L7.4 3.16L4.93 5.64L6 6.7L8.46 4.22L9.88 5.64L8.46 7.05L9.46 8.05L6.61 10.83M20.71 7C21.1 6.61 21.1 6 20.71 5.59L18.37 3.29C18 2.9 17.35 2.9 16.96 3.29L15.12 5.12L18.87 8.87L20.71 7Z\" /></svg></li><li title=\"pencil \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pencil\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.71,7.04C21.1,6.65 21.1,6 20.71,5.63L18.37,3.29C18,2.9 17.35,2.9 16.96,3.29L15.12,5.12L18.87,8.87M3,17.25V21H6.75L17.81,9.93L14.06,6.18L3,17.25Z\" /></svg></li><li title=\"penguin \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-penguin\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,16C19,17.72 18.37,19.3 17.34,20.5C17.75,20.89 18,21.41 18,22H6C6,21.41 6.25,20.89 6.66,20.5C5.63,19.3 5,17.72 5,16H3C3,14.75 3.57,13.64 4.46,12.91L4.47,12.89C6,11.81 7,10 7,8V7A5,5 0 0,1 12,2A5,5 0 0,1 17,7V8C17,10 18,11.81 19.53,12.89L19.54,12.91C20.43,13.64 21,14.75 21,16H19M16,16A4,4 0 0,0 12,12A4,4 0 0,0 8,16A4,4 0 0,0 12,20A4,4 0 0,0 16,16M10,9L12,10.5L14,9L12,7.5L10,9M10,5A1,1 0 0,0 9,6A1,1 0 0,0 10,7A1,1 0 0,0 11,6A1,1 0 0,0 10,5M14,5A1,1 0 0,0 13,6A1,1 0 0,0 14,7A1,1 0 0,0 15,6A1,1 0 0,0 14,5Z\" /></svg></li><li title=\"pentagon outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pentagon-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,5L19.6,10.5L16.7,19.4H7.3L4.4,10.5L12,5M12,2.5L2,9.8L5.8,21.5H18.1L22,9.8L12,2.5Z\" /></svg></li><li title=\"pentagon \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pentagon\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2.5L2,9.8L5.8,21.5H18.2L22,9.8L12,2.5Z\" /></svg></li><li title=\"pentagram \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pentagram\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.15 14.4L18.71 22.26L12 17.4L5.28 22.3L7.85 14.37L1.15 9.5H9.44L12 1.61L14.56 9.5H22.89L16.15 14.4M13.3 16.47L15.86 18.33L14.88 15.32L13.3 16.47M11 9.5H13L12 6.47L11 9.5M10.74 16.47L9.13 15.3L8.13 18.37L10.74 16.47M18.28 11H15.05L15.67 12.9L18.28 11M10.53 11L9.62 13.8L12 15.54L14.39 13.82L13.47 11H10.53M5.76 11L8.34 12.87L8.95 11H5.76Z\" /></svg></li><li title=\"percent box outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-percent-box-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 3H5C3.89 3 3 3.89 3 5V19C3 20.11 3.9 21 5 21H19C20.11 21 21 20.11 21 19V5C21 3.89 20.1 3 19 3M19 19H5V5H19V19M17 15.22C17 16.2 16.2 17 15.22 17C14.24 17 13.45 16.2 13.45 15.22C13.45 14.24 14.24 13.45 15.22 13.45C16.2 13.45 17 14.24 17 15.22M8.5 17.03L7 15.53L15.53 7L17.03 8.5L8.5 17.03M7.05 8.83C7.05 7.84 7.84 7.05 8.83 7.05C9.81 7.05 10.6 7.84 10.6 8.83C10.6 9.81 9.81 10.6 8.83 10.6C7.84 10.6 7.05 9.81 7.05 8.83Z\" /></svg></li><li title=\"percent box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-percent-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 3H5C3.89 3 3 3.89 3 5V19C3 20.11 3.9 21 5 21H19C20.11 21 21 20.11 21 19V5C21 3.89 20.1 3 19 3M8.83 7.05C9.81 7.05 10.6 7.84 10.6 8.83C10.6 9.81 9.81 10.6 8.83 10.6C7.84 10.6 7.05 9.81 7.05 8.83C7.05 7.84 7.84 7.05 8.83 7.05M15.22 17C14.24 17 13.45 16.2 13.45 15.22C13.45 14.24 14.24 13.45 15.22 13.45C16.2 13.45 17 14.24 17 15.22C17 16.2 16.2 17 15.22 17M8.5 17.03L7 15.53L15.53 7L17.03 8.5L8.5 17.03Z\" /></svg></li><li title=\"percent circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-percent-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17 15.22C17 16.2 16.2 17 15.22 17C14.24 17 13.45 16.2 13.45 15.22C13.45 14.24 14.24 13.45 15.22 13.45C16.2 13.45 17 14.24 17 15.22M8.83 10.6C9.81 10.6 10.6 9.81 10.6 8.83C10.6 7.84 9.81 7.05 8.83 7.05C7.84 7.05 7.05 7.84 7.05 8.83C7.05 9.81 7.84 10.6 8.83 10.6M7 15.53L8.5 17.03L17.03 8.5L15.53 7L7 15.53M22 12C22 17.5 17.5 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C17.5 2 22 6.5 22 12M20 12C20 7.59 16.41 4 12 4C7.59 4 4 7.59 4 12C4 16.41 7.59 20 12 20C16.41 20 20 16.41 20 12Z\" /></svg></li><li title=\"percent circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-percent-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2C6.5 2 2 6.5 2 12S6.5 22 12 22 22 17.5 22 12 17.5 2 12 2M8.83 7.05C9.81 7.05 10.6 7.84 10.6 8.83C10.6 9.81 9.81 10.6 8.83 10.6C7.84 10.6 7.05 9.81 7.05 8.83C7.05 7.84 7.84 7.05 8.83 7.05M15.22 17C14.24 17 13.45 16.2 13.45 15.22C13.45 14.24 14.24 13.45 15.22 13.45C16.2 13.45 17 14.24 17 15.22C17 16.2 16.2 17 15.22 17M8.5 17.03L7 15.53L15.53 7L17.03 8.5L8.5 17.03Z\" /></svg></li><li title=\"percent outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-percent-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.5 3.5L20.5 5.5L5.5 20.5L3.5 18.5L18.5 3.5M7 4C8.66 4 10 5.34 10 7C10 8.66 8.66 10 7 10C5.34 10 4 8.66 4 7C4 5.34 5.34 4 7 4M17 14C18.66 14 20 15.34 20 17C20 18.66 18.66 20 17 20C15.34 20 14 18.66 14 17C14 15.34 15.34 14 17 14M7 6C6.45 6 6 6.45 6 7C6 7.55 6.45 8 7 8C7.55 8 8 7.55 8 7C8 6.45 7.55 6 7 6M17 16C16.45 16 16 16.45 16 17C16 17.55 16.45 18 17 18C17.55 18 18 17.55 18 17C18 16.45 17.55 16 17 16Z\" /></svg></li><li title=\"percent \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-percent\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.5,3.5L3.5,18.5L5.5,20.5L20.5,5.5M7,4A3,3 0 0,0 4,7A3,3 0 0,0 7,10A3,3 0 0,0 10,7A3,3 0 0,0 7,4M17,14A3,3 0 0,0 14,17A3,3 0 0,0 17,20A3,3 0 0,0 20,17A3,3 0 0,0 17,14Z\" /></svg></li><li title=\"periodic table \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-periodic-table\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,4V6H4V4H2M20,4V6H22V4H20M2,7V9H4V7H2M5,7V9H7V7H5M14,7V9H16V7H14M17,7V9H19V7H17M20,7V9H22V7H20M2,10V12H4V10H2M5,10V12H7V10H5M8,10V12H10V10H8M11,10V12H13V10H11M14,10V12H16V10H14M17,10V12H19V10H17M20,10V12H22V10H20M2,13V15H4V13H2M5,13V15H7V13H5M8,13V15H10V13H8M11,13V15H13V13H11M14,13V15H16V13H14M17,13V15H19V13H17M20,13V15H22V13H20M5,17V19H7V17H5M8,17V19H10V17H8M11,17V19H13V17H11M14,17V19H16V17H14M17,17V19H19V17H17Z\" /></svg></li><li title=\"perspective less \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-perspective-less\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.56,12L19.23,20H4.78L7.44,12H16.56M7,1L3,5L7,9V6H11V4H7V1M17,1V4H13V6H17V9L21,5L17,1M18,10H6L2,22H22L18,10Z\" /></svg></li><li title=\"perspective more \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-perspective-more\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.56,12L19.23,20H4.78L7.44,12H16.56M17,1L13,5L17,9V6H21V4H17V1M7,1V4H3V6H7V9L11,5L7,1M18,10H6L2,22H22L18,10Z\" /></svg></li><li title=\"ph \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ph\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 7V17H15V13H17V17H19V7H17V11H15V7H13M11 15V13C11 11.9 10.11 11 9 11H5V21H7V17H9C10.11 17 11 16.11 11 15M9 15H7V13H9V15Z\" /></svg></li><li title=\"phone alert outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-phone-alert-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 15.5C18.8 15.5 17.5 15.3 16.4 14.9H16.1C15.8 14.9 15.6 15 15.4 15.2L13.2 17.4C10.4 15.9 8 13.6 6.6 10.8L8.8 8.6C9.1 8.3 9.2 7.9 9 7.6C8.7 6.5 8.5 5.2 8.5 4C8.5 3.5 8 3 7.5 3H4C3.5 3 3 3.5 3 4C3 13.4 10.6 21 20 21C20.5 21 21 20.5 21 20V16.5C21 16 20.5 15.5 20 15.5M5 5H6.5C6.6 5.9 6.8 6.8 7 7.6L5.8 8.8C5.4 7.6 5.1 6.3 5 5M19 19C17.7 18.9 16.4 18.6 15.2 18.2L16.4 17C17.2 17.2 18.1 17.4 19 17.4V19M17 12V10H19V12H17M17 8V2H19V8H17Z\" /></svg></li><li title=\"phone alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-phone-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6.62,10.79C8.06,13.62 10.38,15.94 13.21,17.38L15.41,15.18C15.69,14.9 16.08,14.82 16.43,14.93C17.55,15.3 18.75,15.5 20,15.5A1,1 0 0,1 21,16.5V20A1,1 0 0,1 20,21A17,17 0 0,1 3,4C3,3.44 3.45,3 4,3H7.5A1,1 0 0,1 8.5,4C8.5,5.24 8.7,6.45 9.07,7.57C9.18,7.92 9.1,8.31 8.82,8.58L6.62,10.79M17,12V10H19V12H17M17,8V2H19V8H17Z\" /></svg></li><li title=\"phone bluetooth outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-phone-bluetooth-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 15.5C18.8 15.5 17.5 15.3 16.4 14.9H16.1C15.8 14.9 15.6 15 15.4 15.2L13.2 17.4C10.4 15.9 8 13.6 6.6 10.8L8.8 8.6C9.1 8.3 9.2 7.9 9 7.6C8.7 6.5 8.5 5.2 8.5 4C8.5 3.5 8 3 7.5 3H4C3.5 3 3 3.5 3 4C3 13.4 10.6 21 20 21C20.5 21 21 20.5 21 20V16.5C21 16 20.5 15.5 20 15.5M5 5H6.5C6.6 5.9 6.8 6.8 7 7.6L5.8 8.8C5.4 7.6 5.1 6.3 5 5M19 19C17.7 18.9 16.4 18.6 15.2 18.2L16.4 17C17.2 17.2 18.1 17.4 19 17.4V19M18 7.21L18.94 8.14L18 9.08M18 2.91L18.94 3.85L18 4.79M14.71 9.5L17 7.21V11H17.5L20.35 8.14L18.21 6L20.35 3.85L17.5 1H17V4.79L14.71 2.5L14 3.21L16.79 6L14 8.79L14.71 9.5Z\" /></svg></li><li title=\"phone bluetooth \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-phone-bluetooth\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,15.5C18.75,15.5 17.55,15.3 16.43,14.93C16.08,14.82 15.69,14.9 15.41,15.18L13.21,17.38C10.38,15.94 8.06,13.62 6.62,10.79L8.82,8.59C9.1,8.31 9.18,7.92 9.07,7.57C8.7,6.45 8.5,5.25 8.5,4A1,1 0 0,0 7.5,3H4A1,1 0 0,0 3,4A17,17 0 0,0 20,21A1,1 0 0,0 21,20V16.5A1,1 0 0,0 20,15.5M18,7.21L18.94,8.14L18,9.08M18,2.91L18.94,3.85L18,4.79M14.71,9.5L17,7.21V11H17.5L20.35,8.14L18.21,6L20.35,3.85L17.5,1H17V4.79L14.71,2.5L14,3.21L16.79,6L14,8.79L14.71,9.5Z\" /></svg></li><li title=\"phone cancel outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-phone-cancel-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 15.5C18.8 15.5 17.5 15.3 16.4 14.9H16.1C15.8 14.9 15.6 15 15.4 15.2L13.2 17.4C10.4 15.9 8 13.6 6.6 10.8L8.8 8.6C9.1 8.3 9.2 7.9 9 7.6C8.7 6.5 8.5 5.2 8.5 4C8.5 3.5 8 3 7.5 3H4C3.5 3 3 3.5 3 4C3 13.4 10.6 21 20 21C20.5 21 21 20.5 21 20V16.5C21 16 20.5 15.5 20 15.5M5 5H6.5C6.6 5.9 6.8 6.8 7 7.6L5.8 8.8C5.4 7.6 5.1 6.3 5 5M19 19C17.7 18.9 16.4 18.6 15.2 18.2L16.4 17C17.2 17.2 18.1 17.4 19 17.4V19M16.5 2C14 2 12 4 12 6.5S14 11 16.5 11 21 9 21 6.5 19 2 16.5 2M16.5 9.5C14.84 9.5 13.5 8.16 13.5 6.5C13.5 5.94 13.65 5.42 13.92 5L18 9.08C17.58 9.35 17.06 9.5 16.5 9.5M19.08 8L15 3.92C15.42 3.65 15.94 3.5 16.5 3.5C18.16 3.5 19.5 4.84 19.5 6.5C19.5 7.06 19.35 7.58 19.08 8Z\" /></svg></li><li title=\"phone cancel \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-phone-cancel\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6.62 10.79C8.06 13.62 10.38 15.94 13.21 17.38L15.41 15.18C15.69 14.9 16.08 14.82 16.43 14.93C17.55 15.3 18.75 15.5 20 15.5C20.55 15.5 21 15.95 21 16.5V20C21 20.55 20.55 21 20 21C10.61 21 3 13.39 3 4C3 3.45 3.45 3 4 3H7.5C8.05 3 8.5 3.45 8.5 4C8.5 5.25 8.7 6.45 9.07 7.57C9.18 7.92 9.1 8.31 8.82 8.59L6.62 10.79M16.5 2C14 2 12 4 12 6.5S14 11 16.5 11 21 9 21 6.5 19 2 16.5 2M16.5 9.5C14.84 9.5 13.5 8.16 13.5 6.5C13.5 5.94 13.65 5.42 13.92 5L18 9.08C17.58 9.35 17.06 9.5 16.5 9.5M19.08 8L15 3.92C15.42 3.65 15.94 3.5 16.5 3.5C18.16 3.5 19.5 4.84 19.5 6.5C19.5 7.06 19.35 7.58 19.08 8Z\" /></svg></li><li title=\"phone check outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-phone-check-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 15.5A11.36 11.36 0 0 1 16.43 14.93A1 1 0 0 0 15.43 15.18L13.23 17.38A15.1 15.1 0 0 1 6.64 10.79L8.84 8.59A1 1 0 0 0 9.09 7.59A11.36 11.36 0 0 1 8.5 4A1 1 0 0 0 7.5 3H4A1 1 0 0 0 3 4A17 17 0 0 0 20 21A1 1 0 0 0 21 20V16.5A1 1 0 0 0 20 15.5M5 5H6.54A12.54 12.54 0 0 0 7 7.59L5.79 8.8A15 15 0 0 1 5 5M19 19A15 15 0 0 1 15.2 18.24L16.41 17A12.31 12.31 0 0 0 19 17.45M15 11.44L11.29 7.74L12.71 6.32L15 8.59L20.29 3.29L21.71 4.71Z\" /></svg></li><li title=\"phone check \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-phone-check\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6.62 10.79A15.1 15.1 0 0 0 13.21 17.38L15.41 15.18A1 1 0 0 1 16.41 14.93A11.36 11.36 0 0 0 20 15.5A1 1 0 0 1 21 16.5V20A1 1 0 0 1 20 21A17 17 0 0 1 3 4A1 1 0 0 1 4 3H7.5A1 1 0 0 1 8.5 4A11.36 11.36 0 0 0 9.07 7.57A1 1 0 0 1 8.82 8.57M21.71 4.71L20.29 3.29L15 8.59L12.71 6.29L11.29 7.71L15 11.41Z\" /></svg></li><li title=\"phone classic off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-phone-classic-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 3C16.53 3 20.65 4.78 23.7 7.67C23.88 7.85 24 8.09 24 8.37C24 8.65 23.89 8.9 23.71 9.08L21.23 11.56C21.05 11.74 20.8 11.85 20.5 11.85C20.25 11.85 20 11.75 19.82 11.57C19 10.84 18.13 10.21 17.15 9.72C16.82 9.56 16.59 9.21 16.59 8.82V5.72C15.14 5.25 13.59 5 12 5C10.44 5 8.93 5.24 7.5 5.69L5.94 4.11C7.82 3.4 9.86 3 12 3M9 7H11V9H13V7H15V10C15 10 21 15 21 18V19.18L9 7.18V7M1 4.27L2.28 3L21.5 22.22L20.23 23.5L18.73 22H3V18C3 15.86 6.05 12.71 7.8 11.07L6.59 9.86C5.71 10.33 4.9 10.9 4.18 11.58C4 11.75 3.75 11.86 3.5 11.86C3.2 11.86 2.95 11.75 2.77 11.57L.29 9.09C.11 8.91 0 8.66 0 8.38C0 8.1 .11 7.85 .29 7.67C.996 7 2.58 5.85 2.58 5.85L1 4.27M8 16C8 18.21 9.79 20 12 20C13.29 20 14.44 19.39 15.17 18.44L14.1 17.36C13.65 18.05 12.88 18.5 12 18.5C10.62 18.5 9.5 17.38 9.5 16C9.5 15.12 9.95 14.35 10.64 13.91L9.56 12.83C8.61 13.56 8 14.71 8 16Z\" /></svg></li><li title=\"phone classic \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-phone-classic\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,3C7.46,3 3.34,4.78 0.29,7.67C0.11,7.85 0,8.1 0,8.38C0,8.66 0.11,8.91 0.29,9.09L2.77,11.57C2.95,11.75 3.2,11.86 3.5,11.86C3.75,11.86 4,11.75 4.18,11.58C4.97,10.84 5.87,10.22 6.84,9.73C7.17,9.57 7.4,9.23 7.4,8.83V5.73C8.85,5.25 10.39,5 12,5C13.59,5 15.14,5.25 16.59,5.72V8.82C16.59,9.21 16.82,9.56 17.15,9.72C18.13,10.21 19,10.84 19.82,11.57C20,11.75 20.25,11.85 20.5,11.85C20.8,11.85 21.05,11.74 21.23,11.56L23.71,9.08C23.89,8.9 24,8.65 24,8.37C24,8.09 23.88,7.85 23.7,7.67C20.65,4.78 16.53,3 12,3M9,7V10C9,10 3,15 3,18V22H21V18C21,15 15,10 15,10V7H13V9H11V7H9M12,12A4,4 0 0,1 16,16A4,4 0 0,1 12,20A4,4 0 0,1 8,16A4,4 0 0,1 12,12M12,13.5A2.5,2.5 0 0,0 9.5,16A2.5,2.5 0 0,0 12,18.5A2.5,2.5 0 0,0 14.5,16A2.5,2.5 0 0,0 12,13.5Z\" /></svg></li><li title=\"phone clock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-phone-clock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.9 1C12.1 1.1 9 4.2 9 8C9 11.9 12.1 15 16 15S23 11.9 23 8 19.9 1 15.9 1C16 1 15.9 1 15.9 1M16 3C18.8 3 21 5.2 21 8S18.8 13 16 13 11 10.8 11 8 13.2 3 16 3M15 4V9L18.6 11.2L19.4 10L16.5 8.3V4H15M4.6 12.8C6 15.6 8.4 18 11.2 19.4L13.4 17.2C13.7 16.9 14.1 16.8 14.4 17C15.5 17.4 16.7 17.6 18 17.6C18.5 17.6 19 18.1 19 18.6V22C19 22.5 18.5 23 18 23C8.6 23 1 15.4 1 6C1 5.4 1.5 5 2 5H5.5C6.1 5 6.5 5.4 6.5 6C6.5 7.2 6.7 8.4 7.1 9.6C7.2 10 7.1 10.3 6.9 10.6L4.6 12.8\" /></svg></li><li title=\"phone dial outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-phone-dial-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 15.5C18.8 15.5 17.5 15.3 16.4 14.9H16.1C15.8 14.9 15.6 15 15.4 15.2L13.2 17.4C10.4 15.9 8 13.6 6.6 10.8L8.8 8.6C9.1 8.3 9.2 7.9 9 7.6C8.7 6.5 8.5 5.2 8.5 4C8.5 3.5 8 3 7.5 3H4C3.5 3 3 3.5 3 4C3 13.4 10.6 21 20 21C20.5 21 21 20.5 21 20V16.5C21 16 20.5 15.5 20 15.5M5 5H6.5C6.6 5.9 6.8 6.8 7 7.6L5.8 8.8C5.4 7.6 5.1 6.3 5 5M19 19C17.7 18.9 16.4 18.6 15.2 18.2L16.4 17C17.2 17.2 18.1 17.4 19 17.4V19M15 4C15 4.6 14.6 5 14 5S13 4.6 13 4 13.4 3 14 3 15 3.4 15 4M18 4C18 4.6 17.6 5 17 5S16 4.6 16 4 16.4 3 17 3 18 3.4 18 4M21 4C21 4.6 20.6 5 20 5S19 4.6 19 4 19.4 3 20 3 21 3.4 21 4M15 7C15 7.6 14.6 8 14 8S13 7.6 13 7 13.4 6 14 6 15 6.4 15 7M18 7C18 7.6 17.6 8 17 8S16 7.6 16 7 16.4 6 17 6 18 6.4 18 7M21 7C21 7.6 20.6 8 20 8S19 7.6 19 7 19.4 6 20 6 21 6.4 21 7M15 10C15 10.6 14.6 11 14 11S13 10.6 13 10 13.4 9 14 9 15 9.4 15 10M18 10C18 10.6 17.6 11 17 11S16 10.6 16 10 16.4 9 17 9 18 9.4 18 10M21 10C21 10.6 20.6 11 20 11S19 10.6 19 10 19.4 9 20 9 21 9.4 21 10Z\" /></svg></li><li title=\"phone dial \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-phone-dial\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6.6 10.8C8 13.6 10.4 15.9 13.2 17.4L15.4 15.2C15.7 14.9 16.1 14.8 16.4 15C17.5 15.4 18.7 15.6 20 15.6C20.6 15.6 21 16 21 16.6V20C21 20.6 20.6 21 20 21C10.6 21 3 13.4 3 4C3 3.4 3.5 3 4 3H7.5C8.1 3 8.5 3.4 8.5 4C8.5 5.2 8.7 6.4 9.1 7.6C9.2 7.9 9.1 8.3 8.9 8.6L6.6 10.8M14 3C13.4 3 13 3.4 13 4S13.4 5 14 5 15 4.6 15 4 14.6 3 14 3M17 3C16.4 3 16 3.4 16 4S16.4 5 17 5 18 4.6 18 4 17.6 3 17 3M20 3C19.4 3 19 3.4 19 4S19.4 5 20 5 21 4.6 21 4 20.6 3 20 3M14 6C13.4 6 13 6.4 13 7S13.4 8 14 8 15 7.6 15 7 14.6 6 14 6M17 6C16.4 6 16 6.4 16 7S16.4 8 17 8 18 7.6 18 7 17.6 6 17 6M20 6C19.4 6 19 6.4 19 7S19.4 8 20 8 21 7.6 21 7 20.6 6 20 6M14 9C13.4 9 13 9.4 13 10S13.4 11 14 11 15 10.6 15 10 14.6 9 14 9M17 9C16.4 9 16 9.4 16 10S16.4 11 17 11 18 10.6 18 10 17.6 9 17 9M20 9C19.4 9 19 9.4 19 10S19.4 11 20 11 21 10.6 21 10 20.6 9 20 9Z\" /></svg></li><li title=\"phone forward outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-phone-forward-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 15.5C18.8 15.5 17.5 15.3 16.4 14.9H16.1C15.8 14.9 15.6 15 15.4 15.2L13.2 17.4C10.4 15.9 8 13.6 6.6 10.8L8.8 8.6C9.1 8.3 9.2 7.9 9 7.6C8.7 6.5 8.5 5.2 8.5 4C8.5 3.5 8 3 7.5 3H4C3.5 3 3 3.5 3 4C3 13.4 10.6 21 20 21C20.5 21 21 20.5 21 20V16.5C21 16 20.5 15.5 20 15.5M5 5H6.5C6.6 5.9 6.8 6.8 7 7.6L5.8 8.8C5.4 7.6 5.1 6.3 5 5M19 19C17.7 18.9 16.4 18.6 15.2 18.2L16.4 17C17.2 17.2 18.1 17.4 19 17.4V19M18 11L23 6L18 1V4H14V8H18V11Z\" /></svg></li><li title=\"phone forward \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-phone-forward\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,15.5C18.75,15.5 17.55,15.3 16.43,14.93C16.08,14.82 15.69,14.9 15.41,15.18L13.21,17.38C10.38,15.94 8.06,13.62 6.62,10.79L8.82,8.59C9.1,8.31 9.18,7.92 9.07,7.57C8.7,6.45 8.5,5.25 8.5,4A1,1 0 0,0 7.5,3H4A1,1 0 0,0 3,4A17,17 0 0,0 20,21A1,1 0 0,0 21,20V16.5A1,1 0 0,0 20,15.5M18,11L23,6L18,1V4H14V8H18V11Z\" /></svg></li><li title=\"phone hangup outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-phone-hangup-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23.71 11.67A17 17 0 0 0 .29 11.67A1 1 0 0 0 0 12.38A1 1 0 0 0 .29 13.08L2.77 15.56A1 1 0 0 0 3.5 15.85A1 1 0 0 0 4.18 15.57A11.5 11.5 0 0 1 6.84 13.72A1 1 0 0 0 7.4 12.82V9.72A14.91 14.91 0 0 1 12 9A14.5 14.5 0 0 1 16.59 9.73V12.83A1 1 0 0 0 17.15 13.73A11.27 11.27 0 0 1 19.82 15.58A1 1 0 0 0 20.5 15.86A1 1 0 0 0 21.23 15.57L23.71 13.09A1 1 0 0 0 23.71 11.67M5.4 12.22A13.68 13.68 0 0 0 3.53 13.5L2.46 12.42A15.54 15.54 0 0 1 5.4 10.5M20.5 13.5A13.75 13.75 0 0 0 18.6 12.23V10.53A14.26 14.26 0 0 1 21.55 12.43Z\" /></svg></li><li title=\"phone hangup \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-phone-hangup\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,9C10.4,9 8.85,9.25 7.4,9.72V12.82C7.4,13.22 7.17,13.56 6.84,13.72C5.86,14.21 4.97,14.84 4.17,15.57C4,15.75 3.75,15.86 3.5,15.86C3.2,15.86 2.95,15.74 2.77,15.56L0.29,13.08C0.11,12.9 0,12.65 0,12.38C0,12.1 0.11,11.85 0.29,11.67C3.34,8.77 7.46,7 12,7C16.54,7 20.66,8.77 23.71,11.67C23.89,11.85 24,12.1 24,12.38C24,12.65 23.89,12.9 23.71,13.08L21.23,15.56C21.05,15.74 20.8,15.86 20.5,15.86C20.25,15.86 20,15.75 19.82,15.57C19.03,14.84 18.14,14.21 17.16,13.72C16.83,13.56 16.6,13.22 16.6,12.82V9.72C15.15,9.25 13.6,9 12,9Z\" /></svg></li><li title=\"phone in talk outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-phone-in-talk-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 15.5C18.8 15.5 17.5 15.3 16.4 14.9H16.1C15.8 14.9 15.6 15 15.4 15.2L13.2 17.4C10.4 15.9 8 13.6 6.6 10.8L8.8 8.6C9.1 8.3 9.2 7.9 9 7.6C8.7 6.5 8.5 5.2 8.5 4C8.5 3.5 8 3 7.5 3H4C3.5 3 3 3.5 3 4C3 13.4 10.6 21 20 21C20.5 21 21 20.5 21 20V16.5C21 16 20.5 15.5 20 15.5M5 5H6.5C6.6 5.9 6.8 6.8 7 7.6L5.8 8.8C5.4 7.6 5.1 6.3 5 5M19 19C17.7 18.9 16.4 18.6 15.2 18.2L16.4 17C17.2 17.2 18.1 17.4 19 17.4V19M15 12H17A5 5 0 0 0 12 7V9A3 3 0 0 1 15 12M19 12H21C21 7 16.97 3 12 3V5C15.86 5 19 8.13 19 12Z\" /></svg></li><li title=\"phone in talk \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-phone-in-talk\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,12H17A5,5 0 0,0 12,7V9A3,3 0 0,1 15,12M19,12H21C21,7 16.97,3 12,3V5C15.86,5 19,8.13 19,12M20,15.5C18.75,15.5 17.55,15.3 16.43,14.93C16.08,14.82 15.69,14.9 15.41,15.18L13.21,17.38C10.38,15.94 8.06,13.62 6.62,10.79L8.82,8.59C9.1,8.31 9.18,7.92 9.07,7.57C8.7,6.45 8.5,5.25 8.5,4A1,1 0 0,0 7.5,3H4A1,1 0 0,0 3,4A17,17 0 0,0 20,21A1,1 0 0,0 21,20V16.5A1,1 0 0,0 20,15.5Z\" /></svg></li><li title=\"phone incoming outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-phone-incoming-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 15.5C18.8 15.5 17.5 15.3 16.4 14.9H16.1C15.8 14.9 15.6 15 15.4 15.2L13.2 17.4C10.4 15.9 8 13.6 6.6 10.8L8.8 8.6C9.1 8.3 9.2 7.9 9 7.6C8.7 6.5 8.5 5.2 8.5 4C8.5 3.5 8 3 7.5 3H4C3.5 3 3 3.5 3 4C3 13.4 10.6 21 20 21C20.5 21 21 20.5 21 20V16.5C21 16 20.5 15.5 20 15.5M5 5H6.5C6.6 5.9 6.8 6.8 7 7.6L5.8 8.8C5.4 7.6 5.1 6.3 5 5M19 19C17.7 18.9 16.4 18.6 15.2 18.2L16.4 17C17.2 17.2 18.1 17.4 19 17.4V19M19 11V9.5H15.5L21 4L20 3L14.5 8.5V5H13V11H19Z\" /></svg></li><li title=\"phone incoming \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-phone-incoming\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,3A1,1 0 0,0 3,4A17,17 0 0,0 20,21A1,1 0 0,0 21,20V16.5A1,1 0 0,0 20,15.5C18.75,15.5 17.55,15.3 16.43,14.93C16.08,14.82 15.69,14.9 15.41,15.17L13.21,17.37C10.38,15.93 8.06,13.62 6.62,10.78L8.82,8.57C9.1,8.31 9.18,7.92 9.07,7.57C8.7,6.45 8.5,5.25 8.5,4A1,1 0 0,0 7.5,3H4M19,11V9.5H15.5L21,4L20,3L14.5,8.5V5H13V11H19Z\" /></svg></li><li title=\"phone lock outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-phone-lock-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 15.5C18.8 15.5 17.5 15.3 16.4 14.9H16.1C15.8 14.9 15.6 15 15.4 15.2L13.2 17.4C10.4 15.9 8 13.6 6.6 10.8L8.8 8.6C9.1 8.3 9.2 7.9 9 7.6C8.7 6.5 8.5 5.2 8.5 4C8.5 3.5 8 3 7.5 3H4C3.5 3 3 3.5 3 4C3 13.4 10.6 21 20 21C20.5 21 21 20.5 21 20V16.5C21 16 20.5 15.5 20 15.5M5 5H6.5C6.6 5.9 6.8 6.8 7 7.6L5.8 8.8C5.4 7.6 5.1 6.3 5 5M19 19C17.7 18.9 16.4 18.6 15.2 18.2L16.4 17C17.2 17.2 18.1 17.4 19 17.4V19M19.2 4H15.8V3.5C15.8 2.56 16.56 1.8 17.5 1.8C18.44 1.8 19.2 2.56 19.2 3.5M20 4V3.5A2.5 2.5 0 0 0 17.5 1A2.5 2.5 0 0 0 15 3.5V4A1 1 0 0 0 14 5V9A1 1 0 0 0 15 10H20A1 1 0 0 0 21 9V5A1 1 0 0 0 20 4Z\" /></svg></li><li title=\"phone lock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-phone-lock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.2,4H15.8V3.5C15.8,2.56 16.56,1.8 17.5,1.8C18.44,1.8 19.2,2.56 19.2,3.5M20,4V3.5A2.5,2.5 0 0,0 17.5,1A2.5,2.5 0 0,0 15,3.5V4A1,1 0 0,0 14,5V9A1,1 0 0,0 15,10H20A1,1 0 0,0 21,9V5A1,1 0 0,0 20,4M20,15.5C18.75,15.5 17.55,15.3 16.43,14.93C16.08,14.82 15.69,14.9 15.41,15.18L13.21,17.38C10.38,15.94 8.06,13.62 6.62,10.79L8.82,8.59C9.1,8.31 9.18,7.92 9.07,7.57C8.7,6.45 8.5,5.25 8.5,4A1,1 0 0,0 7.5,3H4A1,1 0 0,0 3,4A17,17 0 0,0 20,21A1,1 0 0,0 21,20V16.5A1,1 0 0,0 20,15.5Z\" /></svg></li><li title=\"phone log outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-phone-log-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 15.5C18.8 15.5 17.5 15.3 16.4 14.9H16.1C15.8 14.9 15.6 15 15.4 15.2L13.2 17.4C10.4 15.9 8 13.6 6.6 10.8L8.8 8.6C9.1 8.3 9.2 7.9 9 7.6C8.7 6.5 8.5 5.2 8.5 4C8.5 3.5 8 3 7.5 3H4C3.5 3 3 3.5 3 4C3 13.4 10.6 21 20 21C20.5 21 21 20.5 21 20V16.5C21 16 20.5 15.5 20 15.5M5 5H6.5C6.6 5.9 6.8 6.8 7 7.6L5.8 8.8C5.4 7.6 5.1 6.3 5 5M19 19C17.7 18.9 16.4 18.6 15.2 18.2L16.4 17C17.2 17.2 18.1 17.4 19 17.4V19M12 3H14V5H12M15 3H21V5H15M12 6H14V8H12M15 6H21V8H15M12 9H14V11H12M15 9H21V11H15Z\" /></svg></li><li title=\"phone log \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-phone-log\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,15.5A1,1 0 0,1 21,16.5V20A1,1 0 0,1 20,21A17,17 0 0,1 3,4A1,1 0 0,1 4,3H7.5A1,1 0 0,1 8.5,4C8.5,5.24 8.7,6.45 9.07,7.57C9.18,7.92 9.1,8.31 8.82,8.58L6.62,10.79C8.06,13.62 10.38,15.94 13.21,17.38L15.41,15.18C15.69,14.9 16.08,14.82 16.43,14.93C17.55,15.3 18.75,15.5 20,15.5M12,3H14V5H12M15,3H21V5H15M12,6H14V8H12M15,6H21V8H15M12,9H14V11H12M15,9H21V11H15\" /></svg></li><li title=\"phone message outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-phone-message-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 15.5C18.75 15.5 17.55 15.3 16.43 14.93C16.33 14.9 16.22 14.88 16.12 14.88C15.86 14.88 15.61 15 15.41 15.17L13.21 17.37C10.38 15.93 8.06 13.62 6.62 10.79L8.82 8.58C9.1 8.31 9.18 7.92 9.07 7.57C8.7 6.45 8.5 5.25 8.5 4C8.5 3.45 8.05 3 7.5 3H4C3.45 3 3 3.45 3 4C3 13.39 10.61 21 20 21C20.55 21 21 20.55 21 20V16.5C21 15.95 20.55 15.5 20 15.5M5.03 5H6.53C6.6 5.88 6.75 6.75 7 7.59L5.79 8.8C5.38 7.59 5.12 6.32 5.03 5M19 18.97C17.68 18.88 16.4 18.62 15.2 18.21L16.4 17C17.25 17.25 18.12 17.4 19 17.46V18.97M12 3V13L15 10H21V3H12M19 8H14V5H19V8Z\" /></svg></li><li title=\"phone message \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-phone-message\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 15.5C18.75 15.5 17.55 15.3 16.43 14.93C16.08 14.82 15.69 14.9 15.41 15.17L13.21 17.37C10.38 15.93 8.06 13.62 6.62 10.79L8.82 8.58C9.1 8.31 9.18 7.92 9.07 7.57C8.7 6.45 8.5 5.25 8.5 4C8.5 3.45 8.05 3 7.5 3H4C3.45 3 3 3.45 3 4C3 13.39 10.61 21 20 21C20.55 21 21 20.55 21 20V16.5C21 15.95 20.55 15.5 20 15.5M12 3V13L15 10H21V3H12Z\" /></svg></li><li title=\"phone minus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-phone-minus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 15.5C18.8 15.5 17.5 15.3 16.4 14.9H16.1C15.8 14.9 15.6 15 15.4 15.2L13.2 17.4C10.4 15.9 8 13.6 6.6 10.8L8.8 8.6C9.1 8.3 9.2 7.9 9 7.6C8.7 6.5 8.5 5.2 8.5 4C8.5 3.5 8 3 7.5 3H4C3.5 3 3 3.5 3 4C3 13.4 10.6 21 20 21C20.5 21 21 20.5 21 20V16.5C21 16 20.5 15.5 20 15.5M5 5H6.5C6.6 5.9 6.8 6.8 7 7.6L5.8 8.8C5.4 7.6 5.1 6.3 5 5M19 19C17.7 18.9 16.4 18.6 15.2 18.2L16.4 17C17.2 17.2 18.1 17.4 19 17.4V19M13 6V8H21V6Z\" /></svg></li><li title=\"phone minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-phone-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,3A1,1 0 0,0 3,4A17,17 0 0,0 20,21A1,1 0 0,0 21,20V16.5A1,1 0 0,0 20,15.5C18.76,15.5 17.55,15.3 16.43,14.93C16.08,14.82 15.69,14.9 15.41,15.18L13.21,17.38C10.38,15.94 8.07,13.62 6.62,10.79L8.82,8.58C9.1,8.31 9.18,7.92 9.07,7.57C8.7,6.45 8.5,5.24 8.5,4A1,1 0 0,0 7.5,3M13,6V8H21V6\" /></svg></li><li title=\"phone missed outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-phone-missed-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.6 15.5v1.8c.7.4 1.3.8 1.9 1.3l1.1-1.1c-.9-.9-1.9-1.5-3-2m-13.2 0c-1 .5-2 1.1-2.9 1.9l1.1 1.1c.6-.5 1.2-.9 1.9-1.3v-1.7M12 12c4.5 0 8.7 1.7 11.7 4.7.2.2.3.4.3.7 0 .3-.1.5-.3.7l-2.5 2.5c-.2.2-.4.3-.7.3-.2 0-.5-.1-.7-.3-.8-.7-1.7-1.4-2.7-1.8-.3-.2-.6-.5-.6-.9v-3.1c-1.5-.5-3-.7-4.6-.7-1.6 0-3.1.2-4.6.7v3.1c0 .4-.2.7-.6.9-1 .5-1.9 1.1-2.7 1.8-.2.2-.4.3-.7.3-.3 0-.5-.1-.7-.3L.1 18.1c0-.2-.1-.5-.1-.7 0-.3.1-.5.3-.7C3.3 13.8 7.5 12 12 12zM6.5 5.5V9H5V3h6v1.5H7.5L12 9l6-6 1 1-7 7-5.5-5.5z\" /></svg></li><li title=\"phone missed \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-phone-missed\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23.71,16.67C20.66,13.77 16.54,12 12,12C7.46,12 3.34,13.77 0.29,16.67C0.11,16.85 0,17.1 0,17.38C0,17.65 0.11,17.9 0.29,18.08L2.77,20.56C2.95,20.74 3.2,20.86 3.5,20.86C3.75,20.86 4,20.75 4.18,20.57C4.97,19.83 5.86,19.21 6.84,18.72C7.17,18.56 7.4,18.22 7.4,17.82V14.72C8.85,14.25 10.39,14 12,14C13.6,14 15.15,14.25 16.6,14.72V17.82C16.6,18.22 16.83,18.56 17.16,18.72C18.14,19.21 19.03,19.83 19.82,20.57C20,20.75 20.25,20.86 20.5,20.86C20.8,20.86 21.05,20.74 21.23,20.56L23.71,18.08C23.89,17.9 24,17.65 24,17.38C24,17.1 23.89,16.85 23.71,16.67M6.5,5.5L12,11L19,4L18,3L12,9L7.5,4.5H11V3H5V9H6.5V5.5Z\" /></svg></li><li title=\"phone off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-phone-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.4 17C17.2 17.2 18.1 17.4 19 17.5V19C17.7 18.9 16.4 18.7 15.2 18.2L16.4 17M20.2 2.5L2.5 20.2L3.8 21.5L8.7 16.6C11.8 19.4 15.8 21 20 21C20.6 21 21 20.6 21 20V16.5C21 15.9 20.6 15.5 20 15.5C18.8 15.5 17.5 15.3 16.4 14.9H16.1C15.8 14.9 15.6 15 15.4 15.2L13.2 17.4C12.1 16.8 11 16.1 10.1 15.2L21.5 3.8L20.2 2.5M6.5 5C6.6 5.9 6.8 6.8 7 7.6L5.8 8.8C5.4 7.6 5.1 6.3 5 5H6.5M7.5 3H4C3.4 3 3 3.4 3 4C3 7.6 4.1 11 6.2 13.9L7.6 12.5C7.2 12 6.9 11.4 6.6 10.8L8.8 8.6C9.1 8.3 9.2 7.9 9 7.6C8.7 6.4 8.5 5.2 8.5 4C8.5 3.4 8.1 3 7.5 3Z\" /></svg></li><li title=\"phone off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-phone-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.22,2.5L2.5,20.22L3.77,21.5L8.65,16.62C11.76,19.43 15.81,21 20,21A1,1 0 0,0 21,20V16.5A1,1 0 0,0 20,15.5C18.75,15.5 17.55,15.3 16.43,14.93C16.08,14.82 15.69,14.9 15.41,15.18L13.21,17.38C12.06,16.8 11,16.06 10.06,15.21L21.5,3.77L20.22,2.5M4,3A1,1 0 0,0 3,4C3,7.57 4.14,11.05 6.24,13.94L7.66,12.5C7.28,11.97 6.93,11.39 6.62,10.79L8.82,8.59C9.1,8.31 9.18,7.92 9.07,7.57C8.7,6.45 8.5,5.25 8.5,4A1,1 0 0,0 7.5,3H4Z\" /></svg></li><li title=\"phone outgoing outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-phone-outgoing-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 15.5C18.8 15.5 17.5 15.3 16.4 14.9H16.1C15.8 14.9 15.6 15 15.4 15.2L13.2 17.4C10.4 15.9 8 13.6 6.6 10.8L8.8 8.6C9.1 8.3 9.2 7.9 9 7.6C8.7 6.5 8.5 5.2 8.5 4C8.5 3.5 8 3 7.5 3H4C3.5 3 3 3.5 3 4C3 13.4 10.6 21 20 21C20.5 21 21 20.5 21 20V16.5C21 16 20.5 15.5 20 15.5M5 5H6.5C6.6 5.9 6.8 6.8 7 7.6L5.8 8.8C5.4 7.6 5.1 6.3 5 5M19 19C17.7 18.9 16.4 18.6 15.2 18.2L16.4 17C17.2 17.2 18.1 17.4 19 17.4V19M15 3V4.5H18.5L13 10L14 11L19.5 5.5V9H21V3H15Z\" /></svg></li><li title=\"phone outgoing \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-phone-outgoing\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,3A1,1 0 0,0 3,4A17,17 0 0,0 20,21A1,1 0 0,0 21,20V16.5A1,1 0 0,0 20,15.5C18.75,15.5 17.55,15.3 16.43,14.93C16.08,14.82 15.69,14.9 15.41,15.17L13.21,17.37C10.38,15.93 8.06,13.62 6.62,10.78L8.82,8.57C9.1,8.31 9.18,7.92 9.07,7.57C8.7,6.45 8.5,5.25 8.5,4A1,1 0 0,0 7.5,3H4M15,3V4.5H18.5L13,10L14,11L19.5,5.5V9H21V3H15Z\" /></svg></li><li title=\"phone outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-phone-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,15.5C18.8,15.5 17.5,15.3 16.4,14.9C16.3,14.9 16.2,14.9 16.1,14.9C15.8,14.9 15.6,15 15.4,15.2L13.2,17.4C10.4,15.9 8,13.6 6.6,10.8L8.8,8.6C9.1,8.3 9.2,7.9 9,7.6C8.7,6.5 8.5,5.2 8.5,4C8.5,3.5 8,3 7.5,3H4C3.5,3 3,3.5 3,4C3,13.4 10.6,21 20,21C20.5,21 21,20.5 21,20V16.5C21,16 20.5,15.5 20,15.5M5,5H6.5C6.6,5.9 6.8,6.8 7,7.6L5.8,8.8C5.4,7.6 5.1,6.3 5,5M19,19C17.7,18.9 16.4,18.6 15.2,18.2L16.4,17C17.2,17.2 18.1,17.4 19,17.4V19Z\" /></svg></li><li title=\"phone paused outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-phone-paused-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 15.5C18.8 15.5 17.5 15.3 16.4 14.9H16.1C15.8 14.9 15.6 15 15.4 15.2L13.2 17.4C10.4 15.9 8 13.6 6.6 10.8L8.8 8.6C9.1 8.3 9.2 7.9 9 7.6C8.7 6.5 8.5 5.2 8.5 4C8.5 3.5 8 3 7.5 3H4C3.5 3 3 3.5 3 4C3 13.4 10.6 21 20 21C20.5 21 21 20.5 21 20V16.5C21 16 20.5 15.5 20 15.5M5 5H6.5C6.6 5.9 6.8 6.8 7 7.6L5.8 8.8C5.4 7.6 5.1 6.3 5 5M19 19C17.7 18.9 16.4 18.6 15.2 18.2L16.4 17C17.2 17.2 18.1 17.4 19 17.4V19M19 10H21V3H19M17 3H15V10H17V3Z\" /></svg></li><li title=\"phone paused \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-phone-paused\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,10H21V3H19M20,15.5C18.75,15.5 17.55,15.3 16.43,14.93C16.08,14.82 15.69,14.9 15.41,15.18L13.21,17.38C10.38,15.94 8.06,13.62 6.62,10.79L8.82,8.59C9.1,8.31 9.18,7.92 9.07,7.57C8.7,6.45 8.5,5.25 8.5,4A1,1 0 0,0 7.5,3H4A1,1 0 0,0 3,4A17,17 0 0,0 20,21A1,1 0 0,0 21,20V16.5A1,1 0 0,0 20,15.5M17,3H15V10H17V3Z\" /></svg></li><li title=\"phone plus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-phone-plus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 15.5C18.8 15.5 17.5 15.3 16.4 14.9H16.1C15.8 14.9 15.6 15 15.4 15.2L13.2 17.4C10.4 15.9 8 13.6 6.6 10.8L8.8 8.6C9.1 8.3 9.2 7.9 9 7.6C8.7 6.5 8.5 5.2 8.5 4C8.5 3.5 8 3 7.5 3H4C3.5 3 3 3.5 3 4C3 13.4 10.6 21 20 21C20.5 21 21 20.5 21 20V16.5C21 16 20.5 15.5 20 15.5M5 5H6.5C6.6 5.9 6.8 6.8 7 7.6L5.8 8.8C5.4 7.6 5.1 6.3 5 5M19 19C17.7 18.9 16.4 18.6 15.2 18.2L16.4 17C17.2 17.2 18.1 17.4 19 17.4V19M16 3V6H13V8H16V11H18V8H21V6H18V3Z\" /></svg></li><li title=\"phone plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-phone-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,3A1,1 0 0,0 3,4A17,17 0 0,0 20,21A1,1 0 0,0 21,20V16.5A1,1 0 0,0 20,15.5C18.76,15.5 17.55,15.3 16.43,14.93C16.08,14.82 15.69,14.9 15.41,15.18L13.21,17.38C10.38,15.94 8.07,13.62 6.62,10.79L8.82,8.58C9.1,8.31 9.18,7.92 9.07,7.57C8.7,6.45 8.5,5.24 8.5,4A1,1 0 0,0 7.5,3M16,3V6H13V8H16V11H18V8H21V6H18V3\" /></svg></li><li title=\"phone refresh outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-phone-refresh-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 15.5C18.8 15.5 17.5 15.3 16.4 14.9H16.1C15.8 14.9 15.6 15 15.4 15.2L13.2 17.4C10.4 15.9 8 13.6 6.6 10.8L8.8 8.6C9.1 8.3 9.2 7.9 9 7.6C8.7 6.5 8.5 5.2 8.5 4C8.5 3.5 8 3 7.5 3H4C3.5 3 3 3.5 3 4C3 13.4 10.6 21 20 21C20.5 21 21 20.5 21 20V16.5C21 16 20.5 15.5 20 15.5M5 5H6.5C6.6 5.9 6.8 6.8 7 7.6L5.8 8.8C5.4 7.6 5.1 6.3 5 5M19 19C17.7 18.9 16.4 18.6 15.2 18.2L16.4 17C17.2 17.2 18.1 17.4 19 17.4V19M17 7L18.77 5.23C18.32 4.78 17.69 4.5 17 4.5C15.62 4.5 14.5 5.62 14.5 7S15.62 9.5 17 9.5C17.82 9.5 18.54 9.11 19 8.5H20.71C20.12 9.97 18.68 11 17 11C14.79 11 13 9.21 13 7S14.79 3 17 3C18.11 3 19.11 3.45 19.83 4.17L21 3V7H17Z\" /></svg></li><li title=\"phone refresh \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-phone-refresh\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6.62 10.79C8.06 13.62 10.38 15.94 13.21 17.38L15.41 15.18C15.69 14.9 16.08 14.82 16.43 14.93C17.55 15.3 18.75 15.5 20 15.5C20.55 15.5 21 15.95 21 16.5V20C21 20.55 20.55 21 20 21C10.61 21 3 13.39 3 4C3 3.45 3.45 3 4 3H7.5C8.05 3 8.5 3.45 8.5 4C8.5 5.25 8.7 6.45 9.07 7.57C9.18 7.92 9.1 8.31 8.82 8.59L6.62 10.79M17 7L18.77 5.23C18.32 4.78 17.69 4.5 17 4.5C15.62 4.5 14.5 5.62 14.5 7S15.62 9.5 17 9.5C17.82 9.5 18.54 9.11 19 8.5H20.71C20.12 9.97 18.68 11 17 11C14.79 11 13 9.21 13 7S14.79 3 17 3C18.11 3 19.11 3.45 19.83 4.17L21 3V7H17Z\" /></svg></li><li title=\"phone remove outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-phone-remove-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 15.5C18.8 15.5 17.5 15.3 16.4 14.9H16.1C15.8 14.9 15.6 15 15.4 15.2L13.2 17.4C10.4 15.9 8 13.6 6.6 10.8L8.8 8.6C9.1 8.3 9.2 7.9 9 7.6C8.7 6.5 8.5 5.2 8.5 4C8.5 3.5 8 3 7.5 3H4C3.5 3 3 3.5 3 4C3 13.4 10.6 21 20 21C20.5 21 21 20.5 21 20V16.5C21 16 20.5 15.5 20 15.5M5 5H6.5C6.6 5.9 6.8 6.8 7 7.6L5.8 8.8C5.4 7.6 5.1 6.3 5 5M19 19C17.7 18.9 16.4 18.6 15.2 18.2L16.4 17C17.2 17.2 18.1 17.4 19 17.4V19M19.1 3.5L17 5.6L14.9 3.5L13.5 4.9L15.6 7L13.5 9.1L14.9 10.5L17 8.4L19.1 10.5L20.5 9.1L18.4 7L20.5 4.9L19.1 3.5Z\" /></svg></li><li title=\"phone remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-phone-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 3C3.4 3 3 3.4 3 4C3 13.4 10.6 21 20 21C20.6 21 21 20.6 21 20V16.5C21 15.9 20.6 15.5 20 15.5C18.8 15.5 17.5 15.3 16.4 14.9C16 14.8 15.7 14.9 15.4 15.1L13.2 17.3C10.4 15.9 8.1 13.5 6.6 10.7L8.8 8.5C9.1 8.2 9.2 7.8 9 7.5C8.7 6.4 8.5 5.2 8.5 4C8.5 3.4 8.1 3 7.5 3M19.1 3.5L17 5.6L14.9 3.5L13.5 4.9L15.6 7L13.5 9.1L14.9 10.5L17 8.4L19.1 10.5L20.5 9.1L18.4 7L20.5 4.9\" /></svg></li><li title=\"phone return outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-phone-return-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 15.5C18.8 15.5 17.5 15.3 16.4 14.9H16.1C15.8 14.9 15.6 15 15.4 15.2L13.2 17.4C10.4 15.9 8 13.6 6.6 10.8L8.8 8.6C9.1 8.3 9.2 7.9 9 7.6C8.7 6.5 8.5 5.2 8.5 4C8.5 3.5 8 3 7.5 3H4C3.5 3 3 3.5 3 4C3 13.4 10.6 21 20 21C20.5 21 21 20.5 21 20V16.5C21 16 20.5 15.5 20 15.5M5 5H6.5C6.6 5.9 6.8 6.8 7 7.6L5.8 8.8C5.4 7.6 5.1 6.3 5 5M19 19C17.7 18.9 16.4 18.6 15.2 18.2L16.4 17C17.2 17.2 18.1 17.4 19 17.4V19M21 6V11H19.5V7.5H13.87L16.3 9.93L15.24 11L11 6.75L15.24 2.5L16.3 3.57L13.87 6H21Z\" /></svg></li><li title=\"phone return \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-phone-return\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,6V11H19.5V7.5H13.87L16.3,9.93L15.24,11L11,6.75L15.24,2.5L16.3,3.57L13.87,6H21M8.82,8.58C9.08,8.32 9.17,7.93 9.06,7.58C8.69,6.42 8.5,5.22 8.5,4A1,1 0 0,0 7.5,3H4A1,1 0 0,0 3,4A17,17 0 0,0 20,21A1,1 0 0,0 21,20V16.5A1,1 0 0,0 20,15.5C18.79,15.5 17.58,15.31 16.43,14.93C16.08,14.82 15.69,14.91 15.43,15.17L13.23,17.37C10.39,15.92 8.09,13.62 6.64,10.78L8.82,8.58Z\" /></svg></li><li title=\"phone ring outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-phone-ring-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23.71 16.67C20.66 13.78 16.54 12 12 12S3.34 13.78.29 16.67c-.18.18-.29.43-.29.71 0 .28.11.53.29.71l2.48 2.48c.18.18.43.29.71.29.27 0 .52-.11.7-.28.79-.74 1.69-1.36 2.66-1.85.33-.16.56-.5.56-.9v-3.1c1.45-.48 3-.73 4.6-.73s3.15.25 4.6.72v3.1c0 .39.23.74.56.9.98.49 1.87 1.12 2.66 1.85.18.18.43.28.7.28.28 0 .53-.11.71-.29l2.48-2.48c.18-.18.29-.43.29-.71a.99.99 0 0 0-.29-.7zm-18.31.56c-.66.37-1.29.8-1.87 1.27l-1.07-1.07c.91-.75 1.9-1.39 2.95-1.9v1.7H5.4zm15.07 1.26c-.59-.48-1.21-.9-1.87-1.27v-1.7c1.04.51 2.03 1.15 2.94 1.9l-1.07 1.07zm.69-12.23l-1.41-1.41-3.56 3.55 1.41 1.41s3.45-3.52 3.56-3.55zM11 2h2v5h-2V2zM6.4 9.81L7.81 8.4 4.26 4.84 2.84 6.26c.11.03 3.56 3.55 3.56 3.55z\" /></svg></li><li title=\"phone ring \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-phone-ring\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23.71 16.67C20.66 13.78 16.54 12 12 12S3.34 13.78.29 16.67c-.18.18-.29.43-.29.71 0 .28.11.53.29.71l2.48 2.48c.18.18.43.29.71.29.27 0 .52-.11.7-.28.79-.74 1.69-1.36 2.66-1.85.33-.16.56-.5.56-.9v-3.1c1.45-.48 3-.73 4.6-.73s3.15.25 4.6.72v3.1c0 .39.23.74.56.9.98.49 1.87 1.12 2.66 1.85.18.18.43.28.7.28.28 0 .53-.11.71-.29l2.48-2.48c.18-.18.29-.43.29-.71a.99.99 0 0 0-.29-.7zM21.16 6.26l-1.41-1.41-3.56 3.55 1.41 1.41s3.45-3.52 3.56-3.55zM13 2h-2v5h2V2zM6.4 9.81L7.81 8.4 4.26 4.84 2.84 6.26c.11.03 3.56 3.55 3.56 3.55z\" /></svg></li><li title=\"phone rotate landscape \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-phone-rotate-landscape\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,1H3A2,2 0 0,0 1,3V16A2,2 0 0,0 3,18H9A2,2 0 0,0 11,16V3A2,2 0 0,0 9,1M9,15H3V3H9V15M21,13H13V15H21V21H9V20H6V21A2,2 0 0,0 8,23H21A2,2 0 0,0 23,21V15A2,2 0 0,0 21,13M23,10L19,8L20.91,7.09C19.74,4.31 17,2.5 14,2.5V1A9,9 0 0,1 23,10Z\" /></svg></li><li title=\"phone rotate portrait \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-phone-rotate-portrait\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,1H3A2,2 0 0,0 1,3V16A2,2 0 0,0 3,18H4V15H3V3H9V11H11V3A2,2 0 0,0 9,1M23,21V15A2,2 0 0,0 21,13H8A2,2 0 0,0 6,15V21A2,2 0 0,0 8,23H21A2,2 0 0,0 23,21M9,21V15H21V21H9M23,10H21.5C21.5,7 19.69,4.27 16.92,3.09L16,5L14,1A9,9 0 0,1 23,10Z\" /></svg></li><li title=\"phone settings outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-phone-settings-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 15.5C18.8 15.5 17.5 15.3 16.4 14.9H16.1C15.8 14.9 15.6 15 15.4 15.2L13.2 17.4C10.4 15.9 8 13.6 6.6 10.8L8.8 8.6C9.1 8.3 9.2 7.9 9 7.6C8.7 6.5 8.5 5.2 8.5 4C8.5 3.5 8 3 7.5 3H4C3.5 3 3 3.5 3 4C3 13.4 10.6 21 20 21C20.5 21 21 20.5 21 20V16.5C21 16 20.5 15.5 20 15.5M5 5H6.5C6.6 5.9 6.8 6.8 7 7.6L5.8 8.8C5.4 7.6 5.1 6.3 5 5M19 19C17.7 18.9 16.4 18.6 15.2 18.2L16.4 17C17.2 17.2 18.1 17.4 19 17.4V19M17 9H15V11H17M13 9H11V11H13V9M19 11H21V9H19Z\" /></svg></li><li title=\"phone settings \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-phone-settings\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,11H21V9H19M20,15.5C18.75,15.5 17.55,15.3 16.43,14.93C16.08,14.82 15.69,14.9 15.41,15.18L13.21,17.38C10.38,15.94 8.06,13.62 6.62,10.79L8.82,8.59C9.1,8.31 9.18,7.92 9.07,7.57C8.7,6.45 8.5,5.25 8.5,4A1,1 0 0,0 7.5,3H4A1,1 0 0,0 3,4A17,17 0 0,0 20,21A1,1 0 0,0 21,20V16.5A1,1 0 0,0 20,15.5M17,9H15V11H17M13,9H11V11H13V9Z\" /></svg></li><li title=\"phone sync outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-phone-sync-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 15.5C18.8 15.5 17.5 15.3 16.4 14.9H16.1C15.8 14.9 15.6 15 15.4 15.2L13.2 17.4C10.4 15.9 8 13.6 6.6 10.8L8.8 8.6C9.1 8.3 9.2 7.9 9 7.6C8.7 6.5 8.5 5.2 8.5 4C8.5 3.5 8 3 7.5 3H4C3.5 3 3 3.5 3 4C3 13.4 10.6 21 20 21C20.5 21 21 20.5 21 20V16.5C21 16 20.5 15.5 20 15.5M5 5H6.5C6.6 5.9 6.8 6.8 7 7.6L5.8 8.8C5.4 7.6 5.1 6.3 5 5M19 19C17.7 18.9 16.4 18.6 15.2 18.2L16.4 17C17.2 17.2 18.1 17.4 19 17.4V19M17 3V1.5L14.75 3.75L17 6V4.5C18.38 4.5 19.5 5.62 19.5 7C19.5 7.4 19.41 7.78 19.24 8.12L20.33 9.21C20.75 8.58 21 7.82 21 7C21 4.79 19.21 3 17 3M17 9.5C15.62 9.5 14.5 8.38 14.5 7C14.5 6.6 14.59 6.22 14.76 5.88L13.67 4.79C13.25 5.42 13 6.18 13 7C13 9.21 14.79 11 17 11V12.5L19.25 10.25L17 8V9.5Z\" /></svg></li><li title=\"phone sync \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-phone-sync\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6.62 10.79C8.06 13.62 10.38 15.94 13.21 17.38L15.41 15.18C15.69 14.9 16.08 14.82 16.43 14.93C17.55 15.3 18.75 15.5 20 15.5C20.55 15.5 21 15.95 21 16.5V20C21 20.55 20.55 21 20 21C10.61 21 3 13.39 3 4C3 3.45 3.45 3 4 3H7.5C8.05 3 8.5 3.45 8.5 4C8.5 5.25 8.7 6.45 9.07 7.57C9.18 7.92 9.1 8.31 8.82 8.59L6.62 10.79M17 3V1.5L14.75 3.75L17 6V4.5C18.38 4.5 19.5 5.62 19.5 7C19.5 7.4 19.41 7.78 19.24 8.12L20.33 9.21C20.75 8.58 21 7.82 21 7C21 4.79 19.21 3 17 3M17 9.5C15.62 9.5 14.5 8.38 14.5 7C14.5 6.6 14.59 6.22 14.76 5.88L13.67 4.79C13.25 5.42 13 6.18 13 7C13 9.21 14.79 11 17 11V12.5L19.25 10.25L17 8V9.5Z\" /></svg></li><li title=\"phone voip \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-phone-voip\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,17V19H14A1,1 0 0,1 15,20H22V22H15A1,1 0 0,1 14,23H10A1,1 0 0,1 9,22H2V20H9A1,1 0 0,1 10,19H11V17H13M23.7,7.67C23.88,7.85 24,8.09 24,8.37C24,8.65 23.89,8.9 23.71,9.08L21.23,11.56C21.05,11.74 20.8,11.85 20.5,11.85C20.25,11.85 20,11.75 19.82,11.57C19,10.84 18.13,10.21 17.15,9.72C16.82,9.56 16.59,9.21 16.59,8.82V5.72C15.14,5.25 13.59,5 12,5C10.4,5 8.85,5.25 7.4,5.73V8.83C7.4,9.23 7.17,9.57 6.84,9.73C5.87,10.22 4.97,10.84 4.18,11.58C4,11.75 3.75,11.86 3.5,11.86C3.2,11.86 2.95,11.75 2.77,11.57L0.29,9.09C0.11,8.91 0,8.66 0,8.38C0,8.1 0.11,7.85 0.29,7.67C3.34,4.78 7.46,3 12,3C16.53,3 20.65,4.78 23.7,7.67M11,10V15H10V10H11M12,10H15V13H13V15H12V10M14,12V11H13V12H14Z\" /></svg></li><li title=\"phone \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-phone\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6.62,10.79C8.06,13.62 10.38,15.94 13.21,17.38L15.41,15.18C15.69,14.9 16.08,14.82 16.43,14.93C17.55,15.3 18.75,15.5 20,15.5A1,1 0 0,1 21,16.5V20A1,1 0 0,1 20,21A17,17 0 0,1 3,4A1,1 0 0,1 4,3H7.5A1,1 0 0,1 8.5,4C8.5,5.25 8.7,6.45 9.07,7.57C9.18,7.92 9.1,8.31 8.82,8.59L6.62,10.79Z\" /></svg></li><li title=\"pi box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pi-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,3C3.89,3 3,3.9 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3M6,7H17V9H15V14A1,1 0 0,0 16,15A1,1 0 0,0 17,14H19A3,3 0 0,1 16,17A3,3 0 0,1 13,14V9H10V17H8V9H6\" /></svg></li><li title=\"pi hole \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pi-hole\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5.62,2C9.5,2 11.57,4.29 11.77,7.93C12.5,3.57 15.93,4.08 15.93,4.08C16.1,6.55 14.07,8.05 11.77,8.17C11.12,6.81 7.25,3.47 7.25,3.47C7.23,3.5 10.97,6.74 10.83,8.15C8.33,7.88 5.82,6 5.62,2M6.06,13.11L9.92,9.25C11.09,8.08 13,8.08 14.16,9.25L18,13.11C19.19,14.28 19.19,16.18 18,17.35L14.16,21.21C13,22.38 11.09,22.38 9.92,21.21L6.06,17.35C4.89,16.18 4.89,14.28 6.06,13.11M9.39,19.59C9.39,18.36 10.15,16.85 12.09,16.85C13.4,16.85 14.87,18.1 16.31,17.96C14.87,17.92 13.59,16.85 13.59,15.19C13.59,13.86 14.69,12.9 14.69,11.34C14.63,12.33 13.82,13.77 12,13.77C10.59,13.77 9.55,12.63 7.87,12.63C8.58,12.67 10.5,13.3 10.5,15.35C10.5,17 9.39,17.5 9.39,19.59Z\" /></svg></li><li title=\"pi \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pi\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,5V7H6V19H8V7H14V16A3,3 0 0,0 17,19A3,3 0 0,0 20,16H18A1,1 0 0,1 17,17A1,1 0 0,1 16,16V7H18V5\" /></svg></li><li title=\"piano off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-piano-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.11 21.46L2.39 1.73L1.11 3L2 3.89V20C2 21.11 2.9 22 4 22H20.11L20.84 22.73L22.11 21.46M8 20H4V5.89L6.8 8.69V13C6.8 13.56 7.24 14 7.79 14H8V20M15 20H9V14H9.31C9.86 14 10.3 13.56 10.3 13V12.19L15 16.89V20M16 20V17.89L18.11 20H16M10.3 7.1L5.2 2H20C21.11 2 22 2.9 22 4V18.8L20 16.8V4H17.25V13C17.25 13.3 17.13 13.55 16.93 13.73L13.75 10.55V4H10.3V7.1Z\" /></svg></li><li title=\"piano \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-piano\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 2H4C2.9 2 2 2.9 2 4V20C2 21.11 2.9 22 4 22H20C21.11 22 22 21.11 22 20V4C22 2.9 21.11 2 20 2M14.74 14H15V20H9V14H9.31C9.86 14 10.3 13.56 10.3 13V4H13.75V13C13.75 13.56 14.19 14 14.74 14M4 4H6.8V13C6.8 13.56 7.24 14 7.79 14H8V20H4V4M20 20H16V14H16.26C16.81 14 17.25 13.56 17.25 13V4H20V20Z\" /></svg></li><li title=\"pickaxe \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pickaxe\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.79,10.62L3.5,21.9L2.1,20.5L13.38,9.21L14.79,10.62M19.27,7.73L19.86,7.14L19.07,6.35L19.71,5.71L18.29,4.29L17.65,4.93L16.86,4.14L16.27,4.73C14.53,3.31 12.57,2.17 10.47,1.37L9.64,3.16C11.39,4.08 13,5.19 14.5,6.5L14,7L17,10L17.5,9.5C18.81,11 19.92,12.61 20.84,14.36L22.63,13.53C21.83,11.43 20.69,9.47 19.27,7.73Z\" /></svg></li><li title=\"picture in picture bottom right outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-picture-in-picture-bottom-right-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,11H11V17H19V11M17,15H13V13H17V15M21,3H3A2,2 0 0,0 1,5V19A2,2 0 0,0 3,21H21A2,2 0 0,0 23,19V5C23,3.88 22.1,3 21,3M21,19H3V4.97H21V19Z\" /></svg></li><li title=\"picture in picture bottom right \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-picture-in-picture-bottom-right\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,11H11V17H19V11M23,19V5C23,3.88 22.1,3 21,3H3A2,2 0 0,0 1,5V19A2,2 0 0,0 3,21H21A2,2 0 0,0 23,19M21,19H3V4.97H21V19Z\" /></svg></li><li title=\"picture in picture top right outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-picture-in-picture-top-right-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,7H11V13H19V7M17,11H13V9H17V11M21,3H3A2,2 0 0,0 1,5V19C1,20.11 1.9,21 3,21H21A2,2 0 0,0 23,19V5C23,3.91 22.1,3 21,3M21,19H3V5H21V19Z\" /></svg></li><li title=\"picture in picture top right \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-picture-in-picture-top-right\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,7H11V13H19V7M21,3H3A2,2 0 0,0 1,5V19A2,2 0 0,0 3,21H21A2,2 0 0,0 23,19V5A2,2 0 0,0 21,3M21,19H3V5H21V19Z\" /></svg></li><li title=\"pier crane \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pier-crane\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,20C18.61,20 17.22,19.53 16,18.67C13.56,20.38 10.44,20.38 8,18.67C6.78,19.53 5.39,20 4,20H2V22H4C5.37,22 6.74,21.65 8,21C10.5,22.3 13.5,22.3 16,21C17.26,21.65 18.62,22 20,22H22V20H20M20,4V3A1,1 0 0,0 19,2H9V1H6V2H5V4H6V13H5V11H3V13H2V15H3V19H4C4.33,19 4.67,18.97 5,18.92V15H10V18.65C10.65,18.85 11.33,18.95 12,18.95V18.92L12,15H13V13H12V11H10V13H9V4H17V8.62C16.53,8.79 16.19,9.23 16.19,9.76C16.19,10.2 16.43,10.6 16.8,10.82V12H17.42C17.76,12 18.03,12.28 18.03,12.62C18.03,12.96 17.76,13.24 17.42,13.24C17.2,13.24 17,13.12 16.88,12.93C16.71,12.64 16.34,12.54 16.05,12.71C15.75,12.87 15.65,13.25 15.82,13.55C16.15,14.11 16.76,14.47 17.42,14.47C18.43,14.47 19.26,13.64 19.26,12.62C19.26,11.84 18.76,11.14 18.03,10.88V10.82C18.41,10.6 18.65,10.2 18.65,9.76C18.65,9.3 18.38,8.91 18,8.7V4H20M8,11.66L7,12.66V11.24L8,10.24V11.66M8,8.71L7,9.71V8.29L8,7.29V8.71M7,6.71V5.29L8,4.29V5.71L7,6.71Z\" /></svg></li><li title=\"pier \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pier\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,18C18.6,18 17.2,17.5 16,16.7C13.6,18.4 10.4,18.4 8,16.7C6.8,17.5 5.4,18 4,18H2V20H4C5.4,20 6.7,19.6 8,19C10.5,20.3 13.5,20.3 16,19C17.3,19.6 18.6,20 20,20H22V18H20M20,13H19V16.9C18.3,16.8 17.6,16.6 17,16.2V13H12V17C11.3,17 10.7,16.9 10,16.7V13H5V16.9C4.7,17 4.3,17 4,17H3V13H2V11H3V9H5V11H10V9H12V11H17V9H19V11H20V13Z\" /></svg></li><li title=\"pig variant outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pig-variant-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15 10C15 9.45 15.45 9 16 9C16.55 9 17 9.45 17 10S16.55 11 16 11 15 10.55 15 10M22 7.5V14.47L19.18 15.41L17.5 21H12V19H10V21H4.5C4.5 21 2 12.54 2 9.5S4.46 4 7.5 4H12.5C13.41 2.79 14.86 2 16.5 2C17.33 2 18 2.67 18 3.5C18 3.71 17.96 3.9 17.88 4.08C17.74 4.42 17.62 4.81 17.56 5.23L19.83 7.5H22M20 9.5H19L15.5 6C15.5 5.35 15.59 4.71 15.76 4.09C14.79 4.34 14 5.06 13.67 6H7.5C5.57 6 4 7.57 4 9.5C4 11.38 5.22 16.15 6 19H8V17H14V19H16L17.56 13.85L20 13.03V9.5Z\" /></svg></li><li title=\"pig variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pig-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.83 7.5L17.56 5.23C17.63 4.81 17.74 4.42 17.88 4.08C17.96 3.9 18 3.71 18 3.5C18 2.67 17.33 2 16.5 2C14.86 2 13.41 2.79 12.5 4H7.5C4.46 4 2 6.46 2 9.5S4.5 21 4.5 21H10V19H12V21H17.5L19.18 15.41L22 14.47V7.5H19.83M16 11C15.45 11 15 10.55 15 10S15.45 9 16 9C16.55 9 17 9.45 17 10S16.55 11 16 11Z\" /></svg></li><li title=\"pig \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pig\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9.5,9A1.5,1.5 0 0,0 8,10.5A1.5,1.5 0 0,0 9.5,12A1.5,1.5 0 0,0 11,10.5A1.5,1.5 0 0,0 9.5,9M14.5,9A1.5,1.5 0 0,0 13,10.5A1.5,1.5 0 0,0 14.5,12A1.5,1.5 0 0,0 16,10.5A1.5,1.5 0 0,0 14.5,9M12,4L12.68,4.03C13.62,3.24 14.82,2.59 15.72,2.35C17.59,1.85 20.88,2.23 21.31,3.83C21.62,5 20.6,6.45 19.03,7.38C20.26,8.92 21,10.87 21,13A9,9 0 0,1 12,22A9,9 0 0,1 3,13C3,10.87 3.74,8.92 4.97,7.38C3.4,6.45 2.38,5 2.69,3.83C3.12,2.23 6.41,1.85 8.28,2.35C9.18,2.59 10.38,3.24 11.32,4.03L12,4M10,16A1,1 0 0,1 11,17A1,1 0 0,1 10,18A1,1 0 0,1 9,17A1,1 0 0,1 10,16M14,16A1,1 0 0,1 15,17A1,1 0 0,1 14,18A1,1 0 0,1 13,17A1,1 0 0,1 14,16M12,13C9.24,13 7,15.34 7,17C7,18.66 9.24,20 12,20C14.76,20 17,18.66 17,17C17,15.34 14.76,13 12,13M7.76,4.28C7.31,4.16 4.59,4.35 4.59,4.35C4.59,4.35 6.8,6.1 7.24,6.22C7.69,6.34 9.77,6.43 9.91,5.9C10.06,5.36 8.2,4.4 7.76,4.28M16.24,4.28C15.8,4.4 13.94,5.36 14.09,5.9C14.23,6.43 16.31,6.34 16.76,6.22C17.2,6.1 19.41,4.35 19.41,4.35C19.41,4.35 16.69,4.16 16.24,4.28Z\" /></svg></li><li title=\"piggy bank outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-piggy-bank-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15 10C15 9.45 15.45 9 16 9C16.55 9 17 9.45 17 10S16.55 11 16 11 15 10.55 15 10M8 9H13V7H8V9M22 7.5V14.47L19.18 15.41L17.5 21H12V19H10V21H4.5C4.5 21 2 12.54 2 9.5S4.46 4 7.5 4H12.5C13.41 2.79 14.86 2 16.5 2C17.33 2 18 2.67 18 3.5C18 3.71 17.96 3.9 17.88 4.08C17.74 4.42 17.62 4.81 17.56 5.23L19.83 7.5H22M20 9.5H19L15.5 6C15.5 5.35 15.59 4.71 15.76 4.09C14.79 4.34 14 5.06 13.67 6H7.5C5.57 6 4 7.57 4 9.5C4 11.38 5.22 16.15 6 19H8V17H14V19H16L17.56 13.85L20 13.03V9.5Z\" /></svg></li><li title=\"piggy bank \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-piggy-bank\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.83 7.5L17.56 5.23C17.63 4.81 17.74 4.42 17.88 4.08C17.96 3.9 18 3.71 18 3.5C18 2.67 17.33 2 16.5 2C14.86 2 13.41 2.79 12.5 4H7.5C4.46 4 2 6.46 2 9.5S4.5 21 4.5 21H10V19H12V21H17.5L19.18 15.41L22 14.47V7.5H19.83M13 9H8V7H13V9M16 11C15.45 11 15 10.55 15 10S15.45 9 16 9C16.55 9 17 9.45 17 10S16.55 11 16 11Z\" /></svg></li><li title=\"pill \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pill\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4.22,11.29L11.29,4.22C13.64,1.88 17.43,1.88 19.78,4.22C22.12,6.56 22.12,10.36 19.78,12.71L12.71,19.78C10.36,22.12 6.56,22.12 4.22,19.78C1.88,17.43 1.88,13.64 4.22,11.29M5.64,12.71C4.59,13.75 4.24,15.24 4.6,16.57L10.59,10.59L14.83,14.83L18.36,11.29C19.93,9.73 19.93,7.2 18.36,5.64C16.8,4.07 14.27,4.07 12.71,5.64L5.64,12.71Z\" /></svg></li><li title=\"pillar \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pillar\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,5H18A1,1 0 0,1 19,6A1,1 0 0,1 18,7H6A1,1 0 0,1 5,6A1,1 0 0,1 6,5M21,2V4H3V2H21M15,8H17V22H15V8M7,8H9V22H7V8M11,8H13V22H11V8Z\" /></svg></li><li title=\"pin off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pin-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8,6.2V4H7V2H17V4H16V12L18,14V16H17.8L14,12.2V4H10V8.2L8,6.2M20,20.7L18.7,22L12.8,16.1V22H11.2V16H6V14L8,12V11.3L2,5.3L3.3,4L20,20.7M8.8,14H10.6L9.7,13.1L8.8,14Z\" /></svg></li><li title=\"pin off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pin-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,5.27L3.28,4L20,20.72L18.73,22L12.8,16.07V22H11.2V16H6V14L8,12V11.27L2,5.27M16,12L18,14V16H17.82L8,6.18V4H7V2H17V4H16V12Z\" /></svg></li><li title=\"pin outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pin-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,12V4H17V2H7V4H8V12L6,14V16H11.2V22H12.8V16H18V14L16,12M8.8,14L10,12.8V4H14V12.8L15.2,14H8.8Z\" /></svg></li><li title=\"pin \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pin\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,12V4H17V2H7V4H8V12L6,14V16H11.2V22H12.8V16H18V14L16,12Z\" /></svg></li><li title=\"pine tree box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pine-tree-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,2H20A2,2 0 0,1 22,4V20A2,2 0 0,1 20,22H4A2,2 0 0,1 2,20V4A2,2 0 0,1 4,2M11,19H13V17H18L14,13H17L13,9H16L12,5L8,9H11L7,13H10L6,17H11V19Z\" /></svg></li><li title=\"pine tree fire \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pine-tree-fire\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.14 14.84L22.12 14.85C22.35 15.13 22.55 15.44 22.7 15.77L22.79 15.96C23.5 17.65 23 19.6 21.69 20.82C20.5 21.91 18.84 22.2 17.3 22C15.84 21.82 14.5 20.9 13.73 19.63C13.5 19.24 13.3 18.8 13.2 18.35C13.07 18 13.03 17.62 13 17.25C12.91 15.65 13.55 13.95 14.76 12.95C14.21 14.16 14.34 15.67 15.15 16.72L15.26 16.85C15.4 16.97 15.57 17 15.73 16.94C15.88 16.88 16 16.73 16 16.57L15.93 16.33C15.05 14 15.79 11.3 17.66 9.77C18.17 9.35 18.8 8.97 19.46 8.8C18.78 10.16 19 11.94 20.09 13C20.55 13.5 21.11 13.79 21.58 14.23L22.14 14.84M19.86 19.5L19.85 19.47C20.3 19.08 20.55 18.41 20.53 17.81L20.5 17.5C20.3 16.5 19.43 16.16 18.87 15.43C18.7 15.21 18.55 14.93 18.44 14.65C18.22 15.15 18.2 15.62 18.29 16.16C18.39 16.73 18.61 17.22 18.5 17.81C18.34 18.46 17.83 19.11 16.94 19.32C17.44 19.81 18.25 20.2 19.06 19.92C19.32 19.85 19.65 19.66 19.86 19.5M9 21V18H2L7 13H4L9 8H6L11 3L16 8H13L14.82 9.82C12.55 11.06 11 13.59 11 16.5C11 18.19 11.5 19.75 12.4 21H9Z\" /></svg></li><li title=\"pine tree \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pine-tree\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,21V18H3L8,13H5L10,8H7L12,3L17,8H14L19,13H16L21,18H14V21H10Z\" /></svg></li><li title=\"pinterest \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pinterest\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9.04,21.54C10,21.83 10.97,22 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2A10,10 0 0,0 2,12C2,16.25 4.67,19.9 8.44,21.34C8.35,20.56 8.26,19.27 8.44,18.38L9.59,13.44C9.59,13.44 9.3,12.86 9.3,11.94C9.3,10.56 10.16,9.53 11.14,9.53C12,9.53 12.4,10.16 12.4,10.97C12.4,11.83 11.83,13.06 11.54,14.24C11.37,15.22 12.06,16.08 13.06,16.08C14.84,16.08 16.22,14.18 16.22,11.5C16.22,9.1 14.5,7.46 12.03,7.46C9.21,7.46 7.55,9.56 7.55,11.77C7.55,12.63 7.83,13.5 8.29,14.07C8.38,14.13 8.38,14.21 8.35,14.36L8.06,15.45C8.06,15.62 7.95,15.68 7.78,15.56C6.5,15 5.76,13.18 5.76,11.71C5.76,8.55 8,5.68 12.32,5.68C15.76,5.68 18.44,8.15 18.44,11.43C18.44,14.87 16.31,17.63 13.26,17.63C12.29,17.63 11.34,17.11 11,16.5L10.33,18.87C10.1,19.73 9.47,20.88 9.04,21.57V21.54Z\" /></svg></li><li title=\"pinwheel outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pinwheel-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,23H11V16.43C9.93,17.4 8.5,18 7,18C3.75,18 1,15.25 1,12V11H7.57C6.6,9.93 6,8.5 6,7C6,3.75 8.75,1 12,1H13V7.57C14.07,6.6 15.5,6 17,6C20.25,6 23,8.75 23,12V13H16.43C17.4,14.07 18,15.5 18,17C18,20.25 15.25,23 12,23M13,13.13V20.87C14.7,20.41 16,18.83 16,17C16,15.17 14.7,13.59 13,13.13M3.13,13C3.59,14.7 5.17,16 7,16C8.83,16 10.41,14.7 10.87,13H3.13M13.13,11H20.87C20.41,9.3 18.82,8 17,8C15.18,8 13.59,9.3 13.13,11M11,3.13C9.3,3.59 8,5.18 8,7C8,8.82 9.3,10.41 11,10.87V3.13Z\" /></svg></li><li title=\"pinwheel \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pinwheel\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,12C12,9 14.5,6.5 17.5,6.5C20.5,6.5 23,9 23,12H12M12,12C12,15 9.5,17.5 6.5,17.5C3.5,17.5 1,15 1,12H12M12,12C9,12 6.5,9.5 6.5,6.5C6.5,3.5 9,1 12,1V12M12,12C15,12 17.5,14.5 17.5,17.5C17.5,20.5 15,23 12,23V12Z\" /></svg></li><li title=\"pipe disconnected \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pipe-disconnected\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,9V11H8V9H10V8H4V10H2V2H4V4H12A2,2 0 0,1 14,6V9H16M10,15V18A2,2 0 0,0 12,20H20V22H22V14H20V16H14V15H16V13H8V15H10Z\" /></svg></li><li title=\"pipe leak \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pipe-leak\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,5V13H4V11H10L12,9L10,7H4V5H2M20,5V7H12L14,9L12,11H20V13H22V5H20M12,13C12,13 10,15.17 10,16.5A2,2 0 0,0 12,18.5A2,2 0 0,0 14,16.5C14,15.17 12,13 12,13Z\" /></svg></li><li title=\"pipe valve \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pipe-valve\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 13V21H20V19H16.58C15.81 20.76 14.05 22 12 22S8.19 20.76 7.42 19H4V21H2V13H4V15H7.43C7.93 13.85 8.85 12.93 10 12.42V11H8V9H16V11H14V12.42C15.15 12.93 16.07 13.85 16.57 15H20V13H22M17 2H7C6.45 2 6 2.45 6 3S6.45 4 7 4H10V5H11V8H13V5H14V4H17C17.55 4 18 3.55 18 3S17.55 2 17 2Z\" /></svg></li><li title=\"pipe wrench \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pipe-wrench\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.17 5.63L14.06 7.78L11.91 5.63L16.17 1.41L19.69 4.92C20.86 6.09 20.86 8 19.69 9.19L16.17 5.63M4.83 12.7L7 14.81L10.5 11.3L8.39 9.19L4.83 12.7M15.47 7.78L19 11.3L17.58 12.7L16.88 12L6.23 22.59L3.42 19.78L11.91 11.3L7.69 7.03L9.8 4.92L14.06 9.19L15.47 7.78Z\" /></svg></li><li title=\"pipe \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pipe\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,14H20V16H14V13H16V11H14V6A2,2 0 0,0 12,4H4V2H2V10H4V8H10V11H8V13H10V18A2,2 0 0,0 12,20H20V22H22\" /></svg></li><li title=\"pirate \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pirate\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8.2,12.1C7.9,12.3 7.7,12.7 7.8,13C7.8,13.7 8.5,14.2 9.1,14.2C9.7,14.2 10.3,13.7 10.3,13C9.7,12.6 9,12.3 8.2,12.1M22,11L23,7C23,7 21,7 18,5C15,3 15,1 12,1C9,1 9,3 6,5C3,7 1,7 1,7L2,11H2.1C2,11.3 2,11.7 2,12C2,15.5 3.8,18.6 6.5,20.4L6,21.3C12.4,25.4 18,21.3 18,21.3L17.5,20.4C20.2,18.6 22,15.5 22,12C22,11.7 22,11.3 22,11M11.3,4.5L9.9,3.1L10.6,2.4L12,3.8L13.4,2.4L14.1,3.1L12.7,4.5L14.1,5.9L13.4,6.6L12,5.2L10.6,6.6L9.9,5.9L11.3,4.5M9.3,8.5C10.3,8.2 11.3,8 12,8C14.2,8 17.9,9.6 19.8,10.4C19.9,10.7 19.9,11 19.9,11.3L9.3,8.5M13.6,19.1C12.9,19.5 12.2,19.8 11.4,19.9C10.9,19.5 10.9,18.7 11.4,18.3C11.8,17.9 12.7,17.7 13.2,18.2C13.5,18.3 13.6,18.8 13.6,19.1M20,13.4C19.5,15.5 18.2,17.4 16.5,18.6L15,16H9L7.5,18.6C5.4,17.2 4,14.8 4,12C4,11.5 4.1,11 4.2,10.5C4.7,10.3 5.3,10 6,9.7L13.1,11.6V14C13.1,14.5 13.5,15 14.1,15H16.1C16.6,15 17.1,14.6 17.1,14V12.6L20,13.4Z\" /></svg></li><li title=\"pistol \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pistol\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7,5H23V9H22V10H16A1,1 0 0,0 15,11V12A2,2 0 0,1 13,14H9.62C9.24,14 8.89,14.22 8.72,14.56L6.27,19.45C6.1,19.79 5.76,20 5.38,20H2C2,20 -1,20 3,14C3,14 6,10 2,10V5H3L3.5,4H6.5L7,5M14,12V11A1,1 0 0,0 13,10H12C12,10 11,11 12,12A2,2 0 0,1 10,10A1,1 0 0,0 9,11V12A1,1 0 0,0 10,13H13A1,1 0 0,0 14,12Z\" /></svg></li><li title=\"piston \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-piston\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,16.18C13.5,16.35 13.9,16.63 14.23,17H15V21H14.21C13.89,21.35 13.5,21.63 13,21.8C11.85,22.22 10.58,21.87 9.78,21H9V17H9.77C10.1,16.63 10.5,16.35 11,16.18V12H13V16.18M12,20A1,1 0 0,0 13,19A1,1 0 0,0 12,18A1,1 0 0,0 11,19A1,1 0 0,0 12,20M17,4H15V5H17V11H7V5H9V4H7V2H17V4M12,9A1,1 0 0,0 13,8A1,1 0 0,0 12,7A1,1 0 0,0 11,8A1,1 0 0,0 12,9Z\" /></svg></li><li title=\"pitchfork \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pitchfork\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.9 .9L13.1 3.7C12.3 4.5 12.3 5.7 13.1 6.5L14.5 8L9.2 13.4L7.8 12C7 11.2 5.8 11.2 5 12L1 16L2.4 17.4L6.4 13.4L7.8 14.8L3.8 18.8L5.2 20.2L9.2 16.2L10.6 17.6L9.9 18.4L6.7 21.6L8 23L12 19C12.8 18.2 12.8 17 12 16.2L10.6 14.8L15.9 9.4L17.3 10.8C18.1 11.6 19.3 11.6 20.1 10.8L23 8L15.9 .9M18.7 9.4L14.5 5.2L15.9 3.8L20.1 8L18.7 9.4Z\" /></svg></li><li title=\"pizza \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pizza\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,15A2,2 0 0,1 10,13C10,11.89 10.9,11 12,11A2,2 0 0,1 14,13A2,2 0 0,1 12,15M7,7C7,5.89 7.89,5 9,5A2,2 0 0,1 11,7A2,2 0 0,1 9,9C7.89,9 7,8.1 7,7M12,2C8.43,2 5.23,3.54 3,6L12,22L21,6C18.78,3.54 15.57,2 12,2Z\" /></svg></li><li title=\"play box multiple outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-play-box-multiple-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 6H2V20C2 21.1 2.9 22 4 22H18V20H4V6M20 4V16H8V4H20M20 2H8C6.9 2 6 2.9 6 4V16C6 17.1 6.9 18 8 18H20C21.1 18 22 17.1 22 16V4C22 2.9 21.1 2 20 2M12 14.5V5.5L18 10L12 14.5Z\" /></svg></li><li title=\"play box multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-play-box-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,6H2V20A2,2 0 0,0 4,22H18V20H4V6M20,2H8A2,2 0 0,0 6,4V16A2,2 0 0,0 8,18H20A2,2 0 0,0 22,16V4A2,2 0 0,0 20,2M12,14.5V5.5L18,10L12,14.5Z\" /></svg></li><li title=\"play box outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-play-box-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,19H5V5H19M19,3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3M10,8V16L15,12L10,8Z\" /></svg></li><li title=\"play box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-play-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 3H5C3.89 3 3 3.89 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.89 20.1 3 19 3M10 16V8L15 12\" /></svg></li><li title=\"play circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-play-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,20C7.59,20 4,16.41 4,12C4,7.59 7.59,4 12,4C16.41,4 20,7.59 20,12C20,16.41 16.41,20 12,20M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M10,16.5L16,12L10,7.5V16.5Z\" /></svg></li><li title=\"play circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-play-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,16.5V7.5L16,12M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z\" /></svg></li><li title=\"play network outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-play-network-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,20A1,1 0 0,0 14,19H13V17H17A2,2 0 0,0 19,15V5A2,2 0 0,0 17,3H7A2,2 0 0,0 5,5V15A2,2 0 0,0 7,17H11V19H10A1,1 0 0,0 9,20H2V22H9A1,1 0 0,0 10,23H14A1,1 0 0,0 15,22H22V20H15M7,15V5H17V15H7M10,14V6L15,10L10,14Z\" /></svg></li><li title=\"play network \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-play-network\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,20A1,1 0 0,0 14,19H13V17H17A2,2 0 0,0 19,15V5A2,2 0 0,0 17,3H7A2,2 0 0,0 5,5V15A2,2 0 0,0 7,17H11V19H10A1,1 0 0,0 9,20H2V22H9A1,1 0 0,0 10,23H14A1,1 0 0,0 15,22H22V20H15M10,14V6L15,10L10,14Z\" /></svg></li><li title=\"play outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-play-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8.5,8.64L13.77,12L8.5,15.36V8.64M6.5,5V19L17.5,12\" /></svg></li><li title=\"play pause \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-play-pause\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,5V19L11,12M13,19H16V5H13M18,5V19H21V5\" /></svg></li><li title=\"play protected content \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-play-protected-content\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,5V18H11V16H4V7H17V11H19V5H2M9,9V14L12.5,11.5L9,9M21.04,11.67L16.09,16.62L13.96,14.5L12.55,15.91L16.09,19.45L22.45,13.09L21.04,11.67Z\" /></svg></li><li title=\"play speed \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-play-speed\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,2.05V4.05C17.39,4.59 20.5,8.58 19.96,12.97C19.5,16.61 16.64,19.5 13,19.93V21.93C18.5,21.38 22.5,16.5 21.95,11C21.5,6.25 17.73,2.5 13,2.03V2.05M5.67,19.74C7.18,21 9.04,21.79 11,22V20C9.58,19.82 8.23,19.25 7.1,18.37L5.67,19.74M7.1,5.74C8.22,4.84 9.57,4.26 11,4.06V2.06C9.05,2.25 7.19,3 5.67,4.26L7.1,5.74M5.69,7.1L4.26,5.67C3,7.19 2.25,9.04 2.05,11H4.05C4.24,9.58 4.8,8.23 5.69,7.1M4.06,13H2.06C2.26,14.96 3.03,16.81 4.27,18.33L5.69,16.9C4.81,15.77 4.24,14.42 4.06,13M10,16.5L16,12L10,7.5V16.5Z\" /></svg></li><li title=\"play \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-play\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8,5.14V19.14L19,12.14L8,5.14Z\" /></svg></li><li title=\"playlist check \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-playlist-check\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,10H2V12H14V10M14,6H2V8H14V6M2,16H10V14H2V16M21.5,11.5L23,13L16,20L11.5,15.5L13,14L16,17L21.5,11.5Z\" /></svg></li><li title=\"playlist edit \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-playlist-edit\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,6V8H14V6H2M2,10V12H14V10H2M20.04,10.13C19.9,10.13 19.76,10.19 19.65,10.3L18.65,11.3L20.7,13.35L21.7,12.35C21.92,12.14 21.92,11.79 21.7,11.58L20.42,10.3C20.31,10.19 20.18,10.13 20.04,10.13M18.07,11.88L12,17.94V20H14.06L20.12,13.93L18.07,11.88M2,14V16H10V14H2Z\" /></svg></li><li title=\"playlist minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-playlist-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,16H10V14H2M12,14V16H22V14M14,6H2V8H14M14,10H2V12H14V10Z\" /></svg></li><li title=\"playlist music outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-playlist-music-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,6V8H3V6H15M15,10V12H3V10H15M3,16V14H11V16H3M17,6H22V8H19V17A3,3 0 0,1 16,20A3,3 0 0,1 13,17A3,3 0 0,1 16,14C16.35,14 16.69,14.07 17,14.18V6M16,16A1,1 0 0,0 15,17A1,1 0 0,0 16,18A1,1 0 0,0 17,17A1,1 0 0,0 16,16Z\" /></svg></li><li title=\"playlist music \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-playlist-music\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,6H3V8H15V6M15,10H3V12H15V10M3,16H11V14H3V16M17,6V14.18C16.69,14.07 16.35,14 16,14A3,3 0 0,0 13,17A3,3 0 0,0 16,20A3,3 0 0,0 19,17V8H22V6H17Z\" /></svg></li><li title=\"playlist play \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-playlist-play\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,9H2V11H19V9M19,5H2V7H19V5M2,15H15V13H2V15M17,13V19L22,16L17,13Z\" /></svg></li><li title=\"playlist plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-playlist-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,16H10V14H2M18,14V10H16V14H12V16H16V20H18V16H22V14M14,6H2V8H14M14,10H2V12H14V10Z\" /></svg></li><li title=\"playlist remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-playlist-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,6V8H14V6H2M2,10V12H11V10H2M14.17,10.76L12.76,12.17L15.59,15L12.76,17.83L14.17,19.24L17,16.41L19.83,19.24L21.24,17.83L18.41,15L21.24,12.17L19.83,10.76L17,13.59L14.17,10.76M2,14V16H11V14H2Z\" /></svg></li><li title=\"playlist star \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-playlist-star\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,19.09L19.45,20.58L18.8,17.77L21,15.89L18.11,15.64L17,13L15.87,15.64L13,15.89L15.18,17.77L14.5,20.58L17,19.09M4,14H12V16H4V14M4,6H16V8H4V6M4,10H16V12H4V10Z\" /></svg></li><li title=\"plex \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-plex\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,2C2.89,2 2,2.89 2,4V20C2,21.11 2.89,22 4,22H20C21.11,22 22,21.11 22,20V4C22,2.89 21.11,2 20,2H4M8.56,6H12.06L15.5,12L12.06,18H8.56L12,12L8.56,6Z\" /></svg></li><li title=\"pliers \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pliers\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9.4 12.2C9.4 12.2 11.7 15.3 13.8 17.4C14.7 18.3 15.6 18.9 16.3 19.4C17.1 19.9 17.3 21 16.6 21.7C16.2 22.1 15.5 22.3 15 22C14.2 21.6 13 20.8 11.7 19.6C9.6 17.5 7.3 14.4 7.3 14.4L9.4 12.2M12.2 9.4C12.2 9.4 15.3 11.7 17.4 13.8C18.3 14.7 18.9 15.6 19.4 16.3C19.9 17.1 21 17.3 21.7 16.6C22.1 16.2 22.3 15.5 22 15C21.6 14.2 20.8 13 19.6 11.7C17.5 9.6 14.4 7.3 14.4 7.3L12.2 9.4M10.4 5.5L7.6 2.7L4.1 2L3.6 2.5L5.9 4.8C6.4 4.7 6.9 4.8 7.3 5.2C7.9 5.8 7.9 6.7 7.3 7.3S5.8 7.9 5.2 7.3C4.8 6.9 4.7 6.3 4.8 5.8L2.5 3.6L2 4.1L2.7 7.6L5.5 10.4L6.9 13.2L8.8 11.3L7.8 9.5L9.4 7.9L11.3 8.8L13.2 6.9L10.4 5.5Z\" /></svg></li><li title=\"plus box multiple outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-plus-box-multiple-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 11H15V14H13V11H10V9H13V6H15V9H18M20 4V16H8V4H20M20 2H8C6.9 2 6 2.9 6 4V16C6 17.11 6.9 18 8 18H20C21.11 18 22 17.11 22 16V4C22 2.9 21.11 2 20 2M4 6H2V20C2 21.11 2.9 22 4 22H18V20H4V6Z\" /></svg></li><li title=\"plus box multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-plus-box-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,11H15V15H13V11H9V9H13V5H15V9H19M20,2H8A2,2 0 0,0 6,4V16A2,2 0 0,0 8,18H20A2,2 0 0,0 22,16V4A2,2 0 0,0 20,2M4,6H2V20A2,2 0 0,0 4,22H18V20H4V6Z\" /></svg></li><li title=\"plus box outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-plus-box-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,19V5H5V19H19M19,3A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5C3,3.89 3.9,3 5,3H19M11,7H13V11H17V13H13V17H11V13H7V11H11V7Z\" /></svg></li><li title=\"plus box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-plus-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,13H13V17H11V13H7V11H11V7H13V11H17M19,3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3Z\" /></svg></li><li title=\"plus circle multiple outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-plus-circle-multiple-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,8H14V11H11V13H14V16H16V13H19V11H16M2,12C2,9.21 3.64,6.8 6,5.68V3.5C2.5,4.76 0,8.09 0,12C0,15.91 2.5,19.24 6,20.5V18.32C3.64,17.2 2,14.79 2,12M15,3C10.04,3 6,7.04 6,12C6,16.96 10.04,21 15,21C19.96,21 24,16.96 24,12C24,7.04 19.96,3 15,3M15,19C11.14,19 8,15.86 8,12C8,8.14 11.14,5 15,5C18.86,5 22,8.14 22,12C22,15.86 18.86,19 15,19Z\" /></svg></li><li title=\"plus circle multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-plus-circle-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2 12C2 9.2 3.6 6.8 6 5.7V3.5C2.5 4.8 0 8.1 0 12S2.5 19.2 6 20.5V18.3C3.6 17.2 2 14.8 2 12M15 3C10 3 6 7 6 12S10 21 15 21 24 17 24 12 20 3 15 3M20 13H16V17H14V13H10V11H14V7H16V11H20V13Z\" /></svg></li><li title=\"plus circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-plus-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,20C7.59,20 4,16.41 4,12C4,7.59 7.59,4 12,4C16.41,4 20,7.59 20,12C20,16.41 16.41,20 12,20M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M13,7H11V11H7V13H11V17H13V13H17V11H13V7Z\" /></svg></li><li title=\"plus circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-plus-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,13H13V17H11V13H7V11H11V7H13V11H17M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z\" /></svg></li><li title=\"plus minus box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-plus-minus-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,3C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3H5M11,6H13V9H16V11H13V14H11V11H8V9H11V6M8,16H16V18H8V16Z\" /></svg></li><li title=\"plus minus variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-plus-minus-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 7H6V4H8V7H11V9H8V12H6V9H3V7M13 15H21V17H13V15M16.04 3H18.35L7.96 21H5.65L16.04 3Z\" /></svg></li><li title=\"plus minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-plus-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,4V9H6V11H11V16H13V11H18V9H13V4H11M6,18V20H18V18H6Z\" /></svg></li><li title=\"plus network outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-plus-network-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,20A1,1 0 0,0 14,19H13V17H17A2,2 0 0,0 19,15V5A2,2 0 0,0 17,3H7A2,2 0 0,0 5,5V15A2,2 0 0,0 7,17H11V19H10A1,1 0 0,0 9,20H2V22H9A1,1 0 0,0 10,23H14A1,1 0 0,0 15,22H22V20H15M7,15V5H17V15H7M15,11H13V13H11V11H9V9H11V7H13V9H15V11Z\" /></svg></li><li title=\"plus network \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-plus-network\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,11V9H13V6H11V9H8V11H11V14H13V11H16M17,3A2,2 0 0,1 19,5V15A2,2 0 0,1 17,17H13V19H14A1,1 0 0,1 15,20H22V22H15A1,1 0 0,1 14,23H10A1,1 0 0,1 9,22H2V20H9A1,1 0 0,1 10,19H11V17H7C5.89,17 5,16.1 5,15V5A2,2 0 0,1 7,3H17Z\" /></svg></li><li title=\"plus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-plus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,9H9V4H15V9H20V15H15V20H9V15H4V9M11,13V18H13V13H18V11H13V6H11V11H6V13H11Z\" /></svg></li><li title=\"plus thick \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-plus-thick\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 14H14V20H10V14H4V10H10V4H14V10H20V14Z\" /></svg></li><li title=\"plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,13H13V19H11V13H5V11H11V5H13V11H19V13Z\" /></svg></li><li title=\"podcast \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-podcast\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,18.25V21.5H7V18.25C7,16.87 9.24,15.75 12,15.75C14.76,15.75 17,16.87 17,18.25M12,5.5A6.5,6.5 0 0,1 18.5,12C18.5,13.25 18.15,14.42 17.54,15.41L16,14.04C16.32,13.43 16.5,12.73 16.5,12C16.5,9.5 14.5,7.5 12,7.5C9.5,7.5 7.5,9.5 7.5,12C7.5,12.73 7.68,13.43 8,14.04L6.46,15.41C5.85,14.42 5.5,13.25 5.5,12A6.5,6.5 0 0,1 12,5.5M12,1.5A10.5,10.5 0 0,1 22.5,12C22.5,14.28 21.77,16.39 20.54,18.11L19.04,16.76C19.96,15.4 20.5,13.76 20.5,12A8.5,8.5 0 0,0 12,3.5A8.5,8.5 0 0,0 3.5,12C3.5,13.76 4.04,15.4 4.96,16.76L3.46,18.11C2.23,16.39 1.5,14.28 1.5,12A10.5,10.5 0 0,1 12,1.5M12,9.5A2.5,2.5 0 0,1 14.5,12A2.5,2.5 0 0,1 12,14.5A2.5,2.5 0 0,1 9.5,12A2.5,2.5 0 0,1 12,9.5Z\" /></svg></li><li title=\"podium bronze \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-podium-bronze\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,13.09L6.45,14.58L5.8,11.77L8,9.89L5.11,9.64L4,7L2.87,9.64L0,9.89L2.18,11.77L1.5,14.58L4,13.09M7,23H1V17H7V23M9,10V23H15V10H9M13,21H11V12H13V21M17,13V23H23V13H17M21,21H19V15H21V21Z\" /></svg></li><li title=\"podium gold \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-podium-gold\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,7.09L14.45,8.58L13.8,5.77L16,3.89L13.11,3.64L12,1L10.87,3.64L8,3.89L10.18,5.77L9.5,8.58L12,7.09M15,23H9V10H15V23M1,17V23H7V17H1M5,21H3V19H5V21M17,13V23H23V13H17M21,21H19V15H21V21Z\" /></svg></li><li title=\"podium silver \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-podium-silver\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,10.09L22.45,11.58L21.8,8.77L24,6.89L21.11,6.64L20,4L18.87,6.64L16,6.89L18.18,8.77L17.5,11.58L20,10.09M23,23H17V13H23V23M1,17V23H7V17H1M5,21H3V19H5V21M9,10V23H15V10H9M13,21H11V12H13V21Z\" /></svg></li><li title=\"podium \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-podium\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,7.09L14.45,8.58L13.8,5.77L16,3.89L13.11,3.64L12,1L10.87,3.64L8,3.89L10.18,5.77L9.5,8.58L12,7.09M4,13.09L6.45,14.58L5.8,11.77L8,9.89L5.11,9.64L4,7L2.87,9.64L0,9.89L2.18,11.77L1.5,14.58L4,13.09M20,10.09L22.45,11.58L21.8,8.77L24,6.89L21.11,6.64L20,4L18.87,6.64L16,6.89L18.18,8.77L17.5,11.58L20,10.09M15,23H9V10H15V23M7,23H1V17H7V23M23,23H17V13H23V23Z\" /></svg></li><li title=\"point of sale \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-point-of-sale\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,5C19.4,5 19,5.5 19,6.1V16C19,16.6 19.4,17 20,17.1C20.6,17.1 21,16.6 21,16V6.1C21,5.5 20.6,5 20,5M16.4,2H4.6C3.7,2 3,2.7 3,3.6V17.4C3,18.3 3.7,19 4.6,19H6V21C6,21.6 6.4,22 7,22H13C13.6,22 14,21.6 14,21V19H16.4C17.3,19 18,18.3 18,17.4V3.6C18,2.7 17.3,2 16.4,2M5,8H8V10H5V8M12,11V13H9V11H12M9,10V8H12V10H9M12,14V16H9V14H12M5,11H8V13H5V11M5,16V14H8V16H5M8,21H7V19H8V21M13,21H10V19H13V21M16,16H13V14H16V16M16,13H13V11H16V13M16,10H13V8H16V10M16,6H5V4H16V6Z\" /></svg></li><li title=\"pokeball \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pokeball\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4C7.92,4 4.55,7.05 4.06,11H8.13C8.57,9.27 10.14,8 12,8C13.86,8 15.43,9.27 15.87,11H19.94C19.45,7.05 16.08,4 12,4M12,20C16.08,20 19.45,16.95 19.94,13H15.87C15.43,14.73 13.86,16 12,16C10.14,16 8.57,14.73 8.13,13H4.06C4.55,16.95 7.92,20 12,20M12,10A2,2 0 0,0 10,12A2,2 0 0,0 12,14A2,2 0 0,0 14,12A2,2 0 0,0 12,10Z\" /></svg></li><li title=\"pokemon go \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pokemon-go\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A7,7 0 0,1 19,9C19,10.4 18.59,11.71 17.88,12.8L12,22.21L6.12,12.8C5.41,11.71 5,10.4 5,9A7,7 0 0,1 12,2M12,3.5C9.3,3.5 7.06,5.44 6.59,8H9.17C9.58,6.83 10.69,6 12,6C13.31,6 14.42,6.83 14.83,8H17.41C16.94,5.44 14.7,3.5 12,3.5M12,12C10.69,12 9.58,11.17 9.17,10H6.59C6.72,10.69 6.97,11.34 7.34,11.91V11.91L7.38,12C8.36,13.5 10.06,14.5 12,14.5C13.94,14.5 15.64,13.5 16.62,12L16.66,11.91V11.91C17.03,11.34 17.28,10.69 17.41,10H14.83C14.42,11.17 13.31,12 12,12M12,7.5A1.5,1.5 0 0,0 10.5,9A1.5,1.5 0 0,0 12,10.5A1.5,1.5 0 0,0 13.5,9A1.5,1.5 0 0,0 12,7.5Z\" /></svg></li><li title=\"poker chip \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-poker-chip\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23,12C23,18.08 18.08,23 12,23C5.92,23 1,18.08 1,12C1,5.92 5.92,1 12,1C18.08,1 23,5.92 23,12M13,4.06C15.13,4.33 17.07,5.45 18.37,7.16L20.11,6.16C18.45,3.82 15.86,2.3 13,2V4.06M3.89,6.16L5.63,7.16C6.93,5.45 8.87,4.33 11,4.06V2C8.14,2.3 5.55,3.82 3.89,6.16M2.89,16.1L4.62,15.1C3.79,13.12 3.79,10.88 4.62,8.9L2.89,7.9C1.7,10.5 1.7,13.5 2.89,16.1M11,19.94C8.87,19.67 6.93,18.55 5.63,16.84L3.89,17.84C5.55,20.18 8.14,21.7 11,22V19.94M20.11,17.84L18.37,16.84C17.07,18.55 15.13,19.67 13,19.94V21.94C15.85,21.65 18.44,20.16 20.11,17.84M21.11,16.1C22.3,13.5 22.3,10.5 21.11,7.9L19.38,8.9C20.21,10.88 20.21,13.12 19.38,15.1L21.11,16.1M15,12L12,7L9,12L12,17L15,12Z\" /></svg></li><li title=\"polaroid \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-polaroid\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,3H18A2,2 0 0,1 20,5V19A2,2 0 0,1 18,21H6A2,2 0 0,1 4,19V5A2,2 0 0,1 6,3M6,5V17H18V5H6Z\" /></svg></li><li title=\"police badge outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-police-badge-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 4.21C13.24 4.72 14.65 5 16 5C17.05 5 18.1 4.84 19.08 4.54C18.5 5.5 18 6.71 18 8C18 9.32 18.54 10.93 19.1 12.63C19.5 13.83 20 15.33 20 16C20 17.03 16.47 19 12 19.96C7.54 19 4 17.03 4 16C4 15.33 4.5 13.83 4.9 12.63C5.46 10.93 6 9.32 6 8C6 6.71 5.5 5.5 4.92 4.54C5.9 4.84 6.96 5 8 5C9.35 5 10.76 4.72 12 4.21M20 2C18.85 2.64 17.4 3 16 3C14.6 3 13.14 2.63 12 2C10.86 2.63 9.4 3 8 3C6.6 3 5.15 2.64 4 2L2 4C2 4 4 6 4 8S2 14 2 16C2 20 12 22 12 22S22 20 22 16C22 14 20 10 20 8S22 4 22 4L20 2M15.05 16.45L11.97 14.59L8.9 16.45L9.72 12.95L7 10.61L10.58 10.3L11.97 7L13.37 10.29L16.95 10.6L14.23 12.94L15.05 16.45\" /></svg></li><li title=\"police badge \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-police-badge\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 4L20 2C18.85 2.64 17.4 3 16 3C14.6 3 13.14 2.63 12 2C10.86 2.63 9.4 3 8 3C6.6 3 5.15 2.64 4 2L2 4C2 4 4 6 4 8S2 14 2 16C2 20 12 22 12 22S22 20 22 16C22 14 20 10 20 8S22 4 22 4M15.05 16.45L11.97 14.59L8.9 16.45L9.72 12.95L7 10.61L10.58 10.3L11.97 7L13.37 10.29L16.95 10.6L14.23 12.94L15.05 16.45Z\" /></svg></li><li title=\"police station \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-police-station\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 10C12 10 16 9.2 16 7.6C16 6.8 15.2 5.2 15.2 4.4C15.2 3.6 16 2.8 16 2.8L15.2 2C14.74 2.26 14.16 2.4 13.6 2.4S12.46 2.25 12 2C11.54 2.25 10.96 2.4 10.4 2.4C9.84 2.4 9.26 2.26 8.8 2L8 2.8C8 2.8 8.8 3.6 8.8 4.4C8.8 5.2 8 6.8 8 7.6C8 9.2 12 10 12 10M11.43 5.32L12 4L12.55 5.32L14 5.44L12.89 6.38L13.22 7.78L12 7.04L10.76 7.78L11.09 6.38L10 5.44L11.43 5.32M21 6H16.65C16.84 6.58 17 7.12 17 7.6C17 9.85 13.32 10.76 12.2 11L12 11L11.8 11C10.68 10.76 7 9.85 7 7.6C7 7.12 7.16 6.58 7.35 6H3C2.45 6 2 6.45 2 7V22H10V17H14V22H22V7C22 6.45 21.55 6 21 6M8 20H4V17H8V20M8 15H4V12H8V15M14 15H10V12H14V15M20 20H16V17H20V20M20 15H16V12H20V15Z\" /></svg></li><li title=\"poll \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-poll\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,22V8H7V22H3M10,22V2H14V22H10M17,22V14H21V22H17Z\" /></svg></li><li title=\"polo \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-polo\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 9.5C22 10.88 20.88 12 19.5 12S17 10.88 17 9.5 18.12 7 19.5 7 22 8.12 22 9.5M11 17V3H8V17H2L6 21H13V17H11M16 17H14V21H16V17Z\" /></svg></li><li title=\"polymer \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-polymer\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,4H15L7.1,16.63L4.5,12L9,4H5L0.5,12L5,20H9L16.89,7.37L19.5,12L15,20H19L23.5,12L19,4Z\" /></svg></li><li title=\"pool \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pool\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,15C3.67,14.25 5.33,13.5 7,13.17V5A3,3 0 0,1 10,2C11.31,2 12.42,2.83 12.83,4H10A1,1 0 0,0 9,5V6H14V5A3,3 0 0,1 17,2C18.31,2 19.42,2.83 19.83,4H17A1,1 0 0,0 16,5V14.94C18,14.62 20,13 22,13V15C19.78,15 17.56,17 15.33,17C13.11,17 10.89,15 8.67,15C6.44,15 4.22,16 2,17V15M14,8H9V10H14V8M14,12H9V13C10.67,13.16 12.33,14.31 14,14.79V12M2,19C4.22,18 6.44,17 8.67,17C10.89,17 13.11,19 15.33,19C17.56,19 19.78,17 22,17V19C19.78,19 17.56,21 15.33,21C13.11,21 10.89,19 8.67,19C6.44,19 4.22,20 2,21V19Z\" /></svg></li><li title=\"popcorn \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-popcorn\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7,22H4.75C4.75,22 4,22 3.81,20.65L2.04,3.81L2,3.5C2,2.67 2.9,2 4,2C5.1,2 6,2.67 6,3.5C6,2.67 6.9,2 8,2C9.1,2 10,2.67 10,3.5C10,2.67 10.9,2 12,2C13.09,2 14,2.66 14,3.5V3.5C14,2.67 14.9,2 16,2C17.1,2 18,2.67 18,3.5C18,2.67 18.9,2 20,2C21.1,2 22,2.67 22,3.5L21.96,3.81L20.19,20.65C20,22 19.25,22 19.25,22H17L16.5,22H13.75L10.25,22H7.5L7,22M17.85,4.93C17.55,4.39 16.84,4 16,4C15.19,4 14.36,4.36 14,4.87L13.78,20H16.66L17.85,4.93M10,4.87C9.64,4.36 8.81,4 8,4C7.16,4 6.45,4.39 6.15,4.93L7.34,20H10.22L10,4.87Z\" /></svg></li><li title=\"post outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-post-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 5V19H5V5H19M21 3H3V21H21V3M17 17H7V16H17V17M17 15H7V14H17V15M17 12H7V7H17V12Z\" /></svg></li><li title=\"post \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-post\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 3V21H21V3H3M18 18H6V17H18V18M18 16H6V15H18V16M18 12H6V6H18V12Z\" /></svg></li><li title=\"postage stamp \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-postage-stamp\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,2V5.5C3.1,5.5 4,6.62 4,8C4,9.38 3.1,10.5 2,10.5V13.5C3.1,13.5 4,14.62 4,16C4,17.38 3.1,18.5 2,18.5V22H5.5C5.5,20.9 6.62,20 8,20C9.38,20 10.5,20.9 10.5,22H13.5C13.5,20.9 14.62,20 16,20C17.38,20 18.5,20.9 18.5,22H22V18.5C20.9,18.5 20,17.38 20,16V16C20,14.62 20.9,13.5 22,13.5V10.5C20.9,10.5 20,9.38 20,8V8C20,6.62 20.9,5.5 22,5.5V2H18.5C18.5,3.1 17.38,4 16,4C14.62,4 13.5,3.1 13.5,2H10.5C10.5,3.1 9.38,4 8,4C6.62,4 5.5,3.1 5.5,2H2M6,6H18V18H6V6M9,7A2,2 0 0,0 7,9A2,2 0 0,0 9,11A2,2 0 0,0 11,9A2,2 0 0,0 9,7M17,10L14,13L12,12L7,17H17V10Z\" /></svg></li><li title=\"pot mix outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pot-mix-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.6 9L18 3.1L19.7 4.1L16.9 9H14.6M16.3 10H21V12H19V19C19 20.1 18.1 21 17 21H7C5.9 21 5 20.1 5 19V12H3V10H16.3M17 12H7V19H17V12Z\" /></svg></li><li title=\"pot mix \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pot-mix\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.6 9L18 3.1L19.7 4.1L16.9 9H14.6M14 10H3V12H5V19C5 20.1 5.9 21 7 21H17C18.1 21 19 20.1 19 19V12H21V10H14Z\" /></svg></li><li title=\"pot outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pot-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 10V12H5V19C5 20.1 5.9 21 7 21H17C18.1 21 19 20.1 19 19V12H21V10H3M7 12H17V19H7V12Z\" /></svg></li><li title=\"pot steam outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pot-steam-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8 1.5C6.15 1.5 4.65 3 4.65 4.85C4.65 6.7 6.15 8.2 8 8.2H9.53C9.92 8.2 10.29 8.3 10.61 8.5H12.63C12.05 7.45 10.86 6.75 9.53 6.75H8C7 6.75 6.15 5.77 6.15 4.75C6.15 3.73 7 3 8 3V1.5M12.85 2C12.85 3 12 3.85 11 3.85V5.35C12.92 5.35 14.5 6.7 14.89 8.5H16.42C16.12 6.67 14.96 5.15 13.35 4.38C13.97 3.77 14.35 2.93 14.35 2H12.85M3 10V12H5V19C5 20.11 5.9 21 7 21H17C18.11 21 19 20.11 19 19V12H21V10H3M7 12H17V19H7V12Z\" /></svg></li><li title=\"pot steam \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pot-steam\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 19C19 20.11 18.11 21 17 21H7C5.9 21 5 20.11 5 19V12H3V10H21V12H19M8 1.5C6.15 1.5 4.65 3 4.65 4.85C4.65 6.7 6.15 8.2 8 8.2H9.53C9.92 8.2 10.29 8.3 10.61 8.5H12.63C12.05 7.45 10.86 6.75 9.53 6.75H8C7 6.75 6.15 5.77 6.15 4.75C6.15 3.73 7 3 8 3M12.85 2C12.85 3 12 3.85 11 3.85V5.35C12.92 5.35 14.5 6.7 14.89 8.5H16.42C16.12 6.67 14.96 5.15 13.35 4.38C13.97 3.77 14.35 2.93 14.35 2Z\" /></svg></li><li title=\"pot \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pot\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 19C19 20.1 18.1 21 17 21H7C5.9 21 5 20.1 5 19V12H3V10H21V12H19V19Z\" /></svg></li><li title=\"pound box outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pound-box-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 19H5V5H19M19 3H5A2 2 0 0 0 3 5V19A2 2 0 0 0 5 21H19A2 2 0 0 0 21 19V5A2 2 0 0 0 19 3M7 9H9.31L9.63 6H11.63L11.31 9H13.31L13.63 6H15.63L15.31 9H17V11H15.1L14.9 13H17V15H14.69L14.37 18H12.37L12.69 15H10.69L10.37 18H8.37L8.69 15H7V13H8.9L9.1 11H7V9M11.1 11L10.9 13H12.9L13.1 11Z\" /></svg></li><li title=\"pound box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pound-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,5A2,2 0 0,1 5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5C3.89,21 3,20.1 3,19V5M7,18H9L9.35,16H13.35L13,18H15L15.35,16H17.35L17.71,14H15.71L16.41,10H18.41L18.76,8H16.76L17.12,6H15.12L14.76,8H10.76L11.12,6H9.12L8.76,8H6.76L6.41,10H8.41L7.71,14H5.71L5.35,16H7.35L7,18M10.41,10H14.41L13.71,14H9.71L10.41,10Z\" /></svg></li><li title=\"pound \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pound\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5.41,21L6.12,17H2.12L2.47,15H6.47L7.53,9H3.53L3.88,7H7.88L8.59,3H10.59L9.88,7H15.88L16.59,3H18.59L17.88,7H21.88L21.53,9H17.53L16.47,15H20.47L20.12,17H16.12L15.41,21H13.41L14.12,17H8.12L7.41,21H5.41M9.53,9L8.47,15H14.47L15.53,9H9.53Z\" /></svg></li><li title=\"power cycle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-power-cycle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,3A9,9 0 0,0 3,12A9,9 0 0,0 12,21A9,9 0 0,0 21,12A9,9 0 0,0 12,3M12,19A7,7 0 0,1 5,12A7,7 0 0,1 12,5A7,7 0 0,1 19,12A7,7 0 0,1 12,19M13,17H11V7H13V17Z\" /></svg></li><li title=\"power off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-power-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,3A9,9 0 0,0 3,12A9,9 0 0,0 12,21A9,9 0 0,0 21,12A9,9 0 0,0 12,3M12,19A7,7 0 0,1 5,12A7,7 0 0,1 12,5A7,7 0 0,1 19,12A7,7 0 0,1 12,19Z\" /></svg></li><li title=\"power on \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-power-on\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,3H13V21H11V3Z\" /></svg></li><li title=\"power plug off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-power-plug-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.11 21.46L2.39 1.73L1.11 3L6.25 8.14C6.1 8.41 6 8.7 6 9V14.5L9.5 18V21H14.5V18L15.31 17.2L20.84 22.73L22.11 21.46M13.09 16.59L12.67 17H11.33L10.92 16.59L8 13.67V9.89L13.89 15.78L13.09 16.59M12.2 9L10.2 7H14V3H16V7C17 7 18 8 18 9V14.5L17.85 14.65L16 12.8V9.09C16 9.06 15.95 9 15.92 9H12.2M10 6.8L8 4.8V3H10V6.8Z\" /></svg></li><li title=\"power plug off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-power-plug-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.84 22.73L15.31 17.2L14.5 18V21H9.5V18L6 14.5V9C6 8.7 6.1 8.41 6.25 8.14L1.11 3L2.39 1.73L22.11 21.46L20.84 22.73M18 14.5V9C18 8 17 7 16 7V3H14V7H10.2L17.85 14.65L18 14.5M10 3H8V4.8L10 6.8V3Z\" /></svg></li><li title=\"power plug outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-power-plug-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16 7V3H14V7H10V3H8V7C7 7 6 8 6 9V14.5L9.5 18V21H14.5V18L18 14.5V9C18 8 17 7 16 7M16 13.67L13.09 16.59L12.67 17H11.33L10.92 16.59L8 13.67V9.09C8 9.06 8.06 9 8.09 9H15.92C15.95 9 16 9.06 16 9.09V13.67Z\" /></svg></li><li title=\"power plug \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-power-plug\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,7V3H14V7H10V3H8V7H8C7,7 6,8 6,9V14.5L9.5,18V21H14.5V18L18,14.5V9C18,8 17,7 16,7Z\" /></svg></li><li title=\"power settings \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-power-settings\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,24H17V22H15M16.56,4.44L15.11,5.89C16.84,6.94 18,8.83 18,11A6,6 0 0,1 12,17A6,6 0 0,1 6,11C6,8.83 7.16,6.94 8.88,5.88L7.44,4.44C5.36,5.88 4,8.28 4,11A8,8 0 0,0 12,19A8,8 0 0,0 20,11C20,8.28 18.64,5.88 16.56,4.44M13,2H11V12H13M11,24H13V22H11M7,24H9V22H7V24Z\" /></svg></li><li title=\"power sleep \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-power-sleep\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.73,18C15.4,21.69 9.71,22 6,18.64C2.33,15.31 2.04,9.62 5.37,5.93C6.9,4.25 9,3.2 11.27,3C7.96,6.7 8.27,12.39 12,15.71C13.63,17.19 15.78,18 18,18C18.25,18 18.5,18 18.73,18Z\" /></svg></li><li title=\"power socket au \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-power-socket-au\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4.22,2A2.22,2.22 0 0,0 2,4.22V19.78C2,21 3,22 4.22,22H19.78A2.22,2.22 0 0,0 22,19.78V4.22C22,3 21,2 19.78,2H4.22M12,4A8,8 0 0,1 20,12A8,8 0 0,1 12,20A8,8 0 0,1 4,12A8,8 0 0,1 12,4M8.27,7.54L6.27,11L8,12L10,8.54L8.27,7.54M15.73,7.54L14,8.54L16,12L17.73,11L15.73,7.54M11,14V18H13V14H11Z\" /></svg></li><li title=\"power socket ch \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-power-socket-ch\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.78 2H4.22C3 2 2 3 2 4.22V19.78C2 21 3 22 4.22 22H19.78C21 22 22 21 22 19.78V4.22C22 3 21 2 19.78 2M20 13L16.55 16.45C16.19 16.81 15.75 17 15.3 17H8.7C8.25 17 7.81 16.81 7.45 16.45L4 13C3.5 12.5 3.5 11.5 4 11L7.45 7.55C7.81 7.19 8.25 7 8.7 7H15.3C15.75 7 16.19 7.19 16.55 7.55L20 11C20.5 11.5 20.5 12.5 20 13M10.5 14C10.5 13.17 11.17 12.5 12 12.5S13.5 13.17 13.5 14 12.83 15.5 12 15.5 10.5 14.83 10.5 14M15.5 12C15.5 11.17 16.17 10.5 17 10.5S18.5 11.17 18.5 12 17.83 13.5 17 13.5 15.5 12.83 15.5 12M5.5 12C5.5 11.17 6.17 10.5 7 10.5S8.5 11.17 8.5 12 7.83 13.5 7 13.5 5.5 12.83 5.5 12Z\" /></svg></li><li title=\"power socket de \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-power-socket-de\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4.22 2A2.22 2.22 0 0 0 2 4.22V19.78C2 21 3 22 4.22 22H19.78A2.22 2.22 0 0 0 22 19.78V4.22C22 3 21 2 19.78 2H4.22M11 4.07V6H13V4.07A8 8 0 0 1 20 12A8 8 0 0 1 13 19.93V18H11V19.93A8 8 0 0 1 4 12A8 8 0 0 1 11 4.07M7.5 10.5A1.5 1.5 0 0 0 6 12C6 12.83 6.66 13.5 7.5 13.5A1.5 1.5 0 0 0 9 12A1.5 1.5 0 0 0 7.5 10.5M16.5 10.5A1.5 1.5 0 0 0 15 12A1.5 1.5 0 0 0 16.5 13.5A1.5 1.5 0 0 0 18 12A1.5 1.5 0 0 0 16.5 10.5Z\" /></svg></li><li title=\"power socket eu \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-power-socket-eu\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.5,10.5A1.5,1.5 0 0,1 9,12A1.5,1.5 0 0,1 7.5,13.5C6.66,13.5 6,12.83 6,12A1.5,1.5 0 0,1 7.5,10.5M16.5,10.5A1.5,1.5 0 0,1 18,12A1.5,1.5 0 0,1 16.5,13.5A1.5,1.5 0 0,1 15,12A1.5,1.5 0 0,1 16.5,10.5M4.22,2H19.78C21,2 22,3 22,4.22V19.78A2.22,2.22 0 0,1 19.78,22H4.22C3,22 2,21 2,19.78V4.22A2.22,2.22 0 0,1 4.22,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z\" /></svg></li><li title=\"power socket fr \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-power-socket-fr\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4.22 2A2.22 2.22 0 0 0 2 4.22V19.78C2 21 3 22 4.22 22H19.78A2.22 2.22 0 0 0 22 19.78V4.22C22 3 21 2 19.78 2H4.22M12 4A8 8 0 0 1 20 12A8 8 0 0 1 12 20A8 8 0 0 1 4 12A8 8 0 0 1 12 4M12 6A1.5 1.5 0 0 0 10.5 7.5A1.5 1.5 0 0 0 12 9A1.5 1.5 0 0 0 13.5 7.5A1.5 1.5 0 0 0 12 6M7.5 10.5A1.5 1.5 0 0 0 6 12C6 12.83 6.66 13.5 7.5 13.5A1.5 1.5 0 0 0 9 12A1.5 1.5 0 0 0 7.5 10.5M16.5 10.5A1.5 1.5 0 0 0 15 12A1.5 1.5 0 0 0 16.5 13.5A1.5 1.5 0 0 0 18 12A1.5 1.5 0 0 0 16.5 10.5Z\" /></svg></li><li title=\"power socket it \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-power-socket-it\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10.5 16.5C10.5 15.68 11.17 15 12 15C12.83 15 13.5 15.68 13.5 16.5C13.5 17.34 12.83 18 12 18C11.17 18 10.5 17.34 10.5 16.5M10.5 7.5C10.5 6.67 11.17 6 12 6C12.83 6 13.5 6.67 13.5 7.5C13.5 8.33 12.83 9 12 9C11.17 9 10.5 8.33 10.5 7.5M4.22 2H19.78C21 2 22 3 22 4.22V19.78C22 21 21 22 19.78 22H4.22C3 22 2 21 2 19.78V4.22C2 3 3 2 4.22 2M12 4C7.58 4 4 7.58 4 12C4 16.42 7.58 20 12 20C16.42 20 20 16.42 20 12C20 7.58 16.42 4 12 4M10.5 12C10.5 11.17 11.17 10.5 12 10.5C12.83 10.5 13.5 11.17 13.5 12C13.5 12.83 12.83 13.5 12 13.5C11.17 13.5 10.5 12.83 10.5 12Z\" /></svg></li><li title=\"power socket jp \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-power-socket-jp\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10 9.5V14.5H8V9.5M19.78 2C21 2 22 3 22 4.22V19.78C22 21 21 22 19.78 22H4.22C3 22 2 21 2 19.78V4.22C2 3 3 2 4.22 2M12 4C7.58 4 4 7.58 4 12C4 16.42 7.58 20 12 20C16.42 20 20 16.42 20 12C20 7.58 16.42 4 12 4M16 9.5V14.5H14V9.5Z\" /></svg></li><li title=\"power socket uk \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-power-socket-uk\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 2A2 2 0 0 0 2 4V20A2 2 0 0 0 4 22H20A2 2 0 0 0 22 20V4A2 2 0 0 0 20 2H4M4 4H20V20H4V4M11 7V11H13V7H11M6 14.75V17H9.5V14.75H6M14.5 14.75V17H18V14.75H14.5Z\" /></svg></li><li title=\"power socket us \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-power-socket-us\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8,7H10V12H8V7M4.22,2H19.78C21,2 22,3 22,4.22V19.78A2.22,2.22 0 0,1 19.78,22H4.22C3,22 2,21 2,19.78V4.22A2.22,2.22 0 0,1 4.22,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4M14,7.5H16V11.5H14V7.5M10.5,16.25A1.5,1.5 0 0,1 12,14.75A1.5,1.5 0 0,1 13.5,16.25V17H10.5V16.25Z\" /></svg></li><li title=\"power socket \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-power-socket\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,15H17V11H15M7,15H9V11H7M11,13H13V9H11M8.83,7H15.2L19,10.8V17H5V10.8M8,5L3,10V19H21V10L16,5H8Z\" /></svg></li><li title=\"power standby \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-power-standby\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,3H11V13H13V3M17.83,5.17L16.41,6.59C18.05,7.91 19,9.9 19,12A7,7 0 0,1 12,19C8.14,19 5,15.88 5,12C5,9.91 5.95,7.91 7.58,6.58L6.17,5.17C2.38,8.39 1.92,14.07 5.14,17.86C8.36,21.64 14.04,22.1 17.83,18.88C19.85,17.17 21,14.65 21,12C21,9.37 19.84,6.87 17.83,5.17Z\" /></svg></li><li title=\"power \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-power\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.56,5.44L15.11,6.89C16.84,7.94 18,9.83 18,12A6,6 0 0,1 12,18A6,6 0 0,1 6,12C6,9.83 7.16,7.94 8.88,6.88L7.44,5.44C5.36,6.88 4,9.28 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12C20,9.28 18.64,6.88 16.56,5.44M13,3H11V13H13\" /></svg></li><li title=\"powershell \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-powershell\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.83,4C22.32,4 22.63,4.4 22.5,4.89L19.34,19.11C19.23,19.6 18.75,20 18.26,20H2.17C1.68,20 1.37,19.6 1.5,19.11L4.66,4.89C4.77,4.4 5.25,4 5.74,4H21.83M15.83,16H11.83C11.37,16 11,16.38 11,16.84C11,17.31 11.37,17.69 11.83,17.69H15.83C16.3,17.69 16.68,17.31 16.68,16.84C16.68,16.38 16.3,16 15.83,16M5.78,16.28C5.38,16.56 5.29,17.11 5.57,17.5C5.85,17.92 6.41,18 6.81,17.73C14.16,12.56 14.21,12.5 14.26,12.47C14.44,12.31 14.53,12.09 14.54,11.87C14.55,11.67 14.5,11.5 14.38,11.31L9.46,6.03C9.13,5.67 8.57,5.65 8.21,6C7.85,6.32 7.83,6.88 8.16,7.24L12.31,11.68L5.78,16.28Z\" /></svg></li><li title=\"prescription \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-prescription\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,4V10L4,14H6V10H8L13.41,15.41L9.83,19L11.24,20.41L14.83,16.83L18.41,20.41L19.82,19L16.24,15.41L19.82,11.83L18.41,10.41L14.83,14L10.83,10H11A3,3 0 0,0 14,7A3,3 0 0,0 11,4H4M6,6H11A1,1 0 0,1 12,7A1,1 0 0,1 11,8H6V6Z\" /></svg></li><li title=\"presentation play \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-presentation-play\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,3H10A2,2 0 0,1 12,1A2,2 0 0,1 14,3H22V5H21V16H15.25L17,22H15L13.25,16H10.75L9,22H7L8.75,16H3V5H2V3M5,5V14H19V5H5M11.85,11.85C11.76,11.94 11.64,12 11.5,12A0.5,0.5 0 0,1 11,11.5V7.5A0.5,0.5 0 0,1 11.5,7C11.64,7 11.76,7.06 11.85,7.15L13.25,8.54C13.57,8.86 13.89,9.18 13.89,9.5C13.89,9.82 13.57,10.14 13.25,10.46L11.85,11.85Z\" /></svg></li><li title=\"presentation \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-presentation\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,3H10A2,2 0 0,1 12,1A2,2 0 0,1 14,3H22V5H21V16H15.25L17,22H15L13.25,16H10.75L9,22H7L8.75,16H3V5H2V3M5,5V14H19V5H5Z\" /></svg></li><li title=\"pretzel \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pretzel\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5.15 15.84C3.81 14.27 3 12.23 3 10V9.97C3 7.22 5.25 5 8 5C9.64 5 11.09 5.79 12 7C12.91 5.79 14.37 5 16 5C18.76 5 21 7.24 21 10C21 12.23 20.19 14.27 18.85 15.84L20.21 17.2L18.79 18.61L17.39 17.21C15.89 18.33 14 19 12 19C10 19 8.11 18.33 6.61 17.21L5.21 18.61L3.79 17.2L5.15 15.84M15.96 15.77L12 11.82L8.04 15.77C9.17 16.55 10.53 17 12 17C13.47 17 14.83 16.55 15.96 15.77M11 10C11 8.34 9.65 7 8 7C6.34 7 5 8.34 5 10C5 11.68 5.59 13.21 6.57 14.42L11 10M17.43 14.42C18.41 13.21 19 11.68 19 10V10C19 8.33 17.65 7 16 7C14.35 7 13 8.34 13 10L17.43 14.42Z\" /></svg></li><li title=\"printer 3d nozzle alert outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-printer-3d-nozzle-alert-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7 2H17V7H19V13H16.5L13 17H11L7.5 13H5V7H7V2M10 22H2V20H10C10.6 20 11 19.5 11 19V18H13V19C13 20.7 11.7 22 10 22M7 9V11H8.5L12 15L15.5 11H17V9H15V4H9V9H7M21 13V7H23V13H21M21 17V15H23V17H21Z\" /></svg></li><li title=\"printer 3d nozzle alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-printer-3d-nozzle-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7 2H17V8H19V13H16.5L13 17H11L7.5 13H5V8H7V2M10 22H2V20H10C10.6 20 11 19.5 11 19V18H13V19C13 20.7 11.7 22 10 22M21 13V7H23V13H21M21 17V15H23V17H21Z\" /></svg></li><li title=\"printer 3d nozzle heat outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-printer-3d-nozzle-heat-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23 14.5L21.6 16.7L23 18.9L21 22L19.2 21.1L20.7 18.9L19.2 16.7L21.2 13.6L23 14.5M18.7 14.5L17.2 16.7L18.7 18.9L16.7 22L14.9 21.1L16.3 18.9L14.9 16.7L16.9 13.6L18.7 14.5M4 2H14V7H16V13H13.5L10 17H8L4.5 13H2V7H4V2M4 9V11H5.5L9 15L12.5 11H14V9H12V4H6V9H4Z\" /></svg></li><li title=\"printer 3d nozzle heat \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-printer-3d-nozzle-heat\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 2H14V7H16V13H13.5L10 17H8L4.5 13H2V7H4V2M23 14.5L21.6 16.7L23 18.9L21 22L19.2 21.1L20.7 18.9L19.2 16.7L21.2 13.6L23 14.5M18.7 14.5L17.2 16.7L18.7 18.9L16.7 22L14.9 21.1L16.3 18.9L14.9 16.7L16.9 13.6L18.7 14.5\" /></svg></li><li title=\"printer 3d nozzle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-printer-3d-nozzle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7,2H17V7H19V13H16.5L13,17H11L7.5,13H5V7H7V2M10,22H2V20H10A1,1 0 0,0 11,19V18H13V19A3,3 0 0,1 10,22M7,9V11H8.5L12,15L15.5,11H17V9H15V4H9V9H7Z\" /></svg></li><li title=\"printer 3d nozzle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-printer-3d-nozzle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7,2H17V8H19V13H16.5L13,17H11L7.5,13H5V8H7V2M10,22H2V20H10A1,1 0 0,0 11,19V18H13V19A3,3 0 0,1 10,22Z\" /></svg></li><li title=\"printer 3d \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-printer-3d\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,6A1,1 0 0,0 20,5A1,1 0 0,0 19,4A1,1 0 0,0 18,5A1,1 0 0,0 19,6M19,2A3,3 0 0,1 22,5V11H18V7H6V11H2V5A3,3 0 0,1 5,2H19M18,18.25C18,18.63 17.79,18.96 17.47,19.13L12.57,21.82C12.4,21.94 12.21,22 12,22C11.79,22 11.59,21.94 11.43,21.82L6.53,19.13C6.21,18.96 6,18.63 6,18.25V13C6,12.62 6.21,12.29 6.53,12.12L11.43,9.68C11.59,9.56 11.79,9.5 12,9.5C12.21,9.5 12.4,9.56 12.57,9.68L17.47,12.12C17.79,12.29 18,12.62 18,13V18.25M12,11.65L9.04,13L12,14.6L14.96,13L12,11.65M8,17.66L11,19.29V16.33L8,14.71V17.66M16,17.66V14.71L13,16.33V19.29L16,17.66Z\" /></svg></li><li title=\"printer alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-printer-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16 3H4V7H16M17 12C16.4 12 16 11.6 16 11S16.4 10 17 10 18 10.4 18 11 17.6 12 17 12M14 19H6V14H14M17 8H3C1.3 8 0 9.3 0 11V17H4V21H16V17H20V11C20 9.3 18.7 8 17 8M24 13H22V7H24V13M24 17H22V15H24V17Z\" /></svg></li><li title=\"printer check \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-printer-check\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 7H6V3H18V7M6 21V17H2V11C2 9.34 3.34 8 5 8H19C20.66 8 22 9.34 22 11V13.81C21.12 13.3 20.1 13 19 13C17.77 13 16.64 13.37 15.69 14H8V19H13C13 19.7 13.13 20.37 13.35 21H6M18 11C18 11.55 18.45 12 19 12S20 11.55 20 11 19.55 10 19 10 18 10.45 18 11M23.5 17L22 15.5L18.5 19L16.5 17L15 18.5L18.5 22L23.5 17\" /></svg></li><li title=\"printer eye \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-printer-eye\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9.8 21C9.6 20.6 9.3 20.2 9.2 19.7L8.8 19H8V14H13C14.2 13.4 15.6 13 17 13C18.9 13 20.6 13.6 22 14.6V11C22 9.3 20.7 8 19 8H5C3.3 8 2 9.3 2 11V17H6V21H9.8M19 10C19.6 10 20 10.4 20 11S19.6 12 19 12 18 11.6 18 11 18.4 10 19 10M18 7H6V3H18V7M17 18C17.6 18 18 18.4 18 19S17.6 20 17 20 16 19.6 16 19 16.4 18 17 18M17 15C14.3 15 11.9 16.7 11 19C11.9 21.3 14.3 23 17 23S22.1 21.3 23 19C22.1 16.7 19.7 15 17 15M17 21.5C15.6 21.5 14.5 20.4 14.5 19S15.6 16.5 17 16.5 19.5 17.6 19.5 19 18.4 21.5 17 21.5Z\" /></svg></li><li title=\"printer off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-printer-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M1.41 1.6L22.36 22.55L20.95 23.96L18 21H6V17H2V11C2 9.34 3.34 8 5 8L0 3L1.41 1.6M6 15V13H10L7 10H5C4.45 10 4 10.45 4 11V15H6M8 19H16L12 15H8V19M8 5V5.36L6 3.36V3H18V8H19C20.66 8 22 9.34 22 11V17H19.66L15.66 13H18V15L20 15V11C20 10.45 19.55 10 19 10H12.66L10.66 8H16V5H8M19 11.5C19 12.06 18.55 12.5 18 12.5C17.45 12.5 17 12.06 17 11.5C17 10.96 17.45 10.5 18 10.5C18.55 10.5 19 10.96 19 11.5Z\" /></svg></li><li title=\"printer off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-printer-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,3V4.18L8.82,7H18V3H6M2.28,3L1,4.27L4.75,8C3.19,8.15 2,9.44 2,11V17H6V21H17.73L19.73,23L21,21.72L2.28,3M9.82,8L18.82,17H22V11A3,3 0 0,0 19,8H9.82M19,10A1,1 0 0,1 20,11A1,1 0 0,1 19,12A1,1 0 0,1 18,11A1,1 0 0,1 19,10M8,14H10.73L15.73,19H8V14Z\" /></svg></li><li title=\"printer outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-printer-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 8C20.66 8 22 9.34 22 11V17H18V21H6V17H2V11C2 9.34 3.34 8 5 8H6V3H18V8H19M8 5V8H16V5H8M16 19V15H8V19H16M18 15H20V11C20 10.45 19.55 10 19 10H5C4.45 10 4 10.45 4 11V15H6V13H18V15M19 11.5C19 12.05 18.55 12.5 18 12.5C17.45 12.5 17 12.05 17 11.5C17 10.95 17.45 10.5 18 10.5C18.55 10.5 19 10.95 19 11.5Z\" /></svg></li><li title=\"printer pos \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-printer-pos\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 10H6A2 2 0 0 0 4 12V19H20V12A2 2 0 0 0 18 10M18 14H14V12H18M17 9H7V4H17Z\" /></svg></li><li title=\"printer search \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-printer-search\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.3 18.9C20.7 18.2 21 17.4 21 16.5C21 14 19 12 16.5 12S12 14 12 16.5 14 21 16.5 21C17.4 21 18.2 20.8 18.9 20.3L22 23.4L23.4 22L20.3 18.9M16.5 19C15.1 19 14 17.9 14 16.5S15.1 14 16.5 14 19 15.1 19 16.5 17.9 19 16.5 19M18 7H6V3H18V7M6 21V17H2V11C2 9.3 3.3 8 5 8H19C20.7 8 22 9.3 22 11V13C20.8 11.2 18.8 10 16.5 10C13.8 10 11.5 11.7 10.5 14H8V19H10.5C10.8 19.7 11.3 20.4 11.8 21H6Z\" /></svg></li><li title=\"printer settings \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-printer-settings\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18,2V6H6V2H18M19,11A1,1 0 0,0 20,10A1,1 0 0,0 19,9A1,1 0 0,0 18,10A1,1 0 0,0 19,11M16,18V13H8V18H16M19,7A3,3 0 0,1 22,10V16H18V20H6V16H2V10A3,3 0 0,1 5,7H19M15,24V22H17V24H15M11,24V22H13V24H11M7,24V22H9V24H7Z\" /></svg></li><li title=\"printer wireless \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-printer-wireless\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4.93,3.92L6.34,5.33C9.46,2.2 14.53,2.2 17.66,5.33L19.07,3.92C15.17,0 8.84,0 4.93,3.92M7.76,6.75L9.17,8.16C10.73,6.6 13.26,6.6 14.83,8.16L16.24,6.75C13.9,4.41 10.1,4.41 7.76,6.75M19,14A1,1 0 0,1 18,13A1,1 0 0,1 19,12A1,1 0 0,1 20,13A1,1 0 0,1 19,14M16,20H8V15H16V20M19,10H5A3,3 0 0,0 2,13V18H6V22H18V18H22V13A3,3 0 0,0 19,10Z\" /></svg></li><li title=\"printer \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-printer\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18,3H6V7H18M19,12A1,1 0 0,1 18,11A1,1 0 0,1 19,10A1,1 0 0,1 20,11A1,1 0 0,1 19,12M16,19H8V14H16M19,8H5A3,3 0 0,0 2,11V17H6V21H18V17H22V11A3,3 0 0,0 19,8Z\" /></svg></li><li title=\"priority high \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-priority-high\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,19H22V17H14V19M14,13.5H22V11.5H14V13.5M14,8H22V6H14V8M2,12.5C2,8.92 4.92,6 8.5,6H9V4L12,7L9,10V8H8.5C6,8 4,10 4,12.5C4,15 6,17 8.5,17H12V19H8.5C4.92,19 2,16.08 2,12.5Z\" /></svg></li><li title=\"priority low \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-priority-low\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,5H22V7H14V5M14,10.5H22V12.5H14V10.5M14,16H22V18H14V16M2,11.5C2,15.08 4.92,18 8.5,18H9V20L12,17L9,14V16H8.5C6,16 4,14 4,11.5C4,9 6,7 8.5,7H12V5H8.5C4.92,5 2,7.92 2,11.5Z\" /></svg></li><li title=\"professional hexagon \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-professional-hexagon\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,16.5C21,16.88 20.79,17.21 20.47,17.38L12.57,21.82C12.41,21.94 12.21,22 12,22C11.79,22 11.59,21.94 11.43,21.82L3.53,17.38C3.21,17.21 3,16.88 3,16.5V7.5C3,7.12 3.21,6.79 3.53,6.62L11.43,2.18C11.59,2.06 11.79,2 12,2C12.21,2 12.41,2.06 12.57,2.18L20.47,6.62C20.79,6.79 21,7.12 21,7.5V16.5M5,9V15H6.25V13H7A2,2 0 0,0 9,11A2,2 0 0,0 7,9H5M6.25,12V10H6.75A1,1 0 0,1 7.75,11A1,1 0 0,1 6.75,12H6.25M9.75,9V15H11V13H11.75L12.41,15H13.73L12.94,12.61C13.43,12.25 13.75,11.66 13.75,11A2,2 0 0,0 11.75,9H9.75M11,12V10H11.5A1,1 0 0,1 12.5,11A1,1 0 0,1 11.5,12H11M17,9C15.62,9 14.5,10.34 14.5,12C14.5,13.66 15.62,15 17,15C18.38,15 19.5,13.66 19.5,12C19.5,10.34 18.38,9 17,9M17,10.25C17.76,10.25 18.38,11.03 18.38,12C18.38,12.97 17.76,13.75 17,13.75C16.24,13.75 15.63,12.97 15.63,12C15.63,11.03 16.24,10.25 17,10.25Z\" /></svg></li><li title=\"progress alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-progress-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,2V4C17.39,4.54 20.5,8.53 19.96,12.92C19.5,16.56 16.64,19.43 13,19.88V21.88C18.5,21.28 22.45,16.34 21.85,10.85C21.33,6.19 17.66,2.5 13,2M11,2C9.04,2.18 7.19,2.95 5.67,4.2L7.1,5.74C8.22,4.84 9.57,4.26 11,4.06V2.06M4.26,5.67C3,7.19 2.24,9.04 2.05,11H4.05C4.24,9.58 4.8,8.23 5.69,7.1L4.26,5.67M2.06,13C2.26,14.96 3.03,16.81 4.27,18.33L5.69,16.9C4.81,15.77 4.24,14.42 4.06,13H2.06M7.06,18.37L5.67,19.74C7.18,21 9.04,21.79 11,22V20C9.58,19.82 8.23,19.25 7.1,18.37H7.06M13,13V7H11V13H13M13,17V15H11V17H13Z\" /></svg></li><li title=\"progress check \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-progress-check\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,2.03V2.05L13,4.05C17.39,4.59 20.5,8.58 19.96,12.97C19.5,16.61 16.64,19.5 13,19.93V21.93C18.5,21.38 22.5,16.5 21.95,11C21.5,6.25 17.73,2.5 13,2.03M11,2.06C9.05,2.25 7.19,3 5.67,4.26L7.1,5.74C8.22,4.84 9.57,4.26 11,4.06V2.06M4.26,5.67C3,7.19 2.25,9.04 2.05,11H4.05C4.24,9.58 4.8,8.23 5.69,7.1L4.26,5.67M15.5,8.5L10.62,13.38L8.5,11.26L7.44,12.32L10.62,15.5L16.56,9.56L15.5,8.5M2.06,13C2.26,14.96 3.03,16.81 4.27,18.33L5.69,16.9C4.81,15.77 4.24,14.42 4.06,13H2.06M7.1,18.37L5.67,19.74C7.18,21 9.04,21.79 11,22V20C9.58,19.82 8.23,19.25 7.1,18.37Z\" /></svg></li><li title=\"progress clock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-progress-clock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,2.03V2.05L13,4.05C17.39,4.59 20.5,8.58 19.96,12.97C19.5,16.61 16.64,19.5 13,19.93V21.93C18.5,21.38 22.5,16.5 21.95,11C21.5,6.25 17.73,2.5 13,2.03M11,2.06C9.05,2.25 7.19,3 5.67,4.26L7.1,5.74C8.22,4.84 9.57,4.26 11,4.06V2.06M4.26,5.67C3,7.19 2.25,9.04 2.05,11H4.05C4.24,9.58 4.8,8.23 5.69,7.1L4.26,5.67M2.06,13C2.26,14.96 3.03,16.81 4.27,18.33L5.69,16.9C4.81,15.77 4.24,14.42 4.06,13H2.06M7.1,18.37L5.67,19.74C7.18,21 9.04,21.79 11,22V20C9.58,19.82 8.23,19.25 7.1,18.37M12.5,7V12.25L17,14.92L16.25,16.15L11,13V7H12.5Z\" /></svg></li><li title=\"progress close \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-progress-close\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 2.03V4.05C17.39 4.59 20.5 8.58 19.96 12.97C19.5 16.61 16.64 19.5 13 19.93V21.93C18.5 21.38 22.5 16.5 21.95 11C21.5 6.25 17.73 2.5 13 2.03M11 2.06C9.05 2.25 7.19 3 5.67 4.26L7.1 5.74C8.22 4.84 9.57 4.26 11 4.06V2.06M4.26 5.67C3 7.19 2.25 9.04 2.05 11H4.05C4.24 9.58 4.8 8.23 5.69 7.1L4.26 5.67M2.06 13C2.26 14.96 3.03 16.81 4.27 18.33L5.69 16.9C4.81 15.77 4.24 14.42 4.06 13H2.06M7.1 18.37L5.67 19.74C7.18 21 9.04 21.79 11 22V20C9.58 19.82 8.23 19.25 7.1 18.37M14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z\" /></svg></li><li title=\"progress download \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-progress-download\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,2.03C17.73,2.5 21.5,6.25 21.95,11C22.5,16.5 18.5,21.38 13,21.93V19.93C16.64,19.5 19.5,16.61 19.96,12.97C20.5,8.58 17.39,4.59 13,4.05V2.05L13,2.03M11,2.06V4.06C9.57,4.26 8.22,4.84 7.1,5.74L5.67,4.26C7.19,3 9.05,2.25 11,2.06M4.26,5.67L5.69,7.1C4.8,8.23 4.24,9.58 4.05,11H2.05C2.25,9.04 3,7.19 4.26,5.67M2.06,13H4.06C4.24,14.42 4.81,15.77 5.69,16.9L4.27,18.33C3.03,16.81 2.26,14.96 2.06,13M7.1,18.37C8.23,19.25 9.58,19.82 11,20V22C9.04,21.79 7.18,21 5.67,19.74L7.1,18.37M12,16.5L7.5,12H11V8H13V12H16.5L12,16.5Z\" /></svg></li><li title=\"progress pencil \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-progress-pencil\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.84 10.2L14.83 11.21L12.76 9.18L13.77 8.16C13.97 7.95 14.31 7.94 14.55 8.16L15.84 9.41C16.05 9.62 16.06 9.96 15.84 10.2M8 13.91L12.17 9.72L14.24 11.8L10.08 16H8V13.91M13 2V4C17.39 4.54 20.5 8.53 19.96 12.92C19.5 16.56 16.64 19.43 13 19.88V21.88C18.5 21.28 22.45 16.34 21.85 10.85C21.33 6.19 17.66 2.5 13 2M11 2C9.04 2.18 7.19 2.95 5.67 4.2L7.1 5.74C8.22 4.84 9.57 4.26 11 4.06V2.06M4.26 5.67C3 7.19 2.24 9.04 2.05 11H4.05C4.24 9.58 4.8 8.23 5.69 7.1L4.26 5.67M2.06 13C2.26 14.96 3.03 16.81 4.27 18.33L5.69 16.9C4.81 15.77 4.24 14.42 4.06 13H2.06M7.06 18.37L5.67 19.74C7.18 21 9.04 21.79 11 22V20C9.58 19.82 8.23 19.25 7.1 18.37H7.06Z\" /></svg></li><li title=\"progress question \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-progress-question\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 2.03V4.05C17.39 4.59 20.5 8.58 19.96 12.97C19.5 16.61 16.64 19.5 13 19.93V21.93C18.5 21.38 22.5 16.5 21.95 11C21.5 6.25 17.73 2.5 13 2.03M11 2.06C9.05 2.25 7.19 3 5.67 4.26L7.1 5.74C8.22 4.84 9.57 4.26 11 4.06V2.06M4.26 5.67C3 7.19 2.25 9.04 2.05 11H4.05C4.24 9.58 4.8 8.23 5.69 7.1L4.26 5.67M2.06 13C2.26 14.96 3.03 16.81 4.27 18.33L5.69 16.9C4.81 15.77 4.24 14.42 4.06 13H2.06M7.1 18.37L5.67 19.74C7.18 21 9.04 21.79 11 22V20C9.58 19.82 8.23 19.25 7.1 18.37M20 4H44M13 18H11V16H13V18M13 15H11C11 11.75 14 12 14 10C14 8.9 13.1 8 12 8S10 8.9 10 10H8C8 7.79 9.79 6 12 6S16 7.79 16 10C16 12.5 13 12.75 13 15Z\" /></svg></li><li title=\"progress star \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-progress-star\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 2V4C17.39 4.54 20.5 8.53 19.96 12.92C19.5 16.56 16.64 19.43 13 19.88V21.88C18.5 21.28 22.45 16.34 21.85 10.85C21.33 6.19 17.66 2.5 13 2M11 2C9.04 2.18 7.19 2.95 5.67 4.2L7.1 5.74C8.22 4.84 9.57 4.26 11 4.06V2.06M4.26 5.67C3 7.19 2.24 9.04 2.05 11H4.05C4.24 9.58 4.8 8.23 5.69 7.1L4.26 5.67M2.06 13C2.26 14.96 3.03 16.81 4.27 18.33L5.69 16.9C4.81 15.77 4.24 14.42 4.06 13H2.06M7.06 18.37L5.67 19.74C7.18 21 9.04 21.79 11 22V20C9.58 19.82 8.23 19.25 7.1 18.37H7.06M8.58 16.8L9.5 12.91L6.5 10.33L10.45 9.96L12 6.35L13.55 10L17.5 10.33L14.5 12.91L15.42 16.8L12 14.74L8.58 16.8\" /></svg></li><li title=\"progress upload \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-progress-upload\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,2.03C17.73,2.5 21.5,6.25 21.95,11C22.5,16.5 18.5,21.38 13,21.93V19.93C16.64,19.5 19.5,16.61 19.96,12.97C20.5,8.58 17.39,4.59 13,4.05V2.05L13,2.03M11,2.06V4.06C9.57,4.26 8.22,4.84 7.1,5.74L5.67,4.26C7.19,3 9.05,2.25 11,2.06M4.26,5.67L5.69,7.1C4.8,8.23 4.24,9.58 4.05,11H2.05C2.25,9.04 3,7.19 4.26,5.67M2.06,13H4.06C4.24,14.42 4.81,15.77 5.69,16.9L4.27,18.33C3.03,16.81 2.26,14.96 2.06,13M7.1,18.37C8.23,19.25 9.58,19.82 11,20V22C9.04,21.79 7.18,21 5.67,19.74L7.1,18.37M12,7.5L7.5,12H11V16H13V12H16.5L12,7.5Z\" /></svg></li><li title=\"progress wrench \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-progress-wrench\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,2.03V2.05L13,4.05C17.39,4.59 20.5,8.58 19.96,12.97C19.5,16.61 16.64,19.5 13,19.93V21.93C18.5,21.38 22.5,16.5 21.95,11C21.5,6.25 17.73,2.5 13,2.03M11,2.06C9.05,2.25 7.19,3 5.67,4.26L7.1,5.74C8.22,4.84 9.57,4.26 11,4.06V2.06M4.26,5.67C3,7.19 2.25,9.04 2.05,11H4.05C4.24,9.58 4.8,8.23 5.69,7.1L4.26,5.67M2.06,13C2.26,14.96 3.03,16.81 4.27,18.33L5.69,16.9C4.81,15.77 4.24,14.42 4.06,13H2.06M7.1,18.37L5.67,19.74C7.18,21 9.04,21.79 11,22V20C9.58,19.82 8.23,19.25 7.1,18.37M16.82,15.19L12.71,11.08C13.12,10.04 12.89,8.82 12.03,7.97C11.13,7.06 9.78,6.88 8.69,7.38L10.63,9.32L9.28,10.68L7.29,8.73C6.75,9.82 7,11.17 7.88,12.08C8.74,12.94 9.96,13.16 11,12.76L15.11,16.86C15.29,17.05 15.56,17.05 15.74,16.86L16.78,15.83C17,15.65 17,15.33 16.82,15.19Z\" /></svg></li><li title=\"projector screen off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-projector-screen-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.84 22.73L22.11 21.46L2.39 1.73L1.11 3L5 6.89V14H11V16.59L6.79 20.79L8.21 22.21L11 19.41V22H13V19.41L15.79 22.21L17.21 20.79L13 16.59V14.89L20.84 22.73M7 12V8.89L10.11 12H7M8.2 5L5.2 2H20C20.55 2 21 2.45 21 3V4C21 4.55 20.55 5 20 5H19V14H17.2L15.2 12H17V5H8.2Z\" /></svg></li><li title=\"projector screen off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-projector-screen-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 14.89V16.59L17.21 20.79L15.79 22.21L13 19.41V22H11V19.41L8.21 22.21L6.79 20.79L11 16.59V14H5V6.89L1.11 3L2.39 1.73L22.11 21.46L20.84 22.73L13 14.89M19 14V5H20C20.55 5 21 4.55 21 4V3C21 2.45 20.55 2 20 2H5.2L17.2 14H19Z\" /></svg></li><li title=\"projector screen outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-projector-screen-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 2H4C3.45 2 3 2.45 3 3V4C3 4.55 3.45 5 4 5H5V14H11V16.59L6.79 20.79L8.21 22.21L11 19.41V22H13V19.41L15.79 22.21L17.21 20.79L13 16.59V14H19V5H20C20.55 5 21 4.55 21 4V3C21 2.45 20.55 2 20 2M17 12H7V5H17V12Z\" /></svg></li><li title=\"projector screen variant off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-projector-screen-variant-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.11 21.46L2.39 1.73L1.11 3L4.11 6H4C3.45 6 3 6.45 3 7V8C3 8.55 3.45 9 4 9H5V18H16.11L20.84 22.73L22.11 21.46M7 16V9H7.11L14.11 16H7M12.2 9L9.2 6H20C20.55 6 21 6.45 21 7V8C21 8.55 20.55 9 20 9H19V15.8L17 13.8V9H12.2Z\" /></svg></li><li title=\"projector screen variant off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-projector-screen-variant-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.84 22.73L16.11 18H5V9H4C3.45 9 3 8.55 3 8V7C3 6.45 3.45 6 4 6H4.11L1.11 3L2.39 1.73L22.11 21.46L20.84 22.73M19 9H20C20.55 9 21 8.55 21 8V7C21 6.45 20.55 6 20 6H9.2L19 15.8V9Z\" /></svg></li><li title=\"projector screen variant outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-projector-screen-variant-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 6H4C3.45 6 3 6.45 3 7V8C3 8.55 3.45 9 4 9H5V18H19V9H20C20.55 9 21 8.55 21 8V7C21 6.45 20.55 6 20 6M17 16H7V9H17V16Z\" /></svg></li><li title=\"projector screen variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-projector-screen-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 18V9H20C20.55 9 21 8.55 21 8V7C21 6.45 20.55 6 20 6H4C3.45 6 3 6.45 3 7V8C3 8.55 3.45 9 4 9H5V18H19Z\" /></svg></li><li title=\"projector screen \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-projector-screen\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,2A1,1 0 0,0 3,3V4A1,1 0 0,0 4,5H5V14H11V16.59L6.79,20.79L8.21,22.21L11,19.41V22H13V19.41L15.79,22.21L17.21,20.79L13,16.59V14H19V5H20A1,1 0 0,0 21,4V3A1,1 0 0,0 20,2H4Z\" /></svg></li><li title=\"projector \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-projector\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,6C14.87,6 13.77,6.35 12.84,7H4C2.89,7 2,7.89 2,9V15C2,16.11 2.89,17 4,17H5V18A1,1 0 0,0 6,19H8A1,1 0 0,0 9,18V17H15V18A1,1 0 0,0 16,19H18A1,1 0 0,0 19,18V17H20C21.11,17 22,16.11 22,15V9C22,7.89 21.11,7 20,7H19.15C18.23,6.35 17.13,6 16,6M16,7.5A3.5,3.5 0 0,1 19.5,11A3.5,3.5 0 0,1 16,14.5A3.5,3.5 0 0,1 12.5,11A3.5,3.5 0 0,1 16,7.5M4,9H8V10H4V9M16,9A2,2 0 0,0 14,11A2,2 0 0,0 16,13A2,2 0 0,0 18,11A2,2 0 0,0 16,9M4,11H8V12H4V11M4,13H8V14H4V13Z\" /></svg></li><li title=\"propane tank outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-propane-tank-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16 6V4C16 2.9 15.11 2 14 2H10C8.9 2 8 2.9 8 4V6C5.79 6 4 7.79 4 10V17C4 18.86 5.28 20.41 7 20.86V22H17V20.86C18.72 20.42 20 18.86 20 17V10C20 7.79 18.21 6 16 6M10 4H14V6H10V4M18 17C18 18.1 17.1 19 16 19H8C6.9 19 6 18.1 6 17V10C6 8.9 6.9 8 8 8H16C17.1 8 18 8.9 18 10V17Z\" /></svg></li><li title=\"propane tank \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-propane-tank\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16 6H16V4C16 2.9 15.11 2 14 2H10C8.9 2 8 2.9 8 4V6H8C5.79 6 4 7.79 4 10V17C4 18.86 5.28 20.41 7 20.86V22H17V20.86C18.72 20.42 20 18.86 20 17V10C20 7.79 18.21 6 16 6M10 4H14V6H10V4Z\" /></svg></li><li title=\"protocol \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-protocol\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 20H14L18 4H22M16 4H12L8 20H12M2 16.5A2.5 2.5 0 0 0 4.5 19A2.5 2.5 0 0 0 7 16.5A2.5 2.5 0 0 0 4.5 14A2.5 2.5 0 0 0 2 16.5M2 9.5A2.5 2.5 0 0 0 4.5 12A2.5 2.5 0 0 0 7 9.5A2.5 2.5 0 0 0 4.5 7A2.5 2.5 0 0 0 2 9.5Z\" /></svg></li><li title=\"publish off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-publish-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.8 22.7L15 16.9V20H9V14H5L8.6 10.4L1.1 3L2.4 1.7L22.1 21.4L20.8 22.7M19 6V4H7.2L9.2 6H19M17.2 14H19L12 7L11.1 7.9L17.2 14Z\" /></svg></li><li title=\"publish \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-publish\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,4V6H19V4H5M5,14H9V20H15V14H19L12,7L5,14Z\" /></svg></li><li title=\"pulse \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pulse\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,13H5.79L10.1,4.79L11.28,13.75L14.5,9.66L17.83,13H21V15H17L14.67,12.67L9.92,18.73L8.94,11.31L7,15H3V13Z\" /></svg></li><li title=\"pump \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pump\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2 21V15H3.5C3.18 14.06 3 13.05 3 12C3 7.03 7.03 3 12 3H22V9H20.5C20.82 9.94 21 10.95 21 12C21 16.97 16.97 21 12 21H2M5 12C5 13.28 5.34 14.47 5.94 15.5L9.4 13.5C9.15 13.06 9 12.55 9 12C9 11.35 9.21 10.75 9.56 10.26L6.3 7.93C5.5 9.08 5 10.5 5 12M12 19C14.59 19 16.85 17.59 18.06 15.5L14.6 13.5C14.08 14.4 13.11 15 12 15L11.71 15L11.33 18.97L12 19M12 9C13.21 9 14.26 9.72 14.73 10.76L18.37 9.1C17.27 6.68 14.83 5 12 5V9M12 11C11.45 11 11 11.45 11 12C11 12.55 11.45 13 12 13C12.55 13 13 12.55 13 12C13 11.45 12.55 11 12 11Z\" /></svg></li><li title=\"pumpkin \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pumpkin\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6.5,6C7.47,6 8.37,6.5 9.11,7.38C9.66,6.79 10.31,6.36 11,6.15V4A2,2 0 0,1 13,2H15V4H13V6.15C13.69,6.36 14.34,6.79 14.89,7.38C15.63,6.5 16.53,6 17.5,6C20,6 22,9.36 22,13.5C22,17.64 20,21 17.5,21C16.53,21 15.63,20.5 14.89,19.62C14.08,20.5 13.08,21 12,21C10.92,21 9.92,20.5 9.11,19.62C8.37,20.5 7.47,21 6.5,21C4,21 2,17.64 2,13.5C2,9.36 4,6 6.5,6Z\" /></svg></li><li title=\"purse outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-purse-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,11L20,19H4L5,11H19M14,3H10L8,5V9H4.7A1.65,1.65 0 0,0 3,10.5L2,19.1A1.74,1.74 0 0,0 3.7,21H20.3A1.74,1.74 0 0,0 22,19.1L21,10.5A1.65,1.65 0 0,0 19.3,9H16V5L14,3M10,9V5H14V9\" /></svg></li><li title=\"purse \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-purse\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,19.1L21,10.5A1.65,1.65 0 0,0 19.3,9H16V5L14,3H10L8,5V9H4.7A1.65,1.65 0 0,0 3,10.5L2,19.1A1.74,1.74 0 0,0 3.7,21H20.3A1.74,1.74 0 0,0 22,19.1M10,5H14V9H10\" /></svg></li><li title=\"puzzle check outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-puzzle-check-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23.5 17L18.5 22L15 18.5L16.5 17L18.5 19L22 15.5L23.5 17M22 13.5L22 13.8C21.37 13.44 20.67 13.19 19.94 13.07C19.75 12.45 19.18 12 18.5 12H17V7H12V5.5C12 4.67 11.33 4 10.5 4C9.67 4 9 4.67 9 5.5V7H4L4 9.12C5.76 9.8 7 11.5 7 13.5C7 15.5 5.75 17.2 4 17.88V20H6.12C6.8 18.25 8.5 17 10.5 17C11.47 17 12.37 17.3 13.12 17.8L13 19C13 20.09 13.29 21.12 13.8 22H13.2V21.7C13.2 20.21 12 19 10.5 19C9 19 7.8 20.21 7.8 21.7V22H4C2.9 22 2 21.1 2 20V16.2H2.3C3.79 16.2 5 15 5 13.5C5 12 3.79 10.8 2.3 10.8H2V7C2 5.9 2.9 5 4 5H7.04C7.28 3.3 8.74 2 10.5 2C12.26 2 13.72 3.3 13.96 5H17C18.1 5 19 5.9 19 7V10.04C20.7 10.28 22 11.74 22 13.5Z\" /></svg></li><li title=\"puzzle check \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-puzzle-check\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23.5 17L18.5 22L15 18.5L16.5 17L18.5 19L22 15.5L23.5 17M20.5 11C21.88 11 23 12.12 23 13.5C23 13.81 22.94 14.11 22.84 14.39C21.8 13.5 20.46 13 19 13C15.69 13 13 15.69 13 19V19.54C12.64 18.5 11.65 17.8 10.5 17.8C9 17.8 7.8 19 7.8 20.5V22H4C2.9 22 2 21.1 2 20V16.2H3.5C5 16.2 6.2 15 6.2 13.5S5 10.8 3.5 10.8H2V7C2 5.89 2.9 5 4 5H8V3.5C8 2.12 9.12 .998 10.5 .998S13 2.12 13 3.5V5H17C18.1 5 19 5.89 19 7V11H20.5\" /></svg></li><li title=\"puzzle edit outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-puzzle-edit-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.04 12.13C20.9 12.13 20.76 12.19 20.65 12.3L19.65 13.3L21.7 15.35L22.7 14.35C22.92 14.14 22.92 13.79 22.7 13.58L21.42 12.3C21.31 12.19 21.18 12.13 21.04 12.13M19.07 13.88L13 19.94V22H15.06L21.12 15.93L19.07 13.88M11.05 19.06C10.87 19 10.69 19 10.5 19C9 19 7.8 20.21 7.8 21.7V22H4C2.9 22 2 21.11 2 20V16.2H2.3C3.79 16.2 5 15 5 13.5S3.79 10.8 2.3 10.8H2V7C2 5.9 2.9 5 4 5H7.04C7.28 3.3 8.74 2 10.5 2S13.72 3.3 13.96 5H17C18.11 5 19 5.9 19 7V10.04C19.36 10.09 19.69 10.21 20 10.36C19.73 10.5 19.46 10.66 19.24 10.89L18.12 12H17V7H12V5.5C12 4.67 11.33 4 10.5 4S9 4.67 9 5.5V7H4V9.12C5.76 9.8 7 11.5 7 13.5S5.75 17.2 4 17.88V20H6.12C6.8 18.25 8.5 17 10.5 17C11.26 17 12 17.18 12.61 17.5L11.05 19.06Z\" /></svg></li><li title=\"puzzle edit \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-puzzle-edit\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.04 12.13C20.9 12.13 20.76 12.19 20.65 12.3L19.65 13.3L21.7 15.35L22.7 14.35C22.92 14.14 22.92 13.79 22.7 13.58L21.42 12.3C21.31 12.19 21.18 12.13 21.04 12.13M19.07 13.88L13 19.94V22H15.06L21.12 15.93L19.07 13.88M19 11.12L11.91 18.2C11.5 17.95 11 17.8 10.5 17.8C9 17.8 7.8 19 7.8 20.5V22H4C2.9 22 2 21.11 2 20V16.2H3.5C5 16.2 6.2 15 6.2 13.5S5 10.8 3.5 10.8H2V7C2 5.9 2.9 5 4 5H8V3.5C8 2.12 9.12 1 10.5 1S13 2.12 13 3.5V5H17C18.1 5 19 5.89 19 7V11.12Z\" /></svg></li><li title=\"puzzle heart outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-puzzle-heart-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.2 22V21.7C13.2 20.21 12 19 10.5 19C9 19 7.8 20.21 7.8 21.7V22H4C2.9 22 2 21.11 2 20V16.2H2.3C3.79 16.2 5 15 5 13.5S3.79 10.8 2.3 10.8H2V7C2 5.9 2.9 5 4 5H7.04C7.28 3.3 8.74 2 10.5 2S13.72 3.3 13.96 5H17C18.11 5 19 5.9 19 7V10.04C20.45 10.25 21.61 11.34 21.91 12.76C21.05 12.28 20.06 12 19 12C18.89 12 18.78 12 18.67 12C18.61 12 18.56 12 18.5 12H17V7H12V5.5C12 4.67 11.33 4 10.5 4S9 4.67 9 5.5V7H4V9.12C5.76 9.8 7 11.5 7 13.5S5.75 17.2 4 17.88V20H6.12C6.8 18.25 8.5 17 10.5 17C11.43 17 12.29 17.28 13 17.74C13 17.83 13 17.91 13 18C13 19.54 13.58 20.94 14.54 22H13.2M19 22.3L19.6 21.8C21.6 19.9 23 18.7 23 17.2C23 15.9 22 15 20.8 15C20.1 15 19.4 15.3 19 15.8C18.6 15.3 17.9 15 17.2 15C16 15 15 16 15 17.2C15 18.7 16.4 19.9 18.4 21.8L19 22.3\" /></svg></li><li title=\"puzzle heart \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-puzzle-heart\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 22.3L18.4 21.8C16.4 19.9 15 18.7 15 17.2C15 16 16 15 17.2 15C17.9 15 18.6 15.3 19 15.8C19.4 15.3 20.1 15 20.8 15C22 15 23 15.9 23 17.2C23 18.7 21.6 19.9 19.6 21.8L19 22.3M20.5 11H19V7C19 5.89 18.1 5 17 5H13V3.5C13 2.12 11.88 1 10.5 1S8 2.12 8 3.5V5H4C2.9 5 2 5.9 2 7V10.8H3.5C5 10.8 6.2 12 6.2 13.5S5 16.2 3.5 16.2H2V20C2 21.11 2.9 22 4 22H7.8V20.5C7.8 19 9 17.8 10.5 17.8C11.44 17.8 12.27 18.27 12.75 19H13.09C13.04 18.67 13 18.34 13 18C13 14.69 15.69 12 19 12C20.54 12 21.94 12.58 23 13.53C23 13.5 23 13.5 23 13.5C23 12.12 21.88 11 20.5 11Z\" /></svg></li><li title=\"puzzle minus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-puzzle-minus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.2 22V21.7C13.2 20.21 12 19 10.5 19C9 19 7.8 20.21 7.8 21.7V22H4C2.9 22 2 21.11 2 20V16.2H2.3C3.79 16.2 5 15 5 13.5S3.79 10.8 2.3 10.8H2V7C2 5.9 2.9 5 4 5H7.04C7.28 3.3 8.74 2 10.5 2S13.72 3.3 13.96 5H17C18.11 5 19 5.9 19 7V10.04C20.7 10.28 22 11.74 22 13.5C22 13.6 22 13.7 21.97 13.79C21.35 13.44 20.67 13.2 19.93 13.08C19.75 12.46 19.18 12 18.5 12H17V7H12V5.5C12 4.67 11.33 4 10.5 4S9 4.67 9 5.5V7H4V9.12C5.76 9.8 7 11.5 7 13.5S5.75 17.2 4 17.88V20H6.12C6.8 18.25 8.5 17 10.5 17C11.47 17 12.37 17.3 13.12 17.81C13.04 18.19 13 18.59 13 19C13 20.1 13.3 21.12 13.81 22H13.2M15 18V20H23V18H15Z\" /></svg></li><li title=\"puzzle minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-puzzle-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.04 19.61C12.67 18.55 11.68 17.8 10.5 17.8C9 17.8 7.8 19 7.8 20.5V22H4C2.9 22 2 21.11 2 20V16.2H3.5C5 16.2 6.2 15 6.2 13.5S5 10.8 3.5 10.8H2V7C2 5.9 2.9 5 4 5H8V3.5C8 2.12 9.12 1 10.5 1S13 2.12 13 3.5V5H17C18.1 5 19 5.89 19 7V11H20.5C21.88 11 23 12.12 23 13.5C23 13.82 22.94 14.12 22.83 14.39C21.79 13.53 20.46 13 19 13C15.69 13 13 15.69 13 19C13 19.2 13 19.41 13.04 19.61M15 18V20H23V18H15Z\" /></svg></li><li title=\"puzzle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-puzzle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,13.5C22,15.26 20.7,16.72 19,16.96V20A2,2 0 0,1 17,22H13.2V21.7A2.7,2.7 0 0,0 10.5,19C9,19 7.8,20.21 7.8,21.7V22H4A2,2 0 0,1 2,20V16.2H2.3C3.79,16.2 5,15 5,13.5C5,12 3.79,10.8 2.3,10.8H2V7A2,2 0 0,1 4,5H7.04C7.28,3.3 8.74,2 10.5,2C12.26,2 13.72,3.3 13.96,5H17A2,2 0 0,1 19,7V10.04C20.7,10.28 22,11.74 22,13.5M17,15H18.5A1.5,1.5 0 0,0 20,13.5A1.5,1.5 0 0,0 18.5,12H17V7H12V5.5A1.5,1.5 0 0,0 10.5,4A1.5,1.5 0 0,0 9,5.5V7H4V9.12C5.76,9.8 7,11.5 7,13.5C7,15.5 5.75,17.2 4,17.88V20H6.12C6.8,18.25 8.5,17 10.5,17C12.5,17 14.2,18.25 14.88,20H17V15Z\" /></svg></li><li title=\"puzzle plus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-puzzle-plus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.2 22V21.7C13.2 20.21 12 19 10.5 19C9 19 7.8 20.21 7.8 21.7V22H4C2.9 22 2 21.11 2 20V16.2H2.3C3.79 16.2 5 15 5 13.5S3.79 10.8 2.3 10.8H2V7C2 5.9 2.9 5 4 5H7.04C7.28 3.3 8.74 2 10.5 2S13.72 3.3 13.96 5H17C18.11 5 19 5.9 19 7V10.04C20.7 10.28 22 11.74 22 13.5C22 13.6 22 13.7 21.97 13.79C21.35 13.44 20.67 13.2 19.93 13.08C19.75 12.46 19.18 12 18.5 12H17V7H12V5.5C12 4.67 11.33 4 10.5 4S9 4.67 9 5.5V7H4V9.12C5.76 9.8 7 11.5 7 13.5S5.75 17.2 4 17.88V20H6.12C6.8 18.25 8.5 17 10.5 17C11.47 17 12.37 17.3 13.12 17.81C13.04 18.19 13 18.59 13 19C13 20.1 13.3 21.12 13.81 22H13.2M18 15V18H15V20H18V23H20V20H23V18H20V15H18Z\" /></svg></li><li title=\"puzzle plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-puzzle-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.04 19.61C12.67 18.55 11.68 17.8 10.5 17.8C9 17.8 7.8 19 7.8 20.5V22H4C2.9 22 2 21.11 2 20V16.2H3.5C5 16.2 6.2 15 6.2 13.5S5 10.8 3.5 10.8H2V7C2 5.9 2.9 5 4 5H8V3.5C8 2.12 9.12 1 10.5 1S13 2.12 13 3.5V5H17C18.1 5 19 5.89 19 7V11H20.5C21.88 11 23 12.12 23 13.5C23 13.82 22.94 14.12 22.83 14.39C21.79 13.53 20.46 13 19 13C15.69 13 13 15.69 13 19C13 19.2 13 19.41 13.04 19.61M18 15V18H15V20H18V23H20V20H23V18H20V15H18Z\" /></svg></li><li title=\"puzzle remove outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-puzzle-remove-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.2 22V21.7C13.2 20.21 12 19 10.5 19C9 19 7.8 20.21 7.8 21.7V22H4C2.9 22 2 21.11 2 20V16.2H2.3C3.79 16.2 5 15 5 13.5S3.79 10.8 2.3 10.8H2V7C2 5.9 2.9 5 4 5H7.04C7.28 3.3 8.74 2 10.5 2S13.72 3.3 13.96 5H17C18.11 5 19 5.9 19 7V10.04C20.7 10.28 22 11.74 22 13.5C22 13.6 22 13.7 21.97 13.79C21.35 13.44 20.67 13.2 19.93 13.08C19.75 12.46 19.18 12 18.5 12H17V7H12V5.5C12 4.67 11.33 4 10.5 4S9 4.67 9 5.5V7H4V9.12C5.76 9.8 7 11.5 7 13.5S5.75 17.2 4 17.88V20H6.12C6.8 18.25 8.5 17 10.5 17C11.47 17 12.37 17.3 13.12 17.81C13.04 18.19 13 18.59 13 19C13 20.1 13.3 21.12 13.81 22H13.2M21.12 15.46L19 17.59L16.88 15.46L15.47 16.88L17.59 19L15.47 21.12L16.88 22.54L19 20.41L21.12 22.54L22.54 21.12L20.41 19L22.54 16.88L21.12 15.46Z\" /></svg></li><li title=\"puzzle remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-puzzle-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.04 19.61C12.67 18.55 11.68 17.8 10.5 17.8C9 17.8 7.8 19 7.8 20.5V22H4C2.9 22 2 21.11 2 20V16.2H3.5C5 16.2 6.2 15 6.2 13.5S5 10.8 3.5 10.8H2V7C2 5.9 2.9 5 4 5H8V3.5C8 2.12 9.12 1 10.5 1S13 2.12 13 3.5V5H17C18.1 5 19 5.89 19 7V11H20.5C21.88 11 23 12.12 23 13.5C23 13.82 22.94 14.12 22.83 14.39C21.79 13.53 20.46 13 19 13C15.69 13 13 15.69 13 19C13 19.2 13 19.41 13.04 19.61M21.12 15.46L19 17.59L16.88 15.46L15.47 16.88L17.59 19L15.47 21.12L16.88 22.54L19 20.41L21.12 22.54L22.54 21.12L20.41 19L22.54 16.88L21.12 15.46Z\" /></svg></li><li title=\"puzzle star outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-puzzle-star-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.2 22V21.7C13.2 20.21 12 19 10.5 19C9 19 7.8 20.21 7.8 21.7V22H4C2.9 22 2 21.11 2 20V16.2H2.3C3.79 16.2 5 15 5 13.5S3.79 10.8 2.3 10.8H2V7C2 5.9 2.9 5 4 5H7.04C7.28 3.3 8.74 2 10.5 2S13.72 3.3 13.96 5H17C18.11 5 19 5.9 19 7V10.04C20.45 10.25 21.61 11.34 21.91 12.76C21.05 12.28 20.06 12 19 12C18.89 12 18.78 12 18.67 12C18.61 12 18.56 12 18.5 12H17V7H12V5.5C12 4.67 11.33 4 10.5 4S9 4.67 9 5.5V7H4V9.12C5.76 9.8 7 11.5 7 13.5S5.75 17.2 4 17.88V20H6.12C6.8 18.25 8.5 17 10.5 17C11.43 17 12.29 17.28 13 17.74C13 17.83 13 17.91 13 18C13 19.54 13.58 20.94 14.54 22H13.2M19 20.09L16.5 21.58L17.18 18.77L15 16.89L17.87 16.64L19 14L20.11 16.64L23 16.89L20.8 18.77L21.45 21.58L19 20.09\" /></svg></li><li title=\"puzzle star \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-puzzle-star\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 20.09L21.45 21.58L20.8 18.77L23 16.89L20.11 16.64L19 14L17.87 16.64L15 16.89L17.18 18.77L16.5 21.58L19 20.09M23 13.5C23 13.5 23 13.5 23 13.53C21.94 12.58 20.54 12 19 12C15.69 12 13 14.69 13 18C13 18.34 13.04 18.67 13.09 19H12.75C12.27 18.27 11.44 17.8 10.5 17.8C9 17.8 7.8 19 7.8 20.5V22H4C2.9 22 2 21.11 2 20V16.2H3.5C5 16.2 6.2 15 6.2 13.5S5 10.8 3.5 10.8H2V7C2 5.9 2.9 5 4 5H8V3.5C8 2.12 9.12 1 10.5 1S13 2.12 13 3.5V5H17C18.1 5 19 5.89 19 7V11H20.5C21.88 11 23 12.12 23 13.5Z\" /></svg></li><li title=\"puzzle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-puzzle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.5,11H19V7C19,5.89 18.1,5 17,5H13V3.5A2.5,2.5 0 0,0 10.5,1A2.5,2.5 0 0,0 8,3.5V5H4A2,2 0 0,0 2,7V10.8H3.5C5,10.8 6.2,12 6.2,13.5C6.2,15 5,16.2 3.5,16.2H2V20A2,2 0 0,0 4,22H7.8V20.5C7.8,19 9,17.8 10.5,17.8C12,17.8 13.2,19 13.2,20.5V22H17A2,2 0 0,0 19,20V16H20.5A2.5,2.5 0 0,0 23,13.5A2.5,2.5 0 0,0 20.5,11Z\" /></svg></li><li title=\"pyramid off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pyramid-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10.5 7.3L9.05 5.85L11.15 2.47C11.35 2.16 11.67 2 12 2C12.33 2 12.65 2.16 12.85 2.47L21.85 16.96H21.85C22.13 17.4 22 18 21.5 18.32L18.41 15.21L13 6.5V9.8L11 7.8V6.5L10.5 7.3M22.11 21.46L20.84 22.73L17.89 19.78L12.36 21.93C12.25 22 12.12 22 12 22S11.75 22 11.64 21.93L2.64 18.43C2 18.18 1.84 17.45 2.15 16.96H2.15L7.1 9L1.11 3L2.39 1.73L22.11 21.46M5.42 15.5L11 13.32V12.89L8.55 10.44L5.42 15.5M16.35 18.24L13.94 15.83L12 15.07L5.76 17.5L12 19.93L16.35 18.24Z\" /></svg></li><li title=\"pyramid \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-pyramid\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.85 16.96H21.85L12.85 2.47C12.65 2.16 12.33 2 12 2S11.35 2.16 11.15 2.47L2.15 16.96H2.15C1.84 17.45 2 18.18 2.64 18.43L11.64 21.93C11.75 22 11.88 22 12 22S12.25 22 12.36 21.93L21.36 18.43C22 18.18 22.16 17.45 21.85 16.96M11 6.5V13.32L5.42 15.5L11 6.5M12 19.93L5.76 17.5L12 15.07L18.24 17.5L12 19.93M13 13.32V6.5L18.58 15.5L13 13.32Z\" /></svg></li><li title=\"qi \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-qi\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12.09,6.56V14.64C12.09,14.72 12,14.79 11.94,14.79C9.62,14.79 7.75,12.91 7.75,10.6C7.75,8.28 9.62,6.4 11.94,6.4C12,6.4 12.09,6.47 12.09,6.56M12.09,17.86V20.29C12.06,21.69 13.12,22.87 14.5,23C14.66,23 14.78,22.89 14.79,22.73V4.47C14.78,4.3 14.68,4.15 14.5,4.09C10.92,2.67 6.86,4.44 5.44,8.03C4,11.63 5.79,15.69 9.38,17.11C10.16,17.42 11,17.58 11.81,17.6C11.95,17.59 12.07,17.71 12.08,17.87M16.19,5.5V15.72C16.19,16 16.19,16.2 16.46,16V16C19.42,13.5 19.81,9.09 17.33,6.13C17.07,5.81 16.77,5.5 16.46,5.26C16.19,5.05 16.19,5.26 16.19,5.53M14.79,2.43C14.79,1.66 15.42,1.03 16.19,1.03C16.96,1.03 17.59,1.66 17.59,2.43C17.59,3.2 16.96,3.83 16.19,3.83V3.83C15.42,3.83 14.79,3.2 14.79,2.43\" /></svg></li><li title=\"qqchat \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-qqchat\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3.18,13.54C3.76,12.16 4.57,11.14 5.17,10.92C5.16,10.12 5.31,9.62 5.56,9.22C5.56,9.19 5.5,8.86 5.72,8.45C5.87,4.85 8.21,2 12,2C15.79,2 18.13,4.85 18.28,8.45C18.5,8.86 18.44,9.19 18.44,9.22C18.69,9.62 18.84,10.12 18.83,10.92C19.43,11.14 20.24,12.16 20.82,13.55C21.57,15.31 21.69,17 21.09,17.3C20.68,17.5 20.03,17 19.42,16.12C19.18,17.1 18.58,18 17.73,18.71C18.63,19.04 19.21,19.58 19.21,20.19C19.21,21.19 17.63,22 15.69,22C13.93,22 12.5,21.34 12.21,20.5H11.79C11.5,21.34 10.07,22 8.31,22C6.37,22 4.79,21.19 4.79,20.19C4.79,19.58 5.37,19.04 6.27,18.71C5.42,18 4.82,17.1 4.58,16.12C3.97,17 3.32,17.5 2.91,17.3C2.31,17 2.43,15.31 3.18,13.54Z\" /></svg></li><li title=\"qrcode edit \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-qrcode-edit\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,5H7V7H5V5M1,1H11V11H1V1M3,3V9H9V3H3M5,17H7V19H5V17M1,13H11V23H1V13M3,15V21H9V15H3M13,13H17V15H19V13H23V15H19V17H23V23H19V21H15V23H13V21H15V19H13V13M21,21V19H19V21H21M19,17H17V15H15V19H19V17M22.7,3.35L21.7,4.35L19.65,2.35L20.65,1.35C20.85,1.14 21.19,1.13 21.42,1.35L22.7,2.58C22.91,2.78 22.92,3.12 22.7,3.35M13,8.94L19.07,2.88L21.12,4.93L15.06,11H13V8.94Z\" /></svg></li><li title=\"qrcode minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-qrcode-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5 5H7V7H5V5M1 1H11V11H1V1M3 3V9H9V3H3M5 17H7V19H5V17M1 13H11V23H1V13M3 15V21H9V15H3M13 13H17V15H19V13H23V15H19V17H23V23H19V21H15V23H13V21H15V19H13V13M21 21V19H19V21H21M19 17H17V15H15V19H19V17M14 5V7H22V5Z\" /></svg></li><li title=\"qrcode plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-qrcode-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5 5H7V7H5V5M1 1H11V11H1V1M3 3V9H9V3H3M5 17H7V19H5V17M1 13H11V23H1V13M3 15V21H9V15H3M13 13H17V15H19V13H23V15H19V17H23V23H19V21H15V23H13V21H15V19H13V13M21 21V19H19V21H21M19 17H17V15H15V19H19V17M17 2V5H14V7H17V10H19V7H22V5H19V2Z\" /></svg></li><li title=\"qrcode remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-qrcode-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5 5H7V7H5V5M1 1H11V11H1V1M3 3V9H9V3H3M5 17H7V19H5V17M1 13H11V23H1V13M3 15V21H9V15H3M13 13H17V15H19V13H23V15H19V17H23V23H19V21H15V23H13V21H15V19H13V13M21 21V19H19V21H21M19 17H17V15H15V19H19V17M15.17 1.76L13.76 3.17L16.59 6L13.76 8.83L15.17 10.24L18 7.41L20.83 10.24L22.24 8.83L19.41 6L22.24 3.17L20.83 1.76L18 4.59L15.17 1.76Z\" /></svg></li><li title=\"qrcode scan \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-qrcode-scan\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,4H10V10H4V4M20,4V10H14V4H20M14,15H16V13H14V11H16V13H18V11H20V13H18V15H20V18H18V20H16V18H13V20H11V16H14V15M16,15V18H18V15H16M4,20V14H10V20H4M6,6V8H8V6H6M16,6V8H18V6H16M6,16V18H8V16H6M4,11H6V13H4V11M9,11H13V15H11V13H9V11M11,6H13V10H11V6M2,2V6H0V2A2,2 0 0,1 2,0H6V2H2M22,0A2,2 0 0,1 24,2V6H22V2H18V0H22M2,18V22H6V24H2A2,2 0 0,1 0,22V18H2M22,22V18H24V22A2,2 0 0,1 22,24H18V22H22Z\" /></svg></li><li title=\"qrcode \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-qrcode\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,11H5V13H3V11M11,5H13V9H11V5M9,11H13V15H11V13H9V11M15,11H17V13H19V11H21V13H19V15H21V19H19V21H17V19H13V21H11V17H15V15H17V13H15V11M19,19V15H17V19H19M15,3H21V9H15V3M17,5V7H19V5H17M3,3H9V9H3V3M5,5V7H7V5H5M3,15H9V21H3V15M5,17V19H7V17H5Z\" /></svg></li><li title=\"quadcopter \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-quadcopter\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5.5,1C8,1 10,3 10,5.5C10,6.38 9.75,7.2 9.31,7.9L9.41,8H14.59L14.69,7.9C14.25,7.2 14,6.38 14,5.5C14,3 16,1 18.5,1C21,1 23,3 23,5.5C23,8 21,10 18.5,10C17.62,10 16.8,9.75 16.1,9.31L15,10.41V13.59L16.1,14.69C16.8,14.25 17.62,14 18.5,14C21,14 23,16 23,18.5C23,21 21,23 18.5,23C16,23 14,21 14,18.5C14,17.62 14.25,16.8 14.69,16.1L14.59,16H9.41L9.31,16.1C9.75,16.8 10,17.62 10,18.5C10,21 8,23 5.5,23C3,23 1,21 1,18.5C1,16 3,14 5.5,14C6.38,14 7.2,14.25 7.9,14.69L9,13.59V10.41L7.9,9.31C7.2,9.75 6.38,10 5.5,10C3,10 1,8 1,5.5C1,3 3,1 5.5,1M5.5,3A2.5,2.5 0 0,0 3,5.5A2.5,2.5 0 0,0 5.5,8A2.5,2.5 0 0,0 8,5.5A2.5,2.5 0 0,0 5.5,3M5.5,16A2.5,2.5 0 0,0 3,18.5A2.5,2.5 0 0,0 5.5,21A2.5,2.5 0 0,0 8,18.5A2.5,2.5 0 0,0 5.5,16M18.5,3A2.5,2.5 0 0,0 16,5.5A2.5,2.5 0 0,0 18.5,8A2.5,2.5 0 0,0 21,5.5A2.5,2.5 0 0,0 18.5,3M18.5,16A2.5,2.5 0 0,0 16,18.5A2.5,2.5 0 0,0 18.5,21A2.5,2.5 0 0,0 21,18.5A2.5,2.5 0 0,0 18.5,16M3.91,17.25L5.04,17.91C5.17,17.81 5.33,17.75 5.5,17.75A0.75,0.75 0 0,1 6.25,18.5L6.24,18.6L7.37,19.25L7.09,19.75L5.96,19.09C5.83,19.19 5.67,19.25 5.5,19.25A0.75,0.75 0 0,1 4.75,18.5L4.76,18.4L3.63,17.75L3.91,17.25M3.63,6.25L4.76,5.6L4.75,5.5A0.75,0.75 0 0,1 5.5,4.75C5.67,4.75 5.83,4.81 5.96,4.91L7.09,4.25L7.37,4.75L6.24,5.4L6.25,5.5A0.75,0.75 0 0,1 5.5,6.25C5.33,6.25 5.17,6.19 5.04,6.09L3.91,6.75L3.63,6.25M16.91,4.25L18.04,4.91C18.17,4.81 18.33,4.75 18.5,4.75A0.75,0.75 0 0,1 19.25,5.5L19.24,5.6L20.37,6.25L20.09,6.75L18.96,6.09C18.83,6.19 18.67,6.25 18.5,6.25A0.75,0.75 0 0,1 17.75,5.5L17.76,5.4L16.63,4.75L16.91,4.25M16.63,19.25L17.75,18.5A0.75,0.75 0 0,1 18.5,17.75C18.67,17.75 18.83,17.81 18.96,17.91L20.09,17.25L20.37,17.75L19.25,18.5A0.75,0.75 0 0,1 18.5,19.25C18.33,19.25 18.17,19.19 18.04,19.09L16.91,19.75L16.63,19.25Z\" /></svg></li><li title=\"quality high \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-quality-high\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.5,13.5H16.5V10.5H14.5M18,14A1,1 0 0,1 17,15H16.25V16.5H14.75V15H14A1,1 0 0,1 13,14V10A1,1 0 0,1 14,9H17A1,1 0 0,1 18,10M11,15H9.5V13H7.5V15H6V9H7.5V11.5H9.5V9H11M19,4H5C3.89,4 3,4.89 3,6V18A2,2 0 0,0 5,20H19A2,2 0 0,0 21,18V6C21,4.89 20.1,4 19,4Z\" /></svg></li><li title=\"quality low \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-quality-low\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.5,13.5H16.5V10.5H14.5M18,14C18,14.6 17.6,15 17,15H16.25V16.5H14.75V15H14C13.4,15 13,14.6 13,14V10C13,9.4 13.4,9 14,9H17C17.6,9 18,9.4 18,10M19,4H5A2,2 0 0,0 3,6V18A2,2 0 0,0 5,20H19A2,2 0 0,0 21,18V6A2,2 0 0,0 19,4M11,13.5V15H6V9H7.5V13.5H11Z\" /></svg></li><li title=\"quality medium \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-quality-medium\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,6V18A2,2 0 0,1 19,20H5A2,2 0 0,1 3,18V6A2,2 0 0,1 5,4H19A2,2 0 0,1 21,6M12,10C12,9.5 11.5,9 11,9H6.5C6,9 5.5,9.5 5.5,10V15H7V10.5H8V14H9.5V10.5H10.5V15H12V10M14.5,9A1,1 0 0,0 13.5,10V14A1,1 0 0,0 14.5,15H15.5V16.5H16.75V15H17.5A1,1 0 0,0 18.5,14V10A1,1 0 0,0 17.5,9H14.5M15,10.5H17V13.5H15V10.5Z\" /></svg></li><li title=\"quora \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-quora\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.7,18.8C20.2,18.2 20.1,17.7 20.1,17.7H21.6C21.6,17.7 21.6,18.1 21.5,18.6C21.4,19 21.3,19.3 21.2,19.6C21,20.3 20,21.1 20,21.1C18.9,22 17.7,21.9 17.7,21.9C17.7,21.9 16.3,22.1 15.2,21.4C14.1,20.7 13.2,19.2 13.2,19.2C13.2,19.2 8.8,20.4 5.4,17.5C2,14.6 2.2,11.1 2.2,10.8C2.2,10.1 2.6,2.3 10.8,2C15.6,1.8 18.2,4.8 19.2,7.2C19.9,8.9 19.9,10.2 19.9,10.4C19.9,10.6 19.9,11.5 19.7,12.4C19.6,13.3 19.2,14.3 18.9,14.8C18.6,15.3 18.2,16 17.7,16.5C17.2,17.1 16.6,17.6 16.5,17.7C16.5,17.7 17.5,18.9 18.1,19.1C18.3,19.1 19.2,19.4 19.7,18.8M12.7,17.3C12.8,17.2 12.4,16.7 12.2,16.4C12,16.1 12.3,16.5 11.5,15.4C11.2,14.9 10.8,14.7 10.2,14.6C10,14.6 9.7,14.6 9.5,14.6C9,14.6 8.7,14.7 8.6,14.7C8.6,14.6 8.4,14.4 8.3,14.2C8.2,14 8.2,13.7 8.2,13.7C8.2,13.5 9.7,12.8 11.4,12.8C12.8,12.8 13.8,13.6 14.2,14C14.6,14.3 14.7,14.7 15.1,15C15.1,15 15.2,15 15.2,15.1C15.6,15.4 16.1,12.1 16,9.9C15.9,7.7 15.8,6.6 15,5.5C14.3,4.5 12.8,3.7 11.4,3.7C10.7,3.7 8.4,3.8 7.4,5.5C6.2,7.5 6.4,11.1 6.4,11.1C6.4,11.1 6.1,14.3 7.8,16C9.5,17.7 11.2,17.4 12,17.4L12.7,17.3Z\" /></svg></li><li title=\"rabbit \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-rabbit\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.05,21L15.32,16.26C15.32,14.53 14.25,13.42 12.95,13.42C12.05,13.42 11.27,13.92 10.87,14.66C11.2,14.47 11.59,14.37 12,14.37C13.3,14.37 14.36,15.43 14.36,16.73C14.36,18.04 13.31,19.11 12,19.11H15.3V21H6.79C6.55,21 6.3,20.91 6.12,20.72C5.75,20.35 5.75,19.75 6.12,19.38V19.38L6.62,18.88C6.28,18.73 6,18.5 5.72,18.26C5.5,18.76 5,19.11 4.42,19.11C3.64,19.11 3,18.47 3,17.68C3,16.9 3.64,16.26 4.42,16.26L4.89,16.34V14.37C4.89,11.75 7,9.63 9.63,9.63H9.65C11.77,9.64 13.42,10.47 13.42,9.16C13.42,8.23 13.62,7.86 13.96,7.34C13.23,7 12.4,6.79 11.53,6.79C11,6.79 10.58,6.37 10.58,5.84C10.58,5.41 10.86,5.05 11.25,4.93L10.58,4.89C10.06,4.89 9.63,4.47 9.63,3.95C9.63,3.42 10.06,3 10.58,3H11.53C13.63,3 15.47,4.15 16.46,5.85L16.74,5.84C17.45,5.84 18.11,6.07 18.65,6.45L19.1,6.83C21.27,8.78 21,10.1 21,10.11C21,11.39 19.94,12.44 18.65,12.44L18.16,12.39V12.47C18.16,13.58 17.68,14.57 16.93,15.27L20.24,21H18.05M18.16,7.74C17.63,7.74 17.21,8.16 17.21,8.68C17.21,9.21 17.63,9.63 18.16,9.63C18.68,9.63 19.11,9.21 19.11,8.68C19.11,8.16 18.68,7.74 18.16,7.74Z\" /></svg></li><li title=\"racing helmet \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-racing-helmet\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2.2,11.2C2,13.6 2.7,15.6 4.2,17.4C5.7,19.2 7.7,20 10.1,20H20.1C20.6,20 21.1,19.8 21.5,19.4C21.9,19 22.1,18.5 22.1,18V17.2C22.1,16.6 22,15.9 21.9,15H13.7C12.7,15 11.9,14.6 11.2,13.9C10.5,13.2 10.1,12.3 10.1,11.4C10.1,9.8 10.8,8.7 12.3,8.1L17.1,6C15.4,4.8 13.4,4.1 11.1,4C8.9,3.8 6.9,4.5 5.1,5.9C3.3,7.3 2.4,9 2.2,11.2M12.1,11.4C12.1,11.8 12.3,12.2 12.6,12.5C12.9,12.8 13.3,13 13.7,13H21.5C20.9,10.8 20,9 18.7,7.6L13.1,9.9C12.4,10.1 12.1,10.6 12.1,11.4Z\" /></svg></li><li title=\"racquetball \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-racquetball\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.5,16C19.9,16 21,17.1 21,18.5C21,19.9 19.9,21 18.5,21C17.1,21 16,19.9 16,18.5C16,17.1 17.1,16 18.5,16M10.5,1C3,1 3,3.7 3,9.8C3,13.2 6.4,16.9 9,18.1V23H12V18.1C14.6,16.9 18,13.2 18,9.8C18,3.6 18,1 10.5,1M15.4,4.2C15.7,4.6 15.8,5.2 15.9,6H15V3.8C15.2,3.9 15.3,4.1 15.4,4.2M16,9.8C16,9.9 16,10 16,10H15V7H16C16,7.8 16,8.7 16,9.8M14,14H11V11H14V14M7,14V11H10V14H7M5,9.8C5,8.8 5,7.9 5,7H6V10H5C5,9.9 5,9.8 5,9.8M7,7H10V10H7V7M11,3C12.4,3 13.4,3.2 14,3.3V6H11V3M10,6H7V3.4C7.6,3.2 8.6,3 10,3V6M11,10V7H14V10H11M6,3.8V6H5.1C5.2,5.2 5.3,4.6 5.6,4.2C5.7,4.1 5.8,4 6,3.8M5.2,11H6V12.7C5.7,12.1 5.4,11.6 5.2,11M8,15H10V16.3L9.8,16.2C9.2,16 8.6,15.5 8,15M11.2,16.3H11V15H13C12.4,15.5 11.8,16 11.2,16.3M15,12.7V11H15.8C15.6,11.5 15.3,12.1 15,12.7Z\" /></svg></li><li title=\"radar \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-radar\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.07,4.93L17.66,6.34C19.1,7.79 20,9.79 20,12A8,8 0 0,1 12,20A8,8 0 0,1 4,12C4,7.92 7.05,4.56 11,4.07V6.09C8.16,6.57 6,9.03 6,12A6,6 0 0,0 12,18A6,6 0 0,0 18,12C18,10.34 17.33,8.84 16.24,7.76L14.83,9.17C15.55,9.9 16,10.9 16,12A4,4 0 0,1 12,16A4,4 0 0,1 8,12C8,10.14 9.28,8.59 11,8.14V10.28C10.4,10.63 10,11.26 10,12A2,2 0 0,0 12,14A2,2 0 0,0 14,12C14,11.26 13.6,10.62 13,10.28V2H12A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12C22,9.24 20.88,6.74 19.07,4.93Z\" /></svg></li><li title=\"radiator disabled \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-radiator-disabled\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,12H4A2,2 0 0,0 2,14V22H4V20H20V22H22V14A2,2 0 0,0 20,12M7,17A1,1 0 0,1 6,18A1,1 0 0,1 5,17V15A1,1 0 0,1 6,14A1,1 0 0,1 7,15V17M11,17A1,1 0 0,1 10,18A1,1 0 0,1 9,17V15A1,1 0 0,1 10,14A1,1 0 0,1 11,15V17M15,17A1,1 0 0,1 14,18A1,1 0 0,1 13,17V15A1,1 0 0,1 14,14A1,1 0 0,1 15,15V17M19,17A1,1 0 0,1 18,18A1,1 0 0,1 17,17V15A1,1 0 0,1 18,14A1,1 0 0,1 19,15V17Z\" /></svg></li><li title=\"radiator off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-radiator-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3.28,2L2,3.27L4.77,6.04L5.64,7.39L4.22,9.6L5.95,10.5L7.23,8.5L10.73,12H4A2,2 0 0,0 2,14V22H4V20H18.73L20,21.27V22H22V20.73L22,20.72V20.72L3.28,2M7,17A1,1 0 0,1 6,18A1,1 0 0,1 5,17V15A1,1 0 0,1 6,14A1,1 0 0,1 7,15V17M11,17A1,1 0 0,1 10,18A1,1 0 0,1 9,17V15A1,1 0 0,1 10,14A1,1 0 0,1 11,15V17M15,17A1,1 0 0,1 14,18A1,1 0 0,1 13,17V15C13,14.79 13.08,14.61 13.18,14.45L15,16.27V17M16.25,9.5L17.67,7.3L16.25,5.1L18.25,2L20,2.89L18.56,5.1L20,7.3V7.31L18,10.4L16.25,9.5M22,14V18.18L19,15.18V15A1,1 0 0,0 18,14C17.95,14 17.9,14 17.85,14.03L15.82,12H20C21.11,12 22,12.9 22,14M11.64,7.3L10.22,5.1L12.22,2L13.95,2.89L12.53,5.1L13.95,7.3L13.94,7.31L12.84,9L11.44,7.62L11.64,7.3M7.5,3.69L6.1,2.28L6.22,2.09L7.95,3L7.5,3.69Z\" /></svg></li><li title=\"radiator \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-radiator\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.95,3L6.53,5.19L7.95,7.4H7.94L5.95,10.5L4.22,9.6L5.64,7.39L4.22,5.19L6.22,2.09L7.95,3M13.95,2.89L12.53,5.1L13.95,7.3L13.94,7.31L11.95,10.4L10.22,9.5L11.64,7.3L10.22,5.1L12.22,2L13.95,2.89M20,2.89L18.56,5.1L20,7.3V7.31L18,10.4L16.25,9.5L17.67,7.3L16.25,5.1L18.25,2L20,2.89M2,22V14A2,2 0 0,1 4,12H20A2,2 0 0,1 22,14V22H20V20H4V22H2M6,14A1,1 0 0,0 5,15V17A1,1 0 0,0 6,18A1,1 0 0,0 7,17V15A1,1 0 0,0 6,14M10,14A1,1 0 0,0 9,15V17A1,1 0 0,0 10,18A1,1 0 0,0 11,17V15A1,1 0 0,0 10,14M14,14A1,1 0 0,0 13,15V17A1,1 0 0,0 14,18A1,1 0 0,0 15,17V15A1,1 0 0,0 14,14M18,14A1,1 0 0,0 17,15V17A1,1 0 0,0 18,18A1,1 0 0,0 19,17V15A1,1 0 0,0 18,14Z\" /></svg></li><li title=\"radio am \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-radio-am\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,7A2,2 0 0,0 3,9V17H5V13H7V17H9V9A2,2 0 0,0 7,7H5M5,9H7V11H5V9M13,7A2,2 0 0,0 11,9V17H13V9H15V16H17V9H19V17H21V9A2,2 0 0,0 19,7H13Z\" /></svg></li><li title=\"radio fm \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-radio-fm\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,7V17H5V13H8V11H5V9H9V7H3M13,7A2,2 0 0,0 11,9V17H13V9H15V16H17V9H19V17H21V9A2,2 0 0,0 19,7H13Z\" /></svg></li><li title=\"radio handheld \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-radio-handheld\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,2A1,1 0 0,0 8,3C8,8.67 8,14.33 8,20C8,21.11 8.89,22 10,22H15C16.11,22 17,21.11 17,20V9C17,7.89 16.11,7 15,7H10V3A1,1 0 0,0 9,2M10,9H15V13H10V9Z\" /></svg></li><li title=\"radio off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-radio-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M1 4.27L3 6.27C2.4 6.61 2 7.26 2 8V20C2 21.11 2.9 22 4 22H18.73L20.73 24L22 22.72L2.28 3L1 4.27M20 6H8.83L16.47 2.83L15.71 1L6.59 4.76L9.82 8H20V12H18V10H16V12H13.82L22 20.18V8C22 6.9 21.11 6 20 6M4 8H4.73L8.73 12H4V8M7 14C8.66 14 10 15.34 10 17C10 18.66 8.66 20 7 20C5.34 20 4 18.66 4 17C4 15.34 5.34 14 7 14Z\" /></svg></li><li title=\"radio tower \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-radio-tower\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,10A2,2 0 0,1 14,12C14,12.5 13.82,12.94 13.53,13.29L16.7,22H14.57L12,14.93L9.43,22H7.3L10.47,13.29C10.18,12.94 10,12.5 10,12A2,2 0 0,1 12,10M12,8A4,4 0 0,0 8,12C8,12.5 8.1,13 8.28,13.46L7.4,15.86C6.53,14.81 6,13.47 6,12A6,6 0 0,1 12,6A6,6 0 0,1 18,12C18,13.47 17.47,14.81 16.6,15.86L15.72,13.46C15.9,13 16,12.5 16,12A4,4 0 0,0 12,8M12,4A8,8 0 0,0 4,12C4,14.36 5,16.5 6.64,17.94L5.92,19.94C3.54,18.11 2,15.23 2,12A10,10 0 0,1 12,2A10,10 0 0,1 22,12C22,15.23 20.46,18.11 18.08,19.94L17.36,17.94C19,16.5 20,14.36 20,12A8,8 0 0,0 12,4Z\" /></svg></li><li title=\"radio \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-radio\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,6A2,2 0 0,1 22,8V20A2,2 0 0,1 20,22H4A2,2 0 0,1 2,20V8C2,7.15 2.53,6.42 3.28,6.13L15.71,1L16.47,2.83L8.83,6H20M20,8H4V12H16V10H18V12H20V8M7,14A3,3 0 0,0 4,17A3,3 0 0,0 7,20A3,3 0 0,0 10,17A3,3 0 0,0 7,14Z\" /></svg></li><li title=\"radioactive circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-radioactive-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2C14.65 2 17.2 3.05 19.07 4.93C20.95 6.8 22 9.35 22 12C22 14.65 20.95 17.2 19.07 19.07C17.2 20.95 14.65 22 12 22C9.35 22 6.8 20.95 4.93 19.07C3.05 17.2 2 14.65 2 12C2 6.5 6.5 2 12 2M12 4C7.58 4 4 7.58 4 12C4 16.42 7.58 20 12 20C16.42 20 20 16.42 20 12C20 9.88 19.16 7.84 17.66 6.34C16.16 4.84 14.12 4 12 4M13.5 14L15.55 16.84C14.55 17.57 13.33 18 12 18C10.67 18 9.45 17.57 8.45 16.84L10.5 14C10.94 14.32 11.45 14.5 12 14.5C12.55 14.5 13.06 14.32 13.5 14M12 11C12.55 11 13 11.45 13 12C13 12.55 12.55 13 12 13C11.45 13 11 12.55 11 12C11 11.45 11.45 11 12 11M9.32 6.63L10.88 9.76C10.06 10.17 9.5 11 9.5 12H6C6 9.65 7.35 7.62 9.32 6.63M14.68 6.63C16.65 7.62 18 9.65 18 12H14.5C14.5 11 13.94 10.17 13.12 9.76L14.68 6.63Z\" /></svg></li><li title=\"radioactive circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-radioactive-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2C6.5 2 2 6.5 2 12S6.5 22 12 22 22 17.5 22 12 17.5 2 12 2M12 10C13.11 10 14 10.9 14 12S13.11 14 12 14 10 13.11 10 12 10.9 10 12 10M4 12C4 8.7 6 5.87 8.86 4.64L10.34 8.36C8.96 9 8 10.38 8 12H4M12 20C10.46 20 9 19.56 7.8 18.8L10 15.47C10.6 15.81 11.28 16 12 16S13.4 15.81 14 15.47L16.2 18.8C15 19.56 13.54 20 12 20M16 12C16 10.38 15.04 9 13.66 8.36L15.15 4.64C18 5.87 20 8.7 20 12H16Z\" /></svg></li><li title=\"radioactive off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-radioactive-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M1,4.27L2.28,3L21,21.72L19.73,23L17.25,20.5C15.72,21.46 13.92,22 12,22C10.05,22 8.22,21.44 6.69,20.47L10,15.47C10.6,15.81 11.28,16 12,16C12.23,16 12.46,16 12.67,15.94L8.06,11.33C8,11.54 8,11.77 8,12H2C2,10.08 2.54,8.28 3.5,6.75L1,4.27M12,10A2,2 0 0,1 14,12V12.17L11.83,10H12M8.11,2.78L10.23,8.41L5.9,4.08C6.57,3.56 7.32,3.12 8.11,2.78M16,12C16,10.38 15.04,9 13.66,8.36L15.89,2.78C19.5,4.3 22,7.86 22,12H16Z\" /></svg></li><li title=\"radioactive \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-radioactive\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,10A2,2 0 0,1 14,12A2,2 0 0,1 12,14A2,2 0 0,1 10,12A2,2 0 0,1 12,10M12,22C10.05,22 8.22,21.44 6.69,20.47L10,15.47C10.6,15.81 11.28,16 12,16C12.72,16 13.4,15.81 14,15.47L17.31,20.47C15.78,21.44 13.95,22 12,22M2,12C2,7.86 4.5,4.3 8.11,2.78L10.34,8.36C8.96,9 8,10.38 8,12H2M16,12C16,10.38 15.04,9 13.66,8.36L15.89,2.78C19.5,4.3 22,7.86 22,12H16Z\" /></svg></li><li title=\"radiobox blank \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-radiobox-blank\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,20A8,8 0 0,1 4,12A8,8 0 0,1 12,4A8,8 0 0,1 20,12A8,8 0 0,1 12,20M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z\" /></svg></li><li title=\"radiobox marked \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-radiobox-marked\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,20A8,8 0 0,1 4,12A8,8 0 0,1 12,4A8,8 0 0,1 20,12A8,8 0 0,1 12,20M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M12,7A5,5 0 0,0 7,12A5,5 0 0,0 12,17A5,5 0 0,0 17,12A5,5 0 0,0 12,7Z\" /></svg></li><li title=\"radiology box outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-radiology-box-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 5V19H5V5H19M19 3H5C3.89 3 3 3.89 3 5V19C3 20.11 3.89 21 5 21H19C20.11 21 21 20.11 21 19V5C21 3.89 20.11 3 19 3M12 6C12.55 6 13 6.45 13 7V8H16.17C16.35 8.31 16.5 8.65 16.66 9H13V10H17C17.1 10.33 17.17 10.67 17.19 11H13V12H17.2C17.16 12.35 17.15 12.69 17.1 13H13V14H17C17 14 16.94 17 15.5 17C14.15 17 14.5 15.47 13 15V17C13 17.55 12.55 18 12 18S11 17.55 11 17V15C9.5 15.47 9.85 17 8.5 17C7.06 17 7 14 7 14H11V13H6.9C6.85 12.69 6.84 12.35 6.8 12H11V11H6.81C6.83 10.67 6.91 10.33 7 10H11V9H7.34C7.5 8.65 7.65 8.31 7.83 8H11V7C11 6.45 11.45 6 12 6Z\" /></svg></li><li title=\"radiology box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-radiology-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 3H5C3.89 3 3 3.89 3 5V19C3 20.11 3.89 21 5 21H19C20.11 21 21 20.11 21 19V5C21 3.89 20.11 3 19 3M17.1 13H13V14H17C17 14 16.94 17 15.5 17C14.15 17 14.5 15.47 13 15V17C13 17.55 12.55 18 12 18S11 17.55 11 17V15C9.5 15.47 9.85 17 8.5 17C7.06 17 7 14 7 14H11V13H6.9C6.85 12.69 6.84 12.35 6.8 12H11V11H6.81C6.83 10.67 6.91 10.33 7 10H11V9H7.34C7.5 8.65 7.65 8.31 7.83 8H11V7C11 6.45 11.45 6 12 6S13 6.45 13 7V8H16.17C16.35 8.31 16.5 8.65 16.66 9H13V10H17C17.1 10.33 17.17 10.67 17.19 11H13V12H17.2C17.16 12.35 17.15 12.69 17.1 13Z\" /></svg></li><li title=\"radius outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-radius-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M12,20A8,8 0 0,1 4,12A8,8 0 0,1 12,4A8,8 0 0,1 20,12A8,8 0 0,1 12,20M16,15V13H13.72C13.36,13.62 12.71,14 12,14A2,2 0 0,1 10,12A2,2 0 0,1 12,10C12.71,10 13.36,10.38 13.72,11H16V9L19,12L16,15Z\" /></svg></li><li title=\"radius \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-radius\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M17,15V13H13.72C13.36,13.62 12.71,14 12,14A2,2 0 0,1 10,12A2,2 0 0,1 12,10C12.71,10 13.36,10.38 13.72,11H17V9L20,12L17,15Z\" /></svg></li><li title=\"railroad light \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-railroad-light\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17.67,10.5C16.4,10.5 15.27,11.3 14.85,12.5H13.17V7.77L16.66,9.86L17.66,8.14L14.11,6L17.68,3.86L16.68,2.14L13.17,4.23V2H11.17V4.23L7.68,2.14L6.68,3.86L10.23,6L6.66,8.14L7.66,9.86L11.17,7.77V12.5H9.5C8.36,9.32 3.66,10.13 3.66,13.5C3.66,16.87 8.36,17.68 9.5,14.5H11.17V20A2,2 0 0,0 9.17,22H15.17A2,2 0 0,0 13.17,20V14.5H14.85C15.66,16.8 18.73,17.22 20.13,15.23C21.53,13.24 20.1,10.5 17.67,10.5M6.67,14.5C5.78,14.5 5.33,13.42 5.96,12.79C6.59,12.16 7.67,12.61 7.67,13.5A1,1 0 0,1 6.67,14.5M17.67,14.5C16.78,14.5 16.33,13.42 16.96,12.79C17.59,12.16 18.67,12.61 18.67,13.5A1,1 0 0,1 17.67,14.5Z\" /></svg></li><li title=\"rake \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-rake\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10.5 17.05L9.43 16L22.07 3.35L20.66 1.93L8 14.58L6.95 13.5C6.17 12.73 4.9 12.73 4.12 13.5L2 15.64L2.71 16.34L4.83 14.22L5.54 14.93L3.41 17.05L4.12 17.76L6.24 15.64L6.95 16.34L4.83 18.46L5.54 19.17L7.66 17.05L8.36 17.76L6.24 19.88L6.95 20.59L9.07 18.46L9.78 19.17L7.66 21.29L8.36 22L10.5 19.88C11.27 19.1 11.27 17.83 10.5 17.05Z\" /></svg></li><li title=\"raspberry pi \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-raspberry-pi\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,8H22V10H20V8M4,5H20A2,2 0 0,1 22,7H19V9H5V13H8V16H19V17H22A2,2 0 0,1 20,19H16V20H14V19H11V20H7V19H4A2,2 0 0,1 2,17V7A2,2 0 0,1 4,5M19,15H9V10H19V11H22V13H19V15M13,12V14H15V12H13M5,6V8H6V6H5M7,6V8H8V6H7M9,6V8H10V6H9M11,6V8H12V6H11M13,6V8H14V6H13M15,6V8H16V6H15M20,14H22V16H20V14Z\" /></svg></li><li title=\"raw off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-raw-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17.15 14.32L14.72 11.9L14 9H15.5L16.24 12L17 9H18.5L19.24 12L20 9H21.5L20 15H18.5L17.74 11.96L17.15 14.32M1.39 4.22L2.81 2.81L21.19 21.2L19.78 22.61L10.67 13.5H10.63L10.25 15H8.75L9.43 12.26L8 10.83V11.5C8 12.1 7.6 12.6 7.1 12.9L8 15H6.5L5.6 13H4.5V15H3V9H6.17L1.39 4.22M6.5 11.5V10.5H4.5V11.5H6.5Z\" /></svg></li><li title=\"raw \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-raw\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6.5 9C7.3 9 8 9.7 8 10.5V11.5C8 12.1 7.6 12.6 7.1 12.9L8 15H6.5L5.6 13H4.5V15H3V9H6.5M6.5 11.5V10.5H4.5V11.5H6.5M10.25 9H12.75L14.25 15H12.75L12.38 13.5H10.63L10.25 15H8.75L10.25 9M11 12H12L11.75 11H11.25L11 12M20 9H21.5L20 15H18.5L17.74 11.96L17 15H15.5L14 9H15.5L16.24 12L17 9H18.5L19.24 12L20 9Z\" /></svg></li><li title=\"ray end arrow \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ray-end-arrow\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M1,12L5,16V13H17.17C17.58,14.17 18.69,15 20,15A3,3 0 0,0 23,12A3,3 0 0,0 20,9C18.69,9 17.58,9.83 17.17,11H5V8L1,12Z\" /></svg></li><li title=\"ray end \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ray-end\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,9C18.69,9 17.58,9.83 17.17,11H2V13H17.17C17.58,14.17 18.69,15 20,15A3,3 0 0,0 23,12A3,3 0 0,0 20,9Z\" /></svg></li><li title=\"ray start arrow \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ray-start-arrow\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23,12L19,16V13H6.83C6.42,14.17 5.31,15 4,15A3,3 0 0,1 1,12A3,3 0 0,1 4,9C5.31,9 6.42,9.83 6.83,11H19V8L23,12Z\" /></svg></li><li title=\"ray start end \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ray-start-end\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,9C5.31,9 6.42,9.83 6.83,11H17.17C17.58,9.83 18.69,9 20,9A3,3 0 0,1 23,12A3,3 0 0,1 20,15C18.69,15 17.58,14.17 17.17,13H6.83C6.42,14.17 5.31,15 4,15A3,3 0 0,1 1,12A3,3 0 0,1 4,9Z\" /></svg></li><li title=\"ray start vertex end \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ray-start-vertex-end\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 9C18.69 9 17.58 9.83 17.17 11H14.82C14.4 9.84 13.3 9 12 9S9.6 9.84 9.18 11H6.83C6.42 9.83 5.31 9 4 9C2.34 9 1 10.34 1 12S2.34 15 4 15C5.31 15 6.42 14.17 6.83 13H9.18C9.6 14.16 10.7 15 12 15S14.4 14.16 14.82 13H17.17C17.58 14.17 18.69 15 20 15C21.66 15 23 13.66 23 12S21.66 9 20 9\" /></svg></li><li title=\"ray start \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ray-start\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,9C5.31,9 6.42,9.83 6.83,11H22V13H6.83C6.42,14.17 5.31,15 4,15A3,3 0 0,1 1,12A3,3 0 0,1 4,9Z\" /></svg></li><li title=\"ray vertex \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ray-vertex\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,11H9.17C9.58,9.83 10.69,9 12,9C13.31,9 14.42,9.83 14.83,11H22V13H14.83C14.42,14.17 13.31,15 12,15C10.69,15 9.58,14.17 9.17,13H2V11Z\" /></svg></li><li title=\"razor double edge \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-razor-double-edge\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 8C19.45 8 19 7.55 19 7C19 6.45 19.45 6 20 6V5H4V6C4.55 6 5 6.45 5 7C5 7.55 4.55 8 4 8H2V15H4C4.55 15 5 15.45 5 16C5 16.55 4.55 17 4 17V18H20V17C19.45 17 19 16.55 19 16C19 15.45 19.45 15 20 15H22V8H20M20 12H19V13H17V12H13.41C13.2 12.58 12.65 13 12 13S10.8 12.58 10.59 12H7V13H5V12H4V11H5V10H7V11H10.59C10.8 10.42 11.35 10 12 10S13.2 10.42 13.41 11H17V10H19V11H20V12Z\" /></svg></li><li title=\"razor single edge \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-razor-single-edge\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 5V8H2V5H22M22 13V18H2V13H3.5C4.33 13 5 12.33 5 11.5S4.33 10 3.5 10L2 10V9H22V10H20.5C19.67 10 19 10.67 19 11.5S19.67 13 20.5 13H22M13 11C13 10.45 12.55 10 12 10S11 10.45 11 11V13C11 13.55 11.45 14 12 14S13 13.55 13 13V11Z\" /></svg></li><li title=\"react \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-react\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,10.11C13.03,10.11 13.87,10.95 13.87,12C13.87,13 13.03,13.85 12,13.85C10.97,13.85 10.13,13 10.13,12C10.13,10.95 10.97,10.11 12,10.11M7.37,20C8,20.38 9.38,19.8 10.97,18.3C10.45,17.71 9.94,17.07 9.46,16.4C8.64,16.32 7.83,16.2 7.06,16.04C6.55,18.18 6.74,19.65 7.37,20M8.08,14.26L7.79,13.75C7.68,14.04 7.57,14.33 7.5,14.61C7.77,14.67 8.07,14.72 8.38,14.77C8.28,14.6 8.18,14.43 8.08,14.26M14.62,13.5L15.43,12L14.62,10.5C14.32,9.97 14,9.5 13.71,9.03C13.17,9 12.6,9 12,9C11.4,9 10.83,9 10.29,9.03C10,9.5 9.68,9.97 9.38,10.5L8.57,12L9.38,13.5C9.68,14.03 10,14.5 10.29,14.97C10.83,15 11.4,15 12,15C12.6,15 13.17,15 13.71,14.97C14,14.5 14.32,14.03 14.62,13.5M12,6.78C11.81,7 11.61,7.23 11.41,7.5C11.61,7.5 11.8,7.5 12,7.5C12.2,7.5 12.39,7.5 12.59,7.5C12.39,7.23 12.19,7 12,6.78M12,17.22C12.19,17 12.39,16.77 12.59,16.5C12.39,16.5 12.2,16.5 12,16.5C11.8,16.5 11.61,16.5 11.41,16.5C11.61,16.77 11.81,17 12,17.22M16.62,4C16,3.62 14.62,4.2 13.03,5.7C13.55,6.29 14.06,6.93 14.54,7.6C15.36,7.68 16.17,7.8 16.94,7.96C17.45,5.82 17.26,4.35 16.62,4M15.92,9.74L16.21,10.25C16.32,9.96 16.43,9.67 16.5,9.39C16.23,9.33 15.93,9.28 15.62,9.23C15.72,9.4 15.82,9.57 15.92,9.74M17.37,2.69C18.84,3.53 19,5.74 18.38,8.32C20.92,9.07 22.75,10.31 22.75,12C22.75,13.69 20.92,14.93 18.38,15.68C19,18.26 18.84,20.47 17.37,21.31C15.91,22.15 13.92,21.19 12,19.36C10.08,21.19 8.09,22.15 6.62,21.31C5.16,20.47 5,18.26 5.62,15.68C3.08,14.93 1.25,13.69 1.25,12C1.25,10.31 3.08,9.07 5.62,8.32C5,5.74 5.16,3.53 6.62,2.69C8.09,1.85 10.08,2.81 12,4.64C13.92,2.81 15.91,1.85 17.37,2.69M17.08,12C17.42,12.75 17.72,13.5 17.97,14.26C20.07,13.63 21.25,12.73 21.25,12C21.25,11.27 20.07,10.37 17.97,9.74C17.72,10.5 17.42,11.25 17.08,12M6.92,12C6.58,11.25 6.28,10.5 6.03,9.74C3.93,10.37 2.75,11.27 2.75,12C2.75,12.73 3.93,13.63 6.03,14.26C6.28,13.5 6.58,12.75 6.92,12M15.92,14.26C15.82,14.43 15.72,14.6 15.62,14.77C15.93,14.72 16.23,14.67 16.5,14.61C16.43,14.33 16.32,14.04 16.21,13.75L15.92,14.26M13.03,18.3C14.62,19.8 16,20.38 16.62,20C17.26,19.65 17.45,18.18 16.94,16.04C16.17,16.2 15.36,16.32 14.54,16.4C14.06,17.07 13.55,17.71 13.03,18.3M8.08,9.74C8.18,9.57 8.28,9.4 8.38,9.23C8.07,9.28 7.77,9.33 7.5,9.39C7.57,9.67 7.68,9.96 7.79,10.25L8.08,9.74M10.97,5.7C9.38,4.2 8,3.62 7.37,4C6.74,4.35 6.55,5.82 7.06,7.96C7.83,7.8 8.64,7.68 9.46,7.6C9.94,6.93 10.45,6.29 10.97,5.7Z\" /></svg></li><li title=\"read \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-read\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.59,11.59L23,13L13.5,22.5L8.42,17.41L9.83,16L13.5,19.68L21.59,11.59M4,16V3H6L9,3A4,4 0 0,1 13,7C13,8.54 12.13,9.88 10.85,10.55L14,16H12L9.11,11H6V16H4M6,9H9A2,2 0 0,0 11,7A2,2 0 0,0 9,5H6V9Z\" /></svg></li><li title=\"receipt outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-receipt-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.5 3.5L18 2L16.5 3.5L15 2L13.5 3.5L12 2L10.5 3.5L9 2L7.5 3.5L6 2L4.5 3.5L3 2V22L4.5 20.5L6 22L7.5 20.5L9 22L10.5 20.5L12 22L13.5 20.5L15 22L16.5 20.5L18 22L19.5 20.5L21 22V2L19.5 3.5M19 19.09H5V4.91H19V19.09M6 15H18V17H6M6 11H18V13H6M6 7H18V9H6Z\" /></svg></li><li title=\"receipt \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-receipt\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,22L4.5,20.5L6,22L7.5,20.5L9,22L10.5,20.5L12,22L13.5,20.5L15,22L16.5,20.5L18,22L19.5,20.5L21,22V2L19.5,3.5L18,2L16.5,3.5L15,2L13.5,3.5L12,2L10.5,3.5L9,2L7.5,3.5L6,2L4.5,3.5L3,2M18,9H6V7H18M18,13H6V11H18M18,17H6V15H18V17Z\" /></svg></li><li title=\"record circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-record-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M12,4A8,8 0 0,1 20,12A8,8 0 0,1 12,20A8,8 0 0,1 4,12A8,8 0 0,1 12,4M12,9A3,3 0 0,0 9,12A3,3 0 0,0 12,15A3,3 0 0,0 15,12A3,3 0 0,0 12,9Z\" /></svg></li><li title=\"record circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-record-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M12,9A3,3 0 0,1 15,12A3,3 0 0,1 12,15A3,3 0 0,1 9,12A3,3 0 0,1 12,9Z\" /></svg></li><li title=\"record player \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-record-player\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,17.5A0.5,0.5 0 0,1 4.5,18H3.5A0.5,0.5 0 0,1 3,17.5V17H2A1,1 0 0,1 1,16V13A1,1 0 0,1 2,12H19V10H7L6,11V9A1,1 0 0,1 7,8H19V7H21V8A1,1 0 0,1 22,9V10H21V12H22A1,1 0 0,1 23,13V16A1,1 0 0,1 22,17H21V17.5A0.5,0.5 0 0,1 20.5,18H19.5A0.5,0.5 0 0,1 19,17.5V17H5V17.5M3,14V15H5V14H3M6,14V15H8V14H6M20.5,13.5A1,1 0 0,0 19.5,14.5A1,1 0 0,0 20.5,15.5A1,1 0 0,0 21.5,14.5A1,1 0 0,0 20.5,13.5Z\" /></svg></li><li title=\"record rec \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-record-rec\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12.5,5A7.5,7.5 0 0,0 5,12.5A7.5,7.5 0 0,0 12.5,20A7.5,7.5 0 0,0 20,12.5A7.5,7.5 0 0,0 12.5,5M7,10H9A1,1 0 0,1 10,11V12C10,12.5 9.62,12.9 9.14,12.97L10.31,15H9.15L8,13V15H7M12,10H14V11H12V12H14V13H12V14H14V15H12A1,1 0 0,1 11,14V11A1,1 0 0,1 12,10M16,10H18V11H16V14H18V15H16A1,1 0 0,1 15,14V11A1,1 0 0,1 16,10M8,11V12H9V11\" /></svg></li><li title=\"record \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-record\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,12C19,15.86 15.86,19 12,19C8.14,19 5,15.86 5,12C5,8.14 8.14,5 12,5C15.86,5 19,8.14 19,12Z\" /></svg></li><li title=\"rectangle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-rectangle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,6V19H20V6H4M18,17H6V8H18V17Z\" /></svg></li><li title=\"rectangle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-rectangle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,6V19H20V6H4Z\" /></svg></li><li title=\"recycle variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-recycle-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.17 7.91L8.9 8.91L12.08 3.42L14.33 7.31L11.73 8.81L17.19 10.27L18.66 4.81L16.06 6.31L13.81 2.41C13.26 1.45 12.03 1.12 11.08 1.68C10.81 1.83 10.58 2.05 10.41 2.31M10 20V18L3.66 18L5.9 14.1L8.5 15.6L7.04 10.14L1.57 11.6L4.17 13.1L1.92 17C1.37 17.96 1.7 19.18 2.65 19.73C2.92 19.89 3.22 19.97 3.54 20M19.06 11.5L17.32 12.5L20.5 18H16V15L12 19L16 23V20H20.5C21.61 20 22.5 19.11 22.5 18C22.5 17.69 22.42 17.38 22.28 17.11Z\" /></svg></li><li title=\"recycle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-recycle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.82,15.42L19.32,19.75C18.83,20.61 17.92,21.06 17,21H15V23L12.5,18.5L15,14V16H17.82L15.6,12.15L19.93,9.65L21.73,12.77C22.25,13.54 22.32,14.57 21.82,15.42M9.21,3.06H14.21C15.19,3.06 16.04,3.63 16.45,4.45L17.45,6.19L19.18,5.19L16.54,9.6L11.39,9.69L13.12,8.69L11.71,6.24L9.5,10.09L5.16,7.59L6.96,4.47C7.37,3.64 8.22,3.06 9.21,3.06M5.05,19.76L2.55,15.43C2.06,14.58 2.13,13.56 2.64,12.79L3.64,11.06L1.91,10.06L7.05,10.14L9.7,14.56L7.97,13.56L6.56,16H11V21H7.4C6.47,21.07 5.55,20.61 5.05,19.76Z\" /></svg></li><li title=\"reddit \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-reddit\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.5 15.41C14.58 15.5 14.58 15.69 14.5 15.8C13.77 16.5 12.41 16.56 12 16.56C11.61 16.56 10.25 16.5 9.54 15.8C9.44 15.69 9.44 15.5 9.54 15.41C9.65 15.31 9.82 15.31 9.92 15.41C10.38 15.87 11.33 16 12 16C12.69 16 13.66 15.87 14.1 15.41C14.21 15.31 14.38 15.31 14.5 15.41M10.75 13.04C10.75 12.47 10.28 12 9.71 12C9.14 12 8.67 12.47 8.67 13.04C8.67 13.61 9.14 14.09 9.71 14.08C10.28 14.08 10.75 13.61 10.75 13.04M14.29 12C13.72 12 13.25 12.5 13.25 13.05S13.72 14.09 14.29 14.09C14.86 14.09 15.33 13.61 15.33 13.05C15.33 12.5 14.86 12 14.29 12M22 12C22 17.5 17.5 22 12 22S2 17.5 2 12C2 6.5 6.5 2 12 2S22 6.5 22 12M18.67 12C18.67 11.19 18 10.54 17.22 10.54C16.82 10.54 16.46 10.7 16.2 10.95C15.2 10.23 13.83 9.77 12.3 9.71L12.97 6.58L15.14 7.05C15.16 7.6 15.62 8.04 16.18 8.04C16.75 8.04 17.22 7.57 17.22 7C17.22 6.43 16.75 5.96 16.18 5.96C15.77 5.96 15.41 6.2 15.25 6.55L12.82 6.03C12.75 6 12.68 6.03 12.63 6.07C12.57 6.11 12.54 6.17 12.53 6.24L11.79 9.72C10.24 9.77 8.84 10.23 7.82 10.96C7.56 10.71 7.2 10.56 6.81 10.56C6 10.56 5.35 11.21 5.35 12C5.35 12.61 5.71 13.11 6.21 13.34C6.19 13.5 6.18 13.62 6.18 13.78C6.18 16 8.79 17.85 12 17.85C15.23 17.85 17.85 16.03 17.85 13.78C17.85 13.64 17.84 13.5 17.81 13.34C18.31 13.11 18.67 12.6 18.67 12Z\" /></svg></li><li title=\"redhat \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-redhat\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.34 13.16C16.66 13.16 18.56 12.89 18.56 11.32C18.57 11.2 18.56 11.08 18.53 10.96L17.75 7.56C17.57 6.81 17.41 6.47 16.09 5.81C15.07 5.29 12.85 4.43 12.19 4.43C11.58 4.43 11.4 5.22 10.67 5.22C9.97 5.22 9.45 4.63 8.79 4.63C8.16 4.63 7.75 5.06 7.43 5.94C7.43 5.94 6.55 8.44 6.43 8.8C6.42 8.87 6.41 8.93 6.41 9C6.41 9.97 10.23 13.15 15.34 13.15M18.77 11.96C18.95 12.82 18.95 12.91 18.95 13C18.95 14.5 17.29 15.31 15.12 15.31C10.2 15.31 5.89 12.43 5.89 10.53C5.89 10.26 5.95 10 6.05 9.76C4.28 9.84 2 10.16 2 12.18C2 15.5 9.84 19.57 16.05 19.57C20.81 19.57 22 17.42 22 15.72C22 14.38 20.85 12.86 18.77 11.96\" /></svg></li><li title=\"redo variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-redo-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10.5,7A6.5,6.5 0 0,0 4,13.5A6.5,6.5 0 0,0 10.5,20H14V18H10.5C8,18 6,16 6,13.5C6,11 8,9 10.5,9H16.17L13.09,12.09L14.5,13.5L20,8L14.5,2.5L13.08,3.91L16.17,7H10.5M18,18H16V20H18V18Z\" /></svg></li><li title=\"redo \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-redo\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.4,10.6C16.55,9 14.15,8 11.5,8C6.85,8 2.92,11.03 1.54,15.22L3.9,16C4.95,12.81 7.95,10.5 11.5,10.5C13.45,10.5 15.23,11.22 16.62,12.38L13,16H22V7L18.4,10.6Z\" /></svg></li><li title=\"reflect horizontal \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-reflect-horizontal\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,20H14A1,1 0 0,1 13,19V4.97C13,4.5 13.31,4.12 13.74,4C14.19,3.88 14.65,4.08 14.87,4.47L22.89,18.5C23.07,18.81 23.07,19.19 22.89,19.5C22.71,19.81 22.38,20 22,20M2,20C1.62,20 1.29,19.81 1.11,19.5C0.93,19.19 0.93,18.81 1.11,18.5L9.13,4.47C9.35,4.08 9.81,3.88 10.26,4C10.69,4.12 11,4.5 11,4.97V19A1,1 0 0,1 10,20H2M9,18V8.74L3.71,18H9Z\" /></svg></li><li title=\"reflect vertical \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-reflect-vertical\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18,23H6C5.61,23 5.26,22.79 5.09,22.45C4.92,22.11 4.96,21.7 5.19,21.4L11.2,13.38C11.58,12.87 12.42,12.87 12.8,13.38L18.81,21.4C19.04,21.7 19.08,22.11 18.91,22.45C18.74,22.79 18.39,23 18,23M18,1C18.39,1 18.74,1.21 18.91,1.55C19.08,1.89 19.04,2.3 18.81,2.6L12.8,10.62C12.42,11.13 11.58,11.13 11.2,10.62L5.19,2.6C4.96,2.3 4.92,1.89 5.09,1.55C5.26,1.21 5.61,1 6,1H18M8,3L12,8.35L16,3H8Z\" /></svg></li><li title=\"refresh auto \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-refresh-auto\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12.68 6H11.32L7 16H9L9.73 14H14.27L15 16H17L12.68 6M10.3 12.5L12 8L13.7 12.5H10.3M17.4 20.4L19 22H14V17L16 19C18.39 17.61 20 14.95 20 12C20 7.59 16.41 4 12 4S4 7.59 4 12C4 14.95 5.61 17.53 8 18.92V21.16C4.47 19.61 2 16.1 2 12C2 6.5 6.5 2 12 2S22 6.5 22 12C22 15.53 20.17 18.62 17.4 20.4Z\" /></svg></li><li title=\"refresh circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-refresh-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2A10 10 0 1 0 22 12A10 10 0 0 0 12 2M18 11H13L14.81 9.19A3.94 3.94 0 0 0 12 8A4 4 0 1 0 15.86 13H17.91A6 6 0 1 1 12 6A5.91 5.91 0 0 1 16.22 7.78L18 6Z\" /></svg></li><li title=\"refresh \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-refresh\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17.65,6.35C16.2,4.9 14.21,4 12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20C15.73,20 18.84,17.45 19.73,14H17.65C16.83,16.33 14.61,18 12,18A6,6 0 0,1 6,12A6,6 0 0,1 12,6C13.66,6 15.14,6.69 16.22,7.78L13,11H20V4L17.65,6.35Z\" /></svg></li><li title=\"regex \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-regex\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,16.92C15.67,16.97 15.34,17 15,17C14.66,17 14.33,16.97 14,16.92V13.41L11.5,15.89C11,15.5 10.5,15 10.11,14.5L12.59,12H9.08C9.03,11.67 9,11.34 9,11C9,10.66 9.03,10.33 9.08,10H12.59L10.11,7.5C10.3,7.25 10.5,7 10.76,6.76V6.76C11,6.5 11.25,6.3 11.5,6.11L14,8.59V5.08C14.33,5.03 14.66,5 15,5C15.34,5 15.67,5.03 16,5.08V8.59L18.5,6.11C19,6.5 19.5,7 19.89,7.5L17.41,10H20.92C20.97,10.33 21,10.66 21,11C21,11.34 20.97,11.67 20.92,12H17.41L19.89,14.5C19.7,14.75 19.5,15 19.24,15.24V15.24C19,15.5 18.75,15.7 18.5,15.89L16,13.41V16.92H16V16.92M5,19A2,2 0 0,1 7,17A2,2 0 0,1 9,19A2,2 0 0,1 7,21A2,2 0 0,1 5,19H5Z\" /></svg></li><li title=\"registered trademark \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-registered-trademark\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M12,20C7.59,20 4,16.41 4,12C4,7.59 7.59,4 12,4C16.41,4 20,7.59 20,12C20,16.41 16.41,20 12,20M12.25,13.27H10.81V16.5H9V7.71H12.26C13.29,7.71 14.09,7.94 14.66,8.4C15.22,8.87 15.5,9.5 15.5,10.36C15.5,10.96 15.37,11.46 15.11,11.86C14.85,12.26 14.46,12.58 13.93,12.81L15.83,16.4V16.5H13.89L12.25,13.27M10.81,11.81H12.27C12.72,11.81 13.07,11.69 13.32,11.46C13.57,11.23 13.69,10.91 13.69,10.5C13.69,10.09 13.58,9.77 13.34,9.53C13.11,9.29 12.75,9.18 12.26,9.18H10.81V11.81Z\" /></svg></li><li title=\"reiterate \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-reiterate\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10.5 4A6.5 6.5 0 0 0 4 10H1L5 14L9 10H6.03A4.5 4.5 0 0 1 10.5 6A4.5 4.5 0 0 1 15 10.5A4.5 4.5 0 0 1 10.5 15H2V17H10.5A6.5 6.5 0 0 0 17 10.5A6.5 6.5 0 0 0 10.5 4M19 12V15H16.5A7.5 7.5 0 0 1 14.24 17H19V20L23 16Z\" /></svg></li><li title=\"relation many to many \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-relation-many-to-many\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 13V19H21L19 17H11V9H5L3 11H2V5H3L5 7H13V15H19L21 13Z\" /></svg></li><li title=\"relation many to one or many \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-relation-many-to-one-or-many\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 13V19H21L19 17V19H17V17H11V9H5L3 11H2V5H3L5 7H13V15H17V13H19V15L21 13Z\" /></svg></li><li title=\"relation many to one \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-relation-many-to-one\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 15V17H19V19H17V17H11V9H5L3 11H2V5H3L5 7H13V15H17V13H19V15Z\" /></svg></li><li title=\"relation many to only one \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-relation-many-to-only-one\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 15V17H21V19H19V17H18V19H16V17H11V9H5L3 11H2V5H3L5 7H13V15H16V13H18V15H19V13H21V15Z\" /></svg></li><li title=\"relation many to zero or many \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-relation-many-to-zero-or-many\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 13L19 15H18.79A2.5 2.5 0 0 0 14.21 15H13V7H5L3 5H2V11H3L5 9H11V17H14.21A2.5 2.5 0 0 0 18.79 17H19L21 19H22V13M16.5 17A1 1 0 1 1 17.5 16A1 1 0 0 1 16.5 17Z\" /></svg></li><li title=\"relation many to zero or one \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-relation-many-to-zero-or-one\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 15V13H19V15H18.79A2.5 2.5 0 0 0 14.21 15H13V7H5L3 5H2V11H3L5 9H11V17H14.21A2.5 2.5 0 0 0 18.79 17H19V19H21V17H22V15M16.5 17A1 1 0 1 1 17.5 16A1 1 0 0 1 16.5 17Z\" /></svg></li><li title=\"relation one or many to many \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-relation-one-or-many-to-many\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 13V19H21L19 17H11V9H7V11H5V9L3 11H2V5H3L5 7V5H7V7H13V15H19L21 13Z\" /></svg></li><li title=\"relation one or many to one or many \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-relation-one-or-many-to-one-or-many\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 13V19H21L19 17V19H17V17H11V9H7V11H5V9L3 11H2V5H3L5 7V5H7V7H13V15H17V13H19V15L21 13Z\" /></svg></li><li title=\"relation one or many to one \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-relation-one-or-many-to-one\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 15V17H19V19H17V17H11V9H7V11H5V9L3 11H2V5H3L5 7V5H7V7H13V15H17V13H19V15Z\" /></svg></li><li title=\"relation one or many to only one \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-relation-one-or-many-to-only-one\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 15V17H21V19H19V17H18V19H16V17H11V9H7V11H5V9L3 11H2V5H3L5 7V5H7V7H13V15H16V13H18V15H19V13H21V15Z\" /></svg></li><li title=\"relation one or many to zero or many \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-relation-one-or-many-to-zero-or-many\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 13L19 15H18.79A2.5 2.5 0 0 0 14.21 15H13V7H7V5H5V7L3 5H2V11H3L5 9V11H7V9H11V17H14.21A2.5 2.5 0 0 0 18.79 17H19L21 19H22V13M16.5 17A1 1 0 1 1 17.5 16A1 1 0 0 1 16.5 17Z\" /></svg></li><li title=\"relation one or many to zero or one \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-relation-one-or-many-to-zero-or-one\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 15V13H19V15H18.79A2.5 2.5 0 0 0 14.21 15H13V7H7V5H5V7L3 5H2V11H3L5 9V11H7V9H11V17H14.21A2.5 2.5 0 0 0 18.79 17H19V19H21V17H22V15M16.5 17A1 1 0 1 1 17.5 16A1 1 0 0 1 16.5 17Z\" /></svg></li><li title=\"relation one to many \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-relation-one-to-many\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 13V19H21L19 17H11V9H7V11H5V9H2V7H5V5H7V7H13V15H19L21 13Z\" /></svg></li><li title=\"relation one to one or many \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-relation-one-to-one-or-many\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 13V19H21L19 17V19H17V17H11V9H7V11H5V9H2V7H5V5H7V7H13V15H17V13H19V15L21 13Z\" /></svg></li><li title=\"relation one to one \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-relation-one-to-one\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 15V17H19V19H17V17H11V9H7V11H5V9H2V7H5V5H7V7H13V15H17V13H19V15Z\" /></svg></li><li title=\"relation one to only one \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-relation-one-to-only-one\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 15V17H21V19H19V17H18V19H16V17H11V9H7V11H5V9H2V7H5V5H7V7H13V15H16V13H18V15H19V13H21V15Z\" /></svg></li><li title=\"relation one to zero or many \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-relation-one-to-zero-or-many\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 13L19 15H18.79A2.5 2.5 0 0 0 14.21 15H13V7H7V5H5V7H2V9H5V11H7V9H11V17H14.21A2.5 2.5 0 0 0 18.79 17H19L21 19H22V13M16.5 17A1 1 0 1 1 17.5 16A1 1 0 0 1 16.5 17Z\" /></svg></li><li title=\"relation one to zero or one \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-relation-one-to-zero-or-one\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 15V13H19V15H18.79A2.5 2.5 0 0 0 14.21 15H13V7H7V5H5V7H2V9H5V11H7V9H11V17H14.21A2.5 2.5 0 0 0 18.79 17H19V19H21V17H22V15M16.5 17A1 1 0 1 1 17.5 16A1 1 0 0 1 16.5 17Z\" /></svg></li><li title=\"relation only one to many \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-relation-only-one-to-many\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 13V19H21L19 17H11V9H8V11H6V9H5V11H3V9H2V7H3V5H5V7H6V5H8V7H13V15H19L21 13Z\" /></svg></li><li title=\"relation only one to one or many \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-relation-only-one-to-one-or-many\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 13V19H21L19 17V19H17V17H11V9H8V11H6V9H5V11H3V9H2V7H3V5H5V7H6V5H8V7H13V15H17V13H19V15L21 13Z\" /></svg></li><li title=\"relation only one to one \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-relation-only-one-to-one\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 15V17H19V19H17V17H11V9H8V11H6V9H5V11H3V9H2V7H3V5H5V7H6V5H8V7H13V15H17V13H19V15Z\" /></svg></li><li title=\"relation only one to only one \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-relation-only-one-to-only-one\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 15V17H21V19H19V17H18V19H16V17H11V9H8V11H6V9H5V11H3V9H2V7H3V5H5V7H6V5H8V7H13V15H16V13H18V15H19V13H21V15Z\" /></svg></li><li title=\"relation only one to zero or many \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-relation-only-one-to-zero-or-many\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 13L19 15H18.79A2.5 2.5 0 0 0 14.21 15H13V7H8V5H6V7H5V5H3V7H2V9H3V11H5V9H6V11H8V9H11V17H14.21A2.5 2.5 0 0 0 18.79 17H19L21 19H22V13M16.5 17A1 1 0 1 1 17.5 16A1 1 0 0 1 16.5 17Z\" /></svg></li><li title=\"relation only one to zero or one \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-relation-only-one-to-zero-or-one\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 15V13H19V15H18.79A2.5 2.5 0 0 0 14.21 15H13V7H8V5H6V7H5V5H3V7H2V9H3V11H5V9H6V11H8V9H11V17H14.21A2.5 2.5 0 0 0 18.79 17H19V19H21V17H22V15M16.5 17A1 1 0 1 1 17.5 16A1 1 0 0 1 16.5 17Z\" /></svg></li><li title=\"relation zero or many to many \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-relation-zero-or-many-to-many\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 13L19 15H13V7H9.79A2.5 2.5 0 0 0 5.21 7H5L3 5H2V11H3L5 9H5.21A2.5 2.5 0 0 0 9.79 9H11V17H19L21 19H22V13M7.5 9A1 1 0 1 1 8.5 8A1 1 0 0 1 7.5 9Z\" /></svg></li><li title=\"relation zero or many to one or many \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-relation-zero-or-many-to-one-or-many\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 13L19 15V13H17V15H13V7H9.79A2.5 2.5 0 0 0 5.21 7H5L3 5H2V11H3L5 9H5.21A2.5 2.5 0 0 0 9.79 9H11V17H17V19H19V17L21 19H22V13M7.5 9A1 1 0 1 1 8.5 8A1 1 0 0 1 7.5 9Z\" /></svg></li><li title=\"relation zero or many to one \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-relation-zero-or-many-to-one\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 15V13H17V15H13V7H9.79A2.5 2.5 0 0 0 5.21 7H5L3 5H2V11H3L5 9H5.21A2.5 2.5 0 0 0 9.79 9H11V17H17V19H19V17H22V15M7.5 9A1 1 0 1 1 8.5 8A1 1 0 0 1 7.5 9Z\" /></svg></li><li title=\"relation zero or many to only one \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-relation-zero-or-many-to-only-one\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 15V13H19V15H18V13H16V15H13V7H9.79A2.5 2.5 0 0 0 5.21 7H5L3 5H2V11H3L5 9H5.21A2.5 2.5 0 0 0 9.79 9H11V17H16V19H18V17H19V19H21V17H22V15M7.5 9A1 1 0 1 1 8.5 8A1 1 0 0 1 7.5 9Z\" /></svg></li><li title=\"relation zero or many to zero or many \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-relation-zero-or-many-to-zero-or-many\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 13L19 15H18.79A2.5 2.5 0 0 0 14.21 15H13V7H9.79A2.5 2.5 0 0 0 5.21 7H5L3 5H2V11H3L5 9H5.21A2.5 2.5 0 0 0 9.79 9H11V17H14.21A2.5 2.5 0 0 0 18.79 17H19L21 19H22V13M7.5 9A1 1 0 1 1 8.5 8A1 1 0 0 1 7.5 9M16.5 17A1 1 0 1 1 17.5 16A1 1 0 0 1 16.5 17Z\" /></svg></li><li title=\"relation zero or many to zero or one \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-relation-zero-or-many-to-zero-or-one\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 15V13H19V15H18.79A2.5 2.5 0 0 0 14.21 15H13V7H9.79A2.5 2.5 0 0 0 5.21 7H5L3 5H2V11H3L5 9H5.21A2.5 2.5 0 0 0 9.79 9H11V17H14.21A2.5 2.5 0 0 0 18.79 17H19V19H21V17H22V15M7.5 9A1 1 0 1 1 8.5 8A1 1 0 0 1 7.5 9M16.5 17A1 1 0 1 1 17.5 16A1 1 0 0 1 16.5 17Z\" /></svg></li><li title=\"relation zero or one to many \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-relation-zero-or-one-to-many\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 13L19 15H13V7H9.79A2.5 2.5 0 0 0 5.21 7H5V5H3V7H2V9H3V11H5V9H5.21A2.5 2.5 0 0 0 9.79 9H11V17H19L21 19H22V13M7.5 9A1 1 0 1 1 8.5 8A1 1 0 0 1 7.5 9Z\" /></svg></li><li title=\"relation zero or one to one or many \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-relation-zero-or-one-to-one-or-many\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 13L19 15V13H17V15H13V7H9.79A2.5 2.5 0 0 0 5.21 7H5V5H3V7H2V9H3V11H5V9H5.21A2.5 2.5 0 0 0 9.79 9H11V17H17V19H19V17L21 19H22V13M7.5 9A1 1 0 1 1 8.5 8A1 1 0 0 1 7.5 9Z\" /></svg></li><li title=\"relation zero or one to one \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-relation-zero-or-one-to-one\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 15V13H17V15H13V7H9.79A2.5 2.5 0 0 0 5.21 7H5V5H3V7H2V9H3V11H5V9H5.21A2.5 2.5 0 0 0 9.79 9H11V17H17V19H19V17H22V15M7.5 9A1 1 0 1 1 8.5 8A1 1 0 0 1 7.5 9Z\" /></svg></li><li title=\"relation zero or one to only one \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-relation-zero-or-one-to-only-one\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 15V13H19V15H18V13H16V15H13V7H9.79A2.5 2.5 0 0 0 5.21 7H5V5H3V7H2V9H3V11H5V9H5.21A2.5 2.5 0 0 0 9.79 9H11V17H16V19H18V17H19V19H21V17H22V15M7.5 9A1 1 0 1 1 8.5 8A1 1 0 0 1 7.5 9Z\" /></svg></li><li title=\"relation zero or one to zero or many \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-relation-zero-or-one-to-zero-or-many\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 13L19 15H18.79A2.5 2.5 0 0 0 14.21 15H13V7H9.79A2.5 2.5 0 0 0 5.21 7H5V5H3V7H2V9H3V11H5V9H5.21A2.5 2.5 0 0 0 9.79 9H11V17H14.21A2.5 2.5 0 0 0 18.79 17H19L21 19H22V13M7.5 9A1 1 0 1 1 8.5 8A1 1 0 0 1 7.5 9M16.5 17A1 1 0 1 1 17.5 16A1 1 0 0 1 16.5 17Z\" /></svg></li><li title=\"relation zero or one to zero or one \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-relation-zero-or-one-to-zero-or-one\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 15V13H19V15H18.79A2.5 2.5 0 0 0 14.21 15H13V7H9.79A2.5 2.5 0 0 0 5.21 7H5V5H3V7H2V9H3V11H5V9H5.21A2.5 2.5 0 0 0 9.79 9H11V17H14.21A2.5 2.5 0 0 0 18.79 17H19V19H21V17H22V15M7.5 9A1 1 0 1 1 8.5 8A1 1 0 0 1 7.5 9M16.5 17A1 1 0 1 1 17.5 16A1 1 0 0 1 16.5 17Z\" /></svg></li><li title=\"relative scale \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-relative-scale\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,18H4V6H20M20,4H4C2.89,4 2,4.89 2,6V18A2,2 0 0,0 4,20H20A2,2 0 0,0 22,18V6C22,4.89 21.1,4 20,4M12,10H10V12H12M8,10H6V12H8M16,14H14V16H16M16,10H14V12H16V10Z\" /></svg></li><li title=\"reload alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-reload-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2 12C2 17 6 21 11 21C13.4 21 15.7 20.1 17.4 18.4L15.9 16.9C14.6 18.3 12.9 19 11 19C4.8 19 1.6 11.5 6.1 7.1S18 5.8 18 12H15L19 16H19.1L23 12H20C20 7 16 3 11 3S2 7 2 12M10 15H12V17H10V15M10 7H12V13H10V7\" /></svg></li><li title=\"reload \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-reload\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2 12C2 16.97 6.03 21 11 21C13.39 21 15.68 20.06 17.4 18.4L15.9 16.9C14.63 18.25 12.86 19 11 19C4.76 19 1.64 11.46 6.05 7.05C10.46 2.64 18 5.77 18 12H15L19 16H19.1L23 12H20C20 7.03 15.97 3 11 3C6.03 3 2 7.03 2 12Z\" /></svg></li><li title=\"reminder \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-reminder\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.25,3C7.9,3 8.5,3.21 9,3.56V3A2,2 0 0,1 11,1A2,2 0 0,1 13,3V3.57C13.5,3.22 14.1,3 14.75,3A3,3 0 0,1 17.75,6C17.75,7.58 16.54,8.87 15,9H13V10H14.24L14.72,10.13L19.31,12.42C20.13,12.73 20.53,13.34 20.53,14.25L20.5,14.39V14.53L19.5,21.28C19.44,21.75 19.22,22.16 18.84,22.5C18.47,22.84 18.05,23 17.58,23H10C9.45,23 9,22.81 8.58,22.41L2,15.84L3.05,14.77C3.33,14.5 3.69,14.34 4.13,14.34H4.45L9,15.33V10L9,9H7V9C5.46,8.86 4.25,7.57 4.25,6A3,3 0 0,1 7.25,3M9,6A1.75,1.75 0 0,0 7.25,4.25A1.75,1.75 0 0,0 5.5,6C5.5,6.88 6.15,7.61 7,7.73V7.75H9V6M15,7.75V7.74C15.85,7.62 16.5,6.89 16.5,6C16.5,5.04 15.72,4.26 14.75,4.26C13.78,4.26 13,5.04 13,6V7.75H15Z\" /></svg></li><li title=\"remote desktop \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-remote-desktop\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,2A2,2 0 0,0 1,4V16C1,17.11 1.9,18 3,18H10V20H8V22H16V20H14V18H21A2,2 0 0,0 23,16V4A2,2 0 0,0 21,2M3,4H21V16H3M15,5L11.5,8.5L15,12L16.4,10.6L14.3,8.5L16.4,6.4M9,8L7.6,9.4L9.7,11.5L7.6,13.6L9,15L12.5,11.5\" /></svg></li><li title=\"remote off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-remote-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,5.27L3.28,4L21,21.72L19.73,23L16,19.27V22A1,1 0 0,1 15,23H9C8.46,23 8,22.55 8,22V11.27L2,5.27M12,0C15.05,0 17.8,1.23 19.77,3.23L18.36,4.64C16.75,3 14.5,2 12,2C9.72,2 7.64,2.85 6.06,4.24L4.64,2.82C6.59,1.07 9.17,0 12,0M12,4C13.94,4 15.69,4.78 16.95,6.05L15.55,7.46C14.64,6.56 13.39,6 12,6C10.83,6 9.76,6.4 8.9,7.08L7.5,5.66C8.7,4.62 10.28,4 12,4M15,9C15.56,9 16,9.45 16,10V14.18L13.5,11.69L13.31,11.5L10.82,9H15M10.03,13.3C10.16,14.16 10.84,14.85 11.71,15L10.03,13.3Z\" /></svg></li><li title=\"remote tv off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-remote-tv-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,5.27L3.28,4L20,20.72L18.73,22L17,20.25C16.86,21.24 16,22 15,22H9A2,2 0 0,1 7,20V10.27L2,5.27M9,2H11V4H13V2H15A2,2 0 0,1 17,4V15.18L13,11.18V10H15V8H13V6H11V8H9.82L7,5.18V4A2,2 0 0,1 9,2M9,20H11V18H9V20M13,20H15V18.27L14.73,18H13V20M9,14V16H11V14.27L10.73,14H9Z\" /></svg></li><li title=\"remote tv \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-remote-tv\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,2C7.89,2 7,2.89 7,4V20C7,21.11 7.89,22 9,22H15C16.11,22 17,21.11 17,20V4C17,2.89 16.11,2 15,2H13V4H11V2H9M11,6H13V8H15V10H13V12H11V10H9V8H11V6M9,14H11V16H9V14M13,14H15V16H13V14M9,18H11V20H9V18M13,18H15V20H13V18Z\" /></svg></li><li title=\"remote \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-remote\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,0C8.96,0 6.21,1.23 4.22,3.22L5.63,4.63C7.26,3 9.5,2 12,2C14.5,2 16.74,3 18.36,4.64L19.77,3.23C17.79,1.23 15.04,0 12,0M7.05,6.05L8.46,7.46C9.37,6.56 10.62,6 12,6C13.38,6 14.63,6.56 15.54,7.46L16.95,6.05C15.68,4.78 13.93,4 12,4C10.07,4 8.32,4.78 7.05,6.05M12,15A2,2 0 0,1 10,13A2,2 0 0,1 12,11A2,2 0 0,1 14,13A2,2 0 0,1 12,15M15,9H9A1,1 0 0,0 8,10V22A1,1 0 0,0 9,23H15A1,1 0 0,0 16,22V10A1,1 0 0,0 15,9Z\" /></svg></li><li title=\"rename box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-rename-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18,17H10.5L12.5,15H18M6,17V14.5L13.88,6.65C14.07,6.45 14.39,6.45 14.59,6.65L16.35,8.41C16.55,8.61 16.55,8.92 16.35,9.12L8.47,17M19,3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3Z\" /></svg></li><li title=\"reorder horizontal \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-reorder-horizontal\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,15H21V13H3V15M3,19H21V17H3V19M3,11H21V9H3V11M3,5V7H21V5H3Z\" /></svg></li><li title=\"reorder vertical \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-reorder-vertical\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,3V21H11V3H9M5,3V21H7V3H5M13,3V21H15V3H13M19,3H17V21H19V3Z\" /></svg></li><li title=\"repeat off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-repeat-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,5.27L3.28,4L20,20.72L18.73,22L15.73,19H7V22L3,18L7,14V17H13.73L7,10.27V11H5V8.27L2,5.27M17,13H19V17.18L17,15.18V13M17,5V2L21,6L17,10V7H8.82L6.82,5H17Z\" /></svg></li><li title=\"repeat once \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-repeat-once\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,15V9H12L10,10V11H11.5V15M17,17H7V14L3,18L7,22V19H19V13H17M7,7H17V10L21,6L17,2V5H5V11H7V7Z\" /></svg></li><li title=\"repeat variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-repeat-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,5.75L10.25,10H7V16H13.5L15.5,18H7A2,2 0 0,1 5,16V10H1.75L6,5.75M18,18.25L13.75,14H17V8H10.5L8.5,6H17A2,2 0 0,1 19,8V14H22.25L18,18.25Z\" /></svg></li><li title=\"repeat \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-repeat\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,17H7V14L3,18L7,22V19H19V13H17M7,7H17V10L21,6L17,2V5H5V11H7V7Z\" /></svg></li><li title=\"replay \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-replay\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,5V1L7,6L12,11V7A6,6 0 0,1 18,13A6,6 0 0,1 12,19A6,6 0 0,1 6,13H4A8,8 0 0,0 12,21A8,8 0 0,0 20,13A8,8 0 0,0 12,5Z\" /></svg></li><li title=\"reply all outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-reply-all-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,9.8V10.7L12.7,10.9C15.3,11.3 17.2,12.3 18.6,13.6C16.9,13.1 15.1,12.8 13,12.8H11V14.1L8.8,12L11,9.8M13,5L6,12L13,19V14.9C18,14.9 21.5,16.5 24,20C23,15 20,10 13,9M7,8V5L0,12L7,19V16L3,12\" /></svg></li><li title=\"reply all \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-reply-all\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,9V5L6,12L13,19V14.9C18,14.9 21.5,16.5 24,20C23,15 20,10 13,9M7,8V5L0,12L7,19V16L3,12L7,8Z\" /></svg></li><li title=\"reply circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-reply-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2 12C2 17.5 6.5 22 12 22S22 17.5 22 12 17.5 2 12 2 2 6.5 2 12M5 11L10 6V9C15.06 9.73 17.28 13.33 18 17C16.19 14.43 13.61 13 10 13V16L5 11Z\" /></svg></li><li title=\"reply outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-reply-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8,9.8V10.7L9.7,11C12.3,11.4 14.2,12.4 15.6,13.7C13.9,13.2 12.1,12.9 10,12.9H8V14.2L5.8,12L8,9.8M10,5L3,12L10,19V14.9C15,14.9 18.5,16.5 21,20C20,15 17,10 10,9\" /></svg></li><li title=\"reply \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-reply\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,9V5L3,12L10,19V14.9C15,14.9 18.5,16.5 21,20C20,15 17,10 10,9Z\" /></svg></li><li title=\"reproduction \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-reproduction\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12.72,13.15L13.62,12.26C13.6,11 14.31,9.44 15.62,8.14C17.57,6.18 20.11,5.55 21.28,6.72C22.45,7.89 21.82,10.43 19.86,12.38C18.56,13.69 17,14.4 15.74,14.38L14.85,15.28C14.5,15.61 14,15.66 13.6,15.41C12.76,15.71 12,16.08 11.56,16.8C11.03,17.68 11.03,19.1 10.47,19.95C9.91,20.81 8.79,21.1 7.61,21.1C6.43,21.1 5,21 3.95,19.5L6.43,19.92C7,20 8.5,19.39 9.05,18.54C9.61,17.68 9.61,16.27 10.14,15.38C10.61,14.6 11.5,14.23 12.43,13.91C12.42,13.64 12.5,13.36 12.72,13.15M7,2A5,5 0 0,1 12,7A5,5 0 0,1 7,12A5,5 0 0,1 2,7A5,5 0 0,1 7,2M7,4A3,3 0 0,0 4,7A3,3 0 0,0 7,10A3,3 0 0,0 10,7A3,3 0 0,0 7,4Z\" /></svg></li><li title=\"resistor nodes \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-resistor-nodes\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,11H3.67C4.08,9.83 5.19,9 6.5,9A3,3 0 0,1 9.5,12C9.5,12.65 9.29,13.25 8.94,13.74L10.07,15.35L13.11,4L14.61,6.13L16.7,9.11L17.5,9C18.81,9 19.92,9.83 20.33,11H22V13H20.33C19.92,14.17 18.81,15 17.5,15A3,3 0 0,1 14.5,12C14.5,11.35 14.71,10.75 15.06,10.26L13.93,8.65L10.89,20L7.3,14.89C7.05,14.96 6.78,15 6.5,15C5.19,15 4.08,14.17 3.67,13H2V11M17.5,10.5A1.5,1.5 0 0,0 16,12A1.5,1.5 0 0,0 17.5,13.5A1.5,1.5 0 0,0 19,12A1.5,1.5 0 0,0 17.5,10.5M6.5,10.5A1.5,1.5 0 0,0 5,12A1.5,1.5 0 0,0 6.5,13.5A1.5,1.5 0 0,0 8,12A1.5,1.5 0 0,0 6.5,10.5Z\" /></svg></li><li title=\"resistor \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-resistor\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,11H7L10.07,15.35L13.11,4L18,11H22V13H17L13.93,8.65L10.89,20L6,13H2V11Z\" /></svg></li><li title=\"resize bottom right \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-resize-bottom-right\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,22H20V20H22V22M22,18H20V16H22V18M18,22H16V20H18V22M18,18H16V16H18V18M14,22H12V20H14V22M22,14H20V12H22V14Z\" /></svg></li><li title=\"resize \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-resize\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10.59,12L14.59,8H11V6H18V13H16V9.41L12,13.41V16H20V4H8V12H10.59M22,2V18H12V22H2V12H6V2H22M10,14H4V20H10V14Z\" /></svg></li><li title=\"responsive \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-responsive\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,6V16H9V12A2,2 0 0,1 11,10H16A2,2 0 0,1 18,12V16H20V6H4M0,20V18H4A2,2 0 0,1 2,16V6A2,2 0 0,1 4,4H20A2,2 0 0,1 22,6V16A2,2 0 0,1 20,18H24V20H18V20C18,21.11 17.1,22 16,22H11A2,2 0 0,1 9,20H9L0,20M11.5,20A0.5,0.5 0 0,0 11,20.5A0.5,0.5 0 0,0 11.5,21A0.5,0.5 0 0,0 12,20.5A0.5,0.5 0 0,0 11.5,20M15.5,20A0.5,0.5 0 0,0 15,20.5A0.5,0.5 0 0,0 15.5,21A0.5,0.5 0 0,0 16,20.5A0.5,0.5 0 0,0 15.5,20M13,20V21H14V20H13M11,12V19H16V12H11Z\" /></svg></li><li title=\"restart alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-restart-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10 4.03V.633L5 5.63L10 10.63V6.03C11.5 6.03 13.11 6.63 14.21 7.73C16.5 10.13 16.5 13.93 14.21 16.23C12.91 17.53 11.11 18.13 9.4 17.93L8.9 19.93C11.31 20.23 13.81 19.53 15.61 17.63C18.7 14.53 18.7 9.43 15.61 6.33C14.11 4.83 12.11 4.03 10 4.03M4.31 17.63C5.11 18.43 6 19.03 7 19.43L7.61 17.43C6.91 17.13 6.31 16.73 5.81 16.23C3.91 14.43 3.5 11.63 4.61 9.43L3.11 7.93C1.31 11.03 1.71 15.03 4.31 17.63M20 13H22V7H20V13M20 17H22V15H20V17Z\" /></svg></li><li title=\"restart off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-restart-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.8,22.7L16.6,18.5C14.9,19.7 12.9,20.2 10.9,19.9L11.4,17.9C12.7,18 14,17.7 15.1,17L1.1,3L2.4,1.7L16.5,15.8L17.9,17.2L22.1,21.4L20.8,22.7M12,6C13.5,6 15.1,6.6 16.2,7.8C18,9.6 18.4,12.2 17.5,14.4L19,15.9C20.7,12.9 20.2,9 17.6,6.4C16.1,4.8 14,4 12,4V0.7L7.9,4.7L12,8.8V6M6.6,9.4L5.1,7.9C3.3,11 3.7,15 6.3,17.7C7.1,18.4 8,19 9,19.4L9.5,17.4C8.9,17.1 8.3,16.7 7.7,16.2C5.9,14.4 5.5,11.6 6.6,9.4Z\" /></svg></li><li title=\"restart \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-restart\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,4C14.1,4 16.1,4.8 17.6,6.3C20.7,9.4 20.7,14.5 17.6,17.6C15.8,19.5 13.3,20.2 10.9,19.9L11.4,17.9C13.1,18.1 14.9,17.5 16.2,16.2C18.5,13.9 18.5,10.1 16.2,7.7C15.1,6.6 13.5,6 12,6V10.6L7,5.6L12,0.6V4M6.3,17.6C3.7,15 3.3,11 5.1,7.9L6.6,9.4C5.5,11.6 5.9,14.4 7.8,16.2C8.3,16.7 8.9,17.1 9.6,17.4L9,19.4C8,19 7.1,18.4 6.3,17.6Z\" /></svg></li><li title=\"restore alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-restore-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 3C8 3 4 7 4 12H1L4.9 15.9L5 16L9 12H6C6 8.1 9.1 5 13 5S20 8.1 20 12 16.9 19 13 19C11.1 19 9.3 18.2 8.1 16.9L6.7 18.3C8.3 20 10.5 21 13 21C18 21 22 17 22 12S18 3 13 3M12 15H14V17H12V15M12 7H14V13H12V7\" /></svg></li><li title=\"restore \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-restore\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,3A9,9 0 0,0 4,12H1L4.89,15.89L4.96,16.03L9,12H6A7,7 0 0,1 13,5A7,7 0 0,1 20,12A7,7 0 0,1 13,19C11.07,19 9.32,18.21 8.06,16.94L6.64,18.36C8.27,20 10.5,21 13,21A9,9 0 0,0 22,12A9,9 0 0,0 13,3Z\" /></svg></li><li title=\"rewind 10 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-rewind-10\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12.5,3C17.15,3 21.08,6.03 22.47,10.22L20.1,11C19.05,7.81 16.04,5.5 12.5,5.5C10.54,5.5 8.77,6.22 7.38,7.38L10,10H3V3L5.6,5.6C7.45,4 9.85,3 12.5,3M10,12V22H8V14H6V12H10M18,14V20C18,21.11 17.11,22 16,22H14A2,2 0 0,1 12,20V14A2,2 0 0,1 14,12H16C17.11,12 18,12.9 18,14M14,14V20H16V14H14Z\" /></svg></li><li title=\"rewind 15 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-rewind-15\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12.5 3C17.15 3 21.08 6.03 22.47 10.22L20.1 11C19.05 7.81 16.04 5.5 12.5 5.5C10.54 5.5 8.77 6.22 7.38 7.38L10 10H3V3L5.6 5.6C7.45 4 9.85 3 12.5 3M10 12V22H8V14H6V12H10M12 12H18V14H14V16H16C17.11 16 18 16.9 18 18V20C18 21.11 17.11 22 16 22H12V20H16V18H12V12Z\" /></svg></li><li title=\"rewind 30 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-rewind-30\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,14V20C19,21.11 18.11,22 17,22H15A2,2 0 0,1 13,20V14A2,2 0 0,1 15,12H17C18.11,12 19,12.9 19,14M15,14V20H17V14H15M11,20C11,21.11 10.1,22 9,22H5V20H9V18H7V16H9V14H5V12H9A2,2 0 0,1 11,14V15.5A1.5,1.5 0 0,1 9.5,17A1.5,1.5 0 0,1 11,18.5V20M12.5,3C17.15,3 21.08,6.03 22.47,10.22L20.1,11C19.05,7.81 16.04,5.5 12.5,5.5C10.54,5.5 8.77,6.22 7.38,7.38L10,10H3V3L5.6,5.6C7.45,4 9.85,3 12.5,3Z\" /></svg></li><li title=\"rewind 5 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-rewind-5\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12.5 3C17.15 3 21.08 6.03 22.47 10.22L20.1 11C19.05 7.81 16.04 5.5 12.5 5.5C10.54 5.5 8.77 6.22 7.38 7.38L10 10H3V3L5.6 5.6C7.45 4 9.85 3 12.5 3M9 12H15V14H11V16H13C14.11 16 15 16.9 15 18V20C15 21.11 14.11 22 13 22H9V20H13V18H9V12Z\" /></svg></li><li title=\"rewind 60 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-rewind-60\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 14V20C19 21.1 18.1 22 17 22H15C13.9 22 13 21.1 13 20V14C13 12.9 13.9 12 15 12H17C18.1 12 19 12.9 19 14M15 14V20H17V14H15M12.5 3C17.1 3 21.1 6 22.5 10.2L20.1 11C19 7.8 16 5.5 12.5 5.5C10.5 5.5 8.8 6.2 7.4 7.4L10 10H3V3L5.6 5.6C7.4 4 9.9 3 12.5 3M7 12C5.9 12 5 12.9 5 14V20C5 21.1 5.9 22 7 22H9C10.1 22 11 21.1 11 20V18C11 16.9 10.1 16 9 16H7V14H11V12H7M7 18H9V20H7V18Z\" /></svg></li><li title=\"rewind outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-rewind-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,9.9L7,12L10,14.1V9.9M19,9.9L16,12L19,14.1V9.9M12,6V18L3.5,12L12,6M21,6V18L12.5,12L21,6Z\" /></svg></li><li title=\"rewind \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-rewind\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.5,12L20,18V6M11,18V6L2.5,12L11,18Z\" /></svg></li><li title=\"rhombus medium outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-rhombus-medium-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 6.46C11.72 6.46 11.44 6.56 11.22 6.78L6.78 11.22C6.35 11.65 6.35 12.35 6.78 12.78L11.22 17.22C11.65 17.65 12.35 17.65 12.78 17.22L17.22 12.78C17.65 12.35 17.65 11.65 17.22 11.22L12.78 6.78C12.56 6.56 12.28 6.46 12 6.46M12 8.83L15.17 12L12 15.17L8.83 12L12 8.83Z\" /></svg></li><li title=\"rhombus medium \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-rhombus-medium\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 6.46C11.72 6.46 11.44 6.56 11.22 6.78L6.78 11.22C6.35 11.65 6.35 12.35 6.78 12.78L11.22 17.22C11.65 17.65 12.35 17.65 12.78 17.22L17.22 12.78C17.65 12.35 17.65 11.65 17.22 11.22L12.78 6.78C12.56 6.56 12.28 6.46 12 6.46Z\" /></svg></li><li title=\"rhombus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-rhombus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2C11.5 2 11 2.19 10.59 2.59L2.59 10.59C1.8 11.37 1.8 12.63 2.59 13.41L10.59 21.41C11.37 22.2 12.63 22.2 13.41 21.41L21.41 13.41C22.2 12.63 22.2 11.37 21.41 10.59L13.41 2.59C13 2.19 12.5 2 12 2M12 4L20 12L12 20L4 12Z\" /></svg></li><li title=\"rhombus split outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-rhombus-split-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2C11.5 2 11 2.19 10.59 2.59L2.59 10.59C1.8 11.37 1.8 12.63 2.59 13.41L10.59 21.41C11.37 22.2 12.63 22.2 13.41 21.41L21.41 13.41C22.2 12.63 22.2 11.37 21.41 10.59L13.41 2.59C13 2.19 12.5 2 12 2M12 4L15.29 7.29L12 10.59L8.71 7.29L12 4M7.29 8.71L10.59 12L7.29 15.29L4 12L7.29 8.71M16.71 8.71L20 12L16.71 15.29L13.41 12L16.71 8.71M12 13.41L15.29 16.71L12 20L8.71 16.71L12 13.41Z\" /></svg></li><li title=\"rhombus split \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-rhombus-split\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2C11.5 2 11 2.19 10.59 2.59L7.29 5.88L12 10.58L16.71 5.88L13.41 2.59C13 2.19 12.5 2 12 2M5.88 7.29L2.59 10.59C1.8 11.37 1.8 12.63 2.59 13.41L5.88 16.71L10.58 12L5.88 7.29M18.12 7.29L13.42 12L18.12 16.71L21.41 13.41C22.2 12.63 22.2 11.37 21.41 10.59L18.12 7.29M12 13.42L7.29 18.12L10.59 21.41C11.37 22.2 12.63 22.2 13.41 21.41L16.71 18.12L12 13.42Z\" /></svg></li><li title=\"rhombus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-rhombus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2C11.5 2 11 2.19 10.59 2.59L2.59 10.59C1.8 11.37 1.8 12.63 2.59 13.41L10.59 21.41C11.37 22.2 12.63 22.2 13.41 21.41L21.41 13.41C22.2 12.63 22.2 11.37 21.41 10.59L13.41 2.59C13 2.19 12.5 2 12 2Z\" /></svg></li><li title=\"ribbon \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ribbon\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.41,19.31L16.59,22.5L18,21.07L14.83,17.9M15.54,11.53H15.53L12,15.07L8.47,11.53H8.46V11.53C7.56,10.63 7,9.38 7,8A5,5 0 0,1 12,3A5,5 0 0,1 17,8C17,9.38 16.44,10.63 15.54,11.53M16.9,13C18.2,11.73 19,9.96 19,8A7,7 0 0,0 12,1A7,7 0 0,0 5,8C5,9.96 5.81,11.73 7.1,13V13L10.59,16.5L6,21.07L7.41,22.5L16.9,13Z\" /></svg></li><li title=\"rice \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-rice\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,11H19.7C19.4,9.9 18.9,8.8 18.2,8L21.6,2.6L19.9,1.5L16.7,6.6C16.3,6.3 16,6.1 15.5,5.9L16.4,2.3L14.5,1.8L13.7,5.2C13.1,5.1 12.6,5 12,5C8.3,5 5.2,7.6 4.3,11H2C2,15.1 4.5,18.6 8,20.2V22H16V20.2C19.5,18.6 22,15.1 22,11M12,7C14.6,7 16.8,8.7 17.6,11H6.4C7.2,8.7 9.4,7 12,7Z\" /></svg></li><li title=\"rickshaw electric \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-rickshaw-electric\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 12.05V10.73C20 10.26 19.84 9.8 19.54 9.44L15.6 4.72C15.22 4.26 14.66 4 14.06 4H4C2.9 4 2 4.9 2 6V13C2 14.1 2.9 15 4 15H4.05C4.28 16.14 5.29 17 6.5 17S8.72 16.14 8.95 15H17.05C17.28 16.14 18.29 17 19.5 17C20.88 17 22 15.88 22 14.5C22 13.29 21.14 12.28 20 12.05M3.5 6C3.5 5.73 3.73 5.5 4 5.5H7V10H3.5V6M6.5 15.5C5.95 15.5 5.5 15.05 5.5 14.5S5.95 13.5 6.5 13.5 7.5 13.95 7.5 14.5 7.05 15.5 6.5 15.5M13 13.5H9V12H11V10H9V5.5H13V13.5M15 6.34L18.05 10H15V6.34M19.5 15.5C18.95 15.5 18.5 15.05 18.5 14.5S18.95 13.5 19.5 13.5 20.5 13.95 20.5 14.5 20.05 15.5 19.5 15.5M11 20H7L13 23V21H17L11 18V20Z\" /></svg></li><li title=\"rickshaw \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-rickshaw\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 14.05V12.73C20 12.26 19.84 11.8 19.54 11.44L15.6 6.72C15.22 6.26 14.66 6 14.06 6H4C2.9 6 2 6.9 2 8V15C2 16.1 2.9 17 4 17H4.05C4.28 18.14 5.29 19 6.5 19S8.72 18.14 8.95 17H17.05C17.28 18.14 18.29 19 19.5 19C20.88 19 22 17.88 22 16.5C22 15.29 21.14 14.28 20 14.05M3.5 8C3.5 7.73 3.73 7.5 4 7.5H7V12H3.5V8M6.5 17.5C5.95 17.5 5.5 17.05 5.5 16.5S5.95 15.5 6.5 15.5 7.5 15.95 7.5 16.5 7.05 17.5 6.5 17.5M13 15.5H9V14H11V12H9V7.5H13V15.5M15 8.34L18.05 12H15V8.34M19.5 17.5C18.95 17.5 18.5 17.05 18.5 16.5S18.95 15.5 19.5 15.5 20.5 15.95 20.5 16.5 20.05 17.5 19.5 17.5Z\" /></svg></li><li title=\"ring \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ring\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,10L8,4.4L9.6,2H14.4L16,4.4L12,10M15.5,6.8L14.3,8.5C16.5,9.4 18,11.5 18,14A6,6 0 0,1 12,20A6,6 0 0,1 6,14C6,11.5 7.5,9.4 9.7,8.5L8.5,6.8C5.8,8.1 4,10.8 4,14A8,8 0 0,0 12,22A8,8 0 0,0 20,14C20,10.8 18.2,8.1 15.5,6.8Z\" /></svg></li><li title=\"rivet \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-rivet\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.43,2C10.61,2 9.94,2.65 9.94,3.5C9.94,4.64 9.94,5.8 9.94,6.96H7.95V7.95H15.91V6.96H13.92C13.92,5.8 13.92,4.64 13.92,3.5C13.92,2.65 13.25,2 12.43,2H11.43M10.94,8.95V21.87L11.93,22.87L12.92,21.87V8.95H10.94Z\" /></svg></li><li title=\"road variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-road-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.1,4.8C18,4.3 17.6,4 17.1,4H13L13.2,7H10.8L11,4H6.8C6.3,4 5.9,4.4 5.8,4.8L3.1,18.8C3,19.4 3.5,20 4.1,20H10L10.3,15H13.7L14,20H19.8C20.4,20 20.9,19.4 20.8,18.8L18.1,4.8M10.4,13L10.6,9H13.2L13.4,13H10.4Z\" /></svg></li><li title=\"road \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-road\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,16H13V20H11M11,10H13V14H11M11,4H13V8H11M4,22H20V2H4V22Z\" /></svg></li><li title=\"robber \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-robber\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10.7 12.5C10.7 12.8 9.4 13.2 8.4 13.2S6.3 12.5 6.3 12.3C6.3 12 7 11.1 8.6 11C9.5 10.9 10.5 11.5 10.7 12.5M15.4 11C14.4 10.9 13.5 11.5 13.3 12.5C13.3 12.8 14.5 13.2 15.6 13.2C16.7 13.2 17.7 12.5 17.7 12.3S17 11.1 15.4 11M22 12C22 17.5 17.5 22 12 22S2 17.5 2 12 6.5 2 12 2 22 6.5 22 12M20 11.2C20 9.2 19.3 8.5 16.7 8.5C14.1 8.5 13.3 9.6 12 9.6S10 8.5 7.3 8.5 4 9.1 4 11.2C4 14.6 5.5 16.5 7.6 16.5C9.2 16.5 10.4 14.5 12 14.5S14.7 16.5 16.4 16.5C18.5 16.5 20 14.6 20 11.2Z\" /></svg></li><li title=\"robot angry outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-robot-angry-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 14H21C21 10.13 17.87 7 14 7H13V5.73C13.6 5.39 14 4.74 14 4C14 2.9 13.11 2 12 2S10 2.9 10 4C10 4.74 10.4 5.39 11 5.73V7H10C6.13 7 3 10.13 3 14H2C1.45 14 1 14.45 1 15V18C1 18.55 1.45 19 2 19H3V20C3 21.11 3.9 22 5 22H19C20.11 22 21 21.11 21 20V19H22C22.55 19 23 18.55 23 18V15C23 14.45 22.55 14 22 14M21 17H19V20H5V17H3V16H5V14C5 11.24 7.24 9 10 9H14C16.76 9 19 11.24 19 14V16H21V17M17.5 15.5C17.5 16.61 16.61 17.5 15.5 17.5C14.53 17.5 13.73 16.81 13.54 15.9L16.5 13.78C17.1 14.13 17.5 14.76 17.5 15.5M7.5 13.78L10.46 15.9C10.28 16.81 9.47 17.5 8.5 17.5C7.4 17.5 6.5 16.61 6.5 15.5C6.5 14.76 6.9 14.13 7.5 13.78Z\" /></svg></li><li title=\"robot angry \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-robot-angry\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 14H21C21 10.13 17.87 7 14 7H13V5.73C13.6 5.39 14 4.74 14 4C14 2.9 13.11 2 12 2S10 2.9 10 4C10 4.74 10.4 5.39 11 5.73V7H10C6.13 7 3 10.13 3 14H2C1.45 14 1 14.45 1 15V18C1 18.55 1.45 19 2 19H3V20C3 21.11 3.9 22 5 22H19C20.11 22 21 21.11 21 20V19H22C22.55 19 23 18.55 23 18V15C23 14.45 22.55 14 22 14M7.5 18C6.12 18 5 16.88 5 15.5C5 14.68 5.4 13.96 6 13.5L9.83 16.38C9.5 17.32 8.57 18 7.5 18M16.5 18C15.43 18 14.5 17.32 14.17 16.38L18 13.5C18.6 13.96 19 14.68 19 15.5C19 16.88 17.88 18 16.5 18Z\" /></svg></li><li title=\"robot confused outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-robot-confused-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 8H20V9H19V8M20 5H19V7H20V6H20.5C20.78 6 21 5.78 21 5.5V3.5C21 3.22 20.78 3 20.5 3H18V4H20V5M17 3H16V7H17V3M13.5 15.5C13.5 16.61 14.4 17.5 15.5 17.5S17.5 16.61 17.5 15.5 16.61 13.5 15.5 13.5 13.5 14.4 13.5 15.5M17 8H16V9H17V8M22 14H21C21 12.5 20.53 11.13 19.74 10H16.97C18.19 10.91 19 12.36 19 14V16H21V17H19V20H5V17H3V16H5V14C5 11.24 7.24 9 10 9H14C14.34 9 14.68 9.04 15 9.1V7.08C14.67 7.03 14.34 7 14 7H13V5.73C13.6 5.39 14 4.74 14 4C14 2.9 13.11 2 12 2S10 2.9 10 4C10 4.74 10.4 5.39 11 5.73V7H10C6.13 7 3 10.13 3 14H2C1.45 14 1 14.45 1 15V18C1 18.55 1.45 19 2 19H3V20C3 21.11 3.9 22 5 22H19C20.11 22 21 21.11 21 20V19H22C22.55 19 23 18.55 23 18V15C23 14.45 22.55 14 22 14M8.5 13.5C7.4 13.5 6.5 14.4 6.5 15.5S7.4 17.5 8.5 17.5 10.5 16.61 10.5 15.5 9.61 13.5 8.5 13.5Z\" /></svg></li><li title=\"robot confused \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-robot-confused\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 4H18V3H20.5C20.78 3 21 3.22 21 3.5V5.5C21 5.78 20.78 6 20.5 6H20V7H19V5H20V4M19 9H20V8H19V9M17 3H16V7H17V3M23 15V18C23 18.55 22.55 19 22 19H21V20C21 21.11 20.11 22 19 22H5C3.9 22 3 21.11 3 20V19H2C1.45 19 1 18.55 1 18V15C1 14.45 1.45 14 2 14H3C3 10.13 6.13 7 10 7H11V5.73C10.4 5.39 10 4.74 10 4C10 2.9 10.9 2 12 2S14 2.9 14 4C14 4.74 13.6 5.39 13 5.73V7H14C14.34 7 14.67 7.03 15 7.08V10H19.74C20.53 11.13 21 12.5 21 14H22C22.55 14 23 14.45 23 15M10 15.5C10 14.12 8.88 13 7.5 13S5 14.12 5 15.5 6.12 18 7.5 18 10 16.88 10 15.5M19 15.5C19 14.12 17.88 13 16.5 13S14 14.12 14 15.5 15.12 18 16.5 18 19 16.88 19 15.5M17 8H16V9H17V8Z\" /></svg></li><li title=\"robot dead outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-robot-dead-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10.62 14.44L9.56 15.5L10.62 16.56L9.56 17.62L8.5 16.56L7.44 17.62L6.38 16.56L7.44 15.5L6.38 14.44L7.44 13.38L8.5 14.44L9.56 13.38L10.62 14.44M16.56 13.38L15.5 14.44L14.44 13.38L13.38 14.44L14.44 15.5L13.38 16.56L14.44 17.62L15.5 16.56L16.56 17.62L17.62 16.56L16.56 15.5L17.62 14.44L16.56 13.38M23 15V18C23 18.55 22.55 19 22 19H21V20C21 21.11 20.11 22 19 22H5C3.9 22 3 21.11 3 20V19H2C1.45 19 1 18.55 1 18V15C1 14.45 1.45 14 2 14H3C3 10.13 6.13 7 10 7H11V5.73C10.4 5.39 10 4.74 10 4C10 2.9 10.9 2 12 2S14 2.9 14 4C14 4.74 13.6 5.39 13 5.73V7H14C17.87 7 21 10.13 21 14H22C22.55 14 23 14.45 23 15M21 16H19V14C19 11.24 16.76 9 14 9H10C7.24 9 5 11.24 5 14V16H3V17H5V20H19V17H21V16Z\" /></svg></li><li title=\"robot dead \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-robot-dead\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 14H21C21 10.13 17.87 7 14 7H13V5.73C13.6 5.39 14 4.74 14 4C14 2.9 13.11 2 12 2S10 2.9 10 4C10 4.74 10.4 5.39 11 5.73V7H10C6.13 7 3 10.13 3 14H2C1.45 14 1 14.45 1 15V18C1 18.55 1.45 19 2 19H3V20C3 21.11 3.9 22 5 22H19C20.11 22 21 21.11 21 20V19H22C22.55 19 23 18.55 23 18V15C23 14.45 22.55 14 22 14M9.86 16.68L8.68 17.86L7.5 16.68L6.32 17.86L5.14 16.68L6.32 15.5L5.14 14.32L6.32 13.14L7.5 14.32L8.68 13.14L9.86 14.32L8.68 15.5L9.86 16.68M18.86 16.68L17.68 17.86L16.5 16.68L15.32 17.86L14.14 16.68L15.32 15.5L14.14 14.32L15.32 13.14L16.5 14.32L17.68 13.14L18.86 14.32L17.68 15.5L18.86 16.68Z\" /></svg></li><li title=\"robot excited outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-robot-excited-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 14H21C21 10.13 17.87 7 14 7H13V5.73C13.6 5.39 14 4.74 14 4C14 2.9 13.11 2 12 2S10 2.9 10 4C10 4.74 10.4 5.39 11 5.73V7H10C6.13 7 3 10.13 3 14H2C1.45 14 1 14.45 1 15V18C1 18.55 1.45 19 2 19H3V20C3 21.11 3.9 22 5 22H19C20.11 22 21 21.11 21 20V19H22C22.55 19 23 18.55 23 18V15C23 14.45 22.55 14 22 14M21 17H19V20H5V17H3V16H5V14C5 11.24 7.24 9 10 9H14C16.76 9 19 11.24 19 14V16H21V17M8.5 13.5L10.86 15.86L9.68 17.04L8.5 15.86L7.32 17.04L6.14 15.86L8.5 13.5M15.5 13.5L17.86 15.86L16.68 17.04L15.5 15.86L14.32 17.04L13.14 15.86L15.5 13.5Z\" /></svg></li><li title=\"robot excited \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-robot-excited\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 14H21C21 10.13 17.87 7 14 7H13V5.73C13.6 5.39 14 4.74 14 4C14 2.9 13.11 2 12 2S10 2.9 10 4C10 4.74 10.4 5.39 11 5.73V7H10C6.13 7 3 10.13 3 14H2C1.45 14 1 14.45 1 15V18C1 18.55 1.45 19 2 19H3V20C3 21.11 3.9 22 5 22H19C20.11 22 21 21.11 21 20V19H22C22.55 19 23 18.55 23 18V15C23 14.45 22.55 14 22 14M8.68 17.04L7.5 15.86L6.32 17.04L5.14 15.86L7.5 13.5L9.86 15.86L8.68 17.04M17.68 17.04L16.5 15.86L15.32 17.04L14.14 15.86L16.5 13.5L18.86 15.86L17.68 17.04Z\" /></svg></li><li title=\"robot happy outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-robot-happy-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10.5 15.5C10.5 15.87 10.4 16.2 10.22 16.5C9.88 15.91 9.24 15.5 8.5 15.5S7.12 15.91 6.78 16.5C6.61 16.2 6.5 15.87 6.5 15.5C6.5 14.4 7.4 13.5 8.5 13.5S10.5 14.4 10.5 15.5M23 15V18C23 18.55 22.55 19 22 19H21V20C21 21.11 20.11 22 19 22H5C3.9 22 3 21.11 3 20V19H2C1.45 19 1 18.55 1 18V15C1 14.45 1.45 14 2 14H3C3 10.13 6.13 7 10 7H11V5.73C10.4 5.39 10 4.74 10 4C10 2.9 10.9 2 12 2S14 2.9 14 4C14 4.74 13.6 5.39 13 5.73V7H14C17.87 7 21 10.13 21 14H22C22.55 14 23 14.45 23 15M21 16H19V14C19 11.24 16.76 9 14 9H10C7.24 9 5 11.24 5 14V16H3V17H5V20H19V17H21V16M15.5 13.5C14.4 13.5 13.5 14.4 13.5 15.5C13.5 15.87 13.61 16.2 13.78 16.5C14.12 15.91 14.76 15.5 15.5 15.5S16.88 15.91 17.22 16.5C17.4 16.2 17.5 15.87 17.5 15.5C17.5 14.4 16.61 13.5 15.5 13.5Z\" /></svg></li><li title=\"robot happy \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-robot-happy\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 14H21C21 10.13 17.87 7 14 7H13V5.73C13.6 5.39 14 4.74 14 4C14 2.9 13.11 2 12 2S10 2.9 10 4C10 4.74 10.4 5.39 11 5.73V7H10C6.13 7 3 10.13 3 14H2C1.45 14 1 14.45 1 15V18C1 18.55 1.45 19 2 19H3V20C3 21.11 3.9 22 5 22H19C20.11 22 21 21.11 21 20V19H22C22.55 19 23 18.55 23 18V15C23 14.45 22.55 14 22 14M9.79 16.5C9.4 15.62 8.53 15 7.5 15S5.6 15.62 5.21 16.5C5.08 16.19 5 15.86 5 15.5C5 14.12 6.12 13 7.5 13S10 14.12 10 15.5C10 15.86 9.92 16.19 9.79 16.5M18.79 16.5C18.4 15.62 17.5 15 16.5 15S14.6 15.62 14.21 16.5C14.08 16.19 14 15.86 14 15.5C14 14.12 15.12 13 16.5 13S19 14.12 19 15.5C19 15.86 18.92 16.19 18.79 16.5Z\" /></svg></li><li title=\"robot industrial \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-robot-industrial\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.41,4L16,6.41V6.59L18.41,9H22V11H17.59L16,9.41V12H15A2,2 0 0,1 13,10V7.5H9.86C9.77,7.87 9.62,8.22 9.42,8.55L15.18,19H20A2,2 0 0,1 22,21V22H2V21A2,2 0 0,1 4,19H10.61L5.92,10.5C4.12,10.47 2.56,9.24 2.11,7.5C1.56,5.36 2.85,3.18 5,2.63C7.13,2.08 9.31,3.36 9.86,5.5H13V3A2,2 0 0,1 15,1H16V3.59L17.59,2H22V4H18.41M6,4.5A2,2 0 0,0 4,6.5A2,2 0 0,0 6,8.5A2,2 0 0,0 8,6.5A2,2 0 0,0 6,4.5Z\" /></svg></li><li title=\"robot love outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-robot-love-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 14H21C21 10.13 17.87 7 14 7H13V5.73C13.6 5.39 14 4.74 14 4C14 2.9 13.11 2 12 2S10 2.9 10 4C10 4.74 10.4 5.39 11 5.73V7H10C6.13 7 3 10.13 3 14H2C1.45 14 1 14.45 1 15V18C1 18.55 1.45 19 2 19H3V20C3 21.11 3.9 22 5 22H19C20.11 22 21 21.11 21 20V19H22C22.55 19 23 18.55 23 18V15C23 14.45 22.55 14 22 14M21 17H19V20H5V17H3V16H5V14C5 11.24 7.24 9 10 9H14C16.76 9 19 11.24 19 14V16H21V17M10.7 14C11.1 14.39 11.1 15.05 10.7 15.45L9.97 16.18L8.5 17.65L6.3 15.45C5.9 15.05 5.9 14.39 6.3 14C6.71 13.58 7.36 13.58 7.77 14L8.5 14.72L9.23 14C9.64 13.58 10.29 13.58 10.7 14M17.7 14C18.1 14.39 18.1 15.05 17.7 15.45L16.97 16.18L15.5 17.65L13.3 15.45C12.9 15.05 12.9 14.39 13.3 14C13.71 13.58 14.36 13.58 14.77 14L15.5 14.72L16.23 14C16.64 13.58 17.29 13.58 17.7 14Z\" /></svg></li><li title=\"robot love \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-robot-love\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 14H21C21 10.13 17.87 7 14 7H13V5.73C13.6 5.39 14 4.74 14 4C14 2.9 13.11 2 12 2S10 2.9 10 4C10 4.74 10.4 5.39 11 5.73V7H10C6.13 7 3 10.13 3 14H2C1.45 14 1 14.45 1 15V18C1 18.55 1.45 19 2 19H3V20C3 21.11 3.9 22 5 22H19C20.11 22 21 21.11 21 20V19H22C22.55 19 23 18.55 23 18V15C23 14.45 22.55 14 22 14M9.7 15.45L8.97 16.18L7.5 17.65L5.3 15.45C4.9 15.05 4.9 14.39 5.3 14C5.71 13.58 6.36 13.58 6.77 14L7.5 14.72L8.23 14C8.64 13.58 9.29 13.58 9.7 14C10.1 14.39 10.1 15.05 9.7 15.45M18.7 15.45L17.97 16.18L16.5 17.65L14.3 15.45C13.9 15.05 13.9 14.39 14.3 14C14.71 13.58 15.36 13.58 15.77 14L16.5 14.72L17.23 14C17.64 13.58 18.29 13.58 18.7 14C19.1 14.39 19.1 15.05 18.7 15.45Z\" /></svg></li><li title=\"robot mower outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-robot-mower-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M1 14C1 16.76 3.24 19 6 19C7.64 19 9.09 18.21 10 17H15.17C15.58 18.17 16.7 19 18 19C19.31 19 20.42 18.17 20.83 17H23V15C23 9.5 18.5 5 13 5H1V14M21 15H10.9C10.97 14.68 11 14.34 11 14C11 11.24 8.76 9 6 9C4.87 9 3.84 9.37 3 10V7H12.5C15.1 7 17.42 8.16 19 10H15V12H20.25C20.67 12.92 20.92 13.94 21 15M6 11C7.66 11 9 12.34 9 14C9 15.66 7.66 17 6 17C4.34 17 3 15.66 3 14C3 12.34 4.34 11 6 11Z\" /></svg></li><li title=\"robot mower \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-robot-mower\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M1 14V5H13C18.5 5 23 9.5 23 15V17H20.83C20.42 18.17 19.31 19 18 19C16.69 19 15.58 18.17 15.17 17H10C9.09 18.21 7.64 19 6 19C3.24 19 1 16.76 1 14M6 11C4.34 11 3 12.34 3 14C3 15.66 4.34 17 6 17C7.66 17 9 15.66 9 14C9 12.34 7.66 11 6 11M15 10V12H20.25C19.92 11.27 19.5 10.6 19 10H15Z\" /></svg></li><li title=\"robot off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-robot-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23 15V18C23 18.5 22.64 18.88 22.17 18.97L20.2 17H21V16H19.2L19 15.8V14C19 11.24 16.76 9 14 9H12.2L10.2 7H11V5.73C10.4 5.39 10 4.74 10 4C10 2.9 10.9 2 12 2S14 2.9 14 4C14 4.74 13.6 5.39 13 5.73V7H14C17.87 7 21 10.13 21 14H22C22.55 14 23 14.45 23 15M8.5 13.5C7.4 13.5 6.5 14.4 6.5 15.5S7.4 17.5 8.5 17.5 10.5 16.61 10.5 15.5 9.61 13.5 8.5 13.5M22.11 21.46L20.84 22.73L19.89 21.78C19.62 21.92 19.32 22 19 22H5C3.9 22 3 21.11 3 20V19H2C1.45 19 1 18.55 1 18V15C1 14.45 1.45 14 2 14H3C3 11.53 4.29 9.36 6.22 8.11L1.11 3L2.39 1.73L22.11 21.46M18.11 20L15.6 17.5C15.57 17.5 15.53 17.5 15.5 17.5C14.4 17.5 13.5 16.61 13.5 15.5C13.5 15.47 13.5 15.43 13.5 15.4L7.7 9.59C6.1 10.42 5 12.08 5 14V16H3V17H5V20H18.11Z\" /></svg></li><li title=\"robot off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-robot-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23 15V18C23 18.5 22.64 18.88 22.17 18.97L18.97 15.77C19 15.68 19 15.59 19 15.5C19 14.12 17.88 13 16.5 13C16.41 13 16.32 13 16.23 13.03L10.2 7H11V5.73C10.4 5.39 10 4.74 10 4C10 2.9 10.9 2 12 2S14 2.9 14 4C14 4.74 13.6 5.39 13 5.73V7H14C17.87 7 21 10.13 21 14H22C22.55 14 23 14.45 23 15M22.11 21.46L20.84 22.73L19.89 21.78C19.62 21.92 19.32 22 19 22H5C3.9 22 3 21.11 3 20V19H2C1.45 19 1 18.55 1 18V15C1 14.45 1.45 14 2 14H3C3 11.53 4.29 9.36 6.22 8.11L1.11 3L2.39 1.73L22.11 21.46M10 15.5C10 14.12 8.88 13 7.5 13S5 14.12 5 15.5 6.12 18 7.5 18 10 16.88 10 15.5M16.07 17.96L14.04 15.93C14.23 16.97 15.04 17.77 16.07 17.96Z\" /></svg></li><li title=\"robot outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-robot-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17.5 15.5C17.5 16.61 16.61 17.5 15.5 17.5S13.5 16.61 13.5 15.5 14.4 13.5 15.5 13.5 17.5 14.4 17.5 15.5M8.5 13.5C7.4 13.5 6.5 14.4 6.5 15.5S7.4 17.5 8.5 17.5 10.5 16.61 10.5 15.5 9.61 13.5 8.5 13.5M23 15V18C23 18.55 22.55 19 22 19H21V20C21 21.11 20.11 22 19 22H5C3.9 22 3 21.11 3 20V19H2C1.45 19 1 18.55 1 18V15C1 14.45 1.45 14 2 14H3C3 10.13 6.13 7 10 7H11V5.73C10.4 5.39 10 4.74 10 4C10 2.9 10.9 2 12 2S14 2.9 14 4C14 4.74 13.6 5.39 13 5.73V7H14C17.87 7 21 10.13 21 14H22C22.55 14 23 14.45 23 15M21 16H19V14C19 11.24 16.76 9 14 9H10C7.24 9 5 11.24 5 14V16H3V17H5V20H19V17H21V16Z\" /></svg></li><li title=\"robot vacuum variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-robot-vacuum-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,3A2,2 0 0,0 3,5V7H5V5H19V7H21V5A2,2 0 0,0 19,3H5M8,7V9H16V7H8M3,9V12A9,9 0 0,0 12,21A9,9 0 0,0 21,12V9H19V12A7,7 0 0,1 12,19A7,7 0 0,1 5,12V9H3M12,12A2.5,2.5 0 0,0 9.5,14.5A2.5,2.5 0 0,0 12,17A2.5,2.5 0 0,0 14.5,14.5A2.5,2.5 0 0,0 12,12Z\" /></svg></li><li title=\"robot vacuum \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-robot-vacuum\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2C14.65,2 17.19,3.06 19.07,4.93L17.65,6.35C16.15,4.85 14.12,4 12,4C9.88,4 7.84,4.84 6.35,6.35L4.93,4.93C6.81,3.06 9.35,2 12,2M3.66,6.5L5.11,7.94C4.39,9.17 4,10.57 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12C20,10.57 19.61,9.17 18.88,7.94L20.34,6.5C21.42,8.12 22,10.04 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12C2,10.04 2.58,8.12 3.66,6.5M12,6A6,6 0 0,1 18,12C18,13.59 17.37,15.12 16.24,16.24L14.83,14.83C14.08,15.58 13.06,16 12,16C10.94,16 9.92,15.58 9.17,14.83L7.76,16.24C6.63,15.12 6,13.59 6,12A6,6 0 0,1 12,6M12,8A1,1 0 0,0 11,9A1,1 0 0,0 12,10A1,1 0 0,0 13,9A1,1 0 0,0 12,8Z\" /></svg></li><li title=\"robot \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-robot\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A2,2 0 0,1 14,4C14,4.74 13.6,5.39 13,5.73V7H14A7,7 0 0,1 21,14H22A1,1 0 0,1 23,15V18A1,1 0 0,1 22,19H21V20A2,2 0 0,1 19,22H5A2,2 0 0,1 3,20V19H2A1,1 0 0,1 1,18V15A1,1 0 0,1 2,14H3A7,7 0 0,1 10,7H11V5.73C10.4,5.39 10,4.74 10,4A2,2 0 0,1 12,2M7.5,13A2.5,2.5 0 0,0 5,15.5A2.5,2.5 0 0,0 7.5,18A2.5,2.5 0 0,0 10,15.5A2.5,2.5 0 0,0 7.5,13M16.5,13A2.5,2.5 0 0,0 14,15.5A2.5,2.5 0 0,0 16.5,18A2.5,2.5 0 0,0 19,15.5A2.5,2.5 0 0,0 16.5,13Z\" /></svg></li><li title=\"rocket launch outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-rocket-launch-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.13 22.19L11.5 18.36C13.07 17.78 14.54 17 15.9 16.09L13.13 22.19M5.64 12.5L1.81 10.87L7.91 8.1C7 9.46 6.22 10.93 5.64 12.5M19.22 4C19.5 4 19.75 4 19.96 4.05C20.13 5.44 19.94 8.3 16.66 11.58C14.96 13.29 12.93 14.6 10.65 15.47L8.5 13.37C9.42 11.06 10.73 9.03 12.42 7.34C15.18 4.58 17.64 4 19.22 4M19.22 2C17.24 2 14.24 2.69 11 5.93C8.81 8.12 7.5 10.53 6.65 12.64C6.37 13.39 6.56 14.21 7.11 14.77L9.24 16.89C9.62 17.27 10.13 17.5 10.66 17.5C10.89 17.5 11.13 17.44 11.36 17.35C13.5 16.53 15.88 15.19 18.07 13C23.73 7.34 21.61 2.39 21.61 2.39S20.7 2 19.22 2M14.54 9.46C13.76 8.68 13.76 7.41 14.54 6.63S16.59 5.85 17.37 6.63C18.14 7.41 18.15 8.68 17.37 9.46C16.59 10.24 15.32 10.24 14.54 9.46M8.88 16.53L7.47 15.12L8.88 16.53M6.24 22L9.88 18.36C9.54 18.27 9.21 18.12 8.91 17.91L4.83 22H6.24M2 22H3.41L8.18 17.24L6.76 15.83L2 20.59V22M2 19.17L6.09 15.09C5.88 14.79 5.73 14.47 5.64 14.12L2 17.76V19.17Z\" /></svg></li><li title=\"rocket launch \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-rocket-launch\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.13 22.19L11.5 18.36C13.07 17.78 14.54 17 15.9 16.09L13.13 22.19M5.64 12.5L1.81 10.87L7.91 8.1C7 9.46 6.22 10.93 5.64 12.5M21.61 2.39C21.61 2.39 16.66 .269 11 5.93C8.81 8.12 7.5 10.53 6.65 12.64C6.37 13.39 6.56 14.21 7.11 14.77L9.24 16.89C9.79 17.45 10.61 17.63 11.36 17.35C13.5 16.53 15.88 15.19 18.07 13C23.73 7.34 21.61 2.39 21.61 2.39M14.54 9.46C13.76 8.68 13.76 7.41 14.54 6.63S16.59 5.85 17.37 6.63C18.14 7.41 18.15 8.68 17.37 9.46C16.59 10.24 15.32 10.24 14.54 9.46M8.88 16.53L7.47 15.12L8.88 16.53M6.24 22L9.88 18.36C9.54 18.27 9.21 18.12 8.91 17.91L4.83 22H6.24M2 22H3.41L8.18 17.24L6.76 15.83L2 20.59V22M2 19.17L6.09 15.09C5.88 14.79 5.73 14.47 5.64 14.12L2 17.76V19.17Z\" /></svg></li><li title=\"rocket outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-rocket-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2C12 2 7 4 7 12C7 15.1 7.76 17.75 8.67 19.83C9 20.55 9.71 21 10.5 21H13.5C14.29 21 15 20.55 15.33 19.83C16.25 17.75 17 15.1 17 12C17 4 12 2 12 2M13.5 19H10.5C9.5 16.76 9 14.41 9 12C9 7.36 10.9 5.2 12 4.33C13.1 5.2 15 7.36 15 12C15 14.41 14.5 16.76 13.5 19M20 22L16.14 20.45C16.84 18.92 17.34 17.34 17.65 15.73M7.86 20.45L4 22L6.35 15.73C6.66 17.34 7.16 18.92 7.86 20.45M12 12C10.9 12 10 11.1 10 10C10 8.9 10.9 8 12 8C13.1 8 14 8.9 14 10C14 11.1 13.1 12 12 12Z\" /></svg></li><li title=\"rocket \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-rocket\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 22L16.14 20.45C16.84 18.92 17.34 17.34 17.65 15.73L20 22M7.86 20.45L4 22L6.35 15.73C6.66 17.34 7.16 18.92 7.86 20.45M12 2C12 2 17 4 17 12C17 15.1 16.25 17.75 15.33 19.83C15 20.55 14.29 21 13.5 21H10.5C9.71 21 9 20.55 8.67 19.83C7.76 17.75 7 15.1 7 12C7 4 12 2 12 2M12 12C13.1 12 14 11.1 14 10C14 8.9 13.1 8 12 8C10.9 8 10 8.9 10 10C10 11.1 10.9 12 12 12Z\" /></svg></li><li title=\"rodent \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-rodent\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.33 17.39C22.73 18.66 21.8 21 19.92 21H11.06C8.25 21 6 18.75 6 15.94V15.89C3.7 15.42 2 13.41 2 11C2 8.25 4.22 6 7 6H9.5C9.8 6 10 5.77 10 5.5S9.8 5 9.5 5H7V3H9.5C10.88 3 12 4.13 12 5.5C12 6.89 10.88 8 9.5 8H7C5.34 8 4 9.33 4 11C4 12.37 4.92 13.5 6.14 13.87C6.7 11.67 8.67 10 11.06 10C11.86 10 12.66 10.22 13.36 10.55C11.95 11.34 11 12.8 11 14.5C11 15.75 11.5 16.87 12.33 17.67L13.03 16.97C12.38 16.36 12 15.47 12 14.5C12 11.91 14.34 11 15.5 11C17.58 11 19.45 12.89 18.94 15.23L21.33 17.39M18 19C18.56 19 19 18.56 19 18S18.56 17 18 17 17 17.44 17 18 17.44 19 18 19Z\" /></svg></li><li title=\"roller skate off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-roller-skate-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.84 22.73L18.95 20.84C18.78 22.06 17.75 23 16.5 23C15.1 23 14 21.88 14 20.5C14 19.24 14.93 18.2 16.14 18.03L15.11 17H3V4.9L1.11 3L2.39 1.73L22.11 21.46L20.84 22.73M9 5H11.5V2H5.2L8.5 5.32C8.59 5.13 8.77 5 9 5M12.56 9.36C12.18 9 11.9 8.5 11.82 8H11.2L12.56 9.36M19.5 12.95C18.55 10.9 15.82 10.56 13.91 10.05C13.45 10.03 13 9.77 12.6 9.4L20 16.79C20 15.45 20.06 13.76 19.5 12.95M9.2 6L10.2 7H11.5V6H9.2M6.5 18C5.1 18 4 19.12 4 20.5C4 21.88 5.1 23 6.5 23S9 21.88 9 20.5C9 19.12 7.86 18 6.5 18Z\" /></svg></li><li title=\"roller skate \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-roller-skate\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6.5 18C5.1 18 4 19.12 4 20.5S5.1 23 6.5 23 9 21.88 9 20.5 7.86 18 6.5 18M16.5 18C15.1 18 14 19.12 14 20.5S15.1 23 16.5 23 19 21.88 19 20.5 17.86 18 16.5 18M20 17C20 15.63 20.09 13.81 19.5 12.95C18.55 10.9 15.82 10.56 13.91 10.05C13 10 12 9 11.82 8H9C8.71 8 8.5 7.78 8.5 7.5C8.5 7.22 8.71 7 9 7H11.5V6H9C8.71 6 8.5 5.78 8.5 5.5C8.5 5.22 8.71 5 9 5H11.5V2H3V17H20Z\" /></svg></li><li title=\"rollerblade off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-rollerblade-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.84 22.73L20.32 22.21C19.86 22.69 19.22 23 18.5 23C17.12 23 16 21.88 16 20.5C16 19.78 16.31 19.14 16.79 18.68L15.11 17H3V4.9L1.11 3L2.39 1.73L22.11 21.46L20.84 22.73M19.5 12.95C18.55 10.9 15.82 10.56 13.91 10.05C13.45 10.03 13 9.77 12.6 9.4L20 16.79C20 15.45 20.06 13.76 19.5 12.95M9.2 6L10.2 7H11.5V6H9.2M12.56 9.36C12.18 9 11.9 8.5 11.82 8H11.2L12.56 9.36M11.5 18C10.12 18 9 19.12 9 20.5C9 21.88 10.12 23 11.5 23S14 21.88 14 20.5C14 19.12 12.88 18 11.5 18M9 5H11.5V2H5.2L8.5 5.32C8.59 5.13 8.77 5 9 5M4.5 18C3.12 18 2 19.12 2 20.5C2 21.88 3.12 23 4.5 23S7 21.88 7 20.5C7 19.12 5.88 18 4.5 18Z\" /></svg></li><li title=\"rollerblade \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-rollerblade\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4.5 18C3.12 18 2 19.12 2 20.5S3.12 23 4.5 23 7 21.88 7 20.5 5.88 18 4.5 18M18.5 18C17.12 18 16 19.12 16 20.5S17.12 23 18.5 23 21 21.88 21 20.5 19.88 18 18.5 18M20 17C20 15.63 20.09 13.81 19.5 12.95C18.55 10.9 15.82 10.56 13.91 10.05C13 10 12 9 11.82 8H9C8.71 8 8.5 7.78 8.5 7.5C8.5 7.22 8.71 7 9 7H11.5V6H9C8.71 6 8.5 5.78 8.5 5.5C8.5 5.22 8.71 5 9 5H11.5V2H3V17H20M11.5 18C10.12 18 9 19.12 9 20.5S10.12 23 11.5 23 14 21.88 14 20.5 12.88 18 11.5 18Z\" /></svg></li><li title=\"rollupjs \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-rollupjs\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.46,8.64C19.46,11.11 18.11,13.26 16.12,14.4C16,14.5 15.93,14.66 16,14.81L19.41,21.55C19.5,21.76 19.36,22 19.13,22H6.1L6.17,21.96C6.66,21.68 10.06,14.97 13.38,11.79C16.7,8.61 17.12,9.67 15.29,6.21C15.29,6.21 16.7,8.96 15.5,9.17C14.56,9.34 12.4,7.25 13.2,5.37C14,3.53 17.15,3.88 18.6,5.38C19.15,6.34 19.46,7.45 19.46,8.64M7.16,13.13C5.84,15.56 5,17.33 4.54,18.57V2.31C4.54,2.14 4.68,2 4.85,2H12.92C15.26,2.04 17.31,3.28 18.46,5.15C17.62,4.1 16.3,3.5 15,3.5C12.53,3.5 11.91,4.4 7.16,13.13Z\" /></svg></li><li title=\"roman numeral 1 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-roman-numeral-1\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14 7V9H13V15H14V17H10V15H11V9H10V7H14Z\" /></svg></li><li title=\"roman numeral 10 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-roman-numeral-10\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9 7L11 12L9 17H11L12 14.5L13 17H15L13 12L15 7H13L12 9.5L11 7H9Z\" /></svg></li><li title=\"roman numeral 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-roman-numeral-2\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11 7V9H10V15H11V17H7V15H8V9H7V7H11M17 7V9H16V15H17V17H13V15H14V9H13V7H17Z\" /></svg></li><li title=\"roman numeral 3 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-roman-numeral-3\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9 7V9H8V15H9V17H5V15H6V9H5V7H9M14 7V9H13V15H14V17H10V15H11V9H10V7H14M19 7V9H18V15H19V17H15V15H16V9H15V7H19Z\" /></svg></li><li title=\"roman numeral 4 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-roman-numeral-4\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 7L14 17H16L18 7H16L15 12L14 7H12M11 7V9H10V15H11V17H7V15H8V9H7V7H11Z\" /></svg></li><li title=\"roman numeral 5 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-roman-numeral-5\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9 7L11 17H13L15 7H13L12 12L11 7H9Z\" /></svg></li><li title=\"roman numeral 6 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-roman-numeral-6\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6 7L8 17H10L12 7H10L9 12L8 7H6M17 7V9H16V15H17V17H13V15H14V9H13V7H17Z\" /></svg></li><li title=\"roman numeral 7 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-roman-numeral-7\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 7L6 17H8L10 7H8L7 12L6 7H4M15 7V9H14V15H15V17H11V15H12V9H11V7H15M20 7V9H19V15H20V17H16V15H17V9H16V7H20Z\" /></svg></li><li title=\"roman numeral 8 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-roman-numeral-8\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M1 7L3 17H5L7 7H5L4 12L3 7H1M12 7V9H11V15H12V17H8V15H9V9H8V7H12M17 7V9H16V15H17V17H13V15H14V9H13V7H17M22 7V9H21V15H22V17H18V15H19V9H18V7H22Z\" /></svg></li><li title=\"roman numeral 9 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-roman-numeral-9\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11 7V9H10V15H11V17H7V15H8V9H7V7H11M12 7L14 12L12 17H14L15 14.5L16 17H18L16 12L18 7H16L15 9.5L14 7H12Z\" /></svg></li><li title=\"room service outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-room-service-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,5A2,2 0 0,1 14,7C14,7.24 13.96,7.47 13.88,7.69C17.95,8.5 21,11.91 21,16H3C3,11.91 6.05,8.5 10.12,7.69C10.04,7.47 10,7.24 10,7A2,2 0 0,1 12,5M22,19H2V17H22V19M12,9.5C8.89,9.5 6.25,11.39 5.34,14H18.66C17.75,11.39 15.11,9.5 12,9.5Z\" /></svg></li><li title=\"room service \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-room-service\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,5A2,2 0 0,1 14,7C14,7.24 13.96,7.47 13.88,7.69C17.95,8.5 21,11.91 21,16H3C3,11.91 6.05,8.5 10.12,7.69C10.04,7.47 10,7.24 10,7A2,2 0 0,1 12,5M22,19H2V17H22V19Z\" /></svg></li><li title=\"rotate 360 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-rotate-360\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 7C6.5 7 2 9.2 2 12C2 14.2 4.9 16.1 9 16.8V20L13 16L9 12V14.7C5.8 14.1 4 12.8 4 12C4 10.9 7 9 12 9S20 10.9 20 12C20 12.7 18.5 13.9 16 14.5V16.6C19.5 15.8 22 14.1 22 12C22 9.2 17.5 7 12 7Z\" /></svg></li><li title=\"rotate 3d variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-rotate-3d-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,5C16.97,5 21,7.69 21,11C21,12.68 19.96,14.2 18.29,15.29C19.36,14.42 20,13.32 20,12.13C20,9.29 16.42,7 12,7V10L8,6L12,2V5M12,19C7.03,19 3,16.31 3,13C3,11.32 4.04,9.8 5.71,8.71C4.64,9.58 4,10.68 4,11.88C4,14.71 7.58,17 12,17V14L16,18L12,22V19Z\" /></svg></li><li title=\"rotate 3d \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-rotate-3d\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.47,21.5C4.2,19.94 1.86,16.76 1.5,13H0C0.5,19.16 5.66,24 11.95,24L12.61,23.97L8.8,20.16L7.47,21.5M8.36,14.96C8.17,14.96 8,14.93 7.84,14.88C7.68,14.82 7.55,14.75 7.44,14.64C7.33,14.54 7.24,14.42 7.18,14.27C7.12,14.13 7.09,13.97 7.09,13.8H5.79C5.79,14.16 5.86,14.5 6,14.75C6.14,15 6.33,15.25 6.56,15.44C6.8,15.62 7.07,15.76 7.38,15.85C7.68,15.95 8,16 8.34,16C8.71,16 9.06,15.95 9.37,15.85C9.69,15.75 9.97,15.6 10.2,15.41C10.43,15.22 10.62,15 10.75,14.69C10.88,14.4 10.95,14.08 10.95,13.72C10.95,13.53 10.93,13.34 10.88,13.16C10.83,13 10.76,12.81 10.65,12.65C10.55,12.5 10.41,12.35 10.25,12.22C10.08,12.09 9.88,12 9.64,11.91C9.84,11.82 10,11.71 10.16,11.58C10.31,11.45 10.43,11.31 10.53,11.16C10.63,11 10.7,10.86 10.75,10.7C10.8,10.54 10.82,10.38 10.82,10.22C10.82,9.86 10.76,9.54 10.64,9.26C10.5,9 10.35,8.75 10.13,8.57C9.93,8.38 9.66,8.24 9.36,8.14C9.05,8.05 8.71,8 8.34,8C8,8 7.65,8.05 7.34,8.16C7.04,8.27 6.77,8.42 6.55,8.61C6.34,8.8 6.17,9 6.04,9.28C5.92,9.54 5.86,9.82 5.86,10.13H7.16C7.16,9.96 7.19,9.81 7.25,9.68C7.31,9.55 7.39,9.43 7.5,9.34C7.61,9.25 7.73,9.17 7.88,9.12C8.03,9.07 8.18,9.04 8.36,9.04C8.76,9.04 9.06,9.14 9.25,9.35C9.44,9.55 9.54,9.84 9.54,10.21C9.54,10.39 9.5,10.55 9.46,10.7C9.41,10.85 9.32,10.97 9.21,11.07C9.1,11.17 8.96,11.25 8.8,11.31C8.64,11.37 8.44,11.4 8.22,11.4H7.45V12.43H8.22C8.44,12.43 8.64,12.45 8.82,12.5C9,12.55 9.15,12.63 9.27,12.73C9.39,12.84 9.5,12.97 9.56,13.13C9.63,13.29 9.66,13.5 9.66,13.7C9.66,14.11 9.54,14.42 9.31,14.63C9.08,14.86 8.76,14.96 8.36,14.96M16.91,9.04C16.59,8.71 16.21,8.45 15.77,8.27C15.34,8.09 14.85,8 14.31,8H11.95V16H14.25C14.8,16 15.31,15.91 15.76,15.73C16.21,15.55 16.6,15.3 16.92,14.97C17.24,14.64 17.5,14.24 17.66,13.78C17.83,13.31 17.92,12.79 17.92,12.21V11.81C17.92,11.23 17.83,10.71 17.66,10.24C17.5,9.77 17.23,9.37 16.91,9.04M16.5,12.2C16.5,12.62 16.47,13 16.38,13.33C16.28,13.66 16.14,13.95 15.95,14.18C15.76,14.41 15.5,14.59 15.24,14.71C14.95,14.83 14.62,14.89 14.25,14.89H13.34V9.12H14.31C15.03,9.12 15.58,9.35 15.95,9.81C16.33,10.27 16.5,10.93 16.5,11.8M11.95,0L11.29,0.03L15.1,3.84L16.43,2.5C19.7,4.06 22.04,7.23 22.39,11H23.89C23.39,4.84 18.24,0 11.95,0Z\" /></svg></li><li title=\"rotate left variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-rotate-left-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,2H7A2,2 0 0,1 9,4V20A2,2 0 0,1 7,22H4A2,2 0 0,1 2,20V4A2,2 0 0,1 4,2M20,15A2,2 0 0,1 22,17V20A2,2 0 0,1 20,22H11V15H20M14,4A8,8 0 0,1 22,12L21.94,13H19.92L20,12A6,6 0 0,0 14,6V9L10,5L14,1V4Z\" /></svg></li><li title=\"rotate left \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-rotate-left\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,4.07V1L8.45,5.55L13,10V6.09C15.84,6.57 18,9.03 18,12C18,14.97 15.84,17.43 13,17.91V19.93C16.95,19.44 20,16.08 20,12C20,7.92 16.95,4.56 13,4.07M7.1,18.32C8.26,19.22 9.61,19.76 11,19.93V17.9C10.13,17.75 9.29,17.41 8.54,16.87L7.1,18.32M6.09,13H4.07C4.24,14.39 4.79,15.73 5.69,16.89L7.1,15.47C6.58,14.72 6.23,13.88 6.09,13M7.11,8.53L5.7,7.11C4.8,8.27 4.24,9.61 4.07,11H6.09C6.23,10.13 6.58,9.28 7.11,8.53Z\" /></svg></li><li title=\"rotate orbit \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-rotate-orbit\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8,14.25L4.75,11H7C7.25,5.39 9.39,1 12,1C14,1 15.77,3.64 16.55,7.45C20.36,8.23 23,10 23,12C23,13.83 20.83,15.43 17.6,16.3L17.89,14.27C19.8,13.72 21,12.91 21,12C21,10.94 19.35,10 16.87,9.5C16.95,10.29 17,11.13 17,12C17,18.08 14.76,23 12,23C10.17,23 8.57,20.83 7.7,17.6L9.73,17.89C10.28,19.8 11.09,21 12,21C13.66,21 15,16.97 15,12C15,11 14.95,10.05 14.85,9.15C13.95,9.05 13,9 12,9L10.14,9.06L10.43,7.05L12,7C12.87,7 13.71,7.05 14.5,7.13C14,4.65 13.06,3 12,3C10.46,3 9.18,6.5 9,11H11.25L8,14.25M14.25,16L11,19.25V17C5.39,16.75 1,14.61 1,12C1,10.17 3.17,8.57 6.4,7.7L6.11,9.73C4.2,10.28 3,11.09 3,12C3,13.54 6.5,14.82 11,15V12.75L14.25,16Z\" /></svg></li><li title=\"rotate right variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-rotate-right-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,4V1L14,5L10,9V6A6,6 0 0,0 4,12L4.08,13H2.06L2,12A8,8 0 0,1 10,4M17,2H20A2,2 0 0,1 22,4V20A2,2 0 0,1 20,22H17A2,2 0 0,1 15,20V4A2,2 0 0,1 17,2M4,15H13V22H4A2,2 0 0,1 2,20V17A2,2 0 0,1 4,15Z\" /></svg></li><li title=\"rotate right \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-rotate-right\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.89,15.5L18.31,16.89C19.21,15.73 19.76,14.39 19.93,13H17.91C17.77,13.87 17.43,14.72 16.89,15.5M13,17.9V19.92C14.39,19.75 15.74,19.21 16.9,18.31L15.46,16.87C14.71,17.41 13.87,17.76 13,17.9M19.93,11C19.76,9.61 19.21,8.27 18.31,7.11L16.89,8.53C17.43,9.28 17.77,10.13 17.91,11M15.55,5.55L11,1V4.07C7.06,4.56 4,7.92 4,12C4,16.08 7.05,19.44 11,19.93V17.91C8.16,17.43 6,14.97 6,12C6,9.03 8.16,6.57 11,6.09V10L15.55,5.55Z\" /></svg></li><li title=\"rounded corner \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-rounded-corner\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,19H21V21H19V19M19,17H21V15H19V17M3,13H5V11H3V13M3,17H5V15H3V17M3,9H5V7H3V9M3,5H5V3H3V5M7,5H9V3H7V5M15,21H17V19H15V21M11,21H13V19H11V21M15,21H17V19H15V21M7,21H9V19H7V21M3,21H5V19H3V21M21,8A5,5 0 0,0 16,3H11V5H16A3,3 0 0,1 19,8V13H21V8Z\" /></svg></li><li title=\"router network \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-router-network\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5 9C3.9 9 3 9.9 3 11V15C3 16.11 3.9 17 5 17H11V19H10C9.45 19 9 19.45 9 20H2V22H9C9 22.55 9.45 23 10 23H14C14.55 23 15 22.55 15 22H22V20H15C15 19.45 14.55 19 14 19H13V17H19C20.11 17 21 16.11 21 15V11C21 9.9 20.11 9 19 9H5M6 12H8V14H6V12M9.5 12H11.5V14H9.5V12M13 12H15V14H13V12Z\" /></svg></li><li title=\"router wireless off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-router-wireless-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.8 5.9L11 5.1C12.4 3.7 14.2 3 16 3S19.6 3.7 21 5.1L20.2 5.9C19 4.8 17.5 4.2 16 4.2S13 4.8 11.8 5.9M21 15C21 13.9 20.1 13 19 13H17V9H15V11.8L21 17.8V15M18.5 7.5L19.3 6.7C18.4 5.8 17.2 5.3 16 5.3S13.6 5.8 12.7 6.7L13.5 7.5C14.2 6.8 15.1 6.5 16 6.5C16.9 6.5 17.8 6.8 18.5 7.5M22.1 21.5L20.8 22.8L19.1 21H5C3.9 21 3 20.1 3 19V15C3 13.9 3.9 13 5 13H11.1L1.1 3L2.4 1.7L22.1 21.5M8 16H6V18H8V16M11.5 16H9.5V18H11.5V16M15 16.9L14.1 16H13V18H15V16.9Z\" /></svg></li><li title=\"router wireless settings \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-router-wireless-settings\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.2,4.9C19,3.8 17.5,3.2 16,3.2C14.5,3.2 13,3.8 11.8,4.9L11,4.1C12.4,2.7 14.2,2 16,2C17.8,2 19.6,2.7 21,4.1L20.2,4.9M19.3,5.7L18.5,6.5C17.8,5.8 16.9,5.5 16,5.5C15.1,5.5 14.2,5.8 13.5,6.5L12.7,5.7C13.6,4.8 14.8,4.3 16,4.3C17.2,4.3 18.4,4.8 19.3,5.7M19,12A2,2 0 0,1 21,14V18A2,2 0 0,1 19,20H5A2,2 0 0,1 3,18V14A2,2 0 0,1 5,12H15V8H17V12H19M8,17V15H6V17H8M11.5,17V15H9.5V17H11.5M15,17V15H13V17H15M7,22H9V24H7V22M11,22H13V24H11V22M15,22H17V24H15V22Z\" /></svg></li><li title=\"router wireless \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-router-wireless\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.2,5.9L21,5.1C19.6,3.7 17.8,3 16,3C14.2,3 12.4,3.7 11,5.1L11.8,5.9C13,4.8 14.5,4.2 16,4.2C17.5,4.2 19,4.8 20.2,5.9M19.3,6.7C18.4,5.8 17.2,5.3 16,5.3C14.8,5.3 13.6,5.8 12.7,6.7L13.5,7.5C14.2,6.8 15.1,6.5 16,6.5C16.9,6.5 17.8,6.8 18.5,7.5L19.3,6.7M19,13H17V9H15V13H5A2,2 0 0,0 3,15V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V15A2,2 0 0,0 19,13M8,18H6V16H8V18M11.5,18H9.5V16H11.5V18M15,18H13V16H15V18Z\" /></svg></li><li title=\"router \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-router\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2M12 20C7.58 20 4 16.42 4 12C4 7.58 7.58 4 12 4C16.42 4 20 7.58 20 12C20 16.42 16.42 20 12 20M13 13V16H15L12 19L9 16H11V13M5 13H8V15L11 12L8 9V11H5M11 11V8H9L12 5L15 8H13V11M19 11H16V9L13 12L16 15V13H19\" /></svg></li><li title=\"routes clock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-routes-clock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.5 13H15V16.69L18.19 18.53L18.94 17.23L16.5 15.82V13M16 9C14.04 9 12.27 9.82 11 11.12V7H17L19 5L17 3H11V2L10 1L9 2V6H3L1 8L3 10H9V20C7.9 20 7 20.9 7 22H12.41C13.46 22.63 14.69 23 16 23C19.87 23 23 19.87 23 16S19.87 9 16 9M16 20.85C13.32 20.85 11.15 18.68 11.15 16S13.32 11.15 16 11.15 20.85 13.32 20.85 16 18.68 20.85 16 20.85Z\" /></svg></li><li title=\"routes \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-routes\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,10H5L3,8L5,6H11V3L12,2L13,3V4H19L21,6L19,8H13V10H19L21,12L19,14H13V20A2,2 0 0,1 15,22H9A2,2 0 0,1 11,20V10Z\" /></svg></li><li title=\"rowing \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-rowing\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8.5,14.5L4,19L5.5,20.5L9,17H11L8.5,14.5M15,1A2,2 0 0,0 13,3A2,2 0 0,0 15,5A2,2 0 0,0 17,3A2,2 0 0,0 15,1M21,21L18,24L15,21V19.5L7.91,12.41C7.6,12.46 7.3,12.5 7,12.5V10.32C8.66,10.35 10.61,9.45 11.67,8.28L13.07,6.73C13.26,6.5 13.5,6.35 13.76,6.23C14.05,6.09 14.38,6 14.72,6H14.75C16,6 17,7 17,8.26V14C17,14.85 16.65,15.62 16.08,16.17L12.5,12.59V10.32C11.87,10.84 11.07,11.34 10.21,11.71L16.5,18H18L21,21Z\" /></svg></li><li title=\"rss box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-rss-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3M7.5,15A1.5,1.5 0 0,0 6,16.5A1.5,1.5 0 0,0 7.5,18A1.5,1.5 0 0,0 9,16.5A1.5,1.5 0 0,0 7.5,15M6,10V12A6,6 0 0,1 12,18H14A8,8 0 0,0 6,10M6,6V8A10,10 0 0,1 16,18H18A12,12 0 0,0 6,6Z\" /></svg></li><li title=\"rss off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-rss-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2.5,3.77L3.78,2.5L21.5,20.22L20.23,21.5L18.73,20H16.73C16.73,19.25 16.67,18.5 16.54,17.81L6.19,7.46C5.5,7.33 4.75,7.27 4,7.27V5.27L2.5,3.77M6.18,15.64A2.18,2.18 0 0,1 8.36,17.82C8.36,19 7.38,20 6.18,20C5,20 4,19 4,17.82A2.18,2.18 0 0,1 6.18,15.64M4,10.1A9.9,9.9 0 0,1 13.9,20H11.07A7.07,7.07 0 0,0 4,12.93V10.1M9.13,5.31C13.59,6.87 17.13,10.41 18.69,14.87L9.13,5.31Z\" /></svg></li><li title=\"rss \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-rss\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6.18,15.64A2.18,2.18 0 0,1 8.36,17.82C8.36,19 7.38,20 6.18,20C5,20 4,19 4,17.82A2.18,2.18 0 0,1 6.18,15.64M4,4.44A15.56,15.56 0 0,1 19.56,20H16.73A12.73,12.73 0 0,0 4,7.27V4.44M4,10.1A9.9,9.9 0 0,1 13.9,20H11.07A7.07,7.07 0 0,0 4,12.93V10.1Z\" /></svg></li><li title=\"rug \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-rug\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 14C10.9 14 10 13.11 10 12S10.9 10 12 10 14 10.9 14 12 13.11 14 12 14M23 19H1V17H4V15H1V13H4V11H1V9H4V7H1V5H23V7H20V9H23V11H20V13H23V15H20V17H23V19M12 15.92C12.62 16.62 13.66 16.81 14.5 16.33C15.34 15.85 15.69 14.84 15.4 13.96C16.31 13.78 17 12.97 17 12S16.31 10.22 15.4 10.04C15.69 9.16 15.34 8.15 14.5 7.67C13.66 7.19 12.62 7.38 12 8.08C11.38 7.38 10.34 7.19 9.5 7.67C8.66 8.15 8.31 9.16 8.61 10.04C7.69 10.22 7 11.03 7 12S7.69 13.78 8.61 13.96C8.31 14.84 8.66 15.85 9.5 16.33C10.34 16.82 11.38 16.62 12 15.92Z\" /></svg></li><li title=\"rugby \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-rugby\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.22,16.22C18.25,14.19 19.33,11.5 19.45,8.2C18.36,10.61 16.81,12.81 14.81,14.81C12.81,16.81 10.61,18.36 8.2,19.45C11.5,19.36 14.16,18.28 16.22,16.22M7.78,7.78C5.75,9.81 4.67,12.5 4.55,15.8C5,14.8 5.7,13.65 6.61,12.35C7.5,11.05 8.38,10 9.19,9.19C11.19,7.19 13.39,5.64 15.8,4.55C12.5,4.64 9.84,5.72 7.78,7.78M20.5,3.5C21,4.05 21.34,5.11 21.47,6.7C21.59,8.3 21.35,10.16 20.74,12.3C20.13,14.45 19.11,16.23 17.67,17.67C16.36,19 14.8,19.95 13,20.55C11.21,21.16 9.44,21.47 7.69,21.47C5.56,21.47 4.17,21.14 3.5,20.5C3,19.95 2.66,18.89 2.53,17.3C2.41,15.7 2.65,13.84 3.26,11.7C3.87,9.55 4.89,7.77 6.33,6.33C7.64,5 9.2,4.05 11,3.45C12.79,2.84 14.56,2.53 16.31,2.53C18.44,2.53 19.83,2.86 20.5,3.5Z\" /></svg></li><li title=\"ruler square compass \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ruler-square-compass\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 19.88V22L18.2 20.83L13.41 11.83A4.94 4.94 0 0 0 15.19 10.83M15 7A3 3 0 0 1 12 10A3.27 3.27 0 0 1 11.56 10L5.8 20.83L4 22V19.88L9.79 9A3 3 0 0 1 12 4V2A1 1 0 0 1 13 3V4.18A3 3 0 0 1 15 7M13 7A1 1 0 1 0 12 8A1 1 0 0 0 13 7M4.22 10L6 11.8L4.56 14.56L2.1 12.1M12 17.76L10.5 16.25L9 19L12 22L15 19L13.53 16.23M19.78 10L18 11.8L19.5 14.56L21.9 12.1Z\" /></svg></li><li title=\"ruler square \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ruler-square\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,5V21H9V19.5H7V18H9V16.5H5V15H9V13.5H7V12H9V10.5H5V9H9V5H10.5V9H12V7H13.5V9H15V5H16.5V9H18V7H19.5V9H21V3H5A2,2 0 0,0 3,5M6,7A1,1 0 0,1 5,6A1,1 0 0,1 6,5A1,1 0 0,1 7,6A1,1 0 0,1 6,7Z\" /></svg></li><li title=\"ruler \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ruler\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M1.39,18.36L3.16,16.6L4.58,18L5.64,16.95L4.22,15.54L5.64,14.12L8.11,16.6L9.17,15.54L6.7,13.06L8.11,11.65L9.53,13.06L10.59,12L9.17,10.59L10.59,9.17L13.06,11.65L14.12,10.59L11.65,8.11L13.06,6.7L14.47,8.11L15.54,7.05L14.12,5.64L15.54,4.22L18,6.7L19.07,5.64L16.6,3.16L18.36,1.39L22.61,5.64L5.64,22.61L1.39,18.36Z\" /></svg></li><li title=\"run fast \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-run-fast\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.5,5.5A2,2 0 0,0 18.5,3.5A2,2 0 0,0 16.5,1.5A2,2 0 0,0 14.5,3.5A2,2 0 0,0 16.5,5.5M12.9,19.4L13.9,15L16,17V23H18V15.5L15.9,13.5L16.5,10.5C17.89,12.09 19.89,13 22,13V11C20.24,11.03 18.6,10.11 17.7,8.6L16.7,7C16.34,6.4 15.7,6 15,6C14.7,6 14.5,6.1 14.2,6.1L9,8.3V13H11V9.6L12.8,8.9L11.2,17L6.3,16L5.9,18L12.9,19.4M4,9A1,1 0 0,1 3,8A1,1 0 0,1 4,7H7V9H4M5,5A1,1 0 0,1 4,4A1,1 0 0,1 5,3H10V5H5M3,13A1,1 0 0,1 2,12A1,1 0 0,1 3,11H7V13H3Z\" /></svg></li><li title=\"run \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-run\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.5,5.5C14.59,5.5 15.5,4.58 15.5,3.5C15.5,2.38 14.59,1.5 13.5,1.5C12.39,1.5 11.5,2.38 11.5,3.5C11.5,4.58 12.39,5.5 13.5,5.5M9.89,19.38L10.89,15L13,17V23H15V15.5L12.89,13.5L13.5,10.5C14.79,12 16.79,13 19,13V11C17.09,11 15.5,10 14.69,8.58L13.69,7C13.29,6.38 12.69,6 12,6C11.69,6 11.5,6.08 11.19,6.08L6,8.28V13H8V9.58L9.79,8.88L8.19,17L3.29,16L2.89,18L9.89,19.38Z\" /></svg></li><li title=\"rv truck \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-rv-truck\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 8H22V6L20 4H3A2 2 0 0 0 1 6V15A2 2 0 0 0 3 17H4A3 3 0 0 0 7 20A3 3 0 0 0 10 17H15A3 3 0 0 0 21 17H23V12M7 18.5A1.5 1.5 0 0 1 7 15.5A1.5 1.5 0 0 1 7 18.5M9 12H3V9H9M14 15H11V9H14M18 18.5A1.5 1.5 0 1 1 19.5 17A1.54 1.54 0 0 1 18 18.5M17 12V9.5H19.5L21.5 12Z\" /></svg></li><li title=\"sack percent \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sack-percent\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8,7L6,2L10,4L12,2L14,4L18,2L16,7H8M16,22C10,22 8,22 8,22C2,22 3,18 3,18C3,18 4,11 8,9H16C20,11 21,18 21,18C21,18 22,22 16,22M7.5,12.5A1.5,1.5 0 0,0 9,14A1.5,1.5 0 0,0 10.5,12.5A1.5,1.5 0 0,0 9,11A1.5,1.5 0 0,0 7.5,12.5M16.5,18.5A1.5,1.5 0 0,0 15,17A1.5,1.5 0 0,0 13.5,18.5A1.5,1.5 0 0,0 15,20A1.5,1.5 0 0,0 16.5,18.5M16.5,12.35L15.15,11L7.5,18.65L8.87,20L16.5,12.35Z\" /></svg></li><li title=\"sack \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sack\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,9C20,11 21,18 21,18C21,18 22,22 16,22C10,22 8,22 8,22C2,22 3,18 3,18C3,18 4,11 8,9M14,4L12,2L10,4L6,2L8,7H16L18,2L14,4Z\" /></svg></li><li title=\"safe square outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-safe-square-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10 12C10 10.9 10.9 10 12 10C13.1 10 14 10.9 14 12C14 13.1 13.1 14 12 14C10.9 14 10 13.1 10 12M7.8 17.7L6.3 16.3L7.8 14.8C7.3 14 7 13 7 12C7 11 7.3 10 7.8 9.3L6.3 7.8L7.8 6.3L9.2 7.8C10 7.3 11 7 12 7C13 7 14 7.3 14.8 7.8L16.3 6.3L17.7 7.7L16.2 9.2C16.7 10 17 11 17 12C17 13 16.7 14 16.2 14.8L17.7 16.3L16.3 17.7L14.8 16.2C14 16.7 13 17 12 17C11 17 10 16.7 9.3 16.2L7.8 17.7M12 9C10.3 9 9 10.3 9 12C9 13.7 10.3 15 12 15C13.7 15 15 13.7 15 12C15 10.3 13.7 9 12 9M20 2C21.1 2 22 2.9 22 4V20C22 21.1 21.1 22 20 22H19V23H15V22H9V23H5V22H4C2.9 22 2 21.1 2 20V4C2 2.9 2.9 2 4 2H20M20 20V4H4V20H20Z\" /></svg></li><li title=\"safe square \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-safe-square\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 2C21.1 2 22 2.9 22 4V20C22 21.1 21.1 22 20 22H19V23H15V22H9V23H5V22H4C2.9 22 2 21.1 2 20V4C2 2.9 2.9 2 4 2H20M17 12C17 11 16.7 10 16.2 9.2L17.7 7.7L16.3 6.3L14.8 7.8C14 7.3 13 7 12 7C11 7 10 7.3 9.2 7.8L7.8 6.3L6.3 7.8L7.8 9.3C7.3 10 7 11 7 12C7 13 7.3 14 7.8 14.8L6.3 16.3L7.8 17.7L9.3 16.2C10 16.7 11 17 12 17C13 17 14 16.7 14.8 16.2L16.3 17.7L17.7 16.3L16.2 14.8C16.7 14 17 13 17 12M12 9C13.7 9 15 10.3 15 12C15 13.7 13.7 15 12 15C10.3 15 9 13.7 9 12C9 10.3 10.3 9 12 9M12 14C13.1 14 14 13.1 14 12C14 10.9 13.1 10 12 10C10.9 10 10 10.9 10 12C10 13.1 10.9 14 12 14Z\" /></svg></li><li title=\"safe \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-safe\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,4A2,2 0 0,0 2,6V17A2,2 0 0,0 4,19V20H6V19H17V20H19V19A2,2 0 0,0 21,17V16H22V14H21V9H22V7H21V6A2,2 0 0,0 19,4H4M4,6H19V17H4V6M13.5,7.5A4,4 0 0,0 9.5,11.5A4,4 0 0,0 13.5,15.5A4,4 0 0,0 17.5,11.5A4,4 0 0,0 13.5,7.5M5,9V14H7V9H5M13.5,9.5A2,2 0 0,1 15.5,11.5A2,2 0 0,1 13.5,13.5A2,2 0 0,1 11.5,11.5A2,2 0 0,1 13.5,9.5Z\" /></svg></li><li title=\"safety goggles \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-safety-goggles\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18,9C19.11,9 20,9.89 20,11V14C20,15.11 19.11,16 18,16H15.77L14.53,14.77C13.78,14 12.77,13.6 11.7,13.6C10.63,13.6 9.63,14 8.87,14.77L7.64,16H6C4.89,16 4,15.11 4,14V11C4,9.89 4.89,9 6,9H18M18,7H6A4,4 0 0,0 2,11H2L1,11V14H2V14A4,4 0 0,0 6,18H8.5C8.54,17.94 8.59,17.88 10.29,16.18C10.68,15.79 11.19,15.6 11.7,15.6C12.22,15.6 12.73,15.79 13.12,16.18L14.91,18H18A4,4 0 0,0 22,14H22L23,14V11H22V11A4,4 0 0,0 18,7Z\" /></svg></li><li title=\"sail boat \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sail-boat\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 13.5L11 2.03V13.5H3M12.5 13.5C13.85 9.75 13.67 4.71 12.5 1C17.26 2.54 20.9 8.4 20.96 13.5H12.5M21.1 17.08C20.69 17.72 20.21 18.27 19.65 18.74C19 18.45 18.42 18 17.96 17.5C16.47 19.43 13.46 19.43 11.97 17.5C10.5 19.43 7.47 19.43 6 17.5C5.5 18 4.95 18.45 4.3 18.74C3.16 17.8 2.3 16.46 2 15H21.94C21.78 15.75 21.5 16.44 21.1 17.08M20.96 23C19.9 23 18.9 22.75 17.96 22.25C16.12 23.25 13.81 23.25 11.97 22.25C10.13 23.25 7.82 23.25 6 22.25C4.77 22.94 3.36 23.05 2 23V21C3.41 21.05 4.77 20.9 6 20C7.74 21.25 10.21 21.25 11.97 20C13.74 21.25 16.2 21.25 17.96 20C19.17 20.9 20.54 21.05 21.94 21V23H20.96Z\" /></svg></li><li title=\"sale outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sale-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9.5 7C10.33 7 11 7.67 11 8.5C11 9.33 10.33 10 9.5 10C8.67 10 8 9.33 8 8.5C8 7.67 8.67 7 9.5 7M14.5 14C15.33 14 16 14.67 16 15.5C16 16.33 15.33 17 14.5 17C13.67 17 13 16.33 13 15.5C13 14.67 13.67 14 14.5 14M8.41 17L7 15.59L15.59 7L17 8.41L8.41 17M18.65 2.85L19.26 6.71L22.77 8.5L21 12L22.78 15.5L19.24 17.29L18.63 21.15L14.74 20.54L11.97 23.31L9.19 20.5L5.33 21.14L4.71 17.25L1.22 15.47L3 11.97L1.23 8.5L4.74 6.69L5.35 2.87L9.22 3.5L12 .695L14.76 3.46L18.65 2.85M20.1 9.37L17.5 8L17 5.11L14.1 5.53L12 3.5L9.9 5.53L7 5.11L6.5 8L3.9 9.37L5.2 12L3.9 14.63L6.5 16L7 18.89L9.9 18.47L12 20.5L14.1 18.47L17 18.89L17.5 16L20.1 14.63L18.8 12L20.1 9.37Z\" /></svg></li><li title=\"sale \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sale\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.65,2.85L19.26,6.71L22.77,8.5L21,12L22.78,15.5L19.24,17.29L18.63,21.15L14.74,20.54L11.97,23.3L9.19,20.5L5.33,21.14L4.71,17.25L1.22,15.47L3,11.97L1.23,8.5L4.74,6.69L5.35,2.86L9.22,3.5L12,0.69L14.77,3.46L18.65,2.85M9.5,7A1.5,1.5 0 0,0 8,8.5A1.5,1.5 0 0,0 9.5,10A1.5,1.5 0 0,0 11,8.5A1.5,1.5 0 0,0 9.5,7M14.5,14A1.5,1.5 0 0,0 13,15.5A1.5,1.5 0 0,0 14.5,17A1.5,1.5 0 0,0 16,15.5A1.5,1.5 0 0,0 14.5,14M8.41,17L17,8.41L15.59,7L7,15.59L8.41,17Z\" /></svg></li><li title=\"salesforce \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-salesforce\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.38,6.37C17.68,6.37 17.07,6.58 16.47,6.78C15.77,5.57 14.46,4.77 13.05,4.77C11.95,4.77 10.95,5.27 10.24,5.97C9.44,4.97 8.23,4.26 6.83,4.26C4.5,4.26 2.5,6.17 2.5,8.5C2.5,9.09 2.71,9.69 2.91,10.29C1.8,10.9 1,12.1 1,13.5C1,15.5 2.61,17.22 4.62,17.22C4.92,17.22 5.22,17.22 5.42,17.12C5.82,18.63 7.33,19.74 9.14,19.74C10.84,19.74 12.25,18.73 12.75,17.32C13.26,17.53 13.76,17.73 14.26,17.73C15.57,17.73 16.77,17 17.37,15.92C17.68,16 18,16 18.28,16C20.89,16 23,13.91 23,11.2C23.1,8.5 21,6.37 18.38,6.37Z\" /></svg></li><li title=\"sass \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sass\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M10,15.33C10.16,15.87 10.14,16.37 10,16.83C10,16.88 9.96,16.93 9.94,17C9.92,17 9.9,17.07 9.87,17.12C9.76,17.36 9.6,17.59 9.41,17.79C8.83,18.43 8,18.67 7.67,18.47C7.29,18.25 7.5,17.35 8.16,16.64C8.88,15.88 9.92,15.38 9.92,15.38V15.38L10,15.33M18.27,6.28C17.82,4.5 14.87,3.92 12.09,4.91C10.43,5.5 8.63,6.42 7.34,7.63C5.81,9.07 5.56,10.32 5.66,10.84C6,12.68 8.54,13.89 9.58,14.78V14.79C9.28,14.94 7.04,16.07 6.5,17.23C5.96,18.45 6.6,19.33 7,19.45C8.34,19.81 9.69,19.16 10.41,18.07C11.11,17.03 11.06,15.68 10.75,15C11.17,14.9 11.66,14.85 12.28,14.92C14.04,15.13 14.38,16.22 14.31,16.68C14.25,17.14 13.88,17.39 13.76,17.47C13.64,17.54 13.6,17.57 13.61,17.63C13.62,17.71 13.68,17.71 13.78,17.69C13.93,17.66 14.71,17.32 14.74,16.47C14.78,15.39 13.75,14.19 11.93,14.22C11.18,14.24 10.71,14.31 10.37,14.44L10.29,14.35C9.16,13.15 7.08,12.3 7.17,10.68C7.2,10.09 7.4,8.55 11.17,6.67C14.25,5.13 16.72,5.55 17.15,6.5C17.76,7.83 15.83,10.32 12.63,10.68C11.41,10.82 10.76,10.34 10.6,10.17C10.43,10 10.41,9.97 10.35,10C10.24,10.07 10.31,10.23 10.35,10.33C10.44,10.58 10.84,11 11.5,11.24C12.09,11.43 13.53,11.54 15.26,10.87C17.2,10.12 18.72,8.03 18.27,6.28Z\" /></svg></li><li title=\"satellite uplink \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-satellite-uplink\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.86,2L11.34,3.93C15.75,4.78 19.2,8.23 20.05,12.65L22,12.13C20.95,7.03 16.96,3.04 11.86,2M10.82,5.86L10.3,7.81C13.34,8.27 15.72,10.65 16.18,13.68L18.12,13.16C17.46,9.44 14.55,6.5 10.82,5.86M3.72,9.69C3.25,10.73 3,11.86 3,13C3,14.95 3.71,16.82 5,18.28V22H8V20.41C8.95,20.8 9.97,21 11,21C12.14,21 13.27,20.75 14.3,20.28L3.72,9.69M9.79,9.76L9.26,11.72A3,3 0 0,1 12.26,14.72L14.23,14.2C14,11.86 12.13,10 9.79,9.76Z\" /></svg></li><li title=\"satellite variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-satellite-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.62,1L17.28,6.67L15.16,8.79L13.04,6.67L11.62,8.09L13.95,10.41L12.79,11.58L13.24,12.04C14.17,11.61 15.31,11.77 16.07,12.54L12.54,16.07C11.77,15.31 11.61,14.17 12.04,13.24L11.58,12.79L10.41,13.95L8.09,11.62L6.67,13.04L8.79,15.16L6.67,17.28L1,11.62L3.14,9.5L5.26,11.62L6.67,10.21L3.84,7.38C3.06,6.6 3.06,5.33 3.84,4.55L4.55,3.84C5.33,3.06 6.6,3.06 7.38,3.84L10.21,6.67L11.62,5.26L9.5,3.14L11.62,1M18,14A4,4 0 0,1 14,18V16A2,2 0 0,0 16,14H18M22,14A8,8 0 0,1 14,22V20A6,6 0 0,0 20,14H22Z\" /></svg></li><li title=\"satellite \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-satellite\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,18L8.5,13.5L11,16.5L14.5,12L19,18M5,12V10A5,5 0 0,0 10,5H12A7,7 0 0,1 5,12M5,5H8A3,3 0 0,1 5,8M19,3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3Z\" /></svg></li><li title=\"sausage off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sausage-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.8 22.7L16.3 18.2C14.2 19.9 11.4 21 8.5 21C7.1 21 5.9 20.2 5.3 19L3 20.5V14.5L5.3 16C5.8 14.8 7.1 14 8.5 14C9.5 14 10.5 13.7 11.3 13.2L1.1 3L2.4 1.7L22.1 21.4L20.8 22.7M21 8.5C21 7.1 20.2 5.9 19 5.3L20.5 3H14.5L16 5.3C14.8 5.8 14 7.1 14 8.5C14 9.2 13.9 9.8 13.6 10.4L18.7 15.6C20.2 13.6 21 11.1 21 8.5Z\" /></svg></li><li title=\"sausage \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sausage\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 5.3C20.2 5.8 21 7.1 21 8.5C21 15.4 15.4 21 8.5 21C7.1 21 5.9 20.2 5.3 19L3 20.5V14.5L5.3 16C5.9 14.8 7.1 14 8.5 14C11.5 14 14 11.5 14 8.5C14 7.1 14.8 5.9 16 5.3L14.5 3H20.5L19 5.3Z\" /></svg></li><li title=\"saw blade \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-saw-blade\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,15C20,15 18.6,16.3 21.1,17L18.3,19.8H15.5C15.5,19.8 13.6,19.7 15,22H11L9,20C9,20 7.7,18.6 7,21.1L4.2,18.3V15.5C4.2,15.5 4.3,13.6 2,15V11L4,9C4,9 5.4,7.7 2.8,7.1L5.6,4.2H8.5C8.5,4.2 10.4,4.3 9,2H13L15,4C15,4 16.3,5.4 17,2.8L19.8,5.6V8.5C19.8,8.5 19.7,10.4 22,9V13L20,15M14,12A2,2 0 0,0 12,10A2,2 0 0,0 10,12A2,2 0 0,0 12,14A2,2 0 0,0 14,12Z\" /></svg></li><li title=\"sawtooth wave \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sawtooth-wave\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11 22V6.83L2 16V13.17L13 2V17.17L22 8V10.83L11 22Z\" /></svg></li><li title=\"saxophone \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-saxophone\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,2A1,1 0 0,0 3,3A1,1 0 0,0 4,4A3,3 0 0,1 7,7V8.66L7,15.5C7,19.1 9.9,22 13.5,22C17.1,22 20,19.1 20,15.5V13A1,1 0 0,0 21,12A1,1 0 0,0 20,11H14A1,1 0 0,0 13,12A1,1 0 0,0 14,13V15A1,1 0 0,1 13,16A1,1 0 0,1 12,15V11A1,1 0 0,0 13,10A1,1 0 0,0 12,9V8A1,1 0 0,0 13,7A1,1 0 0,0 12,6V5.5A3.5,3.5 0 0,0 8.5,2H4Z\" /></svg></li><li title=\"scale balance \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-scale-balance\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,3C10.73,3 9.6,3.8 9.18,5H3V7H4.95L2,14C1.53,16 3,17 5.5,17C8,17 9.56,16 9,14L6.05,7H9.17C9.5,7.85 10.15,8.5 11,8.83V20H2V22H22V20H13V8.82C13.85,8.5 14.5,7.85 14.82,7H17.95L15,14C14.53,16 16,17 18.5,17C21,17 22.56,16 22,14L19.05,7H21V5H14.83C14.4,3.8 13.27,3 12,3M12,5A1,1 0 0,1 13,6A1,1 0 0,1 12,7A1,1 0 0,1 11,6A1,1 0 0,1 12,5M5.5,10.25L7,14H4L5.5,10.25M18.5,10.25L20,14H17L18.5,10.25Z\" /></svg></li><li title=\"scale bathroom \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-scale-bathroom\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,2H19A2,2 0 0,1 21,4V20A2,2 0 0,1 19,22H5A2,2 0 0,1 3,20V4A2,2 0 0,1 5,2M12,4A4,4 0 0,0 8,8H11.26L10.85,5.23L12.9,8H16A4,4 0 0,0 12,4M5,10V20H19V10H5Z\" /></svg></li><li title=\"scale off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-scale-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.11 21.46L20.84 22.73L19.11 21H18V19.89L12.11 14H11V12.89L10.31 12.2A7.92 7.92 0 0 0 7.09 13.68L8.46 15.06L7.05 16.47L5.68 15.1A7.94 7.94 0 0 0 4.06 19H6V21H2V20A10 10 0 0 1 8.68 10.57L3.85 5.74L2 5V3.89L1.11 3L2.39 1.73M21.91 18.71A10 10 0 0 0 14 10.2V8.2L22 5V3H6.2M12 18A1.84 1.84 0 0 0 11.12 18.21L7.27 20L11.12 21.79A1.84 1.84 0 0 0 12 22A2 2 0 0 0 12 18Z\" /></svg></li><li title=\"scale unbalanced \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-scale-unbalanced\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 20V8.8C13.5 8.6 14 8.3 14.3 7.9L17.8 9.2L14.9 16C14.4 18 15.9 19 18.4 19S22.5 18 21.9 16L19.3 9.7L20.2 10L20.9 8.1L15 6C15 4.8 14.3 3.6 13 3.1C11.8 2.6 10.5 3.1 9.7 4L3.9 2L3.2 3.8L4.8 4.4L2.1 11C1.6 13 3.1 14 5.6 14S9.7 13 9.1 11L6.6 5.1L9 6C9 7.2 9.7 8.4 11 8.9V20H2V22H22V20H13M19.9 16H16.9L18.4 12.2L19.9 16M7.1 11H4.1L5.6 7.2L7.1 11M11.1 5.7C11.3 5.2 11.9 4.9 12.4 5.1S13.2 5.9 13 6.4 12.2 7.2 11.7 7 10.9 6.2 11.1 5.7Z\" /></svg></li><li title=\"scale \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-scale\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8.46,15.06L7.05,16.47L5.68,15.1C4.82,16.21 4.24,17.54 4.06,19H6V21H2V20C2,15.16 5.44,11.13 10,10.2V8.2L2,5V3H22V5L14,8.2V10.2C18.56,11.13 22,15.16 22,20V21H18V19H19.94C19.76,17.54 19.18,16.21 18.32,15.1L16.95,16.47L15.54,15.06L16.91,13.68C15.8,12.82 14.46,12.24 13,12.06V14H11V12.06C9.54,12.24 8.2,12.82 7.09,13.68L8.46,15.06M12,18A2,2 0 0,1 14,20A2,2 0 0,1 12,22C11.68,22 11.38,21.93 11.12,21.79L7.27,20L11.12,18.21C11.38,18.07 11.68,18 12,18Z\" /></svg></li><li title=\"scan helper \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-scan-helper\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M0 2A2 2 0 0 1 2 0H6V2H2V6H0V2M24 22A2 2 0 0 1 22 24H18V22H22V18H24V22M2 24A2 2 0 0 1 0 22V18H2V22H6V24H2M22 0A2 2 0 0 1 24 2V6H22V2H18V0H22Z\" /></svg></li><li title=\"scanner off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-scanner-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,5.27L3.28,4L20,20.72L18.73,22L16.73,20H5A2,2 0 0,1 3,18V12.5C3,11.7 3.5,10.9 4.2,10.7L6.57,9.84L2,5.27M6.4,12H8.73L8.11,11.38L6.4,12M5,15V17H13.73L11.73,15H5M19.8,5L20.5,6.9L11.85,10.03L10.3,8.47L19.8,5M19,12A2,2 0 0,1 21,14V18C21,18.34 20.91,18.66 20.76,18.94L19,17.18V15H16.82L13.82,12H19Z\" /></svg></li><li title=\"scanner \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-scanner\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4.2,10.7L19.8,5L20.5,6.9L6.4,12H19A2,2 0 0,1 21,14V18A2,2 0 0,1 19,20H5A2,2 0 0,1 3,18V12.5C3,11.7 3.5,10.9 4.2,10.7M17,17H19V15H17V17M5,17H15V15H5V17Z\" /></svg></li><li title=\"scatter plot outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-scatter-plot-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7,18A4,4 0 0,1 3,14A4,4 0 0,1 7,10A4,4 0 0,1 11,14A4,4 0 0,1 7,18M7,12A2,2 0 0,0 5,14A2,2 0 0,0 7,16A2,2 0 0,0 9,14A2,2 0 0,0 7,12M11,10A4,4 0 0,1 7,6A4,4 0 0,1 11,2A4,4 0 0,1 15,6A4,4 0 0,1 11,10M11,4A2,2 0 0,0 9,6A2,2 0 0,0 11,8A2,2 0 0,0 13,6A2,2 0 0,0 11,4M16.6,21.6C14.39,21.6 12.6,19.81 12.6,17.6A4,4 0 0,1 16.6,13.6C18.81,13.6 20.6,15.39 20.6,17.6A4,4 0 0,1 16.6,21.6M16.6,15.6A2,2 0 0,0 14.6,17.6C14.6,18.7 15.5,19.6 16.6,19.6A2,2 0 0,0 18.6,17.6C18.6,16.5 17.7,15.6 16.6,15.6Z\" /></svg></li><li title=\"scatter plot \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-scatter-plot\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7,11A3,3 0 0,1 10,14A3,3 0 0,1 7,17A3,3 0 0,1 4,14A3,3 0 0,1 7,11M11,3A3,3 0 0,1 14,6A3,3 0 0,1 11,9A3,3 0 0,1 8,6A3,3 0 0,1 11,3M16.6,14.6C18.25,14.6 19.6,15.94 19.6,17.6A3,3 0 0,1 16.6,20.6C14.94,20.6 13.6,19.25 13.6,17.6A3,3 0 0,1 16.6,14.6Z\" /></svg></li><li title=\"scent off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-scent-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.6 16.5C13.7 17.8 13 19.2 13 20.5C13 20.9 13.1 21.3 13.2 21.8C13.2 21.9 13.2 22 13.1 22.1C13 22.2 12.9 22.1 12.9 22C11.9 20.7 11.4 19.5 11.4 18.1C11.4 16.9 11.8 15.7 12.6 14.5L11.2 13.1C10.1 14.5 9.4 16 9.4 17.5C9.4 17.9 9.5 18.3 9.6 18.8C9.6 18.9 9.6 19 9.5 19.1C9.4 19.2 9.3 19.1 9.3 19C8.3 17.7 7.8 16.5 7.8 15.1C7.8 13.8 8.3 12.5 9.3 11.1L7.9 9.8C6.9 11 6.2 12.2 6.2 13.4C6.2 13.7 6.3 14.1 6.4 14.3C6.4 14.4 6.4 14.4 6.3 14.5C6.2 14.6 6.1 14.5 6.1 14.5C5.3 13.6 5 12.6 5 11.7C5 10.6 5.5 9.5 6.4 8.4L1.1 3L2.4 1.7L22.1 21.4L20.8 22.7L14.6 16.5M10.2 7C10.6 6.3 10.8 5.6 10.8 4.9C10.8 4 10.5 3 9.7 2.1C9.6 2 9.5 2 9.4 2C9.3 2 9.4 2.1 9.4 2.2C9.5 2.5 9.6 2.8 9.6 3.1C9.6 3.9 9.3 4.7 8.8 5.5L10.2 7M17.3 6.5C17.3 8.2 16.2 10 14.8 11.6L16.8 13.6C18.3 12.1 19 10.6 19 9C19 7.7 18.5 6.4 17.5 5.1C17.4 5 17.4 5 17.3 5C17.2 5.1 17.2 5.2 17.2 5.3C17.2 5.7 17.3 6.1 17.3 6.5M13.5 10.3C14.7 8.8 15.3 7.4 15.3 5.9C15.3 4.6 14.8 3.3 13.8 2H13.6C13.5 2.1 13.5 2.2 13.5 2.3C13.6 2.7 13.7 3.1 13.7 3.6C13.7 5.2 12.8 6.8 11.5 8.4L13.5 10.3Z\" /></svg></li><li title=\"scent \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-scent\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17.5 5.1C18.5 6.4 19 7.6 19 9C19 10.7 18.3 12.3 16.6 14.1C14.7 16.1 13 18.3 13 20.5C13 20.9 13.1 21.3 13.2 21.8C13.2 21.9 13.2 22 13.1 22.1C13 22.2 12.9 22.1 12.9 22C11.9 20.7 11.4 19.5 11.4 18.1C11.4 16.4 12.1 14.8 13.8 13C15.7 11 17.4 8.8 17.4 6.6C17.4 6.2 17.3 5.8 17.2 5.3C17.2 5.2 17.2 5.1 17.3 5C17.4 5 17.4 5 17.5 5.1M9.7 2.1C10.4 3 10.7 4 10.7 4.9C10.7 6.2 10.1 7.4 8.9 8.7C7.5 10.2 6.2 11.9 6.2 13.5C6.2 13.8 6.3 14.2 6.4 14.4C6.4 14.5 6.4 14.5 6.3 14.6C6.2 14.7 6.1 14.6 6.1 14.6C5.3 13.6 5 12.6 5 11.7C5 10.4 5.6 9.2 6.8 7.9C8.2 6.4 9.5 4.7 9.5 3.1C9.5 2.8 9.4 2.4 9.3 2.2V2C9.5 2 9.6 2 9.7 2.1M10.1 9.9C12 7.9 13.7 5.7 13.7 3.5C13.7 3.1 13.6 2.7 13.5 2.2C13.5 2.1 13.5 2 13.6 1.9C13.7 1.8 13.8 1.9 13.8 2C14.8 3.3 15.3 4.5 15.3 5.9C15.3 7.6 14.6 9.2 12.9 11C11 13 9.3 15.2 9.3 17.4C9.3 17.8 9.4 18.2 9.5 18.7C9.5 18.8 9.5 18.9 9.4 19C9.3 19.1 9.2 19 9.2 18.9C8.2 17.6 7.7 16.4 7.7 15C7.7 13.3 8.4 11.7 10.1 9.9Z\" /></svg></li><li title=\"school outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-school-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 3L1 9L5 11.18V17.18L12 21L19 17.18V11.18L21 10.09V17H23V9L12 3M18.82 9L12 12.72L5.18 9L12 5.28L18.82 9M17 16L12 18.72L7 16V12.27L12 15L17 12.27V16Z\" /></svg></li><li title=\"school \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-school\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,3L1,9L12,15L21,10.09V17H23V9M5,13.18V17.18L12,21L19,17.18V13.18L12,17L5,13.18Z\" /></svg></li><li title=\"scissors cutting \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-scissors-cutting\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,21H7V19H11V21M15.5,19H17V21H13V19H13.2L11.8,12.9L9.3,13.5C9.2,14 9,14.4 8.8,14.8C7.9,16.3 6,16.7 4.5,15.8C3,14.9 2.6,13 3.5,11.5C4.4,10 6.3,9.6 7.8,10.5C8.2,10.7 8.5,11.1 8.7,11.4L11.2,10.8L10.6,8.3C10.2,8.2 9.8,8 9.4,7.8C8,6.9 7.5,5 8.4,3.5C9.3,2 11.2,1.6 12.7,2.5C14.2,3.4 14.6,5.3 13.7,6.8C13.5,7.2 13.1,7.5 12.8,7.7L15.5,19M7,11.8C6.3,11.3 5.3,11.6 4.8,12.3C4.3,13 4.6,14 5.3,14.4C6,14.9 7,14.7 7.5,13.9C7.9,13.2 7.7,12.2 7,11.8M12.4,6C12.9,5.3 12.6,4.3 11.9,3.8C11.2,3.3 10.2,3.6 9.7,4.3C9.3,5 9.5,6 10.3,6.5C11,6.9 12,6.7 12.4,6M12.8,11.3C12.6,11.2 12.4,11.2 12.3,11.4C12.2,11.6 12.2,11.8 12.4,11.9C12.6,12 12.8,12 12.9,11.8C13.1,11.6 13,11.4 12.8,11.3M21,8.5L14.5,10L15,12.2L22.5,10.4L23,9.7L21,8.5M23,19H19V21H23V19M5,19H1V21H5V19Z\" /></svg></li><li title=\"scooter electric \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-scooter-electric\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.82 16H15V15C15 12.79 16.79 11 19 11H19.74L17.84 2.56C17.63 1.65 16.82 1 15.89 1H12V3H15.89L17.29 9.25H17.28C15.12 9.9 13.47 11.73 13.09 14H7.82C7.34 12.66 5.96 11.76 4.4 12.06C3.22 12.29 2.27 13.26 2.05 14.44C1.7 16.34 3.16 18 5 18C6.3 18 7.4 17.16 7.82 16M5 16C4.45 16 4 15.55 4 15S4.45 14 5 14 6 14.45 6 15 5.55 16 5 16M19 12C17.34 12 16 13.34 16 15S17.34 18 19 18 22 16.66 22 15 20.66 12 19 12M19 16C18.45 16 18 15.55 18 15S18.45 14 19 14 20 14.45 20 15 19.55 16 19 16M11 20H7L13 23V21H17L11 18V20Z\" /></svg></li><li title=\"scooter \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-scooter\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.82 19H15V18C15 15.79 16.79 14 19 14H19.74L17.84 5.56C17.63 4.65 16.82 4 15.89 4H12V6H15.89L17.29 12.25H17.28C15.12 12.9 13.47 14.73 13.09 17H7.82C7.34 15.66 5.96 14.76 4.4 15.06C3.22 15.29 2.27 16.26 2.05 17.44C1.7 19.34 3.16 21 5 21C6.3 21 7.4 20.16 7.82 19M5 19C4.45 19 4 18.55 4 18S4.45 17 5 17 6 17.45 6 18 5.55 19 5 19M19 15C17.34 15 16 16.34 16 18S17.34 21 19 21 22 19.66 22 18 20.66 15 19 15M19 19C18.45 19 18 18.55 18 18S18.45 17 19 17 20 17.45 20 18 19.55 19 19 19Z\" /></svg></li><li title=\"scoreboard outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-scoreboard-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 3H3C1.9 3 1 3.9 1 5V19C1 20.1 1.9 21 3 21H21C22.1 21 23 20.1 23 19V5C23 3.9 22.1 3 21 3M21 19H3V5H21M5 7H9C9.6 7 10 7.4 10 8V16C10 16.6 9.6 17 9 17H5C4.4 17 4 16.6 4 16V8C4 7.4 4.4 7 5 7M6 9V15H8V9M15 7H19C19.6 7 20 7.4 20 8V16C20 16.6 19.6 17 19 17H15C14.4 17 14 16.6 14 16V8C14 7.4 14.4 7 15 7M16 9V15H18V9M12 11C12.6 11 13 10.6 13 10C13 9.4 12.6 9 12 9C11.4 9 11 9.4 11 10C11 10.6 11.4 11 12 11M12 15C12.6 15 13 14.6 13 14C13 13.4 12.6 13 12 13C11.4 13 11 13.4 11 14C11 14.6 11.4 15 12 15Z\" /></svg></li><li title=\"scoreboard \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-scoreboard\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6 9H8V15H6V9M16 9H18V15H16V9M21 3C22.1 3 23 3.9 23 5V19C23 20.1 22.1 21 21 21H3C1.9 21 1 20.1 1 19V5C1 3.9 1.9 3 3 3H21M5 7C4.4 7 4 7.4 4 8V16C4 16.6 4.4 17 5 17H9C9.6 17 10 16.6 10 16V8C10 7.4 9.6 7 9 7H5M15 7C14.4 7 14 7.4 14 8V16C14 16.6 14.4 17 15 17H19C19.6 17 20 16.6 20 16V8C20 7.4 19.6 7 19 7H15M12 11C12.6 11 13 10.6 13 10C13 9.4 12.6 9 12 9C11.4 9 11 9.4 11 10C11 10.6 11.4 11 12 11M12 15C12.6 15 13 14.6 13 14C13 13.4 12.6 13 12 13C11.4 13 11 13.4 11 14C11 14.6 11.4 15 12 15Z\" /></svg></li><li title=\"screen rotation lock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-screen-rotation-lock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.8,2.5C16.8,1.56 17.56,0.8 18.5,0.8C19.44,0.8 20.2,1.56 20.2,2.5V3H16.8V2.5M16,9H21A1,1 0 0,0 22,8V4A1,1 0 0,0 21,3V2.5A2.5,2.5 0 0,0 18.5,0A2.5,2.5 0 0,0 16,2.5V3A1,1 0 0,0 15,4V8A1,1 0 0,0 16,9M8.47,20.5C5.2,18.94 2.86,15.76 2.5,12H1C1.5,18.16 6.66,23 12.95,23L13.61,22.97L9.8,19.15L8.47,20.5M23.25,12.77L20.68,10.2L19.27,11.61L21.5,13.83L15.83,19.5L4.5,8.17L10.17,2.5L12.27,4.61L13.68,3.2L11.23,0.75C10.64,0.16 9.69,0.16 9.11,0.75L2.75,7.11C2.16,7.7 2.16,8.65 2.75,9.23L14.77,21.25C15.36,21.84 16.31,21.84 16.89,21.25L23.25,14.89C23.84,14.3 23.84,13.35 23.25,12.77Z\" /></svg></li><li title=\"screen rotation \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-screen-rotation\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.5,21.5C4.25,19.94 1.91,16.76 1.55,13H0.05C0.56,19.16 5.71,24 12,24L12.66,23.97L8.85,20.16M14.83,21.19L2.81,9.17L9.17,2.81L21.19,14.83M10.23,1.75C9.64,1.16 8.69,1.16 8.11,1.75L1.75,8.11C1.16,8.7 1.16,9.65 1.75,10.23L13.77,22.25C14.36,22.84 15.31,22.84 15.89,22.25L22.25,15.89C22.84,15.3 22.84,14.35 22.25,13.77L10.23,1.75M16.5,2.5C19.75,4.07 22.09,7.24 22.45,11H23.95C23.44,4.84 18.29,0 12,0L11.34,0.03L15.15,3.84L16.5,2.5Z\" /></svg></li><li title=\"screw flat top \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-screw-flat-top\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.5,17V19L12,22L10.5,19L13.5,17M14.5,6.3L13.5,7V6H10.5V9L9.5,9.7V10.7L14.5,7.4V6.3M14.5,10.3L13.5,11V9L10.5,11V13L9.5,13.7V14.7L14.5,11.4V10.3M14.5,14.3L13.5,15V13L10.5,15V17L9.5,17.7V18.7L14.5,15.4V14.3M8,2C8,2 7,2 7,3L10,5H14L17,3C17,3 17,2 16,2C15,2 8,2 8,2Z\" /></svg></li><li title=\"screw lag \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-screw-lag\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,19.3L14,16.6V20L12,22L10,20V19.3M14,12.7L10,15.4V17.4L9,18V19L15,15.1V14L14,14.7V12.7M7,2V5H17V2H7M9,6V9L10,9.7V13.4L9,14V15L15,11.1V10L14,10.7C14,10.7 14,10.3 14,9.7L15,9V6H9Z\" /></svg></li><li title=\"screw machine flat top \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-screw-machine-flat-top\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.5,7.3L13.5,8V7H10.5V10L9.5,10.7V11.7L14.5,8.4V7.3M14.5,11.3L13.5,12V10L10.5,12V14L9.5,14.7V15.7L14.5,12.4V11.3M14.5,15.3L13.5,16V14L10.5,16V18L9.5,18.7V19.7L14.5,16.4V15.3M8,3C8,3 7,3 7,4L10,6H14L17,4C17,4 17,3 16,3C15,3 8,3 8,3M13.5,18V21H10.5V20L13.5,18Z\" /></svg></li><li title=\"screw machine round top \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-screw-machine-round-top\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.5,7.3L13.5,8V7H10.5V10L9.5,10.7V11.7L14.5,8.4V7.3M14.5,11.3L13.5,12V10L10.5,12V14L9.5,14.7V15.7L14.5,12.4V11.3M14.5,15.3L13.5,16V14L10.5,16V18L9.5,18.7V19.7L14.5,16.4V15.3M7,6H17C17,6 16,3 12,3C8,3 7,6 7,6M13.5,18V21H10.5V20L13.5,18Z\" /></svg></li><li title=\"screw round top \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-screw-round-top\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.5,17V19L12,22L10.5,19L13.5,17M14.5,6.3L13.5,7V6H10.5V9L9.5,9.7V10.7L14.5,7.4V6.3M14.5,10.3L13.5,11V9L10.5,11V13L9.5,13.7V14.7L14.5,11.4V10.3M14.5,14.3L13.5,15V13L10.5,15V17L9.5,17.7V18.7L14.5,15.4V14.3M7,5H17C17,5 16,2 12,2C8,2 7,5 7,5Z\" /></svg></li><li title=\"screwdriver \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-screwdriver\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18,1.83C17.5,1.83 17,2 16.59,2.41C13.72,5.28 8,11 8,11L9.5,12.5L6,16H4L2,20L4,22L8,20V18L11.5,14.5L13,16C13,16 18.72,10.28 21.59,7.41C22.21,6.5 22.37,5.37 21.59,4.59L19.41,2.41C19,2 18.5,1.83 18,1.83M18,4L20,6L13,13L11,11L18,4Z\" /></svg></li><li title=\"script outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-script-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,20A1,1 0 0,0 16,19V4H8A1,1 0 0,0 7,5V16H5V5A3,3 0 0,1 8,2H19A3,3 0 0,1 22,5V6H20V5A1,1 0 0,0 19,4A1,1 0 0,0 18,5V9L18,19A3,3 0 0,1 15,22H5A3,3 0 0,1 2,19V18H13A2,2 0 0,0 15,20Z\" /></svg></li><li title=\"script text key outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-script-text-key-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17.8 19C17.4 17.8 16.3 17 15 17C13.3 17 12 18.3 12 20S13.3 23 15 23C16.3 23 17.4 22.2 17.8 21H19V23H21V21H23V19H17.8M15 21.3C14.3 21.3 13.7 20.7 13.7 20S14.3 18.7 15 18.7 16.3 19.3 16.3 20 15.7 21.3 15 21.3M9 10H14V12H9V10M9 6H14V8H9V6M7 5C7 4.4 7.4 4 8 4H16V15.1C16.7 15.3 17.4 15.6 18 16V5C18 4.4 18.4 4 19 4S20 4.4 20 5V6H22V5C22 3.3 20.7 2 19 2H8C6.3 2 5 3.3 5 5V16H7V5M10 20C10 19.3 10.1 18.6 10.4 18H2V19C2 20.7 3.3 22 5 22H10.4C10.1 21.4 10 20.7 10 20M9 16H12C12.6 15.6 13.3 15.2 14 15.1V14H9V16Z\" /></svg></li><li title=\"script text key \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-script-text-key\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17.8 19C17.4 17.8 16.3 17 15 17C13.3 17 12 18.3 12 20S13.3 23 15 23C16.3 23 17.4 22.2 17.8 21H19V23H21V21H23V19H17.8M15 21.3C14.3 21.3 13.7 20.7 13.7 20S14.3 18.7 15 18.7 16.3 19.3 16.3 20 15.7 21.3 15 21.3M15 15C16.1 15 17.2 15.4 18 16V5C18 4.4 18.4 4 19 4S20 4.4 20 5V6H22V5C22 3.3 20.7 2 19 2H8C6.3 2 5 3.3 5 5V16H12C12.8 15.4 13.9 15 15 15M8 6H15V8H8V6M8 10H14V12H8V10M10.4 22H5C3.3 22 2 20.7 2 19V18H10.4C10.1 18.6 10 19.3 10 20S10.1 21.4 10.4 22\" /></svg></li><li title=\"script text outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-script-text-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,20A1,1 0 0,0 16,19V4H8A1,1 0 0,0 7,5V16H5V5A3,3 0 0,1 8,2H19A3,3 0 0,1 22,5V6H20V5A1,1 0 0,0 19,4A1,1 0 0,0 18,5V9L18,19A3,3 0 0,1 15,22H5A3,3 0 0,1 2,19V18H13A2,2 0 0,0 15,20M9,6H14V8H9V6M9,10H14V12H9V10M9,14H14V16H9V14Z\" /></svg></li><li title=\"script text play outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-script-text-play-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9 14H14V15.7C13.9 15.8 13.9 15.9 13.8 16H9V14M9 12H14V10H9V12M9 8H14V6H9V8M7 5C7 4.4 7.4 4 8 4H16V13.8C16.6 13.4 17.3 13.2 18 13.1V5C18 4.4 18.4 4 19 4S20 4.4 20 5V6H22V5C22 3.3 20.7 2 19 2H8C6.3 2 5 3.3 5 5V16H7V5M13 19V18.4 18H2V19C2 20.7 3.3 22 5 22H13.8C13.3 21.1 13 20.1 13 19M17 16V22L22 19L17 16Z\" /></svg></li><li title=\"script text play \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-script-text-play\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.8 22H5C3.3 22 2 20.7 2 19V18H13.1C13 18.3 13 18.7 13 19C13 20.1 13.3 21.1 13.8 22M13.8 16H5V5C5 3.3 6.3 2 8 2H19C20.7 2 22 3.3 22 5V6H20V5C20 4.4 19.6 4 19 4S18 4.4 18 5V13.1C16.2 13.4 14.7 14.5 13.8 16M8 8H15V6H8V8M8 12H14V10H8V12M17 16V22L22 19L17 16Z\" /></svg></li><li title=\"script text \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-script-text\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17.8,20C17.4,21.2 16.3,22 15,22H5C3.3,22 2,20.7 2,19V18H5L14.2,18C14.6,19.2 15.7,20 17,20H17.8M19,2C20.7,2 22,3.3 22,5V6H20V5C20,4.4 19.6,4 19,4C18.4,4 18,4.4 18,5V18H17C16.4,18 16,17.6 16,17V16H5V5C5,3.3 6.3,2 8,2H19M8,6V8H15V6H8M8,10V12H14V10H8Z\" /></svg></li><li title=\"script \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-script\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17.8,20C17.4,21.2 16.3,22 15,22H5C3.3,22 2,20.7 2,19V18H5L14.2,18C14.6,19.2 15.7,20 17,20H17.8M19,2H8C6.3,2 5,3.3 5,5V16H16V17C16,17.6 16.4,18 17,18H18V5C18,4.4 18.4,4 19,4C19.6,4 20,4.4 20,5V6H22V5C22,3.3 20.7,2 19,2Z\" /></svg></li><li title=\"sd \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sd\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18,8H16V4H18M15,8H13V4H15M12,8H10V4H12M18,2H10L4,8V20A2,2 0 0,0 6,22H18A2,2 0 0,0 20,20V4A2,2 0 0,0 18,2Z\" /></svg></li><li title=\"seal variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-seal-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17.71 6.15C17.46 5.38 16.79 5.21 16.45 4.77C16.14 4.31 16.18 3.62 15.53 3.15S14.23 2.92 13.7 2.77 12.81 2 12 2 10.82 2.58 10.3 2.77 9.13 2.67 8.47 3.15 7.86 4.31 7.55 4.77C7.21 5.21 6.55 5.38 6.29 6.15S6.5 7.45 6.5 8 6 9.08 6.29 9.85 7.21 10.79 7.55 11.23C7.86 11.69 7.82 12.38 8.47 12.85S9.77 13.08 10.3 13.23 11.19 14 12 14 13.18 13.42 13.7 13.23 14.87 13.33 15.53 12.85 16.14 11.69 16.45 11.23C16.79 10.79 17.45 10.62 17.71 9.85S17.5 8.55 17.5 8 18 6.92 17.71 6.15M12 12A4 4 0 1 1 16 8A4 4 0 0 1 12 12M14 8A2 2 0 1 1 12 6A2 2 0 0 1 14 8M13.71 15.56L13.08 19.16L12.35 23.29L9.74 20.8L6.44 22.25L7.77 14.75A4 4 0 0 0 9.66 15.17A4.15 4.15 0 0 0 11 15.85A3.32 3.32 0 0 0 12 16A3.5 3.5 0 0 0 13.71 15.56M17.92 18.78L15.34 17.86L15.85 14.92A3.2 3.2 0 0 0 16.7 14.47L16.82 14.37Z\" /></svg></li><li title=\"seal \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-seal\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.39,19.37L16.38,18L15,22L11.92,16L9,22L7.62,18L3.61,19.37L6.53,13.37C5.57,12.17 5,10.65 5,9A7,7 0 0,1 12,2A7,7 0 0,1 19,9C19,10.65 18.43,12.17 17.47,13.37L20.39,19.37M7,9L9.69,10.34L9.5,13.34L12,11.68L14.5,13.33L14.33,10.34L17,9L14.32,7.65L14.5,4.67L12,6.31L9.5,4.65L9.67,7.66L7,9Z\" /></svg></li><li title=\"search web \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-search-web\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.5,14L20.5,19L19,20.5L14,15.5V14.71L13.73,14.43C12.59,15.41 11.11,16 9.5,16A6.5,6.5 0 0,1 3,9.5A6.5,6.5 0 0,1 9.5,3A6.5,6.5 0 0,1 16,9.5C16,11.11 15.41,12.59 14.43,13.73L14.71,14H15.5M9.5,4.5L8.95,4.53C8.71,5.05 8.34,5.93 8.07,7H10.93C10.66,5.93 10.29,5.05 10.05,4.53C9.87,4.5 9.69,4.5 9.5,4.5M13.83,7C13.24,5.97 12.29,5.17 11.15,4.78C11.39,5.31 11.7,6.08 11.93,7H13.83M5.17,7H7.07C7.3,6.08 7.61,5.31 7.85,4.78C6.71,5.17 5.76,5.97 5.17,7M4.5,9.5C4.5,10 4.58,10.53 4.73,11H6.87L6.75,9.5L6.87,8H4.73C4.58,8.47 4.5,9 4.5,9.5M14.27,11C14.42,10.53 14.5,10 14.5,9.5C14.5,9 14.42,8.47 14.27,8H12.13C12.21,8.5 12.25,9 12.25,9.5C12.25,10 12.21,10.5 12.13,11H14.27M7.87,8L7.75,9.5L7.87,11H11.13C11.21,10.5 11.25,10 11.25,9.5C11.25,9 11.21,8.5 11.13,8H7.87M9.5,14.5C9.68,14.5 9.86,14.5 10.03,14.47C10.28,13.95 10.66,13.07 10.93,12H8.07C8.34,13.07 8.72,13.95 8.97,14.47L9.5,14.5M13.83,12H11.93C11.7,12.92 11.39,13.69 11.15,14.22C12.29,13.83 13.24,13.03 13.83,12M5.17,12C5.76,13.03 6.71,13.83 7.85,14.22C7.61,13.69 7.3,12.92 7.07,12H5.17Z\" /></svg></li><li title=\"seat flat angled \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-seat-flat-angled\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.25,14.29L21.56,16.18L9.2,11.71L11.28,6.05L19.84,9.14C21.94,9.9 23,12.2 22.25,14.29M1.5,12.14L8,14.5V19H16V17.37L20.5,19L21.21,17.11L2.19,10.25M7.3,10.2C8.79,9.5 9.42,7.69 8.71,6.2C8,4.71 6.2,4.08 4.7,4.8C3.21,5.5 2.58,7.3 3.3,8.8C4,10.29 5.8,10.92 7.3,10.2Z\" /></svg></li><li title=\"seat flat \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-seat-flat\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,11V13H9V7H18A4,4 0 0,1 22,11M2,14V16H8V18H16V16H22V14M7.14,12.1C8.3,10.91 8.28,9 7.1,7.86C5.91,6.7 4,6.72 2.86,7.9C1.7,9.09 1.72,11 2.9,12.14C4.09,13.3 6,13.28 7.14,12.1Z\" /></svg></li><li title=\"seat individual suite \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-seat-individual-suite\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7,13A3,3 0 0,0 10,10A3,3 0 0,0 7,7A3,3 0 0,0 4,10A3,3 0 0,0 7,13M19,7H11V14H3V7H1V17H23V11A4,4 0 0,0 19,7Z\" /></svg></li><li title=\"seat legroom extra \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-seat-legroom-extra\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,12V3H2V12A5,5 0 0,0 7,17H13V15H7A3,3 0 0,1 4,12M22.83,17.24C22.45,16.5 21.54,16.27 20.8,16.61L19.71,17.11L16.3,10.13C15.96,9.45 15.27,9 14.5,9H11V3H5V11A3,3 0 0,0 8,14H15L18.41,21L22.13,19.3C22.9,18.94 23.23,18 22.83,17.24Z\" /></svg></li><li title=\"seat legroom normal \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-seat-legroom-normal\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,12V3H3V12A5,5 0 0,0 8,17H14V15H8A3,3 0 0,1 5,12M20.5,18H19V11A2,2 0 0,0 17,9H12V3H6V11A3,3 0 0,0 9,14H16V21H20.5A1.5,1.5 0 0,0 22,19.5A1.5,1.5 0 0,0 20.5,18Z\" /></svg></li><li title=\"seat legroom reduced \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-seat-legroom-reduced\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.97,19.2C20.15,20.16 19.42,21 18.5,21H14V18L15,14H9A3,3 0 0,1 6,11V3H12V9H17A2,2 0 0,1 19,11L17,18H18.44C19.17,18 19.83,18.5 19.97,19.2M5,12V3H3V12A5,5 0 0,0 8,17H12V15H8A3,3 0 0,1 5,12Z\" /></svg></li><li title=\"seat outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-seat-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,5V12H9V5H15M15,3H9A2,2 0 0,0 7,5V14H17V5A2,2 0 0,0 15,3M22,10H19V13H22V10M5,10H2V13H5V10M20,15H4V21H6V17H18V21H20V15Z\" /></svg></li><li title=\"seat passenger \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-seat-passenger\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9 19H15V21H9C6.24 21 4 18.76 4 16V7H6V16C6 17.66 7.34 19 9 19M10.42 5.41C11.2 4.63 11.2 3.36 10.42 2.58C9.64 1.8 8.37 1.8 7.59 2.58C6.81 3.36 6.81 4.63 7.59 5.41C8.37 6.2 9.63 6.2 10.42 5.41M11.5 9C11.5 7.9 10.6 7 9.5 7H9C7.9 7 7 7.9 7 9V15C7 16.66 8.34 18 10 18H15.07L18.57 21.5L20 20.07L14.93 15H11.5L11.5 9Z\" /></svg></li><li title=\"seat recline extra \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-seat-recline-extra\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5.35,5.64C4.45,5 4.23,3.76 4.86,2.85C5.5,1.95 6.74,1.73 7.65,2.36C8.55,3 8.77,4.24 8.14,5.15C7.5,6.05 6.26,6.27 5.35,5.64M16,19H8.93C7.45,19 6.19,17.92 5.97,16.46L4,7H2L4,16.76C4.37,19.2 6.47,21 8.94,21H16M16.23,15H11.35L10.32,10.9C11.9,11.79 13.6,12.44 15.47,12.12V10C13.84,10.3 12.03,9.72 10.78,8.74L9.14,7.47C8.91,7.29 8.65,7.17 8.38,7.09C8.06,7 7.72,6.97 7.39,7.03H7.37C6.14,7.25 5.32,8.42 5.53,9.64L6.88,15.56C7.16,17 8.39,18 9.83,18H16.68L20.5,21L22,19.5\" /></svg></li><li title=\"seat recline normal \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-seat-recline-normal\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.59,5.41C6.81,4.63 6.81,3.36 7.59,2.58C8.37,1.8 9.64,1.8 10.42,2.58C11.2,3.36 11.2,4.63 10.42,5.41C9.63,6.2 8.37,6.2 7.59,5.41M6,16V7H4V16A5,5 0 0,0 9,21H15V19H9A3,3 0 0,1 6,16M20,20.07L14.93,15H11.5V11.32C12.9,12.47 15.1,13.5 17,13.5V11.32C15.34,11.34 13.39,10.45 12.33,9.28L10.93,7.73C10.74,7.5 10.5,7.35 10.24,7.23C9.95,7.09 9.62,7 9.28,7H9.25C8,7 7,8 7,9.25V15A3,3 0 0,0 10,18H15.07L18.57,21.5\" /></svg></li><li title=\"seat \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-seat\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,18V21H7V18H17V21H20V15H4V18M19,10H22V13H19V10M2,10H5V13H2V10M17,13H7V5A2,2 0 0,1 9,3H15A2,2 0 0,1 17,5V13Z\" /></svg></li><li title=\"seatbelt \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-seatbelt\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2C13.11,2 14,2.9 14,4C14,5.11 13.11,6 12,6A2,2 0 0,1 10,4A2,2 0 0,1 12,2M12.39,14.79C14.03,14.79 15.46,14.89 16.64,15.04C16.7,12.32 16.46,9.92 16,9C15.87,8.73 15.69,8.5 15.5,8.3L7.43,15.22C8.79,15 10.5,14.79 12.39,14.79M7.46,17C7.59,18.74 7.85,20.5 8.27,22H10.34C10.05,21.12 9.84,20.09 9.68,19C9.68,19 12,18.56 14.32,19C14.16,20.09 13.95,21.12 13.66,22H15.73C16.17,20.45 16.43,18.61 16.56,16.79C15.41,16.65 14,16.54 12.39,16.54C10.46,16.54 8.78,16.75 7.46,17M12,7C12,7 9,7 8,9C7.66,9.68 7.44,11.15 7.37,12.96L13.92,7.34C12.93,7 12,7 12,7M18.57,5.67L17.43,4.34L13.92,7.35C14.47,7.54 15.05,7.84 15.5,8.3L18.57,5.67M20.67,15.83C20.58,15.8 19.14,15.33 16.64,15.04C16.63,15.61 16.6,16.2 16.56,16.79C18.81,17.07 20.1,17.5 20.12,17.5L20.67,15.83M7.37,12.96L3.43,16.34L4.32,17.82C4.34,17.81 5.5,17.36 7.46,17C7.35,15.59 7.32,14.2 7.37,12.96Z\" /></svg></li><li title=\"security network \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-security-network\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,19H14A1,1 0 0,1 15,20H22V22H15A1,1 0 0,1 14,23H10A1,1 0 0,1 9,22H2V20H9A1,1 0 0,1 10,19H11V17.34C8.07,16.13 6,13 6,9.67V5.67L12,3L18,5.67V9.67C18,13 15.93,16.13 13,17.34V19M12,5L8,6.69V10H12V5M12,10V16C13.91,15.53 16,13.06 16,11V10H12Z\" /></svg></li><li title=\"security \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-security\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,12H19C18.47,16.11 15.72,19.78 12,20.92V12H5V6.3L12,3.19M12,1L3,5V11C3,16.55 6.84,21.73 12,23C17.16,21.73 21,16.55 21,11V5L12,1Z\" /></svg></li><li title=\"seed off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-seed-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.1 21.5L2.4 1.7L1.1 3L5.9 7.8C3.8 10.5 2.6 14.6 3.2 20.8C4.3 20.9 5.4 21 6.4 21C10.9 21 14.1 19.9 16.3 18.2L20.9 22.8L22.1 21.5M6.4 19H5.1C4.9 14.8 5.6 11.5 7.3 9.2L8.9 10.8C7 13.7 7 17 7 17C8 15 9.1 13.4 10.2 12.1L14.8 16.7C12.8 18.2 10 19 6.4 19M10 6.8L8.5 5.3C11.3 3.4 14.7 3 17.2 3C19.3 3 20.7 3.3 20.7 3.3S22.1 10.3 18.7 15.5L17.2 14C19.1 10.9 19 7.1 18.9 5.1C18.4 5 17.8 5 17.2 5C15.1 5 12.3 5.3 10 6.8M12.8 9.6L11.6 8.4C12.9 7.5 14.7 7 17 7C17 7 15.1 7.6 12.8 9.6Z\" /></svg></li><li title=\"seed off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-seed-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.1 21.5L2.4 1.7L1.1 3L5.9 7.8C3.8 10.5 2.6 14.6 3.2 20.8C4.3 20.9 5.4 21 6.4 21C10.9 21 14.1 19.9 16.3 18.2L20.9 22.8L22.1 21.5M7 17C7 17 7 13.7 8.9 10.8L10.2 12.1C9.1 13.4 8 15 7 17M11.6 8.4L8.5 5.3C11.3 3.4 14.7 3 17.2 3C19.3 3 20.7 3.3 20.7 3.3S22.1 10.3 18.7 15.5L12.8 9.6C15.1 7.6 17 7 17 7C14.7 7 12.9 7.5 11.6 8.4Z\" /></svg></li><li title=\"seed outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-seed-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17.2,5V5C17.8,5 18.4,5 18.9,5.1C19.1,7.4 19.1,12 16.4,15.2C14.4,17.7 11,19 6.4,19C6,19 5.5,19 5.1,19C4.9,14.4 5.8,10.8 7.9,8.5C10.4,5.6 14.4,5 17.2,5M17.2,3C11.7,3 1.6,5.1 3.2,20.8C4.3,20.9 5.4,21 6.4,21C24.3,21 20.7,3.3 20.7,3.3C20.7,3.3 19.3,3 17.2,3M17,7C7,7 7,17 7,17C11,9 17,7 17,7Z\" /></svg></li><li title=\"seed \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-seed\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.7,3.3C20.7,3.3 19.3,3 17.2,3C11.7,3 1.6,5.1 3.2,20.8C4.3,20.9 5.4,21 6.4,21C24.3,21 20.7,3.3 20.7,3.3M7,17C7,17 7,7 17,7C17,7 11,9 7,17Z\" /></svg></li><li title=\"seesaw \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-seesaw\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.68 13.26L22.04 15.23L2.35 18.77L2 16.8L4.95 16.27L4.6 14.3C4.5 13.76 4.86 13.24 5.41 13.14C5.95 13.04 6.47 13.4 6.57 13.95L6.92 15.91L16.76 14.15L16.41 12.18C16.31 11.63 16.67 11.11 17.22 11C17.76 10.92 18.28 11.28 18.38 11.82L18.73 13.79L21.68 13.26M10.06 18.4L8 22H16L13.58 17.77L10.06 18.4Z\" /></svg></li><li title=\"segment \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-segment\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,8H3V6H21M9,13H21V11H9M9,18H21V16H9\" /></svg></li><li title=\"select all \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-select-all\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,9H15V15H9M7,17H17V7H7M15,5H17V3H15M15,21H17V19H15M19,17H21V15H19M19,9H21V7H19M19,21A2,2 0 0,0 21,19H19M19,13H21V11H19M11,21H13V19H11M9,3H7V5H9M3,17H5V15H3M5,21V19H3A2,2 0 0,0 5,21M19,3V5H21A2,2 0 0,0 19,3M13,3H11V5H13M3,9H5V7H3M7,21H9V19H7M3,13H5V11H3M3,5H5V3A2,2 0 0,0 3,5Z\" /></svg></li><li title=\"select color \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-select-color\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3.88,3C3.38,3.06 3,3.5 3,4V4L3,5H4L5,5V4L5,3H4L3.88,3M7,3V5H9V3H7M11,3V5H13V3H11M15,3V5H17V3H15M19,3V4L19,5H20L21,5V4L21,3.88C20.94,3.38 20.5,3 20,3H19M3,7V9H5V7H3M19,7V9H21V7H19M3,11V13H5V11H3M19.31,12C19.18,12 19.05,12.05 18.95,12.14L17.39,13.71L16.43,12.75L15.72,13.46L16.43,14.17L11.97,18.63V21H14.35L18.8,16.54L19.5,17.25L20.22,16.54L19.26,15.58L20.82,14.03C21,13.83 21,13.5 20.82,13.31L19.65,12.14C19.56,12.05 19.44,12 19.31,12M3,15V17H5V15H3M17,15L17.97,15.97L13.93,20L12.97,19.04L17,15M3,19V20L3,20.12C3.06,20.62 3.5,21 4,21V21H5V20L5,19H4L3,19M7,19V21H9V19H7Z\" /></svg></li><li title=\"select compare \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-select-compare\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,23H11V1H13V23M9,19H5V5H9V3H5C3.89,3 3,3.89 3,5V19C3,20.11 3.9,21 5,21H9V19M19,7V9H21V7H19M19,5H21C21,3.89 20.1,3 19,3V5M21,15H19V17H21V15M19,11V13H21V11H19M17,3H15V5H17V3M19,21C20.11,21 21,20.11 21,19H19V21M17,19H15V21H17V19Z\" /></svg></li><li title=\"select drag \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-select-drag\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,17H17V13H19V17H23V19H19V23H17V19H13V17M11,17V19H9V17H11M7,17V19H5V17H7M19,9V11H17V9H19M19,5V7H17V5H19M15,5V7H13V5H15M11,5V7H9V5H11M7,5V7H5V5H7M7,13V15H5V13H7M7,9V11H5V9H7Z\" /></svg></li><li title=\"select group \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-select-group\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5 3A2 2 0 0 0 3 5H5M7 3V5H9V3M11 3V5H13V3M15 3V5H17V3M19 3V5H21A2 2 0 0 0 19 3M3 7V9H5V7M7 7V11H11V7M13 7V11H17V7M19 7V9H21V7M3 11V13H5V11M19 11V13H21V11M7 13V17H11V13M13 13V17H17V13M3 15V17H5V15M19 15V17H21V15M3 19A2 2 0 0 0 5 21V19M7 19V21H9V19M11 19V21H13V19M15 19V21H17V19M19 19V21A2 2 0 0 0 21 19Z\" /></svg></li><li title=\"select inverse \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-select-inverse\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,3H7V5H9V3H11V5H13V3H15V5H17V3H19V5H21V7H19V9H21V11H19V13H21V15H19V17H21V19H19V21H17V19H15V21H13V19H11V21H9V19H7V21H5V19H3V17H5V15H3V13H5V11H3V9H5V7H3V5H5V3Z\" /></svg></li><li title=\"select marker \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-select-marker\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 3H5V5H3V4C3 3.45 3.45 3 4 3M20 3C20.55 3 21 3.45 21 4V5H19V3H20M15 5V3H17V5H15M11 5V3H13V5H11M7 5V3H9V5H7M11 21V19H13V21H11M7 21V19H9V21H7M4 21C3.45 21 3 20.55 3 20V19H5V21H4M3 15H5V17H3V15M3 11H5V13H3V11M3 7H5V9H3V7M21 7V9H19V7H21M19.5 13C21.4 13 23 14.6 23 16.5C23 19.1 19.5 23 19.5 23C19.5 23 16 19.1 16 16.5C16 14.6 17.6 13 19.5 13M19.5 17.8C20.2 17.8 20.8 17.2 20.7 16.6C20.7 16 20.1 15.4 19.5 15.4C18.9 15.4 18.3 15.9 18.3 16.6C18.3 17.2 18.8 17.8 19.5 17.8Z\" /></svg></li><li title=\"select multiple marker \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-select-multiple-marker\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7 4H8V6H6V5C6 4.45 6.45 4 7 4M19 4C19.55 4 20 4.45 20 5V6H18V4H19M14 6V4H16V6H14M10 6V4H12V6H10M10 18V16H12V18H10M7 18C6.45 18 6 17.55 6 17V16H8V18H7M6 12H8V14H6V12M6 8H8V10H6V8M20 8V10H18V8H20M3 8H4V20H14.58L16.03 22L3 22C2.45 22 2 21.55 2 21V9C2 8.45 2.45 8 3 8M18.5 12C20.4 12 22 13.6 22 15.5C22 18.1 18.5 22 18.5 22C18.5 22 15 18.1 15 15.5C15 13.6 16.6 12 18.5 12M18.5 16.8C19.2 16.8 19.8 16.2 19.7 15.6C19.7 15 19.1 14.4 18.5 14.4C17.9 14.4 17.3 14.9 17.3 15.6C17.3 16.2 17.8 16.8 18.5 16.8Z\" /></svg></li><li title=\"select multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-select-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 12H20V14H18V12M14 16H16V18H14V16M20 17C20 17.55 19.55 18 19 18H18V16H20V17M7 4H8V6H6V5C6 4.45 6.45 4 7 4M19 4C19.55 4 20 4.45 20 5V6H18V4H19M14 6V4H16V6H14M10 6V4H12V6H10M10 18V16H12V18H10M7 18C6.45 18 6 17.55 6 17V16H8V18H7M6 12H8V14H6V12M6 8H8V10H6V8M20 8V10H18V8H20M3 8H4V20H16V21C16 21.54 15.57 22 15.03 22H15L3 22C2.45 22 2 21.55 2 21V9C2 8.45 2.45 8 3 8Z\" /></svg></li><li title=\"select off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-select-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M1,4.27L2.28,3L21,21.72L19.73,23L17,20.27V21H15V19H15.73L5,8.27V9H3V7H3.73L1,4.27M20,3A1,1 0 0,1 21,4V5H19V3H20M15,5V3H17V5H15M11,5V3H13V5H11M7,5V3H9V5H7M11,21V19H13V21H11M7,21V19H9V21H7M4,21A1,1 0 0,1 3,20V19H5V21H4M3,15H5V17H3V15M21,15V17H19V15H21M3,11H5V13H3V11M21,11V13H19V11H21M21,7V9H19V7H21Z\" /></svg></li><li title=\"select place \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-select-place\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 3H5V5H3V4C3 3.5 3.5 3 4 3M20 3C20.5 3 21 3.5 21 4V5H19V3H20M15 5V3H17V5H15M11 5V3H13V5H11M7 5V3H9V5H7M21 12C21 12.5 20.5 13 20 13H19V11H21V12M15 13V11H17V13H15M11 13V11H13V13H11M7 13V11H9V13H7M4 13C3.5 13 3 12.5 3 12V11H5V13H4M3 7H5V9H3V7M21 7V9H19V7H21M7 16L12 21L17 16H7Z\" /></svg></li><li title=\"select remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-select-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 20C21 20.55 20.55 21 20 21H19V19H21V20M15 21V19H17V21H15M11 21V19H13V21H11M7 21V19H9V21H7M4 21C3.45 21 3 20.55 3 20V19H5V21H4M3 15H5V17H3V15M21 15V17H19V15H21M14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8M3 11H5V13H3V11M21 11V13H19V11H21M3 7H5V9H3V7M21 7V9H19V7H21M4 3H5V5H3V4C3 3.45 3.45 3 4 3M20 3C20.55 3 21 3.45 21 4V5H19V3H20M15 5V3H17V5H15M11 5V3H13V5H11M7 5V3H9V5H7Z\" /></svg></li><li title=\"select search \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-select-search\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.31 18.9C19.75 18.21 20 17.38 20 16.5C20 14 18 12 15.5 12S11 14 11 16.5 13 21 15.5 21C16.37 21 17.19 20.75 17.88 20.32L21 23.39L22.39 22L19.31 18.9M15.5 19C14.12 19 13 17.88 13 16.5S14.12 14 15.5 14 18 15.12 18 16.5 16.88 19 15.5 19M21 9H19V7H21V9M21 5H19V3H20C20.55 3 21 3.45 21 4V5M19 11.03V11H21V13H20.97C20.46 12.21 19.79 11.54 19 11.03M17 5H15V3H17V5M13 5H11V3H13V5M3 7H5V9H3V7M7 19H9V21H7V19M3 11H5V13H3V11M4 3H5V5H3V4C3 3.45 3.45 3 4 3M9 5H7V3H9V5M3 19H5V21H4C3.45 21 3 20.55 3 20V19M3 15H5V17H3V15Z\" /></svg></li><li title=\"select \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-select\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,3H5V5H3V4A1,1 0 0,1 4,3M20,3A1,1 0 0,1 21,4V5H19V3H20M15,5V3H17V5H15M11,5V3H13V5H11M7,5V3H9V5H7M21,20A1,1 0 0,1 20,21H19V19H21V20M15,21V19H17V21H15M11,21V19H13V21H11M7,21V19H9V21H7M4,21A1,1 0 0,1 3,20V19H5V21H4M3,15H5V17H3V15M21,15V17H19V15H21M3,11H5V13H3V11M21,11V13H19V11H21M3,7H5V9H3V7M21,7V9H19V7H21Z\" /></svg></li><li title=\"selection drag \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-selection-drag\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,17H17V14H19V17H22V19H19V22H17V19H14V17M12,17V19H9V17H12M7,17V19H3V15H5V17H7M3,13V10H5V13H3M3,8V4H7V6H5V8H3M9,4H12V6H9V4M15,4H19V8H17V6H15V4M19,10V12H17V10H19Z\" /></svg></li><li title=\"selection ellipse arrow inside \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-selection-ellipse-arrow-inside\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.2 4C9.94 4.12 8.72 4.53 7.64 5.2L6.64 3.47C7.95 2.64 9.45 2.13 11 2M17.53 6.25C16.62 5.39 15.53 4.73 14.34 4.33L15 2.39C16.5 2.84 17.89 3.66 19 4.78M5.34 7.41C4.64 8.44 4.19 9.6 4 10.83L2 10.55C2.2 9 2.79 7.5 3.7 6.23M22 12V12.66L20 12.5V12C20 10.92 19.81 9.86 19.39 8.86L21.22 8.06C21.75 9.31 22 10.65 22 12M6 17.3L4.5 18.61C3.47 17.43 2.72 16.04 2.3 14.53L4.17 14C4.53 15.22 5.16 16.35 6 17.3M12.14 22H12C10.5 22 9 21.68 7.64 21.07L8.53 19.24C9.62 19.75 10.8 20 12 20H12.19M17 21H15V15H21V17H18.42L21.14 19.76L19.73 21.17L17 18.5\" /></svg></li><li title=\"selection ellipse remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-selection-ellipse-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6.35 20.25L7.56 18.66C8.42 19.23 9.39 19.64 10.43 19.85L10.16 21.83C8.77 21.57 7.5 21 6.35 20.25M16.43 18.66L17.64 20.26C16.5 21.03 15.23 21.57 13.84 21.83L13.57 19.85C14.61 19.64 15.57 19.23 16.43 18.66M19.84 13.59L21.83 13.86C21.57 15.25 21 16.54 20.24 17.66L18.65 16.45C19.22 15.6 19.63 14.63 19.84 13.59M2.17 13.84L4.15 13.57C4.36 14.61 4.77 15.58 5.34 16.44L3.75 17.65C3 16.5 2.43 15.23 2.17 13.84M14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8M18.66 7.56L20.25 6.35C21.03 7.5 21.58 8.78 21.83 10.18L19.85 10.45C19.64 9.4 19.23 8.42 18.66 7.56M4.15 10.43L2.17 10.16C2.43 8.77 3 7.5 3.75 6.35L5.34 7.56C4.77 8.42 4.36 9.39 4.15 10.43M13.57 4.15L13.84 2.17C15.23 2.43 16.5 3 17.65 3.75L16.44 5.34C15.58 4.77 14.61 4.36 13.57 4.15M7.56 5.34L6.35 3.75C7.5 3 8.77 2.43 10.16 2.17L10.43 4.15C9.39 4.36 8.42 4.77 7.56 5.34Z\" /></svg></li><li title=\"selection ellipse \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-selection-ellipse\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6.35,20.25L7.56,18.66C8.42,19.23 9.39,19.64 10.43,19.85L10.16,21.83C8.77,21.57 7.5,21 6.35,20.25M16.43,18.66L17.64,20.26C16.5,21.03 15.23,21.57 13.84,21.83L13.57,19.85C14.61,19.64 15.57,19.23 16.43,18.66M19.84,13.59L21.83,13.86C21.57,15.25 21,16.54 20.24,17.66L18.65,16.45C19.22,15.6 19.63,14.63 19.84,13.59M2.17,13.84L4.15,13.57C4.36,14.61 4.77,15.58 5.34,16.44L3.75,17.65C3,16.5 2.43,15.23 2.17,13.84M18.66,7.56L20.25,6.35C21.03,7.5 21.58,8.78 21.83,10.18L19.85,10.45C19.64,9.4 19.23,8.42 18.66,7.56M13.57,4.15L13.84,2.17C15.23,2.43 16.5,3 17.65,3.75L16.44,5.34C15.58,4.77 14.61,4.36 13.57,4.15M7.56,5.34L6.35,3.75C7.5,3 8.77,2.43 10.16,2.17L10.43,4.15C9.39,4.36 8.42,4.77 7.56,5.34M4.15,10.43L2.17,10.16C2.43,8.77 3,7.5 3.75,6.35L5.34,7.56C4.77,8.42 4.36,9.39 4.15,10.43Z\" /></svg></li><li title=\"selection marker \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-selection-marker\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2 4C2 2.89 2.9 2 4 2H7V4H4V7H2V4M22 4V7H20V4H17V2H20C21.1 2 22 2.89 22 4M2 20V17H4V20H7V22H4C2.9 22 2 21.11 2 20M10 2H14V4H10V2M10 20H14V22H10V20M2 10H4V14H2V10M18.5 13C20.4 13 22 14.6 22 16.5C22 19.1 18.5 23 18.5 23C18.5 23 15 19.1 15 16.5C15 14.6 16.6 13 18.5 13M18.5 17.8C19.2 17.8 19.8 17.2 19.7 16.6C19.7 16 19.1 15.4 18.5 15.4C17.9 15.4 17.3 15.9 17.3 16.6C17.3 17.2 17.8 17.8 18.5 17.8M20 10H22V12.34C21.42 11.84 20.74 11.45 20 11.23V10Z\" /></svg></li><li title=\"selection multiple marker \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-selection-multiple-marker\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7 4H9V6H8V7H6V5C6 4.45 6.45 4 7 4M19 4C19.55 4 20 4.45 20 5V7H18V6H17V4H19M11 6V4H15V6H11M7 18C6.45 18 6 17.55 6 17V15H8V16H9V18H7M6 9H8V13H6V9M3 8H4V20H14.58L16.03 22L3 22C2.45 22 2 21.55 2 21V9C2 8.45 2.45 8 3 8M18.5 12C20.4 12 22 13.6 22 15.5C22 18.1 18.5 22 18.5 22C18.5 22 15 18.1 15 15.5C15 13.6 16.6 12 18.5 12M18.5 16.8C19.2 16.8 19.8 16.2 19.7 15.6C19.7 15 19.1 14.4 18.5 14.4C17.9 14.4 17.3 14.9 17.3 15.6C17.3 16.2 17.8 16.8 18.5 16.8M11 18V16H13C13.09 16.66 13.27 17.33 13.5 18H11M20 9V10.23C19.5 10.08 19 10 18.5 10L18 10.03V9H20Z\" /></svg></li><li title=\"selection multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-selection-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11 6V4H15V6H11M6 9H8V13H6V9M6 6C6 4.89 6.9 4 8 4H9V6H8V7H6V6M8 18C6.89 18 6 17.1 6 16V15H8V16H9V18H8M18 4C19.11 4 20 4.9 20 6V7H18V6H17V4H18M15 16V18H11V16H15M20 13H18V9H20V13M20 16C20 17.11 19.1 18 18 18H17V16H18V15H20V16M3 8H4V20H16V21C16 21.54 15.57 22 15.03 22H15L3 22C2.45 22 2 21.55 2 21V9C2 8.45 2.45 8 3 8Z\" /></svg></li><li title=\"selection off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-selection-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M0.5,3.77L1.78,2.5L21.5,22.22L20.23,23.5L18.73,22H17V20.27L3.73,7H2V5.27L0.5,3.77M4,2H7V4H5.82L3.83,2H4M22,4V7H20V4H17V2H20A2,2 0 0,1 22,4M20,17H22V20L22,20.17L20,18.18V17M2,20V17H4V20H7V22H4A2,2 0 0,1 2,20M10,2H14V4H10V2M10,20H14V22H10V20M20,10H22V14H20V10M2,10H4V14H2V10Z\" /></svg></li><li title=\"selection remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-selection-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 20V17H22V20C22 21.11 21.1 22 20 22H17V20H20M2 20V17H4V20H7V22H4C2.9 22 2 21.1 2 20M10 20H14V22H10V20M14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8M20 10H22V14H20V10M2 10H4V14H2V10M2 4C2 2.89 2.9 2 4 2H7V4H4V7H2V4M22 4V7H20V4H17V2H20C21.1 2 22 2.9 22 4M10 2H14V4H10V2Z\" /></svg></li><li title=\"selection search \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-selection-search\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.27 18.9C19.7 18.21 19.95 17.38 19.95 16.5C19.95 14 17.95 12 15.46 12S10.96 14 10.96 16.5 12.96 21 15.46 21C16.33 21 17.15 20.75 17.84 20.32L20.96 23.39L22.35 22L19.27 18.9M15.46 19C14.07 19 12.96 17.88 12.96 16.5S14.07 14 15.46 14 17.95 15.12 17.95 16.5 16.84 19 15.46 19M22 14H21.45C21.12 13.19 20.62 12.47 20 11.86V10H22V14M20 4H17V2H20C21.11 2 22 2.9 22 4V7H20V4M14 4H10V2H14V4M4 2H7V4H4V7H2V4C2 2.89 2.9 2 4 2M12 22H10V20C10.5 20.82 11.2 21.5 12 22M4 20H7V22H4C2.9 22 2 21.11 2 20V17H4V20M4 14H2V10H4V14Z\" /></svg></li><li title=\"selection \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-selection\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,4C2,2.89 2.9,2 4,2H7V4H4V7H2V4M22,4V7H20V4H17V2H20A2,2 0 0,1 22,4M20,20V17H22V20C22,21.11 21.1,22 20,22H17V20H20M2,20V17H4V20H7V22H4A2,2 0 0,1 2,20M10,2H14V4H10V2M10,20H14V22H10V20M20,10H22V14H20V10M2,10H4V14H2V10Z\" /></svg></li><li title=\"semantic web \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-semantic-web\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12.9 4.22C18.73 6.84 20 2 20 2S18.89 8.07 13.79 10.55C12.75 11.06 12.1 11.33 12.1 11.33L3.73 7.25L12.1 3.82C12.1 3.82 11.9 3.76 12.9 4.22M11.12 22L3.33 17.78V9.07L11.12 13.04V22M12.88 22L20.68 17.78V9.07L12.88 13.04V22Z\" /></svg></li><li title=\"send check outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-send-check-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2 3V10L17 12L2 14V21L23 12M4 6.03L11.53 9.25L4 8.25M11.53 14.75L4 17.97V15.75M22 15.5L18.5 19L16.5 17L15 18.5L18.5 22L23.5 17Z\" /></svg></li><li title=\"send check \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-send-check\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2 3V10L17 12L2 14V21L23 12M22 15.5L18.5 19L16.5 17L15 18.5L18.5 22L23.5 17Z\" /></svg></li><li title=\"send circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-send-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8,7.71L18,12L8,16.29V12.95L15.14,12L8,11.05V7.71M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z\" /></svg></li><li title=\"send circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-send-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M8,7.71V11.05L15.14,12L8,12.95V16.29L18,12L8,7.71Z\" /></svg></li><li title=\"send clock outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-send-clock-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2 3V10L11 12L2 14V21L9.27 17.89A7 7 0 0 0 16 23A7 7 0 0 0 23 16A7 7 0 0 0 16 9L2 3M4 6.03L12.78 9.8A7 7 0 0 0 12.1 10.2L4 8.4V6.03M16 11A5 5 0 0 1 21 16A5 5 0 0 1 16 21A5 5 0 0 1 11 16A5 5 0 0 1 16 11M15 12.5V16.5L18 18.5L18.75 17.25L16.5 15.75V12.5H15M9.18 14.45A7 7 0 0 0 9 15.82L4 17.97V15.6L9.18 14.45Z\" /></svg></li><li title=\"send clock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-send-clock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2 3V10L11 12L2 14V21L9.27 17.89A7 7 0 0 0 16 23A7 7 0 0 0 23 16A7 7 0 0 0 16 9L2 3M16 11A5 5 0 0 1 21 16A5 5 0 0 1 16 21A5 5 0 0 1 11 16A5 5 0 0 1 16 11M15 12.5V16.5L18 18.5L18.75 17.25L16.5 15.75V12.5H15Z\" /></svg></li><li title=\"send lock outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-send-lock-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23 18V17.5C23 16.12 21.88 15 20.5 15S18 16.12 18 17.5V18C17.45 18 17 18.45 17 19V23C17 23.55 17.45 24 18 24H23C23.55 24 24 23.55 24 23V19C24 18.45 23.55 18 23 18M22 18H19V17.5C19 16.67 19.67 16 20.5 16S22 16.67 22 17.5V18M4 6.03L11.5 9.25L4 8.25L4 6.03M11.5 14.75L4 17.97V15.75L11.5 14.75M2 3L2 10L17 12L2 14L2 21L23 12L2 3Z\" /></svg></li><li title=\"send lock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-send-lock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23,18V17.5A2.5,2.5 0 0,0 20.5,15A2.5,2.5 0 0,0 18,17.5V18A1,1 0 0,0 17,19V23A1,1 0 0,0 18,24H23A1,1 0 0,0 24,23V19A1,1 0 0,0 23,18M22,18H19V17.5A1.5,1.5 0 0,1 20.5,16A1.5,1.5 0 0,1 22,17.5V18M23,12L2,21V14L17,12L2,10V3L23,12Z\" /></svg></li><li title=\"send outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-send-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 6.03L11.5 9.25L4 8.25L4 6.03M11.5 14.75L4 17.97V15.75L11.5 14.75M2 3L2 10L17 12L2 14L2 21L23 12L2 3Z\" /></svg></li><li title=\"send \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-send\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,21L23,12L2,3V10L17,12L2,14V21Z\" /></svg></li><li title=\"serial port \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-serial-port\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7,3H17V5H19V8H16V14H8V8H5V5H7V3M17,9H19V14H17V9M11,15H13V22H11V15M5,9H7V14H5V9Z\" /></svg></li><li title=\"server minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-server-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,4H20A1,1 0 0,1 21,5V9A1,1 0 0,1 20,10H4A1,1 0 0,1 3,9V5A1,1 0 0,1 4,4M9,8H10V6H9V8M5,6V8H7V6H5M8,16H16V18H8V16Z\" /></svg></li><li title=\"server network off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-server-network-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,19H14A1,1 0 0,1 15,20H15.73L13,17.27V19M22,20V21.18L20.82,20H22M21,22.72L19.73,24L17.73,22H15A1,1 0 0,1 14,23H10A1,1 0 0,1 9,22H2V20H9A1,1 0 0,1 10,19H11V17H4A1,1 0 0,1 3,16V12A1,1 0 0,1 4,11H6.73L4.73,9H4A1,1 0 0,1 3,8V7.27L1,5.27L2.28,4L21,22.72M4,3H20A1,1 0 0,1 21,4V8A1,1 0 0,1 20,9H9.82L7,6.18V5H5.82L3.84,3C3.89,3 3.94,3 4,3M20,11A1,1 0 0,1 21,12V16A1,1 0 0,1 20,17H17.82L11.82,11H20M9,7H10V5H9V7M9,15H10V14.27L9,13.27V15M5,13V15H7V13H5Z\" /></svg></li><li title=\"server network \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-server-network\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,19H14A1,1 0 0,1 15,20H22V22H15A1,1 0 0,1 14,23H10A1,1 0 0,1 9,22H2V20H9A1,1 0 0,1 10,19H11V17H4A1,1 0 0,1 3,16V12A1,1 0 0,1 4,11H20A1,1 0 0,1 21,12V16A1,1 0 0,1 20,17H13V19M4,3H20A1,1 0 0,1 21,4V8A1,1 0 0,1 20,9H4A1,1 0 0,1 3,8V4A1,1 0 0,1 4,3M9,7H10V5H9V7M9,15H10V13H9V15M5,5V7H7V5H5M5,13V15H7V13H5Z\" /></svg></li><li title=\"server off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-server-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,1H20A1,1 0 0,1 21,2V6A1,1 0 0,1 20,7H8.82L6.82,5H7V3H5V3.18L3.21,1.39C3.39,1.15 3.68,1 4,1M22,22.72L20.73,24L19.73,23H4A1,1 0 0,1 3,22V18A1,1 0 0,1 4,17H13.73L11.73,15H4A1,1 0 0,1 3,14V10A1,1 0 0,1 4,9H5.73L3.68,6.95C3.38,6.85 3.15,6.62 3.05,6.32L1,4.27L2.28,3L22,22.72M20,9A1,1 0 0,1 21,10V14A1,1 0 0,1 20,15H16.82L10.82,9H20M20,17A1,1 0 0,1 21,18V19.18L18.82,17H20M9,5H10V3H9V5M9,13H9.73L9,12.27V13M9,21H10V19H9V21M5,11V13H7V11H5M5,19V21H7V19H5Z\" /></svg></li><li title=\"server plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-server-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,4H20A1,1 0 0,1 21,5V9A1,1 0 0,1 20,10H4A1,1 0 0,1 3,9V5A1,1 0 0,1 4,4M9,8H10V6H9V8M5,6V8H7V6H5M8,16H11V13H13V16H16V18H13V21H11V18H8V16Z\" /></svg></li><li title=\"server remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-server-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,4H20A1,1 0 0,1 21,5V9A1,1 0 0,1 20,10H4A1,1 0 0,1 3,9V5A1,1 0 0,1 4,4M9,8H10V6H9V8M5,6V8H7V6H5M10.59,17L8,14.41L9.41,13L12,15.59L14.59,13L16,14.41L13.41,17L16,19.59L14.59,21L12,18.41L9.41,21L8,19.59L10.59,17Z\" /></svg></li><li title=\"server security \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-server-security\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,1H19A1,1 0 0,1 20,2V6A1,1 0 0,1 19,7H3A1,1 0 0,1 2,6V2A1,1 0 0,1 3,1M3,9H19A1,1 0 0,1 20,10V10.67L17.5,9.56L11,12.44V15H3A1,1 0 0,1 2,14V10A1,1 0 0,1 3,9M3,17H11C11.06,19.25 12,21.4 13.46,23H3A1,1 0 0,1 2,22V18A1,1 0 0,1 3,17M8,5H9V3H8V5M8,13H9V11H8V13M8,21H9V19H8V21M4,3V5H6V3H4M4,11V13H6V11H4M4,19V21H6V19H4M17.5,12L22,14V17C22,19.78 20.08,22.37 17.5,23C14.92,22.37 13,19.78 13,17V14L17.5,12M17.5,13.94L15,15.06V17.72C15,19.26 16.07,20.7 17.5,21.06V13.94Z\" /></svg></li><li title=\"server \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-server\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,1H20A1,1 0 0,1 21,2V6A1,1 0 0,1 20,7H4A1,1 0 0,1 3,6V2A1,1 0 0,1 4,1M4,9H20A1,1 0 0,1 21,10V14A1,1 0 0,1 20,15H4A1,1 0 0,1 3,14V10A1,1 0 0,1 4,9M4,17H20A1,1 0 0,1 21,18V22A1,1 0 0,1 20,23H4A1,1 0 0,1 3,22V18A1,1 0 0,1 4,17M9,5H10V3H9V5M9,13H10V11H9V13M9,21H10V19H9V21M5,3V5H7V3H5M5,11V13H7V11H5M5,19V21H7V19H5Z\" /></svg></li><li title=\"set all \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-set-all\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,5C10.04,5 11.06,5.24 12,5.68C12.94,5.24 13.96,5 15,5A7,7 0 0,1 22,12A7,7 0 0,1 15,19C13.96,19 12.94,18.76 12,18.32C11.06,18.76 10.04,19 9,19A7,7 0 0,1 2,12A7,7 0 0,1 9,5M8.5,12C8.5,13.87 9.29,15.56 10.56,16.75L11.56,16.29C10.31,15.29 9.5,13.74 9.5,12C9.5,10.26 10.31,8.71 11.56,7.71L10.56,7.25C9.29,8.44 8.5,10.13 8.5,12M15.5,12C15.5,10.13 14.71,8.44 13.44,7.25L12.44,7.71C13.69,8.71 14.5,10.26 14.5,12C14.5,13.74 13.69,15.29 12.44,16.29L13.44,16.75C14.71,15.56 15.5,13.87 15.5,12Z\" /></svg></li><li title=\"set center right \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-set-center-right\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,19C13.96,19 12.94,18.76 12,18.32C11.06,18.76 10.04,19 9,19A7,7 0 0,1 2,12A7,7 0 0,1 9,5C10.04,5 11.06,5.24 12,5.68C12.94,5.24 13.96,5 15,5A7,7 0 0,1 22,12A7,7 0 0,1 15,19M9,17L10,16.89C8.72,15.59 8,13.83 8,12C8,10.17 8.72,8.41 10,7.1L9,7A5,5 0 0,0 4,12A5,5 0 0,0 9,17M15.5,12C15.5,10.13 14.71,8.44 13.44,7.25L12.44,7.71C13.69,8.71 14.5,10.26 14.5,12C14.5,13.74 13.69,15.29 12.44,16.29L13.44,16.75C14.71,15.56 15.5,13.87 15.5,12Z\" /></svg></li><li title=\"set center \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-set-center\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,5A7,7 0 0,0 2,12A7,7 0 0,0 9,19C10.04,19 11.06,18.76 12,18.32C12.94,18.76 13.96,19 15,19A7,7 0 0,0 22,12A7,7 0 0,0 15,5C13.96,5 12.94,5.24 12,5.68C11.06,5.24 10.04,5 9,5M9,7C9.34,7 9.67,7.03 10,7.1C8.72,8.41 8,10.17 8,12C8,13.83 8.72,15.59 10,16.89C9.67,16.96 9.34,17 9,17A5,5 0 0,1 4,12A5,5 0 0,1 9,7M15,7A5,5 0 0,1 20,12A5,5 0 0,1 15,17C14.66,17 14.33,16.97 14,16.9C15.28,15.59 16,13.83 16,12C16,10.17 15.28,8.41 14,7.11C14.33,7.04 14.66,7 15,7Z\" /></svg></li><li title=\"set left center \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-set-left-center\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,5C10.04,5 11.06,5.24 12,5.68C12.94,5.24 13.96,5 15,5A7,7 0 0,1 22,12A7,7 0 0,1 15,19C13.96,19 12.94,18.76 12,18.32C11.06,18.76 10.04,19 9,19A7,7 0 0,1 2,12A7,7 0 0,1 9,5M15,7L14,7.11C15.28,8.41 16,10.17 16,12C16,13.83 15.28,15.59 14,16.9L15,17A5,5 0 0,0 20,12A5,5 0 0,0 15,7M8.5,12C8.5,13.87 9.29,15.56 10.56,16.75L11.56,16.29C10.31,15.29 9.5,13.74 9.5,12C9.5,10.26 10.31,8.71 11.56,7.71L10.56,7.25C9.29,8.44 8.5,10.13 8.5,12Z\" /></svg></li><li title=\"set left right \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-set-left-right\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,5C10.04,5 11.06,5.24 12,5.68C12.94,5.24 13.96,5 15,5A7,7 0 0,1 22,12A7,7 0 0,1 15,19C13.96,19 12.94,18.76 12,18.32C11.06,18.76 10.04,19 9,19A7,7 0 0,1 2,12A7,7 0 0,1 9,5M9,12C9,14.22 10.21,16.16 12,17.2C13.79,16.16 15,14.22 15,12C15,9.78 13.79,7.84 12,6.8C10.21,7.84 9,9.78 9,12Z\" /></svg></li><li title=\"set left \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-set-left\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,5A7,7 0 0,0 2,12A7,7 0 0,0 9,19C10.04,19 11.06,18.76 12,18.32C12.94,18.76 13.96,19 15,19A7,7 0 0,0 22,12A7,7 0 0,0 15,5C13.96,5 12.94,5.24 12,5.68C11.06,5.24 10.04,5 9,5M15,7A5,5 0 0,1 20,12A5,5 0 0,1 15,17C14.66,17 14.33,16.97 14,16.9C15.28,15.59 16,13.83 16,12C16,10.17 15.28,8.41 14,7.11C14.33,7.04 14.66,7 15,7M12,8C13.26,8.95 14,10.43 14,12C14,13.57 13.26,15.05 12,16C10.74,15.05 10,13.57 10,12C10,10.43 10.74,8.95 12,8Z\" /></svg></li><li title=\"set merge \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-set-merge\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2 7V9H7V7H2M12 9V11H9V13H12V15L15 12L12 9M17 9V15H22V9H17M2 11V13H7V11H2M2 15V17H7V15H2Z\" /></svg></li><li title=\"set none \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-set-none\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,5A7,7 0 0,0 2,12A7,7 0 0,0 9,19C10.04,19 11.06,18.76 12,18.32C12.94,18.76 13.96,19 15,19A7,7 0 0,0 22,12A7,7 0 0,0 15,5C13.96,5 12.94,5.24 12,5.68C11.06,5.24 10.04,5 9,5M9,7C9.34,7 9.67,7.03 10,7.1C8.72,8.41 8,10.17 8,12C8,13.83 8.72,15.59 10,16.89C9.67,16.96 9.34,17 9,17A5,5 0 0,1 4,12A5,5 0 0,1 9,7M15,7A5,5 0 0,1 20,12A5,5 0 0,1 15,17C14.66,17 14.33,16.97 14,16.9C15.28,15.59 16,13.83 16,12C16,10.17 15.28,8.41 14,7.11C14.33,7.04 14.66,7 15,7M12,8C13.26,8.95 14,10.43 14,12C14,13.57 13.26,15.05 12,16C10.74,15.05 10,13.57 10,12C10,10.43 10.74,8.95 12,8Z\" /></svg></li><li title=\"set right \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-set-right\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,19C13.96,19 12.94,18.76 12,18.32C11.06,18.76 10.04,19 9,19A7,7 0 0,1 2,12A7,7 0 0,1 9,5C10.04,5 11.06,5.24 12,5.68C12.94,5.24 13.96,5 15,5A7,7 0 0,1 22,12A7,7 0 0,1 15,19M9,17L10,16.89C8.72,15.59 8,13.83 8,12C8,10.17 8.72,8.41 10,7.1L9,7A5,5 0 0,0 4,12A5,5 0 0,0 9,17M12,16C13.26,15.05 14,13.57 14,12C14,10.43 13.26,8.95 12,8C10.74,8.95 10,10.43 10,12C10,13.57 10.74,15.05 12,16Z\" /></svg></li><li title=\"set split \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-set-split\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17 7V9H22V7H17M2 9V15H7V9H2M12 9V11H9V13H12V15L15 12L12 9M17 11V13H22V11H17M17 15V17H22V15H17Z\" /></svg></li><li title=\"set square \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-set-square\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17.7 17.7L16.6 18.8L15.9 18L17 17L15 15L14 16.1L13.3 15.4L14.4 14.3L12.5 12.4L11.4 13.5L10.7 12.8L11.8 11.7L9.8 9.8L8.7 10.9L8 10.2L9 9L7.1 7.1L6 8.1L5.3 7.4L6.4 6.3L4 4V20H20L17.7 17.7M7 17V11.2L12.8 17H7Z\" /></svg></li><li title=\"set top box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-set-top-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,15.5A0.5,0.5 0 0,1 4.5,16H3.5A0.5,0.5 0 0,1 3,15.5V15H2A1,1 0 0,1 1,14V11A1,1 0 0,1 2,10H22A1,1 0 0,1 23,11V14A1,1 0 0,1 22,15H21V15.5A0.5,0.5 0 0,1 20.5,16H19.5A0.5,0.5 0 0,1 19,15.5V15H5V15.5M3,12V13H5V12H3M6,12V13H8V12H6M20.5,11.5A1,1 0 0,0 19.5,12.5A1,1 0 0,0 20.5,13.5A1,1 0 0,0 21.5,12.5A1,1 0 0,0 20.5,11.5Z\" /></svg></li><li title=\"settings helper \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-settings-helper\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7,22H9V24H7V22M11,22H13V24H11V22M15,22H17V24H15V22Z\" /></svg></li><li title=\"shaker outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shaker-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.88 4L16.88 4L19.03 6.1L13.5 10.5L12.5 9.5L16.87 4L16.88 4M16.88 2C16.3 2 15.73 2.24 15.33 2.72L9.8 9.65L13.34 13.19L20.28 7.67C21.18 6.91 21.25 5.54 20.41 4.7L18.3 2.59C17.9 2.19 17.39 2 16.88 2M9.1 10.36L8.39 11.07C8 11.46 8 12.09 8.39 12.5L10.5 14.6C10.71 14.8 10.96 14.89 11.22 14.89S11.73 14.8 11.93 14.6L12.63 13.9L9.1 10.36M6 15C5.45 15 5 15.45 5 16C5 16.55 5.45 17 6 17C6.55 17 7 16.55 7 16C7 15.45 6.55 15 6 15M9 16C8.45 16 8 16.45 8 17S8.45 18 9 18C9.55 18 10 17.55 10 17S9.55 16 9 16M4 18C3.45 18 3 18.45 3 19S3.45 20 4 20C4.55 20 5 19.55 5 19S4.55 18 4 18M7 19C6.45 19 6 19.45 6 20S6.45 21 7 21C7.55 21 8 20.55 8 20S7.55 19 7 19Z\" /></svg></li><li title=\"shaker \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shaker\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7 16C7 16.55 6.55 17 6 17S5 16.55 5 16C5 15.45 5.45 15 6 15S7 15.45 7 16M9 16C8.45 16 8 16.45 8 17S8.45 18 9 18 10 17.55 10 17 9.55 16 9 16M4 18C3.45 18 3 18.45 3 19S3.45 20 4 20 5 19.55 5 19 4.55 18 4 18M7 19C6.45 19 6 19.45 6 20S6.45 21 7 21 8 20.55 8 20 7.55 19 7 19M15.33 2.72L9.8 9.65L13.34 13.19L20.28 7.67C21.18 6.91 21.25 5.54 20.41 4.7L18.3 2.59C17.46 1.75 16.09 1.82 15.33 2.72M8.39 12.5L10.5 14.6C10.9 15 11.54 15 11.93 14.6L12.63 13.9L9.1 10.36L8.39 11.07C8 11.46 8 12.09 8.39 12.5Z\" /></svg></li><li title=\"shape circle plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shape-circle-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,19A6,6 0 0,0 17,13H19A8,8 0 0,1 11,21A8,8 0 0,1 3,13A8,8 0 0,1 11,5V7A6,6 0 0,0 5,13A6,6 0 0,0 11,19M19,5H22V7H19V10H17V7H14V5H17V2H19V5Z\" /></svg></li><li title=\"shape outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shape-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,13.5V21.5H3V13.5H11M9,15.5H5V19.5H9V15.5M12,2L17.5,11H6.5L12,2M12,5.86L10.08,9H13.92L12,5.86M17.5,13C20,13 22,15 22,17.5C22,20 20,22 17.5,22C15,22 13,20 13,17.5C13,15 15,13 17.5,13M17.5,15A2.5,2.5 0 0,0 15,17.5A2.5,2.5 0 0,0 17.5,20A2.5,2.5 0 0,0 20,17.5A2.5,2.5 0 0,0 17.5,15Z\" /></svg></li><li title=\"shape oval plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shape-oval-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 5H22V7H19V10H17V7H14V5H17V2H19V5M11 4L12 4.09V6.14C11.68 6.05 11.34 6 11 6C8.24 6 6 9.13 6 13C6 16.87 8.24 20 11 20C13.76 20 16 16.87 16 13L15.95 12H17.96L18 13C18 17.97 14.87 22 11 22C7.13 22 4 17.97 4 13C4 8.03 7.13 4 11 4Z\" /></svg></li><li title=\"shape plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shape-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,2H11V11H2V2M17.5,2C20,2 22,4 22,6.5C22,9 20,11 17.5,11C15,11 13,9 13,6.5C13,4 15,2 17.5,2M6.5,14L11,22H2L6.5,14M19,17H22V19H19V22H17V19H14V17H17V14H19V17Z\" /></svg></li><li title=\"shape polygon plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shape-polygon-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,15.7V13H19V17L10,21L3,14L7,5H11V7H8.3L5.4,13.6L10.4,18.6L17,15.7M22,5V7H19V10H17V7H14V5H17V2H19V5H22Z\" /></svg></li><li title=\"shape rectangle plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shape-rectangle-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,6H22V8H19V11H17V8H14V6H17V3H19V6M17,17V14H19V19H3V6H11V8H5V17H17Z\" /></svg></li><li title=\"shape square plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shape-square-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,5H22V7H19V10H17V7H14V5H17V2H19V5M17,19V13H19V21H3V5H11V7H5V19H17Z\" /></svg></li><li title=\"shape square rounded plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shape-square-rounded-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17 2H19V5H22V7H19V10H17V7H14V5H17V2M7 5H11V7H7C5.9 7 5 7.9 5 9V17C5 18.11 5.9 19 7 19H15C16.11 19 17 18.11 17 17V13H19V17C19 19.21 17.21 21 15 21H7C4.79 21 3 19.21 3 17V9C3 6.79 4.79 5 7 5Z\" /></svg></li><li title=\"shape \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shape\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,13.5V21.5H3V13.5H11M12,2L17.5,11H6.5L12,2M17.5,13C20,13 22,15 22,17.5C22,20 20,22 17.5,22C15,22 13,20 13,17.5C13,15 15,13 17.5,13Z\" /></svg></li><li title=\"share all outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-share-all-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 9.8V10.7L11.3 10.9C8.7 11.3 6.8 12.3 5.4 13.6C7.1 13.1 8.9 12.8 11 12.8H13V14.1L15.2 12L13 9.8M11 5L18 12L11 19V14.9C6 14.9 2.5 16.5 0 20C1 15 4 10 11 9M17 8V5L24 12L17 19V16L21 12\" /></svg></li><li title=\"share all \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-share-all\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11 9V5L18 12L11 19V14.9C6 14.9 2.5 16.5 0 20C1 15 4 10 11 9M17 8V5L24 12L17 19V16L21 12L17 8Z\" /></svg></li><li title=\"share circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-share-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2C6.5 2 2 6.5 2 12S6.5 22 12 22 22 17.5 22 12 17.5 2 12 2M14 16V13C10.39 13 7.81 14.43 6 17C6.72 13.33 8.94 9.73 14 9V6L19 11L14 16Z\" /></svg></li><li title=\"share off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-share-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.1 21.5L2.4 1.7L1.1 3L8.9 10.8C5.4 12.9 3.7 16.4 3 20C5.3 16.7 8.6 15.1 13 14.9L14 15.9V19L15.6 17.4L20.8 22.7M8.3 13.8C8.94 13.22 9.65 12.71 10.4 12.3L11.3 13.1M14.2 11L12.5 9.3L14 9V5L21 12L18.1 14.9L16.7 13.5L18.2 12L16 9.8V10.7\" /></svg></li><li title=\"share off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-share-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.8 22.7L15.6 17.5L14 19V15.9L13.1 14.9C8.6 15.2 5.4 16.8 3 20.1C3.58 16.31 5.72 12.94 8.9 10.8L1.1 3L2.4 1.7L22.1 21.5M18.1 14.9L21 12L14 5V9L12.5 9.3\" /></svg></li><li title=\"share outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-share-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,5V9C7,10 4,15 3,20C5.5,16.5 9,14.9 14,14.9V19L21,12L14,5M16,9.83L18.17,12L16,14.17V12.9H14C11.93,12.9 10.07,13.28 8.34,13.85C9.74,12.46 11.54,11.37 14.28,11L16,10.73V9.83Z\" /></svg></li><li title=\"share variant outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-share-variant-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 16.08C17.24 16.08 16.56 16.38 16.04 16.85L8.91 12.7C8.96 12.47 9 12.24 9 12S8.96 11.53 8.91 11.3L15.96 7.19C16.5 7.69 17.21 8 18 8C19.66 8 21 6.66 21 5S19.66 2 18 2 15 3.34 15 5C15 5.24 15.04 5.47 15.09 5.7L8.04 9.81C7.5 9.31 6.79 9 6 9C4.34 9 3 10.34 3 12S4.34 15 6 15C6.79 15 7.5 14.69 8.04 14.19L15.16 18.34C15.11 18.55 15.08 18.77 15.08 19C15.08 20.61 16.39 21.91 18 21.91S20.92 20.61 20.92 19C20.92 17.39 19.61 16.08 18 16.08M18 4C18.55 4 19 4.45 19 5S18.55 6 18 6 17 5.55 17 5 17.45 4 18 4M6 13C5.45 13 5 12.55 5 12S5.45 11 6 11 7 11.45 7 12 6.55 13 6 13M18 20C17.45 20 17 19.55 17 19S17.45 18 18 18 19 18.45 19 19 18.55 20 18 20Z\" /></svg></li><li title=\"share variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-share-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18,16.08C17.24,16.08 16.56,16.38 16.04,16.85L8.91,12.7C8.96,12.47 9,12.24 9,12C9,11.76 8.96,11.53 8.91,11.3L15.96,7.19C16.5,7.69 17.21,8 18,8A3,3 0 0,0 21,5A3,3 0 0,0 18,2A3,3 0 0,0 15,5C15,5.24 15.04,5.47 15.09,5.7L8.04,9.81C7.5,9.31 6.79,9 6,9A3,3 0 0,0 3,12A3,3 0 0,0 6,15C6.79,15 7.5,14.69 8.04,14.19L15.16,18.34C15.11,18.55 15.08,18.77 15.08,19C15.08,20.61 16.39,21.91 18,21.91C19.61,21.91 20.92,20.61 20.92,19A2.92,2.92 0 0,0 18,16.08Z\" /></svg></li><li title=\"share \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-share\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,12L14,5V9C7,10 4,15 3,20C5.5,16.5 9,14.9 14,14.9V19L21,12Z\" /></svg></li><li title=\"shark fin outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shark-fin-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 16V18H20C18.6 18 17.2 17.6 16 17C13.5 18.3 10.5 18.3 8 17C6.8 17.6 5.4 18 4 18H2V16H4C5.4 16 6.8 15.5 8 14.7C10.4 16.4 13.6 16.4 16 14.7C17.2 15.5 18.6 16 20 16H22M5.28 13.79C5.82 13.63 6.37 13.38 6.89 13.04L8 12.28C8.69 10 8.78 7.27 7.59 4.14C11.95 4.89 15.89 8.65 17.37 13.19C18.12 13.64 18.91 13.91 19.66 13.97C18.24 7.4 12.37 2 6 2C5.65 2 5.33 2.18 5.15 2.47C4.97 2.77 4.95 3.14 5.11 3.45C7.28 7.79 6.61 11.29 5.28 13.79M16 18.7C13.6 20.4 10.4 20.4 8 18.7C6.8 19.5 5.4 20 4 20H2V22H4C5.4 22 6.8 21.6 8 21C10.5 22.3 13.5 22.3 16 21C17.2 21.6 18.6 22 20 22H22V20H20C18.6 20 17.2 19.5 16 18.7Z\" /></svg></li><li title=\"shark fin \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shark-fin\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 16V18H20C18.6 18 17.2 17.6 16 17C13.5 18.3 10.5 18.3 8 17C6.8 17.6 5.4 18 4 18H2V16H4C5.4 16 6.8 15.5 8 14.7C10.4 16.4 13.6 16.4 16 14.7C17.2 15.5 18.6 16 20 16H22M5.28 13.79C5.82 13.63 6.37 13.38 6.89 13.04L8.03 12.27L9.16 13.07C10 13.66 11 14 12 14C13 14 14 13.66 14.84 13.07L15.97 12.27L17.11 13.04C17.93 13.59 18.83 13.9 19.67 13.97C18.24 7.4 12.37 2 6 2C5.65 2 5.33 2.18 5.15 2.47C4.97 2.77 4.95 3.14 5.11 3.45C7.28 7.79 6.61 11.29 5.28 13.79M16 18.7C13.6 20.4 10.4 20.4 8 18.7C6.8 19.5 5.4 20 4 20H2V22H4C5.4 22 6.8 21.6 8 21C10.5 22.3 13.5 22.3 16 21C17.2 21.6 18.6 22 20 22H22V20H20C18.6 20 17.2 19.5 16 18.7Z\" /></svg></li><li title=\"shark off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shark-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.26 8.06L18.53 15.33C19 15.17 19.46 15 19.87 14.81C19.72 14.63 19.53 14.44 19.28 14.3C18.63 13.91 17.82 13.67 17 13.5C17.82 13.34 18.67 13.22 19.59 13.35C20.05 13.41 20.54 13.54 21 13.86C21.1 13.92 21.17 14 21.24 14.05C22.4 13.26 23 12.44 23 12C23 11.13 19.19 9.5 15.56 9.09C14.66 7.18 12.54 6 11 6C11.25 6.76 11.31 7.45 11.26 8.06M17.23 10.38C17.84 10.5 18.43 10.67 18.97 10.84C19 10.89 19 10.94 19 11C19 11.55 18.55 12 18 12S17 11.55 17 11C17 10.76 17.1 10.55 17.23 10.38M22.11 21.46L20.84 22.73L15.42 17.31C14.88 17.75 14.35 18 14 18V16C11 16 6 14 6 14S4 17 2 17L3 13L1 7C3 7 6 11 6 11S6.96 10.62 8.3 10.19L1.11 3L2.39 1.73L22.11 21.46Z\" /></svg></li><li title=\"shark \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shark\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.56 9.09C14.66 7.18 12.54 6 11 6C11.47 7.4 11.28 8.57 10.95 9.43C8.45 10 6 11 6 11S3 7 1 7L3 13L2 17C4 17 6 14 6 14S11 16 14 16V18C14.65 18 15.91 17.17 16.73 15.77C17.97 15.56 19 15.21 19.87 14.81C19.72 14.63 19.53 14.44 19.28 14.3C18.63 13.91 17.82 13.67 17 13.5C17.82 13.34 18.67 13.22 19.59 13.35C20.05 13.41 20.54 13.54 21 13.86C21.1 13.92 21.17 14 21.24 14.05C22.4 13.26 23 12.44 23 12C23 11.13 19.19 9.5 15.56 9.09M18 12C17.45 12 17 11.55 17 11C17 10.76 17.1 10.55 17.23 10.38C17.84 10.5 18.43 10.67 18.97 10.84C19 10.89 19 10.94 19 11C19 11.55 18.55 12 18 12Z\" /></svg></li><li title=\"sheep \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sheep\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,8.5A2.5,2.5 0 0,1 17.5,11C16.42,11 15.5,10.31 15.16,9.36C14.72,9.75 14.14,10 13.5,10C12.94,10 12.42,9.81 12,9.5C11.58,9.81 11.07,10 10.5,10C9.86,10 9.28,9.75 8.84,9.36C8.5,10.31 7.58,11 6.5,11A2.5,2.5 0 0,1 4,8.5C4,7.26 4.91,6.23 6.1,6.04C6.04,5.87 6,5.69 6,5.5A1.5,1.5 0 0,1 7.5,4C7.7,4 7.89,4.04 8.06,4.11C8.23,3.47 8.81,3 9.5,3C9.75,3 10,3.07 10.18,3.17C10.5,2.5 11.19,2 12,2C12.81,2 13.5,2.5 13.82,3.17C14,3.07 14.25,3 14.5,3C15.19,3 15.77,3.47 15.94,4.11C16.11,4.04 16.3,4 16.5,4A1.5,1.5 0 0,1 18,5.5C18,5.69 17.96,5.87 17.9,6.04C19.09,6.23 20,7.26 20,8.5M10,12A1,1 0 0,0 9,13A1,1 0 0,0 10,14A1,1 0 0,0 11,13A1,1 0 0,0 10,12M14,12A1,1 0 0,0 13,13A1,1 0 0,0 14,14A1,1 0 0,0 15,13A1,1 0 0,0 14,12M20.23,10.66C19.59,11.47 18.61,12 17.5,12C17.05,12 16.62,11.9 16.21,11.73C16.2,14.28 15.83,17.36 14.45,18.95C13.93,19.54 13.3,19.86 12.5,19.96V18H11.5V19.96C10.7,19.86 10.07,19.55 9.55,18.95C8.16,17.35 7.79,14.29 7.78,11.74C7.38,11.9 6.95,12 6.5,12C5.39,12 4.41,11.47 3.77,10.66C2.88,11.55 2,12 2,12C2,12 3,14 5,14C5.36,14 5.64,13.96 5.88,13.91C6.22,17.73 7.58,22 12,22C16.42,22 17.78,17.73 18.12,13.91C18.36,13.96 18.64,14 19,14C21,14 22,12 22,12C22,12 21.12,11.55 20.23,10.66Z\" /></svg></li><li title=\"shield account outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shield-account-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,1L3,5V11C3,16.55 6.84,21.74 12,23C17.16,21.74 21,16.55 21,11V5L12,1M12,3.18L19,6.3V11.22C19,12.92 18.5,14.65 17.65,16.17C16,14.94 13.26,14.5 12,14.5C10.74,14.5 8,14.94 6.35,16.17C5.5,14.65 5,12.92 5,11.22V6.3L12,3.18M12,6A3.5,3.5 0 0,0 8.5,9.5A3.5,3.5 0 0,0 12,13A3.5,3.5 0 0,0 15.5,9.5A3.5,3.5 0 0,0 12,6M12,8A1.5,1.5 0 0,1 13.5,9.5A1.5,1.5 0 0,1 12,11A1.5,1.5 0 0,1 10.5,9.5A1.5,1.5 0 0,1 12,8M12,16.5C13.57,16.5 15.64,17.11 16.53,17.84C15.29,19.38 13.7,20.55 12,21C10.3,20.55 8.71,19.38 7.47,17.84C8.37,17.11 10.43,16.5 12,16.5Z\" /></svg></li><li title=\"shield account variant outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shield-account-variant-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17 14.4C17.6 14.4 18.1 14.9 18.1 15.5S17.6 16.6 17 16.6 15.9 16.1 15.9 15.5 16.4 14.4 17 14.4M17 17.5C16.3 17.5 14.8 17.9 14.8 18.6C15.3 19.3 16.1 19.8 17 19.8S18.7 19.3 19.2 18.6C19.2 17.9 17.7 17.5 17 17.5M18 11.1V6.3L10.5 3L3 6.3V11.2C3 15.7 6.2 20 10.5 21C11.1 20.9 11.6 20.7 12.1 20.5C13.2 22 15 23 17 23C20.3 23 23 20.3 23 17C23 14 20.8 11.6 18 11.1M11 17C11 17.6 11.1 18.1 11.2 18.6C11 18.7 10.7 18.8 10.5 18.9C7.3 17.9 5 14.7 5 11.2V7.6L10.5 5.2L16 7.6V11.1C13.2 11.6 11 14 11 17M17 21C14.8 21 13 19.2 13 17S14.8 13 17 13 21 14.8 21 17 19.2 21 17 21Z\" /></svg></li><li title=\"shield account variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shield-account-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17 11C17.3 11 17.7 11 18 11.1V6.3L10.5 3L3 6.3V11.2C3 15.7 6.2 20 10.5 21C11.1 20.9 11.6 20.7 12.1 20.5C11.4 19.5 11 18.3 11 17C11 13.7 13.7 11 17 11M17 13C14.8 13 13 14.8 13 17S14.8 21 17 21 21 19.2 21 17 19.2 13 17 13M17 14.4C17.6 14.4 18.1 14.9 18.1 15.5C18.1 16.1 17.6 16.6 17 16.6S15.9 16.1 15.9 15.5 16.4 14.4 17 14.4M17 19.8C16.1 19.8 15.3 19.3 14.8 18.6C14.9 17.9 16.3 17.5 17 17.5S19.2 17.9 19.2 18.6C18.7 19.3 17.9 19.8 17 19.8Z\" /></svg></li><li title=\"shield account \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shield-account\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,1L3,5V11C3,16.55 6.84,21.74 12,23C17.16,21.74 21,16.55 21,11V5L12,1M12,5A3,3 0 0,1 15,8A3,3 0 0,1 12,11A3,3 0 0,1 9,8A3,3 0 0,1 12,5M17.13,17C15.92,18.85 14.11,20.24 12,20.92C9.89,20.24 8.08,18.85 6.87,17C6.53,16.5 6.24,16 6,15.47C6,13.82 8.71,12.47 12,12.47C15.29,12.47 18,13.79 18,15.47C17.76,16 17.47,16.5 17.13,17Z\" /></svg></li><li title=\"shield airplane outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shield-airplane-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,11C21,16.55 17.16,21.74 12,23C6.84,21.74 3,16.55 3,11V5L12,1L21,5V11M12,21C15.75,20 19,15.54 19,11.22V6.3L12,3.18L5,6.3V11.22C5,15.54 8.25,20 12,21M12,5.68C12.5,5.68 12.95,6.11 12.95,6.63V10.11L18,13.26V14.53L12.95,12.95V16.42L14.21,17.37V18.32L12,17.68L9.79,18.32V17.37L11.05,16.42V12.95L6,14.53V13.26L11.05,10.11V6.63C11.05,6.11 11.5,5.68 12,5.68Z\" /></svg></li><li title=\"shield airplane \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shield-airplane\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,1L3,5V11C3,16.55 6.84,21.74 12,23C17.16,21.74 21,16.55 21,11V5L12,1M12,5.68C12.5,5.68 12.95,6.11 12.95,6.63V10.11L18,13.26V14.53L12.95,12.95V16.42L14.21,17.37V18.32L12,17.68L9.79,18.32V17.37L11.05,16.42V12.95L6,14.53V13.26L11.05,10.11V6.63C11.05,6.11 11.5,5.68 12,5.68Z\" /></svg></li><li title=\"shield alert outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shield-alert-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,11C21,16.55 17.16,21.74 12,23C6.84,21.74 3,16.55 3,11V5L12,1L21,5V11M12,21C15.75,20 19,15.54 19,11.22V6.3L12,3.18L5,6.3V11.22C5,15.54 8.25,20 12,21M11,7H13V13H11V7M11,15H13V17H11V15Z\" /></svg></li><li title=\"shield alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shield-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,1L3,5V11C3,16.55 6.84,21.74 12,23C17.16,21.74 21,16.55 21,11V5M11,7H13V13H11M11,15H13V17H11\" /></svg></li><li title=\"shield bug outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shield-bug-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9.9 6.6L9.1 7.4L10.3 8.6C9.8 8.9 9.4 9.4 9.2 10H7V11H9V12H7V13H9V14H7V15H9.2C9.6 16.2 10.7 17 12 17S14.4 16.2 14.8 15H17V14H15V13H17V12H15V11H17V10H14.8C14.6 9.4 14.2 8.9 13.7 8.5L14.9 7.3L14.2 6.6L12.8 8H12C11.8 8 11.5 8 11.3 8.1L9.9 6.6M11 11H13V12H11V11M11 13H13V14H11V13M21 11C21 16.5 17.2 21.7 12 23C6.8 21.7 3 16.5 3 11V5L12 1L21 5V11M12 21C15.8 20 19 15.5 19 11.2V6.3L12 3.2L5 6.3V11.2C5 15.5 8.2 20 12 21Z\" /></svg></li><li title=\"shield bug \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shield-bug\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11 13H13V14H11V13M21 5V11C21 16.5 17.2 21.7 12 23C6.8 21.7 3 16.5 3 11V5L12 1L21 5M17 10H14.8C14.6 9.4 14.2 8.9 13.7 8.5L14.9 7.3L14.2 6.6L12.8 8H12C11.8 8 11.5 8 11.3 8.1L9.9 6.6L9.1 7.4L10.3 8.6C9.8 8.9 9.4 9.4 9.2 10H7V11H9V12H7V13H9V14H7V15H9.2C9.6 16.2 10.7 17 12 17S14.4 16.2 14.8 15H17V14H15V13H17V12H15V11H17V10M11 12H13V11H11V12Z\" /></svg></li><li title=\"shield car \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shield-car\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.42 7.5L16 11H8L9.42 7.5H14.42M9 12C8.45 12 8 12.45 8 13S8.45 14 9 14 10 13.55 10 13 9.55 12 9 12M15 12C14.45 12 14 12.45 14 13S14.45 14 15 14 16 13.55 16 13 15.55 12 15 12M21 5V11C21 16.55 17.16 21.74 12 23C6.84 21.74 3 16.55 3 11V5L12 1L21 5M18 12L15.84 7C15.64 6.42 15.08 6 14.42 6H9.42C8.76 6 8.2 6.42 8 7L6 12V16C6 16.55 6.45 17 7 17H8C8.55 17 9 16.55 9 16V15H15V16C15 16.55 15.45 17 16 17H17C17.55 17 18 16.55 18 16V12Z\" /></svg></li><li title=\"shield check outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shield-check-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,11C21,16.55 17.16,21.74 12,23C6.84,21.74 3,16.55 3,11V5L12,1L21,5V11M12,21C15.75,20 19,15.54 19,11.22V6.3L12,3.18L5,6.3V11.22C5,15.54 8.25,20 12,21M10,17L6,13L7.41,11.59L10,14.17L16.59,7.58L18,9\" /></svg></li><li title=\"shield check \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shield-check\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,17L6,13L7.41,11.59L10,14.17L16.59,7.58L18,9M12,1L3,5V11C3,16.55 6.84,21.74 12,23C17.16,21.74 21,16.55 21,11V5L12,1Z\" /></svg></li><li title=\"shield cross outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shield-cross-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,11C21,16.5 17.2,21.7 12,23C6.8,21.7 3,16.5 3,11V5L12,1L21,5V11M12,21C15.8,20 19,15.5 19,11.2V6.3L12,3.2L5,6.3V11.2C5,15.5 8.3,20 12,21M16,9H13V6H11V9H8V11H11V19H13V11H16V9Z\" /></svg></li><li title=\"shield cross \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shield-cross\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,1L3,5V11C3,16.5 6.8,21.7 12,23C17.2,21.7 21,16.5 21,11V5L12,1M16,10H13V18H11V10H8V8H11V5H13V8H16V10Z\" /></svg></li><li title=\"shield crown outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shield-crown-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 1L21 5V11C21 16.55 17.16 21.74 12 23C6.84 21.74 3 16.55 3 11V5L12 1M12 3.18L5 6.3V11.22C5 15.54 8.25 20 12 21C15.75 20 19 15.54 19 11.22V6.3L12 3.18M16 14V15.5L16 15.59C15.96 15.81 15.78 15.96 15.53 16L15.43 16H8.57L8.47 16C8.22 15.96 8.04 15.81 8 15.59L8 15.5V14H16M17 8L16 13H8L7 8L7 8L9.67 10.67L12 8.34L14.33 10.67L17 8L17 8Z\" /></svg></li><li title=\"shield crown \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shield-crown\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 1L21 5V11C21 16.55 17.16 21.74 12 23C6.84 21.74 3 16.55 3 11V5L12 1M16 14H8V15.5C8 15.77 8.19 15.96 8.47 16L8.57 16H15.43C15.74 16 15.95 15.84 16 15.59L16 15.5V14M17 8L17 8L14.33 10.67L12 8.34L9.67 10.67L7 8L7 8L8 13H16L17 8Z\" /></svg></li><li title=\"shield edit outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shield-edit-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.7 13.6L20.4 12.3C20.3 12.2 20.2 12.1 20 12.1C19.9 12.1 19.7 12.2 19.6 12.3L18.6 13.3L20.6 15.3L21.6 14.3C21.9 14.1 21.9 13.8 21.7 13.6M12 19.9V22H14.1L20.2 15.9L18.2 13.8L12 19.9M10 22.3C5.9 20.3 3 15.8 3 11V5L12 1L21 5V8.1L19 10.1V6.3L12 3.2L5 6.3V11.2C5 14.7 7.2 18.3 10 20.1V22.3Z\" /></svg></li><li title=\"shield edit \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shield-edit\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.7 14.4L20.7 15.4L18.6 13.3L19.6 12.3C19.8 12.1 20.2 12.1 20.4 12.3L21.7 13.6C21.9 13.8 21.9 14.1 21.7 14.4M12 19.9L18.1 13.8L20.2 15.9L14.1 22H12V19.9M10 19.1L21 8.1V5L12 1L3 5V11C3 15.8 5.9 20.3 10 22.3V19.1Z\" /></svg></li><li title=\"shield half full \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shield-half-full\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,11C21,16.55 17.16,21.74 12,23C6.84,21.74 3,16.55 3,11V5L12,1L21,5V11M12,21C15.75,20 19,15.54 19,11.22V6.3L12,3.18V21Z\" /></svg></li><li title=\"shield half \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shield-half\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 1L3 5V11C3 16.5 6.8 21.7 12 23V1Z\" /></svg></li><li title=\"shield home outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shield-home-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,11C21,16.55 17.16,21.74 12,23C6.84,21.74 3,16.55 3,11V5L12,1L21,5V11M12,21C15.75,20 19,15.54 19,11.22V6.3L12,3.18L5,6.3V11.22C5,15.54 8.25,20 12,21M11,14H13V17H16V12H18L12,7L6,12H8V17H11V14\" /></svg></li><li title=\"shield home \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shield-home\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,13H13V16H16V11H18L12,6L6,11H8V16H11V13M12,1L21,5V11C21,16.55 17.16,21.74 12,23C6.84,21.74 3,16.55 3,11V5L12,1Z\" /></svg></li><li title=\"shield key outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shield-key-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,11C21,16.55 17.16,21.74 12,23C6.84,21.74 3,16.55 3,11V5L12,1L21,5V11M12,21C15.75,20 19,15.54 19,11.22V6.3L12,3.18L5,6.3V11.22C5,15.54 8.25,20 12,21M12,6A3,3 0 0,1 15,9C15,10.31 14.17,11.42 13,11.83V14H15V16H13V18H11V11.83C9.83,11.42 9,10.31 9,9A3,3 0 0,1 12,6M12,8A1,1 0 0,0 11,9A1,1 0 0,0 12,10A1,1 0 0,0 13,9A1,1 0 0,0 12,8Z\" /></svg></li><li title=\"shield key \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shield-key\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,8A1,1 0 0,1 13,9A1,1 0 0,1 12,10A1,1 0 0,1 11,9A1,1 0 0,1 12,8M21,11C21,16.55 17.16,21.74 12,23C6.84,21.74 3,16.55 3,11V5L12,1L21,5V11M12,6A3,3 0 0,0 9,9C9,10.31 9.83,11.42 11,11.83V18H13V16H15V14H13V11.83C14.17,11.42 15,10.31 15,9A3,3 0 0,0 12,6Z\" /></svg></li><li title=\"shield link variant outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shield-link-variant-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,11C21,16.55 17.16,21.74 12,23C6.84,21.74 3,16.55 3,11V5L12,1L21,5V11M12,21C15.75,20 19,15.54 19,11.22V6.3L12,3.18L5,6.3V11.22C5,15.54 8.25,20 12,21M14.28,9.73C14.86,10.31 15.18,11.08 15.18,11.9C15.18,12.73 14.86,13.5 14.28,14.08L12.26,16.1C11.66,16.7 10.87,17 10.08,17C9.29,17 8.5,16.7 7.9,16.1C6.7,14.9 6.7,12.95 7.9,11.74L9.15,10.5L9.14,11.06C9.14,11.5 9.21,11.95 9.36,12.36L9.4,12.5L9.04,12.87C8.75,13.15 8.6,13.5 8.6,13.92C8.6,14.31 8.75,14.68 9.03,14.96C9.6,15.53 10.57,15.53 11.13,14.97L13.14,12.95C13.43,12.67 13.58,12.3 13.58,11.91C13.58,11.5 13.43,11.14 13.14,10.86C13,10.71 12.9,10.5 12.9,10.29C12.9,10.08 13,9.87 13.14,9.72C13.45,9.42 14,9.42 14.28,9.73M18,9.08C18,9.9 17.68,10.68 17.1,11.26L15.85,12.5L15.86,11.94C15.86,11.5 15.79,11.06 15.64,10.64L15.59,10.5L15.96,10.13C16.25,9.85 16.4,9.5 16.4,9.08C16.4,8.69 16.25,8.32 15.96,8.04C15.4,7.47 14.43,7.47 13.87,8.03L11.86,10.05C11.57,10.33 11.42,10.7 11.42,11.1C11.42,11.5 11.57,11.86 11.85,12.14C12,12.29 12.1,12.5 12.1,12.71C12.1,12.93 12,13.13 11.85,13.28C11.7,13.43 11.5,13.5 11.29,13.5C11.09,13.5 10.88,13.43 10.72,13.28C9.5,12.07 9.5,10.12 10.72,8.92L12.74,6.9C13.95,5.7 15.9,5.7 17.1,6.9C17.68,7.5 18,8.26 18,9.08Z\" /></svg></li><li title=\"shield link variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shield-link-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,1L3,5V11C3,16.55 6.84,21.74 12,23C17.16,21.74 21,16.55 21,11V5L12,1M14.28,14.08L12.26,16.1C11.66,16.7 10.87,17 10.08,17C9.29,17 8.5,16.7 7.9,16.1C6.7,14.9 6.7,12.95 7.9,11.74L9.15,10.5L9.14,11.06C9.14,11.5 9.21,11.95 9.36,12.37L9.41,12.5L9.04,12.87C8.76,13.15 8.6,13.53 8.6,13.92C8.6,14.32 8.76,14.69 9.04,14.97C9.6,15.53 10.57,15.53 11.13,14.97L13.14,12.96C13.43,12.67 13.58,12.3 13.58,11.91C13.58,11.5 13.43,11.14 13.15,10.86C13,10.71 12.9,10.5 12.9,10.29C12.9,10.08 13,9.88 13.15,9.73C13.45,9.42 14,9.43 14.28,9.73C14.86,10.31 15.18,11.08 15.18,11.9C15.18,12.73 14.86,13.5 14.28,14.08M17.1,11.26L15.85,12.5L15.86,11.94C15.86,11.5 15.79,11.06 15.64,10.64L15.6,10.5L15.96,10.13C16.25,9.85 16.4,9.5 16.4,9.08C16.4,8.69 16.25,8.32 15.97,8.04C15.4,7.47 14.43,7.47 13.87,8.04L11.86,10.05C11.58,10.33 11.42,10.7 11.42,11.1C11.42,11.5 11.57,11.86 11.86,12.14C12,12.29 12.1,12.5 12.1,12.71C12.1,12.93 12,13.13 11.85,13.28C11.7,13.44 11.5,13.5 11.29,13.5C11.09,13.5 10.88,13.43 10.72,13.28C9.5,12.08 9.5,10.12 10.72,8.92L12.74,6.9C13.95,5.7 15.9,5.7 17.1,6.9C17.68,7.5 18,8.26 18,9.08C18,9.9 17.68,10.68 17.1,11.26Z\" /></svg></li><li title=\"shield lock open outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shield-lock-open-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 11C21 16.5 17.2 21.7 12 23C6.8 21.7 3 16.5 3 11V5L12 1L21 5V11M12 21C15.8 20 19 15.5 19 11.2V6.3L12 3.2L5 6.3V11.2C5 15.5 8.2 20 12 21M14.8 11H10.5V8.5C10.5 7.7 11.2 7.2 12 7.2S13.5 7.7 13.5 8.5V9H14.8V8.5C14.8 7.1 13.4 6 12 6S9.2 7.1 9.2 8.5V11C8.6 11 8 11.6 8 12.2V15.7C8 16.4 8.6 17 9.2 17H14.7C15.4 17 16 16.4 16 15.8V12.3C16 11.6 15.4 11 14.8 11Z\" /></svg></li><li title=\"shield lock open \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shield-lock-open\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 1L3 5V11C3 16.5 6.8 21.7 12 23C17.2 21.7 21 16.5 21 11V5L12 1M16 15.8C16 16.4 15.4 17 14.7 17H9.2C8.6 17 8 16.4 8 15.7V12.2C8 11.6 8.6 11 9.2 11V8.5C9.2 7.1 10.6 6 12 6S14.8 7.1 14.8 8.5V9H13.5V8.5C13.5 7.7 12.8 7.2 12 7.2S10.5 7.7 10.5 8.5V11H14.8C15.4 11 16 11.6 16 12.3V15.8Z\" /></svg></li><li title=\"shield lock outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shield-lock-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,11C21,16.55 17.16,21.74 12,23C6.84,21.74 3,16.55 3,11V5L12,1L21,5V11M12,21C15.75,20 19,15.54 19,11.22V6.3L12,3.18L5,6.3V11.22C5,15.54 8.25,20 12,21M14.8,11V9.5C14.8,8.1 13.4,7 12,7C10.6,7 9.2,8.1 9.2,9.5V11C8.6,11 8,11.6 8,12.2V15.7C8,16.4 8.6,17 9.2,17H14.7C15.4,17 16,16.4 16,15.8V12.3C16,11.6 15.4,11 14.8,11M13.5,11H10.5V9.5C10.5,8.7 11.2,8.2 12,8.2C12.8,8.2 13.5,8.7 13.5,9.5V11Z\" /></svg></li><li title=\"shield lock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shield-lock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,1L3,5V11C3,16.55 6.84,21.74 12,23C17.16,21.74 21,16.55 21,11V5L12,1M12,7C13.4,7 14.8,8.1 14.8,9.5V11C15.4,11 16,11.6 16,12.3V15.8C16,16.4 15.4,17 14.7,17H9.2C8.6,17 8,16.4 8,15.7V12.2C8,11.6 8.6,11 9.2,11V9.5C9.2,8.1 10.6,7 12,7M12,8.2C11.2,8.2 10.5,8.7 10.5,9.5V11H13.5V9.5C13.5,8.7 12.8,8.2 12,8.2Z\" /></svg></li><li title=\"shield moon outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shield-moon-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 11C21 16.55 17.16 21.74 12 23C6.84 21.74 3 16.55 3 11V5L12 1L21 5V11M12 21C15.75 20 19 15.54 19 11.22V6.3L12 3.18L5 6.3V11.22C5 15.54 8.25 20 12 21M9 14.33C10.76 16.5 14.13 16.57 15.97 14.4C16.2 14.13 16.05 13.72 15.71 13.66C14.42 13.45 13.23 12.68 12.53 11.46C11.82 10.24 11.75 8.83 12.21 7.6C12.33 7.27 12.05 6.94 11.7 7C8.36 7.62 6.81 11.61 9 14.33\" /></svg></li><li title=\"shield moon \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shield-moon\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 1L3 5V11C3 16.55 6.84 21.74 12 23C17.16 21.74 21 16.55 21 11V5L12 1M15.97 14.41C14.13 16.58 10.76 16.5 9 14.34C6.82 11.62 8.36 7.62 11.7 7C12.04 6.95 12.33 7.28 12.21 7.61C11.75 8.84 11.82 10.25 12.53 11.47C13.24 12.69 14.42 13.46 15.71 13.67C16.05 13.72 16.2 14.14 15.97 14.41Z\" /></svg></li><li title=\"shield off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shield-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M1,4.27L3,6.27V11C3,16.55 6.84,21.74 12,23C13.87,22.54 15.57,21.56 16.97,20.24L19.23,22.5L20.5,21.22L2.28,3L1,4.27M12,21C8.25,20 5,15.54 5,11.22V8.27L15.59,18.86C14.53,19.89 13.3,20.65 12,21M21,5V11C21,13.28 20.35,15.5 19.23,17.4L17.77,15.95C18.54,14.5 19,12.84 19,11.22V6.3L12,3.18L7.16,5.34L5.65,3.82L12,1L21,5Z\" /></svg></li><li title=\"shield off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shield-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M1,4.27L2.28,3L20.5,21.22L19.23,22.5L17,20.25C15.57,21.57 13.87,22.54 12,23C6.84,21.74 3,16.55 3,11V6.27L1,4.27M12,1L21,5V11C21,13.28 20.35,15.5 19.23,17.41L5.65,3.82L12,1Z\" /></svg></li><li title=\"shield outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shield-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,11C21,16.55 17.16,21.74 12,23C6.84,21.74 3,16.55 3,11V5L12,1L21,5V11M12,21C15.75,20 19,15.54 19,11.22V6.3L12,3.18L5,6.3V11.22C5,15.54 8.25,20 12,21Z\" /></svg></li><li title=\"shield plus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shield-plus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,20V22.97H17V20H14V18H17V15H19V18H22V20H19M21,11C21,11.9 20.9,12.78 20.71,13.65C20.13,13.35 19.5,13.15 18.81,13.05C18.93,12.45 19,11.83 19,11.22V6.3L12,3.18L5,6.3V11.22C5,15.54 8.25,20 12,21L12.31,20.91C12.5,21.53 12.83,22.11 13.22,22.62L12,23C6.84,21.74 3,16.55 3,11V5L12,1L21,5V11Z\" /></svg></li><li title=\"shield plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shield-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,20V22.97H17V20H14V18H17V15H19V18H22V20H19M12,1L21,5V11C21,11.9 20.9,12.78 20.71,13.65C19.9,13.23 19,13 18,13A6,6 0 0,0 12,19C12,20.36 12.45,21.62 13.22,22.62L12,23C6.84,21.74 3,16.55 3,11V5L12,1Z\" /></svg></li><li title=\"shield refresh outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shield-refresh-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 21C8.2 20 5 15.5 5 11.2V6.3L12 3.2L19 6.3V12.1C19.7 12.2 20.3 12.4 20.9 12.7C21 12.1 21 11.6 21 11V5L12 1L3 5V11C3 16.5 6.8 21.7 12 23C12.4 22.9 12.7 22.8 13 22.7C12.6 22.2 12.2 21.6 12 21M18 14.5C19.1 14.5 20.1 14.9 20.8 15.7L22 14.5V18.5H18L19.8 16.7C19.3 16.3 18.7 16 18 16C16.6 16 15.5 17.1 15.5 18.5S16.6 21 18 21C18.8 21 19.5 20.6 20 20H21.7C21.1 21.5 19.7 22.5 18 22.5C15.8 22.5 14 20.7 14 18.5S15.8 14.5 18 14.5Z\" /></svg></li><li title=\"shield refresh \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shield-refresh\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 12C19 12 20 12.2 20.9 12.7C21 12.1 21 11.6 21 11V5L12 1L3 5V11C3 16.5 6.8 21.7 12 23C12.4 22.9 12.7 22.8 13 22.7C12 21.5 11.5 20 11.5 18.5C11.5 14.9 14.4 12 18 12M18 14.5C19.1 14.5 20.1 14.9 20.8 15.7L22 14.5V18.5H18L19.8 16.7C19.3 16.3 18.7 16 18 16C16.6 16 15.5 17.1 15.5 18.5S16.6 21 18 21C18.8 21 19.5 20.6 20 20H21.7C21.1 21.5 19.7 22.5 18 22.5C15.8 22.5 14 20.7 14 18.5S15.8 14.5 18 14.5Z\" /></svg></li><li title=\"shield remove outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shield-remove-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.43,19L21.5,21.11L20.12,22.5L18.03,20.41L15.91,22.53L14.5,21.11L16.61,19L14.5,16.86L15.88,15.47L18,17.59L20.12,15.47L21.55,16.9L19.43,19M21,11C21,11.9 20.9,12.78 20.71,13.65C20.13,13.35 19.5,13.15 18.81,13.05C18.93,12.45 19,11.83 19,11.22V6.3L12,3.18L5,6.3V11.22C5,15.54 8.25,20 12,21L12.31,20.91C12.5,21.53 12.83,22.11 13.22,22.62L12,23C6.84,21.74 3,16.55 3,11V5L12,1L21,5V11Z\" /></svg></li><li title=\"shield remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shield-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.43,19L21.5,21.11L20.12,22.5L18.03,20.41L15.91,22.53L14.5,21.11L16.61,19L14.5,16.86L15.88,15.47L18,17.59L20.12,15.47L21.55,16.9L19.43,19M12,1L21,5V11C21,11.9 20.9,12.78 20.71,13.65C19.9,13.23 19,13 18,13A6,6 0 0,0 12,19C12,20.36 12.45,21.62 13.22,22.62L12,23C6.84,21.74 3,16.55 3,11V5L12,1Z\" /></svg></li><li title=\"shield search \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shield-search\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,9A3,3 0 0,1 15,12A3,3 0 0,1 12,15A3,3 0 0,1 9,12A3,3 0 0,1 12,9M17.86,19.31C16.23,21.22 14.28,22.45 12,23C9.44,22.39 7.3,20.93 5.58,18.63C3.86,16.34 3,13.8 3,11V5L12,1L21,5V11C21,13.39 20.36,15.61 19.08,17.67L16.17,14.76C16.69,13.97 17,13 17,12A5,5 0 0,0 12,7A5,5 0 0,0 7,12A5,5 0 0,0 12,17C13,17 13.97,16.69 14.76,16.17L17.86,19.31Z\" /></svg></li><li title=\"shield star outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shield-star-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 11C21 16.55 17.16 21.74 12 23C6.84 21.74 3 16.55 3 11V5L12 1L21 5V11M12 21C15.75 20 19 15.54 19 11.22V6.3L12 3.18L5 6.3V11.22C5 15.54 8.25 20 12 21M15.05 16L11.97 14.15L8.9 16L9.71 12.5L7 10.16L10.58 9.85L11.97 6.55L13.37 9.84L16.95 10.15L14.23 12.5L15.05 16\" /></svg></li><li title=\"shield star \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shield-star\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 1L3 5V11C3 16.55 6.84 21.74 12 23C17.16 21.74 21 16.55 21 11V5L12 1M15.08 16L12 14.15L8.93 16L9.74 12.5L7.03 10.16L10.61 9.85L12 6.55L13.39 9.84L16.97 10.15L14.26 12.5L15.08 16Z\" /></svg></li><li title=\"shield sun outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shield-sun-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 11C21 16.55 17.16 21.74 12 23C6.84 21.74 3 16.55 3 11V5L12 1L21 5V11M12 21C15.75 20 19 15.54 19 11.22V6.3L12 3.18L5 6.3V11.22C5 15.54 8.25 20 12 21M12 8.89C13.6 8.89 14.89 10.18 14.89 11.78S13.6 14.67 12 14.67 9.11 13.37 9.11 11.78 10.41 8.89 12 8.89M12 6L13.38 8C12.96 7.82 12.5 7.73 12 7.73S11.05 7.82 10.62 8L12 6M7 8.89L9.4 8.69C9.06 9 8.74 9.34 8.5 9.76C8.25 10.18 8.1 10.62 8 11.08L7 8.89M7 14.67L8.03 12.5C8.11 12.93 8.27 13.38 8.5 13.8C8.75 14.23 9.06 14.59 9.4 14.88L7 14.67M17 8.89L16 11.08C15.9 10.62 15.74 10.18 15.5 9.76C15.26 9.34 14.95 9 14.6 8.68L17 8.89M17 14.67L14.6 14.87C14.94 14.58 15.25 14.22 15.5 13.8C15.74 13.38 15.89 12.93 15.97 12.5L17 14.67M12 17.55L10.61 15.57C11.04 15.72 11.5 15.82 12 15.82C12.5 15.82 12.95 15.72 13.37 15.57L12 17.55Z\" /></svg></li><li title=\"shield sun \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shield-sun\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 1L3 5V11C3 16.55 6.84 21.74 12 23C17.16 21.74 21 16.55 21 11V5L12 1M12 8.89C13.6 8.89 14.89 10.18 14.89 11.78S13.6 14.67 12 14.67 9.11 13.37 9.11 11.78 10.41 8.89 12 8.89M12 6L13.38 8C12.96 7.82 12.5 7.73 12 7.73S11.05 7.82 10.62 8L12 6M7 8.89L9.4 8.69C9.06 9 8.74 9.34 8.5 9.76C8.25 10.18 8.1 10.62 8 11.08L7 8.89M7 14.67L8.03 12.5C8.11 12.93 8.27 13.38 8.5 13.8C8.75 14.23 9.06 14.59 9.4 14.88L7 14.67M17 8.89L16 11.08C15.9 10.62 15.74 10.18 15.5 9.76C15.26 9.34 14.95 9 14.6 8.68L17 8.89M17 14.67L14.6 14.87C14.94 14.58 15.25 14.22 15.5 13.8C15.74 13.38 15.89 12.93 15.97 12.5L17 14.67M12 17.55L10.61 15.57C11.04 15.72 11.5 15.82 12 15.82C12.5 15.82 12.95 15.72 13.37 15.57L12 17.55Z\" /></svg></li><li title=\"shield sword outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shield-sword-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 1L21 5V11C21 16.5 17.2 21.7 12 23C6.8 21.7 3 16.5 3 11V5L12 1M12 3.2L5 6.3V11.2C5 15.5 8.2 20 12 21C15.8 20 19 15.5 19 11.2V6.3L12 3.2M12 5.5L14 7.1L13 13H15V15H13V18H11V15H9V13H11L10 7.1L12 5.5Z\" /></svg></li><li title=\"shield sword \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shield-sword\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 1L3 5V11C3 16.5 6.8 21.7 12 23C17.2 21.7 21 16.5 21 11V5L12 1M15 15H13V18H11V15H9V13H11L10 7.1L12 5.5L14 7.1L13 13H15V15Z\" /></svg></li><li title=\"shield sync outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shield-sync-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 21C8.25 20 5 15.54 5 11.22V6.3L12 3.18L19 6.3V12.07A6.45 6.45 0 0 1 20.91 12.67A11.63 11.63 0 0 0 21 11V5L12 1L3 5V11C3 16.55 6.84 21.74 12 23C12.35 22.91 12.7 22.8 13 22.68A6.3 6.3 0 0 1 12 21M18 14.5V13L15.75 15.25L18 17.5V16A2.5 2.5 0 0 1 20.24 19.62L21.33 20.71A4 4 0 0 0 18 14.5M18 21A2.5 2.5 0 0 1 15.76 17.38L14.67 16.29A4 4 0 0 0 18 22.5V24L20.25 21.75L18 19.5Z\" /></svg></li><li title=\"shield sync \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shield-sync\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 12A6.41 6.41 0 0 1 20.87 12.67A11.63 11.63 0 0 0 21 11V5L12 1L3 5V11C3 16.55 6.84 21.74 12 23C12.35 22.91 12.7 22.8 13 22.68A6.42 6.42 0 0 1 11.5 18.5A6.5 6.5 0 0 1 18 12M18 14.5V13L15.75 15.25L18 17.5V16A2.5 2.5 0 0 1 20.24 19.62L21.33 20.71A4 4 0 0 0 18 14.5M18 21A2.5 2.5 0 0 1 15.76 17.38L14.67 16.29A4 4 0 0 0 18 22.5V24L20.25 21.75L18 19.5Z\" /></svg></li><li title=\"shield \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shield\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,1L3,5V11C3,16.55 6.84,21.74 12,23C17.16,21.74 21,16.55 21,11V5L12,1Z\" /></svg></li><li title=\"shimmer \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shimmer\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10.6 9.6L9 15L7.4 9.6L2 8L7.4 6.4L9 1L10.6 6.4L16 8L10.6 9.6M17 14.2L21 12L18.8 16L21 20L17 17.8L13 20L15.2 16L13 12L17 14.2M10 16L8.3 19L10 22L7 20.3L4 22L5.7 19L4 16L7 17.7L10 16\" /></svg></li><li title=\"ship wheel \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ship-wheel\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,11L4.05,11.1C4.3,8.83 5.5,6.85 7.25,5.56L6.13,3.84C5.86,3.36 6,2.75 6.5,2.47C7,2.2 7.59,2.36 7.87,2.84L8.8,4.66C9.78,4.24 10.86,4 12,4C13.14,4 14.22,4.24 15.2,4.66L16.13,2.84C16.41,2.36 17,2.2 17.5,2.47C18,2.75 18.14,3.36 17.87,3.84L16.75,5.56C18.5,6.85 19.7,8.83 19.95,11.1L22,11A1,1 0 0,1 23,12A1,1 0 0,1 22,13L19.95,12.9C19.7,15.17 18.5,17.15 16.75,18.44L17.87,20.16C18.14,20.64 18,21.25 17.5,21.53C17,21.8 16.41,21.64 16.13,21.16L15.2,19.34C14.22,19.76 13.14,20 12,20C10.86,20 9.78,19.76 8.8,19.34L7.87,21.16C7.59,21.64 7,21.8 6.5,21.53C6,21.25 5.86,20.64 6.13,20.16L7.25,18.44C5.5,17.15 4.3,15.17 4.05,12.9L2,13A1,1 0 0,1 1,12A1,1 0 0,1 2,11M9.07,11.35C9.2,10.74 9.53,10.2 10,9.79L8.34,7.25C7.11,8.19 6.27,9.6 6.05,11.2L9.07,11.35M12,9C12.32,9 12.62,9.05 12.9,9.14L14.28,6.45C13.58,6.16 12.81,6 12,6C11.19,6 10.42,6.16 9.72,6.45L11.1,9.14C11.38,9.05 11.68,9 12,9M14.93,11.35L17.95,11.2C17.73,9.6 16.89,8.19 15.66,7.25L14,9.79C14.47,10.2 14.8,10.74 14.93,11.35M14.93,12.65C14.8,13.26 14.47,13.8 14,14.21L15.66,16.75C16.89,15.81 17.73,14.4 17.95,12.8L14.93,12.65M12,15C11.68,15 11.38,14.95 11.09,14.86L9.72,17.55C10.42,17.84 11.19,18 12,18C12.81,18 13.58,17.84 14.28,17.55L12.91,14.86C12.62,14.95 12.32,15 12,15M9.07,12.65L6.05,12.8C6.27,14.4 7.11,15.81 8.34,16.75L10,14.21C9.53,13.8 9.2,13.26 9.07,12.65Z\" /></svg></li><li title=\"shipping pallet \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shipping-pallet\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 20H5V18H11V20H13V18H19V20H21V15H19V16H17V15H15V16H13V15H11V16H9V15H7V16H5V15H3M5 13H19V4H5Z\" /></svg></li><li title=\"shoe ballet \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shoe-ballet\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12.78 11.97C12.27 8.54 10.86 2 7.53 2S2.8 8.54 2.28 11.97C2.07 13.42 2 14.89 2.16 16.35C2.5 19.39 3.55 20.84 4.27 21.5C4.64 21.83 5.11 22 5.6 22H9.47C9.96 22 10.43 21.83 10.8 21.5C11.5 20.84 12.55 19.39 12.91 16.35C13.08 14.89 13 13.42 12.78 11.97M7.53 4C7.89 3.87 8.59 4.73 9.27 6.31L4.58 10.33C5.41 6.26 6.94 3.79 7.53 4M9.75 13H5.31C5.1 13 4.92 12.92 4.76 12.81L10 8.33C10.29 9.35 10.56 10.5 10.75 11.83C10.84 12.44 10.37 13 9.75 13M21.78 11.97C21.27 8.54 19.86 2 16.53 2C15.04 2 13.94 3.32 13.13 5.08C13.5 6.04 13.84 7.14 14.13 8.37L19.31 12.81C19.15 12.92 18.97 13 18.75 13H14.92C15.04 14.27 15.03 15.45 14.89 16.59C14.62 18.87 14 20.45 13.32 21.53C13.68 21.84 14.13 22 14.6 22H18.47C18.96 22 19.43 21.83 19.8 21.5C20.5 20.84 21.55 19.39 21.91 16.35C22.08 14.89 22 13.42 21.78 11.97M14.8 6.31C15.5 4.73 16.18 3.87 16.53 4C17.13 3.79 18.65 6.26 19.5 10.33L14.8 6.31Z\" /></svg></li><li title=\"shoe cleat \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shoe-cleat\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 8C20.76 8 20.53 8 20.3 8L20.25 7.97C18.14 7.84 16.38 7.17 15.53 6.23L14 7C13.95 7.1 13.89 7.19 13.84 7.28C14.55 7.89 15 8.65 15 9.5C15 9.83 14.91 10.14 14.79 10.45L12.92 8.58C12.7 8.83 12.47 9.07 12.22 9.29L14.25 11.32C14.04 11.57 13.8 11.79 13.5 12L11.43 9.91C11.14 10.11 10.85 10.28 10.55 10.45L12.58 12.5C12.25 12.63 11.89 12.74 11.5 12.82L9.59 10.91C9.25 11.05 8.91 11.18 8.56 11.29L10.26 13C10.17 13 10.09 13 10 13C8.5 13 7.2 12.54 6.28 11.82C5.46 11.95 4.68 12 4 12C2 12 2 15 2 15V15C2 16.11 2.89 17 4 17H4V18C4 18.55 4.45 19 5 19S6 18.55 6 18V17H7V18C7 18.55 7.45 19 8 19S9 18.55 9 18V17H10V18C10 18.55 10.45 19 11 19S12 18.55 12 18V17H15V18C15 18.55 15.45 19 16 19S17 18.55 17 18V17H18V18C18 18.55 18.45 19 19 19S20 18.55 20 18V17H21C21 17 22 17 22 12.5C22 9 21 8 21 8Z\" /></svg></li><li title=\"shoe formal \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shoe-formal\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.5,9V8H20.5L19.5,9H15L14,8H13L7,12H4A2,2 0 0,0 2,14V16H10L13,15H15V16H21.5V14C21.5,14 22,13 22,11.5C22,10 21.5,9 21.5,9Z\" /></svg></li><li title=\"shoe heel \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shoe-heel\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,18H11.7L17,14H18V18H20V14C20,14 21,12 21,10C21,8 20.5,6 20.5,6H18.5L18,7L10,14H8L3,16V18Z\" /></svg></li><li title=\"shoe print \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shoe-print\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10.74,11.72C11.21,12.95 11.16,14.23 9.75,14.74C6.85,15.81 6.2,13 6.16,12.86L10.74,11.72M5.71,10.91L10.03,9.84C9.84,8.79 10.13,7.74 10.13,6.5C10.13,4.82 8.8,1.53 6.68,2.06C4.26,2.66 3.91,5.35 4,6.65C4.12,7.95 5.64,10.73 5.71,10.91M17.85,19.85C17.82,20 17.16,22.8 14.26,21.74C12.86,21.22 12.8,19.94 13.27,18.71L17.85,19.85M20,13.65C20.1,12.35 19.76,9.65 17.33,9.05C15.22,8.5 13.89,11.81 13.89,13.5C13.89,14.73 14.17,15.78 14,16.83L18.3,17.9C18.38,17.72 19.89,14.94 20,13.65Z\" /></svg></li><li title=\"shoe sneaker \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shoe-sneaker\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2 15C2 15 2 12 4 12C4.68 12 5.46 11.95 6.28 11.82C7.2 12.54 8.5 13 10 13H10.25L8.56 11.29C8.91 11.18 9.25 11.05 9.59 10.91L11.5 12.82C11.89 12.74 12.25 12.63 12.58 12.5L10.55 10.45C10.85 10.28 11.14 10.11 11.43 9.91L13.5 12C13.8 11.79 14.04 11.56 14.25 11.32L12.22 9.29C12.46 9.07 12.7 8.83 12.92 8.58L14.79 10.45C14.91 10.14 15 9.83 15 9.5C15 8.65 14.55 7.89 13.84 7.28C13.89 7.19 13.95 7.1 14 7L15.53 6.23C16.38 7.17 18.14 7.84 20.25 7.97L20.3 8H21C21 8 22 9 22 12.5C22 13.07 22 13.57 21.96 14H19C17.9 14 16.58 14.26 15.3 14.5C14.12 14.76 12.9 15 12 15H2M21 17C21 17 21.58 17 21.86 15H19C17 15 14 16 12 16H2.28C2.62 16.6 3.26 17 4 17H21Z\" /></svg></li><li title=\"shopping music \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shopping-music\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,3A3,3 0 0,0 9,6H15A3,3 0 0,0 12,3M19,6A2,2 0 0,1 21,8V20A2,2 0 0,1 19,22H5C3.89,22 3,21.1 3,20V8C3,6.89 3.89,6 5,6H7A5,5 0 0,1 12,1A5,5 0 0,1 17,6H19M9,19L16.5,14L9,10V19Z\" /></svg></li><li title=\"shopping outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shopping-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 6H17C17 3.2 14.8 1 12 1S7 3.2 7 6H5C3.9 6 3 6.9 3 8V20C3 21.1 3.9 22 5 22H19C20.1 22 21 21.1 21 20V8C21 6.9 20.1 6 19 6M12 3C13.7 3 15 4.3 15 6H9C9 4.3 10.3 3 12 3M19 20H5V8H19V20M12 12C10.3 12 9 10.7 9 9H7C7 11.8 9.2 14 12 14S17 11.8 17 9H15C15 10.7 13.7 12 12 12Z\" /></svg></li><li title=\"shopping search \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shopping-search\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 6H17A5 5 0 0 0 7 6H5A2 2 0 0 0 3 8V20A2 2 0 0 0 5 22H12.05A6.5 6.5 0 0 1 9 16.5A6.4 6.4 0 0 1 10.25 12.68A5 5 0 0 1 7 8H9A3 3 0 0 0 12 11H12.06A6.22 6.22 0 0 1 14.06 10.16A3 3 0 0 0 15 8H17A4.88 4.88 0 0 1 16.54 10.09A6.5 6.5 0 0 1 21 13.09V8A2 2 0 0 0 19 6M9 6A3 3 0 0 1 15 6M19.31 18.9A4.5 4.5 0 1 0 17.88 20.32L21 23.39L22.39 22M15.5 19A2.5 2.5 0 1 1 18 16.5A2.5 2.5 0 0 1 15.5 19Z\" /></svg></li><li title=\"shopping \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shopping\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,13A5,5 0 0,1 7,8H9A3,3 0 0,0 12,11A3,3 0 0,0 15,8H17A5,5 0 0,1 12,13M12,3A3,3 0 0,1 15,6H9A3,3 0 0,1 12,3M19,6H17A5,5 0 0,0 12,1A5,5 0 0,0 7,6H5C3.89,6 3,6.89 3,8V20A2,2 0 0,0 5,22H19A2,2 0 0,0 21,20V8C21,6.89 20.1,6 19,6Z\" /></svg></li><li title=\"shore \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shore\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 12H22V14H20C18.6 14 17.3 13.6 16 13C13.5 14.3 10.5 14.3 8 13C6.7 13.6 5.4 14 4 14H2V12H4C5.4 12 6.8 11.5 8 10.7C10.4 12.4 13.6 12.4 16 10.7C17.2 11.5 18.6 12 20 12M20 6H22V8H20C18.6 8 17.3 7.7 16 7C13.5 8.3 10.5 8.3 8 7C6.7 7.7 5.4 8 4 8H2V6H4C5.4 6 6.8 5.5 8 4.7C10.4 6.4 13.6 6.4 16 4.7C17.2 5.5 18.6 6 20 6M22 20H2V18H22\" /></svg></li><li title=\"shovel off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shovel-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.1,1.81L12.27,4.65C11.5,5.43 11.5,6.69 12.27,7.47L13.68,8.89L13,9.62L14.44,11.06L15.17,10.33L16.56,11.72C17.34,12.5 18.61,12.5 19.39,11.72L22.22,8.88L15.1,1.81M17.93,10.28L13.7,6.06L15.11,4.65L19.34,8.88L17.93,10.28M20.7,20.24L19.29,21.65L11.5,13.88L10.5,14.88L13.33,17.69L12,19.09C7,24 3.5,20.5 3.5,20.5C3.5,20.5 -0.06,17 4.89,12L6.31,10.6L9.13,13.43L10.13,12.43L2.35,4.68L3.77,3.26L20.7,20.24Z\" /></svg></li><li title=\"shovel \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shovel\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.1,1.81L12.27,4.64C11.5,5.42 11.5,6.69 12.27,7.47L13.68,8.88L9.13,13.43L6.31,10.6L4.89,12C-0.06,17 3.5,20.5 3.5,20.5C3.5,20.5 7,24 12,19.09L13.41,17.68L10.61,14.88L15.15,10.34L16.54,11.73C17.32,12.5 18.59,12.5 19.37,11.73L22.2,8.9L15.1,1.81M17.93,10.28L16.55,8.9L15.11,7.46L13.71,6.06L15.12,4.65L19.35,8.88L17.93,10.28Z\" /></svg></li><li title=\"shower head \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shower-head\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,20A1,1 0 0,1 21,21A1,1 0 0,1 20,22A1,1 0 0,1 19,21A1,1 0 0,1 20,20M16,20A1,1 0 0,1 17,21A1,1 0 0,1 16,22A1,1 0 0,1 15,21A1,1 0 0,1 16,20M12,20A1,1 0 0,1 13,21A1,1 0 0,1 12,22A1,1 0 0,1 11,21A1,1 0 0,1 12,20M8,20A1,1 0 0,1 9,21A1,1 0 0,1 8,22A1,1 0 0,1 7,21A1,1 0 0,1 8,20M4,20A1,1 0 0,1 5,21A1,1 0 0,1 4,22A1,1 0 0,1 3,21A1,1 0 0,1 4,20M6,17A1,1 0 0,1 7,18A1,1 0 0,1 6,19H6A1,1 0 0,1 5,18A1,1 0 0,1 6,17H6M10,17A1,1 0 0,1 11,18A1,1 0 0,1 10,19A1,1 0 0,1 9,18A1,1 0 0,1 10,17M14,17A1,1 0 0,1 15,18A1,1 0 0,1 14,19A1,1 0 0,1 13,18A1,1 0 0,1 14,17M18,17A1,1 0 0,1 19,18A1,1 0 0,1 18,19A1,1 0 0,1 17,18A1,1 0 0,1 18,17M8,14A1,1 0 0,1 9,15A1,1 0 0,1 8,16A1,1 0 0,1 7,15A1,1 0 0,1 8,14M12,14A1,1 0 0,1 13,15A1,1 0 0,1 12,16A1,1 0 0,1 11,15A1,1 0 0,1 12,14M16,14A1,1 0 0,1 17,15A1,1 0 0,1 16,16A1,1 0 0,1 15,15A1,1 0 0,1 16,14M19,12H5V10H19V12M17.92,9H6.08C6.5,6.5 8.5,4.5 11,4.08V2H13V4.08C15.5,4.5 17.5,6.5 17.92,9Z\" /></svg></li><li title=\"shower \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shower\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,14V15C21,16.91 19.93,18.57 18.35,19.41L19,22H17L16.5,20C16.33,20 16.17,20 16,20H8C7.83,20 7.67,20 7.5,20L7,22H5L5.65,19.41C4.07,18.57 3,16.91 3,15V14H2V12H20V5A1,1 0 0,0 19,4C18.5,4 18.12,4.34 18,4.79C18.63,5.33 19,6.13 19,7H13A3,3 0 0,1 16,4C16.06,4 16.11,4 16.17,4C16.58,2.84 17.69,2 19,2A3,3 0 0,1 22,5V14H21V14M19,14H5V15A3,3 0 0,0 8,18H16A3,3 0 0,0 19,15V14Z\" /></svg></li><li title=\"shredder \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shredder\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,3V7H8V5H16V7H18V3H6M5,8A3,3 0 0,0 2,11V17H5V14H19V17H22V11A3,3 0 0,0 19,8H5M18,10A1,1 0 0,1 19,11A1,1 0 0,1 18,12A1,1 0 0,1 17,11A1,1 0 0,1 18,10M7,16V21H9V16H7M11,16V20H13V16H11M15,16V21H17V16H15Z\" /></svg></li><li title=\"shuffle disabled \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shuffle-disabled\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,4.5V7H5V9H16V11.5L19.5,8M16,12.5V15H5V17H16V19.5L19.5,16\" /></svg></li><li title=\"shuffle variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shuffle-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,3L22.25,7.5L17,12L22.25,16.5L17,21V18H14.26L11.44,15.18L13.56,13.06L15.5,15H17V12L17,9H15.5L6.5,18H2V15H5.26L14.26,6H17V3M2,6H6.5L9.32,8.82L7.2,10.94L5.26,9H2V6Z\" /></svg></li><li title=\"shuffle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shuffle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.83,13.41L13.42,14.82L16.55,17.95L14.5,20H20V14.5L17.96,16.54L14.83,13.41M14.5,4L16.54,6.04L4,18.59L5.41,20L17.96,7.46L20,9.5V4M10.59,9.17L5.41,4L4,5.41L9.17,10.58L10.59,9.17Z\" /></svg></li><li title=\"shuriken \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-shuriken\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.5 9.5L12 2L9.5 9.5L2 12L9.5 14.5L12 22L14.5 14.5L22 12L14.5 9.5M12 13.7C11.1 13.7 10.3 13 10.3 12C10.3 11.1 11 10.3 12 10.3C12.9 10.3 13.7 11 13.7 12C13.7 12.9 12.9 13.7 12 13.7Z\" /></svg></li><li title=\"sickle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sickle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.3 7.2C17.5 4.7 14.9 3 12 2C26.2 10.5 15.4 22.9 8.5 15.5L5.9 16L2.5 19.4C1.9 20 1.9 21 2.5 21.5C3.1 22.1 4.1 22.1 4.6 21.5L7.8 18.3C15.3 24.3 25 15 19.3 7.2Z\" /></svg></li><li title=\"sigma lower \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sigma-lower\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,12C19,16.42 15.64,20 11.5,20C7.36,20 4,16.42 4,12C4,7.58 7.36,4 11.5,4H20V6H16.46C18,7.47 19,9.61 19,12M11.5,6C8.46,6 6,8.69 6,12C6,15.31 8.46,18 11.5,18C14.54,18 17,15.31 17,12C17,8.69 14.54,6 11.5,6Z\" /></svg></li><li title=\"sigma \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sigma\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18,6H8.83L14.83,12L8.83,18H18V20H6V18L12,12L6,6V4H18V6Z\" /></svg></li><li title=\"sign caution \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sign-caution\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,3H22V13H18V21H16V13H8V21H6V13H2V3M18.97,11L20,9.97V7.15L16.15,11H18.97M13.32,11L19.32,5H16.5L10.5,11H13.32M7.66,11L13.66,5H10.83L4.83,11H7.66M5.18,5L4,6.18V9L8,5H5.18Z\" /></svg></li><li title=\"sign direction minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sign-direction-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.5 9.5L18 12H13V22H9A2 2 0 0 1 11 20V12H3.5L6 9.5L3.5 7H11V3L12 2L13 3V7H18M23 18H15V20H23Z\" /></svg></li><li title=\"sign direction plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sign-direction-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 20H13.09A5.5 5.5 0 0 0 13.81 22H9A2 2 0 0 1 11 20V12H3.5L6 9.5L3.5 7H11V3L12 2L13 3V7H18L20.5 9.5L18 12H13M18 15V18H15V20H18V23H20V20H23V18H20V15Z\" /></svg></li><li title=\"sign direction remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sign-direction-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 20H13.09A5.5 5.5 0 0 0 13.81 22H9A2 2 0 0 1 11 20V12H3.5L6 9.5L3.5 7H11V3L12 2L13 3V7H18L20.5 9.5L18 12H13M21.12 15.46L19 17.59L16.88 15.46L15.46 16.88L17.59 19L15.46 21.12L16.88 22.54L19 20.41L21.12 22.54L22.54 21.12L20.41 19L22.54 16.88Z\" /></svg></li><li title=\"sign direction \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sign-direction\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,12H3.5L6,9.5L3.5,7H11V3L12,2L13,3V7H18L20.5,9.5L18,12H13V20A2,2 0 0,1 15,22H9A2,2 0 0,1 11,20V12Z\" /></svg></li><li title=\"sign pole \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sign-pole\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11 3L12 2L13 3V20C14.11 20 15 20.9 15 22H9C9 20.9 9.9 20 11 20V3Z\" /></svg></li><li title=\"sign real estate \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sign-real-estate\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 8H8C6.9 8 6 8.9 6 10V16C6 17.11 6.9 18 8 18H18C19.11 18 20 17.11 20 16V10C20 8.9 19.11 8 18 8M14 16H8V14H14V16M18 12H8V10H18V12M22 6H4V22H2V2H4V4H22V6Z\" /></svg></li><li title=\"sign text \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sign-text\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,3L12,2L13,3V5H20A1,1 0 0,1 21,6V16A1,1 0 0,1 20,17H13V20A2,2 0 0,1 15,22H9A2,2 0 0,1 11,20V17H4A1,1 0 0,1 3,16V6A1,1 0 0,1 4,5H11V3M6,8V10H18V8H6M6,12V14H13V12H6Z\" /></svg></li><li title=\"signal 2g \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-signal-2g\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,19.5H2V13.5A3,3 0 0,1 5,10.5H8V7.5H2V4.5H8A3,3 0 0,1 11,7.5V10.5A3,3 0 0,1 8,13.5H5V16.5H11M22,10.5H17.5V13.5H19V16.5H16V7.5H22V4.5H16A3,3 0 0,0 13,7.5V16.5A3,3 0 0,0 16,19.5H19A3,3 0 0,0 22,16.5\" /></svg></li><li title=\"signal 3g \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-signal-3g\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,16.5V14.25C11,13 10,12 8.75,12C10,12 11,11 11,9.75V7.5A3,3 0 0,0 8,4.5H2V7.5H8V10.5H5V13.5H8V16.5H2V19.5H8A3,3 0 0,0 11,16.5M22,16.5V10.5H17.5V13.5H19V16.5H16V7.5H22V4.5H16A3,3 0 0,0 13,7.5V16.5A3,3 0 0,0 16,19.5H19A3,3 0 0,0 22,16.5Z\" /></svg></li><li title=\"signal 4g \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-signal-4g\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,16.5V10.5H17.5V13.5H19V16.5H16V7.5H22V4.5H16A3,3 0 0,0 13,7.5V16.5A3,3 0 0,0 16,19.5H19A3,3 0 0,0 22,16.5M8,19.5H11V4.5H8V10.5H5V4.5H2V13.5H8V19.5Z\" /></svg></li><li title=\"signal 5g \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-signal-5g\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,16.5V10.5H17.5V13.5H19V16.5H16V7.5H22V4.5H16A3,3 0 0,0 13,7.5V16.5A3,3 0 0,0 16,19.5H19A3,3 0 0,0 22,16.5M10,4.5H3V12L3,13.5H7V16.5H3V19.5H8.5A1.5,1.5 0 0,0 10,18V12A1.5,1.5 0 0,0 8.5,10.5H6V7.5H10V4.5Z\" /></svg></li><li title=\"signal cellular 1 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-signal-cellular-1\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.5,5.5V18.5H17.5V5.5H19.5M12.5,10.5V18.5H10.5V10.5H12.5M21,4H16V20H21V4M14,9H9V20H14V9M7,14H2V20H7V14Z\" /></svg></li><li title=\"signal cellular 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-signal-cellular-2\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.5,5.5V18.5H17.5V5.5H19.5M21,4H16V20H21V4M14,9H9V20H14V9M7,14H2V20H7V14Z\" /></svg></li><li title=\"signal cellular 3 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-signal-cellular-3\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,4H16V20H21V4M14,9H9V20H14V9M7,14H2V20H7V14Z\" /></svg></li><li title=\"signal cellular outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-signal-cellular-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.5,5.5V18.5H17.5V5.5H19.5M12.5,10.5V18.5H10.5V10.5H12.5M5.5,15.5V18.5H3.5V15.5H5.5M21,4H16V20H21V4M14,9H9V20H14V9M7,14H2V20H7V14Z\" /></svg></li><li title=\"signal distance variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-signal-distance-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,6V4A12,12 0 0,1 16,16H14A10,10 0 0,0 4,6M4,10V8A8,8 0 0,1 12,16H10A6,6 0 0,0 4,10M4,12A4,4 0 0,1 8,16H4V12M3,18H19V16L22,19L19,22V20H3V18Z\" /></svg></li><li title=\"signal hspa plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-signal-hspa-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,8V11H22V14H19V17H16V14H13V11H16V8H19M5,10.5H8V4.5H11V19.5H8V13.5H5V19.5H2V4.5H5V10.5Z\" /></svg></li><li title=\"signal hspa \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-signal-hspa\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10.5,10.5H13.5V4.5H16.5V19.5H13.5V13.5H10.5V19.5H7.5V4.5H10.5V10.5Z\" /></svg></li><li title=\"signal off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-signal-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18,3V16.18L21,19.18V3H18M4.28,5L3,6.27L10.73,14H8V21H11V14.27L13,16.27V21H16V19.27L19.73,23L21,21.72L4.28,5M13,9V11.18L16,14.18V9H13M3,18V21H6V18H3Z\" /></svg></li><li title=\"signal variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-signal-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,6V4H4.1C12.9,4 20,11.1 20,19.9V20H18V19.9C18,12.2 11.8,6 4,6M4,10V8A12,12 0 0,1 16,20H14A10,10 0 0,0 4,10M4,14V12A8,8 0 0,1 12,20H10A6,6 0 0,0 4,14M4,16A4,4 0 0,1 8,20H4V16Z\" /></svg></li><li title=\"signal \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-signal\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,21H6V18H3M8,21H11V14H8M13,21H16V9H13M18,21H21V3H18V21Z\" /></svg></li><li title=\"signature freehand \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-signature-freehand\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,22H2V20H22V22M6.2,17.3L5.5,18L4.1,16.6L2.7,18L2,17.3L3.4,15.9L2,14.5L2.7,13.8L4.1,15.2L5.5,13.8L6.2,14.5L4.8,15.9L6.2,17.3M16.22,14.43C16.22,13.85 15.5,13.2 14.06,12.46C12.23,11.54 11,10.79 10.36,10.24C9.71,9.68 9.39,9.06 9.39,8.37C9.39,6.59 10.3,5.12 12.12,3.95C13.94,2.78 15.43,2.19 16.57,2.19C17.31,2.19 17.85,2.32 18.18,2.58C18.5,2.83 18.68,3.27 18.68,3.9C18.68,4.18 18.56,4.42 18.31,4.63C18.07,4.83 17.87,4.93 17.74,4.93C17.63,4.93 17.43,4.83 17.13,4.64L16.55,4.38C16.08,4.38 15.14,4.71 13.71,5.38C12.29,6.04 11.58,6.79 11.58,7.63C11.58,8.14 11.82,8.6 12.32,9C12.82,9.42 13.71,9.93 15,10.53C16.03,11 16.86,11.5 17.5,12.07C18.1,12.61 18.41,13.25 18.41,14C18.41,15.34 17.47,16.41 15.58,17.17C13.7,17.94 11.9,18.32 10.19,18.32C8.75,18.32 8,17.83 8,16.86C8,16.5 8.19,16.27 8.5,16.11C8.83,15.95 9.16,15.87 9.5,15.87L10.25,16L10.97,16.13C11.95,16.13 13,15.97 14.13,15.64C15.26,15.32 15.96,14.91 16.22,14.43Z\" /></svg></li><li title=\"signature image \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-signature-image\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,22H2V20H22V22M6.2,17.3L4.8,15.9L6.2,14.5L5.5,13.8L4.1,15.2L2.7,13.8L2,14.5L3.4,15.9L2,17.3L2.7,18L4.1,16.6L5.5,18L6.2,17.3M20,5H10A2,2 0 0,0 8,7V16A2,2 0 0,0 10,18H20A2,2 0 0,0 22,16V7A2,2 0 0,0 20,5M10,16L12.6,12.7L14.4,14.9L16.8,11.6L20,16H10Z\" /></svg></li><li title=\"signature text \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-signature-text\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,22H2V20H22V22M6.2,17.3L4.8,15.9L6.2,14.5L5.5,13.8L4.1,15.2L2.7,13.8L2,14.5L3.4,15.9L2,17.3L2.7,18L4.1,16.6L5.5,18L6.2,17.3M20.5,3L21.7,7.4L20.7,7.7C20.2,6.8 19.8,6 19.3,5.5C18.7,5 18.1,5 17.5,5H15V15.5C15,16 15,16.5 15.3,16.7C15.6,16.9 16.3,16.9 17,16.9V17.9H11V16.9C11.7,16.9 12.3,16.9 12.7,16.7C13,16.5 13,16 13,15.5V5H10.5C9.9,5 9.3,5 8.7,5.4C8.2,5.8 7.7,6.7 7.3,7.6L6.3,7.3L7.5,3H20.5Z\" /></svg></li><li title=\"signature \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-signature\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,22H2V20H22V22M2.26,16.83L5.09,14L2.26,11.17L3.67,9.76L6.5,12.59L9.33,9.76L10.74,11.17L7.91,14L10.74,16.83L9.33,18.24L6.5,15.41L3.67,18.24L2.26,16.83Z\" /></svg></li><li title=\"silo \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-silo\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8.5,2C11.85,2 14.6,4.53 14.96,7.78L22,12V14L20,12.8V22H18V11.6L15,9.8V22H13V9H4V22H2V8.5A6.5,6.5 0 0,1 8.5,2M8.5,4C6.54,4 4.87,5.25 4.26,7H12.74C12.13,5.25 10.46,4 8.5,4M6,11H11V13H6V11M6,15H11V17H6V15M6,19H11V21H6V19Z\" /></svg></li><li title=\"silverware clean \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-silverware-clean\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15 0L14.38 1.37L13 2L14.38 2.63L15 4L15.63 2.63L17 2L15.63 1.37L15 0M10.5 2L9.41 4.41L7 5.5L9.41 6.59L10.5 9L11.6 6.59L14 5.5L11.6 4.41L10.5 2M18.89 5.14C17.56 5.06 16.04 5.65 14.84 6.84C13.25 8.43 12.75 10.58 13.46 12.11L3.7 21.87L5.11 23.28L12 16.41L18.88 23.29L20.29 21.88L13.41 15L14.88 13.53C16.41 14.24 18.56 13.74 20.15 12.15C22.06 10.24 22.43 7.5 20.96 6.03C20.41 5.5 19.68 5.19 18.89 5.14M3.91 5.5C2.35 7.06 2.35 9.59 3.91 11.16L8.1 15.34L10.93 12.5L3.91 5.5Z\" /></svg></li><li title=\"silverware fork knife \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-silverware-fork-knife\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,9H9V2H7V9H5V2H3V9C3,11.12 4.66,12.84 6.75,12.97V22H9.25V12.97C11.34,12.84 13,11.12 13,9V2H11V9M16,6V14H18.5V22H21V2C18.24,2 16,4.24 16,6Z\" /></svg></li><li title=\"silverware fork \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-silverware-fork\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5.12,21.29L3.71,19.88L13.36,10.22L13.16,10C12.38,9.23 12.38,7.97 13.16,7.19L17.5,2.82L18.43,3.74L15.19,7L16.15,7.94L19.39,4.69L20.31,5.61L17.06,8.85L18,9.81L21.26,6.56L22.18,7.5L17.81,11.84C17.03,12.62 15.77,12.62 15,11.84L14.78,11.64L5.12,21.29Z\" /></svg></li><li title=\"silverware spoon \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-silverware-spoon\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.88,11.53L5.12,21.29L3.71,19.88L13.47,10.12C12.76,8.59 13.26,6.44 14.85,4.85C16.76,2.93 19.5,2.57 20.96,4.03C22.43,5.5 22.07,8.24 20.15,10.15C18.56,11.74 16.41,12.24 14.88,11.53Z\" /></svg></li><li title=\"silverware variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-silverware-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8.1,13.34L3.91,9.16C2.35,7.59 2.35,5.06 3.91,3.5L10.93,10.5L8.1,13.34M13.41,13L20.29,19.88L18.88,21.29L12,14.41L5.12,21.29L3.71,19.88L13.36,10.22L13.16,10C12.38,9.23 12.38,7.97 13.16,7.19L17.5,2.82L18.43,3.74L15.19,7L16.15,7.94L19.39,4.69L20.31,5.61L17.06,8.85L18,9.81L21.26,6.56L22.18,7.5L17.81,11.84C17.03,12.62 15.77,12.62 15,11.84L14.78,11.64L13.41,13Z\" /></svg></li><li title=\"silverware \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-silverware\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8.1,13.34L3.91,9.16C2.35,7.59 2.35,5.06 3.91,3.5L10.93,10.5L8.1,13.34M14.88,11.53L13.41,13L20.29,19.88L18.88,21.29L12,14.41L5.12,21.29L3.71,19.88L13.47,10.12C12.76,8.59 13.26,6.44 14.85,4.85C16.76,2.93 19.5,2.57 20.96,4.03C22.43,5.5 22.07,8.24 20.15,10.15C18.56,11.74 16.41,12.24 14.88,11.53Z\" /></svg></li><li title=\"sim alert outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sim-alert-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 13H11V7H13M13 17H11V15H13M18 4V20H6V8.8L10.8 4H18M18 2H10L4 8V20C4 21.1 4.9 22 6 22H18C19.1 22 20 21.1 20 20V4C20 2.9 19.1 2 18 2Z\" /></svg></li><li title=\"sim alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sim-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 13H11V7H13M13 17H11V15H13M18 2H10L4 8V20C4 21.1 4.9 22 6 22H18C19.1 22 20 21.1 20 20V4C20 2.9 19.1 2 18 2Z\" /></svg></li><li title=\"sim off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sim-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.11 21.46L2.39 1.73L1.11 3L5.06 6.95L4 8V20C4 21.11 4.89 22 6 22H18C18.58 22 19.1 21.75 19.46 21.35L20.84 22.73L22.11 21.46M18 20H6V8.83L6.47 8.36L18 19.89V20M10.83 4H18V14.8L20 16.8V4C20 2.9 19.11 2 18 2H10L7.6 4.4L9 5.81L10.83 4Z\" /></svg></li><li title=\"sim off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sim-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.84 22.73L19.46 21.35C19.1 21.75 18.58 22 18 22H6C4.89 22 4 21.11 4 20V8L5.06 6.95L1.11 3L2.39 1.73L22.11 21.46L20.84 22.73M20 4C20 2.9 19.11 2 18 2H10L7.6 4.4L20 16.8V4Z\" /></svg></li><li title=\"sim outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sim-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 4V20H6V8.8L10.8 4H18M18 2H10L4 8V20C4 21.1 4.9 22 6 22H18C19.1 22 20 21.1 20 20V4C20 2.9 19.1 2 18 2M9.5 19H7.5V17H9.5V19M16.5 19H14.5V17H16.5V19M9.5 15H7.5V11H9.5V15M13 19H11V15H13V19M13 13H11V11H13V13M16.5 15H14.5V11H16.5V15Z\" /></svg></li><li title=\"sim \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sim\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,4A2,2 0 0,0 18,2H10L4,8V20A2,2 0 0,0 6,22H18C19.11,22 20,21.1 20,20V4M9,19H7V17H9V19M17,19H15V17H17V19M9,15H7V11H9V15M13,19H11V15H13V19M13,13H11V11H13V13M17,15H15V11H17V15Z\" /></svg></li><li title=\"simple icons \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-simple-icons\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.25 17C18.25 17.88 18.07 18.74 17.71 19.53H16.31C17.71 17.15 16.91 14.09 14.53 12.69C13.76 12.24 12.89 12 12 12C9.24 12 7 9.76 7 7C7 4.24 9.24 2 12 2C14.76 2 17 4.24 17 7H15.75C15.75 4.93 14.07 3.25 12 3.25C9.93 3.25 8.25 4.93 8.25 7C8.25 9.07 9.93 10.75 12 10.75C15.45 10.75 18.25 13.56 18.25 17M6.29 19.53C5.93 18.74 5.75 17.87 5.75 17H7C7 17.93 7.25 18.79 7.69 19.53H6.29M18.25 20.75V22H5.75V20.75H9.5V15.75H8.25V14.5H15.75V15.75H14.5V20.75H18.25M13.25 15.75H10.75V20.75H13.25V15.75M14.44 7.07C14.4 8.4 13.33 9.47 12 9.5C10.62 9.46 9.53 8.32 9.57 6.94C9.6 5.61 10.67 4.53 12 4.5C13.38 4.54 14.47 5.68 14.44 7.07M13.25 7C13.25 6.31 12.69 5.75 12 5.75C11.31 5.75 10.75 6.31 10.75 7C10.75 7.69 11.31 8.25 12 8.25C12.69 8.25 13.25 7.69 13.25 7Z\" /></svg></li><li title=\"sina weibo \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sina-weibo\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9.82,13.87C10.89,13.87 11.77,14.74 11.77,15.82A1.95,1.95 0 0,1 9.82,17.77C8.74,17.77 7.87,16.89 7.87,15.82C7.87,14.74 8.74,13.87 9.82,13.87M14.5,3.34L15.18,3.31C18.94,3.31 22,6.37 22,10.13L21.95,10.95L20.76,10.58L20.78,10.13C20.78,7.04 18.27,4.53 15.18,4.53L14.83,4.54L14.5,3.34M15.32,6.23C17.38,6.3 19.05,8 19.08,10.06L17.84,9.68C17.65,8.56 16.78,7.68 15.67,7.5L15.32,6.23M2,15.41C1.97,14.8 2.07,12.64 4.95,9.97C8.35,6.81 9.82,7.05 9.82,7.05C9.82,7.05 13,6.75 11.06,10.46H11.13C11.6,9.96 12.62,9.21 14.69,9C16.77,8.79 16.77,10.5 16.5,11.7C18.38,12.64 19.56,14.03 19.56,15.58C19.56,18.4 15.63,20.69 10.78,20.69H10.65L10.5,20.69C7,20.69 4,19.42 2.71,17.59C2.25,16.97 2,16.29 2,15.58V15.41M9.82,11.92C6.59,11.92 3.97,13.67 3.97,15.82C3.97,17.97 6.59,19.72 9.82,19.72C13.05,19.72 15.67,17.97 15.67,15.82C15.67,13.67 13.05,11.92 9.82,11.92Z\" /></svg></li><li title=\"sine wave \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sine-wave\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.5,21C13.5,21 12.31,16.76 11.05,12.28C10.14,9.04 9,5 7.5,5C4.11,5 4,11.93 4,12H2C2,11.63 2.06,3 7.5,3C10.5,3 11.71,7.25 12.97,11.74C13.83,14.8 15,19 16.5,19C19.94,19 20.03,12.07 20.03,12H22.03C22.03,12.37 21.97,21 16.5,21Z\" /></svg></li><li title=\"sitemap outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sitemap-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 16V13C21 11.89 20.11 11 19 11H13V8H15V2H9V8H11V11H5C3.89 11 3 11.89 3 13V16H1V22H7V16H5V13H11V16H9V22H15V16H13V13H19V16H17V22H23V16H21M11 4H13V6H11V4M5 20H3V18H5V20M13 20H11V18H13V20M21 20H19V18H21V20Z\" /></svg></li><li title=\"sitemap \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sitemap\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,2V8H11V11H5C3.89,11 3,11.89 3,13V16H1V22H7V16H5V13H11V16H9V22H15V16H13V13H19V16H17V22H23V16H21V13C21,11.89 20.11,11 19,11H13V8H15V2H9Z\" /></svg></li><li title=\"size l \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-size-l\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9 7V17H15V15H11V7H9Z\" /></svg></li><li title=\"size m \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-size-m\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9 7C7.9 7 7 7.9 7 9V17H9V9H11V16H13V9H15V17H17V9C17 7.9 16.11 7 15 7H9Z\" /></svg></li><li title=\"size s \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-size-s\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11 7C9.9 7 9 7.9 9 9V11C9 12.11 9.9 13 11 13H13V15H9V17H13C14.11 17 15 16.11 15 15V13C15 11.9 14.11 11 13 11H11V9H15V7H11Z\" /></svg></li><li title=\"size xl \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-size-xl\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6 7H8L9 9.5L10 7H12L10 12L12 17H10L9 14.5L8 17H6L8 12L6 7M13 7H15V15H19V17H13V7Z\" /></svg></li><li title=\"size xs \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-size-xs\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6 7H8L9 9.5L10 7H12L10 12L12 17H10L9 14.5L8 17H6L8 12L6 7M15 7H19V9H15V11H17C18.11 11 19 11.9 19 13V15C19 16.11 18.11 17 17 17H13V15H17V13H15C13.9 13 13 12.11 13 11V9C13 7.9 13.9 7 15 7Z\" /></svg></li><li title=\"size xxl \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-size-xxl\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9 7H11L12 9.5L13 7H15L13 12L15 17H13L12 14.5L11 17H9L11 12L9 7M16 7H18V15H22V17H16V7M2 7H4L5 9.5L6 7H8L6 12L8 17H6L5 14.5L4 17H2L4 12L2 7Z\" /></svg></li><li title=\"size xxs \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-size-xxs\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9 7H11L12 9.5L13 7H15L13 12L15 17H13L12 14.5L11 17H9L11 12L9 7M18 7H22V9H18V11H20C21.11 11 22 11.9 22 13V15C22 16.11 21.11 17 20 17H16V15H20V13H18C16.9 13 16 12.11 16 11V9C16 7.9 16.9 7 18 7M2 7H4L5 9.5L6 7H8L6 12L8 17H6L5 14.5L4 17H2L4 12L2 7Z\" /></svg></li><li title=\"size xxxl \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-size-xxxl\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9 7H11L12 9.5L13 7H15L13 12L15 17H13L12 14.5L11 17H9L11 12L9 7M16 7H18V15H22V17H16V7M8 15C8 16.11 7.11 17 6 17H2V15H6V13H4V11H6V9H2V7H6C7.1 7 8 7.89 8 9V10.5C8 11.33 7.33 12 6.5 12C7.33 12 8 12.67 8 13.5V15Z\" /></svg></li><li title=\"skate off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-skate-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 15.81L13.36 10.16C15.22 10.62 17.63 11.05 18.53 12.95C18.95 13.57 19 14.71 19 15.81M20.95 17C20.92 17.21 20.87 17.41 20.8 17.6L22.32 19.12C22.68 18.5 22.92 17.77 23 17H20.95M10.5 7V6H9.2L10.2 7H10.5M22.11 21.46L20.84 22.73L19.66 21.55C19 21.83 18.27 22 17.5 22H1V20H5V18H2.03V3.92L1.11 3L2.03 2.09V2H2.12L2.39 1.73L22.11 21.46M14 18H7V20H14V18M18.06 19.95L16.11 18H16V20H17.5C17.69 20 17.88 20 18.06 19.95M10.5 5V2H5.2L8.2 5H10.5Z\" /></svg></li><li title=\"skate \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-skate\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.95 17C20.7 18.69 19.26 20 17.5 20H16V18H19C18.93 16.72 19.26 14.04 18.53 12.95C17.56 10.9 14.83 10.56 12.93 10.05C12 10 11 9 10.84 8H8C7.72 8 7.5 7.78 7.5 7.5C7.5 7.22 7.72 7 8 7H10.5V6H8C7.72 6 7.5 5.78 7.5 5.5C7.5 5.22 7.72 5 8 5H10.5V2H2.03V18H5V20H1V22H17.5C20.36 22 22.72 19.8 23 17H20.95M14 20H7V18H14V20Z\" /></svg></li><li title=\"skateboard \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-skateboard\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9 14.5C9 15.33 8.33 16 7.5 16S6 15.33 6 14.5 6.67 13 7.5 13 9 13.67 9 14.5M16.5 13C15.67 13 15 13.67 15 14.5S15.67 16 16.5 16C17.33 16 18 15.33 18 14.5S17.33 13 16.5 13M21.59 9.19C21.14 8.87 20.5 8.97 20.19 9.41L20.06 9.59C19.88 9.85 19.57 10 19.26 10L4.74 10C4.43 10 4.13 9.85 3.94 9.59L3.81 9.41C3.5 8.97 2.86 8.87 2.41 9.19C1.96 9.5 1.87 10.15 2.19 10.59L2.32 10.77C2.88 11.54 3.79 12 4.74 12H19.26C20.21 12 21.12 11.54 21.68 10.77L21.81 10.59C22.13 10.15 22.04 9.5 21.59 9.19Z\" /></svg></li><li title=\"skateboarding \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-skateboarding\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.78 18.39C19.93 18.54 20 18.7 20 18.88C20 19 19.94 19.17 19.82 19.32C19.44 19.85 18.96 20.26 18.37 20.56C17.78 20.85 17.15 21 16.47 21H7.53C6.82 21 6.17 20.85 5.59 20.56C5 20.26 4.5 19.85 4.13 19.32C4.04 19.17 4 19.03 4 18.88C4 18.7 4.07 18.54 4.2 18.39S4.5 18.17 4.71 18.17C4.94 18.17 5.13 18.27 5.28 18.5C5.69 19 6.22 19.36 6.87 19.54L9.82 15.96L8.54 12.07C8.36 11.5 8.44 11 8.76 10.5L11 6.86H8.8L7 9.77L5.41 8.76L7.75 5H13.12C13.54 5 13.87 5.12 14.14 5.35C14.4 5.59 14.58 5.8 14.67 5.97L15.15 7.12C15.5 7.89 16 8.5 16.7 9C17.4 9.45 18.18 9.69 19.03 9.69V11.59C17.94 11.59 16.95 11.32 16.03 10.79C15.12 10.26 14.4 9.57 13.87 8.71L12.16 11.41L16.21 13.93V19.59H16.47C16.92 19.59 17.33 19.5 17.73 19.28S18.46 18.81 18.72 18.5C18.87 18.27 19.05 18.17 19.25 18.17S19.63 18.25 19.78 18.39M14.36 15.25L11.05 13.18L12 16.32L9.24 19.59H14.36V15.25M15 1C13.9 1 13 1.9 13 3S13.9 5 15 5 17 4.11 17 3 16.11 1 15 1M8 21.5C7.59 21.5 7.25 21.84 7.25 22.25S7.59 23 8 23C8.41 23 8.75 22.66 8.75 22.25S8.41 21.5 8 21.5M16 21.5C15.59 21.5 15.25 21.84 15.25 22.25S15.59 23 16 23 16.75 22.66 16.75 22.25 16.41 21.5 16 21.5Z\" /></svg></li><li title=\"skew less \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-skew-less\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17.5,11L15.41,20H10.5L12.59,11H17.5M20,9H11L8,22H17L20,9M4,6L8,2V5H16V7H8V10L4,6Z\" /></svg></li><li title=\"skew more \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-skew-more\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12.5,11L10.41,20H5.5L7.59,11H12.5M15,9H6L3,22H12L15,9M21,6L17,2V5H9V7H17V10L21,6Z\" /></svg></li><li title=\"ski cross country \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ski-cross-country\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 14H17.6V22H19V14M6.44 22H5L7 14H8.44L6.44 22M8.76 9.54V13H7V8.32L11.61 6.31C12.04 6.14 12.5 6.13 12.96 6.27S13.79 6.69 14.06 7.1L15 8.58C15.37 9.25 15.9 9.95 16.62 10.37C17.33 10.79 18.13 11 19 11V12.83C18 12.83 17 12.62 16.13 12.2S14.5 11.06 13.88 10.37L13.31 13.16L15.28 15V22H13.4V16.5L11.5 14.55L9.77 22H7.8L10.43 8.89L8.76 9.54M16 4C16 5.11 15.11 6 14 6S12 5.11 12 4 12.9 2 14 2 16 2.9 16 4Z\" /></svg></li><li title=\"ski water \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ski-water\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4.2 3.5C4.2 2.7 4.9 1.9 5.8 1.9C6.7 1.9 7.4 2.6 7.4 3.5S6.6 5 5.8 5 4.2 4.3 4.2 3.5M22 3.9L21.5 3L13.5 7.1L14 8L22 3.9M20.8 20.3L21.7 21.2C21.1 21.8 20.5 22.2 19.8 22.5S18.3 23 17.5 23H2V21.7H4.7L6.8 18.2L4.5 15L3.7 7.2C3.7 6.3 4.5 5.5 5.4 5.5C5.7 5.5 6 5.6 6.2 5.7L9.7 8.3L12 7.5L12.8 9.1L9.3 10.6C9.2 10.5 7.7 9.4 6.6 8.5L7 12L12.3 16.5L14 21.7H17.5C18.1 21.7 18.7 21.6 19.3 21.3C19.9 21.1 20.4 20.7 20.8 20.3M7 21.7H12L10.4 17.8L8.1 15.9L9.3 18.4L7 21.7Z\" /></svg></li><li title=\"ski \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ski\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17.92 13.32C17.67 13.28 16.71 13 16.46 12.89L14.39 19.37L11.3 18.24L13.5 12.47L10.45 9L13 7.54C13.45 8.67 14.17 9.62 15.12 10.4S17.16 11.67 18.38 11.86L19.5 8.43L18.06 7.96L17.54 9.56C16.88 9.28 16.3 8.86 15.8 8.32C15.3 7.77 14.94 7.13 14.72 6.41L14.39 5.33C14.27 4.93 14.04 4.61 13.71 4.37C13.38 4.14 13 4 12.63 3.97C12.24 3.94 11.86 4 11.5 4.21L8 6.23C7.63 6.44 7.36 6.74 7.19 7.12C7 7.5 6.96 7.88 7 8.29S7.26 9.06 7.54 9.37L11.11 13.08L9.42 17.54L2.47 15.05L2 16.46L16.04 21.58C16.82 21.86 17.65 22 18.53 22C19.15 22 19.76 21.92 20.36 21.77C20.95 21.61 21.5 21.39 22 21.11L20.87 20C20.12 20.33 19.34 20.5 18.53 20.5C17.87 20.5 17.21 20.39 16.55 20.17L15.8 19.89L17.92 13.32M19 3C19 4.11 18.11 5 17 5S15 4.11 15 3 15.9 1 17 1 19 1.9 19 3Z\" /></svg></li><li title=\"skip backward outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-skip-backward-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18,14.17L15.83,12L18,9.83V14.17M20,19V5L13,12M4,19H6V5H4M11,14.17L8.83,12L11,9.83V14.17M13,19V5L6,12\" /></svg></li><li title=\"skip backward \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-skip-backward\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,5V19L13,12M6,5V19H4V5M13,5V19L6,12\" /></svg></li><li title=\"skip forward outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-skip-forward-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,9.83L8.17,12L6,14.17V9.83M4,5V19L11,12M20,5H18V19H20M13,9.83L15.17,12L13,14.17V9.83M11,5V19L18,12\" /></svg></li><li title=\"skip forward \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-skip-forward\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,5V19L11,12M18,5V19H20V5M11,5V19L18,12\" /></svg></li><li title=\"skip next circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-skip-next-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M12,4C16.41,4 20,7.59 20,12C20,16.41 16.41,20 12,20C7.59,20 4,16.41 4,12C4,7.59 7.59,4 12,4M8,8V16L13,12M14,8V16H16V8\" /></svg></li><li title=\"skip next circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-skip-next-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M8,8L13,12L8,16M14,8H16V16H14\" /></svg></li><li title=\"skip next outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-skip-next-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,18L14.5,12L6,6M8,9.86L11.03,12L8,14.14M16,6H18V18H16\" /></svg></li><li title=\"skip next \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-skip-next\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,18H18V6H16M6,18L14.5,12L6,6V18Z\" /></svg></li><li title=\"skip previous circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-skip-previous-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4C7.59,4 4,7.59 4,12C4,16.41 7.59,20 12,20C16.41,20 20,16.41 20,12C20,7.59 16.41,4 12,4M16,8V16L11,12M10,8V16H8V8\" /></svg></li><li title=\"skip previous circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-skip-previous-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M8,8H10V16H8M16,8V16L11,12\" /></svg></li><li title=\"skip previous outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-skip-previous-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,6H8V18H6M9.5,12L18,18V6M16,14.14L12.97,12L16,9.86V14.14Z\" /></svg></li><li title=\"skip previous \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-skip-previous\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,18V6H8V18H6M9.5,12L18,6V18L9.5,12Z\" /></svg></li><li title=\"skull crossbones outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-skull-crossbones-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.8,18.5L21.8,20.1L21.4,22L12,19.5L2.6,22L2.1,20.1L8.1,18.5L2,16.9L2.5,15L11.9,17.5L21.3,15L21.8,16.9L15.8,18.5M9.5,6C8.7,6 8,6.7 8,7.5C8,8.3 8.7,9 9.5,9C10.3,9 11,8.3 11,7.5C11,6.7 10.3,6 9.5,6M14.5,6C13.7,6 13,6.7 13,7.5C13,8.3 13.7,9 14.5,9C15.3,9 16,8.3 16,7.5C16,6.7 15.3,6 14.5,6M13,11L12,9L11,11H13M12,1C8.1,1 5,4.1 5,8C5,9.9 5.8,11.6 7,12.9V16H17V12.9C18.2,11.6 19,9.9 19,8C19,4.1 15.9,1 12,1M15,12V14H14V12H13V14H11V12H10V14H9V12H9C7.8,11.1 7,9.7 7,8C7,5.2 9.2,3 12,3C14.8,3 17,5.2 17,8C17,9.6 16.2,11.1 15,12Z\" /></svg></li><li title=\"skull crossbones \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-skull-crossbones\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.8,18.5L21.8,20.1L21.4,22L12,19.5L2.6,22L2.1,20.1L8.1,18.5L2,16.9L2.5,15L11.9,17.5L21.3,15L21.8,16.9L15.8,18.5M18,8C18,9.8 17.2,11.3 16,12.4V15H14V13.7L14,13H13V15H11V13H10V13.7L10,15H8V12.4C6.8,11.3 6,9.8 6,8A6,6 0 0,1 12,2A6,6 0 0,1 18,8M11,7.5C11,6.7 10.3,6 9.5,6C8.7,6 8,6.7 8,7.5C8,8.3 8.7,9 9.5,9C10.3,9 11,8.3 11,7.5M13,11L12,9L11,11H13M16,7.5C16,6.7 15.3,6 14.5,6C13.7,6 13,6.7 13,7.5C13,8.3 13.7,9 14.5,9C15.3,9 16,8.3 16,7.5Z\" /></svg></li><li title=\"skull outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-skull-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8,15A2,2 0 0,1 6,13A2,2 0 0,1 8,11A2,2 0 0,1 10,13A2,2 0 0,1 8,15M10.5,17L12,14L13.5,17H10.5M16,15A2,2 0 0,1 14,13A2,2 0 0,1 16,11A2,2 0 0,1 18,13A2,2 0 0,1 16,15M22,11A10,10 0 0,0 12,1A10,10 0 0,0 2,11C2,13.8 3.2,16.3 5,18.1V22H19V18.1C20.8,16.3 22,13.8 22,11M17,20H15V18H13V20H11V18H9V20H7V17.2C5.2,15.7 4,13.5 4,11A8,8 0 0,1 12,3A8,8 0 0,1 20,11C20,13.5 18.8,15.8 17,17.2V20Z\" /></svg></li><li title=\"skull scan outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-skull-scan-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2 0C.9 0 0 .9 0 2V6H2V2H6V0H2M18 0V2H22V6H24V2C24 .9 23.1 0 22 0H18M9.5 13C8.7 13 8 12.3 8 11.5S8.7 10 9.5 10 11 10.7 11 11.5 10.3 13 9.5 13M11 15L12 13L13 15H11M14.5 13C13.7 13 13 12.3 13 11.5S13.7 10 14.5 10 16 10.7 16 11.5 15.3 13 14.5 13M0 18V22C0 23.1 .9 24 2 24H6V22H2V18H0M22 18V22H18V24H22C23.1 24 24 23.1 24 22V18H22M12 3C7.6 3 4 6.6 4 11C4 13 4.8 14.9 6 16.3V21H18V16.3C19.2 14.9 20 13.1 20 11C20 6.6 16.4 3 12 3M16 15.4V19H14V17H13V19H11V17H10V19H8V15.4C6.8 14.3 6 12.7 6 11C6 7.7 8.7 5 12 5S18 7.7 18 11C18 12.8 17.2 14.3 16 15.4Z\" /></svg></li><li title=\"skull scan \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-skull-scan\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2 0C.9 0 0 .9 0 2V6H2V2H6V0H2M18 0V2H22V6H24V2C24 .9 23.1 0 22 0H18M12 3C7.6 3 4 6.6 4 11C4 13.5 5.2 15.8 7 17.2V21H9V18H11V21H13V18H15V21H17V17.2C18.8 15.7 20 13.5 20 11C20 6.6 16.4 3 12 3M8 14C6.9 14 6 13.1 6 12S6.9 10 8 10 10 10.9 10 12 9.1 14 8 14M10.5 16L12 13L13.5 16H10.5M16 14C14.9 14 14 13.1 14 12S14.9 10 16 10 18 10.9 18 12 17.1 14 16 14M0 18V22C0 23.1 .9 24 2 24H6V22H2V18H0M22 18V22H18V24H22C23.1 24 24 23.1 24 22V18H22Z\" /></svg></li><li title=\"skull \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-skull\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A9,9 0 0,0 3,11C3,14.03 4.53,16.82 7,18.47V22H9V19H11V22H13V19H15V22H17V18.46C19.47,16.81 21,14 21,11A9,9 0 0,0 12,2M8,11A2,2 0 0,1 10,13A2,2 0 0,1 8,15A2,2 0 0,1 6,13A2,2 0 0,1 8,11M16,11A2,2 0 0,1 18,13A2,2 0 0,1 16,15A2,2 0 0,1 14,13A2,2 0 0,1 16,11M12,14L13.5,17H10.5L12,14Z\" /></svg></li><li title=\"skype business \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-skype-business\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12.03,16.53C9.37,16.53 8.18,15.22 8.18,14.24C8.18,13.74 8.55,13.38 9.06,13.38C10.2,13.38 9.91,15 12.03,15C13.12,15 13.73,14.43 13.73,13.82C13.73,13.46 13.55,13.06 12.83,12.88L10.46,12.29C8.55,11.81 8.2,10.78 8.2,9.81C8.2,7.79 10.1,7.03 11.88,7.03C13.5,7.03 15.46,7.94 15.46,9.15C15.46,9.67 15,9.97 14.5,9.97C13.5,9.97 13.7,8.62 11.74,8.62C10.77,8.62 10.23,9.06 10.23,9.69C10.23,10.32 11,10.5 11.66,10.68L13.42,11.07C15.34,11.5 15.83,12.62 15.83,13.67C15.83,15.31 14.57,16.53 12.03,16.53M18,6C20.07,8.04 20.85,10.89 20.36,13.55C20.77,14.27 21,15.11 21,16A5,5 0 0,1 16,21C15.11,21 14.27,20.77 13.55,20.36C10.89,20.85 8.04,20.07 6,18C3.93,15.96 3.15,13.11 3.64,10.45C3.23,9.73 3,8.89 3,8A5,5 0 0,1 8,3C8.89,3 9.73,3.23 10.45,3.64C13.11,3.15 15.96,3.93 18,6M8,5A3,3 0 0,0 5,8C5,8.79 5.3,9.5 5.8,10.04C5.1,12.28 5.63,14.82 7.4,16.6C9.18,18.37 11.72,18.9 13.96,18.2C14.5,18.7 15.21,19 16,19A3,3 0 0,0 19,16C19,15.21 18.7,14.5 18.2,13.96C18.9,11.72 18.37,9.18 16.6,7.4C14.82,5.63 12.28,5.1 10.04,5.8C9.5,5.3 8.79,5 8,5Z\" /></svg></li><li title=\"skype \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-skype\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18,6C20.07,8.04 20.85,10.89 20.36,13.55C20.77,14.27 21,15.11 21,16A5,5 0 0,1 16,21C15.11,21 14.27,20.77 13.55,20.36C10.89,20.85 8.04,20.07 6,18C3.93,15.96 3.15,13.11 3.64,10.45C3.23,9.73 3,8.89 3,8A5,5 0 0,1 8,3C8.89,3 9.73,3.23 10.45,3.64C13.11,3.15 15.96,3.93 18,6M12.04,17.16C14.91,17.16 16.34,15.78 16.34,13.92C16.34,12.73 15.78,11.46 13.61,10.97L11.62,10.53C10.86,10.36 10,10.13 10,9.42C10,8.7 10.6,8.2 11.7,8.2C13.93,8.2 13.72,9.73 14.83,9.73C15.41,9.73 15.91,9.39 15.91,8.8C15.91,7.43 13.72,6.4 11.86,6.4C9.85,6.4 7.7,7.26 7.7,9.54C7.7,10.64 8.09,11.81 10.25,12.35L12.94,13.03C13.75,13.23 13.95,13.68 13.95,14.1C13.95,14.78 13.27,15.45 12.04,15.45C9.63,15.45 9.96,13.6 8.67,13.6C8.09,13.6 7.67,14 7.67,14.57C7.67,15.68 9,17.16 12.04,17.16Z\" /></svg></li><li title=\"slack \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-slack\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,15A2,2 0 0,1 4,17A2,2 0 0,1 2,15A2,2 0 0,1 4,13H6V15M7,15A2,2 0 0,1 9,13A2,2 0 0,1 11,15V20A2,2 0 0,1 9,22A2,2 0 0,1 7,20V15M9,7A2,2 0 0,1 7,5A2,2 0 0,1 9,3A2,2 0 0,1 11,5V7H9M9,8A2,2 0 0,1 11,10A2,2 0 0,1 9,12H4A2,2 0 0,1 2,10A2,2 0 0,1 4,8H9M17,10A2,2 0 0,1 19,8A2,2 0 0,1 21,10A2,2 0 0,1 19,12H17V10M16,10A2,2 0 0,1 14,12A2,2 0 0,1 12,10V5A2,2 0 0,1 14,3A2,2 0 0,1 16,5V10M14,18A2,2 0 0,1 16,20A2,2 0 0,1 14,22A2,2 0 0,1 12,20V18H14M14,17A2,2 0 0,1 12,15A2,2 0 0,1 14,13H19A2,2 0 0,1 21,15A2,2 0 0,1 19,17H14Z\" /></svg></li><li title=\"slash forward box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-slash-forward-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3M9.3 19H7L14.7 5H17L9.3 19Z\" /></svg></li><li title=\"slash forward \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-slash-forward\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7 21L14.9 3H17L9.1 21H7Z\" /></svg></li><li title=\"sledding \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sledding\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.91 16.64C22.75 15.95 22.44 15.34 21.97 14.81C21.5 14.28 20.91 13.91 20.2 13.69L19.77 15.14C20.43 15.33 20.91 15.73 21.23 16.36C21.54 17 21.58 17.62 21.37 18.27C21.15 18.93 20.73 19.41 20.12 19.73S18.88 20.08 18.23 19.86L14.9 18.79L15.37 17.38L18.7 18.46L19.16 17L17.2 16.4L15.14 11.91C14.95 11.5 14.66 11.19 14.27 10.97C13.88 10.75 13.45 10.67 13 10.74L10.88 11.11L11.91 7.84C12.06 7.37 12.03 6.91 11.81 6.5C11.6 6.04 11.24 5.74 10.74 5.59C10.33 5.46 9.91 5.5 9.47 5.68L4 8V12.1L2.4 11.58L1.94 13L5.87 14.3L5.4 15.7L1.47 14.44L1 15.84L17.76 21.32C18.45 21.54 19.13 21.57 19.82 21.41C20.5 21.26 21.12 20.94 21.65 20.5C22.18 20 22.55 19.43 22.77 18.74C23 18 23.07 17.32 22.91 16.64M6 9.33L7.93 8.5L6.9 11.67C6.74 12.14 6.79 12.61 7.04 13.08L6 12.75V9.33M13.5 18.32L6.81 16.17L7.27 14.76L13.92 16.92L13.5 18.32M9.47 13.87L13.45 13L14.62 15.56L9.47 13.87M14 3C14 4.11 13.11 5 12 5S10 4.11 10 3 10.9 1 12 1 14 1.9 14 3Z\" /></svg></li><li title=\"sleep off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sleep-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,5.27L3.28,4L20,20.72L18.73,22L12.73,16H9V14L9.79,13.06L2,5.27M23,12H17V10L20.39,6H17V4H23V6L19.62,10H23V12M9.82,8H15V10L13.54,11.72L9.82,8M7,20H1V18L4.39,14H1V12H7V14L3.62,18H7V20Z\" /></svg></li><li title=\"sleep \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sleep\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23,12H17V10L20.39,6H17V4H23V6L19.62,10H23V12M15,16H9V14L12.39,10H9V8H15V10L11.62,14H15V16M7,20H1V18L4.39,14H1V12H7V14L3.62,18H7V20Z\" /></svg></li><li title=\"slide \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-slide\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.83 15.45C14.47 14.9 14.18 14.39 13.91 13.92C12.74 11.91 11.79 10.55 9 10.13V5.5C9 3.57 7.43 2 5.5 2S2 3.57 2 5.5V22H4V20H7V22H9V12.16C10.76 12.5 11.29 13.39 12.17 14.92C12.46 15.43 12.78 15.97 13.17 16.56C15.41 19.92 17.67 22 22 22V20C18.53 20 16.8 18.4 14.83 15.45M5.5 4C6.33 4 7 4.67 7 5.5V10H4V5.5C4 4.67 4.67 4 5.5 4M4 18V16H7V18H4M7 14H4V12H7V14Z\" /></svg></li><li title=\"slope downhill \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-slope-downhill\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,19V22H2V13L22,19M19.09,7.5L18.25,10.26L8.13,7.26C8.06,5.66 6.7,4.42 5.1,4.5C3.5,4.57 2.26,5.93 2.34,7.53C2.41,9.13 3.77,10.36 5.37,10.29C6.24,10.25 7.05,9.82 7.57,9.11L17.69,12.11L16.85,14.89L21.67,12.29L19.09,7.5Z\" /></svg></li><li title=\"slope uphill \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-slope-uphill\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,13V22H2V19L22,13M21.68,7.06L16.86,4.46L17.7,7.24L7.58,10.24C6.63,8.95 4.82,8.67 3.53,9.62C2.24,10.57 1.96,12.38 2.91,13.67C3.85,14.97 5.67,15.24 6.96,14.29C7.67,13.78 8.1,12.97 8.14,12.09L18.26,9.09L19.1,11.87L21.68,7.06Z\" /></svg></li><li title=\"slot machine outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-slot-machine-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5 12L7 8V7H4V8H6L4 12M9 12L11 8V7H8V8H10L8 12M13 12L15 8V7H12V8H14L12 12M21 2C19.9 2 19 2.9 19 4C19 4.7 19.4 5.4 20 5.7V17H17V15C17.6 15 18 14.6 18 14V5C18 4.4 17.6 4 17 4H13.2C12.4 2.8 11 2 9.5 2S6.6 2.8 5.8 4H2C1.4 4 1 4.4 1 5V14C1 14.6 1.4 15 2 15V22H17V19H20C21.1 19 22 18.1 22 17V5.7C22.6 5.4 23 4.7 23 4C23 2.9 22.1 2 21 2M3 6H16V13H3V6M15 20H4V15H15V20M13 19H6V17H13V19Z\" /></svg></li><li title=\"slot machine \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-slot-machine\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5 12L7 8V7H4V8H6L4 12M9 12L11 8V7H8V8H10L8 12M13 12L15 8V7H12V8H14L12 12M21 2C19.9 2 19 2.9 19 4C19 4.7 19.4 5.4 20 5.7V17H17V15C17.6 15 18 14.6 18 14V5C18 4.4 17.6 4 17 4H13.2C12.4 2.8 11 2 9.5 2S6.6 2.8 5.8 4H2C1.4 4 1 4.4 1 5V14C1 14.6 1.4 15 2 15V22H17V19H20C21.1 19 22 18.1 22 17V5.7C22.6 5.4 23 4.7 23 4C23 2.9 22.1 2 21 2M13 19H6V17H13V19M16 13H3V6H16V13Z\" /></svg></li><li title=\"smart card off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-smart-card-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 13H16.2L15 11.8V10H19V13M22 3H6.2L8.2 5H22V18.8L23.5 20.29C23.79 19.94 24 19.5 24 19V5C23.96 3.91 23.09 3.04 22 3M22.11 21.46L20.84 22.73L19.11 21H2C.911 20.96 .036 20.09 0 19V5C.028 4.17 .545 3.47 1.27 3.16L1.11 3L2.39 1.73L22.11 21.46M17.11 19L14 15.89V17H4V15.75C4 14.09 7.34 13.25 9 13.25C9.78 13.25 10.91 13.44 11.91 13.8L9.91 11.8C9.63 11.92 9.33 12 9 12C7.62 12 6.5 10.88 6.5 9.5C6.5 9.17 6.58 8.87 6.7 8.59L3.11 5H2V19H17.11Z\" /></svg></li><li title=\"smart card off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-smart-card-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2.39 1.73L1.11 3L1.27 3.16C.545 3.47 .028 4.17 0 5V19C.036 20.09 .911 20.96 2 21H19.11L20.84 22.73L22.11 21.46L2.39 1.73M14 18H2V17C2 15 6 13.91 8 13.91S14 15 14 17V18M8 12C6.34 12 5 10.66 5 9C5 8.4 5.18 7.84 5.5 7.38L9.62 11.5C9.16 11.82 8.6 12 8 12M22 3H6.2L9.88 6.68C10.04 6.81 10.19 6.96 10.32 7.12L23.5 20.29C23.79 19.94 24 19.5 24 19V5C23.96 3.91 23.09 3.04 22 3M21 13H17V10H21V13Z\" /></svg></li><li title=\"smart card outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-smart-card-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 3H2A2.07 2.07 0 0 0 0 5V19A2.07 2.07 0 0 0 2 21H22A2.07 2.07 0 0 0 24 19V5A2.07 2.07 0 0 0 22 3M22 19H2V5H22M14 17V15.75C14 14.09 10.66 13.25 9 13.25S4 14.09 4 15.75V17H14M9 7A2.5 2.5 0 1 0 11.5 9.5A2.5 2.5 0 0 0 9 7M15 10V13H19V10H15\" /></svg></li><li title=\"smart card reader outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-smart-card-reader-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.5 8.5A2.5 2.5 0 1 0 17 11A2.5 2.5 0 0 0 14.5 8.5M8.25 6H7V16H8.25C9.91 16 10.75 12.66 10.75 11S9.91 6 8.25 6M19 2H5A2.07 2.07 0 0 0 3 4V18H5V4H19V18H21V4A2.07 2.07 0 0 0 19 2M23 22H1V21A2 2 0 0 1 3 19H21A2 2 0 0 1 23 21Z\" /></svg></li><li title=\"smart card reader \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-smart-card-reader\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 4A2.07 2.07 0 0 0 19 2H5A2.07 2.07 0 0 0 3 4V18H21M8.25 16H7V6H8.25C9.91 6 10.75 9.34 10.75 11S9.91 16 8.25 16M14.5 13.5A2.5 2.5 0 1 1 17 11A2.5 2.5 0 0 1 14.5 13.5M23 21V22H1V21A2 2 0 0 1 3 19H21A2 2 0 0 1 23 21Z\" /></svg></li><li title=\"smart card \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-smart-card\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2 3H22A2.07 2.07 0 0 1 24 5V19A2.07 2.07 0 0 1 22 21H2A2.07 2.07 0 0 1 0 19V5A2.07 2.07 0 0 1 2 3M8 13.91C6 13.91 2 15 2 17V18H14V17C14 15 10 13.91 8 13.91M8 6A3 3 0 1 0 11 9A3 3 0 0 0 8 6M17 10V13H21V10H17\" /></svg></li><li title=\"smog \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-smog\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2C10.08,2 8.5,3.35 8.09,5.15C7.45,4.44 6.53,4 5.5,4A3.5,3.5 0 0,0 2,7.5H2A3.5,3.5 0 0,0 5.5,11H6.68V12H10.72V11H13.28V12H17.32V11H18.5A3.5,3.5 0 0,0 22,7.5H22A3.5,3.5 0 0,0 18.5,4H18.5C17.47,4 16.55,4.44 15.91,5.15C15.5,3.35 13.92,2 12,2M7.2,14L6.4,22H11L10.2,14H7.2M13.8,14L13,22H17.6L16.8,14H13.8Z\" /></svg></li><li title=\"smoke detector alert outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-smoke-detector-alert-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17 3H3C1.9 3 1 3.9 1 5V19C1 20.1 1.9 21 3 21H17C18.1 21 19 20.1 19 19V5C19 3.9 18.1 3 17 3M17 19H3V5H17V19M10 18C13.3 18 16 15.3 16 12C16 8.7 13.3 6 10 6C6.7 6 4 8.7 4 12C4 15.3 6.7 18 10 18M10 8C12.2 8 14 9.8 14 12S12.2 16 10 16 6 14.2 6 12 7.8 8 10 8M23 7H21V13H23V8M23 15H21V17H23V15Z\" /></svg></li><li title=\"smoke detector alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-smoke-detector-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10 18C13.3 18 16 15.3 16 12C16 8.7 13.3 6 10 6C6.7 6 4 8.7 4 12C4 15.3 6.7 18 10 18M17 3C18.1 3 19 3.9 19 5V19C19 20.1 18.1 21 17 21H3C1.9 21 1 20.1 1 19V5C1 3.9 1.9 3 3 3H17M6 12C6 9.8 7.8 8 10 8S14 9.8 14 12 12.2 16 10 16 6 14.2 6 12M23 7H21V13H23V8M23 15H21V17H23V15Z\" /></svg></li><li title=\"smoke detector off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-smoke-detector-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8.2 5L6.2 3H19C20.11 3 21 3.9 21 5V17.8L19 15.8V5H8.2M17.5 14.32C17.82 13.6 18 12.83 18 12C18 8.68 15.31 6 12 6C11.17 6 10.4 6.18 9.68 6.5L11.27 8.07C11.5 8.03 11.75 8 12 8C14.21 8 16 9.79 16 12C16 12.25 15.97 12.5 15.93 12.73L17.5 14.32M22.11 21.46L20.84 22.73L19.1 21C19.07 21 19.03 21 19 21H5C3.89 21 3 20.1 3 19V5C3 4.97 3 4.93 3 4.9L1.11 3L2.39 1.73L22.11 21.46M8 12C8 14.21 9.79 16 12 16C12.62 16 13.19 15.85 13.71 15.6L8.4 10.29C8.15 10.81 8 11.39 8 12M17.11 19L15.19 17.08C14.26 17.66 13.17 18 12 18C8.69 18 6 15.31 6 12C6 10.83 6.34 9.74 6.92 8.81L5 6.89V19H17.11Z\" /></svg></li><li title=\"smoke detector off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-smoke-detector-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 8C14.21 8 16 9.79 16 12C16 12.25 15.97 12.5 15.93 12.73L11.27 8.07C11.5 8.03 11.75 8 12 8M12 6C15.31 6 18 8.68 18 12C18 12.83 17.82 13.6 17.5 14.32L21 17.8V5C21 3.9 20.11 3 19 3H6.2L9.68 6.5C10.4 6.18 11.17 6 12 6M22.11 21.46L20.84 22.73L19.1 21C19.07 21 19.03 21 19 21H5C3.89 21 3 20.1 3 19V5C3 4.97 3 4.93 3 4.9L1.11 3L2.39 1.73L22.11 21.46M15.19 17.08L13.71 15.6C13.19 15.85 12.62 16 12 16C9.79 16 8 14.21 8 12C8 11.39 8.15 10.81 8.4 10.29L6.92 8.81C6.34 9.74 6 10.83 6 12C6 15.31 8.69 18 12 18C13.17 18 14.26 17.66 15.19 17.08Z\" /></svg></li><li title=\"smoke detector outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-smoke-detector-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 3H5C3.89 3 3 3.89 3 5V19C3 20.1 3.89 21 5 21H19C20.11 21 21 20.11 21 19V5C21 3.9 20.11 3 19 3M19 19H5V5H19V19M12 18C15.31 18 18 15.31 18 12C18 8.68 15.31 6 12 6C8.68 6 6 8.68 6 12C6 15.31 8.69 18 12 18M12 8C14.21 8 16 9.79 16 12S14.21 16 12 16 8 14.21 8 12 9.79 8 12 8Z\" /></svg></li><li title=\"smoke detector variant alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-smoke-detector-variant-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10 4C14.4 4 18 7.6 18 12S14.4 20 10 20 2 16.4 2 12 5.6 4 10 4M10 2C4.5 2 0 6.5 0 12S4.5 22 10 22 20 17.5 20 12 15.5 2 10 2M10 11C9.4 11 9 11.4 9 12S9.4 13 10 13 11 12.6 11 12 10.6 11 10 11M8.7 9.3C9.1 9.1 9.5 9 10 9S10.9 9.1 11.3 9.3L12 8.6C11.4 8.2 10.7 8 10 8S8.6 8.2 8 8.6L8.7 9.3M13 12C13 12.5 12.9 12.9 12.7 13.3L13.4 14C13.8 13.4 14 12.7 14 12S13.8 10.6 13.4 10L12.7 10.7C12.9 11.1 13 11.5 13 12M7 12C7 11.5 7.1 11.1 7.3 10.7L6.6 10C6.2 10.6 6 11.3 6 12S6.2 13.4 6.6 14L7.3 13.3C7.1 12.9 7 12.5 7 12M11.3 14.7C10.9 14.9 10.5 15 10 15S9.1 14.9 8.7 14.7L8 15.4C8.6 15.8 9.3 16 10 16S11.4 15.8 12 15.4L11.3 14.7M14.9 8.5L14.2 9.2C14.7 10 15 11 15 12S14.7 14 14.2 14.8L14.9 15.5C15.6 14.5 16 13.3 16 12S15.6 9.5 14.9 8.5M7.2 7.8C8 7.3 9 7 10 7S12 7.3 12.8 7.8L13.5 7.1C12.5 6.4 11.3 6 10 6S7.5 6.4 6.5 7.1L7.2 7.8M12.8 16.2C12 16.7 11 17 10 17S8 16.7 7.2 16.2L6.5 16.9C7.5 17.6 8.7 18 10 18S12.5 17.6 13.5 16.9L12.8 16.2M5.8 14.8C5.3 14 5 13 5 12S5.3 10 5.8 9.2L5.1 8.5C4.4 9.5 4 10.7 4 12S4.4 14.5 5.1 15.5L5.8 14.8M24 7H22V13H24V8M24 15H22V17H24V15Z\" /></svg></li><li title=\"smoke detector variant off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-smoke-detector-variant-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.11 21.46L2.39 1.73L1.11 3L4.06 5.95C2.77 7.63 2 9.72 2 12C2 17.5 6.5 22 12 22C14.28 22 16.37 21.23 18.05 19.94L20.84 22.73L22.11 21.46M12 20C7.59 20 4 16.41 4 12C4 10.28 4.56 8.69 5.5 7.38L6.93 8.82C6.35 9.75 6 10.83 6 12C6 13.3 6.42 14.5 7.11 15.47L7.83 14.75C7.31 13.96 7 13 7 12C7 11.11 7.25 10.28 7.66 9.55L8.4 10.3C8.15 10.81 8 11.39 8 12C8 12.74 8.22 13.43 8.57 14L9.3 13.29C9.11 12.89 9 12.46 9 12C9 11.67 9.07 11.36 9.18 11.07L12.93 14.82C12.64 14.93 12.33 15 12 15C11.54 15 11.11 14.89 10.72 14.7L10 15.43C10.58 15.79 11.26 16 12 16C12.61 16 13.19 15.85 13.71 15.6L14.45 16.34C13.72 16.75 12.89 17 12 17C11 17 10.04 16.69 9.25 16.17L8.53 16.89C9.5 17.59 10.7 18 12 18C13.17 18 14.25 17.65 15.18 17.07L16.62 18.5C15.32 19.44 13.72 20 12 20M12 8C12.74 8 13.43 8.22 14 8.57L13.29 9.3C12.96 9.15 12.6 9.06 12.23 9.03L11.28 8.08C11.5 8.03 11.75 8 12 8M14.97 11.77C14.94 11.4 14.86 11.04 14.7 10.72L15.43 10C15.79 10.58 16 11.26 16 12C16 12.25 15.97 12.5 15.92 12.72L14.97 11.77M14.75 7.83C13.96 7.31 13 7 12 7C11.46 7 10.94 7.09 10.45 7.25L9.69 6.5C10.4 6.18 11.18 6 12 6C13.3 6 14.5 6.42 15.47 7.11L14.75 7.83M8.18 5L6.72 3.5C8.25 2.56 10.06 2 12 2C17.5 2 22 6.5 22 12C22 13.94 21.44 15.75 20.5 17.28L19 15.83C19.65 14.69 20 13.38 20 12C20 7.59 16.41 4 12 4C10.62 4 9.31 4.35 8.18 5M16.75 13.55C16.91 13.06 17 12.54 17 12C17 11 16.69 10.04 16.17 9.25L16.89 8.53C17.59 9.5 18 10.7 18 12C18 12.83 17.82 13.6 17.5 14.32L16.75 13.55Z\" /></svg></li><li title=\"smoke detector variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-smoke-detector-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 4C16.41 4 20 7.59 20 12S16.41 20 12 20 4 16.41 4 12 7.59 4 12 4M12 2C6.5 2 2 6.5 2 12S6.5 22 12 22 22 17.5 22 12 17.5 2 12 2M12 11C11.45 11 11 11.45 11 12S11.45 13 12 13 13 12.55 13 12 12.55 11 12 11M10.72 9.3C11.11 9.11 11.54 9 12 9S12.89 9.11 13.29 9.3L14 8.57C13.43 8.22 12.74 8 12 8S10.58 8.22 10 8.57L10.72 9.3M15 12C15 12.46 14.89 12.89 14.7 13.29L15.43 14C15.79 13.43 16 12.74 16 12S15.79 10.58 15.43 10L14.7 10.72C14.89 11.11 15 11.54 15 12M9 12C9 11.54 9.11 11.11 9.3 10.72L8.57 10C8.22 10.58 8 11.26 8 12S8.22 13.43 8.57 14L9.3 13.29C9.11 12.89 9 12.46 9 12M13.29 14.7C12.89 14.89 12.46 15 12 15S11.11 14.89 10.72 14.7L10 15.43C10.58 15.79 11.26 16 12 16S13.43 15.79 14 15.43L13.29 14.7M16.89 8.53L16.17 9.25C16.69 10.04 17 11 17 12S16.69 13.96 16.17 14.75L16.89 15.47C17.59 14.5 18 13.3 18 12S17.59 9.5 16.89 8.53M9.25 7.83C10.04 7.31 11 7 12 7S13.96 7.31 14.75 7.83L15.47 7.11C14.5 6.42 13.3 6 12 6S9.5 6.42 8.53 7.11L9.25 7.83M14.75 16.17C13.96 16.69 13 17 12 17S10.04 16.69 9.25 16.17L8.53 16.89C9.5 17.59 10.7 18 12 18S14.5 17.59 15.47 16.89L14.75 16.17M7.83 14.75C7.31 13.96 7 13 7 12S7.31 10.04 7.83 9.25L7.11 8.53C6.42 9.5 6 10.7 6 12S6.42 14.5 7.11 15.47L7.83 14.75Z\" /></svg></li><li title=\"smoke detector \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-smoke-detector\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,18A6,6 0 0,0 18,12C18,8.68 15.31,6 12,6C8.68,6 6,8.68 6,12A6,6 0 0,0 12,18M19,3A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5C3.89,21 3,20.1 3,19V5C3,3.89 3.89,3 5,3H19M8,12A4,4 0 0,1 12,8A4,4 0 0,1 16,12A4,4 0 0,1 12,16A4,4 0 0,1 8,12Z\" /></svg></li><li title=\"smoke \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-smoke\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17 19V22H15V19C15 17.9 14.1 17 13 17H10C7.2 17 5 14.8 5 12C5 10.8 5.4 9.8 6.1 8.9C3.8 8.5 2 6.4 2 4C2 3.3 2.2 2.6 2.4 2H4.8C4.3 2.5 4 3.2 4 4C4 5.7 5.3 7 7 7H10V9C8.3 9 7 10.3 7 12S8.3 15 10 15H13C15.2 15 17 16.8 17 19M17.9 8.9C20.2 8.5 22 6.4 22 4C22 3.3 21.8 2.6 21.6 2H19.2C19.7 2.5 20 3.2 20 4C20 5.7 18.7 7 17 7H15.8C15.9 7.3 16 7.6 16 8C16 9.7 14.7 11 13 11V13C15.8 13 18 15.2 18 18V22H20V18C20 15.3 18.5 13 16.2 11.8C17.1 11.1 17.7 10.1 17.9 8.9Z\" /></svg></li><li title=\"smoking off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-smoking-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,6L9,13H2V16H12L19,23L20.25,21.75L3.25,4.75L2,6M20.5,13H22V16H20.5V13M18,13H19.5V16H18V13M18.85,4.88C19.47,4.27 19.85,3.43 19.85,2.5H18.35C18.35,3.5 17.5,4.35 16.5,4.35V5.85C18.74,5.85 20.5,7.68 20.5,9.92V12H22V9.92C22,7.69 20.72,5.77 18.85,4.88M14.5,8.7H16.03C17.08,8.7 18,9.44 18,10.75V12H19.5V10.41C19.5,8.61 17.9,7.25 16.03,7.25H14.5C13.5,7.25 12.65,6.27 12.65,5.25C12.65,4.23 13.5,3.5 14.5,3.5V2A3.35,3.35 0 0,0 11.15,5.35A3.35,3.35 0 0,0 14.5,8.7M17,15.93V13H14.07L17,15.93Z\" /></svg></li><li title=\"smoking pipe off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-smoking-pipe-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.84 22.73L19.71 21.6C19.19 21.85 18.62 22 18 22H16C13 22 11.72 21.5 8.89 18.65L5.12 14.88C4.56 14.32 3.8 14 3 14H2V12H3C4.33 12 5.6 12.53 6.53 13.47L10.3 17.23C11 17.92 12 18 13 18H14V15.89L1.11 3L2.39 1.73L22.11 21.46L20.84 22.73M21.93 18.73C21.97 18.5 22 18.25 22 18V15C22 13.89 21.11 13 20 13H16.2L21.93 18.73M18.5 9.7L18.5 9.77V12H20V9.76C20 7.62 18.78 5.66 16.85 4.73H16.82C17.58 4 17.9 3 17.8 2H16.32C16.34 2.11 16.35 2.23 16.35 2.35C16.35 3.37 15.5 4.2 14.5 4.2H14.5V5.7C16.71 5.7 18.5 7.5 18.5 9.7M11.83 8.63C12.05 8.68 12.27 8.7 12.5 8.7H14C15.07 8.66 15.96 9.5 16 10.56C16 10.61 16 10.65 16 10.7V12H17.5V10.36C17.42 8.53 15.88 7.12 14.05 7.2L14 7.2H12.5C11.45 7.12 10.65 6.25 10.65 5.2C10.67 4.22 11.5 3.43 12.46 3.45L12.5 3.45V2C10.65 2 9.15 3.5 9.15 5.35C9.15 5.58 9.17 5.8 9.22 6L11.83 8.63Z\" /></svg></li><li title=\"smoking pipe \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-smoking-pipe\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16 13C14.89 13 14 13.89 14 15V18H13C12 18 11 17.92 10.3 17.23L6.53 13.47C5.6 12.53 4.33 12 3 12H2V14H3C3.8 14 4.56 14.32 5.12 14.88L8.89 18.65C11.72 21.5 13 22 16 22H18C20.21 22 22 20.21 22 18V15C22 13.89 21.11 13 20 13H16M14 7.2H12.5C11.45 7.12 10.65 6.25 10.65 5.2C10.67 4.22 11.5 3.43 12.46 3.45L12.5 3.45V2C10.65 2 9.15 3.5 9.15 5.35S10.65 8.7 12.5 8.7H14C15.07 8.66 15.96 9.5 16 10.56C16 10.61 16 10.65 16 10.7V12H17.5V10.36C17.42 8.53 15.88 7.12 14.05 7.2L14 7.2M20 9.76V12H18.5V9.77L18.5 9.7C18.5 7.5 16.71 5.7 14.5 5.7V4.2H14.5C15.5 4.2 16.35 3.37 16.35 2.35C16.35 2.23 16.34 2.11 16.32 2H17.79C17.89 3 17.58 4 16.82 4.73H16.85C18.78 5.66 20 7.62 20 9.76Z\" /></svg></li><li title=\"smoking \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-smoking\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,16H17V19H2V16M20.5,16H22V19H20.5V16M18,16H19.5V19H18V16M18.85,7.73C19.47,7.12 19.85,6.28 19.85,5.35C19.85,3.5 18.35,2 16.5,2V3.5C17.5,3.5 18.35,4.33 18.35,5.35C18.35,6.37 17.5,7.2 16.5,7.2V8.7C18.74,8.7 20.5,10.53 20.5,12.77V15H22V12.76C22,10.54 20.72,8.62 18.85,7.73M16.03,10.2H14.5C13.5,10.2 12.65,9.22 12.65,8.2C12.65,7.18 13.5,6.45 14.5,6.45V4.95C12.65,4.95 11.15,6.45 11.15,8.3A3.35,3.35 0 0,0 14.5,11.65H16.03C17.08,11.65 18,12.39 18,13.7V15H19.5V13.36C19.5,11.55 17.9,10.2 16.03,10.2Z\" /></svg></li><li title=\"snail \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-snail\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.31 8.03L21.24 4.95C21.67 4.85 22 4.47 22 4C22 3.45 21.55 3 21 3S20 3.45 20 4C20 4.26 20.11 4.5 20.27 4.68L19.5 7.26L18.73 4.68C18.89 4.5 19 4.26 19 4C19 3.45 18.55 3 18 3S17 3.45 17 4C17 4.47 17.33 4.85 17.76 4.95L18.69 8.03C17.73 8.18 17 9 17 10V12.25C15.65 9.16 12.63 7 9.11 7C5.19 7 2 10.26 2 14.26C2 16.1 2.82 17.75 4.1 18.85L2.88 19C2.38 19.06 2 19.5 2 20C2 20.55 2.45 21 3 21L19.12 21C20.16 21 21 20.16 21 19.12V11.72C21.6 11.38 22 10.74 22 10C22 9 21.27 8.18 20.31 8.03M15.6 17.41L12.07 17.86C12.5 17.1 12.8 16.21 12.8 15.26C12.8 12.94 10.95 11.06 8.67 11.06C8.14 11.06 7.62 11.18 7.14 11.41C6.65 11.66 6.44 12.26 6.69 12.75C6.93 13.25 7.53 13.45 8.03 13.21C8.23 13.11 8.45 13.06 8.67 13.06C9.85 13.06 10.8 14.04 10.8 15.26C10.8 16.92 9.5 18.27 7.89 18.27C5.75 18.27 4 16.47 4 14.26C4 11.36 6.29 9 9.11 9C12.77 9 15.75 12.06 15.75 15.82C15.75 16.36 15.69 16.89 15.6 17.41Z\" /></svg></li><li title=\"snake \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-snake\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.5 17H18C19.1 17 20 16.1 20 15S19.1 13 18 13V9C18 8 18 7 16.92 6.14C16.97 5.93 17 5.72 17 5.5C17 3.57 15 2 12.5 2C10.24 2 8.38 3.31 8.07 5H6L3.71 2.79L3 3.5L5 5.5L3 7.5L3.71 8.21L6 6H8.07C8.38 7.69 10.24 9 12.5 9C13 9 13.5 8.92 13.93 8.8C13.97 8.87 14 8.94 14 9V13H8C6.9 13 6 13.9 6 15S6.9 17 8 17H6.5C5.12 17 4 18.12 4 19.5C4 19.67 4 19.84 4.05 20H4C2.9 20 2 20.9 2 22H19.5C20.88 22 22 20.88 22 19.5S20.88 17 19.5 17M12 5C11.45 5 11 4.55 11 4S11.45 3 12 3 13 3.45 13 4 12.55 5 12 5Z\" /></svg></li><li title=\"snapchat \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-snapchat\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.93 16.56C21.79 16.18 21.5 16 21.22 15.81C21.17 15.78 21.11 15.75 21.07 15.73C21 15.68 20.89 15.64 20.8 15.59C19.86 15.09 19.12 14.46 18.61 13.72C18.47 13.5 18.35 13.29 18.24 13.06C18.2 12.93 18.2 12.86 18.23 12.8C18.26 12.75 18.3 12.7 18.35 12.67C18.5 12.56 18.68 12.46 18.79 12.38C19 12.25 19.15 12.15 19.25 12.08C19.64 11.81 19.91 11.5 20.08 11.2C20.32 10.75 20.35 10.22 20.16 9.75C19.91 9.08 19.27 8.66 18.5 8.66C18.34 8.66 18.18 8.68 18 8.71C18 8.72 17.94 8.73 17.9 8.74C17.9 8.28 17.89 7.8 17.85 7.32C17.71 5.64 17.12 4.76 16.5 4.06C16.11 3.62 15.65 3.24 15.14 2.95C14.21 2.42 13.15 2.15 12 2.15S9.8 2.42 8.87 2.95C8.35 3.24 7.89 3.62 7.5 4.06C6.88 4.76 6.3 5.64 6.15 7.32C6.11 7.8 6.1 8.28 6.11 8.74C6.06 8.73 6 8.72 6 8.71C5.82 8.68 5.66 8.66 5.5 8.66C4.73 8.66 4.09 9.08 3.84 9.75C3.65 10.22 3.68 10.75 3.92 11.2C4.09 11.5 4.36 11.81 4.75 12.08C4.85 12.15 5 12.25 5.21 12.39L5.63 12.66C5.69 12.7 5.73 12.75 5.77 12.8C5.8 12.87 5.8 12.94 5.75 13.07C5.65 13.3 5.53 13.5 5.39 13.72C4.89 14.45 4.18 15.07 3.27 15.56C2.78 15.82 2.28 16 2.07 16.56C1.91 17 2 17.5 2.42 17.91C2.57 18.06 2.74 18.19 2.93 18.29C3.33 18.5 3.75 18.68 4.18 18.79C4.27 18.82 4.36 18.85 4.43 18.91C4.58 19.03 4.56 19.23 4.76 19.5C4.86 19.66 5 19.79 5.13 19.89C5.54 20.18 6 20.19 6.5 20.21C6.94 20.23 7.44 20.25 8 20.44C8.26 20.5 8.5 20.67 8.79 20.85C9.5 21.27 10.42 21.85 12 21.85C13.57 21.85 14.5 21.27 15.22 20.84C15.5 20.67 15.75 20.5 16 20.44C16.55 20.25 17.06 20.23 17.5 20.21C18 20.2 18.46 20.18 18.87 19.89C19.04 19.77 19.18 19.61 19.29 19.43C19.43 19.19 19.43 19 19.56 18.91C19.63 18.86 19.71 18.82 19.8 18.8C20.24 18.68 20.66 18.5 21.06 18.29C21.27 18.18 21.45 18.04 21.6 17.87L21.61 17.87C22 17.46 22.08 17 21.93 16.56M20.53 17.31C19.67 17.78 19.1 17.73 18.66 18C18.5 18.12 18.45 18.28 18.42 18.44C18.41 18.5 18.4 18.58 18.39 18.64C18.37 18.78 18.34 18.9 18.24 18.97C17.9 19.2 16.91 18.95 15.63 19.37C14.57 19.72 13.9 20.73 12 20.73C10.1 20.73 9.45 19.73 8.37 19.37C7.1 18.95 6.1 19.2 5.77 18.97C5.5 18.78 5.72 18.26 5.34 18C4.9 17.73 4.33 17.78 3.5 17.31C3.19 17.15 3.14 17 3.18 16.93C3.22 16.84 3.34 16.77 3.42 16.73C5.07 15.94 6 14.91 6.47 14.1C6.91 13.38 7 12.83 7.03 12.75C7.06 12.54 7.09 12.38 6.86 12.17C6.64 11.96 5.66 11.36 5.39 11.17C4.93 10.85 4.74 10.54 4.88 10.15L4.88 10.15V10.15C5 9.88 5.23 9.78 5.5 9.78C5.58 9.78 5.66 9.79 5.74 9.81C6.24 9.91 6.72 10.16 7 10.23C7.03 10.24 7.06 10.24 7.1 10.24C7.19 10.24 7.24 10.21 7.27 10.15C7.28 10.11 7.29 10.06 7.29 10C7.25 9.46 7.18 8.41 7.26 7.42C7.3 7 7.37 6.64 7.46 6.33C7.66 5.65 8 5.2 8.34 4.79C8.59 4.5 9.75 3.27 12 3.27C13.85 3.27 14.96 4.11 15.44 4.56C15.54 4.66 15.62 4.74 15.66 4.79C16.04 5.23 16.38 5.71 16.58 6.47C16.65 6.74 16.71 7.06 16.74 7.42C16.82 8.4 16.75 9.46 16.71 10C16.71 10.04 16.71 10.08 16.72 10.11C16.73 10.2 16.79 10.24 16.9 10.24C16.94 10.24 16.97 10.24 17 10.23C17.28 10.16 17.76 9.91 18.26 9.8C18.34 9.79 18.42 9.78 18.5 9.78C18.75 9.78 19 9.87 19.1 10.1L19.11 10.14L19.12 10.14L19.12 10.15C19.27 10.53 19.07 10.85 18.62 11.16C18.35 11.35 17.36 11.96 17.14 12.16C16.91 12.38 16.94 12.54 16.97 12.75C17 12.85 17.18 13.8 18.08 14.86C18.63 15.5 19.42 16.17 20.58 16.73C20.65 16.76 20.74 16.81 20.79 16.87C20.82 16.92 20.84 16.96 20.83 17C20.82 17.1 20.73 17.2 20.53 17.31Z\" /></svg></li><li title=\"snowboard \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-snowboard\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.87 20.37C21.76 20.2 21.62 20.09 21.43 20.06C21.18 20 20.96 20.05 20.78 20.2C20.43 20.5 20.04 20.73 19.58 20.86C19.13 21 18.66 21 18.16 20.9L17.04 20.62L16 14.46L12.74 11.79L14.5 8.94C15.08 9.85 15.85 10.58 16.83 11.14C17.81 11.7 18.88 12 20.03 12V9.97C19.09 9.97 18.26 9.72 17.53 9.22S16.26 8.07 15.92 7.26L15.36 6.05C15.26 5.86 15.08 5.64 14.82 5.39C14.55 5.14 14.19 5 13.72 5H8.07L5.54 9L7.27 10.06L9.14 7H11.5L9 10.95C8.69 11.42 8.6 11.93 8.72 12.5L9.56 15.95L6.06 18.29L5.59 18.19C5.13 18.1 4.7 17.91 4.33 17.61C3.96 17.31 3.68 16.96 3.5 16.56C3.4 16.31 3.23 16.17 3 16.14C2.76 16.08 2.56 16.11 2.39 16.23S2.12 16.5 2.09 16.7C2.06 16.85 2.07 17 2.13 17.17C2.42 17.79 2.83 18.33 3.37 18.78C3.92 19.23 4.55 19.5 5.27 19.64L17.88 22.35C18.6 22.5 19.29 22.5 19.96 22.3C20.63 22.12 21.23 21.79 21.76 21.32C21.88 21.23 21.96 21.11 22 20.95C22 20.73 22 20.54 21.87 20.37M8.77 18.89L11.81 16.89L11.34 13.57L14.19 15.58L14.94 20.2L8.77 18.89M18 3C18 4.11 17.11 5 16 5S14 4.11 14 3 14.9 1 16 1 18 1.9 18 3Z\" /></svg></li><li title=\"snowflake alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-snowflake-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.46,9.41L13,7.38V5.12L14.71,3.41L13.29,2L12,3.29L10.71,2L9.29,3.41L11,5.12V7.38L8.5,8.82L6.5,7.69L5.92,5.36L4,5.88L4.47,7.65L2.7,8.12L3.22,10.05L5.55,9.43L7.55,10.56V13.45L5.55,14.58L3.22,13.96L2.7,15.89L4.47,16.36L4,18.12L5.93,18.64L6.55,16.31L8.55,15.18L11,16.62V18.88L9.29,20.59L10.71,22L12,20.71L13.29,22L14.7,20.59L13,18.88V16.62L16.46,14.61M9.5,10.56L12,9.11L14.5,10.56V13.44L12,14.89L9.5,13.44M19,13V7H21V13H19M19,17V15H21V17H19Z\" /></svg></li><li title=\"snowflake melt \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-snowflake-melt\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8 17.85C8 19.04 7.11 20 6 20S4 19.04 4 17.85C4 16.42 6 14 6 14S8 16.42 8 17.85M16.46 12V10.56L18.46 9.43L20.79 10.05L21.31 8.12L19.54 7.65L20 5.88L18.07 5.36L17.45 7.69L15.45 8.82L13 7.38V5.12L14.71 3.41L13.29 2L12 3.29L10.71 2L9.29 3.41L11 5.12V7.38L8.5 8.82L6.5 7.69L5.92 5.36L4 5.88L4.47 7.65L2.7 8.12L3.22 10.05L5.55 9.43L7.55 10.56V12H2V13H22V12H16.46M9.5 12V10.56L12 9.11L14.5 10.56V12H9.5M20 17.85C20 19.04 19.11 20 18 20S16 19.04 16 17.85C16 16.42 18 14 18 14S20 16.42 20 17.85M14 20.85C14 22.04 13.11 23 12 23S10 22.04 10 20.85C10 19.42 12 17 12 17S14 19.42 14 20.85Z\" /></svg></li><li title=\"snowflake off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-snowflake-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11 5.12L9.29 3.41L10.71 2L12 3.29L13.29 2L14.71 3.41L13 5.12V7.38L15.45 8.82L17.45 7.69L18.07 5.36L20 5.88L19.54 7.65L21.31 8.12L20.79 10.05L18.46 9.43L16.46 10.56V13.26L14.5 11.3V10.56L12.74 9.54L10.73 7.53L11 7.38V5.12M18.46 14.57L16.87 13.67L19.55 16.35L21.3 15.88L20.79 13.95L18.46 14.57M13 16.62V18.88L14.7 20.59L13.29 22L12 20.71L10.71 22L9.29 20.59L11 18.88V16.62L8.55 15.18L6.55 16.31L5.93 18.64L4 18.12L4.47 16.36L2.7 15.89L3.22 13.96L5.55 14.58L7.55 13.45V10.56L5.55 9.43L3.22 10.05L2.7 8.12L4.47 7.65L4 5.89L1.11 3L2.39 1.73L22.11 21.46L20.84 22.73L14.1 16L13 16.62M12 14.89L12.63 14.5L9.5 11.39V13.44L12 14.89Z\" /></svg></li><li title=\"snowflake variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-snowflake-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.25,12L16.27,11H23L22,9H18.03L20.42,5.83L19.43,3.83L15.37,9.2L13.35,10.21L13.75,8L17.83,2.62L15.64,2.22L12,7L8.4,2.2L6.2,2.6L10.26,8L10.66,10.21L8.82,9.29L8.66,9.21L4.6,3.8L3.6,5.8L6,9H2L1,11H7.77L9.75,12L7.73,13H1L2,15H5.97L3.58,18.17L4.57,20.17L8.63,14.8L10.65,13.79L10.25,16L6.17,21.38L8.36,21.79L12,17L15.6,21.8L17.8,21.4L13.74,16L13.34,13.79L15.34,14.79L19.4,20.2L20.4,18.2L18,15H22L23,13H16.23\" /></svg></li><li title=\"snowflake \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-snowflake\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.79,13.95L18.46,14.57L16.46,13.44V10.56L18.46,9.43L20.79,10.05L21.31,8.12L19.54,7.65L20,5.88L18.07,5.36L17.45,7.69L15.45,8.82L13,7.38V5.12L14.71,3.41L13.29,2L12,3.29L10.71,2L9.29,3.41L11,5.12V7.38L8.5,8.82L6.5,7.69L5.92,5.36L4,5.88L4.47,7.65L2.7,8.12L3.22,10.05L5.55,9.43L7.55,10.56V13.45L5.55,14.58L3.22,13.96L2.7,15.89L4.47,16.36L4,18.12L5.93,18.64L6.55,16.31L8.55,15.18L11,16.62V18.88L9.29,20.59L10.71,22L12,20.71L13.29,22L14.7,20.59L13,18.88V16.62L15.5,15.17L17.5,16.3L18.12,18.63L20,18.12L19.53,16.35L21.3,15.88L20.79,13.95M9.5,10.56L12,9.11L14.5,10.56V13.44L12,14.89L9.5,13.44V10.56Z\" /></svg></li><li title=\"snowman \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-snowman\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,17A5,5 0 0,1 12,22A5,5 0 0,1 7,17C7,15.5 7.65,14.17 8.69,13.25C8.26,12.61 8,11.83 8,11C8,10.86 8,10.73 8,10.59L5.04,8.87L4.83,8.71L2.29,9.39L2.03,8.43L4.24,7.84L2.26,6.69L2.76,5.82L4.74,6.97L4.15,4.75L5.11,4.5L5.8,7.04L6.04,7.14L8.73,8.69C9.11,8.15 9.62,7.71 10.22,7.42C9.5,6.87 9,6 9,5A3,3 0 0,1 12,2A3,3 0 0,1 15,5C15,6 14.5,6.87 13.78,7.42C14.38,7.71 14.89,8.15 15.27,8.69L17.96,7.14L18.2,7.04L18.89,4.5L19.85,4.75L19.26,6.97L21.24,5.82L21.74,6.69L19.76,7.84L21.97,8.43L21.71,9.39L19.17,8.71L18.96,8.87L16,10.59V11C16,11.83 15.74,12.61 15.31,13.25C16.35,14.17 17,15.5 17,17Z\" /></svg></li><li title=\"snowmobile \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-snowmobile\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.34 17.93L18.4 16C19.5 15.91 22.66 15.53 22.97 13.36C23 13.12 22.92 12.89 22.78 12.7C22.12 11.82 19.88 9.07 15 5H12V7H14L16 9L12 11L3 10L1 13L5.58 14.38L2.58 16.09C2.22 16.26 1 16.89 1 18.05C1 18.4 1 18.89 1.33 19.32C1.83 20 2.71 20 3 20H9C10.26 20 12.53 19.13 12.93 16H15.59L17.59 18H15V20H20C21.65 20 23 18.65 23 17H21C21 17.43 20.73 17.79 20.34 17.93M9 18H3.25C3.33 17.95 3.41 17.91 3.5 17.87L8.22 15.17L10.92 16C10.58 17.84 9.28 18 9 18Z\" /></svg></li><li title=\"soccer field \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-soccer-field\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,4C2.89,4 2,4.89 2,6V18A2,2 0 0,0 4,20H20A2,2 0 0,0 22,18V6C22,4.89 21.1,4 20,4H4M4,6H11V8.13C9.24,8.59 8,10.18 8,12C8,13.82 9.24,15.41 11,15.87V18H4V16H7V8H4V6M13,6H20V8H17V16H20V18H13V15.87C14.76,15.41 16,13.82 16,12C16,10.18 14.76,8.59 13,8.13V6M4,10H5V14H4V10M19,10H20V14H19V10M13,10.27C13.62,10.63 14,11.29 14,12C14,12.71 13.62,13.37 13,13.73V10.27M11,10.27V13.73C10.38,13.37 10,12.71 10,12C10,11.29 10.38,10.63 11,10.27Z\" /></svg></li><li title=\"soccer \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-soccer\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.93 17.12L16.13 15.76L17.59 11.39L19 10.92L20 11.67C20 11.7 20 11.75 20 11.81C20 11.88 20.03 11.94 20.03 12C20.03 13.97 19.37 15.71 18.06 17.21L16.93 17.12M9.75 15L8.38 10.97L12 8.43L15.62 10.97L14.25 15H9.75M12 20.03C11.12 20.03 10.29 19.89 9.5 19.61L8.81 18.1L9.47 17H14.58L15.19 18.1L14.5 19.61C13.71 19.89 12.88 20.03 12 20.03M5.94 17.21C5.41 16.59 4.95 15.76 4.56 14.75C4.17 13.73 3.97 12.81 3.97 12C3.97 11.94 4 11.88 4 11.81C4 11.75 4 11.7 4 11.67L5 10.92L6.41 11.39L7.87 15.76L7.07 17.12L5.94 17.21M11 5.29V6.69L7 9.46L5.66 9.04L5.24 7.68C5.68 7 6.33 6.32 7.19 5.66S8.87 4.57 9.65 4.35L11 5.29M14.35 4.35C15.13 4.57 15.95 5 16.81 5.66C17.67 6.32 18.32 7 18.76 7.68L18.34 9.04L17 9.47L13 6.7V5.29L14.35 4.35M4.93 4.93C3 6.89 2 9.25 2 12S3 17.11 4.93 19.07 9.25 22 12 22 17.11 21 19.07 19.07 22 14.75 22 12 21 6.89 19.07 4.93 14.75 2 12 2 6.89 3 4.93 4.93Z\" /></svg></li><li title=\"social distance 2 meters \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-social-distance-2-meters\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6 6C7.1 6 8 5.1 8 4S7.1 2 6 2 4 2.9 4 4 4.9 6 6 6M10 9.43C10 8.62 9.5 7.9 8.78 7.58C7.93 7.21 7 7 6 7S4.07 7.21 3.22 7.58C2.5 7.9 2 8.62 2 9.43V10H10V9.43M18 6C19.1 6 20 5.1 20 4S19.1 2 18 2 16 2.9 16 4 16.9 6 18 6M22 9.43C22 8.62 21.5 7.9 20.78 7.58C19.93 7.21 19 7 18 7S16.07 7.21 15.22 7.58C14.5 7.9 14 8.62 14 9.43V10H22V9.43M19 17V15L5 15V17L2 14L5 11V13L19 13V11L22 14L19 17M9 20.5V21H11V22H8V20.5C8 19.95 8.45 19.5 9 19.5H10V19H8V18H10C10.55 18 11 18.45 11 19V19.5C11 20.05 10.55 20.5 10 20.5H9M16 19V22H15V19H14.5V21H13.5V19H13V22H12V19C12 18.45 12.45 18 13 18H15C15.55 18 16 18.45 16 19Z\" /></svg></li><li title=\"social distance 6 feet \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-social-distance-6-feet\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6 6C7.1 6 8 5.1 8 4S7.1 2 6 2 4 2.9 4 4 4.9 6 6 6M10 9.43C10 8.62 9.5 7.9 8.78 7.58C7.93 7.21 7 7 6 7S4.07 7.21 3.22 7.58C2.5 7.9 2 8.62 2 9.43V10H10V9.43M18 6C19.1 6 20 5.1 20 4S19.1 2 18 2 16 2.9 16 4 16.9 6 18 6M22 9.43C22 8.62 21.5 7.9 20.78 7.58C19.93 7.21 19 7 18 7S16.07 7.21 15.22 7.58C14.5 7.9 14 8.62 14 9.43V10H22V9.43M19 17V15H5V17L2 14L5 11V13H19V11L22 14L19 17M10 19V18H7.5C7.22 18 7 18.22 7 18.5V21.5C7 21.78 7.22 22 7.5 22H9.5C9.78 22 10 21.78 10 21.5V20C10 19.72 9.78 19.5 9.5 19.5H8V19H10M9 20.5V21H8V20.5H9M17.5 19H16.5V22H15.5V19H14.5V18H17.5V19M12.5 19V19.5H13.5V20.5H12.5V22H11.5V18H14V19H12.5Z\" /></svg></li><li title=\"sofa outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sofa-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 9V7C21 5.35 19.65 4 18 4H14C13.23 4 12.53 4.3 12 4.78C11.47 4.3 10.77 4 10 4H6C4.35 4 3 5.35 3 7V9C1.35 9 0 10.35 0 12V17C0 18.65 1.35 20 3 20V22H5V20H19V22H21V20C22.65 20 24 18.65 24 17V12C24 10.35 22.65 9 21 9M14 6H18C18.55 6 19 6.45 19 7V9.78C18.39 10.33 18 11.12 18 12V14H13V7C13 6.45 13.45 6 14 6M5 7C5 6.45 5.45 6 6 6H10C10.55 6 11 6.45 11 7V14H6V12C6 11.12 5.61 10.33 5 9.78V7M22 17C22 17.55 21.55 18 21 18H3C2.45 18 2 17.55 2 17V12C2 11.45 2.45 11 3 11S4 11.45 4 12V16H20V12C20 11.45 20.45 11 21 11S22 11.45 22 12V17Z\" /></svg></li><li title=\"sofa single outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sofa-single-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 9V7C19 5.35 17.65 4 16 4H8C6.35 4 5 5.35 5 7V9C3.35 9 2 10.35 2 12V17C2 18.65 3.35 20 5 20V22H7V20H17V22H19V20C20.65 20 22 18.65 22 17V12C22 10.35 20.65 9 19 9M7 7C7 6.45 7.45 6 8 6H16C16.55 6 17 6.45 17 7V9.78C16.39 10.33 16 11.12 16 12V14H8V12C8 11.12 7.61 10.33 7 9.78V7M20 17C20 17.55 19.55 18 19 18H5C4.45 18 4 17.55 4 17V12C4 11.45 4.45 11 5 11S6 11.45 6 12V16H18V12C18 11.45 18.45 11 19 11S20 11.45 20 12V17Z\" /></svg></li><li title=\"sofa single \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sofa-single\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5 9.15V7C5 5.9 5.9 5 7 5H17C18.1 5 19 5.9 19 7V9.16C17.84 9.57 17 10.67 17 11.97V14H7V11.96C7 10.67 6.16 9.56 5 9.15M20 10C18.9 10 18 10.9 18 12V15H6V12C6 10.9 5.11 10 4 10S2 10.9 2 12V17C2 18.1 2.9 19 4 19V21H6V19H18V21H20V19C21.1 19 22 18.1 22 17V12C22 10.9 21.1 10 20 10Z\" /></svg></li><li title=\"sofa \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sofa\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12.5 7C12.5 5.89 13.39 5 14.5 5H18C19.1 5 20 5.9 20 7V9.16C18.84 9.57 18 10.67 18 11.97V14H12.5V7M6 11.96V14H11.5V7C11.5 5.89 10.61 5 9.5 5H6C4.9 5 4 5.9 4 7V9.15C5.16 9.56 6 10.67 6 11.96M20.66 10.03C19.68 10.19 19 11.12 19 12.12V15H5V12C5 10.9 4.11 10 3 10S1 10.9 1 12V17C1 18.1 1.9 19 3 19V21H5V19H19V21H21V19C22.1 19 23 18.1 23 17V12C23 10.79 21.91 9.82 20.66 10.03Z\" /></svg></li><li title=\"solar panel large \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-solar-panel-large\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,6H6V3H3V6M8,3V6H11V3H8M13,3V6H16V3H13M18,3V6H21V3H18M21,8H18V11H21V8M21,13H18V16H21V13M16,16V13H13V16H16M11,16V13H8V16H11M6,16V13H3V16H6M3,11H6V8H3V11M13,8V11H16V8H13M8,8V11H11V8H8M3,1H21A2,2 0 0,1 23,3V16A2,2 0 0,1 21,18H15V21H18V23H13V18H11V23H6V21H9V18H3A2,2 0 0,1 1,16V3A2,2 0 0,1 3,1Z\" /></svg></li><li title=\"solar panel \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-solar-panel\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,2H20A2,2 0 0,1 22,4V14A2,2 0 0,1 20,16H15V20H18V22H13V16H11V22H6V20H9V16H4A2,2 0 0,1 2,14V4A2,2 0 0,1 4,2M4,4V8H11V4H4M4,14H11V10H4V14M20,14V10H13V14H20M20,4H13V8H20V4Z\" /></svg></li><li title=\"solar power \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-solar-power\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.45,2V5.55L15,3.77L11.45,2M10.45,8L8,10.46L11.75,11.71L10.45,8M2,11.45L3.77,15L5.55,11.45H2M10,2H2V10C2.57,10.17 3.17,10.25 3.77,10.25C7.35,10.26 10.26,7.35 10.27,3.75C10.26,3.16 10.17,2.57 10,2M17,22V16H14L19,7V13H22L17,22Z\" /></svg></li><li title=\"soldering iron \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-soldering-iron\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4.86 4.03L2.03 6.86L5.21 10.04V12.87L6.63 14.28L12.28 8.63L10.87 7.21H8.04L4.86 4.03M17 6V7.5C18 7.5 18.85 8.33 18.85 9.35C18.85 10.37 18 11.2 17 11.2V12.7C19.24 12.7 21 14.53 21 16.77V21H22.5V16.76C22.5 14.54 21.22 12.62 19.35 11.73C19.97 11.12 20.35 10.28 20.35 9.35C20.35 7.5 18.85 6 17 6M11.93 11.1L9.1 13.93L14.05 18.88L14.76 18.17L16.88 20.29L19 21L18.29 18.88L16.17 16.76L16.88 16.05L11.93 11.1Z\" /></svg></li><li title=\"solid \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-solid\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M0,0H24V24H0\" /></svg></li><li title=\"sony playstation \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sony-playstation\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9.5,4.27C10.88,4.53 12.9,5.14 14,5.5C16.75,6.45 17.69,7.63 17.69,10.29C17.69,12.89 16.09,13.87 14.05,12.89V8.05C14.05,7.5 13.95,6.97 13.41,6.82C13,6.69 12.76,7.07 12.76,7.63V19.73L9.5,18.69V4.27M13.37,17.62L18.62,15.75C19.22,15.54 19.31,15.24 18.83,15.08C18.34,14.92 17.47,14.97 16.87,15.18L13.37,16.41V14.45L13.58,14.38C13.58,14.38 14.59,14 16,13.87C17.43,13.71 19.17,13.89 20.53,14.4C22.07,14.89 22.25,15.61 21.86,16.1C21.46,16.6 20.5,16.95 20.5,16.95L13.37,19.5V17.62M3.5,17.42C1.93,17 1.66,16.05 2.38,15.5C3.05,15 4.18,14.65 4.18,14.65L8.86,13V14.88L5.5,16.09C4.9,16.3 4.81,16.6 5.29,16.76C5.77,16.92 6.65,16.88 7.24,16.66L8.86,16.08V17.77L8.54,17.83C6.92,18.09 5.2,18 3.5,17.42Z\" /></svg></li><li title=\"sort alphabetical ascending variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sort-alphabetical-ascending-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9.25 5L12.5 1.75L15.75 5H9.25M8.89 14.3H6L5.28 17H2.91L6 7H9L12.13 17H9.67L8.89 14.3M6.33 12.68H8.56L7.93 10.56L7.67 9.59L7.42 8.63H7.39L7.17 9.6L6.93 10.58L6.33 12.68M13.05 17V15.74L17.8 8.97V8.91H13.5V7H20.73V8.34L16.09 15V15.08H20.8V17H13.05Z\" /></svg></li><li title=\"sort alphabetical ascending \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sort-alphabetical-ascending\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 17H22L18 21L14 17H17V3H19M11 13V15L7.67 19H11V21H5V19L8.33 15H5V13M9 3H7C5.9 3 5 3.9 5 5V11H7V9H9V11H11V5C11 3.9 10.11 3 9 3M9 7H7V5H9Z\" /></svg></li><li title=\"sort alphabetical descending variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sort-alphabetical-descending-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.75 19L12.5 22.25L9.25 19H15.75M8.89 14.3H6L5.28 17H2.91L6 7H9L12.13 17H9.67L8.89 14.3M6.33 12.68H8.56L7.93 10.56L7.67 9.59L7.42 8.63H7.39L7.17 9.6L6.93 10.58L6.33 12.68M13.05 17V15.74L17.8 8.97V8.91H13.5V7H20.73V8.34L16.09 15V15.08H20.8V17H13.05Z\" /></svg></li><li title=\"sort alphabetical descending \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sort-alphabetical-descending\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 7H22L18 3L14 7H17V21H19M11 13V15L7.67 19H11V21H5V19L8.33 15H5V13M9 3H7C5.9 3 5 3.9 5 5V11H7V9H9V11H11V5C11 3.9 10.11 3 9 3M9 7H7V5H9Z\" /></svg></li><li title=\"sort alphabetical variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sort-alphabetical-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9.25,5L12.5,1.75L15.75,5H9.25M15.75,19L12.5,22.25L9.25,19H15.75M8.89,14.3H6L5.28,17H2.91L6,7H9L12.13,17H9.67L8.89,14.3M6.33,12.68H8.56L7.93,10.56L7.67,9.59L7.42,8.63H7.39L7.17,9.6L6.93,10.58L6.33,12.68M13.05,17V15.74L17.8,8.97V8.91H13.5V7H20.73V8.34L16.09,15V15.08H20.8V17H13.05Z\" /></svg></li><li title=\"sort ascending \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sort-ascending\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 17H22L18 21L14 17H17V3H19M2 17H12V19H2M6 5V7H2V5M2 11H9V13H2V11Z\" /></svg></li><li title=\"sort bool ascending variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sort-bool-ascending-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 17H22L18 21L14 17H17V3H19V17M9 13H5C3.89 13 3 13.89 3 15V19C3 20.11 3.89 21 5 21H9C10.11 21 11 20.11 11 19V15C11 13.89 10.11 13 9 13M6.27 19.5L3.74 16.95L4.81 15.9L6.28 17.39L9.2 14.5L10.26 15.55L6.27 19.5M9 3H5C3.89 3 3 3.89 3 5V9C3 10.11 3.89 11 5 11H9C10.11 11 11 10.11 11 9V5C11 3.89 10.11 3 9 3M9 9H5V5H9V9Z\" /></svg></li><li title=\"sort bool ascending \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sort-bool-ascending\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 17H22L18 21L14 17H17V3H19V17M7 3C4.79 3 3 4.79 3 7S4.79 11 7 11 11 9.21 11 7 9.21 3 7 3M7 9C5.9 9 5 8.1 5 7S5.9 5 7 5 9 5.9 9 7 8.1 9 7 9M7 13C4.79 13 3 14.79 3 17S4.79 21 7 21 11 19.21 11 17 9.21 13 7 13Z\" /></svg></li><li title=\"sort bool descending variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sort-bool-descending-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 7H22L18 3L14 7H17V21H19M5 13C3.89 13 3 13.89 3 15V19C3 20.11 3.89 21 5 21H9C10.11 21 11 20.11 11 19V15C11 13.89 10.11 13 9 13M9.2 14.5L10.26 15.55L6.27 19.5L3.74 16.95L4.81 15.9L6.28 17.39M5 3C3.89 3 3 3.89 3 5V9C3 10.11 3.89 11 5 11H9C10.11 11 11 10.11 11 9V5C11 3.89 10.11 3 9 3M5 5H9V9H5Z\" /></svg></li><li title=\"sort bool descending \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sort-bool-descending\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 7H22L18 3L14 7H17V21H19M5 7C5 8.1 5.9 9 7 9C8.1 9 9 8.1 9 7C9 5.9 8.1 5 7 5C5.9 5 5 5.9 5 7M7 3C9.21 3 11 4.79 11 7C11 9.21 9.21 11 7 11C4.79 11 3 9.21 3 7C3 4.79 4.79 3 7 3M7 13C4.79 13 3 14.79 3 17C3 19.21 4.79 21 7 21C9.21 21 11 19.21 11 17C11 14.79 9.21 13 7 13Z\" /></svg></li><li title=\"sort calendar ascending \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sort-calendar-ascending\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 17H24L20 21L16 17H19V3H21V17M8 16H11V13H8V16M13 5H12V3H10V5H6V3H4V5H3C1.89 5 1 5.89 1 7V18C1 19.11 1.89 20 3 20H13C14.11 20 15 19.11 15 18V7C15 5.89 14.11 5 13 5M3 18L3 11H13L13 18L3 18Z\" /></svg></li><li title=\"sort calendar descending \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sort-calendar-descending\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 7H16L20 3L24 7H21V21H19V7M8 16H11V13H8V16M13 5H12V3H10V5H6V3H4V5H3C1.89 5 1 5.89 1 7V18C1 19.11 1.89 20 3 20H13C14.11 20 15 19.11 15 18V7C15 5.89 14.11 5 13 5M3 18L3 11H13L13 18L3 18Z\" /></svg></li><li title=\"sort clock ascending outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sort-clock-ascending-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 17H23L19 21L15 17H18V3H20V17M8 5C4.14 5 1 8.13 1 12C1 15.87 4.13 19 8 19C11.86 19 15 15.87 15 12C15 8.13 11.87 5 8 5M8 7.15C10.67 7.15 12.85 9.32 12.85 12C12.85 14.68 10.68 16.85 8 16.85C5.32 16.85 3.15 14.68 3.15 12C3.15 9.32 5.32 7.15 8 7.15M7 9V12.69L10.19 14.53L10.94 13.23L8.5 11.82V9\" /></svg></li><li title=\"sort clock ascending \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sort-clock-ascending\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 17H23L19 21L15 17H18V3H20V17M8 5C4.14 5 1 8.13 1 12C1 15.87 4.13 19 8 19C11.86 19 15 15.87 15 12C15 8.13 11.87 5 8 5M10.19 14.53L7 12.69V9H8.5V11.82L10.94 13.23L10.19 14.53Z\" /></svg></li><li title=\"sort clock descending outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sort-clock-descending-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 7H15L19 3L23 7H20V21H18V7M8 5C4.14 5 1 8.13 1 12C1 15.87 4.13 19 8 19C11.86 19 15 15.87 15 12C15 8.13 11.87 5 8 5M8 7.15C10.67 7.15 12.85 9.32 12.85 12C12.85 14.68 10.68 16.85 8 16.85C5.32 16.85 3.15 14.68 3.15 12C3.15 9.32 5.32 7.15 8 7.15M7 9V12.69L10.19 14.53L10.94 13.23L8.5 11.82V9\" /></svg></li><li title=\"sort clock descending \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sort-clock-descending\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 7H15L19 3L23 7H20V21H18V7M8 5C4.14 5 1 8.13 1 12C1 15.87 4.13 19 8 19C11.86 19 15 15.87 15 12C15 8.13 11.87 5 8 5M10.19 14.53L7 12.69V9H8.5V11.82L10.94 13.23L10.19 14.53Z\" /></svg></li><li title=\"sort descending \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sort-descending\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 7H22L18 3L14 7H17V21H19M2 17H12V19H2M6 5V7H2V5M2 11H9V13H2V11Z\" /></svg></li><li title=\"sort numeric ascending variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sort-numeric-ascending-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.78 7C9.08 7.04 10 7.53 10.57 8.46C11.13 9.4 11.41 10.56 11.39 11.95C11.4 13.5 11.09 14.73 10.5 15.62C9.88 16.5 8.95 16.97 7.71 17C6.45 16.96 5.54 16.5 4.96 15.56C4.38 14.63 4.09 13.45 4.09 12S4.39 9.36 5 8.44C5.59 7.5 6.5 7.04 7.78 7M7.75 8.63C7.31 8.63 6.96 8.9 6.7 9.46C6.44 10 6.32 10.87 6.32 12C6.31 13.15 6.44 14 6.69 14.54C6.95 15.1 7.31 15.37 7.77 15.37C8.69 15.37 9.16 14.24 9.17 12C9.17 9.77 8.7 8.65 7.75 8.63M13.33 17V15.22L13.76 15.24L14.3 15.22L15.34 15.03C15.68 14.92 16 14.78 16.26 14.58C16.59 14.35 16.86 14.08 17.07 13.76C17.29 13.45 17.44 13.12 17.53 12.78L17.5 12.77C17.05 13.19 16.38 13.4 15.47 13.41C14.62 13.4 13.91 13.15 13.34 12.65S12.5 11.43 12.46 10.5C12.47 9.5 12.81 8.69 13.47 8.03C14.14 7.37 15 7.03 16.12 7C17.37 7.04 18.29 7.45 18.88 8.24C19.47 9 19.76 10 19.76 11.19C19.75 12.15 19.61 13 19.32 13.76C19.03 14.5 18.64 15.13 18.12 15.64C17.66 16.06 17.11 16.38 16.47 16.61C15.83 16.83 15.12 16.96 14.34 17H13.33M16.06 8.63C15.65 8.64 15.32 8.8 15.06 9.11C14.81 9.42 14.68 9.84 14.68 10.36C14.68 10.8 14.8 11.16 15.03 11.46C15.27 11.77 15.63 11.92 16.11 11.93C16.43 11.93 16.7 11.86 16.92 11.74C17.14 11.61 17.3 11.46 17.41 11.28C17.5 11.17 17.53 10.97 17.53 10.71C17.54 10.16 17.43 9.69 17.2 9.28C16.97 8.87 16.59 8.65 16.06 8.63M9.25 5L12.5 1.75L15.75 5H9.25\" /></svg></li><li title=\"sort numeric ascending \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sort-numeric-ascending\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 17H22L18 21L14 17H17V3H19V17M9 13H7C5.9 13 5 13.9 5 15V16C5 17.11 5.9 18 7 18H9V19H5V21H9C10.11 21 11 20.11 11 19V15C11 13.9 10.11 13 9 13M9 16H7V15H9V16M9 3H7C5.9 3 5 3.9 5 5V9C5 10.11 5.9 11 7 11H9C10.11 11 11 10.11 11 9V5C11 3.9 10.11 3 9 3M9 9H7V5H9V9Z\" /></svg></li><li title=\"sort numeric descending variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sort-numeric-descending-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.78 7C9.08 7.04 10 7.53 10.57 8.46C11.13 9.4 11.41 10.56 11.39 11.95C11.4 13.5 11.09 14.73 10.5 15.62C9.88 16.5 8.95 16.97 7.71 17C6.45 16.96 5.54 16.5 4.96 15.56C4.38 14.63 4.09 13.45 4.09 12S4.39 9.36 5 8.44C5.59 7.5 6.5 7.04 7.78 7M7.75 8.63C7.31 8.63 6.96 8.9 6.7 9.46C6.44 10 6.32 10.87 6.32 12C6.31 13.15 6.44 14 6.69 14.54C6.95 15.1 7.31 15.37 7.77 15.37C8.69 15.37 9.16 14.24 9.17 12C9.17 9.77 8.7 8.65 7.75 8.63M13.33 17V15.22L13.76 15.24L14.3 15.22L15.34 15.03C15.68 14.92 16 14.78 16.26 14.58C16.59 14.35 16.86 14.08 17.07 13.76C17.29 13.45 17.44 13.12 17.53 12.78L17.5 12.77C17.05 13.19 16.38 13.4 15.47 13.41C14.62 13.4 13.91 13.15 13.34 12.65S12.5 11.43 12.46 10.5C12.47 9.5 12.81 8.69 13.47 8.03C14.14 7.37 15 7.03 16.12 7C17.37 7.04 18.29 7.45 18.88 8.24C19.47 9 19.76 10 19.76 11.19C19.75 12.15 19.61 13 19.32 13.76C19.03 14.5 18.64 15.13 18.12 15.64C17.66 16.06 17.11 16.38 16.47 16.61C15.83 16.83 15.12 16.96 14.34 17H13.33M16.06 8.63C15.65 8.64 15.32 8.8 15.06 9.11C14.81 9.42 14.68 9.84 14.68 10.36C14.68 10.8 14.8 11.16 15.03 11.46C15.27 11.77 15.63 11.92 16.11 11.93C16.43 11.93 16.7 11.86 16.92 11.74C17.14 11.61 17.3 11.46 17.41 11.28C17.5 11.17 17.53 10.97 17.53 10.71C17.54 10.16 17.43 9.69 17.2 9.28C16.97 8.87 16.59 8.65 16.06 8.63M15.75 19L12.5 22.25L9.25 19H15.75Z\" /></svg></li><li title=\"sort numeric descending \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sort-numeric-descending\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 7H22L18 3L14 7H17V21H19M9 21H5V19H9V18H7C5.9 18 5 17.11 5 16V15C5 13.9 5.9 13 7 13H9C10.11 13 11 13.9 11 15V19C11 20.11 10.11 21 9 21M9 15H7V16H9M7 3H9C10.11 3 11 3.9 11 5V9C11 10.11 10.11 11 9 11H7C5.9 11 5 10.11 5 9V5C5 3.9 5.9 3 7 3M7 9H9V5H7Z\" /></svg></li><li title=\"sort numeric variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sort-numeric-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.78,7C9.08,7.04 10,7.53 10.57,8.46C11.13,9.4 11.41,10.56 11.39,11.95C11.4,13.5 11.09,14.73 10.5,15.62C9.88,16.5 8.95,16.97 7.71,17C6.45,16.96 5.54,16.5 4.96,15.56C4.38,14.63 4.09,13.45 4.09,12C4.09,10.55 4.39,9.36 5,8.44C5.59,7.5 6.5,7.04 7.78,7M7.75,8.63C7.31,8.63 6.96,8.9 6.7,9.46C6.44,10 6.32,10.87 6.32,12C6.31,13.15 6.44,14 6.69,14.54C6.95,15.1 7.31,15.37 7.77,15.37C8.69,15.37 9.16,14.24 9.17,12C9.17,9.77 8.7,8.65 7.75,8.63M13.33,17V15.22L13.76,15.24L14.3,15.22L15.34,15.03C15.68,14.92 16,14.78 16.26,14.58C16.59,14.35 16.86,14.08 17.07,13.76C17.29,13.45 17.44,13.12 17.53,12.78L17.5,12.77C17.05,13.19 16.38,13.4 15.47,13.41C14.62,13.4 13.91,13.15 13.34,12.65C12.77,12.15 12.5,11.43 12.46,10.5C12.47,9.5 12.81,8.69 13.47,8.03C14.14,7.37 15,7.03 16.12,7C17.37,7.04 18.29,7.45 18.88,8.24C19.47,9 19.76,10 19.76,11.19C19.75,12.15 19.61,13 19.32,13.76C19.03,14.5 18.64,15.13 18.12,15.64C17.66,16.06 17.11,16.38 16.47,16.61C15.83,16.83 15.12,16.96 14.34,17H13.33M16.06,8.63C15.65,8.64 15.32,8.8 15.06,9.11C14.81,9.42 14.68,9.84 14.68,10.36C14.68,10.8 14.8,11.16 15.03,11.46C15.27,11.77 15.63,11.92 16.11,11.93C16.43,11.93 16.7,11.86 16.92,11.74C17.14,11.61 17.3,11.46 17.41,11.28C17.5,11.17 17.53,10.97 17.53,10.71C17.54,10.16 17.43,9.69 17.2,9.28C16.97,8.87 16.59,8.65 16.06,8.63M9.25,5L12.5,1.75L15.75,5H9.25M15.75,19L12.5,22.25L9.25,19H15.75Z\" /></svg></li><li title=\"sort reverse variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sort-reverse-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 11H15V13H3M3 18V16H21V18M3 6H9V8H3Z\" /></svg></li><li title=\"sort variant lock open \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sort-variant-lock-open\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,13V11H15V13H3M3,6H21V8H3V6M3,18V16H9V18H3M22,22H14V18H15V16A3,3 0 0,1 18,13A3,3 0 0,1 21,16H19A1,1 0 0,0 18,15A1,1 0 0,0 17,16V18H22V22Z\" /></svg></li><li title=\"sort variant lock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sort-variant-lock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,13V11H15V13H3M3,6H21V8H3V6M3,18V16H9V18H3M22,22H14V18H15V17A3,3 0 0,1 18,14A3,3 0 0,1 21,17V18H22V22M18,16A1,1 0 0,0 17,17V18H19V17A1,1 0 0,0 18,16Z\" /></svg></li><li title=\"sort variant remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sort-variant-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 13H15V11H3M3 6V8H21V6M3 18H9V16H3V18M22.54 16.88L20.41 19L22.54 21.12L21.12 22.54L19 20.41L16.88 22.54L15.47 21.12L17.59 19L15.47 16.88L16.88 15.47L19 17.59L21.12 15.46L22.54 16.88\" /></svg></li><li title=\"sort variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sort-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,13H15V11H3M3,6V8H21V6M3,18H9V16H3V18Z\" /></svg></li><li title=\"sort \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sort\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z\" /></svg></li><li title=\"soundbar \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-soundbar\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 8C2.9 8 2 8.9 2 10V14C2 15.11 2.9 16 4 16H20C21.11 16 22 15.11 22 14V10C22 8.9 21.11 8 20 8M9 10C10.11 10 11 10.9 11 12C11 13.11 10.11 14 9 14C7.9 14 7 13.11 7 12C7 10.9 7.9 10 9 10M15 10C16.11 10 17 10.9 17 12C17 13.11 16.11 14 15 14C13.9 14 13 13.11 13 12C13 10.9 13.9 10 15 10M5 11C5.55 11 6 11.45 6 12C6 12.55 5.55 13 5 13C4.45 13 4 12.55 4 12C4 11.45 4.45 11 5 11M9 11C8.45 11 8 11.45 8 12C8 12.55 8.45 13 9 13C9.55 13 10 12.55 10 12C10 11.45 9.55 11 9 11M15 11C14.45 11 14 11.45 14 12C14 12.55 14.45 13 15 13C15.55 13 16 12.55 16 12C16 11.45 15.55 11 15 11M19 11C19.55 11 20 11.45 20 12C20 12.55 19.55 13 19 13C18.45 13 18 12.55 18 12C18 11.45 18.45 11 19 11Z\" /></svg></li><li title=\"soundcloud \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-soundcloud\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.56,8.87V17H20.32V17C22.17,16.87 23,15.73 23,14.33C23,12.85 21.88,11.66 20.38,11.66C20,11.66 19.68,11.74 19.35,11.88C19.11,9.54 17.12,7.71 14.67,7.71C13.5,7.71 12.39,8.15 11.56,8.87M10.68,9.89C10.38,9.71 10.06,9.57 9.71,9.5V17H11.1V9.34C10.95,9.5 10.81,9.7 10.68,9.89M8.33,9.35V17H9.25V9.38C9.06,9.35 8.87,9.34 8.67,9.34C8.55,9.34 8.44,9.34 8.33,9.35M6.5,10V17H7.41V9.54C7.08,9.65 6.77,9.81 6.5,10M4.83,12.5C4.77,12.5 4.71,12.44 4.64,12.41V17H5.56V10.86C5.19,11.34 4.94,11.91 4.83,12.5M2.79,12.22V16.91C3,16.97 3.24,17 3.5,17H3.72V12.14C3.64,12.13 3.56,12.12 3.5,12.12C3.24,12.12 3,12.16 2.79,12.22M1,14.56C1,15.31 1.34,15.97 1.87,16.42V12.71C1.34,13.15 1,13.82 1,14.56Z\" /></svg></li><li title=\"source branch check \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-source-branch-check\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 14C9.64 14 8.54 15.35 8.18 16.24C9.25 16.7 10 17.76 10 19C10 20.66 8.66 22 7 22S4 20.66 4 19C4 17.69 4.83 16.58 6 16.17V7.83C4.83 7.42 4 6.31 4 5C4 3.34 5.34 2 7 2S10 3.34 10 5C10 6.31 9.17 7.42 8 7.83V13.12C8.88 12.47 10.16 12 12 12C14.67 12 15.56 10.66 15.85 9.77C14.77 9.32 14 8.25 14 7C14 5.34 15.34 4 17 4S20 5.34 20 7C20 8.34 19.12 9.5 17.91 9.86C17.65 11.29 16.68 14 13 14M7 18C6.45 18 6 18.45 6 19S6.45 20 7 20 8 19.55 8 19 7.55 18 7 18M7 4C6.45 4 6 4.45 6 5S6.45 6 7 6 8 5.55 8 5 7.55 4 7 4M17 6C16.45 6 16 6.45 16 7S16.45 8 17 8 18 7.55 18 7 17.55 6 17 6M16.75 21.16L14 18.16L15.16 17L16.75 18.59L20.34 15L21.5 16.41L16.75 21.16\" /></svg></li><li title=\"source branch minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-source-branch-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 14C9.64 14 8.54 15.35 8.18 16.24C9.25 16.7 10 17.76 10 19C10 20.66 8.66 22 7 22S4 20.66 4 19C4 17.69 4.83 16.58 6 16.17V7.83C4.83 7.42 4 6.31 4 5C4 3.34 5.34 2 7 2S10 3.34 10 5C10 6.31 9.17 7.42 8 7.83V13.12C8.88 12.47 10.16 12 12 12C14.67 12 15.56 10.66 15.85 9.77C14.77 9.32 14 8.25 14 7C14 5.34 15.34 4 17 4S20 5.34 20 7C20 8.34 19.12 9.5 17.91 9.86C17.65 11.29 16.68 14 13 14M7 18C6.45 18 6 18.45 6 19S6.45 20 7 20 8 19.55 8 19 7.55 18 7 18M7 4C6.45 4 6 4.45 6 5S6.45 6 7 6 8 5.55 8 5 7.55 4 7 4M17 6C16.45 6 16 6.45 16 7S16.45 8 17 8 18 7.55 18 7 17.55 6 17 6M14 17V19H22V17H14Z\" /></svg></li><li title=\"source branch plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-source-branch-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 14C9.64 14 8.54 15.35 8.18 16.24C9.25 16.7 10 17.76 10 19C10 20.66 8.66 22 7 22S4 20.66 4 19C4 17.69 4.83 16.58 6 16.17V7.83C4.83 7.42 4 6.31 4 5C4 3.34 5.34 2 7 2S10 3.34 10 5C10 6.31 9.17 7.42 8 7.83V13.12C8.88 12.47 10.16 12 12 12C14.67 12 15.56 10.66 15.85 9.77C14.77 9.32 14 8.25 14 7C14 5.34 15.34 4 17 4S20 5.34 20 7C20 8.34 19.12 9.5 17.91 9.86C17.65 11.29 16.68 14 13 14M7 18C6.45 18 6 18.45 6 19S6.45 20 7 20 8 19.55 8 19 7.55 18 7 18M7 4C6.45 4 6 4.45 6 5S6.45 6 7 6 8 5.55 8 5 7.55 4 7 4M17 6C16.45 6 16 6.45 16 7S16.45 8 17 8 18 7.55 18 7 17.55 6 17 6M17 14V17H14V19H17V22H19V19H22V17H19V14H17Z\" /></svg></li><li title=\"source branch refresh \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-source-branch-refresh\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 14C9.64 14 8.54 15.35 8.18 16.24C9.25 16.7 10 17.76 10 19C10 20.66 8.66 22 7 22S4 20.66 4 19C4 17.69 4.83 16.58 6 16.17V7.83C4.83 7.42 4 6.31 4 5C4 3.34 5.34 2 7 2S10 3.34 10 5C10 6.31 9.17 7.42 8 7.83V13.12C8.88 12.47 10.16 12 12 12C14.67 12 15.56 10.66 15.85 9.77C14.77 9.32 14 8.25 14 7C14 5.34 15.34 4 17 4S20 5.34 20 7C20 8.34 19.12 9.5 17.91 9.86C17.65 11.29 16.68 14 13 14M7 18C6.45 18 6 18.45 6 19S6.45 20 7 20 8 19.55 8 19 7.55 18 7 18M7 4C6.45 4 6 4.45 6 5S6.45 6 7 6 8 5.55 8 5 7.55 4 7 4M17 6C16.45 6 16 6.45 16 7S16.45 8 17 8 18 7.55 18 7 17.55 6 17 6M18 14C19.1 14 20.1 14.4 20.8 15.2L22 14V18H18L19.8 16.2C19.3 15.8 18.7 15.5 18 15.5C16.6 15.5 15.5 16.6 15.5 18S16.6 20.5 18 20.5C18.8 20.5 19.5 20.1 20 19.5H21.7C21.1 21 19.7 22 18 22C15.8 22 14 20.2 14 18S15.8 14 18 14Z\" /></svg></li><li title=\"source branch remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-source-branch-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 14C9.64 14 8.54 15.35 8.18 16.24C9.25 16.7 10 17.76 10 19C10 20.66 8.66 22 7 22S4 20.66 4 19C4 17.69 4.83 16.58 6 16.17V7.83C4.83 7.42 4 6.31 4 5C4 3.34 5.34 2 7 2S10 3.34 10 5C10 6.31 9.17 7.42 8 7.83V13.12C8.88 12.47 10.16 12 12 12C14.67 12 15.56 10.66 15.85 9.77C14.77 9.32 14 8.25 14 7C14 5.34 15.34 4 17 4S20 5.34 20 7C20 8.34 19.12 9.5 17.91 9.86C17.65 11.29 16.68 14 13 14M7 18C6.45 18 6 18.45 6 19S6.45 20 7 20 8 19.55 8 19 7.55 18 7 18M7 4C6.45 4 6 4.45 6 5S6.45 6 7 6 8 5.55 8 5 7.55 4 7 4M17 6C16.45 6 16 6.45 16 7S16.45 8 17 8 18 7.55 18 7 17.55 6 17 6M20.12 14.46L18 16.59L15.88 14.47L14.47 15.88L16.59 18L14.47 20.12L15.88 21.54L18 19.41L20.12 21.54L21.54 20.12L19.41 18L21.54 15.88L20.12 14.46Z\" /></svg></li><li title=\"source branch sync \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-source-branch-sync\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 14C9.64 14 8.54 15.35 8.18 16.24C9.25 16.7 10 17.76 10 19C10 20.66 8.66 22 7 22S4 20.66 4 19C4 17.69 4.83 16.58 6 16.17V7.83C4.83 7.42 4 6.31 4 5C4 3.34 5.34 2 7 2S10 3.34 10 5C10 6.31 9.17 7.42 8 7.83V13.12C8.88 12.47 10.16 12 12 12C14.67 12 15.56 10.66 15.85 9.77C14.77 9.32 14 8.25 14 7C14 5.34 15.34 4 17 4S20 5.34 20 7C20 8.34 19.12 9.5 17.91 9.86C17.65 11.29 16.68 14 13 14M7 18C6.45 18 6 18.45 6 19S6.45 20 7 20 8 19.55 8 19 7.55 18 7 18M7 4C6.45 4 6 4.45 6 5S6.45 6 7 6 8 5.55 8 5 7.55 4 7 4M17 6C16.45 6 16 6.45 16 7S16.45 8 17 8 18 7.55 18 7 17.55 6 17 6M18 13V14.5C20.21 14.5 22 16.29 22 18.5C22 19.32 21.75 20.08 21.33 20.71L20.24 19.62C20.41 19.28 20.5 18.9 20.5 18.5C20.5 17.12 19.38 16 18 16V17.5L15.75 15.25L15.72 15.22C15.78 15.17 15.85 15.13 18 13M18 24V22.5C15.79 22.5 14 20.71 14 18.5C14 17.68 14.25 16.92 14.67 16.29L15.76 17.38C15.59 17.72 15.5 18.1 15.5 18.5C15.5 19.88 16.62 21 18 21V19.5L20.25 21.75L20.28 21.78C20.22 21.83 20.15 21.87 18 24\" /></svg></li><li title=\"source branch \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-source-branch\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,14C9.64,14 8.54,15.35 8.18,16.24C9.25,16.7 10,17.76 10,19A3,3 0 0,1 7,22A3,3 0 0,1 4,19C4,17.69 4.83,16.58 6,16.17V7.83C4.83,7.42 4,6.31 4,5A3,3 0 0,1 7,2A3,3 0 0,1 10,5C10,6.31 9.17,7.42 8,7.83V13.12C8.88,12.47 10.16,12 12,12C14.67,12 15.56,10.66 15.85,9.77C14.77,9.32 14,8.25 14,7A3,3 0 0,1 17,4A3,3 0 0,1 20,7C20,8.34 19.12,9.5 17.91,9.86C17.65,11.29 16.68,14 13,14M7,18A1,1 0 0,0 6,19A1,1 0 0,0 7,20A1,1 0 0,0 8,19A1,1 0 0,0 7,18M7,4A1,1 0 0,0 6,5A1,1 0 0,0 7,6A1,1 0 0,0 8,5A1,1 0 0,0 7,4M17,6A1,1 0 0,0 16,7A1,1 0 0,0 17,8A1,1 0 0,0 18,7A1,1 0 0,0 17,6Z\" /></svg></li><li title=\"source commit end local \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-source-commit-end-local\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,7A5,5 0 0,1 17,12A5,5 0 0,1 12,17A5,5 0 0,1 7,12A5,5 0 0,1 12,7M12,9A3,3 0 0,0 9,12A3,3 0 0,0 12,15A3,3 0 0,0 15,12A3,3 0 0,0 12,9M11,5V3H13V5H11Z\" /></svg></li><li title=\"source commit end \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-source-commit-end\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,12A5,5 0 0,1 12,17A5,5 0 0,1 7,12C7,9.58 8.72,7.56 11,7.1V3H13V7.1C15.28,7.56 17,9.58 17,12M12,9A3,3 0 0,0 9,12A3,3 0 0,0 12,15A3,3 0 0,0 15,12A3,3 0 0,0 12,9Z\" /></svg></li><li title=\"source commit local \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-source-commit-local\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,7A5,5 0 0,1 17,12A5,5 0 0,1 12,17A5,5 0 0,1 7,12A5,5 0 0,1 12,7M12,9A3,3 0 0,0 9,12A3,3 0 0,0 12,15A3,3 0 0,0 15,12A3,3 0 0,0 12,9M11,5V3H13V5H11M11,21V19H13V21H11Z\" /></svg></li><li title=\"source commit next local \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-source-commit-next-local\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,12A5,5 0 0,1 12,17A5,5 0 0,1 7,12C7,9.58 8.72,7.56 11,7.1V3H13V7.1C15.28,7.56 17,9.58 17,12M12,9A3,3 0 0,0 9,12A3,3 0 0,0 12,15A3,3 0 0,0 15,12A3,3 0 0,0 12,9M11,21V19H13V21H11Z\" /></svg></li><li title=\"source commit start next local \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-source-commit-start-next-local\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,7A5,5 0 0,1 17,12A5,5 0 0,1 12,17A5,5 0 0,1 7,12A5,5 0 0,1 12,7M12,9A3,3 0 0,0 9,12A3,3 0 0,0 12,15A3,3 0 0,0 15,12A3,3 0 0,0 12,9M11,21V19H13V21H11Z\" /></svg></li><li title=\"source commit start \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-source-commit-start\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,7A5,5 0 0,1 17,12C17,14.42 15.28,16.44 13,16.9V21H11V16.9C8.72,16.44 7,14.42 7,12A5,5 0 0,1 12,7M12,9A3,3 0 0,0 9,12A3,3 0 0,0 12,15A3,3 0 0,0 15,12A3,3 0 0,0 12,9Z\" /></svg></li><li title=\"source commit \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-source-commit\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,12C17,14.42 15.28,16.44 13,16.9V21H11V16.9C8.72,16.44 7,14.42 7,12C7,9.58 8.72,7.56 11,7.1V3H13V7.1C15.28,7.56 17,9.58 17,12M12,9A3,3 0 0,0 9,12A3,3 0 0,0 12,15A3,3 0 0,0 15,12A3,3 0 0,0 12,9Z\" /></svg></li><li title=\"source fork \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-source-fork\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,2A3,3 0 0,1 9,5C9,6.28 8.19,7.38 7.06,7.81C7.15,8.27 7.39,8.83 8,9.63C9,10.92 11,12.83 12,14.17C13,12.83 15,10.92 16,9.63C16.61,8.83 16.85,8.27 16.94,7.81C15.81,7.38 15,6.28 15,5A3,3 0 0,1 18,2A3,3 0 0,1 21,5C21,6.32 20.14,7.45 18.95,7.85C18.87,8.37 18.64,9 18,9.83C17,11.17 15,13.08 14,14.38C13.39,15.17 13.15,15.73 13.06,16.19C14.19,16.62 15,17.72 15,19A3,3 0 0,1 12,22A3,3 0 0,1 9,19C9,17.72 9.81,16.62 10.94,16.19C10.85,15.73 10.61,15.17 10,14.38C9,13.08 7,11.17 6,9.83C5.36,9 5.13,8.37 5.05,7.85C3.86,7.45 3,6.32 3,5A3,3 0 0,1 6,2M6,4A1,1 0 0,0 5,5A1,1 0 0,0 6,6A1,1 0 0,0 7,5A1,1 0 0,0 6,4M18,4A1,1 0 0,0 17,5A1,1 0 0,0 18,6A1,1 0 0,0 19,5A1,1 0 0,0 18,4M12,18A1,1 0 0,0 11,19A1,1 0 0,0 12,20A1,1 0 0,0 13,19A1,1 0 0,0 12,18Z\" /></svg></li><li title=\"source merge \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-source-merge\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7,3A3,3 0 0,1 10,6C10,7.29 9.19,8.39 8.04,8.81C8.58,13.81 13.08,14.77 15.19,14.96C15.61,13.81 16.71,13 18,13A3,3 0 0,1 21,16A3,3 0 0,1 18,19C16.69,19 15.57,18.16 15.16,17C10.91,16.8 9.44,15.19 8,13.39V15.17C9.17,15.58 10,16.69 10,18A3,3 0 0,1 7,21A3,3 0 0,1 4,18C4,16.69 4.83,15.58 6,15.17V8.83C4.83,8.42 4,7.31 4,6A3,3 0 0,1 7,3M7,5A1,1 0 0,0 6,6A1,1 0 0,0 7,7A1,1 0 0,0 8,6A1,1 0 0,0 7,5M7,17A1,1 0 0,0 6,18A1,1 0 0,0 7,19A1,1 0 0,0 8,18A1,1 0 0,0 7,17M18,15A1,1 0 0,0 17,16A1,1 0 0,0 18,17A1,1 0 0,0 19,16A1,1 0 0,0 18,15Z\" /></svg></li><li title=\"source pull \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-source-pull\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,3A3,3 0 0,1 9,6C9,7.31 8.17,8.42 7,8.83V15.17C8.17,15.58 9,16.69 9,18A3,3 0 0,1 6,21A3,3 0 0,1 3,18C3,16.69 3.83,15.58 5,15.17V8.83C3.83,8.42 3,7.31 3,6A3,3 0 0,1 6,3M6,5A1,1 0 0,0 5,6A1,1 0 0,0 6,7A1,1 0 0,0 7,6A1,1 0 0,0 6,5M6,17A1,1 0 0,0 5,18A1,1 0 0,0 6,19A1,1 0 0,0 7,18A1,1 0 0,0 6,17M21,18A3,3 0 0,1 18,21A3,3 0 0,1 15,18C15,16.69 15.83,15.58 17,15.17V7H15V10.25L10.75,6L15,1.75V5H17A2,2 0 0,1 19,7V15.17C20.17,15.58 21,16.69 21,18M18,17A1,1 0 0,0 17,18A1,1 0 0,0 18,19A1,1 0 0,0 19,18A1,1 0 0,0 18,17Z\" /></svg></li><li title=\"source repository multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-source-repository-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8,0H20A2,2 0 0,1 22,2V18A2,2 0 0,1 20,20H8A2,2 0 0,1 6,18V2A2,2 0 0,1 8,0M14.75,11.5C17.5,11.5 18.24,9.47 18.43,8.4C19.34,8.11 20,7.26 20,6.25C20,5 19,4 17.75,4C16.5,4 15.5,5 15.5,6.25C15.5,7.19 16.07,8 16.89,8.33C16.67,9 16,10 14,10C12.62,10 11.66,10.35 11,10.84V6.87C11.87,6.56 12.5,5.73 12.5,4.75C12.5,3.5 11.5,2.5 10.25,2.5C9,2.5 8,3.5 8,4.75C8,5.73 8.63,6.56 9.5,6.87V13.13C8.63,13.44 8,14.27 8,15.25C8,16.5 9,17.5 10.25,17.5C11.5,17.5 12.5,16.5 12.5,15.25C12.5,14.32 11.94,13.5 11.13,13.18C11.41,12.5 12.23,11.5 14.75,11.5M10.25,14.5A0.75,0.75 0 0,1 11,15.25A0.75,0.75 0 0,1 10.25,16A0.75,0.75 0 0,1 9.5,15.25A0.75,0.75 0 0,1 10.25,14.5M10.25,4A0.75,0.75 0 0,1 11,4.75A0.75,0.75 0 0,1 10.25,5.5A0.75,0.75 0 0,1 9.5,4.75A0.75,0.75 0 0,1 10.25,4M17.75,5.5A0.75,0.75 0 0,1 18.5,6.25A0.75,0.75 0 0,1 17.75,7A0.75,0.75 0 0,1 17,6.25A0.75,0.75 0 0,1 17.75,5.5M16,22V24H4A2,2 0 0,1 2,22V6H4V22H16Z\" /></svg></li><li title=\"source repository \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-source-repository\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,2H18A2,2 0 0,1 20,4V20A2,2 0 0,1 18,22H6A2,2 0 0,1 4,20V4A2,2 0 0,1 6,2M12.75,13.5C15.5,13.5 16.24,11.47 16.43,10.4C17.34,10.11 18,9.26 18,8.25C18,7 17,6 15.75,6C14.5,6 13.5,7 13.5,8.25C13.5,9.19 14.07,10 14.89,10.33C14.67,11 14,12 12,12C10.62,12 9.66,12.35 9,12.84V8.87C9.87,8.56 10.5,7.73 10.5,6.75C10.5,5.5 9.5,4.5 8.25,4.5C7,4.5 6,5.5 6,6.75C6,7.73 6.63,8.56 7.5,8.87V15.13C6.63,15.44 6,16.27 6,17.25C6,18.5 7,19.5 8.25,19.5C9.5,19.5 10.5,18.5 10.5,17.25C10.5,16.32 9.94,15.5 9.13,15.18C9.41,14.5 10.23,13.5 12.75,13.5M8.25,16.5A0.75,0.75 0 0,1 9,17.25A0.75,0.75 0 0,1 8.25,18A0.75,0.75 0 0,1 7.5,17.25A0.75,0.75 0 0,1 8.25,16.5M8.25,6A0.75,0.75 0 0,1 9,6.75A0.75,0.75 0 0,1 8.25,7.5A0.75,0.75 0 0,1 7.5,6.75A0.75,0.75 0 0,1 8.25,6M15.75,7.5A0.75,0.75 0 0,1 16.5,8.25A0.75,0.75 0 0,1 15.75,9A0.75,0.75 0 0,1 15,8.25A0.75,0.75 0 0,1 15.75,7.5Z\" /></svg></li><li title=\"soy sauce off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-soy-sauce-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.1 21.5L2.4 1.7L1.1 3L8.6 10.5C7.5 12.6 6 15.3 6 17.6V19.6C6 21 8.7 21.9 12 21.9C15.1 21.9 17.7 21.1 18 19.9L20.9 22.8L22.1 21.5M12 15C10.9 15 10 14.1 10 13C10 12.7 10.1 12.4 10.2 12.1L12.9 14.8C12.6 14.9 12.3 15 12 15M8.3 3.5H7.5V2H16.5V3.5H15.7L14.8 6H14.2C14.1 6.3 13.9 6.8 13.9 7.5C13.9 8.4 15.9 11 17.1 13.9L10.1 6.9C10 6.5 9.9 6.2 9.8 6H9.2L8.3 3.5Z\" /></svg></li><li title=\"soy sauce \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-soy-sauce\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.9,7.5C13.9,6.8 14.1,6.3 14.2,6H14.8L15.7,3.5H16.5V2H7.5V3.5H8.3L9.2,6H9.8C10,6.3 10.1,6.8 10.1,7.5C10.1,8.8 6,13.7 6,17.6V19.6C6,21 8.7,21.9 12,21.9C15.3,21.9 18,21 18,19.6V17.6C18,13.7 13.9,8.8 13.9,7.5M12,15A2,2 0 0,1 10,13A2,2 0 0,1 12,11A2,2 0 0,1 14,13A2,2 0 0,1 12,15Z\" /></svg></li><li title=\"spa outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-spa-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.5,9.63C14.21,10.32 13.03,11.2 12,12.26C10.97,11.19 9.79,10.31 8.5,9.63C8.74,6.86 9.92,4.14 12.06,2C14.18,4.12 15.31,6.84 15.5,9.63M12,15.45C14.15,12.17 17.82,10 22,10C22,20 12.68,21.88 12,22C11.32,21.89 2,20 2,10C6.18,10 9.85,12.17 12,15.45M12.05,5.19C11.39,6.23 10.93,7.38 10.68,8.58L12,9.55L13.35,8.57C13.12,7.37 12.68,6.22 12.05,5.19M12,19.97C12,19.97 18,19 19.74,12.25C14,14 12,19.1 12,19.1C12,19.1 9,13 4.26,12.26C6,19 12,19.97 12,19.97Z\" /></svg></li><li title=\"spa \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-spa\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.5,9.63C15.31,6.84 14.18,4.12 12.06,2C9.92,4.14 8.74,6.86 8.5,9.63C9.79,10.31 10.97,11.19 12,12.26C13.03,11.2 14.21,10.32 15.5,9.63M12,15.45C9.85,12.17 6.18,10 2,10C2,20 11.32,21.89 12,22C12.68,21.88 22,20 22,10C17.82,10 14.15,12.17 12,15.45Z\" /></svg></li><li title=\"space invaders \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-space-invaders\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7,6H5V4H7V6M17,6H19V4H17V6M23,12V18H21V14H19V18H17V16H7V18H5V14H3V18H1V12H3V10H5V8H7V6H9V8H15V6H17V8H19V10H21V12H23M15,10V12H17V10H15M7,12H9V10H7V12M11,18H7V20H11V18M17,18H13V20H17V18Z\" /></svg></li><li title=\"space station \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-space-station\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.5 19V21H13.73C13.39 21.6 12.74 22 12 22C11.26 22 10.61 21.6 10.27 21H8.5V19H10.27C10.44 18.7 10.7 18.44 11 18.27V17H10C9.45 17 9 16.55 9 16V13H6V17C6 17.55 5.55 18 5 18H3C2.45 18 2 17.55 2 17V8C2 7.45 2.45 7 3 7H5C5.55 7 6 7.45 6 8V11H9V8C9 7.45 9.45 7 10 7H11V6H10C9.45 6 9 5.55 9 5V4C9 3.45 9.45 3 10 3H14C14.55 3 15 3.45 15 4V5C15 5.55 14.55 6 14 6H13V7H14C14.55 7 15 7.45 15 8V11H18V8C18 7.45 18.45 7 19 7H21C21.55 7 22 7.45 22 8V17C22 17.55 21.55 18 21 18H19C18.45 18 18 17.55 18 17V13H15V16C15 16.55 14.55 17 14 17H13V18.27C13.3 18.44 13.56 18.7 13.73 19H15.5M3 16V17H5V16H3M3 14V15H5V14H3M3 12V13H5V12H3M3 10V11H5V10H3M3 8V9H5V8H3M19 16V17H21V16H19M19 14V15H21V14H19M19 12V13H21V12H19M19 10V11H21V10H19M19 8V9H21V8H19Z\" /></svg></li><li title=\"spade \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-spade\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.71,1.22L12.88,4.05C12.1,4.83 12.1,6.09 12.88,6.87L14.3,8.29L10.06,12.53L7.58,10.06L1.22,16.42L7.58,22.78L13.94,16.42L11.47,13.94L15.71,9.7L17.13,11.12C17.91,11.9 19.17,11.9 19.95,11.12L22.78,8.29L15.71,1.22M15.71,4.05L19.95,8.29L18.54,9.7L14.3,5.46L15.71,4.05Z\" /></svg></li><li title=\"speaker bluetooth \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-speaker-bluetooth\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,3A2,2 0 0,0 2,5V19A2,2 0 0,0 4,21H12A2,2 0 0,0 14,19V5A2,2 0 0,0 12,3H4M8,5A2,2 0 0,1 10,7A2,2 0 0,1 8,9A2,2 0 0,1 6,7A2,2 0 0,1 8,5M19,7V10.79L16.71,8.5L16,9.21L18.79,12L16,14.79L16.71,15.5L19,13.21V17H19.5L22.35,14.14L20.21,12L22.35,9.85L19.5,7H19M20,8.91L20.94,9.85L20,10.79V8.91M8,11A4,4 0 0,1 12,15A4,4 0 0,1 8,19A4,4 0 0,1 4,15A4,4 0 0,1 8,11M8,13A2,2 0 0,0 6,15A2,2 0 0,0 8,17A2,2 0 0,0 10,15A2,2 0 0,0 8,13M20,13.21L20.94,14.14L20,15.08V13.21Z\" /></svg></li><li title=\"speaker multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-speaker-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,10A3,3 0 0,0 11,13A3,3 0 0,0 14,16A3,3 0 0,0 17,13A3,3 0 0,0 14,10M14,18A5,5 0 0,1 9,13A5,5 0 0,1 14,8A5,5 0 0,1 19,13A5,5 0 0,1 14,18M14,2A2,2 0 0,1 16,4A2,2 0 0,1 14,6A2,2 0 0,1 12,4A2,2 0 0,1 14,2M19,0H9A2,2 0 0,0 7,2V18A2,2 0 0,0 9,20H19A2,2 0 0,0 21,18V2A2,2 0 0,0 19,0M5,22H17V24H5A2,2 0 0,1 3,22V4H5\" /></svg></li><li title=\"speaker off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-speaker-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,5.27L3.28,4L21,21.72L19.73,23L18.27,21.54C17.93,21.83 17.5,22 17,22H7C5.89,22 5,21.1 5,20V8.27L2,5.27M12,18A3,3 0 0,1 9,15C9,14.24 9.28,13.54 9.75,13L8.33,11.6C7.5,12.5 7,13.69 7,15A5,5 0 0,0 12,20C13.31,20 14.5,19.5 15.4,18.67L14,17.25C13.45,17.72 12.76,18 12,18M17,15A5,5 0 0,0 12,10H11.82L5.12,3.3C5.41,2.54 6.14,2 7,2H17A2,2 0 0,1 19,4V17.18L17,15.17V15M12,4C10.89,4 10,4.89 10,6A2,2 0 0,0 12,8A2,2 0 0,0 14,6C14,4.89 13.1,4 12,4Z\" /></svg></li><li title=\"speaker wireless \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-speaker-wireless\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.07,19.07L18.66,17.66C20.11,16.22 21,14.21 21,12C21,9.78 20.11,7.78 18.66,6.34L20.07,4.93C21.88,6.74 23,9.24 23,12C23,14.76 21.88,17.26 20.07,19.07M17.24,16.24L15.83,14.83C16.55,14.11 17,13.11 17,12C17,10.89 16.55,9.89 15.83,9.17L17.24,7.76C18.33,8.85 19,10.35 19,12C19,13.65 18.33,15.15 17.24,16.24M4,3H12A2,2 0 0,1 14,5V19A2,2 0 0,1 12,21H4A2,2 0 0,1 2,19V5A2,2 0 0,1 4,3M8,5A2,2 0 0,0 6,7A2,2 0 0,0 8,9A2,2 0 0,0 10,7A2,2 0 0,0 8,5M8,11A4,4 0 0,0 4,15A4,4 0 0,0 8,19A4,4 0 0,0 12,15A4,4 0 0,0 8,11M8,13A2,2 0 0,1 10,15A2,2 0 0,1 8,17A2,2 0 0,1 6,15A2,2 0 0,1 8,13Z\" /></svg></li><li title=\"speaker \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-speaker\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,12A3,3 0 0,0 9,15A3,3 0 0,0 12,18A3,3 0 0,0 15,15A3,3 0 0,0 12,12M12,20A5,5 0 0,1 7,15A5,5 0 0,1 12,10A5,5 0 0,1 17,15A5,5 0 0,1 12,20M12,4A2,2 0 0,1 14,6A2,2 0 0,1 12,8C10.89,8 10,7.1 10,6C10,4.89 10.89,4 12,4M17,2H7C5.89,2 5,2.89 5,4V20A2,2 0 0,0 7,22H17A2,2 0 0,0 19,20V4C19,2.89 18.1,2 17,2Z\" /></svg></li><li title=\"spear \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-spear\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16 9H16.41L3.41 22L2 20.59L15 7.59V9H16M16 4V8H20L22 2L16 4Z\" /></svg></li><li title=\"speedometer medium \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-speedometer-medium\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 1.38L9.14 12.06C8.8 13.1 9.04 14.29 9.86 15.12C11.04 16.29 12.94 16.29 14.11 15.12C14.9 14.33 15.16 13.2 14.89 12.21M14.6 3.35L15.22 5.68C18.04 6.92 20 9.73 20 13C20 15.21 19.11 17.21 17.66 18.65H17.65C17.26 19.04 17.26 19.67 17.65 20.06C18.04 20.45 18.68 20.45 19.07 20.07C20.88 18.26 22 15.76 22 13C22 8.38 18.86 4.5 14.6 3.35M9.4 3.36C5.15 4.5 2 8.4 2 13C2 15.76 3.12 18.26 4.93 20.07C5.32 20.45 5.95 20.45 6.34 20.06C6.73 19.67 6.73 19.04 6.34 18.65C4.89 17.2 4 15.21 4 13C4 9.65 5.94 6.86 8.79 5.65\" /></svg></li><li title=\"speedometer slow \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-speedometer-slow\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 16C13.66 16 15 14.66 15 13C15 11.88 14.39 10.9 13.5 10.39L3.79 4.77L9.32 14.35C9.82 15.33 10.83 16 12 16M12 3C10.19 3 8.5 3.5 7.03 4.32L9.13 5.53C10 5.19 11 5 12 5C16.42 5 20 8.58 20 13C20 15.21 19.11 17.21 17.66 18.65H17.65C17.26 19.04 17.26 19.67 17.65 20.06C18.04 20.45 18.68 20.45 19.07 20.07C20.88 18.26 22 15.76 22 13C22 7.5 17.5 3 12 3M2 13C2 15.76 3.12 18.26 4.93 20.07C5.32 20.45 5.95 20.45 6.34 20.06C6.73 19.67 6.73 19.04 6.34 18.65C4.89 17.2 4 15.21 4 13C4 12 4.19 11 4.54 10.1L3.33 8C2.5 9.5 2 11.18 2 13Z\" /></svg></li><li title=\"speedometer \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-speedometer\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,16A3,3 0 0,1 9,13C9,11.88 9.61,10.9 10.5,10.39L20.21,4.77L14.68,14.35C14.18,15.33 13.17,16 12,16M12,3C13.81,3 15.5,3.5 16.97,4.32L14.87,5.53C14,5.19 13,5 12,5A8,8 0 0,0 4,13C4,15.21 4.89,17.21 6.34,18.65H6.35C6.74,19.04 6.74,19.67 6.35,20.06C5.96,20.45 5.32,20.45 4.93,20.07V20.07C3.12,18.26 2,15.76 2,13A10,10 0 0,1 12,3M22,13C22,15.76 20.88,18.26 19.07,20.07V20.07C18.68,20.45 18.05,20.45 17.66,20.06C17.27,19.67 17.27,19.04 17.66,18.65V18.65C19.11,17.2 20,15.21 20,13C20,12 19.81,11 19.46,10.1L20.67,8C21.5,9.5 22,11.18 22,13Z\" /></svg></li><li title=\"spellcheck \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-spellcheck\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.59,11.59L13.5,19.68L9.83,16L8.42,17.41L13.5,22.5L23,13M6.43,11L8.5,5.5L10.57,11M12.45,16H14.54L9.43,3H7.57L2.46,16H4.55L5.67,13H11.31L12.45,16Z\" /></svg></li><li title=\"sphere off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sphere-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2.39 1.73L1.11 3L4.06 5.95C2.77 7.63 2 9.72 2 12C2 17.5 6.5 22 12 22C14.28 22 16.37 21.23 18.05 19.94L20.84 22.73L22.11 21.46L2.39 1.73M5.5 7.39L6.58 8.47C5.87 8.62 5.18 8.8 4.57 9.05C4.81 8.45 5.13 7.9 5.5 7.39M4 12C4 11.23 5.76 10.56 8.33 10.22L12.11 14L12 14C7.58 14 4 13.11 4 12M12 20C8.63 20 5.75 17.91 4.57 14.95C6.07 15.57 8.39 16 12 16C12.63 16 13.33 16 14.05 15.94L16.63 18.5C15.32 19.45 13.73 20 12 20M8.19 5L6.72 3.5C8.25 2.56 10.06 2 12 2C17.5 2 22 6.5 22 12C22 13.94 21.44 15.75 20.5 17.28L19 15.81C19.17 15.54 19.31 15.25 19.43 14.96C19.13 15.08 18.81 15.18 18.47 15.27L16.8 13.6C18.74 13.23 20 12.65 20 12C20 11 17.06 10.17 13.23 10.03L11.21 8C11.5 8 11.75 8 12 8C15.61 8 17.93 8.43 19.43 9.05C18.25 6.09 15.37 4 12 4C10.61 4 9.32 4.36 8.19 5Z\" /></svg></li><li title=\"sphere \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sphere\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2M12 14C7.58 14 4 13.11 4 12C4 10.9 7.58 10 12 10S20 10.9 20 12C20 13.11 16.42 14 12 14M12 4C15.37 4 18.25 6.09 19.43 9.05C17.93 8.43 15.61 8 12 8C9.8 8 6.73 8.19 4.57 9.05C5.75 6.09 8.63 4 12 4M12 20C8.63 20 5.75 17.91 4.57 14.95C6.07 15.57 8.39 16 12 16C14.2 16 17.27 15.81 19.43 14.95C18.25 17.91 15.37 20 12 20Z\" /></svg></li><li title=\"spider thread \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-spider-thread\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 2V7.08A5.47 5.47 0 0 0 12 7A5.47 5.47 0 0 0 11 7.08V2M16.9 15A5 5 0 0 1 16.73 15.55L20 17.42V22H18V18.58L15.74 17.29A4.94 4.94 0 0 1 8.26 17.29L6 18.58V22H4V17.42L7.27 15.55A5 5 0 0 1 7.1 15H5.3L2.55 16.83L1.45 15.17L4.7 13H7.1A5 5 0 0 1 7.37 12.12L5.81 11.12L2.24 12L1.76 10L6.19 8.92L8.5 10.45A5 5 0 0 1 15.5 10.45L17.77 8.92L22.24 10L21.76 12L18.19 11.11L16.63 12.11A5 5 0 0 1 16.9 13H19.3L22.55 15.16L21.45 16.82L18.7 15M11 14A1 1 0 1 0 10 15A1 1 0 0 0 11 14M15 14A1 1 0 1 0 14 15A1 1 0 0 0 15 14Z\" /></svg></li><li title=\"spider web \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-spider-web\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.62,13.28L15.26,15.54C15.29,15 15.38,14.47 15.56,13.93C15.74,13.37 16,12.86 16.3,12.41L13.62,13.28M17.77,19C17.75,17.68 17.95,16.27 18.41,14.85C18.88,13.42 19.56,12.14 20.36,11.09L18.32,11.75C17.54,12.26 16.87,13.14 16.5,14.23C16.17,15.29 16.18,16.36 16.5,17.22L17.77,19M19.25,21C18.75,21.46 18.21,21.86 17.63,22.2L17.31,21.76C15.9,21 14.04,20.5 12,20.5C9.96,20.5 8.1,21 6.69,21.76L6.37,22.2C5.79,21.86 5.25,21.46 4.75,21L5,20.69C5.33,19.08 5.22,17.12 4.58,15.14C3.94,13.19 2.9,11.56 1.71,10.46L1.27,10.32C1.42,9.66 1.63,9 1.89,8.41L2.29,8.54C3.92,8.37 5.74,7.65 7.43,6.43C9.09,5.22 10.32,3.73 11,2.26V1.79L12,1.75L13,1.79V2.21C13.67,3.71 14.91,5.23 16.6,6.45C18.26,7.66 20.06,8.37 21.67,8.56L22.11,8.41C22.37,9 22.58,9.66 22.73,10.32L22.23,10.5C21.04,11.58 20,13.21 19.37,15.16C18.74,17.09 18.62,19 18.92,20.57L19.25,21M11,11.37V8.5C10.66,8.92 10.26,9.32 9.78,9.67C9.29,10 8.77,10.29 8.25,10.5L11,11.37M11,4.22C10.25,5.31 9.24,6.35 8,7.24C6.78,8.14 5.46,8.78 4.18,9.16L6.15,9.8C7.11,9.88 8.22,9.56 9.19,8.86C10.13,8.18 10.76,7.27 11,6.36V4.22M13,11.37L15.74,10.5C15.23,10.3 14.72,10.03 14.25,9.69C13.76,9.33 13.34,8.92 13,8.5V11.37M19.8,9.16C18.53,8.78 17.23,8.15 16,7.26C14.77,6.36 13.76,5.31 13,4.2V6.27C13.22,7.21 13.86,8.17 14.84,8.88C15.77,9.56 16.83,9.87 17.77,9.82L19.8,9.16M10.38,13.28L7.64,12.39C7.95,12.84 8.2,13.35 8.38,13.91C8.57,14.5 8.66,15.06 8.68,15.62L10.38,13.28M3.58,11.07C4.38,12.12 5.06,13.4 5.53,14.83C6,16.29 6.2,17.74 6.17,19.08L7.38,17.41C7.76,16.5 7.8,15.36 7.43,14.22C7.07,13.12 6.4,12.24 5.61,11.73L3.58,11.07M12,14.45L10.35,16.72C10.87,16.58 11.42,16.5 12,16.5C12.58,16.5 13.13,16.58 13.65,16.72L12,14.45M7.84,20.18C9.08,19.75 10.5,19.5 12,19.5C13.5,19.5 14.92,19.75 16.16,20.18L14.88,18.42C14.16,17.85 13.13,17.5 12,17.5C10.87,17.5 9.84,17.85 9.12,18.42L7.84,20.18Z\" /></svg></li><li title=\"spider \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-spider\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.29 16.71L22.71 15.29L19.5 12.11L16.5 11.26L18.41 11L22.6 7.8L21.4 6.2L17.59 9.05L14.91 9.5L18.11 6.31L17 1.76L15 2.24L15.86 5.69L14.76 6.83A3 3 0 0 0 9.24 6.83L8.11 5.69L9 2.24L7 1.76L5.89 6.31L9.09 9.5L6.4 9.05L2.6 6.2L1.4 7.8L5.6 11L7.46 11.31L4.46 12.16L1.29 15.29L2.71 16.71L5.5 13.89L7.87 13.22L4 16.54V22H6V17.46L7.56 16.12A4.5 4.5 0 0 0 16.44 16.12L18 17.46V22H20V16.54L16.13 13.22L18.5 13.89Z\" /></svg></li><li title=\"spirit level \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-spirit-level\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 8H2V16H22V8M18 14V10H20V14H18M11 12H13C14.1 12 15 11.11 15 10H17V14H7V10H9C9 11.11 9.9 12 11 12M4 14V10H6V14H4Z\" /></svg></li><li title=\"spoon sugar \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-spoon-sugar\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6 13H3V10H6V13M10 10H7V13H10V10M8 6H5V9H8V6M18 12C14.25 12 12.28 13.25 11 14H2C2 16.21 3.79 18 6 18H7C8 18 8.92 17.63 9.62 17C11.06 15.78 12.68 14.74 14.55 14.36C15.61 14.15 16.78 14 18 14H22V12H18Z\" /></svg></li><li title=\"spotify \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-spotify\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17.9,10.9C14.7,9 9.35,8.8 6.3,9.75C5.8,9.9 5.3,9.6 5.15,9.15C5,8.65 5.3,8.15 5.75,8C9.3,6.95 15.15,7.15 18.85,9.35C19.3,9.6 19.45,10.2 19.2,10.65C18.95,11 18.35,11.15 17.9,10.9M17.8,13.7C17.55,14.05 17.1,14.2 16.75,13.95C14.05,12.3 9.95,11.8 6.8,12.8C6.4,12.9 5.95,12.7 5.85,12.3C5.75,11.9 5.95,11.45 6.35,11.35C10,10.25 14.5,10.8 17.6,12.7C17.9,12.85 18.05,13.35 17.8,13.7M16.6,16.45C16.4,16.75 16.05,16.85 15.75,16.65C13.4,15.2 10.45,14.9 6.95,15.7C6.6,15.8 6.3,15.55 6.2,15.25C6.1,14.9 6.35,14.6 6.65,14.5C10.45,13.65 13.75,14 16.35,15.6C16.7,15.75 16.75,16.15 16.6,16.45M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z\" /></svg></li><li title=\"spotlight beam \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-spotlight-beam\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,16.5L9.91,15.59L15.13,20.8L14.21,21.71L9,16.5M15.5,10L16.41,9.09L21.63,14.3L20.71,15.21L15.5,10M6.72,2.72L10.15,6.15L6.15,10.15L2.72,6.72C1.94,5.94 1.94,4.67 2.72,3.89L3.89,2.72C4.67,1.94 5.94,1.94 6.72,2.72M14.57,7.5L15.28,8.21L8.21,15.28L7.5,14.57L6.64,11.07L11.07,6.64L14.57,7.5Z\" /></svg></li><li title=\"spotlight \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-spotlight\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,6L7.09,8.55C6.4,9.5 6,10.71 6,12C6,13.29 6.4,14.5 7.09,15.45L2,18V6M6,3H18L15.45,7.09C14.5,6.4 13.29,6 12,6C10.71,6 9.5,6.4 8.55,7.09L6,3M22,6V18L16.91,15.45C17.6,14.5 18,13.29 18,12C18,10.71 17.6,9.5 16.91,8.55L22,6M18,21H6L8.55,16.91C9.5,17.6 10.71,18 12,18C13.29,18 14.5,17.6 15.45,16.91L18,21M12,8A4,4 0 0,1 16,12A4,4 0 0,1 12,16A4,4 0 0,1 8,12A4,4 0 0,1 12,8M12,10A2,2 0 0,0 10,12A2,2 0 0,0 12,14A2,2 0 0,0 14,12A2,2 0 0,0 12,10Z\" /></svg></li><li title=\"spray bottle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-spray-bottle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,7H15C15.66,7.64 16,8.31 16,9V22H8V15C8,14.72 8.11,14.39 8.3,14L12,7M16,4L15,6H12V5L10,7H9L10,5V4H9V2H14.5A1.5,1.5 0 0,1 16,3.5V4Z\" /></svg></li><li title=\"spray \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-spray\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,4H12V6H10V4M7,3H9V5H7V3M7,6H9V8H7V6M6,8V10H4V8H6M6,5V7H4V5H6M6,2V4H4V2H6M13,22A2,2 0 0,1 11,20V10A2,2 0 0,1 13,8V7H14V4H17V7H18V8A2,2 0 0,1 20,10V20A2,2 0 0,1 18,22H13M13,10V20H18V10H13Z\" /></svg></li><li title=\"sprinkler fire \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sprinkler-fire\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5 21V23H7V21H5M11 21H9V23H11V21M7 18V20H9V18H7M11 15V17H9V15H11M15 21H13V23H15V21M11 18V20H13V18H11M15 15V17H13V15H15M19 21H17V23H19V21M15 18V20H17V18H15M16 11V13H8V11H11V5H13V11H16M21 1V3H18V6L14 10V7.2L16 5.2V3H8V5.2L10 7.2V10L6 6V3H3V1H21Z\" /></svg></li><li title=\"sprinkler variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sprinkler-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10 10H14V22H10V10M7 9H9V7H7V9M4 8H6V6H4V8M4 11H6V9H4V11M1 13H3V11H1V13M1 7H3V5H1V7M1 10H3V8H1V10M18 11H20V9H18V11M21 10H23V8H21V10M21 5V7H23V5H21M21 13H23V11H21V13M15 9H17V7H15V9M18 8H20V6H18V8M10 7H10.33L11 9H13L13.67 7H14V6H10V7Z\" /></svg></li><li title=\"sprinkler \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sprinkler\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11 7H13V9H11V7M5 22H9V10H5V22M14 11H16V9H14V11M17 10H19V8H17V10M17 5V7H19V5H17M14 8H16V6H14V8M17 13H19V11H17V13M5 7H5.33L6 9H8L8.67 7H9V6H5V7Z\" /></svg></li><li title=\"sprout outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sprout-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23,4.1V2.3L21.2,2.1C21.1,2.1 20.5,2 19.5,2C15.4,2 12.4,3.2 10.7,5.3C9.4,4.5 7.6,4 5.5,4C4.5,4 3.8,4.1 3.8,4.1L1.9,4.4L2,6.1C2.1,9.1 3.6,14.8 8.8,14.8C8.9,14.8 8.9,14.8 9,14.8V18.2C5.2,18.7 2,20 2,20V22H22V20C22,20 18.8,18.7 15,18.2V15C21.3,14.9 23,7.8 23,4.1M12,18C11.7,18 11.3,18 11,18V12.4C11,12.4 10.8,9 8,9C8,9 9.5,9.8 9.9,12.7C9.5,12.8 9.1,12.8 8.8,12.8C4.2,12.8 4,6.1 4,6.1C4,6.1 4.6,6 5.5,6C7.4,6 10.5,6.4 11.4,9.1C11.9,4.6 17,4 19.5,4C20.4,4 21,4.1 21,4.1C21,4.1 21,13.1 14.7,13.1C14.5,13.1 14.2,13.1 14,13.1C14,11.1 16,8.1 16,8.1C13,9.1 13,13 13,13V18C12.7,18 12.3,18 12,18Z\" /></svg></li><li title=\"sprout \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sprout\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,22V20C2,20 7,18 12,18C17,18 22,20 22,20V22H2M11.3,9.1C10.1,5.2 4,6.1 4,6.1C4,6.1 4.2,13.9 9.9,12.7C9.5,9.8 8,9 8,9C10.8,9 11,12.4 11,12.4V17C11.3,17 11.7,17 12,17C12.3,17 12.7,17 13,17V12.8C13,12.8 13,8.9 16,7.9C16,7.9 14,10.9 14,12.9C21,13.6 21,4 21,4C21,4 12.1,3 11.3,9.1Z\" /></svg></li><li title=\"square circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-square-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 4V20H4V4H20M22 2H2V22H22V2M12 6C8.69 6 6 8.69 6 12S8.69 18 12 18 18 15.31 18 12 15.31 6 12 6Z\" /></svg></li><li title=\"square edit outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-square-edit-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,3C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V12H19V19H5V5H12V3H5M17.78,4C17.61,4 17.43,4.07 17.3,4.2L16.08,5.41L18.58,7.91L19.8,6.7C20.06,6.44 20.06,6 19.8,5.75L18.25,4.2C18.12,4.07 17.95,4 17.78,4M15.37,6.12L8,13.5V16H10.5L17.87,8.62L15.37,6.12Z\" /></svg></li><li title=\"square medium outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-square-medium-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,10V14H10V10H14M16,8H8V16H16V8Z\" /></svg></li><li title=\"square medium \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-square-medium\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,8H8V16H16V8Z\" /></svg></li><li title=\"square off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-square-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.11 21.46L2.39 1.73L1.11 3L3 4.89V21H19.11L20.84 22.73L22.11 21.46M5 19V6.89L17.11 19H5M8.2 5L6.2 3H21V17.8L19 15.8V5H8.2Z\" /></svg></li><li title=\"square off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-square-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.84 22.73L19.11 21H3V4.89L1.11 3L2.39 1.73L22.11 21.46L20.84 22.73M21 3H6.2L21 17.8V3Z\" /></svg></li><li title=\"square opacity \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-square-opacity\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 13V11H21V13H19M21 9V7H19V9H21M21 3H19V5H21V3M17 15H19V13H17V15M21 17V15H19V17H21M13 17V15H15V13H13V11H15V9H13V7H15V5H13V3H3V21H13V19H15V17H13M15 21H17V19H15V21M17 3H15V5H17V3M17 11H19V9H17V11M15 17H17V15H15V17M17 19H19V17H17V19M21 21V19H19V21H21M15 9H17V7H15V9M15 13H17V11H15V13M17 5V7H19V5H17Z\" /></svg></li><li title=\"square outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-square-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,3H21V21H3V3M5,5V19H19V5H5Z\" /></svg></li><li title=\"square root box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-square-root-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,3C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3H5M11.24,6H19V8H12.76L10,18H8L6.25,12H5V10H7.75L9,14.28L11.24,6V6M14,10.59L15.79,12.38L17.59,10.59L19,12L17.21,13.79L19,15.59L17.59,17L15.79,15.21L14,17L12.59,15.59L14.38,13.79L12.59,12L14,10.59Z\" /></svg></li><li title=\"square root \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-square-root\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.76,16.83L14.59,14L11.76,11.17L13.17,9.76L16,12.59L18.83,9.76L20.24,11.17L17.41,14L20.24,16.83L18.83,18.24L16,15.41L13.17,18.24L11.76,16.83M2,11H5V11H5L7.29,16.4L10,6H22V8H11.55L8.68,19H6.22L3.68,13H2V11Z\" /></svg></li><li title=\"square rounded badge outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-square-rounded-badge-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.5 8C21.43 8 23 6.43 23 4.5C23 2.57 21.43 1 19.5 1C17.57 1 16 2.57 16 4.5C16 6.43 17.57 8 19.5 8M21 16V9.79C20.5 9.93 20 10 19.5 10C19.33 10 19.17 10 19 10V16C19 17.66 17.66 19 16 19H8C6.34 19 5 17.66 5 16V8C5 6.34 6.34 5 8 5H14C14 4.84 14 4.67 14 4.5C14 4 14.07 3.5 14.21 3H8C5.24 3 3 5.24 3 8V16C3 18.76 5.24 21 8 21H16C18.76 21 21 18.76 21 16Z\" /></svg></li><li title=\"square rounded badge \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-square-rounded-badge\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.5 8C21.43 8 23 6.43 23 4.5C23 2.57 21.43 1 19.5 1C17.57 1 16 2.57 16 4.5C16 6.43 17.57 8 19.5 8M19.5 10C20 10 20.5 9.93 21 9.79V16C21 18.76 18.76 21 16 21H8C5.24 21 3 18.76 3 16V8C3 5.24 5.24 3 8 3H14.21C14.07 3.5 14 4 14 4.5C14 7.54 16.46 10 19.5 10Z\" /></svg></li><li title=\"square rounded outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-square-rounded-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8 3H16C18.76 3 21 5.24 21 8V16C21 18.76 18.76 21 16 21H8C5.24 21 3 18.76 3 16V8C3 5.24 5.24 3 8 3M8 5C6.34 5 5 6.34 5 8V16C5 17.66 6.34 19 8 19H16C17.66 19 19 17.66 19 16V8C19 6.34 17.66 5 16 5H8Z\" /></svg></li><li title=\"square rounded \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-square-rounded\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8 3H16C18.76 3 21 5.24 21 8V16C21 18.76 18.76 21 16 21H8C5.24 21 3 18.76 3 16V8C3 5.24 5.24 3 8 3Z\" /></svg></li><li title=\"square small \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-square-small\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,14V10H14V14H10Z\" /></svg></li><li title=\"square wave \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-square-wave\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2 2V12H4V4H11V22H22V12H20V20H13V2H2Z\" /></svg></li><li title=\"square \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-square\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,3V21H21V3\" /></svg></li><li title=\"squeegee \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-squeegee\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,2V5H2V2H22M2,8H7L9,10H10V20A2,2 0 0,0 12,22A2,2 0 0,0 14,20V10H15L17,8H22V6H2V8Z\" /></svg></li><li title=\"ssh \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ssh\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4.5,9C3.9,9 3.5,9.5 3.5,10V11.75C3.5,12.25 3.9,12.75 4.5,12.75H7V13.5H3.5V15H7.5C8.1,15 8.5,14.5 8.5,14V12.25C8.5,11.75 8.1,11.25 7.5,11.25H5V10.5H8.5V9H4.5M10.5,9C9.9,9 9.5,9.5 9.5,10V11.75C9.5,12.25 9.9,12.75 10.5,12.75H13V13.5H9.5V15H13.5C14.1,15 14.5,14.5 14.5,14V12.25C14.5,11.75 14.1,11.25 13.5,11.25H11V10.5H14.5V9H10.5M15.5,9V15H17V12.5H19V15H20.5V9H19V11H17V9H15.5Z\" /></svg></li><li title=\"stack exchange \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-stack-exchange\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3.9 10.72H20V14.03H3.9V10.72M3.9 6.44H20V9.75H3.9V6.44M17.5 2H6.5C5.06 2 3.9 3.18 3.9 4.65V5.5H20V4.65C20 3.18 18.88 2 17.5 2M3.9 15V15.84C3.9 17.31 5.06 18.5 6.5 18.5H13.37V22L16.77 18.5H17.5C18.94 18.5 20.11 17.31 20.11 15.84V15H3.9Z\" /></svg></li><li title=\"stack overflow \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-stack-overflow\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17.36,20.2V14.82H19.15V22H3V14.82H4.8V20.2H17.36M6.77,14.32L7.14,12.56L15.93,14.41L15.56,16.17L6.77,14.32M7.93,10.11L8.69,8.5L16.83,12.28L16.07,13.9L7.93,10.11M10.19,6.12L11.34,4.74L18.24,10.5L17.09,11.87L10.19,6.12M14.64,1.87L20,9.08L18.56,10.15L13.2,2.94L14.64,1.87M6.59,18.41V16.61H15.57V18.41H6.59Z\" /></svg></li><li title=\"stackpath \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-stackpath\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4.91 8C4.04 8 3.32 8.2 2.76 8.61C2.19 9 1.91 9.53 1.91 10.19C1.91 10.85 2.15 11.37 2.62 11.72C3.1 12.07 3.82 12.41 4.8 12.72C5.27 12.88 5.6 13.04 5.78 13.19C5.96 13.34 6.05 13.55 6.05 13.83C6.05 14.07 5.96 14.26 5.78 14.41C5.6 14.56 5.32 14.63 4.94 14.63C4.45 14.63 4.09 14.54 3.85 14.35C3.6 14.16 3.5 13.84 3.5 13.39H1.72L1.71 13.42C1.7 14.25 2 14.89 2.66 15.33C3.3 15.78 4.06 16 4.94 16C5.82 16 6.5 15.8 7.06 15.42C7.59 15.03 7.86 14.5 7.86 13.81C7.86 13.14 7.63 12.61 7.19 12.23C6.74 11.84 6.08 11.5 5.2 11.26C4.62 11.05 4.23 10.88 4 10.74C3.81 10.6 3.71 10.42 3.71 10.2C3.71 9.96 3.81 9.76 4 9.6C4.22 9.44 4.5 9.36 4.87 9.36C5.24 9.36 5.53 9.46 5.74 9.65C5.96 9.84 6.07 10.12 6.06 10.41H7.8L7.82 10.37C7.84 9.68 7.57 9.11 7 8.66C6.47 8.22 5.77 8 4.91 8M9 8.05V15.93H10.84V13.23H11.96C12.89 13.23 13.63 13 14.18 12.5C14.73 12.05 15 11.42 15 10.64C15 9.87 14.73 9.25 14.18 8.77C13.63 8.29 12.89 8.05 11.96 8.05H9M17.24 8.05L14.5 15.93H16.22L19 8.05M20.5 8.05L17.79 15.93H19.5L22.29 8.05M10.84 9.46H11.96C12.35 9.46 12.66 9.57 12.86 9.8C13.07 10 13.17 10.31 13.17 10.65C13.17 11 13.07 11.28 12.86 11.5C12.66 11.71 12.35 11.82 11.96 11.82H10.84\" /></svg></li><li title=\"stadium variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-stadium-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,3H7L10,5L7,7V8.33C8.47,8.12 10.18,8 12,8C13.82,8 15.53,8.12 17,8.33V3H19L22,5L19,7V8.71C20.85,9.17 22,9.8 22,10.5C22,11.88 17.5,13 12,13C6.5,13 2,11.88 2,10.5C2,9.8 3.15,9.17 5,8.71V3M12,9.5C8.69,9.5 7,9.67 7,10.5C7,11.33 8.69,11.5 12,11.5C15.31,11.5 17,11.33 17,10.5C17,9.67 15.31,9.5 12,9.5M12,14.75C15.81,14.75 19.2,14.08 21.4,13.05L20,21H15V19A2,2 0 0,0 13,17H11A2,2 0 0,0 9,19V21H4L2.6,13.05C4.8,14.08 8.19,14.75 12,14.75Z\" /></svg></li><li title=\"stadium \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-stadium\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 13.5V17.5C22 19.2 17.5 20.5 12 20.5C10.6 20.5 9.2 20.4 8 20.2V17.5L4 16.5V19.3C2.7 18.8 2 18.2 2 17.5V11.5C2 10.5 4 9.5 6 9.5C12 9.5 14 15 19 15C21 15 22 13.5 22 13.5M5 8L9 9V6L5 5V8M18 6.5L22 7.5V4.5L18 3.5V6.5M22.3 10.8C22.3 9.8 21.5 8 18.7 8S13.4 10.7 13.3 10.9C15.1 12.2 16.5 13.5 19 13.5C22.3 13.5 22.3 10.8 22.3 10.8Z\" /></svg></li><li title=\"stairs box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-stairs-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5 3C3.89 3 3 3.89 3 5V19C3 20.11 3.89 21 5 21H19C20.11 21 21 20.11 21 19V5C21 3.89 20.11 3 19 3H5M14 7H19V9H16V12H13V15H10V18H5V16H8V13H11V10H14V7Z\" /></svg></li><li title=\"stairs down \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-stairs-down\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15 6H22V9H18V13H14V17H10V21H3V18H7V14H11V10H15V6M4.83 8.34L10.34 2.83L12.17 4.66L6.66 10.17L8.5 12H3V6.5L4.83 8.34Z\" /></svg></li><li title=\"stairs up \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-stairs-up\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15 6H22V9H18V13H14V17H10V21H3V18H7V14H11V10H15V6M10.17 6.66L4.66 12.17L2.83 10.34L8.34 4.83L6.5 3H12V8.5L10.17 6.66Z\" /></svg></li><li title=\"stairs \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-stairs\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,5V9H11V13H7V17H3V20H10V16H14V12H18V8H22V5H15Z\" /></svg></li><li title=\"stamper \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-stamper\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,3A3,3 0 0,0 9,6C9,9 14,13 6,13A2,2 0 0,0 4,15V17H20V15A2,2 0 0,0 18,13C10,13 15,9 15,6C15,4 13.66,3 12,3M6,19V21H18V19H6Z\" /></svg></li><li title=\"standard definition \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-standard-definition\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,7H16A3,3 0 0,1 19,10V14A3,3 0 0,1 16,17H13V7M16,15A1,1 0 0,0 17,14V10A1,1 0 0,0 16,9H15V15H16M7,7H11V9H7V11H9A2,2 0 0,1 11,13V15A2,2 0 0,1 9,17H5V15H9V13H7A2,2 0 0,1 5,11V9A2,2 0 0,1 7,7Z\" /></svg></li><li title=\"star box multiple outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-star-box-multiple-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 6V20H18V22H3C2.4 22 2 21.6 2 21V6H4M12.1 10.6L10.2 8.8L12.8 8.4L14 6L15.2 8.4L17.8 8.8L15.9 10.7L16.3 13.3L14 12L11.6 13.2L12.1 10.6M8 2H20C21.11 2 22 2.9 22 4V16C22 17.11 21.11 18 20 18H8C6.9 18 6 17.11 6 16V4C6 2.9 6.9 2 8 2M8 4V16H20V4H8Z\" /></svg></li><li title=\"star box multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-star-box-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 6V20H18V22H3C2.4 22 2 21.6 2 21V6H4M8 2H20C21.11 2 22 2.9 22 4V16C22 17.11 21.11 18 20 18H8C6.9 18 6 17.11 6 16V4C6 2.9 6.9 2 8 2M16.3 13.3L15.9 10.7L17.8 8.8L15.2 8.4L14 6L12.8 8.4L10.2 8.8L12.1 10.6L11.6 13.2L14 12L16.3 13.3Z\" /></svg></li><li title=\"star box outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-star-box-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.58,17L12,14.84L8.42,17L9.37,12.93L6.21,10.2L10.38,9.84L12,6L13.62,9.83L17.79,10.19L14.63,12.92L15.58,17M19,3A2,2 0 0,1 21,5V19C21,20.11 20.1,21 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3H19M5,5V19H19V5H5Z\" /></svg></li><li title=\"star box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-star-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,3A2,2 0 0,1 21,5V19C21,20.11 20.1,21 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3H19M15.58,17L14.63,12.92L17.79,10.19L13.62,9.83L12,6L10.38,9.84L6.21,10.2L9.37,12.93L8.42,17L12,14.84L15.58,17Z\" /></svg></li><li title=\"star check outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-star-check-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5.8 21L7.4 14L2 9.2L9.2 8.6L12 2L14.8 8.6L22 9.2L18.8 12H18C17.3 12 16.6 12.1 15.9 12.4L18.1 10.5L13.7 10.1L12 6.1L10.3 10.1L5.9 10.5L9.2 13.4L8.2 17.7L12 15.4L12.5 15.7C12.3 16.2 12.1 16.8 12.1 17.3L5.8 21M17.8 21.2L15 18.2L16.2 17L17.8 18.6L21.4 15L22.6 16.4L17.8 21.2\" /></svg></li><li title=\"star check \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-star-check\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5.8 21L7.4 14L2 9.2L9.2 8.6L12 2L14.8 8.6L22 9.2L18.8 12H18C14.9 12 12.4 14.3 12 17.3L5.8 21M17.8 21.2L22.6 16.4L21.3 15L17.7 18.6L16.2 17L15 18.2L17.8 21.2\" /></svg></li><li title=\"star circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-star-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8.58,17.25L9.5,13.36L6.5,10.78L10.45,10.41L12,6.8L13.55,10.45L17.5,10.78L14.5,13.36L15.42,17.25L12,15.19L8.58,17.25M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z\" /></svg></li><li title=\"star circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-star-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.23,18L12,15.45L7.77,18L8.89,13.19L5.16,9.96L10.08,9.54L12,5L13.92,9.53L18.84,9.95L15.11,13.18L16.23,18M12,2C6.47,2 2,6.5 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z\" /></svg></li><li title=\"star cog outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-star-cog-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10.29 10.13L5.91 10.5L9.23 13.38L8.24 17.66L12 15.39L12.76 15.85C12.5 16.33 12.32 16.85 12.19 17.39L12 17.27L5.82 21L7.45 13.97L2 9.24L9.19 8.63L12 2L14.81 8.63L22 9.24L18.8 12C17.29 12.05 15.91 12.57 14.78 13.43L14.77 13.38L18.09 10.5L13.71 10.13L12 6.09L10.29 10.13M23.83 20.64L22.83 22.37C22.76 22.5 22.63 22.5 22.5 22.5L21.27 22C21 22.18 20.73 22.34 20.43 22.47L20.24 23.79C20.22 23.91 20.11 24 20 24H18C17.86 24 17.76 23.91 17.74 23.79L17.55 22.47C17.24 22.35 16.96 22.18 16.7 22L15.46 22.5C15.34 22.5 15.21 22.5 15.15 22.37L14.15 20.64C14.09 20.53 14.12 20.4 14.21 20.32L15.27 19.5C15.25 19.33 15.24 19.17 15.24 19S15.25 18.67 15.27 18.5L14.21 17.68C14.11 17.6 14.09 17.47 14.15 17.36L15.15 15.63C15.22 15.5 15.35 15.5 15.46 15.5L16.7 16C16.96 15.82 17.25 15.66 17.55 15.53L17.74 14.21C17.76 14.09 17.87 14 18 14H20C20.11 14 20.22 14.09 20.23 14.21L20.42 15.53C20.73 15.65 21 15.82 21.27 16L22.5 15.5C22.63 15.5 22.76 15.5 22.82 15.63L23.82 17.36C23.88 17.47 23.85 17.6 23.76 17.68L22.7 18.5C22.73 18.67 22.74 18.83 22.74 19S22.72 19.33 22.7 19.5L23.77 20.32C23.86 20.4 23.89 20.53 23.83 20.64M20.5 19C20.5 18.17 19.83 17.5 19 17.5S17.5 18.17 17.5 19 18.16 20.5 19 20.5C19.83 20.5 20.5 19.83 20.5 19Z\" /></svg></li><li title=\"star cog \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-star-cog\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.8 12C15.59 12.1 12.91 14.37 12.19 17.39L12 17.27L5.82 21L7.45 13.97L2 9.24L9.19 8.62L12 2L14.81 8.62L22 9.24L18.8 12M23.83 20.64L22.83 22.37C22.76 22.5 22.63 22.5 22.5 22.5L21.27 22C21 22.18 20.73 22.34 20.43 22.47L20.24 23.79C20.22 23.91 20.11 24 20 24H18C17.86 24 17.76 23.91 17.74 23.79L17.55 22.47C17.24 22.35 16.96 22.18 16.7 22L15.46 22.5C15.34 22.5 15.21 22.5 15.15 22.37L14.15 20.64C14.09 20.53 14.12 20.4 14.21 20.32L15.27 19.5C15.25 19.33 15.24 19.17 15.24 19S15.25 18.67 15.27 18.5L14.21 17.68C14.11 17.6 14.09 17.47 14.15 17.36L15.15 15.63C15.22 15.5 15.35 15.5 15.46 15.5L16.7 16C16.96 15.82 17.25 15.66 17.55 15.53L17.74 14.21C17.76 14.09 17.87 14 18 14H20C20.11 14 20.22 14.09 20.23 14.21L20.42 15.53C20.73 15.65 21 15.82 21.27 16L22.5 15.5C22.63 15.5 22.76 15.5 22.82 15.63L23.82 17.36C23.88 17.47 23.85 17.6 23.76 17.68L22.7 18.5C22.73 18.67 22.74 18.83 22.74 19S22.72 19.33 22.7 19.5L23.77 20.32C23.86 20.4 23.89 20.53 23.83 20.64M20.5 19C20.5 18.17 19.83 17.5 19 17.5S17.5 18.17 17.5 19 18.16 20.5 19 20.5C19.83 20.5 20.5 19.83 20.5 19Z\" /></svg></li><li title=\"star crescent \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-star-crescent\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12.3,2C12.2,2 12.1,2 12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22C15,22 16.7,21 18.5,19.5C13,21 8,17 8,12C8,7 13,3 18.5,4.5C16.86,2.86 14.62,1.96 12.3,2M16.8,6.2L15.3,9.7L11.6,10L14.5,12.5L13.6,16L16.8,14L20,16L19,12.5L22,10L18.3,9.7L16.8,6.2Z\" /></svg></li><li title=\"star david \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-star-david\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2L9.1,7H3.3L6.3,12L3.3,17H9.1L12,22L14.9,17H20.7L17.7,12L20.7,7H14.9L12,2M12,5L13.2,7H10.8L12,5M8.2,8.5L7.1,10.5L5.9,8.5H8.2M10,8.5H14L16,12L14,15.5H10L8,12L10,8.5M18,8.5L16.8,10.5L15.7,8.5H18M7.1,13.5L8.2,15.5H6L7.1,13.5M16.9,13.5L18.1,15.5H15.8L16.9,13.5M13.3,17L12,19L10.8,17H13.3Z\" /></svg></li><li title=\"star face \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-star-face\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2.5L8.42,8.06L2,9.74L6.2,14.88L5.82,21.5L12,19.09L18.18,21.5L17.8,14.88L22,9.74L15.58,8.06L12,2.5M9.38,10.5C10,10.5 10.5,11 10.5,11.63A1.12,1.12 0 0,1 9.38,12.75C8.75,12.75 8.25,12.25 8.25,11.63C8.25,11 8.75,10.5 9.38,10.5M14.63,10.5C15.25,10.5 15.75,11 15.75,11.63A1.12,1.12 0 0,1 14.63,12.75C14,12.75 13.5,12.25 13.5,11.63C13.5,11 14,10.5 14.63,10.5M9,15H15C14.5,16.21 13.31,17 12,17C10.69,17 9.5,16.21 9,15Z\" /></svg></li><li title=\"star four points outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-star-four-points-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,6.7L13.45,10.55L17.3,12L13.45,13.45L12,17.3L10.55,13.45L6.7,12L10.55,10.55L12,6.7M12,1L9,9L1,12L9,15L12,23L15,15L23,12L15,9L12,1Z\" /></svg></li><li title=\"star four points \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-star-four-points\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,1L9,9L1,12L9,15L12,23L15,15L23,12L15,9L12,1Z\" /></svg></li><li title=\"star half full \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-star-half-full\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,15.4V6.1L13.71,10.13L18.09,10.5L14.77,13.39L15.76,17.67M22,9.24L14.81,8.63L12,2L9.19,8.63L2,9.24L7.45,13.97L5.82,21L12,17.27L18.18,21L16.54,13.97L22,9.24Z\" /></svg></li><li title=\"star half \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-star-half\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27V2Z\" /></svg></li><li title=\"star minus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-star-minus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5.8 21L7.4 14L2 9.2L9.2 8.6L12 2L14.8 8.6L22 9.2L18.8 12H18C17.3 12 16.6 12.1 15.9 12.4L18.1 10.5L13.7 10.1L12 6.1L10.3 10.1L5.9 10.5L9.2 13.4L8.2 17.7L12 15.4L12.5 15.7C12.3 16.2 12.1 16.8 12.1 17.3L5.8 21M14 17V19H22V17H14Z\" /></svg></li><li title=\"star minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-star-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5.8 21L7.4 14L2 9.2L9.2 8.6L12 2L14.8 8.6L22 9.2L18.8 12H18C14.9 12 12.4 14.3 12 17.3L5.8 21M14 17V19H22V17H14Z\" /></svg></li><li title=\"star off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-star-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.1 21.5L2.4 1.7L1.1 3L6.9 8.8L2 9.2L7.5 14L5.9 21L12.1 17.3L18.3 21L18 19.8L20.9 22.7L22.1 21.5M15.8 17.7L12 15.4L8.2 17.7L9.2 13.4L5.9 10.5L8.4 10.3L15.8 17.7M11.2 8L10 6.8L12 2L14.8 8.6L22 9.2L16.9 13.6L15.8 12.5L18.2 10.5L13.8 10.1L12.1 6.1L11.2 8Z\" /></svg></li><li title=\"star off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-star-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.8 22.7L17.9 19.8L18.2 21L12 17.3L5.8 21L7.4 14L2 9.2L6.9 8.8L1.1 3L2.4 1.7L22.1 21.4L20.8 22.7M22 9.2L14.8 8.6L12 2L10 6.8L16.9 13.7L22 9.2Z\" /></svg></li><li title=\"star outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-star-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,15.39L8.24,17.66L9.23,13.38L5.91,10.5L10.29,10.13L12,6.09L13.71,10.13L18.09,10.5L14.77,13.38L15.76,17.66M22,9.24L14.81,8.63L12,2L9.19,8.63L2,9.24L7.45,13.97L5.82,21L12,17.27L18.18,21L16.54,13.97L22,9.24Z\" /></svg></li><li title=\"star plus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-star-plus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5.8 21L7.4 14L2 9.2L9.2 8.6L12 2L14.8 8.6L22 9.2L18.8 12H18C17.3 12 16.6 12.1 15.9 12.4L18.1 10.5L13.7 10.1L12 6.1L10.3 10.1L5.9 10.5L9.2 13.4L8.2 17.7L12 15.4L12.5 15.7C12.3 16.2 12.1 16.8 12.1 17.3L5.8 21M17 14V17H14V19H17V22H19V19H22V17H19V14H17Z\" /></svg></li><li title=\"star plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-star-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5.8 21L7.4 14L2 9.2L9.2 8.6L12 2L14.8 8.6L22 9.2L18.8 12H18C14.9 12 12.4 14.3 12 17.3L5.8 21M17 14V17H14V19H17V22H19V19H22V17H19V14H17Z\" /></svg></li><li title=\"star remove outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-star-remove-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5.8 21L7.4 14L2 9.2L9.2 8.6L12 2L14.8 8.6L22 9.2L18.8 12H18C17.3 12 16.6 12.1 15.9 12.4L18.1 10.5L13.7 10.1L12 6.1L10.3 10.1L5.9 10.5L9.2 13.4L8.2 17.7L12 15.4L12.5 15.7C12.3 16.2 12.1 16.8 12.1 17.3L5.8 21M20.1 14.5L18 16.6L15.9 14.5L14.5 15.9L16.6 18L14.5 20.1L15.9 21.5L18 19.4L20.1 21.5L21.5 20.1L19.4 18L21.5 15.9L20.1 14.5Z\" /></svg></li><li title=\"star remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-star-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5.8 21L7.4 14L2 9.2L9.2 8.6L12 2L14.8 8.6L22 9.2L18.8 12H18C14.9 12 12.4 14.3 12 17.3L5.8 21M20.1 14.5L18 16.6L15.9 14.5L14.5 15.9L16.6 18L14.5 20.1L15.9 21.5L18 19.4L20.1 21.5L21.5 20.1L19.4 18L21.5 15.9L20.1 14.5Z\" /></svg></li><li title=\"star settings outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-star-settings-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11 22H13V24H11V22M7 24H9V22H7V24M15 24H17V22H15V24M16.54 13.97L18.18 21L12 17.27L5.82 21L7.45 13.97L2 9.24L9.19 8.63L12 2L14.81 8.63L22 9.24L16.54 13.97M15.76 17.66L14.77 13.38L18.09 10.5L13.71 10.13L12 6.09L10.29 10.13L5.91 10.5L9.23 13.38L8.24 17.66L12 15.39L15.76 17.66Z\" /></svg></li><li title=\"star settings \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-star-settings\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7 22H9V24H7V22M11 24H13V22H11V24M15 24H17V22H15V24M22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27L18.18 21L16.54 13.97L22 9.24Z\" /></svg></li><li title=\"star shooting outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-star-shooting-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23 7.5L16.53 6.96L14 1L11.47 6.96L5 7.5L9.9 11.77L8.44 18.1L14 14.74L19.56 18.1L18.09 11.77L23 7.5M16.14 12.23L16.54 13.94L15.03 13.03L14 12.41L12.97 13.03L11.46 13.94L11.85 12.23L12.13 11.05L11.22 10.26L9.88 9.1L11.64 8.95L12.84 8.85L13.31 7.74L14 6.12L14.69 7.74L15.16 8.85L16.36 8.95L18.11 9.1L16.78 10.26L15.86 11.05L16.14 12.23M1.16 12C.861 11.5 .989 10.89 1.45 10.59L4.18 8.79L5.75 10.15L2.55 12.26C2.38 12.37 2.19 12.43 2 12.43C1.68 12.43 1.36 12.27 1.16 12M1.45 20.16L7.31 16.31L7 17.76L6.66 19.13L2.55 21.84C2.38 21.95 2.19 22 2 22C1.68 22 1.36 21.84 1.16 21.55C.861 21.09 .989 20.47 1.45 20.16M7.32 11.5L8.24 12.31L7.97 13.5L2.55 17.05C2.38 17.16 2.19 17.21 2 17.21C1.68 17.21 1.36 17.06 1.16 16.76C.861 16.3 .989 15.68 1.45 15.38L7.32 11.5Z\" /></svg></li><li title=\"star shooting \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-star-shooting\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.09 11.77L19.56 18.1L14 14.74L8.44 18.1L9.9 11.77L5 7.5L11.47 6.96L14 1L16.53 6.96L23 7.5L18.09 11.77M2 12.43C2.19 12.43 2.38 12.37 2.55 12.26L5.75 10.15L4.18 8.79L1.45 10.59C.989 10.89 .861 11.5 1.16 12C1.36 12.27 1.68 12.43 2 12.43M1.16 21.55C1.36 21.84 1.68 22 2 22C2.19 22 2.38 21.95 2.55 21.84L6.66 19.13L7 17.76L7.31 16.31L1.45 20.16C.989 20.47 .861 21.09 1.16 21.55M1.45 15.38C.989 15.68 .861 16.3 1.16 16.76C1.36 17.06 1.68 17.21 2 17.21C2.19 17.21 2.38 17.16 2.55 17.05L7.97 13.5L8.24 12.31L7.32 11.5L1.45 15.38Z\" /></svg></li><li title=\"star three points outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-star-three-points-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,9.5L13.2,13.5L16,16.5L12,15.6L7.9,16.5L10.7,13.5L12,9.5M12,2.6L9,12.4L2,19.9L12,17.6L22,20L15,12.5L12,2.6Z\" /></svg></li><li title=\"star three points \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-star-three-points\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2.6L9,12.4L2,19.9L12,17.6L22,20L15,12.5L12,2.6Z\" /></svg></li><li title=\"star \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-star\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,17.27L18.18,21L16.54,13.97L22,9.24L14.81,8.62L12,2L9.19,8.62L2,9.24L7.45,13.97L5.82,21L12,17.27Z\" /></svg></li><li title=\"state machine \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-state-machine\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6.27 17.05C6.72 17.58 7 18.25 7 19C7 20.66 5.66 22 4 22S1 20.66 1 19 2.34 16 4 16C4.18 16 4.36 16 4.53 16.05L7.6 10.69L5.86 9.7L9.95 8.58L11.07 12.67L9.33 11.68L6.27 17.05M20 16C18.7 16 17.6 16.84 17.18 18H11V16L8 19L11 22V20H17.18C17.6 21.16 18.7 22 20 22C21.66 22 23 20.66 23 19S21.66 16 20 16M12 8C12.18 8 12.36 8 12.53 7.95L15.6 13.31L13.86 14.3L17.95 15.42L19.07 11.33L17.33 12.32L14.27 6.95C14.72 6.42 15 5.75 15 5C15 3.34 13.66 2 12 2S9 3.34 9 5 10.34 8 12 8Z\" /></svg></li><li title=\"steam \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-steam\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22C7.4,22 3.55,18.92 2.36,14.73L6.19,16.31C6.45,17.6 7.6,18.58 8.97,18.58C10.53,18.58 11.8,17.31 11.8,15.75V15.62L15.2,13.19H15.28C17.36,13.19 19.05,11.5 19.05,9.42C19.05,7.34 17.36,5.65 15.28,5.65C13.2,5.65 11.5,7.34 11.5,9.42V9.47L9.13,12.93L8.97,12.92C8.38,12.92 7.83,13.1 7.38,13.41L2,11.2C2.43,6.05 6.73,2 12,2M8.28,17.17C9.08,17.5 10,17.13 10.33,16.33C10.66,15.53 10.28,14.62 9.5,14.29L8.22,13.76C8.71,13.58 9.26,13.57 9.78,13.79C10.31,14 10.72,14.41 10.93,14.94C11.15,15.46 11.15,16.04 10.93,16.56C10.5,17.64 9.23,18.16 8.15,17.71C7.65,17.5 7.27,17.12 7.06,16.67L8.28,17.17M17.8,9.42C17.8,10.81 16.67,11.94 15.28,11.94C13.9,11.94 12.77,10.81 12.77,9.42A2.5,2.5 0 0,1 15.28,6.91C16.67,6.91 17.8,8.04 17.8,9.42M13.4,9.42C13.4,10.46 14.24,11.31 15.29,11.31C16.33,11.31 17.17,10.46 17.17,9.42C17.17,8.38 16.33,7.53 15.29,7.53C14.24,7.53 13.4,8.38 13.4,9.42Z\" /></svg></li><li title=\"steering off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-steering-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,5.27L3.28,4L20,20.72L18.73,22L17.25,20.5C15.7,21.5 13.95,22 12,22C9.25,22 6.9,21 4.95,19.05C3,17.1 2,14.75 2,12C2,10.05 2.5,8.3 3.5,6.75L2,5.27M13,19.92C14,19.8 14.93,19.5 15.78,19.05L13.5,16.78C13.34,16.84 13.16,16.88 13,16.92V19.92M4.08,11H7L7.37,10.63L4.96,8.23C4.5,9.08 4.21,10 4.08,11M19.92,13H16.92C16.8,13.54 16.6,14.05 16.33,14.5L9.91,8.09L10,8H14L17,11H19.92C19.67,9.05 18.79,7.38 17.27,6C15.76,4.66 14,4 12,4C10.26,4 8.71,4.5 7.34,5.5L5.91,4.09C7.66,2.71 9.69,2 12,2C14.75,2 17.1,3 19.05,4.95C21,6.9 22,9.25 22,12C22,14.31 21.29,16.34 19.91,18.09L18.5,16.67C19.28,15.59 19.76,14.36 19.92,13M11,19.92V16.92C10,16.7 9.16,16.24 8.46,15.54C7.76,14.84 7.3,14 7.08,13H4.08C4.3,14.77 5.05,16.3 6.35,17.6C7.65,18.9 9.2,19.67 11,19.92Z\" /></svg></li><li title=\"steering \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-steering\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,19.92C14.8,19.7 16.35,18.95 17.65,17.65C18.95,16.35 19.7,14.8 19.92,13H16.92C16.7,14 16.24,14.84 15.54,15.54C14.84,16.24 14,16.7 13,16.92V19.92M10,8H14L17,11H19.92C19.67,9.05 18.79,7.38 17.27,6C15.76,4.66 14,4 12,4C10,4 8.24,4.66 6.73,6C5.21,7.38 4.33,9.05 4.08,11H7L10,8M11,19.92V16.92C10,16.7 9.16,16.24 8.46,15.54C7.76,14.84 7.3,14 7.08,13H4.08C4.3,14.77 5.05,16.3 6.35,17.6C7.65,18.9 9.2,19.67 11,19.92M12,2C14.75,2 17.1,3 19.05,4.95C21,6.9 22,9.25 22,12C22,14.75 21,17.1 19.05,19.05C17.1,21 14.75,22 12,22C9.25,22 6.9,21 4.95,19.05C3,17.1 2,14.75 2,12C2,9.25 3,6.9 4.95,4.95C6.9,3 9.25,2 12,2Z\" /></svg></li><li title=\"step backward 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-step-backward-2\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,5H14V19H17V5M12,5L1,12L12,19V5M22,5H19V19H22V5Z\" /></svg></li><li title=\"step backward \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-step-backward\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,5V19H16V5M14,5V19L3,12\" /></svg></li><li title=\"step forward 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-step-forward-2\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7,5H10V19H7V5M12,5L23,12L12,19V5M2,5H5V19H2V5Z\" /></svg></li><li title=\"step forward \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-step-forward\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,5V19H8V5M10,5V19L21,12\" /></svg></li><li title=\"stethoscope \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-stethoscope\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,8C19.56,8 20,8.43 20,9A1,1 0 0,1 19,10C18.43,10 18,9.55 18,9C18,8.43 18.43,8 19,8M2,2V11C2,13.96 4.19,16.5 7.14,16.91C7.76,19.92 10.42,22 13.5,22A6.5,6.5 0 0,0 20,15.5V11.81C21.16,11.39 22,10.29 22,9A3,3 0 0,0 19,6A3,3 0 0,0 16,9C16,10.29 16.84,11.4 18,11.81V15.41C18,17.91 16,19.91 13.5,19.91C11.5,19.91 9.82,18.7 9.22,16.9C12,16.3 14,13.8 14,11V2H10V5H12V11A4,4 0 0,1 8,15A4,4 0 0,1 4,11V5H6V2H2Z\" /></svg></li><li title=\"sticker alert outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sticker-alert-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11 15H13V17H11V15M11 13H13V7H11V13M22 5.5V16L16 22H5.5C3.6 22 2 20.4 2 18.5V5.5C2 3.6 3.6 2 5.5 2H18.5C20.4 2 22 3.6 22 5.5M20 5.8C20 4.8 19.2 4 18.2 4H5.8C4.8 4 4 4.8 4 5.8V18.3C4 19.3 4.8 20.1 5.8 20.1H15V18.6C15 16.7 16.6 15.1 18.5 15.1H20V5.8Z\" /></svg></li><li title=\"sticker alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sticker-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.5 2H5.5C3.6 2 2 3.6 2 5.5V18.5C2 20.4 3.6 22 5.5 22H16L22 16V5.5C22 3.6 20.4 2 18.5 2M13 17H11V15H13V16M13 13H11V7H13V12M15 20V18.5C15 16.6 16.6 15 18.5 15H20L15 20Z\" /></svg></li><li title=\"sticker check outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sticker-check-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.5 2H5.5C3.6 2 2 3.6 2 5.5V18.5C2 20.4 3.6 22 5.5 22H16L22 16V5.5C22 3.6 20.4 2 18.5 2M20 15H18.5C16.6 15 15 16.6 15 18.5V20H5.8C4.8 20 4 19.2 4 18.2V5.8C4 4.8 4.8 4 5.8 4H18.3C19.3 4 20.1 4.8 20.1 5.8V15M15.2 8.2L16.7 9.7L10.7 15.7L7.2 12.2L8.7 10.7L10.7 12.7L15.2 8.2Z\" /></svg></li><li title=\"sticker check \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sticker-check\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.5 2H5.5C3.6 2 2 3.6 2 5.5V18.5C2 20.4 3.6 22 5.5 22H16L22 16V5.5C22 3.6 20.4 2 18.5 2M7 12.5L8.3 11.1L10.4 13.2L15.6 8L17 9.4L10.5 16L7 12.5M15 20V18.5C15 16.6 16.6 15 18.5 15H20L15 20Z\" /></svg></li><li title=\"sticker circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sticker-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12.12,18.46L18.3,12.28C16.94,12.59 15.31,13.2 14.07,14.46C13.04,15.5 12.39,16.83 12.12,18.46M20.75,10H21.05C21.44,10 21.79,10.27 21.93,10.64C22.07,11 22,11.43 21.7,11.71L11.7,21.71C11.5,21.9 11.26,22 11,22L10.64,21.93C10.27,21.79 10,21.44 10,21.05C9.84,17.66 10.73,14.96 12.66,13.03C15.5,10.2 19.62,10 20.75,10M12,2C16.5,2 20.34,5 21.58,9.11L20,9H19.42C18.24,6.07 15.36,4 12,4A8,8 0 0,0 4,12C4,15.36 6.07,18.24 9,19.42C8.97,20.13 9,20.85 9.11,21.57C5,20.33 2,16.5 2,12C2,6.47 6.5,2 12,2Z\" /></svg></li><li title=\"sticker emoji \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sticker-emoji\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5.5,2C3.56,2 2,3.56 2,5.5V18.5C2,20.44 3.56,22 5.5,22H16L22,16V5.5C22,3.56 20.44,2 18.5,2H5.5M5.75,4H18.25A1.75,1.75 0 0,1 20,5.75V15H18.5C16.56,15 15,16.56 15,18.5V20H5.75A1.75,1.75 0 0,1 4,18.25V5.75A1.75,1.75 0 0,1 5.75,4M14.44,6.77C14.28,6.77 14.12,6.79 13.97,6.83C13.03,7.09 12.5,8.05 12.74,9C12.79,9.15 12.86,9.3 12.95,9.44L16.18,8.56C16.18,8.39 16.16,8.22 16.12,8.05C15.91,7.3 15.22,6.77 14.44,6.77M8.17,8.5C8,8.5 7.85,8.5 7.7,8.55C6.77,8.81 6.22,9.77 6.47,10.7C6.5,10.86 6.59,11 6.68,11.16L9.91,10.28C9.91,10.11 9.89,9.94 9.85,9.78C9.64,9 8.95,8.5 8.17,8.5M16.72,11.26L7.59,13.77C8.91,15.3 11,15.94 12.95,15.41C14.9,14.87 16.36,13.25 16.72,11.26Z\" /></svg></li><li title=\"sticker minus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sticker-minus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8 11H16V13H8V11M22 5.5V16L16 22H5.5C3.6 22 2 20.4 2 18.5V5.5C2 3.6 3.6 2 5.5 2H18.5C20.4 2 22 3.6 22 5.5M20 5.8C20 4.8 19.2 4 18.2 4H5.8C4.8 4 4 4.8 4 5.8V18.3C4 19.3 4.8 20.1 5.8 20.1H15V18.6C15 16.7 16.6 15.1 18.5 15.1H20V5.8Z\" /></svg></li><li title=\"sticker minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sticker-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.5 2H5.5C3.6 2 2 3.6 2 5.5V18.5C2 20.4 3.6 22 5.5 22H16L22 16V5.5C22 3.6 20.4 2 18.5 2M8 11H16V13H8V11M15 20V18.5C15 16.6 16.6 15 18.5 15H20L15 20Z\" /></svg></li><li title=\"sticker outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sticker-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5.5 2C3.6 2 2 3.6 2 5.5V18.5C2 20.4 3.6 22 5.5 22H16L22 16V5.5C22 3.6 20.4 2 18.5 2H5.5M5.8 4H18.3C19.3 4 20.1 4.8 20.1 5.8V15H18.6C16.7 15 15.1 16.6 15.1 18.5V20H5.8C4.8 20 4 19.2 4 18.2V5.8C4 4.8 4.8 4 5.8 4\" /></svg></li><li title=\"sticker plus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sticker-plus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 11H16V13H13V16H11V13H8V11H11V8H13V11M22 5.5V16L16 22H5.5C3.6 22 2 20.4 2 18.5V5.5C2 3.6 3.6 2 5.5 2H18.5C20.4 2 22 3.6 22 5.5M20 5.8C20 4.8 19.2 4 18.2 4H5.8C4.8 4 4 4.8 4 5.8V18.3C4 19.3 4.8 20.1 5.8 20.1H15V18.6C15 16.7 16.6 15.1 18.5 15.1H20V5.8Z\" /></svg></li><li title=\"sticker plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sticker-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.5 2H5.5C3.6 2 2 3.6 2 5.5V18.5C2 20.4 3.6 22 5.5 22H16L22 16V5.5C22 3.6 20.4 2 18.5 2M13 16H11V13H8V11H11V8H13V11H16V13H13V16M15 20V18.5C15 16.6 16.6 15 18.5 15H20L15 20Z\" /></svg></li><li title=\"sticker remove outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sticker-remove-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16 9.4L13.4 12L16 14.6L14.6 16L12 13.4L9.4 16L8 14.6L10.6 12L8 9.4L9.4 8L12 10.6L14.6 8L16 9.4M22 5.5V16L16 22H5.5C3.6 22 2 20.4 2 18.5V5.5C2 3.6 3.6 2 5.5 2H18.5C20.4 2 22 3.6 22 5.5M20 5.8C20 4.8 19.2 4 18.2 4H5.8C4.8 4 4 4.8 4 5.8V18.3C4 19.3 4.8 20.1 5.8 20.1H15V18.6C15 16.7 16.6 15.1 18.5 15.1H20V5.8Z\" /></svg></li><li title=\"sticker remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sticker-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.5 2H5.5C3.6 2 2 3.6 2 5.5V18.5C2 20.4 3.6 22 5.5 22H16L22 16V5.5C22 3.6 20.4 2 18.5 2M12 13.4L9.9 15.5L8.5 14.1L10.6 12L8.5 9.9L9.9 8.5L12 10.6L14.1 8.5L15.5 9.9L13.4 12L15.5 14.1L14.1 15.5L12 13.4M15 20V18.5C15 16.6 16.6 15 18.5 15H20L15 20Z\" /></svg></li><li title=\"sticker text outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sticker-text-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.5 2H5.5C3.6 2 2 3.6 2 5.5V18.5C2 20.4 3.6 22 5.5 22H16L22 16V5.5C22 3.6 20.4 2 18.5 2M20.1 15H18.6C16.7 15 15.1 16.6 15.1 18.5V20H5.8C4.8 20 4 19.2 4 18.2V5.8C4 4.8 4.8 4 5.8 4H18.3C19.3 4 20.1 4.8 20.1 5.8V15M7 7H17V9H7V7M7 11H17V13H7V11M7 15H13V17H7V15Z\" /></svg></li><li title=\"sticker text \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sticker-text\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.5 2H5.5C3.6 2 2 3.6 2 5.5V18.5C2 20.4 3.6 22 5.5 22H16L22 16V5.5C22 3.6 20.4 2 18.5 2M6 7H18V9H6V7M6 11H18V13H6V11M13 17H6V15H13V17M15 20V18.5C15 16.6 16.6 15 18.5 15H20L15 20Z\" /></svg></li><li title=\"sticker \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sticker\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.5 2H5.5C3.6 2 2 3.6 2 5.5V18.5C2 20.4 3.6 22 5.5 22H16L22 16V5.5C22 3.6 20.4 2 18.5 2M15 20V18.5C15 16.6 16.6 15 18.5 15H20L15 20Z\" /></svg></li><li title=\"stocking \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-stocking\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,2A2,2 0 0,1 19,4V7A2,2 0 0,1 17,9V17C17,17.85 16.5,18.57 15.74,18.86L9.5,21.77C8.5,22.24 7.29,21.81 6.83,20.81L6,19C5.5,18 5.95,16.8 6.95,16.34L10,14.91V9A2,2 0 0,1 8,7V4A2,2 0 0,1 10,2H17M10,4V7H17V4H10Z\" /></svg></li><li title=\"stomach \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-stomach\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 18C4.67 19.85 6.07 22 12 22C14.36 22 17.07 21.93 19 20C20 19 22 17 22 11S20 4 18 4C16.62 4 15 4 14 6V6.03A1.82 1.82 0 0 1 12.13 6.95C11 6.81 11 6.37 11 6V2H9V6A2.92 2.92 0 0 0 12 9C13 9 13 10.78 13 12C13 13.89 12.5 15.26 11 16C8.69 17.15 6.39 17 5.61 15.47A1.5 1.5 0 0 0 3.14 14.87A3.67 3.67 0 0 0 2 18V22H4Z\" /></svg></li><li title=\"stool outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-stool-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 6C20 3.79 18.21 2 16 2H8C5.78 2 4 3.79 4 6V8H7L4 22H6L7.5 15H11V22H13V15H16.5L18 22H20L17 8H20V6M7.93 13L9 8H11V13H7.93M16.07 13H13V8H15L16.07 13M6 6C6 4.9 6.89 4 8 4H16C17.1 4 18 4.9 18 6H6Z\" /></svg></li><li title=\"stool \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-stool\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 6C20 3.79 18.21 2 16 2H8C5.78 2 4 3.79 4 6V8H7L4 22H6L7.5 15H11V22H13V15H16.5L18 22H20L17 8H20V6M7.93 13L9 8H11V13H7.93M16.07 13H13V8H15L16.07 13Z\" /></svg></li><li title=\"stop circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-stop-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M12,4C16.41,4 20,7.59 20,12C20,16.41 16.41,20 12,20C7.59,20 4,16.41 4,12C4,7.59 7.59,4 12,4M9,9V15H15V9\" /></svg></li><li title=\"stop circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-stop-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M9,9H15V15H9\" /></svg></li><li title=\"stop \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-stop\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18,18H6V6H18V18Z\" /></svg></li><li title=\"store 24 hour \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-store-24-hour\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,12H15V10H13V7H14V9H15V7H16M11,10H9V11H11V12H8V9H10V8H8V7H11M19,7V4H5V7H2V20H10V16H14V20H22V7H19Z\" /></svg></li><li title=\"store alert outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-store-alert-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2 7L1 12V14H2V20H12V14H16V20H18V14H19V12L18 7H2M10 18H4V14H10V18M3.04 12L3.64 9H16.36L16.96 12H3.04M18 6H2V4H18V6M23 7V13H21V7H23M21 15H23V17H21V15Z\" /></svg></li><li title=\"store alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-store-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2 7L1 12V14H2V20H12V14H16V20H18V14H19V12L18 7H2M10 18H4V14H10V18M18 6H2V4H18V6M23 7V13H21V7H23M21 15H23V17H21V15Z\" /></svg></li><li title=\"store check outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-store-check-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 13C19.7 13 20.37 13.13 21 13.35V12L20 7H4L3 12V14H4V20H13.09C13.04 19.67 13 19.34 13 19C13 17.77 13.37 16.64 14 15.69V14H15.69C16.64 13.37 17.77 13 19 13M12 18H6V14H12V18M5.04 12L5.64 9H18.36L18.96 12H5.04M20 6H4V4H20V6M22.5 17.25L17.75 22L15 19L16.16 17.84L17.75 19.43L21.34 15.84L22.5 17.25\" /></svg></li><li title=\"store check \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-store-check\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 6H4V4H20V6M15.69 14H14V15.69C13.37 16.64 13 17.77 13 19C13 19.34 13.04 19.67 13.09 20H4V14H3V12L4 7H20L21 12V13.35C20.37 13.13 19.7 13 19 13C17.77 13 16.64 13.37 15.69 14M12 14H6V18H12V14M21.34 15.84L17.75 19.43L16.16 17.84L15 19L17.75 22L22.5 17.25L21.34 15.84Z\" /></svg></li><li title=\"store clock outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-store-clock-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 4H2V2H18V4M17.5 13H16V18L19.61 20.16L20.36 18.94L17.5 17.25V13M24 17C24 20.87 20.87 24 17 24C13.47 24 10.57 21.39 10.08 18H2V12H1V10L2 5H18L19 10V10.29C21.89 11.16 24 13.83 24 17M3.04 10H16.96L16.36 7H3.64L3.04 10M4 16H10V12H4V16M22 17C22 14.24 19.76 12 17 12S12 14.24 12 17 14.24 22 17 22 22 19.76 22 17Z\" /></svg></li><li title=\"store clock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-store-clock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 4H2V2H18V4M17.5 13H16V18L19.61 20.16L20.36 18.94L17.5 17.25V13M24 17C24 20.87 20.87 24 17 24C13.47 24 10.57 21.39 10.08 18H2V12H1V10L2 5H18L19 10V10.29C21.89 11.16 24 13.83 24 17M4 16H10V12H4V16M22 17C22 14.24 19.76 12 17 12S12 14.24 12 17 14.24 22 17 22 22 19.76 22 17Z\" /></svg></li><li title=\"store cog outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-store-cog-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 6H4V4H20V6M19 12C17.09 12 15.37 12.76 14.11 14H14V14.11C12.76 15.37 12 17.09 12 19C12 19.34 12.03 19.67 12.08 20H4V14H3V12L4 7H20L21 12V12.3C20.37 12.11 19.7 12 19 12M12 14H6V18H12V14M18.96 12L18.36 9H5.64L5.04 12H18.96M23.8 20.4C23.9 20.4 23.9 20.5 23.8 20.6L22.8 22.3C22.7 22.4 22.6 22.4 22.5 22.4L21.3 22C21 22.2 20.8 22.3 20.5 22.5L20.3 23.8C20.3 23.9 20.2 24 20.1 24H18.1C18 24 17.9 23.9 17.8 23.8L17.6 22.5C17.3 22.4 17 22.2 16.8 22L15.6 22.5C15.5 22.5 15.4 22.5 15.3 22.4L14.3 20.7C14.2 20.6 14.3 20.5 14.4 20.4L15.5 19.6V18.6L14.4 17.8C14.3 17.7 14.3 17.6 14.3 17.5L15.3 15.8C15.4 15.7 15.5 15.7 15.6 15.7L16.8 16.2C17.1 16 17.3 15.9 17.6 15.7L17.8 14.4C17.8 14.3 17.9 14.2 18.1 14.2H20.1C20.2 14.2 20.3 14.3 20.3 14.4L20.5 15.7C20.8 15.8 21.1 16 21.4 16.2L22.6 15.7C22.7 15.7 22.9 15.7 22.9 15.8L23.9 17.5C24 17.6 23.9 17.7 23.8 17.8L22.7 18.6V19.6L23.8 20.4M20.5 19C20.5 18.2 19.8 17.5 19 17.5S17.5 18.2 17.5 19 18.2 20.5 19 20.5 20.5 19.8 20.5 19Z\" /></svg></li><li title=\"store cog \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-store-cog\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 6H4V4H20V6M19 12C17.09 12 15.37 12.76 14.11 14H14V14.11C12.76 15.37 12 17.09 12 19C12 19.34 12.03 19.67 12.08 20H4V14H3V12L4 7H20L21 12V12.3C20.37 12.11 19.7 12 19 12M12 14H6V18H12V14M23.8 20.4C23.9 20.4 23.9 20.5 23.8 20.6L22.8 22.3C22.7 22.4 22.6 22.4 22.5 22.4L21.3 22C21 22.2 20.8 22.3 20.5 22.5L20.3 23.8C20.3 23.9 20.2 24 20.1 24H18.1C18 24 17.9 23.9 17.8 23.8L17.6 22.5C17.3 22.4 17 22.2 16.8 22L15.6 22.5C15.5 22.5 15.4 22.5 15.3 22.4L14.3 20.7C14.2 20.6 14.3 20.5 14.4 20.4L15.5 19.6V18.6L14.4 17.8C14.3 17.7 14.3 17.6 14.3 17.5L15.3 15.8C15.4 15.7 15.5 15.7 15.6 15.7L16.8 16.2C17.1 16 17.3 15.9 17.6 15.7L17.8 14.4C17.8 14.3 17.9 14.2 18.1 14.2H20.1C20.2 14.2 20.3 14.3 20.3 14.4L20.5 15.7C20.8 15.8 21.1 16 21.4 16.2L22.6 15.7C22.7 15.7 22.9 15.7 22.9 15.8L23.9 17.5C24 17.6 23.9 17.7 23.8 17.8L22.7 18.6V19.6L23.8 20.4M20.5 19C20.5 18.2 19.8 17.5 19 17.5S17.5 18.2 17.5 19 18.2 20.5 19 20.5 20.5 19.8 20.5 19Z\" /></svg></li><li title=\"store edit outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-store-edit-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 6H4V4H20V6M14 16.13L11 19.13V20H4V14H3V12L4 7H20L20.61 10.07C20.16 10.17 19.73 10.4 19.39 10.74L18.82 11.31L18.36 9H5.64L5.04 12H18.13L16.13 14H14V16.13M12 14H6V18H12V14M22.85 13.47L21.53 12.15C21.33 11.95 21 11.95 20.81 12.15L19.83 13.13L21.87 15.17L22.85 14.19C23.05 14 23.05 13.67 22.85 13.47M13 19.96V22H15.04L21.17 15.88L19.13 13.83L13 19.96Z\" /></svg></li><li title=\"store edit \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-store-edit\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 6H4V4H20V6M14 16.13L11 19.13V20H4V14H3V12L4 7H20L20.61 10.07C20.16 10.17 19.73 10.4 19.39 10.74L16.13 14H14V16.13M12 14H6V18H12V14M22.85 13.47L21.53 12.15C21.33 11.95 21 11.95 20.81 12.15L19.83 13.13L21.87 15.17L22.85 14.19C23.05 14 23.05 13.67 22.85 13.47M13 19.96V22H15.04L21.17 15.88L19.13 13.83L13 19.96Z\" /></svg></li><li title=\"store marker outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-store-marker-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 6H4V4H20V6M14.3 12C13.5 12.96 13 14.18 13 15.5C13 16.64 13.43 17.86 14 19V20H4V14H3V12L4 7H20L20.7 10.5C20.04 10.18 19.32 10 18.56 10L18.36 9H5.64L5.04 12H14.3M12 14H6V18H12V14M22 15.5C22 18.1 18.5 22 18.5 22S15 18.1 15 15.5C15 13.6 16.6 12 18.5 12S22 13.6 22 15.5M19.7 15.6C19.7 15 19.1 14.4 18.5 14.4S17.3 14.9 17.3 15.6C17.3 16.2 17.8 16.8 18.5 16.8S19.8 16.2 19.7 15.6Z\" /></svg></li><li title=\"store marker \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-store-marker\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 6H4V4H20V6M13 15.5C13 16.64 13.43 17.86 14 19V20H4V14H3V12L4 7H20L20.7 10.5C20 10.18 19.28 10 18.5 10C15.5 10 13 12.5 13 15.5M12 14H6V18H12V14M22 15.5C22 18.1 18.5 22 18.5 22S15 18.1 15 15.5C15 13.6 16.6 12 18.5 12S22 13.6 22 15.5M19.7 15.6C19.7 15 19.1 14.4 18.5 14.4S17.3 14.9 17.3 15.6C17.3 16.2 17.8 16.8 18.5 16.8S19.8 16.2 19.7 15.6Z\" /></svg></li><li title=\"store minus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-store-minus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 6H4V4H20V6M15.69 14H14V15.69C13.37 16.64 13 17.77 13 19C13 19.34 13.04 19.67 13.09 20H4V14H3V12L4 7H20L21 12V13.35C20.37 13.13 19.7 13 19 13C17.77 13 16.64 13.37 15.69 14M12 14H6V18H12V14M18.96 12L18.36 9H5.64L5.04 12H18.96M15 18V20H23V18H15Z\" /></svg></li><li title=\"store minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-store-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 4V6H20V4M4 7L3 12V14H4V20H13C12.95 19.66 12.92 19.31 12.92 18.95C12.92 17.73 13.3 16.53 14 15.53V14H15.54C16.54 13.33 17.71 12.96 18.91 12.96C19.62 12.96 20.33 13.09 21 13.34V12L20 7M6 14H12V18H6M15 18V20H23V18\" /></svg></li><li title=\"store off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-store-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2.39 1.73L1.11 3L5.11 7H4L3 12V14H4V20H14V15.89L20.84 22.73L22.11 21.46L2.39 1.73M5.64 9H7.11L10.11 12H5.04L5.64 9M12 18H6V14H12V18M18 14.8V14H17.2L15.2 12H18.96L18.36 9H12.2L10.2 7H20L21 12V14H20V16.8L18 14.8M9.2 6L7.2 4H20V6H9.2Z\" /></svg></li><li title=\"store off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-store-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9.2 6L7.2 4H20V6H9.2M20 16.8V14H21V12L20 7H10.2L17.2 14H18V14.8L20 16.8M22.11 21.46L20.84 22.73L14 15.89V20H4V14H3V12L4 7H5.11L1.11 3L2.39 1.73L22.11 21.46M12 14H6V18H12V14Z\" /></svg></li><li title=\"store outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-store-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.36 9L18.96 12H5.04L5.64 9H18.36M20 4H4V6H20V4M20 7H4L3 12V14H4V20H14V14H18V20H20V14H21V12L20 7M6 18V14H12V18H6Z\" /></svg></li><li title=\"store plus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-store-plus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 6H4V4H20V6M15.69 14H14V15.69C13.37 16.64 13 17.77 13 19C13 19.34 13.04 19.67 13.09 20H4V14H3V12L4 7H20L21 12V13.35C20.37 13.13 19.7 13 19 13C17.77 13 16.64 13.37 15.69 14M12 14H6V18H12V14M18.96 12L18.36 9H5.64L5.04 12H18.96M20 18V15H18V18H15V20H18V23H20V20H23V18H20Z\" /></svg></li><li title=\"store plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-store-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 4V6H20V4M4 7L3 12V14H4V20H13C12.95 19.66 12.92 19.31 12.92 18.95C12.92 17.73 13.3 16.53 14 15.53V14H15.54C16.54 13.33 17.71 12.96 18.91 12.96C19.62 12.96 20.33 13.09 21 13.34V12L20 7M6 14H12V18H6M18 15V18H15V20H18V23H20V20H23V18H20V15\" /></svg></li><li title=\"store remove outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-store-remove-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 6H4V4H20V6M15.69 14H14V15.69C13.37 16.64 13 17.77 13 19C13 19.34 13.04 19.67 13.09 20H4V14H3V12L4 7H20L21 12V13.35C20.37 13.13 19.7 13 19 13C17.77 13 16.64 13.37 15.69 14M12 14H6V18H12V14M18.96 12L18.36 9H5.64L5.04 12H18.96M22.54 16.88L21.12 15.47L19 17.59L16.88 15.47L15.47 16.88L17.59 19L15.47 21.12L16.88 22.54L19 20.41L21.12 22.54L22.54 21.12L20.41 19L22.54 16.88Z\" /></svg></li><li title=\"store remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-store-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 4H20V6H4V4M15.46 16.88L16.88 15.46L19 17.59L21.12 15.47L22.54 16.88L20.41 19L22.54 21.12L21.12 22.54L19 20.41L16.88 22.54L15.46 21.12L17.59 19L15.47 16.88M4 7H20L21 12V13.34C20.33 13.09 19.62 12.96 18.91 12.96C17.71 12.96 16.54 13.33 15.54 14H14V15.53C13.3 16.53 12.92 17.73 12.92 18.95L13 20H4V14H3V12L4 7M6 14V18H12V14H6Z\" /></svg></li><li title=\"store search outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-store-search-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 4H2V2H18V4M13.04 10H3.04L3.64 7H16.36L16.76 9C17.5 9.04 18.21 9.19 18.89 9.46L18 5H2L1 10V12H2V18H10.5C10.17 17.2 10 16.35 10 15.5V16H4V12H10V15.5C10 13.84 10.64 12.17 11.9 10.9C12.26 10.55 12.64 10.25 13.04 10M23.39 21L22 22.39L18.88 19.32C18.19 19.75 17.37 20 16.5 20C14 20 12 18 12 15.5S14 11 16.5 11 21 13 21 15.5C21 16.38 20.75 17.21 20.31 17.9L23.39 21M19 15.5C19 14.12 17.88 13 16.5 13S14 14.12 14 15.5 15.12 18 16.5 18 19 16.88 19 15.5Z\" /></svg></li><li title=\"store search \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-store-search\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.9 10.9C10.64 12.17 10 13.84 10 15.5V12H4V16H10V15.5C10 16.35 10.17 17.2 10.5 18H2V12H1V10L2 5H18L18.89 9.46C16.56 8.53 13.79 9 11.9 10.9M18 2H2V4H18V2M23.39 21L22 22.39L18.88 19.32C18.19 19.75 17.37 20 16.5 20C14 20 12 18 12 15.5S14 11 16.5 11 21 13 21 15.5C21 16.38 20.75 17.21 20.31 17.9L23.39 21M19 15.5C19 14.12 17.88 13 16.5 13S14 14.12 14 15.5 15.12 18 16.5 18 19 16.88 19 15.5Z\" /></svg></li><li title=\"store settings outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-store-settings-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 6H4V4H20V6M21 12V14H20V20H18V14H14V20H4V14H3V12L4 7H20L21 12M12 14H6V18H12V14M18.96 12L18.36 9H5.64L5.04 12H18.96M7 24H9V22H7V24M11 24H13V22H11V24M15 24H17V22H15V24Z\" /></svg></li><li title=\"store settings \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-store-settings\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 6H4V4H20V6M21 12V14H20V20H18V14H14V20H4V14H3V12L4 7H20L21 12M12 14H6V18H12V14M7 24H9V22H7V24M11 24H13V22H11V24M15 24H17V22H15V24Z\" /></svg></li><li title=\"store \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-store\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,18H6V14H12M21,14V12L20,7H4L3,12V14H4V20H14V14H18V20H20V14M20,4H4V6H20V4Z\" /></svg></li><li title=\"storefront outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-storefront-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5.06 3C4.63 3 4.22 3.14 3.84 3.42S3.24 4.06 3.14 4.5L2.11 8.91C1.86 10 2.06 10.95 2.72 11.77L3 12.05V19C3 19.5 3.2 20 3.61 20.39S4.5 21 5 21H19C19.5 21 20 20.8 20.39 20.39S21 19.5 21 19V12.05L21.28 11.77C21.94 10.95 22.14 10 21.89 8.91L20.86 4.5C20.73 4.06 20.5 3.7 20.13 3.42C19.77 3.14 19.38 3 18.94 3H5.06M18.89 4.97L19.97 9.38C20.06 9.81 19.97 10.2 19.69 10.55C19.44 10.86 19.13 11 18.75 11C18.44 11 18.17 10.9 17.95 10.66C17.73 10.43 17.61 10.16 17.58 9.84L16.97 5L18.89 4.97M5.06 5H7.03L6.42 9.84C6.3 10.63 5.91 11 5.25 11C4.84 11 4.53 10.86 4.31 10.55C4.03 10.2 3.94 9.81 4.03 9.38L5.06 5M9.05 5H11V9.7C11 10.05 10.89 10.35 10.64 10.62C10.39 10.88 10.08 11 9.7 11C9.36 11 9.07 10.88 8.84 10.59S8.5 10 8.5 9.66V9.5L9.05 5M13 5H14.95L15.5 9.5C15.58 9.92 15.5 10.27 15.21 10.57C14.95 10.87 14.61 11 14.2 11C13.89 11 13.61 10.88 13.36 10.62C13.11 10.35 13 10.05 13 9.7V5M7.45 12.05C8.08 12.67 8.86 13 9.8 13C10.64 13 11.38 12.67 12 12.05C12.69 12.67 13.45 13 14.3 13C15.17 13 15.92 12.67 16.55 12.05C17.11 12.67 17.86 13 18.8 13H19.03V19H5V13H5.25C6.16 13 6.89 12.67 7.45 12.05Z\" /></svg></li><li title=\"storefront \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-storefront\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5.06 3C4.63 3 4.22 3.14 3.84 3.42C3.46 3.7 3.24 4.06 3.14 4.5L2.11 8.91C1.86 10 2.06 10.92 2.69 11.73C2.81 11.85 2.93 11.97 3.04 12.07C3.63 12.64 4.28 13 5.22 13C6.16 13 6.91 12.59 7.47 12.05C8.1 12.67 8.86 13 9.8 13C10.64 13 11.44 12.63 12 12.07C12.68 12.7 13.45 13 14.3 13C15.17 13 15.91 12.67 16.54 12.05C17.11 12.62 17.86 13 18.81 13C19.76 13 20.43 12.65 21 12.06C21.09 11.97 21.18 11.87 21.28 11.77C21.94 10.95 22.14 10 21.89 8.91L20.86 4.5C20.73 4.06 20.5 3.7 20.13 3.42C19.77 3.14 19.38 3 18.94 3M18.89 4.97L19.97 9.38C20.06 9.81 19.97 10.2 19.69 10.55C19.44 10.86 19.13 11 18.75 11C18.44 11 18.17 10.9 17.95 10.66C17.73 10.43 17.61 10.16 17.58 9.84L16.97 5M5.06 5H7.03L6.42 9.84C6.3 10.63 5.91 11 5.25 11C4.84 11 4.53 10.86 4.31 10.55C4.03 10.2 3.94 9.81 4.03 9.38M9.05 5H11V9.7C11 10.05 10.89 10.35 10.64 10.62C10.39 10.88 10.08 11 9.7 11C9.36 11 9.07 10.88 8.84 10.59C8.61 10.3 8.5 10 8.5 9.66V9.5M13 5H14.95L15.5 9.5C15.58 9.92 15.5 10.27 15.21 10.57C14.95 10.87 14.61 11 14.2 11C13.89 11 13.61 10.88 13.36 10.62C13.11 10.35 13 10.05 13 9.7M3 14.03V19C3 20.11 3.89 21 5 21C9.67 21 14.33 21 19 21C20.1 21 21 20.11 21 19V14.05C20.45 14.63 19.75 14.96 19 15C18 15.03 17.25 14.74 16.54 14.05C15.94 14.65 15.14 15 14.3 15C13.4 15 12.6 14.64 12 14.07C11.43 14.64 10.65 15 9.78 15C8.87 15 8.07 14.65 7.47 14.05C6.89 14.64 6.1 15 5.23 15C4.33 15 3.66 14.65 3 14.03Z\" /></svg></li><li title=\"stove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-stove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,14H8L11,17H9L6,14M4,4H5V3A1,1 0 0,1 6,2H10A1,1 0 0,1 11,3V4H13V3A1,1 0 0,1 14,2H18A1,1 0 0,1 19,3V4H20A2,2 0 0,1 22,6V19A2,2 0 0,1 20,21V22H17V21H7V22H4V21A2,2 0 0,1 2,19V6A2,2 0 0,1 4,4M18,7A1,1 0 0,1 19,8A1,1 0 0,1 18,9A1,1 0 0,1 17,8A1,1 0 0,1 18,7M14,7A1,1 0 0,1 15,8A1,1 0 0,1 14,9A1,1 0 0,1 13,8A1,1 0 0,1 14,7M20,6H4V10H20V6M4,19H20V12H4V19M6,7A1,1 0 0,1 7,8A1,1 0 0,1 6,9A1,1 0 0,1 5,8A1,1 0 0,1 6,7M13,14H15L18,17H16L13,14Z\" /></svg></li><li title=\"strategy \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-strategy\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6.91 5.5L9.21 7.79L7.79 9.21L5.5 6.91L3.21 9.21L1.79 7.79L4.09 5.5L1.79 3.21L3.21 1.79L5.5 4.09L7.79 1.79L9.21 3.21M22.21 16.21L20.79 14.79L18.5 17.09L16.21 14.79L14.79 16.21L17.09 18.5L14.79 20.79L16.21 22.21L18.5 19.91L20.79 22.21L22.21 20.79L19.91 18.5M20.4 6.83L17.18 11L15.6 9.73L16.77 8.23A9.08 9.08 0 0 0 10.11 13.85A4.5 4.5 0 1 1 7.5 13A4 4 0 0 1 8.28 13.08A11.27 11.27 0 0 1 16.43 6.26L15 5.18L16.27 3.6M10 17.5A2.5 2.5 0 1 0 7.5 20A2.5 2.5 0 0 0 10 17.5Z\" /></svg></li><li title=\"stretch to page outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-stretch-to-page-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,2H4C2.89,2 2,2.89 2,4V20C2,21.11 2.89,22 4,22H20C21.11,22 22,21.11 22,20V4C22,2.89 21.11,2 20,2M20,20H4V4H20M8.83,10.25L7.29,8.71L6,10V6H10L8.71,7.29L10.25,8.83M13.75,8.83L15.29,7.29L14,6H18V10L16.71,8.71L15.17,10.25M15.17,13.75L16.71,15.29L18,14V18H14L15.29,16.71L13.75,15.17M10.25,15.17L8.71,16.71L10,18H6V14L7.29,15.29L8.83,13.75\" /></svg></li><li title=\"stretch to page \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-stretch-to-page\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,2H4C2.89,2 2,2.89 2,4V20C2,21.11 2.89,22 4,22H20C21.11,22 22,21.11 22,20V4C22,2.89 21.11,2 20,2M9,19H5V15L6.29,16.29L7.83,14.75L9.25,16.17L7.71,17.71M7.83,9.25L6.29,7.71L5,9V5H9L7.71,6.29L9.25,7.83M19,19H15L16.29,17.71L14.75,16.17L16.17,14.75L17.71,16.29L19,15M19,9L17.71,7.71L16.17,9.25L14.75,7.83L16.29,6.29L15,5H19\" /></svg></li><li title=\"string lights off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-string-lights-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14 10.74V8.96C14.95 8.9 15.86 8.81 16.74 8.67L17.16 10.39C16.67 11.12 16.54 12 16.73 12.82C16.82 13.17 16.91 13.5 17 13.8L21.12 17.92C23.61 17.26 23.09 13.55 22.56 11.39C22.36 10.59 21.82 9.85 21.05 9.44L20.63 7.74C21.11 7.58 21.57 7.41 22 7.23V5C20 6.07 16.53 7.03 12 7.03C11.37 7.03 10.76 7 10.17 6.97M20.72 16.5C19.27 16.84 18.19 12.47 18.19 12.47S17.83 11 19.29 10.65 21.1 11.75 21.1 11.75 22.18 16.12 20.72 16.5M14.95 14.29L13.5 12.83V12.83L12.18 11.5H12.18L10 9.34V9.34L9.58 8.93H9.59L7.32 6.66H7.32L2.39 1.73L1.11 3L3.91 5.8C3.19 5.55 2.53 5.28 2 5V7.23C2.43 7.41 2.89 7.58 3.37 7.74L2.95 9.44C2.18 9.85 1.64 10.59 1.44 11.39C.905 13.57 .385 17.31 2.92 17.93C4 18.2 6 17.89 7.27 12.82C7.46 12 7.33 11.12 6.84 10.39L7.17 9.06L9.5 11.38C9.18 11.87 9 12.44 9 13C9 15.24 9.39 19 12 19C12.8 19 13.97 18.59 14.59 16.5L20.84 22.73L22.11 21.46L14.95 14.3L14.95 14.29M5.81 12.47C5.81 12.47 4.74 16.84 3.28 16.5C1.82 16.12 2.9 11.75 2.9 11.75S3.26 10.29 4.71 10.65 5.81 12.47 5.81 12.47M12 17.5C10.5 17.5 10.5 13 10.5 13S10.5 12.77 10.6 12.5L13.32 15.21C13.13 16.35 12.76 17.5 12 17.5Z\" /></svg></li><li title=\"string lights \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-string-lights\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.56 11.39C22.36 10.59 21.82 9.85 21.05 9.44L20.63 7.74C21.11 7.58 21.57 7.41 22 7.23V5C20 6.07 16.53 7.03 12 7.03S4 6.07 2 5V7.23C2.43 7.41 2.89 7.58 3.37 7.74L2.95 9.44C2.18 9.85 1.64 10.59 1.44 11.39C.905 13.57 .385 17.31 2.92 17.93C4 18.2 6 17.89 7.27 12.82C7.46 12 7.33 11.12 6.84 10.39L7.26 8.67C8.14 8.81 9.05 8.9 10 8.96V10.74C9.35 11.33 9 12.17 9 13C9 15.24 9.39 19 12 19C13.12 19 15 18.22 15 13C15 12.17 14.65 11.33 14 10.74V8.96C14.95 8.9 15.86 8.81 16.74 8.67L17.16 10.39C16.67 11.12 16.54 12 16.73 12.82C18 17.89 20 18.2 21.08 17.93C23.61 17.31 23.09 13.57 22.56 11.39M5.81 12.47C5.81 12.47 4.74 16.84 3.28 16.5C1.82 16.12 2.9 11.75 2.9 11.75S3.26 10.29 4.71 10.65 5.81 12.47 5.81 12.47M12 17.5C10.5 17.5 10.5 13 10.5 13S10.5 11.5 12 11.5 13.5 13 13.5 13 13.5 17.5 12 17.5M20.72 16.5C19.27 16.84 18.19 12.47 18.19 12.47S17.83 11 19.29 10.65 21.1 11.75 21.1 11.75 22.18 16.12 20.72 16.5Z\" /></svg></li><li title=\"subdirectory arrow left \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-subdirectory-arrow-left\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,9L12.42,10.42L8.83,14H18V4H20V16H8.83L12.42,19.58L11,21L5,15L11,9Z\" /></svg></li><li title=\"subdirectory arrow right \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-subdirectory-arrow-right\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,15L13,21L11.58,19.58L15.17,16H4V4H6V14H15.17L11.58,10.42L13,9L19,15Z\" /></svg></li><li title=\"submarine \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-submarine\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8 3.67C6.78 4.53 5.39 4.93 4 5H2V7H4C5.37 7 6.74 6.65 8 6C10.5 7.3 13.5 7.3 16 6C17.26 6.65 18.62 6.94 20 7H22V5H20C18.61 5 17.22 4.53 16 3.67C13.56 5.38 10.44 5.38 8 3.67M16 8.67L15 10V12H14L12 14H9L6 16L5 14H4V16L2 17L4 18V20H5.14L6 18L9 20H20A2 2 0 0 0 22 18V16A2 2 0 0 0 20 14H18L17 13V12H16V10H17V8.67Z\" /></svg></li><li title=\"subtitles outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-subtitles-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,4A2,2 0 0,1 22,6V18A2,2 0 0,1 20,20H4A2,2 0 0,1 2,18V6A2,2 0 0,1 4,4H20M20,18V6H4V18H20M6,10H8V12H6V10M6,14H14V16H6V14M16,14H18V16H16V14M10,10H18V12H10V10Z\" /></svg></li><li title=\"subtitles \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-subtitles\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,4H4A2,2 0 0,0 2,6V18A2,2 0 0,0 4,20H20A2,2 0 0,0 22,18V6A2,2 0 0,0 20,4M4,12H8V14H4V12M14,18H4V16H14V18M20,18H16V16H20V18M20,14H10V12H20V14Z\" /></svg></li><li title=\"subway alert variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-subway-alert-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16 11V6H11V11H16M14.5 17C15.3 17 16 16.3 16 15.5C16 14.7 15.3 14 14.5 14S13 14.7 13 15.5C13 16.3 13.7 17 14.5 17M9 11V6H4V11H9M5.5 17C6.3 17 7 16.3 7 15.5C7 14.7 6.3 14 5.5 14S4 14.7 4 15.5C4 16.3 4.7 17 5.5 17M10 2C14.4 2 18 2.5 18 6V15.5C18 17.4 16.4 19 14.5 19L16 20.5V21H4V20.5L5.5 19C3.6 19 2 17.4 2 15.5V6C2 2.5 5.6 2 10 2M20 13V7H22V13H20M20 17V15H22V17H20Z\" /></svg></li><li title=\"subway variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-subway-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18,11H13V6H18M16.5,17A1.5,1.5 0 0,1 15,15.5A1.5,1.5 0 0,1 16.5,14A1.5,1.5 0 0,1 18,15.5A1.5,1.5 0 0,1 16.5,17M11,11H6V6H11M7.5,17A1.5,1.5 0 0,1 6,15.5A1.5,1.5 0 0,1 7.5,14A1.5,1.5 0 0,1 9,15.5A1.5,1.5 0 0,1 7.5,17M12,2C7.58,2 4,2.5 4,6V15.5A3.5,3.5 0 0,0 7.5,19L6,20.5V21H18V20.5L16.5,19A3.5,3.5 0 0,0 20,15.5V6C20,2.5 16.42,2 12,2Z\" /></svg></li><li title=\"subway \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-subway\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8.5,15A1,1 0 0,1 9.5,16A1,1 0 0,1 8.5,17A1,1 0 0,1 7.5,16A1,1 0 0,1 8.5,15M7,9H17V14H7V9M15.5,15A1,1 0 0,1 16.5,16A1,1 0 0,1 15.5,17A1,1 0 0,1 14.5,16A1,1 0 0,1 15.5,15M18,15.88V9C18,6.38 15.32,6 12,6C9,6 6,6.37 6,9V15.88A2.62,2.62 0 0,0 8.62,18.5L7.5,19.62V20H9.17L10.67,18.5H13.5L15,20H16.5V19.62L15.37,18.5C16.82,18.5 18,17.33 18,15.88M17.8,2.8C20.47,3.84 22,6.05 22,8.86V22H2V8.86C2,6.05 3.53,3.84 6.2,2.8C8,2.09 10.14,2 12,2C13.86,2 16,2.09 17.8,2.8Z\" /></svg></li><li title=\"summit \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-summit\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,3H17L22,5L17,7V10.17L22,21H2L8,13L11.5,17.7L15,10.17V3Z\" /></svg></li><li title=\"sun compass \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sun-compass\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9.7 4.3L12 1L14.3 4.3C13.6 4.1 12.8 4 12 4S10.4 4.1 9.7 4.3M17.5 6.2C18.6 7.3 19.5 8.7 19.8 10.3L21.5 6.6L17.5 6.2M5 8.1C5.1 8 5.1 8 5 8.1C5.1 8 5.1 8 5.1 7.9C5.5 7.3 6 6.7 6.5 6.2L2.5 6.5L4.2 10.2C4.4 9.5 4.7 8.7 5 8.1M19.2 15.4C19.2 15.4 19.2 15.5 19.2 15.4C19.1 15.6 19 15.8 18.9 15.9V16.1C18.5 16.8 18 17.3 17.5 17.9L21.6 17.6L19.9 13.9C19.7 14.4 19.5 14.9 19.2 15.4M5.2 16.2C5.2 16.1 5.1 16.1 5.1 16C5 15.9 5 15.9 5 15.8C4.9 15.6 4.8 15.5 4.8 15.3C4.6 14.8 4.4 14.3 4.3 13.8L2.6 17.5L6.7 17.8C6 17.3 5.6 16.8 5.2 16.2M12.6 20H11.4C10.8 20 10.2 19.8 9.7 19.7L12 23L14.3 19.7C13.8 19.8 13.2 19.9 12.6 20M16.2 7.8C13.9 5.5 10.1 5.5 7.7 7.8S5.4 13.9 7.7 16.3 13.8 18.6 16.2 16.3 18.6 10.1 16.2 7.8M8.5 15.5L10.6 10.6L15.6 8.4L13.5 13.3L8.5 15.5M12.7 12.7C12.3 13.1 11.7 13.1 11.3 12.7C10.9 12.3 10.9 11.7 11.3 11.3C11.7 10.9 12.3 10.9 12.7 11.3C13.1 11.7 13.1 12.3 12.7 12.7Z\" /></svg></li><li title=\"sun snowflake \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sun-snowflake\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 .69L8.69 4H4V8.69L.69 12L4 15.31V20H8.69L12 23.31L13 22.31V17.83L16.24 21.07L17.66 19.66L13 15V13H15L19.66 17.66L21.07 16.24L17.83 13H22V11H17.83L21.07 7.76L19.66 6.34L15 11H13V9L17.66 4.34L16.24 2.93L13 6.17V1.69M11 6.09V8.13C9.24 8.59 8 10.18 8 12C8 13.82 9.24 15.41 11 15.87V17.91C8.12 17.42 6 14.93 6 12C6 9.07 8.11 6.57 11 6.09Z\" /></svg></li><li title=\"sun thermometer outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sun-thermometer-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10 7C7.2 7 5 9.2 5 12S7.2 17 10 17 15 14.8 15 12 12.8 7 10 7M10 15C8.3 15 7 13.7 7 12S8.3 9 10 9 13 10.3 13 12 11.7 15 10 15M10 2L12.4 5.4C11.6 5.2 10.8 5 10 5S8.4 5.2 7.6 5.4L10 2M1.3 7L5.5 6.7C4.9 7.2 4.4 7.8 3.9 8.5C3.5 9.2 3.2 10 3.1 10.8L1.3 7M1.4 17L3.2 13.2C3.3 14 3.5 14.8 4 15.5C4.4 16.2 5 16.9 5.5 17.4L1.4 17M10 22L7.6 18.6C8.3 18.8 9.1 19 10 19C10.8 19 11.6 18.8 12.4 18.6L10 22M20.8 13.6V6.8C20.8 5.8 20 5 19 5S17.2 5.8 17.2 6.8V13.6C16.5 14.1 16 15 16 16C16 17.7 17.3 19 19 19S22 17.7 22 16C22 15 21.5 14.1 20.8 13.6M18.2 6.8C18.2 6.3 18.6 6 19 6S19.8 6.3 19.8 6.8V8H18.3V6.8Z\" /></svg></li><li title=\"sun thermometer \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sun-thermometer\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10 7C7.2 7 5 9.2 5 12S7.2 17 10 17 15 14.8 15 12 12.8 7 10 7M10 2L12.4 5.4C11.6 5.2 10.8 5 10 5S8.4 5.2 7.6 5.4L10 2M1.3 7L5.5 6.7C4.9 7.2 4.4 7.8 3.9 8.5C3.5 9.2 3.2 10 3.1 10.8L1.3 7M1.4 17L3.2 13.2C3.3 14 3.5 14.8 4 15.5C4.4 16.2 5 16.9 5.5 17.4L1.4 17M10 22L7.6 18.6C8.3 18.8 9.1 19 10 19C10.8 19 11.6 18.8 12.4 18.6L10 22M20.8 13.6V6.8C20.8 5.8 20 5 19 5S17.2 5.8 17.2 6.8V13.6C16.5 14.1 16 15 16 16C16 17.7 17.3 19 19 19S22 17.7 22 16C22 15 21.5 14.1 20.8 13.6M18.2 6.8C18.2 6.3 18.6 6 19 6S19.8 6.3 19.8 6.8V8H18.3V6.8Z\" /></svg></li><li title=\"sun wireless outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sun-wireless-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11 1L13.39 4.42C12.65 4.15 11.84 4 11 4S9.35 4.15 8.61 4.42L11 1M2.34 6L6.5 5.65C5.9 6.16 5.36 6.78 4.94 7.5C4.5 8.24 4.25 9 4.11 9.79L2.34 6M2.36 16L4.12 12.23C4.26 13 4.53 13.78 4.95 14.5C5.37 15.24 5.91 15.86 6.5 16.37L2.36 16M19.65 6L17.88 9.79C17.74 9 17.47 8.23 17.05 7.5C16.63 6.78 16.1 6.15 15.5 5.64L19.65 6M23 13H21C21 15.05 20.22 17.1 18.66 18.66C17.09 20.23 15.05 21 13 21V23C15.56 23 18.12 22 20.07 20.07S23 15.56 23 13M19 13H17C17 14 16.61 15.05 15.83 15.83C15.05 16.61 14 17 13 17V19C14.54 19 16.08 18.41 17.25 17.24C18.41 16.08 19 14.54 19 13M11 8C12.65 8 14 9.35 14 11S12.65 14 11 14 8 12.65 8 11 9.35 8 11 8M11 6C8.24 6 6 8.24 6 11S8.24 16 11 16 16 13.76 16 11 13.76 6 11 6Z\" /></svg></li><li title=\"sun wireless \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sun-wireless\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11 6C13.76 6 16 8.24 16 11S13.76 16 11 16 6 13.76 6 11 8.24 6 11 6M11 1L13.39 4.42C12.65 4.15 11.84 4 11 4S9.35 4.15 8.61 4.42L11 1M2.34 6L6.5 5.65C5.9 6.16 5.36 6.78 4.94 7.5C4.5 8.24 4.25 9 4.11 9.79L2.34 6M2.36 16L4.12 12.23C4.26 13 4.53 13.78 4.95 14.5C5.37 15.24 5.91 15.86 6.5 16.37L2.36 16M19.65 6L17.88 9.79C17.74 9 17.47 8.23 17.05 7.5C16.63 6.78 16.1 6.15 15.5 5.64L19.65 6M23 13H21C21 15.05 20.22 17.1 18.66 18.66C17.09 20.23 15.05 21 13 21V23C15.56 23 18.12 22 20.07 20.07S23 15.56 23 13M19 13H17C17 14 16.61 15.05 15.83 15.83C15.05 16.61 14 17 13 17V19C14.54 19 16.08 18.41 17.25 17.24C18.41 16.08 19 14.54 19 13\" /></svg></li><li title=\"sunglasses \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sunglasses\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7,17H4C2.38,17 0.96,15.74 0.76,14.14L0.26,11.15C0.15,10.3 0.39,9.5 0.91,8.92C1.43,8.34 2.19,8 3,8H9C9.83,8 10.58,8.35 11.06,8.96C11.17,9.11 11.27,9.27 11.35,9.45C11.78,9.36 12.22,9.36 12.64,9.45C12.72,9.27 12.82,9.11 12.94,8.96C13.41,8.35 14.16,8 15,8H21C21.81,8 22.57,8.34 23.09,8.92C23.6,9.5 23.84,10.3 23.74,11.11L23.23,14.18C23.04,15.74 21.61,17 20,17H17C15.44,17 13.92,15.81 13.54,14.3L12.64,11.59C12.26,11.31 11.73,11.31 11.35,11.59L10.43,14.37C10.07,15.82 8.56,17 7,17Z\" /></svg></li><li title=\"surfing \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-surfing\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 23V21C20.59 21.05 19.22 20.9 18 20C16.24 21.25 13.77 21.25 12 20C10.23 21.25 7.76 21.25 6 20C4.78 20.9 3.41 21.05 2 21V23C3.37 23.05 4.78 22.94 6 22.25C7.84 23.25 10.15 23.25 12 22.25C13.85 23.25 16.16 23.25 18 22.25C19.22 22.94 20.63 23.05 22 23M20.5 11.97V9.95C18.74 9.96 17 9 16.18 7.41L15.29 5.86C15 5.4 14.55 5.11 14.07 4.97L8.5 3.94L5 6.38L6.13 8L8.95 6.1L10.97 6.43L8.81 7.88C8.21 8.29 7.88 9 8 9.71L8.53 12.81C7.12 12.26 3.21 11 3 13.23C3.36 15.67 6.07 17.32 8.06 18.82C9.5 19.29 11.06 18.58 12 17.46C13.32 19.16 15.89 19.46 17.5 18C17.03 17.58 16.5 17.15 16 16.8V12.95L12.19 9.95L14.44 8.44C15.62 10.59 18 12 20.5 11.97M14 14V15.47C14 15.43 11.66 14.16 11.81 14.24L10.73 13.7L10.31 11.08L14 14M19 3.5C19 4.61 18.11 5.5 17 5.5S15 4.61 15 3.5 15.9 1.5 17 1.5 19 2.4 19 3.5Z\" /></svg></li><li title=\"surround sound 2 0 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-surround-sound-2-0\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 7V9H7V11H5C3.9 11 3 11.9 3 13V17H9V15H5V13H7C8.1 13 9 12.1 9 11V9C9 7.9 8.1 7 7 7H3M13 17H11V15H13V17M17 7C15.9 7 15 7.9 15 9V15C15 16.1 15.9 17 17 17H19C20.1 17 21 16.1 21 15V9C21 7.9 20.1 7 19 7H17M17 9H19V15H17V9Z\" /></svg></li><li title=\"surround sound 2 1 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-surround-sound-2-1\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 7V9H8V11H6C4.9 11 4 11.9 4 13V17H10V15H6V13H8C9.1 13 10 12.1 10 11V9C10 7.9 9.1 7 8 7H4M14 17H12V15H14V17M16 7V9H18V17H20V7H16Z\" /></svg></li><li title=\"surround sound 3 1 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-surround-sound-3-1\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14 17H12V15H14V17M20 7V17H18V9H16V7H20M10 15C10 16.1 9.1 17 8 17H4V15H8V13H6V11H8V9H4V7H8C9.1 7 10 7.9 10 9V10.5C10 11.3 9.3 12 8.5 12C9.3 12 10 12.7 10 13.5V15\" /></svg></li><li title=\"surround sound 5 1 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-surround-sound-5-1-2\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 7V9H22V11H20C18.9 11 18 11.9 18 13V17H24V15H20V13H22C23.1 13 24 12.1 24 11V9C24 7.9 23.1 7 22 7H18M9 17H7V15H9V17M9 7V9H11V17H13V7H9M0 7V13H4V15H0V17H4C5.1 17 6 16.1 6 15V13C6 11.9 5.1 11 4 11H2V9H6V7H0M17 17H15V15H17V17\" /></svg></li><li title=\"surround sound 5 1 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-surround-sound-5-1\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14 17H12V15H14V17M20 7V17H18V9H16V7H20M10 7V9H6V11H8C9.1 11 10 11.9 10 13V15C10 16.1 9.1 17 8 17H4V15H8V13H4V7H10Z\" /></svg></li><li title=\"surround sound 7 1 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-surround-sound-7-1\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14 17H12V15H14V17M20 7V17H18V9H16V7H20M4 17L8 9H4V7H10V9L6 17\" /></svg></li><li title=\"surround sound \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-surround-sound\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,4H4A2,2 0 0,0 2,6V18A2,2 0 0,0 4,20H20A2,2 0 0,0 22,18V6A2,2 0 0,0 20,4M7.76,16.24L6.35,17.65C4.78,16.1 4,14.05 4,12C4,9.95 4.78,7.9 6.34,6.34L7.75,7.75C6.59,8.93 6,10.46 6,12C6,13.54 6.59,15.07 7.76,16.24M12,16A4,4 0 0,1 8,12A4,4 0 0,1 12,8A4,4 0 0,1 16,12A4,4 0 0,1 12,16M17.66,17.66L16.25,16.25C17.41,15.07 18,13.54 18,12C18,10.46 17.41,8.93 16.24,7.76L17.65,6.35C19.22,7.9 20,9.95 20,12C20,14.05 19.22,16.1 17.66,17.66M12,10A2,2 0 0,0 10,12A2,2 0 0,0 12,14A2,2 0 0,0 14,12A2,2 0 0,0 12,10Z\" /></svg></li><li title=\"svg \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5.13,10.71H8.87L6.22,8.06C5.21,8.06 4.39,7.24 4.39,6.22A1.83,1.83 0 0,1 6.22,4.39C7.24,4.39 8.06,5.21 8.06,6.22L10.71,8.87V5.13C10,4.41 10,3.25 10.71,2.54C11.42,1.82 12.58,1.82 13.29,2.54C14,3.25 14,4.41 13.29,5.13V8.87L15.95,6.22C15.95,5.21 16.76,4.39 17.78,4.39C18.79,4.39 19.61,5.21 19.61,6.22C19.61,7.24 18.79,8.06 17.78,8.06L15.13,10.71H18.87C19.59,10 20.75,10 21.46,10.71C22.18,11.42 22.18,12.58 21.46,13.29C20.75,14 19.59,14 18.87,13.29H15.13L17.78,15.95C18.79,15.95 19.61,16.76 19.61,17.78A1.83,1.83 0 0,1 17.78,19.61C16.76,19.61 15.95,18.79 15.95,17.78L13.29,15.13V18.87C14,19.59 14,20.75 13.29,21.46C12.58,22.18 11.42,22.18 10.71,21.46C10,20.75 10,19.59 10.71,18.87V15.13L8.06,17.78C8.06,18.79 7.24,19.61 6.22,19.61C5.21,19.61 4.39,18.79 4.39,17.78C4.39,16.76 5.21,15.95 6.22,15.95L8.87,13.29H5.13C4.41,14 3.25,14 2.54,13.29C1.82,12.58 1.82,11.42 2.54,10.71C3.25,10 4.41,10 5.13,10.71Z\" /></svg></li><li title=\"swap horizontal bold \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-swap-horizontal-bold\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8,10V13H14V18H8V21L2,15.5L8,10M22,8.5L16,3V6H10V11H16V14L22,8.5Z\" /></svg></li><li title=\"swap horizontal circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-swap-horizontal-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2C6.5 2 2 6.5 2 12S6.5 22 12 22 22 17.5 22 12 17.5 2 12 2M12 20C7.59 20 4 16.41 4 12S7.59 4 12 4 20 7.59 20 12 16.41 20 12 20M15 6.5V9H11V11H15V13.5L18.5 10L15 6.5M9 10.5L5.5 14L9 17.5V15H13V13H9V10.5Z\" /></svg></li><li title=\"swap horizontal circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-swap-horizontal-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 12C22 6.5 17.5 2 12 2S2 6.5 2 12 6.5 22 12 22 22 17.5 22 12M15 6.5L18.5 10L15 13.5V11H11V9H15V6.5M9 17.5L5.5 14L9 10.5V13H13V15H9V17.5Z\" /></svg></li><li title=\"swap horizontal variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-swap-horizontal-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,6L8,10V7H16A2,2 0 0,1 18,9A2,2 0 0,1 16,11H8A4,4 0 0,0 4,15A4,4 0 0,0 8,19H16V22L20,18L16,14V17H8A2,2 0 0,1 6,15A2,2 0 0,1 8,13H16A4,4 0 0,0 20,9A4,4 0 0,0 16,5H8V2L4,6Z\" /></svg></li><li title=\"swap horizontal \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-swap-horizontal\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,9L17,5V8H10V10H17V13M7,11L3,15L7,19V16H14V14H7V11Z\" /></svg></li><li title=\"swap vertical bold \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-swap-vertical-bold\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,8H11V14H6V8H3L8.5,2L14,8M15.5,22L21,16H18V10H13V16H10L15.5,22Z\" /></svg></li><li title=\"swap vertical circle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-swap-vertical-circle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2C6.5 2 2 6.5 2 12S6.5 22 12 22 22 17.5 22 12 17.5 2 12 2M12 20C7.59 20 4 16.41 4 12S7.59 4 12 4 20 7.59 20 12 16.41 20 12 20M6.5 9L10 5.5L13.5 9H11V13H9V9H6.5M17.5 15L14 18.5L10.5 15H13V11H15V15H17.5Z\" /></svg></li><li title=\"swap vertical circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-swap-vertical-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2C6.5 2 2 6.5 2 12S6.5 22 12 22 22 17.5 22 12 17.5 2 12 2M6.5 9L10 5.5L13.5 9H11V13H9V9H6.5M17.5 15L14 18.5L10.5 15H13V11H15V15H17.5Z\" /></svg></li><li title=\"swap vertical variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-swap-vertical-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18,4L14,8H17V16A2,2 0 0,1 15,18A2,2 0 0,1 13,16V8A4,4 0 0,0 9,4A4,4 0 0,0 5,8V16H2L6,20L10,16H7V8A2,2 0 0,1 9,6A2,2 0 0,1 11,8V16A4,4 0 0,0 15,20A4,4 0 0,0 19,16V8H22L18,4Z\" /></svg></li><li title=\"swap vertical \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-swap-vertical\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,3L5,7H8V14H10V7H13M16,17V10H14V17H11L15,21L19,17H16Z\" /></svg></li><li title=\"swim \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-swim\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,18C4.22,17 6.44,16 8.67,16C10.89,16 13.11,18 15.33,18C17.56,18 19.78,16 22,16V19C19.78,19 17.56,21 15.33,21C13.11,21 10.89,19 8.67,19C6.44,19 4.22,20 2,21V18M8.67,13C7.89,13 7.12,13.12 6.35,13.32L11.27,9.88L10.23,8.64C10.09,8.47 10,8.24 10,8C10,7.66 10.17,7.35 10.44,7.17L16.16,3.17L17.31,4.8L12.47,8.19L17.7,14.42C16.91,14.75 16.12,15 15.33,15C13.11,15 10.89,13 8.67,13M18,7A2,2 0 0,1 20,9A2,2 0 0,1 18,11A2,2 0 0,1 16,9A2,2 0 0,1 18,7Z\" /></svg></li><li title=\"switch \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-switch\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,18H14A1,1 0 0,1 15,19H22V21H15A1,1 0 0,1 14,22H10A1,1 0 0,1 9,21H2V19H9A1,1 0 0,1 10,18H11V16H8A1,1 0 0,1 7,15V3A1,1 0 0,1 8,2H16A1,1 0 0,1 17,3V15A1,1 0 0,1 16,16H13V18M13,6H14V4H13V6M9,4V6H11V4H9M9,8V10H11V8H9M9,12V14H11V12H9Z\" /></svg></li><li title=\"sword cross \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sword-cross\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6.2,2.44L18.1,14.34L20.22,12.22L21.63,13.63L19.16,16.1L22.34,19.28C22.73,19.67 22.73,20.3 22.34,20.69L21.63,21.4C21.24,21.79 20.61,21.79 20.22,21.4L17,18.23L14.56,20.7L13.15,19.29L15.27,17.17L3.37,5.27V2.44H6.2M15.89,10L20.63,5.26V2.44H17.8L13.06,7.18L15.89,10M10.94,15L8.11,12.13L5.9,14.34L3.78,12.22L2.37,13.63L4.84,16.1L1.66,19.29C1.27,19.68 1.27,20.31 1.66,20.7L2.37,21.41C2.76,21.8 3.39,21.8 3.78,21.41L7,18.23L9.44,20.7L10.85,19.29L8.73,17.17L10.94,15Z\" /></svg></li><li title=\"sword \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sword\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6.92,5H5L14,14L15,13.06M19.96,19.12L19.12,19.96C18.73,20.35 18.1,20.35 17.71,19.96L14.59,16.84L11.91,19.5L10.5,18.09L11.92,16.67L3,7.75V3H7.75L16.67,11.92L18.09,10.5L19.5,11.91L16.83,14.58L19.95,17.7C20.35,18.1 20.35,18.73 19.96,19.12Z\" /></svg></li><li title=\"syllabary hangul \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-syllabary-hangul\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8 4V6H4V8H6.39C5.55 8.74 5 9.8 5 11C5 13.2 6.8 15 9 15C11.2 15 13 13.2 13 11C13 9.8 12.45 8.74 11.61 8H14V6H10V4M15 4V16H17V11H20V9H17V4M9 9C10.12 9 11 9.88 11 11C11 12.12 10.12 13 9 13C7.88 13 7 12.12 7 11C7 9.88 7.88 9 9 9M7 16V20H17V18H9V16Z\" /></svg></li><li title=\"syllabary hiragana \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-syllabary-hiragana\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9 4V6H6V8H9V10C6.25 10 4 12.27 4 15.03C4 17.8 6.26 20.06 9.03 20.06C9.89 20.06 10.72 19.77 11.4 19.26C11.63 19.54 11.88 19.82 12.15 20.09L13.56 18.67C13.3 18.42 13.07 18.15 12.86 17.89L13.86 16.89C14.93 15.82 15.78 14.23 16.42 12.59C17.31 13.11 18 13.9 18 15C18 16.32 17.47 17.6 16.54 18.54L17.95 19.95C19.26 18.64 20 16.86 20 15C20 13.04 18.82 11.36 17.15 10.55L17.5 9.29L15.55 8.78L15.21 10.05C15.13 10.05 15.06 10 14.97 10H11V8H16V6H11V4M11 12H14.5C13.94 13.37 13.19 14.72 12.44 15.47L11.79 16.13C11.25 14.93 11 13.59 11 12M9 12C9 14.07 9.41 15.94 10.3 17.59C9.94 17.89 9.5 18.06 9.03 18.06C7.33 18.06 6 16.73 6 15.03C6 13.34 7.32 12 9 12Z\" /></svg></li><li title=\"syllabary katakana halfwidth \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-syllabary-katakana-halfwidth\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8 4V6H14L13 10.81L15 11.2L16 6.1V4M10 9V12C10 14.86 9.34 17.29 8.08 18.61L9.5 20C11.35 18.08 12 15.15 12 12V9Z\" /></svg></li><li title=\"syllabary katakana \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-syllabary-katakana\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 4V6H18V6.09L14.29 9.79L15.71 11.21L20 6.91V4M11 9V13C11 15.78 10.25 16.89 8.36 18.46L9.64 20C11.75 18.24 13 16.22 13 13V9Z\" /></svg></li><li title=\"symbol \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-symbol\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2 7V14H4V7H2M6 7V9H10V11H8V14H10V13C11.11 13 12 12.11 12 11V9C12 7.89 11.11 7 10 7H6M15.8 7L15.6 9H14V11H15.4L15.2 13H14V15H15L14.8 17H16.8L17 15H18.4L18.2 17H20.2L20.4 15H22V13H20.6L20.8 11H22V9H21L21.2 7H19.2L19 9H17.6L17.8 7H15.8M17.4 11H18.8L18.6 13H17.2L17.4 11M2 15V17H4V15H2M8 15V17H10V15H8Z\" /></svg></li><li title=\"symfony \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-symfony\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M16.37,5.7V5.7C17.39,5.67 18.15,6.13 18.21,6.84C18.22,7.15 18.04,7.75 17.42,7.77C16.95,7.79 16.63,7.5 16.62,7.09C16.61,6.93 16.88,6.42 16.88,6.33C16.87,6.06 16.47,6.05 16.36,6.06C14.86,6.11 14.46,8.13 14.14,9.78L14,10.65C14.84,10.78 15.46,10.62 15.8,10.4C16.28,10.09 15.66,9.77 15.74,9.41C15.82,9.04 16.15,8.87 16.41,8.86C16.78,8.85 17.04,9.23 17.03,9.62C17,10.26 16.17,11.14 14.5,11.1C14.28,11.1 14.09,11.08 13.91,11.06C13.3,14.16 12.92,16 11.56,17.58C10.39,18.97 9.2,19.18 8.67,19.2C7.67,19.24 7,18.71 7,18C6.97,17.32 7.57,16.94 7.97,16.93C8.5,16.91 8.87,17.3 8.88,17.74C8.9,18.11 8.7,18.23 8.57,18.3C8.5,18.37 8.35,18.45 8.36,18.6C8.36,18.67 8.43,18.82 8.65,18.81C9.07,18.8 9.34,18.59 9.54,18.45C10.5,17.65 10.88,16.24 11.37,13.68C11.63,12.23 11.82,11.3 12.1,10.38C11.42,9.87 11,9.23 10.09,9C9.46,8.81 9.08,8.96 8.81,9.3C8.5,9.71 8.6,10.23 8.9,10.54C10.05,11.82 10.39,12.38 10.26,13.14C10.06,14.35 8.62,15.27 6.92,14.75C5.47,14.3 5.2,13.28 5.37,12.71C5.53,12.22 5.92,12.12 6.31,12.24C6.73,12.37 6.89,12.87 6.77,13.26C6.75,13.3 6.55,13.67 6.5,13.79C6.41,14.1 6.83,14.31 7.12,14.4C7.77,14.6 8.4,14.26 8.55,13.73C8.7,13.25 8.4,12.91 8.27,12.78C7.38,11.8 6.76,10.93 7.06,9.95C7.18,9.58 7.42,9.18 7.78,8.91C8.53,8.36 9.35,8.26 10.12,8.5C11.13,8.77 11.61,9.44 12.24,9.95C12.59,8.93 13.08,7.92 13.81,7.07C14.47,6.3 15.35,5.74 16.37,5.7Z\" /></svg></li><li title=\"sync alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sync-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,13H13V7H11M21,4H15V10L17.24,7.76C18.32,8.85 19,10.34 19,12C19,14.61 17.33,16.83 15,17.65V19.74C18.45,18.85 21,15.73 21,12C21,9.79 20.09,7.8 18.64,6.36M11,17H13V15H11M3,12C3,14.21 3.91,16.2 5.36,17.64L3,20H9V14L6.76,16.24C5.68,15.15 5,13.66 5,12C5,9.39 6.67,7.17 9,6.35V4.26C5.55,5.15 3,8.27 3,12Z\" /></svg></li><li title=\"sync circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sync-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2 12A10 10 0 1 0 12 2A10 10 0 0 0 2 12M15.6 13.72A4 4 0 0 0 16 12A4 4 0 0 0 12 8V10L8.88 7L12 4V6A6 6 0 0 1 18 12A5.9 5.9 0 0 1 17.07 15.19M6 12A5.9 5.9 0 0 1 6.93 8.81L8.4 10.28A4 4 0 0 0 8 12A4 4 0 0 0 12 16V14L15 17L12 20V18A6 6 0 0 1 6 12Z\" /></svg></li><li title=\"sync off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sync-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,4H14V10L16.24,7.76C17.32,8.85 18,10.34 18,12C18,13 17.75,13.94 17.32,14.77L18.78,16.23C19.55,15 20,13.56 20,12C20,9.79 19.09,7.8 17.64,6.36L20,4M2.86,5.41L5.22,7.77C4.45,9 4,10.44 4,12C4,14.21 4.91,16.2 6.36,17.64L4,20H10V14L7.76,16.24C6.68,15.15 6,13.66 6,12C6,11 6.25,10.06 6.68,9.23L14.76,17.31C14.5,17.44 14.26,17.56 14,17.65V19.74C14.79,19.53 15.54,19.2 16.22,18.78L18.58,21.14L19.85,19.87L4.14,4.14L2.86,5.41M10,6.35V4.26C9.2,4.47 8.45,4.8 7.77,5.22L9.23,6.68C9.5,6.56 9.73,6.44 10,6.35Z\" /></svg></li><li title=\"sync \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-sync\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,18A6,6 0 0,1 6,12C6,11 6.25,10.03 6.7,9.2L5.24,7.74C4.46,8.97 4,10.43 4,12A8,8 0 0,0 12,20V23L16,19L12,15M12,4V1L8,5L12,9V6A6,6 0 0,1 18,12C18,13 17.75,13.97 17.3,14.8L18.76,16.26C19.54,15.03 20,13.57 20,12A8,8 0 0,0 12,4Z\" /></svg></li><li title=\"tab minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tab-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,3A2,2 0 0,0 1,5V19A2,2 0 0,0 3,21H21A2,2 0 0,0 23,19V5A2,2 0 0,0 21,3H3M3,5H13V9H21V19H3V5M7,13V15H15V13H7Z\" /></svg></li><li title=\"tab plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tab-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,3A2,2 0 0,0 1,5V19A2,2 0 0,0 3,21H21A2,2 0 0,0 23,19V5A2,2 0 0,0 21,3H3M3,5H13V9H21V19H3V5M10,10V13H7V15H10V18H12V15H15V13H12V10H10Z\" /></svg></li><li title=\"tab remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tab-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.46,11.88L8.88,10.46L11,12.59L13.12,10.46L14.54,11.88L12.41,14L14.54,16.12L13.12,17.54L11,15.41L8.88,17.54L7.46,16.12L9.59,14L7.46,11.88M3,3H21A2,2 0 0,1 23,5V19A2,2 0 0,1 21,21H3A2,2 0 0,1 1,19V5A2,2 0 0,1 3,3M3,5V19H21V9H13V5H3Z\" /></svg></li><li title=\"tab search \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tab-search\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.5 11C5 11 3 13 3 15.5C3 16.38 3.25 17.21 3.69 17.9L.61 21L2 22.39L5.12 19.32C5.81 19.75 6.63 20 7.5 20C10 20 12 18 12 15.5S10 11 7.5 11M7.5 18C6.12 18 5 16.88 5 15.5S6.12 13 7.5 13 10 14.12 10 15.5 8.88 18 7.5 18M23 5V19C23 20.11 22.11 21 21 21H10.95C11.76 20.5 12.45 19.81 12.97 19H21V9H13V5H3V10.82C1.77 12 1 13.66 1 15.5V5C1 3.9 1.9 3 3 3H21C22.11 3 23 3.9 23 5Z\" /></svg></li><li title=\"tab unselected \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tab-unselected\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M1,9H3V7H1V9M1,13H3V11H1V13M1,5H3V3A2,2 0 0,0 1,5M9,21H11V19H9V21M1,17H3V15H1V17M3,21V19H1A2,2 0 0,0 3,21M21,3H13V9H23V5A2,2 0 0,0 21,3M21,17H23V15H21V17M9,5H11V3H9V5M5,21H7V19H5V21M5,5H7V3H5V5M21,21A2,2 0 0,0 23,19H21V21M21,13H23V11H21V13M13,21H15V19H13V21M17,21H19V19H17V21Z\" /></svg></li><li title=\"tab \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tab\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,3H3A2,2 0 0,0 1,5V19A2,2 0 0,0 3,21H21A2,2 0 0,0 23,19V5A2,2 0 0,0 21,3M21,19H3V5H13V9H21V19Z\" /></svg></li><li title=\"table account \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-table-account\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 3H18C19.11 3 20 3.9 20 5V12.08C18.45 11.82 16.92 12.18 15.68 13H12V17H13.08C12.97 17.68 12.97 18.35 13.08 19H4C2.9 19 2 18.11 2 17V5C2 3.9 2.9 3 4 3M4 7V11H10V7H4M12 7V11H18V7H12M4 13V17H10V13H4M23 22V21C23 19.67 20.33 19 19 19S15 19.67 15 21V22H23M19 14C17.9 14 17 14.9 17 16S17.9 18 19 18 21 17.11 21 16 20.11 14 19 14Z\" /></svg></li><li title=\"table alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-table-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 4H17C18.11 4 19 4.89 19 6V18C19 19.11 18.11 20 17 20H3C1.9 20 1 19.11 1 18V6C1 4.89 1.9 4 3 4M3 8V12H9V8H3M11 8V12H17V8H11M3 14V18H9V14H3M11 14V18H17V14H11M23 7H21V13H23V7M23 15H21V17H23V15Z\" /></svg></li><li title=\"table arrow down \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-table-arrow-down\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 3H18C19.11 3 20 3.9 20 5V12.08C18.45 11.82 16.92 12.18 15.68 13H12V17H13.08C12.97 17.68 12.97 18.35 13.08 19H4C2.9 19 2 18.11 2 17V5C2 3.9 2.9 3 4 3M4 7V11H10V7H4M12 7V11H18V7H12M4 13V17H10V13H4M15.94 18.5H17.94V14.5H19.94V18.5H21.94L18.94 21.5L15.94 18.5\" /></svg></li><li title=\"table arrow left \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-table-arrow-left\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 3H18C19.11 3 20 3.9 20 5V12.08C18.45 11.82 16.92 12.18 15.68 13H12V17H13.08C12.97 17.68 12.97 18.35 13.08 19H4C2.9 19 2 18.11 2 17V5C2 3.9 2.9 3 4 3M4 7V11H10V7H4M12 7V11H18V7H12M4 13V17H10V13H4M18.44 15V17H22.44V19H18.44V21L15.44 18L18.44 15\" /></svg></li><li title=\"table arrow right \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-table-arrow-right\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 3H18C19.11 3 20 3.9 20 5V12.08C18.45 11.82 16.92 12.18 15.68 13H12V17H13.08C12.97 17.68 12.97 18.35 13.08 19H4C2.9 19 2 18.11 2 17V5C2 3.9 2.9 3 4 3M4 7V11H10V7H4M12 7V11H18V7H12M4 13V17H10V13H4M19.44 21V19H15.44V17H19.44V15L22.44 18L19.44 21\" /></svg></li><li title=\"table arrow up \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-table-arrow-up\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 3H18C19.11 3 20 3.9 20 5V12.08C18.45 11.82 16.92 12.18 15.68 13H12V17H13.08C12.97 17.68 12.97 18.35 13.08 19H4C2.9 19 2 18.11 2 17V5C2 3.9 2.9 3 4 3M4 7V11H10V7H4M12 7V11H18V7H12M4 13V17H10V13H4M21.94 17.5H19.94V21.5H17.94V17.5H15.94L18.94 14.5L21.94 17.5\" /></svg></li><li title=\"table border \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-table-border\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,19A1,1 0 0,1 20,20H19V18H21V19M15,20V18H17V20H15M11,20V18H13V20H11M7,20V18H9V20H7M4,20A1,1 0 0,1 3,19V18H5V20H4M19,4H5A2,2 0 0,0 3,6V8H5L11,8H13L19,8H21V6C21,4.89 20.11,4 19,4M5,14H3V16H5V14M5,10H3V12H5V10M21,10H19V12H21V10M21,14H19V16H21V14M11,16V14H13V16H11M11,12V10H13V12H11\" /></svg></li><li title=\"table cancel \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-table-cancel\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 3H17C18.11 3 19 3.9 19 5V12.08C17.45 11.82 15.92 12.18 14.68 13H11V17H12.08C11.97 17.68 11.97 18.35 12.08 19H3C1.9 19 1 18.11 1 17V5C1 3.9 1.9 3 3 3M3 7V11H9V7H3M11 7V11H17V7H11M3 13V17H9V13H3M18.5 14C16 14 14 16 14 18.5S16 23 18.5 23 23 21 23 18.5 21 14 18.5 14M18.5 21.5C16.84 21.5 15.5 20.16 15.5 18.5C15.5 17.94 15.65 17.42 15.92 17L20 21.08C19.58 21.35 19.06 21.5 18.5 21.5M21.08 20L17 15.92C17.42 15.65 17.94 15.5 18.5 15.5C20.16 15.5 21.5 16.84 21.5 18.5C21.5 19.06 21.35 19.58 21.08 20Z\" /></svg></li><li title=\"table chair \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-table-chair\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 22H6A2 2 0 0 1 8 20V8H2V5H16V8H10V20A2 2 0 0 1 12 22M22 2V22H20V15H15V22H13V14A2 2 0 0 1 15 12H20V2Z\" /></svg></li><li title=\"table check \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-table-check\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 3H18C19.11 3 20 3.9 20 5V12.08C18.45 11.82 16.92 12.18 15.68 13H12V17H13.08C12.97 17.68 12.97 18.35 13.08 19H4C2.9 19 2 18.11 2 17V5C2 3.9 2.9 3 4 3M4 7V11H10V7H4M12 7V11H18V7H12M4 13V17H10V13H4M17.75 21L15 18L16.16 16.84L17.75 18.43L21.34 14.84L22.5 16.25L17.75 21\" /></svg></li><li title=\"table clock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-table-clock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.5 15.82L18.94 17.23L18.19 18.53L15 16.69V13H16.5V15.82M20 10.26V5C20 3.9 19.11 3 18 3H4C2.9 3 2 3.9 2 5V17C2 18.11 2.9 19 4 19H9.68C10.81 21.36 13.21 23 16 23C19.87 23 23 19.87 23 16C23 13.62 21.81 11.53 20 10.26M18 7V9.29C17.37 9.11 16.7 9 16 9C14.5 9 13.13 9.47 12 10.26V7H18M4 7H10V11H4V7M4 17V13H9.68C9.25 13.91 9 14.93 9 16C9 16.34 9.03 16.67 9.08 17H4M16 21C13.24 21 11 18.76 11 16S13.24 11 16 11 21 13.24 21 16 18.76 21 16 21Z\" /></svg></li><li title=\"table cog \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-table-cog\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 3H17C18.11 3 19 3.9 19 5V12.08C17.45 11.82 15.92 12.18 14.68 13H11V17H12.08C11.97 17.68 11.97 18.35 12.08 19H3C1.9 19 1 18.11 1 17V5C1 3.9 1.9 3 3 3M3 7V11H9V7H3M11 7V11H17V7H11M3 13V17H9V13H3M22.78 19.32L21.71 18.5C21.73 18.33 21.75 18.17 21.75 18S21.74 17.67 21.71 17.5L22.77 16.68C22.86 16.6 22.89 16.47 22.83 16.36L21.83 14.63C21.77 14.5 21.64 14.5 21.5 14.5L20.28 15C20 14.82 19.74 14.65 19.43 14.53L19.24 13.21C19.23 13.09 19.12 13 19 13H17C16.88 13 16.77 13.09 16.75 13.21L16.56 14.53C16.26 14.66 15.97 14.82 15.71 15L14.47 14.5C14.36 14.5 14.23 14.5 14.16 14.63L13.16 16.36C13.1 16.47 13.12 16.6 13.22 16.68L14.28 17.5C14.26 17.67 14.25 17.83 14.25 18S14.26 18.33 14.28 18.5L13.22 19.32C13.13 19.4 13.1 19.53 13.16 19.64L14.16 21.37C14.22 21.5 14.35 21.5 14.47 21.5L15.71 21C15.97 21.18 16.25 21.35 16.56 21.47L16.75 22.79C16.77 22.91 16.87 23 17 23H19C19.12 23 19.23 22.91 19.25 22.79L19.44 21.47C19.74 21.34 20 21.18 20.28 21L21.5 21.5C21.64 21.5 21.77 21.5 21.84 21.37L22.84 19.64C22.9 19.53 22.87 19.4 22.78 19.32M18 19.5C17.17 19.5 16.5 18.83 16.5 18S17.18 16.5 18 16.5 19.5 17.17 19.5 18 18.84 19.5 18 19.5Z\" /></svg></li><li title=\"table column plus after \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-table-column-plus-after\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,2A2,2 0 0,1 13,4V20A2,2 0 0,1 11,22H2V2H11M4,10V14H11V10H4M4,16V20H11V16H4M4,4V8H11V4H4M15,11H18V8H20V11H23V13H20V16H18V13H15V11Z\" /></svg></li><li title=\"table column plus before \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-table-column-plus-before\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,2A2,2 0 0,0 11,4V20A2,2 0 0,0 13,22H22V2H13M20,10V14H13V10H20M20,16V20H13V16H20M20,4V8H13V4H20M9,11H6V8H4V11H1V13H4V16H6V13H9V11Z\" /></svg></li><li title=\"table column remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-table-column-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,2H11A2,2 0 0,1 13,4V20A2,2 0 0,1 11,22H4A2,2 0 0,1 2,20V4A2,2 0 0,1 4,2M4,10V14H11V10H4M4,16V20H11V16H4M4,4V8H11V4H4M17.59,12L15,9.41L16.41,8L19,10.59L21.59,8L23,9.41L20.41,12L23,14.59L21.59,16L19,13.41L16.41,16L15,14.59L17.59,12Z\" /></svg></li><li title=\"table column width \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-table-column-width\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,8H19A2,2 0 0,1 21,10V20A2,2 0 0,1 19,22H5A2,2 0 0,1 3,20V10A2,2 0 0,1 5,8M5,12V15H11V12H5M13,12V15H19V12H13M5,17V20H11V17H5M13,17V20H19V17H13M11,2H21V6H19V4H13V6H11V2Z\" /></svg></li><li title=\"table column \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-table-column\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8,2H16A2,2 0 0,1 18,4V20A2,2 0 0,1 16,22H8A2,2 0 0,1 6,20V4A2,2 0 0,1 8,2M8,10V14H16V10H8M8,16V20H16V16H8M8,4V8H16V4H8Z\" /></svg></li><li title=\"table edit \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-table-edit\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.7,13.35L20.7,14.35L18.65,12.3L19.65,11.3C19.86,11.08 20.21,11.08 20.42,11.3L21.7,12.58C21.92,12.79 21.92,13.14 21.7,13.35M12,18.94L18.07,12.88L20.12,14.93L14.06,21H12V18.94M4,2H18A2,2 0 0,1 20,4V8.17L16.17,12H12V16.17L10.17,18H4A2,2 0 0,1 2,16V4A2,2 0 0,1 4,2M4,6V10H10V6H4M12,6V10H18V6H12M4,12V16H10V12H4Z\" /></svg></li><li title=\"table eye off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-table-eye-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 8.8L6.2 3H18C19.1 3 20 3.9 20 5V12.59C19.07 12.21 18.06 12 17 12C16.45 12 15.91 12.07 15.38 12.18L14.2 11H18V7H12V8.8M17.09 13.89L22.31 19.11C22.58 18.73 22.82 18.32 23 17.88C22.07 15.57 19.78 13.92 17.09 13.89M22.11 21.46L20.84 22.73L19.5 21.37C18.71 21.69 17.88 21.88 17 21.88C14.27 21.88 11.94 20.22 11 17.88C11.45 16.76 12.23 15.8 13.21 15.1L11.93 13.82C11.19 14.42 10.53 15.14 10 15.97V13H4V17H9.42C9.26 17.32 9.12 17.66 9 18C9.12 18.34 9.26 18.68 9.42 19H4C2.9 19 2 18.1 2 17V5C2 4.68 2.08 4.38 2.22 4.11L1.11 3L2.39 1.73L22.11 21.46M9.11 11L5.11 7H4V11H9.11M18.18 20.07L14.81 16.7C14.61 17.05 14.5 17.45 14.5 17.88C14.5 19.26 15.62 20.38 17 20.38C17.43 20.38 17.83 20.27 18.18 20.07Z\" /></svg></li><li title=\"table eye \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-table-eye\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17 16.88C17.56 16.88 18 17.32 18 17.88S17.56 18.88 17 18.88 16 18.43 16 17.88 16.44 16.88 17 16.88M17 13.88C19.73 13.88 22.06 15.54 23 17.88C22.06 20.22 19.73 21.88 17 21.88S11.94 20.22 11 17.88C11.94 15.54 14.27 13.88 17 13.88M17 15.38C15.62 15.38 14.5 16.5 14.5 17.88S15.62 20.38 17 20.38 19.5 19.26 19.5 17.88 18.38 15.38 17 15.38M18 3H4C2.9 3 2 3.9 2 5V17C2 18.1 2.9 19 4 19H9.42C9.26 18.68 9.12 18.34 9 18C9.12 17.66 9.26 17.32 9.42 17H4V13H10V15.97C10.55 15.11 11.23 14.37 12 13.76V13H13.15C14.31 12.36 15.62 12 17 12C18.06 12 19.07 12.21 20 12.59V5C20 3.9 19.1 3 18 3M10 11H4V7H10V11M18 11H12V7H18V11Z\" /></svg></li><li title=\"table furniture \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-table-furniture\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2 7H22V10H20L21 19H18.5L17.94 14H6.06L5.5 19H3L4 10H2V7M17.5 10H6.5L6.29 12H17.71L17.5 10Z\" /></svg></li><li title=\"table headers eye off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-table-headers-eye-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2.38 1.73L1.11 3L2.26 4.15A2 2 0 0 0 1 6V19A2 2 0 0 0 3 21H9V11H9.11L12.72 14.61A6.21 6.21 0 0 0 11 17A6.45 6.45 0 0 0 17 21A6.55 6.55 0 0 0 18.84 20.73L20.84 22.73L22.11 21.46L20.58 19.93M7 19H3V16H7M7 14H3V11H7M7 9H3V6H4.11L7 8.89M17 19.5A2.5 2.5 0 0 1 14.56 16.45L17.56 19.45A2.5 2.5 0 0 1 17 19.5M16.24 13L17.85 14.61A2.5 2.5 0 0 1 19.35 16.11L21.94 18.7A6.44 6.44 0 0 0 23 17A6.45 6.45 0 0 0 17 13H16.24M13 6V9H12.2L14.2 11H21V6A2 2 0 0 0 19 4H7.2L9.2 6M15 6H19V9H15Z\" /></svg></li><li title=\"table headers eye \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-table-headers-eye\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M1 6V19A2 2 0 0 0 3 21H9V11H21V6A2 2 0 0 0 19 4H3A2 2 0 0 0 1 6M3 6H7V9H3M7 19H3V16H7M7 14H3V11H7M9 9V6H13V9M19 9H15V6H19M17 16A1 1 0 1 1 16 17A1 1 0 0 1 17 16M17 13A6.45 6.45 0 0 1 23 17A6.5 6.5 0 0 1 11 17A6.45 6.45 0 0 1 17 13M17 14.5A2.5 2.5 0 1 0 19.5 17A2.5 2.5 0 0 0 17 14.5\" /></svg></li><li title=\"table heart \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-table-heart\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 3H18C19.11 3 20 3.9 20 5V12.08C18.45 11.82 16.92 12.18 15.68 13H12V17H13.08C12.97 17.68 12.97 18.35 13.08 19H4C2.9 19 2 18.11 2 17V5C2 3.9 2.9 3 4 3M4 7V11H10V7H4M12 7V11H18V7H12M4 13V17H10V13H4M19 22.3L18.4 21.8C16.4 19.9 15 18.7 15 17.2C15 16 16 15 17.2 15C17.9 15 18.6 15.3 19 15.8C19.4 15.3 20.1 15 20.8 15C22 15 23 15.9 23 17.2C23 18.7 21.6 19.9 19.6 21.8L19 22.3\" /></svg></li><li title=\"table key \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-table-key\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.8 17C16.4 15.8 15.3 15 14 15C12.3 15 11 16.3 11 18S12.3 21 14 21C15.3 21 16.4 20.2 16.8 19H19V21H21V19H23V17H16.8M14 19C13.4 19 13 18.5 13 18S13.4 17 14 17 15 17.5 15 18 14.6 19 14 19M9 18H4V14H10V15C10.9 13.8 12.4 13 14 13C15.1 13 16.1 13.4 17 14H18V15H20V6C20 4.9 19.1 4 18 4H4C2.9 4 2 4.9 2 6V18C2 19.1 2.9 20 4 20H9.4C9.1 19.4 9 18.7 9 18M12 8H18V12H12V8M4 8H10V12H4V8Z\" /></svg></li><li title=\"table large plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-table-large-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12.35 20H10V17H12.09C12.21 16.28 12.46 15.61 12.81 15H10V12H14V13.54C14.58 13 15.25 12.61 16 12.35V12H20V12.35C20.75 12.61 21.42 13 22 13.54V5C22 3.9 21.1 3 20 3H4C2.9 3 2 3.9 2 5V20C2 21.1 2.9 22 4 22H13.54C13 21.42 12.61 20.75 12.35 20M16 7H20V10H16V7M10 7H14V10H10V7M8 20H4V17H8V20M8 15H4V12H8V15M8 10H4V7H8V10M17 14H19V17H22V19H19V22H17V19H14V17H17V14\" /></svg></li><li title=\"table large remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-table-large-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12.35 20H10V17H12.09C12.21 16.28 12.46 15.61 12.81 15H10V12H14V13.54C14.58 13 15.25 12.61 16 12.35V12H20V12.35C20.75 12.61 21.42 13 22 13.54V5C22 3.9 21.1 3 20 3H4C2.9 3 2 3.9 2 5V20C2 21.1 2.9 22 4 22H13.54C13 21.42 12.61 20.75 12.35 20M16 7H20V10H16V7M10 7H14V10H10V7M8 20H4V17H8V20M8 15H4V12H8V15M8 10H4V7H8V10M14.46 15.88L15.88 14.46L18 16.59L20.12 14.46L21.54 15.88L19.41 18L21.54 20.12L20.12 21.54L18 19.41L15.88 21.54L14.46 20.12L16.59 18L14.46 15.88\" /></svg></li><li title=\"table large \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-table-large\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,3H20A2,2 0 0,1 22,5V20A2,2 0 0,1 20,22H4A2,2 0 0,1 2,20V5A2,2 0 0,1 4,3M4,7V10H8V7H4M10,7V10H14V7H10M20,10V7H16V10H20M4,12V15H8V12H4M4,20H8V17H4V20M10,12V15H14V12H10M10,20H14V17H10V20M20,20V17H16V20H20M20,12H16V15H20V12Z\" /></svg></li><li title=\"table lock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-table-lock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 16V15.5C21 14.12 19.88 13 18.5 13S16 14.12 16 15.5V16C15.45 16 15 16.45 15 17V21C15 21.55 15.45 22 16 22H21C21.55 22 22 21.55 22 21V17C22 16.45 21.55 16 21 16M20 16H17V15.5C17 14.67 17.67 14 18.5 14S20 14.67 20 15.5V16M13 18H12V14H14.26C14.54 13.21 15.04 12.5 15.69 12H12V8H18V11.05C18.17 11.03 18.33 11 18.5 11C19.03 11 19.53 11.1 20 11.26V6C20 4.89 19.11 4 18 4H4C2.9 4 2 4.89 2 6V18C2 19.11 2.9 20 4 20H13V18M10 18H4V14H10V18M10 12H4V8H10V12Z\" /></svg></li><li title=\"table merge cells \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-table-merge-cells\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,10H3V4H11V6H5V10M19,18H13V20H21V14H19V18M5,18V14H3V20H11V18H5M21,4H13V6H19V10H21V4M8,13V15L11,12L8,9V11H3V13H8M16,11V9L13,12L16,15V13H21V11H16Z\" /></svg></li><li title=\"table minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-table-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15 19V17H23V19H15M4 3H18C19.11 3 20 3.9 20 5V12.08C18.45 11.82 16.92 12.18 15.68 13H12V17H13.08C12.97 17.68 12.97 18.35 13.08 19H4C2.9 19 2 18.11 2 17V5C2 3.9 2.9 3 4 3M4 7V11H10V7H4M12 7V11H18V7H12M4 13V17H10V13H4Z\" /></svg></li><li title=\"table multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-table-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7 2H21C22.11 2 23 2.9 23 4V16C23 17.11 22.11 18 21 18H7C5.9 18 5 17.11 5 16V4C5 2.9 5.9 2 7 2M7 6V10H13V6H7M15 6V10H21V6H15M7 12V16H13V12H7M15 12V16H21V12H15M3 20V6H1V20C1 21.11 1.89 22 3 22H19V20H3Z\" /></svg></li><li title=\"table network \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-table-network\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15 20C15 19.45 14.55 19 14 19H13V17H19C20.11 17 21 16.11 21 15V3C21 1.9 20.11 1 19 1H5C3.9 1 3 1.9 3 3V15C3 16.11 3.9 17 5 17H11V19H10C9.45 19 9 19.45 9 20H2V22H9C9 22.55 9.45 23 10 23H14C14.55 23 15 22.55 15 22H22V20H15M13 5H19V9H13V5M13 11H19V15H13V11M5 5H11V9H5V5M5 15V11H11V15H5Z\" /></svg></li><li title=\"table of contents \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-table-of-contents\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,9H17V7H3V9M3,13H17V11H3V13M3,17H17V15H3V17M19,17H21V15H19V17M19,7V9H21V7H19M19,13H21V11H19V13Z\" /></svg></li><li title=\"table off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-table-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.11 21.46L2.39 1.73L1.11 3L3.22 5.11C3.08 5.38 3 5.68 3 6V18C3 19.11 3.9 20 5 20H18.11L20.84 22.73L22.11 21.46M10.11 12H5V8H6.11L10.11 12M11 18H5V14H11V18M13 18V14.89L16.11 18H13M13 9.8L7.2 4H19C20.11 4 21 4.89 21 6V17.8L19 15.8V14H17.2L15.2 12H19V8H13V9.8Z\" /></svg></li><li title=\"table picnic \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-table-picnic\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 6H20V9H18L18.22 11H23V13H18.44L19 18H16.5L15.94 13H8.06L7.5 18H5L5.56 13H1V11H5.78L6 9H4M15.5 9H8.5L8.29 11H15.71Z\" /></svg></li><li title=\"table pivot \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-table-pivot\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 15H20V18C20 19.11 19.11 20 18 20H15V22L12 19L15 16V18H18V15H16L19 12L22 15M22 4V8C22 9.1 21.1 10 20 10H10V20C10 21.1 9.1 22 8 22H4C2.9 22 2 21.1 2 20V4C2 2.9 2.9 2 4 2H20C21.1 2 22 2.9 22 4M4 8H8V4H4V8M4 10V14H8V10H4M8 20V16H4V20L8 20M14 8V4H10V8H14M20 4L20 4H16V8H20L20 4Z\" /></svg></li><li title=\"table plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-table-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18,14H20V17H23V19H20V22H18V19H15V17H18V14M4,3H18A2,2 0 0,1 20,5V12.08C18.45,11.82 16.92,12.18 15.68,13H12V17H13.08C12.97,17.68 12.97,18.35 13.08,19H4A2,2 0 0,1 2,17V5A2,2 0 0,1 4,3M4,7V11H10V7H4M12,7V11H18V7H12M4,13V17H10V13H4Z\" /></svg></li><li title=\"table refresh \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-table-refresh\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 14.5C19.11 14.5 20.11 14.95 20.83 15.67L22 14.5V18.5H18L19.77 16.73C19.32 16.28 18.69 16 18 16C16.62 16 15.5 17.12 15.5 18.5C15.5 19.88 16.62 21 18 21C18.82 21 19.55 20.61 20 20H21.71C21.12 21.47 19.68 22.5 18 22.5C15.79 22.5 14 20.71 14 18.5C14 16.29 15.79 14.5 18 14.5M4 3H18C19.11 3 20 3.9 20 5V12.17C19.5 12.06 19 12 18.5 12C17.23 12 16.04 12.37 15.04 13H12V17H12.18C12.06 17.5 12 18 12 18.5L12 19H4C2.9 19 2 18.11 2 17V5C2 3.9 2.9 3 4 3M4 7V11H10V7H4M12 7V11H18V7H12M4 13V17H10V13H4Z\" /></svg></li><li title=\"table remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-table-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.46,15.88L16.88,14.46L19,16.59L21.12,14.46L22.54,15.88L20.41,18L22.54,20.12L21.12,21.54L19,19.41L16.88,21.54L15.46,20.12L17.59,18L15.46,15.88M4,3H18A2,2 0 0,1 20,5V12.08C18.45,11.82 16.92,12.18 15.68,13H12V17H13.08C12.97,17.68 12.97,18.35 13.08,19H4A2,2 0 0,1 2,17V5A2,2 0 0,1 4,3M4,7V11H10V7H4M12,7V11H18V7H12M4,13V17H10V13H4Z\" /></svg></li><li title=\"table row height \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-table-row-height\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,5H15A2,2 0 0,1 17,7V17A2,2 0 0,1 15,19H3A2,2 0 0,1 1,17V7A2,2 0 0,1 3,5M3,9V12H8V9H3M10,9V12H15V9H10M3,14V17H8V14H3M10,14V17H15V14H10M23,14V7H19V9H21V12H19V14H23Z\" /></svg></li><li title=\"table row plus after \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-table-row-plus-after\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,10A2,2 0 0,1 20,12H4A2,2 0 0,1 2,10V3H4V5H8V3H10V5H14V3H16V5H20V3H22V10M4,10H8V7H4V10M10,10H14V7H10V10M20,10V7H16V10H20M11,14H13V17H16V19H13V22H11V19H8V17H11V14Z\" /></svg></li><li title=\"table row plus before \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-table-row-plus-before\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,14A2,2 0 0,0 20,12H4A2,2 0 0,0 2,14V21H4V19H8V21H10V19H14V21H16V19H20V21H22V14M4,14H8V17H4V14M10,14H14V17H10V14M20,14V17H16V14H20M11,10H13V7H16V5H13V2H11V5H8V7H11V10Z\" /></svg></li><li title=\"table row remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-table-row-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9.41,13L12,15.59L14.59,13L16,14.41L13.41,17L16,19.59L14.59,21L12,18.41L9.41,21L8,19.59L10.59,17L8,14.41L9.41,13M22,9A2,2 0 0,1 20,11H4A2,2 0 0,1 2,9V6A2,2 0 0,1 4,4H20A2,2 0 0,1 22,6V9M4,9H8V6H4V9M10,9H14V6H10V9M16,9H20V6H16V9Z\" /></svg></li><li title=\"table row \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-table-row\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,14A2,2 0 0,1 20,16H4A2,2 0 0,1 2,14V10A2,2 0 0,1 4,8H20A2,2 0 0,1 22,10V14M4,14H8V10H4V14M10,14H14V10H10V14M16,14H20V10H16V14Z\" /></svg></li><li title=\"table search \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-table-search\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.3,17.89C20.62,15.79 20,13 17.89,11.68C15.79,10.36 13,11 11.68,13.09C10.36,15.2 11,18 13.09,19.3C14.56,20.22 16.42,20.22 17.89,19.3L21,22.39L22.39,21L19.3,17.89M17.3,17.27C16.32,18.25 14.74,18.24 13.76,17.27C12.79,16.29 12.79,14.71 13.77,13.73C14.74,12.76 16.32,12.76 17.3,13.73C18.26,14.72 18.25,16.3 17.27,17.27H17.3M19,4H5A2,2 0 0,0 3,6V18A2,2 0 0,0 5,20H10.81C10.25,19.42 9.8,18.74 9.5,18H5V14H9.18C9.34,13.29 9.61,12.61 10,12H5V8H11V10.81C11.58,10.25 12.26,9.8 13,9.5V8H19V10C19.4,10.25 19.77,10.55 20.1,10.88C20.44,11.22 20.74,11.59 21,12V6A2,2 0 0,0 19,4Z\" /></svg></li><li title=\"table settings \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-table-settings\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7,22H9V24H7V22M11,22H13V24H11V22M15,22H17V24H15V22M5,4H19A2,2 0 0,1 21,6V18A2,2 0 0,1 19,20H5A2,2 0 0,1 3,18V6A2,2 0 0,1 5,4M5,8V12H11V8H5M13,8V12H19V8H13M5,14V18H11V14H5M13,14V18H19V14H13Z\" /></svg></li><li title=\"table split cell \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-table-split-cell\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 14H21V20H3V14H5V18H19V14M3 4V10H5V6H19V10H21V4H3M11 11V13H8V15L5 12L8 9V11H11M16 11V9L19 12L16 15V13H13V11H16Z\" /></svg></li><li title=\"table star \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-table-star\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 3H18C19.11 3 20 3.9 20 5V12.08C18.45 11.82 16.92 12.18 15.68 13H12V17H13.08C12.97 17.68 12.97 18.35 13.08 19H4C2.9 19 2 18.11 2 17V5C2 3.9 2.9 3 4 3M4 7V11H10V7H4M12 7V11H18V7H12M4 13V17H10V13H4M16.5 21.6L17.2 18.8L15 16.9L17.9 16.7L19 14L20.1 16.6L23 16.8L20.8 18.7L21.5 21.5L19 20.1L16.5 21.6Z\" /></svg></li><li title=\"table sync \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-table-sync\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 12V13.5C21.21 13.5 23 15.29 23 17.5C23 18.32 22.76 19.08 22.33 19.71L21.24 18.62C21.41 18.28 21.5 17.9 21.5 17.5C21.5 16.12 20.38 15 19 15V16.5L16.75 14.25L19 12M19 23V21.5C16.79 21.5 15 19.71 15 17.5C15 16.68 15.25 15.92 15.67 15.29L16.76 16.38C16.59 16.72 16.5 17.1 16.5 17.5C16.5 18.88 17.62 20 19 20V18.5L21.25 20.75L19 23M4 3H18C19.11 3 20 3.9 20 5V11L19.5 11C17.66 11 16 11.77 14.81 13H12V17H13L13 17.5C13 18 13.06 18.5 13.17 19H4C2.9 19 2 18.11 2 17V5C2 3.9 2.9 3 4 3M4 7V11H10V7H4M12 7V11H18V7H12M4 13V17H10V13H4Z\" /></svg></li><li title=\"table tennis \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-table-tennis\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.5,14C19.9,14 21,15.1 21,16.5C21,17.9 19.9,19 18.5,19C17.1,19 16,17.9 16,16.5C16,15.1 17.1,14 18.5,14M7,15C7,15 8,16 8,17V20.5C8,21.3 8.7,22 9.5,22C10.3,22 11,21.3 11,20.5V17C11,16 12,15 12,15H7M8,14H11C11,14 16,14 16,9C16,4 12,2 9.5,2C7,2 3,4 3,9C3,14 8,14 8,14Z\" /></svg></li><li title=\"table \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-table\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,4H19A2,2 0 0,1 21,6V18A2,2 0 0,1 19,20H5A2,2 0 0,1 3,18V6A2,2 0 0,1 5,4M5,8V12H11V8H5M13,8V12H19V8H13M5,14V18H11V14H5M13,14V18H19V14H13Z\" /></svg></li><li title=\"tablet android \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tablet-android\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.25,19H4.75V3H19.25M14,22H10V21H14M18,0H6A3,3 0 0,0 3,3V21A3,3 0 0,0 6,24H18A3,3 0 0,0 21,21V3A3,3 0 0,0 18,0Z\" /></svg></li><li title=\"tablet cellphone \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tablet-cellphone\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,4H20A2,2 0 0,1 22,6V8H18V6H5V18H14V20H3A2,2 0 0,1 1,18V6A2,2 0 0,1 3,4M17,10H23A1,1 0 0,1 24,11V21A1,1 0 0,1 23,22H17A1,1 0 0,1 16,21V11A1,1 0 0,1 17,10M18,12V19H22V12H18Z\" /></svg></li><li title=\"tablet dashboard \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tablet-dashboard\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,18H5V6H19M21,4H3C1.89,4 1,4.89 1,6V18A2,2 0 0,0 3,20H21A2,2 0 0,0 23,18V6C23,4.89 22.1,4 21,4M7,8H13V13H7V8M14,8H17V10H14V8M17,11V16H14V11H17M7,14H13V16H7V14Z\" /></svg></li><li title=\"tablet \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tablet\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,18H5V6H19M21,4H3C1.89,4 1,4.89 1,6V18A2,2 0 0,0 3,20H21A2,2 0 0,0 23,18V6C23,4.89 22.1,4 21,4Z\" /></svg></li><li title=\"taco \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-taco\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,18H5A4,4 0 0,1 1,14A8,8 0 0,1 9,6C10.06,6 11.07,6.21 12,6.58C12.93,6.21 13.94,6 15,6A8,8 0 0,1 23,14A4,4 0 0,1 19,18M3,14A2,2 0 0,0 5,16A2,2 0 0,0 7,14C7,11.63 8.03,9.5 9.67,8.04L9,8A6,6 0 0,0 3,14M19,16A2,2 0 0,0 21,14A6,6 0 0,0 15,8A6,6 0 0,0 9,14C9,14.73 8.81,15.41 8.46,16H19Z\" /></svg></li><li title=\"tag arrow down outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tag-arrow-down-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6.5 5C5.67 5 5 5.67 5 6.5S5.67 8 6.5 8 8 7.33 8 6.5 7.33 5 6.5 5M6.5 5C5.67 5 5 5.67 5 6.5S5.67 8 6.5 8 8 7.33 8 6.5 7.33 5 6.5 5M21.41 11.58L12.41 2.58C12.04 2.21 11.53 2 11 2H4C2.9 2 2 2.9 2 4V11C2 11.53 2.21 12.04 2.59 12.42L3 12.82C3.64 12.44 4.35 12.19 5.08 12.08L4 11V4H11L20 13L13 20L11.92 18.92C11.82 19.66 11.56 20.36 11.18 21L11.59 21.41C11.96 21.79 12.47 22 13 22C13.53 22 14.04 21.79 14.41 21.41L21.41 14.41C21.79 14.04 22 13.53 22 13C22 12.47 21.79 11.96 21.41 11.58M6.5 5C5.67 5 5 5.67 5 6.5S5.67 8 6.5 8 8 7.33 8 6.5 7.33 5 6.5 5M8 18V14H6V18H4L7 21L10 18H8Z\" /></svg></li><li title=\"tag arrow down \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tag-arrow-down\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.41 11.58L12.41 2.58C12.04 2.21 11.53 2 11 2H4C2.9 2 2 2.9 2 4V11C2 11.53 2.21 12.04 2.59 12.41L3 12.81C3.9 12.27 4.94 12 6 12C9.31 12 12 14.69 12 18C12 19.06 11.72 20.09 11.18 21L11.58 21.4C11.95 21.78 12.47 22 13 22S14.04 21.79 14.41 21.41L21.41 14.41C21.79 14.04 22 13.53 22 13S21.79 11.96 21.41 11.58M5.5 7C4.67 7 4 6.33 4 5.5S4.67 4 5.5 4 7 4.67 7 5.5 6.33 7 5.5 7M7 19V15H5V19H3L6 22L9 19H7Z\" /></svg></li><li title=\"tag arrow left outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tag-arrow-left-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6.5 5C5.67 5 5 5.67 5 6.5S5.67 8 6.5 8 8 7.33 8 6.5 7.33 5 6.5 5M6.5 5C5.67 5 5 5.67 5 6.5S5.67 8 6.5 8 8 7.33 8 6.5 7.33 5 6.5 5M21.41 11.58L12.41 2.58C12.04 2.21 11.53 2 11 2H4C2.9 2 2 2.9 2 4V11C2 11.53 2.21 12.04 2.59 12.42L3 12.82C3.64 12.44 4.35 12.19 5.08 12.08L4 11V4H11L20 13L13 20L11.92 18.92C11.82 19.66 11.56 20.36 11.18 21L11.59 21.41C11.96 21.79 12.47 22 13 22C13.53 22 14.04 21.79 14.41 21.41L21.41 14.41C21.79 14.04 22 13.53 22 13C22 12.47 21.79 11.96 21.41 11.58M6.5 5C5.67 5 5 5.67 5 6.5S5.67 8 6.5 8 8 7.33 8 6.5 7.33 5 6.5 5M5 19H9V17H5V15L2 18L5 21V19Z\" /></svg></li><li title=\"tag arrow left \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tag-arrow-left\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.41 11.58L12.41 2.58C12.04 2.21 11.53 2 11 2H4C2.9 2 2 2.9 2 4V11C2 11.53 2.21 12.04 2.59 12.41L3 12.81C3.9 12.27 4.94 12 6 12C9.31 12 12 14.69 12 18C12 19.06 11.72 20.09 11.18 21L11.58 21.4C11.95 21.78 12.47 22 13 22S14.04 21.79 14.41 21.41L21.41 14.41C21.79 14.04 22 13.53 22 13S21.79 11.96 21.41 11.58M5.5 7C4.67 7 4 6.33 4 5.5S4.67 4 5.5 4 7 4.67 7 5.5 6.33 7 5.5 7M5 19H9V17H5V15L2 18L5 21V19Z\" /></svg></li><li title=\"tag arrow right outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tag-arrow-right-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6.5 5C5.67 5 5 5.67 5 6.5S5.67 8 6.5 8 8 7.33 8 6.5 7.33 5 6.5 5M6.5 5C5.67 5 5 5.67 5 6.5S5.67 8 6.5 8 8 7.33 8 6.5 7.33 5 6.5 5M21.41 11.58L12.41 2.58C12.04 2.21 11.53 2 11 2H4C2.9 2 2 2.9 2 4V11C2 11.53 2.21 12.04 2.59 12.42L3 12.82C3.64 12.44 4.35 12.19 5.08 12.08L4 11V4H11L20 13L13 20L11.92 18.92C11.82 19.66 11.56 20.36 11.18 21L11.59 21.41C11.96 21.79 12.47 22 13 22C13.53 22 14.04 21.79 14.41 21.41L21.41 14.41C21.79 14.04 22 13.53 22 13C22 12.47 21.79 11.96 21.41 11.58M6.5 5C5.67 5 5 5.67 5 6.5S5.67 8 6.5 8 8 7.33 8 6.5 7.33 5 6.5 5M6 17H2V19H6V21L9 18L6 15V17Z\" /></svg></li><li title=\"tag arrow right \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tag-arrow-right\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.41 11.58L12.41 2.58C12.04 2.21 11.53 2 11 2H4C2.9 2 2 2.9 2 4V11C2 11.53 2.21 12.04 2.59 12.41L3 12.81C3.9 12.27 4.94 12 6 12C9.31 12 12 14.69 12 18C12 19.06 11.72 20.09 11.18 21L11.58 21.4C11.95 21.78 12.47 22 13 22S14.04 21.79 14.41 21.41L21.41 14.41C21.79 14.04 22 13.53 22 13S21.79 11.96 21.41 11.58M5.5 7C4.67 7 4 6.33 4 5.5S4.67 4 5.5 4 7 4.67 7 5.5 6.33 7 5.5 7M6 17H2V19H6V21L9 18L6 15V17Z\" /></svg></li><li title=\"tag arrow up outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tag-arrow-up-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6.5 5C5.67 5 5 5.67 5 6.5S5.67 8 6.5 8 8 7.33 8 6.5 7.33 5 6.5 5M6.5 5C5.67 5 5 5.67 5 6.5S5.67 8 6.5 8 8 7.33 8 6.5 7.33 5 6.5 5M21.41 11.58L12.41 2.58C12.04 2.21 11.53 2 11 2H4C2.9 2 2 2.9 2 4V11C2 11.53 2.21 12.04 2.59 12.42L3 12.82C3.64 12.44 4.35 12.19 5.08 12.08L4 11V4H11L20 13L13 20L11.92 18.92C11.82 19.66 11.56 20.36 11.18 21L11.59 21.41C11.96 21.79 12.47 22 13 22C13.53 22 14.04 21.79 14.41 21.41L21.41 14.41C21.79 14.04 22 13.53 22 13C22 12.47 21.79 11.96 21.41 11.58M6.5 5C5.67 5 5 5.67 5 6.5S5.67 8 6.5 8 8 7.33 8 6.5 7.33 5 6.5 5M6 17V21H8V17H10L7 14L4 17H6Z\" /></svg></li><li title=\"tag arrow up \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tag-arrow-up\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.41 11.58L12.41 2.58C12.04 2.21 11.53 2 11 2H4C2.9 2 2 2.9 2 4V11C2 11.53 2.21 12.04 2.59 12.41L3 12.81C3.9 12.27 4.94 12 6 12C9.31 12 12 14.69 12 18C12 19.06 11.72 20.09 11.18 21L11.58 21.4C11.95 21.78 12.47 22 13 22S14.04 21.79 14.41 21.41L21.41 14.41C21.79 14.04 22 13.53 22 13S21.79 11.96 21.41 11.58M5.5 7C4.67 7 4 6.33 4 5.5S4.67 4 5.5 4 7 4.67 7 5.5 6.33 7 5.5 7M5 17V21H7V17H9L6 14L3 17H5Z\" /></svg></li><li title=\"tag faces \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tag-faces\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,18C11.68,18 9,15.31 9,12C9,8.68 11.68,6 15,6A6,6 0 0,1 21,12A6,6 0 0,1 15,18M4,13A1,1 0 0,1 3,12A1,1 0 0,1 4,11A1,1 0 0,1 5,12A1,1 0 0,1 4,13M22,3H7.63C6.97,3 6.38,3.32 6,3.81L0,12L6,20.18C6.38,20.68 6.97,21 7.63,21H22A2,2 0 0,0 24,19V5C24,3.89 23.1,3 22,3M13,11A1,1 0 0,0 14,10A1,1 0 0,0 13,9A1,1 0 0,0 12,10A1,1 0 0,0 13,11M15,16C16.86,16 18.35,14.72 18.8,13H11.2C11.65,14.72 13.14,16 15,16M17,11A1,1 0 0,0 18,10A1,1 0 0,0 17,9A1,1 0 0,0 16,10A1,1 0 0,0 17,11Z\" /></svg></li><li title=\"tag heart outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tag-heart-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,2A2,2 0 0,0 2,4V11C2,11.55 2.22,12.05 2.59,12.42L11.59,21.42C11.95,21.78 12.45,22 13,22C13.55,22 14.05,21.78 14.41,21.41L21.41,14.41C21.78,14.05 22,13.55 22,13C22,12.45 21.77,11.94 21.41,11.58L12.41,2.58C12.05,2.22 11.55,2 11,2H4V2M11,4L20,13L13,20L4,11V4H11V4H11M6.5,5A1.5,1.5 0 0,0 5,6.5A1.5,1.5 0 0,0 6.5,8A1.5,1.5 0 0,0 8,6.5A1.5,1.5 0 0,0 6.5,5M10.95,10.5C9.82,10.5 8.9,11.42 8.9,12.55C8.9,13.12 9.13,13.62 9.5,14L13,17.5L16.5,14C16.87,13.63 17.1,13.11 17.1,12.55A2.05,2.05 0 0,0 15.05,10.5C14.5,10.5 13.97,10.73 13.6,11.1L13,11.7L12.4,11.11C12.03,10.73 11.5,10.5 10.95,10.5Z\" /></svg></li><li title=\"tag heart \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tag-heart\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.41,11.58L12.41,2.58C12.05,2.22 11.55,2 11,2H4A2,2 0 0,0 2,4V11C2,11.55 2.22,12.05 2.59,12.42L11.59,21.42C11.95,21.78 12.45,22 13,22C13.55,22 14.05,21.78 14.41,21.41L21.41,14.41C21.78,14.05 22,13.55 22,13C22,12.45 21.77,11.94 21.41,11.58M5.5,7A1.5,1.5 0 0,1 4,5.5A1.5,1.5 0 0,1 5.5,4A1.5,1.5 0 0,1 7,5.5A1.5,1.5 0 0,1 5.5,7M17.27,15.27L13,19.54L8.73,15.27C8.28,14.81 8,14.19 8,13.5A2.5,2.5 0 0,1 10.5,11C11.19,11 11.82,11.28 12.27,11.74L13,12.46L13.73,11.73C14.18,11.28 14.81,11 15.5,11A2.5,2.5 0 0,1 18,13.5C18,14.19 17.72,14.82 17.27,15.27Z\" /></svg></li><li title=\"tag minus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tag-minus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6.5 5C5.67 5 5 5.67 5 6.5S5.67 8 6.5 8 8 7.33 8 6.5 7.33 5 6.5 5M6.5 5C5.67 5 5 5.67 5 6.5S5.67 8 6.5 8 8 7.33 8 6.5 7.33 5 6.5 5M21.41 11.58L12.41 2.58C12.04 2.21 11.53 2 11 2H4C2.9 2 2 2.9 2 4V11C2 11.53 2.21 12.04 2.59 12.42L3 12.82C3.64 12.44 4.35 12.19 5.08 12.08L4 11V4H11L20 13L13 20L11.92 18.92C11.82 19.66 11.56 20.36 11.18 21L11.59 21.41C11.96 21.79 12.47 22 13 22C13.53 22 14.04 21.79 14.41 21.41L21.41 14.41C21.79 14.04 22 13.53 22 13C22 12.47 21.79 11.96 21.41 11.58M6.5 5C5.67 5 5 5.67 5 6.5S5.67 8 6.5 8 8 7.33 8 6.5 7.33 5 6.5 5M10 19H2V17H10V19Z\" /></svg></li><li title=\"tag minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tag-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.41,11.58L12.41,2.58C12.04,2.21 11.53,2 11,2H4A2,2 0 0,0 2,4V11C2,11.53 2.21,12.04 2.59,12.41L3,12.81C3.9,12.27 4.94,12 6,12A6,6 0 0,1 12,18C12,19.06 11.72,20.09 11.18,21L11.58,21.4C11.95,21.78 12.47,22 13,22C13.53,22 14.04,21.79 14.41,21.41L21.41,14.41C21.79,14.04 22,13.53 22,13C22,12.47 21.79,11.96 21.41,11.58M5.5,7A1.5,1.5 0 0,1 4,5.5A1.5,1.5 0 0,1 5.5,4A1.5,1.5 0 0,1 7,5.5A1.5,1.5 0 0,1 5.5,7M10,19H2V17H10V19Z\" /></svg></li><li title=\"tag multiple outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tag-multiple-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6.5 10C7.3 10 8 9.3 8 8.5S7.3 7 6.5 7 5 7.7 5 8.5 5.7 10 6.5 10M9 6L16 13L11 18L4 11V6H9M9 4H4C2.9 4 2 4.9 2 6V11C2 11.6 2.2 12.1 2.6 12.4L9.6 19.4C9.9 19.8 10.4 20 11 20S12.1 19.8 12.4 19.4L17.4 14.4C17.8 14 18 13.5 18 13C18 12.4 17.8 11.9 17.4 11.6L10.4 4.6C10.1 4.2 9.6 4 9 4M13.5 5.7L14.5 4.7L21.4 11.6C21.8 12 22 12.5 22 13S21.8 14.1 21.4 14.4L16 19.8L15 18.8L20.7 13L13.5 5.7Z\" /></svg></li><li title=\"tag multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tag-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5.5,9A1.5,1.5 0 0,0 7,7.5A1.5,1.5 0 0,0 5.5,6A1.5,1.5 0 0,0 4,7.5A1.5,1.5 0 0,0 5.5,9M17.41,11.58C17.77,11.94 18,12.44 18,13C18,13.55 17.78,14.05 17.41,14.41L12.41,19.41C12.05,19.77 11.55,20 11,20C10.45,20 9.95,19.78 9.58,19.41L2.59,12.42C2.22,12.05 2,11.55 2,11V6C2,4.89 2.89,4 4,4H9C9.55,4 10.05,4.22 10.41,4.58L17.41,11.58M13.54,5.71L14.54,4.71L21.41,11.58C21.78,11.94 22,12.45 22,13C22,13.55 21.78,14.05 21.42,14.41L16.04,19.79L15.04,18.79L20.75,13L13.54,5.71Z\" /></svg></li><li title=\"tag off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tag-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6.5 5A1.5 1.5 0 1 0 8 6.5A1.5 1.5 0 0 0 6.5 5M6.5 5A1.5 1.5 0 1 0 8 6.5A1.5 1.5 0 0 0 6.5 5M18.33 8.5L22.92 3.92L21.5 2.5L2.5 21.5L3.92 22.92L8.5 18.33L11.59 21.42A2 2 0 0 0 13 22A2 2 0 0 0 14.41 21.41L21.41 14.41A2 2 0 0 0 22 13A2 2 0 0 0 21.41 11.58M13 20L9.92 16.92L16.92 9.92L20 13M5.61 15.43L7 14L4 11V4H11L14.06 7.06L15.47 5.66L12.41 2.58A2 2 0 0 0 11 2H4A2 2 0 0 0 2 4V11A2 2 0 0 0 2.59 12.42M5 6.5A1.5 1.5 0 1 0 6.5 5A1.5 1.5 0 0 0 5 6.5Z\" /></svg></li><li title=\"tag off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tag-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.33 8.5L22.92 3.92L21.5 2.5L2.5 21.5L3.92 22.92L8.5 18.33L11.58 21.41A2 2 0 0 0 13 22A2 2 0 0 0 14.41 21.41L21.41 14.41A2 2 0 0 0 22 13A2 2 0 0 0 21.41 11.58M5.61 15.43L15.47 5.65L12.41 2.58A2 2 0 0 0 11 2H4A2 2 0 0 0 2 4V11A2 2 0 0 0 2.59 12.41M5.5 4A1.5 1.5 0 1 1 4 5.5A1.5 1.5 0 0 1 5.5 4Z\" /></svg></li><li title=\"tag outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tag-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.41 11.58L12.41 2.58A2 2 0 0 0 11 2H4A2 2 0 0 0 2 4V11A2 2 0 0 0 2.59 12.42L11.59 21.42A2 2 0 0 0 13 22A2 2 0 0 0 14.41 21.41L21.41 14.41A2 2 0 0 0 22 13A2 2 0 0 0 21.41 11.58M13 20L4 11V4H11L20 13M6.5 5A1.5 1.5 0 1 1 5 6.5A1.5 1.5 0 0 1 6.5 5Z\" /></svg></li><li title=\"tag plus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tag-plus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6.5 5A1.5 1.5 0 1 0 8 6.5A1.5 1.5 0 0 0 6.5 5M6.5 5A1.5 1.5 0 1 0 8 6.5A1.5 1.5 0 0 0 6.5 5M21.41 11.58L12.41 2.58A2 2 0 0 0 11 2H4A2 2 0 0 0 2 4V11A2 2 0 0 0 2.59 12.42L3 12.82A5.62 5.62 0 0 1 5.08 12.08L4 11V4H11L20 13L13 20L11.92 18.92A5.57 5.57 0 0 1 11.18 21L11.59 21.41A2 2 0 0 0 13 22A2 2 0 0 0 14.41 21.41L21.41 14.41A2 2 0 0 0 22 13A2 2 0 0 0 21.41 11.58M6.5 5A1.5 1.5 0 1 0 8 6.5A1.5 1.5 0 0 0 6.5 5M10 19H7V22H5V19H2V17H5V14H7V17H10Z\" /></svg></li><li title=\"tag plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tag-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.41,11.58L12.41,2.58C12.04,2.21 11.53,2 11,2H4A2,2 0 0,0 2,4V11C2,11.53 2.21,12.04 2.59,12.41L3,12.81C3.9,12.27 4.94,12 6,12A6,6 0 0,1 12,18C12,19.06 11.72,20.09 11.18,21L11.58,21.4C11.95,21.78 12.47,22 13,22C13.53,22 14.04,21.79 14.41,21.41L21.41,14.41C21.79,14.04 22,13.53 22,13C22,12.47 21.79,11.96 21.41,11.58M5.5,7A1.5,1.5 0 0,1 4,5.5A1.5,1.5 0 0,1 5.5,4A1.5,1.5 0 0,1 7,5.5A1.5,1.5 0 0,1 5.5,7M10,19H7V22H5V19H2V17H5V14H7V17H10V19Z\" /></svg></li><li title=\"tag remove outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tag-remove-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6.5 5A1.5 1.5 0 1 0 8 6.5A1.5 1.5 0 0 0 6.5 5M6.5 5A1.5 1.5 0 1 0 8 6.5A1.5 1.5 0 0 0 6.5 5M21.41 11.58L12.41 2.58A2 2 0 0 0 11 2H4A2 2 0 0 0 2 4V11A2 2 0 0 0 2.59 12.42L3 12.82A5.62 5.62 0 0 1 5.08 12.08L4 11V4H11L20 13L13 20L11.92 18.92A5.57 5.57 0 0 1 11.18 21L11.59 21.41A2 2 0 0 0 13 22A2 2 0 0 0 14.41 21.41L21.41 14.41A2 2 0 0 0 22 13A2 2 0 0 0 21.41 11.58M6.5 5A1.5 1.5 0 1 0 8 6.5A1.5 1.5 0 0 0 6.5 5M8.12 21.54L6 19.41L3.88 21.54L2.46 20.12L4.59 18L2.46 15.88L3.88 14.46L6 16.59L8.12 14.46L9.54 15.88L7.41 18L9.54 20.12Z\" /></svg></li><li title=\"tag remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tag-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.41,11.58L12.41,2.58C12.04,2.21 11.53,2 11,2H4A2,2 0 0,0 2,4V11C2,11.53 2.21,12.04 2.59,12.41L3,12.81C3.9,12.27 4.94,12 6,12A6,6 0 0,1 12,18C12,19.06 11.72,20.09 11.18,21L11.58,21.4C11.95,21.78 12.47,22 13,22C13.53,22 14.04,21.79 14.41,21.41L21.41,14.41C21.79,14.04 22,13.53 22,13C22,12.47 21.79,11.96 21.41,11.58M5.5,7A1.5,1.5 0 0,1 4,5.5A1.5,1.5 0 0,1 5.5,4A1.5,1.5 0 0,1 7,5.5A1.5,1.5 0 0,1 5.5,7M8.12,21.54L6,19.41L3.88,21.54L2.46,20.12L4.59,18L2.46,15.88L3.87,14.47L6,16.59L8.12,14.47L9.53,15.88L7.41,18L9.53,20.12L8.12,21.54Z\" /></svg></li><li title=\"tag search outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tag-search-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 13C22 13.53 21.79 14.04 21.41 14.41L21 14.83C20.91 11.97 18.84 9.62 16.11 9.11L11 4H4V11L9.11 16.11C9.62 18.84 11.97 20.91 14.83 21L14.41 21.41C14.04 21.79 13.53 22 13 22C12.47 22 11.97 21.79 11.59 21.42L2.59 12.42C2.21 12.04 2 11.53 2 11V4C2 2.9 2.9 2 4 2H11C11.53 2 12.04 2.21 12.41 2.58L21.41 11.58C21.79 11.96 22 12.47 22 13M5 6.5C5 7.33 5.67 8 6.5 8S8 7.33 8 6.5 7.33 5 6.5 5 5 5.67 5 6.5M15.11 10.61C12.61 10.61 10.61 12.61 10.61 15.11S12.61 19.61 15.11 19.61C16 19.61 16.8 19.36 17.5 18.93L20.61 22L22 20.61L18.92 17.5C19.36 16.82 19.61 16 19.61 15.11C19.61 12.61 17.61 10.61 15.11 10.61M15.11 12.61C16.5 12.61 17.61 13.73 17.61 15.11S16.5 17.61 15.11 17.61 12.61 16.5 12.61 15.11 13.73 12.61 15.11 12.61\" /></svg></li><li title=\"tag search \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tag-search\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.41 11.58L12.41 2.58C12.05 2.22 11.55 2 11 2H4C2.89 2 2 2.89 2 4V11C2 11.55 2.22 12.05 2.59 12.41L11.58 21.41C11.95 21.77 12.45 22 13 22S14.05 21.77 14.41 21.41L14.83 21C11.6 20.9 9 18.26 9 15C9 11.69 11.69 9 15 9C18.26 9 20.9 11.6 21 14.83L21.41 14.41C21.78 14.05 22 13.55 22 13C22 12.44 21.77 11.94 21.41 11.58M5.5 7C4.67 7 4 6.33 4 5.5S4.67 4 5.5 4 7 4.67 7 5.5 6.33 7 5.5 7M15.11 10.61C17.61 10.61 19.61 12.61 19.61 15.11C19.61 16 19.36 16.82 18.92 17.5L22 20.61L20.61 22L17.5 18.93C16.8 19.36 16 19.61 15.11 19.61C12.61 19.61 10.61 17.61 10.61 15.11S12.61 10.61 15.11 10.61M15.11 12.61C13.73 12.61 12.61 13.73 12.61 15.11S13.73 17.61 15.11 17.61 17.61 16.5 17.61 15.11 16.5 12.61 15.11 12.61\" /></svg></li><li title=\"tag text outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tag-text-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.4 11.6L12.4 2.6C12 2.2 11.5 2 11 2H4C2.9 2 2 2.9 2 4V11C2 11.5 2.2 12 2.6 12.4L11.6 21.4C12 21.8 12.5 22 13 22C13.5 22 14 21.8 14.4 21.4L21.4 14.4C21.8 14 22 13.5 22 13C22 12.5 21.8 12 21.4 11.6M13 20L4 11V4H11L20 13M6.5 5C7.3 5 8 5.7 8 6.5S7.3 8 6.5 8 5 7.3 5 6.5 5.7 5 6.5 5M10.1 8.9L11.5 7.5L17 13L15.6 14.4L10.1 8.9M7.6 11.4L9 10L13 14L11.6 15.4L7.6 11.4Z\" /></svg></li><li title=\"tag text \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tag-text\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.41 11.58L12.41 2.58A2 2 0 0 0 11 2H4A2 2 0 0 0 2 4V11A2 2 0 0 0 2.59 12.41L11.59 21.41A2 2 0 0 0 13 22A2 2 0 0 0 14.41 21.41L21.41 14.41A2 2 0 0 0 22 13A2 2 0 0 0 21.41 11.58M6.5 8A1.5 1.5 0 1 1 8 6.5A1.5 1.5 0 0 1 6.5 8M11.59 15.41L7.59 11.41L9 10L13 14M15.59 14.41L10.09 8.91L11.5 7.5L17 13Z\" /></svg></li><li title=\"tag \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tag\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5.5,7A1.5,1.5 0 0,1 4,5.5A1.5,1.5 0 0,1 5.5,4A1.5,1.5 0 0,1 7,5.5A1.5,1.5 0 0,1 5.5,7M21.41,11.58L12.41,2.58C12.05,2.22 11.55,2 11,2H4C2.89,2 2,2.89 2,4V11C2,11.55 2.22,12.05 2.59,12.41L11.58,21.41C11.95,21.77 12.45,22 13,22C13.55,22 14.05,21.77 14.41,21.41L21.41,14.41C21.78,14.05 22,13.55 22,13C22,12.44 21.77,11.94 21.41,11.58Z\" /></svg></li><li title=\"tailwind \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tailwind\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 6C9.33 6 7.67 7.33 7 10C8 8.67 9.17 8.17 10.5 8.5C11.26 8.69 11.81 9.24 12.41 9.85C13.39 10.85 14.5 12 17 12C19.67 12 21.33 10.67 22 8C21 9.33 19.83 9.83 18.5 9.5C17.74 9.31 17.2 8.76 16.59 8.15C15.61 7.15 14.5 6 12 6M7 12C4.33 12 2.67 13.33 2 16C3 14.67 4.17 14.17 5.5 14.5C6.26 14.69 6.8 15.24 7.41 15.85C8.39 16.85 9.5 18 12 18C14.67 18 16.33 16.67 17 14C16 15.33 14.83 15.83 13.5 15.5C12.74 15.31 12.2 14.76 11.59 14.15C10.61 13.15 9.5 12 7 12Z\" /></svg></li><li title=\"tangram \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tangram\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 2H4C2.9 2 2 2.9 2 4V20C2 21.1 2.9 22 4 22H20C21.1 22 22 21.1 22 20V4C22 2.9 21.1 2 20 2M18.59 4L12 10.59L5.41 4H18.59M13.41 12L16.5 8.91L19.59 12L16.5 15.09L13.41 12M14.59 16H9.41L12 13.41L14.59 16M4 5.41L10.59 12L4 18.59V5.41M11.59 20H5.41L7.41 18H13.59L11.59 20M20 20H14.41L20 14.41V20M20 9.59L17.91 7.5L20 5.41V9.59Z\" /></svg></li><li title=\"tank \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tank\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,12H4V11H6L7,6H12L13,11H20V12M13.22,7L13.62,9H22V7H13.22M22,16A3,3 0 0,1 19,19H5A3,3 0 0,1 2,16A3,3 0 0,1 5,13H19A3,3 0 0,1 22,16M6,16A1,1 0 0,0 5,15A1,1 0 0,0 4,16A1,1 0 0,0 5,17A1,1 0 0,0 6,16M13,16A1,1 0 0,0 12,15A1,1 0 0,0 11,16A1,1 0 0,0 12,17A1,1 0 0,0 13,16M20,16A1,1 0 0,0 19,15A1,1 0 0,0 18,16A1,1 0 0,0 19,17A1,1 0 0,0 20,16Z\" /></svg></li><li title=\"tanker truck \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tanker-truck\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 8H15V14H2V17H3C3 18.7 4.3 20 6 20S9 18.7 9 17H15C15 18.7 16.3 20 18 20S21 18.7 21 17H23V12L20 8M6 18.5C5.2 18.5 4.5 17.8 4.5 17S5.2 15.5 6 15.5 7.5 16.2 7.5 17 6.8 18.5 6 18.5M18 18.5C17.2 18.5 16.5 17.8 16.5 17S17.2 15.5 18 15.5 19.5 16.2 19.5 17 18.8 18.5 18 18.5M17 12V9.5H19.5L21.5 12H17M14 9.5C14 11.4 12.4 13 10.5 13H4.5C2.6 13 1 11.4 1 9.5S2.6 6 4.5 6H5V5H4V4H8V5H7V6H10.5C12.4 6 14 7.6 14 9.5Z\" /></svg></li><li title=\"tape drive \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tape-drive\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 10C13.11 10 14 10.9 14 12C14 13.11 13.11 14 12 14C10.9 14 10 13.11 10 12C10 10.9 10.9 10 12 10M5 3H19C20.11 3 21 3.9 21 5V17H16.9C18.2 15.73 19 13.96 19 12C19 8.13 15.87 5 12 5C8.13 5 5 8.13 5 12C5 15.87 8.13 19 12 19H21C21 20.11 20.11 21 19 21H5C3.9 21 3 20.11 3 19V5C3 3.9 3.9 3 5 3Z\" /></svg></li><li title=\"tape measure \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tape-measure\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,5A7,7 0 0,1 16,12H17V15H16V19H9A7,7 0 0,1 2,12A7,7 0 0,1 9,5M9,8A4,4 0 0,0 5,12A4,4 0 0,0 9,16A4,4 0 0,0 13,12A4,4 0 0,0 9,8M17,17H22V19L22,21H20V19H17V17Z\" /></svg></li><li title=\"target account \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-target-account\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.95,11H22.5V13H20.95C20.5,17.17 17.17,20.5 13,20.95V22.5H11V20.95C6.83,20.5 3.5,17.17 3.05,13H1.5V11H3.05C3.5,6.83 6.83,3.5 11,3.05V1.5H13V3.05C17.17,3.5 20.5,6.83 20.95,11M5.07,11H6.5V13H5.07C5.5,16.07 7.93,18.5 11,18.93V17.5H13V18.93C16.07,18.5 18.5,16.07 18.93,13H17.5V11H18.93C18.5,7.93 16.07,5.5 13,5.07V6.5H11V5.07C7.93,5.5 5.5,7.93 5.07,11M16,16H8V15C8,13.67 10.67,13 12,13C13.33,13 16,13.67 16,15V16M12,8A2,2 0 0,1 14,10A2,2 0 0,1 12,12A2,2 0 0,1 10,10A2,2 0 0,1 12,8Z\" /></svg></li><li title=\"target variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-target-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.08,11.04H20.08V4H13.05V2H11.04V4H4V11.04H2V13.05H4V20.08H11.04V22.08H13.05V20.08H20.08V13.05H22.08V11.04M18.07,18.07H13.05V16.06H11.04V18.07H6V13.05H8.03V11.04H6V6H11.04V8.03H13.05V6H18.07V11.04H16.06V13.05H18.07V18.07M13.05,12.05A1,1 0 0,1 12.05,13.05C11.5,13.05 11.04,12.6 11.04,12.05C11.04,11.5 11.5,11.04 12.05,11.04C12.6,11.04 13.05,11.5 13.05,12.05Z\" /></svg></li><li title=\"target \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-target\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,2V4.07C7.38,4.53 4.53,7.38 4.07,11H2V13H4.07C4.53,16.62 7.38,19.47 11,19.93V22H13V19.93C16.62,19.47 19.47,16.62 19.93,13H22V11H19.93C19.47,7.38 16.62,4.53 13,4.07V2M11,6.08V8H13V6.09C15.5,6.5 17.5,8.5 17.92,11H16V13H17.91C17.5,15.5 15.5,17.5 13,17.92V16H11V17.91C8.5,17.5 6.5,15.5 6.08,13H8V11H6.09C6.5,8.5 8.5,6.5 11,6.08M12,11A1,1 0 0,0 11,12A1,1 0 0,0 12,13A1,1 0 0,0 13,12A1,1 0 0,0 12,11Z\" /></svg></li><li title=\"taxi \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-taxi\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,11L6.5,6.5H17.5L19,11M17.5,16A1.5,1.5 0 0,1 16,14.5A1.5,1.5 0 0,1 17.5,13A1.5,1.5 0 0,1 19,14.5A1.5,1.5 0 0,1 17.5,16M6.5,16A1.5,1.5 0 0,1 5,14.5A1.5,1.5 0 0,1 6.5,13A1.5,1.5 0 0,1 8,14.5A1.5,1.5 0 0,1 6.5,16M18.92,6C18.72,5.42 18.16,5 17.5,5H15V3H9V5H6.5C5.84,5 5.28,5.42 5.08,6L3,12V20A1,1 0 0,0 4,21H5A1,1 0 0,0 6,20V19H18V20A1,1 0 0,0 19,21H20A1,1 0 0,0 21,20V12L18.92,6Z\" /></svg></li><li title=\"tea outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tea-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,19H20V21H4V19M21.4,3.6C21,3.2 20.6,3 20,3H4V13C4,14.1 4.4,15 5.2,15.8C6,16.6 6.9,17 8,17H14C15.1,17 16,16.6 16.8,15.8C17.6,15 18,14.1 18,13V10H20C20.6,10 21,9.8 21.4,9.4C21.8,9 22,8.6 22,8V5C22,4.5 21.8,4 21.4,3.6M16,5V8L16,10V13C16,13.6 15.8,14 15.4,14.4C15,14.8 14.6,15 14,15H8C7.4,15 7,14.8 6.6,14.4C6.2,14 6,13.5 6,13V5H10V6.4L8.2,7.8C8,7.9 8,8.1 8,8.2V12.5C8,12.8 8.2,13 8.5,13H12.5C12.8,13 13,12.8 13,12.5V8.2C13,8 12.9,7.9 12.8,7.8L11,6.4V5H16M20,8H18V5H20V8Z\" /></svg></li><li title=\"tea \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tea\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,19H20V21H4V19M20,8V5H18V8H20M20,3C20.6,3 21,3.2 21.4,3.6C21.8,4 22,4.5 22,5V8C22,8.6 21.8,9 21.4,9.4C21,9.8 20.6,10 20,10H18V13C18,14.1 17.6,15 16.8,15.8C16,16.6 15.1,17 14,17H8C6.9,17 6,16.6 5.2,15.8C4.4,15 4,14.1 4,13V3H9V5.4L7.2,6.8C7.1,6.9 7,7.1 7,7.2V11.5C7,11.8 7.2,12 7.5,12H11.5C11.8,12 12,11.8 12,11.5V7.2C12,7 11.9,6.9 11.8,6.8L10,5.4V3H20Z\" /></svg></li><li title=\"teamviewer \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-teamviewer\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10.04 9.2L9.3 11H14.75L14 9.2L19.55 12L14 14.8L14.75 13H9.3L10.04 14.8L4.5 12L10.04 9.2M20.83 22H3.17C2.53 22 2 21.5 2 20.83V3.17C2 2.53 2.53 2 3.17 2H20.83C21.5 2 22 2.53 22 3.17V20.83C22 21.47 21.5 22 20.83 22M11.93 3.76C7.41 3.82 3.78 7.5 3.76 12C3.72 16.5 7.35 20.2 11.86 20.24H12C16.53 20.18 20.18 16.53 20.24 12C20.31 7.5 16.74 3.83 12.26 3.76C12.15 3.75 12.04 3.76 11.93 3.76Z\" /></svg></li><li title=\"teddy bear \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-teddy-bear\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.75 19.13C14.92 19.13 14.25 18.29 14.25 17.25C14.25 16.22 14.92 15.38 15.75 15.38C16.58 15.38 17.25 16.22 17.25 17.25C17.25 18.29 16.58 19.13 15.75 19.13M12 11.25C10.76 11.25 9.75 10.41 9.75 9.38C9.75 8.34 10.76 7.5 12 7.5C13.24 7.5 14.25 8.34 14.25 9.38C14.25 10.41 13.24 11.25 12 11.25M8.25 19.13C7.42 19.13 6.75 18.29 6.75 17.25C6.75 16.22 7.42 15.38 8.25 15.38C9.08 15.38 9.75 16.22 9.75 17.25C9.75 18.29 9.08 19.13 8.25 19.13M12 8.25C12.41 8.25 12.75 8.59 12.75 9C12.75 9.41 12.41 9.75 12 9.75C11.59 9.75 11.25 9.41 11.25 9C11.25 8.59 11.59 8.25 12 8.25M18.75 12C18.43 12 18.12 12.07 17.84 12.2C17.36 11.59 16.71 11.07 15.93 10.67C16.5 9.87 16.84 8.9 16.84 7.85C16.84 7.83 16.84 7.81 16.84 7.79C17.93 7.56 18.75 6.59 18.75 5.42C18.75 4.09 17.66 3 16.33 3C15.64 3 15 3.29 14.58 3.75C13.83 3.28 12.95 3 12 3C11.05 3 10.16 3.28 9.42 3.75C9 3.29 8.36 3 7.67 3C6.34 3 5.25 4.09 5.25 5.42C5.25 6.58 6.07 7.55 7.15 7.79C7.15 7.81 7.15 7.83 7.15 7.85C7.15 8.9 7.5 9.88 8.06 10.67C7.29 11.07 6.64 11.59 6.16 12.2C5.88 12.07 5.57 12 5.25 12C4 12 3 13 3 14.25C3 15.5 4 16.5 5.25 16.5C5.27 16.5 5.29 16.5 5.31 16.5C5.27 16.74 5.25 17 5.25 17.25C5.25 19.32 6.59 21 8.25 21C9.26 21 10.15 20.37 10.7 19.41C11.12 19.47 11.55 19.5 12 19.5C12.45 19.5 12.88 19.47 13.3 19.41C13.85 20.37 14.74 21 15.75 21C17.41 21 18.75 19.32 18.75 17.25C18.75 17 18.73 16.74 18.69 16.5C18.71 16.5 18.73 16.5 18.75 16.5C20 16.5 21 15.5 21 14.25C21 13 20 12 18.75 12\" /></svg></li><li title=\"telescope \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-telescope\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.9,8.9L20.2,9.9L16.2,3L17.9,2L21.9,8.9M9.8,7.9L12.8,13.1L18.9,9.6L15.9,4.4L9.8,7.9M11.4,12.7L9.4,9.2L5.1,11.7L7.1,15.2L11.4,12.7M2.1,14.6L3.1,16.3L5.7,14.8L4.7,13.1L2.1,14.6M12.1,14L11.8,13.6L7.5,16.1L7.8,16.5C8,16.8 8.3,17.1 8.6,17.3L7,22H9L10.4,17.7H10.5L12,22H14L12.1,16.4C12.6,15.7 12.6,14.8 12.1,14Z\" /></svg></li><li title=\"television ambient light \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-television-ambient-light\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 11H0V9H3V11M3 14H0V16H3V14M5 5.12L2.88 3L1.46 4.41L3.59 6.54L5 5.12M10 5V2H8V5H10M24 9H21V11H24V9M16 5V2H14V5H16M20.41 6.54L22.54 4.42L21.12 3L19 5.12L20.41 6.54M24 14H21V16H24V14M19 9V16C19 17.1 18.1 18 17 18H15V20H9V18H7C5.9 18 5 17.1 5 16V9C5 7.9 5.9 7 7 7H17C18.1 7 19 7.9 19 9M17 9H7V16H17V9M19 19.88L21.12 22L22.54 20.59L20.41 18.47L19 19.88M3.59 18.46L1.47 20.59L2.88 22L5 19.88L3.59 18.46Z\" /></svg></li><li title=\"television box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-television-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3M16,16L19,8H16.5L15,12.5L13.5,8H5V10H8V16H10V10H11.77L14,16H16Z\" /></svg></li><li title=\"television classic off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-television-classic-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,5.27L3.28,4L21,21.72L19.73,23L17.73,21H4C2.89,21 2,20.11 2,19V9C2,8 2.76,7.14 3.75,7L2,5.27M8.16,3L12,6.84L15.84,3L17.25,4.41L14.66,7H20C21.11,7 22,7.89 22,9V19C22,19.34 21.92,19.66 21.77,19.94L17,15.18V9H10.82L8.82,7H9.34L6.75,4.41L8.16,3M4,9V19H15.73L5.73,9H4M19.5,9A1,1 0 0,0 18.5,10A1,1 0 0,0 19.5,11A1,1 0 0,0 20.5,10A1,1 0 0,0 19.5,9M19.5,12A1,1 0 0,0 18.5,13A1,1 0 0,0 19.5,14A1,1 0 0,0 20.5,13A1,1 0 0,0 19.5,12Z\" /></svg></li><li title=\"television classic \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-television-classic\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8.16,3L6.75,4.41L9.34,7H4C2.89,7 2,7.89 2,9V19C2,20.11 2.89,21 4,21H20C21.11,21 22,20.11 22,19V9C22,7.89 21.11,7 20,7H14.66L17.25,4.41L15.84,3L12,6.84L8.16,3M4,9H17V19H4V9M19.5,9A1,1 0 0,1 20.5,10A1,1 0 0,1 19.5,11A1,1 0 0,1 18.5,10A1,1 0 0,1 19.5,9M19.5,12A1,1 0 0,1 20.5,13A1,1 0 0,1 19.5,14A1,1 0 0,1 18.5,13A1,1 0 0,1 19.5,12Z\" /></svg></li><li title=\"television guide \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-television-guide\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,17V5H3V17H21M21,3A2,2 0 0,1 23,5V17A2,2 0 0,1 21,19H16V21H8V19H3A2,2 0 0,1 1,17V5A2,2 0 0,1 3,3H21M5,7H11V11H5V7M5,13H11V15H5V13M13,7H19V9H13V7M13,11H19V15H13V11Z\" /></svg></li><li title=\"television off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-television-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M0.5,2.77L1.78,1.5L21,20.72L19.73,22L16.73,19H16V21H8V19H3A2,2 0 0,1 1,17V5C1,4.5 1.17,4.07 1.46,3.73L0.5,2.77M21,17V5H7.82L5.82,3H21A2,2 0 0,1 23,5V17C23,17.85 22.45,18.59 21.7,18.87L19.82,17H21M3,17H14.73L3,5.27V17Z\" /></svg></li><li title=\"television pause \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-television-pause\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 3C1.89 3 1 3.89 1 5V17C1 18.1 1.9 19 3 19H8V21H16V19H21C22.1 19 23 18.1 23 17V5C23 3.89 22.1 3 21 3M3 5H21V17H3M9 8V14H11V8M13 8V14H15V8\" /></svg></li><li title=\"television play \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-television-play\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,3H3C1.89,3 1,3.89 1,5V17A2,2 0 0,0 3,19H8V21H16V19H21A2,2 0 0,0 23,17V5C23,3.89 22.1,3 21,3M21,17H3V5H21M16,11L9,15V7\" /></svg></li><li title=\"television shimmer \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-television-shimmer\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 17H3V5H21M21 3H3C1.9 3 1 3.9 1 5V17C1 18.11 1.9 19 3 19H8V21H16V19H21C22.11 19 23 18.11 23 17V5C23 3.9 22.11 3 21 3M15 6.5L14.38 7.87L13 8.5L14.38 9.13L15 10.5L15.63 9.13L17 8.5L15.63 7.87L15 6.5M10.5 8.5L9.41 10.91L7 12L9.41 13.09L10.5 15.5L11.6 13.09L14 12L11.6 10.91L10.5 8.5\" /></svg></li><li title=\"television stop \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-television-stop\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 3H21C22.1 3 23 3.89 23 5V17C23 18.1 22.1 19 21 19H16V21H8V19H3C1.9 19 1 18.1 1 17V5C1 3.89 1.89 3 3 3M3 5V17H21V5H3M9 8H15V14H9V8Z\" /></svg></li><li title=\"television \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-television\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,17H3V5H21M21,3H3A2,2 0 0,0 1,5V17A2,2 0 0,0 3,19H8V21H16V19H21A2,2 0 0,0 23,17V5A2,2 0 0,0 21,3Z\" /></svg></li><li title=\"temperature celsius \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-temperature-celsius\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.5,5C18.05,5 19.5,5.47 20.69,6.28L19.53,9.17C18.73,8.44 17.67,8 16.5,8C14,8 12,10 12,12.5C12,15 14,17 16.5,17C17.53,17 18.47,16.66 19.23,16.08L20.37,18.93C19.24,19.61 17.92,20 16.5,20A7.5,7.5 0 0,1 9,12.5A7.5,7.5 0 0,1 16.5,5M6,3A3,3 0 0,1 9,6A3,3 0 0,1 6,9A3,3 0 0,1 3,6A3,3 0 0,1 6,3M6,5A1,1 0 0,0 5,6A1,1 0 0,0 6,7A1,1 0 0,0 7,6A1,1 0 0,0 6,5Z\" /></svg></li><li title=\"temperature fahrenheit \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-temperature-fahrenheit\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,20V5H20V8H14V11H19V14H14V20H11M6,3A3,3 0 0,1 9,6A3,3 0 0,1 6,9A3,3 0 0,1 3,6A3,3 0 0,1 6,3M6,5A1,1 0 0,0 5,6A1,1 0 0,0 6,7A1,1 0 0,0 7,6A1,1 0 0,0 6,5Z\" /></svg></li><li title=\"temperature kelvin \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-temperature-kelvin\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7,5H10V11L15,5H19L13.88,10.78L19,20H15.38L11.76,13.17L10,15.15V20H7V5Z\" /></svg></li><li title=\"tennis ball \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tennis-ball\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2C14.5,2 16.75,2.9 18.5,4.4C16.36,6.23 15,8.96 15,12C15,15.04 16.36,17.77 18.5,19.6C16.75,21.1 14.5,22 12,22C9.5,22 7.25,21.1 5.5,19.6C7.64,17.77 9,15.04 9,12C9,8.96 7.64,6.23 5.5,4.4C7.25,2.9 9.5,2 12,2M22,12C22,14.32 21.21,16.45 19.88,18.15C18.12,16.68 17,14.47 17,12C17,9.53 18.12,7.32 19.88,5.85C21.21,7.55 22,9.68 22,12M2,12C2,9.68 2.79,7.55 4.12,5.85C5.88,7.32 7,9.53 7,12C7,14.47 5.88,16.68 4.12,18.15C2.79,16.45 2,14.32 2,12Z\" /></svg></li><li title=\"tennis \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tennis\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18,15A4,4 0 0,1 22,19A4,4 0 0,1 18,23A4,4 0 0,1 14,19A4,4 0 0,1 18,15M18,17A2,2 0 0,0 16,19A2,2 0 0,0 18,21A2,2 0 0,0 20,19A2,2 0 0,0 18,17M6.05,14.54C6.05,14.54 7.46,13.12 7.47,10.3C7.11,8.11 7.97,5.54 9.94,3.58C12.87,0.65 17.14,0.17 19.5,2.5C21.83,4.86 21.35,9.13 18.42,12.06C16.46,14.03 13.89,14.89 11.7,14.53C8.88,14.54 7.46,15.95 7.46,15.95L3.22,20.19L1.81,18.78L6.05,14.54M18.07,3.93C16.5,2.37 13.5,2.84 11.35,5C9.21,7.14 8.73,10.15 10.29,11.71C11.86,13.27 14.86,12.79 17,10.65C19.16,8.5 19.63,5.5 18.07,3.93Z\" /></svg></li><li title=\"tent \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tent\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,6C4,7.19 4.39,8.27 5,9A3,3 0 0,1 2,6A3,3 0 0,1 5,3C4.39,3.73 4,4.81 4,6M2,21V19H4.76L12,4.78L19.24,19H22V21H2M12,9.19L7,19H17L12,9.19Z\" /></svg></li><li title=\"terraform \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-terraform\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 5.4V11.8L15.4 15V8.7L21 5.4M14.8 8.7V15L9.2 11.8V5.4L14.8 8.7M14.8 15.7V22.1L9.2 18.9V12.5L14.8 15.7M8.6 5.1V11.5L3 8.3V1.9L8.6 5.1Z\" /></svg></li><li title=\"terrain \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-terrain\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,6L10.25,11L13.1,14.8L11.5,16C9.81,13.75 7,10 7,10L1,18H23L14,6Z\" /></svg></li><li title=\"test tube empty \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-test-tube-empty\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7,2H17V4H16V18A4,4 0 0,1 12,22A4,4 0 0,1 8,18V4H7V2M14,4H10V18A2,2 0 0,0 12,20A2,2 0 0,0 14,18V4Z\" /></svg></li><li title=\"test tube off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-test-tube-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,5.27L3.28,4L20,20.72L18.73,22L15.84,19.11C15.36,20.77 13.82,22 12,22A4,4 0 0,1 8,18V11.27L2,5.27M7,2H17V4H16V14.18L13.63,11.81C13.86,11.63 14,11.35 14,11C14,10.4 13.6,10 13,10C12.65,10 12.37,10.14 12.19,10.37L8,6.18V4H7V2M11,16C11.5,16 11.88,15.71 12,15.24L10.76,14C10.29,14.12 10,14.5 10,15C10,15.6 10.4,16 11,16M14,7V4H10V7H14Z\" /></svg></li><li title=\"test tube \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-test-tube\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7,2V4H8V18A4,4 0 0,0 12,22A4,4 0 0,0 16,18V4H17V2H7M11,16C10.4,16 10,15.6 10,15C10,14.4 10.4,14 11,14C11.6,14 12,14.4 12,15C12,15.6 11.6,16 11,16M13,12C12.4,12 12,11.6 12,11C12,10.4 12.4,10 13,10C13.6,10 14,10.4 14,11C14,11.6 13.6,12 13,12M14,7H10V4H14V7Z\" /></svg></li><li title=\"text account \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-text-account\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 5V7H3V5H21M3 17H12V15H3V17M3 12H21V10H3V12M18 14C19.11 14 20 14.9 20 16S19.11 18 18 18 16 17.11 16 16 16.9 14 18 14M14 22V21C14 19.9 15.79 19 18 19S22 19.9 22 21V22H14Z\" /></svg></li><li title=\"text box check outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-text-box-check-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,21L14.25,18L15.41,16.84L17,18.43L20.59,14.84L21.75,16.25M12.8,21H5C3.89,21 3,20.11 3,19V5C3,3.89 3.89,3 5,3H19C20.11,3 21,3.89 21,5V12.8C20.39,12.45 19.72,12.2 19,12.08V5H5V19H12.08C12.2,19.72 12.45,20.39 12.8,21M12,17H7V15H12M14.68,13H7V11H17V12.08C16.15,12.22 15.37,12.54 14.68,13M17,9H7V7H17\" /></svg></li><li title=\"text box check \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-text-box-check\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,21L14.25,18L15.41,16.84L17,18.43L20.59,14.84L21.75,16.25M12.8,21H5C3.89,21 3,20.1 3,19V5C3,3.89 3.89,3 5,3H19A2,2 0 0,1 21,5V12.8C20.12,12.29 19.09,12 18,12L17,12.08V11H7V13H14.69C13.07,14.07 12,15.91 12,18C12,19.09 12.29,20.12 12.8,21M12,15H7V17H12M17,7H7V9H17\" /></svg></li><li title=\"text box minus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-text-box-minus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,17V19H14V17H22M5,3H19C20.11,3 21,3.89 21,5V12.8C20.39,12.45 19.72,12.2 19,12.08V5H5V19H12.08C12.2,19.72 12.45,20.39 12.8,21H5C3.89,21 3,20.11 3,19V5C3,3.89 3.89,3 5,3M7,7H17V9H7V7M7,11H17V12.08C16.15,12.22 15.37,12.54 14.68,13H7V11M7,15H12V17H7V15Z\" /></svg></li><li title=\"text box minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-text-box-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,17V19H14V17H22M12,17V15H7V17H12M17,11H7V13H14.69C13.07,14.07 12,15.91 12,18C12,19.09 12.29,20.12 12.8,21H5C3.89,21 3,20.1 3,19V5C3,3.89 3.89,3 5,3H19A2,2 0 0,1 21,5V12.8C20.12,12.29 19.09,12 18,12L17,12.08V11M17,9V7H7V9H17Z\" /></svg></li><li title=\"text box multiple outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-text-box-multiple-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,15H9V13H16V15M19,11H9V9H19V11M19,7H9V5H19V7M3,5V21H19V23H3A2,2 0 0,1 1,21V5H3M21,1A2,2 0 0,1 23,3V17C23,18.11 22.11,19 21,19H7A2,2 0 0,1 5,17V3C5,1.89 5.89,1 7,1H21M7,3V17H21V3H7Z\" /></svg></li><li title=\"text box multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-text-box-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,15H9V13H16M19,11H9V9H19M19,7H9V5H19M21,1H7C5.89,1 5,1.89 5,3V17C5,18.11 5.9,19 7,19H21C22.11,19 23,18.11 23,17V3C23,1.89 22.1,1 21,1M3,5V21H19V23H3A2,2 0 0,1 1,21V5H3Z\" /></svg></li><li title=\"text box outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-text-box-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,3C3.89,3 3,3.89 3,5V19C3,20.11 3.89,21 5,21H19C20.11,21 21,20.11 21,19V5C21,3.89 20.11,3 19,3H5M5,5H19V19H5V5M7,7V9H17V7H7M7,11V13H17V11H7M7,15V17H14V15H7Z\" /></svg></li><li title=\"text box plus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-text-box-plus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,14H19V17H22V19H19V22H17V19H14V17H17V14M5,3H19C20.11,3 21,3.89 21,5V12.8C20.39,12.45 19.72,12.2 19,12.08V5H5V19H12.08C12.2,19.72 12.45,20.39 12.8,21H5C3.89,21 3,20.11 3,19V5C3,3.89 3.89,3 5,3M7,7H17V9H7V7M7,11H17V12.08C16.15,12.22 15.37,12.54 14.68,13H7V11M7,15H12V17H7V15Z\" /></svg></li><li title=\"text box plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-text-box-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,14H19V17H22V19H19V22H17V19H14V17H17V14M12,17V15H7V17H12M17,11H7V13H14.69C13.07,14.07 12,15.91 12,18C12,19.09 12.29,20.12 12.8,21H5C3.89,21 3,20.1 3,19V5C3,3.89 3.89,3 5,3H19A2,2 0 0,1 21,5V12.8C20.12,12.29 19.09,12 18,12L17,12.08V11M17,9V7H7V9H17Z\" /></svg></li><li title=\"text box remove outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-text-box-remove-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.46,15.88L15.88,14.46L18,16.59L20.12,14.46L21.54,15.88L19.41,18L21.54,20.12L20.12,21.54L18,19.41L15.88,21.54L14.46,20.12L16.59,18L14.46,15.88M5,3H19C20.11,3 21,3.89 21,5V12.8C20.39,12.45 19.72,12.2 19,12.08V5H5V19H12.08C12.2,19.72 12.45,20.39 12.8,21H5C3.89,21 3,20.11 3,19V5C3,3.89 3.89,3 5,3M7,7H17V9H7V7M7,11H17V12.08C16.15,12.22 15.37,12.54 14.68,13H7V11M7,15H12V17H7V15Z\" /></svg></li><li title=\"text box remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-text-box-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.46,15.88L15.88,14.46L18,16.59L20.12,14.46L21.54,15.88L19.41,18L21.54,20.12L20.12,21.54L18,19.41L15.88,21.54L14.46,20.12L16.59,18L14.46,15.88M12,17V15H7V17H12M17,11H7V13H14.69C13.07,14.07 12,15.91 12,18C12,19.09 12.29,20.12 12.8,21H5C3.89,21 3,20.1 3,19V5C3,3.89 3.89,3 5,3H19A2,2 0 0,1 21,5V12.8C20.12,12.29 19.09,12 18,12L17,12.08V11M17,9V7H7V9H17Z\" /></svg></li><li title=\"text box search outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-text-box-search-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.5,12C18,12 20,14 20,16.5C20,17.38 19.75,18.21 19.31,18.9L22.39,22L21,23.39L17.88,20.32C17.19,20.75 16.37,21 15.5,21C13,21 11,19 11,16.5C11,14 13,12 15.5,12M15.5,14A2.5,2.5 0 0,0 13,16.5A2.5,2.5 0 0,0 15.5,19A2.5,2.5 0 0,0 18,16.5A2.5,2.5 0 0,0 15.5,14M5,3H19C20.11,3 21,3.89 21,5V13.03C20.5,12.23 19.81,11.54 19,11V5H5V19H9.5C9.81,19.75 10.26,20.42 10.81,21H5C3.89,21 3,20.11 3,19V5C3,3.89 3.89,3 5,3M7,7H17V9H7V7M7,11H12.03C11.23,11.5 10.54,12.19 10,13H7V11M7,15H9.17C9.06,15.5 9,16 9,16.5V17H7V15Z\" /></svg></li><li title=\"text box search \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-text-box-search\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.5,12C18,12 20,14 20,16.5C20,17.38 19.75,18.21 19.31,18.9L22.39,22L21,23.39L17.88,20.32C17.19,20.75 16.37,21 15.5,21C13,21 11,19 11,16.5C11,14 13,12 15.5,12M15.5,14A2.5,2.5 0 0,0 13,16.5A2.5,2.5 0 0,0 15.5,19A2.5,2.5 0 0,0 18,16.5A2.5,2.5 0 0,0 15.5,14M7,15V17H9C9.14,18.55 9.8,19.94 10.81,21H5C3.89,21 3,20.1 3,19V5C3,3.89 3.89,3 5,3H19A2,2 0 0,1 21,5V13.03C19.85,11.21 17.82,10 15.5,10C14.23,10 13.04,10.37 12.04,11H7V13H10C9.64,13.6 9.34,14.28 9.17,15H7M17,9V7H7V9H17Z\" /></svg></li><li title=\"text box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-text-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,17H7V15H14M17,13H7V11H17M17,9H7V7H17M19,3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3Z\" /></svg></li><li title=\"text long \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-text-long\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,5H20V7H4V5M4,9H20V11H4V9M4,13H20V15H4V13M4,17H14V19H4V17Z\" /></svg></li><li title=\"text recognition \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-text-recognition\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2 4C2 2.9 2.9 2 4 2H8V4H4V8H2V4M22 20C22 21.11 21.11 22 20 22H16V20H20V16H22V20M4 22C2.9 22 2 21.11 2 20V16H4V20H8V22H4M20 2C21.11 2 22 2.9 22 4V8H20V4H16V2H20M9 7V9H11V17H13V9H15V7H9Z\" /></svg></li><li title=\"text search \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-text-search\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.31 18.9L22.39 22L21 23.39L17.88 20.32C17.19 20.75 16.37 21 15.5 21C13 21 11 19 11 16.5C11 14 13 12 15.5 12C18 12 20 14 20 16.5C20 17.38 19.75 18.21 19.31 18.9M15.5 19C16.88 19 18 17.88 18 16.5C18 15.12 16.88 14 15.5 14C14.12 14 13 15.12 13 16.5C13 17.88 14.12 19 15.5 19M21 4V6H3V4H21M3 16V14H9V16H3M3 11V9H21V11H18.97C17.96 10.37 16.77 10 15.5 10C14.23 10 13.04 10.37 12.03 11H3Z\" /></svg></li><li title=\"text shadow \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-text-shadow\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,3H16V6H11V18H8V6H3V3M12,7H14V9H12V7M15,7H17V9H15V7M18,7H20V9H18V7M12,10H14V12H12V10M12,13H14V15H12V13M12,16H14V18H12V16M12,19H14V21H12V19Z\" /></svg></li><li title=\"text short \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-text-short\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,9H20V11H4V9M4,13H14V15H4V13Z\" /></svg></li><li title=\"text to speech off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-text-to-speech-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,5.27L3.28,4L20,20.72L18.73,22L13.38,16.65C12.55,18.35 10.93,19.59 9,19.92V22H7V19.92C4.16,19.44 2,16.97 2,14H4A4,4 0 0,0 8,18C9.82,18 11.36,16.78 11.84,15.11L10,13.27V14A2,2 0 0,1 8,16A2,2 0 0,1 6,14V9.27L2,5.27M21.41,9.41L17.17,13.66L18.18,10H14A2,2 0 0,1 12,8V4A2,2 0 0,1 14,2H20A2,2 0 0,1 22,4V8C22,8.55 21.78,9.05 21.41,9.41Z\" /></svg></li><li title=\"text to speech \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-text-to-speech\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8,7A2,2 0 0,1 10,9V14A2,2 0 0,1 8,16A2,2 0 0,1 6,14V9A2,2 0 0,1 8,7M14,14C14,16.97 11.84,19.44 9,19.92V22H7V19.92C4.16,19.44 2,16.97 2,14H4A4,4 0 0,0 8,18A4,4 0 0,0 12,14H14M21.41,9.41L17.17,13.66L18.18,10H14A2,2 0 0,1 12,8V4A2,2 0 0,1 14,2H20A2,2 0 0,1 22,4V8C22,8.55 21.78,9.05 21.41,9.41Z\" /></svg></li><li title=\"text \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-text\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,6V8H3V6H21M3,18H12V16H3V18M3,13H21V11H3V13Z\" /></svg></li><li title=\"texture box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-texture-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 2H4C2.9 2 2 2.9 2 4V20C2 21.11 2.9 22 4 22H20C21.11 22 22 21.11 22 20V4C22 2.9 21.11 2 20 2M4 6L6 4H10.9L4 10.9V6M4 13.7L13.7 4H18.6L4 18.6V13.7M20 18L18 20H13.1L20 13.1V18M20 10.3L10.3 20H5.4L20 5.4V10.3Z\" /></svg></li><li title=\"texture \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-texture\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9.29,21H12.12L21,12.12V9.29M19,21C19.55,21 20.05,20.78 20.41,20.41C20.78,20.05 21,19.55 21,19V17L17,21M5,3A2,2 0 0,0 3,5V7L7,3M11.88,3L3,11.88V14.71L14.71,3M19.5,3.08L3.08,19.5C3.17,19.85 3.35,20.16 3.59,20.41C3.84,20.65 4.15,20.83 4.5,20.92L20.93,4.5C20.74,3.8 20.2,3.26 19.5,3.08Z\" /></svg></li><li title=\"theater \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-theater\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,15H6A2,2 0 0,1 8,17V19H9V17A2,2 0 0,1 11,15H13A2,2 0 0,1 15,17V19H16V17A2,2 0 0,1 18,15H20A2,2 0 0,1 22,17V19H23V22H1V19H2V17A2,2 0 0,1 4,15M11,7L15,10L11,13V7M4,2H20A2,2 0 0,1 22,4V13.54C21.41,13.19 20.73,13 20,13V4H4V13C3.27,13 2.59,13.19 2,13.54V4A2,2 0 0,1 4,2Z\" /></svg></li><li title=\"theme light dark \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-theme-light-dark\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.5,2C5.71,3.15 4.5,5.18 4.5,7.5C4.5,9.82 5.71,11.85 7.53,13C4.46,13 2,10.54 2,7.5A5.5,5.5 0 0,1 7.5,2M19.07,3.5L20.5,4.93L4.93,20.5L3.5,19.07L19.07,3.5M12.89,5.93L11.41,5L9.97,6L10.39,4.3L9,3.24L10.75,3.12L11.33,1.47L12,3.1L13.73,3.13L12.38,4.26L12.89,5.93M9.59,9.54L8.43,8.81L7.31,9.59L7.65,8.27L6.56,7.44L7.92,7.35L8.37,6.06L8.88,7.33L10.24,7.36L9.19,8.23L9.59,9.54M19,13.5A5.5,5.5 0 0,1 13.5,19C12.28,19 11.15,18.6 10.24,17.93L17.93,10.24C18.6,11.15 19,12.28 19,13.5M14.6,20.08L17.37,18.93L17.13,22.28L14.6,20.08M18.93,17.38L20.08,14.61L22.28,17.15L18.93,17.38M20.08,12.42L18.94,9.64L22.28,9.88L20.08,12.42M9.63,18.93L12.4,20.08L9.87,22.27L9.63,18.93Z\" /></svg></li><li title=\"thermometer alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-thermometer-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17 13V7H19V13H17M17 17V15H19V17H17M13 13V5C13 3.3 11.7 2 10 2S7 3.3 7 5V13C4.8 14.7 4.3 17.8 6 20S10.8 22.7 13 21 15.7 16.2 14 14C13.7 13.6 13.4 13.3 13 13M10 4C10.6 4 11 4.4 11 5V8H9V5C9 4.4 9.4 4 10 4Z\" /></svg></li><li title=\"thermometer bluetooth \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-thermometer-bluetooth\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11 13V5C11 3.34 9.66 2 8 2S5 3.34 5 5V13C2.79 14.66 2.34 17.79 4 20S8.79 22.66 11 21 13.66 16.21 12 14C11.72 13.62 11.38 13.28 11 13M8 4C8.55 4 9 4.45 9 5V8H7V5C7 4.45 7.45 4 8 4M18 8V11.79L15.71 9.5L15 10.21L17.79 13L15 15.79L15.71 16.5L18 14.21V18H18.5L21.35 15.14L19.21 13L21.35 10.85L18.5 8H18M19 9.91L19.94 10.85L19 11.79V9.91M19 14.21L19.94 15.14L19 16.08V14.21Z\" /></svg></li><li title=\"thermometer chevron down \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-thermometer-chevron-down\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17.41 12.17L14.24 9L12.83 10.41L17.41 15L22 10.41L20.58 9M10 13V5C10 3.34 8.66 2 7 2S4 3.34 4 5V13C1.79 14.66 1.34 17.79 3 20S7.79 22.66 10 21 12.66 16.21 11 14C10.72 13.62 10.38 13.28 10 13M7 4C7.55 4 8 4.45 8 5V8H6V5C6 4.45 6.45 4 7 4Z\" /></svg></li><li title=\"thermometer chevron up \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-thermometer-chevron-up\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17.41 11.83L20.58 15L22 13.59L17.41 9L12.82 13.59L14.24 15L17.41 11.83M10 13V5C10 3.34 8.66 2 7 2S4 3.34 4 5V13C1.79 14.66 1.34 17.79 3 20S7.79 22.66 10 21 12.66 16.21 11 14C10.72 13.62 10.38 13.28 10 13M7 4C7.55 4 8 4.45 8 5V8H6V5C6 4.45 6.45 4 7 4Z\" /></svg></li><li title=\"thermometer high \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-thermometer-high\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15 13V5A3 3 0 0 0 9 5V13A5 5 0 1 0 15 13M12 4A1 1 0 0 1 13 5H11A1 1 0 0 1 12 4Z\" /></svg></li><li title=\"thermometer lines \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-thermometer-lines\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17 3H21V5H17V3M17 7H21V9H17V7M17 11H21V13H17.75L17 12.1V11M21 15V17H19C19 16.31 18.9 15.63 18.71 15H21M7 3V5H3V3H7M7 7V9H3V7H7M7 11V12.1L6.25 13H3V11H7M3 15H5.29C5.1 15.63 5 16.31 5 17H3V15M15 13V5C15 3.34 13.66 2 12 2S9 3.34 9 5V13C6.79 14.66 6.34 17.79 8 20S12.79 22.66 15 21 17.66 16.21 16 14C15.72 13.62 15.38 13.28 15 13M12 4C12.55 4 13 4.45 13 5V8H11V5C11 4.45 11.45 4 12 4Z\" /></svg></li><li title=\"thermometer low \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-thermometer-low\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15 13V5A3 3 0 0 0 9 5V13A5 5 0 1 0 15 13M12 4A1 1 0 0 1 13 5V12H11V5A1 1 0 0 1 12 4Z\" /></svg></li><li title=\"thermometer minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-thermometer-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 11H14V13H22V11M11 13V5C11 3.34 9.66 2 8 2S5 3.34 5 5V13C2.79 14.66 2.34 17.79 4 20S8.79 22.66 11 21 13.66 16.21 12 14C11.72 13.62 11.38 13.28 11 13M8 4C8.55 4 9 4.45 9 5V8H7V5C7 4.45 7.45 4 8 4Z\" /></svg></li><li title=\"thermometer off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-thermometer-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11 7.8L9 5.8V5C9 3.34 10.34 2 12 2S15 3.34 15 5V11.8L11.2 8H13V5C13 4.45 12.55 4 12 4S11 4.45 11 5V7.8M22.11 21.46L2.39 1.73L1.11 3L9 10.89V13C6.79 14.66 6.34 17.79 8 20C9.66 22.21 12.79 22.66 15 21C15.84 20.37 16.4 19.5 16.71 18.6L20.84 22.73L22.11 21.46Z\" /></svg></li><li title=\"thermometer plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-thermometer-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 11V8H17V11H14V13H17V16H19V13H22V11M11 13V5C11 3.34 9.66 2 8 2S5 3.34 5 5V13C2.79 14.66 2.34 17.79 4 20S8.79 22.66 11 21 13.66 16.21 12 14C11.72 13.62 11.38 13.28 11 13M8 4C8.55 4 9 4.45 9 5V8H7V5C7 4.45 7.45 4 8 4Z\" /></svg></li><li title=\"thermometer \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-thermometer\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15 13V5A3 3 0 0 0 9 5V13A5 5 0 1 0 15 13M12 4A1 1 0 0 1 13 5V8H11V5A1 1 0 0 1 12 4Z\" /></svg></li><li title=\"thermostat box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-thermostat-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,3A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3H5M12,5C13.57,5 15,5.5 16.19,6.4L14,8.56C13.43,8.21 12.74,8 12,8A4,4 0 0,0 8,12C8,13.1 8.45,14.1 9.17,14.83L7.05,16.95C5.78,15.68 5,13.93 5,12A7,7 0 0,1 12,5M17.6,7.81C18.5,9 19,10.43 19,12C19,13.93 18.22,15.68 16.95,16.95L14.83,14.83C15.55,14.1 16,13.1 16,12C16,11.26 15.79,10.57 15.43,10L17.6,7.81Z\" /></svg></li><li title=\"thermostat \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-thermostat\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.95,16.95L14.83,14.83C15.55,14.1 16,13.1 16,12C16,11.26 15.79,10.57 15.43,10L17.6,7.81C18.5,9 19,10.43 19,12C19,13.93 18.22,15.68 16.95,16.95M12,5C13.57,5 15,5.5 16.19,6.4L14,8.56C13.43,8.21 12.74,8 12,8A4,4 0 0,0 8,12C8,13.1 8.45,14.1 9.17,14.83L7.05,16.95C5.78,15.68 5,13.93 5,12A7,7 0 0,1 12,5M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12C22,6.47 17.5,2 12,2Z\" /></svg></li><li title=\"thought bubble outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-thought-bubble-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3.5,19A1.5,1.5 0 0,1 5,20.5A1.5,1.5 0 0,1 3.5,22A1.5,1.5 0 0,1 2,20.5A1.5,1.5 0 0,1 3.5,19M8.5,16A2.5,2.5 0 0,1 11,18.5A2.5,2.5 0 0,1 8.5,21A2.5,2.5 0 0,1 6,18.5A2.5,2.5 0 0,1 8.5,16M14.5,15C13.31,15 12.23,14.5 11.5,13.65C10.77,14.5 9.69,15 8.5,15C6.54,15 4.91,13.59 4.57,11.74C3.07,11.16 2,9.7 2,8A4,4 0 0,1 6,4L6.77,4.07C7.5,3.41 8.45,3 9.5,3C10.69,3 11.77,3.5 12.5,4.35C13.23,3.5 14.31,3 15.5,3C17.46,3 19.09,4.41 19.43,6.26C20.93,6.84 22,8.3 22,10A4,4 0 0,1 18,14L17.23,13.93C16.5,14.59 15.55,15 14.5,15M6,6A2,2 0 0,0 4,8A2,2 0 0,0 6,10C6.33,10 6.64,9.92 6.92,9.78C6.66,10.12 6.5,10.54 6.5,11A2,2 0 0,0 8.5,13C9.1,13 9.64,12.73 10,12.31V12.31L11.47,10.63L13,12.34V12.34C13.38,12.74 13.91,13 14.5,13C15.5,13 16.33,12.26 16.5,11.3C16.84,11.73 17.39,12 18,12A2,2 0 0,0 20,10A2,2 0 0,0 18,8C17.67,8 17.36,8.08 17.08,8.22C17.34,7.88 17.5,7.46 17.5,7A2,2 0 0,0 15.5,5C14.91,5 14.38,5.26 14,5.66L12.47,7.37L11,5.69V5.69C10.64,5.27 10.1,5 9.5,5C8.5,5 7.67,5.74 7.5,6.7C7.16,6.27 6.61,6 6,6M8.5,17.5A1,1 0 0,0 7.5,18.5A1,1 0 0,0 8.5,19.5A1,1 0 0,0 9.5,18.5A1,1 0 0,0 8.5,17.5Z\" /></svg></li><li title=\"thought bubble \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-thought-bubble\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3.5,19A1.5,1.5 0 0,1 5,20.5A1.5,1.5 0 0,1 3.5,22A1.5,1.5 0 0,1 2,20.5A1.5,1.5 0 0,1 3.5,19M8.5,16A2.5,2.5 0 0,1 11,18.5A2.5,2.5 0 0,1 8.5,21A2.5,2.5 0 0,1 6,18.5A2.5,2.5 0 0,1 8.5,16M14.5,15C13.31,15 12.23,14.5 11.5,13.65C10.77,14.5 9.69,15 8.5,15C6.54,15 4.91,13.59 4.57,11.74C3.07,11.16 2,9.7 2,8A4,4 0 0,1 6,4C6.26,4 6.5,4.03 6.77,4.07C7.5,3.41 8.45,3 9.5,3C10.69,3 11.77,3.5 12.5,4.35C13.23,3.5 14.31,3 15.5,3C17.46,3 19.09,4.41 19.43,6.26C20.93,6.84 22,8.3 22,10A4,4 0 0,1 18,14L17.23,13.93C16.5,14.59 15.55,15 14.5,15Z\" /></svg></li><li title=\"thumb down outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-thumb-down-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,15V3H23V15H19M15,3A2,2 0 0,1 17,5V15C17,15.55 16.78,16.05 16.41,16.41L9.83,23L8.77,21.94C8.5,21.67 8.33,21.3 8.33,20.88L8.36,20.57L9.31,16H3C1.89,16 1,15.1 1,14V12C1,11.74 1.05,11.5 1.14,11.27L4.16,4.22C4.46,3.5 5.17,3 6,3H15M15,5H5.97L3,12V14H11.78L10.65,19.32L15,14.97V5Z\" /></svg></li><li title=\"thumb down \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-thumb-down\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,15H23V3H19M15,3H6C5.17,3 4.46,3.5 4.16,4.22L1.14,11.27C1.05,11.5 1,11.74 1,12V14A2,2 0 0,0 3,16H9.31L8.36,20.57C8.34,20.67 8.33,20.77 8.33,20.88C8.33,21.3 8.5,21.67 8.77,21.94L9.83,23L16.41,16.41C16.78,16.05 17,15.55 17,15V5C17,3.89 16.1,3 15,3Z\" /></svg></li><li title=\"thumb up outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-thumb-up-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,9V21H1V9H5M9,21A2,2 0 0,1 7,19V9C7,8.45 7.22,7.95 7.59,7.59L14.17,1L15.23,2.06C15.5,2.33 15.67,2.7 15.67,3.11L15.64,3.43L14.69,8H21C22.11,8 23,8.9 23,10V12C23,12.26 22.95,12.5 22.86,12.73L19.84,19.78C19.54,20.5 18.83,21 18,21H9M9,19H18.03L21,12V10H12.21L13.34,4.68L9,9.03V19Z\" /></svg></li><li title=\"thumb up \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-thumb-up\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23,10C23,8.89 22.1,8 21,8H14.68L15.64,3.43C15.66,3.33 15.67,3.22 15.67,3.11C15.67,2.7 15.5,2.32 15.23,2.05L14.17,1L7.59,7.58C7.22,7.95 7,8.45 7,9V19A2,2 0 0,0 9,21H18C18.83,21 19.54,20.5 19.84,19.78L22.86,12.73C22.95,12.5 23,12.26 23,12V10M1,21H5V9H1V21Z\" /></svg></li><li title=\"thumbs up down outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-thumbs-up-down-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 6C12 5.45 11.55 5 11 5H5.82L6.5 1.82L6.5 1.59C6.5 1.28 6.37 1 6.17 .79L5.38 0L.44 4.94C.17 5.21 0 5.59 0 6V12.5C0 13.33 .67 14 1.5 14H8.25C8.87 14 9.4 13.62 9.63 13.09L11.89 7.8C11.96 7.63 12 7.44 12 7.25V6M10 7.13L7.92 12H2V6.21L3.93 4.28L3.36 7H10V7.13M22.5 10H15.75C15.13 10 14.6 10.38 14.37 10.91L12.11 16.2C12.04 16.37 12 16.56 12 16.75V18C12 18.55 12.45 19 13 19H18.18L17.5 22.18L17.5 22.42C17.5 22.73 17.63 23 17.83 23.22L18.62 24L23.56 19.06C23.83 18.79 24 18.41 24 18V11.5C24 10.67 23.33 10 22.5 10M22 17.79L20.07 19.72L20.64 17H14V16.87L16.08 12H22V17.79Z\" /></svg></li><li title=\"thumbs up down \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-thumbs-up-down\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.5,10H15.75C15.13,10 14.6,10.38 14.37,10.91L12.11,16.2C12.04,16.37 12,16.56 12,16.75V18A1,1 0 0,0 13,19H18.18L17.5,22.18V22.42C17.5,22.73 17.63,23 17.83,23.22L18.62,24L23.56,19.06C23.83,18.79 24,18.41 24,18V11.5A1.5,1.5 0 0,0 22.5,10M12,6A1,1 0 0,0 11,5H5.82L6.5,1.82V1.59C6.5,1.28 6.37,1 6.17,0.79L5.38,0L0.44,4.94C0.17,5.21 0,5.59 0,6V12.5A1.5,1.5 0 0,0 1.5,14H8.25C8.87,14 9.4,13.62 9.63,13.09L11.89,7.8C11.96,7.63 12,7.44 12,7.25V6Z\" /></svg></li><li title=\"ticket account \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ticket-account\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,12A2,2 0 0,0 22,14V18A2,2 0 0,1 20,20H4A2,2 0 0,1 2,18V14C3.11,14 4,13.1 4,12A2,2 0 0,0 2,10V6C2,4.89 2.9,4 4,4H20A2,2 0 0,1 22,6V10A2,2 0 0,0 20,12M16.5,16.25C16.5,14.75 13.5,14 12,14C10.5,14 7.5,14.75 7.5,16.25V17H16.5V16.25M12,12.25A2.25,2.25 0 0,0 14.25,10A2.25,2.25 0 0,0 12,7.75A2.25,2.25 0 0,0 9.75,10A2.25,2.25 0 0,0 12,12.25Z\" /></svg></li><li title=\"ticket confirmation outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ticket-confirmation-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 10V6C22 4.89 21.1 4 20 4H4C2.9 4 2 4.89 2 6V10C3.11 10 4 10.9 4 12S3.11 14 2 14V18C2 19.1 2.9 20 4 20H20C21.1 20 22 19.1 22 18V14C20.9 14 20 13.1 20 12S20.9 10 22 10M20 8.54C18.81 9.23 18 10.53 18 12S18.81 14.77 20 15.46V18H4V15.46C5.19 14.77 6 13.47 6 12C6 10.5 5.2 9.23 4 8.54L4 6H20V8.54M11 15H13V17H11M11 11H13V13H11M11 7H13V9H11Z\" /></svg></li><li title=\"ticket confirmation \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ticket-confirmation\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,8.5H11V6.5H13V8.5M13,13H11V11H13V13M13,17.5H11V15.5H13V17.5M22,10V6C22,4.89 21.1,4 20,4H4A2,2 0 0,0 2,6V10C3.11,10 4,10.9 4,12A2,2 0 0,1 2,14V18A2,2 0 0,0 4,20H20A2,2 0 0,0 22,18V14A2,2 0 0,1 20,12A2,2 0 0,1 22,10Z\" /></svg></li><li title=\"ticket outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ticket-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,4A2,2 0 0,0 2,6V10A2,2 0 0,1 4,12A2,2 0 0,1 2,14V18A2,2 0 0,0 4,20H20A2,2 0 0,0 22,18V14A2,2 0 0,1 20,12A2,2 0 0,1 22,10V6A2,2 0 0,0 20,4H4M4,6H20V8.54C18.76,9.25 18,10.57 18,12C18,13.43 18.76,14.75 20,15.46V18H4V15.46C5.24,14.75 6,13.43 6,12C6,10.57 5.24,9.25 4,8.54V6Z\" /></svg></li><li title=\"ticket percent outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ticket-percent-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.8 8L16 9.2L9.2 16L8 14.8L14.8 8M4 4H20C21.11 4 22 4.89 22 6V10C20.9 10 20 10.9 20 12C20 13.11 20.9 14 22 14V18C22 19.11 21.11 20 20 20H4C2.9 20 2 19.11 2 18V14C3.11 14 4 13.11 4 12C4 10.9 3.11 10 2 10V6C2 4.89 2.9 4 4 4M4 6V8.54C5.24 9.26 6 10.57 6 12C6 13.43 5.24 14.75 4 15.46V18H20V15.46C18.76 14.75 18 13.43 18 12C18 10.57 18.76 9.26 20 8.54V6H4M9.5 8C10.33 8 11 8.67 11 9.5C11 10.33 10.33 11 9.5 11C8.67 11 8 10.33 8 9.5C8 8.67 8.67 8 9.5 8M14.5 13C15.33 13 16 13.67 16 14.5C16 15.33 15.33 16 14.5 16C13.67 16 13 15.33 13 14.5C13 13.67 13.67 13 14.5 13Z\" /></svg></li><li title=\"ticket percent \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ticket-percent\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,4A2,2 0 0,0 2,6V10C3.11,10 4,10.9 4,12A2,2 0 0,1 2,14V18A2,2 0 0,0 4,20H20A2,2 0 0,0 22,18V14A2,2 0 0,1 20,12C20,10.89 20.9,10 22,10V6C22,4.89 21.1,4 20,4H4M15.5,7L17,8.5L8.5,17L7,15.5L15.5,7M8.81,7.04C9.79,7.04 10.58,7.83 10.58,8.81A1.77,1.77 0 0,1 8.81,10.58C7.83,10.58 7.04,9.79 7.04,8.81A1.77,1.77 0 0,1 8.81,7.04M15.19,13.42C16.17,13.42 16.96,14.21 16.96,15.19A1.77,1.77 0 0,1 15.19,16.96C14.21,16.96 13.42,16.17 13.42,15.19A1.77,1.77 0 0,1 15.19,13.42Z\" /></svg></li><li title=\"ticket \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ticket\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.58,16.8L12,14.5L8.42,16.8L9.5,12.68L6.21,10L10.46,9.74L12,5.8L13.54,9.74L17.79,10L14.5,12.68M20,12C20,10.89 20.9,10 22,10V6C22,4.89 21.1,4 20,4H4A2,2 0 0,0 2,6V10C3.11,10 4,10.9 4,12A2,2 0 0,1 2,14V18A2,2 0 0,0 4,20H20A2,2 0 0,0 22,18V14A2,2 0 0,1 20,12Z\" /></svg></li><li title=\"tie \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tie\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,2L10,6L7,17L12,22L17,17L14,6L18,2Z\" /></svg></li><li title=\"tilde off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tilde-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.84 22.73L10.78 12.67C10 12.03 9.27 11.5 8.5 11.5C4.5 11.5 4.5 15 4.5 15H2C2 15 2 9.59 7.16 9.05L1.11 3L2.39 1.73L10.03 9.37L10.03 9.37L15.64 15L15.63 15L22.11 21.46L20.84 22.73M22 9H19.5C19.5 9 19.5 12.38 15.69 12.5L17.95 14.75C22 13.62 22 9 22 9Z\" /></svg></li><li title=\"tilde \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tilde\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,15C2,15 2,9 8,9C12,9 12.5,12.5 15.5,12.5C19.5,12.5 19.5,9 19.5,9H22C22,9 22,15 16,15C12,15 10.5,11.5 8.5,11.5C4.5,11.5 4.5,15 4.5,15H2\" /></svg></li><li title=\"timelapse \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-timelapse\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,20A8,8 0 0,1 4,12A8,8 0 0,1 12,4A8,8 0 0,1 20,12A8,8 0 0,1 12,20M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M16.24,7.76C15.07,6.58 13.53,6 12,6V12L7.76,16.24C10.1,18.58 13.9,18.58 16.24,16.24C18.59,13.9 18.59,10.1 16.24,7.76Z\" /></svg></li><li title=\"timeline alert outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-timeline-alert-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 2V8H2V2H4M2 22V16H4V22H2M5 12C5 13.11 4.11 14 3 14C1.9 14 1 13.11 1 12C1 10.9 1.9 10 3 10C4.11 10 5 10.9 5 12M24 6V18C24 19.11 23.11 20 22 20H10C8.9 20 8 19.11 8 18V14L6 12L8 10V6C8 4.89 8.9 4 10 4H22C23.11 4 24 4.89 24 6M10 6V18H22V6H10M15 7H17V13H15V7M15 15H17V17H15V15Z\" /></svg></li><li title=\"timeline alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-timeline-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 2V8H2V2H4M2 22V16H4V22H2M5 12C5 13.11 4.11 14 3 14C1.9 14 1 13.11 1 12C1 10.9 1.9 10 3 10C4.11 10 5 10.9 5 12M24 6V18C24 19.11 23.11 20 22 20H10C8.9 20 8 19.11 8 18V14L6 12L8 10V6C8 4.89 8.9 4 10 4H22C23.11 4 24 4.89 24 6M15 7V13H17V7H15M15 15V17H17V15H15Z\" /></svg></li><li title=\"timeline check outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-timeline-check-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 4H10C8.9 4 8 4.89 8 6V10L6 12L8 14V18C8 19.11 8.9 20 10 20H22C23.11 20 24 19.11 24 18V6C24 4.89 23.11 4 22 4M22 18H10V6H22V18M4 8H2V2H4V8M2 16H4V22H2V16M5 12C5 13.11 4.11 14 3 14C1.9 14 1 13.11 1 12C1 10.9 1.9 10 3 10C4.11 10 5 10.9 5 12M15 15.08L12.25 12.08L13.41 10.92L15 12.5L18.59 8.92L19.75 10.33L15 15.08Z\" /></svg></li><li title=\"timeline check \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-timeline-check\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 8H2V2H4V8M2 22H4V16H2V22M3 10C1.9 10 1 10.9 1 12C1 13.11 1.9 14 3 14C4.11 14 5 13.11 5 12C5 10.9 4.11 10 3 10M24 6V18C24 19.11 23.11 20 22 20H10C8.9 20 8 19.11 8 18V14L6 12L8 10V6C8 4.89 8.9 4 10 4H22C23.11 4 24 4.89 24 6M19.75 10.33L18.59 8.92L15 12.5L13.41 10.92L12.25 12.08L15 15.08L19.75 10.33Z\" /></svg></li><li title=\"timeline clock outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-timeline-clock-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 2V8H2V2H4M2 22V16H4V22H2M5 12C5 13.11 4.11 14 3 14C1.9 14 1 13.11 1 12C1 10.9 1.9 10 3 10C4.11 10 5 10.9 5 12M16 4C20.42 4 24 7.58 24 12C24 16.42 20.42 20 16 20C12.4 20 9.36 17.62 8.35 14.35L6 12L8.35 9.65C9.36 6.38 12.4 4 16 4M16 6C12.69 6 10 8.69 10 12C10 15.31 12.69 18 16 18C19.31 18 22 15.31 22 12C22 8.69 19.31 6 16 6M15 13V8H16.5V12.2L19.5 14L18.68 15.26L15 13Z\" /></svg></li><li title=\"timeline clock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-timeline-clock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 2V8H2V2H4M2 22V16H4V22H2M5 12C5 13.11 4.11 14 3 14C1.9 14 1 13.11 1 12C1 10.9 1.9 10 3 10C4.11 10 5 10.9 5 12M16 4C20.42 4 24 7.58 24 12C24 16.42 20.42 20 16 20C12.4 20 9.36 17.62 8.35 14.35L6 12L8.35 9.65C9.36 6.38 12.4 4 16 4M15 13L19.53 15.79L20.33 14.5L16.5 12.2V7H15V13Z\" /></svg></li><li title=\"timeline help outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-timeline-help-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5 12C5 13.11 4.11 14 3 14C1.9 14 1 13.11 1 12C1 10.9 1.9 10 3 10C4.11 10 5 10.9 5 12M4 2V8H2V2H4M2 22V16H4V22H2M24 6V18C24 19.11 23.11 20 22 20H10C8.9 20 8 19.11 8 18V14L6 12L8 10V6C8 4.89 8.9 4 10 4H22C23.11 4 24 4.89 24 6M22 6H10V10.83L8.83 12L10 13.17V18H22V6M16.5 15.5V17H15V15.5H16.5M14.5 10.5H13V10C13 8.34 14.34 7 16 7C17.66 7 19 8.34 19 10C19 10.97 18.5 11.88 17.71 12.41L17.41 12.6C16.84 13 16.5 13.62 16.5 14.3V14.5H15V14.3C15 13.11 15.6 12 16.59 11.35L16.88 11.16C17.27 10.9 17.5 10.47 17.5 10C17.5 9.18 16.83 8.5 16 8.5C15.17 8.5 14.5 9.17 14.5 10V10.5Z\" /></svg></li><li title=\"timeline help \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-timeline-help\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 2V8H2V2H4M2 22V16H4V22H2M5 12C5 13.11 4.11 14 3 14C1.9 14 1 13.11 1 12C1 10.9 1.9 10 3 10C4.11 10 5 10.9 5 12M24 6V18C24 19.11 23.11 20 22 20H10C8.9 20 8 19.11 8 18V14L6 12L8 10V6C8 4.89 8.9 4 10 4H22C23.11 4 24 4.89 24 6M16.5 15.5H15V17H16.5V15.5M14.5 10.5V10C14.5 9.17 15.17 8.5 16 8.5C16.83 8.5 17.5 9.18 17.5 10C17.5 10.47 17.27 10.9 16.88 11.16L16.59 11.35C15.6 12 15 13.11 15 14.3V14.5H16.5V14.3C16.5 13.62 16.84 13 17.41 12.6L17.71 12.41C18.5 11.88 19 10.97 19 10C19 8.34 17.66 7 16 7C14.34 7 13 8.34 13 10V10.5H14.5Z\" /></svg></li><li title=\"timeline minus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-timeline-minus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2 16H4V22H2V16M4 2H2V8H4V2M20 11H12V13H20V11M3 10C1.9 10 1 10.9 1 12C1 13.11 1.9 14 3 14C4.11 14 5 13.11 5 12C5 10.9 4.11 10 3 10M24 6V18C24 19.11 23.11 20 22 20H10C8.9 20 8 19.11 8 18V14L6 12L8 10V6C8 4.89 8.9 4 10 4H22C23.11 4 24 4.89 24 6M22 6H10V18H22V6Z\" /></svg></li><li title=\"timeline minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-timeline-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 8H2V2H4V8M24 6V18C24 19.11 23.11 20 22 20H10C8.9 20 8 19.11 8 18V14L6 12L8 10V6C8 4.89 8.9 4 10 4H22C23.11 4 24 4.89 24 6M20 11H12V13H20V11M2 22H4V16H2V22M3 10C1.9 10 1 10.9 1 12C1 13.11 1.9 14 3 14C4.11 14 5 13.11 5 12C5 10.9 4.11 10 3 10Z\" /></svg></li><li title=\"timeline outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-timeline-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 2V8H2V2H4M2 22V16H4V22H2M5 12C5 13.11 4.11 14 3 14C1.9 14 1 13.11 1 12C1 10.9 1.9 10 3 10C4.11 10 5 10.9 5 12M24 6V18C24 19.11 23.11 20 22 20H10C8.9 20 8 19.11 8 18V14L6 12L8 10V6C8 4.89 8.9 4 10 4H22C23.11 4 24 4.89 24 6M10 6V18H22V6H10Z\" /></svg></li><li title=\"timeline plus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-timeline-plus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 2V8H2V2H4M2 22V16H4V22H2M5 12C5 13.11 4.11 14 3 14C1.9 14 1 13.11 1 12C1 10.9 1.9 10 3 10C4.11 10 5 10.9 5 12M20 11V13H17V16H15V13H12V11H15V8H17V11H20M24 6V18C24 19.11 23.11 20 22 20H10C8.9 20 8 19.11 8 18V14L6 12L8 10V6C8 4.89 8.9 4 10 4H22C23.11 4 24 4.89 24 6M10 6V18H22V6H10Z\" /></svg></li><li title=\"timeline plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-timeline-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 2V8H2V2H4M2 22V16H4V22H2M5 12C5 13.11 4.11 14 3 14C1.9 14 1 13.11 1 12C1 10.9 1.9 10 3 10C4.11 10 5 10.9 5 12M24 6V18C24 19.11 23.11 20 22 20H10C8.9 20 8 19.11 8 18V14L6 12L8 10V6C8 4.89 8.9 4 10 4H22C23.11 4 24 4.89 24 6M20 11H17V8H15V11H12V13H15V16H17V13H20V11Z\" /></svg></li><li title=\"timeline remove outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-timeline-remove-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 8H2V2H4V8M2 22H4V16H2V22M3 10C1.9 10 1 10.9 1 12C1 13.11 1.9 14 3 14C4.11 14 5 13.11 5 12C5 10.9 4.11 10 3 10M13.88 15.54L16 13.41L18.12 15.53L19.53 14.12L17.41 12L19.53 9.88L18.12 8.47L16 10.59L13.88 8.47L12.47 9.88L14.59 12L12.47 14.12L13.88 15.54M24 6V18C24 19.11 23.11 20 22 20H10C8.9 20 8 19.11 8 18V14L6 12L8 10V6C8 4.89 8.9 4 10 4H22C23.11 4 24 4.89 24 6M22 6H10V18H22V6Z\" /></svg></li><li title=\"timeline remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-timeline-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 8H2V2H4V8M2 22H4V16H2V22M3 10C1.9 10 1 10.9 1 12C1 13.11 1.9 14 3 14C4.11 14 5 13.11 5 12C5 10.9 4.11 10 3 10M24 6V18C24 19.11 23.11 20 22 20H10C8.9 20 8 19.11 8 18V14L6 12L8 10V6C8 4.89 8.9 4 10 4H22C23.11 4 24 4.89 24 6M17.41 12L19.53 9.88L18.12 8.47L16 10.59L13.88 8.47L12.47 9.88L14.59 12L12.47 14.12L13.88 15.53L16 13.41L18.12 15.53L19.53 14.12L17.41 12Z\" /></svg></li><li title=\"timeline text outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-timeline-text-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5 12C5 13.11 4.11 14 3 14C1.9 14 1 13.11 1 12C1 10.9 1.9 10 3 10C4.11 10 5 10.9 5 12M4 2V8H2V2H4M2 22V16H4V22H2M24 6V18C24 19.11 23.11 20 22 20H10C8.9 20 8 19.11 8 18V14L6 12L8 10V6C8 4.89 8.9 4 10 4H22C23.11 4 24 4.89 24 6M22 6H10V10.83L8.83 12L10 13.17V18H22V6M12 9H20V11H12V9M12 13H18V15H12V13Z\" /></svg></li><li title=\"timeline text \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-timeline-text\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 2V8H2V2H4M2 22H4V16H2V22M5 12C5 10.9 4.11 10 3 10C1.9 10 1 10.9 1 12C1 13.11 1.9 14 3 14C4.11 14 5 13.11 5 12M24 6V18C24 19.11 23.11 20 22 20H10C8.9 20 8 19.11 8 18V14L6 12L8 10V6C8 4.89 8.9 4 10 4H22C23.11 4 24 4.89 24 6M19 13H11V15H19V13M21 9H11V11H21V9Z\" /></svg></li><li title=\"timeline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-timeline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 2V8H2V2H4M2 22V16H4V22H2M5 12C5 13.11 4.11 14 3 14C1.9 14 1 13.11 1 12C1 10.9 1.9 10 3 10C4.11 10 5 10.9 5 12M24 6V18C24 19.11 23.11 20 22 20H10C8.9 20 8 19.11 8 18V14L6 12L8 10V6C8 4.89 8.9 4 10 4H22C23.11 4 24 4.89 24 6Z\" /></svg></li><li title=\"timer 10 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-timer-10\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12.9,13.22C12.9,13.82 12.86,14.33 12.78,14.75C12.7,15.17 12.58,15.5 12.42,15.77C12.26,16.03 12.06,16.22 11.83,16.34C11.6,16.46 11.32,16.5 11,16.5C10.71,16.5 10.43,16.46 10.19,16.34C9.95,16.22 9.75,16.03 9.59,15.77C9.43,15.5 9.3,15.17 9.21,14.75C9.12,14.33 9.08,13.82 9.08,13.22V10.72C9.08,10.12 9.12,9.61 9.21,9.2C9.3,8.79 9.42,8.46 9.59,8.2C9.75,7.95 9.95,7.77 10.19,7.65C10.43,7.54 10.7,7.5 11,7.5C11.31,7.5 11.58,7.54 11.81,7.65C12.05,7.76 12.25,7.94 12.41,8.2C12.57,8.45 12.7,8.78 12.78,9.19C12.86,9.6 12.91,10.11 12.91,10.71V13.22M13.82,7.05C13.5,6.65 13.07,6.35 12.59,6.17C12.12,6 11.58,5.9 11,5.9C10.42,5.9 9.89,6 9.41,6.17C8.93,6.35 8.5,6.64 8.18,7.05C7.84,7.46 7.58,8 7.39,8.64C7.21,9.29 7.11,10.09 7.11,11.03V12.95C7.11,13.89 7.2,14.69 7.39,15.34C7.58,16 7.84,16.53 8.19,16.94C8.53,17.35 8.94,17.65 9.42,17.83C9.9,18 10.43,18.11 11,18.11C11.6,18.11 12.13,18 12.6,17.83C13.08,17.65 13.5,17.35 13.82,16.94C14.16,16.53 14.42,16 14.6,15.34C14.78,14.69 14.88,13.89 14.88,12.95V11.03C14.88,10.09 14.79,9.29 14.6,8.64C14.42,8 14.16,7.45 13.82,7.05M23.78,14.37C23.64,14.09 23.43,13.84 23.15,13.63C22.87,13.42 22.54,13.24 22.14,13.1C21.74,12.96 21.29,12.83 20.79,12.72C20.44,12.65 20.15,12.57 19.92,12.5C19.69,12.41 19.5,12.33 19.37,12.24C19.23,12.15 19.14,12.05 19.09,11.94C19.04,11.83 19,11.7 19,11.55C19,11.41 19.04,11.27 19.1,11.14C19.16,11 19.25,10.89 19.37,10.8C19.5,10.7 19.64,10.62 19.82,10.56C20,10.5 20.22,10.47 20.46,10.47C20.71,10.47 20.93,10.5 21.12,10.58C21.31,10.65 21.47,10.75 21.6,10.87C21.73,11 21.82,11.13 21.89,11.29C21.95,11.45 22,11.61 22,11.78H23.94C23.94,11.39 23.86,11.03 23.7,10.69C23.54,10.35 23.31,10.06 23,9.81C22.71,9.56 22.35,9.37 21.92,9.22C21.5,9.07 21,9 20.46,9C19.95,9 19.5,9.07 19.07,9.21C18.66,9.35 18.3,9.54 18,9.78C17.72,10 17.5,10.3 17.34,10.62C17.18,10.94 17.11,11.27 17.11,11.63C17.11,12 17.19,12.32 17.34,12.59C17.5,12.87 17.7,13.11 18,13.32C18.25,13.53 18.58,13.7 18.96,13.85C19.34,14 19.77,14.11 20.23,14.21C20.62,14.29 20.94,14.38 21.18,14.47C21.42,14.56 21.61,14.66 21.75,14.76C21.88,14.86 21.97,15 22,15.1C22.07,15.22 22.09,15.35 22.09,15.5C22.09,15.81 21.96,16.06 21.69,16.26C21.42,16.46 21.03,16.55 20.5,16.55C20.3,16.55 20.09,16.53 19.88,16.47C19.67,16.42 19.5,16.34 19.32,16.23C19.15,16.12 19,15.97 18.91,15.79C18.8,15.61 18.74,15.38 18.73,15.12H16.84C16.84,15.5 16.92,15.83 17.08,16.17C17.24,16.5 17.47,16.82 17.78,17.1C18.09,17.37 18.47,17.59 18.93,17.76C19.39,17.93 19.91,18 20.5,18C21.04,18 21.5,17.95 21.95,17.82C22.38,17.69 22.75,17.5 23.06,17.28C23.37,17.05 23.6,16.77 23.77,16.45C23.94,16.13 24,15.78 24,15.39C24,15 23.93,14.65 23.78,14.37M0,7.72V9.4L3,8.4V18H5V6H4.75L0,7.72Z\" /></svg></li><li title=\"timer 3 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-timer-3\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.87,14.37C20.73,14.09 20.5,13.84 20.24,13.63C19.96,13.42 19.63,13.24 19.23,13.1C18.83,12.96 18.38,12.83 17.88,12.72C17.53,12.65 17.24,12.57 17,12.5C16.78,12.41 16.6,12.33 16.46,12.24C16.32,12.15 16.23,12.05 16.18,11.94C16.13,11.83 16.1,11.7 16.1,11.55C16.1,11.4 16.13,11.27 16.19,11.14C16.25,11 16.34,10.89 16.46,10.8C16.58,10.7 16.73,10.62 16.91,10.56C17.09,10.5 17.31,10.47 17.55,10.47C17.8,10.47 18,10.5 18.21,10.58C18.4,10.65 18.56,10.75 18.69,10.87C18.82,11 18.91,11.13 19,11.29C19.04,11.45 19.08,11.61 19.08,11.78H21.03C21.03,11.39 20.95,11.03 20.79,10.69C20.63,10.35 20.4,10.06 20.1,9.81C19.8,9.56 19.44,9.37 19,9.22C18.58,9.07 18.09,9 17.55,9C17.04,9 16.57,9.07 16.16,9.21C15.75,9.35 15.39,9.54 15.1,9.78C14.81,10 14.59,10.3 14.43,10.62C14.27,10.94 14.2,11.27 14.2,11.63C14.2,12 14.28,12.31 14.43,12.59C14.58,12.87 14.8,13.11 15.07,13.32C15.34,13.53 15.67,13.7 16.05,13.85C16.43,14 16.86,14.11 17.32,14.21C17.71,14.29 18.03,14.38 18.27,14.47C18.5,14.56 18.7,14.66 18.84,14.76C18.97,14.86 19.06,15 19.11,15.1C19.16,15.22 19.18,15.35 19.18,15.5C19.18,15.81 19.05,16.06 18.78,16.26C18.5,16.46 18.12,16.55 17.61,16.55C17.39,16.55 17.18,16.53 16.97,16.47C16.76,16.42 16.57,16.34 16.41,16.23C16.24,16.12 16.11,15.97 16,15.79C15.89,15.61 15.83,15.38 15.82,15.12H13.93C13.93,15.5 14,15.83 14.17,16.17C14.33,16.5 14.56,16.82 14.87,17.1C15.18,17.37 15.56,17.59 16,17.76C16.5,17.93 17,18 17.6,18C18.13,18 18.61,17.95 19.04,17.82C19.47,17.69 19.84,17.5 20.15,17.28C20.46,17.05 20.69,16.77 20.86,16.45C21.03,16.13 21.11,15.78 21.11,15.39C21.09,15 21,14.65 20.87,14.37M11.61,12.97C11.45,12.73 11.25,12.5 11,12.32C10.74,12.13 10.43,11.97 10.06,11.84C10.36,11.7 10.63,11.54 10.86,11.34C11.09,11.14 11.28,10.93 11.43,10.7C11.58,10.47 11.7,10.24 11.77,10C11.85,9.75 11.88,9.5 11.88,9.26C11.88,8.71 11.79,8.22 11.6,7.8C11.42,7.38 11.16,7.03 10.82,6.74C10.5,6.46 10.09,6.24 9.62,6.1C9.17,5.97 8.65,5.9 8.09,5.9C7.54,5.9 7.03,6 6.57,6.14C6.1,6.31 5.7,6.54 5.37,6.83C5.04,7.12 4.77,7.46 4.59,7.86C4.39,8.25 4.3,8.69 4.3,9.15H6.28C6.28,8.89 6.33,8.66 6.42,8.46C6.5,8.26 6.64,8.08 6.8,7.94C6.97,7.8 7.16,7.69 7.38,7.61C7.6,7.53 7.84,7.5 8.11,7.5C8.72,7.5 9.17,7.65 9.47,7.96C9.77,8.27 9.91,8.71 9.91,9.28C9.91,9.55 9.87,9.8 9.79,10C9.71,10.24 9.58,10.43 9.41,10.59C9.24,10.75 9.03,10.87 8.78,10.96C8.53,11.05 8.23,11.09 7.89,11.09H6.72V12.66H7.9C8.24,12.66 8.54,12.7 8.81,12.77C9.08,12.85 9.31,12.96 9.5,13.12C9.69,13.28 9.84,13.5 9.94,13.73C10.04,13.97 10.1,14.27 10.1,14.6C10.1,15.22 9.92,15.69 9.57,16C9.22,16.35 8.73,16.5 8.12,16.5C7.83,16.5 7.56,16.47 7.32,16.38C7.08,16.3 6.88,16.18 6.71,16C6.54,15.86 6.41,15.68 6.32,15.46C6.23,15.24 6.18,15 6.18,14.74H4.19C4.19,15.29 4.3,15.77 4.5,16.19C4.72,16.61 5,16.96 5.37,17.24C5.73,17.5 6.14,17.73 6.61,17.87C7.08,18 7.57,18.08 8.09,18.08C8.66,18.08 9.18,18 9.67,17.85C10.16,17.7 10.58,17.47 10.93,17.17C11.29,16.87 11.57,16.5 11.77,16.07C11.97,15.64 12.07,15.14 12.07,14.59C12.07,14.3 12.03,14 11.96,13.73C11.88,13.5 11.77,13.22 11.61,12.97Z\" /></svg></li><li title=\"timer cog outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-timer-cog-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.8 19.4C22.9 19.4 22.9 19.5 22.8 19.6L21.8 21.3C21.7 21.4 21.6 21.4 21.5 21.4L20.3 21C20 21.2 19.8 21.3 19.5 21.5L19.3 22.8C19.3 22.9 19.2 23 19.1 23H17.1C17 23 16.9 22.9 16.8 22.8L16.6 21.5C16.3 21.4 16 21.2 15.8 21L14.6 21.5C14.5 21.5 14.4 21.5 14.3 21.4L13.3 19.7C13.2 19.6 13.3 19.5 13.4 19.4L14.5 18.6V17.6L13.4 16.8C13.3 16.7 13.3 16.6 13.3 16.5L14.3 14.8C14.4 14.7 14.5 14.7 14.6 14.7L15.8 15.2C16.1 15 16.3 14.9 16.6 14.7L16.8 13.4C16.8 13.3 16.9 13.2 17.1 13.2H19.1C19.2 13.2 19.3 13.3 19.3 13.4L19.5 14.7C19.8 14.8 20.1 15 20.4 15.2L21.6 14.7C21.7 14.7 21.9 14.7 21.9 14.8L22.9 16.5C23 16.6 22.9 16.7 22.8 16.8L21.7 17.6V18.6L22.8 19.4M19.5 18C19.5 17.2 18.8 16.5 18 16.5S16.5 17.2 16.5 18 17.2 19.5 18 19.5 19.5 18.8 19.5 18M13 14V8H11V14M15 1H9V3H15V1M11.3 20C7.8 19.6 5 16.6 5 13C5 9.1 8.1 6 12 6C15.2 6 17.9 8.1 18.7 11C19.5 11.1 20.2 11.3 20.9 11.6C20.6 10 20 8.6 19 7.4L20.5 6C20 5.5 19.5 5 19 4.6L17.6 6C16.1 4.7 14.1 4 12 4C7 4 3 8 3 13S7 22 12 22H12.3C11.8 21.4 11.5 20.7 11.3 20Z\" /></svg></li><li title=\"timer cog \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-timer-cog\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.8 19.4C22.9 19.4 22.9 19.5 22.8 19.6L21.8 21.3C21.7 21.4 21.6 21.4 21.5 21.4L20.3 21C20 21.2 19.8 21.3 19.5 21.5L19.3 22.8C19.3 22.9 19.2 23 19.1 23H17.1C17 23 16.9 22.9 16.8 22.8L16.6 21.5C16.3 21.4 16 21.2 15.8 21L14.6 21.5C14.5 21.5 14.4 21.5 14.3 21.4L13.3 19.7C13.2 19.6 13.3 19.5 13.4 19.4L14.5 18.6V17.6L13.4 16.8C13.3 16.7 13.3 16.6 13.3 16.5L14.3 14.8C14.4 14.7 14.5 14.7 14.6 14.7L15.8 15.2C16.1 15 16.3 14.9 16.6 14.7L16.8 13.4C16.8 13.3 16.9 13.2 17.1 13.2H19.1C19.2 13.2 19.3 13.3 19.3 13.4L19.5 14.7C19.8 14.8 20.1 15 20.4 15.2L21.6 14.7C21.7 14.7 21.9 14.7 21.9 14.8L22.9 16.5C23 16.6 22.9 16.7 22.8 16.8L21.7 17.6V18.6L22.8 19.4M19.5 18C19.5 17.2 18.8 16.5 18 16.5S16.5 17.2 16.5 18 17.2 19.5 18 19.5 19.5 18.8 19.5 18M11 18C11 16.5 11.5 15.1 12.3 14H11V7H13V13.1C14.3 11.8 16 11 18 11C19 11 20 11.2 20.9 11.6C20.6 10 20 8.6 19 7.4L20.5 6C20 5.5 19.5 5 19 4.6L17.6 6C16.1 4.7 14.1 4 12 4C7 4 3 8 3 13S7 22 12 22H12.3C11.5 20.9 11 19.5 11 18M15 1H9V3H15V1Z\" /></svg></li><li title=\"timer off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-timer-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,20A7,7 0 0,1 5,13C5,11.72 5.35,10.5 5.95,9.5L15.5,19.04C14.5,19.65 13.28,20 12,20M3,4L1.75,5.27L4.5,8.03C3.55,9.45 3,11.16 3,13A9,9 0 0,0 12,22C13.84,22 15.55,21.45 17,20.5L19.5,23L20.75,21.73L13.04,14L3,4M11,9.44L13,11.44V8H11M15,1H9V3H15M19.04,4.55L17.62,5.97C16.07,4.74 14.12,4 12,4C10.17,4 8.47,4.55 7.05,5.5L8.5,6.94C9.53,6.35 10.73,6 12,6A7,7 0 0,1 19,13C19,14.27 18.65,15.47 18.06,16.5L19.5,17.94C20.45,16.53 21,14.83 21,13C21,10.88 20.26,8.93 19.03,7.39L20.45,5.97L19.04,4.55Z\" /></svg></li><li title=\"timer off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-timer-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 4L1.75 5.27L4.5 8.03C3.55 9.45 3 11.16 3 13C3 17.97 7.03 22 12 22C13.84 22 15.55 21.45 17 20.5L19.5 23L20.75 21.73L13.04 14L3 4M15 1H9V3H15M21 13C21 14.83 20.45 16.53 19.5 17.94L13 11.45V7H11V9.45L7.05 5.5C8.47 4.55 10.17 4 12 4C14.12 4 16.07 4.74 17.62 5.97L19.04 4.55L20.45 5.97L19.03 7.39C20.26 8.93 21 10.88 21 13Z\" /></svg></li><li title=\"timer outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-timer-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,20A7,7 0 0,1 5,13A7,7 0 0,1 12,6A7,7 0 0,1 19,13A7,7 0 0,1 12,20M19.03,7.39L20.45,5.97C20,5.46 19.55,5 19.04,4.56L17.62,6C16.07,4.74 14.12,4 12,4A9,9 0 0,0 3,13A9,9 0 0,0 12,22C17,22 21,17.97 21,13C21,10.88 20.26,8.93 19.03,7.39M11,14H13V8H11M15,1H9V3H15V1Z\" /></svg></li><li title=\"timer sand complete \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-timer-sand-complete\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 22H6V16L10 12L6 8V2H18V8L14 12L18 16M8 7.5L12 11.5L16 7.5V4H8M12 12.5L8 16.5V20H16V16.5M14 18H10V17.2L12 15.2L14 17.2Z\" /></svg></li><li title=\"timer sand empty \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-timer-sand-empty\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,2V8H6V8L10,12L6,16V16H6V22H18V16H18V16L14,12L18,8V8H18V2H6M16,16.5V20H8V16.5L12,12.5L16,16.5M12,11.5L8,7.5V4H16V7.5L12,11.5Z\" /></svg></li><li title=\"timer sand full \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-timer-sand-full\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,2V8H6V8L10,12L6,16V16H6V22H18V16H18V16L14,12L18,8V8H18V2H6Z\" /></svg></li><li title=\"timer sand paused \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-timer-sand-paused\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 6V18H16L12 14L8 18H2V6H8L12 10L16 6M7.5 16L11.5 12L7.5 8H4V16M12.5 12L16.5 16H20V8H16.5M18 12V14H17.2L15.2 12M8.8 12L6.8 14H6V12Z\" /></svg></li><li title=\"timer sand \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-timer-sand\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,2H18V8H18V8L14,12L18,16V16H18V22H6V16H6V16L10,12L6,8V8H6V2M16,16.5L12,12.5L8,16.5V20H16V16.5M12,11.5L16,7.5V4H8V7.5L12,11.5M10,6H14V6.75L12,8.75L10,6.75V6Z\" /></svg></li><li title=\"timer settings outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-timer-settings-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 19C8.1 19 5 15.9 5 12S8.1 5 12 5 19 8.1 19 12 15.9 19 12 19M19 6.4L20.5 5C20 4.5 19.5 4 19 3.6L17.6 5C16 3.7 14.1 3 12 3C7 3 3 7 3 12S7 21 12 21C17 21 21 17 21 12C21 9.9 20.3 7.9 19 6.4M11 13H13V7H11M15 0H9V2H15V0M13 22H11V24H13V22M17 22H15V24H17V22M9 22H7V24H9V22Z\" /></svg></li><li title=\"timer settings \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-timer-settings\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 6.4L20.5 5C20 4.5 19.5 4 19 3.6L17.6 5C16 3.7 14.1 3 12 3C7 3 3 7 3 12S7 21 12 21C17 21 21 17 21 12C21 9.9 20.3 7.9 19 6.4M13 13H11V6H13V13M15 0H9V2H15V0M13 24H11V22H13V24M17 24H15V22H17V24M9 24H7V22H9V24Z\" /></svg></li><li title=\"timer \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-timer\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.03 7.39L20.45 5.97C20 5.46 19.55 5 19.04 4.56L17.62 6C16.07 4.74 14.12 4 12 4C7.03 4 3 8.03 3 13S7.03 22 12 22C17 22 21 17.97 21 13C21 10.88 20.26 8.93 19.03 7.39M13 14H11V7H13V14M15 1H9V3H15V1Z\" /></svg></li><li title=\"timetable \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-timetable\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,12H15.5V14.82L17.94,16.23L17.19,17.53L14,15.69V12M4,2H18A2,2 0 0,1 20,4V10.1C21.24,11.36 22,13.09 22,15A7,7 0 0,1 15,22C13.09,22 11.36,21.24 10.1,20H4A2,2 0 0,1 2,18V4A2,2 0 0,1 4,2M4,15V18H8.67C8.24,17.09 8,16.07 8,15H4M4,8H10V5H4V8M18,8V5H12V8H18M4,13H8.29C8.63,11.85 9.26,10.82 10.1,10H4V13M15,10.15A4.85,4.85 0 0,0 10.15,15C10.15,17.68 12.32,19.85 15,19.85A4.85,4.85 0 0,0 19.85,15C19.85,12.32 17.68,10.15 15,10.15Z\" /></svg></li><li title=\"tire \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tire\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.66 9.64L19.3 8.7L21.16 8C20.24 5.88 18.6 4.18 16.54 3.14L15.74 4.92L14.82 4.5L15.62 2.7C14.5 2.26 13.28 2 12 2C10.94 2 9.92 2.22 8.96 2.5L9.64 4.34L8.7 4.7L8 2.84C5.88 3.76 4.18 5.4 3.14 7.46L4.92 8.26L4.5 9.18L2.7 8.38C2.26 9.5 2 10.72 2 12C2 13.06 2.22 14.08 2.5 15.04L4.34 14.36L4.7 15.3L2.84 16C3.76 18.12 5.4 19.82 7.46 20.86L8.26 19.08L9.18 19.5L8.38 21.3C9.5 21.74 10.72 22 12 22C13.06 22 14.08 21.78 15.04 21.5L14.36 19.66L15.3 19.3L16 21.16C18.12 20.24 19.82 18.6 20.86 16.54L19.08 15.74L19.5 14.82L21.3 15.62C21.74 14.5 22 13.28 22 12C22 10.94 21.78 9.92 21.5 8.96L19.66 9.64M14.3 17.54C11.24 18.8 7.72 17.36 6.46 14.3S6.64 7.72 9.7 6.46 16.28 6.64 17.54 9.7C18.82 12.76 17.36 16.28 14.3 17.54Z\" /></svg></li><li title=\"toaster off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-toaster-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.8 22.7L18.1 20H3V13H2V11H3C3 9.9 3.9 9 5 9H7.1L1.1 3L2.4 1.7L22.1 21.4L20.8 22.7M15.3 12.1C15.6 11.5 16.3 11 17 11C18.1 11 19 11.9 19 13C19 13.8 18.6 14.4 17.9 14.7L21 17.8V13H22V11H21C21 9.9 20.1 9 19 9H12.2L15.3 12.1M18 8C17.6 5.8 15.1 4 12 4C10.6 4 9.2 4.4 8.2 5L11.2 8H18Z\" /></svg></li><li title=\"toaster oven \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-toaster-oven\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,5A2,2 0 0,0 2,7V17A2,2 0 0,0 4,19H20A2,2 0 0,0 22,17V7A2,2 0 0,0 20,5H4M4,7H16V17H4V7M19,7A1,1 0 0,1 20,8A1,1 0 0,1 19,9A1,1 0 0,1 18,8A1,1 0 0,1 19,7M6,9V11H14V9H6M19,11A1,1 0 0,1 20,12A1,1 0 0,1 19,13A1,1 0 0,1 18,12A1,1 0 0,1 19,11Z\" /></svg></li><li title=\"toaster \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-toaster\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 11A2 2 0 0 0 19 9H5A2 2 0 0 0 3 11H2V13H3V20H21V13H22V11M17 15A2 2 0 1 1 19 13A2 2 0 0 1 17 15M18 8H6C6.33 5.75 8.88 4 12 4S17.63 5.75 18 8Z\" /></svg></li><li title=\"toggle switch off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-toggle-switch-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17 6H7c-3.31 0-6 2.69-6 6s2.69 6 6 6h10c3.31 0 6-2.69 6-6s-2.69-6-6-6zm0 10H7c-2.21 0-4-1.79-4-4s1.79-4 4-4h10c2.21 0 4 1.79 4 4s-1.79 4-4 4zM7 9c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z\" /></svg></li><li title=\"toggle switch off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-toggle-switch-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,7H7A5,5 0 0,0 2,12A5,5 0 0,0 7,17H17A5,5 0 0,0 22,12A5,5 0 0,0 17,7M7,15A3,3 0 0,1 4,12A3,3 0 0,1 7,9A3,3 0 0,1 10,12A3,3 0 0,1 7,15Z\" /></svg></li><li title=\"toggle switch outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-toggle-switch-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17 6H7C3.69 6 1 8.69 1 12S3.69 18 7 18H17C20.31 18 23 15.31 23 12S20.31 6 17 6M17 16H7C4.79 16 3 14.21 3 12S4.79 8 7 8H17C19.21 8 21 9.79 21 12S19.21 16 17 16M17 9C15.34 9 14 10.34 14 12S15.34 15 17 15 20 13.66 20 12 18.66 9 17 9Z\" /></svg></li><li title=\"toggle switch \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-toggle-switch\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,7H7A5,5 0 0,0 2,12A5,5 0 0,0 7,17H17A5,5 0 0,0 22,12A5,5 0 0,0 17,7M17,15A3,3 0 0,1 14,12A3,3 0 0,1 17,9A3,3 0 0,1 20,12A3,3 0 0,1 17,15Z\" /></svg></li><li title=\"toilet \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-toilet\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,22H17V19.5C19.41,17.87 21,15.12 21,12V4A2,2 0 0,0 19,2H15C13.89,2 13,2.9 13,4V12H3C3,15.09 5,18 9,19.5V22M5.29,14H18.71C18.14,15.91 16.77,17.5 15,18.33V20H11V18.33C9,18 5.86,15.91 5.29,14M15,4H19V12H15V4M16,5V8H18V5H16Z\" /></svg></li><li title=\"toolbox outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-toolbox-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,18V14H17V15H15V14H9V15H7V14H4V18H20M6.33,8L4.59,12H7V11H9V12H15V11H17V12H19.41L17.67,8H6.33M9,5V6H15V5H9M21.84,12.61C21.94,12.83 22,13.09 22,13.41V18C22,18.53 21.79,19 21.4,19.41C21,19.81 20.55,20 20,20H4C3.45,20 3,19.81 2.6,19.41C2.21,19 2,18.53 2,18V13.41C2,13.09 2.06,12.83 2.16,12.61L4.5,7.22C4.84,6.41 5.45,6 6.33,6H7V5C7,4.45 7.18,4 7.57,3.59C7.96,3.2 8.44,3 9,3H15C15.56,3 16.04,3.2 16.43,3.59C16.82,4 17,4.45 17,5V6H17.67C18.55,6 19.16,6.41 19.5,7.22L21.84,12.61Z\" /></svg></li><li title=\"toolbox \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-toolbox\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,5V6H15V5H9M22,18C22,18.53 21.79,19 21.4,19.41C21,19.81 20.55,20 20,20H4C3.45,20 3,19.81 2.6,19.41C2.21,19 2,18.53 2,18V14H7V15H9V14H15V15H17V14H22V18M4.5,7.22C4.84,6.41 5.45,6 6.33,6H7V5C7,4.45 7.18,4 7.57,3.59C7.96,3.2 8.44,3 9,3H15C15.56,3 16.04,3.2 16.43,3.59C16.82,4 17,4.45 17,5V6H17.67C18.55,6 19.16,6.41 19.5,7.22L21.58,12H17V11H15V12H9V11H7V12H2.42L4.5,7.22Z\" /></svg></li><li title=\"tools \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tools\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.71 20.29L20.29 21.71A1 1 0 0 1 18.88 21.71L7 9.85A3.81 3.81 0 0 1 6 10A4 4 0 0 1 2.22 4.7L4.76 7.24L5.29 6.71L6.71 5.29L7.24 4.76L4.7 2.22A4 4 0 0 1 10 6A3.81 3.81 0 0 1 9.85 7L21.71 18.88A1 1 0 0 1 21.71 20.29M2.29 18.88A1 1 0 0 0 2.29 20.29L3.71 21.71A1 1 0 0 0 5.12 21.71L10.59 16.25L7.76 13.42M20 2L16 4V6L13.83 8.17L15.83 10.17L18 8H20L22 4Z\" /></svg></li><li title=\"tooltip account \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tooltip-account\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,2H4A2,2 0 0,0 2,4V16A2,2 0 0,0 4,18H8L12,22L16,18H20A2,2 0 0,0 22,16V4A2,2 0 0,0 20,2M12,4.3C13.5,4.3 14.7,5.5 14.7,7C14.7,8.5 13.5,9.7 12,9.7C10.5,9.7 9.3,8.5 9.3,7C9.3,5.5 10.5,4.3 12,4.3M18,15H6V14.1C6,12.1 10,11 12,11C14,11 18,12.1 18,14.1V15Z\" /></svg></li><li title=\"tooltip cellphone \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tooltip-cellphone\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9 6H15V14H9V6M22 4V16C22 17.11 21.11 18 20 18H16L12 22L8 18H4C2.9 18 2 17.11 2 16V4C2 2.9 2.9 2 4 2H20C21.11 2 22 2.9 22 4M16 5.09C16 4.5 15.5 4 14.86 4H9.14C8.5 4 8 4.5 8 5.09V14.91C8 15.5 8.5 16 9.14 16H14.86C15.5 16 16 15.5 16 14.91V5.09Z\" /></svg></li><li title=\"tooltip check outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tooltip-check-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 2H4C2.9 2 2 2.9 2 4V16C2 17.11 2.9 18 4 18H8L12 22L16 18H20C21.11 18 22 17.11 22 16V4C22 2.9 21.11 2 20 2M20 16H15.17L12 19.17L8.83 16H4V4H20V16M10.75 13.71L7.25 10.21L8.66 8.79L10.75 10.88L15.34 6.3L16.75 7.71L10.75 13.71Z\" /></svg></li><li title=\"tooltip check \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tooltip-check\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 2H4C2.9 2 2 2.9 2 4V16C2 17.11 2.9 18 4 18H8L12 22L16 18H20C21.11 18 22 17.11 22 16V4C22 2.9 21.11 2 20 2M10.46 14L6.96 10.5L8.37 9.08L10.46 11.17L15.64 6L17.05 7.41L10.46 14Z\" /></svg></li><li title=\"tooltip edit outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tooltip-edit-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 2H20C21.11 2 22 2.9 22 4V16C22 17.11 21.11 18 20 18H16L12 22L8 18H4C2.9 18 2 17.11 2 16V4C2 2.9 2.9 2 4 2M4 4V16H8.83L12 19.17L15.17 16H20V4H4M15.84 8.2L14.83 9.21L12.76 7.18L13.77 6.16C13.97 5.95 14.31 5.94 14.55 6.16L15.84 7.41C16.05 7.62 16.06 7.96 15.84 8.2M8 11.91L12.17 7.72L14.24 9.8L10.08 14H8V11.91Z\" /></svg></li><li title=\"tooltip edit \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tooltip-edit\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 2H4C2.9 2 2 2.9 2 4V16C2 17.11 2.9 18 4 18H8L12 22L16 18H20C21.11 18 22 17.11 22 16V4C22 2.9 21.11 2 20 2M9.08 15H7V12.91L13.17 6.72L15.24 8.8L9.08 15M16.84 7.2L15.83 8.21L13.76 6.18L14.77 5.16C14.97 4.95 15.31 4.94 15.55 5.16L16.84 6.41C17.05 6.62 17.06 6.96 16.84 7.2Z\" /></svg></li><li title=\"tooltip image outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tooltip-image-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,2H20A2,2 0 0,1 22,4V16A2,2 0 0,1 20,18H16L12,22L8,18H4A2,2 0 0,1 2,16V4A2,2 0 0,1 4,2M4,4V16H8.83L12,19.17L15.17,16H20V4H4M7.5,6A1.5,1.5 0 0,1 9,7.5A1.5,1.5 0 0,1 7.5,9A1.5,1.5 0 0,1 6,7.5A1.5,1.5 0 0,1 7.5,6M6,14L11,9L13,11L18,6V14H6Z\" /></svg></li><li title=\"tooltip image \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tooltip-image\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,2H20A2,2 0 0,1 22,4V16A2,2 0 0,1 20,18H16L12,22L8,18H4A2,2 0 0,1 2,16V4A2,2 0 0,1 4,2M19,15V7L15,11L13,9L7,15H19M7,5A2,2 0 0,0 5,7A2,2 0 0,0 7,9A2,2 0 0,0 9,7A2,2 0 0,0 7,5Z\" /></svg></li><li title=\"tooltip minus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tooltip-minus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 2H4C2.9 2 2 2.9 2 4V16C2 17.11 2.9 18 4 18H8L12 22L16 18H20C21.11 18 22 17.11 22 16V4C22 2.9 21.11 2 20 2M20 16H15.17L12 19.17L8.83 16H4V4H20V16M16 11H8V9H16V11Z\" /></svg></li><li title=\"tooltip minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tooltip-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 2H4C2.9 2 2 2.9 2 4V16C2 17.11 2.9 18 4 18H8L12 22L16 18H20C21.11 18 22 17.11 22 16V4C22 2.9 21.11 2 20 2M16 11H8V9H16V11Z\" /></svg></li><li title=\"tooltip outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tooltip-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,2H20A2,2 0 0,1 22,4V16A2,2 0 0,1 20,18H16L12,22L8,18H4A2,2 0 0,1 2,16V4A2,2 0 0,1 4,2M4,4V16H8.83L12,19.17L15.17,16H20V4H4Z\" /></svg></li><li title=\"tooltip plus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tooltip-plus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,2H20A2,2 0 0,1 22,4V16A2,2 0 0,1 20,18H16L12,22L8,18H4A2,2 0 0,1 2,16V4A2,2 0 0,1 4,2M4,4V16H8.83L12,19.17L15.17,16H20V4H4M11,6H13V9H16V11H13V14H11V11H8V9H11V6Z\" /></svg></li><li title=\"tooltip plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tooltip-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,2H20A2,2 0 0,1 22,4V16A2,2 0 0,1 20,18H16L12,22L8,18H4A2,2 0 0,1 2,16V4A2,2 0 0,1 4,2M11,6V9H8V11H11V14H13V11H16V9H13V6H11Z\" /></svg></li><li title=\"tooltip remove outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tooltip-remove-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 2H4C2.9 2 2 2.9 2 4V16C2 17.11 2.9 18 4 18H8L12 22L16 18H20C21.11 18 22 17.11 22 16V4C22 2.9 21.11 2 20 2M20 16H15.17L12 19.17L8.83 16H4V4H20V16M8.46 12.12L10.59 10L8.46 7.88L9.88 6.47L12 8.59L14.12 6.47L15.54 7.88L13.41 10L15.54 12.12L14.12 13.54L12 11.41L9.88 13.54L8.46 12.12Z\" /></svg></li><li title=\"tooltip remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tooltip-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 2H4C2.9 2 2 2.9 2 4V16C2 17.11 2.9 18 4 18H8L12 22L16 18H20C21.11 18 22 17.11 22 16V4C22 2.9 21.11 2 20 2M15.54 12.12L14.12 13.54L12 11.41L9.88 13.54L8.47 12.12L10.59 10L8.46 7.88L9.88 6.47L12 8.59L14.12 6.47L15.54 7.88L13.41 10L15.54 12.12Z\" /></svg></li><li title=\"tooltip text outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tooltip-text-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,2H20A2,2 0 0,1 22,4V16A2,2 0 0,1 20,18H16L12,22L8,18H4A2,2 0 0,1 2,16V4A2,2 0 0,1 4,2M4,4V16H8.83L12,19.17L15.17,16H20V4H4M6,7H18V9H6V7M6,11H16V13H6V11Z\" /></svg></li><li title=\"tooltip text \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tooltip-text\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,2H20A2,2 0 0,1 22,4V16A2,2 0 0,1 20,18H16L12,22L8,18H4A2,2 0 0,1 2,16V4A2,2 0 0,1 4,2M5,5V7H19V5H5M5,9V11H15V9H5M5,13V15H17V13H5Z\" /></svg></li><li title=\"tooltip \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tooltip\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,2H20A2,2 0 0,1 22,4V16A2,2 0 0,1 20,18H16L12,22L8,18H4A2,2 0 0,1 2,16V4A2,2 0 0,1 4,2Z\" /></svg></li><li title=\"tooth outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tooth-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7,2C4,2 2,5 2,8C2,10.11 3,13 4,14C5,15 6,22 8,22C12.54,22 10,15 12,15C14,15 11.46,22 16,22C18,22 19,15 20,14C21,13 22,10.11 22,8C22,5 20,2 17,2C14,2 14,3 12,3C10,3 10,2 7,2M7,4C9,4 10,5 12,5C14,5 15,4 17,4C18.67,4 20,6 20,8C20,9.75 19.14,12.11 18.19,13.06C17.33,13.92 16.06,19.94 15.5,19.94C15.29,19.94 15,18.88 15,17.59C15,15.55 14.43,13 12,13C9.57,13 9,15.55 9,17.59C9,18.88 8.71,19.94 8.5,19.94C7.94,19.94 6.67,13.92 5.81,13.06C4.86,12.11 4,9.75 4,8C4,6 5.33,4 7,4Z\" /></svg></li><li title=\"tooth \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tooth\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7,2C4,2 2,5 2,8C2,10.11 3,13 4,14C5,15 6,22 8,22C12.54,22 10,15 12,15C14,15 11.46,22 16,22C18,22 19,15 20,14C21,13 22,10.11 22,8C22,5 20,2 17,2C14,2 14,3 12,3C10,3 10,2 7,2Z\" /></svg></li><li title=\"toothbrush electric \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-toothbrush-electric\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 1.5V14C10.34 14 9 15.34 9 17V22H17V17C17 15.34 15.66 14 14 14V3.5C14 2.4 13.11 1.5 12 1.5M7.5 2V9H11V7.5H9V3.5H11V2H7.5M13 17.5C13.83 17.5 14.5 18.17 14.5 19C14.5 19.83 13.83 20.5 13 20.5C12.17 20.5 11.5 19.83 11.5 19C11.5 18.17 12.17 17.5 13 17.5Z\" /></svg></li><li title=\"toothbrush paste \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-toothbrush-paste\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17.86 1.5L12.91 6.43L15.03 8.55L16.09 7.5L15.03 6.43L17.86 3.6L18.92 4.66L20 3.6M21.4 3.6L15.56 9.44L13.43 10.15L3 20.57L4.43 22L10.08 16.33L14.33 20.57L18.57 16.33L14.33 12.09L14.5 11.9L16.63 11.19L21.4 6.43C22.18 5.65 22.18 4.38 21.4 3.6M6.55 4.31L2.31 8.55L7.26 13.5L11.5 9.26M18.22 18.1L16.09 20.22L17.5 21.63L19.63 19.5Z\" /></svg></li><li title=\"toothbrush \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-toothbrush\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12.91 6.43L15.03 8.55L16.09 7.5L15.03 6.43L17.86 3.6L18.92 4.66L20 3.6L17.86 1.5M3 20.57L4.43 22L14.5 11.9L16.63 11.19L21.4 6.43C22.18 5.65 22.18 4.38 21.4 3.6L15.55 9.44L13.43 10.15Z\" /></svg></li><li title=\"torch \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-torch\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8.6 9.6C9 10.2 9.5 10.7 10.2 11H14.2C14.5 10.9 14.7 10.7 14.9 10.5C15.9 9.5 16.3 8 15.8 6.7L15.7 6.5C15.6 6.2 15.4 6 15.2 5.8C15.1 5.6 14.9 5.5 14.8 5.3C14.4 5 14 4.7 13.6 4.3C12.7 3.4 12.6 2 13.1 1C12.6 1.1 12.1 1.4 11.7 1.8C10.2 3 9.6 5.1 10.3 7V7.2C10.3 7.3 10.2 7.4 10.1 7.5C10 7.6 9.8 7.5 9.7 7.4L9.6 7.3C9 6.5 8.9 5.3 9.3 4.3C8.4 5.1 7.9 6.4 8 7.7C8 8 8.1 8.3 8.2 8.6C8.2 8.9 8.4 9.3 8.6 9.6M12.3 8.1C12.4 7.6 12.2 7.2 12.1 6.8C12 6.4 12 6 12.2 5.6L12.5 6.2C12.9 6.8 13.6 7 13.8 7.8V8.1C13.8 8.6 13.6 9.1 13.3 9.4C13.1 9.5 12.9 9.7 12.7 9.7C12.1 9.9 11.4 9.6 11 9.2C11.8 9.2 12.2 8.6 12.3 8.1M15 12V14H14L13 22H11L10 14H9V12H15Z\" /></svg></li><li title=\"tortoise \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tortoise\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.31,5.6C18.09,5.56 16.88,6.5 16.5,8C16,10 16,10 15,11C13,13 10,14 4,15C3,15.16 2.5,15.5 2,16C4,16 6,16 4.5,17.5L3,19H6L8,17C10,18 11.33,18 13.33,17L14,19H17L16,16C16,16 17,12 18,11C19,10 19,11 20,11C21,11 22,10 22,8.5C22,8 22,7 20.5,6C20.15,5.76 19.74,5.62 19.31,5.6M9,6A6,6 0 0,0 3,12C3,12.6 3.13,13.08 3.23,13.6C9.15,12.62 12.29,11.59 13.93,9.94L14.43,9.44C13.44,7.34 11.32,6 9,6Z\" /></svg></li><li title=\"toslink \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-toslink\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 10V7L17 4H7L4 7V10C2.9 10 2 10.9 2 12S2.9 14 4 14V18C4 19.1 4.9 20 6 20H18C19.1 20 20 19.1 20 18V14C21.11 14 22 13.11 22 12S21.11 10 20 10M12 16C9.79 16 8 14.21 8 12S9.79 8 12 8 16 9.79 16 12 14.21 16 12 16M14 12C14 13.11 13.11 14 12 14S10 13.11 10 12 10.9 10 12 10 14 10.9 14 12Z\" /></svg></li><li title=\"tournament \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tournament\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,2V4H7V8H2V10H7C8.11,10 9,9.11 9,8V7H14V17H9V16C9,14.89 8.11,14 7,14H2V16H7V20H2V22H7C8.11,22 9,21.11 9,20V19H14C15.11,19 16,18.11 16,17V13H22V11H16V7C16,5.89 15.11,5 14,5H9V4C9,2.89 8.11,2 7,2H2Z\" /></svg></li><li title=\"tow truck \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tow-truck\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,10H20.39L17.06,6H15V10M17.5,18.5C17.89,18.5 18.24,18.37 18.54,18.07C18.84,17.77 19,17.42 19,17C19,16.61 18.84,16.26 18.54,15.96C18.24,15.66 17.89,15.5 17.5,15.5C17.08,15.5 16.73,15.66 16.43,15.96C16.13,16.26 16,16.61 16,17C16,17.42 16.13,17.77 16.43,18.07C16.73,18.37 17.08,18.5 17.5,18.5M6,18.5C6.44,18.5 6.8,18.37 7.08,18.07C7.36,17.77 7.5,17.42 7.5,17C7.5,16.61 7.36,16.26 7.08,15.96C6.8,15.66 6.44,15.5 6,15.5C5.56,15.5 5.2,15.66 4.92,15.96C4.64,16.26 4.5,16.61 4.5,17C4.5,17.42 4.64,17.77 4.92,18.07C5.2,18.37 5.56,18.5 6,18.5M18,4L23,10V17H20.5C20.5,17.83 20.19,18.53 19.59,19.13C19,19.72 18.3,20 17.5,20C16.67,20 15.97,19.72 15.38,19.13C14.78,18.53 14.5,17.83 14.5,17H9C9,17.83 8.7,18.53 8.11,19.13C7.5,19.72 6.81,20 6,20C5.19,20 4.5,19.72 3.89,19.13C3.3,18.53 3,17.83 3,17H1V13H9.19L3,8.11V11H1V5H2L13,11.06V4H18Z\" /></svg></li><li title=\"tower beach \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tower-beach\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,4V8H18V10H17.64L21,23H18.93L18.37,20.83L12,17.15L5.63,20.83L5.07,23H3L6.36,10H6V8H7V4H6V3L18,1V4H17M7.28,14.43L6.33,18.12L10,16L7.28,14.43M15.57,10H8.43L7.8,12.42L12,14.85L16.2,12.42L15.57,10M17.67,18.12L16.72,14.43L14,16L17.67,18.12Z\" /></svg></li><li title=\"tower fire \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tower-fire\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,4V8H18V10H17.64L21,23H18.93L18.37,20.83L12,17.15L5.63,20.83L5.07,23H3L6.36,10H6V8H7V4H6V3L12,1L18,3V4H17M7.28,14.43L6.33,18.12L10,16L7.28,14.43M15.57,10H8.43L7.8,12.42L12,14.85L16.2,12.42L15.57,10M17.67,18.12L16.72,14.43L14,16L17.67,18.12Z\" /></svg></li><li title=\"town hall \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-town-hall\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 10H17V8L12.5 6.2V4H15V2H11.5V6.2L7 8V10H3C2.45 10 2 10.45 2 11V22H10V17H14V22H22V11C22 10.45 21.55 10 21 10M8 20H4V17H8V20M8 15H4V12H8V15M12 8C12.55 8 13 8.45 13 9S12.55 10 12 10 11 9.55 11 9 11.45 8 12 8M14 15H10V12H14V15M20 20H16V17H20V20M20 15H16V12H20V15Z\" /></svg></li><li title=\"toy brick marker outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-toy-brick-marker-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.5 12A3.54 3.54 0 0 0 15 15.5C15 18.1 18.5 22 18.5 22S22 18.1 22 15.5A3.54 3.54 0 0 0 18.5 12M18.5 16.8A1.2 1.2 0 1 1 18.5 14.4A1.29 1.29 0 0 1 19.7 15.6A1.15 1.15 0 0 1 18.5 16.8M19 6V5A2 2 0 0 0 17 3H15A2 2 0 0 0 13 5V6H11V5A2 2 0 0 0 9 3H7A2 2 0 0 0 5 5V6H3V20H14.54A15.55 15.55 0 0 1 13.54 18H5V8H19V10A5.11 5.11 0 0 1 21 10.6V6Z\" /></svg></li><li title=\"toy brick marker \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-toy-brick-marker\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 6V5A2 2 0 0 0 17 3H15A2 2 0 0 0 13 5V6H11V5A2 2 0 0 0 9 3H7A2 2 0 0 0 5 5V6H3V20H14.54A9.55 9.55 0 0 1 13 15.5A5.58 5.58 0 0 1 18.5 10A5.3 5.3 0 0 1 21 10.63V6M18.5 12A3.54 3.54 0 0 0 15 15.5C15 18.1 18.5 22 18.5 22S22 18.1 22 15.5A3.54 3.54 0 0 0 18.5 12M18.5 16.8A1.2 1.2 0 1 1 18.5 14.4A1.29 1.29 0 0 1 19.7 15.6A1.15 1.15 0 0 1 18.5 16.8Z\" /></svg></li><li title=\"toy brick minus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-toy-brick-minus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.09 20H3V6H5V5C5 3.9 5.9 3 7 3H9C10.11 3 11 3.9 11 5V6H13V5C13 3.9 13.9 3 15 3H17C18.11 3 19 3.9 19 5V6H21V13.35C20.37 13.13 19.7 13 19 13V8H5V18H13.09C13.04 18.33 13 18.66 13 19S13.04 19.67 13.09 20M23 18H15V20H23V18Z\" /></svg></li><li title=\"toy brick minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-toy-brick-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23 20H15V18H23V20M13 19C13 15.69 15.69 13 19 13C19.7 13 20.37 13.13 21 13.35V6H19V5C19 3.9 18.11 3 17 3H15C13.9 3 13 3.9 13 5V6H11V5C11 3.9 10.11 3 9 3H7C5.9 3 5 3.9 5 5V6H3V20H13.09C13.04 19.67 13 19.34 13 19Z\" /></svg></li><li title=\"toy brick outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-toy-brick-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 6V5A2 2 0 0 0 17 3H15A2 2 0 0 0 13 5V6H11V5A2 2 0 0 0 9 3H7A2 2 0 0 0 5 5V6H3V20H21V6M19 18H5V8H19Z\" /></svg></li><li title=\"toy brick plus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-toy-brick-plus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 6V5A2 2 0 0 0 17 3H15A2 2 0 0 0 13 5V6H11V5A2 2 0 0 0 9 3H7A2 2 0 0 0 5 5V6H3V20H14V18H5V8H19V13H21V6M21 15V18H24V20H21V23H19V20H16V18H19V15Z\" /></svg></li><li title=\"toy brick plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-toy-brick-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 6V5A2 2 0 0 0 17 3H15A2 2 0 0 0 13 5V6H11V5A2 2 0 0 0 9 3H7A2 2 0 0 0 5 5V6H3V20H13.09A5.47 5.47 0 0 1 13 19A6 6 0 0 1 21 13.34V6M20 15V18H23V20H20V23H18V20H15V18H18V15Z\" /></svg></li><li title=\"toy brick remove outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-toy-brick-remove-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 6V5C19 3.9 18.1 3 17 3H15C13.9 3 13 3.9 13 5V6H11V5C11 3.9 10.1 3 9 3H7C5.9 3 5 3.9 5 5V6H3V20H14V18H5V8H19V13H21V6M17.88 15.46L20 17.59L22.12 15.47L23.54 16.88L21.41 19L23.54 21.12L22.12 22.54L20 20.41L17.88 22.54L16.46 21.12L18.59 19L16.47 16.88\" /></svg></li><li title=\"toy brick remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-toy-brick-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 6V5A2 2 0 0 0 17 3H15A2 2 0 0 0 13 5V6H11V5A2 2 0 0 0 9 3H7A2 2 0 0 0 5 5V6H3V20H13.09A5.47 5.47 0 0 1 13 19A6 6 0 0 1 21 13.34V6M22.54 16.88L20.41 19L22.54 21.12L21.12 22.54L19 20.41L16.88 22.54L15.46 21.12L17.59 19L15.46 16.88L16.88 15.46L19 17.59L21.12 15.46Z\" /></svg></li><li title=\"toy brick search outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-toy-brick-search-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 6V5A2 2 0 0 0 17 3H15A2 2 0 0 0 13 5V6H11V5A2 2 0 0 0 9 3H7A2 2 0 0 0 5 5V6H3V20H11.81A6.59 6.59 0 0 1 10.5 18H5V8H19V9.5A6.59 6.59 0 0 1 21 10.81V6M20.31 17.9A4.5 4.5 0 1 0 18.88 19.32L22 22.39L23.39 21M16.5 18A2.5 2.5 0 1 1 19 15.5A2.5 2.5 0 0 1 16.5 18Z\" /></svg></li><li title=\"toy brick search \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-toy-brick-search\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 6V5A2 2 0 0 0 17 3H15A2 2 0 0 0 13 5V6H11V5A2 2 0 0 0 9 3H7A2 2 0 0 0 5 5V6H3V20H11.81A6.5 6.5 0 0 1 21 10.81V6M20.31 17.9A4.5 4.5 0 1 0 18.88 19.32L22 22.39L23.39 21M16.5 18A2.5 2.5 0 1 1 19 15.5A2.5 2.5 0 0 1 16.5 18Z\" /></svg></li><li title=\"toy brick \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-toy-brick\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 6V5A2 2 0 0 0 17 3H15A2 2 0 0 0 13 5V6H11V5A2 2 0 0 0 9 3H7A2 2 0 0 0 5 5V6H3V20H21V6Z\" /></svg></li><li title=\"track light \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-track-light\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,1V3H9V6.4L4.11,4.38L1.43,10.84L6.97,13.14L11.94,16.82L13.79,17.59L17.62,8.35L15.77,7.58L11,6.87V3H14V1H6M21.81,6.29L19.5,7.25L20.26,9.1L22.57,8.14L21.81,6.29M19.78,13.57L19,15.42L21.79,16.57L22.55,14.72L19.78,13.57M16.19,18.93L14.34,19.69L15.3,22L17.15,21.23L16.19,18.93Z\" /></svg></li><li title=\"trackpad lock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-trackpad-lock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,1C1.89,1 1,1.89 1,3V17C1,18.11 1.89,19 3,19H14V17H12V13H16.68C17.5,12.35 18.47,12 19.5,12C20,12 20.5,12.09 21,12.26V3C21,1.89 20.11,1 19,1H3M3,3H19V11H3V3M3,13H10V17H3V13M19.5,14A2.5,2.5 0 0,0 17,16.5V17A1,1 0 0,0 16,18V22A1,1 0 0,0 17,23H22A1,1 0 0,0 23,22V18A1,1 0 0,0 22,17V16.5A2.5,2.5 0 0,0 19.5,14M19.5,15A1.5,1.5 0 0,1 21,16.5V17H18V16.5A1.5,1.5 0 0,1 19.5,15Z\" /></svg></li><li title=\"trackpad \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-trackpad\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,3H20A2,2 0 0,1 22,5V19A2,2 0 0,1 20,21H4A2,2 0 0,1 2,19V5A2,2 0 0,1 4,3M4,5V13H20V5H4M4,19H11V15H4V19M20,19V15H13V19H20Z\" /></svg></li><li title=\"tractor variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tractor-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.3 2.79L9.8 6.29L10.5 7L11.9 5.61L13 6.71V9C13 10.11 12.11 11 11 11H10.46A6 6 0 0 1 12 15A6 6 0 0 1 11.91 16H15.03A4.5 4.5 0 0 1 19.5 12A4.5 4.5 0 0 1 22 12.76V8C22 6.89 21.11 6 20 6H13.71L12.61 4.9L14 3.5L13.3 2.79M4 7C3.45 7 3 7.45 3 8C3 8.55 3.45 9 4 9H9C9 7.9 8.11 7 7 7H4M6 10A5 5 0 0 0 4.44 10.25L4.8 11.18L4.33 11.36L4 10.43A5 5 0 0 0 1.54 12.74L2.45 13.15L2.24 13.6L1.34 13.2A5 5 0 0 0 1 15A5 5 0 0 0 1.25 16.56L2.18 16.2L2.36 16.67L1.43 17A5 5 0 0 0 3.74 19.46L4.14 18.55L4.6 18.76L4.2 19.66A5 5 0 0 0 6 20A5 5 0 0 0 7.56 19.75L7.2 18.82L7.67 18.64L8 19.57A5 5 0 0 0 10.46 17.26L9.55 16.86L9.76 16.4L10.66 16.8A5 5 0 0 0 11 15A5 5 0 0 0 10.75 13.44L9.82 13.8L9.64 13.33L10.57 13A5 5 0 0 0 8.26 10.54L7.86 11.45L7.4 11.24L7.8 10.34A5 5 0 0 0 6 10M6 12A3 3 0 0 1 9 15A3 3 0 0 1 6 18A3 3 0 0 1 3 15A3 3 0 0 1 6 12M19.5 13A3.5 3.5 0 0 0 16 16.5A3.5 3.5 0 0 0 19.5 20A3.5 3.5 0 0 0 23 16.5A3.5 3.5 0 0 0 19.5 13M19.5 15A1.5 1.5 0 0 1 21 16.5A1.5 1.5 0 0 1 19.5 18A1.5 1.5 0 0 1 18 16.5A1.5 1.5 0 0 1 19.5 15Z\" /></svg></li><li title=\"tractor \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tractor\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,4V11.26C3.2,11.9 2,13.6 2,15.5C2,18 4,20 6.5,20C8.79,20 10.71,18.28 10.97,16H15.17C15.06,16.32 15,16.66 15,17A3,3 0 0,0 18,20A3,3 0 0,0 21,17C21,16.66 20.94,16.32 20.82,16H22V13C22,11.89 21.11,11 20,11H15.04L13.65,4H5M7,6H12L13,11V14H10.74C10.16,12.38 8.71,11.23 7,11.03V6M6.5,13.25A2.25,2.25 0 0,1 8.75,15.5A2.25,2.25 0 0,1 6.5,17.75A2.25,2.25 0 0,1 4.25,15.5A2.25,2.25 0 0,1 6.5,13.25M18,15.5A1.5,1.5 0 0,1 19.5,17A1.5,1.5 0 0,1 18,18.5A1.5,1.5 0 0,1 16.5,17A1.5,1.5 0 0,1 18,15.5Z\" /></svg></li><li title=\"trademark \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-trademark\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9.8,8.44H6.87V16H4.89V8.44H2V7H9.8V8.44M13.5,7L15.96,13.5L18.41,7H21V16H19V13.5L19.22,9.24L16.63,16H15.28L12.7,9.25L12.9,13.5V16H10.93V7H13.5Z\" /></svg></li><li title=\"traffic cone \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-traffic-cone\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17 15L18 19H21V22H3V19H6L7 15H17M15 8L16 12H8L9 8H15M13 1L14 5H10L11 1H13Z\" /></svg></li><li title=\"traffic light outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-traffic-light-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 10H17V8.86C18.72 8.41 20 6.86 20 5H17V4C17 3.45 16.55 3 16 3H8C7.45 3 7 3.45 7 4V5H4C4 6.86 5.28 8.41 7 8.86V10H4C4 11.86 5.28 13.41 7 13.86V15H4C4 16.86 5.28 18.41 7 18.86V20C7 20.55 7.45 21 8 21H16C16.55 21 17 20.55 17 20V18.86C18.72 18.41 20 16.86 20 15H17V13.86C18.72 13.41 20 11.86 20 10M15 19H9V5H15V19M12 18C12.83 18 13.5 17.33 13.5 16.5S12.83 15 12 15 10.5 15.67 10.5 16.5 11.17 18 12 18M12 13.5C12.83 13.5 13.5 12.83 13.5 12S12.83 10.5 12 10.5 10.5 11.17 10.5 12 11.17 13.5 12 13.5M12 9C12.83 9 13.5 8.33 13.5 7.5S12.83 6 12 6 10.5 6.67 10.5 7.5 11.17 9 12 9Z\" /></svg></li><li title=\"traffic light \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-traffic-light\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,9A2,2 0 0,1 10,7C10,5.89 10.9,5 12,5C13.11,5 14,5.89 14,7A2,2 0 0,1 12,9M12,14A2,2 0 0,1 10,12C10,10.89 10.9,10 12,10C13.11,10 14,10.89 14,12A2,2 0 0,1 12,14M12,19A2,2 0 0,1 10,17C10,15.89 10.9,15 12,15C13.11,15 14,15.89 14,17A2,2 0 0,1 12,19M20,10H17V8.86C18.72,8.41 20,6.86 20,5H17V4A1,1 0 0,0 16,3H8A1,1 0 0,0 7,4V5H4C4,6.86 5.28,8.41 7,8.86V10H4C4,11.86 5.28,13.41 7,13.86V15H4C4,16.86 5.28,18.41 7,18.86V20A1,1 0 0,0 8,21H16A1,1 0 0,0 17,20V18.86C18.72,18.41 20,16.86 20,15H17V13.86C18.72,13.41 20,11.86 20,10Z\" /></svg></li><li title=\"train car passenger door open \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-train-car-passenger-door-open\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 7H3C1.9 7 1 7.9 1 9V17H2C2 18.11 2.9 19 4 19S6 18.11 6 17H18C18 18.11 18.9 19 20 19S22 18.11 22 17H23V9C23 7.9 22.11 7 21 7M8 12H3V9H8V12M14 16H10V9H14V16M21 12H16V9H21V12Z\" /></svg></li><li title=\"train car passenger door \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-train-car-passenger-door\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 7H3C1.9 7 1 7.9 1 9V17H2C2 18.11 2.9 19 4 19S6 18.11 6 17H18C18 18.11 18.9 19 20 19S22 18.11 22 17H23V9C23 7.9 22.11 7 21 7M7 12H3V9H7V12M11 16H9V9H11V16M15 16H13V9H15V16M21 12H17V9H21V12Z\" /></svg></li><li title=\"train car passenger variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-train-car-passenger-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 7H3C1.9 7 1 7.9 1 9V17H2C2 18.11 2.9 19 4 19S6 18.11 6 17H18C18 18.11 18.9 19 20 19S22 18.11 22 17H23V9C23 7.9 22.11 7 21 7M11 12H3V9H11V12M21 12H13V9H21V12Z\" /></svg></li><li title=\"train car passenger \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-train-car-passenger\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 7H3C1.9 7 1 7.9 1 9V17H2C2 18.11 2.9 19 4 19S6 18.11 6 17H18C18 18.11 18.9 19 20 19S22 18.11 22 17H23V9C23 7.9 22.11 7 21 7M7 12H3V9H7V12M15 12H9V9H15V12M21 12H17V9H21V12Z\" /></svg></li><li title=\"train car \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-train-car\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,4H5A3,3 0 0,0 2,7V15A3,3 0 0,0 5,18L4,19V20H5L7,17.97L9,18V13H4V6H13V8H15V7A3,3 0 0,0 12,4M5,14A1,1 0 0,1 6,15A1,1 0 0,1 5,16A1,1 0 0,1 4,15A1,1 0 0,1 5,14M20.57,9.66C20.43,9.26 20.05,9 19.6,9H12.41C11.95,9 11.58,9.26 11.43,9.66L10,13.77V19.28C10,19.66 10.32,20 10.7,20H11.32C11.7,20 12,19.62 12,19.24V18H20V19.24C20,19.62 20.31,20 20.69,20H21.3C21.68,20 22,19.66 22,19.28V17.91L22,13.77L20.57,9.66M12.41,10H19.6L20.63,13H11.38L12.41,10M12,16A1,1 0 0,1 11,15A1,1 0 0,1 12,14A1,1 0 0,1 13,15A1,1 0 0,1 12,16M20,16A1,1 0 0,1 19,15A1,1 0 0,1 20,14A1,1 0 0,1 21,15A1,1 0 0,1 20,16Z\" /></svg></li><li title=\"train variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-train-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18,10H6V5H18M12,17C10.89,17 10,16.1 10,15C10,13.89 10.89,13 12,13A2,2 0 0,1 14,15A2,2 0 0,1 12,17M4,15.5A3.5,3.5 0 0,0 7.5,19L6,20.5V21H18V20.5L16.5,19A3.5,3.5 0 0,0 20,15.5V5C20,1.5 16.42,1 12,1C7.58,1 4,1.5 4,5V15.5Z\" /></svg></li><li title=\"train \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-train\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2C8,2 4,2.5 4,6V15.5A3.5,3.5 0 0,0 7.5,19L6,20.5V21H8.23L10.23,19H14L16,21H18V20.5L16.5,19A3.5,3.5 0 0,0 20,15.5V6C20,2.5 16.42,2 12,2M7.5,17A1.5,1.5 0 0,1 6,15.5A1.5,1.5 0 0,1 7.5,14A1.5,1.5 0 0,1 9,15.5A1.5,1.5 0 0,1 7.5,17M11,10H6V6H11V10M13,10V6H18V10H13M16.5,17A1.5,1.5 0 0,1 15,15.5A1.5,1.5 0 0,1 16.5,14A1.5,1.5 0 0,1 18,15.5A1.5,1.5 0 0,1 16.5,17Z\" /></svg></li><li title=\"tram side \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tram-side\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9 1L5 4L7.5 6H5C5 6 2 6 2 9V19H7C7 19 7 17 9 17H22V14H18V8H22V6H10.5L13 4L9 1M4 8H9V14H4V8M11 8H16V14H11V8M4 16H5V18H4V16M9 19V19.5C9 20.88 10.12 22 11.5 22C12.5 22 13.39 21.41 13.79 20.5H15.21C15.61 21.41 16.5 22 17.5 22C18.88 22 20 20.88 20 19.5V19H9Z\" /></svg></li><li title=\"tram \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tram\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,16.94V8.5C19,5.71 16.39,5.1 13,5L13.75,3.5H17V2H7V3.5H11.75L11,5C7.86,5.11 5,5.73 5,8.5V16.94C5,18.39 6.19,19.6 7.59,19.91L6,21.5V22H8.23L10.23,20H14L16,22H18V21.5L16.5,20H16.42C18.11,20 19,18.63 19,16.94M12,18.5A1.5,1.5 0 0,1 10.5,17A1.5,1.5 0 0,1 12,15.5A1.5,1.5 0 0,1 13.5,17A1.5,1.5 0 0,1 12,18.5M17,14H7V9H17V14Z\" /></svg></li><li title=\"transcribe close \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-transcribe-close\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,23L8,19H16L12,23M20,3A2,2 0 0,1 22,5V15A2,2 0 0,1 20,17H4A2,2 0 0,1 2,15V5A2,2 0 0,1 4,3H20M18,15V13H12.5L10.5,15H18M6,15H8.5L15.35,8.12C15.55,7.93 15.55,7.61 15.35,7.42L13.59,5.65C13.39,5.45 13.07,5.45 12.88,5.65L6,12.53V15Z\" /></svg></li><li title=\"transcribe \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-transcribe\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,5A2,2 0 0,1 22,7V17A2,2 0 0,1 20,19H4C2.89,19 2,18.1 2,17V7C2,5.89 2.89,5 4,5H20M18,17V15H12.5L10.5,17H18M6,17H8.5L15.35,10.12C15.55,9.93 15.55,9.61 15.35,9.41L13.59,7.65C13.39,7.45 13.07,7.45 12.88,7.65L6,14.53V17Z\" /></svg></li><li title=\"transfer down \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-transfer-down\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,3V5H8V3H16M16,7V9H8V7H16M16,11V13H8V11H16M5,15H19L12,22L5,15Z\" /></svg></li><li title=\"transfer left \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-transfer-left\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,16H19V8H21V16M17,16H15V8H17V16M13,16H11V8H13V16M9,5V19L2,12L9,5Z\" /></svg></li><li title=\"transfer right \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-transfer-right\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,8H5V16H3V8M7,8H9V16H7V8M11,8H13V16H11V8M15,19.25V4.75L22.25,12L15,19.25Z\" /></svg></li><li title=\"transfer up \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-transfer-up\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8,21V19H16V21H8M8,17V15H16V17H8M8,13V11H16V13H8M19,9H5L12,2L19,9Z\" /></svg></li><li title=\"transfer \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-transfer\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8 4A2 2 0 0 0 6 6V10H8V6H16V9H13.5L17 12.5L20.5 9H18V6A2 2 0 0 0 16 4H8M3 12V14H11V12H3M3 15V17H11V15H3M13 15V17H21V15H13M3 18V20H11V18H3M13 18V20H21V18H13Z\" /></svg></li><li title=\"transit connection horizontal \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-transit-connection-horizontal\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 9C10.7 9 9.6 9.8 9.2 11H6.8C6.4 9.8 5.3 9 4 9C2.3 9 1 10.3 1 12S2.3 15 4 15C5.3 15 6.4 14.2 6.8 13H9.2C9.6 14.2 10.7 15 12 15S14.4 14.2 14.8 13H17.2C17.6 14.2 18.7 15 20 15C21.7 15 23 13.7 23 12S21.7 9 20 9C18.7 9 17.6 9.8 17.2 11H14.8C14.4 9.8 13.3 9 12 9M3 12C3 11.4 3.4 11 4 11S5 11.4 5 12 4.6 13 4 13 3 12.6 3 12M21 12C21 12.6 20.6 13 20 13S19 12.6 19 12 19.4 11 20 11 21 11.4 21 12Z\" /></svg></li><li title=\"transit connection variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-transit-connection-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18,11H14.82C14.4,9.84 13.3,9 12,9C10.7,9 9.6,9.84 9.18,11H6C5.67,11 4,10.9 4,9V8C4,6.17 5.54,6 6,6H16.18C16.6,7.16 17.7,8 19,8A3,3 0 0,0 22,5A3,3 0 0,0 19,2C17.7,2 16.6,2.84 16.18,4H6C4.39,4 2,5.06 2,8V9C2,11.94 4.39,13 6,13H9.18C9.6,14.16 10.7,15 12,15C13.3,15 14.4,14.16 14.82,13H18C18.33,13 20,13.1 20,15V16C20,17.83 18.46,18 18,18H7.82C7.4,16.84 6.3,16 5,16A3,3 0 0,0 2,19A3,3 0 0,0 5,22C6.3,22 7.4,21.16 7.82,20H18C19.61,20 22,18.93 22,16V15C22,12.07 19.61,11 18,11M19,4A1,1 0 0,1 20,5A1,1 0 0,1 19,6A1,1 0 0,1 18,5A1,1 0 0,1 19,4M5,20A1,1 0 0,1 4,19A1,1 0 0,1 5,18A1,1 0 0,1 6,19A1,1 0 0,1 5,20Z\" /></svg></li><li title=\"transit connection \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-transit-connection\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,12C15,10.7 14.16,9.6 13,9.18V6.82C14.16,6.4 15,5.3 15,4A3,3 0 0,0 12,1A3,3 0 0,0 9,4C9,5.3 9.84,6.4 11,6.82V9.19C9.84,9.6 9,10.7 9,12C9,13.3 9.84,14.4 11,14.82V17.18C9.84,17.6 9,18.7 9,20A3,3 0 0,0 12,23A3,3 0 0,0 15,20C15,18.7 14.16,17.6 13,17.18V14.82C14.16,14.4 15,13.3 15,12M12,3A1,1 0 0,1 13,4A1,1 0 0,1 12,5A1,1 0 0,1 11,4A1,1 0 0,1 12,3M12,21A1,1 0 0,1 11,20A1,1 0 0,1 12,19A1,1 0 0,1 13,20A1,1 0 0,1 12,21Z\" /></svg></li><li title=\"transit detour \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-transit-detour\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 3A3 3 0 0 0 16.61 4.21A11.5 11.5 0 0 0 13.75 4L13.88 6A9.47 9.47 0 0 1 16 6.13A3 3 0 1 0 19 3M19 7A1 1 0 1 1 20 6A1 1 0 0 1 19 7M8.86 7.86L7.67 6.25A11.5 11.5 0 0 1 11.6 4.37L12.1 6.31A9.5 9.5 0 0 0 8.86 7.86M21 18A3 3 0 1 1 15.69 16.11A9.47 9.47 0 0 0 8.59 13.46C8.37 13.47 8.16 13.5 7.94 13.54A3 3 0 1 1 4.39 10.06A11.54 11.54 0 0 1 6.04 7.7L7.5 9.06A9.34 9.34 0 0 0 6.5 10.41A3.04 3.04 0 0 1 7.62 11.56C7.91 11.5 8.19 11.5 8.5 11.46A11.47 11.47 0 0 1 17.46 15.05A2.96 2.96 0 0 1 18 15A3 3 0 0 1 21 18Z\" /></svg></li><li title=\"transit skip \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-transit-skip\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 12C21 8 18.5 4.7 15 3.5C14.7 2.1 13.5 1 12 1C10.3 1 9 2.3 9 4S10.3 7 12 7C13.1 7 14.1 6.4 14.6 5.5C17.2 6.5 19 9 19 12C19 14.9 17.2 17.5 14.6 18.5C14.1 17.6 13.1 17 12 17C10.3 17 9 18.3 9 20S10.3 23 12 23C13.5 23 14.7 21.9 15 20.5C18.5 19.3 21 15.9 21 12M12 5C11.4 5 11 4.6 11 4S11.4 3 12 3 13 3.4 13 4 12.6 5 12 5M12 21C11.4 21 11 20.6 11 20S11.4 19 12 19 13 19.4 13 20 12.6 21 12 21M12 9C13.7 9 15 10.3 15 12S13.7 15 12 15 9 13.7 9 12 10.3 9 12 9Z\" /></svg></li><li title=\"transit transfer \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-transit-transfer\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.5,15.5H22V17H16.5V18.75L14,16.25L16.5,13.75V15.5M19.5,19.75V18L22,20.5L19.5,23V21.25H14V19.75H19.5M9.5,5.5A2,2 0 0,1 7.5,3.5A2,2 0 0,1 9.5,1.5A2,2 0 0,1 11.5,3.5A2,2 0 0,1 9.5,5.5M5.75,8.9L4,9.65V13H2V8.3L7.25,6.15C7.5,6.05 7.75,6 8,6C8.7,6 9.35,6.35 9.7,6.95L10.65,8.55C11.55,10 13.15,11 15,11V13C12.8,13 10.85,12 9.55,10.4L8.95,13.4L11,15.45V23H9V17L6.85,15L5.1,23H3L5.75,8.9Z\" /></svg></li><li title=\"transition masked \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-transition-masked\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,2C16.94,2 18.59,2.7 19.95,4.05C21.3,5.41 22,7.06 22,9C22,10.56 21.5,11.96 20.58,13.2C19.64,14.43 18.44,15.27 16.97,15.7L17,15.38V15C17,12.81 16.23,10.93 14.65,9.35C13.07,7.77 11.19,7 9,7H8.63L8.3,7.03C8.73,5.56 9.57,4.36 10.8,3.42C12.04,2.5 13.44,2 15,2M9,8A7,7 0 0,1 16,15A7,7 0 0,1 9,22A7,7 0 0,1 2,15A7,7 0 0,1 9,8M9,10A5,5 0 0,0 4,15A5,5 0 0,0 9,20A5,5 0 0,0 14,15A5,5 0 0,0 9,10Z\" /></svg></li><li title=\"transition \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-transition\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,2A7,7 0 0,1 22,9C22,11.71 20.46,14.05 18.22,15.22C17.55,16.5 16.5,17.55 15.22,18.22C14.05,20.46 11.71,22 9,22A7,7 0 0,1 2,15C2,12.29 3.54,9.95 5.78,8.78C6.45,7.5 7.5,6.45 8.78,5.78C9.95,3.54 12.29,2 15,2M12,19A7,7 0 0,1 5,12C4.37,12.84 4,13.87 4,15A5,5 0 0,0 9,20C10.13,20 11.16,19.63 12,19M15,16A7,7 0 0,1 8,9H8C7.37,9.84 7,10.87 7,12A5,5 0 0,0 12,17C13.13,17 14.16,16.63 15,16V16M15,4C13.87,4 12.84,4.37 12,5V5A7,7 0 0,1 19,12H19C19.63,11.16 20,10.13 20,9A5,5 0 0,0 15,4M10,9A5,5 0 0,0 15,14C15.6,14 16.17,13.9 16.7,13.7C16.9,13.17 17,12.6 17,12A5,5 0 0,0 12,7C11.4,7 10.83,7.1 10.3,7.3C10.1,7.83 10,8.4 10,9Z\" /></svg></li><li title=\"translate off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-translate-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12.17,5.81C11.87,6.69 11.47,7.55 11,8.39L12.35,9.74C13.11,8.5 13.71,7.18 14.13,5.81H17.16V3.75H9.94V1.69H7.87V3.75H6.37L8.43,5.81H12.17M15.53,12.91L17.03,14.41L17.67,12.69L19.08,16.47L22.39,19.77L18.7,9.94H16.64L15.53,12.91M1.31,1.31L0,2.62L1.13,3.75H0.65V5.81H3.19L5.26,7.88H4.46C5.21,9.56 6.24,11.15 7.53,12.58L2.28,17.76L3.75,19.22L8.91,14.07L12.11,17.27L12.8,15.43L14.1,16.72L12,22.31H14.06L15.22,19.22H16.6L21.38,24L22.69,22.69L1.31,1.31Z\" /></svg></li><li title=\"translate \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-translate\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12.87,15.07L10.33,12.56L10.36,12.53C12.1,10.59 13.34,8.36 14.07,6H17V4H10V2H8V4H1V6H12.17C11.5,7.92 10.44,9.75 9,11.35C8.07,10.32 7.3,9.19 6.69,8H4.69C5.42,9.63 6.42,11.17 7.67,12.56L2.58,17.58L4,19L9,14L12.11,17.11L12.87,15.07M18.5,10H16.5L12,22H14L15.12,19H19.87L21,22H23L18.5,10M15.88,17L17.5,12.67L19.12,17H15.88Z\" /></svg></li><li title=\"transmission tower export \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-transmission-tower-export\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5.18 5.45L3.4 4.55L4.66 2H13.13L14.4 4.55L12.62 5.44L11.9 4H5.9L5.18 5.45M15.5 8H11L10.2 5H7.6L6.81 8H2.28L1 10.55L2.79 11.44L3.5 10H14.28L15 11.45L16.79 10.56L15.5 8M14.67 22H12.6L12.36 21.1L8.9 15.9L5.43 21.1L5.2 22H3.13L6 11H8.09L7.73 12.35L8.9 14.1L10.06 12.35L9.71 11H11.78L14.67 22M8.3 15L7.4 13.65L6.22 18.13L8.3 15M11.58 18.12L10.4 13.64L9.5 15L11.58 18.12M23 16L19 12V15H15V17H19V20L23 16Z\" /></svg></li><li title=\"transmission tower import \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-transmission-tower-import\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.39 5.45L9.61 4.55L10.87 2H19.34L20.61 4.55L18.83 5.44L18.11 4H12.11L11.39 5.45M21.73 8H17.2L16.41 5H13.81L13 8H8.5L7.21 10.55L9 11.44L9.73 10H20.5L21.21 11.45L23 10.56L21.73 8M20.88 22H18.81L18.57 21.1L15.11 15.9L11.64 21.1L11.41 22H9.34L12.23 11H14.3L13.94 12.35L15.11 14.1L16.27 12.35L15.92 11H18L20.88 22M14.5 15L13.61 13.65L12.43 18.13L14.5 15M17.79 18.12L16.61 13.64L15.71 15L17.79 18.12M9 16L5 12V15H1V17H5V20L9 16Z\" /></svg></li><li title=\"transmission tower off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-transmission-tower-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.1 21.5L2.4 1.7L1.1 3L6.1 8H5.4L4.1 10.5L5.9 11.4L6.6 10H8.1L9.1 11L6.2 22H8.3L8.5 21.1L12 15.9L15.5 21.1L15.7 22H17.8L17 18.8L20.9 22.7L22.1 21.5M9.3 18.1L10.5 13.6L11.4 14.9L9.3 18.1M14.7 18.1L12.6 15L12.8 14.7L14.1 16L14.7 18.1M14.2 11H14.9L15.1 11.9L14.2 11M14.1 8H18.6L19.9 10.6L18.1 11.5L17.4 10H13.2L10.2 7L10.7 5H13.3L14.1 8M8.4 5.2L6.9 3.7L7.8 2H16.3L17.6 4.5L15.8 5.4L15 4H9L8.4 5.2Z\" /></svg></li><li title=\"transmission tower \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-transmission-tower\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8.28,5.45L6.5,4.55L7.76,2H16.23L17.5,4.55L15.72,5.44L15,4H9L8.28,5.45M18.62,8H14.09L13.3,5H10.7L9.91,8H5.38L4.1,10.55L5.89,11.44L6.62,10H17.38L18.1,11.45L19.89,10.56L18.62,8M17.77,22H15.7L15.46,21.1L12,15.9L8.53,21.1L8.3,22H6.23L9.12,11H11.19L10.83,12.35L12,14.1L13.16,12.35L12.81,11H14.88L17.77,22M11.4,15L10.5,13.65L9.32,18.13L11.4,15M14.68,18.12L13.5,13.64L12.6,15L14.68,18.12Z\" /></svg></li><li title=\"trash can outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-trash-can-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,3V4H4V6H5V19A2,2 0 0,0 7,21H17A2,2 0 0,0 19,19V6H20V4H15V3H9M7,6H17V19H7V6M9,8V17H11V8H9M13,8V17H15V8H13Z\" /></svg></li><li title=\"trash can \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-trash-can\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,3V4H4V6H5V19A2,2 0 0,0 7,21H17A2,2 0 0,0 19,19V6H20V4H15V3H9M9,8H11V17H9V8M13,8H15V17H13V8Z\" /></svg></li><li title=\"tray alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tray-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2 12H4V17H20V12H22V17A2 2 0 0 1 20 19H4A2 2 0 0 1 2 17M13 12H11V14H13M13 4H11V10H13Z\" /></svg></li><li title=\"tray arrow down \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tray-arrow-down\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2 12H4V17H20V12H22V17C22 18.11 21.11 19 20 19H4C2.9 19 2 18.11 2 17V12M12 15L17.55 9.54L16.13 8.13L13 11.25V2H11V11.25L7.88 8.13L6.46 9.55L12 15Z\" /></svg></li><li title=\"tray arrow up \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tray-arrow-up\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2 12H4V17H20V12H22V17C22 18.11 21.11 19 20 19H4C2.9 19 2 18.11 2 17V12M12 2L6.46 7.46L7.88 8.88L11 5.75V15H13V5.75L16.13 8.88L17.55 7.45L12 2Z\" /></svg></li><li title=\"tray full \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tray-full\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 5H6V7H18M6 9H18V11H6M2 12H4V17H20V12H22V17A2 2 0 0 1 20 19H4A2 2 0 0 1 2 17M18 13H6V15H18Z\" /></svg></li><li title=\"tray minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tray-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16 10H8V8H16M2 17A2 2 0 0 0 4 19H20A2 2 0 0 0 22 17V12H20V17H4V12H2Z\" /></svg></li><li title=\"tray plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tray-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2 12H4V17H20V12H22V17A2 2 0 0 1 20 19H4A2 2 0 0 1 2 17M11 5H13V8H16V10H13V13H11V10H8V8H11Z\" /></svg></li><li title=\"tray remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tray-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2 17A2 2 0 0 0 4 19H20A2 2 0 0 0 22 17V12H20V17H4V12H2M14.12 5.46L15.54 6.88L13.41 9L15.54 11.12L14.12 12.54L12 10.41L9.88 12.54L8.46 11.12L10.59 9L8.46 6.88L9.88 5.46L12 7.59Z\" /></svg></li><li title=\"tray \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tray\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2 12H4V17H20V12H22V17A2 2 0 0 1 20 19H4A2 2 0 0 1 2 17Z\" /></svg></li><li title=\"treasure chest \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-treasure-chest\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,4H19A3,3 0 0,1 22,7V11H15V10H9V11H2V7A3,3 0 0,1 5,4M11,11H13V13H11V11M2,12H9V13L11,15H13L15,13V12H22V20H2V12Z\" /></svg></li><li title=\"tree outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tree-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10.5,3C8,3 6,5 6,7.5C6,8.11 6.13,8.71 6.37,9.27C5.5,10.12 5,11.28 5,12.5C5,15 7,17 9.5,17C10,17 10.5,16.89 11,16.72V21H13V15.77C13.5,15.91 14,16 14.5,16A5.5,5.5 0 0,0 20,10.5A5.5,5.5 0 0,0 14.5,5C14.41,5 14.33,5 14.24,5C13.41,3.76 12,3 10.5,3M10.5,5C11.82,5 12.91,6.03 13,7.35C13.46,7.12 14,7 14.5,7A3.5,3.5 0 0,1 18,10.5A3.5,3.5 0 0,1 14.5,14C13.54,14 12.63,13.61 11.96,12.91C11.76,14.12 10.72,15 9.5,15A2.5,2.5 0 0,1 7,12.5C7,11.12 7.8,10.54 9,9.79C8.2,8.76 8,8.16 8,7.5A2.5,2.5 0 0,1 10.5,5Z\" /></svg></li><li title=\"tree \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tree\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,21V16.74C10.53,16.91 10.03,17 9.5,17C7,17 5,15 5,12.5C5,11.23 5.5,10.09 6.36,9.27C6.13,8.73 6,8.13 6,7.5C6,5 8,3 10.5,3C12.06,3 13.44,3.8 14.25,5C14.33,5 14.41,5 14.5,5A5.5,5.5 0 0,1 20,10.5A5.5,5.5 0 0,1 14.5,16C14,16 13.5,15.93 13,15.79V21H11Z\" /></svg></li><li title=\"trello \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-trello\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.5,2H4.5A2.5,2.5 0 0,0 2,4.5V19.5A2.5,2.5 0 0,0 4.5,22H19.5A2.5,2.5 0 0,0 22,19.5V4.5A2.5,2.5 0 0,0 19.5,2M10.7,17.2A1.2,1.2 0 0,1 9.5,18.4H5.8C5.14,18.4 4.6,17.86 4.6,17.2V5.8A1.2,1.2 0 0,1 5.8,4.6H9.5C10.16,4.6 10.7,5.14 10.7,5.8V17.2M19.4,12.2C19.4,12.86 18.86,13.4 18.2,13.4H14.5C13.84,13.4 13.3,12.86 13.3,12.2V5.8C13.3,5.14 13.84,4.6 14.5,4.6H18.2C18.86,4.6 19.4,5.14 19.4,5.8V12.2Z\" /></svg></li><li title=\"trending down \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-trending-down\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,18L18.29,15.71L13.41,10.83L9.41,14.83L2,7.41L3.41,6L9.41,12L13.41,8L19.71,14.29L22,12V18H16Z\" /></svg></li><li title=\"trending neutral \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-trending-neutral\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,12L18,8V11H3V13H18V16L22,12Z\" /></svg></li><li title=\"trending up \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-trending-up\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,6L18.29,8.29L13.41,13.17L9.41,9.17L2,16.59L3.41,18L9.41,12L13.41,16L19.71,9.71L22,12V6H16Z\" /></svg></li><li title=\"triangle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-triangle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2L1,21H23M12,6L19.53,19H4.47\" /></svg></li><li title=\"triangle small down \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-triangle-small-down\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8 9H16L12 16\" /></svg></li><li title=\"triangle small up \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-triangle-small-up\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8 15H16L12 8\" /></svg></li><li title=\"triangle wave \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-triangle-wave\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 12L17 22L7.1 6.04L4.24 12H2L7 2L16.9 17.96L19.76 12H22Z\" /></svg></li><li title=\"triangle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-triangle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M1,21H23L12,2\" /></svg></li><li title=\"triforce \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-triforce\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M1.5,21L12,3.5L22.5,21H1.5M12,21L17,12H7L12,21Z\" /></svg></li><li title=\"trophy award \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-trophy-award\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.2 10.7L16.6 16L12 12.2L7.4 16L8.8 10.8L4.6 7.3L10 7L12 2L14 7L19.4 7.3L15.2 10.7M14 19H13V16L12 15L11 16V19H10C8.9 19 8 19.9 8 21V22H16V21C16 19.9 15.11 19 14 19Z\" /></svg></li><li title=\"trophy broken \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-trophy-broken\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6.2 13C6.6 14.8 7.6 16.3 10 16.8V19.34C8 20.12 8 22 8 22H13.2L10.2 15L14.2 10L10.7 4H8C8 3 6.9 2 6 2H2V11C2 12 3 13 4 13H6.2M6 11H4V4H6V11M17.8 13H20C21 13 22 12 22 11V2H18C17.1 2 16 3 16 4H13.9L16.7 10L12.2 15L13.2 22H16C16 22 16 20.12 14 19.34L14 16.85C16.39 16.35 17.5 14.7 17.8 13M20 11H18V4H20V11Z\" /></svg></li><li title=\"trophy outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-trophy-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 2C17.1 2 16 3 16 4H8C8 3 6.9 2 6 2H2V11C2 12 3 13 4 13H6.2C6.6 15 7.9 16.7 11 17V19.08C8 19.54 8 22 8 22H16C16 22 16 19.54 13 19.08V17C16.1 16.7 17.4 15 17.8 13H20C21 13 22 12 22 11V2H18M6 11H4V4H6V11M16 11.5C16 13.43 15.42 15 12 15C8.59 15 8 13.43 8 11.5V6H16V11.5M20 11H18V4H20V11Z\" /></svg></li><li title=\"trophy variant outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-trophy-variant-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17 4V2H7V4H2V11C2 12.1 2.9 13 4 13H7.1C7.5 14.96 9.04 16.5 11 16.9V19.08C8 19.54 8 22 8 22H16C16 22 16 19.54 13 19.08V16.9C14.96 16.5 16.5 14.96 16.9 13H20C21.1 13 22 12.1 22 11V4H17M4 11V6H7V11L4 11M15 12C15 13.65 13.65 15 12 15S9 13.65 9 12V4H15V12M20 11L17 11V6H20L20 11Z\" /></svg></li><li title=\"trophy variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-trophy-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17 4V2H7V4H2V11C2 12.1 2.9 13 4 13H7.1C7.5 14.96 9.04 16.5 11 16.9V19.08C8 19.54 8 22 8 22H16C16 22 16 19.54 13 19.08V16.9C14.96 16.5 16.5 14.96 16.9 13H20C21.1 13 22 12.1 22 11V4H17M4 11V6H7V11L4 11M20 11L17 11V6H20L20 11Z\" /></svg></li><li title=\"trophy \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-trophy\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 2C17.1 2 16 3 16 4H8C8 3 6.9 2 6 2H2V11C2 12 3 13 4 13H6.2C6.6 15 7.9 16.7 11 17V19.08C8 19.54 8 22 8 22H16C16 22 16 19.54 13 19.08V17C16.1 16.7 17.4 15 17.8 13H20C21 13 22 12 22 11V2H18M6 11H4V4H6V11M20 11H18V4H20V11Z\" /></svg></li><li title=\"truck alert outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-truck-alert-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8 12H10V14H8V12M8 7H10V11H8V7M18 18.5C18.8 18.5 19.5 17.8 19.5 17S18.8 15.5 18 15.5 16.5 16.2 16.5 17 17.2 18.5 18 18.5M19.5 9.5H17V12H21.5L19.5 9.5M6 18.5C6.8 18.5 7.5 17.8 7.5 17S6.8 15.5 6 15.5 4.5 16.2 4.5 17 5.2 18.5 6 18.5M20 8L23 12V17H21C21 18.7 19.7 20 18 20S15 18.7 15 17H9C9 18.7 7.7 20 6 20S3 18.7 3 17H1V6C1 4.9 1.9 4 3 4H17V8H20M3 6V15H3.8C4.3 14.4 5.2 14 6 14S7.7 14.4 8.2 15H15V6H3Z\" /></svg></li><li title=\"truck alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-truck-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 4C1.9 4 1 4.9 1 6V17H3C3 18.7 4.3 20 6 20S9 18.7 9 17H15C15 18.7 16.3 20 18 20S21 18.7 21 17H23V12L20 8H17V4H3M8 6H10V10H8V6M17 9.5H19.5L21.5 12H17V9.5M8 12H10V14H8V12M6 15.5C6.8 15.5 7.5 16.2 7.5 17S6.8 18.5 6 18.5 4.5 17.8 4.5 17 5.2 15.5 6 15.5M18 15.5C18.8 15.5 19.5 16.2 19.5 17S18.8 18.5 18 18.5 16.5 17.8 16.5 17 17.2 15.5 18 15.5Z\" /></svg></li><li title=\"truck cargo container \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-truck-cargo-container\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 8H17V4H1V17H3C3 18.66 4.34 20 6 20S9 18.66 9 17H15C15 18.66 16.34 20 18 20S21 18.66 21 17H23V12L20 8M6 18.5C5.17 18.5 4.5 17.83 4.5 17S5.17 15.5 6 15.5 7.5 16.17 7.5 17 6.83 18.5 6 18.5M15 7H13V14H11V7H9V14H7V7H5V14H3V6H15V7M18 18.5C17.17 18.5 16.5 17.83 16.5 17S17.17 15.5 18 15.5 19.5 16.17 19.5 17 18.83 18.5 18 18.5M17 12V9.5H19.5L21.46 12H17Z\" /></svg></li><li title=\"truck check outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-truck-check-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 18.5C18.83 18.5 19.5 17.83 19.5 17C19.5 16.17 18.83 15.5 18 15.5C17.17 15.5 16.5 16.17 16.5 17C16.5 17.83 17.17 18.5 18 18.5M19.5 9.5H17V12H21.46L19.5 9.5M6 18.5C6.83 18.5 7.5 17.83 7.5 17C7.5 16.17 6.83 15.5 6 15.5C5.17 15.5 4.5 16.17 4.5 17C4.5 17.83 5.17 18.5 6 18.5M20 8L23 12V17H21C21 18.66 19.66 20 18 20C16.34 20 15 18.66 15 17H9C9 18.66 7.66 20 6 20C4.34 20 3 18.66 3 17H1V6C1 4.89 1.89 4 3 4H17V8H20M3 6V15H3.76C4.31 14.39 5.11 14 6 14C6.89 14 7.69 14.39 8.24 15H15V6H3M5 10.5L6.5 9L8 10.5L11.5 7L13 8.5L8 13.5L5 10.5Z\" /></svg></li><li title=\"truck check \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-truck-check\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,4H17V8H20L23,12V17H21A3,3 0 0,1 18,20A3,3 0 0,1 15,17H9A3,3 0 0,1 6,20A3,3 0 0,1 3,17H1V6C1,4.89 1.9,4 3,4M17,9.5V12H21.47L19.5,9.5H17M6,15.5A1.5,1.5 0 0,0 4.5,17A1.5,1.5 0 0,0 6,18.5A1.5,1.5 0 0,0 7.5,17A1.5,1.5 0 0,0 6,15.5M18,15.5A1.5,1.5 0 0,0 16.5,17A1.5,1.5 0 0,0 18,18.5A1.5,1.5 0 0,0 19.5,17A1.5,1.5 0 0,0 18,15.5M8,14L14,8L12.59,6.58L8,11.17L5.91,9.08L4.5,10.5L8,14Z\" /></svg></li><li title=\"truck delivery outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-truck-delivery-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 18.5C18.83 18.5 19.5 17.83 19.5 17C19.5 16.17 18.83 15.5 18 15.5C17.17 15.5 16.5 16.17 16.5 17C16.5 17.83 17.17 18.5 18 18.5M19.5 9.5H17V12H21.46L19.5 9.5M6 18.5C6.83 18.5 7.5 17.83 7.5 17C7.5 16.17 6.83 15.5 6 15.5C5.17 15.5 4.5 16.17 4.5 17C4.5 17.83 5.17 18.5 6 18.5M20 8L23 12V17H21C21 18.66 19.66 20 18 20C16.34 20 15 18.66 15 17H9C9 18.66 7.66 20 6 20C4.34 20 3 18.66 3 17H1V6C1 4.89 1.89 4 3 4H17V8H20M3 6V15H3.76C4.31 14.39 5.11 14 6 14C6.89 14 7.69 14.39 8.24 15H15V6H3M10 7L13.5 10.5L10 14V11.5H5V9.5H10V7Z\" /></svg></li><li title=\"truck delivery \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-truck-delivery\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,4A2,2 0 0,0 1,6V17H3A3,3 0 0,0 6,20A3,3 0 0,0 9,17H15A3,3 0 0,0 18,20A3,3 0 0,0 21,17H23V12L20,8H17V4M10,6L14,10L10,14V11H4V9H10M17,9.5H19.5L21.47,12H17M6,15.5A1.5,1.5 0 0,1 7.5,17A1.5,1.5 0 0,1 6,18.5A1.5,1.5 0 0,1 4.5,17A1.5,1.5 0 0,1 6,15.5M18,15.5A1.5,1.5 0 0,1 19.5,17A1.5,1.5 0 0,1 18,18.5A1.5,1.5 0 0,1 16.5,17A1.5,1.5 0 0,1 18,15.5Z\" /></svg></li><li title=\"truck fast outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-truck-fast-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M.75 7.5H10.5L11.25 9H1.5L.75 7.5M1.75 10.5H11.5L12.25 12H2.5L1.75 10.5M18 18.5C18.83 18.5 19.5 17.83 19.5 17C19.5 16.17 18.83 15.5 18 15.5C17.17 15.5 16.5 16.17 16.5 17C16.5 17.83 17.17 18.5 18 18.5M19.5 9.5H17V12H21.46L19.5 9.5M8 18.5C8.83 18.5 9.5 17.83 9.5 17C9.5 16.17 8.83 15.5 8 15.5C7.17 15.5 6.5 16.17 6.5 17C6.5 17.83 7.17 18.5 8 18.5M20 8L23 12V17H21C21 18.66 19.66 20 18 20C16.34 20 15 18.66 15 17H11C11 18.66 9.65 20 8 20C6.34 20 5 18.66 5 17H3V13.5 13.5H5V15H5.76C6.31 14.39 7.11 14 8 14C8.89 14 9.69 14.39 10.24 15H15V6H3V6C3 4.89 3.89 4 5 4H17V8H20Z\" /></svg></li><li title=\"truck fast \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-truck-fast\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,13.5L2.25,12H7.5L6.9,10.5H2L1.25,9H9.05L8.45,7.5H1.11L0.25,6H4A2,2 0 0,1 6,4H18V8H21L24,12V17H22A3,3 0 0,1 19,20A3,3 0 0,1 16,17H12A3,3 0 0,1 9,20A3,3 0 0,1 6,17H4V13.5H3M19,18.5A1.5,1.5 0 0,0 20.5,17A1.5,1.5 0 0,0 19,15.5A1.5,1.5 0 0,0 17.5,17A1.5,1.5 0 0,0 19,18.5M20.5,9.5H18V12H22.46L20.5,9.5M9,18.5A1.5,1.5 0 0,0 10.5,17A1.5,1.5 0 0,0 9,15.5A1.5,1.5 0 0,0 7.5,17A1.5,1.5 0 0,0 9,18.5Z\" /></svg></li><li title=\"truck flatbed \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-truck-flatbed\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 4H13V13H1V17H3C3 17.83 3.3 18.53 3.89 19.13C4.5 19.72 5.19 20 6 20S7.5 19.72 8.11 19.13C8.7 18.53 9 17.83 9 17H14.5C14.5 17.83 14.78 18.53 15.38 19.13C15.97 19.72 16.67 20 17.5 20C18.3 20 19 19.72 19.59 19.13C20.19 18.53 20.5 17.83 20.5 17H23V10L18 4M7.08 18.07C6.8 18.37 6.44 18.5 6 18.5S5.2 18.37 4.92 18.07C4.64 17.77 4.5 17.42 4.5 17C4.5 16.61 4.64 16.26 4.92 15.96C5.2 15.66 5.56 15.5 6 15.5S6.8 15.66 7.08 15.96C7.36 16.26 7.5 16.61 7.5 17C7.5 17.42 7.36 17.77 7.08 18.07M18.54 18.07C18.24 18.37 17.89 18.5 17.5 18.5C17.08 18.5 16.73 18.37 16.43 18.07S16 17.42 16 17C16 16.61 16.13 16.26 16.43 15.96C16.73 15.66 17.08 15.5 17.5 15.5C17.89 15.5 18.24 15.66 18.54 15.96C18.84 16.26 19 16.61 19 17C19 17.42 18.84 17.77 18.54 18.07M15 10V6H17.06L20.39 10H15Z\" /></svg></li><li title=\"truck minus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-truck-minus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 8H17V4H3C1.9 4 1 4.9 1 6V17H3C3 18.7 4.3 20 6 20S9 18.7 9 17H15C15 18.7 16.3 20 18 20S21 18.7 21 17H23V12L20 8M6 18.5C5.2 18.5 4.5 17.8 4.5 17S5.2 15.5 6 15.5 7.5 16.2 7.5 17 6.8 18.5 6 18.5M15 15H8.2C7.7 14.4 6.9 14 6 14S4.3 14.4 3.8 15H3V6H15V15M18 18.5C17.2 18.5 16.5 17.8 16.5 17S17.2 15.5 18 15.5 19.5 16.2 19.5 17 18.8 18.5 18 18.5M17 12V9.5H19.5L21.5 12H17M6 11V9H12V11H6Z\" /></svg></li><li title=\"truck minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-truck-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 8H17V4H3C1.89 4 1 4.89 1 6V17H3C3 18.66 4.34 20 6 20S9 18.66 9 17H15C15 18.66 16.34 20 18 20S21 18.66 21 17H23V12L20 8M6 18.5C5.17 18.5 4.5 17.83 4.5 17S5.17 15.5 6 15.5 7.5 16.17 7.5 17 6.83 18.5 6 18.5M13 11H5V9H13V11M18 18.5C17.17 18.5 16.5 17.83 16.5 17S17.17 15.5 18 15.5 19.5 16.17 19.5 17 18.83 18.5 18 18.5M17 12V9.5H19.5L21.46 12H17\" /></svg></li><li title=\"truck outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-truck-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 18.5C18.83 18.5 19.5 17.83 19.5 17C19.5 16.17 18.83 15.5 18 15.5C17.17 15.5 16.5 16.17 16.5 17C16.5 17.83 17.17 18.5 18 18.5M19.5 9.5H17V12H21.46L19.5 9.5M6 18.5C6.83 18.5 7.5 17.83 7.5 17C7.5 16.17 6.83 15.5 6 15.5C5.17 15.5 4.5 16.17 4.5 17C4.5 17.83 5.17 18.5 6 18.5M20 8L23 12V17H21C21 18.66 19.66 20 18 20C16.34 20 15 18.66 15 17H9C9 18.66 7.66 20 6 20C4.34 20 3 18.66 3 17H1V6C1 4.89 1.89 4 3 4H17V8H20M3 6V15H3.76C4.31 14.39 5.11 14 6 14C6.89 14 7.69 14.39 8.24 15H15V6H3Z\" /></svg></li><li title=\"truck plus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-truck-plus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 8H17V4H3C1.9 4 1 4.9 1 6V17H3C3 18.7 4.3 20 6 20S9 18.7 9 17H15C15 18.7 16.3 20 18 20S21 18.7 21 17H23V12L20 8M6 18.5C5.2 18.5 4.5 17.8 4.5 17S5.2 15.5 6 15.5 7.5 16.2 7.5 17 6.8 18.5 6 18.5M15 15H8.2C7.7 14.4 6.9 14 6 14S4.3 14.4 3.8 15H3V6H15V15M18 18.5C17.2 18.5 16.5 17.8 16.5 17S17.2 15.5 18 15.5 19.5 16.2 19.5 17 18.8 18.5 18 18.5M17 12V9.5H19.5L21.5 12H17M8 11H6V9H8V7H10V9H12V11H10V13H8V11Z\" /></svg></li><li title=\"truck plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-truck-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 18.5C18.83 18.5 19.5 17.83 19.5 17S18.83 15.5 18 15.5 16.5 16.17 16.5 17 17.17 18.5 18 18.5M19.5 9.5H17V12H21.46L19.5 9.5M6 18.5C6.83 18.5 7.5 17.83 7.5 17S6.83 15.5 6 15.5 4.5 16.17 4.5 17 5.17 18.5 6 18.5M20 8L23 12V17H21C21 18.66 19.66 20 18 20S15 18.66 15 17H9C9 18.66 7.66 20 6 20S3 18.66 3 17H1V6C1 4.89 1.89 4 3 4H17V8H20M8 6V9H5V11H8V14H10V11H13V9H10V6H8Z\" /></svg></li><li title=\"truck remove outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-truck-remove-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 8H17V4H3C1.89 4 1 4.89 1 6V17H3C3 18.66 4.34 20 6 20S9 18.66 9 17H15C15 18.66 16.34 20 18 20S21 18.66 21 17H23V12L20 8M6 18.5C5.17 18.5 4.5 17.83 4.5 17S5.17 15.5 6 15.5 7.5 16.17 7.5 17 6.83 18.5 6 18.5M15 15H8.24C7.69 14.39 6.89 14 6 14S4.31 14.39 3.76 15H3V6H15V15M18 18.5C17.17 18.5 16.5 17.83 16.5 17S17.17 15.5 18 15.5 19.5 16.17 19.5 17 18.83 18.5 18 18.5M17 12V9.5H19.5L21.46 12H17M5.82 11.77L7.59 10L5.82 8.23L7.23 6.82L9 8.59L10.77 6.82L12.18 8.23L10.41 10L12.18 11.77L10.77 13.18L9 11.41L7.23 13.18L5.82 11.77Z\" /></svg></li><li title=\"truck remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-truck-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 8H17V4H3C1.89 4 1 4.89 1 6V17H3C3 18.66 4.34 20 6 20S9 18.66 9 17H15C15 18.66 16.34 20 18 20S21 18.66 21 17H23V12L20 8M6 18.5C5.17 18.5 4.5 17.83 4.5 17S5.17 15.5 6 15.5 7.5 16.17 7.5 17 6.83 18.5 6 18.5M12.54 12.12L11.12 13.54L9 11.41L6.88 13.54L5.47 12.12L7.59 10L5.46 7.88L6.88 6.47L9 8.59L11.12 6.47L12.54 7.88L10.41 10L12.54 12.12M18 18.5C17.17 18.5 16.5 17.83 16.5 17S17.17 15.5 18 15.5 19.5 16.17 19.5 17 18.83 18.5 18 18.5M17 12V9.5H19.5L21.46 12H17Z\" /></svg></li><li title=\"truck snowflake \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-truck-snowflake\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17 4H3C1.9 4 1 4.9 1 6V17H3C3 18.7 4.3 20 6 20S9 18.7 9 17H15C15 18.7 16.3 20 18 20S21 18.7 21 17H23V12L20 8H17V4M10.2 5.3H10.5C11 5.4 11.3 5.9 11.2 6.4L10.7 8.4L12.7 7.9C13.2 7.8 13.7 8.1 13.8 8.6C13.9 9.1 13.6 9.6 13.2 9.7L11.2 10.2L12.6 11.6C13 11.9 13 12.5 12.6 12.9C12.3 13.3 11.7 13.3 11.3 12.9L9.8 11.5L9.3 13.5C9.2 14 8.7 14.3 8.2 14.1C7.7 14 7.4 13.5 7.6 13L8.1 11L6.1 11.5C5.6 11.6 5.1 11.3 5 10.9C4.9 10.4 5.2 9.9 5.6 9.8L7.6 9.3L6.2 7.7C5.9 7.4 5.9 6.8 6.2 6.4C6.5 6.1 7.1 6.1 7.5 6.4L8.9 7.8L9.4 5.8C9.5 5.6 9.8 5.3 10.2 5.3M17 9.5H19.5L21.5 12H17V9.5M6 15.5C6.8 15.5 7.5 16.2 7.5 17S6.8 18.5 6 18.5 4.5 17.8 4.5 17 5.2 15.5 6 15.5M18 15.5C18.8 15.5 19.5 16.2 19.5 17S18.8 18.5 18 18.5 16.5 17.8 16.5 17 17.2 15.5 18 15.5Z\" /></svg></li><li title=\"truck trailer \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-truck-trailer\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,15V17H10A3,3 0 0,1 7,20A3,3 0 0,1 4,17H2V6A2,2 0 0,1 4,4H17A2,2 0 0,1 19,6V15H22M7,16A1,1 0 0,0 6,17A1,1 0 0,0 7,18A1,1 0 0,0 8,17A1,1 0 0,0 7,16Z\" /></svg></li><li title=\"truck \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-truck\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18,18.5A1.5,1.5 0 0,1 16.5,17A1.5,1.5 0 0,1 18,15.5A1.5,1.5 0 0,1 19.5,17A1.5,1.5 0 0,1 18,18.5M19.5,9.5L21.46,12H17V9.5M6,18.5A1.5,1.5 0 0,1 4.5,17A1.5,1.5 0 0,1 6,15.5A1.5,1.5 0 0,1 7.5,17A1.5,1.5 0 0,1 6,18.5M20,8H17V4H3C1.89,4 1,4.89 1,6V17H3A3,3 0 0,0 6,20A3,3 0 0,0 9,17H15A3,3 0 0,0 18,20A3,3 0 0,0 21,17H23V12L20,8Z\" /></svg></li><li title=\"trumpet \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-trumpet\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 6C21 11 15 11 15 11H4C3 11 2 10 2 10H1V14H2C2 14 3 13 4 13H4.3C4.1 13.3 4 13.6 4 14V16C4 17.1 4.9 18 6 18H7V19H9V18H10V19H12V18H13V19H15V18H16C17.1 18 18 17.1 18 16V14C18 13.9 18 13.7 17.9 13.6C19.6 14.2 21.4 15.4 22 18H23V6H22M6 16.5C5.7 16.5 5.5 16.3 5.5 16V14C5.5 13.7 5.7 13.5 6 13.5H7V16.5H6M9 16.5V13.5H10V16.5H9M12 16.5V13.5H13V16.5H12M16.5 16C16.5 16.3 16.3 16.5 16 16.5H15V13.5H16C16.3 13.5 16.5 13.7 16.5 14V16M9 10H7V9H9V10M12 10H10V9H12V10M15 10H13V9H15V10Z\" /></svg></li><li title=\"tshirt crew outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tshirt-crew-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,21H8A1,1 0 0,1 7,20V12.07L5.7,13.12C5.31,13.5 4.68,13.5 4.29,13.12L1.46,10.29C1.07,9.9 1.07,9.27 1.46,8.88L7.34,3H9C9,4.1 10.34,5 12,5C13.66,5 15,4.1 15,3H16.66L22.54,8.88C22.93,9.27 22.93,9.9 22.54,10.29L19.71,13.12C19.32,13.5 18.69,13.5 18.3,13.12L17,12.07V20A1,1 0 0,1 16,21M20.42,9.58L16.11,5.28C15.8,5.63 15.43,5.94 15,6.2C14.16,6.7 13.13,7 12,7C10.3,7 8.79,6.32 7.89,5.28L3.58,9.58L5,11L8,9H9V19H15V9H16L19,11L20.42,9.58Z\" /></svg></li><li title=\"tshirt crew \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tshirt-crew\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,21H8A1,1 0 0,1 7,20V12.07L5.7,13.07C5.31,13.46 4.68,13.46 4.29,13.07L1.46,10.29C1.07,9.9 1.07,9.27 1.46,8.88L7.34,3H9C9,4.1 10.34,5 12,5C13.66,5 15,4.1 15,3H16.66L22.54,8.88C22.93,9.27 22.93,9.9 22.54,10.29L19.71,13.12C19.32,13.5 18.69,13.5 18.3,13.12L17,12.12V20A1,1 0 0,1 16,21\" /></svg></li><li title=\"tshirt v outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tshirt-v-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,21H8A1,1 0 0,1 7,20V12.07L5.7,13.12C5.31,13.5 4.68,13.5 4.29,13.12L1.46,10.29C1.07,9.9 1.07,9.27 1.46,8.88L7.34,3H9C9,4.1 10,6 12,7.25C14,6 15,4.1 15,3H16.66L22.54,8.88C22.93,9.27 22.93,9.9 22.54,10.29L19.71,13.12C19.32,13.5 18.69,13.5 18.3,13.12L17,12.07V20A1,1 0 0,1 16,21M20.42,9.58L16.11,5.28C15,7 14,8.25 12,9.25C10,8.25 9,7 7.89,5.28L3.58,9.58L5,11L8,9H9V19H15V9H16L19,11L20.42,9.58Z\" /></svg></li><li title=\"tshirt v \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tshirt-v\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,21H8A1,1 0 0,1 7,20V12.07L5.7,13.07C5.31,13.46 4.68,13.46 4.29,13.07L1.46,10.29C1.07,9.9 1.07,9.27 1.46,8.88L7.34,3H9C9.29,4.8 10.4,6.37 12,7.25C13.6,6.37 14.71,4.8 15,3H16.66L22.54,8.88C22.93,9.27 22.93,9.9 22.54,10.29L19.71,13.12C19.32,13.5 18.69,13.5 18.3,13.12L17,12.12V20A1,1 0 0,1 16,21\" /></svg></li><li title=\"tumble dryer alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tumble-dryer-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 2H16C17.11 2 18 2.9 18 4V20C18 21.11 17.11 22 16 22H4C2.9 22 2 21.11 2 20V4C2 2.9 2.9 2 4 2M5 4C4.45 4 4 4.45 4 5S4.45 6 5 6 6 5.55 6 5 5.55 4 5 4M8 4C7.45 4 7 4.45 7 5S7.45 6 8 6 9 5.55 9 5 8.55 4 8 4M10 8C6.69 8 4 10.69 4 14S6.69 20 10 20 16 17.31 16 14 13.31 8 10 8M6.11 10.5H8C7.76 11.88 8 12.67 8.58 13.29C9.68 14.36 10.16 15.71 9.89 17.5H8C8.24 16.12 8 15.33 7.42 14.71C6.32 13.64 5.85 12.29 6.11 10.5M10.11 10.5H12C11.76 11.88 12 12.67 12.58 13.29C13.68 14.36 14.16 15.71 13.89 17.5H12C12.24 16.12 12 15.33 11.42 14.71C10.32 13.64 9.85 12.29 10.11 10.5M20 15H22V17H20V15M20 7H22V13H20V7Z\" /></svg></li><li title=\"tumble dryer off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tumble-dryer-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.11 21.46L2.39 1.73L1.11 3L4 5.89V20C4 21.11 4.89 22 6 22H18C18.58 22 19.1 21.75 19.46 21.35L20.84 22.73L22.11 21.46M12 20C8.69 20 6 17.31 6 14C6 12.32 6.7 10.8 7.82 9.71L8.61 10.5H8.11C7.85 12.29 8.32 13.64 9.42 14.71C10 15.33 10.24 16.12 10 17.5H11.89C12.16 15.71 11.68 14.36 10.58 13.29C10.22 12.91 10 12.44 9.95 11.84L14.03 15.92C14.11 16.35 14.11 16.86 14 17.5H15.61L16.29 18.18C15.2 19.3 13.69 20 12 20M11.25 8.05C11.5 8 11.75 8 12 8C15.31 8 18 10.69 18 14C18 14.25 18 14.5 17.95 14.75L20 16.8V4C20 2.9 19.11 2 18 2H6C5.76 2 5.54 2.05 5.33 2.13L11.25 8.05M10 4C10.55 4 11 4.45 11 5S10.55 6 10 6 9 5.55 9 5 9.45 4 10 4Z\" /></svg></li><li title=\"tumble dryer \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tumble-dryer\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,2H18A2,2 0 0,1 20,4V20A2,2 0 0,1 18,22H6A2,2 0 0,1 4,20V4A2,2 0 0,1 6,2M7,4A1,1 0 0,0 6,5A1,1 0 0,0 7,6A1,1 0 0,0 8,5A1,1 0 0,0 7,4M10,4A1,1 0 0,0 9,5A1,1 0 0,0 10,6A1,1 0 0,0 11,5A1,1 0 0,0 10,4M12,8A6,6 0 0,0 6,14A6,6 0 0,0 12,20A6,6 0 0,0 18,14A6,6 0 0,0 12,8M8.11,10.5H10C9.76,11.88 10,12.67 10.58,13.29C11.68,14.36 12.16,15.71 11.89,17.5H10C10.24,16.12 10,15.33 9.42,14.71C8.32,13.64 7.85,12.29 8.11,10.5M12.11,10.5H14C13.76,11.88 14,12.67 14.58,13.29C15.68,14.36 16.16,15.71 15.89,17.5H14C14.24,16.12 14,15.33 13.42,14.71C12.32,13.64 11.85,12.29 12.11,10.5Z\" /></svg></li><li title=\"tune variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tune-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8 13C6.14 13 4.59 14.28 4.14 16H2V18H4.14C4.59 19.72 6.14 21 8 21S11.41 19.72 11.86 18H22V16H11.86C11.41 14.28 9.86 13 8 13M8 19C6.9 19 6 18.1 6 17C6 15.9 6.9 15 8 15S10 15.9 10 17C10 18.1 9.1 19 8 19M19.86 6C19.41 4.28 17.86 3 16 3S12.59 4.28 12.14 6H2V8H12.14C12.59 9.72 14.14 11 16 11S19.41 9.72 19.86 8H22V6H19.86M16 9C14.9 9 14 8.1 14 7C14 5.9 14.9 5 16 5S18 5.9 18 7C18 8.1 17.1 9 16 9Z\" /></svg></li><li title=\"tune vertical variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tune-vertical-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8 12.14V2H6V12.14C4.28 12.59 3 14.14 3 16S4.28 19.41 6 19.86V22H8V19.86C9.72 19.41 11 17.86 11 16S9.72 12.59 8 12.14M7 14C8.1 14 9 14.9 9 16S8.1 18 7 18C5.9 18 5 17.1 5 16S5.9 14 7 14M18 2H16V4.14C14.28 4.59 13 6.14 13 8S14.28 11.41 16 11.86V22H18V11.86C19.72 11.41 21 9.86 21 8S19.72 4.59 18 4.14V2M17 6C18.1 6 19 6.9 19 8S18.1 10 17 10C15.9 10 15 9.1 15 8S15.9 6 17 6Z\" /></svg></li><li title=\"tune vertical \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tune-vertical\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7 3H5V9H7V3M19 3H17V13H19V3M3 13H5V21H7V13H9V11H3V13M15 7H13V3H11V7H9V9H15V7M11 21H13V11H11V21M15 15V17H17V21H19V17H21V15H15Z\" /></svg></li><li title=\"tune \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tune\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,17V19H9V17H3M3,5V7H13V5H3M13,21V19H21V17H13V15H11V21H13M7,9V11H3V13H7V15H9V9H7M21,13V11H11V13H21M15,9H17V7H21V5H17V3H15V9Z\" /></svg></li><li title=\"tunnel outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tunnel-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2C6.5 2 2 6.5 2 12V22H22V12C22 6.5 17.5 2 12 2M15.47 7.11C14.75 6.6 13.91 6.24 13 6.09V4.07C14.46 4.25 15.79 4.83 16.9 5.69L15.47 7.11M8.53 7.11L7.1 5.69C8.21 4.83 9.54 4.25 11 4.07V6.09C10.09 6.24 9.25 6.6 8.53 7.11M5.69 7.1L7.11 8.53C6.6 9.25 6.24 10.09 6.09 11H4.07C4.25 9.54 4.83 8.21 5.69 7.1M6 13V15.5H4V13H6M4 20V17.5H6V20H4M16 20H8V12C8 9.79 9.79 8 12 8C14.21 8 16 9.79 16 12V20M16.89 8.53L18.31 7.1C19.17 8.21 19.75 9.54 19.93 11H17.91C17.76 10.09 17.4 9.25 16.89 8.53M18 13H20V15.5H18V13M18 20V17.5H20V20H18Z\" /></svg></li><li title=\"tunnel \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-tunnel\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2C6.5 2 2 6.5 2 12V22H22V12C22 6.5 17.5 2 12 2M7.1 5.69C8.21 4.83 9.54 4.25 11 4.07V6.09C10.09 6.24 9.25 6.6 8.53 7.11L7.1 5.69M15.47 7.11C14.75 6.6 13.91 6.24 13 6.09V4.07C14.46 4.25 15.79 4.83 16.9 5.69L15.47 7.11M5.69 7.1L7.11 8.53C6.6 9.25 6.24 10.09 6.09 11H4.07C4.25 9.54 4.83 8.21 5.69 7.1M6 13V15.5H4V13H6M4 20V17.5H6V20H4M16.89 8.53L18.31 7.1C19.17 8.21 19.75 9.54 19.93 11H17.91C17.76 10.09 17.4 9.25 16.89 8.53M18 13H20V15.5H18V13M18 20V17.5H20V20H18Z\" /></svg></li><li title=\"turkey \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-turkey\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10.5 19.44C9.75 19.8 8.9 20 8 20C4.69 20 2 17.31 2 14V9C2 5.69 4.69 3 8 3L10.5 7.58C8.1 8.81 6.5 11 6.5 13.5C6.5 16 8.11 18.2 10.5 19.44M16 18.94V20H17C17.55 20 18 20.45 18 21S17.55 22 17 22H14C13.45 22 13 21.55 13 21S13.45 20 14 20V18.94C10.61 18.56 8 16.27 8 13.5C8 10.46 11.13 8 15 8C15.19 8 15.37 8 15.56 8C14.84 6.63 14 5.23 14 4C14 2.9 14.9 2 16 2C18.21 2 20 3.79 20 6H18C18 6 22 9 22 13.5C22 16.27 19.39 18.56 16 18.94M16 4C16 4.55 16.45 5 17 5S18 4.55 18 4 17.55 3 17 3 16 3.45 16 4M17 12C17 10.9 16.11 10 15 10C12.79 10 11 11.79 11 14H15C16.11 14 17 13.11 17 12Z\" /></svg></li><li title=\"turnstile outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-turnstile-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.41,10.41C13.04,10.79 12.53,11 12,11A2,2 0 0,1 10,9C10,8.47 10.21,7.96 10.59,7.59L9.17,6.17C8.42,6.92 8,7.94 8,9H2V11H8.55C8.9,11.6 9.4,12.1 10,12.45V19H12V13C13.06,13 14.08,12.58 14.83,11.83L13.41,10.41M10,2V5L16,11V22H22V2H10M20,20H18V10.17L12,4.17V4H20V20Z\" /></svg></li><li title=\"turnstile \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-turnstile\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,22H16V11L10,5V2H22V22M9.17,6.17C8.42,6.92 8,7.94 8,9H2V11H8.55C8.9,11.6 9.4,12.1 10,12.45V19H12V13C13.06,13 14.08,12.58 14.83,11.83L9.17,6.17Z\" /></svg></li><li title=\"turtle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-turtle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8.47,5.95C8.95,5.67 9.47,5.44 10,5.28V4C10,2.9 10.87,2 11.97,1.97C13.13,2 14,2.9 14,4V5.28C14.53,5.45 15.05,5.67 15.53,5.95L13.93,8.07H10.07L8.47,5.95M19,12C19,12.5 18.95,12.95 18.86,13.4L16.33,12.62L15.14,8.96L16.74,6.85C17.17,7.25 17.55,7.7 17.88,8.2C18.67,8.13 19.43,8.25 20.11,8.59C21.14,9.12 21.84,10.13 22,11.28L19,11.64C19,11.76 19,11.88 19,12M5,12C5,11.88 5,11.76 5,11.65L2,11.28C2.16,10.13 2.86,9.12 3.89,8.59C4.57,8.25 5.34,8.13 6.08,8.26C6.41,7.75 6.79,7.28 7.24,6.87L8.86,8.95L7.67,12.62L5.14,13.4C5.05,12.95 5,12.5 5,12M10.24,9.57H13.76L14.85,12.93L12,15L9.15,12.93L10.24,9.57M8.13,14.05L11.25,16.31V18.96C10.68,18.9 10.13,18.77 9.62,18.58L8.39,21.34C7.33,20.87 6.57,19.9 6.37,18.76C6.23,18 6.35,17.24 6.69,16.56C6.24,16.04 5.87,15.46 5.59,14.82L8.13,14.05M15.87,14.05L18.41,14.82C18.13,15.46 17.76,16.04 17.31,16.56C17.65,17.24 17.77,18 17.64,18.76C17.43,19.9 16.67,20.87 15.61,21.34L14.39,18.58C13.86,18.77 13.33,18.94 12.75,19V16.31L15.87,14.05Z\" /></svg></li><li title=\"twitch \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-twitch\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.64 5.93H13.07V10.21H11.64M15.57 5.93H17V10.21H15.57M7 2L3.43 5.57V18.43H7.71V22L11.29 18.43H14.14L20.57 12V2M19.14 11.29L16.29 14.14H13.43L10.93 16.64V14.14H7.71V3.43H19.14Z\" /></svg></li><li title=\"twitter \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-twitter\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.46,6C21.69,6.35 20.86,6.58 20,6.69C20.88,6.16 21.56,5.32 21.88,4.31C21.05,4.81 20.13,5.16 19.16,5.36C18.37,4.5 17.26,4 16,4C13.65,4 11.73,5.92 11.73,8.29C11.73,8.63 11.77,8.96 11.84,9.27C8.28,9.09 5.11,7.38 3,4.79C2.63,5.42 2.42,6.16 2.42,6.94C2.42,8.43 3.17,9.75 4.33,10.5C3.62,10.5 2.96,10.3 2.38,10C2.38,10 2.38,10 2.38,10.03C2.38,12.11 3.86,13.85 5.82,14.24C5.46,14.34 5.08,14.39 4.69,14.39C4.42,14.39 4.15,14.36 3.89,14.31C4.43,16 6,17.26 7.89,17.29C6.43,18.45 4.58,19.13 2.56,19.13C2.22,19.13 1.88,19.11 1.54,19.07C3.44,20.29 5.7,21 8.12,21C16,21 20.33,14.46 20.33,8.79C20.33,8.6 20.33,8.42 20.32,8.23C21.16,7.63 21.88,6.87 22.46,6Z\" /></svg></li><li title=\"two factor authentication \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-two-factor-authentication\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,7V9H6V11H4A2,2 0 0,0 2,13V17H8V15H4V13H6A2,2 0 0,0 8,11V9C8,7.89 7.1,7 6,7H2M9,7V17H11V13H14V11H11V9H15V7H9M18,7A2,2 0 0,0 16,9V17H18V14H20V17H22V9A2,2 0 0,0 20,7H18M18,9H20V12H18V9Z\" /></svg></li><li title=\"typewriter \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-typewriter\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 13H16C16 14.1 15.1 15 14 15H10C8.9 15 8 14.1 8 13H4L2 18V20C2 21.1 2.9 22 4 22H20C21.1 22 22 21.1 22 20V18M6 20C5.11 20 4.66 18.92 5.29 18.29C5.92 17.66 7 18.11 7 19C7 19.55 6.55 20 6 20M10 20C9.11 20 8.66 18.92 9.29 18.29C9.92 17.66 11 18.11 11 19C11 19.55 10.55 20 10 20M14 20C13.11 20 12.66 18.92 13.29 18.29C13.92 17.66 15 18.11 15 19C15 19.55 14.55 20 14 20M18 20C17.11 20 16.66 18.92 17.29 18.29C17.92 17.66 19 18.11 19 19C19 19.55 18.55 20 18 20M18 10V3H6V10H3V12H21V10M8 5H16V6H8M8 7H14V8H8\" /></svg></li><li title=\"ubisoft \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ubisoft\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.41,2C5.21,2 2.53,7.53 2.53,7.53L3.32,8.09C3.32,8.09 2.33,10 2.35,12.4C2.35,17.34 6.29,22 12.07,22C17.33,22 21.67,17.71 21.67,12.41C21.67,5.5 16.31,2 11.41,2M11.47,3.69C16.31,3.69 20.07,7.6 20.07,12.14C20.07,16.95 16.45,20.3 12.23,20.3C9.13,20.3 6.33,17.94 6.33,14.7C6.33,12.82 7.32,11.5 8.44,10.82L8.6,11C8.3,11.24 7.43,12.64 7.43,14C7.43,16.56 9.43,18.33 11.95,18.33C15.16,18.33 17.3,15.59 17.3,12.41C17.3,8.71 14.03,5.57 10.1,5.57C7.93,5.57 6.09,6.5 5.03,7.33L4.86,7.18C6.25,5.04 8.65,3.69 11.47,3.69M10,7.23C12.53,7.23 14.97,8.89 15.59,11.25L15.36,11.33C14.27,9.88 12.47,8.68 10.35,8.68C6.44,8.68 4.39,12.23 4.69,15.19L4.46,15.28C4.46,15.28 4.03,14.33 4.03,13.2C4.03,9.93 6.71,7.23 10,7.23M11.68,11.33C12.86,11.33 13.81,12.3 13.81,13.44C13.81,14.38 13.21,14.94 13.21,14.94L13.92,15.45C13.92,15.45 13.21,16.57 11.76,16.57C10.37,16.57 9.13,15.44 9.13,13.93C9.13,12.38 10.47,11.33 11.68,11.33Z\" /></svg></li><li title=\"ubuntu \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ubuntu\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2A10,10 0 0,1 22,12M14.34,7.74C14.92,8.07 15.65,7.87 16,7.3C16.31,6.73 16.12,6 15.54,5.66C14.97,5.33 14.23,5.5 13.9,6.1C13.57,6.67 13.77,7.41 14.34,7.74M11.88,15.5C11.35,15.5 10.85,15.39 10.41,15.18L9.57,16.68C10.27,17 11.05,17.22 11.88,17.22C12.37,17.22 12.83,17.15 13.28,17.03C13.36,16.54 13.64,16.1 14.1,15.84C14.56,15.57 15.08,15.55 15.54,15.72C16.43,14.85 17,13.66 17.09,12.33L15.38,12.31C15.22,14.1 13.72,15.5 11.88,15.5M11.88,8.5C13.72,8.5 15.22,9.89 15.38,11.69L17.09,11.66C17,10.34 16.43,9.15 15.54,8.28C15.08,8.45 14.55,8.42 14.1,8.16C13.64,7.9 13.36,7.45 13.28,6.97C12.83,6.85 12.37,6.78 11.88,6.78C11.05,6.78 10.27,6.97 9.57,7.32L10.41,8.82C10.85,8.61 11.35,8.5 11.88,8.5M8.37,12C8.37,10.81 8.96,9.76 9.86,9.13L9,7.65C7.94,8.36 7.15,9.43 6.83,10.69C7.21,11 7.45,11.47 7.45,12C7.45,12.53 7.21,13 6.83,13.31C7.15,14.56 7.94,15.64 9,16.34L9.86,14.87C8.96,14.24 8.37,13.19 8.37,12M14.34,16.26C13.77,16.59 13.57,17.32 13.9,17.9C14.23,18.47 14.97,18.67 15.54,18.34C16.12,18 16.31,17.27 16,16.7C15.65,16.12 14.92,15.93 14.34,16.26M5.76,10.8C5.1,10.8 4.56,11.34 4.56,12C4.56,12.66 5.1,13.2 5.76,13.2C6.43,13.2 6.96,12.66 6.96,12C6.96,11.34 6.43,10.8 5.76,10.8Z\" /></svg></li><li title=\"ufo outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ufo-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17 10.54C16.78 7.44 14.63 5 12 5S7.22 7.44 7 10.54C4 11.23 2 12.5 2 14C2 16.21 6.5 18 12 18S22 16.21 22 14C22 12.5 20 11.23 17 10.54M14.93 11.84C13.03 12.05 10.97 12.05 9.07 11.84C9.03 11.56 9 11.28 9 11C9 8.8 10.35 7 12 7S15 8.8 15 11C15 11.28 15 11.56 14.93 11.84Z\" /></svg></li><li title=\"ufo \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ufo\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.94 10.28C15.66 7.87 14 6 12 6S8.34 7.87 8.06 10.28C4.5 10.82 2 12.06 2 13.5C2 15.43 6.5 17 12 17S22 15.43 22 13.5C22 12.06 19.5 10.82 15.94 10.28Z\" /></svg></li><li title=\"ultra high definition \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ultra-high-definition\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,7H11V11H13V7H15V17H13V13H11V17H9V7M17,7H20A3,3 0 0,1 23,10V14A3,3 0 0,1 20,17H17V7M20,15A1,1 0 0,0 21,14V10A1,1 0 0,0 20,9H19V15H20M7,14A3,3 0 0,1 4,17A3,3 0 0,1 1,14V7H3V14A1,1 0 0,0 4,15A1,1 0 0,0 5,14V7H7V14Z\" /></svg></li><li title=\"umbraco \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-umbraco\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8.6,8.6L7.17,8.38C6.5,11.67 6.46,14.24 7.61,15.5C8.6,16.61 11.89,16.61 11.89,16.61C11.89,16.61 15.29,16.61 16.28,15.5C17.43,14.24 17.38,11.67 16.72,8.38L15.29,8.6C15.29,8.6 16.54,13.88 14.69,14.69C13.81,15.07 11.89,15.07 11.89,15.07C11.89,15.07 10.08,15.07 9.2,14.69C7.35,13.88 8.6,8.6 8.6,8.6M12,3A9,9 0 0,1 21,12A9,9 0 0,1 12,21A9,9 0 0,1 3,12A9,9 0 0,1 12,3Z\" /></svg></li><li title=\"umbrella beach outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-umbrella-beach-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 19.57L19.57 21L13.13 14.56L14.56 13.13L21 19.57M13.12 3C10.54 3 7.96 4 6 5.95L5.97 5.96C2 9.91 2 16.32 5.97 20.27L20.27 5.96C18.3 4 15.71 3 13.12 3M6.14 17.27C5.4 16.03 5 14.61 5 13.12C5 12.19 5.16 11.3 5.46 10.45C5.65 12.36 6.35 14.24 7.53 15.89L6.14 17.27M9 14.43C7.63 12.38 7.12 9.93 7.6 7.6C8.18 7.5 8.76 7.42 9.35 7.42C11.15 7.42 12.9 7.97 14.43 9L9 14.43M10.45 5.46C11.3 5.16 12.19 5 13.12 5C14.61 5 16.03 5.4 17.27 6.14L15.88 7.53C14.23 6.35 12.36 5.65 10.45 5.46Z\" /></svg></li><li title=\"umbrella beach \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-umbrella-beach\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.13 14.56L14.56 13.13L21 19.57L19.57 21L13.13 14.56M17.42 8.83L20.28 5.97C16.33 2 9.93 2 6 5.95C9.91 4.65 14.29 5.7 17.42 8.83M5.95 6C2 9.93 2 16.33 5.97 20.28L8.83 17.42C5.7 14.29 4.65 9.91 5.95 6M5.97 5.96L5.96 5.97C5.58 9 7.13 12.85 10.26 16L16 10.26C12.86 7.13 9 5.58 5.97 5.96Z\" /></svg></li><li title=\"umbrella closed outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-umbrella-closed-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2C12.4 2 12.8 2.2 12.9 2.6L17.5 15H13V19C13 20.7 11.7 22 10 22S7 20.7 7 19V18H9V19C9 19.6 9.4 20 10 20C10.6 20 11 19.6 11 19V15H6.5L11.1 2.6C11.2 2.2 11.6 2 12 2M12 5.9L9.4 13H14.7L12 5.9Z\" /></svg></li><li title=\"umbrella closed variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-umbrella-closed-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15 7L13 6V3.5C13 3.2 13.2 3 13.5 3S14 3.2 14 3.5V4H16V3.5C16 2.1 14.9 1 13.5 1S11 2.1 11 3.5V6L9 7L6 6L11.1 21.3C11.4 22.2 12.7 22.2 13 21.3C14.6 16.2 18 6 18 6L15 7M11 15L9 8.9L9.7 9.1L11 8.1V15M13 8.1L14.3 9.1L15 8.9L13 15V8.1Z\" /></svg></li><li title=\"umbrella closed \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-umbrella-closed\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2C11.6 2 11.3 2.2 11.1 2.6L6.5 15H11V19C11 19.6 10.6 20 10 20C9.4 20 9 19.6 9 19V18H7V19C7 20.7 8.3 22 10 22S13 20.7 13 19V15H17.5L12.9 2.6C12.7 2.2 12.4 2 12 2Z\" /></svg></li><li title=\"umbrella outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-umbrella-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,4C8.9,4 6.18,6.03 5.3,9H18.7C17.82,6.04 15.09,4 12,4M12,2A9,9 0 0,1 21,11H13V19A3,3 0 0,1 10,22A3,3 0 0,1 7,19V18H9V19A1,1 0 0,0 10,20A1,1 0 0,0 11,19V11H3A9,9 0 0,1 12,2Z\" /></svg></li><li title=\"umbrella \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-umbrella\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A9,9 0 0,1 21,11H13V19A3,3 0 0,1 10,22A3,3 0 0,1 7,19V18H9V19A1,1 0 0,0 10,20A1,1 0 0,0 11,19V11H3A9,9 0 0,1 12,2Z\" /></svg></li><li title=\"undo variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-undo-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.5,7A6.5,6.5 0 0,1 20,13.5A6.5,6.5 0 0,1 13.5,20H10V18H13.5C16,18 18,16 18,13.5C18,11 16,9 13.5,9H7.83L10.91,12.09L9.5,13.5L4,8L9.5,2.5L10.92,3.91L7.83,7H13.5M6,18H8V20H6V18Z\" /></svg></li><li title=\"undo \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-undo\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12.5,8C9.85,8 7.45,9 5.6,10.6L2,7V16H11L7.38,12.38C8.77,11.22 10.54,10.5 12.5,10.5C16.04,10.5 19.05,12.81 20.1,16L22.47,15.22C21.08,11.03 17.15,8 12.5,8Z\" /></svg></li><li title=\"unfold less horizontal \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-unfold-less-horizontal\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.59,5.41L15.17,4L12,7.17L8.83,4L7.41,5.41L12,10M7.41,18.59L8.83,20L12,16.83L15.17,20L16.58,18.59L12,14L7.41,18.59Z\" /></svg></li><li title=\"unfold less vertical \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-unfold-less-vertical\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5.41,7.41L10,12L5.41,16.59L4,15.17L7.17,12L4,8.83L5.41,7.41M18.59,16.59L14,12L18.59,7.42L20,8.83L16.83,12L20,15.17L18.59,16.59Z\" /></svg></li><li title=\"unfold more horizontal \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-unfold-more-horizontal\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,18.17L8.83,15L7.42,16.41L12,21L16.59,16.41L15.17,15M12,5.83L15.17,9L16.58,7.59L12,3L7.41,7.59L8.83,9L12,5.83Z\" /></svg></li><li title=\"unfold more vertical \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-unfold-more-vertical\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.17,12L15,8.83L16.41,7.41L21,12L16.41,16.58L15,15.17L18.17,12M5.83,12L9,15.17L7.59,16.59L3,12L7.59,7.42L9,8.83L5.83,12Z\" /></svg></li><li title=\"ungroup \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-ungroup\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,2H6V3H13V2H17V6H16V9H18V8H22V12H21V18H22V22H18V21H12V22H8V18H9V16H6V17H2V13H3V6H2V2M18,12V11H16V13H17V17H13V16H11V18H12V19H18V18H19V12H18M13,6V5H6V6H5V13H6V14H9V12H8V8H12V9H14V6H13M12,12H11V14H13V13H14V11H12V12Z\" /></svg></li><li title=\"unicode \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-unicode\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 6A1.46 1.46 0 0 1 20.54 7.44A1.46 1.46 0 0 1 19.09 6A1.46 1.46 0 0 1 20.54 4.5A1.46 1.46 0 0 1 22 6M21.56 8.86H19.53C19.4 8.85 19.34 8.91 19.34 9V12.59C19.34 13.08 19.34 13.5 19.35 13.86L19.37 14.76C19.38 15 19.39 15.21 19.39 15.39C19.4 15.56 19.4 15.72 19.4 15.86H19.38C19.26 15.6 19.07 15.22 18.82 14.74C18.58 14.27 18.29 13.72 17.97 13.11C17.64 12.5 17.29 11.84 16.92 11.15C16.55 10.47 16.18 9.78 15.81 9.11C15.45 8.43 15.09 7.78 14.75 7.16C14.4 6.54 14.1 6 13.85 5.54C13.82 5.5 13.79 5.44 13.77 5.42C13.74 5.4 13.68 5.39 13.6 5.39H10.62C10.5 5.39 10.47 5.44 10.47 5.54H10.5C10.47 5.56 10.47 5.57 10.47 5.58V13.84C10.47 14.5 10.4 15 10.25 15.45C10.1 15.88 9.9 16.23 9.64 16.5C9.38 16.75 9.07 16.93 8.72 17.05C8.36 17.16 8 17.22 7.56 17.22C6.54 17.22 5.79 16.91 5.3 16.31C4.8 15.7 4.56 14.89 4.56 13.88V5.56C4.56 5.45 4.5 5.39 4.39 5.39H2.17C2.06 5.39 2 5.45 2 5.58V14.07C2 15 2.13 15.78 2.38 16.46C2.63 17.13 3 17.69 3.5 18.14C3.96 18.58 4.53 18.92 5.21 19.14C5.89 19.36 6.64 19.5 7.47 19.5C8.24 19.5 8.97 19.38 9.65 19.17C10.34 18.97 10.93 18.64 11.42 18.2C11.91 17.75 12.3 17.18 12.59 16.5C12.88 15.79 13.03 14.95 13.03 13.96V8.62C13.14 8.86 13.28 9.15 13.44 9.47C13.73 10.05 14.05 10.68 14.42 11.38C14.79 12.08 15.17 12.8 15.58 13.56C16 14.32 16.39 15.06 16.77 15.76C17.16 16.46 17.5 17.11 17.83 17.7C18.15 18.29 18.4 18.76 18.58 19.12C18.63 19.22 18.73 19.27 18.85 19.27H21.54C21.68 19.27 21.75 19.2 21.75 19.08V9.05C21.75 8.92 21.68 8.85 21.56 8.85Z\" /></svg></li><li title=\"unicorn variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-unicorn-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 12V19L17 20L14 15.33C13.71 14.89 13 15.14 13.08 15.67L14 23L4 18L4.96 12.75C5.56 9.42 8.46 7 11.84 7H13L19 1L17 7H20L18.42 9.37C19.36 9.88 20 10.86 20 12Z\" /></svg></li><li title=\"unicorn \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-unicorn\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 5L21.11 6.34C21.65 6.7 22 7.31 22 8V11.5L20.5 12L18.96 9.54C18.83 9.33 18.5 9.42 18.5 9.67V13.25C18.5 14.23 18.11 15.11 17.5 15.78V22H15V17C14.92 17 14.84 17 14.75 17C14.54 17 14.33 16.97 14.13 16.94L9.45 16.16L8.57 18.12L9.54 22H6.96L6.04 18.3C5.97 18.03 6 17.74 6.11 17.5L7 15.5C6.12 14.92 5.53 13.94 5.5 12.81C5.46 12.96 5.44 13.18 5.47 13.5C5.5 13.94 5.61 14.59 5.54 15.31C5.5 16.03 5.18 16.77 4.76 17.26C4.32 17.75 3.85 18.09 3.35 18.35L2.65 17.65C2.84 17.18 3.03 16.76 3.07 16.37C3.13 16 3.06 15.7 2.95 15.43L2.42 14.3C2.21 13.79 1.95 13.05 2 12.18C2.03 11.33 2.5 10.22 3.39 9.61C4.29 9 5.26 8.91 6.05 9.08C6.55 9.18 7.06 9.42 7.5 9.76C7.87 9.59 8.3 9.5 8.75 9.5H14.5V9C14.5 6.79 16.29 5 18.5 5L22 2L21 5H22Z\" /></svg></li><li title=\"unicycle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-unicycle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 9.09V5H14C14.55 5 15 4.55 15 4S14.55 3 14 3H10C9.45 3 9 3.45 9 4S9.45 5 10 5H11V9.09C8.16 9.57 6 12.03 6 15C6 18.31 8.69 21 12 21S18 18.31 18 15C18 12.03 15.84 9.57 13 9.09M12 19C9.79 19 8 17.21 8 15C8 13.14 9.28 11.59 11 11.14V16H13V11.14C14.72 11.59 16 13.14 16 15C16 17.21 14.21 19 12 19Z\" /></svg></li><li title=\"unity \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-unity\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10.11,17H7.5L2.59,12L7.5,7H10.11L11.42,4.74L18.21,3L20.08,9.74L18.77,12L20.08,14.26L18.21,21L11.42,19.26L10.11,17M10.25,16.75L15.38,18.13L12.42,13H6.5L10.25,16.75M17.12,17.13L18.5,12L17.12,6.87L14.15,12L17.12,17.13M10.25,7.25L6.5,11H12.42L15.38,5.87L10.25,7.25Z\" /></svg></li><li title=\"unreal \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-unreal\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2A10,10 0 0,0 2,12M5.24,18.76C3.43,16.95 2.44,14.55 2.44,12C2.44,9.45 3.43,7.05 5.24,5.24C7.05,3.43 9.45,2.44 12,2.44C14.55,2.44 16.95,3.43 18.76,5.24C20.57,7.05 21.56,9.45 21.56,12C21.56,14.55 20.57,16.95 18.76,18.76C16.95,20.57 14.55,21.56 12,21.56C9.45,21.56 7.05,20.57 5.24,18.76M6.35,9.5C4.34,11.79 4.73,13.68 4.73,13.68C4.73,13.68 5.28,12.38 6.61,11C7.25,10.37 7.72,10.15 8.04,10.15C8.4,10.15 8.57,10.41 8.57,10.65V15.29C8.57,15.75 8.27,15.85 8,15.84C7.77,15.84 7.55,15.76 7.55,15.76C8.92,17.73 12.19,18 12.19,18L13.63,16.5H13.67L15,17.63C17.39,16.21 18.55,13.58 18.55,13.58C17.5,14.7 16.79,14.97 16.39,14.96C16.03,14.96 15.88,14.75 15.88,14.75C15.87,14.65 15.82,8.9 15.89,8.9C16.31,8.13 17.63,6.56 17.63,6.56C15.16,7.05 13.81,8.66 13.81,8.66C13.41,8.35 12.59,8.4 12.59,8.4C12.97,8.61 13.35,9.21 13.35,9.72V14.65C13.35,14.65 12.5,15.38 11.88,15.38C11.5,15.38 11.27,15.17 11.14,15C11.05,14.88 11,14.79 11,14.79V8.69C10.93,8.75 10.82,8.8 10.71,8.8C10.57,8.79 10.43,8.73 10.34,8.53C10.26,8.38 10.22,8.15 10.22,7.83C10.22,6.7 11.5,5.96 11.5,5.96C9.87,6.39 8.36,7.22 6.35,9.5\" /></svg></li><li title=\"update \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-update\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,10.12H14.22L16.96,7.3C14.23,4.6 9.81,4.5 7.08,7.2C4.35,9.91 4.35,14.28 7.08,17C9.81,19.7 14.23,19.7 16.96,17C18.32,15.65 19,14.08 19,12.1H21C21,14.08 20.12,16.65 18.36,18.39C14.85,21.87 9.15,21.87 5.64,18.39C2.14,14.92 2.11,9.28 5.62,5.81C9.13,2.34 14.76,2.34 18.27,5.81L21,3V10.12M12.5,8V12.25L16,14.33L15.28,15.54L11,13V8H12.5Z\" /></svg></li><li title=\"upload lock outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-upload-lock-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 22H17C16.5 22 16 21.5 16 21V17C16 16.5 16.5 16 17 16V14.5C17 13.1 18.1 12 19.5 12C20.9 12 22 13.1 22 14.5V16C22.5 16 23 16.5 23 17V21C23 21.5 22.5 22 22 22M5 18H14V20H5V18M21 16V14.5C21 13.7 20.3 13 19.5 13C18.7 13 18 13.7 18 14.5V16H21M9 16V10H5L12 3L19 10H15V16H9M9.83 8H11V14H13V8H14.17L12 5.83L9.83 8Z\" /></svg></li><li title=\"upload lock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-upload-lock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 22H17C16.5 22 16 21.5 16 21V17C16 16.5 16.5 16 17 16V14.5C17 13.1 18.1 12 19.5 12C20.9 12 22 13.1 22 14.5V16C22.5 16 23 16.5 23 17V21C23 21.5 22.5 22 22 22M14 20H5V18H14V20M21 16V14.5C21 13.7 20.3 13 19.5 13C18.7 13 18 13.7 18 14.5V16H21M15 16H9V10H5L12 3L19 10H15V16Z\" /></svg></li><li title=\"upload multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-upload-multiple\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,14V8H5L12,1L19,8H15V14H9M5,18V16H19V18H5M19,20H5V22H19V20Z\" /></svg></li><li title=\"upload network outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-upload-network-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,20A1,1 0 0,0 14,19H13V17H17A2,2 0 0,0 19,15V5A2,2 0 0,0 17,3H7A2,2 0 0,0 5,5V15A2,2 0 0,0 7,17H11V19H10A1,1 0 0,0 9,20H2V22H9A1,1 0 0,0 10,23H14A1,1 0 0,0 15,22H22V20H15M7,15V5H17V15H7M12,6L8,10H11V14H13V10H16L12,6Z\" /></svg></li><li title=\"upload network \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-upload-network\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,3A2,2 0 0,1 19,5V15A2,2 0 0,1 17,17H13V19H14A1,1 0 0,1 15,20H22V22H15A1,1 0 0,1 14,23H10A1,1 0 0,1 9,22H2V20H9A1,1 0 0,1 10,19H11V17H7C5.89,17 5,16.1 5,15V5A2,2 0 0,1 7,3H17M12,5.5L7.5,10H11V14H13V10H16.5L12,5.5Z\" /></svg></li><li title=\"upload off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-upload-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.11 21.46L2.39 1.73L1.11 3L6.56 8.45L5 10H8.11L9 10.89V16H14.11L16.11 18H5V20H18.11L20.84 22.73L22.11 21.46M11 14V12.89L12.11 14H11M12 5.8L14.2 8H13V9.8L15 11.8V10H19L12 3L9.1 5.9L10.5 7.3L12 5.8Z\" /></svg></li><li title=\"upload off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-upload-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.11 21.46L2.39 1.73L1.11 3L6.56 8.45L5 10H8.11L9 10.89V16H14.11L16.11 18H5V20H18.11L20.84 22.73L22.11 21.46M15 10H19L12 3L9.1 5.9L15 11.8V10Z\" /></svg></li><li title=\"upload outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-upload-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,10V16H15V10H19L12,3L5,10H9M12,5.8L14.2,8H13V14H11V8H9.8L12,5.8M19,18H5V20H19V18Z\" /></svg></li><li title=\"upload \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-upload\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,16V10H5L12,3L19,10H15V16H9M5,20V18H19V20H5Z\" /></svg></li><li title=\"usb flash drive outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-usb-flash-drive-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8 13C9.66 13 11 14.34 11 16C11 17.66 9.66 19 8 19C6.34 19 5 17.66 5 16C5 14.34 6.34 13 8 13M8 15C7.45 15 7 15.45 7 16C7 16.55 7.45 17 8 17C8.55 17 9 16.55 9 16C9 15.45 8.55 15 8 15M9.77 4.33L10.5 5.08L14.29 1.29C14.47 1.11 14.72 1 15 1C15.28 1 15.53 1.11 15.71 1.29L22.78 8.36L22.78 8.37C22.92 8.54 23 8.76 23 9C23 9.3 22.87 9.57 22.66 9.76L22.66 9.76L18.93 13.5L19.67 14.23L12.95 20.95C11.68 22.22 9.93 23 8 23C4.13 23 1 19.87 1 16C1 14.07 1.78 12.32 3.05 11.05L9.77 4.33M11.54 19.54L16.84 14.23L9.77 7.16L4.46 12.46C3.56 13.37 3 14.62 3 16C3 18.76 5.24 21 8 21C9.38 21 10.63 20.44 11.54 19.54M15.07 4.69L16.5 6.1L15.07 7.5L13.66 6.1L15.07 4.69M17.9 7.5L19.31 8.93L17.9 10.34L16.5 8.93L17.9 7.5M20.59 9L15 3.41L11.93 6.5L17.5 12.08L20.59 9Z\" /></svg></li><li title=\"usb flash drive \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-usb-flash-drive\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8 15C8.55 15 9 15.45 9 16C9 16.55 8.55 17 8 17C7.45 17 7 16.55 7 16C7 15.45 7.45 15 8 15M15.07 4.69L16.5 6.1L15.07 7.5L13.66 6.1L15.07 4.69M17.9 7.5L19.31 8.93L17.9 10.34L16.5 8.93L17.9 7.5M8 13C6.34 13 5 14.34 5 16C5 17.66 6.34 19 8 19C9.66 19 11 17.66 11 16C11 14.34 9.66 13 8 13M9.77 4.33L10.5 5.08L14.29 1.29C14.47 1.11 14.72 1 15 1C15.28 1 15.53 1.11 15.71 1.29L22.78 8.36L22.78 8.37C22.92 8.54 23 8.76 23 9C23 9.3 22.87 9.57 22.66 9.76L22.66 9.76L18.93 13.5L19.67 14.23L12.95 20.95C11.68 22.22 9.93 23 8 23C4.13 23 1 19.87 1 16C1 14.07 1.78 12.32 3.05 11.05L9.77 4.33M20.59 9L15 3.41L11.93 6.5L17.5 12.08L20.59 9Z\" /></svg></li><li title=\"usb port \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-usb-port\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8 2C6.9 2 6 2.9 6 4V12H5V16L9 20V22H15V20L19 16V12H18V4C18 2.9 17.11 2 16 2M8 4H16V12H8M9 7V9H11V7M13 7V9H15V7Z\" /></svg></li><li title=\"usb \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-usb\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,7V11H16V13H13V5H15L12,1L9,5H11V13H8V10.93C8.7,10.56 9.2,9.85 9.2,9C9.2,7.78 8.21,6.8 7,6.8C5.78,6.8 4.8,7.78 4.8,9C4.8,9.85 5.3,10.56 6,10.93V13A2,2 0 0,0 8,15H11V18.05C10.29,18.41 9.8,19.15 9.8,20A2.2,2.2 0 0,0 12,22.2A2.2,2.2 0 0,0 14.2,20C14.2,19.15 13.71,18.41 13,18.05V15H16A2,2 0 0,0 18,13V11H19V7H15Z\" /></svg></li><li title=\"vacuum outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-vacuum-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.66 20L13.87 3.81C13.5 2.97 12.93 2.29 12.16 1.77C11.4 1.26 10.55 1 9.61 1C8.77 1 8 1.21 7.3 1.63S6.04 2.62 5.63 3.32 5 4.8 5 5.64L5.03 9H2.03V14.45C2.65 14.17 3.31 14.03 4 14.03V11.03H9C9.57 11.03 10.04 11.23 10.43 11.62C10.82 12 11 12.47 11 13V20.03H8.91C8.76 20.75 8.44 21.41 7.97 22H13V13C13 12.28 12.8 11.62 12.45 11S11.61 9.91 11 9.56C10.42 9.2 9.75 9 9 9H7V5.64C7 4.92 7.25 4.31 7.76 3.79S8.89 3 9.61 3C10.14 3 10.63 3.16 11.06 3.46S11.81 4.14 12 4.61L18.46 20L16 20.03V22H23V20.03L20.66 20M4 18C4.55 18 5 18.45 5 19S4.55 20 4 20 3 19.55 3 19 3.45 18 4 18M4 16C2.34 16 1 17.34 1 19S2.34 22 4 22 7 20.66 7 19 5.66 16 4 16Z\" /></svg></li><li title=\"vacuum \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-vacuum\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23 20V22H16L16 20H18.46L12 4.61C11.81 4.14 11.5 3.76 11.06 3.46S10.14 3 9.61 3C8.9 3 8.28 3.27 7.76 3.79S7 4.92 7 5.64L7 9H8C10.21 9 12 10.79 12 13V22H8C8.61 21.16 9 20.13 9 19C9 16.24 6.76 14 4 14C3.29 14 2.61 14.15 2 14.42V9H5V5.64C5 4.8 5.23 4 5.63 3.32C6.04 2.62 6.59 2.06 7.3 1.63C8 1.21 8.77 1 9.61 1C10.55 1 11.4 1.26 12.16 1.77S13.5 2.97 13.87 3.81L20.66 20H23M7 19C7 20.66 5.66 22 4 22S1 20.66 1 19 2.34 16 4 16 7 17.34 7 19M5 19C5 18.45 4.55 18 4 18S3 18.45 3 19 3.45 20 4 20 5 19.55 5 19Z\" /></svg></li><li title=\"valve closed \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-valve-closed\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 2V22H20V13H14.82A3 3 0 0 1 9.18 13H4V22H2V2H4V11H9.18A3 3 0 0 1 14.82 11H20V2Z\" /></svg></li><li title=\"valve open \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-valve-open\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 22H2V2H4M22 2H20V22H22M11 4V9.18A3 3 0 0 0 11 14.82V20H13V14.82A3 3 0 0 0 13 9.18V4Z\" /></svg></li><li title=\"valve \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-valve\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 22H2V2H4M22 2H20V22H22M17.24 5.34L13.24 9.34A3 3 0 0 0 9.24 13.34L5.24 17.34L6.66 18.76L10.66 14.76A3 3 0 0 0 14.66 10.76L18.66 6.76Z\" /></svg></li><li title=\"van passenger \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-van-passenger\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,7C1.89,7 1,7.89 1,9V17H3A3,3 0 0,0 6,20A3,3 0 0,0 9,17H15A3,3 0 0,0 18,20A3,3 0 0,0 21,17H23V13C23,11.89 22.11,11 21,11L18,7H3M3,8.5H7V11H3V8.5M9,8.5H13V11H9V8.5M15,8.5H17.5L19.46,11H15V8.5M6,15.5A1.5,1.5 0 0,1 7.5,17A1.5,1.5 0 0,1 6,18.5A1.5,1.5 0 0,1 4.5,17A1.5,1.5 0 0,1 6,15.5M18,15.5A1.5,1.5 0 0,1 19.5,17A1.5,1.5 0 0,1 18,18.5A1.5,1.5 0 0,1 16.5,17A1.5,1.5 0 0,1 18,15.5Z\" /></svg></li><li title=\"van utility \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-van-utility\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,7C1.89,7 1,7.89 1,9V17H3A3,3 0 0,0 6,20A3,3 0 0,0 9,17H15A3,3 0 0,0 18,20A3,3 0 0,0 21,17H23V13C23,11.89 22.11,11 21,11L18,7H3M15,8.5H17.5L19.46,11H15V8.5M6,15.5A1.5,1.5 0 0,1 7.5,17A1.5,1.5 0 0,1 6,18.5A1.5,1.5 0 0,1 4.5,17A1.5,1.5 0 0,1 6,15.5M18,15.5A1.5,1.5 0 0,1 19.5,17A1.5,1.5 0 0,1 18,18.5A1.5,1.5 0 0,1 16.5,17A1.5,1.5 0 0,1 18,15.5Z\" /></svg></li><li title=\"vanish quarter \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-vanish-quarter\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11 3H13V8H11V3M4.9 6.3L6.3 4.9L9.1 7.7L7.8 9.2L4.9 6.3M8 13H3V11H8V13\" /></svg></li><li title=\"vanish \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-vanish\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,13V11H21V13H16M14.83,7.76L17.66,4.93L19.07,6.34L16.24,9.17L14.83,7.76M11,16H13V21H11V16M11,3H13V8H11V3M4.93,17.66L7.76,14.83L9.17,16.24L6.34,19.07L4.93,17.66M4.93,6.34L6.34,4.93L9.17,7.76L7.76,9.17L4.93,6.34M8,13H3V11H8V13M19.07,17.66L17.66,19.07L14.83,16.24L16.24,14.83L19.07,17.66Z\" /></svg></li><li title=\"vanity light \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-vanity-light\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 20H16C16 18.34 17.34 13 19 13S22 18.34 22 20M12 13C10.34 13 9 18.34 9 20H15C15 18.34 13.66 13 12 13M5 13C3.34 13 2 18.34 2 20H8C8 18.34 6.66 13 5 13M14.82 6C14.26 4.44 12.53 3.64 11 4.2C10.14 4.5 9.5 5.17 9.18 6H2V8H4V12H6V8H9.18C9.5 8.85 10.15 9.5 11 9.82V12H13V9.82C13.85 9.5 14.5 8.85 14.82 8H18V12H20V8H22V6H14.82Z\" /></svg></li><li title=\"variable box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-variable-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3M7.4 18C5.9 16.5 5 14.3 5 12S5.9 7.5 7.4 6L9 6.7C7.7 7.9 7 9.9 7 12S7.7 16.1 9 17.3L7.4 18M12.7 15L11.9 13L10.5 15H9L11.3 11.9L10 9H11.3L12.1 11L13.5 9H15L12.8 12L14.1 15H12.7M16.6 18L15 17.3C16.3 16 17 14.1 17 12S16.3 7.9 15 6.7L16.6 6C18.1 7.5 19 9.7 19 12S18.1 16.5 16.6 18Z\" /></svg></li><li title=\"variable \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-variable\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.41,3C21.8,5.71 22.35,8.84 22,12C21.8,15.16 20.7,18.29 18.83,21L17.3,20C18.91,17.57 19.85,14.8 20,12C20.34,9.2 19.89,6.43 18.7,4L20.41,3M5.17,3L6.7,4C5.09,6.43 4.15,9.2 4,12C3.66,14.8 4.12,17.57 5.3,20L3.61,21C2.21,18.29 1.65,15.17 2,12C2.2,8.84 3.3,5.71 5.17,3M12.08,10.68L14.4,7.45H16.93L13.15,12.45L15.35,17.37H13.09L11.71,14L9.28,17.33H6.76L10.66,12.21L8.53,7.45H10.8L12.08,10.68Z\" /></svg></li><li title=\"vector arrange above \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-vector-arrange-above\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,1C1.89,1 1,1.89 1,3V14C1,15.11 1.89,16 3,16C6.67,16 10.33,16 14,16C15.11,16 16,15.11 16,14C16,10.33 16,6.67 16,3C16,1.89 15.11,1 14,1H3M3,3H14V14H3V3M18,7V9H20V20H9V18H7V20C7,21.11 7.89,22 9,22H20C21.11,22 22,21.11 22,20V9C22,7.89 21.11,7 20,7H18Z\" /></svg></li><li title=\"vector arrange below \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-vector-arrange-below\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,22C21.11,22 22,21.11 22,20V9C22,7.89 21.11,7 20,7C16.33,7 12.67,7 9,7C7.89,7 7,7.89 7,9C7,12.67 7,16.33 7,20C7,21.11 7.89,22 9,22H20M20,20H9V9H20V20M5,16V14H3V3H14V5H16V3C16,1.89 15.11,1 14,1H3C1.89,1 1,1.89 1,3V14C1,15.11 1.89,16 3,16H5Z\" /></svg></li><li title=\"vector bezier \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-vector-bezier\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.5,4A1.5,1.5 0 0,0 6,5.5A1.5,1.5 0 0,0 7.5,7C8.13,7 8.7,6.6 8.91,6H13C13.67,5.33 14.33,5 15,5H8.91C8.7,4.4 8.13,4 7.5,4M19,5C8,5 14,17 5,17V19C16,19 10,7 19,7V5M16.5,17C15.87,17 15.3,17.4 15.09,18H11C10.33,18.67 9.67,19 9,19H15.09C15.3,19.6 15.87,20 16.5,20A1.5,1.5 0 0,0 18,18.5A1.5,1.5 0 0,0 16.5,17Z\" /></svg></li><li title=\"vector circle variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-vector-circle-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,9H19.97C18.7,5.41 15.31,3 11.5,3A9,9 0 0,0 2.5,12C2.5,17 6.53,21 11.5,21C15.31,21 18.7,18.6 20,15H22M20,11V13H18V11M17.82,15C16.66,17.44 14.2,19 11.5,19C7.64,19 4.5,15.87 4.5,12C4.5,8.14 7.64,5 11.5,5C14.2,5 16.66,6.57 17.81,9H16V15\" /></svg></li><li title=\"vector circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-vector-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,2V4.06C6.72,4.92 4.92,6.72 4.05,9H2V15H4.06C4.92,17.28 6.72,19.09 9,19.95V22H15V19.94C17.28,19.08 19.09,17.28 19.95,15H22V9H19.94C19.08,6.72 17.28,4.92 15,4.05V2M11,4H13V6H11M9,6.25V8H15V6.25C16.18,6.86 17.14,7.82 17.75,9H16V15H17.75C17.14,16.18 16.18,17.14 15,17.75V16H9V17.75C7.82,17.14 6.86,16.18 6.25,15H8V9H6.25C6.86,7.82 7.82,6.86 9,6.25M4,11H6V13H4M18,11H20V13H18M11,18H13V20H11\" /></svg></li><li title=\"vector combine \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-vector-combine\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,1C1.89,1 1,1.89 1,3V14C1,15.11 1.89,16 3,16C4.33,16 7,16 7,16C7,16 7,18.67 7,20C7,21.11 7.89,22 9,22H20C21.11,22 22,21.11 22,20V9C22,7.89 21.11,7 20,7C18.67,7 16,7 16,7C16,7 16,4.33 16,3C16,1.89 15.11,1 14,1H3M3,3H14C14,4.33 14,7 14,7H9C7.89,7 7,7.89 7,9V14C7,14 4.33,14 3,14V3M9,9H14V14H9V9M16,9C16,9 18.67,9 20,9V20H9C9,18.67 9,16 9,16H14C15.11,16 16,15.11 16,14V9Z\" /></svg></li><li title=\"vector curve \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-vector-curve\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.5,2A1.5,1.5 0 0,1 20,3.5A1.5,1.5 0 0,1 18.5,5C18.27,5 18.05,4.95 17.85,4.85L14.16,8.55L14.5,9C16.69,7.74 19.26,7 22,7L23,7.03V9.04L22,9C19.42,9 17,9.75 15,11.04A3.96,3.96 0 0,1 11.04,15C9.75,17 9,19.42 9,22L9.04,23H7.03L7,22C7,19.26 7.74,16.69 9,14.5L8.55,14.16L4.85,17.85C4.95,18.05 5,18.27 5,18.5A1.5,1.5 0 0,1 3.5,20A1.5,1.5 0 0,1 2,18.5A1.5,1.5 0 0,1 3.5,17C3.73,17 3.95,17.05 4.15,17.15L7.84,13.45C7.31,12.78 7,11.92 7,11A4,4 0 0,1 11,7C11.92,7 12.78,7.31 13.45,7.84L17.15,4.15C17.05,3.95 17,3.73 17,3.5A1.5,1.5 0 0,1 18.5,2M11,9A2,2 0 0,0 9,11A2,2 0 0,0 11,13A2,2 0 0,0 13,11A2,2 0 0,0 11,9Z\" /></svg></li><li title=\"vector difference ab \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-vector-difference-ab\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,1C1.89,1 1,1.89 1,3V5H3V3H5V1H3M7,1V3H10V1H7M12,1V3H14V5H16V3C16,1.89 15.11,1 14,1H12M1,7V10H3V7H1M14,7C14,7 14,11.67 14,14C11.67,14 7,14 7,14C7,14 7,18 7,20C7,21.11 7.89,22 9,22H20C21.11,22 22,21.11 22,20V9C22,7.89 21.11,7 20,7C18,7 14,7 14,7M16,9H20V20H9V16H14C15.11,16 16,15.11 16,14V9M1,12V14C1,15.11 1.89,16 3,16H5V14H3V12H1Z\" /></svg></li><li title=\"vector difference ba \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-vector-difference-ba\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,22C21.11,22 22,21.11 22,20V18H20V20H18V22H20M16,22V20H13V22H16M11,22V20H9V18H7V20C7,21.11 7.89,22 9,22H11M22,16V13H20V16H22M9,16C9,16 9,11.33 9,9C11.33,9 16,9 16,9C16,9 16,5 16,3C16,1.89 15.11,1 14,1H3C1.89,1 1,1.89 1,3V14C1,15.11 1.89,16 3,16C5,16 9,16 9,16M7,14H3V3H14V7H9C7.89,7 7,7.89 7,9V14M22,11V9C22,7.89 21.11,7 20,7H18V9H20V11H22Z\" /></svg></li><li title=\"vector difference \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-vector-difference\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,1C1.89,1 1,1.89 1,3V14C1,15.11 1.89,16 3,16H5V14H3V3H14V5H16V3C16,1.89 15.11,1 14,1H3M9,7C7.89,7 7,7.89 7,9V11H9V9H11V7H9M13,7V9H14V10H16V7H13M18,7V9H20V20H9V18H7V20C7,21.11 7.89,22 9,22H20C21.11,22 22,21.11 22,20V9C22,7.89 21.11,7 20,7H18M14,12V14H12V16H14C15.11,16 16,15.11 16,14V12H14M7,13V16H10V14H9V13H7Z\" /></svg></li><li title=\"vector ellipse \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-vector-ellipse\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23,9V15H20.35C19.38,17.12 17.43,18.78 15,19.54V22H9V19.54C5.5,18.45 3,15.5 3,12C3,7.58 7.03,4 12,4C15.78,4 19,6.07 20.35,9H23M17,15V9H18.06C16.85,7.21 14.59,6 12,6C8.13,6 5,8.69 5,12C5,14.39 6.64,16.46 9,17.42V16H15V17.42C16.29,16.9 17.35,16.05 18.06,15H17M19,13H21V11H19V13M11,20H13V18H11V20Z\" /></svg></li><li title=\"vector intersection \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-vector-intersection\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3.14,1A2.14,2.14 0 0,0 1,3.14V5H3V3H5V1H3.14M7,1V3H10V1H7M12,1V3H14V5H16V3.14C16,1.96 15.04,1 13.86,1H12M1,7V10H3V7H1M9,7C7.89,7 7,7.89 7,9C7,11.33 7,16 7,16C7,16 11.57,16 13.86,16A2.14,2.14 0 0,0 16,13.86C16,11.57 16,7 16,7C16,7 11.33,7 9,7M18,7V9H20V11H22V9C22,7.89 21.11,7 20,7H18M9,9H14V14H9V9M1,12V13.86C1,15.04 1.96,16 3.14,16H5V14H3V12H1M20,13V16H22V13H20M7,18V20C7,21.11 7.89,22 9,22H11V20H9V18H7M20,18V20H18V22H20C21.11,22 22,21.11 22,20V18H20M13,20V22H16V20H13Z\" /></svg></li><li title=\"vector line \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-vector-line\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,3V7.59L7.59,15H3V21H9V16.42L16.42,9H21V3M17,5H19V7H17M5,17H7V19H5\" /></svg></li><li title=\"vector link \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-vector-link\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 1C1.89 1 1 1.89 1 3V14C1 15.11 1.89 16 3 16H14C15.11 16 16 15.11 16 14V11H14V14H3V3H14V5H16V3C16 1.89 15.11 1 14 1M9 7C7.89 7 7 7.89 7 9V12H9V9H20V20H9V18H7V20C7 21.11 7.89 22 9 22H20C21.11 22 22 21.11 22 20V9C22 7.89 21.11 7 20 7H9\" /></svg></li><li title=\"vector point \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-vector-point\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,20L7,22L12,11L17,22L12,20M8,2H16V5H22V7H16V10H8V7H2V5H8V2M10,4V8H14V4H10Z\" /></svg></li><li title=\"vector polygon variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-vector-polygon-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 8V2H16V5.8L14.4 8H9.6L8 5.8V2H2V8H4V16H2V22H8V20H16V22H22V16H20V8H22M11 10H13V12H11V10M4 4H6V6H4V4M6 20H4V18H6V20M16 18H8V16H6V8H7.1L9 10.6V14H15V10.6L16.9 8H18V16H16V18M20 20H18V18H20V20M18 6V4H20V6H18Z\" /></svg></li><li title=\"vector polygon \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-vector-polygon\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,2V8H4.28L5.57,16H4V22H10V20.06L15,20.05V22H21V16H19.17L20,9H22V3H16V6.53L14.8,8H9.59L8,5.82V2M4,4H6V6H4M18,5H20V7H18M6.31,8H7.11L9,10.59V14H15V10.91L16.57,9H18L17.16,16H15V18.06H10V16H7.6M11,10H13V12H11M6,18H8V20H6M17,18H19V20H17\" /></svg></li><li title=\"vector polyline edit \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-vector-polyline-edit\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2 3V9H4.95L6.95 15H6V21H12V16.41L17.41 11H22V5H16V9.57L10.59 15H9.06L7.06 9H8V3H2M4 5H6V7H4V5M18 7H20V9H18V7M21.15 13C21 13 20.87 13.05 20.76 13.16L19.75 14.18L21.82 16.25L22.84 15.24C23.05 15.03 23.05 14.67 22.84 14.46L21.54 13.16C21.43 13.05 21.29 13 21.15 13M19.15 14.76L13 20.91V23H15.09L21.23 16.84L19.15 14.76M8 17H10V19H8V17Z\" /></svg></li><li title=\"vector polyline minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-vector-polyline-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2 3V9H4.95L6.95 15H6V21H12V16.41L17.41 11H22V5H16V9.57L10.59 15H9.06L7.06 9H8V3H2M4 5H6V7H4V5M18 7H20V9H18V7M8 17H10V19H8V17M15 18V20H23V18H15Z\" /></svg></li><li title=\"vector polyline plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-vector-polyline-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2 3V9H4.95L6.95 15H6V21H12V16.41L17.41 11H22V5H16V9.57L10.59 15H9.06L7.06 9H8V3H2M4 5H6V7H4V5M18 7H20V9H18V7M18 15V18H15V20H18V23H20V20H23V18H20V15H18M8 17H10V19H8V17Z\" /></svg></li><li title=\"vector polyline remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-vector-polyline-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.1 15.5L19 17.6L16.9 15.5L15.5 16.9L17.6 19L15.5 21.1L16.9 22.5L19 20.4L21.1 22.5L22.5 21.1L20.4 19L22.5 16.9L21.1 15.5M16 5V9.6L10.6 15H9.1L7.1 9H8V3H2V9H5L7 15H6V21H12V16.4L17.4 11H22V5H16M6 7H4V5H6V7M10 19H8V17H10V19M20 9H18V7H20V9\" /></svg></li><li title=\"vector polyline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-vector-polyline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2 3V9H4.95L6.95 15H6V21H12V16.41L17.41 11H22V5H16V9.57L10.59 15H9.06L7.06 9H8V3M4 5H6V7H4M18 7H20V9H18M8 17H10V19H8Z\" /></svg></li><li title=\"vector radius \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-vector-radius\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,4H4V2H10V4A10,10 0 0,1 20,14H22V20H20V22H18V20H16V14H18A8,8 0 0,0 10,6V8H4V6H2V4M18,16V18H20V16H18M6,4V6H8V4H6Z\" /></svg></li><li title=\"vector rectangle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-vector-rectangle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,4H8V6H16V4H22V10H20V14H22V20H16V18H8V20H2V14H4V10H2V4M16,10V8H8V10H6V14H8V16H16V14H18V10H16M4,6V8H6V6H4M18,6V8H20V6H18M4,16V18H6V16H4M18,16V18H20V16H18Z\" /></svg></li><li title=\"vector selection \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-vector-selection\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,1H5V3H3V5H1V3A2,2 0 0,1 3,1M14,1A2,2 0 0,1 16,3V5H14V3H12V1H14M20,7A2,2 0 0,1 22,9V11H20V9H18V7H20M22,20A2,2 0 0,1 20,22H18V20H20V18H22V20M20,13H22V16H20V13M13,9V7H16V10H14V9H13M13,22V20H16V22H13M9,22A2,2 0 0,1 7,20V18H9V20H11V22H9M7,16V13H9V14H10V16H7M7,3V1H10V3H7M3,16A2,2 0 0,1 1,14V12H3V14H5V16H3M1,7H3V10H1V7M9,7H11V9H9V11H7V9A2,2 0 0,1 9,7M16,14A2,2 0 0,1 14,16H12V14H14V12H16V14Z\" /></svg></li><li title=\"vector square close \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-vector-square-close\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 4H6V6H4V4M6 20H4V18H6V20M18 8V16H16V18H8V16H6V8H8V2H2V8H4V16H2V22H8V20H16V22H22V16H20V8H22V2H16V8H18M20 20H18V18H20V20M18 6V4H20V6H18M14 6H10V4H14V6Z\" /></svg></li><li title=\"vector square edit \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-vector-square-edit\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.7 14.4L21.7 15.4L19.6 13.3L20.6 12.3C20.8 12.1 21.2 12.1 21.4 12.3L22.7 13.6C22.9 13.8 22.9 14.1 22.7 14.4M13 19.9L19.1 13.8L21.2 15.9L15.1 22H13V19.9M11 19.9V19.1L11.6 18.5L12.1 18H8V16H6V8H8V6H16V8H18V12.1L19.1 11L19.3 10.8C19.5 10.6 19.8 10.4 20.1 10.3V8H22.1V2H16.1V4H8V2H2V8H4V16H2V22H8V20L11 19.9M18 4H20V6H18V4M4 4H6V6H4V4M6 20H4V18H6V20Z\" /></svg></li><li title=\"vector square minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-vector-square-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 19C13 18.7 13 18.3 13.1 18H8V16H6V8H8V6H16V8H18V13.1C18.3 13 18.7 13 19 13C19.3 13 19.7 13 20 13.1V8H22V2H16V4H8V2H2V8H4V16H2V22H8V20H13.1C13 19.7 13 19.3 13 19M18 4H20V6H18V4M4 4H6V6H4V4M6 20H4V18H6V20M23 18V20H15V18H23Z\" /></svg></li><li title=\"vector square open \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-vector-square-open\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 4H6V6H4V4M6 20H4V18H6V20M18 8V16H16V18H8V16H6V8H8V2H2V8H4V16H2V22H8V20H16V22H22V16H20V8H22V2H16V8H18M20 20H18V18H20V20M18 6V4H20V6H18Z\" /></svg></li><li title=\"vector square plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-vector-square-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 19C13 18.7 13 18.3 13.1 18H8V16H6V8H8V6H16V8H18V13.1C18.3 13 18.7 13 19 13C19.3 13 19.7 13 20 13.1V8H22V2H16V4H8V2H2V8H4V16H2V22H8V20H13.1C13 19.7 13 19.3 13 19M18 4H20V6H18V4M4 4H6V6H4V4M6 20H4V18H6V20M20 15V18H23V20H20V23H18V20H15V18H18V15H20Z\" /></svg></li><li title=\"vector square remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-vector-square-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 19C13 18.7 13 18.3 13.1 18H8V16H6V8H8V6H16V8H18V13.1C18.3 13 18.7 13 19 13C19.3 13 19.7 13 20 13.1V8H22V2H16V4H8V2H2V8H4V16H2V22H8V20H13.1C13 19.7 13 19.3 13 19M18 4H20V6H18V4M4 4H6V6H4V4M6 20H4V18H6V20M22.5 16.9L20.4 19L22.5 21.1L21.1 22.5L19 20.4L16.9 22.5L15.5 21.1L17.6 19L15.5 16.9L16.9 15.5L19 17.6L21.1 15.5L22.5 16.9Z\" /></svg></li><li title=\"vector square \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-vector-square\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,2H8V4H16V2H22V8H20V16H22V22H16V20H8V22H2V16H4V8H2V2M16,8V6H8V8H6V16H8V18H16V16H18V8H16M4,4V6H6V4H4M18,4V6H20V4H18M4,18V20H6V18H4M18,18V20H20V18H18Z\" /></svg></li><li title=\"vector triangle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-vector-triangle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,3V9H9.73L5.79,16H2V22H8V20H16V22H22V16H18.21L14.27,9H15V3M11,5H13V7H11M12,9.04L16,16.15V18H8V16.15M4,18H6V20H4M18,18H20V20H18\" /></svg></li><li title=\"vector union \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-vector-union\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,1C1.89,1 1,1.89 1,3V14C1,15.11 1.89,16 3,16H7V20C7,21.11 7.89,22 9,22H20C21.11,22 22,21.11 22,20V9C22,7.89 21.11,7 20,7H16V3C16,1.89 15.11,1 14,1H3M3,3H14V9H20V20H9V14H3V3Z\" /></svg></li><li title=\"vhs \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-vhs\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,6A2,2 0 0,0 2,8V16A2,2 0 0,0 4,18H20A2,2 0 0,0 22,16V8A2,2 0 0,0 20,6H4M4.54,10H7V14H4.54C4.19,13.39 4,12.7 4,12C4,11.3 4.19,10.61 4.54,10M9,10H15V14H9V10M17,10H19.46C19.81,10.61 20,11.3 20,12C20,12.7 19.81,13.39 19.46,14H17V10Z\" /></svg></li><li title=\"vibrate off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-vibrate-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8.2,5L6.55,3.35C6.81,3.12 7.15,3 7.5,3H16.5A1.5,1.5 0 0,1 18,4.5V14.8L16,12.8V5H8.2M0,15H2V9H0V15M21,17V7H19V15.8L20.2,17H21M3,17H5V7H3V17M18,17.35L22.11,21.46L20.84,22.73L18,19.85C17.83,20.54 17.21,21 16.5,21H7.5A1.5,1.5 0 0,1 6,19.5V7.89L1.11,3L2.39,1.73L6.09,5.44L8,7.34L16,15.34L18,17.34V17.35M16,17.89L8,9.89V19H16V17.89M22,9V15H24V9H22Z\" /></svg></li><li title=\"vibrate \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-vibrate\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,19H8V5H16M16.5,3H7.5A1.5,1.5 0 0,0 6,4.5V19.5A1.5,1.5 0 0,0 7.5,21H16.5A1.5,1.5 0 0,0 18,19.5V4.5A1.5,1.5 0 0,0 16.5,3M19,17H21V7H19M22,9V15H24V9M3,17H5V7H3M0,15H2V9H0V15Z\" /></svg></li><li title=\"video 3d off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-video-3d-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2.61 2L21.35 20.74L19.94 22.15L14.8 17H13V15.2L11 13.23V15.21C10.93 15.68 10.74 16.08 10.41 16.41C10.08 16.73 9.68 16.93 9.21 17H5V15H9V13H6V11H8.8L6.79 9H5V7.23L1.2 3.41L2.61 2M16 7H16.22C17 7.07 17.63 7.36 18.14 7.88C18.65 8.39 18.93 9 19 9.76V14.24C18.95 14.63 18.87 15 18.72 15.3L17 13.6V9.85C16.95 9.63 16.84 9.44 16.69 9.28C16.53 9.13 16.34 9.03 16.12 9H15V11.59L13 9.57V7H16Z\" /></svg></li><li title=\"video 3d variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-video-3d-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,10V14A0.5,0.5 0 0,1 13.5,14.5H12.5V9.5H13.5A0.5,0.5 0 0,1 14,10M21,6.5V17.5L17,13.5V17A1,1 0 0,1 16,18H4A1,1 0 0,1 3,17V7A1,1 0 0,1 4,6H16A1,1 0 0,1 17,7V10.5M9.5,9.5A1.5,1.5 0 0,0 8,8H4.5V9.5H8V11.25H5.5V12.75H8V14.5H4.5V16H8A1.5,1.5 0 0,0 9.5,14.5M15.5,9.5A1.5,1.5 0 0,0 14,8H11V16H14A1.5,1.5 0 0,0 15.5,14.5\" /></svg></li><li title=\"video 3d \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-video-3d\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,7H9A2,2 0 0,1 11,9V15A2,2 0 0,1 9,17H5V15H9V13H6V11H9V9H5V7M13,7H16A3,3 0 0,1 19,10V14A3,3 0 0,1 16,17H13V7M16,15A1,1 0 0,0 17,14V10A1,1 0 0,0 16,9H15V15H16Z\" /></svg></li><li title=\"video 4k box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-video-4k-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3M12,13.5H11V15H9.5V13.5H6.5V9H8V12H9.5V9H11V12H12V13.5M18,15H16.2L14.4,12.8V15H13V9H14.5V11.2L16.2,9H18L15.8,12L18,15Z\" /></svg></li><li title=\"video account \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-video-account\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,10.5L21,6.5V17.5L17,13.5V17A1,1 0 0,1 16,18H4A1,1 0 0,1 3,17V7A1,1 0 0,1 4,6H16A1,1 0 0,1 17,7V10.5M14,16V15C14,13.67 11.33,13 10,13C8.67,13 6,13.67 6,15V16H14M10,8A2,2 0 0,0 8,10A2,2 0 0,0 10,12A2,2 0 0,0 12,10A2,2 0 0,0 10,8Z\" /></svg></li><li title=\"video box off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-video-box-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,8H6.73L14,15.27V16H6M2.27,1L1,2.27L3,4.28C2.41,4.62 2,5.26 2,6V18A2,2 0 0,0 4,20H18.73L20.73,22L22,20.73M20,4H7.82L11.82,8H14V10.18L14.57,10.75L18,8V14.18L22,18.17C22,18.11 22,18.06 22,18V6A2,2 0 0,0 20,4Z\" /></svg></li><li title=\"video box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-video-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18,16L14,12.8V16H6V8H14V11.2L18,8M20,4H4A2,2 0 0,0 2,6V18A2,2 0 0,0 4,20H20A2,2 0 0,0 22,18V6C22,4.89 21.1,4 20,4Z\" /></svg></li><li title=\"video check outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-video-check-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15 8V16H5V8H15M16 6H4C3.45 6 3 6.45 3 7V17C3 17.55 3.45 18 4 18H16C16.55 18 17 17.55 17 17V13.5L21 17.5V6.5L17 10.5V7C17 6.45 16.55 6 16 6M6.35 12.08L7.5 10.95L9 12.5L12.5 9L13.65 10.37L9 15L6.35 12.08Z\" /></svg></li><li title=\"video check \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-video-check\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17 10.5V7C17 6.45 16.55 6 16 6H4C3.45 6 3 6.45 3 7V17C3 17.55 3.45 18 4 18H16C16.55 18 17 17.55 17 17V13.5L21 17.5V6.5L17 10.5M8.93 15L6 11.8L7.24 10.56L8.93 12.26L12.76 8.43L14 9.93L8.93 15Z\" /></svg></li><li title=\"video high definition \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-video-high-definition\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14 10V14C14 14.3 13.8 14.5 13.5 14.5H12.5V9.5H13.5C13.8 9.5 14 9.7 14 10M17 10.5V7C17 6.4 16.6 6 16 6H4C3.4 6 3 6.4 3 7V17C3 17.6 3.4 18 4 18H16C16.6 18 17 17.6 17 17V13.5L21 17.5V6.5L17 10.5M9.5 16H8V12.8H6V16H4.5V8H6V11.2H8V8H9.5V16M15.5 14.5C15.5 15.3 14.8 16 14 16H11V8H14C14.8 8 15.5 8.7 15.5 9.5V14.5Z\" /></svg></li><li title=\"video image \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-video-image\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,10.5L21,6.5V17.5L17,13.5V17A1,1 0 0,1 16,18H4A1,1 0 0,1 3,17V7A1,1 0 0,1 4,6H16A1,1 0 0,1 17,7V10.5M10.91,9.55L9.2,11.82L10.5,13.55L9.77,14.09L7.73,11.36L5,15H15L10.91,9.55Z\" /></svg></li><li title=\"video input antenna \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-video-input-antenna\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,5A7,7 0 0,0 5,12H7A5,5 0 0,1 12,7A5,5 0 0,1 17,12H19A7,7 0 0,0 12,5M13,14.29C13.88,13.9 14.5,13.03 14.5,12A2.5,2.5 0 0,0 12,9.5A2.5,2.5 0 0,0 9.5,12C9.5,13 10.12,13.9 11,14.29V17.59L7.59,21L9,22.41L12,19.41L15,22.41L16.41,21L13,17.59V14.29M12,1A11,11 0 0,0 1,12H3A9,9 0 0,1 12,3A9,9 0 0,1 21,12H23A11,11 0 0,0 12,1Z\" /></svg></li><li title=\"video input component \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-video-input-component\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,2A1,1 0 0,0 4,1A1,1 0 0,0 3,2V6H1V12H7V6H5V2M9,16C9,17.3 9.84,18.4 11,18.82V23H13V18.82C14.16,18.41 15,17.31 15,16V14H9V16M1,16C1,17.3 1.84,18.4 3,18.82V23H5V18.82C6.16,18.4 7,17.3 7,16V14H1V16M21,6V2A1,1 0 0,0 20,1A1,1 0 0,0 19,2V6H17V12H23V6H21M13,2A1,1 0 0,0 12,1A1,1 0 0,0 11,2V6H9V12H15V6H13V2M17,16C17,17.3 17.84,18.4 19,18.82V23H21V18.82C22.16,18.41 23,17.31 23,16V14H17V16Z\" /></svg></li><li title=\"video input hdmi \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-video-input-hdmi\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18,7V4A2,2 0 0,0 16,2H8A2,2 0 0,0 6,4V7H5V13L8,19V22H16V19L19,13V7H18M8,4H16V7H14V5H13V7H11V5H10V7H8V4Z\" /></svg></li><li title=\"video input scart \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-video-input-scart\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.6 2.2L17.3 2.4L13.8 4.4L13.3 3.5L2 10V17H3V19C3 20.1 3.9 21 5 21H15C16.1 21 17 20.1 17 19V17H18V10H17L16.8 9.6L20.3 7.6L22.1 4.8L20.6 2.2M15 17V19H5V17H15Z\" /></svg></li><li title=\"video input svideo \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-video-input-svideo\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8,11.5A1.5,1.5 0 0,0 6.5,10A1.5,1.5 0 0,0 5,11.5A1.5,1.5 0 0,0 6.5,13A1.5,1.5 0 0,0 8,11.5M15,6.5A1.5,1.5 0 0,0 13.5,5H10.5A1.5,1.5 0 0,0 9,6.5A1.5,1.5 0 0,0 10.5,8H13.5A1.5,1.5 0 0,0 15,6.5M8.5,15A1.5,1.5 0 0,0 7,16.5A1.5,1.5 0 0,0 8.5,18A1.5,1.5 0 0,0 10,16.5A1.5,1.5 0 0,0 8.5,15M12,1A11,11 0 0,0 1,12A11,11 0 0,0 12,23A11,11 0 0,0 23,12A11,11 0 0,0 12,1M12,21C7.04,21 3,16.96 3,12C3,7.04 7.04,3 12,3C16.96,3 21,7.04 21,12C21,16.96 16.96,21 12,21M17.5,10A1.5,1.5 0 0,0 16,11.5A1.5,1.5 0 0,0 17.5,13A1.5,1.5 0 0,0 19,11.5A1.5,1.5 0 0,0 17.5,10M15.5,15A1.5,1.5 0 0,0 14,16.5A1.5,1.5 0 0,0 15.5,18A1.5,1.5 0 0,0 17,16.5A1.5,1.5 0 0,0 15.5,15Z\" /></svg></li><li title=\"video marker outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-video-marker-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5.5 16.8C4.8 16.8 4.3 16.2 4.3 15.6C4.3 14.9 4.9 14.4 5.5 14.4S6.7 15 6.7 15.6C6.8 16.2 6.2 16.8 5.5 16.8M5.5 12C3.6 12 2 13.6 2 15.5C2 18.1 5.5 22 5.5 22S9 18.1 9 15.5C9 13.6 7.4 12 5.5 12M4 6C3.4 6 3 6.4 3 7V10.6C3.6 10.3 4.3 10.1 5 10V8H15V16H11C10.9 16.7 10.8 17.4 10.5 18H16C16.6 18 17 17.6 17 17V13.5L21 17.5V6.5L17 10.5V7C17 6.4 16.6 6 16 6H4Z\" /></svg></li><li title=\"video marker \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-video-marker\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5.5 16.8C4.8 16.8 4.3 16.2 4.3 15.6C4.3 14.9 4.9 14.4 5.5 14.4S6.7 15 6.7 15.6C6.8 16.2 6.2 16.8 5.5 16.8M5.5 12C3.6 12 2 13.6 2 15.5C2 18.1 5.5 22 5.5 22S9 18.1 9 15.5C9 13.6 7.4 12 5.5 12M4 6C3.4 6 3 6.4 3 7V10.6C3.8 10.2 4.6 10 5.5 10C8.5 10 11 12.5 11 15.5C11 16.4 10.8 17.2 10.5 18H16C16.6 18 17 17.6 17 17V13.5L21 17.5V6.5L17 10.5V7C17 6.4 16.6 6 16 6H4Z\" /></svg></li><li title=\"video minus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-video-minus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15 8V16H5V8H15M16 6H4C3.45 6 3 6.45 3 7V17C3 17.55 3.45 18 4 18H16C16.55 18 17 17.55 17 17V13.5L21 17.5V6.5L17 10.5V7C17 6.45 16.55 6 16 6M13 13H7V11H13V13Z\" /></svg></li><li title=\"video minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-video-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,10.5V7A1,1 0 0,0 16,6H4A1,1 0 0,0 3,7V17A1,1 0 0,0 4,18H16A1,1 0 0,0 17,17V13.5L21,17.5V6.5L17,10.5M14,13H6V11H14V13Z\" /></svg></li><li title=\"video off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-video-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3.41,1.86L2,3.27L4.73,6H4A1,1 0 0,0 3,7V17A1,1 0 0,0 4,18H16C16.21,18 16.39,17.92 16.55,17.82L19.73,21L21.14,19.59L12.28,10.73L3.41,1.86M5,16V8H6.73L14.73,16H5M15,8V10.61L21,16.61V6.5L17,10.5V7A1,1 0 0,0 16,6H10.39L12.39,8H15Z\" /></svg></li><li title=\"video off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-video-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3.27,2L2,3.27L4.73,6H4A1,1 0 0,0 3,7V17A1,1 0 0,0 4,18H16C16.2,18 16.39,17.92 16.54,17.82L19.73,21L21,19.73M21,6.5L17,10.5V7A1,1 0 0,0 16,6H9.82L21,17.18V6.5Z\" /></svg></li><li title=\"video outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-video-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,8V16H5V8H15M16,6H4A1,1 0 0,0 3,7V17A1,1 0 0,0 4,18H16A1,1 0 0,0 17,17V13.5L21,17.5V6.5L17,10.5V7A1,1 0 0,0 16,6Z\" /></svg></li><li title=\"video plus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-video-plus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15 8V16H5V8H15M16 6H4C3.45 6 3 6.45 3 7V17C3 17.55 3.45 18 4 18H16C16.55 18 17 17.55 17 17V13.5L21 17.5V6.5L17 10.5V7C17 6.45 16.55 6 16 6M13 13H11V15H9V13H7V11H9V9H11V11H13V13Z\" /></svg></li><li title=\"video plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-video-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,10.5V7A1,1 0 0,0 16,6H4A1,1 0 0,0 3,7V17A1,1 0 0,0 4,18H16A1,1 0 0,0 17,17V13.5L21,17.5V6.5L17,10.5M14,13H11V16H9V13H6V11H9V8H11V11H14V13Z\" /></svg></li><li title=\"video stabilization \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-video-stabilization\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,4H20A2,2 0 0,1 22,6V18A2,2 0 0,1 20,20H4A2,2 0 0,1 2,18V6A2,2 0 0,1 4,4M4,6V18H20V6H4M7.24,6.58L18.83,9.69L16.76,17.42L5.17,14.31L7.24,6.58Z\" /></svg></li><li title=\"video switch outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-video-switch-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8 13H12V15L15 12L12 9V11H8V9L5 12L8 15V13M18 9.5V6C18 5.4 17.5 5 17 5H3C2.5 5 2 5.4 2 6V18C2 18.5 2.5 19 3 19H17C17.5 19 18 18.5 18 18V14.5L22 18.5V5.5L18 9.5M16 17H4V7H16V17Z\" /></svg></li><li title=\"video switch \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-video-switch\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,15.5V13H7V15.5L3.5,12L7,8.5V11H13V8.5L16.5,12M18,9.5V6A1,1 0 0,0 17,5H3A1,1 0 0,0 2,6V18A1,1 0 0,0 3,19H17A1,1 0 0,0 18,18V14.5L22,18.5V5.5L18,9.5Z\" /></svg></li><li title=\"video vintage \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-video-vintage\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18,14.5V11A1,1 0 0,0 17,10H16C18.24,8.39 18.76,5.27 17.15,3C15.54,0.78 12.42,0.26 10.17,1.87C9.5,2.35 8.96,3 8.6,3.73C6.25,2.28 3.17,3 1.72,5.37C0.28,7.72 1,10.8 3.36,12.25C3.57,12.37 3.78,12.5 4,12.58V21A1,1 0 0,0 5,22H17A1,1 0 0,0 18,21V17.5L22,21.5V10.5L18,14.5M13,4A2,2 0 0,1 15,6A2,2 0 0,1 13,8A2,2 0 0,1 11,6A2,2 0 0,1 13,4M6,6A2,2 0 0,1 8,8A2,2 0 0,1 6,10A2,2 0 0,1 4,8A2,2 0 0,1 6,6Z\" /></svg></li><li title=\"video wireless outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-video-wireless-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,12V20H5V12H15M16,10H4A1,1 0 0,0 3,11V21A1,1 0 0,0 4,22H16A1,1 0 0,0 17,21V17.5L21,21.5V10.5L17,14.5V11A1,1 0 0,0 16,10M3,3.86L4.4,5.24C7.5,2.19 12.5,2.19 15.6,5.24L17,3.86C13.14,0.05 6.87,0.05 3,3.86M5.8,6.63L7.2,8C8.75,6.5 11.25,6.5 12.8,8L14.2,6.63C11.88,4.34 8.12,4.34 5.8,6.63Z\" /></svg></li><li title=\"video wireless \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-video-wireless\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,14.5V11A1,1 0 0,0 16,10H4A1,1 0 0,0 3,11V21A1,1 0 0,0 4,22H16A1,1 0 0,0 17,21V17.5L21,21.5V10.5M3,3.86L4.4,5.24C7.5,2.19 12.5,2.19 15.6,5.24L17,3.86C13.14,0.05 6.87,0.05 3,3.86M5.8,6.62L7.2,8C8.75,6.5 11.25,6.5 12.8,8L14.2,6.62C11.88,4.34 8.12,4.34 5.8,6.62Z\" /></svg></li><li title=\"video \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-video\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17,10.5V7A1,1 0 0,0 16,6H4A1,1 0 0,0 3,7V17A1,1 0 0,0 4,18H16A1,1 0 0,0 17,17V13.5L21,17.5V6.5L17,10.5Z\" /></svg></li><li title=\"view agenda outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-view-agenda-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 13H3A1 1 0 0 0 2 14V20A1 1 0 0 0 3 21H21A1 1 0 0 0 22 20V14A1 1 0 0 0 21 13M20 19H4V15H20M21 3H3A1 1 0 0 0 2 4V10A1 1 0 0 0 3 11H21A1 1 0 0 0 22 10V4A1 1 0 0 0 21 3M20 9H4V5H20Z\" /></svg></li><li title=\"view agenda \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-view-agenda\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 3H3C2.4 3 2 3.4 2 4V10C2 10.6 2.4 11 3 11H21C21.6 11 22 10.6 22 10V4C22 3.4 21.6 3 21 3M21 13H3C2.4 13 2 13.4 2 14V20C2 20.6 2.4 21 3 21H21C21.6 21 22 20.6 22 20V14C22 13.4 21.6 13 21 13Z\" /></svg></li><li title=\"view array outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-view-array-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15 7V16H10V7H15M21 5H18V18H21V5M17 5H8V18H17V5M7 5H4V18H7V5Z\" /></svg></li><li title=\"view array \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-view-array\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8,18H17V5H8M18,5V18H21V5M4,18H7V5H4V18Z\" /></svg></li><li title=\"view carousel outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-view-carousel-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2 6H6V17H2V6M7 19H17V4H7V19M9 6H15V17H9V6M18 6H22V17H18V6Z\" /></svg></li><li title=\"view carousel \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-view-carousel\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18,6V17H22V6M2,17H6V6H2M7,19H17V4H7V19Z\" /></svg></li><li title=\"view column outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-view-column-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 5V18H21V5H4M14 7V16H11V7H14M6 7H9V16H6V7M19 16H16V7H19V16Z\" /></svg></li><li title=\"view column \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-view-column\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,5V18H21V5M4,18H9V5H4M10,18H15V5H10V18Z\" /></svg></li><li title=\"view comfy outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-view-comfy-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 5V19H22V5H3M20 9H17.75V7H20V9M9.25 11H11.5V13H9.25V11M7.25 13H5V11H7.25V13M11.5 9H9.25V7H11.5V9M13.5 7H15.75V9H13.5V7M11.5 15V17H9.25V15H11.5M13.5 15H15.75V17H13.5V15M13.5 13V11H15.75V13H13.5M17.75 11H20V13H17.75V11M7.25 7V9H5V7H7.25M5 15H7.25V17H5V15M17.75 17V15H20V17H17.75Z\" /></svg></li><li title=\"view comfy \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-view-comfy\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,9H7V5H3V9M3,14H7V10H3V14M8,14H12V10H8V14M13,14H17V10H13V14M8,9H12V5H8V9M13,5V9H17V5H13M18,14H22V10H18V14M3,19H7V15H3V19M8,19H12V15H8V19M13,19H17V15H13V19M18,19H22V15H18V19M18,5V9H22V5H18Z\" /></svg></li><li title=\"view compact outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-view-compact-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,5V19H22V5H3M5,7H20V11H5V7M5,17V13H9V17H5M11,17V13H20V17H11Z\" /></svg></li><li title=\"view compact \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-view-compact\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,19H9V12H3V19M10,19H22V12H10V19M3,5V11H22V5H3Z\" /></svg></li><li title=\"view dashboard edit outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-view-dashboard-edit-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 13.1C20.9 13.1 20.7 13.2 20.6 13.3L19.6 14.3L21.7 16.4L22.7 15.4C22.9 15.2 22.9 14.8 22.7 14.6L21.4 13.3C21.3 13.2 21.2 13.1 21 13.1M19.1 14.9L13 20.9V23H15.1L21.2 16.9L19.1 14.9M21 3H13V9H21V3M19 7H15V5H19V7M13 18.06V11H21V11.1C20.24 11.1 19.57 11.5 19.19 11.89L18.07 13H15V16.07L13 18.06M11 3H3V13H11V3M9 11H5V5H9V11M11 20.06V15H3V21H11V20.06M9 19H5V17H9V19Z\" /></svg></li><li title=\"view dashboard edit \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-view-dashboard-edit\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 13.1C20.9 13.1 20.7 13.2 20.6 13.3L19.6 14.3L21.7 16.4L22.7 15.4C22.9 15.2 22.9 14.8 22.7 14.6L21.4 13.3C21.3 13.2 21.2 13.1 21 13.1M19.1 14.9L13 20.9V23H15.1L21.2 16.9L19.1 14.9M21 9H13V3H21V9M13 18.06V11H21V11.1C20.24 11.1 19.57 11.5 19.19 11.89L13 18.06M11 13H3V3H11V13M11 21H3V15H11V21Z\" /></svg></li><li title=\"view dashboard outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-view-dashboard-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,5V7H15V5H19M9,5V11H5V5H9M19,13V19H15V13H19M9,17V19H5V17H9M21,3H13V9H21V3M11,3H3V13H11V3M21,11H13V21H21V11M11,15H3V21H11V15Z\" /></svg></li><li title=\"view dashboard variant outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-view-dashboard-variant-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2 5V19H22V5H2M20 12H16V7H20V12M14 10H10V7H14V10M10 12H14V17H10V12M4 7H8V17H4V7M16 17V14H20V17H16Z\" /></svg></li><li title=\"view dashboard variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-view-dashboard-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,5V19H8V5H2M9,5V10H15V5H9M16,5V14H22V5H16M9,11V19H15V11H9M16,15V19H22V15H16Z\" /></svg></li><li title=\"view dashboard \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-view-dashboard\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,3V9H21V3M13,21H21V11H13M3,21H11V15H3M3,13H11V3H3V13Z\" /></svg></li><li title=\"view day outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-view-day-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 18H2V20H21V18M19 10V14H4V10H19M20 8H3C2.45 8 2 8.45 2 9V15C2 15.55 2.45 16 3 16H20C20.55 16 21 15.55 21 15V9C21 8.45 20.55 8 20 8M21 4H2V6H21V4Z\" /></svg></li><li title=\"view day \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-view-day\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,3V6H21V3M20,8H3A1,1 0 0,0 2,9V15A1,1 0 0,0 3,16H20A1,1 0 0,0 21,15V9A1,1 0 0,0 20,8M2,21H21V18H2V21Z\" /></svg></li><li title=\"view gallery outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-view-gallery-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M1 3V21H23V3H1M21 5V14H3V5H21M11 16V19H8V16H11M3 16H6V19H3V16M13 19V16H16V19H13M18 19V16H21V19H18Z\" /></svg></li><li title=\"view gallery \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-view-gallery\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 3H2V16H21V3M2 17H6V21H2V17M7 17H11V21H7V17M12 17H16V21H12V17M17 17H21V21H17V17Z\" /></svg></li><li title=\"view grid outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-view-grid-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 11H11V3H3M5 5H9V9H5M13 21H21V13H13M15 15H19V19H15M3 21H11V13H3M5 15H9V19H5M13 3V11H21V3M19 9H15V5H19Z\" /></svg></li><li title=\"view grid plus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-view-grid-plus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 21H11V13H3M5 15H9V19H5M3 11H11V3H3M5 5H9V9H5M13 3V11H21V3M19 9H15V5H19M18 16H21V18H18V21H16V18H13V16H16V13H18Z\" /></svg></li><li title=\"view grid plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-view-grid-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 3V11H21V3H13M3 21H11V13H3V21M3 3V11H11V3H3M13 16H16V13H18V16H21V18H18V21H16V18H13V16Z\" /></svg></li><li title=\"view grid \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-view-grid\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,11H11V3H3M3,21H11V13H3M13,21H21V13H13M13,3V11H21V3\" /></svg></li><li title=\"view headline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-view-headline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,5V7H21V5M4,11H21V9H4M4,19H21V17H4M4,15H21V13H4V15Z\" /></svg></li><li title=\"view list outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-view-list-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 5V19H20V5H3M7 7V9H5V7H7M5 13V11H7V13H5M5 15H7V17H5V15M18 17H9V15H18V17M18 13H9V11H18V13M18 9H9V7H18V9Z\" /></svg></li><li title=\"view list \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-view-list\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,5V9H21V5M9,19H21V15H9M9,14H21V10H9M4,9H8V5H4M4,19H8V15H4M4,14H8V10H4V14Z\" /></svg></li><li title=\"view module outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-view-module-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 5V18H21V5H4M14 7V10.5H11V7H14M6 7H9V10.5H6V7M6 16V12.5H9V16H6M11 16V12.5H14V16H11M19 16H16V12.5H19V16M16 10.5V7H19V10.5H16Z\" /></svg></li><li title=\"view module \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-view-module\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,5V11H21V5M10,11H15V5H10M16,18H21V12H16M10,18H15V12H10M4,18H9V12H4M4,11H9V5H4V11Z\" /></svg></li><li title=\"view parallel outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-view-parallel-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 3H5V21H19V3M17 19H15V5H17V19M13 19H11V5H13V19M7 5H9V19H7V5Z\" /></svg></li><li title=\"view parallel \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-view-parallel\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 3V21H15V3H19M14 3V21H10V3H14M9 3V21H5V3H9Z\" /></svg></li><li title=\"view quilt outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-view-quilt-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 5V18H21V5H4M6 16V7H9V16H6M11 16V12.5H14V16H11M19 16H16V12.5H19V16M11 10.5V7H19V10.5H11Z\" /></svg></li><li title=\"view quilt \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-view-quilt\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,5V11H21V5M16,18H21V12H16M4,18H9V5H4M10,18H15V12H10V18Z\" /></svg></li><li title=\"view sequential outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-view-sequential-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 5V19H21V5H3M19 7V9H5V7H19M19 11V13H5V11H19M5 17V15H19V17H5Z\" /></svg></li><li title=\"view sequential \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-view-sequential\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 5H21V9H3V5M3 10H21V14H3V10M3 15H21V19H3V15Z\" /></svg></li><li title=\"view split horizontal \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-view-split-horizontal\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,5H21V7H3V5M3,11V9H21V11H3M3,19V13H21V19H3Z\" /></svg></li><li title=\"view split vertical \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-view-split-vertical\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,5H21V19H13V5M3,5H11V7H3V5M3,11V9H11V11H3M3,19V17H11V19H3M3,15V13H11V15H3Z\" /></svg></li><li title=\"view stream outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-view-stream-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 6V18H21V6H4M19 16H6V13H19V16M6 11V8H19V11H6Z\" /></svg></li><li title=\"view stream \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-view-stream\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,5V11H21V5M4,18H21V12H4V18Z\" /></svg></li><li title=\"view week outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-view-week-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 4H3C2.45 4 2 4.45 2 5V19C2 19.55 2.45 20 3 20H21C21.55 20 22 19.55 22 19V5C22 4.45 21.55 4 21 4M8 18H4V6H8V18M14 18H10V6H14V18M20 18H16V6H20V18Z\" /></svg></li><li title=\"view week \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-view-week\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,5H10A1,1 0 0,0 9,6V18A1,1 0 0,0 10,19H13A1,1 0 0,0 14,18V6A1,1 0 0,0 13,5M20,5H17A1,1 0 0,0 16,6V18A1,1 0 0,0 17,19H20A1,1 0 0,0 21,18V6A1,1 0 0,0 20,5M6,5H3A1,1 0 0,0 2,6V18A1,1 0 0,0 3,19H6A1,1 0 0,0 7,18V6A1,1 0 0,0 6,5Z\" /></svg></li><li title=\"vimeo \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-vimeo\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,7.42C21.91,9.37 20.55,12.04 17.92,15.44C15.2,19 12.9,20.75 11,20.75C9.85,20.75 8.86,19.67 8.05,17.5C7.5,15.54 7,13.56 6.44,11.58C5.84,9.42 5.2,8.34 4.5,8.34C4.36,8.34 3.84,8.66 2.94,9.29L2,8.07C3,7.2 3.96,6.33 4.92,5.46C6.24,4.32 7.23,3.72 7.88,3.66C9.44,3.5 10.4,4.58 10.76,6.86C11.15,9.33 11.42,10.86 11.57,11.46C12,13.5 12.5,14.5 13.05,14.5C13.47,14.5 14.1,13.86 14.94,12.53C15.78,11.21 16.23,10.2 16.29,9.5C16.41,8.36 15.96,7.79 14.94,7.79C14.46,7.79 13.97,7.9 13.46,8.12C14.44,4.89 16.32,3.32 19.09,3.41C21.15,3.47 22.12,4.81 22,7.42Z\" /></svg></li><li title=\"violin \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-violin\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,2A1,1 0 0,0 10,3V5L10,9A0.5,0.5 0 0,0 10.5,9.5H12A0.5,0.5 0 0,1 12.5,10A0.5,0.5 0 0,1 12,10.5H10.5C9.73,10.5 9,9.77 9,9V5.16C7.27,5.6 6,7.13 6,9V10.5A2.5,2.5 0 0,1 8.5,13A2.5,2.5 0 0,1 6,15.5V17C6,19.77 8.23,22 11,22H13C15.77,22 18,19.77 18,17V15.5A2.5,2.5 0 0,1 15.5,13A2.5,2.5 0 0,1 18,10.5V9C18,6.78 16.22,5 14,5V3A1,1 0 0,0 13,2H11M10.75,16.5H13.25L12.75,20H11.25L10.75,16.5Z\" /></svg></li><li title=\"virtual reality \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-virtual-reality\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,3C3.89,3 3,3.9 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3H5M6,9H7.5L8.5,12.43L9.5,9H11L9.25,15H7.75L6,9M13,9H16.5C17.35,9 18,9.65 18,10.5V11.5C18,12.1 17.6,12.65 17.1,12.9L18,15H16.5L15.65,13H14.5V15H13V9M14.5,10.5V11.5H16.5V10.5H14.5Z\" /></svg></li><li title=\"virus off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-virus-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23 13C23 13.97 22.22 14.75 21.25 14.75C20.66 14.75 20.13 14.45 19.82 14H18.71C18.6 14.38 18.45 14.73 18.28 15.08L16.73 13.53C16.89 13.05 17 12.54 17 12C17 9.24 14.76 7 12 7C11.46 7 10.95 7.11 10.47 7.27L8.92 5.72C9.57 5.41 10.26 5.19 11 5.08V3.68C10.55 3.37 10.25 2.84 10.25 2.25C10.25 1.28 11.03 .5 12 .5S13.75 1.28 13.75 2.25C13.75 2.84 13.45 3.37 13 3.68V5.08C14.19 5.25 15.27 5.71 16.19 6.4L17.53 5.06C17.43 4.5 17.59 3.93 18 3.5C18.35 3.17 18.8 3 19.25 3S20.15 3.17 20.5 3.5C21.17 4.2 21.17 5.31 20.5 6C20.15 6.33 19.7 6.5 19.25 6.5C19.15 6.5 19.05 6.5 18.94 6.47L17.6 7.81C18.5 9 19 10.43 19 12H19.82C20.13 11.55 20.66 11.25 21.25 11.25C22.22 11.25 23 12.03 23 13M22.11 21.46L20.84 22.73L20.1 22C19.7 21.95 19.31 21.79 19 21.5C18.7 21.19 18.54 20.8 18.5 20.4L15.9 17.79C15.57 18 15.22 18.23 14.85 18.39C15.21 18.68 15.46 19.12 15.5 19.62C15.57 20.58 14.85 21.42 13.88 21.5H13.75C12.84 21.5 12.08 20.8 12 19.88C12 19.56 12.05 19.26 12.18 19H12C11.07 19 10.19 18.82 9.38 18.5L8.31 20.47C8.56 20.96 8.57 21.56 8.29 22.08C7.97 22.67 7.37 23 6.75 23C6.47 23 6.18 22.93 5.92 22.79C5.07 22.33 4.75 21.27 5.21 20.42C5.5 19.89 6 19.58 6.55 19.5L7.65 17.5C6.95 16.92 6.35 16.22 5.9 15.43L4.39 15.84C4.21 16.36 3.78 16.78 3.21 16.94C3.05 17 2.9 17 2.75 17C2 17 1.27 16.5 1.06 15.71C.809 14.77 1.36 13.81 2.29 13.56C2.44 13.5 2.6 13.5 2.75 13.5C3.16 13.5 3.56 13.65 3.87 13.91L5.18 13.56C5.07 13.06 5 12.54 5 12C4.64 11.92 4.29 11.77 4 11.5C3.33 10.8 3.33 9.7 4 9C4.35 8.67 4.8 8.5 5.25 8.5C5.46 8.5 5.67 8.54 5.87 8.62C5.97 8.44 6.09 8.27 6.2 8.09L1.11 3L2.39 1.73L22.11 21.46M14.45 16.34L7.66 9.55C7.25 10.28 7 11.11 7 12C7 14.76 9.24 17 12 17C12.9 17 13.73 16.75 14.45 16.34M7.19 2.75C6.84 2.26 6.3 2 5.75 2C5.59 2 5.43 2.03 5.27 2.07L7.42 4.22C7.56 3.73 7.5 3.19 7.19 2.75Z\" /></svg></li><li title=\"virus off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-virus-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.42 4.22L5.28 2.08C5.97 1.88 6.75 2.12 7.19 2.75C7.5 3.19 7.56 3.73 7.42 4.22M21.25 11.25C20.66 11.25 20.13 11.55 19.82 12H19C19 10.43 18.5 9 17.6 7.81L18.94 6.47C19.5 6.57 20.07 6.41 20.5 6C21.17 5.31 21.17 4.2 20.5 3.5C19.81 2.83 18.7 2.83 18 3.5C17.59 3.93 17.43 4.5 17.53 5.06L16.19 6.4C15.27 5.71 14.19 5.25 13 5.08V3.68C13.45 3.37 13.75 2.84 13.75 2.25C13.75 1.28 12.97 .5 12 .5S10.25 1.28 10.25 2.25C10.25 2.84 10.55 3.37 11 3.68V5.08C10.26 5.19 9.57 5.41 8.92 5.72L18.28 15.08C18.45 14.73 18.6 14.38 18.71 14H19.82C20.13 14.45 20.66 14.75 21.25 14.75C22.22 14.75 23 13.97 23 13S22.22 11.25 21.25 11.25M22.11 21.46L20.84 22.73L20.1 22C19.7 21.96 19.31 21.8 19 21.5C18.7 21.19 18.54 20.8 18.5 20.4L15.9 17.79C15.57 18 15.22 18.23 14.85 18.39C15.21 18.68 15.46 19.12 15.5 19.62C15.57 20.58 14.84 21.43 13.88 21.5S12.08 20.85 12 19.88C12 19.56 12.05 19.26 12.18 19H12C11.07 19 10.19 18.82 9.38 18.5L8.31 20.47C8.56 20.96 8.57 21.56 8.29 22.08C7.83 22.93 6.77 23.25 5.92 22.79C5.07 22.33 4.75 21.27 5.21 20.42C5.5 19.89 6 19.58 6.55 19.5L7.65 17.5C6.95 16.92 6.35 16.22 5.9 15.43L4.39 15.84C4.21 16.36 3.78 16.78 3.21 16.94C2.28 17.19 1.31 16.64 1.06 15.71C.808 14.77 1.36 13.81 2.29 13.56C2.87 13.41 3.45 13.56 3.87 13.91L5.18 13.56C5.07 13.06 5 12.54 5 12C4.64 11.93 4.29 11.77 4 11.5C3.33 10.8 3.33 9.7 4 9C4.5 8.5 5.25 8.38 5.87 8.62C5.97 8.44 6.09 8.27 6.2 8.09L1.11 3L2.39 1.73L22.11 21.46Z\" /></svg></li><li title=\"virus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-virus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 .5C11.03 .5 10.25 1.28 10.25 2.25C10.25 2.84 10.55 3.37 11 3.68V5.08C10.1 5.21 9.26 5.5 8.5 5.94L7.39 4.35C7.58 3.83 7.53 3.23 7.19 2.75C6.84 2.26 6.3 2 5.75 2C5.4 2 5.05 2.1 4.75 2.32C3.96 2.87 3.76 3.96 4.32 4.75C4.66 5.24 5.2 5.5 5.75 5.5L6.93 7.18C6.5 7.61 6.16 8.09 5.87 8.62C5.67 8.54 5.46 8.5 5.25 8.5C4.8 8.5 4.35 8.67 4 9C3.33 9.7 3.33 10.8 4 11.5C4.29 11.77 4.64 11.92 5 12L5 12C5 12.54 5.07 13.06 5.18 13.56L3.87 13.91C3.56 13.65 3.16 13.5 2.75 13.5C2.6 13.5 2.44 13.5 2.29 13.56C1.36 13.81 .809 14.77 1.06 15.71C1.27 16.5 2 17 2.75 17C2.9 17 3.05 17 3.21 16.94C3.78 16.78 4.21 16.36 4.39 15.84L5.9 15.43C6.35 16.22 6.95 16.92 7.65 17.5L6.55 19.5C6 19.58 5.5 19.89 5.21 20.42C4.75 21.27 5.07 22.33 5.92 22.79C6.18 22.93 6.47 23 6.75 23C7.37 23 7.97 22.67 8.29 22.08C8.57 21.56 8.56 20.96 8.31 20.47L9.38 18.5C10.19 18.82 11.07 19 12 19C12.06 19 12.12 19 12.18 19C12.05 19.26 12 19.56 12 19.88C12.08 20.8 12.84 21.5 13.75 21.5C13.79 21.5 13.84 21.5 13.88 21.5C14.85 21.42 15.57 20.58 15.5 19.62C15.46 19.12 15.21 18.68 14.85 18.39C15.32 18.18 15.77 17.91 16.19 17.6L18.53 19.94C18.43 20.5 18.59 21.07 19 21.5C19.35 21.83 19.8 22 20.25 22S21.15 21.83 21.5 21.5C22.17 20.8 22.17 19.7 21.5 19C21.15 18.67 20.7 18.5 20.25 18.5C20.15 18.5 20.05 18.5 19.94 18.53L17.6 16.19C18.09 15.54 18.47 14.8 18.71 14H19.82C20.13 14.45 20.66 14.75 21.25 14.75C22.22 14.75 23 13.97 23 13S22.22 11.25 21.25 11.25C20.66 11.25 20.13 11.55 19.82 12H19C19 10.43 18.5 9 17.6 7.81L18.94 6.47C19.05 6.5 19.15 6.5 19.25 6.5C19.7 6.5 20.15 6.33 20.5 6C21.17 5.31 21.17 4.2 20.5 3.5C20.15 3.17 19.7 3 19.25 3S18.35 3.17 18 3.5C17.59 3.93 17.43 4.5 17.53 5.06L16.19 6.4C15.27 5.71 14.19 5.25 13 5.08V3.68C13.45 3.37 13.75 2.84 13.75 2.25C13.75 1.28 12.97 .5 12 .5M12 17C9.24 17 7 14.76 7 12S9.24 7 12 7 17 9.24 17 12 14.76 17 12 17M10.5 9C9.67 9 9 9.67 9 10.5S9.67 12 10.5 12 12 11.33 12 10.5 11.33 9 10.5 9M14 13C13.45 13 13 13.45 13 14C13 14.55 13.45 15 14 15C14.55 15 15 14.55 15 14C15 13.45 14.55 13 14 13Z\" /></svg></li><li title=\"virus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-virus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.82 14C20.13 14.45 20.66 14.75 21.25 14.75C22.22 14.75 23 13.97 23 13S22.22 11.25 21.25 11.25C20.66 11.25 20.13 11.55 19.82 12H19C19 10.43 18.5 9 17.6 7.81L18.94 6.47C19.5 6.57 20.07 6.41 20.5 6C21.17 5.31 21.17 4.2 20.5 3.5C19.81 2.83 18.7 2.83 18 3.5C17.59 3.93 17.43 4.5 17.53 5.06L16.19 6.4C15.27 5.71 14.19 5.25 13 5.08V3.68C13.45 3.37 13.75 2.84 13.75 2.25C13.75 1.28 12.97 .5 12 .5S10.25 1.28 10.25 2.25C10.25 2.84 10.55 3.37 11 3.68V5.08C10.1 5.21 9.26 5.5 8.5 5.94L7.39 4.35C7.58 3.83 7.53 3.23 7.19 2.75C6.63 1.96 5.54 1.76 4.75 2.32C3.96 2.87 3.76 3.96 4.32 4.75C4.66 5.24 5.2 5.5 5.75 5.5L6.93 7.18C6.5 7.61 6.16 8.09 5.87 8.62C5.25 8.38 4.5 8.5 4 9C3.33 9.7 3.33 10.8 4 11.5C4.29 11.77 4.64 11.93 5 12L5 12C5 12.54 5.07 13.06 5.18 13.56L3.87 13.91C3.45 13.56 2.87 13.41 2.29 13.56C1.36 13.81 .808 14.77 1.06 15.71C1.31 16.64 2.28 17.19 3.21 16.94C3.78 16.78 4.21 16.36 4.39 15.84L5.9 15.43C6.35 16.22 6.95 16.92 7.65 17.5L6.55 19.5C6 19.58 5.5 19.89 5.21 20.42C4.75 21.27 5.07 22.33 5.92 22.79C6.77 23.25 7.83 22.93 8.29 22.08C8.57 21.56 8.56 20.96 8.31 20.47L9.38 18.5C10.19 18.82 11.07 19 12 19C12.06 19 12.12 19 12.18 19C12.05 19.26 12 19.56 12 19.88C12.08 20.85 12.92 21.57 13.88 21.5S15.57 20.58 15.5 19.62C15.46 19.12 15.21 18.68 14.85 18.39C15.32 18.18 15.77 17.91 16.19 17.6L18.53 19.94C18.43 20.5 18.59 21.07 19 21.5C19.7 22.17 20.8 22.17 21.5 21.5S22.17 19.7 21.5 19C21.07 18.59 20.5 18.43 19.94 18.53L17.6 16.19C18.09 15.54 18.47 14.8 18.71 14H19.82M10.5 12C9.67 12 9 11.33 9 10.5S9.67 9 10.5 9 12 9.67 12 10.5 11.33 12 10.5 12M14 15C13.45 15 13 14.55 13 14C13 13.45 13.45 13 14 13S15 13.45 15 14C15 14.55 14.55 15 14 15Z\" /></svg></li><li title=\"vlc \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-vlc\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,1C11.58,1 11.19,1.23 11,1.75L9.88,4.88C10.36,5.4 11.28,5.5 12,5.5C12.72,5.5 13.64,5.4 14.13,4.88L13,1.75C12.82,1.25 12.42,1 12,1M8.44,8.91L7,12.91C8.07,14.27 10.26,14.5 12,14.5C13.74,14.5 15.93,14.27 17,12.91L15.56,8.91C14.76,9.83 13.24,10 12,10C10.76,10 9.24,9.83 8.44,8.91M5.44,15C4.62,15 3.76,15.65 3.53,16.44L2.06,21.56C1.84,22.35 2.3,23 3.13,23H20.88C21.7,23 22.16,22.35 21.94,21.56L20.47,16.44C20.24,15.65 19.38,15 18.56,15H17.75L18.09,15.97C18.21,16.29 18.29,16.69 18.09,16.97C16.84,18.7 14.14,19 12,19C9.86,19 7.16,18.7 5.91,16.97C5.71,16.69 5.79,16.29 5.91,15.97L6.25,15H5.44Z\" /></svg></li><li title=\"voicemail \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-voicemail\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.5,15A3.5,3.5 0 0,1 15,11.5A3.5,3.5 0 0,1 18.5,8A3.5,3.5 0 0,1 22,11.5A3.5,3.5 0 0,1 18.5,15M5.5,15A3.5,3.5 0 0,1 2,11.5A3.5,3.5 0 0,1 5.5,8A3.5,3.5 0 0,1 9,11.5A3.5,3.5 0 0,1 5.5,15M18.5,6A5.5,5.5 0 0,0 13,11.5C13,12.83 13.47,14.05 14.26,15H9.74C10.53,14.05 11,12.83 11,11.5A5.5,5.5 0 0,0 5.5,6A5.5,5.5 0 0,0 0,11.5A5.5,5.5 0 0,0 5.5,17H18.5A5.5,5.5 0 0,0 24,11.5A5.5,5.5 0 0,0 18.5,6Z\" /></svg></li><li title=\"volleyball \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-volleyball\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.04 4.85C17.34 3.2 15.33 2.25 13 2V5.62L22 10.8C21.72 8.5 20.73 6.5 19.04 4.85M12 22C15.44 22 18.16 20.62 20.17 17.86L17.06 16L8.07 21.2C9.32 21.73 10.64 22 12 22M13 11.41L21.15 16.07C21.59 15.13 21.88 14.14 22 13.11L13 7.93V11.41M3.88 17.81C4.54 18.72 5.26 19.46 6.05 20L15.04 14.9L12 13.15L3.88 17.81M11.04 2C10 2.09 9 2.36 8 2.8V13.15L11.04 11.41V2M2 12C2 13.39 2.3 14.77 2.89 16.12L6 14.28V4C3.33 6 2 8.65 2 12Z\" /></svg></li><li title=\"volume high \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-volume-high\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,3.23V5.29C16.89,6.15 19,8.83 19,12C19,15.17 16.89,17.84 14,18.7V20.77C18,19.86 21,16.28 21,12C21,7.72 18,4.14 14,3.23M16.5,12C16.5,10.23 15.5,8.71 14,7.97V16C15.5,15.29 16.5,13.76 16.5,12M3,9V15H7L12,20V4L7,9H3Z\" /></svg></li><li title=\"volume low \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-volume-low\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7,9V15H11L16,20V4L11,9H7Z\" /></svg></li><li title=\"volume medium \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-volume-medium\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,9V15H9L14,20V4L9,9M18.5,12C18.5,10.23 17.5,8.71 16,7.97V16C17.5,15.29 18.5,13.76 18.5,12Z\" /></svg></li><li title=\"volume minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-volume-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,9H7L12,4V20L7,15H3V9M14,11H22V13H14V11Z\" /></svg></li><li title=\"volume mute \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-volume-mute\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,9H7L12,4V20L7,15H3V9M16.59,12L14,9.41L15.41,8L18,10.59L20.59,8L22,9.41L19.41,12L22,14.59L20.59,16L18,13.41L15.41,16L14,14.59L16.59,12Z\" /></svg></li><li title=\"volume off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-volume-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,4L9.91,6.09L12,8.18M4.27,3L3,4.27L7.73,9H3V15H7L12,20V13.27L16.25,17.53C15.58,18.04 14.83,18.46 14,18.7V20.77C15.38,20.45 16.63,19.82 17.68,18.96L19.73,21L21,19.73L12,10.73M19,12C19,12.94 18.8,13.82 18.46,14.64L19.97,16.15C20.62,14.91 21,13.5 21,12C21,7.72 18,4.14 14,3.23V5.29C16.89,6.15 19,8.83 19,12M16.5,12C16.5,10.23 15.5,8.71 14,7.97V10.18L16.45,12.63C16.5,12.43 16.5,12.21 16.5,12Z\" /></svg></li><li title=\"volume plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-volume-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,9H7L12,4V20L7,15H3V9M14,11H17V8H19V11H22V13H19V16H17V13H14V11Z\" /></svg></li><li title=\"volume source \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-volume-source\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 9V15H7L12 20V4L7 9H3M16 15H14V9H16V15M20 19H18V5H20V19Z\" /></svg></li><li title=\"volume variant off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-volume-variant-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5.64,3.64L21.36,19.36L19.95,20.78L16,16.83V20L11,15H7V9H8.17L4.22,5.05L5.64,3.64M16,4V11.17L12.41,7.58L16,4Z\" /></svg></li><li title=\"volume vibrate \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-volume-vibrate\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 9V15H8L13 20V4L8 9H4M16.55 2.47L15.5 3.53L17.93 6L15 9L17.93 12L15 15L17.93 18L15.5 20.47L16.55 21.53L20 18L17.07 15L20 12L17.07 9L20 6L16.55 2.47Z\" /></svg></li><li title=\"vote outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-vote-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18,13L21,16V20C21,21.11 20.1,22 19,22H5C3.89,22 3,21.1 3,20V16L6,13H6.83L8.83,15H6.78L5,17H19L17.23,15H15.32L17.32,13H18M19,20V19H5V20H19M11.34,15L6.39,10.07C6,9.68 6,9.05 6.39,8.66L12.76,2.29C13.15,1.9 13.78,1.9 14.16,2.3L19.11,7.25C19.5,7.64 19.5,8.27 19.11,8.66L12.75,15C12.36,15.41 11.73,15.41 11.34,15M13.46,4.41L8.5,9.36L12.05,12.9L17,7.95L13.46,4.41Z\" /></svg></li><li title=\"vote \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-vote\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18,13H17.32L15.32,15H17.23L19,17H5L6.78,15H8.83L6.83,13H6L3,16V20A2,2 0 0,0 5,22H19A2,2 0 0,0 21,20V16L18,13M17,7.95L12.05,12.9L8.5,9.36L13.46,4.41L17,7.95M12.76,2.29L6.39,8.66C6,9.05 6,9.68 6.39,10.07L11.34,15C11.73,15.41 12.36,15.41 12.75,15L19.11,8.66C19.5,8.27 19.5,7.64 19.11,7.25L14.16,2.3C13.78,1.9 13.15,1.9 12.76,2.29Z\" /></svg></li><li title=\"vpn \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-vpn\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,5H15L12,8L9,5M10.5,14.66C10.2,15 10,15.5 10,16A2,2 0 0,0 12,18A2,2 0 0,0 14,16C14,15.45 13.78,14.95 13.41,14.59L14.83,13.17C15.55,13.9 16,14.9 16,16A4,4 0 0,1 12,20A4,4 0 0,1 8,16C8,14.93 8.42,13.96 9.1,13.25L9.09,13.24L16.17,6.17V6.17C16.89,5.45 17.89,5 19,5A4,4 0 0,1 23,9A4,4 0 0,1 19,13C17.9,13 16.9,12.55 16.17,11.83L17.59,10.41C17.95,10.78 18.45,11 19,11A2,2 0 0,0 21,9A2,2 0 0,0 19,7C18.45,7 17.95,7.22 17.59,7.59L10.5,14.66M6.41,7.59C6.05,7.22 5.55,7 5,7A2,2 0 0,0 3,9A2,2 0 0,0 5,11C5.55,11 6.05,10.78 6.41,10.41L7.83,11.83C7.1,12.55 6.1,13 5,13A4,4 0 0,1 1,9A4,4 0 0,1 5,5C6.11,5 7.11,5.45 7.83,6.17V6.17L10.59,8.93L9.17,10.35L6.41,7.59Z\" /></svg></li><li title=\"vuejs \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-vuejs\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,3H5.5L12,15L18.5,3H22L12,21L2,3M6.5,3H9.5L12,7.58L14.5,3H17.5L12,13.08L6.5,3Z\" /></svg></li><li title=\"vuetify \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-vuetify\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,11.64L7.92,2H16.08L12,11.64M12,21.95L3.27,4.91H7.84L12,14.47L16.16,4.91H20.73L12,21.95Z\" /></svg></li><li title=\"walk \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-walk\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.12,10H19V8.2H15.38L13.38,4.87C13.08,4.37 12.54,4.03 11.92,4.03C11.74,4.03 11.58,4.06 11.42,4.11L6,5.8V11H7.8V7.33L9.91,6.67L6,22H7.8L10.67,13.89L13,17V22H14.8V15.59L12.31,11.05L13.04,8.18M14,3.8C15,3.8 15.8,3 15.8,2C15.8,1 15,0.2 14,0.2C13,0.2 12.2,1 12.2,2C12.2,3 13,3.8 14,3.8Z\" /></svg></li><li title=\"wall fire \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wall-fire\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.14 15.34L22.12 15.35C22.35 15.63 22.55 15.94 22.7 16.27L22.79 16.46C23.5 18.15 23 20.1 21.69 21.32C20.5 22.41 18.84 22.7 17.3 22.5C15.84 22.32 14.5 21.4 13.73 20.13C13.5 19.74 13.3 19.3 13.2 18.85C13.07 18.5 13.03 18.12 13 17.75C12.91 16.15 13.55 14.45 14.76 13.45C14.21 14.66 14.34 16.17 15.15 17.22L15.26 17.35C15.4 17.47 15.57 17.5 15.73 17.44C15.88 17.38 16 17.23 16 17.07L15.93 16.83C15.05 14.5 15.79 11.8 17.66 10.27C18.17 9.85 18.8 9.47 19.46 9.3C18.78 10.66 19 12.44 20.09 13.5C20.55 14 21.11 14.29 21.58 14.73L22.14 15.34M19.86 20L19.85 19.97C20.3 19.58 20.55 18.91 20.53 18.31L20.5 18C20.3 17 19.43 16.66 18.87 15.93L18.44 15.15C18.22 15.65 18.2 16.12 18.29 16.66C18.39 17.23 18.61 17.72 18.5 18.31C18.34 18.96 17.83 19.61 16.94 19.82C17.44 20.31 18.25 20.7 19.06 20.42C19.32 20.35 19.65 20.16 19.86 20M3 16H11.06L11 17C11 18.41 11.36 19.73 12 20.88V21H3V16M2 10H8V15H2V10M9 10H15V10.07C13.17 11.13 11.79 12.9 11.25 15H9V10M3 4H11V9H3V4M12 4H21V9H12V4Z\" /></svg></li><li title=\"wall sconce flat outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wall-sconce-flat-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5 5V11H19V5H5M17 9H7V7H17V9M5.27 13.32L3.5 15.09L4.91 16.5L6.68 14.73L5.27 13.32M18.73 13.32L17.32 14.73L19.09 16.5L20.5 15.09L18.73 13.32M11 16V19H13V16H11Z\" /></svg></li><li title=\"wall sconce flat variant outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wall-sconce-flat-variant-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5 13V19H19V13H5M17 17H7V15H17V17M18.73 10.68L20.5 8.91L19.09 7.5L17.32 9.27L18.73 10.68M5.27 10.68L6.68 9.27L4.91 7.5L3.5 8.91L5.27 10.68M13 8V5H11V8H13Z\" /></svg></li><li title=\"wall sconce flat variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wall-sconce-flat-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 19V13H5V19H19M18.73 10.68L20.5 8.91L19.09 7.5L17.32 9.27L18.73 10.68M5.27 10.68L6.68 9.27L4.91 7.5L3.5 8.91L5.27 10.68M13 8V5H11V8H13Z\" /></svg></li><li title=\"wall sconce flat \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wall-sconce-flat\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,5V11H19V5H5M5.27,13.32L3.5,15.09L4.91,16.5L6.68,14.73L5.27,13.32M18.73,13.32L17.32,14.73L19.09,16.5L20.5,15.09L18.73,13.32M11,16V19H13V16H11Z\" /></svg></li><li title=\"wall sconce outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wall-sconce-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.7 6L15.92 11H10.08L12.3 6H13.7M15 4H11L7 13H19L15 4M4 14V22H6V19H14V14H12V17H6V14H4Z\" /></svg></li><li title=\"wall sconce round outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wall-sconce-round-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 19V16H11V19H13M19.09 16.5L20.5 15.09L18.73 13.32L17.32 14.73L19.09 16.5M4.91 16.5L6.68 14.73L5.27 13.32L3.5 15.09L4.91 16.5M12 6C13.04 6 14.08 6.28 15 6.81C16.26 7.5 17.19 8.67 17.66 10H6.34C6.81 8.67 7.74 7.5 9 6.81C9.92 6.28 10.96 6 12 6M12 4C10.63 4 9.25 4.36 8 5.07C5.5 6.5 4 9.14 4 12H20C20 9.14 18.5 6.5 16 5.07C14.75 4.36 13.38 4 12 4Z\" /></svg></li><li title=\"wall sconce round variant outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wall-sconce-round-variant-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11 5V8H13V5H11M4.91 7.5L3.5 8.91L5.27 10.68L6.68 9.27L4.91 7.5M19.09 7.5L17.32 9.27L18.73 10.68L20.5 8.91L19.09 7.5M17.66 14C17.19 15.33 16.26 16.5 15 17.19C14.08 17.72 13.04 18 12 18S9.92 17.72 9 17.19C7.74 16.5 6.81 15.33 6.34 14H17.66M20 12H4C4 14.86 5.5 17.5 8 18.93C9.25 19.65 10.63 20 12 20S14.75 19.65 16 18.93C18.5 17.5 20 14.86 20 12Z\" /></svg></li><li title=\"wall sconce round variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wall-sconce-round-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11 5V8H13V5H11M4.91 7.5L3.5 8.91L5.27 10.68L6.68 9.27L4.91 7.5M19.09 7.5L17.32 9.27L18.73 10.68L20.5 8.91L19.09 7.5M4 12C4 14.86 5.5 17.5 8 18.93S13.5 20.36 16 18.93 20 14.86 20 12H4Z\" /></svg></li><li title=\"wall sconce round \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wall-sconce-round\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 19V16H11V19H13M19.09 16.5L20.5 15.09L18.73 13.32L17.32 14.73L19.09 16.5M4.91 16.5L6.68 14.73L5.27 13.32L3.5 15.09L4.91 16.5M20 12C20 9.14 18.5 6.5 16 5.07S10.5 3.64 8 5.07 4 9.14 4 12H20Z\" /></svg></li><li title=\"wall sconce \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wall-sconce\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11,4L7,13H19L15,4H11M4,14V22H6V19H14V14H12V17H6V14H4Z\" /></svg></li><li title=\"wall \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wall\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,16H12V21H3V16M2,10H8V15H2V10M9,10H15V15H9V10M16,10H22V15H16V10M13,16H21V21H13V16M3,4H11V9H3V4M12,4H21V9H12V4Z\" /></svg></li><li title=\"wallet giftcard \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wallet-giftcard\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,14H4V8H9.08L7,10.83L8.62,12L11,8.76L12,7.4L13,8.76L15.38,12L17,10.83L14.92,8H20M20,19H4V17H20M9,4A1,1 0 0,1 10,5A1,1 0 0,1 9,6A1,1 0 0,1 8,5A1,1 0 0,1 9,4M15,4A1,1 0 0,1 16,5A1,1 0 0,1 15,6A1,1 0 0,1 14,5A1,1 0 0,1 15,4M20,6H17.82C17.93,5.69 18,5.35 18,5A3,3 0 0,0 15,2C13.95,2 13.04,2.54 12.5,3.35L12,4L11.5,3.34C10.96,2.54 10.05,2 9,2A3,3 0 0,0 6,5C6,5.35 6.07,5.69 6.18,6H4C2.89,6 2,6.89 2,8V19C2,20.11 2.89,21 4,21H20C21.11,21 22,20.11 22,19V8C22,6.89 21.11,6 20,6Z\" /></svg></li><li title=\"wallet membership \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wallet-membership\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,10H4V4H20M20,15H4V13H20M20,2H4C2.89,2 2,2.89 2,4V15C2,16.11 2.89,17 4,17H8V22L12,20L16,22V17H20C21.11,17 22,16.11 22,15V4C22,2.89 21.11,2 20,2Z\" /></svg></li><li title=\"wallet outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wallet-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5,3C3.89,3 3,3.9 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V16.72C21.59,16.37 22,15.74 22,15V9C22,8.26 21.59,7.63 21,7.28V5A2,2 0 0,0 19,3H5M5,5H19V7H13A2,2 0 0,0 11,9V15A2,2 0 0,0 13,17H19V19H5V5M13,9H20V15H13V9M16,10.5A1.5,1.5 0 0,0 14.5,12A1.5,1.5 0 0,0 16,13.5A1.5,1.5 0 0,0 17.5,12A1.5,1.5 0 0,0 16,10.5Z\" /></svg></li><li title=\"wallet plus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wallet-plus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 0V3H0V5H3V8H5V5H8V3H5V0H3M10 3V5H19V7H13C11.9 7 11 7.9 11 9V15C11 16.1 11.9 17 13 17H19V19H5V10H3V19C3 20.1 3.89 21 5 21H19C20.1 21 21 20.1 21 19V16.72C21.59 16.37 22 15.74 22 15V9C22 8.26 21.59 7.63 21 7.28V5C21 3.9 20.1 3 19 3H10M13 9H20V15H13V9M16 10.5A1.5 1.5 0 0 0 14.5 12A1.5 1.5 0 0 0 16 13.5A1.5 1.5 0 0 0 17.5 12A1.5 1.5 0 0 0 16 10.5Z\" /></svg></li><li title=\"wallet plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wallet-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 0V3H0V5H3V8H5V5H8V3H5V0H3M9 3V6H6V9H3V19C3 20.1 3.89 21 5 21H19C20.11 21 21 20.11 21 19V18H12C10.9 18 10 17.11 10 16V8C10 6.9 10.89 6 12 6H21V5C21 3.9 20.11 3 19 3H9M12 8V16H22V8H12M16 10.5C16.83 10.5 17.5 11.17 17.5 12C17.5 12.83 16.83 13.5 16 13.5C15.17 13.5 14.5 12.83 14.5 12C14.5 11.17 15.17 10.5 16 10.5Z\" /></svg></li><li title=\"wallet travel \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wallet-travel\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,14H4V8H7V10H9V8H15V10H17V8H20M20,19H4V17H20M9,4H15V6H9M20,6H17V4C17,2.89 16.11,2 15,2H9C7.89,2 7,2.89 7,4V6H4C2.89,6 2,6.89 2,8V19C2,20.11 2.89,21 4,21H20C21.11,21 22,20.11 22,19V8C22,6.89 21.11,6 20,6Z\" /></svg></li><li title=\"wallet \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wallet\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,18V19A2,2 0 0,1 19,21H5C3.89,21 3,20.1 3,19V5A2,2 0 0,1 5,3H19A2,2 0 0,1 21,5V6H12C10.89,6 10,6.9 10,8V16A2,2 0 0,0 12,18M12,16H22V8H12M16,13.5A1.5,1.5 0 0,1 14.5,12A1.5,1.5 0 0,1 16,10.5A1.5,1.5 0 0,1 17.5,12A1.5,1.5 0 0,1 16,13.5Z\" /></svg></li><li title=\"wallpaper \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wallpaper\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,4H11V2H4A2,2 0 0,0 2,4V11H4V4M10,13L6,18H18L15,14L12.97,16.71L10,13M17,8.5A1.5,1.5 0 0,0 15.5,7A1.5,1.5 0 0,0 14,8.5A1.5,1.5 0 0,0 15.5,10A1.5,1.5 0 0,0 17,8.5M20,2H13V4H20V11H22V4A2,2 0 0,0 20,2M20,20H13V22H20A2,2 0 0,0 22,20V13H20V20M4,13H2V20A2,2 0 0,0 4,22H11V20H4V13Z\" /></svg></li><li title=\"wan \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wan\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A8,8 0 0,0 4,10C4,14.03 7,17.42 11,17.93V19H10A1,1 0 0,0 9,20H2V22H9A1,1 0 0,0 10,23H14A1,1 0 0,0 15,22H22V20H15A1,1 0 0,0 14,19H13V17.93C17,17.43 20,14.03 20,10A8,8 0 0,0 12,2M12,4C12,4 12.74,5.28 13.26,7H10.74C11.26,5.28 12,4 12,4M9.77,4.43C9.5,4.93 9.09,5.84 8.74,7H6.81C7.5,5.84 8.5,4.93 9.77,4.43M14.23,4.44C15.5,4.94 16.5,5.84 17.19,7H15.26C14.91,5.84 14.5,4.93 14.23,4.44M6.09,9H8.32C8.28,9.33 8.25,9.66 8.25,10C8.25,10.34 8.28,10.67 8.32,11H6.09C6.03,10.67 6,10.34 6,10C6,9.66 6.03,9.33 6.09,9M10.32,9H13.68C13.72,9.33 13.75,9.66 13.75,10C13.75,10.34 13.72,10.67 13.68,11H10.32C10.28,10.67 10.25,10.34 10.25,10C10.25,9.66 10.28,9.33 10.32,9M15.68,9H17.91C17.97,9.33 18,9.66 18,10C18,10.34 17.97,10.67 17.91,11H15.68C15.72,10.67 15.75,10.34 15.75,10C15.75,9.66 15.72,9.33 15.68,9M6.81,13H8.74C9.09,14.16 9.5,15.07 9.77,15.56C8.5,15.06 7.5,14.16 6.81,13M10.74,13H13.26C12.74,14.72 12,16 12,16C12,16 11.26,14.72 10.74,13M15.26,13H17.19C16.5,14.16 15.5,15.07 14.23,15.57C14.5,15.07 14.91,14.16 15.26,13Z\" /></svg></li><li title=\"wardrobe outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wardrobe-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6 2C4.89 2 4 2.9 4 4V19C4 20.11 4.89 21 6 21V22H8V21H16V22H18V21C19.11 21 20 20.11 20 19V4C20 2.9 19.11 2 18 2H6M6 4H11V19H6V4M13 4H18V19H13V4M8 10V13H10V10H8M14 10V13H16V10H14Z\" /></svg></li><li title=\"wardrobe \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wardrobe\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 4V19C4 20.1 4.9 21 6 21V22H8V21H11.5V2H6C4.9 2 4 2.9 4 4M8 10H10V13H8V10M18 2H12.5V21H16V22H18V21C19.1 21 20 20.1 20 19V4C20 2.9 19.1 2 18 2M16 13H14V10H16V13Z\" /></svg></li><li title=\"warehouse \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-warehouse\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6 19H8V21H6V19M12 3L2 8V21H4V13H20V21H22V8L12 3M8 11H4V9H8V11M14 11H10V9H14V11M20 11H16V9H20V11M6 15H8V17H6V15M10 15H12V17H10V15M10 19H12V21H10V19M14 19H16V21H14V19Z\" /></svg></li><li title=\"washing machine alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-washing-machine-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12.83 11.17C14.39 12.73 14.39 15.27 12.83 16.83S8.73 18.39 7.17 16.83L12.83 11.17M4 2H16C17.11 2 18 2.9 18 4V20C18 21.11 17.11 22 16 22H4C2.9 22 2 21.11 2 20V4C2 2.9 2.9 2 4 2M5 4C4.45 4 4 4.45 4 5S4.45 6 5 6 6 5.55 6 5 5.55 4 5 4M8 4C7.45 4 7 4.45 7 5S7.45 6 8 6 9 5.55 9 5 8.55 4 8 4M10 8C6.69 8 4 10.69 4 14S6.69 20 10 20 16 17.31 16 14 13.31 8 10 8M20 15H22V17H20V15M20 7H22V13H20V7Z\" /></svg></li><li title=\"washing machine off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-washing-machine-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.11 21.46L2.39 1.73L1.11 3L4 5.89V20C4 21.11 4.89 22 6 22H18C18.58 22 19.1 21.75 19.46 21.35L20.84 22.73L22.11 21.46M12 20C8.69 20 6 17.31 6 14C6 12.32 6.7 10.8 7.82 9.71L12.06 13.95L9.17 16.83C10.73 18.39 13.27 18.39 14.83 16.83C14.85 16.81 14.86 16.79 14.88 16.77L16.29 18.18C15.2 19.3 13.69 20 12 20M11.25 8.05C11.5 8 11.75 8 12 8C15.31 8 18 10.69 18 14C18 14.25 18 14.5 17.95 14.75L20 16.8V4C20 2.9 19.11 2 18 2H6C5.76 2 5.54 2.05 5.33 2.13L11.25 8.05M10 4C10.55 4 11 4.45 11 5S10.55 6 10 6 9 5.55 9 5 9.45 4 10 4Z\" /></svg></li><li title=\"washing machine \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-washing-machine\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.83,11.17C16.39,12.73 16.39,15.27 14.83,16.83C13.27,18.39 10.73,18.39 9.17,16.83L14.83,11.17M6,2H18A2,2 0 0,1 20,4V20A2,2 0 0,1 18,22H6A2,2 0 0,1 4,20V4A2,2 0 0,1 6,2M7,4A1,1 0 0,0 6,5A1,1 0 0,0 7,6A1,1 0 0,0 8,5A1,1 0 0,0 7,4M10,4A1,1 0 0,0 9,5A1,1 0 0,0 10,6A1,1 0 0,0 11,5A1,1 0 0,0 10,4M12,8A6,6 0 0,0 6,14A6,6 0 0,0 12,20A6,6 0 0,0 18,14A6,6 0 0,0 12,8Z\" /></svg></li><li title=\"watch export variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-watch-export-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,11H19L16.5,8.5L17.92,7.08L22.84,12L17.92,16.92L16.5,15.5L19,13H14V11M8,0H16L16.83,5H17C17.28,5 17.54,5.06 17.78,5.16L15.94,7H7V17H15.94L17.78,18.84C17.54,18.94 17.28,19 17,19H16.83L16,24H8L7.17,19H7A2,2 0 0,1 5,17V7C5,5.89 5.9,5 7,5H7.17L8,0Z\" /></svg></li><li title=\"watch export \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-watch-export\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,11H19L16.5,8.5L17.92,7.08L22.84,12L17.92,16.92L16.5,15.5L19,13H14V11M12,18A6,6 0 0,1 6,12A6,6 0 0,1 12,6C13.4,6 14.69,6.5 15.71,7.29L17.13,5.87L16.95,5.73L16,0H8L7.05,5.73C5.19,7.19 4,9.46 4,12C4,14.55 5.19,16.81 7.05,18.27L8,24H16L16.95,18.27L17.13,18.13L15.71,16.71C14.69,17.5 13.4,18 12,18Z\" /></svg></li><li title=\"watch import variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-watch-import-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M1,11H6L3.5,8.5L4.92,7.08L9.84,12L4.92,16.92L3.5,15.5L6,13H1V11M8,0H16L16.83,5H17A2,2 0 0,1 19,7V17C19,18.11 18.1,19 17,19H16.83L16,24H8L7.17,19H7C6.46,19 6,18.79 5.62,18.44L7.06,17H17V7H7.06L5.62,5.56C6,5.21 6.46,5 7,5H7.17L8,0Z\" /></svg></li><li title=\"watch import \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-watch-import\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2,11H7L4.5,8.5L5.92,7.08L10.84,12L5.92,16.92L4.5,15.5L7,13H2V11M12,18A6,6 0 0,0 18,12A6,6 0 0,0 12,6C10.6,6 9.31,6.5 8.29,7.29L6.87,5.87L7.05,5.73L8,0H16L16.95,5.73C18.81,7.19 20,9.45 20,12C20,14.54 18.81,16.81 16.95,18.27L16,24H8L7.05,18.27L6.87,18.13L8.29,16.71C9.31,17.5 10.6,18 12,18Z\" /></svg></li><li title=\"watch variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-watch-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8,0L7.17,5H7A2,2 0 0,0 5,7V17C5,18.11 5.9,19 7,19H7.17L8,24H16L16.83,19H17A2,2 0 0,0 19,17V7C19,5.89 18.1,5 17,5H16.83L16,0H8M7,7H17V17H7V7Z\" /></svg></li><li title=\"watch vibrate off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-watch-vibrate-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M0,9H2V15H0V9M12,7.5C14.47,7.5 16.47,9.53 16.46,12C16.45,12.38 16.4,12.76 16.3,13.13L17.5,14.31C17.81,13.58 18,12.8 18,12C18,10.17 17.16,8.44 15.72,7.31L15,3H9L8.59,5.39L10.86,7.66C11.23,7.55 11.61,7.5 12,7.5M21,17V7H19V15.8L20.2,17H21M16.5,15.86L22.11,21.46L20.84,22.73L15.55,17.44L15,21H9L8.27,16.72C5.85,14.82 5.27,11.4 6.91,8.8L1.11,3L2.39,1.73L8.09,7.44L9.17,8.5L15.44,14.79L16.5,15.86M14.05,15.94L8.05,9.94C7.7,10.57 7.5,11.28 7.5,12C7.5,14.47 9.53,16.47 12,16.46C12.72,16.46 13.42,16.28 14.05,15.94M22,9V15H24V9H22M3,17H5V7H3V17Z\" /></svg></li><li title=\"watch vibrate \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-watch-vibrate\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,17V7H5V17H3M19,17V7H21V17H19M22,9H24V15H22V9M0,15V9H2V15H0M17.96,11.97C17.96,13.87 17.07,15.57 15.68,16.67L14.97,20.95H9L8.27,16.67C6.88,15.57 6,13.87 6,11.97C6,10.07 6.88,8.37 8.27,7.28L9,3H14.97L15.68,7.28C17.07,8.37 17.96,10.07 17.96,11.97M7.5,11.97C7.5,14.45 9.5,16.46 11.97,16.46A4.5,4.5 0 0,0 16.46,11.97C16.46,9.5 14.45,7.5 11.97,7.5A4.47,4.47 0 0,0 7.5,11.97Z\" /></svg></li><li title=\"watch \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-watch\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,12A6,6 0 0,1 12,6A6,6 0 0,1 18,12A6,6 0 0,1 12,18A6,6 0 0,1 6,12M20,12C20,9.45 18.81,7.19 16.95,5.73L16,0H8L7.05,5.73C5.19,7.19 4,9.45 4,12C4,14.54 5.19,16.81 7.05,18.27L8,24H16L16.95,18.27C18.81,16.81 20,14.54 20,12Z\" /></svg></li><li title=\"water alert outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-water-alert-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10 3.25C10 3.25 4 10 4 14C4 17.31 6.69 20 10 20S16 17.31 16 14C16 10 10 3.25 10 3.25M10 18C7.79 18 6 16.21 6 14C6 12.23 8 8.96 10 6.39C12 8.95 14 12.23 14 14C14 16.21 12.21 18 10 18M20 7V13H18V7H20M18 17H20V15H18V17Z\" /></svg></li><li title=\"water alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-water-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10 3.25C10 3.25 16 10 16 14C16 17.31 13.31 20 10 20S4 17.31 4 14C4 10 10 3.25 10 3.25M20 7V13H18V7H20M18 17H20V15H18V17Z\" /></svg></li><li title=\"water boiler alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-water-boiler-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6 2C4.89 2 4 2.89 4 4V16C4 17.11 4.89 18 6 18H7V20H4V22H7C8.11 22 9 21.11 9 20V18H11V20C11 21.11 11.89 22 13 22H16V20H13V18H14C15.11 18 16 17.11 16 16V4C16 2.89 15.11 2 14 2H6M10 4.97C11.11 4.97 12 5.87 12 6.97S11.11 8.97 10 8.97C8.9 8.97 8 8.07 8 6.97C8 5.87 8.9 4.97 10 4.97M8 14.5H12V16H8V14.5M18 15H20V17H18V15M18 7H20V13H18V7Z\" /></svg></li><li title=\"water boiler off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-water-boiler-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10 6.82L6.25 3.05C6.59 2.42 7.24 2 8 2H16C17.11 2 18 2.89 18 4V14.8L12.16 8.96C13.19 8.87 14 8 14 6.97C14 5.87 13.11 4.97 12 4.97C10.95 4.97 10.1 5.78 10 6.82M15 18V20H18V22H15C13.89 22 13 21.11 13 20V18H11V20C11 21.11 10.11 22 9 22H6V20H9V18H8C6.89 18 6 17.11 6 16V7.89L1.11 3L2.39 1.73L22.11 21.46L20.84 22.73L16.1 18C16.06 18 16.03 18 16 18H15M14 16V15.89L12.61 14.5H10V16H14Z\" /></svg></li><li title=\"water boiler \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-water-boiler\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8 2C6.89 2 6 2.89 6 4V16C6 17.11 6.89 18 8 18H9V20H6V22H9C10.11 22 11 21.11 11 20V18H13V20C13 21.11 13.89 22 15 22H18V20H15V18H16C17.11 18 18 17.11 18 16V4C18 2.89 17.11 2 16 2H8M12 4.97A2 2 0 0 1 14 6.97A2 2 0 0 1 12 8.97A2 2 0 0 1 10 6.97A2 2 0 0 1 12 4.97M10 14.5H14V16H10V14.5Z\" /></svg></li><li title=\"water check outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-water-check-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.75 16.25L17 21L14.25 18L15.41 16.84L17 18.43L20.59 14.84L21.75 16.25M8 14C8 12.23 10 8.96 12 6.39C13.5 8.33 15 10.67 15.67 12.47C16.27 12.21 16.93 12.06 17.62 12C16.31 8.1 12 3.25 12 3.25S6 10 6 14C6 17.31 8.69 20 12 20C12.12 20 12.23 20 12.34 20C12.12 19.36 12 18.7 12 18C9.79 18 8 16.21 8 14Z\" /></svg></li><li title=\"water check \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-water-check\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21.75 16.25L17 21L14.25 18L15.41 16.84L17 18.43L20.59 14.84L21.75 16.25M17.62 12C16.31 8.1 12 3.25 12 3.25S6 10 6 14C6 17.31 8.69 20 12 20H12.34C12.12 19.36 12 18.7 12 18C12 14.82 14.5 12.22 17.62 12Z\" /></svg></li><li title=\"water circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-water-circle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2C6.5 2 2 6.5 2 12S6.5 22 12 22 22 17.5 22 12 17.5 2 12 2M12 19C9.24 19 7 16.76 7 14C7 10.67 12 5.04 12 5.04S17 10.67 17 14C17 16.76 14.76 19 12 19Z\" /></svg></li><li title=\"water minus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-water-minus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 17V19H14V17H22M8 14C8 12.23 10 8.96 12 6.39C13.5 8.33 15 10.67 15.67 12.47C16.27 12.21 16.93 12.06 17.62 12C16.31 8.1 12 3.25 12 3.25S6 10 6 14C6 17.31 8.69 20 12 20C12.12 20 12.23 20 12.34 20C12.12 19.36 12 18.7 12 18C9.79 18 8 16.21 8 14Z\" /></svg></li><li title=\"water minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-water-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 17V19H14V17H22M17.62 12C16.31 8.1 12 3.25 12 3.25S6 10 6 14C6 17.31 8.69 20 12 20C12.12 20 12.23 20 12.34 20C12.12 19.36 12 18.7 12 18C12 14.82 14.5 12.22 17.62 12Z\" /></svg></li><li title=\"water off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-water-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.11 21.46L2.39 1.73L1.11 3L7.65 9.54C6.74 11.03 6 12.65 6 14.23C6 17.54 8.69 20.23 12 20.23C13.74 20.23 15.3 19.5 16.4 18.29L20.84 22.73L22.11 21.46M12 18.23C9.78 18.23 8 16.45 8 14.23C8 13.5 8.5 12.27 9.14 11.03L15 16.88C14.26 17.71 13.2 18.23 12 18.23M11.14 7.94L9.71 6.5C10.57 5.38 11.25 4.61 11.25 4.61L12 3.77L12.75 4.61C12.75 4.61 14.03 6.06 15.32 7.94S18 12.07 18 14.23C18 14.41 18 14.59 17.97 14.77L15.46 12.26C15 11.23 14.37 10.07 13.68 9.07C12.84 7.85 12.44 7.42 12 6.9C11.73 7.21 11.5 7.5 11.14 7.94Z\" /></svg></li><li title=\"water off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-water-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.84 22.73L16.29 18.18C15.2 19.3 13.69 20 12 20C8.69 20 6 17.31 6 14C6 12.67 6.67 11.03 7.55 9.44L1.11 3L2.39 1.73L22.11 21.46L20.84 22.73M18 14C18 10 12 3.25 12 3.25S10.84 4.55 9.55 6.35L17.95 14.75C18 14.5 18 14.25 18 14Z\" /></svg></li><li title=\"water opacity \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-water-opacity\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16 14V12H17.61C17.85 12.71 18 13.39 18 14H16M15.58 8C15.12 7.29 14.65 6.61 14.2 6H14V8H15.58M16 12V10H14V12H16M16 8.68V10H16.74C16.5 9.56 16.26 9.11 16 8.68M12 16V14H14V12H12V10H14V8H12V6H14V5.73C12.9 4.26 12 3.25 12 3.25S6 10 6 14C6 17.31 8.69 20 12 20V18H14V16H12M14 19.65C14.75 19.39 15.42 19 16 18.46V18H14V19.65M14 16H16V14H14V16M16 18H16.46C17 17.42 17.39 16.75 17.65 16H16V18Z\" /></svg></li><li title=\"water outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-water-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,3.77L11.25,4.61C11.25,4.61 9.97,6.06 8.68,7.94C7.39,9.82 6,12.07 6,14.23A6,6 0 0,0 12,20.23A6,6 0 0,0 18,14.23C18,12.07 16.61,9.82 15.32,7.94C14.03,6.06 12.75,4.61 12.75,4.61L12,3.77M12,6.9C12.44,7.42 12.84,7.85 13.68,9.07C14.89,10.83 16,13.07 16,14.23C16,16.45 14.22,18.23 12,18.23C9.78,18.23 8,16.45 8,14.23C8,13.07 9.11,10.83 10.32,9.07C11.16,7.85 11.56,7.42 12,6.9Z\" /></svg></li><li title=\"water percent alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-water-percent-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 7V13H18V7H20M18 17H20V15H18V17M10 3.25C10 3.25 4 10 4 14C4 17.32 6.69 20 10 20S16 17.31 16 14C16 10 10 3.25 10 3.25M7.75 10C8.44 10 9 10.56 9 11.25S8.44 12.5 7.75 12.5 6.5 11.94 6.5 11.25 7.06 10 7.75 10M12.25 17C11.56 17 11 16.44 11 15.75S11.56 14.5 12.25 14.5 13.5 15.06 13.5 15.75 12.94 17 12.25 17M7.53 17.03L6.47 15.97L12.47 9.97L13.53 11.03L7.53 17.03Z\" /></svg></li><li title=\"water percent \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-water-percent\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,3.25C12,3.25 6,10 6,14C6,17.32 8.69,20 12,20A6,6 0 0,0 18,14C18,10 12,3.25 12,3.25M14.47,9.97L15.53,11.03L9.53,17.03L8.47,15.97M9.75,10A1.25,1.25 0 0,1 11,11.25A1.25,1.25 0 0,1 9.75,12.5A1.25,1.25 0 0,1 8.5,11.25A1.25,1.25 0 0,1 9.75,10M14.25,14.5A1.25,1.25 0 0,1 15.5,15.75A1.25,1.25 0 0,1 14.25,17A1.25,1.25 0 0,1 13,15.75A1.25,1.25 0 0,1 14.25,14.5Z\" /></svg></li><li title=\"water plus outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-water-plus-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 18C12 18.7 12.12 19.36 12.34 20C12.23 20 12.12 20 12 20C8.69 20 6 17.31 6 14C6 10 12 3.25 12 3.25S16.31 8.1 17.62 12C16.93 12.06 16.28 12.22 15.67 12.47C15 10.68 13.5 8.33 12 6.39C10 8.96 8 12.23 8 14C8 16.21 9.79 18 12 18M19 17V14H17V17H14V19H17V22H19V19H22V17H19Z\" /></svg></li><li title=\"water plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-water-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 18C12 18.7 12.12 19.36 12.34 20C12.23 20 12.12 20 12 20C8.69 20 6 17.31 6 14C6 10 12 3.25 12 3.25S16.31 8.1 17.62 12C14.5 12.22 12 14.82 12 18M19 17V14H17V17H14V19H17V22H19V19H22V17H19Z\" /></svg></li><li title=\"water polo \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-water-polo\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 16H22V18H20C18.6 18 17.2 17.6 16 17C13.5 18.3 10.5 18.3 8 17C6.8 17.6 5.4 18 4 18H2V16H4C5.4 16 6.8 15.5 8 14.7C10.4 16.4 13.6 16.4 16 14.7C17.2 15.5 18.6 16 20 16M13 10.6C13.6 10.3 14.3 10 15 9.9V10.2C15.3 11.2 15.3 12.1 15.2 13.1C14.3 13.6 13.2 13.9 12.2 13.9C12.7 12.9 13 11.7 13 10.6M12.9 3.6C11.5 4 10.3 4.7 9.3 5.7C8.9 4.7 8.7 3.7 8.7 2.7C10.9 1.7 13.4 1.8 15.6 2.9C15.9 3 16.2 3.1 16.4 3.3C15.2 3.2 14 3.3 12.9 3.6M6.8 13.3C6.2 13.6 5.6 13.8 5 13.9C4.3 12.6 4 11.2 4 9.8C4.5 10.8 5.2 11.8 6 12.6C6.3 12.8 6.5 13.1 6.8 13.3M19 13.9C18.4 13.8 17.8 13.6 17.3 13.4C17.5 12.2 17.4 11 17.1 9.8C18.2 9.9 19.2 10.2 20.1 10.8C20 11.8 19.7 12.7 19.2 13.6L19 13.9M7.4 11.2C6.2 10.1 5.5 8.5 5.2 6.9L5.1 6C5.6 5.2 6.1 4.6 6.8 4C6.9 5.4 7.4 6.7 8.2 7.8C8.9 8.9 9.9 9.9 11 10.5C11 11.3 10.8 12.1 10.5 12.9C9.3 12.6 8.3 12 7.4 11.2M13.5 5.5C15 5.1 16.7 5.2 18.2 5.7L19 6.1C19.4 6.8 19.6 7.6 19.8 8.4C17.3 7.3 14.4 7.5 12 8.8C11.3 8.5 10.8 8 10.3 7.4L10.4 7.3C11.3 6.5 12.3 5.8 13.5 5.5M16 18.7C17.2 19.5 18.6 20 20 20H22V22H20C18.6 22 17.2 21.6 16 21C13.5 22.3 10.5 22.3 8 21C6.8 21.6 5.4 22 4 22H2V20H4C5.4 20 6.8 19.5 8 18.7C10.4 20.4 13.6 20.4 16 18.7Z\" /></svg></li><li title=\"water pump off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-water-pump-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5.7 2.5A2 2 0 0 1 7 2H9A2 2 0 0 1 11 4V5H19A2 2 0 0 1 21 7V11A1 1 0 0 1 21 13H17A1 1 0 0 1 17 11V9H12.2M20.84 22.73L22.11 21.46L11 10.34L2.39 1.73L1.11 3L3.65 5.54A2 2 0 0 0 5 9V18H4A2 2 0 0 0 2 20V22H14V20A2 2 0 0 0 12 18H11V12.89Z\" /></svg></li><li title=\"water pump \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-water-pump\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,14.5C19,14.5 21,16.67 21,18A2,2 0 0,1 19,20A2,2 0 0,1 17,18C17,16.67 19,14.5 19,14.5M5,18V9A2,2 0 0,1 3,7A2,2 0 0,1 5,5V4A2,2 0 0,1 7,2H9A2,2 0 0,1 11,4V5H19A2,2 0 0,1 21,7V9L21,11A1,1 0 0,1 22,12A1,1 0 0,1 21,13H17A1,1 0 0,1 16,12A1,1 0 0,1 17,11V9H11V18H12A2,2 0 0,1 14,20V22H2V20A2,2 0 0,1 4,18H5Z\" /></svg></li><li title=\"water remove outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-water-remove-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 18C12 18.7 12.12 19.36 12.34 20C12.23 20 12.12 20 12 20C8.69 20 6 17.31 6 14C6 10 12 3.25 12 3.25S16.31 8.1 17.62 12C16.93 12.06 16.28 12.22 15.67 12.47C15 10.68 13.5 8.33 12 6.39C10 8.96 8 12.23 8 14C8 16.21 9.79 18 12 18M21.54 15.88L20.13 14.47L18 16.59L15.88 14.47L14.47 15.88L16.59 18L14.47 20.12L15.88 21.53L18 19.41L20.12 21.53L21.53 20.12L19.41 18L21.54 15.88Z\" /></svg></li><li title=\"water remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-water-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 18C12 18.7 12.12 19.36 12.34 20C12.23 20 12.12 20 12 20C8.69 20 6 17.31 6 14C6 10 12 3.25 12 3.25S16.31 8.1 17.62 12C14.5 12.22 12 14.82 12 18M21.54 15.88L20.13 14.47L18 16.59L15.88 14.47L14.47 15.88L16.59 18L14.47 20.12L15.88 21.53L18 19.41L20.12 21.53L21.53 20.12L19.41 18L21.54 15.88Z\" /></svg></li><li title=\"water sync \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-water-sync\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 3.2C12 3.2 6 10 6 14C6 17.3 8.7 20 12 20S18 17.3 18 14C18 10 12 3.2 12 3.2M12 8.5V10C14.2 10 16 11.8 16 14C16 14.8 15.8 15.6 15.3 16.2L14.2 15.1C14.4 14.8 14.5 14.4 14.5 14C14.5 12.6 13.4 11.5 12 11.5V13L9.8 10.8L12 8.5M8.7 11.8L9.8 12.9C9.6 13.2 9.5 13.6 9.5 14C9.5 15.4 10.6 16.5 12 16.5V15L14.2 17.2L12 19.5V18C9.8 18 8 16.2 8 14C8 13.2 8.2 12.4 8.7 11.8Z\" /></svg></li><li title=\"water well outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-water-well-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3.62 8H5V15H7V8H11V10H13V8H17V15H19V8H20.61C21.16 8 21.61 7.56 21.61 7C21.61 6.89 21.6 6.78 21.56 6.68L19 2H5L2.72 6.55C2.47 7.04 2.67 7.64 3.16 7.89C3.31 7.96 3.46 8 3.62 8M6.24 4H17.76L18.76 6H5.24L6.24 4M2 16V18H4V22H20V18H22V16H2M18 20H6V18H18V20M13.93 11C14.21 11 14.43 11.22 14.43 11.5C14.43 11.5 14.43 11.54 14.43 11.56L14.05 14.56C14 14.81 13.81 15 13.56 15H10.44C10.19 15 10 14.81 9.95 14.56L9.57 11.56C9.54 11.29 9.73 11.04 10 11C10.03 11 10.05 11 10.07 11H13.93Z\" /></svg></li><li title=\"water well \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-water-well\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 16H2V18H4V22H20V18H22V16M10.44 15C10.19 15 10 14.81 9.95 14.56L9.57 11.56C9.57 11.54 9.57 11.5 9.57 11.5C9.57 11.22 9.79 11 10.07 11H13.93C13.95 11 13.97 11 14 11C14.27 11.04 14.46 11.29 14.43 11.56L14.05 14.56C14 14.81 13.81 15 13.56 15H10.44M19 2L21.56 6.68C21.6 6.78 21.61 6.89 21.61 7C21.61 7.56 21.16 8 20.61 8H19V15H17V8H13V10H11V8H7V15H5V8H3.62C3.46 8 3.31 7.96 3.16 7.89C2.67 7.64 2.47 7.04 2.72 6.55L5 2H19Z\" /></svg></li><li title=\"water \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-water\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,20A6,6 0 0,1 6,14C6,10 12,3.25 12,3.25C12,3.25 18,10 18,14A6,6 0 0,1 12,20Z\" /></svg></li><li title=\"waterfall \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-waterfall\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 20C18.61 20 17.22 19.53 16 18.67C13.56 20.38 10.44 20.38 8 18.67C6.78 19.53 5.39 20 4 20H2V22H4C5.37 22 6.74 21.65 8 21C10.5 22.3 13.5 22.3 16 21C17.26 21.65 18.62 22 20 22H22V20M20 16C18.61 16 17.22 15.53 16 14.67C13.56 16.38 10.44 16.38 8 14.67C6.78 15.53 5.39 16 4 16H2V18H4C5.37 18 6.74 17.65 8 17C10.5 18.3 13.5 18.3 16 17C17.26 17.65 18.62 18 20 18H22V16M22 2H2V4H6V16H18V4H22M9 4H11V10H9M13 8H15V14H13Z\" /></svg></li><li title=\"watering can outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-watering-can-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.5 7.47C17.76 8.2 17.57 9.25 17.92 10.15L15 13.07V11C15 10.45 14.55 10 14 10H12.97C13 9.83 13 9.67 13 9.5C13 6.46 10.54 4 7.5 4S2 6.46 2 9.5C2 11.21 2.78 12.73 4 13.74V20C4 20.55 4.45 21 5 21H14C14.55 21 15 20.55 15 20V15.89L19.33 11.56C20.23 11.91 21.28 11.73 22 11L18.5 7.47M4.05 10C4.03 9.83 4 9.67 4 9.5C4 7.57 5.57 6 7.5 6S11 7.57 11 9.5C11 9.67 10.97 9.83 10.95 10M13 19H6V12H13V19Z\" /></svg></li><li title=\"watering can \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-watering-can\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.5 7.47C17.76 8.2 17.57 9.25 17.92 10.15L15 13.07V11C15 10.45 14.55 10 14 10H12.97C13 9.83 13 9.67 13 9.5C13 6.46 10.54 4 7.5 4S2 6.46 2 9.5C2 11.21 2.78 12.73 4 13.74V20C4 20.55 4.45 21 5 21H14C14.55 21 15 20.55 15 20V15.89L19.33 11.56C20.23 11.91 21.28 11.73 22 11L18.5 7.47M4.05 10C4.03 9.83 4 9.67 4 9.5C4 7.57 5.57 6 7.5 6S11 7.57 11 9.5C11 9.67 10.97 9.83 10.95 10H4.05Z\" /></svg></li><li title=\"watermark \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-watermark\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,3H3A2,2 0 0,0 1,5V19A2,2 0 0,0 3,21H21A2,2 0 0,0 23,19V5A2,2 0 0,0 21,3M21,19H12V13H21V19Z\" /></svg></li><li title=\"wave \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wave\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,12C18.61,12 17.22,11.53 16,10.67C13.56,12.38 10.44,12.38 8,10.67C6.78,11.53 5.39,12 4,12H2V14H4C5.37,14 6.74,13.65 8,13C10.5,14.3 13.5,14.3 16,13C17.26,13.65 18.62,14 20,14H22V12\" /></svg></li><li title=\"waveform \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-waveform\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 12L20 13L19 14L18 13L17 16L16 13L15 21L14 13L13 15L12 13L11 17L10 13L9 22L8 13L7 19L6 13L5 14L4 13L2 12L4 11L5 10L6 11L7 5L8 11L9 2L10 11L11 7L12 11L13 9L14 11L15 3L16 11L17 8L18 11L19 10L20 11L22 12Z\" /></svg></li><li title=\"waves arrow left \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-waves-arrow-left\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 14C5.39 14 6.78 13.53 8 12.67C10.44 14.38 13.56 14.38 16 12.67C17.22 13.53 18.61 14 20 14H22V16H20C18.63 16 17.26 15.65 16 15C13.5 16.3 10.5 16.3 8 15C6.74 15.65 5.38 16 4 16H2V14H4M8 18.67C10.44 20.38 13.56 20.38 16 18.67C17.22 19.53 18.61 20 20 20H22V22H20C18.63 22 17.26 21.65 16 21C13.5 22.3 10.5 22.3 8 21C6.74 21.65 5.38 22 4 22H2V20H4C5.39 20 6.78 19.53 8 18.67M6 10V7H11V5H6V2L2 6\" /></svg></li><li title=\"waves arrow right \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-waves-arrow-right\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 14H22V16H20C18.62 16 17.26 15.65 16 15C13.5 16.3 10.5 16.3 8 15C6.74 15.65 5.37 16 4 16H2V14H4C5.39 14 6.78 13.53 8 12.67C10.44 14.38 13.56 14.38 16 12.67C17.22 13.53 18.61 14 20 14M20 20H22V22H20C18.62 22 17.26 21.65 16 21C13.5 22.3 10.5 22.3 8 21C6.74 21.65 5.37 22 4 22H2V20H4C5.39 20 6.78 19.53 8 18.67C10.44 20.38 13.56 20.38 16 18.67C17.22 19.53 18.61 20 20 20M22 6L18 2V5H13V7H18V10\" /></svg></li><li title=\"waves arrow up \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-waves-arrow-up\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 14H22V16H20C18.62 16 17.26 15.65 16 15C13.5 16.3 10.5 16.3 8 15C6.74 15.65 5.37 16 4 16H2V14H4C5.39 14 6.78 13.53 8 12.67C10.44 14.38 13.56 14.38 16 12.67C17.22 13.53 18.61 14 20 14M20 20H22V22H20C18.62 22 17.26 21.65 16 21C13.5 22.3 10.5 22.3 8 21C6.74 21.65 5.37 22 4 22H2V20H4C5.39 20 6.78 19.53 8 18.67C10.44 20.38 13.56 20.38 16 18.67C17.22 19.53 18.61 20 20 20M7 2L3 6H6V11H8V6H11M17 2L13 6H16V11H18V6H21\" /></svg></li><li title=\"waves \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-waves\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,12H22V14H20C18.62,14 17.26,13.65 16,13C13.5,14.3 10.5,14.3 8,13C6.74,13.65 5.37,14 4,14H2V12H4C5.39,12 6.78,11.53 8,10.67C10.44,12.38 13.56,12.38 16,10.67C17.22,11.53 18.61,12 20,12M20,6H22V8H20C18.62,8 17.26,7.65 16,7C13.5,8.3 10.5,8.3 8,7C6.74,7.65 5.37,8 4,8H2V6H4C5.39,6 6.78,5.53 8,4.67C10.44,6.38 13.56,6.38 16,4.67C17.22,5.53 18.61,6 20,6M20,18H22V20H20C18.62,20 17.26,19.65 16,19C13.5,20.3 10.5,20.3 8,19C6.74,19.65 5.37,20 4,20H2V18H4C5.39,18 6.78,17.53 8,16.67C10.44,18.38 13.56,18.38 16,16.67C17.22,17.53 18.61,18 20,18Z\" /></svg></li><li title=\"waze \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-waze\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.54,6.63C21.23,7.57 21.69,8.67 21.89,9.82C22.1,11.07 22,12.34 21.58,13.54C21.18,14.71 20.5,15.76 19.58,16.6C18.91,17.24 18.15,17.77 17.32,18.18C17.73,19.25 17.19,20.45 16.12,20.86C15.88,20.95 15.63,21 15.38,21C14.27,21 13.35,20.11 13.31,19C13.05,19 10.73,19 10.24,19C10.13,20.14 9.11,21 7.97,20.87C6.91,20.77 6.11,19.89 6.09,18.83C6.1,18.64 6.13,18.44 6.19,18.26C4.6,17.73 3.21,16.74 2.19,15.41C1.86,14.97 1.96,14.34 2.42,14C2.6,13.86 2.82,13.78 3.05,13.78C3.77,13.78 4.05,13.53 4.22,13.15C4.46,12.43 4.6,11.68 4.61,10.92C4.64,10.39 4.7,9.87 4.78,9.35C5.13,7.62 6.1,6.07 7.5,5C9.16,3.7 11.19,3 13.29,3C14.72,3 16.13,3.35 17.4,4C18.64,4.62 19.71,5.5 20.54,6.63M16.72,17.31C18.5,16.5 19.9,15.04 20.59,13.21C22.21,8.27 18,4.05 13.29,4.05C12.94,4.05 12.58,4.07 12.23,4.12C9.36,4.5 6.4,6.5 5.81,9.5C5.43,11.5 6,14.79 3.05,14.79C4,16 5.32,16.93 6.81,17.37C7.66,16.61 8.97,16.69 9.74,17.55C9.85,17.67 9.94,17.8 10,17.94C10.59,17.94 13.2,17.94 13.55,17.94C14.07,16.92 15.33,16.5 16.35,17.04C16.5,17.12 16.6,17.21 16.72,17.31M10.97,10.31C10.39,10.34 9.88,9.9 9.85,9.31C9.82,8.73 10.27,8.23 10.85,8.19C11.43,8.16 11.94,8.61 11.97,9.25C12,9.8 11.56,10.27 11,10.29L10.97,10.31M15.66,10.31C15.08,10.34 14.57,9.9 14.54,9.31C14.5,8.73 14.96,8.23 15.54,8.19C16.12,8.16 16.63,8.61 16.66,9.25C16.68,9.8 16.25,10.27 15.66,10.29V10.31M9.71,12.07C9.65,11.79 9.84,11.5 10.12,11.45C10.4,11.4 10.68,11.58 10.74,11.86V11.86C11.09,12.97 12.16,13.69 13.32,13.6C14.46,13.66 15.5,12.96 15.89,11.88C16.03,11.62 16.35,11.5 16.6,11.65C16.78,11.75 16.89,11.92 16.89,12.12C16.7,12.83 16.26,13.45 15.66,13.88C14.97,14.36 14.16,14.63 13.32,14.64H13.21C11.58,14.71 10.11,13.64 9.68,12.06L9.71,12.07Z\" /></svg></li><li title=\"weather cloudy alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-weather-cloudy-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,19A5,5 0 0,1 1,14A5,5 0 0,1 6,9C7,6.65 9.3,5 12,5C15.43,5 18.24,7.66 18.5,11.03L19,11A4,4 0 0,1 23,15A4,4 0 0,1 19,19H6M19,13H17V12A5,5 0 0,0 12,7C9.5,7 7.45,8.82 7.06,11.19C6.73,11.07 6.37,11 6,11A3,3 0 0,0 3,14A3,3 0 0,0 6,17H19A2,2 0 0,0 21,15A2,2 0 0,0 19,13M13,12H11V8H13V12M13,16H11V14H13\" /></svg></li><li title=\"weather cloudy arrow right \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-weather-cloudy-arrow-right\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,7L6.69,7.06C7.32,4.72 9.46,3 12,3A5.5,5.5 0 0,1 17.5,8.5L17.42,9.45C17.88,9.16 18.42,9 19,9A3,3 0 0,1 22,12A3,3 0 0,1 19,15H6A4,4 0 0,1 2,11A4,4 0 0,1 6,7M6,9A2,2 0 0,0 4,11A2,2 0 0,0 6,13H19A1,1 0 0,0 20,12A1,1 0 0,0 19,11H15.5V8.5A3.5,3.5 0 0,0 12,5A3.5,3.5 0 0,0 8.5,8.5V9H6M22,19L19,22V20H2V18H19V16L22,19\" /></svg></li><li title=\"weather cloudy clock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-weather-cloudy-clock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15 13H16.5V15.82L18.94 17.23L18.19 18.53L15 16.69V13M18.13 9.33C17.23 6.81 14.83 5 12 5C9.3 5 7 6.65 6 9C3.24 9 1 11.24 1 14S3.24 19 6 19H9.68C10.81 21.36 13.21 23 16 23C19.87 23 23 19.87 23 16C23 12.88 20.96 10.24 18.13 9.33M6 17C4.34 17 3 15.66 3 14S4.34 11 6 11C6.37 11 6.73 11.07 7.06 11.19C7.45 8.82 9.5 7 12 7C13.63 7 15.07 7.79 16 9C12.12 9 9 12.14 9 16C9 16.34 9.03 16.67 9.08 17H6M16 21C13.24 21 11 18.76 11 16S13.24 11 16 11 21 13.24 21 16 18.76 21 16 21Z\" /></svg></li><li title=\"weather cloudy \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-weather-cloudy\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,19A5,5 0 0,1 1,14A5,5 0 0,1 6,9C7,6.65 9.3,5 12,5C15.43,5 18.24,7.66 18.5,11.03L19,11A4,4 0 0,1 23,15A4,4 0 0,1 19,19H6M19,13H17V12A5,5 0 0,0 12,7C9.5,7 7.45,8.82 7.06,11.19C6.73,11.07 6.37,11 6,11A3,3 0 0,0 3,14A3,3 0 0,0 6,17H19A2,2 0 0,0 21,15A2,2 0 0,0 19,13Z\" /></svg></li><li title=\"weather fog \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-weather-fog\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,15H13A1,1 0 0,1 14,16A1,1 0 0,1 13,17H3A1,1 0 0,1 2,16A1,1 0 0,1 3,15M16,15H21A1,1 0 0,1 22,16A1,1 0 0,1 21,17H16A1,1 0 0,1 15,16A1,1 0 0,1 16,15M1,12A5,5 0 0,1 6,7C7,4.65 9.3,3 12,3C15.43,3 18.24,5.66 18.5,9.03L19,9C21.19,9 22.97,10.76 23,13H21A2,2 0 0,0 19,11H17V10A5,5 0 0,0 12,5C9.5,5 7.45,6.82 7.06,9.19C6.73,9.07 6.37,9 6,9A3,3 0 0,0 3,12C3,12.35 3.06,12.69 3.17,13H1.1L1,12M3,19H5A1,1 0 0,1 6,20A1,1 0 0,1 5,21H3A1,1 0 0,1 2,20A1,1 0 0,1 3,19M8,19H21A1,1 0 0,1 22,20A1,1 0 0,1 21,21H8A1,1 0 0,1 7,20A1,1 0 0,1 8,19Z\" /></svg></li><li title=\"weather hail \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-weather-hail\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,14A1,1 0 0,1 7,15A1,1 0 0,1 6,16A5,5 0 0,1 1,11A5,5 0 0,1 6,6C7,3.65 9.3,2 12,2C15.43,2 18.24,4.66 18.5,8.03L19,8A4,4 0 0,1 23,12A4,4 0 0,1 19,16H18A1,1 0 0,1 17,15A1,1 0 0,1 18,14H19A2,2 0 0,0 21,12A2,2 0 0,0 19,10H17V9A5,5 0 0,0 12,4C9.5,4 7.45,5.82 7.06,8.19C6.73,8.07 6.37,8 6,8A3,3 0 0,0 3,11A3,3 0 0,0 6,14M10,18A2,2 0 0,1 12,20A2,2 0 0,1 10,22A2,2 0 0,1 8,20A2,2 0 0,1 10,18M14.5,16A1.5,1.5 0 0,1 16,17.5A1.5,1.5 0 0,1 14.5,19A1.5,1.5 0 0,1 13,17.5A1.5,1.5 0 0,1 14.5,16M10.5,12A1.5,1.5 0 0,1 12,13.5A1.5,1.5 0 0,1 10.5,15A1.5,1.5 0 0,1 9,13.5A1.5,1.5 0 0,1 10.5,12Z\" /></svg></li><li title=\"weather hazy \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-weather-hazy\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2L14.39,5.42C13.65,5.15 12.84,5 12,5C11.16,5 10.35,5.15 9.61,5.42L12,2M3.34,7L7.5,6.65C6.9,7.16 6.36,7.78 5.94,8.5C5.5,9.24 5.25,10 5.11,10.79L3.34,7M20.65,7L18.88,10.79C18.74,10 18.47,9.23 18.05,8.5C17.63,7.78 17.1,7.15 16.5,6.64M14,15A1,1 0 0,0 13,14H3A1,1 0 0,0 2,15A1,1 0 0,0 3,16H13A1,1 0 0,0 14,15M22,15A1,1 0 0,0 21,14H17A1,1 0 0,0 16,15A1,1 0 0,0 17,16H21A1,1 0 0,0 22,15M10,19A1,1 0 0,0 11,20H20A1,1 0 0,0 21,19A1,1 0 0,0 20,18H11A1,1 0 0,0 10,19M3,19A1,1 0 0,0 4,20H7A1,1 0 0,0 8,19A1,1 0 0,0 7,18H4A1,1 0 0,0 3,19M12,9A3,3 0 0,1 15,12H17A5,5 0 0,0 12,7A5,5 0 0,0 7,12H9A3,3 0 0,1 12,9Z\" /></svg></li><li title=\"weather hurricane \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-weather-hurricane\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,6.79C16.86,7.86 18,9.85 18,12C18,22 6,22 6,22C7.25,21.06 8.38,19.95 9.34,18.71C9.38,18.66 9.41,18.61 9.44,18.55C9.69,18.06 9.5,17.46 9,17.21C7.14,16.14 6,14.15 6,12C6,2 18,2 18,2C16.75,2.94 15.62,4.05 14.66,5.29C14.62,5.34 14.59,5.39 14.56,5.45C14.31,5.94 14.5,6.54 15,6.79M12,14A2,2 0 0,0 14,12A2,2 0 0,0 12,10A2,2 0 0,0 10,12A2,2 0 0,0 12,14Z\" /></svg></li><li title=\"weather lightning rainy \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-weather-lightning-rainy\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4.5,13.59C5,13.87 5.14,14.5 4.87,14.96C4.59,15.44 4,15.6 3.5,15.33V15.33C2,14.47 1,12.85 1,11A5,5 0 0,1 6,6C7,3.65 9.3,2 12,2C15.43,2 18.24,4.66 18.5,8.03L19,8A4,4 0 0,1 23,12A4,4 0 0,1 19,16A1,1 0 0,1 18,15A1,1 0 0,1 19,14A2,2 0 0,0 21,12A2,2 0 0,0 19,10H17V9A5,5 0 0,0 12,4C9.5,4 7.45,5.82 7.06,8.19C6.73,8.07 6.37,8 6,8A3,3 0 0,0 3,11C3,12.11 3.6,13.08 4.5,13.6V13.59M9.5,11H12.5L10.5,15H12.5L8.75,22L9.5,17H7L9.5,11M17.5,18.67C17.5,19.96 16.5,21 15.25,21C14,21 13,19.96 13,18.67C13,17.12 15.25,14.5 15.25,14.5C15.25,14.5 17.5,17.12 17.5,18.67Z\" /></svg></li><li title=\"weather lightning \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-weather-lightning\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,16A5,5 0 0,1 1,11A5,5 0 0,1 6,6C7,3.65 9.3,2 12,2C15.43,2 18.24,4.66 18.5,8.03L19,8A4,4 0 0,1 23,12A4,4 0 0,1 19,16H18A1,1 0 0,1 17,15A1,1 0 0,1 18,14H19A2,2 0 0,0 21,12A2,2 0 0,0 19,10H17V9A5,5 0 0,0 12,4C9.5,4 7.45,5.82 7.06,8.19C6.73,8.07 6.37,8 6,8A3,3 0 0,0 3,11A3,3 0 0,0 6,14H7A1,1 0 0,1 8,15A1,1 0 0,1 7,16H6M12,11H15L13,15H15L11.25,22L12,17H9.5L12,11Z\" /></svg></li><li title=\"weather night partly cloudy \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-weather-night-partly-cloudy\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,10.28C21.74,10.3 21.5,10.31 21.26,10.31C19.32,10.31 17.39,9.57 15.91,8.09C14.25,6.44 13.5,4.19 13.72,2C13.77,1.53 13.22,1 12.71,1C12.57,1 12.44,1.04 12.32,1.12C12,1.36 11.66,1.64 11.36,1.94C9.05,4.24 8.55,7.66 9.84,10.46C8.31,11.11 7.13,12.43 6.69,14.06L6,14A4,4 0 0,0 2,18A4,4 0 0,0 6,22H19A3,3 0 0,0 22,19A3,3 0 0,0 19,16C18.42,16 17.88,16.16 17.42,16.45L17.5,15.5C17.5,15.28 17.5,15.05 17.46,14.83C19.14,14.67 20.77,13.94 22.06,12.64C22.38,12.34 22.64,12 22.88,11.68C23.27,11.13 22.65,10.28 22.04,10.28M19,18A1,1 0 0,1 20,19A1,1 0 0,1 19,20H6A2,2 0 0,1 4,18A2,2 0 0,1 6,16H8.5V15.5C8.5,13.94 9.53,12.64 10.94,12.18C11.1,12.13 11.26,12.09 11.43,12.06C11.61,12.03 11.8,12 12,12C12.23,12 12.45,12.03 12.66,12.07C12.73,12.08 12.8,12.1 12.87,12.13C13,12.16 13.15,12.2 13.28,12.25C13.36,12.28 13.44,12.32 13.5,12.36C13.63,12.41 13.74,12.47 13.84,12.54C13.92,12.59 14,12.64 14.07,12.7C14.17,12.77 14.25,12.84 14.34,12.92C14.41,13 14.5,13.05 14.55,13.12C14.63,13.2 14.69,13.29 14.76,13.37C14.82,13.45 14.89,13.53 14.94,13.62C15,13.71 15.04,13.8 15.09,13.9C15.14,14 15.2,14.08 15.24,14.18C15.41,14.59 15.5,15.03 15.5,15.5V18M16.83,12.86C15.9,11.16 14.08,10 12,10H11.87C11.41,9.19 11.14,8.26 11.14,7.29C11.14,6.31 11.39,5.37 11.86,4.55C12.21,6.41 13.12,8.14 14.5,9.5C15.86,10.88 17.58,11.79 19.45,12.14C18.66,12.6 17.76,12.84 16.83,12.86Z\" /></svg></li><li title=\"weather night \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-weather-night\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17.75,4.09L15.22,6.03L16.13,9.09L13.5,7.28L10.87,9.09L11.78,6.03L9.25,4.09L12.44,4L13.5,1L14.56,4L17.75,4.09M21.25,11L19.61,12.25L20.2,14.23L18.5,13.06L16.8,14.23L17.39,12.25L15.75,11L17.81,10.95L18.5,9L19.19,10.95L21.25,11M18.97,15.95C19.8,15.87 20.69,17.05 20.16,17.8C19.84,18.25 19.5,18.67 19.08,19.07C15.17,23 8.84,23 4.94,19.07C1.03,15.17 1.03,8.83 4.94,4.93C5.34,4.53 5.76,4.17 6.21,3.85C6.96,3.32 8.14,4.21 8.06,5.04C7.79,7.9 8.75,10.87 10.95,13.06C13.14,15.26 16.1,16.22 18.97,15.95M17.33,17.97C14.5,17.81 11.7,16.64 9.53,14.5C7.36,12.31 6.2,9.5 6.04,6.68C3.23,9.82 3.34,14.64 6.35,17.66C9.37,20.67 14.19,20.78 17.33,17.97Z\" /></svg></li><li title=\"weather partly cloudy \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-weather-partly-cloudy\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12.74,5.47C15.1,6.5 16.35,9.03 15.92,11.46C17.19,12.56 18,14.19 18,16V16.17C18.31,16.06 18.65,16 19,16A3,3 0 0,1 22,19A3,3 0 0,1 19,22H6A4,4 0 0,1 2,18A4,4 0 0,1 6,14H6.27C5,12.45 4.6,10.24 5.5,8.26C6.72,5.5 9.97,4.24 12.74,5.47M11.93,7.3C10.16,6.5 8.09,7.31 7.31,9.07C6.85,10.09 6.93,11.22 7.41,12.13C8.5,10.83 10.16,10 12,10C12.7,10 13.38,10.12 14,10.34C13.94,9.06 13.18,7.86 11.93,7.3M13.55,3.64C13,3.4 12.45,3.23 11.88,3.12L14.37,1.82L15.27,4.71C14.76,4.29 14.19,3.93 13.55,3.64M6.09,4.44C5.6,4.79 5.17,5.19 4.8,5.63L4.91,2.82L7.87,3.5C7.25,3.71 6.65,4.03 6.09,4.44M18,9.71C17.91,9.12 17.78,8.55 17.59,8L19.97,9.5L17.92,11.73C18.03,11.08 18.05,10.4 18,9.71M3.04,11.3C3.11,11.9 3.24,12.47 3.43,13L1.06,11.5L3.1,9.28C3,9.93 2.97,10.61 3.04,11.3M19,18H16V16A4,4 0 0,0 12,12A4,4 0 0,0 8,16H6A2,2 0 0,0 4,18A2,2 0 0,0 6,20H19A1,1 0 0,0 20,19A1,1 0 0,0 19,18Z\" /></svg></li><li title=\"weather partly lightning \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-weather-partly-lightning\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19,15C18.65,15 18.31,15.06 18,15.17V15C18,13.19 17.19,11.56 15.92,10.46C16.35,8.03 15.1,5.5 12.75,4.47C9.97,3.24 6.72,4.5 5.5,7.25C4.6,9.24 5,11.45 6.27,13H6A4,4 0 0,0 2,17A4,4 0 0,0 6,21H7C7,21 8,21 8,20C8,19 7,19 7,19H6A2,2 0 0,1 4,17A2,2 0 0,1 6,15H8A4,4 0 0,1 12,11A4,4 0 0,1 16,15V17H19A1,1 0 0,1 20,18A1,1 0 0,1 19,19H17C17,19 16,19 16,20C16,21 17,21 17,21H19A3,3 0 0,0 22,18A3,3 0 0,0 19,15M12,9C10.16,9 8.5,9.83 7.41,11.13C6.93,10.22 6.85,9.09 7.31,8.07C8.09,6.31 10.16,5.5 11.93,6.3C13.18,6.86 13.94,8.06 14,9.34C13.38,9.12 12.7,9 12,9M13.55,2.63C13,2.4 12.45,2.23 11.88,2.12L14.37,0.82L15.27,3.71C14.76,3.29 14.19,2.93 13.55,2.63M6.09,3.44C5.6,3.79 5.17,4.19 4.8,4.63L4.91,1.82L7.87,2.5C7.25,2.71 6.65,3.03 6.09,3.44M18,8.71C17.91,8.12 17.78,7.55 17.59,7L19.97,8.5L17.92,10.73C18.03,10.08 18.05,9.4 18,8.71M3.04,10.3C3.11,10.9 3.25,11.47 3.43,12L1.06,10.5L3.1,8.28C3,8.93 2.97,9.61 3.04,10.3M11.8,15H14.25L12.61,18.27H14.25L11.18,24L11.8,19.91H9.75\" /></svg></li><li title=\"weather partly rainy \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-weather-partly-rainy\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12.75,4.47C15.1,5.5 16.35,8.03 15.92,10.46C17.19,11.56 18,13.19 18,15V15.17C18.31,15.06 18.65,15 19,15A3,3 0 0,1 22,18A3,3 0 0,1 19,21H17C17,21 16,21 16,20C16,19 17,19 17,19H19A1,1 0 0,0 20,18A1,1 0 0,0 19,17H16V15A4,4 0 0,0 12,11A4,4 0 0,0 8,15H6A2,2 0 0,0 4,17A2,2 0 0,0 6,19H7C7,19 8,19 8,20C8,21 7,21 7,21H6A4,4 0 0,1 2,17A4,4 0 0,1 6,13H6.27C5,11.45 4.6,9.24 5.5,7.25C6.72,4.5 9.97,3.24 12.75,4.47M11.93,6.3C10.16,5.5 8.09,6.31 7.31,8.07C6.85,9.09 6.93,10.22 7.41,11.13C8.5,9.83 10.16,9 12,9C12.7,9 13.38,9.12 14,9.34C13.94,8.06 13.18,6.86 11.93,6.3M13.55,2.63C13,2.4 12.45,2.23 11.88,2.12L14.37,0.82L15.27,3.71C14.76,3.29 14.19,2.93 13.55,2.63M6.09,3.44C5.6,3.79 5.17,4.19 4.8,4.63L4.91,1.82L7.87,2.5C7.25,2.71 6.65,3.03 6.09,3.44M18,8.71C17.91,8.12 17.78,7.55 17.59,7L19.97,8.5L17.92,10.73C18.03,10.08 18.05,9.4 18,8.71M3.04,10.3C3.11,10.9 3.25,11.47 3.43,12L1.06,10.5L3.1,8.28C3,8.93 2.97,9.61 3.04,10.3M12,18.91C12.59,19.82 13,20.63 13,21A1,1 0 0,1 12,22A1,1 0 0,1 11,21C11,20.63 11.41,19.82 12,18.91M12,15.62C12,15.62 9,19 9,21A3,3 0 0,0 12,24A3,3 0 0,0 15,21C15,19 12,15.62 12,15.62Z\" /></svg></li><li title=\"weather partly snowy rainy \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-weather-partly-snowy-rainy\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.55,2.66C13,2.42 12.45,2.26 11.88,2.15L14.37,0.84L15.27,3.73C14.76,3.31 14.19,2.95 13.55,2.66M6.09,3.46C5.6,3.81 5.17,4.21 4.8,4.66L4.91,1.84L7.87,2.53C7.25,2.73 6.65,3.05 6.09,3.46M18,8.73C17.91,8.15 17.78,7.57 17.59,7.03L19.97,8.53L17.92,10.76C18.03,10.1 18.05,9.42 18,8.73M3.04,10.32C3.11,10.92 3.25,11.5 3.43,12.03L1.06,10.53L3.1,8.3C3,8.95 2.97,9.64 3.04,10.32M16.68,22.21C16.68,23.2 15.91,24 14.95,24C14,24 13.23,23.2 13.23,22.21C13.23,21.03 14.95,19.03 14.95,19.03C14.95,19.03 16.68,21.03 16.68,22.21M6.03,21.45C5.93,21.07 6.15,20.68 6.54,20.58L8.13,20.15L6.96,19C6.68,18.72 6.68,18.27 6.96,18C7.23,17.7 7.7,17.7 8,18L9.14,19.14L9.55,17.56C9.65,17.17 10.05,16.94 10.43,17.05C10.82,17.15 11.05,17.55 10.93,17.93L10.5,19.5L12.1,19.1C12.5,19 12.88,19.21 13,19.6C13.08,19.97 12.86,20.37 12.47,20.47L10.89,20.89L12.05,22.05C12.33,22.32 12.33,22.79 12.05,23.07C11.77,23.35 11.31,23.35 11.03,23.07L9.87,21.9L9.45,23.5C9.35,23.88 8.95,24.1 8.57,24C8.18,23.9 7.97,23.5 8.06,23.12L8.5,21.55L6.91,21.96C6.5,22.06 6.13,21.84 6.03,21.45M19,15.03C18.65,15.03 18.31,15.08 18,15.19V15.03C18,13.21 17.19,11.58 15.92,10.5C16.35,8.05 15.1,5.53 12.75,4.5C9.97,3.27 6.72,4.53 5.5,7.28C4.6,9.27 5,11.47 6.27,13.03H6C3.79,13.03 2,14.81 2,17.03C2,18.17 2.5,19.2 3.27,19.93V19.93C3.27,19.93 3.97,20.64 4.68,19.93C5.39,19.22 4.68,18.5 4.68,18.5C4.27,18.15 4,17.62 4,17.03C4,15.92 4.9,15.03 6,15.03H8C8,12.81 9.79,11.03 12,11.03A4,4 0 0,1 16,15.03V17.03H19A1,1 0 0,1 20,18.03C20,18.57 19.55,19.03 19,19.03H18C18,19.03 17,19.03 17,20.03C17,21.03 18,21.03 18,21.03H19A3,3 0 0,0 22,18.03C22,16.37 20.66,15.03 19,15.03M12,9.03C10.16,9.03 8.5,9.85 7.41,11.16C6.93,10.25 6.85,9.11 7.31,8.09C8.09,6.33 10.16,5.53 11.93,6.32C13.18,6.89 13.94,8.08 14,9.37C13.38,9.15 12.7,9.03 12,9.03Z\" /></svg></li><li title=\"weather partly snowy \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-weather-partly-snowy\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,19.03A2,2 0 0,1 4,17.03C4,15.92 4.9,15.03 6,15.03H8C8,12.81 9.79,11.03 12,11.03A4,4 0 0,1 16,15.03V17.03H19A1,1 0 0,1 20,18.03C20,18.57 19.55,19.03 19,19.03H17C17,19.03 16,19.03 16,20.03C16,21.03 17,21.03 17,21.03H19A3,3 0 0,0 22,18.03C22,16.37 20.66,15.03 19,15.03C18.65,15.03 18.31,15.08 18,15.19V15.03C18,13.21 17.19,11.58 15.92,10.5C16.35,8.05 15.1,5.53 12.75,4.5C9.97,3.27 6.72,4.53 5.5,7.28C4.6,9.27 5,11.47 6.27,13.03H6C3.79,13.03 2,14.81 2,17.03A4,4 0 0,0 6,21.03C6,21.03 7,21.03 7,20.03C7,19.03 6,19.03 6,19.03M12,9.03C10.16,9.03 8.5,9.85 7.41,11.16C6.93,10.25 6.85,9.11 7.31,8.09C8.09,6.33 10.16,5.53 11.93,6.32C13.18,6.89 13.94,8.08 14,9.37C13.38,9.15 12.7,9.03 12,9.03M13.55,2.66C13,2.42 12.45,2.26 11.88,2.15L14.37,0.84L15.27,3.73C14.76,3.31 14.19,2.95 13.55,2.66M6.09,3.46C5.6,3.81 5.17,4.21 4.8,4.66L4.91,1.84L7.87,2.53C7.25,2.73 6.65,3.05 6.09,3.46M18,8.73C17.91,8.15 17.78,7.57 17.59,7.03L19.97,8.53L17.92,10.76C18.03,10.1 18.05,9.42 18,8.73M3.04,10.32C3.11,10.92 3.25,11.5 3.43,12.03L1.06,10.53L3.1,8.3C3,8.95 2.97,9.64 3.04,10.32M8.03,21.45C8.13,21.84 8.53,22.06 8.91,21.96L10.5,21.54L10.06,23.11C9.96,23.5 10.19,23.9 10.57,24C10.95,24.1 11.35,23.87 11.45,23.5L11.87,21.91L13.03,23.07C13.3,23.35 13.77,23.35 14.05,23.07C14.33,22.79 14.33,22.32 14.05,22.05L12.89,20.88L14.47,20.47C14.85,20.37 15.08,19.97 15,19.59C14.88,19.21 14.5,19 14.09,19.08L12.5,19.5L12.94,17.93C13.04,17.54 12.82,17.15 12.43,17.05C12.05,16.95 11.66,17.17 11.55,17.56L11.14,19.14L10,17.97C9.7,17.69 9.23,17.69 8.95,17.97C8.68,18.27 8.68,18.72 8.95,19L10.11,20.16L8.54,20.57C8.15,20.68 7.93,21.07 8.03,21.45Z\" /></svg></li><li title=\"weather pouring \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-weather-pouring\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9,12C9.53,12.14 9.85,12.69 9.71,13.22L8.41,18.05C8.27,18.59 7.72,18.9 7.19,18.76C6.65,18.62 6.34,18.07 6.5,17.54L7.78,12.71C7.92,12.17 8.47,11.86 9,12M13,12C13.53,12.14 13.85,12.69 13.71,13.22L11.64,20.95C11.5,21.5 10.95,21.8 10.41,21.66C9.88,21.5 9.56,20.97 9.7,20.43L11.78,12.71C11.92,12.17 12.47,11.86 13,12M17,12C17.53,12.14 17.85,12.69 17.71,13.22L16.41,18.05C16.27,18.59 15.72,18.9 15.19,18.76C14.65,18.62 14.34,18.07 14.5,17.54L15.78,12.71C15.92,12.17 16.47,11.86 17,12M17,10V9A5,5 0 0,0 12,4C9.5,4 7.45,5.82 7.06,8.19C6.73,8.07 6.37,8 6,8A3,3 0 0,0 3,11C3,12.11 3.6,13.08 4.5,13.6V13.59C5,13.87 5.14,14.5 4.87,14.96C4.59,15.43 4,15.6 3.5,15.32V15.33C2,14.47 1,12.85 1,11A5,5 0 0,1 6,6C7,3.65 9.3,2 12,2C15.43,2 18.24,4.66 18.5,8.03L19,8A4,4 0 0,1 23,12C23,13.5 22.2,14.77 21,15.46V15.46C20.5,15.73 19.91,15.57 19.63,15.09C19.36,14.61 19.5,14 20,13.72V13.73C20.6,13.39 21,12.74 21,12A2,2 0 0,0 19,10H17Z\" /></svg></li><li title=\"weather rainy \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-weather-rainy\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,14.03A1,1 0 0,1 7,15.03C7,15.58 6.55,16.03 6,16.03C3.24,16.03 1,13.79 1,11.03C1,8.27 3.24,6.03 6,6.03C7,3.68 9.3,2.03 12,2.03C15.43,2.03 18.24,4.69 18.5,8.06L19,8.03A4,4 0 0,1 23,12.03C23,14.23 21.21,16.03 19,16.03H18C17.45,16.03 17,15.58 17,15.03C17,14.47 17.45,14.03 18,14.03H19A2,2 0 0,0 21,12.03A2,2 0 0,0 19,10.03H17V9.03C17,6.27 14.76,4.03 12,4.03C9.5,4.03 7.45,5.84 7.06,8.21C6.73,8.09 6.37,8.03 6,8.03A3,3 0 0,0 3,11.03A3,3 0 0,0 6,14.03M12,14.15C12.18,14.39 12.37,14.66 12.56,14.94C13,15.56 14,17.03 14,18C14,19.11 13.1,20 12,20A2,2 0 0,1 10,18C10,17.03 11,15.56 11.44,14.94C11.63,14.66 11.82,14.4 12,14.15M12,11.03L11.5,11.59C11.5,11.59 10.65,12.55 9.79,13.81C8.93,15.06 8,16.56 8,18A4,4 0 0,0 12,22A4,4 0 0,0 16,18C16,16.56 15.07,15.06 14.21,13.81C13.35,12.55 12.5,11.59 12.5,11.59\" /></svg></li><li title=\"weather snowy heavy \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-weather-snowy-heavy\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,16.36C3.86,15.82 4.18,15.25 4.73,15.11L7,14.5L5.33,12.86C4.93,12.46 4.93,11.81 5.33,11.4C5.73,11 6.4,11 6.79,11.4L8.45,13.05L9.04,10.8C9.18,10.24 9.75,9.92 10.29,10.07C10.85,10.21 11.17,10.78 11,11.33L10.42,13.58L12.67,13C13.22,12.83 13.79,13.15 13.93,13.71C14.08,14.25 13.76,14.82 13.2,14.96L10.95,15.55L12.6,17.21C13,17.6 13,18.27 12.6,18.67C12.2,19.07 11.54,19.07 11.15,18.67L9.5,17L8.89,19.27C8.75,19.83 8.18,20.14 7.64,20C7.08,19.86 6.77,19.29 6.91,18.74L7.5,16.5L5.26,17.09C4.71,17.23 4.14,16.92 4,16.36M1,10A5,5 0 0,1 6,5C7,2.65 9.3,1 12,1C15.43,1 18.24,3.66 18.5,7.03L19,7A4,4 0 0,1 23,11A4,4 0 0,1 19,15A1,1 0 0,1 18,14A1,1 0 0,1 19,13A2,2 0 0,0 21,11A2,2 0 0,0 19,9H17V8A5,5 0 0,0 12,3C9.5,3 7.45,4.82 7.06,7.19C6.73,7.07 6.37,7 6,7A3,3 0 0,0 3,10C3,10.85 3.35,11.61 3.91,12.16C4.27,12.55 4.26,13.16 3.88,13.54C3.5,13.93 2.85,13.93 2.47,13.54C1.56,12.63 1,11.38 1,10M14.03,20.43C14.13,20.82 14.5,21.04 14.91,20.94L16.5,20.5L16.06,22.09C15.96,22.5 16.18,22.87 16.57,22.97C16.95,23.08 17.35,22.85 17.45,22.46L17.86,20.89L19.03,22.05C19.3,22.33 19.77,22.33 20.05,22.05C20.33,21.77 20.33,21.3 20.05,21.03L18.89,19.86L20.46,19.45C20.85,19.35 21.08,18.95 20.97,18.57C20.87,18.18 20.5,17.96 20.09,18.06L18.5,18.5L18.94,16.91C19.04,16.5 18.82,16.13 18.43,16.03C18.05,15.92 17.65,16.15 17.55,16.54L17.14,18.11L15.97,16.95C15.7,16.67 15.23,16.67 14.95,16.95C14.67,17.24 14.67,17.7 14.95,17.97L16.11,19.14L14.54,19.55C14.15,19.65 13.92,20.05 14.03,20.43Z\" /></svg></li><li title=\"weather snowy rainy \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-weather-snowy-rainy\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.5,18.67C18.5,19.96 17.5,21 16.25,21C15,21 14,19.96 14,18.67C14,17.12 16.25,14.5 16.25,14.5C16.25,14.5 18.5,17.12 18.5,18.67M4,17.36C3.86,16.82 4.18,16.25 4.73,16.11L7,15.5L5.33,13.86C4.93,13.46 4.93,12.81 5.33,12.4C5.73,12 6.4,12 6.79,12.4L8.45,14.05L9.04,11.8C9.18,11.24 9.75,10.92 10.29,11.07C10.85,11.21 11.17,11.78 11,12.33L10.42,14.58L12.67,14C13.22,13.83 13.79,14.15 13.93,14.71C14.08,15.25 13.76,15.82 13.2,15.96L10.95,16.55L12.6,18.21C13,18.6 13,19.27 12.6,19.67C12.2,20.07 11.54,20.07 11.15,19.67L9.5,18L8.89,20.27C8.75,20.83 8.18,21.14 7.64,21C7.08,20.86 6.77,20.29 6.91,19.74L7.5,17.5L5.26,18.09C4.71,18.23 4.14,17.92 4,17.36M1,11A5,5 0 0,1 6,6C7,3.65 9.3,2 12,2C15.43,2 18.24,4.66 18.5,8.03L19,8A4,4 0 0,1 23,12A4,4 0 0,1 19,16A1,1 0 0,1 18,15A1,1 0 0,1 19,14A2,2 0 0,0 21,12A2,2 0 0,0 19,10H17V9A5,5 0 0,0 12,4C9.5,4 7.45,5.82 7.06,8.19C6.73,8.07 6.37,8 6,8A3,3 0 0,0 3,11C3,11.85 3.35,12.61 3.91,13.16C4.27,13.55 4.26,14.16 3.88,14.54C3.5,14.93 2.85,14.93 2.47,14.54C1.56,13.63 1,12.38 1,11Z\" /></svg></li><li title=\"weather snowy \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-weather-snowy\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,14A1,1 0 0,1 7,15A1,1 0 0,1 6,16A5,5 0 0,1 1,11A5,5 0 0,1 6,6C7,3.65 9.3,2 12,2C15.43,2 18.24,4.66 18.5,8.03L19,8A4,4 0 0,1 23,12A4,4 0 0,1 19,16H18A1,1 0 0,1 17,15A1,1 0 0,1 18,14H19A2,2 0 0,0 21,12A2,2 0 0,0 19,10H17V9A5,5 0 0,0 12,4C9.5,4 7.45,5.82 7.06,8.19C6.73,8.07 6.37,8 6,8A3,3 0 0,0 3,11A3,3 0 0,0 6,14M7.88,18.07L10.07,17.5L8.46,15.88C8.07,15.5 8.07,14.86 8.46,14.46C8.85,14.07 9.5,14.07 9.88,14.46L11.5,16.07L12.07,13.88C12.21,13.34 12.76,13.03 13.29,13.17C13.83,13.31 14.14,13.86 14,14.4L13.41,16.59L15.6,16C16.14,15.86 16.69,16.17 16.83,16.71C16.97,17.24 16.66,17.79 16.12,17.93L13.93,18.5L15.54,20.12C15.93,20.5 15.93,21.15 15.54,21.54C15.15,21.93 14.5,21.93 14.12,21.54L12.5,19.93L11.93,22.12C11.79,22.66 11.24,22.97 10.71,22.83C10.17,22.69 9.86,22.14 10,21.6L10.59,19.41L8.4,20C7.86,20.14 7.31,19.83 7.17,19.29C7.03,18.76 7.34,18.21 7.88,18.07Z\" /></svg></li><li title=\"weather sunny alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-weather-sunny-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,7A5,5 0 0,0 7,12A5,5 0 0,0 12,17A5,5 0 0,0 17,12A5,5 0 0,0 12,7M12,15A3,3 0 0,1 9,12A3,3 0 0,1 12,9A3,3 0 0,1 15,12A3,3 0 0,1 12,15M12,2L14.39,5.42C13.65,5.15 12.84,5 12,5C11.16,5 10.35,5.15 9.61,5.42L12,2M3.34,7L7.5,6.65C6.9,7.16 6.36,7.78 5.94,8.5C5.5,9.24 5.25,10 5.11,10.79L3.34,7M3.36,17L5.12,13.23C5.26,14 5.53,14.78 5.95,15.5C6.37,16.24 6.91,16.86 7.5,17.37L3.36,17M12,22L9.59,18.56C10.33,18.83 11.14,19 12,19C12.82,19 13.63,18.83 14.37,18.56M19,13V7H21V13H19M19,17V15H21V17\" /></svg></li><li title=\"weather sunny off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-weather-sunny-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.11 21.46L2.39 1.73L1.11 3L4.97 6.86L3.34 7L5.11 10.79C5.25 10 5.5 9.24 5.94 8.5C6 8.36 6.13 8.24 6.22 8.11L7.66 9.55C7.25 10.27 7 11.11 7 12C7 14.76 9.24 17 12 17C12.9 17 13.73 16.75 14.45 16.34L20.84 22.73L22.11 21.46M12 15C10.34 15 9 13.66 9 12C9 11.67 9.07 11.36 9.17 11.06L12.94 14.83C12.64 14.93 12.33 15 12 15M18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5M12 7C14.76 7 17 9.24 17 12C17 12.54 16.89 13.05 16.74 13.54L15 11.78C14.87 10.3 13.7 9.13 12.22 9L10.47 7.27C10.95 7.11 11.46 7 12 7M12 5C11.16 5 10.35 5.15 9.61 5.42L12 2L14.39 5.42C13.65 5.15 12.84 5 12 5M18.87 13.21L20.64 17L20.24 17.04L18.25 15.05C18.54 14.45 18.76 13.84 18.87 13.21M12 19C12.82 19 13.63 18.83 14.37 18.56L12 22L9.59 18.56C10.33 18.83 11.14 19 12 19M5.95 15.5C6.37 16.24 6.91 16.86 7.5 17.37L3.36 17L5.12 13.23C5.26 14 5.53 14.78 5.95 15.5Z\" /></svg></li><li title=\"weather sunny \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-weather-sunny\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,7A5,5 0 0,1 17,12A5,5 0 0,1 12,17A5,5 0 0,1 7,12A5,5 0 0,1 12,7M12,9A3,3 0 0,0 9,12A3,3 0 0,0 12,15A3,3 0 0,0 15,12A3,3 0 0,0 12,9M12,2L14.39,5.42C13.65,5.15 12.84,5 12,5C11.16,5 10.35,5.15 9.61,5.42L12,2M3.34,7L7.5,6.65C6.9,7.16 6.36,7.78 5.94,8.5C5.5,9.24 5.25,10 5.11,10.79L3.34,7M3.36,17L5.12,13.23C5.26,14 5.53,14.78 5.95,15.5C6.37,16.24 6.91,16.86 7.5,17.37L3.36,17M20.65,7L18.88,10.79C18.74,10 18.47,9.23 18.05,8.5C17.63,7.78 17.1,7.15 16.5,6.64L20.65,7M20.64,17L16.5,17.36C17.09,16.85 17.62,16.22 18.04,15.5C18.46,14.77 18.73,14 18.87,13.21L20.64,17M12,22L9.59,18.56C10.33,18.83 11.14,19 12,19C12.82,19 13.63,18.83 14.37,18.56L12,22Z\" /></svg></li><li title=\"weather sunset down \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-weather-sunset-down\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,12H7A5,5 0 0,1 12,7A5,5 0 0,1 17,12H21A1,1 0 0,1 22,13A1,1 0 0,1 21,14H3A1,1 0 0,1 2,13A1,1 0 0,1 3,12M15,12A3,3 0 0,0 12,9A3,3 0 0,0 9,12H15M12,2L14.39,5.42C13.65,5.15 12.84,5 12,5C11.16,5 10.35,5.15 9.61,5.42L12,2M3.34,7L7.5,6.65C6.9,7.16 6.36,7.78 5.94,8.5C5.5,9.24 5.25,10 5.11,10.79L3.34,7M20.65,7L18.88,10.79C18.74,10 18.47,9.23 18.05,8.5C17.63,7.78 17.1,7.15 16.5,6.64L20.65,7M12.71,20.71L15.82,17.6C16.21,17.21 16.21,16.57 15.82,16.18C15.43,15.79 14.8,15.79 14.41,16.18L12,18.59L9.59,16.18C9.2,15.79 8.57,15.79 8.18,16.18C7.79,16.57 7.79,17.21 8.18,17.6L11.29,20.71C11.5,20.9 11.74,21 12,21C12.26,21 12.5,20.9 12.71,20.71Z\" /></svg></li><li title=\"weather sunset up \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-weather-sunset-up\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,12H7A5,5 0 0,1 12,7A5,5 0 0,1 17,12H21A1,1 0 0,1 22,13A1,1 0 0,1 21,14H3A1,1 0 0,1 2,13A1,1 0 0,1 3,12M15,12A3,3 0 0,0 12,9A3,3 0 0,0 9,12H15M12,2L14.39,5.42C13.65,5.15 12.84,5 12,5C11.16,5 10.35,5.15 9.61,5.42L12,2M3.34,7L7.5,6.65C6.9,7.16 6.36,7.78 5.94,8.5C5.5,9.24 5.25,10 5.11,10.79L3.34,7M20.65,7L18.88,10.79C18.74,10 18.47,9.23 18.05,8.5C17.63,7.78 17.1,7.15 16.5,6.64L20.65,7M12.71,16.3L15.82,19.41C16.21,19.8 16.21,20.43 15.82,20.82C15.43,21.21 14.8,21.21 14.41,20.82L12,18.41L9.59,20.82C9.2,21.21 8.57,21.21 8.18,20.82C7.79,20.43 7.79,19.8 8.18,19.41L11.29,16.3C11.5,16.1 11.74,16 12,16C12.26,16 12.5,16.1 12.71,16.3Z\" /></svg></li><li title=\"weather sunset \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-weather-sunset\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,12H7A5,5 0 0,1 12,7A5,5 0 0,1 17,12H21A1,1 0 0,1 22,13A1,1 0 0,1 21,14H3A1,1 0 0,1 2,13A1,1 0 0,1 3,12M5,16H19A1,1 0 0,1 20,17A1,1 0 0,1 19,18H5A1,1 0 0,1 4,17A1,1 0 0,1 5,16M17,20A1,1 0 0,1 18,21A1,1 0 0,1 17,22H7A1,1 0 0,1 6,21A1,1 0 0,1 7,20H17M15,12A3,3 0 0,0 12,9A3,3 0 0,0 9,12H15M12,2L14.39,5.42C13.65,5.15 12.84,5 12,5C11.16,5 10.35,5.15 9.61,5.42L12,2M3.34,7L7.5,6.65C6.9,7.16 6.36,7.78 5.94,8.5C5.5,9.24 5.25,10 5.11,10.79L3.34,7M20.65,7L18.88,10.79C18.74,10 18.47,9.23 18.05,8.5C17.63,7.78 17.1,7.15 16.5,6.64L20.65,7Z\" /></svg></li><li title=\"weather tornado \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-weather-tornado\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,5H3A1,1 0 0,1 2,4A1,1 0 0,1 3,3H21A1,1 0 0,1 22,4A1,1 0 0,1 21,5M20,8A1,1 0 0,0 19,7H5A1,1 0 0,0 4,8A1,1 0 0,0 5,9H19A1,1 0 0,0 20,8M21,12A1,1 0 0,0 20,11H10A1,1 0 0,0 9,12A1,1 0 0,0 10,13H20A1,1 0 0,0 21,12M16,16A1,1 0 0,0 15,15H9A1,1 0 0,0 8,16A1,1 0 0,0 9,17H15A1,1 0 0,0 16,16M13,20A1,1 0 0,0 12,19H10A1,1 0 0,0 9,20A1,1 0 0,0 10,21H12A1,1 0 0,0 13,20Z\" /></svg></li><li title=\"weather windy variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-weather-windy-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,6L6.69,6.06C7.32,3.72 9.46,2 12,2A5.5,5.5 0 0,1 17.5,7.5L17.42,8.45C17.88,8.16 18.42,8 19,8A3,3 0 0,1 22,11A3,3 0 0,1 19,14H6A4,4 0 0,1 2,10A4,4 0 0,1 6,6M6,8A2,2 0 0,0 4,10A2,2 0 0,0 6,12H19A1,1 0 0,0 20,11A1,1 0 0,0 19,10H15.5V7.5A3.5,3.5 0 0,0 12,4A3.5,3.5 0 0,0 8.5,7.5V8H6M18,18H4A1,1 0 0,1 3,17A1,1 0 0,1 4,16H18A3,3 0 0,1 21,19A3,3 0 0,1 18,22C17.17,22 16.42,21.66 15.88,21.12C15.5,20.73 15.5,20.1 15.88,19.71C16.27,19.32 16.9,19.32 17.29,19.71C17.47,19.89 17.72,20 18,20A1,1 0 0,0 19,19A1,1 0 0,0 18,18Z\" /></svg></li><li title=\"weather windy \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-weather-windy\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,10A1,1 0 0,1 3,9A1,1 0 0,1 4,8H12A2,2 0 0,0 14,6A2,2 0 0,0 12,4C11.45,4 10.95,4.22 10.59,4.59C10.2,5 9.56,5 9.17,4.59C8.78,4.2 8.78,3.56 9.17,3.17C9.9,2.45 10.9,2 12,2A4,4 0 0,1 16,6A4,4 0 0,1 12,10H4M19,12A1,1 0 0,0 20,11A1,1 0 0,0 19,10C18.72,10 18.47,10.11 18.29,10.29C17.9,10.68 17.27,10.68 16.88,10.29C16.5,9.9 16.5,9.27 16.88,8.88C17.42,8.34 18.17,8 19,8A3,3 0 0,1 22,11A3,3 0 0,1 19,14H5A1,1 0 0,1 4,13A1,1 0 0,1 5,12H19M18,18H4A1,1 0 0,1 3,17A1,1 0 0,1 4,16H18A3,3 0 0,1 21,19A3,3 0 0,1 18,22C17.17,22 16.42,21.66 15.88,21.12C15.5,20.73 15.5,20.1 15.88,19.71C16.27,19.32 16.9,19.32 17.29,19.71C17.47,19.89 17.72,20 18,20A1,1 0 0,0 19,19A1,1 0 0,0 18,18Z\" /></svg></li><li title=\"web box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-web-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8.95 13.4H6.58A5.5 5.5 0 0 1 6.58 10.6H8.95A11.56 11.56 0 0 0 8.85 12A11.56 11.56 0 0 0 8.95 13.4M7.16 9.2H9.2A12.06 12.06 0 0 1 10.18 6.71A5.55 5.55 0 0 0 7.16 9.2M16.84 9.2A5.59 5.59 0 0 0 13.81 6.71A10.95 10.95 0 0 1 14.78 9.2M12 17.57A9.5 9.5 0 0 0 13.34 14.8H10.66A9.5 9.5 0 0 0 12 17.57M12 6.42A9.53 9.53 0 0 0 10.66 9.2H13.34A9.53 9.53 0 0 0 12 6.42M7.16 14.8A5.61 5.61 0 0 0 10.18 17.29A12.06 12.06 0 0 1 9.2 14.8M21 5V19A2 2 0 0 1 19 21H5A2 2 0 0 1 3 19V5A2 2 0 0 1 5 3H19A2 2 0 0 1 21 5M19 12A7 7 0 1 0 12 19A7 7 0 0 0 19 12M15.15 12A11.56 11.56 0 0 1 15.05 13.4H17.42A5.5 5.5 0 0 0 17.42 10.6H15.05A11.56 11.56 0 0 1 15.15 12M13.81 17.29A5.62 5.62 0 0 0 16.84 14.8H14.78A10.95 10.95 0 0 1 13.81 17.29M10.36 10.6A8.81 8.81 0 0 0 10.36 13.4H13.64A10.3 10.3 0 0 0 13.75 12A10.21 10.21 0 0 0 13.64 10.6Z\" /></svg></li><li title=\"web cancel \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-web-cancel\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.82 14H9.66C9.56 13.34 9.5 12.68 9.5 12S9.56 10.65 9.66 10H14.34C14.43 10.65 14.5 11.32 14.5 12C14.5 12.5 14.46 13 14.4 13.46C15 12.96 15.72 12.57 16.5 12.32C16.5 12.21 16.5 12.11 16.5 12C16.5 11.32 16.44 10.66 16.36 10H19.74C19.9 10.64 20 11.31 20 12C20 12.06 20 12.12 20 12.18C20.7 12.35 21.35 12.63 21.95 13C22 12.68 22 12.34 22 12C22 6.5 17.5 2 12 2C6.47 2 2 6.5 2 12C2 17.5 6.5 22 12 22C12.34 22 12.68 22 13 21.95C12.59 21.29 12.29 20.55 12.13 19.75C12.09 19.82 12.05 19.89 12 19.96C11.17 18.76 10.5 17.43 10.09 16H12.5C12.81 15.25 13.26 14.58 13.82 14M18.92 8H15.97C15.65 6.75 15.19 5.55 14.59 4.44C16.43 5.07 17.96 6.34 18.92 8M12 4.03C12.83 5.23 13.5 6.57 13.91 8H10.09C10.5 6.57 11.17 5.23 12 4.03M4.26 14C4.1 13.36 4 12.69 4 12S4.1 10.64 4.26 10H7.64C7.56 10.66 7.5 11.32 7.5 12S7.56 13.34 7.64 14H4.26M5.08 16H8C8.35 17.25 8.8 18.45 9.4 19.56C7.57 18.93 6.03 17.65 5.08 16M8 8H5.08C6.03 6.34 7.57 5.06 9.4 4.44C8.8 5.55 8.35 6.75 8 8M18.5 14C16 14 14 16 14 18.5S16 23 18.5 23 23 21 23 18.5 21 14 18.5 14M18.5 21.5C16.84 21.5 15.5 20.16 15.5 18.5C15.5 17.94 15.65 17.42 15.92 17L20 21.08C19.58 21.35 19.06 21.5 18.5 21.5M21.08 20L17 15.92C17.42 15.65 17.94 15.5 18.5 15.5C20.16 15.5 21.5 16.84 21.5 18.5C21.5 19.06 21.35 19.58 21.08 20Z\" /></svg></li><li title=\"web check \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-web-check\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.5 12C16.5 11.32 16.44 10.66 16.36 10H19.74C19.9 10.64 20 11.31 20 12C20 12.37 19.97 12.73 19.92 13.08C20.61 13.18 21.25 13.4 21.84 13.72C21.94 13.16 22 12.59 22 12C22 6.5 17.5 2 12 2C6.47 2 2 6.5 2 12C2 17.5 6.5 22 12 22C12.59 22 13.16 21.94 13.72 21.84C13.26 21 13 20.03 13 19C13 18.71 13.03 18.43 13.07 18.15C12.75 18.78 12.4 19.39 12 19.96C11.17 18.76 10.5 17.43 10.09 16H13.81C14.41 14.96 15.31 14.12 16.4 13.6C16.46 13.07 16.5 12.54 16.5 12M12 4.03C12.83 5.23 13.5 6.57 13.91 8H10.09C10.5 6.57 11.17 5.23 12 4.03M4.26 14C4.1 13.36 4 12.69 4 12S4.1 10.64 4.26 10H7.64C7.56 10.66 7.5 11.32 7.5 12S7.56 13.34 7.64 14H4.26M5.08 16H8C8.35 17.25 8.8 18.45 9.4 19.56C7.57 18.93 6.03 17.65 5.08 16M8 8H5.08C6.03 6.34 7.57 5.06 9.4 4.44C8.8 5.55 8.35 6.75 8 8M14.34 14H9.66C9.56 13.34 9.5 12.68 9.5 12S9.56 10.65 9.66 10H14.34C14.43 10.65 14.5 11.32 14.5 12S14.43 13.34 14.34 14M14.59 4.44C16.43 5.07 17.96 6.34 18.92 8H15.97C15.65 6.75 15.19 5.55 14.59 4.44M22.5 17.25L17.75 22L15 19L16.16 17.84L17.75 19.43L21.34 15.84L22.5 17.25Z\" /></svg></li><li title=\"web clock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-web-clock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15 12.5V16.5L18 18.5L18.75 17.25L16.5 15.75V12.5H15M22 12.39C22 12.26 22 12.13 22 12C22 6.5 17.5 2 12 2C6.47 2 2 6.5 2 12C2 17.5 6.5 22 12 22C12.13 22 12.24 22 12.37 21.97C13.43 22.62 14.67 23 16 23C19.86 23 23 19.86 23 16C23 14.68 22.62 13.44 22 12.39M19.76 10.11C19.7 10.07 19.65 10.04 19.59 10H19.74C19.75 10.03 19.75 10.07 19.76 10.11M18.92 8H15.97C15.65 6.75 15.19 5.55 14.59 4.44C16.43 5.07 17.96 6.34 18.92 8M12 4.03C12.83 5.23 13.5 6.57 13.91 8H10.09C10.5 6.57 11.17 5.23 12 4.03M9.66 10H12.41C11.16 10.75 10.15 11.88 9.57 13.24C9.53 12.83 9.5 12.42 9.5 12C9.5 11.32 9.56 10.65 9.66 10M9.4 4.44C8.8 5.55 8.35 6.75 8 8H5.08C6.03 6.34 7.57 5.06 9.4 4.44M4.26 14C4.1 13.36 4 12.69 4 12S4.1 10.64 4.26 10H7.64C7.56 10.66 7.5 11.32 7.5 12S7.56 13.34 7.64 14H4.26M5.08 16H8C8.35 17.25 8.8 18.45 9.4 19.56C7.57 18.93 6.03 17.65 5.08 16M16 21C13.24 21 11 18.76 11 16S13.24 11 16 11 21 13.24 21 16 18.76 21 16 21Z\" /></svg></li><li title=\"web minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-web-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.5 12C16.5 11.32 16.44 10.66 16.36 10H19.74C19.9 10.64 20 11.31 20 12C20 12.37 19.97 12.73 19.92 13.08C20.61 13.18 21.25 13.4 21.84 13.72C21.94 13.16 22 12.59 22 12C22 6.5 17.5 2 12 2C6.47 2 2 6.5 2 12C2 17.5 6.5 22 12 22C12.59 22 13.16 21.94 13.72 21.84C13.26 21 13 20.03 13 19C13 18.71 13.03 18.43 13.07 18.15C12.75 18.78 12.4 19.39 12 19.96C11.17 18.76 10.5 17.43 10.09 16H13.81C14.41 14.96 15.31 14.12 16.4 13.6C16.46 13.07 16.5 12.54 16.5 12M12 4.03C12.83 5.23 13.5 6.57 13.91 8H10.09C10.5 6.57 11.17 5.23 12 4.03M4.26 14C4.1 13.36 4 12.69 4 12S4.1 10.64 4.26 10H7.64C7.56 10.66 7.5 11.32 7.5 12S7.56 13.34 7.64 14H4.26M5.08 16H8C8.35 17.25 8.8 18.45 9.4 19.56C7.57 18.93 6.03 17.65 5.08 16M8 8H5.08C6.03 6.34 7.57 5.06 9.4 4.44C8.8 5.55 8.35 6.75 8 8M14.34 14H9.66C9.56 13.34 9.5 12.68 9.5 12S9.56 10.65 9.66 10H14.34C14.43 10.65 14.5 11.32 14.5 12S14.43 13.34 14.34 14M14.59 4.44C16.43 5.07 17.96 6.34 18.92 8H15.97C15.65 6.75 15.19 5.55 14.59 4.44M23 18V20H15V18H23Z\" /></svg></li><li title=\"web off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-web-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9.4 4.44C9.19 4.83 9 5.23 8.84 5.64L10.37 7.17C10.78 6.05 11.33 5 12 4.03C12.83 5.23 13.5 6.57 13.91 8H11.2L13.2 10H14.34C14.4 10.41 14.44 10.84 14.47 11.27L16.44 13.24C16.47 12.83 16.5 12.42 16.5 12C16.5 11.32 16.44 10.66 16.36 10H19.74C19.9 10.64 20 11.31 20 12S19.9 13.36 19.74 14H17.2L20.5 17.28C21.44 15.75 22 13.94 22 12C22 6.5 17.5 2 12 2C10.06 2 8.25 2.56 6.72 3.5L8.18 5C8.57 4.77 9 4.58 9.4 4.44M18.92 8H15.97C15.65 6.75 15.19 5.55 14.59 4.44C16.43 5.07 17.96 6.34 18.92 8M2.39 1.73L1.11 3L4.06 5.95C2.77 7.63 2 9.73 2 12C2 17.5 6.5 22 12 22C14.28 22 16.37 21.23 18.06 19.95L20.84 22.73L22.11 21.46L2.39 1.73M5.5 7.37L6.11 8H5.08C5.2 7.78 5.34 7.58 5.5 7.37M4.26 14C4.1 13.36 4 12.69 4 12S4.1 10.64 4.26 10H7.64C7.56 10.66 7.5 11.32 7.5 12S7.56 13.34 7.64 14H4.26M5.08 16H8C8.35 17.25 8.8 18.45 9.4 19.56C7.57 18.93 6.03 17.65 5.08 16M9.5 12C9.5 11.8 9.5 11.61 9.53 11.42L12.11 14H9.66C9.56 13.34 9.5 12.68 9.5 12M12 19.96C11.17 18.76 10.5 17.43 10.09 16H13.91C13.5 17.43 12.83 18.76 12 19.96M14.59 19.56C14.96 18.88 15.26 18.15 15.5 17.41L16.62 18.5C16 18.95 15.32 19.31 14.59 19.56Z\" /></svg></li><li title=\"web plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-web-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.5 12C16.5 11.32 16.44 10.66 16.36 10H19.74C19.9 10.64 20 11.31 20 12C20 12.37 19.97 12.73 19.92 13.08C20.61 13.18 21.25 13.4 21.84 13.72C21.94 13.16 22 12.59 22 12C22 6.5 17.5 2 12 2C6.47 2 2 6.5 2 12C2 17.5 6.5 22 12 22C12.59 22 13.16 21.94 13.72 21.84C13.26 21 13 20.03 13 19C13 18.71 13.03 18.43 13.07 18.15C12.75 18.78 12.4 19.39 12 19.96C11.17 18.76 10.5 17.43 10.09 16H13.81C14.41 14.96 15.31 14.12 16.4 13.6C16.46 13.07 16.5 12.54 16.5 12M12 4.03C12.83 5.23 13.5 6.57 13.91 8H10.09C10.5 6.57 11.17 5.23 12 4.03M4.26 14C4.1 13.36 4 12.69 4 12S4.1 10.64 4.26 10H7.64C7.56 10.66 7.5 11.32 7.5 12S7.56 13.34 7.64 14H4.26M5.08 16H8C8.35 17.25 8.8 18.45 9.4 19.56C7.57 18.93 6.03 17.65 5.08 16M8 8H5.08C6.03 6.34 7.57 5.06 9.4 4.44C8.8 5.55 8.35 6.75 8 8M14.34 14H9.66C9.56 13.34 9.5 12.68 9.5 12S9.56 10.65 9.66 10H14.34C14.43 10.65 14.5 11.32 14.5 12S14.43 13.34 14.34 14M14.59 4.44C16.43 5.07 17.96 6.34 18.92 8H15.97C15.65 6.75 15.19 5.55 14.59 4.44M23 18V20H20V23H18V20H15V18H18V15H20V18H23Z\" /></svg></li><li title=\"web refresh \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-web-refresh\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.82 14H9.66C9.56 13.34 9.5 12.68 9.5 12S9.56 10.65 9.66 10H14.34C14.43 10.65 14.5 11.32 14.5 12C14.5 12.5 14.46 13 14.4 13.46C15 12.96 15.72 12.57 16.5 12.32C16.5 12.21 16.5 12.11 16.5 12C16.5 11.32 16.44 10.66 16.36 10H19.74C19.9 10.64 20 11.31 20 12C20 12.06 20 12.12 20 12.18C20.7 12.35 21.35 12.63 21.95 13C22 12.68 22 12.34 22 12C22 6.5 17.5 2 12 2C6.47 2 2 6.5 2 12C2 17.5 6.5 22 12 22C12.34 22 12.68 22 13 21.95C12.59 21.29 12.29 20.55 12.13 19.75C12.09 19.82 12.05 19.89 12 19.96C11.17 18.76 10.5 17.43 10.09 16H12.5C12.81 15.25 13.26 14.58 13.82 14M18.92 8H15.97C15.65 6.75 15.19 5.55 14.59 4.44C16.43 5.07 17.96 6.34 18.92 8M12 4.03C12.83 5.23 13.5 6.57 13.91 8H10.09C10.5 6.57 11.17 5.23 12 4.03M4.26 14C4.1 13.36 4 12.69 4 12S4.1 10.64 4.26 10H7.64C7.56 10.66 7.5 11.32 7.5 12S7.56 13.34 7.64 14H4.26M5.08 16H8C8.35 17.25 8.8 18.45 9.4 19.56C7.57 18.93 6.03 17.65 5.08 16M8 8H5.08C6.03 6.34 7.57 5.06 9.4 4.44C8.8 5.55 8.35 6.75 8 8M20.83 15.67L22 14.5V18.5H18L19.77 16.73C19.32 16.28 18.69 16 18 16C16.62 16 15.5 17.12 15.5 18.5S16.62 21 18 21C18.82 21 19.54 20.61 20 20H21.71C21.12 21.47 19.68 22.5 18 22.5C15.79 22.5 14 20.71 14 18.5S15.79 14.5 18 14.5C19.11 14.5 20.11 14.95 20.83 15.67Z\" /></svg></li><li title=\"web remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-web-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.5 12C16.5 11.32 16.44 10.66 16.36 10H19.74C19.9 10.64 20 11.31 20 12C20 12.37 19.97 12.73 19.92 13.08C20.61 13.18 21.25 13.4 21.84 13.72C21.94 13.16 22 12.59 22 12C22 6.5 17.5 2 12 2C6.47 2 2 6.5 2 12C2 17.5 6.5 22 12 22C12.59 22 13.16 21.94 13.72 21.84C13.26 21 13 20.03 13 19C13 18.71 13.03 18.43 13.07 18.15C12.75 18.78 12.4 19.39 12 19.96C11.17 18.76 10.5 17.43 10.09 16H13.81C14.41 14.96 15.31 14.12 16.4 13.6C16.46 13.07 16.5 12.54 16.5 12M12 4.03C12.83 5.23 13.5 6.57 13.91 8H10.09C10.5 6.57 11.17 5.23 12 4.03M4.26 14C4.1 13.36 4 12.69 4 12S4.1 10.64 4.26 10H7.64C7.56 10.66 7.5 11.32 7.5 12S7.56 13.34 7.64 14H4.26M5.08 16H8C8.35 17.25 8.8 18.45 9.4 19.56C7.57 18.93 6.03 17.65 5.08 16M8 8H5.08C6.03 6.34 7.57 5.06 9.4 4.44C8.8 5.55 8.35 6.75 8 8M14.34 14H9.66C9.56 13.34 9.5 12.68 9.5 12S9.56 10.65 9.66 10H14.34C14.43 10.65 14.5 11.32 14.5 12S14.43 13.34 14.34 14M14.59 4.44C16.43 5.07 17.96 6.34 18.92 8H15.97C15.65 6.75 15.19 5.55 14.59 4.44M20.41 19L22.54 21.12L21.12 22.54L19 20.41L16.88 22.54L15.47 21.12L17.59 19L15.47 16.88L16.88 15.47L19 17.59L21.12 15.47L22.54 16.88L20.41 19Z\" /></svg></li><li title=\"web sync \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-web-sync\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.5 11.74C16.5 11.15 16.43 10.58 16.36 10H19.74C19.82 10.33 19.89 10.67 19.93 11C20.65 11.07 21.34 11.23 22 11.5C21.71 6.21 17.35 2 12 2C6.47 2 2 6.5 2 12C2 17.5 6.5 22 12 22C12.87 22 13.71 21.88 14.5 21.67C13.71 20.71 13.18 19.5 13.04 18.2C12.73 18.81 12.39 19.4 12 19.96C11.17 18.76 10.5 17.43 10.09 16H13.18C13.35 15.28 13.64 14.61 14.03 14H9.66C9.56 13.34 9.5 12.68 9.5 12S9.56 10.65 9.66 10H14.34C14.43 10.65 14.5 11.32 14.5 12C14.5 12.5 14.46 13 14.4 13.5C14.97 12.76 15.68 12.17 16.5 11.74M4.26 14C4.1 13.36 4 12.69 4 12S4.1 10.64 4.26 10H7.64C7.56 10.66 7.5 11.32 7.5 12S7.56 13.34 7.64 14H4.26M5.08 16H8C8.35 17.25 8.8 18.45 9.4 19.56C7.57 18.93 6.03 17.65 5.08 16M8 8H5.08C6.03 6.34 7.57 5.06 9.4 4.44C8.8 5.55 8.35 6.75 8 8M10.09 8C10.5 6.57 11.17 5.23 12 4.03C12.83 5.23 13.5 6.57 13.91 8H10.09M18.92 8H15.97C15.65 6.75 15.19 5.55 14.59 4.44C16.43 5.07 17.96 6.34 18.92 8M23 17.5C23 18.32 22.75 19.08 22.33 19.71L21.24 18.62C21.41 18.28 21.5 17.9 21.5 17.5C21.5 16.12 20.38 15 19 15V16.5L16.75 14.25L19 12V13.5C21.21 13.5 23 15.29 23 17.5M19 18.5L21.25 20.75L19 23V21.5C16.79 21.5 15 19.71 15 17.5C15 16.68 15.25 15.92 15.67 15.29L16.76 16.38C16.59 16.72 16.5 17.1 16.5 17.5C16.5 18.88 17.62 20 19 20V18.5Z\" /></svg></li><li title=\"web \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-web\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.36,14C16.44,13.34 16.5,12.68 16.5,12C16.5,11.32 16.44,10.66 16.36,10H19.74C19.9,10.64 20,11.31 20,12C20,12.69 19.9,13.36 19.74,14M14.59,19.56C15.19,18.45 15.65,17.25 15.97,16H18.92C17.96,17.65 16.43,18.93 14.59,19.56M14.34,14H9.66C9.56,13.34 9.5,12.68 9.5,12C9.5,11.32 9.56,10.65 9.66,10H14.34C14.43,10.65 14.5,11.32 14.5,12C14.5,12.68 14.43,13.34 14.34,14M12,19.96C11.17,18.76 10.5,17.43 10.09,16H13.91C13.5,17.43 12.83,18.76 12,19.96M8,8H5.08C6.03,6.34 7.57,5.06 9.4,4.44C8.8,5.55 8.35,6.75 8,8M5.08,16H8C8.35,17.25 8.8,18.45 9.4,19.56C7.57,18.93 6.03,17.65 5.08,16M4.26,14C4.1,13.36 4,12.69 4,12C4,11.31 4.1,10.64 4.26,10H7.64C7.56,10.66 7.5,11.32 7.5,12C7.5,12.68 7.56,13.34 7.64,14M12,4.03C12.83,5.23 13.5,6.57 13.91,8H10.09C10.5,6.57 11.17,5.23 12,4.03M18.92,8H15.97C15.65,6.75 15.19,5.55 14.59,4.44C16.43,5.07 17.96,6.34 18.92,8M12,2C6.47,2 2,6.5 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z\" /></svg></li><li title=\"webcam off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-webcam-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 6C13.66 6 15 7.34 15 9C15 9.78 14.7 10.5 14.21 11L10 6.79C10.5 6.3 11.22 6 12 6M12 4C14.76 4 17 6.24 17 9C17 10.33 16.47 11.53 15.62 12.42L17.04 13.84C18.25 12.59 19 10.88 19 9C19 5.13 15.87 2 12 2C10.12 2 8.41 2.75 7.16 3.96L8.58 5.38C9.47 4.53 10.67 4 12 4M22.11 21.46L20.84 22.73L19.46 21.35C19.1 21.75 18.58 22 18 22H6C4.89 22 4 21.11 4 20C4 19.62 4.1 19.27 4.29 18.97L6.11 15.81C7.69 17.17 9.75 18 12 18C13.21 18 14.37 17.75 15.43 17.32L13.85 15.74C13.26 15.91 12.64 16 12 16C8.13 16 5 12.87 5 9C5 8.36 5.09 7.74 5.26 7.15L1.11 3L2.39 1.73L22.11 21.46M12.1 14L7 8.9C7 8.93 7 8.97 7 9C7 11.76 9.24 14 12 14C12.03 14 12.07 14 12.1 14Z\" /></svg></li><li title=\"webcam \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-webcam\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A7,7 0 0,1 19,9A7,7 0 0,1 12,16A7,7 0 0,1 5,9A7,7 0 0,1 12,2M12,4A5,5 0 0,0 7,9A5,5 0 0,0 12,14A5,5 0 0,0 17,9A5,5 0 0,0 12,4M12,6A3,3 0 0,1 15,9A3,3 0 0,1 12,12A3,3 0 0,1 9,9A3,3 0 0,1 12,6M6,22A2,2 0 0,1 4,20C4,19.62 4.1,19.27 4.29,18.97L6.11,15.81C7.69,17.17 9.75,18 12,18C14.25,18 16.31,17.17 17.89,15.81L19.71,18.97C19.9,19.27 20,19.62 20,20A2,2 0 0,1 18,22H6Z\" /></svg></li><li title=\"webhook \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-webhook\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10.46,19C9,21.07 6.15,21.59 4.09,20.15C2.04,18.71 1.56,15.84 3,13.75C3.87,12.5 5.21,11.83 6.58,11.77L6.63,13.2C5.72,13.27 4.84,13.74 4.27,14.56C3.27,16 3.58,17.94 4.95,18.91C6.33,19.87 8.26,19.5 9.26,18.07C9.57,17.62 9.75,17.13 9.82,16.63V15.62L15.4,15.58L15.47,15.47C16,14.55 17.15,14.23 18.05,14.75C18.95,15.27 19.26,16.43 18.73,17.35C18.2,18.26 17.04,18.58 16.14,18.06C15.73,17.83 15.44,17.46 15.31,17.04L11.24,17.06C11.13,17.73 10.87,18.38 10.46,19M17.74,11.86C20.27,12.17 22.07,14.44 21.76,16.93C21.45,19.43 19.15,21.2 16.62,20.89C15.13,20.71 13.9,19.86 13.19,18.68L14.43,17.96C14.92,18.73 15.75,19.28 16.75,19.41C18.5,19.62 20.05,18.43 20.26,16.76C20.47,15.09 19.23,13.56 17.5,13.35C16.96,13.29 16.44,13.36 15.97,13.53L15.12,13.97L12.54,9.2H12.32C11.26,9.16 10.44,8.29 10.47,7.25C10.5,6.21 11.4,5.4 12.45,5.44C13.5,5.5 14.33,6.35 14.3,7.39C14.28,7.83 14.11,8.23 13.84,8.54L15.74,12.05C16.36,11.85 17.04,11.78 17.74,11.86M8.25,9.14C7.25,6.79 8.31,4.1 10.62,3.12C12.94,2.14 15.62,3.25 16.62,5.6C17.21,6.97 17.09,8.47 16.42,9.67L15.18,8.95C15.6,8.14 15.67,7.15 15.27,6.22C14.59,4.62 12.78,3.85 11.23,4.5C9.67,5.16 8.97,7 9.65,8.6C9.93,9.26 10.4,9.77 10.97,10.11L11.36,10.32L8.29,15.31C8.32,15.36 8.36,15.42 8.39,15.5C8.88,16.41 8.54,17.56 7.62,18.05C6.71,18.54 5.56,18.18 5.06,17.24C4.57,16.31 4.91,15.16 5.83,14.67C6.22,14.46 6.65,14.41 7.06,14.5L9.37,10.73C8.9,10.3 8.5,9.76 8.25,9.14Z\" /></svg></li><li title=\"webpack \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-webpack\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.45 17.39L12.36 21.97V18.4L17.4 15.63L20.45 17.39M21 16.89V7.31L18.04 9V15.18L21 16.89M3.55 17.39L11.64 21.96V18.4L6.6 15.63L3.55 17.39M3 16.89V7.31L5.96 9V15.18L3 16.89M3.35 6.69L11.64 2V5.45L6.33 8.37L6.28 8.39L3.35 6.69M20.65 6.69L12.36 2V5.45L17.67 8.38L17.71 8.4L20.65 6.69M11.64 17.59L6.67 14.85V9.44L11.64 12.31V17.59M12.36 17.59L17.33 14.86V9.44L12.36 12.31V17.59M7 8.81L12 6.06L17 8.81L12 11.69L7 8.81Z\" /></svg></li><li title=\"webrtc \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-webrtc\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 2C14.44 2 16.5 3.75 16.91 6.07L17.75 6C20.5 6 22.75 8.24 22.75 11C22.75 12.89 21.7 14.53 20.16 15.38C20.54 16.09 20.75 16.89 20.75 17.75C20.75 20.5 18.5 22.75 15.75 22.75C14.26 22.75 12.92 22.1 12 21.06C11.08 22.1 9.74 22.75 8.25 22.75C5.5 22.75 3.25 20.5 3.25 17.75C3.25 16.89 3.47 16.09 3.84 15.38C2.3 14.53 1.25 12.89 1.25 11C1.25 8.24 3.5 6 6.25 6L7.09 6.07C7.5 3.75 9.56 2 12 2M6.75 20.25L13.66 17H17C17.55 17 18 16.55 18 16V9C18 8.45 17.55 8 17 8H7C6.45 8 6 8.45 6 9V16C6 16.55 6.45 17 7 17H7.77L6.75 20.25Z\" /></svg></li><li title=\"wechat \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wechat\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M9.5,4C5.36,4 2,6.69 2,10C2,11.89 3.08,13.56 4.78,14.66L4,17L6.5,15.5C7.39,15.81 8.37,16 9.41,16C9.15,15.37 9,14.7 9,14C9,10.69 12.13,8 16,8C16.19,8 16.38,8 16.56,8.03C15.54,5.69 12.78,4 9.5,4M6.5,6.5A1,1 0 0,1 7.5,7.5A1,1 0 0,1 6.5,8.5A1,1 0 0,1 5.5,7.5A1,1 0 0,1 6.5,6.5M11.5,6.5A1,1 0 0,1 12.5,7.5A1,1 0 0,1 11.5,8.5A1,1 0 0,1 10.5,7.5A1,1 0 0,1 11.5,6.5M16,9C12.69,9 10,11.24 10,14C10,16.76 12.69,19 16,19C16.67,19 17.31,18.92 17.91,18.75L20,20L19.38,18.13C20.95,17.22 22,15.71 22,14C22,11.24 19.31,9 16,9M14,11.5A1,1 0 0,1 15,12.5A1,1 0 0,1 14,13.5A1,1 0 0,1 13,12.5A1,1 0 0,1 14,11.5M18,11.5A1,1 0 0,1 19,12.5A1,1 0 0,1 18,13.5A1,1 0 0,1 17,12.5A1,1 0 0,1 18,11.5Z\" /></svg></li><li title=\"weight gram \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-weight-gram\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19.95,10.56C19.75,9.67 18.95,9 18,9H15.46C15.81,8.41 16,7.73 16,7A4,4 0 0,0 12,3A4,4 0 0,0 8,7C8,7.73 8.19,8.41 8.54,9H6C5.05,9 4.25,9.67 4.05,10.56C2.04,18.57 2,18.78 2,19A2,2 0 0,0 4,21H20A2,2 0 0,0 22,19C22,18.78 21.96,18.57 19.95,10.56M12,5A2,2 0 0,1 14,7A2,2 0 0,1 12,9A2,2 0 0,1 10,7A2,2 0 0,1 12,5M15,13H11V17H13V14H15V19H11C9.89,19 9,18.11 9,17V13C9,11.89 9.89,11 11,11H15V13Z\" /></svg></li><li title=\"weight kilogram \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-weight-kilogram\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,3A4,4 0 0,1 16,7C16,7.73 15.81,8.41 15.46,9H18C18.95,9 19.75,9.67 19.95,10.56C21.96,18.57 22,18.78 22,19A2,2 0 0,1 20,21H4A2,2 0 0,1 2,19C2,18.78 2.04,18.57 4.05,10.56C4.25,9.67 5.05,9 6,9H8.54C8.19,8.41 8,7.73 8,7A4,4 0 0,1 12,3M12,5A2,2 0 0,0 10,7A2,2 0 0,0 12,9A2,2 0 0,0 14,7A2,2 0 0,0 12,5M6,11V19H8V16.5L9,17.5V19H11V17L9,15L11,13V11H9V12.5L8,13.5V11H6M15,11C13.89,11 13,11.89 13,13V17C13,18.11 13.89,19 15,19H18V14H16V17H15V13H18V11H15Z\" /></svg></li><li title=\"weight lifter \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-weight-lifter\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 5C10.89 5 10 5.89 10 7S10.89 9 12 9 14 8.11 14 7 13.11 5 12 5M22 1V6H20V4H4V6H2V1H4V3H20V1H22M15 11.26V23H13V18H11V23H9V11.26C6.93 10.17 5.5 8 5.5 5.5L5.5 5H7.5L7.5 5.5C7.5 8 9.5 10 12 10S16.5 8 16.5 5.5L16.5 5H18.5L18.5 5.5C18.5 8 17.07 10.17 15 11.26Z\" /></svg></li><li title=\"weight pound \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-weight-pound\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,3A4,4 0 0,1 16,7C16,7.73 15.81,8.41 15.46,9H18C18.95,9 19.75,9.67 19.95,10.56C21.96,18.57 22,18.78 22,19A2,2 0 0,1 20,21H4A2,2 0 0,1 2,19C2,18.78 2.04,18.57 4.05,10.56C4.25,9.67 5.05,9 6,9H8.54C8.19,8.41 8,7.73 8,7A4,4 0 0,1 12,3M12,5A2,2 0 0,0 10,7A2,2 0 0,0 12,9A2,2 0 0,0 14,7A2,2 0 0,0 12,5M6,11V19H11V17H8V11H6M13,11V19H16C17.11,19 18,18.11 18,17V16.5C18,15.93 17.75,15.38 17.32,15C17.75,14.62 18,14.07 18,13.5V13C18,11.89 17.11,11 16,11H13M15,13H16V14H15V13M15,16H16V17H15V16Z\" /></svg></li><li title=\"weight \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-weight\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,3A4,4 0 0,1 16,7C16,7.73 15.81,8.41 15.46,9H18C18.95,9 19.75,9.67 19.95,10.56C21.96,18.57 22,18.78 22,19A2,2 0 0,1 20,21H4A2,2 0 0,1 2,19C2,18.78 2.04,18.57 4.05,10.56C4.25,9.67 5.05,9 6,9H8.54C8.19,8.41 8,7.73 8,7A4,4 0 0,1 12,3M12,5A2,2 0 0,0 10,7A2,2 0 0,0 12,9A2,2 0 0,0 14,7A2,2 0 0,0 12,5Z\" /></svg></li><li title=\"whatsapp \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-whatsapp\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12.04 2C6.58 2 2.13 6.45 2.13 11.91C2.13 13.66 2.59 15.36 3.45 16.86L2.05 22L7.3 20.62C8.75 21.41 10.38 21.83 12.04 21.83C17.5 21.83 21.95 17.38 21.95 11.92C21.95 9.27 20.92 6.78 19.05 4.91C17.18 3.03 14.69 2 12.04 2M12.05 3.67C14.25 3.67 16.31 4.53 17.87 6.09C19.42 7.65 20.28 9.72 20.28 11.92C20.28 16.46 16.58 20.15 12.04 20.15C10.56 20.15 9.11 19.76 7.85 19L7.55 18.83L4.43 19.65L5.26 16.61L5.06 16.29C4.24 15 3.8 13.47 3.8 11.91C3.81 7.37 7.5 3.67 12.05 3.67M8.53 7.33C8.37 7.33 8.1 7.39 7.87 7.64C7.65 7.89 7 8.5 7 9.71C7 10.93 7.89 12.1 8 12.27C8.14 12.44 9.76 14.94 12.25 16C12.84 16.27 13.3 16.42 13.66 16.53C14.25 16.72 14.79 16.69 15.22 16.63C15.7 16.56 16.68 16.03 16.89 15.45C17.1 14.87 17.1 14.38 17.04 14.27C16.97 14.17 16.81 14.11 16.56 14C16.31 13.86 15.09 13.26 14.87 13.18C14.64 13.1 14.5 13.06 14.31 13.3C14.15 13.55 13.67 14.11 13.53 14.27C13.38 14.44 13.24 14.46 13 14.34C12.74 14.21 11.94 13.95 11 13.11C10.26 12.45 9.77 11.64 9.62 11.39C9.5 11.15 9.61 11 9.73 10.89C9.84 10.78 10 10.6 10.1 10.45C10.23 10.31 10.27 10.2 10.35 10.04C10.43 9.87 10.39 9.73 10.33 9.61C10.27 9.5 9.77 8.26 9.56 7.77C9.36 7.29 9.16 7.35 9 7.34C8.86 7.34 8.7 7.33 8.53 7.33Z\" /></svg></li><li title=\"wheel barrow \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wheel-barrow\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18 15.5C18.83 15.5 19.5 16.17 19.5 17S18.83 18.5 18 18.5 16.5 17.83 16.5 17 17.17 15.5 18 15.5M18 14C16.34 14 15 15.34 15 17S16.34 20 18 20C19.66 20 21 18.66 21 17S19.66 14 18 14M7 8L5 5H2V7H5.13L8 11.3V20H10L12.57 15H14.55C15.25 13.81 16.5 13 18 13C18.88 13 19.69 13.29 20.35 13.78L22 8H7M9.39 19H9V12.8L9.87 14.11C10.23 14.64 10.82 14.96 11.45 15L9.39 19Z\" /></svg></li><li title=\"wheelchair accessibility \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wheelchair-accessibility\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.4,11.2L14.3,11.4L16.6,8.8C16.8,8.5 16.9,8 16.8,7.5C16.7,7.2 16.6,6.9 16.3,6.7L10.9,3.5C10.5,3.2 9.9,3.3 9.5,3.6L6.8,6.1C6.3,6.6 6.2,7.3 6.7,7.8C7.1,8.3 7.9,8.3 8.4,7.9L10.4,6.1L12.3,7.2L8.1,11.5C8,11.6 8,11.7 7.9,11.7C7.4,11.9 6.9,12.1 6.5,12.4L8,13.9C8.5,13.7 9,13.5 9.5,13.5C11.4,13.5 13,15.1 13,17C13,17.6 12.9,18.1 12.6,18.5L14.1,20C14.7,19.1 15,18.1 15,17C15,15.8 14.6,14.6 13.9,13.7L17.2,13.4L17,18.2C16.9,18.9 17.4,19.4 18.1,19.5H18.2C18.8,19.5 19.3,19 19.4,18.4L19.6,12.5C19.6,12.2 19.5,11.8 19.3,11.6C19,11.3 18.7,11.2 18.4,11.2M18,5.5A2,2 0 0,0 20,3.5A2,2 0 0,0 18,1.5A2,2 0 0,0 16,3.5A2,2 0 0,0 18,5.5M12.5,21.6C11.6,22.2 10.6,22.5 9.5,22.5C6.5,22.5 4,20 4,17C4,15.9 4.3,14.9 4.9,14L6.4,15.5C6.2,16 6,16.5 6,17C6,18.9 7.6,20.5 9.5,20.5C10.1,20.5 10.6,20.4 11,20.1L12.5,21.6Z\" /></svg></li><li title=\"whistle outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-whistle-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3.76 3.7L2.14 4.88L4.43 8A8.23 8.23 0 0 1 6.35 7.28M11 9V11H18V11.29L13 12.71V15.5A4.5 4.5 0 1 1 8.5 11H9V9H8.5A6.5 6.5 0 1 0 15 15.5V13.91L22 12V9M16.24 3.7L13.85 7H16.32L17.86 4.88M9 2V7H11V2Z\" /></svg></li><li title=\"whistle \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-whistle\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M8.5,9A6.5,6.5 0 0,0 2,15.5A6.5,6.5 0 0,0 8.5,22A6.5,6.5 0 0,0 15,15.5V13.91L22,12V9H11V11H9V9H8.5M11,2V7H9V2H11M6.35,7.28C5.68,7.44 5.04,7.68 4.43,8L2.14,4.88L3.76,3.7L6.35,7.28M17.86,4.88L16.32,7H13.85L16.24,3.7L17.86,4.88Z\" /></svg></li><li title=\"white balance auto \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-white-balance-auto\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10.3,16L9.6,14H6.4L5.7,16H3.8L7,7H9L12.2,16M22,7L20.8,13.29L19.3,7H17.7L16.21,13.29L15,7H14.24C12.77,5.17 10.5,4 8,4A8,8 0 0,0 0,12A8,8 0 0,0 8,20C11.13,20 13.84,18.19 15.15,15.57L15.25,16H17L18.5,9.9L20,16H21.75L23.8,7M6.85,12.65H9.15L8,9L6.85,12.65Z\" /></svg></li><li title=\"white balance incandescent \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-white-balance-incandescent\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17.24,18.15L19.04,19.95L20.45,18.53L18.66,16.74M20,12.5H23V10.5H20M15,6.31V1.5H9V6.31C7.21,7.35 6,9.28 6,11.5A6,6 0 0,0 12,17.5A6,6 0 0,0 18,11.5C18,9.28 16.79,7.35 15,6.31M4,10.5H1V12.5H4M11,22.45C11.32,22.45 13,22.45 13,22.45V19.5H11M3.55,18.53L4.96,19.95L6.76,18.15L5.34,16.74L3.55,18.53Z\" /></svg></li><li title=\"white balance iridescent \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-white-balance-iridescent\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4.96,19.95L6.76,18.15L5.34,16.74L3.55,18.53M3.55,4.46L5.34,6.26L6.76,4.84L4.96,3.05M20.45,18.53L18.66,16.74L17.24,18.15L19.04,19.95M13,22.45V19.5H11V22.45C11.32,22.45 13,22.45 13,22.45M19.04,3.05L17.24,4.84L18.66,6.26L20.45,4.46M11,3.5H13V0.55H11M5,14.5H19V8.5H5V14.5Z\" /></svg></li><li title=\"white balance sunny \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-white-balance-sunny\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3.55,18.54L4.96,19.95L6.76,18.16L5.34,16.74M11,22.45C11.32,22.45 13,22.45 13,22.45V19.5H11M12,5.5A6,6 0 0,0 6,11.5A6,6 0 0,0 12,17.5A6,6 0 0,0 18,11.5C18,8.18 15.31,5.5 12,5.5M20,12.5H23V10.5H20M17.24,18.16L19.04,19.95L20.45,18.54L18.66,16.74M20.45,4.46L19.04,3.05L17.24,4.84L18.66,6.26M13,0.55H11V3.5H13M4,10.5H1V12.5H4M6.76,4.84L4.96,3.05L3.55,4.46L5.34,6.26L6.76,4.84Z\" /></svg></li><li title=\"widgets outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-widgets-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.7 4.5L19.5 7.3L16.7 10.1L13.9 7.3L16.7 4.5M9 5V9H5V5H9M19 15V19H15V15H19M16.7 1.7L11 7.3L16.7 13H13V21H21V13H16.7L22.3 7.3L16.7 1.7M11 3H3V11H11V3M9 15V19H5V15H9M11 13H3V21H11V13Z\" /></svg></li><li title=\"widgets \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-widgets\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3,3H11V7.34L16.66,1.69L22.31,7.34L16.66,13H21V21H13V13H16.66L11,7.34V11H3V3M3,13H11V21H3V13Z\" /></svg></li><li title=\"wifi alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wifi-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20.24 5H18V7.25C16.16 6.45 14.13 6 12 6C8.62 6 5.5 7.12 3 9L1.2 6.6C4.21 4.34 7.95 3 12 3C14.97 3 17.77 3.73 20.24 5M8.4 16.2L12 21L15.6 16.2C14.6 15.45 13.35 15 12 15S9.4 15.45 8.4 16.2M4.8 11.4L6.6 13.8C8.1 12.67 9.97 12 12 12S15.9 12.67 17.4 13.8L18 13V10.62C16.23 9.59 14.19 9 12 9C9.3 9 6.81 9.89 4.8 11.4M20 17H22V15H20V17M20 7V13H22V7H20Z\" /></svg></li><li title=\"wifi arrow down \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wifi-arrow-down\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 6C8.62 6 5.5 7.12 3 9L1.2 6.6C4.21 4.34 7.95 3 12 3S19.79 4.34 22.8 6.6L21 9C18.5 7.12 15.38 6 12 6M12 15C10.65 15 9.4 15.45 8.4 16.2L12 21L13.04 19.61C13 19.41 13 19.21 13 19C13 17.66 13.44 16.43 14.19 15.43C13.5 15.16 12.77 15 12 15M16.84 13.41C17.18 13.27 17.55 13.17 17.92 13.1L19.2 11.4C17.19 9.89 14.7 9 12 9S6.81 9.89 4.8 11.4L6.6 13.8C8.1 12.67 9.97 12 12 12C13.78 12 15.44 12.5 16.84 13.41M20 16H18V20H16L19 23L22 20H20V16Z\" /></svg></li><li title=\"wifi arrow left right \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wifi-arrow-left-right\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 12C9.97 12 8.1 12.67 6.6 13.8L4.8 11.4C6.81 9.89 9.3 9 12 9S17.19 9.89 19.2 11.4L17.92 13.1C17.55 13.17 17.18 13.27 16.84 13.41C15.44 12.5 13.78 12 12 12M21 9L22.8 6.6C19.79 4.34 16.05 3 12 3S4.21 4.34 1.2 6.6L3 9C5.5 7.12 8.62 6 12 6S18.5 7.12 21 9M12 15C10.65 15 9.4 15.45 8.4 16.2L12 21L13.04 19.61C13 19.41 13 19.21 13 19C13 17.66 13.44 16.43 14.19 15.43C13.5 15.16 12.77 15 12 15M18 18.5L15 21L18 23.5V22H22V20H18V18.5M23 17L20 14.5V16H16V18H20V19.5L23 17Z\" /></svg></li><li title=\"wifi arrow left \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wifi-arrow-left\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 12C9.97 12 8.1 12.67 6.6 13.8L4.8 11.4C6.81 9.89 9.3 9 12 9S17.19 9.89 19.2 11.4L17.92 13.1C17.55 13.17 17.18 13.27 16.84 13.41C15.44 12.5 13.78 12 12 12M21 9L22.8 6.6C19.79 4.34 16.05 3 12 3S4.21 4.34 1.2 6.6L3 9C5.5 7.12 8.62 6 12 6S18.5 7.12 21 9M12 15C10.65 15 9.4 15.45 8.4 16.2L12 21L13.04 19.61C13 19.41 13 19.21 13 19C13 17.66 13.44 16.43 14.19 15.43C13.5 15.16 12.77 15 12 15M18 16L15 19L18 22V20H22V18H18V16Z\" /></svg></li><li title=\"wifi arrow right \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wifi-arrow-right\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 6C8.62 6 5.5 7.12 3 9L1.2 6.6C4.21 4.34 7.95 3 12 3S19.79 4.34 22.8 6.6L21 9C18.5 7.12 15.38 6 12 6M16.84 13.41C17.18 13.27 17.55 13.17 17.92 13.1L19.2 11.4C17.19 9.89 14.7 9 12 9S6.81 9.89 4.8 11.4L6.6 13.8C8.1 12.67 9.97 12 12 12C13.78 12 15.44 12.5 16.84 13.41M12 15C10.65 15 9.4 15.45 8.4 16.2L12 21L13.04 19.61C13 19.41 13 19.21 13 19C13 17.66 13.44 16.43 14.19 15.43C13.5 15.16 12.77 15 12 15M23 19L20 16V18H16V20H20V22L23 19Z\" /></svg></li><li title=\"wifi arrow up down \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wifi-arrow-up-down\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 12C9.97 12 8.1 12.67 6.6 13.8L4.8 11.4C6.81 9.89 9.3 9 12 9S17.19 9.89 19.2 11.4L17.92 13.1C17.55 13.17 17.18 13.27 16.84 13.41C15.44 12.5 13.78 12 12 12M21 9L22.8 6.6C19.79 4.34 16.05 3 12 3S4.21 4.34 1.2 6.6L3 9C5.5 7.12 8.62 6 12 6S18.5 7.12 21 9M12 15C10.65 15 9.4 15.45 8.4 16.2L12 21L13.04 19.61C13 19.41 13 19.21 13 19C13 17.66 13.44 16.43 14.19 15.43C13.5 15.16 12.77 15 12 15M17 15L14.5 18H16V22H18V18H19.5L17 15M22 20V16H20V20H18.5L21 23L23.5 20H22Z\" /></svg></li><li title=\"wifi arrow up \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wifi-arrow-up\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 12C9.97 12 8.1 12.67 6.6 13.8L4.8 11.4C6.81 9.89 9.3 9 12 9S17.19 9.89 19.2 11.4L17.92 13.1C17.55 13.17 17.18 13.27 16.84 13.41C15.44 12.5 13.78 12 12 12M21 9L22.8 6.6C19.79 4.34 16.05 3 12 3S4.21 4.34 1.2 6.6L3 9C5.5 7.12 8.62 6 12 6S18.5 7.12 21 9M12 15C10.65 15 9.4 15.45 8.4 16.2L12 21L13.04 19.61C13 19.41 13 19.21 13 19C13 17.66 13.44 16.43 14.19 15.43C13.5 15.16 12.77 15 12 15M16 18H18V22H20V18H22L19 15L16 18Z\" /></svg></li><li title=\"wifi cancel \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wifi-cancel\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 6C8.62 6 5.5 7.12 3 9L1.2 6.6C4.21 4.34 7.95 3 12 3S19.79 4.34 22.8 6.6L21 9C18.5 7.12 15.38 6 12 6M15.53 12.72C16.42 12.26 17.43 12 18.5 12C18.58 12 18.66 12 18.74 12L19.2 11.4C17.19 9.89 14.7 9 12 9S6.81 9.89 4.8 11.4L6.6 13.8C8.1 12.67 9.97 12 12 12C13.26 12 14.45 12.26 15.53 12.72M12 15C10.65 15 9.4 15.45 8.4 16.2L12 21L12.34 20.54C12.13 19.9 12 19.22 12 18.5C12 17.24 12.36 16.08 13 15.08C12.66 15.03 12.33 15 12 15M23 18.5C23 21 21 23 18.5 23S14 21 14 18.5 16 14 18.5 14 23 16 23 18.5M20 21.08L15.92 17C15.65 17.42 15.5 17.94 15.5 18.5C15.5 20.16 16.84 21.5 18.5 21.5C19.06 21.5 19.58 21.35 20 21.08M21.5 18.5C21.5 16.84 20.16 15.5 18.5 15.5C17.94 15.5 17.42 15.65 17 15.92L21.08 20C21.35 19.58 21.5 19.06 21.5 18.5Z\" /></svg></li><li title=\"wifi check \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wifi-check\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 12C9.97 12 8.1 12.67 6.6 13.8L4.8 11.4C6.81 9.89 9.3 9 12 9S17.19 9.89 19.2 11.4L17.92 13.1C17.55 13.17 17.18 13.27 16.84 13.41C15.44 12.5 13.78 12 12 12M21 9L22.8 6.6C19.79 4.34 16.05 3 12 3S4.21 4.34 1.2 6.6L3 9C5.5 7.12 8.62 6 12 6S18.5 7.12 21 9M12 15C10.65 15 9.4 15.45 8.4 16.2L12 21L13.04 19.61C13 19.41 13 19.21 13 19C13 17.66 13.44 16.43 14.19 15.43C13.5 15.16 12.77 15 12 15M17.75 19.43L16.16 17.84L15 19L17.75 22L22.5 17.25L21.34 15.84L17.75 19.43Z\" /></svg></li><li title=\"wifi cog \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wifi-cog\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 12C9.97 12 8.1 12.67 6.6 13.8L4.8 11.4C6.81 9.89 9.3 9 12 9S17.19 9.89 19.2 11.4L18.74 12C17.66 12.05 16.63 12.33 15.73 12.81C14.6 12.29 13.33 12 12 12M21 9L22.8 6.6C19.79 4.34 16.05 3 12 3S4.21 4.34 1.2 6.6L3 9C5.5 7.12 8.62 6 12 6S18.5 7.12 21 9M12 15C10.65 15 9.4 15.45 8.4 16.2L12 21L12.22 20.71C12.08 20.16 12 19.59 12 19C12 17.57 12.43 16.24 13.17 15.13C12.79 15.05 12.4 15 12 15M23.8 20.4C23.9 20.4 23.9 20.5 23.8 20.6L22.8 22.3C22.7 22.4 22.6 22.4 22.5 22.4L21.3 22C21 22.2 20.8 22.3 20.5 22.5L20.3 23.8C20.3 23.9 20.2 24 20.1 24H18.1C18 24 17.9 23.9 17.8 23.8L17.6 22.5C17.3 22.4 17 22.2 16.8 22L15.6 22.5C15.5 22.5 15.4 22.5 15.3 22.4L14.3 20.7C14.2 20.6 14.3 20.5 14.4 20.4L15.5 19.6V18.6L14.4 17.8C14.3 17.7 14.3 17.6 14.3 17.5L15.3 15.8C15.4 15.7 15.5 15.7 15.6 15.7L16.8 16.2C17.1 16 17.3 15.9 17.6 15.7L17.8 14.4C17.8 14.3 17.9 14.2 18.1 14.2H20.1C20.2 14.2 20.3 14.3 20.3 14.4L20.5 15.7C20.8 15.8 21.1 16 21.4 16.2L22.6 15.7C22.7 15.7 22.9 15.7 22.9 15.8L23.9 17.5C24 17.6 23.9 17.7 23.8 17.8L22.7 18.6V19.6L23.8 20.4M20.5 19C20.5 18.2 19.8 17.5 19 17.5S17.5 18.2 17.5 19 18.2 20.5 19 20.5 20.5 19.8 20.5 19Z\" /></svg></li><li title=\"wifi lock open \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wifi-lock-open\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 6C8.62 6 5.5 7.12 3 9L1.2 6.6C4.21 4.34 7.95 3 12 3S19.79 4.34 22.8 6.6L21 9C18.5 7.12 15.38 6 12 6M16.31 9.81C14.97 9.29 13.5 9 12 9C9.3 9 6.81 9.89 4.8 11.4L6.6 13.8C8.1 12.67 9.97 12 12 12C12.83 12 13.63 12.12 14.39 12.33C14.7 11.3 15.38 10.41 16.31 9.81M8.4 16.2L12 21L13 19.67V17.2C13 16.5 13.27 15.81 13.7 15.26C13.16 15.1 12.59 15 12 15C10.65 15 9.4 15.45 8.4 16.2M21.8 16H17.5V13.5C17.5 12.7 18.2 12.2 19 12.2S20.5 12.7 20.5 13.5V14H21.8V13.5C21.8 12.1 20.4 11 19 11S16.2 12.1 16.2 13.5V16C15.6 16 15 16.6 15 17.2V20.7C15 21.4 15.6 22 16.2 22H21.7C22.4 22 23 21.4 23 20.8V17.3C23 16.6 22.4 16 21.8 16Z\" /></svg></li><li title=\"wifi lock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wifi-lock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 6C8.62 6 5.5 7.12 3 9L1.2 6.6C4.21 4.34 7.95 3 12 3S19.79 4.34 22.8 6.6L21 9C18.5 7.12 15.38 6 12 6M17.4 10.29C15.77 9.47 13.94 9 12 9C9.3 9 6.81 9.89 4.8 11.4L6.6 13.8C8.1 12.67 9.97 12 12 12C12.97 12 13.9 12.16 14.78 12.44C15.34 11.45 16.27 10.68 17.4 10.29M8.4 16.2L12 21L13 19.67V17.2C13 16.5 13.27 15.81 13.7 15.26C13.16 15.1 12.59 15 12 15C10.65 15 9.4 15.45 8.4 16.2M23 17.3V20.8C23 21.4 22.4 22 21.7 22H16.2C15.6 22 15 21.4 15 20.7V17.2C15 16.6 15.6 16 16.2 16V14.5C16.2 13.1 17.6 12 19 12S21.8 13.1 21.8 14.5V16C22.4 16 23 16.6 23 17.3M20.5 14.5C20.5 13.7 19.8 13.2 19 13.2S17.5 13.7 17.5 14.5V16H20.5V14.5Z\" /></svg></li><li title=\"wifi marker \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wifi-marker\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 6C8.62 6 5.5 7.12 3 9L1.2 6.6C4.21 4.34 7.95 3 12 3S19.79 4.34 22.8 6.6L21 9C18.5 7.12 15.38 6 12 6M13 15.09C12.69 15.03 12.35 15 12 15C10.65 15 9.4 15.45 8.4 16.2L12 21L13.8 18.6C13.33 17.58 13 16.5 13 15.5C13 15.36 13 15.23 13 15.09M12 9C9.3 9 6.81 9.89 4.8 11.4L6.6 13.8C8.1 12.67 9.97 12 12 12C12.73 12 13.43 12.09 14.1 12.25C14.86 11.25 15.93 10.5 17.17 10.18C15.6 9.43 13.85 9 12 9M22 15.5C22 18.1 18.5 22 18.5 22S15 18.1 15 15.5C15 13.6 16.6 12 18.5 12S22 13.6 22 15.5M19.7 15.6C19.7 15 19.1 14.4 18.5 14.4S17.3 14.9 17.3 15.6C17.3 16.2 17.8 16.8 18.5 16.8S19.8 16.2 19.7 15.6Z\" /></svg></li><li title=\"wifi minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wifi-minus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 12C9.97 12 8.1 12.67 6.6 13.8L4.8 11.4C6.81 9.89 9.3 9 12 9S17.19 9.89 19.2 11.4L17.92 13.1C17.55 13.17 17.18 13.27 16.84 13.41C15.44 12.5 13.78 12 12 12M21 9L22.8 6.6C19.79 4.34 16.05 3 12 3S4.21 4.34 1.2 6.6L3 9C5.5 7.12 8.62 6 12 6S18.5 7.12 21 9M12 15C10.65 15 9.4 15.45 8.4 16.2L12 21L13.04 19.61C13 19.41 13 19.21 13 19C13 17.66 13.44 16.43 14.19 15.43C13.5 15.16 12.77 15 12 15M15 18V20H23V18H15Z\" /></svg></li><li title=\"wifi off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wifi-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2.28,3L1,4.27L2.47,5.74C2.04,6 1.61,6.29 1.2,6.6L3,9C3.53,8.6 4.08,8.25 4.66,7.93L6.89,10.16C6.15,10.5 5.44,10.91 4.8,11.4L6.6,13.8C7.38,13.22 8.26,12.77 9.2,12.47L11.75,15C10.5,15.07 9.34,15.5 8.4,16.2L12,21L14.46,17.73L17.74,21L19,19.72M12,3C9.85,3 7.8,3.38 5.9,4.07L8.29,6.47C9.5,6.16 10.72,6 12,6C15.38,6 18.5,7.11 21,9L22.8,6.6C19.79,4.34 16.06,3 12,3M12,9C11.62,9 11.25,9 10.88,9.05L14.07,12.25C15.29,12.53 16.43,13.07 17.4,13.8L19.2,11.4C17.2,9.89 14.7,9 12,9Z\" /></svg></li><li title=\"wifi plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wifi-plus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 6C8.62 6 5.5 7.12 3 9L1.2 6.6C4.21 4.34 7.95 3 12 3S19.79 4.34 22.8 6.6L21 9C18.5 7.12 15.38 6 12 6M12 15C10.65 15 9.4 15.45 8.4 16.2L12 21L13.04 19.61C13 19.41 13 19.21 13 19C13 17.66 13.44 16.43 14.19 15.43C13.5 15.16 12.77 15 12 15M16.84 13.41C17.18 13.27 17.55 13.17 17.92 13.1L19.2 11.4C17.19 9.89 14.7 9 12 9S6.81 9.89 4.8 11.4L6.6 13.8C8.1 12.67 9.97 12 12 12C13.78 12 15.44 12.5 16.84 13.41M20 18V15H18V18H15V20H18V23H20V20H23V18H20Z\" /></svg></li><li title=\"wifi refresh \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wifi-refresh\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 12C9.97 12 8.1 12.67 6.6 13.8L4.8 11.4C6.81 9.89 9.3 9 12 9S17.19 9.89 19.2 11.4L18.74 12C18.66 12 18.58 12 18.5 12C17.43 12 16.42 12.26 15.53 12.72C14.45 12.26 13.26 12 12 12M21 9L22.8 6.6C19.79 4.34 16.05 3 12 3S4.21 4.34 1.2 6.6L3 9C5.5 7.12 8.62 6 12 6S18.5 7.12 21 9M12 15C10.65 15 9.4 15.45 8.4 16.2L12 21L12.34 20.54C12.13 19.9 12 19.22 12 18.5C12 17.24 12.36 16.08 13 15.08C12.66 15.03 12.33 15 12 15M18 14.5C15.79 14.5 14 16.29 14 18.5S15.79 22.5 18 22.5C19.68 22.5 21.12 21.47 21.71 20H20C19.54 20.61 18.82 21 18 21C16.62 21 15.5 19.88 15.5 18.5S16.62 16 18 16C18.69 16 19.32 16.28 19.77 16.73L18 18.5H22V14.5L20.83 15.67C20.11 14.95 19.11 14.5 18 14.5Z\" /></svg></li><li title=\"wifi remove \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wifi-remove\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 12C9.97 12 8.1 12.67 6.6 13.8L4.8 11.4C6.81 9.89 9.3 9 12 9S17.19 9.89 19.2 11.4L17.92 13.1C17.55 13.17 17.18 13.27 16.84 13.41C15.44 12.5 13.78 12 12 12M21 9L22.8 6.6C19.79 4.34 16.05 3 12 3S4.21 4.34 1.2 6.6L3 9C5.5 7.12 8.62 6 12 6S18.5 7.12 21 9M12 15C10.65 15 9.4 15.45 8.4 16.2L12 21L13.04 19.61C13 19.41 13 19.21 13 19C13 17.66 13.44 16.43 14.19 15.43C13.5 15.16 12.77 15 12 15M21.12 15.46L19 17.59L16.88 15.47L15.47 16.88L17.59 19L15.47 21.12L16.88 22.54L19 20.41L21.12 22.54L22.54 21.12L20.41 19L22.54 16.88L21.12 15.46Z\" /></svg></li><li title=\"wifi settings \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wifi-settings\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 20L8.4 15.2C9.4 14.45 10.65 14 12 14S14.6 14.45 15.6 15.2L12 20M4.8 10.4L6.6 12.8C8.1 11.67 9.97 11 12 11S15.9 11.67 17.4 12.8L19.2 10.4C17.19 8.89 14.7 8 12 8S6.81 8.89 4.8 10.4M12 2C7.95 2 4.21 3.34 1.2 5.6L3 8C5.5 6.12 8.62 5 12 5S18.5 6.12 21 8L22.8 5.6C19.79 3.34 16.05 2 12 2M7 24H9V22H7V24M15 24H17V22H15V24M11 24H13V22H11V24Z\" /></svg></li><li title=\"wifi star \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wifi-star\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,6C8.6,6 5.5,7.1 3,9L1.2,6.6C4.2,4.3 8,3 12,3C16,3 19.8,4.3 22.8,6.6L21,9C18.5,7.1 15.4,6 12,6M13,19C13,17.7 13.4,16.4 14.2,15.4C13.5,15.2 12.8,15 12,15C10.7,15 9.4,15.5 8.4,16.2L12,21L13,19.6C13,19.4 13,19.2 13,19M16.8,13.4C17.1,13.3 17.5,13.2 17.9,13.1L19.2,11.4C17.2,9.9 14.7,9 12,9C9.3,9 6.8,9.9 4.8,11.4L6.6,13.8C8.1,12.7 10,12 12,12C13.8,12 15.4,12.5 16.8,13.4M16.5,22.6L17.2,19.8L15,17.9L17.9,17.7L19,15L20.1,17.6L23,17.8L20.8,19.7L21.5,22.5L19,21.1L16.5,22.6Z\" /></svg></li><li title=\"wifi strength 1 alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wifi-strength-1-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 3C7.8 3 3.7 4.4 .4 7C4.4 12.1 7.9 16.4 12 21.5C14.4 18.5 16.7 15.7 19 12.8V9.6L15.6 13.8C14.5 13.3 13.2 13 12 13S9.5 13.3 8.4 13.8L3.3 7.4C5.9 5.8 8.9 5 12 5S18.1 5.9 20.7 7.4L20.3 8H22.9C23.1 7.7 23.5 7.3 23.7 7C20.3 4.4 16.2 3 12 3M21 10V16H23V10M21 18V20H23V18\" /></svg></li><li title=\"wifi strength 1 lock open \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wifi-strength-1-lock-open\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 13C12.74 13 13.5 13.12 14.22 13.31C14.22 13.38 14.2 13.44 14.2 13.5V14.74C13.5 15.34 13 16.24 13 17.2V20.24L12 21.5C7.88 16.37 4.39 12.06 .365 7C3.69 4.41 7.78 3 12 3C16.2 3 20.31 4.41 23.64 7L21.5 9.69C20.86 9.33 20.16 9.11 19.42 9.04L20.7 7.45C18.08 5.86 15.06 5 12 5S5.9 5.85 3.26 7.44L8.38 13.8C9.5 13.28 10.74 13 12 13M21.8 16H17.5V13.5C17.5 12.7 18.2 12.2 19 12.2S20.5 12.7 20.5 13.5V14H21.8V13.5C21.8 12.1 20.4 11 19 11S16.2 12.1 16.2 13.5V16C15.6 16 15 16.6 15 17.2V20.7C15 21.4 15.6 22 16.2 22H21.7C22.4 22 23 21.4 23 20.8V17.3C23 16.6 22.4 16 21.8 16Z\" /></svg></li><li title=\"wifi strength 1 lock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wifi-strength-1-lock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 13C12.8 13 13.61 13.13 14.38 13.36C14.28 13.73 14.2 14.11 14.2 14.5V14.74C13.5 15.34 13 16.24 13 17.2V20.24L12 21.5C7.88 16.37 4.39 12.06 .365 7C3.69 4.41 7.78 3 12 3C16.2 3 20.31 4.41 23.64 7L20.91 10.39C20.32 10.14 19.68 10 19 10C18.87 10 18.75 10.03 18.62 10.04L20.7 7.45C18.08 5.86 15.06 5 12 5S5.9 5.85 3.26 7.44L8.38 13.8C9.5 13.28 10.74 13 12 13M23 17.3V20.8C23 21.4 22.4 22 21.7 22H16.2C15.6 22 15 21.4 15 20.7V17.2C15 16.6 15.6 16 16.2 16V14.5C16.2 13.1 17.6 12 19 12S21.8 13.1 21.8 14.5V16C22.4 16 23 16.6 23 17.3M20.5 14.5C20.5 13.7 19.8 13.2 19 13.2S17.5 13.7 17.5 14.5V16H20.5V14.5Z\" /></svg></li><li title=\"wifi strength 1 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wifi-strength-1\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,3C7.79,3 3.7,4.41 0.38,7C4.41,12.06 7.89,16.37 12,21.5C16.08,16.42 20.24,11.24 23.65,7C20.32,4.41 16.22,3 12,3M12,5C15.07,5 18.09,5.86 20.71,7.45L15.61,13.81C14.5,13.28 13.25,13 12,13C10.75,13 9.5,13.28 8.39,13.8L3.27,7.44C5.91,5.85 8.93,5 12,5Z\" /></svg></li><li title=\"wifi strength 2 alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wifi-strength-2-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 3C7.8 3 3.7 4.4 .4 7C4.4 12.1 7.9 16.4 12 21.5C14.4 18.5 16.7 15.7 19 12.8V9.6L17.5 11.4C16.3 10.7 14.4 10 12 10C9.6 10 7.7 10.8 6.5 11.4L3.3 7.4C5.9 5.8 8.9 5 12 5S18.1 5.9 20.7 7.4L20.3 8H22.9C23.1 7.7 23.5 7.3 23.7 7C20.3 4.4 16.2 3 12 3M21 10V16H23V10M21 18V20H23V18\" /></svg></li><li title=\"wifi strength 2 lock open \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wifi-strength-2-lock-open\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.44 10.55C14.68 11.35 14.2 12.38 14.2 13.5V14.74C13.5 15.34 13 16.24 13 17.2V20.24L12 21.5C7.88 16.37 4.39 12.06 .365 7C3.69 4.41 7.78 3 12 3C16.2 3 20.31 4.41 23.64 7L21.5 9.69C20.86 9.33 20.16 9.1 19.41 9.04L20.7 7.45C18.08 5.86 15.06 5 12 5S5.9 5.85 3.26 7.44L6.5 11.43C7.73 10.75 9.61 10 12 10C13.29 10 14.45 10.23 15.44 10.55M21.8 16H17.5V13.5C17.5 12.7 18.2 12.2 19 12.2S20.5 12.7 20.5 13.5V14H21.8V13.5C21.8 12.1 20.4 11 19 11S16.2 12.1 16.2 13.5V16C15.6 16 15 16.6 15 17.2V20.7C15 21.4 15.6 22 16.2 22H21.7C22.4 22 23 21.4 23 20.8V17.3C23 16.6 22.4 16 21.8 16Z\" /></svg></li><li title=\"wifi strength 2 lock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wifi-strength-2-lock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.2 14.5V14.74C13.5 15.34 13 16.24 13 17.2V20.24L12 21.5C7.88 16.37 4.39 12.06 .365 7C3.69 4.41 7.78 3 12 3C16.2 3 20.31 4.41 23.64 7L20.91 10.39C20.32 10.14 19.68 10 19 10C18.87 10 18.74 10.03 18.61 10.04L20.7 7.45C18.08 5.86 15.06 5 12 5S5.9 5.85 3.26 7.44L6.5 11.43C7.73 10.75 9.61 10 12 10C13.68 10 15.12 10.38 16.26 10.84C15.03 11.67 14.2 13 14.2 14.5M23 17.3V20.8C23 21.4 22.4 22 21.7 22H16.2C15.6 22 15 21.4 15 20.7V17.2C15 16.6 15.6 16 16.2 16V14.5C16.2 13.1 17.6 12 19 12S21.8 13.1 21.8 14.5V16C22.4 16 23 16.6 23 17.3M20.5 14.5C20.5 13.7 19.8 13.2 19 13.2S17.5 13.7 17.5 14.5V16H20.5V14.5Z\" /></svg></li><li title=\"wifi strength 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wifi-strength-2\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,3C7.79,3 3.7,4.41 0.38,7C4.41,12.06 7.89,16.37 12,21.5C16.08,16.42 20.24,11.24 23.65,7C20.32,4.41 16.22,3 12,3M12,5C15.07,5 18.09,5.86 20.71,7.45L17.5,11.43C16.26,10.74 14.37,10 12,10C9.62,10 7.74,10.75 6.5,11.43L3.27,7.44C5.91,5.85 8.93,5 12,5Z\" /></svg></li><li title=\"wifi strength 3 alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wifi-strength-3-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 3C7.8 3 3.7 4.4 .4 7C4.4 12.1 7.9 16.4 12 21.5C14.4 18.5 16.7 15.7 19 12.8V9.6L18.8 9.9C17.3 9 14.9 8 12 8C9 8 6.7 9 5.2 9.8L3.3 7.4C5.9 5.8 8.9 5 12 5S18.1 5.9 20.7 7.4L20.3 8H22.9C23.1 7.7 23.5 7.3 23.7 7C20.3 4.4 16.2 3 12 3M21 10V16H23V10M21 18V20H23V18\" /></svg></li><li title=\"wifi strength 3 lock open \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wifi-strength-3-lock-open\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.2 13.5V14.74C13.5 15.34 13 16.24 13 17.2V20.24L12 21.5C7.88 16.37 4.39 12.06 .365 7C3.69 4.41 7.78 3 12 3C16.2 3 20.31 4.41 23.64 7L21.5 9.69C20.86 9.33 20.17 9.11 19.42 9.04L20.7 7.45C18.08 5.86 15.06 5 12 5S5.9 5.85 3.26 7.44L5.2 9.84C6.67 9 9 8 12 8C14.18 8 16.08 8.58 17.53 9.25C15.63 9.85 14.2 11.54 14.2 13.5M21.8 16H17.5V13.5C17.5 12.7 18.2 12.2 19 12.2S20.5 12.7 20.5 13.5V14H21.8V13.5C21.8 12.1 20.4 11 19 11S16.2 12.1 16.2 13.5V16C15.6 16 15 16.6 15 17.2V20.7C15 21.4 15.6 22 16.2 22H21.7C22.4 22 23 21.4 23 20.8V17.3C23 16.6 22.4 16 21.8 16Z\" /></svg></li><li title=\"wifi strength 3 lock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wifi-strength-3-lock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 10C19.68 10 20.32 10.14 20.91 10.39L23.64 7C20.31 4.41 16.2 3 12 3C7.78 3 3.69 4.41 .365 7C4.39 12.06 7.88 16.37 12 21.5L13 20.24V17.2C13 16.24 13.5 15.34 14.2 14.74V14.5C14.2 12.06 16.4 10 19 10M12 8C9 8 6.67 9 5.2 9.84L3.26 7.44C5.9 5.85 8.91 5 12 5S18.08 5.86 20.7 7.45L18.76 9.88C17.25 9 14.87 8 12 8M21.8 16V14.5C21.8 13.1 20.4 12 19 12S16.2 13.1 16.2 14.5V16C15.6 16 15 16.6 15 17.2V20.7C15 21.4 15.6 22 16.2 22H21.7C22.4 22 23 21.4 23 20.8V17.3C23 16.6 22.4 16 21.8 16M20.5 16H17.5V14.5C17.5 13.7 18.2 13.2 19 13.2S20.5 13.7 20.5 14.5V16Z\" /></svg></li><li title=\"wifi strength 3 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wifi-strength-3\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,3C7.79,3 3.7,4.41 0.38,7C4.41,12.06 7.89,16.37 12,21.5C16.08,16.42 20.24,11.24 23.65,7C20.32,4.41 16.22,3 12,3M12,5C15.07,5 18.09,5.86 20.71,7.45L18.77,9.88C17.26,9 14.88,8 12,8C9,8 6.68,9 5.21,9.84L3.27,7.44C5.91,5.85 8.93,5 12,5Z\" /></svg></li><li title=\"wifi strength 4 alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wifi-strength-4-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 3C7.8 3 3.7 4.4 .4 7C4.4 12.1 7.9 16.4 12 21.5C14.4 18.5 16.7 15.7 19 12.8V8H22.8C23 7.7 23.4 7.3 23.6 7C20.3 4.4 16.2 3 12 3M21 10V16H23V10M21 18V20H23V18\" /></svg></li><li title=\"wifi strength 4 lock open \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wifi-strength-4-lock-open\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.2 13.5V14.74C13.5 15.34 13 16.24 13 17.2V20.24L12 21.5C7.88 16.37 4.39 12.06 .365 7C3.69 4.41 7.78 3 12 3C16.2 3 20.31 4.41 23.64 7L21.5 9.69C20.75 9.26 19.9 9 19 9C16.4 9 14.2 11.06 14.2 13.5M21.8 16H17.5V13.5C17.5 12.7 18.2 12.2 19 12.2S20.5 12.7 20.5 13.5V14H21.8V13.5C21.8 12.1 20.4 11 19 11S16.2 12.1 16.2 13.5V16C15.6 16 15 16.6 15 17.2V20.7C15 21.4 15.6 22 16.2 22H21.7C22.4 22 23 21.4 23 20.8V17.3C23 16.6 22.4 16 21.8 16Z\" /></svg></li><li title=\"wifi strength 4 lock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wifi-strength-4-lock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.2 14.5V14.74C13.5 15.34 13 16.24 13 17.2V20.24L12 21.5C7.88 16.37 4.39 12.06 .365 7C3.69 4.41 7.78 3 12 3C16.2 3 20.31 4.41 23.64 7L20.91 10.39C20.32 10.14 19.68 10 19 10C16.4 10 14.2 12.06 14.2 14.5M23 17.3V20.8C23 21.4 22.4 22 21.7 22H16.2C15.6 22 15 21.4 15 20.7V17.2C15 16.6 15.6 16 16.2 16V14.5C16.2 13.1 17.6 12 19 12S21.8 13.1 21.8 14.5V16C22.4 16 23 16.6 23 17.3M20.5 14.5C20.5 13.7 19.8 13.2 19 13.2S17.5 13.7 17.5 14.5V16H20.5V14.5Z\" /></svg></li><li title=\"wifi strength 4 \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wifi-strength-4\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,3C7.79,3 3.7,4.41 0.38,7C4.41,12.06 7.89,16.37 12,21.5C16.08,16.42 20.24,11.24 23.65,7C20.32,4.41 16.22,3 12,3Z\" /></svg></li><li title=\"wifi strength alert outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wifi-strength-alert-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 3C7.8 3 3.7 4.4 .4 7C4.3 11.8 8.2 16.7 12 21.5C14.3 18.6 16.7 15.7 19 12.8V9.6L12 18.3L3.3 7.4C5.9 5.8 8.9 5 12 5C15.1 5 18.1 5.9 20.7 7.4L20.3 8H22.9C23.2 7.7 23.4 7.3 23.7 7C20.3 4.4 16.2 3 12 3M21 10V16H23V10M21 18V20H23V18\" /></svg></li><li title=\"wifi strength lock open outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wifi-strength-lock-open-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23.65 7H23.64C22.92 7.9 22.2 8.79 21.5 9.69C20.87 9.33 20.17 9.11 19.43 9.04L20.71 7.45C18.09 5.86 15.07 5 12 5C8.91 5 5.9 5.85 3.27 7.44L12 18.3L13 17C13 17.08 13 17.14 13 17.2V20.25L12 21.5C8.13 16.66 4.24 11.83 .355 7H.375C3.7 4.41 7.79 3 12 3C16.22 3 20.32 4.41 23.65 7M21.8 16H17.5V13.5C17.5 12.7 18.2 12.2 19 12.2S20.5 12.7 20.5 13.5V14H21.8V13.5C21.8 12.1 20.4 11 19 11S16.2 12.1 16.2 13.5V16C15.6 16 15 16.6 15 17.2V20.7C15 21.4 15.6 22 16.2 22H21.7C22.4 22 23 21.4 23 20.8V17.3C23 16.6 22.4 16 21.8 16Z\" /></svg></li><li title=\"wifi strength lock outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wifi-strength-lock-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M23.65 7H23.64L20.91 10.39C20.32 10.14 19.68 10 19 10C18.87 10 18.75 10.03 18.63 10.04L20.71 7.45C18.09 5.86 15.07 5 12 5C8.91 5 5.9 5.85 3.27 7.44L12 18.3L13 17C13 17.08 13 17.14 13 17.2V20.25L12 21.5C8.13 16.66 4.24 11.83 .355 7H.375C3.7 4.41 7.79 3 12 3C16.22 3 20.32 4.41 23.65 7M23 17.3V20.8C23 21.4 22.4 22 21.7 22H16.2C15.6 22 15 21.4 15 20.7V17.2C15 16.6 15.6 16 16.2 16V14.5C16.2 13.1 17.6 12 19 12S21.8 13.1 21.8 14.5V16C22.4 16 23 16.6 23 17.3M20.5 14.5C20.5 13.7 19.8 13.2 19 13.2S17.5 13.7 17.5 14.5V16H20.5V14.5Z\" /></svg></li><li title=\"wifi strength off outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wifi-strength-off-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3.27,1.44L2,2.72L4.05,4.77C2.75,5.37 1.5,6.11 0.38,7C4.2,11.8 8.14,16.67 12,21.5L15.91,16.63L19.23,19.95L20.5,18.68C14.87,13.04 3.27,1.44 3.27,1.44M12,3C10.6,3 9.21,3.17 7.86,3.5L9.56,5.19C10.37,5.07 11.18,5 12,5C15.07,5 18.09,5.86 20.71,7.45L16.76,12.38L18.18,13.8C20.08,11.43 22,9 23.65,7C20.32,4.41 16.22,3 12,3M5.57,6.29L14.5,15.21L12,18.3L3.27,7.44C4,7 4.78,6.61 5.57,6.29Z\" /></svg></li><li title=\"wifi strength off \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wifi-strength-off\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3.27,1.44L2,2.72L4.05,4.77C2.75,5.37 1.5,6.11 0.38,7C4.41,12.06 12,21.5 12,21.5L15.91,16.63L19.23,19.95L20.5,18.68M12,3C10.6,3 9.21,3.17 7.86,3.5L18.18,13.81C20,11.5 22.05,9 23.65,7C20.32,4.41 16.22,3 12,3Z\" /></svg></li><li title=\"wifi strength outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wifi-strength-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,3C7.79,3 3.7,4.41 0.38,7H0.36C4.24,11.83 8.13,16.66 12,21.5C15.89,16.66 19.77,11.83 23.64,7H23.65C20.32,4.41 16.22,3 12,3M12,5C15.07,5 18.09,5.86 20.71,7.45L12,18.3L3.27,7.44C5.9,5.85 8.92,5 12,5Z\" /></svg></li><li title=\"wifi sync \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wifi-sync\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 6C8.62 6 5.5 7.12 3 9L1.2 6.6C4.21 4.34 7.95 3 12 3S19.79 4.34 22.8 6.6L21 9C18.5 7.12 15.38 6 12 6M12 15C10.65 15 9.4 15.45 8.4 16.2L12 21L13.26 19.32C13.1 18.74 13 18.13 13 17.5C13 16.69 13.16 15.91 13.43 15.19C12.97 15.08 12.5 15 12 15M15.23 12.61C16.19 11.77 17.38 11.22 18.7 11.05C16.78 9.76 14.5 9 12 9C9.3 9 6.81 9.89 4.8 11.4L6.6 13.8C8.1 12.67 9.97 12 12 12C13.14 12 14.23 12.22 15.23 12.61M19 20C17.62 20 16.5 18.88 16.5 17.5C16.5 17.1 16.59 16.72 16.76 16.38L15.67 15.29C15.25 15.92 15 16.68 15 17.5C15 19.71 16.79 21.5 19 21.5V23L21.25 20.75L19 18.5V20M19 13.5V12L16.75 14.25L19 16.5V15C20.38 15 21.5 16.12 21.5 17.5C21.5 17.9 21.41 18.28 21.24 18.62L22.33 19.71C22.75 19.08 23 18.32 23 17.5C23 15.29 21.21 13.5 19 13.5Z\" /></svg></li><li title=\"wifi \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wifi\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,21L15.6,16.2C14.6,15.45 13.35,15 12,15C10.65,15 9.4,15.45 8.4,16.2L12,21M12,3C7.95,3 4.21,4.34 1.2,6.6L3,9C5.5,7.12 8.62,6 12,6C15.38,6 18.5,7.12 21,9L22.8,6.6C19.79,4.34 16.05,3 12,3M12,9C9.3,9 6.81,9.89 4.8,11.4L6.6,13.8C8.1,12.67 9.97,12 12,12C14.03,12 15.9,12.67 17.4,13.8L19.2,11.4C17.19,9.89 14.7,9 12,9Z\" /></svg></li><li title=\"wikipedia \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wikipedia\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14.97,18.95L12.41,12.92C11.39,14.91 10.27,17 9.31,18.95C9.3,18.96 8.84,18.95 8.84,18.95C7.37,15.5 5.85,12.1 4.37,8.68C4.03,7.84 2.83,6.5 2,6.5C2,6.4 2,6.18 2,6.05H7.06V6.5C6.46,6.5 5.44,6.9 5.7,7.55C6.42,9.09 8.94,15.06 9.63,16.58C10.1,15.64 11.43,13.16 12,12.11C11.55,11.23 10.13,7.93 9.71,7.11C9.39,6.57 8.58,6.5 7.96,6.5C7.96,6.35 7.97,6.25 7.96,6.06L12.42,6.07V6.47C11.81,6.5 11.24,6.71 11.5,7.29C12.1,8.53 12.45,9.42 13,10.57C13.17,10.23 14.07,8.38 14.5,7.41C14.76,6.76 14.37,6.5 13.29,6.5C13.3,6.38 13.3,6.17 13.3,6.07C14.69,6.06 16.78,6.06 17.15,6.05V6.47C16.44,6.5 15.71,6.88 15.33,7.46L13.5,11.3C13.68,11.81 15.46,15.76 15.65,16.2L19.5,7.37C19.2,6.65 18.34,6.5 18,6.5C18,6.37 18,6.2 18,6.05L22,6.08V6.1L22,6.5C21.12,6.5 20.57,7 20.25,7.75C19.45,9.54 17,15.24 15.4,18.95C15.4,18.95 14.97,18.95 14.97,18.95Z\" /></svg></li><li title=\"wind turbine alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wind-turbine-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12.33 11.67L15.21 14.58C16.62 13.16 15.21 11.75 15.21 11.75L13.72 10.24C13.9 9.86 14 9.44 14 9C14 7.95 13.46 7.03 12.64 6.5L14 2.11C12.09 1.53 11.5 3.44 11.5 3.44L10.69 6.03C9.46 6.16 8.46 7 8.13 8.18L3.67 9.63C4.31 11.53 6.2 10.9 6.2 10.9L8.27 10.23C8.61 10.97 9.23 11.54 10 11.82V19C10 19 8 19 8 21V22H14V21C14 21 14 19 12 19V11.82C12.12 11.78 12.23 11.72 12.33 11.67M9.5 9C9.5 8.17 10.17 7.5 11 7.5S12.5 8.17 12.5 9 11.83 10.5 11 10.5 9.5 9.83 9.5 9M18 12V7H20V13H18M18 17V15H20V17H18Z\" /></svg></li><li title=\"wind turbine check \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wind-turbine-check\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.33 11.67L14.21 14.58C15.62 13.16 14.21 11.75 14.21 11.75L12.72 10.24C12.9 9.86 13 9.44 13 9C13 7.95 12.46 7.03 11.64 6.5L13 2.11C11.09 1.53 10.5 3.44 10.5 3.44L9.69 6.03C8.46 6.16 7.46 7 7.13 8.18L2.67 9.63C3.31 11.53 5.2 10.9 5.2 10.9L7.27 10.23C7.61 10.97 8.23 11.54 9 11.82V19C9 19 7 19 7 21V22H13V21C13 21 13 19 11 19V11.82C11.12 11.78 11.23 11.72 11.33 11.67M8.5 9C8.5 8.17 9.17 7.5 10 7.5S11.5 8.17 11.5 9 10.83 10.5 10 10.5 8.5 9.83 8.5 9M16.75 21.16L14 18.16L15.16 17L16.75 18.59L20.34 15L21.5 16.41L16.75 21.16\" /></svg></li><li title=\"wind turbine \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wind-turbine\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.33,11.67L16.21,14.58C17.62,13.16 16.21,11.75 16.21,11.75L14.72,10.24C14.9,9.86 15,9.44 15,9C15,7.95 14.46,7.03 13.64,6.5L15,2.11C13.09,1.53 12.5,3.44 12.5,3.44L11.69,6.03C10.46,6.16 9.46,7 9.13,8.18L4.67,9.63C5.31,11.53 7.2,10.9 7.2,10.9L9.27,10.23C9.61,10.97 10.23,11.54 11,11.82V19C11,19 9,19 9,21C9,21.5 9,21.81 9,22H15V21C15,21 15,19 13,19V11.82C13.12,11.78 13.23,11.72 13.33,11.67M10.5,9A1.5,1.5 0 0,1 12,7.5A1.5,1.5 0 0,1 13.5,9A1.5,1.5 0 0,1 12,10.5A1.5,1.5 0 0,1 10.5,9Z\" /></svg></li><li title=\"window close \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-window-close\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13.46,12L19,17.54V19H17.54L12,13.46L6.46,19H5V17.54L10.54,12L5,6.46V5H6.46L12,10.54L17.54,5H19V6.46L13.46,12Z\" /></svg></li><li title=\"window closed variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-window-closed-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 20V2H3V20H1V23H23V20M19 4V11H13V4M5 4H11V11H5M5 20V13H11V20M13 20V13H19V20Z\" /></svg></li><li title=\"window closed \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-window-closed\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,11H10V9H14V11H18V4H6V11M18,13H6V20H18V13M6,2H18A2,2 0 0,1 20,4V20A2,2 0 0,1 18,22H6A2,2 0 0,1 4,20V4A2,2 0 0,1 6,2Z\" /></svg></li><li title=\"window maximize \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-window-maximize\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,4H20V20H4V4M6,8V18H18V8H6Z\" /></svg></li><li title=\"window minimize \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-window-minimize\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,14H4V10H20\" /></svg></li><li title=\"window open variant \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-window-open-variant\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 20V2H3V20H1V23H23V20M19 4V11H17V4M5 4H7V11H5M5 20V13H7V20M9 20V4H15V20M17 20V13H19V20Z\" /></svg></li><li title=\"window open \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-window-open\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6,8H10V6H14V8H18V4H6V8M18,10H6V15H18V10M6,20H18V17H6V20M6,2H18A2,2 0 0,1 20,4V20A2,2 0 0,1 18,22H6A2,2 0 0,1 4,20V4A2,2 0 0,1 6,2Z\" /></svg></li><li title=\"window restore \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-window-restore\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4,8H8V4H20V16H16V20H4V8M16,8V14H18V6H10V8H16M6,12V18H14V12H6Z\" /></svg></li><li title=\"window shutter alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-window-shutter-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2 4H20V8H18V20H16V8H6V20H4V8H2V4M7 9H15V11H7V9M7 12H15V14H7V12M20 19V17H22V19H20M20 15V10H22V15H20Z\" /></svg></li><li title=\"window shutter open \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-window-shutter-open\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 4H21V8H19V20H17V8H7V20H5V8H3V4M8 9H16V11H8V9Z\" /></svg></li><li title=\"window shutter \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-window-shutter\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 4H21V8H19V20H17V8H7V20H5V8H3V4M8 9H16V11H8V9M8 12H16V14H8V12M8 15H16V17H8V15M8 18H16V20H8V18Z\" /></svg></li><li title=\"windsock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-windsock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7 5V13L22 11V7L7 5M10 6.91L13 7.31V10.69L10 11.09V6.91M16 7.71L19 8.11V9.89L16 10.29V7.71M5 10V11H6V12H5V21H3V4C3 3.45 3.45 3 4 3S5 3.45 5 4V6H6V7H5V10Z\" /></svg></li><li title=\"wiper wash alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wiper-wash-alert\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11 6C11 5.7 11.1 4.6 11.8 3.8L10 2.4L8.2 3.9C8.9 4.6 9 5.7 9 6C2.7 6.4 0 11 0 11L7 18C7 18 7.7 16.7 9 16.2V18.3C8.4 18.6 8 19.3 8 20C8 21.11 8.9 22 10 22S12 21.11 12 20C12 19.3 11.6 18.6 11 18.3V16.2C12.3 16.7 13 18 13 18L20 11C20 11 17.3 6.5 11 6M9 14.1C8.2 14.3 7.5 14.6 6.9 15.1L2.7 10.9C3.8 9.8 5.8 8.3 9 8.1V14.1M13.1 15.1C12.5 14.7 11.8 14.3 11 14.1V8.1C14.2 8.4 16.2 9.8 17.3 10.9L13.1 15.1M16 1.3L15.3 3.2C14.6 2.9 13.5 2.9 12.7 3.2L12 1.3C13.2 .9 14.8 .9 16 1.3M19 6H17C17 6 17 4.7 16.2 3.9L17.7 2.6C19 4 19 5.9 19 6M2.2 2.6L3.7 3.9C3 4.7 3 6 3 6H1C1 5.9 1 4 2.2 2.6M8 1.3L7.3 3.2C6.6 2.9 5.5 2.9 4.7 3.2L4 1.3C5.2 .9 6.8 .9 8 1.3M22 12V7H24V13H22M22 17H24V15H22\" /></svg></li><li title=\"wiper wash \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wiper-wash\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13,6C13,5.7 13.1,4.6 13.8,3.8L12,2.4L10.2,3.9C10.9,4.6 11,5.7 11,6C4.7,6.4 2,11 2,11L9,18C9,18 9.7,16.7 11,16.2V18.3C10.4,18.6 10,19.3 10,20A2,2 0 0,0 12,22A2,2 0 0,0 14,20C14,19.3 13.6,18.6 13,18.3V16.2C14.3,16.7 15,18 15,18L22,11C22,11 19.3,6.5 13,6M11,14.1C10.2,14.3 9.5,14.6 8.9,15.1L4.7,10.9C5.8,9.8 7.8,8.3 11,8.1V14.1M15.1,15.1C14.5,14.7 13.8,14.3 13,14.1V8.1C16.2,8.4 18.2,9.8 19.3,10.9L15.1,15.1M18,1.3L17.3,3.2C16.6,2.9 15.5,2.9 14.7,3.2L14,1.3C15.2,0.9 16.8,0.9 18,1.3M21,6H19C19,6 19,4.7 18.2,3.9L19.7,2.6C21,4 21,5.9 21,6M4.2,2.6L5.7,3.9C5,4.7 5,6 5,6H3C3,5.9 3,4 4.2,2.6M10,1.3L9.3,3.2C8.6,2.9 7.5,2.9 6.7,3.2L6,1.3C7.2,0.9 8.8,0.9 10,1.3Z\" /></svg></li><li title=\"wiper \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wiper\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,4C5,4 2,9 2,9L9,16C9,16 9.5,15.1 10.4,14.5L10.7,16.5C10.3,16.8 10,17.4 10,18A2,2 0 0,0 12,20A2,2 0 0,0 14,18C14,17.1 13.5,16.4 12.7,16.1L12.3,14C14.1,14.2 15,16 15,16L22,9C22,9 19,4 12,4M15.1,13.1C14.3,12.5 13.3,12 12,12L11,6.1C11.3,6 11.7,6 12,6C15.7,6 18.1,7.7 19.3,8.9L15.1,13.1M8.9,13.1L4.7,8.9C5.5,8 7,7 9,6.4L10,12.4C9.6,12.6 9.2,12.8 8.9,13.1Z\" /></svg></li><li title=\"wizard hat \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wizard-hat\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21 22H3V20H21V22M19 19H5L11.1 2.6C11.3 2.2 11.6 2 12 2L18 5H13.9L19 19M10 7.5L11.04 7.97L11.5 9L11.97 7.97L13 7.5L11.97 7.03L11.5 6L11.04 7.03L10 7.5M13 15L10.94 14.07L10 12L9.07 14.07L7 15L9.07 15.93L10 18L10.94 15.93L13 15M13.97 11.97L15 11.5L13.97 11.03L13.5 10L13.04 11.03L12 11.5L13.04 11.97L13.5 13L13.97 11.97M15.97 15.97L17 15.5L15.97 15.03L15.5 14L15.04 15.03L14 15.5L15.04 15.97L15.5 17L15.97 15.97Z\" /></svg></li><li title=\"wordpress \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wordpress\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3.42,12C3.42,10.76 3.69,9.58 4.16,8.5L8.26,19.72C5.39,18.33 3.42,15.4 3.42,12M17.79,11.57C17.79,12.3 17.5,13.15 17.14,14.34L16.28,17.2L13.18,8L14.16,7.9C14.63,7.84 14.57,7.16 14.11,7.19C14.11,7.19 12.72,7.3 11.82,7.3L9.56,7.19C9.1,7.16 9.05,7.87 9.5,7.9L10.41,8L11.75,11.64L9.87,17.27L6.74,8L7.73,7.9C8.19,7.84 8.13,7.16 7.67,7.19C7.67,7.19 6.28,7.3 5.38,7.3L4.83,7.29C6.37,4.96 9,3.42 12,3.42C14.23,3.42 16.27,4.28 17.79,5.67H17.68C16.84,5.67 16.24,6.4 16.24,7.19C16.24,7.9 16.65,8.5 17.08,9.2C17.41,9.77 17.79,10.5 17.79,11.57M12.15,12.75L14.79,19.97L14.85,20.09C13.96,20.41 13,20.58 12,20.58C11.16,20.58 10.35,20.46 9.58,20.23L12.15,12.75M19.53,7.88C20.2,9.11 20.58,10.5 20.58,12C20.58,15.16 18.86,17.93 16.31,19.41L18.93,11.84C19.42,10.62 19.59,9.64 19.59,8.77L19.53,7.88M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,21.54C17.26,21.54 21.54,17.26 21.54,12C21.54,6.74 17.26,2.46 12,2.46C6.74,2.46 2.46,6.74 2.46,12C2.46,17.26 6.74,21.54 12,21.54Z\" /></svg></li><li title=\"wrap disabled \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wrap-disabled\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,7H3V5H16V7M3,19H16V17H3V19M22,12L18,9V11H3V13H18V15L22,12Z\" /></svg></li><li title=\"wrap \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wrap\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M21,5H3V7H21V5M3,19H10V17H3V19M3,13H18C19,13 20,13.43 20,15C20,16.57 19,17 18,17H16V15L12,18L16,21V19H18C20.95,19 22,17.73 22,15C22,12.28 21,11 18,11H3V13Z\" /></svg></li><li title=\"wrench clock \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wrench-clock\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10 6.2C10 4.3 8.8 2.6 7 2V5.7H4V2C2.2 2.6 1 4.3 1 6.2C1 8.1 2.2 9.8 4 10.4V21.4C4 21.8 4.2 22 4.5 22H6.5C6.8 22 7 21.8 7 21.5V10.5C8.8 9.9 10 8.2 10 6.2M16 8C16 8 15.9 8 16 8C12.1 8.1 9 11.2 9 15C9 18.9 12.1 22 16 22S23 18.9 23 15 19.9 8 16 8M16 20C13.2 20 11 17.8 11 15S13.2 10 16 10 21 12.2 21 15 18.8 20 16 20M15 11V16L18.6 18.2L19.4 17L16.5 15.3V11H15Z\" /></svg></li><li title=\"wrench outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wrench-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.61,19L13.53,9.91C14.46,7.57 14,4.81 12.09,2.91C9.79,0.61 6.21,0.4 3.66,2.26L7.5,6.11L6.08,7.5L2.25,3.69C0.39,6.23 0.6,9.82 2.9,12.11C4.76,13.97 7.47,14.46 9.79,13.59L18.9,22.7C19.29,23.09 19.92,23.09 20.31,22.7L22.61,20.4C23,20 23,19.39 22.61,19M19.61,20.59L10.15,11.13C9.54,11.58 8.86,11.85 8.15,11.95C6.79,12.15 5.36,11.74 4.32,10.7C3.37,9.76 2.93,8.5 3,7.26L6.09,10.35L10.33,6.11L7.24,3C8.5,2.95 9.73,3.39 10.68,4.33C11.76,5.41 12.17,6.9 11.92,8.29C11.8,9 11.5,9.66 11.04,10.25L20.5,19.7L19.61,20.59Z\" /></svg></li><li title=\"wrench \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-wrench\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.7,19L13.6,9.9C14.5,7.6 14,4.9 12.1,3C10.1,1 7.1,0.6 4.7,1.7L9,6L6,9L1.6,4.7C0.4,7.1 0.9,10.1 2.9,12.1C4.8,14 7.5,14.5 9.8,13.6L18.9,22.7C19.3,23.1 19.9,23.1 20.3,22.7L22.6,20.4C23.1,20 23.1,19.3 22.7,19Z\" /></svg></li><li title=\"xamarin \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-xamarin\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22.75,11.07C22.91,11.35 23,11.67 23,12C23,12.33 22.91,12.65 22.75,12.93L18.08,21C17.72,21.62 17.06,22 16.35,22H7.65C6.94,22 6.28,21.62 5.92,21L1.25,12.93C1.09,12.65 1,12.33 1,12C1,11.67 1.09,11.35 1.25,11.07L5.92,3C6.28,2.38 6.94,2 7.65,2H16.35C17.06,2 17.72,2.38 18.08,3L22.75,11.07M12,12V11.9L9.42,7.1L9.25,7H7.66L7.5,7.1V7.3L10,12L7.5,16.7V16.9L7.66,17H9.25L9.42,16.9L12,12.1V12L12.03,12.1L14.58,16.9L14.75,17H16.34L16.5,16.9V16.7L14,12L16.5,7.3V7.1L16.34,7H14.75L14.58,7.1L12.03,11.9L12,12Z\" /></svg></li><li title=\"xml \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-xml\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12.89,3L14.85,3.4L11.11,21L9.15,20.6L12.89,3M19.59,12L16,8.41V5.58L22.42,12L16,18.41V15.58L19.59,12M1.58,12L8,5.58V8.41L4.41,12L8,15.58V18.41L1.58,12Z\" /></svg></li><li title=\"xmpp \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-xmpp\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,15.4C9.75,13.09 8,9.54 8,6C2,4 8,6 2,4C2,9.65 6.33,14.11 10.55,16.66C9.38,17.5 8.15,18 7,18C7,19 7,18 7,19C8.2,19 10.03,18.46 12,17.46C13.97,18.46 15.8,19 17,19C17,18 17,19 17,18C15.85,18 14.62,17.5 13.45,16.66C17.66,14.11 22,9.65 22,4C16,6 22,4 16,6C16,9.54 14.25,13.09 12,15.4Z\" /></svg></li><li title=\"yahoo \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-yahoo\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10.5 7.59L8.16 13.2L5.85 7.59H2L6.29 17.23L4.75 20.7H8.5L14.24 7.59H10.5M15 12.73C13.63 12.73 12.59 13.77 12.59 15C12.59 16.17 13.59 17.16 14.93 17.16C16.32 17.16 17.36 16.13 17.36 14.9C17.36 13.69 16.36 12.73 15 12.73M17.72 3.3L13.89 11.89H18.17L22 3.3H17.72Z\" /></svg></li><li title=\"yeast \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-yeast\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18,14A4,4 0 0,1 22,18A4,4 0 0,1 18,22A4,4 0 0,1 14,18L14.09,17.15C14.05,16.45 13.92,15.84 13.55,15.5C13.35,15.3 13.07,15.19 12.75,15.13C11.79,15.68 10.68,16 9.5,16A6.5,6.5 0 0,1 3,9.5A6.5,6.5 0 0,1 9.5,3A6.5,6.5 0 0,1 16,9.5C16,10.68 15.68,11.79 15.13,12.75C15.19,13.07 15.3,13.35 15.5,13.55C15.84,13.92 16.45,14.05 17.15,14.09L18,14M7.5,10A1.5,1.5 0 0,1 9,11.5A1.5,1.5 0 0,1 7.5,13A1.5,1.5 0 0,1 6,11.5A1.5,1.5 0 0,1 7.5,10M9.5,5C7,5 5,7 5,9.5C5,12 7,14 9.5,14C12,14 14,12 14,9.5C14,7 12,5 9.5,5Z\" /></svg></li><li title=\"yin yang \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-yin-yang\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A4,4 0 0,1 8,16A4,4 0 0,1 12,12A4,4 0 0,0 16,8A4,4 0 0,0 12,4M12,6.5A1.5,1.5 0 0,1 13.5,8A1.5,1.5 0 0,1 12,9.5A1.5,1.5 0 0,1 10.5,8A1.5,1.5 0 0,1 12,6.5M12,14.5A1.5,1.5 0 0,0 10.5,16A1.5,1.5 0 0,0 12,17.5A1.5,1.5 0 0,0 13.5,16A1.5,1.5 0 0,0 12,14.5Z\" /></svg></li><li title=\"yoga \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-yoga\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M13 2C11.9 2 11 2.9 11 4C11 5.11 11.9 6 13 6C14.11 6 15 5.11 15 4C15 2.9 14.11 2 13 2M4 7V9H10V15L4.93 20.07L6.34 21.5L13.06 14.77L17 17.13V21H19V16.57C19 16.21 18.82 15.89 18.5 15.71L15 13.6V9H21V7H4Z\" /></svg></li><li title=\"youtube gaming \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-youtube-gaming\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 13V8L17 5L12 8L7 5L2 8V13L12 19L22 13M9 11H7V13H6V11H4V10H6V8H7V10H9V11M15 13C14.45 13 14 12.55 14 12S14.45 11 15 11 16 11.45 16 12 15.55 13 15 13M18 11C17.45 11 17 10.55 17 10S17.45 9 18 9 19 9.45 19 10 18.55 11 18 11Z\" /></svg></li><li title=\"youtube studio \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-youtube-studio\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,15L15,12L10,9V15M19.45,13L21.56,14.63C21.78,14.78 21.81,15 21.66,15.28L19.64,18.75C19.5,18.97 19.31,19.03 19.03,18.94L16.55,17.95C15.89,18.42 15.33,18.75 14.86,18.94L14.5,21.56C14.42,21.84 14.27,22 14,22H10C9.73,22 9.58,21.84 9.5,21.56L9.14,18.94C8.55,18.69 8,18.36 7.45,17.95L4.97,18.94C4.69,19.03 4.5,18.97 4.36,18.75L2.34,15.28C2.19,15 2.22,14.78 2.44,14.63L4.55,13C4.5,12.77 4.5,12.44 4.5,12C4.5,11.56 4.5,11.23 4.55,11L2.44,9.38C2.22,9.22 2.19,9 2.34,8.72L4.36,5.25C4.5,5.03 4.69,4.97 4.97,5.06L7.45,6.05C8.11,5.58 8.67,5.25 9.14,5.06L9.5,2.44C9.58,2.16 9.73,2 10,2H14C14.27,2 14.42,2.16 14.5,2.44L14.86,5.06C15.45,5.31 16,5.64 16.55,6.05L19.03,5.06C19.31,4.97 19.5,5.03 19.64,5.25L21.66,8.72C21.81,9 21.78,9.22 21.56,9.38L19.45,11C19.5,11.23 19.5,11.56 19.5,12C19.5,12.44 19.5,12.77 19.45,13Z\" /></svg></li><li title=\"youtube subscription \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-youtube-subscription\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,8H4V6H20V8M18,2H6V4H18V2M22,12V20A2,2 0 0,1 20,22H4A2,2 0 0,1 2,20V12A2,2 0 0,1 4,10H20A2,2 0 0,1 22,12M16,16L10,12.73V19.26L16,16Z\" /></svg></li><li title=\"youtube tv \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-youtube-tv\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M2.5,4.5H21.5C22.34,4.5 23,5.15 23,6V17.5C23,18.35 22.34,19 21.5,19H2.5C1.65,19 1,18.35 1,17.5V6C1,5.15 1.65,4.5 2.5,4.5M9.71,8.5V15L15.42,11.7L9.71,8.5M17.25,21H6.65C6.35,21 6.15,20.8 6.15,20.5C6.15,20.2 6.35,20 6.65,20H17.35C17.65,20 17.85,20.2 17.85,20.5C17.85,20.8 17.55,21 17.25,21Z\" /></svg></li><li title=\"youtube \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-youtube\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M10,15L15.19,12L10,9V15M21.56,7.17C21.69,7.64 21.78,8.27 21.84,9.07C21.91,9.87 21.94,10.56 21.94,11.16L22,12C22,14.19 21.84,15.8 21.56,16.83C21.31,17.73 20.73,18.31 19.83,18.56C19.36,18.69 18.5,18.78 17.18,18.84C15.88,18.91 14.69,18.94 13.59,18.94L12,19C7.81,19 5.2,18.84 4.17,18.56C3.27,18.31 2.69,17.73 2.44,16.83C2.31,16.36 2.22,15.73 2.16,14.93C2.09,14.13 2.06,13.44 2.06,12.84L2,12C2,9.81 2.16,8.2 2.44,7.17C2.69,6.27 3.27,5.69 4.17,5.44C4.64,5.31 5.5,5.22 6.82,5.16C8.12,5.09 9.31,5.06 10.41,5.06L12,5C16.19,5 18.8,5.16 19.83,5.44C20.73,5.69 21.31,6.27 21.56,7.17Z\" /></svg></li><li title=\"yurt \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-yurt\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22 14.87V22H14V16H10V22H2V14.87C2 14.33 2.29 13.83 2.76 13.57L8.66 10.2C8.88 10.07 9.14 10 9.4 10H12.5V9H14V10H14.59C14.85 10 15.11 10.07 15.33 10.2L21.23 13.57C21.71 13.84 22 14.33 22 14.87M7.86 6.25H9.4C10.73 6.25 11.92 6.95 12.5 8H14C13.6 6.2 12 4.85 10.1 4.85V3.35C11.1 3.35 11.95 2.5 11.95 1.5V1H7.86V2.5C6.86 2.5 6 3.23 6 4.25S6.86 6.25 7.86 6.25Z\" /></svg></li><li title=\"z wave \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-z-wave\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.3,10.58C13.14,10.58 10.6,13.13 10.6,16.28C10.6,19.43 13.15,22 16.3,22C19.45,22 22,19.43 22,16.28C22,13.13 19.45,10.58 16.3,10.58M18,19.08H13.19L15.81,15H13.31L14.4,13.23H19.18L16.63,17.28H19.18L18,19.08M16.3,3.93V2C8.41,2 2,8.42 2,16.31H3.92C3.94,9.46 9.5,3.93 16.3,3.93M16.3,7.74V5.82C10.5,5.82 5.81,10.53 5.81,16.31H7.73C7.75,11.58 11.59,7.74 16.3,7.74\" /></svg></li><li title=\"zend \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-zend\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M11.28,9.81C11.28,9.81 11.28,7 14.09,7H22.5C22.5,7 22.5,9.81 19.71,9.81H11.28M11.28,13.41C11.28,13.41 11.28,10.6 14.09,10.6H18.31C18.31,10.6 18.31,13.41 15.5,13.41H11.28M11.28,17C11.28,17 11.28,14.19 14.09,14.19H15.5C15.5,14.19 15.5,17 12.68,17H11.28M10.46,14.8V17H1.58L7.3,9.21H2.4V7H11.66L5.96,14.8H10.46Z\" /></svg></li><li title=\"zigbee \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-zigbee\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4.06,6.15C3.97,6.17 3.88,6.22 3.8,6.28C2.66,7.9 2,9.87 2,12A10,10 0 0,0 12,22C15,22 17.68,20.68 19.5,18.6L17,18.85C14.25,19.15 11.45,19.19 8.66,18.96C7.95,18.94 7.24,18.76 6.59,18.45C5.73,18.06 5.15,17.23 5.07,16.29C5.06,16.13 5.12,16 5.23,15.87L7.42,13.6L15.03,5.7V5.6H10.84C8.57,5.64 6.31,5.82 4.06,6.15M20.17,17.5C20.26,17.47 20.35,17.44 20.43,17.39C21.42,15.83 22,14 22,12A10,10 0 0,0 12,2C9.22,2 6.7,3.13 4.89,4.97H5.17C8.28,4.57 11.43,4.47 14.56,4.65C15.5,4.64 16.45,4.82 17.33,5.17C18.25,5.53 18.89,6.38 19,7.37C19,7.53 18.93,7.7 18.82,7.82L9.71,17.19L9,17.95V18.06H13.14C15.5,18 17.84,17.81 20.17,17.5Z\" /></svg></li><li title=\"zip box outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-zip-box-outline\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12 17V15H14V17H12M14 13V11H12V13H14M14 9V7H12V9H14M10 11H12V9H10V11M10 15H12V13H10V15M21 5V19C21 20.1 20.1 21 19 21H5C3.9 21 3 20.1 3 19V5C3 3.9 3.9 3 5 3H19C20.1 3 21 3.9 21 5M19 5H12V7H10V5H5V19H19V5Z\" /></svg></li><li title=\"zip box \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-zip-box\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M14,17H12V15H10V13H12V15H14M14,9H12V11H14V13H12V11H10V9H12V7H10V5H12V7H14M19,3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3Z\" /></svg></li><li title=\"zip disk \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-zip-disk\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7,3L3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5L17,3V5A1,1 0 0,1 16,6H10A1,1 0 0,1 9,5V3H7M8,10H16A1,1 0 0,1 17,11V19H7V11A1,1 0 0,1 8,10Z\" /></svg></li><li title=\"zodiac aquarius \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-zodiac-aquarius\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,12.41L12,9.41L9,12.41L6,9.41L3.71,11.71L2.29,10.29L6,6.59L9,9.59L12,6.59L15,9.59L18,6.59L21.71,10.29L20.29,11.71L18,9.41L15,12.41M18,15.41L20.29,17.71L21.71,16.29L18,12.59L15,15.59L12,12.59L9,15.59L6,12.59L2.29,16.29L3.71,17.71L6,15.41L9,18.41L12,15.41L15,18.41L18,15.41Z\" /></svg></li><li title=\"zodiac aries \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-zodiac-aries\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16,2C14.95,2 13.91,2.27 13,2.81C12.64,3 12.3,3.26 12,3.54C11.7,3.26 11.36,3 11,2.81C10.09,2.27 9.05,2 8,2A6,6 0 0,0 2,8A6,6 0 0,0 8,14V12A4,4 0 0,1 4,8A4,4 0 0,1 8,4C9,4 10,4.39 10.75,5.1C10.84,5.18 10.92,5.27 11,5.36V22H13V5.36C13.08,5.27 13.16,5.18 13.25,5.1C14.85,3.58 17.38,3.64 18.91,5.25C20.43,6.85 20.36,9.38 18.76,10.9C18,11.61 17.03,12 16,12V14A6,6 0 0,0 22,8A6,6 0 0,0 16,2Z\" /></svg></li><li title=\"zodiac cancer \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-zodiac-cancer\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M12,4C6.5,4 2,7.58 2,12C2,14.12 3.65,15.87 5.76,16H6A4,4 0 0,0 10,12A4,4 0 0,0 6,8H5.76C7.44,6.41 9.69,5.55 12,5.6C13.77,5.58 15.5,6.07 17,7L18.25,5.75C16.38,4.58 14.21,3.97 12,4M6,10A2,2 0 0,1 8,12C8,13.11 7.08,14 6,14C4.96,14 4.1,13.22 4,12.2C4,12.07 4,11.93 4,11.8C4.1,10.77 4.97,10 6,10M18.24,8H18A4,4 0 0,0 14,12A4,4 0 0,0 18,16H18.24C16.56,17.59 14.31,18.45 12,18.4C10.23,18.42 8.5,17.93 7,17L5.76,18.24C7.63,19.41 9.79,20 12,20C17.5,20 22,16.42 22,12C22,9.88 20.35,8.13 18.24,8M18,14A2,2 0 0,1 16,12C16,10.89 16.92,10 18,10C19.04,10 19.9,10.78 20,11.8C20,11.93 20,12.07 20,12.2C19.9,13.23 19.03,14 18,14Z\" /></svg></li><li title=\"zodiac capricorn \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-zodiac-capricorn\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15,13C14.3,13 13.61,13.19 13,13.55V6A3,3 0 0,0 10,3C9.25,3 8.55,3.29 8,3.78C7.45,3.28 6.74,3 6,3V5A1,1 0 0,1 7,6V16H9V6A1,1 0 0,1 10,5A1,1 0 0,1 11,6V17A2,2 0 0,1 9,19V21C10.15,21 11.25,20.5 12,19.62C13.45,21.29 15.97,21.47 17.64,20C19.31,18.58 19.5,16.05 18.04,14.38C17.28,13.5 16.17,13 15,13M15,19A2,2 0 0,1 13,17A2,2 0 0,1 15,15A2,2 0 0,1 17,17A2,2 0 0,1 15,19Z\" /></svg></li><li title=\"zodiac gemini \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-zodiac-gemini\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18,5.3C19.35,4.97 20.66,4.54 21.94,4L21.18,2.14C18.27,3.36 15.15,4 12,4C8.85,4 5.73,3.38 2.82,2.17L2.06,4C3.34,4.54 4.65,4.97 6,5.3V18.7C4.65,19.03 3.34,19.46 2.06,20L2.82,21.86C8.7,19.42 15.3,19.42 21.18,21.86L21.94,20C20.66,19.46 19.35,19.03 18,18.7V5.3M8,18.3V5.69C9.32,5.89 10.66,6 12,6C13.34,6 14.68,5.89 16,5.69V18.31C13.35,17.9 10.65,17.9 8,18.31V18.3Z\" /></svg></li><li title=\"zodiac leo \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-zodiac-leo\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,17A3,3 0 0,1 17,20C15.38,19.92 14.08,18.62 14,17C14.16,15.39 14.5,13.8 15,12.26C15.54,10.55 15.87,8.79 16,7C15.93,4.27 13.73,2.07 11,2C8.27,2.07 6.07,4.27 6,7C6.15,8.53 6.5,10.03 7,11.5L7.21,12.2C5.1,11.53 2.86,12.7 2.19,14.8C1.5,16.91 2.68,19.16 4.79,19.83C6.9,20.5 9.14,19.33 9.81,17.22C9.94,16.83 10,16.41 10,16C9.84,14.27 9.5,12.56 8.91,10.92C8.47,9.65 8.16,8.34 8,7C8.08,5.38 9.38,4.08 11,4C12.62,4.08 13.92,5.38 14,7C13.84,8.61 13.5,10.2 13,11.74C12.46,13.45 12.13,15.21 12,17C12.07,19.73 14.27,21.93 17,22A5,5 0 0,0 22,17H20M6,18A2,2 0 0,1 4,16A2,2 0 0,1 6,14A2,2 0 0,1 8,16A2,2 0 0,1 6,18Z\" /></svg></li><li title=\"zodiac libra \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-zodiac-libra\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,16V18H13V15.91C16,15.36 17.96,12.5 17.41,9.5C16.86,6.5 14,4.54 11,5.09C8,5.65 6.04,8.5 6.59,11.5C7,13.74 8.76,15.5 11,15.91V18H4V16H6.92C5.37,14.59 4.5,12.59 4.5,10.5A7.5,7.5 0 0,1 12,3A7.5,7.5 0 0,1 19.5,10.5C19.5,12.59 18.63,14.59 17.08,16H20M20,19H4V21H20V19Z\" /></svg></li><li title=\"zodiac pisces \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-zodiac-pisces\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20,11H18C18.11,8.19 18.73,5.42 19.81,2.82L18,2.06C16.81,4.9 16.13,7.92 16,11H8C7.87,7.92 7.19,4.9 6,2.06L4.14,2.82C5.24,5.41 5.87,8.18 6,11H4V13H6C5.89,15.81 5.27,18.58 4.19,21.18L6,21.94C7.19,19.1 7.87,16.08 8,13H16C16.13,16.08 16.81,19.1 18,21.94L19.86,21.18C18.76,18.59 18.13,15.82 18,13H20V11Z\" /></svg></li><li title=\"zodiac sagittarius \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-zodiac-sagittarius\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M22,2V12H20V5.41L10.41,15L12.71,17.29L11.29,18.71L9,16.41L3.71,21.71L2.29,20.29L7.59,15L5.29,12.71L6.71,11.29L9,13.59L18.59,4H12V2H22Z\" /></svg></li><li title=\"zodiac scorpio \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-zodiac-scorpio\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M17.71,15.29L16.29,16.71L17.59,18H16A2,2 0 0,1 14,16V6A3,3 0 0,0 11,3C10.25,3 9.55,3.29 9,3.78C7.86,2.76 6.14,2.76 5,3.78C4.45,3.28 3.74,3 3,3V5A1,1 0 0,1 4,6V16H6V6A1,1 0 0,1 7,5A1,1 0 0,1 8,6V16H10V6A1,1 0 0,1 11,5A1,1 0 0,1 12,6V16A4,4 0 0,0 16,20H17.59L16.29,21.29L17.71,22.71L21.41,19L17.71,15.29Z\" /></svg></li><li title=\"zodiac taurus \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-zodiac-taurus\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M15.59,9C17.7,7.74 19,5.46 19,3H17A5,5 0 0,1 12,8A5,5 0 0,1 7,3H5C5,5.46 6.3,7.74 8.41,9C5.09,11 4,15.28 6,18.6C7.97,21.92 12.27,23 15.59,21C18.91,19.04 20,14.74 18,11.42C17.42,10.43 16.58,9.59 15.59,9M12,20A5,5 0 0,1 7,15A5,5 0 0,1 12,10A5,5 0 0,1 17,15A5,5 0 0,1 12,20Z\" /></svg></li><li title=\"zodiac virgo \"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" id=\"mdi-zodiac-virgo\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M18.5,19.13C20,17.77 20,15.18 20,14A4,4 0 0,0 16,10C15.3,10 14.6,10.2 14,10.56V6A3,3 0 0,0 11,3C10.25,3 9.55,3.29 9,3.78C7.86,2.76 6.14,2.76 5,3.78C4.45,3.28 3.74,3 3,3V5A1,1 0 0,1 4,6V16H6V6A1,1 0 0,1 7,5A1,1 0 0,1 8,6V16H10V6A1,1 0 0,1 11,5A1,1 0 0,1 12,6V14C12,15.18 12,17.77 13.5,19.13C12.72,19.54 11.88,19.84 11,20V22C12.29,22 14.84,20.74 16,20.13C17.16,20.74 19.71,22 21,22V20C20.12,19.84 19.28,19.54 18.5,19.13M16,12A2,2 0 0,1 18,14C18,16.92 17.46,18 16,18C14.54,18 14,16.92 14,14A2,2 0 0,1 16,12Z\" /></svg></li></ul>"
  },
  {
    "path": "resources/svg/icons/octicons/LICENSE",
    "content": "MIT License\n\nCopyright (c) 2022 GitHub Inc.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n"
  },
  {
    "path": "resources/svg/icons/octicons/README.md",
    "content": "![octicons cover light](https://user-images.githubusercontent.com/54012/138925195-5779c51d-ff8c-4264-a914-e64f4843893d.png#gh-light-mode-only)\n![octicons cover dark](https://user-images.githubusercontent.com/54012/138925203-80e1afa1-ba54-4731-9525-3c41186663f9.png#gh-dark-mode-only)\n<br>\n<br>\n<h1 align=\"center\">Octicons</h1>\n\n<p align=\"center\">Octicons are a set of SVG icons built by GitHub for GitHub.</p>\n\n<p align=\"center\">\n  <a aria-label=\"build status\" href=\"https://github.com/primer/octicons/actions/workflows/ci.yml\">\n    <img alt=\"\" src=\"https://github.com/primer/octicons/actions/workflows/ci.yml/badge.svg?branch=main&event=push\">\n  </a>\n  <a aria-label=\"publish status\" href=\"https://github.com/primer/octicons/actions/workflows/publish.yml\">\n    <img alt=\"\" src=\"https://github.com/primer/octicons/actions/workflows/publish.yml/badge.svg\">\n  </a>\n</p>\n\n## Libraries\n\nThis repository contains several libraries. Each of them is in the `lib/` folder and gives access to Octicons on a different platform/language.\n\n### JavaScript\n\nThe octicons node.js library is the main JavaScript library. With [a JavaScript API](/lib/octicons_node/README.md) that can be used in a variety of applications.\n\n| Package                                                                              | Version                                                                                                                         |\n| ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------- |\n| **[@primer/octicons](/lib/octicons_node)** <br />Node.js package with Javascript API | [![npm version](https://img.shields.io/npm/v/@primer/octicons.svg)](https://www.npmjs.org/package/@primer/octicons)             |\n| **[@primer/octicons-react](/lib/octicons_react)** <br />React Octicons components    | [![npm version](https://img.shields.io/npm/v/@primer/octicons-react.svg)](https://www.npmjs.org/package/@primer/octicons-react) |\n| **[@primer/styled-octicons](/lib/octicons_styled)** <br />React Octicons components with Styled System props    | [![npm version](https://img.shields.io/npm/v/@primer/styled-octicons.svg)](https://www.npmjs.org/package/@primer/styled-octicons) |\n\n\n### Ruby\n\n| Package                                                                       | Version                                                                                                       |\n| ----------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- |\n| **[octicons](/lib/octicons_gem)** <br />Ruby gem with Ruby API                | [![Gem version](https://img.shields.io/gem/v/octicons.svg)](https://rubygems.org/gems/octicons)               |\n| [octicons_helper](/lib/octicons_helper)<br />Rails helper for using octicons  | [![Gem version](https://img.shields.io/gem/v/octicons_helper.svg)](https://rubygems.org/gems/octicons_helper) |\n| [jekyll-octicons](/lib/octicons_jekyll)<br />Jekyll plugin for using octicons | [![Gem version](https://img.shields.io/gem/v/jekyll-octicons.svg)](https://rubygems.org/gems/jekyll-octicons) |\n\n## Contributing\n\n### Feedback, ideas, and bug reports\n\nIf you have feedback and ideas for improvement, open a new issue in this repo, using the appropriate [issue template](https://github.com/primer/octicons/issues/new/choose).\n\n### Request a new icon (GitHub staff only)\n\nTo request a new icon, open an issue using the [icon request](https://github.com/github/primer/issues/new?assignees=ashygee&labels=octicon%2C+request&template=2-icon-request.md&title=%5BIcon+request%5D+) template in github/primer.\n\n### Adding or updating an icon\n\nRead through our [contributing guide](./CONTRIBUTING.md#adding-or-updating-icons) if you want to add or update icons.\n\n## License\n\n(c) GitHub, Inc.\n\nWhen using the GitHub logos, be sure to follow the [GitHub logo guidelines](https://github.com/logos).\n\n_Code License:_ [MIT](./LICENSE)\nApplies to all other files\n"
  },
  {
    "path": "resources/svg/icons/octicons/index.html",
    "content": "<style>\nul.svg-list {\n\tlist-style:none;\n\tpadding:0;\n\tmargin:10px 0 0;\n}\nul.svg-list li {\n\tdisplay:inline-block;\n\tposition:relative;\n\twidth:32px;\n\theight:32px;\n\tpadding:3px;\n\tmargin-right:5px;\n\tmargin-bottom:5px;\n\tbox-shadow:0px 3px 6px 0px rgba(0, 0, 0, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.08);\n}\n\nul.svg-list li:hover {\n\tbox-shadow:none;//0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 0px rgba(0, 0, 0, 0.15);\n}\n\nul.svg-list li svg{\n\tmax-width:100%;\n\tmax-height:100%;\n\tfill: var(--bs-body-color);\n\tcolor: var(--bs-border-color);\n}\n\nul.svg-list li span {\n\t//display:none;\n}\n\nul.svg-list li.heading {\n\twidth:100%;\n\tbox-shadow:none;\n\ttext-transform: capitalize;\n\tfont-size: 12px;\n\tline-height: 32px;\t\n}\n\nul.svg-list li span {\n  visibility: hidden;\n  min-width: 120px;\n  background-color: black;\n  color: #fff;\n  text-align: center;\n  border-radius: 6px;\n  padding: 5px 0;\n  \n  /* Position the tooltip */\n  position: absolute;\n  z-index: 1;\n  left:0;\n  top: 105%;\n  font-size:12px;\n}\n\nul.svg-list li:hover  span {\n  visibility: visible;\n}\n\nul.svg-list li:hover  svg {\n\ttransform: scale(2);\n\tfill:blue;\n\tcolor:green;\n}\t\n</style>\n<ul class=\"svg-list\"><li title=\"alert 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M8.22 1.754a.25.25 0 00-.44 0L1.698 13.132a.25.25 0 00.22.368h12.164a.25.25 0 00.22-.368L8.22 1.754zm-1.763-.707c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0114.082 15H1.918a1.75 1.75 0 01-1.543-2.575L6.457 1.047zM9 11a1 1 0 11-2 0 1 1 0 012 0zm-.25-5.25a.75.75 0 00-1.5 0v2.5a.75.75 0 001.5 0v-2.5z\"/></svg></li><li title=\"alert 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M13 17.5a1 1 0 11-2 0 1 1 0 012 0zm-.25-8.25a.75.75 0 00-1.5 0v4.5a.75.75 0 001.5 0v-4.5z\"/><path fill-rule=\"evenodd\" d=\"M9.836 3.244c.963-1.665 3.365-1.665 4.328 0l8.967 15.504c.963 1.667-.24 3.752-2.165 3.752H3.034c-1.926 0-3.128-2.085-2.165-3.752L9.836 3.244zm3.03.751a1 1 0 00-1.732 0L2.168 19.499A1 1 0 003.034 21h17.932a1 1 0 00.866-1.5L12.866 3.994z\"/></svg></li><li title=\"alert fill 12 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 12 12\"><path fill-rule=\"evenodd\" d=\"M4.855.708c.5-.896 1.79-.896 2.29 0l4.675 8.351a1.312 1.312 0 01-1.146 1.954H1.33A1.312 1.312 0 01.183 9.058L4.855.708zM7 7V3H5v4h2zm-1 3a1 1 0 100-2 1 1 0 000 2z\"/></svg></li><li title=\"archive 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M1.75 2.5a.25.25 0 00-.25.25v1.5c0 .138.112.25.25.25h12.5a.25.25 0 00.25-.25v-1.5a.25.25 0 00-.25-.25H1.75zM0 2.75C0 1.784.784 1 1.75 1h12.5c.966 0 1.75.784 1.75 1.75v1.5A1.75 1.75 0 0114.25 6H1.75A1.75 1.75 0 010 4.25v-1.5zM1.75 7a.75.75 0 01.75.75v5.5c0 .138.112.25.25.25h10.5a.25.25 0 00.25-.25v-5.5a.75.75 0 111.5 0v5.5A1.75 1.75 0 0113.25 15H2.75A1.75 1.75 0 011 13.25v-5.5A.75.75 0 011.75 7zm4.5 1a.75.75 0 000 1.5h3.5a.75.75 0 100-1.5h-3.5z\"/></svg></li><li title=\"archive 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M2.75 2A1.75 1.75 0 001 3.75v3.5C1 8.216 1.784 9 2.75 9h18.5A1.75 1.75 0 0023 7.25v-3.5A1.75 1.75 0 0021.25 2H2.75zm18.5 1.5H2.75a.25.25 0 00-.25.25v3.5c0 .138.112.25.25.25h18.5a.25.25 0 00.25-.25v-3.5a.25.25 0 00-.25-.25z\"/><path d=\"M2.75 10a.75.75 0 01.75.75v9.5c0 .138.112.25.25.25h16.5a.25.25 0 00.25-.25v-9.5a.75.75 0 011.5 0v9.5A1.75 1.75 0 0120.25 22H3.75A1.75 1.75 0 012 20.25v-9.5a.75.75 0 01.75-.75z\"/><path d=\"M9.75 11.5a.75.75 0 000 1.5h4.5a.75.75 0 000-1.5h-4.5z\"/></svg></li><li title=\"arrow both 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M3.72 3.72a.75.75 0 011.06 1.06L2.56 7h10.88l-2.22-2.22a.75.75 0 011.06-1.06l3.5 3.5a.75.75 0 010 1.06l-3.5 3.5a.75.75 0 11-1.06-1.06l2.22-2.22H2.56l2.22 2.22a.75.75 0 11-1.06 1.06l-3.5-3.5a.75.75 0 010-1.06l3.5-3.5z\"/></svg></li><li title=\"arrow both 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M7.78 5.97a.75.75 0 00-1.06 0l-5.25 5.25a.75.75 0 000 1.06l5.25 5.25a.75.75 0 001.06-1.06L3.81 12.5h16.38l-3.97 3.97a.75.75 0 101.06 1.06l5.25-5.25a.75.75 0 000-1.06l-5.25-5.25a.75.75 0 10-1.06 1.06L20.19 11H3.81l3.97-3.97a.75.75 0 000-1.06z\"/></svg></li><li title=\"arrow down 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M13.03 8.22a.75.75 0 010 1.06l-4.25 4.25a.75.75 0 01-1.06 0L3.47 9.28a.75.75 0 011.06-1.06l2.97 2.97V3.75a.75.75 0 011.5 0v7.44l2.97-2.97a.75.75 0 011.06 0z\"/></svg></li><li title=\"arrow down 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M4.97 13.22a.75.75 0 000 1.06l6.25 6.25a.75.75 0 001.06 0l6.25-6.25a.75.75 0 10-1.06-1.06l-4.97 4.97V3.75a.75.75 0 00-1.5 0v14.44l-4.97-4.97a.75.75 0 00-1.06 0z\"/></svg></li><li title=\"arrow down left 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M5.75 8.5a.75.75 0 00-.75.75v9c0 .414.336.75.75.75h9a.75.75 0 000-1.5H7.56L17.78 7.28a.75.75 0 00-1.06-1.06L6.5 16.44V9.25a.75.75 0 00-.75-.75z\"/></svg></li><li title=\"arrow down right 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M18.25 8.5a.75.75 0 01.75.75v9a.75.75 0 01-.75.75h-9a.75.75 0 010-1.5h7.19L6.22 7.28a.75.75 0 011.06-1.06L17.5 16.44V9.25a.75.75 0 01.75-.75z\"/></svg></li><li title=\"arrow left 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M7.78 12.53a.75.75 0 01-1.06 0L2.47 8.28a.75.75 0 010-1.06l4.25-4.25a.75.75 0 011.06 1.06L4.81 7h7.44a.75.75 0 010 1.5H4.81l2.97 2.97a.75.75 0 010 1.06z\"/></svg></li><li title=\"arrow left 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M10.78 19.03a.75.75 0 01-1.06 0l-6.25-6.25a.75.75 0 010-1.06l6.25-6.25a.75.75 0 111.06 1.06L5.81 11.5h14.44a.75.75 0 010 1.5H5.81l4.97 4.97a.75.75 0 010 1.06z\"/></svg></li><li title=\"arrow right 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M8.22 2.97a.75.75 0 011.06 0l4.25 4.25a.75.75 0 010 1.06l-4.25 4.25a.75.75 0 01-1.06-1.06l2.97-2.97H3.75a.75.75 0 010-1.5h7.44L8.22 4.03a.75.75 0 010-1.06z\"/></svg></li><li title=\"arrow right 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M13.22 19.03a.75.75 0 001.06 0l6.25-6.25a.75.75 0 000-1.06l-6.25-6.25a.75.75 0 10-1.06 1.06l4.97 4.97H3.75a.75.75 0 000 1.5h14.44l-4.97 4.97a.75.75 0 000 1.06z\"/></svg></li><li title=\"arrow switch 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path d=\"M5.22 14.78a.75.75 0 001.06-1.06L4.56 12h8.69a.75.75 0 000-1.5H4.56l1.72-1.72a.75.75 0 00-1.06-1.06l-3 3a.75.75 0 000 1.06l3 3zm5.56-6.5a.75.75 0 11-1.06-1.06l1.72-1.72H2.75a.75.75 0 010-1.5h8.69L9.72 2.28a.75.75 0 011.06-1.06l3 3a.75.75 0 010 1.06l-3 3z\"/></svg></li><li title=\"arrow switch 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M7.72 21.78a.75.75 0 001.06-1.06L5.56 17.5h14.69a.75.75 0 000-1.5H5.56l3.22-3.22a.75.75 0 10-1.06-1.06l-4.5 4.5a.75.75 0 000 1.06l4.5 4.5zm8.56-9.5a.75.75 0 11-1.06-1.06L18.44 8H3.75a.75.75 0 010-1.5h14.69l-3.22-3.22a.75.75 0 011.06-1.06l4.5 4.5a.75.75 0 010 1.06l-4.5 4.5z\"/></svg></li><li title=\"arrow up 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M3.47 7.78a.75.75 0 010-1.06l4.25-4.25a.75.75 0 011.06 0l4.25 4.25a.75.75 0 01-1.06 1.06L9 4.81v7.44a.75.75 0 01-1.5 0V4.81L4.53 7.78a.75.75 0 01-1.06 0z\"/></svg></li><li title=\"arrow up 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M18.655 10.405a.75.75 0 000-1.06l-6.25-6.25a.75.75 0 00-1.06 0l-6.25 6.25a.75.75 0 101.06 1.06l4.97-4.97v14.44a.75.75 0 001.5 0V5.435l4.97 4.97a.75.75 0 001.06 0z\"/></svg></li><li title=\"arrow up left 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M5.75 15.5a.75.75 0 01-.75-.75v-9A.75.75 0 015.75 5h9a.75.75 0 010 1.5H7.56l10.22 10.22a.75.75 0 11-1.06 1.06L6.5 7.56v7.19a.75.75 0 01-.75.75z\"/></svg></li><li title=\"arrow up right 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M18.25 15.5a.75.75 0 00.75-.75v-9a.75.75 0 00-.75-.75h-9a.75.75 0 000 1.5h7.19L6.22 16.72a.75.75 0 101.06 1.06L17.5 7.56v7.19c0 .414.336.75.75.75z\"/></svg></li><li title=\"beaker 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M5 5.782V2.5h-.25a.75.75 0 010-1.5h6.5a.75.75 0 010 1.5H11v3.282l3.666 5.76C15.619 13.04 14.543 15 12.767 15H3.233c-1.776 0-2.852-1.96-1.899-3.458L5 5.782zM9.5 2.5h-3V6a.75.75 0 01-.117.403L4.73 9h6.54L9.617 6.403A.75.75 0 019.5 6V2.5zm-6.9 9.847L3.775 10.5h8.45l1.175 1.847a.75.75 0 01-.633 1.153H3.233a.75.75 0 01-.633-1.153z\"/></svg></li><li title=\"beaker 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M8 8.807V3.5h-.563a.75.75 0 010-1.5h9.125a.75.75 0 010 1.5H16v5.307l5.125 9.301c.964 1.75-.302 3.892-2.299 3.892H5.174c-1.998 0-3.263-2.142-2.3-3.892L8 8.807zM14.5 3.5h-5V9a.75.75 0 01-.093.362L7.127 13.5h9.746l-2.28-4.138A.75.75 0 0114.5 9V3.5zM4.189 18.832L6.3 15h11.4l2.111 3.832a1.125 1.125 0 01-.985 1.668H5.174a1.125 1.125 0 01-.985-1.668z\"/></svg></li><li title=\"bell 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path d=\"M8 16a2 2 0 001.985-1.75c.017-.137-.097-.25-.235-.25h-3.5c-.138 0-.252.113-.235.25A2 2 0 008 16z\"/><path fill-rule=\"evenodd\" d=\"M8 1.5A3.5 3.5 0 004.5 5v2.947c0 .346-.102.683-.294.97l-1.703 2.556a.018.018 0 00-.003.01l.001.006c0 .002.002.004.004.006a.017.017 0 00.006.004l.007.001h10.964l.007-.001a.016.016 0 00.006-.004.016.016 0 00.004-.006l.001-.007a.017.017 0 00-.003-.01l-1.703-2.554a1.75 1.75 0 01-.294-.97V5A3.5 3.5 0 008 1.5zM3 5a5 5 0 0110 0v2.947c0 .05.015.098.042.139l1.703 2.555A1.518 1.518 0 0113.482 13H2.518a1.518 1.518 0 01-1.263-2.36l1.703-2.554A.25.25 0 003 7.947V5z\"/></svg></li><li title=\"bell 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M12 1C8.318 1 5 3.565 5 7v4.539a3.25 3.25 0 01-.546 1.803l-2.2 3.299A1.518 1.518 0 003.519 19H8.5a3.5 3.5 0 107 0h4.982a1.518 1.518 0 001.263-2.36l-2.2-3.298A3.25 3.25 0 0119 11.539V7c0-3.435-3.319-6-7-6zM6.5 7c0-2.364 2.383-4.5 5.5-4.5s5.5 2.136 5.5 4.5v4.539c0 .938.278 1.854.798 2.635l2.199 3.299a.017.017 0 01.003.01l-.001.006-.004.006-.006.004-.007.001H3.518l-.007-.001-.006-.004-.004-.006-.001-.007.003-.01 2.2-3.298a4.75 4.75 0 00.797-2.635V7zM14 19h-4a2 2 0 104 0z\"/></svg></li><li title=\"bell fill 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path d=\"M8 16c.9 0 1.7-.6 1.9-1.5.1-.3-.1-.5-.4-.5h-3c-.3 0-.5.2-.4.5.2.9 1 1.5 1.9 1.5zM3 5c0-2.8 2.2-5 5-5s5 2.2 5 5v3l1.7 2.6c.2.2.3.5.3.8 0 .8-.7 1.5-1.5 1.5h-11c-.8.1-1.5-.6-1.5-1.4 0-.3.1-.6.3-.8L3 8.1V5z\"/></svg></li><li title=\"bell fill 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M6 8a6 6 0 1112 0v2.917c0 .703.228 1.387.65 1.95L20.7 15.6a1.5 1.5 0 01-1.2 2.4h-15a1.5 1.5 0 01-1.2-2.4l2.05-2.733a3.25 3.25 0 00.65-1.95V8zm6 13.5A3.502 3.502 0 018.645 19h6.71A3.502 3.502 0 0112 21.5z\"/></svg></li><li title=\"bell slash 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M8 1.5c-.997 0-1.895.416-2.534 1.086A.75.75 0 014.38 1.55 5 5 0 0113 5v2.373a.75.75 0 01-1.5 0V5A3.5 3.5 0 008 1.5zM4.182 4.31L1.19 2.143a.75.75 0 10-.88 1.214L3 5.305v2.642a.25.25 0 01-.042.139L1.255 10.64A1.518 1.518 0 002.518 13h11.108l1.184.857a.75.75 0 10.88-1.214l-1.375-.996a1.196 1.196 0 00-.013-.01L4.198 4.321a.733.733 0 00-.016-.011zm7.373 7.19L4.5 6.391v1.556c0 .346-.102.683-.294.97l-1.703 2.556a.018.018 0 00-.003.01.015.015 0 00.005.012.017.017 0 00.006.004l.007.001h9.037zM8 16a2 2 0 001.985-1.75c.017-.137-.097-.25-.235-.25h-3.5c-.138 0-.252.113-.235.25A2 2 0 008 16z\"/></svg></li><li title=\"bell slash 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M1.22 1.22a.75.75 0 011.06 0l20.5 20.5a.75.75 0 11-1.06 1.06L17.94 19H15.5a3.5 3.5 0 11-7 0H3.518a1.518 1.518 0 01-1.263-2.36l2.2-3.298A3.25 3.25 0 005 11.539V7c0-.294.025-.583.073-.866L1.22 2.28a.75.75 0 010-1.06zM10 19a2 2 0 104 0h-4zM6.5 7.56l9.94 9.94H3.517l-.007-.001-.006-.004-.004-.006-.001-.007.003-.01 2.2-3.298a4.75 4.75 0 00.797-2.635V7.56z\"/><path d=\"M12 2.5c-1.463 0-2.8.485-3.788 1.257l-.04.032a.75.75 0 11-.935-1.173l.05-.04C8.548 1.59 10.212 1 12 1c3.681 0 7 2.565 7 6v4.539c0 .642.19 1.269.546 1.803l1.328 1.992a.75.75 0 11-1.248.832l-1.328-1.992a4.75 4.75 0 01-.798-2.635V7c0-2.364-2.383-4.5-5.5-4.5z\"/></svg></li><li title=\"blocked 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M4.467.22a.75.75 0 01.53-.22h6.006a.75.75 0 01.53.22l4.247 4.247c.141.14.22.331.22.53v6.006a.75.75 0 01-.22.53l-4.247 4.247a.75.75 0 01-.53.22H4.997a.75.75 0 01-.53-.22L.22 11.533a.75.75 0 01-.22-.53V4.997a.75.75 0 01.22-.53L4.467.22zm.84 1.28L1.5 5.308v5.384L5.308 14.5h5.384l3.808-3.808V5.308L10.692 1.5H5.308zM4 7.75A.75.75 0 014.75 7h6.5a.75.75 0 010 1.5h-6.5A.75.75 0 014 7.75z\"/></svg></li><li title=\"blocked 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M7.638 2.22a.75.75 0 01.53-.22h7.664a.75.75 0 01.53.22l5.418 5.418c.141.14.22.332.22.53v7.664a.75.75 0 01-.22.53l-5.418 5.418a.75.75 0 01-.53.22H8.168a.75.75 0 01-.53-.22l-5.42-5.418a.75.75 0 01-.219-.53V8.168a.75.75 0 01.22-.53l5.418-5.42zM8.48 3.5L3.5 8.48v7.04l4.98 4.98h7.04l4.98-4.98V8.48L15.52 3.5H8.48zM7 11.75a.75.75 0 01.75-.75h8.5a.75.75 0 010 1.5h-8.5a.75.75 0 01-.75-.75z\"/></svg></li><li title=\"bold 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M4 2a1 1 0 00-1 1v10a1 1 0 001 1h5.5a3.5 3.5 0 001.852-6.47A3.5 3.5 0 008.5 2H4zm4.5 5a1.5 1.5 0 100-3H5v3h3.5zM5 9v3h4.5a1.5 1.5 0 000-3H5z\"/></svg></li><li title=\"bold 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M6 4.75c0-.69.56-1.25 1.25-1.25h5a4.75 4.75 0 013.888 7.479A5 5 0 0114 20.5H7.25c-.69 0-1.25-.56-1.25-1.25V4.75zM8.5 13v5H14a2.5 2.5 0 000-5H8.5zm0-2.5h3.751A2.25 2.25 0 0012.25 6H8.5v4.5z\"/></svg></li><li title=\"book 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M0 1.75A.75.75 0 01.75 1h4.253c1.227 0 2.317.59 3 1.501A3.744 3.744 0 0111.006 1h4.245a.75.75 0 01.75.75v10.5a.75.75 0 01-.75.75h-4.507a2.25 2.25 0 00-1.591.659l-.622.621a.75.75 0 01-1.06 0l-.622-.621A2.25 2.25 0 005.258 13H.75a.75.75 0 01-.75-.75V1.75zm8.755 3a2.25 2.25 0 012.25-2.25H14.5v9h-3.757c-.71 0-1.4.201-1.992.572l.004-7.322zm-1.504 7.324l.004-5.073-.002-2.253A2.25 2.25 0 005.003 2.5H1.5v9h3.757a3.75 3.75 0 011.994.574z\"/></svg></li><li title=\"book 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M0 3.75A.75.75 0 01.75 3h7.497c1.566 0 2.945.8 3.751 2.014A4.496 4.496 0 0115.75 3h7.5a.75.75 0 01.75.75v15.063a.75.75 0 01-.755.75l-7.682-.052a3 3 0 00-2.142.878l-.89.891a.75.75 0 01-1.061 0l-.902-.901a3 3 0 00-2.121-.879H.75a.75.75 0 01-.75-.75v-15zm11.247 3.747a3 3 0 00-3-2.997H1.5V18h6.947a4.5 4.5 0 012.803.98l-.003-11.483zm1.503 11.485V7.5a3 3 0 013-3h6.75v13.558l-6.927-.047a4.5 4.5 0 00-2.823.971z\"/></svg></li><li title=\"bookmark 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M4.75 2.5a.25.25 0 00-.25.25v9.91l3.023-2.489a.75.75 0 01.954 0l3.023 2.49V2.75a.25.25 0 00-.25-.25h-6.5zM3 2.75C3 1.784 3.784 1 4.75 1h6.5c.966 0 1.75.784 1.75 1.75v11.5a.75.75 0 01-1.227.579L8 11.722l-3.773 3.107A.75.75 0 013 14.25V2.75z\"/></svg></li><li title=\"bookmark 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M5 3.75C5 2.784 5.784 2 6.75 2h10.5c.966 0 1.75.784 1.75 1.75v17.5a.75.75 0 01-1.218.586L12 17.21l-5.781 4.625A.75.75 0 015 21.25V3.75zm1.75-.25a.25.25 0 00-.25.25v15.94l5.031-4.026a.75.75 0 01.938 0L17.5 19.69V3.75a.25.25 0 00-.25-.25H6.75z\"/></svg></li><li title=\"bookmark fill 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M6.69 2a1.75 1.75 0 00-1.75 1.756L5 21.253a.75.75 0 001.219.583L12 17.21l5.782 4.625A.75.75 0 0019 21.25V3.75A1.75 1.75 0 0017.25 2H6.69z\"/></svg></li><li title=\"bookmark slash 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M1.19 1.143a.75.75 0 10-.88 1.214L3 4.305v9.945a.75.75 0 001.206.596L8 11.944l3.794 2.902A.75.75 0 0013 14.25v-2.703l1.81 1.31a.75.75 0 10.88-1.214l-2.994-2.168a1.09 1.09 0 00-.014-.01L4.196 3.32a.712.712 0 00-.014-.01L1.19 1.143zM4.5 5.39v7.341l3.044-2.328a.75.75 0 01.912 0l3.044 2.328V10.46l-7-5.07zM5.865 1a.75.75 0 000 1.5h5.385a.25.25 0 01.25.25v3.624a.75.75 0 001.5 0V2.75A1.75 1.75 0 0011.25 1H5.865z\"/></svg></li><li title=\"bookmark slash 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M1.565 2.018a.75.75 0 00-.88 1.214L5 6.357v14.902a.75.75 0 001.219.585L12 17.21l5.781 4.633A.75.75 0 0019 21.259v-4.764l3.435 2.487a.75.75 0 10.88-1.215L1.565 2.017zM17.5 15.408l-11-7.965v12.254l5.031-4.032a.75.75 0 01.938 0l5.031 4.032v-4.288z\"/><path d=\"M7.25 2a.75.75 0 000 1.5h10a.25.25 0 01.25.25v6.5a.75.75 0 001.5 0v-6.5A1.75 1.75 0 0017.25 2h-10z\"/></svg></li><li title=\"bookmark slash fill 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M3.232 2.175a.75.75 0 10-.964 1.15l2.679 2.244L5 21.253a.75.75 0 001.219.583L12 17.21l5.782 4.625A.75.75 0 0019 21.25v-3.907l1.768 1.482a.75.75 0 10.964-1.15l-18.5-15.5zM7.422 2a.75.75 0 00-.482 1.325l10.828 9.073A.75.75 0 0019 11.823V3.75A1.75 1.75 0 0017.25 2H7.421h.001z\"/></svg></li><li title=\"briefcase 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M6.75 0A1.75 1.75 0 005 1.75V3H1.75A1.75 1.75 0 000 4.75v8.5C0 14.216.784 15 1.75 15h12.5A1.75 1.75 0 0016 13.25v-8.5A1.75 1.75 0 0014.25 3H11V1.75A1.75 1.75 0 009.25 0h-2.5zM9.5 3V1.75a.25.25 0 00-.25-.25h-2.5a.25.25 0 00-.25.25V3h3zM5 4.5H1.75a.25.25 0 00-.25.25V6a2 2 0 002 2h9a2 2 0 002-2V4.75a.25.25 0 00-.25-.25H5zm-1.5 5a3.484 3.484 0 01-2-.627v4.377c0 .138.112.25.25.25h12.5a.25.25 0 00.25-.25V8.873a3.484 3.484 0 01-2 .627h-9z\"/></svg></li><li title=\"briefcase 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M7.5 1.75C7.5.784 8.284 0 9.25 0h5.5c.966 0 1.75.784 1.75 1.75V4h4.75c.966 0 1.75.784 1.75 1.75v14.5A1.75 1.75 0 0121.25 22H2.75A1.75 1.75 0 011 20.25V5.75C1 4.784 1.784 4 2.75 4H7.5V1.75zm-5 10.24v8.26c0 .138.112.25.25.25h18.5a.25.25 0 00.25-.25v-8.26A4.233 4.233 0 0118.75 13H5.25a4.233 4.233 0 01-2.75-1.01zm19-3.24a2.75 2.75 0 01-2.75 2.75H5.25A2.75 2.75 0 012.5 8.75v-3a.25.25 0 01.25-.25h18.5a.25.25 0 01.25.25v3zm-6.5-7V4H9V1.75a.25.25 0 01.25-.25h5.5a.25.25 0 01.25.25z\"/></svg></li><li title=\"broadcast 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M3.267 1.457c.3.286.312.76.026 1.06A6.475 6.475 0 001.5 7a6.472 6.472 0 001.793 4.483.75.75 0 01-1.086 1.034 8.89 8.89 0 01-.276-.304l.569-.49-.569.49A7.971 7.971 0 010 7c0-2.139.84-4.083 2.207-5.517a.75.75 0 011.06-.026zm9.466 0a.75.75 0 011.06.026A7.975 7.975 0 0116 7c0 2.139-.84 4.083-2.207 5.517a.75.75 0 11-1.086-1.034A6.475 6.475 0 0014.5 7a6.475 6.475 0 00-1.793-4.483.75.75 0 01.026-1.06zM8.75 8.582a1.75 1.75 0 10-1.5 0v5.668a.75.75 0 001.5 0V8.582zM5.331 4.736a.75.75 0 10-1.143-.972A4.983 4.983 0 003 7c0 1.227.443 2.352 1.177 3.222a.75.75 0 001.146-.967A3.483 3.483 0 014.5 7c0-.864.312-1.654.831-2.264zm6.492-.958a.75.75 0 00-1.146.967c.514.61.823 1.395.823 2.255 0 .86-.31 1.646-.823 2.255a.75.75 0 101.146.967A4.983 4.983 0 0013 7a4.983 4.983 0 00-1.177-3.222z\"/></svg></li><li title=\"broadcast 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M20.485 2.515a.75.75 0 00-1.06 1.06A10.465 10.465 0 0122.5 11c0 2.9-1.174 5.523-3.075 7.424a.75.75 0 001.06 1.061A11.965 11.965 0 0024 11c0-3.314-1.344-6.315-3.515-8.485zm-15.91 1.06a.75.75 0 00-1.06-1.06A11.965 11.965 0 000 11c0 3.313 1.344 6.314 3.515 8.485a.75.75 0 001.06-1.06A10.465 10.465 0 011.5 11c0-2.9 1.174-5.524 3.075-7.425zM8.11 7.11a.75.75 0 00-1.06-1.06A6.98 6.98 0 005 11a6.98 6.98 0 002.05 4.95.75.75 0 001.06-1.061 5.48 5.48 0 01-1.61-3.89 5.48 5.48 0 011.61-3.888zm8.84-1.06a.75.75 0 10-1.06 1.06A5.48 5.48 0 0117.5 11a5.48 5.48 0 01-1.61 3.889.75.75 0 101.06 1.06A6.98 6.98 0 0019 11a6.98 6.98 0 00-2.05-4.949zM14 11a2 2 0 01-1.25 1.855v8.395a.75.75 0 01-1.5 0v-8.395A2 2 0 1114 11z\"/></svg></li><li title=\"browser 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M0 2.75C0 1.784.784 1 1.75 1h12.5c.966 0 1.75.784 1.75 1.75v10.5A1.75 1.75 0 0114.25 15H1.75A1.75 1.75 0 010 13.25V2.75zm1.75-.25a.25.25 0 00-.25.25V4.5h2v-2H1.75zM5 2.5v2h2v-2H5zm3.5 0v2h6V2.75a.25.25 0 00-.25-.25H8.5zm6 3.5h-13v7.25c0 .138.112.25.25.25h12.5a.25.25 0 00.25-.25V6z\"/></svg></li><li title=\"browser 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M0 3.75C0 2.784.784 2 1.75 2h20.5c.966 0 1.75.784 1.75 1.75v16.5A1.75 1.75 0 0122.25 22H1.75A1.75 1.75 0 010 20.25V3.75zm1.75-.25a.25.25 0 00-.25.25V5.5h4v-2H1.75zM7 3.5v2h4v-2H7zm5.5 0v2h10V3.75a.25.25 0 00-.25-.25H12.5zm10 3.5h-21v13.25c0 .138.112.25.25.25h20.5a.25.25 0 00.25-.25V7z\"/></svg></li><li title=\"bug 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M4.72.22a.75.75 0 011.06 0l1 .999a3.492 3.492 0 012.441 0l.999-1a.75.75 0 111.06 1.061l-.775.776c.616.63.995 1.493.995 2.444v.327c0 .1-.009.197-.025.292.408.14.764.392 1.029.722l1.968-.787a.75.75 0 01.556 1.392L13 7.258V9h2.25a.75.75 0 010 1.5H13v.5c0 .409-.049.806-.141 1.186l2.17.868a.75.75 0 01-.557 1.392l-2.184-.873A4.997 4.997 0 018 16a4.997 4.997 0 01-4.288-2.427l-2.183.873a.75.75 0 01-.558-1.392l2.17-.868A5.013 5.013 0 013 11v-.5H.75a.75.75 0 010-1.5H3V7.258L.971 6.446a.75.75 0 01.558-1.392l1.967.787c.265-.33.62-.583 1.03-.722a1.684 1.684 0 01-.026-.292V4.5c0-.951.38-1.814.995-2.444L4.72 1.28a.75.75 0 010-1.06zM6.173 5h3.654A.173.173 0 0010 4.827V4.5a2 2 0 10-4 0v.327c0 .096.077.173.173.173zM5.25 6.5a.75.75 0 00-.75.75V11a3.5 3.5 0 107 0V7.25a.75.75 0 00-.75-.75h-5.5z\"/></svg></li><li title=\"bug 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M7.72.22a.75.75 0 011.06 0l1.204 1.203A4.983 4.983 0 0112 1c.717 0 1.4.151 2.016.423L15.22.22a.75.75 0 011.06 1.06l-.971.972A4.988 4.988 0 0117 6v1.104a2.755 2.755 0 011.917 1.974l1.998-.999a.75.75 0 01.67 1.342L19 10.714V13.5l3.25.003a.75.75 0 110 1.5L19 15.001V16a7.02 7.02 0 01-.204 1.686.833.833 0 01.04.018l2.75 1.375a.75.75 0 11-.671 1.342l-2.638-1.319A7 7 0 0112 23a7 7 0 01-6.197-3.742l-2.758 1.181a.75.75 0 11-.59-1.378l2.795-1.199A7.007 7.007 0 015 16v-.996H1.75a.75.75 0 010-1.5H5v-2.79L2.415 9.42a.75.75 0 01.67-1.342l1.998.999A2.755 2.755 0 017 7.104V6a4.99 4.99 0 011.69-3.748l-.97-.972a.75.75 0 010-1.06zM8.5 7h7V6a3.5 3.5 0 10-7 0v1zm-2 3.266V9.75c0-.69.56-1.25 1.25-1.25h8.5c.69 0 1.25.56 1.25 1.25V16a5.5 5.5 0 01-11 0v-5.734z\"/></svg></li><li title=\"calendar 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M4.75 0a.75.75 0 01.75.75V2h5V.75a.75.75 0 011.5 0V2h1.25c.966 0 1.75.784 1.75 1.75v10.5A1.75 1.75 0 0113.25 16H2.75A1.75 1.75 0 011 14.25V3.75C1 2.784 1.784 2 2.75 2H4V.75A.75.75 0 014.75 0zm0 3.5h8.5a.25.25 0 01.25.25V6h-11V3.75a.25.25 0 01.25-.25h2zm-2.25 4v6.75c0 .138.112.25.25.25h10.5a.25.25 0 00.25-.25V7.5h-11z\"/></svg></li><li title=\"calendar 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M6.75 0a.75.75 0 01.75.75V3h9V.75a.75.75 0 011.5 0V3h2.75c.966 0 1.75.784 1.75 1.75v16a1.75 1.75 0 01-1.75 1.75H3.25a1.75 1.75 0 01-1.75-1.75v-16C1.5 3.784 2.284 3 3.25 3H6V.75A.75.75 0 016.75 0zm-3.5 4.5a.25.25 0 00-.25.25V8h18V4.75a.25.25 0 00-.25-.25H3.25zM21 9.5H3v11.25c0 .138.112.25.25.25h17.5a.25.25 0 00.25-.25V9.5z\"/></svg></li><li title=\"check 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M13.78 4.22a.75.75 0 010 1.06l-7.25 7.25a.75.75 0 01-1.06 0L2.22 9.28a.75.75 0 011.06-1.06L6 10.94l6.72-6.72a.75.75 0 011.06 0z\"/></svg></li><li title=\"check 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M21.03 5.72a.75.75 0 010 1.06l-11.5 11.5a.75.75 0 01-1.072-.012l-5.5-5.75a.75.75 0 111.084-1.036l4.97 5.195L19.97 5.72a.75.75 0 011.06 0z\"/></svg></li><li title=\"check circle 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M1.5 8a6.5 6.5 0 1113 0 6.5 6.5 0 01-13 0zM0 8a8 8 0 1116 0A8 8 0 010 8zm11.78-1.72a.75.75 0 00-1.06-1.06L6.75 9.19 5.28 7.72a.75.75 0 00-1.06 1.06l2 2a.75.75 0 001.06 0l4.5-4.5z\"/></svg></li><li title=\"check circle 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M17.28 9.28a.75.75 0 00-1.06-1.06l-5.97 5.97-2.47-2.47a.75.75 0 00-1.06 1.06l3 3a.75.75 0 001.06 0l6.5-6.5z\"/><path fill-rule=\"evenodd\" d=\"M12 1C5.925 1 1 5.925 1 12s4.925 11 11 11 11-4.925 11-11S18.075 1 12 1zM2.5 12a9.5 9.5 0 1119 0 9.5 9.5 0 01-19 0z\"/></svg></li><li title=\"check circle fill 12 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 12 12\"><path fill-rule=\"evenodd\" d=\"M6 0a6 6 0 100 12A6 6 0 006 0zm-.705 8.737L9.63 4.403 8.392 3.166 5.295 6.263l-1.7-1.702L2.356 5.8l2.938 2.938z\"/></svg></li><li title=\"check circle fill 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M8 16A8 8 0 108 0a8 8 0 000 16zm3.78-9.72a.75.75 0 00-1.06-1.06L6.75 9.19 5.28 7.72a.75.75 0 00-1.06 1.06l2 2a.75.75 0 001.06 0l4.5-4.5z\"/></svg></li><li title=\"check circle fill 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M1 12C1 5.925 5.925 1 12 1s11 4.925 11 11-4.925 11-11 11S1 18.075 1 12zm16.28-2.72a.75.75 0 00-1.06-1.06l-5.97 5.97-2.47-2.47a.75.75 0 00-1.06 1.06l3 3a.75.75 0 001.06 0l6.5-6.5z\"/></svg></li><li title=\"checklist 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M2.5 1.75a.25.25 0 01.25-.25h8.5a.25.25 0 01.25.25v7.736a.75.75 0 101.5 0V1.75A1.75 1.75 0 0011.25 0h-8.5A1.75 1.75 0 001 1.75v11.5c0 .966.784 1.75 1.75 1.75h3.17a.75.75 0 000-1.5H2.75a.25.25 0 01-.25-.25V1.75zM4.75 4a.75.75 0 000 1.5h4.5a.75.75 0 000-1.5h-4.5zM4 7.75A.75.75 0 014.75 7h2a.75.75 0 010 1.5h-2A.75.75 0 014 7.75zm11.774 3.537a.75.75 0 00-1.048-1.074L10.7 14.145 9.281 12.72a.75.75 0 00-1.062 1.058l1.943 1.95a.75.75 0 001.055.008l4.557-4.45z\"/></svg></li><li title=\"checklist 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M3.5 3.75a.25.25 0 01.25-.25h13.5a.25.25 0 01.25.25v10a.75.75 0 001.5 0v-10A1.75 1.75 0 0017.25 2H3.75A1.75 1.75 0 002 3.75v16.5c0 .966.784 1.75 1.75 1.75h7a.75.75 0 000-1.5h-7a.25.25 0 01-.25-.25V3.75z\"/><path d=\"M6.25 7a.75.75 0 000 1.5h8.5a.75.75 0 000-1.5h-8.5zm-.75 4.75a.75.75 0 01.75-.75h4.5a.75.75 0 010 1.5h-4.5a.75.75 0 01-.75-.75zm16.28 4.53a.75.75 0 10-1.06-1.06l-4.97 4.97-1.97-1.97a.75.75 0 10-1.06 1.06l2.5 2.5a.75.75 0 001.06 0l5.5-5.5z\"/></svg></li><li title=\"chevron down 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M12.78 6.22a.75.75 0 010 1.06l-4.25 4.25a.75.75 0 01-1.06 0L3.22 7.28a.75.75 0 011.06-1.06L8 9.94l3.72-3.72a.75.75 0 011.06 0z\"/></svg></li><li title=\"chevron down 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M5.22 8.72a.75.75 0 000 1.06l6.25 6.25a.75.75 0 001.06 0l6.25-6.25a.75.75 0 00-1.06-1.06L12 14.44 6.28 8.72a.75.75 0 00-1.06 0z\"/></svg></li><li title=\"chevron left 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M9.78 12.78a.75.75 0 01-1.06 0L4.47 8.53a.75.75 0 010-1.06l4.25-4.25a.75.75 0 011.06 1.06L6.06 8l3.72 3.72a.75.75 0 010 1.06z\"/></svg></li><li title=\"chevron left 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M15.28 5.22a.75.75 0 00-1.06 0l-6.25 6.25a.75.75 0 000 1.06l6.25 6.25a.75.75 0 101.06-1.06L9.56 12l5.72-5.72a.75.75 0 000-1.06z\"/></svg></li><li title=\"chevron right 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M6.22 3.22a.75.75 0 011.06 0l4.25 4.25a.75.75 0 010 1.06l-4.25 4.25a.75.75 0 01-1.06-1.06L9.94 8 6.22 4.28a.75.75 0 010-1.06z\"/></svg></li><li title=\"chevron right 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M8.72 18.78a.75.75 0 001.06 0l6.25-6.25a.75.75 0 000-1.06L9.78 5.22a.75.75 0 00-1.06 1.06L14.44 12l-5.72 5.72a.75.75 0 000 1.06z\"/></svg></li><li title=\"chevron up 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M3.22 9.78a.75.75 0 010-1.06l4.25-4.25a.75.75 0 011.06 0l4.25 4.25a.75.75 0 01-1.06 1.06L8 6.06 4.28 9.78a.75.75 0 01-1.06 0z\"/></svg></li><li title=\"chevron up 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M18.78 15.28a.75.75 0 000-1.06l-6.25-6.25a.75.75 0 00-1.06 0l-6.25 6.25a.75.75 0 101.06 1.06L12 9.56l5.72 5.72a.75.75 0 001.06 0z\"/></svg></li><li title=\"circle 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M8 1.5a6.5 6.5 0 100 13 6.5 6.5 0 000-13zM0 8a8 8 0 1116 0A8 8 0 010 8z\"/></svg></li><li title=\"circle 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M12 2.5a9.5 9.5 0 100 19 9.5 9.5 0 000-19zM1 12C1 5.925 5.925 1 12 1s11 4.925 11 11-4.925 11-11 11S1 18.075 1 12z\"/></svg></li><li title=\"circle slash 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M1.5 8a6.5 6.5 0 0110.535-5.096l-9.131 9.131A6.472 6.472 0 011.5 8zm2.465 5.096a6.5 6.5 0 009.131-9.131l-9.131 9.131zM8 0a8 8 0 100 16A8 8 0 008 0z\"/></svg></li><li title=\"circle slash 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M12 1C5.925 1 1 5.925 1 12s4.925 11 11 11 11-4.925 11-11S18.075 1 12 1zM2.5 12A9.5 9.5 0 0112 2.5c2.353 0 4.507.856 6.166 2.273L4.773 18.166A9.462 9.462 0 012.5 12zm3.334 7.227A9.462 9.462 0 0012 21.5a9.5 9.5 0 009.5-9.5 9.462 9.462 0 00-2.273-6.166L5.834 19.227z\"/></svg></li><li title=\"clock 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M1.5 8a6.5 6.5 0 1113 0 6.5 6.5 0 01-13 0zM8 0a8 8 0 100 16A8 8 0 008 0zm.5 4.75a.75.75 0 00-1.5 0v3.5a.75.75 0 00.471.696l2.5 1a.75.75 0 00.557-1.392L8.5 7.742V4.75z\"/></svg></li><li title=\"clock 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12.5 7.25a.75.75 0 00-1.5 0v5.5c0 .27.144.518.378.651l3.5 2a.75.75 0 00.744-1.302L12.5 12.315V7.25z\"/><path fill-rule=\"evenodd\" d=\"M12 1C5.925 1 1 5.925 1 12s4.925 11 11 11 11-4.925 11-11S18.075 1 12 1zM2.5 12a9.5 9.5 0 1119 0 9.5 9.5 0 01-19 0z\"/></svg></li><li title=\"code 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M4.72 3.22a.75.75 0 011.06 1.06L2.06 8l3.72 3.72a.75.75 0 11-1.06 1.06L.47 8.53a.75.75 0 010-1.06l4.25-4.25zm6.56 0a.75.75 0 10-1.06 1.06L13.94 8l-3.72 3.72a.75.75 0 101.06 1.06l4.25-4.25a.75.75 0 000-1.06l-4.25-4.25z\"/></svg></li><li title=\"code 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M8.78 4.97a.75.75 0 010 1.06L2.81 12l5.97 5.97a.75.75 0 11-1.06 1.06l-6.5-6.5a.75.75 0 010-1.06l6.5-6.5a.75.75 0 011.06 0zm6.44 0a.75.75 0 000 1.06L21.19 12l-5.97 5.97a.75.75 0 101.06 1.06l6.5-6.5a.75.75 0 000-1.06l-6.5-6.5a.75.75 0 00-1.06 0z\"/></svg></li><li title=\"code of conduct 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M8.048 2.241c.964-.709 2.079-1.238 3.325-1.241a4.613 4.613 0 013.282 1.355c.41.408.757.86.996 1.428.238.568.348 1.206.347 1.968 0 2.193-1.505 4.254-3.081 5.862-1.496 1.526-3.213 2.796-4.249 3.563l-.22.163a.75.75 0 01-.895 0l-.221-.163c-1.036-.767-2.753-2.037-4.249-3.563C1.51 10.008.007 7.952.002 5.762a4.614 4.614 0 011.353-3.407C3.123.585 6.223.537 8.048 2.24zm-1.153.983c-.81.78-1.546 1.669-2.166 2.417-.184.222-.358.432-.52.623a.75.75 0 00.04 1.016c.35.35.697.697 1.043 1.047.866.875 2.292.914 3.185.032.264-.26.534-.528.802-.797.694-.694 1.8-.701 2.474-.03L12.92 8.7l.283.284c-.244.334-.515.666-.81.995l-1.384-1.28A.75.75 0 109.99 9.802l1.357 1.252c-.325.31-.656.606-.984.887l-1.48-1.366a.75.75 0 10-1.018 1.102L9.191 12.9c-.433.34-.838.643-1.191.905-1.04-.773-2.537-1.907-3.846-3.242C2.611 8.99 1.502 7.306 1.502 5.75a3.114 3.114 0 01.913-2.335c1.159-1.158 3.23-1.224 4.48-.191zm7.112 4.442c.313-.65.491-1.293.491-1.916v-.001c0-.614-.088-1.045-.23-1.385-.143-.339-.357-.633-.673-.949a3.113 3.113 0 00-2.218-.915c-1.092.003-2.165.627-3.226 1.602-.823.755-1.554 1.637-2.228 2.45l-.127.154.562.566a.756.756 0 001.066.02l.794-.79c1.258-1.258 3.312-1.31 4.594-.032.396.394.792.791 1.173 1.173l.022.023z\"/></svg></li><li title=\"code of conduct 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M2.828 4.328C5.26 1.896 9.5 1.881 11.935 4.317c.024.024.046.05.067.076 1.391-1.078 2.993-1.886 4.777-1.89a6.216 6.216 0 014.424 1.825c.559.56 1.023 1.165 1.34 1.922.318.756.47 1.617.468 2.663 0 2.972-2.047 5.808-4.269 8.074-2.098 2.14-4.507 3.924-5.974 5.009l-.311.23a.752.752 0 01-.897 0l-.312-.23c-1.466-1.085-3.875-2.869-5.973-5.009-2.22-2.263-4.264-5.095-4.27-8.063v.012-.024.012a6.217 6.217 0 011.823-4.596zm8.033 1.042c-1.846-1.834-5.124-1.823-6.969.022a4.713 4.713 0 00-1.382 3.52c0 2.332 1.65 4.79 3.839 7.022 1.947 1.986 4.184 3.66 5.66 4.752a79.983 79.983 0 002.159-1.645l-2.14-1.974a.752.752 0 011.02-1.106l2.295 2.118c.616-.52 1.242-1.08 1.85-1.672l-2.16-1.992a.752.752 0 011.021-1.106l2.188 2.02a18.992 18.992 0 001.528-1.877l-.585-.586-1.651-1.652c-1.078-1.074-2.837-1.055-3.935.043-.379.38-.76.758-1.132 1.126-1.14 1.124-2.96 1.077-4.07-.043-.489-.495-.98-.988-1.475-1.482a.752.752 0 01-.04-1.019c.234-.276.483-.576.745-.893.928-1.12 2.023-2.442 3.234-3.576zm9.725 6.77c.579-1.08.92-2.167.92-3.228.002-.899-.128-1.552-.35-2.08-.22-.526-.551-.974-1.017-1.44a4.71 4.71 0 00-3.356-1.384c-1.66.004-3.25.951-4.77 2.346-1.18 1.084-2.233 2.353-3.188 3.506l-.351.423c.331.332.663.664.993.998a1.375 1.375 0 001.943.03c.37-.365.748-.74 1.125-1.118 1.662-1.663 4.373-1.726 6.06-.045.56.558 1.12 1.12 1.658 1.658l.333.334z\"/></svg></li><li title=\"code review 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M1.5 2.75a.25.25 0 01.25-.25h12.5a.25.25 0 01.25.25v8.5a.25.25 0 01-.25.25h-6.5a.75.75 0 00-.53.22L4.5 14.44v-2.19a.75.75 0 00-.75-.75h-2a.25.25 0 01-.25-.25v-8.5zM1.75 1A1.75 1.75 0 000 2.75v8.5C0 12.216.784 13 1.75 13H3v1.543a1.457 1.457 0 002.487 1.03L8.061 13h6.189A1.75 1.75 0 0016 11.25v-8.5A1.75 1.75 0 0014.25 1H1.75zm5.03 3.47a.75.75 0 010 1.06L5.31 7l1.47 1.47a.75.75 0 01-1.06 1.06l-2-2a.75.75 0 010-1.06l2-2a.75.75 0 011.06 0zm2.44 0a.75.75 0 000 1.06L10.69 7 9.22 8.47a.75.75 0 001.06 1.06l2-2a.75.75 0 000-1.06l-2-2a.75.75 0 00-1.06 0z\"/></svg></li><li title=\"code review 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M10.3 6.74a.75.75 0 01-.04 1.06l-2.908 2.7 2.908 2.7a.75.75 0 11-1.02 1.1l-3.5-3.25a.75.75 0 010-1.1l3.5-3.25a.75.75 0 011.06.04zm3.44 1.06a.75.75 0 111.02-1.1l3.5 3.25a.75.75 0 010 1.1l-3.5 3.25a.75.75 0 11-1.02-1.1l2.908-2.7-2.908-2.7z\"/><path fill-rule=\"evenodd\" d=\"M1.5 4.25c0-.966.784-1.75 1.75-1.75h17.5c.966 0 1.75.784 1.75 1.75v12.5a1.75 1.75 0 01-1.75 1.75h-9.69l-3.573 3.573A1.457 1.457 0 015 21.043V18.5H3.25a1.75 1.75 0 01-1.75-1.75V4.25zM3.25 4a.25.25 0 00-.25.25v12.5c0 .138.112.25.25.25h2.5a.75.75 0 01.75.75v3.19l3.72-3.72a.75.75 0 01.53-.22h10a.25.25 0 00.25-.25V4.25a.25.25 0 00-.25-.25H3.25z\"/></svg></li><li title=\"code square 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M1.75 1.5a.25.25 0 00-.25.25v12.5c0 .138.112.25.25.25h12.5a.25.25 0 00.25-.25V1.75a.25.25 0 00-.25-.25H1.75zM0 1.75C0 .784.784 0 1.75 0h12.5C15.216 0 16 .784 16 1.75v12.5A1.75 1.75 0 0114.25 16H1.75A1.75 1.75 0 010 14.25V1.75zm9.22 3.72a.75.75 0 000 1.06L10.69 8 9.22 9.47a.75.75 0 101.06 1.06l2-2a.75.75 0 000-1.06l-2-2a.75.75 0 00-1.06 0zM6.78 6.53a.75.75 0 00-1.06-1.06l-2 2a.75.75 0 000 1.06l2 2a.75.75 0 101.06-1.06L5.31 8l1.47-1.47z\"/></svg></li><li title=\"code square 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M10.3 8.24a.75.75 0 01-.04 1.06L7.352 12l2.908 2.7a.75.75 0 11-1.02 1.1l-3.5-3.25a.75.75 0 010-1.1l3.5-3.25a.75.75 0 011.06.04zm3.44 1.06a.75.75 0 111.02-1.1l3.5 3.25a.75.75 0 010 1.1l-3.5 3.25a.75.75 0 11-1.02-1.1l2.908-2.7-2.908-2.7z\"/><path fill-rule=\"evenodd\" d=\"M2 3.75C2 2.784 2.784 2 3.75 2h16.5c.966 0 1.75.784 1.75 1.75v16.5A1.75 1.75 0 0120.25 22H3.75A1.75 1.75 0 012 20.25V3.75zm1.75-.25a.25.25 0 00-.25.25v16.5c0 .138.112.25.25.25h16.5a.25.25 0 00.25-.25V3.75a.25.25 0 00-.25-.25H3.75z\"/></svg></li><li title=\"codescan 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path d=\"M8.47 4.97a.75.75 0 000 1.06L9.94 7.5 8.47 8.97a.75.75 0 101.06 1.06l2-2a.75.75 0 000-1.06l-2-2a.75.75 0 00-1.06 0zM6.53 6.03a.75.75 0 00-1.06-1.06l-2 2a.75.75 0 000 1.06l2 2a.75.75 0 101.06-1.06L5.06 7.5l1.47-1.47z\"/><path fill-rule=\"evenodd\" d=\"M12.246 13.307a7.5 7.5 0 111.06-1.06l2.474 2.473a.75.75 0 11-1.06 1.06l-2.474-2.473zM1.5 7.5a6 6 0 1110.386 4.094.75.75 0 00-.292.293A6 6 0 011.5 7.5z\"/></svg></li><li title=\"codescan 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M11.97 6.97a.75.75 0 000 1.06l2.47 2.47-2.47 2.47a.75.75 0 101.06 1.06l3-3a.75.75 0 000-1.06l-3-3a.75.75 0 00-1.06 0zM9.03 8.03a.75.75 0 00-1.06-1.06l-3 3a.75.75 0 000 1.06l3 3a.75.75 0 001.06-1.06L6.56 10.5l2.47-2.47z\"/><path fill-rule=\"evenodd\" d=\"M10.5 0C4.701 0 0 4.701 0 10.5S4.701 21 10.5 21c2.63 0 5.033-.967 6.875-2.564l4.345 4.344a.75.75 0 101.06-1.06l-4.344-4.345A10.459 10.459 0 0021 10.5C21 4.701 16.299 0 10.5 0zm-9 10.5a9 9 0 1118 0 9 9 0 01-18 0z\"/></svg></li><li title=\"codescan checkmark 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path d=\"M10.28 6.28a.75.75 0 10-1.06-1.06L6.25 8.19l-.97-.97a.75.75 0 00-1.06 1.06l1.5 1.5a.75.75 0 001.06 0l3.5-3.5z\"/><path fill-rule=\"evenodd\" d=\"M7.5 15a7.469 7.469 0 004.746-1.693l2.474 2.473a.75.75 0 101.06-1.06l-2.473-2.474A7.5 7.5 0 107.5 15zm0-13.5a6 6 0 104.094 10.386.75.75 0 01.293-.292A6 6 0 007.5 1.5z\"/></svg></li><li title=\"codescan checkmark 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M15.03 8.28a.75.75 0 00-1.06-1.06l-5.22 5.22-2.22-2.22a.75.75 0 10-1.06 1.06l2.75 2.75a.75.75 0 001.06 0l5.75-5.75z\"/><path fill-rule=\"evenodd\" d=\"M0 10.5C0 4.701 4.701 0 10.5 0S21 4.701 21 10.5c0 2.63-.967 5.033-2.564 6.875l4.344 4.345a.75.75 0 11-1.06 1.06l-4.345-4.344A10.459 10.459 0 0110.5 21C4.701 21 0 16.299 0 10.5zm10.5-9a9 9 0 100 18 9 9 0 000-18z\"/></svg></li><li title=\"codespaces 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M2 1.75C2 .784 2.784 0 3.75 0h8.5C13.216 0 14 .784 14 1.75v5a1.75 1.75 0 01-1.75 1.75h-8.5A1.75 1.75 0 012 6.75v-5zm1.75-.25a.25.25 0 00-.25.25v5c0 .138.112.25.25.25h8.5a.25.25 0 00.25-.25v-5a.25.25 0 00-.25-.25h-8.5zM0 11.25c0-.966.784-1.75 1.75-1.75h12.5c.966 0 1.75.784 1.75 1.75v3A1.75 1.75 0 0114.25 16H1.75A1.75 1.75 0 010 14.25v-3zM1.75 11a.25.25 0 00-.25.25v3c0 .138.112.25.25.25h12.5a.25.25 0 00.25-.25v-3a.25.25 0 00-.25-.25H1.75z\"/><path fill-rule=\"evenodd\" d=\"M3 12.75a.75.75 0 01.75-.75h.5a.75.75 0 010 1.5h-.5a.75.75 0 01-.75-.75zm4 0a.75.75 0 01.75-.75h4.5a.75.75 0 010 1.5h-4.5a.75.75 0 01-.75-.75z\"/></svg></li><li title=\"codespaces 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M3.5 3.75C3.5 2.784 4.284 2 5.25 2h13.5c.966 0 1.75.784 1.75 1.75v7.5A1.75 1.75 0 0118.75 13H5.25a1.75 1.75 0 01-1.75-1.75v-7.5zm1.75-.25a.25.25 0 00-.25.25v7.5c0 .138.112.25.25.25h13.5a.25.25 0 00.25-.25v-7.5a.25.25 0 00-.25-.25H5.25zM1.5 15.75c0-.966.784-1.75 1.75-1.75h17.5c.966 0 1.75.784 1.75 1.75v4a1.75 1.75 0 01-1.75 1.75H3.25a1.75 1.75 0 01-1.75-1.75v-4zm1.75-.25a.25.25 0 00-.25.25v4c0 .138.112.25.25.25h17.5a.25.25 0 00.25-.25v-4a.25.25 0 00-.25-.25H3.25z\"/><path fill-rule=\"evenodd\" d=\"M10 17.75a.75.75 0 01.75-.75h6.5a.75.75 0 010 1.5h-6.5a.75.75 0 01-.75-.75zm-4 0a.75.75 0 01.75-.75h.5a.75.75 0 010 1.5h-.5a.75.75 0 01-.75-.75z\"/></svg></li><li title=\"columns 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M2.75 0A1.75 1.75 0 001 1.75v12.5c0 .966.784 1.75 1.75 1.75h2.5A1.75 1.75 0 007 14.25V1.75A1.75 1.75 0 005.25 0h-2.5zM2.5 1.75a.25.25 0 01.25-.25h2.5a.25.25 0 01.25.25v12.5a.25.25 0 01-.25.25h-2.5a.25.25 0 01-.25-.25V1.75zM10.75 0A1.75 1.75 0 009 1.75v12.5c0 .966.784 1.75 1.75 1.75h2.5A1.75 1.75 0 0015 14.25V1.75A1.75 1.75 0 0013.25 0h-2.5zm-.25 1.75a.25.25 0 01.25-.25h2.5a.25.25 0 01.25.25v12.5a.25.25 0 01-.25.25h-2.5a.25.25 0 01-.25-.25V1.75z\"/></svg></li><li title=\"columns 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M3.75 2A1.75 1.75 0 002 3.75v16.5c0 .966.784 1.75 1.75 1.75h5.5A1.75 1.75 0 0011 20.25V3.75A1.75 1.75 0 009.25 2h-5.5zM3.5 3.75a.25.25 0 01.25-.25h5.5a.25.25 0 01.25.25v16.5a.25.25 0 01-.25.25h-5.5a.25.25 0 01-.25-.25V3.75zM14.75 2A1.75 1.75 0 0013 3.75v16.5c0 .966.784 1.75 1.75 1.75h5.5A1.75 1.75 0 0022 20.25V3.75A1.75 1.75 0 0020.25 2h-5.5zm-.25 1.75a.25.25 0 01.25-.25h5.5a.25.25 0 01.25.25v16.5a.25.25 0 01-.25.25h-5.5a.25.25 0 01-.25-.25V3.75z\"/></svg></li><li title=\"comment 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M2.75 2.5a.25.25 0 00-.25.25v7.5c0 .138.112.25.25.25h2a.75.75 0 01.75.75v2.19l2.72-2.72a.75.75 0 01.53-.22h4.5a.25.25 0 00.25-.25v-7.5a.25.25 0 00-.25-.25H2.75zM1 2.75C1 1.784 1.784 1 2.75 1h10.5c.966 0 1.75.784 1.75 1.75v7.5A1.75 1.75 0 0113.25 12H9.06l-2.573 2.573A1.457 1.457 0 014 13.543V12H2.75A1.75 1.75 0 011 10.25v-7.5z\"/></svg></li><li title=\"comment 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M3.25 4a.25.25 0 00-.25.25v12.5c0 .138.112.25.25.25h2.5a.75.75 0 01.75.75v3.19l3.72-3.72a.75.75 0 01.53-.22h10a.25.25 0 00.25-.25V4.25a.25.25 0 00-.25-.25H3.25zm-1.75.25c0-.966.784-1.75 1.75-1.75h17.5c.966 0 1.75.784 1.75 1.75v12.5a1.75 1.75 0 01-1.75 1.75h-9.69l-3.573 3.573A1.457 1.457 0 015 21.043V18.5H3.25a1.75 1.75 0 01-1.75-1.75V4.25z\"/></svg></li><li title=\"comment discussion 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M1.5 2.75a.25.25 0 01.25-.25h8.5a.25.25 0 01.25.25v5.5a.25.25 0 01-.25.25h-3.5a.75.75 0 00-.53.22L3.5 11.44V9.25a.75.75 0 00-.75-.75h-1a.25.25 0 01-.25-.25v-5.5zM1.75 1A1.75 1.75 0 000 2.75v5.5C0 9.216.784 10 1.75 10H2v1.543a1.457 1.457 0 002.487 1.03L7.061 10h3.189A1.75 1.75 0 0012 8.25v-5.5A1.75 1.75 0 0010.25 1h-8.5zM14.5 4.75a.25.25 0 00-.25-.25h-.5a.75.75 0 110-1.5h.5c.966 0 1.75.784 1.75 1.75v5.5A1.75 1.75 0 0114.25 12H14v1.543a1.457 1.457 0 01-2.487 1.03L9.22 12.28a.75.75 0 111.06-1.06l2.22 2.22v-2.19a.75.75 0 01.75-.75h1a.25.25 0 00.25-.25v-5.5z\"/></svg></li><li title=\"comment discussion 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M1.75 1A1.75 1.75 0 000 2.75v9.5C0 13.216.784 14 1.75 14H3v1.543a1.457 1.457 0 002.487 1.03L8.061 14h6.189A1.75 1.75 0 0016 12.25v-9.5A1.75 1.75 0 0014.25 1H1.75zM1.5 2.75a.25.25 0 01.25-.25h12.5a.25.25 0 01.25.25v9.5a.25.25 0 01-.25.25h-6.5a.75.75 0 00-.53.22L4.5 15.44v-2.19a.75.75 0 00-.75-.75h-2a.25.25 0 01-.25-.25v-9.5z\"/><path d=\"M22.5 8.75a.25.25 0 00-.25-.25h-3.5a.75.75 0 010-1.5h3.5c.966 0 1.75.784 1.75 1.75v9.5A1.75 1.75 0 0122.25 20H21v1.543a1.457 1.457 0 01-2.487 1.03L15.939 20H10.75A1.75 1.75 0 019 18.25v-1.465a.75.75 0 011.5 0v1.465c0 .138.112.25.25.25h5.5a.75.75 0 01.53.22l2.72 2.72v-2.19a.75.75 0 01.75-.75h2a.25.25 0 00.25-.25v-9.5z\"/></svg></li><li title=\"commit 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M17.5 11.75a.75.75 0 01.75-.75h5a.75.75 0 010 1.5h-5a.75.75 0 01-.75-.75zm-17.5 0A.75.75 0 01.75 11h5a.75.75 0 010 1.5h-5a.75.75 0 01-.75-.75z\"/><path fill-rule=\"evenodd\" d=\"M12 16.25a4.5 4.5 0 100-9 4.5 4.5 0 000 9zm0 1.5a6 6 0 100-12 6 6 0 000 12z\"/></svg></li><li title=\"container 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M10.41.24l4.711 2.774A1.767 1.767 0 0116 4.54v5.01a1.77 1.77 0 01-.88 1.53l-7.753 4.521-.002.001a1.767 1.767 0 01-1.774 0H5.59L.873 12.85A1.762 1.762 0 010 11.327V6.292c0-.304.078-.598.22-.855l.004-.005.01-.019c.15-.262.369-.486.64-.643L8.641.239a1.75 1.75 0 011.765 0l.002.001zM9.397 1.534a.25.25 0 01.252 0l4.115 2.422-7.152 4.148a.267.267 0 01-.269 0L2.227 5.716l7.17-4.182zM7.365 9.402L8.73 8.61v4.46l-1.5.875V9.473a1.77 1.77 0 00.136-.071zm2.864 2.794V7.741l1.521-.882v4.45l-1.521.887zm3.021-1.762l1.115-.65h.002a.268.268 0 00.133-.232V5.264l-1.25.725v4.445zm-11.621 1.12l4.1 2.393V9.474a1.77 1.77 0 01-.138-.072L1.5 7.029v4.298c0 .095.05.181.129.227z\"/></svg></li><li title=\"container 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M13.152.682a2.25 2.25 0 012.269 0l.007.004 6.957 4.276a2.276 2.276 0 011.126 1.964v7.516c0 .81-.432 1.56-1.133 1.968l-.002.001-11.964 7.037-.004.003a2.276 2.276 0 01-2.284 0l-.026-.015-6.503-4.502a2.268 2.268 0 01-1.096-1.943V9.438c0-.392.1-.77.284-1.1l.003-.006.014-.026a2.28 2.28 0 01.82-.827h.002L13.152.681zm.757 1.295h-.001L2.648 8.616l6.248 4.247a.776.776 0 00.758-.01h.001l11.633-6.804-6.629-4.074a.75.75 0 00-.75.003zM18 9.709l-3.25 1.9v7.548L18 17.245V9.709zm1.5-.878v7.532l2.124-1.25a.777.777 0 00.387-.671V7.363L19.5 8.831zm-9.09 5.316l2.84-1.66v7.552l-3.233 1.902v-7.612c.134-.047.265-.107.391-.18l.002-.002zm-1.893 7.754V14.33a2.277 2.277 0 01-.393-.18l-.023-.014-6.102-4.147v7.003c0 .275.145.528.379.664l.025.014 6.114 4.232z\"/></svg></li><li title=\"copy 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M0 6.75C0 5.784.784 5 1.75 5h1.5a.75.75 0 010 1.5h-1.5a.25.25 0 00-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 00.25-.25v-1.5a.75.75 0 011.5 0v1.5A1.75 1.75 0 019.25 16h-7.5A1.75 1.75 0 010 14.25v-7.5z\"/><path fill-rule=\"evenodd\" d=\"M5 1.75C5 .784 5.784 0 6.75 0h7.5C15.216 0 16 .784 16 1.75v7.5A1.75 1.75 0 0114.25 11h-7.5A1.75 1.75 0 015 9.25v-7.5zm1.75-.25a.25.25 0 00-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 00.25-.25v-7.5a.25.25 0 00-.25-.25h-7.5z\"/></svg></li><li title=\"copy 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M7.024 3.75c0-.966.784-1.75 1.75-1.75H20.25c.966 0 1.75.784 1.75 1.75v11.498a1.75 1.75 0 01-1.75 1.75H8.774a1.75 1.75 0 01-1.75-1.75V3.75zm1.75-.25a.25.25 0 00-.25.25v11.498c0 .139.112.25.25.25H20.25a.25.25 0 00.25-.25V3.75a.25.25 0 00-.25-.25H8.774z\"/><path d=\"M1.995 10.749a1.75 1.75 0 011.75-1.751H5.25a.75.75 0 110 1.5H3.745a.25.25 0 00-.25.25L3.5 20.25c0 .138.111.25.25.25h9.5a.25.25 0 00.25-.25v-1.51a.75.75 0 111.5 0v1.51A1.75 1.75 0 0113.25 22h-9.5A1.75 1.75 0 012 20.25l-.005-9.501z\"/></svg></li><li title=\"cpu 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M6.5.75a.75.75 0 00-1.5 0V2H3.75A1.75 1.75 0 002 3.75V5H.75a.75.75 0 000 1.5H2v3H.75a.75.75 0 000 1.5H2v1.25c0 .966.784 1.75 1.75 1.75H5v1.25a.75.75 0 001.5 0V14h3v1.25a.75.75 0 001.5 0V14h1.25A1.75 1.75 0 0014 12.25V11h1.25a.75.75 0 000-1.5H14v-3h1.25a.75.75 0 000-1.5H14V3.75A1.75 1.75 0 0012.25 2H11V.75a.75.75 0 00-1.5 0V2h-3V.75zm5.75 11.75h-8.5a.25.25 0 01-.25-.25v-8.5a.25.25 0 01.25-.25h8.5a.25.25 0 01.25.25v8.5a.25.25 0 01-.25.25zM5.75 5a.75.75 0 00-.75.75v4.5c0 .414.336.75.75.75h4.5a.75.75 0 00.75-.75v-4.5a.75.75 0 00-.75-.75h-4.5zm.75 4.5v-3h3v3h-3z\"/></svg></li><li title=\"cpu 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M8.75 8a.75.75 0 00-.75.75v6.5c0 .414.336.75.75.75h6.5a.75.75 0 00.75-.75v-6.5a.75.75 0 00-.75-.75h-6.5zm.75 6.5v-5h5v5h-5z\"/><path fill-rule=\"evenodd\" d=\"M15.25 1a.75.75 0 01.75.75V4h2.25c.966 0 1.75.784 1.75 1.75V8h2.25a.75.75 0 010 1.5H20v5h2.25a.75.75 0 010 1.5H20v2.25A1.75 1.75 0 0118.25 20H16v2.25a.75.75 0 01-1.5 0V20h-5v2.25a.75.75 0 01-1.5 0V20H5.75A1.75 1.75 0 014 18.25V16H1.75a.75.75 0 010-1.5H4v-5H1.75a.75.75 0 010-1.5H4V5.75C4 4.784 4.784 4 5.75 4H8V1.75a.75.75 0 011.5 0V4h5V1.75a.75.75 0 01.75-.75zm3 17.5a.25.25 0 00.25-.25V5.75a.25.25 0 00-.25-.25H5.75a.25.25 0 00-.25.25v12.5c0 .138.112.25.25.25h12.5z\"/></svg></li><li title=\"credit card 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path d=\"M10.75 9a.75.75 0 000 1.5h1.5a.75.75 0 000-1.5h-1.5z\"/><path fill-rule=\"evenodd\" d=\"M0 3.75C0 2.784.784 2 1.75 2h12.5c.966 0 1.75.784 1.75 1.75v8.5A1.75 1.75 0 0114.25 14H1.75A1.75 1.75 0 010 12.25v-8.5zm14.5 0V5h-13V3.75a.25.25 0 01.25-.25h12.5a.25.25 0 01.25.25zm0 2.75h-13v5.75c0 .138.112.25.25.25h12.5a.25.25 0 00.25-.25V6.5z\"/></svg></li><li title=\"credit card 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M15.25 14a.75.75 0 000 1.5h3.5a.75.75 0 000-1.5h-3.5z\"/><path fill-rule=\"evenodd\" d=\"M1.75 3A1.75 1.75 0 000 4.75v14.5C0 20.216.784 21 1.75 21h20.5A1.75 1.75 0 0024 19.25V4.75A1.75 1.75 0 0022.25 3H1.75zM1.5 4.75a.25.25 0 01.25-.25h20.5a.25.25 0 01.25.25V8.5h-21V4.75zm0 5.25v9.25c0 .138.112.25.25.25h20.5a.25.25 0 00.25-.25V10h-21z\"/></svg></li><li title=\"cross reference 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M16 1.25v4.146a.25.25 0 01-.427.177L14.03 4.03l-3.75 3.75a.75.75 0 11-1.06-1.06l3.75-3.75-1.543-1.543A.25.25 0 0111.604 1h4.146a.25.25 0 01.25.25zM2.75 3.5a.25.25 0 00-.25.25v7.5c0 .138.112.25.25.25h2a.75.75 0 01.75.75v2.19l2.72-2.72a.75.75 0 01.53-.22h4.5a.25.25 0 00.25-.25v-2.5a.75.75 0 111.5 0v2.5A1.75 1.75 0 0113.25 13H9.06l-2.573 2.573A1.457 1.457 0 014 14.543V13H2.75A1.75 1.75 0 011 11.25v-7.5C1 2.784 1.784 2 2.75 2h5.5a.75.75 0 010 1.5h-5.5z\"/></svg></li><li title=\"cross reference 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M16.5 2.25a.75.75 0 01.75-.75h5.5a.75.75 0 01.75.75v5.5a.75.75 0 01-1.5 0V4.06l-6.22 6.22a.75.75 0 11-1.06-1.06L20.94 3h-3.69a.75.75 0 01-.75-.75z\"/><path d=\"M3.25 4a.25.25 0 00-.25.25v12.5c0 .138.112.25.25.25h2.5a.75.75 0 01.75.75v3.19l3.72-3.72a.75.75 0 01.53-.22h10a.25.25 0 00.25-.25v-6a.75.75 0 011.5 0v6a1.75 1.75 0 01-1.75 1.75h-9.69l-3.573 3.573A1.457 1.457 0 015 21.043V18.5H3.25a1.75 1.75 0 01-1.75-1.75V4.25c0-.966.784-1.75 1.75-1.75h11a.75.75 0 010 1.5h-11z\"/></svg></li><li title=\"dash 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M2 7.75A.75.75 0 012.75 7h10a.75.75 0 010 1.5h-10A.75.75 0 012 7.75z\"/></svg></li><li title=\"dash 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M4.5 12.75a.75.75 0 01.75-.75h13.5a.75.75 0 010 1.5H5.25a.75.75 0 01-.75-.75z\"/></svg></li><li title=\"database 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M2.5 3.5c0-.133.058-.318.282-.55.227-.237.592-.484 1.1-.708C4.899 1.795 6.354 1.5 8 1.5c1.647 0 3.102.295 4.117.742.51.224.874.47 1.101.707.224.233.282.418.282.551 0 .133-.058.318-.282.55-.227.237-.592.484-1.1.708C11.101 5.205 9.646 5.5 8 5.5c-1.647 0-3.102-.295-4.117-.742-.51-.224-.874-.47-1.101-.707-.224-.233-.282-.418-.282-.551zM1 3.5c0-.626.292-1.165.7-1.59.406-.422.956-.767 1.579-1.041C4.525.32 6.195 0 8 0c1.805 0 3.475.32 4.722.869.622.274 1.172.62 1.578 1.04.408.426.7.965.7 1.591v9c0 .626-.292 1.165-.7 1.59-.406.422-.956.767-1.579 1.041C11.476 15.68 9.806 16 8 16c-1.805 0-3.475-.32-4.721-.869-.623-.274-1.173-.62-1.579-1.04-.408-.426-.7-.965-.7-1.591v-9zM2.5 8V5.724c.241.15.503.286.779.407C4.525 6.68 6.195 7 8 7c1.805 0 3.475-.32 4.722-.869.275-.121.537-.257.778-.407V8c0 .133-.058.318-.282.55-.227.237-.592.484-1.1.708C11.101 9.705 9.646 10 8 10c-1.647 0-3.102-.295-4.117-.742-.51-.224-.874-.47-1.101-.707C2.558 8.318 2.5 8.133 2.5 8zm0 2.225V12.5c0 .133.058.318.282.55.227.237.592.484 1.1.708 1.016.447 2.471.742 4.118.742 1.647 0 3.102-.295 4.117-.742.51-.224.874-.47 1.101-.707.224-.233.282-.418.282-.551v-2.275c-.241.15-.503.285-.778.406-1.247.549-2.917.869-4.722.869-1.805 0-3.475-.32-4.721-.869a6.236 6.236 0 01-.779-.406z\"/></svg></li><li title=\"database 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M12 1.25c-2.487 0-4.774.402-6.466 1.079-.844.337-1.577.758-2.112 1.264C2.886 4.1 2.5 4.744 2.5 5.5v12.987l.026.013H2.5c0 .756.386 1.4.922 1.907.535.506 1.268.927 2.112 1.264 1.692.677 3.979 1.079 6.466 1.079s4.773-.402 6.466-1.079c.844-.337 1.577-.758 2.112-1.264.536-.507.922-1.151.922-1.907h-.026l.026-.013V5.5c0-.756-.386-1.4-.922-1.907-.535-.506-1.268-.927-2.112-1.264C16.773 1.652 14.487 1.25 12 1.25zM4 5.5c0-.21.104-.487.453-.817.35-.332.899-.666 1.638-.962C7.566 3.131 9.655 2.75 12 2.75c2.345 0 4.434.382 5.909.971.74.296 1.287.63 1.638.962.35.33.453.606.453.817 0 .21-.104.487-.453.817-.35.332-.899.666-1.638.962-1.475.59-3.564.971-5.909.971-2.345 0-4.434-.382-5.909-.971-.74-.296-1.287-.63-1.638-.962C4.103 5.987 4 5.711 4 5.5zM20 12V7.871a7.842 7.842 0 01-1.534.8C16.773 9.348 14.487 9.75 12 9.75s-4.774-.402-6.466-1.079A7.843 7.843 0 014 7.871V12c0 .21.104.487.453.817.35.332.899.666 1.638.961 1.475.59 3.564.972 5.909.972 2.345 0 4.434-.382 5.909-.972.74-.295 1.287-.629 1.638-.96.35-.33.453-.607.453-.818zM4 14.371c.443.305.963.572 1.534.8 1.692.677 3.979 1.079 6.466 1.079s4.773-.402 6.466-1.079a7.842 7.842 0 001.534-.8v4.116l.013.013H20c0 .21-.104.487-.453.817-.35.332-.899.666-1.638.962-1.475.59-3.564.971-5.909.971-2.345 0-4.434-.382-5.909-.971-.74-.296-1.287-.63-1.638-.962-.35-.33-.453-.606-.453-.817h-.013L4 18.487V14.37z\"/></svg></li><li title=\"dependabot 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path d=\"M5.75 7.5a.75.75 0 01.75.75v1.5a.75.75 0 01-1.5 0v-1.5a.75.75 0 01.75-.75zm5.25.75a.75.75 0 00-1.5 0v1.5a.75.75 0 001.5 0v-1.5z\"/><path fill-rule=\"evenodd\" d=\"M6.25 0a.75.75 0 000 1.5H7.5v2H3.75A2.25 2.25 0 001.5 5.75V8H.75a.75.75 0 000 1.5h.75v2.75a2.25 2.25 0 002.25 2.25h8.5a2.25 2.25 0 002.25-2.25V9.5h.75a.75.75 0 000-1.5h-.75V5.75a2.25 2.25 0 00-2.25-2.25H9V.75A.75.75 0 008.25 0h-2zM3 5.75A.75.75 0 013.75 5h8.5a.75.75 0 01.75.75v6.5a.75.75 0 01-.75.75h-8.5a.75.75 0 01-.75-.75v-6.5z\"/></svg></li><li title=\"dependabot 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M8.75 11a.75.75 0 01.75.75v3.5a.75.75 0 01-1.5 0v-3.5a.75.75 0 01.75-.75zm7.25.75a.75.75 0 00-1.5 0v3.5a.75.75 0 001.5 0v-3.5z\"/><path fill-rule=\"evenodd\" d=\"M9.813 1a.75.75 0 000 1.5H11.5V5H4.25A2.25 2.25 0 002 7.25v5.25H.75a.75.75 0 000 1.5H2v5.75A2.25 2.25 0 004.25 22h15.5A2.25 2.25 0 0022 19.75V14h1.25a.75.75 0 000-1.5H22V7.25A2.25 2.25 0 0019.75 5H13V1.75a.75.75 0 00-.75-.75H9.812zM3.5 7.25a.75.75 0 01.75-.75h15.5a.75.75 0 01.75.75v12.5a.75.75 0 01-.75.75H4.25a.75.75 0 01-.75-.75V7.25z\"/></svg></li><li title=\"desktop download 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path d=\"M4.927 5.427l2.896 2.896a.25.25 0 00.354 0l2.896-2.896A.25.25 0 0010.896 5H8.75V.75a.75.75 0 10-1.5 0V5H5.104a.25.25 0 00-.177.427z\"/><path d=\"M1.573 2.573a.25.25 0 00-.073.177v7.5a.25.25 0 00.25.25h12.5a.25.25 0 00.25-.25v-7.5a.25.25 0 00-.25-.25h-3a.75.75 0 110-1.5h3A1.75 1.75 0 0116 2.75v7.5A1.75 1.75 0 0114.25 12h-3.727c.099 1.041.52 1.872 1.292 2.757A.75.75 0 0111.25 16h-6.5a.75.75 0 01-.565-1.243c.772-.885 1.192-1.716 1.292-2.757H1.75A1.75 1.75 0 010 10.25v-7.5A1.75 1.75 0 011.75 1h3a.75.75 0 010 1.5h-3a.25.25 0 00-.177.073zM6.982 12a5.72 5.72 0 01-.765 2.5h3.566a5.72 5.72 0 01-.765-2.5H6.982z\"/></svg></li><li title=\"desktop download 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M11.25 9.331V.75a.75.75 0 011.5 0v8.58l1.949-2.11A.75.75 0 1115.8 8.237l-3.25 3.52a.75.75 0 01-1.102 0l-3.25-3.52A.75.75 0 119.3 7.22l1.949 2.111z\"/><path fill-rule=\"evenodd\" d=\"M2.5 3.75a.25.25 0 01.25-.25h5.5a.75.75 0 100-1.5h-5.5A1.75 1.75 0 001 3.75v11.5c0 .966.784 1.75 1.75 1.75h6.204c-.171 1.375-.805 2.652-1.77 3.757A.75.75 0 007.75 22h8.5a.75.75 0 00.565-1.243c-.964-1.105-1.598-2.382-1.769-3.757h6.204A1.75 1.75 0 0023 15.25V3.75A1.75 1.75 0 0021.25 2h-5.5a.75.75 0 000 1.5h5.5a.25.25 0 01.25.25v11.5a.25.25 0 01-.25.25H2.75a.25.25 0 01-.25-.25V3.75zM10.463 17c-.126 1.266-.564 2.445-1.223 3.5h5.52c-.66-1.055-1.098-2.234-1.223-3.5h-3.074z\"/></svg></li><li title=\"device camera 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M15 3H7c0-.55-.45-1-1-1H2c-.55 0-1 .45-1 1-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h14c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1zM6 5H2V4h4v1zm4.5 7C8.56 12 7 10.44 7 8.5S8.56 5 10.5 5 14 6.56 14 8.5 12.44 12 10.5 12zM13 8.5c0 1.38-1.13 2.5-2.5 2.5S8 9.87 8 8.5 9.13 6 10.5 6 13 7.13 13 8.5z\"/></svg></li><li title=\"device camera video 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M16 3.75a.75.75 0 00-1.136-.643L11 5.425V4.75A1.75 1.75 0 009.25 3h-7.5A1.75 1.75 0 000 4.75v6.5C0 12.216.784 13 1.75 13h7.5A1.75 1.75 0 0011 11.25v-.675l3.864 2.318A.75.75 0 0016 12.25v-8.5zm-5 5.075l3.5 2.1v-5.85l-3.5 2.1v1.65zM9.5 6.75v-2a.25.25 0 00-.25-.25h-7.5a.25.25 0 00-.25.25v6.5c0 .138.112.25.25.25h7.5a.25.25 0 00.25-.25v-4.5z\"/></svg></li><li title=\"device camera video 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M24 5.25a.75.75 0 00-1.136-.643L16.5 8.425V6.25a1.75 1.75 0 00-1.75-1.75h-13A1.75 1.75 0 000 6.25v11C0 18.216.784 19 1.75 19h13a1.75 1.75 0 001.75-1.75v-2.175l6.364 3.818A.75.75 0 0024 18.25v-13zm-7.5 8.075l6 3.6V6.575l-6 3.6v3.15zM15 9.75v-3.5a.25.25 0 00-.25-.25h-13a.25.25 0 00-.25.25v11c0 .138.112.25.25.25h13a.25.25 0 00.25-.25v-7.5z\"/></svg></li><li title=\"device desktop 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M1.75 2.5h12.5a.25.25 0 01.25.25v7.5a.25.25 0 01-.25.25H1.75a.25.25 0 01-.25-.25v-7.5a.25.25 0 01.25-.25zM14.25 1H1.75A1.75 1.75 0 000 2.75v7.5C0 11.216.784 12 1.75 12h3.727c-.1 1.041-.52 1.872-1.292 2.757A.75.75 0 004.75 16h6.5a.75.75 0 00.565-1.243c-.772-.885-1.193-1.716-1.292-2.757h3.727A1.75 1.75 0 0016 10.25v-7.5A1.75 1.75 0 0014.25 1zM9.018 12H6.982a5.72 5.72 0 01-.765 2.5h3.566a5.72 5.72 0 01-.765-2.5z\"/></svg></li><li title=\"device desktop 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M8.954 17H2.75A1.75 1.75 0 011 15.25V3.75C1 2.784 1.784 2 2.75 2h18.5c.966 0 1.75.784 1.75 1.75v11.5A1.75 1.75 0 0121.25 17h-6.204c.171 1.375.805 2.652 1.769 3.757A.75.75 0 0116.25 22h-8.5a.75.75 0 01-.565-1.243c.964-1.105 1.598-2.382 1.769-3.757zM21.5 3.75v11.5a.25.25 0 01-.25.25H2.75a.25.25 0 01-.25-.25V3.75a.25.25 0 01.25-.25h18.5a.25.25 0 01.25.25zM13.537 17c.125 1.266.564 2.445 1.223 3.5H9.24c.659-1.055 1.097-2.234 1.223-3.5h3.074z\"/></svg></li><li title=\"device mobile 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M3.75 0A1.75 1.75 0 002 1.75v12.5c0 .966.784 1.75 1.75 1.75h8.5A1.75 1.75 0 0014 14.25V1.75A1.75 1.75 0 0012.25 0h-8.5zM3.5 1.75a.25.25 0 01.25-.25h8.5a.25.25 0 01.25.25v12.5a.25.25 0 01-.25.25h-8.5a.25.25 0 01-.25-.25V1.75zM8 13a1 1 0 100-2 1 1 0 000 2z\"/></svg></li><li title=\"device mobile 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M10.25 5.25A.75.75 0 0111 4.5h2A.75.75 0 0113 6h-2a.75.75 0 01-.75-.75zM12 19.5a1 1 0 100-2 1 1 0 000 2z\"/><path fill-rule=\"evenodd\" d=\"M4 2.75C4 1.784 4.784 1 5.75 1h12.5c.966 0 1.75.784 1.75 1.75v18.5A1.75 1.75 0 0118.25 23H5.75A1.75 1.75 0 014 21.25V2.75zm1.75-.25a.25.25 0 00-.25.25v18.5c0 .138.112.25.25.25h12.5a.25.25 0 00.25-.25V2.75a.25.25 0 00-.25-.25H5.75z\"/></svg></li><li title=\"diamond 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M.527 9.237a1.75 1.75 0 010-2.474L6.777.512a1.75 1.75 0 012.475 0l6.251 6.25a1.751 1.751 0 010 2.475l-6.25 6.251a1.751 1.751 0 01-2.475 0L.527 9.238v-.001zm1.06-1.414a.25.25 0 000 .354l6.251 6.25a.25.25 0 00.354 0l6.25-6.25a.25.25 0 000-.354l-6.25-6.25a.25.25 0 00-.354 0l-6.25 6.25h-.001z\"/></svg></li><li title=\"diamond 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M1.527 13.237a1.75 1.75 0 010-2.474l9.272-9.273a1.75 1.75 0 012.475 0l9.272 9.273a1.75 1.75 0 010 2.474l-9.272 9.272a1.75 1.75 0 01-2.475 0l-9.272-9.272zm1.06-1.414a.25.25 0 000 .354l9.273 9.272a.25.25 0 00.353 0l9.272-9.272a.25.25 0 000-.354l-9.272-9.272a.25.25 0 00-.353 0l-9.273 9.272z\"/></svg></li><li title=\"diff 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M8.75 1.75a.75.75 0 00-1.5 0V5H4a.75.75 0 000 1.5h3.25v3.25a.75.75 0 001.5 0V6.5H12A.75.75 0 0012 5H8.75V1.75zM4 13a.75.75 0 000 1.5h8a.75.75 0 100-1.5H4z\"/></svg></li><li title=\"diff 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M12.25 3.5a.75.75 0 01.75.75V8.5h4.25a.75.75 0 010 1.5H13v4.25a.75.75 0 01-1.5 0V10H7.25a.75.75 0 010-1.5h4.25V4.25a.75.75 0 01.75-.75zM6.562 19.25a.75.75 0 01.75-.75h9.938a.75.75 0 010 1.5H7.312a.75.75 0 01-.75-.75z\"/></svg></li><li title=\"diff added 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M13.25 2.5H2.75a.25.25 0 00-.25.25v10.5c0 .138.112.25.25.25h10.5a.25.25 0 00.25-.25V2.75a.25.25 0 00-.25-.25zM2.75 1h10.5c.966 0 1.75.784 1.75 1.75v10.5A1.75 1.75 0 0113.25 15H2.75A1.75 1.75 0 011 13.25V2.75C1 1.784 1.784 1 2.75 1zM8 4a.75.75 0 01.75.75v2.5h2.5a.75.75 0 010 1.5h-2.5v2.5a.75.75 0 01-1.5 0v-2.5h-2.5a.75.75 0 010-1.5h2.5v-2.5A.75.75 0 018 4z\"/></svg></li><li title=\"diff ignored 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M2.75 2.5h10.5a.25.25 0 01.25.25v10.5a.25.25 0 01-.25.25H2.75a.25.25 0 01-.25-.25V2.75a.25.25 0 01.25-.25zM13.25 1H2.75A1.75 1.75 0 001 2.75v10.5c0 .966.784 1.75 1.75 1.75h10.5A1.75 1.75 0 0015 13.25V2.75A1.75 1.75 0 0013.25 1zm-1.97 4.78a.75.75 0 00-1.06-1.06l-5.5 5.5a.75.75 0 101.06 1.06l5.5-5.5z\"/></svg></li><li title=\"diff modified 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M2.75 2.5h10.5a.25.25 0 01.25.25v10.5a.25.25 0 01-.25.25H2.75a.25.25 0 01-.25-.25V2.75a.25.25 0 01.25-.25zM13.25 1H2.75A1.75 1.75 0 001 2.75v10.5c0 .966.784 1.75 1.75 1.75h10.5A1.75 1.75 0 0015 13.25V2.75A1.75 1.75 0 0013.25 1zM8 10a2 2 0 100-4 2 2 0 000 4z\"/></svg></li><li title=\"diff removed 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M2.75 2.5h10.5a.25.25 0 01.25.25v10.5a.25.25 0 01-.25.25H2.75a.25.25 0 01-.25-.25V2.75a.25.25 0 01.25-.25zM13.25 1H2.75A1.75 1.75 0 001 2.75v10.5c0 .966.784 1.75 1.75 1.75h10.5A1.75 1.75 0 0015 13.25V2.75A1.75 1.75 0 0013.25 1zm-2 7.75a.75.75 0 000-1.5h-6.5a.75.75 0 000 1.5h6.5z\"/></svg></li><li title=\"diff renamed 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M2.75 2.5h10.5a.25.25 0 01.25.25v10.5a.25.25 0 01-.25.25H2.75a.25.25 0 01-.25-.25V2.75a.25.25 0 01.25-.25zM13.25 1H2.75A1.75 1.75 0 001 2.75v10.5c0 .966.784 1.75 1.75 1.75h10.5A1.75 1.75 0 0015 13.25V2.75A1.75 1.75 0 0013.25 1zm-1.47 7.53a.75.75 0 000-1.06L8.53 4.22a.75.75 0 00-1.06 1.06l1.97 1.97H4.75a.75.75 0 000 1.5h4.69l-1.97 1.97a.75.75 0 101.06 1.06l3.25-3.25z\"/></svg></li><li title=\"dot 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M8 5.5a2.5 2.5 0 100 5 2.5 2.5 0 000-5zM4 8a4 4 0 118 0 4 4 0 01-8 0z\"/></svg></li><li title=\"dot 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M12 16.5a4.5 4.5 0 100-9 4.5 4.5 0 000 9zm0 1.5a6 6 0 100-12 6 6 0 000 12z\"/></svg></li><li title=\"dot fill 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M8 4a4 4 0 100 8 4 4 0 000-8z\"/></svg></li><li title=\"dot fill 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 18a6 6 0 100-12 6 6 0 000 12z\"/></svg></li><li title=\"download 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M7.47 10.78a.75.75 0 001.06 0l3.75-3.75a.75.75 0 00-1.06-1.06L8.75 8.44V1.75a.75.75 0 00-1.5 0v6.69L4.78 5.97a.75.75 0 00-1.06 1.06l3.75 3.75zM3.75 13a.75.75 0 000 1.5h8.5a.75.75 0 000-1.5h-8.5z\"/></svg></li><li title=\"download 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M4.97 11.03a.75.75 0 111.06-1.06L11 14.94V2.75a.75.75 0 011.5 0v12.19l4.97-4.97a.75.75 0 111.06 1.06l-6.25 6.25a.75.75 0 01-1.06 0l-6.25-6.25zm-.22 9.47a.75.75 0 000 1.5h14.5a.75.75 0 000-1.5H4.75z\"/></svg></li><li title=\"duplicate 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path d=\"M10.5 3a.75.75 0 01.75.75v1h1a.75.75 0 010 1.5h-1v1a.75.75 0 01-1.5 0v-1h-1a.75.75 0 010-1.5h1v-1A.75.75 0 0110.5 3z\"/><path fill-rule=\"evenodd\" d=\"M6.75 0A1.75 1.75 0 005 1.75v7.5c0 .966.784 1.75 1.75 1.75h7.5A1.75 1.75 0 0016 9.25v-7.5A1.75 1.75 0 0014.25 0h-7.5zM6.5 1.75a.25.25 0 01.25-.25h7.5a.25.25 0 01.25.25v7.5a.25.25 0 01-.25.25h-7.5a.25.25 0 01-.25-.25v-7.5z\"/><path d=\"M1.75 5A1.75 1.75 0 000 6.75v7.5C0 15.216.784 16 1.75 16h7.5A1.75 1.75 0 0011 14.25v-1.5a.75.75 0 00-1.5 0v1.5a.25.25 0 01-.25.25h-7.5a.25.25 0 01-.25-.25v-7.5a.25.25 0 01.25-.25h1.5a.75.75 0 000-1.5h-1.5z\"/></svg></li><li title=\"duplicate 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M14.513 6a.75.75 0 01.75.75v2h1.987a.75.75 0 010 1.5h-1.987v2a.75.75 0 11-1.5 0v-2H11.75a.75.75 0 010-1.5h2.013v-2a.75.75 0 01.75-.75z\"/><path fill-rule=\"evenodd\" d=\"M7.024 3.75c0-.966.784-1.75 1.75-1.75H20.25c.966 0 1.75.784 1.75 1.75v11.498a1.75 1.75 0 01-1.75 1.75H8.774a1.75 1.75 0 01-1.75-1.75V3.75zm1.75-.25a.25.25 0 00-.25.25v11.498c0 .139.112.25.25.25H20.25a.25.25 0 00.25-.25V3.75a.25.25 0 00-.25-.25H8.774z\"/><path d=\"M1.995 10.749a1.75 1.75 0 011.75-1.751H5.25a.75.75 0 110 1.5H3.745a.25.25 0 00-.25.25L3.5 20.25c0 .138.111.25.25.25h9.5a.25.25 0 00.25-.25v-1.51a.75.75 0 111.5 0v1.51A1.75 1.75 0 0113.25 22h-9.5A1.75 1.75 0 012 20.25l-.005-9.501z\"/></svg></li><li title=\"ellipsis 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M0 5.75C0 4.784.784 4 1.75 4h12.5c.966 0 1.75.784 1.75 1.75v4.5A1.75 1.75 0 0114.25 12H1.75A1.75 1.75 0 010 10.25v-4.5zM4 7a1 1 0 100 2 1 1 0 000-2zm3 1a1 1 0 112 0 1 1 0 01-2 0zm5-1a1 1 0 100 2 1 1 0 000-2z\"/></svg></li><li title=\"eye 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M1.679 7.932c.412-.621 1.242-1.75 2.366-2.717C5.175 4.242 6.527 3.5 8 3.5c1.473 0 2.824.742 3.955 1.715 1.124.967 1.954 2.096 2.366 2.717a.119.119 0 010 .136c-.412.621-1.242 1.75-2.366 2.717C10.825 11.758 9.473 12.5 8 12.5c-1.473 0-2.824-.742-3.955-1.715C2.92 9.818 2.09 8.69 1.679 8.068a.119.119 0 010-.136zM8 2c-1.981 0-3.67.992-4.933 2.078C1.797 5.169.88 6.423.43 7.1a1.619 1.619 0 000 1.798c.45.678 1.367 1.932 2.637 3.024C4.329 13.008 6.019 14 8 14c1.981 0 3.67-.992 4.933-2.078 1.27-1.091 2.187-2.345 2.637-3.023a1.619 1.619 0 000-1.798c-.45-.678-1.367-1.932-2.637-3.023C11.671 2.992 9.981 2 8 2zm0 8a2 2 0 100-4 2 2 0 000 4z\"/></svg></li><li title=\"eye 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M15.5 12a3.5 3.5 0 11-7 0 3.5 3.5 0 017 0z\"/><path fill-rule=\"evenodd\" d=\"M12 3.5c-3.432 0-6.125 1.534-8.054 3.24C2.02 8.445.814 10.352.33 11.202a1.6 1.6 0 000 1.598c.484.85 1.69 2.758 3.616 4.46C5.876 18.966 8.568 20.5 12 20.5c3.432 0 6.125-1.534 8.054-3.24 1.926-1.704 3.132-3.611 3.616-4.461a1.6 1.6 0 000-1.598c-.484-.85-1.69-2.757-3.616-4.46C18.124 5.034 15.432 3.5 12 3.5zM1.633 11.945c.441-.774 1.551-2.528 3.307-4.08C6.69 6.314 9.045 5 12 5c2.955 0 5.309 1.315 7.06 2.864 1.756 1.553 2.866 3.307 3.307 4.08a.111.111 0 01.017.056.111.111 0 01-.017.056c-.441.774-1.551 2.527-3.307 4.08C17.31 17.685 14.955 19 12 19c-2.955 0-5.309-1.315-7.06-2.864-1.756-1.553-2.866-3.306-3.307-4.08A.11.11 0 011.616 12a.11.11 0 01.017-.055z\"/></svg></li><li title=\"eye closed 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M.143 2.31a.75.75 0 011.047-.167l14.5 10.5a.75.75 0 11-.88 1.214l-2.248-1.628C11.346 13.19 9.792 14 8 14c-1.981 0-3.67-.992-4.933-2.078C1.797 10.832.88 9.577.43 8.9a1.618 1.618 0 010-1.797c.353-.533.995-1.42 1.868-2.305L.31 3.357A.75.75 0 01.143 2.31zm3.386 3.378a14.21 14.21 0 00-1.85 2.244.12.12 0 00-.022.068c0 .021.006.045.022.068.412.621 1.242 1.75 2.366 2.717C5.175 11.758 6.527 12.5 8 12.5c1.195 0 2.31-.488 3.29-1.191L9.063 9.695A2 2 0 016.058 7.52l-2.53-1.832zM8 3.5c-.516 0-1.017.09-1.499.251a.75.75 0 11-.473-1.423A6.23 6.23 0 018 2c1.981 0 3.67.992 4.933 2.078 1.27 1.091 2.187 2.345 2.637 3.023a1.619 1.619 0 010 1.798c-.11.166-.248.365-.41.587a.75.75 0 11-1.21-.887c.148-.201.272-.382.371-.53a.119.119 0 000-.137c-.412-.621-1.242-1.75-2.366-2.717C10.825 4.242 9.473 3.5 8 3.5z\"/></svg></li><li title=\"eye closed 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M8.052 5.837A9.715 9.715 0 0112 5c2.955 0 5.309 1.315 7.06 2.864 1.756 1.553 2.866 3.307 3.307 4.08a.11.11 0 01.016.055.122.122 0 01-.017.06 16.766 16.766 0 01-1.53 2.218.75.75 0 101.163.946 18.253 18.253 0 001.67-2.42 1.607 1.607 0 00.001-1.602c-.485-.85-1.69-2.757-3.616-4.46C18.124 5.034 15.432 3.5 12 3.5c-1.695 0-3.215.374-4.552.963a.75.75 0 00.604 1.373z\"/><path fill-rule=\"evenodd\" d=\"M19.166 17.987C17.328 19.38 14.933 20.5 12 20.5c-3.432 0-6.125-1.534-8.054-3.24C2.02 15.556.814 13.648.33 12.798a1.606 1.606 0 01.001-1.6A18.305 18.305 0 013.648 7.01L1.317 5.362a.75.75 0 11.866-1.224l20.5 14.5a.75.75 0 11-.866 1.224l-2.651-1.875zM4.902 7.898c-1.73 1.541-2.828 3.273-3.268 4.044a.118.118 0 00-.017.059c0 .015.003.034.016.055.441.774 1.551 2.527 3.307 4.08C6.69 17.685 9.045 19 12 19c2.334 0 4.29-.82 5.874-1.927l-3.516-2.487a3.5 3.5 0 01-5.583-3.949L4.902 7.899z\"/></svg></li><li title=\"feed discussion 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M8 16A8 8 0 108 0a8 8 0 000 16zM4 5a1 1 0 011-1h6a1 1 0 011 1v5a1 1 0 01-1 1H8.707l-1.853 1.854A.5.5 0 016 12.5V11H5a1 1 0 01-1-1V5z\"/></svg></li><li title=\"feed heart 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M8 16A8 8 0 108 0a8 8 0 000 16zm2.33-11.5c-1.22 0-1.83.5-2.323 1.136C7.513 5 6.903 4.5 5.682 4.5c-1.028 0-2.169.784-2.169 2.5 0 1.499 1.493 3.433 3.246 4.517.52.321.89.479 1.248.484.357-.005.728-.163 1.247-.484C11.007 10.433 12.5 8.5 12.5 7c0-1.716-1.14-2.5-2.17-2.5z\"/></svg></li><li title=\"feed person 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M8 16A8 8 0 108 0a8 8 0 000 16zm.847-8.145a2.502 2.502 0 10-1.694 0C5.471 8.261 4 9.775 4 11c0 .395.145.995 1 .995h6c.855 0 1-.6 1-.995 0-1.224-1.47-2.74-3.153-3.145z\"/></svg></li><li title=\"feed repo 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M8 16A8 8 0 108 0a8 8 0 000 16zM5.5 4A1.5 1.5 0 004 5.5v5c0 .828.5 1.5 1 1.5v-1a1 1 0 011-1h5v1h-1v1h1.5a.5.5 0 00.5-.5v-7a.5.5 0 00-.5-.5h-6zm.5 7.25a.25.25 0 01.25-.25H9v2.764a.25.25 0 01-.426.178l-.898-.888a.25.25 0 00-.352 0l-.898.888A.25.25 0 016 13.764V11.25z\"/></svg></li><li title=\"feed rocket 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M8 16A8 8 0 108 0a8 8 0 000 16zm3.031-12a4.38 4.38 0 00-3.097 1.283l-.23.229c-.156.157-.308.32-.452.49H5.65a.876.876 0 00-.746.417l-.856 1.388a.375.375 0 00.21.556l1.552.477 1.35 1.35.478 1.553a.375.375 0 00.555.21l1.389-.855a.876.876 0 00.416-.746V8.747c.17-.144.333-.295.49-.452l.23-.23A4.38 4.38 0 0012 4.969v-.093A.876.876 0 0011.124 4h-.093zm-5.107 7.144a.81.81 0 01-.188.263c-.394.394-1.258.563-1.62.619a.124.124 0 01-.143-.143c.056-.362.225-1.226.62-1.62a.808.808 0 011.33.881z\"/></svg></li><li title=\"feed star 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M8 16A8 8 0 108 0a8 8 0 000 16zm.252-12.932a.478.478 0 00-.682.195l-1.2 2.432-2.684.39a.478.478 0 00-.266.816l1.944 1.892-.46 2.674a.478.478 0 00.694.504L8 10.709l2.4 1.261a.478.478 0 00.694-.504l-.458-2.673L12.578 6.9a.479.479 0 00-.265-.815l-2.685-.39-1.2-2.432a.478.478 0 00-.176-.195z\"/></svg></li><li title=\"feed tag 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path d=\"M7.22 6.5a.72.72 0 11-1.44 0 .72.72 0 011.44 0z\"/><path fill-rule=\"evenodd\" d=\"M8 16A8 8 0 108 0a8 8 0 000 16zM4 8.379V5a1 1 0 011-1h3.379a1.5 1.5 0 011.06.44l3.213 3.211a1.2 1.2 0 010 1.698l-3.303 3.303a1.2 1.2 0 01-1.698 0L4.44 9.439A1.5 1.5 0 014 8.38z\"/></svg></li><li title=\"file 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M3.75 1.5a.25.25 0 00-.25.25v11.5c0 .138.112.25.25.25h8.5a.25.25 0 00.25-.25V6H9.75A1.75 1.75 0 018 4.25V1.5H3.75zm5.75.56v2.19c0 .138.112.25.25.25h2.19L9.5 2.06zM2 1.75C2 .784 2.784 0 3.75 0h5.086c.464 0 .909.184 1.237.513l3.414 3.414c.329.328.513.773.513 1.237v8.086A1.75 1.75 0 0112.25 15h-8.5A1.75 1.75 0 012 13.25V1.75z\"/></svg></li><li title=\"file 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M5 2.5a.5.5 0 00-.5.5v18a.5.5 0 00.5.5h14a.5.5 0 00.5-.5V8.5h-4a2 2 0 01-2-2v-4H5zm10 0v4a.5.5 0 00.5.5h4a.5.5 0 00-.146-.336l-4.018-4.018A.5.5 0 0015 2.5zM3 3a2 2 0 012-2h9.982a2 2 0 011.414.586l4.018 4.018A2 2 0 0121 7.018V21a2 2 0 01-2 2H5a2 2 0 01-2-2V3z\"/></svg></li><li title=\"file badge 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path d=\"M2.75 1.5a.25.25 0 00-.25.25v11.5c0 .138.112.25.25.25h3.5a.75.75 0 010 1.5h-3.5A1.75 1.75 0 011 13.25V1.75C1 .784 1.784 0 2.75 0h8a1.75 1.75 0 011.508.862.75.75 0 11-1.289.768.25.25 0 00-.219-.13h-8z\"/><path fill-rule=\"evenodd\" d=\"M8 7a4 4 0 116.49 3.13l.995 4.973a.75.75 0 01-.991.852l-2.409-.876a.25.25 0 00-.17 0l-2.409.876a.75.75 0 01-.991-.852l.994-4.973A3.993 3.993 0 018 7zm4-2.5a2.5 2.5 0 100 5 2.5 2.5 0 000-5zm0 6.5a4 4 0 001.104-.154l.649 3.243-1.155-.42c-.386-.14-.81-.14-1.196 0l-1.155.42.649-3.243A4 4 0 0012 11z\"/></svg></li><li title=\"file binary 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M4 1.75C4 .784 4.784 0 5.75 0h5.586c.464 0 .909.184 1.237.513l2.914 2.914c.329.328.513.773.513 1.237v8.586A1.75 1.75 0 0114.25 15h-9a.75.75 0 010-1.5h9a.25.25 0 00.25-.25V6h-2.75A1.75 1.75 0 0110 4.25V1.5H5.75a.25.25 0 00-.25.25v2a.75.75 0 01-1.5 0v-2zm7.5-.188V4.25c0 .138.112.25.25.25h2.688a.252.252 0 00-.011-.013l-2.914-2.914a.272.272 0 00-.013-.011zM0 7.75C0 6.784.784 6 1.75 6h1.5C4.216 6 5 6.784 5 7.75v2.5A1.75 1.75 0 013.25 12h-1.5A1.75 1.75 0 010 10.25v-2.5zm1.75-.25a.25.25 0 00-.25.25v2.5c0 .138.112.25.25.25h1.5a.25.25 0 00.25-.25v-2.5a.25.25 0 00-.25-.25h-1.5zm5-1.5a.75.75 0 000 1.5h.75v3h-.75a.75.75 0 000 1.5h3a.75.75 0 000-1.5H9V6.75A.75.75 0 008.25 6h-1.5z\"/></svg></li><li title=\"file binary 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M3 3a2 2 0 012-2h9.982a2 2 0 011.414.586l4.018 4.018A2 2 0 0121 7.018V21a2 2 0 01-2 2H4.75a.75.75 0 010-1.5H19a.5.5 0 00.5-.5V8.5h-4a2 2 0 01-2-2v-4H5a.5.5 0 00-.5.5v6.25a.75.75 0 01-1.5 0V3zm12-.5v4a.5.5 0 00.5.5h4a.5.5 0 00-.146-.336l-4.018-4.018A.5.5 0 0015 2.5z\"/><path fill-rule=\"evenodd\" d=\"M0 13.75C0 12.784.784 12 1.75 12h3c.966 0 1.75.784 1.75 1.75v4a1.75 1.75 0 01-1.75 1.75h-3A1.75 1.75 0 010 17.75v-4zm1.75-.25a.25.25 0 00-.25.25v4c0 .138.112.25.25.25h3a.25.25 0 00.25-.25v-4a.25.25 0 00-.25-.25h-3z\"/><path d=\"M9 12a.75.75 0 000 1.5h1.5V18H9a.75.75 0 000 1.5h4.5a.75.75 0 000-1.5H12v-5.25a.75.75 0 00-.75-.75H9z\"/></svg></li><li title=\"file code 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M4 1.75C4 .784 4.784 0 5.75 0h5.586c.464 0 .909.184 1.237.513l2.914 2.914c.329.328.513.773.513 1.237v8.586A1.75 1.75 0 0114.25 15h-9a.75.75 0 010-1.5h9a.25.25 0 00.25-.25V6h-2.75A1.75 1.75 0 0110 4.25V1.5H5.75a.25.25 0 00-.25.25v2.5a.75.75 0 01-1.5 0v-2.5zm7.5-.188V4.25c0 .138.112.25.25.25h2.688a.252.252 0 00-.011-.013l-2.914-2.914a.272.272 0 00-.013-.011zM5.72 6.72a.75.75 0 000 1.06l1.47 1.47-1.47 1.47a.75.75 0 101.06 1.06l2-2a.75.75 0 000-1.06l-2-2a.75.75 0 00-1.06 0zM3.28 7.78a.75.75 0 00-1.06-1.06l-2 2a.75.75 0 000 1.06l2 2a.75.75 0 001.06-1.06L1.81 9.25l1.47-1.47z\"/></svg></li><li title=\"file code 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M3 3a2 2 0 012-2h9.982a2 2 0 011.414.586l4.018 4.018A2 2 0 0121 7.018V21a2 2 0 01-2 2H4.75a.75.75 0 010-1.5H19a.5.5 0 00.5-.5V8.5h-4a2 2 0 01-2-2v-4H5a.5.5 0 00-.5.5v6.25a.75.75 0 01-1.5 0V3zm12-.5v4a.5.5 0 00.5.5h4a.5.5 0 00-.146-.336l-4.018-4.018A.5.5 0 0015 2.5z\"/><path d=\"M4.53 12.24a.75.75 0 01-.039 1.06l-2.639 2.45 2.64 2.45a.75.75 0 11-1.022 1.1l-3.23-3a.75.75 0 010-1.1l3.23-3a.75.75 0 011.06.04zm3.979 1.06a.75.75 0 111.02-1.1l3.231 3a.75.75 0 010 1.1l-3.23 3a.75.75 0 11-1.021-1.1l2.639-2.45-2.64-2.45z\"/></svg></li><li title=\"file diff 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M2.75 1.5a.25.25 0 00-.25.25v12.5c0 .138.112.25.25.25h10.5a.25.25 0 00.25-.25V4.664a.25.25 0 00-.073-.177l-2.914-2.914a.25.25 0 00-.177-.073H2.75zM1 1.75C1 .784 1.784 0 2.75 0h7.586c.464 0 .909.184 1.237.513l2.914 2.914c.329.328.513.773.513 1.237v9.586A1.75 1.75 0 0113.25 16H2.75A1.75 1.75 0 011 14.25V1.75zm7 1.5a.75.75 0 01.75.75v1.5h1.5a.75.75 0 010 1.5h-1.5v1.5a.75.75 0 01-1.5 0V7h-1.5a.75.75 0 010-1.5h1.5V4A.75.75 0 018 3.25zm-3 8a.75.75 0 01.75-.75h4.5a.75.75 0 010 1.5h-4.5a.75.75 0 01-.75-.75z\"/></svg></li><li title=\"file diff 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12.5 6.75a.75.75 0 00-1.5 0V9H8.75a.75.75 0 000 1.5H11v2.25a.75.75 0 001.5 0V10.5h2.25a.75.75 0 000-1.5H12.5V6.75zM8.75 16a.75.75 0 000 1.5h6a.75.75 0 000-1.5h-6z\"/><path fill-rule=\"evenodd\" d=\"M5 1a2 2 0 00-2 2v18a2 2 0 002 2h14a2 2 0 002-2V7.018a2 2 0 00-.586-1.414l-4.018-4.018A2 2 0 0014.982 1H5zm-.5 2a.5.5 0 01.5-.5h9.982a.5.5 0 01.354.146l4.018 4.018a.5.5 0 01.146.354V21a.5.5 0 01-.5.5H5a.5.5 0 01-.5-.5V3z\"/></svg></li><li title=\"file directory 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M1.75 1A1.75 1.75 0 000 2.75v10.5C0 14.216.784 15 1.75 15h12.5A1.75 1.75 0 0016 13.25v-8.5A1.75 1.75 0 0014.25 3h-6.5a.25.25 0 01-.2-.1l-.9-1.2c-.33-.44-.85-.7-1.4-.7h-3.5z\"/></svg></li><li title=\"file directory 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M3.75 4.5a.25.25 0 00-.25.25v14.5c0 .138.112.25.25.25h16.5a.25.25 0 00.25-.25V7.687a.25.25 0 00-.25-.25h-8.471a1.75 1.75 0 01-1.447-.765L8.928 4.61a.25.25 0 00-.208-.11H3.75zM2 4.75C2 3.784 2.784 3 3.75 3h4.971c.58 0 1.12.286 1.447.765l1.404 2.063a.25.25 0 00.207.11h8.471c.966 0 1.75.783 1.75 1.75V19.25A1.75 1.75 0 0120.25 21H3.75A1.75 1.75 0 012 19.25V4.75z\"/></svg></li><li title=\"file directory fill 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M2 4.75C2 3.784 2.784 3 3.75 3h4.971c.58 0 1.12.286 1.447.765l1.404 2.063a.25.25 0 00.207.11h8.471c.966 0 1.75.783 1.75 1.75V19.25A1.75 1.75 0 0120.25 21H3.75A1.75 1.75 0 012 19.25V4.75z\"/></svg></li><li title=\"file media 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M2.25 4a.25.25 0 00-.25.25v15.5c0 .138.112.25.25.25h3.178L14 10.977a1.75 1.75 0 012.506-.032L22 16.44V4.25a.25.25 0 00-.25-.25H2.25zm3.496 17.5H21.75a1.75 1.75 0 001.75-1.75V4.25a1.75 1.75 0 00-1.75-1.75H2.25A1.75 1.75 0 00.5 4.25v15.5c0 .966.784 1.75 1.75 1.75h3.496zM22 19.75v-1.19l-6.555-6.554a.25.25 0 00-.358.004L7.497 20H21.75a.25.25 0 00.25-.25zM9 9.25a1.75 1.75 0 11-3.5 0 1.75 1.75 0 013.5 0zm1.5 0a3.25 3.25 0 11-6.5 0 3.25 3.25 0 016.5 0z\"/></svg></li><li title=\"file submodule 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M0 2.75C0 1.784.784 1 1.75 1H5c.55 0 1.07.26 1.4.7l.9 1.2a.25.25 0 00.2.1h6.75c.966 0 1.75.784 1.75 1.75v8.5A1.75 1.75 0 0114.25 15H1.75A1.75 1.75 0 010 13.25V2.75zm9.42 9.36l2.883-2.677a.25.25 0 000-.366L9.42 6.39a.25.25 0 00-.42.183V8.5H4.75a.75.75 0 100 1.5H9v1.927c0 .218.26.331.42.183z\"/></svg></li><li title=\"file submodule 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M2 4.75C2 3.784 2.784 3 3.75 3h4.965a1.75 1.75 0 011.456.78l1.406 2.109a.25.25 0 00.208.111h8.465c.966 0 1.75.784 1.75 1.75v11.5A1.75 1.75 0 0120.25 21H3.75A1.75 1.75 0 012 19.25V4.75zm12.78 4.97a.75.75 0 10-1.06 1.06l1.72 1.72H6.75a.75.75 0 000 1.5h8.69l-1.72 1.72a.75.75 0 101.06 1.06l3-3a.75.75 0 000-1.06l-3-3z\"/></svg></li><li title=\"file symlink file 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M2 1.75C2 .784 2.784 0 3.75 0h5.586c.464 0 .909.184 1.237.513l2.914 2.914c.329.328.513.773.513 1.237v8.586A1.75 1.75 0 0112.25 15h-7a.75.75 0 010-1.5h7a.25.25 0 00.25-.25V6H9.75A1.75 1.75 0 018 4.25V1.5H3.75a.25.25 0 00-.25.25V4.5a.75.75 0 01-1.5 0V1.75zm7.5-.188V4.25c0 .138.112.25.25.25h2.688a.252.252 0 00-.011-.013L9.513 1.573a.248.248 0 00-.013-.011zm-8 10.675a2.25 2.25 0 012.262-2.25L4 9.99v1.938c0 .218.26.331.42.183l2.883-2.677a.25.25 0 000-.366L4.42 6.39a.25.25 0 00-.42.183V8.49l-.23-.001A3.75 3.75 0 000 12.238v1.012a.75.75 0 001.5 0v-1.013z\"/></svg></li><li title=\"file symlink file 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M3 3a2 2 0 012-2h9.982a2 2 0 011.414.586l4.018 4.018A2 2 0 0121 7.018V21a2 2 0 01-2 2H4.75a.75.75 0 010-1.5H19a.5.5 0 00.5-.5V8.5h-4a2 2 0 01-2-2v-4H5a.5.5 0 00-.5.5v6.25a.75.75 0 01-1.5 0V3zm12-.5v4a.5.5 0 00.5.5h4a.5.5 0 00-.146-.336l-4.018-4.018A.5.5 0 0015 2.5zm-5.692 12l-2.104-2.236a.75.75 0 111.092-1.028l3.294 3.5a.75.75 0 010 1.028l-3.294 3.5a.75.75 0 11-1.092-1.028L9.308 16H4.09a2.59 2.59 0 00-2.59 2.59v3.16a.75.75 0 01-1.5 0v-3.16a4.09 4.09 0 014.09-4.09h5.218z\"/></svg></li><li title=\"file zip 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M3.5 1.75a.25.25 0 01.25-.25h3a.75.75 0 000 1.5h.5a.75.75 0 000-1.5h2.086a.25.25 0 01.177.073l2.914 2.914a.25.25 0 01.073.177v8.586a.25.25 0 01-.25.25h-.5a.75.75 0 000 1.5h.5A1.75 1.75 0 0014 13.25V4.664c0-.464-.184-.909-.513-1.237L10.573.513A1.75 1.75 0 009.336 0H3.75A1.75 1.75 0 002 1.75v11.5c0 .649.353 1.214.874 1.515a.75.75 0 10.752-1.298.25.25 0 01-.126-.217V1.75zM8.75 3a.75.75 0 000 1.5h.5a.75.75 0 000-1.5h-.5zM6 5.25a.75.75 0 01.75-.75h.5a.75.75 0 010 1.5h-.5A.75.75 0 016 5.25zm2 1.5A.75.75 0 018.75 6h.5a.75.75 0 010 1.5h-.5A.75.75 0 018 6.75zm-1.25.75a.75.75 0 000 1.5h.5a.75.75 0 000-1.5h-.5zM8 9.75A.75.75 0 018.75 9h.5a.75.75 0 010 1.5h-.5A.75.75 0 018 9.75zm-.75.75a1.75 1.75 0 00-1.75 1.75v3c0 .414.336.75.75.75h2.5a.75.75 0 00.75-.75v-3a1.75 1.75 0 00-1.75-1.75h-.5zM7 12.25a.25.25 0 01.25-.25h.5a.25.25 0 01.25.25v2.25H7v-2.25z\"/></svg></li><li title=\"file zip 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M5 2.5a.5.5 0 00-.5.5v18a.5.5 0 00.5.5h1.75a.75.75 0 010 1.5H5a2 2 0 01-2-2V3a2 2 0 012-2h9.982a2 2 0 011.414.586l4.018 4.018A2 2 0 0121 7.018V21a2 2 0 01-2 2h-2.75a.75.75 0 010-1.5H19a.5.5 0 00.5-.5V7.018a.5.5 0 00-.146-.354l-4.018-4.018a.5.5 0 00-.354-.146H5z\"/><path d=\"M11.5 15.75a.75.75 0 01.75-.75h1a.75.75 0 010 1.5h-1a.75.75 0 01-.75-.75zm.75-3.75a.75.75 0 000 1.5h1a.75.75 0 000-1.5h-1zm-.75-2.25a.75.75 0 01.75-.75h1a.75.75 0 010 1.5h-1a.75.75 0 01-.75-.75zM12.25 6a.75.75 0 000 1.5h1a.75.75 0 000-1.5h-1zm-.75-2.25a.75.75 0 01.75-.75h1a.75.75 0 010 1.5h-1a.75.75 0 01-.75-.75zM9.75 13.5a.75.75 0 000 1.5h1a.75.75 0 000-1.5h-1zM9 11.25a.75.75 0 01.75-.75h1a.75.75 0 010 1.5h-1a.75.75 0 01-.75-.75zm.75-3.75a.75.75 0 000 1.5h1a.75.75 0 000-1.5h-1zM9 5.25a.75.75 0 01.75-.75h1a.75.75 0 010 1.5h-1A.75.75 0 019 5.25z\"/><path fill-rule=\"evenodd\" d=\"M11 17a2 2 0 00-2 2v4.25c0 .414.336.75.75.75h3.5a.75.75 0 00.75-.75V19a2 2 0 00-2-2h-1zm-.5 2a.5.5 0 01.5-.5h1a.5.5 0 01.5.5v3.5h-2V19z\"/></svg></li><li title=\"filter 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M.75 3a.75.75 0 000 1.5h14.5a.75.75 0 000-1.5H.75zM3 7.75A.75.75 0 013.75 7h8.5a.75.75 0 010 1.5h-8.5A.75.75 0 013 7.75zm3 4a.75.75 0 01.75-.75h2.5a.75.75 0 010 1.5h-2.5a.75.75 0 01-.75-.75z\"/></svg></li><li title=\"filter 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M2.75 6a.75.75 0 000 1.5h18.5a.75.75 0 000-1.5H2.75zM6 11.75a.75.75 0 01.75-.75h10.5a.75.75 0 010 1.5H6.75a.75.75 0 01-.75-.75zm4 4.938a.75.75 0 01.75-.75h2.5a.75.75 0 010 1.5h-2.5a.75.75 0 01-.75-.75z\"/></svg></li><li title=\"flame 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M7.998 14.5c2.832 0 5-1.98 5-4.5 0-1.463-.68-2.19-1.879-3.383l-.036-.037c-1.013-1.008-2.3-2.29-2.834-4.434-.322.256-.63.579-.864.953-.432.696-.621 1.58-.046 2.73.473.947.67 2.284-.278 3.232-.61.61-1.545.84-2.403.633a2.788 2.788 0 01-1.436-.874A3.21 3.21 0 003 10c0 2.53 2.164 4.5 4.998 4.5zM9.533.753C9.496.34 9.16.009 8.77.146 7.035.75 4.34 3.187 5.997 6.5c.344.689.285 1.218.003 1.5-.419.419-1.54.487-2.04-.832-.173-.454-.659-.762-1.035-.454C2.036 7.44 1.5 8.702 1.5 10c0 3.512 2.998 6 6.498 6s6.5-2.5 6.5-6c0-2.137-1.128-3.26-2.312-4.438-1.19-1.184-2.436-2.425-2.653-4.81z\"/></svg></li><li title=\"flame 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M12.185 21.5c4.059 0 7.065-2.84 7.065-6.75 0-2.337-1.093-3.489-2.678-5.158l-.021-.023c-1.44-1.517-3.139-3.351-3.649-6.557a6.14 6.14 0 00-1.911 1.76c-.787 1.144-1.147 2.633-.216 4.495.603 1.205.777 2.74-.277 3.794-.657.657-1.762 1.1-2.956.586-.752-.324-1.353-.955-1.838-1.79-.567.706-.954 1.74-.954 2.893 0 3.847 3.288 6.75 7.435 6.75zm2.08-19.873c-.017-.345-.296-.625-.632-.543-2.337.575-6.605 4.042-4.2 8.854.474.946.392 1.675.004 2.062-.64.64-1.874.684-2.875-1.815-.131-.327-.498-.509-.803-.334-1.547.888-2.509 2.86-2.509 4.899 0 4.829 4.122 8.25 8.935 8.25 4.812 0 8.565-3.438 8.565-8.25 0-2.939-1.466-4.482-3.006-6.102-1.61-1.694-3.479-3.476-3.479-7.021z\"/></svg></li><li title=\"fold 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path d=\"M10.896 2H8.75V.75a.75.75 0 00-1.5 0V2H5.104a.25.25 0 00-.177.427l2.896 2.896a.25.25 0 00.354 0l2.896-2.896A.25.25 0 0010.896 2zM8.75 15.25a.75.75 0 01-1.5 0V14H5.104a.25.25 0 01-.177-.427l2.896-2.896a.25.25 0 01.354 0l2.896 2.896a.25.25 0 01-.177.427H8.75v1.25zm-6.5-6.5a.75.75 0 000-1.5h-.5a.75.75 0 000 1.5h.5zM6 8a.75.75 0 01-.75.75h-.5a.75.75 0 010-1.5h.5A.75.75 0 016 8zm2.25.75a.75.75 0 000-1.5h-.5a.75.75 0 000 1.5h.5zM12 8a.75.75 0 01-.75.75h-.5a.75.75 0 010-1.5h.5A.75.75 0 0112 8zm2.25.75a.75.75 0 000-1.5h-.5a.75.75 0 000 1.5h.5z\"/></svg></li><li title=\"fold 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M12 15a.75.75 0 01.53.22l3.25 3.25a.75.75 0 11-1.06 1.06L12 16.81l-2.72 2.72a.75.75 0 01-1.06-1.06l3.25-3.25A.75.75 0 0112 15z\"/><path fill-rule=\"evenodd\" d=\"M12 15.75a.75.75 0 01.75.75v5.75a.75.75 0 01-1.5 0V16.5a.75.75 0 01.75-.75zm.53-6.97a.75.75 0 01-1.06 0L8.22 5.53a.75.75 0 011.06-1.06L12 7.19l2.72-2.72a.75.75 0 111.06 1.06l-3.25 3.25z\"/><path fill-rule=\"evenodd\" d=\"M12 8.5a.75.75 0 01-.75-.75v-6a.75.75 0 011.5 0v6a.75.75 0 01-.75.75zM10.75 12a.75.75 0 01.75-.75h1a.75.75 0 010 1.5h-1a.75.75 0 01-.75-.75zm-8 0a.75.75 0 01.75-.75h1a.75.75 0 010 1.5h-1a.75.75 0 01-.75-.75zm12 0a.75.75 0 01.75-.75h1a.75.75 0 010 1.5h-1a.75.75 0 01-.75-.75zm-8 0a.75.75 0 01.75-.75h1a.75.75 0 010 1.5h-1a.75.75 0 01-.75-.75zm12 0a.75.75 0 01.75-.75h1a.75.75 0 010 1.5h-1a.75.75 0 01-.75-.75z\"/></svg></li><li title=\"fold down 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path d=\"M8.177 14.323l2.896-2.896a.25.25 0 00-.177-.427H8.75V7.764a.75.75 0 10-1.5 0V11H5.104a.25.25 0 00-.177.427l2.896 2.896a.25.25 0 00.354 0zM2.25 5a.75.75 0 000-1.5h-.5a.75.75 0 000 1.5h.5zM6 4.25a.75.75 0 01-.75.75h-.5a.75.75 0 010-1.5h.5a.75.75 0 01.75.75zM8.25 5a.75.75 0 000-1.5h-.5a.75.75 0 000 1.5h.5zM12 4.25a.75.75 0 01-.75.75h-.5a.75.75 0 010-1.5h.5a.75.75 0 01.75.75zm2.25.75a.75.75 0 000-1.5h-.5a.75.75 0 000 1.5h.5z\"/></svg></li><li title=\"fold down 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M12 19a.75.75 0 01-.53-.22l-3.25-3.25a.75.75 0 111.06-1.06L12 17.19l2.72-2.72a.75.75 0 111.06 1.06l-3.25 3.25A.75.75 0 0112 19z\"/><path fill-rule=\"evenodd\" d=\"M12 18a.75.75 0 01-.75-.75v-7.5a.75.75 0 011.5 0v7.5A.75.75 0 0112 18zM10.75 6a.75.75 0 01.75-.75h1a.75.75 0 010 1.5h-1a.75.75 0 01-.75-.75zm-8 0a.75.75 0 01.75-.75h1a.75.75 0 010 1.5h-1A.75.75 0 012.75 6zm12 0a.75.75 0 01.75-.75h1a.75.75 0 010 1.5h-1a.75.75 0 01-.75-.75zm-8 0a.75.75 0 01.75-.75h1a.75.75 0 010 1.5h-1A.75.75 0 016.75 6zm12 0a.75.75 0 01.75-.75h1a.75.75 0 010 1.5h-1a.75.75 0 01-.75-.75z\"/></svg></li><li title=\"fold up 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path d=\"M7.823 1.677L4.927 4.573A.25.25 0 005.104 5H7.25v3.236a.75.75 0 101.5 0V5h2.146a.25.25 0 00.177-.427L8.177 1.677a.25.25 0 00-.354 0zM13.75 11a.75.75 0 000 1.5h.5a.75.75 0 000-1.5h-.5zm-3.75.75a.75.75 0 01.75-.75h.5a.75.75 0 010 1.5h-.5a.75.75 0 01-.75-.75zM7.75 11a.75.75 0 000 1.5h.5a.75.75 0 000-1.5h-.5zM4 11.75a.75.75 0 01.75-.75h.5a.75.75 0 010 1.5h-.5a.75.75 0 01-.75-.75zM1.75 11a.75.75 0 000 1.5h.5a.75.75 0 000-1.5h-.5z\"/></svg></li><li title=\"fold up 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M11.47 5.22a.75.75 0 011.06 0l3.25 3.25a.75.75 0 01-1.06 1.06L12 6.81 9.28 9.53a.75.75 0 01-1.06-1.06l3.25-3.25z\"/><path fill-rule=\"evenodd\" d=\"M12 5.5a.75.75 0 01.75.75v8a.75.75 0 01-1.5 0v-8A.75.75 0 0112 5.5zM10.75 18a.75.75 0 01.75-.75h1a.75.75 0 010 1.5h-1a.75.75 0 01-.75-.75zm-8 0a.75.75 0 01.75-.75h1a.75.75 0 010 1.5h-1a.75.75 0 01-.75-.75zm12 0a.75.75 0 01.75-.75h1a.75.75 0 010 1.5h-1a.75.75 0 01-.75-.75zm-8 0a.75.75 0 01.75-.75h1a.75.75 0 010 1.5h-1a.75.75 0 01-.75-.75zm12 0a.75.75 0 01.75-.75h1a.75.75 0 010 1.5h-1a.75.75 0 01-.75-.75z\"/></svg></li><li title=\"gear 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M7.429 1.525a6.593 6.593 0 011.142 0c.036.003.108.036.137.146l.289 1.105c.147.56.55.967.997 1.189.174.086.341.183.501.29.417.278.97.423 1.53.27l1.102-.303c.11-.03.175.016.195.046.219.31.41.641.573.989.014.031.022.11-.059.19l-.815.806c-.411.406-.562.957-.53 1.456a4.588 4.588 0 010 .582c-.032.499.119 1.05.53 1.456l.815.806c.08.08.073.159.059.19a6.494 6.494 0 01-.573.99c-.02.029-.086.074-.195.045l-1.103-.303c-.559-.153-1.112-.008-1.529.27-.16.107-.327.204-.5.29-.449.222-.851.628-.998 1.189l-.289 1.105c-.029.11-.101.143-.137.146a6.613 6.613 0 01-1.142 0c-.036-.003-.108-.037-.137-.146l-.289-1.105c-.147-.56-.55-.967-.997-1.189a4.502 4.502 0 01-.501-.29c-.417-.278-.97-.423-1.53-.27l-1.102.303c-.11.03-.175-.016-.195-.046a6.492 6.492 0 01-.573-.989c-.014-.031-.022-.11.059-.19l.815-.806c.411-.406.562-.957.53-1.456a4.587 4.587 0 010-.582c.032-.499-.119-1.05-.53-1.456l-.815-.806c-.08-.08-.073-.159-.059-.19a6.44 6.44 0 01.573-.99c.02-.029.086-.075.195-.045l1.103.303c.559.153 1.112.008 1.529-.27.16-.107.327-.204.5-.29.449-.222.851-.628.998-1.189l.289-1.105c.029-.11.101-.143.137-.146zM8 0c-.236 0-.47.01-.701.03-.743.065-1.29.615-1.458 1.261l-.29 1.106c-.017.066-.078.158-.211.224a5.994 5.994 0 00-.668.386c-.123.082-.233.09-.3.071L3.27 2.776c-.644-.177-1.392.02-1.82.63a7.977 7.977 0 00-.704 1.217c-.315.675-.111 1.422.363 1.891l.815.806c.05.048.098.147.088.294a6.084 6.084 0 000 .772c.01.147-.038.246-.088.294l-.815.806c-.474.469-.678 1.216-.363 1.891.2.428.436.835.704 1.218.428.609 1.176.806 1.82.63l1.103-.303c.066-.019.176-.011.299.071.213.143.436.272.668.386.133.066.194.158.212.224l.289 1.106c.169.646.715 1.196 1.458 1.26a8.094 8.094 0 001.402 0c.743-.064 1.29-.614 1.458-1.26l.29-1.106c.017-.066.078-.158.211-.224a5.98 5.98 0 00.668-.386c.123-.082.233-.09.3-.071l1.102.302c.644.177 1.392-.02 1.82-.63.268-.382.505-.789.704-1.217.315-.675.111-1.422-.364-1.891l-.814-.806c-.05-.048-.098-.147-.088-.294a6.1 6.1 0 000-.772c-.01-.147.039-.246.088-.294l.814-.806c.475-.469.679-1.216.364-1.891a7.992 7.992 0 00-.704-1.218c-.428-.609-1.176-.806-1.82-.63l-1.103.303c-.066.019-.176.011-.299-.071a5.991 5.991 0 00-.668-.386c-.133-.066-.194-.158-.212-.224L10.16 1.29C9.99.645 9.444.095 8.701.031A8.094 8.094 0 008 0zm1.5 8a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zM11 8a3 3 0 11-6 0 3 3 0 016 0z\"/></svg></li><li title=\"gear 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M16 12a4 4 0 11-8 0 4 4 0 018 0zm-1.5 0a2.5 2.5 0 11-5 0 2.5 2.5 0 015 0z\"/><path fill-rule=\"evenodd\" d=\"M12 1c-.268 0-.534.01-.797.028-.763.055-1.345.617-1.512 1.304l-.352 1.45c-.02.078-.09.172-.225.22a8.45 8.45 0 00-.728.303c-.13.06-.246.044-.315.002l-1.274-.776c-.604-.368-1.412-.354-1.99.147-.403.348-.78.726-1.129 1.128-.5.579-.515 1.387-.147 1.99l.776 1.275c.042.069.059.185-.002.315-.112.237-.213.48-.302.728-.05.135-.143.206-.221.225l-1.45.352c-.687.167-1.249.749-1.304 1.512a11.149 11.149 0 000 1.594c.055.763.617 1.345 1.304 1.512l1.45.352c.078.02.172.09.22.225.09.248.191.491.303.729.06.129.044.245.002.314l-.776 1.274c-.368.604-.354 1.412.147 1.99.348.403.726.78 1.128 1.129.579.5 1.387.515 1.99.147l1.275-.776c.069-.042.185-.059.315.002.237.112.48.213.728.302.135.05.206.143.225.221l.352 1.45c.167.687.749 1.249 1.512 1.303a11.125 11.125 0 001.594 0c.763-.054 1.345-.616 1.512-1.303l.352-1.45c.02-.078.09-.172.225-.22.248-.09.491-.191.729-.303.129-.06.245-.044.314-.002l1.274.776c.604.368 1.412.354 1.99-.147.403-.348.78-.726 1.129-1.128.5-.579.515-1.387.147-1.99l-.776-1.275c-.042-.069-.059-.185.002-.315.112-.237.213-.48.302-.728.05-.135.143-.206.221-.225l1.45-.352c.687-.167 1.249-.749 1.303-1.512a11.125 11.125 0 000-1.594c-.054-.763-.616-1.345-1.303-1.512l-1.45-.352c-.078-.02-.172-.09-.22-.225a8.469 8.469 0 00-.303-.728c-.06-.13-.044-.246-.002-.315l.776-1.274c.368-.604.354-1.412-.147-1.99-.348-.403-.726-.78-1.128-1.129-.579-.5-1.387-.515-1.99-.147l-1.275.776c-.069.042-.185.059-.315-.002a8.465 8.465 0 00-.728-.302c-.135-.05-.206-.143-.225-.221l-.352-1.45c-.167-.687-.749-1.249-1.512-1.304A11.149 11.149 0 0012 1zm-.69 1.525a9.648 9.648 0 011.38 0c.055.004.135.05.162.16l.351 1.45c.153.628.626 1.08 1.173 1.278.205.074.405.157.6.249a1.832 1.832 0 001.733-.074l1.275-.776c.097-.06.186-.036.228 0 .348.302.674.628.976.976.036.042.06.13 0 .228l-.776 1.274a1.832 1.832 0 00-.074 1.734c.092.195.175.395.248.6.198.547.652 1.02 1.278 1.172l1.45.353c.111.026.157.106.161.161a9.653 9.653 0 010 1.38c-.004.055-.05.135-.16.162l-1.45.351a1.833 1.833 0 00-1.278 1.173 6.926 6.926 0 01-.25.6 1.832 1.832 0 00.075 1.733l.776 1.275c.06.097.036.186 0 .228a9.555 9.555 0 01-.976.976c-.042.036-.13.06-.228 0l-1.275-.776a1.832 1.832 0 00-1.733-.074 6.926 6.926 0 01-.6.248 1.833 1.833 0 00-1.172 1.278l-.353 1.45c-.026.111-.106.157-.161.161a9.653 9.653 0 01-1.38 0c-.055-.004-.135-.05-.162-.16l-.351-1.45a1.833 1.833 0 00-1.173-1.278 6.928 6.928 0 01-.6-.25 1.832 1.832 0 00-1.734.075l-1.274.776c-.097.06-.186.036-.228 0a9.56 9.56 0 01-.976-.976c-.036-.042-.06-.13 0-.228l.776-1.275a1.832 1.832 0 00.074-1.733 6.948 6.948 0 01-.249-.6 1.833 1.833 0 00-1.277-1.172l-1.45-.353c-.111-.026-.157-.106-.161-.161a9.648 9.648 0 010-1.38c.004-.055.05-.135.16-.162l1.45-.351a1.833 1.833 0 001.278-1.173 6.95 6.95 0 01.249-.6 1.832 1.832 0 00-.074-1.734l-.776-1.274c-.06-.097-.036-.186 0-.228.302-.348.628-.674.976-.976.042-.036.13-.06.228 0l1.274.776a1.832 1.832 0 001.734.074 6.95 6.95 0 01.6-.249 1.833 1.833 0 001.172-1.277l.353-1.45c.026-.111.106-.157.161-.161z\"/></svg></li><li title=\"gift 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M4.75 1.5a1.25 1.25 0 100 2.5h2.309c-.233-.818-.542-1.401-.878-1.793-.43-.502-.915-.707-1.431-.707zM2 2.75c0 .45.108.875.3 1.25h-.55A1.75 1.75 0 000 5.75v2c0 .698.409 1.3 1 1.582v4.918c0 .966.784 1.75 1.75 1.75h10.5A1.75 1.75 0 0015 14.25V9.332c.591-.281 1-.884 1-1.582v-2A1.75 1.75 0 0014.25 4h-.55a2.75 2.75 0 00-2.45-4c-.984 0-1.874.42-2.57 1.23A5.086 5.086 0 008 2.274a5.086 5.086 0 00-.68-1.042C6.623.42 5.733 0 4.75 0A2.75 2.75 0 002 2.75zM8.941 4h2.309a1.25 1.25 0 100-2.5c-.516 0-1 .205-1.43.707-.337.392-.646.975-.879 1.793zm-1.84 1.5H1.75a.25.25 0 00-.25.25v2c0 .138.112.25.25.25h5.5V5.5h-.149zm1.649 0V8h5.5a.25.25 0 00.25-.25v-2a.25.25 0 00-.25-.25h-5.5zm0 4h4.75v4.75a.25.25 0 01-.25.25h-4.5v-5zm-1.5 0v5h-4.5a.25.25 0 01-.25-.25V9.5h4.75z\"/></svg></li><li title=\"gift 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M3.75 3.75c0 .844.279 1.623.75 2.25H2.75A1.75 1.75 0 001 7.75v2.5c0 .698.409 1.3 1 1.582v8.418c0 .966.784 1.75 1.75 1.75h16.5A1.75 1.75 0 0022 20.25v-8.418c.591-.281 1-.884 1-1.582v-2.5A1.75 1.75 0 0021.25 6H19.5a3.75 3.75 0 00-3-6c-1.456 0-3.436.901-4.5 3.11C10.936.901 8.955 0 7.5 0a3.75 3.75 0 00-3.75 3.75zM11.22 6c-.287-3.493-2.57-4.5-3.72-4.5a2.25 2.25 0 000 4.5h3.72zm9.28 6v8.25a.25.25 0 01-.25.25h-7.5V12h7.75zm-9.25 8.5V12H3.5v8.25c0 .138.112.25.25.25h7.5zm10-10a.25.25 0 00.25-.25v-2.5a.25.25 0 00-.25-.25h-8.5v3h8.5zm-18.5 0h8.5v-3h-8.5a.25.25 0 00-.25.25v2.5c0 .138.112.25.25.25zm16-6.75A2.25 2.25 0 0116.5 6h-3.72c.287-3.493 2.57-4.5 3.72-4.5a2.25 2.25 0 012.25 2.25z\"/></svg></li><li title=\"git branch 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M11.75 2.5a.75.75 0 100 1.5.75.75 0 000-1.5zm-2.25.75a2.25 2.25 0 113 2.122V6A2.5 2.5 0 0110 8.5H6a1 1 0 00-1 1v1.128a2.251 2.251 0 11-1.5 0V5.372a2.25 2.25 0 111.5 0v1.836A2.492 2.492 0 016 7h4a1 1 0 001-1v-.628A2.25 2.25 0 019.5 3.25zM4.25 12a.75.75 0 100 1.5.75.75 0 000-1.5zM3.5 3.25a.75.75 0 111.5 0 .75.75 0 01-1.5 0z\"/></svg></li><li title=\"git branch 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M5.75 21a1.75 1.75 0 110-3.5 1.75 1.75 0 010 3.5zM2.5 19.25a3.25 3.25 0 106.5 0 3.25 3.25 0 00-6.5 0zM5.75 6.5a1.75 1.75 0 110-3.5 1.75 1.75 0 010 3.5zM2.5 4.75a3.25 3.25 0 106.5 0 3.25 3.25 0 00-6.5 0zM18.25 6.5a1.75 1.75 0 110-3.5 1.75 1.75 0 010 3.5zM15 4.75a3.25 3.25 0 106.5 0 3.25 3.25 0 00-6.5 0z\"/><path fill-rule=\"evenodd\" d=\"M5.75 16.75A.75.75 0 006.5 16V8A.75.75 0 005 8v8c0 .414.336.75.75.75z\"/><path fill-rule=\"evenodd\" d=\"M17.5 8.75v-1H19v1a3.75 3.75 0 01-3.75 3.75h-7a1.75 1.75 0 00-1.75 1.75H5A3.25 3.25 0 018.25 11h7a2.25 2.25 0 002.25-2.25z\"/></svg></li><li title=\"git commit 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M10.5 7.75a2.5 2.5 0 11-5 0 2.5 2.5 0 015 0zm1.43.75a4.002 4.002 0 01-7.86 0H.75a.75.75 0 110-1.5h3.32a4.001 4.001 0 017.86 0h3.32a.75.75 0 110 1.5h-3.32z\"/></svg></li><li title=\"git commit 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M15.5 11.75a3.5 3.5 0 11-7 0 3.5 3.5 0 017 0zm1.444-.75a5.001 5.001 0 00-9.888 0H2.75a.75.75 0 100 1.5h4.306a5.001 5.001 0 009.888 0h4.306a.75.75 0 100-1.5h-4.306z\"/></svg></li><li title=\"git compare 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M9.573.677L7.177 3.073a.25.25 0 000 .354l2.396 2.396A.25.25 0 0010 5.646V4h1a1 1 0 011 1v5.628a2.251 2.251 0 101.5 0V5A2.5 2.5 0 0011 2.5h-1V.854a.25.25 0 00-.427-.177zM6 12v-1.646a.25.25 0 01.427-.177l2.396 2.396a.25.25 0 010 .354l-2.396 2.396A.25.25 0 016 15.146V13.5H5A2.5 2.5 0 012.5 11V5.372a2.25 2.25 0 111.5 0V11a1 1 0 001 1h1zm6.75 0a.75.75 0 100 1.5.75.75 0 000-1.5zM4 3.25a.75.75 0 11-1.5 0 .75.75 0 011.5 0z\"/></svg></li><li title=\"git compare 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M19.75 17.5a1.75 1.75 0 100 3.5 1.75 1.75 0 000-3.5zm-3.25 1.75a3.25 3.25 0 116.5 0 3.25 3.25 0 01-6.5 0z\"/><path fill-rule=\"evenodd\" d=\"M13.905 1.72a.75.75 0 010 1.06L12.685 4h4.065a3.75 3.75 0 013.75 3.75v8.75a.75.75 0 01-1.5 0V7.75a2.25 2.25 0 00-2.25-2.25h-4.064l1.22 1.22a.75.75 0 01-1.061 1.06l-2.5-2.5a.75.75 0 010-1.06l2.5-2.5a.75.75 0 011.06 0zM4.25 6.5a1.75 1.75 0 100-3.5 1.75 1.75 0 000 3.5zM7.5 4.75a3.25 3.25 0 11-6.5 0 3.25 3.25 0 016.5 0z\"/><path fill-rule=\"evenodd\" d=\"M10.095 22.28a.75.75 0 010-1.06l1.22-1.22H7.25a3.75 3.75 0 01-3.75-3.75V7.5a.75.75 0 011.5 0v8.75a2.25 2.25 0 002.25 2.25h4.064l-1.22-1.22a.75.75 0 111.061-1.06l2.5 2.5a.75.75 0 010 1.06l-2.5 2.5a.75.75 0 01-1.06 0z\"/></svg></li><li title=\"git merge 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M5 3.254V3.25v.005a.75.75 0 110-.005v.004zm.45 1.9a2.25 2.25 0 10-1.95.218v5.256a2.25 2.25 0 101.5 0V7.123A5.735 5.735 0 009.25 9h1.378a2.251 2.251 0 100-1.5H9.25a4.25 4.25 0 01-3.8-2.346zM12.75 9a.75.75 0 100-1.5.75.75 0 000 1.5zm-8.5 4.5a.75.75 0 100-1.5.75.75 0 000 1.5z\"/></svg></li><li title=\"git merge 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M5.75 21a1.75 1.75 0 110-3.5 1.75 1.75 0 010 3.5zM2.5 19.25a3.25 3.25 0 106.5 0 3.25 3.25 0 00-6.5 0zM5.75 6.5a1.75 1.75 0 110-3.5 1.75 1.75 0 010 3.5zM2.5 4.75a3.25 3.25 0 106.5 0 3.25 3.25 0 00-6.5 0zM18.25 15a1.75 1.75 0 110-3.5 1.75 1.75 0 010 3.5zM15 13.25a3.25 3.25 0 106.5 0 3.25 3.25 0 00-6.5 0z\"/><path fill-rule=\"evenodd\" d=\"M6.5 7.25c0 2.9 2.35 5.25 5.25 5.25h4.5V14h-4.5A6.75 6.75 0 015 7.25h1.5z\"/><path fill-rule=\"evenodd\" d=\"M5.75 16.75A.75.75 0 006.5 16V8A.75.75 0 005 8v8c0 .414.336.75.75.75z\"/></svg></li><li title=\"git pull request 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M7.177 3.073L9.573.677A.25.25 0 0110 .854v4.792a.25.25 0 01-.427.177L7.177 3.427a.25.25 0 010-.354zM3.75 2.5a.75.75 0 100 1.5.75.75 0 000-1.5zm-2.25.75a2.25 2.25 0 113 2.122v5.256a2.251 2.251 0 11-1.5 0V5.372A2.25 2.25 0 011.5 3.25zM11 2.5h-1V4h1a1 1 0 011 1v5.628a2.251 2.251 0 101.5 0V5A2.5 2.5 0 0011 2.5zm1 10.25a.75.75 0 111.5 0 .75.75 0 01-1.5 0zM3.75 12a.75.75 0 100 1.5.75.75 0 000-1.5z\"/></svg></li><li title=\"git pull request 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M4.75 3a1.75 1.75 0 100 3.5 1.75 1.75 0 000-3.5zM1.5 4.75a3.25 3.25 0 116.5 0 3.25 3.25 0 01-6.5 0zM4.75 17.5a1.75 1.75 0 100 3.5 1.75 1.75 0 000-3.5zM1.5 19.25a3.25 3.25 0 116.5 0 3.25 3.25 0 01-6.5 0zm17.75-1.75a1.75 1.75 0 100 3.5 1.75 1.75 0 000-3.5zM16 19.25a3.25 3.25 0 116.5 0 3.25 3.25 0 01-6.5 0z\"/><path fill-rule=\"evenodd\" d=\"M4.75 7.25A.75.75 0 015.5 8v8A.75.75 0 014 16V8a.75.75 0 01.75-.75zm8.655-5.53a.75.75 0 010 1.06L12.185 4h4.065A3.75 3.75 0 0120 7.75v8.75a.75.75 0 01-1.5 0V7.75a2.25 2.25 0 00-2.25-2.25h-4.064l1.22 1.22a.75.75 0 01-1.061 1.06l-2.5-2.5a.75.75 0 010-1.06l2.5-2.5a.75.75 0 011.06 0z\"/></svg></li><li title=\"git pull request closed 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M10.72 1.227a.75.75 0 011.06 0l.97.97.97-.97a.75.75 0 111.06 1.061l-.97.97.97.97a.75.75 0 01-1.06 1.06l-.97-.97-.97.97a.75.75 0 11-1.06-1.06l.97-.97-.97-.97a.75.75 0 010-1.06zM12.75 6.5a.75.75 0 00-.75.75v3.378a2.251 2.251 0 101.5 0V7.25a.75.75 0 00-.75-.75zm0 5.5a.75.75 0 100 1.5.75.75 0 000-1.5zM2.5 3.25a.75.75 0 111.5 0 .75.75 0 01-1.5 0zM3.25 1a2.25 2.25 0 00-.75 4.372v5.256a2.251 2.251 0 101.5 0V5.372A2.25 2.25 0 003.25 1zm0 11a.75.75 0 100 1.5.75.75 0 000-1.5z\"/></svg></li><li title=\"git pull request closed 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M22.266 2.711a.75.75 0 10-1.061-1.06l-1.983 1.983-1.984-1.983a.75.75 0 10-1.06 1.06l1.983 1.983-1.983 1.984a.75.75 0 001.06 1.06l1.984-1.983 1.983 1.983a.75.75 0 001.06-1.06l-1.983-1.984 1.984-1.983z\"/><path fill-rule=\"evenodd\" d=\"M4.75 1.5a3.25 3.25 0 00-.745 6.414A.758.758 0 004 8v8a.81.81 0 00.005.086A3.251 3.251 0 004.75 22.5a3.25 3.25 0 00.745-6.414A.758.758 0 005.5 16V8a.758.758 0 00-.005-.086A3.251 3.251 0 004.75 1.5zM3 4.75a1.75 1.75 0 113.5 0 1.75 1.75 0 01-3.5 0zm0 14.5a1.75 1.75 0 113.5 0 1.75 1.75 0 01-3.5 0zm13 0a3.251 3.251 0 012.5-3.163V9.625a.75.75 0 011.5 0v6.462a3.251 3.251 0 01-.75 6.413A3.25 3.25 0 0116 19.25zm3.25-1.75a1.75 1.75 0 100 3.5 1.75 1.75 0 000-3.5z\"/></svg></li><li title=\"git pull request draft 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M2.5 3.25a.75.75 0 111.5 0 .75.75 0 01-1.5 0zM3.25 1a2.25 2.25 0 00-.75 4.372v5.256a2.251 2.251 0 101.5 0V5.372A2.25 2.25 0 003.25 1zm0 11a.75.75 0 100 1.5.75.75 0 000-1.5zm9.5 3a2.25 2.25 0 100-4.5 2.25 2.25 0 000 4.5zm0-3a.75.75 0 100 1.5.75.75 0 000-1.5z\"/><path d=\"M14 7.5a1.25 1.25 0 11-2.5 0 1.25 1.25 0 012.5 0zm0-4.25a1.25 1.25 0 11-2.5 0 1.25 1.25 0 012.5 0z\"/></svg></li><li title=\"git pull request draft 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M4.75 1.5a3.25 3.25 0 00-.745 6.414A.758.758 0 004 8v8a.81.81 0 00.005.086A3.251 3.251 0 004.75 22.5a3.25 3.25 0 00.745-6.414A.757.757 0 005.5 16V8a.758.758 0 00-.005-.086A3.251 3.251 0 004.75 1.5zM3 4.75a1.75 1.75 0 113.5 0 1.75 1.75 0 01-3.5 0zm0 14.5a1.75 1.75 0 113.5 0 1.75 1.75 0 01-3.5 0zm13 0a3.25 3.25 0 116.5 0 3.25 3.25 0 01-6.5 0zm3.25-1.75a1.75 1.75 0 100 3.5 1.75 1.75 0 000-3.5z\"/><path d=\"M19.25 6a1.75 1.75 0 100-3.5 1.75 1.75 0 000 3.5zM21 11.25a1.75 1.75 0 11-3.5 0 1.75 1.75 0 013.5 0z\"/></svg></li><li title=\"globe 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M1.543 7.25h2.733c.144-2.074.866-3.756 1.58-4.948.12-.197.237-.381.353-.552a6.506 6.506 0 00-4.666 5.5zm2.733 1.5H1.543a6.506 6.506 0 004.666 5.5 11.13 11.13 0 01-.352-.552c-.715-1.192-1.437-2.874-1.581-4.948zm1.504 0h4.44a9.637 9.637 0 01-1.363 4.177c-.306.51-.612.919-.857 1.215a9.978 9.978 0 01-.857-1.215A9.637 9.637 0 015.78 8.75zm4.44-1.5H5.78a9.637 9.637 0 011.363-4.177c.306-.51.612-.919.857-1.215.245.296.55.705.857 1.215A9.638 9.638 0 0110.22 7.25zm1.504 1.5c-.144 2.074-.866 3.756-1.58 4.948-.12.197-.237.381-.353.552a6.506 6.506 0 004.666-5.5h-2.733zm2.733-1.5h-2.733c-.144-2.074-.866-3.756-1.58-4.948a11.738 11.738 0 00-.353-.552 6.506 6.506 0 014.666 5.5zM8 0a8 8 0 100 16A8 8 0 008 0z\"/></svg></li><li title=\"globe 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M12 1C5.925 1 1 5.925 1 12s4.925 11 11 11 11-4.925 11-11S18.075 1 12 1zM2.513 11.5h4.745c.1-3.037 1.1-5.49 2.093-7.204.39-.672.78-1.233 1.119-1.673C6.11 3.329 2.746 7 2.513 11.5zm4.77 1.5H2.552a9.505 9.505 0 007.918 8.377 15.698 15.698 0 01-1.119-1.673C8.413 18.085 7.47 15.807 7.283 13zm1.504 0h6.426c-.183 2.48-1.02 4.5-1.862 5.951-.476.82-.95 1.455-1.304 1.88L12 20.89l-.047-.057a13.888 13.888 0 01-1.304-1.88C9.807 17.5 8.969 15.478 8.787 13zm6.454-1.5H8.759c.1-2.708.992-4.904 1.89-6.451.476-.82.95-1.455 1.304-1.88L12 3.11l.047.057c.353.426.828 1.06 1.304 1.88.898 1.548 1.79 3.744 1.89 6.452zm1.476 1.5c-.186 2.807-1.13 5.085-2.068 6.704-.39.672-.78 1.233-1.118 1.673A9.505 9.505 0 0021.447 13h-4.731zm4.77-1.5h-4.745c-.1-3.037-1.1-5.49-2.093-7.204-.39-.672-.78-1.233-1.119-1.673 4.36.706 7.724 4.377 7.957 8.877z\"/></svg></li><li title=\"grabber 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M10 13a1 1 0 100-2 1 1 0 000 2zm-4 0a1 1 0 100-2 1 1 0 000 2zm1-5a1 1 0 11-2 0 1 1 0 012 0zm3 1a1 1 0 100-2 1 1 0 000 2zm1-5a1 1 0 11-2 0 1 1 0 012 0zM6 5a1 1 0 100-2 1 1 0 000 2z\"/></svg></li><li title=\"grabber 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M15 18a1 1 0 100-2 1 1 0 000 2zm1-6a1 1 0 11-2 0 1 1 0 012 0zm-7 6a1 1 0 100-2 1 1 0 000 2zm0-5a1 1 0 100-2 1 1 0 000 2zm7-6a1 1 0 11-2 0 1 1 0 012 0zM9 8a1 1 0 100-2 1 1 0 000 2z\"/></svg></li><li title=\"graph 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M1.5 1.75a.75.75 0 00-1.5 0v12.5c0 .414.336.75.75.75h14.5a.75.75 0 000-1.5H1.5V1.75zm14.28 2.53a.75.75 0 00-1.06-1.06L10 7.94 7.53 5.47a.75.75 0 00-1.06 0L3.22 8.72a.75.75 0 001.06 1.06L7 7.06l2.47 2.47a.75.75 0 001.06 0l5.25-5.25z\"/></svg></li><li title=\"graph 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M2.5 2.75a.75.75 0 00-1.5 0v18.5c0 .414.336.75.75.75H20a.75.75 0 000-1.5H2.5V2.75z\"/><path d=\"M22.28 7.78a.75.75 0 00-1.06-1.06l-5.72 5.72-3.72-3.72a.75.75 0 00-1.06 0l-6 6a.75.75 0 101.06 1.06l5.47-5.47 3.72 3.72a.75.75 0 001.06 0l6.25-6.25z\"/></svg></li><li title=\"hash 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M6.368 1.01a.75.75 0 01.623.859L6.57 4.5h3.98l.46-2.868a.75.75 0 011.48.237L12.07 4.5h2.18a.75.75 0 010 1.5h-2.42l-.64 4h2.56a.75.75 0 010 1.5h-2.8l-.46 2.869a.75.75 0 01-1.48-.237l.42-2.632H5.45l-.46 2.869a.75.75 0 01-1.48-.237l.42-2.632H1.75a.75.75 0 010-1.5h2.42l.64-4H2.25a.75.75 0 010-1.5h2.8l.46-2.868a.75.75 0 01.858-.622zM9.67 10l.64-4H6.33l-.64 4h3.98z\"/></svg></li><li title=\"hash 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M9.618 1.76a.75.75 0 01.623.859L9.46 7.5h6.48l.82-5.118a.75.75 0 011.48.237L17.46 7.5h3.79a.75.75 0 010 1.5h-4.03l-.96 6h3.99a.75.75 0 110 1.5h-4.23l-.78 4.869a.75.75 0 01-1.48-.237l.74-4.632H8.02l-.78 4.869a.75.75 0 01-1.48-.237L6.5 16.5H2.745a.75.75 0 010-1.5H6.74l.96-6H3.75a.75.75 0 010-1.5h4.19l.82-5.118a.75.75 0 01.858-.622zM14.741 15l.96-6H9.22l-.96 6h6.48z\"/></svg></li><li title=\"heading 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M3.75 2a.75.75 0 01.75.75V7h7V2.75a.75.75 0 011.5 0v10.5a.75.75 0 01-1.5 0V8.5h-7v4.75a.75.75 0 01-1.5 0V2.75A.75.75 0 013.75 2z\"/></svg></li><li title=\"heading 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M6.25 4a.75.75 0 01.75.75V11h10V4.75a.75.75 0 011.5 0v14.5a.75.75 0 01-1.5 0V12.5H7v6.75a.75.75 0 01-1.5 0V4.75A.75.75 0 016.25 4z\"/></svg></li><li title=\"heart 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M4.25 2.5c-1.336 0-2.75 1.164-2.75 3 0 2.15 1.58 4.144 3.365 5.682A20.565 20.565 0 008 13.393a20.561 20.561 0 003.135-2.211C12.92 9.644 14.5 7.65 14.5 5.5c0-1.836-1.414-3-2.75-3-1.373 0-2.609.986-3.029 2.456a.75.75 0 01-1.442 0C6.859 3.486 5.623 2.5 4.25 2.5zM8 14.25l-.345.666-.002-.001-.006-.003-.018-.01a7.643 7.643 0 01-.31-.17 22.075 22.075 0 01-3.434-2.414C2.045 10.731 0 8.35 0 5.5 0 2.836 2.086 1 4.25 1 5.797 1 7.153 1.802 8 3.02 8.847 1.802 10.203 1 11.75 1 13.914 1 16 2.836 16 5.5c0 2.85-2.045 5.231-3.885 6.818a22.08 22.08 0 01-3.744 2.584l-.018.01-.006.003h-.002L8 14.25zm0 0l.345.666a.752.752 0 01-.69 0L8 14.25z\"/></svg></li><li title=\"heart 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M6.736 4C4.657 4 2.5 5.88 2.5 8.514c0 3.107 2.324 5.96 4.861 8.12a29.66 29.66 0 004.566 3.175l.073.041.073-.04c.271-.153.661-.38 1.13-.674.94-.588 2.19-1.441 3.436-2.502 2.537-2.16 4.861-5.013 4.861-8.12C21.5 5.88 19.343 4 17.264 4c-2.106 0-3.801 1.389-4.553 3.643a.75.75 0 01-1.422 0C10.537 5.389 8.841 4 6.736 4zM12 20.703l.343.667a.75.75 0 01-.686 0l.343-.667zM1 8.513C1 5.053 3.829 2.5 6.736 2.5 9.03 2.5 10.881 3.726 12 5.605 13.12 3.726 14.97 2.5 17.264 2.5 20.17 2.5 23 5.052 23 8.514c0 3.818-2.801 7.06-5.389 9.262a31.146 31.146 0 01-5.233 3.576l-.025.013-.007.003-.002.001-.344-.666-.343.667-.003-.002-.007-.003-.025-.013A29.308 29.308 0 0110 20.408a31.147 31.147 0 01-3.611-2.632C3.8 15.573 1 12.332 1 8.514z\"/></svg></li><li title=\"heart fill 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M7.655 14.916L8 14.25l.345.666a.752.752 0 01-.69 0zm0 0L8 14.25l.345.666.002-.001.006-.003.018-.01a7.643 7.643 0 00.31-.17 22.08 22.08 0 003.433-2.414C13.956 10.731 16 8.35 16 5.5 16 2.836 13.914 1 11.75 1 10.203 1 8.847 1.802 8 3.02 7.153 1.802 5.797 1 4.25 1 2.086 1 0 2.836 0 5.5c0 2.85 2.045 5.231 3.885 6.818a22.075 22.075 0 003.744 2.584l.018.01.006.003h.002z\"/></svg></li><li title=\"heart fill 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M14 20.408c-.492.308-.903.546-1.192.709-.153.086-.308.17-.463.252h-.002a.75.75 0 01-.686 0 16.709 16.709 0 01-.465-.252 31.147 31.147 0 01-4.803-3.34C3.8 15.572 1 12.331 1 8.513 1 5.052 3.829 2.5 6.736 2.5 9.03 2.5 10.881 3.726 12 5.605 13.12 3.726 14.97 2.5 17.264 2.5 20.17 2.5 23 5.052 23 8.514c0 3.818-2.801 7.06-5.389 9.262A31.146 31.146 0 0114 20.408z\"/></svg></li><li title=\"history 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M1.643 3.143L.427 1.927A.25.25 0 000 2.104V5.75c0 .138.112.25.25.25h3.646a.25.25 0 00.177-.427L2.715 4.215a6.5 6.5 0 11-1.18 4.458.75.75 0 10-1.493.154 8.001 8.001 0 101.6-5.684zM7.75 4a.75.75 0 01.75.75v2.992l2.028.812a.75.75 0 01-.557 1.392l-2.5-1A.75.75 0 017 8.25v-3.5A.75.75 0 017.75 4z\"/></svg></li><li title=\"history 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M11.998 2.5A9.503 9.503 0 003.378 8H5.75a.75.75 0 010 1.5H2a1 1 0 01-1-1V4.75a.75.75 0 011.5 0v1.697A10.997 10.997 0 0111.998 1C18.074 1 23 5.925 23 12s-4.926 11-11.002 11C6.014 23 1.146 18.223 1 12.275a.75.75 0 011.5-.037 9.5 9.5 0 009.498 9.262c5.248 0 9.502-4.253 9.502-9.5s-4.254-9.5-9.502-9.5z\"/><path d=\"M12.5 7.25a.75.75 0 00-1.5 0v5.5c0 .27.144.518.378.651l3.5 2a.75.75 0 00.744-1.302L12.5 12.315V7.25z\"/></svg></li><li title=\"home 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M8.156 1.835a.25.25 0 00-.312 0l-5.25 4.2a.25.25 0 00-.094.196v7.019c0 .138.112.25.25.25H5.5V8.25a.75.75 0 01.75-.75h3.5a.75.75 0 01.75.75v5.25h2.75a.25.25 0 00.25-.25V6.23a.25.25 0 00-.094-.195l-5.25-4.2zM6.906.664a1.75 1.75 0 012.187 0l5.25 4.2c.415.332.657.835.657 1.367v7.019A1.75 1.75 0 0113.25 15h-3.5a.75.75 0 01-.75-.75V9H7v5.25a.75.75 0 01-.75.75h-3.5A1.75 1.75 0 011 13.25V6.23c0-.531.242-1.034.657-1.366l5.25-4.2h-.001z\"/></svg></li><li title=\"home 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M11.03 2.59a1.5 1.5 0 011.94 0l7.5 6.363a1.5 1.5 0 01.53 1.144V19.5a1.5 1.5 0 01-1.5 1.5h-5.75a.75.75 0 01-.75-.75V14h-2v6.25a.75.75 0 01-.75.75H4.5A1.5 1.5 0 013 19.5v-9.403c0-.44.194-.859.53-1.144l7.5-6.363zM12 3.734l-7.5 6.363V19.5h5v-6.25a.75.75 0 01.75-.75h3.5a.75.75 0 01.75.75v6.25h5v-9.403L12 3.734z\"/></svg></li><li title=\"home fill 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12.97 2.59a1.5 1.5 0 00-1.94 0l-7.5 6.363A1.5 1.5 0 003 10.097V19.5A1.5 1.5 0 004.5 21h4.75a.75.75 0 00.75-.75V14h4v6.25c0 .414.336.75.75.75h4.75a1.5 1.5 0 001.5-1.5v-9.403a1.5 1.5 0 00-.53-1.144l-7.5-6.363z\"/></svg></li><li title=\"horizontal rule 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M0 7.75A.75.75 0 01.75 7h14.5a.75.75 0 010 1.5H.75A.75.75 0 010 7.75z\"/></svg></li><li title=\"horizontal rule 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M2 12.75a.75.75 0 01.75-.75h18.5a.75.75 0 010 1.5H2.75a.75.75 0 01-.75-.75z\"/></svg></li><li title=\"hourglass 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M2.75 1a.75.75 0 000 1.5h.75v1.25a4.75 4.75 0 001.9 3.8l.333.25c.134.1.134.3 0 .4l-.333.25a4.75 4.75 0 00-1.9 3.8v1.25h-.75a.75.75 0 000 1.5h10.5a.75.75 0 000-1.5h-.75v-1.25a4.75 4.75 0 00-1.9-3.8l-.333-.25a.25.25 0 010-.4l.333-.25a4.75 4.75 0 001.9-3.8V2.5h.75a.75.75 0 000-1.5H2.75zM11 2.5H5v1.25a3.25 3.25 0 001.3 2.6l.333.25c.934.7.934 2.1 0 2.8l-.333.25a3.25 3.25 0 00-1.3 2.6v1.25h6v-1.25a3.25 3.25 0 00-1.3-2.6l-.333-.25a1.75 1.75 0 010-2.8l.333-.25a3.25 3.25 0 001.3-2.6V2.5z\"/></svg></li><li title=\"hourglass 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M4.75 2a.75.75 0 000 1.5h.75v2.982a4.75 4.75 0 002.215 4.017l2.044 1.29a.25.25 0 010 .422l-2.044 1.29A4.75 4.75 0 005.5 17.518V20.5h-.75a.75.75 0 000 1.5h14.5a.75.75 0 000-1.5h-.75v-2.982a4.75 4.75 0 00-2.215-4.017l-2.044-1.29a.25.25 0 010-.422l2.044-1.29A4.75 4.75 0 0018.5 6.482V3.5h.75a.75.75 0 000-1.5H4.75zM17 3.5H7v2.982A3.25 3.25 0 008.516 9.23l2.044 1.29a1.75 1.75 0 010 2.96l-2.044 1.29A3.25 3.25 0 007 17.518V20.5h10v-2.982a3.25 3.25 0 00-1.516-2.748l-2.044-1.29a1.75 1.75 0 010-2.96l2.044-1.29A3.25 3.25 0 0017 6.482V3.5z\"/></svg></li><li title=\"hubot 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M0 8a8 8 0 1116 0v5.25a.75.75 0 01-1.5 0V8a6.5 6.5 0 10-13 0v5.25a.75.75 0 01-1.5 0V8zm5.5 4.25a.75.75 0 01.75-.75h3.5a.75.75 0 010 1.5h-3.5a.75.75 0 01-.75-.75zM3 6.75C3 5.784 3.784 5 4.75 5h6.5c.966 0 1.75.784 1.75 1.75v1.5A1.75 1.75 0 0111.25 10h-6.5A1.75 1.75 0 013 8.25v-1.5zm1.47-.53a.75.75 0 011.06 0l.97.97.97-.97a.75.75 0 011.06 0l.97.97.97-.97a.75.75 0 111.06 1.06l-1.5 1.5a.75.75 0 01-1.06 0L8 7.81l-.97.97a.75.75 0 01-1.06 0l-1.5-1.5a.75.75 0 010-1.06z\"/></svg></li><li title=\"hubot 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M0 13C0 6.373 5.373 1 12 1s12 5.373 12 12v8.657a.75.75 0 01-1.5 0V13c0-5.799-4.701-10.5-10.5-10.5S1.5 7.201 1.5 13v8.657a.75.75 0 01-1.5 0V13z\"/><path d=\"M8 19.75a.75.75 0 01.75-.75h6.5a.75.75 0 010 1.5h-6.5a.75.75 0 01-.75-.75z\"/><path fill-rule=\"evenodd\" d=\"M5.25 9.5a1.75 1.75 0 00-1.75 1.75v3.5c0 .966.784 1.75 1.75 1.75h13.5a1.75 1.75 0 001.75-1.75v-3.5a1.75 1.75 0 00-1.75-1.75H5.25zm.22 1.47a.75.75 0 011.06 0L9 13.44l2.47-2.47a.75.75 0 011.06 0L15 13.44l2.47-2.47a.75.75 0 111.06 1.06l-3 3a.75.75 0 01-1.06 0L12 12.56l-2.47 2.47a.75.75 0 01-1.06 0l-3-3a.75.75 0 010-1.06z\"/></svg></li><li title=\"image 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M1.75 2.5a.25.25 0 00-.25.25v10.5c0 .138.112.25.25.25h.94a.76.76 0 01.03-.03l6.077-6.078a1.75 1.75 0 012.412-.06L14.5 10.31V2.75a.25.25 0 00-.25-.25H1.75zm12.5 11H4.81l5.048-5.047a.25.25 0 01.344-.009l4.298 3.889v.917a.25.25 0 01-.25.25zm1.75-.25V2.75A1.75 1.75 0 0014.25 1H1.75A1.75 1.75 0 000 2.75v10.5C0 14.216.784 15 1.75 15h12.5A1.75 1.75 0 0016 13.25zM5.5 6a.5.5 0 11-1 0 .5.5 0 011 0zM7 6a2 2 0 11-4 0 2 2 0 014 0z\"/></svg></li><li title=\"image 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M19.25 4.5H4.75a.25.25 0 00-.25.25v14.5c0 .138.112.25.25.25h.19l9.823-9.823a1.75 1.75 0 012.475 0l2.262 2.262V4.75a.25.25 0 00-.25-.25zm.25 9.56l-3.323-3.323a.25.25 0 00-.354 0L7.061 19.5H19.25a.25.25 0 00.25-.25v-5.19zM4.75 3A1.75 1.75 0 003 4.75v14.5c0 .966.784 1.75 1.75 1.75h14.5A1.75 1.75 0 0021 19.25V4.75A1.75 1.75 0 0019.25 3H4.75zM8.5 9.5a1 1 0 100-2 1 1 0 000 2zm0 1.5a2.5 2.5 0 100-5 2.5 2.5 0 000 5z\"/></svg></li><li title=\"inbox 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M2.8 2.06A1.75 1.75 0 014.41 1h7.18c.7 0 1.333.417 1.61 1.06l2.74 6.395a.75.75 0 01.06.295v4.5A1.75 1.75 0 0114.25 15H1.75A1.75 1.75 0 010 13.25v-4.5a.75.75 0 01.06-.295L2.8 2.06zm1.61.44a.25.25 0 00-.23.152L1.887 8H4.75a.75.75 0 01.6.3L6.625 10h2.75l1.275-1.7a.75.75 0 01.6-.3h2.863L11.82 2.652a.25.25 0 00-.23-.152H4.41zm10.09 7h-2.875l-1.275 1.7a.75.75 0 01-.6.3h-3.5a.75.75 0 01-.6-.3L4.375 9.5H1.5v3.75c0 .138.112.25.25.25h12.5a.25.25 0 00.25-.25V9.5z\"/></svg></li><li title=\"inbox 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M4.801 3.57A1.75 1.75 0 016.414 2.5h11.174c.702 0 1.337.42 1.611 1.067l3.741 8.828c.04.092.06.192.06.293v7.562A1.75 1.75 0 0121.25 22H2.75A1.75 1.75 0 011 20.25v-7.5c0-.1.02-.199.059-.291L4.8 3.571zM6.414 4a.25.25 0 00-.23.153L2.88 12H8a.75.75 0 01.648.372L10.18 15h3.638l1.533-2.628a.75.75 0 01.64-.372l5.13-.051-3.304-7.797a.25.25 0 00-.23-.152H6.414zM21.5 13.445l-5.067.05-1.535 2.633a.75.75 0 01-.648.372h-4.5a.75.75 0 01-.648-.372L7.57 13.5H2.5v6.75c0 .138.112.25.25.25h18.5a.25.25 0 00.25-.25v-6.805z\"/></svg></li><li title=\"infinity 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M3.5 6c-1.086 0-2 .914-2 2 0 1.086.914 2 2 2 .525 0 1.122-.244 1.825-.727.51-.35 1.025-.79 1.561-1.273-.536-.483-1.052-.922-1.56-1.273C4.621 6.244 4.025 6 3.5 6zm4.5.984c-.59-.533-1.204-1.066-1.825-1.493-.797-.548-1.7-.991-2.675-.991C1.586 4.5 0 6.086 0 8s1.586 3.5 3.5 3.5c.975 0 1.878-.444 2.675-.991.621-.427 1.235-.96 1.825-1.493.59.533 1.204 1.066 1.825 1.493.797.547 1.7.991 2.675.991 1.914 0 3.5-1.586 3.5-3.5s-1.586-3.5-3.5-3.5c-.975 0-1.878.443-2.675.991-.621.427-1.235.96-1.825 1.493zM9.114 8c.536.483 1.052.922 1.56 1.273.704.483 1.3.727 1.826.727 1.086 0 2-.914 2-2 0-1.086-.914-2-2-2-.525 0-1.122.244-1.825.727-.51.35-1.025.79-1.561 1.273z\"/></svg></li><li title=\"infinity 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M5.25 8.5c-2.032 0-3.75 1.895-3.75 3.75S3.218 16 5.25 16c1.017 0 2.014-.457 3.062-1.253.89-.678 1.758-1.554 2.655-2.497-.897-.943-1.765-1.82-2.655-2.497C7.264 8.957 6.267 8.5 5.25 8.5zM12 11.16c-.887-.933-1.813-1.865-2.78-2.6C8.048 7.667 6.733 7 5.25 7 2.343 7 0 9.615 0 12.25s2.343 5.25 5.25 5.25c1.483 0 2.798-.668 3.97-1.56.967-.735 1.893-1.667 2.78-2.6.887.933 1.813 1.865 2.78 2.6 1.172.892 2.487 1.56 3.97 1.56 2.907 0 5.25-2.615 5.25-5.25S21.657 7 18.75 7c-1.483 0-2.798.668-3.97 1.56-.967.735-1.893 1.667-2.78 2.6zm1.033 1.09c.897.943 1.765 1.82 2.655 2.497C16.736 15.543 17.733 16 18.75 16c2.032 0 3.75-1.895 3.75-3.75S20.782 8.5 18.75 8.5c-1.017 0-2.014.457-3.062 1.253-.89.678-1.758 1.554-2.655 2.497z\"/></svg></li><li title=\"info 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M8 1.5a6.5 6.5 0 100 13 6.5 6.5 0 000-13zM0 8a8 8 0 1116 0A8 8 0 010 8zm6.5-.25A.75.75 0 017.25 7h1a.75.75 0 01.75.75v2.75h.25a.75.75 0 010 1.5h-2a.75.75 0 010-1.5h.25v-2h-.25a.75.75 0 01-.75-.75zM8 6a1 1 0 100-2 1 1 0 000 2z\"/></svg></li><li title=\"info 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M13 7.5a1 1 0 11-2 0 1 1 0 012 0zm-3 3.75a.75.75 0 01.75-.75h1.5a.75.75 0 01.75.75v4.25h.75a.75.75 0 010 1.5h-3a.75.75 0 010-1.5h.75V12h-.75a.75.75 0 01-.75-.75z\"/><path fill-rule=\"evenodd\" d=\"M12 1C5.925 1 1 5.925 1 12s4.925 11 11 11 11-4.925 11-11S18.075 1 12 1zM2.5 12a9.5 9.5 0 1119 0 9.5 9.5 0 01-19 0z\"/></svg></li><li title=\"issue closed 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path d=\"M11.28 6.78a.75.75 0 00-1.06-1.06L7.25 8.69 5.78 7.22a.75.75 0 00-1.06 1.06l2 2a.75.75 0 001.06 0l3.5-3.5z\"/><path fill-rule=\"evenodd\" d=\"M16 8A8 8 0 110 8a8 8 0 0116 0zm-1.5 0a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z\"/></svg></li><li title=\"issue closed 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M17.28 9.28a.75.75 0 00-1.06-1.06l-5.97 5.97-2.47-2.47a.75.75 0 00-1.06 1.06l3 3a.75.75 0 001.06 0l6.5-6.5z\"/><path fill-rule=\"evenodd\" d=\"M12 1C5.925 1 1 5.925 1 12s4.925 11 11 11 11-4.925 11-11S18.075 1 12 1zM2.5 12a9.5 9.5 0 1119 0 9.5 9.5 0 01-19 0z\"/></svg></li><li title=\"issue draft 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M6.749.097a8.054 8.054 0 012.502 0 .75.75 0 11-.233 1.482 6.554 6.554 0 00-2.036 0A.75.75 0 016.749.097zM4.345 1.693A.75.75 0 014.18 2.74a6.542 6.542 0 00-1.44 1.44.75.75 0 01-1.212-.883 8.042 8.042 0 011.769-1.77.75.75 0 011.048.166zm7.31 0a.75.75 0 011.048-.165 8.04 8.04 0 011.77 1.769.75.75 0 11-1.214.883 6.542 6.542 0 00-1.439-1.44.75.75 0 01-.165-1.047zM.955 6.125a.75.75 0 01.624.857 6.554 6.554 0 000 2.036.75.75 0 01-1.482.233 8.054 8.054 0 010-2.502.75.75 0 01.858-.624zm14.09 0a.75.75 0 01.858.624 8.057 8.057 0 010 2.502.75.75 0 01-1.482-.233 6.55 6.55 0 000-2.036.75.75 0 01.624-.857zm-13.352 5.53a.75.75 0 011.048.165 6.542 6.542 0 001.439 1.44.75.75 0 01-.883 1.212 8.04 8.04 0 01-1.77-1.769.75.75 0 01.166-1.048zm12.614 0a.75.75 0 01.165 1.048 8.038 8.038 0 01-1.769 1.77.75.75 0 11-.883-1.214 6.543 6.543 0 001.44-1.439.75.75 0 011.047-.165zm-8.182 3.39a.75.75 0 01.857-.624 6.55 6.55 0 002.036 0 .75.75 0 01.233 1.482 8.057 8.057 0 01-2.502 0 .75.75 0 01-.624-.858z\"/></svg></li><li title=\"issue draft 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M10.157 1.154a11.07 11.07 0 013.686 0 .75.75 0 01-.25 1.479 9.568 9.568 0 00-3.186 0 .75.75 0 01-.25-1.48zM6.68 3.205a.75.75 0 01-.177 1.046A9.558 9.558 0 004.25 6.503a.75.75 0 01-1.223-.87 11.058 11.058 0 012.606-2.605.75.75 0 011.046.177zm10.64 0a.75.75 0 011.046-.177 11.058 11.058 0 012.605 2.606.75.75 0 11-1.222.869 9.558 9.558 0 00-2.252-2.252.75.75 0 01-.177-1.046zM2.018 9.543a.75.75 0 01.615.864 9.568 9.568 0 000 3.186.75.75 0 01-1.48.25 11.07 11.07 0 010-3.686.75.75 0 01.865-.614zm19.964 0a.75.75 0 01.864.614 11.066 11.066 0 010 3.686.75.75 0 01-1.479-.25 9.56 9.56 0 000-3.186.75.75 0 01.615-.864zM3.205 17.32a.75.75 0 011.046.177 9.558 9.558 0 002.252 2.252.75.75 0 11-.87 1.223 11.058 11.058 0 01-2.605-2.606.75.75 0 01.177-1.046zm17.59 0a.75.75 0 01.176 1.046 11.057 11.057 0 01-2.605 2.605.75.75 0 11-.869-1.222 9.558 9.558 0 002.252-2.252.75.75 0 011.046-.177zM9.543 21.982a.75.75 0 01.864-.615 9.56 9.56 0 003.186 0 .75.75 0 01.25 1.48 11.066 11.066 0 01-3.686 0 .75.75 0 01-.614-.865z\"/></svg></li><li title=\"issue opened 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path d=\"M8 9.5a1.5 1.5 0 100-3 1.5 1.5 0 000 3z\"/><path fill-rule=\"evenodd\" d=\"M8 0a8 8 0 100 16A8 8 0 008 0zM1.5 8a6.5 6.5 0 1113 0 6.5 6.5 0 01-13 0z\"/></svg></li><li title=\"issue opened 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M2.5 12a9.5 9.5 0 1119 0 9.5 9.5 0 01-19 0zM12 1C5.925 1 1 5.925 1 12s4.925 11 11 11 11-4.925 11-11S18.075 1 12 1zm0 13a2 2 0 100-4 2 2 0 000 4z\"/></svg></li><li title=\"issue reopened 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path d=\"M5.029 2.217a6.5 6.5 0 019.437 5.11.75.75 0 101.492-.154 8 8 0 00-14.315-4.03L.427 1.927A.25.25 0 000 2.104V5.75A.25.25 0 00.25 6h3.646a.25.25 0 00.177-.427L2.715 4.215a6.491 6.491 0 012.314-1.998zM1.262 8.169a.75.75 0 00-1.22.658 8.001 8.001 0 0014.315 4.03l1.216 1.216a.25.25 0 00.427-.177V10.25a.25.25 0 00-.25-.25h-3.646a.25.25 0 00-.177.427l1.358 1.358a6.501 6.501 0 01-11.751-3.11.75.75 0 00-.272-.506z\"/><path d=\"M9.06 9.06a1.5 1.5 0 11-2.12-2.12 1.5 1.5 0 012.12 2.12z\"/></svg></li><li title=\"issue reopened 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M3.38 8A9.502 9.502 0 0112 2.5a9.502 9.502 0 019.215 7.182.75.75 0 101.456-.364C21.473 4.539 17.15 1 12 1a10.995 10.995 0 00-9.5 5.452V4.75a.75.75 0 00-1.5 0V8.5a1 1 0 001 1h3.75a.75.75 0 000-1.5H3.38zm-.595 6.318a.75.75 0 00-1.455.364C2.527 19.461 6.85 23 12 23c4.052 0 7.592-2.191 9.5-5.451v1.701a.75.75 0 001.5 0V15.5a1 1 0 00-1-1h-3.75a.75.75 0 000 1.5h2.37A9.502 9.502 0 0112 21.5c-4.446 0-8.181-3.055-9.215-7.182z\"/><path d=\"M13.414 13.414a2 2 0 11-2.828-2.828 2 2 0 012.828 2.828z\"/></svg></li><li title=\"italic 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M6 2.75A.75.75 0 016.75 2h6.5a.75.75 0 010 1.5h-2.505l-3.858 9H9.25a.75.75 0 010 1.5h-6.5a.75.75 0 010-1.5h2.505l3.858-9H6.75A.75.75 0 016 2.75z\"/></svg></li><li title=\"italic 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M10 4.75a.75.75 0 01.75-.75h8.5a.75.75 0 010 1.5h-3.514l-5.828 13h3.342a.75.75 0 010 1.5h-8.5a.75.75 0 010-1.5h3.514l5.828-13H10.75a.75.75 0 01-.75-.75z\"/></svg></li><li title=\"iterations 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path d=\"M2.5 7.25a4.75 4.75 0 019.5 0 .75.75 0 001.5 0 6.25 6.25 0 10-6.25 6.25H12v2.146c0 .223.27.335.427.177l2.896-2.896a.25.25 0 000-.354l-2.896-2.896a.25.25 0 00-.427.177V12H7.25A4.75 4.75 0 012.5 7.25z\"/></svg></li><li title=\"iterations 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M2.5 10.5a8 8 0 1116 0 .75.75 0 001.5 0 9.5 9.5 0 10-9.5 9.5h10.94l-2.72 2.72a.75.75 0 101.06 1.06l3.735-3.735c.44-.439.44-1.151 0-1.59L19.78 14.72a.75.75 0 00-1.06 1.06l2.72 2.72H10.5a8 8 0 01-8-8z\"/></svg></li><li title=\"kebab horizontal 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path d=\"M8 9a1.5 1.5 0 100-3 1.5 1.5 0 000 3zM1.5 9a1.5 1.5 0 100-3 1.5 1.5 0 000 3zm13 0a1.5 1.5 0 100-3 1.5 1.5 0 000 3z\"/></svg></li><li title=\"kebab horizontal 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M6 12a2 2 0 11-4 0 2 2 0 014 0zm8 0a2 2 0 11-4 0 2 2 0 014 0zm6 2a2 2 0 100-4 2 2 0 000 4z\"/></svg></li><li title=\"key 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M6.5 5.5a4 4 0 112.731 3.795.75.75 0 00-.768.18L7.44 10.5H6.25a.75.75 0 00-.75.75v1.19l-.06.06H4.25a.75.75 0 00-.75.75v1.19l-.06.06H1.75a.25.25 0 01-.25-.25v-1.69l5.024-5.023a.75.75 0 00.181-.768A3.995 3.995 0 016.5 5.5zm4-5.5a5.5 5.5 0 00-5.348 6.788L.22 11.72a.75.75 0 00-.22.53v2C0 15.216.784 16 1.75 16h2a.75.75 0 00.53-.22l.5-.5a.75.75 0 00.22-.53V14h.75a.75.75 0 00.53-.22l.5-.5a.75.75 0 00.22-.53V12h.75a.75.75 0 00.53-.22l.932-.932A5.5 5.5 0 1010.5 0zm.5 6a1 1 0 100-2 1 1 0 000 2z\"/></svg></li><li title=\"key 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M16.75 8.5a1.25 1.25 0 100-2.5 1.25 1.25 0 000 2.5z\"/><path fill-rule=\"evenodd\" d=\"M15.75 0a8.25 8.25 0 00-7.851 10.79L.513 18.178A1.75 1.75 0 000 19.414v2.836C0 23.217.784 24 1.75 24h1.5A1.75 1.75 0 005 22.25v-1a.25.25 0 01.25-.25h2.735a.75.75 0 00.545-.22l.214-.213A.875.875 0 009 19.948V18.5a.25.25 0 01.25-.25h1.086c.464 0 .91-.184 1.237-.513l1.636-1.636A8.25 8.25 0 1015.75 0zM9 8.25a6.75 6.75 0 114.288 6.287.75.75 0 00-.804.168l-1.971 1.972a.25.25 0 01-.177.073H9.25A1.75 1.75 0 007.5 18.5v1H5.25a1.75 1.75 0 00-1.75 1.75v1a.25.25 0 01-.25.25h-1.5a.25.25 0 01-.25-.25v-2.836a.25.25 0 01.073-.177l7.722-7.721a.75.75 0 00.168-.804A6.73 6.73 0 019 8.25z\"/></svg></li><li title=\"key asterisk 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M0 2.75A2.75 2.75 0 012.75 0h10.5A2.75 2.75 0 0116 2.75v10.5A2.75 2.75 0 0113.25 16H2.75A2.75 2.75 0 010 13.25V2.75zM2.75 1.5c-.69 0-1.25.56-1.25 1.25v10.5c0 .69.56 1.25 1.25 1.25h10.5c.69 0 1.25-.56 1.25-1.25V2.75c0-.69-.56-1.25-1.25-1.25H2.75z\"/><path d=\"M8 4a.75.75 0 01.75.75V6.7l1.69-.975a.75.75 0 01.75 1.3L9.5 8l1.69.976a.75.75 0 01-.75 1.298L8.75 9.3v1.951a.75.75 0 01-1.5 0V9.299l-1.69.976a.75.75 0 01-.75-1.3L6.5 8l-1.69-.975a.75.75 0 01.75-1.3l1.69.976V4.75A.75.75 0 018 4z\"/></svg></li><li title=\"law 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M8.75.75a.75.75 0 00-1.5 0V2h-.984c-.305 0-.604.08-.869.23l-1.288.737A.25.25 0 013.984 3H1.75a.75.75 0 000 1.5h.428L.066 9.192a.75.75 0 00.154.838l.53-.53-.53.53v.001l.002.002.002.002.006.006.016.015.045.04a3.514 3.514 0 00.686.45A4.492 4.492 0 003 11c.88 0 1.556-.22 2.023-.454a3.515 3.515 0 00.686-.45l.045-.04.016-.015.006-.006.002-.002.001-.002L5.25 9.5l.53.53a.75.75 0 00.154-.838L3.822 4.5h.162c.305 0 .604-.08.869-.23l1.289-.737a.25.25 0 01.124-.033h.984V13h-2.5a.75.75 0 000 1.5h6.5a.75.75 0 000-1.5h-2.5V3.5h.984a.25.25 0 01.124.033l1.29.736c.264.152.563.231.868.231h.162l-2.112 4.692a.75.75 0 00.154.838l.53-.53-.53.53v.001l.002.002.002.002.006.006.016.015.045.04a3.517 3.517 0 00.686.45A4.492 4.492 0 0013 11c.88 0 1.556-.22 2.023-.454a3.512 3.512 0 00.686-.45l.045-.04.01-.01.006-.005.006-.006.002-.002.001-.002-.529-.531.53.53a.75.75 0 00.154-.838L13.823 4.5h.427a.75.75 0 000-1.5h-2.234a.25.25 0 01-.124-.033l-1.29-.736A1.75 1.75 0 009.735 2H8.75V.75zM1.695 9.227c.285.135.718.273 1.305.273s1.02-.138 1.305-.273L3 6.327l-1.305 2.9zm10 0c.285.135.718.273 1.305.273s1.02-.138 1.305-.273L13 6.327l-1.305 2.9z\"/></svg></li><li title=\"law 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M12.75 2.75a.75.75 0 00-1.5 0V4.5H9.276a1.75 1.75 0 00-.985.303L6.596 5.957A.25.25 0 016.455 6H2.353a.75.75 0 100 1.5H3.93L.563 15.18a.762.762 0 00.21.88c.08.064.161.125.309.221.186.121.452.278.792.433.68.311 1.662.62 2.876.62a6.919 6.919 0 002.876-.62c.34-.155.606-.312.792-.433.15-.097.23-.158.31-.223a.75.75 0 00.209-.878L5.569 7.5h.886c.351 0 .694-.106.984-.303l1.696-1.154A.25.25 0 019.275 6h1.975v14.5H6.763a.75.75 0 000 1.5h10.474a.75.75 0 000-1.5H12.75V6h1.974c.05 0 .1.015.14.043l1.697 1.154c.29.197.633.303.984.303h.886l-3.368 7.68a.75.75 0 00.23.896c.012.009 0 0 .002 0a3.154 3.154 0 00.31.206c.185.112.45.256.79.4a7.343 7.343 0 002.855.568 7.343 7.343 0 002.856-.569c.338-.143.604-.287.79-.399a3.5 3.5 0 00.31-.206.75.75 0 00.23-.896L20.07 7.5h1.578a.75.75 0 000-1.5h-4.102a.25.25 0 01-.14-.043l-1.697-1.154a1.75 1.75 0 00-.984-.303H12.75V2.75zM2.193 15.198a5.418 5.418 0 002.557.635 5.418 5.418 0 002.557-.635L4.75 9.368l-2.557 5.83zm14.51-.024c.082.04.174.083.275.126.53.223 1.305.45 2.272.45a5.846 5.846 0 002.547-.576L19.25 9.367l-2.547 5.807z\"/></svg></li><li title=\"light bulb 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M8 1.5c-2.363 0-4 1.69-4 3.75 0 .984.424 1.625.984 2.304l.214.253c.223.264.47.556.673.848.284.411.537.896.621 1.49a.75.75 0 01-1.484.211c-.04-.282-.163-.547-.37-.847a8.695 8.695 0 00-.542-.68c-.084-.1-.173-.205-.268-.32C3.201 7.75 2.5 6.766 2.5 5.25 2.5 2.31 4.863 0 8 0s5.5 2.31 5.5 5.25c0 1.516-.701 2.5-1.328 3.259-.095.115-.184.22-.268.319-.207.245-.383.453-.541.681-.208.3-.33.565-.37.847a.75.75 0 01-1.485-.212c.084-.593.337-1.078.621-1.489.203-.292.45-.584.673-.848.075-.088.147-.173.213-.253.561-.679.985-1.32.985-2.304 0-2.06-1.637-3.75-4-3.75zM6 15.25a.75.75 0 01.75-.75h2.5a.75.75 0 010 1.5h-2.5a.75.75 0 01-.75-.75zM5.75 12a.75.75 0 000 1.5h4.5a.75.75 0 000-1.5h-4.5z\"/></svg></li><li title=\"light bulb 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M12 2.5c-3.81 0-6.5 2.743-6.5 6.119 0 1.536.632 2.572 1.425 3.56.172.215.347.422.527.635l.096.112c.21.25.427.508.63.774.404.531.783 1.128.995 1.834a.75.75 0 01-1.436.432c-.138-.46-.397-.89-.753-1.357a18.354 18.354 0 00-.582-.714l-.092-.11c-.18-.212-.37-.436-.555-.667C4.87 12.016 4 10.651 4 8.618 4 4.363 7.415 1 12 1s8 3.362 8 7.619c0 2.032-.87 3.397-1.755 4.5-.185.23-.375.454-.555.667l-.092.109c-.21.248-.405.481-.582.714-.356.467-.615.898-.753 1.357a.75.75 0 01-1.437-.432c.213-.706.592-1.303.997-1.834.202-.266.419-.524.63-.774l.095-.112c.18-.213.355-.42.527-.634.793-.99 1.425-2.025 1.425-3.561C18.5 5.243 15.81 2.5 12 2.5zM9.5 21.75a.75.75 0 01.75-.75h3.5a.75.75 0 010 1.5h-3.5a.75.75 0 01-.75-.75zM8.75 18a.75.75 0 000 1.5h6.5a.75.75 0 000-1.5h-6.5z\"/></svg></li><li title=\"link 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z\"/></svg></li><li title=\"link 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M14.78 3.653a3.936 3.936 0 115.567 5.567l-3.627 3.627a3.936 3.936 0 01-5.88-.353.75.75 0 00-1.18.928 5.436 5.436 0 008.12.486l3.628-3.628a5.436 5.436 0 10-7.688-7.688l-3 3a.75.75 0 001.06 1.061l3-3z\"/><path d=\"M7.28 11.153a3.936 3.936 0 015.88.353.75.75 0 001.18-.928 5.436 5.436 0 00-8.12-.486L2.592 13.72a5.436 5.436 0 107.688 7.688l3-3a.75.75 0 10-1.06-1.06l-3 3a3.936 3.936 0 01-5.567-5.568l3.627-3.627z\"/></svg></li><li title=\"link external 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M10.604 1h4.146a.25.25 0 01.25.25v4.146a.25.25 0 01-.427.177L13.03 4.03 9.28 7.78a.75.75 0 01-1.06-1.06l3.75-3.75-1.543-1.543A.25.25 0 0110.604 1zM3.75 2A1.75 1.75 0 002 3.75v8.5c0 .966.784 1.75 1.75 1.75h8.5A1.75 1.75 0 0014 12.25v-3.5a.75.75 0 00-1.5 0v3.5a.25.25 0 01-.25.25h-8.5a.25.25 0 01-.25-.25v-8.5a.25.25 0 01.25-.25h3.5a.75.75 0 000-1.5h-3.5z\"/></svg></li><li title=\"link external 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M15.5 2.25a.75.75 0 01.75-.75h5.5a.75.75 0 01.75.75v5.5a.75.75 0 01-1.5 0V4.06l-6.22 6.22a.75.75 0 11-1.06-1.06L19.94 3h-3.69a.75.75 0 01-.75-.75z\"/><path d=\"M2.5 4.25c0-.966.784-1.75 1.75-1.75h8.5a.75.75 0 010 1.5h-8.5a.25.25 0 00-.25.25v15.5c0 .138.112.25.25.25h15.5a.25.25 0 00.25-.25v-8.5a.75.75 0 011.5 0v8.5a1.75 1.75 0 01-1.75 1.75H4.25a1.75 1.75 0 01-1.75-1.75V4.25z\"/></svg></li><li title=\"list ordered 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M2.003 2.5a.5.5 0 00-.723-.447l-1.003.5a.5.5 0 00.446.895l.28-.14V6H.5a.5.5 0 000 1h2.006a.5.5 0 100-1h-.503V2.5zM5 3.25a.75.75 0 01.75-.75h8.5a.75.75 0 010 1.5h-8.5A.75.75 0 015 3.25zm0 5a.75.75 0 01.75-.75h8.5a.75.75 0 010 1.5h-8.5A.75.75 0 015 8.25zm0 5a.75.75 0 01.75-.75h8.5a.75.75 0 010 1.5h-8.5a.75.75 0 01-.75-.75zM.924 10.32l.003-.004a.851.851 0 01.144-.153A.66.66 0 011.5 10c.195 0 .306.068.374.146a.57.57 0 01.128.376c0 .453-.269.682-.8 1.078l-.035.025C.692 11.98 0 12.495 0 13.5a.5.5 0 00.5.5h2.003a.5.5 0 000-1H1.146c.132-.197.351-.372.654-.597l.047-.035c.47-.35 1.156-.858 1.156-1.845 0-.365-.118-.744-.377-1.038-.268-.303-.658-.484-1.126-.484-.48 0-.84.202-1.068.392a1.858 1.858 0 00-.348.384l-.007.011-.002.004-.001.002-.001.001a.5.5 0 00.851.525zM.5 10.055l-.427-.26.427.26z\"/></svg></li><li title=\"list ordered 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M3.604 3.089A.75.75 0 014 3.75V8.5h.75a.75.75 0 010 1.5h-3a.75.75 0 110-1.5h.75V5.151l-.334.223a.75.75 0 01-.832-1.248l1.5-1a.75.75 0 01.77-.037zM8.75 5.5a.75.75 0 000 1.5h11.5a.75.75 0 000-1.5H8.75zm0 6a.75.75 0 000 1.5h11.5a.75.75 0 000-1.5H8.75zm0 6a.75.75 0 000 1.5h11.5a.75.75 0 000-1.5H8.75zM5.5 15.75c0-.704-.271-1.286-.72-1.686a2.302 2.302 0 00-1.53-.564c-.535 0-1.094.178-1.53.565-.449.399-.72.982-.72 1.685a.75.75 0 001.5 0c0-.296.104-.464.217-.564A.805.805 0 013.25 15c.215 0 .406.072.533.185.113.101.217.268.217.565 0 .332-.069.48-.21.657-.092.113-.216.24-.403.419l-.147.14c-.152.144-.33.313-.52.504l-1.5 1.5a.75.75 0 00-.22.53v.25c0 .414.336.75.75.75H5A.75.75 0 005 19H3.31l.47-.47c.176-.176.333-.324.48-.465l.165-.156a5.98 5.98 0 00.536-.566c.358-.447.539-.925.539-1.593z\"/></svg></li><li title=\"list unordered 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M2 4a1 1 0 100-2 1 1 0 000 2zm3.75-1.5a.75.75 0 000 1.5h8.5a.75.75 0 000-1.5h-8.5zm0 5a.75.75 0 000 1.5h8.5a.75.75 0 000-1.5h-8.5zm0 5a.75.75 0 000 1.5h8.5a.75.75 0 000-1.5h-8.5zM3 8a1 1 0 11-2 0 1 1 0 012 0zm-1 6a1 1 0 100-2 1 1 0 000 2z\"/></svg></li><li title=\"list unordered 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M4 7a1 1 0 100-2 1 1 0 000 2zm4.75-1.5a.75.75 0 000 1.5h11.5a.75.75 0 000-1.5H8.75zm0 6a.75.75 0 000 1.5h11.5a.75.75 0 000-1.5H8.75zm0 6a.75.75 0 000 1.5h11.5a.75.75 0 000-1.5H8.75zM5 12a1 1 0 11-2 0 1 1 0 012 0zm-1 7a1 1 0 100-2 1 1 0 000 2z\"/></svg></li><li title=\"location 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M11.536 3.464a5 5 0 010 7.072L8 14.07l-3.536-3.535a5 5 0 117.072-7.072v.001zm1.06 8.132a6.5 6.5 0 10-9.192 0l3.535 3.536a1.5 1.5 0 002.122 0l3.535-3.536zM8 9a2 2 0 100-4 2 2 0 000 4z\"/></svg></li><li title=\"location 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 13.5a2.5 2.5 0 100-5 2.5 2.5 0 000 5z\"/><path fill-rule=\"evenodd\" d=\"M19.071 3.429C15.166-.476 8.834-.476 4.93 3.429c-3.905 3.905-3.905 10.237 0 14.142l.028.028 5.375 5.375a2.359 2.359 0 003.336 0l5.403-5.403c3.905-3.905 3.905-10.237 0-14.142zM5.99 4.489A8.5 8.5 0 0118.01 16.51l-5.403 5.404a.859.859 0 01-1.214 0l-5.378-5.378-.002-.002-.023-.024a8.5 8.5 0 010-12.02z\"/></svg></li><li title=\"lock 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M4 4v2h-.25A1.75 1.75 0 002 7.75v5.5c0 .966.784 1.75 1.75 1.75h8.5A1.75 1.75 0 0014 13.25v-5.5A1.75 1.75 0 0012.25 6H12V4a4 4 0 10-8 0zm6.5 2V4a2.5 2.5 0 00-5 0v2h5zM12 7.5h.25a.25.25 0 01.25.25v5.5a.25.25 0 01-.25.25h-8.5a.25.25 0 01-.25-.25v-5.5a.25.25 0 01.25-.25H12z\"/></svg></li><li title=\"lock 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M6 9V7.25C6 3.845 8.503 1 12 1s6 2.845 6 6.25V9h.5a2.5 2.5 0 012.5 2.5v8a2.5 2.5 0 01-2.5 2.5h-13A2.5 2.5 0 013 19.5v-8A2.5 2.5 0 015.5 9H6zm1.5-1.75C7.5 4.58 9.422 2.5 12 2.5c2.578 0 4.5 2.08 4.5 4.75V9h-9V7.25zm-3 4.25a1 1 0 011-1h13a1 1 0 011 1v8a1 1 0 01-1 1h-13a1 1 0 01-1-1v-8z\"/></svg></li><li title=\"logo gist 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 25 16\"><path fill-rule=\"evenodd\" d=\"M4.7 8.73h2.45v4.02c-.55.27-1.64.34-2.53.34-2.56 0-3.47-2.2-3.47-5.05 0-2.85.91-5.06 3.48-5.06 1.28 0 2.06.23 3.28.73V2.66C7.27 2.33 6.25 2 4.63 2 1.13 2 0 4.69 0 8.03c0 3.34 1.11 6.03 4.63 6.03 1.64 0 2.81-.27 3.59-.64V7.73H4.7v1zm6.39 3.72V6.06h-1.05v6.28c0 1.25.58 1.72 1.72 1.72v-.89c-.48 0-.67-.16-.67-.7v-.02zm.25-8.72c0-.44-.33-.78-.78-.78s-.77.34-.77.78.33.78.77.78.78-.34.78-.78zm4.34 5.69c-1.5-.13-1.78-.48-1.78-1.17 0-.77.33-1.34 1.88-1.34 1.05 0 1.66.16 2.27.36v-.94c-.69-.3-1.52-.39-2.25-.39-2.2 0-2.92 1.2-2.92 2.31 0 1.08.47 1.88 2.73 2.08 1.55.13 1.77.63 1.77 1.34 0 .73-.44 1.42-2.06 1.42-1.11 0-1.86-.19-2.33-.36v.94c.5.2 1.58.39 2.33.39 2.38 0 3.14-1.2 3.14-2.41 0-1.28-.53-2.03-2.75-2.23h-.03zm8.58-2.47v-.86h-2.42v-2.5l-1.08.31v2.11l-1.56.44v.48h1.56v5c0 1.53 1.19 2.13 2.5 2.13.19 0 .52-.02.69-.05v-.89c-.19.03-.41.03-.61.03-.97 0-1.5-.39-1.5-1.34V6.94h2.42v.02-.01z\"/></svg></li><li title=\"logo github 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 45 16\"><path fill-rule=\"evenodd\" d=\"M18.53 12.03h-.02c.009 0 .015.01.024.011h.006l-.01-.01zm.004.011c-.093.001-.327.05-.574.05-.78 0-1.05-.36-1.05-.83V8.13h1.59c.09 0 .16-.08.16-.19v-1.7c0-.09-.08-.17-.16-.17h-1.59V3.96c0-.08-.05-.13-.14-.13h-2.16c-.09 0-.14.05-.14.13v2.17s-1.09.27-1.16.28c-.08.02-.13.09-.13.17v1.36c0 .11.08.19.17.19h1.11v3.28c0 2.44 1.7 2.69 2.86 2.69.53 0 1.17-.17 1.27-.22.06-.02.09-.09.09-.16v-1.5a.177.177 0 00-.146-.18zM42.23 9.84c0-1.81-.73-2.05-1.5-1.97-.6.04-1.08.34-1.08.34v3.52s.49.34 1.22.36c1.03.03 1.36-.34 1.36-2.25zm2.43-.16c0 3.43-1.11 4.41-3.05 4.41-1.64 0-2.52-.83-2.52-.83s-.04.46-.09.52c-.03.06-.08.08-.14.08h-1.48c-.1 0-.19-.08-.19-.17l.02-11.11c0-.09.08-.17.17-.17h2.13c.09 0 .17.08.17.17v3.77s.82-.53 2.02-.53l-.01-.02c1.2 0 2.97.45 2.97 3.88zm-8.72-3.61h-2.1c-.11 0-.17.08-.17.19v5.44s-.55.39-1.3.39-.97-.34-.97-1.09V6.25c0-.09-.08-.17-.17-.17h-2.14c-.09 0-.17.08-.17.17v5.11c0 2.2 1.23 2.75 2.92 2.75 1.39 0 2.52-.77 2.52-.77s.05.39.08.45c.02.05.09.09.16.09h1.34c.11 0 .17-.08.17-.17l.02-7.47c0-.09-.08-.17-.19-.17zm-23.7-.01h-2.13c-.09 0-.17.09-.17.2v7.34c0 .2.13.27.3.27h1.92c.2 0 .25-.09.25-.27V6.23c0-.09-.08-.17-.17-.17zm-1.05-3.38c-.77 0-1.38.61-1.38 1.38 0 .77.61 1.38 1.38 1.38.75 0 1.36-.61 1.36-1.38 0-.77-.61-1.38-1.36-1.38zm16.49-.25h-2.11c-.09 0-.17.08-.17.17v4.09h-3.31V2.6c0-.09-.08-.17-.17-.17h-2.13c-.09 0-.17.08-.17.17v11.11c0 .09.09.17.17.17h2.13c.09 0 .17-.08.17-.17V8.96h3.31l-.02 4.75c0 .09.08.17.17.17h2.13c.09 0 .17-.08.17-.17V2.6c0-.09-.08-.17-.17-.17zM8.81 7.35v5.74c0 .04-.01.11-.06.13 0 0-1.25.89-3.31.89-2.49 0-5.44-.78-5.44-5.92S2.58 1.99 5.1 2c2.18 0 3.06.49 3.2.58.04.05.06.09.06.14L7.94 4.5c0 .09-.09.2-.2.17-.36-.11-.9-.33-2.17-.33-1.47 0-3.05.42-3.05 3.73s1.5 3.7 2.58 3.7c.92 0 1.25-.11 1.25-.11v-2.3H4.88c-.11 0-.19-.08-.19-.17V7.35c0-.09.08-.17.19-.17h3.74c.11 0 .19.08.19.17z\"/></svg></li><li title=\"mail 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M1.75 2A1.75 1.75 0 000 3.75v.736a.75.75 0 000 .027v7.737C0 13.216.784 14 1.75 14h12.5A1.75 1.75 0 0016 12.25v-8.5A1.75 1.75 0 0014.25 2H1.75zM14.5 4.07v-.32a.25.25 0 00-.25-.25H1.75a.25.25 0 00-.25.25v.32L8 7.88l6.5-3.81zm-13 1.74v6.441c0 .138.112.25.25.25h12.5a.25.25 0 00.25-.25V5.809L8.38 9.397a.75.75 0 01-.76 0L1.5 5.809z\"/></svg></li><li title=\"mail 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M1.75 3A1.75 1.75 0 000 4.75v14c0 .966.784 1.75 1.75 1.75h20.5A1.75 1.75 0 0024 18.75v-14A1.75 1.75 0 0022.25 3H1.75zM1.5 4.75a.25.25 0 01.25-.25h20.5a.25.25 0 01.25.25v.852l-10.36 7a.25.25 0 01-.28 0l-10.36-7V4.75zm0 2.662V18.75c0 .138.112.25.25.25h20.5a.25.25 0 00.25-.25V7.412l-9.52 6.433c-.592.4-1.368.4-1.96 0L1.5 7.412z\"/></svg></li><li title=\"mark github 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z\"/></svg></li><li title=\"markdown 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M14.85 3H1.15C.52 3 0 3.52 0 4.15v7.69C0 12.48.52 13 1.15 13h13.69c.64 0 1.15-.52 1.15-1.15v-7.7C16 3.52 15.48 3 14.85 3zM9 11H7V8L5.5 9.92 4 8v3H2V5h2l1.5 2L7 5h2v6zm2.99.5L9.5 8H11V5h2v3h1.5l-2.51 3.5z\"/></svg></li><li title=\"megaphone 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><g fill-rule=\"evenodd\"><path d=\"M3.25 9a.75.75 0 01.75.75c0 2.142.456 3.828.733 4.653a.121.121 0 00.05.064.207.207 0 00.117.033h1.31c.085 0 .18-.042.258-.152a.448.448 0 00.075-.366A16.74 16.74 0 016 9.75a.75.75 0 011.5 0c0 1.588.25 2.926.494 3.85.293 1.113-.504 2.4-1.783 2.4H4.9c-.686 0-1.35-.41-1.589-1.12A16.42 16.42 0 012.5 9.75.75.75 0 013.25 9z\"/><path d=\"M0 6a4 4 0 014-4h2.75a.75.75 0 01.75.75v6.5a.75.75 0 01-.75.75H4a4 4 0 01-4-4zm4-2.5a2.5 2.5 0 000 5h2v-5H4z\"/><path d=\"M15.59.082A.75.75 0 0116 .75v10.5a.75.75 0 01-1.189.608l-.002-.001h.001l-.014-.01a5.829 5.829 0 00-.422-.25 10.58 10.58 0 00-1.469-.64C11.576 10.484 9.536 10 6.75 10a.75.75 0 110-1.5c2.964 0 5.174.516 6.658 1.043.423.151.787.302 1.092.443V2.014c-.305.14-.669.292-1.092.443C11.924 2.984 9.713 3.5 6.75 3.5a.75.75 0 110-1.5c2.786 0 4.826-.484 6.155-.957.665-.236 1.154-.47 1.47-.64a5.82 5.82 0 00.421-.25l.014-.01a.75.75 0 01.78-.061zm-.78.06zm.44 11.108l-.44.607.44-.607z\"/></g></svg></li><li title=\"megaphone 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M22 1.75a.75.75 0 00-1.161-.627c-.047.03-.094.057-.142.085a9.15 9.15 0 01-.49.262c-.441.22-1.11.519-2.002.82-1.78.6-4.45 1.21-7.955 1.21H6.5A5.5 5.5 0 005 14.293v.457c0 3.061.684 5.505 1.061 6.621.24.709.904 1.129 1.6 1.129h2.013c1.294 0 2.1-1.322 1.732-2.453-.412-1.268-.906-3.268-.906-5.547 0-.03-.002-.06-.005-.088 3.382.028 5.965.644 7.703 1.251.89.312 1.559.62 2 .849.084.043.171.096.261.15.357.214.757.455 1.142.25A.75.75 0 0022 16.25V1.75zM10.5 12.912c3.564.029 6.313.678 8.193 1.335.737.258 1.34.517 1.807.74V2.993c-.467.216-1.073.467-1.815.718-1.878.634-4.624 1.26-8.185 1.288v7.913zm-4 1.838v-.25H9c0 2.486.537 4.648.98 6.01a.398.398 0 01-.057.343c-.07.104-.162.147-.249.147H7.661c-.105 0-.161-.058-.179-.109-.344-1.018-.982-3.294-.982-6.141zM6.5 5H9v8H6.5a4 4 0 010-8z\"/></svg></li><li title=\"mention 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M4.75 2.37a6.5 6.5 0 006.5 11.26.75.75 0 01.75 1.298 8 8 0 113.994-7.273.754.754 0 01.006.095v1.5a2.75 2.75 0 01-5.072 1.475A4 4 0 1112 8v1.25a1.25 1.25 0 002.5 0V7.867a6.5 6.5 0 00-9.75-5.496V2.37zM10.5 8a2.5 2.5 0 10-5 0 2.5 2.5 0 005 0z\"/></svg></li><li title=\"mention 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M20.226 7.25a9.498 9.498 0 10-3.477 12.976.75.75 0 01.75 1.299c-5.26 3.037-11.987 1.235-15.024-4.026C-.562 12.24 1.24 5.512 6.501 2.475 11.76-.562 18.488 1.24 21.525 6.501a10.956 10.956 0 011.455 4.826c.013.056.02.113.02.173v2.25a3.5 3.5 0 01-6.623 1.581 5.5 5.5 0 111.112-3.682.76.76 0 01.011.129v1.972a2 2 0 104 0v-1.766a9.452 9.452 0 00-1.274-4.733zM16 12a4 4 0 10-8 0 4 4 0 008 0z\"/></svg></li><li title=\"meter 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M8 1.5a6.5 6.5 0 106.016 4.035.75.75 0 011.388-.57 8 8 0 11-4.37-4.37.75.75 0 01-.569 1.389A6.479 6.479 0 008 1.5zm6.28.22a.75.75 0 010 1.06l-4.063 4.064a2.5 2.5 0 11-1.06-1.06L13.22 1.72a.75.75 0 011.06 0zM7 8a1 1 0 112 0 1 1 0 01-2 0z\"/></svg></li><li title=\"milestone 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M7.75 0a.75.75 0 01.75.75V3h3.634c.414 0 .814.147 1.13.414l2.07 1.75a1.75 1.75 0 010 2.672l-2.07 1.75a1.75 1.75 0 01-1.13.414H8.5v5.25a.75.75 0 11-1.5 0V10H2.75A1.75 1.75 0 011 8.25v-3.5C1 3.784 1.784 3 2.75 3H7V.75A.75.75 0 017.75 0zm0 8.5h4.384a.25.25 0 00.161-.06l2.07-1.75a.25.25 0 000-.38l-2.07-1.75a.25.25 0 00-.161-.06H2.75a.25.25 0 00-.25.25v3.5c0 .138.112.25.25.25h5z\"/></svg></li><li title=\"milestone 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M11.75 1a.75.75 0 01.75.75V4h6.532c.42 0 .826.15 1.143.425l3.187 2.75a1.75 1.75 0 010 2.65l-3.187 2.75a1.75 1.75 0 01-1.143.425H12.5v9.25a.75.75 0 01-1.5 0V13H3.75A1.75 1.75 0 012 11.25v-5.5C2 4.783 2.784 4 3.75 4H11V1.75a.75.75 0 01.75-.75zm0 4.5h7.282a.25.25 0 01.163.06l3.188 2.75a.25.25 0 010 .38l-3.188 2.75a.25.25 0 01-.163.06H3.75a.25.25 0 01-.25-.25v-5.5a.25.25 0 01.25-.25h8z\"/></svg></li><li title=\"mirror 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M8.75 1.75a.75.75 0 00-1.5 0v.5a.75.75 0 001.5 0v-.5zM8 4a.75.75 0 01.75.75v.5a.75.75 0 01-1.5 0v-.5A.75.75 0 018 4zm.75 3.75a.75.75 0 00-1.5 0v.5a.75.75 0 001.5 0v-.5zM8 10a.75.75 0 01.75.75v.5a.75.75 0 01-1.5 0v-.5A.75.75 0 018 10zm0 3a.75.75 0 01.75.75v.5a.75.75 0 01-1.5 0v-.5A.75.75 0 018 13zm7.547-9.939A.75.75 0 0116 3.75v8.5a.75.75 0 01-1.265.545l-4.5-4.25a.75.75 0 010-1.09l4.5-4.25a.75.75 0 01.812-.144zM11.842 8l2.658 2.51V5.49L11.842 8zM0 12.25a.75.75 0 001.265.545l4.5-4.25a.75.75 0 000-1.09l-4.5-4.25A.75.75 0 000 3.75v8.5zm1.5-6.76L4.158 8 1.5 10.51V5.49z\"/></svg></li><li title=\"mirror 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M12 10.75a.75.75 0 01.75.75v1a.75.75 0 01-1.5 0v-1a.75.75 0 01.75-.75zm0 4a.75.75 0 01.75.75v1a.75.75 0 01-1.5 0v-1a.75.75 0 01.75-.75zm0 4a.75.75 0 01.75.75v1a.75.75 0 01-1.5 0v-1a.75.75 0 01.75-.75zm0-12a.75.75 0 01.75.75v1a.75.75 0 01-1.5 0v-1a.75.75 0 01.75-.75zm0-4a.75.75 0 01.75.75v1a.75.75 0 01-1.5 0v-1a.75.75 0 01.75-.75zm9.553 3.314A.75.75 0 0122 6.75v10.5a.75.75 0 01-1.256.554l-5.75-5.25a.75.75 0 010-1.108l5.75-5.25a.75.75 0 01.809-.132zM16.613 12l3.887 3.55v-7.1L16.612 12zM2.447 17.936A.75.75 0 012 17.25V6.75a.75.75 0 011.256-.554l5.75 5.25a.75.75 0 010 1.108l-5.75 5.25a.75.75 0 01-.809.132zM7.387 12L3.5 8.45v7.1L7.388 12z\"/></svg></li><li title=\"moon 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M9.598 1.591a.75.75 0 01.785-.175 7 7 0 11-8.967 8.967.75.75 0 01.961-.96 5.5 5.5 0 007.046-7.046.75.75 0 01.175-.786zm1.616 1.945a7 7 0 01-7.678 7.678 5.5 5.5 0 107.678-7.678z\"/></svg></li><li title=\"moon 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M16.5 6c0 5.799-4.701 10.5-10.5 10.5-.426 0-.847-.026-1.26-.075A8.5 8.5 0 1016.425 4.74c.05.413.075.833.075 1.259zm-1.732-2.04A9.08 9.08 0 0114.999 6a9 9 0 01-11.04 8.768l-.004-.002a9.367 9.367 0 01-.78-.218c-.393-.13-.8.21-.67.602a9.938 9.938 0 00.329.855l.004.01A10.002 10.002 0 0012 22a10.002 10.002 0 004.015-19.16l-.01-.005a9.745 9.745 0 00-.855-.328c-.392-.13-.732.276-.602.67a8.934 8.934 0 01.218.779l.002.005z\"/></svg></li><li title=\"mortar board 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M7.693 1.066a.75.75 0 01.614 0l7.25 3.25a.75.75 0 010 1.368L13 6.831v2.794c0 1.024-.81 1.749-1.66 2.173-.893.447-2.075.702-3.34.702-.278 0-.55-.012-.816-.036a.75.75 0 01.133-1.494c.22.02.45.03.683.03 1.082 0 2.025-.221 2.67-.543.69-.345.83-.682.83-.832V7.503L8.307 8.934a.75.75 0 01-.614 0L4 7.28v1.663c.296.105.575.275.812.512.438.438.688 1.059.688 1.796v3a.75.75 0 01-.75.75h-3a.75.75 0 01-.75-.75v-3c0-.737.25-1.358.688-1.796.237-.237.516-.407.812-.512V6.606L.443 5.684a.75.75 0 010-1.368l7.25-3.25zM2.583 5L8 7.428 13.416 5 8 2.572 2.583 5zM2.5 11.25c0-.388.125-.611.25-.735a.704.704 0 01.5-.203c.19 0 .37.071.5.203.125.124.25.347.25.735v2.25H2.5v-2.25z\"/></svg></li><li title=\"mortar board 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M12.292 2.06a.75.75 0 00-.584 0L.458 6.81a.75.75 0 000 1.38L4.25 9.793v3.803a2.901 2.901 0 00-1.327.757c-.579.58-.923 1.41-.923 2.43v4.5c0 .248.128.486.335.624.06.04.117.073.22.124.124.062.297.138.52.213.448.149 1.09.288 1.925.288s1.477-.14 1.925-.288c.223-.075.396-.15.52-.213a2.11 2.11 0 00.21-.117A.762.762 0 008 21.28v-4.5c0-1.018-.344-1.85-.923-2.428a2.9 2.9 0 00-1.327-.758v-3.17l5.958 2.516a.75.75 0 00.584 0l5.208-2.2v4.003a2.552 2.552 0 01-.079.085 4.057 4.057 0 01-.849.65c-.826.488-2.255 1.021-4.572 1.021-.612 0-1.162-.037-1.654-.1a.75.75 0 00-.192 1.487c.56.072 1.173.113 1.846.113 2.558 0 4.254-.592 5.334-1.23.538-.316.914-.64 1.163-.896a2.84 2.84 0 00.392-.482h.001A.75.75 0 0019 15v-4.892l4.542-1.917a.75.75 0 000-1.382l-11.25-4.75zM5 15c-.377 0-.745.141-1.017.413-.265.265-.483.7-.483 1.368v4.022c.299.105.797.228 1.5.228s1.201-.123 1.5-.228V16.78c0-.669-.218-1.103-.483-1.368A1.431 1.431 0 005 15zm7-3.564L2.678 7.5 12 3.564 21.322 7.5 12 11.436z\"/></svg></li><li title=\"multi select 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M1.75 2.5a.75.75 0 000 1.5h6.5a.75.75 0 000-1.5h-6.5zm4 5a.75.75 0 000 1.5h7.5a.75.75 0 000-1.5h-7.5zm0 5a.75.75 0 000 1.5h7.5a.75.75 0 000-1.5h-7.5zM3 8a1 1 0 11-2 0 1 1 0 012 0zm-1 6a1 1 0 100-2 1 1 0 000 2z\"/><path d=\"M13.314 4.918L11.07 2.417A.25.25 0 0111.256 2h4.488a.25.25 0 01.186.417l-2.244 2.5a.25.25 0 01-.372 0z\"/></svg></li><li title=\"multi select 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M3.75 5.5a.75.75 0 000 1.5h10a.75.75 0 000-1.5h-10zm5 6a.75.75 0 000 1.5h11.5a.75.75 0 000-1.5H8.75zm0 6a.75.75 0 000 1.5h11.5a.75.75 0 000-1.5H8.75zM5 12a1 1 0 11-2 0 1 1 0 012 0zm-1 7a1 1 0 100-2 1 1 0 000 2z\"/><path d=\"M19.309 7.918l-2.245-2.501A.25.25 0 0117.25 5h4.49a.25.25 0 01.185.417l-2.244 2.5a.25.25 0 01-.372 0z\"/></svg></li><li title=\"mute 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M8 2.75a.75.75 0 00-1.238-.57L3.472 5H1.75A1.75 1.75 0 000 6.75v2.5C0 10.216.784 11 1.75 11h1.723l3.289 2.82A.75.75 0 008 13.25V2.75zM4.238 6.32L6.5 4.38v7.24L4.238 9.68a.75.75 0 00-.488-.18h-2a.25.25 0 01-.25-.25v-2.5a.25.25 0 01.25-.25h2a.75.75 0 00.488-.18zm7.042-1.1a.75.75 0 10-1.06 1.06L11.94 8l-1.72 1.72a.75.75 0 101.06 1.06L13 9.06l1.72 1.72a.75.75 0 101.06-1.06L14.06 8l1.72-1.72a.75.75 0 00-1.06-1.06L13 6.94l-1.72-1.72z\"/></svg></li><li title=\"mute 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M12 3.75a.75.75 0 00-1.255-.555L5.46 8H2.75A1.75 1.75 0 001 9.75v4.5c0 .966.784 1.75 1.75 1.75h2.71l5.285 4.805A.75.75 0 0012 20.25V3.75zM6.255 9.305l4.245-3.86v13.11l-4.245-3.86a.75.75 0 00-.505-.195h-3a.25.25 0 01-.25-.25v-4.5a.25.25 0 01.25-.25h3a.75.75 0 00.505-.195z\"/><path d=\"M16.28 8.22a.75.75 0 10-1.06 1.06L17.94 12l-2.72 2.72a.75.75 0 101.06 1.06L19 13.06l2.72 2.72a.75.75 0 101.06-1.06L20.06 12l2.72-2.72a.75.75 0 00-1.06-1.06L19 10.94l-2.72-2.72z\"/></svg></li><li title=\"no entry 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path d=\"M4.25 7.25a.75.75 0 000 1.5h7.5a.75.75 0 000-1.5h-7.5z\"/><path fill-rule=\"evenodd\" d=\"M16 8A8 8 0 110 8a8 8 0 0116 0zm-1.5 0a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z\"/></svg></li><li title=\"no entry 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M2.5 12a9.5 9.5 0 1119 0 9.5 9.5 0 01-19 0zM12 1C5.925 1 1 5.925 1 12s4.925 11 11 11 11-4.925 11-11S18.075 1 12 1zm6.25 11.75a.75.75 0 000-1.5H5.75a.75.75 0 000 1.5h12.5z\"/></svg></li><li title=\"no entry fill 12 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 12 12\"><path fill-rule=\"evenodd\" d=\"M6 0a6 6 0 100 12A6 6 0 006 0zm3 5H3v2h6V5z\"/></svg></li><li title=\"north star 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path d=\"M8.5.75a.75.75 0 00-1.5 0v5.19L4.391 3.33a.75.75 0 10-1.06 1.061L5.939 7H.75a.75.75 0 000 1.5h5.19l-2.61 2.609a.75.75 0 101.061 1.06L7 9.561v5.189a.75.75 0 001.5 0V9.56l2.609 2.61a.75.75 0 101.06-1.061L9.561 8.5h5.189a.75.75 0 000-1.5H9.56l2.61-2.609a.75.75 0 00-1.061-1.06L8.5 5.939V.75z\"/></svg></li><li title=\"north star 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12.5 1.25a.75.75 0 00-1.5 0v8.69L6.447 5.385a.75.75 0 10-1.061 1.06L9.94 11H1.25a.75.75 0 000 1.5h8.69l-4.554 4.553a.75.75 0 001.06 1.061L11 13.561v8.689a.75.75 0 001.5 0v-8.69l4.553 4.554a.75.75 0 001.061-1.06L13.561 12.5h8.689a.75.75 0 000-1.5h-8.69l4.554-4.553a.75.75 0 10-1.06-1.061L12.5 9.939V1.25z\"/></svg></li><li title=\"note 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M0 3.75C0 2.784.784 2 1.75 2h12.5c.966 0 1.75.784 1.75 1.75v8.5A1.75 1.75 0 0114.25 14H1.75A1.75 1.75 0 010 12.25v-8.5zm1.75-.25a.25.25 0 00-.25.25v8.5c0 .138.112.25.25.25h12.5a.25.25 0 00.25-.25v-8.5a.25.25 0 00-.25-.25H1.75zM3.5 6.25a.75.75 0 01.75-.75h7a.75.75 0 010 1.5h-7a.75.75 0 01-.75-.75zm.75 2.25a.75.75 0 000 1.5h4a.75.75 0 000-1.5h-4z\"/></svg></li><li title=\"note 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M0 4.75C0 3.784.784 3 1.75 3h20.5c.966 0 1.75.784 1.75 1.75v14.5A1.75 1.75 0 0122.25 21H1.75A1.75 1.75 0 010 19.25V4.75zm1.75-.25a.25.25 0 00-.25.25v14.5c0 .138.112.25.25.25h20.5a.25.25 0 00.25-.25V4.75a.25.25 0 00-.25-.25H1.75z\"/><path fill-rule=\"evenodd\" d=\"M5 8.75A.75.75 0 015.75 8h11.5a.75.75 0 010 1.5H5.75A.75.75 0 015 8.75zm0 4a.75.75 0 01.75-.75h5.5a.75.75 0 010 1.5h-5.5a.75.75 0 01-.75-.75z\"/></svg></li><li title=\"number 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M5.604.089A.75.75 0 016 .75v4.77h.711a.75.75 0 110 1.5H3.759a.75.75 0 110-1.5H4.5V2.15l-.334.223a.75.75 0 01-.832-1.248l1.5-1a.75.75 0 01.77-.037zM9 4.75A.75.75 0 019.75 4h4a.75.75 0 01.53 1.28l-1.89 1.892c.312.076.604.18.867.319.742.391 1.244 1.063 1.244 2.005 0 .653-.231 1.208-.629 1.627-.386.408-.894.653-1.408.777-1.01.243-2.225.063-3.124-.527a.75.75 0 01.822-1.254c.534.35 1.32.474 1.951.322.306-.073.53-.201.67-.349.129-.136.218-.32.218-.596 0-.308-.123-.509-.444-.678-.373-.197-.98-.318-1.806-.318a.75.75 0 01-.53-1.28l1.72-1.72H9.75A.75.75 0 019 4.75zm-3.587 5.763c-.35-.05-.77.113-.983.572a.75.75 0 11-1.36-.632c.508-1.094 1.589-1.565 2.558-1.425 1 .145 1.872.945 1.872 2.222 0 1.433-1.088 2.192-1.79 2.681-.308.216-.571.397-.772.573H7a.75.75 0 010 1.5H3.75a.75.75 0 01-.75-.75c0-.69.3-1.211.67-1.61.348-.372.8-.676 1.15-.92.8-.56 1.18-.904 1.18-1.474 0-.473-.267-.69-.587-.737z\"/></svg></li><li title=\"number 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M8.114 2.094a.75.75 0 01.386.656V9h1.252a.75.75 0 110 1.5H5.75a.75.75 0 010-1.5H7V4.103l-.853.533a.75.75 0 01-.795-1.272l2-1.25a.75.75 0 01.762-.02zm4.889 5.66a.75.75 0 01.75-.75h5.232a.75.75 0 01.53 1.28l-2.776 2.777c.55.097 1.057.253 1.492.483.905.477 1.504 1.284 1.504 2.418 0 .966-.471 1.75-1.172 2.27-.687.511-1.587.77-2.521.77-1.367 0-2.274-.528-2.667-.756a.75.75 0 01.755-1.297c.331.193.953.553 1.912.553.673 0 1.243-.188 1.627-.473.37-.275.566-.635.566-1.067 0-.5-.219-.836-.703-1.091-.538-.284-1.375-.443-2.471-.443a.75.75 0 01-.53-1.28l2.643-2.644h-3.421a.75.75 0 01-.75-.75zM7.88 15.215a1.4 1.4 0 00-1.446.83.75.75 0 01-1.37-.61 2.9 2.9 0 012.986-1.71 2.565 2.565 0 011.557.743c.434.446.685 1.058.685 1.778 0 1.641-1.254 2.437-2.12 2.986-.538.341-1.18.694-1.495 1.273H9.75a.75.75 0 010 1.5h-4a.75.75 0 01-.75-.75c0-1.799 1.337-2.63 2.243-3.21 1.032-.659 1.55-1.031 1.55-1.8 0-.355-.116-.584-.26-.732a1.068 1.068 0 00-.652-.298z\"/></svg></li><li title=\"organization 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M1.5 14.25c0 .138.112.25.25.25H4v-1.25a.75.75 0 01.75-.75h2.5a.75.75 0 01.75.75v1.25h2.25a.25.25 0 00.25-.25V1.75a.25.25 0 00-.25-.25h-8.5a.25.25 0 00-.25.25v12.5zM1.75 16A1.75 1.75 0 010 14.25V1.75C0 .784.784 0 1.75 0h8.5C11.216 0 12 .784 12 1.75v12.5c0 .085-.006.168-.018.25h2.268a.25.25 0 00.25-.25V8.285a.25.25 0 00-.111-.208l-1.055-.703a.75.75 0 11.832-1.248l1.055.703c.487.325.779.871.779 1.456v5.965A1.75 1.75 0 0114.25 16h-3.5a.75.75 0 01-.197-.026c-.099.017-.2.026-.303.026h-3a.75.75 0 01-.75-.75V14h-1v1.25a.75.75 0 01-.75.75h-3zM3 3.75A.75.75 0 013.75 3h.5a.75.75 0 010 1.5h-.5A.75.75 0 013 3.75zM3.75 6a.75.75 0 000 1.5h.5a.75.75 0 000-1.5h-.5zM3 9.75A.75.75 0 013.75 9h.5a.75.75 0 010 1.5h-.5A.75.75 0 013 9.75zM7.75 9a.75.75 0 000 1.5h.5a.75.75 0 000-1.5h-.5zM7 6.75A.75.75 0 017.75 6h.5a.75.75 0 010 1.5h-.5A.75.75 0 017 6.75zM7.75 3a.75.75 0 000 1.5h.5a.75.75 0 000-1.5h-.5z\"/></svg></li><li title=\"organization 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M7.25 12a.75.75 0 000 1.5h.5a.75.75 0 000-1.5h-.5zM6.5 9.25a.75.75 0 01.75-.75h.5a.75.75 0 010 1.5h-.5a.75.75 0 01-.75-.75zM7.25 5a.75.75 0 000 1.5h.5a.75.75 0 000-1.5h-.5zM10 12.75a.75.75 0 01.75-.75h.5a.75.75 0 010 1.5h-.5a.75.75 0 01-.75-.75zm.75-4.25a.75.75 0 000 1.5h.5a.75.75 0 000-1.5h-.5zM10 5.75a.75.75 0 01.75-.75h.5a.75.75 0 010 1.5h-.5a.75.75 0 01-.75-.75zM14.25 12a.75.75 0 000 1.5h.5a.75.75 0 000-1.5h-.5zm-.75-2.75a.75.75 0 01.75-.75h.5a.75.75 0 010 1.5h-.5a.75.75 0 01-.75-.75zM14.25 5a.75.75 0 000 1.5h.5a.75.75 0 000-1.5h-.5z\"/><path fill-rule=\"evenodd\" d=\"M3 20a2 2 0 002 2h3.75a.75.75 0 00.75-.75V19h3v2.25c0 .414.336.75.75.75H17c.092 0 .183-.006.272-.018a.758.758 0 00.166.018H21.5a2 2 0 002-2v-7.625a2 2 0 00-.8-1.6l-1-.75a.75.75 0 10-.9 1.2l1 .75a.5.5 0 01.2.4V20a.5.5 0 01-.5.5h-2.563c.041-.16.063-.327.063-.5V3a2 2 0 00-2-2H5a2 2 0 00-2 2v17zm2 .5a.5.5 0 01-.5-.5V3a.5.5 0 01.5-.5h12a.5.5 0 01.5.5v17a.5.5 0 01-.5.5h-3v-2.25a.75.75 0 00-.75-.75h-4.5a.75.75 0 00-.75.75v2.25H5z\"/></svg></li><li title=\"package 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M8.878.392a1.75 1.75 0 00-1.756 0l-5.25 3.045A1.75 1.75 0 001 4.951v6.098c0 .624.332 1.2.872 1.514l5.25 3.045a1.75 1.75 0 001.756 0l5.25-3.045c.54-.313.872-.89.872-1.514V4.951c0-.624-.332-1.2-.872-1.514L8.878.392zM7.875 1.69a.25.25 0 01.25 0l4.63 2.685L8 7.133 3.245 4.375l4.63-2.685zM2.5 5.677v5.372c0 .09.047.171.125.216l4.625 2.683V8.432L2.5 5.677zm6.25 8.271l4.625-2.683a.25.25 0 00.125-.216V5.677L8.75 8.432v5.516z\"/></svg></li><li title=\"package 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M12.876.64a1.75 1.75 0 00-1.75 0l-8.25 4.762a1.75 1.75 0 00-.875 1.515v9.525c0 .625.334 1.203.875 1.515l8.25 4.763a1.75 1.75 0 001.75 0l8.25-4.762a1.75 1.75 0 00.875-1.516V6.917a1.75 1.75 0 00-.875-1.515L12.876.639zm-1 1.298a.25.25 0 01.25 0l7.625 4.402-7.75 4.474-7.75-4.474 7.625-4.402zM3.501 7.64v8.803c0 .09.048.172.125.216l7.625 4.402v-8.947L3.501 7.64zm9.25 13.421l7.625-4.402a.25.25 0 00.125-.216V7.639l-7.75 4.474v8.947z\"/></svg></li><li title=\"package dependencies 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M6.122.392a1.75 1.75 0 011.756 0l5.25 3.045c.54.313.872.89.872 1.514V7.25a.75.75 0 01-1.5 0V5.677L7.75 8.432v6.384a1 1 0 01-1.502.865L.872 12.563A1.75 1.75 0 010 11.049V4.951c0-.624.332-1.2.872-1.514L6.122.392zM7.125 1.69l4.63 2.685L7 7.133 2.245 4.375l4.63-2.685a.25.25 0 01.25 0zM1.5 11.049V5.677l4.75 2.755v5.516l-4.625-2.683a.25.25 0 01-.125-.216zm11.672-.282a.75.75 0 10-1.087-1.034l-2.378 2.5a.75.75 0 000 1.034l2.378 2.5a.75.75 0 101.087-1.034L11.999 13.5h3.251a.75.75 0 000-1.5h-3.251l1.173-1.233z\"/></svg></li><li title=\"package dependencies 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M9.126.64a1.75 1.75 0 011.75 0l8.25 4.762c.103.06.199.128.286.206a.748.748 0 01.554.96c.023.113.035.23.035.35v3.332a.75.75 0 01-1.5 0V7.64l-7.75 4.474V22.36a.75.75 0 01-1.125.65l-8.75-5.052a1.75 1.75 0 01-.875-1.515V6.917c0-.119.012-.236.035-.35a.748.748 0 01.554-.96 1.75 1.75 0 01.286-.205L9.126.639zM1.501 7.638v8.803c0 .09.048.172.125.216l7.625 4.402v-8.947l-7.75-4.474zm8.5 3.175L2.251 6.34l7.625-4.402a.25.25 0 01.25 0l7.625 4.402-7.75 4.474z\"/><path d=\"M16.617 17.5l2.895-2.702a.75.75 0 00-1.024-1.096l-4.285 4a.75.75 0 000 1.096l4.285 4a.75.75 0 101.024-1.096L16.617 19h6.633a.75.75 0 000-1.5h-6.633z\"/></svg></li><li title=\"package dependents 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M6.122.392a1.75 1.75 0 011.756 0l5.25 3.045c.54.313.872.89.872 1.514V7.25a.75.75 0 01-1.5 0V5.677L7.75 8.432v6.384a1 1 0 01-1.502.865L.872 12.563A1.75 1.75 0 010 11.049V4.951c0-.624.332-1.2.872-1.514L6.122.392zM7.125 1.69l4.63 2.685L7 7.133 2.245 4.375l4.63-2.685a.25.25 0 01.25 0zM1.5 11.049V5.677l4.75 2.755v5.516l-4.625-2.683a.25.25 0 01-.125-.216zm10.828 3.684a.75.75 0 101.087 1.034l2.378-2.5a.75.75 0 000-1.034l-2.378-2.5a.75.75 0 00-1.087 1.034L13.501 12H10.25a.75.75 0 000 1.5h3.251l-1.173 1.233z\"/></svg></li><li title=\"package dependents 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M9.126.64a1.75 1.75 0 011.75 0l8.25 4.762c.103.06.199.128.286.206a.748.748 0 01.554.96c.023.113.035.23.035.35v3.332a.75.75 0 01-1.5 0V7.64l-7.75 4.474V22.36a.75.75 0 01-1.125.65l-8.75-5.052a1.75 1.75 0 01-.875-1.515V6.917c0-.119.012-.236.035-.35a.748.748 0 01.554-.96 1.75 1.75 0 01.286-.205L9.126.639zM1.501 7.638v8.803c0 .09.048.172.125.216l7.625 4.402v-8.947l-7.75-4.474zm8.5 3.175L2.251 6.34l7.625-4.402a.25.25 0 01.25 0l7.625 4.402-7.75 4.474z\"/><path d=\"M21.347 17.5l-2.894-2.702a.75.75 0 111.023-1.096l4.286 4a.75.75 0 010 1.096l-4.286 4a.75.75 0 11-1.023-1.096L21.347 19h-6.633a.75.75 0 010-1.5h6.633z\"/></svg></li><li title=\"paintbrush 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M11.134 1.535C9.722 2.562 8.16 4.057 6.889 5.312 5.8 6.387 5.041 7.401 4.575 8.294a3.745 3.745 0 00-3.227 1.054c-.43.431-.69 1.066-.86 1.657a11.982 11.982 0 00-.358 1.914A21.263 21.263 0 000 15.203v.054l.75-.007-.007.75h.054a14.404 14.404 0 00.654-.012 21.243 21.243 0 001.63-.118c.62-.07 1.3-.18 1.914-.357.592-.17 1.226-.43 1.657-.861a3.745 3.745 0 001.055-3.217c.908-.461 1.942-1.216 3.04-2.3 1.279-1.262 2.764-2.825 3.775-4.249.501-.706.923-1.428 1.125-2.096.2-.659.235-1.469-.368-2.07-.606-.607-1.42-.55-2.069-.34-.66.213-1.376.646-2.076 1.155zm-3.95 8.48a3.76 3.76 0 00-1.19-1.192 9.758 9.758 0 011.161-1.607l1.658 1.658a9.853 9.853 0 01-1.63 1.142zM.742 16l.007-.75-.75.008A.75.75 0 00.743 16zM12.016 2.749c-1.224.89-2.605 2.189-3.822 3.384l1.718 1.718c1.21-1.205 2.51-2.597 3.387-3.833.47-.662.78-1.227.912-1.662.134-.444.032-.551.009-.575h-.001V1.78c-.014-.014-.112-.113-.548.027-.432.14-.995.462-1.655.942zM1.62 13.089a19.56 19.56 0 00-.104 1.395 19.55 19.55 0 001.396-.104 10.528 10.528 0 001.668-.309c.526-.151.856-.325 1.011-.48a2.25 2.25 0 00-3.182-3.182c-.155.155-.329.485-.48 1.01a10.515 10.515 0 00-.309 1.67z\"/></svg></li><li title=\"paper airplane 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M1.592 2.712L2.38 7.25h4.87a.75.75 0 110 1.5H2.38l-.788 4.538L13.929 8 1.592 2.712zM.989 8L.064 2.68a1.341 1.341 0 011.85-1.462l13.402 5.744a1.13 1.13 0 010 2.076L1.913 14.782a1.341 1.341 0 01-1.85-1.463L.99 8z\"/></svg></li><li title=\"paper airplane 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M1.513 1.96a1.374 1.374 0 011.499-.21l19.335 9.215a1.146 1.146 0 010 2.07L3.012 22.25a1.374 1.374 0 01-1.947-1.46L2.49 12 1.065 3.21a1.374 1.374 0 01.448-1.25zm2.375 10.79l-1.304 8.042L21.031 12 2.584 3.208l1.304 8.042h7.362a.75.75 0 010 1.5H3.888z\"/></svg></li><li title=\"paste 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M5.75 1a.75.75 0 00-.75.75v3c0 .414.336.75.75.75h4.5a.75.75 0 00.75-.75v-3a.75.75 0 00-.75-.75h-4.5zm.75 3V2.5h3V4h-3zm-2.874-.467a.75.75 0 00-.752-1.298A1.75 1.75 0 002 3.75v9.5c0 .966.784 1.75 1.75 1.75h8.5A1.75 1.75 0 0014 13.25v-9.5a1.75 1.75 0 00-.874-1.515.75.75 0 10-.752 1.298.25.25 0 01.126.217v9.5a.25.25 0 01-.25.25h-8.5a.25.25 0 01-.25-.25v-9.5a.25.25 0 01.126-.217z\"/></svg></li><li title=\"paste 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M5.962 2.513a.75.75 0 01-.475.949l-.816.272a.25.25 0 00-.171.237V21.25c0 .138.112.25.25.25h14.5a.25.25 0 00.25-.25V3.97a.25.25 0 00-.17-.236l-.817-.272a.75.75 0 01.474-1.424l.816.273A1.75 1.75 0 0121 3.97v17.28A1.75 1.75 0 0119.25 23H4.75A1.75 1.75 0 013 21.25V3.97a1.75 1.75 0 011.197-1.66l.816-.272a.75.75 0 01.949.475z\"/><path fill-rule=\"evenodd\" d=\"M7 1.75C7 .784 7.784 0 8.75 0h6.5C16.216 0 17 .784 17 1.75v1.5A1.75 1.75 0 0115.25 5h-6.5A1.75 1.75 0 017 3.25v-1.5zm1.75-.25a.25.25 0 00-.25.25v1.5c0 .138.112.25.25.25h6.5a.25.25 0 00.25-.25v-1.5a.25.25 0 00-.25-.25h-6.5z\"/></svg></li><li title=\"pencil 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z\"/></svg></li><li title=\"pencil 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M17.263 2.177a1.75 1.75 0 012.474 0l2.586 2.586a1.75 1.75 0 010 2.474L19.53 10.03l-.012.013L8.69 20.378a1.75 1.75 0 01-.699.409l-5.523 1.68a.75.75 0 01-.935-.935l1.673-5.5a1.75 1.75 0 01.466-.756L14.476 4.963l2.787-2.786zm-2.275 4.371l-10.28 9.813a.25.25 0 00-.067.108l-1.264 4.154 4.177-1.271a.25.25 0 00.1-.059l10.273-9.806-2.94-2.939zM19 8.44l2.263-2.262a.25.25 0 000-.354l-2.586-2.586a.25.25 0 00-.354 0L16.061 5.5 19 8.44z\"/></svg></li><li title=\"people 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M5.5 3.5a2 2 0 100 4 2 2 0 000-4zM2 5.5a3.5 3.5 0 115.898 2.549 5.507 5.507 0 013.034 4.084.75.75 0 11-1.482.235 4.001 4.001 0 00-7.9 0 .75.75 0 01-1.482-.236A5.507 5.507 0 013.102 8.05 3.49 3.49 0 012 5.5zM11 4a.75.75 0 100 1.5 1.5 1.5 0 01.666 2.844.75.75 0 00-.416.672v.352a.75.75 0 00.574.73c1.2.289 2.162 1.2 2.522 2.372a.75.75 0 101.434-.44 5.01 5.01 0 00-2.56-3.012A3 3 0 0011 4z\"/></svg></li><li title=\"people 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M3.5 8a5.5 5.5 0 118.596 4.547 9.005 9.005 0 015.9 8.18.75.75 0 01-1.5.045 7.5 7.5 0 00-14.993 0 .75.75 0 01-1.499-.044 9.005 9.005 0 015.9-8.181A5.494 5.494 0 013.5 8zM9 4a4 4 0 100 8 4 4 0 000-8z\"/><path d=\"M17.29 8c-.148 0-.292.01-.434.03a.75.75 0 11-.212-1.484 4.53 4.53 0 013.38 8.097 6.69 6.69 0 013.956 6.107.75.75 0 01-1.5 0 5.193 5.193 0 00-3.696-4.972l-.534-.16v-1.676l.41-.209A3.03 3.03 0 0017.29 8z\"/></svg></li><li title=\"person 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M10.5 5a2.5 2.5 0 11-5 0 2.5 2.5 0 015 0zm.061 3.073a4 4 0 10-5.123 0 6.004 6.004 0 00-3.431 5.142.75.75 0 001.498.07 4.5 4.5 0 018.99 0 .75.75 0 101.498-.07 6.005 6.005 0 00-3.432-5.142z\"/></svg></li><li title=\"person 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M12 2.5a5.5 5.5 0 00-3.096 10.047 9.005 9.005 0 00-5.9 8.18.75.75 0 001.5.045 7.5 7.5 0 0114.993 0 .75.75 0 101.499-.044 9.005 9.005 0 00-5.9-8.181A5.5 5.5 0 0012 2.5zM8 8a4 4 0 118 0 4 4 0 01-8 0z\"/></svg></li><li title=\"person add 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M13.25 0a.75.75 0 01.75.75V2h1.25a.75.75 0 010 1.5H14v1.25a.75.75 0 01-1.5 0V3.5h-1.25a.75.75 0 010-1.5h1.25V.75a.75.75 0 01.75-.75zM5.5 4a2 2 0 100 4 2 2 0 000-4zm2.4 4.548a3.5 3.5 0 10-4.799 0 5.527 5.527 0 00-3.1 4.66.75.75 0 101.498.085A4.01 4.01 0 015.5 9.5a4.01 4.01 0 014.001 3.793.75.75 0 101.498-.086 5.527 5.527 0 00-3.1-4.659z\"/></svg></li><li title=\"person add 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M19.25 1a.75.75 0 01.75.75V4h2.25a.75.75 0 010 1.5H20v2.25a.75.75 0 01-1.5 0V5.5h-2.25a.75.75 0 010-1.5h2.25V1.75a.75.75 0 01.75-.75zM9 6a3.5 3.5 0 100 7 3.5 3.5 0 000-7zM4 9.5a5 5 0 117.916 4.062 7.973 7.973 0 015.018 7.166.75.75 0 11-1.499.044 6.469 6.469 0 00-12.932 0 .75.75 0 01-1.499-.044 7.973 7.973 0 015.059-7.181A4.993 4.993 0 014 9.5z\"/></svg></li><li title=\"person fill 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path d=\"M4.243 4.757a3.757 3.757 0 115.851 3.119 6.006 6.006 0 013.9 5.339.75.75 0 01-.715.784H2.721a.75.75 0 01-.714-.784 6.006 6.006 0 013.9-5.34 3.753 3.753 0 01-1.664-3.118z\"/></svg></li><li title=\"person fill 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 2.5a5.25 5.25 0 00-2.519 9.857 9.005 9.005 0 00-6.477 8.37.75.75 0 00.727.773H20.27a.75.75 0 00.727-.772 9.005 9.005 0 00-6.477-8.37A5.25 5.25 0 0012 2.5z\"/></svg></li><li title=\"pin 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M4.456.734a1.75 1.75 0 012.826.504l.613 1.327a3.081 3.081 0 002.084 1.707l2.454.584c1.332.317 1.8 1.972.832 2.94L11.06 10l3.72 3.72a.75.75 0 11-1.061 1.06L10 11.06l-2.204 2.205c-.968.968-2.623.5-2.94-.832l-.584-2.454a3.081 3.081 0 00-1.707-2.084l-1.327-.613a1.75 1.75 0 01-.504-2.826L4.456.734zM5.92 1.866a.25.25 0 00-.404-.072L1.794 5.516a.25.25 0 00.072.404l1.328.613A4.582 4.582 0 015.73 9.63l.584 2.454a.25.25 0 00.42.12l5.47-5.47a.25.25 0 00-.12-.42L9.63 5.73a4.581 4.581 0 01-3.098-2.537L5.92 1.866z\"/></svg></li><li title=\"pin 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M7.886 1.553a1.75 1.75 0 012.869.604l.633 1.629a5.666 5.666 0 003.725 3.395l3.959 1.131a1.75 1.75 0 01.757 2.92L16.06 15l5.594 5.595a.75.75 0 11-1.06 1.06L15 16.061l-3.768 3.768a1.75 1.75 0 01-2.92-.757l-1.131-3.96a5.667 5.667 0 00-3.395-3.724l-1.63-.633a1.75 1.75 0 01-.603-2.869l6.333-6.333zm6.589 12.912l-.005.005-.005.005-4.294 4.293a.25.25 0 01-.417-.108l-1.13-3.96A7.166 7.166 0 004.33 9.99L2.7 9.356a.25.25 0 01-.086-.41l6.333-6.332a.25.25 0 01.41.086l.633 1.63a7.167 7.167 0 004.71 4.293l3.96 1.131a.25.25 0 01.108.417l-4.293 4.294z\"/></svg></li><li title=\"play 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M1.5 8a6.5 6.5 0 1113 0 6.5 6.5 0 01-13 0zM8 0a8 8 0 100 16A8 8 0 008 0zM6.379 5.227A.25.25 0 006 5.442v5.117a.25.25 0 00.379.214l4.264-2.559a.25.25 0 000-.428L6.379 5.227z\"/></svg></li><li title=\"play 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M9.5 15.584V8.416a.5.5 0 01.77-.42l5.576 3.583a.5.5 0 010 .842l-5.576 3.584a.5.5 0 01-.77-.42z\"/><path fill-rule=\"evenodd\" d=\"M12 2.5a9.5 9.5 0 100 19 9.5 9.5 0 000-19zM1 12C1 5.925 5.925 1 12 1s11 4.925 11 11-4.925 11-11 11S1 18.075 1 12z\"/></svg></li><li title=\"plug 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M10.276 3.09a.25.25 0 01.192-.09h.782a.25.25 0 01.25.25v8.5a.25.25 0 01-.25.25h-.782a.25.25 0 01-.192-.09l-.95-1.14a.75.75 0 00-.483-.264l-3.124-.39a.25.25 0 01-.219-.249V5.133a.25.25 0 01.219-.248l3.124-.39a.75.75 0 00.483-.265l.95-1.14zM4 8v1.867a1.75 1.75 0 001.533 1.737l2.83.354.761.912c.332.4.825.63 1.344.63h.782A1.75 1.75 0 0013 11.75V11h2.25a.75.75 0 000-1.5H13v-4h2.25a.75.75 0 000-1.5H13v-.75a1.75 1.75 0 00-1.75-1.75h-.782c-.519 0-1.012.23-1.344.63l-.76.913-2.831.353A1.75 1.75 0 004 5.133V6.5H2.5A2.5 2.5 0 000 9v5.25a.75.75 0 001.5 0V9a1 1 0 011-1H4z\"/></svg></li><li title=\"plug 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M7 11.5v3.848a1.75 1.75 0 001.57 1.74l6.055.627 1.006 1.174a1.75 1.75 0 001.329.611h1.29A1.75 1.75 0 0020 17.75V15.5h3.25a.75.75 0 000-1.5H20V7.5h3.25a.75.75 0 000-1.5H20V3.75A1.75 1.75 0 0018.25 2h-1.29c-.51 0-.996.223-1.329.611l-1.006 1.174-6.055.626A1.75 1.75 0 007 6.151V10H2.937A2.938 2.938 0 000 12.938v8.312a.75.75 0 001.5 0v-8.313c0-.793.644-1.437 1.438-1.437H7zm9.77-7.913a.25.25 0 01.19-.087h1.29a.25.25 0 01.25.25v14a.25.25 0 01-.25.25h-1.29a.25.25 0 01-.19-.087l-1.2-1.401a.75.75 0 00-.493-.258l-6.353-.657a.25.25 0 01-.224-.249V6.152a.25.25 0 01.224-.249l6.353-.657a.75.75 0 00.492-.258l1.201-1.4z\"/></svg></li><li title=\"plus 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M7.75 2a.75.75 0 01.75.75V7h4.25a.75.75 0 110 1.5H8.5v4.25a.75.75 0 11-1.5 0V8.5H2.75a.75.75 0 010-1.5H7V2.75A.75.75 0 017.75 2z\"/></svg></li><li title=\"plus 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M11.75 4.5a.75.75 0 01.75.75V11h5.75a.75.75 0 010 1.5H12.5v5.75a.75.75 0 01-1.5 0V12.5H5.25a.75.75 0 010-1.5H11V5.25a.75.75 0 01.75-.75z\"/></svg></li><li title=\"plus circle 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M1.5 8a6.5 6.5 0 1113 0 6.5 6.5 0 01-13 0zM8 0a8 8 0 100 16A8 8 0 008 0zm.75 4.75a.75.75 0 00-1.5 0v2.5h-2.5a.75.75 0 000 1.5h2.5v2.5a.75.75 0 001.5 0v-2.5h2.5a.75.75 0 000-1.5h-2.5v-2.5z\"/></svg></li><li title=\"plus circle 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12.75 7.75a.75.75 0 00-1.5 0v3.5h-3.5a.75.75 0 000 1.5h3.5v3.5a.75.75 0 001.5 0v-3.5h3.5a.75.75 0 000-1.5h-3.5v-3.5z\"/><path fill-rule=\"evenodd\" d=\"M12 1C5.925 1 1 5.925 1 12s4.925 11 11 11 11-4.925 11-11S18.075 1 12 1zM2.5 12a9.5 9.5 0 1119 0 9.5 9.5 0 01-19 0z\"/></svg></li><li title=\"project 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M1.75 0A1.75 1.75 0 000 1.75v12.5C0 15.216.784 16 1.75 16h12.5A1.75 1.75 0 0016 14.25V1.75A1.75 1.75 0 0014.25 0H1.75zM1.5 1.75a.25.25 0 01.25-.25h12.5a.25.25 0 01.25.25v12.5a.25.25 0 01-.25.25H1.75a.25.25 0 01-.25-.25V1.75zM11.75 3a.75.75 0 00-.75.75v7.5a.75.75 0 001.5 0v-7.5a.75.75 0 00-.75-.75zm-8.25.75a.75.75 0 011.5 0v5.5a.75.75 0 01-1.5 0v-5.5zM8 3a.75.75 0 00-.75.75v3.5a.75.75 0 001.5 0v-3.5A.75.75 0 008 3z\"/></svg></li><li title=\"project 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M7.25 6a.75.75 0 00-.75.75v7.5a.75.75 0 001.5 0v-7.5A.75.75 0 007.25 6zM12 6a.75.75 0 00-.75.75v4.5a.75.75 0 001.5 0v-4.5A.75.75 0 0012 6zm4 .75a.75.75 0 011.5 0v9.5a.75.75 0 01-1.5 0v-9.5z\"/><path fill-rule=\"evenodd\" d=\"M3.75 2A1.75 1.75 0 002 3.75v16.5c0 .966.784 1.75 1.75 1.75h16.5A1.75 1.75 0 0022 20.25V3.75A1.75 1.75 0 0020.25 2H3.75zM3.5 3.75a.25.25 0 01.25-.25h16.5a.25.25 0 01.25.25v16.5a.25.25 0 01-.25.25H3.75a.25.25 0 01-.25-.25V3.75z\"/></svg></li><li title=\"pulse 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M6 2a.75.75 0 01.696.471L10 10.731l1.304-3.26A.75.75 0 0112 7h3.25a.75.75 0 010 1.5h-2.742l-1.812 4.528a.75.75 0 01-1.392 0L6 4.77 4.696 8.03A.75.75 0 014 8.5H.75a.75.75 0 010-1.5h2.742l1.812-4.529A.75.75 0 016 2z\"/></svg></li><li title=\"pulse 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M9.002 2.5a.75.75 0 01.691.464l6.302 15.305 2.56-6.301a.75.75 0 01.695-.468h4a.75.75 0 010 1.5h-3.495l-3.06 7.532a.75.75 0 01-1.389.004L8.997 5.21l-3.054 7.329A.75.75 0 015.25 13H.75a.75.75 0 010-1.5h4l3.558-8.538a.75.75 0 01.694-.462z\"/></svg></li><li title=\"question 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M8 1.5a6.5 6.5 0 100 13 6.5 6.5 0 000-13zM0 8a8 8 0 1116 0A8 8 0 010 8zm9 3a1 1 0 11-2 0 1 1 0 012 0zM6.92 6.085c.081-.16.19-.299.34-.398.145-.097.371-.187.74-.187.28 0 .553.087.738.225A.613.613 0 019 6.25c0 .177-.04.264-.077.318a.956.956 0 01-.277.245c-.076.051-.158.1-.258.161l-.007.004a7.728 7.728 0 00-.313.195 2.416 2.416 0 00-.692.661.75.75 0 001.248.832.956.956 0 01.276-.245 6.3 6.3 0 01.26-.16l.006-.004c.093-.057.204-.123.313-.195.222-.149.487-.355.692-.662.214-.32.329-.702.329-1.15 0-.76-.36-1.348-.863-1.725A2.76 2.76 0 008 4c-.631 0-1.155.16-1.572.438-.413.276-.68.638-.849.977a.75.75 0 101.342.67z\"/></svg></li><li title=\"question 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M10.97 8.265a1.45 1.45 0 00-.487.57.75.75 0 01-1.341-.67c.2-.402.513-.826.997-1.148C10.627 6.69 11.244 6.5 12 6.5c.658 0 1.369.195 1.934.619a2.45 2.45 0 011.004 2.006c0 1.033-.513 1.72-1.027 2.215-.19.183-.399.358-.579.508l-.147.123a4.329 4.329 0 00-.435.409v1.37a.75.75 0 11-1.5 0v-1.473c0-.237.067-.504.247-.736.22-.28.486-.517.718-.714l.183-.153.001-.001c.172-.143.324-.27.47-.412.368-.355.569-.676.569-1.136a.953.953 0 00-.404-.806C12.766 8.118 12.384 8 12 8c-.494 0-.814.121-1.03.265zM13 17a1 1 0 11-2 0 1 1 0 012 0z\"/><path fill-rule=\"evenodd\" d=\"M12 1C5.925 1 1 5.925 1 12s4.925 11 11 11 11-4.925 11-11S18.075 1 12 1zM2.5 12a9.5 9.5 0 1119 0 9.5 9.5 0 01-19 0z\"/></svg></li><li title=\"quote 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M1.75 2.5a.75.75 0 000 1.5h10.5a.75.75 0 000-1.5H1.75zm4 5a.75.75 0 000 1.5h8.5a.75.75 0 000-1.5h-8.5zm0 5a.75.75 0 000 1.5h8.5a.75.75 0 000-1.5h-8.5zM2.5 7.75a.75.75 0 00-1.5 0v6a.75.75 0 001.5 0v-6z\"/></svg></li><li title=\"quote 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M3 6.25a.75.75 0 01.75-.75h13.5a.75.75 0 010 1.5H3.75A.75.75 0 013 6.25zM3.75 11a.75.75 0 01.75.75v7a.75.75 0 01-1.5 0v-7a.75.75 0 01.75-.75zM8 12.313a.75.75 0 01.75-.75h11.5a.75.75 0 010 1.5H8.75a.75.75 0 01-.75-.75zm0 5.937a.75.75 0 01.75-.75h11.5a.75.75 0 010 1.5H8.75a.75.75 0 01-.75-.75z\"/></svg></li><li title=\"reply 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M6.78 1.97a.75.75 0 010 1.06L3.81 6h6.44A4.75 4.75 0 0115 10.75v2.5a.75.75 0 01-1.5 0v-2.5a3.25 3.25 0 00-3.25-3.25H3.81l2.97 2.97a.75.75 0 11-1.06 1.06L1.47 7.28a.75.75 0 010-1.06l4.25-4.25a.75.75 0 011.06 0z\"/></svg></li><li title=\"reply 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M10.53 5.03a.75.75 0 10-1.06-1.06l-6.25 6.25a.75.75 0 000 1.06l6.25 6.25a.75.75 0 101.06-1.06L5.56 11.5H17a3.248 3.248 0 013.25 3.248v4.502a.75.75 0 001.5 0v-4.502A4.748 4.748 0 0017 10H5.56l4.97-4.97z\"/></svg></li><li title=\"repo 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M2 2.5A2.5 2.5 0 014.5 0h8.75a.75.75 0 01.75.75v12.5a.75.75 0 01-.75.75h-2.5a.75.75 0 110-1.5h1.75v-2h-8a1 1 0 00-.714 1.7.75.75 0 01-1.072 1.05A2.495 2.495 0 012 11.5v-9zm10.5-1V9h-8c-.356 0-.694.074-1 .208V2.5a1 1 0 011-1h8zM5 12.25v3.25a.25.25 0 00.4.2l1.45-1.087a.25.25 0 01.3 0L8.6 15.7a.25.25 0 00.4-.2v-3.25a.25.25 0 00-.25-.25h-3.5a.25.25 0 00-.25.25z\"/></svg></li><li title=\"repo 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M3 2.75A2.75 2.75 0 015.75 0h14.5a.75.75 0 01.75.75v20.5a.75.75 0 01-.75.75h-6a.75.75 0 010-1.5h5.25v-4H6A1.5 1.5 0 004.5 18v.75c0 .716.43 1.334 1.05 1.605a.75.75 0 01-.6 1.374A3.25 3.25 0 013 18.75v-16zM19.5 1.5V15H6c-.546 0-1.059.146-1.5.401V2.75c0-.69.56-1.25 1.25-1.25H19.5z\"/><path d=\"M7 18.25a.25.25 0 01.25-.25h5a.25.25 0 01.25.25v5.01a.25.25 0 01-.397.201l-2.206-1.604a.25.25 0 00-.294 0L7.397 23.46a.25.25 0 01-.397-.2v-5.01z\"/></svg></li><li title=\"repo clone 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M15 0H9v7c0 .55.45 1 1 1h1v1h1V8h3c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm-4 7h-1V6h1v1zm4 0h-3V6h3v1zm0-2h-4V1h4v4zM4 5H3V4h1v1zm0-2H3V2h1v1zM2 1h6V0H1C.45 0 0 .45 0 1v12c0 .55.45 1 1 1h2v2l1.5-1.5L6 16v-2h5c.55 0 1-.45 1-1v-3H2V1zm9 10v2H6v-1H3v1H1v-2h10zM3 8h1v1H3V8zm1-1H3V6h1v1z\"/></svg></li><li title=\"repo forked 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M5 3.25a.75.75 0 11-1.5 0 .75.75 0 011.5 0zm0 2.122a2.25 2.25 0 10-1.5 0v.878A2.25 2.25 0 005.75 8.5h1.5v2.128a2.251 2.251 0 101.5 0V8.5h1.5a2.25 2.25 0 002.25-2.25v-.878a2.25 2.25 0 10-1.5 0v.878a.75.75 0 01-.75.75h-4.5A.75.75 0 015 6.25v-.878zm3.75 7.378a.75.75 0 11-1.5 0 .75.75 0 011.5 0zm3-8.75a.75.75 0 100-1.5.75.75 0 000 1.5z\"/></svg></li><li title=\"repo forked 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M12 21a1.75 1.75 0 110-3.5 1.75 1.75 0 010 3.5zm-3.25-1.75a3.25 3.25 0 106.5 0 3.25 3.25 0 00-6.5 0zm-3-12.75a1.75 1.75 0 110-3.5 1.75 1.75 0 010 3.5zM2.5 4.75a3.25 3.25 0 106.5 0 3.25 3.25 0 00-6.5 0zM18.25 6.5a1.75 1.75 0 110-3.5 1.75 1.75 0 010 3.5zM15 4.75a3.25 3.25 0 106.5 0 3.25 3.25 0 00-6.5 0z\"/><path fill-rule=\"evenodd\" d=\"M6.5 7.75v1A2.25 2.25 0 008.75 11h6.5a2.25 2.25 0 002.25-2.25v-1H19v1a3.75 3.75 0 01-3.75 3.75h-6.5A3.75 3.75 0 015 8.75v-1h1.5z\"/><path fill-rule=\"evenodd\" d=\"M11.25 16.25v-5h1.5v5h-1.5z\"/></svg></li><li title=\"repo pull 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M13 8V6H7V4h6V2l3 3-3 3zM4 2H3v1h1V2zm7 5h1v6c0 .55-.45 1-1 1H6v2l-1.5-1.5L3 16v-2H1c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1h10c.55 0 1 .45 1 1v2h-1V1H2v9h9V7zm0 4H1v2h2v-1h3v1h5v-2zM4 6H3v1h1V6zm0-2H3v1h1V4zM3 9h1V8H3v1z\"/></svg></li><li title=\"repo push 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M1 2.5A2.5 2.5 0 013.5 0h8.75a.75.75 0 01.75.75v3.5a.75.75 0 01-1.5 0V1.5h-8a1 1 0 00-1 1v6.708A2.492 2.492 0 013.5 9h3.25a.75.75 0 010 1.5H3.5a1 1 0 100 2h5.75a.75.75 0 010 1.5H3.5A2.5 2.5 0 011 11.5v-9zm13.23 7.79a.75.75 0 001.06-1.06l-2.505-2.505a.75.75 0 00-1.06 0L9.22 9.229a.75.75 0 001.06 1.061l1.225-1.224v6.184a.75.75 0 001.5 0V9.066l1.224 1.224z\"/></svg></li><li title=\"repo push 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M4.75 0A2.75 2.75 0 002 2.75v16.5A2.75 2.75 0 004.75 22h11a.75.75 0 000-1.5h-11c-.69 0-1.25-.56-1.25-1.25V18A1.5 1.5 0 015 16.5h7.25a.75.75 0 000-1.5H5c-.546 0-1.059.146-1.5.401V2.75c0-.69.56-1.25 1.25-1.25H18.5v7a.75.75 0 001.5 0V.75a.75.75 0 00-.75-.75H4.75z\"/><path d=\"M20 13.903l2.202 2.359a.75.75 0 001.096-1.024l-3.5-3.75a.75.75 0 00-1.096 0l-3.5 3.75a.75.75 0 101.096 1.024l2.202-2.36v9.348a.75.75 0 001.5 0v-9.347z\"/></svg></li><li title=\"repo template 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M6 .75A.75.75 0 016.75 0h2.5a.75.75 0 010 1.5h-2.5A.75.75 0 016 .75zm5 0a.75.75 0 01.75-.75h1.5a.75.75 0 01.75.75v1.5a.75.75 0 01-1.5 0V1.5h-.75A.75.75 0 0111 .75zM4.992.662a.75.75 0 01-.636.848c-.436.063-.783.41-.846.846a.75.75 0 01-1.485-.212A2.501 2.501 0 014.144.025a.75.75 0 01.848.637zM2.75 4a.75.75 0 01.75.75v1.5a.75.75 0 01-1.5 0v-1.5A.75.75 0 012.75 4zm10.5 0a.75.75 0 01.75.75v1.5a.75.75 0 01-1.5 0v-1.5a.75.75 0 01.75-.75zM2.75 8a.75.75 0 01.75.75v.268A1.72 1.72 0 013.75 9h.5a.75.75 0 010 1.5h-.5a.25.25 0 00-.25.25v.75c0 .28.114.532.3.714a.75.75 0 01-1.05 1.072A2.495 2.495 0 012 11.5V8.75A.75.75 0 012.75 8zm10.5 0a.75.75 0 01.75.75v4.5a.75.75 0 01-.75.75h-2.5a.75.75 0 010-1.5h1.75v-2h-.75a.75.75 0 010-1.5h.75v-.25a.75.75 0 01.75-.75zM6 9.75A.75.75 0 016.75 9h2.5a.75.75 0 010 1.5h-2.5A.75.75 0 016 9.75zm-1 2.5v3.25a.25.25 0 00.4.2l1.45-1.087a.25.25 0 01.3 0L8.6 15.7a.25.25 0 00.4-.2v-3.25a.25.25 0 00-.25-.25h-3.5a.25.25 0 00-.25.25z\"/></svg></li><li title=\"repo template 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M5.75 0A2.75 2.75 0 003 2.75v1a.75.75 0 001.5 0v-1c0-.69.56-1.25 1.25-1.25h1a.75.75 0 000-1.5h-1zm4 0a.75.75 0 000 1.5h4.5a.75.75 0 000-1.5h-4.5zm7.5 0a.75.75 0 000 1.5h2.25v2.25a.75.75 0 001.5 0v-3a.75.75 0 00-.75-.75h-3zM4.5 6.5a.75.75 0 00-1.5 0v3.75a.75.75 0 001.5 0V6.5zm16.5 0a.75.75 0 00-1.5 0v3.75a.75.75 0 001.5 0V6.5zM4.5 13.25a.75.75 0 00-1.5 0v5.5a3.25 3.25 0 001.95 2.98.75.75 0 10.6-1.375A1.75 1.75 0 014.5 18.75V18A1.5 1.5 0 016 16.5h.75a.75.75 0 000-1.5H6c-.546 0-1.059.146-1.5.401V13.25zm16.5 0a.75.75 0 00-1.5 0V15h-2.25a.75.75 0 000 1.5h2.25v4h-5.25a.75.75 0 000 1.5h6a.75.75 0 00.75-.75v-8zM9.75 15a.75.75 0 000 1.5h4.5a.75.75 0 000-1.5h-4.5zm-2.353 8.461A.25.25 0 017 23.26v-5.01a.25.25 0 01.25-.25h5a.25.25 0 01.25.25v5.01a.25.25 0 01-.397.201l-2.206-1.604a.25.25 0 00-.294 0L7.397 23.46z\"/></svg></li><li title=\"report 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M1.75 1.5a.25.25 0 00-.25.25v9.5c0 .138.112.25.25.25h2a.75.75 0 01.75.75v2.19l2.72-2.72a.75.75 0 01.53-.22h6.5a.25.25 0 00.25-.25v-9.5a.25.25 0 00-.25-.25H1.75zM0 1.75C0 .784.784 0 1.75 0h12.5C15.216 0 16 .784 16 1.75v9.5A1.75 1.75 0 0114.25 13H8.06l-2.573 2.573A1.457 1.457 0 013 14.543V13H1.75A1.75 1.75 0 010 11.25v-9.5zM9 9a1 1 0 11-2 0 1 1 0 012 0zm-.25-5.25a.75.75 0 00-1.5 0v2.5a.75.75 0 001.5 0v-2.5z\"/></svg></li><li title=\"report 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M3.25 4a.25.25 0 00-.25.25v12.5c0 .138.112.25.25.25h2.5a.75.75 0 01.75.75v3.19l3.427-3.427A1.75 1.75 0 0111.164 17h9.586a.25.25 0 00.25-.25V4.25a.25.25 0 00-.25-.25H3.25zm-1.75.25c0-.966.784-1.75 1.75-1.75h17.5c.966 0 1.75.784 1.75 1.75v12.5a1.75 1.75 0 01-1.75 1.75h-9.586a.25.25 0 00-.177.073l-3.5 3.5A1.457 1.457 0 015 21.043V18.5H3.25a1.75 1.75 0 01-1.75-1.75V4.25zM12 6a.75.75 0 01.75.75v4a.75.75 0 01-1.5 0v-4A.75.75 0 0112 6zm0 9a1 1 0 100-2 1 1 0 000 2z\"/></svg></li><li title=\"rocket 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M14.064 0a8.75 8.75 0 00-6.187 2.563l-.459.458c-.314.314-.616.641-.904.979H3.31a1.75 1.75 0 00-1.49.833L.11 7.607a.75.75 0 00.418 1.11l3.102.954c.037.051.079.1.124.145l2.429 2.428c.046.046.094.088.145.125l.954 3.102a.75.75 0 001.11.418l2.774-1.707a1.75 1.75 0 00.833-1.49V9.485c.338-.288.665-.59.979-.904l.458-.459A8.75 8.75 0 0016 1.936V1.75A1.75 1.75 0 0014.25 0h-.186zM10.5 10.625c-.088.06-.177.118-.266.175l-2.35 1.521.548 1.783 1.949-1.2a.25.25 0 00.119-.213v-2.066zM3.678 8.116L5.2 5.766c.058-.09.117-.178.176-.266H3.309a.25.25 0 00-.213.119l-1.2 1.95 1.782.547zm5.26-4.493A7.25 7.25 0 0114.063 1.5h.186a.25.25 0 01.25.25v.186a7.25 7.25 0 01-2.123 5.127l-.459.458a15.21 15.21 0 01-2.499 2.02l-2.317 1.5-2.143-2.143 1.5-2.317a15.25 15.25 0 012.02-2.5l.458-.458h.002zM12 5a1 1 0 11-2 0 1 1 0 012 0zm-8.44 9.56a1.5 1.5 0 10-2.12-2.12c-.734.73-1.047 2.332-1.15 3.003a.23.23 0 00.265.265c.671-.103 2.273-.416 3.005-1.148z\"/></svg></li><li title=\"rocket 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M20.322.75a10.75 10.75 0 00-7.373 2.926l-1.304 1.23A23.743 23.743 0 0010.103 6.5H5.066a1.75 1.75 0 00-1.5.85l-2.71 4.514a.75.75 0 00.49 1.12l4.571.963c.039.049.082.096.129.14L8.04 15.96l1.872 1.994c.044.047.091.09.14.129l.963 4.572a.75.75 0 001.12.488l4.514-2.709a1.75 1.75 0 00.85-1.5v-5.038a23.741 23.741 0 001.596-1.542l1.228-1.304a10.75 10.75 0 002.925-7.374V2.499A1.75 1.75 0 0021.498.75h-1.177zM16 15.112c-.333.248-.672.487-1.018.718l-3.393 2.262.678 3.223 3.612-2.167a.25.25 0 00.121-.214v-3.822zm-10.092-2.7L8.17 9.017c.23-.346.47-.685.717-1.017H5.066a.25.25 0 00-.214.121l-2.167 3.612 3.223.679zm8.07-7.644a9.25 9.25 0 016.344-2.518h1.177a.25.25 0 01.25.25v1.176a9.25 9.25 0 01-2.517 6.346l-1.228 1.303a22.248 22.248 0 01-3.854 3.257l-3.288 2.192-1.743-1.858a.764.764 0 00-.034-.034l-1.859-1.744 2.193-3.29a22.248 22.248 0 013.255-3.851l1.304-1.23zM17.5 8a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zm-11 13c.9-.9.9-2.6 0-3.5-.9-.9-2.6-.9-3.5 0-1.209 1.209-1.445 3.901-1.49 4.743a.232.232 0 00.247.247c.842-.045 3.534-.281 4.743-1.49z\"/></svg></li><li title=\"rows 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M16 2.75A1.75 1.75 0 0014.25 1H1.75A1.75 1.75 0 000 2.75v2.5A1.75 1.75 0 001.75 7h12.5A1.75 1.75 0 0016 5.25v-2.5zm-1.75-.25a.25.25 0 01.25.25v2.5a.25.25 0 01-.25.25H1.75a.25.25 0 01-.25-.25v-2.5a.25.25 0 01.25-.25h12.5zM16 10.75A1.75 1.75 0 0014.25 9H1.75A1.75 1.75 0 000 10.75v2.5A1.75 1.75 0 001.75 15h12.5A1.75 1.75 0 0016 13.25v-2.5zm-1.75-.25a.25.25 0 01.25.25v2.5a.25.25 0 01-.25.25H1.75a.25.25 0 01-.25-.25v-2.5a.25.25 0 01.25-.25h12.5z\"/></svg></li><li title=\"rows 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M22 3.75A1.75 1.75 0 0020.25 2H3.75A1.75 1.75 0 002 3.75v5.5c0 .966.784 1.75 1.75 1.75h16.5A1.75 1.75 0 0022 9.25v-5.5zm-1.75-.25a.25.25 0 01.25.25v5.5a.25.25 0 01-.25.25H3.75a.25.25 0 01-.25-.25v-5.5a.25.25 0 01.25-.25h16.5zM22 14.75A1.75 1.75 0 0020.25 13H3.75A1.75 1.75 0 002 14.75v5.5c0 .966.784 1.75 1.75 1.75h16.5A1.75 1.75 0 0022 20.25v-5.5zm-1.75-.25a.25.25 0 01.25.25v5.5a.25.25 0 01-.25.25H3.75a.25.25 0 01-.25-.25v-5.5a.25.25 0 01.25-.25h16.5z\"/></svg></li><li title=\"rss 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M2.002 2.725a.75.75 0 01.797-.699C8.79 2.42 13.58 7.21 13.974 13.201a.75.75 0 11-1.497.098 10.502 10.502 0 00-9.776-9.776.75.75 0 01-.7-.798zM2 13a1 1 0 112 0 1 1 0 01-2 0zm.84-5.95a.75.75 0 00-.179 1.489c2.509.3 4.5 2.291 4.8 4.8a.75.75 0 101.49-.178A7.003 7.003 0 002.838 7.05z\"/></svg></li><li title=\"rss 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M3.5 3.25a.75.75 0 01.75-.75C14.053 2.5 22 10.447 22 20.25a.75.75 0 01-1.5 0C20.5 11.275 13.225 4 4.25 4a.75.75 0 01-.75-.75zM3.5 19a2 2 0 114 0 2 2 0 01-4 0zm.75-9.5a.75.75 0 000 1.5 9.25 9.25 0 019.25 9.25.75.75 0 001.5 0C15 14.313 10.187 9.5 4.25 9.5z\"/></svg></li><li title=\"ruby 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M3.637 2.291A.75.75 0 014.23 2h7.54a.75.75 0 01.593.291l3.48 4.5a.75.75 0 01-.072.999l-7.25 7a.75.75 0 01-1.042 0l-7.25-7a.75.75 0 01-.072-.999l3.48-4.5zM4.598 3.5L1.754 7.177 8 13.207l6.246-6.03L11.402 3.5H4.598z\"/></svg></li><li title=\"ruby 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M5.873 3.26A.75.75 0 016.44 3h11.31a.75.75 0 01.576.27l5 6a.75.75 0 01-.028.992l-10.75 11.5a.75.75 0 01-1.096 0l-10.75-11.5a.75.75 0 01-.02-1.003l5.19-6zm.91 1.24L2.258 9.73 12 20.153l9.75-10.43L17.399 4.5H6.783z\"/></svg></li><li title=\"screen full 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M2.75 2.5a.25.25 0 00-.25.25v2.5a.75.75 0 01-1.5 0v-2.5C1 1.784 1.784 1 2.75 1h2.5a.75.75 0 010 1.5h-2.5zM10 1.75a.75.75 0 01.75-.75h2.5c.966 0 1.75.784 1.75 1.75v2.5a.75.75 0 01-1.5 0v-2.5a.25.25 0 00-.25-.25h-2.5a.75.75 0 01-.75-.75zM1.75 10a.75.75 0 01.75.75v2.5c0 .138.112.25.25.25h2.5a.75.75 0 010 1.5h-2.5A1.75 1.75 0 011 13.25v-2.5a.75.75 0 01.75-.75zm12.5 0a.75.75 0 01.75.75v2.5A1.75 1.75 0 0113.25 15h-2.5a.75.75 0 010-1.5h2.5a.25.25 0 00.25-.25v-2.5a.75.75 0 01.75-.75z\"/></svg></li><li title=\"screen full 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M4.75 4.5a.25.25 0 00-.25.25v3.5a.75.75 0 01-1.5 0v-3.5C3 3.784 3.784 3 4.75 3h3.5a.75.75 0 010 1.5h-3.5zM15 3.75a.75.75 0 01.75-.75h3.5c.966 0 1.75.784 1.75 1.75v3.5a.75.75 0 01-1.5 0v-3.5a.25.25 0 00-.25-.25h-3.5a.75.75 0 01-.75-.75zM3.75 15a.75.75 0 01.75.75v3.5c0 .138.112.25.25.25h3.5a.75.75 0 010 1.5h-3.5A1.75 1.75 0 013 19.25v-3.5a.75.75 0 01.75-.75zm16.5 0a.75.75 0 01.75.75v3.5A1.75 1.75 0 0119.25 21h-3.5a.75.75 0 010-1.5h3.5a.25.25 0 00.25-.25v-3.5a.75.75 0 01.75-.75z\"/></svg></li><li title=\"screen normal 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M5.25 1a.75.75 0 01.75.75v2.5A1.75 1.75 0 014.25 6h-2.5a.75.75 0 010-1.5h2.5a.25.25 0 00.25-.25v-2.5A.75.75 0 015.25 1zm5.5 0a.75.75 0 01.75.75v2.5c0 .138.112.25.25.25h2.5a.75.75 0 010 1.5h-2.5A1.75 1.75 0 0110 4.25v-2.5a.75.75 0 01.75-.75zM1 10.75a.75.75 0 01.75-.75h2.5c.966 0 1.75.784 1.75 1.75v2.5a.75.75 0 01-1.5 0v-2.5a.25.25 0 00-.25-.25h-2.5a.75.75 0 01-.75-.75zm9 1c0-.966.784-1.75 1.75-1.75h2.5a.75.75 0 010 1.5h-2.5a.25.25 0 00-.25.25v2.5a.75.75 0 01-1.5 0v-2.5z\"/></svg></li><li title=\"screen normal 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M8.25 3a.75.75 0 01.75.75v3.5A1.75 1.75 0 017.25 9h-3.5a.75.75 0 010-1.5h3.5a.25.25 0 00.25-.25v-3.5A.75.75 0 018.25 3zm7.5 0a.75.75 0 01.75.75v3.5c0 .138.112.25.25.25h3.5a.75.75 0 010 1.5h-3.5A1.75 1.75 0 0115 7.25v-3.5a.75.75 0 01.75-.75zM3 15.75a.75.75 0 01.75-.75h3.5c.966 0 1.75.784 1.75 1.75v3.5a.75.75 0 01-1.5 0v-3.5a.25.25 0 00-.25-.25h-3.5a.75.75 0 01-.75-.75zm12 1c0-.966.784-1.75 1.75-1.75h3.5a.75.75 0 010 1.5h-3.5a.25.25 0 00-.25.25v3.5a.75.75 0 01-1.5 0v-3.5z\"/></svg></li><li title=\"search 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M11.5 7a4.499 4.499 0 11-8.998 0A4.499 4.499 0 0111.5 7zm-.82 4.74a6 6 0 111.06-1.06l3.04 3.04a.75.75 0 11-1.06 1.06l-3.04-3.04z\"/></svg></li><li title=\"search 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M14.53 15.59a8.25 8.25 0 111.06-1.06l5.69 5.69a.75.75 0 11-1.06 1.06l-5.69-5.69zM2.5 9.25a6.75 6.75 0 1111.74 4.547.746.746 0 00-.443.442A6.75 6.75 0 012.5 9.25z\"/></svg></li><li title=\"server 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M1.75 1A1.75 1.75 0 000 2.75v4c0 .372.116.717.314 1a1.742 1.742 0 00-.314 1v4c0 .966.784 1.75 1.75 1.75h12.5A1.75 1.75 0 0016 12.75v-4c0-.372-.116-.717-.314-1 .198-.283.314-.628.314-1v-4A1.75 1.75 0 0014.25 1H1.75zm0 7.5a.25.25 0 00-.25.25v4c0 .138.112.25.25.25h12.5a.25.25 0 00.25-.25v-4a.25.25 0 00-.25-.25H1.75zM1.5 2.75a.25.25 0 01.25-.25h12.5a.25.25 0 01.25.25v4a.25.25 0 01-.25.25H1.75a.25.25 0 01-.25-.25v-4zm5.5 2A.75.75 0 017.75 4h4.5a.75.75 0 010 1.5h-4.5A.75.75 0 017 4.75zM7.75 10a.75.75 0 000 1.5h4.5a.75.75 0 000-1.5h-4.5zM3 4.75A.75.75 0 013.75 4h.5a.75.75 0 010 1.5h-.5A.75.75 0 013 4.75zM3.75 10a.75.75 0 000 1.5h.5a.75.75 0 000-1.5h-.5z\"/></svg></li><li title=\"server 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M10.75 6.5a.75.75 0 000 1.5h6.5a.75.75 0 000-1.5h-6.5zM6 7.25a.75.75 0 01.75-.75h.5a.75.75 0 010 1.5h-.5A.75.75 0 016 7.25zm4 9a.75.75 0 01.75-.75h6.5a.75.75 0 010 1.5h-6.5a.75.75 0 01-.75-.75zm-3.25-.75a.75.75 0 000 1.5h.5a.75.75 0 000-1.5h-.5z\"/><path fill-rule=\"evenodd\" d=\"M3.25 2A1.75 1.75 0 001.5 3.75v7c0 .372.116.716.314 1a1.742 1.742 0 00-.314 1v7c0 .966.784 1.75 1.75 1.75h17.5a1.75 1.75 0 001.75-1.75v-7c0-.372-.116-.716-.314-1 .198-.284.314-.628.314-1v-7A1.75 1.75 0 0020.75 2H3.25zm0 9h17.5a.25.25 0 00.25-.25v-7a.25.25 0 00-.25-.25H3.25a.25.25 0 00-.25.25v7c0 .138.112.25.25.25zm0 1.5a.25.25 0 00-.25.25v7c0 .138.112.25.25.25h17.5a.25.25 0 00.25-.25v-7a.25.25 0 00-.25-.25H3.25z\"/></svg></li><li title=\"share 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M7.823.177L4.927 3.073a.25.25 0 00.177.427H7.25v5.75a.75.75 0 001.5 0V3.5h2.146a.25.25 0 00.177-.427L8.177.177a.25.25 0 00-.354 0zM3.75 6.5a.25.25 0 00-.25.25v6.5c0 .138.112.25.25.25h8.5a.25.25 0 00.25-.25v-6.5a.25.25 0 00-.25-.25h-1a.75.75 0 010-1.5h1c.966 0 1.75.784 1.75 1.75v6.5A1.75 1.75 0 0112.25 15h-8.5A1.75 1.75 0 012 13.25v-6.5C2 5.784 2.784 5 3.75 5h1a.75.75 0 110 1.5h-1z\"/></svg></li><li title=\"share 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M12.53 1.22a.75.75 0 00-1.06 0L8.22 4.47a.75.75 0 001.06 1.06l1.97-1.97v10.69a.75.75 0 001.5 0V3.56l1.97 1.97a.75.75 0 101.06-1.06l-3.25-3.25zM5.5 9.75a.25.25 0 01.25-.25h2.5a.75.75 0 000-1.5h-2.5A1.75 1.75 0 004 9.75v10.5c0 .966.784 1.75 1.75 1.75h12.5A1.75 1.75 0 0020 20.25V9.75A1.75 1.75 0 0018.25 8h-2.5a.75.75 0 000 1.5h2.5a.25.25 0 01.25.25v10.5a.25.25 0 01-.25.25H5.75a.25.25 0 01-.25-.25V9.75z\"/></svg></li><li title=\"share android 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M13.5 3a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zM15 3a3 3 0 01-5.175 2.066l-3.92 2.179a3.005 3.005 0 010 1.51l3.92 2.179a3 3 0 11-.73 1.31l-3.92-2.178a3 3 0 110-4.133l3.92-2.178A3 3 0 1115 3zm-1.5 10a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zm-9-5a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0z\"/></svg></li><li title=\"share android 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M20 5.5a3.5 3.5 0 01-6.062 2.385l-5.112 3.021a3.497 3.497 0 010 2.188l5.112 3.021a3.5 3.5 0 11-.764 1.29l-5.112-3.02a3.5 3.5 0 110-4.77l5.112-3.021v.001A3.5 3.5 0 1120 5.5zm-1.5 0a2 2 0 11-4 0 2 2 0 014 0zM5.5 14a2 2 0 100-4 2 2 0 000 4zm13 4.5a2 2 0 11-4 0 2 2 0 014 0z\"/></svg></li><li title=\"shield 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M7.467.133a1.75 1.75 0 011.066 0l5.25 1.68A1.75 1.75 0 0115 3.48V7c0 1.566-.32 3.182-1.303 4.682-.983 1.498-2.585 2.813-5.032 3.855a1.7 1.7 0 01-1.33 0c-2.447-1.042-4.049-2.357-5.032-3.855C1.32 10.182 1 8.566 1 7V3.48a1.75 1.75 0 011.217-1.667l5.25-1.68zm.61 1.429a.25.25 0 00-.153 0l-5.25 1.68a.25.25 0 00-.174.238V7c0 1.358.275 2.666 1.057 3.86.784 1.194 2.121 2.34 4.366 3.297a.2.2 0 00.154 0c2.245-.956 3.582-2.104 4.366-3.298C13.225 9.666 13.5 8.36 13.5 7V3.48a.25.25 0 00-.174-.237l-5.25-1.68zM9 10.5a1 1 0 11-2 0 1 1 0 012 0zm-.25-5.75a.75.75 0 10-1.5 0v3a.75.75 0 001.5 0v-3z\"/></svg></li><li title=\"shield 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M13 15.5a1 1 0 11-2 0 1 1 0 012 0zm-.25-8.25a.75.75 0 00-1.5 0v4.5a.75.75 0 001.5 0v-4.5z\"/><path fill-rule=\"evenodd\" d=\"M11.46.637a1.75 1.75 0 011.08 0l8.25 2.675A1.75 1.75 0 0122 4.976V10c0 6.19-3.77 10.705-9.401 12.83a1.699 1.699 0 01-1.198 0C5.771 20.704 2 16.19 2 10V4.976c0-.76.49-1.43 1.21-1.664L11.46.637zm.617 1.426a.25.25 0 00-.154 0L3.673 4.74a.249.249 0 00-.173.237V10c0 5.461 3.28 9.483 8.43 11.426a.2.2 0 00.14 0C17.22 19.483 20.5 15.46 20.5 10V4.976a.25.25 0 00-.173-.237l-8.25-2.676z\"/></svg></li><li title=\"shield check 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M8.533.133a1.75 1.75 0 00-1.066 0l-5.25 1.68A1.75 1.75 0 001 3.48V7c0 1.566.32 3.182 1.303 4.682.983 1.498 2.585 2.813 5.032 3.855a1.7 1.7 0 001.33 0c2.447-1.042 4.049-2.357 5.032-3.855C14.68 10.182 15 8.566 15 7V3.48a1.75 1.75 0 00-1.217-1.667L8.533.133zm-.61 1.429a.25.25 0 01.153 0l5.25 1.68a.25.25 0 01.174.238V7c0 1.358-.275 2.666-1.057 3.86-.784 1.194-2.121 2.34-4.366 3.297a.2.2 0 01-.154 0c-2.245-.956-3.582-2.104-4.366-3.298C2.775 9.666 2.5 8.36 2.5 7V3.48a.25.25 0 01.174-.237l5.25-1.68zM11.28 6.28a.75.75 0 00-1.06-1.06L7.25 8.19l-.97-.97a.75.75 0 10-1.06 1.06l1.5 1.5a.75.75 0 001.06 0l3.5-3.5z\"/></svg></li><li title=\"shield check 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M16.53 9.78a.75.75 0 00-1.06-1.06L11 13.19l-1.97-1.97a.75.75 0 00-1.06 1.06l2.5 2.5a.75.75 0 001.06 0l5-5z\"/><path fill-rule=\"evenodd\" d=\"M12.54.637a1.75 1.75 0 00-1.08 0L3.21 3.312A1.75 1.75 0 002 4.976V10c0 6.19 3.77 10.705 9.401 12.83.386.145.812.145 1.198 0C18.229 20.704 22 16.19 22 10V4.976c0-.759-.49-1.43-1.21-1.664L12.54.637zm-.617 1.426a.25.25 0 01.154 0l8.25 2.676a.25.25 0 01.173.237V10c0 5.461-3.28 9.483-8.43 11.426a.2.2 0 01-.14 0C6.78 19.483 3.5 15.46 3.5 10V4.976c0-.108.069-.203.173-.237l8.25-2.676z\"/></svg></li><li title=\"shield lock 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M8.533.133a1.75 1.75 0 00-1.066 0l-5.25 1.68A1.75 1.75 0 001 3.48V7c0 1.566.32 3.182 1.303 4.682.983 1.498 2.585 2.813 5.032 3.855a1.7 1.7 0 001.33 0c2.447-1.042 4.049-2.357 5.032-3.855C14.68 10.182 15 8.566 15 7V3.48a1.75 1.75 0 00-1.217-1.667L8.533.133zm-.61 1.429a.25.25 0 01.153 0l5.25 1.68a.25.25 0 01.174.238V7c0 1.358-.275 2.666-1.057 3.86-.784 1.194-2.121 2.34-4.366 3.297a.2.2 0 01-.154 0c-2.245-.956-3.582-2.104-4.366-3.298C2.775 9.666 2.5 8.36 2.5 7V3.48a.25.25 0 01.174-.237l5.25-1.68zM9.5 6.5a1.5 1.5 0 01-.75 1.3v2.45a.75.75 0 01-1.5 0V7.8A1.5 1.5 0 119.5 6.5z\"/></svg></li><li title=\"shield lock 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M12.077 2.563a.25.25 0 00-.154 0L3.673 5.24a.249.249 0 00-.173.237V10.5c0 5.461 3.28 9.483 8.43 11.426a.2.2 0 00.14 0c5.15-1.943 8.43-5.965 8.43-11.426V5.476a.25.25 0 00-.173-.237l-8.25-2.676zm-.617-1.426a1.75 1.75 0 011.08 0l8.25 2.675A1.75 1.75 0 0122 5.476V10.5c0 6.19-3.77 10.705-9.401 12.83a1.699 1.699 0 01-1.198 0C5.771 21.204 2 16.69 2 10.5V5.476c0-.76.49-1.43 1.21-1.664l8.25-2.675zM13 12.232A2 2 0 0012 8.5a2 2 0 00-1 3.732V15a1 1 0 102 0v-2.768z\"/></svg></li><li title=\"shield x 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M8.533.133a1.75 1.75 0 00-1.066 0l-5.25 1.68A1.75 1.75 0 001 3.48V7c0 1.566.32 3.182 1.303 4.682.983 1.498 2.585 2.813 5.032 3.855a1.7 1.7 0 001.33 0c2.447-1.042 4.049-2.357 5.032-3.855C14.68 10.182 15 8.566 15 7V3.48a1.75 1.75 0 00-1.217-1.667L8.533.133zm-.61 1.429a.25.25 0 01.153 0l5.25 1.68a.25.25 0 01.174.238V7c0 1.358-.275 2.666-1.057 3.86-.784 1.194-2.121 2.34-4.366 3.297a.2.2 0 01-.154 0c-2.245-.956-3.582-2.104-4.366-3.298C2.775 9.666 2.5 8.36 2.5 7V3.48a.25.25 0 01.174-.237l5.25-1.68zM6.78 5.22a.75.75 0 10-1.06 1.06L6.94 7.5 5.72 8.72a.75.75 0 001.06 1.06L8 8.56l1.22 1.22a.75.75 0 101.06-1.06L9.06 7.5l1.22-1.22a.75.75 0 10-1.06-1.06L8 6.44 6.78 5.22z\"/></svg></li><li title=\"shield x 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M9.28 7.72a.75.75 0 00-1.06 1.06l2.72 2.72-2.72 2.72a.75.75 0 101.06 1.06L12 12.56l2.72 2.72a.75.75 0 101.06-1.06l-2.72-2.72 2.72-2.72a.75.75 0 00-1.06-1.06L12 10.44 9.28 7.72z\"/><path fill-rule=\"evenodd\" d=\"M12.54.637a1.75 1.75 0 00-1.08 0L3.21 3.312A1.75 1.75 0 002 4.976V10c0 6.19 3.77 10.705 9.401 12.83.386.145.812.145 1.198 0C18.229 20.704 22 16.19 22 10V4.976c0-.759-.49-1.43-1.21-1.664L12.54.637zm-.617 1.426a.25.25 0 01.154 0l8.25 2.676a.25.25 0 01.173.237V10c0 5.461-3.28 9.483-8.43 11.426a.2.2 0 01-.14 0C6.78 19.483 3.5 15.46 3.5 10V4.976c0-.108.069-.203.173-.237l8.25-2.676z\"/></svg></li><li title=\"sidebar collapse 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M6.823 7.823L4.427 5.427A.25.25 0 004 5.604v4.792c0 .223.27.335.427.177l2.396-2.396a.25.25 0 000-.354z\"/><path fill-rule=\"evenodd\" d=\"M1.75 0A1.75 1.75 0 000 1.75v12.5C0 15.216.784 16 1.75 16h12.5A1.75 1.75 0 0016 14.25V1.75A1.75 1.75 0 0014.25 0H1.75zM1.5 1.75a.25.25 0 01.25-.25H9.5v13H1.75a.25.25 0 01-.25-.25V1.75zM11 14.5v-13h3.25a.25.25 0 01.25.25v12.5a.25.25 0 01-.25.25H11z\"/></svg></li><li title=\"sidebar collapse 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M7.22 14.47L9.69 12 7.22 9.53a.75.75 0 111.06-1.06l3 3a.75.75 0 010 1.06l-3 3a.75.75 0 01-1.06-1.06z\"/><path fill-rule=\"evenodd\" d=\"M3.75 2A1.75 1.75 0 002 3.75v16.5c0 .966.784 1.75 1.75 1.75h16.5A1.75 1.75 0 0022 20.25V3.75A1.75 1.75 0 0020.25 2H3.75zM3.5 3.75a.25.25 0 01.25-.25H15v17H3.75a.25.25 0 01-.25-.25V3.75zm13 16.75v-17h3.75a.25.25 0 01.25.25v16.5a.25.25 0 01-.25.25H16.5z\"/></svg></li><li title=\"sidebar expand 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M4.177 7.823l2.396-2.396A.25.25 0 017 5.604v4.792a.25.25 0 01-.427.177L4.177 8.177a.25.25 0 010-.354z\"/><path fill-rule=\"evenodd\" d=\"M0 1.75C0 .784.784 0 1.75 0h12.5C15.216 0 16 .784 16 1.75v12.5A1.75 1.75 0 0114.25 16H1.75A1.75 1.75 0 010 14.25V1.75zm1.75-.25a.25.25 0 00-.25.25v12.5c0 .138.112.25.25.25H9.5v-13H1.75zm12.5 13H11v-13h3.25a.25.25 0 01.25.25v12.5a.25.25 0 01-.25.25z\"/></svg></li><li title=\"sidebar expand 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M11.28 9.53L8.81 12l2.47 2.47a.75.75 0 11-1.06 1.06l-3-3a.75.75 0 010-1.06l3-3a.75.75 0 111.06 1.06z\"/><path fill-rule=\"evenodd\" d=\"M3.75 2A1.75 1.75 0 002 3.75v16.5c0 .966.784 1.75 1.75 1.75h16.5A1.75 1.75 0 0022 20.25V3.75A1.75 1.75 0 0020.25 2H3.75zM3.5 3.75a.25.25 0 01.25-.25H15v17H3.75a.25.25 0 01-.25-.25V3.75zm13 16.75v-17h3.75a.25.25 0 01.25.25v16.5a.25.25 0 01-.25.25H16.5z\"/></svg></li><li title=\"sign in 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M2 2.75C2 1.784 2.784 1 3.75 1h2.5a.75.75 0 010 1.5h-2.5a.25.25 0 00-.25.25v10.5c0 .138.112.25.25.25h2.5a.75.75 0 010 1.5h-2.5A1.75 1.75 0 012 13.25V2.75zm6.56 4.5l1.97-1.97a.75.75 0 10-1.06-1.06L6.22 7.47a.75.75 0 000 1.06l3.25 3.25a.75.75 0 101.06-1.06L8.56 8.75h5.69a.75.75 0 000-1.5H8.56z\"/></svg></li><li title=\"sign in 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M3 3.25c0-.966.784-1.75 1.75-1.75h5.5a.75.75 0 010 1.5h-5.5a.25.25 0 00-.25.25v17.5c0 .138.112.25.25.25h5.5a.75.75 0 010 1.5h-5.5A1.75 1.75 0 013 20.75V3.25zm9.994 9.5l3.3 3.484a.75.75 0 01-1.088 1.032l-4.5-4.75a.75.75 0 010-1.032l4.5-4.75a.75.75 0 011.088 1.032l-3.3 3.484h8.256a.75.75 0 010 1.5h-8.256z\"/></svg></li><li title=\"sign out 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M2 2.75C2 1.784 2.784 1 3.75 1h2.5a.75.75 0 010 1.5h-2.5a.25.25 0 00-.25.25v10.5c0 .138.112.25.25.25h2.5a.75.75 0 010 1.5h-2.5A1.75 1.75 0 012 13.25V2.75zm10.44 4.5H6.75a.75.75 0 000 1.5h5.69l-1.97 1.97a.75.75 0 101.06 1.06l3.25-3.25a.75.75 0 000-1.06l-3.25-3.25a.75.75 0 10-1.06 1.06l1.97 1.97z\"/></svg></li><li title=\"sign out 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M3 3.25c0-.966.784-1.75 1.75-1.75h5.5a.75.75 0 010 1.5h-5.5a.25.25 0 00-.25.25v17.5c0 .138.112.25.25.25h5.5a.75.75 0 010 1.5h-5.5A1.75 1.75 0 013 20.75V3.25zm16.006 9.5l-3.3 3.484a.75.75 0 001.088 1.032l4.5-4.75a.75.75 0 000-1.032l-4.5-4.75a.75.75 0 00-1.088 1.032l3.3 3.484H10.75a.75.75 0 000 1.5h8.256z\"/></svg></li><li title=\"single select 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path d=\"M5.06 7.356l2.795 2.833c.08.081.21.081.29 0l2.794-2.833c.13-.131.038-.356-.145-.356H5.206c-.183 0-.275.225-.145.356z\"/><path fill-rule=\"evenodd\" d=\"M1 2.75C1 1.784 1.784 1 2.75 1h10.5c.966 0 1.75.784 1.75 1.75v10.5A1.75 1.75 0 0113.25 15H2.75A1.75 1.75 0 011 13.25V2.75zm1.75-.25a.25.25 0 00-.25.25v10.5c0 .138.112.25.25.25h10.5a.25.25 0 00.25-.25V2.75a.25.25 0 00-.25-.25H2.75z\"/></svg></li><li title=\"single select 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M7.854 10.854l3.792 3.792a.5.5 0 00.708 0l3.793-3.792a.5.5 0 00-.354-.854H8.207a.5.5 0 00-.353.854z\"/><path fill-rule=\"evenodd\" d=\"M2 3.75C2 2.784 2.784 2 3.75 2h16.5c.966 0 1.75.784 1.75 1.75v16.5A1.75 1.75 0 0120.25 22H3.75A1.75 1.75 0 012 20.25V3.75zm1.75-.25a.25.25 0 00-.25.25v16.5c0 .138.112.25.25.25h16.5a.25.25 0 00.25-.25V3.75a.25.25 0 00-.25-.25H3.75z\"/></svg></li><li title=\"skip 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M1.5 8a6.5 6.5 0 1113 0 6.5 6.5 0 01-13 0zM8 0a8 8 0 100 16A8 8 0 008 0zm3.28 5.78a.75.75 0 00-1.06-1.06l-5.5 5.5a.75.75 0 101.06 1.06l5.5-5.5z\"/></svg></li><li title=\"skip 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M17.28 7.78a.75.75 0 00-1.06-1.06l-9.5 9.5a.75.75 0 101.06 1.06l9.5-9.5z\"/><path fill-rule=\"evenodd\" d=\"M12 1C5.925 1 1 5.925 1 12s4.925 11 11 11 11-4.925 11-11S18.075 1 12 1zM2.5 12a9.5 9.5 0 1119 0 9.5 9.5 0 01-19 0z\"/></svg></li><li title=\"smiley 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M1.5 8a6.5 6.5 0 1113 0 6.5 6.5 0 01-13 0zM8 0a8 8 0 100 16A8 8 0 008 0zM5 8a1 1 0 100-2 1 1 0 000 2zm7-1a1 1 0 11-2 0 1 1 0 012 0zM5.32 9.636a.75.75 0 011.038.175l.007.009c.103.118.22.222.35.31.264.178.683.37 1.285.37.602 0 1.02-.192 1.285-.371.13-.088.247-.192.35-.31l.007-.008a.75.75 0 111.222.87l-.614-.431c.614.43.614.431.613.431v.001l-.001.002-.002.003-.005.007-.014.019a1.984 1.984 0 01-.184.213c-.16.166-.338.316-.53.445-.63.418-1.37.638-2.127.629-.946 0-1.652-.308-2.126-.63a3.32 3.32 0 01-.715-.657l-.014-.02-.005-.006-.002-.003v-.002h-.001l.613-.432-.614.43a.75.75 0 01.183-1.044h.001z\"/></svg></li><li title=\"smiley 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M8.456 14.494a.75.75 0 011.068.17 3.08 3.08 0 00.572.492A3.381 3.381 0 0012 15.72c.855 0 1.487-.283 1.904-.562a3.081 3.081 0 00.572-.492l.021-.026a.75.75 0 011.197.905l-.027.034c-.013.016-.03.038-.052.063-.044.05-.105.119-.184.198a4.569 4.569 0 01-.695.566A4.88 4.88 0 0112 17.22a4.88 4.88 0 01-2.736-.814 4.57 4.57 0 01-.695-.566 3.253 3.253 0 01-.236-.261c-.259-.332-.223-.824.123-1.084z\"/><path fill-rule=\"evenodd\" d=\"M12 1C5.925 1 1 5.925 1 12s4.925 11 11 11 11-4.925 11-11S18.075 1 12 1zM2.5 12a9.5 9.5 0 1119 0 9.5 9.5 0 01-19 0z\"/><path d=\"M9 10.75a1.25 1.25 0 11-2.5 0 1.25 1.25 0 012.5 0zM16.25 12a1.25 1.25 0 100-2.5 1.25 1.25 0 000 2.5z\"/></svg></li><li title=\"sort asc 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M0 4.25a.75.75 0 01.75-.75h2.5a.75.75 0 010 1.5H.75A.75.75 0 010 4.25zm0 4a.75.75 0 01.75-.75h4.5a.75.75 0 010 1.5H.75A.75.75 0 010 8.25zm0 4a.75.75 0 01.75-.75h7.5a.75.75 0 010 1.5H.75a.75.75 0 01-.75-.75zm12.927-9.677a.25.25 0 00-.354 0l-3 3A.25.25 0 009.75 6H12v6.75a.75.75 0 001.5 0V6h2.25a.25.25 0 00.177-.427l-3-3z\"/></svg></li><li title=\"sort asc 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M18.5 17.25a.75.75 0 01-1.5 0V7.56l-2.22 2.22a.75.75 0 11-1.06-1.06l3.5-3.5a.75.75 0 011.06 0l3.5 3.5a.75.75 0 01-1.06 1.06L18.5 7.56v9.69zm-15.75.25a.75.75 0 010-1.5h9.5a.75.75 0 010 1.5h-9.5zm0-5a.75.75 0 010-1.5h5.5a.75.75 0 010 1.5h-5.5zm0-5a.75.75 0 010-1.5h3.5a.75.75 0 010 1.5h-3.5z\"/></svg></li><li title=\"sort desc 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M0 4.25a.75.75 0 01.75-.75h7.5a.75.75 0 010 1.5H.75A.75.75 0 010 4.25zm0 4a.75.75 0 01.75-.75h4.5a.75.75 0 010 1.5H.75A.75.75 0 010 8.25zm0 4a.75.75 0 01.75-.75h2.5a.75.75 0 010 1.5H.75a.75.75 0 01-.75-.75z\"/><path d=\"M13.5 10h2.25a.25.25 0 01.177.427l-3 3a.25.25 0 01-.354 0l-3-3A.25.25 0 019.75 10H12V3.75a.75.75 0 011.5 0V10z\"/></svg></li><li title=\"sort desc 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M18.5 16.44V6.75a.75.75 0 00-1.5 0v9.69l-2.22-2.22a.75.75 0 10-1.06 1.06l3.5 3.5a.75.75 0 001.06 0l3.5-3.5a.75.75 0 10-1.06-1.06l-2.22 2.22zM2 7.25a.75.75 0 01.75-.75h9.5a.75.75 0 010 1.5h-9.5A.75.75 0 012 7.25zm0 5a.75.75 0 01.75-.75h5.5a.75.75 0 010 1.5h-5.5a.75.75 0 01-.75-.75zm0 5a.75.75 0 01.75-.75h3.5a.75.75 0 010 1.5h-3.5a.75.75 0 01-.75-.75z\"/></svg></li><li title=\"square 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M4 5.75C4 4.784 4.784 4 5.75 4h4.5c.966 0 1.75.784 1.75 1.75v4.5A1.75 1.75 0 0110.25 12h-4.5A1.75 1.75 0 014 10.25v-4.5zm1.75-.25a.25.25 0 00-.25.25v4.5c0 .138.112.25.25.25h4.5a.25.25 0 00.25-.25v-4.5a.25.25 0 00-.25-.25h-4.5z\"/></svg></li><li title=\"square 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M6 7.75C6 6.784 6.784 6 7.75 6h8.5c.966 0 1.75.784 1.75 1.75v8.5A1.75 1.75 0 0116.25 18h-8.5A1.75 1.75 0 016 16.25v-8.5zm1.75-.25a.25.25 0 00-.25.25v8.5c0 .138.112.25.25.25h8.5a.25.25 0 00.25-.25v-8.5a.25.25 0 00-.25-.25h-8.5z\"/></svg></li><li title=\"square fill 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M5.75 4A1.75 1.75 0 004 5.75v4.5c0 .966.784 1.75 1.75 1.75h4.5A1.75 1.75 0 0012 10.25v-4.5A1.75 1.75 0 0010.25 4h-4.5z\"/></svg></li><li title=\"square fill 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M7.75 6A1.75 1.75 0 006 7.75v8.5c0 .966.784 1.75 1.75 1.75h8.5A1.75 1.75 0 0018 16.25v-8.5A1.75 1.75 0 0016.25 6h-8.5z\"/></svg></li><li title=\"squirrel 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M3.499.75a.75.75 0 011.5 0v.996C5.9 2.903 6.793 3.65 7.662 4.376l.24.202c-.036-.694.055-1.422.426-2.163C9.1.873 10.794-.045 12.622.26 14.408.558 16 1.94 16 4.25c0 1.278-.954 2.575-2.44 2.734l.146.508.065.22c.203.701.412 1.455.476 2.226.142 1.707-.4 3.03-1.487 3.898C11.714 14.671 10.27 15 8.75 15h-6a.75.75 0 010-1.5h1.376a4.489 4.489 0 01-.563-1.191 3.833 3.833 0 01-.05-2.063 4.636 4.636 0 01-2.025-.293.75.75 0 11.525-1.406c1.357.507 2.376-.006 2.698-.318l.009-.01a.748.748 0 011.06 0 .75.75 0 01-.012 1.074c-.912.92-.992 1.835-.768 2.586.221.74.745 1.337 1.196 1.621H8.75c1.343 0 2.398-.296 3.074-.836.635-.507 1.036-1.31.928-2.602-.05-.603-.216-1.224-.422-1.93l-.064-.221c-.12-.407-.246-.84-.353-1.29a2.404 2.404 0 01-.507-.441 3.063 3.063 0 01-.633-1.248.75.75 0 011.455-.364c.046.185.144.436.31.627.146.168.353.305.712.305.738 0 1.25-.615 1.25-1.25 0-1.47-.95-2.315-2.123-2.51-1.172-.196-2.227.387-2.706 1.345-.46.92-.27 1.774.019 3.062l.042.19a.753.753 0 01.01.05c.348.443.666.949.94 1.553a.75.75 0 11-1.365.62c-.553-1.217-1.32-1.94-2.3-2.768a85.08 85.08 0 00-.317-.265c-.814-.68-1.75-1.462-2.692-2.619a3.74 3.74 0 00-1.023.88c-.406.495-.663 1.036-.722 1.508.116.122.306.21.591.239.388.038.797-.06 1.032-.19a.75.75 0 01.728 1.31c-.515.287-1.23.439-1.906.373-.682-.067-1.473-.38-1.879-1.193L.75 5.677V5.5c0-.984.48-1.94 1.077-2.664.46-.559 1.05-1.055 1.673-1.353V.75z\"/></svg></li><li title=\"squirrel 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M18.377 3.49c-1.862-.31-3.718.62-4.456 2.095-.428.857-.691 1.624-.728 2.361-.035.71.138 1.444.67 2.252.644.854 1.199 1.913 1.608 3.346a.75.75 0 11-1.442.412c-.353-1.236-.82-2.135-1.372-2.865l-.008-.01c-.53-.698-1.14-1.242-1.807-1.778a50.724 50.724 0 00-.667-.524C9.024 7.884 7.71 6.863 6.471 5.16c-.59.287-1.248.798-1.806 1.454-.665.78-1.097 1.66-1.158 2.446.246.36.685.61 1.246.715.643.12 1.278.015 1.633-.182a.75.75 0 11.728 1.311c-.723.402-1.728.516-2.637.346-.916-.172-1.898-.667-2.398-1.666L2 9.427V9.25c0-1.323.678-2.615 1.523-3.607.7-.824 1.59-1.528 2.477-1.917V2.75a.75.75 0 111.5 0v1.27c1.154 1.67 2.363 2.612 3.568 3.551.207.162.415.323.621.489.001-.063.003-.126.006-.188.052-1.034.414-2.017.884-2.958 1.06-2.118 3.594-3.313 6.044-2.904 1.225.204 2.329.795 3.125 1.748C22.546 4.713 23 5.988 23 7.5c0 1.496-.913 3.255-2.688 3.652.838 1.699 1.438 3.768 1.181 5.697-.269 2.017-1.04 3.615-2.582 4.675C17.409 22.558 15.288 23 12.5 23H4.75a.75.75 0 010-1.5h2.322c-.58-.701-.998-1.578-1.223-2.471-.327-1.3-.297-2.786.265-4.131-.92.091-1.985-.02-3.126-.445a.75.75 0 11.524-1.406c1.964.733 3.428.266 4.045-.19.068-.06.137-.12.208-.18a.745.745 0 01.861-.076.746.746 0 01.32.368.752.752 0 01-.173.819c-.077.076-.16.15-.252.221-1.322 1.234-1.62 3.055-1.218 4.654.438 1.737 1.574 2.833 2.69 2.837H12.5c2.674 0 4.429-.433 5.56-1.212 1.094-.752 1.715-1.904 1.946-3.637.236-1.768-.445-3.845-1.407-5.529a.576.576 0 01-.012-.02 3.557 3.557 0 01-1.553-.94c-.556-.565-.89-1.243-1.012-1.73a.75.75 0 011.456-.364c.057.231.26.67.626 1.043.35.357.822.623 1.443.623 1.172 0 1.953-1.058 1.953-2.234 0-1.205-.357-2.127-.903-2.78-.547-.654-1.318-1.08-2.22-1.23z\"/></svg></li><li title=\"stack 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M7.122.392a1.75 1.75 0 011.756 0l5.003 2.902c.83.481.83 1.68 0 2.162L8.878 8.358a1.75 1.75 0 01-1.756 0L2.119 5.456a1.25 1.25 0 010-2.162L7.122.392zM8.125 1.69a.25.25 0 00-.25 0l-4.63 2.685 4.63 2.685a.25.25 0 00.25 0l4.63-2.685-4.63-2.685zM1.601 7.789a.75.75 0 011.025-.273l5.249 3.044a.25.25 0 00.25 0l5.249-3.044a.75.75 0 01.752 1.298l-5.248 3.044a1.75 1.75 0 01-1.756 0L1.874 8.814A.75.75 0 011.6 7.789zm0 3.5a.75.75 0 011.025-.273l5.249 3.044a.25.25 0 00.25 0l5.249-3.044a.75.75 0 01.752 1.298l-5.248 3.044a1.75 1.75 0 01-1.756 0l-5.248-3.044a.75.75 0 01-.273-1.025z\"/></svg></li><li title=\"stack 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M11.063 1.456a1.75 1.75 0 011.874 0l8.383 5.316a1.75 1.75 0 010 2.956l-8.383 5.316a1.75 1.75 0 01-1.874 0L2.68 9.728a1.75 1.75 0 010-2.956l8.383-5.316zm1.071 1.267a.25.25 0 00-.268 0L3.483 8.039a.25.25 0 000 .422l8.383 5.316a.25.25 0 00.268 0l8.383-5.316a.25.25 0 000-.422l-8.383-5.316z\"/><path fill-rule=\"evenodd\" d=\"M1.867 12.324a.75.75 0 011.035-.232l8.964 5.685a.25.25 0 00.268 0l8.964-5.685a.75.75 0 01.804 1.267l-8.965 5.685a1.75 1.75 0 01-1.874 0l-8.965-5.685a.75.75 0 01-.231-1.035z\"/><path fill-rule=\"evenodd\" d=\"M1.867 16.324a.75.75 0 011.035-.232l8.964 5.685a.25.25 0 00.268 0l8.964-5.685a.75.75 0 01.804 1.267l-8.965 5.685a1.75 1.75 0 01-1.874 0l-8.965-5.685a.75.75 0 01-.231-1.035z\"/></svg></li><li title=\"star 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M8 .25a.75.75 0 01.673.418l1.882 3.815 4.21.612a.75.75 0 01.416 1.279l-3.046 2.97.719 4.192a.75.75 0 01-1.088.791L8 12.347l-3.766 1.98a.75.75 0 01-1.088-.79l.72-4.194L.818 6.374a.75.75 0 01.416-1.28l4.21-.611L7.327.668A.75.75 0 018 .25zm0 2.445L6.615 5.5a.75.75 0 01-.564.41l-3.097.45 2.24 2.184a.75.75 0 01.216.664l-.528 3.084 2.769-1.456a.75.75 0 01.698 0l2.77 1.456-.53-3.084a.75.75 0 01.216-.664l2.24-2.183-3.096-.45a.75.75 0 01-.564-.41L8 2.694v.001z\"/></svg></li><li title=\"star 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M12 .25a.75.75 0 01.673.418l3.058 6.197 6.839.994a.75.75 0 01.415 1.279l-4.948 4.823 1.168 6.811a.75.75 0 01-1.088.791L12 18.347l-6.117 3.216a.75.75 0 01-1.088-.79l1.168-6.812-4.948-4.823a.75.75 0 01.416-1.28l6.838-.993L11.328.668A.75.75 0 0112 .25zm0 2.445L9.44 7.882a.75.75 0 01-.565.41l-5.725.832 4.143 4.038a.75.75 0 01.215.664l-.978 5.702 5.121-2.692a.75.75 0 01.698 0l5.12 2.692-.977-5.702a.75.75 0 01.215-.664l4.143-4.038-5.725-.831a.75.75 0 01-.565-.41L12 2.694z\"/></svg></li><li title=\"star fill 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M8 .25a.75.75 0 01.673.418l1.882 3.815 4.21.612a.75.75 0 01.416 1.279l-3.046 2.97.719 4.192a.75.75 0 01-1.088.791L8 12.347l-3.766 1.98a.75.75 0 01-1.088-.79l.72-4.194L.818 6.374a.75.75 0 01.416-1.28l4.21-.611L7.327.668A.75.75 0 018 .25z\"/></svg></li><li title=\"star fill 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M12.672.668a.75.75 0 00-1.345 0L8.27 6.865l-6.838.994a.75.75 0 00-.416 1.279l4.948 4.823-1.168 6.811a.75.75 0 001.088.791L12 18.347l6.117 3.216a.75.75 0 001.088-.79l-1.168-6.812 4.948-4.823a.75.75 0 00-.416-1.28l-6.838-.993L12.672.668z\"/></svg></li><li title=\"stop 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M4.47.22A.75.75 0 015 0h6a.75.75 0 01.53.22l4.25 4.25c.141.14.22.331.22.53v6a.75.75 0 01-.22.53l-4.25 4.25A.75.75 0 0111 16H5a.75.75 0 01-.53-.22L.22 11.53A.75.75 0 010 11V5a.75.75 0 01.22-.53L4.47.22zm.84 1.28L1.5 5.31v5.38l3.81 3.81h5.38l3.81-3.81V5.31L10.69 1.5H5.31zM8 4a.75.75 0 01.75.75v3.5a.75.75 0 01-1.5 0v-3.5A.75.75 0 018 4zm0 8a1 1 0 100-2 1 1 0 000 2z\"/></svg></li><li title=\"stop 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12 7a.75.75 0 01.75.75v4.5a.75.75 0 01-1.5 0v-4.5A.75.75 0 0112 7zm0 10a1 1 0 100-2 1 1 0 000 2z\"/><path fill-rule=\"evenodd\" d=\"M7.328 1.47a.75.75 0 01.53-.22h8.284a.75.75 0 01.53.22l5.858 5.858c.141.14.22.33.22.53v8.284a.75.75 0 01-.22.53l-5.858 5.858a.75.75 0 01-.53.22H7.858a.75.75 0 01-.53-.22L1.47 16.672a.75.75 0 01-.22-.53V7.858a.75.75 0 01.22-.53L7.328 1.47zm.84 1.28L2.75 8.169v7.662l5.419 5.419h7.662l5.419-5.418V8.168L15.832 2.75H8.168z\"/></svg></li><li title=\"stopwatch 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M5.75.75A.75.75 0 016.5 0h3a.75.75 0 010 1.5h-.75v1l-.001.041a6.718 6.718 0 013.464 1.435l.007-.006.75-.75a.75.75 0 111.06 1.06l-.75.75-.006.007a6.75 6.75 0 11-10.548 0L2.72 5.03l-.75-.75a.75.75 0 011.06-1.06l.75.75.007.006A6.718 6.718 0 017.25 2.541a.756.756 0 010-.041v-1H6.5a.75.75 0 01-.75-.75zM8 14.5A5.25 5.25 0 108 4a5.25 5.25 0 000 10.5zm.389-6.7l1.33-1.33a.75.75 0 111.061 1.06L9.45 8.861A1.502 1.502 0 018 10.75a1.5 1.5 0 11.389-2.95z\"/></svg></li><li title=\"stopwatch 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M10.25 0a.75.75 0 000 1.5h1v1.278a9.955 9.955 0 00-5.635 2.276L4.28 3.72a.75.75 0 00-1.06 1.06l1.315 1.316A9.962 9.962 0 002 12.75c0 5.523 4.477 10 10 10s10-4.477 10-10a9.962 9.962 0 00-2.535-6.654L20.78 4.78a.75.75 0 00-1.06-1.06l-1.334 1.334a9.955 9.955 0 00-5.636-2.276V1.5h1a.75.75 0 000-1.5h-3.5zM12 21.25a8.5 8.5 0 100-17 8.5 8.5 0 000 17zm4.03-12.53a.75.75 0 010 1.06l-2.381 2.382a1.75 1.75 0 11-1.06-1.06l2.38-2.382a.75.75 0 011.061 0z\"/></svg></li><li title=\"strikethrough 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M7.581 3.25c-2.036 0-2.778 1.082-2.778 1.786 0 .055.002.107.006.157a.75.75 0 01-1.496.114 3.56 3.56 0 01-.01-.271c0-1.832 1.75-3.286 4.278-3.286 1.418 0 2.721.58 3.514 1.093a.75.75 0 11-.814 1.26c-.64-.414-1.662-.853-2.7-.853zm3.474 5.25h3.195a.75.75 0 000-1.5H1.75a.75.75 0 000 1.5h6.018c.835.187 1.503.464 1.951.81.439.34.647.725.647 1.197 0 .428-.159.895-.594 1.267-.444.38-1.254.726-2.676.726-1.373 0-2.38-.493-2.86-.956a.75.75 0 00-1.042 1.079C3.992 13.393 5.39 14 7.096 14c1.652 0 2.852-.403 3.65-1.085a3.134 3.134 0 001.12-2.408 2.85 2.85 0 00-.811-2.007z\"/></svg></li><li title=\"strikethrough 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M12.36 5C9.37 5 8.105 6.613 8.105 7.848c0 .411.072.744.193 1.02a.75.75 0 01-1.373.603 3.993 3.993 0 01-.32-1.623c0-2.363 2.271-4.348 5.755-4.348 1.931 0 3.722.794 4.814 1.5a.75.75 0 11-.814 1.26c-.94-.607-2.448-1.26-4-1.26zm4.173 7.5h3.717a.75.75 0 000-1.5H3.75a.75.75 0 000 1.5h9.136c1.162.28 2.111.688 2.76 1.211.642.518.979 1.134.979 1.898a2.63 2.63 0 01-.954 2.036c-.703.601-1.934 1.105-3.999 1.105-2.018 0-3.529-.723-4.276-1.445a.75.75 0 10-1.042 1.08c1.066 1.028 2.968 1.865 5.318 1.865 2.295 0 3.916-.56 4.974-1.464a4.131 4.131 0 001.479-3.177c0-1.296-.608-2.316-1.538-3.066a5.77 5.77 0 00-.054-.043z\"/></svg></li><li title=\"sun 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M8 10.5a2.5 2.5 0 100-5 2.5 2.5 0 000 5zM8 12a4 4 0 100-8 4 4 0 000 8zM8 0a.75.75 0 01.75.75v1.5a.75.75 0 01-1.5 0V.75A.75.75 0 018 0zm0 13a.75.75 0 01.75.75v1.5a.75.75 0 01-1.5 0v-1.5A.75.75 0 018 13zM2.343 2.343a.75.75 0 011.061 0l1.06 1.061a.75.75 0 01-1.06 1.06l-1.06-1.06a.75.75 0 010-1.06zm9.193 9.193a.75.75 0 011.06 0l1.061 1.06a.75.75 0 01-1.06 1.061l-1.061-1.06a.75.75 0 010-1.061zM16 8a.75.75 0 01-.75.75h-1.5a.75.75 0 010-1.5h1.5A.75.75 0 0116 8zM3 8a.75.75 0 01-.75.75H.75a.75.75 0 010-1.5h1.5A.75.75 0 013 8zm10.657-5.657a.75.75 0 010 1.061l-1.061 1.06a.75.75 0 11-1.06-1.06l1.06-1.06a.75.75 0 011.06 0zm-9.193 9.193a.75.75 0 010 1.06l-1.06 1.061a.75.75 0 11-1.061-1.06l1.06-1.061a.75.75 0 011.061 0z\"/></svg></li><li title=\"sun 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M12 17.5a5.5 5.5 0 100-11 5.5 5.5 0 000 11zm0 1.5a7 7 0 100-14 7 7 0 000 14zm12-7a.75.75 0 01-.75.75h-2.5a.75.75 0 010-1.5h2.5A.75.75 0 0124 12zM4 12a.75.75 0 01-.75.75H.75a.75.75 0 010-1.5h2.5A.75.75 0 014 12zm16.485-8.485a.75.75 0 010 1.06l-1.768 1.768a.75.75 0 01-1.06-1.06l1.767-1.768a.75.75 0 011.061 0zM6.343 17.657a.75.75 0 010 1.06l-1.768 1.768a.75.75 0 11-1.06-1.06l1.767-1.768a.75.75 0 011.061 0zM12 0a.75.75 0 01.75.75v2.5a.75.75 0 01-1.5 0V.75A.75.75 0 0112 0zm0 20a.75.75 0 01.75.75v2.5a.75.75 0 01-1.5 0v-2.5A.75.75 0 0112 20zM3.515 3.515a.75.75 0 011.06 0l1.768 1.768a.75.75 0 11-1.06 1.06L3.515 4.575a.75.75 0 010-1.06zm14.142 14.142a.75.75 0 011.06 0l1.768 1.768a.75.75 0 01-1.06 1.06l-1.768-1.767a.75.75 0 010-1.061z\"/></svg></li><li title=\"sync 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M8 2.5a5.487 5.487 0 00-4.131 1.869l1.204 1.204A.25.25 0 014.896 6H1.25A.25.25 0 011 5.75V2.104a.25.25 0 01.427-.177l1.38 1.38A7.001 7.001 0 0114.95 7.16a.75.75 0 11-1.49.178A5.501 5.501 0 008 2.5zM1.705 8.005a.75.75 0 01.834.656 5.501 5.501 0 009.592 2.97l-1.204-1.204a.25.25 0 01.177-.427h3.646a.25.25 0 01.25.25v3.646a.25.25 0 01-.427.177l-1.38-1.38A7.001 7.001 0 011.05 8.84a.75.75 0 01.656-.834z\"/></svg></li><li title=\"sync 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M3.38 8A9.502 9.502 0 0112 2.5a9.502 9.502 0 019.215 7.182.75.75 0 101.456-.364C21.473 4.539 17.15 1 12 1a10.995 10.995 0 00-9.5 5.452V4.75a.75.75 0 00-1.5 0V8.5a1 1 0 001 1h3.75a.75.75 0 000-1.5H3.38zm-.595 6.318a.75.75 0 00-1.455.364C2.527 19.461 6.85 23 12 23c4.052 0 7.592-2.191 9.5-5.451v1.701a.75.75 0 001.5 0V15.5a1 1 0 00-1-1h-3.75a.75.75 0 000 1.5h2.37A9.502 9.502 0 0112 21.5c-4.446 0-8.181-3.055-9.215-7.182z\"/></svg></li><li title=\"tab 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M22 4.25a.75.75 0 00-1.5 0v15a.75.75 0 001.5 0v-15zm-9.72 14.28a.75.75 0 11-1.06-1.06l4.97-4.97H1.75a.75.75 0 010-1.5h14.44l-4.97-4.97a.75.75 0 011.06-1.06l6.25 6.25a.75.75 0 010 1.06l-6.25 6.25z\"/></svg></li><li title=\"table 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M0 1.75C0 .784.784 0 1.75 0h12.5C15.216 0 16 .784 16 1.75v3.585a.746.746 0 010 .83v8.085A1.75 1.75 0 0114.25 16H6.309a.748.748 0 01-1.118 0H1.75A1.75 1.75 0 010 14.25V6.165a.746.746 0 010-.83V1.75zM1.5 6.5v7.75c0 .138.112.25.25.25H5v-8H1.5zM5 5H1.5V1.75a.25.25 0 01.25-.25H5V5zm1.5 1.5v8h7.75a.25.25 0 00.25-.25V6.5h-8zm8-1.5h-8V1.5h7.75a.25.25 0 01.25.25V5z\"/></svg></li><li title=\"table 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M2 3.75C2 2.784 2.784 2 3.75 2h16.5c.966 0 1.75.784 1.75 1.75v16.5A1.75 1.75 0 0120.25 22H3.75A1.75 1.75 0 012 20.25V3.75zM3.5 9v11.25c0 .138.112.25.25.25H7.5V9h-4zm4-1.5h-4V3.75a.25.25 0 01.25-.25H7.5v4zM9 9v11.5h11.25a.25.25 0 00.25-.25V9H9zm11.5-1.5H9v-4h11.25a.25.25 0 01.25.25V7.5z\"/></svg></li><li title=\"tag 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M2.5 7.775V2.75a.25.25 0 01.25-.25h5.025a.25.25 0 01.177.073l6.25 6.25a.25.25 0 010 .354l-5.025 5.025a.25.25 0 01-.354 0l-6.25-6.25a.25.25 0 01-.073-.177zm-1.5 0V2.75C1 1.784 1.784 1 2.75 1h5.025c.464 0 .91.184 1.238.513l6.25 6.25a1.75 1.75 0 010 2.474l-5.026 5.026a1.75 1.75 0 01-2.474 0l-6.25-6.25A1.75 1.75 0 011 7.775zM6 5a1 1 0 100 2 1 1 0 000-2z\"/></svg></li><li title=\"tag 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M7.75 6.5a1.25 1.25 0 100 2.5 1.25 1.25 0 000-2.5z\"/><path fill-rule=\"evenodd\" d=\"M2.5 1A1.5 1.5 0 001 2.5v8.44c0 .397.158.779.44 1.06l10.25 10.25a1.5 1.5 0 002.12 0l8.44-8.44a1.5 1.5 0 000-2.12L12 1.44A1.5 1.5 0 0010.94 1H2.5zm0 1.5h8.44l10.25 10.25-8.44 8.44L2.5 10.94V2.5z\"/></svg></li><li title=\"tasklist 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M2.5 2.75a.25.25 0 01.25-.25h10.5a.25.25 0 01.25.25v10.5a.25.25 0 01-.25.25H2.75a.25.25 0 01-.25-.25V2.75zM2.75 1A1.75 1.75 0 001 2.75v10.5c0 .966.784 1.75 1.75 1.75h10.5A1.75 1.75 0 0015 13.25V2.75A1.75 1.75 0 0013.25 1H2.75zm9.03 5.28a.75.75 0 00-1.06-1.06L6.75 9.19 5.28 7.72a.75.75 0 00-1.06 1.06l2 2a.75.75 0 001.06 0l4.5-4.5z\"/></svg></li><li title=\"tasklist 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M17.28 9.28a.75.75 0 00-1.06-1.06l-5.97 5.97-2.47-2.47a.75.75 0 00-1.06 1.06l3 3a.75.75 0 001.06 0l6.5-6.5z\"/><path fill-rule=\"evenodd\" d=\"M3.75 2A1.75 1.75 0 002 3.75v16.5c0 .966.784 1.75 1.75 1.75h16.5A1.75 1.75 0 0022 20.25V3.75A1.75 1.75 0 0020.25 2H3.75zM3.5 3.75a.25.25 0 01.25-.25h16.5a.25.25 0 01.25.25v16.5a.25.25 0 01-.25.25H3.75a.25.25 0 01-.25-.25V3.75z\"/></svg></li><li title=\"telescope 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M14.184 1.143a1.75 1.75 0 00-2.502-.57L.912 7.916a1.75 1.75 0 00-.53 2.32l.447.775a1.75 1.75 0 002.275.702l11.745-5.656a1.75 1.75 0 00.757-2.451l-1.422-2.464zm-1.657.669a.25.25 0 01.358.081l1.422 2.464a.25.25 0 01-.108.35l-2.016.97-1.505-2.605 1.85-1.26zM9.436 3.92l1.391 2.41-5.42 2.61-.942-1.63 4.97-3.39zM3.222 8.157l-1.466 1a.25.25 0 00-.075.33l.447.775a.25.25 0 00.325.1l1.598-.769-.83-1.436zm6.253 2.306a.75.75 0 00-.944-.252l-1.809.87a.75.75 0 00-.293.253L4.38 14.326a.75.75 0 101.238.848l1.881-2.75v2.826a.75.75 0 001.5 0v-2.826l1.881 2.75a.75.75 0 001.238-.848l-2.644-3.863z\"/></svg></li><li title=\"telescope 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M.408 15.13a2 2 0 01.59-2.642L17.038 1.33a2 2 0 012.85.602l2.828 4.644a2 2 0 01-.851 2.847l-17.762 8.43a2 2 0 01-2.59-.807L.408 15.13zm5.263-4.066l7.842-5.455 2.857 4.76-8.712 4.135-1.987-3.44zm-1.235.86L1.854 13.72a.5.5 0 00-.147.66l1.105 1.915a.5.5 0 00.648.201l2.838-1.347-1.862-3.225zm13.295-2.2L14.747 4.75l3.148-2.19a.5.5 0 01.713.151l2.826 4.644a.5.5 0 01-.212.712l-3.49 1.656z\"/><path d=\"M17.155 22.87a.75.75 0 00.226-1.036l-4-6.239a.75.75 0 00-.941-.278l-2.75 1.25a.75.75 0 00-.318.274l-3.25 4.989a.75.75 0 001.256.819l3.131-4.806.51-.232v5.64a.75.75 0 101.5 0v-6.22l3.6 5.613a.75.75 0 001.036.226z\"/></svg></li><li title=\"telescope fill 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M8.531 10.21a.75.75 0 01.944.253l2.644 3.864a.75.75 0 11-1.238.847L9 12.424v2.826a.75.75 0 01-1.5 0v-2.826l-1.881 2.75a.75.75 0 01-1.238-.848l2.048-2.992a.75.75 0 01.293-.252l1.81-.871zM11.905.42a1.5 1.5 0 012.144.49l1.692 2.93a1.5 1.5 0 01-.649 2.102L2.895 11.815a1.5 1.5 0 01-1.95-.602l-.68-1.176a1.5 1.5 0 01.455-1.99L11.905.422zM3.279 8.119l.835 1.445 1.355-.653-.947-1.64-1.243.848zm7.728-1.874L9.6 3.808l1.243-.848 1.52 2.631-1.356.653z\"/></svg></li><li title=\"telescope fill 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M17.155 22.87a.75.75 0 00.226-1.036l-4-6.239a.75.75 0 00-.941-.277l-2.75 1.25a.75.75 0 00-.318.273l-3.25 4.989a.75.75 0 001.256.819l3.131-4.806.51-.232v5.64a.75.75 0 101.5 0v-6.22l3.6 5.613a.75.75 0 001.036.226z\"/><path fill-rule=\"evenodd\" d=\"M.408 15.13a2 2 0 01.59-2.642L17.038 1.33a2 2 0 012.85.602l2.828 4.644a2 2 0 01-.851 2.847l-17.762 8.43a2 2 0 01-2.59-.807L.408 15.13zm5.263-4.066l1.987 3.44-1.36.645-1.862-3.225 1.235-.86zm7.842-5.455l2.857 4.76 1.361-.646-2.984-4.973-1.234.859z\"/></svg></li><li title=\"terminal 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M0 2.75C0 1.784.784 1 1.75 1h12.5c.966 0 1.75.784 1.75 1.75v10.5A1.75 1.75 0 0114.25 15H1.75A1.75 1.75 0 010 13.25V2.75zm1.75-.25a.25.25 0 00-.25.25v10.5c0 .138.112.25.25.25h12.5a.25.25 0 00.25-.25V2.75a.25.25 0 00-.25-.25H1.75zM7.25 8a.75.75 0 01-.22.53l-2.25 2.25a.75.75 0 11-1.06-1.06L5.44 8 3.72 6.28a.75.75 0 111.06-1.06l2.25 2.25c.141.14.22.331.22.53zm1.5 1.5a.75.75 0 000 1.5h3a.75.75 0 000-1.5h-3z\"/></svg></li><li title=\"terminal 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M9.25 12a.75.75 0 01-.22.53l-2.75 2.75a.75.75 0 01-1.06-1.06L7.44 12 5.22 9.78a.75.75 0 111.06-1.06l2.75 2.75c.141.14.22.331.22.53zm2 2a.75.75 0 000 1.5h5a.75.75 0 000-1.5h-5z\"/><path fill-rule=\"evenodd\" d=\"M0 4.75C0 3.784.784 3 1.75 3h20.5c.966 0 1.75.784 1.75 1.75v14.5A1.75 1.75 0 0122.25 21H1.75A1.75 1.75 0 010 19.25V4.75zm1.75-.25a.25.25 0 00-.25.25v14.5c0 .138.112.25.25.25h20.5a.25.25 0 00.25-.25V4.75a.25.25 0 00-.25-.25H1.75z\"/></svg></li><li title=\"three bars 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M1 2.75A.75.75 0 011.75 2h12.5a.75.75 0 110 1.5H1.75A.75.75 0 011 2.75zm0 5A.75.75 0 011.75 7h12.5a.75.75 0 110 1.5H1.75A.75.75 0 011 7.75zM1.75 12a.75.75 0 100 1.5h12.5a.75.75 0 100-1.5H1.75z\"/></svg></li><li title=\"thumbsdown 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M7.083 15.986c1.34.153 2.334-.982 2.334-2.183v-.5c0-1.329.646-2.123 1.317-2.614.329-.24.66-.403.919-.508a1.75 1.75 0 001.514.872h1a1.75 1.75 0 001.75-1.75v-7.5a1.75 1.75 0 00-1.75-1.75h-1a1.75 1.75 0 00-1.662 1.2c-.525-.074-1.068-.228-1.726-.415L9.305.705C8.151.385 6.765.053 4.917.053c-1.706 0-2.97.152-3.722 1.139-.353.463-.537 1.042-.669 1.672C.41 3.424.32 4.108.214 4.897l-.04.306c-.25 1.869-.266 3.318.188 4.316.244.537.622.943 1.136 1.2.495.248 1.066.334 1.669.334h1.422l-.015.112c-.07.518-.157 1.17-.157 1.638 0 .921.151 1.718.655 2.299.512.589 1.248.797 2.011.884zm4.334-13.232c-.706-.089-1.39-.284-2.072-.479a63.914 63.914 0 00-.441-.125c-1.096-.304-2.335-.597-3.987-.597-1.794 0-2.28.222-2.529.548-.147.193-.275.505-.393 1.07-.105.502-.188 1.124-.295 1.93l-.04.3c-.25 1.882-.19 2.933.067 3.497a.921.921 0 00.443.48c.208.104.52.175.997.175h1.75c.685 0 1.295.577 1.205 1.335-.022.192-.049.39-.075.586-.066.488-.13.97-.13 1.329 0 .808.144 1.15.288 1.316.137.157.401.303 1.048.377.307.035.664-.237.664-.693v-.5c0-1.922.978-3.127 1.932-3.825a5.862 5.862 0 011.568-.809V2.754zm1.75 6.798a.25.25 0 01-.25-.25v-7.5a.25.25 0 01.25-.25h1a.25.25 0 01.25.25v7.5a.25.25 0 01-.25.25h-1z\"/></svg></li><li title=\"thumbsdown 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M12.596 21.957c-1.301.092-2.303-.986-2.303-2.206v-1.053c0-2.666-1.813-3.785-2.774-4.2a1.864 1.864 0 00-.523-.13A1.75 1.75 0 015.25 16h-1.5A1.75 1.75 0 012 14.25V3.75C2 2.784 2.784 2 3.75 2h1.5a1.75 1.75 0 011.742 1.58c.838-.06 1.667-.296 2.69-.586l.602-.17C11.748 2.419 13.497 2 15.828 2c2.188 0 3.693.204 4.583 1.372.422.554.65 1.255.816 2.05.148.708.262 1.57.396 2.58l.051.39c.319 2.386.328 4.18-.223 5.394-.293.644-.743 1.125-1.355 1.431-.59.296-1.284.404-2.036.404h-2.05l.056.429c.025.18.05.372.076.572.06.483.117 1.006.117 1.438 0 1.245-.222 2.253-.92 2.942-.684.674-1.668.879-2.743.955zM7 5.082c1.059-.064 2.079-.355 3.118-.651.188-.054.377-.108.568-.16 1.406-.392 3.006-.771 5.142-.771 2.277 0 3.004.274 3.39.781.216.283.388.718.54 1.448.136.65.242 1.45.379 2.477l.05.385c.32 2.398.253 3.794-.102 4.574-.16.352-.375.569-.66.711-.305.153-.74.245-1.365.245h-2.37c-.681 0-1.293.57-1.211 1.328.026.244.065.537.105.834l.07.527c.06.482.105.922.105 1.25 0 1.125-.213 1.617-.473 1.873-.275.27-.774.456-1.795.528-.351.024-.698-.274-.698-.71v-1.053c0-3.55-2.488-5.063-3.68-5.577A3.485 3.485 0 007 12.861V5.08zM3.75 3.5a.25.25 0 00-.25.25v10.5c0 .138.112.25.25.25h1.5a.25.25 0 00.25-.25V3.75a.25.25 0 00-.25-.25h-1.5z\"/></svg></li><li title=\"thumbsup 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M8.834.066C7.494-.087 6.5 1.048 6.5 2.25v.5c0 1.329-.647 2.124-1.318 2.614-.328.24-.66.403-.918.508A1.75 1.75 0 002.75 5h-1A1.75 1.75 0 000 6.75v7.5C0 15.216.784 16 1.75 16h1a1.75 1.75 0 001.662-1.201c.525.075 1.067.229 1.725.415.152.043.31.088.475.133 1.154.32 2.54.653 4.388.653 1.706 0 2.97-.153 3.722-1.14.353-.463.537-1.042.668-1.672.118-.56.208-1.243.313-2.033l.04-.306c.25-1.869.265-3.318-.188-4.316a2.418 2.418 0 00-1.137-1.2C13.924 5.085 13.353 5 12.75 5h-1.422l.015-.113c.07-.518.157-1.17.157-1.637 0-.922-.151-1.719-.656-2.3-.51-.589-1.247-.797-2.01-.884zM4.5 13.3c.705.088 1.39.284 2.072.478l.441.125c1.096.305 2.334.598 3.987.598 1.794 0 2.28-.223 2.528-.549.147-.193.276-.505.394-1.07.105-.502.188-1.124.295-1.93l.04-.3c.25-1.882.189-2.933-.068-3.497a.922.922 0 00-.442-.48c-.208-.104-.52-.174-.997-.174H11c-.686 0-1.295-.577-1.206-1.336.023-.192.05-.39.076-.586.065-.488.13-.97.13-1.328 0-.809-.144-1.15-.288-1.316-.137-.158-.402-.304-1.048-.378C8.357 1.521 8 1.793 8 2.25v.5c0 1.922-.978 3.128-1.933 3.825a5.861 5.861 0 01-1.567.81V13.3zM2.75 6.5a.25.25 0 01.25.25v7.5a.25.25 0 01-.25.25h-1a.25.25 0 01-.25-.25v-7.5a.25.25 0 01.25-.25h1z\"/></svg></li><li title=\"thumbsup 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M12.596 2.043c-1.301-.092-2.303.986-2.303 2.206v1.053c0 2.666-1.813 3.785-2.774 4.2a1.866 1.866 0 01-.523.131A1.75 1.75 0 005.25 8h-1.5A1.75 1.75 0 002 9.75v10.5c0 .967.784 1.75 1.75 1.75h1.5a1.75 1.75 0 001.742-1.58c.838.06 1.667.296 2.69.586l.602.17c1.464.406 3.213.824 5.544.824 2.188 0 3.693-.204 4.583-1.372.422-.554.65-1.255.816-2.05.148-.708.262-1.57.396-2.58l.051-.39c.319-2.386.328-4.18-.223-5.394-.293-.644-.743-1.125-1.355-1.431-.59-.296-1.284-.404-2.036-.404h-2.05l.056-.429c.025-.18.05-.372.076-.572.06-.483.117-1.006.117-1.438 0-1.245-.222-2.253-.92-2.941-.684-.675-1.668-.88-2.743-.956zM7 18.918c1.059.064 2.079.355 3.118.652l.568.16c1.406.39 3.006.77 5.142.77 2.277 0 3.004-.274 3.39-.781.216-.283.388-.718.54-1.448.136-.65.242-1.45.379-2.477l.05-.384c.32-2.4.253-3.795-.102-4.575-.16-.352-.375-.568-.66-.711-.305-.153-.74-.245-1.365-.245h-2.37c-.681 0-1.293-.57-1.211-1.328.026-.243.065-.537.105-.834l.07-.527c.06-.482.105-.921.105-1.25 0-1.125-.213-1.617-.473-1.873-.275-.27-.774-.455-1.795-.528-.351-.024-.698.274-.698.71v1.053c0 3.55-2.488 5.063-3.68 5.577-.372.16-.754.232-1.113.26v7.78zM3.75 20.5a.25.25 0 01-.25-.25V9.75a.25.25 0 01.25-.25h1.5a.25.25 0 01.25.25v10.5a.25.25 0 01-.25.25h-1.5z\"/></svg></li><li title=\"tools 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M5.433 2.304A4.494 4.494 0 003.5 6c0 1.598.832 3.002 2.09 3.802.518.328.929.923.902 1.64v.008l-.164 3.337a.75.75 0 11-1.498-.073l.163-3.33c.002-.085-.05-.216-.207-.316A5.996 5.996 0 012 6a5.994 5.994 0 012.567-4.92 1.482 1.482 0 011.673-.04c.462.296.76.827.76 1.423v2.82c0 .082.041.16.11.206l.75.51a.25.25 0 00.28 0l.75-.51A.25.25 0 009 5.282V2.463c0-.596.298-1.127.76-1.423a1.482 1.482 0 011.673.04A5.994 5.994 0 0114 6a5.996 5.996 0 01-2.786 5.068c-.157.1-.209.23-.207.315l.163 3.33a.75.75 0 11-1.498.074l-.164-3.345c-.027-.717.384-1.312.902-1.64A4.496 4.496 0 0012.5 6a4.494 4.494 0 00-1.933-3.696c-.024.017-.067.067-.067.16v2.818a1.75 1.75 0 01-.767 1.448l-.75.51a1.75 1.75 0 01-1.966 0l-.75-.51A1.75 1.75 0 015.5 5.282V2.463c0-.092-.043-.142-.067-.159zm.01-.005z\"/></svg></li><li title=\"tools 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M7.875 2.292a.125.125 0 00-.032.018A7.24 7.24 0 004.75 8.25a7.247 7.247 0 003.654 6.297c.57.327.982.955.941 1.682v.002l-.317 6.058a.75.75 0 11-1.498-.078l.317-6.062v-.004c.006-.09-.047-.215-.188-.296A8.747 8.747 0 013.25 8.25a8.74 8.74 0 013.732-7.169 1.547 1.547 0 011.709-.064c.484.292.809.835.809 1.46v4.714a.25.25 0 00.119.213l2.25 1.385c.08.05.182.05.262 0l2.25-1.385a.25.25 0 00.119-.213V2.478c0-.626.325-1.169.81-1.461a1.547 1.547 0 011.708.064 8.74 8.74 0 013.732 7.17 8.747 8.747 0 01-4.41 7.598c-.14.081-.193.206-.188.296v.004l.318 6.062a.75.75 0 11-1.498.078l-.317-6.058v-.002c-.041-.727.37-1.355.94-1.682A7.247 7.247 0 0019.25 8.25a7.24 7.24 0 00-3.093-5.94.125.125 0 00-.032-.018l-.01-.001c-.003 0-.014 0-.031.01-.036.022-.084.079-.084.177V7.19a1.75 1.75 0 01-.833 1.49l-2.25 1.385a1.75 1.75 0 01-1.834 0l-2.25-1.384A1.75 1.75 0 018 7.192V2.477c0-.098-.048-.155-.084-.176a.062.062 0 00-.031-.011l-.01.001z\"/></svg></li><li title=\"trash 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M6.5 1.75a.25.25 0 01.25-.25h2.5a.25.25 0 01.25.25V3h-3V1.75zm4.5 0V3h2.25a.75.75 0 010 1.5H2.75a.75.75 0 010-1.5H5V1.75C5 .784 5.784 0 6.75 0h2.5C10.216 0 11 .784 11 1.75zM4.496 6.675a.75.75 0 10-1.492.15l.66 6.6A1.75 1.75 0 005.405 15h5.19c.9 0 1.652-.681 1.741-1.576l.66-6.6a.75.75 0 00-1.492-.149l-.66 6.6a.25.25 0 01-.249.225h-5.19a.25.25 0 01-.249-.225l-.66-6.6z\"/></svg></li><li title=\"trash 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M16 1.75V3h5.25a.75.75 0 010 1.5H2.75a.75.75 0 010-1.5H8V1.75C8 .784 8.784 0 9.75 0h4.5C15.216 0 16 .784 16 1.75zm-6.5 0a.25.25 0 01.25-.25h4.5a.25.25 0 01.25.25V3h-5V1.75z\"/><path d=\"M4.997 6.178a.75.75 0 10-1.493.144L4.916 20.92a1.75 1.75 0 001.742 1.58h10.684a1.75 1.75 0 001.742-1.581l1.413-14.597a.75.75 0 00-1.494-.144l-1.412 14.596a.25.25 0 01-.249.226H6.658a.25.25 0 01-.249-.226L4.997 6.178z\"/><path d=\"M9.206 7.501a.75.75 0 01.793.705l.5 8.5A.75.75 0 119 16.794l-.5-8.5a.75.75 0 01.705-.793zm6.293.793A.75.75 0 1014 8.206l-.5 8.5a.75.75 0 001.498.088l.5-8.5z\"/></svg></li><li title=\"triangle down 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path d=\"M4.427 7.427l3.396 3.396a.25.25 0 00.354 0l3.396-3.396A.25.25 0 0011.396 7H4.604a.25.25 0 00-.177.427z\"/></svg></li><li title=\"triangle down 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M11.646 15.146L5.854 9.354a.5.5 0 01.353-.854h11.586a.5.5 0 01.353.854l-5.793 5.792a.5.5 0 01-.707 0z\"/></svg></li><li title=\"triangle left 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path d=\"M9.573 4.427L6.177 7.823a.25.25 0 000 .354l3.396 3.396a.25.25 0 00.427-.177V4.604a.25.25 0 00-.427-.177z\"/></svg></li><li title=\"triangle left 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M8.854 11.646l5.792-5.792a.5.5 0 01.854.353v11.586a.5.5 0 01-.854.353l-5.792-5.792a.5.5 0 010-.708z\"/></svg></li><li title=\"triangle right 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path d=\"M6.427 4.427l3.396 3.396a.25.25 0 010 .354l-3.396 3.396A.25.25 0 016 11.396V4.604a.25.25 0 01.427-.177z\"/></svg></li><li title=\"triangle right 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M15.146 12.354l-5.792 5.792a.5.5 0 01-.854-.353V6.207a.5.5 0 01.854-.353l5.792 5.792a.5.5 0 010 .708z\"/></svg></li><li title=\"triangle up 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path d=\"M4.427 9.573l3.396-3.396a.25.25 0 01.354 0l3.396 3.396a.25.25 0 01-.177.427H4.604a.25.25 0 01-.177-.427z\"/></svg></li><li title=\"triangle up 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M12.354 8.854l5.792 5.792a.5.5 0 01-.353.854H6.207a.5.5 0 01-.353-.854l5.792-5.792a.5.5 0 01.708 0z\"/></svg></li><li title=\"typography 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M6.21 8.5L4.574 3.594 2.857 8.5H6.21zm.5 1.5l.829 2.487a.75.75 0 001.423-.474L5.735 2.332a1.216 1.216 0 00-2.302-.018l-3.39 9.688a.75.75 0 001.415.496L2.332 10H6.71zm3.13-4.358C10.53 4.374 11.87 4 13 4c1.5 0 3 .939 3 2.601v5.649a.75.75 0 01-1.448.275C13.995 12.82 13.3 13 12.5 13c-.77 0-1.514-.231-2.078-.709-.577-.488-.922-1.199-.922-2.041 0-.694.265-1.411.887-1.944C11 7.78 11.88 7.5 13 7.5h1.5v-.899c0-.54-.5-1.101-1.5-1.101-.869 0-1.528.282-1.84.858a.75.75 0 11-1.32-.716zM14.5 9H13c-.881 0-1.375.22-1.637.444-.253.217-.363.5-.363.806 0 .408.155.697.39.896.249.21.63.354 1.11.354.732 0 1.26-.209 1.588-.449.35-.257.412-.495.412-.551V9z\"/></svg></li><li title=\"typography 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M10.414 15l1.63 4.505a.75.75 0 001.411-.51l-5.08-14.03a1.463 1.463 0 00-2.75 0l-5.08 14.03a.75.75 0 101.41.51L3.586 15h6.828zm-.544-1.5L7 5.572 4.13 13.5h5.74zm5.076-3.598c.913-1.683 2.703-2.205 4.284-2.205 1.047 0 2.084.312 2.878.885.801.577 1.392 1.455 1.392 2.548v8.12a.75.75 0 01-1.5 0v-.06a3.123 3.123 0 01-.044.025c-.893.52-2.096.785-3.451.785-1.051 0-2.048-.315-2.795-.948-.76-.643-1.217-1.578-1.217-2.702 0-.919.349-1.861 1.168-2.563.81-.694 2-1.087 3.569-1.087H22v-1.57c0-.503-.263-.967-.769-1.332-.513-.37-1.235-.6-2.001-.6-1.319 0-2.429.43-2.966 1.42a.75.75 0 01-1.318-.716zM22 14.2h-2.77c-1.331 0-2.134.333-2.593.726a1.82 1.82 0 00-.644 1.424c0 .689.267 1.203.686 1.557.43.365 1.065.593 1.826.593 1.183 0 2.102-.235 2.697-.581.582-.34.798-.74.798-1.134V14.2z\"/></svg></li><li title=\"unfold 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path d=\"M8.177.677l2.896 2.896a.25.25 0 01-.177.427H8.75v1.25a.75.75 0 01-1.5 0V4H5.104a.25.25 0 01-.177-.427L7.823.677a.25.25 0 01.354 0zM7.25 10.75a.75.75 0 011.5 0V12h2.146a.25.25 0 01.177.427l-2.896 2.896a.25.25 0 01-.354 0l-2.896-2.896A.25.25 0 015.104 12H7.25v-1.25zm-5-2a.75.75 0 000-1.5h-.5a.75.75 0 000 1.5h.5zM6 8a.75.75 0 01-.75.75h-.5a.75.75 0 010-1.5h.5A.75.75 0 016 8zm2.25.75a.75.75 0 000-1.5h-.5a.75.75 0 000 1.5h.5zM12 8a.75.75 0 01-.75.75h-.5a.75.75 0 010-1.5h.5A.75.75 0 0112 8zm2.25.75a.75.75 0 000-1.5h-.5a.75.75 0 000 1.5h.5z\"/></svg></li><li title=\"unfold 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M12 23a.75.75 0 01-.53-.22l-3.25-3.25a.75.75 0 111.06-1.06L12 21.19l2.72-2.72a.75.75 0 111.06 1.06l-3.25 3.25A.75.75 0 0112 23z\"/><path fill-rule=\"evenodd\" d=\"M12 22.25a.75.75 0 01-.75-.75v-5.75a.75.75 0 011.5 0v5.75a.75.75 0 01-.75.75zM10.75 12a.75.75 0 01.75-.75h1a.75.75 0 110 1.5h-1a.75.75 0 01-.75-.75zm-8 0a.75.75 0 01.75-.75h1a.75.75 0 010 1.5h-1a.75.75 0 01-.75-.75zm12 0a.75.75 0 01.75-.75h1a.75.75 0 010 1.5h-1a.75.75 0 01-.75-.75zm-8 0a.75.75 0 01.75-.75h1a.75.75 0 010 1.5h-1a.75.75 0 01-.75-.75zm12 0a.75.75 0 01.75-.75h1a.75.75 0 010 1.5h-1a.75.75 0 01-.75-.75zM11.47 1.22a.75.75 0 011.06 0l3.25 3.25a.75.75 0 01-1.06 1.06L12 2.81 9.28 5.53a.75.75 0 01-1.06-1.06l3.25-3.25z\"/><path fill-rule=\"evenodd\" d=\"M12 1.5a.75.75 0 01.75.75v6a.75.75 0 01-1.5 0v-6A.75.75 0 0112 1.5z\"/></svg></li><li title=\"unlock 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M5.5 4a2.5 2.5 0 014.607-1.346.75.75 0 101.264-.808A4 4 0 004 4v2h-.501A1.5 1.5 0 002 7.5v6A1.5 1.5 0 003.5 15h9a1.5 1.5 0 001.5-1.5v-6A1.5 1.5 0 0012.5 6h-7V4zm-.75 3.5H3.5v6h9v-6H4.75z\"/></svg></li><li title=\"unlock 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M7.5 7.25C7.5 4.58 9.422 2.5 12 2.5c2.079 0 3.71 1.34 4.282 3.242a.75.75 0 101.436-.432C16.971 2.825 14.792 1 12 1 8.503 1 6 3.845 6 7.25V9h-.5A2.5 2.5 0 003 11.5v8A2.5 2.5 0 005.5 22h13a2.5 2.5 0 002.5-2.5v-8A2.5 2.5 0 0018.5 9h-11V7.25zm-3 4.25a1 1 0 011-1h13a1 1 0 011 1v8a1 1 0 01-1 1h-13a1 1 0 01-1-1v-8z\"/></svg></li><li title=\"unmute 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M7.563 2.069A.75.75 0 018 2.75v10.5a.75.75 0 01-1.238.57L3.472 11H1.75A1.75 1.75 0 010 9.25v-2.5C0 5.784.784 5 1.75 5h1.723l3.289-2.82a.75.75 0 01.801-.111zM6.5 4.38L4.238 6.319a.75.75 0 01-.488.181h-2a.25.25 0 00-.25.25v2.5c0 .138.112.25.25.25h2a.75.75 0 01.488.18L6.5 11.62V4.38zm6.096-2.038a.75.75 0 011.06 0 8 8 0 010 11.314.75.75 0 01-1.06-1.06 6.5 6.5 0 000-9.193.75.75 0 010-1.06v-.001zm-1.06 2.121a.75.75 0 10-1.061 1.061 3.5 3.5 0 010 4.95.75.75 0 101.06 1.06 5 5 0 000-7.07l.001-.001z\"/></svg></li><li title=\"unmute 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M11.553 3.064A.75.75 0 0112 3.75v16.5a.75.75 0 01-1.255.555L5.46 16H2.75A1.75 1.75 0 011 14.25v-4.5C1 8.784 1.784 8 2.75 8h2.71l5.285-4.805a.75.75 0 01.808-.13zM10.5 5.445l-4.245 3.86a.75.75 0 01-.505.195h-3a.25.25 0 00-.25.25v4.5c0 .138.112.25.25.25h3a.75.75 0 01.505.195l4.245 3.86V5.445z\"/><path d=\"M18.718 4.222a.75.75 0 011.06 0c4.296 4.296 4.296 11.26 0 15.556a.75.75 0 01-1.06-1.06 9.5 9.5 0 000-13.436.75.75 0 010-1.06z\"/><path d=\"M16.243 7.757a.75.75 0 10-1.061 1.061 4.5 4.5 0 010 6.364.75.75 0 001.06 1.06 6 6 0 000-8.485z\"/></svg></li><li title=\"unverified 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M6.415.52a2.678 2.678 0 013.17 0l.928.68c.153.113.33.186.518.215l1.138.175a2.678 2.678 0 012.241 2.24l.175 1.138c.029.187.102.365.215.518l.68.928a2.678 2.678 0 010 3.17l-.68.928a1.179 1.179 0 00-.215.518l-.175 1.138a2.678 2.678 0 01-2.241 2.241l-1.138.175a1.179 1.179 0 00-.518.215l-.928.68a2.678 2.678 0 01-3.17 0l-.928-.68a1.179 1.179 0 00-.518-.215L3.83 14.41a2.678 2.678 0 01-2.24-2.24l-.175-1.138a1.179 1.179 0 00-.215-.518l-.68-.928a2.678 2.678 0 010-3.17l.68-.928a1.17 1.17 0 00.215-.518l.175-1.14a2.678 2.678 0 012.24-2.24l1.138-.175c.187-.029.365-.102.518-.215l.928-.68zm2.282 1.209a1.178 1.178 0 00-1.394 0l-.928.68a2.678 2.678 0 01-1.18.489l-1.136.174a1.178 1.178 0 00-.987.987l-.174 1.137a2.678 2.678 0 01-.489 1.18l-.68.927c-.305.415-.305.98 0 1.394l.68.928c.256.348.423.752.489 1.18l.174 1.136c.078.51.478.909.987.987l1.137.174c.427.066.831.233 1.18.489l.927.68c.415.305.98.305 1.394 0l.928-.68a2.678 2.678 0 011.18-.489l1.136-.174c.51-.078.909-.478.987-.987l.174-1.137c.066-.427.233-.831.489-1.18l.68-.927c.305-.415.305-.98 0-1.394l-.68-.928a2.678 2.678 0 01-.489-1.18l-.174-1.136a1.178 1.178 0 00-.987-.987l-1.137-.174a2.678 2.678 0 01-1.18-.489l-.927-.68zM9 11a1 1 0 11-2 0 1 1 0 012 0zM6.92 6.085c.081-.16.19-.299.34-.398.145-.097.371-.187.74-.187.28 0 .553.087.738.225A.613.613 0 019 6.25c0 .177-.04.264-.077.318a.956.956 0 01-.277.245c-.076.051-.158.1-.258.161l-.007.004c-.093.056-.204.122-.313.195a2.416 2.416 0 00-.692.661.75.75 0 001.248.832.956.956 0 01.276-.245 6.3 6.3 0 01.26-.16l.006-.004c.093-.057.204-.123.313-.195.222-.149.487-.355.692-.662.214-.32.329-.702.329-1.15 0-.76-.36-1.348-.862-1.725A2.76 2.76 0 008 4c-.631 0-1.154.16-1.572.438-.413.276-.68.638-.849.977a.75.75 0 001.342.67z\"/></svg></li><li title=\"unverified 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M13 16.5a1 1 0 11-2 0 1 1 0 012 0zm-2.517-7.665c.112-.223.268-.424.488-.57C11.186 8.12 11.506 8 12 8c.384 0 .766.118 1.034.319a.953.953 0 01.403.806c0 .48-.218.81-.62 1.186a9.293 9.293 0 01-.409.354 19.8 19.8 0 00-.294.249c-.246.213-.524.474-.738.795l-.126.19V13.5a.75.75 0 001.5 0v-1.12c.09-.1.203-.208.347-.333.063-.055.14-.119.222-.187.166-.14.358-.3.52-.452.536-.5 1.098-1.2 1.098-2.283a2.45 2.45 0 00-1.003-2.006C13.37 6.695 12.658 6.5 12 6.5c-.756 0-1.373.191-1.861.517a2.944 2.944 0 00-.997 1.148.75.75 0 001.341.67z\"/><path fill-rule=\"evenodd\" d=\"M9.864 1.2a3.61 3.61 0 014.272 0l1.375 1.01c.274.2.593.333.929.384l1.686.259a3.61 3.61 0 013.021 3.02l.259 1.687c.051.336.183.655.384.929l1.01 1.375a3.61 3.61 0 010 4.272l-1.01 1.375a2.11 2.11 0 00-.384.929l-.259 1.686a3.61 3.61 0 01-3.02 3.021l-1.687.259a2.11 2.11 0 00-.929.384l-1.375 1.01a3.61 3.61 0 01-4.272 0l-1.375-1.01a2.11 2.11 0 00-.929-.384l-1.686-.259a3.61 3.61 0 01-3.021-3.02l-.259-1.687a2.11 2.11 0 00-.384-.929L1.2 14.136a3.61 3.61 0 010-4.272l1.01-1.375a2.11 2.11 0 00.384-.929l.259-1.686a3.61 3.61 0 013.02-3.021l1.687-.259a2.11 2.11 0 00.929-.384L9.864 1.2zm3.384 1.209a2.11 2.11 0 00-2.496 0l-1.376 1.01a3.61 3.61 0 01-1.589.658l-1.686.258a2.11 2.11 0 00-1.766 1.766l-.258 1.686a3.61 3.61 0 01-.658 1.59l-1.01 1.375a2.11 2.11 0 000 2.496l1.01 1.376a3.61 3.61 0 01.658 1.589l.258 1.686a2.11 2.11 0 001.766 1.765l1.686.26a3.61 3.61 0 011.59.657l1.375 1.01a2.11 2.11 0 002.496 0l1.376-1.01a3.61 3.61 0 011.589-.658l1.686-.258a2.11 2.11 0 001.765-1.766l.26-1.686a3.61 3.61 0 01.657-1.59l1.01-1.375a2.11 2.11 0 000-2.496l-1.01-1.376a3.61 3.61 0 01-.658-1.589l-.258-1.686a2.11 2.11 0 00-1.766-1.766l-1.686-.258a3.61 3.61 0 01-1.59-.658l-1.375-1.01z\"/></svg></li><li title=\"upload 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M8.53 1.22a.75.75 0 00-1.06 0L3.72 4.97a.75.75 0 001.06 1.06l2.47-2.47v6.69a.75.75 0 001.5 0V3.56l2.47 2.47a.75.75 0 101.06-1.06L8.53 1.22zM3.75 13a.75.75 0 000 1.5h8.5a.75.75 0 000-1.5h-8.5z\"/></svg></li><li title=\"upload 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M4.97 12.97a.75.75 0 101.06 1.06L11 9.06v12.19a.75.75 0 001.5 0V9.06l4.97 4.97a.75.75 0 101.06-1.06l-6.25-6.25a.75.75 0 00-1.06 0l-6.25 6.25zM4.75 3.5a.75.75 0 010-1.5h14.5a.75.75 0 010 1.5H4.75z\"/></svg></li><li title=\"verified 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M9.585.52a2.678 2.678 0 00-3.17 0l-.928.68a1.178 1.178 0 01-.518.215L3.83 1.59a2.678 2.678 0 00-2.24 2.24l-.175 1.14a1.178 1.178 0 01-.215.518l-.68.928a2.678 2.678 0 000 3.17l.68.928c.113.153.186.33.215.518l.175 1.138a2.678 2.678 0 002.24 2.24l1.138.175c.187.029.365.102.518.215l.928.68a2.678 2.678 0 003.17 0l.928-.68a1.17 1.17 0 01.518-.215l1.138-.175a2.678 2.678 0 002.241-2.241l.175-1.138c.029-.187.102-.365.215-.518l.68-.928a2.678 2.678 0 000-3.17l-.68-.928a1.179 1.179 0 01-.215-.518L14.41 3.83a2.678 2.678 0 00-2.24-2.24l-1.138-.175a1.179 1.179 0 01-.518-.215L9.585.52zM7.303 1.728c.415-.305.98-.305 1.394 0l.928.68c.348.256.752.423 1.18.489l1.136.174c.51.078.909.478.987.987l.174 1.137c.066.427.233.831.489 1.18l.68.927c.305.415.305.98 0 1.394l-.68.928a2.678 2.678 0 00-.489 1.18l-.174 1.136a1.178 1.178 0 01-.987.987l-1.137.174a2.678 2.678 0 00-1.18.489l-.927.68c-.415.305-.98.305-1.394 0l-.928-.68a2.678 2.678 0 00-1.18-.489l-1.136-.174a1.178 1.178 0 01-.987-.987l-.174-1.137a2.678 2.678 0 00-.489-1.18l-.68-.927a1.178 1.178 0 010-1.394l.68-.928c.256-.348.423-.752.489-1.18l.174-1.136c.078-.51.478-.909.987-.987l1.137-.174a2.678 2.678 0 001.18-.489l.927-.68zM11.28 6.78a.75.75 0 00-1.06-1.06L7 8.94 5.78 7.72a.75.75 0 00-1.06 1.06l1.75 1.75a.75.75 0 001.06 0l3.75-3.75z\"/></svg></li><li title=\"verified 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M17.03 9.78a.75.75 0 00-1.06-1.06l-5.47 5.47-2.47-2.47a.75.75 0 00-1.06 1.06l3 3a.75.75 0 001.06 0l6-6z\"/><path fill-rule=\"evenodd\" d=\"M14.136 1.2a3.61 3.61 0 00-4.272 0L8.489 2.21a2.11 2.11 0 01-.929.384l-1.686.259a3.61 3.61 0 00-3.021 3.02L2.594 7.56a2.11 2.11 0 01-.384.929L1.2 9.864a3.61 3.61 0 000 4.272l1.01 1.375c.2.274.333.593.384.929l.259 1.686a3.61 3.61 0 003.02 3.021l1.687.259c.336.051.655.183.929.384l1.375 1.01a3.61 3.61 0 004.272 0l1.375-1.01a2.11 2.11 0 01.929-.384l1.686-.259a3.61 3.61 0 003.021-3.02l.259-1.687a2.11 2.11 0 01.384-.929l1.01-1.375a3.61 3.61 0 000-4.272l-1.01-1.375a2.11 2.11 0 01-.384-.929l-.259-1.686a3.61 3.61 0 00-3.02-3.021l-1.687-.259a2.11 2.11 0 01-.929-.384L14.136 1.2zm-3.384 1.209a2.11 2.11 0 012.496 0l1.376 1.01a3.61 3.61 0 001.589.658l1.686.258a2.11 2.11 0 011.765 1.766l.26 1.686a3.61 3.61 0 00.657 1.59l1.01 1.375a2.11 2.11 0 010 2.496l-1.01 1.376a3.61 3.61 0 00-.658 1.589l-.258 1.686a2.11 2.11 0 01-1.766 1.765l-1.686.26a3.61 3.61 0 00-1.59.657l-1.375 1.01a2.11 2.11 0 01-2.496 0l-1.376-1.01a3.61 3.61 0 00-1.589-.658l-1.686-.258a2.11 2.11 0 01-1.766-1.766l-.258-1.686a3.61 3.61 0 00-.658-1.59l-1.01-1.375a2.11 2.11 0 010-2.496l1.01-1.376a3.61 3.61 0 00.658-1.589l.258-1.686a2.11 2.11 0 011.766-1.766l1.686-.258a3.61 3.61 0 001.59-.658l1.375-1.01z\"/></svg></li><li title=\"versions 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M7.75 14A1.75 1.75 0 016 12.25v-8.5C6 2.784 6.784 2 7.75 2h6.5c.966 0 1.75.784 1.75 1.75v8.5A1.75 1.75 0 0114.25 14h-6.5zm-.25-1.75c0 .138.112.25.25.25h6.5a.25.25 0 00.25-.25v-8.5a.25.25 0 00-.25-.25h-6.5a.25.25 0 00-.25.25v8.5zM4.9 3.508a.75.75 0 01-.274 1.025.25.25 0 00-.126.217v6.5a.25.25 0 00.126.217.75.75 0 01-.752 1.298A1.75 1.75 0 013 11.25v-6.5c0-.649.353-1.214.874-1.516a.75.75 0 011.025.274zM1.625 5.533a.75.75 0 10-.752-1.299A1.75 1.75 0 000 5.75v4.5c0 .649.353 1.214.874 1.515a.75.75 0 10.752-1.298.25.25 0 01-.126-.217v-4.5a.25.25 0 01.126-.217z\"/></svg></li><li title=\"versions 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M10 22a2 2 0 01-2-2V4a2 2 0 012-2h11a2 2 0 012 2v16a2 2 0 01-2 2H10zm-.5-2a.5.5 0 00.5.5h11a.5.5 0 00.5-.5V4a.5.5 0 00-.5-.5H10a.5.5 0 00-.5.5v16zM6.17 4.165a.75.75 0 01-.335 1.006c-.228.114-.295.177-.315.201a.037.037 0 00-.008.016.387.387 0 00-.012.112v13c0 .07.008.102.012.112a.03.03 0 00.008.016c.02.024.087.087.315.201a.75.75 0 11-.67 1.342c-.272-.136-.58-.315-.81-.598C4.1 19.259 4 18.893 4 18.5v-13c0-.393.1-.759.355-1.073.23-.283.538-.462.81-.598a.75.75 0 011.006.336zM2.15 5.624a.75.75 0 01-.274 1.025c-.15.087-.257.17-.32.245C1.5 6.96 1.5 6.99 1.5 7v10c0 .01 0 .04.056.106.063.074.17.158.32.245a.75.75 0 11-.752 1.298C.73 18.421 0 17.907 0 17V7c0-.907.73-1.42 1.124-1.65a.75.75 0 011.025.274z\"/></svg></li><li title=\"video 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M1.75 3.5a.25.25 0 00-.25.25v8.5c0 .138.112.25.25.25h12.5a.25.25 0 00.25-.25v-8.5a.25.25 0 00-.25-.25H1.75zM0 3.75C0 2.784.784 2 1.75 2h12.5c.966 0 1.75.784 1.75 1.75v8.5A1.75 1.75 0 0114.25 14H1.75A1.75 1.75 0 010 12.25v-8.5z\"/><path d=\"M6 10.559V5.442a.25.25 0 01.379-.215l4.264 2.559a.25.25 0 010 .428l-4.264 2.559A.25.25 0 016 10.559z\"/></svg></li><li title=\"video 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M1.75 4.5a.25.25 0 00-.25.25v14.5c0 .138.112.25.25.25h20.5a.25.25 0 00.25-.25V4.75a.25.25 0 00-.25-.25H1.75zM0 4.75C0 3.784.784 3 1.75 3h20.5c.966 0 1.75.784 1.75 1.75v14.5A1.75 1.75 0 0122.25 21H1.75A1.75 1.75 0 010 19.25V4.75z\"/><path d=\"M9 15.584V8.416a.5.5 0 01.77-.42l5.576 3.583a.5.5 0 010 .842L9.77 16.005a.5.5 0 01-.77-.42z\"/></svg></li><li title=\"workflow 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M0 1.75C0 .784.784 0 1.75 0h3.5C6.216 0 7 .784 7 1.75v3.5A1.75 1.75 0 015.25 7H4v4a1 1 0 001 1h4v-1.25C9 9.784 9.784 9 10.75 9h3.5c.966 0 1.75.784 1.75 1.75v3.5A1.75 1.75 0 0114.25 16h-3.5A1.75 1.75 0 019 14.25v-.75H5A2.5 2.5 0 012.5 11V7h-.75A1.75 1.75 0 010 5.25v-3.5zm1.75-.25a.25.25 0 00-.25.25v3.5c0 .138.112.25.25.25h3.5a.25.25 0 00.25-.25v-3.5a.25.25 0 00-.25-.25h-3.5zm9 9a.25.25 0 00-.25.25v3.5c0 .138.112.25.25.25h3.5a.25.25 0 00.25-.25v-3.5a.25.25 0 00-.25-.25h-3.5z\"/></svg></li><li title=\"workflow 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M1 3a2 2 0 012-2h6.5a2 2 0 012 2v6.5a2 2 0 01-2 2H7v4.063C7 16.355 7.644 17 8.438 17H12.5v-2.5a2 2 0 012-2H21a2 2 0 012 2V21a2 2 0 01-2 2h-6.5a2 2 0 01-2-2v-2.5H8.437A2.938 2.938 0 015.5 15.562V11.5H3a2 2 0 01-2-2V3zm2-.5a.5.5 0 00-.5.5v6.5a.5.5 0 00.5.5h6.5a.5.5 0 00.5-.5V3a.5.5 0 00-.5-.5H3zM14.5 14a.5.5 0 00-.5.5V21a.5.5 0 00.5.5H21a.5.5 0 00.5-.5v-6.5a.5.5 0 00-.5-.5h-6.5z\"/></svg></li><li title=\"x 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M3.72 3.72a.75.75 0 011.06 0L8 6.94l3.22-3.22a.75.75 0 111.06 1.06L9.06 8l3.22 3.22a.75.75 0 11-1.06 1.06L8 9.06l-3.22 3.22a.75.75 0 01-1.06-1.06L6.94 8 3.72 4.78a.75.75 0 010-1.06z\"/></svg></li><li title=\"x 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M5.72 5.72a.75.75 0 011.06 0L12 10.94l5.22-5.22a.75.75 0 111.06 1.06L13.06 12l5.22 5.22a.75.75 0 11-1.06 1.06L12 13.06l-5.22 5.22a.75.75 0 01-1.06-1.06L10.94 12 5.72 6.78a.75.75 0 010-1.06z\"/></svg></li><li title=\"x circle 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M3.404 12.596a6.5 6.5 0 119.192-9.192 6.5 6.5 0 01-9.192 9.192zM2.344 2.343a8 8 0 1011.313 11.314A8 8 0 002.343 2.343zM6.03 4.97a.75.75 0 00-1.06 1.06L6.94 8 4.97 9.97a.75.75 0 101.06 1.06L8 9.06l1.97 1.97a.75.75 0 101.06-1.06L9.06 8l1.97-1.97a.75.75 0 10-1.06-1.06L8 6.94 6.03 4.97z\"/></svg></li><li title=\"x circle 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path d=\"M9.036 7.976a.75.75 0 00-1.06 1.06L10.939 12l-2.963 2.963a.75.75 0 101.06 1.06L12 13.06l2.963 2.964a.75.75 0 001.061-1.06L13.061 12l2.963-2.964a.75.75 0 10-1.06-1.06L12 10.939 9.036 7.976z\"/><path fill-rule=\"evenodd\" d=\"M12 1C5.925 1 1 5.925 1 12s4.925 11 11 11 11-4.925 11-11S18.075 1 12 1zM2.5 12a9.5 9.5 0 1119 0 9.5 9.5 0 01-19 0z\"/></svg></li><li title=\"x circle fill 12 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 12 12\"><path fill-rule=\"evenodd\" d=\"M1.757 10.243a6 6 0 118.486-8.486 6 6 0 01-8.486 8.486zM6 4.763l-2-2L2.763 4l2 2-2 2L4 9.237l2-2 2 2L9.237 8l-2-2 2-2L8 2.763l-2 2z\"/></svg></li><li title=\"x circle fill 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M2.343 13.657A8 8 0 1113.657 2.343 8 8 0 012.343 13.657zM6.03 4.97a.75.75 0 00-1.06 1.06L6.94 8 4.97 9.97a.75.75 0 101.06 1.06L8 9.06l1.97 1.97a.75.75 0 101.06-1.06L9.06 8l1.97-1.97a.75.75 0 10-1.06-1.06L8 6.94 6.03 4.97z\"/></svg></li><li title=\"x circle fill 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M1 12C1 5.925 5.925 1 12 1s11 4.925 11 11-4.925 11-11 11S1 18.075 1 12zm8.036-4.024a.75.75 0 00-1.06 1.06L10.939 12l-2.963 2.963a.75.75 0 101.06 1.06L12 13.06l2.963 2.964a.75.75 0 001.061-1.06L13.061 12l2.963-2.964a.75.75 0 10-1.06-1.06L12 10.939 9.036 7.976z\"/></svg></li><li title=\"zap 16 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" d=\"M10.561 1.5a.016.016 0 00-.01.004L3.286 8.571A.25.25 0 003.462 9H6.75a.75.75 0 01.694 1.034l-1.713 4.188 6.982-6.793A.25.25 0 0012.538 7H9.25a.75.75 0 01-.683-1.06l2.008-4.418.003-.006a.02.02 0 00-.004-.009.02.02 0 00-.006-.006L10.56 1.5zM9.504.43a1.516 1.516 0 012.437 1.713L10.415 5.5h2.123c1.57 0 2.346 1.909 1.22 3.004l-7.34 7.142a1.25 1.25 0 01-.871.354h-.302a1.25 1.25 0 01-1.157-1.723L5.633 10.5H3.462c-1.57 0-2.346-1.909-1.22-3.004L9.503.429z\"/></svg></li><li title=\"zap 24 \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M16.168 2.924L4.51 13.061a.25.25 0 00.164.439h5.45a.75.75 0 01.692 1.041l-2.559 6.066 11.215-9.668a.25.25 0 00-.164-.439H14a.75.75 0 01-.687-1.05l2.855-6.526zm-.452-1.595a1.341 1.341 0 012.109 1.55L15.147 9h4.161c1.623 0 2.372 2.016 1.143 3.075L8.102 22.721a1.149 1.149 0 01-1.81-1.317L8.996 15H4.674c-1.619 0-2.37-2.008-1.148-3.07l12.19-10.6z\"/></svg></li></ul>"
  },
  {
    "path": "resources/svg/icons/olicons/README.md",
    "content": "![alt webtop](https://github.com/owlling/olicons-site/blob/master/images/link/webtop.jpg?raw=true)\n\n# [olicons](http://olicons.yemaosheji.com) \n\nolicons is a completely open-source icon set with crafted for designer and coder. You may use for any purpose, whether personal or commercial. Icons in olicons for immediate implementation to your apps or websites. The olicons will keep updating!\n\n>olicons是一款完全开源的图标集，专为设计人员和编码人员设计。您可以将其用于任何目的，无论是个人用途还是商业用途。 olicon中的图标，可立即用于您的应用或网站。olicons将会不断更新！\n\n\n\n\n### Usage\n\n#### Font icons\n\n##### Remote use\n\nYou don't need to download any resources. Just remotely link to the olicons fonts.\n\n>不需要下载任何资源,只需远程链接到olicons字体即可。\n\n1、 Add the following to the <head> tag.\n>将以下内容添加到<head>中。\n  \n`<link rel=\"stylesheet\" href = \"http://olicons.yemaosheji.com/css/olicons.css\">`\n\n\n2、Add the class attribute corresponding to the “ i ” tag where you need to use the icon.\n>在需要使用图标的位置添加“i”标签的class对应图标名称。\n\n>图标共有四种主题风格，只需要使用不同的后缀即可：\n\n|  Theme   | Code reference  |  Preview  |\n|  :----:  | :----:  | :----:  |\n|  Outline | `<i class=\"ol-tju-o\"><i>` | ![alt ol-tju-o](http://olicons.yemaosheji.com/images/icons/res/outline/ol-tju-o.svg) |\n| Filled | `<i class=\"ol-tju-f\"><i>` | ![alt ol-tju-f](http://olicons.yemaosheji.com/images/icons/res/filled/ol-tju-f.svg)  |\n| Sharp Outline | `<i class=\"ol-tju-so\"><i>` | ![alt ol-tju-so](http://olicons.yemaosheji.com/images/icons/res/sharp-o/ol-tju-so.svg)  |\n| Sharp Filled | `<i class=\"ol-tju-sf\"><i>` | ![alt ol-tju-sf](http://olicons.yemaosheji.com/images/icons/res/sharp-f/ol-tju-sf.svg)  |\n\n\nClick the card on the [olicons](http://olicons.yemaosheji.com) to copy the icon name.\n\n>点击 [olicons](http://olicons.yemaosheji.com) 站点上的卡片复制图标名称。\n\n\n![alt web](https://github.com/owlling/olicons-site/blob/master/images/link/web.jpg?raw=true)\n\n\n\n#### Local use\n\nDownload and save the font folder and css file to your project. Just quote in the same way as above.\n\n>下载并保存字体文件夹和css文件到您的项目中，按以上方式引用即可。\n\n`<link rel=\"stylesheet\" href = \"local-path/olicons.css\">`\n\n\n#### SVGs\n\nYou can directly download the svg resource pack to the local for secondary creation or use directly.\n\n>您可以直接将svg资源包下载到本地进行二次修改或直接使用。\n\n`<img src=\"local-path/olicons.svg\"/>`\n\n\n\n\n### Open source agreement\n\nThe olicons font follows SIL OFL 1.1 agreement.\n\nThe css files in olicons follow the MIT agreement.\n\n>olicon字体遵循SIL OFL 1.1协议。\n\n>olicons中的css文件遵循MIT协议。\n\n\n\n\n### Design\n\nThe olicons is drawn using Sketch App vector design software.\n\nThe olicons uses IcoMoon App to build font files and css files.\n\n>olicons是用Sketch App矢量设计软件绘制的。\n\n>olicon使用IcoMoon应用程序构建字体文件和css文件。\n\n\n\n\n### Update log\n\n|  Version   | Date  |  Total  |\n|  ----  | ----  | ----  |\n| v2.0.1  | 2020.09.07 | 678 |\n| v1.0.3  | 2020.07.28 | 394 |\n| v1.0.2  | 2020.07.24 | 266 |\n| v1.0.1  | 2020.07.15 | 218 |\n\n\n***\n\n\nIf you don’t find what you need, you can leave a message in the comment area, or add the author’s WeChat directly.\n>如果没找到你需要的，可在[评论区留言](https://github.com/owlling/olicons/issues) ，或者直接[加作者微信](https://www.owlling.com/befriend)。\n>>![alt Wechat](https://www.owlling.com/images/befriend/wechat.svg)\n\n\n"
  },
  {
    "path": "resources/svg/icons/olicons/index.html",
    "content": "<style>\nul.svg-list {\n\tlist-style:none;\n\tpadding:0;\n\tmargin:10px 0 0;\n}\nul.svg-list li {\n\tdisplay:inline-block;\n\tposition:relative;\n\twidth:32px;\n\theight:32px;\n\tpadding:3px;\n\tmargin-right:5px;\n\tmargin-bottom:5px;\n\tbox-shadow:0px 3px 6px 0px rgba(0, 0, 0, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.08);\n}\n\nul.svg-list li:hover {\n\tbox-shadow:none;//0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 0px rgba(0, 0, 0, 0.15);\n}\n\nul.svg-list li svg{\n\tmax-width:100%;\n\tmax-height:100%;\n\tfill: var(--bs-body-color);\n\t//color: var(--bs-border-color);\n}\n\nul.svg-list li span {\n\t//display:none;\n}\n\nul.svg-list li.heading {\n\twidth:100%;\n\tbox-shadow:none;\n\ttext-transform: capitalize;\n\tfont-size: 12px;\n\tline-height: 32px;\t\n}\n\nul.svg-list li span {\n  visibility: hidden;\n  min-width: 120px;\n  background-color: black;\n  color: #fff;\n  text-align: center;\n  border-radius: 6px;\n  padding: 5px 0;\n  \n  /* Position the tooltip */\n  position: absolute;\n  z-index: 1;\n  left:0;\n  top: 105%;\n  font-size:12px;\n}\n\nul.svg-list li:hover  span {\n  visibility: visible;\n}\n\nul.svg-list li:hover  svg {\n\ttransform: scale(2);\n\tfill:blue;\n\tcolor:green;\n}\t\n</style>\n<ul class=\"svg-list\"><li title=\"add f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm0 10c-.5522847 0-1 .4477153-1 1v4h-4c-.5522847 0-1 .4477153-1 1s.4477153 1 1 1h4v4c0 .5522847.4477153 1 1 1s1-.4477153 1-1v-4h4c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1h-4v-4c0-.5522847-.4477153-1-1-1z\" fill=\"currentColor\"/></g></svg></li><li title=\"add o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm0 2c-7.7319865 0-14 6.2680135-14 14s6.2680135 14 14 14 14-6.2680135 14-14-6.2680135-14-14-14zm0 8c.5522847 0 1 .4477153 1 1v4h4c.5522847 0 1 .4477153 1 1s-.4477153 1-1 1h-4v4c0 .5522847-.4477153 1-1 1s-1-.4477153-1-1v-4h-4c-.5522847 0-1-.4477153-1-1s.4477153-1 1-1h4v-4c0-.5522847.4477153-1 1-1z\" fill=\"currentColor\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"add sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm1 10h-2v5h-5v2h5v5h2v-5h5v-2h-5z\" fill=\"currentColor\"/></g></svg></li><li title=\"add so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm0 2c-7.7319865 0-14 6.2680135-14 14s6.2680135 14 14 14 14-6.2680135 14-14-6.2680135-14-14-14zm1 8v5h5v2h-5v5h-2v-5h-5v-2h5v-5z\" fill=\"currentColor\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"addfile f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m19.120106 0c1.8257724 0 3.5522076.83131873 4.6906771 2.25867017l4.8798939 6.11814718c.847677 1.06277155 1.309323 2.38190365 1.309323 3.74132985v13.8818528c0 3.3137085-2.6862915 6-6 6h-16c-3.3137085 0-6-2.6862915-6-6v-20c0-3.3137085 2.6862915-6 6-6zm-3.120106 11c-.5522847 0-1 .4477153-1 1v4h-4c-.5522847 0-1 .4477153-1 1s.4477153 1 1 1h4v4c0 .5522847.4477153 1 1 1s1-.4477153 1-1v-4h4c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1h-4v-4c0-.5522847-.4477153-1-1-1z\" fill=\"currentColor\"/></g></svg></li><li title=\"addfile o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m19.120106 0c1.8257724 0 3.5522076.83131873 4.6906771 2.25867017l4.8798939 6.11814718c.847677 1.06277155 1.309323 2.38190365 1.309323 3.74132985v13.8818528c0 3.3137085-2.6862915 6-6 6h-16c-3.3137085 0-6-2.6862915-6-6v-20c0-3.3137085 2.6862915-6 6-6zm0 2h-11.120106c-2.14219539 0-3.89107888 1.68396847-3.99510469 3.80035966l-.00489531.19964034v20c0 2.1421954 1.68396847 3.8910789 3.80035966 3.9951047l.19964034.0048953h16c2.1421954 0 3.8910789-1.6839685 3.9951047-3.8003597l.0048953-.1996403v-13.8818528c0-.8238947-.2543504-1.6255887-.7251774-2.29685957l-.1477046-.19736034-4.8798939-6.11814718c-.7115434-.89209465-1.767598-1.43495138-2.8997521-1.49932373zm-3.120106 9c.5522847 0 1 .4477153 1 1v4h4c.5522847 0 1 .4477153 1 1s-.4477153 1-1 1h-4v4c0 .5522847-.4477153 1-1 1s-1-.4477153-1-1v-4h-4c-.5522847 0-1-.4477153-1-1s.4477153-1 1-1h4v-4c0-.5522847.4477153-1 1-1z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"addfile sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22.0092457 0 7.9907543 10.0183757v21.9816243h-28v-32zm-5.0092457 11h-2v5h-5v2h5v5h2v-5h5v-2h-5z\" fill=\"currentColor\"/></g></svg></li><li title=\"addfile so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22.0092457 0 7.9907543 10.0183757v21.9816243h-28v-32zm-.9632457 2h-17.046v28h24v-19.282zm-4.046 9v5h5v2h-5v5h-2v-5h-5v-2h5v-5z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"addnew f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m24 2c3.3137085 0 6 2.6862915 6 6v16c0 3.3137085-2.6862915 6-6 6h-16c-3.3137085 0-6-2.6862915-6-6v-16c0-3.3137085 2.6862915-6 6-6zm-4 5c-.5522847 0-1 .44771525-1 1v3h-3c-.5522847 0-1 .4477153-1 1s.4477153 1 1 1h3v3c0 .5522847.4477153 1 1 1s1-.4477153 1-1v-3h3c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1h-3v-3c0-.55228475-.4477153-1-1-1z\" fill=\"currentColor\"/></g></svg></li><li title=\"addnew o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16.3898122 5c.5522847 0 1 .44771525 1 1 0 .51283584-.3860402.93550716-.8833789.99327227l-.1166211.00672773h-9.85135066c-1.34587545 0-2.44711619 1.04740572-2.53306205 2.37155699l-.00539949.16690455v15.92307696c0 1.3458754 1.04740572 2.4471162 2.37155699 2.533062l.16690455.0053995h15.92307696c1.3458754 0 2.4471162-1.0474057 2.533062-2.371557l.0053995-.1669045v-9.8428603c0-.5522848.4477153-1 1-1 .5128358 0 .9355072.3860402.9932723.8833788l.0067277.1166212v9.8428603c0 2.4349081-1.9174864 4.4219633-4.3248153 4.5335216l-.2136462.0049399h-15.92307696c-2.43490815 0-4.42196336-1.9174864-4.53352169-4.3248153l-.00493985-.2136462v-15.92307696c0-2.43490815 1.9174864-4.42196336 4.32481527-4.53352169l.21364627-.00493985zm9.6101878-4c.5522847 0 1 .44771525 1 1v3h3c.5522847 0 1 .44771525 1 1s-.4477153 1-1 1h-3v3c0 .5522847-.4477153 1-1 1s-1-.4477153-1-1v-3h-3c-.5522847 0-1-.44771525-1-1s.4477153-1 1-1h3v-3c0-.55228475.4477153-1 1-1z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"addnew sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m30 2v28h-28v-28zm-9 5h-2v4h-4v2h4v4h2v-4h4v-2h-4z\" fill=\"currentColor\"/></g></svg></li><li title=\"addnew so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m17.2689315 5v2h-13.2689315v21h21v-13.2498315h2v15.2498315h-25v-25zm9.7310685-4v4h4v2h-4v4h-2v-4h-4v-2h4v-4z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"airconditioning f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 17c.5522847 0 1 .4477153 1 1v10c0 .5522847-.4477153 1-1 1s-1-.4477153-1-1v-10c0-.5522847.4477153-1 1-1zm6 0c.5522847 0 1 .4477153 1 1 0 3.5960656 1.7367768 6.8992385 4.6073687 8.9529161.4491716.3213461.5527946.9459741.2314484 1.3951457-.3213461.4491716-.9459741.5527946-1.3951457.2314485-3.3900202-2.4252868-5.4436714-6.3311225-5.4436714-10.5795103 0-.5522847.4477153-1 1-1zm-12 0c.5522847 0 1 .4477153 1 1 0 4.2435001-2.04890255 8.1453882-5.43243138 10.5714599-.44883053.3218223-1.0735681.2188618-1.3953904-.2299687-.32182231-.4488306-.2188618-1.0735681.22996874-1.3953904 2.86509777-2.0543441 4.59785304-5.3541679 4.59785304-8.9461008 0-.5522847.44771525-1 1-1zm18-15c2.209139 0 4 1.790861 4 4v6c0 2.209139-1.790861 4-4 4h-24c-2.209139 0-4-1.790861-4-4v-6c0-2.209139 1.790861-4 4-4zm-1 8h-22c-.55228475 0-1 .4477153-1 1s.44771525 1 1 1h22c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1z\" fill=\"currentColor\"/></g></svg></li><li title=\"airconditioning o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 17c.5522847 0 1 .4477153 1 1v10c0 .5522847-.4477153 1-1 1s-1-.4477153-1-1v-10c0-.5522847.4477153-1 1-1zm6 0c.5522847 0 1 .4477153 1 1 0 3.5960656 1.7367768 6.8992385 4.6073687 8.9529161.4491716.3213461.5527946.9459741.2314484 1.3951457-.3213461.4491716-.9459741.5527946-1.3951457.2314485-3.3900202-2.4252868-5.4436714-6.3311225-5.4436714-10.5795103 0-.5522847.4477153-1 1-1zm-12 0c.5522847 0 1 .4477153 1 1 0 4.2435001-2.04890255 8.1453882-5.43243138 10.5714599-.44883053.3218223-1.0735681.2188618-1.3953904-.2299687-.32182231-.4488306-.2188618-1.0735681.22996874-1.3953904 2.86509777-2.0543441 4.59785304-5.3541679 4.59785304-8.9461008 0-.5522847.44771525-1 1-1zm17-15c2.7614237 0 5 2.23857625 5 5v4c0 2.7614237-2.2385763 5-5 5h-22c-2.76142375 0-5-2.2385763-5-5v-4c0-2.76142375 2.23857625-5 5-5zm0 2h-22c-1.65685425 0-3 1.34314575-3 3v4c0 1.6568542 1.34314575 3 3 3h22c1.6568542 0 3-1.3431458 3-3v-4c0-1.65685425-1.3431458-3-3-3zm0 6c.5522847 0 1 .4477153 1 1s-.4477153 1-1 1h-22c-.55228475 0-1-.4477153-1-1s.44771525-1 1-1z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"airconditioning sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m23 17v1c0 3.4836886 1.6299243 6.6925042 4.3415908 8.7567524l.2657779.1961637.8132971.5818486-1.1636973 1.6265942-.8132971-.5818486c-3.2931625-2.3559929-5.325229-6.1091405-5.4386588-10.2162282l-.0050126-.3632821v-1zm-12 0v1c0 4.1222573-1.93349498 7.9221443-5.14569975 10.3599231l-.28673163.2115368-.81267957.5827108-1.16542166-1.6253591.81267957-.5827108c2.77556346-1.9901459 4.48845003-5.1491452 4.59279493-8.610242l.00505811-.3358588v-1zm6 0v12h-2v-12zm15-15v14h-32v-14zm-4 8h-24v2h24z\" fill=\"currentColor\"/></g></svg></li><li title=\"airconditioning so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m23 17v1c0 3.4836886 1.6299243 6.6925042 4.3415908 8.7567524l.2657779.1961637.8132971.5818486-1.1636973 1.6265942-.8132971-.5818486c-3.2931625-2.3559929-5.325229-6.1091405-5.4386588-10.2162282l-.0050126-.3632821v-1zm-12 0v1c0 4.1222573-1.93349498 7.9221443-5.14569975 10.3599231l-.28673163.2115368-.81267957.5827108-1.16542166-1.6253591.81267957-.5827108c2.77556346-1.9901459 4.48845003-5.1491452 4.59279493-8.610242l.00505811-.3358588v-1zm6 0v12h-2v-12zm15-15v14h-32v-14zm-2 2h-28v10h28zm-2 6v2h-24v-2z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"aircraft f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 0c-2.209139 0-4 1.790861-4 4v4.58572643c0 .42994827-.2748234.8117724-.6825297.94826821l-8.7332815 2.92381166c-1.54365445.5167994-2.5841888 1.9624591-2.5841888 3.590326v.8237031c0 .1108525.00921618.2215131.02755332.3308385.18271705 1.0893522 1.21393294 1.8243252 2.30328516 1.6416082l9.75624752-1.6364154.5670875 7.3490151-3.0621392 2.3495952c-.53644978.4116206-.82859327 1.0664273-.77657096 1.7405962l.07305513.9467377c.01991567.2580918.08974461.509863.20561185.7413425.49441371.9877393 1.69593608 1.3876586 2.68367538.8932449l4.2160838-2.1103642 4.2298871 2.1126187c.2310026.1153744.4821611.1849253.7396062.204812 1.1012887.0850708 2.063023-.7387367 2.1480937-1.8400253l.0759691-.9834623c.0521152-.6746606-.240443-1.3299218-.7775428-1.7415123l-3.0612141-2.3458707.5641829-7.3036664 9.7573463 1.6312277c.1089824.0182196.2192872.0273764.3297821.0273764 1.1045695 0 2-.8954305 2-2v-.8186299c0-1.6242722-1.0370463-3.0671913-2.5765766-3.5849815l-8.7422063-2.94026564c-.407034-.13689774-.6812171-.51838893-.6812171-.94782778v-4.58782708c0-2.209139-1.790861-4-4-4z\" fill=\"currentColor\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"aircraft o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 0c-2.209139 0-4 1.790861-4 4v4.58572643c0 .42994827-.2748234.8117724-.6825297.94826821l-8.7332815 2.92381166c-1.54365445.5167994-2.5841888 1.9624591-2.5841888 3.590326v.8237031c0 .1108525.00921618.2215131.02755332.3308385.18271705 1.0893522 1.21393294 1.8243252 2.30328516 1.6416082l9.75624752-1.6364154.5670875 7.3490151-3.0621392 2.3495952c-.53644978.4116206-.82859327 1.0664273-.77657096 1.7405962l.07305513.9467377c.01991567.2580918.08974461.509863.20561185.7413425.49441371.9877393 1.69593608 1.3876586 2.68367538.8932449l4.2160838-2.1103642 4.2298871 2.1126187c.2310026.1153744.4821611.1849253.7396062.204812 1.1012887.0850708 2.063023-.7387367 2.1480937-1.8400253l.0759691-.9834623c.0521152-.6746606-.240443-1.3299218-.7775428-1.7415123l-3.0612141-2.3458707.5641829-7.3036664 9.7573463 1.6312277c.1089824.0182196.2192872.0273764.3297821.0273764 1.1045695 0 2-.8954305 2-2v-.8186299c0-1.6242722-1.0370463-3.0671913-2.5765766-3.5849815l-8.7422063-2.94026564c-.407034-.13689774-.6812171-.51838893-.6812171-.94782778v-4.58782708c0-2.209139-1.790861-4-4-4zm0 2c1.1045695 0 2 .8954305 2 2v4.58782708c0 1.28831655.8225492 2.43279012 2.0436514 2.84348332l8.7422063 2.9402657c.7254622.2439946 1.2141423.9239314 1.2141423 1.6893259v.8186299l-9.7573463-1.6312277c-1.0894499-.1821336-2.120272.5533916-2.3024056 1.6428415-.0097361.0582375-.0168885.1168775-.021436.1757479l-.564183 7.3036664c-.0521152.6746606.240443 1.3299218.7775428 1.7415123l3.0612141 2.3458707-.075969.9834623-4.2298872-2.1126188c-.5631792-.2812801-1.2259242-.2809883-1.7888556.0007874l-4.2160837 2.1103643-.0730551-.9467378 3.0621392-2.3495952c.5364497-.4116207.8285932-1.0664273.7765709-1.7405962l-.5670875-7.3490151c-.0849816-1.1012955-1.0466492-1.9251808-2.1479448-1.8401992-.0592807.0045744-.1183279.01179-.1769657.0216253l-9.7562475 1.6364154v-.8237031c0-.7679704.49088753-1.4499818 1.21912944-1.6937896l8.73328156-2.9238116c1.2231188-.4094875 2.047589-1.55495987 2.047589-2.84480467v-4.58572643c0-1.1045695.8954305-2 2-2z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"aircraft sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m15.8003597.00489531c-2.1163912.10402581-3.8003597 1.8529093-3.8003597 3.99510469v5.304l-12 4.0189658v5.9122678l12.086-2.0282336.567 7.35-3.0609657 2.349477c-.53644978.4116206-.82859327 1.0664273-.77657096 1.7405962l.07305513.9467377c.01991567.2580918.08974461.509863.20561185.7413425.49441371.9877393 1.69593608 1.3876586 2.68367538.8932449l4.2160838-2.1103642 4.2298871 2.1126187c.2310026.1153744.4821611.1849253.7396062.204812 1.1012887.0850708 2.063023-.7387367 2.1480937-1.8400253l.0759691-.9834623.005906-.1681312c-.0042487-.6140475-.2911073-1.1960898-.7834488-1.5733811l-3.0619028-2.3464649.565-7.304 12.087 2.0216472v-5.8991468l-12-4.0365004v-5.306c0-2.209139-1.790861-4-4-4z\" fill=\"currentColor\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"aircraft so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m15.8003597.00489531c-2.1163912.10402581-3.8003597 1.8529093-3.8003597 3.99510469v5.304l-12 4.0189658v5.9122678l12.086-2.0282336.567 7.35-3.0609657 2.349477c-.53644978.4116206-.82859327 1.0664273-.77657096 1.7405962l.07305513.9467377c.01991567.2580918.08974461.509863.20561185.7413425.49441371.9877393 1.69593608 1.3876586 2.68367538.8932449l4.2160838-2.1103642 4.2298871 2.1126187c.2310026.1153744.4821611.1849253.7396062.204812 1.1012887.0850708 2.063023-.7387367 2.1480937-1.8400253l.0759691-.9834623.005906-.1681312c-.0042487-.6140475-.2911073-1.1960898-.7834488-1.5733811l-3.0619028-2.3464649.565-7.304 12.087 2.0216472v-5.8991468l-12-4.0365004v-5.306c0-2.209139-1.790861-4-4-4zm.1996403 1.99510469c1.1045695 0 2 .8954305 2 2v6.7439693l12 4.0360307v2.099l-11.9128716-1.9910553-.816052 10.5642527 3.9223096 3.0057456-.075969.9834623-4.2298872-2.1126188c-.5631792-.2812801-1.2259242-.2809883-1.7888556.0007874l-4.2160837 2.1103643-.0730551-.9467378 3.9221055-3.0094518-.8187269-10.6100663-11.912914 1.9973177v-2.11l12-4.0159804v-6.7450196c0-1.1045695.8954305-2 2-2z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"alarm f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m17.600755 2.75782884c.380374.23934099.7021155.56108252.9414565.94145653l11.4995928 18.27579283c.8823879 1.4023401.4608835 3.254478-.9414565 4.136866-.4785067.3010885-1.0323526.4608387-1.5977047.4608387h-22.99918566c-1.65685425 0-3-1.3431457-3-3 0-.5653521.15975021-1.1191979.46083878-1.5977047l11.49959278-18.27579283c.882388-1.40234002 2.7345259-1.82384446 4.136866-.94145653zm-1.600755 17.14217116c-.7731986 0-1.4.6268014-1.4 1.4s.6268014 1.4 1.4 1.4 1.4-.6268014 1.4-1.4-.6268014-1.4-1.4-1.4zm0-10.5c-.5522847 0-1 .44771525-1 1v7c0 .5522847.4477153 1 1 1s1-.4477153 1-1v-7c0-.55228475-.4477153-1-1-1z\" fill=\"currentColor\"/></g></svg></li><li title=\"alarm o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m17.6111333 2.16774355c.380374.23934099.7021155.56108252.9414565.94145652l11.4995928 18.27579283c.882388 1.4023401.4608835 3.254478-.9414565 4.136866-.4785067.3010885-1.0323526.4608387-1.5977047.4608387h-22.99918561c-1.65685425 0-3-1.3431457-3-3 0-.5653521.15975021-1.1191979.46083878-1.5977047l11.49959283-18.27579283c.8823879-1.40234001 2.7345259-1.82384446 4.1368659-.94145652zm-2.3762888 1.91146935-.067803.09512364-11.49959278 18.27579286c-.10036286.1595022-.15361293.3441175-.15361293.5325682 0 .5098013.38148519.930502.87456213.9922086l.12543787.0077914h22.99918561c.1884507 0 .373066-.05325.5325683-.1536129.4340576-.2731201.5862084-.8249608.3702332-1.2766657l-.0564144-.1022896-11.4995928-18.27579286c-.0797803-.12679134-.1870275-.23403851-.3138189-.31381884-.4340576-.27312008-.9973939-.17148197-1.3111523.2186952zm.7651555 15.4207871c.7731986 0 1.4.6268014 1.4 1.4s-.6268014 1.4-1.4 1.4-1.4-.6268014-1.4-1.4.6268014-1.4 1.4-1.4zm0-10.5c.5522847 0 1 .44771525 1 1v7c0 .5522847-.4477153 1-1 1s-1-.4477153-1-1v-7c0-.55228475.4477153-1 1-1z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"alarm sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16.0030503 1.78522939 15.2931904 24.30478931h-30.58638087zm1.1969497 18.11477061h-2.4v2.4h2.4zm-.2-9.5h-2v8h2z\" fill=\"currentColor\"/></g></svg></li><li title=\"alarm so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16.0030503 1.78522939 15.2931904 24.30478931h-30.58638087zm.0001195 3.75454643-11.67221167 18.54953218h23.34442327zm1.1968302 13.96022418v2.4h-2.4v-2.4zm-.2-9.5v8h-2v-8z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"alarmclock f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 4c7.7319865 0 14 6.2680135 14 14s-6.2680135 14-14 14-14-6.2680135-14-14 6.2680135-14 14-14zm0 8c-.5522847 0-1 .4477153-1 1v5c0 .3180812.1485086.6014763.3804588.783418.0256417.0330686.0536442.0648985.0840073.0952617l4.2426407 4.2426406c.3905243.3905243 1.0236893.3905243 1.4142135 0 .3905243-.3905242.3905243-1.0236892 0-1.4142135l-4.1214713-4.1222264.000151-4.5848804c0-.5522847-.4477153-1-1-1zm9.8786797-9.53553391 4.9497474 4.94974747c.3905243.39052429.3905243 1.02368927 0 1.41421356-.3905243.3905243-1.0236892.3905243-1.4142135 0l-4.9497475-4.94974746c-.3905243-.3905243-.3905243-1.02368927 0-1.41421357.3905243-.39052429 1.0236893-.39052429 1.4142136 0zm-18.34314579 0c.39052429.3905243.39052429 1.02368927 0 1.41421357l-4.94974747 4.94974746c-.39052429.3905243-1.02368927.3905243-1.41421356 0-.3905243-.39052429-.3905243-1.02368927 0-1.41421356l4.94974746-4.94974747c.3905243-.39052429 1.02368927-.39052429 1.41421357 0z\" fill=\"currentColor\"/></g></svg></li><li title=\"alarmclock o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 4c7.7319865 0 14 6.2680135 14 14s-6.2680135 14-14 14-14-6.2680135-14-14 6.2680135-14 14-14zm0 2c-6.627417 0-12 5.372583-12 12s5.372583 12 12 12 12-5.372583 12-12-5.372583-12-12-12zm0 6c.5522847 0 1 .4477153 1 1l-.000151 4.5848804 4.1214713 4.1222264c.3905243.3905243.3905243 1.0236893 0 1.4142135-.3905242.3905243-1.0236892.3905243-1.4142135 0l-4.2426407-4.2426406c-.0303631-.0303632-.0583656-.0621931-.0840073-.0952617-.2319502-.1819417-.3804588-.4653368-.3804588-.783418v-5c0-.5522847.4477153-1 1-1zm9.8786797-9.53553391 4.9497474 4.94974747c.3905243.39052429.3905243 1.02368927 0 1.41421356-.3905243.3905243-1.0236892.3905243-1.4142135 0l-4.9497475-4.94974746c-.3905243-.3905243-.3905243-1.02368927 0-1.41421357.3905243-.39052429 1.0236893-.39052429 1.4142136 0zm-18.34314579 0c.39052429.3905243.39052429 1.02368927 0 1.41421357l-4.94974747 4.94974746c-.39052429.3905243-1.02368927.3905243-1.41421356 0-.3905243-.39052429-.3905243-1.02368927 0-1.41421356l4.94974746-4.94974747c.3905243-.39052429 1.02368927-.39052429 1.41421357 0z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"alarmclock sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 4c7.7319865 0 14 6.2680135 14 14s-6.2680135 14-14 14-14-6.2680135-14-14 6.2680135-14 14-14zm1 8h-2v6.4164778l5.4142136 5.4119493 1.4142135-1.4142135-4.8285781-4.8296353zm8.1715729-10.24264069 6.363961 6.36396103-1.4142136 1.41421357-6.363961-6.36396103zm-18.34314578 0 1.41421357 1.41421357-6.36396103 6.36396103-1.41421357-1.41421357z\" fill=\"currentColor\"/></g></svg></li><li title=\"alarmclock so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 4c7.7319865 0 14 6.2680135 14 14s-6.2680135 14-14 14-14-6.2680135-14-14 6.2680135-14 14-14zm0 2c-6.627417 0-12 5.372583-12 12s5.372583 12 12 12 12-5.372583 12-12-5.372583-12-12-12zm1 6-.000151 5.5845783 4.8285781 4.8296353-1.4142135 1.4142135-5.4142136-5.4119493v-6.4164778zm8.1715729-10.24264069 6.363961 6.36396103-1.4142136 1.41421357-6.363961-6.36396103zm-18.34314578 0 1.41421357 1.41421357-6.36396103 6.36396103-1.41421357-1.41421357z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"aminusfile f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m19.120106 0c1.8257724 0 3.5522076.83131873 4.6906771 2.25867017l4.8798939 6.11814718c.847677 1.06277155 1.309323 2.38190365 1.309323 3.74132985v13.8818528c0 3.3137085-2.6862915 6-6 6h-16c-3.3137085 0-6-2.6862915-6-6v-20c0-3.3137085 2.6862915-6 6-6zm1.879894 16h-10c-.5522847 0-1 .4477153-1 1s.4477153 1 1 1h10c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1z\" fill=\"currentColor\"/></g></svg></li><li title=\"aminusfile o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m19.120106 0c1.8257724 0 3.5522076.83131873 4.6906771 2.25867017l4.8798939 6.11814718c.847677 1.06277155 1.309323 2.38190365 1.309323 3.74132985v13.8818528c0 3.3137085-2.6862915 6-6 6h-16c-3.3137085 0-6-2.6862915-6-6v-20c0-3.3137085 2.6862915-6 6-6zm0 2h-11.120106c-2.14219539 0-3.89107888 1.68396847-3.99510469 3.80035966l-.00489531.19964034v20c0 2.1421954 1.68396847 3.8910789 3.80035966 3.9951047l.19964034.0048953h16c2.1421954 0 3.8910789-1.6839685 3.9951047-3.8003597l.0048953-.1996403v-13.8818528c0-.8238947-.2543504-1.6255887-.7251774-2.29685957l-.1477046-.19736034-4.8798939-6.11814718c-.7115434-.89209465-1.767598-1.43495138-2.8997521-1.49932373zm1.879894 14c.5522847 0 1 .4477153 1 1s-.4477153 1-1 1h-10c-.5522847 0-1-.4477153-1-1s.4477153-1 1-1z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"aminusfile sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22.0092457 0 7.9907543 10.0183757v21.9816243h-28v-32zm-.0092457 16h-12v2h12z\" fill=\"currentColor\"/></g></svg></li><li title=\"aminusfile so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22.0092457 0 7.9907543 10.0183757v21.9816243h-28v-32zm-.9632457 2h-17.046v28h24v-19.282zm.954 14v2h-12v-2z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"animation f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><g fill=\"#000\"><path d=\"m24.9027672 9.87291929c4.1666275 1.72815861 7.0972328 5.83537991 7.0972328 10.62708071 0 6.3512746-5.1487254 11.5-11.5 11.5-4.7917008 0-8.8989221-2.9306053-10.62708071-7.0972328.53344431.0642625 1.07641221.0972328 1.62708071.0972328 7.4558441 0 13.5-6.0441559 13.5-13.5 0-.517767-.0291481-1.028726-.085893-1.53132572z\"/><path d=\"m11 0c5.4462366 0 9.968032 3.95800286 10.845858 9.15448014-.6003932-.10170367-1.2169623-.15448014-1.845858-.15448014-6.0751322 0-11 4.9248678-11 11 0 .6288957.05277647 1.2454648.15414205 1.8455199-5.19613919-.8774879-9.15414205-5.3992833-9.15414205-10.8455199 0-6.07513225 4.92486775-11 11-11z\"/><path d=\"m21 11c.6796264 0 1.3434177.064408 1.9849796.1871493-.5710703 6.0511569-5.4516664 10.9042709-11.6658985 11.6987611-.2087914-.7634212-.3190811-1.56243-.3190811-2.3859104 0-5.2467051 4.4771525-9.5 10-9.5z\"/></g></g></svg></li><li title=\"animation o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m12 0c5.4151823 0 9.9925965 3.58691186 11.4859504 8.51444349 4.9271377 1.49296001 8.5140496 6.07037421 8.5140496 11.48555651 0 6.627417-5.372583 12-12 12-5.4151823 0-9.9925965-3.5869119-11.4859504-8.5144435-4.92713774-1.49296-8.5140496-6.0703742-8.5140496-11.4855565 0-6.627417 5.372583-12 12-12zm11.9402563 10.8062169.0258149.2845646c.0224842.30013.0339288.6033377.0339288.9092185 0 6.627417-5.372583 12-12 12-.402726 0-.8008184-.0198387-1.1933532-.0585922 1.5288963 3.5625361 5.0696322 6.0585922 9.1933532 6.0585922 5.5228475 0 10-4.4771525 10-10 0-4.123721-2.4960561-7.6644569-6.0597437-9.1937831zm-3.9402563-.8062169c-5.5228475 0-10 4.4771525-10 10 0 .6258035.0574846 1.2381808.1674616 1.8321394.5943576.110376 1.2067349.1678606 1.8325384.1678606 5.5228475 0 10-4.4771525 10-10 0-.6258035-.0574846-1.2381808-.1674616-1.8321394-.5943576-.110376-1.2067349-.1678606-1.8325384-.1678606zm-8-8c-5.5228475 0-10 4.4771525-10 10 0 4.123721 2.49605607 7.6644569 6.05974369 9.1937831-.03990496-.3929647-.05974369-.7910571-.05974369-1.1937831 0-6.627417 5.372583-12 12-12 .402726 0 .8008184.01983873 1.1933532.05859222-1.5288963-3.56253615-5.0696322-6.05859222-9.1933532-6.05859222z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"attachfile f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m19.120106 0c1.8257724 0 3.5522076.83131873 4.6906771 2.25867017l4.8798939 6.11814718c.847677 1.06277155 1.309323 2.38190365 1.309323 3.74132985v13.8818528c0 3.3137085-2.6862915 6-6 6h-16c-3.3137085 0-6-2.6862915-6-6v-20c0-3.3137085 2.6862915-6 6-6zm3.0349301 11.3431507c-1.7733211-1.77332115-4.5783198-1.95282215-6.5574078-.4485806-.4396938.3341973-.5252157.9615599-.1910185 1.4012537.3341973.4396938.9615599.5252157 1.4012537.1910185 1.1854098-.9009921 2.869196-.7932412 3.9329591.2705219 1.1715662 1.1715663 1.1715728 3.0710678 0 4.2426407l-3.5251795 3.5340342-1.7153229 1.7064682-.1284695.1212599c-1.179998 1.0509503-2.9865851 1.0106028-4.1163095-.1191216-1.1297376-1.1297376-1.1700851-2.9363247-.1210492-4.1144025l.0417521-.0457432.0837779-.0732805 2.2879008-2.2879007.0872208-.0777064c.3925176-.3108255.964363-.2849233 1.3269927.0777064.3905243.3905243.3905243 1.0236892 0 1.4142135l-2.2615341 2.2615342-.0777064.0872208c-.3108254.3925176-.2849233.964363.0777064 1.3269927.3905243.3905243 1.0236893.3905243 1.4142135 0l2.2615342-2.2615341.1210426-.1282448c1.0490359-1.1780778 1.0086884-2.9846649-.1210426-4.1143959-1.1715729-1.1715729-3.0710678-1.1715729-4.2426407 0l-.8729293.8734295-.0870101.0779423-.6318556.6314771-.69753509.6927859c-1.95567295 1.9556729-1.95567953 5.1214912-.00305149 7.0741193 1.95261488 1.9526148 5.11844638 1.9526214 7.07106778 0l2.3122913-2.2983554.0627792-.0706888 2.8675702-2.8735965.1500911-.1566372c1.8011716-1.9617731 1.751139-5.0132005-.1500911-6.9144306z\" fill=\"currentColor\"/></g></svg></li><li title=\"attachfile o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m19.120106 0c1.8257724 0 3.5522076.83131873 4.6906771 2.25867017l4.8798939 6.11814718c.847677 1.06277155 1.309323 2.38190365 1.309323 3.74132985v13.8818528c0 3.3137085-2.6862915 6-6 6h-16c-3.3137085 0-6-2.6862915-6-6v-20c0-3.3137085 2.6862915-6 6-6zm0 2h-11.120106c-2.14219539 0-3.89107888 1.68396847-3.99510469 3.80035966l-.00489531.19964034v20c0 2.1421954 1.68396847 3.8910789 3.80035966 3.9951047l.19964034.0048953h16c2.1421954 0 3.8910789-1.6839685 3.9951047-3.8003597l.0048953-.1996403v-13.8818528c0-.8238947-.2543504-1.6255887-.7251774-2.29685957l-.1477046-.19736034-4.8798939-6.11814718c-.7115434-.89209465-1.767598-1.43495138-2.8997521-1.49932373zm3.0349301 9.3431507c1.9012301 1.9012301 1.9512627 4.9526575.1500911 6.9144306l-.1500911.1566372-2.8675702 2.8735965-.0627792.0706888-2.3122913 2.2983554c-1.9526214 1.9526214-5.1184529 1.9526148-7.07106778 0-1.95262804-1.9526281-1.95262146-5.1184464.00305149-7.0741193l.69753509-.6927859.6318556-.6314771.0870101-.0779423.8729293-.8734295c1.1715729-1.1715729 3.0710678-1.1715729 4.2426407 0 1.129731 1.129731 1.1700785 2.9363181.1210426 4.1143959l-.1210426.1282448-2.2615342 2.2615341c-.3905242.3905243-1.0236892.3905243-1.4142135 0-.3626297-.3626297-.3885318-.9344751-.0777064-1.3269927l.0777064-.0872208 2.2615341-2.2615342c.3905243-.3905243.3905243-1.0236892 0-1.4142135-.3626297-.3626297-.9344751-.3885319-1.3269927-.0777064l-.0872208.0777064-2.2879008 2.2879007-.0837779.0732805-.0417521.0457432c-1.0490359 1.1780778-1.0086884 2.9846649.1210492 4.1144025 1.1297244 1.1297244 2.9363115 1.1700719 4.1163095.1191216l.1284695-.1212599 1.7153229-1.7064682 3.5251795-3.5340342c1.1715728-1.1715729 1.1715662-3.0710744 0-4.2426407-1.0637631-1.0637631-2.7475493-1.171514-3.9329591-.2705219-.4396938.3341972-1.0670564.2486753-1.4012537-.1910185-.3341972-.4396938-.2486753-1.0670564.1910185-1.4012537 1.979088-1.50424155 4.7840867-1.32474055 6.5574078.4485806z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"attachfile sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22.0092457 0 7.9907543 10.0183757v21.9816243h-28v-32zm.1457904 11.3431507c-1.7733211-1.77332115-4.5783198-1.95282215-6.5574078-.4485806l1.2102352 1.5922722.1445698-.1032805c1.1745509-.7875619 2.7671764-.6474104 3.7883893.3738024 1.1715662 1.1715663 1.1715728 3.0710678 0 4.2426407l-3.6794879 3.6895449-1.5610145 1.5509575-.1284695.1212599c-1.179998 1.0509503-2.9865851 1.0106028-4.1163095-.1191216-1.1297376-1.1297376-1.1700851-2.9363247-.1210492-4.1144025l.1188267-.1270605.0067033.0080368 2.2879008-2.2879007.0872208-.0777064c.3925176-.3108255.964363-.2849233 1.3269927.0777064.3905243.3905243.3905243 1.0236892 0 1.4142135l-2.2615341 2.2615342 1.4142135 1.4142135 2.2615342-2.2615341.1210426-.1282448c1.0490359-1.1780778 1.0086884-2.9846649-.1210426-4.1143959-1.1715729-1.1715729-3.0710678-1.1715729-4.2426407 0l-.9553438.9547459-.0045956-.0033741-.6318556.6314771-.69753509.6927859c-1.95567295 1.9556729-1.95567953 5.1214912-.00305149 7.0741193 1.95261488 1.9526148 5.11844638 1.9526214 7.07106778 0l2.3122913-2.2983554-.0036888-.0042208 2.9340382-2.9400645.1500911-.1566372c1.8011716-1.9617731 1.751139-5.0132005-.1500911-6.9144306z\" fill=\"currentColor\"/></g></svg></li><li title=\"attachfile so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22.0092457 0 7.9907543 10.0183757v21.9816243h-28v-32zm-.9632457 2h-17.046v28h24v-19.282zm1.1090361 9.3431507c1.9012301 1.9012301 1.9512627 4.9526575.1500911 6.9144306l-.1500911.1566372-2.9340382 2.9400645.0036888.0042208-2.3122913 2.2983554c-1.9526214 1.9526214-5.1184529 1.9526148-7.07106778 0-1.95262804-1.9526281-1.95262146-5.1184464.00305149-7.0741193l.69753509-.6927859.6318556-.6314771.0045956.0033741.9553438-.9547459c1.1715729-1.1715729 3.0710678-1.1715729 4.2426407 0 1.129731 1.129731 1.1700785 2.9363181.1210426 4.1143959l-.1210426.1282448-2.2615342 2.2615341-1.4142135-1.4142135 2.2615341-2.2615342c.3905243-.3905243.3905243-1.0236892 0-1.4142135-.3626297-.3626297-.9344751-.3885319-1.3269927-.0777064l-.0872208.0777064-2.2879008 2.2879007-.0067033-.0080368-.1188267.1270605c-1.0490359 1.1780778-1.0086884 2.9846649.1210492 4.1144025 1.1297244 1.1297244 2.9363115 1.1700719 4.1163095.1191216l.1284695-.1212599 1.5610145-1.5509575 3.6794879-3.6895449c1.1715728-1.1715729 1.1715662-3.0710744 0-4.2426407-1.0212129-1.0212128-2.6138384-1.1613643-3.7883893-.3738024l-.1445698.1032805-1.2102352-1.5922722c1.979088-1.50424155 4.7840867-1.32474055 6.5574078.4485806z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"awesome f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m4.51549848 11h.45794003c1.80491838 0 3.38624365-1.20874862 3.85984333-2.95042415l2.18885576-8.04957585h2.4644223c2.7868092 0 5.0459644 2.25915522 5.0459644 5.04596441 0 .15157581-.0068297.30307464-.0204685.45403559l-.4575151 5.064008c-.0198778.2200178.1423677.4144916.3623855.4343694.0119669.0010812.0239764.0016226.035992.0016226h6.054657c3.2603999 0 5.9034763 2.6430763 5.9034763 5.9034763 0 .1868834-.0088741.3736615-.0265924.5597032l-.5223725 5.4849114c-.4887959 5.1323568-4.7993745 9.0519091-9.9549547 9.0519091h-12.9071319c-3.3137085 0-6-2.6862915-6-6v-11.4845015c0-1.9415562 1.57394228-3.5154985 3.51549848-3.5154985z\" fill=\"currentColor\"/></g></svg></li><li title=\"awesome o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m13.4865599 0c2.7868092 0 5.0459644 2.25915522 5.0459644 5.04596441 0 .15157581-.0068297.30307464-.0204685.45403559l-.4575151 5.064008c-.0198778.2200178.1423677.4144916.3623855.4343694l.035992.0016226h6.054657c3.2603999 0 5.9034763 2.6430763 5.9034763 5.9034763 0 .1868834-.0088741.3736615-.0265924.5597032l-.5223725 5.4849114c-.4887959 5.1323568-4.7993745 9.0519091-9.9549547 9.0519091h-12.9071319c-3.3137085 0-6-2.6862915-6-6v-11.4845015c0-1.9415562 1.57394228-3.5154985 3.51549848-3.5154985h.45794003c1.80491838 0 3.38624365-1.20874862 3.85984333-2.95042415l2.18885576-8.04957585zm-2.7233564 8.57436377c-.6888723 2.53334623-2.94015637 4.31501593-5.5446006 4.42066963l-.24516439.0049666h-.45794003c-.79048744 0-1.43961916.6052158-1.50930513 1.3775572l-.00619335.1379413v11.4845015c0 2.1421954 1.68396847 3.8910789 3.80035966 3.9951047l.19964034.0048953h12.9071319c4.0385378 0 7.4289477-3.0063511 7.9355644-6.9861923l.0283993-.255335.5223726-5.4849114c.0117156-.1230138.0175833-.2465146.0175833-.370085 0-2.0884608-1.6401247-3.7938498-3.7026039-3.8983971l-.2008724-.0050792-6.1447284-.0020292-.1258805-.0077062c-1.2651022-.1142975-2.2118551-1.1906916-2.1835837-2.4420661l.009271-.1641504.457515-5.06400799c.008233-.09112662.0123557-.18257793.0123557-.2740757 0-1.6221597-1.2680552-2.94814923-2.8669908-3.04079369l-.1789736-.00517072h-.9355599z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"awesome sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m1 11h7.03099697l2.99114063-11h7.9868235l-.9938107 11h12.9848496l-4 21h-26z\" fill=\"currentColor\"/></g></svg></li><li title=\"awesome so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m19.0089611 0-.9938107 11h12.9848496l-4 21h-26v-21h7.03099697l2.99114063-11zm-2.1889611 2h-4.269l-2.9912238 11h-6.5597762v17h22.345l3.238-17h-12.7566883z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"backfile f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m19.120106 0c1.8257724 0 3.5522076.83131873 4.6906771 2.25867017l4.8798939 6.11814718c.847677 1.06277155 1.309323 2.38190365 1.309323 3.74132985v13.8818528c0 3.3137085-2.6862915 6-6 6h-16c-3.3137085 0-6-2.6862915-6-6v-20c0-3.3137085 2.6862915-6 6-6zm-2.9086619 11.7616966c-.3905243-.3905243-1.0236893-.3905243-1.4142136 0l-4.2426407 4.2426407c-.180242.180242-.2772954.4121707-.2911601.6480754v.1683153c.0138647.2359046.1109181.4678334.2911601.6480754l4.2426407 4.2426407c.3905243.3905242 1.0236893.3905242 1.4142136 0 .3905242-.3905243.3905242-1.0236893 0-1.4142136l-2.5598738-2.5614271 7.085.0007669c.5522848 0 1-.4477152 1-1 0-.5522847-.4477152-1-1-1l-7.085-.0007669 2.5598738-2.5598933c.3905242-.3905242.3905242-1.0236892 0-1.4142135z\" fill=\"currentColor\"/></g></svg></li><li title=\"backfile o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m19.120106 0c1.8257724 0 3.5522076.83131873 4.6906771 2.25867017l4.8798939 6.11814718c.847677 1.06277155 1.309323 2.38190365 1.309323 3.74132985v13.8818528c0 3.3137085-2.6862915 6-6 6h-16c-3.3137085 0-6-2.6862915-6-6v-20c0-3.3137085 2.6862915-6 6-6zm0 2h-11.120106c-2.14219539 0-3.89107888 1.68396847-3.99510469 3.80035966l-.00489531.19964034v20c0 2.1421954 1.68396847 3.8910789 3.80035966 3.9951047l.19964034.0048953h16c2.1421954 0 3.8910789-1.6839685 3.9951047-3.8003597l.0048953-.1996403v-13.8818528c0-.8238947-.2543504-1.6255887-.7251774-2.29685957l-.1477046-.19736034-4.8798939-6.11814718c-.7115434-.89209465-1.767598-1.43495138-2.8997521-1.49932373zm-2.9086619 9.7616966c.3905242.3905243.3905242 1.0236893 0 1.4142135l-2.5598738 2.5598933 7.085.0007669c.5522848 0 1 .4477153 1 1 0 .5522848-.4477152 1-1 1l-7.085-.0007669 2.5598738 2.5614271c.3905242.3905243.3905242 1.0236893 0 1.4142136-.3905243.3905242-1.0236893.3905242-1.4142136 0l-4.2426407-4.2426407c-.180242-.180242-.2772954-.4121708-.2911601-.6480754v-.1683153c.0138647-.2359047.1109181-.4678334.2911601-.6480754l4.2426407-4.2426407c.3905243-.3905243 1.0236893-.3905243 1.4142136 0z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"backfile sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22.0092457 0 7.9907543 10.0183757v21.9816243h-28v-32zm-6.2969351 11.2625631-5.6568542 5.6568543.0250872.0251457-.0250872.0251068 5.6568542 5.6568543 1.4142136-1.4142136-3.2669806-3.2687475 8.085.0009805v-2l-8.084-.0009805 3.2659806-3.2667864z\" fill=\"currentColor\"/></g></svg></li><li title=\"backfile so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22.0092457 0 7.9907543 10.0183757v21.9816243h-28v-32zm-.9632457 2h-17.046v28h24v-19.282zm-5.3336894 9.2625631 1.4142136 1.4142136-3.2659806 3.2667864 8.084.0009805v2l-8.085-.0009805 3.2669806 3.2687475-1.4142136 1.4142136-5.6568542-5.6568543.0250872-.0251068-.0250872-.0251457z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"battery f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m21 1c1.6568542 0 3 1.34314575 3 3v3c0 2.61218135-1.6692877 4.8344797-3.9993141 5.6583461l-.0006859 13.3416539c0 2.209139-1.790861 4-4 4s-4-1.790861-4-4l.0003218-13.3412977c-2.33055284-.8235819-4.0003218-3.04614439-4.0003218-5.6587023v-3c0-1.65685425 1.34314575-3 3-3zm-5 14c-.5522847 0-1 .4477153-1 1v3c0 .5522847.4477153 1 1 1s1-.4477153 1-1v-3c0-.5522847-.4477153-1-1-1z\" fill=\"currentColor\"/></g></svg></li><li title=\"battery o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m21 1c1.6568542 0 3 1.34314575 3 3v3c0 2.22044953-1.206164 4.1591844-2.999037 5.1967496l-.000963 13.8032504c0 2.7614237-2.2385763 5-5 5-2.6887547 0-4.8818181-2.1223067-4.9953805-4.7831104l-.0046195-.2168896.0000394-13.8026704c-1.79342585-1.0374226-3.0000394-2.97646627-3.0000394-5.1973296v-3c0-1.65685425 1.34314575-3 3-3zm-3 12h-4c-.3406453 0-.6746604-.0283876-.9998085-.0829263l-.0001915 13.0829263c0 1.6568542 1.3431458 3 3 3 1.5976809 0 2.9036609-1.24892 2.9949073-2.8237272l.0050927-.1762728.0008069-13.0830939c-.3254628.0546481-.6598129.0830939-1.0008069.0830939zm-2 2c.5522847 0 1 .4477153 1 1v3c0 .5522847-.4477153 1-1 1s-1-.4477153-1-1v-3c0-.5522847.4477153-1 1-1zm5-12h-10c-.5128358 0-.9355072.38604019-.9932723.88337887l-.0067277.11662113v3c0 2.14219539 1.6839685 3.8910789 3.8003597 3.9951047l.1996403.0048953h4c2.1421954 0 3.8910789-1.68396847 3.9951047-3.80035966l.0048953-.19964034v-3c0-.51283584-.3860402-.93550716-.8833789-.99327227z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"battery sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m24 1v12h-3v18h-10v-18h-3v-12zm-7 14h-2v5h2zm2-10h-6v2h6z\" fill=\"currentColor\"/></g></svg></li><li title=\"battery so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m24 1v12h-3v18h-10v-18h-3v-12zm-5 12h-6v16h6zm-2 2v5h-2v-5zm5-12h-12v8h12zm-3 2v2h-6v-2z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"bed f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22.5 0c1.9329966 0 3.5 1.56700338 3.5 3.5v2.5c0 .10373602-.0157956.2037828-.0451127.29786639l1.9251719 18.53430641c.0770991.1735465.1199408.3656838.1199408.5678272v3.6c0 .5522847-.4477153 1-1 1h-2v1c0 .5522847-.4477153 1-1 1s-1-.4477153-1-1v-1h-14v1c0 .5522847-.44771525 1-1 1s-1-.4477153-1-1v-1h-2c-.55228475 0-1-.4477153-1-1v-3.6c0-.2021434.04284173-.3942807.11994076-.5678272l1.92517198-18.53430641c-.02931718-.09408359-.04511274-.19413037-.04511274-.29786639v-2.5c0-1.93299662 1.56700338-3.5 3.5-3.5zm-8.5 9h-4c-.55228475 0-1 .44771525-1 1v1c0 .5522847.44771525 1 1 1h4c.5522847 0 1-.4477153 1-1v-1c0-.55228475-.4477153-1-1-1zm8 0h-4c-.5522847 0-1 .44771525-1 1v1c0 .5522847.4477153 1 1 1h4c.5522847 0 1-.4477153 1-1v-1c0-.55228475-.4477153-1-1-1z\" fill=\"currentColor\"/></g></svg></li><li title=\"bed o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22.5 0c1.9329966 0 3.5 1.56700338 3.5 3.5v1.5c0 .32936254-.0796149.64013003-.2206496.91410747.165863.25563399.2753465.55371607.3093177.87644186l1.7894736 16.99999997c.0419238.3982752-.0360896.7815318-.2049355 1.1138172.2068267.315045.3267938.6913294.3267938 1.0956335v2c0 1.1045695-.8954305 2-2 2h-1v1c0 .5522847-.4477153 1-1 1s-1-.4477153-1-1v-1h-14v1c0 .5522847-.44771525 1-1 1s-1-.4477153-1-1v-1h-1c-1.0543618 0-1.91816512-.8158778-1.99451426-1.8507377l-.00548574-.1492623v-2c0-.4047446.12022861-.7814082.32692039-1.0962256-.13852854-.2713079-.21621343-.5785096-.21621343-.9038555 0-.069934.00366807-.1398198.0109891-.2093696l1.78947368-16.99999997c.03401625-.32315437.14374564-.62159955.31043636-.87845398-.14218529-.27272331-.2216061-.58313447-.2216061-.91209535v-1.5c0-1.93299662 1.56700338-3.5 3.5-3.5zm3.5 26h-20v2h20zm-18.02506755-19.00015387-.0747518.00007277-1.78947369 17h19.77842384l-1.7894736-17-.0996572.0000811h-16c-.00836795 0-.0167239-.00005139-.02506755-.00015387zm6.02506755 2.00015387c.5522847 0 1 .44771525 1 1 0 .5522847-.4477153 1-1 1h-3c-.5522847 0-1-.4477153-1-1 0-.55228475.4477153-1 1-1zm7 0c.5522847 0 1 .44771525 1 1 0 .5522847-.4477153 1-1 1h-3c-.5522847 0-1-.4477153-1-1 0-.55228475.4477153-1 1-1zm1.5-7h-13c-.82842712 0-1.5.67157288-1.5 1.5v1.499l16 .001v-1.5c0-.82842712-.6715729-1.5-1.5-1.5z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"bed sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m25 1v5l2 19v4h-2v3h-2v-3h-14v3h-2v-3h-2v-4l2-19v-5zm-10 8h-6v3h6zm8 0h-6v3h6z\" fill=\"currentColor\"/></g></svg></li><li title=\"bed so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m26 0v5.949l1.8781417 17.8415493c.0252968.2403194.0069255.4751707-.0487199.6966553.0330097.0727011.0639282.1634687.098523.2770285l.0720552.2457669v4.99h-3v2h-2v-2h-14v2h-2v-2h-3v-4.99c.06845473-.2373411.11618355-.4028229.17121832-.5244772-.03980695-.1545176-.06051136-.3176429-.06051136-.4856039 0-.069934.00366807-.1398198.0109891-.2093696l1.87830394-17.8505493v-5.94zm0 26h-20v2h20zm-1.9000811-19.0000811-16.1999189.0000811-1.78929304 16.9999189h19.77842384zm-9.0999189 2.0000811v2h-5v-2zm7 0v2h-5v-2zm2-7h-16v2.999l16 .001z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"behance f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm4.5295977 13.7099741c-.5467643 0-1.0400516.0967484-1.4868589.2897466-.4498061.1934969-.8311417.4588071-1.1560016.791941-.3248599.3331338-.5687548.7291043-.7466781 1.1904049-.1780429.4753079-.2669839.9792308-.2623868 1.4866348 0 .5485737.0874623 1.0567524.2558896 1.5150608.1599267.4391089.4063306.8418283.7246876 1.1844205.3235727.3341623.7156888.5946106 1.1495044.7635149.4533045.1780371.9560877.2683024 1.5183453.2683024.8026539 0 1.4963548-.1870138 2.0616111-.5550569.5747522-.3675443.9935716-.9754637 1.2714518-1.8327348h-1.7242565c-.0654718.2179333-.2373977.4298823-.5217751.6293636-.2843774.1994814-.6277293.299222-1.0215595.299222-.549763 0-.9715811-.1436265-1.2649546-.430381-.2963722-.2832635-.4837914-.8163774-.4837914-1.3744265h5.1447817c.0371151-.5317159-.0092578-1.0659534-.1374407-1.5833832-.1279448-.5046878-.3343558-.9570117-.6247306-1.3494913-.2903748-.3924795-.6622145-.7071614-1.1120206-.9410533-.4533045-.2368841-.981077-.3520845-1.5838171-.3520845zm-7.8910976-2.5099741h-4.6385001v9.818472h4.7699434c.4433088 0 .8716242-.0558548 1.2869451-.1650708.4183196-.1092161.793158-.2777778 1.1180179-.5081788.3260479-.230441.5925836-.5348582.7776647-.8881907.1904179-.3615599.2873761-.78845.2873761-1.2871534 0-.6173948-.1434381-1.1410333-.4433088-1.5773987-.2998707-.4333733-.7461783-.7385797-1.3524169-.9131259.4433089-.211949.774666-.4802514 1.0025677-.810393.2249031-.3301416.3373546-.7415719.3373546-1.2372831 0-.4583084-.0749677-.8448035-.2249031-1.1535009-.1559327-.3116896-.3683411-.5610413-.6432226-.748055-.27838-.1870138-.6062386-.3246559-.9935716-.4054459-.387333-.0842808-.8121499-.1246758-1.2839464-.1246758zm-.1244464 5.438859c.4682981 0 .8461352.1062238 1.1305126.3211649.2843774.2179334.4278155.5799921.4278155 1.0846799 0 .258827-.0404825.470776-.1279448.6358468-.0874623.1685617-.2094097.2962298-.3528479.3929782-.1439379.0997407-.3158638.1655695-.5092804.2089567-.1909177.0433872-.3938302.062338-.6062386.062338l.0004998-.003491h-2.3115034v-2.7024735zm7.9525712-1.4582087c.4777939 0 .8746228.1406344 1.1055233.3959705.2343989.2583283.4063248.6263714.4533045 1.1250748h-3.1861262c.0089961-.1371434.0404825-.2962298.090461-.4677838.0499784-.1775384.1374407-.3456014.2623868-.5016956.1373909-.1629016.3063716-.2964028.4967859-.3924795.2059112-.1062238.4652993-.1590864.7776647-.1590864zm-8.2779309-2.3094953c.1865874-.0010626.3728509.0156364.5562602.0498703.1688846.0258135.3311468.0840744.4777939.171554.1403135.0823265.2558116.2008479.3343559.3431079.0814649.1461201.1219474.3366248.1219474.5640335 0 .4109316-.1189487.7101536-.368841.891183-.2498922.1840215-.568255.2742868-.9525892.2742868h-2.1930545v-2.2940355zm10.2390853-.879214h-3.9887802v.9694793h3.9887802z\" fill=\"currentColor\"/></g></svg></li><li title=\"behance o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m9.23482587.00572139c.93930353 0 1.78507463.08059702 2.55621893.24875622.7711443.16119403 1.4238806.4358209 1.9781094.80895523.5472637.37313432.9701493.87064676 1.280597 1.49253731.2985075.6159204.4477612 1.38706468.4477612 2.30149254 0 .98905472-.2238806 1.80995025-.6716418 2.46865671-.4537313.65870647-1.1134328 1.19402985-1.9960199 1.61691543 1.2069652.3482587 2.0955224.95721393 2.6925374 1.82189057.5970149.8706467.882587 1.9154229.882587 3.1472637 0 .9950248-.1930348 1.8467661-.5721393 2.5681592-.3684795.7049773-.8991275 1.3123578-1.5482587 1.7721393-.6467662.4597015-1.3930348.7960199-2.2258706 1.0139303-.8268657.2179105-1.679602.3293532-2.56218909.3293532h-9.49651741v-19.59004971zm-.55920398 7.91144279c.76517413 0 1.39900501-.1800995 1.89651741-.54726368.4975124-.36119403.7343284-.95820896.7343284-1.77810946 0-.45373134-.0805971-.83383084-.2427861-1.12537313-.1563744-.28384056-.3863204-.52031723-.6656716-.68457711-.2919609-.17454135-.61500999-.29078495-.95124383-.34228856-.36515082-.06830429-.73598443-.10162267-1.10746269-.09950249h-4.02985074v4.57711443zm.2358209 8.33930352c.42288557 0 .82686567-.037811 1.20696521-.1243781.3850746-.0865672.7273631-.2179105 1.0139303-.4169155.2855721-.1930348.5283582-.4477612.7024876-.7840796.1741293-.3293532.2547263-.7522388.2547263-1.2686567 0-1.0069652-.2855721-1.7293532-.8517413-2.1641791-.5661691-.4288557-1.31840791-.640796-2.25074622-.640796h-4.67661692v5.3920398h4.60199005zm13.63880601-.0686568c.5840796.5721393 1.4238806.8587065 2.5184079.8587065.7840796 0 1.4676617-.199005 2.0338309-.5970149.5661691-.39801.9084577-.8208955 1.0388059-1.2557214h3.4328359c-.5532339 1.7104478-1.3870647 2.9233831-2.5313433 3.6567164-1.1253732.7343284-2.5064677 1.1074627-4.1044776 1.1074627-1.119403 0-2.1203981-.1800995-3.0228856-.5353234-.8636868-.3370018-1.6443538-.8566545-2.2885572-1.5233831-.6338195-.6835481-1.1243869-1.4870636-1.4427861-2.363184-.3353234-.9144279-.5094527-1.9283583-.5094527-3.0228856-.0091524-1.0123846.1679209-2.0178236.522388-2.96616917.3542289-.92039801.839801-1.71044777 1.4865672-2.37512438.6467662-.66467662 1.4059701-1.19402985 2.3014925-1.58009951.8895523-.38507462 1.8716418-.57810945 2.960199-.57810945 1.2 0 2.2507463.22985075 3.1532339.70248756.8955224.46666667 1.6358209 1.09452737 2.2139303 1.87761194.5781095.78308458.9890547 1.68557214 1.2437811 2.69253731.2552003 1.0323882.3475244 2.0983117.2736318 3.159204h-10.242786c0 1.1134328.3731343 2.1771144.9641791 2.7422885zm4.4706467-7.4497512c-.4597015-.50945273-1.2497512-.79004975-2.200995-.79004975-.6218905 0-1.1383085.10547264-1.5482587.31741294-.3790972.1916945-.7155223.45805924-.9890547.78308457-.2487563.31144279-.4228856.64676617-.5223881 1.00099504-.0995025.3422885-.162189.6597015-.1800995.9333333h6.3432836c-.0935324-.99502485-.4358209-1.72935321-.9014926-2.2447761zm-6.2378109-7.1522388h7.9412935v1.93432835h-7.9412935z\" fill=\"#000\" fill-rule=\"nonzero\" transform=\"translate(0 6)\"/></g></svg></li><li title=\"bell f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 0c.5522847 0 1 .44771525 1 1v2l-.0025778.03638753c6.4023217.46862162 11.6564815 5.41281031 12.4323204 11.87813457l.7644728 6.3706066c.3948126 3.2901044-1.9522852 6.2773198-5.2423897 6.6721323-.2372269.0284673-.4759424.042739-.7148713.042739l-3.3372135.0011864c-.4637287 2.2816492-2.4812022 3.9988136-4.8997409 3.9988136s-4.4360122-1.7171644-4.8997409-3.9988136l-3.33721351-.0011864c-3.3137085 0-6-2.6862915-6-6 0-.2389289.01427174-.4776444.04273897-.7148713l.76447279-6.3706066c.77579844-6.46498705 6.02945071-11.4089972 12.43131865-11.87806121-.0013436-.01134949-.001576-.02387805-.001576-.03646089v-2c0-.55228475.4477153-1 1-1z\" fill=\"currentColor\"/></g></svg></li><li title=\"bell o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 0c.5522847 0 1 .44771525 1 1v2l-.0025778.03638753c6.4023217.46862162 11.6564815 5.41281031 12.4323204 11.87813457l.7644728 6.3706066c.3948126 3.2901044-1.9522852 6.2773198-5.2423897 6.6721323-.1581512.0189782-.3169641.0316472-.4760608.0379846l-.2388105.0047544-3.3372135.0011864c-.4637287 2.2816492-2.4812022 3.9988136-4.8997409 3.9988136s-4.4360122-1.7171644-4.8997409-3.9988136l-3.33721351-.0011864c-3.3137085 0-6-2.6862915-6-6 0-.2389289.01427174-.4776444.04273897-.7148713l.76447279-6.3706066c.77579844-6.46498705 6.02945071-11.4089972 12.43131865-11.87806121-.0013436-.01134949-.001576-.02387805-.001576-.03646089v-2c0-.55228475.4477153-1 1-1zm2.8297121 28.0009666-5.6593686.0001574c.415095 1.1759522 1.5383717 1.998876 2.8296565 1.998876 1.2913424 0 2.4146618-.8229973 2.8297121-1.9990334zm-2.8297121-23.0009666c-5.7356297 0-10.58198255 4.21331369-11.405022 9.8595046l-.03896697.2933079-.76447279 6.3706066c-.01897816.1581513-.02849265.317295-.02849265.4765809l.003.128.00221494.0780394c.10387883 2.0472756 1.74704513 3.6883952 3.79579303 3.7890654l.19899203.0048952h16.47390881c.1592859 0 .3184296-.0095145.4765809-.0284926 2.1269362-.2552324 3.6627253-2.1355768 3.5138522-4.2492868l-.0189257-.1988015-.7644728-6.3706066c-.6951552-5.79295966-5.6094691-10.1528125-11.443989-10.1528125z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"bell sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m17 0 .00047 3.03844976c5.8978047.45480211 10.7892662 4.89740154 11.7374255 10.82339724l2.2621045 14.138153h-10.429l-.0053146.040202c-.3245878 2.2721151-2.2705026 3.959798-4.5656854 3.959798s-4.2410976-1.6876829-4.5656854-3.959798l-.0063146-.040202h-10.428l2.26210449-14.138153c.94821314-5.92633216 5.84017627-10.3690996 11.73843011-10.82347467l-.0005346-3.03837233z\" fill=\"currentColor\"/></g></svg></li><li title=\"bell so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m17 0 .00047 3.03844976c5.8978047.45480211 10.7892662 4.89740154 11.7374255 10.82339724l2.2621045 14.138153h-10.429l-.0053146.040202c-.3245878 2.2721151-2.2705026 3.959798-4.5656854 3.959798-2.2234584 0-4.1191368-1.5838508-4.5305442-3.7485331l-.0414558-.2514669h-10.428l2.26210449-14.138153c.94821314-5.92633216 5.84017627-10.3690996 11.73843011-10.82347467l-.0005346-3.03837233zm1.5409395 28.0009132-5.080207-.00018c.2795085 1.1621314 1.3227649 1.9992668 2.5392675 1.9992668 1.2224477 0 2.2699517-.8453376 2.5409395-1.9990868zm-2.5409395-23.0009132c-5.2577175 0-9.75081332 3.74983311-10.7131984 8.8908023l-.04981585.2870257-1.89298575 11.822172h25.311l-1.8919858-11.822172c-.8306694-5.19168394-5.2432734-9.0359113-10.471723-9.17398513z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"bicycle f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m23 0c.5522847 0 1 .44771525 1 1s-.4477153 1-1 1h-.269l1.6161904 6.03003794c.1362918-.01260449.2737161-.02130181.4121598-.02597892l.2406498-.00405902c3.8659932 0 7 3.1340068 7 7s-3.1340068 7-7 7-7-3.1340068-7-7c0-2.9479725 1.8223199-5.47031946 4.4019251-6.50200624l-.2609251-.97499376-10.0345187 2.6890815c1.1232566 1.1975132 1.830103 2.7902961 1.8894597 4.5472687l.004059.2406498c0 3.8659932-3.1340068 7-7 7-3.86599325 0-7-3.1340068-7-7s3.13400675-7 7-7c.83552424 0 1.63685849.14638476 2.37975505.41490657l-1.18375505-4.41490657h-1.196c-.55228475 0-1-.44771525-1-1s.44771525-1 1-1h4c.5522847 0 1 .44771525 1 1s-.4477153 1-1 1h-.733l1.159 4.324 10.197-2.733-.962-3.591h-2.661c-.5522847 0-1-.44771525-1-1s.4477153-1 1-1z\" fill=\"currentColor\" transform=\"translate(0 4)\"/></g></svg></li><li title=\"bicycle o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m23 0c.5522847 0 1 .44771525 1 1s-.4477153 1-1 1h-.269l1.6161904 6.03003794c.1362918-.01260449.2737161-.02130181.4121598-.02597892l.2406498-.00405902c3.8659932 0 7 3.1340068 7 7s-3.1340068 7-7 7-7-3.1340068-7-7c0-2.9479725 1.8223199-5.47031946 4.4019251-6.50200624l-.2609251-.97499376-10.0345187 2.6890815c1.1232566 1.1975132 1.830103 2.7902961 1.8894597 4.5472687l.004059.2406498c0 3.8659932-3.1340068 7-7 7-3.86599325 0-7-3.1340068-7-7s3.13400675-7 7-7c.83552424 0 1.63685849.14638476 2.37975505.41490657l-1.18375505-4.41490657h-1.196c-.55228475 0-1-.44771525-1-1s.44771525-1 1-1h4c.5522847 0 1 .44771525 1 1s-.4477153 1-1 1h-.733l1.159 4.324 10.197-2.733-.962-3.591h-2.661c-.5522847 0-1-.44771525-1-1s.4477153-1 1-1zm-16 10c-2.76142375 0-5 2.2385763-5 5s2.23857625 5 5 5c2.41853874 0 4.4360122-1.7171644 4.8997409-3.9988136l-4.8997409-.0011864c-.55228475 0-1-.4477153-1-1s.44771525-1 1-1l4.8999437-.000188c-.4633429-2.2821466-2.4810522-3.999812-4.8999437-3.999812zm18 0c-.04186 0-.0836.0005144-.1252137.0015372l1.3087395 4.8818649c.1429418.5334661-.1736407 1.0818031-.7071068 1.2247449s-1.081803-.1736407-1.2247449-.7071068l-1.3261338-4.9517339c-1.7260388.7880965-2.9255403 2.5293158-2.9255403 4.5506937 0 2.7614237 2.2385763 5 5 5s5-2.2385763 5-5-2.2385763-5-5-5z\" fill=\"#000\" fill-rule=\"nonzero\" transform=\"translate(0 4)\"/></g></svg></li><li title=\"bicycle sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m24 0v2h-1.269l1.6161904 6.03003794c.1362918-.01260449.2737161-.02130181.4121598-.02597892l.2406498-.00405902c3.8659932 0 7 3.1340068 7 7s-3.1340068 7-7 7-7-3.1340068-7-7c0-2.9479725 1.8223199-5.47031946 4.4019251-6.50200624l-.2609251-.97499376-10.0345187 2.6890815c1.1232566 1.1975132 1.830103 2.7902961 1.8894597 4.5472687l.004059.2406498c0 3.8659932-3.1340068 7-7 7-3.86599325 0-7-3.1340068-7-7s3.13400675-7 7-7c.83552424 0 1.63685849.14638476 2.37975505.41490657l-1.18375505-4.41490657h-2.196v-2h6v2h-1.733l1.159 4.324 10.197-2.733-.962-3.591h-3.661v-2z\" fill=\"currentColor\" transform=\"translate(0 4)\"/></g></svg></li><li title=\"bicycle so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m24 0v2h-1.269l1.6161904 6.03003794c.1362918-.01260449.2737161-.02130181.4121598-.02597892l.2406498-.00405902c3.8659932 0 7 3.1340068 7 7s-3.1340068 7-7 7-7-3.1340068-7-7c0-2.9479725 1.8223199-5.47031946 4.4019251-6.50200624l-.2609251-.97499376-10.0345187 2.6890815c1.1232566 1.1975132 1.830103 2.7902961 1.8894597 4.5472687l.004059.2406498c0 3.8659932-3.1340068 7-7 7-3.86599325 0-7-3.1340068-7-7s3.13400675-7 7-7c.83552424 0 1.63685849.14638476 2.37975505.41490657l-1.18375505-4.41490657h-2.196v-2h6v2h-1.733l1.159 4.324 10.197-2.733-.962-3.591h-3.661v-2zm-17 10c-2.76142375 0-5 2.2385763-5 5s2.23857625 5 5 5c2.41853874 0 4.4360122-1.7171644 4.8997409-3.9988136l-5.8997409-.0011864v-2l5.8999437-.000188c-.4633429-2.2821466-2.4810522-3.999812-4.8999437-3.999812zm18 0c-.04186 0-.0836.0005144-.1252137.0015372l1.5675585 5.8477908-1.9318516.517638-1.5849529-5.9176597c-1.7260388.7880965-2.9255403 2.5293158-2.9255403 4.5506937 0 2.7614237 2.2385763 5 5 5s5-2.2385763 5-5-2.2385763-5-5-5z\" fill=\"#000\" fill-rule=\"nonzero\" transform=\"translate(0 4)\"/></g></svg></li><li title=\"bluetooth f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 0c.2189636 0 .4214902.07037521.586195.18974082.0456726.02378301.0909361.05230317.134441.0848029l8.3257196 6.21960969c.0430371.03215027.0826738.06716323.1188432.10457736.0454403.03188973.0888297.06838583.1295775.10913361.3905243.39052429.3905243 1.02368927 0 1.41421356l-7.8790966 7.87892206 7.8690966 7.8695627c.3905243.3905243.3905243 1.0236893 0 1.4142136-.0628622.0628622-.1320114.1156055-.2054236.15823-.010394.0104995-.0224445.0203809-.0347891.0300255-.0052511.0041026-.0105438.0081515-.0158775.0121461l-8.3355043 6.2427899-.031893.0221798c-.1762625.155503-.4077574.2498524-.6612888.2498524-.5522847 0-1-.4477153-1-1l-.0003203-12.583-9.50389326 9.5040678c-.39052429.3905243-1.02368927.3905243-1.41421356 0-.3905243-.3905243-.3905243-1.0236893 0-1.4142136l10.50510682-10.5058542-10.51510682-10.51521356c-.3905243-.39052429-.3905243-1.02368927 0-1.41421356.39052429-.3905243 1.02368927-.3905243 1.41421356 0l9.51389326 9.51342712.0003203-12.585c0-.55228475.4477153-1 1-1z\" fill=\"currentColor\"/></g></svg></li><li title=\"bluetooth o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 0c.2189636 0 .4214902.07037521.586195.18974082.0456726.02378301.0909361.05230317.134441.0848029l8.3257196 6.21960969c.0430371.03215027.0826738.06716323.1188432.10457736.0454403.03188973.0888297.06838583.1295775.10913361.3905243.39052429.3905243 1.02368927 0 1.41421356l-7.8790966 7.87892206 7.8690966 7.8695627c.3905243.3905243.3905243 1.0236893 0 1.4142136-.0628622.0628622-.1320114.1156055-.2054236.15823-.010394.0104995-.0224445.0203809-.0347891.0300255-.0052511.0041026-.0105438.0081515-.0158775.0121461l-8.3355043 6.2427899-.031893.0221798c-.1762625.155503-.4077574.2498524-.6612888.2498524-.5522847 0-1-.4477153-1-1l-.0003203-12.583-9.50389326 9.5040678c-.39052429.3905243-1.02368927.3905243-1.41421356 0-.3905243-.3905243-.3905243-1.0236893 0-1.4142136l10.50510682-10.5058542-10.51510682-10.51521356c-.3905243-.39052429-.3905243-1.02368927 0-1.41421356.39052429-.3905243 1.02368927-.3905243 1.41421356 0l9.51389326 9.51342712.0003203-12.585c0-.55228475.4477153-1 1-1zm.9996797 18.414v10.585l6.053-4.532zm0-15.435v10.608l6.072-6.072z\" fill=\"#000\"/></g></svg></li><li title=\"bluetooth sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m15 0 11.0018831 7.41497116-8.586417 8.58602884 8.576417 8.5766695-10.9918831 7.4223305-.0005339-13.583-10.21078644 10.2111746-1.41421357-1.4142136 11.21300001-11.212961-11.22300001-11.22232034 1.41421357-1.41421357 10.22078644 10.22053391z\" fill=\"currentColor\"/></g></svg></li><li title=\"bluetooth so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 0c.2189636 0 .4214902.07037521.586195.18974082.0456726.02378301.0909361.05230317.134441.0848029l8.3257196 6.21960969c.0430371.03215027.0826738.06716323.1188432.10457736.0450366.0315503.0886402.06819629.1295775.10913361.3905243.39052429.3905243 1.02368927 0 1.41421356l-7.8793102 7.87892206 7.8693102 7.8695627c.3905243.3905243.3905243 1.0236893 0 1.4142136-.0626074.0626074-.131451.1151779-.2045313.1577113-.0110244.0108033-.0232027.0207948-.0356814.0305442l-.0158775.0121461-8.3355043 6.2427899-.032897.0230644c-.1761371.1549761-.4072345.2489678-.6602848.2489678-.5522847 0-1-.4477153-1-1l-.0005339-12.583-10.21078644 10.2111746-1.41421357-1.4142136 11.21300001-11.212961-11.22300001-11.22232034 1.41421357-1.41421357 10.22078644 10.22053391.0005339-12.585c0-.55228475.4477153-1 1-1zm.9994661 18.413v10.586l6.053-4.533zm0-15.434v10.609l6.073-6.073z\" fill=\"#000\"/></g></svg></li><li title=\"bookmark f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m8 0h16c2.209139 0 4 1.790861 4 4v25.3836626c0 .7731986-.6268014 1.4-1.4 1.4-.2764577 0-.5467269-.0818503-.7767334-.2352317l-9.5979877-6.4004817c-.134348-.0895908-.3093886-.0896138-.4437602-.0000583l-9.60509155 6.4015709c-.64339653.4288088-1.51259076.2548512-1.94139963-.3885454-.15325135-.2299425-.23502752-.5000948-.23502752-.7764271v-25.3844893c0-2.209139 1.790861-4 4-4z\" fill=\"currentColor\"/></g></svg></li><li title=\"bookmark o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m24 0c2.209139 0 4 1.790861 4 4v25.3836626c0 .7731986-.6268014 1.4-1.4 1.4-.2764577 0-.5467269-.0818503-.7767334-.2352317l-9.5979877-6.4004817c-.134348-.0895908-.3093886-.0896138-.4437602-.0000583l-9.60509155 6.4015709c-.64339653.4288088-1.51259076.2548512-1.94139963-.3885454-.15325135-.2299425-.23502752-.5000948-.23502752-.7764271v-25.3844893c0-2.209139 1.790861-4 4-4zm0 2h-16c-1.0543618 0-1.91816512.81587779-1.99451426 1.85073766l-.00548574.14926234v24.263l8.6723371-5.7793555c.7524806-.5015109 1.7175251-.5348247 2.4982326-.0999935l.1643284.1003435 8.6651019 5.7780055v-24.262c0-1.0543618-.8158778-1.91816512-1.8507377-1.99451426z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"bookmark sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m4 0h24v32l-11.9965817-8-12.0034183 8z\" fill=\"currentColor\"/></g></svg></li><li title=\"bookmark so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m28 0v32l-11.9965817-8-12.0034183 8v-32zm-2 2h-20v26.262l10.0037343-6.6657009 9.9962657 6.6667009z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"bottom f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm-4.9728932 13.4028932c-.3905243-.3905243-1.0236893-.3905243-1.41421358 0-.39052429.3905243-.39052429 1.0236893 0 1.4142136l5.65685428 5.6568542c.1802419.180242.4121707.2772954.6480754.2911602h.1612085c.2359046-.0138648.4678334-.1109182.6480754-.2911602l5.6568542-5.6568542c.3905243-.3905243.3905243-1.0236893 0-1.4142136s-1.0236892-.3905243-1.4142135 0l-4.9717475 4.971228z\" fill=\"currentColor\" fill-rule=\"evenodd\"/></svg></li><li title=\"bottom o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm0 2c-7.7319865 0-14 6.2680135-14 14s6.2680135 14 14 14 14-6.2680135 14-14-6.2680135-14-14-14zm-4.9728932 11.4579733 4.9708932 4.971228 4.9717475-4.971228c.3905243-.3905243 1.0236892-.3905243 1.4142135 0s.3905243 1.0236893 0 1.4142136l-5.6568542 5.6568542c-.180242.180242-.4121708.2772954-.6480754.2911602h-.1612085c-.2359047-.0138648-.4678335-.1109182-.6480754-.2911602l-5.65685428-5.6568542c-.39052429-.3905243-.39052429-1.0236893 0-1.4142136.39052428-.3905243 1.02368928-.3905243 1.41421358 0z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"bottom sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm5.6710678 13-5.6790678 5.6782814-5.6777864-5.6782814-1.4142136 1.4142136 7.0710678 7.0710678.0209322-.021.0222136.021 7.0710678-7.0710678z\" fill=\"currentColor\"/></g></svg></li><li title=\"bottom so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm0 2c-7.7319865 0-14 6.2680135-14 14s6.2680135 14 14 14 14-6.2680135 14-14-6.2680135-14-14-14zm5.6710678 11 1.4142136 1.4142136-7.0710678 7.0710678-.0222136-.021-.0209322.021-7.0710678-7.0710678 1.4142136-1.4142136 5.6777864 5.6782814z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"bus1 f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m25 0c2.209139 0 4 1.790861 4 4v22c0 2.209139-1.790861 4-4 4v1c0 .5522847-.4477153 1-1 1s-1-.4477153-1-1v-1h-14v1c0 .5522847-.44771525 1-1 1s-1-.4477153-1-1v-1c-2.209139 0-4-1.790861-4-4v-22c0-2.209139 1.790861-4 4-4zm-15 25c-.55228475 0-1 .4477153-1 1s.44771525 1 1 1c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1zm12 0c-.5522847 0-1 .4477153-1 1s.4477153 1 1 1 1-.4477153 1-1-.4477153-1-1-1zm-9-16h-5c-1.1045695 0-2 .8954305-2 2v9c0 1.1045695.8954305 2 2 2h5c1.1045695 0 2-.8954305 2-2v-9c0-1.1045695-.8954305-2-2-2zm11 0h-5c-1.1045695 0-2 .8954305-2 2v9c0 1.1045695.8954305 2 2 2h5c1.1045695 0 2-.8954305 2-2v-9c0-1.1045695-.8954305-2-2-2zm-16.5-6c-.82842712 0-1.5.67157288-1.5 1.5s.67157288 1.5 1.5 1.5h17c.8284271 0 1.5-.67157288 1.5-1.5s-.6715729-1.5-1.5-1.5z\" fill=\"currentColor\"/></g></svg></li><li title=\"bus1 o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m25 0c2.209139 0 4 1.790861 4 4v22c0 2.209139-1.790861 4-4 4v1c0 .5522847-.4477153 1-1 1s-1-.4477153-1-1v-1h-14v1c0 .5522847-.44771525 1-1 1s-1-.4477153-1-1v-1l-.19964034-.0048953c-2.11639119-.1040258-3.80035966-1.8529093-3.80035966-3.9951047v-22c0-2.209139 1.790861-4 4-4zm0 24h-18c-1.1045695 0-2 .8954305-2 2s.8954305 2 2 2h18c1.1045695 0 2-.8954305 2-2s-.8954305-2-2-2zm-15 1c.5522847 0 1 .4477153 1 1s-.4477153 1-1 1c-.55228475 0-1-.4477153-1-1s.44771525-1 1-1zm12 0c.5522847 0 1 .4477153 1 1s-.4477153 1-1 1-1-.4477153-1-1 .4477153-1 1-1zm5.0011092-17.53577067c-.5885973.34073717-1.272077.53577067-2.0011092.53577067h-8v14h8c.7290322 0 1.4125119.1950335 2.0011092.5357707zm-12.0011092.53477067-8 .001c-.728624 0-1.41174649-.19481516-2.00012044-.53519846v15.07039696c.58837395-.3403833 1.27149644-.5351985 2.00012044-.5351985h8zm-8-5.999-.14926234.00548574c-1.03485987.07634914-1.85073766.94015246-1.85073766 1.99451426 0 1.1045695.8954305 2 2 2h18c1.1045695 0 2-.8954305 2-2s-.8954305-2-2-2z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"bus1 sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m29 0v30h-4v2h-2v-2h-14v2h-2v-2h-4v-30zm-18 25h-2v2h2zm12 0h-2v2h2zm-8-16h-9v13h9zm11 0h-9v13h9zm-20-6v3h20v-3z\" fill=\"currentColor\"/></g></svg></li><li title=\"bus1 so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m29 30h-4v2h-2v-2h-14v2h-2v-2h-4v-30h26zm-2-6h-22v4h22zm-16 1v2h-2v-2zm12 0v2h-2v-2zm-18-17.001v14.001h10v-14.001zm12 .001v14h10v-14zm-12-6v4h22v-4z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"bus2 f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m28 6c1.6568542 0 3 1.34314575 3 3v14c0 1.6568542-1.3431458 3-3 3h-1c0 1.6568542-1.3431458 3-3 3s-3-1.3431458-3-3h-10c0 1.6568542-1.34314575 3-3 3s-3-1.3431458-3-3h-1c-1.65685425 0-3-1.3431458-3-3v-14c0-1.65685425 1.34314575-3 3-3zm-20 6h-2c-.55228475 0-1 .4477153-1 1v5c0 .5522847.44771525 1 1 1h2c.55228475 0 1-.4477153 1-1v-5c0-.5522847-.44771525-1-1-1zm6 0h-2c-.5522847 0-1 .4477153-1 1v5c0 .5522847.4477153 1 1 1h2c.5522847 0 1-.4477153 1-1v-5c0-.5522847-.4477153-1-1-1zm6 0h-2c-.5522847 0-1 .4477153-1 1v5c0 .5522847.4477153 1 1 1h2c.5522847 0 1-.4477153 1-1v-5c0-.5522847-.4477153-1-1-1zm6 0h-2c-.5522847 0-1 .4477153-1 1v5c0 .5522847.4477153 1 1 1h2c.5522847 0 1-.4477153 1-1v-5c0-.5522847-.4477153-1-1-1z\" fill=\"currentColor\"/></g></svg></li><li title=\"bus2 o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m28 5c2.1421954 0 3.8910789 1.68396847 3.9951047 3.80035966l.0048953.19964034v14c0 2.1421954-1.6839685 3.8910789-3.8003597 3.9951047l-.1996403.0048953-.1262135.0007613c-.4443075 1.7248409-2.0102213 2.9992387-3.8737865 2.9992387s-3.429479-1.2743978-3.8737865-2.9992387h-8.252427c-.4443075 1.7248409-2.01022125 2.9992387-3.8737865 2.9992387s-3.42947895-1.2743978-3.87378648-2.9992387l-.12621352-.0007613c-2.14219539 0-3.89107888-1.6839685-3.99510469-3.8003597l-.00489531-.1996403v-14c0-2.14219539 1.68396847-3.89107888 3.80035966-3.99510469l.19964034-.00489531zm-20 19c-1.1045695 0-2 .8954305-2 2s.8954305 2 2 2 2-.8954305 2-2-.8954305-2-2-2zm16 0c-1.1045695 0-2 .8954305-2 2s.8954305 2 2 2 2-.8954305 2-2-.8954305-2-2-2zm4-17h-24c-1.0543618 0-1.91816512.81587779-1.99451426 1.85073766l-.00548574.14926234v14c0 1.0543618.81587779 1.9181651 1.85073766 1.9945143l.14926234.0054857.12595483.0002435c.44395811-1.7253508 2.01011806-3.0002435 3.87404517-3.0002435s3.4300871 1.2748927 3.8740452 3.0002435h8.2519096c.4439581-1.7253508 2.0101181-3.0002435 3.8740452-3.0002435s3.4300871 1.2748927 3.8740452 3.0002435l.1259548-.0002435c1.0543618 0 1.9181651-.8158778 1.9945143-1.8507377l.0054857-.1492623v-14c0-1.0543618-.8158778-1.91816512-1.8507377-1.99451426zm-3 2c1.6568542 0 3 1.3431458 3 3v4c0 1.6568542-1.3431458 3-3 3h-18c-1.65685425 0-3-1.3431458-3-3v-4c0-1.6568542 1.34314575-3 3-3zm-14 2h-4c-.55228475 0-1 .4477153-1 1v4c0 .5522847.44771525 1 1 1h4zm8 0h-6v6h6zm6 0h-4v6h4c.5128358 0 .9355072-.3860402.9932723-.8833789l.0067277-.1166211v-4c0-.5522847-.4477153-1-1-1z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"bus2 sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m31 6v20h-4c0 1.6568542-1.3431458 3-3 3s-3-1.3431458-3-3h-10c0 1.6568542-1.34314575 3-3 3s-3-1.3431458-3-3h-4v-20zm-22 6h-4v7h4zm6 0h-4v7h4zm6 0h-4v7h4zm6 0h-4v7h4z\" fill=\"currentColor\"/></g></svg></li><li title=\"bus2 so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m32 5v22l-4.1262135.0007613c-.4443075 1.7248409-2.0102213 2.9992387-3.8737865 2.9992387s-3.429479-1.2743978-3.8737865-2.9992387h-8.252427c-.4443075 1.7248409-2.01022125 2.9992387-3.8737865 2.9992387s-3.42947895-1.2743978-3.87378648-2.9992387l-4.12621352-.0007613v-22zm-24 19c-1.1045695 0-2 .8954305-2 2s.8954305 2 2 2 2-.8954305 2-2-.8954305-2-2-2zm16 0c-1.1045695 0-2 .8954305-2 2s.8954305 2 2 2 2-.8954305 2-2-.8954305-2-2-2zm6-17h-28v18l2.12595483.0002435c.44395811-1.7253508 2.01011806-3.0002435 3.87404517-3.0002435s3.4300871 1.2748927 3.8740452 3.0002435h8.2519096c.4439581-1.7253508 2.0101181-3.0002435 3.8740452-3.0002435s3.4300871 1.2748927 3.8740452 3.0002435l2.1259548-.0002435zm-2 2v10h-24v-10zm-17 2h-5v6h5zm8 0h-6v6h6zm7 0h-5v6h5z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"cabinet f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22.5 0c3.5898509 0 6.5 2.91014913 6.5 6.5v24.5c0 .5522847-.4477153 1-1 1h-24c-.55228475 0-1-.4477153-1-1v-24.5c0-3.58985087 2.91014913-6.5 6.5-6.5 3.5118106 0 6.3731506 2.78499621 6.495897 6.26686587l.004103.23313413c0-3.58985087 2.9101491-6.5 6.5-6.5zm-2.5 13c-.5522847 0-1 .4477153-1 1v4c0 .5522847.4477153 1 1 1s1-.4477153 1-1v-4c0-.5522847-.4477153-1-1-1zm-8 0c-.5522847 0-1 .4477153-1 1v4c0 .5522847.4477153 1 1 1s1-.4477153 1-1v-4c0-.5522847-.4477153-1-1-1z\" fill=\"currentColor\"/></g></svg></li><li title=\"cabinet o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22 0c3.8659932 0 7 3.13400675 7 7v23c0 1.1045695-.8954305 2-2 2h-22c-1.1045695 0-2-.8954305-2-2v-23c0-3.86599325 3.13400675-7 7-7 2.5467063 0 4.77577 1.35998921 6.00055 3.39332625 1.22368-2.03333704 3.4527437-3.39332625 5.99945-3.39332625zm-7 26h-10v4h10zm12 0h-10v4h10zm-17-24c-2.76142375 0-5 2.23857625-5 5v17h10v-17l-.0046195-.21688962c-.1135624-2.66080367-2.3066258-4.78311038-4.9953805-4.78311038zm12 0c-2.7614237 0-5 2.23857625-5 5v17h10v-17c0-2.76142375-2.2385763-5-5-5zm-2 10c.5522847 0 1 .4477153 1 1v4c0 .5522847-.4477153 1-1 1s-1-.4477153-1-1v-4c0-.5522847.4477153-1 1-1zm-8 0c.5522847 0 1 .4477153 1 1v4c0 .5522847-.4477153 1-1 1s-1-.4477153-1-1v-4c0-.5522847.4477153-1 1-1z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"cabinet sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m29 0v32h-26v-32zm-8 13h-2v6h2zm-8 0h-2v6h2z\" fill=\"currentColor\"/></g></svg></li><li title=\"cabinet so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m29 0v32h-26v-32zm-14 26h-10v4h10zm12 0h-10v4h10zm-12-24h-10v22h10zm12 0h-10v22h10zm-6 10v6h-2v-6zm-8 0v6h-2v-6z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"calculator f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m24.5 0c2.209139 0 4 1.790861 4 4v24c0 2.209139-1.790861 4-4 4h-17c-2.209139 0-4-1.790861-4-4v-24c0-2.209139 1.790861-4 4-4zm-14.5 24c-.82842712 0-1.5.6715729-1.5 1.5s.67157288 1.5 1.5 1.5c.8284271 0 1.5-.6715729 1.5-1.5s-.6715729-1.5-1.5-1.5zm6 0c-.8284271 0-1.5.6715729-1.5 1.5s.6715729 1.5 1.5 1.5 1.5-.6715729 1.5-1.5-.6715729-1.5-1.5-1.5zm6 0c-.8284271 0-1.5.6715729-1.5 1.5s.6715729 1.5 1.5 1.5 1.5-.6715729 1.5-1.5-.6715729-1.5-1.5-1.5zm-12-6c-.82842712 0-1.5.6715729-1.5 1.5s.67157288 1.5 1.5 1.5c.8284271 0 1.5-.6715729 1.5-1.5s-.6715729-1.5-1.5-1.5zm6 0c-.8284271 0-1.5.6715729-1.5 1.5s.6715729 1.5 1.5 1.5 1.5-.6715729 1.5-1.5-.6715729-1.5-1.5-1.5zm6 0c-.8284271 0-1.5.6715729-1.5 1.5s.6715729 1.5 1.5 1.5 1.5-.6715729 1.5-1.5-.6715729-1.5-1.5-1.5zm-12-6c-.82842712 0-1.5.6715729-1.5 1.5s.67157288 1.5 1.5 1.5c.8284271 0 1.5-.6715729 1.5-1.5s-.6715729-1.5-1.5-1.5zm6 0c-.8284271 0-1.5.6715729-1.5 1.5s.6715729 1.5 1.5 1.5 1.5-.6715729 1.5-1.5-.6715729-1.5-1.5-1.5zm6 0c-.8284271 0-1.5.6715729-1.5 1.5s.6715729 1.5 1.5 1.5 1.5-.6715729 1.5-1.5-.6715729-1.5-1.5-1.5zm1.5-9h-15c-1.1045695 0-2 .8954305-2 2v2c0 1.1045695.8954305 2 2 2h15c1.1045695 0 2-.8954305 2-2v-2c0-1.1045695-.8954305-2-2-2z\" fill=\"currentColor\"/></g></svg></li><li title=\"calculator o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m21 0c2.209139 0 4 1.790861 4 4v24c0 2.209139-1.790861 4-4 4h-17c-2.209139 0-4-1.790861-4-4v-24c0-2.209139 1.790861-4 4-4zm2 9h-21v19c0 1.0543618.81587779 1.9181651 1.85073766 1.9945143l.14926234.0054857h17c1.0543618 0 1.9181651-.8158778 1.9945143-1.8507377l.0054857-.1492623zm-16.5 15c.82842712 0 1.5.6715729 1.5 1.5s-.67157288 1.5-1.5 1.5-1.5-.6715729-1.5-1.5.67157288-1.5 1.5-1.5zm6 0c.8284271 0 1.5.6715729 1.5 1.5s-.6715729 1.5-1.5 1.5-1.5-.6715729-1.5-1.5.6715729-1.5 1.5-1.5zm6 0c.8284271 0 1.5.6715729 1.5 1.5s-.6715729 1.5-1.5 1.5-1.5-.6715729-1.5-1.5.6715729-1.5 1.5-1.5zm-12-6c.82842712 0 1.5.6715729 1.5 1.5s-.67157288 1.5-1.5 1.5-1.5-.6715729-1.5-1.5.67157288-1.5 1.5-1.5zm6 0c.8284271 0 1.5.6715729 1.5 1.5s-.6715729 1.5-1.5 1.5-1.5-.6715729-1.5-1.5.6715729-1.5 1.5-1.5zm6 0c.8284271 0 1.5.6715729 1.5 1.5s-.6715729 1.5-1.5 1.5-1.5-.6715729-1.5-1.5.6715729-1.5 1.5-1.5zm-12-6c.82842712 0 1.5.6715729 1.5 1.5s-.67157288 1.5-1.5 1.5-1.5-.6715729-1.5-1.5.67157288-1.5 1.5-1.5zm6 0c.8284271 0 1.5.6715729 1.5 1.5s-.6715729 1.5-1.5 1.5-1.5-.6715729-1.5-1.5.6715729-1.5 1.5-1.5zm6 0c.8284271 0 1.5.6715729 1.5 1.5s-.6715729 1.5-1.5 1.5-1.5-.6715729-1.5-1.5.6715729-1.5 1.5-1.5zm2.5-10h-17c-1.0543618 0-1.91816512.81587779-1.99451426 1.85073766l-.00548574.14926234v3h21v-3c0-1.0543618-.8158778-1.91816512-1.8507377-1.99451426z\" fill=\"#000\" fill-rule=\"nonzero\" transform=\"translate(3.5)\"/></g></svg></li><li title=\"calculator sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m28.5 0v32h-25v-32zm-17 24h-3v3h3zm6 0h-3v3h3zm6 0h-3v3h3zm-12-6h-3v3h3zm6 0h-3v3h3zm6 0h-3v3h3zm-12-6h-3v3h3zm6 0h-3v3h3zm6 0h-3v3h3zm2-9h-19v6h19z\" fill=\"currentColor\"/></g></svg></li><li title=\"calculator so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m28.5 32h-25v-32h25zm-2-23h-21v21h21zm-15 15v3h-3v-3zm6 0v3h-3v-3zm6 0v3h-3v-3zm-12-6v3h-3v-3zm6 0v3h-3v-3zm6 0v3h-3v-3zm-12-6v3h-3v-3zm6 0v3h-3v-3zm6 0v3h-3v-3zm3-10h-21v5h21z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"camera1 f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m14 2c1.1045695 0 2 .8954305 2 2v1h10c3.3137085 0 6 2.6862915 6 6v12c0 3.3137085-2.6862915 6-6 6h-20c-3.3137085 0-6-2.6862915-6-6v-12c0-3.3137085 2.6862915-6 6-6v-1c0-1.1045695.8954305-2 2-2zm2 10c-2.7614237 0-5 2.2385763-5 5s2.2385763 5 5 5 5-2.2385763 5-5-2.2385763-5-5-5zm0 2c1.6568542 0 3 1.3431458 3 3s-1.3431458 3-3 3-3-1.3431458-3-3 1.3431458-3 3-3zm10-4c-.5522847 0-1 .4477153-1 1s.4477153 1 1 1 1-.4477153 1-1-.4477153-1-1-1z\" fill=\"currentColor\"/></g></svg></li><li title=\"camera1 o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m13 2c1.1045695 0 2 .8954305 2 2v1h10c3.8659932 0 7 3.13400675 7 7v10c0 3.8659932-3.1340068 7-7 7h-18c-3.86599325 0-7-3.1340068-7-7v-10c0-3.17829253 2.11819276-5.86185463 5.01990491-6.71601294-.01300285-.09164607-.01990491-.18701053-.01990491-.28398706v-1c0-1.1045695.8954305-2 2-2zm12 5h-18c-2.76142375 0-5 2.23857625-5 5v10c0 2.7614237 2.23857625 5 5 5h18c2.7614237 0 5-2.2385763 5-5v-10c0-2.76142375-2.2385763-5-5-5zm-9 5c2.7614237 0 5 2.2385763 5 5s-2.2385763 5-5 5-5-2.2385763-5-5 2.2385763-5 5-5zm0 2c-1.6568542 0-3 1.3431458-3 3s1.3431458 3 3 3 3-1.3431458 3-3-1.3431458-3-3-3zm10-4c.5522847 0 1 .4477153 1 1s-.4477153 1-1 1-1-.4477153-1-1 .4477153-1 1-1zm-13-6h-6v1h6z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"camera1 sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 2v3h16v24h-32v-24h6v-3zm0 10c-2.7614237 0-5 2.2385763-5 5s2.2385763 5 5 5 5-2.2385763 5-5-2.2385763-5-5-5zm0 2c1.6568542 0 3 1.3431458 3 3s-1.3431458 3-3 3-3-1.3431458-3-3 1.3431458-3 3-3zm11-4h-2v2h2z\" fill=\"currentColor\"/></g></svg></li><li title=\"camera1 so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m15 2v3h17v24h-32v-24h5v-3zm15 5h-28v20h28zm-14 5c2.7614237 0 5 2.2385763 5 5s-2.2385763 5-5 5-5-2.2385763-5-5 2.2385763-5 5-5zm0 2c-1.6568542 0-3 1.3431458-3 3s1.3431458 3 3 3 3-1.3431458 3-3-1.3431458-3-3-3zm11-4v2h-2v-2zm-14-6h-6v1h6z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"camera2 f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m20.8377223 2c1.2912913 0 2.4377078.82629028 2.8460499 2.0513167l.6492278 1.9486833h1.667c3.3137085 0 6 2.6862915 6 6v12c0 3.3137085-2.6862915 6-6 6h-20c-3.3137085 0-6-2.6862915-6-6v-12c0-3.3137085 2.6862915-6 6-6h1.666l.65022777-1.9486833c.40834214-1.22502642 1.55475867-2.0513167 2.84604993-2.0513167zm-4.8377223 8c-3.8659932 0-7 3.1340068-7 7s3.1340068 7 7 7 7-3.1340068 7-7-3.1340068-7-7-7zm0 2c2.7614237 0 5 2.2385763 5 5s-2.2385763 5-5 5-5-2.2385763-5-5 2.2385763-5 5-5z\" fill=\"currentColor\"/></g></svg></li><li title=\"camera2 o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m20.272603 2c1.5807548 0 3.0132408.93093408 3.6552461 2.37544614l.361012.81227693c.1175643.26451967.1730992.54089006.1728754.81280728l.5382635-.00053035c3.8659932 0 7 3.13400675 7 7v10c0 3.8659932-3.1340068 7-7 7h-18c-3.86599325 0-7-3.1340068-7-7v-10c0-3.86599325 3.13400675-7 7-7h.53876198c0-.27983669.05872446-.55655894.1723769-.81227693l.36101197-.81227693c.64200536-1.44451206 2.07449135-2.37544614 3.65524615-2.37544614zm3.6655093 15.0000487c.0408465.3275786.0618877.6613077.0618877.9999513 0 4.418278-3.581722 8-8 8s-8-3.581722-8-8c0-.3386436.02104125-.6723727.06188768-.9999513l-6.06188768-.0000487v6c0 2.6887547 2.12230671 4.8818181 4.78311038 4.9953805l.21688962.0046195h18c2.7614237 0 5-2.2385763 5-5v-6zm-7.9381123-5.0000487c-3.3137085 0-6 2.6862915-6 6s2.6862915 6 6 6 6-2.6862915 6-6-2.6862915-6-6-6zm6.2456806 1.0003863c.4821119.6014904.8791344 1.2741225 1.1728143 1.9996432l6.5815051-.0000295v-2zm-13.66417549 1.9996432c.29367991-.7255207.69070242-1.3981528 1.17281427-1.9996432l-7.75431938-.0003863v2zm16.41849489-7.0000295h-18c-2.05049747 0-3.81270639 1.23431003-4.58415773 3.0004611l9.58415773-.0004611.1121614.0065784c1.1509997-.6412433 2.4767549-1.0065784 3.8878386-1.0065784s2.7368389.3653351 3.8878386 1.0065784l.1121614-.0065784 9.5841577.0004611c-.7714513-1.76615107-2.5336602-3.0004611-4.5841577-3.0004611zm-4.727397-4h-8.545206c-.7903774 0-1.5066204.46546704-1.82762305 1.18772307l-.36101197.81227693h12.92247602l-.3610119-.81227693c-.3210027-.72225603-1.0372457-1.18772307-1.8276231-1.18772307z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"camera2 sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m23 2 1.333 4h7.667v24h-32v-24h7.667l1.333-4zm0 8h-14v14h14zm-2 2v10h-10v-10z\" fill=\"currentColor\"/></g></svg></li><li title=\"camera2 so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22.8720953 2 1.7769047 4h7.351v24h-32v-24h7.35l1.77790469-4zm1.066017 15.0000487c.0408465.3275786.0618877.6613077.0618877.9999513 0 4.418278-3.581722 8-8 8s-8-3.581722-8-8c0-.3386436.02104125-.6723727.06188768-.9999513l-6.06188768-.0000487v11h28v-11zm-7.9381123-5.0000487c-3.3137085 0-6 2.6862915-6 6s2.6862915 6 6 6 6-2.6862915 6-6-2.6862915-6-6-6zm6.2456806 1.0003863c.4821119.6014904.8791344 1.2741225 1.1728143 1.9996432l6.5815051-.0000295v-2zm-13.66417549 1.9996432c.29367991-.7255207.69070242-1.3981528 1.17281427-1.9996432l-7.75431938-.0003863v2zm21.41849489-7.0000295h-28v3h10l.1121614.0065784c1.1509997-.6412433 2.4767549-1.0065784 3.8878386-1.0065784s2.7368389.3653351 3.8878386 1.0065784l.1121614-.0065784h10zm-8.428-4h-11.145l-.889 2h12.923z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"car1 f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m24.3144516 2c1.4279587 0 2.658016 1.00650631 2.9406495 2.40621501l2.3408989 11.59278499.404.001c1.1045695 0 2 .8954305 2 2v8c0 1.1045695-.8954305 2-2 2h-3v1c0 .5522847-.4477153 1-1 1s-1-.4477153-1-1v-1h-18v1c0 .5522847-.44771525 1-1 1s-1-.4477153-1-1v-1h-3c-1.1045695 0-2-.8954305-2-2v-8c0-1.1045695.8954305-2 2-2h.404l2.34089889-11.59378499c.28263349-1.3997087 1.51269076-2.40621501 2.94064949-2.40621501zm-15.3144516 17c-1.65685425 0-3 1.3431458-3 3s1.34314575 3 3 3c1.6568542 0 3-1.3431458 3-3s-1.3431458-3-3-3zm14 0c-1.6568542 0-3 1.3431458-3 3s1.3431458 3 3 3 3-1.3431458 3-3-1.3431458-3-3-3zm-14 2c.55228475 0 1 .4477153 1 1s-.44771525 1-1 1-1-.4477153-1-1 .44771525-1 1-1zm14 0c.5522847 0 1 .4477153 1 1s-.4477153 1-1 1-1-.4477153-1-1 .4477153-1 1-1z\" fill=\"currentColor\"/></g></svg></li><li title=\"car1 o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m23.5747526 2c1.8861512 0 3.5160062 1.31760051 3.9112097 3.16188365l2.3479627 10.95554275c1.2511241.3613077 2.166075 1.5150915 2.166075 2.8825736v6c0 1.6568542-1.3431458 3-3 3h-2v1c0 .5522847-.4477153 1-1 1s-1-.4477153-1-1v-1h-18v1c0 .5522847-.44771525 1-1 1s-1-.4477153-1-1v-1h-2c-1.65685425 0-3-1.3431458-3-3v-6c0-1.3674821.91495093-2.5212659 2.16607498-2.8825736l2.34796273-10.95554275c.39520353-1.84428314 2.02505853-3.16188365 3.91120966-3.16188365zm5.4252474 16h-26c-.55228475 0-1 .4477153-1 1v6c0 .5522847.44771525 1 1 1h26c.5522847 0 1-.4477153 1-1v-6c0-.5522847-.4477153-1-1-1zm-20 1c1.6568542 0 3 1.3431458 3 3s-1.3431458 3-3 3c-1.65685425 0-3-1.3431458-3-3s1.34314575-3 3-3zm14 0c1.6568542 0 3 1.3431458 3 3s-1.3431458 3-3 3-3-1.3431458-3-3 1.3431458-3 3-3zm-14 2c-.55228475 0-1 .4477153-1 1s.44771525 1 1 1 1-.4477153 1-1-.44771525-1-1-1zm14 0c-.5522847 0-1 .4477153-1 1s.4477153 1 1 1 1-.4477153 1-1-.4477153-1-1-1zm.5747526-17h-15.14950523c-.94307557 0-1.75800306.65880026-1.95560483 1.58094182l-2.23264254 10.41905818h23.526l-2.2326425-10.41905818c-.1859782-.86789794-.9187916-1.50252469-1.7906096-1.57418356z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"car1 sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m26.7692308 2 2.8267692 13.999 2.404.001v12h-5v2h-2v-2h-18v2h-2v-2h-5v-12h2.404l2.82676923-14zm-14.7692308 17h-6v6h6zm14 0h-6v6h6zm-16 2v2h-2v-2zm14 0v2h-2v-2z\" fill=\"currentColor\"/></g></svg></li><li title=\"car1 so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m26.8084158 2 2.9985842 13.999 2.193.001v12h-5v2h-2v-2h-18v2h-2v-2h-5v-12h2.191l3.00058421-14zm3.1915842 16h-28v8h28zm-18 1v6h-6v-6zm14 0v6h-6v-6zm-16 2h-2v2h2zm14 0h-2v2h2zm1.191-17h-18.383l-2.571 12h23.526z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"car2 f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m18.8184373 6c2.93594 0 5.635997 1.60818632 7.0343357 4.1897348l2.6220558 4.8381542c1.9853267.2348123 3.5251712 1.9236367 3.5251712 3.972111 0 2.209139-1.790861 4-4 4l-.1262135.0007613c-.4443075 1.7248409-2.0102213 2.9992387-3.8737865 2.9992387s-3.429479-1.2743978-3.8737865-2.9992387h-8.252427c-.4443075 1.7248409-2.01022125 2.9992387-3.8737865 2.9992387s-3.42947895-1.2743978-3.87378648-2.9992387l-.12621352-.0007613c-2.209139 0-4-1.790861-4-4 0-2.0488176 1.54036061-3.7378648 3.52616936-3.972229l2.62105762-4.8380362c1.39833876-2.58154848 4.09839572-4.1897348 7.03433572-4.1897348zm-4.8184373 3h-1.527864c-1.5150883 0-2.90014075.8560095-3.57770881 2.2111456l-1.17082039 2.3416408c-.06942772.1388554-.10557281.2919685-.10557281.4472136 0 .5522847.44771525 1 1 1h5.38196601c.5522847 0 1-.4477153 1-1v-4c0-.55228475-.4477153-1-1-1zm6.145898 0h-2.145898c-.5522847 0-1 .44771525-1 1v4c0 .5522847.4477153 1 1 1h5.381966c.1552451 0 .3083582-.0361451.4472136-.1055728.4939785-.2469893.6942029-.8476623.4472136-1.3416408l-1.4472136-2.8944272c-.508176-1.01635207-1.5469654-1.6583592-2.6832816-1.6583592z\" fill=\"currentColor\"/></g></svg></li><li title=\"car2 o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m18.5660189 7c3.1031103 0 5.9873395 1.59857727 7.6319847 4.2300095l2.3831916 3.8119077c1.9336901.2814676 3.4188048 1.9463416 3.4188048 3.9580828 0 2.1421954-1.6839685 3.8910789-3.8003597 3.9951047l-.1996403.0048953-.1262135.0007613c-.4443075 1.7248409-2.0102213 2.9992387-3.8737865 2.9992387s-3.429479-1.2743978-3.8737865-2.9992387h-8.252427c-.4443075 1.7248409-2.01022125 2.9992387-3.8737865 2.9992387s-3.42947895-1.2743978-3.87378648-2.9992387l-.12621352-.0007613c-2.209139 0-4-1.790861-4-4 0-2.0115906 1.48489238-3.676366 3.41837054-3.9580195l2.38362586-3.811971c1.64464516-2.63143223 4.5288744-4.2300095 7.6319847-4.2300095zm-10.5660189 13c-1.1045695 0-2 .8954305-2 2s.8954305 2 2 2 2-.8954305 2-2-.8954305-2-2-2zm16 0c-1.1045695 0-2 .8954305-2 2s.8954305 2 2 2 2-.8954305 2-2-.8954305-2-2-2zm4-3h-24c-1.1045695 0-2 .8954305-2 2 0 1.0543618.81587779 1.9181651 1.85073766 1.9945143l.14926234.0054857.12595483.0002435c.44395811-1.7253508 2.01011806-3.0002435 3.87404517-3.0002435s3.4300871 1.2748927 3.8740452 3.0002435h8.2519096c.4439581-1.7253508 2.0101181-3.0002435 3.8740452-3.0002435s3.4300871 1.2748927 3.8740452 3.0002435l.1259548-.0002435c1.1045695 0 2-.8954305 2-2 0-1.0543618-.8158778-1.9181651-1.8507377-1.9945143zm-13-8.001-1.5660189.001c-2.4135302 0-4.65681963 1.2433379-5.9359881 3.2900074l-1.694993 2.7099926 9.197-.001zm3.5660189.001-1.5660194-.00101139.0000005 6.00001139 9.196.001-1.693993-2.7099926c-1.2317919-1.9708669-3.3576108-3.19680633-5.668559-3.28491314z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"car2 sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m23.5833333 6 4.3326667 7.999 4.084.001v8h-4c0 2.209139-1.790861 4-4 4s-4-1.790861-4-4h-8c0 2.209139-1.790861 4-4 4s-4-1.790861-4-4h-4v-8h4.083l4.33366667-8zm-8.5833333 3h-5l-3 5h8zm7 0h-5v5h8z\" fill=\"currentColor\"/></g></svg></li><li title=\"car2 so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m23.5542476 7 4.9997524 7.999 3.446.001v8l-4.1262135.0007613c-.4443075 1.7248409-2.0102213 2.9992387-3.8737865 2.9992387s-3.429479-1.2743978-3.8737865-2.9992387h-8.252427c-.4443075 1.7248409-2.01022125 2.9992387-3.8737865 2.9992387s-3.42947895-1.2743978-3.87378648-2.9992387l-4.12621352-.0007613v-8h3.445l5.00075236-8zm-15.5542476 13c-1.1045695 0-2 .8954305-2 2s.8954305 2 2 2 2-.8954305 2-2-.8954305-2-2-2zm16 0c-1.1045695 0-2 .8954305-2 2s.8954305 2 2 2 2-.8954305 2-2-.8954305-2-2-2zm6-3h-28v4l2.12595483.0002435c.44395811-1.7253508 2.01011806-3.0002435 3.87404517-3.0002435s3.4300871 1.2748927 3.8740452 3.0002435h8.2519096c.4439581-1.7253508 2.0101181-3.0002435 3.8740452-3.0002435s3.4300871 1.2748927 3.8740452 3.0002435l2.1259548-.0002435zm-15-8.001-5.447.001-3.75 6 9.197-.001zm7.446.001-5.4460005-.00101139.0000005 6.00001139 9.196.001z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"cautionfile f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m19.120106 0c1.8257724 0 3.5522076.83131873 4.6906771 2.25867017l4.8798939 6.11814718c.847677 1.06277155 1.309323 2.38190365 1.309323 3.74132985v13.8818528c0 3.3137085-2.6862915 6-6 6h-16c-3.3137085 0-6-2.6862915-6-6v-20c0-3.3137085 2.6862915-6 6-6zm-3.120106 20.5c-.7731986 0-1.4.6268014-1.4 1.4s.6268014 1.4 1.4 1.4 1.4-.6268014 1.4-1.4-.6268014-1.4-1.4-1.4zm0-10.5c-.5522847 0-1 .4477153-1 1v7c0 .5522847.4477153 1 1 1s1-.4477153 1-1v-7c0-.5522847-.4477153-1-1-1z\" fill=\"currentColor\"/></g></svg></li><li title=\"cautionfile o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m19.120106 0c1.8257724 0 3.5522076.83131873 4.6906771 2.25867017l4.8798939 6.11814718c.847677 1.06277155 1.309323 2.38190365 1.309323 3.74132985v13.8818528c0 3.3137085-2.6862915 6-6 6h-16c-3.3137085 0-6-2.6862915-6-6v-20c0-3.3137085 2.6862915-6 6-6zm0 2h-11.120106c-2.14219539 0-3.89107888 1.68396847-3.99510469 3.80035966l-.00489531.19964034v20c0 2.1421954 1.68396847 3.8910789 3.80035966 3.9951047l.19964034.0048953h16c2.1421954 0 3.8910789-1.6839685 3.9951047-3.8003597l.0048953-.1996403v-13.8818528c0-.8238947-.2543504-1.6255887-.7251774-2.29685957l-.1477046-.19736034-4.8798939-6.11814718c-.7115434-.89209465-1.767598-1.43495138-2.8997521-1.49932373zm-3.120106 18.5c.7731986 0 1.4.6268014 1.4 1.4s-.6268014 1.4-1.4 1.4-1.4-.6268014-1.4-1.4.6268014-1.4 1.4-1.4zm0-10.5c.5522847 0 1 .4477153 1 1v7c0 .5522847-.4477153 1-1 1s-1-.4477153-1-1v-7c0-.5522847.4477153-1 1-1z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"cautionfile sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22.0092457 0 7.9907543 10.0183757v21.9816243h-28v-32zm-4.8092457 20.5h-2.4v2.4h2.4zm-.2-10.5h-2v9h2z\" fill=\"currentColor\"/></g></svg></li><li title=\"cautionfile so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22.0092457 0 7.9907543 10.0183757v21.9816243h-28v-32zm-.9632457 2h-17.046v28h24v-19.282zm-3.846 18.5v2.4h-2.4v-2.4zm-.2-10.5v9h-2v-9z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"caveat f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm0 19.5c-.7731986 0-1.4.6268014-1.4 1.4s.6268014 1.4 1.4 1.4 1.4-.6268014 1.4-1.4-.6268014-1.4-1.4-1.4zm0-10.5c-.5522847 0-1 .44771525-1 1v7c0 .5522847.4477153 1 1 1s1-.4477153 1-1v-7c0-.55228475-.4477153-1-1-1z\" fill=\"currentColor\" fill-rule=\"evenodd\"/></svg></li><li title=\"caveat o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm0 2c-7.7319865 0-14 6.2680135-14 14s6.2680135 14 14 14 14-6.2680135 14-14-6.2680135-14-14-14zm0 17.5c.7731986 0 1.4.6268014 1.4 1.4s-.6268014 1.4-1.4 1.4-1.4-.6268014-1.4-1.4.6268014-1.4 1.4-1.4zm0-10.5c.5522847 0 1 .44771525 1 1v7c0 .5522847-.4477153 1-1 1s-1-.4477153-1-1v-7c0-.55228475.4477153-1 1-1z\"/></svg></li><li title=\"caveat sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm1.2 19.5h-2.4v2.4h2.4zm-.2-10.5h-2v9h2z\" fill=\"currentColor\" fill-rule=\"evenodd\"/></svg></li><li title=\"caveat so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm0 2c-7.7319865 0-14 6.2680135-14 14s6.2680135 14 14 14 14-6.2680135 14-14-6.2680135-14-14-14zm1.2 17.5v2.4h-2.4v-2.4zm-.2-10.5v9h-2v-9z\"/></svg></li><li title=\"cbell f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 0c.5522847 0 1 .44771525 1 1v2l-.0025778.03638753c6.4023217.46862162 11.6564815 5.41281031 12.4323204 11.87813457l.7644728 6.3706066c.3948126 3.2901044-1.9522852 6.2773198-5.2423897 6.6721323-.2372269.0284673-.4759424.042739-.7148713.042739l-3.3372135.0011864c-.4637287 2.2816492-2.4812022 3.9988136-4.8997409 3.9988136s-4.4360122-1.7171644-4.8997409-3.9988136l-3.33721351-.0011864c-3.3137085 0-6-2.6862915-6-6 0-.2389289.01427174-.4776444.04273897-.7148713l.76447279-6.3706066c.77579844-6.46498705 6.02945071-11.4089972 12.43131865-11.87806121l-.001576-.03646089v-2c0-.55228475.4477153-1 1-1zm5 16h-10c-.5522847 0-1 .4477153-1 1s.4477153 1 1 1h10c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1z\" fill=\"currentColor\"/></g></svg></li><li title=\"cbell o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m29.3847763 2.61522369c.3905243.39052429.3905243 1.02368927 0 1.41421356l-3.3868927 3.38587135c1.8414407 2.01896601 3.0847785 4.6068755 3.431859 7.4992135l.7644728 6.3706066c.3948126 3.2901044-1.9522852 6.2773198-5.2423897 6.6721323-.2372269.0284673-.4759424.042739-.7148713.042739l-3.3372135.0011864c-.4637287 2.2816492-2.4812022 3.9988136-4.8997409 3.9988136s-4.4360122-1.7171644-4.8997409-3.9988136l-3.33721351-.0011864c-.70313204 0-1.37801519-.1209479-2.00497974-.343174l-1.82913366 1.8284554c-.39052429.3905243-1.02368927.3905243-1.41421356 0-.3905243-.3905243-.3905243-1.0236893 0-1.4142136l25.45584407-25.45584411c.3905243-.39052429 1.0236893-.39052429 1.4142136 0zm-4.8026632 6.21635402-17.15323918 17.15461159c.04485377.0037155.08991773.0066915.13517964.0089155l.19970304.0048952 4.9710247.0017674.3254074 1.6010775c.2813274 1.3841942 1.5071663 2.3971551 2.9398113 2.3971551 1.3729515 0 2.5559716-.9303061 2.8997794-2.2261108l.0400319-.1710443.3254074-1.6010775 4.9717357-.0017674c.1592859 0 .3184296-.0095145.4765809-.0284926 2.1269362-.2552324 3.6627253-2.1355768 3.5138522-4.2492868l-.0189257-.1988015-.7644728-6.3706066c-.291814-2.4317833-1.3271171-4.6110283-2.8618759-6.32123479zm-8.5821131-8.83157771c.5522847 0 1 .44771525 1 1v2l-.0024003.03640053c2.131299.15602971 4.1353557.80803702 5.8893159 1.84702886l-1.4679949 1.46855075c-1.6213715-.86488908-3.4687425-1.35198014-5.4189207-1.35198014-5.7356297 0-10.58198255 4.21331369-11.405022 9.8595046l-.03896697.2933079-.76447279 6.3706066c-.01897816.1581513-.02849265.317295-.02849265.4765809 0 .589133.12736278 1.1485189.35606969 1.6521254l-1.47663459 1.47679c-.55786568-.9110165-.8794351-1.9824126-.8794351-3.1289154 0-.2389289.01427174-.4776444.04273897-.7148713l.76447279-6.3706066c.77579844-6.46498705 6.02945071-11.4089972 12.43131865-11.87806121-.0013436-.01134949-.001576-.02387805-.001576-.03646089v-2c0-.55228475.4477153-1 1-1z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"cbell sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m17 0 .00047 3.03844976c5.8978047.45480211 10.7892662 4.89740154 11.7374255 10.82339724l2.2621045 14.138153h-10.429l-.0053146.040202c-.3245878 2.2721151-2.2705026 3.959798-4.5656854 3.959798s-4.2410976-1.6876829-4.5656854-3.959798l-.0063146-.040202h-10.428l2.26210449-14.138153c.94821314-5.92633216 5.84017627-10.3690996 11.73843011-10.82347467l-.0005346-3.03837233zm5 16h-12v2h12z\" fill=\"currentColor\"/></g></svg></li><li title=\"cbell so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m28.5755339 2.10598128 1.4142136 1.41421357-4.0980982 4.09842955c1.4551056 1.73621296 2.4666663 3.8708481 2.8462462 6.2432226l2.2621045 14.138153h-10.429l-.0053146.040202c-.3245878 2.2721151-2.2705026 3.959798-4.5656854 3.959798-2.2234584 0-4.1191368-1.5838508-4.5305442-3.7485331l-.0414558-.2514669h-5.91892206l-2.38938816 2.3902525-1.41421356-1.4142135zm-4.1047165 6.93336712-16.96173946 16.9606516h5.62930096l.2758347 1.7573593c.183831 1.2868176 1.2859043 2.2426407 2.5857864 2.2426407 1.2433655 0 2.305749-.8745149 2.5541654-2.0585817l.0340848-.2035313.2297429-1.737887h9.8370069l-1.8919858-11.822172c-.3108307-1.9426925-1.1232058-3.6967135-2.2921968-5.1384796zm-7.4708174-9.0393484.000106 3.0384217c2.1384795.16484561 4.144664.85396967 5.878552 1.94799016l-1.4566368 1.45707542c-1.5254556-.87575247-3.2768047-1.39068562-5.13073-1.43964441l-.2912912-.00384287c-5.2577175 0-9.75081332 3.74983311-10.7131984 8.8908023l-.04981585.2870257-1.61190781 10.062172-2.409 2.409 2.04602655-12.787153c.94816917-5.92605737 5.83972262-10.36868759 11.73760961-10.82341143l.0002859-3.03843557z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"chrysanthemum f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm0 6c-.5522847 0-1 .44771525-1 1v6.586l-4.5644661-4.56467966c-.3905243-.39052429-1.02368926-.39052429-1.41421356 0-.39052429.3905243-.39052429 1.02368926 0 1.41421356l4.56467966 4.5644661h-6.586c-.55228475 0-1 .4477153-1 1s.44771525 1 1 1h6.588l-4.55667966 4.5571068c-.39052429.3905243-.39052429 1.0236893 0 1.4142135.3905243.3905243 1.02368926.3905243 1.41421356 0l4.5544661-4.5553203v6.584c0 .5522847.4477153 1 1 1s1-.4477153 1-1v-6.586l4.5571068 4.5573203c.3905243.3905243 1.0236893.3905243 1.4142135 0 .3905243-.3905242.3905243-1.0236892 0-1.4142135l-4.5573203-4.5571068h6.586c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1h-6.584l4.5653203-4.5644661c.3905243-.3905243.3905243-1.02368926 0-1.41421356-.3905242-.39052429-1.0236892-.39052429-1.4142135 0l-4.5671068 4.56667966v-6.588c0-.55228475-.4477153-1-1-1z\" fill=\"currentColor\"/></g></svg></li><li title=\"chrysanthemum o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 24c.5522847 0 1 .4477153 1 1v6c0 .5522847-.4477153 1-1 1s-1-.4477153-1-1v-6c0-.5522847.4477153-1 1-1zm6.9713203-2.4428932 4.2426407 4.2426407c.3905243.3905243.3905243 1.0236892 0 1.4142135s-1.0236892.3905243-1.4142135 0l-4.2426407-4.2426407c-.3905243-.3905242-.3905243-1.0236892 0-1.4142135s1.0236893-.3905243 1.4142135 0zm-12.4273593 0c.3905243.3905243.3905243 1.0236893 0 1.4142135l-4.24264066 4.2426407c-.39052429.3905243-1.02368927.3905243-1.41421356 0s-.39052429-1.0236892 0-1.4142135l4.24264069-4.2426407c.39052429-.3905243 1.02368923-.3905243 1.41421353 0zm-3.543961-6.5571068c.55228475 0 1 .4477153 1 1s-.44771525 1-1 1h-6c-.55228475 0-1-.4477153-1-1s.44771525-1 1-1zm24 0c.5522847 0 1 .4477153 1 1s-.4477153 1-1 1h-6c-.5522847 0-1-.4477153-1-1s.4477153-1 1-1zm-24.80710678-10.22132034 4.24264068 4.24264068c.3905243.3905243.3905243 1.02368926 0 1.41421356s-1.02368926.3905243-1.41421356 0l-4.24264068-4.24264068c-.3905243-.39052429-.3905243-1.02368927 0-1.41421356.39052429-.3905243 1.02368927-.3905243 1.41421356 0zm21.03106778 0c.3905243.39052429.3905243 1.02368927 0 1.41421356l-4.2426407 4.24264068c-.3905242.3905243-1.0236892.3905243-1.4142135 0s-.3905243-1.02368926 0-1.41421356l4.2426407-4.24264068c.3905243-.3905243 1.0236892-.3905243 1.4142135 0zm-11.223961-4.77867966c.5522847 0 1 .44771525 1 1v6c0 .55228475-.4477153 1-1 1s-1-.44771525-1-1v-6c0-.55228475.4477153-1 1-1z\" fill=\"#000\"/></g></svg></li><li title=\"chrysanthemum sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm1 6h-2v7.586l-5.27157288-5.27178644-1.41421356 1.41421356 5.27178644 5.27157288h-7.586v2h7.587l-5.26278644 5.2642136 1.41421356 1.4142135 5.26157288-5.2624271v7.584h2v-7.585l5.2642136 5.2634271 1.4142135-1.4142135-5.2634271-5.2642136h7.585v-2h-7.584l5.2724271-5.27157288-1.4142135-1.41421356-5.2742136 5.27278644z\" fill=\"currentColor\"/></g></svg></li><li title=\"chrysanthemum so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m17 24v8h-2v-8zm5.2642136-3.15 5.6568542 5.6568542-1.4142136 1.4142136-5.6568542-5.6568542zm-12.52578648 0 1.41421358 1.4142136-5.65685426 5.6568542-1.41421356-1.4142136zm-1.73842712-5.85v2h-8v-2zm24 0v2h-8v-2zm-26.51421356-10.92842712 5.65685426 5.65685424-1.41421358 1.41421358-5.65685424-5.65685426zm21.03106776 0 1.4142136 1.41421356-5.6568542 5.65685426-1.4142136-1.41421358zm-9.5168542-4.07157288v8h-2v-8z\" fill=\"#000\"/></g></svg></li><li title=\"close f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm-2.8284271 11.7573593c-.3905243-.3905243-1.0236893-.3905243-1.4142136 0s-.3905243 1.0236893 0 1.4142136l2.8284271 2.8284271-2.8284271 2.8284271c-.3905243.3905243-.3905243 1.0236893 0 1.4142136s1.0236893.3905243 1.4142136 0l2.8284271-2.8284271 2.8284271 2.8284271c.3905243.3905243 1.0236893.3905243 1.4142136 0s.3905243-1.0236893 0-1.4142136l-2.8284271-2.8284271 2.8284271-2.8284271c.3905243-.3905243.3905243-1.0236893 0-1.4142136s-1.0236893-.3905243-1.4142136 0l-2.8284271 2.8284271z\" fill=\"currentColor\"/></g></svg></li><li title=\"close o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm0 2c-7.7319865 0-14 6.2680135-14 14s6.2680135 14 14 14 14-6.2680135 14-14-6.2680135-14-14-14zm4.2426407 9.7573593c.3905243.3905243.3905243 1.0236893 0 1.4142136l-2.8284271 2.8284271 2.8284271 2.8284271c.3905243.3905243.3905243 1.0236893 0 1.4142136s-1.0236893.3905243-1.4142136 0l-2.8284271-2.8284271-2.8284271 2.8284271c-.3905243.3905243-1.0236893.3905243-1.4142136 0s-.3905243-1.0236893 0-1.4142136l2.8284271-2.8284271-2.8284271-2.8284271c-.3905243-.3905243-.3905243-1.0236893 0-1.4142136s1.0236893-.3905243 1.4142136 0l2.8284271 2.8284271 2.8284271-2.8284271c.3905243-.3905243 1.0236893-.3905243 1.4142136 0z\" fill=\"currentColor\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"close sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm3.5355339 11.0502525-3.5355339 3.5355339-3.5355339-3.5355339-1.4142136 1.4142136 3.5355339 3.5355339-3.5355339 3.5355339 1.4142136 1.4142136 3.5355339-3.5355339 3.5355339 3.5355339 1.4142136-1.4142136-3.5355339-3.5355339 3.5355339-3.5355339z\" fill=\"currentColor\"/></g></svg></li><li title=\"close so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm0 2c-7.7319865 0-14 6.2680135-14 14s6.2680135 14 14 14 14-6.2680135 14-14-6.2680135-14-14-14zm4.9497475 10.4644661-3.5355339 3.5355339 3.5355339 3.5355339-1.4142136 1.4142136-3.5355339-3.5355339-3.5355339 3.5355339-1.4142136-1.4142136 3.5355339-3.5355339-3.5355339-3.5355339 1.4142136-1.4142136 3.5355339 3.5355339 3.5355339-3.5355339z\" fill=\"currentColor\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"closefile f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m19.120106 0c1.8257724 0 3.5522076.83131873 4.6906771 2.25867017l4.8798939 6.11814718c.847677 1.06277155 1.309323 2.38190365 1.309323 3.74132985v13.8818528c0 3.3137085-2.6862915 6-6 6h-16c-3.3137085 0-6-2.6862915-6-6v-20c0-3.3137085 2.6862915-6 6-6zm-5.9485331 12.7573593c-.3905243-.3905243-1.0236893-.3905243-1.4142136 0s-.3905243 1.0236893 0 1.4142136l2.8284271 2.8284271-2.8284271 2.8284271c-.3905243.3905243-.3905243 1.0236893 0 1.4142136s1.0236893.3905243 1.4142136 0l2.8284271-2.8284271 2.8284271 2.8284271c.3905243.3905243 1.0236893.3905243 1.4142136 0s.3905243-1.0236893 0-1.4142136l-2.8284271-2.8284271 2.8284271-2.8284271c.3905243-.3905243.3905243-1.0236893 0-1.4142136s-1.0236893-.3905243-1.4142136 0l-2.8284271 2.8284271z\" fill=\"currentColor\"/></g></svg></li><li title=\"closefile o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m19.120106 0c1.8257724 0 3.5522076.83131873 4.6906771 2.25867017l4.8798939 6.11814718c.847677 1.06277155 1.309323 2.38190365 1.309323 3.74132985v13.8818528c0 3.3137085-2.6862915 6-6 6h-16c-3.3137085 0-6-2.6862915-6-6v-20c0-3.3137085 2.6862915-6 6-6zm0 2h-11.120106c-2.14219539 0-3.89107888 1.68396847-3.99510469 3.80035966l-.00489531.19964034v20c0 2.1421954 1.68396847 3.8910789 3.80035966 3.9951047l.19964034.0048953h16c2.1421954 0 3.8910789-1.6839685 3.9951047-3.8003597l.0048953-.1996403v-13.8818528c0-.8238947-.2543504-1.6255887-.7251774-2.29685957l-.1477046-.19736034-4.8798939-6.11814718c-.7115434-.89209465-1.767598-1.43495138-2.8997521-1.49932373zm-5.9485331 10.7573593 2.8284271 2.8284271 2.8284271-2.8284271c.3905243-.3905243 1.0236893-.3905243 1.4142136 0s.3905243 1.0236893 0 1.4142136l-2.8284271 2.8284271 2.8284271 2.8284271c.3905243.3905243.3905243 1.0236893 0 1.4142136s-1.0236893.3905243-1.4142136 0l-2.8284271-2.8284271-2.8284271 2.8284271c-.3905243.3905243-1.0236893.3905243-1.4142136 0s-.3905243-1.0236893 0-1.4142136l2.8284271-2.8284271-2.8284271-2.8284271c-.3905243-.3905243-.3905243-1.0236893 0-1.4142136s1.0236893-.3905243 1.4142136 0z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"closefile sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22.0092457 0 7.9907543 10.0183757v21.9816243h-28v-32zm-2.4737118 12.0502525-3.5355339 3.5355339-3.5355339-3.5355339-1.4142136 1.4142136 3.5355339 3.5355339-3.5355339 3.5355339 1.4142136 1.4142136 3.5355339-3.5355339 3.5355339 3.5355339 1.4142136-1.4142136-3.5355339-3.5355339 3.5355339-3.5355339z\" fill=\"currentColor\"/></g></svg></li><li title=\"closefile so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22.0092457 0 7.9907543 10.0183757v21.9816243h-28v-32zm-.9632457 2h-17.046v28h24v-19.282zm-1.5104661 10.0502525 1.4142136 1.4142136-3.5355339 3.5355339 3.5355339 3.5355339-1.4142136 1.4142136-3.5355339-3.5355339-3.5355339 3.5355339-1.4142136-1.4142136 3.5355339-3.5355339-3.5355339-3.5355339 1.4142136-1.4142136 3.5355339 3.5355339z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"color f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m11 10c.8959417 0 1.7668658.1071131 2.600665.3092321-3.3844371 2.3476354-5.600665 6.2603878-5.600665 10.6907679s2.2162279 8.3431325 5.6005281 10.6901016c-.8336623.2027853-1.7045864.3098984-2.6005281.3098984-6.07513225 0-11-4.9248678-11-11s4.92486775-11 11-11zm10 0c6.0751322 0 11 4.9248678 11 11s-4.9248678 11-11 11-11-4.9248678-11-11 4.9248678-11 11-11zm-5-10c5.5338762 0 10.1133202 4.08641041 10.8853932 9.40629265-1.7677089-.89979074-3.7674011-1.40629265-5.8853932-1.40629265-1.7724529 0-3.4620572.35471685-5.0016968.99703443-1.5379833-.64268219-3.2267615-.99703443-4.9983032-.99703443-2.11839115 0-4.11843786.50669281-5.88555685 1.40549516.77223669-5.31908475 5.35168065-9.40549516 10.88555685-9.40549516z\" fill=\"currentColor\"/></g></svg></li><li title=\"color o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 0c6.0751322 0 11 4.92486775 11 11 0 .2561334-.0087542.5102221-.0259797.7619834 3.0245045 1.9597349 5.0259797 5.3651409 5.0259797 9.2380166 0 6.0751322-4.9248678 11-11 11-1.8003048 0-3.4995964-.4324891-4.9996452-1.1992378-1.5000062.7665572-3.1996515 1.1992378-5.0003548 1.1992378-6.07513225 0-11-4.9248678-11-11 0-3.8728757 2.00147518-7.2782817 5.0265023-9.238295-.01774812-.2514829-.0265023-.5055716-.0265023-.761705 0-6.07513225 4.92486775-11 11-11zm10.5973638 13.9518923-.0276941.1050258c-.7428149 2.5729367-2.399666 4.7581894-4.596172 6.1813769.0177481.2514829.0265023.5055716.0265023.761705 0 3.4167983-1.5578362 6.4697444-4.0019836 8.4873136.9384797.3318946 1.9491186.5126864 3.0019836.5126864 4.9705627 0 9-4.0294373 9-9 0-2.8548873-1.3292639-5.3993084-3.4026362-7.0481077zm-21.19641636.0013319-.02998836.0239747c-2.05522447 1.6494642-3.37095908 4.1824795-3.37095908 7.0228011 0 4.9705627 4.02943725 9 9 9 1.052865 0 2.0635039-.1807918 3.0025655-.5130243-2.4447293-2.0172313-4.0025655-5.0701774-4.0025655-8.4869757 0-.2561334.0087542-.5102221.0259797-.7619834-2.22543185-1.4419897-3.89716414-3.666894-4.62503226-6.2847924zm14.59563666 7.2971674-.1583277.0614206c-1.1950008.4449845-2.488227.6881878-3.8382564.6881878-1.4100138 0-2.7580646-.2652955-3.9969596-.7486938l-.0030404-.2513062c0 3.1203231 1.5879338 5.8697643 3.9997843 7.4843066 2.3480008-1.5719623 3.9144075-4.2176607 3.9967998-7.233915zm-3.9953741-7.7340325-.0331956.0206996c-1.9067307 1.2881619-3.2932889 3.2878101-3.7787416 5.6180117 1.1570659.5423104 2.4485563.8449296 3.8107272.8449296s2.6536613-.3026192 3.8109089-.8442953c-.4882424-2.3433545-1.8871166-4.35196-3.8096989-5.6393456zm-5.00121-1.5163591c-1.36217089 0-2.65366127.3026192-3.81090892.8442953.43624807 2.0937785 1.59940232 3.9202043 3.21354512 5.2038124.6096942-2.200272 1.8870104-4.1219393 3.5993474-5.5354213-.9384797-.3318946-1.9491186-.5126864-3.0019836-.5126864zm10 0c-1.052865 0-2.0635039.1807918-3.0025655.5130243 1.7129189 1.4131441 2.9902351 3.3348114 3.6016181 5.5337515 1.612454-1.2822762 2.7756082-3.108702 3.2116746-5.2018462-1.1570659-.5423104-2.4485563-.8449296-3.8107272-.8449296zm-5-10c-4.886808 0-8.86393945 3.89478799-8.99658257 8.7495521 1.23851801-.4842566 2.58656875-.7495521 3.99658257-.7495521 1.8007033 0 3.5003486.4326806 5.0006412 1.199747 1.4997624-.7672579 3.199054-1.199747 4.9993588-1.199747 1.4100138 0 2.7580646.2652955 3.9969596.7486938l.0030404.2513062c0-4.97056275-4.0294373-9-9-9z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"colorpicker f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m8.15527624 27.803115-.10179834-.0022665c-.02572552-.0008984-.05144402-.0020438-.07715164-.003436-.05490457-.0029647-.11038165-.007115-.16576927-.0124169-.01026565-.0009817-.02089561-.0020411-.03152201-.0031429-.05265773-.005467-.10467654-.0118973-.15657702-.0193481-.01814551-.002604-.0364916-.0053666-.05482145-.008257-.04151201-.0065461-.08291311-.0137421-.12421438-.0215923-.02765712-.0052565-.0553164-.0108164-.08292574-.0166706-.05186388-.0109982-.10347374-.0230154-.15487478-.0360683-.01275858-.0032414-.02507501-.0064331-.03737897-.0096845-.04193166-.0110737-.08428614-.0230095-.126473-.0356561-.02920242-.008756-.0581172-.0177853-.08694667-.0271504-.03144972-.0102154-.06288398-.0208609-.09420816-.0319082-.03642881-.0128504-.07245135-.0261451-.10831474-.0399755-.02144414-.0082675-.04317794-.0168671-.06485023-.0256645-.04401468-.0178695-.08758831-.0364711-.13088749-.0558816-.02928885-.01313-.05843785-.0266233-.08745431-.0404864-.02747853-.013126-.05508748-.0267097-.08256925-.0406312-.04514198-.0228753-.0894658-.0463982-.13342714-.0708131-.01692848-.009401-.03389745-.0189884-.05081053-.0287095-.01369113-.0078684-.02751087-.015922-.04129226-.0240654l-3.08968852 3.0895448c-.39052429.3905243-1.02368927.3905243-1.41421356 0s-.39052429-1.0236893 0-1.4142136l3.08967879-3.0903772-.01880817-.0322174c-.01807528-.0312988-.0356917-.0627902-.05284926-.0944642l.07165743.1266816c-.04363395-.0739426-.08468492-.1489876-.12315289-.2250046-.01486682-.0293705-.02953337-.0592763-.04380407-.0893233-.01517658-.0319712-.02957147-.0633487-.04353895-.0948697-.01623348-.03662-.03211275-.0739809-.0473979-.111527-.00885929-.0217589-.01758553-.0437521-.02610907-.0658055-.02028128-.0524985-.03922111-.1047686-.05703691-.1573358-.00602517-.0177747-.01198576-.0357812-.01781497-.053821-.00888225-.0274948-.01737732-.0547928-.02557323-.0821613-.01097654-.036643-.0215008-.0737256-.03147961-.1109241-.0080259-.0299282-.01562145-.0596141-.02287135-.089367-.02576275-.105683-.0472254-.2125977-.06429535-.3200748-.02889619-.1817846-.0452361-.3657074-.04893732-.5498371-.00028925-.0143419-.00050433-.0289529-.00063984-.0435645l-.00017308-.0373274c0-.1098594.00449765-.2197187.01349295-.3292782.0015971-.0194825.00338525-.0394593.00532308-.0594243.01002399-.1031936.02399382-.2057702.041939-.3077842.01761133-.1001477.03910709-.1999622.06445017-.2989952.01330309-.0520196.02785327-.1044439.04349059-.1566118.02494372-.0831793.05248486-.165259.08275979-.2465517.01257253-.0337619.02565712-.0674886.03921608-.1010684.06424632-.1591277.13921668-.3150873.22485707-.4666492.1745189-.3088116.39316149-.5991815.65604415-.8620642l12.02081529-12.02081525-.7071068-.70710678c-.3905243-.39052429-.3905243-1.02368927 0-1.41421356s1.0236893-.39052429 1.4142136 0l.7067576.70689322 4.2429898-4.24242713c1.5620972-1.56209716 4.0947571-1.56209716 5.6568543 0 1.5620972 1.56209717 1.5620972 4.09475709 0 5.65685425l-4.2428441 4.24257285.7073102.7071746c.3905243.3905243.3905243 1.0236893 0 1.4142136s-1.0236893.3905243-1.4142136 0l-.7066251-.7075886-12.0212969 12.0212971c-.0807873.0807872-.1641705.1573964-.2498811.2298275-.2262061.1911437-.4684835.3531163-.7220256.4860198-.0243664.0127718-.048748.0252309-.07322867.0374235-.0206337.0102755-.04117919.0202861-.06179137.0301102-.1687671.0804436-.34211813.1484215-.51855375.2038827-.02815859.008849-.0560993.0172932-.08411143.0254253-.04169287.0121068-.08381233.0235905-.12607367.0343738-.01312237.0033476-.02608773.006586-.03906588.0097587-.04919147.0120267-.09867567.0231306-.14831541.0332851-.05096535.0104279-.10224993.0198805-.15366773.0283263-.01566223.0025714-.0310254.0050021-.04639959.0073429-.11946269.0182001-.23994035.031003-.36068785.0383561-.01655105.0010085-.03324165.0019211-.04993636.0027296-.04643923.0022481-.0928309.0036899-.13923157.0043293-.0181716.0002525-.03681439.0003821-.05545719.0003821z\" fill=\"currentColor\"/></g></svg></li><li title=\"colorpicker o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m28.7000577 3.2972042c1.5620972 1.56209717 1.5620972 4.09475709 0 5.65685425l-4.2428441 4.24257285.7073102.7071746c.3905243.3905243.3905243 1.0236893 0 1.4142136s-1.0236893.3905243-1.4142136 0l-.7070966-.7073882-.0000102.0002814-12.0208152 12.0208153c-.7289787.7289787-1.6693244 1.1177673-2.62376121 1.1663659l-.20466596.005207c-.70395133 0-1.40790266-.1846703-2.03295217-.5540109l-3.08968852 3.0895448c-.39052429.3905243-1.02368927.3905243-1.41421356 0s-.39052429-1.0236893 0-1.4142136l3.08967879-3.0903772c-.9050711-1.5337442-.69882165-3.5418003.61874834-4.8593703l12.02067969-12.02124237-.7069712-.70667966c-.3905243-.39052429-.3905243-1.02368927 0-1.41421356s1.0236893-.39052429 1.4142136 0l.7067576.70689322 4.2429898-4.24242713c1.5620972-1.56209716 4.0947571-1.56209716 5.6568543 0zm-9.899495 7.0710678-12.02081523 12.0208153c-.78104859.7810486-.78104859 2.0473785 0 2.8284271.37277319.3727732.85608826.5676319 1.34442796.5845762l.16282125-.0009414c.43391432-.020082.8625352-.1807385 1.2117545-.4819694l.10942341-.1016654 12.02081531-12.0208153zm5.7662777-5.75851965-.1094234.10166542-4.2426407 4.24264068 2.8284271 2.82842715 4.2426407-4.24264071c.7810486-.78104858.7810486-2.04737854 0-2.82842712-.7455464-.74554638-1.9332603-.77943485-2.7190037-.10166542z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"colorpicker sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m25.8716306.46877708 5.6568542 5.65685425-7.0714848 7.07014577 1.4146306 1.4151356-1.4142136 1.4142136-1.414417-1.4143492-14.84903897 14.849378-2.12296103-2.122378-3.70678644 3.7081644-1.41421356-1.4142135 3.707-3.7079509-2.11989322-2.1204762 14.84889322-14.84952382-1.4138644-1.41393219 1.4142136-1.41421356 1.4136508 1.41414575z\" fill=\"currentColor\"/></g></svg></li><li title=\"colorpicker so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m25.8716306.46877708 5.6568542 5.65685425-7.0714848 7.07014577 1.4146306 1.4151356-1.4142136 1.4142136-1.414417-1.4143492-14.84903897 14.849378-2.12296103-2.122378-3.70678644 3.7081644-1.41421356-1.4142135 3.707-3.7079509-2.11989322-2.1204762 14.84889322-14.84952382-1.4138644-1.41393219 1.4142136-1.41421356 1.4136508 1.41414575zm-7.071253 9.89930972-13.43502888 13.4350289 2.82842713 2.8284271 13.43502885-13.4350288zm7.0710198-7.07177489-5.6573974 5.65646517 2.828 2.82800002 5.6578246-5.65603806z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"comment f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m24 2c4.418278 0 8 3.581722 8 8v9c0 4.418278-3.581722 8-8 8h-14.65568992c-.8644422 0-1.70562318.280039-2.39757043.7981793l-3.74795444 2.8065233c-.88415838.6620708-2.13762479.4820332-2.79969558-.4021251-.25907013-.3459737-.39908963-.7665641-.39908963-1.1987852v-19.0037923c0-4.418278 3.581722-8 8-8zm-2.571997 10.0964585c-.4991419-.2363809-1.0954008-.023371-1.3317816.4757709-.6771647 1.4299014-2.3250027 2.4280053-4.099688 2.4280053-1.7734204 0-3.4129473-.9905459-4.0942267-2.416524-.2380843-.4983315-.8350673-.7093035-1.3333988-.4712192-.4983316.2380843-.70930361.8350673-.4712193 1.3333988 1.0200199 2.1349917 3.3692971 3.5543444 5.8988448 3.5543444 2.5328429 0 4.8924921-1.4292516 5.9072405-3.5719947.2363808-.4991418.0233709-1.0954007-.4757709-1.3317815z\" fill=\"currentColor\"/></g></svg></li><li title=\"comment o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m24 2c4.418278 0 8 3.581722 8 8v9c0 4.418278-3.581722 8-8 8h-14.65568992c-.8644422 0-1.70562318.280039-2.39757043.7981793l-3.74795444 2.8065233c-.88415838.6620708-2.13762479.4820332-2.79969558-.4021251-.25907013-.3459737-.39908963-.7665641-.39908963-1.1987852v-19.0037923c0-4.418278 3.581722-8 8-8zm0 2h-16c-3.23839694 0-5.87757176 2.56557489-5.99586153 5.77506174l-.00413847.22493826v19.0037923l3.74795444-2.8065234c.96378366-.7216954 2.12058137-1.1354383 3.31910214-1.1908624l.2772535-.0064065h14.65568992c3.2383969 0 5.8775718-2.5655749 5.9958615-5.7750617l.0041385-.2249383v-9c0-3.23839694-2.5655749-5.87757176-5.7750617-5.99586153zm-2.571997 8.0964585c.4991418.2363808.7121517.8326397.4757709 1.3317815-1.0147484 2.1427431-3.3743976 3.5719947-5.9072405 3.5719947-2.5295477 0-4.8788249-1.4193527-5.8988448-3.5543444-.23808431-.4983315-.0271123-1.0953145.4712193-1.3333988.4983315-.2380843 1.0953145-.0271123 1.3333988.4712192.6812794 1.4259781 2.3208063 2.416524 4.0942267 2.416524 1.7746853 0 3.4225233-.9981039 4.099688-2.4280053.2363808-.4991419.8326397-.7121518 1.3317816-.4757709z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"comment sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m32 1v25h-23.98733674l-8.01266326 6v-31zm-10 11h-12v2h12z\" fill=\"currentColor\"/></g></svg></li><li title=\"comment so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m32 1v25h-23.98733674l-8.01266326 6v-31zm-2 2h-28v25.004l5.34683985-4.004h22.65316015zm-8 9v2h-12v-2z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"compasses f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 2c.5522847 0 1 .44771525 1 1v3l-.0048052.09904517c2.2846339.46141173 4.0048052 2.48029952 4.0048052 4.90095483 0 1.6298629-.7798443 3.0775834-1.9867541 3.9903825l7.4998938 12.9903796c.2761424.4782926.1122672 1.089883-.3660254 1.3660254s-1.089883.1122672-1.3660254-.3660254l-3.9808617-6.8959941c-1.5126731.6013999-3.134934.915232-4.8002272.915232-1.71961 0-3.369539-.3362628-4.8825368-.9499374l-4.0014378 6.9306995c-.27614237.4782926-.88773278.6421678-1.3660254.3660254s-.64216778-.8877328-.3660254-1.3660254l3.94039855-6.8248294c-3.10579822-1.8603308-5.38860661-4.9866729-6.09654069-8.7210476-.10286584-.5426205.25362579-1.0658906.79624635-1.1687565.54262055-.1028658 1.06589066.2536258 1.1687565.7962464.59662814 3.1472323 2.51710875 5.7848015 5.13127609 7.3608007l2.591886-4.4873034c-1.1665455-.9153414-1.9159974-2.3380849-1.9159974-3.9358723 0-2.4208973 1.7205152-4.43994675 4.0054904-4.90109316-.0038266-.03196023-.0054904-.06523924-.0054904-.09890684v-3c0-.55228475.4477153-1 1-1zm-1.2923861 13.831369-2.5794017 4.466219c1.2085409.4547783 2.514547.702412 3.8717878.702412 1.3101997 0 2.5866969-.228807 3.7864902-.6687335l-2.5847337-4.4766288c-.384955.094977-.7874717.1453623-1.2017565.1453623-.4469146 0-.8801344-.0586347-1.2923861-.168631z\" fill=\"currentColor\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"compasses o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 2c.5522847 0 1 .44771525 1 1v3l-.0048052.09904517c2.2846339.46141173 4.0048052 2.48029952 4.0048052 4.90095483 0 1.6298629-.7798443 3.0775834-1.9867541 3.9903825l7.4998938 12.9903796c.2761424.4782926.1122672 1.089883-.3660254 1.3660254s-1.089883.1122672-1.3660254-.3660254l-3.9808617-6.8959941c-1.5126731.6013999-3.134934.915232-4.8002272.915232-1.71961 0-3.369539-.3362628-4.8825368-.9499374l-4.0014378 6.9306995c-.27614237.4782926-.88773278.6421678-1.3660254.3660254s-.64216778-.8877328-.3660254-1.3660254l3.94039855-6.8248294c-3.10579822-1.8603308-5.38860661-4.9866729-6.09654069-8.7210476-.10286584-.5426205.25362579-1.0658906.79624635-1.1687565.54262055-.1028658 1.06589066.2536258 1.1687565.7962464.59662814 3.1472323 2.51710875 5.7848015 5.13127609 7.3608007l2.591886-4.4873034c-1.1665455-.9153414-1.9159974-2.3380849-1.9159974-3.9358723 0-2.4208973 1.7205152-4.43994675 4.0054904-4.90109316-.0038266-.03196023-.0054904-.06523924-.0054904-.09890684v-3c0-.55228475.4477153-1 1-1zm-1.2923861 13.831369-2.5794017 4.466219c1.2085409.4547783 2.514547.702412 3.8717878.702412 1.3101997 0 2.5866969-.228807 3.7864902-.6687335l-2.5847337-4.4766288c-.384955.094977-.7874717.1453623-1.2017565.1453623-.4469146 0-.8801344-.0586347-1.2923861-.168631zm1.2923861-7.831369c-1.6568542 0-3 1.34314575-3 3 0 1.6568542 1.3431458 3 3 3 .3861441 0 .7552488-.0729547 1.0942824-.2058327.0159772-.0137715.0341651-.0250598.0528319-.0358371.0770238-.0444696.1575044-.0775281.2394843-.0996999.9590008-.4984794 1.6134014-1.5021332 1.6134014-2.6586303 0-1.65685425-1.3431458-3-3-3z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"compasses sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m17 2 .000188 4.10005628c2.2821466.46334296 3.999812 2.48105222 3.999812 4.89994372 0 1.6296706-.7796604 3.0772418-1.986327 3.9900595l7.9994667 13.856728-1.7320508 1-4.4808617-7.7620195c-1.5126731.6013999-3.134934.915232-4.8002272.915232-1.7195434 0-3.369411-.3362367-4.8823608-.949866l-4.5016138 7.7966535-1.7320508-1 4.44056817-7.6907532c-3.02001693-1.8088867-5.26190567-4.8148049-6.0343974-8.4128211l-.06231291-.3083281-.18625508-.9825014 1.96500285-.3725101.18625508.9825014c.59670435 3.1476343 2.51759937 5.7854752 5.13227789 7.3614046l2.5908972-4.4878971c-1.166553-.9153411-1.9160104-2.3380892-1.9160104-3.9358825 0-2.4188915 1.7176654-4.43660076 3.999812-4.89994372l.000188-4.10005628zm-2.2923861 13.831369-2.5784614 4.4665728c1.208278.4545529 2.5139587.7020582 3.8708475.7020582 1.3101997 0 2.5866969-.228807 3.7864902-.6687335l-2.5840342-4.4768014c-.3851669.0950886-.7879203.1455349-1.202456.1455349-.4469146 0-.8801344-.0586347-1.2923861-.168631z\" fill=\"currentColor\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"compasses so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m17 2 .000188 4.10005628c2.2821466.46334296 3.999812 2.48105222 3.999812 4.89994372 0 1.6296706-.7796604 3.0772418-1.986327 3.9900595l7.9994667 13.856728-1.7320508 1-4.4808617-7.7620195c-1.5126731.6013999-3.134934.915232-4.8002272.915232-1.7195434 0-3.369411-.3362367-4.8823608-.949866l-4.5016138 7.7966535-1.7320508-1 4.44056817-7.6907532c-3.02001693-1.8088867-5.26190567-4.8148049-6.0343974-8.4128211l-.06231291-.3083281-.18625508-.9825014 1.96500285-.3725101.18625508.9825014c.59670435 3.1476343 2.51759937 5.7854752 5.13227789 7.3614046l2.5908972-4.4878971c-1.166553-.9153411-1.9160104-2.3380892-1.9160104-3.9358825 0-2.4188915 1.7176654-4.43660076 3.999812-4.89994372l.000188-4.10005628zm-2.2923861 13.831369-2.5784614 4.4665728c1.208278.4545529 2.5139587.7020582 3.8708475.7020582 1.3101997 0 2.5866969-.228807 3.7864902-.6687335l-2.5840342-4.4768014c-.3851669.0950886-.7879203.1455349-1.202456.1455349-.4469146 0-.8801344-.0586347-1.2923861-.168631zm1.2923861-7.831369c-1.6568542 0-3 1.34314575-3 3 0 1.6568542 1.3431458 3 3 3s3-1.3431458 3-3c0-1.65685425-1.3431458-3-3-3z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"confirm f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm6.4350288 11.7071068c-.3905242-.3905243-1.0236892-.3905243-1.4142135 0l-6.3646682 6.3632539-3.5348268-3.5348268c-.3905242-.3905243-1.0236892-.3905243-1.41421352 0-.39052429.3905243-.39052429 1.0236893 0 1.4142136l4.24264072 4.2426407c.3905243.3905242 1.0236892.3905242 1.4142135 0 .0040531-.0040531.0080641-.0081323.012033-.0122371l7.0590348-7.0588308c.3905243-.3905242.3905243-1.0236892 0-1.4142135z\" fill=\"currentColor\" fill-rule=\"evenodd\"/></svg></li><li title=\"confirm o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm0 2c-7.7319865 0-14 6.2680135-14 14s6.2680135 14 14 14 14-6.2680135 14-14-6.2680135-14-14-14zm6.6208153 9.8786797c.3905243.3905242.3905243 1.0236892 0 1.4142135l-7.0710678 7.0710678c-.3626297.3626297-.9344751.3885319-1.3269928.0777064l-.0872208-.0777064-4.24264068-4.2426407c-.39052429-.3905242-.39052429-1.0236892 0-1.4142135.39052428-.3905243 1.02368928-.3905243 1.41421358 0l3.5348268 3.5348268 6.3646681-6.3632539c.3905243-.3905243 1.0236893-.3905243 1.4142136 0z\"/></svg></li><li title=\"confirm sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm5.7279221 11-7.0710679 7.0710678-4.2426406-4.2426407-1.4142136 1.4142136 5.6568542 5.6568542 8.4852814-8.4852813z\" fill=\"currentColor\" fill-rule=\"evenodd\"/></svg></li><li title=\"confirm so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm0 2c-7.7319865 0-14 6.2680135-14 14s6.2680135 14 14 14 14-6.2680135 14-14-6.2680135-14-14-14zm5.7279221 9 1.4142135 1.4142136-8.4852814 8.4852813-5.6568542-5.6568542 1.4142136-1.4142136 4.2419335 4.2419336z\"/></svg></li><li title=\"copy f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m8 8v11.3333333c0 2.5057364 1.97487565 4.5502158 4.4530532 4.6618646l.2136135.0048021h11.3333333v4c0 2.209139-1.790861 4-4 4h-16c-2.209139 0-4-1.790861-4-4v-16c0-2.209139 1.790861-4 4-4zm21-8c1.6568542 0 3 1.34314575 3 3v16c0 1.6568542-1.3431458 3-3 3h-16c-1.6568542 0-3-1.3431458-3-3v-16c0-1.65685425 1.3431458-3 3-3z\" fill=\"currentColor\"/></g></svg></li><li title=\"copy o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m27 0c2.7614237 0 5 2.23857625 5 5v14c0 2.7614237-2.2385763 5-5 5h-3v3.3333333c0 2.5057364-1.9748757 4.5502158-4.4530532 4.6618646l-.2136135.0048021h-14.66666663c-2.50573637 0-4.55021581-1.9748757-4.66186456-4.4530532l-.00480211-.2136135v-14.6666666c0-2.5057364 1.97487565-4.55021584 4.4530532-4.66186459l.21361347-.00480211h3.33333333v-3c0-2.76142375 2.2385763-5 5-5zm-19 10h-3.33333333c-1.41611475 0-2.57441514 1.1038344-2.66142033 2.4980225l-.00524634.1686442v14.6666666c0 1.4161148 1.10383444 2.5744152 2.49802247 2.6614204l.1686442.0052463h14.66666663c1.4161148 0 2.5744152-1.1038344 2.6614204-2.4980225l.0052463-.1686442v-3.3333333h-9c-2.7614237 0-5-2.2385763-5-5zm19-8h-14c-1.5976809 0-2.9036609 1.24891996-2.9949073 2.82372721l-.0050927.17627279v14c0 1.5976809 1.24892 2.9036609 2.8237272 2.9949073l.1762728.0050927h14c1.5976809 0 2.9036609-1.24892 2.9949073-2.8237272l.0050927-.1762728v-14c0-1.59768088-1.24892-2.90366088-2.8237272-2.99490731z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"copy sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m8 9v15h15v8h-23v-23zm2-9h22v22h-22z\" fill=\"currentColor\"/></g></svg></li><li title=\"copy so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m32 0v24h-8v8h-24v-24h8v-8zm-24 10h-6v20h20v-6h-14zm22-8h-20v20h20z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"copyfile f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m21.4462967 0c1.6654635 0 3.2215973.82925913 4.1503556 2.21171235l3.5537033 5.28967395c.553858.82441552.8496444 1.79510106.8496444 2.7882877v12.710326c0 2.4485235-1.7600068 4.4859755-4.0839347 4.91627-.4300898 2.3237232-2.4675418 4.08373-4.9160653 4.08373h-14c-2.76142375 0-5-2.2385763-5-5v-18c0-2.44852354 1.7600068-4.48597546 4.08393468-4.91627003.43008986-2.32372317 2.46754178-4.08372997 4.91606532-4.08372997zm-17.44120401 8.82372721-.00509269.17627279v18c0 1.5976809 1.24891996 2.9036609 2.82372721 2.9949073l.17627279.0050927h14c1.3058822 0 2.4168852-.8343774 2.8289758-1.9990993l-12.8289758-.0009007c-2.76142375 0-5-2.2385763-5-5l.00008893-16.82932572c-1.11245338.3931562-1.92377333 1.42382839-1.99499624 2.65305293z\" fill=\"currentColor\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"copyfile o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m21.4462967 0c1.6654635 0 3.2215973.82925913 4.1503556 2.21171235l3.5537033 5.28967395c.553858.82441552.8496444 1.79510106.8496444 2.7882877v12.710326c0 2.5326379-1.8830073 4.625476-4.3253852 4.9548774-.7868346 2.285705-2.9179139 3.9476728-5.4496765 4.0409841l-.2249383.0041385h-12c-3.23839694 0-5.87757176-2.5655749-5.99586153-5.7750617l-.00413847-.2249383v-16c0-2.62987956 1.69198401-4.86457509 4.04676442-5.67489895.3277596-2.44209376 2.42059763-4.32510105 4.95323558-4.32510105zm-17.44140139 9.80035966-.00489531.19964034v16c0 2.1421954 1.68396847 3.8910789 3.80035966 3.9951047l.19964034.0048953h12c1.4799576 0 2.7721921-.8037377 3.4640201-1.9985293l-12.4640201-.0014707c-2.76142375 0-5-2.2385763-5-5l-.00027-16.46471502c-1.14139743.66038169-1.92619413 1.86859172-1.99483469 3.26507468zm17.44140139-7.80035966h-10.4462967c-1.59768088 0-2.90366088 1.24891996-2.99490731 2.82372721l-.00509269.17627279v18c0 1.5976809 1.24891996 2.9036609 2.8237272 2.9949073l.1762728.0050927h14c1.5976809 0 2.9036609-1.24892 2.9949073-2.8237272l.0050927-.1762728v-12.710326c0-.52142301-.1358769-1.03250955-.392471-1.48351034l-.1173156-.1894623-3.5537033-5.28967395c-.5201047-.7741738-1.3681176-1.2592115-2.2913245-1.32044242z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"copyfile sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m24.110782 0 5.889218 8.76607872v19.23392128h-4v4h-24v-28h4v-4zm-18.110782 6h-2v24h20v-2h-18z\" fill=\"currentColor\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"copyfile so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m24.110782 0 5.889218 8.76607872v19.23392128h-4v4h-24v-28h4v-4zm-18.110782 6h-2v24h20v-2h-18zm17.045-4h-15.045v24h20v-16.624z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"cpageviews f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m3.47106781 2.872583c.03125802.03951954.0612124.07391077.09390335.10660172l25.45180394 25.45213148c.2979246.3919399.2679702.9534911-.0898632 1.3113245-.3905243.3905243-1.0236892.3905243-1.4142135 0l-3.7752175-3.7758638c-2.2931142 1.2278416-4.9309095 2.0332231-7.7374809 2.0332231-8.836556 0-16-7.983908-16-12 0-2.2018894 2.15330503-5.5964897 5.55507022-8.21407378l-3.49821597-3.49912966c-.39052429-.39052429-.39052429-1.02368927 0-1.41421356s1.02368927-.39052429 1.41421356 0zm12.52893219 1.127417c8.836556 0 16 7.983908 16 12 0 2.0564855-1.878304 5.1533596-4.8977471 7.685912l-5.5089842-5.5099784c.2626273-.6746.4067313-1.4084382.4067313-2.1759336 0-3.3137085-2.6862915-6-6-6-.7678799 0-1.5020689.1442485-2.1769475.4071261l-4.77341696-4.77188255c2.10190236-1.00095094 4.45967206-1.63524355 6.95036446-1.63524355zm-5.2096924 9.0215137c-.5028478.877641-.7903076 1.8944937-.7903076 2.9784863 0 3.3137085 2.6862915 6 6 6 1.0841554 0 2.1011507-.2875462 2.9788817-.7905342l-1.4942742-1.494031c-.4590315.183584-.9600268.2845652-1.4846075.2845652-2.209139 0-4-1.790861-4-4 0-.5246423.1010049-1.0256937.2846299-1.4847692z\" fill=\"currentColor\"/></g></svg></li><li title=\"cpageviews o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m3.47106781 2.872583c.03125802.03951954.0612124.07391077.09390335.10660172l25.45180394 25.45213148c.2979246.3919399.2679702.9534911-.0898632 1.3113245-.3905243.3905243-1.0236892.3905243-1.4142135 0l-3.7752175-3.7758638c-2.2931142 1.2278416-4.9309095 2.0332231-7.7374809 2.0332231-8.836556 0-16-7.983908-16-12 0-2.2018894 2.15330503-5.5964897 5.55507022-8.21407378l-3.49821597-3.49912966c-.39052429-.39052429-.39052429-1.02368927 0-1.41421356s1.02368927-.39052429 1.41421356 0zm3.51136785 6.3397761c-.33752074.25261511-.66772878.5181634-.98968663.7959276-2.43541832 2.10112-3.99274903 4.6271328-3.99274903 5.9917133s1.55733071 3.8905933 3.99274903 5.9917133c2.89572307 2.4982409 6.45883647 4.0082867 10.00725097 4.0082867 2.1280519 0 4.2613905-.5431076 6.2528914-1.5167613l-3.2740097-3.2737729c-.877731.502988-1.8947263.7905342-2.9788817.7905342-3.3137085 0-6-2.6862915-6-6 0-1.0839926.2874598-2.1008453.7903076-2.9784863zm9.01756434-5.2123591c8.836556 0 16 7.983908 16 12 0 2.0567146-1.8787225 5.1540495-4.8987562 7.6867583l-1.420298-1.4200358c.1096708-.0902809.2184509-.1819596.3263052-.2750092 2.4354183-2.10112 3.992749-4.6271328 3.992749-5.9917133s-1.5573307-3.8905933-3.992749-5.9917133c-2.8957231-2.49824089-6.4588365-4.0082867-10.007251-4.0082867-1.8411766 0-3.6863106.40654847-5.440117 1.14674508l-1.51024746-1.51150153c2.10190236-1.00095094 4.45967206-1.63524355 6.95036446-1.63524355zm-3.7153701 10.5152308c-.183625.4590755-.2846299.9601269-.2846299 1.4847692 0 2.209139 1.790861 4 4 4 .5245807 0 1.025576-.1009812 1.4846075-.2845652z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"cpageviews sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m2.76396103 2.16547622.7155626.7165849c.0260324.03373606.05451491.06619098.08544753.0971236l25.45584414 25.45584408c.0309326.0309327.0633875.0594152.0971236.0854476l.5160798.5150575-1.4142135 1.4142136-4.5957624-4.5951023c-2.1141937 1.2735918-4.6482164 2.1453548-7.6240428 2.1453548-11.04076111 0-16-12-16-12s1.85821362-4.4731442 5.81247855-7.95734431l-4.46273108-4.46296591zm13.23603897 1.83452378c11.0150135 0 16 12 16 12s-1.6574849 4.0106595-5.189302 7.3947012l-5.2172934-5.2191166c.2625411-.6745042.4065954-1.4082215.4065954-2.1755846 0-3.3137085-2.6862915-6-6-6-.7678726 0-1.5020548.1442457-2.176928.4071185l-4.68700794-4.68626936c1.95470664-1.03883897 4.23796544-1.72084914 6.86393594-1.72084914zm-5.2096924 9.0215137c-.5028478.877641-.7903076 1.8944937-.7903076 2.9784863 0 3.3137085 2.6862915 6 6 6 1.0841554 0 2.1011507-.2875462 2.9788817-.7905342l-1.4942742-1.494031c-.4590315.183584-.9600268.2845652-1.4846075.2845652-2.209139 0-4-1.790861-4-4 0-.5245807.1009812-1.025576.2845652-1.4846075z\" fill=\"currentColor\"/></g></svg></li><li title=\"cpageviews so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m2.76396103 2.16547622.71481235.71561139c.02623514.0340853.05496773.06686706.08619778.09809711l25.45584414 25.45584408c.0309326.0309327.0633875.0594152.0971236.0854476l.5160798.5150575-1.4142135 1.4142136-4.5954117-4.5953135c-2.1142642 1.2737066-4.6484025 2.145566-7.6243935 2.145566-11.04076111 0-16-12-16-12l.20597836-.4534962c.58226456-1.2228336 2.40889918-4.6860118 5.60559121-7.50304713l-4.4618221-4.46376689zm4.46282951 7.29191021c-.64184921.55977397-1.25895974 1.18107217-1.85180056 1.85908927-1.05260055 1.2038327-1.94868398 2.5010175-2.68522749 3.7968323-.10258904.1804868-.19889524.3554408-.28892371.5240975l-.18983878.3645945.05882917.1151222c.08340368.1620928.17307493.3308648.26902115.5055516l.14862647.2663707c.73394455 1.2953171 1.6277449 2.5920162 2.6786584 3.7953959 2.92580077 3.3502752 6.45027301 5.3155596 10.63386481 5.3155596 2.2412953 0 4.2934156-.5640596 6.1656556-1.6029515l-3.1867739-3.1875827c-.877731.502988-1.8947263.7905342-2.9788817.7905342-3.3137085 0-6-2.6862915-6-6 0-1.0839926.2874598-2.1008453.7903076-2.9784863zm8.77320946-5.45738643c11.0150135 0 16 12 16 12l-.1998001.4424215c-.5365634 1.1337265-2.1630578 4.2445467-4.9907298 6.9534561l-1.4133259-1.4126567c.4239379-.4058786.8364594-.8393044 1.2377206-1.2987805 1.0509135-1.2033797 1.9447139-2.5000788 2.6786584-3.7953959.1533346-.2706157.2925421-.5287831.4176476-.7719223l.0578292-.1151222-.0585037-.116428c-.0837521-.1621683-.1737792-.3310161-.2700867-.505779l-.1491721-.266485c-.7365435-1.2958148-1.6326269-2.5929996-2.6852275-3.7968323-2.9299839-3.35094879-6.4527825-5.3164757-10.62501-5.3164757-1.9306648 0-3.7222673.42087856-5.3804173 1.2051548l-1.48446708-1.48380156c1.95491648-1.03912244 4.23848918-1.72135324 6.86488438-1.72135324zm-3.7154348 10.5153925c-.183584.4590315-.2845652.9600268-.2845652 1.4846075 0 2.209139 1.790861 4 4 4 .5245807 0 1.025576-.1009812 1.4846075-.2845652z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"delete f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m31 6c.5522847 0 1 .44771525 1 1s-.4477153 1-1 1l-3-.001v18.001c0 3.3137085-2.6862915 6-6 6h-12c-3.3137085 0-6-2.6862915-6-6v-18h-3c-.55228475 0-1-.44771525-1-1s.44771525-1 1-1zm-18 8c-.5522847 0-1 .4477153-1 1v7c0 .5522847.4477153 1 1 1s1-.4477153 1-1v-7c0-.5522847-.4477153-1-1-1zm6 0c-.5522847 0-1 .4477153-1 1v7c0 .5522847.4477153 1 1 1s1-.4477153 1-1v-7c0-.5522847-.4477153-1-1-1zm4.5-13c.8284271 0 1.5.67157288 1.5 1.5s-.6715729 1.5-1.5 1.5h-15c-.82842712 0-1.5-.67157288-1.5-1.5s.67157288-1.5 1.5-1.5z\" fill=\"currentColor\"/></g></svg></li><li title=\"delete o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m19 0c3.3137085 0 6 2.6862915 6 6h6c.5522847 0 1 .44771525 1 1s-.4477153 1-1 1l-3-.001v18.001c0 3.3137085-2.6862915 6-6 6h-12c-3.3137085 0-6-2.6862915-6-6v-18h-3c-.55228475 0-1-.44771525-1-1s.44771525-1 1-1h6c0-3.3137085 2.6862915-6 6-6zm7 8h-20v18c0 2.1421954 1.68396847 3.8910789 3.80035966 3.9951047l.19964034.0048953h12c2.1421954 0 3.8910789-1.6839685 3.9951047-3.8003597l.0048953-.1996403zm-13 6c.5522847 0 1 .4477153 1 1v7c0 .5522847-.4477153 1-1 1s-1-.4477153-1-1v-7c0-.5522847.4477153-1 1-1zm6 0c.5522847 0 1 .4477153 1 1v7c0 .5522847-.4477153 1-1 1s-1-.4477153-1-1v-7c0-.5522847.4477153-1 1-1zm0-12h-6c-2.1421954 0-3.89107888 1.68396847-3.99510469 3.80035966l-.00489531.19964034h7 7c0-2.14219539-1.6839685-3.89107888-3.8003597-3.99510469z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"delete sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m32 6v2l-4-.001v24.001h-24v-24h-4v-2zm-18 8h-2v9h2zm6 0h-2v9h2zm5-13v3h-18v-3z\" fill=\"currentColor\"/></g></svg></li><li title=\"delete so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m25 0v5.999l7 .001v2l-4-.001v24.001h-24v-24h-4v-2h7v-6zm1 8h-20v22h20zm-12 6v9h-2v-9zm6 0v9h-2v-9zm3-12h-14v4h7 7z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"desk f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m29 2c1.6568542 0 3 1.34314575 3 3v12c0 1.6568542-1.3431458 3-3 3h-3v11c0 .5522847-.4477153 1-1 1s-1-.4477153-1-1v-11h-16v11c0 .5522847-.44771525 1-1 1s-1-.4477153-1-1v-11h-3c-1.65685425 0-3-1.3431458-3-3v-12c0-1.65685425 1.34314575-3 3-3zm-14 11h-11c-1.0543618 0-1.91816512.8158778-1.99451426 1.8507377l-.00548574.1492623v1c0 1.0543618.81587779 1.9181651 1.85073766 1.9945143l.14926234.0054857h11zm13 0h-11v5h11c1.0543618 0 1.9181651-.8158778 1.9945143-1.8507377l.0054857-.1492623v-1c0-1.1045695-.8954305-2-2-2z\" fill=\"currentColor\"/></g></svg></li><li title=\"desk o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m28 2c2.209139 0 4 1.790861 4 4v10c0 2.209139-1.790861 4-4 4h-2v11c0 .5522847-.4477153 1-1 1s-1-.4477153-1-1v-11h-16v11c0 .5522847-.44771525 1-1 1s-1-.4477153-1-1v-11h-2c-2.209139 0-4-1.790861-4-4v-10c0-2.209139 1.790861-4 4-4zm-13 12h-11c-1.1045695 0-2 .8954305-2 2v-.001c0 1.0553618.81587779 1.9191651 1.85073766 1.9955143l.14926234.0054857 11-.001zm13 0-11-.001v4l11 .001c1.0543618 0 1.9181651-.8158778 1.9945143-1.8507377l.0054857-.1492623c0-1.1045695-.8954305-2-2-2zm0-10h-24c-1.1045695 0-2 .8954305-2 2l-.00012044 6.5351985c.58837395-.3403833 1.27149644-.5351985 2.00012044-.5351985h24c.7290322 0 1.4125119.1950335 2.0011092.5357707l-.0011092-6.5357707c0-1.1045695-.8954305-2-2-2z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"desk sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m32 2v18h-6v12h-2v-12h-16v12h-2v-12h-6v-18zm-17 11h-13v5h13zm15 0h-13v5h13z\" fill=\"currentColor\"/></g></svg></li><li title=\"desk so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m32 2v18h-6v12h-2v-12h-16v12h-2v-12h-6v-18zm-17 12h-13v4h13zm15 0-13-.001v4l13 .001zm0-10h-28v8l28-.001z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"details f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm0 20.5c-.7731986 0-1.4.6268014-1.4 1.4s.6268014 1.4 1.4 1.4 1.4-.6268014 1.4-1.4-.6268014-1.4-1.4-1.4zm0-11.5c-2.209139 0-4 1.790861-4 4 0 .5522847.4477153 1 1 1s1-.4477153 1-1c0-1.1045695.8954305-2 2-2s2 .8954305 2 2-.8954305 2-2 2c-.5522847 0-1 .4477153-1 1v2c0 .5522847.4477153 1 1 1s1-.4477153 1-1l.0007613-1.1262135c1.7248409-.4443075 2.9992387-2.0102213 2.9992387-3.8737865 0-2.209139-1.790861-4-4-4z\" fill=\"currentColor\" fill-rule=\"evenodd\"/></svg></li><li title=\"details o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm0 2c-7.7319865 0-14 6.2680135-14 14s6.2680135 14 14 14 14-6.2680135 14-14-6.2680135-14-14-14zm0 18.5c.7731986 0 1.4.6268014 1.4 1.4s-.6268014 1.4-1.4 1.4-1.4-.6268014-1.4-1.4.6268014-1.4 1.4-1.4zm0-11.5c2.209139 0 4 1.790861 4 4 0 1.8635652-1.2743978 3.429479-2.9992387 3.8737865l-.0007613 1.1262135c0 .5522847-.4477153 1-1 1s-1-.4477153-1-1v-2c0-.5522847.4477153-1 1-1 1.1045695 0 2-.8954305 2-2s-.8954305-2-2-2-2 .8954305-2 2c0 .5522847-.4477153 1-1 1s-1-.4477153-1-1c0-2.209139 1.790861-4 4-4z\"/></svg></li><li title=\"details sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm1.3 20.5h-2.6v2.6h2.6zm-1.3-11.5c-2.209139 0-4 1.790861-4 4h2l.0054857-.1492623c.0763492-1.0348599.9401525-1.8507377 1.9945143-1.8507377 1.1045695 0 2 .8954305 2 2s-.8954305 2-2 2h-1v4h2l.0006624-2.126188c1.7248911-.4442732 2.9993376-2.0102111 2.9993376-3.873812 0-2.209139-1.790861-4-4-4z\" fill=\"currentColor\" fill-rule=\"evenodd\"/></svg></li><li title=\"details so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm0 2c-7.7319865 0-14 6.2680135-14 14s6.2680135 14 14 14 14-6.2680135 14-14-6.2680135-14-14-14zm1.3 18.5v2.6h-2.6v-2.6zm-1.3-11.5c2.209139 0 4 1.790861 4 4 0 1.8636009-1.2744465 3.4295388-2.9993376 3.873812l-.0006624 2.126188h-2v-4h1c1.1045695 0 2-.8954305 2-2s-.8954305-2-2-2c-1.0543618 0-1.9181651.8158778-1.9945143 1.8507377l-.0054857.1492623h-2c0-2.209139 1.790861-4 4-4z\"/></svg></li><li title=\"disable f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm4.2426407 11.7573593c-.3905243-.3905243-1.0236893-.3905243-1.4142136 0l-7.0710678 7.0710678c-.3905243.3905243-.3905243 1.0236893 0 1.4142136s1.0236893.3905243 1.4142136 0l7.0710678-7.0710678c.3905243-.3905243.3905243-1.0236893 0-1.4142136z\" fill=\"currentColor\"/></g></svg></li><li title=\"disable o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm0 2c-7.7319865 0-14 6.2680135-14 14s6.2680135 14 14 14 14-6.2680135 14-14-6.2680135-14-14-14zm2.8284271 9.7573593c.3905243-.3905243 1.0236893-.3905243 1.4142136 0s.3905243 1.0236893 0 1.4142136l-7.0710678 7.0710678c-.3905243.3905243-1.0236893.3905243-1.4142136 0s-.3905243-1.0236893 0-1.4142136z\" fill=\"currentColor\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"disable sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm3.5355339 11.0502525-8.4852814 8.4852814 1.4142136 1.4142136 8.4852814-8.4852814z\" fill=\"currentColor\"/></g></svg></li><li title=\"disable so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm0 2c-7.7319865 0-14 6.2680135-14 14s6.2680135 14 14 14 14-6.2680135 14-14-6.2680135-14-14-14zm3.5355339 9.0502525 1.4142136 1.4142136-8.4852814 8.4852814-1.4142136-1.4142136z\" fill=\"currentColor\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"disabledfile f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m19.120106 0c1.8257724 0 3.5522076.83131873 4.6906771 2.25867017l4.8798939 6.11814718c.847677 1.06277155 1.309323 2.38190365 1.309323 3.74132985v13.8818528c0 3.3137085-2.6862915 6-6 6h-16c-3.3137085 0-6-2.6862915-6-6v-20c0-3.3137085 2.6862915-6 6-6zm-3.120106 11c-3.3137085 0-6 2.6862915-6 6s2.6862915 6 6 6 6-2.6862915 6-6-2.6862915-6-6-6zm3.3535888 3.818907c.4088337.6273275.6464112 1.3764656.6464112 2.181093 0 2.209139-1.790861 4-4 4-.8046274 0-1.5537655-.2375775-2.181093-.6464112zm-3.3535888-1.818907c.6780081 0 1.3166169.1686885 1.8761461.4663854l-5.4097607 5.4097607c-.2976969-.5595292-.4663854-1.198138-.4663854-1.8761461 0-2.209139 1.790861-4 4-4z\" fill=\"currentColor\"/></g></svg></li><li title=\"disabledfile o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m19.120106 0c1.8257724 0 3.5522076.83131873 4.6906771 2.25867017l4.8798939 6.11814718c.847677 1.06277155 1.309323 2.38190365 1.309323 3.74132985v13.8818528c0 3.3137085-2.6862915 6-6 6h-16c-3.3137085 0-6-2.6862915-6-6v-20c0-3.3137085 2.6862915-6 6-6zm0 2h-11.120106c-2.14219539 0-3.89107888 1.68396847-3.99510469 3.80035966l-.00489531.19964034v20c0 2.1421954 1.68396847 3.8910789 3.80035966 3.9951047l.19964034.0048953h16c2.1421954 0 3.8910789-1.6839685 3.9951047-3.8003597l.0048953-.1996403v-13.8818528c0-.8238947-.2543504-1.6255887-.7251774-2.29685957l-.1477046-.19736034-4.8798939-6.11814718c-.7115434-.89209465-1.767598-1.43495138-2.8997521-1.49932373zm-3.120106 9c3.3137085 0 6 2.6862915 6 6s-2.6862915 6-6 6-6-2.6862915-6-6 2.6862915-6 6-6zm3.3535888 3.818907-5.5346818 5.5346818c.6273275.4088337 1.3764656.6464112 2.181093.6464112 2.209139 0 4-1.790861 4-4 0-.8046274-.2375775-1.5537655-.6464112-2.181093zm-3.3535888-1.818907c-2.209139 0-4 1.790861-4 4 0 .6780081.1686885 1.3166169.4663854 1.8761461l5.4097607-5.4097607c-.5595292-.2976969-1.198138-.4663854-1.8761461-.4663854z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"disabledfile sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22.0092457 0 7.9907543 10.0183757v21.9816243h-28v-32zm-6.0092457 11c-3.3137085 0-6 2.6862915-6 6s2.6862915 6 6 6 6-2.6862915 6-6-2.6862915-6-6-6zm3.3535888 3.818907c.4088337.6273275.6464112 1.3764656.6464112 2.181093 0 2.209139-1.790861 4-4 4-.8046274 0-1.5537655-.2375775-2.181093-.6464112zm-3.3535888-1.818907c.6780081 0 1.3166169.1686885 1.8761461.4663854l-5.4097607 5.4097607c-.2976969-.5595292-.4663854-1.198138-.4663854-1.8761461 0-2.209139 1.790861-4 4-4z\" fill=\"currentColor\"/></g></svg></li><li title=\"disabledfile so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22.0092457 0 7.9907543 10.0183757v21.9816243h-28v-32zm-.9632457 2h-17.046v28h24v-19.282zm-5.046 9c3.3137085 0 6 2.6862915 6 6s-2.6862915 6-6 6-6-2.6862915-6-6 2.6862915-6 6-6zm3.3535888 3.818907-5.5346818 5.5346818c.6273275.4088337 1.3764656.6464112 2.181093.6464112 2.209139 0 4-1.790861 4-4 0-.8046274-.2375775-1.5537655-.6464112-2.181093zm-3.3535888-1.818907c-2.209139 0-4 1.790861-4 4 0 .6780081.1686885 1.3166169.4663854 1.8761461l5.4097607-5.4097607c-.5595292-.2976969-1.198138-.4663854-1.8761461-.4663854z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"diskfile f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m25 0c2.209139 0 4 1.790861 4 4v24c0 2.209139-1.790861 4-4 4h-18c-2.209139 0-4-1.790861-4-4v-24c0-2.209139 1.790861-4 4-4zm0 26h-18c-1.1045695 0-2 .8954305-2 2s.8954305 2 2 2h18c1.1045695 0 2-.8954305 2-2s-.8954305-2-2-2zm-3-20h-12c-.55228475 0-1 .44771525-1 1s.44771525 1 1 1h12c.5522847 0 1-.44771525 1-1s-.4477153-1-1-1z\" fill=\"currentColor\"/></g></svg></li><li title=\"diskfile o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m25 0c2.209139 0 4 1.790861 4 4v24c0 2.1421954-1.6839685 3.8910789-3.8003597 3.9951047l-.1996403.0048953h-18c-2.209139 0-4-1.790861-4-4v-24c0-2.209139 1.790861-4 4-4zm0 26h-18c-1.1045695 0-2 .8954305-2 2 0 1.0543618.81587779 1.9181651 1.85073766 1.9945143l.14926234.0054857h18c.1026797 0 .2035521-.0077378.302066-.022662.0214436-.0032434.0432245-.0069106.0648829-.0109269l-.0648829.0109269c.0508636-.0077055.1010984-.0173267.1506287-.0287878l-.0857458.0178609c.0401023-.0074363.0797844-.0160691.1190081-.02586l-.0332623.0079991c.0505328-.011693.1003323-.0253012.1493177-.0407439l-.1160554.0327448c.0450003-.0112328.0893971-.0239899.1331324-.0382133l-.017077.0054685c.044331-.0139753.0879952-.0294531.1309332-.0463737l-.1138562.0409052c.0533214-.0173409.1056595-.0368612.1569093-.0584559l-.0430531.0175507c.0481283-.0189659.0953439-.0397444.1415629-.0622514l-.0985098.0447007c.0417535-.0175933.0827847-.0365635.1230366-.0568536l-.0245268.0121529c.0415718-.020244.0823372-.0418864.1222351-.064866l-.0977083.0527131c.0481292-.0242609.0951443-.0504089.140948-.0783469l-.0432397.0256338c.0406655-.0234216.0804296-.0482324.1192278-.0743675l-.0759881.0487337c.0427819-.0260948.0845069-.0537511.125096-.0828898l-.0491079.0341561c.0396421-.0267037.0782757-.0547899.1158316-.0841896l-.0667237.0500335c.0386901-.0277754.076348-.0568977.1129052-.0872982l-.0461815.0372647c.0380719-.0298035.0750362-.0609569.1108211-.0933881l-.0646396.0561234c.0360692-.0299948.0710668-.0612339.104927-.0936516l-.0402874.0375282c.0412985-.0374279.081026-.0765578.1190718-.1172788l-.0787844.0797506c.0332827-.0318648.0654664-.0648682.0964886-.0989478l-.0177042.0191972c.0274696-.029401.0540624-.0596315.079737-.0906498l-.0620328.0714526c.0351419-.0386053.0687932-.0785914.100863-.1198675l-.0388302.0484149c.0316122-.0381918.0618323-.0775779.0905824-.1180806l-.0517522.0696657c.0285928-.0368009.0559284-.0746271.0819424-.1134142l-.0301902.0437485c.0256857-.0361854.050198-.0732621.0734817-.1111745l-.0432915.067426c.0271754-.0405188.0529085-.0820862.0771258-.1246288l-.0338343.0572028c.0751711-.1224002.1375351-.2535118.1852257-.3914687.0498938-.1442157.0838075-.2964201.0994306-.4540034.0016557-.0166914.0031134-.0335424.004361-.0504519l.0054857-.1492623c0-1.0543618-.8158778-1.9181651-1.8507377-1.9945143zm0-24h-18c-1.0543618 0-1.91816512.81587779-1.99451426 1.85073766l-.00548574.14926234-.00012044 20.5351985c.58837395-.3403833 1.27149644-.5351985 2.00012044-.5351985h18c.7290322 0 1.4125119.1950335 2.0011092.5357707l-.0011092-20.5357707c0-1.0543618-.8158778-1.91816512-1.8507377-1.99451426zm-4 3c1.6568542 0 3 1.34314575 3 3s-1.3431458 3-3 3h-10c-1.65685425 0-3-1.34314575-3-3s1.34314575-3 3-3zm0 2h-10c-.5522847 0-1 .44771525-1 1 0 .51283584.3860402.93550716.8833789.99327227l.1166211.00672773h10c.5522847 0 1-.44771525 1-1 0-.51283584-.3860402-.93550716-.8833789-.99327227z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"diskfile sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m29 0v32h-26v-32zm-2 26h-22v4h22zm-4-20h-14v2h14z\" fill=\"currentColor\"/></g></svg></li><li title=\"diskfile so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m29 0v32h-26v-32zm-2 26h-22v4h22zm0-24h-22v22h22zm-3 3v6h-16v-6zm-2 2h-12v2h12z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"dislike f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m4.51549848 11h.45794003c1.80491838 0 3.38624365-1.20874862 3.85984333-2.95042415l2.18885576-8.04957585h2.4644223c2.7868092 0 5.0459644 2.25915522 5.0459644 5.04596441 0 .15157581-.0068297.30307464-.0204685.45403559l-.4575151 5.064008c-.0198778.2200178.1423677.4144916.3623855.4343694.0119669.0010812.0239764.0016226.035992.0016226h6.054657c3.2603999 0 5.9034763 2.6430763 5.9034763 5.9034763 0 .1868834-.0088741.3736615-.0265924.5597032l-.5223725 5.4849114c-.4887959 5.1323568-4.7993745 9.0519091-9.9549547 9.0519091h-12.9071319c-3.3137085 0-6-2.6862915-6-6v-11.4845015c0-1.9415562 1.57394228-3.5154985 3.51549848-3.5154985z\" fill=\"currentColor\" transform=\"matrix(-1 0 0 -1 32 32)\"/></g></svg></li><li title=\"dislike o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m13.4865599 0c2.7868092 0 5.0459644 2.25915522 5.0459644 5.04596441 0 .15157581-.0068297.30307464-.0204685.45403559l-.4575151 5.064008c-.0198778.2200178.1423677.4144916.3623855.4343694l.035992.0016226h6.054657c3.2603999 0 5.9034763 2.6430763 5.9034763 5.9034763 0 .1868834-.0088741.3736615-.0265924.5597032l-.5223725 5.4849114c-.4887959 5.1323568-4.7993745 9.0519091-9.9549547 9.0519091h-12.9071319c-3.3137085 0-6-2.6862915-6-6v-11.4845015c0-1.9415562 1.57394228-3.5154985 3.51549848-3.5154985h.45794003c1.80491838 0 3.38624365-1.20874862 3.85984333-2.95042415l2.18885576-8.04957585zm-2.7233564 8.57436377c-.6888723 2.53334623-2.94015637 4.31501593-5.5446006 4.42066963l-.24516439.0049666h-.45794003c-.79048744 0-1.43961916.6052158-1.50930513 1.3775572l-.00619335.1379413v11.4845015c0 2.1421954 1.68396847 3.8910789 3.80035966 3.9951047l.19964034.0048953h12.9071319c4.0385378 0 7.4289477-3.0063511 7.9355644-6.9861923l.0283993-.255335.5223726-5.4849114c.0117156-.1230138.0175833-.2465146.0175833-.370085 0-2.0884608-1.6401247-3.7938498-3.7026039-3.8983971l-.2008724-.0050792-6.1447284-.0020292-.1258805-.0077062c-1.2651022-.1142975-2.2118551-1.1906916-2.1835837-2.4420661l.009271-.1641504.457515-5.06400799c.008233-.09112662.0123557-.18257793.0123557-.2740757 0-1.6221597-1.2680552-2.94814923-2.8669908-3.04079369l-.1789736-.00517072h-.9355599z\" fill=\"#000\" fill-rule=\"nonzero\" transform=\"matrix(-1 0 0 -1 31.411052 32)\"/></g></svg></li><li title=\"dislike sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m1 11h7.03099697l2.99114063-11h7.9868235l-.9938107 11h12.9848496l-4 21h-26z\" fill=\"currentColor\" transform=\"matrix(-1 0 0 -1 32 32)\"/></g></svg></li><li title=\"dislike so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m19.0089611 0-.9938107 11h12.9848496l-4 21h-26v-21h7.03099697l2.99114063-11zm-2.1889611 2h-4.269l-2.9912238 11h-6.5597762v17h22.345l3.238-17h-12.7566883z\" fill=\"#000\" fill-rule=\"nonzero\" transform=\"matrix(-1 0 0 -1 32 32)\"/></g></svg></li><li title=\"door f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 0c6.0751322 0 11 4.92486775 11 11v19h4c.5522847 0 1 .4477153 1 1s-.4477153 1-1 1h-30c-.55228475 0-1-.4477153-1-1s.44771525-1 1-1h4v-19c0-6.07513225 4.92486775-11 11-11zm5 13c-.5522847 0-1 .4477153-1 1v6c0 .5522847.4477153 1 1 1s1-.4477153 1-1v-6c0-.5522847-.4477153-1-1-1z\" fill=\"currentColor\"/></g></svg></li><li title=\"door o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m1 32c-.55228475 0-1-.4477153-1-1s.44771525-1 1-1h4v-19c0-6.07513225 4.92486775-11 11-11 6.0751322 0 11 4.92486775 11 11v19h4c.5522847 0 1 .4477153 1 1s-.4477153 1-1 1zm15-30c-4.9705627 0-9 4.02943725-9 9v19h18v-19c0-4.97056275-4.0294373-9-9-9zm5 11c.5522847 0 1 .4477153 1 1v6c0 .5522847-.4477153 1-1 1s-1-.4477153-1-1v-6c0-.5522847.4477153-1 1-1z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"door sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m27 0v30h5v2h-32v-2h5v-30zm-5 13h-2v8h2z\" fill=\"currentColor\"/></g></svg></li><li title=\"door so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m0 32v-2h5v-30h22v30h5v2zm25-30h-18v28h18zm-3 11v8h-2v-8z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"download f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m24 2c3.3137085 0 6 2.6862915 6 6v16c0 3.3137085-2.6862915 6-6 6h-16c-3.3137085 0-6-2.6862915-6-6v-16c0-3.3137085 2.6862915-6 6-6zm-8.232233 5.97487373c-.5522848 0-1 .44771525-1 1l.0006795 10.24226317-3.2433202-3.2422632c-.3905243-.3905243-1.0236893-.3905243-1.4142136 0-.39052429.3905243-.39052429 1.0236893 0 1.4142136l4.9497475 4.9497475c.3905243.3905243 1.0236892.3905243 1.4142135 0l4.9497475-4.9497475c.3905243-.3905243.3905243-1.0236893 0-1.4142136s-1.0236893-.3905243-1.4142136 0l-3.2422631 3.2436774-.0003775-10.24367737c0-.55228475-.4477153-1-1-1z\" fill=\"currentColor\"/></g></svg></li><li title=\"download o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m10.0209247 2c.5522847 0 1 .44771525 1 1 0 .51283584-.3860402.93550716-.8833789.99327227l-.1166211.00672773h-3.0209247c-1.59768088 0-2.90366088 1.24891996-2.99490731 2.82372721l-.00509269.17627279v18c0 1.5976809 1.24891996 2.9036609 2.82372721 2.9949073l.17627279.0050927h18c1.5976809 0 2.9036609-1.24892 2.9949073-2.8237272l.0050927-.1762728v-18c0-1.59768088-1.24892-2.90366088-2.8237272-2.99490731l-.1762728-.00509269h-2.993963c-.5522848 0-1-.44771525-1-1 0-.51283584.3860402-.93550716.8833788-.99327227l.1166212-.00672773h2.993963c2.6887547 0 4.8818181 2.12230671 4.9953805 4.78311038l.0046195.21688962v18c0 2.6887547-2.1223067 4.8818181-4.7831104 4.9953805l-.2168896.0046195h-18c-2.6887547 0-4.88181811-2.1223067-4.99538049-4.7831104l-.00461951-.2168896v-18c0-2.6887547 2.12230671-4.88181811 4.78311038-4.99538049l.21688962-.00461951zm5.9469974-.02512627c.5522847 0 1 .44771525 1 1l.000755 15.24188567 3.2418856-3.2418857c.3905243-.3905243 1.0236893-.3905243 1.4142136 0s.3905243 1.0236893 0 1.4142136l-4.9497475 4.9497475c-.3905242.3905243-1.0236892.3905243-1.4142135 0l-4.9497475-4.9497475c-.39052428-.3905243-.39052428-1.0236893 0-1.4142136.3905243-.3905243 1.0236893-.3905243 1.4142136 0l3.2436977 3.2432999-.001057-15.24329987c0-.55228475.4477152-1 1-1z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"download sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m30 2v28h-28v-28zm-13.232233 5.97487373h-2l.0008305 11.24211217-3.950578-3.9492189-1.41421358 1.4142135 6.36396108 6.363961 6.363961-6.363961-1.4142136-1.4142135-3.9492189 3.9492189z\" fill=\"currentColor\"/></g></svg></li><li title=\"download so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m10.0175618 2v2h-6.0175618v24h24v-24h-5.9703982v-2h7.9703982v28h-28v-28zm6.7502052-.02512627.0001989 16.24244177 3.9495485-3.9495485 1.4142136 1.4142135-6.363961 6.363961-6.36396108-6.363961 1.41421358-1.4142135 3.9502484 3.9495485-.0005009-16.24244177z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"downloadfile f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m19.120106 0c1.8257724 0 3.5522076.83131873 4.6906771 2.25867017l4.8798939 6.11814718c.847677 1.06277155 1.309323 2.38190365 1.309323 3.74132985v13.8818528c0 3.3137085-2.6862915 6-6 6h-16c-3.3137085 0-6-2.6862915-6-6v-20c0-3.3137085 2.6862915-6 6-6zm-3.120106 9c-.5522847 0-1 .44771525-1 1l-.000767 9.085-2.5598932-2.5598737c-.3905243-.3905243-1.0236892-.3905243-1.4142135 0s-.3905243 1.0236892 0 1.4142135l4.2426407 4.2426407c.1802419.180242.4121707.2772954.6480753.2911601h.1683154c.2359046-.0138647.4678334-.1109181.6480753-.2911601l4.2426407-4.2426407c.3905243-.3905243.3905243-1.0236892 0-1.4142135s-1.0236892-.3905243-1.4142135 0l-2.5614272 2.5598737.000767-9.085c0-.55228475-.4477153-1-1-1z\" fill=\"currentColor\"/></g></svg></li><li title=\"downloadfile o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m19.120106 0c1.8257724 0 3.5522076.83131873 4.6906771 2.25867017l4.8798939 6.11814718c.847677 1.06277155 1.309323 2.38190365 1.309323 3.74132985v13.8818528c0 3.3137085-2.6862915 6-6 6h-16c-3.3137085 0-6-2.6862915-6-6v-20c0-3.3137085 2.6862915-6 6-6zm0 2h-11.120106c-2.14219539 0-3.89107888 1.68396847-3.99510469 3.80035966l-.00489531.19964034v20c0 2.1421954 1.68396847 3.8910789 3.80035966 3.9951047l.19964034.0048953h16c2.1421954 0 3.8910789-1.6839685 3.9951047-3.8003597l.0048953-.1996403v-13.8818528c0-.8238947-.2543504-1.6255887-.7251774-2.29685957l-.1477046-.19736034-4.8798939-6.11814718c-.7115434-.89209465-1.767598-1.43495138-2.8997521-1.49932373zm-3.120106 7c.5522847 0 1 .44771525 1 1l-.000767 9.085 2.5614272-2.5598737c.3905243-.3905243 1.0236892-.3905243 1.4142135 0s.3905243 1.0236892 0 1.4142135l-4.2426407 4.2426407c-.1802419.180242-.4121707.2772954-.6480753.2911601h-.1683154c-.2359046-.0138647-.4678334-.1109181-.6480753-.2911601l-4.2426407-4.2426407c-.3905243-.3905243-.3905243-1.0236892 0-1.4142135s1.0236892-.3905243 1.4142135 0l2.5598932 2.5598737.000767-9.085c0-.55228475.4477153-1 1-1z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"downloadfile sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22.0092457 0 7.9907543 10.0183757v21.9816243h-28v-32zm-5.0092457 9h-2l-.0009805 10.084-3.2667865-3.2659805-1.4142135 1.4142135 5.6568542 5.6568543.0251458-.0250873.0251068.0250873 5.6568542-5.6568543-1.4142135-1.4142135-3.2687475 3.2669805z\" fill=\"currentColor\"/></g></svg></li><li title=\"downloadfile so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22.0092457 0 7.9907543 10.0183757v21.9816243h-28v-32zm-.9632457 2h-17.046v28h24v-19.282zm-4.046 7-.0009805 10.085 3.2687475-3.2669805 1.4142135 1.4142135-5.6568542 5.6568543-.0251068-.0250873-.0251458.0250873-5.6568542-5.6568543 1.4142135-1.4142135 3.2667865 3.2659805.0009805-10.084z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"downloadfile2 f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m19.120106 0c1.8257724 0 3.5522076.83131873 4.6906771 2.25867017l4.8798939 6.11814718c.847677 1.06277155 1.309323 2.38190365 1.309323 3.74132985v13.8818528c0 3.3137085-2.6862915 6-6 6h-16c-3.3137085 0-6-2.6862915-6-6v-20c0-3.3137085 2.6862915-6 6-6zm-3.120106 14c-.5522847 0-1 .4477153-1 1l-.000767 6.085-2.5598932-2.5598737c-.3905243-.3905243-1.0236892-.3905243-1.4142135 0s-.3905243 1.0236892 0 1.4142135l4.2426407 4.2426407c.1802419.180242.4121707.2772954.6480753.2911601h.1683154c.2359046-.0138647.4678334-.1109181.6480753-.2911601l4.2426407-4.2426407c.3905243-.3905243.3905243-1.0236892 0-1.4142135s-1.0236892-.3905243-1.4142135 0l-2.5614272 2.5598737.000767-6.085c0-.5522847-.4477153-1-1-1zm4-4h-8c-.5522847 0-1 .4477153-1 1s.4477153 1 1 1h8c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1z\" fill=\"currentColor\"/></g></svg></li><li title=\"downloadfile2 o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m19.120106 0c1.8257724 0 3.5522076.83131873 4.6906771 2.25867017l4.8798939 6.11814718c.847677 1.06277155 1.309323 2.38190365 1.309323 3.74132985v13.8818528c0 3.3137085-2.6862915 6-6 6h-16c-3.3137085 0-6-2.6862915-6-6v-20c0-3.3137085 2.6862915-6 6-6zm0 2h-11.120106c-2.14219539 0-3.89107888 1.68396847-3.99510469 3.80035966l-.00489531.19964034v20c0 2.1421954 1.68396847 3.8910789 3.80035966 3.9951047l.19964034.0048953h16c2.1421954 0 3.8910789-1.6839685 3.9951047-3.8003597l.0048953-.1996403v-13.8818528c0-.8238947-.2543504-1.6255887-.7251774-2.29685957l-.1477046-.19736034-4.8798939-6.11814718c-.7115434-.89209465-1.767598-1.43495138-2.8997521-1.49932373zm-3.120106 12c.5522847 0 1 .4477153 1 1l-.000767 6.085 2.5614272-2.5598737c.3905243-.3905243 1.0236892-.3905243 1.4142135 0s.3905243 1.0236892 0 1.4142135l-4.2426407 4.2426407c-.1802419.180242-.4121707.2772954-.6480753.2911601h-.1683154c-.2359046-.0138647-.4678334-.1109181-.6480753-.2911601l-4.2426407-4.2426407c-.3905243-.3905243-.3905243-1.0236892 0-1.4142135s1.0236892-.3905243 1.4142135 0l2.5598932 2.5598737.000767-6.085c0-.5522847.4477153-1 1-1zm4-4c.5522847 0 1 .4477153 1 1s-.4477153 1-1 1h-8c-.5522847 0-1-.4477153-1-1s.4477153-1 1-1z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"downloadfile2 sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22.0092457 0 7.9907543 10.0183757v21.9816243h-28v-32zm-5.0092457 14h-2l-.0009805 7.084-3.2667865-3.2659805-1.4142135 1.4142135 5.6568542 5.6568543.0251458-.0250873.0251068.0250873 5.6568542-5.6568543-1.4142135-1.4142135-3.2687475 3.2669805zm4-4h-10v2h10z\" fill=\"currentColor\"/></g></svg></li><li title=\"downloadfile2 so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22.0092457 0 7.9907543 10.0183757v21.9816243h-28v-32zm-.9632457 2h-17.046v28h24v-19.282zm-4.046 12-.0009805 7.085 3.2687475-3.2669805 1.4142135 1.4142135-5.6568542 5.6568543-.0251068-.0250873-.0251458.0250873-5.6568542-5.6568543 1.4142135-1.4142135 3.2667865 3.2659805.0009805-7.084zm4-4v2h-10v-2z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"drawer f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m24 0c3.3137085 0 6 2.6862915 6 6v20c0 3.3137085-2.6862915 6-6 6h-16c-3.3137085 0-6-2.6862915-6-6v-20c0-3.3137085 2.6862915-6 6-6zm-6 25h-4c-.5522847 0-1 .4477153-1 1s.4477153 1 1 1h4c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1zm8-5h-20c-.55228475 0-1 .4477153-1 1s.44771525 1 1 1h20c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1zm-8-5h-4c-.5522847 0-1 .4477153-1 1s.4477153 1 1 1h4c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1zm8-5h-20c-.55228475 0-1 .4477153-1 1s.44771525 1 1 1h20c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1zm-8-5h-4c-.5522847 0-1 .44771525-1 1s.4477153 1 1 1h4c.5522847 0 1-.44771525 1-1s-.4477153-1-1-1z\" fill=\"currentColor\"/></g></svg></li><li title=\"drawer o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m23 0c3.8659932 0 7 3.13400675 7 7v18c0 3.8659932-3.1340068 7-7 7h-14c-3.86599325 0-7-3.1340068-7-7v-18c0-3.86599325 3.13400675-7 7-7zm5 22h-24v3c0 2.6887547 2.12230671 4.8818181 4.78311038 4.9953805l.21688962.0046195h14c2.7614237 0 5-2.2385763 5-5zm-10 3c.5522847 0 1 .4477153 1 1s-.4477153 1-1 1h-4c-.5522847 0-1-.4477153-1-1s.4477153-1 1-1zm10-13h-24v8h24zm-10 3c.5522847 0 1 .4477153 1 1s-.4477153 1-1 1h-4c-.5522847 0-1-.4477153-1-1s.4477153-1 1-1zm5-13h-14c-2.76142375 0-5 2.23857625-5 5v3h24v-3c0-2.6887547-2.1223067-4.88181811-4.7831104-4.99538049zm-5 3c.5522847 0 1 .44771525 1 1s-.4477153 1-1 1h-4c-.5522847 0-1-.44771525-1-1s.4477153-1 1-1z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"drawer sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m30 0v32h-28v-32zm-11 25h-6v2h6zm8-5h-22v2h22zm-8-5h-6v2h6zm8-5h-22v2h22zm-8-5h-6v2h6z\" fill=\"currentColor\"/></g></svg></li><li title=\"drawer so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m30 0v32h-28v-32zm-2 22h-24v8h24zm-9 3v2h-6v-2zm9-13h-24v8h24zm-9 3v2h-6v-2zm9-13h-24v8h24zm-9 3v2h-6v-2z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"dribbble f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm-.017663 8.01132247c-4.402174 0-7.97101453 3.56884053-7.97101453 7.97101453 0 4.4021739 3.56884053 7.9710144 7.97101453 7.9710144 4.4021739 0 7.9710144-3.5688405 7.9710144-7.9710144 0-4.402174-3.5688405-7.97101453-7.9710144-7.97101453zm1.0536231 9.15507243c.6934783 1.6666667 1.1695653 3.2826087 1.4304348 4.8478261-.765942.315942-1.6043478.4898628-2.4840579.4898628-1.4837102.0022823-2.9234696-.5035515-4.0797102-1.4333411 1.4811594-2.0036231 3.1862319-3.3028985 5.1333333-3.9043478zm1.4369566-.3130435c1.223913-.1601449 2.5333333-.0768115 3.9347826.2492754-.2920459 1.6744035-1.2262362 3.16864-2.6036232 4.1644928-.2775363-1.4391305-.7210145-2.910145-1.3311594-4.4137682zm-2.4586957-1.8768115c.1466306.2840439.2889177.5703091.4268116.8586956-2.1094203.6934783-3.9717391 2.0956522-5.5710145 4.1978261-1.00689839-1.2660179-1.50461001-2.8630365-1.39565215-4.4775362l.08550723.0007246c2.27246382.0326087 3.67391302-.0246377 5.28985512-.3202899.4014492-.0731884.789855-.1594202 1.1644927-.2594202zm4.968116-3.1804348c.9084449 1.0816095 1.4393918 2.4299653 1.5123188 3.8405797-1.6391304-.3536232-3.1811594-.4050725-4.6202899-.157971-.1492753-.3202899-.3057971-.642029-.4688405-.9652174 1.4927536-.6036232 2.7021739-1.4913044 3.5768116-2.7173913zm-7.9333334-1.6398551c.806958 1.1307988 1.5578634 2.3005668 2.25 3.5050725-.2297101.0543478-.4666666.1036232-.7101449.1485507-1.4615942.2673913-2.7623189.3253623-4.85507247.2992754.51718467-1.7161643 1.71537907-3.1451435 3.31521737-3.9528986zm2.9333334-.69566041c1.4219625-.0022555 2.8053486.46235248 3.9376811 1.32247201-.734058 1.107971-1.8123188 1.9057971-3.2014493 2.4434783-.693913-1.2322621-1.4484614-2.4293822-2.2608695-3.58695656.4884058-.11666668.9992753-.17899375 1.5246377-.17899375z\" fill=\"currentColor\"/></g></svg></li><li title=\"dribbble o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m15.9646594.10014698c-2.1131827-.00091775-4.2048748.42422292-6.14997115 1.25014235-.07518679.01252033-.14487072.04736229-.19999906.09999953-7.47402684 3.29012101-11.24965875 11.69919374-8.74233392 19.47089214 2.50732484 7.7716983 10.48547343 12.3887369 18.47310353 10.6905793 7.9876301-1.6981575 13.397515-9.1614709 12.5263853-17.2810217-.8711297-8.11955092-7.7411114-14.26538299-15.9071847-14.23059162zm13.9999344 16.00007322v.3499983c-3.3470018-.8176918-6.8375621-.851913-10.1999522-.0999995-.3999981-.9499955-.8999958-1.9499909-1.3999934-2.9499861-.0499998-.0999996-.0999995-.1499994-.1499993-.2499989 5.1499759-1.9999906 7.2999658-4.6499782 8.1999616-6.29997045 2.3017611 2.52883822 3.5688805 5.83048735 3.5499833 9.24995665zm-5.0999761-10.79994937c-.4499979 1.09999484-2.1499899 3.9499815-7.6499641 5.99997187-1.5995356-2.99862025-3.4212831-5.87330439-5.4499745-8.59995968 1.3594938-.42598297 2.7753187-.64509874 4.1999803-.64999697 3.2518325.02920775 6.3945158 1.17681685 8.8999583 3.24998478zm-14.99992967-1.79999156c2.05459847 2.65587283 3.87792157 5.48285992 5.44997447 8.44996033-4.2352206 1.3110082-8.67799234 1.8197225-13.09993862 1.499993.84604067-4.33392555 3.67899172-8.01861351 7.64996415-9.94995333zm-7.89996296 12.59994093v-.649997c.59999718.0499998 1.54999275.1499993 2.74998709.1499993 3.91718279-.0332626 7.80840594-.639687 11.54994584-1.7999915.1030548.1560532.1869891.3239218.2499989.5.4499979.8499937.849996 1.6999897 1.2499941 2.5499857-.8905627.2675155-1.7596886.6017947-2.5999878.9999953-5.69997329 2.5999878-8.39996063 6.2499707-9.3499562 7.899963-2.44947799-2.6191314-3.82385354-6.0639948-3.84998193-9.6499548zm5.39997468 10.9999484c.5-.9499955 2.84998665-4.7999775 8.64995945-7.4499651.827513-.3740191 1.6794687-.6914144 2.5499881-.9499955 1.3299601 3.3267034 2.2533069 6.8018452 2.7499871 10.3499515-1.6942901.7071327-3.5140961 1.0642909-5.349975 1.0499951-3.1179746-.0304069-6.13958566-1.0844573-8.59995965-2.999986zm15.84992575.9499956c-.5382756-3.3719173-1.4436521-6.6748651-2.6999874-9.8499538 3.0638356-.6021147 6.2231168-.5167287 9.2499567.2499988-.6942815 3.9958241-3.0825652 7.4962093-6.5499693 9.599955z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"edit f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m24 2c3.3137085 0 6 2.6862915 6 6v16c0 3.3137085-2.6862915 6-6 6h-16c-3.3137085 0-6-2.6862915-6-6v-16c0-3.3137085 2.6862915-6 6-6zm-.3436508 6.42893219c-.7810486-.78104859-2.0473786-.78104859-2.8284271 0l-8.6888868 8.68888671c-.2761731.2761732-.5104094.5913054-.6952518.9353643l-2.03239132 3.78302c-.09385337.1746953-.09532506.3844806-.00393188.5604754.15271557.2940827.51491707.4086833.8089997.2559678l3.5680876-1.8528891c.4541422-.2358337.8693897-.5399861 1.231234-.9018304l8.6405676-8.6405676c.7810486-.7810486.7810486-2.04737853 0-2.82842711z\" fill=\"currentColor\"/></g></svg></li><li title=\"edit o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m17.0058746 2c.5522848 0 1 .44771525 1 1 0 .51283584-.3860402.93550716-.8833788.99327227l-.1166212.00672773h-10.0058746c-1.59768088 0-2.90366088 1.24891996-2.99490731 2.82372721l-.00509269.17627279v18c0 1.5976809 1.24891996 2.9036609 2.82372721 2.9949073l.17627279.0050927h18c1.5976809 0 2.9036609-1.24892 2.9949073-2.8237272l.0050927-.1762728v-9.9962769c0-.5522847.4477153-1 1-1 .5128358 0 .9355072.3860402.9932723.8833789l.0067277.1166211v9.9962769c0 2.6887547-2.1223067 4.8818181-4.7831104 4.9953805l-.2168896.0046195h-18c-2.6887547 0-4.88181811-2.1223067-4.99538049-4.7831104l-.00461951-.2168896v-18c0-2.6887547 2.12230671-4.88181811 4.78311038-4.99538049l.21688962-.00461951zm11.6814522 1.99910108c1.1715728 1.17157287 1.1715728 3.07106781 0 4.24264069l-9.6830326 9.68303263c-.5243715.5243714-1.1588178.9255367-1.8573747 1.1744323l-3.6013076 1.2831446c-.5202485.1853643-1.0922608-.0861129-1.2776251-.6063614-.0795311-.2232142-.0772135-.4674177.0065399-.6890821l1.4674833-3.8838907c.2006363-.5310108.5119964-1.0132364.9133862-1.4146261l9.7892899-9.78928992c1.1715729-1.17157288 3.0710678-1.17157288 4.2426407 0zm-2.7412063 1.3365072-.0872209.07770636-9.7892899 9.78928996c-.1605559.1605559-.2923023.3469792-.3899415.5510651l-.0667516.1562479-.7037369 1.8639532 1.5664761-.5586506c.3492785-.1244478.6718442-.3123413.9517373-.553589l.1626875-.1510704 9.6830326-9.6830326c.3905243-.39052429.3905243-1.02368927 0-1.41421356-.3626297-.3626297-.9344751-.38853182-1.3269927-.07770636z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"edit sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m30 2v28h-28v-28zm-7.7578644 5.01471863-10.5195936 10.51959357-3.23100596 6.0140781 5.97826226-3.1044801 10.6007644-10.60076445z\" fill=\"currentColor\"/></g></svg></li><li title=\"edit so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m17.9996617 2v2h-13.9996617v24h24v-13.9780704h2v15.9780704h-28v-28zm8.3642993-.61 4.2426407 4.24264069-12.6007644 12.60076441-6.6967078 2.3860346 2.5352379-6.7098461zm.0005357 2.8287567-10.8003489 10.800349-.8563064 2.2662772 2.2033448-.7848885 10.8675241-10.86752413z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"electricbicycle f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m20.7552862 0c1.7061867 0 3.2162825 1.08080967 3.7750274 2.6773149l.0624346.1940198 2.98993 10.1622543c2.4868997.288633 4.4173218 2.4020849 4.4173218 4.966411 0 2.7614237-2.2385763 5-5 5-2.4185387 0-4.4360122-1.7171644-4.8997409-3.9988136h-12.20051819c-.46372867 2.2816492-2.48120217 3.9988136-4.89974091 3.9988136-2.76142375 0-5-2.2385763-5-5v-5c0-1.6568542 1.34314575-3 3-3h10c1.6568542 0 3 1.3431458 3 3v4l6.1000563-.000188c.3668085-1.8066767 1.7077701-3.2595815 3.4507353-3.7865651l-2.8767744-9.77757955c-.2346964-.79796764-.9359411-1.36156296-1.7537243-1.42889532l-.1650067-.00677203h-3.74733c-.5522848 0-1-.44771525-1-1 0-.51283584.3860402-.93550716.8833789-.99327227l.1166211-.00672773zm-6.7552862 7c.5522847 0 1 .44771525 1 1s-.4477153 1-1 1h-8c-.55228475 0-1-.44771525-1-1s.44771525-1 1-1z\" fill=\"currentColor\" transform=\"translate(0 3)\"/></g></svg></li><li title=\"electricbicycle o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m20.7552862 0c1.7061867 0 3.2162825 1.08080967 3.7750274 2.6773149l.0624346.1940198 2.98993 10.1622543c2.4868997.288633 4.4173218 2.4020849 4.4173218 4.966411 0 2.7614237-2.2385763 5-5 5-2.4185405 0-4.4360152-1.7171669-4.8997419-3.9988186l-12.20051719.000005c-.46372867 2.2816492-2.48120217 3.9988136-4.89974091 3.9988136-2.76142375 0-5-2.2385763-5-5 0-.146193.03137105-.2850589.08774858-.4102332-.05670518-.1856861-.08774858-.3841012-.08774858-.5897668v-3c0-2.209139 1.790861-4 4-4h8c2.209139 0 4 1.790861 4 4v3h9.3270535c.0955134 0 .1905341-.0136838.2821663-.0406345.491997-.144705.7885658-.6343223.7036514-1.1277512l-.0264522-.1137806-3.6124018-12.28216635c-.2346964-.79796764-.9359411-1.36156296-1.7537243-1.42889532l-.1650067-.00677203h-3.74733c-.5522848 0-1-.44771525-1-1 0-.51283584.3860402-.93550716.8833789-.99327227l.1166211-.00672773zm-12.92631043 19.0009007h-5.65795154c.41209062 1.1647219 1.52309355 1.9990993 2.82897577 1.9990993s2.41688515-.8343774 2.82897577-1.9990993zm20.40713263-3.7352124-.0309584-.1121873c.4675085 1.5895288-.4420687 3.257087-2.0315975 3.7245955-.2061725.060639-.4180631.0988902-.6320068.1142259l-.2144922.0076776-1.1560293.0009007c.4120906 1.1647219 1.5230936 1.9990993 2.8289758 1.9990993 1.6568542 0 3-1.3431458 3-3 0-1.2161684-.7236723-2.2633141-1.7638916-2.7343117zm-16.2361084-3.2656883h-8c-1.1045695 0-2 .8954305-2 2v3h12v-3c0-1.1045695-.8954305-2-2-2zm2-5c.5522847 0 1 .44771525 1 1s-.4477153 1-1 1h-8c-.55228475 0-1-.44771525-1-1s.44771525-1 1-1z\" fill=\"#000\" fill-rule=\"nonzero\" transform=\"translate(0 3)\"/></g></svg></li><li title=\"electricbicycle sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m23.7920147 0 3.0589853 13.003.149-.003c2.6887547 0 4.8818181 2.1223067 4.9953805 4.7831104l.0046195.2168896c0 2.7614237-2.2385763 5-5 5-2.4185387 0-4.4360122-1.7171644-4.8997409-3.9988136h-12.20051819c-.46372867 2.2816492-2.48120217 3.9988136-4.89974091 3.9988136-2.76142375 0-5-2.2385763-5-5v-8h16v7l6.1000563-.000188c.3199305-1.5757839 1.3809316-2.8824417 2.8033756-3.5403457l-2.6964319-11.4594663h-6.0652901v-2zm-8.7920147 7v2h-10v-2z\" fill=\"currentColor\" transform=\"translate(0 3)\"/></g></svg></li><li title=\"electricbicycle so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m23.7920147 0 3.0587186 13.0021939c.0496641-.0014614.0994237-.0021939.1492667-.0021939 2.7614237 0 5 2.2385763 5 5s-2.2385763 5-5 5c-2.4185405 0-4.4360152-1.7171669-4.8997419-3.9988186l-12.20051719.000005c-.46372867 2.2816492-2.48120217 3.9988136-4.89974091 3.9988136-2.41854049 0-4.43601517-1.7171669-4.89974192-3.9988186l-.10025808-.0011814v-9h16v7h9.737l-3.53-15h-6.0652901v-2zm-15.96303893 19.0009007h-5.65795154c.41209062 1.1647219 1.52309355 1.9990993 2.82897577 1.9990993s2.41688515-.8343774 2.82897577-1.9990993zm19.49697633-3.9833978.9366508 3.9824971-4.0915787.0009007c.4120906 1.1647219 1.5230936 1.9990993 2.8289758 1.9990993 1.6568542 0 3-1.3431458 3-3 0-1.5467165-1.1705123-2.8200453-2.6740479-2.9824971zm-13.3259521-3.0175029h-12v5h12zm1-5v2h-10v-2z\" fill=\"#000\" fill-rule=\"nonzero\" transform=\"translate(0 3)\"/></g></svg></li><li title=\"emptyfile f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m8 0h11.120106c1.8257724 0 3.5522076.83131873 4.6906771 2.25867017l4.8798939 6.11814718c.847677 1.06277155 1.309323 2.38190365 1.309323 3.74132985v13.8818528c0 3.3137085-2.6862915 6-6 6h-16c-3.3137085 0-6-2.6862915-6-6v-20c0-3.3137085 2.6862915-6 6-6z\" fill=\"currentColor\"/></g></svg></li><li title=\"emptyfile o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m19.120106 0c1.8257724 0 3.5522076.83131873 4.6906771 2.25867017l4.8798939 6.11814718c.847677 1.06277155 1.309323 2.38190365 1.309323 3.74132985v13.8818528c0 3.3137085-2.6862915 6-6 6h-16c-3.3137085 0-6-2.6862915-6-6v-20c0-3.3137085 2.6862915-6 6-6zm0 2h-11.120106c-2.14219539 0-3.89107888 1.68396847-3.99510469 3.80035966l-.00489531.19964034v20c0 2.1421954 1.68396847 3.8910789 3.80035966 3.9951047l.19964034.0048953h16c2.1421954 0 3.8910789-1.6839685 3.9951047-3.8003597l.0048953-.1996403v-13.8818528c0-.8238947-.2543504-1.6255887-.7251774-2.29685957l-.1477046-.19736034-4.8798939-6.11814718c-.7115434-.89209465-1.767598-1.43495138-2.8997521-1.49932373z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"emptyfile sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m2 0h20.0092457l7.9907543 10.0183757v21.9816243h-28z\" fill=\"currentColor\"/></g></svg></li><li title=\"emptyfile so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22.0092457 0 7.9907543 10.0183757v21.9816243h-28v-32zm-.9632457 2h-17.046v28h24v-19.282z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"enlarge o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m30 21.002121c.5128358 0 .9355072.3860402.9932723.8833788l.0067277.1166212v4.0617542c0 2.6544058-2.0951942 4.8194527-4.722006 4.9315643l-.2141188.0045605h-4.0605793c-.5522848 0-1-.4477153-1-1 0-.5128358.3860402-.9355072.8833789-.9932723l.1166211-.0067277h4.0605793c1.5636635 0 2.8418369-1.2223283 2.9311405-2.7636052l.0049843-.1725196v-4.0617542c0-.5522848.4477153-1 1-1zm-28 .0036773c.51283584 0 .93550716.3860402.99327227.8833789l.00672773.1166211v4.0594968c0 1.5629073 1.22173716 2.8404626 2.76226866 2.929723l.1724362.0049819h4.06641844c.5522847 0 1 .4477153 1 1 0 .5128358-.3860402.9355072-.8833789.9932723l-.1166211.0067277h-4.06641844c-2.65364218 0-4.81806632-2.0945914-4.93014567-4.7206476l-.00455919-.2140573v-4.0594968c0-.5522847.44771525-1 1-1zm24.0582526-20.0057983c2.6574293 0 4.8249424 2.09758074 4.9371817 4.72738467l.0045657.21436274v4.06279749c0 .5522847-.4477153 1-1 1-.5128358 0-.9355072-.3860402-.9932723-.8833789l-.0067277-.1166211v-4.06279749c0-1.56665787-1.224669-2.84727896-2.7688974-2.9367536l-.17285-.00499381h-4.0546015c-.5522847 0-1-.44771525-1-1 0-.51283584.3860402-.93550716.8833789-.99327227l.1166211-.00672773zm-16.0551568 0c.5522848 0 1 .44771525 1 1 0 .51283584-.3860401.93550716-.8833788.99327227l-.1166212.00672773h-4.06405649c-1.56521564 0-2.84465782 1.22354162-2.9340501 2.76634842l-.00498921.17269089v4.05951434c0 .55228475-.44771525 1.00000005-1 1.00000005-.51283584 0-.93550716-.3860402-.99327227-.8833789l-.00672773-.11662115v-4.05951434c0-2.65597304 2.09643125-4.82229831 4.72479403-4.93447612l.21424528-.00456319z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"enlarge so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m31 21.0058812v9.9941188h-9.9828809v-2h7.9828809v-7.9941188zm-28-.0033177v7.9974365h8.0039859v2h-10.0039859v-9.9974365zm28-20.0025635v10.0001984h-2v-8.0001984h-7.9997038v-2zm-19.9919045 0v2h-8.0080955v7.9984664h-2v-9.9984664z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"facebook f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 32c-8.8375 0-16-7.1625-16-16s7.1625-16 16-16 16 7.1625 16 16-7.1625 16-16 16zm4.43125-23.884375c-.553125-.078125-1.334375-.115625-2.340625-.115625-1.184375 0-2.13125.328125-2.84375.984375s-1.06875 1.58125-1.06875 2.771875v2.09375h-2.615625v2.84375h2.61875v7.2875h3.140625v-7.29375h2.60625l.4-2.840625h-3.00625v-1.815625c0-.4625.103125-.80625.309375-1.0375.20625-.228125.6-.34375 1.1875-.34375h1.6125z\" fill=\"currentColor\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"facebook o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><g fill=\"#000\" fill-rule=\"nonzero\"><path d=\"m32 16c0-8.83636363-7.1636364-16-16-16-8.83636362 0-16 7.16363638-16 16 0 8.8363636 7.16363638 16 16 16 8.8363636 0 16-7.1636364 16-16zm-30.54545453 0c0-8.03345453 6.512-14.54545453 14.54545453-14.54545453 8.0334545 0 14.5454545 6.512 14.5454545 14.54545453 0 8.0334545-6.512 14.5454545-14.5454545 14.5454545-8.03345453 0-14.54545453-6.512-14.54545453-14.5454545z\"/><path d=\"m16.6138182 25.2349091v-9.2349091h3.0472727l.4814545-3.0603636h-3.5287272v-1.5345455c0-.7985455.2618182-1.56072727 1.408-1.56072727h2.2909091v-3.05454547h-3.2523636c-2.7345455 0-3.4807273 1.80072728-3.4807273 4.29672724v1.8516364h-1.8763637v3.0618182h1.8763636v9.2349091z\"/></g></g></svg></li><li title=\"filepackage f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m20 2c2.209139 0 4 1.790861 4 4h2c3.3137085 0 6 2.6862915 6 6v12c0 3.3137085-2.6862915 6-6 6h-20c-3.3137085 0-6-2.6862915-6-6v-12c0-3.3137085 2.6862915-6 6-6h2c0-2.209139 1.790861-4 4-4zm7 10h-22c-.55228475 0-1 .4477153-1 1s.44771525 1 1 1h22c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1z\" fill=\"currentColor\"/></g></svg></li><li title=\"filepackage o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m20 2c2.209139 0 4 1.790861 4 4h2c3.3137085 0 6 2.6862915 6 6v12c0 3.3137085-2.6862915 6-6 6h-20c-3.3137085 0-6-2.6862915-6-6v-12c0-3.3137085 2.6862915-6 6-6h2c0-2.209139 1.790861-4 4-4zm10 12h-28v10c0 2.1421954 1.68396847 3.8910789 3.80035966 3.9951047l.19964034.0048953h20c2.1421954 0 3.8910789-1.6839685 3.9951047-3.8003597l.0048953-.1996403zm-4-6h-20c-2.14219539 0-3.89107888 1.68396847-3.99510469 3.8003597l-.00489531.1996403h28c0-2.14219539-1.6839685-3.89107888-3.8003597-3.99510469zm-6-4h-8c-1.0543618 0-1.9181651.81587779-1.9945143 1.85073766l-.0054857.14926234h12c0-1.0543618-.8158778-1.91816512-1.8507377-1.99451426z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"filepackage sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m24 2v4h8v24h-32v-24h8v-4zm4 10h-24v2h24z\" fill=\"currentColor\"/></g></svg></li><li title=\"filepackage so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m24 2v4h8v24h-32v-24h8v-4zm6 12h-28v14h28zm0-6h-28v4h28zm-8-4h-12v2h12z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"fill f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m28.000735 22.2 2.6132495 3.9198743c.9621719 1.4432578.5721747 3.3932439-.8710831 4.3554158-.5159208.3439472-1.1221068.5274855-1.7421664.5274855-1.73458 0-3.140735-1.4061549-3.140735-3.140735 0-.6200596.1835384-1.2262456.5274855-1.7421663zm-5.1872476-12.83119422c4.4910294 4.49102932 6.6764277 9.84225252 4.7238062 11.79487402-.1409463.1409463-.2996006.2603318-.4743613.3588458l-11.2859854 7.9273491c-1.9300694 1.4301953-4.5934806 1.2808401-6.35036118-.3267591l-.16200166-.1549809-6.05042559-6.0504256c-1.69862095-1.6986209-1.94278878-4.3550186-.61783908-6.3202401l.12881455-.1821643 8.04691746-11.14655466c.1023446-.18285504.2268435-.34880774.3741741-.49613834 1.9526215-1.95262145 7.1762326.10516473 11.6672619 4.59619408z\" fill=\"currentColor\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"fill o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m27.9996662 22.2 2.6132495 3.9198743c.9621719 1.4432578.5721747 3.3932439-.8710831 4.3554158-.5159208.3439472-1.1221068.5274855-1.7421664.5274855-1.73458 0-3.140735-1.4061549-3.140735-3.140735 0-.6200596.1835383-1.2262456.5274855-1.7421663zm-5.1861788-12.83119422c4.4910294 4.49102932 6.6764277 9.84225252 4.7238062 11.79487402-.1409463.1409463-.2996006.2603318-.4743613.3588458l-11.2859854 7.9273491c-1.9300694 1.4301953-4.5934806 1.2808401-6.35036118-.3267591l-.16200166-.1549809-6.05042559-6.0504256c-1.69862095-1.6986209-1.94278878-4.3550186-.61783908-6.3202401l.12881455-.1821643 8.04691746-11.14655466c.1023446-.18285504.2268435-.34880774.3741741-.49613834 1.9526215-1.95262145 7.1762326.10516473 11.6672619 4.59619408zm5.1861788 16.43696982-.9491489 1.4234991c-.099939.1499085-.1625907.3207994-.1836538.4984668l-.0079323.1342991c0 .6300106.5107245 1.140735 1.140735 1.140735.2252096 0 .4453803-.0666623.632766-.1915861.5242004-.349467.6658499-1.0577144.3163829-1.5819148zm-17.2809224-17.04429882-6.37941578 8.83460112c-.849536 1.1464612-.77020153 2.7241714.16738123 3.7784306l.12166278.1289871 6.05042557 6.0504256c1.0089809 1.0089808 2.5811919 1.1626559 3.7801168.3772826l9.0811485-6.3774237c-2.3428022-.7078688-5.2127092-2.5289724-7.7976433-5.1139065-2.5696096-2.5696096-4.3426417-5.3790464-5.0236758-7.67839682zm1.8852557-2.61104977-.1369925.18869214c-.1529673.38962924-.0896715 1.28391391.4217633 2.5821715.7494529 1.90245745 2.2660792 4.10258565 4.2678629 6.10436935 3.5792427 3.5792427 7.6081813 5.3335805 8.7754925 4.8475925l.2153702-.1531105.0232414-.0258727c.7112184-.951876-1.0366015-5.176388-4.7714635-8.91125-2.0017836-2.00178364-4.2019119-3.51840989-6.1043693-4.26786283-1.4389022-.56684024-2.3815629-.58318529-2.690905-.36472946z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"fill sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22.8134874 9.36880578c4.4910294 4.49102932 6.6764277 9.84225252 4.7238062 11.79487402-.1787611.1787611-.3860068.3228404-.6184694.4336437l-14.5761222 9.8281526-11.30760366-11.3076036 9.72126696-14.82064481c.1052268-.19413453.2349175-.36967331.3898602-.52461599 1.9526215-1.95262145 7.1762326.10516473 11.6672619 4.59619408zm5.1872476 12.83119422 2.6132495 3.9198743c.9621719 1.4432578.5721747 3.3932439-.8710831 4.3554158-.5159208.3439472-1.1221068.5274855-1.7421664.5274855-1.73458 0-3.140735-1.4061549-3.140735-3.140735 0-.6200596.1835384-1.2262456.5274855-1.7421663z\" fill=\"currentColor\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"fill so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22.8134874 9.36880578c4.4910294 4.49102932 6.6764277 9.84225252 4.7238062 11.79487402-.1787611.1787611-.3860068.3228404-.6184694.4336437l-14.5761222 9.8281526-11.30760366-11.3076036 9.72126696-14.82064481c.1052268-.19413453.2349175-.36967331.3898602-.52461599 1.9526215-1.95262145 7.1762326.10516473 11.6672619 4.59619408zm5.1872476 12.83119422 2.6132495 3.9198743c.9621719 1.4432578.5721747 3.3932439-.8710831 4.3554158-.5159208.3439472-1.1221068.5274855-1.7421664.5274855-1.73458 0-3.140735-1.4061549-3.140735-3.140735 0-.6200596.1835384-1.2262456.5274855-1.7421663zm0 3.6057756-.9491489 1.4234991c-.099939.1499085-.1625907.3207994-.1836538.4984668l-.0079323.1342991c0 .6300106.5107245 1.140735 1.140735 1.140735.2252096 0 .4453803-.0666623.632766-.1915861.5242005-.349467.6658499-1.0577144.316383-1.5819148zm-17.2311689-16.87817569-7.16348832 10.93236179 8.97601352 8.9760135 10.8625671-7.3115451c-2.3250236-.7279494-5.1522872-2.5346049-7.7022388-5.0845565-2.50805-2.50805-4.2572322-5.2445739-4.9728535-7.51227369zm1.790873-2.74077464c-.2550497.2550497-.2683428 1.21983152.3283312 2.73446538.7494529 1.90245745 2.2660792 4.10258565 4.2678629 6.10436935 3.8126715 3.8126716 8.1356078 5.5546453 8.9664468 4.7238062.8308391-.8308391-.9111346-5.1537753-4.7238062-8.9664469-2.0017836-2.00178364-4.2019119-3.51840989-6.1043693-4.26786283-1.5146339-.59667394-2.4794157-.58338091-2.7344654-.3283312z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"filter f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m4 0h24c2.209139 0 4 1.790861 4 4v3.2213516c0 1.13231688-.4799086 2.21158275-1.320667 2.9700462l-8.3259857 7.511024c-.2100147.1894581-.3299753.4589917-.3301666.7418353l-.0072925 10.783007c-.000747 1.1045693-.8967828 1.999394-2.0013521 1.998647-.2144786-.0001451-.4275377-.0347886-.6310133-.1026031l-8.0062199-2.6683197c-.8155406-.2718041-1.3661668-1.034349-1.3676312-1.8939896l-.01382652-8.1168035c-.00048175-.2828075-.12068896-.5521873-.33085226-.7414272l-8.34157806-7.5111093c-.84241713-.75854802-1.32341486-1.83891729-1.32341486-2.97252288v-3.21913582c0-2.209139 1.790861-4 4-4z\" fill=\"currentColor\"/></g></svg></li><li title=\"filter o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m28 0c2.209139 0 4 1.790861 4 4v3.2213516c0 1.13231688-.4799086 2.21158275-1.320667 2.9700462l-8.3259857 7.511024c-.2100147.1894581-.3299753.4589917-.3301666.7418353l-.0072925 10.783007c-.000747 1.1045693-.8967828 1.999394-2.0013521 1.9986474-.2144786 0-.4275377-.034789-.6310133-.1026035l-8.0062199-2.6683197c-.8155406-.2718041-1.3661668-1.034349-1.3676312-1.8939896l-.01382652-8.1168035c-.00048175-.2828075-.12068896-.5521873-.33085226-.7414272l-8.34157806-7.5111093c-.84241713-.75854802-1.32341486-1.83891729-1.32341486-2.97252288v-3.21913582c0-2.209139 1.790861-4 4-4zm0 2h-24c-1.0543618 0-1.91816512.81587779-1.99451426 1.85073766l-.00548574.14926234v3.21913582c0 .50382471.19002379.98661778.52807954 1.35406132l.13362789.1322001 8.34157807 7.51110936c.5779491.5204097.9291338 1.2428387.9847643 2.0131311l.0077925.2111507.0138265 8.1168034 8.0062199 2.6683197.0072925-10.783007c.000526-.7778199.3029705-1.5220875.8386685-2.0785235l.1518311-.1469823 8.3259857-7.51102398c.3736704-.33709488.6047829-.80092651.651528-1.29746971l.0088055-.18755341v-3.2213516c0-1.0543618-.8158778-1.91816512-1.8507377-1.99451426z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"filter sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m0 0h32v9l-9.9765188 9-.0094681 14-12.0018901-4-.01703448-10-9.99508852-9z\" fill=\"currentColor\"/></g></svg></li><li title=\"filter so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m32 0v9l-9.9765188 9-.0094681 14-12.0018901-4-.01703448-10-9.99508852-9v-9zm-2 2h-28v6.109l9.9935723 8.9992026.0164277 9.4487974 8.006 2.668.0080825-12.1148667 9.9759175-9.0011333z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"fire f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 32c7.7319865 0 14.8255005-6.9143856 14-16-.8255005-9.08561437-14.0784149-17.66352105-16.4919671-15.38866429-1.8004574 1.69699362 3.657102 10.28002239 0 11.89290749-2.1967564.9688315-3.3075377-2.83688851-3.96976845-6.02777819-.54960483-2.64821363-6.89928225 2.87500165-7.53826445 9.52353499-.84340524 8.7755306 6.2680135 16 14 16z\" fill=\"currentColor\"/></g></svg></li><li title=\"fire o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m13.5080329.61133571c2.4135522-2.27485676 15.6664666 6.30304992 16.4919671 15.38866429.8255005 9.0856144-6.2680135 16-14 16s-14.84340524-7.2244694-14-16c.6389822-6.64853334 6.98865962-12.17174862 7.53826445-9.52353499l.13245842.61713478c.67599873 3.04013881 1.78077213 6.31763461 3.83731003 5.41064341 3.657102-1.6128851-1.8004574-10.19591387 0-11.89290749zm1.7161737 1.7020544-.0452066-.00939011.0589921.34810027c.0610854.32234587.1476489.67949335.310865 1.28473168l.5343476 1.9378484.040642.1510313c.4771048 1.78290341.7037028 3.03053547.6737164 4.21000885-.0474679 1.8670792-.8205389 3.365497-2.4824769 4.0984585-2.2077753.9736912-4.0151896-.1805981-5.14424317-2.3659023-.43068318-.8335953-.78474646-1.820445-1.10365033-3.00678804l-.1311927-.50648866-.02336468.02163694c-.15265416.13590236-.31260413.28910346-.47596257.45788805l-.16435062.17391556c-1.7238548 1.86769305-3.03703728 4.53933655-3.28149552 7.08289525-.70445502 7.3297703 5.18496446 13.8086642 12.00917339 13.8086642 6.9238958 0 12.6942342-6.2684558 12.0082044-13.8190295-.3163622-3.481942-3.0149821-7.43692774-6.9134996-10.57811006-1.6725516-1.34763779-3.4117909-2.40247915-4.8386973-2.96280341-.3897076-.15303221-.7385776-.26168017-1.0318009-.32666692z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"fire sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 32c7.7319865 0 14.8255005-6.9143856 14-16-1.2806094-12.20522554-16.3045143-15.60416033-16.4919671-15.38866429-.1777744.24458417 3.657102 10.28002239 0 11.89290749-2.1967564.9688315-3.3075377-2.83688851-3.96976845-6.02777819-.1196633-.25216727-6.77698105 3.64346889-7.41596325 10.29200229-.84340524 8.7755306 6.1457123 15.2315327 13.8776988 15.2315327z\" fill=\"currentColor\"/></g></svg></li><li title=\"fire so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m13.5080329.61133571c.1874528-.21549604 15.2113577 3.18343875 16.4919671 15.38866429.8255005 9.0856144-6.2680135 16-14 16s-14.72110404-6.4560021-13.8776988-15.2315327c.6389822-6.6485334 7.29629995-10.54416956 7.41596325-10.29200229l.13245842.61713478c.67599873 3.04013881 1.78077213 6.31763461 3.83731003 5.41064341 3.657102-1.6128851-.1777744-11.64832332 0-11.89290749zm2.7929671 2.83066429.0737331.29697613c.2190241.92145273.392785 1.79280649.516735 2.63377287.5811224 3.9427544.0734866 6.7927633-2.5763819 7.96143-2.2077753.9736912-4.0151896-.1805981-5.14424317-2.3659023-.30833001-.5967784-.57739033-1.2721037-.82239374-2.04294193l-.07844929-.25233477-.22397256.19724636c-.10097487.09100684-.201791.18438634-.30208978.27994144l-.29898572.292995c-1.87496928 1.8902051-3.10045516 4.1092538-3.33182413 6.5166203-.69258428 7.2062566 4.92058296 13.0401969 11.88687219 13.0401969 6.9238958 0 12.6942342-6.2684558 12.0109188-13.7912995-.4870023-4.641519-3.2894994-8.21905759-7.6909366-10.84289229-1.2526861-.74676543-2.5716353-1.37274769-3.8633107-1.86675126z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"focus f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm0 24c-.5522847 0-1 .4477153-1 1v3c0 .5522847.4477153 1 1 1s1-.4477153 1-1v-3c0-.5522847-.4477153-1-1-1zm0-13c-2.7614237 0-5 2.2385763-5 5s2.2385763 5 5 5 5-2.2385763 5-5-2.2385763-5-5-5zm0 2c1.6568542 0 3 1.3431458 3 3s-1.3431458 3-3 3-3-1.3431458-3-3 1.3431458-3 3-3zm-9 2h-3c-.55228475 0-1 .4477153-1 1s.44771525 1 1 1h3c.55228475 0 1-.4477153 1-1s-.44771525-1-1-1zm21 0h-3c-.5522847 0-1 .4477153-1 1s.4477153 1 1 1h3c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1zm-12-12c-.5522847 0-1 .44771525-1 1v3c0 .55228475.4477153 1 1 1s1-.44771525 1-1v-3c0-.55228475-.4477153-1-1-1z\" fill=\"currentColor\" fill-rule=\"evenodd\"/></svg></li><li title=\"focus o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm1.0008661 2.0352252-.0008661 3.9647748c0 .55228475-.4477153 1-1 1s-1-.44771525-1-1l.0001337-3.96484538c-6.9350811.48937684-12.47560224 6.02989798-12.96497908 12.96497908l3.96484538-.0001337c.55228475 0 1 .4477153 1 1s-.44771525 1-1 1l-3.9647748.0008661c.48983875 6.9346138 6.03016066 12.474626 12.9649085 12.9639793l-.0001337-3.9648454c0-.5522847.4477153-1 1-1s1 .4477153 1 1l.0008661 3.9647748c6.9342805-.4898152 12.4740935-6.0296282 12.9639087-12.9639087l-3.9647748-.0008661c-.5522847 0-1-.4477153-1-1s.4477153-1 1-1l3.9648454.0001337c-.4893533-6.93474784-6.0293655-12.47506975-12.9639793-12.9649085zm-1.0008661 8.9647748c2.7614237 0 5 2.2385763 5 5s-2.2385763 5-5 5-5-2.2385763-5-5 2.2385763-5 5-5zm0 2c-1.6568542 0-3 1.3431458-3 3s1.3431458 3 3 3 3-1.3431458 3-3-1.3431458-3-3-3z\"/></svg></li><li title=\"focus sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm1 24h-2v5h2zm-1-13c-2.7614237 0-5 2.2385763-5 5s2.2385763 5 5 5 5-2.2385763 5-5-2.2385763-5-5-5zm0 2c1.6568542 0 3 1.3431458 3 3s-1.3431458 3-3 3-3-1.3431458-3-3 1.3431458-3 3-3zm-8 2h-5v2h5zm21 0h-5v2h5zm-12-12h-2v5h2z\" fill=\"currentColor\" fill-rule=\"evenodd\"/></svg></li><li title=\"focus so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm1.0008661 2.0352252-.0008661 4.9647748h-2l.0001337-4.96484538c-6.9350811.48937684-12.47560224 6.02989798-12.96497908 12.96497908l4.96484538-.0001337v2l-4.9647748.0008661c.48983875 6.9346138 6.03016066 12.474626 12.9649085 12.9639793l-.0001337-4.9648454h2l.0008661 4.9647748c6.9342805-.4898152 12.4740935-6.0296282 12.9639087-12.9639087l-4.9647748-.0008661v-2l4.9648454.0001337c-.4893533-6.93474784-6.0293655-12.47506975-12.9639793-12.9649085zm-1.0008661 8.9647748c2.7614237 0 5 2.2385763 5 5s-2.2385763 5-5 5-5-2.2385763-5-5 2.2385763-5 5-5zm0 2c-1.6568542 0-3 1.3431458-3 3s1.3431458 3 3 3 3-1.3431458 3-3-1.3431458-3-3-3z\"/></svg></li><li title=\"folder f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 2c2.6125579 0 4.8351204 1.66976896 5.6587023 4.00032181l4.3412977-.00032181c3.3137085 0 6 2.6862915 6 6v12c0 3.3137085-2.6862915 6-6 6h-20c-3.3137085 0-6-2.6862915-6-6v-16c0-3.3137085 2.6862915-6 6-6zm8 11h-16c-.55228475 0-1 .4477153-1 1s.44771525 1 1 1h16c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1z\" fill=\"currentColor\"/></g></svg></li><li title=\"folder o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m17 2c2.4188928 0 4.4366029 1.7176672 4.8999445 3.99981569l5.1000555.00018431c2.6887547 0 4.8818181 2.12230671 4.9953805 4.7831104l.0046195.2168896v12c0 3.7854517-3.0047834 6.8690987-6.7593502 6.995941l-.2406498.004059h-18c-3.78545172 0-6.86909868-3.0047834-6.99594098-6.7593502l-.00405902-.2406498v-16c0-2.6887547 2.12230671-4.88181811 4.78311038-4.99538049l.21688962-.00461951zm13 11h-28v10c0 2.6887547 2.12230671 4.8818181 4.78311038 4.9953805l.21688962.0046195h18c2.6887547 0 4.8818181-2.1223067 4.9953805-4.7831104l.0046195-.2168896zm-13-9h-12c-1.59768088 0-2.90366088 1.24891996-2.99490731 2.82372721l-.00509269.17627279v4h28c0-1.59768088-1.24892-2.90366088-2.8237272-2.99490731l-.1762728-.00509269-5.8651475.00152914c-.0441039.00594506-.0891197.00901501-.1348525.00901501-.5128358 0-.9355072-.38604019-.9932723-.88337887l-.0067277-.12716528c0-1.59768088-1.24892-2.90366088-2.8237272-2.99490731z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"folder sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22 2v4h10v24h-32v-28zm3 11h-18v2h18z\" fill=\"currentColor\"/></g></svg></li><li title=\"folder so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22 2v4h10v24h-32v-28zm8 11h-28v15h28zm-10-9h-18v7h28v-3h-9.9995197z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"game1 f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m14.5 0c4.418278 0 8 3.581722 8 8 0 4.0806722-3.0552673 7.4477484-7.0030603 7.9384873.002398.0191839.0030603.040271.0030603.0615127v10h10c1.6568542 0 3 1.3431458 3 3s-1.3431458 3-3 3h-22c-1.65685425 0-3-1.3431458-3-3s1.34314575-3 3-3h10v-10l.0030603-.0615127c-3.94779302-.4907389-7.0030603-3.8578151-7.0030603-7.9384873 0-4.418278 3.581722-8 8-8z\" fill=\"currentColor\" transform=\"translate(1.5)\"/></g></svg></li><li title=\"game1 o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m14.5 0c4.418278 0 8 3.581722 8 8 0 4.0806722-3.0552673 7.4477484-7.0030603 7.9384873.002398.0191839.0030603.040271.0030603.0615127v10h10c1.5976809 0 2.9036609 1.24892 2.9949073 2.8237272l.0050927.1762728c0 1.6568542-1.3431458 3-3 3h-22c-1.65685425 0-3-1.3431458-3-3s1.34314575-3 3-3h10v-10l.0030603-.0615127c-3.94779302-.4907389-7.0030603-3.8578151-7.0030603-7.9384873 0-4.418278 3.581722-8 8-8zm11 28h-22c-.55228475 0-1 .4477153-1 1s.44771525 1 1 1h22c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1zm-11-26c-3.3137085 0-6 2.6862915-6 6s2.6862915 6 6 6 6-2.6862915 6-6-2.6862915-6-6-6z\" fill=\"#000\" fill-rule=\"nonzero\" transform=\"translate(1.5)\"/></g></svg></li><li title=\"game1 sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m14.5 0c3.8659932 0 7 3.13400675 7 7 0 3.5261219-2.6071882 6.4433024-5.9989899 6.9289666l-.0010101 12.0710334h13v6h-28v-6h13l-.0000082-12.07089c-3.3922902-.4852332-5.9999918-3.4026409-5.9999918-6.92911 0-3.86599325 3.1340068-7 7-7z\" fill=\"currentColor\" transform=\"translate(1.5)\"/></g></svg></li><li title=\"game1 so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m14.5 0c3.8659932 0 7 3.13400675 7 7 0 3.5261219-2.6071882 6.4433024-5.9989899 6.9289666l-.0010101 12.0710334h13v6h-28v-6h13l-.0000082-12.07089c-3.3148132-.4741509-5.8804672-3.2706475-5.99593278-6.68846025l-.00405902-.24064975c0-3.86599325 3.1340068-7 7-7zm12 28h-24v2h24zm-12-26c-2.7614237 0-5 2.23857625-5 5s2.2385763 5 5 5 5-2.23857625 5-5-2.2385763-5-5-5z\" fill=\"#000\" fill-rule=\"nonzero\" transform=\"translate(1.5)\"/></g></svg></li><li title=\"game2 f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 3c.5522847 0 1 .44771525 1 1v6h6c4.9705627 0 9 4.0294373 9 9s-4.0294373 9-9 9h-14c-4.97056275 0-9-4.0294373-9-9s4.02943725-9 9-9h6v-6c0-.55228475.4477153-1 1-1zm-7 12c-.55228475 0-1 .4477153-1 1v2h-2c-.55228475 0-1 .4477153-1 1s.44771525 1 1 1h2v2c0 .5522847.44771525 1 1 1s1-.4477153 1-1v-2h2c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1h-2v-2c0-.5522847-.44771525-1-1-1zm16.5 5c-.8284271 0-1.5.6715729-1.5 1.5s.6715729 1.5 1.5 1.5 1.5-.6715729 1.5-1.5-.6715729-1.5-1.5-1.5zm-2-5c-.8284271 0-1.5.6715729-1.5 1.5s.6715729 1.5 1.5 1.5 1.5-.6715729 1.5-1.5-.6715729-1.5-1.5-1.5z\" fill=\"currentColor\"/></g></svg></li><li title=\"game2 o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 3c.5522847 0 1 .44771525 1 1v5h5c5.4292399 0 9.8479317 4.3266708 9.9961582 9.7200952l.0038418.2799048c0 5.4292399-4.3266708 9.8479317-9.7200952 9.9961582l-.2799048.0038418h-12c-5.5228475 0-10-4.4771525-10-10 0-5.4292399 4.32667079-9.84793172 9.72009516-9.9961582l.27990484-.0038418h5v-5c0-.55228475.4477153-1 1-1zm6 8h-12c-4.418278 0-8 3.581722-8 8 0 4.3349143 3.44783777 7.8645429 7.75082067 7.9961932l.24917933.0038068h12c4.418278 0 8-3.581722 8-8s-3.581722-8-8-8zm-12 4c.5522847 0 1 .4477153 1 1v2h2c.5522847 0 1 .4477153 1 1s-.4477153 1-1 1h-2v2c0 .5522847-.4477153 1-1 1-.55228475 0-1-.4477153-1-1v-2h-2c-.55228475 0-1-.4477153-1-1s.44771525-1 1-1h2v-2c0-.5522847.44771525-1 1-1zm14.5 5c.8284271 0 1.5.6715729 1.5 1.5s-.6715729 1.5-1.5 1.5-1.5-.6715729-1.5-1.5.6715729-1.5 1.5-1.5zm-2-5c.8284271 0 1.5.6715729 1.5 1.5s-.6715729 1.5-1.5 1.5-1.5-.6715729-1.5-1.5.6715729-1.5 1.5-1.5z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"game2 sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m17 3v7h15v18h-32v-18h15v-7zm-7 12h-2v3h-3v2h3v3h2v-3h3v-2h-3zm17 5h-3v3h3zm-2-5h-3v3h3z\" fill=\"currentColor\"/></g></svg></li><li title=\"game2 so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m17 3v6h15v20h-32v-20h15v-6zm13 8h-28v16h28zm-19 4v3h3v2h-3v3h-2v-3h-3v-2h3v-3zm15 5v3h-3v-3zm-2-5v3h-3v-3z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"game3 f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m26 6c3.3137085 0 6 2.6862915 6 6v8c0 3.3137085-2.6862915 6-6 6h-20c-3.3137085 0-6-2.6862915-6-6v-8c0-3.3137085 2.6862915-6 6-6zm-2 3h-16c-.55228475 0-1 .44771525-1 1v12c0 .5522847.44771525 1 1 1h16c.5522847 0 1-.4477153 1-1v-12c0-.55228475-.4477153-1-1-1zm-20 9h-1c-.55228475 0-1 .4477153-1 1s.44771525 1 1 1h1c.55228475 0 1-.4477153 1-1s-.44771525-1-1-1zm25 0h-1c-.5522847 0-1 .4477153-1 1s.4477153 1 1 1h1c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1zm-25-6h-1c-.55228475 0-1 .4477153-1 1s.44771525 1 1 1h1c.55228475 0 1-.4477153 1-1s-.44771525-1-1-1zm25 0h-1c-.5522847 0-1 .4477153-1 1s.4477153 1 1 1h1c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1z\" fill=\"currentColor\"/></g></svg></li><li title=\"game3 o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m7 26c-3.86599325 0-7-3.1340068-7-7v-6c0-3.86599325 3.13400675-7 7-7h18c3.8659932 0 7 3.13400675 7 7v6c0 3.8659932-3.1340068 7-7 7zm17-18h-16v16h16zm-18.00018797.10005628c-2.28214667.46334296-3.99981203 2.48105222-3.99981203 4.89994372v6c0 2.4188915 1.71766536 4.4366008 3.99981203 4.8999437zm20.00137437.00020281v15.79948181c2.2816492-.4637287 3.9988136-2.4812022 3.9988136-4.8997409v-6c0-2.4185387-1.7171644-4.43601224-3.9988136-4.89974091z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"game3 sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m32 6v20h-32v-20zm-7 3h-18v14h18zm-20 9h-3v2h3zm25 0h-3v2h3zm-25-6h-3v2h3zm25 0h-3v2h3z\" fill=\"currentColor\"/></g></svg></li><li title=\"game3 so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m0 26v-20h32v20zm6-18h-4v16h4zm18 0h-16v16h16zm6 0h-4v16h4z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"game4 f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m24 0c2.209139 0 4 1.790861 4 4v24c0 2.209139-1.790861 4-4 4h-16c-2.209139 0-4-1.790861-4-4v-24c0-2.209139 1.790861-4 4-4zm-13 21.5c-.5522847 0-1 .4477153-1 1v1.5h-1.5c-.55228475 0-1 .4477153-1 1s.44771525 1 1 1h1.5v1.5c0 .5522847.4477153 1 1 1s1-.4477153 1-1v-1.5h1.5c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1h-1.5v-1.5c0-.5522847-.4477153-1-1-1zm11.5 4c-.8284271 0-1.5.6715729-1.5 1.5s.6715729 1.5 1.5 1.5 1.5-.6715729 1.5-1.5-.6715729-1.5-1.5-1.5zm-1-4c-.8284271 0-1.5.6715729-1.5 1.5s.6715729 1.5 1.5 1.5 1.5-.6715729 1.5-1.5-.6715729-1.5-1.5-1.5zm.5-17.5h-12c-1.1045695 0-2 .8954305-2 2v11c0 1.1045695.8954305 2 2 2h12c1.1045695 0 2-.8954305 2-2v-11c0-1.1045695-.8954305-2-2-2z\" fill=\"currentColor\"/></g></svg></li><li title=\"game4 o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m23 0c2.7614237 0 5 2.23857625 5 5v22c0 2.7614237-2.2385763 5-5 5h-14c-2.76142375 0-5-2.2385763-5-5v-22c0-2.76142375 2.23857625-5 5-5zm0 2h-14c-1.65685425 0-3 1.34314575-3 3v22c0 1.6568542 1.34314575 3 3 3h14c1.6568542 0 3-1.3431458 3-3v-22c0-1.65685425-1.3431458-3-3-3zm-12 19.5c.5522847 0 1 .4477153 1 1v1.5h1.5c.5522847 0 1 .4477153 1 1s-.4477153 1-1 1h-1.5v1.5c0 .5522847-.4477153 1-1 1s-1-.4477153-1-1v-1.5h-1.5c-.55228475 0-1-.4477153-1-1s.44771525-1 1-1h1.5v-1.5c0-.5522847.4477153-1 1-1zm11.5 4c.8284271 0 1.5.6715729 1.5 1.5s-.6715729 1.5-1.5 1.5-1.5-.6715729-1.5-1.5.6715729-1.5 1.5-1.5zm-1-4c.8284271 0 1.5.6715729 1.5 1.5s-.6715729 1.5-1.5 1.5-1.5-.6715729-1.5-1.5.6715729-1.5 1.5-1.5zm-.5-17.5c1.6568542 0 3 1.34314575 3 3v10c0 1.6568542-1.3431458 3-3 3h-10c-1.65685425 0-3-1.3431458-3-3v-10c0-1.65685425 1.34314575-3 3-3zm0 2h-10c-.5522847 0-1 .44771525-1 1v10c0 .5522847.4477153 1 1 1h10c.5522847 0 1-.4477153 1-1v-10c0-.55228475-.4477153-1-1-1z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"game4 sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m28 0v32h-24v-32zm-16 21.5h-2v2.5h-2.5v2h2.5v2.5h2v-2.5h2.5v-2h-2.5zm12 4h-2.5v2.5h2.5zm-1.5-3.5h-2.5v2.5h2.5zm1.5-18h-16v15h16z\" fill=\"currentColor\"/></g></svg></li><li title=\"game4 so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m28 0v32h-24v-32zm-2 2h-20v28h20zm-14 19.5v2.5h2.5v2h-2.5v2.5h-2v-2.5h-2.5v-2h2.5v-2.5zm12 4v2.5h-2.5v-2.5zm-1.5-3.5v2.5h-2.5v-2.5zm1.5-18v16h-16v-16zm-2 2h-12v12h12z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"github f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm-.0080357 7.00602603c-4.9680804-.00200817-8.9919643 4.01986687-8.9919643 8.98392937 0 3.9254464 2.5171875 7.2622767 6.0227679 8.4877232.4720982.1185268.3997767-.2169643.3997767-.4459822v-1.5569196c-2.726116.3194196-2.8366071-1.4845982-3.0194196-1.7859375-.3696429-.6308036-1.24352679-.7915179-.98236607-1.0928572.62075897-.3194196 1.25357147.0803572 1.98683037 1.1631697.5303571.7854911 1.5649553.6529018 2.0892857.5223214.1145089-.4720982.3595982-.8939732.6970982-1.2214286-2.8245536-.50625-4.0017857-2.2299107-4.0017857-4.2790178 0-.9944197.3274554-1.9084822.9703125-2.6457589-.4098214-1.2154018.0381696-2.2560268.0984375-2.4107143 1.1671875-.1044643 2.3805804.8357143 2.475.9100446.6629464-.1787946 1.4203125-.2732143 2.2680804-.2732143.8517857 0 1.6111607.0984375 2.2801339.2792411.2270089-.1727679 1.3520089-.9803571 2.4368303-.8819196.058259.1546875.4962054 1.1712053.1104911 2.3705357.6508929.7392857.9823661 1.6613839.9823661 2.6578125 0 2.053125-1.1852679 3.7787946-4.0178572 4.2770089.4720983.4660714.7654018 1.1129464.7654018 1.828125v2.2600446c.0160715.1808036 0 .3595983.3013393.3595983 3.5578125-1.1993304 6.1191964-4.5602679 6.1191964-8.5198661 0-4.9660714-4.0258928-8.98593827-8.9899553-8.98593827z\" fill=\"currentColor\"/></g></svg></li><li title=\"github o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m7.12879292.51417785c1.11274139.23426134 2.47362429.82048782 4.11150568 1.85174647l.1402084.08827939.1615653-.03671938c2.9884399-.67919088 6.1124421-.67919088 8.961135-.00093066l.1674659.03987284.144082-.09420748c1.5716721-1.02763176 2.9182496-1.61310022 4.0524237-1.84775693.759192-.15707421 1.3120134-.14192842 1.7266168-.03827759.2666462.090124.4499633.27344118.5486711.56956426.6704248 1.74425402.8026962 3.4637821.4052819 5.18591101l-.0441449.19129423.1243184.15194469c1.1968139 1.46277248 1.8488866 3.31603184 1.8488866 5.2875725 0 6.3485866-2.8063027 9.1853925-7.7312723 10.4166349l-.419054.1047635.1365949.4097846c.2531851.7595554.3950384 1.6816016.3950384 2.5054211v5.2638242c0 .6102163-.3750007.9852169-.9852169.9852169-.6102163 0-.9852169-.3750006-.9852169-.9852169v-5.4023459c.1418506-1.1099017-.2422784-2.0702241-1.0868091-2.9147549-.3044473-.3044473-.3790379-.6525363-.227066-.8804941l.0552369-.1248658c.0757101-.3028408.3814371-.532136.8466076-.6871928 5.3120827-.5399498 8.0307236-2.8327794 8.0307236-8.6907748 0-1.6564285-.6131873-3.26604496-1.7632966-4.55991791-.2672232-.26819938-.3184945-.62709819-.1965338-.99298027.421569-1.12340343.4584237-2.30275287.1471054-3.54802595l-.0925045-.3700178-.3739989.07479979c-.9478211.18956418-2.1473179.75403325-3.7508016 1.86413736-.1857796.1766551-.4230883.19822862-.7539984.08792526-2.8475111-.81394761-5.9339607-.85464499-8.7911309-.12649584l-.4491585.12135959c-.3628223.12054277-.6384702.09757211-.9149267-.08673225-1.42751816-1.0714084-2.69253421-1.64970145-3.74499762-1.86019412l-.373999-.0747998-.09250445.37001782c-.31131829 1.24527311-.27446362 2.42462255.15204701 3.5619842.10109463.41385961.07644663.71100916-.06562638.86216475l-.13584907.11685726c-1.15010933 1.29387299-1.76329656 2.90348951-1.76329656 4.55991791 0 5.8579954 2.71864082 8.150825 8.11605497 8.7091782.3774067.0021233.658493.2576563.7612762.6687894.1010375.4041497.0114892.8220417-.1718291 1.0053599-.7436348.7436349-1.0868091 1.6587662-1.0868091 2.7762332v5.4023459c0 .6102163-.3750006.9852169-.9852169.9852169-.6102162 0-.9852169-.3750006-.9852169-.9852169v-2.8270529l-.46575959.0776266c-2.54724.42454-4.24481989-.2444101-5.77209467-1.8206127l-.17550688-.1858852c-.2604301-.2828668-.33970082-.3776481-.88018386-1.0382385l-.36159501-.4498172c-.20278887-.2491665-.28041984-.3335268-.4270144-.4801213-.31004981-.3100499-.60764766-.5050278-.94769786-.5900403-.50153879-.1007695-.86640495-.6978232-.69527541-1.1256471.10960673-.5162087.63701397-.8684616 1.05468442-.7739997l.08762892.0271823c1.09149998.3291047 1.69332587.8449555 2.89233084 2.2437946 1.52216405 2.0951415 2.69032089 2.7199695 5.36532835 2.2104443l.32515515-.0619343v-.4695228c0-.8356368.1444822-1.7386502.3869558-2.3448342l.1761248-.4403121-.4637039-.0993651c-4.85568756-1.0405045-7.71806969-4.1305761-7.71806969-10.2750493 0-1.9715406.65207273-3.82479999 1.84888659-5.28757249l.13251746-.16196578-.0574908-.20121779c-.52680966-1.84383388-.39831649-3.54636846.39413925-5.26335592.11499725-.33725524.29831442-.52057241.59443749-.61928009.38670854-.09546266.89997964-.11002355 1.64383232.04657702z\" fill=\"#000\" fill-rule=\"nonzero\" transform=\"translate(1)\"/></g></svg></li><li title=\"hairdryer f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m11.146391 1.18166525 1.1143877.19649662 15.1572486 4.30944492c1.479402.42061732 2.4010684 1.89191199 2.1339916 3.40657997l-1.3557725 7.68896774c-.2670768 1.5146679-1.6363724 2.5820042-3.1704151 2.4712699l-7.6798762-.5553145 2.3409567 7.7318957c.470442 1.5537966-.3804995 3.1999166-1.9202111 3.7145891l-2.9627642.9903499c-1.4659642.4900212-3.0642946-.2140076-3.692299-1.6263752l-5.43128447-12.2148346c-.0399264-.0897936-.06555553-.1823212-.07786833-.275031-3.11744498-1.6980798-4.95377656-5.25227-4.30296915-8.94318216.81517754-4.62310158 5.22377383-7.71003394 9.84687545-6.89485639zm-1.646391 5.31833475c-1.65685425 0-3 1.34314575-3 3 0 1.6568542 1.34314575 3 3 3 1.6568542 0 3-1.3431458 3-3 0-1.65685425-1.3431458-3-3-3zm0 2c.5522847 0 1 .44771525 1 1 0 .5522847-.4477153 1-1 1-.55228475 0-1-.4477153-1-1 0-.55228475.44771525-1 1-1z\" fill=\"currentColor\"/></g></svg></li><li title=\"hairdryer o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m1.29951555 8.07652164c.81517754-4.62310158 5.22377383-7.71003394 9.84687545-6.89485639l1.5166286.27223587 13.8867061 3.87225988c1.9828267.55290437 3.2222829 2.52040178 2.8648331 4.54760052l-1.0808523 6.12981818c-.3574499 2.0271987-2.1950815 3.4521225-4.2474336 3.293516l-6.6443127-.5169858 2.1524936 6.9894816c.6201494 2.0143651-.4295656 4.151056-2.3732745 4.9051028l-.1908656.0686055-1.3826806.4584182c-1.9611748.650214-4.0948396-.3002236-4.9232245-2.1930424l-5.28925694-12.0837513c-3.01627633-1.7330076-4.77457234-5.2248152-4.13563611-8.84840266zm6.74271021 9.81864646 4.51439914 10.311645c.4141924.9464094 1.4810248 1.4216282 2.4616122 1.0965212l1.3826806-.4584182c1.0325567-.342337 1.6021472-1.4471818 1.2820701-2.4868542l-2.3513261-7.6363804-2.4677015-.2965716-3.24791091-.2510328-1.42167735-.2506801c-.05090268-.0089755-.10161912-.0183866-.15214618-.0282289zm2.75686884-14.74388735c-3.53531297-.62337106-6.90659248 1.73722427-7.52996355 5.27253724-.58839342 3.33694491 1.48171077 6.52774801 4.68884815 7.39953271l5.211981.6237592 11.070414.8559315c.9748672.0753381 1.8528419-.5638919 2.0914364-1.497038l.0322804-.1497201 1.0808523-6.12981813c.1787249-1.01359938-.4410032-1.99734808-1.4324166-2.27380027l-13.7917547-3.85070407zm-1.2990946 3.34871925c1.6568542 0 3 1.34314575 3 3 0 1.6568542-1.3431458 3-3 3-1.65685425 0-3-1.3431458-3-3 0-1.65685425 1.34314575-3 3-3zm0 2c-.55228475 0-1 .44771525-1 1 0 .5522847.44771525 1 1 1 .5522847 0 1-.4477153 1-1 0-.55228475-.4477153-1-1-1z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"hairdryer sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m3.77552506.70565574 9.48525364 1.67250613 17.7613613 5.04983526-2.2960148 13.02134697-11.3516192-.8196884 3.1572328 9.5916821-8.3127399 2.7786622-6.48549286-13.6873443-4.91-.8652682zm6.72447494 5.55170357-4.24264069 4.24264069 4.24264069 4.2426407 4.2426407-4.2426407zm0 2.82842713 1.4142136 1.41421356-1.4142136 1.4142136-1.41421356-1.4142136z\" fill=\"currentColor\"/></g></svg></li><li title=\"hairdryer so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m3.77552506.2 9.88749454 1.74824539 17.3815679 4.84678999-2.3409098 13.27595902-11.2401717-.8719944 3.2249672 9.7147143-8.5603016 2.8400165-6.49166556-13.9637308-4.813-.8482682zm4.27119922 18.0316389 5.14265042 11.062245 4.9705938-1.6495216-2.8412129-8.5605098-1.2732496-.1498525-3.4294567-.2655786-2.29754326-.4054214zm-2.64862543-15.71384534-2.25742631 12.80250084 5.4188335.9577056 5.76699996.675 12.72189.9845896 1.7107819-9.70232602-15.5384059-4.33895849zm5.10190115 3.23391002 4.2426407 4.24264068-4.2426407 4.24264074-4.24264069-4.24264074zm0 2.82842712-1.41421356 1.41421356 1.41421356 1.41421354 1.4142136-1.41421354z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"hammer f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m25 1c3.3137085 0 6 2.6862915 6 6v7c0 3.3137085-2.6862915 6-6 6h-5v7c0 2.209139-1.790861 4-4 4s-4-1.790861-4-4v-7h-5c-3.3137085 0-6-2.6862915-6-6v-7c0-3.3137085 2.6862915-6 6-6zm-2 5c-.5522847 0-1 .44771525-1 1v7c0 .5522847.4477153 1 1 1s1-.4477153 1-1v-7c0-.55228475-.4477153-1-1-1zm-14 0c-.55228475 0-1 .44771525-1 1v7c0 .5522847.44771525 1 1 1s1-.4477153 1-1v-7c0-.55228475-.44771525-1-1-1z\" fill=\"currentColor\"/></g></svg></li><li title=\"hammer o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m25 1c3.3137085 0 6 2.6862915 6 6v7c0 3.3137085-2.6862915 6-6 6h-5v7c0 2.209139-1.790861 4-4 4s-4-1.790861-4-4v-7h-5c-3.3137085 0-6-2.6862915-6-6v-7c0-3.3137085 2.6862915-6 6-6zm-7 19h-4v7c0 1.0543618.8158778 1.9181651 1.8507377 1.9945143l.1492623.0054857c1.0543618 0 1.9181651-.8158778 1.9945143-1.8507377l.0054857-.1492623zm-10-17h-1c-2.14219539 0-3.89107888 1.68396847-3.99510469 3.80035966l-.00489531.19964034v7c0 2.1421954 1.68396847 3.8910789 3.80035966 3.9951047l.19964034.0048953h1zm14 0h-12v15h12zm3 0h-1v15h1c2.1421954 0 3.8910789-1.6839685 3.9951047-3.8003597l.0048953-.1996403v-7c0-2.14219539-1.6839685-3.89107888-3.8003597-3.99510469z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"hammer sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m31 1v19h-11v11h-8v-11h-11v-19zm-7 5h-2v9h2zm-14 0h-2v9h2z\" fill=\"currentColor\"/></g></svg></li><li title=\"hammer so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m31 1v19h-11v11h-8v-11h-11v-19zm-13 19h-4v9h4zm-10-17h-5v15h5zm14 0h-12v15h12zm7 0h-5v15h5z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"headset f \"><svg height=\"32\" viewBox=\"0 0 34 32\" width=\"34\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m1 0h32v32h-32z\"/><path d=\"m32.5 24c0 1.6568542-1.3431458 3-3 3h-1c-2.209139 0-4-1.790861-4-4v-4c0-2.209139 1.790861-4 4-4h1c.3413564 0 .6693967.0570126.9751184.162035-.4331912-7.34185769-6.5244672-13.162035-13.9751184-13.162035-7.45071277 0-13.54202783 5.82027349-13.97534686 13.1622221.30595015-.1052095.6339905-.1622221.97534686-.1622221h1c2.209139 0 4 1.790861 4 4v4c0 2.209139-1.790861 4-4 4h-1c-1.65685425 0-3-1.3431458-3-3v-8c0-8.836556 7.163444-16 16-16 8.7313589 0 15.8292047 6.99390104 15.9969636 15.6851293l.0030364.3148707z\" fill=\"currentColor\" transform=\"translate(.5 2)\"/></g></svg></li><li title=\"headset o \"><svg height=\"32\" viewBox=\"0 0 34 32\" width=\"34\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m1 0h32v32h-32z\"/><path d=\"m32.5 23c0 2.209139-1.790861 4-4 4s-4-1.790861-4-4v-4c0-2.209139 1.790861-4 4-4 .7253585 0 1.4056224.1930728 1.9922038.5306307-.2471876-7.51441726-6.4171147-13.5306307-13.9922038-13.5306307-7.57503591 0-13.74492959 6.01612901-13.99229209 13.5309981.58666974-.3379253 1.26693363-.5309981 1.99229209-.5309981 2.209139 0 4 1.790861 4 4v4c0 2.209139-1.790861 4-4 4s-4-1.790861-4-4v-7c0-8.836556 7.163444-16 16-16 8.7313589 0 15.8292047 6.99390104 15.9969636 15.6851293l.0030364.3148707zm-28-6c-1.1045695 0-2 .8954305-2 2v4c0 1.1045695.8954305 2 2 2s2-.8954305 2-2v-4c0-1.1045695-.8954305-2-2-2zm24 0c-1.1045695 0-2 .8954305-2 2v4c0 1.1045695.8954305 2 2 2s2-.8954305 2-2v-4c0-1.1045695-.8954305-2-2-2z\" fill=\"#000\" fill-rule=\"nonzero\" transform=\"translate(.5 2)\"/></g></svg></li><li title=\"headset sf \"><svg height=\"32\" viewBox=\"0 0 34 32\" width=\"34\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m1 0h32v32h-32z\"/><path d=\"m32.5 27h-8v-12l5.9648454.0001337c-.5126816-7.26533893-6.569047-13.0001337-13.9648454-13.0001337-7.39593168 0-13.452382 5.73500143-13.96487309 13.0005264l5.96487309-.0005264v12h-8v-11c0-8.836556 7.163444-16 16-16 8.7313589 0 15.8292047 6.99390104 15.9969636 15.6851293l.0030364.3148707z\" fill=\"currentColor\" transform=\"translate(.5 2)\"/></g></svg></li><li title=\"headset so \"><svg height=\"32\" viewBox=\"0 0 34 32\" width=\"34\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m1 0h32v32h-32z\"/><path d=\"m32.5 27h-8v-12l5.9648454.0001337c-.5126816-7.26533893-6.569047-13.0001337-13.9648454-13.0001337-7.39593168 0-13.452382 5.73500143-13.96487309 13.0005264l5.96487309-.0005264v12h-8v-12l.03069864.0007031c.51585044-8.3710616 7.46835803-15.0007031 15.96930136-15.0007031 8.5007653 0 15.4531597 6.62936382 15.9692689 15.0001772l.0307311-.0001772zm-26-10h-4v8h4zm24 0h-4v8h4z\" fill=\"#000\" fill-rule=\"nonzero\" transform=\"translate(.5 2)\"/></g></svg></li><li title=\"heart f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m29.784768 18.838435c2.1985878-3.0737402 2.215232-4.6673224 2.215232-7.1599086 0-3.8396034-3.504074-8.6785264-8.4317228-8.6785264-3.1677228 0-5.3903301 1.19865916-6.5738832 2.05486929-.2036467.14732275-.3765311.28450698-.5181749.40370211-.6552522.46319824-.3024458.46092892-.9408107.00980343-.1425898-.1204512-.317636-.25980812-.5246323-.40976275-1.1822443-.85645517-3.4067121-2.05861208-6.57905331-2.05861208-4.92764879 0-8.43172279 4.838923-8.43172279 8.6785264 0 3.8396033 1.83194611 7.6268851 5.12706376 10.4418366 3.29511764 2.8149515 5.49751934 4.4983953 7.87293624 5.9509354.370419.2265069.6970491.4294336.984729.6106003 1.5571491.9806166 3.0300559.706874 4.0146911.0610374.3462238-.2270932.6932875-.4591057 1.0005799-.6716377 1.1812096-.8169574 2.5394341-1.7683558 2.5394341-1.7683558s6.0467462-4.3907674 8.2453339-7.4645076z\" fill=\"currentColor\"/></g></svg></li><li title=\"heart o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m23.5682772 3c4.9276488 0 8.4317228 4.838923 8.4317228 8.6785264l-.0026646.7231849c-.0224837 2.1029193-.2338384 3.6703575-2.2125674 6.4367237-1.8252426 2.5517843-6.302687 6.0112813-7.770696 7.1126218l-.5405544.3980353c-.2853913.1997542-1.4463788 1.0118086-2.4735176 1.7222063l-.6555802.4438084c-.1140905.0758872-.2295918.1521316-.3449997.2278293-.9846352.6458366-2.457542.9195792-4.0146911-.0610374l-.7150496-.445113-.2696794-.1654873c-2.3754169-1.4525401-4.5778186-3.1359839-7.87293624-5.9509354-3.29511765-2.8149515-5.12706376-6.6022333-5.12706376-10.4418366 0-3.8396034 3.504074-8.6785264 8.43172279-8.6785264 3.17234121 0 5.39680901 1.20215691 6.57905331 2.05861208.2069963.14995463.3820425.28931155.5246323.40976275.6383649.45112549.2855585.45339481.9408107-.00980343.1416438-.11919513.3145282-.25637936.5181749-.40370211l.2915296-.20296447c1.2395555-.83056211 3.3583018-1.85190482 6.2823536-1.85190482zm0 2c-2.2056191 0-4.0066339.66613532-5.4016232 1.67530332l-.1431872.106177-.259506.20735952-.2811077.21650024-.055492.04634662c-.1072649.08991449-.1696698.13914229-.2836825.21274864-.3116074.20117306-.6671244.33596059-1.1185736.34174502-.4628576.00593061-.8354829-.12783881-1.1584582-.33348929-.0803137-.05113875-.136293-.0912339-.1972301-.13970964l-.2528841-.20600515-.171749-.13076384c-.1217532-.10284975-.2576283-.2094869-.4073391-.31794212-1.3951148-1.01066528-3.1975348-1.67827032-5.40572171-1.67827032-3.37951689 0-6.43172279 3.45666397-6.43172279 6.6785264 0 3.2577651 1.58116034 6.4907707 4.42613468 8.921174l1.13755932.9628091c2.6652626 2.2323885 4.5249208 3.6072023 6.4796748 4.8025118l.6880946.4246481c.1090712.0679778.2153907.1345835.3190394.1998564.7120736.4484292 1.3283225.4245427 1.8519965.0810573l.5106549-.3385643.8907463-.6115304 2.1057063-1.4689552.3205377-.2376262c.2245689-.1678574.4688696-.3529332.7291273-.5530281l.2654371-.2050199c1.0294602-.7987606 2.0583323-1.6380264 3.0135351-2.4742421.5956069-.5214137 1.1431543-1.0250567 1.6318796-1.5038598.7788598-.7630473 1.3878658-1.4435407 1.7879435-2.0028702l.3382913-.4827101c1.31709-1.9257078 1.5036416-2.8543542 1.5036416-5.5136504 0-3.22186243-3.0522059-6.6785264-6.4317228-6.6785264z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"heart sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m29.784768 18.838435c2.1985878-3.0737402 2.215232-4.6673224 2.215232-7.1599086 0-3.8396034-3.504074-8.6785264-8.4317228-8.6785264s-7.5682772 2.90055339-7.5682772 2.90055339-2.6406284-2.90055339-7.56827721-2.90055339c-4.92764879 0-8.43172279 4.838923-8.43172279 8.6785264 0 3.8396033 1.83194611 7.6268851 5.12706376 10.4418366 3.29511764 2.8149515 5.49751934 4.4983953 7.87293624 5.9509354 2.3754169 1.45254 2.9500689 1.9353689 3 1.9285614 0 0 1.8187904-1.1116041 3-1.9285614 1.1812096-.8169574 2.5394341-1.7683558 2.5394341-1.7683558s6.0467462-4.3907674 8.2453339-7.4645076z\" fill=\"currentColor\"/></g></svg></li><li title=\"heart so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m23.5682772 3c4.9276488 0 8.4317228 4.838923 8.4317228 8.6785264l-.0026646.7231849c-.0224837 2.1029193-.2338384 3.6703575-2.2125674 6.4367237-1.8252426 2.5517843-6.302687 6.0112813-7.770696 7.1126218l-.5405544.3980353c-.2853913.1997542-1.4463788 1.0118086-2.4735176 1.7222063l-.6058855.4090084c-1.110776.7352052-2.3941145 1.519553-2.3941145 1.519553l-.0173606-.0053092c-.1004521-.0484889-.5911702-.4308281-2.1254887-1.3928162l-.8571507-.530436c-2.3754169-1.4525401-4.5778186-3.1359839-7.87293624-5.9509354-3.29511765-2.8149515-5.12706376-6.6022333-5.12706376-10.4418366 0-3.8396034 3.504074-8.6785264 8.43172279-8.6785264 4.22861021 0 6.77305081 2.13597756 7.40986361 2.7419991l.1584136.15855429.1532783-.15366107c.6281695-.59932196 3.174929-2.74689232 7.4149989-2.74689232zm0 2c-1.7922344 0-3.3374536.44676489-4.6439118 1.18914648-.6897156.39192385-1.1573132.76679529-1.3845112.99415138l-.0609291.06365091-1.4573166 1.60076466-1.4806322-1.5792237c-.0799232-.08415937-.2204876-.21442133-.4258649-.37888375-.3356147-.26875411-.7322647-.53561688-1.1873862-.78260421-1.2793787-.69429876-2.7751911-1.10700177-4.49600241-1.10700177-3.37951689 0-6.43172279 3.45666397-6.43172279 6.6785264 0 3.2577651 1.58116034 6.4907707 4.42613468 8.921174l1.13755932.9628091c2.42296599 2.0294441 4.1801433 3.3501488 5.9482411 4.4715583l1.6101148 1.0003823c.2445262.1543421.4714017.2995885.6833436.4372374l.2296065.1493125.4349571-.275469.8389552-.5453599.7892506-.5370368 2.3114439-1.6116011.3205377-.2376262c.2245689-.1678574.4688696-.3529332.7291273-.5530281l.2654371-.2050199c1.0294602-.7987606 2.0583323-1.6380264 3.0135351-2.4742421.5956069-.5214137 1.1431543-1.0250567 1.6318796-1.5038598.7788598-.7630473 1.3878658-1.4435407 1.7879435-2.0028702l.3382913-.4827101c1.31709-1.9257078 1.5036416-2.8543542 1.5036416-5.5136504 0-3.22186243-3.0522059-6.6785264-6.4317228-6.6785264z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"home f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m19.5548639 2.6028224 8.9944388 6.59912643c1.5405939 1.13031777 2.4506973 2.92683637 2.4506973 4.83760787v11.9604433c0 3.3137085-2.6862915 6-6 6h-18c-3.3137085 0-6-2.6862915-6-6v-11.958697c0-1.9117507.91103125-3.7090683 2.45293825-4.83925127l9.00556125-6.60087271c2.1123042-1.54827125 4.9847775-1.54760604 7.0963644.00164338zm-3.5548639 13.3971776c-2.209139 0-4 1.790861-4 4v3c0 .5522847.4477153 1 1 1h6c.5522847 0 1-.4477153 1-1v-3c0-2.209139-1.790861-4-4-4z\" fill=\"currentColor\"/></g></svg></li><li title=\"home o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m7 32c-3.3137085 0-6-2.6862915-6-6v-11.958697c0-1.9117507.91103125-3.7090683 2.45293825-4.83925127l9.00556125-6.60087271c2.1123042-1.54827125 4.9847775-1.54760604 7.0963644.00164338l8.9944388 6.59912643c1.5405939 1.13031777 2.4506973 2.92683637 2.4506973 4.83760787v11.9604433c0 3.3137085-2.6862915 6-6 6zm6.8273226-27.91451343-.1864692.12877621-9.00556124 6.60087272c-.96747105.7091344-1.56238342 1.8122399-1.62902546 3.0021226l-.0062667.2240449v11.958697c0 2.1421954 1.68396847 3.8910789 3.80035966 3.9951047l.19964034.0048953 4-.0005697v-4.9994303c0-2.7614237 2.2385763-5 5-5s5 2.2385763 5 5v4.9994303l4 .0005697c2.1421954 0 3.8910789-1.6839685 3.9951047-3.8003597l.0048953-.1996403v-11.9604433c0-1.1989154-.5374544-2.3303598-1.456953-3.0875579l-.1768452-.137514-8.9944388-6.59912644c-1.3465192-.98792716-3.1571455-1.03128627-4.5444404-.12987179zm2.1726774 17.91451343c-1.5976809 0-2.9036609 1.24892-2.9949073 2.8237272l-.0050927.1762728v5h6v-5c0-1.5976809-1.24892-2.9036609-2.8237272-2.9949073z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"home sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16.0072843 0 14.9927157 11v21h-30v-21zm3.9927157 16h-8v8h8z\" fill=\"currentColor\"/></g></svg></li><li title=\"home so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m1 32v-21l15.0072843-11 14.9927157 11v21zm15.007-29.52-13.007 9.533v17.987h8v-10h10v10h8v-17.987zm2.993 19.52h-6v8h6z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"house f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m14.0787368 1.72185281c1.1290109-.96461213 2.8034221-.96220407 3.9295901.00565135l12.6157966 10.84231384c.8740064.7511418 1.3758765 1.8399284 1.3758765 2.9849077v16.4452743l-10-.001v-5.999c0-3.2383969-2.5655749-5.8775718-5.7750617-5.9958615l-.2249383-.0041385c-3.3137085 0-6 2.6862915-6 6v5.999l-10 .001v-16.4400602c0-1.1489958.50538353-2.241192 1.38466997-2.9924428zm1.9212632 7.27814719c-2.209139 0-4 1.790861-4 4s1.790861 4 4 4 4-1.790861 4-4-1.790861-4-4-4z\" fill=\"currentColor\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"house o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m0 32v-16.4400602c0-1.1489958.50538353-2.241192 1.38466997-2.9924428l12.69406683-10.84564419c1.1290109-.96461213 2.8034221-.96220407 3.9295901.00565135l12.6157966 10.84231384c.8740064.7511418 1.3758765 1.8399284 1.3758765 2.9849077v16.4452743zm16.6967403-28.75790289c-.3753759-.32208063-.933493-.32288198-1.3098166-.00188064l-12.69361344 10.82756343c-.43962752.3749992-.69231026.9201869-.69231026 1.493727v14.4384931h7.999v-4c0-3.3137085 2.6862915-6 6-6s6 2.6862915 6 6v4h8.001l-.001-14.4436984c0-.5143817-.2032501-1.0060434-.5624641-1.3725666l-.1254495-.1173992zm-.6967403 18.75790289c-2.209139 0-4 1.790861-4 4v4h8v-4c0-2.209139-1.790861-4-4-4zm0-13c2.209139 0 4 1.790861 4 4s-1.790861 4-4 4-4-1.790861-4-4 1.790861-4 4-4zm0 2c-1.1045695 0-2 .8954305-2 2s.8954305 2 2 2 2-.8954305 2-2-.8954305-2-2-2z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"house sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16.0009047.44090473 16 13.40868597v18.151314h-31.99999997v-18.151314zm4.9990953 21.55909527h-10v10h10zm-2-12h-6v6h6z\" fill=\"currentColor\"/></g></svg></li><li title=\"house so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m0 32v-18.5467417l16-12.4532583 16 12.4532583v18.5467417zm16-28-14 10.6113374v15.3886626l7.999-.001.001-9.999h12l-.001 9.999 8.001.001v-15.3886626zm4 18h-8l-.001 7.999h8zm0-13v8h-8v-8zm-2 2h-4v4h4z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"imagefile f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m19.120106 0c1.8257724 0 3.5522076.83131873 4.6906771 2.25867017l4.8798939 6.11814718c.847677 1.06277155 1.309323 2.38190365 1.309323 3.74132985v13.8818528c0 3.3137085-2.6862915 6-6 6h-16c-3.3137085 0-6-2.6862915-6-6v-20c0-3.3137085 2.6862915-6 6-6zm.1466814 11.099674c-.4962138-.2424671-1.095033-.0367647-1.3375001.4594491l-2.0300359 4.1545091-.0070291.0079619c-.0092466.0060422-.0216406.0034445-.0276828-.005802l-1.9619341-3.0024068c-.1031584-.1578665-.2488535-.2833457-.4202707-.3619564-.5020134-.2302195-1.0956054-.009887-1.3258249.4921264l-3.30195785 7.2002018c-.0599763.1307834-.09102439.2729692-.09102439.4168493 0 .5522847.44771525 1 1 1h12.38787024c.1251124 0 .2491138-.0234779.3655665-.0692148.5140585-.2018968.7671155-.7822933.5652187-1.2963517l-3.3236359-8.4624578c-.0914736-.2329049-.2669398-.4230533-.4917597-.5329081zm-.5389294 3.3808607 1.9558574 4.9808602h-9.3620938l1.8971675-4.1372818.9715103 1.4857175.087104.1231692c.6363017.8327828 1.8174037 1.0453581 2.7088574.4628343l.2294278-.1841322c.1514039-.1264115.2195737-.2036276.3262412-.3695343l.1542707-.2504843z\" fill=\"currentColor\"/></g></svg></li><li title=\"imagefile o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m19.120106 0c1.8257724 0 3.5522076.83131873 4.6906771 2.25867017l4.8798939 6.11814718c.847677 1.06277155 1.309323 2.38190365 1.309323 3.74132985v13.8818528c0 3.3137085-2.6862915 6-6 6h-16c-3.3137085 0-6-2.6862915-6-6v-20c0-3.3137085 2.6862915-6 6-6zm0 2h-11.120106c-2.14219539 0-3.89107888 1.68396847-3.99510469 3.80035966l-.00489531.19964034v20c0 2.1421954 1.68396847 3.8910789 3.80035966 3.9951047l.19964034.0048953h16c2.1421954 0 3.8910789-1.6839685 3.9951047-3.8003597l.0048953-.1996403v-13.8818528c0-.8238947-.2543504-1.6255887-.7251774-2.29685957l-.1477046-.19736034-4.8798939-6.11814718c-.7115434-.89209465-1.767598-1.43495138-2.8997521-1.49932373zm.1466814 9.099674c.2248199.1098548.4002861.3000032.4917597.5329081l3.3236359 8.4624578c.2018968.5140584-.0511602 1.0944549-.5652187 1.2963517-.1164527.0457369-.2404541.0692148-.3655665.0692148h-12.38787024c-.55228475 0-1-.4477153-1-1 0-.1438801.03104809-.2860659.09102439-.4168493l3.30195785-7.2002018c.2302195-.5020134.8238115-.7223459 1.3258249-.4921264.1714172.0786107.3171123.2040899.4202707.3619564l1.9619341 3.0024068c.0060422.0092465.0184362.0118442.0276828.005802l.0070291-.0079619 2.0300359-4.1545091c.2424671-.4962138.8412863-.7019162 1.3375001-.4594491zm-.5389294 3.3808607-1.0316575 2.1111486-.1542707.2504843c-.1066675.1659067-.1748373.2431228-.3262412.3695343l-.2294278.1841322c-.8914537.5825238-2.0725557.3699485-2.7088574-.4628343l-.087104-.1231692-.9715103-1.4857175-1.8971675 4.1372818h9.3620938z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"imagefile sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22.0092457 0 7.9907543 10.0183757v21.9816243h-28v-32zm-3.1081946 9.46764393-3.0436264 6.22884227-2.9721433-4.5483604-4.7068573 10.2637054h15.4137146zm-.1995646 4.96411567 1.9558574 4.9808601h-4.3897189zm-5.5083618.8442855 2.7039763 4.1365746h-4.6018509z\" fill=\"currentColor\"/></g></svg></li><li title=\"imagefile so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22.0092457 0 7.9907543 10.0183757v21.9816243h-28v-32zm-.9632457 2h-17.046v28h24v-19.282zm-2.1449489 7.46764393 4.6910876 11.94418727h-15.4137146l4.7068573-10.2637054 2.9721433 4.5483604zm-.1995646 4.96411567-2.4338615 4.9808601h4.3897189zm-5.5083618.8442855-1.8978746 4.1365746h4.6018509z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"inlr o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m9.36132034 10.3 4.94974746 4.9497475c.180242.1802419.2772954.4121707.2911601.6480754v.1612085c-.0138647.2359046-.1109181.4678334-.2911601.6480754l-4.94974746 4.9497474c-.39052429.3905243-1.02368927.3905243-1.41421356 0-.39052429-.3905242-.39052429-1.0236892 0-1.4142135l3.27112112-3.2708932-9.4182279-.0006797c-.55228475 0-1-.4477152-1-1 0-.5522847.44771525-1 1-1l9.4042279.0006797-3.25712112-3.2575339c-.39052429-.3905243-.39052429-1.0236893 0-1.4142136.39052429-.39052429 1.02368927-.39052429 1.41421356 0zm14.66066016-.0071068c.3905243.3905243.3905243 1.0236893 0 1.4142136l-3.2711211 3.2708932 9.442694.0006797c.5522847 0 1 .4477152 1 1 0 .5522847-.4477153 1-1 1l-9.428694-.0006797 3.2571211 3.2575339c.3905243.3905243.3905243 1.0236893 0 1.4142136s-1.0236893.3905243-1.4142135 0l-4.9497475-4.9497475c-.180242-.180242-.2772954-.4121707-.2911601-.6480754v-.1612085c.0138647-.2359047.1109181-.4678334.2911601-.6480754l4.9497475-4.9497475c.3905242-.39052427 1.0236892-.39052427 1.4142135 0z\" fill=\"#000\"/></g></svg></li><li title=\"inlr so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m8.65421356 9.60710678 6.36396104 6.36396102-.022.0221068.022.021039-6.36396104 6.363961-1.41421356-1.4142136 3.9781746-3.9777864-10.4181746-.0008932v-2l10.4041746.0008932-3.9641746-3.9648543zm14.66066014-.00710678 1.4142136 1.4142136-3.9781746 3.9777864 10.4426407.0008932v2l-10.4286407-.0008932 3.9641746 3.9648542-1.4142136 1.4142136-6.363961-6.363961.022-.0221068-.022-.021039z\" fill=\"#000\"/></g></svg></li><li title=\"inside f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m24 2c3.3137085 0 6 2.6862915 6 6v16c0 3.3137085-2.6862915 6-6 6h-16c-3.3137085 0-6-2.6862915-6-6v-16c0-3.3137085 2.6862915-6 6-6zm-1.7573593 7.92893219c-.3905243-.39052429-1.0236893-.39052429-1.4142136 0l-8.6558932 8.65706781-.000961-4.586c0-.5522847-.4477153-1-1-1-.5522848 0-1 .4477153-1 1v7c0 .5522847.4477152 1 1 1h7c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1l-4.586039.001 8.6571068-8.6578542c.3905243-.3905243.3905243-1.0236893 0-1.41421361z\" fill=\"currentColor\"/></g></svg></li><li title=\"inside o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m17.0058746 2c.5522848 0 1 .44771525 1 1 0 .51283584-.3860402.93550716-.8833788.99327227l-.1166212.00672773h-10.0058746c-1.59768088 0-2.90366088 1.24891996-2.99490731 2.82372721l-.00509269.17627279v18c0 1.5976809 1.24891996 2.9036609 2.82372721 2.9949073l.17627279.0050927h18c1.5976809 0 2.9036609-1.24892 2.9949073-2.8237272l.0050927-.1762728v-9.9962769c0-.5522847.4477153-1 1-1 .5128358 0 .9355072.3860402.9932723.8833789l.0067277.1166211v9.9962769c0 2.6887547-2.1223067 4.8818181-4.7831104 4.9953805l-.2168896.0046195h-18c-2.6887547 0-4.88181811-2.1223067-4.99538049-4.7831104l-.00461951-.2168896v-18c0-2.6887547 2.12230671-4.88181811 4.78311038-4.99538049l.21688962-.00461951zm10.6509796 2.10050506c.3905243.3905243.3905243 1.02368927 0 1.41421357l-11.4841067 11.48528137h4.5846118c.5522848 0 1 .4477153 1 1s-.4477152 1-1 1h-7c-.5522847 0-1-.4477153-1-1v-7c0-.5522847.4477153-1 1-1 .5522848 0 1 .4477153 1 1l.0003882 4.586 11.4848932-11.48549494c.3905243-.39052429 1.0236893-.39052429 1.4142135 0z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"inside sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m30 2v28h-28v-28zm-8.4644661 7.22182541-9.3637864 9.36517459-.0001746-5.587h-2v9h9v-2h-5.5848254l9.363-9.363961z\" fill=\"currentColor\"/></g></svg></li><li title=\"inside so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m17.9996617 2v2h-13.9996617v24h24v-13.9780704h2v15.9780704h-28v-28zm8.9500858 1.39339828 1.4142135 1.41421356-12.192 12.19238816h5.5853983v2h-9v-9h2l.0006017 5.586z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"instagram f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m17.0830929.03277248c8.1190907 0 14.7619831 6.64289236 14.7619831 14.76198302v2.3064326c0 8.1190906-6.6429288 14.761983-14.7619831 14.761983h-2.3064325c-8.11909069 0-14.76198306-6.6428924-14.76198306-14.761983v-2.3064326c0-8.11909066 6.64289237-14.76198302 14.76198306-14.76198302zm-.8630324 8.0002641-.2053832-.0002641c-1.7102378 0-3.4204757.05652851-3.4204757.05652851-2.4979736 0-4.52299562 2.02501761-4.52299562 4.52298561 0 0-.05191606 1.4685349-.05624239 3.0447858l-.00028625.2060969c0 1.7648596.05652864 3.590089.05652864 3.5900891 0 2.497968 2.02502202 4.5229856 4.52299562 4.5229856 0 0 1.5990132.0565285 3.2508899.0565285 1.7648634 0 3.6466255-.0565285 3.6466255-.0565285 2.4979736 0 4.4664317-1.9684539 4.4664317-4.4664219 0 0 .0565286-1.8046833.0565286-3.5335605l-.0010281-.4057303c-.0076601-1.5511586-.0555357-3.0148084-.0555357-3.0148084 0-2.4979681-1.9684582-4.46642191-4.4664317-4.46642191 0 0-1.6282521-.05209668-3.2716213-.05626441zm-.2053831 1.43969747c1.4024317 0 3.2005639.04637875 3.2005638.04637875 2.0483524 0 3.3130573 1.2647021 3.3130573 3.31305 0 0 .0463789 1.7674322.0463789 3.1541781 0 1.4176885-.0463789 3.2469355-.0463789 3.2469355 0 2.048348-1.2647049 3.31305-3.3130573 3.31305 0 0-1.5901757.0389711-2.9699093.0454662l-.3697206.0009126c-1.3545375 0-3.0049692-.0463788-3.0049692-.0463788-2.0483172 0-3.36958592-1.321301-3.36958592-3.3695785 0 0-.04637885-1.8359078-.04637885-3.2830941 0-1.3545344.04637885-3.061491.04637885-3.061491 0-2.0483479 1.32130402-3.31305 3.36958592-3.31305 0 0 1.7416035-.04637875 3.1440353-.04637875zm-.0000353 2.46195055c-2.2632951 0-4.0980441 1.8347448-4.0980441 4.098035s1.8347489 4.098035 4.0980441 4.098035 4.0980441-1.8347448 4.0980441-4.098035c0-2.2632901-1.8347489-4.098035-4.0980441-4.098035zm0 1.4313625c1.4727754 0 2.6666784 1.1939004 2.6666784 2.6666725s-1.193903 2.6666726-2.6666784 2.6666726c-1.4727401 0-2.6666784-1.1939005-2.6666784-2.6666726s1.1939031-2.6666725 2.6666784-2.6666725zm4.2941322-2.5685935c-.5468547 0-.9902027.4455321-.9902027.9950991 0 .5495671.443348.9950639.9902027.9950639.5468546 0 .9901674-.4454968.9901674-.9950639 0-.5496023-.4433128-.9950991-.9901674-.9950991z\" fill=\"currentColor\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"instagram o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m23.6190476.13999994.2518496.00400082c4.4330352.13698982 7.9850489 3.77162206 7.9891029 8.23707871v15.23796813l-.0040009.2518496c-.1369898 4.4330352-3.771622 7.9850489-8.2370787 7.9891029h-15.23796812l-.25184954-.0040009c-4.43303524-.1369898-7.98504891-3.771622-7.9891029-8.2370787v-15.23796812l.00400082-.25184954c.13698982-4.43303524 3.77162206-7.98504891 8.23707871-7.9891029zm0 2.00571434h-15.23809522l-.2285857.00411224c-3.33773425.12028135-6.0066524 2.86402399-6.0066524 6.23112586v15.23809522l.00411224.2285857c.12028135 3.3377343 2.86402399 6.0066524 6.23112586 6.0066524h15.23809522l.2285857-.0041122c3.3377343-.1202814 6.0066524-2.864024 6.0066524-6.2311259v-15.23809522l-.0041122-.2285857c-.1202814-3.33773425-2.864024-6.0066524-6.2311259-6.0066524zm-7.6191758 4.85142851.2653486.00407526c4.8475552.14463612 8.7331682 4.11734025 8.7376368 8.99891015 0 4.9720125-4.0307165 9.002729-9.0028572 9.002729s-9.00285716-4.0307165-9.00285716-9.0028572c0-4.8833525 3.88804756-8.8586028 8.73741066-8.99901883zm.0001282 2.00571437c-3.8644153 0-6.99714284 3.13272754-6.99714284 6.99714284s3.13272754 6.9971428 6.99714284 6.9971428 6.9971428-3.1327275 6.9971428-6.9971428-3.1327275-6.99714284-6.9971428-6.99714284zm8.7619048-3.91047622c.7642569 0 1.3838095.61955263 1.3838095 1.38380953s-.6195526 1.38380953-1.3838095 1.38380953c-.764257 0-1.3838096-.61955263-1.3838096-1.38380953s.6195526-1.38380953 1.3838096-1.38380953z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"iwatch f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m18.7370958 0c1.339441 0 2.516599.88793194 2.8845718 2.17583662l.8601381 3.0085373c2.5970676.65971493 4.5181943 3.01331891 4.5181943 5.81562608v10c0 2.8023072-1.9211267 5.1559111-4.5181943 5.8156261l-.8601381 3.0085373c-.3679728 1.2879047-1.5451308 2.1758366-2.8845718 2.1758366h-5.4741916c-1.339441 0-2.516599-.8879319-2.8845718-2.1758366l-.86013815-3.0085373c-2.59706754-.659715-4.51819425-3.0133189-4.51819425-5.8156261v-10c0-2.80230717 1.92112671-5.15591115 4.51819425-5.81562608l.86013815-3.0085373c.3679728-1.28790468 1.5451308-2.17583662 2.8845718-2.17583662zm10.2629042 12c.5522847 0 1 .4477153 1 1v6c0 .5522847-.4477153 1-1 1s-1-.4477153-1-1v-6c0-.5522847.4477153-1 1-1z\" fill=\"currentColor\"/></g></svg></li><li title=\"iwatch o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m18.1428571 0c1.709147 0 3.2294659 1.08594207 3.7837838 2.7027027l1.0077032 2.94015647c2.4002879 1.10978078 4.0656559 3.53897704 4.0656559 6.35714083v8c0 2.817769-1.6649014 5.2466794-4.0646472 6.3566743l-1.0087119 2.940623c-.5543179 1.6167606-2.0746368 2.7027027-3.7837838 2.7027027h-4.2857142c-1.709147 0-3.2294659-1.0859421-3.7837838-2.7027027l-1.00871193-2.940623c-2.3997458-1.1099949-4.06464717-3.5389053-4.06464717-6.3566743v-8c0-2.81816379 1.66536796-5.24736005 4.06565594-6.35714083l1.00770316-2.94015647c.5543179-1.61676063 2.0746368-2.7027027 3.7837838-2.7027027zm2.4561429 27h-9.199l.565251 1.6486486c.2598365.7578566.9441852 1.2824433 1.7328606 1.3450562l.1590313.0062952h4.2857142c.8545735 0 1.614733-.542971 1.8918919-1.3513514zm-.599-20h-8c-2.76142375 0-5 2.23857625-5 5v8c0 2.7614237 2.23857625 5 5 5h8c2.7614237 0 5-2.2385763 5-5v-8c0-2.76142375-2.2385763-5-5-5zm9 5c.5522847 0 1 .4477153 1 1v6c0 .5522847-.4477153 1-1 1s-1-.4477153-1-1v-6c0-.5522847.4477153-1 1-1zm-10.8571429-10h-4.2857142c-.8545735 0-1.614733.54297104-1.8918919 1.35135135l-.566251 1.64864865h9.201l-.565251-1.64864865c-.2598365-.75785654-.9441852-1.28244322-1.7328606-1.34505617z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"iwatch sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m21 0 1.429 5h4.571v22h-4.571l-1.429 5h-10l-1.429-5h-4.571v-22h4.571l1.429-5zm9 12v8h-2v-8z\" fill=\"currentColor\"/></g></svg></li><li title=\"iwatch so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m21 0 1.714 5h4.286v22h-4.286l-1.714 5h-10l-1.715-5h-4.285v-22h4.285l1.715-5zm-.4 27h-9.201l1.029 3h7.143zm4.4-20h-18v18h18zm5 5v8h-2v-8zm-10.429-10h-7.143l-1.029 3h9.201z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"landline f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m26 1c3.3137085 0 6 2.6862915 6 6v18c0 3.3137085-2.6862915 6-6 6h-20c-3.3137085 0-6-2.6862915-6-6v-18c0-3.3137085 2.6862915-6 6-6zm-19 3c-2.209139 0-4 1.790861-4 4v16c0 2.209139 1.790861 4 4 4s4-1.790861 4-4v-16c0-2.209139-1.790861-4-4-4zm10.5 19h-1c-.5522847 0-1 .4477153-1 1s.4477153 1 1 1h1c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1zm4 0h-1c-.5522847 0-1 .4477153-1 1s.4477153 1 1 1h1c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1zm4 0h-1c-.5522847 0-1 .4477153-1 1s.4477153 1 1 1h1c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1zm-8-4h-1c-.5522847 0-1 .4477153-1 1s.4477153 1 1 1h1c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1zm4 0h-1c-.5522847 0-1 .4477153-1 1s.4477153 1 1 1h1c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1zm4 0h-1c-.5522847 0-1 .4477153-1 1s.4477153 1 1 1h1c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1zm-8-4h-1c-.5522847 0-1 .4477153-1 1s.4477153 1 1 1h1c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1zm4 0h-1c-.5522847 0-1 .4477153-1 1s.4477153 1 1 1h1c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1zm4 0h-1c-.5522847 0-1 .4477153-1 1s.4477153 1 1 1h1c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1zm-.5-9h-8c-1.6568542 0-3 1.34314575-3 3 0 1.6568542 1.3431458 3 3 3h8c1.6568542 0 3-1.3431458 3-3 0-1.65685425-1.3431458-3-3-3z\" fill=\"currentColor\"/></g></svg></li><li title=\"landline o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m26 1c3.3137085 0 6 2.6862915 6 6v18c0 3.3137085-2.6862915 6-6 6h-20c-3.3137085 0-6-2.6862915-6-6v-18c0-3.3137085 2.6862915-6 6-6zm-20 2c-2.209139 0-4 1.790861-4 4v18c0 2.209139 1.790861 4 4 4s4-1.790861 4-4v-18c0-2.209139-1.790861-4-4-4zm20 0-15.5276693.0001315c.9500099 1.06149725 1.5276693 2.46322308 1.5276693 3.9998685v18c0 1.5371282-.5780225 2.939252-1.5285648 4.0008689l15.5285648-.0008689c2.209139 0 4-1.790861 4-4v-18c0-2.209139-1.790861-4-4-4zm-8.5 20c.5522847 0 1 .4477153 1 1s-.4477153 1-1 1h-1c-.5522847 0-1-.4477153-1-1s.4477153-1 1-1zm4 0c.5522847 0 1 .4477153 1 1s-.4477153 1-1 1h-1c-.5522847 0-1-.4477153-1-1s.4477153-1 1-1zm4 0c.5522847 0 1 .4477153 1 1s-.4477153 1-1 1h-1c-.5522847 0-1-.4477153-1-1s.4477153-1 1-1zm-8-4c.5522847 0 1 .4477153 1 1s-.4477153 1-1 1h-1c-.5522847 0-1-.4477153-1-1s.4477153-1 1-1zm4 0c.5522847 0 1 .4477153 1 1s-.4477153 1-1 1h-1c-.5522847 0-1-.4477153-1-1s.4477153-1 1-1zm4 0c.5522847 0 1 .4477153 1 1s-.4477153 1-1 1h-1c-.5522847 0-1-.4477153-1-1s.4477153-1 1-1zm-8-4c.5522847 0 1 .4477153 1 1s-.4477153 1-1 1h-1c-.5522847 0-1-.4477153-1-1s.4477153-1 1-1zm4 0c.5522847 0 1 .4477153 1 1s-.4477153 1-1 1h-1c-.5522847 0-1-.4477153-1-1s.4477153-1 1-1zm4 0c.5522847 0 1 .4477153 1 1s-.4477153 1-1 1h-1c-.5522847 0-1-.4477153-1-1s.4477153-1 1-1zm-1-10c1.9329966 0 3.5 1.56700338 3.5 3.5 0 1.9329966-1.5670034 3.5-3.5 3.5h-7c-1.9329966 0-3.5-1.5670034-3.5-3.5 0-1.93299662 1.5670034-3.5 3.5-3.5zm0 2h-7c-.8284271 0-1.5.67157288-1.5 1.5s.6715729 1.5 1.5 1.5h7c.8284271 0 1.5-.67157288 1.5-1.5s-.6715729-1.5-1.5-1.5z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"landline sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m32 1v30h-32v-30zm-21 3h-8v24h8zm7.5 19h-3v2h3zm4 0h-3v2h3zm4 0h-3v2h3zm-8-4h-3v2h3zm4 0h-3v2h3zm4 0h-3v2h3zm-8-4h-3v2h3zm4 0h-3v2h3zm4 0h-3v2h3zm1.5-9h-14v6h14z\" fill=\"currentColor\"/></g></svg></li><li title=\"landline so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m32 1v30h-32v-30zm-22 2h-8v26h8zm20 0h-18v26h18zm-11.5 20v2h-3v-2zm4 0v2h-3v-2zm4 0v2h-3v-2zm-8-4v2h-3v-2zm4 0v2h-3v-2zm4 0v2h-3v-2zm-8-4v2h-3v-2zm4 0v2h-3v-2zm4 0v2h-3v-2zm1.5-10v7h-14v-7zm-2 2h-10v3h10z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"lcircle f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm0 24c-.5522847 0-1 .4477153-1 1v2c0 .5522847.4477153 1 1 1s1-.4477153 1-1v-2c0-.5522847-.4477153-1-1-1zm6.9713203-2.4428932c-.3905242-.3905243-1.0236892-.3905243-1.4142135 0s-.3905243 1.0236893 0 1.4142135l1.4142135 1.4142136c.3905243.3905243 1.0236893.3905243 1.4142136 0s.3905243-1.0236893 0-1.4142136zm-12.5257864 0c-.3905243-.3905243-1.02368926-.3905243-1.41421356 0l-1.41421356 1.4142135c-.39052429.3905243-.39052429 1.0236893 0 1.4142136s1.02368927.3905243 1.41421356 0l1.41421356-1.4142136c.3905243-.3905242.3905243-1.0236892 0-1.4142135zm-3.4455339-6.5571068h-2c-.55228475 0-1 .4477153-1 1s.44771525 1 1 1h2c.55228475 0 1-.4477153 1-1s-.44771525-1-1-1zm20 0h-2c-.5522847 0-1 .4477153-1 1s.4477153 1 1 1h2c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1zm-17.97867966-7.39289322c-.39052429-.39052429-1.02368927-.39052429-1.41421356 0s-.39052429 1.02368927 0 1.41421356l1.41421356 1.41421356c.3905243.3905243 1.02368926.3905243 1.41421356 0s.3905243-1.02368926 0-1.41421356zm15.37421356 0c-.3905243-.39052429-1.0236893-.39052429-1.4142136 0l-1.4142135 1.41421356c-.3905243.3905243-.3905243 1.02368926 0 1.41421356s1.0236893.3905243 1.4142135 0l1.4142136-1.41421356c.3905243-.39052429.3905243-1.02368927 0-1.41421356zm-8.3955339-3.60710678c-.5522847 0-1 .44771525-1 1v2c0 .55228475.4477153 1 1 1s1-.44771525 1-1v-2c0-.55228475-.4477153-1-1-1z\" fill=\"currentColor\"/></g></svg></li><li title=\"lcircle o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm0 2c-7.7319865 0-14 6.2680135-14 14s6.2680135 14 14 14 14-6.2680135 14-14-6.2680135-14-14-14zm0 22c.5522847 0 1 .4477153 1 1v2c0 .5522847-.4477153 1-1 1s-1-.4477153-1-1v-2c0-.5522847.4477153-1 1-1zm6.9713203-2.4428932 1.4142136 1.4142135c.3905243.3905243.3905243 1.0236893 0 1.4142136s-1.0236893.3905243-1.4142136 0l-1.4142135-1.4142136c-.3905243-.3905242-.3905243-1.0236892 0-1.4142135s1.0236893-.3905243 1.4142135 0zm-12.5257864 0c.3905243.3905243.3905243 1.0236893 0 1.4142135l-1.41421356 1.4142136c-.39052429.3905243-1.02368927.3905243-1.41421356 0s-.39052429-1.0236893 0-1.4142136l1.41421356-1.4142135c.3905243-.3905243 1.02368926-.3905243 1.41421356 0zm-3.4455339-6.5571068c.55228475 0 1 .4477153 1 1s-.44771525 1-1 1h-2c-.55228475 0-1-.4477153-1-1s.44771525-1 1-1zm20 0c.5522847 0 1 .4477153 1 1s-.4477153 1-1 1h-2c-.5522847 0-1-.4477153-1-1s.4477153-1 1-1zm-17.97867966-7.39289322 1.41421356 1.41421356c.3905243.3905243.3905243 1.02368926 0 1.41421356s-1.02368926.3905243-1.41421356 0l-1.41421356-1.41421356c-.39052429-.39052429-.39052429-1.02368927 0-1.41421356s1.02368927-.39052429 1.41421356 0zm15.37421356 0c.3905243.39052429.3905243 1.02368927 0 1.41421356l-1.4142136 1.41421356c-.3905242.3905243-1.0236892.3905243-1.4142135 0s-.3905243-1.02368926 0-1.41421356l1.4142135-1.41421356c.3905243-.39052429 1.0236893-.39052429 1.4142136 0zm-8.3955339-3.60710678c.5522847 0 1 .44771525 1 1v2c0 .55228475-.4477153 1-1 1s-1-.44771525-1-1v-2c0-.55228475.4477153-1 1-1z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"lcircle sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm1 24h-2v4h2zm5.2642136-3.15-1.4142136 1.4142136 2.8284271 2.8284271 1.4142136-1.4142136zm-12.52578648 0-2.82842712 2.8284271 1.41421356 1.4142136 2.82842714-2.8284271zm-1.73842712-5.85h-4v2h4zm20 0h-4v2h4zm-19.68578644-8.1-1.41421356 1.41421356 2.82842712 2.82842714 1.41421358-1.41421358zm15.37421354 0-2.8284271 2.82842712 1.4142136 1.41421358 2.8284271-2.82842714zm-6.6884271-2.9h-2v4h2z\" fill=\"currentColor\"/></g></svg></li><li title=\"lcircle so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm0 2c-7.7319865 0-14 6.2680135-14 14s6.2680135 14 14 14 14-6.2680135 14-14-6.2680135-14-14-14zm1 22v4h-2v-4zm5.2642136-3.15 2.8284271 2.8284271-1.4142136 1.4142136-2.8284271-2.8284271zm-12.52578648 0 1.41421358 1.4142136-2.82842714 2.8284271-1.41421356-1.4142136zm-1.73842712-5.85v2h-4v-2zm20 0v2h-4v-2zm-19.68578644-8.1 2.82842714 2.82842712-1.41421358 1.41421358-2.82842712-2.82842714zm15.37421354 0 1.4142136 1.41421356-2.8284271 2.82842714-1.4142136-1.41421358zm-6.6884271-2.9v4h-2v-4z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"left f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm2.7781746 9.60710678c-.3905243-.39052429-1.0236893-.39052429-1.4142136 0l-5.6568542 5.65685422c-.180242.180242-.2772954.4121708-.2911601.6480754v.1612085c.0138647.2359047.1109181.4678335.2911601.6480754l5.6568542 5.6568543c.3905243.3905243 1.0236893.3905243 1.4142136 0s.3905243-1.0236893 0-1.4142136l-4.9712279-4.9717474 4.9712279-4.9708933c.3905243-.3905242.3905243-1.02368923 0-1.41421352z\" fill=\"currentColor\" fill-rule=\"evenodd\"/></svg></li><li title=\"left o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm0 2c-7.7319865 0-14 6.2680135-14 14s6.2680135 14 14 14 14-6.2680135 14-14-6.2680135-14-14-14zm2.7781746 7.60710678c.3905243.39052429.3905243 1.02368932 0 1.41421352l-4.9712279 4.9708933 4.9712279 4.9717474c.3905243.3905243.3905243 1.0236893 0 1.4142136s-1.0236893.3905243-1.4142136 0l-5.6568542-5.6568543c-.180242-.1802419-.2772954-.4121707-.2911601-.6480754v-.1612085c.0138647-.2359046.1109181-.4678334.2911601-.6480754l5.6568542-5.65685422c.3905243-.39052429 1.0236893-.39052429 1.4142136 0z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"left sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm2.0710678 8.9-7.0710678 7.0710678.021.0209322-.021.0222136 7.0710678 7.0710678 1.4142136-1.4142136-5.6782814-5.6790678 5.6782814-5.6777864z\" fill=\"currentColor\"/></g></svg></li><li title=\"left so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm0 2c-7.7319865 0-14 6.2680135-14 14s6.2680135 14 14 14 14-6.2680135 14-14-6.2680135-14-14-14zm2.0710678 6.9 1.4142136 1.4142136-5.6782814 5.6777864 5.6782814 5.6790678-1.4142136 1.4142136-7.0710678-7.0710678.021-.0222136-.021-.0209322z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"less f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm5 15h-10c-.5522847 0-1 .4477153-1 1s.4477153 1 1 1h10c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1z\" fill=\"currentColor\"/></g></svg></li><li title=\"less o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm0 2c-7.7319865 0-14 6.2680135-14 14s6.2680135 14 14 14 14-6.2680135 14-14-6.2680135-14-14-14zm5 13c.5522847 0 1 .4477153 1 1s-.4477153 1-1 1h-10c-.5522847 0-1-.4477153-1-1s.4477153-1 1-1z\" fill=\"currentColor\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"less sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm6 15h-12v2h12z\" fill=\"currentColor\"/></g></svg></li><li title=\"less so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm0 2c-7.7319865 0-14 6.2680135-14 14s6.2680135 14 14 14 14-6.2680135 14-14-6.2680135-14-14-14zm6 13v2h-12v-2z\" fill=\"currentColor\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"levelub o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m12.4748737 16.9644661c.3905243.3905243.3905243 1.0236893 0 1.4142136l-2.56401434 2.5638932 15.44269404.0005729c.5522847 0 1 .4477152 1 1 0 .5522847-.4477153 1-1 1l-15.42869404-.0005729 2.55001434 2.5503203c.3905243.3905243.3905243 1.0236893 0 1.4142136s-1.0236892.3905243-1.4142135 0l-4.24264072-4.2426407c-.18024198-.180242-.27729535-.4121707-.29116012-.6480754v-.1612085c.01386477-.2359047.11091814-.4678334.29116012-.6480754l4.24264072-4.2426407c.3905243-.3905243 1.0236892-.3905243 1.4142135 0zm9.0535534-11.87157288 4.2426407 4.24264069c.180242.18024198.2772954.41217073.2911601.64807539v.1612085c-.0138647.2359047-.1109181.4678334-.2911601.6480754l-4.2426407 4.2426407c-.3905243.3905243-1.0236892.3905243-1.4142135 0s-.3905243-1.0236893 0-1.4142136l2.5640143-2.5638932-15.4182279-.0005729c-.55228475 0-1-.4477152-1-1 0-.5522847.44771525-.99999995 1-.99999995l15.4042279.00057287-2.5500143-2.55032034c-.3905243-.39052429-.3905243-1.02368927 0-1.41421356s1.0236892-.39052429 1.4142135 0z\" fill=\"#000\"/></g></svg></li><li title=\"levelub so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m11.767767 16.2573593 1.4142135 1.4142136-3.2710678 3.2707864 16.4426407.0007865v2l-16.4286407-.0007865 3.2570678 3.2576407-1.4142135 1.4142136-5.6568543-5.6568543.022-.022-.022-.0211457zm9.0535533-11.87157286 5.6568543 5.65685426-.022.022.022.0211457-5.6568543 5.6568543-1.4142135-1.4142136 3.2710678-3.2707864-16.4181746-.0007865v-1.99999995l16.4041746.00078644-3.2570678-3.25764069z\" fill=\"#000\"/></g></svg></li><li title=\"linebottom o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m10.3557352 8.19289322c.3905243.39052429.3905243 1.02368927 0 1.41421356l-5.39144153 5.39189322 24.44169403.001c.5522848 0 1 .4477153 1 1s-.4477152 1-1 1l-24.42969403-.001 5.37944153 5.3791746c.3905243.3905243.3905243 1.0236893 0 1.4142136-.39052432.3905242-1.0236893.3905242-1.41421359 0l-7.07106781-7.0710679c-.18024199-.1802419-.27729536-.4121707-.29116013-.6480754v-.1612085c.01386477-.2359046.11091814-.4678334.29116013-.6480754l7.07106781-7.07106778c.39052429-.39052429 1.02368927-.39052429 1.41421359 0z\" fill=\"#000\" transform=\"matrix(0 -1 1 0 0 31.985282)\"/></g></svg></li><li title=\"linebottom so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m9.87081528 7.48578644 1.41421352 1.41421356-6.09949489 6.0997864 25.44264069.0002136v2l-25.42864069-.0002136 6.08549489 6.085495-1.41421352 1.4142135-8.48528137-8.4852813.022-.0214272-.022-.0217186z\" fill=\"#000\" transform=\"matrix(0 -1 1 0 .014213 31.999495)\"/></g></svg></li><li title=\"lineleft o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m12.0208153 5.36446609c.3905243.3905243.3905243 1.02368927 0 1.41421357l-8.22186864 8.22089324 26.44369404.0004271c.5522847 0 1 .4477153 1 1s-.4477153 1-1 1l-26.42969404-.0004271 8.20786864 8.2070288c.3905243.3905243.3905243 1.0236893 0 1.4142136s-1.0236893.3905243-1.4142136 0l-9.89949492-9.899495c-.18024198-.1802419-.27729535-.4121707-.29116012-.6480754v-.1612085c.01386477-.2359046.11091814-.4678334.29116012-.6480754l9.89949492-9.89949491c.3905243-.39052429 1.0236893-.39052429 1.4142136 0z\" fill=\"#000\"/></g></svg></li><li title=\"lineleft so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m9.48528137 7.48578644 1.41421353 1.41421356-6.0994949 6.0997864 25.4426407.0002136v2l-25.4286407-.0002136 6.0854949 6.085495-1.41421353 1.4142135-8.48528137-8.4852813.022-.0214272-.022-.0217186z\" fill=\"#000\"/></g></svg></li><li title=\"lineright o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m12.2048686 5.36446609c.3905243.3905243.3905243 1.02368927 0 1.41421357l-8.2218686 8.22089324 26.443694.0004271c.5522848 0 1 .4477153 1 1s-.4477152 1-1 1l-26.429694-.0004271 8.2078686 8.2070288c.3905243.3905243.3905243 1.0236893 0 1.4142136s-1.0236892.3905243-1.4142135 0l-9.89949498-9.899495c-.18024198-.1802419-.27729535-.4121707-.29116012-.6480754v-.1612085c.01386477-.2359046.11091814-.4678334.29116012-.6480754l9.89949498-9.89949491c.3905243-.39052429 1.0236892-.39052429 1.4142135 0z\" fill=\"#000\" transform=\"matrix(-1 0 0 -1 32.026694 31.985282)\"/></g></svg></li><li title=\"lineright so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m9.88528137 7.48578644 1.41421353 1.41421356-6.0994949 6.0997864 25.4426407.0002136v2l-25.4286407-.0002136 6.0854949 6.085495-1.41421353 1.4142135-8.48528137-8.4852813.022-.0214272-.022-.0217186z\" fill=\"#000\" transform=\"matrix(-1 0 0 -1 32.04264 31.985282)\"/></g></svg></li><li title=\"lineup o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m10.3557352 8.19289322c.3905243.39052429.3905243 1.02368927 0 1.41421356l-5.39144153 5.39189322 24.44169403.001c.5522848 0 1 .4477153 1 1s-.4477152 1-1 1l-24.42969403-.001 5.37944153 5.3791746c.3905243.3905243.3905243 1.0236893 0 1.4142136-.39052432.3905242-1.0236893.3905242-1.41421359 0l-7.07106781-7.0710679c-.18024199-.1802419-.27729536-.4121707-.29116013-.6480754v-.1612085c.01386477-.2359046.11091814-.4678334.29116013-.6480754l7.07106781-7.07106778c.39052429-.39052429 1.02368927-.39052429 1.41421359 0z\" fill=\"#000\" transform=\"matrix(0 1 -1 0 31.985282 0)\"/></g></svg></li><li title=\"lineup so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m9.87081528 7.48578644 1.41421352 1.41421356-6.09949489 6.0997864 25.44264069.0002136v2l-25.42864069-.0002136 6.08549489 6.085495-1.41421352 1.4142135-8.48528137-8.4852813.022-.0214272-.022-.0217186z\" fill=\"#000\" transform=\"matrix(0 1 -1 0 31.999495 -.014213)\"/></g></svg></li><li title=\"linkfile f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m19.120106 0c1.8257724 0 3.5522076.83131873 4.6906771 2.25867017l4.8798939 6.11814718c.847677 1.06277155 1.309323 2.38190365 1.309323 3.74132985v13.8818528c0 3.3137085-2.6862915 6-6 6h-16c-3.3137085 0-6-2.6862915-6-6v-20c0-3.3137085 2.6862915-6 6-6zm-6.4609146 14.6839543c-.3905243-.3905243-1.0236893-.3905243-1.4142135 0l-.9018321.9018321-.1500977.1566306c-1.80117158 1.9617731-1.75113903 5.0132006.1500977 6.9144372 1.9526214 1.9526215 5.1184463 1.9526215 7.0710678 0l.6961366-.6961366.0777064-.0872208c.3108255-.3925177.2849233-.9643631-.0777064-1.3269928-.3905242-.3905243-1.0236892-.3905243-1.4142135 0l-.6961367.6961367-.1282448.1210426c-1.1780778 1.0490359-2.9846649 1.0086884-4.1143959-.1210426-1.1715729-1.1715729-1.1715729-3.0710678 0-4.2426407l.9018321-.9018321.0777064-.0872208c.3108254-.3925177.2849233-.9643631-.0777064-1.3269928zm5.4576628.2102593c-.3905242-.3905243-1.0236892-.3905243-1.4142135 0l-2.8284271 2.8284271c-.3905243.3905243-.3905243 1.0236893 0 1.4142135.3905243.3905243 1.0236892.3905243 1.4142135 0l2.8284271-2.8284271c.3905243-.3905243.3905243-1.0236892 0-1.4142135zm3.54-3.5510678c-1.9526214-1.95262151-5.1184463-1.95262151-7.0710678 0l-.3597572.3597572-.0777063.0872208c-.3108255.3925176-.2849234.964363.0777063 1.3269927.3905243.3905243 1.0236893.3905243 1.4142136 0l.3597572-.3597572.1282448-.1210426c1.1780778-1.0490359 2.9846649-1.0086884 4.1143959.1210426 1.1715729 1.1715729 1.1715729 3.0710678 0 4.2426407l-.5612154.5612154-.0777064.0872208c-.3108254.3925177-.2849233.9643631.0777064 1.3269928.3905243.3905243 1.0236893.3905243 1.4142135 0l.5612154-.5612154.1500977-.1566306c1.8011716-1.9617731 1.751139-5.0132006-.1500977-6.9144372z\" fill=\"currentColor\"/></g></svg></li><li title=\"linkfile o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m19.120106 0c1.8257724 0 3.5522076.83131873 4.6906771 2.25867017l4.8798939 6.11814718c.847677 1.06277155 1.309323 2.38190365 1.309323 3.74132985v13.8818528c0 3.3137085-2.6862915 6-6 6h-16c-3.3137085 0-6-2.6862915-6-6v-20c0-3.3137085 2.6862915-6 6-6zm0 2h-11.120106c-2.14219539 0-3.89107888 1.68396847-3.99510469 3.80035966l-.00489531.19964034v20c0 2.1421954 1.68396847 3.8910789 3.80035966 3.9951047l.19964034.0048953h16c2.1421954 0 3.8910789-1.6839685 3.9951047-3.8003597l.0048953-.1996403v-13.8818528c0-.8238947-.2543504-1.6255887-.7251774-2.29685957l-.1477046-.19736034-4.8798939-6.11814718c-.7115434-.89209465-1.767598-1.43495138-2.8997521-1.49932373zm-6.4609146 12.6839543c.3626297.3626297.3885318.9344751.0777064 1.3269928l-.0777064.0872208-.9018321.9018321c-1.1715729 1.1715729-1.1715729 3.0710678 0 4.2426407 1.129731 1.129731 2.9363181 1.1700785 4.1143959.1210426l.1282448-.1210426.6961367-.6961367c.3905243-.3905243 1.0236893-.3905243 1.4142135 0 .3626297.3626297.3885319.9344751.0777064 1.3269928l-.0777064.0872208-.6961366.6961366c-1.9526215 1.9526215-5.1184464 1.9526215-7.0710678 0-1.90123673-1.9012366-1.95126928-4.9526641-.1500977-6.9144372l.1500977-.1566306.9018321-.9018321c.3905242-.3905243 1.0236892-.3905243 1.4142135 0zm5.4576628.2102593c.3905243.3905243.3905243 1.0236892 0 1.4142135l-2.8284271 2.8284271c-.3905243.3905243-1.0236892.3905243-1.4142135 0-.3905243-.3905242-.3905243-1.0236892 0-1.4142135l2.8284271-2.8284271c.3905243-.3905243 1.0236893-.3905243 1.4142135 0zm3.54-3.5510678c1.9012367 1.9012366 1.9512693 4.9526641.1500977 6.9144372l-.1500977.1566306-.5612154.5612154c-.3905242.3905243-1.0236892.3905243-1.4142135 0-.3626297-.3626297-.3885318-.9344751-.0777064-1.3269928l.0777064-.0872208.5612154-.5612154c1.1715729-1.1715729 1.1715729-3.0710678 0-4.2426407-1.129731-1.129731-2.9363181-1.1700785-4.1143959-.1210426l-.1282448.1210426-.3597572.3597572c-.3905243.3905243-1.0236893.3905243-1.4142136 0-.3626297-.3626297-.3885318-.9344751-.0777063-1.3269927l.0777063-.0872208.3597572-.3597572c1.9526215-1.95262151 5.1184464-1.95262151 7.0710678 0z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"linkfile sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22.0092457 0 7.9907543 10.0183757v21.9816243h-28v-32zm-10.0571611 13.9768476-1.6089388 1.6089388-.1500977.1566306c-1.80117158 1.9617731-1.75113903 5.0132006.1500977 6.9144372 1.9526214 1.9526215 5.1184463 1.9526215 7.0710678 0l1.4032434-1.4032434-1.4142135-1.4142136-1.4032435 1.4032435-.1282448.1210426c-1.1780778 1.0490359-2.9846649 1.0086884-4.1143959-.1210426-1.1715729-1.1715729-1.1715729-3.0710678 0-4.2426407l1.6089389-1.6089389zm5.4576629.2102592-4.2426407 4.2426407 1.4142135 1.4142135 4.2426407-4.2426407zm4.2471067-2.843961c-1.9526214-1.95262151-5.1184463-1.95262151-7.0710678 0l-1.066864 1.066864 1.4142136 1.4142135 1.066864-1.066864.1282448-.1210426c1.1780778-1.0490359 2.9846649-1.0086884 4.1143959.1210426 1.1715729 1.1715729 1.1715729 3.0710678 0 4.2426407l-1.2683222 1.2683222 1.4142136 1.4142135 1.2683221-1.2683221.1500977-.1566306c1.8011716-1.9617731 1.751139-5.0132006-.1500977-6.9144372z\" fill=\"currentColor\"/></g></svg></li><li title=\"linkfile so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22.0092457 0 7.9907543 10.0183757v21.9816243h-28v-32zm-.9632457 2h-17.046v28h24v-19.282zm-9.0939154 11.9768476 1.4142136 1.4142135-1.6089389 1.6089389c-1.1715729 1.1715729-1.1715729 3.0710678 0 4.2426407 1.129731 1.129731 2.9363181 1.1700785 4.1143959.1210426l.1282448-.1210426 1.4032435-1.4032435 1.4142135 1.4142136-1.4032434 1.4032434c-1.9526215 1.9526215-5.1184464 1.9526215-7.0710678 0-1.90123673-1.9012366-1.95126928-4.9526641-.1500977-6.9144372l.1500977-.1566306zm5.4576629.2102592 1.4142135 1.4142135-4.2426407 4.2426407-1.4142135-1.4142135zm4.2471067-2.843961c1.9012367 1.9012366 1.9512693 4.9526641.1500977 6.9144372l-.1500977.1566306-1.2683221 1.2683221-1.4142136-1.4142135 1.2683222-1.2683222c1.1715729-1.1715729 1.1715729-3.0710678 0-4.2426407-1.129731-1.129731-2.9363181-1.1700785-4.1143959-.1210426l-.1282448.1210426-1.066864 1.066864-1.4142136-1.4142135 1.066864-1.066864c1.9526215-1.95262151 5.1184464-1.95262151 7.0710678 0z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"lock f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 0c4.418278 0 8 3.581722 8 8v2c3.3137085 0 6 2.6862915 6 6v10c0 3.3137085-2.6862915 6-6 6h-16c-3.3137085 0-6-2.6862915-6-6v-10c0-3.3137085 2.6862915-6 6-6v-2c0-4.418278 3.581722-8 8-8zm4 20h-8c-.5522847 0-1 .4477153-1 1s.4477153 1 1 1h8c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1zm-4-18c-3.2383969 0-5.8775718 2.56557489-5.9958615 5.77506174l-.0041385.22493826v2h12v-2c0-3.23839694-2.5655749-5.87757176-5.7750617-5.99586153z\" fill=\"currentColor\"/></g></svg></li><li title=\"lock o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 0c4.418278 0 8 3.581722 8 8v2c3.3137085 0 6 2.6862915 6 6v10c0 3.3137085-2.6862915 6-6 6h-16c-3.3137085 0-6-2.6862915-6-6v-10c0-3.3137085 2.6862915-6 6-6v-2c0-4.418278 3.581722-8 8-8zm8 12h-16c-2.14219539 0-3.89107888 1.6839685-3.99510469 3.8003597l-.00489531.1996403v10c0 2.1421954 1.68396847 3.8910789 3.80035966 3.9951047l.19964034.0048953h16c2.1421954 0 3.8910789-1.6839685 3.9951047-3.8003597l.0048953-.1996403v-10c0-2.1421954-1.6839685-3.8910789-3.8003597-3.9951047zm-4 8c.5522847 0 1 .4477153 1 1s-.4477153 1-1 1h-8c-.5522847 0-1-.4477153-1-1s.4477153-1 1-1zm-4-18c-3.2383969 0-5.8775718 2.56557489-5.9958615 5.77506174l-.0041385.22493826v2h12v-2c0-3.23839694-2.5655749-5.87757176-5.7750617-5.99586153z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"lock sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m24 0v10h6v22h-28v-22h6v-10zm-3 20h-10v2h10zm1-18h-12v8h12z\" fill=\"currentColor\"/></g></svg></li><li title=\"lock so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m24 0v10h6v22h-28v-22h6v-10zm4 12h-24v18h24zm-7 8v2h-10v-2zm1-18h-12v8h12z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"lockfile f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m19.120106 0c1.8257724 0 3.5522076.83131873 4.6906771 2.25867017l4.8798939 6.11814718c.847677 1.06277155 1.309323 2.38190365 1.309323 3.74132985v13.8818528c0 3.3137085-2.6862915 6-6 6h-16c-3.3137085 0-6-2.6862915-6-6v-20c0-3.3137085 2.6862915-6 6-6zm-3.120106 10c-2.209139 0-4 1.790861-4 4l.0000889.1706743c-1.1652388.4118113-2.0000889 1.5230736-2.0000889 2.8293257v4c0 1.6568542 1.3431458 3 3 3h6c1.6568542 0 3-1.3431458 3-3v-4c0-1.3058822-.8343774-2.4168852-1.9990993-2.8289758l-.0009007-.1710242c0-2.209139-1.790861-4-4-4zm3 6 .1166211.0067277c.4973387.0577651.8833789.4804365.8833789.9932723v4l-.0067277.1166211c-.0577651.4973387-.4804365.8833789-.9932723.8833789h-6l-.1166211-.0067277c-.4973387-.0577651-.8833789-.4804365-.8833789-.9932723v-4l.0067277-.1166211c.0577651-.4973387.4804365-.8833789.9932723-.8833789zm-3-4c1.1045695 0 2 .8954305 2 2h-4l.0054857-.1492623c.0763492-1.0348599.9401525-1.8507377 1.9945143-1.8507377z\" fill=\"currentColor\"/></g></svg></li><li title=\"lockfile o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m19.120106 0c1.8257724 0 3.5522076.83131873 4.6906771 2.25867017l4.8798939 6.11814718c.847677 1.06277155 1.309323 2.38190365 1.309323 3.74132985v13.8818528c0 3.3137085-2.6862915 6-6 6h-16c-3.3137085 0-6-2.6862915-6-6v-20c0-3.3137085 2.6862915-6 6-6zm0 2h-11.120106c-2.14219539 0-3.89107888 1.68396847-3.99510469 3.80035966l-.00489531.19964034v20c0 2.1421954 1.68396847 3.8910789 3.80035966 3.9951047l.19964034.0048953h16c2.1421954 0 3.8910789-1.6839685 3.9951047-3.8003597l.0048953-.1996403v-13.8818528c0-.8238947-.2543504-1.6255887-.7251774-2.29685957l-.1477046-.19736034-4.8798939-6.11814718c-.7115434-.89209465-1.767598-1.43495138-2.8997521-1.49932373zm-3.120106 8c2.209139 0 4 1.790861 4 4l.0009007.1710242c1.1647219.4120906 1.9990993 1.5230936 1.9990993 2.8289758v4c0 1.6568542-1.3431458 3-3 3h-6c-1.6568542 0-3-1.3431458-3-3v-4c0-1.3062521.8348501-2.4175144 2.0000889-2.8293257l-.0000889-.1706743c0-2.209139 1.790861-4 4-4zm3 6h-6c-.5128358 0-.9355072.3860402-.9932723.8833789l-.0067277.1166211v4c0 .5128358.3860402.9355072.8833789.9932723l.1166211.0067277h6c.5128358 0 .9355072-.3860402.9932723-.8833789l.0067277-.1166211v-4c0-.5128358-.3860402-.9355072-.8833789-.9932723zm-3-4c-1.0543618 0-1.9181651.8158778-1.9945143 1.8507377l-.0054857.1492623h4c0-1.1045695-.8954305-2-2-2z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"lockfile sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22.0092457 0 7.9907543 10.0183757v21.9816243h-28v-32zm-2.0092457 10h-8v4h-2v10h12v-10h-2zm0 6v6h-8v-6zm-2-4v2h-4v-2z\" fill=\"currentColor\"/></g></svg></li><li title=\"lockfile so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22.0092457 0 7.9907543 10.0183757v21.9816243h-28v-32zm-.9632457 2h-17.046v28h24v-19.282zm-1.046 8v4h2v10h-12v-10h2v-4zm0 6h-8v6h8zm-2-4h-4v2h4z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"lr o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m26.3213203 10.3213203 4.9497475 4.9497475c.180242.180242.2772954.4121707.2911601.6480754v.1612085c-.0138647.2359047-.1109181.4678334-.2911601.6480754l-4.9497475 4.9497475c-.3905242.3905243-1.0236892.3905243-1.4142135 0s-.3905243-1.0236893 0-1.4142136l3.2711211-3.2708932-9.4182279-.0006796c-.5522847 0-1-.4477153-1-1 0-.5522848.4477153-1 1-1l9.4042279.0006796-3.2571211-3.2575339c-.3905243-.3905243-.3905243-1.0236893 0-1.4142136.3905243-.39052425 1.0236893-.39052425 1.4142135 0zm-19.25025249-.0071067c.39052429.3905243.39052429 1.0236892 0 1.4142135l-3.27112115 3.2708932 9.44269404.0006797c.5522847 0 1 .4477153 1 1s-.4477153 1-1 1l-9.42869404-.0006797 3.25712115 3.2575339c.39052429.3905243.39052429 1.0236893 0 1.4142136s-1.02368927.3905243-1.41421356 0l-4.94974747-4.9497475c-.18024198-.1802419-.27729535-.4121707-.29116012-.6480754v-.1612085c.01386477-.2359046.11091814-.4678334.29116012-.6480754l4.94974747-4.9497474c.39052429-.39052433 1.02368927-.39052433 1.41421356 0z\" fill=\"#000\"/></g></svg></li><li title=\"lr so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m25.6142136 9.61421356 6.363961 6.36396104-.022.0221068.022.0210389-6.363961 6.3639611-1.4142136-1.4142136 3.9781746-3.9777864-10.4181746-.0008932v-2l10.4041746.0008932-3.9641746-3.9648543zm-19.25025257-.00710678 1.41421356 1.41421352-3.97817459 3.9777865 10.4426407.0008932v2l-10.4286407-.0008932 3.96417459 3.9648542-1.41421356 1.4142136-6.36396103-6.363961.022-.0221068-.022-.021039z\" fill=\"#000\"/></g></svg></li><li title=\"magnet f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m26 1c2.1421954 0 3.8910789 1.68396847 3.9951047 3.80035966l.0048953.19964034v11.862069c0 7.795991-6.2556551 14.137931-14 14.137931-7.63969163 0-13.83065638-6.1716943-13.99658463-13.822686l-.00341537-.315245v-11.862069c0-2.209139 1.790861-4 4-4 2.14219539 0 3.89107888 1.68396847 3.99510469 3.80035966l.00489531.19964034v11.862069c0 3.4020583 2.6986499 6.137931 6 6.137931 3.2263194 0 5.8770228-2.612928 5.9958428-5.9070291l.0041572-.2309019v-11.862069c0-2.209139 1.790861-4 4-4zm1 10h-2c-.5522847 0-1 .4477153-1 1s.4477153 1 1 1h2c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1zm-20 0h-2c-.55228475 0-1 .4477153-1 1s.44771525 1 1 1h2c.55228475 0 1-.4477153 1-1s-.44771525-1-1-1zm20-6h-2c-.5522847 0-1 .44771525-1 1s.4477153 1 1 1h2c.5522847 0 1-.44771525 1-1s-.4477153-1-1-1zm-20 0h-2c-.55228475 0-1 .44771525-1 1s.44771525 1 1 1h2c.55228475 0 1-.44771525 1-1s-.44771525-1-1-1z\" fill=\"currentColor\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"magnet o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m4 3v5h4v-5h2v13.3636364c0 3.6836507 2.7066535 6.6363636 6 6.6363636 3.220161 0 5.8794146-2.8229393 5.9960134-6.3918942l.0039866-.2444694v-13.3636364h2v5h4v-5h2v13.9655172c0 7.7504387-6.2674196 14.0344828-14 14.0344828-7.62808604 0-13.83034272-6.1153526-13.99657828-13.721091l-.00342172-.3133918v-13.9655172zm4 7h-4v6.9655172c0 6.6470535 5.37317687 12.0344828 12 12.0344828 6.5264167 0 11.8368887-5.2254107 11.9963138-11.7332258l.0036862-.301257v-6.9655172h-4v6.3636364c0 4.7512436-3.56136 8.6363636-8 8.6363636-4.3564429 0-7.86779693-3.742559-7.9963531-8.3733159l-.0036469-.2630477zm20-9c1.0543618 0 1.9181651.81587779 1.9945143 1.85073766l.0054857.14926234h-8c0-1.1045695.8954305-2 2-2zm-20 0c1.0543618 0 1.91816512.81587779 1.99451426 1.85073766l.00548574.14926234h-8c0-1.1045695.8954305-2 2-2z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"magnet sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m10 1v15.862069c0 3.4020583 2.6986499 6.137931 6 6.137931 3.2263194 0 5.8770228-2.612928 5.9958428-5.9070291l.0041572-.2309019v-15.862069h8v15.862069c0 7.795991-6.2556551 14.137931-14 14.137931-7.63969163 0-13.83065638-6.1716943-13.99658463-13.822686l-.00341537-.315245v-15.862069zm18 10h-4v2h4zm-20 0h-4v2h4zm20-6h-4v2h4zm-20 0h-4v2h4z\" fill=\"currentColor\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"magnet so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m4 3v5h4v-5h2v13.3636364c0 3.6836507 2.7066535 6.6363636 6 6.6363636 3.220161 0 5.8794146-2.8229393 5.9960134-6.3918942l.0039866-.2444694v-13.3636364h2v5h4v-5h2v13.9655172c0 7.7504387-6.2674196 14.0344828-14 14.0344828-7.62808604 0-13.83034272-6.1153526-13.99657828-13.721091l-.00342172-.3133918v-13.9655172zm4 7h-4v6.9655172c0 6.6470535 5.37317687 12.0344828 12 12.0344828 6.5264167 0 11.8368887-5.2254107 11.9963138-11.7332258l.0036862-.301257v-6.9655172h-4v6.3636364c0 4.7512436-3.56136 8.6363636-8 8.6363636-4.3564429 0-7.86779693-3.742559-7.9963531-8.3733159l-.0036469-.2630477zm22-9v2h-8v-2zm-20 0v2h-8v-2z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"magnifier f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m15 0c8.2842712 0 15 6.71572875 15 15 0 3.7818764-1.3995847 7.2368622-3.7090554 9.8752589l4.6588029 4.660275c.3905243.3905243.3905243 1.0236893 0 1.4142136s-1.0236893.3905243-1.4142136 0l-4.660275-4.6588029c-2.6383967 2.3094707-6.0933825 3.7090554-9.8752589 3.7090554-8.28427125 0-15-6.7157288-15-15 0-8.28427125 6.71572875-15 15-15zm0 9c-.5522847 0-1 .44771525-1 1v4h-4c-.55228475 0-1 .4477153-1 1s.44771525 1 1 1h4v4c0 .5522847.4477153 1 1 1s1-.4477153 1-1v-4h4c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1h-4v-4c0-.55228475-.4477153-1-1-1z\" fill=\"currentColor\"/></g></svg></li><li title=\"magnifier o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m15 0c8.2842712 0 15 6.71572875 15 15 0 3.7818764-1.3995847 7.2368622-3.7090554 9.8752589l4.6588029 4.660275c.3905243.3905243.3905243 1.0236893 0 1.4142136s-1.0236893.3905243-1.4142136 0l-4.660275-4.6588029c-2.6383967 2.3094707-6.0933825 3.7090554-9.8752589 3.7090554-8.28427125 0-15-6.7157288-15-15 0-8.28427125 6.71572875-15 15-15zm0 2c-7.17970175 0-13 5.82029825-13 13 0 7.1797017 5.82029825 13 13 13 7.1797017 0 13-5.8202983 13-13 0-7.17970175-5.8202983-13-13-13zm0 7c.5522847 0 1 .44771525 1 1v4h4c.5522847 0 1 .4477153 1 1s-.4477153 1-1 1h-4v4c0 .5522847-.4477153 1-1 1s-1-.4477153-1-1v-4h-4c-.55228475 0-1-.4477153-1-1s.44771525-1 1-1h4v-4c0-.55228475.4477153-1 1-1z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"magnifier sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m15 0c8.2842712 0 15 6.71572875 15 15 0 3.7823596-1.3999424 7.2377452-3.7099407 9.8762702l5.3667949 5.3663705-1.4142135 1.4142135-5.3663705-5.3667949c-2.638525 2.3099983-6.0939106 3.7099407-9.8762702 3.7099407-8.28427125 0-15-6.7157288-15-15 0-8.28427125 6.71572875-15 15-15zm1 9h-2v5h-5v2h5v5h2v-5h5v-2h-5z\" fill=\"currentColor\"/></g></svg></li><li title=\"magnifier so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m15 0c8.2842712 0 15 6.71572875 15 15 0 3.7823596-1.3999424 7.2377452-3.7099407 9.8762702l5.3667949 5.3663705-1.4142135 1.4142135-5.3663705-5.3667949c-2.638525 2.3099983-6.0939106 3.7099407-9.8762702 3.7099407-8.28427125 0-15-6.7157288-15-15 0-8.28427125 6.71572875-15 15-15zm0 2c-7.17970175 0-13 5.82029825-13 13 0 7.1797017 5.82029825 13 13 13 7.1797017 0 13-5.8202983 13-13 0-7.17970175-5.8202983-13-13-13zm1 7v5h5v2h-5v5h-2v-5h-5v-2h5v-5z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"magnifier2 f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m15 0c8.2842712 0 15 6.71572875 15 15 0 3.7818764-1.3995847 7.2368622-3.7090554 9.8752589l4.6588029 4.660275c.3905243.3905243.3905243 1.0236893 0 1.4142136s-1.0236893.3905243-1.4142136 0l-4.660275-4.6588029c-2.6383967 2.3094707-6.0933825 3.7090554-9.8752589 3.7090554-8.28427125 0-15-6.7157288-15-15 0-8.28427125 6.71572875-15 15-15zm5 14h-10c-.55228475 0-1 .4477153-1 1s.44771525 1 1 1h10c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1z\" fill=\"currentColor\"/></g></svg></li><li title=\"magnifier2 o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m15 0c8.2842712 0 15 6.71572875 15 15 0 3.7818764-1.3995847 7.2368622-3.7090554 9.8752589l4.6588029 4.660275c.3905243.3905243.3905243 1.0236893 0 1.4142136s-1.0236893.3905243-1.4142136 0l-4.660275-4.6588029c-2.6383967 2.3094707-6.0933825 3.7090554-9.8752589 3.7090554-8.28427125 0-15-6.7157288-15-15 0-8.28427125 6.71572875-15 15-15zm0 2c-7.17970175 0-13 5.82029825-13 13 0 7.1797017 5.82029825 13 13 13 7.1797017 0 13-5.8202983 13-13 0-7.17970175-5.8202983-13-13-13zm5 12c.5522847 0 1 .4477153 1 1s-.4477153 1-1 1h-10c-.55228475 0-1-.4477153-1-1s.44771525-1 1-1z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"magnifier2 sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m15 0c8.2842712 0 15 6.71572875 15 15 0 3.7823596-1.3999424 7.2377452-3.7099407 9.8762702l5.3667949 5.3663705-1.4142135 1.4142135-5.3663705-5.3667949c-2.638525 2.3099983-6.0939106 3.7099407-9.8762702 3.7099407-8.28427125 0-15-6.7157288-15-15 0-8.28427125 6.71572875-15 15-15zm6 14h-12v2h12z\" fill=\"currentColor\"/></g></svg></li><li title=\"magnifier2 so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m15 0c8.2842712 0 15 6.71572875 15 15 0 3.7823596-1.3999424 7.2377452-3.7099407 9.8762702l5.3667949 5.3663705-1.4142135 1.4142135-5.3663705-5.3667949c-2.638525 2.3099983-6.0939106 3.7099407-9.8762702 3.7099407-8.28427125 0-15-6.7157288-15-15 0-8.28427125 6.71572875-15 15-15zm0 2c-7.17970175 0-13 5.82029825-13 13 0 7.1797017 5.82029825 13 13 13 7.1797017 0 13-5.8202983 13-13 0-7.17970175-5.8202983-13-13-13zm6 12v2h-12v-2z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"mansion f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m17 0c2.1421954 0 3.8910789 1.68396847 3.9951047 3.80035966l.0048953.19964034-.0001204 2.53519846c.5148272-.29783539 1.1021962-.48422017 1.7291155-.52616269l.2710049-.00903577h5c2.1421954 0 3.8910789 1.68396847 3.9951047 3.80035966l.0048953.19964034v22h-18v-6c0-1.1045695-.8954305-2-2-2h-3c-1.1045695 0-2 .8954305-2 2v6h-7v-28c0-2.14219539 1.68396847-3.89107888 3.80035966-3.99510469l.19964034-.00489531zm10 26h-3c-.5522847 0-1 .4477153-1 1s.4477153 1 1 1h3c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1zm0-4h-3c-.5522847 0-1 .4477153-1 1s.4477153 1 1 1h3c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1zm-21-3h-1c-.55228475 0-1 .4477153-1 1v1c0 .5522847.44771525 1 1 1h1c.55228475 0 1-.4477153 1-1v-1c0-.5522847-.44771525-1-1-1zm5 0h-1c-.55228475 0-1 .4477153-1 1v1c0 .5522847.44771525 1 1 1h1c.5522847 0 1-.4477153 1-1v-1c0-.5522847-.4477153-1-1-1zm5 0h-1c-.5522847 0-1 .4477153-1 1v1c0 .5522847.4477153 1 1 1h1c.5522847 0 1-.4477153 1-1v-1c0-.5522847-.4477153-1-1-1zm11-1h-3c-.5522847 0-1 .4477153-1 1s.4477153 1 1 1h3c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1zm-21-4h-1c-.55228475 0-1 .4477153-1 1v1c0 .5522847.44771525 1 1 1h1c.55228475 0 1-.4477153 1-1v-1c0-.5522847-.44771525-1-1-1zm5 0h-1c-.55228475 0-1 .4477153-1 1v1c0 .5522847.44771525 1 1 1h1c.5522847 0 1-.4477153 1-1v-1c0-.5522847-.4477153-1-1-1zm5 0h-1c-.5522847 0-1 .4477153-1 1v1c0 .5522847.4477153 1 1 1h1c.5522847 0 1-.4477153 1-1v-1c0-.5522847-.4477153-1-1-1zm11 0h-3c-.5522847 0-1 .4477153-1 1s.4477153 1 1 1h3c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1zm-21-5h-1c-.55228475 0-1 .44771525-1 1v1c0 .5522847.44771525 1 1 1h1c.55228475 0 1-.4477153 1-1v-1c0-.55228475-.44771525-1-1-1zm5 0h-1c-.55228475 0-1 .44771525-1 1v1c0 .5522847.44771525 1 1 1h1c.5522847 0 1-.4477153 1-1v-1c0-.55228475-.4477153-1-1-1zm5 0h-1c-.5522847 0-1 .44771525-1 1v1c0 .5522847.4477153 1 1 1h1c.5522847 0 1-.4477153 1-1v-1c0-.55228475-.4477153-1-1-1zm11 1h-3c-.5522847 0-1 .4477153-1 1s.4477153 1 1 1h3c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1zm-21-6h-1c-.55228475 0-1 .44771525-1 1v1c0 .55228475.44771525 1 1 1h1c.55228475 0 1-.44771525 1-1v-1c0-.55228475-.44771525-1-1-1zm5 0h-1c-.55228475 0-1 .44771525-1 1v1c0 .55228475.44771525 1 1 1h1c.5522847 0 1-.44771525 1-1v-1c0-.55228475-.4477153-1-1-1zm5 0h-1c-.5522847 0-1 .44771525-1 1v1c0 .55228475.4477153 1 1 1h1c.5522847 0 1-.44771525 1-1v-1c0-.55228475-.4477153-1-1-1z\" fill=\"currentColor\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"mansion o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m0 32v-28c0-2.209139 1.790861-4 4-4h13c2.209139 0 4 1.790861 4 4l-.0001204 2.53519846c.5883739-.3403833 1.2714964-.53519846 2.0001204-.53519846h5c2.209139 0 4 1.790861 4 4v22zm19-28c0-1.0543618-.8158778-1.91816512-1.8507377-1.99451426l-.1492623-.00548574h-13c-1.1045695 0-2 .8954305-2 2v26h5v-4c0-1.1045695.8954305-2 2-2h3c1.1045695 0 2 .8954305 2 2v4h5zm-7 22h-3v4h3zm16-18h-5c-1.1045695 0-2 .8954305-2 2v20h9v-20c0-1.0543618-.8158778-1.91816512-1.8507377-1.99451426zm-1 18c.5522847 0 1 .4477153 1 1s-.4477153 1-1 1h-3c-.5522847 0-1-.4477153-1-1s.4477153-1 1-1zm0-4c.5522847 0 1 .4477153 1 1s-.4477153 1-1 1h-3c-.5522847 0-1-.4477153-1-1s.4477153-1 1-1zm-21-3c.55228475 0 1 .4477153 1 1v1c0 .5522847-.44771525 1-1 1h-1c-.55228475 0-1-.4477153-1-1v-1c0-.5522847.44771525-1 1-1zm5 0c.5522847 0 1 .4477153 1 1v1c0 .5522847-.4477153 1-1 1h-1c-.55228475 0-1-.4477153-1-1v-1c0-.5522847.44771525-1 1-1zm5 0c.5522847 0 1 .4477153 1 1v1c0 .5522847-.4477153 1-1 1h-1c-.5522847 0-1-.4477153-1-1v-1c0-.5522847.4477153-1 1-1zm11-1c.5522847 0 1 .4477153 1 1s-.4477153 1-1 1h-3c-.5522847 0-1-.4477153-1-1s.4477153-1 1-1zm-21-4c.55228475 0 1 .4477153 1 1v1c0 .5522847-.44771525 1-1 1h-1c-.55228475 0-1-.4477153-1-1v-1c0-.5522847.44771525-1 1-1zm5 0c.5522847 0 1 .4477153 1 1v1c0 .5522847-.4477153 1-1 1h-1c-.55228475 0-1-.4477153-1-1v-1c0-.5522847.44771525-1 1-1zm5 0c.5522847 0 1 .4477153 1 1v1c0 .5522847-.4477153 1-1 1h-1c-.5522847 0-1-.4477153-1-1v-1c0-.5522847.4477153-1 1-1zm11 0c.5522847 0 1 .4477153 1 1s-.4477153 1-1 1h-3c-.5522847 0-1-.4477153-1-1s.4477153-1 1-1zm-21-5c.55228475 0 1 .44771525 1 1v1c0 .5522847-.44771525 1-1 1h-1c-.55228475 0-1-.4477153-1-1v-1c0-.55228475.44771525-1 1-1zm5 0c.5522847 0 1 .44771525 1 1v1c0 .5522847-.4477153 1-1 1h-1c-.55228475 0-1-.4477153-1-1v-1c0-.55228475.44771525-1 1-1zm5 0c.5522847 0 1 .44771525 1 1v1c0 .5522847-.4477153 1-1 1h-1c-.5522847 0-1-.4477153-1-1v-1c0-.55228475.4477153-1 1-1zm11 1c.5522847 0 1 .4477153 1 1s-.4477153 1-1 1h-3c-.5522847 0-1-.4477153-1-1s.4477153-1 1-1zm-21-6c.55228475 0 1 .44771525 1 1v1c0 .55228475-.44771525 1-1 1h-1c-.55228475 0-1-.44771525-1-1v-1c0-.55228475.44771525-1 1-1zm5 0c.5522847 0 1 .44771525 1 1v1c0 .55228475-.4477153 1-1 1h-1c-.55228475 0-1-.44771525-1-1v-1c0-.55228475.44771525-1 1-1zm5 0c.5522847 0 1 .44771525 1 1v1c0 .55228475-.4477153 1-1 1h-1c-.5522847 0-1-.44771525-1-1v-1c0-.55228475.4477153-1 1-1z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"mansion sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m21 0v6h11v26h-18v-8h-7v8h-7v-32zm7 26h-5v2h5zm0-4h-5v2h5zm-21-3h-3v3h3zm5 0h-3v3h3zm5 0h-3v3h3zm11-1h-5v2h5zm-21-4h-3v3h3zm5 0h-3v3h3zm5 0h-3v3h3zm11 0h-5v2h5zm-21-5h-3v3h3zm5 0h-3v3h3zm5 0h-3v3h3zm11 1h-5v2h5zm-21-6h-3v3h3zm5 0h-3v3h3zm5 0h-3v3h3z\" fill=\"currentColor\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"mansion so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m0 32v-32h21v6h11v26zm19-30h-17v28h5v-6h7v6h5zm-7 24h-3v4h3zm18-18h-9v22h9zm-2 18v2h-5v-2zm0-4v2h-5v-2zm-21-3v3h-3v-3zm5 0v3h-3v-3zm5 0v3h-3v-3zm11-1v2h-5v-2zm-21-4v3h-3v-3zm5 0v3h-3v-3zm5 0v3h-3v-3zm11 0v2h-5v-2zm-21-5v3h-3v-3zm5 0v3h-3v-3zm5 0v3h-3v-3zm11 1v2h-5v-2zm-21-6v3h-3v-3zm5 0v3h-3v-3zm5 0v3h-3v-3z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"more f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm-5.6 14.6c-.77319865 0-1.4.6268014-1.4 1.4s.62680135 1.4 1.4 1.4c.7731986 0 1.4-.6268014 1.4-1.4s-.6268014-1.4-1.4-1.4zm5.6 0c-.7731986 0-1.4.6268014-1.4 1.4s.6268014 1.4 1.4 1.4 1.4-.6268014 1.4-1.4-.6268014-1.4-1.4-1.4zm5.6 0c-.7731986 0-1.4.6268014-1.4 1.4s.6268014 1.4 1.4 1.4 1.4-.6268014 1.4-1.4-.6268014-1.4-1.4-1.4z\" fill=\"currentColor\" fill-rule=\"evenodd\"/></svg></li><li title=\"more o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm0 2c-7.7319865 0-14 6.2680135-14 14s6.2680135 14 14 14 14-6.2680135 14-14-6.2680135-14-14-14zm-5.6 12.6c.7731986 0 1.4.6268014 1.4 1.4s-.6268014 1.4-1.4 1.4c-.77319865 0-1.4-.6268014-1.4-1.4s.62680135-1.4 1.4-1.4zm5.6 0c.7731986 0 1.4.6268014 1.4 1.4s-.6268014 1.4-1.4 1.4-1.4-.6268014-1.4-1.4.6268014-1.4 1.4-1.4zm5.6 0c.7731986 0 1.4.6268014 1.4 1.4s-.6268014 1.4-1.4 1.4-1.4-.6268014-1.4-1.4.6268014-1.4 1.4-1.4z\"/></svg></li><li title=\"more sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm-4.1 14.7h-2.6v2.6h2.6zm5.4 0h-2.6v2.6h2.6zm5.4 0h-2.6v2.6h2.6z\" fill=\"currentColor\" fill-rule=\"evenodd\"/></svg></li><li title=\"more so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm0 2c-7.7319865 0-14 6.2680135-14 14s6.2680135 14 14 14 14-6.2680135 14-14-6.2680135-14-14-14zm-4.1 12.7v2.6h-2.6v-2.6zm5.4 0v2.6h-2.6v-2.6zm5.4 0v2.6h-2.6v-2.6z\"/></svg></li><li title=\"motorcycle f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m21.3976443 0c2.1431453 0 4.4846026 1.84790991 6.620489 4.64279757.8158709 1.06759763 1.5223847 2.19181454 1.9561703 3.09686275.2287194.4771992.3789783.88574041.4373777 1.22589677.130692.76123499-.1581883 1.53444291-1.1287675 1.53444291l-.3022308-.0070024c-.1493249-.0080425-.3454471-.0248792-.7362058-.0593706-1.0156448-.0896488-1.7787277-.0849352-2.5620878.0882224l.2735604.5873181c.3367329-.0715316.6859964-.1091675 1.0440502-.1091675 2.7614237 0 5 2.2385763 5 5s-2.2385763 5-5 5-5-2.2385763-5-5c0-1.6905344.8389842-3.1851135 2.1232925-4.0900772l-.2916803-.625527c-.4172771.3178525-.9010289.8204435-1.5953421 1.6317997l-.8840221 1.0540812-.4179711.4911367c-1.484606 1.7133031-2.4655634 2.4716217-3.7300048 2.5343236l-.1742549.004263-7.13027629.0011864c-.46372867 2.2816492-2.48120217 3.9988136-4.89974091 3.9988136-2.76142375 0-5-2.2385763-5-5s2.23857625-5 5-5c2.4188915 0 4.43660076 1.7176654 4.89994372 3.999812l.88605628.000188-.000345-.0290143c-.0497943-.8320167-.4146223-1.7355376-1.32459674-2.7640258l-.1893317-.2073797c-.119662-.1271682-.24019224-.2472788-.36160859-.3605633-1.38230621-1.289726-2.51871932-1.6113203-4.62612344-1.62684l-.57566044.0006719c-2.06724456 0-3.61327656-2.85671996-3.27069651-4.34970728.17873809-.77895284.76108039-.99029217 1.51676779-.99479568.28648067-.00170727.5990043.02939162 1.02027779.09317291l1.15127949.1858323c.12217216.0173275.1963501.02467046.25189154.02607361l.03132336.00016148c2.03249295-.0334605 3.59649412.23374583 5.03398892.74394772l.34491374.1301715c.40499099.15777225.93693679.37501138 1.11634269.44169872l.1365799.04853214c.017887.00772939.0250971.01293291.0264317.017012l-.0014345.00205178.2520675-.21480094c1.3983183-1.17874425 2.3342246-1.67969943 3.3796944-1.89386135l.1857485-.03489577c1.3428643-.23020797 2.7036501-.1926031 4.0660112.03703614l.2674784.04852192-1.286413-2.00288608c-.1189313-.18803701-.2051957-.32782303-.2755979-.44656326l-.1107182-.19403828c-.031387-.05809474-.0576236-.11051642-.0798155-.15999987-.0485409-.10823645-.0819689-.20464986-.1002331-.3350623-.0700045-.49985777.1936393-1.08240916.8619173-1.15327552l.1390718-.00717469zm-2.3976443 8h-4c-.5522847 0-1 .44771525-1 1s.4477153 1 1 1h4c.5522847 0 1-.44771525 1-1s-.4477153-1-1-1z\" fill=\"currentColor\" transform=\"translate(0 5)\"/></g></svg></li><li title=\"motorcycle o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m21.3976443 5c2.1431453 0 4.4846026 1.84790991 6.620489 4.64279757.8158709 1.06759763 1.5223847 2.19181453 1.9561703 3.09686273.2287194.4771992.3789783.8857404.4373777 1.2258968.130692.761235-.1581883 1.5344429-1.1287675 1.5344429l-.3022308-.0070024c-.1493249-.0080425-.3454471-.0248792-.7362058-.0593706-1.0156448-.0896488-1.7787277-.0849352-2.5620878.0882224l.2735604.5873181c.3367329-.0715316.6859964-.1091675 1.0440502-.1091675 2.7614237 0 5 2.2385763 5 5s-2.2385763 5-5 5-5-2.2385763-5-5c0-1.6905344.8389842-3.1851135 2.1232925-4.0900772l-.2916803-.625527c-.4172771.3178525-.9010289.8204435-1.5953421 1.6317997l-.8840221 1.0540812-.4179711.4911367c-1.484606 1.7133031-2.4655634 2.4716217-3.7300048 2.5343236l-.1742549.004263-7.13027629.0011864c-.46372867 2.2816492-2.48120217 3.9988136-4.89974091 3.9988136-2.76142375 0-5-2.2385763-5-5s2.23857625-5 5-5c2.4188915 0 4.43660076 1.7176654 4.89994372 3.999812l.88605628.000188-.000345-.0290143c-.0497943-.8320167-.4146223-1.7355376-1.32459674-2.7640258l-.1893317-.2073797c-.119662-.1271682-.24019224-.2472788-.36160859-.3605633-1.38230621-1.289726-2.51871932-1.6113203-4.62612344-1.62684l-.57566044.0006719c-2.06724456 0-3.61327656-2.85672-3.27069651-4.3497073.17873809-.77895282.76108039-.99029215 1.51676779-.99479566.28648067-.00170727.5990043.02939162 1.02027779.09317291l1.15127949.1858323c.12217216.0173275.1963501.02467046.25189154.02607361l.03132336.00016148c2.03249295-.0334605 3.59649412.23374586 5.03398892.74394776l.34491374.1301715c.40499099.1577722.93693679.3750113 1.11634269.4416987l.1365799.0485321c.017887.0077294.0250971.0129329.0264317.017012l-.0014345.0020518.2520675-.2148009c1.3983183-1.17874429 2.3342246-1.67969947 3.3796944-1.89386139l.1857485-.03489577c1.3428643-.23020797 2.7036501-.1926031 4.0660112.03703614l.2674784.04852192-1.286413-2.00288608c-.1189313-.18803701-.2051957-.32782303-.2755979-.44656326l-.1107182-.19403828c-.031387-.05809474-.0576236-.11051642-.0798155-.15999987-.0485409-.10823645-.0819689-.20464986-.1002331-.3350623-.0700045-.49985777.1936393-1.08240916.8619173-1.15327552l.1390718-.00717469zm-16.3976443 13c-1.65685425 0-3 1.3431458-3 3s1.34314575 3 3 3c1.30588222 0 2.41688515-.8343774 2.82897577-1.9990993l-2.82897577-.0009007c-.55228475 0-1-.4477153-1-1 0-.5128358.38604019-.9355072.88337887-.9932723l.11662113-.0067277 2.82932572.0000889c-.4118113-1.1652388-1.52307366-2.0000889-2.82932572-2.0000889zm22 0c-.05349 0-.1066531.0013999-.1594546.0041651l1.230398 2.6399894c.2334056.50054.0168505 1.0955204-.4836895 1.3289261-.50054.2334056-1.0955204.0168504-1.3289261-.4836896l-1.2673283-2.7174093c-.6085226.5490531-.9909995 1.3438696-.9909995 2.2280183 0 1.6568542 1.3431458 3 3 3s3-1.3431458 3-3-1.3431458-3-3-3zm-5.6023557-11h-1.2816443l.8444984 1.31274802c.4474775.700311.86541 1.36411352 1.2880578 2.04873238l.0569795.0980381c.0690595.1290877.0695063.2071004.0719637.6361704l-.1203878.2422299c-.1714294.3355044-.221574.3584297-.5224418.4959813l-.3274283.0571472c-.0464623.0059021-.0744386.0063313-.1020641.0031225l-.1654307-.0298857-.2487574-.0710719-.1666636-.0525238c-.3688708-.115908-.669621-.2030543-1.0305208-.2926382-1.5247366-.3784758-3.0385175-.5091693-4.4723631-.2633644-.7903674.1354931-1.4766691.4988162-2.8457272 1.6844844-.0569933.0493589-.1154173.0951804-.1755098.1374257-.5711101.4014923-1.1663016.4271691-1.8627384.2029004l-.1959071-.0713023c-.38420867-.1467759-1.11407622-.4459604-1.36735586-.5358555-1.12294024-.3985588-2.33993293-.62238-3.9273684-.631295l-.52961001.0023623c-.16185415-.0029938-.31822177-.0199015-.62617832-.0681936l-1.04788772-.1709569c-.03598737-.0053381-.07074481-.0103457-.10431424-.0150251l.04290695.0945189c.26674166.5546715.74800327 1.1990997 1.12658239 1.1990997l.27220314-.0009284c2.76042521-.0137349 4.38995103.3882582 6.29397617 2.164761.1533039.1430364.3045521.293758.45376.4523255 1.3843914 1.4712317 1.9717584 2.8831727 2.053484 4.2136432l.0062426.1573499h4.2420172c.5860639 0 1.3382278-.6078186 2.6121781-2.1045053l.9311805-1.1118734c1.3736032-1.623637 2.0902116-2.2871761 3.1025117-2.7072528 1.4457497-.5999464 2.5806507-.7577312 4.0436095-.6844539l.355503.0210854-.0232427-.0478351c-.3375546-.654465-.8333421-1.4416014-1.4049656-2.2177166l-.2177527-.2902459c-1.7159496-2.24538439-3.5718606-3.74309956-4.8826124-3.85096134zm-2.3976443 6c.5522847 0 1 .4477153 1 1s-.4477153 1-1 1h-4c-.5522847 0-1-.4477153-1-1s.4477153-1 1-1z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"motorcycle sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m21.3976443 0c2.1431453 0 4.4846026 1.84790991 6.620489 4.64279757.8158709 1.06759763 1.5223847 2.19181454 1.9561703 3.09686275.2287194.4771992.3789783.88574041.4373777 1.22589677.130692.76123499-.1581883 1.53444291-1.1287675 1.53444291l-.3022308-.0070024c-.1493249-.0080425-.3454471-.0248792-.7362058-.0593706-1.0156448-.0896488-1.7787277-.0849352-2.5620878.0882224l.2735604.5873181c.3367329-.0715316.6859964-.1091675 1.0440502-.1091675 2.7614237 0 5 2.2385763 5 5s-2.2385763 5-5 5-5-2.2385763-5-5c0-1.6905344.8389842-3.1851135 2.1232925-4.0900772l-.2916803-.625527c-.4172771.3178525-.9010289.8204435-1.5953421 1.6317997l-.8840221 1.0540812-.4179711.4911367c-1.484606 1.7133031-2.4655634 2.4716217-3.7300048 2.5343236l-.1742549.004263-7.13027629.0011864c-.46372867 2.2816492-2.48120217 3.9988136-4.89974091 3.9988136-2.76142375 0-5-2.2385763-5-5s2.23857625-5 5-5c2.4188915 0 4.43660076 1.7176654 4.89994372 3.999812l.88605628.000188-.000345-.0290143c-.0497943-.8320167-.4146223-1.7355376-1.32459674-2.7640258l-.1893317-.2073797c-.119662-.1271682-.24019224-.2472788-.36160859-.3605633-1.38230621-1.289726-2.51871932-1.6113203-4.62612344-1.62684l-.57566044.0006719c-2.06724456 0-3.61327656-2.85671996-3.27069651-4.34970728.17873809-.77895284.76108039-.99029217 1.51676779-.99479568.28648067-.00170727.5990043.02939162 1.02027779.09317291l1.15127949.1858323c.12217216.0173275.1963501.02467046.25189154.02607361l.03132336.00016148c2.03249295-.0334605 3.59649412.23374583 5.03398892.74394772l.34491374.1301715c.40499099.15777225.93693679.37501138 1.11634269.44169872l.1365799.04853214c.017887.00772939.0250971.01293291.0264317.017012l-.0014345.00205178.2520675-.21480094c1.3983183-1.17874425 2.3342246-1.67969943 3.3796944-1.89386135l.1857485-.03489577c1.3428643-.23020797 2.7036501-.1926031 4.0660112.03703614l.2674784.04852192-1.286413-2.00288608c-.1189313-.18803701-.2051957-.32782303-.2755979-.44656326l-.1107182-.19403828c-.031387-.05809474-.0576236-.11051642-.0798155-.15999987-.0485409-.10823645-.0819689-.20464986-.1002331-.3350623-.0700045-.49985777.1936393-1.08240916.8619173-1.15327552l.1390718-.00717469zm-1.3976443 8h-6v2h6z\" fill=\"currentColor\" transform=\"translate(0 5)\"/></g></svg></li><li title=\"motorcycle so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m21.3976443 0c2.1431453 0 4.4846026 1.84790991 6.620489 4.64279757.8158709 1.06759763 1.5223847 2.19181454 1.9561703 3.09686275.2287194.4771992.3789783.88574041.4373777 1.22589677.130692.76123499-.1581883 1.53444291-1.1287675 1.53444291l-.3022308-.0070024c-.1493249-.0080425-.3454471-.0248792-.7362058-.0593706-1.0156448-.0896488-1.7787277-.0849352-2.5620878.0882224l.2735604.5873181c.3367329-.0715316.6859964-.1091675 1.0440502-.1091675 2.7614237 0 5 2.2385763 5 5s-2.2385763 5-5 5-5-2.2385763-5-5c0-1.6905344.8389842-3.1851135 2.1232925-4.0900772l-.2916803-.625527c-.4172771.3178525-.9010289.8204435-1.5953421 1.6317997l-.8840221 1.0540812-.4179711.4911367c-1.484606 1.7133031-2.4655634 2.4716217-3.7300048 2.5343236l-.1742549.004263-7.13027629.0011864c-.46372867 2.2816492-2.48120217 3.9988136-4.89974091 3.9988136-2.76142375 0-5-2.2385763-5-5s2.23857625-5 5-5c2.4188915 0 4.43660076 1.7176654 4.89994372 3.999812l.88605628.000188-.000345-.0290143c-.0497943-.8320167-.4146223-1.7355376-1.32459674-2.7640258l-.1893317-.2073797c-.119662-.1271682-.24019224-.2472788-.36160859-.3605633-1.38230621-1.289726-2.51871932-1.6113203-4.62612344-1.62684l-.57566044.0006719c-2.06724456 0-3.61327656-2.85671996-3.27069651-4.34970728.17873809-.77895284.76108039-.99029217 1.51676779-.99479568.28648067-.00170727.5990043.02939162 1.02027779.09317291l1.15127949.1858323c.12217216.0173275.1963501.02467046.25189154.02607361l.03132336.00016148c2.03249295-.0334605 3.59649412.23374583 5.03398892.74394772l.34491374.1301715c.40499099.15777225.93693679.37501138 1.11634269.44169872l.1365799.04853214c.017887.00772939.0250971.01293291.0264317.017012l-.0014345.00205178.2520675-.21480094c1.3983183-1.17874425 2.3342246-1.67969943 3.3796944-1.89386135l.1857485-.03489577c1.3428643-.23020797 2.7036501-.1926031 4.0660112.03703614l.2674784.04852192-1.286413-2.00288608c-.1189313-.18803701-.2051957-.32782303-.2755979-.44656326l-.1107182-.19403828c-.031387-.05809474-.0576236-.11051642-.0798155-.15999987-.0485409-.10823645-.0819689-.20464986-.1002331-.3350623-.0700045-.49985777.1936393-1.08240916.8619173-1.15327552l.1390718-.00717469zm-16.3976443 13c-1.65685425 0-3 1.3431458-3 3s1.34314575 3 3 3c1.30588222 0 2.41688515-.8343774 2.82897577-1.9990993l-3.82897577-.0009007v-2l3.82932572.0000889c-.4118113-1.1652388-1.52307366-2.0000889-2.82932572-2.0000889zm22 0c-.05349 0-.1066531.0013999-.1594546.0041651l1.6530163 3.5462972-1.8126156.8452365-1.6899466-3.6237171c-.6085226.5490531-.9909995 1.3438696-.9909995 2.2280183 0 1.6568542 1.3431458 3 3 3s3-1.3431458 3-3-1.3431458-3-3-3zm-5.6023557-11h-1.2816443l.8444984 1.31274802c.4474775.700311.86541 1.36411352 1.2880578 2.04873234l.0569795.0980381c.0690595.1290877.0695063.20710043.0719637.63617047l-.1203878.24222983c-.1714294.33550446-.221574.35842973-.5224418.49598135l-.3274283.05714715c-.0464623.00590212-.0744386.0063313-.1020641.00312255l-.1654307-.02988573-.2487574-.07107192-.1666636-.05252377c-.3688708-.11590803-.669621-.20305428-1.0305208-.29263819-1.5247366-.37847584-3.0385175-.50916934-4.4723631-.2633644-.7903674.13549312-1.4766691.49881622-2.8457272 1.68448441-.0569933.04935888-.1154173.09518042-.1755098.13742567-.5711101.40149229-1.1663016.42716907-1.8627384.20290046l-.1959071-.07130232c-.38420867-.14677593-1.11407622-.44596043-1.36735586-.53585554-1.12294024-.39855882-2.33993293-.62238001-3.9273684-.63129502l-.52961001.0023623c-.16185415-.00299375-.31822177-.01990148-.62617832-.0681936l-1.04788772-.17095682c-.03598737-.00533818-.07074481-.01034575-.10431424-.01502511l.04290695.09451891c.26674166.55467151.74800327 1.19909968 1.12658239 1.19909968l.27220314-.00092845c2.76042521-.01373492 4.38995103.38825827 6.29397617 2.16476103.1533039.1430364.3045521.293758.45376.4523255 1.3843914 1.4712317 1.9717584 2.8831727 2.053484 4.2136432l.0062426.1573499h4.2420172c.5860639 0 1.3382278-.6078186 2.6121781-2.1045053l.9311805-1.1118734c1.3736032-1.623637 2.0902116-2.28717606 3.1025117-2.70725279 1.4457497-.59994644 2.5806507-.7577312 4.0436095-.6844539l.355503.02108539-.0232427-.04783507c-.3375546-.65446499-.8333421-1.4416014-1.4049656-2.21771658l-.2177527-.29024592c-1.7159496-2.24538442-3.5718606-3.74309959-4.8826124-3.85096137zm-1.3976443 6v2h-6v-2z\" fill=\"#000\" fill-rule=\"nonzero\" transform=\"translate(0 5)\"/></g></svg></li><li title=\"mouse f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m12.5 0c6.9035594 0 12.5 5.59644063 12.5 12.5v7c0 6.9035594-5.5964406 12.5-12.5 12.5-6.90355937 0-12.5-5.5964406-12.5-12.5v-7c0-6.90355937 5.59644063-12.5 12.5-12.5zm0 7c-.5522847 0-1 .44771525-1 1v6c0 .5522847.4477153 1 1 1s1-.4477153 1-1v-6c0-.55228475-.4477153-1-1-1z\" fill=\"currentColor\" transform=\"translate(3.5)\"/></g></svg></li><li title=\"mouse o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m13.5 0c7.1797017 0 13 5.82029825 13 13v6c0 7.1797017-5.8202983 13-13 13-7.17970175 0-13-5.8202983-13-13v-6c0-7.17970175 5.82029825-13 13-13zm0 2c-6.07513225 0-11 4.92486775-11 11v6c0 6.0751322 4.92486775 11 11 11 6.0751322 0 11-4.9248678 11-11v-6c0-6.07513225-4.9248678-11-11-11zm0 5c.5522847 0 1 .44771525 1 1v6c0 .5522847-.4477153 1-1 1s-1-.4477153-1-1v-6c0-.55228475.4477153-1 1-1z\" fill=\"#000\" fill-rule=\"nonzero\" transform=\"translate(2.5)\"/></g></svg></li><li title=\"mouse sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m12.5 0v5h6c2.209139 0 4 1.790861 4 4v19c0 2.209139-1.790861 4-4 4h-14c-2.209139 0-4-1.790861-4-4v-19c0-2.209139 1.790861-4 4-4h6v-3h-4v-2zm0 9h-2v8h2z\" fill=\"currentColor\" transform=\"translate(4.5)\"/></g></svg></li><li title=\"mouse so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m12.5 5h5c2.7614237 0 5 2.23857625 5 5v17c0 2.7614237-2.2385763 5-5 5h-12c-2.76142375 0-5-2.2385763-5-5v-17c0-2.76142375 2.23857625-5 5-5h5v-3h-4v-2h6zm5 2h-12c-1.65685425 0-3 1.34314575-3 3v17c0 1.6568542 1.34314575 3 3 3h12c1.6568542 0 3-1.3431458 3-3v-17c0-1.65685425-1.3431458-3-3-3zm-5 2v8h-2v-8z\" fill=\"#000\" fill-rule=\"nonzero\" transform=\"translate(4.5)\"/></g></svg></li><li title=\"movefile f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m14.9273089 0c1.3507578 0 2.6102792.68171893 3.3489347 1.81261877l3.0726911 4.70436588c.2951634.45190253.4944594.95672835.5886217 1.4833462l.9897525-.00033085c1.3507578 0 2.6102792.68171892 3.3489347 1.81261877l3.0726911 4.70436593c.4248338.6504311.6510653 1.4104999.6510653 2.1873812v11.2956341c0 2.209139-1.790861 4-4 4h-12c-2.209139 0-4-1.790861-4-4v-4h-4c-2.209139 0-4-1.790861-4-4v-16c0-2.209139 1.790861-4 4-4zm8 10h-.9273089v10c0 2.209139-1.790861 4-4 4h-6v4c0 1.0543618.8158778 1.9181651 1.8507377 1.9945143l.1492623.0054857h12c1.0543618 0 1.9181651-.8158778 1.9945143-1.8507377l.0054857-.1492623v-11.2956341c0-.3329491-.0831054-.6597222-.2406168-.9510916l-.0849159-.142599-3.072691-4.7043659c-.3385505-.5183291-.8959369-.8479398-1.5066973-.8992754zm1.1136282-9.27007337c2.3863353.37795839 4.2843115 2.08884529 4.9278435 4.30259104l.2292956-.39854307c.2761424-.47829263.8877328-.64216778 1.3660254-.36602541.4782926.27614238.6421678.88773278.3660254 1.36602541l-1.5 2.59807621c-.2761424.47829262-.8877328.64216778-1.3660254.3660254l-2.5980762-1.5c-.4782926-.27614237-.6421678-.88773278-.3660254-1.3660254.2761424-.47829263.8877328-.64216778 1.3660254-.36602541l.6178227.35577716c-.3911224-1.54121271-1.6955517-2.75354493-3.35578-3.01649925-.5123516-.08114853-1.024617-.06771098-1.5181432.03601038-.5404776.11358885-1.0707032-.23247285-1.184292-.77295043-.1135889-.54047759.2324728-1.07070319.7729504-1.18429204.7310284-.15363573 1.4887051-.17351081 2.2423538-.05414459z\" fill=\"currentColor\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"movefile o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m14.9273089 0c1.3507578 0 2.6102792.68171893 3.3489347 1.81261877l3.0726911 4.70436588c.2951634.45190253.4944594.95672835.5886217 1.4833462l.4588284-.00033085c1.6221897 0 3.1381067.78648551 4.0730768 2.0999637l.135829.2009418 2.6036153 4.0600177c.4648783.7249205.7337619 1.5561936.7828898 2.4127504l.0082043.2863441v9.9399823c0 2.6887547-2.1223067 4.8818181-4.7831104 4.9953805l-.2168896.0046195h-10c-2.6887547 0-4.8818181-2.1223067-4.9953805-4.7831104l-.0046195-.2168896v-3h-4c-2.209139 0-4-1.790861-4-4v-16c0-2.209139 1.790861-4 4-4zm7.4690759 10h-.3963848v10c0 2.209139-1.790861 4-4 4h-6v3c0 1.5976809 1.24892 2.9036609 2.8237272 2.9949073l.1762728.0050927h10c1.5976809 0 2.9036609-1.24892 2.9949073-2.8237272l.0050927-.1762728v-9.9399823c0-.5023517-.1261272-.995473-.3652805-1.4346641l-.109376-.1847926-2.6036152-4.0600177c-.514905-.8029309-1.3782511-1.3096641-2.3219827-1.3736599zm-7.4690759-8h-8.9273089c-1.0543618 0-1.91816512.81587779-1.99451426 1.85073766l-.00548574.14926234v16c0 1.0543618.81587779 1.9181651 1.85073766 1.9945143l.14926234.0054857h12c1.0543618 0 1.9181651-.8158778 1.9945143-1.8507377l.0054857-.1492623v-11.29563412c0-.33294911-.0831054-.65972223-.2406168-.95109157l-.0849159-.14259904-3.072691-4.70436588c-.3385505-.5183291-.8959369-.84793982-1.5066973-.89927544zm9.1136282-1.27007337c2.3863353.37795839 4.2843115 2.08884529 4.9278435 4.30259104l.2292956-.39854307c.2761424-.47829263.8877328-.64216778 1.3660254-.36602541.4782926.27614238.6421678.88773278.3660254 1.36602541l-1.5 2.59807621c-.2761424.47829262-.8877328.64216778-1.3660254.3660254l-2.5980762-1.5c-.4782926-.27614237-.6421678-.88773278-.3660254-1.3660254.2761424-.47829263.8877328-.64216778 1.3660254-.36602541l.6178227.35577716c-.3911224-1.54121271-1.6955517-2.75354493-3.35578-3.01649925-.5123516-.08114853-1.024617-.06771098-1.5181432.03601038-.5404776.11358885-1.0707032-.23247285-1.184292-.77295043-.1135889-.54047759.2324728-1.07070319.7729504-1.18429204.7310284-.15363573 1.4887051-.17351081 2.2423538-.05414459z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"movefile sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m17.0923184 0 4.9076816 6.98205081v1.01794919h3.0923184l4.9076816 7.0110061v16.9889939h-20v-8h-8v-24zm6.9586816 10h-2.051v14h-10v6h16v-14.359zm-.0690182-9.2560195c2.4074978.38131019 4.3179363 2.11929502 4.9446679 4.36160478l.7714265-1.33763609 1.7320508 1-2.5 4.33012702-4.330127-2.5 1-1.73205081 1.4099036.81257908c-.4085786-1.51391807-1.7011752-2.69955772-3.3407907-2.9592473-.4269597-.06762378-.8538595-.06956277-1.2699049-.00830674l-.2482383.04431711-.4113416-1.95724246c.7310283-.15363574 1.4887051-.17351082 2.2423537-.05414459z\" fill=\"currentColor\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"movefile so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m17.0923184 0 4.9076816 6.98205081v1.01794919h3.1092169l4.8907831 7.1162516v16.8837484h-20v-8h-8v-24zm6.9636816 10h-2.056v14h-10v6h16v-14.262zm-8.003-8h-12.053v20h16v-14.385zm7.9289818-1.2560195c2.4074978.38131019 4.3179363 2.11929502 4.9446679 4.36160478l.7714265-1.33763609 1.7320508 1-2.5 4.33012702-4.330127-2.5 1-1.73205081 1.4099036.81257908c-.4085786-1.51391807-1.7011752-2.69955772-3.3407907-2.9592473-.4269597-.06762378-.8538595-.06956277-1.2699049-.00830674l-.2482383.04431711-.4113416-1.95724246c.7310283-.15363574 1.4887051-.17351082 2.2423537-.05414459z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"musicfile f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m19.120106 0c1.8257724 0 3.5522076.83131873 4.6906771 2.25867017l4.8798939 6.11814718c.847677 1.06277155 1.309323 2.38190365 1.309323 3.74132985v13.8818528c0 3.3137085-2.6862915 6-6 6h-16c-3.3137085 0-6-2.6862915-6-6v-20c0-3.3137085 2.6862915-6 6-6zm-4.120106 9.30601937c-1.6568542 0-3 1.34314573-3 3.00000003l.0009007 4.8650048c-.3130334-.1107544-.6499287-.1710242-1.0009007-.1710242-1.65685425 0-3 1.3431458-3 3s1.34314575 3 3 3c1.6568542 0 3-1.3431458 3-3v-7.6939806l.0067277-.1166212c.0577651-.4973386.4804365-.8833788.9932723-.8833788.0473189 0 .0945781.0033586.1414214.0100505l3 .4285714.1113298.022356c.4354505.1133814.7472488.5082239.7472488.9675935l.0009007 5.4364334c-.3130334-.1107544-.6499287-.1710242-1.0009007-.1710242-1.6568542 0-3 1.3431458-3 3s1.3431458 3 3 3 3-1.3431458 3-3v-8.2654092l-.0052235-.1780107c-.0832079-1.414514-1.1516841-2.58914801-2.5705124-2.79183778l-3-.42857143-.211597-.02260414zm3 10.69398063c.5522847 0 1 .4477153 1 1s-.4477153 1-1 1-1-.4477153-1-1 .4477153-1 1-1zm-7-1c.5522847 0 1 .4477153 1 1s-.4477153 1-1 1-1-.4477153-1-1 .4477153-1 1-1z\" fill=\"currentColor\"/></g></svg></li><li title=\"musicfile o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m19.120106 0c1.8257724 0 3.5522076.83131873 4.6906771 2.25867017l4.8798939 6.11814718c.847677 1.06277155 1.309323 2.38190365 1.309323 3.74132985v13.8818528c0 3.3137085-2.6862915 6-6 6h-16c-3.3137085 0-6-2.6862915-6-6v-20c0-3.3137085 2.6862915-6 6-6zm0 2h-11.120106c-2.14219539 0-3.89107888 1.68396847-3.99510469 3.80035966l-.00489531.19964034v20c0 2.1421954 1.68396847 3.8910789 3.80035966 3.9951047l.19964034.0048953h16c2.1421954 0 3.8910789-1.6839685 3.9951047-3.8003597l.0048953-.1996403v-13.8818528c0-.8238947-.2543504-1.6255887-.7251774-2.29685957l-.1477046-.19736034-4.8798939-6.11814718c-.7115434-.89209465-1.767598-1.43495138-2.8997521-1.49932373zm-4.120106 7.30601937.2126671.00754738.211597.02260414 3 .42857143c1.4188283.20268977 2.4873045 1.37732378 2.5705124 2.79183778l.0052235.1780107v8.2654092c0 1.6568542-1.3431458 3-3 3s-3-1.3431458-3-3 1.3431458-3 3-3c.350972 0 .6878673.0602698 1.0009007.1710242l-.0009007-5.4364334c0-.4593696-.3117983-.8542121-.7472488-.9675935l-.1113298-.022356-3-.4285714c-.0468433-.0066919-.0941025-.0100505-.1414214-.0100505-.5128358 0-.9355072.3860402-.9932723.8833788l-.0067277.1166212v7.6939806c0 1.6568542-1.3431458 3-3 3-1.65685425 0-3-1.3431458-3-3s1.34314575-3 3-3c.350972 0 .6878673.0602698 1.0009007.1710242l-.0009007-4.8650048c0-1.6568543 1.3431458-3.00000003 3-3.00000003zm3 10.69398063c-.5522847 0-1 .4477153-1 1s.4477153 1 1 1 1-.4477153 1-1-.4477153-1-1-1zm-7-1c-.5522847 0-1 .4477153-1 1s.4477153 1 1 1 1-.4477153 1-1-.4477153-1-1-1z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"musicfile sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22.0092457 0 7.9907543 10.0183757v21.9816243h-28v-32zm-10.0092457 10.6051742v6.394l-4 .0008258v6h6v-10.096l5 .7v4.3951742l-4 .0008258v6h6v-12.1351972zm7 9.3948258v2h-2v-2zm-7-1v2h-2v-2z\" fill=\"currentColor\"/></g></svg></li><li title=\"musicfile so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22.0092457 0 7.9907543 10.0183757v21.9816243h-28v-32zm-.9632457 2h-17.046v28h24v-19.282zm-9.046 8.6051742 9 1.2596286v12.1351972h-6v-6l4-.0008258v-4.3951742l-5-.7v10.096h-6v-6l4-.0008258zm7 9.3948258h-2v2h2zm-7-1h-2v2h2z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"nextfile f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m19.120106 0c1.8257724 0 3.5522076.83131873 4.6906771 2.25867017l4.8798939 6.11814718c.847677 1.06277155 1.309323 2.38190365 1.309323 3.74132985v13.8818528c0 3.3137085-2.6862915 6-6 6h-16c-3.3137085 0-6-2.6862915-6-6v-20c0-3.3137085 2.6862915-6 6-6zm-1.9173365 11.7616966c-.3905243-.3905243-1.0236893-.3905243-1.4142136 0-.3905242.3905243-.3905242 1.0236893 0 1.4142135l2.5598738 2.5614272-7.085-.000767c-.5522848 0-1 .4477153-1 1 0 .5522848.4477152 1 1 1l7.085.000767-2.5598738 2.5598932c-.3905242.3905243-.3905242 1.0236893 0 1.4142136.3905243.3905242 1.0236893.3905242 1.4142136 0l4.2426407-4.2426407c.180242-.180242.2772954-.4121708.2911601-.6480754v-.1683153c-.0138647-.2359047-.1109181-.4678334-.2911601-.6480754z\" fill=\"currentColor\"/></g></svg></li><li title=\"nextfile o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m19.120106 0c1.8257724 0 3.5522076.83131873 4.6906771 2.25867017l4.8798939 6.11814718c.847677 1.06277155 1.309323 2.38190365 1.309323 3.74132985v13.8818528c0 3.3137085-2.6862915 6-6 6h-16c-3.3137085 0-6-2.6862915-6-6v-20c0-3.3137085 2.6862915-6 6-6zm0 2h-11.120106c-2.14219539 0-3.89107888 1.68396847-3.99510469 3.80035966l-.00489531.19964034v20c0 2.1421954 1.68396847 3.8910789 3.80035966 3.9951047l.19964034.0048953h16c2.1421954 0 3.8910789-1.6839685 3.9951047-3.8003597l.0048953-.1996403v-13.8818528c0-.8238947-.2543504-1.6255887-.7251774-2.29685957l-.1477046-.19736034-4.8798939-6.11814718c-.7115434-.89209465-1.767598-1.43495138-2.8997521-1.49932373zm-1.9173365 9.7616966 4.2426407 4.2426407c.180242.180242.2772954.4121707.2911601.6480754v.1683153c-.0138647.2359046-.1109181.4678334-.2911601.6480754l-4.2426407 4.2426407c-.3905243.3905242-1.0236893.3905242-1.4142136 0-.3905242-.3905243-.3905242-1.0236893 0-1.4142136l2.5598738-2.5598932-7.085-.000767c-.5522848 0-1-.4477152-1-1 0-.5522847.4477152-1 1-1l7.085.000767-2.5598738-2.5614272c-.3905242-.3905242-.3905242-1.0236892 0-1.4142135.3905243-.3905243 1.0236893-.3905243 1.4142136 0z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"nextfile sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22.0092457 0 7.9907543 10.0183757v21.9816243h-28v-32zm-5.7215563 11.2625631-1.4142136 1.4142136 3.2669806 3.2687475-8.085-.0009806v2l8.084.0009806-3.2659806 3.2667864 1.4142136 1.4142136 5.6568542-5.6568543-.0250872-.0251457.0250872-.0251068z\" fill=\"currentColor\"/></g></svg></li><li title=\"nextfile so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22.0092457 0 7.9907543 10.0183757v21.9816243h-28v-32zm-.9632457 2h-17.046v28h24v-19.282zm-4.7583106 9.2625631 5.6568542 5.6568543-.0250872.0251068.0250872.0251457-5.6568542 5.6568543-1.4142136-1.4142136 3.2659806-3.2667864-8.084-.0009806v-2l8.085.0009806-3.2669806-3.2687475z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"notice f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m24.5017258 3.59832657c4.5723093 2.4016738 7.4982742 7.14261893 7.4982742 12.40167343 0 5.2644771-2.9320223 10.0095121-7.5116973 12.4087148-.489217.2562913-1.0935708.0674677-1.3498621-.4217493-.2562912-.4892169-.0674676-1.0935707.4217493-1.349862 3.9269919-2.0572748 6.4398101-6.1238911 6.4398101-10.6371035 0-4.5085687-2.5076208-8.57167026-6.4283097-10.63107074-.4889385-.25682221-.6771058-.86138067-.4202836-1.35031911.2568222-.48893843.8613807-.6771058 1.3503191-.42028358zm-4.8849106 1.1546799c.2490268.3420102.3831848.75417963.3831848 1.17724615v20.14360518c0 1.1045695-.8954305 2-2 2-.4224882 0-.8341246-.1337919-1.1758776-.3821892l-7.30495508-5.3094794c-.34175302-.2483972-.7533894-.3821892-1.17587763-.3821892h-5.34328969c-1.65685425 0-3-1.3431458-3-3v-6c0-1.6568542 1.34314575-3 3-3h5.3619145c.42306653 0 .83523595-.13415805 1.17724616-.38318477l7.28359314-5.30337784c.8929424-.65017509 2.1438863-.45337331 2.7940614.43956908zm4.3597753 4.51780927c1.9091867 1.69675786 3.0234095 4.12417636 3.0234095 6.72918426 0 2.6367351-1.1416674 5.090778-3.0912778 6.7888969-.4164603.3627386-1.0481258.3191886-1.4108644-.0972716-.3627386-.4164603-.3191886-1.0481258.0972716-1.4108644 1.5180176-1.3221997 2.4048706-3.2285126 2.4048706-5.2807609 0-2.027591-.865495-3.9131371-2.3520073-5.2342502-.4128146-.3668821-.4500502-.99895128-.0831681-1.41176593.3668822-.41281464.9989513-.45005028 1.4117659-.08316813z\" fill=\"currentColor\"/></g></svg></li><li title=\"notice o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m24.5017258 3.59832657c4.5723093 2.4016738 7.4982742 7.14261893 7.4982742 12.40167343 0 5.2644771-2.9320223 10.0095121-7.5116973 12.4087148-.489217.2562913-1.0935708.0674677-1.3498621-.4217493-.2562912-.4892169-.0674676-1.0935707.4217493-1.349862 3.9269919-2.0572748 6.4398101-6.1238911 6.4398101-10.6371035 0-4.5085687-2.5076208-8.57167026-6.4283097-10.63107074-.4889385-.25682221-.6771058-.86138067-.4202836-1.35031911.2568222-.48893843.8613807-.6771058 1.3503191-.42028358zm-4.8849106 1.1546799c.2490268.3420102.3831848.75417963.3831848 1.17724615v20.14360518c0 1.1045695-.8954305 2-2 2-.4224882 0-.8341246-.1337919-1.1758776-.3821892l-7.30495508-5.3094794c-.34175302-.2483972-.7533894-.3821892-1.17587763-.3821892h-5.34328969c-1.65685425 0-3-1.3431458-3-3v-6c0-1.6568542 1.34314575-3 3-3h5.3619145c.42306653 0 .83523595-.13415805 1.17724616-.38318477l7.28359314-5.30337784c.8929424-.65017509 2.1438863-.45337331 2.7940614.43956908zm-1.6168152 1.17724615-7.2835932 5.30337788c-.6156184.4482481-1.34489466.7104089-2.10142473.7583586l-.25306757.0080109h-5.3619145c-.51283584 0-.93550716.3860402-.99327227.8833789l-.00672773.1166211v6c0 .5128358.38604019.9355072.88337887.9932723l.11662113.0067277h5.34328969c.76047882 0 1.50337763.216743 2.14262851.6222547l.2091267.1421237 7.3049551 5.3094794zm5.9765905 3.34056312c1.9091867 1.69675786 3.0234095 4.12417636 3.0234095 6.72918426 0 2.6367351-1.1416674 5.090778-3.0912778 6.7888969-.4164603.3627386-1.0481258.3191886-1.4108644-.0972716-.3627386-.4164603-.3191886-1.0481258.0972716-1.4108644 1.5180176-1.3221997 2.4048706-3.2285126 2.4048706-5.2807609 0-2.027591-.865495-3.9131371-2.3520073-5.2342502-.4128146-.3668821-.4500502-.99895128-.0831681-1.41176593.3668822-.41281464.9989513-.45005028 1.4117659-.08316813z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"notice sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m20 3v26l-11.00666105-7h-8.99333895v-12h9.01289946zm2.8397839 5.41218916c2.5016544 1.59726704 4.1602161 4.39885004 4.1602161 7.58781084 0 3.2004097-1.6704922 6.0106551-4.1871083 7.606368-.8360774-2.4152745-.2196031-.6369626-.6733828-1.9614693 1.7349608-1.2741679 2.8604911-3.3280925 2.8604911-5.6448987 0-2.3078072-1.1168036-4.3547709-2.8394447-5.6299253.4570016-1.31803091-.1676017.4733102.6792286-1.95788554zm7.5125561.99260232.00466.00920852.024.045.032.061.01.02.017.032.033302.06404196.1538392.31037221.1461633.31428513.0978227.2225493.0939193.2242185.1131871.2859795.0877664.2385534-.035944-.101095.047944.131095-.004-.009.035.099.0097905.0251857.0130228.0374123.0651867.194402.02.061.0137456.0408482.0392544.1251518.011.035c.017737.0570463.0340984.1113512.0501378.1657941l.0008622.0032059.018.063.01.034.001.002.008.029.0372198.1332745c.0670059.2452339.1275431.4932993.1813751.7438547.0631084.2937424.1169852.5908016.1613356.8909637l.0505029.3772232.0295666.2826839.008.071h-.001l.002.012.0018227.0142844.0041773.0537156.0090246.0978334c.0041321.0505929.0079952.101262.0115879.1520057l.0017899.0256115.0015976.0325494.006.092.002.028.0093744.1793106.0103398.2958448.0042858.3498446c0 .2554629-.0068423.5093277-.0203537.7614211l-.0166463.2445789-.009.128.0003991.0042111-.0141037.1633865-.0019495.0209745-.0013459.0134279-.008.073-.0058745.0669503-.0168663.1528883-.0190952.1570474-.003164.022114-.01766.1343937.0199373-.1495574c-.0151225.1183025-.0317215.2361434-.049778.3535038-.0457317.2972394-.1008623.591653-.1650308.8826008l-.1029729.4337139-.0919055.3428389-.0915901.3085063-.008696.0307481-.010304.0302519-.03.096-.002.007-.021.065-.0178735.0553905-.0110634.0333182-.0520486.1531128c-.0758521.2189492-.1569991.4354636-.2432808.6493687l-.1335988.3196766-.0401349.0901332-.0321331.0740075.0021331-.0080075-.058.129-.009.019-.02.044-.0112488.0258681-.0017512.0011319-.038.081.032-.069-.059.125.024-.049-.0298468.0635552-.0311532.0614448-.001.003-.0032845.008395-.0087155.016605-.003.005-.012.025-.004.007-.001.003-.002.003-.004.009-.006.011-.02.04-.0135282.029615-.0024718.002385-.022.044-.012.023-.015.029-.022.043-.0024887.0068202-.0095113.0161798-.043.082-.049.092-.004.007-.032.059-.019.035-.0228302.0425084c-.2132035.3841022-.4438856.7570302-.6910196 1.1178011l-.1569225.2243531c-.0617917.0865349-.124544.1723366-.1882413.2573897l-.0148852.0198393-.0041012.0041084-.076.1-.0882828.1153741-.0057172.0056259-.0014374.0035047-.1094682.1377963-.0610944.073699-.003.004-.0470606.0586827c-.0508012.0615408-.1021182.1226402-.1539443.1832914l.000192-.0002246c-.1111637.130093-.2244697.2579069-.3400451.3836011-.1180455.128372-.2381231.2541946-.3604864.3777497l-.2430575.2395529-.2255981.2113468-.0292255.0277708-.0127745.0102292-.0987135.0907284-.0762865.0662716-.011.01-.0311393.0286299c-.073329.0642233-.1473345.1276934-.2220041.1903981l.0291434-.026028-.1240946.1050564-.0469054.0379436h-.001l-.079.064.076-.061-.074811.0615482c-.0421067.0339259-.0844139.0676128-.1269195.101059l-.0456269.03575-.0966426.0736428-.1421301.1085805c-.1521886.1135908-.3066719.2240963-.4634512.3314949l.0004892-.0003352c-.1938023.1327605-.3906059.2604621-.5907338.3832737l.0004569-.0002803c-.1719356.1055109-.3458549.2071514-.5221102.305097-.086063.0478254-.1726679.0947619-.2598173.1408056l-.0529233.0278161c-.249041-.7192852-.4691859-1.355093-.6637869-1.9171185 3.6895691-2.0450975 6.1860067-5.9796785 6.1860067-10.4973338 0-4.5041965-2.4815852-8.42878773-6.1521116-10.48112956.1948199-.55980712.4162132-1.19532314.6665967-1.91406164l.0312217.01649341c.0936729.04963597.1867149.10030406.2791109.15198914l.0534119.03003181.098475.05618181c.4083514.23516031.8039546.49049811 1.1852197.76452885l-.1429197-.10137581c.0747679.05233611.1490008.1053842.2226889.15913443l.045315.03319307.0409915.03001449.0291007.02187946.0539439.0403996.0039554.00272094.1279407.09777728.0680593.05322272.1399677.11037664.123946.10053705.1229429.10205828c.1337347.11230171.2655041.22720806.3950677.34450601.2847531.25779249.5589133.52720224.8216744.80742937.1337891.14267183.2649591.28853735.3930603.43712347l.118341.13896918.0741665.08917007.0668335.08182993-.0242198-.02997695.0612198.07697695.029.035.081.102.024.031-.0148691-.01977989c.0469867.05991978.0934954.12023228.1395203.18093176l-.0001767-.00023313c.4066299.53627904.7753578 1.10250454 1.1024065 1.69495575l.003119.00712551.062.112z\" fill=\"currentColor\"/></g></svg></li><li title=\"notice so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m20 3v26l-11.00666105-7h-8.99333895v-12h9.01289946zm-2 3.644-8.40412244 5.356h-7.59587756v8h7.57544293l8.42455707 5.358zm4.8397839 1.76818916c2.5016544 1.59726704 4.1602161 4.39885004 4.1602161 7.58781084 0 3.2004097-1.6704922 6.0106551-4.1871083 7.606368-.8360774-2.4152745-.2196031-.6369626-.6733828-1.9614693 1.7349608-1.2741679 2.8604911-3.3280925 2.8604911-5.6448987 0-2.3078072-1.1168036-4.3547709-2.8394447-5.6299253.4570016-1.31803091-.1676017.4733102.6792286-1.95788554zm7.5125561.99260232.00466.00920852.024.045.032.061.01.02.017.032.033302.06404196.1538392.31037221.1461633.31428513.0978227.2225493.0939193.2242185.1131871.2859795.0877664.2385534-.035944-.101095.047944.131095-.004-.009.035.099.0097905.0251857.0130228.0374123.0651867.194402.02.061.0137456.0408482.0392544.1251518.011.035c.017737.0570463.0340984.1113512.0501378.1657941l.0008622.0032059.018.063.01.034.001.002.008.029.0372198.1332745c.0670059.2452339.1275431.4932993.1813751.7438547.0631084.2937424.1169852.5908016.1613356.8909637l.0505029.3772232.0295666.2826839.008.071h-.001l.002.012.0018227.0142844.0041773.0537156.0090246.0978334c.0041321.0505929.0079952.101262.0115879.1520057l.0017899.0256115.0015976.0325494.006.092.002.028.0093744.1793106.0103398.2958448.0042858.3498446c0 .2554629-.0068423.5093277-.0203537.7614211l-.0166463.2445789-.009.128.0003991.0042111-.0141037.1633865-.0019495.0209745-.0013459.0134279-.008.073-.0058745.0669503-.0168663.1528883-.0190952.1570474-.003164.022114-.01766.1343937.0199373-.1495574c-.0151225.1183025-.0317215.2361434-.049778.3535038-.0457317.2972394-.1008623.591653-.1650308.8826008l-.1029729.4337139-.0919055.3428389-.0915901.3085063-.008696.0307481-.010304.0302519-.03.096-.002.007-.021.065-.0178735.0553905-.0110634.0333182-.0520486.1531128c-.0758521.2189492-.1569991.4354636-.2432808.6493687l-.1335988.3196766-.0401349.0901332-.0321331.0740075.0021331-.0080075-.058.129-.009.019-.02.044-.0112488.0258681-.0017512.0011319-.038.081.032-.069-.059.125.024-.049-.0298468.0635552-.0311532.0614448-.001.003-.0032845.008395-.0087155.016605-.003.005-.012.025-.004.007-.001.003-.002.003-.004.009-.006.011-.02.04-.0135282.029615-.0024718.002385-.022.044-.012.023-.015.029-.022.043-.0024887.0068202-.0095113.0161798-.043.082-.049.092-.004.007-.032.059-.019.035-.0228302.0425084c-.2132035.3841022-.4438856.7570302-.6910196 1.1178011l-.1569225.2243531c-.0617917.0865349-.124544.1723366-.1882413.2573897l-.0148852.0198393-.0041012.0041084-.076.1-.0882828.1153741-.0057172.0056259-.0014374.0035047-.1094682.1377963-.0610944.073699-.003.004-.0470606.0586827c-.0508012.0615408-.1021182.1226402-.1539443.1832914l.000192-.0002246c-.1111637.130093-.2244697.2579069-.3400451.3836011-.1180455.128372-.2381231.2541946-.3604864.3777497l-.2430575.2395529-.2255981.2113468-.0292255.0277708-.0127745.0102292-.0987135.0907284-.0762865.0662716-.011.01-.0311393.0286299c-.073329.0642233-.1473345.1276934-.2220041.1903981l.0291434-.026028-.1240946.1050564-.0469054.0379436h-.001l-.079.064.076-.061-.074811.0615482c-.0421067.0339259-.0844139.0676128-.1269195.101059l-.0456269.03575-.0966426.0736428-.1421301.1085805c-.1521886.1135908-.3066719.2240963-.4634512.3314949l.0004892-.0003352c-.1938023.1327605-.3906059.2604621-.5907338.3832737l.0004569-.0002803c-.1719356.1055109-.3458549.2071514-.5221102.305097-.086063.0478254-.1726679.0947619-.2598173.1408056l-.0529233.0278161c-.249041-.7192852-.4691859-1.355093-.6637869-1.9171185 3.6895691-2.0450975 6.1860067-5.9796785 6.1860067-10.4973338 0-4.5041965-2.4815852-8.42878773-6.1521116-10.48112956.1948199-.55980712.4162132-1.19532314.6665967-1.91406164l.0312217.01649341c.0936729.04963597.1867149.10030406.2791109.15198914l.0534119.03003181.098475.05618181c.4083514.23516031.8039546.49049811 1.1852197.76452885l-.1429197-.10137581c.0747679.05233611.1490008.1053842.2226889.15913443l.045315.03319307.0409915.03001449.0291007.02187946.0539439.0403996.0039554.00272094.1279407.09777728.0680593.05322272.1399677.11037664.123946.10053705.1229429.10205828c.1337347.11230171.2655041.22720806.3950677.34450601.2847531.25779249.5589133.52720224.8216744.80742937.1337891.14267183.2649591.28853735.3930603.43712347l.118341.13896918.0741665.08917007.0668335.08182993-.0242198-.02997695.0612198.07697695.029.035.081.102.024.031-.0148691-.01977989c.0469867.05991978.0934954.12023228.1395203.18093176l-.0001767-.00023313c.4066299.53627904.7753578 1.10250454 1.1024065 1.69495575l.003119.00712551.062.112z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"optionsfile f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m19.120106 0c1.8257724 0 3.5522076.83131873 4.6906771 2.25867017l4.8798939 6.11814718c.847677 1.06277155 1.309323 2.38190365 1.309323 3.74132985v13.8818528c0 3.3137085-2.6862915 6-6 6h-16c-3.3137085 0-6-2.6862915-6-6v-20c0-3.3137085 2.6862915-6 6-6zm-8.820106 19.9c-.60751322 0-1.1.4924868-1.1 1.1s.49248678 1.1 1.1 1.1c.6075132 0 1.1-.4924868 1.1-1.1s-.4924868-1.1-1.1-1.1zm11.3.1h-8c-.5522847 0-1 .4477153-1 1s.4477153 1 1 1h8c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1zm-11.3-4.1c-.60751322 0-1.1.4924868-1.1 1.1s.49248678 1.1 1.1 1.1c.6075132 0 1.1-.4924868 1.1-1.1s-.4924868-1.1-1.1-1.1zm11.3.1h-8c-.5522847 0-1 .4477153-1 1s.4477153 1 1 1h8c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1zm-11.3-4.1c-.60751322 0-1.1.4924868-1.1 1.1s.49248678 1.1 1.1 1.1c.6075132 0 1.1-.4924868 1.1-1.1s-.4924868-1.1-1.1-1.1zm11.3.1h-8c-.5522847 0-1 .4477153-1 1s.4477153 1 1 1h8c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1z\" fill=\"currentColor\"/></g></svg></li><li title=\"optionsfile o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m19.120106 0c1.8257724 0 3.5522076.83131873 4.6906771 2.25867017l4.8798939 6.11814718c.847677 1.06277155 1.309323 2.38190365 1.309323 3.74132985v13.8818528c0 3.3137085-2.6862915 6-6 6h-16c-3.3137085 0-6-2.6862915-6-6v-20c0-3.3137085 2.6862915-6 6-6zm0 2h-11.120106c-2.14219539 0-3.89107888 1.68396847-3.99510469 3.80035966l-.00489531.19964034v20c0 2.1421954 1.68396847 3.8910789 3.80035966 3.9951047l.19964034.0048953h16c2.1421954 0 3.8910789-1.6839685 3.9951047-3.8003597l.0048953-.1996403v-13.8818528c0-.8238947-.2543504-1.6255887-.7251774-2.29685957l-.1477046-.19736034-4.8798939-6.11814718c-.7115434-.89209465-1.767598-1.43495138-2.8997521-1.49932373zm-8.820106 17.9c.6075132 0 1.1.4924868 1.1 1.1s-.4924868 1.1-1.1 1.1c-.60751322 0-1.1-.4924868-1.1-1.1s.49248678-1.1 1.1-1.1zm11.3.1c.5522847 0 1 .4477153 1 1s-.4477153 1-1 1h-8c-.5522847 0-1-.4477153-1-1s.4477153-1 1-1zm-11.3-4.1c.6075132 0 1.1.4924868 1.1 1.1s-.4924868 1.1-1.1 1.1c-.60751322 0-1.1-.4924868-1.1-1.1s.49248678-1.1 1.1-1.1zm11.3.1c.5522847 0 1 .4477153 1 1s-.4477153 1-1 1h-8c-.5522847 0-1-.4477153-1-1s.4477153-1 1-1zm-11.3-4.1c.6075132 0 1.1.4924868 1.1 1.1s-.4924868 1.1-1.1 1.1c-.60751322 0-1.1-.4924868-1.1-1.1s.49248678-1.1 1.1-1.1zm11.3.1c.5522847 0 1 .4477153 1 1s-.4477153 1-1 1h-8c-.5522847 0-1-.4477153-1-1s.4477153-1 1-1z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"optionsfile sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22.0092457 0 7.9907543 10.0183757v21.9816243h-28v-32zm-10.6092457 19.9h-2.2v2.2h2.2zm11.2.1h-10v2h10zm-11.2-4.1h-2.2v2.2h2.2zm11.2.1h-10v2h10zm-11.2-4.1h-2.2v2.2h2.2zm11.2.1h-10v2h10z\" fill=\"currentColor\"/></g></svg></li><li title=\"optionsfile so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22.0092457 0 7.9907543 10.0183757v21.9816243h-28v-32zm-.9632457 2h-17.046v28h24v-19.282zm-9.646 17.9v2.2h-2.2v-2.2zm11.2.1v2h-10v-2zm-11.2-4.1v2.2h-2.2v-2.2zm11.2.1v2h-10v-2zm-11.2-4.1v2.2h-2.2v-2.2zm11.2.1v2h-10v-2z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"oven f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m26 4c3.3137085 0 6 2.6862915 6 6v12c0 3.3137085-2.6862915 6-6 6h-20c-3.3137085 0-6-2.6862915-6-6v-12c0-3.3137085 2.6862915-6 6-6zm-5 3c-.5522847 0-1 .44771525-1 1v16c0 .5522847.4477153 1 1 1s1-.4477153 1-1v-16c0-.55228475-.4477153-1-1-1zm-5 15h-10c-.55228475 0-1 .4477153-1 1s.44771525 1 1 1h10c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1zm11-3h-2c-.5522847 0-1 .4477153-1 1s.4477153 1 1 1h2c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1zm-12.9655742-8.6664008c-.3679965-.41182161-1.0001639-.44734887-1.4119855-.0793524-.4118216.3679965-.4473489 1.000164-.0793524 1.4119856l.1046799.1266991c.558117.732537.5192563 1.7066343-.1577284 2.6052781l-.1362338.1899805c-1.0444855 1.5324177-1.000064 3.3596156.1104718 4.9776175.3125334.4553474.9350238.5711211 1.3903713.2585877.4553474-.3125334.5711211-.9350238.2585877-1.3903713-.6801662-.9909722-.6801662-1.9637321-.025762-2.832402l.1359619-.1890445c1.1330662-1.6521135 1.0883861-3.6494552-.1890105-5.0789783zm-4.79235282-.899491c-.31253341-.45534746-.93502385-.57112113-1.39037131-.25858772s-.57112113.93502382-.25858772 1.39037132c.67779427.9875165.67804257 2.015277.0431901 2.8099393-1.29021331 1.6149955-1.20563393 3.6592329-.01547236 5.2284624.3337421.4400394.96101593.5262104 1.40105531.1924683s.52621034-.961016.19246824-1.4010553c-.66165325-.8723907-.70454286-1.9090091-.01547235-2.7715376l.13356012-.1759798c1.06850569-1.4837269 1.02515569-3.3888089-.09037003-5.0140809zm17.75792702 5.5658918h-2c-.5522847 0-1 .4477153-1 1s.4477153 1 1 1h2c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1zm0-4h-2c-.5522847 0-1 .4477153-1 1s.4477153 1 1 1h2c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1z\" fill=\"currentColor\"/></g></svg></li><li title=\"oven o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m7 28c-3.86599325 0-7-3.1340068-7-7v-10c0-3.86599325 3.13400675-7 7-7h18c3.8659932 0 7 3.13400675 7 7v10c0 3.8659932-3.1340068 7-7 7zm13-22h-13c-2.76142375 0-5 2.23857625-5 5v10c0 2.7614237 2.23857625 5 5 5h13zm5 0h-3v20h3c2.6887547 0 4.8818181-2.1223067 4.9953805-4.7831104l.0046195-.2168896v-10c0-2.76142375-2.2385763-5-5-5zm-9 16c.5522847 0 1 .4477153 1 1s-.4477153 1-1 1h-10c-.55228475 0-1-.4477153-1-1s.44771525-1 1-1zm11-3c.5522847 0 1 .4477153 1 1s-.4477153 1-1 1h-2c-.5522847 0-1-.4477153-1-1s.4477153-1 1-1zm-12.9655742-8.6664008c1.2773966 1.4295231 1.3220767 3.4268648.1890105 5.0789783l-.1359619.1890445c-.6544042.8686699-.6544042 1.8414298.025762 2.832402.3125334.4553475.1967597 1.0778379-.2585877 1.3903713-.4553475.3125334-1.0778379.1967597-1.3903713-.2585877-1.1105358-1.6180019-1.1549573-3.4451998-.1104718-4.9776175l.1362338-.1899805c.6769847-.8986438.7158454-1.8727411.1577284-2.6052781l-.1046799-.1266991c-.3679965-.4118216-.3324692-1.0439891.0793524-1.4119856.4118216-.36799647 1.043989-.33246921 1.4119855.0793524zm-4.79235282-.899491c1.11552572 1.625272 1.15887572 3.530354.09037003 5.0140809l-.13356012.1759798c-.68907051.8625285-.6461809 1.8991469.01547235 2.7715376.3337421.4400393.24757114 1.0673132-.19246824 1.4010553s-1.06731321.2475711-1.40105531-.1924683c-1.19016157-1.5692295-1.27474095-3.6134669.01547236-5.2284624.63485247-.7946623.63460417-1.8224228-.0431901-2.8099393-.31253341-.4553475-.19675974-1.07783791.25858772-1.39037132s1.0778379-.19675974 1.39037131.25858772zm17.75792702 5.5658918c.5522847 0 1 .4477153 1 1s-.4477153 1-1 1h-2c-.5522847 0-1-.4477153-1-1s.4477153-1 1-1zm0-4c.5522847 0 1 .4477153 1 1s-.4477153 1-1 1h-2c-.5522847 0-1-.4477153-1-1s.4477153-1 1-1z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"oven sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m32 4v24h-32v-24zm-10 3h-2v18h2zm-5 15h-12v2h12zm11-3h-4v2h4zm-14.6318908-9.39037131-1.4913379 1.33263321.6663166.7456689.1046799.1266992c.558117.732537.5192563 1.7066342-.1577284 2.6052781l-.1362338.1899804c-1.0444855 1.5324178-1.000064 3.3596156.1104718 4.9776175l.5658918.8244796 1.648959-1.1317836-.5658918-.8244796-.112974-.1746709c-.5649278-.9303835-.5286978-1.8401594.087212-2.6577311l.1359619-.1890444c1.1330662-1.6521136 1.0883861-3.6494552-.1890105-5.0789784zm-4.69192802-1-1.64895903 1.13178359.5658918.82447952.11258604.1746297c.56303986.9329932.52811226 1.8873921-.06939594 2.6353096-1.29021331 1.6149955-1.20563393 3.6592329-.01547236 5.2284624l.60429353.7967618 1.59352355-1.2085871-.60429353-.7967617-.11031614-.1555872c-.55385022-.8381562-.55369316-1.8041588.09484379-2.6159504l.13356012-.1759798c1.06850569-1.4837269 1.02515569-3.3888089-.09037003-5.0140809zm19.32381882 6.39037131h-4v2h4zm0-4h-4v2h4z\" fill=\"currentColor\"/></g></svg></li><li title=\"oven so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m0 28v-24h32v24zm20-22h-18v20h18zm10 0h-8v20h8zm-13 16v2h-12v-2zm11-3v2h-4v-2zm-14.6318908-9.39037131.6663166.74566891c1.2773966 1.4295232 1.3220767 3.4268648.1890105 5.0789784l-.1359619.1890444c-.6159098.8175717-.6521398 1.7273476-.087212 2.6577311l.112974.1746709.5658918.8244796-1.648959 1.1317836-.5658918-.8244796c-1.1105358-1.6180019-1.1549573-3.4451997-.1104718-4.9776175l.1362338-.1899804c.6769847-.8986439.7158454-1.8727411.1577284-2.6052781l-.1046799-.1266992-.6663166-.7456689zm-4.69192802-1 .5658918.82447951c1.11552572 1.625272 1.15887572 3.530354.09037003 5.0140809l-.13356012.1759798c-.64853695.8117916-.64869401 1.7777942-.09484379 2.6159504l.11031614.1555872.60429353.7967617-1.59352355 1.2085871-.60429353-.7967618c-1.19016157-1.5692295-1.27474095-3.6134669.01547236-5.2284624.5975082-.7479175.6324358-1.7023164.06939594-2.6353096l-.11258604-.1746297-.5658918-.82447952zm19.32381882 6.39037131v2h-4v-2zm0-4v2h-4v-2z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"pageviews f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 4c8.836556 0 16 7.983908 16 12s-7.163444 12-16 12-16-7.983908-16-12 7.163444-12 16-12zm0 6c-3.3137085 0-6 2.6862915-6 6s2.6862915 6 6 6 6-2.6862915 6-6-2.6862915-6-6-6zm0 2c2.209139 0 4 1.790861 4 4s-1.790861 4-4 4-4-1.790861-4-4 1.790861-4 4-4z\" fill=\"currentColor\"/></g></svg></li><li title=\"pageviews o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 4c8.836556 0 16 7.983908 16 12s-7.163444 12-16 12-16-7.983908-16-12 7.163444-12 16-12zm0 2c-3.5484145 0-7.1115279 1.51004581-10.00725097 4.0082867-2.43541832 2.10112-3.99274903 4.6271328-3.99274903 5.9917133s1.55733071 3.8905933 3.99274903 5.9917133c2.89572307 2.4982409 6.45883647 4.0082867 10.00725097 4.0082867s7.1115279-1.5100458 10.007251-4.0082867c2.4354183-2.10112 3.992749-4.6271328 3.992749-5.9917133s-1.5573307-3.8905933-3.992749-5.9917133c-2.8957231-2.49824089-6.4588365-4.0082867-10.007251-4.0082867zm0 4c3.3137085 0 6 2.6862915 6 6s-2.6862915 6-6 6-6-2.6862915-6-6 2.6862915-6 6-6zm0 2c-2.209139 0-4 1.790861-4 4s1.790861 4 4 4 4-1.790861 4-4-1.790861-4-4-4z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"pageviews sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 4c11.0150135 0 16 12 16 12s-4.9592389 12-16 12c-11.04076111 0-16-12-16-12s4.98498645-12 16-12zm0 6c-3.3137085 0-6 2.6862915-6 6s2.6862915 6 6 6 6-2.6862915 6-6-2.6862915-6-6-6zm0 2c2.209139 0 4 1.790861 4 4s-1.790861 4-4 4-4-1.790861-4-4 1.790861-4 4-4z\" fill=\"currentColor\"/></g></svg></li><li title=\"pageviews so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 4c11.0150135 0 16 12 16 12l-.1998001.4424215c-1.0256067 2.167046-6.0333728 11.5575785-15.8001999 11.5575785-11.04076111 0-16-12-16-12l.20597836-.4534962c1.04172335-2.1877586 6.06647721-11.5465038 15.79402164-11.5465038zm0 2c-4.1722275 0-7.69502608 1.96552691-10.62501002 5.3164757-1.05260055 1.2038327-1.94868398 2.5010175-2.68522749 3.7968323-.10258904.1804868-.19889524.3554408-.28892371.5240975l-.18983878.3645945.05882917.1151222c.08340368.1620928.17307493.3308648.26902115.5055516l.14862647.2663707c.73394455 1.2953171 1.6277449 2.5920162 2.6786584 3.7953959 2.92580077 3.3502752 6.45027301 5.3155596 10.63386481 5.3155596s7.708064-1.9652844 10.6338648-5.3155596c1.0509135-1.2033797 1.9447139-2.5000788 2.6786584-3.7953959.1533346-.2706157.2925421-.5287831.4176476-.7719223l.0578292-.1151222-.0585037-.116428c-.0837521-.1621683-.1737792-.3310161-.2700867-.505779l-.1491721-.266485c-.7365435-1.2958148-1.6326269-2.5929996-2.6852275-3.7968323-2.9299839-3.35094879-6.4527825-5.3164757-10.62501-5.3164757zm0 4c3.3137085 0 6 2.6862915 6 6s-2.6862915 6-6 6-6-2.6862915-6-6 2.6862915-6 6-6zm0 2c-2.209139 0-4 1.790861-4 4s1.790861 4 4 4 4-1.790861 4-4-1.790861-4-4-4z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"paintbrushr f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m28 9c0 2.209139-1.790861 4-4 4h-16c-2.209139 0-4-1.790861-4-4v-4c0-2.209139 1.790861-4 4-4h16c2.209139 0 4 1.790861 4 4v1h.4c1.3807119 0 2.5100548 1.07623858 2.5948848 2.43557191l.0051152.16442809v5.8c0 1.3807119-1.0762386 2.5100548-2.4355719 2.5948848l-.1644281.0051152h-11.8c-.2982338 0-.5456468.2175896-.592147.5026769l-.007853.0973231.0009007 2.5710242c1.1647219.4120906 1.9990993 1.5230936 1.9990993 2.8289758v5c0 1.6568542-1.3431458 3-3 3s-3-1.3431458-3-3v-5c0-1.3062521.8348501-2.4175144 2.0000889-2.8293257l-.0000889-2.5706743c0-1.3807119 1.0762386-2.5100548 2.4355719-2.5948848l.1644281-.0051152h11.8c.2982338 0 .5456468-.2175896.592147-.5026769l.007853-.0973231v-5.8c0-.29823376-.2175896-.54564675-.5026769-.59214701l-.0973231-.00785299h-.4z\" fill=\"currentColor\"/></g></svg></li><li title=\"paintbrushr o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m28 9c0 2.209139-1.790861 4-4 4h-16c-2.209139 0-4-1.790861-4-4v-4c0-2.209139 1.790861-4 4-4h16c2.209139 0 4 1.790861 4 4v1h.4c1.3807119 0 2.5100548 1.07623858 2.5948848 2.43557191l.0051152.16442809v5.8c0 1.3807119-1.0762386 2.5100548-2.4355719 2.5948848l-.1644281.0051152h-11.8c-.2982338 0-.5456468.2175896-.592147.5026769l-.007853.0973231.0009007 2.5710242c1.1647219.4120906 1.9990993 1.5230936 1.9990993 2.8289758v5c0 1.6568542-1.3431458 3-3 3s-3-1.3431458-3-3v-5c0-1.3062521.8348501-2.4175144 2.0000889-2.8293257l-.0000889-2.5706743c0-1.3807119 1.0762386-2.5100548 2.4355719-2.5948848l.1644281-.0051152h11.8c.2982338 0 .5456468-.2175896.592147-.5026769l.007853-.0973231v-5.8c0-.29823376-.2175896-.54564675-.5026769-.59214701l-.0973231-.00785299h-.4zm-13 13c-.5128358 0-.9355072.3860402-.9932723.8833789l-.0067277.1166211v5c0 .5522847.4477153 1 1 1 .5128358 0 .9355072-.3860402.9932723-.8833789l.0067277-.1166211v-5c0-.5522847-.4477153-1-1-1zm11-17c0-1.0543618-.8158778-1.91816512-1.8507377-1.99451426l-.1492623-.00548574h-16c-1.0543618 0-1.91816512.81587779-1.99451426 1.85073766l-.00548574.14926234v4c0 1.0543618.81587779 1.9181651 1.85073766 1.9945143l.14926234.0054857h16c1.0543618 0 1.9181651-.8158778 1.9945143-1.85073766l.0054857-.14926234z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"paintbrushr sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m28 13h-24v-12h24v5h3v11h-15v3h2v11h-6v-11h2v-5h15v-7h-1z\" fill=\"currentColor\"/></g></svg></li><li title=\"paintbrushr so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m28 13h-24v-12h24v5h3v11h-15v3h2v11h-6v-11h2v-5h15v-7h-1zm-12 9h-2v7h2zm10-19h-20v8h20z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"pc1 f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m21 27c.5522847 0 1 .4477153 1 1s-.4477153 1-1 1h-10c-.5522847 0-1-.4477153-1-1s.4477153-1 1-1zm7-24c2.209139 0 4 1.790861 4 4v14c0 2.209139-1.790861 4-4 4h-24c-2.209139 0-4-1.790861-4-4v-14c0-2.209139 1.790861-4 4-4z\" fill=\"currentColor\"/></g></svg></li><li title=\"pc1 o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m21 27c.5522847 0 1 .4477153 1 1s-.4477153 1-1 1h-10c-.5522847 0-1-.4477153-1-1s.4477153-1 1-1zm6-24c2.7614237 0 5 2.23857625 5 5v12c0 2.7614237-2.2385763 5-5 5h-22c-2.76142375 0-5-2.2385763-5-5v-12c0-2.76142375 2.23857625-5 5-5zm0 2h-22c-1.65685425 0-3 1.34314575-3 3v12c0 1.6568542 1.34314575 3 3 3h22c1.6568542 0 3-1.3431458 3-3v-12c0-1.65685425-1.3431458-3-3-3z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"pc1 sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22 27v2h-12v-2zm10-24v22h-32v-22z\" fill=\"currentColor\"/></g></svg></li><li title=\"pc1 so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22 27v2h-12v-2zm10-24v22h-32v-22zm-2 2h-28v18h28z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"pc2 f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m28 3c2.209139 0 4 1.790861 4 4v14c0 2.209139-1.790861 4-4 4h-8v3h3c.5522847 0 1 .4477153 1 1s-.4477153 1-1 1h-14c-.55228475 0-1-.4477153-1-1s.44771525-1 1-1h3v-3h-8c-2.209139 0-4-1.790861-4-4v-14c0-2.209139 1.790861-4 4-4zm-10 25v-3h-4v3z\" fill=\"currentColor\"/></g></svg></li><li title=\"pc2 o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m27 3c2.7614237 0 5 2.23857625 5 5v12c0 2.7614237-2.2385763 5-5 5h-7v3h3c.5522847 0 1 .4477153 1 1s-.4477153 1-1 1h-14c-.55228475 0-1-.4477153-1-1s.44771525-1 1-1h3v-3h-7c-2.6887547 0-4.88181811-2.1223067-4.99538049-4.7831104l-.00461951-.2168896v-12c0-2.76142375 2.23857625-5 5-5zm-9 25v-3h-4v3zm9-23h-22c-1.65685425 0-3 1.34314575-3 3v12c0 1.6568542 1.34314575 3 3 3h22c1.6568542 0 3-1.3431458 3-3v-12c0-1.65685425-1.3431458-3-3-3z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"pc2 sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m32 3v22h-12v3h4v2h-16v-2h4v-3h-12v-22zm-14 25v-3h-4v3z\" fill=\"currentColor\"/></g></svg></li><li title=\"pc2 so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m32 3v22h-12v3h3c.5522847 0 1 .4477153 1 1s-.4477153 1-1 1h-14c-.55228475 0-1-.4477153-1-1s.44771525-1 1-1h3v-3h-12v-22zm-14 25v-3h-4v3zm12-23h-28v18h28z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"pc3 f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m24 3c2.209139 0 4 1.790861 4 4v14l1.9866574 5.2977531c.3878403 1.0342407-.1361708 2.187065-1.1704115 2.5749053-.2245541.0842077-.4624229.1273416-.7022468.1273416h-24.22799816c-1.1045695 0-2-.8954305-2-2 0-.2398239.04313385-.4776928.12734164-.7022469l1.98665742-5.2977531v-14c0-2.209139 1.790861-4 4-4zm1.5 17h-19c-.27614237 0-.5.2238576-.5.5s.22385763.5.5.5h19c.2761424 0 .5-.2238576.5-.5s-.2238576-.5-.5-.5z\" fill=\"currentColor\"/></g></svg></li><li title=\"pc3 o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m24 2c2.7614237 0 5 2.23857625 5 5l-.0009991 13.819 1.9239857 5.1276297c.5609832 1.4959552-.1498568 3.1573075-1.592356 3.7956959l-.1632612.0666619c-.3368312.1263117-.6936345.1910125-1.0533703.1910125h-24.22799816c-1.65685425 0-3-1.3431458-3-3 0-.3597359.06470077-.7165391.19101246-1.0533703l1.92198754-5.1276297.00099906-13.819c0-2.6887547 2.12230671-4.88181811 4.78311038-4.99538049l.21688962-.00461951zm3.306 20h-22.613l-1.74332824 4.6488766c-.02806927.0748513-.04701099.1526615-.05651999.2317477l-.00715083.1193757c0 .5522847.44771525 1 1 1h24.22799816c.1199119 0 .2388463-.0215669.3511234-.0636708.5171203-.1939201.7791259-.7703323.5852057-1.2874526zm-3.306-18h-16c-1.65685425 0-3 1.34314575-3 3v13h22v-13c0-1.59768088-1.24892-2.90366088-2.8237272-2.99490731z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"pc3 sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m28 3v18l2 8h-28l2-8v-18zm-2 17h-20v1h20z\" fill=\"currentColor\"/></g></svg></li><li title=\"pc3 so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m29 2-.0007764 18.876 2.2815528 9.124h-30.56155281l2.28-9.12.00077641-18.88zm-1.782 20h-22.437l-1.5 6h25.437zm-.218-18h-22v16h22z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"pen f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m13.4972619-.65685425h4c1.1045695 0 2 .8954305 2 2v23.66314045c0 .6440327-.1555097 1.2785431-.4533088 1.8495895l-3.0006899 5.7539905c-.153225.2938175-.5156245.4077902-.8094421.2545652-.1127518-.0587998-.2039066-.1519019-.2603101-.2658713l-3.0612398-6.1855586c-.2729885-.5516022-.4150093-1.1587586-.4150093-1.7742159v-23.29563985c0-1.1045695.8954305-2 2-2z\" fill=\"currentColor\" transform=\"matrix(.70710678 .70710678 -.70710678 .70710678 16.206305 -6.125481)\"/></g></svg></li><li title=\"pen o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m25.9586964 2.84798668 2.8284271 2.82842713c.7810486.78104858.7810486 2.04737854 0 2.82842712l-16.732367 16.73236707c-.4554.4553999-1.0140285.7941045-1.628395.9873196l-6.19049386 1.9468775c-.31610681.0994139-.65295291-.0762504-.75236683-.3923572-.03814987-.1213053-.03677286-.2515946.00393232-.3720665l2.20922707-6.5384738c.19700958-.5830736.52591015-1.112822.96110414-1.548016l16.47250496-16.47250492c.7810486-.78104858 2.0473785-.78104858 2.8284271 0zm-15.7628336 15.76221352-2.1238849 2.124505c-.17407759.1740776-.31414129.3784126-.41363812.6024503l-.06691395.1715577-1.32644251 3.9275114 3.5613621-1.1195704c.24574658-.077286.47365708-.2011287.67157378-.3641567l.1426237-.1295031 2.3833199-2.3847942zm10.25-10.24999995-8.836 8.83499995 2.828 2.829 8.836-8.836zm4.09862-4.098-2.68462 2.683 2.829 2.829 2.6840472-2.68357288z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"pen sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m11.4972619-.65685425h8v26.64348505l-4 7.6702234-4-8.0824229z\" fill=\"currentColor\" transform=\"matrix(.70710678 .70710678 -.70710678 .70710678 16.206305 -6.125481)\"/></g></svg></li><li title=\"pen so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m24.8005627 1.53984489 5.6568543 5.65685425-18.8397889 18.83978896-8.25209419 2.5952399 2.88670898-8.5435632zm-14.4240288 17.25100001-2.37973882 2.3808244-1.47643896 4.3699199 4.03121578-1.2678424 2.653962-2.6539019zm10.25-10.25000001-8.836 8.83600001 2.829 2.828 8.836-8.835zm4.1739467-4.17286112-2.7599467 2.75886112 2.829 2.828 2.7593739-2.75843399z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"pfile f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m19.120106 0c1.8257724 0 3.5522076.83131873 4.6906771 2.25867017l4.8798939 6.11814718c.847677 1.06277155 1.309323 2.38190365 1.309323 3.74132985v13.8818528c0 3.3137085-2.6862915 6-6 6h-16c-3.3137085 0-6-2.6862915-6-6v-20c0-3.3137085 2.6862915-6 6-6zm-2.620106 11c-.9362541 0-1.8057271.2859241-2.5252762.7756007-.1018531-.4442368-.4995913-.7756007-.9747238-.7756007-.5522847 0-1 .4477153-1 1v11c0 .5522847.4477153 1 1 1s1-.4477153 1-1l.0004998-3.75744c.7149499.4784342 1.5746424.75744 2.4995002.75744 2.4852814 0 4.5-2.0147186 4.5-4.5s-2.0147186-4.5-4.5-4.5zm0 2c1.3807119 0 2.5 1.1192881 2.5 2.5s-1.1192881 2.5-2.5 2.5-2.5-1.1192881-2.5-2.5 1.1192881-2.5 2.5-2.5z\" fill=\"currentColor\"/></g></svg></li><li title=\"pfile o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m19.120106 0c1.8257724 0 3.5522076.83131873 4.6906771 2.25867017l4.8798939 6.11814718c.847677 1.06277155 1.309323 2.38190365 1.309323 3.74132985v13.8818528c0 3.3137085-2.6862915 6-6 6h-16c-3.3137085 0-6-2.6862915-6-6v-20c0-3.3137085 2.6862915-6 6-6zm0 2h-11.120106c-2.14219539 0-3.89107888 1.68396847-3.99510469 3.80035966l-.00489531.19964034v20c0 2.1421954 1.68396847 3.8910789 3.80035966 3.9951047l.19964034.0048953h16c2.1421954 0 3.8910789-1.6839685 3.9951047-3.8003597l.0048953-.1996403v-13.8818528c0-.8238947-.2543504-1.6255887-.7251774-2.29685957l-.1477046-.19736034-4.8798939-6.11814718c-.7115434-.89209465-1.767598-1.43495138-2.8997521-1.49932373zm-2.620106 9c2.4852814 0 4.5 2.0147186 4.5 4.5s-2.0147186 4.5-4.5 4.5c-.9248578 0-1.7845503-.2790058-2.4995002-.75744l-.0004998 3.75744c0 .5522847-.4477153 1-1 1s-1-.4477153-1-1v-11c0-.5522847.4477153-1 1-1 .4751325 0 .8728707.3313639.9747238.7756007.7195491-.4896766 1.5890221-.7756007 2.5252762-.7756007zm0 2c-1.3807119 0-2.5 1.1192881-2.5 2.5s1.1192881 2.5 2.5 2.5 2.5-1.1192881 2.5-2.5-1.1192881-2.5-2.5-2.5z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"pfile sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22.0092457 0 7.9907543 10.0183757v21.9816243h-28v-32zm-1.0092457 11h-9v13h2v-4h7zm-2 2v5h-5v-5z\" fill=\"currentColor\"/></g></svg></li><li title=\"pfile so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22.0092457 0 7.9907543 10.0183757v21.9816243h-28v-32zm-.9632457 2h-17.046v28h24v-19.282zm-.046 9v9h-7v4h-2v-13zm-2 2h-5v5h5z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"phone1 f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22 0c3.3137085 0 6 2.6862915 6 6v20c0 3.3137085-2.6862915 6-6 6h-12c-3.3137085 0-6-2.6862915-6-6v-20c0-3.3137085 2.6862915-6 6-6zm-6 25.5c-.8284271 0-1.5.6715729-1.5 1.5s.6715729 1.5 1.5 1.5 1.5-.6715729 1.5-1.5-.6715729-1.5-1.5-1.5z\" fill=\"currentColor\"/></g></svg></li><li title=\"phone1 o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m21 0c3.8659932 0 7 3.13400675 7 7v18c0 3.8659932-3.1340068 7-7 7h-10c-3.86599325 0-7-3.1340068-7-7v-18c0-3.86599325 3.13400675-7 7-7zm5 24h-20v1c0 2.6887547 2.12230671 4.8818181 4.7831104 4.9953805l.2168896.0046195h10c2.7614237 0 5-2.2385763 5-5zm-10 1.5c.8284271 0 1.5.6715729 1.5 1.5s-.6715729 1.5-1.5 1.5-1.5-.6715729-1.5-1.5.6715729-1.5 1.5-1.5zm5-23.5h-10c-2.76142375 0-5 2.23857625-5 5v15h20v-15c0-2.6887547-2.1223067-4.88181811-4.7831104-4.99538049z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"phone1 sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m28 0v32h-24v-32zm-12 25.5c-.8284271 0-1.5.6715729-1.5 1.5s.6715729 1.5 1.5 1.5 1.5-.6715729 1.5-1.5-.6715729-1.5-1.5-1.5z\" fill=\"currentColor\"/></g></svg></li><li title=\"phone1 so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m28 0v32h-24v-32zm-2 24h-20v6h20zm-10 1.5c.8284271 0 1.5.6715729 1.5 1.5s-.6715729 1.5-1.5 1.5-1.5-.6715729-1.5-1.5.6715729-1.5 1.5-1.5zm10-23.5h-20v20h20z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"phone2 f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22 0c3.3137085 0 6 2.6862915 6 6v20c0 3.3137085-2.6862915 6-6 6h-12c-3.3137085 0-6-2.6862915-6-6v-20c0-3.3137085 2.6862915-6 6-6zm-6 25.5c-.8284271 0-1.5.6715729-1.5 1.5s.6715729 1.5 1.5 1.5 1.5-.6715729 1.5-1.5-.6715729-1.5-1.5-1.5zm3-21.5h-6c-.5522847 0-1 .44771525-1 1s.4477153 1 1 1h6c.5522847 0 1-.44771525 1-1s-.4477153-1-1-1z\" fill=\"currentColor\"/></g></svg></li><li title=\"phone2 o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m21 0c3.8659932 0 7 3.13400675 7 7v18c0 3.8659932-3.1340068 7-7 7h-10c-3.86599325 0-7-3.1340068-7-7v-18c0-3.86599325 3.13400675-7 7-7zm0 2h-10c-2.76142375 0-5 2.23857625-5 5v18c0 2.7614237 2.23857625 5 5 5h10c2.7614237 0 5-2.2385763 5-5v-18c0-2.76142375-2.2385763-5-5-5zm-5 22.5c.8284271 0 1.5.6715729 1.5 1.5s-.6715729 1.5-1.5 1.5-1.5-.6715729-1.5-1.5.6715729-1.5 1.5-1.5zm3-20.5c.5522847 0 1 .44771525 1 1s-.4477153 1-1 1h-6c-.5522847 0-1-.44771525-1-1s.4477153-1 1-1z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"phone2 sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m28 0v32h-24v-32zm-12 25.5c-.8284271 0-1.5.6715729-1.5 1.5s.6715729 1.5 1.5 1.5 1.5-.6715729 1.5-1.5-.6715729-1.5-1.5-1.5zm4-21.5h-8v2h8z\" fill=\"currentColor\"/></g></svg></li><li title=\"phone2 so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m28 0v32h-24v-32zm-2 2h-20v28h20zm-10 22.5c.8284271 0 1.5.6715729 1.5 1.5s-.6715729 1.5-1.5 1.5-1.5-.6715729-1.5-1.5.6715729-1.5 1.5-1.5zm4-20.5v2h-8v-2z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"phone3 f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22 0c3.3137085 0 6 2.6862915 6 6v20c0 3.3137085-2.6862915 6-6 6h-12c-3.3137085 0-6-2.6862915-6-6v-20c0-3.3137085 2.6862915-6 6-6zm-2.5 3h-7c-.2761424 0-.5.22385763-.5.5s.2238576.5.5.5h7c.2761424 0 .5-.22385763.5-.5s-.2238576-.5-.5-.5z\" fill=\"currentColor\"/></g></svg></li><li title=\"phone3 o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m21 0c3.8659932 0 7 3.13400675 7 7v18c0 3.8659932-3.1340068 7-7 7h-10c-3.86599325 0-7-3.1340068-7-7v-18c0-3.86599325 3.13400675-7 7-7zm-1 3c0 .55228475-.4477153 1-1 1h-6c-.5522847 0-1-.44771525-1-1v-1h-1c-2.76142375 0-5 2.23857625-5 5v18c0 2.7614237 2.23857625 5 5 5h10c2.7614237 0 5-2.2385763 5-5v-18c0-2.76142375-2.2385763-5-5-5h-1z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"phone3 sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m28 0v32h-24v-32zm-8 3h-8v1h8z\" fill=\"currentColor\"/></g></svg></li><li title=\"phone3 so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m28 0v32h-24v-32zm-8 4h-8v-2h-6v28h20v-28h-6z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"picture f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m24 2c4.418278 0 8 3.581722 8 8v12c0 4.418278-3.581722 8-8 8h-16c-4.418278 0-8-3.581722-8-8v-12c0-4.418278 3.581722-8 8-8zm3.9664169 10.0170472c-.3931622-.3878686-1.0263128-.383604-1.4141979.0095418l-8.064877 8.174411-7.3096788-7.3096867-.1065935-.0974039c-.6578416-.5483979-1.63218518-.4507514-2.24541524.1624787l-5.15541928 5.1554192-.07770636.0872208c-.31082546.3925177-.28492334.9643631.07770636 1.3269928l.08722082.0777064c.39251765.3108254.96436305.2849233 1.32699275-.0777064l4.95025505-4.950354 9.8989874 9.9001015.0872208.0777063c.3925176.3108255.964363.2849234 1.3269927-.0777063.3905243-.3905243.3905243-1.0236893 0-1.4142136l-1.4465627-1.4465548 8.0745839-8.1837549.0771171-.0877422c.3081746-.3946023.2784215-.9662603-.0866261-1.3264557zm-9.3664169-5.0170472c-2.209139 0-4 1.790861-4 4s1.790861 4 4 4 4-1.790861 4-4-1.790861-4-4-4zm0 2c1.1045695 0 2 .8954305 2 2s-.8954305 2-2 2-2-.8954305-2-2 .8954305-2 2-2z\" fill=\"currentColor\"/></g></svg></li><li title=\"picture o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m24 2c4.418278 0 8 3.581722 8 8v12c0 4.418278-3.581722 8-8 8h-16c-4.418278 0-8-3.581722-8-8v-12c0-4.418278 3.581722-8 8-8zm-15.15704017 11.3933983-6.84295983 6.8426017v1.764c0 3.2383969 2.56557489 5.8775718 5.77506174 5.9958615l.22493826.0041385h15.45zm21.15704017-1.8643983-10.096 10.097 6.048224 6.0492469c2.2878684-.7868384 3.9503124-2.9181728 4.0436375-5.4503086l.0041385-.2249383zm-6-7.529h-16c-3.23839694 0-5.87757176 2.56557489-5.99586153 5.77506174l-.00413847.22493826v7.407l5.42874627-5.4278153c.74554637-.7455464 1.93326028-.7794348 2.71900373-.1016654l.1094234.1016654 8.2318266 8.2318153 11.3946671-11.39268045c-.5346164-2.67667729-2.8501212-4.71066623-5.6587288-4.81418108zm-5.4 2c2.209139 0 4 1.790861 4 4s-1.790861 4-4 4-4-1.790861-4-4 1.790861-4 4-4zm0 2c-1.1045695 0-2 .8954305-2 2s.8954305 2 2 2 2-.8954305 2-2-.8954305-2-2-2z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"picture sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m32 2v28h-32v-28zm-22.50096314 9.9637881-6.32958786 6.3570401 1.41727042 1.4111501 4.91786532-4.9399476 9.93126386 9.8925843 1.4114408-1.4169862-1.2998404-1.2946288 8.4284769-8.5417549-1.4237069-1.4046561-8.42177 8.535411zm9.10096314-4.9637881c-2.209139 0-4 1.790861-4 4s1.790861 4 4 4 4-1.790861 4-4-1.790861-4-4-4zm0 2c1.1045695 0 2 .8954305 2 2s-.8954305 2-2 2-2-.8954305-2-2 .8954305-2 2-2z\" fill=\"currentColor\"/></g></svg></li><li title=\"picture so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m32 2v28h-32v-28zm-23.52659653 11.3991869-6.47340347 6.4608131v8.14h21.071zm21.52659653-1.8701869-10.285 10.285 6.185 6.186h4.1zm0-7.529h-28v13.034l6.47508449-6.4614429 9.82591551 9.8264429 11.699-11.699zm-11.4 2c2.209139 0 4 1.790861 4 4s-1.790861 4-4 4-4-1.790861-4-4 1.790861-4 4-4zm0 2c-1.1045695 0-2 .8954305-2 2s.8954305 2 2 2 2-.8954305 2-2-.8954305-2-2-2z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"playfile f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m19.120106 0c1.8257724 0 3.5522076.83131873 4.6906771 2.25867017l4.8798939 6.11814718c.847677 1.06277155 1.309323 2.38190365 1.309323 3.74132985v13.8818528c0 3.3137085-2.6862915 6-6 6h-16c-3.3137085 0-6-2.6862915-6-6v-20c0-3.3137085 2.6862915-6 6-6zm-5.9469177 11.202749c-.5522847 0-1 .4477152-1 1v9.7176633c0 .194291.0565991.3843743.16288.5470193.3021104.4623286.9218107.5922111 1.3841393.2901007l7.4356163-4.8588316c.1157105-.0756115.2144892-.1743903.2901007-.2901008.3021104-.4623286.1722279-1.0820289-.2901007-1.3841393l-7.4356163-4.8588316c-.1626449-.106281-.3527282-.16288-.5470193-.16288zm.9990415 2.847971 4.6075077 3.0108606-4.6075077 3.0108607z\" fill=\"currentColor\"/></g></svg></li><li title=\"playfile o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m19.120106 0c1.8257724 0 3.5522076.83131873 4.6906771 2.25867017l4.8798939 6.11814718c.847677 1.06277155 1.309323 2.38190365 1.309323 3.74132985v13.8818528c0 3.3137085-2.6862915 6-6 6h-16c-3.3137085 0-6-2.6862915-6-6v-20c0-3.3137085 2.6862915-6 6-6zm0 2h-11.120106c-2.14219539 0-3.89107888 1.68396847-3.99510469 3.80035966l-.00489531.19964034v20c0 2.1421954 1.68396847 3.8910789 3.80035966 3.9951047l.19964034.0048953h16c2.1421954 0 3.8910789-1.6839685 3.9951047-3.8003597l.0048953-.1996403v-13.8818528c0-.8238947-.2543504-1.6255887-.7251774-2.29685957l-.1477046-.19736034-4.8798939-6.11814718c-.7115434-.89209465-1.767598-1.43495138-2.8997521-1.49932373zm-5.9469177 9.202749c.1942911 0 .3843744.056599.5470193.16288l7.4356163 4.8588316c.4623286.3021104.5922111.9218107.2901007 1.3841393-.0756115.1157105-.1743902.2144893-.2901007.2901008l-7.4356163 4.8588316c-.4623286.3021104-1.0820289.1722279-1.3841393-.2901007-.1062809-.162645-.16288-.3527283-.16288-.5470193v-9.7176633c0-.5522848.4477153-1 1-1zm.9990415 2.847971v6.0217213l4.6075077-3.0108607z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"playfile sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22.0092457 0 7.9907543 10.0183757v21.9816243h-28v-32zm-9.7876698 10.2931427v13.4137146l10.2637055-6.7068573zm1.9997485 3.6967037 4.6068007 3.0101536-4.6068007 3.0101536z\" fill=\"currentColor\"/></g></svg></li><li title=\"playfile so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22.0092457 0 7.9907543 10.0183757v21.9816243h-28v-32zm-.9632457 2h-17.046v28h24v-19.282zm-8.8244241 8.2931427 10.2637055 6.7068573-10.2637055 6.7068573zm1.9997485 3.6967037v6.0203072l4.6068007-3.0101536z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"plug f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m11.5 0c.5522847 0 1 .44771525 1 1v4c2.209139 0 4 1.790861 4 4v3c0 3.8659932-3.1340068 7-7 7h-.026l-.00664471.0892721c-.11749201 1.5280462-.02761913 2.6499058.24075204 3.3394665.43432687 1.1159722 1.36767897 1.3178179 3.59364557.8892433l.5952651-.1219157 1.1175252-.2372369c1.4135917-.287813 2.0432706-.3399677 2.81458-.1989917 2.0400359.3728675 3.2626231 1.5049151 4.9336431 4.0650199l.5472937.8608834.1977153.3159989c.2931675.4680505.1513969 1.0851396-.3166536 1.3783071-.4346183.2722269-.9977444.1694307-1.3106999-.2213908l-.0676072-.0952629c.0112666.0179875-.2827371-.452073-.3641146-.5815445l-.3424981-.5356884c-1.386878-2.128004-2.2955719-2.9737955-3.6366716-3.218915-.4475641-.0818035-.9584097-.0319444-2.1274338.2064996l-1.3870528.2935067c-3.2714439.6688267-5.17431369.3329894-6.11075512-2.0731305-.39137198-1.0056026-.50727495-2.3817133-.37594199-4.1538713l.03165341-.0002498c-3.86599325 0-7-3.1340068-7-7v-3c0-2.209139 1.790861-4 4-4v-4c0-.55228475.44771525-1 1-1s1 .44771525 1 1v4h4v-4c0-.55228475.4477153-1 1-1z\" fill=\"currentColor\" transform=\"translate(7.5 1)\"/></g></svg></li><li title=\"plug o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m11.5 0c.5522847 0 1 .44771525 1 1l.0011864 4.10025909c2.2816492.46372867 3.9988136 2.48120217 3.9988136 4.89974091v2c0 3.8659932-3.1340068 7-7 7h-.026l-.00664471.0892721c-.11749201 1.5280462-.02761913 2.6499058.24075204 3.3394665.43432687 1.1159722 1.36767897 1.3178179 3.59364557.8892433l.5952651-.1219157 1.1175252-.2372369c1.4135917-.287813 2.0432706-.3399677 2.81458-.1989917 2.0400359.3728675 3.2626231 1.5049151 4.9336431 4.0650199l.5472937.8608834.1977153.3159989c.2931675.4680505.1513969 1.0851396-.3166536 1.3783071-.4346183.2722269-.9977444.1694307-1.3106999-.2213908l-.0676072-.0952629c.0112666.0179875-.2827371-.452073-.3641146-.5815445l-.3424981-.5356884c-1.386878-2.128004-2.2955719-2.9737955-3.6366716-3.218915-.4475641-.0818035-.9584097-.0319444-2.1274338.2064996l-1.3870528.2935067c-3.2714439.6688267-5.17431369.3329894-6.11075512-2.0731305-.39137198-1.0056026-.50727495-2.3817133-.37594199-4.1538713-3.85165476-.0175943-6.96834659-3.1449509-6.96834659-7.0002498v-2c0-2.4188915 1.71766536-4.43660076 3.99981203-4.89994372l.00018797-4.10005628c0-.55228475.44771525-1 1-1s1 .44771525 1 1v4h4v-4c0-.55228475.4477153-1 1-1zm0 7h-6c-1.65685425 0-3 1.34314575-3 3v2c0 2.7614237 2.23857625 5 5 5h2c2.7614237 0 5-2.2385763 5-5v-2c0-1.65685425-1.3431458-3-3-3z\" fill=\"#000\" fill-rule=\"nonzero\" transform=\"translate(7.5 1)\"/></g></svg></li><li title=\"plug sf \"><svg height=\"32\" viewBox=\"0 0 33 32\" width=\"33\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m6.5 0v5h4v-5h2v5h4v14h-7.026l-.00664471.0892721c-.11749201 1.5280462-.02761913 2.6499058.24075204 3.3394665.43432687 1.1159722 1.36767897 1.3178179 3.59364557.8892433l.5952651-.1219157 1.1175252-.2372369c1.4135917-.287813 2.0432706-.3399677 2.81458-.1989917 2.0400359.3728675 3.2626231 1.5049151 4.9336431 4.0650199l.5472937.8608834.7285421 1.1634793-1.6949608 1.0616534-.8949413-1.4290249-.3424981-.5356884c-1.386878-2.128004-2.2955719-2.9737955-3.6366716-3.218915-.4475641-.0818035-.9584097-.0319444-2.1274338.2064996l-1.3870528.2935067c-3.2714439.6688267-5.17431369.3329894-6.11075512-2.0731305-.39129916-1.0054155-.50723181-2.3812013-.37601527-4.1528822l-6.96827331-.0012389v-14h4v-5z\" fill=\"currentColor\" transform=\"translate(7.5 1)\"/></g></svg></li><li title=\"plug so \"><svg height=\"32\" viewBox=\"0 0 33 32\" width=\"33\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m6.5 0v5h4v-5h2v5h4v14h-7.026l-.00664471.0892721c-.11749201 1.5280462-.02761913 2.6499058.24075204 3.3394665.43432687 1.1159722 1.36767897 1.3178179 3.59364557.8892433l.5952651-.1219157 1.1175252-.2372369c1.4135917-.287813 2.0432706-.3399677 2.81458-.1989917 2.0400359.3728675 3.2626231 1.5049151 4.9336431 4.0650199l.5472937.8608834.7285421 1.1634793-1.6949608 1.0616534-.8949413-1.4290249-.3424981-.5356884c-1.386878-2.128004-2.2955719-2.9737955-3.6366716-3.218915-.4475641-.0818035-.9584097-.0319444-2.1274338.2064996l-1.3870528.2935067c-3.2714439.6688267-5.17431369.3329894-6.11075512-2.0731305-.39129916-1.0054155-.50723181-2.3812013-.37601527-4.1528822l-6.96827331-.0012389v-14h4v-5zm8 7h-12v10h12z\" fill=\"#000\" fill-rule=\"nonzero\" transform=\"translate(7.5 1)\"/></g></svg></li><li title=\"print f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m20 0c3.3137085 0 6 2.6862915 6 6v2c3.3137085 0 6 2.6862915 6 6v6c0 3.2383969-2.5655749 5.8775718-5.7750617 5.9958615l-.2249383.0041385c0 3.3137085-2.6862915 6-6 6h-8c-3.3137085 0-6-2.6862915-6-6-3.3137085 0-6-2.6862915-6-6v-6c0-3.3137085 2.6862915-6 6-6v-2c0-3.3137085 2.6862915-6 6-6zm0 13h-8l-.2168896.0046195c-2.66080369.1135624-4.7831104 2.3066258-4.7831104 4.9953805 0 .5522847.44771525 1 1 1s1-.4477153 1-1l.00509269-.1762728c.09124643-1.5748072 1.39722641-2.8237272 2.99490731-2.8237272h8l.1762728.0050927c1.5748072.0912464 2.8237272 1.3972264 2.8237272 2.9949073 0 .5522847.4477153 1 1 1s1-.4477153 1-1c0-2.7614237-2.2385763-5-5-5z\" fill=\"currentColor\"/></g></svg></li><li title=\"print o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m0 20v-6c0-3.3137085 2.6862915-6 6-6v-2c0-3.3137085 2.6862915-6 6-6h8c3.3137085 0 6 2.6862915 6 6v2c3.3137085 0 6 2.6862915 6 6v6c0 3.2383969-2.5655749 5.8775718-5.7750617 5.9958615l-.2249383.0041385c0 3.3137085-2.6862915 6-6 6h-8c-3.3137085 0-6-2.6862915-6-6-3.3137085 0-6-2.6862915-6-6zm22-2h-12c-1.0543618 0-1.91816512.8158778-1.99451426 1.8507377l-.00548574.1492623v6c0 2.1421954 1.68396847 3.8910789 3.8003597 3.9951047l.1996403.0048953h8c2.1421954 0 3.8910789-1.6839685 3.9951047-3.8003597l.0048953-.1996403v-6c0-1.0543618-.8158778-1.9181651-1.8507377-1.9945143zm-15.93990533 1.3065039.00927465-.0521226c.00562754-.029849.01158668-.0595809.01787344-.0891918.00745358-.0342369.01521018-.0685451.02340225-.1026785.00592558-.025403.01219202-.0504099.01869261-.0753221.01033392-.0390148.02114693-.0780348.03252888-.1168046.00692173-.0240266.01423174-.0480594.02176071-.0719951.01016604-.0319678.02055763-.0636267.03132932-.0951047.01229441-.0361651.02523274-.0722285.03867005-.108048.00875097-.0231925.01761091-.0461739.02667504-.0690499.01471404-.0371977.0300626-.0742549.04594709-.1110265.00894133-.0207145.0180588-.041351.02734422-.0618935.01709059-.0377425.03475157-.0752159.05297168-.1123653.01127888-.023118.02282652-.0461087.03458732-.0689695.01378107-.0266342.02776589-.0530676.04203616-.0793233.04805222-.0886368.09963463-.1755243.15431892-.2601899.00949658-.0144914.01915978-.0292385.02891734-.0439175.02225562-.0336891.04488863-.0666493.06799606-.0992449.01723334-.0241079.03479211-.0483025.05261316-.0722906.05746915-.0775483.11782745-.152932.18077333-.2259987.02113677-.024414.04278756-.0489469.06473173-.0732094.01891566-.0210103.03790875-.0415639.05711218-.0619148.01692987-.0178673.03397542-.0356097.05118187-.053194.06853254-.0700681.13970203-.1376414.21326466-.2025399.02149394-.0190099.04304779-.0376296.06480067-.0560212.0745459-.0629342.15158664-.123372.23080825-.1809643.08412986-.0613558.17099822-.1195151.26017841-.1742751.019963-.0120246.04005896-.0241186.06026787-.0360395.13874739-.0821192.28300769-.1559204.4319937-.2209107.08153767-.0352968.1644671-.0682228.24868276-.0984016.04531187-.0164879.09123058-.0320009.1375142-.0466946.01557084-.004716.03161514-.0097028.04770159-.0145908.0342613-.0106211.06808725-.0203988.10209436-.0297388.02848599-.0076271.05707516-.0151438.08578495-.0223498.14225624-.0358775.28810063-.0640309.43652711-.0840436.06577584-.0088159.13255233-.01615.19978672-.0218174.11185058-.009449.22524433-.0142614.33976207-.0142614h12l.05.001.023455.0003494.022545.0006506.1036403.0028953c.0194719.0009571.0389072.0020534.0583049.003288l.0384718.0027234.0585312.0046264c.028386.002496.0566868.0052884.0848995.0083742l-.1434307-.0130006c.082543.0060898.1643599.014666.2453785.0256524.0162905.002028.0328092.0043693.0492952.0068112l.1024054.0167244c.0090622.0015843.0181136.003199.0271541.0048439.0382591.0067667.0763086.0142678.1141603.0223042.0342369.0074535.0685451.0152101.1026785.0234022.025403.0059256.0504099.012192.0753221.0186926.0379962.0100684.07601.0205863.1137865.0316442.0250697.0072061.050094.0148071.0750132.0226454.0319678.0101661.0636267.0205576.0951047.0313293.0361651.0122944.0722285.0252328.108048.0386701.0231925.0087509.0461739.0176109.0690499.026675.0371977.0147141.0742549.0300626.1110265.0459471.0186725.0080599.0372841.016264.0558196.0246049.0398759.0179747.079337.0365332.1184392.055711.023118.0112789.0461087.0228265.0689695.0345873.0225595.0116838.0449672.0234893.067248.0355.0384288.0206151.0766451.0420265.1144627.0640386.0089158.0053055.0175894.0104005.0262421.0155271.0443028.0261197.0882227.0532982.1315604.0812894.0117724.0077405.0238229.0156159.0358282.0235542.0364893.0239915.0721244.0483986.1073342.0733592.0241079.0172334.0483025.0347921.0722906.0526132.0775483.0574691.152932.1178274.2259987.1807733.0144567.0125632.0292024.0254485.043852.0384397.0312661.0276418.0614862.0552977.0912722.0834042.0158157.0149947.0315401.0300698.0471408.0452712.0327418.0318589.0648879.0642819.0964724.097242.0578599.060361.1139895.1226848.1681419.186734.0629342.0745459.123372.1515867.1809643.2308083.0613558.0841298.1195151.1709982.1742751.2601784.0120246.019963.0241186.0400589.0360395.0602678.0104714.0173354.0206485.0348848.0306953.052518.0124268.0222558.024888.0446292.0371392.0671321l-.0371392-.0671321c.0610862.1072122.1173579.2175237.1685208.33064.0194317.0435636.0384369.0876788.0566619.13219.0603673.1468171.1119464.2978514.1544585.4526387.0049674.0188092.0099976.0376513.014893.0565466l-.014893-.0565466c.016324.059436.0313111.1194253.0449269.1799337.0352273.1571302.0613355.3174841.0776203.4806349.0085281.0861133.0141094.1684009.017166.2513334l.002759.1499588v4l.1996403-.0048953c2.050254-.100775 3.6946894-1.7452104 3.7954644-3.7954644l.0048953-.1996403v-6c0-2.1421954-1.6839685-3.8910789-3.8003597-3.9951047l-.1996403-.0048953h-20c-2.14219539 0-3.89107888 1.6839685-3.99510469 3.8003597l-.00489531.1996403v6c0 2.1421954 1.68396847 3.8910789 3.80035966 3.9951047l.19964034.0048953v-4c0-.0866529.00275538-.1726622.00818331-.2579452l.00272339-.0384718.00462642-.0585312c.00287959-.0327492.00615385-.0653852.00981798-.0979031l-.0144444.1564343c.0060898-.082543.01466595-.1643599.02565241-.2453785.00202803-.0162905.0043693-.0328092.00681116-.0492952zm13.93990533-17.3065039h-8c-2.14219539 0-3.89107888 1.68396847-3.99510469 3.80035966l-.00489531.19964034v2h16v-2c0-2.14219539-1.6839685-3.89107888-3.8003597-3.99510469z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"print sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m26 0v8h6v18h-6v6h-20v-6h-6v-18h6v-8zm-1 13h-18v5h2v-3h14v3h2z\" fill=\"currentColor\"/></g></svg></li><li title=\"print so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m26 0v8h6v18h-6v6h-20v-6h-6v-18h6v-8zm-18 30h16v-12h-16zm18-6h4v-14h-28v14h4v-8h20zm-2-22h-16v6h16z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"product f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m19 1.73205081 7.8564065 4.53589838c1.8564064 1.07179677 3 3.05255889 3 5.19615241v9.0717968c0 2.1435935-1.1435936 4.1243556-3 5.1961524l-7.8564065 4.5358984c-1.8564065 1.0717968-4.1435935 1.0717968-6 0l-7.85640646-4.5358984c-1.85640646-1.0717968-3-3.0525589-3-5.1961524v-9.0717968c0-2.14359352 1.14359354-4.12435564 3-5.19615241l7.85640646-4.53589838c1.8564065-1.07179677 4.1435935-1.07179677 6 0zm4.0203166 9.82532719c-.259282-.4876385-.8647807-.672758-1.3524192-.4134761l-5.6794125 3.0187491-5.6793299-3.0187491c-.4876385-.2592819-1.09313718-.0741624-1.35241917.4134761-.25928198.4876385-.07416246 1.0931371.41347603 1.3524191l5.61827304 2.9868539.0000413 6.7689186c0 .5522848.4477153 1 1 1 .5522848 0 1-.4477152 1-1l-.0000413-6.7689186 5.6183556-2.9868539c.4876385-.259282.6727581-.8647806.4134761-1.3524191z\" fill=\"currentColor\"/></g></svg></li><li title=\"product o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m19 1.73205081 7.8564065 4.53589838c1.8564064 1.07179677 3 3.05255889 3 5.19615241v9.0717968c0 2.1435935-1.1435936 4.1243556-3 5.1961524l-7.8564065 4.5358984c-1.8564065 1.0717968-4.1435935 1.0717968-6 0l-7.85640646-4.5358984c-1.85640646-1.0717968-3-3.0525589-3-5.1961524v-9.0717968c0-2.14359352 1.14359354-4.12435564 3-5.19615241l7.85640646-4.53589838c1.8564065-1.07179677 4.1435935-1.07179677 6 0zm-4.791172 1.6195783-.208828.11247251-7.85640646 4.53589838c-1.17246724.67692428-1.91843145 1.89771701-1.99370617 3.2394348l-.00629383.2246668v9.0717968c0 1.3538485.68425541 2.6102689 1.80857977 3.3463176l.19142023.117784 7.85640646 4.5358984c1.1688485.674835 2.5938608.7123258 3.791172.1124725l.208828-.1124725 7.8564065-4.5358984c1.1724672-.6769243 1.9184314-1.897717 1.9937061-3.2394348l.0062939-.2246668v-9.0717968c0-1.3538485-.6842555-2.61026887-1.8085798-3.34631759l-.1914202-.11778401-7.8564065-4.53589838c-1.1688485-.67483501-2.5938608-.71232584-3.791172-.11247251zm8.8114886 8.20574889c.259282.4876385.0741624 1.0931371-.4134761 1.3524191l-5.6183556 2.9868539.0000413 6.7689186c0 .5522848-.4477152 1-1 1-.5522847 0-1-.4477152-1-1l-.0000413-6.7689186-5.61827304-2.9868539c-.48763849-.259282-.67275801-.8647806-.41347603-1.3524191.25928199-.4876385.86478067-.672758 1.35241917-.4134761l5.6793299 3.0187491 5.6794125-3.0187491c.4876385-.2592819 1.0931372-.0741624 1.3524192.4134761z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"product sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 0 13.8564065 8v16l-13.8564065 8-13.85640646-8v-16zm6.550845 10.6744304-6.5625807 3.489-6.56205691-3.489-.93894312 1.7658952 6.50100003 3.4561048.0002619 7.7691392h2l-.0002619-7.7701392 6.5015238-3.4551048z\" fill=\"currentColor\"/></g></svg></li><li title=\"product so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 0 13.8564065 8v16l-13.8564065 8-13.85640646-8v-16zm0 2.309-11.857 6.846v13.689l11.857 6.846 11.856-6.846v-13.689zm6.550845 8.3654304.9389431 1.7658952-6.5015238 3.4551048.0002619 7.7701392h-2l-.0002619-7.7691392-6.50100003-3.4561048.93894312-1.7658952 6.56205691 3.489z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"projector f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m26 6c3.3137085 0 6 2.6862915 6 6v8c0 3.3137085-2.6862915 6-6 6v1c0 .5522847-.4477153 1-1 1s-1-.4477153-1-1v-1h-16v1c0 .5522847-.44771525 1-1 1s-1-.4477153-1-1v-1c-3.3137085 0-6-2.6862915-6-6v-8c0-3.3137085 2.6862915-6 6-6zm-16 5c-2.76142375 0-5 2.2385763-5 5s2.23857625 5 5 5c2.7614237 0 5-2.2385763 5-5s-2.2385763-5-5-5zm10 1c-.5522847 0-1 .4477153-1 1v6c0 .5522847.4477153 1 1 1s1-.4477153 1-1v-6c0-.5522847-.4477153-1-1-1zm5 0c-.5522847 0-1 .4477153-1 1v6c0 .5522847.4477153 1 1 1s1-.4477153 1-1v-6c0-.5522847-.4477153-1-1-1zm-15 1c1.6568542 0 3 1.3431458 3 3s-1.3431458 3-3 3c-1.65685425 0-3-1.3431458-3-3s1.34314575-3 3-3z\" fill=\"currentColor\"/></g></svg></li><li title=\"projector o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m25 6c3.8659932 0 7 3.13400675 7 7v6c0 3.5261219-2.6071882 6.4433024-5.9989899 6.9289666l-.0010101 1.0710334c0 .5522847-.4477153 1-1 1s-1-.4477153-1-1v-1h-16v1c0 .5522847-.44771525 1-1 1s-1-.4477153-1-1l-.00000823-1.07089c-3.39229013-.4852332-5.99999177-3.4026409-5.99999177-6.92911v-6c0-3.86599325 3.13400675-7 7-7zm0 2h-18c-2.76142375 0-5 2.2385763-5 5v6c0 2.7614237 2.23857625 5 5 5h18c2.7614237 0 5-2.2385763 5-5v-6c0-2.7614237-2.2385763-5-5-5zm-15 3c2.7614237 0 5 2.2385763 5 5s-2.2385763 5-5 5c-2.76142375 0-5-2.2385763-5-5s2.23857625-5 5-5zm10 1c.5522847 0 1 .4477153 1 1v6c0 .5522847-.4477153 1-1 1s-1-.4477153-1-1v-6c0-.5522847.4477153-1 1-1zm5 0c.5522847 0 1 .4477153 1 1v6c0 .5522847-.4477153 1-1 1s-1-.4477153-1-1v-6c0-.5522847.4477153-1 1-1zm-15 1c-1.65685425 0-3 1.3431458-3 3s1.34314575 3 3 3c1.6568542 0 3-1.3431458 3-3s-1.3431458-3-3-3z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"projector sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m32 6v20h-6v2h-2v-2h-16v2h-2v-2h-6v-20zm-17.5 5.5h-9v9h9zm6.5.5h-2v8h2zm5 0h-2v8h2zm-13.5 1.5v5h-5v-5z\" fill=\"currentColor\"/></g></svg></li><li title=\"projector so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m32 6v20h-6v2h-2v-2h-16v2h-2v-2h-6v-20zm-2 2h-28v16h28zm-15.5 3.5v9h-9v-9zm6.5.5v8h-2v-8zm5 0v8h-2v-8zm-13.5 1.5h-5v5h5z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"qq f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm0 8c-3.7399769.0001875-5.3104861 3.0644648-5.2111485 6.7175538-.5901401 1.4156544-.97168742 2.2735907-1.30533812 3.3055894-.70791437 2.1893722-.47854375 3.0954335-.30393072 3.115746.37475143.0435311 1.45865284-1.6481541 1.45865284-1.6481541 0 .9795924.5247821 2.2579032 1.6602545 3.1809958-.5483889.162531-1.7828087.5989055-1.488698 1.0754674.23789.3857182 4.0811325.2462809 5.1906568.126156 1.1095244.1201249 4.9527669.2595622 5.1906569-.126156.2939481-.4766869-.9417073-.9134051-1.4893484-1.0756549 1.1353099-.9230925 1.6599944-2.2012784 1.6599944-3.1808083 0 0 1.0839014 1.6916852 1.4586854 1.6481541.174613-.0203438.4039186-.9263738-.3038982-3.115746-.3327078-1.0289987-.7162061-1.8923413-1.3053381-3.3055582.0940374-3.7134327-1.5128902-6.7173975-5.2112008-6.717585z\" fill=\"currentColor\"/></g></svg></li><li title=\"qq o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m15.9998867 0-.3175962.00373031c-6.8340705.16105657-10.59798873 5.52198001-10.62328209 13.09956699l.00099159.2727027-.86256398 2.1053645c-.34339269.8459887-.59479858 1.4918602-.8236549 2.1249911-.16246446.4494579-.31092035.8862129-.4515632 1.3302912-1.41043336 4.4529342-1.46997142 7.7313526 1.14979123 8.0424546l.19586827.0182568c.69853306.0462522 1.18775172-.1357889 1.69345756-.5695745l.04666502-.0427837.10703497.1859114.16295747.2641667.09000756.1369219-.10203891.0725127c-1.18457469.8599516-1.78515849 2.0422997-.8749963 3.5478041.72014893 1.1919865 1.68579016 1.3851809 4.67654251 1.4059241h1.2781117l.7210113-.0101194c1.4578857-.0287327 2.9764342-.1065736 3.9343697-.2001215l.2555297.0243167c1.1291243.09698 2.8606159.1735357 4.3993902.1859242h1.2781118c2.9907546-.0207471 3.95642-.2139816 4.6768437-1.4064227l.0983227-.1723424c.764361-1.4241985.1648309-2.548721-.9747412-3.3755348l-.1034569-.072941.0912293-.1362605.1629318-.2641511.1068389-.1855884.0466679.0427821c.5516504.4732059 1.0836451.6468525 1.8890001.5513616 2.6200145-.3116105 2.5604594-3.5895097 1.1502083-8.0424822-.136678-.4315245-.2810058-.8567817-.4385987-1.2939849l-.1781698-.4846461c-.0923296-.2464665-.1903348-.5013359-.2976536-.7744519l-.3954267-.9868956-.8290275-2.020683.0009399-.279262c-.038761-7.60576089-3.8169423-12.93053326-10.6187985-13.09291824zm.0001023 2c6.339972.00032813 9.0947051 5.25726658 8.9334981 11.7557738l.8516442 2.0748544c.5606846 1.3708665.9939584 2.4718584 1.3860782 3.7098724 1.2134003 3.8314013.8203049 5.4169539.5209683 5.4525554-.6424867.0761796-2.5006035-2.8842697-2.5006035-2.8842697 0 1.7141775-.8994592 3.9510027-2.8457046 5.5664147l.3377045.1073023c1.0249215.341207 2.6653848 1.0302704 2.2154641 1.7750936-.4078113.675007-6.9962271.4309917-8.8982689.2207732l-.4753503.0452169c-2.33636.195172-8.04423656.3608021-8.42291849-.2659901-.50418989-.8339832 1.61195836-1.5976385 2.55205373-1.8820678-1.94652419-1.615412-2.84615056-3.852456-2.84615056-5.5667428l-.32111727.4924567c-.56063792.838483-1.70355568 2.4482423-2.17943051 2.391813-.29933663-.0355468-.69254342-1.6211541.52102408-5.4525554l.21887662-.6654718c.52220361-1.5311231 1.13363576-2.9515889 2.01884579-5.1193097-.17029299-6.39290578 2.5220086-11.75539097 8.93338651-11.7557191z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"questionfile f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m19.120106 0c1.8257724 0 3.5522076.83131873 4.6906771 2.25867017l4.8798939 6.11814718c.847677 1.06277155 1.309323 2.38190365 1.309323 3.74132985v13.8818528c0 3.3137085-2.6862915 6-6 6h-16c-3.3137085 0-6-2.6862915-6-6v-20c0-3.3137085 2.6862915-6 6-6zm-3.120106 21.5c-.7731986 0-1.4.6268014-1.4 1.4s.6268014 1.4 1.4 1.4 1.4-.6268014 1.4-1.4-.6268014-1.4-1.4-1.4zm0-11.5c-2.209139 0-4 1.790861-4 4 0 .5522847.4477153 1 1 1s1-.4477153 1-1c0-1.1045695.8954305-2 2-2s2 .8954305 2 2-.8954305 2-2 2c-.5522847 0-1 .4477153-1 1v2c0 .5522847.4477153 1 1 1s1-.4477153 1-1l.0007613-1.1262135c1.7248409-.4443075 2.9992387-2.0102213 2.9992387-3.8737865 0-2.209139-1.790861-4-4-4z\" fill=\"currentColor\"/></g></svg></li><li title=\"questionfile o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m19.120106 0c1.8257724 0 3.5522076.83131873 4.6906771 2.25867017l4.8798939 6.11814718c.847677 1.06277155 1.309323 2.38190365 1.309323 3.74132985v13.8818528c0 3.3137085-2.6862915 6-6 6h-16c-3.3137085 0-6-2.6862915-6-6v-20c0-3.3137085 2.6862915-6 6-6zm0 2h-11.120106c-2.14219539 0-3.89107888 1.68396847-3.99510469 3.80035966l-.00489531.19964034v20c0 2.1421954 1.68396847 3.8910789 3.80035966 3.9951047l.19964034.0048953h16c2.1421954 0 3.8910789-1.6839685 3.9951047-3.8003597l.0048953-.1996403v-13.8818528c0-.8238947-.2543504-1.6255887-.7251774-2.29685957l-.1477046-.19736034-4.8798939-6.11814718c-.7115434-.89209465-1.767598-1.43495138-2.8997521-1.49932373zm-3.120106 19.5c.7731986 0 1.4.6268014 1.4 1.4s-.6268014 1.4-1.4 1.4-1.4-.6268014-1.4-1.4.6268014-1.4 1.4-1.4zm0-11.5c2.209139 0 4 1.790861 4 4 0 1.8635652-1.2743978 3.429479-2.9992387 3.8737865l-.0007613 1.1262135c0 .5522847-.4477153 1-1 1s-1-.4477153-1-1v-2c0-.5522847.4477153-1 1-1 1.1045695 0 2-.8954305 2-2s-.8954305-2-2-2-2 .8954305-2 2c0 .5522847-.4477153 1-1 1s-1-.4477153-1-1c0-2.209139 1.790861-4 4-4z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"questionfile sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22.0092457 0 7.9907543 10.0183757v21.9816243h-28v-32zm-4.7092457 21.5h-2.6v2.6h2.6zm-1.3-11.5c-2.209139 0-4 1.790861-4 4h2l.0054857-.1492623c.0763492-1.0348599.9401525-1.8507377 1.9945143-1.8507377 1.1045695 0 2 .8954305 2 2s-.8954305 2-2 2h-1v4h2l.0006624-2.126188c1.7248911-.4442732 2.9993376-2.0102111 2.9993376-3.873812 0-2.209139-1.790861-4-4-4z\" fill=\"currentColor\"/></g></svg></li><li title=\"questionfile so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22.0092457 0 7.9907543 10.0183757v21.9816243h-28v-32zm-.9632457 2h-17.046v28h24v-19.282zm-3.746 19.5v2.6h-2.6v-2.6zm-1.3-11.5c2.209139 0 4 1.790861 4 4 0 1.8636009-1.2744465 3.4295388-2.9993376 3.873812l-.0006624 2.126188h-2v-4h1c1.1045695 0 2-.8954305 2-2s-.8954305-2-2-2c-1.0543618 0-1.9181651.8158778-1.9945143 1.8507377l-.0054857.1492623h-2c0-2.209139 1.790861-4 4-4z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"radio f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22.1906215 3.93969262c.1888925.5189779-.0786945 1.09282026-.5976725 1.28171276l-7.634949 2.77803523 12.042.00055939c3.3137085 0 6 2.6862915 6 6v8c0 3.3137085-2.6862915 6-6 6h-20c-3.3137085 0-6-2.6862915-6-6v-8c0-3.3137085 2.6862915-6 6-6l2.11-.00055939 12.7989088-4.65742047c.5189779-.18889251 1.0928202.07869458 1.2817127.59767248zm-12.1906215 9.06030738c-2.76142375 0-5 2.2385763-5 5s2.23857625 5 5 5c2.7614237 0 5-2.2385763 5-5s-2.2385763-5-5-5zm15 6.5h-6c-.5522847 0-1 .4477153-1 1s.4477153 1 1 1h6c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1zm-15-4.5c1.6568542 0 3 1.3431458 3 3s-1.3431458 3-3 3c-1.65685425 0-3-1.3431458-3-3s1.34314575-3 3-3zm15-.5h-6c-.5522847 0-1 .4477153-1 1s.4477153 1 1 1h6c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1z\" fill=\"currentColor\"/></g></svg></li><li title=\"radio o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22.1906215 3.93969262c.1888925.5189779-.0786945 1.09282026-.5976725 1.28171276l-7.634949 2.77803523 11.042.00055939c3.7854517 0 6.8690987 3.0047834 6.995941 6.7593502l.004059.2406498v6c0 3.8659932-3.1340068 7-7 7h-18c-3.86599325 0-7-3.1340068-7-7v-6c0-3.8659932 3.13400675-7 7-7l1.11-.00055939 12.7989088-4.65742047c.5189779-.18889251 1.0928202.07869458 1.2817127.59767248zm2.8093785 6.06030738h-18c-2.76142375 0-5 2.2385763-5 5v6c0 2.7614237 2.23857625 5 5 5h18c2.7614237 0 5-2.2385763 5-5v-6c0-2.7614237-2.2385763-5-5-5zm-15 3c2.7614237 0 5 2.2385763 5 5s-2.2385763 5-5 5c-2.76142375 0-5-2.2385763-5-5s2.23857625-5 5-5zm15 6.5c.5522847 0 1 .4477153 1 1s-.4477153 1-1 1h-6c-.5522847 0-1-.4477153-1-1s.4477153-1 1-1zm-15-4.5c-1.65685425 0-3 1.3431458-3 3s1.34314575 3 3 3c1.6568542 0 3-1.3431458 3-3s-1.3431458-3-3-3zm15-.5c.5522847 0 1 .4477153 1 1s-.4477153 1-1 1h-6c-.5522847 0-1-.4477153-1-1s.4477153-1 1-1z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"radio sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22.0350819 3 .6840403 1.87938524-8.5761222 3.12061476h17.857v20h-32v-20h8.296zm-7.5350819 10.5h-9v9h9zm12.5 6.5h-8v2h8zm-14.5-4.5v5h-5v-5zm14.5-1.5h-8v2h8z\" fill=\"currentColor\"/></g></svg></li><li title=\"radio so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22.0350819 3 .6840403 1.87938524-8.5761222 3.12061476h17.857v20h-32v-20h8.296zm7.9649181 7h-28v16h28zm-15.5 3.5v9h-9v-9zm11.5 6.5v2h-8v-2zm-13.5-4.5h-5v5h5zm13.5-1.5v2h-8v-2z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"rangehood f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16.9028679 19.540186c1.2154177 2.3472741 1.358419 4.0012965.0968461 6.0741641l-.1459717.2320988c-1.1925978 1.8380578-1.1197499 2.5522342-.0097061 4.1988692.3087142.4579454.1877383 1.0794458-.2702072 1.38816-.4579454.3087141-1.0794458.1877382-1.3881599-.2702072-1.4751336-2.1882078-1.67213-3.7235762-.1660108-6.1588416l.1563048-.2465837c.9708066-1.4962285.9106639-2.444439-.0491257-4.2980316-.2539483-.4904373-.062236-1.093881.4282013-1.3478293.4904373-.2539482 1.093881-.062236 1.3478292.4282013zm4.0971321-19.540186c2.2084297.00181683 3.9989967 1.79157096 4.0018164 3.99999959l.0018208 4.00969974 4.1781409 6.96103377c.5684484.9470692.2615156 2.175639-.6855536 2.7440875-.3108944.1866045-.66667.2851794-1.029267.2851794l-3.4325222.0007435c1.1393515 1.9036393 1.1832873 3.3765931-.1911966 5.5990155l-.1563047.2465837c-.9708067 1.4962286-.910664 2.444439.0491256 4.2980317.2539483.4904373.062236 1.093881-.4282013 1.3478292-.4904373.2539483-1.093881.062236-1.3478292-.4282013-1.2154177-2.3472741-1.358419-4.0012965-.0968461-6.074164l.1459718-.2320988c1.1925977-1.8380578 1.1197498-2.5522342.009706-4.1988693-.1156676-.1715808-.1710146-.3661218-.1709179-.5585685l-11.7310525.0008238c.9993726 2.1089303 1.0453648 3.6786701-.13202903 5.6132246l-.14597177.2320988c-1.19259773 1.8380578-1.11974987 2.5522342-.00970603 4.1988692.30871413.4579454.18773823 1.0794458-.27020718 1.38816-.45794544.3087141-1.07944582.1877382-1.38815996-.2702072-1.47513354-2.1882078-1.67212999-3.7235762-.16601074-6.1588416l.15630471-.2465837c.97080668-1.4962285.91066394-2.444439-.04912566-4.2980316-.07618448-.1471312-.11225951-.304433-.11219235-.4594178l-3.46534723-.0003962c-1.1045695 0-2-.8954305-2-2 0-.362828.0987005-.7188215.2855298-1.0298504l4.16870184-6.93995439.00569084-4.03583552c.00311195-2.20693445 1.79305938-3.99435969 3.99999606-3.99435969z\" fill=\"currentColor\"/></g></svg></li><li title=\"rangehood o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16.9028679 19.540186c1.2154177 2.3472741 1.358419 4.0012965.0968461 6.0741641l-.1459717.2320988c-1.1925978 1.8380578-1.1197499 2.5522342-.0097061 4.1988692.3087142.4579454.1877383 1.0794458-.2702072 1.38816-.4579454.3087141-1.0794458.1877382-1.3881599-.2702072-1.4751336-2.1882078-1.67213-3.7235762-.1660108-6.1588416l.1563048-.2465837c.9708066-1.4962285.9106639-2.444439-.0491257-4.2980316-.2539483-.4904373-.062236-1.093881.4282013-1.3478293.4904373-.2539482 1.093881-.062236 1.3478292.4282013zm3.4979959-19.540186c2.7598181.00238441 4.9973426 2.2388423 5.0010433 4.99952273l.0010929 2.83047727 3.5104982 5.5704703c.8506775 1.3497903.4925588 3.1175463-.7867928 4.0354709l-.1516895.1020708c-.4789105.3018234-1.0334443.461988-1.5995297.461988l-2.3410509.0007435c1.1393515 1.9036393 1.1832873 3.3765931-.1911966 5.5990155l-.1563047.2465837c-.9708067 1.4962286-.910664 2.444439.0491256 4.2980317.2539483.4904373.062236 1.093881-.4282013 1.3478292-.4904373.2539483-1.093881.062236-1.3478292-.4282013-1.2154177-2.3472741-1.358419-4.0012965-.0968461-6.074164l.1459718-.2320988c1.1925977-1.8380578 1.1197498-2.5522342.009706-4.1988693-.1156676-.1715808-.1710146-.3661218-.1709179-.5585685l-11.7310525.0008238c.9993726 2.1089303 1.0453648 3.6786701-.13202903 5.6132246l-.14597177.2320988c-1.19259773 1.8380578-1.11974987 2.5522342-.00970603 4.1988692.30871413.4579454.18773823 1.0794458-.27020718 1.38816-.45794544.3087141-1.07944582.1877382-1.38815996-.2702072-1.47513354-2.1882078-1.67212999-3.7235762-.16601074-6.1588416l.15630471-.2465837c.97080668-1.4962285.91066394-2.444439-.04912566-4.2980316-.07618448-.1471312-.11225951-.304433-.11219235-.4594178l-2.37378775-.0003962c-1.65685425 0-3-1.3431458-3-3 0-.5664402.16036527-1.1213069.46254461-1.6004125l3.50045075-5.5525875.00508754-2.8544029c.00397675-2.68593726 2.12525125-4.87465143 4.78332956-4.98798684l.216665-.00461026zm3.3751408 9h-15.54899996l-3.44681846 5.4665292c-.08058116.1277615-.13090865.2716853-.1478164.4208169l-.00636514.1126539c0 .5522847.44771525 1 1 1h20.74948156c.1886952 0 .3735398-.0533882.5331766-.153996.4672351-.2944653.6072927-.9119455.3128274-1.3791806zm-3.3760046-7h-8.8059179c-1.65511995 0-2.99754622 1.34044017-2.99999676 2.99555826l-.0040807 2.00444174h14.81199996l-.0000965-1.99865981c-.002142-1.59779202-1.2515425-2.90358439-2.8257109-2.99610035z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"rangehood sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16.4430539 18.6521708.459814.8880152c1.2154177 2.3472741 1.358419 4.0012965.0968461 6.0741641l-.1459717.2320988c-1.1191344 1.7248344-1.1107726 2.4861016-.215292 3.8873107l.1117004.1713194.5531475.8330834-1.6661667 1.1062949-.5531475-.8330833c-1.3719956-2.0663327-1.5285929-3.6339324-.0652016-6.0052945l.1571807-.2482339c.9303564-1.4338857.9138859-2.36447.0661528-4.0709429l-.5750925-1.115104zm8.5569461-18.6521708.0036372 8.00969933 5.9963628 9.99030067-6.9896193.0011943c1.1627225 1.9230684 1.2169503 3.4010432-.167142 5.6390016l-.1563047.2465837c-.9303564 1.4338857-.913886 2.36447-.0661529 4.070943l.5750925 1.1151039-1.7760305.919628-.459814-.8880153c-1.2154177-2.3472741-1.358419-4.0012965-.0968461-6.0741641l.1459718-.2320987c1.1467285-1.7673633 1.1234815-2.4956351.133172-4.0128941l-.5283268-.7852823-11.4971096.0011255c.9993726 2.1089303 1.0453648 3.6786701-.13202903 5.6132246l-.14597177.2320988c-1.14672858 1.7673632-1.12348159 2.495635-.13317208 4.012894l.68244248 1.0151588-1.65836718 1.1179528-.55897639-.8291836c-1.47513354-2.1882078-1.67212999-3.7235762-.16601074-6.1588416l.15630471-.2465837c.9303564-1.4338857.91388599-2.36447.06615288-4.0709429l-.35426328-.6869027h-6.873l5.9886768-9.96980479.0113232-8.03019521z\" fill=\"currentColor\"/></g></svg></li><li title=\"rangehood so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16.4430539 18.6521708.459814.8880152c1.2154177 2.3472741 1.358419 4.0012965.0968461 6.0741641l-.1459717.2320988c-1.1191344 1.7248344-1.1107726 2.4861016-.215292 3.8873107l.1117004.1713194.5531475.8330834-1.6661667 1.1062949-.5531475-.8330833c-1.3719956-2.0663327-1.5285929-3.6339324-.0652016-6.0052945l.1571807-.2482339c.9303564-1.4338857.9138859-2.36447.0661528-4.0709429l-.5750925-1.115104zm8.9564694-18.6521708.0034767 7.83 6.4092569 10.17-7.8018762.0011943c1.1627225 1.9230684 1.2169503 3.4010432-.167142 5.6390016l-.1563047.2465837c-.9303564 1.4338857-.913886 2.36447-.0661529 4.070943l.5750925 1.1151039-1.7760305.919628-.459814-.8880153c-1.2154177-2.3472741-1.358419-4.0012965-.0968461-6.0741641l.1459718-.2320987c1.1467285-1.7673633 1.1234815-2.4956351.133172-4.0128941l-.5283291-.7852823-11.4971073.0011255c.9993726 2.1089303 1.0453648 3.6786701-.13202903 5.6132246l-.14597177.2320988c-1.14672858 1.7673632-1.12348159 2.495635-.13317208 4.012894l.68244248 1.0151588-1.65836718 1.1179528-.55897639-.8291836c-1.47513354-2.1882078-1.67212999-3.7235762-.16601074-6.1588416l.15630471-.2465837c.9303564-1.4338857.91388599-2.36447.06615288-4.0709429l-.3542656-.6869027h-7.686l6.40200232-10.153.01247949-7.847zm-1.6235256 9h-15.54800002l-4.41599768 7h24.375zm-.3759977-7h-14.802l-.00700232 5h14.81100002z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"refresh f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm7.5013519 8h-5c-.5522847 0-1 .44771525-1 1v5c0 .5522847.4477153 1 1 1 .5522848 0 1-.4477153 1-1l.0011164-2.872584c1.5476338 1.1131888 2.4975317 2.9096298 2.4975317 4.872584 0 3.3137085-2.6862915 6-6 6s-6-2.6862915-6-6c0-2.6791615 1.771854-5.0121287 4.3028795-5.7568853.5298238-.1559011.832948-.71179106.6770468-1.24161488-.1559011-.52982382-.711791-.83294803-1.2416148-.67704688-3.3764809.99353263-5.7383115 4.10331096-5.7383115 7.67554706 0 4.418278 3.581722 8 8 8s8-3.581722 8-8c0-2.3423774-1.015734-4.5083081-2.7082286-6.00072306l2.2095805.00072306c.5522848 0 1-.44771525 1-1s-.4477152-1-1-1z\" fill=\"currentColor\"/></g></svg></li><li title=\"refresh o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m15 2c.5522847 0 1 .44771525 1 1s-.4477153 1-1 1c-7.17970175 0-13 5.82029825-13 13 0 7.1797017 5.82029825 13 13 13 7.1797017 0 13-5.8202983 13-13 0-4.2891824-2.094027-8.21231038-5.4977584-10.61874906l-.0008897 4.61874906c0 .5522847-.4477152 1-1 1-.5522847 0-1-.4477153-1-1v-7c0-.55228475.4477153-1 1-1h7c.5522848 0 1 .44771525 1 1s-.4477152 1-1 1l-4.4992882-.00033065c3.7221733 2.79318402 5.9979363 7.19873195 5.9979363 12.00033065 0 8.2842712-6.7157288 15-15 15-8.28427125 0-15-6.7157288-15-15 0-8.28427125 6.71572875-15 15-15z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"refresh sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm8.5013519 8h-7v7h2l.0009746-3.872686c1.5477176 1.1131811 2.4976735 2.9096719 2.4976735 4.872686 0 3.3137085-2.6862915 6-6 6s-6-2.6862915-6-6c0-2.9936676 2.2064004-5.518383 5.1397019-5.9389154l-.2838277-1.97975799-.2539113.04055603c-3.7873548.66730412-6.6019629 3.97286936-6.6019629 7.87811736 0 4.418278 3.581722 8 8 8s8-3.581722 8-8c0-2.3423774-1.015734-4.5083081-2.7082286-6.00072306l3.2095805.00072306z\" fill=\"currentColor\"/></g></svg></li><li title=\"refresh so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 2v2h-1c-7.17970175 0-13 5.82029825-13 13 0 7.1797017 5.82029825 13 13 13 7.1797017 0 13-5.8202983 13-13 0-4.2891241-2.0939701-8.21220379-5.4976197-10.61865099l-.0010284 5.61865099h-2v-9h9v2l-5.4992882-.00033065c3.7221733 2.79318402 5.9979363 7.19873195 5.9979363 12.00033065 0 8.2842712-6.7157288 15-15 15-8.28427125 0-15-6.7157288-15-15 0-8.17940705 6.54678637-14.82973022 14.6861718-14.99678224l.3138282-.00321776z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"refrigerator f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22 0c3.3137085 0 6 2.6862915 6 6v20c0 3.3137085-2.6862915 6-6 6h-12c-3.3137085 0-6-2.6862915-6-6v-20c0-3.3137085 2.6862915-6 6-6zm-12 20c-.55228475 0-1 .4477153-1 1v2c0 .5522847.44771525 1 1 1 .5522847 0 1-.4477153 1-1v-2c0-.5522847-.4477153-1-1-1zm15-5h-18c-.55228475 0-1 .4477153-1 1s.44771525 1 1 1h18c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1zm-15-7c-.55228475 0-1 .44771525-1 1v2c0 .5522847.44771525 1 1 1 .5522847 0 1-.4477153 1-1v-2c0-.55228475-.4477153-1-1-1z\" fill=\"currentColor\"/></g></svg></li><li title=\"refrigerator o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m21 0c3.8659932 0 7 3.13400675 7 7v18c0 3.8659932-3.1340068 7-7 7h-10c-3.86599325 0-7-3.1340068-7-7v-18c0-3.86599325 3.13400675-7 7-7zm5 17h-20v8c0 2.6887547 2.12230671 4.8818181 4.7831104 4.9953805l.2168896.0046195h10c2.7614237 0 5-2.2385763 5-5zm-16 3c.5522847 0 1 .4477153 1 1v2c0 .5522847-.4477153 1-1 1-.55228475 0-1-.4477153-1-1v-2c0-.5522847.44771525-1 1-1zm11-18h-10c-2.76142375 0-5 2.23857625-5 5v8h20v-8c0-2.6887547-2.1223067-4.88181811-4.7831104-4.99538049zm-11 6c.5522847 0 1 .44771525 1 1v2c0 .5522847-.4477153 1-1 1-.55228475 0-1-.4477153-1-1v-2c0-.55228475.44771525-1 1-1z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"refrigerator sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m28 0v32h-24v-32zm-17 20h-2v4h2zm15-5h-20v2h20zm-15-7h-2v4h2z\" fill=\"currentColor\"/></g></svg></li><li title=\"refrigerator so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m28 0v32h-24v-32zm-2 17h-20v13h20zm-15 3v4h-2v-4zm15-18h-20v13h20zm-15 6v4h-2v-4z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"right f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm-.8769466 9.60710678c-.3905243-.39052429-1.0236892-.39052429-1.4142135 0s-.3905243 1.02368932 0 1.41421352l4.9712279 4.9717475-4.9712279 4.9708932c-.3905243.3905243-.3905243 1.0236893 0 1.4142136s1.0236892.3905243 1.4142135 0l5.6568543-5.6568543c.180242-.1802419.2772953-.4121707.2911601-.6480754v-.1612085c-.0138648-.2359046-.1109181-.4678334-.2911601-.6480754z\" fill=\"currentColor\" fill-rule=\"evenodd\"/></svg></li><li title=\"right o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm0 2c-7.7319865 0-14 6.2680135-14 14s6.2680135 14 14 14 14-6.2680135 14-14-6.2680135-14-14-14zm-.8769466 7.60710678 5.6568543 5.65685422c.180242.180242.2772953.4121708.2911601.6480754v.1612085c-.0138648.2359047-.1109181.4678335-.2911601.6480754l-5.6568543 5.6568543c-.3905243.3905243-1.0236892.3905243-1.4142135 0s-.3905243-1.0236893 0-1.4142136l4.9712279-4.9708932-4.9712279-4.9717475c-.3905243-.3905242-.3905243-1.02368923 0-1.41421352s1.0236892-.39052429 1.4142135 0z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"right sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm-1.5857864 8.9-1.4142136 1.4142136 5.6782814 5.6790678-5.6782814 5.6777864 1.4142136 1.4142136 7.0710678-7.0710678-.021-.0209322.021-.0222136z\" fill=\"currentColor\"/></g></svg></li><li title=\"right so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm0 2c-7.7319865 0-14 6.2680135-14 14s6.2680135 14 14 14 14-6.2680135 14-14-6.2680135-14-14-14zm-1.5857864 6.9 7.0710678 7.0710678-.021.0222136.021.0209322-7.0710678 7.0710678-1.4142136-1.4142136 5.6782814-5.6777864-5.6782814-5.6790678z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"ring f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm0 10c-3.3137085 0-6 2.6862915-6 6s2.6862915 6 6 6 6-2.6862915 6-6-2.6862915-6-6-6zm0 2c2.209139 0 4 1.790861 4 4s-1.790861 4-4 4-4-1.790861-4-4 1.790861-4 4-4z\" fill=\"currentColor\" fill-rule=\"evenodd\"/></svg></li><li title=\"ring o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm0 2c-7.7319865 0-14 6.2680135-14 14s6.2680135 14 14 14 14-6.2680135 14-14-6.2680135-14-14-14zm0 8c3.3137085 0 6 2.6862915 6 6s-2.6862915 6-6 6-6-2.6862915-6-6 2.6862915-6 6-6zm0 2c-2.209139 0-4 1.790861-4 4s1.790861 4 4 4 4-1.790861 4-4-1.790861-4-4-4z\"/></svg></li><li title=\"ring sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm5 11h-10v10h10zm-2 2v6h-6v-6z\" fill=\"currentColor\" fill-rule=\"evenodd\"/></svg></li><li title=\"ring so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm0 2c-7.7319865 0-14 6.2680135-14 14s6.2680135 14 14 14 14-6.2680135 14-14-6.2680135-14-14-14zm5 9v10h-10v-10zm-2 2h-6v6h6z\"/></svg></li><li title=\"roadblock f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 2c2.1418365 0 4.0703698 1.27197878 4.9203258 3.22166698l.089957.21939076 8.6767172 22.55894226h1.313c.5522847 0 1 .4477153 1 1s-.4477153 1-1 1h-30c-.55228475 0-1-.4477153-1-1s.44771525-1 1-1h1.312l8.6777172-22.55894226c.7688745-1.99907371 2.6483734-3.34244799 4.7732227-3.43585345zm7 17h-14c-.55228475 0-1 .4477153-1 1s.44771525 1 1 1h14c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1zm-2-6h-10c-.5522847 0-1 .4477153-1 1s.4477153 1 1 1h10c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1z\" fill=\"currentColor\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"roadblock o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 2c2.2211638 0 4.2129315 1.36794426 5.0102828 3.44105774l8.6767172 22.55894226h1.313c.5522847 0 1 .4477153 1 1s-.4477153 1-1 1h-30c-.55228475 0-1-.4477153-1-1s.44771525-1 1-1h1.312l8.6777172-22.55894226c.7688745-1.99907371 2.6483734-3.34244799 4.7732227-3.43585345zm8.851 19h-17.703l-2.693 7h23.089zm-2.308-6h-13.087l-1.539 4h16.165zm-6.543-11c-1.3936203 0-2.6433111.8582865-3.1435916 2.1590159l-2.6314084 6.8409841h11.549l-2.6304084-6.8409841c-.4513809-1.17359044-1.5128307-1.98700349-2.7396267-2.13480413l-.2059208-.01841799z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"roadblock sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16.8390333.87355632c.3749841.17409976.6854395.45944465.8904893.81515776l.081306.15663757 12.1421714 26.15374315 2.047.0009052v2h-32v-2l2.04-.0009052 12.1427927-26.15374315c.4651467-1.00185445 1.6543861-1.43694203 2.6562406-.97179533zm6.1609667 18.12644368h-14v2h14zm-3-6h-8v2h8z\" fill=\"currentColor\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"roadblock so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m14.1877927 1.84535165c.4651467-1.00185445 1.6543861-1.43694203 2.6562406-.97179533.4285532.19897116.7728241.54324207.9717953.97179533l12.1421714 26.15374315 2.042.0009052v2h-32v-2l2.044-.0009052zm10.3142073 19.15374315h-17.003l-2.93018935 6.3138104h22.86499995zm-2.785-6h-11.432l-1.857 4h15.146zm-5.7151894-12.31152054-4.7878106 10.31152054h9.574z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"ruler f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m19 1c1.6568542 0 3 1.34314575 3 3v24c0 1.6568542-1.3431458 3-3 3h-6c-1.6568542 0-3-1.3431458-3-3v-24c0-1.65685425 1.3431458-3 3-3zm0 24h-4c-.5522847 0-1 .4477153-1 1s.4477153 1 1 1h4c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1zm0-4h-2c-.5522847 0-1 .4477153-1 1s.4477153 1 1 1h2c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1zm0-4h-4c-.5522847 0-1 .4477153-1 1s.4477153 1 1 1h4c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1zm0-4h-2c-.5522847 0-1 .4477153-1 1s.4477153 1 1 1h2c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1zm0-4h-4c-.5522847 0-1 .44771525-1 1 0 .5522847.4477153 1 1 1h4c.5522847 0 1-.4477153 1-1 0-.55228475-.4477153-1-1-1zm0-4h-2c-.5522847 0-1 .44771525-1 1s.4477153 1 1 1h2c.5522847 0 1-.44771525 1-1s-.4477153-1-1-1z\" fill=\"currentColor\"/></g></svg></li><li title=\"ruler o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m19 1c1.6568542 0 3 1.34314575 3 3v24c0 1.6568542-1.3431458 3-3 3h-6c-1.6568542 0-3-1.3431458-3-3v-24c0-1.65685425 1.3431458-3 3-3zm0 2h-6c-.5128358 0-.9355072.38604019-.9932723.88337887l-.0067277.11662113v24c0 .5128358.3860402.9355072.8833789.9932723l.1166211.0067277h6c.5128358 0 .9355072-.3860402.9932723-.8833789l.0067277-.1166211v-1h-5c-.5522847 0-1-.4477153-1-1s.4477153-1 1-1h5v-2h-3c-.5522847 0-1-.4477153-1-1s.4477153-1 1-1h3v-2h-5c-.5522847 0-1-.4477153-1-1s.4477153-1 1-1h5v-2h-3c-.5522847 0-1-.4477153-1-1s.4477153-1 1-1h3v-2h-5c-.5522847 0-1-.4477153-1-1 0-.55228475.4477153-1 1-1h5v-2h-3c-.5522847 0-1-.44771525-1-1s.4477153-1 1-1h3v-1c0-.51283584-.3860402-.93550716-.8833789-.99327227z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"ruler sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22 1v30h-12v-30zm-2 24h-6v2h6zm0-4h-4v2h4zm0-4h-6v2h6zm0-4h-4v2h4zm0-4h-6v2h6zm0-4h-4v2h4z\" fill=\"currentColor\"/></g></svg></li><li title=\"ruler so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22 31h-12v-30h12zm-2-28h-8v26h8v-2h-6v-2h6v-2h-4v-2h4v-2h-6v-2h6v-2h-4v-2h4v-2h-6v-2h6v-2h-4v-2h4z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"scan o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m30 21.002121c.5128358 0 .9355072.3860402.9932723.8833788l.0067277.1166212v4.0617542c0 2.6544058-2.0951942 4.8194527-4.722006 4.9315643l-.2141188.0045605h-20.12917034c-2.65364218 0-4.81806632-2.0945914-4.93014567-4.7206476l-.00455919-.2140573v-4.0594968c0-.5522847.44771525-1 1-1 .51283584 0 .93550716.3860402.99327227.8833789l.00672773.1166211v4.0594968c0 1.5629073 1.22173716 2.8404626 2.76226866 2.929723l.1724362.0049819h20.12917034c1.5636635 0 2.8418369-1.2223283 2.9311405-2.7636052l.0049843-.1725196v-4.0617542c0-.5522848.4477153-1 1-1zm1-6.002121c.5522847 0 1 .4477153 1 1s-.4477153 1-1 1h-30c-.55228475 0-1-.4477153-1-1s.44771525-1 1-1zm-4.9417474-14c2.6574293 0 4.8249424 2.09758074 4.9371817 4.72738467l.0045657.21436274v4.06279749c0 .5522847-.4477153 1-1 1-.5128358 0-.9355072-.3860402-.9932723-.8833789l-.0067277-.1166211v-4.06279749c0-1.56665787-1.224669-2.84727896-2.7688974-2.9367536l-.17285-.00499381h-20.11921329c-1.56521564 0-2.84465782 1.22354162-2.9340501 2.76634842l-.00498921.17269089v4.05951434c0 .55228475-.44771525 1.00000005-1 1.00000005-.51283584 0-.93550716-.3860402-.99327227-.8833789l-.00672773-.11662115v-4.05951434c0-2.65597304 2.09643125-4.82229831 4.72479403-4.93447612l.21424528-.00456319z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"scan so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m3 21.0025635v7.9974365h26v-7.9941188h2v9.9941188h-30v-9.9974365zm29-6.0025635v2h-32v-2zm-1-14v10.0001984h-2v-8.0001984h-26v7.9984664h-2v-9.9984664z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"schof \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m17.8399861.90621586.1766944.11781031 4.5469068 3.26837376c.9840058.7073158 1.5909293 1.81974586 1.6589272 3.02163888l.0063945.22632628-.0011658 2.55996831c.1848-.0490897.376606-.0809824.5736003-.0938606l.1986565-.0064728h4c1.5976809 0 2.9036609 1.24892 2.9949073 2.8237272l.0050927.1762728v19l-7.772-.001.000909.0031819h-15.99999995l-.00090905-.0031819-8.228.001v-19c0-1.5976809 1.24891996-2.9036609 2.82372721-2.9949073l.17627279-.0050927h4c.43796077 0 .85400217.093848 1.22911111.2625309l-.00020206-2.71086327c0-1.21975737.55619357-2.36836879 1.50270749-3.12468275l.18200493-.13713322 4.61558473-3.27621361c.987247-.70076325 2.2919944-.73597147 3.3107799-.10742219zm-1.8399861 23.09378414c-2.209139 0-4 1.790861-4 4v4h8v-4l-.0048953-.1996403c-.1040258-2.1163912-1.8529093-3.8003597-3.9951047-3.8003597zm11 2c-.5522847 0-1 .4477153-1 1s.4477153 1 1 1 1-.4477153 1-1-.4477153-1-1-1zm-22 0c-.55228475 0-1 .4477153-1 1s.44771525 1 1 1 1-.4477153 1-1-.44771525-1-1-1zm22-4c-.5522847 0-1 .4477153-1 1s.4477153 1 1 1 1-.4477153 1-1-.4477153-1-1-1zm-22 0c-.55228475 0-1 .4477153-1 1s.44771525 1 1 1 1-.4477153 1-1-.44771525-1-1-1zm13-3h-4c-.5522847 0-1 .4477153-1 1s.4477153 1 1 1h4c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1zm9-1c-.5522847 0-1 .4477153-1 1s.4477153 1 1 1 1-.4477153 1-1-.4477153-1-1-1zm-22 0c-.55228475 0-1 .4477153-1 1s.44771525 1 1 1 1-.4477153 1-1-.44771525-1-1-1zm13-3h-4c-.5522847 0-1 .4477153-1 1s.4477153 1 1 1h4c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1zm9-1c-.5522847 0-1 .4477153-1 1s.4477153 1 1 1 1-.4477153 1-1-.4477153-1-1-1zm-22 0c-.55228475 0-1 .4477153-1 1s.44771525 1 1 1 1-.4477153 1-1-.44771525-1-1-1zm11-6.5c-1.3807119 0-2.5 1.11928813-2.5 2.5 0 1.3807119 1.1192881 2.5 2.5 2.5s2.5-1.1192881 2.5-2.5c0-1.38071187-1.1192881-2.5-2.5-2.5z\" fill=\"currentColor\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"schoo \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m0 32v-19c0-1.6568542 1.34314575-3 3-3h4c.35097203 0 .6878673.0602698 1.00090072.1710242l-.00090072-2.97642476c0-1.31480286.6278904-2.54812284 1.68471243-3.30915951l4.61558467-3.32376612c1.0453204-.75275412 2.4465928-.74851958 3.4874744.0105389l4.5469067 3.31581248c1.0455062.76243099 1.6653218 1.988836 1.6653218 3.29510765l.0000889 2.98754146c.3127538-.1105315.6493089-.1706743.9999111-.1706743h4c1.6568542 0 3 1.3431458 3 3v19zm16.6208807-29.80886612c-.3469316-.25354521-.8139835-.25495966-1.1623946-.00352026l-4.6152001 3.33067225c-.528367.38130898-.842286.99925027-.842286 1.65801765v22.82369648h1.999v-2c0-2.209139 1.790861-4 4-4s4 1.790861 4 4v2l2-.000091.0000001-22.8350959c0-.5354942-.2074417-1.04420064-.5691674-1.42071131l-.1262166-.12046282-.1372075-.10980299zm-.6208807 23.80886612c-1.1045695 0-2 .8954305-2 2v2h4v-2c0-1.1045695-.8954305-2-2-2zm13-14h-4c-.5522847 0-1 .4477153-1 1v17h6v-17c0-.5128358-.3860402-.9355072-.8833789-.9932723zm-22 0h-4c-.55228475 0-1 .4477153-1 1v17h6v-17c0-.5128358-.38604019-.9355072-.88337887-.9932723zm20 14c.5522847 0 1 .4477153 1 1s-.4477153 1-1 1-1-.4477153-1-1 .4477153-1 1-1zm-22 0c.55228475 0 1 .4477153 1 1s-.44771525 1-1 1-1-.4477153-1-1 .44771525-1 1-1zm22-4c.5522847 0 1 .4477153 1 1s-.4477153 1-1 1-1-.4477153-1-1 .4477153-1 1-1zm-22 0c.55228475 0 1 .4477153 1 1s-.44771525 1-1 1-1-.4477153-1-1 .44771525-1 1-1zm13-2c.5522847 0 1 .4477153 1 1s-.4477153 1-1 1h-4c-.5522847 0-1-.4477153-1-1s.4477153-1 1-1zm9-2c.5522847 0 1 .4477153 1 1s-.4477153 1-1 1-1-.4477153-1-1 .4477153-1 1-1zm-22 0c.55228475 0 1 .4477153 1 1s-.44771525 1-1 1-1-.4477153-1-1 .44771525-1 1-1zm13-2c.5522847 0 1 .4477153 1 1s-.4477153 1-1 1h-4c-.5522847 0-1-.4477153-1-1s.4477153-1 1-1zm9-2c.5522847 0 1 .4477153 1 1s-.4477153 1-1 1-1-.4477153-1-1 .4477153-1 1-1zm-22 0c.55228475 0 1 .4477153 1 1s-.44771525 1-1 1-1-.4477153-1-1 .44771525-1 1-1zm11-7.5c1.9329966 0 3.5 1.56700338 3.5 3.5 0 1.9329966-1.5670034 3.5-3.5 3.5s-3.5-1.5670034-3.5-3.5c0-1.93299662 1.5670034-3.5 3.5-3.5zm0 2c-.8284271 0-1.5.67157288-1.5 1.5 0 .8284271.6715729 1.5 1.5 1.5s1.5-.6715729 1.5-1.5c0-.82842712-.6715729-1.5-1.5-1.5z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"schosf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m15.9000973.16 8 5.30378363-.0000973 4.53621637h8.1v22l-12-.001v-7.999h-8v7.999l-12 .001v-22h7.9l.00009727-4.53621637zm12.0999027 25.84h-2v2h2zm-22 0h-2v2h2zm22-4h-2v2h2zm-22 0h-2v2h2zm13-3h-6v2h6zm9-1h-2v2h2zm-22 0h-2v2h2zm13-3h-6v2h6zm9-1h-2v2h2zm-22 0h-2v2h2zm12-6h-4v4h4z\" fill=\"currentColor\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"schoso \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 .16 8 5.30378363v4.53521637l8 .001v22l-8-.001v.0016161h-16v-.0016161l-8 .001v-22l8-.001v-4.53521637zm.0005947 2.65849739-6 3.977v23.46400001l1.9994053-.0004974v-7.259h8v7.259l2.0005947.0004974v-23.46300001zm1.9994053 22.18150261h-4v5h4zm12-13h-6v18h6zm-22 .001h-6v17.999h6zm20 13.999v2h-2v-2zm-22 0v2h-2v-2zm22-4v2h-2v-2zm-22 0v2h-2v-2zm13-3v2h-6v-2zm9-1v2h-2v-2zm-22 0v2h-2v-2zm13-3v2h-6v-2zm9-1v2h-2v-2zm-22 0v2h-2v-2zm13-7v6h-6v-6zm-2 2h-2v2h2z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"scissors f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m9.0669873 4.49c2.1523168 1.24264069 2.889755 3.99479751 1.6471143 6.1471143-.4628274.8016405-1.13505859 1.4070056-1.90770779 1.7868924l4.19284209 2.4203562 15.0892214-8.7103883c.4782926-.27614238 1.089883-.11226722 1.3660254.3660254.2761423.47829262.1122672 1.08988303-.3660254 1.3660254l-14.0892214 8.1333375 14.0892214 8.1346117c.4782926.2761424.6421677.8877328.3660254 1.3660254-.2761424.4782926-.8877328.6421678-1.3660254.3660254l-15.0892214-8.7116625-4.18885169 2.4178235c.77097322.3800077 1.44168699.9846677 1.90371739 1.7849279 1.2426407 2.1523168.5052025 4.9044736-1.6471143 6.1471143-2.15231681 1.2426407-4.90447363.5052025-6.14711432-1.6471143s-.50520249-4.9044736 1.64711432-6.1471143l.13044953-.0711608c.00276747-.0016329.00554566-.0032544.00833454-.0048646l6.29346453-3.6346117-6.29346453-3.6333375-.05747178-.0359468c-.02719579-.0149722-.05430128-.0302551-.08131229-.04585-2.15231681-1.2426407-2.88975501-3.99479748-1.64711432-6.14711428 1.24264069-2.15231681 3.99479751-2.88975501 6.14711432-1.64711432z\" fill=\"currentColor\"/></g></svg></li><li title=\"scissors o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m9.0669873 4.49c2.1523168 1.24264069 2.889755 3.99479751 1.6471143 6.1471143-.4628274.8016405-1.13505859 1.4070056-1.90770779 1.7868924l4.19284209 2.4203562 15.0892214-8.7103883c.4782926-.27614238 1.089883-.11226722 1.3660254.3660254.2761423.47829262.1122672 1.08988303-.3660254 1.3660254l-14.0892214 8.1333375 14.0892214 8.1346117c.4782926.2761424.6421677.8877328.3660254 1.3660254-.2761424.4782926-.8877328.6421678-1.3660254.3660254l-15.0892214-8.7116625-4.18885169 2.4178235c.77097322.3800077 1.44168699.9846677 1.90371739 1.7849279 1.2426407 2.1523168.5052025 4.9044736-1.6471143 6.1471143-2.15231681 1.2426407-4.90447363.5052025-6.14711432-1.6471143s-.50520249-4.9044736 1.64711432-6.1471143l.13044953-.0711608c.00276747-.0016329.00554566-.0032544.00833454-.0048646l6.29346453-3.6346117-6.29346453-3.6333375-.05747178-.0359468c-.02719579-.0149722-.05430128-.0302551-.08131229-.04585-2.15231681-1.2426407-2.88975501-3.99479748-1.64711432-6.14711428 1.24264069-2.15231681 3.99479751-2.88975501 6.14711432-1.64711432zm-3.5 16.9520508c-1.19573156.6903559-1.60541945 2.219332-.91506351 3.4150635.69035594 1.1957316 2.21933195 1.6054195 3.41506351.9150635 1.19573156-.6903559 1.60541944-2.2193319.91506351-3.4150635-.69035594-1.1957315-2.21933195-1.6054194-3.41506351-.9150635zm-.91506351-14.30493648c-.69035594 1.19573156-.28066805 2.72470757.91506351 3.41506348 1.19573156.690356 2.72470757.2806681 3.41506351-.91506348.69035593-1.19573156.28066805-2.72470758-.91506351-3.41506351-1.19573156-.69035594-2.72470757-.28066805-3.41506351.91506351z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"scissors sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m4.16987298 3.97205081 7.79422862 4.5-2.50122862 4.33099999 3.53700002 2.041 15.9546097-9.2100762 1 1.7320508-14.9546097 8.6330254 14.9546097 8.6349238-1 1.7320508-15.9546097-9.2119746-3.53400002 2.04 2.49822862 4.328127-7.79422862 4.5-3.5-6.0621778 7.79422864-4.5.00177136.0020508 2.53400002-1.463-7.16012704-4.1330254.00012702-.0019746-3.17-1.8298222z\" fill=\"currentColor\"/></g></svg></li><li title=\"scissors so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m4.16987298 3.97205081 7.79422862 4.5-2.50122862 4.33099999 3.53700002 2.041 15.9546097-9.2100762 1 1.7320508-14.9546097 8.6330254 14.9546097 8.6349238-1 1.7320508-15.9546097-9.2119746-3.53400002 2.04 2.49822862 4.328127-7.79422862 4.5-3.5-6.0621778 7.79422864-4.5.00177136.0020508 2.53400002-1.463-7.16012704-4.1330254.00012702-.0019746-3.17-1.8298222zm3.563 16.22199999-2.89312702 1.6719746-.00287298-.0039746-1.43536584.8291005 1.5 2.5980762 4.33012702-2.5zm-2.83156384-13.48916402-1.5 2.59807621 4.33012702 2.50000001 1.5-2.59807622z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"search f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m15 0c8.2842712 0 15 6.71572875 15 15 0 3.7823596-1.3999424 7.2377452-3.7099407 9.8762702l4.6596882 4.6592637c.3905243.3905243.3905243 1.0236893 0 1.4142136s-1.0236893.3905243-1.4142136 0l-4.6592637-4.6596882c-2.638525 2.3099983-6.0939106 3.7099407-9.8762702 3.7099407-8.28427125 0-15-6.7157288-15-15 0-8.28427125 6.71572875-15 15-15z\" fill=\"currentColor\"/></g></svg></li><li title=\"search o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m15 0c8.2842712 0 15 6.71572875 15 15 0 3.7818764-1.3995847 7.2368622-3.7090554 9.8752589l4.6588029 4.660275c.3905243.3905243.3905243 1.0236893 0 1.4142136s-1.0236893.3905243-1.4142136 0l-4.6592637-4.6596882c-2.638525 2.3099983-6.0939106 3.7099407-9.8762702 3.7099407-8.28427125 0-15-6.7157288-15-15 0-8.28427125 6.71572875-15 15-15zm0 2c-7.17970175 0-13 5.82029825-13 13 0 7.1797017 5.82029825 13 13 13 7.1797017 0 13-5.8202983 13-13 0-7.17970175-5.8202983-13-13-13z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"search sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m15 0c8.2842712 0 15 6.71572875 15 15 0 3.7823596-1.3999424 7.2377452-3.7099407 9.8762702l5.3667949 5.3663705-1.4142135 1.4142135-5.3663705-5.3667949c-2.638525 2.3099983-6.0939106 3.7099407-9.8762702 3.7099407-8.28427125 0-15-6.7157288-15-15 0-8.28427125 6.71572875-15 15-15z\" fill=\"currentColor\"/></g></svg></li><li title=\"search so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m15 0c8.2842712 0 15 6.71572875 15 15 0 3.7823596-1.3999424 7.2377452-3.7099407 9.8762702l5.3667949 5.3663705-1.4142135 1.4142135-5.3663705-5.3667949c-2.638525 2.3099983-6.0939106 3.7099407-9.8762702 3.7099407-8.28427125 0-15-6.7157288-15-15 0-8.28427125 6.71572875-15 15-15zm0 2c-7.17970175 0-13 5.82029825-13 13 0 7.1797017 5.82029825 13 13 13 7.1797017 0 13-5.8202983 13-13 0-7.17970175-5.8202983-13-13-13z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"searchfile f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m19.120106 0c1.8257724 0 3.5522076.83131873 4.6906771 2.25867017l4.8798939 6.11814718c.847677 1.06277155 1.309323 2.38190365 1.309323 3.74132985v13.8818528c0 3.3137085-2.6862915 6-6 6h-16c-3.3137085 0-6-2.6862915-6-6v-20c0-3.3137085 2.6862915-6 6-6zm-4.120106 11c-2.7614237 0-5 2.2385763-5 5s2.2385763 5 5 5c1.0173666 0 1.9637651-.3038511 2.7573593-.8284271l2.8284271 2.8284271c.3905243.3905243 1.0236893.3905243 1.4142136 0s.3905243-1.0236893 0-1.4142136l-2.8284271-2.8284271c.524576-.7935942.8284271-1.7399927.8284271-2.7573593 0-2.7614237-2.2385763-5-5-5zm0 2c1.6568542 0 3 1.3431458 3 3s-1.3431458 3-3 3-3-1.3431458-3-3 1.3431458-3 3-3z\" fill=\"currentColor\"/></g></svg></li><li title=\"searchfile o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m19.120106 0c1.8257724 0 3.5522076.83131873 4.6906771 2.25867017l4.8798939 6.11814718c.847677 1.06277155 1.309323 2.38190365 1.309323 3.74132985v13.8818528c0 3.3137085-2.6862915 6-6 6h-16c-3.3137085 0-6-2.6862915-6-6v-20c0-3.3137085 2.6862915-6 6-6zm0 2h-11.120106c-2.14219539 0-3.89107888 1.68396847-3.99510469 3.80035966l-.00489531.19964034v20c0 2.1421954 1.68396847 3.8910789 3.80035966 3.9951047l.19964034.0048953h16c2.1421954 0 3.8910789-1.6839685 3.9951047-3.8003597l.0048953-.1996403v-13.8818528c0-.8238947-.2543504-1.6255887-.7251774-2.29685957l-.1477046-.19736034-4.8798939-6.11814718c-.7115434-.89209465-1.767598-1.43495138-2.8997521-1.49932373zm-4.120106 9c2.7614237 0 5 2.2385763 5 5 0 1.0173666-.3038511 1.9637651-.8257543 2.7533963l-.0026728.003963 2.8284271 2.8284271c.3905243.3905243.3905243 1.0236893 0 1.4142136s-1.0236893.3905243-1.4142136 0l-2.8284271-2.8284271c-.7935942.524576-1.7399927.8284271-2.7573593.8284271-2.7614237 0-5-2.2385763-5-5s2.2385763-5 5-5zm0 2c-1.6568542 0-3 1.3431458-3 3s1.3431458 3 3 3 3-1.3431458 3-3-1.3431458-3-3-3z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"searchfile sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22.0092457 0 7.9907543 10.0183757v21.9816243h-28v-32zm-7.0092457 11c-2.7614237 0-5 2.2385763-5 5s2.2385763 5 5 5c1.0191072 0 1.9670032-.3048917 2.7574478-.8284349l3.5354454 3.5355417 1.4142136-1.4142136-3.5355417-3.5354454c.5235432-.7904446.8284349-1.7383406.8284349-2.7574478 0-2.7614237-2.2385763-5-5-5zm0 2c1.6568542 0 3 1.3431458 3 3s-1.3431458 3-3 3-3-1.3431458-3-3 1.3431458-3 3-3z\" fill=\"currentColor\"/></g></svg></li><li title=\"searchfile so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22.0092457 0 7.9907543 10.0183757v21.9816243h-28v-32zm-.9632457 2h-17.046v28h24v-19.282zm-6.046 9c2.7614237 0 5 2.2385763 5 5 0 1.0191072-.3048917 1.9670032-.8284349 2.7574478l3.5355417 3.5354454-1.4142136 1.4142136-3.5354454-3.5355417c-.7904446.5235432-1.7383406.8284349-2.7574478.8284349-2.7614237 0-5-2.2385763-5-5s2.2385763-5 5-5zm0 2c-1.6568542 0-3 1.3431458-3 3s1.3431458 3 3 3 3-1.3431458 3-3-1.3431458-3-3-3z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"selectfile f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m19.120106 0c1.8257724 0 3.5522076.83131873 4.6906771 2.25867017l4.8798939 6.11814718c.847677 1.06277155 1.309323 2.38190365 1.309323 3.74132985v13.8818528c0 3.3137085-2.6862915 6-6 6h-16c-3.3137085 0-6-2.6862915-6-6v-20c0-3.3137085 2.6862915-6 6-6zm3.3722822 12.9071068c-.3905243-.3905243-1.0236893-.3905243-1.4142136 0l-6.373961 6.3721068-3.5528933-3.5521068c-.3905242-.3905243-1.0236892-.3905243-1.41421352 0-.39052429.3905243-.39052429 1.0236893 0 1.4142135l4.24264072 4.2426407c.1248227.1248228.2744342.2097486.4324593.2548429.3444091.108768.7360684.0266294 1.0091135-.2464157l7.0710679-7.0710679c.3905242-.3905242.3905242-1.0236892 0-1.4142135z\" fill=\"currentColor\"/></g></svg></li><li title=\"selectfile o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><g fill=\"#000\"><path d=\"m19.120106 0c1.8257724 0 3.5522076.83131873 4.6906771 2.25867017l4.8798939 6.11814718c.847677 1.06277155 1.309323 2.38190365 1.309323 3.74132985v13.8818528c0 3.3137085-2.6862915 6-6 6h-16c-3.3137085 0-6-2.6862915-6-6v-20c0-3.3137085 2.6862915-6 6-6zm0 2h-11.120106c-2.14219539 0-3.89107888 1.68396847-3.99510469 3.80035966l-.00489531.19964034v20c0 2.1421954 1.68396847 3.8910789 3.80035966 3.9951047l.19964034.0048953h16c2.1421954 0 3.8910789-1.6839685 3.9951047-3.8003597l.0048953-.1996403v-13.8818528c0-.8238947-.2543504-1.6255887-.7251774-2.29685957l-.1477046-.19736034-4.8798939-6.11814718c-.7115434-.89209465-1.767598-1.43495138-2.8997521-1.49932373z\" fill-rule=\"nonzero\"/><path d=\"m22.4923882 12.9071068c.3905242.3905243.3905242 1.0236893 0 1.4142135l-7.0710679 7.0710679c-.2730451.2730451-.6647044.3551837-1.0091135.2464157-.1580251-.0450943-.3076366-.1300201-.4324593-.2548429l-4.24264072-4.2426407c-.39052429-.3905242-.39052429-1.0236892 0-1.4142135.39052432-.3905243 1.02368932-.3905243 1.41421352 0l3.5528933 3.5521068 6.373961-6.3721068c.3905243-.3905243 1.0236893-.3905243 1.4142136 0z\"/></g></g></svg></li><li title=\"selectfile sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22.0092457 0 7.9907543 10.0183757v21.9816243h-28v-32zm-.1639643 12.2-7.0712814 7.07-4.2697864-4.27-1.4142136 1.4142136 4.27 4.2697864v.0012814l1.4142136 1.4142135 8.4852813-8.4852813z\" fill=\"currentColor\"/></g></svg></li><li title=\"selectfile so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22.0092457 0 7.9907543 10.0183757v21.9816243h-28v-32zm-.9632457 2h-17.046v28h24v-19.282zm.7992814 10.2 1.4142135 1.4142136-8.4852813 8.4852813-1.4142136-1.4142135v-.0012814l-4.27-4.2697864 1.4142136-1.4142136 4.2697864 4.27z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"sfile f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m19.120106 0c1.8257724 0 3.5522076.83131873 4.6906771 2.25867017l4.8798939 6.11814718c.847677 1.06277155 1.309323 2.38190365 1.309323 3.74132985v13.8818528c0 3.3137085-2.6862915 6-6 6h-16c-3.3137085 0-6-2.6862915-6-6v-20c0-3.3137085 2.6862915-6 6-6zm-3.120106 10c-2.1728583 0-4 1.6981918-4 3.75 0 2.005823 1.7065589 3.4574018 4.0370272 3.74576.000675.0000835.0013499.0001663.0029341.0003593 1.5149663.1848278 2.4600387 1.085846 2.4600387 2.2538807 0 1.2254042-1.1034109 2.25-2.5 2.25s-2.5-1.0245958-2.5-2.25c0-.5522847-.4477153-1-1-1s-1 .4477153-1 1c0 2.3644467 2.0305959 4.25 4.5 4.25s4.5-1.8855533 4.5-4.25c0-2.188368-1.6555986-3.8347216-3.9911838-4.2072857l-.2198162-.0317143c-1.4316619-.1764596-2.289-.9057012-2.289-1.761 0-.9132084.9003323-1.75 2-1.75 1.1230578 0 2 .8038637 2 1.75l.0067277.1166211c.0577651.4973387.4804365.8833789.9932723.8833789.5522847 0 1-.4477153 1-1 0-2.0914298-1.8093493-3.75-4-3.75z\" fill=\"currentColor\"/></g></svg></li><li title=\"sfile o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m19.120106 0c1.8257724 0 3.5522076.83131873 4.6906771 2.25867017l4.8798939 6.11814718c.847677 1.06277155 1.309323 2.38190365 1.309323 3.74132985v13.8818528c0 3.3137085-2.6862915 6-6 6h-16c-3.3137085 0-6-2.6862915-6-6v-20c0-3.3137085 2.6862915-6 6-6zm0 2h-11.120106c-2.14219539 0-3.89107888 1.68396847-3.99510469 3.80035966l-.00489531.19964034v20c0 2.1421954 1.68396847 3.8910789 3.80035966 3.9951047l.19964034.0048953h16c2.1421954 0 3.8910789-1.6839685 3.9951047-3.8003597l.0048953-.1996403v-13.8818528c0-.8238947-.2543504-1.6255887-.7251774-2.29685957l-.1477046-.19736034-4.8798939-6.11814718c-.7115434-.89209465-1.767598-1.43495138-2.8997521-1.49932373zm-3.120106 8c2.1906507 0 4 1.6585702 4 3.75 0 .5522847-.4477153 1-1 1-.5128358 0-.9355072-.3860402-.9932723-.8833789l-.0067277-.1166211c0-.9461363-.8769422-1.75-2-1.75-1.0996677 0-2 .8367916-2 1.75 0 .8552988.8573381 1.5845404 2.2826223 1.7608965l.0063777.0001035.2198162.0317143c2.3355852.3725641 3.9911838 2.0189177 3.9911838 4.2072857 0 2.3644467-2.0305959 4.25-4.5 4.25s-4.5-1.8855533-4.5-4.25c0-.5522847.4477153-1 1-1s1 .4477153 1 1c0 1.2254042 1.1034109 2.25 2.5 2.25s2.5-1.0245958 2.5-2.25c0-1.1680347-.9450724-2.0690529-2.4600387-2.2538807-.0015842-.000193-.0022591-.0002758-.0029341-.0003593-2.3304683-.2883582-4.0370272-1.739937-4.0370272-3.74576 0-2.0518082 1.8271417-3.75 4-3.75z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"sfile sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22.0092457 0 7.9907543 10.0183757v21.9816243h-28v-32zm-2.0092457 11h-8v7h6v3h-6v2h8v-7h-6v-3h6z\" fill=\"currentColor\"/></g></svg></li><li title=\"sfile so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22.0092457 0 7.9907543 10.0183757v21.9816243h-28v-32zm-.9632457 2h-17.046v28h24v-19.282zm-1.046 9v2h-6v3h6v7h-8v-2h6v-3h-6v-7z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"share f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m24 2c3.3137085 0 6 2.6862915 6 6v16c0 3.3137085-2.6862915 6-6 6h-16c-3.3137085 0-6-2.6862915-6-6v-16c0-3.3137085 2.6862915-6 6-6zm-3 8h-7c-.5522847 0-1 .4477153-1 1s.4477153 1 1 1h4.585039l-8.65610681 8.6568542c-.39052429.3905243-.39052429 1.0236893 0 1.4142136.39052431.3905243 1.02368931.3905243 1.41421361 0l8.6558932-8.6570678.000961 4.586c0 .5522847.4477153 1 1 1s1-.4477153 1-1v-7c0-.5522847-.4477153-1-1-1z\" fill=\"currentColor\"/></g></svg></li><li title=\"share o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m17.0058746 2c.5522848 0 1 .44771525 1 1 0 .51283584-.3860402.93550716-.8833788.99327227l-.1166212.00672773h-10.0058746c-1.59768088 0-2.90366088 1.24891996-2.99490731 2.82372721l-.00509269.17627279v18c0 1.5976809 1.24891996 2.9036609 2.82372721 2.9949073l.17627279.0050927h18c1.5976809 0 2.9036609-1.24892 2.9949073-2.8237272l.0050927-.1762728v-9.9962769c0-.5522847.4477153-1 1-1 .5128358 0 .9355072.3860402.9932723.8833789l.0067277.1166211v9.9962769c0 2.6887547-2.1223067 4.8818181-4.7831104 4.9953805l-.2168896.0046195h-18c-2.6887547 0-4.88181811-2.1223067-4.99538049-4.7831104l-.00461951-.2168896v-18c0-2.6887547 2.12230671-4.88181811 4.78311038-4.99538049l.21688962-.00461951zm11.9941254 0c.5522847 0 1 .44771525 1 1v7c0 .5522847-.4477153 1-1 1s-1-.4477153-1-1l-.0001746-4.587-10.0708932 10.0722814c-.3905243.3905243-1.0236893.3905243-1.4142136 0s-.3905243-1.0236893 0-1.4142136l10.0701068-10.0710678h-4.5848254c-.5522847 0-1-.44771525-1-1s.4477153-1 1-1z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"share sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m30 2v28h-28v-28zm-8 8h-9v2h5.5848254l-9.36299999 9.363961 1.41421359 1.4142136 9.3637864-9.3651746.0001746 5.587h2z\" fill=\"currentColor\"/></g></svg></li><li title=\"share so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m17.9996617 2v2h-13.9996617v24h24v-13.9780704h2v15.9780704h-28v-28zm12.0003383 0v9h-2l-.0003882-5.586-10.7777864 10.7783882-1.4142136-1.4142136 10.777-10.7781746h-5.5846118v-2z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"shrink o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m9.05825259 18c2.65742931 0 4.82494241 2.0975807 4.93718171 4.7273847l.0045657.2143627v5.0627975c0 .5522847-.4477153 1-1 1-.5128358 0-.9355072-.3860402-.9932723-.8833789l-.0067277-.1166211v-5.0627975c0-1.5666579-1.224669-2.8472789-2.7688974-2.9367536l-.17285001-.0049938h-5.05460145c-.55228475 0-1-.4477153-1-1 0-.5128358.38604019-.9355072.88337887-.9932723l.11662113-.0067277zm18.94484321 0c.5522848 0 1 .4477153 1 1 0 .5128358-.3860401.9355072-.8833788.9932723l-.1166212.0067277h-5.0640565c-1.5652156 0-2.8446578 1.2235416-2.9340501 2.7663484l-.0049892.1726909v5.0595144c0 .5522847-.4477153 1-1 1-.5128358 0-.9355072-.3860402-.9932723-.8833789l-.0067277-.1166211v-5.0595144c0-2.655973 2.0964313-4.8222983 4.724794-4.9344761l.2142453-.0045632zm-15.0030958-14.99787903c.5128358 0 .9355072.38604019.9932723.88337888l.0067277.11662112v5.06175423c0 2.6544058-2.0951942 4.8194527-4.72200595 4.9315643l-.21411885.0045605h-5.0605793c-.55228475 0-1-.4477153-1-1 0-.5128358.38604019-.9355072.88337887-.9932723l.11662113-.0067277h5.0605793c1.5636635 0 2.8418369-1.2223283 2.9311405-2.76360517l.0049843-.17251963v-5.06175423c0-.55228475.4477153-1 1-1zm6 .00367737c.5128358 0 .9355072.38604019.9932723.88337887l.0067277.11662113v5.0594968c0 1.56290726 1.2217372 2.84046256 2.7622687 2.92972296l.1724362.0049819h5.0664184c.5522847 0 1 .4477153 1 1 0 .5128358-.3860402.9355072-.8833789.9932723l-.1166211.0067277h-5.0664184c-2.6536422 0-4.8180664-2.0945914-4.9301457-4.72064761l-.0045592-.21405725v-5.0594968c0-.55228475.4477153-1 1-1z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"shrink so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m14 18v10.0001984h-2l-.001-8.0011984-7.99870384.001v-2zm14.0080955 0v2l-8.0090955-.001.001 7.9994664h-2v-9.9984664zm-14.0080955-13.9941188v9.9941188h-9.98288091v-2l7.98188091-.001.001-7.9931188zm6-.00331772-.001 7.99643652 8.0049859.001v2h-10.0039859v-9.99743652z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"site f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m20.5358984 2.14359354c2.1435935 0 4.1243556 1.14359354 5.1961524 3l4.5358984 7.85640646c1.0717968 1.8564065 1.0717968 4.1435935 0 6l-4.5358984 7.8564065c-1.0717968 1.8564064-3.0525589 3-5.1961524 3h-9.0717968c-2.14359352 0-4.12435564-1.1435936-5.19615241-3l-4.53589838-7.8564065c-1.07179677-1.8564065-1.07179677-4.1435935 0-6l4.53589838-7.85640646c1.07179677-1.85640646 3.05255889-3 5.19615241-3zm-4.5358984 7.85640646c-3.3137085 0-6 2.6862915-6 6s2.6862915 6 6 6 6-2.6862915 6-6-2.6862915-6-6-6zm0 2c2.209139 0 4 1.790861 4 4s-1.790861 4-4 4-4-1.790861-4-4 1.790861-4 4-4z\" fill=\"currentColor\"/></g></svg></li><li title=\"site o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m20.5358984 2.14359354c2.1435935 0 4.1243556 1.14359354 5.1961524 3l4.5358984 7.85640646c1.0717968 1.8564065 1.0717968 4.1435935 0 6l-4.5358984 7.8564065c-1.0717968 1.8564064-3.0525589 3-5.1961524 3h-9.0717968c-2.14359352 0-4.12435564-1.1435936-5.19615241-3l-4.53589838-7.8564065c-1.07179677-1.8564065-1.07179677-4.1435935 0-6l4.53589838-7.85640646c1.07179677-1.85640646 3.05255889-3 5.19615241-3zm0 2h-9.0717968c-1.3538485 0-2.61026887.68425541-3.34631759 1.80857977l-.11778401.19142023-4.53589838 7.85640646c-.67483501 1.1688485-.71232584 2.5938608-.11247251 3.791172l.11247251.208828 4.53589838 7.8564065c.67692428 1.1724672 1.89771701 1.9184314 3.2394348 1.9937061l.2246668.0062939h9.0717968c1.3538485 0 2.6102689-.6842555 3.3463176-1.8085798l.117784-.1914202 4.5358984-7.8564065c.674835-1.1688485.7123258-2.5938608.1124725-3.791172l-.1124725-.208828-4.5358984-7.85640646c-.6769243-1.17246724-1.897717-1.91843145-3.2394348-1.99370617zm-4.5358984 5.85640646c3.3137085 0 6 2.6862915 6 6s-2.6862915 6-6 6-6-2.6862915-6-6 2.6862915-6 6-6zm0 2c-2.209139 0-4 1.790861-4 4s1.790861 4 4 4 4-1.790861 4-4-1.790861-4-4-4z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"site sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m24 2.14359354 8 13.85640646-8 13.8564065h-16l-8-13.8564065 8-13.85640646zm-8 7.85640646c-3.3137085 0-6 2.6862915-6 6s2.6862915 6 6 6 6-2.6862915 6-6-2.6862915-6-6-6zm0 2c2.209139 0 4 1.790861 4 4s-1.790861 4-4 4-4-1.790861-4-4 1.790861-4 4-4z\" fill=\"currentColor\"/></g></svg></li><li title=\"site so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m24 2.14359354 8 13.85640646-8 13.8564065h-16l-8-13.8564065 8-13.85640646zm-1.155 1.99940646h-13.689l-6.846 11.857 6.846 11.856h13.689l6.846-11.856zm-6.845 5.857c3.3137085 0 6 2.6862915 6 6s-2.6862915 6-6 6-6-2.6862915-6-6 2.6862915-6 6-6zm0 2c-2.209139 0-4 1.790861-4 4s1.790861 4 4 4 4-1.790861 4-4-1.790861-4-4-4z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"sofa f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16.0297119 2c1.5052192 0 3.0103814.06718173 4.5154865.2015452 3.6585414.32660185 6.6246139 3.10258068 7.1924741 6.73151003l.9145258 5.84561327c.056625.0159203.1132501.0319474.1698752.0480814 1.2889437.3672655 2.1779265 1.5449249 2.1779265 2.8851711v2.288079c0 1.6568542-1.3431458 3-3 3h-1.501l.9845639 3.6730326c.1429418.5334661-.1736407 1.0818031-.7071068 1.2247449s-1.081803-.1736407-1.2247448-.7071068l-1.0352762-3.8637033c-.0293541-.1095511-.0393294-.2197293-.0320271-.326895h-16.96881796c.00730227.1071657-.002673.2173439-.03202712.326895l-1.03527618 3.8637033c-.14294182.5334661-.69127877.8500486-1.22474488.7071068-.5334661-.1429418-.85004859-.6912788-.70710678-1.2247449l.98356392-3.6730326h-1.5c-1.65685425 0-3-1.3431458-3-3v-2.2881495c-.00000016-1.3402255.88895275-2.5178731 2.17787095-2.8851525l.16912905-.047698.91463268-5.84150468c.56756202-3.62698403 3.53086023-6.40219704 7.18722532-6.73103425 1.5304372-.13764071 3.0573885-.20646107 4.5808539-.20646107z\" fill=\"currentColor\"/></g></svg></li><li title=\"sofa o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16.0275044 1.99992198c1.2342801 0 2.4684964.0450412 3.7026018.13511847 4.1421858.30234233 7.5395913 3.39983589 8.2223739 7.49653117l.7955491 4.76958508c1.333183.6487584 2.2519708 2.0165037 2.2519708 3.5988433v1c0 2.209139-1.790861 4-4 4l-.501-.000078.9845639 3.6731106c.1429418.5334661-.1736407 1.0818031-.7071068 1.2247449s-1.081803-.1736407-1.2247448-.7071068l-1.0352762-3.8637033c-.0293541-.1095511-.0393294-.2197293-.0320271-.326895h-16.96881796c.00730227.1071657-.002673.2173439-.03202712.326895l-1.03527618 3.8637033c-.14294182.5334661-.69127877.8500486-1.22474488.7071068-.5334661-.1429418-.85004859-.6912788-.70710678-1.2247449l.98356392-3.6731106-.5.000078c-2.14219539 0-3.89107888-1.6839685-3.99510469-3.8003597l-.00489531-.1996403v-1c0-1.5823396.91878778-2.9500849 2.25197085-3.5988433l.79511746-4.76605898c.68234895-4.09409196 4.07600567-7.19061094 8.21531939-7.49601221 1.2574036-.09277206 2.512452-.13916353 3.7650967-.13916353zm-11.0275044 14.00007802c-.11481063 0-.22736175.0096741-.33688268.0282516l-.3546722.1278276c-.78617729.2897144-1.30844512 1.0387654-1.30844512 1.8766234v.9672974c0 1.1045695.8954305 2 2 2s2-.8954305 2-2v-1c0-1.1045695-.8954305-2-2-2zm10.999588-2c-2.7537052 0-5.5088934.3591987-8.26723102 1.07862.7804731.7307409 1.26764302 1.7691682 1.26764302 2.92138v1c0 .7290322-.1950335 1.4125119-.53577067 2.0011092h15.07154137c-.3407372-.5885973-.5357707-1.272077-.5357707-2.0011092v-1c0-1.1522118.4871699-2.1906391 1.2667647-2.9205366-2.7581066-.720255-5.5134348-1.0794634-8.2671767-1.0794634zm11.000412 2c-1.1045695 0-2 .8954305-2 2v1c0 1.1045695.8954305 2 2 2l.1492623-.0054857c1.0348599-.0763492 1.8507377-.9401525 1.8507377-1.9945143v-.9672089c0-.8378855-.5222875-1.5869524-1.3084978-1.8766521-.118594-.0436992-.2371808-.0867332-.3557605-.1291022-.1090684-.0174218-.2212822-.0270368-.3357417-.0270368zm-10.9724956-12.00007802c-1.2034584 0-2.4094206.04457705-3.6179353.13374206-3.21946631.23753433-5.85897711 2.645938-6.38969295 5.83023173l-.61848802 3.70547583c3.52832992-1.1123104 7.06204607-1.6693716 10.59819987-1.6693716 3.5359864 0 7.0696822.5570084 10.5981402 1.6692122l-.618036-3.70884261c-.5310531-3.18631846-3.1734799-5.59548044-6.3951796-5.83063555-1.1856855-.08654311-2.3713388-.12981206-3.5570082-.12981206z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"sofa sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16.0297119 2c3.6015336 0 7.2027407.38461538 10.8036214 1.15384615l1.819586 11.62502505c.7823595.2199748 1.5647197.460351 2.3470807.7211288v7.5h-4.501l1.243383 4.6389584-1.9318517.5176381-1.3825313-5.1565965h-16.857l-1.38153131 5.1565965-1.93185165-.5176381 1.24238296-4.6389584h-4.5v-7.5c.78260217-.2608889 1.56521083-.5013589 2.34782598-.72141l1.81884069-11.62474385c3.64049657-.76923077 7.26151163-1.15384615 10.86304523-1.15384615z\" fill=\"currentColor\"/></g></svg></li><li title=\"sofa so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16.0112963 2.41055728c3.1082838 0 6.2158918.28564184 9.32211.85670555l.8471154.16282106.6657528.13352886 1.9781915 10.88145475c.52328.1997129 1.0464301.4116426 1.5694415.6357824l.6060925.2597448v7.6594053l-4.501-.0004427 1.243383 4.6394011-1.9318517.5176381-1.3825313-5.1570392h-16.857l-1.38153131 5.1570392-1.93185165-.5176381 1.24238296-4.6394011-4.5.0004427v-7.6593748l.60605328-.2597585c.51129477-.2191444 1.02272519-.4266168 1.53428308-.6224112l1.98140343-10.89635252.66753682-.13242971c3.42406496-.6792853 6.83169219-1.01911599 10.22201969-1.01911599zm-9.01055447 12.86730292c-1.1399077.3235615-2.28039188.708638-3.42155883 1.1553089l-.579183.2318309v4.335h4zm8.99884617-1.2778602c-2.3314478 0-4.6641407.2574982-6.99899367.7731755l-.00059433 6.2268245h14l-.000733-6.2267214c-2.1379728-.4721962-4.2740733-.727945-6.4090034-.7677694zm9.0000384 1.2780961.0003736 5.7219039h4v-4.336l-.5792845-.2308171c-1.1410274-.4465682-2.2813551-.8315708-3.4210891-1.1550868zm-8.9883301-10.86753882c-2.9871028 0-5.9898903.27463301-9.00902648.82418871l-.15739991.02981129-1.53325318 8.43324032c3.5579701-1.1311851 7.12154077-1.6977976 10.68797127-1.6977976 3.5553852 0 7.1080767.5631083 10.6553609 1.6873029l-1.532079-8.42474562-.1504939-.02815c-2.7160654-.49936969-5.4314008-.77166226-8.1465425-.81704297z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"speaker f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22 0c3.3137085 0 6 2.6862915 6 6v20c0 3.3137085-2.6862915 6-6 6h-12c-3.3137085 0-6-2.6862915-6-6v-20c0-3.3137085 2.6862915-6 6-6zm-6 14c-3.8659932 0-7 3.1340068-7 7s3.1340068 7 7 7 7-3.1340068 7-7-3.1340068-7-7-7zm0 2c2.7614237 0 5 2.2385763 5 5s-2.2385763 5-5 5-5-2.2385763-5-5 2.2385763-5 5-5zm0 2c-1.6568542 0-3 1.3431458-3 3s1.3431458 3 3 3 3-1.3431458 3-3-1.3431458-3-3-3zm0 2c.5522847 0 1 .4477153 1 1s-.4477153 1-1 1-1-.4477153-1-1 .4477153-1 1-1zm0-16c-2.209139 0-4 1.790861-4 4s1.790861 4 4 4 4-1.790861 4-4-1.790861-4-4-4zm0 2c1.1045695 0 2 .8954305 2 2s-.8954305 2-2 2-2-.8954305-2-2 .8954305-2 2-2z\" fill=\"currentColor\"/></g></svg></li><li title=\"speaker o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m21 0c3.8659932 0 7 3.13400675 7 7v18c0 3.8659932-3.1340068 7-7 7h-10c-3.86599325 0-7-3.1340068-7-7v-18c0-3.86599325 3.13400675-7 7-7zm0 2h-10c-2.76142375 0-5 2.23857625-5 5v18c0 2.7614237 2.23857625 5 5 5h10c2.7614237 0 5-2.2385763 5-5v-18c0-2.76142375-2.2385763-5-5-5zm-5 12c3.8659932 0 7 3.1340068 7 7s-3.1340068 7-7 7-7-3.1340068-7-7 3.1340068-7 7-7zm0 2c-2.7614237 0-5 2.2385763-5 5s2.2385763 5 5 5 5-2.2385763 5-5-2.2385763-5-5-5zm0 2c1.6568542 0 3 1.3431458 3 3s-1.3431458 3-3 3-3-1.3431458-3-3 1.3431458-3 3-3zm0 2c-.5522847 0-1 .4477153-1 1s.4477153 1 1 1 1-.4477153 1-1-.4477153-1-1-1zm0-16c2.209139 0 4 1.790861 4 4s-1.790861 4-4 4-4-1.790861-4-4 1.790861-4 4-4zm0 2c-1.1045695 0-2 .8954305-2 2s.8954305 2 2 2 2-.8954305 2-2-.8954305-2-2-2z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"speaker sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m28 0v32h-24v-32zm-12 14c-3.8659932 0-7 3.1340068-7 7s3.1340068 7 7 7 7-3.1340068 7-7-3.1340068-7-7-7zm0 2c2.7614237 0 5 2.2385763 5 5s-2.2385763 5-5 5-5-2.2385763-5-5 2.2385763-5 5-5zm0 2c-1.6568542 0-3 1.3431458-3 3s1.3431458 3 3 3 3-1.3431458 3-3-1.3431458-3-3-3zm0 2c.5522847 0 1 .4477153 1 1s-.4477153 1-1 1-1-.4477153-1-1 .4477153-1 1-1zm0-16c-2.209139 0-4 1.790861-4 4s1.790861 4 4 4 4-1.790861 4-4-1.790861-4-4-4zm0 2c1.1045695 0 2 .8954305 2 2s-.8954305 2-2 2-2-.8954305-2-2 .8954305-2 2-2z\" fill=\"currentColor\"/></g></svg></li><li title=\"speaker so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m28 0v32h-24v-32zm-2 2h-20v28h20zm-10 12c3.8659932 0 7 3.1340068 7 7s-3.1340068 7-7 7-7-3.1340068-7-7 3.1340068-7 7-7zm0 2c-2.7614237 0-5 2.2385763-5 5s2.2385763 5 5 5 5-2.2385763 5-5-2.2385763-5-5-5zm0 2c1.6568542 0 3 1.3431458 3 3s-1.3431458 3-3 3-3-1.3431458-3-3 1.3431458-3 3-3zm0 2c-.5522847 0-1 .4477153-1 1s.4477153 1 1 1 1-.4477153 1-1-.4477153-1-1-1zm0-16c2.209139 0 4 1.790861 4 4s-1.790861 4-4 4-4-1.790861-4-4 1.790861-4 4-4zm0 2c-1.1045695 0-2 .8954305-2 2s.8954305 2 2 2 2-.8954305 2-2-.8954305-2-2-2z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"specification f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22 0c4.418278 0 8 3.581722 8 8v16c0 4.418278-3.581722 8-8 8h-12c-4.418278 0-8-3.581722-8-8v-16c0-4.418278 3.581722-8 8-8zm1 20h-14c-.55228475 0-1 .4477153-1 1s.44771525 1 1 1h14c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1zm-10.5380879-11.89948029c-.4067253-.03141459-.807702.1898436-.9867316.58195178l-3.16443312 6.93069731c-.22636673.5083195-.00159156 1.0938789.49820759 1.3164038.50975345.2269569 1.09712703.0046588 1.32498293-.4943879l2.2610621-4.9536143 2.2194631 4.9308454c.2260173.5021984.815536.7271345 1.3186392.5031385l.0036662-.0016323c.5052642-.2273882.7288904-.8170304.5031385-1.3186391l-3.1079467-6.90569314c-.1586268-.35246033-.4963043-.56834899-.8574942-.58831896zm7.5657016 1.89948029c-1.9329966 0-3.5 1.5670034-3.5 3.5s1.5670034 3.5 3.5 3.5c.6088532 0 1.1813955-.1554651 1.6790036-.4289125.1806809.2592615.4810266.4289125.8209964.4289125.5522848 0 1-.4477153 1-1v-2.5l-.0051788-.1920352c-.0996947-1.8436872-1.6262578-3.3079648-3.4948212-3.3079648zm0 2c.8284272 0 1.5.6715729 1.5 1.5s-.6715728 1.5-1.5 1.5c-.8284271 0-1.5-.6715729-1.5-1.5s.6715729-1.5 1.5-1.5z\" fill=\"currentColor\"/></g></svg></li><li title=\"specification o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22 0c4.418278 0 8 3.581722 8 8v16c0 4.418278-3.581722 8-8 8h-12c-4.418278 0-8-3.581722-8-8v-16c0-4.418278 3.581722-8 8-8zm0 2h-12c-3.23839694 0-5.87757176 2.56557489-5.99586153 5.77506174l-.00413847.22493826v16c0 3.2383969 2.56557489 5.8775718 5.77506174 5.9958615l.22493826.0041385h12c3.2383969 0 5.8775718-2.5655749 5.9958615-5.7750617l.0041385-.2249383v-16c0-3.23839694-2.5655749-5.87757176-5.7750617-5.99586153zm1 18c.5522847 0 1 .4477153 1 1s-.4477153 1-1 1h-14c-.55228475 0-1-.4477153-1-1s.44771525-1 1-1zm-10.5380879-11.89948029.012554.00075109c.3611899.01996997.6988674.23585863.8574942.58831896l3.1079467 6.90569314c.2257519.5016087.0021257 1.0912509-.4994829 1.3170027l-.0036556.0016364-.0036662.0016323c-.5031032.223996-1.0926219-.0009401-1.3186392-.5031385l-2.2194471-4.9308454-2.2610781 4.9536143c-.2278559.4990467-.81522948.7213448-1.31640388.4982076l-.00857905-.0038197c-.49979915-.2225249-.72457432-.8080843-.5020494-1.3078834l.00384181-.0085204 3.16443312-6.93069731c.1790296-.39210818.5800063-.61336637.9867316-.58195178zm7.5657016 1.89948029c1.8685634 0 3.3951265 1.4642776 3.4948212 3.3079648l.0051788.1920352v2.5c0 .5522847-.4477152 1-1 1-.3399698 0-.6403155-.169651-.8209964-.4289125-.4976081.2734474-1.0701504.4289125-1.6790036.4289125-1.9329966 0-3.5-1.5670034-3.5-3.5s1.5670034-3.5 3.5-3.5zm0 2c-.8284271 0-1.5.6715729-1.5 1.5s.6715729 1.5 1.5 1.5c.8284272 0 1.5-.6715729 1.5-1.5s-.6715728-1.5-1.5-1.5z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"specification sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m30 0v32h-28v-32zm-6 20h-16v2h16zm-11.9434039-11.67369407-4.07457029 8.68790147h2.32535829l2.5546417-5.5449015 2.4892131 5.5306941h2.6487611l-4.2944271-8.66590711-.7855471.01021304zm8.4434039 1.67369407c-1.9329966 0-3.5 1.5670034-3.5 3.5s1.5670034 3.5 3.5 3.5c.5368117 0 1.0453971-.1208514 1.5000333-.3368314l-.0000333.3368314h2v-3.5l-.0051789-.1920352c-.0996947-1.8436872-1.6262577-3.3079648-3.4948211-3.3079648zm0 2c.8284271 0 1.5.6715729 1.5 1.5s-.6715729 1.5-1.5 1.5-1.5-.6715729-1.5-1.5.6715729-1.5 1.5-1.5z\" fill=\"currentColor\"/></g></svg></li><li title=\"specification so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m30 0v32h-28v-32zm-2 2h-24v28h24zm-4 18v2h-16v-2zm-11.9434039-11.67369407.8924039.01769407.7565729-.00990711 4.2944271 8.66590711h-2.6487611l-2.4892389-5.53-2.5546159 5.5442074h-2.32535829zm8.4434039 1.67369407c1.8685634 0 3.3951264 1.4642776 3.4948211 3.3079648l.0051789.1920352v3.5h-2l.0010375-.3373087c-.4548914.2162792-.9638305.3373087-1.5010375.3373087-1.9329966 0-3.5-1.5670034-3.5-3.5s1.5670034-3.5 3.5-3.5zm0 2c-.8284271 0-1.5.6715729-1.5 1.5s.6715729 1.5 1.5 1.5 1.5-.6715729 1.5-1.5-.6715729-1.5-1.5-1.5z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"star f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m15.5398797 25.5859757-7.63729157 3.957929c-.49034963.2541174-1.09385945.0626134-1.3479769-.4277363-.10064257-.1942017-.13483627-.4160451-.0973418-.6315385l1.45155972-8.3426061c.05700026-.3275998-.05256879-.6621042-.29234213-.8924939l-6.13832708-5.8981019c-.39823914-.3826539-.41087345-1.0156928-.02821951-1.413932.15455902-.1608541.35846426-.2654106.57928565-.2970405l8.50841362-1.2187218c.3245128-.0464823.6056348-.2490693.7523987-.54220671l3.8157728-7.62139263c.2472523-.49384685.848032-.69375117 1.3418788-.44649881.1931499.09670361.3497952.2533489.4464988.44649881l3.8157728 7.62139263c.1467639.29313741.4278859.49572441.7523987.54220671l8.5084136 1.2187218c.5467049.0783085.9264152.584982.8481067 1.1316869-.0316299.2208213-.1361864.4247266-.2970405.5792856l-6.1383271 5.8981019c-.2397734.2303897-.3493424.5648941-.2923421.8924939l1.4515597 8.3426061c.0946716.5441101-.2696702 1.0619449-.8137802 1.1566166-.2154934.0374944-.4373368.0033007-.6315385-.0973418l-7.6372916-3.957929c-.2885253-.1495246-.6317153-.1495246-.9202406 0z\" fill=\"currentColor\"/></g></svg></li><li title=\"star o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16.44769 1.81163555c.1931499.09670361.3497952.2533489.4464988.44649881l3.8157728 7.62139263c.1467639.29313741.4278859.49572441.7523987.54220671l8.5084136 1.2187218c.5467049.0783085.9264152.584982.8481067 1.1316869-.0316299.2208213-.1361864.4247266-.2970405.5792856l-6.1383271 5.8981019c-.2397734.2303897-.3493424.5648941-.2923421.8924939l1.4515597 8.3426061c.0946716.5441101-.2696702 1.0619449-.8137802 1.1566166-.2154934.0374944-.4373368.0033007-.6315385-.0973418l-7.6372916-3.957929c-.2885253-.1495246-.6317153-.1495246-.9202406 0l-7.63729157 3.957929c-.49034963.2541174-1.09385945.0626134-1.3479769-.4277363-.10064257-.1942017-.13483627-.4160451-.0973418-.6315385l1.45155972-8.3426061c.05700026-.3275998-.05256879-.6621042-.29234213-.8924939l-6.13832708-5.8981019c-.39823914-.3826539-.41087345-1.0156928-.02821951-1.413932.15455902-.1608541.35846426-.2654106.57928565-.2970405l8.50841362-1.2187218c.3245128-.0464823.6056348-.2490693.7523987-.54220671l3.8157728-7.62139263c.2472523-.49384685.848032-.69375117 1.3418788-.44649881zm-.44769 3.12736445-2.921584 5.835907c-.410939.8207847-1.1730003 1.4049311-2.0643049 1.5925449l-.1928912.0340753-6.4802199.9274728 4.6611995 4.4783784c.67136534.6450913 1.0024635 1.5622687.90459608 2.4807444l-.02756971.1967374-1.10622587 6.3551398 5.846639-3.0297375c.8037492-.4165327 1.7489012-.4462851 2.5728509-.089257l.1878711.089257 5.845639 3.0297375-1.1052259-6.3551398c-.1596007-.9172796.1160997-1.8526029.7384029-2.535182l.1386235-.1422998 4.6601995-4.4783784-6.4792199-.9274728c-.9086359-.1301505-1.703877-.6682546-2.1638443-1.454418l-.0933518-.1722022z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"star sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 25.3475242-9.88854382 5.1246118 1.88854382-10.854102-8-7.6869177 11.0557281-1.5835921 4.9442719-9.87538824 4.9442719 9.87538824 11.0557281 1.5835921-8 7.6869177 1.8885438 10.854102z\" fill=\"currentColor\"/></g></svg></li><li title=\"star so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 .47213596 4.9442719 9.87538824 11.0557281 1.5835921-8 7.6869177 1.8885438 10.854102-9.8885438-5.1246118-9.88854382 5.1246118 1.88854382-10.854102-8-7.6869177 11.0557281-1.5835921zm3.6245149 11.70676254-3.6245149-7.2398985-3.6245149 7.2398985-8.0334851 1.1501015 5.8107384 5.5838907-1.3797384 7.9271093 7.227-3.745092 7.226 3.745092-1.3787384-7.9271093 5.8097384-5.5838907z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"steamship f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m18 0c1.1045695 0 2 .8954305 2 2l-.000552 5h2.000552c1.1045695 0 2 .8954305 2 2l-.000552 4.941 4.071476 1.503602c1.5542531.5739889 2.3489143 2.2992699 1.7749254 3.853523-.0138542.0375146-.0284572.0747484-.0438001.1116792l-4.462441 10.7411737c-.4650845 1.1194666-1.558191 1.8490221-2.7704241 1.8490221h-13.13836837c-1.21223309 0-2.3053396-.7295555-2.77042412-1.8490221l-4.46058391-10.7367037c-.63566757-1.530063.08938318-3.2857345 1.61944617-3.921402.03836017-.0159368.0770472-.0310752.11603607-.0454053l4.064158-1.4944669.00055196-4.953c0-1.1045695.8954305-2 2-2h1.999448l.000552-5c0-1.1045695.8954305-2 2-2zm-.235486 16.5723245c-1.1153821-.4119129-2.3410495-.4128614-3.4570678-.0026753l-7.66791595 2.8182983c-.51837988.1905276-.78415672.7652106-.59362918 1.2835905s.76521055.7841567 1.28359043.5936292l7.6679159-2.8182984c.669611-.2461116 1.4050115-.2455425 2.0742407.0016052l7.603749 2.8080802c.5180844.1913296 1.0931781-.0735574 1.2845077-.5916418s-.0735574-1.0931781-.5916418-1.2845077z\" fill=\"currentColor\"/></g></svg></li><li title=\"steamship o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m17 0c1.6568542 0 3 1.34314575 3 3l-.0001196 4h1.0001196c1.5976809 0 2.9036609 1.24891996 2.9949073 2.82372721l.0050927.17627279-.0001196 3.711 3.2098976 1.149864c2.0148794.7213206 3.0937112 2.8926738 2.482228 4.9185961l-.0644778.1955494c-.0274652.0767191-.0572684.152581-.0893677.2274796l-3.9644774 9.2504472c-.6303152 1.4707354-2.0764677 2.4243229-3.6765802 2.4243229h-12.04362301c-1.60011243 0-3.04626495-.9535875-3.67658012-2.4243229l-3.96257378-9.2460055c-.87022249-2.0305191.07038379-4.3820348 2.10090292-5.2522573.07675105-.0328933.15451328-.0633752.23317238-.0914008l3.45147913-1.2302727.00011958-3.633c0-1.59768088 1.24891996-2.90366088 2.8237272-2.99490731l.1762728-.00509269h.9998804l.0001196-4c0-1.59768088 1.24892-2.90366088 2.8237272-2.99490731l.1762728-.00509269zm-1.7285184 18.3825505-.2196263.0688813-9.90297488 3.5275682 2.86630941 6.6860978c.29414708.6863431.94363665 1.1474396 1.67940327 1.2058688l.15888679.0062926h12.04362301c.8000563 0 1.5231325-.4767938 1.8382901-1.2121614l2.9074874-6.7860978-9.5729983-3.4260433c-.5798374-.20758-1.2076538-.2310702-1.7984005-.0704062zm1.645147-5.0823028c-.652317-.2335275-1.3653576-.2340663-2.0180268-.0015249l-9.73759896 3.4704779-.05793533.0237629-.14129097.0670998c-.91670628.4796244-1.32355215 1.592115-.90916049 2.5590289l.30726437.7179077 10.02072248-3.5695587c1.0041065-.357756 2.0939474-.3845105 3.1107822-.0803836l.2525958.082925 9.6878995 3.4680173.26799-.6233495.0446839-.1137398c.3722945-1.0399378-.1689373-2.1847783-1.2088751-2.5570728zm4.0833714-4.3002477h-10c-.5128358 0-.9355072.38604019-.9932723.88337887l-.0067277.11662113-.00011958 2.92 4.22746898-1.5052677c1.0041065-.357756 2.0939474-.3845105 3.1107822-.0803836l.2525958.0829251 4.409153 1.5787262.0001196-2.996c0-.51283584-.3860402-.93550716-.8833789-.99327227zm-4-7h-2c-.5522847 0-1 .44771525-1 1v4h4v-4c0-.51283584-.3860402-.93550716-.8833789-.99327227z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"steamship sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m20 0v7h4v6.941l7 2.5853158-6.4285714 15.4736842h-17.14285717l-6.42857143-15.4736842 7-2.5733158v-6.953h4v-7zm-4.1138904 16.1531708-6.73016159 2.3999737-3.55157968 1.2926915.68996125 1.8772196.9386098-.3449807 4.39058052-1.5849258 4.2654439-1.5179589 2.6677212.9375306c1.8345905.6476257 3.3385174 1.183102 4.5113309 1.6062612l2.4489038.8969129.6928659-1.8761495-.9380747-.3464329-2.9085923-1.0521342z\" fill=\"currentColor\"/></g></svg></li><li title=\"steamship so \"><svg height=\"33\" viewBox=\"0 0 32 33\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m20 0-.0002898 6.993 4.0002898.00030961-.0002898 6.79769039 7.3547821 2.6358809-6.6721244 15.5831843h-17.30223952l-6.67275834-15.5846649 7.29234018-2.6014003.00028978-6.83069039 3.9997102-.00030961.0002898-6.993zm-3.9078934 18.1052656-10.83839638 3.8637344 3.44355424 8.0410652h14.66696834l3.4514774-8.0630652zm-.028889-5.0332004-12.68186749 4.523 1.08336011 2.5329348 11.62897828-4.1472935 11.5110217 4.1242935 1.0754369-2.5109348zm5.9367824-4.08066713h-12l-.00028978 4.11960193 6.06570608-2.1627972 5.9342939 2.1257972zm-4-6.99330961h-4v4.99522115h4z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"subway f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m21.4686484 0c3.0276048 0 5.5808678 2.25563007 5.9542077 5.26012804l1.739645 13.99999996c.4016237 3.2321142-1.8467784 6.1827442-5.0462718 6.6708257l2.3858215 4.1312241c.2761424.4782926.1122672 1.0898831-.3660254 1.3660254-.4782926.2761424-1.089883.1122672-1.3660254-.3660254l-1.1912934-2.0621778h-15.156l-1.19065579 2.0621778c-.27614238.4782926-.88773278.6421678-1.36602541.3660254-.47829262-.2761423-.64216777-.8877328-.3660254-1.3660254l2.38498913-4.1302424c-2.88347315-.4370861-5.09328253-2.9264464-5.09328253-5.9319354 0-.2473321.01529327-.4944275.04579228-.739872l1.73964497-13.99999996c.37333999-3.00449797 2.92660292-5.26012804 5.95420775-5.26012804zm.3780582 26h-11.692l-.577 1h12.847zm-11.3467066-7c-.82842712 0-1.5.6715729-1.5 1.5s.67157288 1.5 1.5 1.5c.8284271 0 1.5-.6715729 1.5-1.5s-.6715729-1.5-1.5-1.5zm11 0c-.8284271 0-1.5.6715729-1.5 1.5s.6715729 1.5 1.5 1.5 1.5-.6715729 1.5-1.5-.6715729-1.5-1.5-1.5zm-.4049494-11h-10.1901012c-1.00715847 0-1.85719318.74891978-1.98406749 1.74805493l-.63492063 4.99999997c-.0106111.0835624-.01593254.1677117-.01593254.2519451 0 1.1045695.8954305 2 1.99999996 2h11.4599426c.0842334 0 .1683827-.0053214.251945-.0159325 1.0957702-.1391455 1.8712678-1.1402424 1.7321224-2.2360126l-.6349206-4.99999997c-.1268743-.99913515-.976909-1.74805493-1.9840675-1.74805493zm-2.0950506-4h-6c-.5522847 0-1 .44771525-1 1s.4477153 1 1 1h6c.5522847 0 1-.44771525 1-1s-.4477153-1-1-1z\" fill=\"currentColor\"/></g></svg></li><li title=\"subway o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m20.7029382.00036851c3.5302629 0 6.5080699 2.62875509 6.9459451 6.13175685l1.5 12.00000004c.4389805 3.5118437-1.8043714 6.7407471-5.1299807 7.629471l2.4831482 4.3005814c.2761424.4782926.1122672 1.0898831-.3660254 1.3660254-.4782926.2761424-1.089883.1122672-1.3660254-.3660254l-1.1916752-2.0628093h-15.15599999l-1.190274 2.0628093c-.27614238.4782926-.88773278.6421678-1.36602541.3660254-.47829262-.2761423-.64216777-.8877328-.3660254-1.3660254l2.48234519-4.2991322c-2.98663129-.7990996-5.18602038-3.5240409-5.18602038-6.7626771 0-.2902552.01805314-.5802294.05405486-.8682431l1.5-12.00000004c.43787522-3.50300176 3.41568225-6.13175685 6.94594513-6.13175685zm1.1443866 25.99999999h-11.694l-.57699999.999h12.84799999zm-1.1443866-23.99999999h-9.4066134c-2.52161634 0-4.64862136 1.87768221-4.96138938 4.37982632l-1.5 11.99999997c-.02571551.2057242-.03861061.4128486-.03861061.6201737 0 2.7614238 2.23857625 5 5 5h12.40661339c.2073251 0 .4144495-.0128951.6201737-.0386106 2.7400997-.3425125 4.6837281-2.8414634 4.3412157-5.5815631l-1.5-11.99999997c-.312768-2.50214411-2.4397731-4.37982632-4.9613894-4.37982632zm-10.2029382 16.99963149c.8284271 0 1.5.6715729 1.5 1.5s-.6715729 1.5-1.5 1.5c-.82842712 0-1.5-.6715729-1.5-1.5s.67157288-1.5 1.5-1.5zm11 0c.8284271 0 1.5.6715729 1.5 1.5s-.6715729 1.5-1.5 1.5-1.5-.6715729-1.5-1.5.6715729-1.5 1.5-1.5zm-1.2345908-11c1.4929511 0 2.7587133 1.09778972 2.9698485 2.5757359l.4285714 3c.2343146 1.6402021-.9053824 3.159798-2.5455844 3.3941126-.1405299.0200757-.2823075.0301515-.4242641.0301515h-9.3879612c-1.65685427 0-3.00000003-1.3431458-3.00000003-3 0-.1419566.01007583-.2837342.03015152-.4242641l.42857143-3c.21113518-1.47794618 1.47689738-2.5757359 2.96984848-2.5757359zm0 2h-8.5308184c-.4976504 0-.9195711.3659299-.9899495.8585786l-.4285714 3c-.0066919.0468433-.0100505.0941025-.0100505.1414214 0 .5522847.4477152 1 1 1h9.3879612c.0473189 0 .0945781-.0033586.1414214-.0100505.546734-.0781049.926633-.5846368.8485281-1.1313709l-.4285714-3c-.0703784-.4926487-.4922991-.8585786-.9899495-.8585786zm-1.2654092-6c.5522847 0 1 .44771525 1 1s-.4477153 1-1 1h-6c-.5522847 0-1-.44771525-1-1s.4477153-1 1-1z\" fill=\"#000\"/></g></svg></li><li title=\"subway sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m26.7692308 0 3.2307692 26h-5.843l2.8450508 4.9282032-1.7320508 1-1.69-2.9282032h-15.158l-1.68994919 2.9282032-1.73205081-1 2.844-4.9282032h-5.844l3.23076923-26zm-4.9212308 26h-11.694l-.577 1h12.848zm-9.848-7h-3v3h3zm11 0h-3v3h3zm-.1428571-11h-13.71428576l-1.14285714 9h16zm-2.8571429-4h-8v2h8z\" fill=\"currentColor\"/></g></svg></li><li title=\"subway so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m26.8827822 0 3.25 26h-5.9765644l2.845833 4.9282032-1.7320508 1-1.6907822-2.9282032h-15.15800002l-1.68916697 2.9282032-1.73205081-1 2.84421778-4.9282032h-5.977l3.25-26zm-5.0355644 26h-11.694l-.57700002 1h12.84800002zm3.2687822-24h-18.233l-2.75 22h4.86521778.00178222.00121778 13.99800002.002833.000167 4.8637822zm-13.116 17v3h-3v-3zm11 0v3h-3v-3zm-.1327046-11 1.2857143 9h-16.30601939l1.28571429-9zm-1.7342954 2h-10.267l-.714 5h11.695zm-1.133-6v2h-8v-2z\" fill=\"#000\"/></g></svg></li><li title=\"surveillance f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 1c6.627417 0 12 5.372583 12 12 0 4.6267479-2.6184617 8.6419214-6.4543322 10.6444675 1.3165021.6639993 2.373442 1.8064919 2.9143045 3.2487919l.0400277.1067406c.5741004 1.5309344-.2015668 3.2374022-1.7325012 3.8115026-.3323961.1246485-.6845014.1884974-1.0395007.1884974h-11.4559962c-1.63503864 0-2.96049933-1.3254607-2.96049933-2.9604993 0-.3549992.06384887-.7071045.18849743-1.0395007l.04002774-.1067406c.54086248-1.4423 1.59780241-2.5847926 2.91426186-3.2496833-3.83582795-2.0016547-6.4542896-6.0168282-6.4542896-10.6435761 0-6.627417 5.372583-12 12-12zm0 8c-2.209139 0-4 1.790861-4 4s1.790861 4 4 4 4-1.790861 4-4-1.790861-4-4-4zm0 2c1.1045695 0 2 .8954305 2 2s-.8954305 2-2 2-2-.8954305-2-2 .8954305-2 2-2z\" fill=\"currentColor\"/></g></svg></li><li title=\"surveillance o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 1c6.627417 0 12 5.372583 12 12 0 4.5898174-2.5768276 8.5777845-6.3627123 10.5961309 1.2735141.6093533 2.3223607 1.6551196 2.9246338 2.9935044.7087223 1.5749385.0065154 3.4262113-1.5684231 4.1349336-.4034518.1815533-.8408358.2754311-1.2832552.2754311h-11.4204864c-1.72705482 0-3.1271094-1.4000546-3.1271094-3.1271094 0-.4424195.09387778-.8798035.27543109-1.2832553.60227316-1.3383848 1.6511197-2.3841511 2.92416231-2.993513-3.7854132-2.0183378-6.3622408-6.0063049-6.3622408-10.5961223 0-6.627417 5.372583-12 12-12zm3.0102432 24h-6.0204864c-1.6086279 0-3.0677112.9434222-3.72783529 2.4103647-.06543758.1454168-.09927411.3030639-.09927411.4625259 0 .6224853.50462408 1.1271094 1.1271094 1.1271094h11.4204864c.159462 0 .317109-.0338365.4625259-.0992741.5676577-.255446.8207554-.9227034.5653094-1.4903612-.6601241-1.4669425-2.1192074-2.4103647-3.7278353-2.4103647zm-3.0102432-22c-5.5228475 0-10 4.4771525-10 10s4.4771525 10 10 10 10-4.4771525 10-10-4.4771525-10-10-10zm0 6c2.209139 0 4 1.790861 4 4s-1.790861 4-4 4-4-1.790861-4-4 1.790861-4 4-4zm0 2c-1.1045695 0-2 .8954305-2 2s.8954305 2 2 2 2-.8954305 2-2-.8954305-2-2-2z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"surveillance sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m27 2v22h-3.25l2.25 6h-20l2.25-6h-3.25v-22zm-11 7c-2.209139 0-4 1.790861-4 4s1.790861 4 4 4 4-1.790861 4-4-1.790861-4-4-4zm0 2c1.1045695 0 2 .8954305 2 2s-.8954305 2-2 2-2-.8954305-2-2 .8954305-2 2-2z\" fill=\"currentColor\"/></g></svg></li><li title=\"surveillance so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m27 2v22h-3.154l2.7005856 6h-21.09317121l2.69958561-6h-3.153v-22zm-5.347 22h-11.307l-1.8 4h14.907zm3.347-20h-18v18h18zm-9 5c2.209139 0 4 1.790861 4 4s-1.790861 4-4 4-4-1.790861-4-4 1.790861-4 4-4zm0 2c-1.1045695 0-2 .8954305-2 2s.8954305 2 2 2 2-.8954305 2-2-.8954305-2-2-2z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"switch f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22 6c5.5228475 0 10 4.4771525 10 10s-4.4771525 10-10 10h-12c-5.5228475 0-10-4.4771525-10-10s4.4771525-10 10-10zm0 4c-3.3137085 0-6 2.6862915-6 6s2.6862915 6 6 6 6-2.6862915 6-6-2.6862915-6-6-6z\" fill=\"currentColor\"/></g></svg></li><li title=\"switch o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22 6c5.5228475 0 10 4.4771525 10 10s-4.4771525 10-10 10h-12c-5.5228475 0-10-4.4771525-10-10s4.4771525-10 10-10zm0 2h-12c-4.418278 0-8 3.581722-8 8 0 4.3349143 3.44783777 7.8645429 7.75082067 7.9961932l.24917933.0038068h12c4.418278 0 8-3.581722 8-8 0-4.3349143-3.4478378-7.86454287-7.7508207-7.99619318zm0 2c3.3137085 0 6 2.6862915 6 6s-2.6862915 6-6 6-6-2.6862915-6-6 2.6862915-6 6-6zm0 2c-2.209139 0-4 1.790861-4 4s1.790861 4 4 4 4-1.790861 4-4-1.790861-4-4-4z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"switch sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m32 6v20h-32v-20zm-4 4h-12v12h12z\" fill=\"currentColor\"/></g></svg></li><li title=\"switch so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m32 6v20h-32v-20zm-2 2h-28v16h28zm-2 2v12h-12v-12zm-2 2h-8v8h8z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"table f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m29 2c1.6568542 0 3 1.34314575 3 3v10c0 1.6568542-1.3431458 3-3 3l-3-.001v13.001c0 .5522847-.4477153 1-1 1s-1-.4477153-1-1v-13.001h-16v13.001c0 .5522847-.44771525 1-1 1s-1-.4477153-1-1v-13.001l-3 .001c-1.65685425 0-3-1.3431458-3-3v-10c0-1.65685425 1.34314575-3 3-3z\" fill=\"currentColor\"/></g></svg></li><li title=\"table o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m28 2c2.209139 0 4 1.790861 4 4v8c0 2.209139-1.790861 4-4 4l-2-.001v13.001c0 .5522847-.4477153 1-1 1s-1-.4477153-1-1v-13.001h-16v13.001c0 .5522847-.44771525 1-1 1s-1-.4477153-1-1v-13.001l-2 .001c-2.14219539 0-3.89107888-1.6839685-3.99510469-3.8003597l-.00489531-.1996403v-8c0-2.209139 1.790861-4 4-4zm0 2h-24c-1.1045695 0-2 .8954305-2 2v8c0 1.1045695.8954305 2 2 2h24c1.1045695 0 2-.8954305 2-2v-8c0-1.1045695-.8954305-2-2-2z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"table sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m32 2v16l-6-.001v14.001h-2v-14.001l-16 .001v14h-2v-14h-6v-16z\" fill=\"currentColor\"/></g></svg></li><li title=\"table so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m32 2v16l-6-.001v14.001h-2v-14.001l-16 .001v14h-2v-14h-6v-16zm-2 2h-28v12h28z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"tablelamp f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 0c7.6275002 0 13.8303269 6.09975237 13.996578 13.687355l.003422.312645v2c0 1.6568542-1.3431458 3-3 3h-10v8h4.9689011c1.2267138 0 2.32984.7468528 2.7854301 1.885828l.2456688.614172c.373915.9347874-.080762 1.9957004-1.0155494 2.3696154-.2153294.0861317-.4451162.1303846-.677033.1303846h-14.6148352c-1.00679689 0-1.82296704-.8161701-1.82296704-1.822967 0-.2319169.04425289-.4617036.13038464-.677033l.24566881-.614172c.45559006-1.1389752 1.55871631-1.885828 2.78543009-1.885828h4.9689011v-8h-10c-1.65685425 0-3-1.3431458-3-3v-2c0-7.7319865 6.2680135-14 14-14z\" fill=\"currentColor\"/></g></svg></li><li title=\"tablelamp o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16.4736842 0c7.3480004 0 13.3475857 5.86643922 13.52262 13.2100598l.0036958.316256v1.4736842c0 2.209139-1.790861 4-4 4h-9v8h4.5014289c1.4050514 0 2.7070787.7371953 3.4299717 1.942017l.0260923.0434872c.5655767.9426278.2599164 2.165269-.6827114 2.7308456-.3093432.185606-.6633139.2836502-1.0240671.2836502h-14.50142883c-1.0992834 0-1.99042866-.8911453-1.99042866-1.9904287 0-.3607531.0980442-.7147238.28365016-1.0240671l.1449767-.2297968c.74134954-1.0940695 1.97998603-1.7557074 3.31108733-1.7557074h4.5014289v-8h-9c-2.14219539 0-3.89107888-1.6839685-3.99510469-3.8003597l-.00489531-.1996403v-1.4736842c0-7.47037794 6.05593786-13.5263158 13.5263158-13.5263158zm5.0277447 29h-11.0028578c-.70252567 0-1.35353932.3685977-1.71498581.9710085l-.01858529.0289915h14.469l-.1060279-.1637975c-.3423426-.4786202-.8788975-.7824124-1.4654447-.8297207zm-5.0277447-27h-.9473684c-6.36580844 0-11.5263158 5.16050736-11.5263158 11.5263158v1.4736842c0 1.1045695.8954305 2 2 2h20c1.1045695 0 2.0000709-.8954305 2.0000709-2v-1.4617747l-.0034116-.2924182c-.1489481-6.24662653-5.2615913-11.2458071-11.5229751-11.2458071z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"tablelamp sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m30 0v19h-13v8h7l2 5h-20l2-5h7v-8h-13v-19z\" fill=\"currentColor\"/></g></svg></li><li title=\"tablelamp so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m30 0v19h-13v8h6.7661904l3 5h-21.53238078l3-5h6.76619038v-8h-13v-19zm-7.366 29h-13.269l-.6 1h14.469zm5.366-27h-24v15h24z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"tag f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22.7971381 2.19755844 7.0710678 7.07106781c1.5620971 1.56209715 1.5620971 4.09475705 0 5.65685425l-14.385091 14.385091c-.7499594.7499594-1.7670647 1.1713714-2.8276674 1.1715728l-9.06909584.0017226c-1.05436177.0002004-1.91832005-.8155133-1.99486575-1.8503587l-.00551394-.1492614-.00172268-9.07304c-.00020147-1.0611292.4212412-2.078855 1.17157281-2.8291866l14.3844617-14.38446176c1.5620972-1.56209717 4.0947571-1.56209717 5.6568543 0zm-3.2971381 6.80244156c-1.9329966 0-3.5 1.5670034-3.5 3.5s1.5670034 3.5 3.5 3.5 3.5-1.5670034 3.5-3.5-1.5670034-3.5-3.5-3.5zm0 2c.8284271 0 1.5.6715729 1.5 1.5s-.6715729 1.5-1.5 1.5-1.5-.6715729-1.5-1.5.6715729-1.5 1.5-1.5z\" fill=\"currentColor\"/></g></svg></li><li title=\"tag o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22.5042449 2.42842712 7.0710678 7.07106782c1.5620972 1.56209716 1.5620972 4.09475706 0 5.65685426l-14.385091 14.385091c-.7499593.7499593-1.7670647 1.1713713-2.8276674 1.1715728l-9.06909581.0017226c-1.04643424.0001989-1.90531743-.8032931-1.99300587-1.8270537l-.00737382-.1725664-.00172268-9.0730401c-.00020147-1.0611291.4212412-2.078855 1.17157281-2.8291866l14.38446167-14.38446168c1.5620972-1.56209716 4.0947571-1.56209716 5.6568543 0zm-4.1332173 1.31254815-.1094234.10166542-14.38446171 14.38446171c-.33348071.3334807-.53703.7725987-.57807537 1.2386958l-.00771103.1758975-.00010068 8.9880369.00191453.085101 9.06900456-.0018206c.4713789-.0000895.9255738-.1665832 1.2840467-.4669409l.1297869-.1188455 14.385091-14.385091c.7455464-.7455464.7794349-1.9332603.1016655-2.7190037l-.1016655-.1094234-7.0710678-7.07106781c-.7455463-.74554638-1.9332603-.77943485-2.7190037-.10166542zm1.1289724 5.25902473c1.9329966 0 3.5 1.5670034 3.5 3.5s-1.5670034 3.5-3.5 3.5-3.5-1.5670034-3.5-3.5 1.5670034-3.5 3.5-3.5zm0 2c-.8284271 0-1.5.6715729-1.5 1.5s.6715729 1.5 1.5 1.5 1.5-.6715729 1.5-1.5-.6715729-1.5-1.5-1.5z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"tag sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m18.9687109.36913132 12.7279221 12.72792208-18.3847763 18.3847763-12.725505.0024171-.00241707-12.7303392zm-.4687109 8.18112121-4.9497475 4.94974747 4.9497475 4.9497475 4.9497475-4.9497475zm0 2.82842717 2.1213203 2.1213203-2.1213203 2.1213203-2.1213203-2.1213203z\" fill=\"currentColor\"/></g></svg></li><li title=\"tag so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m18.9687109.36913132 12.7279221 12.72792208-18.3847763 18.3847763-12.725505.0024171-.00241707-12.7303392zm.0001116 2.82788667-16.38437126 16.38437121.00212132 9.9016163 9.89737364-.0021213 16.3843712-16.3843713zm-.4688225 5.35323454 4.9497475 4.94974747-4.9497475 4.9497475-4.9497475-4.9497475zm0 2.82842717-2.1213203 2.1213203 2.1213203 2.1213203 2.1213203-2.1213203z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"taxi f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m19 2c1.6568542 0 3 1.34314575 3 3h2.2355319c1.4911796 0 2.7560049 1.09525505 2.9691851 2.57111771l1.5531565 10.74663589c1.8941968.7114812 3.2421265 2.5394509 3.2421265 4.6822464 0 2.7614237-2.2385763 5-5 5v1c0 .5522847-.4477153 1-1 1s-1-.4477153-1-1v-1h-18v1c0 .5522847-.44771525 1-1 1s-1-.4477153-1-1v-1c-2.76142375 0-5-2.2385763-5-5 0-2.1431721 1.34840348-3.9714076 3.24312507-4.6826213l1.55215793-10.74626099c.21318016-1.47586266 1.47800554-2.57111771 2.96918507-2.57111771h2.23553193c0-1.65685425 1.3431458-3 3-3zm5.5 19.5c-.8284271 0-1.5.6715729-1.5 1.5s.6715729 1.5 1.5 1.5 1.5-.6715729 1.5-1.5-.6715729-1.5-1.5-1.5zm-17 0c-.82842712 0-1.5.6715729-1.5 1.5s.67157288 1.5 1.5 1.5 1.5-.6715729 1.5-1.5-.67157288-1.5-1.5-1.5zm12.5.5h-8c-.5522847 0-1 .4477153-1 1s.4477153 1 1 1h8c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1z\" fill=\"currentColor\"/></g></svg></li><li title=\"taxi o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m18 2c1.850101 0 3.4169566 1.25939016 3.8697301 2.9996047l1.556513.0003953c1.9742844 0 3.6532827 1.44044451 3.9534868 3.39177126l1.5369629 9.98877424c1.8102779.7519658 3.0833072 2.5370442 3.0833072 4.6194545 0 2.7614237-2.2385763 5-5 5v1c0 .5522847-.4477153 1-1 1s-1-.4477153-1-1v-1h-18v1c0 .5522847-.44771525 1-1 1s-1-.4477153-1-1v-1l-.21688962-.0046195c-2.66080367-.1135624-4.78311038-2.3066258-4.78311038-4.9953805 0-2.0824103 1.27302931-3.8674887 3.08330722-4.6194545l1.53696286-9.98877424c.30020412-1.95132675 1.97920247-3.39177126 3.95348679-3.39177126l1.55245663-.00076134c.4443075-1.7248409 2.0102213-2.99923866 3.8737865-2.99923866zm9 18h-22c-1.65685425 0-3 1.3431458-3 3s1.34314575 3 3 3h22c1.6568542 0 3-1.3431458 3-3s-1.3431458-3-3-3zm-2.5 1.5c.8284271 0 1.5.6715729 1.5 1.5s-.6715729 1.5-1.5 1.5-1.5-.6715729-1.5-1.5.6715729-1.5 1.5-1.5zm-17 0c.82842712 0 1.5.6715729 1.5 1.5s-.67157288 1.5-1.5 1.5-1.5-.6715729-1.5-1.5.67157288-1.5 1.5-1.5zm12.5.5c.5522847 0 1 .4477153 1 1s-.4477153 1-1 1h-8c-.5522847 0-1-.4477153-1-1s.4477153-1 1-1zm-10.001-15.001-1.42524313.001c-.98714216 0-1.82664134.72022226-1.9767434 1.69588563l-1.43201347 9.30411437h21.669l-1.4310135-9.30411437c-.141763-.92145985-.8984513-1.61507254-1.8136796-1.6892966l-.1630638-.00658903-1.3972431-.001.0003082.001h-12.0293082zm8.001-2.999h-4c-.7029079 0-1.3211231.36261235-1.6777876.91097906l-.0542124.08802094h7.462l-.0424679-.0732854c-.3004166-.47061914-.7922878-.80634987-1.3636572-.89956309l-.1736838-.02058082z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"taxi sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22 2v3h4.8333333l1.8776667 12.999 3.289.001v10h-5v2h-2v-2h-18v2h-2v-2h-5v-10h3.289l1.87766667-13h4.83333333v-3zm4 19.5h-3v3h3zm-17 0h-3v3h3zm12 .5h-10v2h10z\" fill=\"currentColor\"/></g></svg></li><li title=\"taxi so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22 2v2.999l4.857919.001 1.999081 12.999 3.143.001v10h-5v2h-2v-2h-18v2h-2v-2h-5v-10h3.142l2.00008104-13 4.85791896-.001v-2.999zm8 18h-28v6h28zm-4 1.5v3h-3v-3zm-17 0v3h-3v-3zm12 .5v2h-10v-2zm-11-15.001-3.142.001-1.693 11h21.669l-1.693-11-3.141-.001v.001h-12zm10-2.999h-8v.999h8z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"telescope f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m10 2c1.1045695 0 2 .8954305 2 2v4c1.1045695 0 2 .8954305 2 2v3h4v-3c0-1.1045695.8954305-2 2-2v-4c0-1.1045695.8954305-2 2-2h3c1.1045695 0 2 .8954305 2 2v4c1.1045695 0 2 .8954305 2 2v17c0 1.6568542-1.3431458 3-3 3h-5c-1.6568542 0-3-1.3431458-3-3v-6h-4v6c0 1.6568542-1.3431458 3-3 3h-5c-1.65685425 0-3-1.3431458-3-3v-17c0-1.1045695.8954305-2 2-2v-4c0-1.1045695.8954305-2 2-2zm8 13h-4v4h4z\" fill=\"currentColor\"/></g></svg></li><li title=\"telescope o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m10 2c1.1045695 0 2 .8954305 2 2v4c1.1045695 0 2 .8954305 2 2v3h4v-3c0-1.1045695.8954305-2 2-2v-4c0-1.1045695.8954305-2 2-2h3c1.1045695 0 2 .8954305 2 2v4c1.1045695 0 2 .8954305 2 2v17c0 1.5976809-1.24892 2.9036609-2.8237272 2.9949073l-.1762728.0050927h-5c-1.6568542 0-3-1.3431458-3-3v-6h-4v6c0 1.5976809-1.24892 2.9036609-2.8237272 2.9949073l-.1762728.0050927h-5c-1.65685425 0-3-1.3431458-3-3v-17c0-1.1045695.8954305-2 2-2v-4c0-1.1045695.8954305-2 2-2zm2 24h-7v1c0 .5128358.38604019.9355072.88337887.9932723l.11662113.0067277h5c.5128358 0 .9355072-.3860402.9932723-.8833789l.0067277-.1166211zm15 0h-7v1c0 .5128358.3860402.9355072.8833789.9932723l.1166211.0067277h5c.5128358 0 .9355072-.3860402.9932723-.8833789l.0067277-.1166211zm-7-2h7v-14h-7zm-8-14h-7v14h7zm6 5h-4v4h4zm-8-11h-3v4h3zm15 0h-3v4h3z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"telescope sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m12 2v6h2v5h4v-5h2v-6h7v6h2v22h-11v-9h-4v9h-11v-22h2v-6zm6 13h-4v4h4z\" fill=\"currentColor\"/></g></svg></li><li title=\"telescope so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m12 2v6h2v5h4v-5h2v-6h7v6h2v22h-11v-9h-4v9h-11v-22h2v-6zm0 24h-7v2h7zm15 0h-7v2h7zm-7-2h7v-14h-7zm-8-14h-7v14h7zm6 5h-4v4h4zm-8-11h-3v4h3zm15 0h-3v4h3z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"television f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m25.6183316 3.93969262c.1888925.5189779-.0786946 1.09282026-.5976725 1.28171276l-4.8876591 1.77801219 5.867.00058243c3.3137085 0 6 2.6862915 6 6v10c0 3.3137085-2.6862915 6-6 6h-20c-3.3137085 0-6-2.6862915-6-6v-10c0-3.3137085 2.6862915-6 6-6l5.826-.00058243-4.88630738-1.77801219c-.5189779-.1888925-.78656499-.76273486-.59767248-1.28171276.18905982-.51883077.76277185-.78642956 1.28178372-.59786749l8.35819614 3.04059244 8.3546188-3.04039743c.5189779-.18889251 1.0928203.07869458 1.2817128.59767248zm-9.6183316 9.06030738c-2.7614237 0-5 2.2385763-5 5s2.2385763 5 5 5 5-2.2385763 5-5-2.2385763-5-5-5zm0 2c1.6568542 0 3 1.3431458 3 3s-1.3431458 3-3 3-3-1.3431458-3-3 1.3431458-3 3-3z\" fill=\"currentColor\"/></g></svg></li><li title=\"television o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m25.6183316 3.93969262c.1888925.5189779-.0786946 1.09282026-.5976725 1.28171276l-4.8876591 1.77801219 4.867.00058243c3.7854517 0 6.8690987 3.0047834 6.995941 6.7593502l.004059.2406498v8c0 3.8659932-3.1340068 7-7 7h-18c-3.86599325 0-7-3.1340068-7-7v-8c0-3.8659932 3.13400675-7 7-7l4.826-.00058243-4.88630738-1.77801219c-.5189779-.1888925-.78656499-.76273486-.59767248-1.28171276.18905982-.51883077.76277185-.78642956 1.28178372-.59786749l8.35819614 3.04059244 8.3546188-3.04039743c.5189779-.18889251 1.0928203.07869458 1.2817128.59767248zm-.6183316 5.06030738h-18c-2.76142375 0-5 2.2385763-5 5v8c0 2.7614237 2.23857625 5 5 5h18c2.7614237 0 5-2.2385763 5-5v-8c0-2.7614237-2.2385763-5-5-5zm-9 4c2.7614237 0 5 2.2385763 5 5s-2.2385763 5-5 5-5-2.2385763-5-5 2.2385763-5 5-5zm0 2c-1.6568542 0-3 1.3431458-3 3s1.3431458 3 3 3 3-1.3431458 3-3-1.3431458-3-3-3z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"television sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m25.2763114 3 .6840403 1.87938524-5.8283517 2.12061476h11.868v22h-32v-22h11.828l-5.828-2.12061476.68404029-1.87938524 9.29895971 3.382zm-9.2763114 10c-2.7614237 0-5 2.2385763-5 5s2.2385763 5 5 5 5-2.2385763 5-5-2.2385763-5-5-5zm0 2c1.6568542 0 3 1.3431458 3 3s-1.3431458 3-3 3-3-1.3431458-3-3 1.3431458-3 3-3z\" fill=\"currentColor\"/></g></svg></li><li title=\"television so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m25.2763114 3 .6840403 1.87938524-5.8283517 2.12061476h11.868v22h-32v-22h11.828l-5.828-2.12061476.68404029-1.87938524 9.29895971 3.382zm4.7236886 6h-28v18h28zm-14 4c2.7614237 0 5 2.2385763 5 5s-2.2385763 5-5 5-5-2.2385763-5-5 2.2385763-5 5-5zm0 2c-1.6568542 0-3 1.3431458-3 3s1.3431458 3 3 3 3-1.3431458 3-3-1.3431458-3-3-3z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"time f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm0 9c-.5522847 0-1 .44771525-1 1v6c0 .3182658.1486811.6018052.3810847.7842243.0254713.0327798.0532651.0643391.0833814.0944554l5.6568542 5.6568542c.3905243.3905243 1.0236893.3905243 1.4142136 0s.3905243-1.0236893 0-1.4142136l-5.5356849-5.5365909.000151-5.5847294c0-.55228475-.4477153-1-1-1z\" fill=\"currentColor\" fill-rule=\"evenodd\"/></svg></li><li title=\"time o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm0 2c-7.7319865 0-14 6.2680135-14 14s6.2680135 14 14 14 14-6.2680135 14-14-6.2680135-14-14-14zm0 7.49868601c.5522847 0 1 .44771526 1 .99999999l-.000151 5.0860434 5.0261495 5.0407519c.3905243.3905243.3905243 1.0236892 0 1.4142135s-1.0236893.3905243-1.4142136 0l-5.1473188-5.1610151c-.0301163-.0301163-.0579101-.0616756-.0833814-.0944554-.2324036-.1824191-.3810847-.4659585-.3810847-.7842243v-5.501314c0-.55228473.4477153-.99999999 1-.99999999z\"/></svg></li><li title=\"time sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm1 9h-2l.000151 6.9280812-.0023391.0030391.0020555.4829607 6.8285597 6.8285597 1.4142136-1.4142136-6.2420846-6.2432927z\" fill=\"currentColor\" fill-rule=\"evenodd\"/></svg></li><li title=\"time so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm0 2c-7.7319865 0-14 6.2680135-14 14s6.2680135 14 14 14 14-6.2680135 14-14-6.2680135-14-14-14zm1 7 .0005561 6.5851344 6.2420846 6.2432927-1.4142136 1.4142136-6.8285597-6.8285597-.0020555-.4829607.0023391-.0030391-.000151-6.9280812z\"/></svg></li><li title=\"tju f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22.2173913.65217391c1.9285178 0 3.5040522 1.51179714 3.6036928 3.41452853l.0050029.19153474-.0009027 5.52393673.012278.00039957c1.9462918.01252218 3.7795845 1.56896942 3.8958362 3.42252302l.0058423.1862996v15.6520797c0 1.2434577-1.0274146 2.2198992-2.2841222 2.2991105l-.1651532.0051919-6.6816811-.0006043.0005114-7.8254348-.004787-.2188462c-.114488-2.6118457-2.2681926-4.6941972-4.9082565-4.6941972-2.713399 0-4.9130435 2.1996444-4.9130435 4.9130434l-.0004244 7.8254348-6.68072468.0006043c-1.27513747 0-2.35568275-.9246308-2.44351441-2.1436784l-.00576095-.160624v-15.6520797c0-1.9174043 1.75459779-3.50347352 3.70898985-3.60378628l.1960476-.00503634.00796255-.00039957.00003313-5.52393673c0-1.92754827 1.5133242-3.50152438 3.41706208-3.60106546l.19163357-.00499781zm-6.5217391 5.86956522c-1.9930276 0-3.6086957 1.61566808-3.6086957 3.60869567 0 1.9930276 1.6156681 3.6086956 3.6086957 3.6086956 1.9930275 0 3.6086956-1.615668 3.6086956-3.6086956 0-1.99302759-1.6156681-3.60869567-3.6086956-3.60869567z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"tju o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22.2173913.65217391c1.9285178 0 3.5040522 1.51179714 3.6036928 3.41452853l.0050029.19153474-.0009027 5.52393673.012278.00039957c1.9462918.01252218 3.7795845 1.56896942 3.8958362 3.42252302l.0058423.1862996v15.6520797c0 1.2434577-1.0274146 2.2198992-2.2841222 2.2991105l-.1651532.0051919h-23.18840578c-1.27513747 0-2.35568275-.9246308-2.44351441-2.1436784l-.00576095-.160624v-15.6520797c0-1.9174043 1.75459779-3.50347352 3.70898985-3.60378628l.1960476-.00503634.00796255-.00039957.00003313-5.52393673c0-1.92754827 1.5133242-3.50152438 3.41706208-3.60106546l.19163357-.00499781zm-16.65220704 11.12999999-.01444927.0003789c-.92922444 0-1.80636448.7216099-1.89175542 1.4876235l-.00679531.1212198v15.6520797c0 .1252988.1370563.2643062.35237551.2971003l.09689985.0072021 1.46372464-.0006043zm16.65220704-9.12999999h-13.04347826c-.83931262 0-1.52817376.64158459-1.60212341 1.45991239l-.00657224.14615088-.00003313 25.08893672h3.21700004l.0004244-6.8254348c0-2.6400639 2.0823515-4.7937685 4.6941973-4.9082565l.2188462-.0047869c2.713399 0 4.9130435 2.1996444 4.9130435 4.9130434l-.0005114 6.8254348h3.217l.0009027-25.08893672c0-.83751267-.6422327-1.52562574-1.462238-1.59949783zm3.6182082 9.13036839-.0104152-.0003684v17.565l1.4646811.0006043c.2364802 0 .4030965-.123345.4410556-.2501132l.0082198-.0541892v-15.6520797c0-.7315902-.8549326-1.5195424-1.7675659-1.601833zm-10.1399473 7.8261534c-1.6088295 0-2.9130435 1.3042139-2.9130435 2.9130434l.0003043 6.8258696h5.826l-.0002173-6.8258696c0-1.5513713-1.2127194-2.8194968-2.7418801-2.9080984zm0-13.08695657c1.9930275 0 3.6086956 1.61566808 3.6086956 3.60869567 0 1.9930276-1.6156681 3.6086956-3.6086956 3.6086956-1.9930276 0-3.6086957-1.615668-3.6086957-3.6086956 0-1.99302759 1.6156681-3.60869567 3.6086957-3.60869567zm0 2c-.8884581 0-1.6086957.72023758-1.6086957 1.60869567 0 .8884581.7202376 1.6086956 1.6086957 1.6086956.888458 0 1.6086956-.7202375 1.6086956-1.6086956 0-.88845809-.7202376-1.60869567-1.6086956-1.60869567z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"tju sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m26 1v9h5v21h-10v-12h-10v12h-10v-21h5v-9zm-6 5h-8v8h8z\" fill=\"#000\"/></g></svg></li><li title=\"tju so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m1 31v-21h5v-9h20v9h5v21zm23-28h-16v26h3v-11h10v11h3zm-18 9h-3v17h3zm13 8h-6v9h6zm10-8h-3v17h3zm-9-6v8h-8v-8zm-2 2h-4v4h4z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"tobottom f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm.0073593 8.8c-.5522847 0-1 .44771525-1 1l-.0007864 9.442694-3.9778932-3.9782279c-.3905243-.3905243-1.0236893-.3905243-1.41421361 0-.39052429.3905243-.39052429 1.0236893 0 1.4142136l5.65685421 5.6568542c.180242.180242.4121708.2772954.6480754.2911601h.1612086c.2359046-.0138647.4678334-.1109181.6480754-.2911601l5.6568542-5.6568542c.3905243-.3905243.3905243-1.0236893 0-1.4142136s-1.0236893-.3905243-1.4142136 0l-3.9647474 3.9642279.0007864-9.428694c0-.55228475-.4477152-1-1-1z\" fill=\"currentColor\"/></g></svg></li><li title=\"tobottom o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm0 2c-7.7319865 0-14 6.2680135-14 14s6.2680135 14 14 14 14-6.2680135 14-14-6.2680135-14-14-14zm.0073593 6.8c.5522848 0 1 .44771525 1 1l-.0007864 9.428694 3.9647474-3.9642279c.3905243-.3905243 1.0236893-.3905243 1.4142136 0s.3905243 1.0236893 0 1.4142136l-5.6568542 5.6568542c-.180242.180242-.4121708.2772954-.6480754.2911601h-.1612086c-.2359046-.0138647-.4678334-.1109181-.6480754-.2911601l-5.65685421-5.6568542c-.39052429-.3905243-.39052429-1.0236893 0-1.4142136.39052431-.3905243 1.02368931-.3905243 1.41421361 0l3.9778932 3.9782279.0007864-9.442694c0-.55228475.4477153-1 1-1z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"tobottom sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm1.0073593 8.8h-2v10.4436407l-4.6857864-4.6862814-1.41421359 1.4142136 7.07106779 7.0710678.0209322-.021.0222136.021 7.0710678-7.0710678-1.4142136-1.4142136-4.6710678 4.6702814z\" fill=\"currentColor\"/></g></svg></li><li title=\"tobottom so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm0 2c-7.7319865 0-14 6.2680135-14 14s6.2680135 14 14 14 14-6.2680135 14-14-6.2680135-14-14-14zm1.0073593 6.8v10.4276407l4.6710678-4.6702814 1.4142136 1.4142136-7.0710678 7.0710678-.0222136-.021-.0209322.021-7.07106779-7.0710678 1.41421359-1.4142136 4.6857864 4.6862814v-10.4436407z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"toleft f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm.7781746 9.60710678c-.3905243-.39052429-1.0236893-.39052429-1.4142136 0l-5.65685422 5.65685422c-.18024198.180242-.27729535.4121708-.29116012.6480754v.1612085c.01386477.2359047.11091814.4678335.29116012.6480754l5.65685422 5.6568543c.3905243.3905243 1.0236893.3905243 1.4142136 0s.3905243-1.0236893 0-1.4142136l-3.9642279-3.9647474 9.428694.0007864c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1l-9.442694-.0007864 3.9782279-3.9778933c.3905243-.3905242.3905243-1.02368923 0-1.41421352z\" fill=\"currentColor\"/></g></svg></li><li title=\"toleft o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm0 2c-7.7319865 0-14 6.2680135-14 14s6.2680135 14 14 14 14-6.2680135 14-14-6.2680135-14-14-14zm.7781746 7.60710678c.3905243.39052429.3905243 1.02368932 0 1.41421352l-3.9782279 3.9778933 9.442694.0007864c.5522847 0 1 .4477153 1 1s-.4477153 1-1 1l-9.428694-.0007864 3.9642279 3.9647474c.3905243.3905243.3905243 1.0236893 0 1.4142136s-1.0236893.3905243-1.4142136 0l-5.65685422-5.6568543c-.18024198-.1802419-.27729535-.4121707-.29116012-.6480754v-.1612085c.01386477-.2359046.11091814-.4678334.29116012-.6480754l5.65685422-5.65685422c.3905243-.39052429 1.0236893-.39052429 1.4142136 0z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"toleft sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm.0710678 8.9-7.0710678 7.0710678.021.0209322-.021.0222136 7.0710678 7.0710678 1.4142136-1.4142136-4.6702814-4.6710678h10.4276407v-2h-10.4436407l4.6862814-4.6857864z\" fill=\"currentColor\"/></g></svg></li><li title=\"toleft so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm0 2c-7.7319865 0-14 6.2680135-14 14s6.2680135 14 14 14 14-6.2680135 14-14-6.2680135-14-14-14zm.0710678 6.9 1.4142136 1.4142136-4.6862814 4.6857864h10.4436407v2h-10.4276407l4.6702814 4.6710678-1.4142136 1.4142136-7.0710678-7.0710678.021-.0222136-.021-.0209322z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"top f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm.0790314 11.11h-.1612085c-.2359047.0138648-.4678335.1109181-.6480754.2911601l-5.65685428 5.6568543c-.39052429.3905243-.39052429 1.0236892 0 1.4142135.39052428.3905243 1.02368928.3905243 1.41421358 0l4.9717474-4.9712279 4.9708933 4.9712279c.3905243.3905243 1.0236892.3905243 1.4142135 0s.3905243-1.0236892 0-1.4142135l-5.6568542-5.6568543c-.180242-.180242-.4121708-.2772953-.6480754-.2911601z\" fill=\"currentColor\" fill-rule=\"evenodd\"/></svg></li><li title=\"top o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm0 2c-7.7319865 0-14 6.2680135-14 14s6.2680135 14 14 14 14-6.2680135 14-14-6.2680135-14-14-14zm.0790314 9.1650801c.2359046.0138648.4678334.1109182.6480754.2911601l5.6568542 5.6568543c.3905243.3905243.3905243 1.0236893 0 1.4142135-.3905243.3905243-1.0236892.3905243-1.4142135 0l-4.9708933-4.9712279-4.9717474 4.9712279c-.3905243.3905243-1.0236893.3905243-1.41421358 0-.39052429-.3905242-.39052429-1.0236892 0-1.4142135l5.65685428-5.6568543c.1802419-.1802419.4121707-.2772953.6480754-.2911601z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"top sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm.0142136 11-.0209322.021-.0222136-.021-7.0710678 7.0710678 1.4142136 1.4142136 5.6790678-5.6782814 5.6777864 5.6782814 1.4142136-1.4142136z\" fill=\"currentColor\"/></g></svg></li><li title=\"top so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm0 2c-7.7319865 0-14 6.2680135-14 14s6.2680135 14 14 14 14-6.2680135 14-14-6.2680135-14-14-14zm.0142136 9 7.0710678 7.0710678-1.4142136 1.4142136-5.6777864-5.6782814-5.6790678 5.6782814-1.4142136-1.4142136 7.0710678-7.0710678.0222136.021z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"toright f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm.4786797 9.26446609c-.3905243-.39052429-1.0236893-.39052429-1.4142136 0-.3905243.3905243-.3905243 1.02368931 0 1.41421361l3.9642279 3.9647474-9.428694-.0007864c-.55228475 0-1 .4477152-1 1 0 .5522847.44771525 1 1 1l9.442694.0007864-3.9782279 3.9778932c-.3905243.3905243-.3905243 1.0236893 0 1.4142136s1.0236893.3905243 1.4142136 0l5.6568542-5.6568542c.180242-.180242.2772954-.4121708.2911601-.6480754v-.1612086c-.0138647-.2359046-.1109181-.4678334-.2911601-.6480754z\" fill=\"currentColor\"/></g></svg></li><li title=\"toright o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm0 2c-7.7319865 0-14 6.2680135-14 14s6.2680135 14 14 14 14-6.2680135 14-14-6.2680135-14-14-14zm.4786797 7.26446609 5.6568542 5.65685421c.180242.180242.2772954.4121708.2911601.6480754v.1612086c-.0138647.2359046-.1109181.4678334-.2911601.6480754l-5.6568542 5.6568542c-.3905243.3905243-1.0236893.3905243-1.4142136 0s-.3905243-1.0236893 0-1.4142136l3.9782279-3.9778932-9.442694-.0007864c-.55228475 0-1-.4477153-1-1 0-.5522848.44771525-1 1-1l9.428694.0007864-3.9642279-3.9647474c-.3905243-.3905243-.3905243-1.02368931 0-1.41421361.3905243-.39052429 1.0236893-.39052429 1.4142136 0z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"toright sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm-.2284271 8.55735931-1.4142136 1.41421357 4.6712814 4.67206782-10.4286407-.001v2l10.4426407.001-4.6852814 4.6847864 1.4142136 1.4142136 7.0710678-7.0710678-.021-.0209322.021-.0222136z\" fill=\"currentColor\"/></g></svg></li><li title=\"toright so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm0 2c-7.7319865 0-14 6.2680135-14 14s6.2680135 14 14 14 14-6.2680135 14-14-6.2680135-14-14-14zm-.2284271 6.55735931 7.0710678 7.07106779-.021.0222136.021.0209322-7.0710678 7.0710678-1.4142136-1.4142136 4.6852814-4.6847864-10.4426407-.001v-2l10.4286407.001-4.6712814-4.67206782z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"toup f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm.1306043 9.67330597h-.1612086c-.2359046.01386477-.4678334.11091814-.6480754.29116012l-5.65685421 5.65685421c-.39052429.3905243-.39052429 1.0236893 0 1.4142136.39052431.3905243 1.02368931.3905243 1.41421361 0l3.9647474-3.9642279-.0007864 9.428694c0 .5522847.4477152 1 1 1 .5522847 0 1-.4477153 1-1l.0007864-9.442694 3.9778932 3.9782279c.3905243.3905243 1.0236893.3905243 1.4142136 0s.3905243-1.0236893 0-1.4142136l-5.6568542-5.65685421c-.180242-.18024198-.4121708-.27729535-.6480754-.29116012z\" fill=\"currentColor\"/></g></svg></li><li title=\"toup o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm0 2c-7.7319865 0-14 6.2680135-14 14s6.2680135 14 14 14 14-6.2680135 14-14-6.2680135-14-14-14zm.1306043 7.67330597c.2359046.01386477.4678334.11091814.6480754.29116012l5.6568542 5.65685421c.3905243.3905243.3905243 1.0236893 0 1.4142136s-1.0236893.3905243-1.4142136 0l-3.9778932-3.9782279-.0007864 9.442694c0 .5522847-.4477153 1-1 1-.5522848 0-1-.4477153-1-1l.0007864-9.428694-3.9647474 3.9642279c-.3905243.3905243-1.0236893.3905243-1.41421361 0-.39052429-.3905243-.39052429-1.0236893 0-1.4142136l5.65685421-5.65685421c.180242-.18024198.4121708-.27729535.6480754-.29116012z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"toup sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm.0715729 9.25735931-.0209322.021-.0222136-.021-7.07106779 7.07106779 1.41421359 1.4142136 4.6710678-4.6702814v10.4276407h2v-10.4436407l4.6857864 4.6862814 1.4142136-1.4142136z\" fill=\"currentColor\"/></g></svg></li><li title=\"toup so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm0 2c-7.7319865 0-14 6.2680135-14 14s6.2680135 14 14 14 14-6.2680135 14-14-6.2680135-14-14-14zm.0715729 7.25735931 7.0710678 7.07106779-1.4142136 1.4142136-4.6857864-4.6862814v10.4436407h-2v-10.4276407l-4.6710678 4.6702814-1.41421359-1.4142136 7.07106779-7.07106779.0222136.021z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"twitter f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm2.8844392 10c-.8155312-.00039875-1.5977768.3185138-2.1744446.8864965s-.9004568 1.338447-.9000516 2.1416957c0 .2345571.0290047.4683624.0763281.693898-2.4735114-.1243416-4.777484-1.275917-6.33981273-3.1687757-.26638508.4495677-.41827803.9652925-.41827803 1.5276281-.0010649 1.0136875.51366356 1.9604572 1.37085286 2.5214884-.50376554-.0187946-.97928966-.1593785-1.3891716-.3841624v.0375893c-.00205712 1.4426342 1.0296751 2.6862915 2.4653979 2.971808-.2572257.0654053-.5342967.1029946-.8098412.1029946-.1999797 0-.3907999-.0187947-.5808569-.0466107.404934 1.2327897 1.5599819 2.0762891 2.8752798 2.0997368-1.0887093.841353-2.4333459 1.2971153-3.81716869 1.2938228-.25722574 0-.49536944-.0097732-.74267251-.0375893 1.36169346.8630497 2.9798494 1.3599799 4.7216568 1.3599799 5.6536231 0 8.7472013-4.6129556 8.7472013-8.6162132 0-.1308107 0-.2616214-.0099226-.3931838.5995743-.4327694 1.1205962-.9622114 1.5410645-1.5659692-.5629708.2424151-1.1595866.4005355-1.7700488.4691142.6417355-.3758146 1.1223374-.9691898 1.3517708-1.6689638-.6025782.3529048-1.2626416.6003888-1.9509465.7314873-.5617749-.5909034-1.3609302-.9562715-2.2463363-.9562715z\" fill=\"currentColor\"/></g></svg></li><li title=\"twitter o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m31.6077652 3.228125c-.2761173-.33233799-.7399183-.43984565-1.1340909-.2628788l-.0606061.0257576c.2248535-.40533218.4090829-.83190175.55-1.27348487.1233259-.3842613-.0050411-.80470095-.3219697-1.05454546-.3155849-.24725686-.7501705-.27668974-1.0962121-.0742424-.9622108.57252097-2.0045086.99817273-3.0924243 1.26287877-1.3125376-1.18164326-3.0142371-1.83859096-4.780303-1.84545455-3.9151515 0-7.1 3.18484847-7.1 7.09924244 0 .10909091.0030303.21742425.0075757.32727272-4.1833333-.51439392-8.09242422-2.66969698-10.76590905-5.94924243-.19950096-.2469857-.50867328-.37871752-.825-.35151513-.31818182.02424244-.6030303.20378789-.7621212.47878786-.62973005 1.08343621-.96142019 2.31427065-.96136364 3.56742425 0 1.19545455.29469698 2.35530302.85833334 3.39090909-.15203919.01971871-.29845825.07024359-.43030305.14848484-.28560607.16893938-.47727273.51969698-.47727273.87348487.0077009 2.0704127.91211705 4.035922 2.47954546 5.3886364-.28857182.2547581-.39992616.6556338-.28409091 1.0227272.64533448 2.0163292 2.15715386 3.639271 4.12272727 4.4257576-1.99024306.9848405-4.22313062 1.372162-6.42878785 1.1151515-.45084459-.0588117-.88159748.2050047-1.03409091.6333333-.15303029.4280303.00757574.8977273.38939393 1.1431819 2.96018407 1.900181 6.40438966 2.9089596 9.92196974 2.9060668 11.5242424 0 18.4113636-9.3606123 18.4113636-18.41136986 0-.10681819-.0015152-.2128788-.0030303-.32045455 1.1174687-.87638769 2.0890986-1.92421385 2.8787879-3.10454545.2384811-.3582397.2132142-.83060793-.0621212-1.16136364zm-4.3659091 3.00833335c-.2647893.18936482-.4158649.49978237-.4015152.825.0098485.25.0166667.50378789.0166667.75303029 0 8.09772726-6.1621212 16.47348486-16.4734849 16.47348486-1.89545452 0-3.74393935-.3189394-5.50909088-.9477273 2.11069505-.3887278 4.09537321-1.2843548 5.78333338-2.6098485.3219697-.2522727.4515151-.6810606.3219696-1.0689394-.1287733-.3889148-.4888802-.6542886-.8984848-.6621212-1.65817762-.036986-3.19937067-.8623136-4.14924244-2.2219697.48334499-.0308719.9621765-.111862 1.42878789-.2416667.43484848-.1196969.72651517-.5181818.70984848-.9681818-.01416265-.4489123-.33657246-.8285137-.77727273-.9151515-1.8871212-.3795454-3.38409091-1.7810606-3.92348484-3.6295454.51700296.1348986 1.04770572.2103865 1.58181819.225.4340909-.0159091.8090909-.2863637.93257574-.6727273.12970956-.4116591-.02689835-.85959477-.38484847-1.10075759-1.43561496-.9578642-2.29689457-2.57038208-2.29470118-4.29621211 0-.43636364.05454965-.86742425.16212543-1.28636364 3.22348484 3.32045455 7.67348483 5.34696971 12.25606063 5.57424244.2984848.04469698.6037878-.08106062.8212121-.34242425.194697-.23181819.269697-.54621211.2015151-.83939393-.357882-1.53475084.0041488-3.14892453.9832141-4.38382158.9790654-1.23489705 2.4681344-1.95551926 4.0440587-1.95708751 1.4234848 0 2.7977272.59469698 3.7681818 1.62954545.2280303.24545455.5727272.35606062.894697.28863637.3530302-.06969699.705303-.1537879 1.0545454-.25303033-.1730572.1362133-.3544727.26145828-.5431818.375-.3893703.23728408-.5629029.71229813-.4181818 1.14469698.1515151.44015153.5901515.71136364 1.0318182.64696971.15-.01742426.3-.0378788.45-.06136364-.2166667.18257575-.439394.35681818-.6689394.52272728z\" fill=\"#000\" fill-rule=\"nonzero\" transform=\"translate(0 3)\"/></g></svg></li><li title=\"udisk f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m20 0c1.1045695 0 2 .8954305 2 2v5h3c1.1045695 0 2 .8954305 2 2v12c0 6.0751322-4.9248678 11-11 11-6.07513225 0-11-4.9248678-11-11v-12c0-1.1045695.8954305-2 2-2h3v-5c0-1.1045695.8954305-2 2-2zm0 11h-8c-.5522847 0-1 .4477153-1 1s.4477153 1 1 1h8c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1zm-6-7c-.5522847 0-1 .44771525-1 1s.4477153 1 1 1 1-.44771525 1-1-.4477153-1-1-1zm4 0c-.5522847 0-1 .44771525-1 1s.4477153 1 1 1 1-.44771525 1-1-.4477153-1-1-1z\" fill=\"currentColor\"/></g></svg></li><li title=\"udisk o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m20 0c1.1045695 0 2 .8954305 2 2v5h3c1.1045695 0 2 .8954305 2 2v12c0 6.0751322-4.9248678 11-11 11-6.07513225 0-11-4.9248678-11-11v-12c0-1.1045695.8954305-2 2-2h3v-5c0-1.1045695.8954305-2 2-2zm5 9h-18v12c0 4.9705627 4.0294373 9 9 9 4.8818027 0 8.8557914-3.8868137 8.9961629-8.7346377l.0038371-.2653623zm-5-7h-8v5h8zm-6 2c.5522847 0 1 .44771525 1 1s-.4477153 1-1 1-1-.44771525-1-1 .4477153-1 1-1zm4 0c.5522847 0 1 .44771525 1 1s-.4477153 1-1 1-1-.44771525-1-1 .4477153-1 1-1z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"udisk sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22 0v7h5v25h-22v-25h5v-7zm-1 11h-10v2h10zm-6-7h-2v2h2zm4 0h-2v2h2z\" fill=\"currentColor\"/></g></svg></li><li title=\"udisk so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22 0v7h5v25h-22v-25h5v-7zm3 9h-18v21h18zm-5-7h-8v5h8zm-5 2v2h-2v-2zm4 0v2h-2v-2z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"umbrella f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 2c7.6275002 0 13.8303269 6.09975237 13.996578 13.687355l.003422.312645c0 .5128358-.3860402.9355072-.8833789.9932723l-.1166211.0067277h-12v10c0 1.6568542-1.3431458 3-3 3-1.5976809 0-2.9036609-1.24892-2.9949073-2.8237272l-.0050927-.1962114c0-.5522847.4477153-1 1-1 .5128358 0 .9355072.3860402.9932723.8833789l.0067277.1365597c0 .5522847.4477153 1 1 1 .5128358 0 .9355072-.3860402.9932723-.8833789l.0067277-.1166211v-10h-12c-.55228475 0-1-.4477153-1-1 0-7.7319865 6.2680135-14 14-14z\" fill=\"currentColor\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"umbrella o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m17 17v10c0 1.6568542-1.3431458 3-3 3-1.5976809 0-2.9036609-1.24892-2.9949073-2.8237272l-.0050927-.1962114c0-.5522847.4477153-1 1-1 .5128358 0 .9355072.3860402.9932723.8833789l.0067277.1365597c0 .5522847.4477153 1 1 1 .5128358 0 .9355072-.3860402.9932723-.8833789l.0067277-.1166211v-10h-12c-.55228475 0-1-.4477153-1-1 0-7.7319865 6.2680135-14 14-14 7.6275002 0 13.8303269 6.09975237 13.996578 13.687355l.003422.312645c0 .5128358-.3860402.9355072-.8833789.9932723l-.1166211.0067277zm-1-13c-6.29084583 0-11.451074 4.84074966-11.95897033 11.0005348h23.91794063c-.5078963-6.15978514-5.6681245-11.0005348-11.9589703-11.0005348z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"umbrella sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 2c7.6275002 0 13.8303269 6.09975237 13.996578 13.687355l.003422.312645v1h-13v10c0 1.6568542-1.3431458 3-3 3-1.5976809 0-2.9036609-1.24892-2.9949073-2.8237272l-.0050927-.1762728v-1.0199386h2v1.0199386c0 .5522847.4477153 1 1 1 .5128358 0 .9355072-.3860402.9932723-.8833789l.0067277-.1166211v-10h-13v-1c0-7.7319865 6.2680135-14 14-14z\" fill=\"currentColor\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"umbrella so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 2c7.6275002 0 13.8303269 6.09975237 13.996578 13.687355l.003422.312645v1h-13v10c0 1.6568542-1.3431458 3-3 3-1.5976809 0-2.9036609-1.24892-2.9949073-2.8237272l-.0050927-.1762728v-1.0199386h2v1.0199386c0 .5522847.4477153 1 1 1 .5128358 0 .9355072-.3860402.9932723-.8833789l.0067277-.1166211v-10h-13v-1c0-7.7319865 6.2680135-14 14-14zm0 2c-6.29064239 0-11.45074024 4.84043657-11.95892104 10.9999372l23.91789134.0005976c-.5078963-6.15978514-5.6681245-11.0005348-11.9589703-11.0005348z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"unlock f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m15.9997281 0c3.2102362 0 6.0778717 1.83022104 7.3397138 4.6120861.0754233.1662785.1446865.33519295.2076311.50646262.1905154.51838434-.0752749 1.09306113-.5936593 1.28357652-.5183843.19051539-1.0930611-.07527491-1.2835765-.59365926-.0459782-.1251047-.0966062-.24857285-.1517793-.37020782-.9361907-2.06393194-3.089519-3.43825816-5.5183298-3.43825816-3.2487737 0-5.8780434 2.43374663-5.9958776 5.45495477l-.00412237.2117119-.00072813 2.33333333h14.001c3.3137085 0 6 2.6862915 6 6v10c0 3.3137085-2.6862915 6-6 6h-16c-3.3137085 0-6-2.6862915-6-6v-10c0-3.3133738 2.68574884-5.9994573 5.99899587-5.9999999l.00073226-2.33333343c0-4.2453904 3.59234007-7.66666667 7.99999997-7.66666667zm3.5358058 17.4644661c-.3905243-.3905243-1.0236893-.3905243-1.4142136 0l-5.6568542 5.6568542c-.3905243.3905243-.3905243 1.0236893 0 1.4142136s1.0236893.3905243 1.4142136 0l5.6568542-5.6568542c.3905243-.3905243.3905243-1.0236893 0-1.4142136z\" fill=\"currentColor\"/></g></svg></li><li title=\"unlock o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m15.9997281 0c3.2102362 0 6.0778717 1.83022104 7.3397138 4.6120861.0754233.1662785.1446865.33519295.2076311.50646262.1905154.51838434-.0752749 1.09306113-.5936593 1.28357652-.5183843.19051539-1.0930611-.07527491-1.2835765-.59365926-.0459782-.1251047-.0966062-.24857285-.1517793-.37020782-.9361907-2.06393194-3.089519-3.43825816-5.5183298-3.43825816-3.2487737 0-5.8780434 2.43374663-5.9958776 5.45495477l-.00412237.2117119-.00072813 2.33333333h14.001c3.3137085 0 6 2.6862915 6 6v10c0 3.3137085-2.6862915 6-6 6h-16c-3.3137085 0-6-2.6862915-6-6v-10c0-3.3133738 2.68574884-5.9994573 5.99899587-5.9999999l.00073226-2.33333343c0-4.2453904 3.59234007-7.66666667 7.99999997-7.66666667zm8.0002719 12h-16c-2.14219539 0-3.89107888 1.6839685-3.99510469 3.8003597l-.00489531.1996403v10c0 2.1421954 1.68396847 3.8910789 3.80035966 3.9951047l.19964034.0048953h16c2.1421954 0 3.8910789-1.6839685 3.9951047-3.8003597l.0048953-.1996403v-10c0-2.1421954-1.6839685-3.8910789-3.8003597-3.9951047zm-4.4644661 5.4644661c.3905243.3905243.3905243 1.0236893 0 1.4142136l-5.6568542 5.6568542c-.3905243.3905243-1.0236893.3905243-1.4142136 0s-.3905243-1.0236893 0-1.4142136l5.6568542-5.6568542c.3905243-.3905243 1.0236893-.3905243 1.4142136 0z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"unlock sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m24 1v5.17448548h-2v-3.17448548h-12v7h20v22h-28v-22h6v-9zm-5.1715729 15.7573593-7.0710678 7.0710678 1.4142136 1.4142136 7.0710678-7.0710678z\" fill=\"currentColor\"/></g></svg></li><li title=\"unlock so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m24 1v5.17448548h-2v-3.17448548h-12v7h20v22h-28v-22h6v-9zm4 11h-24v18h24zm-9.1715729 4.7573593 1.4142136 1.4142136-7.0710678 7.0710678-1.4142136-1.4142136z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"unlockfile f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m19.120106 0c1.8257724 0 3.5522076.83131873 4.6906771 2.25867017l4.8798939 6.11814718c.847677 1.06277155 1.309323 2.38190365 1.309323 3.74132985v13.8818528c0 3.3137085-2.6862915 6-6 6h-16c-3.3137085 0-6-2.6862915-6-6v-20c0-3.3137085 2.6862915-6 6-6zm-3.120106 10c-2.209139 0-4 1.790861-4 4l.0000889.1706743c-1.1652388.4118113-2.0000889 1.5230736-2.0000889 2.8293257v4c0 1.6568542 1.3431458 3 3 3h6c1.6568542 0 3-1.3431458 3-3v-4c0-1.5976809-1.24892-2.9036609-2.8237272-2.9949073l-.1452728-.0040927-.031-.001h-5l.0054857-.1492623c.0763492-1.0348599.9401525-1.8507377 1.9945143-1.8507377.5037775 0 .9759841.1856637 1.3416804.5167649l.0982166.0784147c.4069341.2851968.9720923.2293736 1.3142572-.1485425.3706786-.4094091.3392813-1.0417951-.0701278-1.4124737-.7299934-.6609354-1.6792401-1.0341634-2.6840264-1.0341634zm3 6 .1166211.0067277c.4973387.0577651.8833789.4804365.8833789.9932723v4l-.0067277.1166211c-.0577651.4973387-.4804365.8833789-.9932723.8833789h-6l-.1166211-.0067277c-.4973387-.0577651-.8833789-.4804365-.8833789-.9932723v-4l.0067277-.1166211c.0577651-.4973387.4804365-.8833789.9932723-.8833789z\" fill=\"currentColor\"/></g></svg></li><li title=\"unlockfile o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m19.120106 0c1.8257724 0 3.5522076.83131873 4.6906771 2.25867017l4.8798939 6.11814718c.847677 1.06277155 1.309323 2.38190365 1.309323 3.74132985v13.8818528c0 3.3137085-2.6862915 6-6 6h-16c-3.3137085 0-6-2.6862915-6-6v-20c0-3.3137085 2.6862915-6 6-6zm0 2h-11.120106c-2.14219539 0-3.89107888 1.68396847-3.99510469 3.80035966l-.00489531.19964034v20c0 2.1421954 1.68396847 3.8910789 3.80035966 3.9951047l.19964034.0048953h16c2.1421954 0 3.8910789-1.6839685 3.9951047-3.8003597l.0048953-.1996403v-13.8818528c0-.8238947-.2543504-1.6255887-.7251774-2.29685957l-.1477046-.19736034-4.8798939-6.11814718c-.7115434-.89209465-1.767598-1.43495138-2.8997521-1.49932373zm-3.120106 8c1.0047863 0 1.954033.373228 2.6840264 1.0341634.4094091.3706786.4408064 1.0030646.0701278 1.4124737-.3421649.3779161-.9073231.4337393-1.3142572.1485425l-.0982166-.0784147c-.3656963-.3311012-.8379029-.5167649-1.3416804-.5167649-1.0543618 0-1.9181651.8158778-1.9945143 1.8507377l-.0054857.1492623h5l.031.001.1452728.0040927c1.5748072.0912464 2.8237272 1.3972264 2.8237272 2.9949073v4c0 1.6568542-1.3431458 3-3 3h-6c-1.6568542 0-3-1.3431458-3-3v-4c0-1.3062521.8348501-2.4175144 2.0000889-2.8293257l-.0000889-.1706743c0-2.209139 1.790861-4 4-4zm3 6h-6c-.5128358 0-.9355072.3860402-.9932723.8833789l-.0067277.1166211v4c0 .5128358.3860402.9355072.8833789.9932723l.1166211.0067277h6c.5128358 0 .9355072-.3860402.9932723-.8833789l.0067277-.1166211v-4c0-.5128358-.3860402-.9355072-.8833789-.9932723z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"unlockfile sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22.0092457 0 7.9907543 10.0183757v21.9816243h-28v-32zm-2.0092457 10h-8v4h-2v10h12v-10h-8v-2h4v1.0156761h2zm0 6v6h-8v-6z\" fill=\"currentColor\"/></g></svg></li><li title=\"unlockfile so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22.0092457 0 7.9907543 10.0183757v21.9816243h-28v-32zm-.9632457 2h-17.046v28h24v-19.282zm-1.046 8v3.0156761h-2v-1.0156761h-4v2h8v10h-12v-10h2v-4zm0 6h-8v6h8z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"updatefile f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m19.120106 0c1.8257724 0 3.5522076.83131873 4.6906771 2.25867017l4.8798939 6.11814718c.847677 1.06277155 1.309323 2.38190365 1.309323 3.74132985v13.8818528c0 3.3137085-2.6862915 6-6 6h-16c-3.3137085 0-6-2.6862915-6-6v-20c0-3.3137085 2.6862915-6 6-6zm2.3812459 11h-4c-.5522847 0-1 .4477153-1 1v4c0 .5522847.4477153 1 1 1 .5522848 0 1-.4477153 1-1l.0005594-1.6657154c.931885.7663701 1.4980887 1.9323563 1.4980887 3.2022671 0 2.2708036-1.7954965 4.1034483-4 4.1034483s-4-1.8326447-4-4.1034483c0-1.8372626 1.1867205-3.4321237 2.8737853-3.9388148.5289434-.1588623.8289535-.716439.6700912-1.2453825s-.716439-.8289536-1.2453825-.6700913c-2.5325826.760633-4.298494 3.133882-4.298494 5.8542886 0 3.3663097 2.681656 6.1034483 6 6.1034483s6-2.7371386 6-6.1034483c0-1.7639426-.7425833-3.3984784-1.9848233-4.5361625l1.4861752-.0003892c.5522848 0 1-.4477153 1-1s-.4477152-1-1-1z\" fill=\"currentColor\"/></g></svg></li><li title=\"updatefile o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m19.120106 0c1.8257724 0 3.5522076.83131873 4.6906771 2.25867017l4.8798939 6.11814718c.847677 1.06277155 1.309323 2.38190365 1.309323 3.74132985v13.8818528c0 3.3137085-2.6862915 6-6 6h-16c-3.3137085 0-6-2.6862915-6-6v-20c0-3.3137085 2.6862915-6 6-6zm0 2h-11.120106c-2.14219539 0-3.89107888 1.68396847-3.99510469 3.80035966l-.00489531.19964034v20c0 2.1421954 1.68396847 3.8910789 3.80035966 3.9951047l.19964034.0048953h16c2.1421954 0 3.8910789-1.6839685 3.9951047-3.8003597l.0048953-.1996403v-13.8818528c0-.8238947-.2543504-1.6255887-.7251774-2.29685957l-.1477046-.19736034-4.8798939-6.11814718c-.7115434-.89209465-1.767598-1.43495138-2.8997521-1.49932373zm2.3812459 9c.5522848 0 1 .4477153 1 1s-.4477152 1-1 1l-1.4861752.0003892c1.24224 1.1376841 1.9848233 2.7722199 1.9848233 4.5361625 0 3.3663097-2.681656 6.1034483-6 6.1034483s-6-2.7371386-6-6.1034483c0-2.7204066 1.7659114-5.0936556 4.298494-5.8542886.5289435-.1588623 1.0865202.1411478 1.2453825.6700913s-.1411478 1.0865202-.6700912 1.2453825c-1.6870648.5066911-2.8737853 2.1015522-2.8737853 3.9388148 0 2.2708036 1.7954965 4.1034483 4 4.1034483s4-1.8326447 4-4.1034483c0-1.2699108-.5662037-2.435897-1.4980887-3.2022671l-.0005594 1.6657154c0 .5522847-.4477152 1-1 1-.5522847 0-1-.4477153-1-1v-4c0-.5522847.4477153-1 1-1z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"updatefile sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22.0092457 0 7.9907543 10.0183757v21.9816243h-28v-32zm.4921062 11h-6v6h2l.0005594-2.6657154c.931885.7663701 1.4980887 1.9323563 1.4980887 3.2022671 0 2.2708036-1.7954965 4.1034483-4 4.1034483s-4-1.8326447-4-4.1034483c0-1.8372626 1.1867205-3.4321237 2.8737853-3.9388148l-.5752913-1.9154738-.235153.0759952c-2.4060746.8333049-4.063341 3.1428995-4.063341 5.7782934 0 3.3663097 2.681656 6.1034483 6 6.1034483s6-2.7371386 6-6.1034483c0-1.7639426-.7425833-3.3984784-1.9848233-4.5361625l2.4861752-.0003892z\" fill=\"currentColor\"/></g></svg></li><li title=\"updatefile so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22.0092457 0 7.9907543 10.0183757v21.9816243h-28v-32zm-.9632457 2h-17.046v28h24v-19.282zm1.4553519 9v2l-2.4861752.0003892c1.24224 1.1376841 1.9848233 2.7722199 1.9848233 4.5361625 0 3.3663097-2.681656 6.1034483-6 6.1034483s-6-2.7371386-6-6.1034483c0-2.6353939 1.6572664-4.9449885 4.063341-5.7782934l.235153-.0759952.5752913 1.9154738c-1.6870648.5066911-2.8737853 2.1015522-2.8737853 3.9388148 0 2.2708036 1.7954965 4.1034483 4 4.1034483s4-1.8326447 4-4.1034483c0-1.2699108-.5662037-2.435897-1.4980887-3.2022671l-.0005594 2.6657154h-2v-6z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"uploadfile f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m19.120106 0c1.8257724 0 3.5522076.83131873 4.6906771 2.25867017l4.8798939 6.11814718c.847677 1.06277155 1.309323 2.38190365 1.309323 3.74132985v13.8818528c0 3.3137085-2.6862915 6-6 6h-16c-3.3137085 0-6-2.6862915-6-6v-20c0-3.3137085 2.6862915-6 6-6zm-3.0359483 10h-.1683154c-.2359046.0138648-.4678334.1109181-.6480753.2911601l-4.2426407 4.2426407c-.3905243.3905243-.3905243 1.0236893 0 1.4142136s1.0236892.3905243 1.4142135 0l2.5614272-2.5598738-.000767 9.085c0 .5522848.4477153 1 1 1s1-.4477152 1-1l.000767-9.085 2.5598932 2.5598738c.3905243.3905243 1.0236892.3905243 1.4142135 0s.3905243-1.0236893 0-1.4142136l-4.2426407-4.2426407c-.1802419-.180242-.4121707-.2772953-.6480753-.2911601z\" fill=\"currentColor\"/></g></svg></li><li title=\"uploadfile o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m19.120106 0c1.8257724 0 3.5522076.83131873 4.6906771 2.25867017l4.8798939 6.11814718c.847677 1.06277155 1.309323 2.38190365 1.309323 3.74132985v13.8818528c0 3.3137085-2.6862915 6-6 6h-16c-3.3137085 0-6-2.6862915-6-6v-20c0-3.3137085 2.6862915-6 6-6zm0 2h-11.120106c-2.14219539 0-3.89107888 1.68396847-3.99510469 3.80035966l-.00489531.19964034v20c0 2.1421954 1.68396847 3.8910789 3.80035966 3.9951047l.19964034.0048953h16c2.1421954 0 3.8910789-1.6839685 3.9951047-3.8003597l.0048953-.1996403v-13.8818528c0-.8238947-.2543504-1.6255887-.7251774-2.29685957l-.1477046-.19736034-4.8798939-6.11814718c-.7115434-.89209465-1.767598-1.43495138-2.8997521-1.49932373zm-3.0359483 8c.2359046.0138648.4678334.1109181.6480753.2911601l4.2426407 4.2426407c.3905243.3905243.3905243 1.0236893 0 1.4142136s-1.0236892.3905243-1.4142135 0l-2.5598932-2.5598738-.000767 9.085c0 .5522848-.4477153 1-1 1s-1-.4477152-1-1l.000767-9.085-2.5614272 2.5598738c-.3905243.3905243-1.0236892.3905243-1.4142135 0s-.3905243-1.0236893 0-1.4142136l4.2426407-4.2426407c.1802419-.180242.4121707-.2772953.6480753-.2911601z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"uploadfile sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22.0092457 0 7.9907543 10.0183757v21.9816243h-28v-32zm-5.9841194 10-.0251458.0250873-.0251068-.0250873-5.6568542 5.6568542 1.4142135 1.4142136 3.2687475-3.2669805-.0009805 10.085h2l.0009805-10.084 3.2667865 3.2659805 1.4142135-1.4142136z\" fill=\"currentColor\"/></g></svg></li><li title=\"uploadfile so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22.0092457 0 7.9907543 10.0183757v21.9816243h-28v-32zm-.9632457 2h-17.046v28h24v-19.282zm-5.0208737 8 5.6568542 5.6568542-1.4142135 1.4142136-3.2667865-3.2659805-.0009805 10.084h-2l.0009805-10.085-3.2687475 3.2669805-1.4142135-1.4142136 5.6568542-5.6568542.0251068.0250873z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"uploadfile2 f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m19.120106 0c1.8257724 0 3.5522076.83131873 4.6906771 2.25867017l4.8798939 6.11814718c.847677 1.06277155 1.309323 2.38190365 1.309323 3.74132985v13.8818528c0 3.3137085-2.6862915 6-6 6h-16c-3.3137085 0-6-2.6862915-6-6v-20c0-3.3137085 2.6862915-6 6-6zm.879894 21.4731406h-8c-.5522847 0-1 .4477153-1 1 0 .5522848.4477153 1 1 1h8c.5522847 0 1-.4477152 1-1 0-.5522847-.4477153-1-1-1zm-3.9158423-12.4731406h-.1683154c-.2359046.01386477-.4678334.11091814-.6480753.29116012l-4.2426407 4.24264068c-.3905243.3905243-.3905243 1.0236893 0 1.4142136s1.0236892.3905243 1.4142135 0l2.5614272-2.5598738-.000767 6.085c0 .5522848.4477153 1 1 1s1-.4477152 1-1l.000767-6.085 2.5598932 2.5598738c.3905243.3905243 1.0236892.3905243 1.4142135 0s.3905243-1.0236893 0-1.4142136l-4.2426407-4.24264068c-.1802419-.18024198-.4121707-.27729535-.6480753-.29116012z\" fill=\"currentColor\"/></g></svg></li><li title=\"uploadfile2 o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m19.120106 0c1.8257724 0 3.5522076.83131873 4.6906771 2.25867017l4.8798939 6.11814718c.847677 1.06277155 1.309323 2.38190365 1.309323 3.74132985v13.8818528c0 3.3137085-2.6862915 6-6 6h-16c-3.3137085 0-6-2.6862915-6-6v-20c0-3.3137085 2.6862915-6 6-6zm0 2h-11.120106c-2.14219539 0-3.89107888 1.68396847-3.99510469 3.80035966l-.00489531.19964034v20c0 2.1421954 1.68396847 3.8910789 3.80035966 3.9951047l.19964034.0048953h16c2.1421954 0 3.8910789-1.6839685 3.9951047-3.8003597l.0048953-.1996403v-13.8818528c0-.8238947-.2543504-1.6255887-.7251774-2.29685957l-.1477046-.19736034-4.8798939-6.11814718c-.7115434-.89209465-1.767598-1.43495138-2.8997521-1.49932373zm.879894 19.4731406c.5522847 0 1 .4477153 1 1 0 .5522848-.4477153 1-1 1h-8c-.5522847 0-1-.4477152-1-1 0-.5522847.4477153-1 1-1zm-3.9158423-12.4731406c.2359046.01386477.4678334.11091814.6480753.29116012l4.2426407 4.24264068c.3905243.3905243.3905243 1.0236893 0 1.4142136s-1.0236892.3905243-1.4142135 0l-2.5598932-2.5598738-.000767 6.085c0 .5522848-.4477153 1-1 1s-1-.4477152-1-1l.000767-6.085-2.5614272 2.5598738c-.3905243.3905243-1.0236892.3905243-1.4142135 0s-.3905243-1.0236893 0-1.4142136l4.2426407-4.24264068c.1802419-.18024198.4121707-.27729535.6480753-.29116012z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"uploadfile2 sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22.0092457 0 7.9907543 10.0183757v21.9816243h-28v-32zm-1.0092457 21.8890873h-10v2h10zm-4.9748737-12.8890873-.0251458.0250873-.0251068-.0250873-5.6568542 5.6568542 1.4142135 1.4142136 3.2687475-3.2669805-.0009805 7.085h2l.0009805-7.084 3.2667865 3.2659805 1.4142135-1.4142136z\" fill=\"currentColor\"/></g></svg></li><li title=\"uploadfile2 so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22.0092457 0 7.9907543 10.0183757v21.9816243h-28v-32zm-.9632457 2h-17.046v28h24v-19.282zm-.046 19.8890873v2h-10v-2zm-4.9748737-12.8890873 5.6568542 5.6568542-1.4142135 1.4142136-3.2667865-3.2659805-.0009805 7.084h-2l.0009805-7.085-3.2687475 3.2669805-1.4142135-1.4142136 5.6568542-5.6568542.0251068.0250873z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"ux f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m27 0c2.7614237 0 5 2.23857625 5 5v22c0 2.6887547-2.1223067 4.8818181-4.7831104 4.9953805l-.2168896.0046195h-22c-2.76142375 0-5-2.2385763-5-5v-10c0-2.7614237 2.23857625-5 5-5h7v-7c0-2.76142375 2.2385763-5 5-5zm-17 17c-.55228475 0-1 .4477153-1 1v8c0 .5522847.44771525 1 1 1 .5522847 0 1-.4477153 1-1v-8c0-.5522847-.4477153-1-1-1zm16-2h-8c-.5522847 0-1 .4477153-1 1s.4477153 1 1 1h8c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1zm-3-5h-5c-.5522847 0-1 .4477153-1 1s.4477153 1 1 1h5c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1z\" fill=\"currentColor\"/></g></svg></li><li title=\"ux o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m27 0c2.7614237 0 5 2.23857625 5 5v22c0 2.7614237-2.2385763 5-5 5h-21c-3.23839694 0-5.87757176-2.5655749-5.99586153-5.7750617l-.00413847-.2249383v-8c0-3.2383969 2.56557489-5.8775718 5.77506174-5.9958615l.22493826-.0041385h6v-7c0-2.76142375 2.2385763-5 5-5zm-15 14h-6c-2.14219539 0-3.89107888 1.6839685-3.99510469 3.8003597l-.00489531.1996403v8c0 2.1421954 1.68396847 3.8910789 3.80035966 3.9951047l.19964034.0048953 7.0005351.0011995c-.6282342-.835866-1.0005351-1.875055-1.0005351-3.0011995zm5.0856015-11.99929704-.0856015-.00070296c-1.5976809 0-2.9036609 1.24891996-2.9949073 2.82372721l-.0050927.17627279v22c0 1.5976809 1.24892 2.9036609 2.8237272 2.9949073l.1762728.0050927h10c1.5976809 0 2.9036609-1.24892 2.9949073-2.8237272l.0050927-.1762728v-22c0-1.59768088-1.24892-2.90366088-2.8237272-2.99490731l-.1762728-.00509269-.0856015.00070296c-.2061166.58222896-.7615518.99929704-1.4143985.99929704h-7c-.6528467 0-1.2082819-.41706808-1.4143985-.99929704zm8.9143985 12.99929704c.5522847 0 1 .4477153 1 1s-.4477153 1-1 1h-8c-.5522847 0-1-.4477153-1-1s.4477153-1 1-1zm-3-5c.5522847 0 1 .4477153 1 1s-.4477153 1-1 1h-5c-.5522847 0-1-.4477153-1-1s.4477153-1 1-1z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"ux sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m32 0v32h-32v-20h12v-12zm-21 17h-2v10h2zm16-2h-10v2h10zm-3-5h-7v2h7z\" fill=\"currentColor\"/></g></svg></li><li title=\"ux so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m32 0v32h-32v-20h12v-12zm-15 2h-3v28h16v-28h-3v1h-10zm-14.99909048 11.9990905v16l9.99909048-.0000905v-15.999zm24.99909048 1.0009095v2h-10v-2zm-3-5v2h-7v-2z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"verticalub o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m12.2300776 17.5932233c.3905242.3905243.3905242 1.0236893 0 1.4142136l-2.56401442 2.5638932 15.44269402.0005729c.5522848 0 1 .4477152 1 1 0 .5522847-.4477152 1-1 1l-15.42869402-.0005729 2.55001442 2.5503203c.3905242.3905243.3905242 1.0236893 0 1.4142136-.3905243.3905243-1.0236893.3905243-1.4142136 0l-4.2426407-4.2426407c-.18024198-.180242-.27729535-.4121707-.29116012-.6480754v-.1612085c.01386477-.2359047.11091814-.4678334.29116012-.6480754l4.2426407-4.2426407c.3905243-.3905243 1.0236893-.3905243 1.4142136 0zm8.932233-13.11421356 4.2426407 4.24264069c.180242.18024198.2772953.41217073.2911601.64807539v.16120853c-.0138648.23590466-.1109181.46783341-.2911601.64807535l-4.2426407 4.2426407c-.3905243.3905243-1.0236893.3905243-1.4142136 0s-.3905243-1.0236892 0-1.4142135l2.5640144-2.5638933-15.41822792-.0005728c-.55228475 0-1-.44771528-1-1.00000003s.44771525-1 1-1l15.40422792.00057288-2.5500144-2.55032035c-.3905243-.39052429-.3905243-1.02368927 0-1.41421356s1.0236893-.39052429 1.4142136 0z\" fill=\"#000\" transform=\"matrix(0 1 -1 0 32.008757 .006117)\"/></g></svg></li><li title=\"verticalub so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m11.5352038 16.8738835 1.4142136 1.4142135-3.27106783 3.2707865 16.44264073.0007864v2l-16.42864073-.0007864 3.25706783 3.2576407-1.4142136 1.4142135-5.65685423-5.6568542.022-.022-.022-.0211458zm8.9322331-13.11421359 5.6568542 5.65685425-.022.022.022.02114575-5.6568542 5.65685429-1.4142136-1.4142136 3.2710678-3.2707864-16.41817458-.0007865v-1.99999997l16.40417458.00078643-3.2570678-3.25764068z\" fill=\"#000\" transform=\"matrix(0 1 -1 0 31.996524 -.006116)\"/></g></svg></li><li title=\"vidicon f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m15 3c2.7614237 0 5 2.23857625 5 5 0 1.12614453-.3723009 2.1653335-1.0005351 3.0011995l.0005351-.0011995c2.209139 0 4 1.790861 4 4v.2l3-2.7c1.2298343-1.1068509 3.124092-1.0071531 4.2309428.2226812.4951041.5501156.7690572 1.264026.7690572 2.0041308v10.546376c0 1.6545728-1.3412963 2.9958692-2.9958692 2.9958692-.7401048 0-1.4540152-.2739532-2.0041308-.7690572l-3-2.701v.201c0 2.209139-1.790861 4-4 4h-14c-2.209139 0-4-1.790861-4-4v-10c0-2.0574002 1.55329281-3.7520093 3.55114844-3.9750976-.3505779-.5931313-.55114844-1.28559395-.55114844-2.0249024 0-2.209139 1.790861-4 4-4 .93675816 0 1.79830662.32201104 2.4799923.86138007.8000863-1.6910686 2.5233766-2.86138007 4.5200077-2.86138007z\" fill=\"currentColor\"/></g></svg></li><li title=\"vidicon o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m15 3c2.7614237 0 5 2.23857625 5 5 0 1.1654819-.3987648 2.2378273-1.0673015 3.0880432 1.9599789.3687767 3.5155359 1.881996 3.947464 3.8188959l2.4019371-2.4780849c1.2796815-1.3196716 3.3868735-1.3520899 4.706545-.0724084.646476.6268858 1.0113554 1.4889674 1.0113554 2.3894767v10.508155c0 1.8382377-1.4901861 3.3284237-3.3284237 3.3284237-.9005093 0-1.7625909-.3648794-2.3894767-1.0113554l-2.4019371-2.4780849c-.4985637 2.2357152-2.4941955 3.9069391-4.8801625 3.9069391h-12c-2.76142375 0-5-2.2385763-5-5v-8c0-2.2934351 1.54411161-4.2262236 3.64943598-4.8154667-.41083052-.6275303-.64943598-1.37816714-.64943598-2.1845333 0-2.209139 1.790861-4 4-4 .93675816 0 1.79830662.32201104 2.4799923.86138007.8000863-1.6910686 2.5233766-2.86138007 4.5200077-2.86138007zm3 10h-12c-1.65685425 0-3 1.3431458-3 3v8c0 1.6568542 1.34314575 3 3 3h12c1.6568542 0 3-1.3431458 3-3v-8c0-1.6568542-1.3431458-3-3-3zm10.487013.697078c-.5280278-.4115629-1.2924219-.3675194-1.7691126.1240678l-3.1537012 3.2522544c-.3618425.37315-.5641992.8725119-.5641992 1.3922917v3.0686162c0 .5197798.2023567 1.0191417.5641992 1.3922917l3.1537012 3.2522544c.2501995.2580182.5942692.403647.9536759.403647.7336681 0 1.3284237-.5947555 1.3284237-1.3284237v-10.508155c0-.3594068-.1456288-.7034764-.4036471-.9536759zm-13.487013-8.697078c-1.6568542 0-3 1.34314575-3 3s1.3431458 3 3 3 3-1.34314575 3-3-1.3431458-3-3-3zm-7 2c-1.1045695 0-2 .8954305-2 2s.8954305 2 2 2 2-.8954305 2-2-.8954305-2-2-2z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"vidicon sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m20 3v8h3v4.8l8-4.8v18l-8-4.8v4.8h-22v-18h3v-6h6v-2z\" fill=\"currentColor\"/></g></svg></li><li title=\"vidicon so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m20 3v8h3v4.654l8-4.3329453v17.3578906l-8-4.3339453v4.655h-22v-18h3v-6h6v-2zm1 10h-18v14h18zm8 1.678-6 3.25v4.143l6 3.25zm-19-7.678h-4v4h4zm8-2h-6v6h6z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"washer f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m24 0c3.3137085 0 6 2.6862915 6 6v20c0 3.3137085-2.6862915 6-6 6h-16c-3.3137085 0-6-2.6862915-6-6v-20c0-3.3137085 2.6862915-6 6-6zm-8 9c-4.9705627 0-9 4.0294373-9 9s4.0294373 9 9 9 9-4.0294373 9-9-4.0294373-9-9-9zm1.6145474 10.2580257c1.7701998-1.0100559 3.0826333-1.1144306 5.2488829.12484-.6419413 3.2036693-3.4708383 5.6171343-6.8634303 5.6171343-2.9262149 0-5.4330637-1.7955197-6.47752849-4.3444595 2.91040679.7072109 4.91192989.406832 6.95769559-.7269692.0713419-.039539.1430451-.0803846.2204777-.1255278zm-1.6145474-8.2580257c3.5889166 0 6.5470101 2.700875 6.9511 6.1799755-2.4796545-1.145507-4.3655769-.8323986-6.5625356.4780065l-.7873741.4703852-.284502.1554328c-1.7371374.9089865-3.4095511 1.041003-6.30286883.1596566-.00916719-.1466407-.01381947-.2945053-.01381947-.4434566 0-3.8659932 3.1340068-7 7-7zm8-6h-2c-.5522847 0-1 .44771525-1 1s.4477153 1 1 1h2c.5522847 0 1-.44771525 1-1s-.4477153-1-1-1z\" fill=\"currentColor\"/></g></svg></li><li title=\"washer o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m23 0c3.8659932 0 7 3.13400675 7 7v18c0 3.8659932-3.1340068 7-7 7h-14c-3.86599325 0-7-3.1340068-7-7v-18c0-3.86599325 3.13400675-7 7-7zm0 2h-14c-2.76142375 0-5 2.23857625-5 5v18c0 2.7614237 2.23857625 5 5 5h14c2.7614237 0 5-2.2385763 5-5v-18c0-2.76142375-2.2385763-5-5-5zm-7 7c4.9705627 0 9 4.0294373 9 9s-4.0294373 9-9 9-9-4.0294373-9-9 4.0294373-9 9-9zm1.6145474 9.7580257-.9139026.5450178c-.0774326.0451432-.1491358.0859888-.2204777.1255278-2.0921059 1.1594838-4.1379421 1.4473606-7.15688317.6773575.89208657 2.8363159 3.54409407 4.8940712 6.67671607 4.8940712 3.5517436 0 6.4856642-2.6452149 6.9391676-6.0730507-2.210813-1.2857103-3.5333531-1.1910003-5.3246202-.1689236zm-1.6145474-7.7580257c-3.8659932 0-7 3.1340068-7 7l.00155794-.0600144c2.90049846.8852167 4.57535416.7541817 6.31513036-.1561856l.284502-.1554328.7873741-.4703852c2.1721954-1.2956347 4.0403268-1.6163283 6.4789115-.5161863-.6313271-3.2158043-3.4660912-5.6417957-6.8674759-5.6417957zm8-6c.5522847 0 1 .44771525 1 1s-.4477153 1-1 1h-2c-.5522847 0-1-.44771525-1-1s.4477153-1 1-1z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"washer sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m30 0v32h-28v-32zm-14 9c-4.9705627 0-9 4.0294373-9 9s4.0294373 9 9 9 9-4.0294373 9-9-4.0294373-9-9-9zm1.6191294 9.2041076c1.8028097-1.0286627 3.1308322-1.1179687 5.3697664.1935257-.2061325 3.6809901-3.2563521 6.6023667-6.9888958 6.6023667-3.3476181 0-6.14638734-2.3499009-6.83564195-5.4904753 3.10902215.8225426 5.19073375.5454239 7.32039095-.6348714.0713419-.039539.1430452-.0803846.2204777-.1255279zm-1.6191294-7.2041076c3.1779281 0 5.8612392 2.117707 6.7138628 5.0181577-2.361734-1.0160222-4.1957297-.6815703-6.3207164.5859062l-.8778954.5212828c-1.8067047 1.0013091-3.4926776 1.177914-6.48923142.266871.30802618-3.581411 3.31275372-6.3922177 6.97398042-6.3922177zm9-6h-4v2h4z\" fill=\"currentColor\"/></g></svg></li><li title=\"washer so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m30 0v32h-28v-32zm-2 2h-24v28h24zm-12 7c4.9705627 0 9 4.0294373 9 9s-4.0294373 9-9 9-9-4.0294373-9-9 4.0294373-9 9-9zm1.6191294 9.2041076-.9139027.5450178c-.0774325.0451433-.1491358.0859889-.2204777.1255279-2.1296572 1.1802953-4.2113688 1.457414-7.32039095.6348714.68925461 3.1405744 3.48802385 5.4904753 6.83564195 5.4904753 3.7325437 0 6.7827633-2.9213766 6.9888958-6.6023667-2.2389342-1.3114944-3.5669567-1.2221884-5.3697664-.1935257zm-1.6191294-7.2041076c-3.6612267 0-6.66595424 2.8108067-6.97398042 6.3922177 2.99655382.911043 4.68252672.7344381 6.48923142-.266871l.8778954-.5212828c2.1249867-1.2674765 3.9589824-1.6019284 6.3207164-.5859062-.8526236-2.9004507-3.5359347-5.0181577-6.7138628-5.0181577zm9-6v2h-4v-2z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"wechat f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm2.8903377 13.5622942c2.7035551 0 5.1096623 1.9824369 5.1096623 4.4143798 0 1.3715697-.899922 2.5875411-2.1067647 3.5038419l.4509082 1.5194841-1.6501727-.9143798c-.5986849.1536773-1.2049482.3054336-1.8036331.3054336-2.8626992 0-5.1172406-1.978595-5.1172406-4.4143798 0-2.4319429 2.2545414-4.4143798 5.1172406-4.4143798zm-5.8731751-4.5622942c2.9574278 0 5.5492032 1.8191548 6.0702106 4.2722283-.1913518-.0230516-.3845982-.0364983-.5797392-.0364983-2.8570155 0-5.115346 2.1572448-5.115346 4.8139407 0 .4418222.0682046.8682766.1856681 1.2755214-.1856681.0134468-.3713362.0230516-.5607935.0230516-.7502508 0-1.3546194-.1536773-2.1086593-.3054336l-2.10297561 1.0661361.60247409-1.8287596c-1.50618522-1.0642151-2.40800178-2.4357848-2.40800178-4.1070252 0-2.8929748 2.70923883-5.1731614 6.0171626-5.1731614zm4.2135295 6.998079c-.2993425 0-.6024741.3054336-.6024741.6089462 0 .3073546.3031316.6089463.6024741.6089463.4546974 0 .7521453-.3015917.7521453-.6089463 0-.3035126-.2974479-.6089462-.7521453-.6089462zm3.3098183 0c-.2974479 0-.5967904.3054336-.5967904.6089462 0 .3073546.2993425.6089463.5967904.6089463.4509083 0 .7521453-.3015917.7521453-.6089463 0-.3035126-.301237-.6089462-.7521453-.6089462zm-5.2669118-4.4105378c-.4528029 0-.9037112.3015916-.9037112.7587815 0 .455269.4528029.7607025.9037112.7607025.4528028 0 .7521453-.3054335.7521453-.7607025 0-.4571899-.2993425-.7587815-.7521453-.7587815zm-4.2116349 0c-.4528029 0-.9075003.3015916-.9075003.7587815 0 .455269.456592.7607025.9075003.7607025.4528028 0 .7521453-.3073545.7502597-.7607025 0-.4571899-.2993515-.7587815-.7502597-.7587815z\" fill=\"currentColor\"/></g></svg></li><li title=\"wechat o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m11.1193503 8.98884181c0 .97457627-.7909605 1.76553669-1.76553674 1.76553669-.97457627 0-1.76553672-.79096042-1.76553672-1.76553669s.79096045-1.76553673 1.76553672-1.76553673c.97457624 0 1.76553674.79096046 1.76553674 1.76553673zm7.1327683 1.76553669c.9745763 0 1.7655368-.79096042 1.7655368-1.76553669s-.7909605-1.76553673-1.7655368-1.76553673c-.9745762 0-1.7655367.79096046-1.7655367 1.76553673s.7909605 1.76553669 1.7655367 1.76553669zm10.6603108 17.1327684.3990113 3.8665254-3.5310735-1.8891243c-1.3629943.5649718-2.8813559.8792373-4.4879943.8792373-4.9823447 0-9.1596045-3.0367232-10.289548-7.1292373-.960452-.1694915-1.88559326-.4272599-2.76129948-.7591808l-4.00423728 2.1433616.42725988-4.1172316c-2.83898305-2.1680791-4.63276836-5.3319209-4.63276836-8.8524012 0-6.53248583 6.16525424-11.829096 13.77118644-11.829096s13.7711864 5.29661017 13.7711864 11.829096c0 .5861582-.049435 1.1617232-.144774 1.726695 2.7012712 1.6949152 4.4597458 4.4809322 4.4597458 7.6306497 0 2.5247175-1.1334746 4.8199152-2.9766949 6.5007062zm-20.0423729-6.684322c.60028248.2259887 1.2146893.4096045 1.8396893.5508474-.0070622-.1235876-.0105933-.2436441-.0105933-.3672316 0-5.1694915 4.7422317-9.3573447 10.5932204-9.3573447 1.5960452 0 3.1108757.3107345 4.4668079.8721752.0282486-.286017.0459039-.5790961.0459039-.8721752 0-5.54731634-5.384887-10.06355928-12.0056497-10.06355928-6.62076268 0-12.00564969 4.51624294-12.00564969 10.06355928 0 1.4265537.34957627 2.8072034 1.04166667 4.1031074.68149717 1.2747175 1.65607344 2.4011299 2.8990113 3.3474576l.78742938.6002825-.10240113.9851695-.08474577.8086158 1.06991526-.5720339.70974576-.3778248zm18.3545198-7.5706215c.0670904.0388418.1341808.0812147.2012712.1235876-.0670904-.0423729-.1341808-.0847458-.2012712-.1235876zm-.2012712-.1200565c.0321428.03125.0678571.06875.1.1-.0357143-.03125-.0678572-.06875-.1-.1zm-.2048023-.1129944c.0333334.03.0666667.07.1.1-.0333333-.03-.0666666-.07-.1-.1zm-.2048022-.0965254c.0363636.02.0636363.04.1.06-.0363637-.02-.0727273-.04-.1-.06zm-.1953955-.0926977.06.03zm-.1989266-.0924012c.01 0 .01.01.02.01 0-.01-.01-.01-.02-.01zm3.9042091 8.2689125c0-4.1878531-3.9583334-7.5918079-8.8276836-7.5918079-4.8693503 0-8.8276837 3.4039548-8.8276837 7.5918079s3.9583334 7.5918079 8.8276837 7.5918079c1.3347457 0 2.6165254-.2507062 3.8100282-.7450565l.7733051-.3177966.7379943.3954802.5967515.3213277-.0564972-.5579096-.0918079-.8862994.6567796-.6002825c1.5466102-1.4194916 2.40113-3.266243 2.40113-5.2012712zm-12.2175142-3.3050848c-.7803672 0-1.4124293.6320622-1.4124293 1.4124294s.6320621 1.4124294 1.4124293 1.4124294c.7803673 0 1.4124294-.6320622 1.4124294-1.4124294s-.6320621-1.4124294-1.4124294-1.4124294zm6.7796611 0c-.7803673 0-1.4124294.6320622-1.4124294 1.4124294s.6320621 1.4124294 1.4124294 1.4124294c.7803672 0 1.4124293-.6320622 1.4124293-1.4124294s-.6320621-1.4124294-1.4124293-1.4124294z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"wfile f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m19.120106 0c1.8257724 0 3.5522076.83131873 4.6906771 2.25867017l4.8798939 6.11814718c.847677 1.06277155 1.309323 2.38190365 1.309323 3.74132985v13.8818528c0 3.3137085-2.6862915 6-6 6h-16c-3.3137085 0-6-2.6862915-6-6v-20c0-3.3137085 2.6862915-6 6-6zm-5.2540806 21.0980762 2.1338076-3.6963448 2.1341416 3.6963448c.0040669.0070441.0082066.01402.0121331.0208121.0128314.0210798.0264724.0417291.0414558.0623632l.0241643.0325816c.0138689.017767.0283845.0351155.0440527.0524827.0119721.0133604.0242582.0263438.0367698.0388752l.0399369.0378467c.0146214.0131062.0295845.0257358.0449592.0377876l.0485536.0361747.047.03-.0362611-.0225894.0098635.006848.0246537.0158309.0287439.0170121c.00657.0037932.0131651.0075033.0194476.0111064.017707.0096792.0356815.0188085.0544503.0276044l.0436887.0193094c.0178209.0073601.0358411.0142017.0547495.0209435.0196295.0068307.0393786.0130138.0586724.0181538.013259.0037021.0265934.007132.0402806.0106224.0232395.0054677.0465783.0100734.0701165.0136106l.0279526.0043177c.027056.0035533.0541624.0059795.0805287.0071692.0026667.0001363.0053345.000262.0080031.000377l.0923339-.0002905c.0268114-.0013261.0536393-.0037388.0803295-.0074572l.0281851-.0038979c.0233941-.0037555.0467329-.0083612.0702589-.0141641l.0394471-.0098844c.0181437-.0050687.0362107-.0106728.0543363-.0170574.0218286-.0074344.0434109-.0156227.0649203-.0245882l.0432989-.0209763.059-.03-.0084293.0056506.0184293-.010549.0267648-.0157852c.0190178-.0117594.0376785-.0241819.0564105-.0378037.010214-.0073133.0202545-.0147922.0296152-.0218577.0206166-.0159682.0406755-.0328033.0602491-.0506887l.0340752-.0324404c.011162-.0111708.0220913-.022642.0329746-.0345414.0176861-.0194423.0345212-.0395012.0499162-.0596133l.0229773-.0305862c.0130754-.0182655.0254979-.0369262.0372573-.055944l.0097598-.016841.0060254-.0099238 3.5-6.0621778c.2761424-.4782926.1122672-1.089883-.3660254-1.3660254s-1.089883-.1122672-1.3660254.3660254l-2.6341416 4.561833-2.1338076-3.6958076c-.0056356-.0097611-.0114108-.0193912-.0170121-.0287439l-.0332515-.0497591c-.0106522-.0150582-.0216626-.0297434-.0329181-.0441453-.0121465-.0152801-.0247761-.0302431-.0377616-.0446274l-.0378972-.0401035c-.0126015-.0125822-.0255849-.0248683-.0394204-.0373567-.0168921-.0151518-.0342406-.0296674-.0513717-.0428614l-.0573928-.0413265.0237088.0159409c-.0100838-.0072185-.020288-.014238-.0306063-.0210568l-.0301025-.0188841-.0011879-.0009685-.0208121-.0121331c-.0042298-.0024421-.00847-.0048498-.0123318-.007179-.0216079-.0120408-.0436232-.0232575-.0658629-.0335489-.0139362-.0065023-.0279594-.0126558-.0424399-.0185453-.0160728-.0065764-.0323061-.0127319-.0486802-.0186337-.0206239-.0072512-.0413816-.0137861-.0617905-.0192376-.0171764-.0047941-.0344794-.0091313-.0521441-.0133314-.0156256-.003473-.0312926-.0065583-.047025-.0090157-.0255808-.0044197-.0513497-.0078513-.0772696-.0104427l-.0321823-.002332c-.0199101-.0012206-.0398798-.0018479-.0602857-.0018748-.0200739.000019-.0401153.000643-.0593429.0017109-.011704.0006865-.0234098.0015805-.0356543.0029002-.0250447.0024116-.0499685.0057626-.0747537.0097947-.0156951.0027011-.0313621.0057864-.0472427.0095844-.0174424.0038824-.0347777.0082286-.0514389.0126306-.0228956.0063962-.0456691.013645-.06889.0221389l-.0364351.0137505-.0612304.0267325-.02.01.0174861-.0083343-.020385.0101176-.0297693.0159361-.0361231.0211327-.0537444.0356265c-.0168337.0118785-.0332025.0242042-.0490313.0367328l-.0358695.0303336c-.0154112.0135943-.0303298.0276031-.0449427.0421939-.0143964.0144186-.0284053.0293371-.0421313.0447824l-.0299834.0357674-.0415061.0547113-.0038433.0064764-.0096044.0139628-.0176239.0276933-.0059284.0088675-.0080254.0149238-2.1341416 3.6958076-2.6338076-4.561833c-.2761424-.4782926-.88773278-.6421678-1.3660254-.3660254s-.64216778.8877328-.3660254 1.3660254l3.5 6.0621778c.0040669.0070441.0082066.01402.0121331.0208121.0128314.0210798.0264724.0417291.0414558.0623632l.0241643.0325816c.0138689.017767.0283845.0351155.0440527.0524827.0119721.0133604.0242582.0263438.0367698.0388752l.0399369.0378467c.0146214.0131062.0295845.0257358.0449592.0377876l.0485536.0361747.047.03-.0362611-.0225894.0098635.006848.0246537.0158309.0287439.0170121c.00657.0037932.0131651.0075033.0194476.0111064.017707.0096792.0356815.0188085.0544503.0276044l.0436887.0193094c.0178209.0073601.0358411.0142017.0547495.0209435.0196295.0068307.0393786.0130138.0586724.0181538.013259.0037021.0265934.007132.0402806.0106224.0232395.0054677.0465783.0100734.0701165.0136106l.0279526.0043177c.027056.0035533.0541624.0059795.0885318.0075462l.0923339-.0002905c.0268114-.0013261.0536393-.0037388.0803295-.0074572l.0281851-.0038979c.0233941-.0037555.0467329-.0083612.0702589-.0141641l.0394471-.0098844c.0181437-.0050687.0362107-.0106728.0543363-.0170574.0218286-.0074344.0434109-.0156227.0649203-.0245882l.0432989-.0209763.059-.03-.0084293.0056506.0184293-.010549c.0102139-.005897.0202844-.011947.0297325-.0176274.0179922-.0112126.0356618-.0230205.0534428-.0359615.010214-.0073133.0202545-.0147922.0296152-.0218577.0206166-.0159682.0406755-.0328033.0602491-.0506887l.0340752-.0324404c.011162-.0111708.0220913-.022642.0329746-.0345414.0176861-.0194423.0345212-.0395012.0499162-.0596133l.0229773-.0305862c.0130754-.0182655.0254979-.0369262.0372573-.055944l.0097598-.016841z\" fill=\"currentColor\"/></g></svg></li><li title=\"wfile o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m19.120106 0c1.8257724 0 3.5522076.83131873 4.6906771 2.25867017l4.8798939 6.11814718c.847677 1.06277155 1.309323 2.38190365 1.309323 3.74132985v13.8818528c0 3.3137085-2.6862915 6-6 6h-16c-3.3137085 0-6-2.6862915-6-6v-20c0-3.3137085 2.6862915-6 6-6zm0 2h-11.120106c-2.14219539 0-3.89107888 1.68396847-3.99510469 3.80035966l-.00489531.19964034v20c0 2.1421954 1.68396847 3.8910789 3.80035966 3.9951047l.19964034.0048953h16c2.1421954 0 3.8910789-1.6839685 3.9951047-3.8003597l.0048953-.1996403v-13.8818528c0-.8238947-.2543504-1.6255887-.7251774-2.29685957l-.1477046-.19736034-4.8798939-6.11814718c-.7115434-.89209465-1.767598-1.43495138-2.8997521-1.49932373zm.7301342 19.124841c-.0117594.0190178-.0241819.0376785-.0372573.055944l-.0229773.0305862c-.015395.0201121-.0322301.040171-.0499162.0596133-.0108833.0118994-.0218126.0233706-.0329746.0345414l-.0340752.0324404c-.0195736.0178854-.0396325.0347205-.0602491.0506887-.0093607.0070655-.0194012.0145444-.0296152.0218577-.018732.0136218-.0373927.0260443-.0564105.0378037l-.0267648.0157852-.0184293.010549.0084293-.0056506-.059.03-.0432989.0209763c-.0215094.0089655-.0430917.0171538-.0649203.0245882-.0181256.0063846-.0361926.0119887-.0543363.0170574l-.0394471.0098844c-.023526.0058029-.0468648.0104086-.0702589.0141641l-.0281851.0038979c-.0266902.0037184-.0535181.0061311-.0803295.0074572l-.0923339.0002905c-.0026686-.000115-.0053364-.0002407-.0080031-.000377-.0263663-.0011897-.0534727-.0036159-.0805287-.0071692l-.0279526-.0043177c-.0235382-.0035372-.046877-.0081429-.0701165-.0136106-.0136872-.0034904-.0270216-.0069203-.0402806-.0106224-.0192938-.00514-.0390429-.0113231-.0586724-.0181538-.0189084-.0067418-.0369286-.0135834-.0547495-.0209435l-.0436887-.0193094c-.0187688-.0087959-.0367433-.0179252-.0544503-.0276044-.0062825-.0036031-.0128776-.0073132-.0194476-.0111064l-.0287439-.0170121-.0246537-.0158309-.0098635-.006848.0362611.0225894-.047-.03-.0485536-.0361747c-.0153747-.0120518-.0303378-.0246814-.0449592-.0377876l-.0399369-.0378467c-.0125116-.0125314-.0247977-.0255148-.0367698-.0388752-.0156682-.0173672-.0301838-.0347157-.0440527-.0524827l-.0241643-.0325816c-.0149834-.0206341-.0286244-.0412834-.0414558-.0623632-.0039265-.0067921-.0080662-.013768-.0121331-.0208121l-2.1341416-3.6963448-2.1338076 3.6963448-.0060254.0099238-.0097598.016841c-.0117594.0190178-.0241819.0376785-.0372573.055944l-.0229773.0305862c-.015395.0201121-.0322301.040171-.0499162.0596133-.0108833.0118994-.0218126.0233706-.0329746.0345414l-.0340752.0324404c-.0195736.0178854-.0396325.0347205-.0602491.0506887-.0093607.0070655-.0194012.0145444-.0296152.0218577-.017781.012941-.0354506.0247489-.0534428.0359615-.0094481.0056804-.0195186.0117304-.0297325.0176274l-.0184293.010549.0084293-.0056506-.059.03-.0432989.0209763c-.0215094.0089655-.0430917.0171538-.0649203.0245882-.0181256.0063846-.0361926.0119887-.0543363.0170574l-.0394471.0098844c-.023526.0058029-.0468648.0104086-.0702589.0141641l-.0281851.0038979c-.0266902.0037184-.0535181.0061311-.0803295.0074572l-.0923339.0002905c-.0343694-.0015667-.0614758-.0039929-.0885318-.0075462l-.0279526-.0043177c-.0235382-.0035372-.046877-.0081429-.0701165-.0136106-.0136872-.0034904-.0270216-.0069203-.0402806-.0106224-.0192938-.00514-.0390429-.0113231-.0586724-.0181538-.0189084-.0067418-.0369286-.0135834-.0547495-.0209435l-.0436887-.0193094c-.0187688-.0087959-.0367433-.0179252-.0544503-.0276044-.0062825-.0036031-.0128776-.0073132-.0194476-.0111064l-.0287439-.0170121-.0246537-.0158309-.0098635-.006848.0362611.0225894-.047-.03-.0485536-.0361747c-.0153747-.0120518-.0303378-.0246814-.0449592-.0377876l-.0399369-.0378467c-.0125116-.0125314-.0247977-.0255148-.0367698-.0388752-.0156682-.0173672-.0301838-.0347157-.0440527-.0524827l-.0241643-.0325816c-.0149834-.0206341-.0286244-.0412834-.0414558-.0623632-.0039265-.0067921-.0080662-.013768-.0121331-.0208121l-3.5-6.0621778c-.27614238-.4782926-.11226722-1.089883.3660254-1.3660254s1.089883-.1122672 1.3660254.3660254l2.6338076 4.561833 2.1341416-3.6958076.0080254-.0149238.0059284-.0088675.0176239-.0276933.0096044-.0139628.0038433-.0064764.0415061-.0547113.0299834-.0357674c.013726-.0154453.0277349-.0303638.0421313-.0447824.0146129-.0145908.0295315-.0285996.0449427-.0421939l.0358695-.0303336c.0158288-.0125286.0321976-.0248543.0490313-.0367328l.0537444-.0356265.0361231-.0211327.0297693-.0159361.020385-.0101176-.0174861.0083343.02-.01.0612304-.0267325.0364351-.0137505c.0232209-.0084939.0459944-.0157427.06889-.0221389.0166612-.004402.0339965-.0087482.0514389-.0126306.0158806-.003798.0315476-.0068833.0472427-.0095844.0247852-.0040321.049709-.0073831.0747537-.0097947.0122445-.0013197.0239503-.0022137.0356543-.0029002.0192276-.0010679.039269-.0016919.0593429-.0017109.0204059.0000269.0403756.0006542.0602857.0018748l.0321823.002332c.0259199.0025914.0516888.006023.0772696.0104427.0157324.0024574.0313994.0055427.047025.0090157.0176647.0042001.0349677.0085373.0521441.0133314.0204089.0054515.0411666.0119864.0617905.0192376.0163741.0059018.0326074.0120573.0486802.0186337.0144805.0058895.0285037.012043.0424399.0185453.0222397.0102914.044255.0215081.0658629.0335489.0038618.0023292.008102.0047369.0123318.007179l.0208121.0121331.0011879.0009685.0301025.0188841c.0103183.0068188.0205225.0138383.0306063.0210568l-.0237088-.0159409.0573928.0413265c.0171311.013194.0344796.0277096.0513717.0428614.0138355.0124884.0268189.0247745.0394204.0373567l.0378972.0401035c.0129855.0143843.0256151.0293473.0377616.0446274.0112555.0144019.0222659.0290871.0329181.0441453l.0332515.0497591c.0056013.0093527.0113765.0189828.0170121.0287439l2.1338076 3.6958076 2.6341416-4.561833c.2761424-.4782926.8877328-.6421678 1.3660254-.3660254s.6421678.8877328.3660254 1.3660254l-3.5 6.0621778-.0060254.0099238z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"wfile sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22.0092457 0 7.9907543 10.0183757v21.9816243h-28v-32zm1.6623233 13.7545981h-2.2793886l-2.3724482 4.577-2.0347442-4.0665624h-1.9957191l-1.9835367 3.9975624-2.4489979-4.4557366h-2.2830021l3.7784823 7.1496021 1.8930007.0061562.000517-.0050217 2.051-3.781 2.033 3.739.0258208.04868 1.8872029.000897.0309763-.059577.1791606-.3106529-.0091606-.0183471z\" fill=\"currentColor\"/></g></svg></li><li title=\"wfile so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m22.0092457 0 7.9907543 10.0183757v21.9816243h-28v-32zm-.9632457 2h-17.046v28h24v-19.282zm2.625569 11.7545981-3.5278368 6.822.0091606.0183471-.1791606.3106529-.0309763.059577-1.8872029-.000897-.0258208-.04868-2.033-3.739-2.051 3.781-.000517.0050217-1.8930007-.0061562-3.7784823-7.1496021h2.2830021l2.4489979 4.4557366 1.9835367-3.9975624h1.9957191l2.0347442 4.0665624 2.3724482-4.577z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"wifi f \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm0 20.5c-.8284271 0-1.5.6715729-1.5 1.5s.6715729 1.5 1.5 1.5 1.5-.6715729 1.5-1.5-.6715729-1.5-1.5-1.5zm0-4.03c-1.7187483 0-3.304503 1.0532247-3.9796071 2.616395-.2189726.5070201.0145362 1.0955535.5215563 1.3145261.5070202.2189726 1.0955536-.0145362 1.3145262-.5215563l.0733509-.1532555c.395304-.7503571 1.2105033-1.2561093 2.0701737-1.2561093.916582 0 1.7781721.5707955 2.1405645 1.4025409.2206014.5063136.8098824.7379291 1.316196.5173277.5063136-.2206013.7379292-.8098824.5173278-1.316196-.6786144-1.5575227-2.2577305-2.6036726-3.9740883-2.6036726zm.0036952-3.74c-2.4837175 0-5.2195951 1.6587984-6.24736551 3.9194655-.2285729.5027652-.00629609 1.0956319.49646911 1.3242048.5027653.2285729 1.095632.0062961 1.3242048-.4964691.6940987-1.5267281 2.7070407-2.7472012 4.4266916-2.7472012 1.718258 0 3.7226246 1.212066 4.4206832 2.7340434.2302444.502002.8238473.722305 1.3258493.4920606.5020019-.2302444.722305-.8238474.4920606-1.3258493-1.0329854-2.2522184-3.7583064-3.9002547-6.2385931-3.9002547zm.0018476-3.73c-3.5677545 0-7.27639649 2.2129034-8.88089348 5.1178274-.26702336.4834428-.09158071 1.0918159.39186212 1.3588393.48344284.2670233 1.09181589.0915807 1.35883924-.3918622 1.25426942-2.2708409 4.29432162-4.0848045 7.13019212-4.0848045 2.8357492 0 5.8876757 1.8147628 7.1174784 4.059187.2653888.484342.8731658.6618386 1.3575078.3964498s.6618387-.8731658.3964498-1.3575078c-1.5802166-2.8839397-5.3038676-5.098129-8.871436-5.098129z\" fill=\"currentColor\"/></g></svg></li><li title=\"wifi o \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 22.3333333c1.2886644 0 2.3333333 1.044669 2.3333333 2.3333334s-1.0446689 2.3333333-2.3333333 2.3333333-2.3333333-1.0446689-2.3333333-2.3333333 1.0446689-2.3333334 2.3333333-2.3333334zm0-5.6666666c2.7037102 0 5.1980912 1.6525044 6.2670831 4.1060026.2206013.5063136-.0110142 1.0955947-.5173278 1.3161961-.5063136.2206013-1.0955946-.0110142-1.316196-.5173278-.7527699-1.7277209-2.5296249-2.9048709-4.4335593-2.9048709-1.9053805 0-3.6913159 1.1861805-4.439699 2.9190246-.2189726.5070202-.807506.7405289-1.3145261.5215564-.50702023-.2189726-.74052896-.807506-.52155639-1.3145262 1.06332789-2.4620833 3.56863439-4.1260548 6.27578149-4.1260548zm.0064666-5.8333334c4.054741 0 8.5536949 2.7205747 10.2358217 6.3881165.2302444.5020019.0099413 1.0956049-.4920606 1.3258493-.502002.2302444-1.0956049.0099414-1.3258493-.4920606-1.3472-2.9373008-5.1251995-5.2219052-8.4179118-5.2219052-3.2959141 0-7.08966346 2.3001999-8.42946295 5.2472012-.22857289.5027652-.82143958.725042-1.32420482.4964691-.50276523-.2285728-.72504204-.8214395-.49646914-1.3242048 1.67347124-3.6809402 6.19015621-6.4194655 10.25013691-6.4194655zm.0032333-5.8333333c5.9688124 0 12.233305 3.72504638 14.8672789 8.5321224.2653889.4843421.0878922 1.092119-.3964498 1.3575079-.484342.2653888-1.092119.0878922-1.3575078-.3964499-2.2835599-4.1675606-7.876328-7.4931804-13.1133213-7.4931804-5.2372298 0-10.80804241 3.3240388-13.13434922 7.5357915-.26702335.4834428-.8753964.6588855-1.35883924.3918621-.48344283-.2670233-.65888548-.8753964-.39186212-1.3588392 2.6765344-4.84583593 8.91593678-8.5688144 14.88505058-8.5688144z\" fill=\"#000\" fill-rule=\"nonzero\"/></g></svg></li><li title=\"wifi sf \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 0c8.836556 0 16 7.163444 16 16s-7.163444 16-16 16-16-7.163444-16-16 7.163444-16 16-16zm0 21.22c-.6844555 0-1.2993138.2979808-1.7234575.7706374.5064124.4434945 1.0780922.9441856 1.7234575 1.5094519.5677139-.490293 1.0787362-.9316079 1.5387308-1.3288412l.1940803-.1676764c-.4229015-.4804312-1.0424552-.7835717-1.7328111-.7835717zm0-3.97c-1.7860986 0-3.4585731.9190173-4.4449013 2.3579459.3771224.3300155.8719001.7631295 1.5215763 1.3311037.5946428-1.0162056 1.7268443-1.6890496 2.923325-1.6890496 1.2090784 0 2.3476728.6825906 2.9380331 1.7129216.6529323-.5637906 1.1507075-.9935591 1.5307153-1.321904-.9836795-1.4588833-2.666187-2.3910176-4.4687484-2.3910176zm.00485-4.375c-2.8190321 0-5.9099161 1.6990876-7.44936317 4.1111606.84848432.7433617 1.29399897 1.1334508 1.52657877 1.3379628 1.0884236-1.954628 3.6749367-3.4491234 5.9227844-3.4491234 2.266463 0 4.8692648 1.5117094 5.9417109 3.4868414.2342943-.2037535.6814779-.5918878 1.5380537-1.3329533-1.5296201-2.4354587-4.6392289-4.1538881-7.4797646-4.1538881zm-.0005701-4.37499959c-4.1581044.00113053-8.47706671 2.35641669-10.76368036 5.58138619.56471932.4949058 1.0669136.935001 1.51211175 1.3254664 1.87654984-2.7831534 5.67773191-4.906853 9.25456361-4.906853 3.608473 0 7.4596757 2.1626252 9.2926192 4.9548265.4488183-.388747.953439-.8257719 1.5231425-1.3188285-2.2522211-3.2417341-6.6241845-5.635998-10.8190186-5.63599747z\" fill=\"currentColor\"/></g></svg></li><li title=\"wifi so \"><svg height=\"32\" viewBox=\"0 0 32 32\" width=\"32\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"m0 0h32v32h-32z\"/><path d=\"m16 23.3333333c.7054971 0 1.3378647.3131046 1.7657251.8079361-.5364679.4639137-1.1239266.9712419-1.7657251 1.5255163-.6383398-.5591127-1.2226122-1.0708429-1.7573994-1.5392067.4304214-.4865055 1.0579721-.7942457 1.7573994-.7942457zm0-5.6666666c2.3048894 0 4.4576506 1.2009433 5.704885 3.0752846-.4130934.3552245-.9166883.7900247-1.5310671 1.3205162-.8551473-1.4455488-2.4631903-2.3958008-4.1738179-2.3958008-1.6939811 0-3.2935514.9375716-4.153541 2.3633155-.6104727-.535199-1.1109102-.9732794-1.5210712-1.3322518 1.2518588-1.8474905 3.3914515-3.0310637 5.6746122-3.0310637zm.0064666-5.8333334c3.6910267 0 7.7501479 2.2543887 9.7175152 5.4253088-.7374102.6387525-1.2199186 1.0573621-1.5362933 1.3321302-1.5123244-2.7101472-5.0642122-4.757439-8.1812219-4.757439-3.0920156 0-6.62217548 2.0244039-8.15333066 4.7080787-.3127146-.2753249-.79333049-.6962176-1.52619224-1.3382492 1.98147431-3.140502 6.0163913-5.3698295 9.6795229-5.3698295zm.0032333-5.8333333c5.4911176 0 11.2324815 3.15266123 14.167125 7.4001118-.5539993.4804544-1.0599156.9185988-1.5234281 1.3200576-2.5144049-3.7988077-7.7353145-6.7201694-12.6436969-6.7201694-4.8664206 0-10.02085911 2.8700013-12.59269965 6.655398-.45802592-.4033711-.96136471-.8444698-1.51080184-1.3259792 2.98225947-4.22806264 8.65545979-7.3294188 14.10350149-7.3294188z\" fill=\"#000\"/></g></svg></li></ul>\n"
  },
  {
    "path": "resources/svg/icons/open-iconic/ICON-LICENSE",
    "content": "The MIT License (MIT)\n\nCopyright (c) 2014 Waybury\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE."
  },
  {
    "path": "resources/svg/icons/open-iconic/README.md",
    "content": "[Open Iconic v1.1.1](http://useiconic.com/open)\n===========\n\n### Open Iconic is the open source sibling of [Iconic](http://useiconic.com). It is a hyper-legible collection of 223 icons with a tiny footprint&mdash;ready to use with Bootstrap and Foundation. [View the collection](http://useiconic.com/open#icons)\n\n\n\n## What's in Open Iconic?\n\n* 223 icons designed to be legible down to 8 pixels\n* Super-light SVG files - 61.8 for the entire set \n* SVG sprite&mdash;the modern replacement for icon fonts\n* Webfont (EOT, OTF, SVG, TTF, WOFF), PNG and WebP formats\n* Webfont stylesheets (including versions for Bootstrap and Foundation) in CSS, LESS, SCSS and Stylus formats\n* PNG and WebP raster images in 8px, 16px, 24px, 32px, 48px and 64px.\n\n\n## Getting Started\n\n#### For code samples and everything else you need to get started with Open Iconic, check out our [Icons](http://useiconic.com/open#icons) and [Reference](http://useiconic.com/open#reference) sections.\n\n### General Usage\n\n#### Using Open Iconic's SVGs\n\nWe like SVGs and we think they're the way to display icons on the web. Since Open Iconic are just basic SVGs, we suggest you display them like you would any other image (don't forget the `alt` attribute).\n\n```\n<img src=\"/open-iconic/svg/icon-name.svg\" alt=\"icon name\">\n```\n\n#### Using Open Iconic's SVG Sprite\n\nOpen Iconic also comes in a SVG sprite which allows you to display all the icons in the set with a single request. It's like an icon font, without being a hack.\n\nAdding an icon from an SVG sprite is a little different than what you're used to, but it's still a piece of cake. *Tip: To make your icons easily style able, we suggest adding a general class to the* `<svg>` *tag and a unique class name for each different icon in the* `<use>` *tag.*  \n\n```\n<svg class=\"icon\">\n  <use xlink:href=\"open-iconic.svg#account-login\" class=\"icon-account-login\"></use>\n</svg>\n```\n\nSizing icons only needs basic CSS. All the icons are in a square format, so just set the `<svg>` tag with equal width and height dimensions.\n\n```\n.icon {\n  width: 16px;\n  height: 16px;\n}\n```\n\nColoring icons is even easier. All you need to do is set the `fill` rule on the `<use>` tag.\n\n```\n.icon-account-login {\n  fill: #f00;\n}\n```\n\nTo learn more about SVG Sprites, read [Chris Coyier's guide](http://css-tricks.com/svg-sprites-use-better-icon-fonts/).\n\n#### Using Open Iconic's Icon Font...\n\n\n##### …with Bootstrap\n\nYou can find our Bootstrap stylesheets in `font/css/open-iconic-bootstrap.{css, less, scss, styl}`\n\n\n```\n<link href=\"/open-iconic/font/css/open-iconic-bootstrap.css\" rel=\"stylesheet\">\n```\n\n\n```\n<span class=\"oi oi-icon-name\" title=\"icon name\" aria-hidden=\"true\"></span>\n```\n\n##### …with Foundation\n\nYou can find our Foundation stylesheets in `font/css/open-iconic-foundation.{css, less, scss, styl}`\n\n```\n<link href=\"/open-iconic/font/css/open-iconic-foundation.css\" rel=\"stylesheet\">\n```\n\n\n```\n<span class=\"fi-icon-name\" title=\"icon name\" aria-hidden=\"true\"></span>\n```\n\n##### …on its own\n\nYou can find our default stylesheets in `font/css/open-iconic.{css, less, scss, styl}`\n\n```\n<link href=\"/open-iconic/font/css/open-iconic.css\" rel=\"stylesheet\">\n```\n\n```\n<span class=\"oi\" data-glyph=\"icon-name\" title=\"icon name\" aria-hidden=\"true\"></span>\n```\n\n\n## License\n\n### Icons\n\nAll code (including SVG markup) is under the [MIT License](http://opensource.org/licenses/MIT).\n\n### Fonts\n\nAll fonts are under the [SIL Licensed](http://scripts.sil.org/cms/scripts/page.php?item_id=OFL_web).\n"
  },
  {
    "path": "resources/svg/icons/open-iconic/index.html",
    "content": "<style>\nul.svg-list {\n\tlist-style:none;\n\tpadding:0;\n\tmargin:10px 0 0;\n}\nul.svg-list li {\n\tdisplay:inline-block;\n\tposition:relative;\n\twidth:32px;\n\theight:32px;\n\tpadding:3px;\n\tmargin-right:5px;\n\tmargin-bottom:5px;\n\tbox-shadow:0px 3px 6px 0px rgba(0, 0, 0, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.08);\n}\n\nul.svg-list li:hover {\n\tbox-shadow:none;//0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 0px rgba(0, 0, 0, 0.15);\n}\n\nul.svg-list li svg{\n\tmax-width:100%;\n\tmax-height:100%;\n\tfill: var(--bs-body-color);\n\tcolor: var(--bs-border-color);\n}\n\nul.svg-list li span {\n\t//display:none;\n}\n\nul.svg-list li.heading {\n\twidth:100%;\n\tbox-shadow:none;\n\ttext-transform: capitalize;\n\tfont-size: 12px;\n\tline-height: 32px;\t\n}\n\nul.svg-list li span {\n  visibility: hidden;\n  min-width: 120px;\n  background-color: black;\n  color: #fff;\n  text-align: center;\n  border-radius: 6px;\n  padding: 5px 0;\n  \n  /* Position the tooltip */\n  position: absolute;\n  z-index: 1;\n  left:0;\n  top: 105%;\n  font-size:12px;\n}\n\nul.svg-list li:hover  span {\n  visibility: visible;\n}\n\nul.svg-list li:hover  svg {\n\ttransform: scale(2);\n\tfill:blue;\n\tcolor:green;\n}\t\n</style>\n<ul class=\"svg-list\"><li title=\"account login \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M3 0v1h4v5h-4v1h5v-7h-5zm1 2v1h-4v1h4v1l2-1.5-2-1.5z\" />\n</svg></li><li title=\"account logout \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M3 0v1h4v5h-4v1h5v-7h-5zm-1 2l-2 1.5 2 1.5v-1h4v-1h-4v-1z\" />\n</svg></li><li title=\"action redo \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M3.5 0c-1.93 0-3.5 1.57-3.5 3.5 0-1.38 1.12-2.5 2.5-2.5s2.5 1.12 2.5 2.5v.5h-1l2 2 2-2h-1v-.5c0-1.93-1.57-3.5-3.5-3.5z\" transform=\"translate(0 1)\" />\n</svg></li><li title=\"action undo \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M4.5 0c-1.93 0-3.5 1.57-3.5 3.5v.5h-1l2 2 2-2h-1v-.5c0-1.38 1.12-2.5 2.5-2.5s2.5 1.12 2.5 2.5c0-1.93-1.57-3.5-3.5-3.5z\" transform=\"translate(0 1)\" />\n</svg></li><li title=\"align center \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M0 0v1h8v-1h-8zm1 2v1h6v-1h-6zm-1 2v1h8v-1h-8zm1 2v1h6v-1h-6z\" />\n</svg></li><li title=\"align left \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M0 0v1h8v-1h-8zm0 2v1h6v-1h-6zm0 2v1h8v-1h-8zm0 2v1h6v-1h-6z\" />\n</svg></li><li title=\"align right \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M0 0v1h8v-1h-8zm2 2v1h6v-1h-6zm-2 2v1h8v-1h-8zm2 2v1h6v-1h-6z\" />\n</svg></li><li title=\"aperture \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M4 0c-.69 0-1.34.19-1.91.5l3.22 2.34.75-2.25c-.6-.36-1.31-.59-2.06-.59zm-2.75 1.13c-.76.73-1.25 1.74-1.25 2.88 0 .25.02.48.06.72l3.09-2.22-1.91-1.38zm5.63.13l-1.22 3.75h2.19c.08-.32.16-.65.16-1 0-1.07-.44-2.03-1.13-2.75zm-4.72 3.22l-1.75 1.25c.55 1.13 1.6 1.99 2.88 2.22l-1.13-3.47zm1.56 1.53l.63 1.97c1.33-.12 2.46-.88 3.09-1.97h-3.72z\"\n  />\n</svg></li><li title=\"arrow bottom \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M2 0v5h-2l2.53 3 2.47-3h-2v-5h-1z\" transform=\"translate(1)\" />\n</svg></li><li title=\"arrow circle bottom \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M4 0c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm-1 1h2v3h2l-3 3-3-3h2v-3z\" />\n</svg></li><li title=\"arrow circle left \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M4 0c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 1v2h3v2h-3v2l-3-3 3-3z\" />\n</svg></li><li title=\"arrow circle right \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M4 0c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 1l3 3-3 3v-2h-3v-2h3v-2z\" />\n</svg></li><li title=\"arrow circle top \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M4 0c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 1l3 3h-2v3h-2v-3h-2l3-3z\" />\n</svg></li><li title=\"arrow left \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M3 0l-3 2.53 3 2.47v-2h5v-1h-5v-2z\" transform=\"translate(0 1)\" />\n</svg></li><li title=\"arrow right \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M5 0v2h-5v1h5v2l3-2.53-3-2.47z\" transform=\"translate(0 1)\" />\n</svg></li><li title=\"arrow thick bottom \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M2 0v5h-2l3.03 3 2.97-3h-2v-5h-2z\" transform=\"translate(1)\" />\n</svg></li><li title=\"arrow thick left \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M3 0l-3 3.03 3 2.97v-2h5v-2h-5v-2z\" transform=\"translate(0 1)\" />\n</svg></li><li title=\"arrow thick right \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M5 0v2h-5v2h5v2l3-3.03-3-2.97z\" transform=\"translate(0 1)\" />\n</svg></li><li title=\"arrow thick top \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M2.97 0l-2.97 3h2v5h2v-5h2l-3.03-3z\" transform=\"translate(1)\" />\n</svg></li><li title=\"arrow top \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M2.47 0l-2.47 3h2v5h1v-5h2l-2.53-3z\" transform=\"translate(1)\" />\n</svg></li><li title=\"audio spectrum \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M4 0v8h1v-8h-1zm-2 1v6h1v-6h-1zm4 1v4h1v-4h-1zm-6 1v2h1v-2h-1z\" />\n</svg></li><li title=\"audio \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M1.16 0c-.72.72-1.16 1.71-1.16 2.81s.43 2.12 1.16 2.84l.72-.72c-.54-.54-.88-1.29-.88-2.13 0-.83.33-1.55.88-2.09l-.72-.72zm5.69 0l-.72.72c.54.54.88 1.26.88 2.09 0 .83-.33 1.58-.88 2.13l.72.72c.72-.72 1.16-1.74 1.16-2.84 0-1.1-.43-2.09-1.16-2.81zm-4.25 1.41c-.36.36-.59.86-.59 1.41 0 .55.23 1.08.59 1.44l.69-.72c-.18-.18-.28-.44-.28-.72 0-.28.1-.5.28-.69l-.69-.72zm2.81 0l-.69.72c.18.18.28.41.28.69 0 .28-.1.54-.28.72l.69.72c.36-.36.59-.89.59-1.44 0-.55-.23-1.05-.59-1.41z\"\n  transform=\"translate(0 1)\" />\n</svg></li><li title=\"badge \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M2 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-1 4.81v3.19l1-1 1 1v-3.19c-.31.11-.65.19-1 .19s-.69-.08-1-.19z\" transform=\"translate(2)\" />\n</svg></li><li title=\"ban \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M4 0c-2.2 0-4 1.8-4 4s1.8 4 4 4 4-1.8 4-4-1.8-4-4-4zm0 1c.66 0 1.26.21 1.75.56l-4.19 4.19c-.35-.49-.56-1.09-.56-1.75 0-1.66 1.34-3 3-3zm2.44 1.25c.35.49.56 1.09.56 1.75 0 1.66-1.34 3-3 3-.66 0-1.26-.21-1.75-.56l4.19-4.19z\" />\n</svg></li><li title=\"bar chart \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M0 0v7h8v-1h-7v-6h-1zm5 0v5h2v-5h-2zm-3 2v3h2v-3h-2z\" />\n</svg></li><li title=\"basket \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M3.97 0c-.13.01-.26.08-.34.19l-2.34 2.81h-1.28v1h1v3.66c0 .18.16.34.34.34h5.31c.18 0 .34-.16.34-.34v-3.66h1v-1h-1.28c-.27-.33-2.39-2.86-2.41-2.88-.11-.09-.22-.14-.34-.13zm.03 1.28l1.44 1.72h-2.88l1.44-1.72zm-1.5 3.72c.28 0 .5.22.5.5v1c0 .28-.22.5-.5.5s-.5-.22-.5-.5v-1c0-.28.22-.5.5-.5zm3 0c.28 0 .5.22.5.5v1c0 .28-.22.5-.5.5s-.5-.22-.5-.5v-1c0-.28.22-.5.5-.5z\"\n  />\n</svg></li><li title=\"battery empty \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M.09 0c-.06 0-.09.04-.09.09v5.81c0 .05.04.09.09.09h6.81c.05 0 .09-.04.09-.09v-1.91h1v-2h-1v-1.91c0-.06-.04-.09-.09-.09h-6.81zm.91 1h5v4h-5v-4z\" transform=\"translate(0 1)\" />\n</svg></li><li title=\"battery full \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M.09 0c-.06 0-.09.04-.09.09v5.81c0 .05.04.09.09.09h6.81c.05 0 .09-.04.09-.09v-1.91h1v-2h-1v-1.91c0-.06-.04-.09-.09-.09h-6.81z\" transform=\"translate(0 1)\" />\n</svg></li><li title=\"beaker \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M1.34 0a.5.5 0 0 0 .16 1h.5v1.41c-.09.17-1.2 2.31-1.66 3.09-.16.26-.34.61-.34 1.06 0 .39.15.77.41 1.03s.64.41 1.03.41h5.13c.38 0 .74-.16 1-.41h.03c.26-.26.41-.64.41-1.03 0-.45-.19-.8-.34-1.06-.46-.78-1.57-2.92-1.66-3.09v-1.41h.5a.5.5 0 1 0 0-1h-5a.5.5 0 0 0-.09 0 .5.5 0 0 0-.06 0zm1.66 1h2v1.63l.06.09s.63 1.23 1.19 2.28h-4.5c.56-1.05 1.19-2.28 1.19-2.28l.06-.09v-1.63z\"\n  />\n</svg></li><li title=\"bell \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M4 0c-1.1 0-2 .9-2 2 0 1.04-.52 1.98-1.34 2.66-.41.34-.66.82-.66 1.34h8c0-.52-.24-1-.66-1.34-.82-.68-1.34-1.62-1.34-2.66 0-1.1-.89-2-2-2zm-1 7c0 .55.45 1 1 1s1-.45 1-1h-2z\" />\n</svg></li><li title=\"bluetooth \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M1.5 0v2.5l-.75-.75-.75.75 1.5 1.5-1.5 1.5.75.75.75-.75v2.5h.5l3.5-2.5-2.25-1.53 2.25-1.47-3.5-2.5h-.5zm1 1.5l1.5 1-1.5 1v-2zm0 3l1.5 1-1.5 1v-2z\" transform=\"translate(1)\" />\n</svg></li><li title=\"bold \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M0 0v1c.55 0 1 .45 1 1v4c0 .55-.45 1-1 1v1h5.5c1.38 0 2.5-1.12 2.5-2.5 0-1-.59-1.85-1.44-2.25.27-.34.44-.78.44-1.25 0-1.1-.89-2-2-2h-5zm3 1h1c.55 0 1 .45 1 1s-.45 1-1 1h-1v-2zm0 3h1.5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5h-1.5v-3z\" />\n</svg></li><li title=\"bolt \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M3 0l-3 5h2v3l3-5h-2v-3z\" transform=\"translate(1)\" />\n</svg></li><li title=\"book \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M1 0c-.07 0-.13.01-.19.03-.39.08-.7.39-.78.78-.03.06-.03.12-.03.19v5.5c0 .83.67 1.5 1.5 1.5h5.5v-1h-5.5c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h5.5v-5.5c0-.28-.22-.5-.5-.5h-.5v3l-1-1-1 1v-3h-3z\" />\n</svg></li><li title=\"bookmark \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M0 0v8l2-2 2 2v-8h-4z\" transform=\"translate(2)\" />\n</svg></li><li title=\"box \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M0 0v1h8v-1h-8zm0 2v5.91c0 .05.04.09.09.09h7.81c.05 0 .09-.04.09-.09v-5.91h-2.97v1.03h-2.03v-1.03h-3z\" />\n</svg></li><li title=\"briefcase \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M3 0c-.55 0-1 .45-1 1v1h-1.91c-.06 0-.09.04-.09.09v2.41c0 .28.22.5.5.5h7c.28 0 .5-.22.5-.5v-2.41c0-.06-.04-.09-.09-.09h-1.91v-1c0-.55-.45-1-1-1h-2zm0 1h2v1h-2v-1zm-3 4.91v2c0 .05.04.09.09.09h7.81c.05 0 .09-.04.09-.09v-2c-.16.06-.32.09-.5.09h-7c-.18 0-.34-.04-.5-.09z\"\n  />\n</svg></li><li title=\"british pound \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M3 0c-.62 0-1.16.26-1.5.69-.34.43-.5.99-.5 1.56 0 .69.16 1.25.25 1.75h-1.25v1h1.22c-.11.45-.37.96-1.06 1.66l-.16.13v1.22h6v-1h-4.91c.64-.73.98-1.4 1.13-2h1.78v-1h-1.72c-.08-.68-.28-1.24-.28-1.75 0-.39.11-.73.28-.94.17-.21.37-.31.72-.31.39 0 .61.11.75.25s.25.36.25.75h1c0-.58-.17-1.1-.53-1.47-.37-.37-.89-.53-1.47-.53z\"\n  transform=\"translate(1)\" />\n</svg></li><li title=\"browser \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M.34 0a.5.5 0 0 0-.34.5v7a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.5-.5h-7a.5.5 0 0 0-.09 0 .5.5 0 0 0-.06 0zm1.16 1c.28 0 .5.22.5.5s-.22.5-.5.5-.5-.22-.5-.5.22-.5.5-.5zm2 0h3c.28 0 .5.22.5.5s-.22.5-.5.5h-3c-.28 0-.5-.22-.5-.5s.22-.5.5-.5zm-2.5 2h6v4h-6v-4z\"\n  />\n</svg></li><li title=\"brush \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M7.44.03c-.03 0-.04.02-.06.03l-3.75 2.66c-.04.03-.1.11-.13.16l-.13.25c.72.23 1.27.78 1.5 1.5l.25-.13c.05-.03.12-.08.16-.13l2.66-3.75c.03-.05.04-.09 0-.13l-.44-.44c-.02-.02-.04-.03-.06-.03zm-4.78 3.97c-.74 0-1.31.61-1.31 1.34 0 .99-.55 1.85-1.34 2.31.39.22.86.34 1.34.34 1.47 0 2.66-1.18 2.66-2.66 0-.74-.61-1.34-1.34-1.34z\"\n  />\n</svg></li><li title=\"bug \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M3.5 0c-1.19 0-1.98 1.69-1.19 2.5-.09.07-.2.14-.28.22l-1.31-.66a.5.5 0 0 0-.34-.06.5.5 0 0 0-.09.94l1.16.56c-.09.16-.19.33-.25.5h-.69a.5.5 0 0 0-.09 0 .5.5 0 1 0 .09 1h.5c0 .23.02.45.06.66l-.78.41a.5.5 0 1 0 .44.88l.66-.34c.25.46.62.85 1.03 1.09.35-.19.59-.44.59-.72v-1.44a.5.5 0 0 0 0-.09v-.81a.5.5 0 0 0 0-.22c.05-.23.26-.41.5-.41.28 0 .5.22.5.5v.88a.5.5 0 0 0 0 .09v.06a.5.5 0 0 0 0 .09v1.34c0 .27.24.53.59.72.41-.25.79-.63 1.03-1.09l.66.34a.5.5 0 1 0 .44-.88l-.78-.41c.04-.21.06-.43.06-.66h.5a.5.5 0 1 0 0-1h-.69c-.06-.17-.16-.34-.25-.5l1.16-.56a.5.5 0 0 0-.31-.94.5.5 0 0 0-.13.06l-1.31.66c-.09-.08-.19-.15-.28-.22.78-.83 0-2.5-1.19-2.5z\"\n  />\n</svg></li><li title=\"bullhorn \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M6 0v6c.03.01.07 0 .09 0h.81c.05 0 .09-.04.09-.09v-5.81c0-.06-.04-.09-.09-.09h-.91zm-1 .5l-2.91 1.47c-.05.02-.13.03-.19.03h-1.81c-.06 0-.09.04-.09.09v1.81c0 .06.04.09.09.09h.91l1.03 2.72c.11.25.44.36.69.25.25-.11.36-.44.25-.69l-.75-1.78c.03-.14.13-.22.28-.22v-.03l2.5 1.25v-5z\"\n  />\n</svg></li><li title=\"calculator \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M.09 0c-.06 0-.09.04-.09.09v7.81c0 .05.04.09.09.09h6.81c.05 0 .09-.04.09-.09v-7.81c0-.06-.04-.09-.09-.09h-6.81zm.91 1h5v2h-5v-2zm0 3h1v1h-1v-1zm2 0h1v1h-1v-1zm2 0h1v3h-1v-3zm-4 2h1v1h-1v-1zm2 0h1v1h-1v-1z\" />\n</svg></li><li title=\"calendar \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M0 0v2h7v-2h-7zm0 3v4.91c0 .05.04.09.09.09h6.81c.05 0 .09-.04.09-.09v-4.91h-7zm1 1h1v1h-1v-1zm2 0h1v1h-1v-1zm2 0h1v1h-1v-1zm-4 2h1v1h-1v-1zm2 0h1v1h-1v-1z\" />\n</svg></li><li title=\"camera slr \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M4.09 0c-.05 0-.1.04-.13.09l-.94 1.81c-.02.05-.07.09-.13.09h-1.41c-.83 0-1.5.67-1.5 1.5v4.41c0 .05.04.09.09.09h7.81c.05 0 .09-.04.09-.09v-5.81c0-.06-.04-.09-.09-.09h-.81c-.05 0-.1-.04-.13-.09l-.94-1.81c-.03-.05-.07-.09-.13-.09h-1.81zm-2.59 3c.28 0 .5.22.5.5s-.22.5-.5.5-.5-.22-.5-.5.22-.5.5-.5zm3.5 0c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm0 1c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1z\"\n  />\n</svg></li><li title=\"caret bottom \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M0 0l4 4 4-4h-8z\" transform=\"translate(0 2)\" />\n</svg></li><li title=\"caret left \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M4 0l-4 4 4 4v-8z\" transform=\"translate(2)\" />\n</svg></li><li title=\"caret right \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M0 0v8l4-4-4-4z\" transform=\"translate(2)\" />\n</svg></li><li title=\"caret top \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M4 0l-4 4h8l-4-4z\" transform=\"translate(0 2)\" />\n</svg></li><li title=\"cart \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M.34 0a.5.5 0 0 0 .16 1h1.5l.09.25.41 1.25.41 1.25c.04.13.21.25.34.25h3.5c.14 0 .3-.12.34-.25l.81-2.5c.04-.13-.02-.25-.16-.25h-4.44l-.38-.72a.5.5 0 0 0-.44-.28h-2a.5.5 0 0 0-.09 0 .5.5 0 0 0-.06 0zm3.16 5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm3 0c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5z\"\n  transform=\"translate(0 1)\" />\n</svg></li><li title=\"chat \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M0 0v5l1-1h1v-3h3v-1h-5zm3 2v4h4l1 1v-5h-5z\" />\n</svg></li><li title=\"check \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M6.41 0l-.69.72-2.78 2.78-.81-.78-.72-.72-1.41 1.41.72.72 1.5 1.5.69.72.72-.72 3.5-3.5.72-.72-1.44-1.41z\" transform=\"translate(0 1)\" />\n</svg></li><li title=\"chevron bottom \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M1.5 0l-1.5 1.5 4 4 4-4-1.5-1.5-2.5 2.5-2.5-2.5z\" transform=\"translate(0 1)\" />\n</svg></li><li title=\"chevron left \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z\" transform=\"translate(1)\" />\n</svg></li><li title=\"chevron right \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z\" transform=\"translate(1)\" />\n</svg></li><li title=\"chevron top \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M4 0l-4 4 1.5 1.5 2.5-2.5 2.5 2.5 1.5-1.5-4-4z\" transform=\"translate(0 1)\" />\n</svg></li><li title=\"circle check \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M4 0c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm2 1.78l.72.72-3.22 3.22-1.72-1.72.72-.72 1 1 2.5-2.5z\" />\n</svg></li><li title=\"circle x \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M4 0c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm-1.5 1.78l1.5 1.5 1.5-1.5.72.72-1.5 1.5 1.5 1.5-.72.72-1.5-1.5-1.5 1.5-.72-.72 1.5-1.5-1.5-1.5.72-.72z\" />\n</svg></li><li title=\"clipboard \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M3.5 0c-.28 0-.5.22-.5.5v.5h-.75c-.14 0-.25.11-.25.25v.75h3v-.75c0-.14-.11-.25-.25-.25h-.75v-.5c0-.28-.22-.5-.5-.5zm-3.25 1c-.14 0-.25.11-.25.25v6.5c0 .14.11.25.25.25h6.5c.14 0 .25-.11.25-.25v-6.5c0-.14-.11-.25-.25-.25h-.75v2h-5v-2h-.75z\" />\n</svg></li><li title=\"clock \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M4 0c-2.2 0-4 1.8-4 4s1.8 4 4 4 4-1.8 4-4-1.8-4-4-4zm0 1c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3zm-.5 1v2.22l.16.13.5.5.34.38.72-.72-.38-.34-.34-.34v-1.81h-1z\" />\n</svg></li><li title=\"cloud download \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M4.5 0c-1.21 0-2.27.86-2.5 2-1.1 0-2 .9-2 2 0 .37.11.71.28 1h2.72v-.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5v.5h1.91c.06-.16.09-.32.09-.5 0-.65-.42-1.29-1-1.5v-.5c0-1.38-1.12-2.5-2.5-2.5zm-.16 4a.5.5 0 0 0-.34.5v1.5h-1.5l2 2 2-2h-1.5v-1.5a.5.5 0 0 0-.59-.5.5.5 0 0 0-.06 0z\"\n  />\n</svg></li><li title=\"cloud upload \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M4.5 0c-1.21 0-2.27.86-2.5 2-1.1 0-2 .9-2 2 0 .37.11.71.28 1h2.22l2-2 2 2h1.41c.06-.16.09-.32.09-.5 0-.65-.42-1.29-1-1.5v-.5c0-1.38-1.12-2.5-2.5-2.5zm0 4.5l-2.5 2.5h2v.5a.5.5 0 1 0 1 0v-.5h2l-2.5-2.5z\" />\n</svg></li><li title=\"cloud \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M4.5 0c-1.21 0-2.27.86-2.5 2-1.1 0-2 .9-2 2s.9 2 2 2h4.5c.83 0 1.5-.67 1.5-1.5 0-.65-.42-1.29-1-1.5v-.5c0-1.38-1.12-2.5-2.5-2.5z\" transform=\"translate(0 1)\" />\n</svg></li><li title=\"cloudy \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M2.5 0c-1.38 0-2.5 1.12-2.5 2.5 0 .39.09.74.25 1.06.3-.21.64-.37 1-.47.55-1.25 1.82-2.09 3.25-2.09-.46-.6-1.18-1-2-1zm2 2c-1.21 0-2.27.86-2.5 2-1.1 0-2 .9-2 2s.9 2 2 2h4.5c.83 0 1.5-.67 1.5-1.5 0-.65-.42-1.29-1-1.5v-.5c0-1.38-1.12-2.5-2.5-2.5z\"\n  />\n</svg></li><li title=\"code \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M5 0l-3 6h1l3-6h-1zm-4 1l-1 2 1 2h1l-1-2 1-2h-1zm5 0l1 2-1 2h1l1-2-1-2h-1z\" transform=\"translate(0 1)\" />\n</svg></li><li title=\"cog \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M3.5 0l-.5 1.19c-.1.03-.19.08-.28.13l-1.19-.5-.72.72.5 1.19c-.05.1-.09.18-.13.28l-1.19.5v1l1.19.5c.04.1.08.18.13.28l-.5 1.19.72.72 1.19-.5c.09.04.18.09.28.13l.5 1.19h1l.5-1.19c.09-.04.19-.08.28-.13l1.19.5.72-.72-.5-1.19c.04-.09.09-.19.13-.28l1.19-.5v-1l-1.19-.5c-.03-.09-.08-.19-.13-.28l.5-1.19-.72-.72-1.19.5c-.09-.04-.19-.09-.28-.13l-.5-1.19h-1zm.5 2.5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5.67-1.5 1.5-1.5z\"\n  />\n</svg></li><li title=\"collapse down \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M0 0v2h8v-2h-8zm2 3l2 2 2-2h-4zm-2 4v1h8v-1h-8z\" />\n</svg></li><li title=\"collapse left \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M0 0v8h1v-8h-1zm6 0v8h2v-8h-2zm-1 2l-2 2 2 2v-4z\" />\n</svg></li><li title=\"collapse right \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M0 0v8h2v-8h-2zm7 0v8h1v-8h-1zm-4 2v4l2-2-2-2z\" />\n</svg></li><li title=\"collapse up \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M0 0v1h8v-1h-8zm4 3l-2 2h4l-2-2zm-4 3v2h8v-2h-8z\" />\n</svg></li><li title=\"command \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M1.5 0c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5h.5v1h-.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5v-.5h1v.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5-.67-1.5-1.5-1.5h-.5v-1h.5c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5-1.5.67-1.5 1.5v.5h-1v-.5c0-.83-.67-1.5-1.5-1.5zm0 1c.28 0 .5.22.5.5v.5h-.5c-.28 0-.5-.22-.5-.5s.22-.5.5-.5zm4 0c.28 0 .5.22.5.5s-.22.5-.5.5h-.5v-.5c0-.28.22-.5.5-.5zm-2.5 2h1v1h-1v-1zm-1.5 2h.5v.5c0 .28-.22.5-.5.5s-.5-.22-.5-.5.22-.5.5-.5zm3.5 0h.5c.28 0 .5.22.5.5s-.22.5-.5.5-.5-.22-.5-.5v-.5z\"\n  />\n</svg></li><li title=\"comment square \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M.09 0c-.06 0-.09.04-.09.09v5.81c0 .05.04.09.09.09h5.91l2 2v-7.91c0-.06-.04-.09-.09-.09h-7.81z\" />\n</svg></li><li title=\"compass \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M4 0c-2.2 0-4 1.8-4 4s1.8 4 4 4 4-1.8 4-4-1.8-4-4-4zm0 1c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3zm2 1l-3 1-1 3 3-1 1-3zm-2 1.5c.28 0 .5.22.5.5s-.22.5-.5.5-.5-.22-.5-.5.22-.5.5-.5z\" />\n</svg></li><li title=\"contrast \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M4 0c-2.2 0-4 1.8-4 4s1.8 4 4 4 4-1.8 4-4-1.8-4-4-4zm0 1c1.66 0 3 1.34 3 3s-1.34 3-3 3v-6z\" />\n</svg></li><li title=\"copywriting \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M0 0v1h8v-1h-8zm0 2v1h5v-1h-5zm0 3v1h8v-1h-8zm0 2v1h6v-1h-6zm7.5 0c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5z\" />\n</svg></li><li title=\"credit card \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M.25 0c-.14 0-.25.11-.25.25v.75h8v-.75c0-.14-.11-.25-.25-.25h-7.5zm-.25 2v3.75c0 .14.11.25.25.25h7.5c.14 0 .25-.11.25-.25v-3.75h-8zm1 2h1v1h-1v-1zm2 0h1v1h-1v-1z\" transform=\"translate(0 1)\" />\n</svg></li><li title=\"crop \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M1 0v1h-1v1h1v5h5v1h1v-1h1v-1h-1v-4.5l1-1-.5-.5-1 1h-4.5v-1h-1zm1 2h3.5l-3.5 3.5v-3.5zm4 .5v3.5h-3.5l3.5-3.5z\" />\n</svg></li><li title=\"dashboard \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M4 0c-2.2 0-4 1.8-4 4s1.8 4 4 4 4-1.8 4-4-1.8-4-4-4zm0 1c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3zm0 1c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm-1.66 1a.5.5 0 0 0-.19.84l.91.91c-.02.08-.06.16-.06.25 0 .55.45 1 1 1s1-.45 1-1-.45-1-1-1c-.09 0-.17.04-.25.06l-.91-.91a.5.5 0 0 0-.44-.16.5.5 0 0 0-.06 0zm3.16 0c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5z\"\n  />\n</svg></li><li title=\"data transfer download \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M3 0v3h-2l3 3 3-3h-2v-3h-2zm-3 7v1h8v-1h-8z\" />\n</svg></li><li title=\"data transfer upload \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M0 0v1h8v-1h-8zm4 2l-3 3h2v3h2v-3h2l-3-3z\" />\n</svg></li><li title=\"delete \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M2 0l-2 3 2 3h6v-6h-6zm1.5.78l1.5 1.5 1.5-1.5.72.72-1.5 1.5 1.5 1.5-.72.72-1.5-1.5-1.5 1.5-.72-.72 1.5-1.5-1.5-1.5.72-.72z\" transform=\"translate(0 1)\" />\n</svg></li><li title=\"dial \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M4 0c-2.2 0-4 1.8-4 4h1c0-1.66 1.34-3 3-3s3 1.34 3 3h1c0-2.2-1.8-4-4-4zm-.59 2.09c-.81.25-1.41 1.01-1.41 1.91 0 1.11.9 2 2 2 1.11 0 2-.89 2-2 0-.9-.59-1.65-1.41-1.91l-.59.88-.59-.88z\" transform=\"translate(0 1)\" />\n</svg></li><li title=\"document \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M0 0v8h7v-4h-4v-4h-3zm4 0v3h3l-3-3zm-3 2h1v1h-1v-1zm0 2h1v1h-1v-1zm0 2h4v1h-4v-1z\" />\n</svg></li><li title=\"dollar \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M2 0v1h-.75c-.68 0-1.25.57-1.25 1.25v.5c0 .68.44 1.24 1.09 1.41l2.56.66c.14.04.34.29.34.44v.5c0 .14-.11.25-.25.25h-2.5c-.12 0-.21-.04-.25-.06v-.94h-1v1c0 .34.2.63.44.78.23.16.52.22.81.22h.75v1h1v-1h.75c.69 0 1.25-.56 1.25-1.25v-.5c0-.68-.44-1.24-1.09-1.41l-2.56-.66c-.14-.04-.34-.29-.34-.44v-.5c0-.14.11-.25.25-.25h2.5c.11 0 .21.04.25.06v.94h1v-1c0-.34-.2-.63-.44-.78-.23-.16-.52-.22-.81-.22h-.75v-1h-1z\"\n  transform=\"translate(1)\" />\n</svg></li><li title=\"double quote sans left \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M0 0v6l3-3v-3h-3zm5 0v6l3-3v-3h-3z\" transform=\"translate(0 1)\" />\n</svg></li><li title=\"double quote sans right \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M3 0l-3 3v3h3v-6zm5 0l-3 3v3h3v-6z\" transform=\"translate(0 1)\" />\n</svg></li><li title=\"double quote serif left \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M3 0c-1.65 0-3 1.35-3 3v3h3v-3h-2c0-1.11.89-2 2-2v-1zm5 0c-1.65 0-3 1.35-3 3v3h3v-3h-2c0-1.11.89-2 2-2v-1z\" transform=\"translate(0 1)\" />\n</svg></li><li title=\"double quote serif right \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M0 0v3h2c0 1.11-.89 2-2 2v1c1.65 0 3-1.35 3-3v-3h-3zm5 0v3h2c0 1.11-.89 2-2 2v1c1.65 0 3-1.35 3-3v-3h-3z\" transform=\"translate(0 1)\" />\n</svg></li><li title=\"droplet \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M3 0l-.34.34c-.11.11-2.66 2.69-2.66 4.88 0 1.65 1.35 3 3 3s3-1.35 3-3c0-2.18-2.55-4.77-2.66-4.88l-.34-.34zm-1.5 4.72c.28 0 .5.22.5.5 0 .55.45 1 1 1 .28 0 .5.22.5.5s-.22.5-.5.5c-1.1 0-2-.9-2-2 0-.28.22-.5.5-.5z\" transform=\"translate(1)\" />\n</svg></li><li title=\"eject \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M4 0l-4 5h8l-4-5zm-4 6v2h8v-2h-8z\" />\n</svg></li><li title=\"elevator \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M3 0l-3 3h6l-3-3zm-3 5l3 3 3-3h-6z\" transform=\"translate(1)\" />\n</svg></li><li title=\"ellipses \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M0 0v2h2v-2h-2zm3 0v2h2v-2h-2zm3 0v2h2v-2h-2z\" transform=\"translate(0 3)\" />\n</svg></li><li title=\"envelope closed \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M0 0v1l4 2 4-2v-1h-8zm0 2v4h8v-4l-4 2-4-2z\" transform=\"translate(0 1)\" />\n</svg></li><li title=\"envelope open \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M4 0l-4 2v6h8v-6l-4-2zm0 1.13l3 1.5v1.88l-3 1.5-3-1.5v-1.88l3-1.5zm-2 1.88v1l2 1 2-1v-1h-4z\" />\n</svg></li><li title=\"euro \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M6 0c-1.86 0-3.4 1.28-3.84 3h-1.91l-.25 1h2.01c0 .35.07.68.16 1h-1.97l-.19 1h2.56c.7 1.19 1.97 2 3.44 2 .73 0 1.41-.21 2-.56v-1.22c-.53.48-1.22.78-2 .78-.89 0-1.67-.39-2.22-1h2.22l.16-1h-2.97c-.11-.32-.19-.64-.19-1h3.34l.16-1h-3.31c.41-1.16 1.51-2 2.81-2 .66 0 1.26.21 1.75.56l.16-1.06c-.57-.31-1.21-.5-1.91-.5z\"\n  transform=\"translate(-1)\" />\n</svg></li><li title=\"excerpt \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M0 0v1h7v-1h-7zm0 2v1h5v-1h-5zm0 2v1h8v-1h-8zm0 2v1h1v-1h-1zm2 0v1h1v-1h-1zm2 0v1h1v-1h-1z\" />\n</svg></li><li title=\"expand down \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M0 0v1h8v-1h-8zm2 2l2 2 2-2h-4zm-2 4v2h8v-2h-8z\" />\n</svg></li><li title=\"expand left \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M0 0v8h1v-8h-1zm6 0v8h2v-8h-2zm-4 2v4l2-2-2-2z\" />\n</svg></li><li title=\"expand right \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M0 0v8h2v-8h-2zm7 0v8h1v-8h-1zm-1 2l-2 2 2 2v-4z\" />\n</svg></li><li title=\"expand up \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M0 0v2h8v-2h-8zm4 4l-2 2h4l-2-2zm-4 3v1h8v-1h-8z\" />\n</svg></li><li title=\"external link \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M0 0v8h8v-2h-1v1h-6v-6h1v-1h-2zm4 0l1.5 1.5-2.5 2.5 1 1 2.5-2.5 1.5 1.5v-4h-4z\" />\n</svg></li><li title=\"eye \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M4.03 0c-2.53 0-4.03 3-4.03 3s1.5 3 4.03 3c2.47 0 3.97-3 3.97-3s-1.5-3-3.97-3zm-.03 1c1.11 0 2 .9 2 2 0 1.11-.89 2-2 2-1.1 0-2-.89-2-2 0-1.1.9-2 2-2zm0 1c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1c0-.1-.04-.19-.06-.28-.08.16-.24.28-.44.28-.28 0-.5-.22-.5-.5 0-.2.12-.36.28-.44-.09-.03-.18-.06-.28-.06z\"\n  transform=\"translate(0 1)\" />\n</svg></li><li title=\"eyedropper \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M3.31 0a.5.5 0 0 0-.19.84l.63.63-3.59 3.66-.16.16v2.7199999999999998h2.69l.16-.16 3.66-3.66.63.66a.5.5 0 1 0 .72-.69l-.94-.94.66-.66c.59-.58.59-1.54 0-2.13-.57-.57-1.56-.57-2.13 0l-.66.66-.94-.94a.5.5 0 0 0-.47-.16.5.5 0 0 0-.06 0zm1.16 2.19l1.31 1.31-3.16 3.16-1.28-1.31 3.13-3.16z\"\n  />\n</svg></li><li title=\"file \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M0 0v8h7v-4h-4v-4h-3zm4 0v3h3l-3-3z\" />\n</svg></li><li title=\"fire \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M2 0c1 2-2 3-2 5s2 3 2 3c-.98-1.98 2-3 2-5s-2-3-2-3zm3 3c1 2-2 3-2 5h3c.4 0 1-.5 1-2 0-2-2-3-2-3z\" />\n</svg></li><li title=\"flag \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M0 0v8h1v-8h-1zm2 0v4h2v1h4l-2-1.97 2-2.03h-3v-1h-3z\" />\n</svg></li><li title=\"flash \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M1.5 0l-1.5 3h2l-.66 2h-1.34l1 3 3-3h-1.5l1.5-3h-2l1-2h-1.5z\" transform=\"translate(2)\" />\n</svg></li><li title=\"folder \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M0 0v2h8v-1h-5v-1h-3zm0 3v4.5c0 .28.22.5.5.5h7c.28 0 .5-.22.5-.5v-4.5h-8z\" />\n</svg></li><li title=\"fork \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M1.5 0c-.83 0-1.5.67-1.5 1.5 0 .66.41 1.2 1 1.41v2.19c-.59.2-1 .75-1 1.41 0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.6-.34-1.1-.84-1.34.09-.09.21-.16.34-.16h2c.82 0 1.5-.68 1.5-1.5v-.59c.59-.2 1-.75 1-1.41 0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5c0 .66.41 1.2 1 1.41v.59c0 .28-.22.5-.5.5h-2c-.17 0-.35.04-.5.09v-1.19c.59-.2 1-.75 1-1.41 0-.83-.67-1.5-1.5-1.5z\"\n  />\n</svg></li><li title=\"fullscreen enter \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M0 0v4l1.5-1.5 1.5 1.5 1-1-1.5-1.5 1.5-1.5h-4zm5 4l-1 1 1.5 1.5-1.5 1.5h4v-4l-1.5 1.5-1.5-1.5z\" />\n</svg></li><li title=\"fullscreen exit \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M1 0l-1 1 1.5 1.5-1.5 1.5h4v-4l-1.5 1.5-1.5-1.5zm3 4v4l1.5-1.5 1.5 1.5 1-1-1.5-1.5 1.5-1.5h-4z\" />\n</svg></li><li title=\"globe \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M4 0c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 1c.33 0 .64.09.94.19-.21.2-.45.38-.41.56.04.18.69.13.69.5 0 .27-.42.35-.13.66.35.35-.64.98-.66 1.44-.03.83.84.97 1.53.97.42 0 .53.2.5.44-.54.77-1.46 1.25-2.47 1.25-.38 0-.73-.09-1.06-.22.22-.44-.28-1.31-.75-1.59-.23-.23-.72-.14-1-.25-.09-.27-.18-.54-.19-.84.03-.05.08-.09.16-.09.19 0 .45.38.59.34.18-.04-.74-1.31-.31-1.56.2-.12.6.39.47-.16-.12-.51.36-.28.66-.41.26-.11.45-.41.13-.59-.06-.03-.13-.1-.22-.19.45-.27.97-.44 1.53-.44zm2.31 1.09c.18.22.32.46.44.72 0 .01 0 .02 0 .03-.04.07-.11.11-.22.22-.28.28-.32-.21-.44-.31-.13-.12-.6.02-.66-.13-.07-.18.5-.42.88-.53z\"\n  />\n</svg></li><li title=\"graph \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M7.03 0l-3.03 3-1-1-3 3.03 1 1 2-2.03 1 1 4-4-.97-1zm-7.03 7v1h8v-1h-8z\" />\n</svg></li><li title=\"grid four up \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M0 0v1h1v-1h-1zm2 0v1h1v-1h-1zm2 0v1h1v-1h-1zm2 0v1h1v-1h-1zm-6 2v1h1v-1h-1zm2 0v1h1v-1h-1zm2 0v1h1v-1h-1zm2 0v1h1v-1h-1zm-6 2v1h1v-1h-1zm2 0v1h1v-1h-1zm2 0v1h1v-1h-1zm2 0v1h1v-1h-1zm-6 2v1h1v-1h-1zm2 0v1h1v-1h-1zm2 0v1h1v-1h-1zm2 0v1h1v-1h-1z\"\n  />\n</svg></li><li title=\"grid three up \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M0 0v2h2v-2h-2zm3 0v2h2v-2h-2zm3 0v2h2v-2h-2zm-6 3v2h2v-2h-2zm3 0v2h2v-2h-2zm3 0v2h2v-2h-2zm-6 3v2h2v-2h-2zm3 0v2h2v-2h-2zm3 0v2h2v-2h-2z\" />\n</svg></li><li title=\"grid two up \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M0 0v3h3v-3h-3zm5 0v3h3v-3h-3zm-5 5v3h3v-3h-3zm5 0v3h3v-3h-3z\" />\n</svg></li><li title=\"hard drive \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M.19 0c-.11 0-.19.08-.19.19v3.31c0 .28.22.5.5.5h6c.28 0 .5-.22.5-.5v-3.31c0-.11-.08-.19-.19-.19h-6.63zm-.19 4.91v2.91c0 .11.08.19.19.19h6.63c.11 0 .19-.08.19-.19v-2.91c-.16.06-.32.09-.5.09h-6c-.18 0-.34-.04-.5-.09zm5.5 1.09c.28 0 .5.22.5.5s-.22.5-.5.5-.5-.22-.5-.5.22-.5.5-.5z\"\n  />\n</svg></li><li title=\"header \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M0 0v1h.5c.28 0 .5.22.5.5v4c0 .28-.22.5-.5.5h-.5v1h3v-1h-.5c-.28 0-.5-.22-.5-.5v-1.5h3v1.5c0 .28-.22.5-.5.5h-.5v1h3v-1h-.5c-.28 0-.5-.22-.5-.5v-4c0-.28.22-.5.5-.5h.5v-1h-3v1h.5c.28 0 .5.22.5.5v1.5h-3v-1.5c0-.28.22-.5.5-.5h.5v-1h-3z\" />\n</svg></li><li title=\"headphones \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M4 0c-1.65 0-3 1.35-3 3v1h-.5a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-3.5c0-1.11.89-2 2-2 1.11 0 2 .89 2 2v3.5a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5h-.5v-1c0-1.65-1.35-3-3-3z\" />\n</svg></li><li title=\"heart \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M2 0c-.55 0-1.04.23-1.41.59-.36.36-.59.85-.59 1.41 0 .55.23 1.04.59 1.41l3.41 3.41 3.41-3.41c.36-.36.59-.85.59-1.41 0-.55-.23-1.04-.59-1.41-.36-.36-.85-.59-1.41-.59-.55 0-1.04.23-1.41.59-.36.36-.59.85-.59 1.41 0-.55-.23-1.04-.59-1.41-.36-.36-.85-.59-1.41-.59z\"\n  transform=\"translate(0 1)\" />\n</svg></li><li title=\"home \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M4 0l-4 3h1v4h2v-2h2v2h2v-4.03l1 .03-4-3z\" />\n</svg></li><li title=\"image \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M0 0v8h8v-8h-8zm1 1h6v3l-1-1-1 1 2 2v1h-1l-4-4-1 1v-3z\" />\n</svg></li><li title=\"inbox \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M.19 0c-.11 0-.19.08-.19.19v7.63c0 .11.08.19.19.19h7.63c.11 0 .19-.08.19-.19v-7.63c0-.11-.08-.19-.19-.19h-7.63zm.81 2h6v3h-1l-1 1h-2l-1-1h-1v-3z\" />\n</svg></li><li title=\"infinity \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M2 0c-1.31 0-2 1.01-2 2s.69 2 2 2c.79 0 1.42-.56 2-1.22.58.66 1.19 1.22 2 1.22 1.31 0 2-1.01 2-2s-.69-2-2-2c-.81 0-1.42.56-2 1.22-.58-.66-1.21-1.22-2-1.22zm0 1c.42 0 .88.47 1.34 1-.46.53-.92 1-1.34 1-.74 0-1-.54-1-1 0-.46.26-1 1-1zm4 0c.74 0 1 .54 1 1 0 .46-.26 1-1 1-.43 0-.89-.47-1.34-1 .46-.53.91-1 1.34-1z\"\n  transform=\"translate(0 2)\" />\n</svg></li><li title=\"info \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M3 0c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm-1.5 2.5c-.83 0-1.5.67-1.5 1.5h1c0-.28.22-.5.5-.5s.5.22.5.5-1 1.64-1 2.5c0 .86.67 1.5 1.5 1.5s1.5-.67 1.5-1.5h-1c0 .28-.22.5-.5.5s-.5-.22-.5-.5c0-.36 1-1.84 1-2.5 0-.81-.67-1.5-1.5-1.5z\" transform=\"translate(2)\"\n  />\n</svg></li><li title=\"italic \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M2 0v1h1.63l-.06.13-2 5-.34.88h-1.22v1h5v-1h-1.63l.06-.13 2-5 .34-.88h1.22v-1h-5z\" />\n</svg></li><li title=\"justify center \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M0 0v1h8v-1h-8zm0 2v1h8v-1h-8zm0 2v1h8v-1h-8zm1 2v1h6v-1h-6z\" />\n</svg></li><li title=\"justify left \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M0 0v1h8v-1h-8zm0 2v1h8v-1h-8zm0 2v1h8v-1h-8zm0 2v1h6v-1h-6z\" />\n</svg></li><li title=\"justify right \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M0 0v1h8v-1h-8zm0 2v1h8v-1h-8zm0 2v1h8v-1h-8zm2 2v1h6v-1h-6z\" />\n</svg></li><li title=\"key \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M5.5 0c-1.38 0-2.5 1.12-2.5 2.5 0 .16 0 .32.03.47l-3.03 3.03v2h3v-2h2v-1l.03-.03c.15.03.31.03.47.03 1.38 0 2.5-1.12 2.5-2.5s-1.12-2.5-2.5-2.5zm.5 1c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1z\" />\n</svg></li><li title=\"laptop \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M1.34 0a.5.5 0 0 0-.34.5v3.5h-1v1.5c0 .28.22.5.5.5h7.010000000000001c.28 0 .5-.22.5-.5v-1.5h-1v-3.5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0-.09 0 .5.5 0 0 0-.06 0zm.66 1h4v3h-1v1h-2v-1h-1v-3z\" transform=\"translate(0 1)\" />\n</svg></li><li title=\"layers \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M0 0v4h4v-4h-4zm5 2v3h-3v1h4v-4h-1zm2 2v3h-3v1h4v-4h-1z\" />\n</svg></li><li title=\"lightbulb \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M3.41 0a.5.5 0 0 0-.13.06l-3 1.5a.5.5 0 1 0 .44.88l3-1.5a.5.5 0 0 0-.31-.94zm1 1.5a.5.5 0 0 0-.13.06l-4 2a.5.5 0 1 0 .44.88l4-2a.5.5 0 0 0-.31-.94zm0 2a.5.5 0 0 0-.13.06l-3 1.5a.5.5 0 0 0 .22.94h2a.5.5 0 0 0 .16-1l1.06-.56a.5.5 0 0 0-.31-.94zm-2.56 3.5a.5.5 0 0 0 .16 1h1a.5.5 0 1 0 0-1h-1a.5.5 0 0 0-.09 0 .5.5 0 0 0-.06 0z\"\n  transform=\"translate(1)\" />\n</svg></li><li title=\"link broken \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M2 0v1h-1v1h2v-2h-1zm3.88.03c-.18.01-.36.03-.53.09-.27.1-.53.25-.75.47l-.44.44a.5.5 0 1 0 .69.69l.44-.44c.11-.11.24-.17.38-.22.35-.12.78-.07 1.06.22.39.39.39 1.04 0 1.44l-1.5 1.5a.5.5 0 1 0 .69.69l1.5-1.5c.78-.78.78-2.04 0-2.81-.28-.28-.61-.45-.97-.53-.18-.04-.38-.04-.56-.03zm-3.59 2.91a.5.5 0 0 0-.19.16l-1.5 1.5c-.78.78-.78 2.04 0 2.81.56.56 1.36.72 2.06.47.27-.1.53-.25.75-.47l.44-.44a.5.5 0 1 0-.69-.69l-.44.44c-.11.11-.24.17-.38.22-.35.12-.78.07-1.06-.22-.39-.39-.39-1.04 0-1.44l1.5-1.5a.5.5 0 0 0-.44-.84.5.5 0 0 0-.06 0zm2.72 3.06v2h1v-1h1v-1h-2z\"\n  />\n</svg></li><li title=\"link intact \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M5.88.03c-.18.01-.36.03-.53.09-.27.1-.53.25-.75.47a.5.5 0 1 0 .69.69c.11-.11.24-.17.38-.22.35-.12.78-.07 1.06.22.39.39.39 1.04 0 1.44l-1.5 1.5c-.44.44-.8.48-1.06.47-.26-.01-.41-.13-.41-.13a.5.5 0 1 0-.5.88s.34.22.84.25c.5.03 1.2-.16 1.81-.78l1.5-1.5c.78-.78.78-2.04 0-2.81-.28-.28-.61-.45-.97-.53-.18-.04-.38-.04-.56-.03zm-2 2.31c-.5-.02-1.19.15-1.78.75l-1.5 1.5c-.78.78-.78 2.04 0 2.81.56.56 1.36.72 2.06.47.27-.1.53-.25.75-.47a.5.5 0 1 0-.69-.69c-.11.11-.24.17-.38.22-.35.12-.78.07-1.06-.22-.39-.39-.39-1.04 0-1.44l1.5-1.5c.4-.4.75-.45 1.03-.44.28.01.47.09.47.09a.5.5 0 1 0 .44-.88s-.34-.2-.84-.22z\"\n  />\n</svg></li><li title=\"list rich \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M0 0v3h3v-3h-3zm4 0v1h4v-1h-4zm0 2v1h3v-1h-3zm-4 2v3h3v-3h-3zm4 0v1h4v-1h-4zm0 2v1h3v-1h-3z\" />\n</svg></li><li title=\"list \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M.5 0c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm1.5 0v1h6v-1h-6zm-1.5 2c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm1.5 0v1h6v-1h-6zm-1.5 2c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm1.5 0v1h6v-1h-6zm-1.5 2c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm1.5 0v1h6v-1h-6z\"\n  />\n</svg></li><li title=\"location \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M8 0l-8 4 3 1 1 3 4-8z\" />\n</svg></li><li title=\"lock locked \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M3 0c-1.1 0-2 .9-2 2v1h-1v4h6v-4h-1v-1c0-1.1-.9-2-2-2zm0 1c.56 0 1 .44 1 1v1h-2v-1c0-.56.44-1 1-1z\" transform=\"translate(1)\" />\n</svg></li><li title=\"lock unlocked \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M3 0c-1.1 0-2 .9-2 2h1c0-.56.44-1 1-1s1 .44 1 1v2h-4v4h6v-4h-1v-2c0-1.1-.9-2-2-2z\" transform=\"translate(1)\" />\n</svg></li><li title=\"loop circular \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M4 0c-1.65 0-3 1.35-3 3h-1l1.5 2 1.5-2h-1c0-1.11.89-2 2-2v-1zm2.5 1l-1.5 2h1c0 1.11-.89 2-2 2v1c1.65 0 3-1.35 3-3h1l-1.5-2z\" transform=\"translate(0 1)\" />\n</svg></li><li title=\"loop square \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M1 0v2h1v-1h4v2h-1l1.5 2.5 1.5-2.5h-1v-3h-6zm.5 2.5l-1.5 2.5h1v3h6v-2h-1v1h-4v-2h1l-1.5-2.5z\" />\n</svg></li><li title=\"loop \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M6 0v1h-5c-.55 0-1 .45-1 1v1h1v-1h5v1l2-1.5-2-1.5zm-4 4l-2 1.5 2 1.5v-1h5c.55 0 1-.45 1-1v-1h-1v1h-5v-1z\" />\n</svg></li><li title=\"magnifying glass \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M3.5 0c-1.93 0-3.5 1.57-3.5 3.5s1.57 3.5 3.5 3.5c.59 0 1.17-.14 1.66-.41a1 1 0 0 0 .13.13l1 1a1.02 1.02 0 1 0 1.44-1.44l-1-1a1 1 0 0 0-.16-.13c.27-.49.44-1.06.44-1.66 0-1.93-1.57-3.5-3.5-3.5zm0 1c1.39 0 2.5 1.11 2.5 2.5 0 .66-.24 1.27-.66 1.72-.01.01-.02.02-.03.03a1 1 0 0 0-.13.13c-.44.4-1.04.63-1.69.63-1.39 0-2.5-1.11-2.5-2.5s1.11-2.5 2.5-2.5z\"\n  />\n</svg></li><li title=\"map marker \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M3 0c-1.66 0-3 1.34-3 3 0 2 3 5 3 5s3-3 3-5c0-1.66-1.34-3-3-3zm0 1c1.11 0 2 .9 2 2 0 1.11-.89 2-2 2-1.1 0-2-.89-2-2 0-1.1.9-2 2-2z\" transform=\"translate(1)\" />\n</svg></li><li title=\"map \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M0 0v8h8v-2.38a.5.5 0 0 0 0-.22v-5.41h-8zm1 1h6v4h-1.5a.5.5 0 0 0-.09 0 .5.5 0 1 0 .09 1h1.5v1h-6v-6zm2.5 1c-.83 0-1.5.67-1.5 1.5 0 1 1.5 2.5 1.5 2.5s1.5-1.5 1.5-2.5c0-.83-.67-1.5-1.5-1.5zm0 1c.28 0 .5.22.5.5s-.22.5-.5.5-.5-.22-.5-.5.22-.5.5-.5z\"\n  />\n</svg></li><li title=\"media pause \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M0 0v6h2v-6h-2zm4 0v6h2v-6h-2z\" transform=\"translate(1 1)\" />\n</svg></li><li title=\"media play \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M0 0v6l6-3-6-3z\" transform=\"translate(1 1)\" />\n</svg></li><li title=\"media record \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M3 0c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z\" transform=\"translate(1 1)\" />\n</svg></li><li title=\"media skip backward \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M4 0l-4 3 4 3v-6zm0 3l4 3v-6l-4 3z\" transform=\"translate(0 1)\" />\n</svg></li><li title=\"media skip forward \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M0 0v6l4-3-4-3zm4 3v3l4-3-4-3v3z\" transform=\"translate(0 1)\" />\n</svg></li><li title=\"media step backward \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M0 0v6h2v-6h-2zm2 3l5 3v-6l-5 3z\" transform=\"translate(0 1)\" />\n</svg></li><li title=\"media step forward \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M0 0v6l5-3-5-3zm5 3v3h2v-6h-2v3z\" transform=\"translate(0 1)\" />\n</svg></li><li title=\"media stop \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M0 0v6h6v-6h-6z\" transform=\"translate(1 1)\" />\n</svg></li><li title=\"medical cross \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M2 0v2h-2v4h2v2h4v-2h2v-4h-2v-2h-4z\" />\n</svg></li><li title=\"menu \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M0 0v1h8v-1h-8zm0 2.97v1h8v-1h-8zm0 3v1h8v-1h-8z\" transform=\"translate(0 1)\" />\n</svg></li><li title=\"microphone \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M2.91-.03a1 1 0 0 0-.13.03 1 1 0 0 0-.78 1v2a1 1 0 1 0 2 0v-2a1 1 0 0 0-1.09-1.03zm-2.56 2.03a.5.5 0 0 0-.34.5v.5c0 1.48 1.09 2.69 2.5 2.94v1.06h-.5c-.55 0-1 .45-1 1h4.01c0-.55-.45-1-1-1h-.5v-1.06c1.41-.24 2.5-1.46 2.5-2.94v-.5a.5.5 0 1 0-1 0v.5c0 1.11-.89 2-2 2-1.11 0-2-.89-2-2v-.5a.5.5 0 0 0-.59-.5.5.5 0 0 0-.06 0z\"\n  transform=\"translate(1)\" />\n</svg></li><li title=\"minus \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M0 0v2h8v-2h-8z\" transform=\"translate(0 3)\" />\n</svg></li><li title=\"monitor \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M.34 0a.5.5 0 0 0-.34.5v5a.5.5 0 0 0 .5.5h2.5v1h-1c-.55 0-1 .45-1 1h6c0-.55-.45-1-1-1h-1v-1h2.5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5h-7a.5.5 0 0 0-.09 0 .5.5 0 0 0-.06 0zm.66 1h6v4h-6v-4z\" />\n</svg></li><li title=\"moon \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M2.72 0c-1.58.53-2.72 2.02-2.72 3.78 0 2.21 1.79 4 4 4 1.76 0 3.25-1.14 3.78-2.72-.4.13-.83.22-1.28.22-2.21 0-4-1.79-4-4 0-.45.08-.88.22-1.28z\" />\n</svg></li><li title=\"move \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M3.5 0l-1.5 1.5h1v1.5h-1.5v-1l-1.5 1.5 1.5 1.5v-1h1.5v1.5h-1l1.5 1.5 1.5-1.5h-1v-1.5h1.5v1l1.5-1.5-1.5-1.5v1h-1.5v-1.5h1l-1.5-1.5z\" />\n</svg></li><li title=\"musical note \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M8 0c-5 0-6 1-6 1v4.09c-.15-.05-.33-.09-.5-.09-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5v-3.97c.73-.23 1.99-.44 4-.5v2.06c-.15-.05-.33-.09-.5-.09-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5v-5.5z\" />\n</svg></li><li title=\"paperclip \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M5 0c-.51 0-1.02.21-1.41.59l-2.78 2.72c-1.07 1.07-1.07 2.8 0 3.88 1.07 1.07 2.8 1.07 3.88 0l1.25-1.25-.69-.69-1.16 1.13-.09.13c-.69.69-1.81.69-2.5 0-.68-.68-.66-1.78 0-2.47l2.78-2.75c.39-.39 1.04-.39 1.44 0 .39.39.37 1.01 0 1.41l-2.5 2.47c-.1.1-.27.1-.38 0-.1-.1-.1-.27 0-.38l.06-.03.91-.94-.69-.69-.97.97c-.48.48-.48 1.27 0 1.75s1.27.49 1.75 0l2.5-2.44c.78-.78.78-2.04 0-2.81-.39-.39-.89-.59-1.41-.59z\"\n  />\n</svg></li><li title=\"pencil \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M6 0l-1 1 2 2 1-1-2-2zm-2 2l-4 4v2h2l4-4-2-2z\" />\n</svg></li><li title=\"people \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M5.5 0c-.51 0-.95.35-1.22.88.45.54.72 1.28.72 2.13 0 .29-.03.55-.09.81.19.11.38.19.59.19.83 0 1.5-.9 1.5-2s-.67-2-1.5-2zm-3 1c-.83 0-1.5.9-1.5 2s.67 2 1.5 2 1.5-.9 1.5-2-.67-2-1.5-2zm4.75 3.16c-.43.51-1.02.82-1.69.84.27.38.44.84.44 1.34v.66h2v-1.66c0-.52-.31-.97-.75-1.19zm-6.5 1c-.44.22-.75.67-.75 1.19v1.66h5v-1.66c0-.52-.31-.97-.75-1.19-.45.53-1.06.84-1.75.84s-1.3-.32-1.75-.84z\"\n  />\n</svg></li><li title=\"person \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M4 0c-1.1 0-2 1.12-2 2.5s.9 2.5 2 2.5 2-1.12 2-2.5-.9-2.5-2-2.5zm-2.09 5c-1.06.05-1.91.92-1.91 2v1h8v-1c0-1.08-.84-1.95-1.91-2-.54.61-1.28 1-2.09 1-.81 0-1.55-.39-2.09-1z\" />\n</svg></li><li title=\"phone \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M.19 0c-.11 0-.19.08-.19.19v7.63c0 .11.08.19.19.19h4.63c.11 0 .19-.08.19-.19v-7.63c0-.11-.08-.19-.19-.19h-4.63zm.81 1h3v5h-3v-5zm1.5 5.5c.28 0 .5.22.5.5s-.22.5-.5.5-.5-.22-.5-.5.22-.5.5-.5z\" transform=\"translate(1)\" />\n</svg></li><li title=\"pie chart \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M3.5 0c-.97 0-1.84.4-2.47 1.03l2.97 2.97v-3.97c-.16-.02-.33-.03-.5-.03zm1.5 1.06v3.41l-2.72 2.72c.61.5 1.37.81 2.22.81 1.93 0 3.5-1.57 3.5-3.5 0-1.76-1.31-3.19-3-3.44zm-4.09 1.31c-.56.54-.91 1.29-.91 2.13 0 .96.46 1.79 1.16 2.34l2.13-2.13-2.38-2.34z\"\n  />\n</svg></li><li title=\"pin \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M1.34 0a.5.5 0 0 0 .16 1h.5v2h-1c-.55 0-1 .45-1 1h3v3l.44 1 .56-1v-3h3c0-.55-.45-1-1-1h-1v-2h.5a.5.5 0 1 0 0-1h-4a.5.5 0 0 0-.09 0 .5.5 0 0 0-.06 0z\" />\n</svg></li><li title=\"play circle \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M4 0c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm-1 2l3 2-3 2v-4z\" />\n</svg></li><li title=\"plus \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M3 0v3h-3v2h3v3h2v-3h3v-2h-3v-3h-2z\" />\n</svg></li><li title=\"power standby \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M3 0v4h1v-4h-1zm-1.28 1.44l-.38.31c-.81.64-1.34 1.64-1.34 2.75 0 1.93 1.57 3.5 3.5 3.5s3.5-1.57 3.5-3.5c0-1.11-.53-2.11-1.34-2.75l-.38-.31-.63.78.38.31c.58.46.97 1.17.97 1.97 0 1.39-1.11 2.5-2.5 2.5s-2.5-1.11-2.5-2.5c0-.8.36-1.51.94-1.97l.41-.31-.63-.78z\"\n  />\n</svg></li><li title=\"print \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M2 0v2h4v-2h-4zm-1.91 3c-.06 0-.09.04-.09.09v2.81c0 .05.04.09.09.09h.91v-2h6v2h.91c.05 0 .09-.04.09-.09v-2.81c0-.06-.04-.09-.09-.09h-7.81zm1.91 2v3h4v-3h-4z\" />\n</svg></li><li title=\"project \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M0 0v7h1v-7h-1zm7 0v7h1v-7h-1zm-5 1v1h2v-1h-2zm1 2v1h2v-1h-2zm1 2v1h2v-1h-2z\" />\n</svg></li><li title=\"pulse \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M3.25 0l-.47 1.53-.78 2.56-.03-.06-.09-.34h-1.88v1h1.1600000000000001l.38 1.16.47 1.47.47-1.5.78-2.5.78 2.5.41 1.34.53-1.28.59-1.47.13.28h2.31v-1h-1.69l-.38-.75-.5-.97-.41 1.03-.47 1.19-.84-2.66-.47-1.53z\" />\n</svg></li><li title=\"puzzle piece \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M3 0c-.28 0-.54.1-.72.28-.18.18-.28.44-.28.72 0 .28.18.48.28.72.03.06.03.16.03.28h-2.31v6h2.31c0-.12-.01-.22-.03-.28-.1-.24-.28-.44-.28-.72 0-.28.1-.54.28-.72.18-.18.44-.28.72-.28.28 0 .54.1.72.28.18.18.28.44.28.72 0 .28-.18.48-.28.72-.03.06-.03.16-.03.28h2.31v-2.31c.12 0 .22.01.28.03.24.1.44.28.72.28.28 0 .54-.1.72-.28.18-.18.28-.44.28-.72 0-.28-.1-.54-.28-.72-.18-.18-.44-.28-.72-.28-.28 0-.48.18-.72.28-.06.03-.16.03-.28.03v-2.31h-2.31c0-.12.01-.22.03-.28.1-.24.28-.44.28-.72 0-.28-.1-.54-.28-.72-.18-.18-.44-.28-.72-.28z\"\n  />\n</svg></li><li title=\"question mark \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M2.47 0c-.85 0-1.48.26-1.88.66-.4.4-.54.9-.59 1.28l1 .13c.04-.25.12-.5.31-.69.19-.19.49-.38 1.16-.38.66 0 1.02.16 1.22.34.2.18.28.4.28.66 0 .83-.34 1.06-.84 1.5-.5.44-1.16 1.08-1.16 2.25v.25h1v-.25c0-.83.31-1.06.81-1.5.5-.44 1.19-1.08 1.19-2.25 0-.48-.17-1.02-.59-1.41-.43-.39-1.07-.59-1.91-.59zm-.5 7v1h1v-1h-1z\"\n  transform=\"translate(2)\" />\n</svg></li><li title=\"rain \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M4.5 0c-1.21 0-2.27.86-2.5 2-1.1 0-2 .9-2 2 0 .53.2.99.53 1.34.26-.22.6-.34.97-.34.2 0 .39.05.56.13.17-.64.74-1.13 1.44-1.13.69 0 1.27.49 1.44 1.13.17-.07.36-.13.56-.13.63 0 1.15.39 1.38.94.64-.17 1.13-.75 1.13-1.44 0-.65-.42-1.29-1-1.5v-.5c0-1.38-1.12-2.5-2.5-2.5zm-1.16 5a.5.5 0 0 0-.34.5v2a.5.5 0 1 0 1 0v-2a.5.5 0 0 0-.59-.5.5.5 0 0 0-.06 0zm-2 1a.5.5 0 0 0-.34.5v1a.5.5 0 1 0 1 0v-1a.5.5 0 0 0-.59-.5.5.5 0 0 0-.06 0zm4 0a.5.5 0 0 0-.34.5v1a.5.5 0 1 0 1 0v-1a.5.5 0 0 0-.59-.5.5.5 0 0 0-.06 0z\"\n  />\n</svg></li><li title=\"random \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M6 0v1h-.5c-.35 0-.56.1-.78.38l-1.41 1.78-1.53-1.78c-.22-.26-.44-.38-.78-.38h-1v1h1c-.05 0 .01.04.03.03l1.63 1.91-1.66 2.06h-1v1h1c.35 0 .56-.1.78-.38l1.53-1.91 1.66 1.91c.22.26.44.38.78.38h.25v1l2-1.5-2-1.5v1h-.22c-.01-.01-.05-.04-.06-.03l-1.75-2.06 1.53-1.91h.5v1l2-1.5-2-1.5z\"\n  />\n</svg></li><li title=\"reload \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M4 0c-2.2 0-4 1.8-4 4s1.8 4 4 4c1.1 0 2.12-.43 2.84-1.16l-.72-.72c-.54.54-1.29.88-2.13.88-1.66 0-3-1.34-3-3s1.34-3 3-3c.83 0 1.55.36 2.09.91l-1.09 1.09h3v-3l-1.19 1.19c-.72-.72-1.71-1.19-2.81-1.19z\" />\n</svg></li><li title=\"resize both \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M4 0l1.66 1.66-4 4-1.66-1.66v4h4l-1.66-1.66 4-4 1.66 1.66v-4h-4z\" />\n</svg></li><li title=\"resize height \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M2.5 0l-2.5 3h2v2h-2l2.5 3 2.5-3h-2v-2h2l-2.5-3z\" transform=\"translate(1)\" />\n</svg></li><li title=\"resize width \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M3 0l-3 2.5 3 2.5v-2h2v2l3-2.5-3-2.5v2h-2v-2z\" transform=\"translate(0 1)\" />\n</svg></li><li title=\"rss alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M0 0v2c3.33 0 6 2.67 6 6h2c0-4.41-3.59-8-8-8zm0 3v2c1.67 0 3 1.33 3 3h2c0-2.75-2.25-5-5-5zm0 3v2h2c0-1.11-.9-2-2-2z\" />\n</svg></li><li title=\"rss \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M1 0v1c3.32 0 6 2.68 6 6h1c0-3.86-3.14-7-7-7zm0 2v1c2.21 0 4 1.79 4 4h1c0-2.76-2.24-5-5-5zm0 2v1c1.11 0 2 .89 2 2h1c0-1.65-1.35-3-3-3zm0 2c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1z\" />\n</svg></li><li title=\"script \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M3 0c-.55 0-1 .45-1 1v5.5c0 .28-.22.5-.5.5s-.5-.22-.5-.5v-1.5h-1v2c0 .55.45 1 1 1h5c.55 0 1-.45 1-1v-3h-4v-2.5c0-.28.22-.5.5-.5s.5.22.5.5v1.5h4v-2c0-.55-.45-1-1-1h-4z\" />\n</svg></li><li title=\"share boxed \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M.75 0c-.41 0-.75.34-.75.75v5.5c0 .41.34.75.75.75h4.5c.41 0 .75-.34.75-.75v-1.25h-1v1h-4v-5h2v-1h-2.25zm5.25 0v1c-2.05 0-3.7 1.54-3.94 3.53.21-.88.99-1.53 1.94-1.53h2v1l2-2-2-2z\" />\n</svg></li><li title=\"share \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M5 0v2c-4 0-5 2.05-5 5 .52-1.98 2-3 4-3h1v2l3-3.16-3-2.84z\" />\n</svg></li><li title=\"shield \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M4 0l-.19.09-3.5 1.47-.31.13v.31c0 1.66.67 3.12 1.47 4.19.4.53.83.97 1.25 1.28.42.31.83.53 1.28.53.46 0 .86-.22 1.28-.53.42-.31.85-.75 1.25-1.28.8-1.07 1.47-2.53 1.47-4.19v-.31l-.31-.13-3.5-1.47-.19-.09zm0 1.09v5.91c-.04 0-.33-.07-.66-.31s-.71-.63-1.06-1.09c-.64-.85-1.14-2.03-1.22-3.28l2.94-1.22z\"\n  />\n</svg></li><li title=\"signal \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M6 0v8h1v-8h-1zm-2 1v7h1v-7h-1zm-2 2v5h1v-5h-1zm-2 2v3h1v-3h-1z\" />\n</svg></li><li title=\"signpost \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M3 0v1h-2l-1 1 1 1h2v5h1v-4h2l1-1-1-1h-2v-2h-1z\" />\n</svg></li><li title=\"sort ascending \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M2 0v6h-2l2.5 2 2.5-2h-2v-6h-1zm2 0v1h2v-1h-2zm0 2v1h3v-1h-3zm0 2v1h4v-1h-4z\" />\n</svg></li><li title=\"sort descending \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M2 0v6h-2l2.5 2 2.5-2h-2v-6h-1zm2 0v1h4v-1h-4zm0 2v1h3v-1h-3zm0 2v1h2v-1h-2z\" />\n</svg></li><li title=\"spreadsheet \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M.75 0c-.41 0-.75.34-.75.75v5.5c0 .41.34.75.75.75h6.5c.41 0 .75-.34.75-.75v-5.5c0-.41-.34-.75-.75-.75h-6.5zm.25 1h1v1h-1v-1zm2 0h4v1h-4v-1zm-2 2h1v1h-1v-1zm2 0h4v1h-4v-1zm-2 2h1v1h-1v-1zm2 0h4v1h-4v-1z\" />\n</svg></li><li title=\"star \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M4 0l-1 3h-3l2.5 2-1 3 2.5-2 2.5 2-1-3 2.5-2h-3l-1-3z\" />\n</svg></li><li title=\"sun \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M4 0c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm-2.5 1c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm5 0c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm-2.5 1c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-3.5 1.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm7 0c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm-6 2.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm5 0c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm-2.5 1c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5z\"\n  />\n</svg></li><li title=\"tablet \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M.34 0c-.18 0-.34.16-.34.34v7.31c0 .18.16.34.34.34h6.31c.18 0 .34-.16.34-.34v-7.31c0-.18-.16-.34-.34-.34h-6.31zm.66 1h5v5h-5v-5zm2.5 5.5c.38 0 .63.42.44.75s-.68.33-.88 0c-.19-.33.05-.75.44-.75z\" />\n</svg></li><li title=\"tag \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M0 0v3l5 5 3-3-5-5h-3zm2 1c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1z\" />\n</svg></li><li title=\"tags \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M0 0v2l3 3 1.5-1.5.5-.5-2-2-1-1h-2zm3.41 0l3 3-1.19 1.22.78.78 2-2-3-3h-1.59zm-1.91 1c.28 0 .5.22.5.5s-.22.5-.5.5-.5-.22-.5-.5.22-.5.5-.5z\" transform=\"translate(0 1)\" />\n</svg></li><li title=\"target \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M4 0c-2.2 0-4 1.8-4 4s1.8 4 4 4 4-1.8 4-4-1.8-4-4-4zm0 1c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3zm0 1c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 1c.56 0 1 .44 1 1s-.44 1-1 1-1-.44-1-1 .44-1 1-1z\" />\n</svg></li><li title=\"task \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M0 0v7h7v-3.59l-1 1v1.59h-5v-5h3.59l1-1h-5.59zm7 0l-3 3-1-1-1 1 2 2 4-4-1-1z\" />\n</svg></li><li title=\"terminal \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M.09 0c-.06 0-.09.04-.09.09v7.81c0 .05.04.09.09.09h7.81c.05 0 .09-.04.09-.09v-7.81c0-.06-.04-.09-.09-.09h-7.81zm1.41.78l1.72 1.72-1.72 1.72-.72-.72 1-1-1-1 .72-.72zm2.5 2.22h3v1h-3v-1z\" />\n</svg></li><li title=\"text \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M0 0v2h.5c0-.55.45-1 1-1h1.5v5.5c0 .28-.22.5-.5.5h-.5v1h4v-1h-.5c-.28 0-.5-.22-.5-.5v-5.5h1.5c.55 0 1 .45 1 1h.5v-2h-8z\" />\n</svg></li><li title=\"thumb down \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M0 0v4h1v-4h-1zm2 0v4c.28 0 .53.09.72.28.19.19 1.15 2.12 1.28 2.38.13.26.39.39.66.31.26-.08.4-.36.31-.63-.08-.26-.47-1.59-.47-1.84s.22-.5.5-.5h1.5c.28 0 .5-.22.5-.5s-1.03-3.19-1.03-3.19c-.08-.18-.26-.31-.47-.31h-3.5z\" />\n</svg></li><li title=\"thumb up \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M4.47 0c-.19.02-.37.15-.47.34-.13.26-1.09 2.19-1.28 2.38-.19.19-.44.28-.72.28v4h3.5c.21 0 .39-.13.47-.31 0 0 1.03-2.91 1.03-3.19 0-.28-.22-.5-.5-.5h-1.5c-.28 0-.5-.25-.5-.5s.39-1.58.47-1.84c.08-.26-.05-.54-.31-.63-.07-.02-.12-.04-.19-.03zm-4.47 3v4h1v-4h-1z\"\n  />\n</svg></li><li title=\"timer \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M2 0v1h1v.03c-1.7.24-3 1.71-3 3.47 0 1.93 1.57 3.5 3.5 3.5s3.5-1.57 3.5-3.5c0-.45-.1-.87-.25-1.25l-.91.38c.11.29.16.57.16.88 0 1.39-1.11 2.5-2.5 2.5s-2.5-1.11-2.5-2.5 1.11-2.5 2.5-2.5c.3 0 .59.05.88.16l.34-.94c-.23-.08-.47-.12-.72-.16v-.06h1v-1h-3zm5 1.16s-3.65 2.81-3.84 3c-.19.2-.19.49 0 .69.19.2.49.2.69 0 .2-.2 3.16-3.69 3.16-3.69z\"\n  />\n</svg></li><li title=\"transfer \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M6 0v1h-6v1h6v1l2-1.5-2-1.5zm-4 4l-2 1.5 2 1.5v-1h6v-1h-6v-1z\" />\n</svg></li><li title=\"trash \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M3 0c-.55 0-1 .45-1 1h-1c-.55 0-1 .45-1 1h7c0-.55-.45-1-1-1h-1c0-.55-.45-1-1-1h-1zm-2 3v4.81c0 .11.08.19.19.19h4.63c.11 0 .19-.08.19-.19v-4.81h-1v3.5c0 .28-.22.5-.5.5s-.5-.22-.5-.5v-3.5h-1v3.5c0 .28-.22.5-.5.5s-.5-.22-.5-.5v-3.5h-1z\" />\n</svg></li><li title=\"underline \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M1 0v4c0 1.1 1.12 2 2.5 2h.5c1.1 0 2-.9 2-2v-4h-1v4c0 .55-.45 1-1 1s-1-.45-1-1v-4h-2zm-1 7v1h7v-1h-7z\" />\n</svg></li><li title=\"vertical align bottom \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M.09 0c-.06 0-.09.04-.09.09v4.81c0 .05.04.09.09.09h1.81c.05 0 .09-.04.09-.09v-4.81c0-.06-.04-.09-.09-.09h-1.81zm6 0c-.05 0-.09.04-.09.09v4.81c0 .05.04.09.09.09h1.81c.05 0 .09-.04.09-.09v-4.81c0-.06-.04-.09-.09-.09h-1.81zm-3 2c-.06 0-.09.04-.09.09v2.81c0 .05.04.09.09.09h1.81c.05 0 .09-.04.09-.09v-2.81c0-.06-.04-.09-.09-.09h-1.81zm-3.09 4v1h8v-1h-8z\"\n  />\n</svg></li><li title=\"vertical align center \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M.09 0c-.06 0-.09.04-.09.09v1.91h2v-1.91c0-.06-.04-.09-.09-.09h-1.81zm6 0c-.05 0-.09.04-.09.09v1.91h2v-1.91c0-.06-.04-.09-.09-.09h-1.81zm-3 1c-.06 0-.09.04-.09.09v.91h2v-.91c0-.05-.04-.09-.09-.09h-1.81zm-3.09 2v1h8v-1h-8zm0 2v1.91c0 .05.04.09.09.09h1.81c.05 0 .09-.04.09-.09v-1.91h-2zm3 0v.91c0 .05.04.09.09.09h1.81c.05 0 .09-.04.09-.09v-.91h-2zm3 0v1.91c0 .05.04.09.09.09h1.81c.05 0 .09-.04.09-.09v-1.91h-2z\"\n  />\n</svg></li><li title=\"vertical align top \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M0 0v1h8v-1h-8zm.09 2c-.06 0-.09.04-.09.09v4.81c0 .05.04.09.09.09h1.81c.05 0 .09-.04.09-.09v-4.81c0-.06-.04-.09-.09-.09h-1.81zm3 0c-.06 0-.09.04-.09.09v2.81c0 .05.04.09.09.09h1.81c.05 0 .09-.04.09-.09v-2.81c0-.06-.04-.09-.09-.09h-1.81zm3 0c-.05 0-.09.04-.09.09v4.81c0 .05.04.09.09.09h1.81c.05 0 .09-.04.09-.09v-4.81c0-.06-.04-.09-.09-.09h-1.81z\"\n  />\n</svg></li><li title=\"video \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M.5 0c-.28 0-.5.23-.5.5v4c0 .28.23.5.5.5h5c.28 0 .5-.22.5-.5v-1.5l1 1h1v-3h-1l-1 1v-1.5c0-.28-.22-.5-.5-.5h-5z\" transform=\"translate(0 1)\" />\n</svg></li><li title=\"volume high \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M3.34 0l-1.34 2h-2v4h2l1.34 2h.66v-8h-.66zm1.66 1v1c.17 0 .34.02.5.06.86.22 1.5 1 1.5 1.94s-.63 1.72-1.5 1.94c-.16.04-.33.06-.5.06v1c.25 0 .48-.04.72-.09h.03c1.3-.33 2.25-1.51 2.25-2.91 0-1.4-.95-2.58-2.25-2.91-.23-.06-.49-.09-.75-.09zm0 2v2c.09 0 .18-.01.25-.03.43-.11.75-.51.75-.97 0-.46-.31-.86-.75-.97-.08-.02-.17-.03-.25-.03z\"\n  />\n</svg></li><li title=\"volume low \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M3.34 0l-1.34 2h-2v4h2l1.34 2h.66v-8h-.66zm1.66 3v2c.09 0 .18-.01.25-.03.43-.11.75-.51.75-.97 0-.46-.31-.86-.75-.97-.08-.02-.17-.03-.25-.03z\" transform=\"translate(1)\" />\n</svg></li><li title=\"volume off \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M3.34 0l-1.34 2h-2v4h2l1.34 2h.66v-8h-.66z\" transform=\"translate(2)\" />\n</svg></li><li title=\"warning \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M3.09 0c-.06 0-.1.04-.13.09l-2.94 6.81c-.02.05-.03.13-.03.19v.81c0 .05.04.09.09.09h6.81c.05 0 .09-.04.09-.09v-.81c0-.05-.01-.14-.03-.19l-2.94-6.81c-.02-.05-.07-.09-.13-.09h-.81zm-.09 3h1v2h-1v-2zm0 3h1v1h-1v-1z\" />\n</svg></li><li title=\"wifi \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M3.75 0c-1.38 0-2.66.4-3.75 1.09l.53.81c.93-.59 2.03-.91 3.22-.91 1.2 0 2.32.31 3.25.91l.53-.81c-1.09-.7-2.4-1.09-3.78-1.09zm0 3c-.79 0-1.5.23-2.13.63l.53.84c.47-.3 1-.47 1.59-.47.59 0 1.16.17 1.63.47l.53-.84c-.62-.39-1.37-.63-2.16-.63zm0 3c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1z\"\n  />\n</svg></li><li title=\"wrench \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M5.5 0c-1.38 0-2.5 1.12-2.5 2.5 0 .32.08.62.19.91l-2.91 2.88c-.39.39-.39 1.05 0 1.44.2.2.46.28.72.28.26 0 .52-.09.72-.28l2.88-2.91c.28.11.58.19.91.19 1.38 0 2.5-1.12 2.5-2.5 0-.16 0-.32-.03-.47l-.97.97h-2v-2l.97-.97c-.15-.03-.31-.03-.47-.03zm-4.5 6.5c.28 0 .5.22.5.5s-.22.5-.5.5-.5-.22-.5-.5.22-.5.5-.5z\"\n  />\n</svg></li><li title=\"x \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M1.41 0l-1.41 1.41.72.72 1.78 1.81-1.78 1.78-.72.69 1.41 1.44.72-.72 1.81-1.81 1.78 1.81.69.72 1.44-1.44-.72-.69-1.81-1.78 1.81-1.81.72-.72-1.44-1.41-.69.72-1.78 1.78-1.81-1.78-.72-.72z\" />\n</svg></li><li title=\"yen \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M0 0l2.25 3h-2.25v1h3v1h-3v1h3v2h1v-2h3v-1h-3v-1h3v-1h-2.25l2.25-3h-1l-2.31 3h-.38l-2.31-3h-1z\" />\n</svg></li><li title=\"zoom in \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M3.5 0c-1.93 0-3.5 1.57-3.5 3.5s1.57 3.5 3.5 3.5c.61 0 1.19-.16 1.69-.44a1 1 0 0 0 .09.13l1 1.03a1.02 1.02 0 1 0 1.44-1.44l-1.03-1a1 1 0 0 0-.13-.09c.27-.5.44-1.08.44-1.69 0-1.93-1.57-3.5-3.5-3.5zm0 1c1.39 0 2.5 1.11 2.5 2.5 0 .59-.2 1.14-.53 1.56-.01.01-.02.02-.03.03a1 1 0 0 0-.06.03 1 1 0 0 0-.25.28c-.44.37-1.01.59-1.63.59-1.39 0-2.5-1.11-2.5-2.5s1.11-2.5 2.5-2.5zm-.5 1v1h-1v1h1v1h1v-1h1v-1h-1v-1h-1z\"\n  />\n</svg></li><li title=\"zoom out \"><svg xmlns=\"http://www.w3.org/2000/svg\"  viewBox=\"0 0 8 8\">\n  <path d=\"M3.5 0c-1.93 0-3.5 1.57-3.5 3.5s1.57 3.5 3.5 3.5c.61 0 1.19-.16 1.69-.44a1 1 0 0 0 .09.13l1 1.03a1.02 1.02 0 1 0 1.44-1.44l-1.03-1a1 1 0 0 0-.13-.09c.27-.5.44-1.08.44-1.69 0-1.93-1.57-3.5-3.5-3.5zm0 1c1.39 0 2.5 1.11 2.5 2.5 0 .59-.2 1.14-.53 1.56-.01.01-.02.02-.03.03a1 1 0 0 0-.06.03 1 1 0 0 0-.25.28c-.44.37-1.01.59-1.63.59-1.39 0-2.5-1.11-2.5-2.5s1.11-2.5 2.5-2.5zm-1.5 2v1h3v-1h-3z\"\n  />\n</svg></li></ul>\n"
  },
  {
    "path": "resources/svg/icons/pe-icon-7-stroke/index.html",
    "content": "<style>\nul.svg-list {\n\tlist-style:none;\n\tpadding:0;\n\tmargin:10px 0 0;\n}\nul.svg-list li {\n\tdisplay:inline-block;\n\tposition:relative;\n\twidth:32px;\n\theight:32px;\n\tpadding:3px;\n\tmargin-right:5px;\n\tmargin-bottom:5px;\n\tbox-shadow:0px 3px 6px 0px rgba(0, 0, 0, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.08);\n}\n\nul.svg-list li:hover {\n\tbox-shadow:none;//0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 0px rgba(0, 0, 0, 0.15);\n}\n\nul.svg-list li svg{\n\tmax-width:100%;\n\tmax-height:100%;\n\tfill: var(--bs-body-color);\n\tcolor: var(--bs-border-color);\n}\n\nul.svg-list li span {\n\t//display:none;\n}\n\nul.svg-list li.heading {\n\twidth:100%;\n\tbox-shadow:none;\n\ttext-transform: capitalize;\n\tfont-size: 12px;\n\tline-height: 32px;\t\n}\n\nul.svg-list li span {\n  visibility: hidden;\n  min-width: 120px;\n  background-color: black;\n  color: #fff;\n  text-align: center;\n  border-radius: 6px;\n  padding: 5px 0;\n  \n  /* Position the tooltip */\n  position: absolute;\n  z-index: 1;\n  left:0;\n  top: 105%;\n  font-size:12px;\n}\n\nul.svg-list li:hover  span {\n  visibility: visible;\n}\n\nul.svg-list li:hover  svg {\n\ttransform: scale(2);\n\tfill:blue;\n\tcolor:green;\n}\t\n</style>\n<ul class=\"svg-list\"><li title=\"add user \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"27\" height=\"32\" viewBox=\"0 0 27 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M18.723 21.788c-1.15-0.48-3.884-1.423-5.565-1.919-0.143-0.045-0.166-0.052-0.166-0.649 0-0.493 0.203-0.989 0.401-1.409 0.214-0.456 0.468-1.224 0.559-1.912 0.255-0.296 0.602-0.88 0.826-1.993 0.196-0.981 0.104-1.338-0.026-1.673-0.013-0.035-0.028-0.070-0.038-0.105-0.049-0.23 0.018-1.425 0.186-2.352 0.116-0.636-0.030-1.989-0.906-3.108-0.553-0.707-1.611-1.576-3.544-1.696l-1.060 0.001c-1.9 0.12-2.96 0.988-3.513 1.695-0.876 1.119-1.021 2.472-0.906 3.108 0.169 0.928 0.236 2.123 0.187 2.348-0.010 0.039-0.025 0.074-0.039 0.11-0.129 0.335-0.221 0.692-0.025 1.673 0.222 1.113 0.57 1.697 0.826 1.993 0.090 0.688 0.344 1.456 0.559 1.912 0.157 0.334 0.23 0.788 0.23 1.431 0 0.597-0.023 0.604-0.157 0.646-1.738 0.513-4.505 1.513-5.537 1.965-0.818 0.351-1.017 0.98-1.017 1.548s0 2.251 0 2.623c0 0.371 0.22 1.006 1.017 1.006 0.613 0 5.518 0 7.746 0 0.668 0 1.098 0 1.098 0h0.192c0 0 0.437 0 1.115 0 2.237 0 7.135 0 7.747 0 0.796 0 1.017-0.634 1.017-1.006s0-2.055 0-2.623-0.392-1.262-1.209-1.613zM18.876 25.98h-17.827v-2.579c0-0.318 0.092-0.46 0.388-0.587 0.994-0.435 3.741-1.426 5.434-1.926 0.889-0.282 0.889-1.070 0.889-1.646 0-0.801-0.106-1.397-0.331-1.878-0.172-0.366-0.392-1.022-0.468-1.601l-0.041-0.312-0.206-0.238c-0.113-0.13-0.396-0.538-0.59-1.513-0.153-0.759-0.085-0.935-0.031-1.076 0.031-0.076 0.058-0.152 0.081-0.237l0.005-0.022 0.005-0.022c0.105-0.495-0.037-1.962-0.181-2.755-0.067-0.365 0.017-1.401 0.7-2.273 0.418-0.534 1.229-1.19 2.722-1.293l0.992-0.001c1.219 0.083 2.145 0.518 2.752 1.294 0.682 0.872 0.766 1.909 0.7 2.275-0.148 0.814-0.287 2.257-0.18 2.758l0.008 0.039 0.011 0.038c0.016 0.054 0.036 0.108 0.056 0.161l0.009 0.026 0.001 0.002c0.059 0.153 0.127 0.326-0.024 1.087-0.196 0.974-0.479 1.384-0.592 1.515l-0.204 0.237-0.042 0.31c-0.076 0.578-0.296 1.237-0.468 1.603-0.247 0.525-0.5 1.157-0.5 1.856 0 0.577 0 1.367 0.918 1.655 1.641 0.485 4.345 1.416 5.448 1.877 0.418 0.179 0.574 0.493 0.574 0.649l-0.006 2.579z\" fill=\"currentFill\"></path>\n<path d=\"M23.078 14.441v-4.185h-1.049v4.185h-4.186v1.049h4.186v4.185h1.049v-4.185h4.185v-1.049z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"airplay \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M28.795 4.804h-25.59v15.994h8.682l-5.483 6.398h19.192l-5.484-6.398h8.683v-15.994zM8.722 26.129l7.277-8.491 7.278 8.491h-14.556zM27.729 19.732h-8.531l-3.199-3.732-3.199 3.732h-8.529v-13.861h23.457v13.861z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"alarm \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M15.992 5.872c-6.479 0-11.729 5.251-11.729 11.729 0 2.939 1.084 5.625 2.872 7.683l-2.744 3.363 0.826 0.674 2.659-3.258c2.107 2.021 4.965 3.265 8.116 3.265 3.158 0 6.023-1.251 8.132-3.281l2.657 3.278 0.829-0.672-2.746-3.387c1.778-2.056 2.857-4.735 2.857-7.666 0-6.478-5.252-11.729-11.729-11.729zM15.992 28.262c-5.88 0-10.662-4.782-10.662-10.661 0-5.88 4.783-10.662 10.662-10.662s10.663 4.783 10.663 10.662c0 5.879-4.783 10.661-10.662 10.661z\" fill=\"currentFill\"></path>\n<path d=\"M11.171 2.672h-3.168c-2.945 0-5.331 2.387-5.331 5.331v3.208h1.516l6.983-7.022v-1.517zM10.104 3.75l-6.366 6.395v-2.142c0-2.351 1.913-4.265 4.265-4.265h2.101v0.011z\" fill=\"currentFill\"></path>\n<path d=\"M23.997 2.672h-3.17v1.517l6.984 7.022h1.517v-3.208c-0-2.945-2.388-5.331-5.331-5.331zM28.262 10.145h-0.007l-6.361-6.395v-0.011h2.103c2.352 0 4.265 1.914 4.265 4.265v2.142z\" fill=\"currentFill\"></path>\n<path d=\"M15.467 17.599h-5.878v1.066h6.944v-9.596h-1.066z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"album \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"29\" height=\"32\" viewBox=\"0 0 29 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M0 3.2v25.6h28.8v-25.6h-28.8zM1.067 4.267h2.667v23.467h-2.667v-23.467zM27.733 27.733h-22.933v-23.467h22.933v23.467z\" fill=\"currentFill\"></path>\n<path d=\"M16.533 26.133c5.6 0 10.133-4.533 10.133-10.133s-4.533-10.133-10.133-10.133c-5.6 0-10.133 4.533-10.133 10.133s4.533 10.133 10.133 10.133zM16.533 6.933c5.013 0 9.067 4.053 9.067 9.067s-4.053 9.067-9.067 9.067c-5.013 0-9.067-4.053-9.067-9.067s4.053-9.067 9.067-9.067z\" fill=\"currentFill\"></path>\n<path d=\"M16.533 19.2c1.76 0 3.2-1.44 3.2-3.2s-1.44-3.2-3.2-3.2c-1.76 0-3.2 1.44-3.2 3.2s1.44 3.2 3.2 3.2zM16.533 13.867c1.173 0 2.133 0.96 2.133 2.133s-0.96 2.133-2.133 2.133-2.133-0.96-2.133-2.133c0-1.173 0.96-2.133 2.133-2.133z\" fill=\"currentFill\"></path>\n<path d=\"M17.067 16c0 0.295-0.239 0.533-0.533 0.533s-0.533-0.239-0.533-0.533c0-0.295 0.239-0.533 0.533-0.533s0.533 0.239 0.533 0.533z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"albums \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M1.606 7.47v21.325h28.789v-21.325h-28.789zM29.328 27.729h-26.656v-19.192h26.656v19.192z\" fill=\"currentFill\"></path>\n<path d=\"M3.738 5.338h24.524v1.066h-24.524v-1.066z\" fill=\"currentFill\"></path>\n<path d=\"M5.871 3.205h20.259v1.066h-20.259v-1.066z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"anchor \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M30.024 24.527l-2.171-4.41-4.708 1.921 0.403 0.987 3.151-1.285c-1.451 4.244-5.372 7.345-10.048 7.566v-19.208c2.103-0.263 3.732-2.053 3.732-4.228 0-2.355-1.91-4.264-4.265-4.264s-4.264 1.909-4.264 4.264c0 2.175 1.629 3.966 3.732 4.228v19.208c-4.635-0.22-8.529-3.267-10.010-7.455l2.878 1.174 0.403-0.987-4.708-1.921-2.172 4.41 0.957 0.471 1.526-3.099c1.594 4.923 6.213 8.496 11.659 8.496 5.339 0 9.889-3.43 11.568-8.201l1.381 2.804 0.957-0.471zM12.919 5.87c0-1.763 1.435-3.198 3.198-3.198s3.199 1.435 3.199 3.198c0 1.764-1.435 3.199-3.199 3.199s-3.198-1.435-3.198-3.199z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"angle down circle \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M15.976 2.656c-7.366 0-13.337 5.97-13.337 13.337s5.97 13.337 13.337 13.337 13.337-5.97 13.337-13.337-5.97-13.337-13.337-13.337zM15.976 28.262c-6.765 0-12.27-5.504-12.27-12.27s5.505-12.27 12.27-12.27 12.27 5.505 12.27 12.27c0 6.765-5.505 12.27-12.27 12.27z\" fill=\"currentFill\"></path>\n<path d=\"M15.214 19.175l0.754 0.754 6.035-6.035-0.754-0.754-5.281 5.281-5.256-5.256-0.754 0.754 3.013 3.013z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"angle down \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M15.233 19.175l0.754 0.754 6.035-6.035-0.754-0.754-5.281 5.281-5.256-5.256-0.754 0.754 3.013 3.013z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"angle left circle \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M29.312 15.992c0-7.366-5.97-13.337-13.337-13.337s-13.337 5.97-13.337 13.337 5.97 13.337 13.337 13.337 13.337-5.97 13.337-13.337zM3.706 15.992c0-6.765 5.504-12.27 12.27-12.27s12.27 5.505 12.27 12.27-5.505 12.27-12.27 12.27c-6.765 0-12.27-5.505-12.27-12.27z\" fill=\"currentFill\"></path>\n<path d=\"M12.792 15.231l-0.754 0.754 6.035 6.035 0.754-0.754-5.281-5.281 5.256-5.256-0.754-0.754-3.013 3.013z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"angle left \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M12.792 15.233l-0.754 0.754 6.035 6.035 0.754-0.754-5.281-5.281 5.256-5.256-0.754-0.754-3.013 3.013z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"angle right circle \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M2.639 15.992c0 7.366 5.97 13.337 13.337 13.337s13.337-5.97 13.337-13.337-5.97-13.337-13.337-13.337-13.337 5.97-13.337 13.337zM28.245 15.992c0 6.765-5.504 12.27-12.27 12.27s-12.27-5.505-12.27-12.27 5.505-12.27 12.27-12.27c6.765 0 12.27 5.505 12.27 12.27z\" fill=\"currentFill\"></path>\n<path d=\"M19.159 16.754l0.754-0.754-6.035-6.035-0.754 0.754 5.281 5.281-5.256 5.256 0.754 0.754 3.013-3.013z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"angle right \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M19.159 16.767l0.754-0.754-6.035-6.035-0.754 0.754 5.281 5.281-5.256 5.256 0.754 0.754 3.013-3.013z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"angle up circle \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M15.976 29.329c7.366 0 13.337-5.97 13.337-13.337s-5.97-13.337-13.337-13.337-13.337 5.97-13.337 13.337 5.97 13.337 13.337 13.337zM15.976 3.723c6.765 0 12.27 5.504 12.27 12.27s-5.505 12.27-12.27 12.27-12.27-5.505-12.27-12.27c0-6.765 5.505-12.27 12.27-12.27z\" fill=\"currentFill\"></path>\n<path d=\"M16.737 12.809l-0.754-0.754-6.035 6.035 0.754 0.754 5.281-5.281 5.256 5.256 0.754-0.754-3.013-3.013z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"angle up \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M16.767 12.809l-0.754-0.754-6.035 6.035 0.754 0.754 5.281-5.281 5.256 5.256 0.754-0.754-3.013-3.013z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"arc \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"27\" height=\"32\" viewBox=\"0 0 27 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M22.453 7.573l2.987-2.987v2.453h1.067v-4.267h-4.267v1.067h2.453l-2.987 2.987c-2.72-2.56-6.293-4.107-10.293-4.107-4.373 0-8.533 1.92-11.413 5.173l0.8 0.693c0.107-0.107 0.213-0.213 0.32-0.32l9.547 9.6-3.573 3.573h-2.667l-3.733 3.733h3.413v3.413l3.733-3.733v-2.667l3.573-3.573 9.547 9.547c-0.107 0.107-0.213 0.213-0.32 0.32l0.693 0.8c3.307-2.88 5.173-7.040 5.173-11.413 0.053-4-1.493-7.627-4.053-10.293zM6.773 24.373l-1.6 1.6v-1.92h-1.867l1.6-1.6h1.92v1.92zM1.867 7.52c2.56-2.4 5.973-3.733 9.547-3.733 3.68 0 7.040 1.44 9.547 3.733l-9.547 9.547-9.547-9.547zM21.707 8.32c2.347 2.507 3.733 5.867 3.733 9.547 0 3.573-1.333 6.933-3.733 9.547l-9.547-9.547 9.547-9.547z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"attention \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M15.999 3.472l-14.394 25.057h28.789l-14.395-25.057zM15.999 5.612l12.553 21.85h-25.105l12.552-21.85z\" fill=\"currentFill\"></path>\n<path d=\"M15.466 13.601h1.066v7.464h-1.066v-7.464z\" fill=\"currentFill\"></path>\n<path d=\"M15.998 22.664c-0.441 0-0.798 0.358-0.798 0.8 0 0.44 0.357 0.799 0.798 0.799 0.443 0 0.801-0.358 0.801-0.799 0-0.442-0.358-0.8-0.801-0.8z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"back 2 \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"30\" height=\"32\" viewBox=\"0 0 30 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M5.333 12.533v17.707h24.533v-24.533h-19.2v-4l-10.667 7.253 5.333 3.573zM9.6 5.76c0 0 0 0.053 0 0v0 1.067h1.013c0 0 0 0 0.053 0 0 0 0.053 0 0.053 0h0.053c5.013 0 8.32 2.773 9.76 6.293-3.040-2.56-6.987-2.88-8.907-2.88-0.053 0-0.053 0-0.107 0h-1.92v1.067c0 0 0 0 0 0v2.827l-7.68-5.173 7.68-5.227v2.027zM6.4 13.28l4.267 2.88v-4.8c0.213 0 0.533-0.053 0.96-0.053 2.667 0 8.373 0.693 10.773 6.133 0-4.48-2.293-8.693-6.56-10.613h12.96v22.4h-22.4v-15.947z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"back \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M14.389 7.956v4.374l1.056 0.010c7.335 0.071 11.466 3.333 12.543 9.944-4.029-4.661-8.675-4.663-12.532-4.664h-1.067v4.337l-9.884-7.001 9.884-7zM15.456 5.893l-12.795 9.063 12.795 9.063v-5.332c5.121 0.002 9.869 0.26 13.884 7.42 0-4.547-0.751-14.706-13.884-14.833v-5.381z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"ball \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M15.999 2.672c-7.361 0-13.327 5.968-13.327 13.329s5.966 13.327 13.327 13.327c7.361 0 13.329-5.966 13.329-13.327s-5.968-13.329-13.329-13.329zM28.248 15.468h-9.562c0.102-3.663 1.248-7.144 3.337-10.142 3.575 2.026 6.037 5.793 6.225 10.142zM15.999 3.738c1.801 0 3.51 0.394 5.052 1.093-2.161 3.15-3.341 6.802-3.441 10.636h-3.22c-0.101-3.835-1.281-7.487-3.442-10.636 1.542-0.7 3.251-1.093 5.051-1.093zM9.976 5.326c2.089 2.997 3.235 6.478 3.337 10.142h-9.562c0.186-4.349 2.65-8.117 6.225-10.142zM3.752 16.534h9.572c-0.102 3.666-1.246 7.15-3.336 10.147-3.581-2.024-6.049-5.794-6.236-10.147zM15.999 28.262c-1.8 0-3.509-0.393-5.051-1.093 2.162-3.149 3.341-6.798 3.442-10.634h3.22c0.1 3.837 1.281 7.486 3.441 10.634-1.542 0.7-3.251 1.093-5.052 1.093zM22.009 26.682c-2.089-2.997-3.232-6.481-3.333-10.148h9.572c-0.187 4.354-2.656 8.124-6.239 10.148z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"bandaid \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"30\" height=\"32\" viewBox=\"0 0 30 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M29.333 8.267l-6.773-6.773c-0.213-0.213-0.48-0.32-0.747-0.32s-0.533 0.107-0.747 0.32l-20.747 20.747c-0.427 0.427-0.427 1.067 0 1.493l6.773 6.773c0.213 0.213 0.48 0.32 0.747 0.32s0.533-0.107 0.747-0.32l20.747-20.747c0.427-0.373 0.427-1.067 0-1.493zM15.040 22.56l-6.773-6.773 6.027-6.027 6.773 6.773-6.027 6.027zM7.84 29.76l-6.773-6.773 6.453-6.453 6.773 6.773-6.453 6.453zM21.813 15.787l-6.773-6.773 6.773-6.773c0 0 0 0 0 0v0l6.773 6.773-6.773 6.773z\" fill=\"currentFill\"></path>\n<path d=\"M21.6 6.72c0 0.295-0.239 0.533-0.533 0.533s-0.533-0.239-0.533-0.533c0-0.295 0.239-0.533 0.533-0.533s0.533 0.239 0.533 0.533z\" fill=\"currentFill\"></path>\n<path d=\"M24.64 9.76c0 0.295-0.239 0.533-0.533 0.533s-0.533-0.239-0.533-0.533c0-0.295 0.239-0.533 0.533-0.533s0.533 0.239 0.533 0.533z\" fill=\"currentFill\"></path>\n<path d=\"M19.36 9.013c0 0.295-0.239 0.533-0.533 0.533s-0.533-0.239-0.533-0.533c0-0.295 0.239-0.533 0.533-0.533s0.533 0.239 0.533 0.533z\" fill=\"currentFill\"></path>\n<path d=\"M22.347 12c0 0.295-0.239 0.533-0.533 0.533s-0.533-0.239-0.533-0.533c0-0.295 0.239-0.533 0.533-0.533s0.533 0.239 0.533 0.533z\" fill=\"currentFill\"></path>\n<path d=\"M8.053 20.32c0 0.295-0.239 0.533-0.533 0.533s-0.533-0.239-0.533-0.533c0-0.295 0.239-0.533 0.533-0.533s0.533 0.239 0.533 0.533z\" fill=\"currentFill\"></path>\n<path d=\"M11.040 23.307c0 0.295-0.239 0.533-0.533 0.533s-0.533-0.239-0.533-0.533c0-0.295 0.239-0.533 0.533-0.533s0.533 0.239 0.533 0.533z\" fill=\"currentFill\"></path>\n<path d=\"M5.76 22.56c0 0.295-0.239 0.533-0.533 0.533s-0.533-0.239-0.533-0.533c0-0.295 0.239-0.533 0.533-0.533s0.533 0.239 0.533 0.533z\" fill=\"currentFill\"></path>\n<path d=\"M8.8 25.6c0 0.295-0.239 0.533-0.533 0.533s-0.533-0.239-0.533-0.533c0-0.295 0.239-0.533 0.533-0.533s0.533 0.239 0.533 0.533z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"battery \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M0.020 10.649v10.702c0 0.873 0.708 1.58 1.58 1.58h13.348v-13.861h-13.348c-0.872 0-1.58 0.707-1.58 1.58zM13.882 21.864h-12.282c-0.283 0-0.513-0.231-0.513-0.514v-10.702c0-0.283 0.23-0.513 0.513-0.513h12.282v11.729z\" fill=\"currentFill\"></path>\n<path d=\"M31.98 16c0-1.757-1.417-3.183-3.171-3.197v-2.154c0-0.873-0.707-1.58-1.58-1.58h-11.215v1.066h11.215c0.283 0 0.513 0.23 0.513 0.513v10.702c0 0.283-0.23 0.514-0.513 0.514h-11.215v1.066h11.215c0.873 0 1.58-0.707 1.58-1.58v-2.153c1.753-0.015 3.171-1.439 3.171-3.197zM28.809 18.13v-4.26c1.163 0.016 2.104 0.963 2.104 2.13s-0.942 2.114-2.104 2.13z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"bell \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M25.074 21.375v-8.568c0-4.462-3.229-8.162-7.474-8.915v-0.681c0-0.589-0.478-1.066-1.066-1.066h-1.066c-0.589 0-1.066 0.477-1.066 1.066v0.684c-4.237 0.761-7.453 4.458-7.453 8.912v8.568l-3.742 3.029v1.729h25.59v-1.729l-3.721-3.029zM27.729 25.066h-23.457v-0.154l3.742-3.029v-9.077c0-4.41 3.587-7.997 7.997-7.997 4.409 0 7.997 3.587 7.997 7.997v9.075l3.721 3.029v0.155z\" fill=\"currentFill\"></path>\n<path d=\"M15.999 29.856c1.473 0 2.669-1.192 2.669-2.666h-5.335c0.001 1.473 1.195 2.666 2.667 2.666z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"bicycle \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M26.129 13.067c-0.737 0-1.44 0.143-2.090 0.392l-2.624-5.189h2.049v-1.066h-3.782l1.078 2.133h-9.236l-0.538-1.066h1.816v-1.066h-3.549l1.199 2.375c-0.006 0.009-0.015 0.016-0.020 0.025l-2.261 3.935c-0.707-0.303-1.484-0.471-2.301-0.471-3.234 0-5.864 2.631-5.864 5.865s2.631 5.864 5.864 5.864c3.053 0 5.567-2.347 5.837-5.331h4.364c0.19 0 0.365-0.101 0.461-0.266l4.923-8.485 1.626 3.215c-1.686 1.031-2.818 2.884-2.818 5.002 0 3.234 2.631 5.865 5.864 5.865s5.864-2.631 5.864-5.865-2.631-5.865-5.864-5.865zM11.024 10.712l3.881 7.687h-3.198c-0.165-1.815-1.158-3.393-2.599-4.352l1.915-3.335zM10.637 18.399h-4.029l1.968-3.426c1.123 0.771 1.902 2.005 2.061 3.426zM5.871 23.73c-2.646 0-4.798-2.152-4.798-4.798s2.152-4.799 4.798-4.799c0.623 0 1.217 0.123 1.763 0.34l-2.409 4.193c-0.095 0.165-0.094 0.368 0.001 0.533s0.271 0.266 0.461 0.266h4.95c-0.267 2.395-2.302 4.265-4.767 4.265zM15.944 18.090l-3.882-7.688h8.344l-4.461 7.688zM26.129 23.731c-2.646 0-4.798-2.153-4.798-4.799 0-1.702 0.893-3.196 2.234-4.048l2.257 4.465 0.952-0.481-2.251-4.451c0.503-0.18 1.042-0.283 1.606-0.283 2.646 0 4.798 2.153 4.798 4.799s-2.152 4.799-4.798 4.799z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"bluetooth \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"16\" height=\"32\" viewBox=\"0 0 16 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M7.436 31.952v-14.577l-6.362 6.358-0.742-0.742 6.738-6.733-7.071-7.065 0.742-0.742 6.695 6.69v-15.092l8.668 8.663-7.55 7.546 7.294 7.289-8.412 8.406zM8.485 17.672v11.749l5.879-5.875-5.879-5.874zM8.485 2.579v12.264l6.135-6.132-6.135-6.132z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"bookmarks \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M27.197 3.735h-9.596c-0.641 0-1.21 0.289-1.6 0.738-0.392-0.449-0.96-0.738-1.601-0.738h-9.596c-1.178 0-2.132 0.955-2.132 2.132v18.134c0 1.178 0.955 2.133 2.132 2.133h9.596c0.010 0 0.021-0.003 0.031-0.003 0.567 0.014 1.025 0.471 1.038 1.038v1.098h1.066v-0.591h0.010v-0.481c0-0.576 0.46-1.045 1.033-1.063 0.007 0 0.016 0.003 0.023 0.003h9.596c1.178 0 2.133-0.955 2.133-2.133v-18.134c0-1.178-0.955-2.132-2.133-2.132zM3.737 24v-18.134c0-0.588 0.479-1.066 1.066-1.066h9.596c0.588 0 1.066 0.479 1.066 1.066v18.134c0 0.588-0.478 1.066-1.066 1.066h-9.596c-0.587-0-1.066-0.479-1.066-1.066zM28.263 24c0 0.588-0.478 1.066-1.066 1.066h-9.596c-0.587 0-1.066-0.479-1.066-1.066v-18.134c0-0.588 0.479-1.066 1.066-1.066h9.596c0.588 0 1.066 0.479 1.066 1.066v18.134z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"bottom arrow \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"26\" height=\"32\" viewBox=\"0 0 26 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M0 16c0 7.243 5.871 13.113 13.113 13.113s13.113-5.87 13.113-13.113c0-7.242-5.871-13.113-13.113-13.113s-13.113 5.871-13.113 13.113zM25.177 16c0 6.652-5.412 12.064-12.064 12.064s-12.064-5.412-12.064-12.064c0-6.652 5.411-12.064 12.064-12.064s12.064 5.412 12.064 12.064z\" fill=\"currentFill\"></path>\n<path d=\"M7.475 16.796l-0.742 0.742 6.379 6.379 6.378-6.379-0.742-0.742-5.112 5.112v-12.727h-1.049v12.727z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"box1 \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M28.795 4.005h-25.59v6.931h1.067v17.060h23.457v-17.060h1.066v-6.931zM26.663 26.929h-21.324v-15.994h21.324v15.994zM27.729 9.869h-23.457v-4.798h23.457v4.798z\" fill=\"currentFill\"></path>\n<path d=\"M12.144 17.871h7.739c1.102 0 1.996-0.868 1.996-1.939v-0.386c0-1.071-0.894-1.939-1.996-1.939h-7.739c-1.102 0-1.995 0.868-1.995 1.939v0.386c0 1.071 0.892 1.939 1.995 1.939zM11.215 15.545c0-0.482 0.416-0.873 0.928-0.873h7.739c0.512 0 0.929 0.392 0.929 0.873v0.386c0 0.482-0.417 0.873-0.929 0.873h-7.739c-0.512 0-0.928-0.392-0.928-0.873v-0.386z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"box2 \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M29.871 6.026l-13.871-5.1-14.394 5.283v19.642l14.394 5.222 14.394-5.222v-19.634l-0.524-0.192zM15.467 29.746l-12.795-4.642v-17.747l12.795 4.642v17.747zM16 11.058l-12.326-4.472 12.326-4.524 12.315 4.528-12.315 4.468zM29.328 25.104l-12.795 4.642v-17.747l12.795-4.623v17.728z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"browser \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M2.672 2.672v26.656h26.657v-26.656h-26.657zM28.262 3.738v4.265h-24.524v-4.265h24.524zM3.738 28.262v-19.192h24.524v19.192h-24.524z\" fill=\"currentFill\"></path>\n<path d=\"M9.602 5.338h16.527v1.066h-16.527v-1.066z\" fill=\"currentFill\"></path>\n<path d=\"M5.337 5.338h1.066v1.066h-1.066v-1.066z\" fill=\"currentFill\"></path>\n<path d=\"M7.47 5.338h1.066v1.066h-1.066v-1.066z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"calculator \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M8.536 10.136h14.928v-4.265h-14.928v4.265zM9.602 6.937h12.795v2.132h-12.795v-2.133z\" fill=\"currentFill\"></path>\n<path d=\"M23.464 3.205h-14.928c-1.178 0-2.133 0.955-2.133 2.133v21.325c0 1.178 0.955 2.133 2.133 2.133h14.928c1.178 0 2.133-0.955 2.133-2.133v-21.325c0-1.178-0.955-2.132-2.133-2.132zM24.53 26.663c0 0.588-0.478 1.066-1.066 1.066h-14.928c-0.588 0-1.066-0.478-1.066-1.066v-21.325c0-0.587 0.479-1.066 1.066-1.066h14.928c0.588 0 1.066 0.479 1.066 1.066v21.325z\" fill=\"currentFill\"></path>\n<path d=\"M9.602 14.934v-3.199h-1.066v4.265h4.265v-1.066h-1.066z\" fill=\"currentFill\"></path>\n<path d=\"M9.602 20.265v-3.199h-1.066v4.265h4.265v-1.066h-1.066z\" fill=\"currentFill\"></path>\n<path d=\"M9.602 25.596v-3.199h-1.066v4.265h4.265v-1.066h-1.066z\" fill=\"currentFill\"></path>\n<path d=\"M14.934 14.934v-3.199h-1.066v4.265h4.265v-1.066h-1.066z\" fill=\"currentFill\"></path>\n<path d=\"M20.265 14.934v-3.199h-1.066v4.265h4.265v-1.066h-1.066z\" fill=\"currentFill\"></path>\n<path d=\"M14.934 20.265v-3.199h-1.066v4.265h4.265v-1.066h-1.066z\" fill=\"currentFill\"></path>\n<path d=\"M14.934 25.596v-3.199h-1.066v4.265h4.265v-1.066h-1.066z\" fill=\"currentFill\"></path>\n<path d=\"M20.265 25.596v-8.53h-1.066v9.596h4.265v-1.066h-1.066z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"call \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M23.407 30.394c-2.431 0-8.341-3.109-13.303-9.783-4.641-6.242-6.898-10.751-6.898-13.785 0-2.389 1.65-3.529 2.536-4.142l0.219-0.153c0.979-0.7 2.502-0.927 3.086-0.927 1.024 0 1.455 0.599 1.716 1.121 0.222 0.442 2.061 4.39 2.247 4.881 0.286 0.755 0.192 1.855-0.692 2.488l-0.155 0.108c-0.439 0.304-1.255 0.869-1.368 1.557-0.055 0.334 0.057 0.684 0.342 1.068 1.423 1.918 5.968 7.55 6.787 8.314 0.642 0.6 1.455 0.685 2.009 0.218 0.573-0.483 0.828-0.768 0.83-0.772l0.059-0.057c0.048-0.041 0.496-0.396 1.228-0.396 0.528 0 1.065 0.182 1.596 0.541 1.378 0.931 4.487 3.011 4.487 3.011l0.050 0.038c0.398 0.341 0.973 1.323 0.302 2.601-0.695 1.327-2.85 4.066-5.079 4.066zM9.046 2.672c-0.505 0-1.746 0.213-2.466 0.728l-0.232 0.162c-0.827 0.572-2.076 1.435-2.076 3.265 0 2.797 2.188 7.098 6.687 13.149 4.914 6.609 10.532 9.353 12.447 9.353 1.629 0 3.497-2.276 4.135-3.494 0.392-0.748 0.071-1.17-0.040-1.284-0.36-0.241-3.164-2.117-4.453-2.988-0.351-0.238-0.688-0.358-0.999-0.358-0.283 0-0.469 0.1-0.532 0.14-0.104 0.111-0.39 0.405-0.899 0.833-0.951 0.801-2.398 0.704-3.424-0.254-0.923-0.862-5.585-6.666-6.916-8.459-0.46-0.62-0.641-1.252-0.538-1.877 0.187-1.133 1.245-1.866 1.813-2.26l0.142-0.099c0.508-0.363 0.4-1.020 0.316-1.242-0.157-0.414-1.973-4.322-2.203-4.781-0.188-0.376-0.336-0.533-0.764-0.533z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"camera \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M27.195 9.069h-4.41l-2.564-2.57c-0.003-0.003-0.006-0.005-0.008-0.008l-0.005-0.004c-0.385-0.381-0.914-0.616-1.499-0.616h-5.331c-0.62 0-1.172 0.268-1.562 0.689l-0.002-0.006-2.511 2.516h-4.5c-1.178 0-2.132 0.955-2.132 2.133v12.795c0 1.178 0.955 2.133 2.132 2.133h22.391c1.178 0 2.133-0.955 2.133-2.133v-12.795c-0-1.178-0.955-2.133-2.133-2.133zM28.262 23.997c0 0.587-0.479 1.066-1.067 1.066h-22.391c-0.588 0-1.066-0.479-1.066-1.066v-12.795c0-0.588 0.479-1.066 1.066-1.066h4.942l1.604-1.607 0.026 0.078 1.224-1.324c0.207-0.224 0.484-0.347 0.779-0.347h5.331c0.282 0 0.548 0.109 0.757 0.316l2.876 2.883h4.852c0.588 0 1.067 0.478 1.067 1.066v12.795z\" fill=\"currentFill\"></path>\n<path d=\"M16 10.136c-3.828 0-6.931 3.102-6.931 6.93s3.103 6.932 6.931 6.932 6.931-3.104 6.931-6.932-3.103-6.93-6.931-6.93zM16 22.931c-3.234 0-5.864-2.631-5.864-5.865s2.631-5.863 5.864-5.863 5.864 2.63 5.864 5.863c0 3.234-2.631 5.865-5.864 5.865z\" fill=\"currentFill\"></path>\n<path d=\"M16 12.268c-2.651 0-4.798 2.147-4.798 4.797s2.148 4.799 4.798 4.799 4.798-2.149 4.798-4.799-2.148-4.797-4.798-4.797zM16 20.798c-2.058 0-3.732-1.675-3.732-3.733s1.674-3.731 3.732-3.731 3.732 1.673 3.732 3.731-1.674 3.733-3.732 3.733z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"car \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"29\" height=\"32\" viewBox=\"0 0 29 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M5.867 15.467c-1.173 0-2.133 0.96-2.133 2.133s0.96 2.133 2.133 2.133 2.133-0.96 2.133-2.133-0.96-2.133-2.133-2.133zM5.867 18.667c-0.587 0-1.067-0.48-1.067-1.067s0.48-1.067 1.067-1.067c0.587 0 1.067 0.48 1.067 1.067s-0.48 1.067-1.067 1.067z\" fill=\"currentFill\"></path>\n<path d=\"M22.933 15.467c-1.173 0-2.133 0.96-2.133 2.133s0.96 2.133 2.133 2.133c1.173 0 2.133-0.96 2.133-2.133s-0.96-2.133-2.133-2.133zM22.933 18.667c-0.587 0-1.067-0.48-1.067-1.067s0.48-1.067 1.067-1.067c0.587 0 1.067 0.48 1.067 1.067s-0.48 1.067-1.067 1.067z\" fill=\"currentFill\"></path>\n<path d=\"M25.12 11.2l-0.907-4.267c-0.373-1.387-1.44-2.133-2.88-2.133h-13.867c-1.493 0-2.347 0.747-2.773 2.133l-0.96 4.267h-3.733v1.067h3.467v0.053c-1.653 0.107-2.933 1.493-2.933 3.2v7.413h1.6v1.6c0 1.493 1.173 2.667 2.667 2.667s2.667-1.173 2.667-2.667v-1.6h13.867v1.6c0 1.493 1.173 2.667 2.667 2.667s2.667-1.173 2.667-2.667v-1.6h1.6v-7.413c0-1.653-1.28-3.040-2.88-3.2v-0.053h3.413v-1.067h-3.68zM5.707 7.253c0.32-0.96 0.8-1.387 1.76-1.387h13.867c1.013 0 1.6 0.427 1.867 1.333l1.067 5.12h-19.733l1.173-5.067zM6.4 24.533c0 0.907-0.693 1.6-1.6 1.6s-1.6-0.693-1.6-1.6v-1.6h3.2v1.6zM25.6 24.533c0 0.907-0.693 1.6-1.6 1.6s-1.6-0.693-1.6-1.6v-1.6h3.2v1.6zM27.2 15.52v6.347h-25.6v-6.347c0-1.173 0.96-2.133 2.133-2.133h21.333c1.173 0 2.133 0.96 2.133 2.133z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"cart \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M30.622 9.602h-22.407l-1.809-7.464h-5.027v1.066h4.188l5.198 21.443c-1.108 0.323-1.923 1.334-1.923 2.547 0 1.472 1.193 2.666 2.666 2.666s2.666-1.194 2.666-2.666c0-0.603-0.208-1.153-0.545-1.599h7.487c-0.337 0.446-0.545 0.997-0.545 1.599 0 1.472 1.193 2.666 2.665 2.666s2.666-1.194 2.666-2.666c0-1.473-1.193-2.665-2.666-2.666v0h-11.403l-0.517-2.133h14.968l4.337-12.795zM13.107 27.196c0 0.882-0.717 1.599-1.599 1.599s-1.599-0.717-1.599-1.599c0-0.882 0.717-1.599 1.599-1.599s1.599 0.718 1.599 1.599zM24.836 27.196c0 0.882-0.718 1.599-1.6 1.599s-1.599-0.717-1.599-1.599c0-0.882 0.717-1.599 1.599-1.599 0.882 0 1.6 0.718 1.6 1.599zM11.058 21.331l-2.585-10.662h20.662l-3.615 10.662h-14.462z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"cash \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"29\" height=\"32\" viewBox=\"0 0 29 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M16.784 10.755c-1.737 0-3.147 1.409-3.147 3.147s1.41 3.148 3.147 3.148c1.739 0 3.147-1.409 3.147-3.148s-1.409-3.147-3.147-3.147zM16.784 16c-1.156 0-2.098-0.941-2.098-2.099s0.941-2.098 2.098-2.098c1.158 0 2.098 0.941 2.098 2.098s-0.941 2.099-2.098 2.099z\" fill=\"currentFill\"></path>\n<path d=\"M4.196 6.034v15.735h25.176v-15.735h-25.176zM28.324 9.583v11.137h-23.078v-13.637h23.078v2.5z\" fill=\"currentFill\"></path>\n<path d=\"M23.746 22.819h-20.599v-14.686h-1.049v15.735h25.177v-1.049h-1.049z\" fill=\"currentFill\"></path>\n<path d=\"M21.648 24.917h-20.599v-14.686h-1.049v15.735h25.177v-1.049h-1.049z\" fill=\"currentFill\"></path>\n<path d=\"M6.819 8.165h3.147v1.049h-3.147v-1.049z\" fill=\"currentFill\"></path>\n<path d=\"M6.819 18.623h3.147v1.049h-3.147v-1.049z\" fill=\"currentFill\"></path>\n<path d=\"M23.603 8.165h3.147v1.049h-3.147v-1.049z\" fill=\"currentFill\"></path>\n<path d=\"M23.603 18.623h3.147v1.049h-3.147v-1.049z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"chat \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M21.331 10.669v-7.997h-18.659v14.394h7.997v7.997h11.063l4.265 4.264h0.665v-4.264h2.666v-14.394h-7.997zM3.738 16v-12.262h16.527v6.931h-9.596v5.331h-6.931zM28.262 23.997h-2.666v3.422l-3.423-3.422h-10.439v-12.262h16.527v12.262z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"check \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M16 2.672c-7.361 0-13.328 5.967-13.328 13.328s5.968 13.328 13.328 13.328c7.361 0 13.328-5.967 13.328-13.328s-5.967-13.328-13.328-13.328zM16 28.262c-6.761 0-12.262-5.501-12.262-12.262s5.5-12.262 12.262-12.262c6.761 0 12.262 5.501 12.262 12.262s-5.5 12.262-12.262 12.262z\" fill=\"currentFill\"></path>\n<path d=\"M22.667 11.241l-8.559 8.299-2.998-2.998c-0.312-0.312-0.818-0.312-1.131 0s-0.312 0.818 0 1.131l3.555 3.555c0.156 0.156 0.361 0.234 0.565 0.234 0.2 0 0.401-0.075 0.556-0.225l9.124-8.848c0.317-0.308 0.325-0.814 0.018-1.131-0.309-0.318-0.814-0.325-1.131-0.018z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"clock \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M16 3.205c-7.066 0-12.795 5.729-12.795 12.795s5.729 12.795 12.795 12.795 12.795-5.729 12.795-12.795c0-7.066-5.729-12.795-12.795-12.795zM16 27.729c-6.467 0-11.729-5.261-11.729-11.729s5.261-11.729 11.729-11.729 11.729 5.261 11.729 11.729c0 6.467-5.261 11.729-11.729 11.729z\" fill=\"currentFill\"></path>\n<path d=\"M16 17.066h-6.398v1.066h7.464v-10.619h-1.066z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"close circle \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M6.576 6.576c-5.205 5.205-5.205 13.643 0 18.849s13.643 5.205 18.849-0c5.206-5.206 5.206-13.643 0-18.849s-13.643-5.205-18.849 0zM24.67 24.67c-4.781 4.781-12.56 4.781-17.341 0s-4.781-12.56 0-17.341c4.781-4.781 12.56-4.781 17.341 0s4.78 12.56-0 17.341z\" fill=\"currentFill\"></path>\n<path d=\"M10.722 9.969l-0.754 0.754 5.278 5.278-5.253 5.253 0.754 0.754 5.253-5.253 5.253 5.253 0.754-0.754-5.253-5.253 5.278-5.278-0.754-0.754-5.278 5.278z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"close \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M10.722 9.969l-0.754 0.754 5.278 5.278-5.253 5.253 0.754 0.754 5.253-5.253 5.253 5.253 0.754-0.754-5.253-5.253 5.278-5.278-0.754-0.754-5.278 5.278z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"cloud download \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M20.050 25.363l0.756 0.756-4.775 4.775-4.775-4.775 0.756-0.756 3.488 3.488v-13.956h1.063v13.956l3.488-3.488zM26.175 9.569c0-0.088 0.012-0.169 0.012-0.25 0-4.569-3.7-8.269-8.262-8.269-3.287 0-6.119 1.925-7.45 4.706-0.575-0.287-1.225-0.456-1.912-0.456-2.112 0-3.862 1.537-4.2 3.55-2.513 0.863-4.325 3.244-4.325 6.050 0 3.531 2.862 6.394 6.394 6.394h6.938v-1.069h-6.938c-2.938 0-5.325-2.394-5.325-5.331 0-2.275 1.45-4.3 3.606-5.044l0.6-0.206 0.106-0.625c0.263-1.544 1.587-2.662 3.15-2.662 0.5 0 0.981 0.119 1.431 0.344l0.975 0.487 0.469-0.981c1.194-2.494 3.738-4.1 6.488-4.1 3.962 0.013 7.194 3.237 7.194 7.206 0 0.019 0 0.044-0.006 0.069-0.006 0.050-0.006 0.106-0.006 0.162l-0.025 1.088 1.087 0.006c2.637 0.006 4.788 2.162 4.788 4.8 0 2.631-2.144 4.781-4.775 4.794h-7.494v1.069h7.494c3.225-0.019 5.837-2.637 5.837-5.863 0-3.238-2.619-5.863-5.85-5.869z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"cloud upload \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M12.025 16.156l-0.756-0.756 4.775-4.775 4.775 4.775-0.756 0.756-3.488-3.488v13.956h-1.069v-13.956l-3.481 3.488zM26.194 9.569c0-0.088 0.012-0.169 0.012-0.25 0-4.569-3.7-8.269-8.269-8.269-3.287 0-6.119 1.925-7.45 4.706-0.575-0.287-1.225-0.456-1.912-0.456-2.112 0-3.862 1.537-4.2 3.55-2.513 0.863-4.325 3.244-4.325 6.050 0 3.531 2.862 6.394 6.394 6.394h6.938v-1.069h-6.938c-2.938 0-5.325-2.394-5.325-5.331 0-2.275 1.45-4.3 3.606-5.044l0.6-0.206 0.106-0.625c0.263-1.544 1.587-2.662 3.15-2.662 0.5 0 0.981 0.119 1.431 0.344l0.975 0.487 0.469-0.981c1.188-2.481 3.731-4.088 6.481-4.088 3.969 0 7.2 3.231 7.2 7.2 0 0.019 0 0.044-0.006 0.069-0.006 0.050-0.006 0.106-0.006 0.162l-0.025 1.088 1.087 0.006c2.637 0.006 4.787 2.162 4.787 4.8 0 2.631-2.144 4.781-4.775 4.794h-7.488v1.069h7.494c3.225-0.019 5.837-2.637 5.837-5.863-0.006-3.244-2.619-5.869-5.85-5.875z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"cloud \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M17.894 6.945c3.969 0 7.197 3.228 7.197 7.197 0 0.022-0.003 0.045-0.004 0.067-0.003 0.053-0.007 0.106-0.008 0.16l-0.027 1.088 1.090 0.004c2.637 0.007 4.783 2.16 4.783 4.797 0 2.63-2.141 4.782-4.773 4.796l-0.233 0.001h-19.517c-2.937-0.003-5.327-2.394-5.327-5.33 0-2.275 1.448-4.3 3.603-5.040l0.6-0.205 0.106-0.625c0.261-1.542 1.586-2.661 3.149-2.661 0.498 0 0.98 0.116 1.431 0.343l0.972 0.488 0.469-0.981c1.192-2.491 3.739-4.1 6.488-4.1zM17.894 5.878c-3.288 0-6.12 1.925-7.45 4.705-0.575-0.29-1.223-0.456-1.911-0.456-2.111 0-3.859 1.536-4.2 3.55-2.514 0.862-4.324 3.24-4.324 6.048 0 3.531 2.862 6.393 6.392 6.396l19.756-0.001c3.225-0.017 5.834-2.634 5.834-5.862 0-3.233-2.615-5.854-5.846-5.863 0.002-0.085 0.012-0.168 0.012-0.253 0-4.564-3.7-8.263-8.263-8.263v0z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"coffee \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M23.97 19.732h4.292v-8.53h-24.524v7.997c0 5.594 4.535 10.129 10.129 10.129 5.414 0 9.824-4.251 10.102-9.596zM23.997 12.268h3.199v6.397h-3.199v-6.398zM13.867 28.262c-4.997 0-9.063-4.066-9.063-9.063v-6.931h18.126v6.931c0 4.998-4.066 9.063-9.063 9.063z\" fill=\"currentFill\"></path>\n<path d=\"M3.738 30.394h20.259v-1.066h-20.259z\" fill=\"currentFill\"></path>\n<path d=\"M9.069 3.205h1.066v4.798h-1.066v-4.798z\" fill=\"currentFill\"></path>\n<path d=\"M17.599 3.205h1.066v4.798h-1.066v-4.798z\" fill=\"currentFill\"></path>\n<path d=\"M13.334 1.606h1.066v6.398h-1.066v-6.397z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"comment \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M26.664 4.82h-21.328c-1.178 0-2.132 0.955-2.132 2.133v13.868c0 1.178 0.955 2.133 2.132 2.133h14.968l4.226 4.226v-4.226h2.134c1.178 0 2.133-0.955 2.133-2.133v-13.868c-0-1.178-0.955-2.133-2.133-2.133zM27.73 20.821c0 0.588-0.479 1.066-1.066 1.066h-3.2v2.718l-2.718-2.718h-15.41c-0.588 0-1.066-0.478-1.066-1.066v-13.868c0-0.588 0.479-1.066 1.066-1.066h21.328c0.588 0 1.066 0.478 1.066 1.066v13.868z\" fill=\"currentFill\"></path>\n<path d=\"M16 12.824c-0.589 0-1.066 0.478-1.066 1.066s0.477 1.066 1.066 1.066 1.066-0.477 1.066-1.066c0-0.588-0.477-1.066-1.066-1.066z\" fill=\"currentFill\"></path>\n<path d=\"M20.265 12.824c-0.589 0-1.066 0.478-1.066 1.066s0.477 1.066 1.066 1.066 1.066-0.477 1.066-1.066c0-0.588-0.477-1.066-1.066-1.066z\" fill=\"currentFill\"></path>\n<path d=\"M11.835 12.824c-0.589 0-1.066 0.478-1.066 1.066s0.477 1.066 1.066 1.066 1.066-0.477 1.066-1.066c0-0.588-0.477-1.066-1.066-1.066z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"compass \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M17.992 5.493c0.414-0.47 0.674-1.080 0.674-1.755 0-1.472-1.193-2.665-2.666-2.665s-2.666 1.193-2.666 2.665c0 0.675 0.259 1.285 0.674 1.755-6.12 0.957-10.803 6.251-10.803 12.64 0 7.067 5.729 12.795 12.795 12.795s12.795-5.728 12.795-12.795c0-6.389-4.683-11.683-10.803-12.64zM16 2.139c0.882 0 1.599 0.717 1.599 1.599s-0.717 1.599-1.599 1.599-1.599-0.717-1.599-1.599 0.717-1.599 1.599-1.599zM16 29.861c-6.467 0-11.729-5.261-11.729-11.729s5.261-11.729 11.729-11.729 11.729 5.261 11.729 11.729-5.261 11.729-11.729 11.729z\" fill=\"currentFill\"></path>\n<path d=\"M9.605 24.538l8.675-4.109 4.109-8.676-8.704 4.081-4.081 8.703zM14.247 17.15l2.721 2.721-5.138 2.433 2.417-5.155zM17.722 19.118l-2.721-2.721 5.155-2.417-2.434 5.139z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"config \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M17.599 3.738v2.598l0.8 0.207c0.905 0.234 1.768 0.597 2.566 1.081l0.715 0.434 1.86-1.86 2.262 2.262-1.888 1.888 0.407 0.708c0.451 0.785 0.788 1.635 1.002 2.527l0.196 0.817h2.744v3.199h-2.806l-0.216 0.782c-0.233 0.844-0.583 1.654-1.040 2.406l-0.434 0.716 2.036 2.035-2.262 2.262-2.064-2.064-0.707 0.407c-0.734 0.422-1.531 0.745-2.368 0.961l-0.8 0.206v2.951h-3.199v-2.951l-0.8-0.206c-0.837-0.216-1.634-0.539-2.368-0.961l-0.708-0.407-2.064 2.064-2.262-2.262 2.036-2.035-0.434-0.716c-0.457-0.753-0.807-1.562-1.040-2.406l-0.216-0.782h-2.806v-3.199h2.744l0.196-0.817c0.213-0.891 0.551-1.742 1.002-2.527l0.407-0.708-1.888-1.888 2.262-2.262 1.86 1.86 0.715-0.434c0.798-0.484 1.661-0.848 2.566-1.081l0.8-0.207v-2.598h3.199zM16 20.799c2.646 0 4.798-2.153 4.798-4.799s-2.152-4.799-4.798-4.799-4.798 2.153-4.798 4.799c0 2.646 2.152 4.799 4.798 4.799zM18.666 2.672h-5.331v2.839c-1.018 0.263-1.975 0.67-2.852 1.202l-2.022-2.022-3.769 3.77 2.065 2.065c-0.498 0.867-0.875 1.81-1.114 2.809h-2.97v5.331h3.060c0.263 0.953 0.655 1.85 1.156 2.676l-2.198 2.198 3.769 3.77 2.241-2.241c0.816 0.469 1.7 0.828 2.633 1.069v3.191h5.331v-3.191c0.933-0.241 1.817-0.6 2.633-1.069l2.241 2.241 3.769-3.77-2.198-2.198c0.501-0.826 0.893-1.723 1.156-2.676h3.060v-5.331h-2.97c-0.239-0.999-0.616-1.941-1.114-2.809l2.065-2.065-3.769-3.77-2.022 2.022c-0.877-0.532-1.834-0.939-2.852-1.202v-2.839h-0zM16 19.733c-2.062 0-3.732-1.671-3.732-3.733s1.67-3.732 3.732-3.732 3.732 1.671 3.732 3.732c0 2.062-1.67 3.733-3.732 3.733v0z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"copy file \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M27.845 7.385l-5.384-5.384h-11.845v4.307h-6.461v23.69h17.229v-4.307h6.461v-18.306zM22.461 3.524l3.861 3.861h-3.861v-3.861zM5.232 28.922v-21.537h9.692v5.384h5.384v16.153h-15.076zM16 7.831l3.861 3.861h-3.861v-3.861zM21.384 24.615v-12.922l-5.384-5.384h-4.307v-3.231h9.692v5.384h5.384v16.153h-5.384z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"credit \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M28.795 6.404h-25.59c-0.883 0-1.599 0.716-1.599 1.599v15.994c0 0.884 0.716 1.599 1.599 1.599h25.59c0.883 0 1.599-0.715 1.599-1.599v-15.994c0-0.883-0.716-1.599-1.599-1.599zM2.672 10.669h26.656v2.133h-26.656v-2.133zM29.328 23.997c0 0.294-0.239 0.533-0.533 0.533h-25.59c-0.294 0-0.533-0.239-0.533-0.533v-10.129h26.656v10.129zM2.672 9.602v-1.599c0-0.294 0.239-0.533 0.533-0.533h25.59c0.294 0 0.533 0.239 0.533 0.533v1.599h-26.656z\" fill=\"currentFill\"></path>\n<path d=\"M4.804 21.331h10.662v1.066h-10.662v-1.066z\" fill=\"currentFill\"></path>\n<path d=\"M4.804 18.133h6.398v1.066h-6.397v-1.066z\" fill=\"currentFill\"></path>\n<path d=\"M23.981 22.398h2.165c0.579 0 1.050-0.462 1.050-1.034v-0.064c0-0.571-0.47-1.035-1.050-1.035h-2.165c-0.58 0-1.051 0.463-1.051 1.035v0.064c0 0.572 0.47 1.034 1.051 1.034z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"crop \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M25.063 24.526v-17.308l1.941-1.934-0.753-0.755-1.882 1.875h-17.427v-3.199h-1.066v3.199h-3.205v1.066h3.205v18.122h18.12v3.203h1.066v-3.203h4.265v-1.066h-4.265zM23.3 7.47l-16.357 16.305v-16.305h16.357zM7.7 24.526l16.297-16.245v16.245h-16.297z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"culture \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M26.995 12.046h4.258l-15.457-9.152-15.049 9.152h3.857v15.994h-2.132v1.066h26.656v-1.066h-2.133v-15.994zM4.553 10.98l11.25-6.842 11.556 6.842h-22.807zM5.67 28.040v-15.994h3.199v15.994h-3.199zM9.935 28.040v-15.994h3.199v15.994h-3.199zM14.2 28.040v-15.994h3.199v15.994h-3.199zM18.465 28.040v-15.994h3.199v15.994h-3.199zM22.73 28.040v-15.994h3.199v15.994h-3.199z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"cup \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M28.262 2.675c-0.039 0-0.075 0.009-0.113 0.011h-3.085v-0.011l-21.212 0.011c-0.039-0.002-0.075-0.011-0.114-0.011-1.178 0-2.132 0.955-2.132 2.133 0 0.592 0.242 1.128 0.632 1.514l4.699 4.699v-0.348c0 4.825 3.774 8.759 8.53 9.036v8.551h-4.265v1.066h9.596v-1.066h-4.265v-8.551c4.756-0.277 8.53-4.211 8.53-9.036v0.348l4.699-4.699c0.39-0.386 0.632-0.921 0.632-1.514 0-1.178-0.955-2.132-2.133-2.132zM6.937 9.512l-3.949-3.949c-0.204-0.202-0.316-0.471-0.316-0.756 0-0.573 0.454-1.042 1.023-1.065 0.033 0.004 0.066 0.007 0.099 0.009l0.029 0.002h3.114v5.76zM23.997 10.672c0 4.41-3.588 7.997-7.997 7.997s-7.997-3.587-7.997-7.997v-6.931h15.994v6.931zM29.012 5.563l-3.949 3.949v-5.76l3.143-0.002c0.034-0.002 0.067-0.005 0.099-0.009 0.568 0.023 1.023 0.492 1.023 1.065-0 0.286-0.113 0.554-0.316 0.756z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"date \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M3.205 3.205v25.59h25.59v-25.59h-25.59zM27.729 4.271v4.798h-23.457v-4.798h23.457zM4.271 27.729v-17.593h23.457v17.593h-23.457z\" fill=\"currentFill\"></path>\n<path d=\"M11.201 5.871h1.6v1.599h-1.6v-1.599z\" fill=\"currentFill\"></path>\n<path d=\"M19.199 5.871h1.599v1.599h-1.599v-1.599z\" fill=\"currentFill\"></path>\n<path d=\"M12.348 13.929c-0.191 1.297-0.808 1.32-2.050 1.365l-0.193 0.007v0.904h2.104v5.914h1.116v-8.361h-0.953l-0.025 0.171z\" fill=\"currentFill\"></path>\n<path d=\"M18.642 16.442c-0.496 0-1.005 0.162-1.408 0.433l0.38-1.955h3.515v-1.060h-4.347l-0.848 4.528h0.965l0.059-0.092c0.337-0.525 0.952-0.852 1.606-0.852 1.064 0 1.836 0.787 1.836 1.87 0 0.98-0.615 1.972-1.79 1.972-1.004 0-1.726-0.678-1.756-1.649l-0.006-0.194h-1.115l0.005 0.205c0.036 1.58 1.167 2.641 2.816 2.641 1.662 0 2.963-1.272 2.963-2.895-0-1.766-1.154-2.953-2.872-2.953z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"delete user \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"26\" height=\"32\" viewBox=\"0 0 26 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M18.723 21.788c-1.151-0.48-3.884-1.423-5.565-1.919-0.143-0.045-0.166-0.052-0.166-0.649 0-0.493 0.203-0.989 0.4-1.409 0.214-0.456 0.468-1.224 0.559-1.912 0.255-0.296 0.602-0.88 0.826-1.993 0.196-0.981 0.104-1.338-0.026-1.673-0.013-0.035-0.028-0.070-0.038-0.105-0.049-0.23 0.018-1.425 0.187-2.352 0.116-0.636-0.030-1.989-0.906-3.108-0.553-0.707-1.611-1.576-3.544-1.696l-1.060 0.001c-1.9 0.12-2.96 0.988-3.513 1.695-0.876 1.119-1.021 2.472-0.905 3.108 0.169 0.928 0.236 2.123 0.188 2.348-0.010 0.039-0.025 0.074-0.039 0.11-0.129 0.335-0.221 0.692-0.025 1.673 0.222 1.113 0.57 1.697 0.826 1.993 0.090 0.688 0.344 1.456 0.559 1.912 0.157 0.334 0.231 0.788 0.231 1.431 0 0.597-0.023 0.604-0.157 0.646-1.739 0.513-4.505 1.513-5.537 1.965-0.818 0.351-1.017 0.98-1.017 1.548s0 2.251 0 2.623c0 0.371 0.22 1.006 1.017 1.006 0.613 0 5.518 0 7.746 0 0.668 0 1.098 0 1.098 0h0.192c0 0 0.437 0 1.115 0 2.237 0 7.135 0 7.747 0 0.796 0 1.017-0.634 1.017-1.006s0-2.055 0-2.623-0.392-1.262-1.209-1.613zM18.876 25.98h-17.827v-2.579c0-0.318 0.093-0.46 0.389-0.587 0.993-0.435 3.741-1.426 5.433-1.926 0.889-0.282 0.889-1.070 0.889-1.646 0-0.801-0.104-1.397-0.331-1.878-0.172-0.366-0.392-1.022-0.468-1.601l-0.041-0.312-0.206-0.238c-0.113-0.13-0.395-0.538-0.59-1.513-0.153-0.759-0.085-0.935-0.031-1.076 0.031-0.076 0.059-0.152 0.081-0.237l0.006-0.022 0.004-0.022c0.106-0.495-0.037-1.962-0.181-2.755-0.067-0.365 0.017-1.401 0.701-2.273 0.417-0.534 1.228-1.19 2.721-1.293l0.992-0.001c1.219 0.083 2.145 0.518 2.753 1.294 0.682 0.872 0.765 1.909 0.699 2.275-0.148 0.814-0.287 2.257-0.179 2.758l0.008 0.039 0.011 0.038c0.015 0.054 0.035 0.108 0.055 0.161l0.010 0.026v0.002c0.059 0.153 0.127 0.326-0.025 1.087-0.196 0.974-0.479 1.384-0.592 1.515l-0.204 0.237-0.041 0.31c-0.077 0.578-0.297 1.237-0.469 1.603-0.247 0.525-0.5 1.157-0.5 1.856 0 0.577 0 1.367 0.918 1.655 1.641 0.485 4.345 1.416 5.448 1.877 0.418 0.179 0.574 0.493 0.574 0.649l-0.006 2.579z\" fill=\"currentFill\"></path>\n<path d=\"M23.296 14.965l2.742-2.742-0.743-0.742-2.741 2.742-2.742-2.742-0.742 0.742 2.742 2.742-2.742 2.742 0.742 0.742 2.742-2.742 2.742 2.742 0.742-0.742z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"diamond \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"28\" height=\"32\" viewBox=\"0 0 28 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M27.467 10.667l-6.293-7.467h-14.4l-6.293 7.467-0.48 0.533 0.427 0.533 13.547 17.067 13.973-17.6-0.48-0.533zM26.080 10.667h-10.72l5.333-6.347 5.387 6.347zM13.92 10.667l-5.547-6.4h10.987l-5.44 6.4zM7.147 4.427l5.387 6.24h-10.667l5.28-6.24zM13.44 11.733v14.667l-11.68-14.667h11.68zM14.507 26.4v-14.667h11.627l-11.627 14.667z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"disk \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"26\" height=\"32\" viewBox=\"0 0 26 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M13.113 18.622c1.449 0 2.623-1.174 2.623-2.622s-1.174-2.622-2.623-2.622c-1.448 0-2.623 1.173-2.623 2.622s1.174 2.622 2.623 2.622zM13.113 14.427c0.868 0 1.574 0.706 1.574 1.573s-0.706 1.573-1.574 1.573-1.574-0.706-1.574-1.573c0-0.867 0.706-1.573 1.574-1.573z\" fill=\"currentFill\"></path>\n<path d=\"M26.122 17.627c0.066-0.534 0.104-1.076 0.104-1.627 0-7.242-5.871-13.113-13.112-13.113v0c-0.001 0-0.001 0-0.001 0-4.973 0-9.299 2.769-11.522 6.848-0.002 0.005-0.005 0.009-0.008 0.014-0.042 0.077-0.080 0.157-0.12 0.235-0.154 0.298-0.3 0.601-0.432 0.912-0.020 0.047-0.037 0.095-0.056 0.143-0.626 1.531-0.974 3.205-0.974 4.961 0 7.242 5.871 13.113 13.113 13.113 6.515 0 11.918-4.753 12.937-10.98 0.028-0.168 0.051-0.337 0.072-0.506zM25.154 16.712c-0.004 0.072-0.011 0.143-0.016 0.214-0.012 0.167-0.028 0.334-0.048 0.499-0.009 0.077-0.019 0.155-0.029 0.232-0.024 0.17-0.051 0.338-0.082 0.506-0.011 0.061-0.020 0.123-0.033 0.184-0.046 0.23-0.096 0.458-0.155 0.683-0.001 0.002-0.001 0.003-0.002 0.005-0.057 0.222-0.123 0.441-0.193 0.657-0.017 0.055-0.037 0.11-0.056 0.165-0.056 0.167-0.116 0.332-0.18 0.495-0.022 0.057-0.044 0.115-0.068 0.172-0.072 0.176-0.147 0.349-0.226 0.52-0.016 0.036-0.031 0.072-0.048 0.107-0.101 0.213-0.207 0.423-0.321 0.629l-6.28-3.793c0.278-0.602 0.437-1.27 0.437-1.977 0-2.613-2.119-4.731-4.732-4.731-0.002 0-0.003 0.001-0.005 0.001s-0.004-0.001-0.006-0.001c-0.018 0-0.036 0.003-0.055 0.004-0.157 0.002-0.312 0.011-0.464 0.028-0.016 0.002-0.032 0.006-0.049 0.008-0.892 0.109-1.706 0.465-2.374 0.999l-5.205-5.206c1.045-0.959 2.26-1.734 3.593-2.28v0c0.702-0.287 1.437-0.511 2.197-0.663 0.011-0.002 0.022-0.004 0.033-0.006 0.178-0.035 0.358-0.067 0.538-0.094 0.039-0.006 0.079-0.010 0.119-0.015 0.154-0.022 0.308-0.042 0.464-0.058 0.081-0.008 0.164-0.012 0.246-0.019 0.116-0.009 0.232-0.020 0.349-0.026 0.194-0.010 0.389-0.014 0.585-0.015 0.007 0 0.015-0.001 0.023-0.001 6.028 0 11.038 4.444 11.924 10.229 0.092 0.598 0.139 1.211 0.139 1.835-0 0.239-0.009 0.477-0.023 0.712zM22.327 23.774c-0.129 0.154-0.263 0.303-0.399 0.45-0.025 0.026-0.050 0.051-0.074 0.077-0.125 0.131-0.252 0.26-0.382 0.385-0.029 0.028-0.058 0.055-0.088 0.083-0.133 0.126-0.268 0.248-0.407 0.367-0.025 0.022-0.050 0.044-0.075 0.066-0.158 0.134-0.32 0.264-0.484 0.39-0.005 0.003-0.010 0.007-0.015 0.011-0.355 0.27-0.726 0.521-1.111 0.752l-3.48-6.453c0.406-0.282 0.763-0.626 1.063-1.017l6.278 3.791c-0.247 0.372-0.515 0.727-0.801 1.069-0.008 0.010-0.017 0.019-0.026 0.030zM17.038 27.404c-0.155 0.054-0.311 0.105-0.469 0.153-0.060 0.018-0.122 0.035-0.183 0.052-0.144 0.041-0.29 0.079-0.436 0.115-0.069 0.016-0.139 0.033-0.209 0.048-0.142 0.032-0.285 0.060-0.429 0.087-0.072 0.013-0.144 0.027-0.216 0.039-0.148 0.025-0.296 0.045-0.445 0.065-0.069 0.008-0.137 0.018-0.205 0.026-0.167 0.018-0.334 0.033-0.503 0.044-0.052 0.003-0.103 0.008-0.155 0.011-0.223 0.012-0.448 0.019-0.674 0.019-6.444 0-11.725-5.078-12.048-11.443-0.011-0.206-0.016-0.412-0.016-0.62 0-0.204 0.006-0.407 0.015-0.609 0.008-0.154 0.021-0.307 0.034-0.46 0.004-0.045 0.006-0.090 0.010-0.134 0.119-1.183 0.411-2.316 0.847-3.374 0.001-0.006 0.003-0.011 0.004-0.016 0.544-1.317 1.315-2.518 2.264-3.553l5.206 5.206c-0.579 0.724-0.948 1.621-1.020 2.602-0.009 0.113-0.018 0.225-0.018 0.34 0 0.002 0.001 0.004 0.001 0.006s-0.001 0.004-0.001 0.005c0 2.613 2.118 4.732 4.731 4.732 0.625 0 1.219-0.124 1.765-0.343l3.481 6.457c-0.387 0.187-0.786 0.355-1.195 0.502-0.045 0.016-0.091 0.030-0.137 0.046zM16.784 16c0 2.025-1.647 3.671-3.672 3.671-2.023 0-3.668-1.643-3.671-3.665 0.003-2.026 1.65-3.674 3.677-3.677 2.022 0.003 3.666 1.648 3.666 3.671z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"diskette \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M23.464 3.205h-20.259v25.59h25.59v-20.259l-5.331-5.331zM21.331 4.271v7.464h-10.662v-7.464h10.662zM27.729 27.729h-23.457v-23.457h5.331v8.53h12.795v-8.53h0.625l4.706 4.707v18.751z\" fill=\"currentFill\"></path>\n<path d=\"M18.153 6.404h1.066v3.199h-1.066v-3.199z\" fill=\"currentFill\"></path>\n<path d=\"M10.669 20.265h10.662v1.066h-10.662v-1.066z\" fill=\"currentFill\"></path>\n<path d=\"M10.669 23.464h10.662v1.066h-10.662v-1.066z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"display1 \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M29.861 22.698v-19.192h-27.723v19.192h13.328v2.062l-5.056 2.8 0.516 0.933 5.073-2.81 5.073 2.81 0.516-0.933-5.056-2.8v-2.062h13.328zM3.205 4.572h25.59v17.060h-25.59v-17.060z\" fill=\"currentFill\"></path>\n<path d=\"M15.294 15.427l-3.162-4.41-2.116 4.103-3.327-6.713-2.429 8.965 1.029 0.279 1.694-6.25 3.014 6.082 2.284-4.428 3.414 4.761 2.948-9.892-1.021-0.305z\" fill=\"currentFill\"></path>\n<path d=\"M23.464 9.903c-1.764 0-3.199 1.435-3.199 3.199s1.435 3.199 3.199 3.199c1.763 0 3.198-1.435 3.198-3.199s-1.435-3.199-3.198-3.199zM23.464 15.235c-1.176 0-2.133-0.956-2.133-2.133s0.957-2.133 2.133-2.133c1.176 0 2.132 0.956 2.132 2.133s-0.956 2.133-2.132 2.133z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"display2 \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M30.394 4.005h-28.789v1.066h2.132v19.192h11.729v2.666h-8.53v1.066h18.126v-1.066h-8.53v-2.666h11.729v-19.192h2.133v-1.066zM27.196 23.197h-22.391v-18.126h22.391v18.126z\" fill=\"currentFill\"></path>\n<path d=\"M14.401 8.27h-6.397v6.398h6.398v-6.398zM13.334 13.601h-4.265v-4.265h4.265v4.265z\" fill=\"currentFill\"></path>\n<path d=\"M16.533 13.601h7.464v1.066h-7.464v-1.066z\" fill=\"currentFill\"></path>\n<path d=\"M16.533 8.27h7.464v1.066h-7.464v-1.066z\" fill=\"currentFill\"></path>\n<path d=\"M16.533 10.935h7.464v1.066h-7.464v-1.066z\" fill=\"currentFill\"></path>\n<path d=\"M8.003 16.8h15.994v1.066h-15.994v-1.066z\" fill=\"currentFill\"></path>\n<path d=\"M8.003 19.998h15.994v1.066h-15.994v-1.066z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"door lock \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"27\" height=\"32\" viewBox=\"0 0 27 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M13.333 2.667c-7.36 0-13.333 5.973-13.333 13.333s5.973 13.333 13.333 13.333c7.36 0 13.333-5.973 13.333-13.333s-5.973-13.333-13.333-13.333zM13.333 28.267c-6.773 0-12.267-5.493-12.267-12.267s5.493-12.267 12.267-12.267c6.773 0 12.267 5.493 12.267 12.267s-5.493 12.267-12.267 12.267z\" fill=\"currentFill\"></path>\n<path d=\"M17.6 12.8c0-2.347-1.92-4.267-4.267-4.267s-4.267 1.92-4.267 4.267c0 1.6 0.907 3.040 2.24 3.733l-2.24 6.4h8.533l-2.187-6.4c1.28-0.747 2.187-2.133 2.187-3.733zM16.107 21.867h-5.547l1.707-4.96 0.32-0.853-0.8-0.427c-1.013-0.587-1.653-1.653-1.653-2.827 0-1.76 1.44-3.2 3.2-3.2s3.2 1.44 3.2 3.2c0 1.173-0.64 2.24-1.653 2.773l-0.8 0.427 0.267 0.853 1.76 5.013z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"download \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M11.335 13.315l-0.754 0.754 5.419 5.419 5.419-5.419-0.754-0.754-4.132 4.132v-16.877h-1.066v16.877z\" fill=\"currentFill\"></path>\n<path d=\"M18.666 5.9v1.066h6.931v18.126h-19.192v-18.126h6.931v-1.066h-7.997v20.259h21.325v-20.259z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"drawer \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M23.505 6.937h-14.969l-5.864 6.397v11.729h26.656v-11.729l-5.823-6.397zM9.005 8.003h14.029l4.852 5.331h-8.155c0 1.997-1.735 3.61-3.732 3.61s-3.732-1.613-3.732-3.61h-8.149l4.887-5.331zM28.262 23.997h-24.524v-9.596h7.596c0.51 2.041 2.441 3.609 4.666 3.609s4.156-1.569 4.666-3.61h7.596v9.596z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"drop \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M24.839 15.852c-0.021-0.083-0.063-0.158-0.118-0.22l-8.722-14.546-1.246 2.077h0.002l-7.525 12.548c-0.019 0.031-0.034 0.063-0.045 0.097-0.86 1.52-1.315 3.238-1.315 4.976 0 5.585 4.544 10.129 10.13 10.129s10.129-4.544 10.129-10.129c0-1.721-0.446-3.422-1.29-4.932zM16.001 29.847c-4.997 0-9.064-4.066-9.064-9.063 0-1.584 0.423-3.151 1.222-4.531 0.015-0.026 0.027-0.052 0.037-0.079l7.803-13.013 7.802 13.011c0.010 0.028 0.023 0.055 0.039 0.081 0.8 1.38 1.222 2.947 1.222 4.531 0 4.998-4.066 9.063-9.063 9.063z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"edit \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M28.262 5.87c0-1.472-1.194-2.665-2.666-2.665s-2.666 1.193-2.666 2.665c0 1.289 0.916 2.365 2.133 2.612v18.18h1.066v-18.18c1.217-0.247 2.133-1.323 2.133-2.612zM25.596 7.47c-0.882 0-1.599-0.717-1.599-1.599s0.717-1.599 1.599-1.599c0.882 0 1.599 0.717 1.599 1.599s-0.717 1.599-1.599 1.599z\" fill=\"currentFill\"></path>\n<path d=\"M6.937 23.517v-18.18h-1.066v18.18c-1.217 0.247-2.132 1.322-2.132 2.612 0 1.472 1.194 2.666 2.666 2.666s2.666-1.194 2.666-2.666c0-1.29-0.916-2.365-2.133-2.612zM6.404 27.729c-0.882 0-1.599-0.717-1.599-1.599s0.717-1.599 1.599-1.599 1.599 0.717 1.599 1.599-0.717 1.599-1.599 1.599z\" fill=\"currentFill\"></path>\n<path d=\"M16.533 13.388v-8.050h-1.066v8.050c-1.217 0.247-2.133 1.323-2.133 2.612s0.916 2.365 2.133 2.612v8.050h1.066v-8.050c1.217-0.247 2.133-1.323 2.133-2.612s-0.916-2.365-2.133-2.612zM16 17.599c-0.882 0-1.599-0.717-1.599-1.599s0.717-1.599 1.599-1.599 1.599 0.717 1.599 1.599-0.717 1.599-1.599 1.599z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"exapnd2 \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M3.205 28.795h10.662v-10.664h-10.662v10.664zM4.271 19.198h8.53v8.531h-8.53v-8.531z\" fill=\"currentFill\"></path>\n<path d=\"M23.464 16h1.066v-8.53h-8.53v1.066h6.762l-7.88 7.88 0.754 0.754 7.828-7.828z\" fill=\"currentFill\"></path>\n<path d=\"M3.205 3.205v12.795h1.066v-11.729h23.457v23.457h-11.729v1.066h12.795v-25.59z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"expand1 \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M11.202 4.271v-1.066h-7.997v7.997h1.066v-6.177l7.588 7.588 0.754-0.754-7.588-7.588z\" fill=\"currentFill\"></path>\n<path d=\"M20.798 3.205v1.066h6.177l-7.588 7.588 0.754 0.754 7.588-7.588v6.177h1.066v-7.997z\" fill=\"currentFill\"></path>\n<path d=\"M11.859 19.387l-7.588 7.588v-6.177h-1.066v7.997h7.997v-1.066h-6.177l7.588-7.588z\" fill=\"currentFill\"></path>\n<path d=\"M27.729 26.975l-7.588-7.588-0.754 0.754 7.588 7.588h-6.177v1.066h7.997v-7.997h-1.066z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"eyedropper \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"26\" height=\"32\" viewBox=\"0 0 26 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M24.693 4.32c-0.853-0.853-2.027-1.28-3.147-1.28s-2.293 0.427-3.147 1.28l-3.84 3.84-2.187-2.187-0.747 0.747 2.56 2.56-11.573 11.52c-1.387 1.387-1.547 3.627-0.373 5.173l-2.24 2.24 0.747 0.747 2.24-2.24c0.693 0.533 1.547 0.8 2.4 0.8 1.013 0 2.027-0.373 2.773-1.173l11.573-11.52 2.4 2.4 0.747-0.747-2.080-2.080 3.84-3.84c1.76-1.707 1.76-4.48 0.053-6.24zM7.413 25.653c-0.533 0.533-1.28 0.853-2.027 0.853s-1.493-0.32-2.027-0.853c-1.12-1.12-1.12-2.933 0-4.053l11.573-11.573 4.053 4.053-11.573 11.573zM20.107 13.707l-4.8-4.8 3.84-3.84c0.64-0.64 1.493-1.013 2.4-1.013s1.76 0.373 2.4 1.013c0.64 0.64 1.013 1.493 1.013 2.4s-0.373 1.76-1.013 2.4l-3.84 3.84z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"female \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"18\" height=\"32\" viewBox=\"0 0 18 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M15.52 17.653c3.573-3.573 3.573-9.28 0-12.853-1.76-1.76-4.107-2.667-6.4-2.667-2.347 0-4.693 0.853-6.453 2.667-3.573 3.573-3.573 9.28 0 12.853 1.653 1.653 3.733 2.507 5.867 2.613v4.267h-4.267v1.067h4.267v4.267h1.067v-4.267h4.267v-1.067h-4.267v-4.267c2.133-0.107 4.267-1.013 5.92-2.613zM3.413 5.547c1.493-1.547 3.52-2.347 5.653-2.347s4.16 0.853 5.653 2.347c3.147 3.147 3.147 8.213 0 11.36-1.493 1.493-3.52 2.293-5.653 2.293s-4.16-0.853-5.653-2.347c-3.147-3.093-3.147-8.213 0-11.307z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"file \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M25.326 12.264l-9.059-9.059h-9.596v25.59h18.659v-16.529l-0.004-0.002zM16.267 4.713l7.022 7.022h-7.022v-7.022zM7.737 27.729v-23.457h7.464v8.53h9.063v14.928h-16.527z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"film \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"26\" height=\"32\" viewBox=\"0 0 26 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M0 4.985v22.029h26.226v-22.029h-26.226zM4.196 25.966h-3.147v-4.196h3.147v4.196zM4.196 20.721h-3.147v-4.196h3.147v4.196zM4.196 15.476h-3.147v-4.196h3.147v4.196zM4.196 10.231h-3.147v-4.196h3.147v4.196zM20.98 11.979v13.987h-15.735v-19.931h15.735v5.944zM25.177 25.966h-3.147v-4.196h3.147v4.196zM25.177 20.721h-3.147v-4.196h3.147v4.196zM25.177 15.476h-3.147v-4.196h3.147v4.196zM25.177 10.231h-3.147v-4.196h3.147v4.196z\" fill=\"currentFill\"></path>\n<path d=\"M10.49 11.76v8.479l7.343-4.239-7.343-4.24zM11.539 13.577l4.196 2.423-4.196 2.423v-4.845z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"filter \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M19.199 28.262h-6.403v-10.398l-10.661-14.126h27.731l-10.667 14.126v10.398zM13.862 27.196h4.271v-9.688l9.592-12.703h-23.449l9.586 12.703v9.688z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"flag \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M25.596 4.602l-0.709 0.247c-0.019 0.006-1.939 0.664-4.976 0.664-1.547 0-3.021-0.314-4.445-0.617-1.441-0.307-2.931-0.625-4.508-0.625-3.146 0-4.212 0.675-4.324 0.752l-0.23 0.159v22.547h1.066v-10.196c0.424-0.166 1.465-0.461 3.487-0.461 1.465 0 2.835 0.292 4.286 0.601 1.479 0.316 3.008 0.641 4.667 0.641 3.233 0 5.245-0.695 5.33-0.724l0.356-0.125-0-12.864zM24.53 16.691c-0.69 0.188-2.34 0.558-4.62 0.558-1.547 0-3.021-0.314-4.445-0.618-1.441-0.307-2.931-0.625-4.508-0.625-1.727 0-2.828 0.204-3.487 0.4v-10.609c0.427-0.166 1.47-0.46 3.487-0.46 1.465 0 2.835 0.292 4.286 0.601 1.479 0.315 3.008 0.641 4.667 0.641 2.148 0 3.756-0.307 4.62-0.521v10.632z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"folder \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M26.663 7.737h-13.861v-0.533c0-1.178-0.955-2.133-2.133-2.133h-5.331c-1.178 0-2.132 0.955-2.132 2.133v17.593c0 1.178 0.955 2.133 2.132 2.133h21.325c1.178 0 2.133-0.955 2.133-2.133v-14.928c0-1.178-0.955-2.133-2.133-2.133zM4.271 7.203c0-0.588 0.479-1.066 1.066-1.066h5.331c0.588 0 1.066 0.478 1.066 1.066v1.599h14.928c0.588 0 1.066 0.478 1.066 1.066v1.066h-23.457v-3.732zM26.663 25.863h-21.325c-0.588 0-1.066-0.479-1.066-1.066v-12.795h23.457v12.795c0 0.588-0.479 1.066-1.066 1.066z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"gift \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M22.544 9.602c0.889-0.782 1.453-1.924 1.453-3.198 0-2.352-1.913-4.265-4.265-4.265-1.605 0-3.004 0.892-3.732 2.205-0.728-1.313-2.127-2.205-3.732-2.205-2.352 0-4.265 1.913-4.265 4.265 0 1.274 0.564 2.416 1.453 3.198h-6.251v20.259h25.59v-20.259h-6.251zM27.729 10.668v8.53h-11.196v-8.53h0.681l2.588 4.53 0.926-0.529-2.286-4.001h9.287zM16 8.544l0.604 1.058h-1.209l0.604-1.058zM19.732 3.205c1.764 0 3.199 1.435 3.199 3.199s-1.435 3.198-3.199 3.198c-1.764 0-3.199-1.434-3.199-3.198s1.435-3.199 3.199-3.199zM9.069 6.404c0-1.764 1.435-3.199 3.199-3.199s3.199 1.435 3.199 3.199c0 1.763-1.435 3.198-3.199 3.198s-3.199-1.434-3.199-3.198zM13.558 10.668l-2.286 4 0.926 0.529 2.588-4.53h0.681v8.53h-11.196v-8.53h9.287zM4.271 20.265h11.196v8.53h-11.196v-8.53zM16.533 28.794v-8.53h11.196v8.53h-11.196z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"glasses \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M31.194 15.201h-0.319c-0.395-3.303-3.202-5.864-6.611-5.864-3.168 0-5.813 2.212-6.491 5.174l-1.526-0.797c-0.154-0.080-0.339-0.080-0.493 0l-1.526 0.797c-0.677-2.962-3.323-5.174-6.491-5.174-3.41 0-6.216 2.562-6.612 5.864h-0.319c-0.442 0-0.8 0.358-0.8 0.8 0 0.441 0.358 0.799 0.8 0.799h0.319c0.396 3.303 3.202 5.864 6.612 5.864 3.68 0 6.664-2.983 6.664-6.664 0-0.124-0.012-0.245-0.019-0.368l1.618-0.845 1.618 0.845c-0.007 0.122-0.019 0.244-0.019 0.368 0 3.68 2.984 6.664 6.664 6.664 3.409 0 6.215-2.561 6.611-5.864h0.319c0.442 0 0.8-0.358 0.8-0.8s-0.358-0.8-0.8-0.8zM7.737 21.598c-3.087 0-5.598-2.511-5.598-5.598s2.511-5.598 5.598-5.598c3.087 0 5.598 2.511 5.598 5.598s-2.511 5.598-5.598 5.598zM24.263 21.598c-3.087 0-5.598-2.511-5.598-5.598s2.511-5.597 5.598-5.597c3.087 0 5.598 2.511 5.598 5.597s-2.511 5.598-5.598 5.598z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"gleam \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M18.726 3.773l-1.375 11.16h6.088l-10.165 13.293 1.376-11.16h-6.088l10.165-13.293zM20.265 0.006l-13.861 18.126h7.040l-1.709 13.861 13.861-18.126h-7.040l1.709-13.861z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"global \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M16 2.672c-0.004 0-0.007 0-0.011 0-0.002 0-0.003 0-0.005 0-0.005 0-0.010 0.001-0.016 0.001-7.347 0.017-13.296 5.977-13.296 13.327 0 7.348 5.949 13.309 13.296 13.327 0.005 0 0.010 0.001 0.016 0.001 0.002 0 0.004 0 0.005 0 0.004 0 0.008 0 0.011 0 7.36 0 13.328-5.968 13.328-13.328s-5.968-13.328-13.328-13.328zM16.533 10.648c1.413-0.039 2.788-0.225 4.112-0.548 0.399 1.571 0.647 3.382 0.686 5.367h-4.798v-4.819zM16.533 9.582v-5.759c1.437 0.398 2.893 2.314 3.821 5.252-1.231 0.297-2.509 0.47-3.821 0.507zM15.467 3.81v5.772c-1.323-0.037-2.611-0.213-3.852-0.515 0.936-2.956 2.405-4.879 3.852-5.256zM15.467 10.647v4.82h-4.831c0.039-1.988 0.287-3.801 0.687-5.373 1.334 0.326 2.72 0.515 4.144 0.553zM9.563 15.467h-5.811c0.118-2.741 1.139-5.252 2.773-7.241 1.187 0.654 2.446 1.189 3.766 1.589-0.431 1.7-0.689 3.617-0.728 5.652zM9.563 16.533c0.039 2.034 0.297 3.951 0.728 5.651-1.319 0.401-2.579 0.936-3.766 1.59-1.635-1.989-2.656-4.5-2.773-7.241h5.811zM10.636 16.533h4.831v4.814c-1.424 0.038-2.81 0.228-4.145 0.555-0.399-1.571-0.647-3.383-0.686-5.369zM15.467 22.412v5.778c-1.448-0.378-2.919-2.303-3.854-5.263 1.241-0.302 2.53-0.478 3.854-0.515zM16.533 28.178v-5.765c1.313 0.038 2.591 0.211 3.822 0.508-0.928 2.941-2.384 4.86-3.822 5.257zM16.533 21.347v-4.814h4.798c-0.039 1.983-0.286 3.791-0.684 5.361-1.325-0.323-2.7-0.51-4.113-0.548zM22.404 16.533h5.845c-0.118 2.741-1.138 5.251-2.773 7.24-1.197-0.658-2.467-1.197-3.797-1.599 0.43-1.698 0.687-3.611 0.726-5.64zM22.404 15.467c-0.039-2.033-0.297-3.946-0.727-5.646 1.33-0.402 2.599-0.94 3.795-1.598 1.636 1.989 2.658 4.501 2.776 7.244h-5.845zM24.738 7.409c-1.061 0.564-2.18 1.031-3.35 1.385-0.623-2.005-1.498-3.642-2.533-4.717 2.27 0.545 4.297 1.719 5.883 3.332zM13.103 4.087c-1.029 1.073-1.9 2.702-2.521 4.697-1.158-0.353-2.268-0.815-3.319-1.375 1.575-1.602 3.587-2.774 5.84-3.322zM7.259 24.587c1.052-0.561 2.163-1.024 3.322-1.377 0.621 1.997 1.492 3.629 2.522 4.702-2.255-0.549-4.268-1.721-5.844-3.326zM18.855 27.922c1.036-1.075 1.911-2.712 2.535-4.721 1.17 0.355 2.29 0.82 3.351 1.387-1.586 1.614-3.614 2.791-5.886 3.334z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"graph \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M29.328 16c0-7.181-5.682-13.034-12.796-13.315v-0.014h-1.066v0.014c-7.113 0.28-12.795 6.133-12.795 13.315 0 7.362 5.967 13.328 13.328 13.328 2.586 0 4.997-0.739 7.042-2.013l0.007 0.010 0.397-0.27c0.005-0.003 0.009-0.006 0.014-0.009l0.472-0.32-0.007-0.010c3.279-2.428 5.405-6.323 5.405-10.717zM27.218 11.057l-10.685 4.163v-11.468c4.774 0.206 8.848 3.153 10.685 7.305zM16 28.262c-6.761 0-12.262-5.5-12.262-12.262 0-6.582 5.214-11.968 11.729-12.248v12.412l6.973 10.265c-1.873 1.16-4.079 1.833-6.44 1.833zM23.321 25.831l-6.505-9.577 10.788-4.204c0.424 1.24 0.657 2.568 0.657 3.95 0 4.019-1.944 7.593-4.941 9.831z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"graph1 \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M27.995 1.073c-1.47 0-2.666 1.195-2.666 2.665 0 0.926 0.476 1.742 1.195 2.22l-5.040 13.284c-0.14-0.023-0.28-0.043-0.425-0.043-0.639 0-1.218 0.235-1.677 0.611l-5.043-4.166c0.199-0.373 0.322-0.792 0.322-1.244 0-1.47-1.196-2.666-2.666-2.666s-2.666 1.196-2.666 2.666c0 0.794 0.356 1.501 0.909 1.989l-5.374 9.36c-0.271-0.093-0.556-0.155-0.859-0.155-1.47 0-2.666 1.195-2.666 2.665 0 1.471 1.196 2.667 2.666 2.667s2.665-1.196 2.665-2.667c0-0.784-0.346-1.482-0.887-1.97l5.38-9.37c0.263 0.087 0.539 0.146 0.831 0.146 0.633 0 1.206-0.231 1.664-0.6l5.049 4.17c-0.194 0.37-0.314 0.783-0.314 1.228 0 1.47 1.196 2.666 2.666 2.666s2.666-1.196 2.666-2.666c0-0.946-0.499-1.773-1.243-2.247l5.032-13.263c0.157 0.029 0.317 0.048 0.482 0.048 1.47 0 2.666-1.196 2.666-2.667s-1.196-2.665-2.666-2.665zM4.005 29.861c-0.882 0-1.6-0.718-1.6-1.601 0-0.881 0.718-1.598 1.6-1.598s1.599 0.717 1.599 1.598c0 0.883-0.717 1.601-1.599 1.601zM11.995 16c-0.882 0-1.599-0.717-1.599-1.599s0.717-1.599 1.599-1.599 1.599 0.717 1.599 1.599-0.717 1.599-1.599 1.599zM21.059 23.464c-0.882 0-1.599-0.717-1.599-1.599s0.717-1.599 1.599-1.599 1.599 0.717 1.599 1.599c0 0.882-0.717 1.599-1.599 1.599zM27.995 5.338c-0.882 0-1.599-0.718-1.599-1.6 0-0.881 0.717-1.598 1.599-1.598s1.599 0.717 1.599 1.598c0 0.883-0.717 1.6-1.599 1.6z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"graph2 \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M3.205 3.205v25.59h25.59v-25.59h-25.59zM27.729 4.271v4.594l-7.023 10.131-4.815-3.805-5.356 7.499-3.162-2.108-3.101 3.615v-19.927h23.457zM4.271 27.729v-1.893l3.296-3.842 3.235 2.157 5.306-7.428 4.827 3.814 6.793-9.8v16.992h-23.457z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"graph3 \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M28.262 14.401v12.795h-5.331v-23.457h-1.066v23.457h-5.331v-15.994h-1.066v15.994h-5.331v-6.398h-1.066v6.398h-5.327v-9.596h-1.066v9.596h-0.005v1.066h26.656v-13.861z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"gym \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M32 15.467h-3.147v-6.4h-3.2v-2.667h-4.267v9.067h-10.667v-9.067h-4.267v2.667h-3.2v6.4h-3.253v1.067h3.253v6.4h3.2v2.667h4.267v-9.067h10.667v9.067h4.267v-2.667h3.2v-6.4h3.147v-1.067zM4.32 21.867v-11.733h2.133v11.733h-2.133zM9.653 24.533h-2.133v-17.067h2.133v17.067zM24.587 24.533h-2.133v-17.067h2.133v17.067zM27.787 21.867h-2.133v-11.733h2.133v11.733z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"hammer \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"29\" height=\"32\" viewBox=\"0 0 29 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M28.48 14.56l-0.747 0.8-12.48-12.48 0.8-0.747-0.747-0.747-0.8 0.747-8.053 8.107 0.747 0.747 0.533-0.533 5.867 5.867-13.6 13.547 0.747 0.747 13.6-13.6 5.867 5.867-0.533 0.533 0.747 0.747 8.853-8.853-0.8-0.747zM20.907 22.133l-1.867-1.867 6.027-6.080 1.867 1.867-6.027 6.080zM18.293 19.467l-7.147-7.147 6.027-6.027 7.147 7.147-6.027 6.027zM14.507 3.627l1.867 1.867-5.973 6.080-1.867-1.867 5.973-6.080z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"headphones \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"27\" height=\"32\" viewBox=\"0 0 27 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M26.667 14.4c0-7.36-5.973-13.333-13.333-13.333s-13.333 5.973-13.333 13.333v5.44h0.053c0 0.16 0 0.32 0 0.427 0 3.52 2.827 6.4 6.347 6.4v0-12.8h-0.053c-2.24 0-4.16 1.12-5.28 2.88v-2.347c0-6.773 5.493-12.267 12.267-12.267s12.267 5.493 12.267 12.267v2.347c-1.12-1.707-3.093-2.88-5.28-2.88h-0.053v12.8h0.053c0.533 0 1.013-0.053 1.547-0.213-1.6 1.547-3.573 2.613-5.813 3.147v-1.867h-5.387v3.2h5.333v-0.213c3.413-0.693 6.347-2.667 8.267-5.44 1.44-1.173 2.4-2.987 2.4-5.013 0-0.16 0-0.32 0-0.427v0-5.44zM5.333 15.040v10.453c-2.4-0.48-4.267-2.667-4.267-5.227s1.867-4.747 4.267-5.227zM14.933 29.867h-3.2v-1.067h3.2v1.067zM21.333 25.493v-10.453c2.453 0.48 4.267 2.667 4.267 5.227s-1.813 4.747-4.267 5.227z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"helm \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"31\" height=\"32\" viewBox=\"0 0 31 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M30.933 16.533v-1.067h-3.733c-0.107-2.88-1.227-5.44-3.040-7.467l2.667-2.667-0.747-0.747-2.667 2.667c-1.973-1.813-4.533-2.933-7.36-3.040v-3.68h-1.067v3.68c-2.827 0.107-5.387 1.28-7.36 3.040l-2.667-2.667-0.747 0.747 2.667 2.667c-1.867 2.027-3.040 4.587-3.147 7.467h-3.733v1.067h3.733c0.16 2.827 1.28 5.387 3.040 7.307l-2.667 2.667 0.747 0.747 2.667-2.667c1.973 1.813 4.533 2.933 7.36 3.040v3.84h1.067v-3.787c2.827-0.107 5.44-1.28 7.36-3.040l2.667 2.667 0.747-0.747-2.667-2.667c1.76-1.973 2.933-4.48 3.040-7.307h3.84zM26.133 15.467h-6.4c-0.107-0.8-0.427-1.547-0.907-2.133l4.533-4.533c1.6 1.76 2.613 4.107 2.773 6.667zM15.467 19.2c-1.76 0-3.2-1.44-3.2-3.2s1.44-3.2 3.2-3.2c1.76 0 3.2 1.44 3.2 3.2s-1.44 3.2-3.2 3.2zM22.613 8.053l-4.587 4.587c-0.587-0.427-1.28-0.747-2.027-0.853v-6.507c2.56 0.16 4.853 1.173 6.613 2.773zM14.933 5.28v6.453c-0.747 0.107-1.44 0.373-2.027 0.853l-4.587-4.587c1.76-1.547 4.053-2.56 6.613-2.72zM7.573 8.8l4.533 4.533c-0.48 0.587-0.8 1.333-0.907 2.133h-6.4c0.16-2.56 1.173-4.907 2.773-6.667zM4.853 16.533h6.4c0.107 0.747 0.373 1.44 0.853 2.027l-4.48 4.48c-1.653-1.707-2.667-4-2.773-6.507zM8.32 23.84l4.48-4.48c0.587 0.48 1.333 0.8 2.133 0.907v6.347c-2.56-0.16-4.853-1.173-6.613-2.773zM16 26.56v-6.347c0.8-0.107 1.547-0.427 2.133-0.907l4.48 4.48c-1.76 1.653-4.053 2.667-6.613 2.773zM23.36 23.093l-4.48-4.48c0.427-0.587 0.747-1.28 0.853-2.027h6.4c-0.16 2.453-1.173 4.747-2.773 6.507z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"help1 \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M16 2.672c-7.361 0-13.328 5.967-13.328 13.328s5.967 13.328 13.328 13.328 13.328-5.967 13.328-13.328c0-7.361-5.967-13.328-13.328-13.328zM16 28.262c-6.761 0-12.262-5.5-12.262-12.262s5.5-12.262 12.262-12.262 12.262 5.5 12.262 12.262c0 6.761-5.5 12.262-12.262 12.262z\" fill=\"currentFill\"></path>\n<path d=\"M15.955 9.013c-2.706 0-4.217 1.672-4.236 4.322h1.176c-0.037-1.922 0.97-3.332 3.005-3.332 1.455 0 2.668 1.026 2.668 2.519 0 0.97-0.523 1.754-1.213 2.407-1.418 1.316-1.815 1.935-1.887 3.738h1.191c0.070-1.635 0.034-1.602 1.461-3.029 0.952-0.896 1.623-1.792 1.623-3.173 0-2.164-1.717-3.452-3.787-3.452z\" fill=\"currentFill\"></path>\n<path d=\"M16 20.799c-0.588 0-1.066 0.477-1.066 1.066 0 0.589 0.478 1.066 1.066 1.066s1.066-0.477 1.066-1.066c0-0.588-0.477-1.066-1.066-1.066z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"help2 \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M16 3.205c-7.066 0-12.795 5.728-12.795 12.795s5.729 12.794 12.795 12.795c7.067-0.001 12.795-5.729 12.795-12.795s-5.729-12.795-12.795-12.795zM15.999 21.864c-3.233 0-5.863-2.631-5.863-5.864s2.631-5.864 5.864-5.864h0.001c3.233 0 5.863 2.631 5.863 5.864s-2.631 5.864-5.865 5.864zM22.395 13.327l4.028-2.693c0.832 1.609 1.305 3.433 1.305 5.366 0 1.909-0.461 3.71-1.273 5.305l-4.035-2.699c0.327-0.805 0.511-1.683 0.511-2.606 0-0.948-0.191-1.85-0.535-2.673zM25.89 9.708l-3.99 2.668c-0.58-0.942-1.377-1.733-2.325-2.305l2.669-3.991c1.466 0.926 2.712 2.167 3.645 3.629zM21.316 5.55l-2.698 4.034c-0.808-0.33-1.69-0.515-2.617-0.515h-0.001c-0.927 0-1.809 0.185-2.617 0.515l-2.698-4.034c1.597-0.816 3.402-1.279 5.315-1.279s3.719 0.463 5.316 1.279zM9.756 6.078l2.67 3.992c-0.95 0.574-1.748 1.367-2.329 2.311l-3.991-2.669c0.934-1.464 2.182-2.707 3.65-3.634zM5.574 10.639l4.029 2.694c-0.343 0.822-0.533 1.722-0.533 2.667 0 0.92 0.183 1.797 0.509 2.599l-4.036 2.7c-0.81-1.593-1.27-3.393-1.27-5.299 0-1.931 0.472-3.753 1.303-5.361zM6.069 22.229l3.992-2.669c0.576 0.959 1.377 1.766 2.331 2.35l-2.669 3.99c-1.473-0.937-2.724-2.193-3.654-3.671zM10.65 26.432l2.695-4.030c0.818 0.34 1.713 0.529 2.654 0.529 0.001 0 0.001 0 0.001 0 0.941 0 1.838-0.189 2.656-0.529l2.695 4.030c-1.606 0.827-3.424 1.297-5.351 1.297s-3.745-0.47-5.35-1.297zM22.278 25.899l-2.669-3.991c0.952-0.583 1.751-1.387 2.327-2.344l3.992 2.67c-0.93 1.475-2.179 2.729-3.65 3.665z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"home \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M16 2.672l-5.331 5.331v-2.133h-4.265v6.398l-3.755 3.755 0.754 0.754 12.597-12.597 12.597 12.597 0.754-0.754-13.351-13.351zM7.47 6.937h2.132v2.132l-2.133 2.133v-4.265z\" fill=\"currentFill\"></path>\n<path d=\"M6.404 16.533v12.795h7.464v-7.464h4.265v7.464h7.464v-12.795l-9.596-9.596-9.596 9.596zM24.53 28.262h-5.331v-7.464h-6.398v7.464h-5.331v-11.287l8.53-8.53 8.53 8.53v11.287z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"hourglass \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"19\" height=\"32\" viewBox=\"0 0 19 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M15.947 10.080v-6.347h2.72v-1.067h-18.667v1.067h2.667v6.347c0 1.76 0.693 3.893 5.387 6.187-4 1.92-5.387 3.627-5.387 6.453v5.547h-2.667v1.067h18.667v-1.067h-2.72v-5.547c0-2.827-1.387-4.533-5.387-6.507 4.693-2.24 5.387-4.373 5.387-6.133zM14.88 22.72v5.547h-11.147v-5.547c0-2.24 0.907-3.787 5.6-5.92 4.64 2.187 5.547 3.733 5.547 5.92zM9.28 15.68c-4.907-2.24-5.547-4.107-5.547-5.6v-6.347h11.147v6.347c0 1.493-0.693 3.36-5.6 5.6z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"id \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"27\" height=\"32\" viewBox=\"0 0 27 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M16.785 12.328h7.342v1.049h-7.342v-1.049z\" fill=\"currentFill\"></path>\n<path d=\"M16.784 18.623h7.343v1.049h-7.343v-1.049z\" fill=\"currentFill\"></path>\n<path d=\"M16.784 15.475h5.237v1.049h-5.237v-1.049z\" fill=\"currentFill\"></path>\n<path d=\"M15.735 6.034v-3.147h-4.196v3.147h-11.539v23.079h27.275v-23.079h-11.539zM26.226 7.083v2.098h-10.49v-2.098h10.49zM12.588 3.936h2.098v5.245h-2.098v-5.245zM1.049 7.083h10.49v2.098h-10.49v-2.098zM1.049 28.064v-17.833h25.177v17.833h-25.177z\" fill=\"currentFill\"></path>\n<path d=\"M15.463 23.402c-0.757-0.315-2.545-0.936-3.652-1.263-0.094-0.030-0.108-0.035-0.108-0.428 0-0.324 0.133-0.65 0.263-0.927 0.14-0.301 0.308-0.806 0.368-1.259 0.168-0.196 0.396-0.58 0.545-1.313 0.128-0.645 0.069-0.881-0.017-1.102-0.009-0.023-0.018-0.046-0.026-0.069-0.033-0.152 0.012-0.938 0.123-1.549 0.076-0.418-0.019-1.309-0.596-2.046-0.364-0.466-1.060-1.037-2.334-1.117l-0.699 0.001c-1.251 0.079-1.949 0.651-2.312 1.116-0.577 0.737-0.673 1.628-0.597 2.046 0.112 0.611 0.156 1.397 0.124 1.546-0.006 0.026-0.016 0.049-0.026 0.072-0.085 0.221-0.146 0.456-0.016 1.102 0.146 0.733 0.375 1.117 0.544 1.313 0.058 0.453 0.226 0.958 0.368 1.259 0.103 0.22 0.153 0.519 0.153 0.942 0 0.393-0.015 0.398-0.103 0.426-1.144 0.338-2.967 0.996-3.646 1.293-0.539 0.231-0.67 0.646-0.67 1.020 0 0.105 0 0.268 0 0.453h1.049v-0.453c0-0.017 0.001-0.030 0.002-0.040 0.009-0.005 0.021-0.011 0.039-0.018 0.645-0.283 2.433-0.927 3.543-1.255 0.835-0.265 0.835-1.049 0.835-1.426 0-0.581-0.080-1.022-0.252-1.389-0.105-0.224-0.235-0.621-0.277-0.946l-0.041-0.313-0.206-0.239c-0.032-0.036-0.192-0.244-0.309-0.833-0.080-0.397-0.051-0.471-0.035-0.514 0.028-0.068 0.051-0.135 0.073-0.23 0.092-0.424-0.030-1.483-0.116-1.955-0.029-0.155 0.012-0.73 0.39-1.214 0.332-0.425 0.844-0.665 1.522-0.713l0.629-0.001c0.691 0.049 1.209 0.289 1.541 0.714 0.379 0.484 0.419 1.059 0.391 1.213-0.086 0.472-0.208 1.53-0.117 1.957l0.009 0.041 0.011 0.040c0.014 0.046 0.030 0.090 0.052 0.149 0.017 0.044 0.046 0.117-0.033 0.513-0.119 0.59-0.28 0.8-0.312 0.836l-0.204 0.237-0.041 0.31c-0.043 0.326-0.172 0.725-0.277 0.949-0.17 0.36-0.364 0.841-0.364 1.375 0 0.377 0 1.162 0.861 1.434 1.048 0.309 2.805 0.916 3.535 1.221 0.111 0.047 0.151 0.105 0.162 0.127v0.424h1.049c0-0.184 0-0.348 0-0.453-0-0.374-0.259-0.831-0.797-1.063z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"info \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M16.067 11.156c0.883 0 1.599-0.716 1.599-1.599 0-0.884-0.716-1.598-1.599-1.598s-1.599 0.714-1.599 1.598c0 0.883 0.716 1.599 1.599 1.599z\" fill=\"currentFill\"></path>\n<path d=\"M17.153 13.289v-1.066h-3.199v1.066h1.066v9.063h-1.066v1.066h4.265v-1.066h-1.066z\" fill=\"currentFill\"></path>\n<path d=\"M16 2.672c-7.361 0-13.328 5.968-13.328 13.328 0 7.362 5.968 13.328 13.328 13.328s13.328-5.966 13.328-13.328c0-7.361-5.968-13.328-13.328-13.328zM16 28.262c-6.761 0-12.262-5.501-12.262-12.262s5.5-12.262 12.262-12.262c6.761 0 12.262 5.501 12.262 12.262s-5.5 12.262-12.262 12.262z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"joy \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"29\" height=\"32\" viewBox=\"0 0 29 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M21.76 12.725c-2.003 0-4.095 1.81-6.549 2.067v-1.046c0.014-2.569 1.939-5.217 5.156-5.217h0.61c2.96 0 6.003-2.343 6.328-6.294h-1.050c-0.314 3.296-2.831 5.245-5.278 5.245h-0.61c-3.806 0-6.169 3.221-6.203 6.229h-0.002v0.040c0 0.008-0.001 0.017-0.001 0.026h0.001v1.018c-2.454-0.257-4.546-2.067-6.548-2.067-2.156 0-7.614 4.277-7.614 12.66 0 4.245 2.865 4.379 3.23 4.379 0.025 0 0.038 0 0.038 0 1.779 0 3.422-0.855 5.475-2.909s2.874-2.592 4.362-2.592c0.593 0 1.306 0 1.54 0 0.049 0 0.085 0 0.085 0 0.233 0 0.947 0 1.54 0 1.489 0 2.309 0.539 4.362 2.592s3.695 2.909 5.475 2.909c0 0 0.013 0 0.038 0 0.364 0 3.229-0.134 3.229-4.379 0-8.383-5.457-12.66-7.613-12.66zM26.155 28.717l-0.025-0.001h-0.025c-1.494 0-2.909-0.778-4.733-2.601-2.015-2.015-3.107-2.899-5.104-2.899h-3.164c-1.997 0-3.089 0.884-5.104 2.899-1.824 1.823-3.239 2.601-4.733 2.601l0.002-0.003-0.040 0.003c-0.512 0-2.181-0.24-2.181-3.33 0-8.010 5.217-11.611 6.565-11.611 0.792 0 1.731 0.422 2.726 0.869 1.269 0.57 2.707 1.216 4.356 1.229 1.631-0.013 3.069-0.66 4.339-1.229 0.995-0.447 1.934-0.869 2.726-0.869 1.346 0 6.564 3.601 6.564 11.611 0 3.091-1.669 3.33-2.169 3.331z\" fill=\"currentFill\"></path>\n<path d=\"M8.396 16.921h-1.049v2.098h-2.098v1.049h2.098v2.098h1.049v-2.098h2.098v-1.049h-2.098z\" fill=\"currentFill\"></path>\n<path d=\"M19.407 17.967c-0.869 0-1.574 0.704-1.574 1.574 0 0.869 0.705 1.574 1.574 1.574s1.573-0.705 1.573-1.574c0-0.87-0.704-1.574-1.573-1.574zM19.407 20.065c-0.289 0-0.524-0.236-0.524-0.524 0-0.29 0.236-0.525 0.524-0.525s0.524 0.235 0.524 0.525c0 0.289-0.235 0.524-0.524 0.524z\" fill=\"currentFill\"></path>\n<path d=\"M23.603 19.016c-0.869 0-1.574 0.704-1.574 1.574s0.705 1.574 1.574 1.574c0.87 0 1.573-0.705 1.573-1.574 0-0.87-0.704-1.574-1.573-1.574zM23.603 21.114c-0.289 0-0.525-0.236-0.525-0.525s0.236-0.524 0.525-0.524c0.29 0 0.524 0.235 0.524 0.524s-0.234 0.525-0.524 0.525z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"junk \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M19.961 14.914l-0.754-0.754-3.206 3.207-3.207-3.207-0.754 0.754 3.207 3.207-3.217 3.216 0.754 0.754 3.218-3.216 3.217 3.216 0.754-0.754-3.217-3.216z\" fill=\"currentFill\"></path>\n<path d=\"M29.328 6.938h-26.656v1.066h0.784l0.283 2.133c0 0.851 0.501 1.579 1.221 1.921l1.88 10.969c0.197 1.116 0.912 2.036 2.036 2.036h14.249c1.123 0 1.806-0.903 2.036-2.036l1.881-10.969c0.72-0.343 1.221-1.070 1.221-1.921l0.283-2.133h0.784v-1.066zM24.112 22.83c-0.092 0.443-0.341 1.166-0.988 1.166h-14.249c-0.726 0-0.938-0.884-0.985-1.15l-1.813-10.577h19.845l-1.811 10.56zM27.205 9.997l-0.009 0.070v0.070c0 0.588-0.479 1.066-1.066 1.066h-20.259c-0.588 0-1.066-0.478-1.066-1.066v-0.070l-0.009-0.070-0.264-1.993h22.938l-0.264 1.993z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"key \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"15\" height=\"32\" viewBox=\"0 0 15 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M6.819 6.034h1.049v4.196h-1.049v-4.196z\" fill=\"currentFill\"></path>\n<path d=\"M14.686 9.181c0-4.056-3.288-7.343-7.343-7.343-4.056 0-7.343 3.287-7.343 7.343 0 3.123 1.954 5.785 4.704 6.846v14.134h5.245v-3.655l1.59-1.59-1.59-1.59v-2.065l2.639-2.639-2.598-2.598c2.745-1.063 4.696-3.723 4.696-6.843zM9.611 15.046l-0.711 0.275v1.097l2.203 2.205-2.204 2.204v2.934l1.155 1.156-1.155 1.156v3.041h-3.147v-13.805l-0.672-0.259c-2.449-0.945-4.032-3.247-4.032-5.867 0-3.471 2.823-6.294 6.294-6.294 3.47 0 6.294 2.823 6.294 6.294-0 2.616-1.581 4.918-4.026 5.865z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"keypad \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M6.937 21.865c-1.766 0-3.199 1.432-3.199 3.198s1.432 3.199 3.199 3.199c1.766 0 3.199-1.432 3.199-3.199s-1.433-3.198-3.199-3.198zM6.937 27.195c-1.176 0-2.132-0.956-2.132-2.133s0.956-2.132 2.133-2.132c1.176 0 2.133 0.956 2.133 2.132s-0.956 2.133-2.133 2.133z\" fill=\"currentFill\"></path>\n<path d=\"M6.937 3.738c-1.766 0-3.199 1.432-3.199 3.198s1.432 3.199 3.199 3.199c1.766 0 3.199-1.432 3.199-3.199s-1.433-3.198-3.199-3.198zM6.937 9.069c-1.176 0-2.132-0.956-2.132-2.133s0.956-2.132 2.133-2.132c1.176 0 2.133 0.956 2.133 2.132s-0.956 2.133-2.133 2.133z\" fill=\"currentFill\"></path>\n<path d=\"M6.937 12.779c-1.766 0-3.199 1.432-3.199 3.198s1.432 3.199 3.199 3.199c1.766 0 3.199-1.432 3.199-3.199s-1.433-3.198-3.199-3.198zM6.937 18.11c-1.176 0-2.132-0.957-2.132-2.133s0.956-2.132 2.133-2.132c1.176 0 2.133 0.956 2.133 2.132s-0.956 2.133-2.133 2.133z\" fill=\"currentFill\"></path>\n<path d=\"M16 21.865c-1.767 0-3.199 1.432-3.199 3.198s1.432 3.199 3.199 3.199c1.766 0 3.199-1.432 3.199-3.199s-1.433-3.198-3.199-3.198zM16 27.195c-1.176 0-2.133-0.956-2.133-2.133s0.956-2.132 2.133-2.132c1.176 0 2.133 0.956 2.133 2.132s-0.956 2.133-2.133 2.133z\" fill=\"currentFill\"></path>\n<path d=\"M16 3.738c-1.767 0-3.199 1.432-3.199 3.198s1.432 3.199 3.199 3.199c1.766 0 3.199-1.432 3.199-3.199s-1.433-3.198-3.199-3.198zM16 9.069c-1.176 0-2.133-0.956-2.133-2.133s0.956-2.132 2.133-2.132c1.176 0 2.133 0.956 2.133 2.132s-0.956 2.133-2.133 2.133z\" fill=\"currentFill\"></path>\n<path d=\"M16 12.779c-1.767 0-3.199 1.432-3.199 3.198s1.432 3.199 3.199 3.199c1.766 0 3.199-1.432 3.199-3.199s-1.433-3.198-3.199-3.198zM16 18.11c-1.176 0-2.133-0.957-2.133-2.133s0.956-2.132 2.133-2.132c1.176 0 2.133 0.956 2.133 2.132s-0.956 2.133-2.133 2.133z\" fill=\"currentFill\"></path>\n<path d=\"M25.063 21.865c-1.767 0-3.199 1.432-3.199 3.198s1.432 3.199 3.199 3.199c1.766 0 3.199-1.432 3.199-3.199s-1.433-3.198-3.199-3.198zM25.063 27.195c-1.176 0-2.133-0.956-2.133-2.133s0.956-2.132 2.133-2.132c1.176 0 2.133 0.956 2.133 2.132s-0.956 2.133-2.133 2.133z\" fill=\"currentFill\"></path>\n<path d=\"M25.063 10.135c1.766 0 3.199-1.432 3.199-3.199s-1.433-3.198-3.199-3.198c-1.767 0-3.199 1.432-3.199 3.198s1.432 3.199 3.199 3.199zM25.063 4.805c1.176 0 2.133 0.956 2.133 2.132s-0.956 2.133-2.133 2.133c-1.176 0-2.133-0.956-2.133-2.133s0.956-2.132 2.133-2.132z\" fill=\"currentFill\"></path>\n<path d=\"M25.063 12.779c-1.767 0-3.199 1.432-3.199 3.198s1.432 3.199 3.199 3.199c1.766 0 3.199-1.432 3.199-3.199s-1.433-3.198-3.199-3.198zM25.063 18.11c-1.176 0-2.133-0.957-2.133-2.133s0.956-2.132 2.133-2.132c1.176 0 2.133 0.956 2.133 2.132s-0.956 2.133-2.133 2.133z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"leaf \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"32\" viewBox=\"0 0 17 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M17.067 16.693c0-7.147-4.8-12.373-8.533-16.693-3.733 4.32-8.533 9.547-8.533 16.693 0 6.72 4.96 8.48 8 9.44v5.867h1.067v-5.867c3.040-0.96 8-2.72 8-9.44zM9.067 25.013v-4.16l3.36-3.36-0.747-0.747-2.613 2.613v-10.827h-1.067v5.12l-2.773-2.773-0.747 0.747 3.52 3.52v9.867c-2.933-0.96-6.933-2.613-6.933-8.32 0-6.24 3.893-10.933 7.467-15.040 3.573 4.107 7.467 8.8 7.467 15.040 0 5.707-4 7.36-6.933 8.32z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"left arrow \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"26\" height=\"32\" viewBox=\"0 0 26 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M13.114 2.887c-7.243 0-13.114 5.871-13.114 13.113s5.871 13.113 13.114 13.113c7.242 0 13.112-5.871 13.112-13.113s-5.87-13.113-13.112-13.113zM13.114 28.064c-6.653 0-12.065-5.412-12.065-12.064s5.412-12.063 12.065-12.063c6.652 0 12.063 5.412 12.063 12.063s-5.411 12.064-12.063 12.064z\" fill=\"currentFill\"></path>\n<path d=\"M12.318 10.363l-0.742-0.742-6.379 6.379 6.379 6.379 0.742-0.742-5.113-5.113h12.726v-1.049h-12.726z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"less \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M16 2.672c-7.362 0-13.328 5.966-13.328 13.328s5.966 13.328 13.328 13.328c7.362 0 13.328-5.966 13.328-13.328s-5.966-13.328-13.328-13.328zM16 28.262c-6.761 0-12.262-5.501-12.262-12.262s5.501-12.262 12.262-12.262c6.761 0 12.262 5.501 12.262 12.262s-5.501 12.262-12.262 12.262z\" fill=\"currentFill\"></path>\n<path d=\"M9.105 15.467h13.826v1.066h-13.826v-1.066z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"light \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M26.663 11.193c0-5.888-4.773-10.662-10.663-10.662s-10.662 4.774-10.662 10.662c0 3.468 1.661 6.542 4.225 8.487l-0.005 0.003c0.049 0.033 0.099 0.071 0.152 0.112 0.005 0.004 0.010 0.008 0.015 0.011 0.825 0.651 2.011 2.173 2.011 4.181v7.482h8.53v-7.482c0-2.133 1.232-3.663 2.133-4.271l-0.003-0.003c2.589-1.944 4.268-5.033 4.268-8.52zM12.801 30.403v-3.217h6.398v3.217h-6.398zM16 12.259c-0.588 0-1.066-0.478-1.066-1.066s0.479-1.067 1.066-1.067 1.066 0.479 1.066 1.067c0 0.588-0.479 1.066-1.066 1.066zM21.755 18.861c-0.014 0.011-0.028 0.022-0.042 0.033-1.18 0.839-2.514 2.646-2.514 5.093v2.133h-2.666v-12.87c0.918-0.238 1.599-1.065 1.599-2.056 0-1.178-0.955-2.133-2.133-2.133s-2.133 0.955-2.133 2.133c0 0.992 0.681 1.819 1.599 2.056v12.87h-2.666v-2.133c0-2.296-1.302-4.138-2.407-5.010-0.008-0.007-0.019-0.015-0.029-0.023-0.035-0.027-0.069-0.053-0.102-0.078-0.018-0.016-0.036-0.031-0.056-0.045-2.417-1.834-3.804-4.618-3.804-7.638 0-5.291 4.305-9.596 9.596-9.596s9.596 4.305 9.596 9.596c-0 3.040-1.4 5.834-3.842 7.667z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"like \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M21.886 5.115c3.521 0 6.376 2.855 6.376 6.376 0 1.809-0.754 3.439-1.964 4.6l-10.297 10.349-10.484-10.536c-1.1-1.146-1.778-2.699-1.778-4.413 0-3.522 2.855-6.376 6.376-6.376 2.652 0 4.925 1.62 5.886 3.924 0.961-2.304 3.234-3.924 5.886-3.924zM21.886 4.049c-2.345 0-4.499 1.089-5.886 2.884-1.386-1.795-3.54-2.884-5.886-2.884-4.104 0-7.442 3.339-7.442 7.442 0 1.928 0.737 3.758 2.075 5.152l11.253 11.309 11.053-11.108c1.46-1.402 2.275-3.308 2.275-5.352 0-4.104-3.339-7.442-7.442-7.442v0z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"like2 \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"27\" height=\"32\" viewBox=\"0 0 27 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M27.275 15.638c0-1.288-1.020-2.282-2.374-2.282h-8.536c0.545-1.265 1.524-3.919 1.524-6.659 0-3.128-1.569-3.784-2.886-3.784-0.816 0-1.996 0.619-1.996 1.737 0 0.472-0.075 4.671-2.639 6.822-2.732 2.292-3.509 2.891-5.005 2.891-1.746 0-4.847 0.038-4.847 0.038l-0.517 0.007v12.206h5.712c0.371 0 1.483 0.496 2.466 0.932 1.622 0.722 3.459 1.541 4.696 1.541l8.25-0.003c1.343 0 2.436-1.056 2.436-2.354 0-0.529-0.189-1.012-0.494-1.405 0.984-0.282 1.711-1.18 1.711-2.254 0-0.539-0.19-1.031-0.496-1.429 0.968-0.309 1.677-1.207 1.677-2.277 0-0.538-0.184-1.031-0.485-1.431 1.031-0.258 1.801-1.185 1.801-2.295zM24.901 16.962h-1.822v1.049h0.477c0.746 0 1.353 0.607 1.353 1.353s-0.608 1.353-1.353 1.353h-1.526v1.049h0.394c0.719 0 1.304 0.585 1.304 1.305s-0.585 1.305-1.304 1.305h-1.443v1.049h0.143c0.764 0 1.387 0.586 1.387 1.305 0 0.72-0.623 1.305-1.387 1.305h-1.34v0.003h-6.91c-1.014 0-2.819-0.804-4.27-1.45-1.425-0.634-2.326-1.023-2.892-1.023h-4.663v-10.121c0.955-0.011 3.013-0.032 4.315-0.032 1.94 0 2.959-0.854 5.679-3.136 2.868-2.406 3.014-6.774 3.014-7.626 0-0.428 0.657-0.688 0.947-0.688 0.549 0 1.837 0 1.837 2.735 0 3.456-1.745 6.91-1.762 6.945l-0.39 0.763h6.426c0.018 0.013 0.030 0 0.030 0h3.757c0.767 0 1.325 0.532 1.325 1.233-0 0.73-0.594 1.324-1.325 1.324z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"link \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M17.534 20.793c-1.301 0-2.602-0.495-3.592-1.485l0.754-0.754c1.566 1.566 4.112 1.565 5.678 0l6.715-6.716c1.565-1.565 1.565-4.111 0-5.677l-1.251-1.25c-1.565-1.565-4.112-1.565-5.677 0l-4.739 4.739-0.754-0.754 4.739-4.739c1.98-1.981 5.203-1.982 7.185 0l1.251 1.25c1.98 1.981 1.98 5.204 0 7.185l-6.715 6.715c-0.99 0.99-2.292 1.485-3.593 1.485z\" fill=\"currentFill\"></path>\n<path d=\"M9.001 29.329c-1.357 0-2.633-0.528-3.592-1.488l-1.251-1.25c-1.981-1.982-1.981-5.204 0-7.185l6.716-6.716c1.98-1.98 5.205-1.98 7.185 0l1.251 1.251-0.754 0.754-1.251-1.251c-1.565-1.565-4.112-1.565-5.677 0l-6.716 6.716c-1.564 1.564-1.564 4.111 0 5.677l1.251 1.25c0.758 0.758 1.766 1.176 2.838 1.176s2.080-0.418 2.838-1.176l4.469-4.469 0.754 0.754-4.469 4.469c-0.959 0.96-2.235 1.488-3.592 1.488z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"lintern \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M8.536 0.006v3.199l3.732 6.397v22.391h7.464v-22.391l3.732-6.397v-3.199h-14.928zM9.602 1.073h12.795v1.844l-0.168 0.288h-12.459l-0.168-0.288v-1.844zM13.334 30.927v-2.137h5.331v2.137h-5.331zM18.811 9.065l-0.145 0.249v18.41h-5.331v-18.41l-2.942-5.043h11.214l-2.796 4.794z\" fill=\"currentFill\"></path>\n<path d=\"M16 14.934c-0.883 0-1.599 0.716-1.599 1.599v2.135c0 0.883 0.716 1.599 1.599 1.599s1.599-0.717 1.599-1.599v-2.135c0-0.883-0.716-1.599-1.599-1.599zM16.533 18.668c0 0.294-0.239 0.533-0.533 0.533s-0.533-0.239-0.533-0.533v-2.135c0-0.294 0.239-0.533 0.533-0.533s0.533 0.239 0.533 0.533v2.135z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"lock \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M22.931 15.467v-6.397c0-3.827-3.103-6.931-6.93-6.931-3.828 0-6.932 3.103-6.932 6.931v6.398h-3.732v14.394h21.325v-14.394h-3.732zM10.136 9.069c0-3.234 2.631-5.864 5.865-5.864s5.863 2.631 5.863 5.864v6.398h-11.729v-6.398zM25.596 28.795h-19.192v-12.262h19.192v12.262z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"look \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M16 6.404c-5.847 0-10.404 3.66-15.994 9.593 4.816 5.073 8.857 9.6 15.994 9.6s12.382-5.73 15.994-9.492c-3.697-4.407-8.943-9.7-15.994-9.7zM16 24.53c-6.336 0-10.16-3.929-14.524-8.532 5.192-5.414 9.32-8.527 14.524-8.527 6.161 0 10.975 4.443 14.558 8.591-3.523 3.674-8.293 8.469-14.558 8.469z\" fill=\"currentFill\"></path>\n<path d=\"M16 9.603c-3.528 0-6.398 2.87-6.398 6.397s2.87 6.397 6.398 6.397 6.398-2.87 6.398-6.397-2.87-6.397-6.398-6.397zM16 21.331c-2.939 0-5.331-2.391-5.331-5.331s2.392-5.331 5.331-5.331 5.331 2.391 5.331 5.331c0 2.939-2.392 5.331-5.331 5.331z\" fill=\"currentFill\"></path>\n<path d=\"M16 12.268c-2.058 0-3.732 1.674-3.732 3.732s1.674 3.732 3.732 3.732c2.058 0 3.732-1.674 3.732-3.732s-1.674-3.732-3.732-3.732zM16 18.666c-1.47 0-2.666-1.196-2.666-2.666s1.196-2.666 2.666-2.666 2.666 1.196 2.666 2.666c0 1.47-1.196 2.666-2.666 2.666z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"loop \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M20.462 10.824l-9.265 9.196 0.753 0.756 9.265-9.196z\" fill=\"currentFill\"></path>\n<path d=\"M6.937 21.864c-3.234 0-5.864-2.631-5.864-5.864s2.631-5.864 5.864-5.864c1.566 0 2.987 0.621 4.040 1.624l0.001-0.006 0.054 0.047 2.076 2.066h-1.905v1.066h3.732v-3.732h-1.066v1.918l-2.084-2.074-0.005 0.005c-1.251-1.224-2.959-1.982-4.842-1.982-3.821 0-6.931 3.109-6.931 6.931s3.109 6.931 6.931 6.931c1.971 0 3.747-0.831 5.011-2.156l-0.753-0.754c-1.070 1.132-2.581 1.844-4.258 1.844z\" fill=\"currentFill\"></path>\n<path d=\"M25.063 9.069c-1.765 0-3.373 0.668-4.597 1.759l0.753 0.753c1.030-0.898 2.373-1.446 3.844-1.446 3.234 0 5.864 2.631 5.864 5.864s-2.631 5.864-5.864 5.864c-1.56 0-2.976-0.616-4.028-1.613l-0.002 0.010-3.531-3.518-0.757 0.751 3.535 3.522 0.006-0.006c1.245 1.187 2.925 1.921 4.776 1.921 3.821 0 6.931-3.109 6.931-6.931s-3.109-6.931-6.931-6.931z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"magic wand \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"26\" height=\"32\" viewBox=\"0 0 26 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M-0.007 28.236l13.916-13.916 0.754 0.754-13.916 13.916-0.754-0.754z\" fill=\"currentFill\"></path>\n<path d=\"M9.973 10.453h4.267v1.067h-4.267v-1.067z\" fill=\"currentFill\"></path>\n<path d=\"M21.707 10.453h4.267v1.067h-4.267v-1.067z\" fill=\"currentFill\"></path>\n<path d=\"M17.44 14.72h1.067v4.267h-1.067v-4.267z\" fill=\"currentFill\"></path>\n<path d=\"M17.44 2.987h1.067v4.267h-1.067v-4.267z\" fill=\"currentFill\"></path>\n<path d=\"M23.991 5.717l-3.017 3.017-0.754-0.754 3.017-3.017 0.754 0.754z\" fill=\"currentFill\"></path>\n<path d=\"M23.246 17.042l-3.017-3.017 0.754-0.754 3.017 3.017-0.754 0.754z\" fill=\"currentFill\"></path>\n<path d=\"M14.986 8.741l-3.017-3.017 0.754-0.754 3.017 3.017-0.754 0.754z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"magnet \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M21.345 2.672v14.914c0 2.952-2.393 5.345-5.345 5.345-2.953 0-5.345-2.393-5.345-5.345v-14.914h-6.384v14.928c0 6.478 5.251 11.729 11.729 11.729s11.729-5.251 11.729-11.729v-14.928h-6.384zM26.663 3.738v3.199h-4.251v-3.199h4.251zM9.589 3.738v3.199h-4.251v-3.199h4.251zM16 28.262c-5.88 0-10.662-4.783-10.662-10.662v-9.596h4.251v9.583c0 3.535 2.876 6.411 6.411 6.411s6.411-2.876 6.411-6.411v-9.583h4.251v9.596c0 5.88-4.784 10.663-10.663 10.663z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"mail open file \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M29.229 13.342l-11.595-11.595c-0.436-0.436-1.016-0.677-1.633-0.677s-1.197 0.24-1.633 0.677l-2.528 2.528h-3.835v3.834l-5.332 5.331v17.491h26.656v-17.489l-0.099-0.099zM28.125 13.747l-4.129 4.129v-8.257l4.129 4.129zM15.121 2.5c0.47-0.47 1.289-0.47 1.759 0l1.774 1.774h-5.307l1.774-1.774zM19.719 5.34l3.211 3.212v10.39l-2.469 2.469-2.829-2.829c-0.436-0.436-1.016-0.677-1.633-0.677s-1.197 0.241-1.633 0.677l-2.871 2.87-2.426-2.426v-13.685h10.649zM4.38 13.24l3.624-3.624v8.343l-4.172-4.172 0.548-0.548zM3.738 16.058v-0.856l7.003 7.003-0.079 0.080-0.001-0.001-6.923 6.923v-13.149zM4.589 29.864l0.573-0.573h0.002l9.957-9.956c0.47-0.47 1.289-0.47 1.759 0l10.531 10.529h-22.822zM28.262 15.36v13.848l-7.046-7.043 7.046-7.046v0.242z\" fill=\"currentFill\"></path>\n<path d=\"M12.268 8.539h7.464v1.066h-7.464v-1.066z\" fill=\"currentFill\"></path>\n<path d=\"M12.268 14.937h7.464v1.066h-7.464v-1.066z\" fill=\"currentFill\"></path>\n<path d=\"M12.268 11.738h5.331v1.066h-5.331v-1.066z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"mail open \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M29.229 13.342l-11.596-11.595c-0.436-0.436-1.016-0.677-1.633-0.677s-1.197 0.24-1.633 0.677l-11.695 11.693v17.491h26.656v-17.489l-0.099-0.099zM4.38 13.24l10.741-10.74c0.47-0.47 1.289-0.47 1.759 0l11.246 11.247-7.664 7.664-2.829-2.829c-0.436-0.436-1.016-0.677-1.633-0.677s-1.197 0.241-1.633 0.677l-2.871 2.87-7.664-7.664 0.548-0.548zM10.742 22.205l-0.079 0.080-0.001-0.001-6.923 6.923v-14.005l7.004 7.003zM4.589 29.864l0.573-0.573h0.002l9.957-9.956c0.47-0.47 1.289-0.47 1.759 0l10.531 10.529h-22.822zM28.262 15.57v13.638l-7.046-7.043 7.046-7.046v0.451z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"mail \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M28.244 7.47h-25.572v17.060h26.656v-17.060h-1.084zM27.177 8.536l-10.298 10.298c-0.47 0.47-1.289 0.47-1.759 0l-10.3-10.298h22.356zM3.738 8.961l6.923 6.922-6.923 6.923v-13.846zM4.589 23.464l6.827-6.826 2.951 2.95c0.436 0.436 1.016 0.677 1.633 0.677s1.197-0.241 1.633-0.677l2.951-2.951 6.826 6.826h-22.822zM28.262 22.807l-6.923-6.924 6.923-6.924v13.848z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"male \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"26\" height=\"32\" viewBox=\"0 0 26 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M14.773 5.707l0.213 1.013 8.16-1.867-8.053 8.107c-1.6-1.44-3.68-2.293-6.027-2.293-5.013 0-9.067 4.053-9.067 9.067s4.053 9.067 9.067 9.067c5.013 0 9.067-4.053 9.067-9.067 0-2.293-0.853-4.427-2.293-6.027l8.107-8.107-1.92 8.16 1.013 0.267 2.56-10.827-10.827 2.507zM9.067 27.733c-4.427 0-8-3.573-8-8s3.573-8 8-8c4.427 0 8 3.573 8 8s-3.573 8-8 8z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"map 2 \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"25\" height=\"32\" viewBox=\"0 0 25 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M16 17.333l-3.2-1.813v-6.507c1.813-0.267 3.2-1.813 3.2-3.68 0-2.080-1.653-3.733-3.733-3.733s-3.733 1.653-3.733 3.733c0 1.867 1.387 3.413 3.2 3.68v5.867l-3.2-1.813-8.533 3.467v13.067l8.533-3.467 7.467 4.267 8.533-4.267v-13.067l-8.533 4.267zM7.467 25.44l-6.4 2.56v-10.773l6.4-2.613v10.827zM9.6 5.333c0-1.493 1.173-2.667 2.667-2.667s2.667 1.173 2.667 2.667c0 1.493-1.173 2.667-2.667 2.667s-2.667-1.173-2.667-2.667zM16 29.227l-7.467-4.267v-10.667l3.2 1.813v4.693h1.067v-4.107l3.2 1.813v10.72zM23.467 25.493l-6.4 3.2v-10.667l6.4-3.2v10.667z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"map marker \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M16.001 1.072c5.291 0 9.596 4.305 9.596 9.597 0 1.683-0.446 3.341-1.29 4.799l-8.307 14.394-8.308-14.395c-0.843-1.456-1.289-3.115-1.289-4.798 0-5.292 4.305-9.597 9.597-9.597zM16.001 14.4c2.058 0 3.731-1.674 3.731-3.731s-1.674-3.731-3.731-3.731c-2.058 0-3.732 1.674-3.732 3.731s1.674 3.731 3.732 3.731zM16.001 0.006c-5.889 0-10.663 4.775-10.663 10.663 0 1.945 0.523 3.762 1.432 5.332l9.23 15.994 9.23-15.994c0.909-1.57 1.432-3.387 1.432-5.332 0-5.888-4.774-10.663-10.662-10.663v0zM16.001 13.334c-1.472 0-2.666-1.193-2.666-2.665 0-1.471 1.194-2.665 2.666-2.665s2.665 1.194 2.665 2.665c0 1.472-1.193 2.665-2.665 2.665v0z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"map \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M23.055 3.4l-0.657-0.329-0.533 0.266v0.001l-5.864 2.932-6.398-3.199-6.931 3.465v22.391l6.931-3.465 6.398 3.199 6.398-3.199 6.931 3.465v-22.391l-6.274-3.137zM9.069 24.537l-5.331 2.666v-20.007l5.331-2.666v20.007zM15.467 27.203l-5.331-2.666v-20.007l5.331 2.666v20.007zM21.864 24.537l-5.331 2.666v-20.007l5.331-2.666v20.007zM28.262 27.203l-5.331-2.666v-20.007l5.331 2.666v20.007z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"medal \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"19\" height=\"32\" viewBox=\"0 0 19 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M13.608 12.783c0.639-1.52 2.652-6.383 2.652-7.414v-4.055h-13.637v4.055c0 1.034 2 5.927 2.624 7.428-3.106 1.546-5.246 4.743-5.246 8.448 0 5.214 4.227 9.441 9.441 9.441s9.441-4.227 9.441-9.441c-0-3.717-2.153-6.923-5.275-8.463zM3.671 5.368v-3.006h5.227v7.177h1.049v-7.177h5.264v3.006c0 0.575-1.287 3.96-2.569 7.004-1.001-0.361-2.075-0.568-3.2-0.568-1.136 0-2.221 0.211-3.23 0.579-1.090-2.624-2.54-6.383-2.54-7.015zM9.441 29.637c-4.627 0-8.392-3.765-8.392-8.392s3.765-8.392 8.392-8.392c4.627 0 8.392 3.765 8.392 8.392s-3.765 8.392-8.392 8.392z\" fill=\"currentFill\"></path>\n<path d=\"M9.441 14.951c-3.476 0-6.294 2.818-6.294 6.294s2.818 6.294 6.294 6.294c3.477 0 6.294-2.818 6.294-6.294s-2.817-6.294-6.294-6.294zM9.441 26.49c-2.892 0-5.245-2.353-5.245-5.245s2.353-5.245 5.245-5.245c2.893 0 5.245 2.353 5.245 5.245s-2.352 5.245-5.245 5.245z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"menu \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M3.205 6.937v4.265h25.59v-4.265h-25.59zM27.729 10.136h-23.457v-2.133h23.457v2.133z\" fill=\"currentFill\"></path>\n<path d=\"M3.205 18.133h25.59v-4.265h-25.59v4.265zM4.271 14.934h23.457v2.133h-23.457v-2.133z\" fill=\"currentFill\"></path>\n<path d=\"M3.205 25.063h25.59v-4.265h-25.59v4.265zM4.271 21.864h23.457v2.133h-23.457v-2.133z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"micro \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M16.003 22.377c3.231 0 5.851-2.619 5.851-5.851v-10.639c0-3.231-2.62-5.85-5.851-5.85s-5.851 2.619-5.851 5.85v10.639c0 3.231 2.62 5.851 5.851 5.851zM11.216 5.888c0-2.639 2.147-4.786 4.787-4.786s4.787 2.147 4.787 4.786v10.639c0 2.64-2.147 4.787-4.787 4.787s-4.787-2.147-4.787-4.787v-10.639z\" fill=\"currentFill\"></path>\n<path d=\"M23.978 11.207v5.319c0 4.399-3.579 7.978-7.978 7.978s-7.978-3.579-7.978-7.978v-5.319h-1.064v5.319c0 4.83 3.81 8.776 8.581 9.018h-0.068v5.354h-4.79v1.064h10.637v-1.064h-4.784v-5.354h-0.073c4.771-0.243 8.581-4.189 8.581-9.018v-5.319h-1.064z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"monitor \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M29.861 22.931v-19.192h-27.723v19.192h13.328v4.265h-3.732v1.066h8.53v-1.066h-3.732v-4.265h13.328zM3.205 4.804h25.59v17.060h-25.59v-17.060z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"moon \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M9.882 5.052c-0.847 1.717-1.295 3.614-1.295 5.564 0 6.977 5.676 12.653 12.653 12.653 2.052 0 4.035-0.489 5.812-1.412-2.15 3.869-6.248 6.37-10.862 6.37-6.866 0-12.451-5.585-12.451-12.451 0-4.491 2.409-8.533 6.143-10.724zM12.79 2.707c-5.817 1.509-10.118 6.78-10.118 13.069 0 7.465 6.053 13.517 13.518 13.517 6.387 0 11.726-4.435 13.139-10.389-2.087 2.039-4.939 3.298-8.088 3.298-6.399 0-11.587-5.188-11.587-11.587 0-3.061 1.196-5.838 3.137-7.909v0z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"more \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M3.205 12.801c-1.767 0-3.199 1.432-3.199 3.199s1.432 3.199 3.199 3.199c1.766 0 3.199-1.432 3.199-3.199s-1.433-3.199-3.199-3.199zM3.205 18.133c-1.177 0-2.132-0.956-2.132-2.133s0.956-2.133 2.132-2.133c1.176 0 2.133 0.956 2.133 2.133s-0.957 2.133-2.132 2.133z\" fill=\"currentFill\"></path>\n<path d=\"M28.795 12.801c-1.767 0-3.199 1.432-3.199 3.199s1.432 3.199 3.199 3.199c1.766 0 3.199-1.432 3.199-3.199s-1.433-3.199-3.199-3.199zM28.795 18.133c-1.176 0-2.133-0.956-2.133-2.133s0.957-2.133 2.133-2.133c1.176 0 2.133 0.956 2.133 2.133s-0.957 2.133-2.133 2.133z\" fill=\"currentFill\"></path>\n<path d=\"M16 12.801c-1.767 0-3.199 1.432-3.199 3.199s1.432 3.199 3.199 3.199c1.766 0 3.199-1.432 3.199-3.199s-1.433-3.199-3.199-3.199zM16 18.133c-1.176 0-2.133-0.956-2.133-2.133s0.957-2.133 2.133-2.133c1.176 0 2.133 0.956 2.133 2.133s-0.957 2.133-2.133 2.133z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"mouse \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M16.533 8.562v-1.647c0-0.487 1.029-1.131 1.855-1.649 1.184-0.741 2.41-1.509 2.41-2.627v-2.633h-1.066v2.633c0 0.527-1.058 1.19-1.909 1.723-1.158 0.725-2.356 1.475-2.356 2.552v1.647c-4.167 0.268-7.464 3.626-7.464 7.739v7.927c0 4.288 3.58 7.765 7.997 7.765s7.997-3.477 7.997-7.765v-7.927c0-4.114-3.297-7.472-7.464-7.739zM22.931 16.301v0.765h-6.398v-7.438c3.572 0.265 6.398 3.153 6.398 6.673zM9.069 16.301c0-3.52 2.825-6.408 6.398-6.673v7.438h-6.398v-0.765zM16 30.927c-3.821 0-6.931-3.005-6.931-6.699v-6.096h13.861v6.096c0 3.694-3.109 6.699-6.931 6.699z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"music \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M28.795 1.455l-17.593 6.224v15.417c-0.831-0.987-2.075-1.615-3.465-1.615-2.502 0-4.532 2.029-4.532 4.533s2.029 4.532 4.532 4.532c2.476 0 4.486-1.988 4.527-4.454h0.004v-17.659l15.461-5.47v14.269c-0.831-0.987-2.075-1.614-3.466-1.614-2.503 0-4.531 2.028-4.531 4.532s2.028 4.532 4.531 4.532 4.532-2.029 4.532-4.532c0-0.086-0.008-0.17-0.013-0.254h0.013v-18.44zM7.737 29.479c-1.911 0-3.465-1.555-3.465-3.465s1.555-3.466 3.465-3.466 3.465 1.555 3.465 3.466c0 1.911-1.555 3.465-3.465 3.465zM24.263 23.614c-1.911 0-3.465-1.555-3.465-3.465s1.554-3.465 3.465-3.465c1.911 0 3.466 1.555 3.466 3.465s-1.555 3.465-3.466 3.465z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"musiclist \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M2.672 8.537h13.861v1.066h-13.861v-1.066z\" fill=\"currentFill\"></path>\n<path d=\"M2.672 13.335h13.861v1.066h-13.861v-1.066z\" fill=\"currentFill\"></path>\n<path d=\"M2.672 18.133h13.861v1.066h-13.861v-1.066z\" fill=\"currentFill\"></path>\n<path d=\"M21.864 9.174l7.464 0.962c0-5.331-4.265-6.397-8.53-7.465v20.26c-0.638 0-1.654 0-3.285 0-3.134 0-4.179 1.658-4.179 3.173 0 1.285 0.962 3.225 4.265 3.225 4.723 0 4.265-3.792 4.265-6.398v-13.757zM28.166 8.911l-6.302-0.812v-4.051c3.543 0.96 5.819 2.013 6.302 4.863zM20.017 27.529c-0.48 0.487-1.294 0.734-2.418 0.734-3.045 0-3.199-1.798-3.199-2.159 0-1.339 1.134-2.107 3.112-2.107h3.285v0.819h0.003c-0.032 1.074-0.184 2.105-0.784 2.712z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"mute \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"24\" height=\"32\" viewBox=\"0 0 24 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M24.3 4.592l-0.742-0.742-7.142 7.143v-5.822l-7.687 6.127h-5.949v4.743l-0.003 0.003 0.003 0.003v4.693h3.889l-6.668 6.668 0.742 0.742 7.41-7.41h0.027l1.003-1.002-0.015-0.012 6.202-6.202v0.027l1.049-1.049v-0.027l7.883-7.883zM3.828 19.691v-7.343h5.268l6.271-4.998v3.949l0.001 0.743-7.65 7.649h-3.889z\" fill=\"currentFill\"></path>\n<path d=\"M15.368 19.691h-0.001v4.901l-5.355-4.202-0.747 0.747 7.151 5.611v-6.008h0.001v-6.755l-1.049 1.049z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"network \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"25\" height=\"32\" viewBox=\"0 0 25 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M20.456 18.098v-2.623h-7.343v-1.573h4.721v-10.489h-10.49v10.489h4.721v1.573h-7.343v2.623h-4.721v10.49h10.49v-10.49h-4.721v-1.574h13.637v1.574h-4.721v10.49h10.49v-10.49h-4.721zM8.392 4.462h8.392v8.391h-8.392v-8.391zM9.441 27.539h-8.392v-8.392h8.392l-0 8.392zM24.128 27.539h-8.392v-8.392h8.392v8.392z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"news paper \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M9.069 2.672v14.928h-6.397c0 0 0 6.589 0 8.718s1.983 3.010 3.452 3.010c1.469 0 16.26 0 20.006 0 1.616 0 3.199-1.572 3.199-3.199 0-1.175 0-23.457 0-23.457h-20.259zM6.124 28.262c-0.664 0-2.385-0.349-2.385-1.944v-7.652h5.331v7.192c0 0.714-0.933 2.404-2.404 2.404h-0.542zM28.262 26.129c0 1.036-1.096 2.133-2.133 2.133h-17.113c0.718-0.748 1.119-1.731 1.119-2.404v-22.12h18.126v22.391z\" fill=\"currentFill\"></path>\n<path d=\"M12.268 5.871h13.861v1.066h-13.861v-1.066z\" fill=\"currentFill\"></path>\n<path d=\"M12.268 20.265h13.861v1.066h-13.861v-1.066z\" fill=\"currentFill\"></path>\n<path d=\"M12.268 23.997h13.861v1.066h-13.861v-1.066z\" fill=\"currentFill\"></path>\n<path d=\"M26.129 9.602h-13.861v7.997h13.861v-7.997zM25.063 16.533h-11.729v-5.864h11.729v5.864z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"next 2 \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"30\" height=\"32\" viewBox=\"0 0 30 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M29.867 8.96l-10.667-7.253v4h-19.2v24.533h24.533v-17.707l5.333-3.573zM20.267 3.733l7.68 5.173-7.68 5.227v-2.827c0 0 0 0 0 0v-1.067h-1.92c-0.053 0-0.053 0-0.107 0-1.92 0-5.867 0.373-8.907 2.88 1.44-3.52 4.747-6.293 9.76-6.293v0c0 0 0.053 0 0.053 0s0 0 0.053 0h1.067v-1.013c0 0 0 0 0-0.053v-2.027zM23.467 29.227h-22.4v-22.4h12.96c-4.267 1.867-6.56 6.133-6.56 10.56 2.453-5.44 8.16-6.133 10.773-6.133 0.373 0 0.693 0 0.96 0.053v4.8l4.267-2.88v16z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"next \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M1.073 7.47v17.060l14.928-8.531-14.928-8.529zM2.139 9.307l11.712 6.692-11.712 6.693v-13.385z\" fill=\"currentFill\"></path>\n<path d=\"M16 7.47v17.060l14.928-8.531-14.928-8.529zM17.066 9.307l11.712 6.692-11.712 6.693v-13.385z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"note \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M27.78 4.198c-0.312-0.312-0.722-0.468-1.131-0.468s-0.819 0.156-1.131 0.468l-4.706 4.705v-0.891h-17.060v20.259h20.259v-17.060h-0.981l4.75-4.751c0.625-0.624 0.625-1.637 0-2.262zM22.944 27.204h-18.126v-18.126h15.819l-8.356 8.355v2.307h2.219l8.444-8.445v15.908zM27.026 5.706l-12.967 12.968h-0.711v-0.8l12.924-12.924c0.135-0.135 0.294-0.155 0.376-0.155s0.242 0.020 0.377 0.156c0.136 0.136 0.157 0.295 0.157 0.377s-0.020 0.24-0.157 0.377z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"note2 \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"25\" height=\"32\" viewBox=\"0 0 25 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M6.294 14.164h12.588v1.049h-12.588v-1.049z\" fill=\"currentFill\"></path>\n<path d=\"M6.294 18.36h12.588v1.049h-12.588v-1.049z\" fill=\"currentFill\"></path>\n<path d=\"M6.294 22.557h8.392v1.049h-8.392v-1.049z\" fill=\"currentFill\"></path>\n<path d=\"M15.688 3.674c-0.25-1.488-1.541-2.623-3.1-2.623s-2.85 1.135-3.1 2.623h-9.489v27.275h25.176v-27.275h-9.488zM10.49 6.082v-1.884c0-1.157 0.941-2.098 2.098-2.098s2.098 0.941 2.098 2.098v1.884l0.531 0.302c1.030 0.586 1.82 1.477 2.273 2.535h-9.803c0.453-1.058 1.243-1.949 2.273-2.535l0.53-0.302zM24.128 29.9h-23.078v-25.177h8.392v0.749c-1.638 0.932-2.824 2.566-3.147 4.496h12.588c-0.322-1.93-1.509-3.563-3.147-4.496v-0.749h8.392v25.177z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"notebook \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M16 3.205h-8.53c-2.551 0-4.265 1.714-4.265 4.265v17.733c0 0.842 0.314 3.592 4.357 3.592h21.233v-25.59h-12.795zM14.934 4.271v10.2l-2.611-2.378-2.899 2.44v-10.261h5.511zM7.47 4.271h0.887v12.552l3.938-3.313 3.706 3.374v-12.613h11.729v17.593h-20.259c-1.357 0-2.457 0.405-3.199 1.113v-15.508c0-1.943 1.256-3.199 3.199-3.199zM7.562 27.729c-2.444 0-3.151-1.109-3.269-2.17 0.002-1.646 1.189-2.628 3.177-2.628h20.259v4.798h-20.167z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"paint bucket \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"28\" height=\"32\" viewBox=\"0 0 28 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M22.347 14.827v0l-10.4-10.453-0.213 0.16v-0.267c0-1.76-1.44-3.2-3.2-3.2s-3.2 1.44-3.2 3.2v6.667l-4.427 4.427c-1.227 1.227-1.227 3.2 0 4.427l6.027 6.027c0.587 0.64 1.44 0.907 2.24 0.907s1.6-0.32 2.24-0.907l7.627-7.68h6.56l-3.253-3.307zM6.4 4.267c0-1.173 0.96-2.133 2.133-2.133s2.133 0.96 2.133 2.133v1.333l-4.267 4.267v-5.6zM18.613 17.067l-8 8c-0.373 0.373-0.907 0.587-1.493 0.587-0.533 0-1.067-0.213-1.44-0.587l-6.027-6.027c-0.8-0.8-0.8-2.133 0-2.933l9.013-8.96v6.72h1.067v-7.787l0.16-0.16 11.147 11.147h-4.427z\" fill=\"currentFill\"></path>\n<path d=\"M28.213 26.987c-0.32-2.88-3.413-6.72-3.413-6.72s-3.147 3.893-3.413 6.773c0 0.16 0 0.267 0 0.427 0 1.92 1.547 3.467 3.467 3.467s3.467-1.547 3.467-3.467c-0.053-0.16-0.053-0.32-0.107-0.48zM24.8 29.867c-1.333 0-2.4-1.067-2.4-2.4 0-0.107 0-0.16 0-0.267v0 0c0.16-1.6 1.387-3.68 2.347-5.12 0.96 1.387 2.187 3.52 2.4 5.067 0 0.107 0 0.213 0 0.32 0.053 1.333-1.013 2.4-2.347 2.4z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"paint \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M27.995 5.338v-1.654c0-1.442-1.169-2.611-2.611-2.611h-17.167c-1.442 0-2.61 1.169-2.61 2.611v1.654h-0.489c-1.204 0-2.178 0.976-2.178 2.179v3.649c0 1.203 0.975 2.179 2.178 2.179l10.037-0.003c0.613 0 1.113 0.499 1.113 1.113v3.679h-2.131v12.795h5.331v-12.795h-2.134v-3.679c0-1.203-0.976-2.179-2.179-2.179h-1.32v0.003h-8.716c-0.613 0-1.112-0.499-1.112-1.113v-3.649c0-0.613 0.499-1.113 1.112-1.113h0.489v1.654c0 1.442 1.168 2.611 2.61 2.611h17.167c1.442 0 2.611-1.169 2.611-2.611v-1.654h1.066v-1.066h-1.066zM18.4 29.861h-3.199v-10.663h3.199v10.663zM26.929 8.058c0 0.852-0.694 1.545-1.545 1.545h-17.167c-0.852 0-1.544-0.693-1.544-1.545v-4.374c0-0.852 0.692-1.545 1.544-1.545h17.167c0.852 0 1.545 0.693 1.545 1.545v4.374z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"paper plane \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M12.379 19.737l4.766 9.591 12.181-26.656-26.653 12.792 9.706 4.273zM12.662 18.698l-7.44-3.276 20.434-9.807-12.993 13.082zM17.106 26.866l-3.688-7.421 13.109-13.198-9.421 20.619z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"paperclip \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"27\" height=\"32\" viewBox=\"0 0 27 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M2.098 5.903c1.309-1.309 3.050-2.030 4.902-2.030v0c1.852 0 3.593 0.721 4.902 2.030l14.035 14.036c1.87 1.87 1.87 4.913 0 6.783-0.906 0.907-2.11 1.405-3.392 1.405s-2.486-0.499-3.392-1.405l-6.197-6.196 0.005-0.005-7.407-7.408c-0.503-0.502-0.78-1.171-0.78-1.881 0-0.711 0.277-1.379 0.78-1.882 0.502-0.502 1.17-0.78 1.881-0.78s1.379 0.278 1.881 0.78l11.871 11.87-0.742 0.742-11.871-11.87c-0.609-0.608-1.67-0.608-2.278 0-0.304 0.304-0.472 0.709-0.472 1.14s0.168 0.835 0.472 1.139l13.598 13.609c0.708 0.709 1.648 1.098 2.65 1.098s1.942-0.389 2.65-1.098c1.461-1.461 1.461-3.839 0-5.3l-14.035-14.036c-1.112-1.111-2.589-1.723-4.16-1.723s-3.049 0.612-4.16 1.723c-1.111 1.111-1.724 2.589-1.724 4.16s0.613 3.050 1.724 4.161l12.301 12.301-0.742 0.742-12.301-12.302c-1.31-1.31-2.031-3.051-2.031-4.903s0.721-3.593 2.031-4.902z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"pen \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M30.771 5.802l-4.251-4.251-1.040 1.041-1.456-1.455c-0.208-0.208-0.546-0.208-0.754 0l-8.638 8.639c-0.208 0.208-0.208 0.546 0 0.754 0.104 0.104 0.241 0.156 0.377 0.156s0.273-0.052 0.377-0.156l8.261-8.262 1.079 1.078-18.319 18.318 1.235 1.235c-0.52-0.257-1.086-0.388-1.652-0.388-0.957 0-1.914 0.365-2.644 1.095-0.075 0.074-0.147 0.154-0.216 0.238-0.034 0.040-0.067 0.082-0.098 0.123-0.038 0.047-0.073 0.096-0.107 0.146-0.026 0.036-0.052 0.072-0.076 0.108-1.55 2.331-1.62 6.789-1.62 6.789s0.162 0.008 0.444 0.008c1.281 0 5.010-0.175 6.961-2.126 1.162-1.163 1.396-2.9 0.706-4.297l1.319 1.319 20.113-20.113zM7.879 28.139c-1.19 1.19-3.278 1.6-4.767 1.741l2.427-2.427-0.754-0.754-2.325 2.325c0.189-1.422 0.566-3.146 1.28-4.217l0.030-0.043 0.026-0.037c0.023-0.033 0.047-0.068 0.088-0.12 0.018-0.023 0.035-0.047 0.067-0.084 0.047-0.056 0.095-0.11 0.148-0.163 0.505-0.505 1.176-0.783 1.89-0.783s1.385 0.278 1.89 0.783c1.041 1.042 1.041 2.737 0 3.779zM29.264 5.802l-6.324 6.324-2.744-2.743 6.324-6.324 2.744 2.743zM19.442 10.136l2.744 2.743-11.528 11.528-2.744-2.743 11.528-11.528z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"pendrive \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"15\" height=\"32\" viewBox=\"0 0 15 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M11.733 10.133v-8.533h-8.533v8.533h-3.2v17.333c0 1.6 1.333 2.933 2.933 2.933h9.067c1.6 0 2.933-1.333 2.933-2.933v-17.333h-3.2zM4.267 2.667h6.4v7.467h-6.4v-7.467zM13.867 27.467c0 1.013-0.853 1.867-1.867 1.867h-9.067c-1.013 0-1.867-0.853-1.867-1.867v-16.267h12.8v16.267z\" fill=\"currentFill\"></path>\n<path d=\"M5.333 4.267h1.067v2.667h-1.067v-2.667z\" fill=\"currentFill\"></path>\n<path d=\"M8.533 4.267h1.067v2.667h-1.067v-2.667z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"phone \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M23.086 1.606h-14.173c-0.797 0-1.444 0.647-1.444 1.444v25.901c0 0.798 0.647 1.444 1.444 1.444h14.173c0.797 0 1.444-0.646 1.444-1.444v-25.901c0-0.797-0.647-1.444-1.444-1.444zM23.464 28.951c0 0.208-0.169 0.377-0.377 0.377h-14.173c-0.208 0-0.377-0.169-0.377-0.377v-4.95h14.928v4.95zM23.464 22.934h-14.928v-17.042h14.928v17.042zM23.464 4.826h-14.928v-1.776c0-0.208 0.169-0.378 0.377-0.378h14.173c0.208 0 0.377 0.17 0.377 0.378v1.776z\" fill=\"currentFill\"></path>\n<path d=\"M14.401 26.129h3.199v1.066h-3.199v-1.066z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"photo gallery \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M26.662 8.536v-4.265h-25.057v19.192h3.732v4.265h25.057v-19.192h-3.732zM2.672 22.398v-17.060h22.924v3.199h-20.259v13.861h-2.666zM29.328 26.663h-22.924v-17.060h22.924v17.060z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"photo \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"27\" height=\"32\" viewBox=\"0 0 27 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M0 3.2v25.6h26.667v-25.6h-26.667zM1.067 19.307l7.467-7.84 7.413 7.413 3.733-3.2 5.547 5.653h-24.16v-2.027zM25.6 27.733h-24.533v-5.333h24.533v5.333zM25.6 20.213l-5.813-6.027-3.733 3.2-7.52-7.467-7.467 7.84v-13.493h24.533v15.947z\" fill=\"currentFill\"></path>\n<path d=\"M19.733 11.733c1.493 0 2.667-1.173 2.667-2.667s-1.173-2.667-2.667-2.667c-1.493 0-2.667 1.173-2.667 2.667s1.173 2.667 2.667 2.667zM19.733 7.467c0.907 0 1.6 0.693 1.6 1.6s-0.693 1.6-1.6 1.6c-0.907 0-1.6-0.693-1.6-1.6s0.693-1.6 1.6-1.6z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"piggy \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"30\" height=\"32\" viewBox=\"0 0 30 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M27.787 14.933h-0.587c-0.8-2.080-2.4-3.84-4.533-5.12 0-2.827 0.267-3.467 0.853-5.28-2.187 0.32-4.373 1.653-5.493 3.573-0.747-0.16-1.493-0.213-2.24-0.267 0.107-0.427 0.213-0.907 0.213-1.44 0-2.667-2.133-4.8-4.8-4.8s-4.8 2.133-4.8 4.8c0 1.333 0.533 2.507 1.44 3.413-2.080 1.227-3.68 2.933-4.533 4.96-1.44-0.533-2.24-1.333-2.24-2.347 0-1.12 0.907-2.133 1.707-2.4l-0.32-1.013c-1.333 0.373-2.453 1.867-2.453 3.307 0 0.853 0.373 2.453 2.933 3.413-0.213 0.693-0.267 1.387-0.267 2.133 0 2.667 1.333 5.12 3.467 6.933l-0.64 1.867c-0.427 1.28 0.213 2.613 1.493 3.040l1.493 0.533c0.267 0.107 0.533 0.16 0.8 0.16 1.013 0 1.92-0.64 2.293-1.6l0.427-1.227c1.067 0.213 2.133 0.373 3.307 0.373 0.747 0 1.493-0.053 2.187-0.16l0.64 1.333c0.427 0.853 1.28 1.333 2.187 1.333 0.373 0 0.693-0.053 1.067-0.267l1.387-0.693c1.173-0.587 1.707-2.027 1.12-3.2l-0.373-0.8c1.44-0.96 2.56-2.187 3.36-3.627h1.067c1.44 0 2.613-1.173 2.613-2.613v-1.707c-0.16-1.44-1.333-2.613-2.773-2.613zM7.467 6.4c0-2.080 1.653-3.733 3.733-3.733s3.733 1.653 3.733 3.733c0 0.533-0.107 1.013-0.32 1.493-2.133 0.053-4.107 0.587-5.813 1.387-0.8-0.693-1.333-1.707-1.333-2.88zM29.333 19.253c0 0.853-0.693 1.547-1.547 1.547h-1.707l-0.32 0.533c-0.693 1.227-1.707 2.347-2.987 3.253l-0.747 0.533 0.427 0.8 0.373 0.8c0.32 0.64 0.053 1.493-0.64 1.813l-1.387 0.64c-0.16 0.107-0.373 0.16-0.587 0.16-0.533 0-0.96-0.267-1.227-0.747l-0.64-1.333-0.32-0.693-0.8 0.107c-0.693 0.107-1.387 0.16-2.027 0.16-1.013 0-2.080-0.107-3.093-0.32l-0.907-0.213-0.267 0.907-0.427 1.227c-0.213 0.533-0.693 0.907-1.28 0.907-0.16 0-0.32 0-0.427-0.053l-1.493-0.533c-0.693-0.267-1.067-1.013-0.8-1.707l0.64-1.92 0.267-0.693-0.587-0.48c-2.027-1.653-3.093-3.787-3.093-6.080 0-4.907 5.173-8.96 11.467-8.96 0.853 0 1.76 0.107 2.613 0.213l0.747 0.16 0.373-0.64c0.64-1.12 1.76-2.027 2.987-2.56-0.213 0.907-0.32 1.92-0.373 3.733v0.587l0.533 0.32c1.92 1.173 3.413 2.773 4.107 4.587l0.267 0.693h1.333c0.853 0 1.547 0.693 1.547 1.547v1.707z\" fill=\"currentFill\"></path>\n<path d=\"M23.467 15.733c0 0.736-0.597 1.333-1.333 1.333s-1.333-0.597-1.333-1.333c0-0.736 0.597-1.333 1.333-1.333s1.333 0.597 1.333 1.333z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"pin \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"27\" height=\"32\" viewBox=\"0 0 27 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M0 10.284l0.505 0.36c0.089 0.064 0.92 0.621 2.604 0.621 0.27 0 0.55-0.015 0.836-0.044 3.752 4.346 6.411 7.472 7.060 8.299-1.227 2.735-1.42 5.808-0.537 8.686l0.256 0.834 7.63-7.631 8.309 8.309 0.742-0.742-8.309-8.309 7.631-7.631-0.834-0.255c-2.829-0.868-5.986-0.672-8.686 0.537-0.825-0.648-3.942-3.3-8.28-7.044 0.11-0.669 0.23-2.183-0.575-3.441l-0.352-0.549-8.001 8.001zM1.729 10.039l6.032-6.033c0.385 1.122 0.090 2.319 0.086 2.334l-0.080 0.314 0.245 0.214c7.409 6.398 8.631 7.39 8.992 7.546l-0.002 0.006 0.195 0.058 0.185-0.087c2.257-1.079 4.903-1.378 7.343-0.836l-13.482 13.481c-0.55-2.47-0.262-5.045 0.837-7.342l0.104-0.218-0.098-0.221-0.031 0.013c-0.322-0.632-1.831-2.38-7.498-8.944l-0.185-0.215-0.282 0.038c-0.338 0.045-0.668 0.069-0.981 0.069-0.595 0-1.053-0.083-1.38-0.176z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"plane \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M9.123 30.464l-1.33-6.268-6.318-1.397 1.291-2.475 5.785-0.316c0.297-0.386 0.96-1.234 1.374-1.648l5.271-5.271-10.989-5.388 2.782-2.782 13.932 2.444 4.933-4.933c0.585-0.585 1.496-0.894 2.634-0.894 0.776 0 1.395 0.143 1.421 0.149l0.3 0.070 0.089 0.295c0.469 1.55 0.187 3.298-0.67 4.155l-4.956 4.956 2.434 13.875-2.782 2.782-5.367-10.945-4.923 4.924c-0.518 0.517-1.623 1.536-2.033 1.912l-0.431 5.425-2.449 1.329zM3.065 22.059l5.63 1.244 1.176 5.544 0.685-0.372 0.418-5.268 0.155-0.142c0.016-0.014 1.542-1.409 2.153-2.020l5.978-5.979 5.367 10.945 1.334-1.335-2.434-13.876 5.349-5.348c0.464-0.464 0.745-1.598 0.484-2.783-0.216-0.032-0.526-0.066-0.87-0.066-0.593 0-1.399 0.101-1.881 0.582l-5.325 5.325-13.933-2.444-1.335 1.334 10.989 5.388-6.326 6.326c-0.483 0.482-1.418 1.722-1.428 1.734l-0.149 0.198-5.672 0.31-0.366 0.702z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"play \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M7.47 6.661l16.010 9.339-16.010 9.339v-18.678zM6.404 4.804v22.391l19.192-11.196-19.192-11.196z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"plug \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"27\" height=\"32\" viewBox=\"0 0 27 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M18.804 18.457l-8.268 8.268-0.004-0.005c-0.031 0.032-0.056 0.067-0.088 0.097-2.147 2.147-5.642 2.147-7.789 0-2.085-2.085-2.139-5.435-0.176-7.593l1.103 1.102 1.743-1.742c2.339 1.116 5.221 0.712 7.159-1.225l2.968-2.967 0.742 0.742 0.742-0.742-2.968-2.967 4.451-4.451-0.742-0.742-4.451 4.451-2.967-2.967 4.45-4.451-0.741-0.742-4.451 4.451-2.967-2.967-0.742 0.742 0.742 0.742-2.968 2.967c-1.937 1.937-2.341 4.82-1.224 7.159l-1.743 1.742 1.122 1.123c-2.372 2.568-2.317 6.583 0.176 9.076 2.556 2.557 6.716 2.557 9.272 0l8.361-8.36c1.832-1.832 4.813-1.832 6.645 0l0.742-0.742c-2.241-2.241-5.889-2.241-8.129 0zM4.324 9.2l2.968-2.967 7.417 7.417-2.967 2.967c-2.045 2.045-5.372 2.045-7.418 0s-2.045-5.372-0-7.418zM2.907 16.551c0.202 0.283 0.422 0.555 0.675 0.808s0.527 0.474 0.808 0.675l-0.808 0.808-1.483-1.483 0.808-0.808z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"plugin \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"29\" height=\"32\" viewBox=\"0 0 29 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M14.4 9.6c-2.347 0-4.267 1.173-4.267 2.667s1.92 2.667 4.267 2.667c2.347 0 4.267-1.173 4.267-2.667s-1.92-2.667-4.267-2.667zM14.4 13.867c-1.813 0-3.2-0.853-3.2-1.6s1.387-1.6 3.2-1.6 3.2 0.853 3.2 1.6-1.387 1.6-3.2 1.6z\" fill=\"currentFill\"></path>\n<path d=\"M26.827 10.133c0.267-0.32 0.373-0.693 0.373-1.12 0-1.493-1.92-2.667-4.267-2.667-1.227 0-2.293 0.32-3.040 0.8l-1.387-0.587c0.107-0.213 0.16-0.48 0.16-0.747 0-1.493-1.92-2.667-4.267-2.667s-4.267 1.173-4.267 2.667c0 0.267 0.053 0.48 0.16 0.747l-1.067 0.48c-0.747-0.427-1.76-0.693-2.827-0.693-2.347 0-4.267 1.173-4.267 2.667 0 0.32 0.107 0.64 0.267 0.96l-2.4 1.067v10.56l14.4 6.133 14.4-6.187v-10.507l-1.973-0.907zM14.4 16.747l-12.533-5.387 1.333-0.533c0.8 0.533 1.92 0.907 3.2 0.907 2.347 0 4.267-1.173 4.267-2.667 0-0.427-0.16-0.853-0.48-1.227l0.8-0.32c0.8 0.64 2.027 1.067 3.413 1.067s2.613-0.427 3.413-1.067l1.227 0.533c-0.213 0.32-0.373 0.693-0.373 1.067 0 1.493 1.92 2.667 4.267 2.667 1.173 0 2.24-0.267 2.987-0.747l1.013 0.427-12.533 5.28zM26.133 9.013c0 0.747-1.387 1.6-3.2 1.6s-3.2-0.853-3.2-1.6 1.387-1.6 3.2-1.6c1.813 0 3.2 0.853 3.2 1.6zM14.4 4.267c1.813 0 3.2 0.853 3.2 1.6s-1.387 1.6-3.2 1.6-3.2-0.853-3.2-1.6 1.387-1.6 3.2-1.6zM6.4 7.413c1.813 0 3.2 0.853 3.2 1.6s-1.387 1.6-3.2 1.6c-1.813 0-3.2-0.853-3.2-1.6s1.387-1.6 3.2-1.6zM1.067 12.16l12.8 5.493v8.693l-12.8-5.493v-8.693zM14.933 26.347v-8.693l12.8-5.493v8.693l-12.8 5.493z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"plus \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M16 2.672c-7.362 0-13.328 5.966-13.328 13.328s5.966 13.328 13.328 13.328c7.362 0 13.328-5.966 13.328-13.328s-5.966-13.328-13.328-13.328zM16 28.262c-6.761 0-12.262-5.501-12.262-12.262s5.501-12.262 12.262-12.262c6.761 0 12.262 5.501 12.262 12.262s-5.501 12.262-12.262 12.262z\" fill=\"currentFill\"></path>\n<path d=\"M16.533 8.003h-1.066v7.464h-7.428v1.066h7.428v7.428h1.066v-7.428h7.464v-1.066h-7.464z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"portfolio \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M19.732 7.203v-2.666h-7.464v2.666h-9.063v20.259h25.59v-20.259h-9.063zM13.334 5.604h5.331v1.599h-5.331v-1.599zM12.268 8.27h15.461v8.53h-7.997v-2.133h-7.464v2.133h-7.997v-8.53h7.997zM18.666 15.733v3.199h-5.331v-3.199h5.331zM4.271 26.396v-8.53h7.997v2.133h7.464v-2.133h7.997v8.53h-23.457z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"power \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M15.306 2.672h1.066v12.795h-1.066v-12.795z\" fill=\"currentFill\"></path>\n<path d=\"M21.17 4.829v1.179c3.881 1.914 6.559 5.912 6.559 10.524 0 6.467-5.261 11.729-11.729 11.729s-11.729-5.261-11.729-11.729c0-4.484 2.53-8.386 6.236-10.359v-1.199c-4.318 2.056-7.302 6.457-7.302 11.558 0 7.066 5.729 12.795 12.795 12.795s12.795-5.729 12.795-12.795c0-5.226-3.135-9.718-7.625-11.704z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"prev \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M16 15.999l14.928 8.531v-17.060l-14.928 8.529zM29.861 22.693l-11.712-6.693 11.712-6.692v13.385z\" fill=\"currentFill\"></path>\n<path d=\"M1.073 15.999l14.928 8.531v-17.060l-14.928 8.529zM14.934 22.693l-11.712-6.693 11.712-6.692v13.385z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"print \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M7.47 12.268c-0.589 0-1.066 0.477-1.066 1.066s0.477 1.066 1.066 1.066c0.588 0 1.066-0.477 1.066-1.066s-0.478-1.066-1.066-1.066z\" fill=\"currentFill\"></path>\n<path d=\"M10.669 12.268c-0.589 0-1.066 0.477-1.066 1.066s0.477 1.066 1.066 1.066c0.588 0 1.066-0.477 1.066-1.066s-0.478-1.066-1.066-1.066z\" fill=\"currentFill\"></path>\n<path d=\"M29.328 8.003h-5.864v-5.331h-14.928v5.331h-5.864c-0.295 0-0.533 0.238-0.533 0.533v15.994c0 0.295 0.238 0.533 0.533 0.533h5.864v4.265h14.928v-4.265h5.864c0.295 0 0.533-0.238 0.533-0.533v-15.994c0-0.295-0.238-0.533-0.533-0.533zM9.602 3.738h12.795v4.265h-12.795v-4.265zM22.398 28.262h-12.795v-9.596h12.795v9.596zM28.795 23.997h-5.331v-6.398h-14.928v6.398h-5.331v-14.928h25.59v14.928z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"radio \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M28.114 9.098c-0.011-0.004-0.019-0.012-0.031-0.015l-22.623-5.331c-0.287-0.066-0.574 0.11-0.641 0.397s0.11 0.574 0.397 0.641l18.159 4.279h-19.207c-0.825 0-1.495 0.669-1.495 1.495v16.204c0 0.825 0.67 1.494 1.495 1.494h23.667c0.826 0 1.495-0.669 1.495-1.494v-16.203c0-0.729-0.523-1.335-1.214-1.466zM28.262 26.768c0 0.236-0.192 0.428-0.428 0.428h-23.667c-0.236 0-0.429-0.192-0.429-0.428v-16.204c0-0.236 0.192-0.428 0.429-0.428h23.667c0.236 0 0.428 0.192 0.428 0.428v16.204z\" fill=\"currentFill\"></path>\n<path d=\"M12.264 17.599c-0.441 0-0.801 0.358-0.801 0.8 0 0.44 0.359 0.8 0.801 0.8 0.44 0 0.799-0.359 0.799-0.8 0-0.442-0.358-0.8-0.799-0.8z\" fill=\"currentFill\"></path>\n<path d=\"M6.404 18.398c0-0.442-0.359-0.8-0.8-0.8s-0.799 0.358-0.799 0.8c0 0.44 0.359 0.8 0.799 0.8s0.8-0.359 0.8-0.8z\" fill=\"currentFill\"></path>\n<path d=\"M18.933 17.599c-0.44 0-0.8 0.358-0.8 0.8 0 0.44 0.36 0.8 0.8 0.8 0.442 0 0.799-0.359 0.799-0.8 0-0.442-0.357-0.8-0.799-0.8z\" fill=\"currentFill\"></path>\n<path d=\"M9.335 19.154c-0.441 0-0.799 0.358-0.799 0.799s0.359 0.8 0.799 0.8c0.441 0 0.8-0.359 0.8-0.8s-0.359-0.799-0.8-0.799z\" fill=\"currentFill\"></path>\n<path d=\"M16 19.998c0-0.441-0.358-0.799-0.8-0.799-0.44 0-0.8 0.358-0.8 0.799s0.359 0.8 0.8 0.8c0.442-0 0.8-0.359 0.8-0.8z\" fill=\"currentFill\"></path>\n<path d=\"M9.335 16c-0.441 0-0.799 0.359-0.799 0.799 0 0.442 0.359 0.8 0.799 0.8s0.8-0.358 0.8-0.8c0-0.44-0.359-0.799-0.8-0.799z\" fill=\"currentFill\"></path>\n<path d=\"M15.2 17.599c0.442 0 0.8-0.358 0.8-0.8 0-0.44-0.358-0.799-0.8-0.799-0.44 0-0.8 0.359-0.8 0.799 0 0.442 0.359 0.8 0.8 0.8z\" fill=\"currentFill\"></path>\n<path d=\"M6.67 20.813c-0.441 0-0.8 0.358-0.8 0.8s0.359 0.8 0.8 0.8c0.44 0 0.8-0.358 0.8-0.8s-0.359-0.8-0.8-0.8z\" fill=\"currentFill\"></path>\n<path d=\"M17.866 20.813c-0.442 0-0.8 0.358-0.8 0.8s0.358 0.8 0.8 0.8c0.441 0 0.799-0.358 0.799-0.8s-0.358-0.8-0.799-0.8z\" fill=\"currentFill\"></path>\n<path d=\"M6.67 14.4c-0.441 0-0.8 0.359-0.8 0.8s0.359 0.799 0.8 0.799c0.44 0 0.8-0.358 0.8-0.799s-0.359-0.8-0.8-0.8z\" fill=\"currentFill\"></path>\n<path d=\"M17.866 16c0.441 0 0.799-0.358 0.799-0.799s-0.358-0.8-0.799-0.8c-0.442 0-0.8 0.359-0.8 0.8s0.358 0.799 0.8 0.799z\" fill=\"currentFill\"></path>\n<path d=\"M8.762 22.93c-0.44 0-0.8 0.358-0.8 0.799s0.36 0.8 0.8 0.8c0.443 0 0.8-0.359 0.8-0.8s-0.357-0.799-0.8-0.799z\" fill=\"currentFill\"></path>\n<path d=\"M15.713 22.93c-0.441 0-0.8 0.358-0.8 0.799s0.359 0.8 0.8 0.8c0.442 0 0.8-0.359 0.8-0.8s-0.358-0.799-0.8-0.799z\" fill=\"currentFill\"></path>\n<path d=\"M8.803 13.867c0.443 0 0.8-0.358 0.8-0.799s-0.357-0.8-0.8-0.8c-0.44 0-0.8 0.358-0.8 0.8 0 0.441 0.36 0.799 0.8 0.799z\" fill=\"currentFill\"></path>\n<path d=\"M15.713 12.268c-0.441 0-0.8 0.358-0.8 0.8 0 0.441 0.359 0.799 0.8 0.799s0.8-0.358 0.8-0.799c0-0.442-0.358-0.8-0.8-0.8z\" fill=\"currentFill\"></path>\n<path d=\"M12.264 20.813c-0.441 0-0.8 0.358-0.8 0.8 0 0.44 0.359 0.8 0.8 0.8s0.799-0.359 0.799-0.8c0-0.442-0.358-0.8-0.799-0.8z\" fill=\"currentFill\"></path>\n<path d=\"M12.264 23.996c-0.441 0-0.8 0.359-0.8 0.8s0.359 0.8 0.8 0.8c0.441 0 0.799-0.359 0.799-0.8s-0.358-0.8-0.799-0.8z\" fill=\"currentFill\"></path>\n<path d=\"M12.264 14.4c-0.441 0-0.8 0.359-0.8 0.8s0.359 0.799 0.8 0.799c0.441 0 0.799-0.358 0.799-0.799s-0.358-0.8-0.799-0.8z\" fill=\"currentFill\"></path>\n<path d=\"M12.264 11.202c-0.441 0-0.8 0.358-0.8 0.799s0.359 0.8 0.8 0.8c0.441 0 0.799-0.359 0.799-0.8s-0.358-0.799-0.799-0.799z\" fill=\"currentFill\"></path>\n<path d=\"M24.531 12.268c-0.883 0-1.6 0.716-1.6 1.599s0.717 1.599 1.6 1.599c0.882 0 1.598-0.716 1.598-1.599s-0.716-1.599-1.598-1.599zM24.531 14.399c-0.295 0-0.534-0.239-0.534-0.533s0.24-0.533 0.534-0.533c0.294 0 0.532 0.239 0.532 0.533s-0.238 0.533-0.532 0.533z\" fill=\"currentFill\"></path>\n<path d=\"M24.531 16.533c-0.883 0-1.6 0.716-1.6 1.599s0.717 1.599 1.6 1.599c0.882 0 1.598-0.716 1.598-1.599s-0.716-1.599-1.598-1.599zM24.531 18.665c-0.295 0-0.534-0.239-0.534-0.533s0.24-0.533 0.534-0.533c0.294 0 0.532 0.239 0.532 0.533s-0.238 0.533-0.532 0.533z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"refresh 2 \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"27\" height=\"32\" viewBox=\"0 0 27 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M20.48 18.613l-1.12 7.84 7.627-1.173-2.987-3.040c1.013-1.867 1.6-3.947 1.6-6.24 0-7.093-5.707-12.8-12.8-12.8v1.067c6.453 0 11.733 5.28 11.733 11.733 0 1.973-0.48 3.787-1.333 5.44l-2.72-2.827zM20.587 25.173l0.64-4.267 3.52 3.627-4.16 0.64z\" fill=\"currentFill\"></path>\n<path d=\"M1.067 16c0-2.827 1.013-5.387 2.667-7.413l3.253 3.307 1.12-7.84-7.627 1.227 2.453 2.56c-1.813 2.187-2.933 5.067-2.933 8.16 0 7.093 5.707 12.8 12.8 12.8v-1.067c-6.453 0-11.733-5.28-11.733-11.733zM6.827 5.387l-0.64 4.267-3.52-3.627 4.16-0.64z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"refresh cloud \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M26.145 14.395c0.002-0.085 0.012-0.168 0.012-0.253 0-4.564-3.7-8.263-8.263-8.263-3.288 0-6.12 1.925-7.45 4.705-0.575-0.29-1.223-0.456-1.911-0.456-2.111 0-3.859 1.536-4.2 3.55-2.514 0.862-4.324 3.24-4.324 6.048 0 3.531 2.862 6.393 6.392 6.396l19.756-0.001c3.225-0.017 5.834-2.634 5.834-5.862 0-3.233-2.615-5.854-5.846-5.863zM26.151 25.054l-0.233 0.001h-19.517c-2.937-0.003-5.327-2.394-5.327-5.33 0-2.275 1.448-4.3 3.603-5.040l0.6-0.205 0.106-0.625c0.261-1.542 1.586-2.661 3.149-2.661 0.498 0 0.98 0.116 1.431 0.343l0.972 0.488 0.469-0.981c1.192-2.491 3.739-4.099 6.488-4.099 3.969 0 7.197 3.228 7.197 7.197 0 0.022-0.003 0.045-0.004 0.067-0.003 0.053-0.007 0.106-0.008 0.16l-0.027 1.088 1.090 0.004c2.637 0.007 4.783 2.16 4.783 4.797-0 2.63-2.141 4.782-4.773 4.796z\" fill=\"currentFill\"></path>\n<path d=\"M16 21.323c-2.057 0-3.732-1.673-3.732-3.732s1.674-3.732 3.732-3.732v1.969l4.013-2.317-4.012-2.318v1.599c-2.65 0-4.798 2.148-4.798 4.798s2.148 4.798 4.798 4.798c2.649 0 4.798-2.148 4.798-4.798h-1.066c0 2.059-1.674 3.732-3.732 3.732z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"refresh \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M27.729 18.664c0 6.467-5.261 11.729-11.729 11.729s-11.729-5.261-11.729-11.729c0-6.452 5.237-11.703 11.684-11.728v5.333l10.129-5.865-10.129-5.864v5.33c-7.047 0.024-12.751 5.741-12.751 12.794 0 7.065 5.727 12.795 12.795 12.795 7.066 0 12.795-5.73 12.795-12.795h-1.066zM17.022 2.39l6.935 4.015-6.935 4.016v-8.030z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"repeat \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M27.18 22.949h-22.497l4.492-4.494-0.754-0.754-5.743 5.744 5.743 5.743 0.754-0.754-4.419-4.42h23.491v-9.596h-1.066z\" fill=\"currentFill\"></path>\n<path d=\"M4.793 9.088h22.488l-4.456 4.457 0.754 0.754 5.742-5.742-5.743-5.744-0.754 0.754 4.454 4.456h-23.552v9.596h1.066z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"ribbon \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M5.87 3.205v25.59l10.129-7.464 10.13 7.464v-25.59h-20.259zM25.063 26.685l-9.064-6.678-9.063 6.678v-22.414h18.127v22.414z\" fill=\"currentFill\"></path>\n<path d=\"M10.668 9.602h10.663v1.066h-10.663v-1.066z\" fill=\"currentFill\"></path>\n<path d=\"M10.668 13.867h10.663v1.066h-10.663v-1.066z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"right arrow \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"26\" height=\"32\" viewBox=\"0 0 26 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M13.11 29.113c7.243 0 13.113-5.871 13.113-13.113s-5.87-13.113-13.113-13.113c-7.242 0-13.113 5.871-13.113 13.113s5.871 13.113 13.113 13.113zM13.11 3.936c6.652 0 12.064 5.412 12.064 12.064s-5.412 12.064-12.064 12.064c-6.653 0-12.064-5.412-12.064-12.064s5.411-12.064 12.064-12.064z\" fill=\"currentFill\"></path>\n<path d=\"M13.906 21.637l0.742 0.742 6.378-6.379-6.378-6.379-0.742 0.742 5.112 5.112h-12.727v1.049h12.727z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"rocket \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"21\" height=\"32\" viewBox=\"0 0 21 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M10.667 7.467c-1.493 0-2.667 1.173-2.667 2.667s1.173 2.667 2.667 2.667c1.493 0 2.667-1.173 2.667-2.667s-1.173-2.667-2.667-2.667zM10.667 11.733c-0.907 0-1.6-0.693-1.6-1.6s0.693-1.6 1.6-1.6c0.907 0 1.6 0.693 1.6 1.6s-0.693 1.6-1.6 1.6z\" fill=\"currentFill\"></path>\n<path d=\"M16 18.933c0-3.84 0-8.213 0-9.813 0-2.987-1.973-7.040-5.333-9.12-3.36 2.080-5.333 6.133-5.333 9.173 0 1.6 0 5.973 0 9.813l-5.333 6.613h21.333l-5.333-6.667zM5.333 24.533h-3.093l3.093-3.893v3.893zM14.933 24.533h-8.533v-15.36c0-2.4 1.493-5.867 4.267-7.893 2.773 2.027 4.267 5.44 4.267 7.893v15.36zM16 20.64l3.093 3.893h-3.093c0-0.907 0-2.293 0-3.893z\" fill=\"currentFill\"></path>\n<path d=\"M10.133 26.667h1.067v5.333h-1.067v-5.333z\" fill=\"currentFill\"></path>\n<path d=\"M12.8 26.667h1.067v3.2h-1.067v-3.2z\" fill=\"currentFill\"></path>\n<path d=\"M7.467 26.667h1.067v3.2h-1.067v-3.2z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"safe \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"26\" height=\"32\" viewBox=\"0 0 26 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M13.113 11.279c-2.429 0-4.429 1.836-4.69 4.196h-1.080v1.049h1.080c0.261 2.36 2.261 4.196 4.69 4.196 2.607 0 4.721-2.113 4.721-4.721s-2.113-4.721-4.721-4.721zM13.113 19.672c-1.846 0-3.373-1.371-3.63-3.147h3.63v-1.049h-3.63c0.256-1.776 1.784-3.147 3.63-3.147 2.024 0 3.672 1.647 3.672 3.672s-1.647 3.672-3.672 3.672z\" fill=\"currentFill\"></path>\n<path d=\"M3.147 20.786v-3.147h-1.049v4.196h1.049z\" fill=\"currentFill\"></path>\n<path d=\"M3.147 13.377v-3.147h-1.049v4.196h1.049z\" fill=\"currentFill\"></path>\n<path d=\"M4.196 7.083v17.834h17.833v-17.834h-17.833zM20.98 23.868h-15.735v-15.735h15.735v15.735h0z\" fill=\"currentFill\"></path>\n<path d=\"M0 3.936v24.128h26.226v-24.128h-26.226zM25.177 27.015h-24.128v-22.029h24.128v22.029h-0z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"science \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M24.589 16c2.617-2.69 3.788-5.307 2.806-6.922-0.391-0.644-1.292-1.411-3.363-1.411-1.136 0-2.463 0.23-3.895 0.654-0.951-3.437-2.536-5.649-4.366-5.649-1.807 0-3.376 2.159-4.331 5.525-1.266-0.345-2.441-0.53-3.461-0.53-2.071 0-2.972 0.767-3.364 1.411-0.787 1.294-0.259 3.226 1.485 5.44 0.389 0.494 0.833 0.99 1.317 1.486-2.615 2.688-3.783 5.304-2.802 6.919 0.391 0.643 1.293 1.411 3.363 1.411 1.020 0 2.196-0.186 3.462-0.53 0.954 3.366 2.523 5.524 4.33 5.524 1.829 0 3.414-2.212 4.366-5.648 1.432 0.424 2.76 0.654 3.896 0.654 2.071 0 2.972-0.767 3.363-1.411 0.981-1.615-0.19-4.234-2.806-6.923zM24.032 8.733c0.869 0 2.001 0.156 2.452 0.899 0.65 1.070-0.329 3.235-2.655 5.622-0.849-0.794-1.816-1.587-2.887-2.354-0.116-1.263-0.3-2.451-0.545-3.539 1.353-0.405 2.598-0.628 3.636-0.628zM18.21 19.627c-0.73 0.444-1.468 0.852-2.204 1.225-0.735-0.373-1.473-0.781-2.203-1.225-0.768-0.467-1.503-0.957-2.201-1.46-0.045-0.699-0.075-1.418-0.075-2.167 0-0.75 0.029-1.47 0.075-2.169 0.683-0.494 1.416-0.982 2.199-1.458 0.73-0.444 1.469-0.852 2.205-1.226 0.736 0.373 1.474 0.782 2.205 1.226 0.602 0.366 1.167 0.741 1.71 1.118 0.061 0.802 0.095 1.638 0.095 2.509s-0.034 1.707-0.095 2.508c-0.543 0.378-1.108 0.753-1.711 1.119zM19.785 19.892c-0.105 0.861-0.245 1.665-0.41 2.416-0.706-0.249-1.432-0.543-2.169-0.877 0.519-0.28 1.039-0.577 1.557-0.892 0.349-0.212 0.689-0.428 1.021-0.647zM14.805 21.43c-0.889 0.404-1.764 0.747-2.604 1.025-0.202-0.889-0.366-1.86-0.482-2.907 0.496 0.338 1.003 0.671 1.529 0.991 0.518 0.315 1.038 0.612 1.557 0.891zM10.486 17.319c-0.546-0.433-1.064-0.874-1.542-1.318 0.47-0.438 0.988-0.88 1.542-1.321-0.016 0.434-0.025 0.874-0.025 1.32s0.009 0.886 0.025 1.319zM11.721 12.446c0.115-1.044 0.279-2.013 0.48-2.9 0.84 0.278 1.714 0.621 2.603 1.025-0.519 0.28-1.040 0.577-1.558 0.892-0.527 0.321-1.036 0.65-1.526 0.984zM17.207 10.57c0.737-0.334 1.463-0.628 2.168-0.877 0.165 0.75 0.305 1.554 0.41 2.415-0.333-0.219-0.672-0.434-1.020-0.646-0.518-0.315-1.039-0.612-1.558-0.892zM21.039 14.304c0.741 0.565 1.423 1.134 2.026 1.696-0.603 0.562-1.285 1.13-2.026 1.696 0.027-0.554 0.043-1.12 0.043-1.696s-0.016-1.141-0.043-1.696zM15.771 3.738c1.215 0 2.51 1.852 3.347 4.91-1.006 0.35-2.052 0.789-3.112 1.306-1.212-0.591-2.404-1.079-3.54-1.45 0.837-2.971 2.11-4.766 3.306-4.766zM5.527 9.632c0.451-0.743 1.583-0.899 2.453-0.899 0.924 0 2.013 0.177 3.195 0.501-0.283 1.228-0.491 2.583-0.607 4.033-0.874 0.653-1.674 1.32-2.389 1.99-0.457-0.468-0.875-0.935-1.241-1.399-1.428-1.812-1.942-3.352-1.411-4.226zM7.979 23.267c-0.87 0-2.001-0.156-2.452-0.899-0.65-1.070 0.328-3.235 2.654-5.622 0.723 0.673 1.525 1.336 2.387 1.979 0.116 1.453 0.324 2.81 0.607 4.040-1.182 0.324-2.271 0.501-3.195 0.501zM15.771 28.262c-1.195 0-2.468-1.795-3.306-4.765 1.136-0.371 2.329-0.859 3.54-1.451 1.060 0.517 2.106 0.956 3.112 1.307-0.836 3.057-2.132 4.909-3.347 4.909zM26.484 22.369c-0.451 0.742-1.582 0.899-2.452 0.899-1.038 0-2.283-0.223-3.636-0.628 0.245-1.089 0.43-2.277 0.546-3.54 1.070-0.768 2.038-1.56 2.887-2.354 2.327 2.388 3.305 4.553 2.655 5.624z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"scissors \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"29\" height=\"32\" viewBox=\"0 0 29 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M13.535 18.155l15.652 0.119-0.899-0.904c-0.067-0.067-6.674-6.531-15.515-0.334l-2.805-4.12c0.356-0.296 0.663-0.662 0.894-1.096 0.955-1.79 0.278-4.013-1.511-4.968-1.79-0.955-4.014-0.278-4.967 1.511-0.955 1.789-0.279 4.013 1.511 4.968 1.023 0.546 2.187 0.556 3.177 0.132l2.47 3.628-4.225-0.032c-0.139-1.15-0.816-2.216-1.916-2.803-1.79-0.954-4.013-0.278-4.967 1.512-0.955 1.789-0.279 4.013 1.511 4.967 1.789 0.954 4.014 0.278 4.968-1.511 0.193-0.36 0.315-0.737 0.379-1.117l4.904 0.037c-0.119 2.622 0.354 4.712 1.13 6.386h-1.786v1.049h3.147v-0.524h0.066c-0.023-0.038-0.043-0.080-0.066-0.119v-0.406h-0.223c-0.675-1.314-1.147-2.937-1.228-4.952l3.372 4.952h-0.872v1.049h3.147v-1.049h-1.007l-4.341-6.376zM25.412 16.6c0.381 0.204 0.715 0.41 0.999 0.605l-11.825-0.091c4.737-2.758 8.586-1.708 10.826-0.514zM6.388 12.406c-1.275-0.681-1.76-2.273-1.080-3.548s2.272-1.761 3.549-1.080c1.275 0.68 1.76 2.272 1.079 3.548-0.68 1.276-2.272 1.76-3.548 1.079zM5.987 18.731c-0.68 1.275-2.272 1.759-3.549 1.079s-1.76-2.272-1.080-3.548c0.681-1.276 2.272-1.761 3.549-1.080 1.275 0.68 1.76 2.272 1.080 3.549z\" fill=\"currentFill\"></path>\n<path d=\"M7.343 24.532h3.147v1.049h-3.147v-1.049z\" fill=\"currentFill\"></path>\n<path d=\"M19.931 24.532h3.147v1.049h-3.147v-1.049z\" fill=\"currentFill\"></path>\n<path d=\"M3.147 24.532h3.147v1.049h-3.147v-1.049z\" fill=\"currentFill\"></path>\n<path d=\"M24.127 24.532h3.147v1.049h-3.147v-1.049z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"search \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M28.591 27.273l-7.263-7.264c1.46-1.756 2.339-4.010 2.339-6.471 0-5.595-4.535-10.129-10.129-10.129-5.594 0-10.129 4.535-10.129 10.129 0 5.594 4.536 10.129 10.129 10.129 2.462 0 4.716-0.879 6.471-2.339l7.263 7.264 1.319-1.319zM4.475 13.538c0-4.997 4.065-9.063 9.063-9.063 4.997 0 9.063 4.066 9.063 9.063s-4.066 9.063-9.063 9.063c-4.998 0-9.063-4.066-9.063-9.063z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"server \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M16 2.139c-6.772 0-12.262 2.626-12.262 5.865v15.994c0 3.238 5.489 5.864 12.262 5.864 6.771 0 12.262-2.626 12.262-5.864v-15.994c0-3.239-5.491-5.865-12.262-5.865zM16 3.205c6.597 0 11.196 2.529 11.196 4.799 0 2.269-4.598 4.798-11.196 4.798-6.598 0-11.196-2.529-11.196-4.798 0-2.27 4.597-4.799 11.196-4.799zM27.196 22.931v1.066c0 2.269-4.598 4.798-11.196 4.798-6.598 0-11.196-2.529-11.196-4.798v-2.941c1.914 2.046 6.205 3.473 11.196 3.473 4.99 0 9.282-1.427 11.196-3.473v1.874zM27.196 18.666c0 2.269-4.598 4.798-11.196 4.798-6.598 0-11.196-2.529-11.196-4.798v-2.941c1.914 2.046 6.205 3.473 11.196 3.473 4.99 0 9.282-1.427 11.196-3.473v2.941zM27.196 13.335c0 2.269-4.598 4.798-11.196 4.798-6.598 0-11.196-2.529-11.196-4.798v-2.941c1.914 2.046 6.205 3.473 11.196 3.473 4.99 0 9.282-1.427 11.196-3.473v2.941z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"settings \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"30\" height=\"32\" viewBox=\"0 0 30 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M25.6 18.453l4.267-0.427v-4l-4.267-0.427c-0.267-1.28-0.8-2.453-1.44-3.467l2.4-3.2-2.453-2.453-3.2 2.4c-1.013-0.64-2.187-1.173-3.413-1.44l-0.48-4.267h-4l-0.48 4.267c-1.227 0.267-2.347 0.747-3.36 1.387l-3.307-2.347-2.453 2.453 2.347 3.307c-0.64 1.013-1.12 2.133-1.387 3.36l-4.267 0.48v4l4.267 0.48c0.267 1.227 0.8 2.4 1.44 3.467l-2.4 3.2 2.453 2.453 3.2-2.4c1.013 0.64 2.187 1.173 3.413 1.44l0.533 4.267h4l0.533-4.267c1.227-0.267 2.347-0.747 3.36-1.387l3.253 2.347 2.453-2.453-2.4-3.36c0.64-1.067 1.12-2.187 1.387-3.413zM28.8 14.933v2.080l-3.2 0.32c0.053-0.427 0.107-0.907 0.107-1.387s-0.053-0.907-0.107-1.387l3.2 0.373zM23.947 5.76l1.173 1.173-1.76 2.4c-0.533-0.693-1.12-1.28-1.813-1.813l2.4-1.76zM13.867 2.133h2.133l0.373 3.2c-0.48-0.053-0.96-0.107-1.387-0.107-0.48 0-0.96 0.053-1.387 0.107l0.267-3.2zM4.693 6.987l1.227-1.227 2.453 1.707c-0.373 0.267-0.693 0.587-1.013 0.907s-0.64 0.64-0.907 1.013l-1.76-2.4zM1.067 17.067v-2.133l3.2-0.373c-0.053 0.48-0.107 0.96-0.107 1.44s0.053 0.96 0.107 1.387l-3.2-0.32zM5.92 26.187l-1.173-1.12 1.76-2.4c0.533 0.64 1.12 1.28 1.76 1.76l-2.347 1.76zM16 29.867h-2.133l-0.373-3.2c0.48 0.053 0.96 0.107 1.44 0.107v0 0c0.48 0 0.96-0.053 1.44-0.107l-0.373 3.2zM14.933 25.653c-5.333 0-9.653-4.32-9.653-9.653 0-2.56 1.013-5.013 2.827-6.827s4.267-2.827 6.827-2.827v0c5.333 0 9.653 4.32 9.653 9.653 0 2.56-1.013 5.013-2.827 6.827s-4.213 2.827-6.827 2.827zM25.173 25.013l-1.173 1.173-2.453-1.76c0.373-0.267 0.693-0.587 1.013-0.907s0.587-0.64 0.907-1.013l1.707 2.507z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"share \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M26.129 2.139c-2.355 0-4.265 1.91-4.265 4.265 0 0.409 0.061 0.803 0.168 1.178l-12.469 5.226c-0.737-1.277-2.114-2.139-3.693-2.139-2.355 0-4.265 1.91-4.265 4.265s1.91 4.265 4.265 4.265c1.234 0 2.343-0.527 3.122-1.366l8.034 5.774c-0.314 0.594-0.494 1.27-0.494 1.988 0 2.356 1.91 4.266 4.265 4.266s4.265-1.91 4.265-4.266c0-2.355-1.91-4.264-4.265-4.264-1.253 0-2.376 0.544-3.157 1.404l-8.023-5.765c0.33-0.605 0.518-1.299 0.518-2.037 0-0.396-0.058-0.778-0.159-1.143l12.478-5.23c0.741 1.26 2.107 2.108 3.675 2.108 2.355 0 4.265-1.91 4.265-4.266 0-2.355-1.91-4.265-4.265-4.265zM20.798 22.398c1.764 0 3.199 1.435 3.199 3.198s-1.435 3.199-3.199 3.199c-1.764 0-3.199-1.435-3.199-3.199s1.435-3.198 3.199-3.198zM5.871 18.133c-1.764 0-3.199-1.435-3.199-3.199s1.435-3.199 3.199-3.199 3.199 1.435 3.199 3.199c0 1.764-1.435 3.199-3.199 3.199zM26.129 9.603c-1.764 0-3.199-1.435-3.199-3.199s1.435-3.199 3.199-3.199c1.764 0 3.199 1.435 3.199 3.199s-1.435 3.199-3.199 3.199z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"shield \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"20\" height=\"32\" viewBox=\"0 0 20 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M10.133 2.667l-10.133 1.92c0 0 0 12.16 0 14.347 0 3.467 3.040 7.947 10.133 10.4 7.093-2.453 10.133-6.933 10.133-10.4 0-2.187 0-14.347 0-14.347l-10.133-1.92zM19.2 18.933c0 2.987-2.827 6.987-9.067 9.28-6.24-2.293-9.067-6.293-9.067-9.28v-13.44l9.067-1.76 9.067 1.707v13.493z\" fill=\"currentFill\"></path>\n<path d=\"M7.093 10.773l-0.8 0.747 3.2 3.2-3.2 3.2 0.8 0.747 3.147-3.2 3.2 3.2 0.747-0.747-3.2-3.2 3.2-3.2-0.747-0.747-3.2 3.2z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"shopbag \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M3.205 3.205v25.59h25.59v-25.59h-25.59zM27.729 27.729h-23.457v-23.457h23.457v23.457z\" fill=\"currentFill\"></path>\n<path d=\"M9.068 13.334c0 3.828 3.104 6.931 6.931 6.931s6.93-3.102 6.93-6.931v-3.732h1.067v-1.066h-3.199v1.066h1.065v3.732c0 3.234-2.631 5.864-5.864 5.864-3.234 0-5.865-2.631-5.865-5.864v-3.732h1.067v-1.066h-3.199v1.066h1.065v3.732z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"shuffle \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M23.812 18.906l3.494 3.496h-6.296l-13.012-13.861h-5.345v1.066h4.884l13.012 13.861h6.758l-3.485 3.486 0.754 0.754 4.772-4.774-4.781-4.782z\" fill=\"currentFill\"></path>\n<path d=\"M7.537 22.402h-4.884v1.066h5.345l5.163-5.5-0.778-0.73z\" fill=\"currentFill\"></path>\n<path d=\"M21.011 9.607h6.295l-3.485 3.486 0.754 0.754 4.772-4.774-4.781-4.782-0.754 0.754 3.494 3.496h-6.758l-5.185 5.545 0.779 0.728z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"signal \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M15.97 18.399c-2.352 0-4.265 1.913-4.265 4.265s1.913 4.265 4.265 4.265c2.352 0 4.265-1.913 4.265-4.265s-1.913-4.265-4.265-4.265zM15.97 25.863c-1.764 0-3.199-1.435-3.199-3.199s1.435-3.199 3.199-3.199c1.764 0 3.199 1.435 3.199 3.199s-1.435 3.199-3.199 3.199z\" fill=\"currentFill\"></path>\n<path d=\"M15.97 13.601c-3.599 0-6.706 2.114-8.168 5.161l0.798 0.798c1.215-2.872 4.060-4.892 7.37-4.892s6.155 2.021 7.37 4.892l0.798-0.798c-1.462-3.047-4.569-5.161-8.168-5.161z\" fill=\"currentFill\"></path>\n<path d=\"M16.022 5.071c-5.951 0-11.217 2.973-14.403 7.508l0.764 0.764c2.98-4.347 7.981-7.206 13.638-7.206 5.631 0 10.61 2.832 13.595 7.145l0.764-0.764c-3.19-4.501-8.435-7.447-14.36-7.447z\" fill=\"currentFill\"></path>\n<path d=\"M16.022 9.336c-4.778 0-8.975 2.529-11.328 6.317l0.776 0.776c2.138-3.604 6.066-6.027 10.552-6.027 4.459 0 8.368 2.393 10.514 5.961l0.774-0.774c-2.36-3.753-6.536-6.254-11.288-6.254z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"smile \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"26\" height=\"32\" viewBox=\"0 0 26 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M12.8 3.2c-7.093 0-12.8 5.707-12.8 12.8s5.707 12.8 12.8 12.8c7.093 0 12.8-5.707 12.8-12.8s-5.707-12.8-12.8-12.8zM12.8 27.733c-6.453 0-11.733-5.28-11.733-11.733s5.28-11.733 11.733-11.733c6.453 0 11.733 5.28 11.733 11.733s-5.28 11.733-11.733 11.733z\" fill=\"currentFill\"></path>\n<path d=\"M19.467 19.040c-0.267-0.107-0.587-0.053-0.693 0.213-1.173 2.293-3.467 3.68-5.973 3.68-2.56 0-4.8-1.387-5.973-3.68-0.107-0.267-0.427-0.373-0.693-0.213-0.267 0.107-0.373 0.427-0.267 0.693 1.333 2.613 3.947 4.267 6.933 4.267 2.933 0 5.6-1.653 6.88-4.267 0.16-0.267 0.053-0.587-0.213-0.693z\" fill=\"currentFill\"></path>\n<path d=\"M10.133 13.333c0 0.884-0.716 1.6-1.6 1.6s-1.6-0.716-1.6-1.6c0-0.884 0.716-1.6 1.6-1.6s1.6 0.716 1.6 1.6z\" fill=\"currentFill\"></path>\n<path d=\"M18.667 13.333c0 0.884-0.716 1.6-1.6 1.6s-1.6-0.716-1.6-1.6c0-0.884 0.716-1.6 1.6-1.6s1.6 0.716 1.6 1.6z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"speaker \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M-0.021 12.316v7.464h3.199v6.398h1.066v-6.398h8.202l7.788 6.302v-20.259l-7.837 6.493h-12.418zM1.046 18.713v-5.331h4.265v5.331h-4.265zM13.077 13.137l6.090-5.046v15.756l-6.344-5.133h-6.447v-5.331h6.404l0.296-0.245z\" fill=\"currentFill\"></path>\n<path d=\"M27.613 6.793l-0.767 0.767c2.495 1.953 4.108 4.985 4.108 8.392 0 3.498-1.701 6.599-4.311 8.544l0.772 0.772c2.799-2.143 4.606-5.518 4.606-9.316-0-3.706-1.722-7.010-4.407-9.159z\" fill=\"currentFill\"></path>\n<path d=\"M24.187 10.22l-0.775 0.775c1.646 1.040 2.745 2.87 2.745 4.957 0 2.179-1.197 4.080-2.966 5.091l0.777 0.777c1.953-1.226 3.256-3.392 3.256-5.868 0-2.384-1.204-4.485-3.036-5.732z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"star \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M19.38 12.803l-3.38-10.398-3.381 10.398h-11.013l8.925 6.397-3.427 10.395 8.896-6.448 8.895 6.448-3.426-10.395 8.925-6.397h-11.014zM20.457 19.534l2.394 7.261-6.85-4.965-6.851 4.965 2.64-8.005-0.637-0.456-6.228-4.464h8.471l2.606-8.016 2.605 8.016h8.471l-6.864 4.92 0.245 0.744z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"stopwatch \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M25.039 8.781l0.902-0.902 0.914 0.914 1.131-1.131-2.582-2.582-1.131 1.131 0.914 0.914-0.902 0.902c-1.999-1.833-4.607-3.008-7.485-3.195v-2.161h-1.599v2.161c-6.399 0.412-11.462 5.73-11.462 12.234 0 6.772 5.49 12.262 12.262 12.262s12.262-5.489 12.262-12.262c0-3.195-1.222-6.103-3.223-8.285zM16 28.262c-6.173 0-11.196-5.023-11.196-11.196s5.023-11.196 11.196-11.196 11.196 5.022 11.196 11.196c0 6.173-5.023 11.196-11.196 11.196z\" fill=\"currentFill\"></path>\n<path d=\"M16.533 15.565v-7.029h-1.066v7.029c-0.62 0.221-1.066 0.806-1.066 1.502s0.447 1.281 1.066 1.502v2.23h1.066v-2.23c0.62-0.221 1.066-0.806 1.066-1.502s-0.447-1.281-1.066-1.502z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"study \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M31.514 11.177l-15.514-7.467-15.514 7.467 2.186 1.318v11.529h1.066v-10.886l3.199 1.929v13.223h18.126v-13.219l6.451-3.894zM16 4.893l13.275 6.39-13.267 8.008-13.282-8.009 13.274-6.39zM23.997 27.224h-15.994v-11.514l8.005 4.827 7.989-4.823v11.51z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"sun \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M16 8.010c-4.417 0-7.997 3.581-7.997 7.998 0 4.415 3.58 7.996 7.997 7.996s7.997-3.58 7.997-7.996c0-4.416-3.58-7.998-7.997-7.998zM16 22.938c-3.821 0-6.931-3.109-6.931-6.93 0-3.822 3.109-6.932 6.931-6.932s6.931 3.11 6.931 6.932c0 3.821-3.109 6.93-6.931 6.93z\" fill=\"currentFill\"></path>\n<path d=\"M15.471 0.006h1.066v6.405h-1.066v-6.405z\" fill=\"currentFill\"></path>\n<path d=\"M15.471 25.604h1.066v6.39h-1.066v-6.39z\" fill=\"currentFill\"></path>\n<path d=\"M0.006 15.467h6.397v1.066h-6.397v-1.066z\" fill=\"currentFill\"></path>\n<path d=\"M25.596 15.467h6.398v1.066h-6.398v-1.066z\" fill=\"currentFill\"></path>\n<path d=\"M26.936 4.28l0.754 0.754-4.458 4.458-0.754-0.754 4.458-4.458z\" fill=\"currentFill\"></path>\n<path d=\"M5.072 27.653l-0.754-0.754 4.458-4.458 0.754 0.754-4.458 4.458z\" fill=\"currentFill\"></path>\n<path d=\"M5.073 4.281l4.458 4.458-0.754 0.754-4.458-4.458 0.754-0.754z\" fill=\"currentFill\"></path>\n<path d=\"M26.937 27.654l-4.458-4.458 0.754-0.754 4.458 4.458-0.754 0.754z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"switch \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"31\" height=\"32\" viewBox=\"0 0 31 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M18.882 16c0-5.214-4.227-9.441-9.441-9.441s-9.441 4.227-9.441 9.441c0 5.214 4.227 9.441 9.441 9.441s9.441-4.227 9.441-9.441zM9.441 24.392c-4.627 0-8.392-3.765-8.392-8.392s3.765-8.392 8.392-8.392c4.627 0 8.392 3.765 8.392 8.392s-3.765 8.392-8.392 8.392z\" fill=\"currentFill\"></path>\n<path d=\"M22.029 6.559h-8.046c0.611 0.295 1.187 0.646 1.725 1.049h6.321c4.628 0 8.392 3.765 8.392 8.392s-3.765 8.392-8.392 8.392h-6.321c-0.538 0.403-1.115 0.754-1.725 1.049h8.046c5.214 0 9.441-4.227 9.441-9.441s-4.227-9.441-9.441-9.441z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"target \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M16.056 11.568c-2.355 0-4.266 1.909-4.266 4.266 0 2.355 1.91 4.265 4.266 4.265s4.264-1.91 4.264-4.265c0-2.356-1.909-4.266-4.264-4.266zM16.056 19.033c-1.764 0-3.199-1.435-3.199-3.199s1.435-3.199 3.199-3.199c1.763 0 3.198 1.435 3.198 3.199s-1.435 3.199-3.198 3.199z\" fill=\"currentFill\"></path>\n<path d=\"M16.056 7.304c-4.711 0-8.53 3.818-8.53 8.53s3.819 8.53 8.53 8.53 8.53-3.819 8.53-8.53c0-4.712-3.819-8.53-8.53-8.53zM16.056 23.297c-4.116 0-7.464-3.348-7.464-7.464s3.348-7.464 7.464-7.464 7.464 3.348 7.464 7.464c0 4.116-3.348 7.464-7.464 7.464z\" fill=\"currentFill\"></path>\n<path d=\"M28.795 15.834c0-7.067-5.729-12.795-12.795-12.795s-12.795 5.728-12.795 12.795c0 3.894 1.742 7.38 4.487 9.726l-2.182 2.736 0.834 0.665 2.187-2.742c2.102 1.515 4.68 2.41 7.469 2.41 2.777 0 5.344-0.887 7.441-2.39l2.175 2.722 0.833-0.665-2.167-2.713c2.76-2.347 4.513-5.843 4.513-9.749zM4.271 15.834c0-6.467 5.261-11.729 11.729-11.729s11.729 5.261 11.729 11.729c0 6.467-5.261 11.729-11.729 11.729s-11.729-5.262-11.729-11.729z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"ticket \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M24.782 1.606h-7.025l-16.151 16.108 12.653 12.681 16.135-16.093v-7.096l-5.613-5.6zM29.328 13.859l-15.067 15.027-11.147-11.171 15.083-15.044h6.143l4.988 4.976v6.211z\" fill=\"currentFill\"></path>\n<path d=\"M21.867 7.999c0 1.173 0.956 2.128 2.133 2.128s2.133-0.954 2.133-2.128c0-1.174-0.956-2.129-2.133-2.129s-2.133 0.955-2.133 2.129zM25.066 7.999c0 0.585-0.479 1.062-1.066 1.062s-1.066-0.476-1.066-1.062c0-0.586 0.478-1.063 1.066-1.063s1.066 0.477 1.066 1.063z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"timer \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M14.686 16.925c0.021 0.026 0.050 0.048 0.073 0.073 0.294 0.364 0.737 0.602 1.241 0.602 0.883 0 1.599-0.715 1.599-1.599 0-0.47-0.206-0.887-0.527-1.18-0.042-0.047-0.080-0.095-0.142-0.142l-6.463-4.918c-0.188-0.145-0.459-0.152-0.656 0-0.235 0.181-0.279 0.519-0.098 0.754l4.972 6.41z\" fill=\"currentFill\"></path>\n<path d=\"M16 2.673c-0.175 0-0.346 0.020-0.519 0.026v0.553h-0.015v5.816h1.066v-5.302c6.514 0.282 11.729 5.653 11.729 12.234 0 6.761-5.5 12.261-12.262 12.261s-12.262-5.5-12.262-12.261c0-3.381 1.375-6.446 3.596-8.666l-0.758-0.758c-2.413 2.411-3.905 5.744-3.905 9.424 0 7.361 5.966 13.327 13.328 13.327s13.328-5.966 13.328-13.327c0-7.361-5.966-13.327-13.328-13.327z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"tools \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M29.532 25.76l-5.655-5.655 0.754-0.754-0.754-0.754-2.261 2.261-3.771-3.77 4.53-4.532c0.603 0.215 1.234 0.324 1.882 0.324 1.493 0 2.897-0.582 3.954-1.637 1.63-1.631 2.092-4.054 1.178-6.174l-0.311-0.722-2.43 2.43-1.956 0.027 0.026-1.866 2.477-2.477-0.72-0.312c-0.706-0.306-1.457-0.461-2.229-0.461-1.494 0-2.897 0.582-3.952 1.637-1.546 1.545-2.043 3.802-1.311 5.84l-4.529 4.529-6.409-6.408 0.754-0.754-4.145-4.146-2.264 2.261 4.147 4.147 0.753-0.754 6.409 6.408-4.529 4.529c-0.605-0.217-1.239-0.326-1.888-0.326-1.493 0-2.897 0.582-3.953 1.637-1.633 1.632-2.095 4.059-1.176 6.181l0.312 0.72 2.477-2.477 1.865-0.025-0.027 1.956-2.43 2.43 0.722 0.311c0.704 0.303 1.452 0.458 2.221 0.458 1.494 0 2.897-0.581 3.952-1.636 1.544-1.544 2.041-3.799 1.314-5.833l4.532-4.532 3.771 3.769-2.263 2.263 0.754 0.754 0.754-0.754 5.654 5.654c0.503 0.504 1.174 0.781 1.885 0.781s1.381-0.277 1.885-0.781c1.039-1.039 1.039-2.73-0-3.769zM3.899 4.648l0.754-0.753 2.638 2.638-0.754 0.754-2.639-2.639zM11.448 22.456c0.739 1.716 0.364 3.679-0.955 4.999-0.854 0.854-1.989 1.324-3.198 1.324-0.347 0-0.689-0.039-1.021-0.116l1.569-1.569 0.047-3.485-3.394 0.046-1.619 1.619c-0.356-1.51 0.081-3.103 1.208-4.229 0.854-0.854 1.99-1.325 3.199-1.325 0.626 0 1.233 0.125 1.806 0.373l0.333 0.144 10.819-10.819-0.144-0.333c-0.744-1.719-0.37-3.682 0.952-5.004 0.854-0.854 1.99-1.325 3.198-1.325 0.35 0 0.695 0.040 1.030 0.117l-1.618 1.618-0.047 3.394 3.485-0.047 1.57-1.57c0.352 1.507-0.086 3.097-1.209 4.221-0.855 0.854-1.991 1.325-3.2 1.325-0.624 0-1.23-0.125-1.801-0.371l-0.332-0.143-10.821 10.823 0.143 0.332zM28.779 28.775c-0.302 0.302-0.704 0.469-1.131 0.469s-0.829-0.167-1.131-0.469l-5.654-5.654 2.262-2.262 5.655 5.655c0.624 0.624 0.624 1.638 0.001 2.261z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"trash \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M26.129 5.871h-5.331v-1.066c0-1.178-0.955-2.132-2.133-2.132h-5.331c-1.178 0-2.133 0.955-2.133 2.132v1.066h-5.331v1.066h1.099l1.067 20.259c0 1.178 0.955 2.133 2.133 2.133h11.729c1.178 0 2.133-0.955 2.133-2.133l1.049-20.259h1.051v-1.066zM12.268 4.804c0-0.588 0.479-1.066 1.066-1.066h5.331c0.588 0 1.066 0.478 1.066 1.066v1.066h-7.464v-1.066zM22.966 27.14l-0.002 0.027v0.028c0 0.587-0.478 1.066-1.066 1.066h-11.729c-0.587 0-1.066-0.479-1.066-1.066v-0.028l-0.001-0.028-1.065-20.203h15.975l-1.046 20.204z\" fill=\"currentFill\"></path>\n<path d=\"M15.467 9.069h1.066v17.060h-1.066v-17.060z\" fill=\"currentFill\"></path>\n<path d=\"M13.358 26.095l-1.091-17.027-1.064 0.068 1.091 17.027z\" fill=\"currentFill\"></path>\n<path d=\"M20.805 9.103l-1.064-0.067-1.076 17.060 1.064 0.067z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"umbrella \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M16.533 2.685v-1.612h-1.066v1.612c-8.573 0.281-15.461 7.298-15.461 15.889 0 0.565 0.031 1.144 0.094 1.722l1.062-0.038c0.065-1.789 1.516-3.191 3.306-3.191 1.825 0 3.311 1.486 3.311 3.312h1.066c0-1.826 1.486-3.312 3.312-3.312 1.806 0 3.276 1.453 3.309 3.25v8.255c0 1.299 1.056 2.356 2.355 2.356s2.356-1.057 2.356-2.356h-1.066c0 0.711-0.579 1.29-1.29 1.29s-1.289-0.578-1.289-1.29v-8.194h0.003c0-1.826 1.485-3.312 3.311-3.312s3.312 1.486 3.312 3.312h1.066c0-1.826 1.486-3.312 3.311-3.312 1.774 0 3.226 1.389 3.304 3.162l1.063 0.032c0.059-0.565 0.090-1.133 0.090-1.687 0-8.591-6.888-15.607-15.461-15.889zM27.537 16c-1.657 0-3.101 0.925-3.844 2.286-0.743-1.36-2.189-2.286-3.845-2.286s-3.101 0.925-3.844 2.286c-0.743-1.36-2.189-2.286-3.845-2.286s-3.102 0.925-3.845 2.286c-0.743-1.36-2.188-2.286-3.844-2.286-1.354 0-2.561 0.606-3.362 1.568 0.523-7.714 7.003-13.83 14.894-13.83 7.89 0 14.369 6.115 14.893 13.827-0.803-0.959-2.009-1.565-3.356-1.565z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"unlock \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M23.464 15.467h-13.328v-6.397c0-3.234 2.631-5.864 5.865-5.864 3.233 0 5.863 2.631 5.863 5.864v2.133h1.066v-2.133c0-3.827-3.103-6.931-6.93-6.931-3.828 0-6.932 3.103-6.932 6.931v6.398h-3.732v14.394h21.325v-14.394h-3.199zM25.596 28.795h-19.192v-12.262h19.192v12.262z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"up arrow \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"26\" height=\"32\" viewBox=\"0 0 26 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M26.221 16c0-7.243-5.871-13.113-13.113-13.113s-13.113 5.87-13.113 13.113c0 7.242 5.871 13.113 13.113 13.113s13.113-5.871 13.113-13.113zM1.045 16c0-6.652 5.412-12.064 12.064-12.064s12.064 5.412 12.064 12.064c0 6.652-5.411 12.064-12.064 12.064-6.652 0-12.064-5.412-12.064-12.064z\" fill=\"currentFill\"></path>\n<path d=\"M18.746 15.204l0.742-0.742-6.379-6.379-6.378 6.379 0.742 0.742 5.112-5.112v12.727h1.049v-12.727z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"upload \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M20.665 18.745l0.754-0.754-5.419-5.419-5.419 5.419 0.754 0.754 4.132-4.132v16.877h1.066v-16.877z\" fill=\"currentFill\"></path>\n<path d=\"M13.334 26.159v-1.066h-6.931v-18.126h19.192v18.126h-6.931v1.066h7.997v-20.259h-21.325v20.259z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"usb \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"14\" height=\"32\" viewBox=\"0 0 14 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M14.347 6.4h-3.68v3.68h1.6v2.56c0 0.587 0 0.96-0.587 1.547l-3.68 3.627v-14.88l0.747 1.227 0.907-0.533-2.187-3.627-2.187 3.627 0.907 0.533 0.747-1.227v19.253l-3.36-3.36c-0.587-0.587-0.907-1.067-0.907-1.44v-2.507c0.907-0.213 1.6-1.067 1.6-2.080 0-1.173-0.96-2.133-2.133-2.133s-2.133 0.96-2.133 2.133c0 1.013 0.693 1.813 1.6 2.080v2.507c0 0.907 0.64 1.653 1.227 2.187l4.16 4.16v2.987c-1.227 0.267-2.133 1.333-2.133 2.613 0 1.493 1.173 2.667 2.667 2.667s2.667-1.173 2.667-2.667c0-1.28-0.907-2.347-2.133-2.613v-7.36l4.427-4.427c0.907-0.907 0.907-1.653 0.907-2.293v-2.56h1.013v-3.68zM1.067 12.8c0-0.587 0.48-1.067 1.067-1.067s1.067 0.48 1.067 1.067c0 0.587-0.48 1.067-1.067 1.067s-1.067-0.48-1.067-1.067zM9.067 29.333c0 0.907-0.693 1.6-1.6 1.6s-1.6-0.693-1.6-1.6c0-0.907 0.693-1.6 1.6-1.6s1.6 0.693 1.6 1.6zM11.733 7.467h1.547v1.547h-1.547v-1.547z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"user female \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"25\" height=\"32\" viewBox=\"0 0 25 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M12.584 3.412c-6.953 0-12.588 5.636-12.588 12.588s5.635 12.588 12.588 12.588c6.952 0 12.588-5.636 12.588-12.588s-5.636-12.588-12.588-12.588zM5.679 25.24c0.77-0.283 1.615-0.569 2.368-0.822 2.568-0.863 2.964-0.996 2.964-1.862v-2.026l-0.877-0.146c-0.063-0.011-1.54-0.255-2.532-0.255-0.512 0-0.803-0.013-1.084-0.197 0.722-1.581 1.469-4.054 1.752-6.010l0.054 0.019 0.078-1.386c0.123-2.221 1.96-3.961 4.183-3.961 2.222 0 4.059 1.74 4.183 3.961l0.091 1.381 0.040-0.014c0.283 1.956 1.030 4.429 1.752 6.010-0.28 0.184-0.572 0.197-1.083 0.197-1.007 0-2.434 0.318-2.593 0.354l-0.817 0.185v1.887c0 0.857 0.41 1.002 3.077 1.944 0.692 0.245 1.465 0.519 2.182 0.79-1.915 1.411-4.278 2.248-6.833 2.248-2.587 0-4.978-0.855-6.905-2.299zM20.349 24.528c-2.14-0.847-5.143-1.777-5.143-1.971 0-0.24 0-1.050 0-1.050s1.442-0.328 2.36-0.328 1.574-0.057 2.36-1.041c-0.984-1.737-2.098-5.647-2.098-7.646l-0.015 0.005c-0.153-2.76-2.432-4.952-5.23-4.952s-5.077 2.192-5.231 4.952l-0.014-0.005c0 2-1.115 5.909-2.098 7.646 0.787 0.983 1.442 1.041 2.36 1.041s2.36 0.24 2.36 0.24 0 0.897 0 1.137c0 0.197-3.071 1.081-5.206 1.911-2.28-2.11-3.711-5.124-3.711-8.468 0-6.363 5.176-11.539 11.539-11.539s11.539 5.177 11.539 11.539c0 3.375-1.456 6.416-3.774 8.528z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"user \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M16 3.205c-7.067 0-12.795 5.728-12.795 12.795s5.728 12.795 12.795 12.795 12.795-5.728 12.795-12.795c0-7.067-5.728-12.795-12.795-12.795zM16 4.271c6.467 0 11.729 5.261 11.729 11.729 0 2.845-1.019 5.457-2.711 7.49-1.169-0.488-3.93-1.446-5.638-1.951-0.146-0.046-0.169-0.053-0.169-0.66 0-0.501 0.206-1.005 0.407-1.432 0.218-0.464 0.476-1.244 0.569-1.944 0.259-0.301 0.612-0.895 0.839-2.026 0.199-0.997 0.106-1.36-0.026-1.7-0.014-0.036-0.028-0.071-0.039-0.107-0.050-0.234 0.019-1.448 0.189-2.391 0.118-0.647-0.030-2.022-0.921-3.159-0.562-0.719-1.638-1.601-3.603-1.724l-1.078 0.001c-1.932 0.122-3.008 1.004-3.57 1.723-0.89 1.137-1.038 2.513-0.92 3.159 0.172 0.943 0.239 2.157 0.191 2.387-0.010 0.040-0.025 0.075-0.040 0.111-0.131 0.341-0.225 0.703-0.025 1.7 0.226 1.131 0.579 1.725 0.839 2.026 0.092 0.7 0.35 1.48 0.569 1.944 0.159 0.339 0.234 0.801 0.234 1.454 0 0.607-0.023 0.614-0.159 0.657-1.767 0.522-4.579 1.538-5.628 1.997-1.725-2.042-2.768-4.679-2.768-7.555 0-6.467 5.261-11.729 11.729-11.729zM7.811 24.386c1.201-0.49 3.594-1.344 5.167-1.808 0.914-0.288 0.914-1.058 0.914-1.677 0-0.513-0.035-1.269-0.335-1.908-0.206-0.438-0.442-1.189-0.494-1.776-0.011-0.137-0.076-0.265-0.18-0.355-0.151-0.132-0.458-0.616-0.654-1.593-0.155-0.773-0.089-0.942-0.026-1.106 0.027-0.070 0.053-0.139 0.074-0.216 0.128-0.468-0.015-2.005-0.17-2.858-0.068-0.371 0.018-1.424 0.711-2.311 0.622-0.795 1.563-1.238 2.764-1.315l1.011-0.001c1.233 0.078 2.174 0.521 2.797 1.316 0.694 0.887 0.778 1.94 0.71 2.312-0.154 0.852-0.298 2.39-0.17 2.857 0.022 0.078 0.047 0.147 0.074 0.217 0.064 0.163 0.129 0.333-0.025 1.106-0.196 0.977-0.504 1.461-0.655 1.593-0.103 0.091-0.168 0.218-0.18 0.355-0.051 0.588-0.286 1.338-0.492 1.776-0.236 0.502-0.508 1.171-0.508 1.886 0 0.619 0 1.389 0.924 1.68 1.505 0.445 3.91 1.271 5.18 1.77-2.121 2.1-5.035 3.4-8.248 3.4-3.183 0-6.073-1.277-8.188-3.342z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"users \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"28\" height=\"32\" viewBox=\"0 0 28 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M0 21.997c0 0.459 0 1.82 0 2.12s0.178 0.813 0.822 0.813c0.494 0 4.438 0 6.245 0 0.547 0 0.9 0 0.9 0h0.155c0 0 0.104 0 0.271 0 0 0.484 0 0.924 0 1.093 0 0.371 0.22 1.006 1.017 1.006 0.612 0 5.509 0 7.746 0 0.677 0 1.116 0 1.116 0h0.192c0 0 0.43 0 1.097 0 2.229 0 7.134 0 7.747 0 0.796 0 1.017-0.634 1.017-1.006s0-2.055 0-2.623-0.201-1.198-1.017-1.548c-1.032-0.452-3.799-1.452-5.537-1.965-0.134-0.043-0.157-0.050-0.157-0.646 0-0.642 0.074-1.097 0.23-1.431 0.215-0.456 0.469-1.224 0.559-1.912 0.256-0.296 0.603-0.88 0.826-1.993 0.197-0.981 0.105-1.338-0.025-1.673-0.014-0.035-0.029-0.070-0.039-0.11-0.048-0.225 0.018-1.42 0.188-2.348 0.116-0.636-0.030-1.988-0.906-3.108-0.553-0.707-1.612-1.576-3.513-1.695l-1.060-0.001c-1.933 0.121-2.991 0.989-3.544 1.696-0.876 1.119-1.021 2.472-0.905 3.108 0.168 0.927 0.236 2.122 0.186 2.352-0.010 0.035-0.025 0.070-0.038 0.105-0.13 0.335-0.221 0.692-0.026 1.673 0.223 1.113 0.571 1.697 0.826 1.993 0.091 0.688 0.345 1.456 0.559 1.912 0.198 0.42 0.4 0.916 0.4 1.409 0 0.597-0.023 0.604-0.166 0.649-0.358 0.105-0.763 0.232-1.189 0.368-1.004-0.373-2.267-0.809-3.183-1.080-0.109-0.034-0.127-0.040-0.127-0.522 0-0.519 0.060-0.887 0.186-1.157 0.174-0.369 0.379-0.989 0.453-1.546 0.206-0.239 0.487-0.711 0.667-1.611 0.159-0.793 0.084-1.081-0.021-1.352-0.011-0.029-0.023-0.057-0.031-0.089-0.039-0.182 0.014-1.148 0.15-1.898 0.093-0.514-0.023-1.607-0.731-2.513-0.447-0.571-1.303-1.273-2.838-1.371h-0.856c-1.562 0.097-2.417 0.8-2.864 1.371-0.708 0.906-0.826 1.999-0.731 2.513 0.135 0.75 0.191 1.716 0.151 1.902-0.008 0.028-0.021 0.056-0.031 0.085-0.106 0.271-0.179 0.559-0.021 1.352 0.18 0.9 0.461 1.372 0.667 1.611 0.074 0.557 0.279 1.176 0.452 1.546 0.16 0.34 0.324 0.741 0.324 1.139 0 0.483-0.018 0.488-0.134 0.525-1.358 0.401-3.553 1.163-4.482 1.552-0.66 0.283-0.976 0.845-0.976 1.304zM9.441 23.401c0-0.156 0.156-0.47 0.574-0.649 1.103-0.461 3.806-1.393 5.448-1.877 0.918-0.288 0.918-1.078 0.918-1.655 0-0.699-0.253-1.33-0.501-1.856-0.171-0.366-0.391-1.025-0.468-1.603l-0.041-0.31-0.205-0.237c-0.113-0.131-0.397-0.541-0.591-1.515-0.152-0.761-0.085-0.934-0.026-1.087l0.001-0.002 0.009-0.026c0.022-0.054 0.041-0.108 0.056-0.161l0.011-0.038 0.008-0.039c0.107-0.501-0.033-1.945-0.18-2.758-0.067-0.366 0.017-1.402 0.7-2.275 0.607-0.776 1.533-1.211 2.752-1.294l0.993 0.001c1.493 0.102 2.303 0.758 2.721 1.293 0.683 0.873 0.766 1.909 0.7 2.273-0.144 0.793-0.287 2.26-0.181 2.755l0.005 0.022 0.006 0.022c0.022 0.085 0.049 0.161 0.080 0.237 0.054 0.141 0.122 0.317-0.030 1.076-0.195 0.975-0.478 1.383-0.591 1.513l-0.206 0.238-0.040 0.312c-0.077 0.579-0.296 1.235-0.469 1.601-0.225 0.481-0.33 1.077-0.33 1.878 0 0.576 0 1.364 0.888 1.646 1.692 0.5 4.44 1.491 5.434 1.926 0.296 0.127 0.389 0.269 0.389 0.587v2.579h-17.828l-0.005-2.579zM1.049 21.997c0.002-0.041 0.067-0.222 0.341-0.34 0.899-0.377 3.066-1.126 4.365-1.51 0.886-0.282 0.886-1.064 0.886-1.531 0-0.603-0.214-1.14-0.424-1.586-0.136-0.291-0.304-0.811-0.361-1.237l-0.041-0.31-0.204-0.237c-0.064-0.073-0.281-0.372-0.433-1.133-0.112-0.557-0.067-0.673-0.031-0.766l0.006-0.014 0.004-0.014c0.022-0.054 0.036-0.097 0.048-0.14l0.012-0.039 0.008-0.039c0.103-0.484-0.045-1.763-0.144-2.309-0.046-0.257 0.022-1.034 0.527-1.68 0.453-0.578 1.149-0.904 2.071-0.968h0.788c1.127 0.080 1.734 0.569 2.046 0.968 0.504 0.645 0.573 1.424 0.527 1.68-0.106 0.577-0.244 1.841-0.146 2.304l0.005 0.022 0.005 0.022c0.020 0.074 0.043 0.14 0.069 0.207 0.036 0.092 0.081 0.21-0.030 0.766-0.153 0.762-0.37 1.059-0.433 1.132l-0.204 0.237-0.041 0.31c-0.057 0.428-0.225 0.947-0.363 1.238-0.195 0.417-0.286 0.926-0.286 1.603 0 0.468 0 1.251 0.859 1.523 0.543 0.161 1.219 0.383 1.887 0.616-1.103 0.378-2.155 0.761-2.763 1.015-0.818 0.351-1.209 1.045-1.209 1.613 0 0.118 0 0.287 0 0.481h-7.343v-1.884z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"vector \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"29\" height=\"32\" viewBox=\"0 0 29 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M26.667 9.867l-0.96 0.96c-2.080-1.813-4.747-2.827-7.52-2.827-1.867 0-3.733 0.48-5.333 1.333l4.053-4.053c0.32 0.213 0.693 0.32 1.067 0.32 0.533 0 1.067-0.213 1.493-0.64 0.853-0.853 0.853-2.187 0-3.040-0.427-0.427-0.96-0.64-1.493-0.64s-1.067 0.213-1.493 0.64c-0.693 0.747-0.8 1.813-0.32 2.613l-5.12 5.12-0.96-0.96-2.613 2.613 0.96 0.96-5.227 5.227c-0.32-0.213-0.693-0.32-1.067-0.32-0.533 0-1.067 0.213-1.493 0.64-0.853 0.853-0.853 2.187 0 3.040 0.427 0.373 0.96 0.587 1.493 0.587s1.067-0.213 1.493-0.64c0.693-0.693 0.8-1.76 0.32-2.613l4.053-4.053c-2.133 4.107-1.653 9.227 1.493 12.853l-0.96 1.013 2.667 2.613 2.613-2.613-2.613-2.613-0.907 0.907c-3.093-3.627-3.253-8.853-0.64-12.693l0.427 0.427 2.667-2.613-0.48-0.427c1.707-1.227 3.787-1.867 5.92-1.867 2.507 0 4.853 0.907 6.773 2.507l-0.96 0.907 2.667 2.613 2.613-2.613-2.613-2.667zM12.32 28l-1.12 1.12-1.12-1.12 1.12-1.12 1.12 1.12zM17.227 2.72c0.213-0.213 0.48-0.32 0.747-0.32s0.533 0.107 0.747 0.32c0.427 0.427 0.427 1.067 0 1.493-0.213 0.213-0.48 0.32-0.747 0.32s-0.533-0.107-0.747-0.32c-0.427-0.373-0.427-1.067 0-1.493zM2.88 20.053c-0.213 0.213-0.48 0.32-0.747 0.32s-0.533-0.107-0.747-0.32c-0.213-0.16-0.32-0.427-0.32-0.747 0-0.267 0.107-0.533 0.32-0.747s0.48-0.32 0.747-0.32c0.267 0 0.533 0.107 0.747 0.32 0.427 0.427 0.427 1.12 0 1.493zM10.027 12.533l-1.12-1.12 1.12-1.12 1.12 1.12-1.12 1.12zM26.667 13.653l-1.12-1.12 1.12-1.12 1.12 1.12-1.12 1.12z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"video \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M28.186 9.069l-6.855 4.122v-4.655c0-0.883-0.716-1.599-1.599-1.599h-17.060c-0.884 0-1.599 0.716-1.599 1.599v14.928c0 0.883 0.715 1.599 1.599 1.599h17.060c0.883 0 1.599-0.716 1.599-1.599v-4.744l7.006 4.211h2.591v-13.861h-2.742zM20.265 23.464c0 0.294-0.24 0.533-0.533 0.533h-17.060c-0.295 0-0.533-0.239-0.533-0.533v-14.928c0-0.294 0.238-0.533 0.533-0.533h17.060c0.294 0 0.533 0.239 0.533 0.533v14.928zM29.861 21.864h-1.229l-7.301-4.389v-3.039l7.15-4.3h1.38v11.729z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"voicemail \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M24.797 8.803c-3.974 0-7.197 3.222-7.197 7.197 0 2.597 1.38 4.865 3.441 6.131h-10.082c2.062-1.266 3.441-3.534 3.441-6.131 0-3.975-3.223-7.197-7.197-7.197s-7.197 3.222-7.197 7.197c0 3.975 3.223 7.197 7.197 7.197h17.593c3.974 0 7.197-3.222 7.197-7.197s-3.223-7.197-7.197-7.197zM1.073 16c0-3.38 2.751-6.131 6.131-6.131s6.131 2.751 6.131 6.131-2.751 6.131-6.131 6.131-6.131-2.75-6.131-6.131zM24.797 22.131c-3.38 0-6.131-2.75-6.131-6.131s2.75-6.131 6.131-6.131 6.131 2.751 6.131 6.131-2.75 6.131-6.131 6.131z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"volume \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"28\" height=\"32\" viewBox=\"0 0 28 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M13.635 5.274l-7.686 6.127h-5.949v4.742l-0.004 0.003 0.004 0.003v4.693h5.98l7.656 6.008v-6.008h0.002v-9.441h-0.002v-6.127h0zM12.588 19.794h-0.002v4.9l-6.244-4.9h-5.293v-7.343h5.267l6.271-4.999v3.95l0.002 1.049v7.343h0z\" fill=\"currentFill\"></path>\n<path d=\"M16.087 10.729c1.141 1.521 1.745 3.333 1.745 5.241 0 1.948-0.627 3.791-1.812 5.33l0.832 0.64c1.328-1.724 2.029-3.788 2.029-5.97 0-2.137-0.676-4.167-1.955-5.87l-0.839 0.63z\" fill=\"currentFill\"></path>\n<path d=\"M20.313 6.927l-0.809 0.668c1.971 2.387 3.057 5.41 3.057 8.512 0 3.066-1.009 5.949-2.917 8.339l0.821 0.655c2.057-2.578 3.145-5.687 3.145-8.994 0-3.346-1.171-6.606-3.297-9.18z\" fill=\"currentFill\"></path>\n<path d=\"M23.578 3.521l-0.787 0.693c2.893 3.285 4.486 7.51 4.486 11.897 0 4.298-1.538 8.458-4.329 11.715l0.796 0.682c2.956-3.446 4.582-7.849 4.582-12.397-0-4.642-1.686-9.113-4.748-12.59z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"volume1 \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M11.202 13.334v5.331h4.372l3.625 3.625v-12.581l-3.625 3.625h-4.372zM16.328 14.088l1.805-1.805v7.433l-2.117-2.117h-3.747v-3.199h3.747l0.312-0.312z\" fill=\"currentFill\"></path>\n<path d=\"M26.691 8.040l-0.86 0.64c1.526 2.044 2.431 4.578 2.431 7.32s-0.905 5.276-2.431 7.32l0.86 0.64c1.657-2.221 2.637-4.976 2.637-7.959s-0.981-5.739-2.637-7.96z\" fill=\"currentFill\"></path>\n<path d=\"M24.112 22.040c1.26-1.689 2.017-3.775 2.017-6.040s-0.756-4.351-2.017-6.040l-0.854 0.636c1.128 1.511 1.804 3.378 1.804 5.404s-0.676 3.893-1.804 5.404l0.854 0.636z\" fill=\"currentFill\"></path>\n<path d=\"M21.55 20.133c0.863-1.156 1.38-2.583 1.38-4.133s-0.517-2.977-1.38-4.133l-0.854 0.636c0.73 0.978 1.168 2.186 1.168 3.497s-0.438 2.519-1.168 3.497l0.854 0.636z\" fill=\"currentFill\"></path>\n<path d=\"M15.999 28.262c-6.761 0-12.261-5.5-12.261-12.262s5.5-12.262 12.261-12.262c3.37 0 6.422 1.37 8.641 3.577l0.758-0.758c-2.41-2.399-5.729-3.885-9.398-3.885-7.36 0-13.328 5.967-13.328 13.328s5.968 13.328 13.328 13.328c3.669 0 6.988-1.486 9.398-3.885l-0.758-0.758c-2.219 2.207-5.271 3.577-8.641 3.577z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"volume2 \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M11.202 13.334v5.331h4.372l3.625 3.625v-12.581l-3.625 3.625h-4.372zM16.328 14.088l1.805-1.805v7.433l-2.117-2.117h-3.747v-3.199h3.747l0.312-0.312z\" fill=\"currentFill\"></path>\n<path d=\"M16 2.672c-7.361 0-13.328 5.968-13.328 13.328s5.968 13.328 13.328 13.328c7.361 0 13.328-5.967 13.328-13.328s-5.967-13.328-13.328-13.328zM16 28.262c-6.761 0-12.262-5.501-12.262-12.262s5.5-12.262 12.262-12.262c6.761 0 12.262 5.501 12.262 12.262s-5.5 12.262-12.262 12.262z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"wallet \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M27.993 8.536h-3.463v-2.926c0-1.328-1.076-2.405-2.405-2.405h-16.514c-1.328 0-2.405 1.077-2.405 2.405v22.383c0 0.443 0.359 0.802 0.802 0.802h23.986c0.443 0 0.802-0.359 0.802-0.802v-18.655c0-0.443-0.359-0.802-0.802-0.802zM5.61 4.271h16.514c0.738 0 1.339 0.601 1.339 1.339v2.926h-19.192v-2.926c0-0.738 0.601-1.339 1.339-1.339zM27.729 27.729h-23.457v-18.126h23.457v18.126z\" fill=\"currentFill\"></path>\n<path d=\"M20.265 18.666c0 1.472 1.194 2.665 2.666 2.665s2.665-1.193 2.665-2.665c0-1.472-1.193-2.666-2.665-2.666s-2.666 1.193-2.666 2.666zM24.53 18.666c0 0.881-0.717 1.598-1.599 1.598s-1.6-0.717-1.6-1.598c0-0.882 0.718-1.599 1.6-1.599s1.599 0.717 1.599 1.599z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"way \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"22\" height=\"32\" viewBox=\"0 0 22 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M11.544 11.284h7.342l3.147-3.698-3.147-3.645h-7.342v-2.102h-1.049v2.102h-9.446v7.343h9.446v1.045h-7.348l-3.147 3.645 3.147 3.698h7.348v10.49h1.049v-10.49h9.44v-7.343h-9.44v-1.045zM2.098 10.234v-5.245h16.308l2.246 2.6-2.25 2.645h-16.304zM19.935 13.378v5.245h-16.303l-2.251-2.644 2.246-2.601 16.308 0z\" fill=\"currentFill\"></path>\n<path d=\"M3.139 6.034h5.245v1.049h-5.245v-1.049z\" fill=\"currentFill\"></path>\n<path d=\"M13.632 14.432h5.245v1.049h-5.245v-1.049z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"wine \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"29\" height=\"32\" viewBox=\"0 0 29 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M15.84 1.653v0l-5.6 5.6c-3.413 3.413-3.52 8.853-0.373 12.427l-4.533 4.533-4.533-4.533-0.8 0.853 9.813 9.813 0.747-0.747-4.533-4.533 4.533-4.533c3.573 3.147 9.013 3.040 12.427-0.373l2.987-2.987h0.107v-0.107l2.56-2.56-12.8-12.853zM22.24 19.413c-3.093 3.093-8.213 3.093-11.307 0-0.693-0.693-1.173-1.44-1.6-2.24h15.147l-2.24 2.24zM25.547 16.053h-16.587c-0.853-2.72-0.16-5.813 1.973-8l4.907-4.853 11.307 11.307-1.6 1.547z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"world \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"23\" height=\"32\" viewBox=\"0 0 23 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M3.152 14.163c0 5.504 4.461 9.965 9.965 9.965 5.506 0 9.967-4.461 9.967-9.965s-4.461-9.966-9.967-9.966c-5.503 0-9.965 4.461-9.965 9.966zM13.117 5.246c4.917 0 8.918 4 8.918 8.917s-4 8.916-8.918 8.916c-4.916 0-8.916-4-8.916-8.916s3.999-8.917 8.916-8.917z\" fill=\"currentFill\"></path>\n<path d=\"M19.059 25.862l0.505 1.020 0.941-0.465-1.426-2.88-0.94 0.466 0.455 0.917c-1.687 0.86-3.566 1.315-5.476 1.315-6.655 0-12.068-5.416-12.068-12.073 0-4.535 2.569-8.695 6.582-10.749l0.488 0.984 0.939-0.466-1.426-2.879-0.939 0.466 0.473 0.955c-4.368 2.231-7.166 6.755-7.166 11.689 0 7.060 5.603 12.832 12.593 13.109v1.596c-2.422 0.094-4.678 0.841-6.591 2.079h2.194c1.502-0.672 3.165-1.049 4.914-1.049 1.719 0 3.384 0.373 4.903 1.049h2.204c-1.937-1.248-4.201-1.981-6.575-2.079v-1.6c1.889-0.076 3.739-0.554 5.416-1.406z\" fill=\"currentFill\"></path>\n</svg>\n</li><li title=\"wristwatch \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"27\" height=\"32\" viewBox=\"0 0 27 32\">\n<g id=\"icomoon-ignore\">\n</g>\n<path d=\"M13.134 10.822h-1.049v5.987l3.301 3.301 0.742-0.742-2.994-2.993z\" fill=\"currentFill\"></path>\n<path d=\"M27.446 9.695l-7.418-7.418-5.587 5.588c-0.591-0.124-1.203-0.191-1.831-0.191-4.916 0-8.917 4-8.917 8.916 0 0.627 0.068 1.239 0.191 1.831l-3.884 3.884 1.545 5.995 5.873 1.422 4.264-4.264c0.305 0.031 0.615 0.048 0.928 0.048 4.917 0 8.917-4 8.917-8.916 0-0.313-0.016-0.623-0.048-0.928l5.967-5.967zM20.028 3.761l5.934 5.934-4.716 4.716c-0.731-2.893-2.874-5.223-5.655-6.213l4.437-4.437zM7.092 28.565l-4.688-1.135-1.24-4.806 3.052-3.052c0.992 2.781 3.321 4.924 6.214 5.654l-3.339 3.339zM12.61 24.458c-4.338 0-7.868-3.529-7.868-7.867s3.53-7.867 7.868-7.867c4.338 0 7.868 3.529 7.868 7.867s-3.529 7.867-7.868 7.867z\" fill=\"currentFill\"></path>\n</svg>\n</li></ul>"
  },
  {
    "path": "resources/svg/icons/pe-icon-7-stroke/read-me.txt",
    "content": "---------------------------------------------\nPIXEDEN // Font ICON DETAILS\n---------------------------------------------\n\nOpen *reference.html* to see a list of all the glyphs in the icon font.\n\nOpen *documentation.html* for details on how to use the icon font.\n\nFEEDBACK:\nWe want our icon fonts to be as good as they can be.\nIf you have issues, recommendations, ideas for new icons please let us know here:\ninfo@pixeden.com\n\n\n---------------------------------------------\nPIXEDEN // Resource license terms\n---------------------------------------------\nAll our resources are royalty free for use in both personal and commercial projects.\n\nYou can modify any resources to your liking to fit into your project, we are however not legally liable for any misuse of our resources.\n\nWe do not ask for you to include any attribution or link back to Pixeden.com, we do however appreciate if you do credit our resources or/and help spread the word about us.\n\nYou cannot however redistribute, resell, lease, license, sub-license or offer our resources to any third party. This includes uploading our resources to another website, marketplace or media-sharing tool, and offering our resources as a separate attachment from any of your work. If you do plan to include one of our resource on an item or template that will be sold on a website or marketplace, we ask of you to contact us to determine the proper use of our resource before doing so. \n\nPremium files downloaded with a premium account can be used in a item or website template sold through a marketplace or directly on a website with no attribution required. You cannot however resell or redistribute those premium files as is. Please contact us before using those files in this way to ensure that you abide by our license. IMPORTANT you cannot use any resources from the psd web templates category to create a website theme or template to be sold. They can only be used for personal and commercial projects. \n\nIf you would like to share one of our resource you can do so making a link to the specific resource page on Pixeden.com or/and use our preview images. No HOTLINKING is allowed i.e. you cannot make a direct link to the download or/and the images hosted on Pixeden.com.\n\n---------------------------------------------\nFind more great resources @ Pixeden.com\nSincerely,\nThe Pixeden Team.\n---------------------------------------------\nhttp://www.pixeden.com\nPS. Those terms might change as we update our license on our website, please be sure to check the latest license terms on our website to avoid any misuse of our resources.\nThank you. "
  },
  {
    "path": "resources/svg/icons/remix-icon/README.md",
    "content": "[![logo](http://cdn.remixicon.com/logo-github.svg)](https://remixicon.com)\n\n[![npm](https://img.shields.io/npm/v/remixicon.svg?labelColor=4A4A4A&color=006AFF&style=flat-square)](https://www.npmjs.com/package/remixicon)\n[![downloads](https://img.shields.io/npm/dt/remixicon.svg?labelColor=4A4A4A&color=23AF5F&style=flat-square)](https://www.npmjs.com/package/remixicon)\n[![](https://data.jsdelivr.com/v1/package/npm/remixicon/badge)](https://www.jsdelivr.com/package/npm/remixicon)\n[![spectrum](https://img.shields.io/badge/chat-Spectrum-7028F5.svg?labelColor=4A4A4A&style=flat-square)](https://spectrum.chat/remixdesign/remixicon)\n[![donate](https://img.shields.io/badge/-Donate-DA6429.svg?style=flat-square)](https://remixicon.com/#donate)\n\nEnglish | [简体中文](./README_CN.md)\n\n[Suspension Notification](https://github.com/Remix-Design/RemixIcon/issues/232)\n\nRemix Icon is a set of open-source neutral-style system symbols for designers and developers. Unlike a patchwork icon library, 2200+ icons are all elaborately crafted so that they are born with the gene of readability, consistency and perfect pixels. Each icon was designed in \"Outlined\" and \"Filled\" styles based on a 24x24 grid. Of course, all the icons are free for both personal and commercial use.\n\n[![icon demo](http://cdn.remixicon.com/preview.svg)](https://remixicon.com)\nView the full set of Remix Icons at [remixicon.com](https://remixicon.com).\n\n## Usage\n\n### Basic Usage\n\nJust click the icons you want from [remixicon.com](https://remixicon.com), and then you can download the icons in SVG or PNG format.\n\nDesigners can click the `Copy SVG` button and then press `⌘+V` or `Ctrl+V` to paste the vector graphic into your design tool directly, easy and simple.\n\n> We recommend that designers download or copy icons from our website when needed instead of managing all of them in a local folder. The website's search engine allows you to quickly locate the icon you are looking for and the icons on the website are being continuously updated.\n>\n> The `Copy SVG` now supports Sketch, Figma, Adobe XD, Adobe Illustrator, Affinity Designer, Affinity Photo, etc.\n\nUsing SVG on the web is as simple as JPEG or PNG. Such as:\n\n```html\n<img height=\"32\" width=\"32\" src=\"img/admin-fill.svg\" />\n```\n\n### Webfont Usage\n> **Note:** You can import Remix Icon with npm install, cdn or download it manually.\n\n#### Installation\n> **Note:** If you'd like to use Remix Icon with a CDN, you can skip this installation step.\n\n```\nnpm install remixicon --save\n```\n\n\n\n```\nimport 'remixicon/fonts/remixicon.css'\n```\n> import CSS to your main.js\n\n#### CDN\nCopy the following code and add it to the &lt;head&gt; tag of your html document.\n\n```html\n<link href=\"https://cdn.jsdelivr.net/npm/remixicon@2.5.0/fonts/remixicon.css\" rel=\"stylesheet\">\n```\n\n> ==**Important Note:**== We've changed our CDN service to jsDelivr from v2.2.0, and the previous CDN service will be terminated on Jan 30, 2020. Please replace your old CDN to the new link above so as not to affect your business. We apologize for the inconvenience.\n>\n> The `@2.5.0` in the CDN link can be changed to any history version we've published.\n\n#### Download Manually\n\nDownload [`remixicon.css`](https://cdn.jsdelivr.net/npm/remixicon@2.5.0/fonts/remixicon.css) file, add it to the &lt;head&gt; tag of your html document.\n\n#### Use\n\nAdd icon with class name, class name rule: ri-{name}-{style}\n\n```html\n<i class=\"ri-admin-line\"></i>\n<i class=\"ri-admin-fill\"></i>\n```\n> **Note:** We changed the class name prefixes from `remixicon-` to `ri` from v2.0.0;\n\n> **Note:** You can go to [remixicon.com](https://remixicon.com) to check the name of the icons. `-line` means the outlined style icon, and `-fill` means the filled style icon.\n\n#### Sizing\n\nRemixIcon can be resized by css class integrated by `remixicon.css` . Icons inherit the `font-size` of their parent container and with the following classes you can increase or decrease the size of icons relative to that inherited `font-size`. You can also use `ri-fw` class for a fixed width for icons. For example:\n\n```html\n<div style=\"font-size: 24px;\">\n  <i class=\"ri-admin-line ri-fw\"></i> <!-- fixed width -->\n  <i class=\"ri-admin-line ri-xxs\"></i> <!-- 0.5em -->\n  <i class=\"ri-admin-line ri-xs\"></i> <!-- 0.75em -->\n  <i class=\"ri-admin-line ri-sm\"></i> <!-- 0.875em -->\n  <i class=\"ri-admin-line ri-1x\"></i> <!-- 1em -->\n  <i class=\"ri-admin-line ri-lg\"></i> <!-- 1.3333em -->\n  <i class=\"ri-admin-line ri-xl\"></i> <!-- 1.5em -->\n  <i class=\"ri-admin-line ri-2x\"></i> <!-- 2em -->\n  <i class=\"ri-admin-line ri-3x\"></i> <!-- 3em -->\n  ...\n  <i class=\"ri-admin-line ri-10x\"></i> <!-- 10em -->\n</div>\n```\n\n>  You can  check the [`remixicon.css`](https://github.com/Remix-Design/RemixIcon/blob/master/fonts/remixicon.css) file for more info and details.\n\n### SVG Sprite Usage\n\nDownload [`remixicon.symbol.svg`](https://cdn.jsdelivr.net/npm/remixicon@2.5.0/fonts/remixicon.symbol.svg) file into your project directory，use icons with the `<use>` element, such as:\n\n```html\n<svg class='remix'>\n  <use xlink:href=\"your-path/remixicon.symbol.svg#ri-admin-fill\"></use>\n</svg>\n```\n```css\n.remix {\n  width: 24px;\n  height: 24px;\n  fill: #333;\n}\n```\n\n> **Note:** `ri-admin-fill` after the `#` in the above example can be replaced with any valid icon name of Remix Icon. You can go to [remixicon.com](https://remixicon.com) to check the name of the icons. `-line` means the outlined style icon, and `-fill` means the filled style icon.\n\n## Contributing\n\n> **Note:** In order to ensure the quality of each icon, we currently do not accept third-party drawn icons. If you want to contribute an icon to Remix Icon, you can create an [issue](https://github.com/Remix-Design/remixicon/issues) with a screenshot or url to your svg-format file. If you are not familiar with github, you can also email us directly `jimmy@remixdesign.cn`.\n\n### Icon Request\n\nIf there is no suitable icon for your usage scenario, you can create an [issue](https://github.com/Remix-Design/remixicon/issues) with a title of \"Icon request: <Icon name>\" and fill the issue template.\n\n> RemixIcon is mainly focuses on user interface icons. If we did not include the logo icons you were looking for, I recommend this icon library - [Simple Icons](https://github.com/simple-icons/simple-icons)\n\n### Icon Search Keywords\n\nWe use [`tags.json`](https://github.com/Remix-Design/remixicon/blob/master/tags.json) file to manage the search keywords of our [website](https://remixicon.com). But at the moment, we don't have a good automatic method to complete the keywords for each icon. So we hope you can help us to improve the `tags.json` file by creating [issues](https://github.com/Remix-Design/remixicon/issues), sending emails or \"pull request\" of tags.json file to make the search engine better. Especially when one of our icons matches your scene but you don't find the icon with your keywords.\n\n## Sub-projects\n[RemixIcon-Slides](https://github.com/Remix-Design/RemixIcon-Slides) PowerPoint and Keynote verison of Remix Icon.\n\n## License\n\nRemix Icon is licensed under the [Apache License Version 2.0](https://github.com/Remix-Design/remixicon/blob/master/License).  Feel free to use these icons in your products and distribute them. We would be very grateful if you mention \"Remix Icon\" in your product info, but it's not required. The only thing we ask is that these icons are not for sale.\n"
  },
  {
    "path": "resources/svg/icons/remix-icon/index.html",
    "content": "<style>\nul.svg-list {\n\tlist-style:none;\n\tpadding:0;\n\tmargin:10px 0 0;\n}\nul.svg-list li {\n\tdisplay:inline-block;\n\tposition:relative;\n\twidth:32px;\n\theight:32px;\n\tpadding:3px;\n\tmargin-right:5px;\n\tmargin-bottom:5px;\n\tbox-shadow:0px 3px 6px 0px rgba(0, 0, 0, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.08);\n}\n\nul.svg-list li:hover {\n\tbox-shadow:none;//0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 0px rgba(0, 0, 0, 0.15);\n}\n\nul.svg-list li svg{\n\tmax-width:100%;\n\tmax-height:100%;\n\tfill: var(--bs-body-color);\n\tcolor: var(--bs-border-color);\n}\n\nul.svg-list li span {\n\t//display:none;\n}\n\nul.svg-list li.heading {\n\twidth:100%;\n\tbox-shadow:none;\n\ttext-transform: capitalize;\n\tfont-size: 12px;\n\tline-height: 32px;\t\n}\n\nul.svg-list li span {\n  visibility: hidden;\n  min-width: 120px;\n  background-color: black;\n  color: #fff;\n  text-align: center;\n  border-radius: 6px;\n  padding: 5px 0;\n  \n  /* Position the tooltip */\n  position: absolute;\n  z-index: 1;\n  left:0;\n  top: 105%;\n  font-size:12px;\n}\n\nul.svg-list li:hover  span {\n  visibility: visible;\n}\n\nul.svg-list li:hover  svg {\n\ttransform: scale(2);\n\tfill:blue;\n\tcolor:green;\n}\t\n</style>\n<ul class=\"svg-list\"><li class='heading'>Buildings</li><li title=\"ancient gate fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M18.901 10a2.999 2.999 0 0 0 4.075 1.113 3.5 3.5 0 0 1-1.975 3.55L21 21h-6v-2a3 3 0 0 0-5.995-.176L9 19v2H3v-6.336a3.5 3.5 0 0 1-1.979-3.553A2.999 2.999 0 0 0 5.098 10h13.803zm-1.865-7a3.5 3.5 0 0 0 4.446 2.86 3.5 3.5 0 0 1-3.29 3.135L18 9H6a3.5 3.5 0 0 1-3.482-3.14A3.5 3.5 0 0 0 6.964 3h10.072z\"/>\n    </g>\n</svg>\n</li><li title=\"ancient gate line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M18.901 10a2.999 2.999 0 0 0 4.075 1.113 3.5 3.5 0 0 1-1.975 3.55L21 21h-7v-2a2 2 0 0 0-1.85-1.995L12 17a2 2 0 0 0-1.995 1.85L10 19v2H3v-6.336a3.5 3.5 0 0 1-1.979-3.553A2.999 2.999 0 0 0 5.098 10h13.803zm-.971 2H6.069l-.076.079c-.431.42-.935.76-1.486 1.002l-.096.039.589.28-.001 5.6 3.002-.001v-.072l.01-.223c.149-2.016 1.78-3.599 3.854-3.698l.208-.005.223.01a4 4 0 0 1 3.699 3.787l.004.201L19 19l.001-5.6.587-.28-.095-.04a5.002 5.002 0 0 1-1.486-1.001L17.93 12zm-.894-9a3.5 3.5 0 0 0 4.446 2.86 3.5 3.5 0 0 1-3.29 3.135L18 9H6a3.5 3.5 0 0 1-3.482-3.14A3.5 3.5 0 0 0 6.964 3h10.072zM15.6 5H8.399a5.507 5.507 0 0 1-1.49 1.816L6.661 7h10.677l-.012-.008a5.518 5.518 0 0 1-1.579-1.722L15.6 5z\"/>\n    </g>\n</svg>\n</li><li title=\"ancient pavilion fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12.513 2.001a9.004 9.004 0 0 0 9.97 5.877A4.501 4.501 0 0 1 19 11.888V19l2 .001v2H3v-2h2v-7.113a4.503 4.503 0 0 1-3.484-4.01 9.004 9.004 0 0 0 9.972-5.876h1.025zM17 12H7V19h10v-7z\"/>\n    </g>\n</svg>\n</li><li title=\"ancient pavilion line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M12.513 2.001a9.004 9.004 0 0 0 9.97 5.877A4.501 4.501 0 0 1 19 11.888V19l2 .001v2H3v-2h2v-7.113a4.503 4.503 0 0 1-3.484-4.01 9.004 9.004 0 0 0 9.972-5.876h1.025zM17 12H7V19h10v-7zm-5-6.673l-.11.155A11.012 11.012 0 0 1 5.4 9.736l-.358.073.673.19h12.573l.668-.19-.011-.002a11.01 11.01 0 0 1-6.836-4.326L12 5.326z\"/>\n    </g>\n</svg>\n</li><li title=\"bank fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M2 20h20v2H2v-2zm2-8h2v7H4v-7zm5 0h2v7H9v-7zm4 0h2v7h-2v-7zm5 0h2v7h-2v-7zM2 7l10-5 10 5v4H2V7zm10 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2z\"/>\n    </g>\n</svg>\n</li><li title=\"bank line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M2 20h20v2H2v-2zm2-8h2v7H4v-7zm5 0h2v7H9v-7zm4 0h2v7h-2v-7zm5 0h2v7h-2v-7zM2 7l10-5 10 5v4H2V7zm2 1.236V9h16v-.764l-8-4-8 4zM12 8a1 1 0 1 1 0-2 1 1 0 0 1 0 2z\"/>\n    </g>\n</svg>\n</li><li title=\"building 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 19h2V6l6.394 2.74a1 1 0 0 1 .606.92V19h2v2H1v-2h2V5.65a1 1 0 0 1 .594-.914l7.703-3.424A.5.5 0 0 1 12 1.77V19z\"/>\n    </g>\n</svg>\n</li><li title=\"building 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 19V5.7a1 1 0 0 1 .658-.94l9.671-3.516a.5.5 0 0 1 .671.47v4.953l6.316 2.105a1 1 0 0 1 .684.949V19h2v2H1v-2h2zm2 0h7V3.855L5 6.401V19zm14 0v-8.558l-5-1.667V19h5z\"/>\n    </g>\n</svg>\n</li><li title=\"building 3 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M10 10.111V1l11 6v14H3V7z\"/>\n    </g>\n</svg>\n</li><li title=\"building 3 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M10 10.111V1l11 6v14H3V7l7 3.111zm2-5.742v8.82l-7-3.111V19h14V8.187L12 4.37z\"/>\n    </g>\n</svg>\n</li><li title=\"building 4 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M21 20h2v2H1v-2h2V3a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v17zM8 11v2h3v-2H8zm0-4v2h3V7H8zm0 8v2h3v-2H8zm5 0v2h3v-2h-3zm0-4v2h3v-2h-3zm0-4v2h3V7h-3z\"/>\n    </g>\n</svg>\n</li><li title=\"building 4 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M21 20h2v2H1v-2h2V3a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v17zm-2 0V4H5v16h14zM8 11h3v2H8v-2zm0-4h3v2H8V7zm0 8h3v2H8v-2zm5 0h3v2h-3v-2zm0-4h3v2h-3v-2zm0-4h3v2h-3V7z\"/>\n    </g>\n</svg>\n</li><li title=\"building fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M21 19h2v2H1v-2h2V4a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v15h2V9h3a1 1 0 0 1 1 1v9zM7 11v2h4v-2H7zm0-4v2h4V7H7z\"/>\n    </g>\n</svg>\n</li><li title=\"building line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M21 19h2v2H1v-2h2V4a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v15h4v-8h-2V9h3a1 1 0 0 1 1 1v9zM5 5v14h8V5H5zm2 6h4v2H7v-2zm0-4h4v2H7V7z\"/>\n    </g>\n</svg>\n</li><li title=\"community fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M9 19h3v-6.058L8 9.454l-4 3.488V19h3v-4h2v4zm12 2H3a1 1 0 0 1-1-1v-7.513a1 1 0 0 1 .343-.754L6 8.544V4a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1zm-5-10v2h2v-2h-2zm0 4v2h2v-2h-2zm0-8v2h2V7h-2zm-4 0v2h2V7h-2z\"/>\n    </g>\n</svg>\n</li><li title=\"community line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M21 21H3a1 1 0 0 1-1-1v-7.513a1 1 0 0 1 .343-.754L6 8.544V4a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1zM9 19h3v-6.058L8 9.454l-4 3.488V19h3v-4h2v4zm5 0h6V5H8v2.127c.234 0 .469.082.657.247l5 4.359a1 1 0 0 1 .343.754V19zm2-8h2v2h-2v-2zm0 4h2v2h-2v-2zm0-8h2v2h-2V7zm-4 0h2v2h-2V7z\"/>\n    </g>\n</svg>\n</li><li title=\"government fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M2 19V8H1V6h3V4a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v2h3v2h-1v11h1v2H1v-2h1zm11 0v-7h-2v7h2zm-5 0v-7H6v7h2zm10 0v-7h-2v7h2zM6 5v1h12V5H6z\"/>\n    </g>\n</svg>\n</li><li title=\"government line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M20 6h3v2h-1v11h1v2H1v-2h1V8H1V6h3V4a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v2zm0 2H4v11h3v-7h2v7h2v-7h2v7h2v-7h2v7h3V8zM6 5v1h12V5H6z\"/>\n    </g>\n</svg>\n</li><li title=\"home 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M20 20a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-9H1l10.327-9.388a1 1 0 0 1 1.346 0L23 11h-3v9z\"/>\n    </g>\n</svg>\n</li><li title=\"home 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M19 21H5a1 1 0 0 1-1-1v-9H1l10.327-9.388a1 1 0 0 1 1.346 0L23 11h-3v9a1 1 0 0 1-1 1zM6 19h12V9.157l-6-5.454-6 5.454V19z\"/>\n    </g>\n</svg>\n</li><li title=\"home 3 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M20 20a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-9H1l10.327-9.388a1 1 0 0 1 1.346 0L23 11h-3v9zM8 15v2h8v-2H8z\"/>\n    </g>\n</svg>\n</li><li title=\"home 3 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M19 21H5a1 1 0 0 1-1-1v-9H1l10.327-9.388a1 1 0 0 1 1.346 0L23 11h-3v9a1 1 0 0 1-1 1zM6 19h12V9.157l-6-5.454-6 5.454V19zm2-4h8v2H8v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"home 4 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M20 20a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-9H1l10.327-9.388a1 1 0 0 1 1.346 0L23 11h-3v9zm-9-7v6h2v-6h-2z\"/>\n    </g>\n</svg>\n</li><li title=\"home 4 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M19 21H5a1 1 0 0 1-1-1v-9H1l10.327-9.388a1 1 0 0 1 1.346 0L23 11h-3v9a1 1 0 0 1-1 1zm-6-2h5V9.157l-6-5.454-6 5.454V19h5v-6h2v6z\"/>\n    </g>\n</svg>\n</li><li title=\"home 5 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M21 20a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V9.49a1 1 0 0 1 .386-.79l8-6.222a1 1 0 0 1 1.228 0l8 6.222a1 1 0 0 1 .386.79V20zm-10-7v6h2v-6h-2z\"/>\n    </g>\n</svg>\n</li><li title=\"home 5 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M13 19h6V9.978l-7-5.444-7 5.444V19h6v-6h2v6zm8 1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V9.49a1 1 0 0 1 .386-.79l8-6.222a1 1 0 0 1 1.228 0l8 6.222a1 1 0 0 1 .386.79V20z\"/>\n    </g>\n</svg>\n</li><li title=\"home 6 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M21 20a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V9.49a1 1 0 0 1 .386-.79l8-6.222a1 1 0 0 1 1.228 0l8 6.222a1 1 0 0 1 .386.79V20zM7 15v2h10v-2H7z\"/>\n    </g>\n</svg>\n</li><li title=\"home 6 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M21 20a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V9.49a1 1 0 0 1 .386-.79l8-6.222a1 1 0 0 1 1.228 0l8 6.222a1 1 0 0 1 .386.79V20zm-2-1V9.978l-7-5.444-7 5.444V19h14zM7 15h10v2H7v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"home 7 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M19 20a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-9H0l10.327-9.388a1 1 0 0 1 1.346 0L22 11h-3v9zm-8-5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5z\"/>\n    </g>\n</svg>\n</li><li title=\"home 7 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M19 21H5a1 1 0 0 1-1-1v-9H1l10.327-9.388a1 1 0 0 1 1.346 0L23 11h-3v9a1 1 0 0 1-1 1zM6 19h12V9.157l-6-5.454-6 5.454V19zm6-4a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5z\"/>\n    </g>\n</svg>\n</li><li title=\"home 8 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M20 20a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-9H1l10.327-9.388a1 1 0 0 1 1.346 0L23 11h-3v9zM9 10v6h6v-6H9zm2 2h2v2h-2v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"home 8 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M19 21H5a1 1 0 0 1-1-1v-9H1l10.327-9.388a1 1 0 0 1 1.346 0L23 11h-3v9a1 1 0 0 1-1 1zM6 19h12V9.157l-6-5.454-6 5.454V19zm3-9h6v6H9v-6zm2 2v2h2v-2h-2z\"/>\n    </g>\n</svg>\n</li><li title=\"home fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M21 20a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V9.49a1 1 0 0 1 .386-.79l8-6.222a1 1 0 0 1 1.228 0l8 6.222a1 1 0 0 1 .386.79V20z\"/>\n    </g>\n</svg>\n</li><li title=\"home gear fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M20 20a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-9H1l10.327-9.388a1 1 0 0 1 1.346 0L23 11h-3v9zM8.592 13.808l-.991.572 1 1.733.993-.573a3.5 3.5 0 0 0 1.405.811v1.145h2.002V16.35a3.5 3.5 0 0 0 1.405-.81l.992.572L16.4 14.38l-.991-.572a3.504 3.504 0 0 0 0-1.62l.991-.573-1-1.733-.993.573A3.5 3.5 0 0 0 13 9.645V8.5h-2.002v1.144a3.5 3.5 0 0 0-1.405.811l-.992-.573L7.6 11.616l.991.572a3.504 3.504 0 0 0 0 1.62zm3.408.69a1.5 1.5 0 1 1-.002-3.001 1.5 1.5 0 0 1 .002 3z\"/>\n    </g>\n</svg>\n</li><li title=\"home gear line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M19 21H5a1 1 0 0 1-1-1v-9H1l10.327-9.388a1 1 0 0 1 1.346 0L23 11h-3v9a1 1 0 0 1-1 1zM6 19h12V9.157l-6-5.454-6 5.454V19zm2.591-5.191a3.508 3.508 0 0 1 0-1.622l-.991-.572 1-1.732.991.573a3.495 3.495 0 0 1 1.404-.812V8.5h2v1.144c.532.159 1.01.44 1.404.812l.991-.573 1 1.731-.991.573a3.508 3.508 0 0 1 0 1.622l.991.572-1 1.731-.991-.572a3.495 3.495 0 0 1-1.404.811v1.145h-2V16.35a3.495 3.495 0 0 1-1.404-.811l-.991.572-1-1.73.991-.573zm3.404.688a1.5 1.5 0 1 0 0-2.998 1.5 1.5 0 0 0 0 2.998z\"/>\n    </g>\n</svg>\n</li><li title=\"home heart fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M20 20a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-9H1l10.327-9.388a1 1 0 0 1 1.346 0L23 11h-3v9zm-8-3l3.359-3.359a2.25 2.25 0 1 0-3.182-3.182l-.177.177-.177-.177a2.25 2.25 0 1 0-3.182 3.182L12 17z\"/>\n    </g>\n</svg>\n</li><li title=\"home heart line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M20 20a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-9H1l10.327-9.388a1 1 0 0 1 1.346 0L23 11h-3v9zm-2-1V9.157l-6-5.454-6 5.454V19h12zm-6-2l-3.359-3.359a2.25 2.25 0 1 1 3.182-3.182l.177.177.177-.177a2.25 2.25 0 1 1 3.182 3.182L12 17z\"/>\n    </g>\n</svg>\n</li><li title=\"home line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M21 20a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V9.49a1 1 0 0 1 .386-.79l8-6.222a1 1 0 0 1 1.228 0l8 6.222a1 1 0 0 1 .386.79V20zm-2-1V9.978l-7-5.444-7 5.444V19h14z\"/>\n    </g>\n</svg>\n</li><li title=\"home smile 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M21 20a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V9.314a1 1 0 0 1 .38-.785l8-6.311a1 1 0 0 1 1.24 0l8 6.31a1 1 0 0 1 .38.786V20zM7 12a5 5 0 0 0 10 0h-2a3 3 0 0 1-6 0H7z\"/>\n    </g>\n</svg>\n</li><li title=\"home smile 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M19 19V9.799l-7-5.522-7 5.522V19h14zm2 1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V9.314a1 1 0 0 1 .38-.785l8-6.311a1 1 0 0 1 1.24 0l8 6.31a1 1 0 0 1 .38.786V20zM7 12h2a3 3 0 0 0 6 0h2a5 5 0 0 1-10 0z\"/>\n    </g>\n</svg>\n</li><li title=\"home smile fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M20 20a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-9H1l10.327-9.388a1 1 0 0 1 1.346 0L23 11h-3v9zM7.5 13a4.5 4.5 0 1 0 9 0h-2a2.5 2.5 0 1 1-5 0h-2z\"/>\n    </g>\n</svg>\n</li><li title=\"home smile line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6 19h12V9.157l-6-5.454-6 5.454V19zm13 2H5a1 1 0 0 1-1-1v-9H1l10.327-9.388a1 1 0 0 1 1.346 0L23 11h-3v9a1 1 0 0 1-1 1zM7.5 13h2a2.5 2.5 0 1 0 5 0h2a4.5 4.5 0 1 1-9 0z\"/>\n    </g>\n</svg>\n</li><li title=\"home wifi fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M20 20a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-9H1l10.327-9.388a1 1 0 0 1 1.346 0L23 11h-3v9zM7 11v2a5 5 0 0 1 5 5h2a7 7 0 0 0-7-7zm0 4v3h3a3 3 0 0 0-3-3z\"/>\n    </g>\n</svg>\n</li><li title=\"home wifi line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6 19h12V9.157l-6-5.454-6 5.454V19zm13 2H5a1 1 0 0 1-1-1v-9H1l10.327-9.388a1 1 0 0 1 1.346 0L23 11h-3v9a1 1 0 0 1-1 1zM8 10a7 7 0 0 1 7 7h-2a5 5 0 0 0-5-5v-2zm0 4a3 3 0 0 1 3 3H8v-3z\"/>\n    </g>\n</svg>\n</li><li title=\"hospital fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M21 20h2v2H1v-2h2V3a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v17zM11 8H9v2h2v2h2v-2h2V8h-2V6h-2v2zm3 12h2v-6H8v6h2v-4h4v4z\"/>\n    </g>\n</svg>\n</li><li title=\"hospital line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M8 20v-6h8v6h3V4H5v16h3zm2 0h4v-4h-4v4zm11 0h2v2H1v-2h2V3a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v17zM11 8V6h2v2h2v2h-2v2h-2v-2H9V8h2z\"/>\n    </g>\n</svg>\n</li><li title=\"hotel fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17 19h2v-8h-6v8h2v-6h2v6zM3 19V4a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v5h2v10h1v2H2v-2h1zm4-8v2h2v-2H7zm0 4v2h2v-2H7zm0-8v2h2V7H7z\"/>\n    </g>\n</svg>\n</li><li title=\"hotel line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M22 21H2v-2h1V4a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v5h2v10h1v2zm-5-2h2v-8h-6v8h2v-6h2v6zm0-10V5H5v14h6V9h6zM7 11h2v2H7v-2zm0 4h2v2H7v-2zm0-8h2v2H7V7z\"/>\n    </g>\n</svg>\n</li><li title=\"store 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M22 20v2H2v-2h1v-6.758A4.496 4.496 0 0 1 1 9.5c0-.827.224-1.624.633-2.303L4.345 2.5a1 1 0 0 1 .866-.5H18.79a1 1 0 0 1 .866.5l2.702 4.682A4.496 4.496 0 0 1 21 13.242V20h1zM5.789 4L3.356 8.213a2.5 2.5 0 0 0 4.466 2.216c.335-.837 1.52-.837 1.856 0a2.5 2.5 0 0 0 4.644 0c.335-.837 1.52-.837 1.856 0a2.5 2.5 0 1 0 4.457-2.232L18.21 4H5.79z\"/>\n    </g>\n</svg>\n</li><li title=\"store 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M21 13.242V20h1v2H2v-2h1v-6.758A4.496 4.496 0 0 1 1 9.5c0-.827.224-1.624.633-2.303L4.345 2.5a1 1 0 0 1 .866-.5H18.79a1 1 0 0 1 .866.5l2.702 4.682A4.496 4.496 0 0 1 21 13.242zm-2 .73a4.496 4.496 0 0 1-3.75-1.36A4.496 4.496 0 0 1 12 14.001a4.496 4.496 0 0 1-3.25-1.387A4.496 4.496 0 0 1 5 13.973V20h14v-6.027zM5.789 4L3.356 8.213a2.5 2.5 0 0 0 4.466 2.216c.335-.837 1.52-.837 1.856 0a2.5 2.5 0 0 0 4.644 0c.335-.837 1.52-.837 1.856 0a2.5 2.5 0 1 0 4.457-2.232L18.21 4H5.79z\"/>\n    </g>\n</svg>\n</li><li title=\"store 3 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M21 13v7a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-7H2v-2l1-5h18l1 5v2h-1zM5 13v6h14v-6H5zm1 1h8v3H6v-3zM3 3h18v2H3V3z\"/>\n    </g>\n</svg>\n</li><li title=\"store 3 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M21 13v7a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-7H2v-2l1-5h18l1 5v2h-1zM5 13v6h14v-6H5zm-.96-2h15.92l-.6-3H4.64l-.6 3zM6 14h8v3H6v-3zM3 3h18v2H3V3z\"/>\n    </g>\n</svg>\n</li><li title=\"store fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M21 11.646V21a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-9.354A3.985 3.985 0 0 1 2 9V3a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v6c0 1.014-.378 1.94-1 2.646zM14 9a1 1 0 0 1 2 0 2 2 0 1 0 4 0V4H4v5a2 2 0 1 0 4 0 1 1 0 1 1 2 0 2 2 0 1 0 4 0z\"/>\n    </g>\n</svg>\n</li><li title=\"store line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M21 11.646V21a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-9.354A3.985 3.985 0 0 1 2 9V3a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v6c0 1.014-.378 1.94-1 2.646zm-2 1.228a4.007 4.007 0 0 1-4-1.228A3.99 3.99 0 0 1 12 13a3.99 3.99 0 0 1-3-1.354 3.99 3.99 0 0 1-4 1.228V20h14v-7.126zM14 9a1 1 0 0 1 2 0 2 2 0 1 0 4 0V4H4v5a2 2 0 1 0 4 0 1 1 0 1 1 2 0 2 2 0 1 0 4 0z\"/>\n    </g>\n</svg>\n</li><li class='heading'>Business</li><li title=\"advertisement fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M21 3a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h18zM9.399 8h-2l-3.2 8h2.154l.4-1h3.29l.4 1h2.155L9.399 8zM19 8h-2v2h-1a3 3 0 0 0-.176 5.995L16 16h3V8zm-2 4v2h-1l-.117-.007a1 1 0 0 1 0-1.986L16 12h1zm-8.601-1.115L9.244 13H7.552l.847-2.115z\"/>\n    </g>\n</svg>\n</li><li title=\"advertisement line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M21 3a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h18zm-1 2H4v14h16V5zM9.399 8l3.199 8h-2.155l-.4-1h-3.29l-.4 1H4.199l3.2-8h2zM19 8v8h-3a3 3 0 0 1 0-6h.999L17 8h2zm-2 4h-1a1 1 0 0 0-.117 1.993L16 14h1v-2zm-8.601-1.115L7.552 13h1.692l-.845-2.115z\"/>\n    </g>\n</svg>\n</li><li title=\"archive drawer fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 13h18v8.002c0 .551-.445.998-.993.998H3.993A.995.995 0 0 1 3 21.002V13zM3 2.998C3 2.447 3.445 2 3.993 2h16.014c.548 0 .993.446.993.998V11H3V2.998zM9 5v2h6V5H9zm0 11v2h6v-2H9z\"/>\n    </g>\n</svg>\n</li><li title=\"archive drawer line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 2.992C3 2.444 3.445 2 3.993 2h16.014a1 1 0 0 1 .993.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 21.008V2.992zM19 11V4H5v7h14zm0 2H5v7h14v-7zM9 6h6v2H9V6zm0 9h6v2H9v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"archive fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 10h18v10.004c0 .55-.445.996-.993.996H3.993A.994.994 0 0 1 3 20.004V10zm6 2v2h6v-2H9zM2 4c0-.552.455-1 .992-1h18.016c.548 0 .992.444.992 1v4H2V4z\"/>\n    </g>\n</svg>\n</li><li title=\"archive line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 10H2V4.003C2 3.449 2.455 3 2.992 3h18.016A.99.99 0 0 1 22 4.003V10h-1v10.001a.996.996 0 0 1-.993.999H3.993A.996.996 0 0 1 3 20.001V10zm16 0H5v9h14v-9zM4 5v3h16V5H4zm5 7h6v2H9v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"at fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm8-10a8 8 0 1 0-3.968 6.911l-1.008-1.727A6 6 0 1 1 18 12v1a1 1 0 0 1-2 0V9h-1.354a4 4 0 1 0 .066 5.94A3 3 0 0 0 20 13v-1zm-8-2a2 2 0 1 1 0 4 2 2 0 0 1 0-4z\"/>\n    </g>\n</svg>\n</li><li title=\"at line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z\"/>\n    </g>\n</svg>\n</li><li title=\"attachment fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M20.997 2.992L21 21.008a1 1 0 0 1-.993.992H3.993A.993.993 0 0 1 3 21.008V2.992A1 1 0 0 1 3.993 2h16.01c.549 0 .994.444.994.992zM9 13V9a1 1 0 1 1 2 0v4a1 1 0 0 0 2 0V9a3 3 0 0 0-6 0v4a5 5 0 0 0 10 0V8h-2v5a3 3 0 0 1-6 0z\"/>\n    </g>\n</svg>\n</li><li title=\"attachment line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M14 13.5V8a4 4 0 1 0-8 0v5.5a6.5 6.5 0 1 0 13 0V4h2v9.5a8.5 8.5 0 1 1-17 0V8a6 6 0 1 1 12 0v5.5a3.5 3.5 0 0 1-7 0V8h2v5.5a1.5 1.5 0 0 0 3 0z\"/>\n    </g>\n</svg>\n</li><li title=\"award fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17 15.245v6.872a.5.5 0 0 1-.757.429L12 20l-4.243 2.546a.5.5 0 0 1-.757-.43v-6.87a8 8 0 1 1 10 0zM12 15a6 6 0 1 0 0-12 6 6 0 0 0 0 12zm0-2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z\"/>\n    </g>\n</svg>\n</li><li title=\"award line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17 15.245v6.872a.5.5 0 0 1-.757.429L12 20l-4.243 2.546a.5.5 0 0 1-.757-.43v-6.87a8 8 0 1 1 10 0zm-8 1.173v3.05l3-1.8 3 1.8v-3.05A7.978 7.978 0 0 1 12 17a7.978 7.978 0 0 1-3-.582zM12 15a6 6 0 1 0 0-12 6 6 0 0 0 0 12z\"/>\n    </g>\n</svg>\n</li><li title=\"bar chart 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M2 13h6v8H2v-8zM9 3h6v18H9V3zm7 5h6v13h-6V8z\"/>\n    </g>\n</svg>\n</li><li title=\"bar chart 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M2 13h6v8H2v-8zm14-5h6v13h-6V8zM9 3h6v18H9V3zM4 15v4h2v-4H4zm7-10v14h2V5h-2zm7 5v9h2v-9h-2z\"/>\n    </g>\n</svg>\n</li><li title=\"bar chart box fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm4 10v4h2v-4H7zm4-6v10h2V7h-2zm4 3v7h2v-7h-2z\"/>\n    </g>\n</svg>\n</li><li title=\"bar chart box line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h16V5H4zm3 8h2v4H7v-4zm4-6h2v10h-2V7zm4 3h2v7h-2v-7z\"/>\n    </g>\n</svg>\n</li><li title=\"bar chart fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 12h4v9H3v-9zm14-4h4v13h-4V8zm-7-6h4v19h-4V2z\"/>\n    </g>\n</svg>\n</li><li title=\"bar chart grouped fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M2 12h2v9H2v-9zm3 2h2v7H5v-7zm11-6h2v13h-2V8zm3 2h2v11h-2V10zM9 2h2v19H9V2zm3 2h2v17h-2V4z\"/>\n    </g>\n</svg>\n</li><li title=\"bar chart grouped line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M2 12h2v9H2v-9zm3 2h2v7H5v-7zm11-6h2v13h-2V8zm3 2h2v11h-2V10zM9 2h2v19H9V2zm3 2h2v17h-2V4z\"/>\n    </g>\n</svg>\n</li><li title=\"bar chart horizontal fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 3v4H3V3h9zm4 14v4H3v-4h13zm6-7v4H3v-4h19z\"/>\n    </g>\n</svg>\n</li><li title=\"bar chart horizontal line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 3v2H3V3h9zm4 16v2H3v-2h13zm6-8v2H3v-2h19z\"/>\n    </g>\n</svg>\n</li><li title=\"bar chart line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 12h2v9H3v-9zm16-4h2v13h-2V8zm-8-6h2v19h-2V2z\"/>\n    </g>\n</svg>\n</li><li title=\"bookmark 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5 2h14a1 1 0 0 1 1 1v19.143a.5.5 0 0 1-.766.424L12 18.03l-7.234 4.536A.5.5 0 0 1 4 22.143V3a1 1 0 0 1 1-1zm3 7v2h8V9H8z\"/>\n    </g>\n</svg>\n</li><li title=\"bookmark 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5 2h14a1 1 0 0 1 1 1v19.143a.5.5 0 0 1-.766.424L12 18.03l-7.234 4.536A.5.5 0 0 1 4 22.143V3a1 1 0 0 1 1-1zm13 2H6v15.432l6-3.761 6 3.761V4zM8 9h8v2H8V9z\"/>\n    </g>\n</svg>\n</li><li title=\"bookmark 3 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 2h16a1 1 0 0 1 1 1v19.276a.5.5 0 0 1-.704.457L12 19.03l-8.296 3.702A.5.5 0 0 1 3 22.276V3a1 1 0 0 1 1-1zm8 11.5l2.939 1.545-.561-3.272 2.377-2.318-3.286-.478L12 6l-1.47 2.977-3.285.478 2.377 2.318-.56 3.272L12 13.5z\"/>\n    </g>\n</svg>\n</li><li title=\"bookmark 3 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 2h16a1 1 0 0 1 1 1v19.276a.5.5 0 0 1-.704.457L12 19.03l-8.296 3.702A.5.5 0 0 1 3 22.276V3a1 1 0 0 1 1-1zm15 17.965V4H5v15.965l7-3.124 7 3.124zM12 13.5l-2.939 1.545.561-3.272-2.377-2.318 3.286-.478L12 6l1.47 2.977 3.285.478-2.377 2.318.56 3.272L12 13.5z\"/>\n    </g>\n</svg>\n</li><li title=\"bookmark fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5 2h14a1 1 0 0 1 1 1v19.143a.5.5 0 0 1-.766.424L12 18.03l-7.234 4.536A.5.5 0 0 1 4 22.143V3a1 1 0 0 1 1-1z\"/>\n    </g>\n</svg>\n</li><li title=\"bookmark line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5 2h14a1 1 0 0 1 1 1v19.143a.5.5 0 0 1-.766.424L12 18.03l-7.234 4.536A.5.5 0 0 1 4 22.143V3a1 1 0 0 1 1-1zm13 2H6v15.432l6-3.761 6 3.761V4z\"/>\n    </g>\n</svg>\n</li><li title=\"briefcase 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M7 5V2a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3h4a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h4zm10 8v-3h-2v3H9v-3H7v3H4v6h16v-6h-3zM9 3v2h6V3H9z\"/>\n    </g>\n</svg>\n</li><li title=\"briefcase 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M7 5V2a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3h4a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h4zm13 8H4v6h16v-6zm0-6H4v4h3V9h2v2h6V9h2v2h3V7zM9 3v2h6V3H9z\"/>\n    </g>\n</svg>\n</li><li title=\"briefcase 3 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M7 5V2a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3h4a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h4zm10 2v5h3V7h-3zm-2 0H9v5h6V7zM7 7H4v5h3V7zm2-4v2h6V3H9z\"/>\n    </g>\n</svg>\n</li><li title=\"briefcase 3 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M7 5V2a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3h4a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h4zm8 2H9v12h6V7zM7 7H4v12h3V7zm10 0v12h3V7h-3zM9 3v2h6V3H9z\"/>\n    </g>\n</svg>\n</li><li title=\"briefcase 4 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M9 13v3h6v-3h7v7a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-7h7zm2-2h2v3h-2v-3zM7 5V2a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3h4a1 1 0 0 1 1 1v5h-7V9H9v2H2V6a1 1 0 0 1 1-1h4zm2-2v2h6V3H9z\"/>\n    </g>\n</svg>\n</li><li title=\"briefcase 4 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M7 5V2a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3h4a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h4zm2 8H4v6h16v-6h-5v3H9v-3zm11-6H4v4h5V9h6v2h5V7zm-9 4v3h2v-3h-2zM9 3v2h6V3H9z\"/>\n    </g>\n</svg>\n</li><li title=\"briefcase 5 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M7 5V2a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3h4a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h4zm-1 8V7H4v6h2zm2-6v6h3v-2h2v2h3V7H8zm10 6h2V7h-2v6zM9 3v2h6V3H9z\"/>\n    </g>\n</svg>\n</li><li title=\"briefcase 5 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M7 5V2a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3h4a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h4zm9 10h-3v1h-2v-1H8v4h8v-4zM8 7v6h3v-1h2v1h3V7H8zm-2 6V7H4v6h2zm12 0h2V7h-2v6zM6 15H4v4h2v-4zm12 0v4h2v-4h-2zM9 3v2h6V3H9z\"/>\n    </g>\n</svg>\n</li><li title=\"briefcase fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M7 5V2a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3h4a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h4zM4 15v4h16v-4H4zm7-4v2h2v-2h-2zM9 3v2h6V3H9z\"/>\n    </g>\n</svg>\n</li><li title=\"briefcase line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M7 5V2a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3h4a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h4zM4 16v3h16v-3H4zm0-2h16V7H4v7zM9 3v2h6V3H9zm2 8h2v2h-2v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"bubble chart fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0L24 0 24 24 0 24z\"/>\n        <path d=\"M16 16c1.657 0 3 1.343 3 3s-1.343 3-3 3-3-1.343-3-3 1.343-3 3-3zM6 12c2.21 0 4 1.79 4 4s-1.79 4-4 4-4-1.79-4-4 1.79-4 4-4zm8.5-10C17.538 2 20 4.462 20 7.5S17.538 13 14.5 13 9 10.538 9 7.5 11.462 2 14.5 2z\"/>\n    </g>\n</svg>\n</li><li title=\"bubble chart line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0L24 0 24 24 0 24z\"/>\n        <path d=\"M16 16c1.657 0 3 1.343 3 3s-1.343 3-3 3-3-1.343-3-3 1.343-3 3-3zM6 12c2.21 0 4 1.79 4 4s-1.79 4-4 4-4-1.79-4-4 1.79-4 4-4zm10 6c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1zM6 14c-1.105 0-2 .895-2 2s.895 2 2 2 2-.895 2-2-.895-2-2-2zm8.5-12C17.538 2 20 4.462 20 7.5S17.538 13 14.5 13 9 10.538 9 7.5 11.462 2 14.5 2zm0 2C12.567 4 11 5.567 11 7.5s1.567 3.5 3.5 3.5S18 9.433 18 7.5 16.433 4 14.5 4z\"/>\n    </g>\n</svg>\n</li><li title=\"calculator fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 2h16a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1zm3 10v2h2v-2H7zm0 4v2h2v-2H7zm4-4v2h2v-2h-2zm0 4v2h2v-2h-2zm4-4v6h2v-6h-2zM7 6v4h10V6H7z\"/>\n    </g>\n</svg>\n</li><li title=\"calculator line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 2h16a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1zm1 2v16h14V4H5zm2 2h10v4H7V6zm0 6h2v2H7v-2zm0 4h2v2H7v-2zm4-4h2v2h-2v-2zm0 4h2v2h-2v-2zm4-4h2v6h-2v-6z\"/>\n    </g>\n</svg>\n</li><li title=\"calendar 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17 3h4a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h4V1h2v2h6V1h2v2zM4 9v10h16V9H4zm2 2h2v2H6v-2zm5 0h2v2h-2v-2zm5 0h2v2h-2v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"calendar 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17 3h4a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h4V1h2v2h6V1h2v2zm3 8H4v8h16v-8zm-5-6H9v2H7V5H4v4h16V5h-3v2h-2V5zm-9 8h2v2H6v-2zm5 0h2v2h-2v-2zm5 0h2v2h-2v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"calendar check fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M9 1v2h6V1h2v2h4a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h4V1h2zm11 7H4v11h16V8zm-4.964 2.136l1.414 1.414-4.95 4.95-3.536-3.536L9.38 11.55l2.121 2.122 3.536-3.536z\"/>\n    </g>\n</svg>\n</li><li title=\"calendar check line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M9 1v2h6V1h2v2h4a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h4V1h2zm11 9H4v9h16v-9zm-4.964 1.136l1.414 1.414-4.95 4.95-3.536-3.536L9.38 12.55l2.121 2.122 3.536-3.536zM7 5H4v3h16V5h-3v1h-2V5H9v1H7V5z\"/>\n    </g>\n</svg>\n</li><li title=\"calendar event fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17 3h4a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h4V1h2v2h6V1h2v2zM4 9v10h16V9H4zm2 4h5v4H6v-4z\"/>\n    </g>\n</svg>\n</li><li title=\"calendar event line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17 3h4a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h4V1h2v2h6V1h2v2zm3 6V5h-3v2h-2V5H9v2H7V5H4v4h16zm0 2H4v8h16v-8zM6 13h5v4H6v-4z\"/>\n    </g>\n</svg>\n</li><li title=\"calendar fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M2 11h20v9a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-9zm15-8h4a1 1 0 0 1 1 1v5H2V4a1 1 0 0 1 1-1h4V1h2v2h6V1h2v2z\"/>\n    </g>\n</svg>\n</li><li title=\"calendar line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17 3h4a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h4V1h2v2h6V1h2v2zm-2 2H9v2H7V5H4v4h16V5h-3v2h-2V5zm5 6H4v8h16v-8z\"/>\n    </g>\n</svg>\n</li><li title=\"calendar todo fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17 3h4a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h4V1h2v2h6V1h2v2zM4 9v10h16V9H4zm2 2h2v2H6v-2zm0 4h2v2H6v-2zm4-4h8v2h-8v-2zm0 4h5v2h-5v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"calendar todo line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17 3h4a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h4V1h2v2h6V1h2v2zm-2 2H9v2H7V5H4v4h16V5h-3v2h-2V5zm5 6H4v8h16v-8zM6 14h2v2H6v-2zm4 0h8v2h-8v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"cloud fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17 7a8.003 8.003 0 0 0-7.493 5.19l1.874.703A6.002 6.002 0 0 1 23 15a6 6 0 0 1-6 6H7A6 6 0 0 1 5.008 9.339a7 7 0 0 1 13.757-2.143A8.027 8.027 0 0 0 17 7z\"/>\n    </g>\n</svg>\n</li><li title=\"cloud line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17 21H7A6 6 0 0 1 5.008 9.339a7 7 0 1 1 13.984 0A6 6 0 0 1 17 21zm0-12a5 5 0 1 0-9.994.243l.07 1.488-1.404.494A4.002 4.002 0 0 0 7 19h10a4 4 0 1 0-3.796-5.265l-1.898-.633A6.003 6.003 0 0 1 17 9z\"/>\n    </g>\n</svg>\n</li><li title=\"cloud off fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3.515 2.1l19.092 19.092-1.415 1.415-2.014-2.015A5.985 5.985 0 0 1 17 21H7A6 6 0 0 1 5.008 9.339a6.992 6.992 0 0 1 .353-2.563L2.1 3.514 3.515 2.1zM17 9a6.003 6.003 0 0 1 5.204 8.989L14.01 9.796C14.89 9.29 15.91 9 17 9zm-5-7a7.003 7.003 0 0 1 6.765 5.195 8.027 8.027 0 0 0-6.206 1.15L7.694 3.48A6.97 6.97 0 0 1 12 2z\"/>\n    </g>\n</svg>\n</li><li title=\"cloud off line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3.515 2.1l19.092 19.092-1.415 1.415-2.014-2.015A5.985 5.985 0 0 1 17 21H7A6 6 0 0 1 5.008 9.339a6.992 6.992 0 0 1 .353-2.563L2.1 3.514 3.515 2.1zM7 9c0 .081.002.163.006.243l.07 1.488-1.404.494A4.002 4.002 0 0 0 7 19h10c.186 0 .369-.013.548-.037L7.03 8.445C7.01 8.627 7 8.812 7 9zm5-7a7 7 0 0 1 6.992 7.339 6.003 6.003 0 0 1 3.212 8.65l-1.493-1.493a3.999 3.999 0 0 0-5.207-5.206L14.01 9.795C14.891 9.29 15.911 9 17 9a5 5 0 0 0-7.876-4.09l-1.43-1.43A6.97 6.97 0 0 1 12 2z\"/>\n    </g>\n</svg>\n</li><li title=\"copyleft fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M12 22C6.48 22 2 17.52 2 12S6.48 2 12 2s10 4.48 10 10-4.48 10-10 10zm0-5c2.76 0 5-2.24 5-5s-2.24-5-5-5c-1.82 0-3.413.973-4.288 2.428l1.715 1.028C9.952 9.583 10.907 9 12 9c1.658 0 3 1.342 3 3s-1.342 3-3 3c-1.093 0-2.05-.584-2.574-1.457l-1.714 1.03C8.587 16.026 10.18 17 12 17z\"/>\n    </g>\n</svg>\n</li><li title=\"copyleft line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M12 22C6.48 22 2 17.52 2 12S6.48 2 12 2s10 4.48 10 10-4.48 10-10 10zm0-2c4.42 0 8-3.58 8-8s-3.58-8-8-8-8 3.58-8 8 3.58 8 8 8zm0-3c-1.82 0-3.413-.973-4.288-2.428l1.714-1.029C9.951 14.416 10.907 15 12 15c1.658 0 3-1.342 3-3s-1.342-3-3-3c-1.093 0-2.048.583-2.573 1.456L7.712 9.428C8.587 7.973 10.18 7 12 7c2.76 0 5 2.24 5 5s-2.24 5-5 5z\"/>\n    </g>\n</svg>\n</li><li title=\"copyright fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 2c5.52 0 10 4.48 10 10s-4.48 10-10 10S2 17.52 2 12 6.48 2 12 2zm0 5c-2.76 0-5 2.24-5 5s2.24 5 5 5c1.82 0 3.413-.973 4.288-2.428l-1.715-1.028A3 3 0 1 1 12 9c1.093 0 2.05.584 2.574 1.457l1.714-1.03A4.999 4.999 0 0 0 12 7z\"/>\n    </g>\n</svg>\n</li><li title=\"copyright line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 2c5.52 0 10 4.48 10 10s-4.48 10-10 10S2 17.52 2 12 6.48 2 12 2zm0 2c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm0 3c1.82 0 3.413.973 4.288 2.428l-1.714 1.029A3 3 0 1 0 12 15a2.998 2.998 0 0 0 2.573-1.456l1.715 1.028A4.999 4.999 0 0 1 7 12c0-2.76 2.24-5 5-5z\"/>\n    </g>\n</svg>\n</li><li title=\"creative commons by fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm2 8h-4a1 1 0 0 0-.993.883L9 11v4h1.5v4h3v-4H15v-4a1 1 0 0 0-.883-.993L14 10zm-2-5a2 2 0 1 0 0 4 2 2 0 0 0 0-4z\"/>\n    </g>\n</svg>\n</li><li title=\"creative commons by line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm0 2a8 8 0 1 0 0 16 8 8 0 0 0 0-16zm2 6a1 1 0 0 1 1 1v4h-1.5v4h-3v-4H9v-4a1 1 0 0 1 1-1h4zm-2-5a2 2 0 1 1 0 4 2 2 0 0 1 0-4z\"/>\n    </g>\n</svg>\n</li><li title=\"creative commons fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zM9 8c-2.208 0-4 1.792-4 4a4.001 4.001 0 0 0 6.669 2.979l.159-.151-1.414-1.414a2 2 0 1 1-.125-2.943l.126.116 1.414-1.414A3.988 3.988 0 0 0 9 8zm7 0c-2.208 0-4 1.792-4 4a4.001 4.001 0 0 0 6.669 2.979l.159-.151-1.414-1.414a2 2 0 1 1-.125-2.943l.126.116 1.414-1.414A3.988 3.988 0 0 0 16 8z\"/>\n    </g>\n</svg>\n</li><li title=\"creative commons line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm0 2a8 8 0 1 0 0 16 8 8 0 0 0 0-16zM9 8c1.105 0 2.105.448 2.829 1.173l-1.414 1.414a2 2 0 1 0-.001 2.828l1.414 1.413A4.001 4.001 0 0 1 5 12c0-2.208 1.792-4 4-4zm7 0c1.105 0 2.105.448 2.829 1.173l-1.414 1.414a2 2 0 1 0-.001 2.828l1.414 1.413A4.001 4.001 0 0 1 12 12c0-2.208 1.792-4 4-4z\"/>\n    </g>\n</svg>\n</li><li title=\"creative commons nc fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4.256 5.672l3.58 3.577a2.5 2.5 0 0 0 2 3.746L10 13h4l.09.008a.5.5 0 0 1 0 .984L14 14H8.5v2H11v2h2v-2h1c.121 0 .24-.009.357-.025l.173-.031 3.798 3.8A9.959 9.959 0 0 1 12 22C6.477 22 2 17.523 2 12c0-2.4.846-4.604 2.256-6.328zM12 2c5.523 0 10 4.477 10 10 0 2.4-.846 4.604-2.256 6.328l-3.579-3.577a2.5 2.5 0 0 0-2-3.745L14 11h-4l-.09-.008a.5.5 0 0 1 0-.984L10 10h5.5V8H13V6h-2v2h-1c-.121 0-.24.009-.356.025l-.173.031-3.799-3.8A9.959 9.959 0 0 1 12 2z\"/>\n    </g>\n</svg>\n</li><li title=\"creative commons nc line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M12 2c5.523 0 10 4.477 10 10 0 2.4-.846 4.604-2.256 6.328l.034.036-1.414 1.414-.036-.034A9.959 9.959 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2zM4 12a8 8 0 0 0 12.905 6.32l-2.375-2.376A2.51 2.51 0 0 1 14 16h-1v2h-2v-2H8.5v-2H14a.5.5 0 0 0 .09-.992L14 13h-4a2.5 2.5 0 0 1-2.165-3.75L5.679 7.094A7.965 7.965 0 0 0 4 12zm8-8c-1.848 0-3.55.627-4.905 1.68L9.47 8.055A2.51 2.51 0 0 1 10 8h1V6h2v2h2.5v2H10a.5.5 0 0 0-.09.992L10 11h4a2.5 2.5 0 0 1 2.165 3.75l2.156 2.155A8 8 0 0 0 12 4z\"/>\n    </g>\n</svg>\n</li><li title=\"creative commons nd fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm4 11H8v2h8v-2zm0-4H8v2h8V9z\"/>\n    </g>\n</svg>\n</li><li title=\"creative commons nd line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm0 2a8 8 0 1 0 0 16 8 8 0 0 0 0-16zm4 9v2H8v-2h8zm0-4v2H8V9h8z\"/>\n    </g>\n</svg>\n</li><li title=\"creative commons sa fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 2c5.52 0 10 4.48 10 10s-4.48 10-10 10S2 17.52 2 12 6.48 2 12 2zm0 4C9.895 6 8.094 7.56 7.357 9.77l-.073.23H6l2.5 3 2.5-3H9.401C9.92 8.805 10.89 8 12 8c1.657 0 3 1.79 3 4s-1.343 4-3 4c-1.048 0-1.971-.717-2.508-1.803L9.402 14H7.285C7.97 16.33 9.823 18 12 18c2.761 0 5-2.686 5-6s-2.239-6-5-6z\"/>\n    </g>\n</svg>\n</li><li title=\"creative commons sa line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M12 2c5.52 0 10 4.48 10 10s-4.48 10-10 10S2 17.52 2 12 6.48 2 12 2zm0 2c-4.415 0-8 3.585-8 8s3.585 8 8 8 8-3.585 8-8-3.585-8-8-8zm0 2c2.761 0 5 2.686 5 6s-2.239 6-5 6c-2.177 0-4.029-1.67-4.715-4l2.117.001C9.92 15.196 10.89 16 12 16c1.657 0 3-1.79 3-4s-1.343-4-3-4c-1.11 0-2.08.805-2.599 2H11l-2.5 3L6 10h1.284C7.971 7.67 9.823 6 12 6z\"/>\n    </g>\n</svg>\n</li><li title=\"creative commons zero fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 2c5.52 0 10 4.48 10 10s-4.48 10-10 10S2 17.52 2 12 6.48 2 12 2zm0 4c-2.761 0-5 2.686-5 6s2.239 6 5 6 5-2.686 5-6-2.239-6-5-6zm2.325 3.472c.422.69.675 1.57.675 2.528 0 2.21-1.343 4-3 4-.378 0-.74-.093-1.073-.263l-.164-.092 3.562-6.173zM12 8c.378 0 .74.093 1.073.263l.164.092-3.562 6.173C9.253 13.838 9 12.958 9 12c0-2.21 1.343-4 3-4z\"/>\n    </g>\n</svg>\n</li><li title=\"creative commons zero line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M12 2c5.52 0 10 4.48 10 10s-4.48 10-10 10S2 17.52 2 12 6.48 2 12 2zm0 2c-4.415 0-8 3.585-8 8s3.585 8 8 8 8-3.585 8-8-3.585-8-8-8zm0 2c2.761 0 5 2.686 5 6s-2.239 6-5 6-5-2.686-5-6 2.239-6 5-6zm2.325 3.472l-3.562 6.173c.377.228.796.355 1.237.355 1.657 0 3-1.79 3-4 0-.959-.253-1.839-.675-2.528zM12 8c-1.657 0-3 1.79-3 4 0 .959.253 1.839.675 2.528l3.562-6.173A2.377 2.377 0 0 0 12 8z\"/>\n    </g>\n</svg>\n</li><li title=\"customer service 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M21 8a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-1.062A8.001 8.001 0 0 1 12 23v-2a6 6 0 0 0 6-6V9A6 6 0 1 0 6 9v7H3a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h1.062a8.001 8.001 0 0 1 15.876 0H21zM7.76 15.785l1.06-1.696A5.972 5.972 0 0 0 12 15a5.972 5.972 0 0 0 3.18-.911l1.06 1.696A7.963 7.963 0 0 1 12 17a7.963 7.963 0 0 1-4.24-1.215z\"/>\n    </g>\n</svg>\n</li><li title=\"customer service 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M19.938 8H21a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-1.062A8.001 8.001 0 0 1 12 23v-2a6 6 0 0 0 6-6V9A6 6 0 1 0 6 9v7H3a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h1.062a8.001 8.001 0 0 1 15.876 0zM3 10v4h1v-4H3zm17 0v4h1v-4h-1zM7.76 15.785l1.06-1.696A5.972 5.972 0 0 0 12 15a5.972 5.972 0 0 0 3.18-.911l1.06 1.696A7.963 7.963 0 0 1 12 17a7.963 7.963 0 0 1-4.24-1.215z\"/>\n    </g>\n</svg>\n</li><li title=\"customer service fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M22 17.002a6.002 6.002 0 0 1-4.713 5.86l-.638-1.914A4.003 4.003 0 0 0 19.465 19H17a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h2.938a8.001 8.001 0 0 0-15.876 0H7a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-5C2 6.477 6.477 2 12 2s10 4.477 10 10V17.002z\"/>\n    </g>\n</svg>\n</li><li title=\"customer service line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M22 17.002a6.002 6.002 0 0 1-4.713 5.86l-.638-1.914A4.003 4.003 0 0 0 19.465 19H17a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h2.938a8.001 8.001 0 0 0-15.876 0H7a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-5C2 6.477 6.477 2 12 2s10 4.477 10 10V17.002zM20 17v-4h-3v4h3zM4 13v4h3v-4H4z\"/>\n    </g>\n</svg>\n</li><li title=\"donut chart fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M11 2.05v3.02C7.608 5.557 5 8.475 5 12c0 3.866 3.134 7 7 7 1.572 0 3.024-.518 4.192-1.394l2.137 2.137C16.605 21.153 14.4 22 12 22 6.477 22 2 17.523 2 12c0-5.185 3.947-9.449 9-9.95zM21.95 13c-.2 2.011-.994 3.847-2.207 5.328l-2.137-2.136c.687-.916 1.153-2.006 1.323-3.192h3.022zM13.002 2.05c4.724.469 8.48 4.226 8.95 8.95h-3.022c-.438-3.065-2.863-5.49-5.928-5.929V2.049z\"/>\n    </g>\n</svg>\n</li><li title=\"donut chart line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M11 2.05v2.012C7.054 4.554 4 7.92 4 12c0 4.418 3.582 8 8 8 1.849 0 3.55-.627 4.906-1.68l1.423 1.423C16.605 21.153 14.4 22 12 22 6.477 22 2 17.523 2 12c0-5.185 3.947-9.449 9-9.95zM21.95 13c-.2 2.011-.994 3.847-2.207 5.328l-1.423-1.422c.86-1.107 1.436-2.445 1.618-3.906h2.013zM13.002 2.05c4.724.469 8.48 4.226 8.95 8.95h-2.013c-.451-3.618-3.319-6.486-6.937-6.938V2.049z\"/>\n    </g>\n</svg>\n</li><li title=\"flag 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M2 3h19.138a.5.5 0 0 1 .435.748L18 10l3.573 6.252a.5.5 0 0 1-.435.748H4v5H2V3z\"/>\n    </g>\n</svg>\n</li><li title=\"flag 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 17v5H2V3h19.138a.5.5 0 0 1 .435.748L18 10l3.573 6.252a.5.5 0 0 1-.435.748H4zM4 5v10h14.554l-2.858-5 2.858-5H4z\"/>\n    </g>\n</svg>\n</li><li title=\"flag fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 3h9.382a1 1 0 0 1 .894.553L14 5h6a1 1 0 0 1 1 1v11a1 1 0 0 1-1 1h-6.382a1 1 0 0 1-.894-.553L12 16H5v6H3V3z\"/>\n    </g>\n</svg>\n</li><li title=\"flag line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5 16v6H3V3h9.382a1 1 0 0 1 .894.553L14 5h6a1 1 0 0 1 1 1v11a1 1 0 0 1-1 1h-6.382a1 1 0 0 1-.894-.553L12 16H5zM5 5v9h8.236l1 2H19V7h-6.236l-1-2H5z\"/>\n    </g>\n</svg>\n</li><li title=\"global fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M2.05 13h5.477a17.9 17.9 0 0 0 2.925 8.88A10.005 10.005 0 0 1 2.05 13zm0-2a10.005 10.005 0 0 1 8.402-8.88A17.9 17.9 0 0 0 7.527 11H2.05zm19.9 0h-5.477a17.9 17.9 0 0 0-2.925-8.88A10.005 10.005 0 0 1 21.95 11zm0 2a10.005 10.005 0 0 1-8.402 8.88A17.9 17.9 0 0 0 16.473 13h5.478zM9.53 13h4.94A15.908 15.908 0 0 1 12 20.592 15.908 15.908 0 0 1 9.53 13zm0-2A15.908 15.908 0 0 1 12 3.408 15.908 15.908 0 0 1 14.47 11H9.53z\"/>\n    </g>\n</svg>\n</li><li title=\"global line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z\"/>\n    </g>\n</svg>\n</li><li title=\"honour fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M21 4v14.721a.5.5 0 0 1-.298.458L12 23.03 3.298 19.18A.5.5 0 0 1 3 18.72V4H1V2h22v2h-2zM8 12v2h8v-2H8zm0-4v2h8V8H8z\"/>\n    </g>\n</svg>\n</li><li title=\"honour line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M21 4v14.721a.5.5 0 0 1-.298.458L12 23.03 3.298 19.18A.5.5 0 0 1 3 18.72V4H1V2h22v2h-2zM5 4v13.745l7 3.1 7-3.1V4H5zm3 4h8v2H8V8zm0 4h8v2H8v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"inbox archive fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 3h16l2 4v13a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V7.004L4 3zm9 11v-4h-2v4H8l4 4 4-4h-3zm6.764-7l-1-2H5.237l-1 2h15.527z\"/>\n    </g>\n</svg>\n</li><li title=\"inbox archive line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 3h16l2 4v13a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V7.004L4 3zm16 6H4v10h16V9zm-.236-2l-1-2H5.237l-1 2h15.527zM13 14h3l-4 4-4-4h3v-4h2v4z\"/>\n    </g>\n</svg>\n</li><li title=\"inbox fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm6 9a3 3 0 0 0 6 0h5V5H4v7h5z\"/>\n    </g>\n</svg>\n</li><li title=\"inbox line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm17 11h-3.416a5.001 5.001 0 0 1-9.168 0H4v5h16v-5zm0-2V5H4v7h5a3 3 0 0 0 6 0h5z\"/>\n    </g>\n</svg>\n</li><li title=\"inbox unarchive fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M20 3l2 4v13a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V7.004L4 3h16zm-8 7l-4 4h3v4h2v-4h3l-4-4zm6.764-5H5.236l-.999 2h15.527l-1-2z\"/>\n    </g>\n</svg>\n</li><li title=\"inbox unarchive line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M20 3l2 4v13a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V7.004L4 3h16zm0 6H4v10h16V9zm-8 1l4 4h-3v4h-2v-4H8l4-4zm6.764-5H5.236l-.999 2h15.527l-1-2z\"/>\n    </g>\n</svg>\n</li><li title=\"line chart fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M5 3v16h16v2H3V3h2zm14.94 2.94l2.12 2.12L16 14.122l-3-3-3.94 3.94-2.12-2.122L13 6.88l3 3 3.94-3.94z\"/>\n    </g>\n</svg>\n</li><li title=\"line chart line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M5 3v16h16v2H3V3h2zm15.293 3.293l1.414 1.414L16 13.414l-3-2.999-4.293 4.292-1.414-1.414L13 7.586l3 2.999 4.293-4.292z\"/>\n    </g>\n</svg>\n</li><li title=\"links fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M13.06 8.11l1.415 1.415a7 7 0 0 1 0 9.9l-.354.353a7 7 0 0 1-9.9-9.9l1.415 1.415a5 5 0 1 0 7.071 7.071l.354-.354a5 5 0 0 0 0-7.07l-1.415-1.415 1.415-1.414zm6.718 6.011l-1.414-1.414a5 5 0 1 0-7.071-7.071l-.354.354a5 5 0 0 0 0 7.07l1.415 1.415-1.415 1.414-1.414-1.414a7 7 0 0 1 0-9.9l.354-.353a7 7 0 0 1 9.9 9.9z\"/>\n    </g>\n</svg>\n</li><li title=\"links line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M13.06 8.11l1.415 1.415a7 7 0 0 1 0 9.9l-.354.353a7 7 0 0 1-9.9-9.9l1.415 1.415a5 5 0 1 0 7.071 7.071l.354-.354a5 5 0 0 0 0-7.07l-1.415-1.415 1.415-1.414zm6.718 6.011l-1.414-1.414a5 5 0 1 0-7.071-7.071l-.354.354a5 5 0 0 0 0 7.07l1.415 1.415-1.415 1.414-1.414-1.414a7 7 0 0 1 0-9.9l.354-.353a7 7 0 0 1 9.9 9.9z\"/>\n    </g>\n</svg>\n</li><li title=\"mail add fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M22 13.341A6 6 0 0 0 14.341 21H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v9.341zm-9.94-1.658L5.648 6.238 4.353 7.762l7.72 6.555 7.581-6.56-1.308-1.513-6.285 5.439zM21 18h3v2h-3v3h-2v-3h-3v-2h3v-3h2v3z\"/>\n    </g>\n</svg>\n</li><li title=\"mail add line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M22 13h-2V7.238l-7.928 7.1L4 7.216V19h10v2H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v9zM4.511 5l7.55 6.662L19.502 5H4.511zM21 18h3v2h-3v3h-2v-3h-3v-2h3v-3h2v3z\"/>\n    </g>\n</svg>\n</li><li title=\"mail check fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M22 13.341A6 6 0 0 0 14.341 21H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v9.341zm-9.94-1.658L5.648 6.238 4.353 7.762l7.72 6.555 7.581-6.56-1.308-1.513-6.285 5.439zM19 22l-3.536-3.536 1.415-1.414L19 19.172l3.536-3.536 1.414 1.414L19 22z\"/>\n    </g>\n</svg>\n</li><li title=\"mail check line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M22 14h-2V7.238l-7.928 7.1L4 7.216V19h10v2H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v10zM4.511 5l7.55 6.662L19.502 5H4.511zM19 22l-3.536-3.536 1.415-1.414L19 19.172l3.536-3.536 1.414 1.414L19 22z\"/>\n    </g>\n</svg>\n</li><li title=\"mail close fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M22 13.341A6 6 0 0 0 14.341 21H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v9.341zm-9.94-1.658L5.648 6.238 4.353 7.762l7.72 6.555 7.581-6.56-1.308-1.513-6.285 5.439zM21.415 19l2.122 2.121-1.415 1.415L20 20.414l-2.121 2.122-1.415-1.415L18.586 19l-2.122-2.121 1.415-1.415L20 17.586l2.121-2.122 1.415 1.415L21.414 19z\"/>\n    </g>\n</svg>\n</li><li title=\"mail close line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M22 14h-2V7.238l-7.928 7.1L4 7.216V19h11v2H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v10zM4.511 5l7.55 6.662L19.502 5H4.511zm16.903 14l2.122 2.121-1.415 1.415L20 20.414l-2.121 2.122-1.415-1.415L18.586 19l-2.122-2.121 1.415-1.415L20 17.586l2.121-2.122 1.415 1.415L21.414 19z\"/>\n    </g>\n</svg>\n</li><li title=\"mail download fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M22 12.803A6 6 0 0 0 13.803 21H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v8.803zm-9.94-1.12L5.648 6.238 4.353 7.762l7.72 6.555 7.581-6.56-1.308-1.513-6.285 5.439zM20 18h3l-4 4-4-4h3v-4h2v4z\"/>\n    </g>\n</svg>\n</li><li title=\"mail download line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M20 7.238l-7.928 7.1L4 7.216V19h9v2H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v8h-2V7.238zM19.501 5H4.511l7.55 6.662L19.502 5zM20 18h3l-4 4-4-4h3v-4h2v4z\"/>\n    </g>\n</svg>\n</li><li title=\"mail fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm9.06 8.683L5.648 6.238 4.353 7.762l7.72 6.555 7.581-6.56-1.308-1.513-6.285 5.439z\"/>\n    </g>\n</svg>\n</li><li title=\"mail forbid fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M15.266 11.554l4.388-3.798-1.308-1.512-6.285 5.439-6.414-5.445-1.294 1.524 7.702 6.54A6.967 6.967 0 0 0 11 18c0 1.074.242 2.09.674 3H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v8.255A6.968 6.968 0 0 0 18 11c-.97 0-1.894.197-2.734.554zm1.44 9.154a3 3 0 0 0 4.001-4.001l-4 4zm-1.414-1.415l4.001-4a3 3 0 0 0-4.001 4.001zM18 23a5 5 0 1 1 0-10 5 5 0 0 1 0 10z\"/>\n    </g>\n</svg>\n</li><li title=\"mail forbid line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M20 7.238l-7.928 7.1L4 7.216V19h7.07a6.95 6.95 0 0 0 .604 2H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v8.255a6.972 6.972 0 0 0-2-.965V7.238zM19.501 5H4.511l7.55 6.662L19.502 5zm-2.794 15.708a3 3 0 0 0 4.001-4.001l-4.001 4zm-1.415-1.415l4.001-4a3 3 0 0 0-4.001 4.001zM18 23a5 5 0 1 1 0-10 5 5 0 0 1 0 10z\"/>\n    </g>\n</svg>\n</li><li title=\"mail line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm17 4.238l-7.928 7.1L4 7.216V19h16V7.238zM4.511 5l7.55 6.662L19.502 5H4.511z\"/>\n    </g>\n</svg>\n</li><li title=\"mail lock fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M22 12a5.002 5.002 0 0 0-7.9 3H13v6H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v8zm-9.94-.317L5.648 6.238 4.353 7.762l7.72 6.555 7.581-6.56-1.308-1.513-6.285 5.439zM22 17h1v5h-8v-5h1v-1a3 3 0 0 1 6 0v1zm-2 0v-1a1 1 0 0 0-2 0v1h2z\"/>\n    </g>\n</svg>\n</li><li title=\"mail lock line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M20 7.238l-7.928 7.1L4 7.216V19h9v2H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v7h-2V7.238zM19.501 5H4.511l7.55 6.662L19.502 5zM22 17h1v5h-8v-5h1v-1a3 3 0 0 1 6 0v1zm-2 0v-1a1 1 0 0 0-2 0v1h2z\"/>\n    </g>\n</svg>\n</li><li title=\"mail open fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M2.243 6.854L11.49 1.31a1 1 0 0 1 1.029 0l9.238 5.545a.5.5 0 0 1 .243.429V20a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V7.283a.5.5 0 0 1 .243-.429zm16.103 1.39l-6.285 5.439-6.414-5.445-1.294 1.524 7.72 6.555 7.581-6.56-1.308-1.513z\"/>\n    </g>\n</svg>\n</li><li title=\"mail open line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M2.243 6.854L11.49 1.31a1 1 0 0 1 1.029 0l9.238 5.545a.5.5 0 0 1 .243.429V20a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V7.283a.5.5 0 0 1 .243-.429zM4 8.133V19h16V8.132l-7.996-4.8L4 8.132zm8.06 5.565l5.296-4.463 1.288 1.53-6.57 5.537-6.71-5.53 1.272-1.544 5.424 4.47z\"/>\n    </g>\n</svg>\n</li><li title=\"mail send fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M2 5.5V3.993A1 1 0 0 1 2.992 3h18.016c.548 0 .992.445.992.993v16.014a1 1 0 0 1-.992.993H2.992A.993.993 0 0 1 2 20.007V19h18V7.3l-8 7.2-10-9zM0 10h5v2H0v-2zm0 5h8v2H0v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"mail send line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M22 20.007a1 1 0 0 1-.992.993H2.992A.993.993 0 0 1 2 20.007V19h18V7.3l-8 7.2-10-9V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v16.007zM4.434 5L12 11.81 19.566 5H4.434zM0 15h8v2H0v-2zm0-5h5v2H0v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"mail settings fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M22 13.341A6 6 0 0 0 14.341 21H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v9.341zm-9.94-1.658L5.648 6.238 4.353 7.762l7.72 6.555 7.581-6.56-1.308-1.513-6.285 5.439zm4.99 7.865a3.017 3.017 0 0 1 0-1.096l-1.014-.586 1-1.732 1.014.586c.278-.238.599-.425.95-.55V15h2v1.17c.351.125.672.312.95.55l1.014-.586 1 1.732-1.014.586a3.017 3.017 0 0 1 0 1.096l1.014.586-1 1.732-1.014-.586a2.997 2.997 0 0 1-.95.55V23h-2v-1.17a2.997 2.997 0 0 1-.95-.55l-1.014.586-1-1.732 1.014-.586zM20 20a1 1 0 1 0 0-2 1 1 0 0 0 0 2z\"/>\n    </g>\n</svg>\n</li><li title=\"mail settings line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M20 7.238l-7.928 7.1L4 7.216V19h10v2H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v9h-2V7.238zM19.501 5H4.511l7.55 6.662L19.502 5zM17.05 19.548a3.017 3.017 0 0 1 0-1.096l-1.014-.586 1-1.732 1.014.586c.278-.238.599-.425.95-.55V15h2v1.17c.351.125.672.312.95.55l1.014-.586 1 1.732-1.014.586a3.017 3.017 0 0 1 0 1.096l1.014.586-1 1.732-1.014-.586a2.997 2.997 0 0 1-.95.55V23h-2v-1.17a2.997 2.997 0 0 1-.95-.55l-1.014.586-1-1.732 1.014-.586zM20 20a1 1 0 1 0 0-2 1 1 0 0 0 0 2z\"/>\n    </g>\n</svg>\n</li><li title=\"mail star fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M22 14.044A6 6 0 0 0 13.689 21H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v10.044zm-9.94-2.361L5.648 6.238 4.353 7.762l7.72 6.555 7.581-6.56-1.308-1.513-6.285 5.439zM19.5 21.75l-2.645 1.39.505-2.945-2.14-2.086 2.957-.43L19.5 15l1.323 2.68 2.957.43-2.14 2.085.505 2.946L19.5 21.75z\"/>\n    </g>\n</svg>\n</li><li title=\"mail star line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M22 13h-2V7.238l-7.928 7.1L4 7.216V19h10v2H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v9zM4.511 5l7.55 6.662L19.502 5H4.511zM19.5 21.75l-2.645 1.39.505-2.945-2.14-2.086 2.957-.43L19.5 15l1.323 2.68 2.957.43-2.14 2.085.505 2.946L19.5 21.75z\"/>\n    </g>\n</svg>\n</li><li title=\"mail unread fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M18.803 8.493A5.023 5.023 0 0 0 22 8.9V20a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h13.1c-.066.323-.1.658-.1 1a4.98 4.98 0 0 0 1.193 3.241l-5.132 4.442-6.414-5.445-1.294 1.524 7.72 6.555 6.73-5.824zM21 7a3 3 0 1 1 0-6 3 3 0 0 1 0 6z\"/>\n    </g>\n</svg>\n</li><li title=\"mail unread line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M16.1 3a5.023 5.023 0 0 0 0 2H4.511l7.55 6.662 5.049-4.52c.426.527.958.966 1.563 1.285l-6.601 5.911L4 7.216V19h16V8.9a5.023 5.023 0 0 0 2 0V20a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h13.1zM21 7a3 3 0 1 1 0-6 3 3 0 0 1 0 6z\"/>\n    </g>\n</svg>\n</li><li title=\"mail volume fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M20 14.5v9L16.667 21H14v-4h2.667L20 14.5zM21 3a1 1 0 0 1 1 1v10.529A6 6 0 0 0 12.34 21L3.002 21a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h18zm0 14a2 2 0 0 1 .15 3.995L21 21v-4zM5.647 6.238L4.353 7.762l7.72 6.555 7.581-6.56-1.308-1.513-6.286 5.438-6.413-5.444z\"/>\n    </g>\n</svg>\n</li><li title=\"mail volume line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M20 14.5v9L16.667 21H14v-4h2.667L20 14.5zM21 3a1 1 0 0 1 1 1v9h-2V7.237l-7.928 7.101L4 7.215V19h8v2H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h18zm0 14a2 2 0 0 1 .15 3.995L21 21v-4zM19.5 5H4.511l7.55 6.662L19.5 5z\"/>\n    </g>\n</svg>\n</li><li title=\"medal 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 8.5l2.116 5.088 5.492.44-4.184 3.584 1.278 5.36L12 20.1l-4.702 2.872 1.278-5.36-4.184-3.584 5.492-.44L12 8.5zM8 2v9H6V2h2zm10 0v9h-2V2h2zm-5 0v5h-2V2h2z\"/>\n    </g>\n</svg>\n</li><li title=\"medal 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M12 8.5l2.116 5.088 5.492.44-4.184 3.584 1.278 5.36L12 20.1l-4.702 2.872 1.278-5.36-4.184-3.584 5.492-.44L12 8.5zm0 5.207l-.739 1.777-1.916.153 1.46 1.251-.447 1.871L12 17.756l1.641 1.003-.446-1.87 1.459-1.252-1.915-.153L12 13.707zM8 2v9H6V2h2zm10 0v9h-2V2h2zm-5 0v5h-2V2h2z\"/>\n    </g>\n</svg>\n</li><li title=\"medal fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 7a8 8 0 1 1 0 16 8 8 0 0 1 0-16zm0 3.5l-1.323 2.68-2.957.43 2.14 2.085-.505 2.946L12 17.25l2.645 1.39-.505-2.945 2.14-2.086-2.957-.43L12 10.5zm1-8.501L18 2v3l-1.363 1.138A9.935 9.935 0 0 0 13 5.049L13 2zm-2 0v3.05a9.935 9.935 0 0 0-3.636 1.088L6 5V2l5-.001z\"/>\n    </g>\n</svg>\n</li><li title=\"medal line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M12 7a8 8 0 1 1 0 16 8 8 0 0 1 0-16zm0 2a6 6 0 1 0 0 12 6 6 0 0 0 0-12zm0 1.5l1.323 2.68 2.957.43-2.14 2.085.505 2.946L12 17.25l-2.645 1.39.505-2.945-2.14-2.086 2.957-.43L12 10.5zM18 2v3l-1.363 1.138A9.935 9.935 0 0 0 13 5.049L13 2 18 2zm-7-.001v3.05a9.935 9.935 0 0 0-3.636 1.088L6 5V2l5-.001z\"/>\n    </g>\n</svg>\n</li><li title=\"pie chart 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M11 2.05V13h10.95c-.501 5.053-4.765 9-9.95 9-5.523 0-10-4.477-10-10 0-5.185 3.947-9.449 9-9.95zm2-1.507C18.553 1.02 22.979 5.447 23.457 11H13V.543z\"/>\n    </g>\n</svg>\n</li><li title=\"pie chart 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M11 .543c.33-.029.663-.043 1-.043C18.351.5 23.5 5.649 23.5 12c0 .337-.014.67-.043 1h-1.506c-.502 5.053-4.766 9-9.951 9-5.523 0-10-4.477-10-10 0-5.185 3.947-9.449 9-9.95V.542zM11 13V4.062A8.001 8.001 0 0 0 12 20a8.001 8.001 0 0 0 7.938-7H11zm10.448-2A9.503 9.503 0 0 0 13 2.552V11h8.448z\"/>\n    </g>\n</svg>\n</li><li title=\"pie chart box fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm13.9 10H11V7.1a5.002 5.002 0 0 0 1 9.9 5.002 5.002 0 0 0 4.9-4zm0-2A5.006 5.006 0 0 0 13 7.1V11h3.9z\"/>\n    </g>\n</svg>\n</li><li title=\"pie chart box line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h16V5H4zm12.9 8A5.002 5.002 0 0 1 7 12a5.002 5.002 0 0 1 4-4.9V13h5.9zm0-2H13V7.1a5.006 5.006 0 0 1 3.9 3.9z\"/>\n    </g>\n</svg>\n</li><li title=\"pie chart fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M11 2.05V13h10.95c-.501 5.053-4.765 9-9.95 9-5.523 0-10-4.477-10-10 0-5.185 3.947-9.449 9-9.95zm2 0A10.003 10.003 0 0 1 21.95 11H13V2.05z\"/>\n    </g>\n</svg>\n</li><li title=\"pie chart line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12c0-4.478 2.943-8.268 7-9.542v2.124A8.003 8.003 0 0 0 12 20a8.003 8.003 0 0 0 7.418-5h2.124c-1.274 4.057-5.064 7-9.542 7zm9.95-9H11V2.05c.329-.033.663-.05 1-.05 5.523 0 10 4.477 10 10 0 .337-.017.671-.05 1zM13 4.062V11h6.938A8.004 8.004 0 0 0 13 4.062z\"/>\n    </g>\n</svg>\n</li><li title=\"printer cloud fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M10.566 17A4.737 4.737 0 0 0 10 19.25c0 1.023.324 1.973.877 2.75H7v-5h3.566zm6.934-4a3.5 3.5 0 0 1 3.5 3.5l-.001.103a2.75 2.75 0 0 1-.581 5.392L20.25 22h-5.5l-.168-.005a2.75 2.75 0 0 1-.579-5.392L14 16.5a3.5 3.5 0 0 1 3.5-3.5zM21 8a1 1 0 0 1 1 1l.001 4.346A5.482 5.482 0 0 0 17.5 11l-.221.004A5.503 5.503 0 0 0 12.207 15H5v5H3a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h18zM8 10H5v2h3v-2zm9-8a1 1 0 0 1 1 1v3H6V3a1 1 0 0 1 1-1h10z\"/>\n    </g>\n</svg>\n</li><li title=\"printer cloud line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17 2a1 1 0 0 1 1 1v4h3a1 1 0 0 1 1 1l.001 5.346a5.516 5.516 0 0 0-2-1.745L20 9H4v8h2v-1a1 1 0 0 1 1-1h5.207l-.071.283-.03.02A4.763 4.763 0 0 0 10.567 17L8 17v3h2.06a4.73 4.73 0 0 0 .817 2H7a1 1 0 0 1-1-1v-2H3a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1h3V3a1 1 0 0 1 1-1h10zm.5 11a3.5 3.5 0 0 1 3.5 3.5l-.001.103a2.75 2.75 0 0 1-.581 5.392L20.25 22h-5.5l-.168-.005a2.75 2.75 0 0 1-.579-5.392L14 16.5a3.5 3.5 0 0 1 3.5-3.5zm0 2a1.5 1.5 0 0 0-1.473 1.215l-.02.14L16 16.5v1.62l-1.444.406a.75.75 0 0 0 .08 1.466l.109.008h5.51a.75.75 0 0 0 .19-1.474l-1.013-.283L19 18.12V16.5l-.007-.144A1.5 1.5 0 0 0 17.5 15zM8 10v2H5v-2h3zm8-6H8v3h8V4z\"/>\n    </g>\n</svg>\n</li><li title=\"printer fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M7 17h10v5H7v-5zm12 3v-5H5v5H3a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1h-2zM5 10v2h3v-2H5zm2-8h10a1 1 0 0 1 1 1v3H6V3a1 1 0 0 1 1-1z\"/>\n    </g>\n</svg>\n</li><li title=\"printer line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6 19H3a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1h3V3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v4h3a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1h-3v2a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1v-2zm0-2v-1a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v1h2V9H4v8h2zM8 4v3h8V4H8zm0 13v3h8v-3H8zm-3-7h3v2H5v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"profile fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M2 3.993A1 1 0 0 1 2.992 3h18.016c.548 0 .992.445.992.993v16.014a1 1 0 0 1-.992.993H2.992A.993.993 0 0 1 2 20.007V3.993zM6 15v2h12v-2H6zm0-8v6h6V7H6zm8 0v2h4V7h-4zm0 4v2h4v-2h-4zM8 9h2v2H8V9z\"/>\n    </g>\n</svg>\n</li><li title=\"profile line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M2 3.993A1 1 0 0 1 2.992 3h18.016c.548 0 .992.445.992.993v16.014a1 1 0 0 1-.992.993H2.992A.993.993 0 0 1 2 20.007V3.993zM4 5v14h16V5H4zm2 2h6v6H6V7zm2 2v2h2V9H8zm-2 6h12v2H6v-2zm8-8h4v2h-4V7zm0 4h4v2h-4v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"projector 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M22 19v2h-2v-2H4v2H2v-2a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h9.81a6.481 6.481 0 0 1 4.69-2c1.843 0 3.507.767 4.69 2H22a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1zm-5.5-5a4.5 4.5 0 1 0 0-9 4.5 4.5 0 0 0 0 9zm0-2a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5zM4 13v2h2v-2H4zm4 0v2h2v-2H8z\"/>\n    </g>\n</svg>\n</li><li title=\"projector 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M22 19v2h-2v-2H4v2H2v-2a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h10.528A5.985 5.985 0 0 1 17 3c1.777 0 3.374.773 4.472 2H22a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1zM11.341 7H3v10h18v-3.528A6 6 0 0 1 11.341 7zM17 13a4 4 0 1 0 0-8 4 4 0 0 0 0 8zM5 13h2v2H5v-2zm3 0h2v2H8v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"projector fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M11.112 12a4.502 4.502 0 0 0 8.776 0H22v8a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-8h9.112zM5 16h2v2H5v-2zm10.5-2.5a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5zM11.112 10H2V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v6h-2.112a4.502 4.502 0 0 0-8.776 0z\"/>\n    </g>\n</svg>\n</li><li title=\"projector line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm8.126 9H4v7h16v-7h-1.126a4.002 4.002 0 0 1-7.748 0zm0-2a4.002 4.002 0 0 1 7.748 0H20V5H4v5h7.126zM15 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm-9 2h2v2H6v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"record mail fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M9.743 15h4.514a5.5 5.5 0 1 1 4.243 2h-13a5.5 5.5 0 1 1 4.243-2zM5.5 13a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm13 0a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z\"/>\n    </g>\n</svg>\n</li><li title=\"record mail line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M14.257 15a5.5 5.5 0 1 1 4.243 2h-13a5.5 5.5 0 1 1 4.243-2h4.514zM5.5 15a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7zm13 0a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7z\"/>\n    </g>\n</svg>\n</li><li title=\"registered fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm.5 5H8v10h2v-3h2.217l2.18 3h2.472l-2.55-3.51a3.5 3.5 0 0 0-1.627-6.486l-.192-.004zm0 2a1.5 1.5 0 0 1 1.493 1.356L14 10.5l-.007.144a1.5 1.5 0 0 1-1.349 1.35L12.5 12H10V9h2.5z\"/>\n    </g>\n</svg>\n</li><li title=\"registered line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm0 2a8 8 0 1 0 0 16 8 8 0 0 0 0-16zm.5 3a3.5 3.5 0 0 1 1.82 6.49L16.868 17h-2.472l-2.18-3H10v3H8V7h4.5zm0 2H10v3h2.5a1.5 1.5 0 0 0 1.493-1.356L14 10.5A1.5 1.5 0 0 0 12.5 9z\"/>\n    </g>\n</svg>\n</li><li title=\"reply all fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M14 4.5V9c5.523 0 10 4.477 10 10 0 .273-.01.543-.032.81-1.463-2.774-4.33-4.691-7.655-4.805L16 15h-2v4.5L6 12l8-7.5zm-6 0v2.737L2.92 12l5.079 4.761L8 19.5 0 12l8-7.5z\"/>\n    </g>\n</svg>\n</li><li title=\"reply all line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M14 4.5V9c5.523 0 10 4.477 10 10 0 .273-.01.543-.032.81-1.463-2.774-4.33-4.691-7.655-4.805L16 15h-2v4.5L6 12l8-7.5zm-6 0v2.737L2.92 12l5.079 4.761L8 19.5 0 12l8-7.5zm4 4.616L8.924 12 12 14.883V13h4.034l.347.007c1.285.043 2.524.31 3.676.766C18.59 12.075 16.42 11 14 11h-2V9.116z\"/>\n    </g>\n</svg>\n</li><li title=\"reply fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M11 20L1 12l10-8v5c5.523 0 10 4.477 10 10 0 .273-.01.543-.032.81C19.46 16.95 16.458 15 13 15h-2v5z\"/>\n    </g>\n</svg>\n</li><li title=\"reply line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M11 20L1 12l10-8v5c5.523 0 10 4.477 10 10 0 .273-.01.543-.032.81-1.463-2.774-4.33-4.691-7.655-4.805L13 15h-2v5zm-2-7h4.034l.347.007c1.285.043 2.524.31 3.676.766C15.59 12.075 13.42 11 11 11H9V8.161L4.202 12 9 15.839V13z\"/>\n    </g>\n</svg>\n</li><li title=\"send plane 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 13h6v-2H3V1.846a.5.5 0 0 1 .741-.438l18.462 10.154a.5.5 0 0 1 0 .876L3.741 22.592A.5.5 0 0 1 3 22.154V13z\"/>\n    </g>\n</svg>\n</li><li title=\"send plane 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3.741 1.408l18.462 10.154a.5.5 0 0 1 0 .876L3.741 22.592A.5.5 0 0 1 3 22.154V1.846a.5.5 0 0 1 .741-.438zM5 13v6.617L18.85 12 5 4.383V11h5v2H5z\"/>\n    </g>\n</svg>\n</li><li title=\"send plane fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M1.946 9.315c-.522-.174-.527-.455.01-.634l19.087-6.362c.529-.176.832.12.684.638l-5.454 19.086c-.15.529-.455.547-.679.045L12 14l6-8-8 6-8.054-2.685z\"/>\n    </g>\n</svg>\n</li><li title=\"send plane line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M1.923 9.37c-.51-.205-.504-.51.034-.689l19.086-6.362c.529-.176.832.12.684.638l-5.454 19.086c-.15.529-.475.553-.717.07L11 13 1.923 9.37zm4.89-.2l5.636 2.255 3.04 6.082 3.546-12.41L6.812 9.17z\"/>\n    </g>\n</svg>\n</li><li title=\"service fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M14.121 10.48a1 1 0 0 0-1.414 0l-.707.706a2 2 0 1 1-2.828-2.828l5.63-5.632a6.5 6.5 0 0 1 6.377 10.568l-2.108 2.135-4.95-4.95zM3.161 4.468a6.503 6.503 0 0 1 8.009-.938L7.757 6.944a4 4 0 0 0 5.513 5.794l.144-.137 4.243 4.242-4.243 4.243a2 2 0 0 1-2.828 0L3.16 13.66a6.5 6.5 0 0 1 0-9.192z\"/>\n    </g>\n</svg>\n</li><li title=\"service line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3.161 4.469a6.5 6.5 0 0 1 8.84-.328 6.5 6.5 0 0 1 9.178 9.154l-7.765 7.79a2 2 0 0 1-2.719.102l-.11-.101-7.764-7.791a6.5 6.5 0 0 1 .34-8.826zm1.414 1.414a4.5 4.5 0 0 0-.146 6.21l.146.154L12 19.672l5.303-5.304-3.535-3.535-1.06 1.06a3 3 0 1 1-4.244-4.242l2.102-2.103a4.501 4.501 0 0 0-5.837.189l-.154.146zm8.486 2.828a1 1 0 0 1 1.414 0l4.242 4.242.708-.706a4.5 4.5 0 0 0-6.211-6.51l-.153.146-3.182 3.182a1 1 0 0 0-.078 1.327l.078.087a1 1 0 0 0 1.327.078l.087-.078 1.768-1.768z\"/>\n    </g>\n</svg>\n</li><li title=\"slideshow 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M13 17v3h5v2H6v-2h5v-3H4a1 1 0 0 1-1-1V4H2V2h20v2h-1v12a1 1 0 0 1-1 1h-7zM10 6v7l5-3.5L10 6z\"/>\n    </g>\n</svg>\n</li><li title=\"slideshow 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M13 17v3h5v2H6v-2h5v-3H4a1 1 0 0 1-1-1V4H2V2h20v2h-1v12a1 1 0 0 1-1 1h-7zm-8-2h14V4H5v11zm5-9l5 3.5-5 3.5V6z\"/>\n    </g>\n</svg>\n</li><li title=\"slideshow 3 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M13 18v2h4v2H7v-2h4v-2H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-8zM10 7.5v6l5-3-5-3z\"/>\n    </g>\n</svg>\n</li><li title=\"slideshow 3 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M13 18v2h4v2H7v-2h4v-2H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-8zM4 5v11h16V5H4zm6 2.5l5 3-5 3v-6z\"/>\n    </g>\n</svg>\n</li><li title=\"slideshow 4 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M8.17 3A3.001 3.001 0 0 1 11 1h2c1.306 0 2.417.835 2.83 2H21a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5.17zM10 9v6l5-3-5-3zm1-6a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2z\"/>\n    </g>\n</svg>\n</li><li title=\"slideshow 4 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M8.17 3A3.001 3.001 0 0 1 11 1h2c1.306 0 2.417.835 2.83 2H21a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5.17zM4 5v14h16V5h-4.17A3.001 3.001 0 0 1 13 7h-2a3.001 3.001 0 0 1-2.83-2H4zm7-2a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm-1 6l5 3-5 3V9z\"/>\n    </g>\n</svg>\n</li><li title=\"slideshow fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M13 21v2h-2v-2H3a1 1 0 0 1-1-1V6h20v14a1 1 0 0 1-1 1h-8zM8 10a3 3 0 1 0 3 3H8v-3zm5 0v2h6v-2h-6zm0 4v2h6v-2h-6zM2 3h20v2H2V3z\"/>\n    </g>\n</svg>\n</li><li title=\"slideshow line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M13 21v2h-2v-2H3a1 1 0 0 1-1-1V6h20v14a1 1 0 0 1-1 1h-8zm-9-2h16V8H4v11zm9-9h5v2h-5v-2zm0 4h5v2h-5v-2zm-4-4v3h3a3 3 0 1 1-3-3zM2 3h20v2H2V3z\"/>\n    </g>\n</svg>\n</li><li title=\"stack fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M20.083 10.5l1.202.721a.5.5 0 0 1 0 .858L12 17.65l-9.285-5.571a.5.5 0 0 1 0-.858l1.202-.721L12 15.35l8.083-4.85zm0 4.7l1.202.721a.5.5 0 0 1 0 .858l-8.77 5.262a1 1 0 0 1-1.03 0l-8.77-5.262a.5.5 0 0 1 0-.858l1.202-.721L12 20.05l8.083-4.85zM12.514 1.309l8.771 5.262a.5.5 0 0 1 0 .858L12 13 2.715 7.429a.5.5 0 0 1 0-.858l8.77-5.262a1 1 0 0 1 1.03 0z\"/>\n    </g>\n</svg>\n</li><li title=\"stack line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M20.083 15.2l1.202.721a.5.5 0 0 1 0 .858l-8.77 5.262a1 1 0 0 1-1.03 0l-8.77-5.262a.5.5 0 0 1 0-.858l1.202-.721L12 20.05l8.083-4.85zm0-4.7l1.202.721a.5.5 0 0 1 0 .858L12 17.65l-9.285-5.571a.5.5 0 0 1 0-.858l1.202-.721L12 15.35l8.083-4.85zm-7.569-9.191l8.771 5.262a.5.5 0 0 1 0 .858L12 13 2.715 7.429a.5.5 0 0 1 0-.858l8.77-5.262a1 1 0 0 1 1.03 0zM12 3.332L5.887 7 12 10.668 18.113 7 12 3.332z\"/>\n    </g>\n</svg>\n</li><li title=\"trademark fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M10 6v2H6v10H4V8H0V6h10zm2 0h2.5l3 5.196L20.5 6H23v12h-2V9.133l-3.5 6.063L14 9.135V18h-2V6z\"/>\n    </g>\n</svg>\n</li><li title=\"trademark line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M10 6v2H6v10H4V8H0V6h10zm2 0h2.5l3 5.196L20.5 6H23v12h-2V9.133l-3.5 6.063L14 9.135V18h-2V6z\"/>\n    </g>\n</svg>\n</li><li title=\"window 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm17 7H4v9h16v-9zm-5-4v2h4V6h-4z\"/>\n    </g>\n</svg>\n</li><li title=\"window 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm17 8H4v8h16v-8zm0-2V5H4v4h16zm-5-3h4v2h-4V6z\"/>\n    </g>\n</svg>\n</li><li title=\"window fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm17 7H4v9h16v-9zM5 6v2h2V6H5zm4 0v2h2V6H9z\"/>\n    </g>\n</svg>\n</li><li title=\"window line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm17 8H4v8h16v-8zm0-2V5H4v4h16zM9 6h2v2H9V6zM5 6h2v2H5V6z\"/>\n    </g>\n</svg>\n</li><li class='heading'>Communication</li><li title=\"chat 1 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M10 3h4a8 8 0 1 1 0 16v3.5c-5-2-12-5-12-11.5a8 8 0 0 1 8-8z\"/>\n    </g>\n</svg>\n</li><li title=\"chat 1 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M10 3h4a8 8 0 1 1 0 16v3.5c-5-2-12-5-12-11.5a8 8 0 0 1 8-8zm2 14h2a6 6 0 1 0 0-12h-4a6 6 0 0 0-6 6c0 3.61 2.462 5.966 8 8.48V17z\"/>\n    </g>\n</svg>\n</li><li title=\"chat 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M14.45 19L12 22.5 9.55 19H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1h-6.55z\"/>\n    </g>\n</svg>\n</li><li title=\"chat 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M14.45 19L12 22.5 9.55 19H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1h-6.55zm-1.041-2H20V5H4v12h6.591L12 19.012 13.409 17z\"/>\n    </g>\n</svg>\n</li><li title=\"chat 3 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M7.291 20.824L2 22l1.176-5.291A9.956 9.956 0 0 1 2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10a9.956 9.956 0 0 1-4.709-1.176z\"/>\n    </g>\n</svg>\n</li><li title=\"chat 3 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M7.291 20.824L2 22l1.176-5.291A9.956 9.956 0 0 1 2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10a9.956 9.956 0 0 1-4.709-1.176zm.29-2.113l.653.35A7.955 7.955 0 0 0 12 20a8 8 0 1 0-8-8c0 1.334.325 2.618.94 3.766l.349.653-.655 2.947 2.947-.655z\"/>\n    </g>\n</svg>\n</li><li title=\"chat 4 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6.455 19L2 22.5V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H6.455z\"/>\n    </g>\n</svg>\n</li><li title=\"chat 4 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5.763 17H20V5H4v13.385L5.763 17zm.692 2L2 22.5V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H6.455z\"/>\n    </g>\n</svg>\n</li><li title=\"chat check fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6.455 19L2 22.5V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H6.455zm4.838-6.879L8.818 9.646l-1.414 1.415 3.889 3.889 5.657-5.657-1.414-1.414-4.243 4.242z\"/>\n    </g>\n</svg>\n</li><li title=\"chat check line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6.455 19L2 22.5V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H6.455zm-.692-2H20V5H4v13.385L5.763 17zm5.53-4.879l4.243-4.242 1.414 1.414-5.657 5.657-3.89-3.89 1.415-1.414 2.475 2.475z\"/>\n    </g>\n</svg>\n</li><li title=\"chat delete fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6.455 19L2 22.5V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H6.455zm6.96-8l2.474-2.475-1.414-1.414L12 9.586 9.525 7.11 8.111 8.525 10.586 11 8.11 13.475l1.414 1.414L12 12.414l2.475 2.475 1.414-1.414L13.414 11z\"/>\n    </g>\n</svg>\n</li><li title=\"chat delete line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6.455 19L2 22.5V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H6.455zM4 18.385L5.763 17H20V5H4v13.385zM13.414 11l2.475 2.475-1.414 1.414L12 12.414 9.525 14.89l-1.414-1.414L10.586 11 8.11 8.525l1.414-1.414L12 9.586l2.475-2.475 1.414 1.414L13.414 11z\"/>\n    </g>\n</svg>\n</li><li title=\"chat download fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6.455 19L2 22.5V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H6.455zM13 11V7h-2v4H8l4 4 4-4h-3z\"/>\n    </g>\n</svg>\n</li><li title=\"chat download line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6.455 19L2 22.5V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H6.455zM4 18.385L5.763 17H20V5H4v13.385zM13 11h3l-4 4-4-4h3V7h2v4z\"/>\n    </g>\n</svg>\n</li><li title=\"chat follow up fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M21 3c.552 0 1 .448 1 1v14c0 .552-.448 1-1 1H6.455L2 22.5V4c0-.552.448-1 1-1h18zm-4 4h-2v8h2V7zm-6 1H9v1.999L7 10v2l2-.001V14h2v-2.001L13 12v-2l-2-.001V8z\"/>\n    </g>\n</svg>\n</li><li title=\"chat follow up line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M21 3c.552 0 1 .448 1 1v14c0 .552-.448 1-1 1H6.455L2 22.5V4c0-.552.448-1 1-1h18zm-1 2H4v13.385L5.763 17H20V5zm-3 2v8h-2V7h2zm-6 1v1.999L13 10v2l-2-.001V14H9v-2.001L7 12v-2l2-.001V8h2z\"/>\n    </g>\n</svg>\n</li><li title=\"chat forward fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6.455 19L2 22.5V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H6.455zM12 10H8v2h4v3l4-4-4-4v3z\"/>\n    </g>\n</svg>\n</li><li title=\"chat forward line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6.455 19L2 22.5V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H6.455zM4 18.385L5.763 17H20V5H4v13.385zM12 10V7l4 4-4 4v-3H8v-2h4z\"/>\n    </g>\n</svg>\n</li><li title=\"chat heart fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6.455 19L2 22.5V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H6.455zm5.563-4.3l3.359-3.359a2.25 2.25 0 0 0-3.182-3.182l-.177.177-.177-.177a2.25 2.25 0 0 0-3.182 3.182l3.359 3.359z\"/>\n    </g>\n</svg>\n</li><li title=\"chat heart line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M6.455 19L2 22.5V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H6.455zM4 18.385L5.763 17H20V5H4v13.385zm8.018-3.685L8.659 11.34a2.25 2.25 0 0 1 3.182-3.182l.177.177.177-.177a2.25 2.25 0 0 1 3.182 3.182l-3.36 3.359z\"/>\n    </g>\n</svg>\n</li><li title=\"chat history fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0L24 0 24 24 0 24z\"/>\n        <path d=\"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10c-1.702 0-3.305-.425-4.708-1.175L2 22l1.176-5.29C2.426 15.306 2 13.703 2 12 2 6.477 6.477 2 12 2zm1 5h-2v7h6v-2h-4V7z\"/>\n    </g>\n</svg>\n</li><li title=\"chat history line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0L24 0 24 24 0 24z\"/>\n        <path d=\"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10c-1.702 0-3.305-.425-4.708-1.175L2 22l1.176-5.29C2.426 15.306 2 13.703 2 12 2 6.477 6.477 2 12 2zm0 2c-4.418 0-8 3.582-8 8 0 1.335.326 2.618.94 3.766l.35.654-.656 2.946 2.948-.654.653.349c1.148.614 2.43.939 3.765.939 4.418 0 8-3.582 8-8s-3.582-8-8-8zm1 3v5h4v2h-6V7h2z\"/>\n    </g>\n</svg>\n</li><li title=\"chat new fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6.455 19L2 22.5V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H6.455zM11 10H8v2h3v3h2v-3h3v-2h-3V7h-2v3z\"/>\n    </g>\n</svg>\n</li><li title=\"chat new line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M14 3v2H4v13.385L5.763 17H20v-7h2v8a1 1 0 0 1-1 1H6.455L2 22.5V4a1 1 0 0 1 1-1h11zm5 0V0h2v3h3v2h-3v3h-2V5h-3V3h3z\"/>\n    </g>\n</svg>\n</li><li title=\"chat off fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M2.808 1.393l19.799 19.8-1.415 1.414-3.608-3.608L6.455 19 2 22.5V4c0-.17.042-.329.116-.469l-.723-.723 1.415-1.415zM21 3a1 1 0 0 1 1 1v13.785L7.214 3H21z\"/>\n    </g>\n</svg>\n</li><li title=\"chat off line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M2.808 1.393l19.799 19.8-1.415 1.414-3.608-3.608L6.455 19 2 22.5V4c0-.17.042-.329.116-.469l-.723-.723 1.415-1.415zm1.191 4.02L4 18.385 5.763 17h9.821L4 5.412zM21 3a1 1 0 0 1 1 1v13.785l-2-2V5L9.213 4.999 7.214 3H21z\"/>\n    </g>\n</svg>\n</li><li title=\"chat poll fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M21 3c.552 0 1 .448 1 1v14c0 .552-.448 1-1 1H6.455L2 22.5V4c0-.552.448-1 1-1h18zm-8 4h-2v8h2V7zm4 2h-2v6h2V9zm-8 2H7v4h2v-4z\"/>\n    </g>\n</svg>\n</li><li title=\"chat poll line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M21 3c.552 0 1 .448 1 1v14c0 .552-.448 1-1 1H6.455L2 22.5V4c0-.552.448-1 1-1h18zm-1 2H4v13.385L5.763 17H20V5zm-7 2v8h-2V7h2zm4 2v6h-2V9h2zm-8 2v4H7v-4h2z\"/>\n    </g>\n</svg>\n</li><li title=\"chat private fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0L24 0 24 24 0 24z\"/>\n        <path d=\"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10c-1.702 0-3.305-.425-4.708-1.175L2 22l1.176-5.29C2.426 15.306 2 13.703 2 12 2 6.477 6.477 2 12 2zm0 5c-1.598 0-3 1.34-3 3v1H8v5h8v-5h-1v-1c0-1.657-1.343-3-3-3zm2 6v1h-4v-1h4zm-2-4c.476 0 1 .49 1 1v1h-2v-1c0-.51.487-1 1-1z\"/>\n    </g>\n</svg>\n</li><li title=\"chat private line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0L24 0 24 24 0 24z\"/>\n        <path d=\"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10c-1.702 0-3.305-.425-4.708-1.175L2 22l1.176-5.29C2.426 15.306 2 13.703 2 12 2 6.477 6.477 2 12 2zm0 2c-4.418 0-8 3.582-8 8 0 1.335.326 2.618.94 3.766l.35.654-.656 2.946 2.948-.654.653.349c1.148.614 2.43.939 3.765.939 4.418 0 8-3.582 8-8s-3.582-8-8-8zm0 3c1.657 0 3 1.343 3 3v1h1v5H8v-5h1v-1c0-1.657 1.343-3 3-3zm2 6h-4v1h4v-1zm-2-4c-.552 0-1 .45-1 1v1h2v-1c0-.552-.448-1-1-1z\"/>\n    </g>\n</svg>\n</li><li title=\"chat quote fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M21 3c.552 0 1 .448 1 1v14c0 .552-.448 1-1 1H6.455L2 22.5V4c0-.552.448-1 1-1h18zM10.962 8.1l-.447-.688C8.728 8.187 7.5 9.755 7.5 11.505c0 .995.277 1.609.792 2.156.324.344.837.589 1.374.589.966 0 1.75-.784 1.75-1.75 0-.92-.711-1.661-1.614-1.745-.16-.015-.324-.012-.479.01v-.092c.006-.422.092-1.633 1.454-2.466l.185-.107-.447-.688zm4.553-.688c-1.787.775-3.015 2.343-3.015 4.093 0 .995.277 1.609.792 2.156.324.344.837.589 1.374.589.966 0 1.75-.784 1.75-1.75 0-.92-.711-1.661-1.614-1.745-.16-.015-.324-.012-.479.01 0-.313-.029-1.762 1.639-2.665z\"/>\n    </g>\n</svg>\n</li><li title=\"chat quote line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M21 3c.552 0 1 .448 1 1v14c0 .552-.448 1-1 1H6.455L2 22.5V4c0-.552.448-1 1-1h18zm-1 2H4v13.385L5.763 17H20V5zm-9.485 2.412l.447.688c-1.668.903-1.639 2.352-1.639 2.664.155-.02.318-.024.48-.009.902.084 1.613.825 1.613 1.745 0 .966-.784 1.75-1.75 1.75-.537 0-1.05-.245-1.374-.59-.515-.546-.792-1.16-.792-2.155 0-1.75 1.228-3.318 3.015-4.093zm5 0l.447.688c-1.668.903-1.639 2.352-1.639 2.664.155-.02.318-.024.48-.009.902.084 1.613.825 1.613 1.745 0 .966-.784 1.75-1.75 1.75-.537 0-1.05-.245-1.374-.59-.515-.546-.792-1.16-.792-2.155 0-1.75 1.228-3.318 3.015-4.093z\"/>\n    </g>\n</svg>\n</li><li title=\"chat settings fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6.455 19L2 22.5V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H6.455zm1.69-6.929l-.975.563 1 1.732.976-.563c.501.51 1.14.887 1.854 1.071V16h2v-1.126a3.996 3.996 0 0 0 1.854-1.071l.976.563 1-1.732-.975-.563a4.004 4.004 0 0 0 0-2.142l.975-.563-1-1.732-.976.563A3.996 3.996 0 0 0 13 7.126V6h-2v1.126a3.996 3.996 0 0 0-1.854 1.071l-.976-.563-1 1.732.975.563a4.004 4.004 0 0 0 0 2.142zM12 13a2 2 0 1 1 0-4 2 2 0 0 1 0 4z\"/>\n    </g>\n</svg>\n</li><li title=\"chat settings line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M22 12h-2V5H4v13.385L5.763 17H12v2H6.455L2 22.5V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v8zm-7.855 7.071a4.004 4.004 0 0 1 0-2.142l-.975-.563 1-1.732.976.563A3.996 3.996 0 0 1 17 14.126V13h2v1.126c.715.184 1.353.56 1.854 1.071l.976-.563 1 1.732-.975.563a4.004 4.004 0 0 1 0 2.142l.975.563-1 1.732-.976-.563c-.501.51-1.14.887-1.854 1.071V23h-2v-1.126a3.996 3.996 0 0 1-1.854-1.071l-.976.563-1-1.732.975-.563zM18 20a2 2 0 1 0 0-4 2 2 0 0 0 0 4z\"/>\n    </g>\n</svg>\n</li><li title=\"chat smile 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M7.291 20.824L2 22l1.176-5.291A9.956 9.956 0 0 1 2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10a9.956 9.956 0 0 1-4.709-1.176zM7 12a5 5 0 0 0 10 0h-2a3 3 0 0 1-6 0H7z\"/>\n    </g>\n</svg>\n</li><li title=\"chat smile 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M7.291 20.824L2 22l1.176-5.291A9.956 9.956 0 0 1 2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10a9.956 9.956 0 0 1-4.709-1.176zm.29-2.113l.653.35A7.955 7.955 0 0 0 12 20a8 8 0 1 0-8-8c0 1.334.325 2.618.94 3.766l.349.653-.655 2.947 2.947-.655zM7 12h2a3 3 0 0 0 6 0h2a5 5 0 0 1-10 0z\"/>\n    </g>\n</svg>\n</li><li title=\"chat smile 3 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4.929 19.071A9.969 9.969 0 0 1 2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10H2l2.929-2.929zM8 13a4 4 0 1 0 8 0H8z\"/>\n    </g>\n</svg>\n</li><li title=\"chat smile 3 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10H2l2.929-2.929A9.969 9.969 0 0 1 2 12zm4.828 8H12a8 8 0 1 0-8-8c0 2.152.851 4.165 2.343 5.657l1.414 1.414-.929.929zM8 13h8a4 4 0 1 1-8 0z\"/>\n    </g>\n</svg>\n</li><li title=\"chat smile fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6.455 19L2 22.5V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H6.455zM7 10a5 5 0 0 0 10 0h-2a3 3 0 0 1-6 0H7z\"/>\n    </g>\n</svg>\n</li><li title=\"chat smile line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6.455 19L2 22.5V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H6.455zm-.692-2H20V5H4v13.385L5.763 17zM7 10h2a3 3 0 0 0 6 0h2a5 5 0 0 1-10 0z\"/>\n    </g>\n</svg>\n</li><li title=\"chat upload fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6.455 19L2 22.5V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H6.455zM13 11h3l-4-4-4 4h3v4h2v-4z\"/>\n    </g>\n</svg>\n</li><li title=\"chat upload line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6.455 19L2 22.5V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H6.455zM4 18.385L5.763 17H20V5H4v13.385zM13 11v4h-2v-4H8l4-4 4 4h-3z\"/>\n    </g>\n</svg>\n</li><li title=\"chat voice fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4.929 19.071A9.969 9.969 0 0 1 2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10H2l2.929-2.929zM11 6v12h2V6h-2zM7 9v6h2V9H7zm8 0v6h2V9h-2z\"/>\n    </g>\n</svg>\n</li><li title=\"chat voice line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10H2l2.929-2.929A9.969 9.969 0 0 1 2 12zm4.828 8H12a8 8 0 1 0-8-8c0 2.152.851 4.165 2.343 5.657l1.414 1.414-.929.929zM11 6h2v12h-2V6zM7 9h2v6H7V9zm8 0h2v6h-2V9z\"/>\n    </g>\n</svg>\n</li><li title=\"discuss fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M16.8 19L14 22.5 11.2 19H6a1 1 0 0 1-1-1V7.103a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1V18a1 1 0 0 1-1 1h-5.2zM2 2h17v2H3v11H1V3a1 1 0 0 1 1-1z\"/>\n    </g>\n</svg>\n</li><li title=\"discuss line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M14 22.5L11.2 19H6a1 1 0 0 1-1-1V7.103a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1V18a1 1 0 0 1-1 1h-5.2L14 22.5zm1.839-5.5H21V8.103H7V17H12.161L14 19.298 15.839 17zM2 2h17v2H3v11H1V3a1 1 0 0 1 1-1z\"/>\n    </g>\n</svg>\n</li><li title=\"feedback fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6.455 19L2 22.5V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H6.455zM11 13v2h2v-2h-2zm0-6v5h2V7h-2z\"/>\n    </g>\n</svg>\n</li><li title=\"feedback line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6.455 19L2 22.5V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H6.455zM4 18.385L5.763 17H20V5H4v13.385zM11 13h2v2h-2v-2zm0-6h2v5h-2V7z\"/>\n    </g>\n</svg>\n</li><li title=\"message 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6.455 19L2 22.5V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H6.455zM7 10v2h2v-2H7zm4 0v2h2v-2h-2zm4 0v2h2v-2h-2z\"/>\n    </g>\n</svg>\n</li><li title=\"message 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6.455 19L2 22.5V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H6.455zm-.692-2H20V5H4v13.385L5.763 17zM11 10h2v2h-2v-2zm-4 0h2v2H7v-2zm8 0h2v2h-2v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"message 3 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M2 8.994A5.99 5.99 0 0 1 8 3h8c3.313 0 6 2.695 6 5.994V21H8c-3.313 0-6-2.695-6-5.994V8.994zM14 11v2h2v-2h-2zm-6 0v2h2v-2H8z\"/>\n    </g>\n</svg>\n</li><li title=\"message 3 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M2 8.994A5.99 5.99 0 0 1 8 3h8c3.313 0 6 2.695 6 5.994V21H8c-3.313 0-6-2.695-6-5.994V8.994zM20 19V8.994A4.004 4.004 0 0 0 16 5H8a3.99 3.99 0 0 0-4 3.994v6.012A4.004 4.004 0 0 0 8 19h12zm-6-8h2v2h-2v-2zm-6 0h2v2H8v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"message fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6.455 19L2 22.5V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H6.455zM8 10v2h8v-2H8z\"/>\n    </g>\n</svg>\n</li><li title=\"message line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6.455 19L2 22.5V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H6.455zm-.692-2H20V5H4v13.385L5.763 17zM8 10h8v2H8v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"question answer fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M8 18h10.237L20 19.385V9h1a1 1 0 0 1 1 1v13.5L17.545 20H9a1 1 0 0 1-1-1v-1zm-2.545-2L1 19.5V4a1 1 0 0 1 1-1h15a1 1 0 0 1 1 1v12H5.455z\"/>\n    </g>\n</svg>\n</li><li title=\"question answer line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5.455 15L1 18.5V3a1 1 0 0 1 1-1h15a1 1 0 0 1 1 1v12H5.455zm-.692-2H16V4H3v10.385L4.763 13zM8 17h10.237L20 18.385V8h1a1 1 0 0 1 1 1v13.5L17.545 19H9a1 1 0 0 1-1-1v-1z\"/>\n    </g>\n</svg>\n</li><li title=\"questionnaire fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6.455 19L2 22.5V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H6.455zM11 14v2h2v-2h-2zM8.567 8.813l1.962.393A1.5 1.5 0 1 1 12 11h-1v2h1a3.5 3.5 0 1 0-3.433-4.187z\"/>\n    </g>\n</svg>\n</li><li title=\"questionnaire line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M5.763 17H20V5H4v13.385L5.763 17zm.692 2L2 22.5V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H6.455zM11 14h2v2h-2v-2zM8.567 8.813A3.501 3.501 0 1 1 12 13h-1v-2h1a1.5 1.5 0 1 0-1.471-1.794l-1.962-.393z\"/>\n    </g>\n</svg>\n</li><li title=\"video chat fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6.455 19L2 22.5V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H6.455zM14 10.25V8H7v6h7v-2.25L17 14V8l-3 2.25z\"/>\n    </g>\n</svg>\n</li><li title=\"video chat line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M14 10.25L17 8v6l-3-2.25V14H7V8h7v2.25zM5.763 17H20V5H4v13.385L5.763 17zm.692 2L2 22.5V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H6.455z\"/>\n    </g>\n</svg>\n</li><li class='heading'>Design</li><li title=\"anticlockwise 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M14 4h2a5 5 0 0 1 5 5v4h-2V9a3 3 0 0 0-3-3h-2v3L9 5l5-4v3zm1 7v10a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V11a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1z\"/>\n    </g>\n</svg>\n</li><li title=\"anticlockwise 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M13.414 6l1.829 1.828-1.415 1.415L9.586 5 13.828.757l1.415 1.415L13.414 4H16a5 5 0 0 1 5 5v4h-2V9a3 3 0 0 0-3-3h-2.586zM15 11v10a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V11a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1zm-2 1H5v8h8v-8z\"/>\n    </g>\n</svg>\n</li><li title=\"anticlockwise fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6 10h3l-4 5-4-5h3V8a5 5 0 0 1 5-5h4v2H9a3 3 0 0 0-3 3v2zm5-1h10a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H11a1 1 0 0 1-1-1V10a1 1 0 0 1 1-1z\"/>\n    </g>\n</svg>\n</li><li title=\"anticlockwise line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M11 9h10a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H11a1 1 0 0 1-1-1V10a1 1 0 0 1 1-1zm1 2v8h8v-8h-8zm-6-.414l1.828-1.829 1.415 1.415L5 14.414.757 10.172l1.415-1.415L4 10.586V8a5 5 0 0 1 5-5h4v2H9a3 3 0 0 0-3 3v2.586z\"/>\n    </g>\n</svg>\n</li><li title=\"artboard 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6 6h12v12H6V6zm0-4h2v3H6V2zm0 17h2v3H6v-3zM2 6h3v2H2V6zm0 10h3v2H2v-2zM19 6h3v2h-3V6zm0 10h3v2h-3v-2zM16 2h2v3h-2V2zm0 17h2v3h-2v-3z\"/>\n    </g>\n</svg>\n</li><li title=\"artboard 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M8 8v8h8V8H8zM6 6h12v12H6V6zm0-4h2v3H6V2zm0 17h2v3H6v-3zM2 6h3v2H2V6zm0 10h3v2H2v-2zM19 6h3v2h-3V6zm0 10h3v2h-3v-2zM16 2h2v3h-2V2zm0 17h2v3h-2v-3z\"/>\n    </g>\n</svg>\n</li><li title=\"artboard fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M8.586 17H3v-2h18v2h-5.586l3.243 3.243-1.414 1.414L13 17.414V20h-2v-2.586l-4.243 4.243-1.414-1.414L8.586 17zM5 3h14a1 1 0 0 1 1 1v10H4V4a1 1 0 0 1 1-1z\"/>\n    </g>\n</svg>\n</li><li title=\"artboard line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M8.586 17H3v-2h18v2h-5.586l3.243 3.243-1.414 1.414L13 17.414V20h-2v-2.586l-4.243 4.243-1.414-1.414L8.586 17zM5 3h14a1 1 0 0 1 1 1v10H4V4a1 1 0 0 1 1-1zm1 2v7h12V5H6z\"/>\n    </g>\n</svg>\n</li><li title=\"ball pen fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17.849 11.808l-.707-.707-9.9 9.9H3v-4.243L14.313 5.444l5.657 5.657a1 1 0 0 1 0 1.414l-7.07 7.071-1.415-1.414 6.364-6.364zm.707-9.192l2.829 2.828a1 1 0 0 1 0 1.414L19.97 8.273 15.728 4.03l1.414-1.414a1 1 0 0 1 1.414 0z\"/>\n    </g>\n</svg>\n</li><li title=\"ball pen line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17.849 11.808l-.707-.707-9.9 9.9H3v-4.243L14.313 5.444l5.657 5.657a1 1 0 0 1 0 1.414l-7.07 7.071-1.415-1.414 6.364-6.364zm-2.121-2.121l-1.415-1.414L5 17.586v1.415h1.414l9.314-9.314zm2.828-7.071l2.829 2.828a1 1 0 0 1 0 1.414L19.97 8.273 15.728 4.03l1.414-1.414a1 1 0 0 1 1.414 0z\"/>\n    </g>\n</svg>\n</li><li title=\"blur off fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5.432 6.846L1.393 2.808l1.415-1.415 19.799 19.8-1.415 1.414-3.038-3.04A9 9 0 0 1 5.432 6.848zM8.243 4.03L12 .272l6.364 6.364a9.002 9.002 0 0 1 2.05 9.564L8.244 4.03z\"/>\n    </g>\n</svg>\n</li><li title=\"blur off line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M18.154 19.568A9 9 0 0 1 5.432 6.846L1.393 2.808l1.415-1.415 19.799 19.8-1.415 1.414-3.038-3.04zM6.847 8.262a7 7 0 0 0 9.891 9.89l-9.89-9.89zM20.414 16.2l-1.599-1.599a6.995 6.995 0 0 0-1.865-6.55L12 3.1 9.657 5.443 8.243 4.03 12 .272l6.364 6.364a9.002 9.002 0 0 1 2.05 9.564z\"/>\n    </g>\n</svg>\n</li><li title=\"brush 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M16.536 15.95l2.12-2.122-3.181-3.182 3.535-3.535-2.12-2.121-3.536 3.535-3.182-3.182L8.05 7.464l8.486 8.486zM13.354 5.697l2.828-2.829a1 1 0 0 1 1.414 0l3.536 3.536a1 1 0 0 1 0 1.414l-2.829 2.828 2.475 2.475a1 1 0 0 1 0 1.415L13 22.314a1 1 0 0 1-1.414 0l-9.9-9.9a1 1 0 0 1 0-1.414l7.778-7.778a1 1 0 0 1 1.415 0l2.475 2.475z\"/>\n    </g>\n</svg>\n</li><li title=\"brush 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M16.536 15.95l2.12-2.122-3.181-3.182 3.535-3.535-2.12-2.121-3.536 3.535-3.182-3.182L8.05 7.464l8.486 8.486zm-1.415 1.414L6.636 8.879l-2.828 2.828 8.485 8.485 2.828-2.828zM13.354 5.697l2.828-2.829a1 1 0 0 1 1.414 0l3.536 3.536a1 1 0 0 1 0 1.414l-2.829 2.828 2.475 2.475a1 1 0 0 1 0 1.415L13 22.314a1 1 0 0 1-1.414 0l-9.9-9.9a1 1 0 0 1 0-1.414l7.778-7.778a1 1 0 0 1 1.415 0l2.475 2.475z\"/>\n    </g>\n</svg>\n</li><li title=\"brush 3 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M20 11V8h-6V4h-4v4H4v3h16zm1 2v8a1 1 0 0 1-1 1H10v-6H8v6H4a1 1 0 0 1-1-1v-8H2V7a1 1 0 0 1 1-1h5V3a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v3h5a1 1 0 0 1 1 1v6h-1z\"/>\n    </g>\n</svg>\n</li><li title=\"brush 3 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M8 20v-5h2v5h9v-7H5v7h3zm-4-9h16V8h-6V4h-4v4H4v3zM3 21v-8H2V7a1 1 0 0 1 1-1h5V3a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v3h5a1 1 0 0 1 1 1v6h-1v8a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1z\"/>\n    </g>\n</svg>\n</li><li title=\"brush 4 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M20 16H4v2h16v-2zM3 14V4a1 1 0 0 1 1-1h3v8.273h2V3h11a1 1 0 0 1 1 1v10h1v5a1 1 0 0 1-1 1h-8v3h-2v-3H3a1 1 0 0 1-1-1v-5h1z\"/>\n    </g>\n</svg>\n</li><li title=\"brush 4 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M9 5v6.273H7V5H5v9h14V5H9zm11 11H4v2h16v-2zM3 14V4a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v10h1v5a1 1 0 0 1-1 1h-8v3h-2v-3H3a1 1 0 0 1-1-1v-5h1z\"/>\n    </g>\n</svg>\n</li><li title=\"brush fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M13.289 6.216l4.939-3.841a1 1 0 0 1 1.32.082l2.995 2.994a1 1 0 0 1 .082 1.321l-3.84 4.938a7.505 7.505 0 0 1-7.283 9.292C8 21.002 3.5 19.5 1 18c3.98-3 3.047-4.81 3.5-6.5 1.058-3.95 4.842-6.257 8.789-5.284zm3.413 1.879c.065.063.13.128.193.194l1.135 1.134 2.475-3.182-1.746-1.746-3.182 2.475 1.125 1.125z\"/>\n    </g>\n</svg>\n</li><li title=\"brush line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M15.456 9.678l-.142-.142a5.475 5.475 0 0 0-2.39-1.349c-2.907-.778-5.699.869-6.492 3.83-.043.16-.066.34-.104.791-.154 1.87-.594 3.265-1.8 4.68 2.26.888 4.938 1.514 6.974 1.514a5.505 5.505 0 0 0 5.31-4.078 5.497 5.497 0 0 0-1.356-5.246zM13.29 6.216l4.939-3.841a1 1 0 0 1 1.32.082l2.995 2.994a1 1 0 0 1 .082 1.321l-3.84 4.938a7.505 7.505 0 0 1-7.283 9.292C8 21.002 3.5 19.5 1 18c3.98-3 3.047-4.81 3.5-6.5 1.058-3.95 4.842-6.257 8.789-5.284zm3.413 1.879c.065.063.13.128.193.194l1.135 1.134 2.475-3.182-1.746-1.746-3.182 2.475 1.125 1.125z\"/>\n    </g>\n</svg>\n</li><li title=\"clockwise 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M10 4V1l5 4-5 4V6H8a3 3 0 0 0-3 3v4H3V9a5 5 0 0 1 5-5h2zm-1 7a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H10a1 1 0 0 1-1-1V11z\"/>\n    </g>\n</svg>\n</li><li title=\"clockwise 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M10.586 4L8.757 2.172 10.172.757 14.414 5l-4.242 4.243-1.415-1.415L10.586 6H8a3 3 0 0 0-3 3v4H3V9a5 5 0 0 1 5-5h2.586zM9 11a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H10a1 1 0 0 1-1-1V11zm2 1v8h8v-8h-8z\"/>\n    </g>\n</svg>\n</li><li title=\"clockwise fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M20 10h3l-4 5-4-5h3V8a3 3 0 0 0-3-3h-4V3h4a5 5 0 0 1 5 5v2zm-7-1a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V10a1 1 0 0 1 1-1h10z\"/>\n    </g>\n</svg>\n</li><li title=\"clockwise line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M20 10.586l1.828-1.829 1.415 1.415L19 14.414l-4.243-4.242 1.415-1.415L18 10.586V8a3 3 0 0 0-3-3h-4V3h4a5 5 0 0 1 5 5v2.586zM13 9a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V10a1 1 0 0 1 1-1h10zm-1 2H4v8h8v-8z\"/>\n    </g>\n</svg>\n</li><li title=\"collage fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M11.189 13.157L12.57 21 4 21c-.552 0-1-.448-1-1v-5.398l8.189-1.445zM20 3c.552 0 1 .448 1 1v16c0 .552-.448 1-1 1h-5.398L11.428 3H20zM9.397 3l1.444 8.188L3 12.57 3 4c0-.552.448-1 1-1h5.397z\"/>\n    </g>\n</svg>\n</li><li title=\"collage line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M20 3c.552 0 1 .448 1 1v16c0 .552-.448 1-1 1H4c-.552 0-1-.448-1-1V4c0-.552.448-1 1-1h16zm-8.811 10.158L5 14.25V19h7.218l-1.03-5.842zM19 5h-7.219l2.468 14H19V5zM9.75 5H5v7.218l5.842-1.03L9.75 5z\"/>\n    </g>\n</svg>\n</li><li title=\"compasses 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M16.33 13.5A6.988 6.988 0 0 0 19 8h2a8.987 8.987 0 0 1-3.662 7.246l2.528 4.378a2 2 0 0 1-.732 2.732l-3.527-6.108A8.97 8.97 0 0 1 12 17a8.97 8.97 0 0 1-3.607-.752l-3.527 6.108a2 2 0 0 1-.732-2.732l5.063-8.77A4.002 4.002 0 0 1 11 4.126V2h2v2.126a4.002 4.002 0 0 1 1.803 6.728L16.33 13.5zM14.6 14.502l-1.528-2.647a4.004 4.004 0 0 1-2.142 0l-1.528 2.647c.804.321 1.68.498 2.599.498.918 0 1.795-.177 2.599-.498zM12 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2z\"/>\n    </g>\n</svg>\n</li><li title=\"compasses 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M16.33 13.5A6.988 6.988 0 0 0 19 8h2a8.987 8.987 0 0 1-3.662 7.246l2.528 4.378a2 2 0 0 1-.732 2.732l-3.527-6.108A8.97 8.97 0 0 1 12 17a8.97 8.97 0 0 1-3.607-.752l-3.527 6.108a2 2 0 0 1-.732-2.732l5.063-8.77A4.002 4.002 0 0 1 11 4.126V2h2v2.126a4.002 4.002 0 0 1 1.803 6.728L16.33 13.5zM14.6 14.502l-1.528-2.647a4.004 4.004 0 0 1-2.142 0l-1.528 2.647c.804.321 1.68.498 2.599.498.918 0 1.795-.177 2.599-.498zM12 10a2 2 0 1 0 0-4 2 2 0 0 0 0 4z\"/>\n    </g>\n</svg>\n</li><li title=\"compasses fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M11 4.126V2h2v2.126a4.002 4.002 0 0 1 1.803 6.728l6.063 10.502-1.732 1-6.063-10.501a4.004 4.004 0 0 1-2.142 0L4.866 22.356l-1.732-1 6.063-10.502A4.002 4.002 0 0 1 11 4.126zM12 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2z\"/>\n    </g>\n</svg>\n</li><li title=\"compasses line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M11 4.126V2h2v2.126a4.002 4.002 0 0 1 1.803 6.728l6.063 10.502-1.732 1-6.063-10.501a4.004 4.004 0 0 1-2.142 0L4.866 22.356l-1.732-1 6.063-10.502A4.002 4.002 0 0 1 11 4.126zM12 10a2 2 0 1 0 0-4 2 2 0 0 0 0 4z\"/>\n    </g>\n</svg>\n</li><li title=\"contrast 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-6.671-5.575A8 8 0 1 0 16.425 5.328a8.997 8.997 0 0 1-2.304 8.793 8.997 8.997 0 0 1-8.792 2.304z\"/>\n    </g>\n</svg>\n</li><li title=\"contrast 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm-5-4.68a8.965 8.965 0 0 0 5.707-2.613A8.965 8.965 0 0 0 15.32 7 6 6 0 1 1 7 15.32z\"/>\n    </g>\n</svg>\n</li><li title=\"contrast drop 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5.636 6.636L12 .272l6.364 6.364a9 9 0 1 1-12.728 0zM12 3.101L7.05 8.05A6.978 6.978 0 0 0 5 13h14a6.978 6.978 0 0 0-2.05-4.95L12 3.1z\"/>\n    </g>\n</svg>\n</li><li title=\"contrast drop 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 3.1L7.05 8.05a7 7 0 1 0 9.9 0L12 3.1zm0-2.828l6.364 6.364a9 9 0 1 1-12.728 0L12 .272zM7 13h10a5 5 0 0 1-10 0z\"/>\n    </g>\n</svg>\n</li><li title=\"contrast drop fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5.636 6.636L12 .272l6.364 6.364a9 9 0 1 1-12.728 0zM7.05 8.05A7 7 0 0 0 12.004 20L12 3.1 7.05 8.05z\"/>\n    </g>\n</svg>\n</li><li title=\"contrast drop line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 3.1L7.05 8.05a7 7 0 1 0 9.9 0L12 3.1zm0-2.828l6.364 6.364a9 9 0 1 1-12.728 0L12 .272zM12 18V8a5 5 0 0 1 0 10z\"/>\n    </g>\n</svg>\n</li><li title=\"contrast fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2V4a8 8 0 1 0 0 16z\"/>\n    </g>\n</svg>\n</li><li title=\"contrast line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0-2V6a6 6 0 1 1 0 12z\"/>\n    </g>\n</svg>\n</li><li title=\"crop 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17.586 5l2.556-2.556 1.414 1.414L19 6.414V17h3v2h-3v3h-2V7H9V5h8.586zM15 17v2H6a1 1 0 0 1-1-1V7H2V5h3V2h2v15h8zM9 9h6v6H9V9z\"/>\n    </g>\n</svg>\n</li><li title=\"crop 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M8.414 17H15v2H6a1 1 0 0 1-1-1V7H2V5h3V2h2v13.586L15.586 7H9V5h8.586l2.556-2.556 1.414 1.414L19 6.414V17h3v2h-3v3h-2V8.414L8.414 17z\"/>\n    </g>\n</svg>\n</li><li title=\"crop fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M19 17h3v2h-3v3h-2v-3H6a1 1 0 0 1-1-1V7H2V5h3V2h2v3h11a1 1 0 0 1 1 1v11z\"/>\n    </g>\n</svg>\n</li><li title=\"crop line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M15 17v2H6a1 1 0 0 1-1-1V7H2V5h3V2h2v15h8zm2 5V7H9V5h9a1 1 0 0 1 1 1v11h3v2h-3v3h-2z\"/>\n    </g>\n</svg>\n</li><li title=\"drag drop fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M14 6h2v2h5a1 1 0 0 1 1 1v7.5L16 13l.036 8.062 2.223-2.15L20.041 22H9a1 1 0 0 1-1-1v-5H6v-2h2V9a1 1 0 0 1 1-1h5V6zm8 11.338V21a1 1 0 0 1-.048.307l-1.96-3.394L22 17.338zM4 14v2H2v-2h2zm0-4v2H2v-2h2zm0-4v2H2V6h2zm0-4v2H2V2h2zm4 0v2H6V2h2zm4 0v2h-2V2h2zm4 0v2h-2V2h2z\"/>\n    </g>\n</svg>\n</li><li title=\"drag drop line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M16 13l6.964 4.062-2.973.85 2.125 3.681-1.732 1-2.125-3.68-2.223 2.15L16 13zm-2-7h2v2h5a1 1 0 0 1 1 1v4h-2v-3H10v10h4v2H9a1 1 0 0 1-1-1v-5H6v-2h2V9a1 1 0 0 1 1-1h5V6zM4 14v2H2v-2h2zm0-4v2H2v-2h2zm0-4v2H2V6h2zm0-4v2H2V2h2zm4 0v2H6V2h2zm4 0v2h-2V2h2zm4 0v2h-2V2h2z\"/>\n    </g>\n</svg>\n</li><li title=\"drag move 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M18 11V8l4 4-4 4v-3h-5v5h3l-4 4-4-4h3v-5H6v3l-4-4 4-4v3h5V6H8l4-4 4 4h-3v5z\"/>\n    </g>\n</svg>\n</li><li title=\"drag move 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M11 11V5.828L9.172 7.657 7.757 6.243 12 2l4.243 4.243-1.415 1.414L13 5.828V11h5.172l-1.829-1.828 1.414-1.415L22 12l-4.243 4.243-1.414-1.415L18.172 13H13v5.172l1.828-1.829 1.415 1.414L12 22l-4.243-4.243 1.415-1.414L11 18.172V13H5.828l1.829 1.828-1.414 1.415L2 12l4.243-4.243 1.414 1.415L5.828 11z\"/>\n    </g>\n</svg>\n</li><li title=\"drag move fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22l-4-4h8l-4 4zm0-20l4 4H8l4-4zm0 12a2 2 0 1 1 0-4 2 2 0 0 1 0 4zM2 12l4-4v8l-4-4zm20 0l-4 4V8l4 4z\"/>\n    </g>\n</svg>\n</li><li title=\"drag move line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 2l4.243 4.243-1.415 1.414L12 4.828 9.172 7.657 7.757 6.243 12 2zM2 12l4.243-4.243 1.414 1.415L4.828 12l2.829 2.828-1.414 1.415L2 12zm20 0l-4.243 4.243-1.414-1.415L19.172 12l-2.829-2.828 1.414-1.415L22 12zm-10 2a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm0 8l-4.243-4.243 1.415-1.414L12 19.172l2.828-2.829 1.415 1.414L12 22z\"/>\n    </g>\n</svg>\n</li><li title=\"drop fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5.636 6.636L12 .272l6.364 6.364a9 9 0 1 1-12.728 0z\"/>\n    </g>\n</svg>\n</li><li title=\"drop line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 3.1L7.05 8.05a7 7 0 1 0 9.9 0L12 3.1zm0-2.828l6.364 6.364a9 9 0 1 1-12.728 0L12 .272z\"/>\n    </g>\n</svg>\n</li><li title=\"edit 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M9.243 19H21v2H3v-4.243l9.9-9.9 4.242 4.244L9.242 19zm5.07-13.556l2.122-2.122a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414l-2.122 2.121-4.242-4.242z\"/>\n    </g>\n</svg>\n</li><li title=\"edit 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5 19h1.414l9.314-9.314-1.414-1.414L5 17.586V19zm16 2H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L9.243 19H21v2zM15.728 6.858l1.414 1.414 1.414-1.414-1.414-1.414-1.414 1.414z\"/>\n    </g>\n</svg>\n</li><li title=\"edit box fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M16.757 3l-7.466 7.466.008 4.247 4.238-.007L21 7.243V20a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h12.757zm3.728-.9L21.9 3.516l-9.192 9.192-1.412.003-.002-1.417L20.485 2.1z\"/>\n    </g>\n</svg>\n</li><li title=\"edit box line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M16.757 3l-2 2H5v14h14V9.243l2-2V20a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h12.757zm3.728-.9L21.9 3.516l-9.192 9.192-1.412.003-.002-1.417L20.485 2.1z\"/>\n    </g>\n</svg>\n</li><li title=\"edit circle fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M16.626 3.132L9.29 10.466l.008 4.247 4.238-.007 7.331-7.332A9.957 9.957 0 0 1 22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2c1.669 0 3.242.409 4.626 1.132zm3.86-1.031l1.413 1.414-9.192 9.192-1.412.003-.002-1.417L20.485 2.1z\"/>\n    </g>\n</svg>\n</li><li title=\"edit circle line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12.684 4.029a8 8 0 1 0 7.287 7.287 7.936 7.936 0 0 0-.603-2.44l1.5-1.502A9.933 9.933 0 0 1 22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2a9.982 9.982 0 0 1 4.626 1.132l-1.501 1.5a7.941 7.941 0 0 0-2.44-.603zM20.485 2.1L21.9 3.515l-9.192 9.192-1.412.003-.002-1.417L20.485 2.1z\"/>\n    </g>\n</svg>\n</li><li title=\"edit fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M7.243 18H3v-4.243L14.435 2.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 18zM3 20h18v2H3v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"edit line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6.414 16L16.556 5.858l-1.414-1.414L5 14.586V16h1.414zm.829 2H3v-4.243L14.435 2.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 18zM3 20h18v2H3v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"eraser fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M14 19h7v2h-9l-3.998.002-6.487-6.487a1 1 0 0 1 0-1.414L12.12 2.494a1 1 0 0 1 1.415 0l7.778 7.778a1 1 0 0 1 0 1.414L14 19zm1.657-4.485l3.535-3.536-6.364-6.364-3.535 3.536 6.364 6.364z\"/>\n    </g>\n</svg>\n</li><li title=\"eraser line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M8.586 8.858l-4.95 4.95 5.194 5.194H10V19h1.172l3.778-3.778-6.364-6.364zM10 7.444l6.364 6.364 2.828-2.829-6.364-6.364L10 7.444zM14 19h7v2h-9l-3.998.002-6.487-6.487a1 1 0 0 1 0-1.414L12.12 2.494a1 1 0 0 1 1.415 0l7.778 7.778a1 1 0 0 1 0 1.414L14 19z\"/>\n    </g>\n</svg>\n</li><li title=\"focus 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 2c5.52 0 10 4.48 10 10s-4.48 10-10 10S2 17.52 2 12 6.48 2 12 2zm0 18c4.427 0 8-3.573 8-8s-3.573-8-8-8a7.99 7.99 0 0 0-8 8c0 4.427 3.573 8 8 8zm0-2c-3.32 0-6-2.68-6-6s2.68-6 6-6 6 2.68 6 6-2.68 6-6 6zm0-8c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z\"/>\n    </g>\n</svg>\n</li><li title=\"focus 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 20a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-6a4 4 0 1 0 0-8 4 4 0 0 0 0 8zm0 2a6 6 0 1 1 0-12 6 6 0 0 1 0 12zm0-4a2 2 0 1 1 0-4 2 2 0 0 1 0 4z\"/>\n    </g>\n</svg>\n</li><li title=\"focus 3 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M13 1l.001 3.062A8.004 8.004 0 0 1 19.938 11H23v2l-3.062.001a8.004 8.004 0 0 1-6.937 6.937L13 23h-2v-3.062a8.004 8.004 0 0 1-6.938-6.937L1 13v-2h3.062A8.004 8.004 0 0 1 11 4.062V1h2zm-1 9a2 2 0 1 0 0 4 2 2 0 0 0 0-4z\"/>\n    </g>\n</svg>\n</li><li title=\"focus 3 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M13 1l.001 3.062A8.004 8.004 0 0 1 19.938 11H23v2l-3.062.001a8.004 8.004 0 0 1-6.937 6.937L13 23h-2v-3.062a8.004 8.004 0 0 1-6.938-6.937L1 13v-2h3.062A8.004 8.004 0 0 1 11 4.062V1h2zm-1 5a6 6 0 1 0 0 12 6 6 0 0 0 0-12zm0 4a2 2 0 1 1 0 4 2 2 0 0 1 0-4z\"/>\n    </g>\n</svg>\n</li><li title=\"focus fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 2c5.52 0 10 4.48 10 10s-4.48 10-10 10S2 17.52 2 12 6.48 2 12 2zm0 8c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z\"/>\n    </g>\n</svg>\n</li><li title=\"focus line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 20a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-8a2 2 0 1 1 0-4 2 2 0 0 1 0 4z\"/>\n    </g>\n</svg>\n</li><li title=\"grid fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M14 10v4h-4v-4h4zm2 0h5v4h-5v-4zm-2 11h-4v-5h4v5zm2 0v-5h5v4a1 1 0 0 1-1 1h-4zM14 3v5h-4V3h4zm2 0h4a1 1 0 0 1 1 1v4h-5V3zm-8 7v4H3v-4h5zm0 11H4a1 1 0 0 1-1-1v-4h5v5zM8 3v5H3V4a1 1 0 0 1 1-1h4z\"/>\n    </g>\n</svg>\n</li><li title=\"grid line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M14 10h-4v4h4v-4zm2 0v4h3v-4h-3zm-2 9v-3h-4v3h4zm2 0h3v-3h-3v3zM14 5h-4v3h4V5zm2 0v3h3V5h-3zm-8 5H5v4h3v-4zm0 9v-3H5v3h3zM8 5H5v3h3V5zM4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1z\"/>\n    </g>\n</svg>\n</li><li title=\"hammer fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17 8V2h3a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-3zm-2 14a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1V8H2.5V6.074a1 1 0 0 1 .496-.863L8.5 2H15v20z\"/>\n    </g>\n</svg>\n</li><li title=\"hammer line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M20 2a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1h-5v13a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1V9H3.5a1 1 0 0 1-1-1V5.618a1 1 0 0 1 .553-.894L8.5 2H20zm-5 2H8.972L4.5 6.236V7H11v14h2V7h2V4zm4 0h-2v3h2V4z\"/>\n    </g>\n</svg>\n</li><li title=\"ink bottle fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M16 9l4.371 1.749c.38.151.629.52.629.928V21c0 .552-.448 1-1 1H4c-.552 0-1-.448-1-1v-9.323c0-.409.249-.777.629-.928L8 9h8zm4 5H8v5h12v-5zM16 3c.552 0 1 .448 1 1v4H7V4c0-.552.448-1 1-1h8z\"/>\n    </g>\n</svg>\n</li><li title=\"ink bottle line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M16 9l4.371 1.749c.38.151.629.52.629.928V21c0 .552-.448 1-1 1H4c-.552 0-1-.448-1-1v-9.323c0-.409.249-.777.629-.928L8 9h8zm-.385 2h-7.23L5 12.354V20h14v-1H8v-5h11v-1.646L15.615 11zM16 3c.552 0 1 .448 1 1v4H7V4c0-.552.448-1 1-1h8zm-1 2H9v1h6V5z\"/>\n    </g>\n</svg>\n</li><li title=\"input method fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm5.869 12h4.262l.82 2h2.216L13 7h-2L6.833 17H9.05l.82-2zm.82-2L12 9.8l1.311 3.2H10.69z\"/>\n    </g>\n</svg>\n</li><li title=\"input method line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5 5v14h14V5H5zM4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm5.869 12l-.82 2H6.833L11 7h2l4.167 10H14.95l-.82-2H9.87zm.82-2h2.622L12 9.8 10.689 13z\"/>\n    </g>\n</svg>\n</li><li title=\"layout 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M11 3v18H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h7zm10 10v7a1 1 0 0 1-1 1h-7v-8h8zM20 3a1 1 0 0 1 1 1v7h-8V3h7z\"/>\n    </g>\n</svg>\n</li><li title=\"layout 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M21 20a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v16zM11 5H5v14h6V5zm8 8h-6v6h6v-6zm0-8h-6v6h6V5z\"/>\n    </g>\n</svg>\n</li><li title=\"layout 3 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M8 10v11H4a1 1 0 0 1-1-1V10h5zm13 0v10a1 1 0 0 1-1 1H10V10h11zm-1-7a1 1 0 0 1 1 1v4H3V4a1 1 0 0 1 1-1h16z\"/>\n    </g>\n</svg>\n</li><li title=\"layout 3 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M4 21a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4zm4-11H5v9h3v-9zm11 0h-9v9h9v-9zm0-5H5v3h14V5z\"/>\n    </g>\n</svg>\n</li><li title=\"layout 4 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M11 13v8H4a1 1 0 0 1-1-1v-7h8zm2-10h7a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1h-7V3zM3 4a1 1 0 0 1 1-1h7v8H3V4z\"/>\n    </g>\n</svg>\n</li><li title=\"layout 4 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M20 3a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h16zm-9 10H5v6h6v-6zm2 6h6V5h-6v14zM11 5H5v6h6V5z\"/>\n    </g>\n</svg>\n</li><li title=\"layout 5 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M7 10v11H3a1 1 0 0 1-1-1V10h5zm15 0v10a1 1 0 0 1-1 1H9V10h13zm-1-7a1 1 0 0 1 1 1v4H2V4a1 1 0 0 1 1-1h18z\"/>\n    </g>\n</svg>\n</li><li title=\"layout 5 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M3 21a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3zm4-11H4v9h3v-9zm13 0H9v9h11v-9zm0-5H4v3h16V5z\"/>\n    </g>\n</svg>\n</li><li title=\"layout 6 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M15 10v11H3a1 1 0 0 1-1-1V10h13zm7 0v10a1 1 0 0 1-1 1h-4V10h5zm-1-7a1 1 0 0 1 1 1v4H2V4a1 1 0 0 1 1-1h18z\"/>\n    </g>\n</svg>\n</li><li title=\"layout 6 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M3 21a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3zm12-11H4v9h11v-9zm5 0h-3v9h3v-9zm0-5H4v3h16V5z\"/>\n    </g>\n</svg>\n</li><li title=\"layout bottom 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M21 3a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h18zm-2 13H5v2h14v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"layout bottom 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M21 3a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h18zm-1 2H4v14h16V5zm-2 10v2H6v-2h12z\"/>\n    </g>\n</svg>\n</li><li title=\"layout bottom fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M22 16v4a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-4h20zM21 3a1 1 0 0 1 1 1v10H2V4a1 1 0 0 1 1-1h18z\"/>\n    </g>\n</svg>\n</li><li title=\"layout bottom line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M21 3a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h18zM4 16v3h16v-3H4zm0-2h16V5H4v9z\"/>\n    </g>\n</svg>\n</li><li title=\"layout column fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M12 5v14h7V5h-7zM4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1z\"/>\n    </g>\n</svg>\n</li><li title=\"layout column line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M11 5H5v14h6V5zm2 0v14h6V5h-6zM4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1z\"/>\n    </g>\n</svg>\n</li><li title=\"layout fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M16 21V10h5v10a1 1 0 0 1-1 1h-4zm-2 0H4a1 1 0 0 1-1-1V10h11v11zm7-13H3V4a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v4z\"/>\n    </g>\n</svg>\n</li><li title=\"layout grid fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M22 12.999V20a1 1 0 0 1-1 1h-8v-8.001h9zm-11 0V21H3a1 1 0 0 1-1-1v-7.001h9zM11 3v7.999H2V4a1 1 0 0 1 1-1h8zm10 0a1 1 0 0 1 1 1v6.999h-9V3h8z\"/>\n    </g>\n</svg>\n</li><li title=\"layout grid line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M21 3a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h18zM11 13H4v6h7v-6zm9 0h-7v6h7v-6zm-9-8H4v6h7V5zm9 0h-7v6h7V5z\"/>\n    </g>\n</svg>\n</li><li title=\"layout left 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M21 3a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h18zM7 6H5v12h2V6z\"/>\n    </g>\n</svg>\n</li><li title=\"layout left 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M21 3a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h18zm-1 2H4v14h16V5zM8 7v10H6V7h2z\"/>\n    </g>\n</svg>\n</li><li title=\"layout left fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M21 3a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H9V3h12zM7 21H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h4v18z\"/>\n    </g>\n</svg>\n</li><li title=\"layout left line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M21 3a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h18zM7 5H4v14h3V5zm13 0H9v14h11V5z\"/>\n    </g>\n</svg>\n</li><li title=\"layout line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5 8h14V5H5v3zm9 11v-9H5v9h9zm2 0h3v-9h-3v9zM4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1z\"/>\n    </g>\n</svg>\n</li><li title=\"layout masonry fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M22 9.999V20a1 1 0 0 1-1 1h-8V9.999h9zm-11 6V21H3a1 1 0 0 1-1-1v-4.001h9zM11 3v10.999H2V4a1 1 0 0 1 1-1h8zm10 0a1 1 0 0 1 1 1v3.999h-9V3h8z\"/>\n    </g>\n</svg>\n</li><li title=\"layout masonry line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M22 20a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v16zm-11-5H4v4h7v-4zm9-4h-7v8h7v-8zm-9-6H4v8h7V5zm9 0h-7v4h7V5z\"/>\n    </g>\n</svg>\n</li><li title=\"layout right 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M21 3a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h18zm-2 3h-2v12h2V6z\"/>\n    </g>\n</svg>\n</li><li title=\"layout right 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M21 3a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h18zm-1 2H4v14h16V5zm-2 2v10h-2V7h2z\"/>\n    </g>\n</svg>\n</li><li title=\"layout right fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M21 3a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1h-4V3h4zm-6 18H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h12v18z\"/>\n    </g>\n</svg>\n</li><li title=\"layout right line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M21 3a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h18zm-6 2H4v14h11V5zm5 0h-3v14h3V5z\"/>\n    </g>\n</svg>\n</li><li title=\"layout row fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M19 12H5v7h14v-7zM4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1z\"/>\n    </g>\n</svg>\n</li><li title=\"layout row line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M19 11V5H5v6h14zm0 2H5v6h14v-6zM4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1z\"/>\n    </g>\n</svg>\n</li><li title=\"layout top 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M21 3a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h18zm-2 3H5v2h14V6z\"/>\n    </g>\n</svg>\n</li><li title=\"layout top 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M21 3a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h18zm-1 2H4v14h16V5zm-2 2v2H6V7h12z\"/>\n    </g>\n</svg>\n</li><li title=\"layout top fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M22 10v10a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V10h20zm-1-7a1 1 0 0 1 1 1v4H2V4a1 1 0 0 1 1-1h18z\"/>\n    </g>\n</svg>\n</li><li title=\"layout top line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M21 3a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h18zM4 10v9h16v-9H4zm0-2h16V5H4v3z\"/>\n    </g>\n</svg>\n</li><li title=\"magic fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M15.224 15.508l-2.213 4.65a.6.6 0 0 1-.977.155l-3.542-3.739a.6.6 0 0 0-.357-.182l-5.107-.668a.6.6 0 0 1-.449-.881l2.462-4.524a.6.6 0 0 0 .062-.396L4.16 4.86a.6.6 0 0 1 .7-.7l5.063.943a.6.6 0 0 0 .396-.062l4.524-2.462a.6.6 0 0 1 .881.45l.668 5.106a.6.6 0 0 0 .182.357l3.739 3.542a.6.6 0 0 1-.155.977l-4.65 2.213a.6.6 0 0 0-.284.284zm.797 1.927l1.414-1.414 4.243 4.242-1.415 1.415-4.242-4.243z\"/>\n    </g>\n</svg>\n</li><li title=\"magic line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M15.199 9.945a2.6 2.6 0 0 1-.79-1.551l-.403-3.083-2.73 1.486a2.6 2.6 0 0 1-1.72.273L6.5 6.5l.57 3.056a2.6 2.6 0 0 1-.273 1.72l-1.486 2.73 3.083.403a2.6 2.6 0 0 1 1.55.79l2.138 2.257 1.336-2.807a2.6 2.6 0 0 1 1.23-1.231l2.808-1.336-2.257-2.137zm.025 5.563l-2.213 4.65a.6.6 0 0 1-.977.155l-3.542-3.739a.6.6 0 0 0-.357-.182l-5.107-.668a.6.6 0 0 1-.449-.881l2.462-4.524a.6.6 0 0 0 .062-.396L4.16 4.86a.6.6 0 0 1 .7-.7l5.063.943a.6.6 0 0 0 .396-.062l4.524-2.462a.6.6 0 0 1 .881.45l.668 5.106a.6.6 0 0 0 .182.357l3.739 3.542a.6.6 0 0 1-.155.977l-4.65 2.213a.6.6 0 0 0-.284.284zm.797 1.927l1.414-1.414 4.243 4.242-1.415 1.415-4.242-4.243z\"/>\n    </g>\n</svg>\n</li><li title=\"mark pen fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M15.95 2.393l5.657 5.657a1 1 0 0 1 0 1.414l-7.779 7.779-2.12.707-1.415 1.414a1 1 0 0 1-1.414 0l-4.243-4.243a1 1 0 0 1 0-1.414l1.414-1.414.707-2.121 7.779-7.779a1 1 0 0 1 1.414 0zm.707 3.536l-6.364 6.364 1.414 1.414 6.364-6.364-1.414-1.414zM4.282 16.889l2.829 2.829-1.414 1.414-4.243-1.414 2.828-2.829z\"/>\n    </g>\n</svg>\n</li><li title=\"mark pen line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M15.243 4.515l-6.738 6.737-.707 2.121-1.04 1.041 2.828 2.829 1.04-1.041 2.122-.707 6.737-6.738-4.242-4.242zm6.364 3.535a1 1 0 0 1 0 1.414l-7.779 7.779-2.12.707-1.415 1.414a1 1 0 0 1-1.414 0l-4.243-4.243a1 1 0 0 1 0-1.414l1.414-1.414.707-2.121 7.779-7.779a1 1 0 0 1 1.414 0l5.657 5.657zm-6.364-.707l1.414 1.414-4.95 4.95-1.414-1.414 4.95-4.95zM4.283 16.89l2.828 2.829-1.414 1.414-4.243-1.414 2.828-2.829z\"/>\n    </g>\n</svg>\n</li><li title=\"markup fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm5.051-3.796l-.862-3.447a1 1 0 0 0-.97-.757H8.781a1 1 0 0 0-.97.757l-.862 3.447A7.967 7.967 0 0 0 12 20a7.967 7.967 0 0 0 5.051-1.796zM10 12h4v-1.5l-1.038-3.635a1 1 0 0 0-1.924 0L10 10.5V12z\"/>\n    </g>\n</svg>\n</li><li title=\"markup line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M10 10.5l1.038-3.635a1 1 0 0 1 1.924 0L14 10.5V12h.72a1 1 0 0 1 .97.757l1.361 5.447a8 8 0 1 0-10.102 0l1.362-5.447A1 1 0 0 1 9.28 12H10v-1.5zm2 9.5a7.952 7.952 0 0 0 3.265-.694L13.938 14h-3.876l-1.327 5.306A7.95 7.95 0 0 0 12 20zm0 2C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10z\"/>\n    </g>\n</svg>\n</li><li title=\"paint brush fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 3h16a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm2 9h6a1 1 0 0 1 1 1v3h1v6h-4v-6h1v-2H5a1 1 0 0 1-1-1v-2h2v1zm11.732 1.732l1.768-1.768 1.768 1.768a2.5 2.5 0 1 1-3.536 0z\"/>\n    </g>\n</svg>\n</li><li title=\"paint brush line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5 5v3h14V5H5zM4 3h16a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm2 9h6a1 1 0 0 1 1 1v3h1v6h-4v-6h1v-2H5a1 1 0 0 1-1-1v-2h2v1zm11.732 1.732l1.768-1.768 1.768 1.768a2.5 2.5 0 1 1-3.536 0z\"/>\n    </g>\n</svg>\n</li><li title=\"paint fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M19.228 18.732l1.768-1.768 1.767 1.768a2.5 2.5 0 1 1-3.535 0zM8.878 1.08l11.314 11.313a1 1 0 0 1 0 1.415l-8.485 8.485a1 1 0 0 1-1.414 0l-8.485-8.485a1 1 0 0 1 0-1.415l7.778-7.778-2.122-2.121L8.88 1.08zM11 6.03L3.929 13.1H18.07L11 6.03z\"/>\n    </g>\n</svg>\n</li><li title=\"paint line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M19.228 18.732l1.768-1.768 1.767 1.768a2.5 2.5 0 1 1-3.535 0zM8.878 1.08l11.314 11.313a1 1 0 0 1 0 1.415l-8.485 8.485a1 1 0 0 1-1.414 0l-8.485-8.485a1 1 0 0 1 0-1.415l7.778-7.778-2.122-2.121L8.88 1.08zM11 6.03L3.929 13.1 11 20.173l7.071-7.071L11 6.029z\"/>\n    </g>\n</svg>\n</li><li title=\"palette fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 2c5.522 0 10 3.978 10 8.889a5.558 5.558 0 0 1-5.556 5.555h-1.966c-.922 0-1.667.745-1.667 1.667 0 .422.167.811.422 1.1.267.3.434.689.434 1.122C13.667 21.256 12.9 22 12 22 6.478 22 2 17.522 2 12S6.478 2 12 2zM7.5 12a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm9 0a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zM12 9a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z\"/>\n    </g>\n</svg>\n</li><li title=\"palette line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 2c5.522 0 10 3.978 10 8.889a5.558 5.558 0 0 1-5.556 5.555h-1.966c-.922 0-1.667.745-1.667 1.667 0 .422.167.811.422 1.1.267.3.434.689.434 1.122C13.667 21.256 12.9 22 12 22 6.478 22 2 17.522 2 12S6.478 2 12 2zm-1.189 16.111a3.664 3.664 0 0 1 3.667-3.667h1.966A3.558 3.558 0 0 0 20 10.89C20 7.139 16.468 4 12 4a8 8 0 0 0-.676 15.972 3.648 3.648 0 0 1-.513-1.86zM7.5 12a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 0a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM12 9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\"/>\n    </g>\n</svg>\n</li><li title=\"pantone fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 18.922l-1.35-.545a1 1 0 0 1-.552-1.302L4 12.367v6.555zM8.86 21H7a1 1 0 0 1-1-1v-6.078L8.86 21zM6.022 5.968l9.272-3.746a1 1 0 0 1 1.301.552l5.62 13.908a1 1 0 0 1-.553 1.302L12.39 21.73a1 1 0 0 1-1.302-.553L5.47 7.27a1 1 0 0 1 .553-1.301zM9 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2z\"/>\n    </g>\n</svg>\n</li><li title=\"pantone line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5.764 8l-.295-.73a1 1 0 0 1 .553-1.302l9.272-3.746a1 1 0 0 1 1.301.552l5.62 13.908a1 1 0 0 1-.553 1.302L12.39 21.73a1 1 0 0 1-1.302-.553L11 20.96V21H7a1 1 0 0 1-1-1v-.27l-3.35-1.353a1 1 0 0 1-.552-1.302L5.764 8zM8 19h2.209L8 13.533V19zm-2-6.244l-1.673 4.141L6 17.608v-4.852zm1.698-5.309l4.87 12.054 7.418-2.997-4.87-12.053-7.418 2.996zm2.978 2.033a1 1 0 1 1-.749-1.855 1 1 0 0 1 .75 1.855z\"/>\n    </g>\n</svg>\n</li><li title=\"pen nib fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4.929 21.485l5.846-5.846a2 2 0 1 0-1.414-1.414l-5.846 5.846-1.06-1.06c2.827-3.3 3.888-6.954 5.302-13.082l6.364-.707 5.657 5.657-.707 6.364c-6.128 1.414-9.782 2.475-13.081 5.303l-1.061-1.06zM16.596 2.04l6.347 6.346a.5.5 0 0 1-.277.848l-1.474.23-5.656-5.656.212-1.485a.5.5 0 0 1 .848-.283z\"/>\n    </g>\n</svg>\n</li><li title=\"pen nib line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M16.596 1.04l6.347 6.346a.5.5 0 0 1-.277.848l-1.474.23-5.656-5.656.212-1.485a.5.5 0 0 1 .848-.283zM4.595 20.15c3.722-3.331 7.995-4.328 12.643-5.52l.446-4.018-4.297-4.297-4.018.446c-1.192 4.648-2.189 8.92-5.52 12.643L2.454 18.01c2.828-3.3 3.89-6.953 5.303-13.081l6.364-.707 5.657 5.657-.707 6.364c-6.128 1.414-9.782 2.475-13.081 5.303L4.595 20.15zm5.284-6.03a2 2 0 1 1 2.828-2.828A2 2 0 0 1 9.88 14.12z\"/>\n    </g>\n</svg>\n</li><li title=\"pencil fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12.9 6.858l4.242 4.243L7.242 21H3v-4.243l9.9-9.9zm1.414-1.414l2.121-2.122a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414l-2.122 2.121-4.242-4.242z\"/>\n    </g>\n</svg>\n</li><li title=\"pencil line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z\"/>\n    </g>\n</svg>\n</li><li title=\"pencil ruler 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5.636 12.707l1.828 1.829L8.88 13.12 7.05 11.293l1.414-1.414 1.829 1.828 1.414-1.414L9.88 8.464l1.414-1.414L13.12 8.88l1.415-1.415-1.829-1.828 2.829-2.828a1 1 0 0 1 1.414 0l4.242 4.242a1 1 0 0 1 0 1.414L8.464 21.192a1 1 0 0 1-1.414 0L2.808 16.95a1 1 0 0 1 0-1.414l2.828-2.829zm8.485 5.656l4.243-4.242L21 16.757V21h-4.242l-2.637-2.637zM5.636 9.878L2.807 7.05a1 1 0 0 1 0-1.415l2.829-2.828a1 1 0 0 1 1.414 0L9.88 5.635 5.636 9.878z\"/>\n    </g>\n</svg>\n</li><li title=\"pencil ruler 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M7.05 14.121L4.93 16.243l2.828 2.828L19.071 7.757 16.243 4.93 14.12 7.05l1.415 1.414L14.12 9.88l-1.414-1.415-1.414 1.415 1.414 1.414-1.414 1.414-1.414-1.414-1.415 1.414 1.415 1.414-1.415 1.415L7.05 14.12zm9.9-11.313l4.242 4.242a1 1 0 0 1 0 1.414L8.464 21.192a1 1 0 0 1-1.414 0L2.808 16.95a1 1 0 0 1 0-1.414L15.536 2.808a1 1 0 0 1 1.414 0zM14.12 18.363l1.415-1.414 2.242 2.243h1.414v-1.414l-2.242-2.243 1.414-1.414L21 16.757V21h-4.242l-2.637-2.637zM5.636 9.878L2.807 7.05a1 1 0 0 1 0-1.415l2.829-2.828a1 1 0 0 1 1.414 0L9.88 5.635 8.464 7.05 6.343 4.928 4.929 6.343l2.121 2.12-1.414 1.415z\"/>\n    </g>\n</svg>\n</li><li title=\"pencil ruler fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5 18v2h4v-2H5zM3 7l4-5 4 5v15H3V7zm18 1h-2v2h2v2h-3v2h3v2h-2v2h2v3a1 1 0 0 1-1 1h-6a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v3z\"/>\n    </g>\n</svg>\n</li><li title=\"pencil ruler line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5 8v12h4V8H5zM3 7l4-5 4 5v15H3V7zm16 9v-2h-3v-2h3v-2h-2V8h2V6h-4v14h4v-2h-2v-2h2zM14 4h6a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1h-6a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1z\"/>\n    </g>\n</svg>\n</li><li title=\"quill pen fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M21 2C6 2 4 16 3 22h1.998c.666-3.333 2.333-5.166 5.002-5.5 4-.5 7-4 8-7l-1.5-1 1-1c1-1 2.004-2.5 3.5-5.5z\"/>\n    </g>\n</svg>\n</li><li title=\"quill pen line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6.94 14.036c-.233.624-.43 1.2-.606 1.783.96-.697 2.101-1.139 3.418-1.304 2.513-.314 4.746-1.973 5.876-4.058l-1.456-1.455 1.413-1.415 1-1.001c.43-.43.915-1.224 1.428-2.368-5.593.867-9.018 4.292-11.074 9.818zM17 9.001L18 10c-1 3-4 6-8 6.5-2.669.334-4.336 2.167-5.002 5.5H3C4 16 6 2 21 2c-1 2.997-1.998 4.996-2.997 5.997L17 9.001z\"/>\n    </g>\n</svg>\n</li><li title=\"ruler 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M15 21h-2v-3h-2v3H9v-2H7v2H4a1 1 0 0 1-1-1v-3h2v-2H3v-2h3v-2H3V9h2V7H3V4a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v9h9a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1h-3v-2h-2v2z\"/>\n    </g>\n</svg>\n</li><li title=\"ruler 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17 19h2v-5h-9V5H5v2h2v2H5v2h3v2H5v2h2v2H5v2h2v-2h2v2h2v-3h2v3h2v-2h2v2zm-5-7h8a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h7a1 1 0 0 1 1 1v8z\"/>\n    </g>\n</svg>\n</li><li title=\"ruler fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4.929 13.207l2.121 2.121 1.414-1.414-2.12-2.121 2.12-2.121 2.829 2.828 1.414-1.414L9.88 8.257 12 6.136l2.121 2.121 1.415-1.414-2.122-2.121 2.829-2.829a1 1 0 0 1 1.414 0l4.95 4.95a1 1 0 0 1 0 1.414l-14.85 14.85a1 1 0 0 1-1.414 0l-4.95-4.95a1 1 0 0 1 0-1.414l3.536-3.536z\"/>\n    </g>\n</svg>\n</li><li title=\"ruler line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6.343 14.621L3.515 17.45l3.535 3.535L20.485 7.55 16.95 4.015l-2.122 2.121 1.415 1.414-1.415 1.414-1.414-1.414-2.121 2.122 2.121 2.12L12 13.208l-2.121-2.121-2.122 2.121 1.415 1.414-1.415 1.415-1.414-1.415zM17.657 1.893l4.95 4.95a1 1 0 0 1 0 1.414l-14.85 14.85a1 1 0 0 1-1.414 0l-4.95-4.95a1 1 0 0 1 0-1.414l14.85-14.85a1 1 0 0 1 1.414 0z\"/>\n    </g>\n</svg>\n</li><li title=\"scissors 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 14.121l-2.317 2.317a4 4 0 1 1-2.121-2.121L9.88 12 4.21 6.333a2 2 0 0 1 0-2.829l.708-.707L12 9.88l7.081-7.082.708.707a2 2 0 0 1 0 2.829L14.12 12l2.317 2.317a4 4 0 1 1-2.121 2.121L12 14.12zM6 20a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm12 0a2 2 0 1 0 0-4 2 2 0 0 0 0 4z\"/>\n    </g>\n</svg>\n</li><li title=\"scissors 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 13.414l-2.554 2.554a4 4 0 1 1-1.414-1.414L10.586 12 4.565 5.98a2 2 0 0 1 0-2.83L12 10.587l7.435-7.435a2 2 0 0 1 0 2.828L13.415 12l2.553 2.554a4 4 0 1 1-1.414 1.414L12 13.414zM6 20a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm12 0a2 2 0 1 0 0-4 2 2 0 0 0 0 4z\"/>\n    </g>\n</svg>\n</li><li title=\"scissors cut fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M9.879 12L7.562 9.683a4 4 0 1 1 2.121-2.121L12 9.88l6.374-6.375a2 2 0 0 1 2.829 0l.707.707L9.683 16.438a4 4 0 1 1-2.121-2.121L9.88 12zM6 8a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 12a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm9.535-6.587l6.375 6.376-.707.707a2 2 0 0 1-2.829 0l-4.96-4.961 2.12-2.122zM16 11h2v2h-2v-2zm4 0h2v2h-2v-2zM6 11h2v2H6v-2zm-4 0h2v2H2v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"scissors cut line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M10 6c0 .732-.197 1.419-.54 2.01L12 10.585l6.728-6.728a2 2 0 0 1 2.828 0l-12.11 12.11a4 4 0 1 1-1.414-1.414L10.586 12 8.032 9.446A4 4 0 1 1 10 6zM8 6a2 2 0 1 0-4 0 2 2 0 0 0 4 0zm13.556 14.142a2 2 0 0 1-2.828 0l-5.317-5.316 1.415-1.415 6.73 6.731zM16 11h2v2h-2v-2zm4 0h2v2h-2v-2zM6 11h2v2H6v-2zm-4 0h2v2H2v-2zm4 9a2 2 0 1 0 0-4 2 2 0 0 0 0 4z\"/>\n    </g>\n</svg>\n</li><li title=\"scissors fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M9.683 7.562L12 9.88l6.374-6.375a2 2 0 0 1 2.829 0l.707.707L9.683 16.438a4 4 0 1 1-2.121-2.121L9.88 12 7.562 9.683a4 4 0 1 1 2.121-2.121zM6 8a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 12a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm9.535-6.587l6.375 6.376-.707.707a2 2 0 0 1-2.829 0l-4.96-4.961 2.12-2.122z\"/>\n    </g>\n</svg>\n</li><li title=\"scissors line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M9.446 8.032L12 10.586l6.728-6.728a2 2 0 0 1 2.828 0l-12.11 12.11a4 4 0 1 1-1.414-1.414L10.586 12 8.032 9.446a4 4 0 1 1 1.414-1.414zm5.38 5.38l6.73 6.73a2 2 0 0 1-2.828 0l-5.317-5.316 1.415-1.415zm-7.412 3.174a2 2 0 1 0-2.828 2.828 2 2 0 0 0 2.828-2.828zm0-9.172a2 2 0 1 0-2.828-2.828 2 2 0 0 0 2.828 2.828z\"/>\n    </g>\n</svg>\n</li><li title=\"screenshot 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 3h2v2H3V3zm4 0h2v2H7V3zm4 0h2v2h-2V3zm4 0h2v2h-2V3zm4 0h2v2h-2V3zm0 4h2v2h-2V7zM3 19h2v2H3v-2zm0-4h2v2H3v-2zm0-4h2v2H3v-2zm0-4h2v2H3V7zm7.667 4l1.036-1.555A1 1 0 0 1 12.535 9h2.93a1 1 0 0 1 .832.445L17.333 11H20a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1v-8a1 1 0 0 1 1-1h2.667zM14 18a2 2 0 1 0 0-4 2 2 0 0 0 0 4z\"/>\n    </g>\n</svg>\n</li><li title=\"screenshot 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 3h2v2H3V3zm4 0h2v2H7V3zm4 0h2v2h-2V3zm4 0h2v2h-2V3zm4 0h2v2h-2V3zm0 4h2v2h-2V7zM3 19h2v2H3v-2zm0-4h2v2H3v-2zm0-4h2v2H3v-2zm0-4h2v2H3V7zm7.667 4l1.036-1.555A1 1 0 0 1 12.535 9h2.93a1 1 0 0 1 .832.445L17.333 11H20a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1v-8a1 1 0 0 1 1-1h2.667zM9 19h10v-6h-2.737l-1.333-2h-1.86l-1.333 2H9v6zm5-1a2 2 0 1 1 0-4 2 2 0 0 1 0 4z\"/>\n    </g>\n</svg>\n</li><li title=\"screenshot fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M11.993 14.407l-1.552 1.552a4 4 0 1 1-1.418-1.41l1.555-1.556-3.124-3.125a1.5 1.5 0 0 1 0-2.121l.354-.354 4.185 4.185 4.189-4.189.353.354a1.5 1.5 0 0 1 0 2.12l-3.128 3.13 1.561 1.56a4 4 0 1 1-1.414 1.414l-1.561-1.56zM19 13V5H5v8H3V4a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v9h-2zM7 20a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm10 0a2 2 0 1 0 0-4 2 2 0 0 0 0 4z\"/>\n    </g>\n</svg>\n</li><li title=\"screenshot line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M11.993 14.407l-1.552 1.552a4 4 0 1 1-1.418-1.41l1.555-1.556-4.185-4.185 1.415-1.415 4.185 4.185 4.189-4.189 1.414 1.414-4.19 4.19 1.562 1.56a4 4 0 1 1-1.414 1.414l-1.561-1.56zM7 20a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm10 0a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm2-7V5H5v8H3V4a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v9h-2z\"/>\n    </g>\n</svg>\n</li><li title=\"shape 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M2 2h5v5H2V2zm0 15h5v5H2v-5zM17 2h5v5h-5V2zm0 15h5v5h-5v-5zM8 4h8v2H8V4zM4 8h2v8H4V8zm14 0h2v8h-2V8zM8 18h8v2H8v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"shape 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M20 16h2v6h-6v-2H8v2H2v-6h2V8H2V2h6v2h8V2h6v6h-2v8zm-2 0V8h-2V6H8v2H6v8h2v2h8v-2h2zM4 4v2h2V4H4zm0 14v2h2v-2H4zM18 4v2h2V4h-2zm0 14v2h2v-2h-2z\"/>\n    </g>\n</svg>\n</li><li title=\"shape fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5 8a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm14 0a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0 14a3 3 0 1 1 0-6 3 3 0 0 1 0 6zM5 22a3 3 0 1 1 0-6 3 3 0 0 1 0 6zM9 4h6v2H9V4zm0 14h6v2H9v-2zM4 9h2v6H4V9zm14 0h2v6h-2V9z\"/>\n    </g>\n</svg>\n</li><li title=\"shape line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M7.83 20A3.001 3.001 0 1 1 4 16.17V7.83A3.001 3.001 0 1 1 7.83 4h8.34A3.001 3.001 0 1 1 20 7.83v8.34A3.001 3.001 0 1 1 16.17 20H7.83zm0-2h8.34A3.008 3.008 0 0 1 18 16.17V7.83A3.008 3.008 0 0 1 16.17 6H7.83A3.008 3.008 0 0 1 6 7.83v8.34A3.008 3.008 0 0 1 7.83 18zM5 6a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm14 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm0 14a1 1 0 1 0 0-2 1 1 0 0 0 0 2zM5 20a1 1 0 1 0 0-2 1 1 0 0 0 0 2z\"/>\n    </g>\n</svg>\n</li><li title=\"sip fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M13.96 6.504l2.829-2.828a1 1 0 0 1 1.414 0l2.121 2.121a1 1 0 0 1 0 1.414l-2.828 2.829 1.767 1.768-1.414 1.414-7.07-7.071 1.413-1.414 1.768 1.767zM10.778 8.98l4.243 4.243L7.243 21H3v-4.243l7.778-7.778z\"/>\n    </g>\n</svg>\n</li><li title=\"sip line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6.457 18.957l8.564-8.564-1.414-1.414-8.564 8.564 1.414 1.414zm5.735-11.392l-1.414-1.414 1.414-1.414 1.768 1.767 2.829-2.828a1 1 0 0 1 1.414 0l2.121 2.121a1 1 0 0 1 0 1.414l-2.828 2.829 1.767 1.768-1.414 1.414-1.414-1.414L7.243 21H3v-4.243l9.192-9.192z\"/>\n    </g>\n</svg>\n</li><li title=\"slice fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M13.768 12.232l2.121 2.122c-4.596 4.596-10.253 6.01-13.788 5.303L17.657 4.1l2.121 2.12-6.01 6.011z\"/>\n    </g>\n</svg>\n</li><li title=\"slice line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M15.69 12.918l1.769 1.768c-6.01 6.01-10.96 6.01-15.203 4.596L17.812 3.726l3.536 3.535-5.657 5.657zm-2.828 0l5.657-5.657-.707-.707L6.314 18.052c2.732.107 5.358-.907 8.267-3.416l-1.719-1.718z\"/>\n    </g>\n</svg>\n</li><li title=\"t box fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17 8H7v2h4v7h2v-7h4V8zM4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1z\"/>\n    </g>\n</svg>\n</li><li title=\"t box line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5 5v14h14V5H5zM4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm9 7v7h-2v-7H7V8h10v2h-4z\"/>\n    </g>\n</svg>\n</li><li title=\"table alt fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M7 14V3H3a1 1 0 0 0-1 1v10h5zm8 0V3H9v11h6zm7 0V4a1 1 0 0 0-1-1h-4v11h5zm-1 7a1 1 0 0 0 1-1v-4H2v4a1 1 0 0 0 1 1h18z\"/>\n    </g>\n</svg>\n</li><li title=\"table alt line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M21 3a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h18zm-1 13H4v3h16v-3zM8 5H4v9h4V5zm6 0h-4v9h4V5zm6 0h-4v9h4V5z\"/>\n    </g>\n</svg>\n</li><li title=\"table fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M15 21H9V10h6v11zm2 0V10h5v10a1 1 0 0 1-1 1h-4zM7 21H3a1 1 0 0 1-1-1V10h5v11zM22 8H2V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v4z\"/>\n    </g>\n</svg>\n</li><li title=\"table line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 8h16V5H4v3zm10 11v-9h-4v9h4zm2 0h4v-9h-4v9zm-8 0v-9H4v9h4zM3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1z\"/>\n    </g>\n</svg>\n</li><li title=\"tools fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5.33 3.271a3.5 3.5 0 0 1 4.472 4.474L20.647 18.59l-2.122 2.121L7.68 9.867a3.5 3.5 0 0 1-4.472-4.474L5.444 7.63a1.5 1.5 0 1 0 2.121-2.121L5.329 3.27zm10.367 1.884l3.182-1.768 1.414 1.414-1.768 3.182-1.768.354-2.12 2.121-1.415-1.414 2.121-2.121.354-1.768zm-7.071 7.778l2.121 2.122-4.95 4.95A1.5 1.5 0 0 1 3.58 17.99l.097-.107 4.95-4.95z\"/>\n    </g>\n</svg>\n</li><li title=\"tools line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5.33 3.271a3.5 3.5 0 0 1 4.254 4.963l10.709 10.71-1.414 1.414-10.71-10.71a3.502 3.502 0 0 1-4.962-4.255L5.444 7.63a1.5 1.5 0 1 0 2.121-2.121L5.329 3.27zm10.367 1.884l3.182-1.768 1.414 1.414-1.768 3.182-1.768.354-2.12 2.121-1.415-1.414 2.121-2.121.354-1.768zm-6.718 8.132l1.414 1.414-5.303 5.303a1 1 0 0 1-1.492-1.327l.078-.087 5.303-5.303z\"/>\n    </g>\n</svg>\n</li><li class='heading'>Development</li><li title=\"braces fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 18v-3.7a1.5 1.5 0 0 0-1.5-1.5H2v-1.6h.5A1.5 1.5 0 0 0 4 9.7V6a3 3 0 0 1 3-3h1v2H7a1 1 0 0 0-1 1v4.1A2 2 0 0 1 4.626 12 2 2 0 0 1 6 13.9V18a1 1 0 0 0 1 1h1v2H7a3 3 0 0 1-3-3zm16-3.7V18a3 3 0 0 1-3 3h-1v-2h1a1 1 0 0 0 1-1v-4.1a2 2 0 0 1 1.374-1.9A2 2 0 0 1 18 10.1V6a1 1 0 0 0-1-1h-1V3h1a3 3 0 0 1 3 3v3.7a1.5 1.5 0 0 0 1.5 1.5h.5v1.6h-.5a1.5 1.5 0 0 0-1.5 1.5z\"/>\n    </g>\n</svg>\n</li><li title=\"braces line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 18v-3.7a1.5 1.5 0 0 0-1.5-1.5H2v-1.6h.5A1.5 1.5 0 0 0 4 9.7V6a3 3 0 0 1 3-3h1v2H7a1 1 0 0 0-1 1v4.1A2 2 0 0 1 4.626 12 2 2 0 0 1 6 13.9V18a1 1 0 0 0 1 1h1v2H7a3 3 0 0 1-3-3zm16-3.7V18a3 3 0 0 1-3 3h-1v-2h1a1 1 0 0 0 1-1v-4.1a2 2 0 0 1 1.374-1.9A2 2 0 0 1 18 10.1V6a1 1 0 0 0-1-1h-1V3h1a3 3 0 0 1 3 3v3.7a1.5 1.5 0 0 0 1.5 1.5h.5v1.6h-.5a1.5 1.5 0 0 0-1.5 1.5z\"/>\n    </g>\n</svg>\n</li><li title=\"brackets fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M9 3v2H6v14h3v2H4V3h5zm6 0h5v18h-5v-2h3V5h-3V3z\"/>\n    </g>\n</svg>\n</li><li title=\"brackets line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M9 3v2H6v14h3v2H4V3h5zm6 0h5v18h-5v-2h3V5h-3V3z\"/>\n    </g>\n</svg>\n</li><li title=\"bug 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5.07 16A7.06 7.06 0 0 1 5 15v-1H3v-2h2v-1c0-.34.024-.673.07-1H3V8h2.674a7.03 7.03 0 0 1 2.84-3.072l-1.05-1.05L8.88 2.465l1.683 1.684a7.03 7.03 0 0 1 2.876 0l1.683-1.684 1.415 1.415-1.05 1.05A7.03 7.03 0 0 1 18.326 8H21v2h-2.07c.046.327.07.66.07 1v1h2v2h-2v1c0 .34-.024.673-.07 1H21v2h-2.674a7 7 0 0 1-12.652 0H3v-2h2.07zM9 10v2h6v-2H9zm0 4v2h6v-2H9z\"/>\n    </g>\n</svg>\n</li><li title=\"bug 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M10.562 4.148a7.03 7.03 0 0 1 2.876 0l1.683-1.684 1.415 1.415-1.05 1.05A7.03 7.03 0 0 1 18.326 8H21v2h-2.07c.046.327.07.66.07 1v1h2v2h-2v1c0 .34-.024.673-.07 1H21v2h-2.674a7 7 0 0 1-12.652 0H3v-2h2.07A7.06 7.06 0 0 1 5 15v-1H3v-2h2v-1c0-.34.024-.673.07-1H3V8h2.674a7.03 7.03 0 0 1 2.84-3.072l-1.05-1.05L8.88 2.465l1.683 1.684zM12 6a5 5 0 0 0-5 5v4a5 5 0 0 0 10 0v-4a5 5 0 0 0-5-5zm-3 8h6v2H9v-2zm0-4h6v2H9v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"bug fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6.056 8.3a7.01 7.01 0 0 1 .199-.3h11.49c.069.098.135.199.199.3l2.02-1.166 1 1.732-2.213 1.278c.162.59.249 1.213.249 1.856v1h3v2h-3c0 .953-.19 1.862-.536 2.69l2.5 1.444-1 1.732-2.526-1.458A6.992 6.992 0 0 1 13 21.929V14h-2v7.93a6.992 6.992 0 0 1-4.438-2.522l-2.526 1.458-1-1.732 2.5-1.443A6.979 6.979 0 0 1 5 15H2v-2h3v-1c0-.643.087-1.265.249-1.856L3.036 8.866l1-1.732L6.056 8.3zM8 6a4 4 0 1 1 8 0H8z\"/>\n    </g>\n</svg>\n</li><li title=\"bug line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M13 19.9a5.002 5.002 0 0 0 4-4.9v-3a4.98 4.98 0 0 0-.415-2h-9.17A4.98 4.98 0 0 0 7 12v3a5.002 5.002 0 0 0 4 4.9V14h2v5.9zm-7.464-2.21A6.979 6.979 0 0 1 5 15H2v-2h3v-1c0-.643.087-1.265.249-1.856L3.036 8.866l1-1.732L6.056 8.3a7.01 7.01 0 0 1 .199-.3h11.49c.069.098.135.199.199.3l2.02-1.166 1 1.732-2.213 1.278c.162.59.249 1.213.249 1.856v1h3v2h-3c0 .953-.19 1.862-.536 2.69l2.5 1.444-1 1.732-2.526-1.458A6.986 6.986 0 0 1 12 22a6.986 6.986 0 0 1-5.438-2.592l-2.526 1.458-1-1.732 2.5-1.443zM8 6a4 4 0 1 1 8 0H8z\"/>\n    </g>\n</svg>\n</li><li title=\"code box fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm13.464 12.536L20 12l-3.536-3.536L15.05 9.88 17.172 12l-2.122 2.121 1.414 1.415zM6.828 12L8.95 9.879 7.536 8.464 4 12l3.536 3.536L8.95 14.12 6.828 12zm4.416 5l3.64-10h-2.128l-3.64 10h2.128z\"/>\n    </g>\n</svg>\n</li><li title=\"code box line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h16V5H4zm16 7l-3.536 3.536-1.414-1.415L17.172 12 15.05 9.879l1.414-1.415L20 12zM6.828 12l2.122 2.121-1.414 1.415L4 12l3.536-3.536L8.95 9.88 6.828 12zm4.416 5H9.116l3.64-10h2.128l-3.64 10z\"/>\n    </g>\n</svg>\n</li><li title=\"code fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M23 12l-7.071 7.071-1.414-1.414L20.172 12l-5.657-5.657 1.414-1.414L23 12zM3.828 12l5.657 5.657-1.414 1.414L1 12l7.071-7.071 1.414 1.414L3.828 12z\"/>\n    </g>\n</svg>\n</li><li title=\"code line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M23 12l-7.071 7.071-1.414-1.414L20.172 12l-5.657-5.657 1.414-1.414L23 12zM3.828 12l5.657 5.657-1.414 1.414L1 12l7.071-7.071 1.414 1.414L3.828 12z\"/>\n    </g>\n</svg>\n</li><li title=\"code s fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M24 12l-5.657 5.657-1.414-1.414L21.172 12l-4.243-4.243 1.414-1.414L24 12zM2.828 12l4.243 4.243-1.414 1.414L0 12l5.657-5.657L7.07 7.757 2.828 12z\"/>\n    </g>\n</svg>\n</li><li title=\"code s line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M24 12l-5.657 5.657-1.414-1.414L21.172 12l-4.243-4.243 1.414-1.414L24 12zM2.828 12l4.243 4.243-1.414 1.414L0 12l5.657-5.657L7.07 7.757 2.828 12z\"/>\n    </g>\n</svg>\n</li><li title=\"code s slash fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M24 12l-5.657 5.657-1.414-1.414L21.172 12l-4.243-4.243 1.414-1.414L24 12zM2.828 12l4.243 4.243-1.414 1.414L0 12l5.657-5.657L7.07 7.757 2.828 12zm6.96 9H7.66l6.552-18h2.128L9.788 21z\"/>\n    </g>\n</svg>\n</li><li title=\"code s slash line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M24 12l-5.657 5.657-1.414-1.414L21.172 12l-4.243-4.243 1.414-1.414L24 12zM2.828 12l4.243 4.243-1.414 1.414L0 12l5.657-5.657L7.07 7.757 2.828 12zm6.96 9H7.66l6.552-18h2.128L9.788 21z\"/>\n    </g>\n</svg>\n</li><li title=\"command fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M10 8h4V6.5a3.5 3.5 0 1 1 3.5 3.5H16v4h1.5a3.5 3.5 0 1 1-3.5 3.5V16h-4v1.5A3.5 3.5 0 1 1 6.5 14H8v-4H6.5A3.5 3.5 0 1 1 10 6.5V8zM8 8V6.5A1.5 1.5 0 1 0 6.5 8H8zm0 8H6.5A1.5 1.5 0 1 0 8 17.5V16zm8-8h1.5A1.5 1.5 0 1 0 16 6.5V8zm0 8v1.5a1.5 1.5 0 1 0 1.5-1.5H16zm-6-6v4h4v-4h-4z\"/>\n    </g>\n</svg>\n</li><li title=\"command line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M10 8h4V6.5a3.5 3.5 0 1 1 3.5 3.5H16v4h1.5a3.5 3.5 0 1 1-3.5 3.5V16h-4v1.5A3.5 3.5 0 1 1 6.5 14H8v-4H6.5A3.5 3.5 0 1 1 10 6.5V8zM8 8V6.5A1.5 1.5 0 1 0 6.5 8H8zm0 8H6.5A1.5 1.5 0 1 0 8 17.5V16zm8-8h1.5A1.5 1.5 0 1 0 16 6.5V8zm0 8v1.5a1.5 1.5 0 1 0 1.5-1.5H16zm-6-6v4h4v-4h-4z\"/>\n    </g>\n</svg>\n</li><li title=\"css3 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M5 3l-.65 3.34h13.59L17.5 8.5H3.92l-.66 3.33h13.59l-.76 3.81-5.48 1.81-4.75-1.81.33-1.64H2.85l-.79 4 7.85 3 9.05-3 1.2-6.03.24-1.21L21.94 3z\"/>\n    </g>\n</svg>\n</li><li title=\"css3 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M2.8 14h2.04l-.545 2.725 5.744 2.154 7.227-2.41L18.36 11H3.4l.4-2h14.96l.8-4H4.6L5 3h17l-3 15-9 3-8-3z\"/>\n    </g>\n</svg>\n</li><li title=\"cursor fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M13.91 12.36L17 20.854l-2.818 1.026-3.092-8.494-4.172 3.156 1.49-14.909 10.726 10.463z\"/>\n    </g>\n</svg>\n</li><li title=\"cursor line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M15.388 13.498l2.552 7.014-4.698 1.71-2.553-7.014-3.899 2.445L8.41 1.633l11.537 11.232-4.558.633zm-.011 5.818l-2.715-7.46 2.96-.41-5.64-5.49-.79 7.83 2.53-1.587 2.715 7.46.94-.343z\"/>\n    </g>\n</svg>\n</li><li title=\"git branch fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M7.105 15.21A3.001 3.001 0 1 1 5 15.17V8.83a3.001 3.001 0 1 1 2 0V12c.836-.628 1.874-1 3-1h4a3.001 3.001 0 0 0 2.895-2.21 3.001 3.001 0 1 1 2.032.064A5.001 5.001 0 0 1 14 13h-4a3.001 3.001 0 0 0-2.895 2.21z\"/>\n    </g>\n</svg>\n</li><li title=\"git branch line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M7.105 15.21A3.001 3.001 0 1 1 5 15.17V8.83a3.001 3.001 0 1 1 2 0V12c.836-.628 1.874-1 3-1h4a3.001 3.001 0 0 0 2.895-2.21 3.001 3.001 0 1 1 2.032.064A5.001 5.001 0 0 1 14 13h-4a3.001 3.001 0 0 0-2.895 2.21zM6 17a1 1 0 1 0 0 2 1 1 0 0 0 0-2zM6 5a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm12 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2z\"/>\n    </g>\n</svg>\n</li><li title=\"git commit fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M15.874 13a4.002 4.002 0 0 1-7.748 0H3v-2h5.126a4.002 4.002 0 0 1 7.748 0H21v2h-5.126z\"/>\n    </g>\n</svg>\n</li><li title=\"git commit line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M15.874 13a4.002 4.002 0 0 1-7.748 0H3v-2h5.126a4.002 4.002 0 0 1 7.748 0H21v2h-5.126zM12 14a2 2 0 1 0 0-4 2 2 0 0 0 0 4z\"/>\n    </g>\n</svg>\n</li><li title=\"git merge fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M7.105 8.79A3.001 3.001 0 0 0 10 11h4a5.001 5.001 0 0 1 4.927 4.146A3.001 3.001 0 0 1 18 21a3 3 0 0 1-1.105-5.79A3.001 3.001 0 0 0 14 13h-4a4.978 4.978 0 0 1-3-1v3.17a3.001 3.001 0 1 1-2 0V8.83a3.001 3.001 0 1 1 2.105-.04z\"/>\n    </g>\n</svg>\n</li><li title=\"git merge line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M7.105 8.79A3.001 3.001 0 0 0 10 11h4a5.001 5.001 0 0 1 4.927 4.146A3.001 3.001 0 0 1 18 21a3 3 0 0 1-1.105-5.79A3.001 3.001 0 0 0 14 13h-4a4.978 4.978 0 0 1-3-1v3.17a3.001 3.001 0 1 1-2 0V8.83a3.001 3.001 0 1 1 2.105-.04zM6 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm0 12a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm12 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2z\"/>\n    </g>\n</svg>\n</li><li title=\"git pull request fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M15 5h2a2 2 0 0 1 2 2v8.17a3.001 3.001 0 1 1-2 0V7h-2v3l-4.5-4L15 2v3zM5 8.83a3.001 3.001 0 1 1 2 0v6.34a3.001 3.001 0 1 1-2 0V8.83z\"/>\n    </g>\n</svg>\n</li><li title=\"git pull request line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M15 5h2a2 2 0 0 1 2 2v8.17a3.001 3.001 0 1 1-2 0V7h-2v3l-4.5-4L15 2v3zM5 8.83a3.001 3.001 0 1 1 2 0v6.34a3.001 3.001 0 1 1-2 0V8.83zM6 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm0 12a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm12 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2z\"/>\n    </g>\n</svg>\n</li><li title=\"git repository commits fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M14 17v6h-2v-6H9l4-5 4 5h-3zm2 2h3v-3h-.8L13 9.5 7.647 16H6.5a1.5 1.5 0 0 0 0 3H10v2H6.5A3.5 3.5 0 0 1 3 17.5V5a3 3 0 0 1 3-3h14a1 1 0 0 1 1 1v17a1 1 0 0 1-1 1h-4v-2zM7 5v2h2V5H7zm0 3v2h2V8H7z\"/>\n    </g>\n</svg>\n</li><li title=\"git repository commits line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M18 16v-2h1V4H6v10.035A3.53 3.53 0 0 1 6.5 14H8v2H6.5a1.5 1.5 0 0 0 0 3H10v2H6.5A3.5 3.5 0 0 1 3 17.5V5a3 3 0 0 1 3-3h14a1 1 0 0 1 1 1v17a1 1 0 0 1-1 1h-4v-2h3v-3h-1zM7 5h2v2H7V5zm0 3h2v2H7V8zm7 9v6h-2v-6H9l4-5 4 5h-3z\"/>\n    </g>\n</svg>\n</li><li title=\"git repository fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M13 21v2.5l-3-2-3 2V21h-.5A3.5 3.5 0 0 1 3 17.5V5a3 3 0 0 1 3-3h14a1 1 0 0 1 1 1v17a1 1 0 0 1-1 1h-7zm-6-2v-2h6v2h6v-3H6.5a1.5 1.5 0 0 0 0 3H7zM7 5v2h2V5H7zm0 3v2h2V8H7zm0 3v2h2v-2H7z\"/>\n    </g>\n</svg>\n</li><li title=\"git repository line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M13 21v2.5l-3-2-3 2V21h-.5A3.5 3.5 0 0 1 3 17.5V5a3 3 0 0 1 3-3h14a1 1 0 0 1 1 1v17a1 1 0 0 1-1 1h-7zm0-2h6v-3H6.5a1.5 1.5 0 0 0 0 3H7v-2h6v2zm6-5V4H6v10.035A3.53 3.53 0 0 1 6.5 14H19zM7 5h2v2H7V5zm0 3h2v2H7V8zm0 3h2v2H7v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"git repository private fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M18 8h2a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h2V7a6 6 0 1 1 12 0v1zm-2 0V7a4 4 0 1 0-8 0v1h8zm-9 3v2h2v-2H7zm0 3v2h2v-2H7zm0 3v2h2v-2H7z\"/>\n    </g>\n</svg>\n</li><li title=\"git repository private line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M6 10v10h13V10H6zm12-2h2a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h2V7a6 6 0 1 1 12 0v1zm-2 0V7a4 4 0 1 0-8 0v1h8zm-9 3h2v2H7v-2zm0 3h2v2H7v-2zm0 3h2v2H7v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"html5 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M12 18.178l4.62-1.256.623-6.778H9.026L8.822 7.89h8.626l.227-2.211H6.325l.636 6.678h7.82l-.261 2.866-2.52.667-2.52-.667-.158-1.844h-2.27l.329 3.544L12 18.178zM3 2h18l-1.623 18L12 22l-7.377-2L3 2z\"/>\n    </g>\n</svg>\n</li><li title=\"html5 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M12 18.178l-4.62-1.256-.328-3.544h2.27l.158 1.844 2.52.667 2.52-.667.26-2.866H6.96l-.635-6.678h11.35l-.227 2.21H8.822l.204 2.256h8.217l-.624 6.778L12 18.178zM3 2h18l-1.623 18L12 22l-7.377-2L3 2zm2.188 2L6.49 18.434 12 19.928l5.51-1.494L18.812 4H5.188z\"/>\n    </g>\n</svg>\n</li><li title=\"parentheses fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6.923 21C5.113 18.664 4 15.493 4 12c0-3.493 1.113-6.664 2.923-9h2.014C7.235 5.388 6.2 8.542 6.2 12s1.035 6.612 2.737 9H6.923zm10.151 0H15.06c1.702-2.388 2.737-5.542 2.737-9s-1.035-6.612-2.737-9h2.014c1.81 2.336 2.923 5.507 2.923 9 0 3.493-1.112 6.664-2.923 9z\"/>\n    </g>\n</svg>\n</li><li title=\"parentheses line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6.923 21C5.113 18.664 4 15.493 4 12c0-3.493 1.113-6.664 2.923-9h2.014C7.235 5.388 6.2 8.542 6.2 12s1.035 6.612 2.737 9H6.923zm10.151 0H15.06c1.702-2.388 2.737-5.542 2.737-9s-1.035-6.612-2.737-9h2.014c1.81 2.336 2.923 5.507 2.923 9 0 3.493-1.112 6.664-2.923 9z\"/>\n    </g>\n</svg>\n</li><li title=\"terminal box fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm9 12v2h6v-2h-6zm-3.586-3l-2.828 2.828L7 16.243 11.243 12 7 7.757 5.586 9.172 8.414 12z\"/>\n    </g>\n</svg>\n</li><li title=\"terminal box line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h16V5H4zm8 10h6v2h-6v-2zm-3.333-3L5.838 9.172l1.415-1.415L11.495 12l-4.242 4.243-1.415-1.415L8.667 12z\"/>\n    </g>\n</svg>\n</li><li title=\"terminal fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M11 12l-7.071 7.071-1.414-1.414L8.172 12 2.515 6.343 3.929 4.93 11 12zm0 7h10v2H11v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"terminal line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M11 12l-7.071 7.071-1.414-1.414L8.172 12 2.515 6.343 3.929 4.93 11 12zm0 7h10v2H11v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"terminal window fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M20 10H4v9h16v-9zM3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm2 3v2h2V6H5zm4 0v2h2V6H9zm-4 5h3v5H5v-5z\"/>\n    </g>\n</svg>\n</li><li title=\"terminal window line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M20 9V5H4v4h16zm0 2H4v8h16v-8zM3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm2 9h3v5H5v-5zm0-6h2v2H5V6zm4 0h2v2H9V6z\"/>\n    </g>\n</svg>\n</li><li class='heading'>Device</li><li title=\"airplay fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12.4 13.533l5 6.667a.5.5 0 0 1-.4.8H7a.5.5 0 0 1-.4-.8l5-6.667a.5.5 0 0 1 .8 0zM18 19v-2h2V5H4v12h2v2H2.992A.994.994 0 0 1 2 18V4c0-.552.455-1 .992-1h18.016c.548 0 .992.445.992 1v14c0 .552-.455 1-.992 1H18z\"/>\n    </g>\n</svg>\n</li><li title=\"airplay line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12.4 13.533l5 6.667a.5.5 0 0 1-.4.8H7a.5.5 0 0 1-.4-.8l5-6.667a.5.5 0 0 1 .8 0zM12 16.33L10 19h4l-2-2.67zM18 19v-2h2V5H4v12h2v2H2.992A.994.994 0 0 1 2 18V4c0-.552.455-1 .992-1h18.016c.548 0 .992.445.992 1v14c0 .552-.455 1-.992 1H18z\"/>\n    </g>\n</svg>\n</li><li title=\"barcode box fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm3 4v10h3V7H6zm4 0v10h2V7h-2zm3 0v10h1V7h-1zm2 0v10h3V7h-3z\"/>\n    </g>\n</svg>\n</li><li title=\"barcode box line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 5v14h16V5H4zM3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm3 4h3v10H6V7zm4 0h2v10h-2V7zm3 0h1v10h-1V7zm2 0h3v10h-3V7z\"/>\n    </g>\n</svg>\n</li><li title=\"barcode fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M2 4h2v16H2V4zm4 0h2v16H6V4zm3 0h3v16H9V4zm4 0h2v16h-2V4zm3 0h2v16h-2V4zm3 0h3v16h-3V4z\"/>\n    </g>\n</svg>\n</li><li title=\"barcode line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M2 4h2v16H2V4zm4 0h1v16H6V4zm2 0h2v16H8V4zm3 0h2v16h-2V4zm3 0h2v16h-2V4zm3 0h1v16h-1V4zm2 0h3v16h-3V4z\"/>\n    </g>\n</svg>\n</li><li title=\"base station fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 13l6 9H6l6-9zm-1.06-2.44a1.5 1.5 0 1 1 2.12-2.12 1.5 1.5 0 0 1-2.12 2.12zM5.281 2.783l1.415 1.415a7.5 7.5 0 0 0 0 10.606l-1.415 1.415a9.5 9.5 0 0 1 0-13.436zm13.436 0a9.5 9.5 0 0 1 0 13.436l-1.415-1.415a7.5 7.5 0 0 0 0-10.606l1.415-1.415zM8.11 5.611l1.414 1.414a3.5 3.5 0 0 0 0 4.95l-1.414 1.414a5.5 5.5 0 0 1 0-7.778zm7.778 0a5.5 5.5 0 0 1 0 7.778l-1.414-1.414a3.5 3.5 0 0 0 0-4.95l1.414-1.414z\"/>\n    </g>\n</svg>\n</li><li title=\"base station line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M12 13l6 9H6l6-9zm0 3.6L9.74 20h4.52L12 16.6zm-1.06-6.04a1.5 1.5 0 1 1 2.12-2.12 1.5 1.5 0 0 1-2.12 2.12zM5.281 2.783l1.415 1.415a7.5 7.5 0 0 0 0 10.606l-1.415 1.415a9.5 9.5 0 0 1 0-13.436zm13.436 0a9.5 9.5 0 0 1 0 13.436l-1.415-1.415a7.5 7.5 0 0 0 0-10.606l1.415-1.415zM8.11 5.611l1.414 1.414a3.5 3.5 0 0 0 0 4.95l-1.414 1.414a5.5 5.5 0 0 1 0-7.778zm7.778 0a5.5 5.5 0 0 1 0 7.778l-1.414-1.414a3.5 3.5 0 0 0 0-4.95l1.414-1.414z\"/>\n    </g>\n</svg>\n</li><li title=\"battery 2 charge fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M9 4V3a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v1h3a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h3zm4 8V7l-5 7h3v5l5-7h-3z\"/>\n    </g>\n</svg>\n</li><li title=\"battery 2 charge line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M13 12h3l-5 7v-5H8l5-7v5zm-2-6H7v14h10V6h-4V4h-2v2zM9 4V3a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v1h3a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h3z\"/>\n    </g>\n</svg>\n</li><li title=\"battery 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M9 4V3a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v1h3a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h3z\"/>\n    </g>\n</svg>\n</li><li title=\"battery 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M11 6H7v14h10V6h-4V4h-2v2zM9 4V3a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v1h3a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h3z\"/>\n    </g>\n</svg>\n</li><li title=\"battery charge fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 11V5l-5 8h3v6l5-8h-3zM3 5h16a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1zm18 4h2v6h-2V9z\"/>\n    </g>\n</svg>\n</li><li title=\"battery charge line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M8 19H3a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h6.625L8.458 7H4v10h4v2zm4.375 0l1.167-2H18V7h-4V5h5a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1h-6.625zM21 9h2v6h-2V9zm-9 2h3l-5 8v-6H7l5-8v6z\"/>\n    </g>\n</svg>\n</li><li title=\"battery fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 5h16a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1zm18 4h2v6h-2V9z\"/>\n    </g>\n</svg>\n</li><li title=\"battery line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 7v10h14V7H4zM3 5h16a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1zm18 4h2v6h-2V9z\"/>\n    </g>\n</svg>\n</li><li title=\"battery low fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 5h16a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1zm2 3v8h4V8H5zm16 1h2v6h-2V9z\"/>\n    </g>\n</svg>\n</li><li title=\"battery low line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 7v10h14V7H4zM3 5h16a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1zm2 3h4v8H5V8zm16 1h2v6h-2V9z\"/>\n    </g>\n</svg>\n</li><li title=\"battery saver fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M14 2a1 1 0 0 1 1 1v1h3a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h3V3a1 1 0 0 1 1-1h4zm-1 7h-2v3H8v2h3v3h2v-3h3v-2h-3V9z\"/>\n    </g>\n</svg>\n</li><li title=\"battery saver line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M14 2a1 1 0 0 1 1 1v1h3a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h3V3a1 1 0 0 1 1-1h4zm-1 2h-2v2H7v14h10V6h-4V4zm0 5v3h3v2h-3v3h-2v-3H8v-2h3V9h2z\"/>\n    </g>\n</svg>\n</li><li title=\"battery share fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M14 2a1 1 0 0 1 1 1v1h3a1 1 0 0 1 1 1v6.2L15 8v3h-1c-2.142 0-4 1.79-4 4v3h2v-3c0-1.05.95-2 2-2h1v3l4-3.2V21a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h3V3a1 1 0 0 1 1-1h4z\"/>\n    </g>\n</svg>\n</li><li title=\"battery share line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M14 2a1 1 0 0 1 1 1v1h3a1 1 0 0 1 1 1v2h-2V6h-4V4h-2v2H7v14h10v-3h2v4a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h3V3a1 1 0 0 1 1-1h4zm1 6l5 4-5 4v-3h-1c-1.054 0-2 .95-2 2v3h-2v-3a4 4 0 0 1 4-4h1V8z\"/>\n    </g>\n</svg>\n</li><li title=\"bluetooth connect fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M14.341 12.03l4.343 4.343-5.656 5.656h-2v-6.686l-4.364 4.364-1.415-1.414 5.779-5.778v-.97L5.249 5.765l1.415-1.414 4.364 4.364V2.029h2l5.656 5.657-4.343 4.343zm-1.313 1.514v5.657l2.828-2.828-2.828-2.829zm0-3.03l2.828-2.828-2.828-2.828v5.657zM19.5 13.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm-13 0a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\"/>\n    </g>\n</svg>\n</li><li title=\"bluetooth connect line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M14.341 12.03l4.343 4.343-5.656 5.656h-2v-6.686l-4.364 4.364-1.415-1.414 5.779-5.778v-.97L5.249 5.765l1.415-1.414 4.364 4.364V2.029h2l5.656 5.657-4.343 4.343zm-1.313 1.514v5.657l2.828-2.828-2.828-2.829zm0-3.03l2.828-2.828-2.828-2.828v5.657zM19.5 13.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm-13 0a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\"/>\n    </g>\n</svg>\n</li><li title=\"bluetooth fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M14.341 12.03l4.343 4.343-5.656 5.656h-2v-6.686l-4.364 4.364-1.415-1.414 5.779-5.778v-.97L5.249 5.765l1.415-1.414 4.364 4.364V2.029h2l5.656 5.657-4.343 4.343zm-1.313 1.514v5.657l2.828-2.828-2.828-2.829zm0-3.03l2.828-2.828-2.828-2.828v5.657z\"/>\n    </g>\n</svg>\n</li><li title=\"bluetooth line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M14.341 12.03l4.343 4.343-5.656 5.656h-2v-6.686l-4.364 4.364-1.415-1.414 5.779-5.778v-.97L5.249 5.765l1.415-1.414 4.364 4.364V2.029h2l5.656 5.657-4.343 4.343zm-1.313 1.514v5.657l2.828-2.828-2.828-2.829zm0-3.03l2.828-2.828-2.828-2.828v5.657z\"/>\n    </g>\n</svg>\n</li><li title=\"cast fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1h-6a13.1 13.1 0 0 0-.153-2H20V5H4v3.153A13.1 13.1 0 0 0 2 8V4a1 1 0 0 1 1-1zm10 18h-2a9 9 0 0 0-9-9v-2c6.075 0 11 4.925 11 11zm-4 0H7a5 5 0 0 0-5-5v-2a7 7 0 0 1 7 7zm-4 0H2v-3a3 3 0 0 1 3 3zm9.373-4A13.032 13.032 0 0 0 6 8.627V7h12v10h-3.627z\"/>\n    </g>\n</svg>\n</li><li title=\"cast line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1h-6a13.1 13.1 0 0 0-.153-2H20V5H4v3.153A13.1 13.1 0 0 0 2 8V4a1 1 0 0 1 1-1zm10 18h-2a9 9 0 0 0-9-9v-2c6.075 0 11 4.925 11 11zm-4 0H7a5 5 0 0 0-5-5v-2a7 7 0 0 1 7 7zm-4 0H2v-3a3 3 0 0 1 3 3z\"/>\n    </g>\n</svg>\n</li><li title=\"cellphone fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M7 2h11a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1V0h2v2zm0 2v5h10V4H7z\"/>\n    </g>\n</svg>\n</li><li title=\"cellphone line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M7 2h11a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1V0h2v2zm0 7h10V4H7v5zm0 2v9h10v-9H7z\"/>\n    </g>\n</svg>\n</li><li title=\"computer fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M13 18v2h4v2H7v-2h4v-2H2.992A.998.998 0 0 1 2 16.993V4.007C2 3.451 2.455 3 2.992 3h18.016c.548 0 .992.449.992 1.007v12.986c0 .556-.455 1.007-.992 1.007H13z\"/>\n    </g>\n</svg>\n</li><li title=\"computer line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 16h16V5H4v11zm9 2v2h4v2H7v-2h4v-2H2.992A.998.998 0 0 1 2 16.993V4.007C2 3.451 2.455 3 2.992 3h18.016c.548 0 .992.449.992 1.007v12.986c0 .556-.455 1.007-.992 1.007H13z\"/>\n    </g>\n</svg>\n</li><li title=\"cpu fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M14 20h-4v2H8v-2H5a1 1 0 0 1-1-1v-3H2v-2h2v-4H2V8h2V5a1 1 0 0 1 1-1h3V2h2v2h4V2h2v2h3a1 1 0 0 1 1 1v3h2v2h-2v4h2v2h-2v3a1 1 0 0 1-1 1h-3v2h-2v-2zM7 7v4h4V7H7z\"/>\n    </g>\n</svg>\n</li><li title=\"cpu line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6 18h12V6H6v12zm8 2h-4v2H8v-2H5a1 1 0 0 1-1-1v-3H2v-2h2v-4H2V8h2V5a1 1 0 0 1 1-1h3V2h2v2h4V2h2v2h3a1 1 0 0 1 1 1v3h2v2h-2v4h2v2h-2v3a1 1 0 0 1-1 1h-3v2h-2v-2zM8 8h8v8H8V8z\"/>\n    </g>\n</svg>\n</li><li title=\"dashboard 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm0 3c-3.866 0-7 3.134-7 7 0 1.852.72 3.537 1.894 4.789l.156.16 1.414-1.413C7.56 14.63 7 13.38 7 12c0-2.761 2.239-5 5-5 .448 0 .882.059 1.295.17l1.563-1.562C13.985 5.218 13.018 5 12 5zm6.392 4.143l-1.561 1.562c.11.413.169.847.169 1.295 0 1.38-.56 2.63-1.464 3.536l1.414 1.414C18.216 15.683 19 13.933 19 12c0-1.018-.217-1.985-.608-2.857zm-2.15-2.8l-3.725 3.724C12.352 10.023 12.179 10 12 10c-1.105 0-2 .895-2 2s.895 2 2 2 2-.895 2-2c0-.179-.023-.352-.067-.517l3.724-3.726-1.414-1.414z\"/>\n    </g>\n</svg>\n</li><li title=\"dashboard 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm0 2c-4.418 0-8 3.582-8 8s3.582 8 8 8 8-3.582 8-8-3.582-8-8-8zm0 1c1.018 0 1.985.217 2.858.608L13.295 7.17C12.882 7.06 12.448 7 12 7c-2.761 0-5 2.239-5 5 0 1.38.56 2.63 1.464 3.536L7.05 16.95l-.156-.161C5.72 15.537 5 13.852 5 12c0-3.866 3.134-7 7-7zm6.392 4.143c.39.872.608 1.84.608 2.857 0 1.933-.784 3.683-2.05 4.95l-1.414-1.414C16.44 14.63 17 13.38 17 12c0-.448-.059-.882-.17-1.295l1.562-1.562zm-2.15-2.8l1.415 1.414-3.724 3.726c.044.165.067.338.067.517 0 1.105-.895 2-2 2s-2-.895-2-2 .895-2 2-2c.179 0 .352.023.517.067l3.726-3.724z\"/>\n    </g>\n</svg>\n</li><li title=\"dashboard 3 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm4.596 5.404c-.204-.205-.526-.233-.763-.067-2.89 2.028-4.52 3.23-4.894 3.602-.585.586-.585 1.536 0 2.122.586.585 1.536.585 2.122 0 .219-.22 1.418-1.851 3.598-4.897.168-.234.141-.556-.063-.76zM17.5 11c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1zm-11 0c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1zm2.318-3.596c-.39-.39-1.024-.39-1.414 0-.39.39-.39 1.023 0 1.414.39.39 1.023.39 1.414 0 .39-.39.39-1.024 0-1.414zM12 5.5c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1z\"/>\n    </g>\n</svg>\n</li><li title=\"dashboard 3 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm0 2c-4.418 0-8 3.582-8 8s3.582 8 8 8 8-3.582 8-8-3.582-8-8-8zm3.833 3.337c.237-.166.559-.138.763.067.204.204.23.526.063.76-2.18 3.046-3.38 4.678-3.598 4.897-.586.585-1.536.585-2.122 0-.585-.586-.585-1.536 0-2.122.374-.373 2.005-1.574 4.894-3.602zM17.5 11c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm-11 0c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm2.318-3.596c.39.39.39 1.023 0 1.414-.39.39-1.024.39-1.414 0-.39-.39-.39-1.024 0-1.414.39-.39 1.023-.39 1.414 0zM12 5.5c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1z\"/>\n    </g>\n</svg>\n</li><li title=\"database 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M21 9.5v3c0 2.485-4.03 4.5-9 4.5s-9-2.015-9-4.5v-3c0 2.485 4.03 4.5 9 4.5s9-2.015 9-4.5zm-18 5c0 2.485 4.03 4.5 9 4.5s9-2.015 9-4.5v3c0 2.485-4.03 4.5-9 4.5s-9-2.015-9-4.5v-3zm9-2.5c-4.97 0-9-2.015-9-4.5S7.03 3 12 3s9 2.015 9 4.5-4.03 4.5-9 4.5z\"/>\n    </g>\n</svg>\n</li><li title=\"database 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M5 12.5c0 .313.461.858 1.53 1.393C7.914 14.585 9.877 15 12 15c2.123 0 4.086-.415 5.47-1.107 1.069-.535 1.53-1.08 1.53-1.393v-2.171C17.35 11.349 14.827 12 12 12s-5.35-.652-7-1.671V12.5zm14 2.829C17.35 16.349 14.827 17 12 17s-5.35-.652-7-1.671V17.5c0 .313.461.858 1.53 1.393C7.914 19.585 9.877 20 12 20c2.123 0 4.086-.415 5.47-1.107 1.069-.535 1.53-1.08 1.53-1.393v-2.171zM3 17.5v-10C3 5.015 7.03 3 12 3s9 2.015 9 4.5v10c0 2.485-4.03 4.5-9 4.5s-9-2.015-9-4.5zm9-7.5c2.123 0 4.086-.415 5.47-1.107C18.539 8.358 19 7.813 19 7.5c0-.313-.461-.858-1.53-1.393C16.086 5.415 14.123 5 12 5c-2.123 0-4.086.415-5.47 1.107C5.461 6.642 5 7.187 5 7.5c0 .313.461.858 1.53 1.393C7.914 9.585 9.877 10 12 10z\"/>\n    </g>\n</svg>\n</li><li title=\"database fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M11 7V4a1 1 0 0 1 1-1h9a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1h8zm-6 9v2h5v-2H5zm9 0v2h5v-2h-5zm0-3v2h5v-2h-5zm0-3v2h5v-2h-5zm-9 3v2h5v-2H5z\"/>\n    </g>\n</svg>\n</li><li title=\"database line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M11 19V9H4v10h7zm0-12V4a1 1 0 0 1 1-1h9a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1h8zm2-2v14h7V5h-7zM5 16h5v2H5v-2zm9 0h5v2h-5v-2zm0-3h5v2h-5v-2zm0-3h5v2h-5v-2zm-9 3h5v2H5v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"device fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M19 6h-8a1 1 0 0 0-1 1v13H4a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v3zm-6 2h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1h-8a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z\"/>\n    </g>\n</svg>\n</li><li title=\"device line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M19 8h2a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1h-8a1 1 0 0 1-1-1v-1H4a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v5zm-2 0V4H5v14h7V9a1 1 0 0 1 1-1h4zm-3 2v10h6V10h-6z\"/>\n    </g>\n</svg>\n</li><li title=\"device recover fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M19 2a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h14zm-7 5a5 5 0 1 0 .955 9.909L12 15a3 3 0 0 1 0-6c1.598 0 3 1.34 3 3h-2.5l2.128 4.254A5 5 0 0 0 12 7z\"/>\n    </g>\n</svg>\n</li><li title=\"device recover line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M19 2a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h14zm-1 2H6v16h12V4zm-6 3a5 5 0 0 1 2.628 9.254L12.5 12H15a3 3 0 1 0-3 3l.955 1.909A5 5 0 1 1 12 7z\"/>\n    </g>\n</svg>\n</li><li title=\"dual sim 1 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M15 2l4.707 4.707a1 1 0 0 1 .293.707V21a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h10zm-2 6h-3v2h1v6h2V8z\"/>\n    </g>\n</svg>\n</li><li title=\"dual sim 1 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M15 2l4.707 4.707a1 1 0 0 1 .293.707V21a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h10zm-.829 2H6v16h12V7.829L14.171 4zM13 16h-2v-6h-1V8h3v8z\"/>\n    </g>\n</svg>\n</li><li title=\"dual sim 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M15 2l4.707 4.707a1 1 0 0 1 .293.707V21a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h10zm-3 5.5a3 3 0 0 0-2.995 2.824L9 10.5h2a1 1 0 1 1 1.751.66l-.082.083L9 14.547 9 16h6v-2h-2.405l1.412-1.27-.006-.01.008.008A3 3 0 0 0 12 7.5z\"/>\n    </g>\n</svg>\n</li><li title=\"dual sim 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M15 2l4.707 4.707a1 1 0 0 1 .293.707V21a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h10zm-.829 2H6v16h12V7.829L14.171 4zM12 7.5a3 3 0 0 1 2.009 5.228l-.008-.008.006.01L12.595 14H15v2H9v-1.453l3.67-3.304A1 1 0 1 0 11 10.5H9a3 3 0 0 1 3-3z\"/>\n    </g>\n</svg>\n</li><li title=\"fingerprint 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 1a9 9 0 0 1 9 9v4a8.99 8.99 0 0 1-3.81 7.354c.474-1.522.75-3.131.802-4.797L18 16v-2.001h-2V16l-.003.315a15.932 15.932 0 0 1-1.431 6.315 9.045 9.045 0 0 1-3.574.314 12.935 12.935 0 0 0 2.001-6.52L13 16V9h-2v7l-.004.288a10.95 10.95 0 0 1-2.087 6.167 8.98 8.98 0 0 1-2.626-1.504 7.959 7.959 0 0 0 1.71-4.623L8 16v-6l.005-.2a3.978 3.978 0 0 1 .435-1.625l.114-.207-1.445-1.445a5.969 5.969 0 0 0-1.102 3.18L6 10v6l-.004.225a5.968 5.968 0 0 1-1.121 3.273A8.958 8.958 0 0 1 3 14v-4a9 9 0 0 1 9-9zm0 3c-1.196 0-2.31.35-3.246.953l-.23.156 1.444 1.445a3.977 3.977 0 0 1 1.787-.547L12 6l.2.005a4 4 0 0 1 3.795 3.789L16 10v2h2v-2a6 6 0 0 0-6-6z\"/>\n    </g>\n</svg>\n</li><li title=\"fingerprint 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 1a9 9 0 0 1 9 9v4a9 9 0 0 1-12.092 8.455c.128-.177.251-.357.369-.542l.17-.28a10.918 10.918 0 0 0 1.55-5.345L11 16V9h2v7a12.96 12.96 0 0 1-.997 5.001 7.026 7.026 0 0 0 2.27-.378c.442-1.361.693-2.808.724-4.31L15 16v-3.001h2V16c0 1.088-.102 2.153-.298 3.185a6.978 6.978 0 0 0 2.294-4.944L19 14v-4A7 7 0 0 0 7.808 4.394L6.383 2.968A8.962 8.962 0 0 1 12 1zm-5 9a5 5 0 1 1 10 0v1h-2v-1a3 3 0 0 0-5.995-.176L9 10v6c0 1.567-.4 3.04-1.104 4.323l-.024.04c-.23.414-.491.808-.782 1.179a9.03 9.03 0 0 1-1.237-.97l-.309-.3A8.97 8.97 0 0 1 3 14v-4c0-2.125.736-4.078 1.968-5.617l1.426 1.425a6.966 6.966 0 0 0-1.39 3.951L5 10v4c0 1.675.588 3.212 1.57 4.417a6.91 6.91 0 0 0 .426-2.176L7 16v-6z\"/>\n    </g>\n</svg>\n</li><li title=\"fingerprint fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17 13v1c0 2.77-.664 5.445-1.915 7.846l-.227.42-1.747-.974c1.16-2.08 1.81-4.41 1.882-6.836L15 14v-1h2zm-6-3h2v4l-.005.379a12.941 12.941 0 0 1-2.691 7.549l-.231.29-1.55-1.264a10.944 10.944 0 0 0 2.471-6.588L11 14v-4zm1-4a5 5 0 0 1 5 5h-2a3 3 0 0 0-6 0v3c0 2.235-.82 4.344-2.271 5.977l-.212.23-1.448-1.38a6.969 6.969 0 0 0 1.925-4.524L7 14v-3a5 5 0 0 1 5-5zm0-4a9 9 0 0 1 9 9v3c0 1.698-.202 3.37-.597 4.99l-.139.539-1.93-.526c.392-1.437.613-2.922.658-4.435L19 14v-3A7 7 0 0 0 7.808 5.394L6.383 3.968A8.962 8.962 0 0 1 12 2zM4.968 5.383l1.426 1.425a6.966 6.966 0 0 0-1.39 3.951L5 11 5.004 13c0 1.12-.264 2.203-.762 3.177l-.156.29-1.737-.992c.38-.665.602-1.407.646-2.183L3.004 13v-2a8.94 8.94 0 0 1 1.964-5.617z\"/>\n    </g>\n</svg>\n</li><li title=\"fingerprint line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17 13v1c0 2.77-.664 5.445-1.915 7.846l-.227.42-1.747-.974c1.16-2.08 1.81-4.41 1.882-6.836L15 14v-1h2zm-6-3h2v4l-.005.379a12.941 12.941 0 0 1-2.691 7.549l-.231.29-1.55-1.264a10.944 10.944 0 0 0 2.471-6.588L11 14v-4zm1-4a5 5 0 0 1 5 5h-2a3 3 0 0 0-6 0v3c0 2.235-.82 4.344-2.271 5.977l-.212.23-1.448-1.38a6.969 6.969 0 0 0 1.925-4.524L7 14v-3a5 5 0 0 1 5-5zm0-4a9 9 0 0 1 9 9v3c0 1.698-.202 3.37-.597 4.99l-.139.539-1.93-.526c.392-1.437.613-2.922.658-4.435L19 14v-3A7 7 0 0 0 7.808 5.394L6.383 3.968A8.962 8.962 0 0 1 12 2zM4.968 5.383l1.426 1.425a6.966 6.966 0 0 0-1.39 3.951L5 11 5.004 13c0 1.12-.264 2.203-.762 3.177l-.156.29-1.737-.992c.38-.665.602-1.407.646-2.183L3.004 13v-2a8.94 8.94 0 0 1 1.964-5.617z\"/>\n    </g>\n</svg>\n</li><li title=\"gamepad fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17 4a6 6 0 0 1 6 6v4a6 6 0 0 1-6 6H7a6 6 0 0 1-6-6v-4a6 6 0 0 1 6-6h10zm-7 5H8v2H6v2h1.999L8 15h2l-.001-2H12v-2h-2V9zm8 4h-2v2h2v-2zm-2-4h-2v2h2V9z\"/>\n    </g>\n</svg>\n</li><li title=\"gamepad line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M17 4a6 6 0 0 1 6 6v4a6 6 0 0 1-6 6H7a6 6 0 0 1-6-6v-4a6 6 0 0 1 6-6h10zm0 2H7a4 4 0 0 0-3.995 3.8L3 10v4a4 4 0 0 0 3.8 3.995L7 18h10a4 4 0 0 0 3.995-3.8L21 14v-4a4 4 0 0 0-3.8-3.995L17 6zm-7 3v2h2v2H9.999L10 15H8l-.001-2H6v-2h2V9h2zm8 4v2h-2v-2h2zm-2-4v2h-2V9h2z\"/>\n    </g>\n</svg>\n</li><li title=\"gps fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 16l3 6H9l3-6zm-2.627.255a5 5 0 1 1 5.255 0l-1.356-2.711a2 2 0 1 0-2.544 0l-1.355 2.71zm-2.241 4.482A9.997 9.997 0 0 1 2 12C2 6.477 6.477 2 12 2s10 4.477 10 10a9.997 9.997 0 0 1-5.132 8.737l-1.343-2.688a7 7 0 1 0-7.05 0l-1.343 2.688z\"/>\n    </g>\n</svg>\n</li><li title=\"gps line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M7.132 20.737A9.997 9.997 0 0 1 2 12C2 6.477 6.477 2 12 2s10 4.477 10 10a9.997 9.997 0 0 1-5.132 8.737l-.896-1.791a8 8 0 1 0-7.945 0l-.895 1.791zm1.792-3.584a6 6 0 1 1 6.151 0l-.898-1.797a4 4 0 1 0-4.354 0l-.899 1.797zM12 16l3 6H9l3-6z\"/>\n    </g>\n</svg>\n</li><li title=\"gradienter fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zM8.126 11H4.062a8.079 8.079 0 0 0 0 2h4.064a4.007 4.007 0 0 1 0-2zm7.748 0a4.007 4.007 0 0 1 0 2h4.064a8.079 8.079 0 0 0 0-2h-4.064zM12 14a2 2 0 1 0 0-4 2 2 0 0 0 0 4z\"/>\n    </g>\n</svg>\n</li><li title=\"gradienter line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M2.05 13h2.012a8.001 8.001 0 0 0 15.876 0h2.013c-.502 5.053-4.766 9-9.951 9-5.185 0-9.449-3.947-9.95-9zm0-2C2.55 5.947 6.814 2 12 2s9.449 3.947 9.95 9h-2.012a8.001 8.001 0 0 0-15.876 0H2.049zM12 14a2 2 0 1 1 0-4 2 2 0 0 1 0 4z\"/>\n    </g>\n</svg>\n</li><li title=\"hard drive 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M21 3v18a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1zM5 16v4h14v-4H5zm10 1h2v2h-2v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"hard drive 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5 14h14V4H5v10zm0 2v4h14v-4H5zM4 2h16a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1zm11 15h2v2h-2v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"hard drive fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M13.95 2H20a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-8.05c.329.033.663.05 1 .05 5.523 0 10-4.477 10-10 0-.337-.017-.671-.05-1zM15 16v2h2v-2h-2zM11.938 2A8 8 0 0 1 3 10.938V3a1 1 0 0 1 1-1h7.938z\"/>\n    </g>\n</svg>\n</li><li title=\"hard drive line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5 10.938A8.004 8.004 0 0 0 11.938 4H5v6.938zm0 2.013V20h14V4h-5.05A10.003 10.003 0 0 1 5 12.95zM4 2h16a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1zm11 14h2v2h-2v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"hotspot fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M11 2v9h7v10a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h6zm2 5a2 2 0 0 1 2 2h-2V7zm0-3a5 5 0 0 1 5 5h-2a3 3 0 0 0-3-3V4zm0-3a8 8 0 0 1 8 8h-2a6 6 0 0 0-6-6V1z\"/>\n    </g>\n</svg>\n</li><li title=\"hotspot line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M11 2v2H7v16h10v-9h2v10a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h5zm2 5a2 2 0 0 1 2 2h-2V7zm0-3a5 5 0 0 1 5 5h-2a3 3 0 0 0-3-3V4zm0-3a8 8 0 0 1 8 8h-2a6 6 0 0 0-6-6V1z\"/>\n    </g>\n</svg>\n</li><li title=\"install fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M11 2v5H8l4 4 4-4h-3V2h7a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h7zm8 14H5v4h14v-4zm-2 1v2h-2v-2h2z\"/>\n    </g>\n</svg>\n</li><li title=\"install line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M9 2v2H5l-.001 10h14L19 4h-4V2h5a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h5zm9.999 14h-14L5 20h14l-.001-4zM17 17v2h-2v-2h2zM13 2v5h3l-4 4-4-4h3V2h2z\"/>\n    </g>\n</svg>\n</li><li title=\"keyboard box fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm2 4v2h2V7H5zm0 4v2h2v-2H5zm0 4v2h14v-2H5zm4-4v2h2v-2H9zm0-4v2h2V7H9zm4 0v2h2V7h-2zm4 0v2h2V7h-2zm-4 4v2h2v-2h-2zm4 0v2h2v-2h-2z\"/>\n    </g>\n</svg>\n</li><li title=\"keyboard box line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 5v14h16V5H4zM3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm3 4h2v2H6V7zm0 4h2v2H6v-2zm0 4h12v2H6v-2zm5-4h2v2h-2v-2zm0-4h2v2h-2V7zm5 0h2v2h-2V7zm0 4h2v2h-2v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"keyboard fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 17h18v2H3v-2zm0-6h3v3H3v-3zm5 0h3v3H8v-3zM3 5h3v3H3V5zm10 0h3v3h-3V5zm5 0h3v3h-3V5zm-5 6h3v3h-3v-3zm5 0h3v3h-3v-3zM8 5h3v3H8V5z\"/>\n    </g>\n</svg>\n</li><li title=\"keyboard line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 17h18v2H3v-2zm0-6h3v3H3v-3zm5 0h3v3H8v-3zM3 5h3v3H3V5zm10 0h3v3h-3V5zm5 0h3v3h-3V5zm-5 6h3v3h-3v-3zm5 0h3v3h-3v-3zM8 5h3v3H8V5z\"/>\n    </g>\n</svg>\n</li><li title=\"mac fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M14 18v2l2 1v1H8l-.004-.996L10 20v-2H2.992A.998.998 0 0 1 2 16.993V4.007C2 3.451 2.455 3 2.992 3h18.016c.548 0 .992.449.992 1.007v12.986c0 .556-.455 1.007-.992 1.007H14zM4 14v2h16v-2H4z\"/>\n    </g>\n</svg>\n</li><li title=\"mac line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M14 18v2l2 1v1H8l-.004-.996L10 20v-2H2.992A.998.998 0 0 1 2 16.993V4.007C2 3.451 2.455 3 2.992 3h18.016c.548 0 .992.449.992 1.007v12.986c0 .556-.455 1.007-.992 1.007H14zM4 5v9h16V5H4z\"/>\n    </g>\n</svg>\n</li><li title=\"macbook fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M2 4.007C2 3.45 2.455 3 2.992 3h18.016c.548 0 .992.45.992 1.007V17H2V4.007zM1 19h22v2H1v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"macbook line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 5v11h16V5H4zm-2-.993C2 3.451 2.455 3 2.992 3h18.016c.548 0 .992.449.992 1.007V18H2V4.007zM1 19h22v2H1v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"mouse fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M11.141 2h1.718c2.014 0 3.094.278 4.072.801a5.452 5.452 0 0 1 2.268 2.268c.523.978.801 2.058.801 4.072v5.718c0 2.014-.278 3.094-.801 4.072a5.452 5.452 0 0 1-2.268 2.268c-.978.523-2.058.801-4.072.801H11.14c-2.014 0-3.094-.278-4.072-.801a5.452 5.452 0 0 1-2.268-2.268C4.278 17.953 4 16.873 4 14.859V9.14c0-2.014.278-3.094.801-4.072A5.452 5.452 0 0 1 7.07 2.801C8.047 2.278 9.127 2 11.141 2zM11 6v5h2V6h-2z\"/>\n    </g>\n</svg>\n</li><li title=\"mouse line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M11.141 4c-1.582 0-2.387.169-3.128.565a3.453 3.453 0 0 0-1.448 1.448C6.169 6.753 6 7.559 6 9.14v5.718c0 1.582.169 2.387.565 3.128.337.63.818 1.111 1.448 1.448.74.396 1.546.565 3.128.565h1.718c1.582 0 2.387-.169 3.128-.565a3.453 3.453 0 0 0 1.448-1.448c.396-.74.565-1.546.565-3.128V9.14c0-1.582-.169-2.387-.565-3.128a3.453 3.453 0 0 0-1.448-1.448C15.247 4.169 14.441 4 12.86 4H11.14zm0-2h1.718c2.014 0 3.094.278 4.072.801a5.452 5.452 0 0 1 2.268 2.268c.523.978.801 2.058.801 4.072v5.718c0 2.014-.278 3.094-.801 4.072a5.452 5.452 0 0 1-2.268 2.268c-.978.523-2.058.801-4.072.801H11.14c-2.014 0-3.094-.278-4.072-.801a5.452 5.452 0 0 1-2.268-2.268C4.278 17.953 4 16.873 4 14.859V9.14c0-2.014.278-3.094.801-4.072A5.452 5.452 0 0 1 7.07 2.801C8.047 2.278 9.127 2 11.141 2zM11 6h2v5h-2V6z\"/>\n    </g>\n</svg>\n</li><li title=\"phone fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M21 16.42v3.536a1 1 0 0 1-.93.998c-.437.03-.794.046-1.07.046-8.837 0-16-7.163-16-16 0-.276.015-.633.046-1.07A1 1 0 0 1 4.044 3H7.58a.5.5 0 0 1 .498.45c.023.23.044.413.064.552A13.901 13.901 0 0 0 9.35 8.003c.095.2.033.439-.147.567l-2.158 1.542a13.047 13.047 0 0 0 6.844 6.844l1.54-2.154a.462.462 0 0 1 .573-.149 13.901 13.901 0 0 0 4 1.205c.139.02.322.042.55.064a.5.5 0 0 1 .449.498z\"/>\n    </g>\n</svg>\n</li><li title=\"phone find fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M18 2a1 1 0 0 1 1 1v8.529A6 6 0 0 0 9 16c0 3.238 2.76 6 6 6H6a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h12zm-3 10a4 4 0 0 1 3.446 6.032l2.21 2.21-1.413 1.415-2.211-2.21A4 4 0 1 1 15 12zm0 2a2 2 0 1 0 0 4 2 2 0 0 0 0-4z\"/>\n    </g>\n</svg>\n</li><li title=\"phone find line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M18 2a1 1 0 0 1 1 1v8h-2V4H7v16h4v2H6a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h12zm-3 10a4 4 0 0 1 3.446 6.032l2.21 2.21-1.413 1.415-2.212-2.21A4 4 0 1 1 15 12zm0 2a2 2 0 1 0 0 4 2 2 0 0 0 0-4z\"/>\n    </g>\n</svg>\n</li><li title=\"phone line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M9.366 10.682a10.556 10.556 0 0 0 3.952 3.952l.884-1.238a1 1 0 0 1 1.294-.296 11.422 11.422 0 0 0 4.583 1.364 1 1 0 0 1 .921.997v4.462a1 1 0 0 1-.898.995c-.53.055-1.064.082-1.602.082C9.94 21 3 14.06 3 5.5c0-.538.027-1.072.082-1.602A1 1 0 0 1 4.077 3h4.462a1 1 0 0 1 .997.921A11.422 11.422 0 0 0 10.9 8.504a1 1 0 0 1-.296 1.294l-1.238.884zm-2.522-.657l1.9-1.357A13.41 13.41 0 0 1 7.647 5H5.01c-.006.166-.009.333-.009.5C5 12.956 11.044 19 18.5 19c.167 0 .334-.003.5-.01v-2.637a13.41 13.41 0 0 1-3.668-1.097l-1.357 1.9a12.442 12.442 0 0 1-1.588-.75l-.058-.033a12.556 12.556 0 0 1-4.702-4.702l-.033-.058a12.442 12.442 0 0 1-.75-1.588z\"/>\n    </g>\n</svg>\n</li><li title=\"phone lock fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M18 2a1 1 0 0 1 1 1l.001 7.1A5.002 5.002 0 0 0 13.1 14H12v8H6a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h12zm0 10a3 3 0 0 1 3 3v1h1v5a1 1 0 0 1-1 1h-6a1 1 0 0 1-1-1v-5h1v-1a3 3 0 0 1 3-3zm0 2c-.513 0-1 .45-1 1v1h2v-1a1 1 0 0 0-1-1z\"/>\n    </g>\n</svg>\n</li><li title=\"phone lock line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M18 2a1 1 0 0 1 1 1v7h-2V4H7v16h5v2H6a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h12zm0 10a3 3 0 0 1 3 3v1h1v5a1 1 0 0 1-1 1h-6a1 1 0 0 1-1-1v-5h1v-1a3 3 0 0 1 3-3zm2 6h-4v2h4v-2zm-2-4c-.508 0-1 .45-1 1v1h2v-1a1 1 0 0 0-1-1z\"/>\n    </g>\n</svg>\n</li><li title=\"qr code fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M16 17v-1h-3v-3h3v2h2v2h-1v2h-2v2h-2v-3h2v-1h1zm5 4h-4v-2h2v-2h2v4zM3 3h8v8H3V3zm10 0h8v8h-8V3zM3 13h8v8H3v-8zm15 0h3v2h-3v-2zM6 6v2h2V6H6zm0 10v2h2v-2H6zM16 6v2h2V6h-2z\"/>\n    </g>\n</svg>\n</li><li title=\"qr code line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M16 17v-1h-3v-3h3v2h2v2h-1v2h-2v2h-2v-3h2v-1h1zm5 4h-4v-2h2v-2h2v4zM3 3h8v8H3V3zm2 2v4h4V5H5zm8-2h8v8h-8V3zm2 2v4h4V5h-4zM3 13h8v8H3v-8zm2 2v4h4v-4H5zm13-2h3v2h-3v-2zM6 6h2v2H6V6zm0 10h2v2H6v-2zM16 6h2v2h-2V6z\"/>\n    </g>\n</svg>\n</li><li title=\"qr scan 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M15 3h6v6h-6V3zM9 3v6H3V3h6zm6 18v-6h6v6h-6zm-6 0H3v-6h6v6zM3 11h18v2H3v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"qr scan 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M15 3h6v5h-2V5h-4V3zM9 3v2H5v3H3V3h6zm6 18v-2h4v-3h2v5h-6zm-6 0H3v-5h2v3h4v2zM3 11h18v2H3v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"qr scan fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M21 15v5.007a.994.994 0 0 1-.993.993H3.993A.994.994 0 0 1 3 20.007V15h18zM2 11h20v2H2v-2zm19-2H3V3.993C3 3.445 3.445 3 3.993 3h16.014c.548 0 .993.445.993.993V9z\"/>\n    </g>\n</svg>\n</li><li title=\"qr scan line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M21 16v5H3v-5h2v3h14v-3h2zM3 11h18v2H3v-2zm18-3h-2V5H5v3H3V3h18v5z\"/>\n    </g>\n</svg>\n</li><li title=\"radar fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M14.368 4.398l-3.484 6.035 1.732 1L16.1 5.398c4.17 2.772 6.306 7.08 4.56 10.102-1.86 3.222-7.189 3.355-11.91.63C4.029 13.402 1.48 8.721 3.34 5.5c1.745-3.023 6.543-3.327 11.028-1.102zm1.516-2.625l1.732 1-1.5 2.598-1.732-1 1.5-2.598zM6.732 20H17v2H5.017a.995.995 0 0 1-.883-.5 1.005 1.005 0 0 1 0-1l2.25-3.897 1.732 1L6.732 20z\"/>\n    </g>\n</svg>\n</li><li title=\"radar line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12.506 3.623l-1.023 1.772c-2.91-.879-5.514-.45-6.411 1.105-1.178 2.04.79 5.652 4.678 7.897s8 2.142 9.178.103c.898-1.555-.033-4.024-2.249-6.105l1.023-1.772c3.082 2.709 4.463 6.27 2.958 8.877-1.86 3.222-7.189 3.355-11.91.63C4.029 13.402 1.48 8.721 3.34 5.5c1.505-2.607 5.28-3.192 9.166-1.877zm3.378-1.85l1.732 1-5 8.66-1.732-1 5-8.66zM6.732 20H17v2H5.017a.995.995 0 0 1-.883-.5 1.005 1.005 0 0 1 0-1l2.25-3.897 1.732 1L6.732 20z\"/>\n    </g>\n</svg>\n</li><li title=\"remote control 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M18 2a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h12zm-3 13h-2v2h2v-2zm-4 0H9v2h2v-2zm2-9h-2v2H9v2h1.999L11 12h2l-.001-2H15V8h-2V6z\"/>\n    </g>\n</svg>\n</li><li title=\"remote control 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M18 2a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h12zm-1 2H7v16h10V4zm-2 11v2h-2v-2h2zm-4 0v2H9v-2h2zm2-9v2h2v2h-2.001L13 12h-2l-.001-2H9V8h2V6h2z\"/>\n    </g>\n</svg>\n</li><li title=\"remote control fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17 12a1 1 0 0 1 1 1v9H6v-9a1 1 0 0 1 1-1h10zm-7 2H8v2h2v-2zm2-8a6 6 0 0 1 5.368 3.316l-1.79.895a4 4 0 0 0-7.157 0l-1.789-.895A6 6 0 0 1 12 6zm0-4a10 10 0 0 1 8.946 5.527l-1.789.895A8 8 0 0 0 12 4a8 8 0 0 0-7.157 4.422l-1.79-.895A10 10 0 0 1 12 2z\"/>\n    </g>\n</svg>\n</li><li title=\"remote control line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17 12a1 1 0 0 1 1 1v9h-2v-8H8v8H6v-9a1 1 0 0 1 1-1h10zm-5 4v2h-2v-2h2zm0-10a6 6 0 0 1 5.368 3.316l-1.79.895a4 4 0 0 0-7.157 0l-1.789-.895A6 6 0 0 1 12 6zm0-4a10 10 0 0 1 8.946 5.527l-1.789.895A8 8 0 0 0 12 4a8 8 0 0 0-7.157 4.422l-1.79-.895A10 10 0 0 1 12 2z\"/>\n    </g>\n</svg>\n</li><li title=\"restart fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm4.82-4.924a7 7 0 1 0-1.852 1.266l-.975-1.755A5 5 0 1 1 17 12h-3l2.82 5.076z\"/>\n    </g>\n</svg>\n</li><li title=\"restart line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M18.537 19.567A9.961 9.961 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10c0 2.136-.67 4.116-1.81 5.74L17 12h3a8 8 0 1 0-2.46 5.772l.997 1.795z\"/>\n    </g>\n</svg>\n</li><li title=\"rotate lock fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 2c5.523 0 10 4.477 10 10 0 2.136-.67 4.116-1.811 5.741L17 12h3a8 8 0 1 0-2.46 5.772l.998 1.795A9.961 9.961 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2zm0 5a3 3 0 0 1 3 3v1h1v5H8v-5h1v-1a3 3 0 0 1 3-3zm0 2a1 1 0 0 0-.993.883L11 10v1h2v-1a1 1 0 0 0-.883-.993L12 9z\"/>\n    </g>\n</svg>\n</li><li title=\"rotate lock line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 2c5.523 0 10 4.477 10 10 0 2.136-.67 4.116-1.811 5.741L17 12h3a8 8 0 1 0-2.46 5.772l.998 1.795A9.961 9.961 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2zm0 5a3 3 0 0 1 3 3v1h1v5H8v-5h1v-1a3 3 0 0 1 3-3zm2 6h-4v1h4v-1zm-2-4a1 1 0 0 0-.993.883L11 10v1h2v-1a1 1 0 0 0-.883-.993L12 9z\"/>\n    </g>\n</svg>\n</li><li title=\"router fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M11 14v-3h2v3h5a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1v-6a1 1 0 0 1 1-1h5zM2.51 8.837C3.835 4.864 7.584 2 12 2s8.166 2.864 9.49 6.837l-1.898.632a8.003 8.003 0 0 0-15.184 0l-1.897-.632zm3.796 1.265a6.003 6.003 0 0 1 11.388 0l-1.898.633a4.002 4.002 0 0 0-7.592 0l-1.898-.633z\"/>\n    </g>\n</svg>\n</li><li title=\"router line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M11 14v-3h2v3h5a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1v-6a1 1 0 0 1 1-1h5zM2.51 8.837C3.835 4.864 7.584 2 12 2s8.166 2.864 9.49 6.837l-1.898.632a8.003 8.003 0 0 0-15.184 0l-1.897-.632zm3.796 1.265a6.003 6.003 0 0 1 11.388 0l-1.898.633a4.002 4.002 0 0 0-7.592 0l-1.898-.633zM7 16v4h10v-4H7z\"/>\n    </g>\n</svg>\n</li><li title=\"rss fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 3c9.941 0 18 8.059 18 18h-3c0-8.284-6.716-15-15-15V3zm0 7c6.075 0 11 4.925 11 11h-3a8 8 0 0 0-8-8v-3zm0 7a4 4 0 0 1 4 4H3v-4z\"/>\n    </g>\n</svg>\n</li><li title=\"rss line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 17a4 4 0 0 1 4 4H3v-4zm0-7c6.075 0 11 4.925 11 11h-2a9 9 0 0 0-9-9v-2zm0-7c9.941 0 18 8.059 18 18h-2c0-8.837-7.163-16-16-16V3z\"/>\n    </g>\n</svg>\n</li><li title=\"save 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 3h13l3.707 3.707a1 1 0 0 1 .293.707V20a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm8 15a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM5 5v4h10V5H5z\"/>\n    </g>\n</svg>\n</li><li title=\"save 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5 5v14h14V7.828L16.172 5H5zM4 3h13l3.707 3.707a1 1 0 0 1 .293.707V20a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm8 15a3 3 0 1 1 0-6 3 3 0 0 1 0 6zM6 6h9v4H6V6z\"/>\n    </g>\n</svg>\n</li><li title=\"save 3 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 3h14l2.707 2.707a1 1 0 0 1 .293.707V20a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm3 1v5h9V4H7zm-1 8v7h12v-7H6zm7-7h2v3h-2V5z\"/>\n    </g>\n</svg>\n</li><li title=\"save 3 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M18 19h1V6.828L17.172 5H16v4H7V5H5v14h1v-7h12v7zM4 3h14l2.707 2.707a1 1 0 0 1 .293.707V20a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm4 11v5h8v-5H8z\"/>\n    </g>\n</svg>\n</li><li title=\"save fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M18 21v-8H6v8H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h13l4 4v13a1 1 0 0 1-1 1h-2zm-2 0H8v-6h8v6z\"/>\n    </g>\n</svg>\n</li><li title=\"save line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M7 19v-6h10v6h2V7.828L16.172 5H5v14h2zM4 3h13l4 4v13a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm5 12v4h6v-4H9z\"/>\n    </g>\n</svg>\n</li><li title=\"scan 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4.257 5.671l2.137 2.137a7 7 0 1 0 1.414-1.414L5.67 4.257A9.959 9.959 0 0 1 12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12c0-2.401.846-4.605 2.257-6.329zm3.571 3.572L12 13.414 13.414 12 9.243 7.828a5 5 0 1 1-1.414 1.414z\"/>\n    </g>\n</svg>\n</li><li title=\"scan 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5.671 4.257L13.414 12 12 13.414 8.554 9.968a4 4 0 1 0 3.697-1.96l-1.805-1.805a6 6 0 1 1-3.337 2.32L5.68 7.094a8 8 0 1 0 3.196-2.461L7.374 3.132A9.957 9.957 0 0 1 12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12a9.98 9.98 0 0 1 3.671-7.743z\"/>\n    </g>\n</svg>\n</li><li title=\"scan fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4.257 5.671L12 13.414 13.414 12 5.671 4.257A9.959 9.959 0 0 1 12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12c0-2.401.846-4.605 2.257-6.329z\"/>\n    </g>\n</svg>\n</li><li title=\"scan line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5.671 4.257L13.414 12 12 13.414l-6.32-6.32a8 8 0 1 0 3.706-2.658L7.85 2.9A9.963 9.963 0 0 1 12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12a9.98 9.98 0 0 1 3.671-7.743z\"/>\n    </g>\n</svg>\n</li><li title=\"sd card fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4.293 6.707L9 2h10a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V7.414a1 1 0 0 1 .293-.707zM15 5v4h2V5h-2zm-3 0v4h2V5h-2zM9 5v4h2V5H9z\"/>\n    </g>\n</svg>\n</li><li title=\"sd card line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6 7.828V20h12V4H9.828L6 7.828zm-1.707-1.12L9 2h10a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V7.414a1 1 0 0 1 .293-.707zM15 5h2v4h-2V5zm-3 0h2v4h-2V5zM9 6h2v3H9V6z\"/>\n    </g>\n</svg>\n</li><li title=\"sd card mini fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M7 2h12a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-8.58a1 1 0 0 1 .292-.706l1.562-1.568A.5.5 0 0 0 6 9.793V3a1 1 0 0 1 1-1zm8 2v4h2V4h-2zm-3 0v4h2V4h-2zM9 4v4h2V4H9z\"/>\n    </g>\n</svg>\n</li><li title=\"sd card mini line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M8 4v5.793a2.5 2.5 0 0 1-.73 1.765L6 12.833V20h12V4H8zM7 2h12a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-8.58a1 1 0 0 1 .292-.706l1.562-1.568A.5.5 0 0 0 6 9.793V3a1 1 0 0 1 1-1zm8 3h2v4h-2V5zm-3 0h2v4h-2V5zM9 5h2v4H9V5z\"/>\n    </g>\n</svg>\n</li><li title=\"sensor fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6 8v2h12V8h-3V2h2v4h5v2h-2v12a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V2h2v6H6zm7-6v6h-2V2h2z\"/>\n    </g>\n</svg>\n</li><li title=\"sensor line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6 8v11h12V8h-3V2h2v4h5v2h-2v12a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V2h2v6H6zm7-6v6h-2V2h2z\"/>\n    </g>\n</svg>\n</li><li title=\"server fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 3h16a1 1 0 0 1 1 1v7H3V4a1 1 0 0 1 1-1zM3 13h18v7a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-7zm4 3v2h3v-2H7zM7 6v2h3V6H7z\"/>\n    </g>\n</svg>\n</li><li title=\"server line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5 11h14V5H5v6zm16-7v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1zm-2 9H5v6h14v-6zM7 15h3v2H7v-2zm0-8h3v2H7V7z\"/>\n    </g>\n</svg>\n</li><li title=\"shut down fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M11 2.05V12h2V2.05c5.053.501 9 4.765 9 9.95 0 5.523-4.477 10-10 10S2 17.523 2 12c0-5.185 3.947-9.449 9-9.95z\"/>\n    </g>\n</svg>\n</li><li title=\"shut down line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6.265 3.807l1.147 1.639a8 8 0 1 0 9.176 0l1.147-1.639A9.988 9.988 0 0 1 22 12c0 5.523-4.477 10-10 10S2 17.523 2 12a9.988 9.988 0 0 1 4.265-8.193zM11 12V2h2v10h-2z\"/>\n    </g>\n</svg>\n</li><li title=\"signal wifi 1 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M12 3c4.284 0 8.22 1.497 11.31 3.996L12 21 .69 6.997C3.78 4.497 7.714 3 12 3zm0 2c-3.028 0-5.923.842-8.42 2.392l5.108 6.324C9.698 13.256 10.818 13 12 13c1.181 0 2.303.256 3.312.716L20.42 7.39C17.922 5.841 15.027 5 12 5z\"/>\n    </g>\n</svg>\n</li><li title=\"signal wifi 1 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M12 3c4.284 0 8.22 1.497 11.31 3.996L12 21 .69 6.997C3.78 4.497 7.714 3 12 3zm0 12c-.693 0-1.367.117-2 .34l2 2.477 2-2.477c-.63-.22-1.307-.34-2-.34zm0-10c-3.028 0-5.923.842-8.42 2.392l5.108 6.324C9.698 13.256 10.818 13 12 13c1.181 0 2.303.256 3.312.716L20.42 7.39C17.922 5.841 15.027 5 12 5z\"/>\n    </g>\n</svg>\n</li><li title=\"signal wifi 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M12 3c4.284 0 8.22 1.497 11.31 3.996L12 21 .69 6.997C3.78 4.497 7.714 3 12 3zm0 2c-3.028 0-5.923.842-8.42 2.392l3.178 3.935C8.316 10.481 10.102 10 12 10c1.898 0 3.683.48 5.241 1.327L20.42 7.39C17.922 5.841 15.027 5 12 5z\"/>\n    </g>\n</svg>\n</li><li title=\"signal wifi 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M12 3c4.284 0 8.22 1.497 11.31 3.996L12 21 .69 6.997C3.78 4.497 7.714 3 12 3zm0 9c-1.42 0-2.764.33-3.959.915L12 17.817l3.958-4.902C14.764 12.329 13.42 12 12 12zm0-7c-3.028 0-5.923.842-8.42 2.392l3.178 3.935C8.316 10.481 10.102 10 12 10c1.898 0 3.683.48 5.241 1.327L20.42 7.39C17.922 5.841 15.027 5 12 5z\"/>\n    </g>\n</svg>\n</li><li title=\"signal wifi 3 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M12 3c4.284 0 8.22 1.497 11.31 3.996L12 21 .69 6.997C3.78 4.497 7.714 3 12 3zm0 2c-3.028 0-5.923.842-8.42 2.392l1.904 2.357C7.4 8.637 9.625 8 12 8s4.6.637 6.516 1.749L20.42 7.39C17.922 5.841 15.027 5 12 5z\"/>\n    </g>\n</svg>\n</li><li title=\"signal wifi 3 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M12 3c4.284 0 8.22 1.497 11.31 3.996L12 21 .69 6.997C3.78 4.497 7.714 3 12 3zm0 7c-1.898 0-3.683.48-5.241 1.327l5.24 6.49 5.242-6.49C15.683 10.48 13.898 10 12 10zm0-5c-3.028 0-5.923.842-8.42 2.392l1.904 2.357C7.4 8.637 9.625 8 12 8s4.6.637 6.516 1.749L20.42 7.39C17.922 5.841 15.027 5 12 5z\"/>\n    </g>\n</svg>\n</li><li title=\"signal wifi error fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M12 3c4.284 0 8.22 1.497 11.31 3.996L22.498 8H18v5.571L12 21 .69 6.997C3.78 4.497 7.714 3 12 3zm10 16v2h-2v-2h2zm0-9v7h-2v-7h2z\"/>\n    </g>\n</svg>\n</li><li title=\"signal wifi error line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M12 3c4.284 0 8.22 1.497 11.31 3.996l-1.257 1.556C19.306 6.331 15.808 5 12 5c-3.089 0-5.973.875-8.419 2.392L12 17.817l6-7.429v3.183L12 21 .69 6.997C3.78 4.497 7.714 3 12 3zm10 16v2h-2v-2h2zm0-9v7h-2v-7h2z\"/>\n    </g>\n</svg>\n</li><li title=\"signal wifi fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M12 3c4.284 0 8.22 1.497 11.31 3.996L12 21 .69 6.997C3.78 4.497 7.714 3 12 3z\"/>\n    </g>\n</svg>\n</li><li title=\"signal wifi line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M12 3c4.284 0 8.22 1.497 11.31 3.996L12 21 .69 6.997C3.78 4.497 7.714 3 12 3zm0 2c-3.028 0-5.923.842-8.42 2.392L12 17.817 20.42 7.39C17.922 5.841 15.027 5 12 5z\"/>\n    </g>\n</svg>\n</li><li title=\"signal wifi off fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M2.808 1.393l17.677 17.678-1.414 1.414-3.683-3.683L12 21 .69 6.997c.914-.74 1.902-1.391 2.95-1.942L1.394 2.808l1.415-1.415zM12 3c4.284 0 8.22 1.497 11.31 3.996l-5.407 6.693L7.724 3.511C9.094 3.177 10.527 3 12 3z\"/>\n    </g>\n</svg>\n</li><li title=\"signal wifi off line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M2.808 1.393l17.677 17.678-1.414 1.414-3.683-3.682L12 21 .69 6.997c.914-.74 1.902-1.391 2.95-1.942L1.394 2.808l1.415-1.415zm.771 5.999L12 17.817l1.967-2.437-8.835-8.836c-.532.254-1.05.536-1.552.848zM12 3c4.284 0 8.22 1.497 11.31 3.996l-5.407 6.693-1.422-1.422 3.939-4.876C17.922 5.841 15.027 5 12 5c-.873 0-1.735.07-2.58.207L7.725 3.51C9.094 3.177 10.527 3 12 3z\"/>\n    </g>\n</svg>\n</li><li title=\"sim card 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5 2h10l4.707 4.707a1 1 0 0 1 .293.707V21a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1zm8 16v-8H8v2h3v6h2zm-5-5v2h2v-2H8zm6 0v2h2v-2h-2zm0-3v2h2v-2h-2zm-6 6v2h2v-2H8zm6 0v2h2v-2h-2z\"/>\n    </g>\n</svg>\n</li><li title=\"sim card 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6 4v16h12V7.828L14.172 4H6zM5 2h10l4.707 4.707a1 1 0 0 1 .293.707V21a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1zm8 8v8h-2v-6H8v-2h5zm-5 3h2v2H8v-2zm6 0h2v2h-2v-2zm0-3h2v2h-2v-2zm-6 6h2v2H8v-2zm6 0h2v2h-2v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"sim card fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5 2h10l4.707 4.707a1 1 0 0 1 .293.707V21a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1zm3 10v6h8v-6H8z\"/>\n    </g>\n</svg>\n</li><li title=\"sim card line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6 4v16h12V7.828L14.172 4H6zM5 2h10l4.707 4.707a1 1 0 0 1 .293.707V21a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1zm3 10h8v6H8v-6z\"/>\n    </g>\n</svg>\n</li><li title=\"smartphone fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6 2h12a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1zm6 15a1 1 0 1 0 0 2 1 1 0 0 0 0-2z\"/>\n    </g>\n</svg>\n</li><li title=\"smartphone line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M7 4v16h10V4H7zM6 2h12a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1zm6 15a1 1 0 1 1 0 2 1 1 0 0 1 0-2z\"/>\n    </g>\n</svg>\n</li><li title=\"tablet fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5 2h14a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1zm7 15a1 1 0 1 0 0 2 1 1 0 0 0 0-2z\"/>\n    </g>\n</svg>\n</li><li title=\"tablet line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6 4v16h12V4H6zM5 2h14a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1zm7 15a1 1 0 1 1 0 2 1 1 0 0 1 0-2z\"/>\n    </g>\n</svg>\n</li><li title=\"tv 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M2 4c0-.552.455-1 .992-1h18.016c.548 0 .992.445.992 1v14c0 .552-.455 1-.992 1H2.992A.994.994 0 0 1 2 18V4zm3 16h14v2H5v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"tv 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M2 4c0-.552.455-1 .992-1h18.016c.548 0 .992.445.992 1v14c0 .552-.455 1-.992 1H2.992A.994.994 0 0 1 2 18V4zm2 1v12h16V5H4zm1 15h14v2H5v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"tv fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M15.414 5h5.594c.548 0 .992.445.992 1v14c0 .552-.455 1-.992 1H2.992A.994.994 0 0 1 2 20V6c0-.552.455-1 .992-1h5.594L6.05 2.464 7.464 1.05 11.414 5h1.172l3.95-3.95 1.414 1.414L15.414 5z\"/>\n    </g>\n</svg>\n</li><li title=\"tv line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M15.414 5h5.594c.548 0 .992.445.992 1v14c0 .552-.455 1-.992 1H2.992A.994.994 0 0 1 2 20V6c0-.552.455-1 .992-1h5.594L6.05 2.464 7.464 1.05 11.414 5h1.172l3.95-3.95 1.414 1.414L15.414 5zM4 7v12h16V7H4z\"/>\n    </g>\n</svg>\n</li><li title=\"u disk fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 12h16a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-8a1 1 0 0 1 1-1zM5 2h14v8H5V2zm4 3v2h2V5H9zm4 0v2h2V5h-2z\"/>\n    </g>\n</svg>\n</li><li title=\"u disk line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M19 12H5v8h14v-8zM5 10V2h14v8h1a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V11a1 1 0 0 1 1-1h1zm2 0h10V4H7v6zm2-4h2v2H9V6zm4 0h2v2h-2V6z\"/>\n    </g>\n</svg>\n</li><li title=\"uninstall fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M20 2a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h16zm-1 14H5v4h14v-4zm-2 1v2h-2v-2h2zM12 2L8 6h3v5h2V6h3l-4-4z\"/>\n    </g>\n</svg>\n</li><li title=\"uninstall line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M8 2v2H5l-.001 10h14L19 4h-3V2h4a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h4zm10.999 14h-14L5 20h14l-.001-4zM17 17v2h-2v-2h2zM12 2l4 4h-3v5h-2V6H8l4-4z\"/>\n    </g>\n</svg>\n</li><li title=\"usb fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M12 1l3 5h-2v7.381l3-1.499-.001-.882H15V7h4v4h-1.001L18 13.118l-5 2.5v1.553c1.166.412 2 1.523 2 2.829 0 1.657-1.343 3-3 3s-3-1.343-3-3c0-1.187.69-2.213 1.69-2.7L6 14l-.001-2.268C5.402 11.386 5 10.74 5 10c0-1.105.895-2 2-2s2 .895 2 2c0 .74-.402 1.387-1 1.732V13l3 2.086V6H9l3-5z\"/>\n    </g>\n</svg>\n</li><li title=\"usb line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M12 1l3 5h-2v7.381l3-1.499-.001-.882H15V7h4v4h-1.001L18 13.118l-5 2.5v1.553c1.166.412 2 1.523 2 2.829 0 1.657-1.343 3-3 3s-3-1.343-3-3c0-1.187.69-2.213 1.69-2.7L6 14l-.001-2.268C5.402 11.386 5 10.74 5 10c0-1.105.895-2 2-2s2 .895 2 2c0 .74-.402 1.387-1 1.732V13l3 2.086V6H9l3-5zm0 18c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1z\"/>\n    </g>\n</svg>\n</li><li title=\"wifi fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M.69 6.997A17.925 17.925 0 0 1 12 3c4.285 0 8.22 1.497 11.31 3.997L21.425 9.33A14.937 14.937 0 0 0 12 6C8.43 6 5.15 7.248 2.575 9.33L.69 6.997zm3.141 3.89A12.946 12.946 0 0 1 12 8c3.094 0 5.936 1.081 8.169 2.886l-1.885 2.334A9.958 9.958 0 0 0 12 11c-2.38 0-4.566.832-6.284 2.22l-1.885-2.334zm3.142 3.89A7.967 7.967 0 0 1 12 13c1.904 0 3.653.665 5.027 1.776l-1.885 2.334A4.98 4.98 0 0 0 12 16a4.98 4.98 0 0 0-3.142 1.11l-1.885-2.334zm3.142 3.89A2.987 2.987 0 0 1 12 18c.714 0 1.37.25 1.885.666L12 21l-1.885-2.334z\"/>\n    </g>\n</svg>\n</li><li title=\"wifi line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M.69 6.997A17.925 17.925 0 0 1 12 3c4.285 0 8.22 1.497 11.31 3.997l-1.256 1.556A15.933 15.933 0 0 0 12 5C8.191 5 4.694 6.33 1.946 8.553L.69 6.997zm3.141 3.89A12.946 12.946 0 0 1 12 8c3.094 0 5.936 1.081 8.169 2.886l-1.257 1.556A10.954 10.954 0 0 0 12 10c-2.618 0-5.023.915-6.912 2.442l-1.257-1.556zm3.142 3.89A7.967 7.967 0 0 1 12 13c1.904 0 3.653.665 5.027 1.776l-1.257 1.556A5.975 5.975 0 0 0 12 15c-1.428 0-2.74.499-3.77 1.332l-1.257-1.556zm3.142 3.89A2.987 2.987 0 0 1 12 18c.714 0 1.37.25 1.885.666L12 21l-1.885-2.334z\"/>\n    </g>\n</svg>\n</li><li title=\"wifi off fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 18c.714 0 1.37.25 1.886.666L12 21l-1.886-2.334A2.987 2.987 0 0 1 12 18zM2.808 1.393l17.677 17.678-1.414 1.414-3.682-3.68-.247.306A4.98 4.98 0 0 0 12 16a4.98 4.98 0 0 0-3.141 1.11l-1.885-2.334a7.963 7.963 0 0 1 4.622-1.766l-1.773-1.772a9.963 9.963 0 0 0-4.106 1.982L3.83 10.887A12.984 12.984 0 0 1 7.416 8.83L5.885 7.3a15 15 0 0 0-3.31 2.031L.689 6.997c.915-.74 1.903-1.391 2.952-1.942L1.393 2.808l1.415-1.415zM16.084 11.87l-3.868-3.867L12 8c3.095 0 5.937 1.081 8.17 2.887l-1.886 2.334a10 10 0 0 0-2.2-1.352zM12 3c4.285 0 8.22 1.497 11.31 3.997L21.426 9.33A14.937 14.937 0 0 0 12 6c-.572 0-1.136.032-1.69.094L7.723 3.511C9.094 3.177 10.527 3 12 3z\"/>\n    </g>\n</svg>\n</li><li title=\"wifi off line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 18c.714 0 1.37.25 1.886.666L12 21l-1.886-2.334A2.987 2.987 0 0 1 12 18zM2.808 1.393l17.677 17.678-1.414 1.414-5.18-5.18A5.994 5.994 0 0 0 12 15c-1.428 0-2.74.499-3.77 1.332l-1.256-1.556a7.963 7.963 0 0 1 4.622-1.766L9 10.414a10.969 10.969 0 0 0-3.912 2.029L3.83 10.887A12.984 12.984 0 0 1 7.416 8.83L5.132 6.545a16.009 16.009 0 0 0-3.185 2.007L.689 6.997c.915-.74 1.903-1.391 2.952-1.942L1.393 2.808l1.415-1.415zM14.5 10.285l-2.284-2.283L12 8c3.095 0 5.937 1.081 8.17 2.887l-1.258 1.556a10.96 10.96 0 0 0-4.412-2.158zM12 3c4.285 0 8.22 1.497 11.31 3.997l-1.257 1.555A15.933 15.933 0 0 0 12 5c-.878 0-1.74.07-2.58.207L7.725 3.51C9.094 3.177 10.527 3 12 3z\"/>\n    </g>\n</svg>\n</li><li title=\"wireless charging fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0L24 0 24 24 0 24z\"/>\n        <path d=\"M3.929 4.929l1.414 1.414C3.895 7.791 3 9.791 3 12c0 2.21.895 4.21 2.343 5.657L3.93 19.07C2.119 17.261 1 14.761 1 12s1.12-5.261 2.929-7.071zm16.142 0C21.881 6.739 23 9.239 23 12s-1.12 5.262-2.929 7.071l-1.414-1.414C20.105 16.209 21 14.209 21 12s-.895-4.208-2.342-5.656L20.07 4.93zM13 5v6h3l-5 8v-6H8l5-8zM6.757 7.757l1.415 1.415C7.448 9.895 7 10.895 7 12c0 1.105.448 2.105 1.172 2.828l-1.415 1.415C5.672 15.157 5 13.657 5 12c0-1.657.672-3.157 1.757-4.243zm10.487.001C18.329 8.844 19 10.344 19 12c0 1.657-.672 3.157-1.757 4.243l-1.415-1.415C16.552 14.105 17 13.105 17 12c0-1.104-.447-2.104-1.17-2.827l1.414-1.415z\"/>\n    </g>\n</svg>\n</li><li title=\"wireless charging line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0L24 0 24 24 0 24z\"/>\n        <path d=\"M3.929 4.929l1.414 1.414C3.895 7.791 3 9.791 3 12c0 2.21.895 4.21 2.343 5.657L3.93 19.07C2.119 17.261 1 14.761 1 12s1.12-5.261 2.929-7.071zm16.142 0C21.881 6.739 23 9.239 23 12s-1.12 5.262-2.929 7.071l-1.414-1.414C20.105 16.209 21 14.209 21 12s-.895-4.208-2.342-5.656L20.07 4.93zM13 5v6h3l-5 8v-6H8l5-8zM6.757 7.757l1.415 1.415C7.448 9.895 7 10.895 7 12c0 1.105.448 2.105 1.172 2.828l-1.415 1.415C5.672 15.157 5 13.657 5 12c0-1.657.672-3.157 1.757-4.243zm10.487.001C18.329 8.844 19 10.344 19 12c0 1.657-.672 3.157-1.757 4.243l-1.415-1.415C16.552 14.105 17 13.105 17 12c0-1.104-.447-2.104-1.17-2.827l1.414-1.415z\"/>\n    </g>\n</svg>\n</li><li class='heading'>Document</li><li title=\"article fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M20 22H4a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1zM7 6v4h4V6H7zm0 6v2h10v-2H7zm0 4v2h10v-2H7zm6-9v2h4V7h-4z\"/>\n    </g>\n</svg>\n</li><li title=\"article line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M20 22H4a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1zm-1-2V4H5v16h14zM7 6h4v4H7V6zm0 6h10v2H7v-2zm0 4h10v2H7v-2zm6-9h4v2h-4V7z\"/>\n    </g>\n</svg>\n</li><li title=\"bill fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M20 22H4a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1zM8 9v2h8V9H8zm0 4v2h8v-2H8z\"/>\n    </g>\n</svg>\n</li><li title=\"bill line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M20 22H4a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1zm-1-2V4H5v16h14zM8 9h8v2H8V9zm0 4h8v2H8v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"book 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M21 18H6a1 1 0 0 0 0 2h15v2H6a3 3 0 0 1-3-3V4a2 2 0 0 1 2-2h16v16zm-5-9V7H8v2h8z\"/>\n    </g>\n</svg>\n</li><li title=\"book 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M21 18H6a1 1 0 0 0 0 2h15v2H6a3 3 0 0 1-3-3V4a2 2 0 0 1 2-2h16v16zM5 16.05c.162-.033.329-.05.5-.05H19V4H5v12.05zM16 9H8V7h8v2z\"/>\n    </g>\n</svg>\n</li><li title=\"book 3 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M21 4H7a2 2 0 1 0 0 4h14v13a1 1 0 0 1-1 1H7a4 4 0 0 1-4-4V6a4 4 0 0 1 4-4h13a1 1 0 0 1 1 1v1zm-1 3H7a1 1 0 1 1 0-2h13v2z\"/>\n    </g>\n</svg>\n</li><li title=\"book 3 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M21 4H7a2 2 0 1 0 0 4h14v13a1 1 0 0 1-1 1H7a4 4 0 0 1-4-4V6a4 4 0 0 1 4-4h13a1 1 0 0 1 1 1v1zM5 18a2 2 0 0 0 2 2h12V10H7a3.982 3.982 0 0 1-2-.535V18zM20 7H7a1 1 0 1 1 0-2h13v2z\"/>\n    </g>\n</svg>\n</li><li title=\"book fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M20 22H6.5A3.5 3.5 0 0 1 3 18.5V5a3 3 0 0 1 3-3h14a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1zm-1-2v-3H6.5a1.5 1.5 0 0 0 0 3H19z\"/>\n    </g>\n</svg>\n</li><li title=\"book line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 18.5V5a3 3 0 0 1 3-3h14a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5A3.5 3.5 0 0 1 3 18.5zM19 20v-3H6.5a1.5 1.5 0 0 0 0 3H19zM5 15.337A3.486 3.486 0 0 1 6.5 15H19V4H6a1 1 0 0 0-1 1v10.337z\"/>\n    </g>\n</svg>\n</li><li title=\"book mark fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M20 22H6.5A3.5 3.5 0 0 1 3 18.5V5a3 3 0 0 1 3-3h14a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1zm-1-2v-3H6.5a1.5 1.5 0 0 0 0 3H19zM10 4v8l3.5-2 3.5 2V4h-7z\"/>\n    </g>\n</svg>\n</li><li title=\"book mark line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 18.5V5a3 3 0 0 1 3-3h14a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5A3.5 3.5 0 0 1 3 18.5zM19 20v-3H6.5a1.5 1.5 0 0 0 0 3H19zM10 4H6a1 1 0 0 0-1 1v10.337A3.486 3.486 0 0 1 6.5 15H19V4h-2v8l-3.5-2-3.5 2V4z\"/>\n    </g>\n</svg>\n</li><li title=\"book open fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M21 21h-8V6a3 3 0 0 1 3-3h5a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1zm-10 0H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a3 3 0 0 1 3 3v15zm0 0h2v2h-2v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"book open line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M13 21v2h-2v-2H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h6a3.99 3.99 0 0 1 3 1.354A3.99 3.99 0 0 1 15 3h6a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1h-8zm7-2V5h-5a2 2 0 0 0-2 2v12h7zm-9 0V7a2 2 0 0 0-2-2H4v14h7z\"/>\n    </g>\n</svg>\n</li><li title=\"book read fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M2 3.993A1 1 0 0 1 2.992 3h18.016c.548 0 .992.445.992.993v16.014a1 1 0 0 1-.992.993H2.992A.993.993 0 0 1 2 20.007V3.993zM12 5v14h8V5h-8zm1 2h6v2h-6V7zm0 3h6v2h-6v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"book read line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M2 3.993A1 1 0 0 1 2.992 3h18.016c.548 0 .992.445.992.993v16.014a1 1 0 0 1-.992.993H2.992A.993.993 0 0 1 2 20.007V3.993zM11 5H4v14h7V5zm2 0v14h7V5h-7zm1 2h5v2h-5V7zm0 3h5v2h-5v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"booklet fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M8 2v20H4v-4H2v-2h2v-3H2v-2h2V8H2V6h2V2h4zm12.005 0C21.107 2 22 2.898 22 3.99v16.02c0 1.099-.893 1.99-1.995 1.99H10V2h10.005z\"/>\n    </g>\n</svg>\n</li><li title=\"booklet line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M20.005 2C21.107 2 22 2.898 22 3.99v16.02c0 1.099-.893 1.99-1.995 1.99H4v-4H2v-2h2v-3H2v-2h2V8H2V6h2V2h16.005zM8 4H6v16h2V4zm12 0H10v16h10V4z\"/>\n    </g>\n</svg>\n</li><li title=\"clipboard fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6 4v4h12V4h2.007c.548 0 .993.445.993.993v16.014a.994.994 0 0 1-.993.993H3.993A.994.994 0 0 1 3 21.007V4.993C3 4.445 3.445 4 3.993 4H6zm2-2h8v4H8V2z\"/>\n    </g>\n</svg>\n</li><li title=\"clipboard line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M7 4V2h10v2h3.007c.548 0 .993.445.993.993v16.014a.994.994 0 0 1-.993.993H3.993A.994.994 0 0 1 3 21.007V4.993C3 4.445 3.445 4 3.993 4H7zm0 2H5v14h14V6h-2v2H7V6zm2-2v2h6V4H9z\"/>\n    </g>\n</svg>\n</li><li title=\"contacts book 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M20 22H6a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3h14a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1zm-1-2v-2H6a1 1 0 0 0 0 2h13zm-7-10a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm-3 4h6a3 3 0 0 0-6 0z\"/>\n    </g>\n</svg>\n</li><li title=\"contacts book 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M20 22H6a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3h14a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1zm-1-2v-2H6a1 1 0 0 0 0 2h13zM5 16.17c.313-.11.65-.17 1-.17h13V4H6a1 1 0 0 0-1 1v11.17zM12 10a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm-3 4a3 3 0 0 1 6 0H9z\"/>\n    </g>\n</svg>\n</li><li title=\"contacts book fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M7 2v20H3V2h4zm2 0h10.005C20.107 2 21 2.898 21 3.99v16.02c0 1.099-.893 1.99-1.995 1.99H9V2zm13 4h2v4h-2V6zm0 6h2v4h-2v-4zm-7 0a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm-3 4h6a3 3 0 0 0-6 0z\"/>\n    </g>\n</svg>\n</li><li title=\"contacts book line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 2h16.005C20.107 2 21 2.898 21 3.99v16.02c0 1.099-.893 1.99-1.995 1.99H3V2zm4 2H5v16h2V4zm2 16h10V4H9v16zm2-4a3 3 0 0 1 6 0h-6zm3-4a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm8-6h2v4h-2V6zm0 6h2v4h-2v-4z\"/>\n    </g>\n</svg>\n</li><li title=\"contacts book upload fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M7 2v20H3V2h4zm12.005 0C20.107 2 21 2.898 21 3.99v16.02c0 1.099-.893 1.99-1.995 1.99H9V2h10.005zM15 8l-4 4h3v4h2v-4h3l-4-4zm9 4v4h-2v-4h2zm0-6v4h-2V6h2z\"/>\n    </g>\n</svg>\n</li><li title=\"contacts book upload line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M19.005 2C20.107 2 21 2.898 21 3.99v16.02c0 1.099-.893 1.99-1.995 1.99H3V2h16.005zM7 4H5v16h2V4zm12 0H9v16h10V4zm-5 4l4 4h-3v4h-2v-4h-3l4-4zm10 4v4h-2v-4h2zm0-6v4h-2V6h2z\"/>\n    </g>\n</svg>\n</li><li title=\"draft fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0L24 0 24 24 0 24z\"/>\n        <path d=\"M20 2c.552 0 1 .448 1 1v3.757l-8.999 9-.006 4.238 4.246.006L21 15.242V21c0 .552-.448 1-1 1H4c-.552 0-1-.448-1-1V3c0-.552.448-1 1-1h16zm1.778 6.808l1.414 1.414L15.414 18l-1.416-.002.002-1.412 7.778-7.778zM12 12H7v2h5v-2zm3-4H7v2h8V8z\"/>\n    </g>\n</svg>\n</li><li title=\"draft line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0L24 0 24 24 0 24z\"/>\n        <path d=\"M20 2c.552 0 1 .448 1 1v3.757l-2 2V4H5v16h14v-2.758l2-2V21c0 .552-.448 1-1 1H4c-.552 0-1-.448-1-1V3c0-.552.448-1 1-1h16zm1.778 6.808l1.414 1.414L15.414 18l-1.416-.002.002-1.412 7.778-7.778zM13 12v2H8v-2h5zm3-4v2H8V8h8z\"/>\n    </g>\n</svg>\n</li><li title=\"file 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 9h6a1 1 0 0 0 1-1V2h10.002c.551 0 .998.455.998.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V9zm0-2l5-4.997V7H3z\"/>\n    </g>\n</svg>\n</li><li title=\"file 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 8l6.003-6h10.995C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8zm7-4v5H5v11h14V4h-9z\"/>\n    </g>\n</svg>\n</li><li title=\"file 3 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M21 9v11.993A1 1 0 0 1 20.007 22H3.993A.993.993 0 0 1 3 21.008V2.992C3 2.455 3.447 2 3.998 2H14v6a1 1 0 0 0 1 1h6zm0-2h-5V2.003L21 7z\"/>\n    </g>\n</svg>\n</li><li title=\"file 3 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M21 8v12.993A1 1 0 0 1 20.007 22H3.993A.993.993 0 0 1 3 21.008V2.992C3 2.455 3.449 2 4.002 2h10.995L21 8zm-2 1h-5V4H5v16h14V9z\"/>\n    </g>\n</svg>\n</li><li title=\"file 4 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M21 15h-7v7H3.998C3.447 22 3 21.545 3 21.008V2.992C3 2.444 3.445 2 3.993 2h16.014A1 1 0 0 1 21 3.007V15zm0 2l-5 4.997V17h5z\"/>\n    </g>\n</svg>\n</li><li title=\"file 4 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M21 16l-6.003 6H4a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v13zm-2-1V4H5v16h9v-5h5z\"/>\n    </g>\n</svg>\n</li><li title=\"file add fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M16 2l5 5v14.008a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 21.008V2.992C3 2.444 3.445 2 3.993 2H16zm-5 9H8v2h3v3h2v-3h3v-2h-3V8h-2v3z\"/>\n    </g>\n</svg>\n</li><li title=\"file add line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z\"/>\n    </g>\n</svg>\n</li><li title=\"file chart 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M16 2l5 5v14.008a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 21.008V2.992C3 2.444 3.445 2 3.993 2H16zm-4 6a4 4 0 1 0 4 4h-4V8z\"/>\n    </g>\n</svg>\n</li><li title=\"file chart 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM12 8v4h4a4 4 0 1 1-4-4z\"/>\n    </g>\n</svg>\n</li><li title=\"file chart fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M16 2l5 5v14.008a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 21.008V2.992C3 2.444 3.445 2 3.993 2H16zm-5 5v10h2V7h-2zm4 4v6h2v-6h-2zm-8 2v4h2v-4H7z\"/>\n    </g>\n</svg>\n</li><li title=\"file chart line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M11 7h2v10h-2V7zm4 4h2v6h-2v-6zm-8 2h2v4H7v-4zm8-9H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992z\"/>\n    </g>\n</svg>\n</li><li title=\"file cloud fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M14.997 2L21 8l.001 4.26A5.466 5.466 0 0 0 17.5 11l-.221.004a5.503 5.503 0 0 0-5.127 4.205l-.016.074-.03.02A4.75 4.75 0 0 0 10.878 22L3.993 22a.993.993 0 0 1-.986-.876L3 21.008V2.992c0-.498.387-.927.885-.985L4.002 2h10.995zM17.5 13a3.5 3.5 0 0 1 3.5 3.5l-.001.103a2.75 2.75 0 0 1-.581 5.392L20.25 22h-5.5l-.168-.005a2.75 2.75 0 0 1-.579-5.392L14 16.5a3.5 3.5 0 0 1 3.5-3.5z\"/>\n    </g>\n</svg>\n</li><li title=\"file cloud line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M14.997 2L21 8l.001 4.26a5.471 5.471 0 0 0-2-1.053L19 9h-5V4H5v16h5.06a4.73 4.73 0 0 0 .817 2H3.993a.993.993 0 0 1-.986-.876L3 21.008V2.992c0-.498.387-.927.885-.985L4.002 2h10.995zM17.5 13a3.5 3.5 0 0 1 3.5 3.5l-.001.103a2.75 2.75 0 0 1-.581 5.392L20.25 22h-5.5l-.168-.005a2.75 2.75 0 0 1-.579-5.392L14 16.5a3.5 3.5 0 0 1 3.5-3.5zm0 2a1.5 1.5 0 0 0-1.473 1.215l-.02.14L16 16.5v1.62l-1.444.406a.75.75 0 0 0 .08 1.466l.109.008h5.51a.75.75 0 0 0 .19-1.474l-1.013-.283L19 18.12V16.5l-.007-.144A1.5 1.5 0 0 0 17.5 15z\"/>\n    </g>\n</svg>\n</li><li title=\"file code fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M16 2l5 5v14.008a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 21.008V2.992C3 2.444 3.445 2 3.993 2H16zm1.657 10L14.12 8.464 12.707 9.88 14.828 12l-2.12 2.121 1.413 1.415L17.657 12zM6.343 12l3.536 3.536 1.414-1.415L9.172 12l2.12-2.121L9.88 8.464 6.343 12z\"/>\n    </g>\n</svg>\n</li><li title=\"file code line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM17.657 12l-3.536 3.536-1.414-1.415L14.828 12l-2.12-2.121 1.413-1.415L17.657 12zM6.343 12L9.88 8.464l1.414 1.415L9.172 12l2.12 2.121-1.413 1.415L6.343 12z\"/>\n    </g>\n</svg>\n</li><li title=\"file copy 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M7 6V3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1h-3v3c0 .552-.45 1-1.007 1H4.007A1.001 1.001 0 0 1 3 21l.003-14c0-.552.45-1 1.007-1H7zm2 0h8v10h2V4H9v2zm-2 5v2h6v-2H7zm0 4v2h6v-2H7z\"/>\n    </g>\n</svg>\n</li><li title=\"file copy 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M7 6V3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1h-3v3c0 .552-.45 1-1.007 1H4.007A1.001 1.001 0 0 1 3 21l.003-14c0-.552.45-1 1.006-1H7zM5.002 8L5 20h10V8H5.002zM9 6h8v10h2V4H9v2zm-2 5h6v2H7v-2zm0 4h6v2H7v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"file copy fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M7 6V3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1h-3v3c0 .552-.45 1-1.007 1H4.007A1.001 1.001 0 0 1 3 21l.003-14c0-.552.45-1 1.007-1H7zm2 0h8v10h2V4H9v2z\"/>\n    </g>\n</svg>\n</li><li title=\"file copy line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M7 6V3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1h-3v3c0 .552-.45 1-1.007 1H4.007A1.001 1.001 0 0 1 3 21l.003-14c0-.552.45-1 1.007-1H7zM5.003 8L5 20h10V8H5.003zM9 6h8v10h2V4H9v2z\"/>\n    </g>\n</svg>\n</li><li title=\"file damage fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 14l4 2.5 3-3.5 3 4 2-2.5 3 .5-3-3-2 2.5-3-5-3.5 3.75L3 10V2.992C3 2.455 3.447 2 3.998 2H14v6a1 1 0 0 0 1 1h6v11.993A1 1 0 0 1 20.007 22H3.993A.993.993 0 0 1 3 21.008V14zm18-7h-5V2.003L21 7z\"/>\n    </g>\n</svg>\n</li><li title=\"file damage line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M19 9h-5V4H5v7.857l1.5 1.393L10 9.5l3 5 2-2.5 3 3-3-.5-2 2.5-3-4-3 3.5-2-1.25V20h14V9zm2-1v12.993A1 1 0 0 1 20.007 22H3.993A.993.993 0 0 1 3 21.008V2.992C3 2.455 3.449 2 4.002 2h10.995L21 8z\"/>\n    </g>\n</svg>\n</li><li title=\"file download fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M16 2l5 5v14.008a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 21.008V2.992C3 2.444 3.445 2 3.993 2H16zm-3 10V8h-2v4H8l4 4 4-4h-3z\"/>\n    </g>\n</svg>\n</li><li title=\"file download line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M13 12h3l-4 4-4-4h3V8h2v4zm2-8H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992z\"/>\n    </g>\n</svg>\n</li><li title=\"file edit fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M21 15.243v5.765a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V9h6a1 1 0 0 0 1-1V2h10.002c.551 0 .998.455.998.992v3.765l-8.999 9-.006 4.238 4.246.006L21 15.243zm.778-6.435l1.414 1.414L15.414 18l-1.416-.002.002-1.412 7.778-7.778zM3 7l5-4.997V7H3z\"/>\n    </g>\n</svg>\n</li><li title=\"file edit line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M21 6.757l-2 2V4h-9v5H5v11h14v-2.757l2-2v5.765a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6.003-6h10.995C20.55 2 21 2.455 21 2.992v3.765zm.778 2.05l1.414 1.415L15.414 18l-1.416-.002.002-1.412 7.778-7.778z\"/>\n    </g>\n</svg>\n</li><li title=\"file excel 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M2.859 2.877l12.57-1.795a.5.5 0 0 1 .571.495v20.846a.5.5 0 0 1-.57.495L2.858 21.123a1 1 0 0 1-.859-.99V3.867a1 1 0 0 1 .859-.99zM17 3h4a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1h-4V3zm-6.8 9L13 8h-2.4L9 10.286 7.4 8H5l2.8 4L5 16h2.4L9 13.714 10.6 16H13l-2.8-4z\"/>\n    </g>\n</svg>\n</li><li title=\"file excel 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M2.859 2.877l12.57-1.795a.5.5 0 0 1 .571.495v20.846a.5.5 0 0 1-.57.495L2.858 21.123a1 1 0 0 1-.859-.99V3.867a1 1 0 0 1 .859-.99zM4 4.735v14.53l10 1.429V3.306L4 4.735zM17 19h3V5h-3V3h4a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1h-4v-2zm-6.8-7l2.8 4h-2.4L9 13.714 7.4 16H5l2.8-4L5 8h2.4L9 10.286 10.6 8H13l-2.8 4z\"/>\n    </g>\n</svg>\n</li><li title=\"file excel fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M16 2l5 5v14.008a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 21.008V2.992C3 2.444 3.445 2 3.993 2H16zm-2.8 10L16 8h-2.4L12 10.286 10.4 8H8l2.8 4L8 16h2.4l1.6-2.286L13.6 16H16l-2.8-4z\"/>\n    </g>\n</svg>\n</li><li title=\"file excel line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M13.2 12l2.8 4h-2.4L12 13.714 10.4 16H8l2.8-4L8 8h2.4l1.6 2.286L13.6 8H15V4H5v16h14V8h-3l-2.8 4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992z\"/>\n    </g>\n</svg>\n</li><li title=\"file fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 8l6.003-6h10.995C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8zm7-4.5L4.5 9H10V3.5z\"/>\n    </g>\n</svg>\n</li><li title=\"file forbid fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M21 11.674A7 7 0 0 0 12.255 22H3.993A1 1 0 0 1 3 21.008V2.992C3 2.444 3.445 2 3.993 2H16l5 5v4.674zM18 23a5 5 0 1 1 0-10 5 5 0 0 1 0 10zm-1.293-2.292a3 3 0 0 0 4.001-4.001l-4.001 4zm-1.415-1.415l4.001-4a3 3 0 0 0-4.001 4.001z\"/>\n    </g>\n</svg>\n</li><li title=\"file forbid line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M11.29 20c.215.722.543 1.396.965 2H3.993A1 1 0 0 1 3 21.008V2.992C3 2.444 3.447 2 3.999 2H16l5 5v4.674a6.95 6.95 0 0 0-2-.603V8h-4V4H5v16h6.29zM18 23a5 5 0 1 1 0-10 5 5 0 0 1 0 10zm-1.293-2.292a3 3 0 0 0 4.001-4.001l-4.001 4zm-1.415-1.415l4.001-4a3 3 0 0 0-4.001 4.001z\"/>\n    </g>\n</svg>\n</li><li title=\"file gif fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0L24 0 24 24 0 24z\"/>\n        <path d=\"M16 2l5 5v13.993c0 .556-.445 1.007-.993 1.007H3.993C3.445 22 3 21.545 3 21.008V2.992C3 2.444 3.447 2 3.999 2H16zm-3 8h-1v5h1v-5zm-2 0H9c-1.105 0-2 .895-2 2v1c0 1.105.895 2 2 2h1c.552 0 1-.448 1-1v-2H9v1h1v1H9c-.552 0-1-.448-1-1v-1c0-.552.448-1 1-1h2v-1zm6 0h-3v5h1v-2h2v-1h-2v-1h2v-1z\"/>\n    </g>\n</svg>\n</li><li title=\"file gif line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0L24 0 24 24 0 24z\"/>\n        <path d=\"M16 2l5 5v13.993c0 .556-.445 1.007-.993 1.007H3.993C3.445 22 3 21.545 3 21.008V2.992C3 2.444 3.447 2 3.999 2H16zm-1 2H5v16h14V8h-4V4zm-2 6v5h-1v-5h1zm-2 0v1H9c-.552 0-1 .448-1 1v1c0 .552.448 1 1 1h1v-1H9v-1h2v2c0 .552-.448 1-1 1H9c-1.105 0-2-.895-2-2v-1c0-1.105.895-2 2-2h2zm6 0v1h-2v1h2v1h-2v2h-1v-5h3z\"/>\n    </g>\n</svg>\n</li><li title=\"file history fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0L24 0 24 24 0 24z\"/>\n        <path d=\"M16 2l5 4.999v14.01c0 .547-.445.991-.993.991H3.993C3.445 22 3 21.545 3 21.008V2.992C3 2.444 3.445 2 3.993 2H16zm-3 7h-2v6h5v-2h-3V9z\"/>\n    </g>\n</svg>\n</li><li title=\"file history line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0L24 0 24 24 0 24z\"/>\n        <path d=\"M16 2l5 5v13.993c0 .556-.445 1.007-.993 1.007H3.993C3.445 22 3 21.545 3 21.008V2.992C3 2.444 3.447 2 3.999 2H16zm-1 2H5v16h14V8h-4V4zm-2 5v4h3v2h-5V9h2z\"/>\n    </g>\n</svg>\n</li><li title=\"file hwp fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M16 2l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992C3 2.444 3.447 2 3.999 2H16zM9.333 14.667H8V18h8v-1.333l-6.667-.001v-2zM12 14.333a1 1 0 1 0 0 2 1 1 0 0 0 0-2zM12 9a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zm0 1.333a1.167 1.167 0 1 1 0 2.334 1.167 1.167 0 0 1 0-2.334zM12.667 6h-1.334v1.333H8v1.334h8V7.333h-3.334V6z\"/>\n    </g>\n</svg>\n</li><li title=\"file hwp line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M16 2l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992C3 2.444 3.447 2 3.999 2H16zm0 6.667H8V7.333h3.333V6h1.334l-.001 1.333h2.333L15 4H5v16h14V8l-3-.001v.668zm-6.667 6v1.999H16V18H8v-3.333h1.333zM12 14.333a1 1 0 1 1 0 2 1 1 0 0 1 0-2zM12 9a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5zm0 1.333a1.167 1.167 0 1 0 0 2.334 1.167 1.167 0 0 0 0-2.334z\"/>\n    </g>\n</svg>\n</li><li title=\"file info fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M16 2l5 5v14.008a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 21.008V2.992C3 2.444 3.445 2 3.993 2H16zm-5 5v2h2V7h-2zm0 4v6h2v-6h-2z\"/>\n    </g>\n</svg>\n</li><li title=\"file info line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11h2v6h-2v-6zm0-4h2v2h-2V7z\"/>\n    </g>\n</svg>\n</li><li title=\"file line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z\"/>\n    </g>\n</svg>\n</li><li title=\"file list 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M20 22H4a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1zM8 7v2h8V7H8zm0 4v2h8v-2H8zm0 4v2h5v-2H8z\"/>\n    </g>\n</svg>\n</li><li title=\"file list 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M20 22H4a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1zm-1-2V4H5v16h14zM8 7h8v2H8V7zm0 4h8v2H8v-2zm0 4h5v2H8v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"file list 3 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M19 22H5a3 3 0 0 1-3-3V3a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v12h4v4a3 3 0 0 1-3 3zm-1-5v2a1 1 0 0 0 2 0v-2h-2zM6 7v2h8V7H6zm0 4v2h8v-2H6zm0 4v2h5v-2H6z\"/>\n    </g>\n</svg>\n</li><li title=\"file list 3 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M19 22H5a3 3 0 0 1-3-3V3a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v12h4v4a3 3 0 0 1-3 3zm-1-5v2a1 1 0 0 0 2 0v-2h-2zm-2 3V4H4v15a1 1 0 0 0 1 1h11zM6 7h8v2H6V7zm0 4h8v2H6v-2zm0 4h5v2H6v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"file list fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M20 22H4a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1zM8 7v2h8V7H8zm0 4v2h8v-2H8zm0 4v2h8v-2H8z\"/>\n    </g>\n</svg>\n</li><li title=\"file list line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M20 22H4a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1zm-1-2V4H5v16h14zM8 7h8v2H8V7zm0 4h8v2H8v-2zm0 4h8v2H8v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"file lock fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M16 2l5 5v14.008a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 21.008V2.992C3 2.444 3.445 2 3.993 2H16zm-1 9v-1a3 3 0 0 0-6 0v1H8v5h8v-5h-1zm-2 0h-2v-1a1 1 0 0 1 2 0v1z\"/>\n    </g>\n</svg>\n</li><li title=\"file lock line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM15 11h1v5H8v-5h1v-1a3 3 0 0 1 6 0v1zm-2 0v-1a1 1 0 0 0-2 0v1h2z\"/>\n    </g>\n</svg>\n</li><li title=\"file mark fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M21 2.992v18.016a1 1 0 0 1-.993.992H3.993A.993.993 0 0 1 3 21.008V2.992A1 1 0 0 1 3.993 2h16.014c.548 0 .993.444.993.992zM7 4v9l3.5-2 3.5 2V4H7z\"/>\n    </g>\n</svg>\n</li><li title=\"file mark line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M20 22H4a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1zM7 4H5v16h14V4h-5v9l-3.5-2L7 13V4z\"/>\n    </g>\n</svg>\n</li><li title=\"file music fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M16 2l5 5v14.008a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 21.008V2.992C3 2.444 3.445 2 3.993 2H16zm-5 10.05a2.5 2.5 0 1 0 2 2.45V10h3V8h-5v4.05z\"/>\n    </g>\n</svg>\n</li><li title=\"file music line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M16 8v2h-3v4.5a2.5 2.5 0 1 1-2-2.45V8h4V4H5v16h14V8h-3zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992z\"/>\n    </g>\n</svg>\n</li><li title=\"file paper 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M20 2a3 3 0 0 1 3 3v2h-2v12a3 3 0 0 1-3 3H4a3 3 0 0 1-3-3v-2h16v2a1 1 0 0 0 .883.993L18 20a1 1 0 0 0 .993-.883L19 19v-4H3V5a3 3 0 0 1 3-3h14z\"/>\n    </g>\n</svg>\n</li><li title=\"file paper 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M20 2a3 3 0 0 1 3 3v2h-2v12a3 3 0 0 1-3 3H4a3 3 0 0 1-3-3v-2h16v2a1 1 0 0 0 .883.993L18 20a1 1 0 0 0 .993-.883L19 19V4H6a1 1 0 0 0-.993.883L5 5v10H3V5a3 3 0 0 1 3-3h14z\"/>\n    </g>\n</svg>\n</li><li title=\"file paper fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 15V3a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v16a3 3 0 0 1-3 3H4a3 3 0 0 1-3-3v-2h16v2a1 1 0 0 0 2 0v-4H3z\"/>\n    </g>\n</svg>\n</li><li title=\"file paper line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17 17v2a1 1 0 0 0 2 0V4H5v11H3V3a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v16a3 3 0 0 1-3 3H4a3 3 0 0 1-3-3v-2h16z\"/>\n    </g>\n</svg>\n</li><li title=\"file pdf fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M16 2l5 5v14.008a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 21.008V2.992C3 2.444 3.445 2 3.993 2H16zm-4 14a4 4 0 1 0 0-8H8v8h4zm-2-6h2a2 2 0 1 1 0 4h-2v-4z\"/>\n    </g>\n</svg>\n</li><li title=\"file pdf line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M12 16H8V8h4a4 4 0 1 1 0 8zm-2-6v4h2a2 2 0 1 0 0-4h-2zm5-6H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992z\"/>\n    </g>\n</svg>\n</li><li title=\"file ppt 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17 3h4a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1h-4V3zM2.859 2.877l12.57-1.795a.5.5 0 0 1 .571.495v20.846a.5.5 0 0 1-.57.495L2.858 21.123a1 1 0 0 1-.859-.99V3.867a1 1 0 0 1 .859-.99zM5 8v8h2v-2h6V8H5zm2 2h4v2H7v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"file ppt 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M2.859 2.877l12.57-1.795a.5.5 0 0 1 .571.495v20.846a.5.5 0 0 1-.57.495L2.858 21.123a1 1 0 0 1-.859-.99V3.867a1 1 0 0 1 .859-.99zM4 4.735v14.53l10 1.429V3.306L4 4.735zM17 19h3V5h-3V3h4a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1h-4v-2zM5 8h8v6H7v2H5V8zm2 2v2h4v-2H7z\"/>\n    </g>\n</svg>\n</li><li title=\"file ppt fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M16 2l5 5v14.008a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 21.008V2.992C3 2.444 3.445 2 3.993 2H16zM8 8v8h2v-2h6V8H8zm2 2h4v2h-4v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"file ppt line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM5 4v16h14V8h-3v6h-6v2H8V8h7V4H5zm5 6v2h4v-2h-4z\"/>\n    </g>\n</svg>\n</li><li title=\"file reduce fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M16 2l5 5v14.008a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 21.008V2.992C3 2.444 3.445 2 3.993 2H16zm-8 9v2h8v-2H8z\"/>\n    </g>\n</svg>\n</li><li title=\"file reduce line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM16 11v2H8v-2h8z\"/>\n    </g>\n</svg>\n</li><li title=\"file search fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M16 2l5 5v14.008a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 21.008V2.992C3 2.444 3.445 2 3.993 2H16zm-2.471 12.446l2.21 2.21 1.415-1.413-2.21-2.21a4.002 4.002 0 0 0-6.276-4.861 4 4 0 0 0 4.861 6.274zm-.618-2.032a2 2 0 1 1-2.828-2.828 2 2 0 0 1 2.828 2.828z\"/>\n    </g>\n</svg>\n</li><li title=\"file search line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zm10.529 11.454a4.002 4.002 0 0 1-4.86-6.274 4 4 0 0 1 6.274 4.86l2.21 2.21-1.414 1.415-2.21-2.21zm-.618-2.032a2 2 0 1 0-2.828-2.828 2 2 0 0 0 2.828 2.828z\"/>\n    </g>\n</svg>\n</li><li title=\"file settings fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M16 2l5 5v14.008a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 21.008V2.992C3 2.444 3.445 2 3.993 2H16zM8.595 12.812l-.992.572 1 1.732.992-.573c.393.372.873.654 1.405.812V16.5h2v-1.145a3.496 3.496 0 0 0 1.405-.812l.992.573 1-1.732-.992-.573a3.51 3.51 0 0 0 0-1.622l.992-.573-1-1.732-.992.573A3.496 3.496 0 0 0 13 8.645V7.5h-2v1.145a3.496 3.496 0 0 0-1.405.812l-.992-.573-1 1.732.992.573a3.51 3.51 0 0 0 0 1.623zM12 13.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\"/>\n    </g>\n</svg>\n</li><li title=\"file settings line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M8.595 12.812a3.51 3.51 0 0 1 0-1.623l-.992-.573 1-1.732.992.573A3.496 3.496 0 0 1 11 8.645V7.5h2v1.145c.532.158 1.012.44 1.405.812l.992-.573 1 1.732-.992.573a3.51 3.51 0 0 1 0 1.622l.992.573-1 1.732-.992-.573a3.496 3.496 0 0 1-1.405.812V16.5h-2v-1.145a3.496 3.496 0 0 1-1.405-.812l-.992.573-1-1.732.992-.572zM12 13.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zM15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992z\"/>\n    </g>\n</svg>\n</li><li title=\"file shield 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M21 10H11v7.382c0 1.563.777 3.023 2.074 3.892l1.083.726H3.993A.993.993 0 0 1 3 21.008V2.992C3 2.455 3.447 2 3.998 2h11.999L21 7v3zm-8 2h8v5.382c0 .897-.446 1.734-1.187 2.23L17 21.499l-2.813-1.885A2.685 2.685 0 0 1 13 17.383V12z\"/>\n    </g>\n</svg>\n</li><li title=\"file shield 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M14 9V4H5v16h6.056c.328.417.724.785 1.18 1.085l1.39.915H3.993A.993.993 0 0 1 3 21.008V2.992C3 2.455 3.449 2 4.002 2h10.995L21 8v1h-7zm-2 2h9v5.949c0 .99-.501 1.916-1.336 2.465L16.5 21.498l-3.164-2.084A2.953 2.953 0 0 1 12 16.95V11zm2 5.949c0 .316.162.614.436.795l2.064 1.36 2.064-1.36a.954.954 0 0 0 .436-.795V13h-5v3.949z\"/>\n    </g>\n</svg>\n</li><li title=\"file shield fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M21 7v13.993A1 1 0 0 1 20.007 22H3.993A.993.993 0 0 1 3 21.008V2.992C3 2.455 3.447 2 3.998 2h11.999L21 7zM8 8v5.6c0 .85.446 1.643 1.187 2.114L12 17.5l2.813-1.786A2.51 2.51 0 0 0 16 13.6V8H8zm2 2h4v3.6c0 .158-.09.318-.26.426L12 15.13l-1.74-1.105c-.17-.108-.26-.268-.26-.426V10z\"/>\n    </g>\n</svg>\n</li><li title=\"file shield line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M14 8V4H5v16h14V9h-3v4.62c0 .844-.446 1.633-1.187 2.101L12 17.498 9.187 15.72C8.446 15.253 8 14.464 8 13.62V8h6zm7 0v12.993A1 1 0 0 1 20.007 22H3.993A.993.993 0 0 1 3 21.008V2.992C3 2.455 3.449 2 4.002 2h10.995L21 8zm-11 5.62c0 .15.087.304.255.41L12 15.132l1.745-1.102c.168-.106.255-.26.255-.41V10h-4v3.62z\"/>\n    </g>\n</svg>\n</li><li title=\"file shred fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M22 12v2H2v-2h2V2.995c0-.55.445-.995.996-.995H15l5 5v5h2zM3 16h2v6H3v-6zm16 0h2v6h-2v-6zm-4 0h2v6h-2v-6zm-4 0h2v6h-2v-6zm-4 0h2v6H7v-6z\"/>\n    </g>\n</svg>\n</li><li title=\"file shred line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6 12h12V8h-4V4H6v8zm-2 0V2.995c0-.55.445-.995.996-.995H15l5 5v5h2v2H2v-2h2zm-1 4h2v6H3v-6zm16 0h2v6h-2v-6zm-4 0h2v6h-2v-6zm-4 0h2v6h-2v-6zm-4 0h2v6H7v-6z\"/>\n    </g>\n</svg>\n</li><li title=\"file text fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M21 9v11.993A1 1 0 0 1 20.007 22H3.993A.993.993 0 0 1 3 21.008V2.992C3 2.455 3.447 2 3.998 2H14v6a1 1 0 0 0 1 1h6zm0-2h-5V2.003L21 7zM8 7v2h3V7H8zm0 4v2h8v-2H8zm0 4v2h8v-2H8z\"/>\n    </g>\n</svg>\n</li><li title=\"file text line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M21 8v12.993A1 1 0 0 1 20.007 22H3.993A.993.993 0 0 1 3 21.008V2.992C3 2.455 3.449 2 4.002 2h10.995L21 8zm-2 1h-5V4H5v16h14V9zM8 7h3v2H8V7zm0 4h8v2H8v-2zm0 4h8v2H8v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"file transfer fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M16 2l5 5v14.008a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 21.008V2.992C3 2.444 3.445 2 3.993 2H16zm-4 9H8v2h4v3l4-4-4-4v3z\"/>\n    </g>\n</svg>\n</li><li title=\"file transfer line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM12 11V8l4 4-4 4v-3H8v-2h4z\"/>\n    </g>\n</svg>\n</li><li title=\"file unknow fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M16 2l5 5v14.008a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 21.008V2.992C3 2.444 3.445 2 3.993 2H16zm-5 13v2h2v-2h-2zm2-1.645A3.502 3.502 0 0 0 12 6.5a3.501 3.501 0 0 0-3.433 2.813l1.962.393A1.5 1.5 0 1 1 12 11.5a1 1 0 0 0-1 1V14h2v-.645z\"/>\n    </g>\n</svg>\n</li><li title=\"file unknow line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M11 15h2v2h-2v-2zm2-1.645V14h-2v-1.5a1 1 0 0 1 1-1 1.5 1.5 0 1 0-1.471-1.794l-1.962-.393A3.501 3.501 0 1 1 13 13.355zM15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992z\"/>\n    </g>\n</svg>\n</li><li title=\"file upload fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M16 2l5 5v14.008a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 21.008V2.992C3 2.444 3.445 2 3.993 2H16zm-3 10h3l-4-4-4 4h3v4h2v-4z\"/>\n    </g>\n</svg>\n</li><li title=\"file upload line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM13 12v4h-2v-4H8l4-4 4 4h-3z\"/>\n    </g>\n</svg>\n</li><li title=\"file user fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M16 2l5 5v14.008a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 21.008V2.992C3 2.444 3.445 2 3.993 2H16zm-4 9.5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5zM7.527 17h8.946a4.5 4.5 0 0 0-8.946 0z\"/>\n    </g>\n</svg>\n</li><li title=\"file user line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zm9 8.508a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5zM7.527 17a4.5 4.5 0 0 1 8.946 0H7.527z\"/>\n    </g>\n</svg>\n</li><li title=\"file warning fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M16 2l5 5v14.008a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 21.008V2.992C3 2.444 3.445 2 3.993 2H16zm-5 13v2h2v-2h-2zm0-8v6h2V7h-2z\"/>\n    </g>\n</svg>\n</li><li title=\"file warning line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 15h2v2h-2v-2zm0-8h2v6h-2V7z\"/>\n    </g>\n</svg>\n</li><li title=\"file word 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17 3h4a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1h-4V3zM2.859 2.877l12.57-1.795a.5.5 0 0 1 .571.495v20.846a.5.5 0 0 1-.57.495L2.858 21.123a1 1 0 0 1-.859-.99V3.867a1 1 0 0 1 .859-.99zM11 8v4.989L9 11l-1.99 2L7 8H5v8h2l2-2 2 2h2V8h-2z\"/>\n    </g>\n</svg>\n</li><li title=\"file word 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17 19h3V5h-3V3h4a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1h-4v-2zM2.859 2.877l12.57-1.795a.5.5 0 0 1 .571.495v20.846a.5.5 0 0 1-.57.495L2.858 21.123a1 1 0 0 1-.859-.99V3.867a1 1 0 0 1 .859-.99zM4 4.735v14.53l10 1.429V3.306L4 4.735zM11 8h2v8h-2l-2-2-2 2H5V8h2l.01 5L9 11l2 1.989V8z\"/>\n    </g>\n</svg>\n</li><li title=\"file word fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M16 2l5 5v14.008a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 21.008V2.992C3 2.444 3.445 2 3.993 2H16zm-2 6v4.989L12 11l-1.99 2L10 8H8v8h2l2-2 2 2h2V8h-2z\"/>\n    </g>\n</svg>\n</li><li title=\"file word line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M16 8v8h-2l-2-2-2 2H8V8h2v5l2-2 2 2V8h1V4H5v16h14V8h-3zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992z\"/>\n    </g>\n</svg>\n</li><li title=\"file zip fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M10 2v2h2V2h8.007c.548 0 .993.444.993.992v18.016a1 1 0 0 1-.993.992H3.993A.993.993 0 0 1 3 21.008V2.992A1 1 0 0 1 3.993 2H10zm2 2v2h2V4h-2zm-2 2v2h2V6h-2zm2 2v2h2V8h-2zm-2 2v2h2v-2h-2zm2 2v2h-2v3h4v-5h-2z\"/>\n    </g>\n</svg>\n</li><li title=\"file zip line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M20 22H4a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1zm-1-2V4H5v16h14zm-5-8v5h-4v-3h2v-2h2zm-2-8h2v2h-2V4zm-2 2h2v2h-2V6zm2 2h2v2h-2V8zm-2 2h2v2h-2v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"folder 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M22 11v9a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-9h20zm0-2H2V4a1 1 0 0 1 1-1h7.414l2 2H21a1 1 0 0 1 1 1v3z\"/>\n    </g>\n</svg>\n</li><li title=\"folder 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12.414 5H21a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h7.414l2 2zM20 11H4v8h16v-8zm0-2V7h-8.414l-2-2H4v4h16z\"/>\n    </g>\n</svg>\n</li><li title=\"folder 3 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M22 8v12a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V7h19a1 1 0 0 1 1 1zm-9.586-3H2V4a1 1 0 0 1 1-1h7.414l2 2z\"/>\n    </g>\n</svg>\n</li><li title=\"folder 3 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12.414 5H21a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h7.414l2 2zM4 7v12h16V7H4z\"/>\n    </g>\n</svg>\n</li><li title=\"folder 4 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M8 21V11h14v9a1 1 0 0 1-1 1H8zm-2 0H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h7.414l2 2H21a1 1 0 0 1 1 1v3H7a1 1 0 0 0-1 1v11z\"/>\n    </g>\n</svg>\n</li><li title=\"folder 4 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12.414 5H21a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h7.414l2 2zM8 19h12v-8H8v8zm-2 0v-9a1 1 0 0 1 1-1h13V7h-8.414l-2-2H4v14h2z\"/>\n    </g>\n</svg>\n</li><li title=\"folder 5 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M13.414 5H20a1 1 0 0 1 1 1v1H3V4a1 1 0 0 1 1-1h7.414l2 2zM3.087 9h17.826a1 1 0 0 1 .997 1.083l-.834 10a1 1 0 0 1-.996.917H3.92a1 1 0 0 1-.996-.917l-.834-10A1 1 0 0 1 3.087 9z\"/>\n    </g>\n</svg>\n</li><li title=\"folder 5 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3.087 9h17.826a1 1 0 0 1 .997 1.083l-.834 10a1 1 0 0 1-.996.917H3.92a1 1 0 0 1-.996-.917l-.834-10A1 1 0 0 1 3.087 9zM4.84 19h14.32l.666-8H4.174l.666 8zm8.574-14H20a1 1 0 0 1 1 1v1H3V4a1 1 0 0 1 1-1h7.414l2 2z\"/>\n    </g>\n</svg>\n</li><li title=\"folder add fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12.414 5H21a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h7.414l2 2zM11 12H8v2h3v3h2v-3h3v-2h-3V9h-2v3z\"/>\n    </g>\n</svg>\n</li><li title=\"folder add line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12.414 5H21a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h7.414l2 2zM4 5v14h16V7h-8.414l-2-2H4zm7 7V9h2v3h3v2h-3v3h-2v-3H8v-2h3z\"/>\n    </g>\n</svg>\n</li><li title=\"folder chart 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12.414 5H21a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h7.414l2 2zM12 9a4 4 0 1 0 4 4h-4V9z\"/>\n    </g>\n</svg>\n</li><li title=\"folder chart 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12.414 5H21a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h7.414l2 2zM4 5v14h16V7h-8.414l-2-2H4zm8 4v4h4a4 4 0 1 1-4-4z\"/>\n    </g>\n</svg>\n</li><li title=\"folder chart fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12.414 5H21a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h7.414l2 2zM11 9v8h2V9h-2zm4 3v5h2v-5h-2zm-8 2v3h2v-3H7z\"/>\n    </g>\n</svg>\n</li><li title=\"folder chart line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12.414 5H21a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h7.414l2 2zM4 5v14h16V7h-8.414l-2-2H4zm7 4h2v8h-2V9zm4 3h2v5h-2v-5zm-8 2h2v3H7v-3z\"/>\n    </g>\n</svg>\n</li><li title=\"folder download fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12.414 5H21a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h7.414l2 2zM13 13V9h-2v4H8l4 4 4-4h-3z\"/>\n    </g>\n</svg>\n</li><li title=\"folder download line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12.414 5H21a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h7.414l2 2zM4 5v14h16V7h-8.414l-2-2H4zm9 8h3l-4 4-4-4h3V9h2v4z\"/>\n    </g>\n</svg>\n</li><li title=\"folder fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12.414 5H21a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h7.414l2 2z\"/>\n    </g>\n</svg>\n</li><li title=\"folder forbid fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M22 11.255A7 7 0 0 0 12.255 21H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h7.414l2 2H21a1 1 0 0 1 1 1v5.255zM18 22a5 5 0 1 1 0-10 5 5 0 0 1 0 10zm-1.293-2.292a3 3 0 0 0 4.001-4.001l-4.001 4zm-1.415-1.415l4.001-4a3 3 0 0 0-4.001 4.001z\"/>\n    </g>\n</svg>\n</li><li title=\"folder forbid line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M22 11.255a6.972 6.972 0 0 0-2-.965V7h-8.414l-2-2H4v14h7.29c.215.722.543 1.396.965 2H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h7.414l2 2H21a1 1 0 0 1 1 1v5.255zM18 22a5 5 0 1 1 0-10 5 5 0 0 1 0 10zm-1.293-2.292a3 3 0 0 0 4.001-4.001l-4.001 4zm-1.415-1.415l4.001-4a3 3 0 0 0-4.001 4.001z\"/>\n    </g>\n</svg>\n</li><li title=\"folder history fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0L24 0 24 24 0 24z\"/>\n        <path d=\"M10.414 3l2 2H21c.552 0 1 .448 1 1v14c0 .552-.448 1-1 1H3c-.552 0-1-.448-1-1V4c0-.552.448-1 1-1h7.414zM13 9h-2v6h5v-2h-3V9z\"/>\n    </g>\n</svg>\n</li><li title=\"folder history line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0L24 0 24 24 0 24z\"/>\n        <path d=\"M10.414 3l2 2H21c.552 0 1 .448 1 1v14c0 .552-.448 1-1 1H3c-.552 0-1-.448-1-1V4c0-.552.448-1 1-1h7.414zm-.828 2H4v14h16V7h-8.414l-2-2zM13 9v4h3v2h-5V9h2z\"/>\n    </g>\n</svg>\n</li><li title=\"folder info fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12.414 5H21a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h7.414l2 2zM11 9v2h2V9h-2zm0 3v5h2v-5h-2z\"/>\n    </g>\n</svg>\n</li><li title=\"folder info line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12.414 5H21a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h7.414l2 2zM4 5v14h16V7h-8.414l-2-2H4zm7 7h2v5h-2v-5zm0-3h2v2h-2V9z\"/>\n    </g>\n</svg>\n</li><li title=\"folder keyhole fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M10.414 3l2 2H21a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h7.414zM12 9a2 2 0 0 0-1 3.732V17h2l.001-4.268A2 2 0 0 0 12 9z\"/>\n    </g>\n</svg>\n</li><li title=\"folder keyhole line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M10.414 3l2 2H21a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h7.414zm-.828 2H4v14h16V7h-8.414l-2-2zM12 9a2 2 0 0 1 1.001 3.732L13 17h-2v-4.268A2 2 0 0 1 12 9z\"/>\n    </g>\n</svg>\n</li><li title=\"folder line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 5v14h16V7h-8.414l-2-2H4zm8.414 0H21a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h7.414l2 2z\"/>\n    </g>\n</svg>\n</li><li title=\"folder lock fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12.414 5H21a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h7.414l2 2zM15 13v-1a3 3 0 0 0-6 0v1H8v4h8v-4h-1zm-2 0h-2v-1a1 1 0 0 1 2 0v1z\"/>\n    </g>\n</svg>\n</li><li title=\"folder lock line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12.414 5H21a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h7.414l2 2zM4 5v14h16V7h-8.414l-2-2H4zm11 8h1v4H8v-4h1v-1a3 3 0 0 1 6 0v1zm-2 0v-1a1 1 0 0 0-2 0v1h2z\"/>\n    </g>\n</svg>\n</li><li title=\"folder music fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12.414 5H21a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h7.414l2 2zM11 13.05a2.5 2.5 0 1 0 2 2.45V11h3V9h-5v4.05z\"/>\n    </g>\n</svg>\n</li><li title=\"folder music line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12.414 5H21a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h7.414l2 2zM4 5v14h16V7h-8.414l-2-2H4zm7 8.05V9h5v2h-3v4.5a2.5 2.5 0 1 1-2-2.45z\"/>\n    </g>\n</svg>\n</li><li title=\"folder open fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 21a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h7.414l2 2H20a1 1 0 0 1 1 1v3H4v9.996L6 11h16.5l-2.31 9.243a1 1 0 0 1-.97.757H3z\"/>\n    </g>\n</svg>\n</li><li title=\"folder open line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 21a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h7.414l2 2H20a1 1 0 0 1 1 1v3h-2V7h-7.414l-2-2H4v11.998L5.5 11h17l-2.31 9.243a1 1 0 0 1-.97.757H3zm16.938-8H7.062l-1.5 6h12.876l1.5-6z\"/>\n    </g>\n</svg>\n</li><li title=\"folder received fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M22 13.126A6 6 0 0 0 13.303 21H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h7.414l2 2H21a1 1 0 0 1 1 1v7.126zM20 17h3v2h-3v3.5L15 18l5-4.5V17z\"/>\n    </g>\n</svg>\n</li><li title=\"folder received line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M22 13h-2V7h-8.414l-2-2H4v14h9v2H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h7.414l2 2H21a1 1 0 0 1 1 1v7zm-2 4h3v2h-3v3.5L15 18l5-4.5V17z\"/>\n    </g>\n</svg>\n</li><li title=\"folder reduce fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12.414 5H21a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h7.414l2 2zM8 12v2h8v-2H8z\"/>\n    </g>\n</svg>\n</li><li title=\"folder reduce line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12.414 5H21a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h7.414l2 2zM4 5v14h16V7h-8.414l-2-2H4zm4 7h8v2H8v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"folder settings fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12.414 5H21a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h7.414l2 2zm-3.823 8.809l-.991.572 1 1.731.991-.572c.393.371.872.653 1.405.811v1.145h1.999V16.35a3.495 3.495 0 0 0 1.404-.811l.991.572 1-1.73-.991-.573a3.508 3.508 0 0 0 0-1.622l.99-.573-.999-1.73-.992.572a3.495 3.495 0 0 0-1.404-.812V8.5h-1.999v1.144a3.495 3.495 0 0 0-1.404.812L8.6 9.883 7.6 11.615l.991.572a3.508 3.508 0 0 0 0 1.622zm3.404.688a1.5 1.5 0 1 1 0-2.998 1.5 1.5 0 0 1 0 2.998z\"/>\n    </g>\n</svg>\n</li><li title=\"folder settings line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12.414 5H21a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h7.414l2 2zM4 5v14h16V7h-8.414l-2-2H4zm4.591 8.809a3.508 3.508 0 0 1 0-1.622l-.991-.572 1-1.732.991.573a3.495 3.495 0 0 1 1.404-.812V8.5h2v1.144c.532.159 1.01.44 1.403.812l.992-.573 1 1.731-.991.573a3.508 3.508 0 0 1 0 1.622l.991.572-1 1.731-.991-.572a3.495 3.495 0 0 1-1.404.811v1.145h-2V16.35a3.495 3.495 0 0 1-1.404-.811l-.991.572-1-1.73.991-.573zm3.404.688a1.5 1.5 0 1 0 0-2.998 1.5 1.5 0 0 0 0 2.998z\"/>\n    </g>\n</svg>\n</li><li title=\"folder shared fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M22 13.126A6 6 0 0 0 13.303 21H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h7.414l2 2H21a1 1 0 0 1 1 1v7.126zM18 17v-3.5l5 4.5-5 4.5V19h-3v-2h3z\"/>\n    </g>\n</svg>\n</li><li title=\"folder shared line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M22 13h-2V7h-8.414l-2-2H4v14h9v2H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h7.414l2 2H21a1 1 0 0 1 1 1v7zm-4 4v-3.5l5 4.5-5 4.5V19h-3v-2h3z\"/>\n    </g>\n</svg>\n</li><li title=\"folder shield 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M22 10H12v7.382c0 1.409.632 2.734 1.705 3.618H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h7.414l2 2H21a1 1 0 0 1 1 1v4zm-8 2h8v5.382c0 .897-.446 1.734-1.187 2.23L18 21.499l-2.813-1.885A2.685 2.685 0 0 1 14 17.383V12z\"/>\n    </g>\n</svg>\n</li><li title=\"folder shield 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M22 9h-2V7h-8.414l-2-2H4v14h7.447a4.97 4.97 0 0 0 1.664 2H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h7.414l2 2H21a1 1 0 0 1 1 1v3zm-9 2h9v5.949c0 .99-.501 1.916-1.336 2.465L17.5 21.498l-3.164-2.084A2.953 2.953 0 0 1 13 16.95V11zm2 5.949c0 .316.162.614.436.795l2.064 1.36 2.064-1.36a.954.954 0 0 0 .436-.795V13h-5v3.949z\"/>\n    </g>\n</svg>\n</li><li title=\"folder shield fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M12.414 5H21a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h7.414l2 2zM8 9v4.904c0 .892.446 1.724 1.187 2.219L12 17.998l2.813-1.875A2.667 2.667 0 0 0 16 13.904V9H8zm2 4.904V11h4v2.904a.667.667 0 0 1-.297.555L12 15.594l-1.703-1.135a.667.667 0 0 1-.297-.555z\"/>\n    </g>\n</svg>\n</li><li title=\"folder shield line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M12.414 5H21a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h7.414l2 2zM4 5v14h16V7h-8.414l-2-2H4zm4 4h8v4.904c0 .892-.446 1.724-1.187 2.219L12 17.998l-2.813-1.875A2.667 2.667 0 0 1 8 13.904V9zm2 4.904c0 .223.111.431.297.555L12 15.594l1.703-1.135a.667.667 0 0 0 .297-.555V11h-4v2.904z\"/>\n    </g>\n</svg>\n</li><li title=\"folder transfer fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12.414 5H21a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h7.414l2 2zM12 12H8v2h4v3l4-4-4-4v3z\"/>\n    </g>\n</svg>\n</li><li title=\"folder transfer line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12.414 5H21a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h7.414l2 2zM4 5v14h16V7h-8.414l-2-2H4zm8 7V9l4 4-4 4v-3H8v-2h4z\"/>\n    </g>\n</svg>\n</li><li title=\"folder unknow fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12.414 5H21a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h7.414l2 2zM11 16v2h2v-2h-2zm-2.433-5.187l1.962.393A1.5 1.5 0 1 1 12 13h-1v2h1a3.5 3.5 0 1 0-3.433-4.187z\"/>\n    </g>\n</svg>\n</li><li title=\"folder unknow line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12.414 5H21a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h7.414l2 2zM4 5v14h16V7h-8.414l-2-2H4zm7 11h2v2h-2v-2zm-2.433-5.187A3.501 3.501 0 1 1 12 15h-1v-2h1a1.5 1.5 0 1 0-1.471-1.794l-1.962-.393z\"/>\n    </g>\n</svg>\n</li><li title=\"folder upload fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12.414 5H21a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h7.414l2 2zM13 13h3l-4-4-4 4h3v4h2v-4z\"/>\n    </g>\n</svg>\n</li><li title=\"folder upload line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12.414 5H21a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h7.414l2 2zM4 5v14h16V7h-8.414l-2-2H4zm9 8v4h-2v-4H8l4-4 4 4h-3z\"/>\n    </g>\n</svg>\n</li><li title=\"folder user fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12.414 5H21a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h7.414l2 2zM12 13a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5zm-4 5h8a4 4 0 1 0-8 0z\"/>\n    </g>\n</svg>\n</li><li title=\"folder user line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12.414 5H21a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h7.414l2 2zM4 5v14h16V7h-8.414l-2-2H4zm4 13a4 4 0 1 1 8 0H8zm4-5a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5z\"/>\n    </g>\n</svg>\n</li><li title=\"folder warning fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12.414 5H21a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h7.414l2 2zM11 9v5h2V9h-2zm0 6v2h2v-2h-2z\"/>\n    </g>\n</svg>\n</li><li title=\"folder warning line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12.414 5H21a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h7.414l2 2zM4 5v14h16V7h-8.414l-2-2H4zm7 10h2v2h-2v-2zm0-6h2v5h-2V9z\"/>\n    </g>\n</svg>\n</li><li title=\"folder zip fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M21 5a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h7.414l2 2H16v2h2V5h3zm-3 8h-2v2h-2v3h4v-5zm-2-2h-2v2h2v-2zm2-2h-2v2h2V9zm-2-2h-2v2h2V7z\"/>\n    </g>\n</svg>\n</li><li title=\"folder zip line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M10.414 3l2 2H21a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h7.414zM18 18h-4v-3h2v-2h-2v-2h2V9h-2V7h-2.414l-2-2H4v14h16V7h-4v2h2v2h-2v2h2v5z\"/>\n    </g>\n</svg>\n</li><li title=\"folders fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6 7V4a1 1 0 0 1 1-1h6.414l2 2H21a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1h-3v3a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1h3zm0 2H4v10h12v-2H6V9z\"/>\n    </g>\n</svg>\n</li><li title=\"folders line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6 7V4a1 1 0 0 1 1-1h6.414l2 2H21a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1h-3v3a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1h3zm0 2H4v10h12v-2H6V9zm2-4v10h12V7h-5.414l-2-2H8z\"/>\n    </g>\n</svg>\n</li><li title=\"keynote fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M13 12v8h4v2H7v-2h4v-8H2.992c-.548 0-.906-.43-.797-.977l1.61-8.046C3.913 2.437 4.445 2 5 2h13.998c.553 0 1.087.43 1.196.977l1.61 8.046c.108.54-.26.977-.797.977H13z\"/>\n    </g>\n</svg>\n</li><li title=\"keynote line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4.44 10h15.12l-1.2-6H5.64l-1.2 6zM13 12v8h4v2H7v-2h4v-8H2.992c-.548 0-.906-.43-.797-.977l1.61-8.046C3.913 2.437 4.445 2 5 2h13.998c.553 0 1.087.43 1.196.977l1.61 8.046c.108.54-.26.977-.797.977H13z\"/>\n    </g>\n</svg>\n</li><li title=\"markdown fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm4 12.5v-4l2 2 2-2v4h2v-7h-2l-2 2-2-2H5v7h2zm11-3v-4h-2v4h-2l3 3 3-3h-2z\"/>\n    </g>\n</svg>\n</li><li title=\"markdown line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h16V5H4zm3 10.5H5v-7h2l2 2 2-2h2v7h-2v-4l-2 2-2-2v4zm11-3h2l-3 3-3-3h2v-4h2v4z\"/>\n    </g>\n</svg>\n</li><li title=\"newspaper fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M19 22H5a3 3 0 0 1-3-3V3a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v7h4v9a3 3 0 0 1-3 3zm-1-10v7a1 1 0 0 0 2 0v-7h-2zM5 6v6h6V6H5zm0 7v2h10v-2H5zm0 3v2h10v-2H5zm2-8h2v2H7V8z\"/>\n    </g>\n</svg>\n</li><li title=\"newspaper line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M16 20V4H4v15a1 1 0 0 0 1 1h11zm3 2H5a3 3 0 0 1-3-3V3a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v7h4v9a3 3 0 0 1-3 3zm-1-10v7a1 1 0 0 0 2 0v-7h-2zM6 6h6v6H6V6zm2 2v2h2V8H8zm-2 5h8v2H6v-2zm0 3h8v2H6v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"numbers fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M9 18H4v-8h5v8zm6 0h-5V6h5v12zm6 0h-5V2h5v16zm1 4H3v-2h19v2z\"/>\n    </g>\n</svg>\n</li><li title=\"numbers line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M9 18H4v-8h5v8zm-2-2v-4H6v4h1zm6 0V8h-1v8h1zm2 2h-5V6h5v12zm4-2V4h-1v12h1zm2 2h-5V2h5v16zm1 4H3v-2h19v2z\"/>\n    </g>\n</svg>\n</li><li title=\"pages fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M20 22H4a1 1 0 0 1-1-1V8h18v13a1 1 0 0 1-1 1zm1-16H3V3a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v3zM7 11v4h4v-4H7zm0 6v2h10v-2H7zm6-5v2h4v-2h-4z\"/>\n    </g>\n</svg>\n</li><li title=\"pages line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5 8v12h14V8H5zm0-2h14V4H5v2zm15 16H4a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1zM7 10h4v4H7v-4zm0 6h10v2H7v-2zm6-5h4v2h-4v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"sticky note 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M21 16l-5.003 5H3.998A.996.996 0 0 1 3 20.007V3.993C3 3.445 3.445 3 3.993 3h16.014c.548 0 .993.447.993.999V16z\"/>\n    </g>\n</svg>\n</li><li title=\"sticky note 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3.998 21A.996.996 0 0 1 3 20.007V3.993C3 3.445 3.445 3 3.993 3h16.014c.548 0 .993.447.993.999V16l-5.003 5H3.998zM5 19h10.169L19 15.171V5H5v14z\"/>\n    </g>\n</svg>\n</li><li title=\"sticky note fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M15 14l-.117.007a1 1 0 0 0-.876.876L14 15v6H3.998A.996.996 0 0 1 3 20.007V3.993C3 3.445 3.445 3 3.993 3h16.014c.548 0 .993.447.993.999V14h-6zm6 2l-5 4.997V16h5z\"/>\n    </g>\n</svg>\n</li><li title=\"sticky note line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M21 15l-6 5.996L4.002 21A.998.998 0 0 1 3 20.007V3.993C3 3.445 3.445 3 3.993 3h16.014c.548 0 .993.456.993 1.002V15zM19 5H5v14h8v-5a1 1 0 0 1 .883-.993L14 13l5-.001V5zm-.829 9.999L15 15v3.169l3.171-3.17z\"/>\n    </g>\n</svg>\n</li><li title=\"survey fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0L24 0 24 24 0 24z\"/>\n        <path d=\"M6 4v4h12V4h2.007c.548 0 .993.445.993.993v16.014c0 .548-.445.993-.993.993H3.993C3.445 22 3 21.555 3 21.007V4.993C3 4.445 3.445 4 3.993 4H6zm3 13H7v2h2v-2zm0-3H7v2h2v-2zm0-3H7v2h2v-2zm7-9v4H8V2h8z\"/>\n    </g>\n</svg>\n</li><li title=\"survey line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0L24 0 24 24 0 24z\"/>\n        <path d=\"M17 2v2h3.007c.548 0 .993.445.993.993v16.014c0 .548-.445.993-.993.993H3.993C3.445 22 3 21.555 3 21.007V4.993C3 4.445 3.445 4 3.993 4H7V2h10zM7 6H5v14h14V6h-2v2H7V6zm2 10v2H7v-2h2zm0-3v2H7v-2h2zm0-3v2H7v-2h2zm6-6H9v2h6V4z\"/>\n    </g>\n</svg>\n</li><li title=\"task fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M21 2.992v18.016a1 1 0 0 1-.993.992H3.993A.993.993 0 0 1 3 21.008V2.992A1 1 0 0 1 3.993 2h16.014c.548 0 .993.444.993.992zm-9.707 10.13l-2.475-2.476-1.414 1.415 3.889 3.889 5.657-5.657-1.414-1.414-4.243 4.242z\"/>\n    </g>\n</svg>\n</li><li title=\"task line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M21 2.992v18.016a1 1 0 0 1-.993.992H3.993A.993.993 0 0 1 3 21.008V2.992A1 1 0 0 1 3.993 2h16.014c.548 0 .993.444.993.992zM19 4H5v16h14V4zm-7.707 9.121l4.243-4.242 1.414 1.414-5.657 5.657-3.89-3.89 1.415-1.414 2.475 2.475z\"/>\n    </g>\n</svg>\n</li><li title=\"todo fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17 2h3a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h3V0h2v2h6V0h2v2zM7 8v2h10V8H7zm0 4v2h10v-2H7z\"/>\n    </g>\n</svg>\n</li><li title=\"todo line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17 2h3a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h3V0h2v2h6V0h2v2zm0 2v2h-2V4H9v2H7V4H5v16h14V4h-2zM7 8h10v2H7V8zm0 4h10v2H7v-2z\"/>\n    </g>\n</svg>\n</li><li class='heading'>Editor</li><li title=\"a b \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n    <path d=\"M5 15v2c0 1.054.95 2 2 2h3v2H7a4 4 0 0 1-4-4v-2h2zm13-5l4.4 11h-2.155l-1.201-3h-4.09l-1.199 3h-2.154L16 10h2zm-1 2.885L15.753 16h2.492L17 12.885zM3 3h6a3 3 0 0 1 2.235 5A3 3 0 0 1 9 13H3V3zm6 6H5v2h4a1 1 0 0 0 0-2zm8-6a4 4 0 0 1 4 4v2h-2V7a2 2 0 0 0-2-2h-3V3h3zM9 5H5v2h4a1 1 0 1 0 0-2z\"/>\n</svg>\n</li><li title=\"align bottom \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 19h18v2H3v-2zm5-6h3l-4 4-4-4h3V3h2v10zm10 0h3l-4 4-4-4h3V3h2v10z\"/>\n    </g>\n</svg>\n</li><li title=\"align center \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 4h18v2H3V4zm2 15h14v2H5v-2zm-2-5h18v2H3v-2zm2-5h14v2H5V9z\"/>\n    </g>\n</svg>\n</li><li title=\"align justify \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 4h18v2H3V4zm0 15h18v2H3v-2zm0-5h18v2H3v-2zm0-5h18v2H3V9z\"/>\n    </g>\n</svg>\n</li><li title=\"align left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 4h18v2H3V4zm0 15h14v2H3v-2zm0-5h18v2H3v-2zm0-5h14v2H3V9z\"/>\n    </g>\n</svg>\n</li><li title=\"align right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 4h18v2H3V4zm4 15h14v2H7v-2zm-4-5h18v2H3v-2zm4-5h14v2H7V9z\"/>\n    </g>\n</svg>\n</li><li title=\"align top \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 3h18v2H3V3zm5 8v10H6V11H3l4-4 4 4H8zm10 0v10h-2V11h-3l4-4 4 4h-3z\"/>\n    </g>\n</svg>\n</li><li title=\"align vertically \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 11h18v2H3v-2zm15 7v3h-2v-3h-3l4-4 4 4h-3zM8 18v3H6v-3H3l4-4 4 4H8zM18 6h3l-4 4-4-4h3V3h2v3zM8 6h3l-4 4-4-4h3V3h2v3z\"/>\n    </g>\n</svg>\n</li><li title=\"asterisk \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M13 3v7.267l6.294-3.633 1 1.732-6.293 3.633 6.293 3.635-1 1.732L13 13.732V21h-2v-7.268l-6.294 3.634-1-1.732L9.999 12 3.706 8.366l1-1.732L11 10.267V3z\"/>\n    </g>\n</svg>\n</li><li title=\"attachment 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M14.828 7.757l-5.656 5.657a1 1 0 1 0 1.414 1.414l5.657-5.656A3 3 0 1 0 12 4.929l-5.657 5.657a5 5 0 1 0 7.071 7.07L19.071 12l1.414 1.414-5.657 5.657a7 7 0 1 1-9.9-9.9l5.658-5.656a5 5 0 0 1 7.07 7.07L12 16.244A3 3 0 1 1 7.757 12l5.657-5.657 1.414 1.414z\"/>\n    </g>\n</svg>\n</li><li title=\"bold \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M8 11h4.5a2.5 2.5 0 1 0 0-5H8v5zm10 4.5a4.5 4.5 0 0 1-4.5 4.5H6V4h6.5a4.5 4.5 0 0 1 3.256 7.606A4.498 4.498 0 0 1 18 15.5zM8 13v5h5.5a2.5 2.5 0 1 0 0-5H8z\"/>\n    </g>\n</svg>\n</li><li title=\"bring forward \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M14 3c.552 0 1 .448 1 1v5h5c.552 0 1 .448 1 1v10c0 .552-.448 1-1 1H10c-.552 0-1-.448-1-1v-5H4c-.552 0-1-.448-1-1V4c0-.552.448-1 1-1h10zm-1 2H5v8h8V5z\"/>\n    </g>\n</svg>\n</li><li title=\"bring to front \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M11 3c.552 0 1 .448 1 1v2h5c.552 0 1 .448 1 1v5h2c.552 0 1 .448 1 1v7c0 .552-.448 1-1 1h-7c-.552 0-1-.448-1-1v-2H7c-.552 0-1-.448-1-1v-5H4c-.552 0-1-.448-1-1V4c0-.552.448-1 1-1h7zm5 5H8v8h8V8z\"/>\n    </g>\n</svg>\n</li><li title=\"code view \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M16.95 8.464l1.414-1.414 4.95 4.95-4.95 4.95-1.414-1.414L20.485 12 16.95 8.464zm-9.9 0L3.515 12l3.535 3.536-1.414 1.414L.686 12l4.95-4.95L7.05 8.464z\"/>\n    </g>\n</svg>\n</li><li title=\"delete column \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M12 3c.552 0 1 .448 1 1v8c.835-.628 1.874-1 3-1 2.761 0 5 2.239 5 5s-2.239 5-5 5c-1.032 0-1.99-.313-2.787-.848L13 20c0 .552-.448 1-1 1H6c-.552 0-1-.448-1-1V4c0-.552.448-1 1-1h6zm-1 2H7v14h4V5zm8 10h-6v2h6v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"delete row \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M20 5c.552 0 1 .448 1 1v6c0 .552-.448 1-1 1 .628.835 1 1.874 1 3 0 2.761-2.239 5-5 5s-5-2.239-5-5c0-1.126.372-2.165 1-3H4c-.552 0-1-.448-1-1V6c0-.552.448-1 1-1h16zm-7 10v2h6v-2h-6zm6-8H5v4h14V7z\"/>\n    </g>\n</svg>\n</li><li title=\"double quotes l \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4.583 17.321C3.553 16.227 3 15 3 13.011c0-3.5 2.457-6.637 6.03-8.188l.893 1.378c-3.335 1.804-3.987 4.145-4.247 5.621.537-.278 1.24-.375 1.929-.311 1.804.167 3.226 1.648 3.226 3.489a3.5 3.5 0 0 1-3.5 3.5c-1.073 0-2.099-.49-2.748-1.179zm10 0C13.553 16.227 13 15 13 13.011c0-3.5 2.457-6.637 6.03-8.188l.893 1.378c-3.335 1.804-3.987 4.145-4.247 5.621.537-.278 1.24-.375 1.929-.311 1.804.167 3.226 1.648 3.226 3.489a3.5 3.5 0 0 1-3.5 3.5c-1.073 0-2.099-.49-2.748-1.179z\"/>\n    </g>\n</svg>\n</li><li title=\"double quotes r \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M19.417 6.679C20.447 7.773 21 9 21 10.989c0 3.5-2.457 6.637-6.03 8.188l-.893-1.378c3.335-1.804 3.987-4.145 4.247-5.621-.537.278-1.24.375-1.929.311-1.804-.167-3.226-1.648-3.226-3.489a3.5 3.5 0 0 1 3.5-3.5c1.073 0 2.099.49 2.748 1.179zm-10 0C10.447 7.773 11 9 11 10.989c0 3.5-2.457 6.637-6.03 8.188l-.893-1.378c3.335-1.804 3.987-4.145 4.247-5.621-.537.278-1.24.375-1.929.311C4.591 12.322 3.17 10.841 3.17 9a3.5 3.5 0 0 1 3.5-3.5c1.073 0 2.099.49 2.748 1.179z\"/>\n    </g>\n</svg>\n</li><li title=\"emphasis cn \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 19a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3zm-5.5 0a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3zm11 0a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3zM13 2v2h6v2h-1.968a18.222 18.222 0 0 1-3.621 6.302 14.685 14.685 0 0 0 5.327 3.042l-.536 1.93A16.685 16.685 0 0 1 12 13.726a16.696 16.696 0 0 1-6.202 3.547l-.536-1.929a14.7 14.7 0 0 0 5.327-3.042 18.077 18.077 0 0 1-2.822-4.3h2.24A16.031 16.031 0 0 0 12 10.876a16.168 16.168 0 0 0 2.91-4.876L5 6V4h6V2h2z\"/>\n    </g>\n</svg>\n</li><li title=\"emphasis \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 19a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3zm-5.5 0a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3zm11 0a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3zM18 3v2H8v4h9v2H8v4h10v2H6V3h12z\"/>\n    </g>\n</svg>\n</li><li title=\"english input \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n    <path d=\"M14 10h2v.757a4.5 4.5 0 0 1 7 3.743V20h-2v-5.5c0-1.43-1.175-2.5-2.5-2.5S16 13.07 16 14.5V20h-2V10zm-2-6v2H4v5h8v2H4v5h8v2H2V4h10z\"/>\n</svg>\n</li><li title=\"flow chart \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M6 21.5c-1.933 0-3.5-1.567-3.5-3.5s1.567-3.5 3.5-3.5c1.585 0 2.924 1.054 3.355 2.5H15v-2h2V9.242L14.757 7H9V9H3V3h6v2h5.757L18 1.756 22.243 6 19 9.241V15L21 15v6h-6v-2H9.355c-.43 1.446-1.77 2.5-3.355 2.5zm0-5c-.828 0-1.5.672-1.5 1.5s.672 1.5 1.5 1.5 1.5-.672 1.5-1.5-.672-1.5-1.5-1.5zm13 .5h-2v2h2v-2zM18 4.586L16.586 6 18 7.414 19.414 6 18 4.586zM7 5H5v2h2V5z\"/>\n    </g>\n</svg>\n</li><li title=\"font color \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M15.246 14H8.754l-1.6 4H5l6-15h2l6 15h-2.154l-1.6-4zm-.8-2L12 5.885 9.554 12h4.892zM3 20h18v2H3v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"font size 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M10 6v15H8V6H2V4h14v2h-6zm8 8v7h-2v-7h-3v-2h8v2h-3z\"/>\n    </g>\n</svg>\n</li><li title=\"font size \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M11.246 15H4.754l-2 5H.6L7 4h2l6.4 16h-2.154l-2-5zm-.8-2L8 6.885 5.554 13h4.892zM21 12.535V12h2v8h-2v-.535a4 4 0 1 1 0-6.93zM19 18a2 2 0 1 0 0-4 2 2 0 0 0 0 4z\"/>\n    </g>\n</svg>\n</li><li title=\"format clear \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12.651 14.065L11.605 20H9.574l1.35-7.661-7.41-7.41L4.93 3.515 20.485 19.07l-1.414 1.414-6.42-6.42zm-.878-6.535l.27-1.53h-1.8l-2-2H20v2h-5.927L13.5 9.257 11.773 7.53z\"/>\n    </g>\n</svg>\n</li><li title=\"functions \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5 18l7.68-6L5 6V4h14v2H8.263L16 12l-7.737 6H19v2H5v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"h 1 \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M13 20h-2v-7H4v7H2V4h2v7h7V4h2v16zm8-12v12h-2v-9.796l-2 .536V8.67L19.5 8H21z\"/>\n    </g>\n</svg>\n</li><li title=\"h 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M4 4v7h7V4h2v16h-2v-7H4v7H2V4h2zm14.5 4c2.071 0 3.75 1.679 3.75 3.75 0 .857-.288 1.648-.772 2.28l-.148.18L18.034 18H22v2h-7v-1.556l4.82-5.546c.268-.307.43-.709.43-1.148 0-.966-.784-1.75-1.75-1.75-.918 0-1.671.707-1.744 1.606l-.006.144h-2C14.75 9.679 16.429 8 18.5 8z\"/>\n    </g>\n</svg>\n</li><li title=\"h 3 \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M22 8l-.002 2-2.505 2.883c1.59.435 2.757 1.89 2.757 3.617 0 2.071-1.679 3.75-3.75 3.75-1.826 0-3.347-1.305-3.682-3.033l1.964-.382c.156.806.866 1.415 1.718 1.415.966 0 1.75-.784 1.75-1.75s-.784-1.75-1.75-1.75c-.286 0-.556.069-.794.19l-1.307-1.547L19.35 10H15V8h7zM4 4v7h7V4h2v16h-2v-7H4v7H2V4h2z\"/>\n    </g>\n</svg>\n</li><li title=\"h 4 \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M13 20h-2v-7H4v7H2V4h2v7h7V4h2v16zm9-12v8h1.5v2H22v2h-2v-2h-5.5v-1.34l5-8.66H22zm-2 3.133L17.19 16H20v-4.867z\"/>\n    </g>\n</svg>\n</li><li title=\"h 5 \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M22 8v2h-4.323l-.464 2.636c.33-.089.678-.136 1.037-.136 2.21 0 4 1.79 4 4s-1.79 4-4 4c-1.827 0-3.367-1.224-3.846-2.897l1.923-.551c.24.836 1.01 1.448 1.923 1.448 1.105 0 2-.895 2-2s-.895-2-2-2c-.63 0-1.193.292-1.56.748l-1.81-.904L16 8h6zM4 4v7h7V4h2v16h-2v-7H4v7H2V4h2z\"/>\n    </g>\n</svg>\n</li><li title=\"h 6 \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M21.097 8l-2.598 4.5c2.21 0 4.001 1.79 4.001 4s-1.79 4-4 4-4-1.79-4-4c0-.736.199-1.426.546-2.019L18.788 8h2.309zM4 4v7h7V4h2v16h-2v-7H4v7H2V4h2zm14.5 10.5c-1.105 0-2 .895-2 2s.895 2 2 2 2-.895 2-2-.895-2-2-2z\"/>\n    </g>\n</svg>\n</li><li title=\"hashtag \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M7.784 14l.42-4H4V8h4.415l.525-5h2.011l-.525 5h3.989l.525-5h2.011l-.525 5H20v2h-3.784l-.42 4H20v2h-4.415l-.525 5h-2.011l.525-5H9.585l-.525 5H7.049l.525-5H4v-2h3.784zm2.011 0h3.99l.42-4h-3.99l-.42 4z\"/>\n    </g>\n</svg>\n</li><li title=\"heading \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17 11V4h2v17h-2v-8H7v8H5V4h2v7z\"/>\n    </g>\n</svg>\n</li><li title=\"indent decrease \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 4h18v2H3V4zm0 15h18v2H3v-2zm8-5h10v2H11v-2zm0-5h10v2H11V9zm-8 3.5L7 9v7l-4-3.5z\"/>\n    </g>\n</svg>\n</li><li title=\"indent increase \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 4h18v2H3V4zm0 15h18v2H3v-2zm8-5h10v2H11v-2zm0-5h10v2H11V9zm-4 3.5L3 16V9l4 3.5z\"/>\n    </g>\n</svg>\n</li><li title=\"input cursor move \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n    <path d=\"M8 21v-2h3V5H8V3h8v2h-3v14h3v2H8zM18.05 7.05L23 12l-4.95 4.95-1.414-1.414L20.172 12l-3.536-3.536L18.05 7.05zm-12.1 0l1.414 1.414L3.828 12l3.536 3.536L5.95 16.95 1 12l4.95-4.95z\"/>\n</svg>\n</li><li title=\"insert column left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M20 3c.552 0 1 .448 1 1v16c0 .552-.448 1-1 1h-6c-.552 0-1-.448-1-1V4c0-.552.448-1 1-1h6zm-1 2h-4v14h4V5zM6 7c2.761 0 5 2.239 5 5s-2.239 5-5 5-5-2.239-5-5 2.239-5 5-5zm1 2H5v1.999L3 11v2l2-.001V15h2v-2.001L9 13v-2l-2-.001V9z\"/>\n    </g>\n</svg>\n</li><li title=\"insert column right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M10 3c.552 0 1 .448 1 1v16c0 .552-.448 1-1 1H4c-.552 0-1-.448-1-1V4c0-.552.448-1 1-1h6zM9 5H5v14h4V5zm9 2c2.761 0 5 2.239 5 5s-2.239 5-5 5-5-2.239-5-5 2.239-5 5-5zm1 2h-2v1.999L15 11v2l2-.001V15h2v-2.001L21 13v-2l-2-.001V9z\"/>\n    </g>\n</svg>\n</li><li title=\"insert row bottom \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M12 13c2.761 0 5 2.239 5 5s-2.239 5-5 5-5-2.239-5-5 2.239-5 5-5zm1 2h-2v1.999L9 17v2l2-.001V21h2v-2.001L15 19v-2l-2-.001V15zm7-12c.552 0 1 .448 1 1v6c0 .552-.448 1-1 1H4c-.552 0-1-.448-1-1V4c0-.552.448-1 1-1h16zM5 5v4h14V5H5z\"/>\n    </g>\n</svg>\n</li><li title=\"insert row top \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M20 13c.552 0 1 .448 1 1v6c0 .552-.448 1-1 1H4c-.552 0-1-.448-1-1v-6c0-.552.448-1 1-1h16zm-1 2H5v4h14v-4zM12 1c2.761 0 5 2.239 5 5s-2.239 5-5 5-5-2.239-5-5 2.239-5 5-5zm1 2h-2v1.999L9 5v2l2-.001V9h2V6.999L15 7V5l-2-.001V3z\"/>\n    </g>\n</svg>\n</li><li title=\"italic \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M15 20H7v-2h2.927l2.116-12H9V4h8v2h-2.927l-2.116 12H15z\"/>\n    </g>\n</svg>\n</li><li title=\"line height \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M11 4h10v2H11V4zM6 7v4H4V7H1l4-4 4 4H6zm0 10h3l-4 4-4-4h3v-4h2v4zm5 1h10v2H11v-2zm-2-7h12v2H9v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"link m \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17.657 14.828l-1.414-1.414L17.657 12A4 4 0 1 0 12 6.343l-1.414 1.414-1.414-1.414 1.414-1.414a6 6 0 0 1 8.485 8.485l-1.414 1.414zm-2.829 2.829l-1.414 1.414a6 6 0 1 1-8.485-8.485l1.414-1.414 1.414 1.414L6.343 12A4 4 0 1 0 12 17.657l1.414-1.414 1.414 1.414zm0-9.9l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z\"/>\n    </g>\n</svg>\n</li><li title=\"link unlink m \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17.657 14.828l-1.414-1.414L17.657 12A4 4 0 1 0 12 6.343l-1.414 1.414-1.414-1.414 1.414-1.414a6 6 0 0 1 8.485 8.485l-1.414 1.414zm-2.829 2.829l-1.414 1.414a6 6 0 1 1-8.485-8.485l1.414-1.414 1.414 1.414L6.343 12A4 4 0 1 0 12 17.657l1.414-1.414 1.414 1.414zm0-9.9l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07zM5.775 2.293l1.932-.518L8.742 5.64l-1.931.518-1.036-3.864zm9.483 16.068l1.931-.518 1.036 3.864-1.932.518-1.035-3.864zM2.293 5.775l3.864 1.036-.518 1.931-3.864-1.035.518-1.932zm16.068 9.483l3.864 1.035-.518 1.932-3.864-1.036.518-1.931z\"/>\n    </g>\n</svg>\n</li><li title=\"link unlink \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17 17h5v2h-3v3h-2v-5zM7 7H2V5h3V2h2v5zm11.364 8.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z\"/>\n    </g>\n</svg>\n</li><li title=\"link \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z\"/>\n    </g>\n</svg>\n</li><li title=\"list check 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M11 4h10v2H11V4zm0 4h6v2h-6V8zm0 6h10v2H11v-2zm0 4h6v2h-6v-2zM3 4h6v6H3V4zm2 2v2h2V6H5zm-2 8h6v6H3v-6zm2 2v2h2v-2H5z\"/>\n    </g>\n</svg>\n</li><li title=\"list check \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M8 4h13v2H8V4zm-5-.5h3v3H3v-3zm0 7h3v3H3v-3zm0 7h3v3H3v-3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"list ordered \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M8 4h13v2H8V4zM5 3v3h1v1H3V6h1V4H3V3h2zM3 14v-2.5h2V11H3v-1h3v2.5H4v.5h2v1H3zm2 5.5H3v-1h2V18H3v-1h3v4H3v-1h2v-.5zM8 11h13v2H8v-2zm0 7h13v2H8v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"list unordered \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"merge cells horizontal \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M20 3c.552 0 1 .448 1 1v16c0 .552-.448 1-1 1H4c-.552 0-1-.448-1-1V4c0-.552.448-1 1-1h16zm-9 2H5v5.999h2V9l3 3-3 3v-2H5v6h6v-2h2v2h6v-6h-2v2l-3-3 3-3v1.999h2V5h-6v2h-2V5zm2 8v2h-2v-2h2zm0-4v2h-2V9h2z\"/>\n    </g>\n</svg>\n</li><li title=\"merge cells vertical \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M21 20c0 .552-.448 1-1 1H4c-.552 0-1-.448-1-1V4c0-.552.448-1 1-1h16c.552 0 1 .448 1 1v16zm-2-9V5h-5.999v2H15l-3 3-3-3h2V5H5v6h2v2H5v6h6v-2H9l3-3 3 3h-1.999v2H19v-6h-2v-2h2zm-8 2H9v-2h2v2zm4 0h-2v-2h2v2z\"/>\n    </g>\n</svg>\n</li><li title=\"mind map \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M18 3c1.657 0 3 1.343 3 3s-1.343 3-3 3h-3c-1.306 0-2.417-.834-2.829-2H11c-1.1 0-2 .9-2 2v.171c1.166.412 2 1.523 2 2.829 0 1.306-.834 2.417-2 2.829V15c0 1.1.9 2 2 2h1.17c.412-1.165 1.524-2 2.83-2h3c1.657 0 3 1.343 3 3s-1.343 3-3 3h-3c-1.306 0-2.417-.834-2.829-2H11c-2.21 0-4-1.79-4-4H5c-1.657 0-3-1.343-3-3s1.343-3 3-3h2c0-2.21 1.79-4 4-4h1.17c.412-1.165 1.524-2 2.83-2h3zm0 14h-3c-.552 0-1 .448-1 1s.448 1 1 1h3c.552 0 1-.448 1-1s-.448-1-1-1zM8 11H5c-.552 0-1 .448-1 1s.448 1 1 1h3c.552 0 1-.448 1-1s-.448-1-1-1zm10-6h-3c-.552 0-1 .448-1 1s.448 1 1 1h3c.552 0 1-.448 1-1s-.448-1-1-1z\"/>\n    </g>\n</svg>\n</li><li title=\"node tree \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M10 2c.552 0 1 .448 1 1v4c0 .552-.448 1-1 1H8v2h5V9c0-.552.448-1 1-1h6c.552 0 1 .448 1 1v4c0 .552-.448 1-1 1h-6c-.552 0-1-.448-1-1v-1H8v6h5v-1c0-.552.448-1 1-1h6c.552 0 1 .448 1 1v4c0 .552-.448 1-1 1h-6c-.552 0-1-.448-1-1v-1H7c-.552 0-1-.448-1-1V8H4c-.552 0-1-.448-1-1V3c0-.552.448-1 1-1h6zm9 16h-4v2h4v-2zm0-8h-4v2h4v-2zM9 4H5v2h4V4z\"/>\n    </g>\n</svg>\n</li><li title=\"number 0 \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 1.5c1.321 0 2.484.348 3.447.994.963.645 1.726 1.588 2.249 2.778.522 1.19.804 2.625.804 4.257v4.942c0 1.632-.282 3.068-.804 4.257-.523 1.19-1.286 2.133-2.25 2.778-.962.646-2.125.994-3.446.994-1.321 0-2.484-.348-3.447-.994-.963-.645-1.726-1.588-2.249-2.778-.522-1.19-.804-2.625-.804-4.257V9.529c0-1.632.282-3.068.804-4.257.523-1.19 1.286-2.133 2.25-2.778C9.515 1.848 10.678 1.5 12 1.5zm0 2c-.916 0-1.694.226-2.333.655-.637.427-1.158 1.07-1.532 1.92-.412.94-.635 2.108-.635 3.454v4.942c0 1.346.223 2.514.635 3.453.374.851.895 1.494 1.532 1.921.639.429 1.417.655 2.333.655.916 0 1.694-.226 2.333-.655.637-.427 1.158-1.07 1.532-1.92.412-.94.635-2.108.635-3.454V9.529c0-1.346-.223-2.514-.635-3.453-.374-.851-.895-1.494-1.532-1.921C13.694 3.726 12.916 3.5 12 3.5z\"/>\n    </g>\n</svg>\n</li><li title=\"number 1 \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M14 1.5V22h-2V3.704L7.5 4.91V2.839l5-1.339z\"/>\n    </g>\n</svg>\n</li><li title=\"number 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M16 7.5a4 4 0 1 0-8 0H6a6 6 0 1 1 10.663 3.776l-7.32 8.723L18 20v2H6v-1.127l9.064-10.802A3.982 3.982 0 0 0 16 7.5z\"/>\n    </g>\n</svg>\n</li><li title=\"number 3 \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M18 2v1.362L12.809 9.55a6.501 6.501 0 1 1-7.116 8.028l1.94-.486A4.502 4.502 0 0 0 16.5 16a4.5 4.5 0 0 0-6.505-4.03l-.228.122-.69-1.207L14.855 4 6.5 4V2H18z\"/>\n    </g>\n</svg>\n</li><li title=\"number 4 \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M16 1.5V16h3v2h-3v4h-2v-4H4v-1.102L14 1.5h2zM14 16V5.171L6.968 16H14z\"/>\n    </g>\n</svg>\n</li><li title=\"number 5 \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M18 2v2H9.3l-.677 6.445a6.5 6.5 0 1 1-2.93 7.133l1.94-.486A4.502 4.502 0 0 0 16.5 16a4.5 4.5 0 0 0-4.5-4.5c-2.022 0-3.278.639-3.96 1.53l-1.575-1.182L7.5 2H18z\"/>\n    </g>\n</svg>\n</li><li title=\"number 6 \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M14.886 2l-4.438 7.686A6.5 6.5 0 1 1 6.4 12.7L12.576 2h2.31zM12 11.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9z\"/>\n    </g>\n</svg>\n</li><li title=\"number 7 \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M19 2v1.5L10.763 22H8.574l8.013-18H6V2z\"/>\n    </g>\n</svg>\n</li><li title=\"number 8 \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 1.5a5.5 5.5 0 0 1 3.352 9.86C17.24 12.41 18.5 14.32 18.5 16.5c0 3.314-2.91 6-6.5 6s-6.5-2.686-6.5-6c0-2.181 1.261-4.09 3.147-5.141A5.5 5.5 0 0 1 12 1.5zm0 11c-2.52 0-4.5 1.828-4.5 4 0 2.172 1.98 4 4.5 4s4.5-1.828 4.5-4c0-2.172-1.98-4-4.5-4zm0-9a3.5 3.5 0 1 0 0 7 3.5 3.5 0 0 0 0-7z\"/>\n    </g>\n</svg>\n</li><li title=\"number 9 \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 1.5a6.5 6.5 0 0 1 5.619 9.77l-6.196 10.729H9.114l4.439-7.686A6.5 6.5 0 1 1 12 1.5zm0 2a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9z\"/>\n    </g>\n</svg>\n</li><li title=\"omega \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M14 20v-2.157c1.863-1.192 3.5-3.875 3.5-6.959 0-3.073-2-6.029-5.5-6.029s-5.5 2.956-5.5 6.03c0 3.083 1.637 5.766 3.5 6.958V20H3v-2h4.76C5.666 16.505 4 13.989 4 10.884 4 6.247 7.5 3 12 3s8 3.247 8 7.884c0 3.105-1.666 5.621-3.76 7.116H21v2h-7z\"/>\n    </g>\n</svg>\n</li><li title=\"organization chart \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M15 3c.552 0 1 .448 1 1v4c0 .552-.448 1-1 1h-2v2h4c.552 0 1 .448 1 1v3h2c.552 0 1 .448 1 1v4c0 .552-.448 1-1 1h-6c-.552 0-1-.448-1-1v-4c0-.552.448-1 1-1h2v-2H8v2h2c.552 0 1 .448 1 1v4c0 .552-.448 1-1 1H4c-.552 0-1-.448-1-1v-4c0-.552.448-1 1-1h2v-3c0-.552.448-1 1-1h4V9H9c-.552 0-1-.448-1-1V4c0-.552.448-1 1-1h6zM9 17H5v2h4v-2zm10 0h-4v2h4v-2zM14 5h-4v2h4V5z\"/>\n    </g>\n</svg>\n</li><li title=\"page separator \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17 21v-4H7v4H5v-5a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v5h-2zM7 3v4h10V3h2v5a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1V3h2zM2 9l4 3-4 3V9zm20 0v6l-4-3 4-3z\"/>\n    </g>\n</svg>\n</li><li title=\"paragraph \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 6v15h-2v-5a6 6 0 1 1 0-12h10v2h-3v15h-2V6h-3zm-2 0a4 4 0 1 0 0 8V6z\"/>\n    </g>\n</svg>\n</li><li title=\"pinyin input \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n    <path d=\"M17.934 3.036l1.732 1L18.531 6H21v2h-2v4h2v2h-2v7h-2v-7h-3.084c-.325 2.862-1.564 5.394-3.37 7.193l-1.562-1.27c1.52-1.438 2.596-3.522 2.917-5.922L10 14v-2l2-.001V8h-2V6h2.467l-1.133-1.964 1.732-1L14.777 6h1.444l1.713-2.964zM5 13.803l-2 .536v-2.071l2-.536V8H3V6h2V3h2v3h2v2H7v3.197l2-.536v2.07l-2 .536V18.5A2.5 2.5 0 0 1 4.5 21H3v-2h1.5a.5.5 0 0 0 .492-.41L5 18.5v-4.697zM17 8h-3v4h3V8z\"/>\n</svg>\n</li><li title=\"question mark \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M12 19c.828 0 1.5.672 1.5 1.5S12.828 22 12 22s-1.5-.672-1.5-1.5.672-1.5 1.5-1.5zm0-17c3.314 0 6 2.686 6 6 0 2.165-.753 3.29-2.674 4.923C13.399 14.56 13 15.297 13 17h-2c0-2.474.787-3.695 3.031-5.601C15.548 10.11 16 9.434 16 8c0-2.21-1.79-4-4-4S8 5.79 8 8v1H6V8c0-3.314 2.686-6 6-6z\"/>\n    </g>\n</svg>\n</li><li title=\"rounded corner \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M21 19v2h-2v-2h2zm-4 0v2h-2v-2h2zm-4 0v2h-2v-2h2zm-4 0v2H7v-2h2zm-4 0v2H3v-2h2zm16-4v2h-2v-2h2zM5 15v2H3v-2h2zm0-4v2H3v-2h2zm11-8c2.687 0 4.882 2.124 4.995 4.783L21 8v5h-2V8c0-1.591-1.255-2.903-2.824-2.995L16 5h-5V3h5zM5 7v2H3V7h2zm0-4v2H3V3h2zm4 0v2H7V3h2z\"/>\n    </g>\n</svg>\n</li><li title=\"send backward \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M14 3c.552 0 1 .448 1 1v5h5c.552 0 1 .448 1 1v10c0 .552-.448 1-1 1H10c-.552 0-1-.448-1-1v-5H4c-.552 0-1-.448-1-1V4c0-.552.448-1 1-1h10zm-1 2H5v8h4v-3c0-.552.448-1 1-1h3V5z\"/>\n    </g>\n</svg>\n</li><li title=\"send to back \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M11 3c.552 0 1 .448 1 1v2h5c.552 0 1 .448 1 1v5h2c.552 0 1 .448 1 1v7c0 .552-.448 1-1 1h-7c-.552 0-1-.448-1-1v-2H7c-.552 0-1-.448-1-1v-5H4c-.552 0-1-.448-1-1V4c0-.552.448-1 1-1h7zm5 5h-4v3c0 .552-.448 1-1 1H8v4h4v-3c0-.552.448-1 1-1h3V8z\"/>\n    </g>\n</svg>\n</li><li title=\"separator \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M2 11h2v2H2v-2zm4 0h12v2H6v-2zm14 0h2v2h-2v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"single quotes l \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M9.583 17.321C8.553 16.227 8 15 8 13.011c0-3.5 2.457-6.637 6.03-8.188l.893 1.378c-3.335 1.804-3.987 4.145-4.247 5.621.537-.278 1.24-.375 1.929-.311 1.804.167 3.226 1.648 3.226 3.489a3.5 3.5 0 0 1-3.5 3.5c-1.073 0-2.099-.49-2.748-1.179z\"/>\n    </g>\n</svg>\n</li><li title=\"single quotes r \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M14.417 6.679C15.447 7.773 16 9 16 10.989c0 3.5-2.457 6.637-6.03 8.188l-.893-1.378c3.335-1.804 3.987-4.145 4.247-5.621-.537.278-1.24.375-1.929.311C9.591 12.322 8.17 10.841 8.17 9a3.5 3.5 0 0 1 3.5-3.5c1.073 0 2.099.49 2.748 1.179z\"/>\n    </g>\n</svg>\n</li><li title=\"sort asc \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M19 3l4 5h-3v12h-2V8h-3l4-5zm-5 15v2H3v-2h11zm0-7v2H3v-2h11zm-2-7v2H3V4h9z\"/>\n    </g>\n</svg>\n</li><li title=\"sort desc \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M20 4v12h3l-4 5-4-5h3V4h2zm-8 14v2H3v-2h9zm2-7v2H3v-2h11zm0-7v2H3V4h11z\"/>\n    </g>\n</svg>\n</li><li title=\"space \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 9v4h16V9h2v5a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V9h2z\"/>\n    </g>\n</svg>\n</li><li title=\"split cells horizontal \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M20 3c.552 0 1 .448 1 1v16c0 .552-.448 1-1 1H4c-.552 0-1-.448-1-1V4c0-.552.448-1 1-1h16zm-9 2H5v14h6v-4h2v4h6V5h-6v4h-2V5zm4 4l3 3-3 3v-2H9v2l-3-3 3-3v2h6V9z\"/>\n    </g>\n</svg>\n</li><li title=\"split cells vertical \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M20 3c.552 0 1 .448 1 1v16c0 .552-.448 1-1 1H4c-.552 0-1-.448-1-1V4c0-.552.448-1 1-1h16zm-1 2H5v5.999L9 11v2H5v6h14v-6h-4v-2l4-.001V5zm-7 1l3 3h-2v6h2l-3 3-3-3h2V9H9l3-3z\"/>\n    </g>\n</svg>\n</li><li title=\"strikethrough 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M13 9h-2V6H5V4h14v2h-6v3zm0 6v5h-2v-5h2zM3 11h18v2H3v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"strikethrough \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17.154 14c.23.516.346 1.09.346 1.72 0 1.342-.524 2.392-1.571 3.147C14.88 19.622 13.433 20 11.586 20c-1.64 0-3.263-.381-4.87-1.144V16.6c1.52.877 3.075 1.316 4.666 1.316 2.551 0 3.83-.732 3.839-2.197a2.21 2.21 0 0 0-.648-1.603l-.12-.117H3v-2h18v2h-3.846zm-4.078-3H7.629a4.086 4.086 0 0 1-.481-.522C6.716 9.92 6.5 9.246 6.5 8.452c0-1.236.466-2.287 1.397-3.153C8.83 4.433 10.271 4 12.222 4c1.471 0 2.879.328 4.222.984v2.152c-1.2-.687-2.515-1.03-3.946-1.03-2.48 0-3.719.782-3.719 2.346 0 .42.218.786.654 1.099.436.313.974.562 1.613.75.62.18 1.297.414 2.03.699z\"/>\n    </g>\n</svg>\n</li><li title=\"subscript 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M11 6v13H9V6H3V4h14v2h-6zm8.55 10.58a.8.8 0 1 0-1.32-.36l-1.154.33A2.001 2.001 0 0 1 19 14a2 2 0 0 1 1.373 3.454L18.744 19H21v1h-4v-1l2.55-2.42z\"/>\n    </g>\n</svg>\n</li><li title=\"subscript \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5.596 4L10.5 9.928 15.404 4H18l-6.202 7.497L18 18.994V19h-2.59l-4.91-5.934L5.59 19H3v-.006l6.202-7.497L3 4h2.596zM21.55 16.58a.8.8 0 1 0-1.32-.36l-1.155.33A2.001 2.001 0 0 1 21 14a2 2 0 0 1 1.373 3.454L20.744 19H23v1h-4v-1l2.55-2.42z\"/>\n    </g>\n</svg>\n</li><li title=\"superscript 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M11 7v13H9V7H3V5h12v2h-4zm8.55-.42a.8.8 0 1 0-1.32-.36l-1.154.33A2.001 2.001 0 0 1 19 4a2 2 0 0 1 1.373 3.454L18.744 9H21v1h-4V9l2.55-2.42z\"/>\n    </g>\n</svg>\n</li><li title=\"superscript \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5.596 5l4.904 5.928L15.404 5H18l-6.202 7.497L18 19.994V20h-2.59l-4.91-5.934L5.59 20H3v-.006l6.202-7.497L3 5h2.596zM21.55 6.58a.8.8 0 1 0-1.32-.36l-1.155.33A2.001 2.001 0 0 1 21 4a2 2 0 0 1 1.373 3.454L20.744 9H23v1h-4V9l2.55-2.42z\"/>\n    </g>\n</svg>\n</li><li title=\"table 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M13 10v4h6v-4h-6zm-2 0H5v4h6v-4zm2 9h6v-3h-6v3zm-2 0v-3H5v3h6zm2-14v3h6V5h-6zm-2 0H5v3h6V5zM4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1z\"/>\n    </g>\n</svg>\n</li><li title=\"text direction l \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M11 5v10H9v-4a4 4 0 1 1 0-8h8v2h-2v10h-2V5h-2zM9 5a2 2 0 1 0 0 4V5zm8 12v-2.5l4 3.5-4 3.5V19H5v-2h12z\"/>\n    </g>\n</svg>\n</li><li title=\"text direction r \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M11 5v10H9v-4a4 4 0 1 1 0-8h8v2h-2v10h-2V5h-2zM9 5a2 2 0 1 0 0 4V5zM7 17h12v2H7v2.5L3 18l4-3.5V17z\"/>\n    </g>\n</svg>\n</li><li title=\"text spacing \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M7 17h10v-2.5l3.5 3.5-3.5 3.5V19H7v2.5L3.5 18 7 14.5V17zm6-11v9h-2V6H5V4h14v2h-6z\"/>\n    </g>\n</svg>\n</li><li title=\"text wrap \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M15 18h1.5a2.5 2.5 0 1 0 0-5H3v-2h13.5a4.5 4.5 0 1 1 0 9H15v2l-4-3 4-3v2zM3 4h18v2H3V4zm6 14v2H3v-2h6z\"/>\n    </g>\n</svg>\n</li><li title=\"text \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M13 6v15h-2V6H5V4h14v2z\"/>\n    </g>\n</svg>\n</li><li title=\"translate 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M18.5 10l4.4 11h-2.155l-1.201-3h-4.09l-1.199 3h-2.154L16.5 10h2zM10 2v2h6v2h-1.968a18.222 18.222 0 0 1-3.62 6.301 14.864 14.864 0 0 0 2.336 1.707l-.751 1.878A17.015 17.015 0 0 1 9 13.725a16.676 16.676 0 0 1-6.201 3.548l-.536-1.929a14.7 14.7 0 0 0 5.327-3.042A18.078 18.078 0 0 1 4.767 8h2.24A16.032 16.032 0 0 0 9 10.877a16.165 16.165 0 0 0 2.91-4.876L2 6V4h6V2h2zm7.5 10.885L16.253 16h2.492L17.5 12.885z\"/>\n    </g>\n</svg>\n</li><li title=\"translate \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5 15v2a2 2 0 0 0 1.85 1.995L7 19h3v2H7a4 4 0 0 1-4-4v-2h2zm13-5l4.4 11h-2.155l-1.201-3h-4.09l-1.199 3h-2.154L16 10h2zm-1 2.885L15.753 16h2.492L17 12.885zM8 2v2h4v7H8v3H6v-3H2V4h4V2h2zm9 1a4 4 0 0 1 4 4v2h-2V7a2 2 0 0 0-2-2h-3V3h3zM6 6H4v3h2V6zm4 0H8v3h2V6z\"/>\n    </g>\n</svg>\n</li><li title=\"underline \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M8 3v9a4 4 0 1 0 8 0V3h2v9a6 6 0 1 1-12 0V3h2zM4 20h16v2H4v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"wubi input \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n    <path d=\"M3 21v-2h3.662l1.234-7H5v-2h3.249l.881-5H4V3h16v2h-8.839l-.882 5H18v9h3v2H3zm13-9H9.927l-1.235 7H16v-7z\"/>\n</svg>\n</li><li class='heading'>Finance</li><li title=\"24 hours fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M12 13c1.657 0 3 1.343 3 3 0 .85-.353 1.616-.92 2.162L12.17 20H15v2H9v-1.724l3.693-3.555c.19-.183.307-.438.307-.721 0-.552-.448-1-1-1s-1 .448-1 1H9c0-1.657 1.343-3 3-3zm6 0v4h2v-4h2v9h-2v-3h-4v-6h2zM4 12c0 2.527 1.171 4.78 3 6.246v2.416C4.011 18.933 2 15.702 2 12h2zm8-10c5.185 0 9.449 3.947 9.95 9h-2.012C19.446 7.054 16.08 4 12 4 9.536 4 7.332 5.114 5.865 6.865L8 9H2V3l2.447 2.446C6.28 3.336 8.984 2 12 2z\"/>\n    </g>\n</svg>\n</li><li title=\"24 hours line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M12 13c1.657 0 3 1.343 3 3 0 .85-.353 1.616-.92 2.162L12.17 20H15v2H9v-1.724l3.693-3.555c.19-.183.307-.438.307-.721 0-.552-.448-1-1-1s-1 .448-1 1H9c0-1.657 1.343-3 3-3zm6 0v4h2v-4h2v9h-2v-3h-4v-6h2zM4 12c0 2.527 1.171 4.78 3 6.246v2.416C4.011 18.933 2 15.702 2 12h2zm8-10c5.185 0 9.449 3.947 9.95 9h-2.012C19.446 7.054 16.08 4 12 4 9.25 4 6.824 5.387 5.385 7.5H8v2H2v-6h2V6c1.824-2.43 4.729-4 8-4z\"/>\n    </g>\n</svg>\n</li><li title=\"auction fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M14 20v2H2v-2h12zM14.586.686l7.778 7.778L20.95 9.88l-1.06-.354L17.413 12l5.657 5.657-1.414 1.414L16 13.414l-2.404 2.404.283 1.132-1.415 1.414-7.778-7.778 1.415-1.414 1.13.282 6.294-6.293-.353-1.06L14.586.686z\"/>\n    </g>\n</svg>\n</li><li title=\"auction line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M14 20v2H2v-2h12zM14.586.686l7.778 7.778L20.95 9.88l-1.06-.354L17.413 12l5.657 5.657-1.414 1.414L16 13.414l-2.404 2.404.283 1.132-1.415 1.414-7.778-7.778 1.415-1.414 1.13.282 6.294-6.293-.353-1.06L14.586.686zm.707 3.536l-7.071 7.07 3.535 3.536 7.071-7.07-3.535-3.536z\"/>\n    </g>\n</svg>\n</li><li title=\"bank card 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M22 11v9a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-9h20zm0-4H2V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v3z\"/>\n    </g>\n</svg>\n</li><li title=\"bank card 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm17 9H4v7h16v-7zm0-4V5H4v3h16z\"/>\n    </g>\n</svg>\n</li><li title=\"bank card fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M22 10v10a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V10h20zm0-2H2V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v4zm-7 8v2h4v-2h-4z\"/>\n    </g>\n</svg>\n</li><li title=\"bank card line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm17 8H4v8h16v-8zm0-2V5H4v4h16zm-6 6h4v2h-4v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"bit coin fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-6v2h2v-2h1a2.5 2.5 0 0 0 2-4 2.5 2.5 0 0 0-2-4h-1V6h-2v2H8v8h3zm-1-3h4a.5.5 0 1 1 0 1h-4v-1zm0-3h4a.5.5 0 1 1 0 1h-4v-1z\"/>\n    </g>\n</svg>\n</li><li title=\"bit coin line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm-1-4H8V8h3V6h2v2h1a2.5 2.5 0 0 1 2 4 2.5 2.5 0 0 1-2 4h-1v2h-2v-2zm-1-3v1h4a.5.5 0 1 0 0-1h-4zm0-3v1h4a.5.5 0 1 0 0-1h-4z\"/>\n    </g>\n</svg>\n</li><li title=\"coin fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M23 12v2c0 3.314-4.925 6-11 6-5.967 0-10.824-2.591-10.995-5.823L1 14v-2c0 3.314 4.925 6 11 6s11-2.686 11-6zM12 4c6.075 0 11 2.686 11 6s-4.925 6-11 6-11-2.686-11-6 4.925-6 11-6z\"/>\n    </g>\n</svg>\n</li><li title=\"coin line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M12 4c6.075 0 11 2.686 11 6v4c0 3.314-4.925 6-11 6-5.967 0-10.824-2.591-10.995-5.823L1 14v-4c0-3.314 4.925-6 11-6zm0 12c-3.72 0-7.01-1.007-9-2.55V14c0 1.882 3.883 4 9 4 5.01 0 8.838-2.03 8.995-3.882L21 14l.001-.55C19.011 14.992 15.721 16 12 16zm0-10c-5.117 0-9 2.118-9 4 0 1.882 3.883 4 9 4s9-2.118 9-4c0-1.882-3.883-4-9-4z\"/>\n    </g>\n</svg>\n</li><li title=\"coins fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M14 2a8 8 0 0 1 3.292 15.293A8 8 0 1 1 6.706 6.707 8.003 8.003 0 0 1 14 2zm-3 7H9v1a2.5 2.5 0 0 0-.164 4.995L9 15h2l.09.008a.5.5 0 0 1 0 .984L11 16H7v2h2v1h2v-1a2.5 2.5 0 0 0 .164-4.995L11 13H9l-.09-.008a.5.5 0 0 1 0-.984L9 12h4v-2h-2V9zm3-5a5.985 5.985 0 0 0-4.484 2.013 8 8 0 0 1 8.47 8.471A6 6 0 0 0 14 4z\"/>\n    </g>\n</svg>\n</li><li title=\"coins line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M14 2a8 8 0 0 1 3.292 15.293A8 8 0 1 1 6.706 6.707 8.003 8.003 0 0 1 14 2zm-4 6a6 6 0 1 0 0 12 6 6 0 0 0 0-12zm1 1v1h2v2H9a.5.5 0 0 0-.09.992L9 13h2a2.5 2.5 0 1 1 0 5v1H9v-1H7v-2h4a.5.5 0 0 0 .09-.992L11 15H9a2.5 2.5 0 1 1 0-5V9h2zm3-5a5.985 5.985 0 0 0-4.484 2.013 8 8 0 0 1 8.47 8.471A6 6 0 0 0 14 4z\"/>\n    </g>\n</svg>\n</li><li title=\"copper coin fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-14.243L7.757 12 12 16.243 16.243 12 12 7.757z\"/>\n    </g>\n</svg>\n</li><li title=\"copper coin line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0-12.95L16.95 12 12 16.95 7.05 12 12 7.05zm0 2.829L9.879 12 12 14.121 14.121 12 12 9.879z\"/>\n    </g>\n</svg>\n</li><li title=\"copper diamond fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zM9.5 9L7 11.5l5 5 5-5L14.5 9h-5z\"/>\n    </g>\n</svg>\n</li><li title=\"copper diamond line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM9 8h6l2.5 3.5L12 17l-5.5-5.5L9 8zm1.03 2l-.92 1.29L12 14.18l2.89-2.89-.92-1.29h-3.94z\"/>\n    </g>\n</svg>\n</li><li title=\"coupon 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M14 3v18H3a1 1 0 0 1-1-1v-5.5a2.5 2.5 0 1 0 0-5V4a1 1 0 0 1 1-1h11zm2 0h5a1 1 0 0 1 1 1v5.5a2.5 2.5 0 1 0 0 5V20a1 1 0 0 1-1 1h-5V3z\"/>\n    </g>\n</svg>\n</li><li title=\"coupon 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M2 9.5V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v5.5a2.5 2.5 0 1 0 0 5V20a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-5.5a2.5 2.5 0 1 0 0-5zM14 5H4v2.968a4.5 4.5 0 0 1 0 8.064V19h10V5zm2 0v14h4v-2.968a4.5 4.5 0 0 1 0-8.064V5h-4z\"/>\n    </g>\n</svg>\n</li><li title=\"coupon 3 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M11 21a1.5 1.5 0 0 0-3 0H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a1.5 1.5 0 0 0 3 0h10a1 1 0 0 1 1 1v5.5a2.5 2.5 0 1 0 0 5V20a1 1 0 0 1-1 1H11zM9.5 10.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm0 6a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z\"/>\n    </g>\n</svg>\n</li><li title=\"coupon 3 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M2 4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v5.5a2.5 2.5 0 1 0 0 5V20a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4zm6.085 15a1.5 1.5 0 0 1 2.83 0H20v-2.968a4.5 4.5 0 0 1 0-8.064V5h-9.085a1.5 1.5 0 0 1-2.83 0H4v14h4.085zM9.5 11a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\"/>\n    </g>\n</svg>\n</li><li title=\"coupon 4 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M10 21H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h7a2 2 0 1 0 4 0h7a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1h-7a2 2 0 1 0-4 0zM6 8v8h2V8H6zm10 0v8h2V8h-2z\"/>\n    </g>\n</svg>\n</li><li title=\"coupon 4 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M10 21H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h7a2 2 0 1 0 4 0h7a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1h-7a2 2 0 1 0-4 0zm-1.465-2A3.998 3.998 0 0 1 12 17c1.48 0 2.773.804 3.465 2H20V5h-4.535A3.998 3.998 0 0 1 12 7a3.998 3.998 0 0 1-3.465-2H4v14h4.535zM6 8h2v8H6V8zm10 0h2v8h-2V8z\"/>\n    </g>\n</svg>\n</li><li title=\"coupon 5 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M21 14v7a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-7a2 2 0 1 0 0-4V3a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v7a2 2 0 1 0 0 4zM9 6v2h6V6H9zm0 10v2h6v-2H9z\"/>\n    </g>\n</svg>\n</li><li title=\"coupon 5 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M21 14v7a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-7a2 2 0 1 0 0-4V3a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v7a2 2 0 1 0 0 4zm-2 1.465A3.998 3.998 0 0 1 17 12c0-1.48.804-2.773 2-3.465V4H5v4.535C6.196 9.227 7 10.52 7 12c0 1.48-.804 2.773-2 3.465V20h14v-4.535zM9 6h6v2H9V6zm0 10h6v2H9v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"coupon fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M2 9.5V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v5.5a2.5 2.5 0 1 0 0 5V20a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-5.5a2.5 2.5 0 1 0 0-5zM9 9v2h6V9H9zm0 4v2h6v-2H9z\"/>\n    </g>\n</svg>\n</li><li title=\"coupon line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M2 9.5V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v5.5a2.5 2.5 0 1 0 0 5V20a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-5.5a2.5 2.5 0 1 0 0-5zm2-1.532a4.5 4.5 0 0 1 0 8.064V19h16v-2.968a4.5 4.5 0 0 1 0-8.064V5H4v2.968zM9 9h6v2H9V9zm0 4h6v2H9v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"currency fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17 16h2V4H9v2h8v10zm0 2v3c0 .552-.45 1-1.007 1H4.007A1.001 1.001 0 0 1 3 21l.003-14c0-.552.45-1 1.007-1H7V3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1h-3zM7 16v2h2v1h2v-1h.5a2.5 2.5 0 1 0 0-5h-3a.5.5 0 1 1 0-1H13v-2h-2V9H9v1h-.5a2.5 2.5 0 1 0 0 5h3a.5.5 0 1 1 0 1H7z\"/>\n    </g>\n</svg>\n</li><li title=\"currency line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17 16h2V4H9v2h8v10zm0 2v3c0 .552-.45 1-1.007 1H4.007A1.001 1.001 0 0 1 3 21l.003-14c0-.552.45-1 1.007-1H7V3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1h-3zM5.003 8L5 20h10V8H5.003zM7 16h4.5a.5.5 0 1 0 0-1h-3a2.5 2.5 0 1 1 0-5H9V9h2v1h2v2H8.5a.5.5 0 1 0 0 1h3a2.5 2.5 0 1 1 0 5H11v1H9v-1H7v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"exchange box fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm9 6H8v2h9l-5-5v3zm-5 4l5 5v-3h4v-2H7z\"/>\n    </g>\n</svg>\n</li><li title=\"exchange box line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 5v14h16V5H4zM3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm9 6V6l5 5H8V9h4zm-5 4h9v2h-4v3l-5-5z\"/>\n    </g>\n</svg>\n</li><li title=\"exchange cny fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5.373 4.51A9.962 9.962 0 0 1 12 2c5.523 0 10 4.477 10 10a9.954 9.954 0 0 1-1.793 5.715L17.5 12H20A8 8 0 0 0 6.274 6.413l-.9-1.902zm13.254 14.98A9.962 9.962 0 0 1 12 22C6.477 22 2 17.523 2 12c0-2.125.663-4.095 1.793-5.715L6.5 12H4a8 8 0 0 0 13.726 5.587l.9 1.902zM13 13.535h3v2h-3v2h-2v-2H8v-2h3v-1H8v-2h2.586L8.464 8.414 9.88 7 12 9.121 14.121 7l1.415 1.414-2.122 2.122H16v2h-3v1z\"/>\n    </g>\n</svg>\n</li><li title=\"exchange cny line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M19.375 15.103A8.001 8.001 0 0 0 8.03 5.053l-.992-1.737A9.996 9.996 0 0 1 17 3.34c4.49 2.592 6.21 8.142 4.117 12.77l1.342.774-4.165 2.214-.165-4.714 1.246.719zM4.625 8.897a8.001 8.001 0 0 0 11.345 10.05l.992 1.737A9.996 9.996 0 0 1 7 20.66C2.51 18.068.79 12.518 2.883 7.89L1.54 7.117l4.165-2.214.165 4.714-1.246-.719zM13 13.536h3v2h-3v2h-2v-2H8v-2h3v-1H8v-2h2.586L8.464 8.414 9.88 7 12 9.121 14.121 7l1.415 1.414-2.122 2.122H16v2h-3v1z\"/>\n    </g>\n</svg>\n</li><li title=\"exchange dollar fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5.373 4.51A9.962 9.962 0 0 1 12 2c5.523 0 10 4.477 10 10a9.954 9.954 0 0 1-1.793 5.715L17.5 12H20A8 8 0 0 0 6.274 6.413l-.9-1.902zm13.254 14.98A9.962 9.962 0 0 1 12 22C6.477 22 2 17.523 2 12c0-2.125.663-4.095 1.793-5.715L6.5 12H4a8 8 0 0 0 13.726 5.587l.9 1.902zM8.5 14H14a.5.5 0 1 0 0-1h-4a2.5 2.5 0 1 1 0-5h1V7h2v1h2.5v2H10a.5.5 0 1 0 0 1h4a2.5 2.5 0 1 1 0 5h-1v1h-2v-1H8.5v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"exchange dollar line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M19.375 15.103A8.001 8.001 0 0 0 8.03 5.053l-.992-1.737A9.996 9.996 0 0 1 17 3.34c4.49 2.592 6.21 8.142 4.117 12.77l1.342.774-4.165 2.214-.165-4.714 1.246.719zM4.625 8.897a8.001 8.001 0 0 0 11.345 10.05l.992 1.737A9.996 9.996 0 0 1 7 20.66C2.51 18.068.79 12.518 2.883 7.89L1.54 7.117l4.165-2.214.165 4.714-1.246-.719zM8.5 14H14a.5.5 0 1 0 0-1h-4a2.5 2.5 0 1 1 0-5h1V7h2v1h2.5v2H10a.5.5 0 1 0 0 1h4a2.5 2.5 0 1 1 0 5h-1v1h-2v-1H8.5v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"exchange fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-13H8v2h9l-5-5v3zm-5 4l5 5v-3h4v-2H7z\"/>\n    </g>\n</svg>\n</li><li title=\"exchange funds fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5.373 4.51A9.962 9.962 0 0 1 12 2c5.523 0 10 4.477 10 10a9.954 9.954 0 0 1-1.793 5.715L17.5 12H20A8 8 0 0 0 6.274 6.413l-.9-1.902zm13.254 14.98A9.962 9.962 0 0 1 12 22C6.477 22 2 17.523 2 12c0-2.125.663-4.095 1.793-5.715L6.5 12H4a8 8 0 0 0 13.726 5.587l.9 1.902zm-5.213-4.662L10.586 12l-2.829 2.828-1.414-1.414 4.243-4.242L13.414 12l2.829-2.828 1.414 1.414-4.243 4.242z\"/>\n    </g>\n</svg>\n</li><li title=\"exchange funds line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M19.375 15.103A8.001 8.001 0 0 0 8.03 5.053l-.992-1.737A9.996 9.996 0 0 1 17 3.34c4.49 2.592 6.21 8.142 4.117 12.77l1.342.774-4.165 2.214-.165-4.714 1.246.719zM4.625 8.897a8.001 8.001 0 0 0 11.345 10.05l.992 1.737A9.996 9.996 0 0 1 7 20.66C2.51 18.068.79 12.518 2.883 7.89L1.54 7.117l4.165-2.214.165 4.714-1.246-.719zm8.79 5.931L10.584 12l-2.828 2.828-1.414-1.414 4.243-4.242L13.414 12l2.829-2.828 1.414 1.414-4.243 4.242z\"/>\n    </g>\n</svg>\n</li><li title=\"exchange line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm-5-7h9v2h-4v3l-5-5zm5-4V6l5 5H8V9h4z\"/>\n    </g>\n</svg>\n</li><li title=\"funds box fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm11.793 6.793l-2.45 2.45-2.121-2.122-4.243 4.243 1.414 1.414 2.829-2.828 2.121 2.121 3.864-3.864L18 13V8h-5l1.793 1.793z\"/>\n    </g>\n</svg>\n</li><li title=\"funds box line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 5v14h16V5H4zM3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm11.793 6.793L13 8h5v5l-1.793-1.793-3.864 3.864-2.121-2.121-2.829 2.828-1.414-1.414 4.243-4.243 2.121 2.122 2.45-2.45z\"/>\n    </g>\n</svg>\n</li><li title=\"funds fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3.897 17.86l3.91-3.91 2.829 2.828 4.571-4.57L17 14V9h-5l1.793 1.793-3.157 3.157-2.828-2.829-4.946 4.946A9.965 9.965 0 0 1 2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10a9.987 9.987 0 0 1-8.103-4.14z\"/>\n    </g>\n</svg>\n</li><li title=\"funds line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4.406 14.523l3.402-3.402 2.828 2.829 3.157-3.157L12 9h5v5l-1.793-1.793-4.571 4.571-2.828-2.828-2.475 2.474a8 8 0 1 0-.927-1.9zm-1.538 1.558l-.01-.01.004-.004A9.965 9.965 0 0 1 2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10c-4.07 0-7.57-2.43-9.132-5.919z\"/>\n    </g>\n</svg>\n</li><li title=\"gift 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M20 13v7a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-7h16zM14.5 2a3.5 3.5 0 0 1 3.163 5.001L21 7a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1l3.337.001a3.5 3.5 0 0 1 5.664-3.95A3.48 3.48 0 0 1 14.5 2zm-5 2a1.5 1.5 0 0 0-.144 2.993L9.5 7H11V5.5a1.5 1.5 0 0 0-1.356-1.493L9.5 4zm5 0l-.144.007a1.5 1.5 0 0 0-1.35 1.349L13 5.5V7h1.5l.144-.007a1.5 1.5 0 0 0 0-2.986L14.5 4z\"/>\n    </g>\n</svg>\n</li><li title=\"gift 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M14.5 2a3.5 3.5 0 0 1 3.163 5.001L21 7a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-1v8a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-8H3a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1l3.337.001a3.5 3.5 0 0 1 5.664-3.95A3.48 3.48 0 0 1 14.5 2zM18 13H6v7h12v-7zm2-4H4v2h16V9zM9.5 4a1.5 1.5 0 0 0-.144 2.993L9.5 7H11V5.5a1.5 1.5 0 0 0-1.356-1.493L9.5 4zm5 0l-.144.007a1.5 1.5 0 0 0-1.35 1.349L13 5.5V7h1.5l.144-.007a1.5 1.5 0 0 0 0-2.986L14.5 4z\"/>\n    </g>\n</svg>\n</li><li title=\"gift fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M15 2a4 4 0 0 1 3.464 6.001L23 8v2h-2v10a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V10H1V8l4.536.001A4 4 0 0 1 12 3.355 3.983 3.983 0 0 1 15 2zm-2 8h-2v10h2V10zM9 4a2 2 0 0 0-.15 3.995L9 8h2V6a2 2 0 0 0-1.697-1.977l-.154-.018L9 4zm6 0a2 2 0 0 0-1.995 1.85L13 6v2h2a2 2 0 0 0 1.995-1.85L17 6a2 2 0 0 0-2-2z\"/>\n    </g>\n</svg>\n</li><li title=\"gift line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M15 2a4 4 0 0 1 3.464 6.001L23 8v2h-2v10a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V10H1V8l4.536.001A4 4 0 0 1 12 3.355 3.983 3.983 0 0 1 15 2zm-4 8H5v9h6v-9zm8 0h-6v9h6v-9zM9 4a2 2 0 0 0-.15 3.995L9 8h2V6a2 2 0 0 0-1.697-1.977l-.154-.018L9 4zm6 0a2 2 0 0 0-1.995 1.85L13 6v2h2a2 2 0 0 0 1.995-1.85L17 6a2 2 0 0 0-2-2z\"/>\n    </g>\n</svg>\n</li><li title=\"hand coin fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M9.33 11.5h2.17A4.5 4.5 0 0 1 16 16H8.999L9 17h8v-1a5.578 5.578 0 0 0-.886-3H19a5 5 0 0 1 4.516 2.851C21.151 18.972 17.322 21 13 21c-2.761 0-5.1-.59-7-1.625L6 10.071A6.967 6.967 0 0 1 9.33 11.5zM5 19a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-9a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v9zM18 5a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm-7-3a3 3 0 1 1 0 6 3 3 0 0 1 0-6z\"/>\n    </g>\n</svg>\n</li><li title=\"hand coin line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M5 9a1 1 0 0 1 1 1 6.97 6.97 0 0 1 4.33 1.5h2.17c1.333 0 2.53.58 3.354 1.5H19a5 5 0 0 1 4.516 2.851C21.151 18.972 17.322 21 13 21c-2.79 0-5.15-.603-7.06-1.658A.998.998 0 0 1 5 20H2a1 1 0 0 1-1-1v-9a1 1 0 0 1 1-1h3zm1.001 3L6 17.022l.045.032C7.84 18.314 10.178 19 13 19c3.004 0 5.799-1.156 7.835-3.13l.133-.133-.12-.1a2.994 2.994 0 0 0-1.643-.63L19 15h-2.111c.072.322.111.656.111 1v1H8v-2l6.79-.001-.034-.078a2.501 2.501 0 0 0-2.092-1.416L12.5 13.5H9.57A4.985 4.985 0 0 0 6.002 12zM4 11H3v7h1v-7zm14-6a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm0 2a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm-7-5a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm0 2a1 1 0 1 0 0 2 1 1 0 0 0 0-2z\"/>\n    </g>\n</svg>\n</li><li title=\"hand heart fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M9.33 11.5h2.17A4.5 4.5 0 0 1 16 16H8.999L9 17h8v-1a5.578 5.578 0 0 0-.886-3H19a5 5 0 0 1 4.516 2.851C21.151 18.972 17.322 21 13 21c-2.761 0-5.1-.59-7-1.625L6 10.071A6.967 6.967 0 0 1 9.33 11.5zM4 9a1 1 0 0 1 .993.883L5 10V19a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-9a1 1 0 0 1 1-1h2zm9.646-5.425L14 3.93l.354-.354a2.5 2.5 0 1 1 3.535 3.536L14 11l-3.89-3.89a2.5 2.5 0 1 1 3.536-3.535z\"/>\n    </g>\n</svg>\n</li><li title=\"hand heart line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M5 9a1 1 0 0 1 1 1 6.97 6.97 0 0 1 4.33 1.5h2.17c1.332 0 2.53.579 3.353 1.499L19 13a5 5 0 0 1 4.516 2.851C21.151 18.972 17.322 21 13 21c-2.79 0-5.15-.603-7.06-1.658A.998.998 0 0 1 5 20H2a1 1 0 0 1-1-1v-9a1 1 0 0 1 1-1h3zm1.001 3L6 17.021l.045.033C7.84 18.314 10.178 19 13 19c3.004 0 5.799-1.156 7.835-3.13l.133-.133-.12-.1a2.994 2.994 0 0 0-1.643-.63L19 15l-2.112-.001c.073.322.112.657.112 1.001v1H8v-2l6.79-.001-.034-.078a2.501 2.501 0 0 0-2.092-1.416L12.5 13.5H9.57A4.985 4.985 0 0 0 6.002 12zM4 11H3v7h1v-7zm9.646-7.425L14 3.93l.354-.354a2.5 2.5 0 1 1 3.535 3.536L14 11l-3.89-3.89a2.5 2.5 0 1 1 3.536-3.535zm-2.12 1.415a.5.5 0 0 0-.06.637l.058.069L14 8.17l2.476-2.474a.5.5 0 0 0 .058-.638l-.058-.07a.5.5 0 0 0-.638-.057l-.07.058-1.769 1.768-1.767-1.77-.068-.056a.5.5 0 0 0-.638.058z\"/>\n    </g>\n</svg>\n</li><li title=\"increase decrease fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm6 8V9H7v2H5v2h2v2h2v-2h2v-2H9zm4 0v2h6v-2h-6z\"/>\n    </g>\n</svg>\n</li><li title=\"increase decrease line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h16V5H4zm5 6h2v2H9v2H7v-2H5v-2h2V9h2v2zm4 0h6v2h-6v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"money cny box fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm10 10v-1h3v-2h-2.586l2.122-2.121-1.415-1.415L12 8.586 9.879 6.464 8.464 7.88 10.586 10H8v2h3v1H8v2h3v2h2v-2h3v-2h-3z\"/>\n    </g>\n</svg>\n</li><li title=\"money cny box line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h16V5H4zm9 8h3v2h-3v2h-2v-2H8v-2h3v-1H8v-2h2.586L8.464 7.879 9.88 6.464 12 8.586l2.121-2.122 1.415 1.415L13.414 10H16v2h-3v1z\"/>\n    </g>\n</svg>\n</li><li title=\"money cny circle fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm1-9v-1h3v-2h-2.586l2.122-2.121-1.415-1.415L12 8.586 9.879 6.464 8.464 7.88 10.586 10H8v2h3v1H8v2h3v2h2v-2h3v-2h-3z\"/>\n    </g>\n</svg>\n</li><li title=\"money cny circle line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm1-7h3v2h-3v2h-2v-2H8v-2h3v-1H8v-2h2.586L8.464 7.879 9.88 6.464 12 8.586l2.121-2.122 1.415 1.415L13.414 10H16v2h-3v1z\"/>\n    </g>\n</svg>\n</li><li title=\"money dollar box fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm5.5 11v2H11v2h2v-2h1a2.5 2.5 0 1 0 0-5h-4a.5.5 0 1 1 0-1h5.5V8H13V6h-2v2h-1a2.5 2.5 0 0 0 0 5h4a.5.5 0 1 1 0 1H8.5z\"/>\n    </g>\n</svg>\n</li><li title=\"money dollar box line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h16V5H4zm4.5 9H14a.5.5 0 1 0 0-1h-4a2.5 2.5 0 1 1 0-5h1V6h2v2h2.5v2H10a.5.5 0 1 0 0 1h4a2.5 2.5 0 1 1 0 5h-1v2h-2v-2H8.5v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"money dollar circle fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-3.5-8v2H11v2h2v-2h1a2.5 2.5 0 1 0 0-5h-4a.5.5 0 1 1 0-1h5.5V8H13V6h-2v2h-1a2.5 2.5 0 0 0 0 5h4a.5.5 0 1 1 0 1H8.5z\"/>\n    </g>\n</svg>\n</li><li title=\"money dollar circle line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm-3.5-6H14a.5.5 0 1 0 0-1h-4a2.5 2.5 0 1 1 0-5h1V6h2v2h2.5v2H10a.5.5 0 1 0 0 1h4a2.5 2.5 0 1 1 0 5h-1v2h-2v-2H8.5v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"money euro box fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm7.05 8a2.5 2.5 0 0 1 4.064-1.41l1.701-1.133A4.5 4.5 0 0 0 8.028 11H7v2h1.027a4.5 4.5 0 0 0 7.788 2.543l-1.701-1.134A2.5 2.5 0 0 1 10.05 13l4.95.001v-2h-4.95z\"/>\n    </g>\n</svg>\n</li><li title=\"money euro box line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h16V5H4zm6.05 6H15v2h-4.95a2.5 2.5 0 0 0 4.064 1.41l1.7 1.133A4.5 4.5 0 0 1 8.028 13H7v-2h1.027a4.5 4.5 0 0 1 7.788-2.543L14.114 9.59A2.5 2.5 0 0 0 10.05 11z\"/>\n    </g>\n</svg>\n</li><li title=\"money euro circle fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1.95-11a2.5 2.5 0 0 1 4.064-1.41l1.701-1.133A4.5 4.5 0 0 0 8.028 11H7v2h1.027a4.5 4.5 0 0 0 7.788 2.543l-1.701-1.134A2.5 2.5 0 0 1 10.05 13l4.95.001v-2h-4.95z\"/>\n    </g>\n</svg>\n</li><li title=\"money euro circle line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm-1.95-9H15v2h-4.95a2.5 2.5 0 0 0 4.064 1.41l1.7 1.133A4.5 4.5 0 0 1 8.028 13H7v-2h1.027a4.5 4.5 0 0 1 7.788-2.543L14.114 9.59A2.5 2.5 0 0 0 10.05 11z\"/>\n    </g>\n</svg>\n</li><li title=\"money pound box fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm6 10v2H8v2h8v-2h-5v-2h3v-2h-3v-1a1.5 1.5 0 0 1 2.76-.815l1.986-.496A3.501 3.501 0 0 0 9 10v1H8v2h1z\"/>\n    </g>\n</svg>\n</li><li title=\"money pound box line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h16V5H4zm5 8H8v-2h1v-1a3.5 3.5 0 0 1 6.746-1.311l-1.986.496A1.499 1.499 0 0 0 11 10v1h3v2h-3v2h5v2H8v-2h1v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"money pound circle fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-3-9v2H8v2h8v-2h-5v-2h3v-2h-3v-1a1.5 1.5 0 0 1 2.76-.815l1.986-.496A3.501 3.501 0 0 0 9 10v1H8v2h1z\"/>\n    </g>\n</svg>\n</li><li title=\"money pound circle line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm-3-7H8v-2h1v-1a3.5 3.5 0 0 1 6.746-1.311l-1.986.496A1.499 1.499 0 0 0 11 10v1h3v2h-3v2h5v2H8v-2h1v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"percent fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17.5 21a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7zm-11-11a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7zm12.571-6.485l1.414 1.414L4.93 20.485l-1.414-1.414L19.07 3.515z\"/>\n    </g>\n</svg>\n</li><li title=\"percent line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17.5 21a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7zm0-2a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm-11-9a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7zm0-2a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm12.571-4.485l1.414 1.414L4.93 20.485l-1.414-1.414L19.07 3.515z\"/>\n    </g>\n</svg>\n</li><li title=\"price tag 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 7l8.445-5.63a1 1 0 0 1 1.11 0L21 7v14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7zm9 4a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm-4 5v2h8v-2H8zm0-3v2h8v-2H8z\"/>\n    </g>\n</svg>\n</li><li title=\"price tag 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 7l8.445-5.63a1 1 0 0 1 1.11 0L21 7v14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7zm2 1.07V20h14V8.07l-7-4.666L5 8.07zM8 16h8v2H8v-2zm0-3h8v2H8v-2zm4-2a2 2 0 1 1 0-4 2 2 0 0 1 0 4z\"/>\n    </g>\n</svg>\n</li><li title=\"price tag 3 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M10.9 2.1l9.899 1.415 1.414 9.9-9.192 9.192a1 1 0 0 1-1.414 0l-9.9-9.9a1 1 0 0 1 0-1.414L10.9 2.1zm2.828 8.486a2 2 0 1 0 2.828-2.829 2 2 0 0 0-2.828 2.829z\"/>\n    </g>\n</svg>\n</li><li title=\"price tag 3 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M10.9 2.1l9.899 1.415 1.414 9.9-9.192 9.192a1 1 0 0 1-1.414 0l-9.9-9.9a1 1 0 0 1 0-1.414L10.9 2.1zm.707 2.122L3.828 12l8.486 8.485 7.778-7.778-1.06-7.425-7.425-1.06zm2.12 6.364a2 2 0 1 1 2.83-2.829 2 2 0 0 1-2.83 2.829z\"/>\n    </g>\n</svg>\n</li><li title=\"price tag fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 7l8.445-5.63a1 1 0 0 1 1.11 0L21 7v14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7zm9 4a2 2 0 1 0 0-4 2 2 0 0 0 0 4z\"/>\n    </g>\n</svg>\n</li><li title=\"price tag line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 7l8.445-5.63a1 1 0 0 1 1.11 0L21 7v14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7zm2 1.07V20h14V8.07l-7-4.666L5 8.07zM12 11a2 2 0 1 1 0-4 2 2 0 0 1 0 4z\"/>\n    </g>\n</svg>\n</li><li title=\"red packet fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M21 5.937A11.985 11.985 0 0 1 14.194 9.8a2.5 2.5 0 0 0-4.388 0A11.985 11.985 0 0 1 3 5.937V3a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v2.937zm0 2.787V21a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V8.724A13.944 13.944 0 0 0 9.63 11.8a2.501 2.501 0 0 0 4.74 0A13.944 13.944 0 0 0 21 8.724z\"/>\n    </g>\n</svg>\n</li><li title=\"red packet line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M14.173 9.763A9.98 9.98 0 0 0 19 7.141V4H5v3.141a9.98 9.98 0 0 0 4.827 2.622 2.5 2.5 0 0 1 4.346 0zm.208 2a2.501 2.501 0 0 1-4.762 0A11.94 11.94 0 0 1 5 9.749V20h14V9.748a11.94 11.94 0 0 1-4.619 2.016zM4 2h16a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1z\"/>\n    </g>\n</svg>\n</li><li title=\"refund 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10a9.96 9.96 0 0 1-6.383-2.302l-.244-.209.902-1.902a8 8 0 1 0-2.27-5.837l-.005.25h2.5l-2.706 5.716A9.954 9.954 0 0 1 2 12C2 6.477 6.477 2 12 2zm1 4v2h2.5v2H10a.5.5 0 0 0-.09.992L10 11h4a2.5 2.5 0 1 1 0 5h-1v2h-2v-2H8.5v-2H14a.5.5 0 0 0 .09-.992L14 13h-4a2.5 2.5 0 1 1 0-5h1V6h2z\"/>\n    </g>\n</svg>\n</li><li title=\"refund 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5.671 4.257c3.928-3.219 9.733-2.995 13.4.672 3.905 3.905 3.905 10.237 0 14.142-3.905 3.905-10.237 3.905-14.142 0A9.993 9.993 0 0 1 2.25 9.767l.077-.313 1.934.51a8 8 0 1 0 3.053-4.45l-.221.166 1.017 1.017-4.596 1.06 1.06-4.596 1.096 1.096zM13 6v2h2.5v2H10a.5.5 0 0 0-.09.992L10 11h4a2.5 2.5 0 1 1 0 5h-1v2h-2v-2H8.5v-2H14a.5.5 0 0 0 .09-.992L14 13h-4a2.5 2.5 0 1 1 0-5h1V6h2z\"/>\n    </g>\n</svg>\n</li><li title=\"refund fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M22 7H2V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v3zm0 2v11a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V9h20zm-11 5v-2.5L6.5 16H17v-2h-6z\"/>\n    </g>\n</svg>\n</li><li title=\"refund line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M20 8V5H4v3h16zm0 2H4v9h16v-9zM3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm8 11h6v2H6.5l4.5-4.5V14z\"/>\n    </g>\n</svg>\n</li><li title=\"safe 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M10 20H6v2H4v-2H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h7V1.59a.5.5 0 0 1 .582-.493l10.582 1.764a1 1 0 0 1 .836.986V6h1v2h-1v7h1v2h-1v2.153a1 1 0 0 1-.836.986L20 20.333V22h-2v-1.333l-7.418 1.236A.5.5 0 0 1 10 21.41V20zm2-.36l8-1.334V4.694l-8-1.333v16.278zM16.5 14c-.828 0-1.5-1.12-1.5-2.5S15.672 9 16.5 9s1.5 1.12 1.5 2.5-.672 2.5-1.5 2.5z\"/>\n    </g>\n</svg>\n</li><li title=\"safe 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M20 20.333V22h-2v-1.333l-7.418 1.236A.5.5 0 0 1 10 21.41V20H6v2H4v-2H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h7V1.59a.5.5 0 0 1 .582-.493l10.582 1.764a1 1 0 0 1 .836.986V6h1v2h-1v7h1v2h-1v2.153a1 1 0 0 1-.836.986L20 20.333zM4 5v13h6V5H4zm8 14.64l8-1.334V4.694l-8-1.333v16.278zM16.5 14c-.828 0-1.5-1.12-1.5-2.5S15.672 9 16.5 9s1.5 1.12 1.5 2.5-.672 2.5-1.5 2.5z\"/>\n    </g>\n</svg>\n</li><li title=\"safe fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M18 20H6v2H4v-2H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v15a1 1 0 0 1-1 1h-1v2h-2v-2zm-7-6.126V17h2v-3.126A4.002 4.002 0 0 0 12 6a4 4 0 0 0-1 7.874zM12 12a2 2 0 1 1 0-4 2 2 0 0 1 0 4z\"/>\n    </g>\n</svg>\n</li><li title=\"safe line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M18 20H6v2H4v-2H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v15a1 1 0 0 1-1 1h-1v2h-2v-2zM4 18h16V5H4v13zm9-4.126V17h-2v-3.126A4.002 4.002 0 0 1 12 6a4 4 0 0 1 1 7.874zM12 12a2 2 0 1 0 0-4 2 2 0 0 0 0 4z\"/>\n    </g>\n</svg>\n</li><li title=\"secure payment fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M11 2l7.298 2.28a1 1 0 0 1 .702.955V7h2a1 1 0 0 1 1 1v2H9V8a1 1 0 0 1 1-1h7V5.97l-6-1.876L5 5.97v7.404a4 4 0 0 0 1.558 3.169l.189.136L11 19.58 14.782 17H10a1 1 0 0 1-1-1v-4h13v4a1 1 0 0 1-1 1l-3.22.001c-.387.51-.857.96-1.4 1.33L11 22l-5.38-3.668A6 6 0 0 1 3 13.374V5.235a1 1 0 0 1 .702-.954L11 2z\"/>\n    </g>\n</svg>\n</li><li title=\"secure payment line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M11 2l7.298 2.28a1 1 0 0 1 .702.955V7h2a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1l-3.22.001c-.387.51-.857.96-1.4 1.33L11 22l-5.38-3.668A6 6 0 0 1 3 13.374V5.235a1 1 0 0 1 .702-.954L11 2zm0 2.094L5 5.97v7.404a4 4 0 0 0 1.558 3.169l.189.136L11 19.58 14.782 17H10a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1h7V5.97l-6-1.876zM11 12v3h9v-3h-9zm0-2h9V9h-9v1z\"/>\n    </g>\n</svg>\n</li><li title=\"shopping bag 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M20 22H4a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1zM9 6H7v2a5 5 0 0 0 10 0V6h-2v2a3 3 0 0 1-6 0V6z\"/>\n    </g>\n</svg>\n</li><li title=\"shopping bag 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M20 22H4a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1zm-1-2V4H5v16h14zM9 6v2a3 3 0 0 0 6 0V6h2v2A5 5 0 0 1 7 8V6h2z\"/>\n    </g>\n</svg>\n</li><li title=\"shopping bag 3 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6.5 2h11a1 1 0 0 1 .8.4L21 6v15a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V6l2.7-3.6a1 1 0 0 1 .8-.4zm12 4L17 4H7L5.5 6h13zM9 10H7v2a5 5 0 0 0 10 0v-2h-2v2a3 3 0 0 1-6 0v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"shopping bag 3 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6.5 2h11a1 1 0 0 1 .8.4L21 6v15a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V6l2.7-3.6a1 1 0 0 1 .8-.4zM19 8H5v12h14V8zm-.5-2L17 4H7L5.5 6h13zM9 10v2a3 3 0 0 0 6 0v-2h2v2a5 5 0 0 1-10 0v-2h2z\"/>\n    </g>\n</svg>\n</li><li title=\"shopping bag fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 1a5 5 0 0 1 5 5v2h3a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h3V6a5 5 0 0 1 5-5zm5 10h-2v1a1 1 0 0 0 1.993.117L17 12v-1zm-8 0H7v1a1 1 0 0 0 1.993.117L9 12v-1zm3-8a3 3 0 0 0-2.995 2.824L9 6v2h6V6a3 3 0 0 0-2.824-2.995L12 3z\"/>\n    </g>\n</svg>\n</li><li title=\"shopping bag line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M7 8V6a5 5 0 1 1 10 0v2h3a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h3zm0 2H5v10h14V10h-2v2h-2v-2H9v2H7v-2zm2-2h6V6a3 3 0 0 0-6 0v2z\"/>\n    </g>\n</svg>\n</li><li title=\"shopping basket 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M15.366 3.438L18.577 9H22v2h-1.167l-.757 9.083a1 1 0 0 1-.996.917H4.92a1 1 0 0 1-.996-.917L3.166 11H2V9h3.422l3.212-5.562 1.732 1L7.732 9h8.535l-2.633-4.562 1.732-1zM13 13h-2v4h2v-4zm-4 0H7v4h2v-4zm8 0h-2v4h2v-4z\"/>\n    </g>\n</svg>\n</li><li title=\"shopping basket 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M15.366 3.438L18.577 9H22v2h-1.167l-.757 9.083a1 1 0 0 1-.996.917H4.92a1 1 0 0 1-.996-.917L3.166 11H2V9h3.422l3.212-5.562 1.732 1L7.732 9h8.535l-2.633-4.562 1.732-1zM18.826 11H5.173l.667 8h12.319l.667-8zM13 13v4h-2v-4h2zm-4 0v4H7v-4h2zm8 0v4h-2v-4h2z\"/>\n    </g>\n</svg>\n</li><li title=\"shopping basket fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 2a6 6 0 0 1 6 6v1h4v2h-1.167l-.757 9.083a1 1 0 0 1-.996.917H4.92a1 1 0 0 1-.996-.917L3.166 11H2V9h4V8a6 6 0 0 1 6-6zm1 11h-2v4h2v-4zm-4 0H7v4h2v-4zm8 0h-2v4h2v-4zm-5-9a4 4 0 0 0-3.995 3.8L8 8v1h8V8a4 4 0 0 0-3.8-3.995L12 4z\"/>\n    </g>\n</svg>\n</li><li title=\"shopping basket line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M12 2a6 6 0 0 1 6 6v1h4v2h-1.167l-.757 9.083a1 1 0 0 1-.996.917H4.92a1 1 0 0 1-.996-.917L3.166 11H2V9h4V8a6 6 0 0 1 6-6zm6.826 9H5.173l.667 8h12.319l.667-8zM13 13v4h-2v-4h2zm-4 0v4H7v-4h2zm8 0v4h-2v-4h2zm-5-9a4 4 0 0 0-3.995 3.8L8 8v1h8V8a4 4 0 0 0-3.8-3.995L12 4z\"/>\n    </g>\n</svg>\n</li><li title=\"shopping cart 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 6.414L.757 3.172l1.415-1.415L5.414 5h15.242a1 1 0 0 1 .958 1.287l-2.4 8a1 1 0 0 1-.958.713H6v2h11v2H5a1 1 0 0 1-1-1V6.414zM5.5 23a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm12 0a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\"/>\n    </g>\n</svg>\n</li><li title=\"shopping cart 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 6.414L.757 3.172l1.415-1.415L5.414 5h15.242a1 1 0 0 1 .958 1.287l-2.4 8a1 1 0 0 1-.958.713H6v2h11v2H5a1 1 0 0 1-1-1V6.414zM6 7v6h11.512l1.8-6H6zm-.5 16a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm12 0a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\"/>\n    </g>\n</svg>\n</li><li title=\"shopping cart fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6 9h13.938l.5-2H8V5h13.72a1 1 0 0 1 .97 1.243l-2.5 10a1 1 0 0 1-.97.757H5a1 1 0 0 1-1-1V4H2V2h3a1 1 0 0 1 1 1v6zm0 14a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm12 0a2 2 0 1 1 0-4 2 2 0 0 1 0 4z\"/>\n    </g>\n</svg>\n</li><li title=\"shopping cart line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 16V4H2V2h3a1 1 0 0 1 1 1v12h12.438l2-8H8V5h13.72a1 1 0 0 1 .97 1.243l-2.5 10a1 1 0 0 1-.97.757H5a1 1 0 0 1-1-1zm2 7a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm12 0a2 2 0 1 1 0-4 2 2 0 0 1 0 4z\"/>\n    </g>\n</svg>\n</li><li title=\"stock fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M8 5h3v9H8v3H6v-3H3V5h3V2h2v3zm10 5h3v9h-3v3h-2v-3h-3v-9h3V7h2v3z\"/>\n    </g>\n</svg>\n</li><li title=\"stock line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M8 5h3v9H8v3H6v-3H3V5h3V2h2v3zM5 7v5h4V7H5zm13 3h3v9h-3v3h-2v-3h-3v-9h3V7h2v3zm-3 2v5h4v-5h-4z\"/>\n    </g>\n</svg>\n</li><li title=\"swap box fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm12 4v2h-4v2h4v2l3.5-3L15 7zM9 17v-2h4v-2H9v-2l-3.5 3L9 17z\"/>\n    </g>\n</svg>\n</li><li title=\"swap box line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 5v14h16V5H4zM3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm12 4l3.5 3-3.5 3v-2h-4V9h4V7zM9 17l-3.5-3L9 11v2h4v2H9v2z\"/>\n    </g>\n</svg>\n</li><li title=\"swap fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zM7 9h2v4h2V9h2l-3-3.5L7 9zm10 6h-2v-4h-2v4h-2l3 3.5 3-3.5z\"/>\n    </g>\n</svg>\n</li><li title=\"swap line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM7 9l3-3.5L13 9h-2v4H9V9H7zm10 6l-3 3.5-3-3.5h2v-4h2v4h2z\"/>\n    </g>\n</svg>\n</li><li title=\"ticket 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M21 3a1 1 0 0 1 1 1v5.5a2.5 2.5 0 1 0 0 5V20a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-5.5a2.5 2.5 0 1 0 0-5V4a1 1 0 0 1 1-1h18zm-5 6H8v6h8V9z\"/>\n    </g>\n</svg>\n</li><li title=\"ticket 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M21 3a1 1 0 0 1 1 1v5.5a2.5 2.5 0 1 0 0 5V20a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-5.5a2.5 2.5 0 1 0 0-5V4a1 1 0 0 1 1-1h18zm-1 2H4v2.968l.156.081a4.5 4.5 0 0 1 2.34 3.74L6.5 12a4.499 4.499 0 0 1-2.344 3.95L4 16.032V19h16v-2.969l-.156-.08a4.5 4.5 0 0 1-2.34-3.74L17.5 12c0-1.704.947-3.187 2.344-3.95L20 7.967V5zm-4 4v6H8V9h8z\"/>\n    </g>\n</svg>\n</li><li title=\"ticket fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M21 3a1 1 0 0 1 1 1v5.5a2.5 2.5 0 1 0 0 5V20a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-5.5a2.5 2.5 0 1 0 0-5V4a1 1 0 0 1 1-1h18z\"/>\n    </g>\n</svg>\n</li><li title=\"ticket line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M21 3a1 1 0 0 1 1 1v5.5a2.5 2.5 0 1 0 0 5V20a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-5.5a2.5 2.5 0 1 0 0-5V4a1 1 0 0 1 1-1h18zm-1 2H4v2.968l.156.081a4.5 4.5 0 0 1 2.34 3.74L6.5 12a4.499 4.499 0 0 1-2.344 3.95L4 16.032V19h16v-2.969l-.156-.08a4.5 4.5 0 0 1-2.34-3.74L17.5 12c0-1.704.947-3.187 2.344-3.95L20 7.967V5z\"/>\n    </g>\n</svg>\n</li><li title=\"trophy fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M13 16.938V19h5v2H6v-2h5v-2.062A8.001 8.001 0 0 1 4 9V3h16v6a8.001 8.001 0 0 1-7 7.938zM1 5h2v4H1V5zm20 0h2v4h-2V5z\"/>\n    </g>\n</svg>\n</li><li title=\"trophy line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M13 16.938V19h5v2H6v-2h5v-2.062A8.001 8.001 0 0 1 4 9V3h16v6a8.001 8.001 0 0 1-7 7.938zM6 5v4a6 6 0 1 0 12 0V5H6zM1 5h2v4H1V5zm20 0h2v4h-2V5z\"/>\n    </g>\n</svg>\n</li><li title=\"vip crown 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M2.8 5.2L7 8l4.186-5.86a1 1 0 0 1 1.628 0L17 8l4.2-2.8a1 1 0 0 1 1.547.95l-1.643 13.967a1 1 0 0 1-.993.883H3.889a1 1 0 0 1-.993-.883L1.253 6.149A1 1 0 0 1 2.8 5.2zM12 15a2 2 0 1 0 0-4 2 2 0 0 0 0 4z\"/>\n    </g>\n</svg>\n</li><li title=\"vip crown 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M3.492 8.065L4.778 19h14.444l1.286-10.935-4.01 2.673L12 4.441l-4.498 6.297-4.01-2.673zM2.801 5.2L7 8l4.186-5.86a1 1 0 0 1 1.628 0L17 8l4.2-2.8a1 1 0 0 1 1.547.95l-1.643 13.967a1 1 0 0 1-.993.883H3.889a1 1 0 0 1-.993-.883L1.253 6.149A1 1 0 0 1 2.8 5.2zM12 15a2 2 0 1 1 0-4 2 2 0 0 1 0 4z\"/>\n    </g>\n</svg>\n</li><li title=\"vip crown fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M2 19h20v2H2v-2zM2 5l5 3 5-6 5 6 5-3v12H2V5z\"/>\n    </g>\n</svg>\n</li><li title=\"vip crown line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M2 19h20v2H2v-2zM2 5l5 3.5L12 2l5 6.5L22 5v12H2V5zm2 3.841V15h16V8.841l-3.42 2.394L12 5.28l-4.58 5.955L4 8.84z\"/>\n    </g>\n</svg>\n</li><li title=\"vip diamond fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4.873 3h14.254a1 1 0 0 1 .809.412l3.823 5.256a.5.5 0 0 1-.037.633L12.367 21.602a.5.5 0 0 1-.734 0L.278 9.302a.5.5 0 0 1-.037-.634l3.823-5.256A1 1 0 0 1 4.873 3z\"/>\n    </g>\n</svg>\n</li><li title=\"vip diamond line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4.873 3h14.254a1 1 0 0 1 .809.412l3.823 5.256a.5.5 0 0 1-.037.633L12.367 21.602a.5.5 0 0 1-.706.028c-.007-.006-3.8-4.115-11.383-12.329a.5.5 0 0 1-.037-.633l3.823-5.256A1 1 0 0 1 4.873 3zm.51 2l-2.8 3.85L12 19.05 21.417 8.85 18.617 5H5.383z\"/>\n    </g>\n</svg>\n</li><li title=\"vip fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm8 5.5v7h2v-7h-2zm-.285 0H8.601l-1.497 4.113L5.607 8.5H3.493l2.611 6.964h2L10.715 8.5zm5.285 5h1.5a2.5 2.5 0 1 0 0-5H14v7h2v-2zm0-2v-1h1.5a.5.5 0 1 1 0 1H16z\"/>\n    </g>\n</svg>\n</li><li title=\"vip line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M2 19h20v2H2v-2zm9-11h2v8h-2V8zM7.965 8h2.125l-2.986 7.964h-2L2.118 8h2.125l1.861 5.113L7.965 8zM17 14v2h-2V8h4a3 3 0 0 1 0 6h-2zm0-4v2h2a1 1 0 0 0 0-2h-2zM2 3h20v2H2V3z\"/>\n    </g>\n</svg>\n</li><li title=\"wallet 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M22 8h-9a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h9v4a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v4zm-7 3h3v2h-3v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"wallet 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M20 7V5H4v14h16v-2h-8a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1h8zM3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm10 6v6h7V9h-7zm2 2h3v2h-3v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"wallet 3 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M22 6h-7a6 6 0 1 0 0 12h7v2a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v2zm-7 2h8v8h-8a4 4 0 1 1 0-8zm0 3v2h3v-2h-3z\"/>\n    </g>\n</svg>\n</li><li title=\"wallet 3 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M22 7h1v10h-1v3a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v3zm-2 10h-6a5 5 0 0 1 0-10h6V5H4v14h16v-2zm1-2V9h-7a3 3 0 0 0 0 6h7zm-7-4h3v2h-3v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"wallet fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M2 9h19a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V9zm1-6h15v4H2V4a1 1 0 0 1 1-1zm12 11v2h3v-2h-3z\"/>\n    </g>\n</svg>\n</li><li title=\"wallet line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M18 7h3a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h15v4zM4 9v10h16V9H4zm0-4v2h12V5H4zm11 8h3v2h-3v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"water flash fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5.636 6.636L12 .272l6.364 6.364a9 9 0 1 1-12.728 0zM13 11V6.5L8.5 13H11v4.5l4.5-6.5H13z\"/>\n    </g>\n</svg>\n</li><li title=\"water flash line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 3.1L7.05 8.05a7 7 0 1 0 9.9 0L12 3.1zm0-2.828l6.364 6.364a9 9 0 1 1-12.728 0L12 .272zM13 11h2.5L11 17.5V13H8.5L13 6.5V11z\"/>\n    </g>\n</svg>\n</li><li class='heading'>Health</li><li title=\"capsule fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M19.778 4.222c2.343 2.343 2.343 6.142 0 8.485l-2.122 2.12-4.949 4.951c-2.343 2.343-6.142 2.343-8.485 0-2.343-2.343-2.343-6.142 0-8.485l7.07-7.071c2.344-2.343 6.143-2.343 8.486 0zm-4.95 10.606L9.172 9.172l-3.536 3.535c-1.562 1.562-1.562 4.095 0 5.657 1.562 1.562 4.095 1.562 5.657 0l3.535-3.536z\"/>\n    </g>\n</svg>\n</li><li title=\"capsule line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M19.778 4.222c2.343 2.343 2.343 6.142 0 8.485l-7.07 7.071c-2.344 2.343-6.143 2.343-8.486 0-2.343-2.343-2.343-6.142 0-8.485l7.07-7.071c2.344-2.343 6.143-2.343 8.486 0zm-5.656 11.313L8.465 9.878l-2.829 2.83c-1.562 1.561-1.562 4.094 0 5.656 1.562 1.562 4.095 1.562 5.657 0l2.829-2.83zm4.242-9.899c-1.562-1.562-4.095-1.562-5.657 0L9.88 8.464l5.657 5.657 2.828-2.828c1.562-1.562 1.562-4.095 0-5.657z\"/>\n    </g>\n</svg>\n</li><li title=\"dislike fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M2.808 1.393l18.384 18.385-1.414 1.414-3.747-3.747L12 21.485 3.52 12.993c-2.04-2.284-2.028-5.753.034-8.023L1.393 2.808l1.415-1.415zm17.435 3.364c2.262 2.268 2.34 5.88.236 8.236l-1.635 1.636L7.26 3.046c1.67-.207 3.408.288 4.741 1.483 2.349-2.109 5.979-2.039 8.242.228z\"/>\n    </g>\n</svg>\n</li><li title=\"dislike line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M2.808 1.393l18.384 18.385-1.414 1.414-3.747-3.747L12 21.485 3.52 12.993c-2.04-2.284-2.028-5.753.034-8.023L1.393 2.808l1.415-1.415zm2.172 10.23L12 18.654l2.617-2.623-9.645-9.645c-1.294 1.497-1.3 3.735.008 5.237zm15.263-6.866c2.262 2.268 2.34 5.88.236 8.236l-1.635 1.636-1.414-1.414 1.59-1.592c1.374-1.576 1.299-3.958-.193-5.453-1.5-1.502-3.92-1.563-5.49-.153l-1.335 1.198-1.336-1.197c-.35-.314-.741-.555-1.155-.723l-2.25-2.25c1.668-.206 3.407.289 4.74 1.484 2.349-2.109 5.979-2.039 8.242.228z\"/>\n    </g>\n</svg>\n</li><li title=\"dossier fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M17 2v2h3c.552 0 1 .448 1 1v16c0 .552-.448 1-1 1H4c-.552 0-1-.448-1-1V5c0-.552.448-1 1-1h3V2h10zm-4 9h-2v2H9v2h1.999L11 17h2l-.001-2H15v-2h-2v-2zm2-7H9v2h6V4z\"/>\n    </g>\n</svg>\n</li><li title=\"dossier line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M17 2v2h3c.552 0 1 .448 1 1v16c0 .552-.448 1-1 1H4c-.552 0-1-.448-1-1V5c0-.552.448-1 1-1h3V2h10zM7 6H5v14h14V6h-2v2H7V6zm6 5v2h2v2h-2.001L13 17h-2l-.001-2H9v-2h2v-2h2zm2-7H9v2h6V4z\"/>\n    </g>\n</svg>\n</li><li title=\"empathize fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M18.364 10.98c1.562 1.561 1.562 4.094 0 5.656l-5.657 5.657c-.39.39-1.024.39-1.414 0l-5.657-5.657c-1.562-1.562-1.562-4.095 0-5.657 1.562-1.562 4.095-1.562 5.657 0l.706.707.708-.707c1.562-1.562 4.095-1.562 5.657 0zM12 1c2.21 0 4 1.79 4 4s-1.79 4-4 4-4-1.79-4-4 1.79-4 4-4z\"/>\n    </g>\n</svg>\n</li><li title=\"empathize line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M18.364 10.98c1.562 1.561 1.562 4.094 0 5.656l-5.657 5.657c-.39.39-1.024.39-1.414 0l-5.657-5.657c-1.562-1.562-1.562-4.095 0-5.657 1.562-1.562 4.095-1.562 5.657 0l.706.707.708-.707c1.562-1.562 4.095-1.562 5.657 0zM7.05 12.392c-.78.781-.78 2.048 0 2.829l4.95 4.95 4.95-4.95c.78-.781.78-2.048 0-2.829-.781-.78-2.048-.78-2.83.002l-2.122 2.118-2.12-2.12c-.78-.78-2.047-.78-2.828 0zM12 1c2.21 0 4 1.79 4 4s-1.79 4-4 4-4-1.79-4-4 1.79-4 4-4zm0 2c-1.105 0-2 .895-2 2s.895 2 2 2 2-.895 2-2-.895-2-2-2z\"/>\n    </g>\n</svg>\n</li><li title=\"first aid kit fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M16 1c.552 0 1 .448 1 1v3h4c.552 0 1 .448 1 1v14c0 .552-.448 1-1 1H3c-.552 0-1-.448-1-1V6c0-.552.448-1 1-1h4V2c0-.552.448-1 1-1h8zm-3 8h-2v3H8v2h2.999L11 17h2l-.001-3H16v-2h-3V9zm2-6H9v2h6V3z\"/>\n    </g>\n</svg>\n</li><li title=\"first aid kit line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M16 1c.552 0 1 .448 1 1v3h4c.552 0 1 .448 1 1v14c0 .552-.448 1-1 1H3c-.552 0-1-.448-1-1V6c0-.552.448-1 1-1h4V2c0-.552.448-1 1-1h8zm4 6H4v12h16V7zm-7 2v3h3v2h-3.001L13 17h-2l-.001-3H8v-2h3V9h2zm2-6H9v2h6V3z\"/>\n    </g>\n</svg>\n</li><li title=\"flask fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M16 2v2h-1v3.243c0 1.158.251 2.301.736 3.352l4.282 9.276c.347.753.018 1.644-.734 1.99-.197.092-.411.139-.628.139H5.344c-.828 0-1.5-.672-1.5-1.5 0-.217.047-.432.138-.629l4.282-9.276C8.749 9.545 9 8.401 9 7.243V4H8V2h8zm-3 2h-2v4h2V4z\"/>\n    </g>\n</svg>\n</li><li title=\"flask line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M16 2v2h-1v3.243c0 1.158.251 2.301.736 3.352l4.282 9.276c.347.753.018 1.644-.734 1.99-.197.092-.411.139-.628.139H5.344c-.828 0-1.5-.672-1.5-1.5 0-.217.047-.432.138-.629l4.282-9.276C8.749 9.545 9 8.401 9 7.243V4H8V2h8zm-2.612 8.001h-2.776c-.104.363-.23.721-.374 1.071l-.158.361L6.125 20h11.749l-3.954-8.567c-.214-.464-.392-.943-.532-1.432zM11 7.243c0 .253-.01.506-.029.758h2.058c-.01-.121-.016-.242-.021-.364L13 7.243V4h-2v3.243z\"/>\n    </g>\n</svg>\n</li><li title=\"hand sanitizer fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M17 2v2l-4-.001V6h3v2c2.21 0 4 1.79 4 4v8c0 1.105-.895 2-2 2H6c-1.105 0-2-.895-2-2v-8c0-2.21 1.79-4 4-4V6h3V3.999L7.5 4c-.63 0-1.37.49-2.2 1.6L3.7 4.4C4.87 2.84 6.13 2 7.5 2H17zm-4 10h-2v2H9v2h1.999L11 18h2l-.001-2H15v-2h-2v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"hand sanitizer line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M17 2v2l-4-.001V6h3v2c2.21 0 4 1.79 4 4v8c0 1.105-.895 2-2 2H6c-1.105 0-2-.895-2-2v-8c0-2.21 1.79-4 4-4V6h3V3.999L7.5 4c-.63 0-1.37.49-2.2 1.6L3.7 4.4C4.87 2.84 6.13 2 7.5 2H17zm-1 8H8c-1.105 0-2 .895-2 2v8h12v-8c0-1.105-.895-2-2-2zm-3 2v2h2v2h-2.001L13 18h-2l-.001-2H9v-2h2v-2h2z\"/>\n    </g>\n</svg>\n</li><li title=\"health book fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M20 2c.552 0 1 .448 1 1v18c0 .552-.448 1-1 1H6c-.552 0-1-.448-1-1v-2H3v-2h2v-2H3v-2h2v-2H3V9h2V7H3V5h2V3c0-.552.448-1 1-1h14zm-6 6h-2v3H9v2h2.999L12 16h2l-.001-3H17v-2h-3V8z\"/>\n    </g>\n</svg>\n</li><li title=\"health book line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M20 2c.552 0 1 .448 1 1v18c0 .552-.448 1-1 1H6c-.552 0-1-.448-1-1v-2H3v-2h2v-2H3v-2h2v-2H3V9h2V7H3V5h2V3c0-.552.448-1 1-1h14zm-1 2H7v16h12V4zm-5 4v3h3v2h-3.001L14 16h-2l-.001-3H9v-2h3V8h2z\"/>\n    </g>\n</svg>\n</li><li title=\"heart 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M20.243 4.757c2.262 2.268 2.34 5.88.236 8.236l-8.48 8.492-8.478-8.492c-2.104-2.356-2.025-5.974.236-8.236C5.515 3 8.093 2.56 10.261 3.44L6.343 7.358l1.414 1.415L12 4.53l-.013-.014.014.013c2.349-2.109 5.979-2.039 8.242.228z\"/>\n    </g>\n</svg>\n</li><li title=\"heart 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M20.243 4.757c2.262 2.268 2.34 5.88.236 8.236l-8.48 8.492-8.478-8.492c-2.104-2.356-2.025-5.974.236-8.236 2.265-2.264 5.888-2.34 8.244-.228 2.349-2.109 5.979-2.039 8.242.228zM5.172 6.172c-1.49 1.49-1.565 3.875-.192 5.451L12 18.654l7.02-7.03c1.374-1.577 1.299-3.959-.193-5.454-1.487-1.49-3.881-1.562-5.453-.186l-4.202 4.203-1.415-1.414 2.825-2.827-.082-.069c-1.575-1.265-3.877-1.157-5.328.295z\"/>\n    </g>\n</svg>\n</li><li title=\"heart 3 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M16.5 3C19.538 3 22 5.5 22 9c0 7-7.5 11-10 12.5C9.5 20 2 16 2 9c0-3.5 2.5-6 5.5-6C9.36 3 11 4 12 5c1-1 2.64-2 4.5-2z\"/>\n    </g>\n</svg>\n</li><li title=\"heart 3 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M16.5 3C19.538 3 22 5.5 22 9c0 7-7.5 11-10 12.5C9.5 20 2 16 2 9c0-3.5 2.5-6 5.5-6C9.36 3 11 4 12 5c1-1 2.64-2 4.5-2zm-3.566 15.604c.881-.556 1.676-1.109 2.42-1.701C18.335 14.533 20 11.943 20 9c0-2.36-1.537-4-3.5-4-1.076 0-2.24.57-3.086 1.414L12 7.828l-1.414-1.414C9.74 5.57 8.576 5 7.5 5 5.56 5 4 6.656 4 9c0 2.944 1.666 5.533 4.645 7.903.745.592 1.54 1.145 2.421 1.7.299.189.595.37.934.572.339-.202.635-.383.934-.571z\"/>\n    </g>\n</svg>\n</li><li title=\"heart add fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M19 14v3h3v2h-3v3h-2v-3h-3v-2h3v-3h2zm1.243-9.243c2.16 2.166 2.329 5.557.507 7.91C19.926 12.24 18.99 12 18 12c-3.314 0-6 2.686-6 6 0 1.009.249 1.96.689 2.794l-.69.691-8.478-8.492c-2.104-2.356-2.025-5.974.236-8.236 2.265-2.264 5.888-2.34 8.244-.228 2.349-2.109 5.979-2.039 8.242.228z\"/>\n    </g>\n</svg>\n</li><li title=\"heart add line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M19 14v3h3v2h-3.001L19 22h-2l-.001-3H14v-2h3v-3h2zm1.243-9.243c2.262 2.268 2.34 5.88.236 8.235l-1.42-1.418c1.331-1.524 1.261-3.914-.232-5.404-1.503-1.499-3.92-1.563-5.49-.153l-1.335 1.198-1.336-1.197c-1.575-1.412-3.991-1.35-5.494.154-1.49 1.49-1.565 3.875-.192 5.451l8.432 8.446L12 21.485 3.52 12.993c-2.104-2.356-2.025-5.974.236-8.236 2.265-2.264 5.888-2.34 8.244-.228 2.349-2.109 5.979-2.039 8.242.228z\"/>\n    </g>\n</svg>\n</li><li title=\"heart fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M12.001 4.529c2.349-2.109 5.979-2.039 8.242.228 2.262 2.268 2.34 5.88.236 8.236l-8.48 8.492-8.478-8.492c-2.104-2.356-2.025-5.974.236-8.236 2.265-2.264 5.888-2.34 8.244-.228z\"/>\n    </g>\n</svg>\n</li><li title=\"heart line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M12.001 4.529c2.349-2.109 5.979-2.039 8.242.228 2.262 2.268 2.34 5.88.236 8.236l-8.48 8.492-8.478-8.492c-2.104-2.356-2.025-5.974.236-8.236 2.265-2.264 5.888-2.34 8.244-.228zm6.826 1.641c-1.5-1.502-3.92-1.563-5.49-.153l-1.335 1.198-1.336-1.197c-1.575-1.412-3.99-1.35-5.494.154-1.49 1.49-1.565 3.875-.192 5.451L12 18.654l7.02-7.03c1.374-1.577 1.299-3.959-.193-5.454z\"/>\n    </g>\n</svg>\n</li><li title=\"heart pulse fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M16.5 3C19.538 3 22 5.5 22 9c0 7-7.5 11-10 12.5-1.978-1.187-7.084-3.937-9.132-8.5h4.698l.934-1.556 3 5L13.566 13H17v-2h-4.566l-.934 1.556-3-5L6.434 11H2.21C2.074 10.363 2 9.696 2 9c0-3.5 2.5-6 5.5-6C9.36 3 11 4 12 5c1-1 2.64-2 4.5-2z\"/>\n    </g>\n</svg>\n</li><li title=\"heart pulse line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M16.5 3C19.538 3 22 5.5 22 9c0 7-7.5 11-10 12.5-1.977-1.186-7.083-3.937-9.131-8.499L1 13v-2h1.21C2.074 10.364 2 9.698 2 9c0-3.5 2.5-6 5.5-6C9.36 3 11 4 12 5c1-1 2.64-2 4.5-2zm0 2c-1.076 0-2.24.57-3.086 1.414L12 7.828l-1.414-1.414C9.74 5.57 8.576 5 7.5 5 5.56 5 4 6.656 4 9c0 .685.09 1.352.267 2h2.167L8.5 7.556l3 5L12.434 11H17v2h-3.434L11.5 16.444l-3-5L7.566 13H5.108c.79 1.374 1.985 2.668 3.537 3.903.745.592 1.54 1.145 2.421 1.7.299.189.595.37.934.572.339-.202.635-.383.934-.571.881-.556 1.676-1.109 2.42-1.701C18.335 14.533 20 11.943 20 9c0-2.36-1.537-4-3.5-4z\"/>\n    </g>\n</svg>\n</li><li title=\"hearts fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M17.363 11.045c1.404-1.393 3.68-1.393 5.084 0 1.404 1.394 1.404 3.654 0 5.047L17 21.5l-5.447-5.408c-1.404-1.393-1.404-3.653 0-5.047 1.404-1.393 3.68-1.393 5.084 0l.363.36.363-.36zm1.88-6.288c.94.943 1.503 2.118 1.689 3.338-1.333-.248-2.739-.01-3.932.713-2.15-1.303-4.994-1.03-6.856.818-2.131 2.115-2.19 5.515-.178 7.701l.178.185 2.421 2.404L11 21.485 2.52 12.993C.417 10.637.496 7.019 2.757 4.757c2.265-2.264 5.888-2.34 8.244-.228 2.349-2.109 5.979-2.039 8.242.228z\"/>\n    </g>\n</svg>\n</li><li title=\"hearts line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M19.243 4.757c1.462 1.466 2.012 3.493 1.65 5.38.568.16 1.106.463 1.554.908 1.404 1.394 1.404 3.654 0 5.047L17 21.5l-3.022-3L11 21.485 2.52 12.993C.417 10.637.496 7.019 2.757 4.757c2.265-2.264 5.888-2.34 8.244-.228 2.349-2.109 5.979-2.039 8.242.228zm-6.281 7.708c-.616.611-.616 1.597 0 2.208L17 18.682l4.038-4.009c.616-.611.616-1.597 0-2.208-.624-.62-1.642-.62-2.268.002l-1.772 1.754-1.407-1.396-.363-.36c-.624-.62-1.642-.62-2.266 0zm-8.79-6.293c-1.49 1.49-1.565 3.875-.192 5.451L11 18.654l1.559-1.562-1.006-1c-1.404-1.393-1.404-3.653 0-5.047 1.404-1.393 3.68-1.393 5.084 0l.363.36.363-.36c.425-.421.93-.715 1.465-.882.416-1.367.078-2.912-1.001-3.993-1.5-1.502-3.92-1.563-5.49-.153l-1.335 1.198-1.336-1.197c-1.575-1.412-3.99-1.35-5.494.154z\"/>\n    </g>\n</svg>\n</li><li title=\"infrared thermometer fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M21 2v9h-3.001L18 12c0 2.21-1.79 4-4 4h-1.379l-.613 3.111.911 1.321c.314.455.2 1.078-.255 1.391-.167.115-.365.177-.568.177H3l2.313-10.024L3 11l4-9h14zm-5.001 9h-2.394l-.591 3H14c1.105 0 2-.895 2-2l-.001-1z\"/>\n    </g>\n</svg>\n</li><li title=\"infrared thermometer line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M21 2v9h-3.001L18 12c0 2.21-1.79 4-4 4h-1.379l-.613 3.111.911 1.321c.314.455.2 1.078-.255 1.391-.167.115-.365.177-.568.177H3l2.313-10.024L3 11l4-9h14zm-2 2H8.3L5.655 9.95l1.985.837L5.514 20h4.678l-.309-.448L11.96 9H19V4zm-3.001 7h-2.394l-.591 3H14c1.105 0 2-.895 2-2l-.001-1z\"/>\n    </g>\n</svg>\n</li><li title=\"lungs fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M8.5 5.5c1.412.47 2.048 2.159 2.327 4.023l-4.523 2.611 1 1.732 3.71-2.141C11.06 13.079 11 14.308 11 15c0 3-1 6-5 6s-4 0-4-4C2 9.5 5.5 4.5 8.5 5.5zM22.001 17v.436c-.005 3.564-.15 3.564-4 3.564-4 0-5-3-5-6 0-.691-.06-1.92-.014-3.274l3.71 2.14 1-1.732-4.523-2.61c.279-1.865.915-3.553 2.327-4.024 3-1 6.5 4 6.5 11.5zM13 2v9h-2V2h2z\"/>\n    </g>\n</svg>\n</li><li title=\"lungs line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M22.001 17c-.001 4-.001 4-4 4-4 0-5-3-5-6 0-.378-.018-.918-.026-1.55l2.023 1.169L15 15c0 2.776.816 4 3 4 1.14 0 1.61-.007 1.963-.038.03-.351.037-.822.037-1.962 0-3.205-.703-6.033-1.835-7.9-.838-1.382-1.613-1.843-2.032-1.703-.293.098-.605.65-.831 1.623l-1.79-1.033c.369-1.197.982-2.151 1.988-2.487 3-1 6.503 4 6.5 11.5zM8.5 5.5c1.007.336 1.62 1.29 1.989 2.487L8.699 9.02c-.226-.973-.539-1.525-.831-1.623-.42-.14-1.195.32-2.032 1.702C4.703 10.967 4 13.795 4 17c0 1.14.007 1.61.038 1.962.351.031.822.038 1.962.038 2.184 0 3-1.224 3-4l.004-.382 2.023-1.168c-.01.633-.027 1.172-.027 1.55 0 3-1 6-5 6s-4 0-4-4C2 9.5 5.5 4.5 8.5 5.5zM13 2v7.422l4.696 2.712-1 1.732L12 11.155l-4.696 2.711-1-1.732L11 9.422V2h2z\"/>\n    </g>\n</svg>\n</li><li title=\"medicine bottle fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M17 5v2c1.657 0 3 1.343 3 3v11c0 .552-.448 1-1 1H5c-.552 0-1-.448-1-1V10c0-1.657 1.343-3 3-3V5h10zm-4 6h-2v2H9v2h1.999L11 17h2l-.001-2H15v-2h-2v-2zm6-9v2H5V2h14z\"/>\n    </g>\n</svg>\n</li><li title=\"medicine bottle line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M19 2v2h-2v3c1.657 0 3 1.343 3 3v11c0 .552-.448 1-1 1H5c-.552 0-1-.448-1-1V10c0-1.657 1.343-3 3-3V4H5V2h14zm-2 7H7c-.552 0-1 .448-1 1v10h12V10c0-.552-.448-1-1-1zm-4 2v2h2v2h-2.001L13 17h-2l-.001-2H9v-2h2v-2h2zm2-7H9v3h6V4z\"/>\n    </g>\n</svg>\n</li><li title=\"mental health fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M11 2c4.068 0 7.426 3.036 7.934 6.965l2.25 3.539c.148.233.118.58-.225.728L19 14.07V17c0 1.105-.895 2-2 2h-1.999L15 22H6v-3.694c0-1.18-.436-2.297-1.244-3.305C3.657 13.631 3 11.892 3 10c0-4.418 3.582-8 8-8zm-.53 5.763c-.684-.684-1.792-.684-2.475 0-.684.683-.684 1.791 0 2.474L11 13.243l3.005-3.006c.684-.683.684-1.791 0-2.474-.683-.684-1.791-.684-2.475 0l-.53.53-.53-.53z\"/>\n    </g>\n</svg>\n</li><li title=\"mental health line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M11 2c4.068 0 7.426 3.036 7.934 6.965l2.25 3.539c.148.233.118.58-.225.728L19 14.07V17c0 1.105-.895 2-2 2h-1.999L15 22H6v-3.694c0-1.18-.436-2.297-1.244-3.305C3.657 13.631 3 11.892 3 10c0-4.418 3.582-8 8-8zm0 2c-3.314 0-6 2.686-6 6 0 1.385.468 2.693 1.316 3.75C7.41 15.114 8 16.667 8 18.306V20h5l.002-3H17v-4.248l1.55-.664-1.543-2.425-.057-.442C16.566 6.251 14.024 4 11 4zm-.53 3.763l.53.53.53-.53c.684-.684 1.792-.684 2.475 0 .684.683.684 1.791 0 2.474L11 13.243l-3.005-3.006c-.684-.683-.684-1.791 0-2.474.683-.684 1.791-.684 2.475 0z\"/>\n    </g>\n</svg>\n</li><li title=\"microscope fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M13.196 2.268l3.25 5.63c.276.477.112 1.089-.366 1.365l-1.3.75 1.001 1.732-1.732 1-1-1.733-1.299.751c-.478.276-1.09.112-1.366-.366L8.546 8.215C6.494 8.837 5 10.745 5 13c0 .625.115 1.224.324 1.776C6.1 14.284 7.016 14 8 14c1.684 0 3.174.833 4.08 2.109l7.688-4.439 1 1.732-7.878 4.549c.072.338.11.69.11 1.049 0 .343-.034.677-.1 1H21v2l-17 .001c-.628-.836-1-1.875-1-3.001 0-1.007.298-1.945.81-2.73C3.293 15.295 3 14.182 3 13c0-2.995 1.881-5.551 4.527-6.55l-.393-.682c-.552-.957-.225-2.18.732-2.732l2.598-1.5c.957-.552 2.18-.225 2.732.732z\"/>\n    </g>\n</svg>\n</li><li title=\"microscope line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M13.196 2.268l3.25 5.63c.276.477.112 1.089-.366 1.365l-1.3.75 1.001 1.732-1.732 1-1-1.733-1.299.751c-.478.276-1.09.112-1.366-.366L8.546 8.215C6.494 8.837 5 10.745 5 13c0 .625.115 1.224.324 1.776C6.1 14.284 7.016 14 8 14c1.684 0 3.174.833 4.08 2.109l7.688-4.439 1 1.732-7.878 4.549c.072.338.11.69.11 1.049 0 .343-.034.677-.1 1H21v2l-17 .001c-.628-.836-1-1.875-1-3.001 0-1.007.298-1.945.81-2.73C3.293 15.295 3 14.182 3 13c0-2.995 1.881-5.551 4.527-6.55l-.393-.682c-.552-.957-.225-2.18.732-2.732l2.598-1.5c.957-.552 2.18-.225 2.732.732zM8 16c-1.657 0-3 1.343-3 3 0 .35.06.687.17 1h5.66c.11-.313.17-.65.17-1 0-1.657-1.343-3-3-3zm3.464-12.732l-2.598 1.5 2.75 4.763 2.598-1.5-2.75-4.763z\"/>\n    </g>\n</svg>\n</li><li title=\"nurse fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M14.956 15.564c2.659 1.058 4.616 3.5 4.982 6.436H4.062c.366-2.936 2.323-5.378 4.982-6.436L12 20l2.956-4.436zM18 2v6c0 3.314-2.686 6-6 6s-6-2.686-6-6V2h12zm-2 6H8c0 2.21 1.79 4 4 4s4-1.79 4-4z\"/>\n    </g>\n</svg>\n</li><li title=\"nurse line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M12 15c4.08 0 7.446 3.054 7.938 7H4.062c.492-3.946 3.858-7 7.938-7zm-1.813 2.28C8.753 17.734 7.546 18.713 6.8 20H12l-1.813-2.72zm3.627 0L12 20h5.199c-.745-1.287-1.952-2.266-3.385-2.72zM18 2v6c0 3.314-2.686 6-6 6s-6-2.686-6-6V2h12zM8 8c0 2.21 1.79 4 4 4s4-1.79 4-4H8zm8-4H8v2h8V4z\"/>\n    </g>\n</svg>\n</li><li title=\"psychotherapy fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M11 2c4.068 0 7.426 3.036 7.934 6.965l2.25 3.539c.148.233.118.58-.225.728L19 14.07V17c0 1.105-.895 2-2 2h-1.999L15 22H6v-3.694c0-1.18-.436-2.297-1.244-3.305C3.657 13.631 3 11.892 3 10c0-4.418 3.582-8 8-8zm0 5c-.552 0-1 .448-1 1v.999L9 9c-.552 0-1 .448-1 1s.448 1 1 1l1-.001V12c0 .552.448 1 1 1s1-.448 1-1v-1h1c.552 0 1-.448 1-1s-.448-1-1-1h-1V8c0-.552-.448-1-1-1z\"/>\n    </g>\n</svg>\n</li><li title=\"psychotherapy line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M11 2c4.068 0 7.426 3.036 7.934 6.965l2.25 3.539c.148.233.118.58-.225.728L19 14.07V17c0 1.105-.895 2-2 2h-1.999L15 22H6v-3.694c0-1.18-.436-2.297-1.244-3.305C3.657 13.631 3 11.892 3 10c0-4.418 3.582-8 8-8zm0 2c-3.314 0-6 2.686-6 6 0 1.385.468 2.693 1.316 3.75C7.41 15.114 8 16.667 8 18.306V20h5l.002-3H17v-4.248l1.55-.664-1.543-2.425-.057-.442C16.566 6.251 14.024 4 11 4zm0 3c.552 0 1 .448 1 1v1h1c.552 0 1 .448 1 1s-.448 1-1 1h-1v1c0 .552-.448 1-1 1s-1-.448-1-1v-1.001L9 11c-.552 0-1-.448-1-1s.448-1 1-1l1-.001V8c0-.552.448-1 1-1z\"/>\n    </g>\n</svg>\n</li><li title=\"pulse fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M9 7.539L15 21.539 18.659 13 23 13 23 11 17.341 11 15 16.461 9 2.461 5.341 11 1 11 1 13 6.659 13z\"/>\n    </g>\n</svg>\n</li><li title=\"pulse line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M9 7.539L15 21.539 18.659 13 23 13 23 11 17.341 11 15 16.461 9 2.461 5.341 11 1 11 1 13 6.659 13z\"/>\n    </g>\n</svg>\n</li><li title=\"rest time fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M11 6v8h8c0 4.418-3.582 8-8 8s-8-3.582-8-8c0-4.335 3.58-8 8-8zm10-4v2l-5.327 6H21v2h-8v-2l5.326-6H13V2h8z\"/>\n    </g>\n</svg>\n</li><li title=\"rest time line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M11 6v2c-3.314 0-6 2.686-6 6s2.686 6 6 6c3.238 0 5.878-2.566 5.996-5.775L17 14h2c0 4.418-3.582 8-8 8s-8-3.582-8-8c0-4.335 3.58-8 8-8zm10-4v2l-5.327 6H21v2h-8v-2l5.326-6H13V2h8z\"/>\n    </g>\n</svg>\n</li><li title=\"stethoscope fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M8 3v2H6v4c0 2.21 1.79 4 4 4s4-1.79 4-4V5h-2V3h3c.552 0 1 .448 1 1v5c0 2.973-2.162 5.44-5 5.917V16.5c0 1.933 1.567 3.5 3.5 3.5 1.497 0 2.775-.94 3.275-2.263C16.728 17.27 16 16.22 16 15c0-1.657 1.343-3 3-3s3 1.343 3 3c0 1.371-.92 2.527-2.176 2.885C19.21 20.252 17.059 22 14.5 22 11.462 22 9 19.538 9 16.5v-1.583C6.162 14.441 4 11.973 4 9V4c0-.552.448-1 1-1h3z\"/>\n    </g>\n</svg>\n</li><li title=\"stethoscope line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M8 3v2H6v4c0 2.21 1.79 4 4 4s4-1.79 4-4V5h-2V3h3c.552 0 1 .448 1 1v5c0 2.973-2.162 5.44-5 5.917V16.5c0 1.933 1.567 3.5 3.5 3.5 1.497 0 2.775-.94 3.275-2.263C16.728 17.27 16 16.22 16 15c0-1.657 1.343-3 3-3s3 1.343 3 3c0 1.371-.92 2.527-2.176 2.885C19.21 20.252 17.059 22 14.5 22 11.462 22 9 19.538 9 16.5v-1.583C6.162 14.441 4 11.973 4 9V4c0-.552.448-1 1-1h3zm11 11c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1z\"/>\n    </g>\n</svg>\n</li><li title=\"surgical mask fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M12.485 3.121l7.758 1.94c.445.11.757.51.757.97V7h1c1.1 0 2 .9 2 2v3c0 1.657-1.343 3-3 3h-.421c-.535 1.35-1.552 2.486-2.896 3.158l-4.789 2.395c-.563.281-1.225.281-1.788 0l-4.79-2.395C4.974 17.486 3.957 16.35 3.422 15H3c-1.657 0-3-1.343-3-3V9c0-1.105.895-2 2-2h1v-.97c0-.458.312-.858.757-.97l7.758-1.939c.318-.08.652-.08.97 0zM3 9H2v3c0 .552.448 1 1 1V9zm19 0h-1v4c.552 0 1-.448 1-1V9z\"/>\n    </g>\n</svg>\n</li><li title=\"surgical mask line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M12.485 3.121l7.758 1.94c.445.11.757.51.757.97V7h1c1.1 0 2 .9 2 2v3c0 1.657-1.343 3-3 3h-.421c-.535 1.35-1.552 2.486-2.896 3.158l-4.789 2.395c-.563.281-1.225.281-1.788 0l-4.79-2.395C4.974 17.486 3.957 16.35 3.422 15H3c-1.657 0-3-1.343-3-3V9c0-1.105.895-2 2-2h1v-.97c0-.458.312-.858.757-.97l7.758-1.939c.318-.08.652-.08.97 0zM12 5.061l-7 1.75v5.98c0 1.516.856 2.9 2.211 3.579L12 18.764l4.789-2.394C18.144 15.692 19 14.307 19 12.792v-5.98l-7-1.75zM3 9H2v3c0 .552.448 1 1 1V9zm19 0h-1v4c.552 0 1-.448 1-1V9z\"/>\n    </g>\n</svg>\n</li><li title=\"syringe fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M21.678 7.98l-1.415 1.413-2.12-2.12-2.122 2.12 3.535 3.536-1.414 1.414-.707-.707L11.071 20H5.414l-2.121 2.121-1.414-1.414L4 18.586v-5.657l6.364-6.364-.707-.707 1.414-1.414 3.536 3.535 2.12-2.121-2.12-2.121 1.414-1.415 5.657 5.657zM9.657 14.342l-2.829-2.828-1.414 1.414 2.829 2.828 1.414-1.414zm2.828-2.828L9.657 8.686l-1.414 1.415 2.828 2.828 1.414-1.414z\"/>\n    </g>\n</svg>\n</li><li title=\"syringe line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M21.678 7.98l-1.415 1.413-2.12-2.12-2.122 2.12 3.535 3.536-1.414 1.414-.707-.707L11.071 20H5.414l-2.121 2.121-1.414-1.414L4 18.586v-5.657l6.364-6.364-.707-.707 1.414-1.414 3.536 3.535 2.12-2.121-2.12-2.121 1.414-1.415 5.657 5.657zm-5.657 4.242l-4.243-4.243-1.414 1.414 2.121 2.122-1.414 1.414-2.121-2.121-1.414 1.414 2.12 2.121-1.413 1.414-2.122-2.121-.121.121V18h4.243l5.778-5.778z\"/>\n    </g>\n</svg>\n</li><li title=\"test tube fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M17 2v2h-1v14c0 2.21-1.79 4-4 4s-4-1.79-4-4V4H7V2h10zm-4 13c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1zm-2-3c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1zm3-8h-4v4h4V4z\"/>\n    </g>\n</svg>\n</li><li title=\"test tube line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M17 2v2h-1v14c0 2.21-1.79 4-4 4s-4-1.79-4-4V4H7V2h10zm-3 8h-4v8c0 1.105.895 2 2 2s2-.895 2-2v-8zm-1 5c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm-2-3c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm3-8h-4v4h4V4z\"/>\n    </g>\n</svg>\n</li><li title=\"thermometer fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M20.556 3.444c1.562 1.562 1.562 4.094 0 5.657l-8.2 8.2c-.642.642-1.484 1.047-2.387 1.147l-3.378.374-2.298 2.3c-.39.39-1.024.39-1.414 0-.39-.391-.39-1.024 0-1.415l2.298-2.299.375-3.377c.1-.903.505-1.745 1.147-2.387l8.2-8.2c1.563-1.562 4.095-1.562 5.657 0zm-9.192 9.192L9.95 14.05l2.121 2.122 1.414-1.415-2.121-2.121zm2.828-2.828l-1.414 1.414 2.121 2.121 1.415-1.414-2.122-2.121zm2.829-2.829l-1.414 1.414 2.12 2.122L19.143 9.1l-2.121-2.122z\"/>\n    </g>\n</svg>\n</li><li title=\"thermometer line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M20.556 3.444c1.562 1.562 1.562 4.094 0 5.657l-8.2 8.2c-.642.642-1.484 1.047-2.387 1.147l-3.378.374-2.298 2.3c-.39.39-1.024.39-1.414 0-.39-.391-.39-1.024 0-1.415l2.298-2.299.375-3.377c.1-.903.505-1.745 1.147-2.387l8.2-8.2c1.563-1.562 4.095-1.562 5.657 0zm-4.242 1.414l-8.2 8.2c-.322.321-.524.742-.574 1.193l-.276 2.485 2.485-.276c.45-.05.872-.252 1.193-.573l.422-.423L9.95 14.05l1.414-1.414 1.414 1.414 1.414-1.414-1.414-1.414 1.414-1.414 1.415 1.414 1.414-1.415-1.414-1.414L17.02 6.98l1.414 1.414.707-.707c.781-.78.781-2.047 0-2.828-.78-.781-2.047-.781-2.828 0z\"/>\n    </g>\n</svg>\n</li><li title=\"virus fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M13.717 1.947l3.734 1.434-.717 1.867-.934-.359-.746 1.945c.779.462 1.444 1.094 1.945 1.846l1.903-.847-.407-.914 1.827-.813 1.627 3.654-1.827.813-.407-.913-1.902.847c.122.477.187.978.187 1.493 0 .406-.04.803-.117 1.187l1.944.746.358-.933 1.868.717-1.434 3.734-1.867-.717.358-.933-1.944-.747c-.462.779-1.094 1.444-1.846 1.945l.847 1.903.914-.407.813 1.827-3.654 1.627-.813-1.827.913-.407-.847-1.902c-.477.122-.978.187-1.493.187-.407 0-.804-.04-1.188-.118l-.746 1.945.934.358-.717 1.868-3.734-1.434.717-1.867.932.358.748-1.944C8.167 16.704 7.502 16.072 7 15.32l-1.903.847.407.914-1.827.813-1.627-3.654 1.827-.813.406.914 1.903-.848C6.065 13.016 6 12.515 6 12c0-.406.04-.803.117-1.187l-1.945-.746-.357.933-1.868-.717L3.381 6.55l1.867.717-.359.933 1.945.747C7.296 8.167 7.928 7.502 8.68 7l-.847-1.903-.914.407-.813-1.827L9.76 2.051l.813 1.827-.913.407.847 1.902C10.984 6.065 11.485 6 12 6c.406 0 .803.04 1.187.117l.745-1.945L13 3.815l.717-1.868zm-3.583 11.285c-.276.478-.112 1.09.366 1.366s1.09.112 1.366-.366.112-1.09-.366-1.366-1.09-.112-1.366.366zM14 11c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1zm-3.5-1.598c-.478.276-.642.888-.366 1.366.276.478.888.642 1.366.366.478-.276.642-.888.366-1.366-.276-.478-.888-.642-1.366-.366z\"/>\n    </g>\n</svg>\n</li><li title=\"virus line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M13.717 1.947l3.734 1.434-.717 1.867-.934-.359-.746 1.945c.779.462 1.444 1.094 1.945 1.846l1.903-.847-.407-.914 1.827-.813 1.627 3.654-1.827.813-.407-.913-1.902.847c.122.477.187.978.187 1.493 0 .406-.04.803-.117 1.187l1.944.746.358-.933 1.868.717-1.434 3.734-1.867-.717.358-.933-1.944-.747c-.462.779-1.094 1.444-1.846 1.945l.847 1.903.914-.407.813 1.827-3.654 1.627-.813-1.827.913-.407-.847-1.902c-.477.122-.978.187-1.493.187-.407 0-.804-.04-1.188-.118l-.746 1.945.934.358-.717 1.868-3.734-1.434.717-1.867.932.358.748-1.944C8.167 16.704 7.502 16.072 7 15.32l-1.903.847.407.914-1.827.813-1.627-3.654 1.827-.813.406.914 1.903-.848C6.065 13.016 6 12.515 6 12c0-.406.04-.803.117-1.187l-1.945-.746-.357.933-1.868-.717L3.381 6.55l1.867.717-.359.933 1.945.747C7.296 8.167 7.928 7.502 8.68 7l-.847-1.903-.914.407-.813-1.827L9.76 2.051l.813 1.827-.913.407.847 1.902C10.984 6.065 11.485 6 12 6c.406 0 .803.04 1.187.117l.745-1.945L13 3.815l.717-1.868zM12 8c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm-.5 4.866c.478.276.642.888.366 1.366-.276.478-.888.642-1.366.366-.478-.276-.642-.888-.366-1.366.276-.478.888-.642 1.366-.366zM14 11c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1zm-2.134-1.232c.276.478.112 1.09-.366 1.366s-1.09.112-1.366-.366-.112-1.09.366-1.366 1.09-.112 1.366.366z\"/>\n    </g>\n</svg>\n</li><li title=\"zzz fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M11 11v2l-5.327 6H11v2H3v-2l5.326-6H3v-2h8zm10-8v2l-5.327 6H21v2h-8v-2l5.326-6H13V3h8z\"/>\n    </g>\n</svg>\n</li><li title=\"zzz line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M11 11v2l-5.327 6H11v2H3v-2l5.326-6H3v-2h8zm10-8v2l-5.327 6H21v2h-8v-2l5.326-6H13V3h8z\"/>\n    </g>\n</svg>\n</li><li class='heading'>Logos</li><li title=\"alipay fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M21.422 15.358c-3.83-1.153-6.055-1.84-6.678-2.062a12.41 12.41 0 0 0 1.32-3.32H12.8V8.872h4v-.68h-4V6.344h-1.536c-.28 0-.312.248-.312.248v1.592H7.2v.68h3.752v1.104H7.88v.616h6.224a10.972 10.972 0 0 1-.888 2.176c-1.408-.464-2.192-.784-3.912-.944-3.256-.312-4.008 1.48-4.128 2.576C5 16.064 6.48 17.424 8.688 17.424s3.68-1.024 5.08-2.72c1.167.558 3.338 1.525 6.514 2.902A9.99 9.99 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10a9.983 9.983 0 0 1-.578 3.358zm-12.99 1.01c-2.336 0-2.704-1.48-2.584-2.096.12-.616.8-1.416 2.104-1.416 1.496 0 2.832.384 4.44 1.16-1.136 1.48-2.52 2.352-3.96 2.352z\"/>\n    </g>\n</svg>\n</li><li title=\"alipay line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M18.408 16.79c-2.173-.95-3.72-1.646-4.64-2.086-1.4 1.696-2.872 2.72-5.08 2.72S5 16.064 5.176 14.392c.12-1.096.872-2.888 4.128-2.576 1.72.16 2.504.48 3.912.944.36-.664.664-1.4.888-2.176H7.88v-.616h3.072V8.864H7.2v-.68h3.752V6.592s.032-.248.312-.248H12.8v1.848h4v.68h-4v1.104h3.264a12.41 12.41 0 0 1-1.32 3.32c.51.182 2.097.676 4.76 1.483a8 8 0 1 0-1.096 2.012zM12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-3.568-5.632c1.44 0 2.824-.872 3.96-2.352-1.608-.776-2.944-1.16-4.44-1.16-1.304 0-1.984.8-2.104 1.416-.12.616.248 2.096 2.584 2.096z\"/>\n    </g>\n</svg>\n</li><li title=\"amazon fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M21.996 18.23c0 .727-.405 2.127-1.314 2.896-.182.14-.365.061-.285-.143.265-.648.872-2.147.587-2.492-.2-.262-1.03-.243-1.738-.182-.324.041-.607.06-.828.105-.203.017-.245-.163-.041-.303.262-.185.545-.325.87-.428 1.15-.344 2.48-.137 2.67.083.036.042.08.16.08.463zm-1.921 1.294a7.426 7.426 0 0 1-.83.55c-2.122 1.275-4.87 1.943-7.258 1.943-3.843 0-7.28-1.417-9.888-3.788-.223-.182-.038-.446.223-.303 2.81 1.64 6.288 2.632 9.889 2.632 2.265 0 4.708-.424 7.035-1.336.162-.061.344-.144.503-.202.367-.165.69.243.326.504zm-6.17-11.03c0-1.041.041-1.654-.304-2.18-.306-.433-.833-.693-1.568-.652-.798.044-1.655.567-1.874 1.526-.042.22-.171.436-.436.483l-2.436-.31c-.174-.04-.438-.173-.352-.521C7.458 4.088 9.81 3.129 12.033 3h.523c1.22 0 2.787.349 3.79 1.264 1.217 1.136 1.088 2.662 1.088 4.32v3.927c0 1.178.477 1.7.958 2.314.13.219.174.477-.045.655-.48.435-1.394 1.219-1.917 1.654-.174.133-.488.147-.61.045-.77-.645-.958-1.003-1.435-1.658-.83.871-1.526 1.352-2.355 1.613a7.035 7.035 0 0 1-1.784.216c-2.09 0-3.746-1.303-3.746-3.88 0-2.049 1.09-3.442 2.7-4.101 1.61-.66 3.95-.87 4.704-.874zm-.478 5.192c.52-.872.477-1.586.477-3.185-.651 0-1.306.045-1.871.178-1.045.303-1.874.961-1.874 2.355 0 1.09.567 1.832 1.525 1.832.132 0 .248-.016.349-.045.67-.186 1.088-.522 1.394-1.135z\"/>\n    </g>\n</svg>\n</li><li title=\"amazon line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M15.625 14.62c-1.107 1.619-2.728 2.384-4.625 2.384-2.304 0-4.276-1.773-3.993-4.124.315-2.608 2.34-3.73 5.708-4.143.601-.073.85-.094 2.147-.19l.138-.01v-.215C15 6.526 13.932 5.3 12.5 5.3c-1.437 0-2.44.747-3.055 2.526l-1.89-.652C8.442 4.604 10.193 3.3 12.5 3.3c2.603 0 4.5 2.178 4.5 5.022 0 2.649.163 4.756.483 5.557.356.892.486 1.117.884 1.613l-1.56 1.251c-.523-.652-.753-1.049-1.181-2.122v-.001zm5.632 5.925c-.271.2-.742.081-.529-.44.265-.648.547-1.408.262-1.752-.21-.255-.467-.382-1.027-.382-.46 0-.69.06-.995.08-.204.013-.293-.297-.091-.44a2.96 2.96 0 0 1 .87-.428c1.15-.344 2.505-.155 2.67.083.365.53-.199 2.569-1.16 3.28zm-1.182-1.084a7.555 7.555 0 0 1-.83.695c-2.122 1.616-4.87 2.46-7.258 2.46-3.843 0-7.28-1.793-9.888-4.795-.223-.23-.038-.566.223-.384 2.81 2.077 6.288 3.333 9.889 3.333 2.265 0 4.708-.537 7.035-1.693.162-.076.344-.18.503-.254.367-.21.69.306.326.638zm-5.065-8.92c-1.258.094-1.496.113-2.052.181-2.552.313-3.797 1.003-3.965 2.398-.126 1.043.81 1.884 2.007 1.884 2.039 0 3.517-1.228 4.022-4.463h-.012z\"/>\n    </g>\n</svg>\n</li><li title=\"android fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6.382 3.968A8.962 8.962 0 0 1 12 2c2.125 0 4.078.736 5.618 1.968l1.453-1.453 1.414 1.414-1.453 1.453A8.962 8.962 0 0 1 21 11v1H3v-1c0-2.125.736-4.078 1.968-5.618L3.515 3.93l1.414-1.414 1.453 1.453zM3 14h18v7a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-7zm6-5a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm6 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2z\"/>\n    </g>\n</svg>\n</li><li title=\"android line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M19 13H5v7h14v-7zm0-2a7 7 0 0 0-14 0h14zM6.382 3.968A8.962 8.962 0 0 1 12 2c2.125 0 4.078.736 5.618 1.968l1.453-1.453 1.414 1.414-1.453 1.453A8.962 8.962 0 0 1 21 11v10a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V11c0-2.125.736-4.078 1.968-5.618L3.515 3.93l1.414-1.414 1.453 1.453zM9 9a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm6 0a1 1 0 1 1 0-2 1 1 0 0 1 0 2z\"/>\n    </g>\n</svg>\n</li><li title=\"angularjs fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M12 2l9.3 3.32-1.418 12.31L12 22l-7.882-4.37L2.7 5.32 12 2zm0 2.21L6.186 17.26h2.168l1.169-2.92h4.934l1.17 2.92h2.167L12 4.21zm1.698 8.33h-3.396L12 8.45l1.698 4.09z\"/>\n    </g>\n</svg>\n</li><li title=\"angularjs line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M17.523 16.65l.49-.27 1.118-9.71L12 4.123 4.869 6.669l1.119 9.71.473.263L12 4.21l5.523 12.44zm-1.099.61h-.798l-1.169-2.92H9.523l-1.17 2.92h-.777L12 19.713l4.424-2.453zM12 2l9.3 3.32-1.418 12.31L12 22l-7.882-4.37L2.7 5.32 12 2zm1.698 10.54L12 8.45l-1.698 4.09h3.396z\"/>\n    </g>\n</svg>\n</li><li title=\"app store fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zM8.823 15.343c-.395-.477-.886-.647-1.479-.509l-.15.041-.59 1.016a.823.823 0 0 0 1.366.916l.062-.093.79-1.371zM13.21 8.66c-.488.404-.98 1.597-.29 2.787l3.04 5.266a.824.824 0 0 0 1.476-.722l-.049-.1-.802-1.392h1.19a.82.82 0 0 0 .822-.823.82.82 0 0 0-.72-.816l-.103-.006h-2.14L13.44 9.057l-.23-.396zm.278-3.044a.825.825 0 0 0-1.063.21l-.062.092-.367.633-.359-.633a.824.824 0 0 0-1.476.722l.049.1.838 1.457-2.685 4.653H6.266a.82.82 0 0 0-.822.822c0 .421.312.766.719.817l.103.006h7.48c.34-.64-.06-1.549-.81-1.638l-.121-.007h-2.553l3.528-6.11a.823.823 0 0 0-.302-1.124z\"/>\n    </g>\n</svg>\n</li><li title=\"app store line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm0 2a8 8 0 1 0 0 16 8 8 0 0 0 0-16zM8.823 15.343l-.79 1.37a.823.823 0 1 1-1.428-.822l.589-1.016c.66-.206 1.201-.048 1.629.468zM13.21 8.66l2.423 4.194h2.141a.82.82 0 0 1 .823.822.82.82 0 0 1-.823.823h-1.19l.803 1.391a.824.824 0 0 1-1.427.823l-3.04-5.266c-.69-1.19-.198-2.383.29-2.787zm.278-3.044c.395.226.528.73.302 1.125l-3.528 6.109h2.553c.826 0 1.29.972.931 1.645h-7.48a.82.82 0 0 1-.822-.823.82.82 0 0 1 .822-.822h2.097l2.685-4.653-.838-1.456a.824.824 0 0 1 1.427-.823l.359.633.367-.633a.823.823 0 0 1 1.125-.302z\"/>\n    </g>\n</svg>\n</li><li title=\"apple fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M11.624 7.222c-.876 0-2.232-.996-3.66-.96-1.884.024-3.612 1.092-4.584 2.784-1.956 3.396-.504 8.412 1.404 11.172.936 1.344 2.04 2.856 3.504 2.808 1.404-.06 1.932-.912 3.636-.912 1.692 0 2.172.912 3.66.876 1.512-.024 2.472-1.368 3.396-2.724 1.068-1.56 1.512-3.072 1.536-3.156-.036-.012-2.94-1.128-2.976-4.488-.024-2.808 2.292-4.152 2.4-4.212-1.32-1.932-3.348-2.148-4.056-2.196-1.848-.144-3.396 1.008-4.26 1.008zm3.12-2.832c.78-.936 1.296-2.244 1.152-3.54-1.116.048-2.46.744-3.264 1.68-.72.828-1.344 2.16-1.176 3.432 1.236.096 2.508-.636 3.288-1.572z\"/>\n    </g>\n</svg>\n</li><li title=\"apple line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M15.729 8.208c-.473-.037-.981.076-1.759.373.066-.025-.742.29-.968.37-.502.175-.915.271-1.378.271-.458 0-.88-.092-1.366-.255-.155-.053-.311-.11-.505-.186-.082-.032-.382-.152-.448-.177-.648-.254-1.013-.35-1.316-.342-1.152.015-2.243.68-2.876 1.782-1.292 2.244-.577 6.299 1.312 9.031 1.006 1.444 1.556 1.96 1.778 1.953.222-.01.385-.057.783-.225l.167-.071c1.005-.429 1.71-.618 2.771-.618 1.021 0 1.703.186 2.668.602l.168.072c.398.17.542.208.792.202.358-.005.799-.417 1.778-1.854.268-.391.505-.803.71-1.22a7.354 7.354 0 0 1-.392-.347c-1.289-1.228-2.086-2.884-2.108-4.93a6.625 6.625 0 0 1 1.41-4.181 4.124 4.124 0 0 0-1.221-.25zm.155-1.994c.708.048 2.736.264 4.056 2.196-.108.06-2.424 1.404-2.4 4.212.036 3.36 2.94 4.476 2.976 4.488-.024.084-.468 1.596-1.536 3.156-.924 1.356-1.884 2.7-3.396 2.724-1.488.036-1.968-.876-3.66-.876-1.704 0-2.232.852-3.636.912-1.464.048-2.568-1.464-3.504-2.808-1.908-2.76-3.36-7.776-1.404-11.172.972-1.692 2.7-2.76 4.584-2.784 1.428-.036 2.784.96 3.66.96.864 0 2.412-1.152 4.26-1.008zm-1.14-1.824c-.78.936-2.052 1.668-3.288 1.572-.168-1.272.456-2.604 1.176-3.432.804-.936 2.148-1.632 3.264-1.68.144 1.296-.372 2.604-1.152 3.54z\"/>\n    </g>\n</svg>\n</li><li title=\"baidu fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M5.927 12.497c2.063-.443 1.782-2.909 1.72-3.448-.101-.83-1.078-2.282-2.405-2.167-1.67.15-1.913 2.561-1.913 2.561-.226 1.115.54 3.497 2.598 3.054zm2.19 4.288c-.06.173-.195.616-.078 1.002.23.866.982.905.982.905h1.08v-2.64H8.944c-.52.154-.77.559-.827.733zm1.638-8.422c1.14 0 2.06-1.312 2.06-2.933 0-1.62-.92-2.93-2.06-2.93-1.137 0-2.06 1.31-2.06 2.93 0 1.621.923 2.933 2.06 2.933zm4.908.193c1.522.198 2.501-1.427 2.696-2.659.199-1.23-.784-2.658-1.862-2.904-1.08-.248-2.429 1.483-2.552 2.61-.147 1.38.197 2.758 1.718 2.953zm0 3.448c-1.865-2.905-4.513-1.723-5.4-.245-.881 1.477-2.256 2.41-2.451 2.658-.198.244-2.846 1.673-2.258 4.284.587 2.609 2.652 2.56 2.652 2.56s1.521.15 3.286-.246c1.766-.391 3.286.098 3.286.098s4.125 1.38 5.253-1.278c1.128-2.66-.637-4.038-.637-4.038s-2.356-1.823-3.732-3.793zm-6.008 7.75c-1.158-.231-1.619-1.021-1.677-1.156-.057-.137-.386-.772-.212-1.853.5-1.619 1.927-1.735 1.927-1.735h1.428v-1.755l1.215.02v6.479h-2.68zm4.59-.019c-1.196-.308-1.251-1.158-1.251-1.158v-3.412l1.251-.02v3.066c.077.328.483.387.483.387h1.271v-3.433h1.332v4.57h-3.086zm7.454-9.11c0-.59-.49-2.364-2.305-2.364-1.819 0-2.062 1.675-2.062 2.859 0 1.13.095 2.707 2.354 2.657 2.26-.05 2.013-2.56 2.013-3.152z\"/>\n    </g>\n</svg>\n</li><li title=\"baidu line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M7.564 19.28a9.69 9.69 0 0 0 2.496-.217 8.8 8.8 0 0 1 2.98-.131c.547.067.985.165 1.288.257 1.078.275 2.61.223 3.005-.41.291-.468.253-.787-.026-1.199a1.886 1.886 0 0 0-.212-.26 25.006 25.006 0 0 1-.743-.618 25.618 25.618 0 0 1-1.753-1.66 16.151 16.151 0 0 1-1.577-1.893l-.036-.053c-.742-1.139-1.558-1.067-2.002-.317a9.604 9.604 0 0 1-.955 1.331c-.41.482-.83.89-1.305 1.297-.123.105-.503.42-.412.344-.004.003-.017.015.051-.071-.098.12-.95.877-1.2 1.162-.515.583-.723 1.08-.645 1.48.072.376.219.587.45.745a1.432 1.432 0 0 0 .48.206l.116.007zm7.098-7.276c1.376 1.97 3.732 3.793 3.732 3.793s2.063 1.748.637 4.038c-1.426 2.29-5.253 1.278-5.253 1.278s-1.52-.49-3.286-.098c-1.765.395-3.286.245-3.286.245S5 21.015 4.554 18.701c-.446-2.314 2.06-4.04 2.258-4.284.195-.247 1.512-1.073 2.452-2.658.94-1.586 3.583-2.54 5.398.245zm5.539-1.42c0 .458.19 2.393-1.553 2.432-1.742.038-1.816-1.178-1.816-2.05 0-.913.188-2.205 1.59-2.205 1.4 0 1.779 1.369 1.779 1.824zm-5.43-2.777c-1.18-.152-1.447-1.222-1.333-2.293.096-.875 1.143-2.219 1.981-2.026.837.19 1.6 1.3 1.446 2.254-.151.957-.911 2.218-2.094 2.065zM9.755 7.44c-.86 0-1.56-.993-1.56-2.22 0-1.227.699-2.22 1.56-2.22.863 0 1.56.993 1.56 2.22 0 1.227-.697 2.22-1.56 2.22zm-3.793 4.566c-1.695.365-2.326-1.597-2.14-2.515 0 0 .2-1.987 1.576-2.11 1.093-.095 1.898 1.101 1.981 1.785.051.444.283 2.475-1.417 2.84z\"/>\n    </g>\n</svg>\n</li><li title=\"behance fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M7.443 5.35c.639 0 1.23.05 1.77.198a3.83 3.83 0 0 1 1.377.544c.394.247.689.594.885 1.039.197.445.295.99.295 1.583 0 .693-.147 1.286-.491 1.731-.295.446-.787.841-1.377 1.138.836.248 1.475.693 1.868 1.286.394.594.64 1.336.64 2.177 0 .693-.148 1.286-.394 1.781-.246.495-.639.94-1.082 1.237a5.078 5.078 0 0 1-1.573.692c-.59.149-1.18.248-1.77.248H1V5.35h6.443zm-.394 5.54c.541 0 .984-.148 1.328-.395.344-.247.492-.693.492-1.237 0-.297-.05-.594-.148-.791-.098-.198-.246-.347-.442-.495-.197-.099-.394-.198-.64-.247-.246-.05-.491-.05-.787-.05H4v3.216h3.05zm.148 5.838c.295 0 .59-.05.836-.099a1.72 1.72 0 0 0 .688-.297 1.76 1.76 0 0 0 .492-.544c.098-.247.197-.544.197-.89 0-.693-.197-1.188-.59-1.534-.394-.297-.935-.445-1.574-.445H4v3.81h3.197zm9.492-.05c.393.396.983.594 1.77.594.541 0 1.033-.148 1.426-.395.394-.297.64-.594.738-.891h2.41c-.394 1.187-.984 2.028-1.77 2.572-.788.495-1.722.792-2.853.792a5.753 5.753 0 0 1-2.115-.396 3.93 3.93 0 0 1-1.574-1.088 3.93 3.93 0 0 1-.983-1.633c-.246-.643-.345-1.335-.345-2.127 0-.742.099-1.434.345-2.078a5.34 5.34 0 0 1 1.032-1.682c.443-.445.984-.84 1.574-1.088a5.49 5.49 0 0 1 2.066-.396c.836 0 1.574.149 2.213.495.64.346 1.131.742 1.525 1.336a6.01 6.01 0 0 1 .885 1.88c.098.692.147 1.385.098 2.176H16c0 .792.295 1.534.689 1.93zm3.098-5.194c-.344-.346-.885-.544-1.525-.544-.442 0-.787.099-1.082.247-.295.149-.491.347-.688.545a1.322 1.322 0 0 0-.344.692c-.05.248-.099.445-.099.643h4.426c-.098-.742-.344-1.236-.688-1.583zM15.459 6.29h5.508v1.336H15.46V6.29z\"/>\n    </g>\n</svg>\n</li><li title=\"behance line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M7.5 11a2 2 0 1 0 0-4H3v4h4.5zm1 2H3v4h5.5a2 2 0 1 0 0-4zm2.063-1.428A4 4 0 0 1 8.5 19H1V5h6.5a4 4 0 0 1 3.063 6.572zM15.5 6H21v1.5h-5.5V6zm7.5 8.5h-7.5v.25A2.75 2.75 0 0 0 20.7 16h2.134a4.752 4.752 0 0 1-9.334-1.25v-1.5a4.75 4.75 0 1 1 9.5 0v1.25zm-2.104-2a2.751 2.751 0 0 0-5.292 0h5.292z\"/>\n    </g>\n</svg>\n</li><li title=\"bilibili fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M18.223 3.086a1.25 1.25 0 0 1 0 1.768L17.08 5.996h1.17A3.75 3.75 0 0 1 22 9.747v7.5a3.75 3.75 0 0 1-3.75 3.75H5.75A3.75 3.75 0 0 1 2 17.247v-7.5a3.75 3.75 0 0 1 3.75-3.75h1.166L5.775 4.855a1.25 1.25 0 1 1 1.767-1.768l2.652 2.652c.079.079.145.165.198.257h3.213c.053-.092.12-.18.199-.258l2.651-2.652a1.25 1.25 0 0 1 1.768 0zm.027 5.42H5.75a1.25 1.25 0 0 0-1.247 1.157l-.003.094v7.5c0 .659.51 1.199 1.157 1.246l.093.004h12.5a1.25 1.25 0 0 0 1.247-1.157l.003-.093v-7.5c0-.69-.56-1.25-1.25-1.25zm-10 2.5c.69 0 1.25.56 1.25 1.25v1.25a1.25 1.25 0 1 1-2.5 0v-1.25c0-.69.56-1.25 1.25-1.25zm7.5 0c.69 0 1.25.56 1.25 1.25v1.25a1.25 1.25 0 1 1-2.5 0v-1.25c0-.69.56-1.25 1.25-1.25z\"/>\n    </g>\n</svg>\n</li><li title=\"bilibili line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M7.172 2.757L10.414 6h3.171l3.243-3.242a1 1 0 0 1 1.415 1.415l-1.829 1.827L18.5 6A3.5 3.5 0 0 1 22 9.5v8a3.5 3.5 0 0 1-3.5 3.5h-13A3.5 3.5 0 0 1 2 17.5v-8A3.5 3.5 0 0 1 5.5 6h2.085L5.757 4.171a1 1 0 0 1 1.415-1.415zM18.5 8h-13a1.5 1.5 0 0 0-1.493 1.356L4 9.5v8a1.5 1.5 0 0 0 1.356 1.493L5.5 19h13a1.5 1.5 0 0 0 1.493-1.356L20 17.5v-8A1.5 1.5 0 0 0 18.5 8zM8 11a1 1 0 0 1 1 1v2a1 1 0 0 1-2 0v-2a1 1 0 0 1 1-1zm8 0a1 1 0 0 1 1 1v2a1 1 0 0 1-2 0v-2a1 1 0 0 1 1-1z\"/>\n    </g>\n</svg>\n</li><li title=\"centos fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M12 13.06l4.47 4.471L12 22l-4.47-4.47L12 13.06zm-8 3.06L7.879 20H4v-3.88zm16 0V20h-3.88L20 16.12zm-2.47-8.59L22 12l-4.469 4.47-4.47-4.47 4.469-4.47zm-11.06 0L10.94 12l-4.471 4.469L2 12l4.47-4.47zM12 2l4.469 4.469L12 10.939 7.53 6.47 12 2zM7.879 4l-3.88 3.879L4 4h3.879zM20 4v3.879l-3.88-3.88L20 4z\"/>\n    </g>\n</svg>\n</li><li title=\"centos line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M12 2l4.292 4.292 1.061-1.06L16.121 4H20v3.879l-1.233-1.233-1.06 1.061L22 12l-4.292 4.293 1.059 1.059L20 16.121V20h-3.88l1.232-1.233-1.059-1.06L12 22l-4.293-4.293-1.061 1.06L7.879 20H4v-3.88l1.231 1.232 1.061-1.06L2 12l4.293-4.293-1.062-1.061L4 7.879V4h3.879L6.646 5.23l1.062 1.062L12 2zm0 11.413l-2.88 2.879 2.88 2.88 2.879-2.88L12 13.412zM7.707 9.12L4.828 12l2.878 2.878 2.88-2.88-2.879-2.877zm8.585 0l-2.877 2.878 2.878 2.879L19.172 12l-2.88-2.879zM12 4.828L9.122 7.707l2.879 2.878 2.877-2.879L12 4.828z\"/>\n    </g>\n</svg>\n</li><li title=\"chrome fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M9.827 21.763C5.35 20.771 2 16.777 2 12c0-1.822.487-3.53 1.339-5.002l4.283 7.419a4.999 4.999 0 0 0 4.976 2.548l-2.77 4.798zM12 22l4.287-7.425A4.977 4.977 0 0 0 17 12a4.978 4.978 0 0 0-1-3h5.542c.298.947.458 1.955.458 3 0 5.523-4.477 10-10 10zm2.572-8.455a2.999 2.999 0 0 1-5.17-.045l-.029-.05a3 3 0 1 1 5.225.05l-.026.045zm-9.94-8.306A9.974 9.974 0 0 1 12 2a9.996 9.996 0 0 1 8.662 5H12a5.001 5.001 0 0 0-4.599 3.035L4.632 5.239z\"/>\n    </g>\n</svg>\n</li><li title=\"chrome line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M10.365 19.833l1.93-3.342a4.499 4.499 0 0 1-4.234-2.315L4.794 8.52a8.003 8.003 0 0 0 5.57 11.313zm2.225.146A8 8 0 0 0 19.602 9.5h-3.86A4.48 4.48 0 0 1 16.5 12a4.48 4.48 0 0 1-.642 2.318l-3.268 5.66zm1.553-6.691l.022-.038a2.5 2.5 0 1 0-4.354-.042l.024.042a2.499 2.499 0 0 0 4.308.038zm-8.108-6.62l1.929 3.34A4.5 4.5 0 0 1 12 7.5h6.615A7.992 7.992 0 0 0 12 4a7.98 7.98 0 0 0-5.965 2.669zM12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10z\"/>\n    </g>\n</svg>\n</li><li title=\"codepen fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M12 10.202L9.303 12 12 13.798 14.697 12 12 10.202zm4.5.596L19.197 9 13 4.869v3.596l3.5 2.333zm3.5.07L18.303 12 20 13.131V10.87zm-3.5 2.334L13 15.535v3.596L19.197 15 16.5 13.202zM11 8.465V4.869L4.803 9 7.5 10.798 11 8.465zM4.803 15L11 19.131v-3.596l-3.5-2.333L4.803 15zm.894-3L4 10.869v2.262L5.697 12zM2 9a1 1 0 0 1 .445-.832l9-6a1 1 0 0 1 1.11 0l9 6A1 1 0 0 1 22 9v6a1 1 0 0 1-.445.832l-9 6a1 1 0 0 1-1.11 0l-9-6A1 1 0 0 1 2 15V9z\"/>\n    </g>\n</svg>\n</li><li title=\"codepen line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M16.5 13.202L13 15.535v3.596L19.197 15 16.5 13.202zM14.697 12L12 10.202 9.303 12 12 13.798 14.697 12zM20 10.869L18.303 12 20 13.131V10.87zM19.197 9L13 4.869v3.596l3.5 2.333L19.197 9zM7.5 10.798L11 8.465V4.869L4.803 9 7.5 10.798zM4.803 15L11 19.131v-3.596l-3.5-2.333L4.803 15zM4 13.131L5.697 12 4 10.869v2.262zM2 9a1 1 0 0 1 .445-.832l9-6a1 1 0 0 1 1.11 0l9 6A1 1 0 0 1 22 9v6a1 1 0 0 1-.445.832l-9 6a1 1 0 0 1-1.11 0l-9-6A1 1 0 0 1 2 15V9z\"/>\n    </g>\n</svg>\n</li><li title=\"coreos fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-3.671-9.696c-.04.85.037 1.697.118 2.544.005.06.027.074.08.08.406.054.813.102 1.222.127.964.061 1.928.139 2.896.085.55-.03 1.1-.048 1.648-.095.78-.068 1.56-.155 2.33-.312.958-.194 1.907-.425 2.8-.845.406-.19.79-.415 1.114-.736.238-.235.408-.507.41-.86a8.92 8.92 0 0 0-.045-.94 9.022 9.022 0 0 0-.481-2.18c-.584-1.618-1.51-2.989-2.826-4.07a8.87 8.87 0 0 0-3.851-1.863c-.5-.105-1.006-.144-1.514-.18-.573-.041-1.064.12-1.488.514-.495.457-.837 1.024-1.122 1.633-.667 1.427-.973 2.954-1.166 4.508a15.215 15.215 0 0 0-.125 2.59zm3.57-5.03c.959.03 1.77.324 2.494.856a4.326 4.326 0 0 1 1.714 2.612c.068.304.097.612.103.922.005.209-.11.362-.262.49-.307.258-.67.401-1.05.508-.74.207-1.496.326-2.265.366-.5.026-1 .035-1.5.01-.192-.01-.385-.024-.577-.032-.06-.002-.08-.02-.084-.081-.023-.434-.057-.868-.05-1.302.016-1.026.094-2.045.397-3.034.1-.329.223-.65.42-.936.173-.25.378-.437.66-.38z\"/>\n    </g>\n</svg>\n</li><li title=\"coreos line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M9.42 4.4a8 8 0 1 0 10.202 9.91c-3.4 1.46-7.248 1.98-11.545 1.565-.711-4.126-.264-7.95 1.343-11.475zm2.448-.414a16.805 16.805 0 0 0-1.542 3.769 5.98 5.98 0 0 1 4.115 1.756 5.977 5.977 0 0 1 1.745 3.861c1.33-.341 2.589-.82 3.78-1.433a7.994 7.994 0 0 0-8.098-7.953zM4.895 19.057C.99 15.152.99 8.82 4.895 4.915c3.905-3.905 10.237-3.905 14.142 0 3.905 3.905 3.905 10.237 0 14.142-3.905 3.905-10.237 3.905-14.142 0zm5.02-9.293a17.885 17.885 0 0 0-.076 4.229 23.144 23.144 0 0 0 4.36-.22 3.988 3.988 0 0 0-1.172-2.848 3.99 3.99 0 0 0-3.112-1.161z\"/>\n    </g>\n</svg>\n</li><li title=\"dingding fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm4.49 9.04l-.006.014c-.42.898-1.516 2.66-1.516 2.66l-.005-.012-.32.558h1.543l-2.948 3.919.67-2.666h-1.215l.422-1.763c-.341.082-.745.195-1.223.349 0 0-.646.378-1.862-.729 0 0-.82-.722-.344-.902.202-.077.981-.175 1.594-.257.83-.112 1.339-.172 1.339-.172s-2.555.038-3.161-.057c-.606-.095-1.375-1.107-1.539-1.996 0 0-.253-.488.545-.257.798.231 4.101.9 4.101.9S8.27 9.312 7.983 8.99c-.286-.32-.841-1.754-.769-2.634 0 0 .031-.22.257-.16 0 0 3.176 1.45 5.347 2.245 2.172.795 4.06 1.199 3.816 2.228-.02.087-.072.216-.144.37z\"/>\n    </g>\n</svg>\n</li><li title=\"dingding line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M12 4a8 8 0 1 0 0 16 8 8 0 0 0 0-16zm0-2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm4.49 9.04l-.006.014c-.42.898-1.516 2.66-1.516 2.66l-.005-.012-.32.558h1.543l-2.948 3.919.67-2.666h-1.215l.422-1.763c-.341.082-.745.195-1.223.349 0 0-.646.378-1.862-.729 0 0-.82-.722-.344-.902.202-.077.981-.175 1.594-.257.83-.112 1.339-.172 1.339-.172s-2.555.038-3.161-.057c-.606-.095-1.375-1.107-1.539-1.996 0 0-.253-.488.545-.257.798.231 4.101.9 4.101.9S8.27 9.312 7.983 8.99c-.286-.32-.841-1.754-.769-2.634 0 0 .031-.22.257-.16 0 0 3.176 1.45 5.347 2.245 2.172.795 4.06 1.199 3.816 2.228-.02.087-.072.216-.144.37z\"/>\n    </g>\n</svg>\n</li><li title=\"discord fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M10.076 11c.6 0 1.086.45 1.075 1 0 .55-.474 1-1.075 1C9.486 13 9 12.55 9 12s.475-1 1.076-1zm3.848 0c.601 0 1.076.45 1.076 1s-.475 1-1.076 1c-.59 0-1.075-.45-1.075-1s.474-1 1.075-1zm4.967-9C20.054 2 21 2.966 21 4.163V23l-2.211-1.995-1.245-1.176-1.317-1.25.546 1.943H5.109C3.946 20.522 3 19.556 3 18.359V4.163C3 2.966 3.946 2 5.109 2H18.89zm-3.97 13.713c2.273-.073 3.148-1.596 3.148-1.596 0-3.381-1.482-6.122-1.482-6.122-1.48-1.133-2.89-1.102-2.89-1.102l-.144.168c1.749.546 2.561 1.334 2.561 1.334a8.263 8.263 0 0 0-3.096-1.008 8.527 8.527 0 0 0-2.077.02c-.062 0-.114.011-.175.021-.36.032-1.235.168-2.335.662-.38.178-.607.305-.607.305s.854-.83 2.705-1.376l-.103-.126s-1.409-.031-2.89 1.103c0 0-1.481 2.74-1.481 6.121 0 0 .864 1.522 3.137 1.596 0 0 .38-.472.69-.871-1.307-.4-1.8-1.24-1.8-1.24s.102.074.287.179c.01.01.02.021.041.031.031.022.062.032.093.053.257.147.514.262.75.357.422.168.926.336 1.513.452a7.06 7.06 0 0 0 2.664.01 6.666 6.666 0 0 0 1.491-.451c.36-.137.761-.337 1.183-.62 0 0-.514.861-1.862 1.25.309.399.68.85.68.85z\"/>\n    </g>\n</svg>\n</li><li title=\"discord line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M13.914 14.58a8.998 8.998 0 0 1-.484.104 7.06 7.06 0 0 1-2.664-.01c-.154-.03-.372-.083-.653-.158l-.921 1.197c-2.273-.073-3.137-1.596-3.137-1.596 0-3.381 1.481-6.122 1.481-6.122 1.481-1.133 2.89-1.102 2.89-1.102l.403.525a1.12 1.12 0 0 1 .112-.01 8.527 8.527 0 0 1 2.314.01l.442-.525s1.41-.031 2.89 1.103c0 0 1.482 2.74 1.482 6.121 0 0-.875 1.522-3.148 1.596l-1.007-1.134zM10.076 11C9.475 11 9 11.45 9 12s.485 1 1.076 1c.6 0 1.075-.45 1.075-1 .01-.55-.474-1-1.075-1zm3.848 0c-.6 0-1.075.45-1.075 1s.485 1 1.075 1c.601 0 1.076-.45 1.076-1s-.475-1-1.076-1zM21 23l-4.99-5H19V4H5v14h11.003l.57 2H5a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v19z\"/>\n    </g>\n</svg>\n</li><li title=\"disqus fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10c-2.53 0-4.84-.94-6.601-2.488L1.5 20l1.424-3.797C2.33 14.925 2 13.501 2 12 2 6.477 6.477 2 12 2zM8 7v10h3.733l.263-.004c3.375-.103 5.337-2.211 5.337-5.025v-.027l-.003-.215C17.23 8.956 15.21 7 11.79 7H8zm3.831 2.458c1.628 0 2.709.928 2.709 2.529v.028l-.005.183c-.079 1.5-1.138 2.345-2.704 2.345h-1.108V9.458h1.108z\"/>\n    </g>\n</svg>\n</li><li title=\"disqus line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M11.95 2c5.523 0 10 4.477 10 10s-4.477 10-10 10c-2.306 0-4.492-.784-6.249-2.192l-4.718.59 1.72-4.586C2.207 14.614 1.95 13.324 1.95 12c0-5.523 4.477-10 10-10zm0 2c-4.418 0-8 3.582-8 8 0 1.178.254 2.318.738 3.362l.176.38-.847 2.26 2.315-.289.338.297C8.12 19.286 9.978 20 11.95 20c4.418 0 8-3.582 8-8s-3.582-8-8-8zM8 7h3.79c3.42 0 5.44 1.956 5.54 4.729l.003.215v.027c0 2.814-1.962 4.922-5.337 5.025l-.263.004H8V7h3.79H8zm3.831 2.458h-1.108v5.085h1.108c1.566 0 2.625-.845 2.704-2.345l.005-.183v-.028c0-1.6-1.08-2.53-2.709-2.53z\"/>\n    </g>\n</svg>\n</li><li title=\"douban fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M16.314 19.138h4.065a.62.62 0 0 1 .621.62v.621a.62.62 0 0 1-.62.621H3.62a.62.62 0 0 1-.62-.62v-.621a.62.62 0 0 1 .62-.621h3.754l-.96-3.104h2.19a.62.62 0 0 1 .59.425l.892 2.679H13.6l1.225-4.035H5.172a.62.62 0 0 1-.62-.62V7.345a.62.62 0 0 1 .62-.62h13.656a.62.62 0 0 1 .62.62v7.138a.62.62 0 0 1-.62.62h-1.289l-1.225 4.035zM3.931 3h16.138a.62.62 0 0 1 .62.62v.621a.62.62 0 0 1-.62.621H3.931a.62.62 0 0 1-.62-.62V3.62A.62.62 0 0 1 3.93 3zM7.19 8.586a.155.155 0 0 0-.156.155v4.035c0 .086.07.155.156.155h9.62c.086 0 .156-.07.156-.155V8.74a.155.155 0 0 0-.156-.155H7.19z\"/>\n    </g>\n</svg>\n</li><li title=\"douban line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M15.273 15H5V7h14v8h-1.624l-1.3 4H21v2H3v-2h4.612L6.8 16.5l1.902-.618L9.715 19h4.259l1.3-4zM3.5 3h17v2h-17V3zM7 9v4h10V9H7z\"/>\n    </g>\n</svg>\n</li><li title=\"dribbble fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10c5.51 0 10-4.48 10-10S17.51 2 12 2zm6.605 4.61a8.502 8.502 0 0 1 1.93 5.314c-.281-.054-3.101-.629-5.943-.271-.065-.141-.12-.293-.184-.445a25.424 25.424 0 0 0-.564-1.236c3.145-1.28 4.577-3.124 4.761-3.362zM12 3.475c2.17 0 4.154.814 5.662 2.148-.152.216-1.443 1.941-4.48 3.08-1.399-2.57-2.95-4.675-3.189-5A8.686 8.686 0 0 1 12 3.475zm-3.633.803a53.903 53.903 0 0 1 3.167 4.935c-3.992 1.063-7.517 1.04-7.896 1.04a8.581 8.581 0 0 1 4.729-5.975zM3.453 12.01v-.26c.37.01 4.512.065 8.775-1.215.25.477.477.965.694 1.453-.109.033-.228.065-.336.098-4.404 1.42-6.747 5.303-6.942 5.629a8.522 8.522 0 0 1-2.19-5.705zM12 20.547a8.482 8.482 0 0 1-5.239-1.8c.152-.315 1.888-3.656 6.703-5.337.022-.01.033-.01.054-.022a35.309 35.309 0 0 1 1.823 6.475 8.4 8.4 0 0 1-3.341.684zm4.761-1.465c-.086-.52-.542-3.015-1.66-6.084 2.68-.423 5.023.271 5.315.369a8.468 8.468 0 0 1-3.655 5.715z\"/>\n    </g>\n</svg>\n</li><li title=\"dribbble line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M19.989 11.572a7.96 7.96 0 0 0-1.573-4.351 9.749 9.749 0 0 1-.92.87 13.157 13.157 0 0 1-3.313 2.01c.167.35.32.689.455 1.009v.003a9.186 9.186 0 0 1 .11.27c1.514-.17 3.11-.108 4.657.101.206.028.4.058.584.088zm-9.385-7.45a46.164 46.164 0 0 1 2.692 4.27c1.223-.482 2.234-1.09 3.048-1.767a7.88 7.88 0 0 0 .796-.755A7.968 7.968 0 0 0 12 4a8.05 8.05 0 0 0-1.396.121zM4.253 9.997a29.21 29.21 0 0 0 2.04-.123 31.53 31.53 0 0 0 4.862-.822 54.365 54.365 0 0 0-2.7-4.227 8.018 8.018 0 0 0-4.202 5.172zm1.53 7.038c.388-.567.898-1.205 1.575-1.899 1.454-1.49 3.17-2.65 5.156-3.29l.062-.018c-.165-.364-.32-.689-.476-.995-1.836.535-3.77.869-5.697 1.042-.94.085-1.783.122-2.403.128a7.967 7.967 0 0 0 1.784 5.032zm9.222 2.38a35.947 35.947 0 0 0-1.632-5.709c-2.002.727-3.597 1.79-4.83 3.058a9.77 9.77 0 0 0-1.317 1.655A7.964 7.964 0 0 0 12 20a7.977 7.977 0 0 0 3.005-.583zm1.873-1.075a7.998 7.998 0 0 0 2.987-4.87c-.34-.085-.771-.17-1.245-.236a12.023 12.023 0 0 0-3.18-.033 39.368 39.368 0 0 1 1.438 5.14zM12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10z\"/>\n    </g>\n</svg>\n</li><li title=\"drive fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M7.94 4.146l3.482 6.03-5.94 10.293L2 14.44 7.94 4.146zm2.176 10.294H22l-3.482 6.029H6.635l3.481-6.029zm4.343-1L8.518 3.145h6.964l5.94 10.295H14.46z\"/>\n    </g>\n</svg>\n</li><li title=\"drive line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M9.097 6.15L4.31 14.443l1.755 3.032 4.785-8.29L9.097 6.15zm-1.3 12.324h9.568l1.751-3.034H9.55l-1.752 3.034zm11.314-5.034l-4.786-8.29H10.83l4.787 8.29h3.495zM8.52 3.15h6.96L22 14.444l-3.48 6.03H5.49L2 14.444 8.52 3.15zm3.485 8.036l-1.302 2.254h2.603l-1.301-2.254z\"/>\n    </g>\n</svg>\n</li><li title=\"dropbox fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17.285 10.668l5.215 3.323-5.252 3.346L12 13.993l-5.248 3.344L1.5 13.99l5.215-3.323L1.5 7.346 6.752 4 12 7.343 17.248 4 22.5 7.346l-5.215 3.322zm-.074 0L12 7.348l-5.211 3.32L12 13.988l5.211-3.32zM6.786 18.446l5.252-3.346 5.252 3.346-5.252 3.346-5.252-3.346z\"/>\n    </g>\n</svg>\n</li><li title=\"dropbox line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M8.646 17.26l3.392 2.162 3.392-2.161 1.86 1.185-5.252 3.346-5.252-3.346 1.86-1.185zm-.877-8.28l2.393-1.553-2.425-1.574L5.28 7.37 7.77 8.98zm1.84 1.19L12 11.719l2.39-1.547L12 8.619l-2.391 1.552zm4.231 2.74l2.424 1.568 2.45-1.502-2.485-1.612-2.389 1.545zM12 6.234l4.237-2.748L22.46 7.33l-4.392 2.843 4.393 2.85-6.226 3.819L12 14.1l-4.235 2.74-6.23-3.817 4.396-2.851L1.539 7.33l6.224-3.843L12 6.235zm1.837 1.192L16.23 8.98l2.489-1.61-2.456-1.517-2.426 1.574zM10.16 12.91l-2.39-1.546-2.486 1.613 2.451 1.502 2.425-1.569z\"/>\n    </g>\n</svg>\n</li><li title=\"edge fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M20.644 8.586c-.17-.711-.441-1.448-.774-2.021-.771-1.329-1.464-2.237-3.177-3.32C14.98 2.162 13.076 2 12.17 2c-2.415 0-4.211.86-5.525 1.887C3.344 6.47 3 11 3 11s1.221-2.045 3.54-3.526C7.943 6.579 9.941 6 11.568 6 15.885 6 16 10 16 10H9c0-2 1-3 1-3s-5 2-5 7.044c0 .487-.003 1.372.248 2.283.232.843.7 1.705 1.132 2.353 1.221 1.832 3.045 2.614 3.916 2.904.996.332 2.029.416 3.01.416 2.72 0 4.877-.886 5.694-1.275v-4.172c-.758.454-2.679 1.447-5 1.447-5 0-5-4-5-4h12v-2.49s-.039-1.593-.356-2.924z\"/>\n    </g>\n</svg>\n</li><li title=\"edge line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M8.007 14.001A4.559 4.559 0 0 0 8 14.25C8 16.632 9.753 19 13 19c2.373 0 4.528-.655 6-1.553v3.35C17.211 21.564 15.113 22 13 22c-5.502 0-8-3.47-8-7.75 0-3.231 2.041-6 4.943-7.164C8.539 8.663 8 10.341 8 10.996L18 11c0-3.406-2.548-6-6-6-5 0-8.001 3.988-9 5.999C3.29 6.237 7.01 2 12 2c5.2 0 9 4.03 9 9v3H8l.007.001z\"/>\n    </g>\n</svg>\n</li><li title=\"evernote fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M8.63 7.754c-.216.201-.546.217-.743.217h-2.11c-.61 0-.974 0-1.22.033-.134.017-.298.084-.381.117-.033.016-.033 0-.017-.016l4.816-4.94c.017-.017.033-.017.017.017a1.734 1.734 0 0 0-.116.382c-.033.249-.033.615-.033 1.23v2.212c0 .2-.017.533-.214.748zm4.682 14.184c-.56-.366-.857-.848-.973-1.147a2.443 2.443 0 0 1-.181-.915 2.513 2.513 0 0 1 2.507-2.51c.412 0 .742.332.742.748a.735.735 0 0 1-.38.648.946.946 0 0 1-.28.1c-.082.017-.396.05-.543.183a.776.776 0 0 0-.298.582.92.92 0 0 0 .264.649c.297.299.693.465 1.122.465a2.036 2.036 0 0 0 2.028-2.045c0-1.014-.676-1.913-1.567-2.311-.132-.067-.346-.117-.544-.167a6.719 6.719 0 0 0-.495-.083c-.693-.084-2.424-.632-2.54-2.178 0 0-.51 2.328-1.534 2.96-.098.05-.23.1-.379.133-.148.033-.312.05-.363.05-1.665.1-3.43-.433-4.65-1.696 0 0-.825-.682-1.253-2.594-.099-.466-.297-1.298-.412-2.08-.05-.281-.067-.498-.083-.698 0-.814.495-1.363 1.121-1.445h3.365c.576 0 .907-.15 1.121-.35.28-.266.347-.649.347-1.098V3.631c.08-.615.627-1.131 1.434-1.131h.396c.165 0 .363.017.544.033.132.017.247.05.445.1 1.006.25 1.22 1.28 1.22 1.28l2.854.5c.907.166 3.15.316 3.578 2.594 1.006 5.42.396 10.675.347 10.675-.71 5.121-4.931 4.871-4.931 4.871a3.426 3.426 0 0 1-2.029-.615zm2.622-10.309c-.033.084-.066.183-.05.233.018.05.051.066.084.083.198.1.527.15 1.006.2.478.05.808.083 1.022.05.033 0 .067-.017.1-.067s.016-.15.016-.233c-.05-.449-.462-.781-1.006-.848-.545-.05-1.006.167-1.172.582z\"/>\n    </g>\n</svg>\n</li><li title=\"evernote line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M10.5 8.5a1 1 0 0 1-1 1H6.001c-.336 0-.501.261-.501.532 0 1.32.254 2.372.664 3.193.216.433.399.67.523.79.735.76 1.886 1.16 3.092 1.089.095-.006.199-.064.332-.208a1.51 1.51 0 0 0 .214-.293 2 2 0 0 1 2.531-1.073c.693.258 1.277.434 1.813.56.196.046.375.083.586.122-.077-.014.402.074.518.098.34.07.598.146.883.29a5.087 5.087 0 0 1 1.775 1.475c.045-.591.077-1.268.087-2.026a34.182 34.182 0 0 0-.559-6.673c-.074-.398-.236-.562-.663-.718a3.847 3.847 0 0 0-.587-.155c-.147-.028-.65-.11-.693-.118a1273 1273 0 0 1-2.34-.409l-.528-.092a2 2 0 0 1-1.524-1.26 11.467 11.467 0 0 0-.034-.088 5.595 5.595 0 0 0-.702-.036c-.271 0-.388.124-.388.463V8.5zm6.23 11.639c.352-.356.56-.829.587-1.327.054-1.036-.824-2.48-2.317-2.634-.617-.063-1.586-.306-2.842-.774 0 0-.7 1.603-2.26 1.696-1.665.1-3.43-.433-4.65-1.696 0 0-1.748-1.64-1.748-5.372 0-.814.29-1.422.648-1.904.96-1.292 2.505-2.78 4.133-4.304C9 3.15 9.701 2.5 10.888 2.5c2.04 0 2.32.664 2.605 1.414l2.854.499c.907.166 3.15.316 3.578 2.594 1.006 5.42.458 9.87.347 10.675-.71 5.121-4.772 4.871-4.931 4.871-2.059 0-3.178-1.373-3.183-2.677a2.494 2.494 0 0 1 1.038-2.034 2.586 2.586 0 0 1 1.527-.478c.305 0 .687.318.687.753 0 .37-.255.575-.382.645-.223.124-1.122.174-1.122.865 0 .317.35 1.114 1.386 1.114.588 0 1.094-.256 1.437-.602zm-1.796-9.51c.166-.415.627-.632 1.172-.582.544.067.956.4 1.006.848 0 .083.017.183-.017.233-.032.05-.066.067-.1.067-.213.033-.543 0-1.021-.05-.48-.05-.808-.1-1.006-.2-.033-.017-.066-.033-.083-.083s.016-.15.05-.233z\"/>\n    </g>\n</svg>\n</li><li title=\"facebook box fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M15.402 21v-6.966h2.333l.349-2.708h-2.682V9.598c0-.784.218-1.319 1.342-1.319h1.434V5.857a19.19 19.19 0 0 0-2.09-.107c-2.067 0-3.482 1.262-3.482 3.58v1.996h-2.338v2.708h2.338V21H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1h-4.598z\"/>\n    </g>\n</svg>\n</li><li title=\"facebook box line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M14 19h5V5H5v14h7v-5h-2v-2h2v-1.654c0-1.337.14-1.822.4-2.311A2.726 2.726 0 0 1 13.536 6.9c.382-.205.857-.328 1.687-.381.329-.021.755.005 1.278.08v1.9H16c-.917 0-1.296.043-1.522.164a.727.727 0 0 0-.314.314c-.12.226-.164.45-.164 1.368V12h2.5l-.5 2h-2v5zM4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1z\"/>\n    </g>\n</svg>\n</li><li title=\"facebook circle fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 2C6.477 2 2 6.477 2 12c0 4.991 3.657 9.128 8.438 9.879V14.89h-2.54V12h2.54V9.797c0-2.506 1.492-3.89 3.777-3.89 1.094 0 2.238.195 2.238.195v2.46h-1.26c-1.243 0-1.63.771-1.63 1.562V12h2.773l-.443 2.89h-2.33v6.989C18.343 21.129 22 16.99 22 12c0-5.523-4.477-10-10-10z\"/>\n    </g>\n</svg>\n</li><li title=\"facebook circle line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M13 19.938A8.001 8.001 0 0 0 12 4a8 8 0 0 0-1 15.938V14H9v-2h2v-1.654c0-1.337.14-1.822.4-2.311A2.726 2.726 0 0 1 12.536 6.9c.382-.205.857-.328 1.687-.381.329-.021.755.005 1.278.08v1.9H15c-.917 0-1.296.043-1.522.164a.727.727 0 0 0-.314.314c-.12.226-.164.45-.164 1.368V12h2.5l-.5 2h-2v5.938zM12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10z\"/>\n    </g>\n</svg>\n</li><li title=\"facebook fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M14 13.5h2.5l1-4H14v-2c0-1.03 0-2 2-2h1.5V2.14c-.326-.043-1.557-.14-2.857-.14C11.928 2 10 3.657 10 6.7v2.8H7v4h3V22h4v-8.5z\"/>\n    </g>\n</svg>\n</li><li title=\"facebook line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M13 9h4.5l-.5 2h-4v9h-2v-9H7V9h4V7.128c0-1.783.186-2.43.534-3.082a3.635 3.635 0 0 1 1.512-1.512C13.698 2.186 14.345 2 16.128 2c.522 0 .98.05 1.372.15V4h-1.372c-1.324 0-1.727.078-2.138.298-.304.162-.53.388-.692.692-.22.411-.298.814-.298 2.138V9z\"/>\n    </g>\n</svg>\n</li><li title=\"finder fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M21 3c.552 0 1 .448 1 1v16c0 .552-.448 1-1 1H3c-.552 0-1-.448-1-1V4c0-.552.448-1 1-1h18zm-1 2h-8.465c-.69 1.977-1.035 4.644-1.035 8h3c-.115.92-.15 1.878-.107 2.877 1.226-.211 2.704-.777 4.027-1.71l1.135 1.665c-1.642 1.095-3.303 1.779-4.976 2.043.052.37.113.745.184 1.125H20V5zM6.555 14.168l-1.11 1.664C7.602 17.27 9.792 18 12 18v-2c-1.792 0-3.602-.603-5.445-1.832zM17 7c.552 0 1 .448 1 1v1c0 .552-.448 1-1 1s-1-.448-1-1V8c0-.552.448-1 1-1zM7 7c-.552 0-1 .452-1 1v1c0 .552.448 1 1 1s1-.45 1-1V8c0-.552-.448-1-1-1z\"/>\n    </g>\n</svg>\n</li><li title=\"finder line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M21 3c.552 0 1 .448 1 1v16c0 .552-.448 1-1 1H3c-.552 0-1-.448-1-1V4c0-.552.448-1 1-1h18zM10.48 4.999L4 5v14h8.746c-.062-.344-.116-.684-.163-1.02-.297.013-.491.02-.583.02-2.208 0-4.398-.73-6.555-2.168l1.11-1.664C8.398 15.397 10.208 16 12 16c.133 0 .265-.003.398-.01-.024-.497-.024-1.41.007-1.99H9.5v-1c0-3.275.32-5.94.98-8.001zm2.12 0C11.935 6.582 11.556 9.41 11.51 12h3.123l-.14 1.124c-.101.805-.137 1.645-.108 2.52 1.013-.3 2.031-.79 3.06-1.476l1.11 1.664c-1.32.88-2.652 1.495-3.993 1.84.057.433.13.876.219 1.327L20 19V5l-7.4-.001zM7 7c.552 0 1 .448 1 1v1c0 .552-.448 1-1 1s-1-.448-1-1V8c0-.552.448-1 1-1zm10 0c.552 0 1 .448 1 1v1c0 .552-.448 1-1 1s-1-.448-1-1V8c0-.552.448-1 1-1z\"/>\n    </g>\n</svg>\n</li><li title=\"firefox fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12c0-1.464.314-2.854.88-4.106.466-.939 1.233-1.874 1.85-2.194-.653 1.283-.973 2.54-1.04 3.383.454-1.5 1.315-2.757 2.52-3.644 2.066-1.519 4.848-1.587 5.956-.62-2.056.707-4.296 3.548-3.803 6.876.08.55.245 1.084.489 1.582-.384-1.01-.418-2.433.202-3.358.692-1.03 1.678-1.248 2.206-1.136-.208-.044-.668.836-.736.991-.173.394-.259.82-.251 1.25a3.395 3.395 0 0 0 1.03 2.38c1.922 1.871 5.023 1.135 6.412-1.002.953-1.471 1.069-3.968-.155-5.952a6.915 6.915 0 0 0-1.084-1.32c-1.85-1.766-4.48-2.57-6.982-2.205-1.106.177-2.047.496-2.824.956C7.755 2.798 9.91 2 12 2z\"/>\n    </g>\n</svg>\n</li><li title=\"firefox line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12c0-1.464.314-2.854.88-4.106.466-.939 1.233-1.874 1.85-2.194-.653 1.283-.973 2.54-1.04 3.383.454-1.5 1.315-2.757 2.52-3.644 2.066-1.519 4.848-1.587 5.956-.62-2.056.707-4.296 3.548-3.803 6.876.08.55.245 1.084.489 1.582-.384-1.01-.418-2.433.202-3.358.692-1.03 1.678-1.248 2.206-1.136-.208-.044-.668.836-.736.991-.173.394-.259.82-.251 1.25a3.395 3.395 0 0 0 1.03 2.38c1.922 1.871 5.023 1.135 6.412-1.002.953-1.471 1.069-3.968-.155-5.952a6.915 6.915 0 0 0-1.084-1.32c-1.85-1.766-4.48-2.57-6.982-2.205-1.106.177-2.047.496-2.824.956C7.755 2.798 9.91 2 12 2zM6.875 7.705c-2.253.781-3.501 3.17-2.579 6.46a8.004 8.004 0 0 0 7.455 5.831L12 20a8 8 0 0 0 7.985-7.504l.009-.212c-.13.349-.283.674-.463.98l-.14.227c-2.104 3.239-6.681 4.075-9.48 1.348a5.392 5.392 0 0 1-.962-1.257l-.106-.201c-1.736-.387-2.584-1.326-2.543-2.817.027-.991.23-1.96.575-2.86z\"/>\n    </g>\n</svg>\n</li><li title=\"flutter fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M13.503 2.001l-10 10 3.083 3.083 13.08-13.083h-6.163zm-.006 9.198L8.122 16.62 13.494 22h6.189l-5.387-5.4 5.389-5.4h-6.188z\"/>\n    </g>\n</svg>\n</li><li title=\"flutter line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M14.597 10.684h2.828l-5.657 5.658 5.657 5.656h-2.828L8.94 16.34l5.657-5.657zm-.194-8.68h2.829L5.918 13.318l-1.414-1.414 9.9-9.9z\"/>\n    </g>\n</svg>\n</li><li title=\"gatsby fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zM6.429 17.571c-1.5-1.5-2.286-3.5-2.286-5.428l7.786 7.714c-2-.071-4-.786-5.5-2.286zm7.285 2.072l-9.357-9.357c.786-3.5 3.929-6.143 7.643-6.143 2.643 0 4.929 1.286 6.357 3.214l-1.071.929C16.07 6.643 14.143 5.57 12 5.57c-2.786 0-5.143 1.786-6.071 4.286l8.214 8.214c2.071-.714 3.643-2.5 4.143-4.642h-3.429V12h5c0 3.714-2.643 6.857-6.143 7.643z\"/>\n    </g>\n</svg>\n</li><li title=\"gatsby line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M11.751 21.997c-5.221-.128-9.45-4.257-9.736-9.438l-.012-.313 9.748 9.751zM12 2a9.988 9.988 0 0 1 8.193 4.265l-1.638 1.148A8.003 8.003 0 0 0 4.534 9.12L14.88 19.466A8.018 8.018 0 0 0 19.748 14H15.5v-2H22c0 4.726-3.279 8.686-7.685 9.73L2.269 9.686C3.314 5.28 7.274 2 12 2z\"/>\n    </g>\n</svg>\n</li><li title=\"github fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 2C6.475 2 2 6.475 2 12a9.994 9.994 0 0 0 6.838 9.488c.5.087.687-.213.687-.476 0-.237-.013-1.024-.013-1.862-2.512.463-3.162-.612-3.362-1.175-.113-.288-.6-1.175-1.025-1.413-.35-.187-.85-.65-.013-.662.788-.013 1.35.725 1.538 1.025.9 1.512 2.338 1.087 2.912.825.088-.65.35-1.087.638-1.337-2.225-.25-4.55-1.113-4.55-4.938 0-1.088.387-1.987 1.025-2.688-.1-.25-.45-1.275.1-2.65 0 0 .837-.262 2.75 1.026a9.28 9.28 0 0 1 2.5-.338c.85 0 1.7.112 2.5.337 1.912-1.3 2.75-1.024 2.75-1.024.55 1.375.2 2.4.1 2.65.637.7 1.025 1.587 1.025 2.687 0 3.838-2.337 4.688-4.562 4.938.362.312.675.912.675 1.85 0 1.337-.013 2.412-.013 2.75 0 .262.188.574.688.474A10.016 10.016 0 0 0 22 12c0-5.525-4.475-10-10-10z\"/>\n    </g>\n</svg>\n</li><li title=\"github line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M5.883 18.653c-.3-.2-.558-.455-.86-.816a50.32 50.32 0 0 1-.466-.579c-.463-.575-.755-.84-1.057-.949a1 1 0 0 1 .676-1.883c.752.27 1.261.735 1.947 1.588-.094-.117.34.427.433.539.19.227.33.365.44.438.204.137.587.196 1.15.14.023-.382.094-.753.202-1.095C5.38 15.31 3.7 13.396 3.7 9.64c0-1.24.37-2.356 1.058-3.292-.218-.894-.185-1.975.302-3.192a1 1 0 0 1 .63-.582c.081-.024.127-.035.208-.047.803-.123 1.937.17 3.415 1.096A11.731 11.731 0 0 1 12 3.315c.912 0 1.818.104 2.684.308 1.477-.933 2.613-1.226 3.422-1.096.085.013.157.03.218.05a1 1 0 0 1 .616.58c.487 1.216.52 2.297.302 3.19.691.936 1.058 2.045 1.058 3.293 0 3.757-1.674 5.665-4.642 6.392.125.415.19.879.19 1.38a300.492 300.492 0 0 1-.012 2.716 1 1 0 0 1-.019 1.958c-1.139.228-1.983-.532-1.983-1.525l.002-.446.005-.705c.005-.708.007-1.338.007-1.998 0-.697-.183-1.152-.425-1.36-.661-.57-.326-1.655.54-1.752 2.967-.333 4.337-1.482 4.337-4.66 0-.955-.312-1.744-.913-2.404a1 1 0 0 1-.19-1.045c.166-.414.237-.957.096-1.614l-.01.003c-.491.139-1.11.44-1.858.949a1 1 0 0 1-.833.135A9.626 9.626 0 0 0 12 5.315c-.89 0-1.772.119-2.592.35a1 1 0 0 1-.83-.134c-.752-.507-1.374-.807-1.868-.947-.144.653-.073 1.194.092 1.607a1 1 0 0 1-.189 1.045C6.016 7.89 5.7 8.694 5.7 9.64c0 3.172 1.371 4.328 4.322 4.66.865.097 1.201 1.177.544 1.748-.192.168-.429.732-.429 1.364v3.15c0 .986-.835 1.725-1.96 1.528a1 1 0 0 1-.04-1.962v-.99c-.91.061-1.662-.088-2.254-.485z\"/>\n    </g>\n</svg>\n</li><li title=\"gitlab fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5.868 2.75L8 10h8l2.132-7.25a.4.4 0 0 1 .765-.01l3.495 10.924a.5.5 0 0 1-.173.55L12 22 1.78 14.214a.5.5 0 0 1-.172-.55L5.103 2.74a.4.4 0 0 1 .765.009z\"/>\n    </g>\n</svg>\n</li><li title=\"gitlab line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M5.68 7.314l-1.82 5.914L12 19.442l8.14-6.214-1.82-5.914L16.643 11H7.356L5.681 7.314zM15.357 9l2.888-6.354a.4.4 0 0 1 .747.048l3.367 10.945a.5.5 0 0 1-.174.544L12 21.958 1.816 14.183a.5.5 0 0 1-.174-.544L5.009 2.694a.4.4 0 0 1 .747-.048L8.644 9h6.712z\"/>\n    </g>\n</svg>\n</li><li title=\"google fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3.064 7.51A9.996 9.996 0 0 1 12 2c2.695 0 4.959.99 6.69 2.605l-2.867 2.868C14.786 6.482 13.468 5.977 12 5.977c-2.605 0-4.81 1.76-5.595 4.123-.2.6-.314 1.24-.314 1.9 0 .66.114 1.3.314 1.9.786 2.364 2.99 4.123 5.595 4.123 1.345 0 2.49-.355 3.386-.955a4.6 4.6 0 0 0 1.996-3.018H12v-3.868h9.418c.118.654.182 1.336.182 2.045 0 3.046-1.09 5.61-2.982 7.35C16.964 21.105 14.7 22 12 22A9.996 9.996 0 0 1 2 12c0-1.614.386-3.14 1.064-4.49z\"/>\n    </g>\n</svg>\n</li><li title=\"google line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 11h8.533c.044.385.067.78.067 1.184 0 2.734-.98 5.036-2.678 6.6-1.485 1.371-3.518 2.175-5.942 2.175A8.976 8.976 0 0 1 3 11.98 8.976 8.976 0 0 1 11.98 3c2.42 0 4.453.89 6.008 2.339L16.526 6.8C15.368 5.681 13.803 5 12 5a7 7 0 1 0 0 14c3.526 0 6.144-2.608 6.577-6H12v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"google play fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3.609 1.814L13.792 12 3.61 22.186a.996.996 0 0 1-.61-.92V2.734a1 1 0 0 1 .609-.92zm10.89 10.893l2.302 2.302-10.937 6.333 8.635-8.635zm3.199-3.198l2.807 1.626a1 1 0 0 1 0 1.73l-2.808 1.626L15.206 12l2.492-2.491zM5.864 2.658L16.802 8.99l-2.303 2.303-8.635-8.635z\"/>\n    </g>\n</svg>\n</li><li title=\"google play line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 1.734a1 1 0 0 1 .501.135l16.004 9.266a1 1 0 0 1 0 1.73L4.501 22.131A1 1 0 0 1 3 21.266V2.734a1 1 0 0 1 1-1zm8.292 11.68l-4.498 4.498 5.699-3.299-1.2-1.2zM5 6.118v11.76l5.88-5.88-5.88-5.88zm10.284 4.302L13.706 12l1.578 1.577L18.008 12l-2.725-1.579zm-7.49-4.336l4.5 4.5 1.199-1.2-5.699-3.3z\"/>\n    </g>\n</svg>\n</li><li title=\"honor of kings fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M21.158 4.258c.034 3.5.591 4.811.788 6.701.301 2.894-.657 5.894-2.875 8.112-3.666 3.666-9.471 3.89-13.4.673l2.852-2.853c2.344 1.67 5.617 1.454 7.72-.648 2.102-2.103 2.318-5.377.648-7.72l4.267-4.265zm-2.83-.002l-2.851 2.853c-2.344-1.67-5.617-1.454-7.72.648-2.102 2.103-2.318 5.376-.648 7.72l-4.267 4.265c-.034-3.5-.591-4.811-.788-6.701-.301-2.894.657-5.894 2.875-8.112 3.666-3.666 9.471-3.89 13.4-.673zM12 8c2.21 0 4 1.79 4 4s-1.79 4-4 4-4-1.79-4-4 1.79-4 4-4zm0 2.5c-.828 0-1.5.672-1.5 1.5s.672 1.5 1.5 1.5 1.5-.672 1.5-1.5-.672-1.5-1.5-1.5z\"/>\n    </g>\n</svg>\n</li><li title=\"honor of kings line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M18.328 4.256l-1.423 1.423c-3.138-2.442-7.677-2.22-10.562.664-2.374 2.374-2.944 5.868-1.71 8.78l2.417-2.417c-.213-1.503.258-3.085 1.414-4.242 1.71-1.71 4.352-1.922 6.293-.636l-1.464 1.464c-1.115-.532-2.49-.337-3.414.587-.924.923-1.12 2.299-.587 3.414l-6.45 6.45c-.034-3.5-.591-4.812-.788-6.702-.301-2.894.657-5.894 2.875-8.112 3.666-3.666 9.471-3.89 13.4-.673zm2.83.002c.034 3.5.591 4.811.788 6.701.301 2.894-.657 5.894-2.875 8.112-3.666 3.666-9.471 3.89-13.4.673l1.424-1.423c3.138 2.442 7.677 2.22 10.562-.664 2.374-2.374 2.944-5.868 1.71-8.78l-2.417 2.417c.213 1.503-.258 3.085-1.414 4.242-1.71 1.71-4.352 1.922-6.293.636l1.464-1.464c1.115.532 2.49.337 3.414-.587.924-.923 1.12-2.299.587-3.414l6.45-6.45z\"/>\n    </g>\n</svg>\n</li><li title=\"ie fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M8.612 20.12c-2.744 1.49-5.113 1.799-6.422.49-1.344-1.34-.628-4.851 1.313-8.373A23.204 23.204 0 0 1 7.127 7.32c.187-.187 1.125-1.124 1.187-1.124 0 0-.5.313-.562.313-1.95 1.095-3.663 3.08-4.037 3.525a9.004 9.004 0 0 1 9.468-7.009c3.095-1.402 5.974-1.726 7.192-.51 1.125 1.123 1.062 2.995.125 5.242-.01.021-.018.043-.027.064A8.96 8.96 0 0 1 21.5 12c0 .38-.023.753-.069 1.12h-.804a4.104 4.104 0 0 1-.142.003H8.689v.187c.062 1.997 1.812 3.744 3.937 3.744 1.5 0 2.937-.811 3.562-1.997h4.78A9.003 9.003 0 0 1 8.612 20.12zm-.607-.321a9.03 9.03 0 0 1-3.972-4.742c-1.161 2.282-1.46 4.19-.469 5.18.813.812 2.438.624 4.438-.436l.003-.002zM20.172 7.292a8.19 8.19 0 0 1 .015-.034c.75-1.622.813-2.994.125-3.806-.869-.868-2.54-.75-4.522.168a9.032 9.032 0 0 1 4.382 3.672zm-3.609 3.46v-.061c-.125-2.06-1.75-3.62-3.75-3.62-2.125 0-3.936 1.685-4.061 3.62v.062h7.811z\"/>\n    </g>\n</svg>\n</li><li title=\"ie line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M18.159 10A6.002 6.002 0 0 0 6.84 10H18.16zM6.583 13a6.002 6.002 0 0 0 11.08 2.057h3.304A9.003 9.003 0 0 1 8.612 20.12c-2.744 1.491-5.113 1.8-6.422.491-1.344-1.34-.628-4.851 1.313-8.373a23.624 23.624 0 0 1 2.499-3.665c.359-.433.735-.852 1.125-1.252-.275.055-1.88.851-3.412 2.714a9.004 9.004 0 0 1 9.468-7.009c3.095-1.402 5.974-1.726 7.192-.51 1.125 1.123 1.062 2.995.125 5.242-.01.021-.018.043-.027.064A8.96 8.96 0 0 1 21.5 12c0 .338-.019.672-.055 1H6.583zm1.422 6.799a9.03 9.03 0 0 1-3.972-4.742c-1.161 2.282-1.46 4.19-.469 5.18.813.812 2.438.624 4.438-.436l.003-.002zM20.172 7.292a8.19 8.19 0 0 1 .015-.034c.75-1.622.813-2.994.125-3.806-.869-.868-2.54-.75-4.522.168a9.032 9.032 0 0 1 4.382 3.672z\"/>\n    </g>\n</svg>\n</li><li title=\"instagram fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M12 2c2.717 0 3.056.01 4.122.06 1.065.05 1.79.217 2.428.465.66.254 1.216.598 1.772 1.153a4.908 4.908 0 0 1 1.153 1.772c.247.637.415 1.363.465 2.428.047 1.066.06 1.405.06 4.122 0 2.717-.01 3.056-.06 4.122-.05 1.065-.218 1.79-.465 2.428a4.883 4.883 0 0 1-1.153 1.772 4.915 4.915 0 0 1-1.772 1.153c-.637.247-1.363.415-2.428.465-1.066.047-1.405.06-4.122.06-2.717 0-3.056-.01-4.122-.06-1.065-.05-1.79-.218-2.428-.465a4.89 4.89 0 0 1-1.772-1.153 4.904 4.904 0 0 1-1.153-1.772c-.248-.637-.415-1.363-.465-2.428C2.013 15.056 2 14.717 2 12c0-2.717.01-3.056.06-4.122.05-1.066.217-1.79.465-2.428a4.88 4.88 0 0 1 1.153-1.772A4.897 4.897 0 0 1 5.45 2.525c.638-.248 1.362-.415 2.428-.465C8.944 2.013 9.283 2 12 2zm0 5a5 5 0 1 0 0 10 5 5 0 0 0 0-10zm6.5-.25a1.25 1.25 0 0 0-2.5 0 1.25 1.25 0 0 0 2.5 0zM12 9a3 3 0 1 1 0 6 3 3 0 0 1 0-6z\"/>\n    </g>\n</svg>\n</li><li title=\"instagram line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M12 9a3 3 0 1 0 0 6 3 3 0 0 0 0-6zm0-2a5 5 0 1 1 0 10 5 5 0 0 1 0-10zm6.5-.25a1.25 1.25 0 0 1-2.5 0 1.25 1.25 0 0 1 2.5 0zM12 4c-2.474 0-2.878.007-4.029.058-.784.037-1.31.142-1.798.332-.434.168-.747.369-1.08.703a2.89 2.89 0 0 0-.704 1.08c-.19.49-.295 1.015-.331 1.798C4.006 9.075 4 9.461 4 12c0 2.474.007 2.878.058 4.029.037.783.142 1.31.331 1.797.17.435.37.748.702 1.08.337.336.65.537 1.08.703.494.191 1.02.297 1.8.333C9.075 19.994 9.461 20 12 20c2.474 0 2.878-.007 4.029-.058.782-.037 1.309-.142 1.797-.331.433-.169.748-.37 1.08-.702.337-.337.538-.65.704-1.08.19-.493.296-1.02.332-1.8.052-1.104.058-1.49.058-4.029 0-2.474-.007-2.878-.058-4.029-.037-.782-.142-1.31-.332-1.798a2.911 2.911 0 0 0-.703-1.08 2.884 2.884 0 0 0-1.08-.704c-.49-.19-1.016-.295-1.798-.331C14.925 4.006 14.539 4 12 4zm0-2c2.717 0 3.056.01 4.122.06 1.065.05 1.79.217 2.428.465.66.254 1.216.598 1.772 1.153a4.908 4.908 0 0 1 1.153 1.772c.247.637.415 1.363.465 2.428.047 1.066.06 1.405.06 4.122 0 2.717-.01 3.056-.06 4.122-.05 1.065-.218 1.79-.465 2.428a4.883 4.883 0 0 1-1.153 1.772 4.915 4.915 0 0 1-1.772 1.153c-.637.247-1.363.415-2.428.465-1.066.047-1.405.06-4.122.06-2.717 0-3.056-.01-4.122-.06-1.065-.05-1.79-.218-2.428-.465a4.89 4.89 0 0 1-1.772-1.153 4.904 4.904 0 0 1-1.153-1.772c-.248-.637-.415-1.363-.465-2.428C2.013 15.056 2 14.717 2 12c0-2.717.01-3.056.06-4.122.05-1.066.217-1.79.465-2.428a4.88 4.88 0 0 1 1.153-1.772A4.897 4.897 0 0 1 5.45 2.525c.638-.248 1.362-.415 2.428-.465C8.944 2.013 9.283 2 12 2z\"/>\n    </g>\n</svg>\n</li><li title=\"invision fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm2.988 11.065c-.06.267-.09.555-.09.79 0 .927.482 1.542 1.508 1.542.851 0 1.541-.526 2.038-1.375l-.303 1.267h1.69l.966-4.031c.241-1.02.71-1.55 1.419-1.55.558 0 .905.36.905.957 0 .173-.015.361-.075.565l-.498 1.853a2.89 2.89 0 0 0-.106.785c0 .88.498 1.523 1.54 1.523.89 0 1.6-.596 1.992-2.025l-.664-.267c-.332.958-.62 1.13-.846 1.13-.226 0-.347-.156-.347-.47 0-.141.03-.298.076-.487l.483-1.805c.12-.424.166-.8.166-1.145 0-1.35-.785-2.055-1.736-2.055-.89 0-1.796.835-2.248 1.715l.331-1.579h-2.58l-.363 1.39h1.208l-.744 3.098c-.583 1.35-1.656 1.372-1.79 1.34-.222-.051-.363-.139-.363-.438 0-.172.03-.42.106-.718l1.132-4.672H6.927l-.362 1.39h1.192l-.77 3.272zm1.637-5.44a1.125 1.125 0 1 0 0-2.25 1.125 1.125 0 0 0 0 2.25z\"/>\n    </g>\n</svg>\n</li><li title=\"invision line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm1.988 9.065l.77-3.271H6.564l.362-1.39h2.868l-1.132 4.67a3.071 3.071 0 0 0-.106.72c0 .298.141.386.362.437.135.032 1.208.01 1.791-1.34l.744-3.097h-1.208l.363-1.39h2.58l-.331 1.578c.452-.88 1.358-1.715 2.248-1.715.95 0 1.736.704 1.736 2.055 0 .345-.046.721-.166 1.145l-.483 1.805a2.159 2.159 0 0 0-.076.487c0 .314.121.47.347.47.227 0 .514-.172.846-1.13l.664.267c-.393 1.429-1.102 2.025-1.993 2.025-1.041 0-1.539-.643-1.539-1.523 0-.25.03-.518.106-.785l.498-1.853c.06-.204.075-.392.075-.565 0-.596-.347-.958-.905-.958-.71 0-1.178.53-1.419 1.55l-.966 4.032h-1.69l.303-1.267c-.497.85-1.187 1.375-2.038 1.375-1.026 0-1.509-.615-1.509-1.542 0-.235.03-.523.09-.79zm1.637-5.44a1.125 1.125 0 1 1 0-2.25 1.125 1.125 0 0 1 0 2.25z\"/>\n    </g>\n</svg>\n</li><li title=\"kakao talk fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 3c5.799 0 10.5 3.664 10.5 8.185 0 4.52-4.701 8.184-10.5 8.184a13.5 13.5 0 0 1-1.727-.11l-4.408 2.883c-.501.265-.678.236-.472-.413l.892-3.678c-2.88-1.46-4.785-3.99-4.785-6.866C1.5 6.665 6.201 3 12 3zm5.907 8.06l1.47-1.424a.472.472 0 0 0-.656-.678l-1.928 1.866V9.282a.472.472 0 0 0-.944 0v2.557a.471.471 0 0 0 0 .222V13.5a.472.472 0 0 0 .944 0v-1.363l.427-.413 1.428 2.033a.472.472 0 1 0 .773-.543l-1.514-2.155zm-2.958 1.924h-1.46V9.297a.472.472 0 0 0-.943 0v4.159c0 .26.21.472.471.472h1.932a.472.472 0 1 0 0-.944zm-5.857-1.092l.696-1.707.638 1.707H9.092zm2.523.488l.002-.016a.469.469 0 0 0-.127-.32l-1.046-2.8a.69.69 0 0 0-.627-.474.696.696 0 0 0-.653.447l-1.661 4.075a.472.472 0 0 0 .874.357l.33-.813h2.07l.299.8a.472.472 0 1 0 .884-.33l-.345-.926zM8.293 9.302a.472.472 0 0 0-.471-.472H4.577a.472.472 0 1 0 0 .944h1.16v3.736a.472.472 0 0 0 .944 0V9.774h1.14c.261 0 .472-.212.472-.472z\"/>\n    </g>\n</svg>\n</li><li title=\"kakao talk line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M5.678 18.123C3.092 16.566 1.5 14.112 1.5 11.405 1.5 6.701 6.248 3 12 3s10.5 3.701 10.5 8.405c0 4.704-4.748 8.405-10.5 8.405-.442 0-.882-.022-1.318-.065l-3.765 2.458c-.615.326-.957.425-1.485.066-.62-.424-.596-.892-.381-1.56l.627-2.586zM3.5 11.405c0 2.132 1.418 4.123 3.781 5.32l.706.359-.186.77-.401 1.648 2.8-1.83.366.046c.473.061.952.092 1.434.092 4.741 0 8.5-2.93 8.5-6.405S16.741 5 12 5s-8.5 2.93-8.5 6.405zm14.407-.346l1.514 2.155a.472.472 0 1 1-.773.543l-1.428-2.033-.427.413V13.5a.472.472 0 0 1-.944 0v-1.439a.471.471 0 0 1 0-.222V9.282a.472.472 0 0 1 .944 0v1.542l1.928-1.866a.472.472 0 0 1 .656.678l-1.47 1.423zm-2.958 1.925a.472.472 0 0 1 0 .944h-1.932a.472.472 0 0 1-.471-.472V9.297a.472.472 0 1 1 .943 0v3.687h1.46zm-5.857-1.092h1.334l-.638-1.707-.696 1.707zm2.523.488l.345.925a.472.472 0 1 1-.884.33l-.298-.799h-2.07l-.331.813a.472.472 0 1 1-.874-.357l1.66-4.075a.696.696 0 0 1 .654-.447.69.69 0 0 1 .627.474l1.046 2.8a.469.469 0 0 1 .127.32l-.002.016zM8.293 9.302c0 .26-.21.472-.471.472h-1.14v3.736a.472.472 0 0 1-.945 0V9.774h-1.16a.472.472 0 1 1 0-.944h3.245c.26 0 .471.211.471.472z\"/>\n    </g>\n</svg>\n</li><li title=\"line fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M18.663 10.84a.526.526 0 0 1-.526.525h-1.462v.938h1.462a.525.525 0 1 1 0 1.049H16.15a.526.526 0 0 1-.522-.524V8.852c0-.287.235-.525.525-.525h1.988a.525.525 0 0 1-.003 1.05h-1.462v.938h1.462c.291 0 .526.237.526.525zm-4.098 2.485a.538.538 0 0 1-.166.025.515.515 0 0 1-.425-.208l-2.036-2.764v2.45a.525.525 0 0 1-1.047 0V8.852a.522.522 0 0 1 .52-.523c.162 0 .312.086.412.211l2.052 2.775V8.852c0-.287.235-.525.525-.525.287 0 .525.238.525.525v3.976a.524.524 0 0 1-.36.497zm-4.95.027a.526.526 0 0 1-.523-.524V8.852c0-.287.236-.525.525-.525.289 0 .524.238.524.525v3.976a.527.527 0 0 1-.526.524zm-1.53 0H6.098a.528.528 0 0 1-.525-.524V8.852a.527.527 0 0 1 1.05 0v3.45h1.464a.525.525 0 0 1 0 1.05zM12 2.572c-5.513 0-10 3.643-10 8.118 0 4.01 3.558 7.369 8.363 8.007.325.068.769.215.881.492.1.25.066.638.032.9l-.137.85c-.037.25-.2.988.874.537 1.076-.449 5.764-3.398 7.864-5.812C21.313 14.089 22 12.477 22 10.69c0-4.475-4.488-8.118-10-8.118z\"/>\n    </g>\n</svg>\n</li><li title=\"line line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M22 10.69c0 1.787-.687 3.4-2.123 4.974-2.1 2.414-6.788 5.363-7.864 5.812-1.074.451-.911-.287-.874-.537l.137-.85c.034-.262.068-.65-.032-.9-.112-.277-.556-.424-.881-.492C5.558 18.059 2 14.7 2 10.69c0-4.475 4.487-8.118 10-8.118 5.512 0 10 3.643 10 8.118zm-3.6 3.625c1.113-1.22 1.6-2.361 1.6-3.625 0-3.268-3.51-6.118-8-6.118s-8 2.85-8 6.118c0 2.905 2.728 5.507 6.626 6.024l.147.026c1.078.226 1.884.614 2.329 1.708l.036.096c1.806-1.176 4.174-2.98 5.261-4.229zm-.262-4a.526.526 0 0 1 0 1.05h-1.463v.938h1.462a.525.525 0 1 1 0 1.049H16.15a.526.526 0 0 1-.522-.524V8.852c0-.287.235-.525.525-.525h1.988a.525.525 0 0 1-.003 1.05h-1.462v.938h1.462zm-3.213 2.513a.524.524 0 0 1-.526.522.515.515 0 0 1-.425-.208l-2.036-2.764v2.45a.525.525 0 0 1-1.047 0V8.852a.522.522 0 0 1 .52-.523c.162 0 .312.086.412.211l2.052 2.775V8.852c0-.287.235-.525.525-.525.287 0 .525.238.525.525v3.976zm-4.784 0a.527.527 0 0 1-.526.524.526.526 0 0 1-.523-.524V8.852c0-.287.236-.525.525-.525.289 0 .524.238.524.525v3.976zm-2.055.524H6.097a.528.528 0 0 1-.525-.524V8.852a.527.527 0 0 1 1.05 0v3.45h1.464a.525.525 0 0 1 0 1.05z\"/>\n    </g>\n</svg>\n</li><li title=\"linkedin box fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M18.335 18.339H15.67v-4.177c0-.996-.02-2.278-1.39-2.278-1.389 0-1.601 1.084-1.601 2.205v4.25h-2.666V9.75h2.56v1.17h.035c.358-.674 1.228-1.387 2.528-1.387 2.7 0 3.2 1.778 3.2 4.091v4.715zM7.003 8.575a1.546 1.546 0 0 1-1.548-1.549 1.548 1.548 0 1 1 1.547 1.549zm1.336 9.764H5.666V9.75H8.34v8.589zM19.67 3H4.329C3.593 3 3 3.58 3 4.297v15.406C3 20.42 3.594 21 4.328 21h15.338C20.4 21 21 20.42 21 19.703V4.297C21 3.58 20.4 3 19.666 3h.003z\"/>\n    </g>\n</svg>\n</li><li title=\"linkedin box line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm2.5 4a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm-1 1h2v7.5h-2V10zm5.5.43c.584-.565 1.266-.93 2-.93 2.071 0 3.5 1.679 3.5 3.75v4.25h-2v-4.25a1.75 1.75 0 0 0-3.5 0v4.25h-2V10h2v.43z\"/>\n    </g>\n</svg>\n</li><li title=\"linkedin fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M6.94 5a2 2 0 1 1-4-.002 2 2 0 0 1 4 .002zM7 8.48H3V21h4V8.48zm6.32 0H9.34V21h3.94v-6.57c0-3.66 4.77-4 4.77 0V21H22v-7.93c0-6.17-7.06-5.94-8.72-2.91l.04-1.68z\"/>\n    </g>\n</svg>\n</li><li title=\"linkedin line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 9.55C12.917 8.613 14.111 8 15.5 8a5.5 5.5 0 0 1 5.5 5.5V21h-2v-7.5a3.5 3.5 0 0 0-7 0V21h-2V8.5h2v1.05zM5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm-1 2h2V21H4V8.5z\"/>\n    </g>\n</svg>\n</li><li title=\"mastercard fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 6.654a6.786 6.786 0 0 1 2.596 5.344A6.786 6.786 0 0 1 12 17.34a6.786 6.786 0 0 1-2.596-5.343A6.786 6.786 0 0 1 12 6.654zm-.87-.582A7.783 7.783 0 0 0 8.4 12a7.783 7.783 0 0 0 2.728 5.926 6.798 6.798 0 1 1 .003-11.854zm1.742 11.854A7.783 7.783 0 0 0 15.6 12a7.783 7.783 0 0 0-2.73-5.928 6.798 6.798 0 1 1 .003 11.854z\"/>\n    </g>\n</svg>\n</li><li title=\"mastercard line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M12 18.294a7.3 7.3 0 1 1 0-12.588 7.3 7.3 0 1 1 0 12.588zm1.702-1.384a5.3 5.3 0 1 0 0-9.82A7.273 7.273 0 0 1 15.6 12c0 1.89-.719 3.614-1.898 4.91zm-3.404-9.82a5.3 5.3 0 1 0 0 9.82A7.273 7.273 0 0 1 8.4 12c0-1.89.719-3.614 1.898-4.91zM12 8.205A5.284 5.284 0 0 0 10.4 12c0 1.488.613 2.832 1.6 3.795A5.284 5.284 0 0 0 13.6 12 5.284 5.284 0 0 0 12 8.205z\"/>\n    </g>\n</svg>\n</li><li title=\"mastodon fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M21.258 13.99c-.274 1.41-2.456 2.955-4.962 3.254-1.306.156-2.593.3-3.965.236-2.243-.103-4.014-.535-4.014-.535 0 .218.014.426.04.62.292 2.215 2.196 2.347 4 2.41 1.82.062 3.44-.45 3.44-.45l.076 1.646s-1.274.684-3.542.81c-1.25.068-2.803-.032-4.612-.51-3.923-1.039-4.598-5.22-4.701-9.464-.031-1.26-.012-2.447-.012-3.44 0-4.34 2.843-5.611 2.843-5.611 1.433-.658 3.892-.935 6.45-.956h.062c2.557.02 5.018.298 6.451.956 0 0 2.843 1.272 2.843 5.61 0 0 .036 3.201-.397 5.424zm-2.956-5.087c0-1.074-.273-1.927-.822-2.558-.567-.631-1.308-.955-2.229-.955-1.065 0-1.871.41-2.405 1.228l-.518.87-.519-.87C11.276 5.8 10.47 5.39 9.405 5.39c-.921 0-1.663.324-2.229.955-.549.631-.822 1.484-.822 2.558v5.253h2.081V9.057c0-1.075.452-1.62 1.357-1.62 1 0 1.501.647 1.501 1.927v2.79h2.07v-2.79c0-1.28.5-1.927 1.5-1.927.905 0 1.358.545 1.358 1.62v5.1h2.08V8.902z\"/>\n    </g>\n</svg>\n</li><li title=\"mastodon line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M3.018 12.008c-.032-1.26-.012-2.448-.012-3.442 0-4.338 2.843-5.61 2.843-5.61 1.433-.658 3.892-.935 6.45-.956h.062c2.557.02 5.018.298 6.451.956 0 0 2.843 1.272 2.843 5.61 0 0 .036 3.201-.396 5.424-.275 1.41-2.457 2.955-4.963 3.254-1.306.156-2.593.3-3.965.236-2.243-.103-4.014-.535-4.014-.535 0 .218.014.426.04.62.084.633.299 1.095.605 1.435.766.85 2.106.93 3.395.974 1.82.063 3.44-.449 3.44-.449l.076 1.646s-1.274.684-3.542.81c-1.25.068-2.803-.032-4.612-.51-1.532-.406-2.568-1.29-3.27-2.471-1.093-1.843-1.368-4.406-1.431-6.992zm3.3 4.937v-2.548l2.474.605a20.54 20.54 0 0 0 1.303.245c.753.116 1.538.2 2.328.235 1.019.047 1.901-.017 3.636-.224 1.663-.199 3.148-1.196 3.236-1.65.082-.422.151-.922.206-1.482a33.6 33.6 0 0 0 .137-2.245c.015-.51.02-.945.017-1.256v-.059c0-1.43-.369-2.438-.963-3.158a3.008 3.008 0 0 0-.584-.548c-.09-.064-.135-.089-.13-.087-1.013-.465-3.093-.752-5.617-.773h-.046c-2.54.02-4.62.308-5.65.782.023-.01-.021.014-.112.078a3.008 3.008 0 0 0-.584.548c-.594.72-.963 1.729-.963 3.158 0 .232 0 .397-.003.875a77.483 77.483 0 0 0 .014 2.518c.054 2.197.264 3.835.7 5.041.212.587.472 1.07.78 1.45a5.7 5.7 0 0 1-.18-1.505zM8.084 6.37a1.143 1.143 0 1 1 0 2.287 1.143 1.143 0 0 1 0-2.287z\"/>\n    </g>\n</svg>\n</li><li title=\"medium fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm13.3 12.94c-.1-.05-.15-.2-.15-.301V8.006c0-.1.05-.25.15-.351l.955-1.105V6.5H14.84l-2.56 6.478L9.366 6.5H5.852v.05l.903 1.256c.201.2.251.502.251.753v5.523c.05.302 0 .653-.15.954L5.5 16.894v.05h3.616v-.05L7.76 15.087c-.15-.302-.201-.603-.15-.954V9.11c.05.1.1.1.15.301l3.414 7.633h.05L14.54 8.76c-.05.3-.05.652-.05.904v5.925c0 .15-.05.25-.15.351l-1.005.954v.05h4.921v-.05l-.954-.954z\"/>\n    </g>\n</svg>\n</li><li title=\"medium line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm12.3 10.94l.955.954v.05h-4.921v-.05l1.004-.954c.1-.1.15-.2.15-.351V9.664c0-.252 0-.603.051-.904l-3.314 8.285h-.05L7.76 9.412c-.05-.2-.1-.2-.15-.3v5.02c-.051.352 0 .653.15.955l1.356 1.807v.05H5.5v-.05l1.356-1.858c.15-.3.2-.652.15-.954V8.56c0-.251-.05-.553-.25-.753L5.851 6.55V6.5h3.515l2.912 6.478L14.84 6.5h3.415v.05l-.954 1.105c-.1.1-.15.251-.15.351v7.633c0 .1.05.251.15.301z\"/>\n    </g>\n</svg>\n</li><li title=\"messenger fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M12 2c5.634 0 10 4.127 10 9.7 0 5.573-4.366 9.7-10 9.7a10.894 10.894 0 0 1-2.895-.384.8.8 0 0 0-.534.039l-1.984.876a.8.8 0 0 1-1.123-.707l-.055-1.78a.797.797 0 0 0-.268-.57C3.195 17.135 2 14.617 2 11.7 2 6.127 6.367 2 12 2zM5.995 14.537c-.282.447.268.951.689.631l3.155-2.394a.6.6 0 0 1 .723 0l2.337 1.75a1.5 1.5 0 0 0 2.169-.4l2.937-4.66c.282-.448-.268-.952-.689-.633l-3.155 2.396a.6.6 0 0 1-.723 0l-2.337-1.75a1.5 1.5 0 0 0-2.169.4l-2.937 4.66z\"/>\n    </g>\n</svg>\n</li><li title=\"messenger line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M7.764 19.225c.59-.26 1.25-.309 1.868-.139.77.21 1.565.316 2.368.314 4.585 0 8-3.287 8-7.7S16.585 4 12 4s-8 3.287-8 7.7c0 2.27.896 4.272 2.466 5.676a2.8 2.8 0 0 1 .942 2.006l.356-.157zM12 2c5.634 0 10 4.127 10 9.7 0 5.573-4.366 9.7-10 9.7a10.894 10.894 0 0 1-2.895-.384.8.8 0 0 0-.534.039l-1.984.876a.8.8 0 0 1-1.123-.707l-.055-1.78a.797.797 0 0 0-.268-.57C3.195 17.135 2 14.617 2 11.7 2 6.127 6.367 2 12 2zM5.995 14.537l2.937-4.66a1.5 1.5 0 0 1 2.17-.4l2.336 1.75a.6.6 0 0 0 .723 0l3.155-2.396c.421-.319.971.185.689.633l-2.937 4.66a1.5 1.5 0 0 1-2.17.4l-2.336-1.75a.6.6 0 0 0-.723 0l-3.155 2.395c-.421.319-.971-.185-.689-.633z\"/>\n    </g>\n</svg>\n</li><li title=\"microsoft fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M11.5 3v8.5H3V3h8.5zm0 18H3v-8.5h8.5V21zm1-18H21v8.5h-8.5V3zm8.5 9.5V21h-8.5v-8.5H21z\"/>\n    </g>\n</svg>\n</li><li title=\"microsoft line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M11 5H5v6h6V5zm2 0v6h6V5h-6zm6 8h-6v6h6v-6zm-8 6v-6H5v6h6zM3 3h18v18H3V3z\"/>\n    </g>\n</svg>\n</li><li title=\"mini program fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M15.84 12.691l-.067.02a1.522 1.522 0 0 1-.414.062c-.61 0-.954-.412-.77-.921.136-.372.491-.686.925-.831.672-.245 1.142-.804 1.142-1.455 0-.877-.853-1.587-1.905-1.587s-1.904.71-1.904 1.587v4.868c0 1.17-.679 2.197-1.694 2.778a3.829 3.829 0 0 1-1.904.502c-1.984 0-3.598-1.471-3.598-3.28 0-.576.164-1.117.451-1.587.444-.73 1.184-1.287 2.07-1.541a1.55 1.55 0 0 1 .46-.073c.612 0 .958.414.773.924-.126.347-.466.645-.861.803a2.162 2.162 0 0 0-.139.052c-.628.26-1.061.798-1.061 1.422 0 .877.853 1.587 1.905 1.587s1.904-.71 1.904-1.587V9.566c0-1.17.679-2.197 1.694-2.778a3.829 3.829 0 0 1 1.904-.502c1.984 0 3.598 1.471 3.598 3.28 0 .576-.164 1.117-.451 1.587-.442.726-1.178 1.282-2.058 1.538zM2 12c0 5.523 4.477 10 10 10s10-4.477 10-10S17.523 2 12 2 2 6.477 2 12z\"/>\n    </g>\n</svg>\n</li><li title=\"mini program line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm1-6a3.5 3.5 0 1 1-4.977-3.174 1 1 0 1 1 .845 1.813A1.5 1.5 0 1 0 11 14v-4a3.5 3.5 0 1 1 4.977 3.174 1 1 0 0 1-.845-1.813A1.5 1.5 0 1 0 13 10v4z\"/>\n    </g>\n</svg>\n</li><li title=\"netease cloud music fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1.086-10.432c.24-.84 1.075-1.541 1.99-1.648.187.694.388 1.373.545 2.063.053.23.037.495-.018.727-.213.892-1.248 1.242-1.978.685-.53-.405-.742-1.12-.539-1.827zm3.817-.197c-.125-.465-.256-.927-.393-1.42.5.13.908.36 1.255.698 1.257 1.221 1.385 3.3.294 4.731-1.135 1.49-3.155 2.134-5.028 1.605-2.302-.65-3.808-2.952-3.441-5.316.274-1.768 1.27-3.004 2.9-3.733.407-.182.58-.56.42-.93-.157-.364-.54-.504-.944-.343-2.721 1.089-4.32 4.134-3.67 6.987.713 3.118 3.495 5.163 6.675 4.859 1.732-.165 3.164-.948 4.216-2.347 1.506-2.002 1.297-4.783-.463-6.499-.666-.65-1.471-1.018-2.39-1.153-.083-.013-.217-.052-.232-.106-.087-.313-.18-.632-.206-.954-.029-.357.29-.64.65-.645.253-.003.434.13.603.3.303.3.704.322.988.062.29-.264.296-.678.018-1.008-.566-.672-1.586-.891-2.43-.523-.847.37-1.321 1.187-1.2 2.093.038.28.11.557.167.842l-.26.072c-.856.24-1.561.704-2.098 1.414-.921 1.22-.936 2.828-.041 3.947 1.274 1.594 3.747 1.284 4.523-.568.284-.676.275-1.368.087-2.065z\"/>\n    </g>\n</svg>\n</li><li title=\"netease cloud music line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M10.421 11.375c-.294 1.028.012 2.064.784 2.653 1.061.81 2.565.3 2.874-.995.08-.337.103-.722.027-1.056-.23-1.001-.52-1.988-.792-2.996-1.33.154-2.543 1.172-2.893 2.394zm5.548-.287c.273 1.012.285 2.017-.127 3-1.128 2.69-4.721 3.14-6.573.826-1.302-1.627-1.28-3.961.06-5.734.78-1.032 1.804-1.707 3.048-2.054l.379-.104c-.084-.415-.188-.816-.243-1.224-.176-1.317.512-2.503 1.744-3.04 1.226-.535 2.708-.216 3.53.76.406.479.395 1.08-.025 1.464-.412.377-.996.346-1.435-.09-.247-.246-.51-.44-.877-.436-.525.006-.987.418-.945.937.037.468.173.93.3 1.386.022.078.216.135.338.153 1.334.197 2.504.731 3.472 1.676 2.558 2.493 2.861 6.531.672 9.44-1.529 2.032-3.61 3.168-6.127 3.409-4.621.44-8.664-2.53-9.7-7.058C2.515 10.255 4.84 5.831 8.795 4.25c.586-.234 1.143-.031 1.371.498.232.537-.019 1.086-.61 1.35-2.368 1.06-3.817 2.855-4.215 5.424-.533 3.433 1.656 6.776 5 7.72 2.723.77 5.658-.166 7.308-2.33 1.586-2.08 1.4-5.099-.427-6.873a3.979 3.979 0 0 0-1.823-1.013c.198.716.389 1.388.57 2.062z\"/>\n    </g>\n</svg>\n</li><li title=\"netflix fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M11.29 3.814l2.02 5.707.395 1.116.007-4.81.01-4.818h4.27L18 11.871c.003 5.98-.003 10.89-.015 10.9-.012.009-.209 0-.436-.027-.989-.118-2.29-.236-3.34-.282a14.57 14.57 0 0 1-.636-.038c-.003-.004-.273-.762-.776-2.184v-.004l-2.144-6.061-.34-.954-.008 4.586c-.006 4.365-.01 4.61-.057 4.61-.163 0-1.57.09-2.04.136-.308.027-.926.09-1.37.145-.446.051-.816.085-.823.078C6.006 22.77 6 17.867 6 11.883V1.002h.005V1h4.288l.028.08c.007.016.065.176.157.437l.641 1.778.173.496-.001.023z\"/>\n    </g>\n</svg>\n</li><li title=\"netflix line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M15.984 17.208L16 2h2v20a7.593 7.593 0 0 0-2.02-.5L8 6.302V21.5a7.335 7.335 0 0 0-2 .5V2h2l7.984 15.208z\"/>\n    </g>\n</svg>\n</li><li title=\"npmjs fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M20 3c.552 0 1 .448 1 1v16c0 .552-.448 1-1 1H4c-.552 0-1-.448-1-1V4c0-.552.448-1 1-1h16zm-3 4H7v10h5V9.5h2.5V17H17V7z\"/>\n    </g>\n</svg>\n</li><li title=\"npmjs line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M20 3c.552 0 1 .448 1 1v16c0 .552-.448 1-1 1H4c-.552 0-1-.448-1-1V4c0-.552.448-1 1-1h16zm-1 2H5v14h14V5zm-2 2v10h-2.5V9.5H12V17H7V7h10z\"/>\n    </g>\n</svg>\n</li><li title=\"open source fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M12 2c5.523 0 10 4.477 10 10 0 4.13-2.504 7.676-6.077 9.201l-2.518-6.55C14.354 14.148 15 13.15 15 12c0-1.657-1.343-3-3-3s-3 1.343-3 3c0 1.15.647 2.148 1.596 2.652l-2.518 6.55C4.504 19.675 2 16.13 2 12 2 6.477 6.477 2 12 2z\"/>\n    </g>\n</svg>\n</li><li title=\"open source line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M12 2c5.523 0 10 4.477 10 10 0 4.4-2.841 8.136-6.789 9.473l-.226.074-2.904-7.55C13.15 13.95 14 13.054 14 12c0-1.105-.895-2-2-2s-2 .895-2 2c0 1.077.851 1.955 1.917 1.998l-2.903 7.549-.225-.074C4.84 20.136 2 16.4 2 12 2 6.477 6.477 2 12 2zm0 2c-4.418 0-8 3.582-8 8 0 2.92 1.564 5.475 3.901 6.872l1.48-3.849C8.534 14.29 8 13.207 8 12c0-2.21 1.79-4 4-4s4 1.79 4 4c0 1.207-.535 2.29-1.38 3.023.565 1.474 1.059 2.757 1.479 3.85C18.435 17.475 20 14.92 20 12c0-4.418-3.582-8-8-8z\"/>\n    </g>\n</svg>\n</li><li title=\"opera fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M8.71 6.365c-1.108 1.305-1.823 3.236-1.873 5.4v.47c.051 2.165.766 4.093 1.872 5.4 1.434 1.862 3.566 3.044 5.95 3.044a7.208 7.208 0 0 0 4.005-1.226 9.94 9.94 0 0 1-7.139 2.535A9.998 9.998 0 0 1 2 12C2 6.476 6.478 2 12 2h.037a9.97 9.97 0 0 1 6.628 2.546 7.239 7.239 0 0 0-4.008-1.226c-2.382 0-4.514 1.183-5.95 3.045h.002zM22 12a9.969 9.969 0 0 1-3.335 7.454c-2.565 1.25-4.955.376-5.747-.17 2.52-.554 4.423-3.6 4.423-7.284 0-3.685-1.903-6.73-4.423-7.283.791-.545 3.182-1.42 5.747-.171A9.967 9.967 0 0 1 22 12z\"/>\n    </g>\n</svg>\n</li><li title=\"opera line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M14.766 19.51a8.003 8.003 0 0 0 0-15.02C16.71 5.977 18 8.935 18 12s-1.289 6.024-3.234 7.51zM9.234 4.49a8.003 8.003 0 0 0 0 15.02C7.29 18.023 6 15.065 6 12s1.289-6.024 3.234-7.51zM12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-3.5c2 0 4-3.033 4-6.5s-2-6.5-4-6.5S8 8.533 8 12s2 6.5 4 6.5z\"/>\n    </g>\n</svg>\n</li><li title=\"patreon fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M15 17a7.5 7.5 0 1 1 0-15 7.5 7.5 0 0 1 0 15zM2 2h4v20H2V2z\"/>\n    </g>\n</svg>\n</li><li title=\"patreon line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M15 17a7.5 7.5 0 1 1 0-15 7.5 7.5 0 0 1 0 15zm0-2a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11zM2 2h5v20H2V2zm2 2v16h1V4H4z\"/>\n    </g>\n</svg>\n</li><li title=\"paypal fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M20.067 8.478c.492.88.556 2.014.3 3.327-.74 3.806-3.276 5.12-6.514 5.12h-.5a.805.805 0 0 0-.794.68l-.04.22-.63 3.993-.032.17a.804.804 0 0 1-.794.679H7.72a.483.483 0 0 1-.477-.558L7.418 21h1.518l.95-6.02h1.385c4.678 0 7.75-2.203 8.796-6.502zm-2.96-5.09c.762.868.983 1.81.752 3.285-.019.123-.04.24-.062.36-.735 3.773-3.089 5.446-6.956 5.446H8.957c-.63 0-1.174.414-1.354 1.002l-.014-.002-.93 5.894H3.121a.051.051 0 0 1-.05-.06l2.598-16.51A.95.95 0 0 1 6.607 2h5.976c2.183 0 3.716.469 4.523 1.388z\"/>\n    </g>\n</svg>\n</li><li title=\"paypal line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M8.495 20.667h1.551l.538-3.376a2.805 2.805 0 0 1 2.77-2.366h.5c2.677 0 4.06-.983 4.55-3.503.208-1.066.117-1.73-.171-2.102-1.207 3.054-3.79 4.16-6.962 4.16h-.884c-.384 0-.794.209-.852.58l-1.04 6.607zm-4.944-.294a.551.551 0 0 1-.544-.637L5.68 2.776A.92.92 0 0 1 6.59 2h6.424c2.212 0 3.942.467 4.899 1.558.87.99 1.123 2.084.871 3.692.36.191.668.425.916.706.818.933.978 2.26.668 3.85-.74 3.805-3.276 5.12-6.514 5.12h-.5a.805.805 0 0 0-.794.679l-.702 4.383a.804.804 0 0 1-.794.679H6.72a.483.483 0 0 1-.477-.558l.274-1.736H3.55zm6.836-8.894h.884c3.19 0 4.895-1.212 5.483-4.229.02-.101.037-.203.053-.309.166-1.06.05-1.553-.398-2.063-.465-.53-1.603-.878-3.396-.878h-5.5L5.246 18.373h1.561l.73-4.628.007.001a2.915 2.915 0 0 1 2.843-2.267z\"/>\n    </g>\n</svg>\n</li><li title=\"pinterest fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M13.37 2.094A10.003 10.003 0 0 0 8.002 21.17a7.757 7.757 0 0 1 .163-2.293c.185-.839 1.296-5.463 1.296-5.463a3.739 3.739 0 0 1-.324-1.577c0-1.485.857-2.593 1.923-2.593a1.334 1.334 0 0 1 1.342 1.508c0 .9-.578 2.262-.88 3.54a1.544 1.544 0 0 0 1.575 1.923c1.898 0 3.17-2.431 3.17-5.301 0-2.2-1.457-3.848-4.143-3.848a4.746 4.746 0 0 0-4.93 4.794 2.96 2.96 0 0 0 .648 1.97.48.48 0 0 1 .162.554c-.046.184-.162.623-.208.784a.354.354 0 0 1-.51.254c-1.384-.554-2.036-2.077-2.036-3.816 0-2.847 2.384-6.255 7.154-6.255 3.796 0 6.32 2.777 6.32 5.747 0 3.909-2.177 6.848-5.394 6.848a2.861 2.861 0 0 1-2.454-1.246s-.578 2.316-.692 2.754a8.026 8.026 0 0 1-1.019 2.131c.923.28 1.882.42 2.846.416a9.988 9.988 0 0 0 9.996-10.003 10.002 10.002 0 0 0-8.635-9.903z\"/>\n    </g>\n</svg>\n</li><li title=\"pinterest line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M8.49 19.191c.024-.336.072-.671.144-1.001.063-.295.254-1.13.534-2.34l.007-.03.387-1.668c.079-.34.14-.604.181-.692a3.46 3.46 0 0 1-.284-1.423c0-1.337.756-2.373 1.736-2.373.36-.006.704.15.942.426.238.275.348.644.302.996 0 .453-.085.798-.453 2.035-.071.238-.12.404-.166.571-.051.188-.095.358-.132.522-.096.386-.008.797.237 1.106a1.2 1.2 0 0 0 1.006.456c1.492 0 2.6-1.985 2.6-4.548 0-1.97-1.29-3.274-3.432-3.274A3.878 3.878 0 0 0 9.2 9.1a4.13 4.13 0 0 0-1.195 2.961 2.553 2.553 0 0 0 .512 1.644c.181.14.25.383.175.59-.041.168-.14.552-.176.68a.41.41 0 0 1-.216.297.388.388 0 0 1-.355.002c-1.16-.479-1.796-1.778-1.796-3.44 0-2.985 2.491-5.584 6.192-5.584 3.135 0 5.481 2.329 5.481 5.14 0 3.532-1.932 6.104-4.69 6.104a2.508 2.508 0 0 1-2.046-.959l-.043.177-.207.852-.002.007c-.146.6-.248 1.017-.288 1.174-.106.355-.24.703-.4 1.04a8 8 0 1 0-1.656-.593zM12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10z\"/>\n    </g>\n</svg>\n</li><li title=\"pixelfed fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm1.031 6.099h-2.624c-.988 0-1.789.776-1.789 1.733v6.748l2.595-2.471h1.818c1.713 0 3.101-1.345 3.101-3.005s-1.388-3.005-3.1-3.005z\"/>\n    </g>\n</svg>\n</li><li title=\"pixelfed line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm0 2c-4.418 0-8 3.582-8 8s3.582 8 8 8 8-3.582 8-8-3.582-8-8-8zm1.031 4.099c1.713 0 3.101 1.345 3.101 3.005s-1.388 3.005-3.1 3.005h-1.819L8.618 16.58V9.832c0-.957.801-1.733 1.79-1.733h2.623z\"/>\n    </g>\n</svg>\n</li><li title=\"playstation fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M22.584 17.011c-.43.543-1.482.93-1.482.93l-7.833 2.817V18.68l5.764-2.057c.655-.234.755-.566.223-.74-.53-.175-1.491-.125-2.146.111l-3.84 1.354v-2.155l.22-.075s1.11-.394 2.671-.567c1.56-.172 3.472.024 4.972.593 1.69.535 1.88 1.323 1.451 1.866zm-8.57-3.537V8.162c0-.624-.114-1.198-.699-1.36-.447-.144-.725.272-.725.895V21l-3.584-1.139V4c1.524.283 3.744.953 4.937 1.355 3.035 1.043 4.064 2.342 4.064 5.267 0 2.851-1.758 3.932-3.992 2.852zm-11.583 4.99c-1.735-.49-2.024-1.51-1.233-2.097.731-.542 1.974-.95 1.974-.95l5.138-1.83v2.086l-3.697 1.325c-.653.234-.754.566-.223.74.531.175 1.493.125 2.147-.11l1.773-.644v1.865l-.353.06c-1.774.29-3.664.169-5.526-.445z\"/>\n    </g>\n</svg>\n</li><li title=\"playstation line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M22.584 17.011c-.43.543-1.482.93-1.482.93l-7.833 2.817V18.68l5.764-2.057c.655-.234.755-.566.223-.74-.53-.175-1.491-.125-2.146.111l-3.84 1.354v-2.155l.22-.075s1.11-.394 2.671-.567c1.56-.172 3.472.024 4.972.593 1.69.535 1.88 1.323 1.451 1.866zm-8.57-3.537V8.162c0-.624-.114-1.198-.699-1.36-.447-.144-.725.272-.725.895V21l-3.584-1.139V4c1.524.283 3.744.953 4.937 1.355 3.035 1.043 4.064 2.342 4.064 5.267 0 2.851-1.758 3.932-3.992 2.852zm-11.583 4.99c-1.735-.49-2.024-1.51-1.233-2.097.731-.542 1.974-.95 1.974-.95l5.138-1.83v2.086l-3.697 1.325c-.653.234-.754.566-.223.74.531.175 1.493.125 2.147-.11l1.773-.644v1.865l-.353.06c-1.774.29-3.664.169-5.526-.445z\"/>\n    </g>\n</svg>\n</li><li title=\"product hunt fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm1.334-10H10.5V9h2.834a1.5 1.5 0 0 1 0 3zm0-5H8.5v10h2v-3h2.834a3.5 3.5 0 0 0 0-7z\"/>\n    </g>\n</svg>\n</li><li title=\"product hunt line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm1.334-8a1.5 1.5 0 0 0 0-3H10.5v3h2.834zm0-5a3.5 3.5 0 0 1 0 7H10.5v3h-2V7h4.834z\"/>\n    </g>\n</svg>\n</li><li title=\"qq fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M19.913 14.529a31.977 31.977 0 0 0-.675-1.886l-.91-2.246c0-.026.012-.468.012-.696C18.34 5.86 16.507 2 12 2 7.493 2 5.66 5.86 5.66 9.7c0 .229.011.671.012.697l-.91 2.246c-.248.643-.495 1.312-.675 1.886-.86 2.737-.581 3.87-.369 3.895.455.054 1.771-2.06 1.771-2.06 0 1.224.637 2.822 2.016 3.976-.515.157-1.147.399-1.554.695-.365.267-.319.54-.253.65.289.481 4.955.307 6.303.157 1.347.15 6.014.324 6.302-.158.066-.11.112-.382-.253-.649-.407-.296-1.039-.538-1.555-.696 1.379-1.153 2.016-2.751 2.016-3.976 0 0 1.316 2.115 1.771 2.06.212-.025.49-1.157-.37-3.894\"/>\n    </g>\n</svg>\n</li><li title=\"qq line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M17.535 12.514l-.696-1.796c0-.021.01-.375.01-.558C16.848 7.088 15.446 4 12 4c-3.446 0-4.848 3.088-4.848 6.16 0 .183.009.537.01.558l-.696 1.796c-.19.515-.38 1.05-.517 1.51-.657 2.189-.444 3.095-.282 3.115.348.043 1.354-1.648 1.354-1.648 0 .98.488 2.258 1.542 3.18-.394.127-.878.32-1.188.557-.28.214-.245.431-.194.52.22.385 3.79.245 4.82.125 1.03.12 4.599.26 4.82-.126.05-.088.085-.305-.194-.519-.311-.237-.795-.43-1.19-.556 1.055-.923 1.542-2.202 1.542-3.181 0 0 1.007 1.691 1.355 1.648.162-.02.378-.928-.283-3.116-.14-.463-.325-.994-.516-1.509zm1.021 8.227c-.373.652-.833.892-1.438 1.057-.24.065-.498.108-.794.138-.44.045-.986.065-1.613.064a33.23 33.23 0 0 1-2.71-.116c-.692.065-1.785.114-2.71.116a16.07 16.07 0 0 1-1.614-.064 4.928 4.928 0 0 1-.793-.138c-.605-.164-1.065-.405-1.44-1.059a2.274 2.274 0 0 1-.239-1.652c-.592-.132-1.001-.483-1.279-.911a2.43 2.43 0 0 1-.309-.71 4.028 4.028 0 0 1-.116-1.106c.013-.785.187-1.762.532-2.912.14-.466.327-1.008.568-1.655l.553-1.43a15.496 15.496 0 0 1-.002-.203C5.152 5.605 7.588 2 12 2c4.413 0 6.848 3.605 6.848 8.16l-.001.203.553 1.43.01.026c.225.606.413 1.153.556 1.626.348 1.15.522 2.129.535 2.916.007.407-.03.776-.118 1.108-.066.246-.161.48-.31.708-.276.427-.684.776-1.277.91.13.554.055 1.14-.24 1.654z\"/>\n    </g>\n</svg>\n</li><li title=\"reactjs fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M14.448 16.24a21.877 21.877 0 0 1-1.747 2.175c1.672 1.623 3.228 2.383 4.09 1.884.864-.498.983-2.225.414-4.484-.853.19-1.78.334-2.757.425zm-1.31.087a27.512 27.512 0 0 1-2.276 0c.377.492.758.948 1.138 1.364.38-.416.76-.872 1.138-1.364zm5.04-7.894c2.665.764 4.405 2.034 4.405 3.567 0 1.533-1.74 2.803-4.405 3.567.67 2.69.441 4.832-.886 5.598-1.328.767-3.298-.105-5.292-2.03-1.994 1.925-3.964 2.797-5.292 2.03-1.327-.766-1.557-2.908-.886-5.598-2.665-.764-4.405-2.034-4.405-3.567 0-1.533 1.74-2.803 4.405-3.567-.67-2.69-.441-4.832.886-5.598 1.328-.767 3.298.105 5.292 2.03 1.994-1.925 3.964-2.797 5.292-2.03 1.327.766 1.557 2.908.886 5.598zm-.973-.248c.57-2.26.45-3.986-.413-4.484-.863-.499-2.419.261-4.09 1.884.591.643 1.179 1.374 1.746 2.175.978.09 1.904.234 2.757.425zm-10.41 7.63c-.57 2.26-.45 3.986.413 4.484.863.499 2.419-.261 4.09-1.884a21.877 21.877 0 0 1-1.746-2.175 21.877 21.877 0 0 1-2.757-.425zm4.067-8.142a27.512 27.512 0 0 1 2.276 0A20.523 20.523 0 0 0 12 6.31c-.38.416-.76.872-1.138 1.364zm-1.31.087A21.877 21.877 0 0 1 11.3 5.585C9.627 3.962 8.07 3.202 7.209 3.701c-.864.498-.983 2.225-.414 4.484.853-.19 1.78-.334 2.757-.425zm4.342 7.52A25.368 25.368 0 0 0 15.787 12a25.368 25.368 0 0 0-1.893-3.28 25.368 25.368 0 0 0-3.788 0A25.368 25.368 0 0 0 8.213 12a25.368 25.368 0 0 0 1.893 3.28 25.368 25.368 0 0 0 3.788 0zm1.284-.131c.615-.08 1.2-.183 1.75-.304a20.523 20.523 0 0 0-.612-1.667 27.512 27.512 0 0 1-1.138 1.97zM8.822 8.85c-.615.08-1.2.183-1.75.304.17.536.374 1.094.612 1.667a27.512 27.512 0 0 1 1.138-1.97zm-1.75 5.994c.55.121 1.135.223 1.75.304a27.512 27.512 0 0 1-1.138-1.97c-.238.572-.442 1.13-.612 1.666zm-.978-.245c.261-.834.6-1.708 1.01-2.6-.41-.892-.749-1.766-1.01-2.6-2.242.637-3.677 1.604-3.677 2.6s1.435 1.963 3.677 2.6zm10.834-5.445c-.55-.121-1.135-.223-1.75-.304a27.511 27.511 0 0 1 1.138 1.97c.238-.572.442-1.13.612-1.666zm.978.245c-.261.834-.6 1.708-1.01 2.6.41.892.749 1.766 1.01 2.6 2.242-.637 3.677-1.604 3.677-2.6s-1.435-1.963-3.677-2.6zM12 13.88a1.88 1.88 0 1 1 0-3.76 1.88 1.88 0 0 1 0 3.76z\"/>\n    </g>\n</svg>\n</li><li title=\"reactjs line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M12 13.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm-.528 2.994c.175.21.351.414.528.609.177-.195.353-.398.528-.609a24.883 24.883 0 0 1-1.056 0zm-1.995-.125a20.678 20.678 0 0 1-2.285-.368c-.075.35-.132.69-.17 1.016-.19 1.583.075 2.545.478 2.777.403.233 1.368-.019 2.645-.974.263-.197.528-.416.794-.655a20.678 20.678 0 0 1-1.462-1.796zm7.331-.368c-.717.16-1.483.284-2.285.368a20.678 20.678 0 0 1-1.462 1.796c.266.24.531.458.794.655 1.277.955 2.242 1.207 2.645.974.403-.232.667-1.194.479-2.777a11.36 11.36 0 0 0-.17-1.016zm1.45-.387c.577 2.639.274 4.74-1.008 5.48-1.282.74-3.253-.048-5.25-1.867-1.997 1.819-3.968 2.606-5.25 1.866-1.282-.74-1.585-2.84-1.009-5.48C3.167 14.794 1.5 13.48 1.5 12s1.667-2.793 4.241-3.614c-.576-2.639-.273-4.74 1.009-5.48 1.282-.74 3.253.048 5.25 1.867 1.997-1.819 3.968-2.606 5.25-1.866 1.282.74 1.585 2.84 1.009 5.48C20.833 9.206 22.5 10.52 22.5 12s-1.667 2.793-4.241 3.614zm-7.32-9.779a11.36 11.36 0 0 0-.793-.655C8.868 4.225 7.903 3.973 7.5 4.206c-.403.232-.667 1.194-.479 2.777.04.327.096.666.17 1.016a20.678 20.678 0 0 1 2.286-.368c.475-.653.965-1.254 1.462-1.796zm3.585 1.796c.802.084 1.568.209 2.285.368.075-.35.132-.69.17-1.016.19-1.583-.075-2.545-.478-2.777-.403-.233-1.368.019-2.645.974a11.36 11.36 0 0 0-.794.655c.497.542.987 1.143 1.462 1.796zm-1.995-.125c-.175-.21-.351-.414-.528-.609-.177.195-.353.398-.528.609a24.884 24.884 0 0 1 1.056 0zm-4.156 7.198a24.884 24.884 0 0 1-.528-.914c-.095.257-.183.51-.263.761.257.056.521.107.79.153zm1.932.234a22.897 22.897 0 0 0 3.392 0A22.897 22.897 0 0 0 15.392 12a22.897 22.897 0 0 0-1.696-2.938 22.897 22.897 0 0 0-3.392 0A22.897 22.897 0 0 0 8.608 12a22.897 22.897 0 0 0 1.696 2.938zm5.852-4.728c.095-.257.183-.51.263-.761a17.974 17.974 0 0 0-.79-.153 24.884 24.884 0 0 1 .527.914zM6.13 9.837c-.34.11-.662.23-.964.36C3.701 10.825 3 11.535 3 12c0 .465.7 1.175 2.166 1.803.302.13.624.25.964.36.222-.7.497-1.426.825-2.163a20.678 20.678 0 0 1-.825-2.163zm1.45-.388c.081.25.169.504.264.76a24.884 24.884 0 0 1 .528-.913c-.27.046-.534.097-.791.153zm10.29 4.714c.34-.11.662-.23.964-.36C20.299 13.175 21 12.465 21 12c0-.465-.7-1.175-2.166-1.803a11.36 11.36 0 0 0-.964-.36c-.222.7-.497 1.426-.825 2.163.328.737.603 1.462.825 2.163zm-1.45.388c-.081-.25-.169-.504-.264-.76a24.884 24.884 0 0 1-.528.913c.27-.046.534-.097.791-.153z\"/>\n    </g>\n</svg>\n</li><li title=\"reddit fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm6.67-10a1.46 1.46 0 0 0-2.47-1 7.12 7.12 0 0 0-3.85-1.23L13 6.65l2.14.45a1 1 0 1 0 .13-.61L12.82 6a.31.31 0 0 0-.37.24l-.74 3.47a7.14 7.14 0 0 0-3.9 1.23 1.46 1.46 0 1 0-1.61 2.39 2.87 2.87 0 0 0 0 .44c0 2.24 2.61 4.06 5.83 4.06s5.83-1.82 5.83-4.06a2.87 2.87 0 0 0 0-.44 1.46 1.46 0 0 0 .81-1.33zm-10 1a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm5.81 2.75a3.84 3.84 0 0 1-2.47.77 3.84 3.84 0 0 1-2.47-.77.27.27 0 0 1 .38-.38A3.27 3.27 0 0 0 12 16a3.28 3.28 0 0 0 2.09-.61.28.28 0 1 1 .39.4v-.04zm-.18-1.71a1 1 0 1 1 1-1 1 1 0 0 1-1.01 1.04l.01-.04z\"/>\n    </g>\n</svg>\n</li><li title=\"reddit line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M11.102 7.815l.751-3.536a2 2 0 0 1 2.373-1.54l3.196.68a2 2 0 1 1-.416 1.956l-3.196-.68-.666 3.135c1.784.137 3.557.73 5.163 1.7a3.192 3.192 0 0 1 4.741 2.673v.021a3.192 3.192 0 0 1-1.207 2.55 2.855 2.855 0 0 1-.008.123c0 3.998-4.45 7.03-9.799 7.03-5.332 0-9.708-3.024-9.705-6.953a5.31 5.31 0 0 1-.01-.181 3.192 3.192 0 0 1 3.454-5.35 11.446 11.446 0 0 1 5.329-1.628zm9.286 5.526c.408-.203.664-.62.661-1.075a1.192 1.192 0 0 0-2.016-.806l-.585.56-.67-.455c-1.615-1.098-3.452-1.725-5.23-1.764h-1.006c-1.875.029-3.651.6-5.237 1.675l-.663.45-.584-.55a1.192 1.192 0 1 0-1.314 1.952l.633.29-.054.695c-.013.17-.013.339.003.584 0 2.71 3.356 5.03 7.708 5.03 4.371 0 7.799-2.336 7.802-5.106a3.31 3.31 0 0 0 0-.508l-.052-.672.604-.3zM7 13.5a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0zm7 0a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0zm-1.984 5.103c-1.397 0-2.767-.37-3.882-1.21a.424.424 0 0 1 .597-.597c.945.693 2.123.99 3.269.99s2.33-.275 3.284-.959a.439.439 0 0 1 .732.206.469.469 0 0 1-.119.423c-.684.797-2.484 1.147-3.881 1.147z\"/>\n    </g>\n</svg>\n</li><li title=\"remixicon fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M16.53 17.53L20 21H3V4h10.667v.008A7.118 7.118 0 0 1 14.136 4c-.089.37-.136.76-.136 1.166C14 7.485 16.015 9.5 18.667 9.5c.724 0 1.419-.197 2.032-.538a7.003 7.003 0 0 1-4.17 8.567zM18.5 7.5a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5z\"/>\n    </g>\n</svg>\n</li><li title=\"remixicon line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M6.364 6l8.784 9.663.72-.283c1.685-.661 2.864-2.156 3.092-3.896A6.502 6.502 0 0 1 12.077 6H6.363zM14 5a4.5 4.5 0 0 0 6.714 3.918c.186.618.286 1.271.286 1.947 0 2.891-1.822 5.364-4.4 6.377L20 21H3V4h11.111A4.515 4.515 0 0 0 14 5zm4.5 2.5a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5zM5 7.47V19h10.48L5 7.47z\"/>\n    </g>\n</svg>\n</li><li title=\"safari fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M16.7 6.8l-6.114 3.786L6.8 16.7l-.104-.104-1.415 1.414.708.708 1.414-1.415L7.3 17.2l6.114-3.785L17.2 7.3l.104.104 1.415-1.414-.708-.708-1.414 1.415.104.104zM12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-.5-19v2h1V3h-1zm0 16v2h1v-2h-1zM8.094 3.876l.765 1.848.924-.382-.765-1.848-.924.382zm6.123 14.782l.765 1.848.924-.382-.765-1.848-.924.382zm.765-15.164l-.765 1.848.924.382.765-1.848-.924-.382zM8.86 18.276l-.765 1.848.924.382.765-1.848-.924-.382zM21 11.5h-2v1h2v-1zm-16 0H3v1h2v-1zm15.458 3.615l-1.835-.794-.397.918 1.835.794.397-.918zM5.774 8.761L3.94 7.967l-.397.918 1.835.794.397-.918zm14.35-.667l-1.848.765.382.924 1.848-.765-.382-.924zM5.342 14.217l-1.848.765.382.924 1.848-.765-.382-.924zm13.376 3.793l-1.415-1.414-.707.707 1.414 1.415.708-.708zM7.404 6.697L5.99 5.282l-.708.708 1.415 1.414.707-.707zm3.908 4.615l3.611-2.235-2.235 3.61-1.376-1.375z\"/>\n    </g>\n</svg>\n</li><li title=\"safari line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M17.812 6.503l-4.398 6.911-6.911 4.398A7.973 7.973 0 0 0 11 19.938V18h2v1.938a7.96 7.96 0 0 0 3.906-1.618l-1.37-1.37 1.414-1.414 1.37 1.37A7.96 7.96 0 0 0 19.938 13H18v-2h1.938a7.973 7.973 0 0 0-2.126-4.497zm-.315-.315A7.973 7.973 0 0 0 13 4.062V6h-2V4.062A7.96 7.96 0 0 0 7.094 5.68l1.37 1.37L7.05 8.464l-1.37-1.37A7.96 7.96 0 0 0 4.062 11H6v2H4.062a7.973 7.973 0 0 0 2.126 4.497l4.398-6.911 6.911-4.398zM12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10z\"/>\n    </g>\n</svg>\n</li><li title=\"skype fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M13.31 20.4a8.5 8.5 0 0 1-9.71-9.71 5.25 5.25 0 0 1 7.09-7.09 8.5 8.5 0 0 1 9.71 9.71 5.25 5.25 0 0 1-7.09 7.09zm-1.258-3.244h-.04c2.872 0 4.303-1.386 4.303-3.243 0-1.198-.551-2.471-2.726-2.958l-1.983-.44c-.755-.172-1.622-.4-1.622-1.115s.62-1.213 1.724-1.213c2.23 0 2.027 1.528 3.131 1.528.576 0 1.093-.342 1.093-.93 0-1.37-2.197-2.4-4.056-2.4-2.021 0-4.173.859-4.173 3.144 0 1.098.394 2.27 2.56 2.813l2.689.671c.816.202 1.018.659 1.018 1.072 0 .687-.684 1.358-1.918 1.358-2.417 0-2.078-1.857-3.374-1.857-.58 0-1.003.398-1.003.971 0 1.114 1.352 2.598 4.377 2.598z\"/>\n    </g>\n</svg>\n</li><li title=\"skype line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M13.004 18.423a2 2 0 0 1 1.237.207 3.25 3.25 0 0 0 4.389-4.389 2 2 0 0 1-.207-1.237 6.5 6.5 0 0 0-7.427-7.427 2 2 0 0 1-1.237-.207A3.25 3.25 0 0 0 5.37 9.76a2 2 0 0 1 .207 1.237 6.5 6.5 0 0 0 7.427 7.427zM12 20.5a8.5 8.5 0 0 1-8.4-9.81 5.25 5.25 0 0 1 7.09-7.09 8.5 8.5 0 0 1 9.71 9.71 5.25 5.25 0 0 1-7.09 7.09c-.427.066-.865.1-1.31.1zm.053-3.5C9.25 17 8 15.62 8 14.586c0-.532.39-.902.928-.902 1.2 0 .887 1.725 3.125 1.725 1.143 0 1.776-.624 1.776-1.261 0-.384-.188-.808-.943-.996l-2.49-.623c-2.006-.504-2.37-1.592-2.37-2.612C8.026 7.797 10.018 7 11.89 7c1.72 0 3.756.956 3.756 2.228 0 .545-.48.863-1.012.863-1.023 0-.835-1.418-2.9-1.418-1.023 0-1.596.462-1.596 1.126 0 .663.803.876 1.502 1.035l1.836.409C15.49 11.695 16 12.876 16 13.989 16 15.713 14.675 17 12.015 17h.038z\"/>\n    </g>\n</svg>\n</li><li title=\"slack fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6.527 14.514A1.973 1.973 0 0 1 4.56 16.48a1.973 1.973 0 0 1-1.967-1.967c0-1.083.884-1.968 1.967-1.968h1.968v1.968zm.992 0c0-1.083.884-1.968 1.967-1.968 1.083 0 1.968.885 1.968 1.968v4.927a1.973 1.973 0 0 1-1.968 1.967 1.973 1.973 0 0 1-1.967-1.967v-4.927zm1.967-7.987A1.973 1.973 0 0 1 7.52 4.56c0-1.083.884-1.967 1.967-1.967 1.083 0 1.968.884 1.968 1.967v1.968H9.486zm0 .992c1.083 0 1.968.884 1.968 1.967a1.973 1.973 0 0 1-1.968 1.968H4.56a1.973 1.973 0 0 1-1.967-1.968c0-1.083.884-1.967 1.967-1.967h4.927zm7.987 1.967c0-1.083.885-1.967 1.968-1.967s1.967.884 1.967 1.967a1.973 1.973 0 0 1-1.967 1.968h-1.968V9.486zm-.992 0a1.973 1.973 0 0 1-1.967 1.968 1.973 1.973 0 0 1-1.968-1.968V4.56c0-1.083.885-1.967 1.968-1.967s1.967.884 1.967 1.967v4.927zm-1.967 7.987c1.083 0 1.967.885 1.967 1.968a1.973 1.973 0 0 1-1.967 1.967 1.973 1.973 0 0 1-1.968-1.967v-1.968h1.968zm0-.992a1.973 1.973 0 0 1-1.968-1.967c0-1.083.885-1.968 1.968-1.968h4.927c1.083 0 1.967.885 1.967 1.968a1.973 1.973 0 0 1-1.967 1.967h-4.927z\"/>\n    </g>\n</svg>\n</li><li title=\"slack line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M14.5 3A1.5 1.5 0 0 1 16 4.5v5a1.5 1.5 0 0 1-3 0v-5A1.5 1.5 0 0 1 14.5 3zm-10 10H6v1.5A1.5 1.5 0 1 1 4.5 13zm8.5 5h1.5a1.5 1.5 0 1 1-1.5 1.5V18zm1.5-5h5a1.5 1.5 0 0 1 0 3h-5a1.5 1.5 0 0 1 0-3zm5-5a1.5 1.5 0 0 1 0 3H18V9.5A1.5 1.5 0 0 1 19.5 8zm-15 0h5a1.5 1.5 0 0 1 0 3h-5a1.5 1.5 0 0 1 0-3zm5-5A1.5 1.5 0 0 1 11 4.5V6H9.5a1.5 1.5 0 0 1 0-3zm0 10a1.5 1.5 0 0 1 1.5 1.5v5a1.5 1.5 0 0 1-3 0v-5A1.5 1.5 0 0 1 9.5 13z\"/>\n    </g>\n</svg>\n</li><li title=\"snapchat fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M11.871 21.764c-1.19 0-1.984-.561-2.693-1.056-.503-.357-.976-.696-1.533-.79a4.568 4.568 0 0 0-.803-.066c-.472 0-.847.071-1.114.125-.17.03-.312.058-.424.058-.116 0-.263-.032-.32-.228-.05-.16-.081-.312-.112-.459-.08-.37-.147-.597-.286-.62-1.489-.227-2.38-.57-2.554-.976-.014-.044-.031-.09-.031-.125-.01-.125.08-.227.205-.25 1.181-.196 2.242-.824 3.138-1.858.696-.803 1.035-1.579 1.066-1.663 0-.01.009-.01.009-.01.17-.351.205-.65.102-.895-.191-.46-.825-.656-1.257-.79-.111-.03-.205-.066-.285-.093-.37-.147-.986-.46-.905-.892.058-.312.472-.535.811-.535.094 0 .174.014.24.05.38.173.723.262 1.017.262.366 0 .54-.138.584-.182a24.93 24.93 0 0 0-.035-.593c-.09-1.365-.192-3.059.24-4.03 1.298-2.907 4.053-3.14 4.869-3.14L12.156 3h.05c.815 0 3.57.227 4.868 3.139.437.971.33 2.67.24 4.03l-.008.067c-.01.182-.023.356-.032.535.045.035.205.169.535.173.286-.008.598-.102.954-.263a.804.804 0 0 1 .312-.066c.125 0 .25.03.357.066h.009c.299.112.495.321.495.54.009.205-.152.517-.914.825-.08.03-.174.067-.285.093-.424.13-1.057.335-1.258.79-.111.24-.066.548.103.895 0 .01.009.01.009.01.049.124 1.337 3.049 4.204 3.526a.246.246 0 0 1 .205.25c0 .044-.009.089-.031.129-.174.41-1.057.744-2.555.976-.138.022-.205.25-.285.62a6.831 6.831 0 0 1-.112.459c-.044.147-.138.227-.298.227h-.023c-.102 0-.24-.013-.423-.049a5.285 5.285 0 0 0-1.115-.116c-.263 0-.535.023-.802.067-.553.09-1.03.433-1.534.79-.717.49-1.515 1.051-2.697 1.051h-.254z\"/>\n    </g>\n</svg>\n</li><li title=\"snapchat line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M15.396 10.58l.02-.249a32.392 32.392 0 0 0 .083-2.326c0-.87-.294-1.486-.914-2.063-.66-.614-1.459-.942-2.59-.942-1.137 0-1.958.335-2.51.888-.696.695-.958 1.218-.958 2.1 0 .521.061 1.994.096 2.618a2 2 0 0 1-.469 1.402c.055.098.105.204.153.317.3.771.198 1.543-.152 2.271-.392.818-.731 1.393-1.41 2.154a7.973 7.973 0 0 1-.642.643 1.999 1.999 0 0 1 .412.565 5.886 5.886 0 0 1 1.585.074c.81.146 1.324.434 2.194 1.061l.016.011.213.152c.619.44.877.546 1.473.546.609 0 .91-.121 1.523-.552l.207-.146c.876-.632 1.407-.928 2.231-1.076a6.664 6.664 0 0 1 1.559-.074 1.999 1.999 0 0 1 .417-.567 8.409 8.409 0 0 1-.616-.616 9.235 9.235 0 0 1-1.447-2.16c-.363-.749-.47-1.54-.137-2.321.04-.098.085-.19.132-.276a2 2 0 0 1-.469-1.435zm-10.315-.102c.419 0 .6.305 1.219.305.157 0 .26-.035.326-.066-.009-.156-.099-1.986-.099-2.729 0-1.688.72-2.69 1.543-3.514C8.893 3.65 10.175 3 11.996 3c1.82 0 3.066.653 3.952 1.478.886.825 1.551 1.93 1.551 3.528 0 1.555-.099 2.594-.108 2.716a.59.59 0 0 0 .279.065c.63 0 .63-.31 1.33-.31.685 0 .983.57.983.823 0 .621-.833.967-1.33 1.126-.369.117-.931.291-1.075.635-.074.174-.043.4.092.678.003.008 1.26 2.883 3.93 3.326.235.035.391.241.391.483 0 .332-.37.617-.726.782-.443.2-1.091.37-1.952.505-.043.078-.134.485-.235.887-.135.542-.801.366-.991.326A4.997 4.997 0 0 0 16.291 20c-.482.087-.913.378-1.395.726-.713.504-1.465 1.076-2.9 1.076-1.436 0-2.144-.572-2.857-1.076-.482-.348-.905-.637-1.396-.726-.898-.163-1.57.036-1.795.057-.226.02-.842.244-.996-.327-.045-.166-.191-.808-.235-.895-.856-.135-1.508-.313-1.952-.513-.365-.165-.726-.443-.726-.779 0-.235.158-.44.391-.482 2.644-.483 3.766-3.005 3.922-3.33.132-.276.161-.5.091-.679-.143-.343-.704-.513-1.073-.635-.105-.034-1.336-.373-1.336-1.117 0-.24.205-.573.582-.73a1.36 1.36 0 0 1 .465-.092z\"/>\n    </g>\n</svg>\n</li><li title=\"soundcloud fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M10.464 8.596c.265 0 .48 2.106.48 4.704l-.001.351c-.019 2.434-.226 4.353-.479 4.353-.256 0-.465-1.965-.48-4.44v-.352c.005-2.558.218-4.616.48-4.616zm-1.664.96c.259 0 .47 1.8.48 4.054v.34c-.01 2.254-.221 4.054-.48 4.054-.255 0-.464-1.755-.48-3.97v-.34l.002-.34c.025-2.133.23-3.798.478-3.798zm-1.664 0c.255 0 .464 1.755.48 3.97v.34l-.002.34c-.025 2.133-.23 3.798-.478 3.798-.259 0-.47-1.8-.48-4.054v-.34c.01-2.254.221-4.054.48-4.054zm-1.664.576c.265 0 .48 1.762.48 3.936l-.002.335c-.02 2.017-.227 3.601-.478 3.601-.262 0-.474-1.717-.48-3.852v-.168c.006-2.135.218-3.852.48-3.852zM3.808 11.86c.265 0 .48 1.375.48 3.072v.158c-.013 1.623-.223 2.914-.48 2.914-.265 0-.48-1.375-.48-3.072v-.158c.013-1.623.223-2.914.48-2.914zm10.784-4.8c2.58 0 4.72 1.886 5.118 4.354a3.36 3.36 0 1 1 .993 6.589l-.063.001h-8.16a.768.768 0 0 1-.768-.768V7.933a5.16 5.16 0 0 1 2.88-.873zM2.144 11.668c.265 0 .48 1.332.48 2.976v.156c-.014 1.57-.223 2.82-.48 2.82-.26 0-.473-1.29-.48-2.898v-.078c0-1.644.215-2.976.48-2.976zm-1.664.96c.265 0 .48.946.48 2.112v.131c-.016 1.105-.225 1.981-.48 1.981-.265 0-.48-.946-.48-2.112v-.131c.016-1.105.225-1.981.48-1.981z\"/>\n    </g>\n</svg>\n</li><li title=\"soundcloud line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 10a1 1 0 0 1 1 1v7a1 1 0 0 1-2 0v-7a1 1 0 0 1 1-1zm3 1a1 1 0 0 1 1 1v6a1 1 0 0 1-2 0v-6a1 1 0 0 1 1-1zm3-4a1 1 0 0 1 1 1v10a1 1 0 0 1-2 0V8a1 1 0 0 1 1-1zm5-1a6 6 0 0 1 5.996 5.775l.003.26a3.5 3.5 0 0 1-.307 6.96L20.5 19h-3.501a1 1 0 0 1-.117-1.993L17 17h3.447l.138-.002a1.5 1.5 0 0 0 .267-2.957l-.135-.026-1.77-.252.053-1.787-.004-.176A4 4 0 0 0 15.2 8.005L15 8c-.268 0-.531.026-.788.077L14 8.126V18a1 1 0 0 1-.883.993L13 19a1 1 0 0 1-1-1l-.001-11.197A5.972 5.972 0 0 1 15 6zM1 12a1 1 0 0 1 1 1v4a1 1 0 0 1-2 0v-4a1 1 0 0 1 1-1z\"/>\n    </g>\n</svg>\n</li><li title=\"spectrum fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M13.2 2.006C21.24 2.093 22 3.25 22 12l-.006 1.2C21.907 21.24 20.75 22 12 22l-1.2-.006c-7.658-.083-8.711-1.136-8.794-8.795L2 11.691l.006-.89c.085-7.85 1.19-8.76 9.382-8.8l1.811.005zM8.25 7h-.583a.667.667 0 0 0-.66.568L7 7.667v3.666c0 .335.247.612.568.66l.099.007h.583a3.75 3.75 0 0 1 3.745 3.55l.005.2v.583c0 .335.247.612.568.66l.099.007h3.666a.667.667 0 0 0 .66-.568l.007-.099v-.583a8.75 8.75 0 0 0-8.492-8.746L8.25 7z\"/>\n    </g>\n</svg>\n</li><li title=\"spectrum line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M11.388 2.001l1.811.005.844.014c7.161.164 7.938 1.512 7.957 9.667l-.006 1.512-.014.844c-.164 7.161-1.512 7.938-9.667 7.957l-1.512-.006-.888-.015c-6.853-.163-7.827-1.428-7.907-8.78L2 11.691l.006-.89.014-.865c.165-7.053 1.487-7.897 9.368-7.935zM14.12 4.01L10.882 4l-1.322.01c-5.489.082-5.544.82-5.559 7.403l.001 2.175.01 1.04c.089 4.982.793 5.343 6.4 5.369l3.454-.002.776-.009c5.108-.091 5.347-.837 5.358-6.877l-.003-2.743-.012-1.055c-.094-4.796-.785-5.25-5.865-5.303zM8.25 7A8.75 8.75 0 0 1 17 15.75v.583a.667.667 0 0 1-.667.667h-3.666a.667.667 0 0 1-.667-.667v-.583A3.75 3.75 0 0 0 8.25 12h-.583A.667.667 0 0 1 7 11.333V7.667C7 7.299 7.299 7 7.667 7h.583z\"/>\n    </g>\n</svg>\n</li><li title=\"spotify fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.55 2 12 2zm3.75 14.65c-2.35-1.45-5.3-1.75-8.8-.95-.35.1-.65-.15-.75-.45-.1-.35.15-.65.45-.75 3.8-.85 7.1-.5 9.7 1.1.35.15.4.55.25.85-.2.3-.55.4-.85.2zm1-2.7c-2.7-1.65-6.8-2.15-9.95-1.15-.4.1-.85-.1-.95-.5-.1-.4.1-.85.5-.95 3.65-1.1 8.15-.55 11.25 1.35.3.15.45.65.2 1s-.7.5-1.05.25zM6.3 9.75c-.5.15-1-.15-1.15-.6-.15-.5.15-1 .6-1.15 3.55-1.05 9.4-.85 13.1 1.35.45.25.6.85.35 1.3-.25.35-.85.5-1.3.25C14.7 9 9.35 8.8 6.3 9.75z\"/>\n    </g>\n</svg>\n</li><li title=\"spotify line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M12 2c5.55 0 10 4.5 10 10s-4.5 10-10 10S2 17.5 2 12 6.5 2 12 2zm0 2c-4.395 0-8 3.605-8 8s3.605 8 8 8 8-3.605 8-8c0-4.414-3.573-8-8-8zm3.75 12.65c-2.35-1.45-5.3-1.75-8.8-.95-.35.1-.65-.15-.75-.45-.1-.35.15-.65.45-.75 3.8-.85 7.1-.5 9.7 1.1.35.15.4.55.25.85-.2.3-.55.4-.85.2zm1-2.7c-2.7-1.65-6.8-2.15-9.95-1.15-.4.1-.85-.1-.95-.5-.1-.4.1-.85.5-.95 3.65-1.1 8.15-.55 11.25 1.35.3.15.45.65.2 1s-.7.5-1.05.25zM6.3 9.75c-.5.15-1-.15-1.15-.6-.15-.5.15-1 .6-1.15 3.55-1.05 9.4-.85 13.1 1.35.45.25.6.85.35 1.3-.25.35-.85.5-1.3.25C14.7 9 9.35 8.8 6.3 9.75z\"/>\n    </g>\n</svg>\n</li><li title=\"stack overflow fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M18 20.002V14.67h2v7.333H4V14.67h2v5.333h12zM7.599 14.736l.313-1.98 8.837 1.7-.113 1.586-9.037-1.306zm1.2-4.532l.732-1.6 7.998 3.733-.733 1.599-7.998-3.732zm2.265-3.932l1.133-1.333 6.798 5.665-1.133 1.333-6.798-5.665zm4.332-4.132l5.265 7.064-1.4 1.067-5.264-7.065 1.4-1.066zM7.332 18.668v-2h9.33v2h-9.33z\"/>\n    </g>\n</svg>\n</li><li title=\"stack overflow line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M18 20.002V15h2v7.002H4V15h2v5.002h12zM7.5 18v-2h9v2h-9zm.077-4.38l.347-1.97 8.864 1.563-.348 1.97-8.863-1.563zm1.634-5.504l1-1.732 7.794 4.5-1 1.732-7.794-4.5zm3.417-4.613l1.532-1.286 5.785 6.895-1.532 1.285-5.785-6.894z\"/>\n    </g>\n</svg>\n</li><li title=\"stackshare fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M21 3c.552 0 1 .448 1 1v16c0 .552-.448 1-1 1H3c-.552 0-1-.448-1-1V4c0-.552.448-1 1-1h18zm-4.208 2.621c-1.011 0-1.864.676-2.133 1.6h-1.998l-2.46 4.185H8.763c-.268-.925-1.121-1.6-2.133-1.6-1.226 0-2.221.994-2.221 2.22 0 1.228.995 2.222 2.221 2.222 1.012 0 1.865-.676 2.133-1.6h1.471l2.417 4.133h2.018c.268.925 1.121 1.6 2.132 1.6 1.227 0 2.222-.994 2.222-2.221s-.995-2.222-2.222-2.222c-1.01 0-1.864.676-2.132 1.6h-1.317l-2.056-3.536 2.053-3.538h1.31c.27.925 1.122 1.6 2.133 1.6 1.227 0 2.222-.994 2.222-2.221s-.995-2.222-2.222-2.222zm.011 9.427c.644 0 1.168.524 1.168 1.168 0 .644-.524 1.167-1.168 1.167-.566 0-1.038-.405-1.144-.94 0 0-.031-.227 0-.454.106-.535.578-.94 1.144-.94zm-10.152-4.21c.644 0 1.168.524 1.168 1.168 0 .643-.524 1.167-1.168 1.167-.644 0-1.167-.524-1.167-1.167 0-.644.523-1.167 1.167-1.167zm10.15-4.209c.644 0 1.168.523 1.168 1.167s-.524 1.168-1.168 1.168c-.565 0-1.038-.406-1.144-.941-.026-.206 0-.446 0-.446.106-.543.579-.948 1.144-.948z\"/>\n    </g>\n</svg>\n</li><li title=\"stackshare line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M9.536 13H7.329c-.412 1.166-1.523 2-2.829 2-1.657 0-3-1.343-3-3s1.343-3 3-3c1.306 0 2.418.835 2.83 2h2.206L13 5h3.17c.412-1.165 1.524-2 2.83-2 1.657 0 3 1.343 3 3s-1.343 3-3 3c-1.306 0-2.417-.834-2.829-2h-2.017l-2.886 4.999L14.155 17h2.016c.411-1.165 1.523-2 2.829-2 1.657 0 3 1.343 3 3s-1.343 3-3 3c-1.306 0-2.417-.834-2.829-2H13l-3.464-6zM19 17c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1zM4.5 11c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1zM19 5c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1z\"/>\n    </g>\n</svg>\n</li><li title=\"steam fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M12.004 2c-5.25 0-9.556 4.05-9.964 9.197l5.36 2.216c.454-.31 1.002-.492 1.593-.492.053 0 .104.003.157.005l2.384-3.452v-.049c0-2.08 1.69-3.77 3.77-3.77 2.079 0 3.77 1.692 3.77 3.772s-1.692 3.771-3.77 3.771h-.087l-3.397 2.426c0 .043.003.088.003.133 0 1.562-1.262 2.83-2.825 2.83-1.362 0-2.513-.978-2.775-2.273l-3.838-1.589C3.573 18.922 7.427 22 12.005 22c5.522 0 9.998-4.477 9.998-10 0-5.522-4.477-10-9.999-10zM7.078 16.667c.218.452.595.832 1.094 1.041 1.081.45 2.328-.063 2.777-1.145.22-.525.22-1.1.004-1.625-.215-.525-.625-.934-1.147-1.152-.52-.217-1.075-.208-1.565-.025l1.269.525c.797.333 1.174 1.25.84 2.046-.33.797-1.247 1.175-2.044.843l-1.228-.508zm10.74-7.245c0-1.385-1.128-2.512-2.513-2.512-1.387 0-2.512 1.127-2.512 2.512 0 1.388 1.125 2.513 2.512 2.513 1.386 0 2.512-1.125 2.512-2.513zM15.31 7.53c1.04 0 1.888.845 1.888 1.888s-.847 1.888-1.888 1.888c-1.044 0-1.888-.845-1.888-1.888s.845-1.888 1.888-1.888z\"/>\n    </g>\n</svg>\n</li><li title=\"steam line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M17 4c2.761 0 5 2.239 5 5s-2.239 5-5 5c-.304 0-.603-.027-.892-.08l-2.651 1.989c.028.193.043.39.043.591 0 2.21-1.79 4-4 4s-4-1.79-4-4c0-.177.012-.352.034-.524L1.708 14.43l.75-1.854 3.826 1.545C7.013 13.138 8.182 12.5 9.5 12.5c.163 0 .323.01.48.029l2.042-3.061C12.007 9.314 12 9.158 12 9c0-2.761 2.239-5 5-5zM9.5 14.5c-.464 0-.892.158-1.231.424l1.606.649c.512.207.76.79.552 1.302-.207.512-.79.76-1.302.552L7.52 16.78c.136.972.971 1.721 1.981 1.721 1.105 0 2-.895 2-2s-.895-2-2-2zm3.364-2.69l-.983 1.476c.284.21.54.458.758.735l1.36-1.02c-.44-.332-.825-.735-1.135-1.191zM17 6c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3-1.343-3-3-3zm0 1c1.105 0 2 .895 2 2s-.895 2-2 2-2-.895-2-2 .895-2 2-2z\"/>\n    </g>\n</svg>\n</li><li title=\"switch fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M13.619 21c-.085 0-.141-.057-.127-.127V3.127c0-.056.042-.113.113-.113h2.785A4.61 4.61 0 0 1 21 7.624v8.766A4.61 4.61 0 0 1 16.39 21H13.62zm3.422-9.926c-1.004 0-1.824.82-1.824 1.824s.82 1.824 1.824 1.824 1.824-.82 1.824-1.824-.82-1.824-1.824-1.824zM5.8 8.4c0-.933.763-1.696 1.696-1.696.934 0 1.697.763 1.697 1.696 0 .934-.763 1.697-1.697 1.697A1.702 1.702 0 0 1 5.8 8.401zM11.54 3c.085 0 .142.057.128.127V20.86c0 .07-.057.127-.128.127H7.61A4.61 4.61 0 0 1 3 16.376V7.61A4.61 4.61 0 0 1 7.61 3h3.93zm-1.315 16.544V4.442H7.61c-.849 0-1.64.34-2.235.933a3.088 3.088 0 0 0-.933 2.235v8.766c0 .849.34 1.64.933 2.234a3.088 3.088 0 0 0 2.235.934h2.615z\"/>\n    </g>\n</svg>\n</li><li title=\"switch line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M12 3v18H7.6A4.6 4.6 0 0 1 3 16.4V7.6A4.6 4.6 0 0 1 7.6 3H12zm-2 2H7.6A2.6 2.6 0 0 0 5 7.6v8.8A2.6 2.6 0 0 0 7.6 19H10V5zm-2.5 5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM14 3h2.4A4.6 4.6 0 0 1 21 7.6v8.8a4.6 4.6 0 0 1-4.6 4.6H14V3zm3 11.7a1.8 1.8 0 1 0 0-3.6 1.8 1.8 0 0 0 0 3.6z\"/>\n    </g>\n</svg>\n</li><li title=\"taobao fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M3.576 8.277l-1.193 1.842 2.2 1.371s1.464.754.763 2.169c-.65 1.338-3.846 4.27-3.846 4.27l2.862 1.798c1.984-4.326 1.85-3.75 2.347-5.306.512-1.58.624-2.794-.242-3.677-1.113-1.125-1.238-1.23-2.891-2.467zm1.564-.694c1.04 0 1.883-.758 1.883-1.693 0-.943-.843-1.701-1.883-1.701-1.048 0-1.887.762-1.887 1.701.005.931.84 1.693 1.887 1.693zm17.005.21s-.624-4.87-11.207-1.854c.455-.795.669-1.307.669-1.307l-2.64-.75s-1.07 3.508-2.972 5.14c0 0 1.846 1.073 1.826 1.04a17.07 17.07 0 0 0 1.407-1.596c.424-.19.83-.363 1.226-.524-.492.887-1.278 2.218-2.068 3.056l1.112.984s.762-.738 1.589-1.62h.943v1.636H8.345v1.306h3.685v3.133l-.14-.004c-.408-.02-1.037-.089-1.287-.484-.298-.484-.077-1.359-.064-1.903H7.995l-.093.052s-.935 4.205 2.689 4.113c3.386.092 5.33-.956 6.265-1.677l.37 1.394 2.09-.882-1.416-3.484-1.693.536.314 1.19c-.427.33-.93.572-1.467.754v-2.738h3.592v-1.31h-3.592v-1.637h3.604V9.051h-6.41c.464-.569.822-1.089.92-1.415l-1.122-.307c4.798-1.733 7.47-1.435 7.45 1.403v7.475s.283 2.564-2.636 2.383l-1.58-.343-.367 1.512s6.817 1.967 7.374-3.314c.552-5.282-.142-8.652-.142-8.652z\"/>\n    </g>\n</svg>\n</li><li title=\"taobao line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M17.172 14H14.5v1.375c.55-.221 1.153-.49 1.812-.81l-.082-.238.942-.327zm.828-.287l.12-.042c.641 1.851 1.034 3.012 1.185 3.5l-1.912.59c-.074-.24-.216-.672-.427-1.293-6.081 2.885-8.671 2.054-9.008-1.907l1.993-.17c.1 1.165.344 1.622.897 1.752.393.093.94.063 1.652-.104V14H9v-2h.513l-1.167-1.39c1.043-.876 1.858-1.83 2.448-2.864-.518.135-1.037.28-1.551.435a13.955 13.955 0 0 1-1.754 2.109l-1.4-1.428c1.272-1.248 2.333-2.91 3.176-4.994l1.854.75a21.71 21.71 0 0 1-.48 1.101c3.702-.936 7.275-1.317 9.138-.68 1.223.418 1.919 1.391 2.187 2.584.17.756.313 2.689.313 5.123 0 2.807-.056 3.77-.34 4.622-.297.89-.696 1.418-1.407 1.984-.657.523-1.553.763-2.645.823-.673.037-1.368.003-2.095-.08a19.614 19.614 0 0 1-.596-.075l.264-1.982a57.039 57.039 0 0 0 .556.07c.625.07 1.216.1 1.762.07.714-.04 1.245-.181 1.508-.39.426-.34.591-.558.756-1.054.186-.554.237-1.448.237-3.988 0-2.299-.133-4.102-.264-4.683-.13-.577-.41-.97-.883-1.132-1.207-.412-3.801-.194-6.652.417l.615.262c-.13.302-.273.6-.43.89H18v2h-3.5V12H18v1.713zM12.5 10.5h-1.208A13.685 13.685 0 0 1 9.798 12H12.5v-1.5zm-10.039-.438L3.54 8.377c1.062.679 2.935 2.427 3.338 3.161 1.239 2.26.197 4.176-3.122 7.997l-1.51-1.311c2.687-3.094 3.5-4.59 2.878-5.724-.214-.39-1.857-1.924-2.662-2.438zm2.68-2.479c-1.049 0-1.883-.762-1.888-1.693 0-.94.84-1.701 1.887-1.701 1.04 0 1.883.758 1.883 1.701 0 .935-.843 1.693-1.883 1.693z\"/>\n    </g>\n</svg>\n</li><li title=\"telegram fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-3.11-8.83l.013-.007.87 2.87c.112.311.266.367.453.341.188-.025.287-.126.41-.244l1.188-1.148 2.55 1.888c.466.257.801.124.917-.432l1.657-7.822c.183-.728-.137-1.02-.702-.788l-9.733 3.76c-.664.266-.66.638-.12.803l2.497.78z\"/>\n    </g>\n</svg>\n</li><li title=\"telegram line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M12 20a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-3.11-8.83l-2.498-.779c-.54-.165-.543-.537.121-.804l9.733-3.76c.565-.23.885.061.702.79l-1.657 7.82c-.116.557-.451.69-.916.433l-2.551-1.888-1.189 1.148c-.122.118-.221.219-.409.244-.187.026-.341-.03-.454-.34l-.87-2.871-.012.008z\"/>\n    </g>\n</svg>\n</li><li title=\"trello fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M5.25 3h13.5A2.25 2.25 0 0 1 21 5.25v13.5A2.25 2.25 0 0 1 18.75 21H5.25A2.25 2.25 0 0 1 3 18.75V5.25A2.25 2.25 0 0 1 5.25 3zm7.92 3.42v5.76c0 .596.484 1.08 1.08 1.08h3.33a1.08 1.08 0 0 0 1.08-1.08V6.42a1.08 1.08 0 0 0-1.08-1.08h-3.33a1.08 1.08 0 0 0-1.08 1.08zm-7.83 0v10.26c0 .596.484 1.08 1.08 1.08h3.33a1.08 1.08 0 0 0 1.08-1.08V6.42a1.08 1.08 0 0 0-1.08-1.08H6.42a1.08 1.08 0 0 0-1.08 1.08z\"/>\n    </g>\n</svg>\n</li><li title=\"trello line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M5 5v14h14V5H5zm0-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2zm3 4h2a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1zm6 0h2a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1z\"/>\n    </g>\n</svg>\n</li><li title=\"tumblr fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6.27 7.63A5.76 5.76 0 0 0 10.815 2h3.03v5.152h3.637v3.636h-3.636v5.454c0 .515.197 1.207.909 1.667.474.307 1.484.458 3.03.455V22h-4.242a4.545 4.545 0 0 1-4.546-4.545v-6.667H6.27V7.63z\"/>\n    </g>\n</svg>\n</li><li title=\"tumblr line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M8 8c1.075 0 3.497-.673 3.497-4.5V2h1.5v6H18v2h-5.003v2.91C13 15.39 13 16.595 13 17c-.002 2.208 1.615 3.4 4.785 3.4V22h-2.242c-2.402.002-4.546-2.035-4.546-4.545V10H7V8h1z\"/>\n    </g>\n</svg>\n</li><li title=\"twitch fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M21 3v11.74l-4.696 4.695h-3.913l-2.437 2.348H6.913v-2.348H3V6.13L4.227 3H21zm-1.565 1.565H6.13v11.74h3.13v2.347l2.349-2.348h4.695l3.13-3.13V4.565zm-3.13 3.13v4.696h-1.566V7.696h1.565zm-3.914 0v4.696h-1.565V7.696h1.565z\"/>\n    </g>\n</svg>\n</li><li title=\"twitch line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4.3 3H21v11.7l-4.7 4.7h-3.9l-2.5 2.4H7v-2.4H3V6.2L4.3 3zM5 17.4h4v2.4h.095l2.5-2.4h3.877L19 13.872V5H5v12.4zM15 8h2v4.7h-2V8zm0 0h2v4.7h-2V8zm-5 0h2v4.7h-2V8z\"/>\n    </g>\n</svg>\n</li><li title=\"twitter fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M22.162 5.656a8.384 8.384 0 0 1-2.402.658A4.196 4.196 0 0 0 21.6 4c-.82.488-1.719.83-2.656 1.015a4.182 4.182 0 0 0-7.126 3.814 11.874 11.874 0 0 1-8.62-4.37 4.168 4.168 0 0 0-.566 2.103c0 1.45.738 2.731 1.86 3.481a4.168 4.168 0 0 1-1.894-.523v.052a4.185 4.185 0 0 0 3.355 4.101 4.21 4.21 0 0 1-1.89.072A4.185 4.185 0 0 0 7.97 16.65a8.394 8.394 0 0 1-6.191 1.732 11.83 11.83 0 0 0 6.41 1.88c7.693 0 11.9-6.373 11.9-11.9 0-.18-.005-.362-.013-.54a8.496 8.496 0 0 0 2.087-2.165z\"/>\n    </g>\n</svg>\n</li><li title=\"twitter line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M15.3 5.55a2.9 2.9 0 0 0-2.9 2.847l-.028 1.575a.6.6 0 0 1-.68.583l-1.561-.212c-2.054-.28-4.022-1.226-5.91-2.799-.598 3.31.57 5.603 3.383 7.372l1.747 1.098a.6.6 0 0 1 .034.993L7.793 18.17c.947.059 1.846.017 2.592-.131 4.718-.942 7.855-4.492 7.855-10.348 0-.478-1.012-2.141-2.94-2.141zm-4.9 2.81a4.9 4.9 0 0 1 8.385-3.355c.711-.005 1.316.175 2.669-.645-.335 1.64-.5 2.352-1.214 3.331 0 7.642-4.697 11.358-9.463 12.309-3.268.652-8.02-.419-9.382-1.841.694-.054 3.514-.357 5.144-1.55C5.16 15.7-.329 12.47 3.278 3.786c1.693 1.977 3.41 3.323 5.15 4.037 1.158.475 1.442.465 1.973.538z\"/>\n    </g>\n</svg>\n</li><li title=\"ubuntu fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M22 12c0 5.522-4.477 10-10 10S2 17.522 2 12C2 6.477 6.477 2 12 2s10 4.477 10 10zM5.2 10.664a1.335 1.335 0 1 0 0 2.67 1.335 1.335 0 0 0 0-2.67zm9.533 6.069a1.334 1.334 0 1 0 1.334 2.31 1.334 1.334 0 0 0-1.334-2.31zM8.1 12c0-1.32.656-2.485 1.659-3.19l-.976-1.636a5.813 5.813 0 0 0-2.399 3.371 1.875 1.875 0 0 1 0 2.91 5.813 5.813 0 0 0 2.398 3.371l.977-1.636A3.892 3.892 0 0 1 8.1 12zM12 8.1a3.9 3.9 0 0 1 3.884 3.554l1.903-.028a5.781 5.781 0 0 0-1.723-3.762A1.872 1.872 0 0 1 13.55 6.41a5.829 5.829 0 0 0-4.12.39l.927 1.663A3.885 3.885 0 0 1 12 8.1zm0 7.8c-.587 0-1.143-.13-1.643-.363l-.927 1.662a5.774 5.774 0 0 0 4.12.39 1.872 1.872 0 0 1 2.514-1.454 5.782 5.782 0 0 0 1.723-3.762l-1.903-.027A3.898 3.898 0 0 1 12 15.9zm2.732-8.633a1.335 1.335 0 1 0 1.335-2.312 1.335 1.335 0 0 0-1.335 2.312z\"/>\n    </g>\n</svg>\n</li><li title=\"ubuntu line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M8.667 19.273l1.006-1.742a6.001 6.001 0 0 0 8.282-4.781h2.012A7.97 7.97 0 0 1 18.928 16a8 8 0 0 1-1.452 1.835 2.493 2.493 0 0 0-1.976.227 2.493 2.493 0 0 0-1.184 1.596 7.979 7.979 0 0 1-5.65-.385zm-1.3-.75a7.979 7.979 0 0 1-3.156-4.7C4.696 13.367 5 12.72 5 12c0-.72-.304-1.369-.791-1.825A8 8 0 0 1 5.072 8a7.97 7.97 0 0 1 2.295-2.524l1.006 1.742a6.001 6.001 0 0 0 0 9.563l-1.005 1.742zm1.3-13.796a8.007 8.007 0 0 1 5.648-.387c.152.65.562 1.238 1.185 1.598.623.36 1.337.42 1.976.227a8.007 8.007 0 0 1 2.49 5.085h-2.013A5.99 5.99 0 0 0 15 6.804a5.99 5.99 0 0 0-5.327-.335L8.667 4.727zM16 5.072a1.5 1.5 0 1 1 1.5-2.598A1.5 1.5 0 0 1 16 5.072zM4 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm12 6.928a1.5 1.5 0 1 1 1.5 2.598 1.5 1.5 0 0 1-1.5-2.598z\"/>\n    </g>\n</svg>\n</li><li title=\"unsplash fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M8.5 11v5h7v-5H21v10H3V11h5.5zm7-8v5h-7V3h7z\"/>\n    </g>\n</svg>\n</li><li title=\"unsplash line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M10 10v4h4v-4h7v11H3V10h7zm-2 2H5v7h14v-7h-3l-.001 4H8v-4zm8-9v6H8V3h8zm-2 2h-4v2h4V5z\"/>\n    </g>\n</svg>\n</li><li title=\"vimeo fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M1.173 8.301c-.281-.413-.252-.413.328-.922 1.232-1.082 2.394-2.266 3.736-3.212 1.215-.852 2.826-1.402 3.927-.047 1.014 1.249 1.038 3.142 1.295 4.65.257 1.564.503 3.164 1.051 4.66.152.421.443 1.217.968 1.284.678.093 1.368-1.096 1.683-1.54.817-1.18 1.925-2.769 1.785-4.286-.138-1.612-1.878-1.309-2.966-.924.175-1.809 1.858-3.843 3.48-4.53 1.72-.714 4.276-.702 5.14 1.237.923 2.102.093 4.543-.912 6.448-1.097 2.068-2.509 3.982-4.018 5.77-1.331 1.588-2.906 3.33-4.89 4.089-2.267.864-3.61-.82-4.382-2.77-.843-2.123-1.262-4.506-1.87-6.717-.256-.934-.56-1.997-1.167-2.768-.792-.995-1.692-.06-2.474.477-.269-.267-.491-.607-.714-.899z\"/>\n    </g>\n</svg>\n</li><li title=\"vimeo line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M17.993 3.004c2.433 0 4.005 1.512 4.005 4.496 0 1.72-.998 3.94-1.832 5.235-2.789 4.333-6.233 8.74-9.643 8.74-3.706 0-4.67-6.831-5.092-8.432-.422-1.601-.533-2.21-1.17-3.233-.317.22-.76.529-1.33.93-.224.157-.533.105-.693-.117L.925 8.807C.789 8.62.8 8.363.952 8.187 3.779 4.915 6.128 3.278 8 3.278c2.392 0 3.124 2.816 3.324 4.223.3 2.117.69 4.738 1.244 5.872.557-.792 2.18-2.888 1.967-3.99-.094-.486-1.317.183-1.887.078-.425-.08-.806-.402-.806-1.026 0-1.31 1.852-5.43 6.151-5.43zm.007 2c-2.195 0-3.251 1.533-3.653 2.208 1.25.046 1.97.818 2.133 1.803.389 2.33-1.916 4.92-2.339 5.565-.396.603-3.061 3.328-4.25-3.36-.112-.629-.367-2.163-.665-4.186-.17-1.151-.873-1.763-1.23-1.763-.842 0-1.92.65-3.855 2.515 1.905-.115 2.545 2.276 2.916 3.633.816 2.984 1.571 8.056 3.62 8.056 1.727 0 4.439-2.646 7.37-7.04.209-.311 1.966-3.024 1.966-5.036 0-2.395-1.469-2.395-2.013-2.395z\"/>\n    </g>\n</svg>\n</li><li title=\"visa fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M1 4h22v2H1V4zm0 14h22v2H1v-2zm18.622-3.086l-.174-.87h-1.949l-.31.863-1.562.003c1.005-2.406 1.75-4.19 2.236-5.348.127-.303.353-.457.685-.455.254.002.669.002 1.245 0L21 14.912l-1.378.003zm-1.684-2.062h1.256l-.47-2.18-.786 2.18zM7.872 9.106l1.57.002-2.427 5.806-1.59-.001c-.537-2.07-.932-3.606-1.184-4.605-.077-.307-.23-.521-.526-.622-.263-.09-.701-.23-1.315-.419v-.16h2.509c.434 0 .687.21.769.64l.62 3.289 1.574-3.93zm3.727.002l-1.24 5.805-1.495-.002 1.24-5.805 1.495.002zM14.631 9c.446 0 1.01.138 1.334.267l-.262 1.204c-.293-.118-.775-.277-1.18-.27-.59.009-.954.256-.954.493 0 .384.632.578 1.284.999.743.48.84.91.831 1.378-.01.971-.831 1.929-2.564 1.929-.791-.012-1.076-.078-1.72-.306l.272-1.256c.656.274.935.361 1.495.361.515 0 .956-.207.96-.568.002-.257-.155-.384-.732-.702-.577-.317-1.385-.756-1.375-1.64C12.033 9.759 13.107 9 14.63 9z\"/>\n    </g>\n</svg>\n</li><li title=\"visa line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M22.222 15.768l-.225-1.125h-2.514l-.4 1.117-2.015.004a4199.19 4199.19 0 0 1 2.884-6.918c.164-.391.455-.59.884-.588.328.003.863.003 1.606.001L24 15.765l-1.778.003zm-2.173-2.666h1.62l-.605-2.82-1.015 2.82zM7.06 8.257l2.026.002-3.132 7.51-2.051-.002a950.849 950.849 0 0 1-1.528-5.956c-.1-.396-.298-.673-.679-.804C1.357 8.89.792 8.71 0 8.465V8.26h3.237c.56 0 .887.271.992.827.106.557.372 1.975.8 4.254L7.06 8.257zm4.81.002l-1.602 7.508-1.928-.002L9.94 8.257l1.93.002zm3.91-.139c.577 0 1.304.18 1.722.345l-.338 1.557c-.378-.152-1-.357-1.523-.35-.76.013-1.23.332-1.23.638 0 .498.816.749 1.656 1.293.959.62 1.085 1.177 1.073 1.782-.013 1.256-1.073 2.495-3.309 2.495-1.02-.015-1.388-.101-2.22-.396l.352-1.625c.847.355 1.206.468 1.93.468.663 0 1.232-.268 1.237-.735.004-.332-.2-.497-.944-.907-.744-.411-1.788-.98-1.774-2.122.017-1.462 1.402-2.443 3.369-2.443z\"/>\n    </g>\n</svg>\n</li><li title=\"vuejs fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M1 3h4l7 12 7-12h4L12 22 1 3zm8.667 0L12 7l2.333-4h4.035L12 14 5.632 3h4.035z\"/>\n    </g>\n</svg>\n</li><li title=\"vuejs line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3.316 3L12 18l8.684-15H23L12 22 1 3h2.316zm4.342 0L12 10.5 16.342 3h2.316L12 14.5 5.342 3h2.316z\"/>\n    </g>\n</svg>\n</li><li title=\"wechat 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5.457 18.185C3.358 16.677 2 14.4 2 11.908 2 7.323 6.475 3.6 12 3.6s10 3.723 10 8.308c0 4.584-4.475 8.307-10 8.307a11.36 11.36 0 0 1-3.272-.461c-.092-.03-.216-.03-.308-.03-.185 0-.37.06-.525.153l-2.191 1.261a.44.44 0 0 1-.185.062.342.342 0 0 1-.34-.338c0-.093.03-.154.062-.247.03-.03.308-1.046.463-1.661 0-.062.03-.154.03-.216 0-.246-.092-.43-.277-.553zm3.21-7.674c.717 0 1.285-.568 1.285-1.285 0-.718-.568-1.286-1.285-1.286-.718 0-1.285.568-1.285 1.286 0 .717.567 1.285 1.285 1.285zm6.666 0c.718 0 1.285-.568 1.285-1.285 0-.718-.567-1.286-1.285-1.286-.717 0-1.285.568-1.285 1.286 0 .717.568 1.285 1.285 1.285z\"/>\n    </g>\n</svg>\n</li><li title=\"wechat 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M8.667 11.511a1.276 1.276 0 0 1-1.285-1.285c0-.718.567-1.286 1.285-1.286.717 0 1.285.568 1.285 1.286 0 .717-.568 1.285-1.285 1.285zm6.666 0a1.276 1.276 0 0 1-1.285-1.285c0-.718.568-1.286 1.285-1.286.718 0 1.285.568 1.285 1.286 0 .717-.567 1.285-1.285 1.285zm-8.51 7.704l.715-.436a4 4 0 0 1 2.705-.536c.212.033.386.059.52.076.406.054.82.081 1.237.081 4.42 0 7.9-3.022 7.9-6.6S16.42 5.2 12 5.2s-7.9 3.022-7.9 6.6c0 1.366.5 2.673 1.432 3.781.048.057.12.137.214.235a4 4 0 0 1 1.101 3.102l-.025.297zm-.63 2.727a1 1 0 0 1-1.527-.93l.188-2.26a2 2 0 0 0-.55-1.551A6.993 6.993 0 0 1 4 16.868C2.806 15.447 2.1 13.695 2.1 11.8c0-4.75 4.432-8.6 9.9-8.6s9.9 3.85 9.9 8.6-4.432 8.6-9.9 8.6c-.51 0-1.01-.033-1.499-.098a23.61 23.61 0 0 1-.569-.084 2 2 0 0 0-1.353.268l-2.387 1.456z\"/>\n    </g>\n</svg>\n</li><li title=\"wechat fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M18.574 13.711a.91.91 0 0 0 .898-.898c0-.498-.399-.898-.898-.898s-.898.4-.898.898c0 .5.4.898.898.898zm-4.425 0a.91.91 0 0 0 .898-.898c0-.498-.4-.898-.898-.898-.5 0-.898.4-.898.898 0 .5.399.898.898.898zm6.567 5.04a.347.347 0 0 0-.172.37c0 .048 0 .097.025.147.098.417.294 1.081.294 1.106 0 .073.025.122.025.172a.22.22 0 0 1-.221.22c-.05 0-.074-.024-.123-.048l-1.449-.836a.799.799 0 0 0-.344-.098c-.073 0-.147 0-.196.024-.688.197-1.4.295-2.161.295-3.66 0-6.607-2.457-6.607-5.505 0-3.047 2.947-5.505 6.607-5.505 3.659 0 6.606 2.458 6.606 5.505 0 1.647-.884 3.146-2.284 4.154zM16.673 8.099a9.105 9.105 0 0 0-.28-.005c-4.174 0-7.606 2.86-7.606 6.505 0 .554.08 1.09.228 1.6h-.089a9.963 9.963 0 0 1-2.584-.368c-.074-.025-.148-.025-.222-.025a.832.832 0 0 0-.418.123l-1.748 1.005c-.05.025-.099.05-.148.05a.273.273 0 0 1-.27-.27c0-.074.024-.123.049-.197.024-.024.246-.834.369-1.324 0-.05.024-.123.024-.172a.556.556 0 0 0-.221-.442C2.058 13.376 1 11.586 1 9.598 1 5.945 4.57 3 8.95 3c3.765 0 6.93 2.169 7.723 5.098zm-5.154.418c.573 0 1.026-.477 1.026-1.026 0-.573-.453-1.026-1.026-1.026s-1.026.453-1.026 1.026.453 1.026 1.026 1.026zm-5.26 0c.573 0 1.027-.477 1.027-1.026 0-.573-.454-1.026-1.027-1.026-.572 0-1.026.453-1.026 1.026s.454 1.026 1.026 1.026z\"/>\n    </g>\n</svg>\n</li><li title=\"wechat line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g fill-rule=\"evenodd\">\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M10 14.676v-.062c0-2.508 2.016-4.618 4.753-5.233C14.389 7.079 11.959 5.2 8.9 5.2 5.58 5.2 3 7.413 3 9.98c0 .969.36 1.9 1.04 2.698.032.038.083.094.152.165a3.568 3.568 0 0 1 1.002 2.238 3.612 3.612 0 0 1 2.363-.442c.166.026.302.046.405.06A7.254 7.254 0 0 0 10 14.675zm.457 1.951a9.209 9.209 0 0 1-2.753.055 19.056 19.056 0 0 1-.454-.067 1.612 1.612 0 0 0-1.08.212l-1.904 1.148a.806.806 0 0 1-.49.117.791.791 0 0 1-.729-.851l.15-1.781a1.565 1.565 0 0 0-.439-1.223 5.537 5.537 0 0 1-.241-.262C1.563 12.855 1 11.473 1 9.979 1 6.235 4.537 3.2 8.9 3.2c4.06 0 7.403 2.627 7.85 6.008 3.372.153 6.05 2.515 6.05 5.406 0 1.193-.456 2.296-1.229 3.19-.051.06-.116.13-.195.21a1.24 1.24 0 0 0-.356.976l.121 1.423a.635.635 0 0 1-.59.68.66.66 0 0 1-.397-.094l-1.543-.917a1.322 1.322 0 0 0-.874-.169c-.147.023-.27.04-.368.053-.316.04-.64.062-.969.062-2.694 0-4.998-1.408-5.943-3.401zm6.977 1.31a3.325 3.325 0 0 1 1.676.174 3.25 3.25 0 0 1 .841-1.502c.05-.05.087-.09.106-.112.489-.565.743-1.213.743-1.883 0-1.804-1.903-3.414-4.4-3.414-2.497 0-4.4 1.61-4.4 3.414s1.903 3.414 4.4 3.414c.241 0 .48-.016.714-.046.08-.01.188-.025.32-.046z\"/>\n    </g>\n</svg>\n</li><li title=\"wechat pay fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M9.27 14.669a.662.662 0 0 1-.88-.269l-.043-.095-1.818-3.998a.473.473 0 0 1 0-.145.327.327 0 0 1 .335-.328.305.305 0 0 1 .196.066l2.18 1.527a.989.989 0 0 0 .546.167.894.894 0 0 0 .342-.066l10.047-4.5a10.73 10.73 0 0 0-8.171-3.526C6.478 3.502 2 7.232 2 11.87a7.83 7.83 0 0 0 3.46 6.296.662.662 0 0 1 .24.727l-.45 1.701a.945.945 0 0 0-.051.24.327.327 0 0 0 .334.334.414.414 0 0 0 .19-.058l2.18-1.265c.16-.098.343-.151.531-.152.099 0 .197.014.29.043 1.063.3 2.161.452 3.265.45 5.525 0 10.01-3.729 10.01-8.33a7.226 7.226 0 0 0-1.097-3.883L9.35 14.625l-.08.044z\"/>\n    </g>\n</svg>\n</li><li title=\"wechat pay line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M19.145 8.993l-9.799 5.608-.07.046a.646.646 0 0 1-.3.068.655.655 0 0 1-.58-.344l-.046-.092-1.83-3.95c-.024-.046-.024-.092-.024-.138 0-.184.139-.321.324-.321.07 0 .14.023.209.069l2.155 1.515c.162.092.348.161.556.161a.937.937 0 0 0 .348-.069l8.275-3.648C16.934 6.273 14.634 5.2 12 5.2c-4.42 0-7.9 3.022-7.9 6.6 0 1.366.5 2.673 1.432 3.781.048.057.12.137.214.235a4 4 0 0 1 1.101 3.102l-.025.297.716-.436a4 4 0 0 1 2.705-.536c.212.033.386.059.52.076.406.054.82.081 1.237.081 4.42 0 7.9-3.022 7.9-6.6 0-.996-.27-1.95-.755-2.807zM6.192 21.943a1 1 0 0 1-1.526-.932l.188-2.259a2 2 0 0 0-.55-1.551A6.993 6.993 0 0 1 4 16.868C2.806 15.447 2.1 13.695 2.1 11.8c0-4.75 4.432-8.6 9.9-8.6s9.9 3.85 9.9 8.6-4.432 8.6-9.9 8.6c-.51 0-1.01-.033-1.499-.098a23.61 23.61 0 0 1-.569-.084 2 2 0 0 0-1.353.268l-2.387 1.456z\"/>\n    </g>\n</svg>\n</li><li title=\"weibo fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M17.525 11.378c1.263.392 2.669 1.336 2.669 3.004 0 2.763-3.98 6.239-9.964 6.239-4.565 0-9.23-2.213-9.23-5.852 0-1.902 1.204-4.102 3.277-6.177 2.773-2.77 6.004-4.033 7.219-2.816.537.537.588 1.464.244 2.572-.178.557.525.25.525.25 2.24-.938 4.196-.994 4.909.027.38.543.343 1.306-.008 2.19-.163.407.048.471.36.563zm-7.282 7.939c3.641-.362 6.401-2.592 6.167-4.983-.237-2.391-3.382-4.038-7.023-3.677-3.64.36-6.403 2.59-6.167 4.98.237 2.394 3.382 4.039 7.023 3.68zM6.16 14.438c.754-1.527 2.712-2.39 4.446-1.94 1.793.463 2.707 2.154 1.976 3.8-.744 1.682-2.882 2.578-4.695 1.993-1.752-.566-2.493-2.294-1.727-3.853zm1.446 2.587c.568.257 1.325.013 1.676-.55.346-.568.163-1.217-.407-1.459-.563-.237-1.291.008-1.64.553-.354.547-.189 1.202.371 1.456zm2.206-1.808c.219.092.501-.012.628-.231.123-.22.044-.466-.178-.548-.216-.084-.486.018-.613.232-.123.214-.054.458.163.547zM19.873 9.5a.725.725 0 1 1-1.378-.451 1.38 1.38 0 0 0-.288-1.357 1.395 1.395 0 0 0-1.321-.425.723.723 0 1 1-.303-1.416 2.836 2.836 0 0 1 3.29 3.649zm-3.916-6.575A5.831 5.831 0 0 1 21.5 4.72a5.836 5.836 0 0 1 1.22 5.704.838.838 0 0 1-1.06.54.844.844 0 0 1-.542-1.062 4.143 4.143 0 0 0-4.807-5.327.845.845 0 0 1-.354-1.65z\"/>\n    </g>\n</svg>\n</li><li title=\"weibo line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M20.194 14.197c0 3.362-4.53 6.424-9.926 6.424C5.318 20.62 1 18.189 1 14.534c0-1.947 1.18-4.087 3.24-6.088 2.832-2.746 6.229-4.033 7.858-2.448.498.482.723 1.122.719 1.858 1.975-.576 3.65-.404 4.483.752.449.623.532 1.38.326 2.207 1.511.61 2.568 1.77 2.568 3.382zm-4.44-2.07c-.386-.41-.4-.92-.198-1.41.208-.508.213-.812.12-.94-.264-.368-1.533-.363-3.194.311a2.043 2.043 0 0 1-.509.14c-.344.046-.671.001-.983-.265-.419-.359-.474-.855-.322-1.316.215-.67.18-1.076.037-1.215-.186-.18-.777-.191-1.659.143-1.069.405-2.298 1.224-3.414 2.306C3.925 11.54 3 13.218 3 14.534c0 2.242 3.276 4.087 7.268 4.087 4.42 0 7.926-2.37 7.926-4.424 0-.738-.637-1.339-1.673-1.652-.394-.113-.536-.171-.767-.417zm7.054-1.617a1 1 0 0 1-1.936-.502 4 4 0 0 0-4.693-4.924 1 1 0 1 1-.407-1.958 6 6 0 0 1 7.036 7.384z\"/>\n    </g>\n</svg>\n</li><li title=\"whatsapp fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M2.004 22l1.352-4.968A9.954 9.954 0 0 1 2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10a9.954 9.954 0 0 1-5.03-1.355L2.004 22zM8.391 7.308a.961.961 0 0 0-.371.1 1.293 1.293 0 0 0-.294.228c-.12.113-.188.211-.261.306A2.729 2.729 0 0 0 6.9 9.62c.002.49.13.967.33 1.413.409.902 1.082 1.857 1.971 2.742.214.213.423.427.648.626a9.448 9.448 0 0 0 3.84 2.046l.569.087c.185.01.37-.004.556-.013a1.99 1.99 0 0 0 .833-.231c.166-.088.244-.132.383-.22 0 0 .043-.028.125-.09.135-.1.218-.171.33-.288.083-.086.155-.187.21-.302.078-.163.156-.474.188-.733.024-.198.017-.306.014-.373-.004-.107-.093-.218-.19-.265l-.582-.261s-.87-.379-1.401-.621a.498.498 0 0 0-.177-.041.482.482 0 0 0-.378.127v-.002c-.005 0-.072.057-.795.933a.35.35 0 0 1-.368.13 1.416 1.416 0 0 1-.191-.066c-.124-.052-.167-.072-.252-.109l-.005-.002a6.01 6.01 0 0 1-1.57-1c-.126-.11-.243-.23-.363-.346a6.296 6.296 0 0 1-1.02-1.268l-.059-.095a.923.923 0 0 1-.102-.205c-.038-.147.061-.265.061-.265s.243-.266.356-.41a4.38 4.38 0 0 0 .263-.373c.118-.19.155-.385.093-.536-.28-.684-.57-1.365-.868-2.041-.059-.134-.234-.23-.393-.249-.054-.006-.108-.012-.162-.016a3.385 3.385 0 0 0-.403.004z\"/>\n    </g>\n</svg>\n</li><li title=\"whatsapp line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M7.253 18.494l.724.423A7.953 7.953 0 0 0 12 20a8 8 0 1 0-8-8c0 1.436.377 2.813 1.084 4.024l.422.724-.653 2.401 2.4-.655zM2.004 22l1.352-4.968A9.954 9.954 0 0 1 2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10a9.954 9.954 0 0 1-5.03-1.355L2.004 22zM8.391 7.308c.134-.01.269-.01.403-.004.054.004.108.01.162.016.159.018.334.115.393.249.298.676.588 1.357.868 2.04.062.152.025.347-.093.537a4.38 4.38 0 0 1-.263.372c-.113.145-.356.411-.356.411s-.099.118-.061.265c.014.056.06.137.102.205l.059.095c.256.427.6.86 1.02 1.268.12.116.237.235.363.346.468.413.998.75 1.57 1l.005.002c.085.037.128.057.252.11.062.026.126.049.191.066a.35.35 0 0 0 .367-.13c.724-.877.79-.934.796-.934v.002a.482.482 0 0 1 .378-.127c.06.004.121.015.177.04.531.243 1.4.622 1.4.622l.582.261c.098.047.187.158.19.265.004.067.01.175-.013.373-.032.259-.11.57-.188.733a1.155 1.155 0 0 1-.21.302 2.378 2.378 0 0 1-.33.288 3.71 3.71 0 0 1-.125.09 5.024 5.024 0 0 1-.383.22 1.99 1.99 0 0 1-.833.23c-.185.01-.37.024-.556.014-.008 0-.568-.087-.568-.087a9.448 9.448 0 0 1-3.84-2.046c-.226-.199-.435-.413-.649-.626-.89-.885-1.562-1.84-1.97-2.742A3.47 3.47 0 0 1 6.9 9.62a2.729 2.729 0 0 1 .564-1.68c.073-.094.142-.192.261-.305.127-.12.207-.184.294-.228a.961.961 0 0 1 .371-.1z\"/>\n    </g>\n</svg>\n</li><li title=\"windows fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M3 5.479l7.377-1.016v7.127H3V5.48zm0 13.042l7.377 1.017v-7.04H3v6.023zm8.188 1.125L21 21v-8.502h-9.812v7.148zm0-15.292v7.236H21V3l-9.812 1.354z\"/>\n    </g>\n</svg>\n</li><li title=\"windows line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M21 2.5v19l-18-2v-15l18-2zm-2 10.499L12 13v5.487l7 .778V13zm-14 4.71l5 .556V13l-5-.001v4.71zM19 11V4.735l-7 .777V11l7-.001zm-9-5.265L5 6.29V11L10 11V5.734z\"/>\n    </g>\n</svg>\n</li><li title=\"xbox fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M5.418 19.527A9.956 9.956 0 0 0 12 22a9.967 9.967 0 0 0 6.585-2.473c1.564-1.593-3.597-7.257-6.585-9.514-2.985 2.257-8.15 7.921-6.582 9.514zm9.3-12.005c2.084 2.468 6.237 8.595 5.064 10.76A9.952 9.952 0 0 0 22 12.003a9.958 9.958 0 0 0-2.975-7.113s-.022-.018-.068-.035a.686.686 0 0 0-.235-.038c-.493 0-1.654.362-4.004 2.705zM5.045 4.856c-.048.017-.068.034-.072.035A9.963 9.963 0 0 0 2 12.003c0 2.379.832 4.561 2.218 6.278C3.05 16.11 7.2 9.988 9.284 7.523 6.934 5.178 5.771 4.818 5.28 4.818a.604.604 0 0 0-.234.039v-.002zM12 4.959S9.546 3.523 7.63 3.455c-.753-.027-1.212.246-1.268.282C8.149 2.538 10.049 2 11.987 2H12c1.945 0 3.838.538 5.638 1.737-.056-.038-.512-.31-1.266-.282-1.917.068-4.372 1.5-4.372 1.5v.004z\"/>\n    </g>\n</svg>\n</li><li title=\"xbox line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4.797 15.485c1.124-2.52 3.2-5.44 4.487-6.962-1.248-1.246-2.162-1.931-2.818-2.3A7.977 7.977 0 0 0 4 12c0 1.25.286 2.432.797 3.485zm4.051-10.84C10.448 5.05 12 5.959 12 5.959v-.005s1.552-.904 3.151-1.31A7.974 7.974 0 0 0 12 4c-1.12 0-2.185.23-3.152.645zm8.686 1.578c-.655.37-1.568 1.055-2.816 2.3 1.287 1.523 3.362 4.441 4.486 6.961A7.968 7.968 0 0 0 20 12c0-2.27-.946-4.32-2.466-5.777zm.408 11.133c-1.403-2.236-4.09-4.944-5.942-6.343-1.85 1.4-4.539 4.108-5.941 6.345A7.98 7.98 0 0 0 12 20a7.98 7.98 0 0 0 5.942-2.644zM12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10z\"/>\n    </g>\n</svg>\n</li><li title=\"xing fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M20.462 3.23c.153 0 .307.078.384.155a.49.49 0 0 1 0 .461l-6.077 10.77 3.846 7.076a.49.49 0 0 1 0 .462.588.588 0 0 1-.384.154h-2.77c-.384 0-.615-.308-.769-.539l-3.923-7.154C11 14.308 16.923 3.77 16.923 3.77c.154-.307.385-.538.77-.538h2.769zM8.923 7c.385 0 .615.308.77.538l1.922 3.308c-.153.154-3 5.23-3 5.23-.153.232-.384.54-.769.54H5.154a.588.588 0 0 1-.385-.154.49.49 0 0 1 0-.462l2.846-5.154-1.846-3.23a.49.49 0 0 1 0-.462A.588.588 0 0 1 6.154 7h2.77z\"/>\n    </g>\n</svg>\n</li><li title=\"xing line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M20.444 3.5L13.81 14.99 17.857 22h-2.31l-4.045-7.009H11.5L18.134 3.5h2.31zM8.31 7l2.422 4.196-.002.001L7.67 16.5H5.361l3.06-5.305L6.002 7H8.31z\"/>\n    </g>\n</svg>\n</li><li title=\"youtube fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M21.543 6.498C22 8.28 22 12 22 12s0 3.72-.457 5.502c-.254.985-.997 1.76-1.938 2.022C17.896 20 12 20 12 20s-5.893 0-7.605-.476c-.945-.266-1.687-1.04-1.938-2.022C2 15.72 2 12 2 12s0-3.72.457-5.502c.254-.985.997-1.76 1.938-2.022C6.107 4 12 4 12 4s5.896 0 7.605.476c.945.266 1.687 1.04 1.938 2.022zM10 15.5l6-3.5-6-3.5v7z\"/>\n    </g>\n</svg>\n</li><li title=\"youtube line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M19.606 6.995c-.076-.298-.292-.523-.539-.592C18.63 6.28 16.5 6 12 6s-6.628.28-7.069.403c-.244.068-.46.293-.537.592C4.285 7.419 4 9.196 4 12s.285 4.58.394 5.006c.076.297.292.522.538.59C5.372 17.72 7.5 18 12 18s6.629-.28 7.069-.403c.244-.068.46-.293.537-.592C19.715 16.581 20 14.8 20 12s-.285-4.58-.394-5.005zm1.937-.497C22 8.28 22 12 22 12s0 3.72-.457 5.502c-.254.985-.997 1.76-1.938 2.022C17.896 20 12 20 12 20s-5.893 0-7.605-.476c-.945-.266-1.687-1.04-1.938-2.022C2 15.72 2 12 2 12s0-3.72.457-5.502c.254-.985.997-1.76 1.938-2.022C6.107 4 12 4 12 4s5.896 0 7.605.476c.945.266 1.687 1.04 1.938 2.022zM10 15.5v-7l6 3.5-6 3.5z\"/>\n    </g>\n</svg>\n</li><li title=\"zcool fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M9.902 21.839A7.903 7.903 0 0 1 2 13.935C2 10.29 4.467 7.06 7.824 6.31 11.745 5.43 13.528 4.742 14.9 2c.998 1.935.323 3.71 0 4.677 4.698-1.129 6.371-3.28 6.774-3.548 0 3.952-1.231 6.452-2.419 8.065 1.476-.056 2.009-.484 2.744-.587-.325 1.448-1.5 3.49-4.33 4.795a7.905 7.905 0 0 1-7.768 6.437zm3.71-6.452c0 .323-.053.484-.403.484l-3.15.002 2.96-3.248c.86-.86.86-1.29.86-2.388 0-.334-.048-.717.048-1.05.047-.144-.048-.192-.191-.144-.335.095-.908.095-1.863.095H7.575c-.239 0-.335-.143-.239-.334 0-.048 0-.191-.096-.191-.62.286-.764 1.576-.716 2.388 0 .43.239.669.573.669h3.391l-3.486 3.725c-.24.287-.478.669-.478 1.194v1.051c0 .478.287.764.812.86h5.988c.555 0 .933-.233.933-.855v-1.129c0-.208 0-.968-.645-1.129z\"/>\n    </g>\n</svg>\n</li><li title=\"zcool line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M8.26 8.26C5.838 8.803 4 11.208 4 13.935a5.903 5.903 0 0 0 11.703 1.098 2 2 0 0 1 1.129-1.448c.482-.222.91-.473 1.284-.743-.863-.603-1.186-1.862-.47-2.834a9.796 9.796 0 0 0 1.391-2.651 19.04 19.04 0 0 1-3.668 1.265c-1.261.303-2.392-.638-2.466-1.814-1.18.572-2.67 1.01-4.642 1.452zm10.996 2.934c1.166 0 1.917-.424 2.744-.587-.325 1.448-1.5 3.49-4.33 4.795A7.903 7.903 0 0 1 2 13.936C2 10.29 4.467 7.06 7.824 6.308 11.745 5.43 13.528 4.742 14.9 2c.689 1.333.689 2.892 0 4.677 2.816-.67 5.074-1.852 6.774-3.548 0 4.802-1.822 7.186-2.419 8.065zm-5.84 3.932c.584.145.584.832.584 1.02v1.022c0 .561-.342.773-.844.773H7.742c-.475-.087-.734-.346-.734-.778v-.95c0-.475.216-.82.432-1.08l3.152-3.369H7.526c-.302 0-.518-.216-.518-.604-.044-.735.086-1.9.647-2.16.087 0 .087.13.087.173-.087.173 0 .302.216.302h3.887c.863 0 1.381 0 1.684-.086.13-.043.216 0 .173.13-.087.302-.044.647-.044.95 0 .993 0 1.382-.777 2.159l-2.678 2.937 2.85-.002c.316 0 .364-.146.364-.437z\"/>\n    </g>\n</svg>\n</li><li title=\"zhihu fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M13.373 18.897h1.452l.478 1.637 2.605-1.637h3.07V5.395h-7.605v13.502zM14.918 6.86h4.515v10.57h-1.732l-1.73 1.087-.314-1.084-.739-.003V6.861zm-2.83 4.712H8.846a70.3 70.3 0 0 0 .136-4.56h3.172s.122-1.4-.532-1.384H6.135c.216-.814.488-1.655.813-2.524 0 0-1.493 0-2 1.339-.211.552-.82 2.677-1.904 4.848.365-.04 1.573-.073 2.284-1.378.131-.366.156-.413.318-.902h1.79c0 .651-.074 4.151-.104 4.558h-3.24c-.729 0-.965 1.466-.965 1.466h4.066C6.92 16.131 5.456 18.74 2.8 20.8c1.27.363 2.536-.057 3.162-.614 0 0 1.425-1.297 2.206-4.298l3.346 4.03s.49-1.668-.077-2.481c-.47-.554-1.74-2.052-2.281-2.595l-.907.72c.27-.867.433-1.71.488-2.524h3.822s-.005-1.466-.47-1.466z\"/>\n    </g>\n</svg>\n</li><li title=\"zhihu line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12.344 17.963l-1.688 1.074-2.131-3.35c-.44 1.402-1.172 2.665-2.139 3.825-.402.483-.82.918-1.301 1.375-.155.147-.775.717-.878.82l-1.414-1.414c.139-.139.787-.735.915-.856.43-.408.795-.79 1.142-1.206 1.266-1.518 2.03-3.21 2.137-5.231H3v-2h4V7h-.868c-.689 1.266-1.558 2.222-2.618 2.857L2.486 8.143c1.395-.838 2.425-2.604 3.038-5.36l1.952.434c-.14.633-.303 1.227-.489 1.783H11.5v2H9v4h2.5v2H9.185l3.159 4.963zm3.838-.07L17.298 17H19V7h-4v10h.736l.446.893zM13 5h8v14h-3l-2.5 2-1-2H13V5z\"/>\n    </g>\n</svg>\n</li><li class='heading'>Map</li><li title=\"anchor fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M13 9.874v10.054c3.619-.453 6.487-3.336 6.938-6.972H17L20.704 7A10.041 10.041 0 0 1 22 11.95C22 17.5 17.523 22 12 22S2 17.5 2 11.95c0-1.8.471-3.489 1.296-4.95L7 12.956H4.062c.451 3.636 3.32 6.519 6.938 6.972V9.874A4.002 4.002 0 0 1 12 2a4 4 0 0 1 1 7.874zM12 8a2 2 0 1 0 0-4 2 2 0 0 0 0 4z\"/>\n    </g>\n</svg>\n</li><li title=\"anchor line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M2.05 11H7v2H4.062A8.004 8.004 0 0 0 11 19.938V9.874A4.002 4.002 0 0 1 12 2a4 4 0 0 1 1 7.874v10.064A8.004 8.004 0 0 0 19.938 13H17v-2h4.95c.033.329.05.663.05 1 0 5.523-4.477 10-10 10S2 17.523 2 12c0-.337.017-.671.05-1zM12 8a2 2 0 1 0 0-4 2 2 0 0 0 0 4z\"/>\n    </g>\n</svg>\n</li><li title=\"barricade fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M19.556 19H21v2H3v-2h1.444l.89-4h13.333l.889 4zM17.333 9l.89 4H5.777l.889-4h10.666zm-.444-2H7.11l.715-3.217A1 1 0 0 1 8.802 3h6.396a1 1 0 0 1 .976.783L16.889 7z\"/>\n    </g>\n</svg>\n</li><li title=\"barricade line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6.493 19h11.014l-.667-3H7.16l-.667 3zm13.063 0H21v2H3v-2h1.444L7.826 3.783A1 1 0 0 1 8.802 3h6.396a1 1 0 0 1 .976.783L19.556 19zM7.604 14h8.792l-.89-4H8.494l-.889 4zm1.334-6h6.124l-.666-3H9.604l-.666 3z\"/>\n    </g>\n</svg>\n</li><li title=\"bike fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5.5 12H4V7H2V5h6v2H6v2.795l9.813-2.629L15.233 5H12V3h3.978a1 1 0 0 1 .988.741l1.553 5.796-1.932.517-.256-.956L5.5 12zM5 21a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm0-3a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm13 3a5 5 0 1 1 0-10 5 5 0 0 1 0 10zm0-4a1 1 0 1 0 0-2 1 1 0 0 0 0 2z\"/>\n    </g>\n</svg>\n</li><li title=\"bike line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5.5 12H4V7H2V5h6v2H6v2.795l9.813-2.629L15.233 5H12V3h3.978a1 1 0 0 1 .988.741l1.553 5.796-1.932.517-.256-.956L5.5 12zM5 19a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm13-2a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 2a5 5 0 1 1 0-10 5 5 0 0 1 0 10z\"/>\n    </g>\n</svg>\n</li><li title=\"bus 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17 20H7v1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-9H2V8h1V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v3h1v4h-1v9a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1v-1zM5 5v7h14V5H5zm2.5 13a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm9 0a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z\"/>\n    </g>\n</svg>\n</li><li title=\"bus 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17 20H7v1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-9H2V8h1V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v3h1v4h-1v9a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1v-1zM5 5v6h14V5H5zm14 8H5v5h14v-5zM7.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 0a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\"/>\n    </g>\n</svg>\n</li><li title=\"bus fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17 20H7v1a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-1H3v-8H2V8h1V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v3h1v4h-1v8h-1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-1zM5 5v9h14V5H5zm0 11v2h4v-2H5zm10 0v2h4v-2h-4z\"/>\n    </g>\n</svg>\n</li><li title=\"bus line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17 20H7v1a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-1H3v-8H2V8h1V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v3h1v4h-1v8h-1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-1zm2-8V5H5v7h14zm0 2H5v4h14v-4zM6 15h4v2H6v-2zm8 0h4v2h-4v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"bus wifi fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 3v2H5v9h14v-2h2v8h-1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-1H7v1a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-1H3v-8H2V8h1V5a2 2 0 0 1 2-2h7zM9 16H5v2h4v-2zm10 0h-4v2h4v-2zm-.5-15a4.5 4.5 0 1 1 0 9 4.5 4.5 0 0 1 0-9zm0 5.167c-.491 0-.94.177-1.289.47l-.125.115L18.5 8.167l1.413-1.416a1.994 1.994 0 0 0-1.413-.584zm0-2.667a4.65 4.65 0 0 0-3.128 1.203l-.173.165.944.942a3.323 3.323 0 0 1 2.357-.977 3.32 3.32 0 0 1 2.201.83l.156.147.943-.943A4.652 4.652 0 0 0 18.5 3.5z\"/>\n    </g>\n</svg>\n</li><li title=\"bus wifi line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 3v2H5v7h16v8h-1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-1H7v1a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-1H3v-8H2V8h1V5a2 2 0 0 1 2-2h7zm7 11H5v4h14v-4zm-9 1v2H6v-2h4zm8 0v2h-4v-2h4zm.5-14a4.5 4.5 0 1 1 0 9 4.5 4.5 0 0 1 0-9zm0 5.167c-.491 0-.94.177-1.289.47l-.125.115L18.5 8.167l1.413-1.416a1.994 1.994 0 0 0-1.413-.584zm0-2.667a4.65 4.65 0 0 0-3.128 1.203l-.173.165.944.942a3.323 3.323 0 0 1 2.357-.977 3.32 3.32 0 0 1 2.201.83l.156.147.943-.943A4.652 4.652 0 0 0 18.5 3.5z\"/>\n    </g>\n</svg>\n</li><li title=\"car fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M19 20H5v1a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-9l2.513-6.702A2 2 0 0 1 6.386 4h11.228a2 2 0 0 1 1.873 1.298L22 12v9a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-1zM4.136 12h15.728l-2.25-6H6.386l-2.25 6zM6.5 17a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm11 0a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z\"/>\n    </g>\n</svg>\n</li><li title=\"car line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M19 20H5v1a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V11l2.48-5.788A2 2 0 0 1 6.32 4H17.68a2 2 0 0 1 1.838 1.212L22 11v10a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-1zm1-7H4v5h16v-5zM4.176 11h15.648l-2.143-5H6.32l-2.143 5zM6.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm11 0a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\"/>\n    </g>\n</svg>\n</li><li title=\"car washing fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M19 21H5v1a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-9l2.417-4.029A2 2 0 0 1 6.132 8h11.736a2 2 0 0 1 1.715.971L22 13v9a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-1zM4.332 13h15.336l-1.8-3H6.132l-1.8 3zM6.5 18a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm11 0a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zM5.44 3.44L6.5 2.378l1.06 1.06a1.5 1.5 0 1 1-2.121 0zm5.5 0L12 2.378l1.06 1.06a1.5 1.5 0 1 1-2.121 0zm5.5 0l1.06-1.061 1.06 1.06a1.5 1.5 0 1 1-2.121 0z\"/>\n    </g>\n</svg>\n</li><li title=\"car washing line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M19 21H5v1a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V12l2.417-4.029A2 2 0 0 1 6.132 7h11.736a2 2 0 0 1 1.715.971L22 12v10a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-1zm1-7H4v5h16v-5zM4.332 12h15.336l-1.8-3H6.132l-1.8 3zM5.44 3.44L6.5 2.378l1.06 1.06a1.5 1.5 0 1 1-2.121 0zm5.5 0L12 2.378l1.06 1.06a1.5 1.5 0 1 1-2.121 0zm5.5 0L17.5 2.378l1.06 1.06a1.5 1.5 0 1 1-2.121 0zM6.5 18a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm11 0a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\"/>\n    </g>\n</svg>\n</li><li title=\"caravan fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0L24 0 24 24 0 24z\"/>\n        <path d=\"M14.172 3c.53 0 1.039.21 1.414.586l4.828 4.828c.375.375.586.884.586 1.414V17h2v2h-8.126c-.445 1.726-2.01 3-3.874 3-1.864 0-3.43-1.274-3.874-3H3c-.552 0-1-.448-1-1V5c0-1.105.895-2 2-2h10.172zM11 16c-1.105 0-2 .895-2 2s.895 2 2 2 2-.895 2-2-.895-2-2-2zm3-9H6v6h8V7zm-2 2v2H8V9h4z\"/>\n    </g>\n</svg>\n</li><li title=\"caravan line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0L24 0 24 24 0 24z\"/>\n        <path d=\"M14.172 3c.53 0 1.039.21 1.414.586l4.828 4.828c.375.375.586.884.586 1.414V17h2v2h-8.126c-.445 1.726-2.01 3-3.874 3-1.864 0-3.43-1.274-3.874-3H3c-.552 0-1-.448-1-1V5c0-1.105.895-2 2-2h10.172zM11 16c-1.105 0-2 .895-2 2s.895 2 2 2 2-.895 2-2-.895-2-2-2zm3.172-11H4v12h3.126c.444-1.725 2.01-3 3.874-3 1.864 0 3.43 1.275 3.874 3H19V9.828L14.172 5zM14 7v6H6V7h8zm-2 2H8v2h4V9z\"/>\n    </g>\n</svg>\n</li><li title=\"charging pile 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M20 11h-1V7h1V4h2v3h1v4h-1v7a3 3 0 0 1-6 0v-4h-2v5h1v2H2v-2h1V4a1 1 0 0 1 1-1h9a1 1 0 0 1 1 1v8h2a2 2 0 0 1 2 2v4a1 1 0 0 0 2 0v-7zM9 11V7l-4 6h3v4l4-6H9z\"/>\n    </g>\n</svg>\n</li><li title=\"charging pile 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M20 11h-1V7h1V4h2v3h1v4h-1v7a3 3 0 0 1-6 0v-4h-2v5h1v2H2v-2h1V4a1 1 0 0 1 1-1h9a1 1 0 0 1 1 1v8h2a2 2 0 0 1 2 2v4a1 1 0 0 0 2 0v-7zm-8 8V5H5v14h7zm-3-8h3l-4 6v-4H5l4-6v4z\"/>\n    </g>\n</svg>\n</li><li title=\"charging pile fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 19V4a1 1 0 0 1 1-1h9a1 1 0 0 1 1 1v8h2a2 2 0 0 1 2 2v4a1 1 0 0 0 2 0v-7h-2a1 1 0 0 1-1-1V6.414l-1.657-1.657 1.414-1.414 4.95 4.95A.997.997 0 0 1 22 9v9a3 3 0 0 1-6 0v-4h-2v5h1v2H2v-2h1zm6-8V7l-4 6h3v4l4-6H9z\"/>\n    </g>\n</svg>\n</li><li title=\"charging pile line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M14 19h1v2H2v-2h1V4a1 1 0 0 1 1-1h9a1 1 0 0 1 1 1v8h2a2 2 0 0 1 2 2v4a1 1 0 0 0 2 0v-7h-2a1 1 0 0 1-1-1V6.414l-1.657-1.657 1.414-1.414 4.95 4.95A.997.997 0 0 1 22 9v9a3 3 0 0 1-6 0v-4h-2v5zm-9 0h7V5H5v14zm4-8h3l-4 6v-4H5l4-6v4z\"/>\n    </g>\n</svg>\n</li><li title=\"china railway fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M11 19v-6l-2-1V9h6v3l-2 1v6l5 1v2H6v-2l5-1zM10 2.223V1h4v1.223a9.003 9.003 0 0 1 2.993 16.266l-1.11-1.664a7 7 0 1 0-7.767 0l-1.109 1.664A9.003 9.003 0 0 1 10 2.223z\"/>\n    </g>\n</svg>\n</li><li title=\"china railway line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M11 20v-7H9v-3h6v3h-2v7h5v2H6v-2h5zM10 2.223V1h4v1.223a9.003 9.003 0 0 1 2.993 16.266l-1.11-1.664a7 7 0 1 0-7.767 0l-1.109 1.664A9.003 9.003 0 0 1 10 2.223z\"/>\n    </g>\n</svg>\n</li><li title=\"compass 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M18.328 4.258L10.586 12 12 13.414l7.742-7.742A9.957 9.957 0 0 1 22 12c0 5.52-4.48 10-10 10S2 17.52 2 12 6.48 2 12 2c2.4 0 4.604.847 6.328 2.258z\"/>\n    </g>\n</svg>\n</li><li title=\"compass 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M16.625 3.133l-1.5 1.5A7.98 7.98 0 0 0 12 4c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8a7.98 7.98 0 0 0-.633-3.125l1.5-1.5A9.951 9.951 0 0 1 22 12c0 5.52-4.48 10-10 10S2 17.52 2 12 6.48 2 12 2c1.668 0 3.241.41 4.625 1.133zm1.739 1.089l1.414 1.414L12 13.414 10.586 12l7.778-7.778z\"/>\n    </g>\n</svg>\n</li><li title=\"compass 3 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm4.5-14.5L10 10l-2.5 6.5L14 14l2.5-6.5zM12 13a1 1 0 1 1 0-2 1 1 0 0 1 0 2z\"/>\n    </g>\n</svg>\n</li><li title=\"compass 3 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm4.5-12.5L14 14l-6.5 2.5L10 10l6.5-2.5zM12 13a1 1 0 1 0 0-2 1 1 0 0 0 0 2z\"/>\n    </g>\n</svg>\n</li><li title=\"compass 4 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm3.446-12.032a4.02 4.02 0 0 0-1.414-1.414l-5.478 5.478a4.02 4.02 0 0 0 1.414 1.414l5.478-5.478z\"/>\n    </g>\n</svg>\n</li><li title=\"compass 4 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm3.446-10.032l-5.478 5.478a4.02 4.02 0 0 1-1.414-1.414l5.478-5.478a4.02 4.02 0 0 1 1.414 1.414z\"/>\n    </g>\n</svg>\n</li><li title=\"compass discover fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M13 22C7.477 22 3 17.523 3 12S7.477 2 13 2s10 4.477 10 10-4.477 10-10 10zM8 11.5l4 1.5 1.5 4.002L17 8l-9 3.5z\"/>\n    </g>\n</svg>\n</li><li title=\"compass discover line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm-5-8.5L16 8l-3.5 9.002L11 13l-4-1.5z\"/>\n    </g>\n</svg>\n</li><li title=\"compass fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm3.5-13.5l-5 2-2 5 5-2 2-5z\"/>\n    </g>\n</svg>\n</li><li title=\"compass line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm3.5-11.5l-2 5-5 2 2-5 5-2z\"/>\n    </g>\n</svg>\n</li><li title=\"cup fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5 3h15a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2h-2v3a4 4 0 0 1-4 4H8a4 4 0 0 1-4-4V4a1 1 0 0 1 1-1zm13 2v3h2V5h-2zM2 19h18v2H2v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"cup line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M16 13V5H6v8a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2zM5 3h15a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2h-2v3a4 4 0 0 1-4 4H8a4 4 0 0 1-4-4V4a1 1 0 0 1 1-1zm13 2v3h2V5h-2zM2 19h18v2H2v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"direction fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M9 10a1 1 0 0 0-1 1v4h2v-3h3v2.5l3.5-3.5L13 7.5V10H9zm3.707-8.607l9.9 9.9a1 1 0 0 1 0 1.414l-9.9 9.9a1 1 0 0 1-1.414 0l-9.9-9.9a1 1 0 0 1 0-1.414l9.9-9.9a1 1 0 0 1 1.414 0z\"/>\n    </g>\n</svg>\n</li><li title=\"direction line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 3.515L3.515 12 12 20.485 20.485 12 12 3.515zm.707-2.122l9.9 9.9a1 1 0 0 1 0 1.414l-9.9 9.9a1 1 0 0 1-1.414 0l-9.9-9.9a1 1 0 0 1 0-1.414l9.9-9.9a1 1 0 0 1 1.414 0zM13 10V7.5l3.5 3.5-3.5 3.5V12h-3v3H8v-4a1 1 0 0 1 1-1h4z\"/>\n    </g>\n</svg>\n</li><li title=\"e bike 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n  <g>\n    <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n    <path fill-rule=\"nonzero\" d=\"M16,1 C16.5522847,1 17,1.44771525 17,2 L17,3 L22,3 L22,9 L19.980979,9 L22.7270773,16.5448432 C22.9032836,16.9958219 23,17.4866163 23,18 C23,20.209139 21.209139,22 19,22 C17.1361606,22 15.5700603,20.7252272 15.1260175,19 L10.8739825,19 C10.4299397,20.7252272 8.86383943,22 7,22 C5.05550552,22 3.43507622,20.612512 3.0747418,18.7735658 C2.43596423,18.4396361 2,17.7707305 2,17 L2,7 C2,6.44771525 2.44771525,6 3,6 L10,6 C10.5522847,6 11,6.44771525 11,7 L11,12 C11,12.5522847 11.4477153,13 12,13 L14,13 C14.5522847,13 15,12.5522847 15,12 L15,3 L12,3 L12,1 L16,1 Z M19,16 C17.8954305,16 17,16.8954305 17,18 C17,19.1045695 17.8954305,20 19,20 C20.1045695,20 21,19.1045695 21,18 C21,17.7596672 20.9576092,17.5292353 20.8798967,17.3157736 L20.8635387,17.2724216 C20.5725256,16.5276089 19.8478776,16 19,16 Z M7,16 C5.8954305,16 5,16.8954305 5,18 C5,19.1045695 5.8954305,20 7,20 C8.1045695,20 9,19.1045695 9,18 C9,16.8954305 8.1045695,16 7,16 Z M9,8 L4,8 L4,10 L9,10 L9,8 Z M20,5 L17,5 L17,7 L20,7 L20,5 Z\"/>\n  </g>\n</svg>\n</li><li title=\"e bike 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n  <g>\n    <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n    <path fill-rule=\"nonzero\" d=\"M16,1 C16.5522847,1 17,1.44771525 17,2 L17,3 L22,3 L22,9 L19.9813388,9 L22.7270773,16.5438545 C22.9032836,16.9948332 23,17.4856276 23,17.9990113 C23,20.2081503 21.209139,21.9990113 19,21.9990113 C17.1365166,21.9990113 15.5706587,20.7247255 15.1262721,19 L10.8739825,19 C10.4299397,20.7252272 8.86383943,22 7,22 C5.05550552,22 3.43507622,20.612512 3.0747418,18.7735658 C2.43596423,18.4396361 2,17.7707305 2,17 L2,7 C2,6.44771525 2.44771525,6 3,6 L10,6 C10.5522847,6 11,6.44771525 11,7 L11,12 C11,12.5522847 11.4477153,13 12,13 L14,13 C14.5522847,13 15,12.5522847 15,12 L15,3 L12,3 L12,1 L16,1 Z M7,16 C5.8954305,16 5,16.8954305 5,18 C5,19.1045695 5.8954305,20 7,20 C8.1045695,20 9,19.1045695 9,18 C9,16.8954305 8.1045695,16 7,16 Z M19,15.9990113 C17.8954305,15.9990113 17,16.8944418 17,17.9990113 C17,19.1035808 17.8954305,19.9990113 19,19.9990113 C20.1045695,19.9990113 21,19.1035808 21,17.9990113 C21,17.7586785 20.9576092,17.5282466 20.8798967,17.3147849 L20.8635387,17.2714329 C20.5725256,16.5266202 19.8478776,15.9990113 19,15.9990113 Z M17.8529833,9 L16.9999998,9 L16.9999998,12 C16.9999998,13.6568542 15.6568542,15 13.9999998,15 L11.9999998,15 C10.3431458,15 8.99999976,13.6568542 8.99999976,12 L3.99999976,12 L3.99999976,15.3541759 C4.73294422,14.523755 5.80530734,14 6.99999976,14 C8.86383943,14 10.4299397,15.2747728 10.8739825,17 L15.1257631,17 C15.569462,15.2742711 17.1358045,13.9990113 18.9999998,13.9990113 C19.2368134,13.9990113 19.4688203,14.0195905 19.6943299,14.0590581 L17.8529833,9 Z M8.99999976,8 L3.99999976,8 L3.99999976,10 L8.99999976,10 L8.99999976,8 Z M20,5 L17,5 L17,7 L20,7 L20,5 Z\"/>\n  </g>\n</svg>\n</li><li title=\"e bike fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M15.5 6.937A6.997 6.997 0 0 1 19 13v8h-4.17a3.001 3.001 0 0 1-5.66 0H5v-8a6.997 6.997 0 0 1 3.5-6.063A3.974 3.974 0 0 1 8.125 6H5V4h3.126a4.002 4.002 0 0 1 7.748 0H19v2h-3.126c-.085.33-.212.645-.373.937zM12 14a1 1 0 0 0-1 1v5a1 1 0 0 0 2 0v-5a1 1 0 0 0-1-1zm0-7a2 2 0 1 0 0-4 2 2 0 0 0 0 4z\"/>\n    </g>\n</svg>\n</li><li title=\"e bike line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M15.5 6.937A6.997 6.997 0 0 1 19 13v8h-4.17a3.001 3.001 0 0 1-5.66 0H5v-8a6.997 6.997 0 0 1 3.5-6.063A3.974 3.974 0 0 1 8.125 6H5V4h3.126a4.002 4.002 0 0 1 7.748 0H19v2h-3.126c-.085.33-.212.645-.373.937zm-1.453 1.5C13.448 8.795 12.748 9 12 9a3.981 3.981 0 0 1-2.047-.563A5.001 5.001 0 0 0 7 13v6h2v-4a3 3 0 0 1 6 0v4h2v-6a5.001 5.001 0 0 0-2.953-4.563zM12 14a1 1 0 0 0-1 1v5a1 1 0 0 0 2 0v-5a1 1 0 0 0-1-1zm0-7a2 2 0 1 0 0-4 2 2 0 0 0 0 4z\"/>\n    </g>\n</svg>\n</li><li title=\"earth fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm6.355-6.048v-.105c0-.922 0-1.343-.652-1.716a7.374 7.374 0 0 0-.645-.325c-.367-.167-.61-.276-.938-.756a12.014 12.014 0 0 1-.116-.172c-.345-.525-.594-.903-1.542-.753-1.865.296-2.003.624-2.085 1.178l-.013.091c-.121.81-.143 1.082.195 1.437 1.265 1.327 2.023 2.284 2.253 2.844.112.273.4 1.1.202 1.918a8.185 8.185 0 0 0 3.151-2.237c.11-.374.19-.84.19-1.404zM12 3.833c-2.317 0-4.41.966-5.896 2.516.177.123.331.296.437.534.204.457.204.928.204 1.345 0 .328 0 .64.105.865.144.308.766.44 1.315.554.197.042.399.084.583.135.506.14.898.595 1.211.96.13.151.323.374.42.43.05-.036.211-.211.29-.498.062-.22.044-.414-.045-.52-.56-.66-.529-1.93-.356-2.399.272-.739 1.122-.684 1.744-.644.232.015.45.03.614.009.622-.078.814-1.025.949-1.21.292-.4 1.186-1.003 1.74-1.375A8.138 8.138 0 0 0 12 3.833z\"/>\n    </g>\n</svg>\n</li><li title=\"earth line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6.235 6.453a8 8 0 0 0 8.817 12.944c.115-.75-.137-1.47-.24-1.722-.23-.56-.988-1.517-2.253-2.844-.338-.355-.316-.628-.195-1.437l.013-.091c.082-.554.22-.882 2.085-1.178.948-.15 1.197.228 1.542.753l.116.172c.328.48.571.59.938.756.165.075.37.17.645.325.652.373.652.794.652 1.716v.105c0 .391-.038.735-.098 1.034a8.002 8.002 0 0 0-3.105-12.341c-.553.373-1.312.902-1.577 1.265-.135.185-.327 1.132-.95 1.21-.162.02-.381.006-.613-.009-.622-.04-1.472-.095-1.744.644-.173.468-.203 1.74.356 2.4.09.105.107.3.046.519-.08.287-.241.462-.292.498-.096-.056-.288-.279-.419-.43-.313-.365-.705-.82-1.211-.96-.184-.051-.386-.093-.583-.135-.549-.115-1.17-.246-1.315-.554-.106-.226-.105-.537-.105-.865 0-.417 0-.888-.204-1.345a1.276 1.276 0 0 0-.306-.43zM12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10z\"/>\n    </g>\n</svg>\n</li><li title=\"flight land fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M10.254 10.47l-.37-8.382 1.933.518 2.81 9.035 5.261 1.41a1.5 1.5 0 1 1-.776 2.898L4.14 11.937l.776-2.898.242.065.914 3.35-2.627-.703a1 1 0 0 1-.74-.983l.09-5.403 1.449.388.914 3.351 5.096 1.366zM4 19h16v2H4v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"flight land line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M10.254 10.47l-.37-8.382 1.933.518 2.81 9.035 5.261 1.41a1.5 1.5 0 1 1-.776 2.898L4.14 11.937l.776-2.898.242.065.914 3.35-2.627-.703a1 1 0 0 1-.74-.983l.09-5.403 1.449.388.914 3.351 5.096 1.366zM4 19h16v2H4v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"flight takeoff fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M10.478 11.632L5.968 4.56l1.931-.518 6.951 6.42 5.262-1.41a1.5 1.5 0 0 1 .776 2.898L5.916 15.96l-.776-2.898.241-.065 2.467 2.445-2.626.704a1 1 0 0 1-1.133-.48L1.466 10.94l1.449-.388 2.466 2.445 5.097-1.366zM4 19h16v2H4v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"flight takeoff line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M10.478 11.632L5.968 4.56l1.931-.518 6.951 6.42 5.262-1.41a1.5 1.5 0 0 1 .776 2.898L5.916 15.96l-.776-2.898.241-.065 2.467 2.445-2.626.704a1 1 0 0 1-1.133-.48L1.466 10.94l1.449-.388 2.466 2.445 5.097-1.366zM4 19h16v2H4v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"footprint fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 18h5.5v1.25a2.75 2.75 0 1 1-5.5 0V18zM8 6.12c2 0 3 2.88 3 4.88 0 1-.5 2-1 3.5L9.5 16H4c0-1-.5-2.5-.5-5S5.498 6.12 8 6.12zm12.054 7.978l-.217 1.231a2.75 2.75 0 0 1-5.417-.955l.218-1.23 5.416.954zM18.178 1.705c2.464.434 4.018 3.124 3.584 5.586-.434 2.463-1.187 3.853-1.36 4.838l-5.417-.955-.232-1.564c-.232-1.564-.55-2.636-.377-3.62.347-1.97 1.832-4.632 3.802-4.285z\"/>\n    </g>\n</svg>\n</li><li title=\"footprint line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 18h5.5v1.25a2.75 2.75 0 1 1-5.5 0V18zm4.058-4l.045-.132C8.87 11.762 9 11.37 9 11c0-.75-.203-1.643-.528-2.273C8.23 8.257 8.06 8.12 8 8.12 6.72 8.12 5.5 9.484 5.5 11c0 .959.075 1.773.227 2.758l.038.242h2.293zM8 6.12c2 0 3 2.88 3 4.88 0 1-.5 2-1 3.5L9.5 16H4c0-1-.5-2.5-.5-5S5.498 6.12 8 6.12zm12.054 7.978l-.217 1.231a2.75 2.75 0 0 1-5.417-.955l.218-1.23 5.416.954zm-1.05-4.246c.165-.5.301-.895.303-.9.202-.658.361-1.303.485-2.008.263-1.492-.702-3.047-1.962-3.27-.059-.01-.25.095-.57.515-.43.565-.784 1.41-.915 2.147-.058.33-.049.405.27 2.263.045.256.082.486.116.717l.02.138 2.254.398zm-.826-8.147c2.464.434 4.018 3.124 3.584 5.586-.434 2.463-1.187 3.853-1.36 4.838l-5.417-.955-.232-1.564c-.232-1.564-.55-2.636-.377-3.62.347-1.97 1.832-4.632 3.802-4.285z\"/>\n    </g>\n</svg>\n</li><li title=\"gas station fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 19V4a1 1 0 0 1 1-1h9a1 1 0 0 1 1 1v8h2a2 2 0 0 1 2 2v4a1 1 0 0 0 2 0v-7h-2a1 1 0 0 1-1-1V6.414l-1.657-1.657 1.414-1.414 4.95 4.95A.997.997 0 0 1 22 9v9a3 3 0 0 1-6 0v-4h-2v5h1v2H2v-2h1zM5 5v6h7V5H5z\"/>\n    </g>\n</svg>\n</li><li title=\"gas station line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M14 19h1v2H2v-2h1V4a1 1 0 0 1 1-1h9a1 1 0 0 1 1 1v8h2a2 2 0 0 1 2 2v4a1 1 0 0 0 2 0v-7h-2a1 1 0 0 1-1-1V6.414l-1.657-1.657 1.414-1.414 4.95 4.95A.997.997 0 0 1 22 9v9a3 3 0 0 1-6 0v-4h-2v5zm-9 0h7v-6H5v6zM5 5v6h7V5H5z\"/>\n    </g>\n</svg>\n</li><li title=\"globe fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M13 21h5v2H6v-2h5v-1.05a10.002 10.002 0 0 1-7.684-4.988l1.737-.992A8 8 0 1 0 15.97 3.053l.992-1.737A9.996 9.996 0 0 1 22 10c0 5.185-3.947 9.449-9 9.95V21zm-1-4a7 7 0 1 1 0-14 7 7 0 0 1 0 14z\"/>\n    </g>\n</svg>\n</li><li title=\"globe line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M13 21h5v2H6v-2h5v-1.05a10.002 10.002 0 0 1-7.684-4.988l1.737-.992A8 8 0 1 0 15.97 3.053l.992-1.737A9.996 9.996 0 0 1 22 10c0 5.185-3.947 9.449-9 9.95V21zm-1-4a7 7 0 1 1 0-14 7 7 0 0 1 0 14zm0-2a5 5 0 1 0 0-10 5 5 0 0 0 0 10z\"/>\n    </g>\n</svg>\n</li><li title=\"goblet fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M11 19v-5.111L3 5V3h18v2l-8 8.889V19h5v2H6v-2h5zM7.49 7h9.02l1.8-2H5.69l1.8 2z\"/>\n    </g>\n</svg>\n</li><li title=\"goblet line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M11 19v-5.111L3 5V3h18v2l-8 8.889V19h5v2H6v-2h5zM7.49 7h9.02l1.8-2H5.69l1.8 2zm1.8 2L12 12.01 14.71 9H9.29z\"/>\n    </g>\n</svg>\n</li><li title=\"guide fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M13 8v8a3 3 0 0 1-3 3H7.83a3.001 3.001 0 1 1 0-2H10a1 1 0 0 0 1-1V8a3 3 0 0 1 3-3h3V2l5 4-5 4V7h-3a1 1 0 0 0-1 1z\"/>\n    </g>\n</svg>\n</li><li title=\"guide line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M13 8v8a3 3 0 0 1-3 3H7.83a3.001 3.001 0 1 1 0-2H10a1 1 0 0 0 1-1V8a3 3 0 0 1 3-3h3V2l5 4-5 4V7h-3a1 1 0 0 0-1 1zM5 19a1 1 0 1 0 0-2 1 1 0 0 0 0 2z\"/>\n    </g>\n</svg>\n</li><li title=\"hotel bed fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M22 11v9h-2v-3H4v3H2V4h2v10h8V7h6a4 4 0 0 1 4 4zM8 13a3 3 0 1 1 0-6 3 3 0 0 1 0 6z\"/>\n    </g>\n</svg>\n</li><li title=\"hotel bed line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M22 11v9h-2v-3H4v3H2V4h2v10h8V7h6a4 4 0 0 1 4 4zm-2 3v-3a2 2 0 0 0-2-2h-4v5h6zM8 11a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm0 2a3 3 0 1 1 0-6 3 3 0 0 1 0 6z\"/>\n    </g>\n</svg>\n</li><li title=\"lifebuoy fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zM7.197 14.682l-2.175 2.174a8.549 8.549 0 0 0 1.818 1.899l.305.223 2.173-2.175a5.527 5.527 0 0 1-1.98-1.883l-.14-.238zm9.606 0a5.527 5.527 0 0 1-1.883 1.98l-.238.14 2.174 2.176a8.549 8.549 0 0 0 1.899-1.818l.223-.304-2.175-2.174zM12 8a4 4 0 1 0 0 8 4 4 0 0 0 0-8zM7.145 5.022a8.549 8.549 0 0 0-1.9 1.818l-.223.305 2.175 2.173a5.527 5.527 0 0 1 1.883-1.98l.238-.14-2.173-2.176zm9.71 0l-2.173 2.175a5.527 5.527 0 0 1 1.98 1.883l.14.238 2.176-2.173a8.549 8.549 0 0 0-1.818-1.9l-.304-.223z\"/>\n    </g>\n</svg>\n</li><li title=\"lifebuoy line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm0 15a4.987 4.987 0 0 1-1.828-.345l-2.236 2.237A7.963 7.963 0 0 0 12 20a7.963 7.963 0 0 0 4.064-1.108l-2.236-2.237A4.987 4.987 0 0 1 12 17zm-8-5c0 1.484.404 2.873 1.108 4.064l2.237-2.236A4.987 4.987 0 0 1 7 12c0-.645.122-1.261.345-1.828L5.108 7.936A7.963 7.963 0 0 0 4 12zm14.892-4.064l-2.237 2.236c.223.567.345 1.183.345 1.828s-.122 1.261-.345 1.828l2.237 2.236A7.963 7.963 0 0 0 20 12a7.963 7.963 0 0 0-1.108-4.064zM12 9a3 3 0 1 0 0 6 3 3 0 0 0 0-6zm0-5a7.963 7.963 0 0 0-4.064 1.108l2.236 2.237A4.987 4.987 0 0 1 12 7c.645 0 1.261.122 1.828.345l2.236-2.237A7.963 7.963 0 0 0 12 4z\"/>\n    </g>\n</svg>\n</li><li title=\"luggage cart fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M5.5 20c.828 0 1.5.672 1.5 1.5S6.328 23 5.5 23 4 22.328 4 21.5 4.672 20 5.5 20zm13 0c.828 0 1.5.672 1.5 1.5s-.672 1.5-1.5 1.5-1.5-.672-1.5-1.5.672-1.5 1.5-1.5zM2.172 1.757l3.827 3.828V17L20 17v2H5c-.552 0-1-.448-1-1V6.413L.756 3.172l1.415-1.415zM16 3c.552 0 1 .448 1 1v2h2.993C20.55 6 21 6.456 21 6.995v8.01c0 .55-.45.995-1.007.995H8.007C7.45 16 7 15.544 7 15.005v-8.01C7 6.445 7.45 6 8.007 6h2.992L11 4c0-.552.448-1 1-1h4zm-5 5h-1v6h1V8zm7 0h-1v6h1V8zm-3-3h-2v1h2V5z\"/>\n    </g>\n</svg>\n</li><li title=\"luggage cart line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M5.5 20c.828 0 1.5.672 1.5 1.5S6.328 23 5.5 23 4 22.328 4 21.5 4.672 20 5.5 20zm13 0c.828 0 1.5.672 1.5 1.5s-.672 1.5-1.5 1.5-1.5-.672-1.5-1.5.672-1.5 1.5-1.5zM2.172 1.757l3.827 3.828V17L20 17v2H5c-.552 0-1-.448-1-1V6.413L.756 3.172l1.415-1.415zM16 3c.552 0 1 .448 1 1v2h2.993C20.55 6 21 6.456 21 6.995v8.01c0 .55-.45.995-1.007.995H8.007C7.45 16 7 15.544 7 15.005v-8.01C7 6.445 7.45 6 8.007 6h2.992L11 4c0-.552.448-1 1-1h4zm-6 5H9v6h1V8zm6 0h-4v6h4V8zm3 0h-1v6h1V8zm-4-3h-2v1h2V5z\"/>\n    </g>\n</svg>\n</li><li title=\"luggage deposit fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M15 3c.552 0 1 .448 1 1v2h4c.552 0 1 .448 1 1v12h2v2H1v-2h2V7c0-.552.448-1 1-1h4V4c0-.552.448-1 1-1h6zm-5 5H8v11h2V8zm6 0h-2v11h2V8zm-2-3h-4v1h4V5z\"/>\n    </g>\n</svg>\n</li><li title=\"luggage deposit line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M15 3c.552 0 1 .448 1 1v2h4c.552 0 1 .448 1 1v12h2v2H1v-2h2V7c0-.552.448-1 1-1h4V4c0-.552.448-1 1-1h6zM8 8H5v11h3V8zm6 0h-4v11h4V8zm5 0h-3v11h3V8zm-5-3h-4v1h4V5z\"/>\n    </g>\n</svg>\n</li><li title=\"map 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M2 5l7-3 6 3 6.303-2.701a.5.5 0 0 1 .697.46V19l-7 3-6-3-6.303 2.701a.5.5 0 0 1-.697-.46V5zm13 14.764V7.176l-.065.028L9 4.236v12.588l.065-.028L15 19.764z\"/>\n    </g>\n</svg>\n</li><li title=\"map 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M2 5l7-3 6 3 6.303-2.701a.5.5 0 0 1 .697.46V19l-7 3-6-3-6.303 2.701a.5.5 0 0 1-.697-.46V5zm14 14.395l4-1.714V5.033l-4 1.714v12.648zm-2-.131V6.736l-4-2v12.528l4 2zm-6-2.011V4.605L4 6.319v12.648l4-1.714z\"/>\n    </g>\n</svg>\n</li><li title=\"map fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M2 5l7-3 6 3 6.303-2.701a.5.5 0 0 1 .697.46V19l-7 3-6-3-6.303 2.701a.5.5 0 0 1-.697-.46V5z\"/>\n    </g>\n</svg>\n</li><li title=\"map line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M2 5l7-3 6 3 6.303-2.701a.5.5 0 0 1 .697.46V19l-7 3-6-3-6.303 2.701a.5.5 0 0 1-.697-.46V5zm12.935 2.204l-6-3L4 6.319v12.648l5.065-2.17 6 3L20 17.68V5.033l-5.065 2.17z\"/>\n    </g>\n</svg>\n</li><li title=\"map pin 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M18.364 17.364L12 23.728l-6.364-6.364a9 9 0 1 1 12.728 0zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4z\"/>\n    </g>\n</svg>\n</li><li title=\"map pin 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 23.728l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zm4.95-7.778a7 7 0 1 0-9.9 0L12 20.9l4.95-4.95zM12 13a2 2 0 1 1 0-4 2 2 0 0 1 0 4z\"/>\n    </g>\n</svg>\n</li><li title=\"map pin 3 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M11 19.945A9.001 9.001 0 0 1 12 2a9 9 0 0 1 1 17.945V24h-2v-4.055z\"/>\n    </g>\n</svg>\n</li><li title=\"map pin 3 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M11 19.945A9.001 9.001 0 0 1 12 2a9 9 0 0 1 1 17.945V24h-2v-4.055zM12 18a7 7 0 1 0 0-14 7 7 0 0 0 0 14z\"/>\n    </g>\n</svg>\n</li><li title=\"map pin 4 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M11 17.938A8.001 8.001 0 0 1 12 2a8 8 0 0 1 1 15.938V21h-2v-3.062zM5 22h14v2H5v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"map pin 4 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M11 17.938A8.001 8.001 0 0 1 12 2a8 8 0 0 1 1 15.938V21h-2v-3.062zM12 16a6 6 0 1 0 0-12 6 6 0 0 0 0 12zm-7 6h14v2H5v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"map pin 5 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17.657 15.657L12 21.314l-5.657-5.657a8 8 0 1 1 11.314 0zM5 22h14v2H5v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"map pin 5 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 18.485l4.243-4.242a6 6 0 1 0-8.486 0L12 18.485zm5.657-2.828L12 21.314l-5.657-5.657a8 8 0 1 1 11.314 0zM5 22h14v2H5v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"map pin add fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M18.364 17.364L12 23.728l-6.364-6.364a9 9 0 1 1 12.728 0zM11 10H8v2h3v3h2v-3h3v-2h-3V7h-2v3z\"/>\n    </g>\n</svg>\n</li><li title=\"map pin add line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM11 10V7h2v3h3v2h-3v3h-2v-3H8v-2h3z\"/>\n    </g>\n</svg>\n</li><li title=\"map pin fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M18.364 17.364L12 23.728l-6.364-6.364a9 9 0 1 1 12.728 0zM12 15a4 4 0 1 0 0-8 4 4 0 0 0 0 8zm0-2a2 2 0 1 1 0-4 2 2 0 0 1 0 4z\"/>\n    </g>\n</svg>\n</li><li title=\"map pin line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z\"/>\n    </g>\n</svg>\n</li><li title=\"map pin range fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M11 17.938A8.001 8.001 0 0 1 12 2a8 8 0 0 1 1 15.938v2.074c3.946.092 7 .723 7 1.488 0 .828-3.582 1.5-8 1.5s-8-.672-8-1.5c0-.765 3.054-1.396 7-1.488v-2.074zM12 12a2 2 0 1 0 0-4 2 2 0 0 0 0 4z\"/>\n    </g>\n</svg>\n</li><li title=\"map pin range line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M11 17.938A8.001 8.001 0 0 1 12 2a8 8 0 0 1 1 15.938v2.074c3.946.092 7 .723 7 1.488 0 .828-3.582 1.5-8 1.5s-8-.672-8-1.5c0-.765 3.054-1.396 7-1.488v-2.074zM12 16a6 6 0 1 0 0-12 6 6 0 0 0 0 12zm0-4a2 2 0 1 1 0-4 2 2 0 0 1 0 4z\"/>\n    </g>\n</svg>\n</li><li title=\"map pin time fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M13 11V6h-2v7h6v-2h-4zm5.364 6.364L12 23.728l-6.364-6.364a9 9 0 1 1 12.728 0z\"/>\n    </g>\n</svg>\n</li><li title=\"map pin time line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M16.95 15.95a7 7 0 1 0-9.9 0L12 20.9l4.95-4.95zM12 23.728l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM13 11h4v2h-6V6h2v5z\"/>\n    </g>\n</svg>\n</li><li title=\"map pin user fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17.084 15.812a7 7 0 1 0-10.168 0A5.996 5.996 0 0 1 12 13a5.996 5.996 0 0 1 5.084 2.812zM12 23.728l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 12a3 3 0 1 1 0-6 3 3 0 0 1 0 6z\"/>\n    </g>\n</svg>\n</li><li title=\"map pin user line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17.084 15.812a7 7 0 1 0-10.168 0A5.996 5.996 0 0 1 12 13a5.996 5.996 0 0 1 5.084 2.812zm-8.699 1.473L12 20.899l3.615-3.614a4 4 0 0 0-7.23 0zM12 23.728l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 10a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm0 2a3 3 0 1 1 0-6 3 3 0 0 1 0 6z\"/>\n    </g>\n</svg>\n</li><li title=\"motorbike fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M8.365 10L11.2 8H17v2h-5.144L9 12H2v-2h6.365zm.916 5.06l2.925-1.065.684 1.88-2.925 1.064a4.5 4.5 0 1 1-.684-1.88zM5.5 20a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5zm13 2a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9zm0-2a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5zM4 11h6l2.6-1.733.28-1.046 1.932.518-1.922 7.131-1.822-.888.118-.44L9 16l-1-2H4v-3zm12.092-5H20v3h-2.816l1.92 5.276-1.88.684L15.056 9H15v-.152L13.6 5H11V3h4l1.092 3z\"/>\n    </g>\n</svg>\n</li><li title=\"motorbike line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 13.256V12H2v-2h6.365L11.2 8h3.491L13.6 5H11V3h4l1.092 3H20v3h-2.816l1.456 4.002a4.5 4.5 0 1 1-1.985.392L15.419 10h-.947l-1.582 5.87-.002-.001.002.006-2.925 1.064A4.5 4.5 0 1 1 4 13.256zm2-.229a4.5 4.5 0 0 1 3.281 2.033l1.957-.713L12.403 10h-.547L9 12H6v1.027zM5.5 20a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5zm13 0a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5z\"/>\n    </g>\n</svg>\n</li><li title=\"navigation fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M2.9 2.3l18.805 6.268a.5.5 0 0 1 .028.939L13 13l-4.425 8.85a.5.5 0 0 1-.928-.086L2.26 2.911A.5.5 0 0 1 2.9 2.3z\"/>\n    </g>\n</svg>\n</li><li title=\"navigation line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4.965 5.096l3.546 12.41 3.04-6.08 5.637-2.255L4.965 5.096zM2.899 2.3l18.806 6.268a.5.5 0 0 1 .028.939L13 13l-4.425 8.85a.5.5 0 0 1-.928-.086L2.26 2.911A.5.5 0 0 1 2.9 2.3z\"/>\n    </g>\n</svg>\n</li><li title=\"oil fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M8 5h11a1 1 0 0 1 1 1v15a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V11l4-6zm5-4h5a1 1 0 0 1 1 1v2h-7V2a1 1 0 0 1 1-1zM6 12v7h2v-7H6z\"/>\n    </g>\n</svg>\n</li><li title=\"oil line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M9.07 7L6 11.606V20h12V7H9.07zM8 5h11a1 1 0 0 1 1 1v15a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V11l4-6zm5-4h5a1 1 0 0 1 1 1v2h-7V2a1 1 0 0 1 1-1zM8 12h2v6H8v-6z\"/>\n    </g>\n</svg>\n</li><li title=\"parking box fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M11 14h1.5a3.5 3.5 0 0 0 0-7H9v10h2v-3zM4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm7 6h1.5a1.5 1.5 0 0 1 0 3H11V9z\"/>\n    </g>\n</svg>\n</li><li title=\"parking box line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm4 2h3.5a3.5 3.5 0 0 1 0 7H11v3H9V7zm2 2v3h1.5a1.5 1.5 0 0 0 0-3H11z\"/>\n    </g>\n</svg>\n</li><li title=\"parking fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M6 3h7a6 6 0 1 1 0 12h-3v6H6V3zm4 4v4h3a2 2 0 1 0 0-4h-3z\"/>\n    </g>\n</svg>\n</li><li title=\"parking line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6 3h7a6 6 0 1 1 0 12H8v6H6V3zm2 2v8h5a4 4 0 1 0 0-8H8z\"/>\n    </g>\n</svg>\n</li><li title=\"passport fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M20 2a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h16zm-4 14H8v2h8v-2zM12 6a4 4 0 1 0 0 8 4 4 0 0 0 0-8zm0 2a2 2 0 1 1 0 4 2 2 0 0 1 0-4z\"/>\n    </g>\n</svg>\n</li><li title=\"passport line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M20 2a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h16zm-1 2H5v16h14V4zm-3 12v2H8v-2h8zM12 6a4 4 0 1 1 0 8 4 4 0 0 1 0-8zm0 2a2 2 0 1 0 0 4 2 2 0 0 0 0-4z\"/>\n    </g>\n</svg>\n</li><li title=\"pin distance fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M11.39 10.39L7.5 14.277 3.61 10.39a5.5 5.5 0 1 1 7.78 0zM7.5 8.5a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm12.89 10.89l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17.5a2 2 0 1 0 0-4 2 2 0 0 0 0 4z\"/>\n    </g>\n</svg>\n</li><li title=\"pin distance line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\"/>\n    </g>\n</svg>\n</li><li title=\"plane fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M14 8.947L22 14v2l-8-2.526v5.36l3 1.666V22l-4.5-1L8 22v-1.5l3-1.667v-5.36L3 16v-2l8-5.053V3.5a1.5 1.5 0 0 1 3 0v5.447z\"/>\n    </g>\n</svg>\n</li><li title=\"plane line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M14 8.947L22 14v2l-8-2.526v5.36l3 1.666V22l-4.5-1L8 22v-1.5l3-1.667v-5.36L3 16v-2l8-5.053V3.5a1.5 1.5 0 0 1 3 0v5.447z\"/>\n    </g>\n</svg>\n</li><li title=\"police car fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M22 13.5V21a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-1H5v1a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-7.5l-1.243-.31A1 1 0 0 1 0 12.22v-.72a.5.5 0 0 1 .5-.5h1.929L4.48 6.212A2 2 0 0 1 6.319 5H8V3h3v2h2V3h3v2h1.681a2 2 0 0 1 1.838 1.212L21.571 11H23.5a.5.5 0 0 1 .5.5v.72a1 1 0 0 1-.757.97L22 13.5zM4 15v2a1 1 0 0 0 1 1h3.245a.5.5 0 0 0 .44-.736C7.88 15.754 6.318 15 4 15zm16 0c-2.317 0-3.879.755-4.686 2.264a.5.5 0 0 0 .441.736H19a1 1 0 0 0 1-1v-2zM6 7l-1.451 3.629A1 1 0 0 0 5.477 12h13.046a1 1 0 0 0 .928-1.371L18 7H6z\"/>\n    </g>\n</svg>\n</li><li title=\"police car line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 13v5h16v-5H4zm1.618-2h12.764a1 1 0 0 0 .894-1.447L18 7H6L4.724 9.553A1 1 0 0 0 5.618 11zM22 13.5V21a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-1H5v1a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-7.5l-1.243-.31A1 1 0 0 1 0 12.22v-.72a.5.5 0 0 1 .5-.5H2l2.447-4.894A2 2 0 0 1 6.237 5H8V3h3v2h2V3h3v2h1.764a2 2 0 0 1 1.789 1.106L22 11h1.5a.5.5 0 0 1 .5.5v.72a1 1 0 0 1-.757.97L22 13.5zM5 14c2.317 0 3.879.755 4.686 2.264a.5.5 0 0 1-.441.736H6a1 1 0 0 1-1-1v-2zm14 0v2a1 1 0 0 1-1 1h-3.245a.5.5 0 0 1-.44-.736C15.12 14.754 16.682 14 19 14z\"/>\n    </g>\n</svg>\n</li><li title=\"pushpin 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M18 3v2h-1v6l2 3v2h-6v7h-2v-7H5v-2l2-3V5H6V3z\"/>\n    </g>\n</svg>\n</li><li title=\"pushpin 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M18 3v2h-1v6l2 3v2h-6v7h-2v-7H5v-2l2-3V5H6V3h12zM9 5v6.606L7.404 14h9.192L15 11.606V5H9z\"/>\n    </g>\n</svg>\n</li><li title=\"pushpin fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M22.314 10.172l-1.415 1.414-.707-.707-4.242 4.242-.707 3.536-1.415 1.414-4.242-4.243-4.95 4.95-1.414-1.414 4.95-4.95-4.243-4.242 1.414-1.415L8.88 8.05l4.242-4.242-.707-.707 1.414-1.415z\"/>\n    </g>\n</svg>\n</li><li title=\"pushpin line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M13.828 1.686l8.486 8.486-1.415 1.414-.707-.707-4.242 4.242-.707 3.536-1.415 1.414-4.242-4.243-4.95 4.95-1.414-1.414 4.95-4.95-4.243-4.242 1.414-1.415L8.88 8.05l4.242-4.242-.707-.707 1.414-1.415zm.708 3.536l-4.671 4.67-2.822.565 6.5 6.5.564-2.822 4.671-4.67-4.242-4.243z\"/>\n    </g>\n</svg>\n</li><li title=\"restaurant 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4.222 3.808l6.717 6.717-2.828 2.829-3.89-3.89a4 4 0 0 1 0-5.656zm10.046 8.338l-.854.854 7.071 7.071-1.414 1.414L12 14.415l-7.071 7.07-1.414-1.414 9.339-9.339c-.588-1.457.02-3.555 1.62-5.157 1.953-1.952 4.644-2.427 6.011-1.06s.892 4.058-1.06 6.01c-1.602 1.602-3.7 2.21-5.157 1.621z\"/>\n    </g>\n</svg>\n</li><li title=\"restaurant 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M14.268 12.146l-.854.854 7.071 7.071-1.414 1.414L12 14.415l-7.071 7.07-1.414-1.414 9.339-9.339c-.588-1.457.02-3.555 1.62-5.157 1.953-1.952 4.644-2.427 6.011-1.06s.892 4.058-1.06 6.01c-1.602 1.602-3.7 2.21-5.157 1.621zM4.222 3.808l6.717 6.717-2.828 2.829-3.89-3.89a4 4 0 0 1 0-5.656zM18.01 9.11c1.258-1.257 1.517-2.726 1.061-3.182-.456-.456-1.925-.197-3.182 1.06-1.257 1.258-1.516 2.727-1.06 3.183.455.455 1.924.196 3.181-1.061z\"/>\n    </g>\n</svg>\n</li><li title=\"restaurant fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M21 2v20h-2v-8h-3V7a5 5 0 0 1 5-5zM9 13.9V22H7v-8.1A5.002 5.002 0 0 1 3 9V3h2v7h2V3h2v7h2V3h2v6a5.002 5.002 0 0 1-4 4.9z\"/>\n    </g>\n</svg>\n</li><li title=\"restaurant line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M21 2v20h-2v-7h-4V8a6 6 0 0 1 6-6zm-2 2.53C18.17 5 17 6.17 17 8v5h2V4.53zM9 13.9V22H7v-8.1A5.002 5.002 0 0 1 3 9V3h2v7h2V3h2v7h2V3h2v6a5.002 5.002 0 0 1-4 4.9z\"/>\n    </g>\n</svg>\n</li><li title=\"riding fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5.5 21a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9zm0-3a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm13 3a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9zm0-3a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm-6.969-8.203L13 12v6h-2v-5l-2.719-2.266A2 2 0 0 1 8 7.671l2.828-2.828a2 2 0 0 1 2.829 0l1.414 1.414a6.969 6.969 0 0 0 3.917 1.975l-.01 2.015a8.962 8.962 0 0 1-5.321-2.575L11.53 9.797zM16 5a2 2 0 1 1 0-4 2 2 0 0 1 0 4z\"/>\n    </g>\n</svg>\n</li><li title=\"riding line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5.5 21a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9zm0-2a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5zm13 2a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9zm0-2a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5zm-7.477-8.695L13 12v6h-2v-5l-2.719-2.266A2 2 0 0 1 8 7.671l2.828-2.828a2 2 0 0 1 2.829 0l1.414 1.414a6.969 6.969 0 0 0 3.917 1.975l-.01 2.015a8.962 8.962 0 0 1-5.321-2.575l-2.634 2.633zM16 5a2 2 0 1 1 0-4 2 2 0 0 1 0 4z\"/>\n    </g>\n</svg>\n</li><li title=\"road map fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M16.95 11.95a6.996 6.996 0 0 0 1.858-6.582l2.495-1.07a.5.5 0 0 1 .697.46V19l-7 3-6-3-6.303 2.701a.5.5 0 0 1-.697-.46V7l3.129-1.341a6.993 6.993 0 0 0 1.921 6.29L12 16.9l4.95-4.95zm-1.414-1.414L12 14.07l-3.536-3.535a5 5 0 1 1 7.072 0z\"/>\n    </g>\n</svg>\n</li><li title=\"road map line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 6.143v12.824l5.065-2.17 6 3L20 17.68V4.857l1.303-.558a.5.5 0 0 1 .697.46V19l-7 3-6-3-6.303 2.701a.5.5 0 0 1-.697-.46V7l2-.857zm12.243 5.1L12 15.485l-4.243-4.242a6 6 0 1 1 8.486 0zM12 12.657l2.828-2.829a4 4 0 1 0-5.656 0L12 12.657z\"/>\n    </g>\n</svg>\n</li><li title=\"roadster fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M22 13.5V21a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-1H5v1a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-7.5l-1.243-.31A1 1 0 0 1 0 12.22v-.72a.5.5 0 0 1 .5-.5h1.875l2.138-5.702A2 2 0 0 1 6.386 4h11.228a2 2 0 0 1 1.873 1.298L21.625 11H23.5a.5.5 0 0 1 .5.5v.72a1 1 0 0 1-.757.97L22 13.5zM4 15v2a1 1 0 0 0 1 1h3.245a.5.5 0 0 0 .44-.736C7.88 15.754 6.318 15 4 15zm16 0c-2.317 0-3.879.755-4.686 2.264a.5.5 0 0 0 .441.736H19a1 1 0 0 0 1-1v-2zM6 6l-1.561 4.684A1 1 0 0 0 5.387 12h13.226a1 1 0 0 0 .948-1.316L18 6H6z\"/>\n    </g>\n</svg>\n</li><li title=\"roadster line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M19 20H5v1a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-7.5l-1.243-.31A1 1 0 0 1 0 12.22v-.72a.5.5 0 0 1 .5-.5H2l2.48-5.788A2 2 0 0 1 6.32 4H17.68a2 2 0 0 1 1.838 1.212L22 11h1.5a.5.5 0 0 1 .5.5v.72a1 1 0 0 1-.757.97L22 13.5V21a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-1zm1-2v-5H4v5h16zM5.477 11h13.046a1 1 0 0 0 .928-1.371L18 6H6L4.549 9.629A1 1 0 0 0 5.477 11zM5 14c2.317 0 3.879.755 4.686 2.264a.5.5 0 0 1-.441.736H6a1 1 0 0 1-1-1v-2zm14 0v2a1 1 0 0 1-1 1h-3.245a.5.5 0 0 1-.44-.736C15.12 14.754 16.682 14 19 14z\"/>\n    </g>\n</svg>\n</li><li title=\"rocket 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M8.498 20h7.004A6.523 6.523 0 0 1 12 23.502 6.523 6.523 0 0 1 8.498 20zM18 14.805l2 2.268V19H4v-1.927l2-2.268V9c0-3.483 2.504-6.447 6-7.545C15.496 2.553 18 5.517 18 9v5.805zM12 11a2 2 0 1 0 0-4 2 2 0 0 0 0 4z\"/>\n    </g>\n</svg>\n</li><li title=\"rocket 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M15.502 20A6.523 6.523 0 0 1 12 23.502 6.523 6.523 0 0 1 8.498 20h2.26c.326.489.747.912 1.242 1.243.495-.33.916-.754 1.243-1.243h2.259zM18 14.805l2 2.268V19H4v-1.927l2-2.268V9c0-3.483 2.504-6.447 6-7.545C15.496 2.553 18 5.517 18 9v5.805zM17.27 17L16 15.56V9c0-2.318-1.57-4.43-4-5.42C9.57 4.57 8 6.681 8 9v6.56L6.73 17h10.54zM12 11a2 2 0 1 1 0-4 2 2 0 0 1 0 4z\"/>\n    </g>\n</svg>\n</li><li title=\"rocket fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5.33 15.929A13.064 13.064 0 0 1 5 13c0-5.088 2.903-9.436 7-11.182C16.097 3.564 19 7.912 19 13c0 1.01-.114 1.991-.33 2.929l2.02 1.796a.5.5 0 0 1 .097.63l-2.458 4.096a.5.5 0 0 1-.782.096l-2.254-2.254a1 1 0 0 0-.707-.293H9.414a1 1 0 0 0-.707.293l-2.254 2.254a.5.5 0 0 1-.782-.096l-2.458-4.095a.5.5 0 0 1 .097-.631l2.02-1.796zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4z\"/>\n    </g>\n</svg>\n</li><li title=\"rocket line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5 13c0-5.088 2.903-9.436 7-11.182C16.097 3.564 19 7.912 19 13c0 .823-.076 1.626-.22 2.403l1.94 1.832a.5.5 0 0 1 .095.603l-2.495 4.575a.5.5 0 0 1-.793.114l-2.234-2.234a1 1 0 0 0-.707-.293H9.414a1 1 0 0 0-.707.293l-2.234 2.234a.5.5 0 0 1-.793-.114l-2.495-4.575a.5.5 0 0 1 .095-.603l1.94-1.832C5.077 14.626 5 13.823 5 13zm1.476 6.696l.817-.817A3 3 0 0 1 9.414 18h5.172a3 3 0 0 1 2.121.879l.817.817.982-1.8-1.1-1.04a2 2 0 0 1-.593-1.82c.124-.664.187-1.345.187-2.036 0-3.87-1.995-7.3-5-8.96C8.995 5.7 7 9.13 7 13c0 .691.063 1.372.187 2.037a2 2 0 0 1-.593 1.82l-1.1 1.039.982 1.8zM12 13a2 2 0 1 1 0-4 2 2 0 0 1 0 4z\"/>\n    </g>\n</svg>\n</li><li title=\"route fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 15V8.5a4.5 4.5 0 0 1 9 0v7a2.5 2.5 0 1 0 5 0V8.83a3.001 3.001 0 1 1 2 0v6.67a4.5 4.5 0 1 1-9 0v-7a2.5 2.5 0 0 0-5 0V15h3l-4 5-4-5h3z\"/>\n    </g>\n</svg>\n</li><li title=\"route line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 15V8.5a4.5 4.5 0 0 1 9 0v7a2.5 2.5 0 1 0 5 0V8.83a3.001 3.001 0 1 1 2 0v6.67a4.5 4.5 0 1 1-9 0v-7a2.5 2.5 0 0 0-5 0V15h3l-4 5-4-5h3zm15-8a1 1 0 1 0 0-2 1 1 0 0 0 0 2z\"/>\n    </g>\n</svg>\n</li><li title=\"run fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M9.83 8.79L8 9.456V13H6V8.05h.015l5.268-1.918c.244-.093.51-.14.782-.131a2.616 2.616 0 0 1 2.427 1.82c.186.583.356.977.51 1.182A4.992 4.992 0 0 0 19 11v2a6.986 6.986 0 0 1-5.402-2.547l-.581 3.297L15 15.67V23h-2v-5.986l-2.05-1.987-.947 4.298-6.894-1.215.348-1.97 4.924.868L9.83 8.79zM13.5 5.5a2 2 0 1 1 0-4 2 2 0 0 1 0 4z\"/>\n    </g>\n</svg>\n</li><li title=\"run line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M9.83 8.79L8 9.456V13H6V8.05h.015l5.268-1.918c.244-.093.51-.14.782-.131a2.616 2.616 0 0 1 2.427 1.82c.186.583.356.977.51 1.182A4.992 4.992 0 0 0 19 11v2a6.986 6.986 0 0 1-5.402-2.547l-.697 3.956L15 16.17V23h-2v-5.898l-2.27-1.904-.727 4.127-6.894-1.215.348-1.97 4.924.868L9.83 8.79zM13.5 5.5a2 2 0 1 1 0-4 2 2 0 0 1 0 4z\"/>\n    </g>\n</svg>\n</li><li title=\"sailboat fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 18h18a.5.5 0 0 1 .4.8l-2.1 2.8a1 1 0 0 1-.8.4h-13a1 1 0 0 1-.8-.4l-2.1-2.8A.5.5 0 0 1 3 18zM15 2.425V15a1 1 0 0 1-1 1H4.04a.5.5 0 0 1-.39-.812L14.11 2.113a.5.5 0 0 1 .89.312z\"/>\n    </g>\n</svg>\n</li><li title=\"sailboat line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 18h18a.5.5 0 0 1 .4.8l-2.1 2.8a1 1 0 0 1-.8.4h-13a1 1 0 0 1-.8-.4l-2.1-2.8A.5.5 0 0 1 3 18zm4.161-4H13V6.702L7.161 14zM15 2.425V15a1 1 0 0 1-1 1H4.04a.5.5 0 0 1-.39-.812L14.11 2.113a.5.5 0 0 1 .89.312z\"/>\n    </g>\n</svg>\n</li><li title=\"ship 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M9 4h5.446a1 1 0 0 1 .848.47L18.75 10h4.408a.5.5 0 0 1 .439.74l-3.937 7.217A4.992 4.992 0 0 1 15 16 4.992 4.992 0 0 1 11 18a4.992 4.992 0 0 1-4-2 4.992 4.992 0 0 1-4.55 1.97l-1.236-6.791A1 1 0 0 1 2.198 10H3V5a1 1 0 0 1 1-1h1V1h4v3zm-4 6h11.392l-2.5-4H5v4zM3 20a5.978 5.978 0 0 0 4-1.528A5.978 5.978 0 0 0 11 20a5.978 5.978 0 0 0 4-1.528A5.978 5.978 0 0 0 19 20h2v2h-2a7.963 7.963 0 0 1-4-1.07A7.963 7.963 0 0 1 11 22a7.963 7.963 0 0 1-4-1.07A7.963 7.963 0 0 1 3 22H1v-2h2z\"/>\n    </g>\n</svg>\n</li><li title=\"ship 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M9 4h5.446a1 1 0 0 1 .848.47L18.75 10h4.408a.5.5 0 0 1 .439.74L19.637 18H19a6.01 6.01 0 0 1-1.535-.198L20.63 12H3.4l1.048 5.824A6.013 6.013 0 0 1 3 18h-.545l-1.24-6.821A1 1 0 0 1 2.197 10H3V5a1 1 0 0 1 1-1h1V1h4v3zm-4 6h11.392l-2.5-4H5v4zM3 20a5.978 5.978 0 0 0 4-1.528A5.978 5.978 0 0 0 11 20a5.978 5.978 0 0 0 4-1.528A5.978 5.978 0 0 0 19 20h2v2h-2a7.963 7.963 0 0 1-4-1.07A7.963 7.963 0 0 1 11 22a7.963 7.963 0 0 1-4-1.07A7.963 7.963 0 0 1 3 22H1v-2h2z\"/>\n    </g>\n</svg>\n</li><li title=\"ship fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 10.4V4a1 1 0 0 1 1-1h5V1h4v2h5a1 1 0 0 1 1 1v6.4l1.086.326a1 1 0 0 1 .682 1.2l-1.516 6.068A4.992 4.992 0 0 1 16 16 4.992 4.992 0 0 1 12 18a4.992 4.992 0 0 1-4-2 4.992 4.992 0 0 1-4.252 1.994l-1.516-6.068a1 1 0 0 1 .682-1.2L4 10.4zm2-.6L12 8l2.754.826 1.809.543L18 9.8V5H6v4.8zM4 20a5.978 5.978 0 0 0 4-1.528A5.978 5.978 0 0 0 12 20a5.978 5.978 0 0 0 4-1.528A5.978 5.978 0 0 0 20 20h2v2h-2a7.963 7.963 0 0 1-4-1.07A7.963 7.963 0 0 1 12 22a7.963 7.963 0 0 1-4-1.07A7.963 7.963 0 0 1 4 22H2v-2h2z\"/>\n    </g>\n</svg>\n</li><li title=\"ship line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 10.4V4a1 1 0 0 1 1-1h5V1h4v2h5a1 1 0 0 1 1 1v6.4l1.086.326a1 1 0 0 1 .682 1.2l-1.516 6.068a4.992 4.992 0 0 1-1.902-.272l1.25-5.352L12 10l-7.6 2.37 1.25 5.351a4.992 4.992 0 0 1-1.902.273l-1.516-6.068a1 1 0 0 1 .682-1.2L4 10.4zm2-.6L12 8l6 1.8V5H6v4.8zM4 20a5.978 5.978 0 0 0 4-1.528A5.978 5.978 0 0 0 12 20a5.978 5.978 0 0 0 4-1.528A5.978 5.978 0 0 0 20 20h2v2h-2a7.963 7.963 0 0 1-4-1.07A7.963 7.963 0 0 1 12 22a7.963 7.963 0 0 1-4-1.07A7.963 7.963 0 0 1 4 22H2v-2h2z\"/>\n    </g>\n</svg>\n</li><li title=\"signal tower fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6.116 20.087A9.986 9.986 0 0 1 2 12C2 6.477 6.477 2 12 2s10 4.477 10 10a9.986 9.986 0 0 1-4.116 8.087l-1.015-1.739a8 8 0 1 0-9.738 0l-1.015 1.739zm2.034-3.485a6 6 0 1 1 7.7 0l-1.03-1.766a4 4 0 1 0-5.64 0l-1.03 1.766zM11 13h2l1 9h-4l1-9z\"/>\n    </g>\n</svg>\n</li><li title=\"signal tower line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6.116 20.087A9.986 9.986 0 0 1 2 12C2 6.477 6.477 2 12 2s10 4.477 10 10a9.986 9.986 0 0 1-4.116 8.087l-1.015-1.739a8 8 0 1 0-9.738 0l-1.015 1.739zm2.034-3.485a6 6 0 1 1 7.7 0l-1.03-1.766a4 4 0 1 0-5.64 0l-1.03 1.766zM11 13h2v9h-2v-9z\"/>\n    </g>\n</svg>\n</li><li title=\"space ship fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M2.88 18.054a35.897 35.897 0 0 1 8.531-16.32.8.8 0 0 1 1.178 0c.166.18.304.332.413.455a35.897 35.897 0 0 1 8.118 15.865c-2.141.451-4.34.747-6.584.874l-2.089 4.178a.5.5 0 0 1-.894 0l-2.089-4.178a44.019 44.019 0 0 1-6.584-.874zM12 15a3 3 0 1 0 0-6 3 3 0 0 0 0 6z\"/>\n    </g>\n</svg>\n</li><li title=\"space ship line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M2.88 18.054a35.897 35.897 0 0 1 8.531-16.32.8.8 0 0 1 1.178 0c.166.18.304.332.413.455a35.897 35.897 0 0 1 8.118 15.865c-2.141.451-4.34.747-6.584.874l-2.089 4.178a.5.5 0 0 1-.894 0l-2.089-4.178a44.019 44.019 0 0 1-6.584-.874zm6.698-1.123l1.157.066L12 19.527l1.265-2.53 1.157-.066a42.137 42.137 0 0 0 4.227-.454A33.913 33.913 0 0 0 12 4.09a33.913 33.913 0 0 0-6.649 12.387c1.395.222 2.805.374 4.227.454zM12 15a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0-2a1 1 0 1 0 0-2 1 1 0 0 0 0 2z\"/>\n    </g>\n</svg>\n</li><li title=\"steering 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zM8 13l-3.938.001A8.004 8.004 0 0 0 11 19.938V16a3 3 0 0 1-3-3zm11.938.001L16 13a3 3 0 0 1-3 3l.001 3.938a8.004 8.004 0 0 0 6.937-6.937zM12 4a8.001 8.001 0 0 0-7.938 7H8a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1h3.938A8.001 8.001 0 0 0 12 4z\"/>\n    </g>\n</svg>\n</li><li title=\"steering 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zM8 13l-3.938.001A8.004 8.004 0 0 0 11 19.938V16a3 3 0 0 1-3-3zm11.938.001L16 13a3 3 0 0 1-3 3l.001 3.938a8.004 8.004 0 0 0 6.937-6.937zM14 12h-4v1a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-1zm-2-8a8.001 8.001 0 0 0-7.938 7H8a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1h3.938A8.001 8.001 0 0 0 12 4z\"/>\n    </g>\n</svg>\n</li><li title=\"steering fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M21.8 14.001a10.009 10.009 0 0 1-8.4 7.902v-2.025A8.01 8.01 0 0 0 19.748 14l2.052.001zm-17.548 0a8.01 8.01 0 0 0 6.247 5.858v2.03A10.01 10.01 0 0 1 2.2 14h2.052zM18 11v2h-1a4 4 0 0 0-3.995 3.8L13 17v1h-2v-1a4 4 0 0 0-3.8-3.995L7 13H6v-2h12zm-6-9c5.185 0 9.449 3.947 9.95 9h-2.012a8.001 8.001 0 0 0-15.876 0H2.049C2.551 5.947 6.815 2 12 2z\"/>\n    </g>\n</svg>\n</li><li title=\"steering line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M21.8 14.001a10.009 10.009 0 0 1-8.4 7.902v-2.025A8.01 8.01 0 0 0 19.748 14l2.052.001zm-17.548 0a8.01 8.01 0 0 0 6.247 5.858v2.03A10.01 10.01 0 0 1 2.2 14h2.052zM18 11v2h-3a2 2 0 0 0-1.995 1.85L13 15v3h-2v-3a2 2 0 0 0-1.85-1.995L9 13H6v-2h12zm-6-9c5.185 0 9.449 3.947 9.95 9h-2.012a8.001 8.001 0 0 0-15.876 0H2.049C2.551 5.947 6.815 2 12 2z\"/>\n    </g>\n</svg>\n</li><li title=\"subway fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17.2 20l1.8 1.5v.5H5v-.5L6.8 20H5a2 2 0 0 1-2-2V7a4 4 0 0 1 4-4h10a4 4 0 0 1 4 4v11a2 2 0 0 1-2 2h-1.8zM11 12V5H7a2 2 0 0 0-2 2v5h6zm2 0h6V7a2 2 0 0 0-2-2h-4v7zm-5.5 6a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm9 0a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z\"/>\n    </g>\n</svg>\n</li><li title=\"subway line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17.2 20l1.8 1.5v.5H5v-.5L6.8 20H5a2 2 0 0 1-2-2V7a4 4 0 0 1 4-4h10a4 4 0 0 1 4 4v11a2 2 0 0 1-2 2h-1.8zM13 5v6h6V7a2 2 0 0 0-2-2h-4zm-2 0H7a2 2 0 0 0-2 2v4h6V5zm8 8H5v5h14v-5zM7.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 0a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\"/>\n    </g>\n</svg>\n</li><li title=\"subway wifi fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M13 3v9h8v6a2 2 0 0 1-2 2h-1.8l1.8 1.5v.5H5v-.5L6.8 20H5a2 2 0 0 1-2-2V7a4 4 0 0 1 4-4h6zM7.5 15a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm9 0a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zM11 5H7a2 2 0 0 0-1.995 1.85L5 7v5h6V5zm7.5-4a4.5 4.5 0 1 1 0 9 4.5 4.5 0 0 1 0-9zm0 5.167c-.491 0-.94.177-1.289.47l-.125.115L18.5 8.167l1.413-1.416a1.994 1.994 0 0 0-1.413-.584zm0-2.667a4.65 4.65 0 0 0-3.128 1.203l-.173.165.944.942a3.323 3.323 0 0 1 2.357-.977 3.32 3.32 0 0 1 2.201.83l.156.147.943-.943A4.652 4.652 0 0 0 18.5 3.5z\"/>\n    </g>\n</svg>\n</li><li title=\"subway wifi line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M21 18a2 2 0 0 1-2 2h-1.8l1.8 1.5v.5H5v-.5L6.8 20H5a2 2 0 0 1-2-2V7a4 4 0 0 1 4-4h6v8h8v7zm-2-5H5v5h14v-5zM7.5 14a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3zm9 0a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3zM11 5H7a2 2 0 0 0-1.995 1.85L5 7v4h6V5zm7.5-4a4.5 4.5 0 1 1 0 9 4.5 4.5 0 0 1 0-9zm0 5.167c-.491 0-.94.177-1.289.47l-.125.115L18.5 8.167l1.413-1.416a1.994 1.994 0 0 0-1.413-.584zm0-2.667a4.65 4.65 0 0 0-3.128 1.203l-.173.165.944.942a3.323 3.323 0 0 1 2.357-.977 3.32 3.32 0 0 1 2.201.83l.156.147.943-.943A4.652 4.652 0 0 0 18.5 3.5z\"/>\n    </g>\n</svg>\n</li><li title=\"suitcase 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M18 23h-2v-1H8v1H6v-1H5c-1.105 0-2-.895-2-2V7c0-1.105.895-2 2-2h3V3c0-.552.448-1 1-1h6c.552 0 1 .448 1 1v2h3c1.105 0 2 .895 2 2v13c0 1.105-.895 2-2 2h-1v1zM10 9H8v9h2V9zm6 0h-2v9h2V9zm-2-5h-4v1h4V4z\"/>\n    </g>\n</svg>\n</li><li title=\"suitcase 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M18 23h-2v-1H8v1H6v-1H5c-1.105 0-2-.895-2-2V7c0-1.105.895-2 2-2h3V3c0-.552.448-1 1-1h6c.552 0 1 .448 1 1v2h3c1.105 0 2 .895 2 2v13c0 1.105-.895 2-2 2h-1v1zm1-16H5v13h14V7zm-9 2v9H8V9h2zm6 0v9h-2V9h2zm-2-5h-4v1h4V4z\"/>\n    </g>\n</svg>\n</li><li title=\"suitcase 3 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M15 1c.552 0 1 .448 1 1v5h1V6h2v1h1c.552 0 1 .448 1 1v12c0 .552-.448 1-1 1h-1v1h-2v-1H7v1H5v-1H4c-.552 0-1-.448-1-1V8c0-.552.448-1 1-1h1V6h2v1h1V2c0-.552.448-1 1-1h6zm-6 9H7v8h2v-8zm4 0h-2v8h2v-8zm4 0h-2v8h2v-8zm-3-7h-4v4h4V3z\"/>\n    </g>\n</svg>\n</li><li title=\"suitcase 3 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M15 1c.552 0 1 .448 1 1v5h1V6h2v1h1c.552 0 1 .448 1 1v12c0 .552-.448 1-1 1h-1v1h-2v-1H7v1H5v-1H4c-.552 0-1-.448-1-1V8c0-.552.448-1 1-1h1V6h2v1h1V2c0-.552.448-1 1-1h6zm4 8H5v10h14V9zM9 10v8H7v-8h2zm4 0v8h-2v-8h2zm4 0v8h-2v-8h2zm-3-7h-4v4h4V3z\"/>\n    </g>\n</svg>\n</li><li title=\"suitcase fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M15 3c.552 0 1 .448 1 1v2h5c.552 0 1 .448 1 1v13c0 .552-.448 1-1 1H3c-.552 0-1-.448-1-1V7c0-.552.448-1 1-1h5V4c0-.552.448-1 1-1h6zM8 8H6v11h2V8zm10 0h-2v11h2V8zm-4-3h-4v1h4V5z\"/>\n    </g>\n</svg>\n</li><li title=\"suitcase line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M15 3c.552 0 1 .448 1 1v2h5c.552 0 1 .448 1 1v13c0 .552-.448 1-1 1H3c-.552 0-1-.448-1-1V7c0-.552.448-1 1-1h5V4c0-.552.448-1 1-1h6zm1 5H8v11h8V8zM4 8v11h2V8H4zm10-3h-4v1h4V5zm4 3v11h2V8h-2z\"/>\n    </g>\n</svg>\n</li><li title=\"takeaway fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n  <g>\n    <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n    <path fill-rule=\"nonzero\" d=\"M16,1 C16.5522847,1 17,1.44771525 17,2 L17,2.999 L22,3 L22,9 L19.98,8.999 L22.7467496,16.595251 C22.9104689,17.0320314 23,17.5050658 23,17.9990113 C23,20.2081503 21.209139,21.9990113 19,21.9990113 C17.1367966,21.9990113 15.5711292,20.7251084 15.1264725,19.0007774 L10.8737865,19.0007613 C10.429479,20.7256022 8.86356525,22 7,22 C5.05513052,22 3.43445123,20.6119768 3.07453347,18.7725019 C2.43557576,18.4390399 2,17.770387 2,17 L2,12 L11,12 C11,12.5128358 11.3860402,12.9355072 11.8833789,12.9932723 L12,13 L14,13 C14.5128358,13 14.9355072,12.6139598 14.9932723,12.1166211 L15,12 L15,3 L12,3 L12,1 L16,1 Z M7,16 C5.8954305,16 5,16.8954305 5,18 C5,19.1045695 5.8954305,20 7,20 C8.1045695,20 9,19.1045695 9,18 C9,16.8954305 8.1045695,16 7,16 Z M19,16 C17.8954305,16 17,16.8954305 17,18 C17,19.1045695 17.8954305,20 19,20 C20.1045695,20 21,19.1045695 21,18 C21,16.8954305 20.1045695,16 19,16 Z M10,3 C10.5522847,3 11,3.44771525 11,4 L11,11 L2,11 L2,4 C2,3.44771525 2.44771525,3 3,3 L10,3 Z M20,5 L17,5 L17,7 L20,7 L20,5 Z M9,5 L4,5 L4,6 L9,6 L9,5 Z\"/>\n  </g>\n</svg>\n</li><li title=\"takeaway line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n  <g>\n    <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n    <path fill-rule=\"nonzero\" d=\"M16,1 C16.5522847,1 17,1.44771525 17,2 L17,2.999 L22,3 L22,9 L19.98,8.999 L22.7467496,16.595251 C22.9104689,17.0320314 23,17.5050658 23,17.9990113 C23,20.2081503 21.209139,21.9990113 19,21.9990113 C17.1367966,21.9990113 15.5711292,20.7251084 15.1264725,19.0007774 L10.8737865,19.0007613 C10.429479,20.7256022 8.86356525,22 7,22 C5.05513052,22 3.43445123,20.6119768 3.07453347,18.7725019 C2.43557576,18.4390399 2,17.770387 2,17 L2,4 C2,3.44771525 2.44771525,3 3,3 L10,3 C10.5522847,3 11,3.44771525 11,4 L11,12 C11,12.5128358 11.3860402,12.9355072 11.8833789,12.9932723 L12,13 L14,13 C14.5128358,13 14.9355072,12.6139598 14.9932723,12.1166211 L15,12 L15,3 L12,3 L12,1 L16,1 Z M7,16 C5.8954305,16 5,16.8954305 5,18 C5,19.1045695 5.8954305,20 7,20 C8.1045695,20 9,19.1045695 9,18 C9,16.8954305 8.1045695,16 7,16 Z M19,15.9990113 C17.8954305,15.9990113 17,16.8944418 17,17.9990113 C17,19.1035808 17.8954305,19.9990113 19,19.9990113 C20.1045695,19.9990113 21,19.1035808 21,17.9990113 C21,16.8944418 20.1045695,15.9990113 19,15.9990113 Z M17.852,8.999 L17,8.999 L17,12 C17,13.6568542 15.6568542,15 14,15 L12,15 C10.6941178,15 9.58311485,14.1656226 9.17102423,13.0009007 L3.99994303,13 L3.99994303,15.3542402 C4.73288889,14.523782 5.80527652,14 7,14 C8.86392711,14 10.4300871,15.2748927 10.8740452,17.0002597 L15.1256964,17.0002597 C15.5693048,15.2743991 17.135711,13.9990113 19,13.9990113 C19.2372818,13.9990113 19.469738,14.019672 19.6956678,14.0592925 L17.852,8.999 Z M9,8 L4,8 L4,11 L9,11 L9,8 Z M20,5 L17,5 L17,7 L20,7 L20,5 Z M9,5 L4,5 L4,6 L9,6 L9,5 Z\"/>\n  </g>\n</svg>\n</li><li title=\"taxi fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M22 12v9a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-1H5v1a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-9l2.48-5.788A2 2 0 0 1 6.32 5H9V3h6v2h2.681a2 2 0 0 1 1.838 1.212L22 12zM4.176 12h15.648l-2.143-5H6.32l-2.143 5zM6.5 17a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm11 0a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z\"/>\n    </g>\n</svg>\n</li><li title=\"taxi line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M22 11v10a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-1H5v1a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V11l2.447-4.894A2 2 0 0 1 6.237 5H9V3h6v2h2.764a2 2 0 0 1 1.789 1.106L22 11zm-2 2H4v5h16v-5zM4.236 11h15.528l-2-4H6.236l-2 4zM6.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm11 0a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\"/>\n    </g>\n</svg>\n</li><li title=\"taxi wifi fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M12 3v4H6.319l-2.144 5H22v9a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-1H5v1a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-9l2.48-5.788A2 2 0 0 1 6.32 5H9V3h3zM6.5 14a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm11 0a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm1-13a4.5 4.5 0 1 1 0 9 4.5 4.5 0 0 1 0-9zm0 5.167c-.491 0-.94.177-1.289.47l-.125.115L18.5 8.167l1.413-1.416a1.994 1.994 0 0 0-1.413-.584zm0-2.667a4.65 4.65 0 0 0-3.128 1.203l-.173.165.944.942a3.323 3.323 0 0 1 2.357-.977 3.32 3.32 0 0 1 2.201.83l.156.147.943-.943A4.652 4.652 0 0 0 18.5 3.5z\"/>\n    </g>\n</svg>\n</li><li title=\"taxi wifi line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M12 3v4H6.236l-2.001 4H22v10a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-1H5v1a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V11l2.447-4.894A2 2 0 0 1 6.237 5H9V3h3zm8 10H4v5h16v-5zM6.5 14a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3zm11 0a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3zm1-13a4.5 4.5 0 1 1 0 9 4.5 4.5 0 0 1 0-9zm0 5.167c-.491 0-.94.177-1.289.47l-.125.115L18.5 8.167l1.413-1.416a1.994 1.994 0 0 0-1.413-.584zm0-2.667a4.65 4.65 0 0 0-3.128 1.203l-.173.165.944.942a3.323 3.323 0 0 1 2.357-.977 3.32 3.32 0 0 1 2.201.83l.156.147.943-.943A4.652 4.652 0 0 0 18.5 3.5z\"/>\n    </g>\n</svg>\n</li><li title=\"traffic light fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M7 4V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v1h3c0 2.5-2.5 3.5-3 3.5V10h3c0 2.5-2.5 3.5-3 3.5V16h3c0 2.5-2.5 3.5-3 3.5V21a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1v-1.5c-.5 0-3-1-3-3.5h3v-2.5c-.5 0-3-1-3-3.5h3V7.5c-.5 0-3-1-3-3.5h3zm5 16a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0-6a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0-6a2 2 0 1 0 0-4 2 2 0 0 0 0 4z\"/>\n    </g>\n</svg>\n</li><li title=\"traffic light line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M7 4V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v1h3c0 2.5-2.5 3.5-3 3.5V10h3c0 2.5-2.5 3.5-3 3.5V16h3c0 2.5-2.5 3.5-3 3.5V21a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1v-1.5c-.5 0-3-1-3-3.5h3v-2.5c-.5 0-3-1-3-3.5h3V7.5c-.5 0-3-1-3-3.5h3zm5 16a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0-6a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0-6a2 2 0 1 0 0-4 2 2 0 0 0 0 4z\"/>\n    </g>\n</svg>\n</li><li title=\"train fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17.2 20l1.8 1.5v.5H5v-.5L6.8 20H5a2 2 0 0 1-2-2V7a4 4 0 0 1 4-4h10a4 4 0 0 1 4 4v11a2 2 0 0 1-2 2h-1.8zM5 7v4h14V7H5zm7 11a2 2 0 1 0 0-4 2 2 0 0 0 0 4z\"/>\n    </g>\n</svg>\n</li><li title=\"train line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17.2 20l1.8 1.5v.5H5v-.5L6.8 20H5a2 2 0 0 1-2-2V7a4 4 0 0 1 4-4h10a4 4 0 0 1 4 4v11a2 2 0 0 1-2 2h-1.8zM7 5a2 2 0 0 0-2 2v11h14V7a2 2 0 0 0-2-2H7zm5 12a2 2 0 1 1 0-4 2 2 0 0 1 0 4zM6 7h12v4H6V7z\"/>\n    </g>\n</svg>\n</li><li title=\"train wifi fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12.498 3a6.518 6.518 0 0 0-.324 4H5v4h10.035a6.47 6.47 0 0 0 3.465 1 6.48 6.48 0 0 0 2.5-.498V18a2 2 0 0 1-2 2h-1.8l1.8 1.5v.5H5v-.5L6.8 20H5a2 2 0 0 1-2-2V7a4 4 0 0 1 4-4h5.498zM12 14a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm6.5-13a4.5 4.5 0 1 1 0 9 4.5 4.5 0 0 1 0-9zm0 5.167c-.491 0-.94.177-1.289.47l-.125.115L18.5 8.167l1.413-1.416a1.994 1.994 0 0 0-1.413-.584zm0-2.667a4.65 4.65 0 0 0-3.128 1.203l-.173.165.944.942a3.323 3.323 0 0 1 2.357-.977 3.32 3.32 0 0 1 2.201.83l.156.147.943-.943A4.652 4.652 0 0 0 18.5 3.5z\"/>\n    </g>\n</svg>\n</li><li title=\"train wifi line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12.498 3a6.464 6.464 0 0 0-.479 2H7a2 2 0 0 0-1.995 1.85L5 7v11h14v-6.019a6.463 6.463 0 0 0 2-.48V18a2 2 0 0 1-2 2h-1.8l1.8 1.5v.5H5v-.5L6.8 20H5a2 2 0 0 1-2-2V7a4 4 0 0 1 4-4h5.498zM12 13a2 2 0 1 1 0 4 2 2 0 0 1 0-4zm.174-6a6.51 6.51 0 0 0 2.862 4.001L6 11V7h6.174zM18.5 1a4.5 4.5 0 1 1 0 9 4.5 4.5 0 0 1 0-9zm0 5.167c-.491 0-.94.177-1.289.47l-.125.115L18.5 8.167l1.413-1.416a1.994 1.994 0 0 0-1.413-.584zm0-2.667a4.65 4.65 0 0 0-3.128 1.203l-.173.165.944.942a3.323 3.323 0 0 1 2.357-.977 3.32 3.32 0 0 1 2.201.83l.156.147.943-.943A4.652 4.652 0 0 0 18.5 3.5z\"/>\n    </g>\n</svg>\n</li><li title=\"treasure map fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M2 5l7-3 6 3 6.303-2.701a.5.5 0 0 1 .697.46V19l-7 3-6-3-6.303 2.701a.5.5 0 0 1-.697-.46V5zm4 6v2h2v-2H6zm4 0v2h2v-2h-2zm6-.06l-1.237-1.238-1.061 1.06L14.939 12l-1.237 1.237 1.06 1.061L16 13.061l1.237 1.237 1.061-1.06L17.061 12l1.237-1.237-1.06-1.061L16 10.939z\"/>\n    </g>\n</svg>\n</li><li title=\"treasure map line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M14.935 7.204l-6-3L4 6.319v12.648l5.065-2.17 6 3L20 17.68V5.033l-5.065 2.17zM2 5l7-3 6 3 6.303-2.701a.5.5 0 0 1 .697.46V19l-7 3-6-3-6.303 2.701a.5.5 0 0 1-.697-.46V5zm4 6h2v2H6v-2zm4 0h2v2h-2v-2zm5.998-.063L17.236 9.7l1.06 1.06-1.237 1.238 1.237 1.238-1.06 1.06-1.238-1.237-1.237 1.237-1.061-1.06 1.237-1.238-1.237-1.237L14.76 9.7l1.238 1.237z\"/>\n    </g>\n</svg>\n</li><li title=\"truck fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17 8h3l3 4.056V18h-2.035a3.5 3.5 0 0 1-6.93 0h-5.07a3.5 3.5 0 0 1-6.93 0H1V6a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v2zm0 2v3h4v-.285L18.992 10H17z\"/>\n    </g>\n</svg>\n</li><li title=\"truck line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\"  d=\"M0 0h24v24H0z\"/>\n        <path d=\"M8.965 18a3.5 3.5 0 0 1-6.93 0H1V6a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v2h3l3 4.056V18h-2.035a3.5 3.5 0 0 1-6.93 0h-5.07zM15 7H3v8.05a3.5 3.5 0 0 1 5.663.95h5.674c.168-.353.393-.674.663-.95V7zm2 6h4v-.285L18.992 10H17v3zm.5 6a1.5 1.5 0 1 0 0-3.001 1.5 1.5 0 0 0 0 3.001zM7 17.5a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0z\"/>\n    </g>\n</svg>\n</li><li title=\"walk fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M7.617 8.712l3.205-2.328A1.995 1.995 0 0 1 12.065 6a2.616 2.616 0 0 1 2.427 1.82c.186.583.356.977.51 1.182A4.992 4.992 0 0 0 19 11v2a6.986 6.986 0 0 1-5.402-2.547l-.697 3.955 2.061 1.73 2.223 6.108-1.88.684-2.04-5.604-3.39-2.845a2 2 0 0 1-.713-1.904l.509-2.885-.677.492-2.127 2.928-1.618-1.176L7.6 8.7l.017.012zM13.5 5.5a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm-2.972 13.181l-3.214 3.83-1.532-1.285 2.976-3.546.746-2.18 1.791 1.5-.767 1.681z\"/>\n    </g>\n</svg>\n</li><li title=\"walk line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M7.617 8.712l3.205-2.328A1.995 1.995 0 0 1 12.065 6a2.616 2.616 0 0 1 2.427 1.82c.186.583.356.977.51 1.182A4.992 4.992 0 0 0 19 11v2a6.986 6.986 0 0 1-5.402-2.547l-.697 3.955 2.061 1.73 2.223 6.108-1.88.684-2.04-5.604-3.39-2.845a2 2 0 0 1-.713-1.904l.509-2.885-.677.492-2.127 2.928-1.618-1.176L7.6 8.7l.017.012zM13.5 5.5a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm-2.972 13.181l-3.214 3.83-1.532-1.285 2.976-3.546.746-2.18 1.791 1.5-.767 1.681z\"/>\n    </g>\n</svg>\n</li><li class='heading'>Media</li><li title=\"4k fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm8.5 10.5V12h-1V9H9v3H7.5V9H6v4.5h3V15h1.5v-1.5h1zM18 15l-2.25-3L18 9h-1.75l-1.75 2.25V9H13v6h1.5v-2.25L16.25 15H18z\"/>\n    </g>\n</svg>\n</li><li title=\"4k line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 5v14h16V5H4zM3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm8.5 10.5h-1V15H9v-1.5H6V9h1.5v3H9V9h1.5v3h1v1.5zM18 15h-1.75l-1.75-2.25V15H13V9h1.5v2.25L16.25 9H18l-2.25 3L18 15z\"/>\n    </g>\n</svg>\n</li><li title=\"album fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 2c5.52 0 10 4.48 10 10s-4.48 10-10 10S2 17.52 2 12 6.48 2 12 2zm0 14c2.213 0 4-1.787 4-4s-1.787-4-4-4-4 1.787-4 4 1.787 4 4 4zm0-5c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1z\"/>\n    </g>\n</svg>\n</li><li title=\"album line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 20a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-8a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z\"/>\n    </g>\n</svg>\n</li><li title=\"aspect ratio fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M21 3a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h18zm-3 9h-2v3h-3v2h5v-5zm-7-5H6v5h2V9h3V7z\"/>\n    </g>\n</svg>\n</li><li title=\"aspect ratio line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M21 3a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h18zm-1 2H4v14h16V5zm-7 12v-2h3v-3h2v5h-5zM11 7v2H8v3H6V7h5z\"/>\n    </g>\n</svg>\n</li><li title=\"broadcast fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4.929 2.929l1.414 1.414A7.975 7.975 0 0 0 4 10c0 2.21.895 4.21 2.343 5.657L4.93 17.07A9.969 9.969 0 0 1 2 10a9.969 9.969 0 0 1 2.929-7.071zm14.142 0A9.969 9.969 0 0 1 22 10a9.969 9.969 0 0 1-2.929 7.071l-1.414-1.414A7.975 7.975 0 0 0 20 10c0-2.21-.895-4.21-2.343-5.657L19.07 2.93zM7.757 5.757l1.415 1.415A3.987 3.987 0 0 0 8 10c0 1.105.448 2.105 1.172 2.828l-1.415 1.415A5.981 5.981 0 0 1 6 10c0-1.657.672-3.157 1.757-4.243zm8.486 0A5.981 5.981 0 0 1 18 10a5.981 5.981 0 0 1-1.757 4.243l-1.415-1.415A3.987 3.987 0 0 0 16 10a3.987 3.987 0 0 0-1.172-2.828l1.415-1.415zM12 12a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm0 2c.58 0 1.077.413 1.184.983L14.5 22h-5l1.316-7.017c.107-.57.604-.983 1.184-.983z\"/>\n    </g>\n</svg>\n</li><li title=\"broadcast line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4.929 2.929l1.414 1.414A7.975 7.975 0 0 0 4 10c0 2.21.895 4.21 2.343 5.657L4.93 17.07A9.969 9.969 0 0 1 2 10a9.969 9.969 0 0 1 2.929-7.071zm14.142 0A9.969 9.969 0 0 1 22 10a9.969 9.969 0 0 1-2.929 7.071l-1.414-1.414A7.975 7.975 0 0 0 20 10c0-2.21-.895-4.21-2.343-5.657L19.07 2.93zM7.757 5.757l1.415 1.415A3.987 3.987 0 0 0 8 10c0 1.105.448 2.105 1.172 2.828l-1.415 1.415A5.981 5.981 0 0 1 6 10c0-1.657.672-3.157 1.757-4.243zm8.486 0A5.981 5.981 0 0 1 18 10a5.981 5.981 0 0 1-1.757 4.243l-1.415-1.415A3.987 3.987 0 0 0 16 10a3.987 3.987 0 0 0-1.172-2.828l1.415-1.415zM12 12a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm-1 2h2v8h-2v-8z\"/>\n    </g>\n</svg>\n</li><li title=\"camera 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M2 3.993A1 1 0 0 1 2.992 3h18.016c.548 0 .992.445.992.993v16.014a1 1 0 0 1-.992.993H2.992A.993.993 0 0 1 2 20.007V3.993zM12 15a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0 2a5 5 0 1 0 0-10 5 5 0 0 0 0 10zm6-12v2h2V5h-2z\"/>\n    </g>\n</svg>\n</li><li title=\"camera 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M2 3.993A1 1 0 0 1 2.992 3h18.016c.548 0 .992.445.992.993v16.014a1 1 0 0 1-.992.993H2.992A.993.993 0 0 1 2 20.007V3.993zM4 5v14h16V5H4zm8 10a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 2a5 5 0 1 1 0-10 5 5 0 0 1 0 10zm5-11h2v2h-2V6z\"/>\n    </g>\n</svg>\n</li><li title=\"camera 3 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M2 6c0-.552.455-1 .992-1h18.016c.548 0 .992.445.992 1v14c0 .552-.455 1-.992 1H2.992A.994.994 0 0 1 2 20V6zm12 12a5 5 0 1 0 0-10 5 5 0 0 0 0 10zM4 7v2h3V7H4zm0-5h6v2H4V2z\"/>\n    </g>\n</svg>\n</li><li title=\"camera 3 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M2 6c0-.552.455-1 .992-1h18.016c.548 0 .992.445.992 1v14c0 .552-.455 1-.992 1H2.992A.994.994 0 0 1 2 20V6zm2 1v12h16V7H4zm10 9a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 2a5 5 0 1 1 0-10 5 5 0 0 1 0 10zM4 2h6v2H4V2z\"/>\n    </g>\n</svg>\n</li><li title=\"camera fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M9 3h6l2 2h4a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h4l2-2zm3 16a6 6 0 1 0 0-12 6 6 0 0 0 0 12zm0-2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z\"/>\n    </g>\n</svg>\n</li><li title=\"camera lens fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M9.827 21.763L14.31 14l3.532 6.117A9.955 9.955 0 0 1 12 22c-.746 0-1.473-.082-2.173-.237zM7.89 21.12A10.028 10.028 0 0 1 2.458 15h8.965L7.89 21.119zM2.05 13a9.964 9.964 0 0 1 2.583-7.761L9.112 13H2.05zm4.109-9.117A9.955 9.955 0 0 1 12 2c.746 0 1.473.082 2.173.237L9.69 10 6.159 3.883zM16.11 2.88A10.028 10.028 0 0 1 21.542 9h-8.965l3.533-6.119zM21.95 11a9.964 9.964 0 0 1-2.583 7.761L14.888 11h7.064z\"/>\n    </g>\n</svg>\n</li><li title=\"camera lens line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M9.858 19.71L12 16H5.07a8.018 8.018 0 0 0 4.788 3.71zM4.252 14h4.284L5.07 7.999A7.963 7.963 0 0 0 4 12c0 .69.088 1.36.252 2zm2.143-7.708L8.535 10 12 4a7.974 7.974 0 0 0-5.605 2.292zm7.747-2.002L12 8h6.93a8.018 8.018 0 0 0-4.788-3.71zM19.748 10h-4.284l3.465 6.001A7.963 7.963 0 0 0 20 12c0-.69-.088-1.36-.252-2zm-2.143 7.708L15.465 14 12 20a7.974 7.974 0 0 0 5.605-2.292zM12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm1.155-12h-2.31l-1.154 2 1.154 2h2.31l1.154-2-1.154-2z\"/>\n    </g>\n</svg>\n</li><li title=\"camera line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M9.828 5l-2 2H4v12h16V7h-3.828l-2-2H9.828zM9 3h6l2 2h4a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h4l2-2zm3 15a5.5 5.5 0 1 1 0-11 5.5 5.5 0 0 1 0 11zm0-2a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7z\"/>\n    </g>\n</svg>\n</li><li title=\"camera off fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M19.586 21H3a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h.586L1.393 2.808l1.415-1.415 19.799 19.8-1.415 1.414L19.586 21zM7.556 8.97a6 6 0 0 0 8.475 8.475l-1.417-1.417a4 4 0 0 1-5.642-5.642L7.555 8.97zM22 17.785l-4.045-4.045a6 6 0 0 0-6.695-6.695L8.106 3.892 9 3h6l2 2h4a1 1 0 0 1 1 1v11.786zm-8.492-8.492a4.013 4.013 0 0 1 2.198 2.198l-2.198-2.198z\"/>\n    </g>\n</svg>\n</li><li title=\"camera off line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M19.586 21H3a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h.586L1.393 2.808l1.415-1.415 19.799 19.8-1.415 1.414L19.586 21zm-14-14H4v12h13.586l-2.18-2.18A5.5 5.5 0 0 1 7.68 9.094L5.586 7zm3.524 3.525a3.5 3.5 0 0 0 4.865 4.865L9.11 10.525zM22 17.785l-2-2V7h-3.828l-2-2H9.828l-.307.307-1.414-1.414L9 3h6l2 2h4a1 1 0 0 1 1 1v11.786zM11.263 7.05a5.5 5.5 0 0 1 6.188 6.188l-2.338-2.338a3.515 3.515 0 0 0-1.512-1.512l-2.338-2.338z\"/>\n    </g>\n</svg>\n</li><li title=\"camera switch fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M9 3h6l2 2h4a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h4l2-2zm5.684 15.368l-.895-1.79A4 4 0 0 1 8 13h2.001L7.839 8.677a6 6 0 0 0 6.845 9.69zM9.316 7.632l.895 1.79A4 4 0 0 1 16 13h-2.001l2.161 4.323a6 6 0 0 0-6.845-9.69z\"/>\n    </g>\n</svg>\n</li><li title=\"camera switch line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M9.828 5l-2 2H4v12h16V7h-3.828l-2-2H9.828zM9 3h6l2 2h4a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h4l2-2zm.64 4.53a5.5 5.5 0 0 1 6.187 8.92L13.75 12.6h1.749l.001-.1a3.5 3.5 0 0 0-4.928-3.196L9.64 7.53zm4.677 9.96a5.5 5.5 0 0 1-6.18-8.905L10.25 12.5H8.5a3.5 3.5 0 0 0 4.886 3.215l.931 1.774z\"/>\n    </g>\n</svg>\n</li><li title=\"clapperboard fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17.998 7l2.31-4h.7c.548 0 .992.445.992.993v16.014a1 1 0 0 1-.992.993H2.992A.993.993 0 0 1 2 20.007V3.993A1 1 0 0 1 2.992 3h3.006l-2.31 4h2.31l2.31-4h3.69l-2.31 4h2.31l2.31-4h3.69l-2.31 4h2.31z\"/>\n    </g>\n</svg>\n</li><li title=\"clapperboard line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5.998 7l2.31-4h3.69l-2.31 4h-3.69zm6 0l2.31-4h3.69l-2.31 4h-3.69zm6 0l2.31-4h.7c.548 0 .992.445.992.993v16.014a1 1 0 0 1-.992.993H2.992A.993.993 0 0 1 2 20.007V3.993A1 1 0 0 1 2.992 3h3.006L4 6.46V19h16V7h-2.002z\"/>\n    </g>\n</svg>\n</li><li title=\"closed captioning fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M21 3c.552 0 1 .448 1 1v16c0 .552-.448 1-1 1H3c-.552 0-1-.448-1-1V4c0-.552.448-1 1-1h18zM9 8c-2.208 0-4 1.792-4 4s1.792 4 4 4c1.1 0 2.1-.45 2.828-1.172l-1.414-1.414C10.053 13.776 9.553 14 9 14c-1.105 0-2-.895-2-2s.895-2 2-2c.55 0 1.048.22 1.415.587l1.414-1.414C11.105 8.448 10.105 8 9 8zm7 0c-2.208 0-4 1.792-4 4s1.792 4 4 4c1.104 0 2.104-.448 2.828-1.172l-1.414-1.414c-.362.362-.862.586-1.414.586-1.105 0-2-.895-2-2s.895-2 2-2c.553 0 1.053.224 1.415.587l1.414-1.414C18.105 8.448 17.105 8 16 8z\"/>\n    </g>\n</svg>\n</li><li title=\"closed captioning line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M21 3c.552 0 1 .448 1 1v16c0 .552-.448 1-1 1H3c-.552 0-1-.448-1-1V4c0-.552.448-1 1-1h18zm-1 2H4v14h16V5zM9 8c1.105 0 2.105.448 2.829 1.173l-1.414 1.414C10.053 10.224 9.553 10 9 10c-1.105 0-2 .895-2 2s.895 2 2 2c.553 0 1.053-.224 1.414-.586l1.414 1.414C11.104 15.552 10.104 16 9 16c-2.208 0-4-1.792-4-4s1.792-4 4-4zm7 0c1.105 0 2.105.448 2.829 1.173l-1.414 1.414C17.053 10.224 16.553 10 16 10c-1.105 0-2 .895-2 2s.895 2 2 2c.552 0 1.052-.224 1.414-.586l1.414 1.414C18.104 15.552 17.104 16 16 16c-2.208 0-4-1.792-4-4s1.792-4 4-4z\"/>\n    </g>\n</svg>\n</li><li title=\"disc fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M13 9.17A3 3 0 1 0 15 12V2.458c4.057 1.274 7 5.064 7 9.542 0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2c.337 0 .671.017 1 .05v7.12z\"/>\n    </g>\n</svg>\n</li><li title=\"disc line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M15 4.582V12a3 3 0 1 1-2-2.83V2.05c5.053.501 9 4.765 9 9.95 0 5.523-4.477 10-10 10S2 17.523 2 12c0-5.185 3.947-9.449 9-9.95v2.012A8.001 8.001 0 0 0 12 20a8 8 0 0 0 3-15.418z\"/>\n    </g>\n</svg>\n</li><li title=\"dv fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 14.745a7 7 0 1 1 8 0V21a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-6.255zM8 14A5 5 0 1 0 8 4a5 5 0 0 0 0 10zm-1 4v2h2v-2H7zm1-6a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm6 5v-1.292A8.978 8.978 0 0 0 17 9a8.966 8.966 0 0 0-2.292-6H21a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1h-7zm4-10v2h2V7h-2z\"/>\n    </g>\n</svg>\n</li><li title=\"dv line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M11.608 3H21a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1h-7v-2h6V5h-6.255A6.968 6.968 0 0 1 15 9a6.992 6.992 0 0 1-3 5.745V21a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-6.255A7 7 0 1 1 11.608 3zM6 13.584V20h4v-6.416a5.001 5.001 0 1 0-4 0zM8 12a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0-2a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm9-3h2v2h-2V7zM7 17h2v2H7v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"dvd fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M13 11V6l-5 7h3v5l5-7h-3zm-1 11C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10z\"/>\n    </g>\n</svg>\n</li><li title=\"dvd line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm1-9h3l-5 7v-5H8l5-7v5z\"/>\n    </g>\n</svg>\n</li><li title=\"eject fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12.416 3.624l7.066 10.599a.5.5 0 0 1-.416.777H4.934a.5.5 0 0 1-.416-.777l7.066-10.599a.5.5 0 0 1 .832 0zM5 17h14a1 1 0 0 1 0 2H5a1 1 0 0 1 0-2z\"/>\n    </g>\n</svg>\n</li><li title=\"eject line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M7.737 13h8.526L12 6.606 7.737 13zm4.679-9.376l7.066 10.599a.5.5 0 0 1-.416.777H4.934a.5.5 0 0 1-.416-.777l7.066-10.599a.5.5 0 0 1 .832 0zM5 17h14a1 1 0 0 1 0 2H5a1 1 0 0 1 0-2z\"/>\n    </g>\n</svg>\n</li><li title=\"equalizer fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6.17 18a3.001 3.001 0 0 1 5.66 0H22v2H11.83a3.001 3.001 0 0 1-5.66 0H2v-2h4.17zm6-7a3.001 3.001 0 0 1 5.66 0H22v2h-4.17a3.001 3.001 0 0 1-5.66 0H2v-2h10.17zm-6-7a3.001 3.001 0 0 1 5.66 0H22v2H11.83a3.001 3.001 0 0 1-5.66 0H2V4h4.17z\"/>\n    </g>\n</svg>\n</li><li title=\"equalizer line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6.17 18a3.001 3.001 0 0 1 5.66 0H22v2H11.83a3.001 3.001 0 0 1-5.66 0H2v-2h4.17zm6-7a3.001 3.001 0 0 1 5.66 0H22v2h-4.17a3.001 3.001 0 0 1-5.66 0H2v-2h10.17zm-6-7a3.001 3.001 0 0 1 5.66 0H22v2H11.83a3.001 3.001 0 0 1-5.66 0H2V4h4.17zM9 6a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm6 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm-6 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2z\"/>\n    </g>\n</svg>\n</li><li title=\"film fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M2 3.993A1 1 0 0 1 2.992 3h18.016c.548 0 .992.445.992.993v16.014a1 1 0 0 1-.992.993H2.992A.993.993 0 0 1 2 20.007V3.993zM4 5v2h2V5H4zm14 0v2h2V5h-2zM4 9v2h2V9H4zm14 0v2h2V9h-2zM4 13v2h2v-2H4zm14 0v2h2v-2h-2zM4 17v2h2v-2H4zm14 0v2h2v-2h-2z\"/>\n    </g>\n</svg>\n</li><li title=\"film line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M2 3.993A1 1 0 0 1 2.992 3h18.016c.548 0 .992.445.992.993v16.014a1 1 0 0 1-.992.993H2.992A.993.993 0 0 1 2 20.007V3.993zM8 5v14h8V5H8zM4 5v2h2V5H4zm14 0v2h2V5h-2zM4 9v2h2V9H4zm14 0v2h2V9h-2zM4 13v2h2v-2H4zm14 0v2h2v-2h-2zM4 17v2h2v-2H4zm14 0v2h2v-2h-2z\"/>\n    </g>\n</svg>\n</li><li title=\"fullscreen exit fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M18 7h4v2h-6V3h2v4zM8 9H2V7h4V3h2v6zm10 8v4h-2v-6h6v2h-4zM8 15v6H6v-4H2v-2h6z\"/>\n    </g>\n</svg>\n</li><li title=\"fullscreen exit line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M18 7h4v2h-6V3h2v4zM8 9H2V7h4V3h2v6zm10 8v4h-2v-6h6v2h-4zM8 15v6H6v-4H2v-2h6z\"/>\n    </g>\n</svg>\n</li><li title=\"fullscreen fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M16 3h6v6h-2V5h-4V3zM2 3h6v2H4v4H2V3zm18 16v-4h2v6h-6v-2h4zM4 19h4v2H2v-6h2v4z\"/>\n    </g>\n</svg>\n</li><li title=\"fullscreen line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M20 3h2v6h-2V5h-4V3h4zM4 3h4v2H4v4H2V3h2zm16 16v-4h2v6h-6v-2h4zM4 19h4v2H2v-6h2v4z\"/>\n    </g>\n</svg>\n</li><li title=\"gallery fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17.409 19c-.776-2.399-2.277-3.885-4.266-5.602A10.954 10.954 0 0 1 20 11V3h1.008c.548 0 .992.445.992.993v16.014a1 1 0 0 1-.992.993H2.992A.993.993 0 0 1 2 20.007V3.993A1 1 0 0 1 2.992 3H6V1h2v4H4v7c5.22 0 9.662 2.462 11.313 7h2.096zM18 1v4h-8V3h6V1h2zm-1.5 9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\"/>\n    </g>\n</svg>\n</li><li title=\"gallery line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M20 13c-1.678 0-3.249.46-4.593 1.259A14.984 14.984 0 0 1 18.147 19H20v-6zm-3.996 6C14.044 14.302 9.408 11 4 11v8h12.004zM4 9c3.83 0 7.323 1.435 9.974 3.796A10.949 10.949 0 0 1 20 11V3h1.008c.548 0 .992.445.992.993v16.014a1 1 0 0 1-.992.993H2.992A.993.993 0 0 1 2 20.007V3.993A1 1 0 0 1 2.992 3H6V1h2v4H4v4zm14-8v4h-8V3h6V1h2zm-1.5 9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\"/>\n    </g>\n</svg>\n</li><li title=\"gallery upload fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M8 1v2h8V1h2v2h3.008c.548 0 .992.445.992.993v16.014a1 1 0 0 1-.992.993H2.992A.993.993 0 0 1 2 20.007V3.993A1 1 0 0 1 2.992 3H6V1h2zm4 7l-4 4h3v4h2v-4h3l-4-4z\"/>\n    </g>\n</svg>\n</li><li title=\"gallery upload line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M8 1v4H4v14h16V3h1.008c.548 0 .992.445.992.993v16.014a1 1 0 0 1-.992.993H2.992A.993.993 0 0 1 2 20.007V3.993A1 1 0 0 1 2.992 3H6V1h2zm4 7l4 4h-3v4h-2v-4H8l4-4zm6-7v4h-8V3h6V1h2z\"/>\n    </g>\n</svg>\n</li><li title=\"hd fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm4.5 8.25V9H6v6h1.5v-2.25h2V15H11V9H9.5v2.25h-2zm7-.75H16a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-1.5v-3zM13 9v6h3a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2h-3z\"/>\n    </g>\n</svg>\n</li><li title=\"hd line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 5v14h16V5H4zM3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm4.5 8.25h2V9H11v6H9.5v-2.25h-2V15H6V9h1.5v2.25zm7-.75v3H16a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5h-1.5zM13 9h3a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2h-3V9z\"/>\n    </g>\n</svg>\n</li><li title=\"headphone fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 12h3a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-7C2 6.477 6.477 2 12 2s10 4.477 10 10v7a2 2 0 0 1-2 2h-3a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h3a8 8 0 1 0-16 0z\"/>\n    </g>\n</svg>\n</li><li title=\"headphone line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 4a8 8 0 0 0-8 8h3a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-7C2 6.477 6.477 2 12 2s10 4.477 10 10v7a2 2 0 0 1-2 2h-3a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h3a8 8 0 0 0-8-8zM4 14v5h3v-5H4zm13 0v5h3v-5h-3z\"/>\n    </g>\n</svg>\n</li><li title=\"hq fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm4.5 8.25V9H6v6h1.5v-2.25h2V15H11V9H9.5v2.25h-2zM16.25 15H17a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1h-3a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h.75v1.5h1.5V15zm-1.75-4.5h2v3h-2v-3z\"/>\n    </g>\n</svg>\n</li><li title=\"hq line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 5v14h16V5H4zM3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm4.5 8.25h2V9H11v6H9.5v-2.25h-2V15H6V9h1.5v2.25zM16.25 15v1.5h-1.5V15H14a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-.75zm-1.75-4.5v3h2v-3h-2z\"/>\n    </g>\n</svg>\n</li><li title=\"image 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5 11.1l2-2 5.5 5.5 3.5-3.5 3 3V5H5v6.1zM4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm11.5 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\"/>\n    </g>\n</svg>\n</li><li title=\"image 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5 11.1l2-2 5.5 5.5 3.5-3.5 3 3V5H5v6.1zm0 2.829V19h3.1l2.986-2.985L7 11.929l-2 2zM10.929 19H19v-2.071l-3-3L10.929 19zM4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm11.5 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\"/>\n    </g>\n</svg>\n</li><li title=\"image add fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M21 15v3h3v2h-3v3h-2v-3h-3v-2h3v-3h2zm.008-12c.548 0 .992.445.992.993v9.349A5.99 5.99 0 0 0 20 13V5H4l.001 14 9.292-9.293a.999.999 0 0 1 1.32-.084l.093.085 3.546 3.55a6.003 6.003 0 0 0-3.91 7.743L2.992 21A.993.993 0 0 1 2 20.007V3.993A1 1 0 0 1 2.992 3h18.016zM8 7a2 2 0 1 1 0 4 2 2 0 0 1 0-4z\"/>\n    </g>\n</svg>\n</li><li title=\"image add line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M21 15v3h3v2h-3v3h-2v-3h-3v-2h3v-3h2zm.008-12c.548 0 .992.445.992.993V13h-2V5H4v13.999L14 9l3 3v2.829l-3-3L6.827 19H14v2H2.992A.993.993 0 0 1 2 20.007V3.993A1 1 0 0 1 2.992 3h18.016zM8 7a2 2 0 1 1 0 4 2 2 0 0 1 0-4z\"/>\n    </g>\n</svg>\n</li><li title=\"image edit fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M20 3c.552 0 1 .448 1 1v1.757l-2 2V5H5v8.1l4-4 4.328 4.329-1.327 1.327-.006 4.239 4.246.006 1.33-1.33L18.899 19H19v-2.758l2-2V20c0 .552-.448 1-1 1H4c-.552 0-1-.448-1-1V4c0-.552.448-1 1-1h16zm1.778 4.808l1.414 1.414L15.414 17l-1.416-.002.002-1.412 7.778-7.778zM15.5 7c.828 0 1.5.672 1.5 1.5s-.672 1.5-1.5 1.5S14 9.328 14 8.5 14.672 7 15.5 7z\"/>\n    </g>\n</svg>\n</li><li title=\"image edit line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M20 3c.552 0 1 .448 1 1v1.757l-2 2V5H5v8.1l4-4 4.328 4.329-1.415 1.413L9 11.93l-4 3.999V19h10.533l.708.001 1.329-1.33L18.9 19h.1v-2.758l2-2V20c0 .552-.448 1-1 1H4c-.55 0-1-.45-1-1V4c0-.552.448-1 1-1h16zm1.778 4.808l1.414 1.414L15.414 17l-1.416-.002.002-1.412 7.778-7.778zM15.5 7c.828 0 1.5.672 1.5 1.5s-.672 1.5-1.5 1.5S14 9.328 14 8.5 14.672 7 15.5 7z\"/>\n    </g>\n</svg>\n</li><li title=\"image fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M20 5H4v14l9.292-9.294a1 1 0 0 1 1.414 0L20 15.01V5zM2 3.993A1 1 0 0 1 2.992 3h18.016c.548 0 .992.445.992.993v16.014a1 1 0 0 1-.992.993H2.992A.993.993 0 0 1 2 20.007V3.993zM8 11a2 2 0 1 1 0-4 2 2 0 0 1 0 4z\"/>\n    </g>\n</svg>\n</li><li title=\"image line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4.828 21l-.02.02-.021-.02H2.992A.993.993 0 0 1 2 20.007V3.993A1 1 0 0 1 2.992 3h18.016c.548 0 .992.445.992.993v16.014a1 1 0 0 1-.992.993H4.828zM20 15V5H4v14L14 9l6 6zm0 2.828l-6-6L6.828 19H20v-1.172zM8 11a2 2 0 1 1 0-4 2 2 0 0 1 0 4z\"/>\n    </g>\n</svg>\n</li><li title=\"landscape fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M16 21l-4.762-8.73L15 6l8 15h-7zM8 10l6 11H2l6-11zM5.5 8a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5z\"/>\n    </g>\n</svg>\n</li><li title=\"landscape line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M11.27 12.216L15 6l8 15H2L9 8l2.27 4.216zm1.12 2.022L14.987 19h4.68l-4.77-8.942-2.507 4.18zM5.348 19h7.304L9 12.219 5.348 19zM5.5 8a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5z\"/>\n    </g>\n</svg>\n</li><li title=\"live fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M16 4a1 1 0 0 1 1 1v4.2l5.213-3.65a.5.5 0 0 1 .787.41v12.08a.5.5 0 0 1-.787.41L17 14.8V19a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h14zM7.4 8.829a.4.4 0 0 0-.392.32L7 9.228v5.542a.4.4 0 0 0 .542.374l.073-.036 4.355-2.772a.4.4 0 0 0 .063-.624l-.063-.05L7.615 8.89A.4.4 0 0 0 7.4 8.83z\"/>\n    </g>\n</svg>\n</li><li title=\"live line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M16 4a1 1 0 0 1 1 1v4.2l5.213-3.65a.5.5 0 0 1 .787.41v12.08a.5.5 0 0 1-.787.41L17 14.8V19a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h14zm-1 2H3v12h12V6zM7.4 8.829a.4.4 0 0 1 .215.062l4.355 2.772a.4.4 0 0 1 0 .674L7.615 15.11A.4.4 0 0 1 7 14.77V9.23c0-.221.18-.4.4-.4zM21 8.84l-4 2.8v.718l4 2.8V8.84z\"/>\n    </g>\n</svg>\n</li><li title=\"mic 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 1a5 5 0 0 1 5 5v6a5 5 0 0 1-10 0V6a5 5 0 0 1 5-5zM2.192 13.962l1.962-.393a8.003 8.003 0 0 0 15.692 0l1.962.393C20.896 18.545 16.85 22 12 22s-8.896-3.455-9.808-8.038z\"/>\n    </g>\n</svg>\n</li><li title=\"mic 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 3a3 3 0 0 0-3 3v6a3 3 0 0 0 6 0V6a3 3 0 0 0-3-3zm0-2a5 5 0 0 1 5 5v6a5 5 0 0 1-10 0V6a5 5 0 0 1 5-5zM2.192 13.962l1.962-.393a8.003 8.003 0 0 0 15.692 0l1.962.393C20.896 18.545 16.85 22 12 22s-8.896-3.455-9.808-8.038z\"/>\n    </g>\n</svg>\n</li><li title=\"mic fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 1a5 5 0 0 1 5 5v4a5 5 0 0 1-10 0V6a5 5 0 0 1 5-5zM3.055 11H5.07a7.002 7.002 0 0 0 13.858 0h2.016A9.004 9.004 0 0 1 13 18.945V23h-2v-4.055A9.004 9.004 0 0 1 3.055 11z\"/>\n    </g>\n</svg>\n</li><li title=\"mic line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 3a3 3 0 0 0-3 3v4a3 3 0 0 0 6 0V6a3 3 0 0 0-3-3zm0-2a5 5 0 0 1 5 5v4a5 5 0 0 1-10 0V6a5 5 0 0 1 5-5zM3.055 11H5.07a7.002 7.002 0 0 0 13.858 0h2.016A9.004 9.004 0 0 1 13 18.945V23h-2v-4.055A9.004 9.004 0 0 1 3.055 11z\"/>\n    </g>\n</svg>\n</li><li title=\"mic off fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M16.425 17.839A8.941 8.941 0 0 1 13 18.945V23h-2v-4.055A9.004 9.004 0 0 1 3.055 11H5.07a7.002 7.002 0 0 0 9.87 5.354l-1.551-1.55A5 5 0 0 1 7 10V8.414L1.393 2.808l1.415-1.415 19.799 19.8-1.415 1.414-4.767-4.768zm2.95-2.679l-1.443-1.442c.509-.81.856-1.73.997-2.718h2.016a8.95 8.95 0 0 1-1.57 4.16zm-2.91-2.909l-8.78-8.78A5 5 0 0 1 17 6l.001 4a4.98 4.98 0 0 1-.534 2.251z\"/>\n    </g>\n</svg>\n</li><li title=\"mic off line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M16.425 17.839A8.941 8.941 0 0 1 13 18.945V23h-2v-4.055A9.004 9.004 0 0 1 3.055 11H5.07a7.002 7.002 0 0 0 9.87 5.354l-1.551-1.55A5 5 0 0 1 7 10V8.414L1.393 2.808l1.415-1.415 19.799 19.8-1.415 1.414-4.767-4.768zm-7.392-7.392l2.52 2.52a3.002 3.002 0 0 1-2.52-2.52zm10.342 4.713l-1.443-1.442c.509-.81.856-1.73.997-2.718h2.016a8.95 8.95 0 0 1-1.57 4.16zm-2.91-2.909l-1.548-1.548c.054-.226.083-.46.083-.703V6a3 3 0 0 0-5.818-1.032L7.686 3.471A5 5 0 0 1 17 6v4a4.98 4.98 0 0 1-.534 2.251z\"/>\n    </g>\n</svg>\n</li><li title=\"movie 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M18.001 20H20v2h-8C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10a9.985 9.985 0 0 1-3.999 8zM12 10a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm-4 4a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm8 0a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm-4 4a2 2 0 1 0 0-4 2 2 0 0 0 0 4z\"/>\n    </g>\n</svg>\n</li><li title=\"movie 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 20h8v2h-8C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10a9.956 9.956 0 0 1-2 6h-2.708A8 8 0 1 0 12 20zm0-10a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm-4 4a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm8 0a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm-4 4a2 2 0 1 1 0-4 2 2 0 0 1 0 4z\"/>\n    </g>\n</svg>\n</li><li title=\"movie fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M2 3.993A1 1 0 0 1 2.992 3h18.016c.548 0 .992.445.992.993v16.014a1 1 0 0 1-.992.993H2.992A.993.993 0 0 1 2 20.007V3.993zm8.622 4.422a.4.4 0 0 0-.622.332v6.506a.4.4 0 0 0 .622.332l4.879-3.252a.4.4 0 0 0 0-.666l-4.88-3.252z\"/>\n    </g>\n</svg>\n</li><li title=\"movie line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M2 3.993A1 1 0 0 1 2.992 3h18.016c.548 0 .992.445.992.993v16.014a1 1 0 0 1-.992.993H2.992A.993.993 0 0 1 2 20.007V3.993zM4 5v14h16V5H4zm6.622 3.415l4.879 3.252a.4.4 0 0 1 0 .666l-4.88 3.252a.4.4 0 0 1-.621-.332V8.747a.4.4 0 0 1 .622-.332z\"/>\n    </g>\n</svg>\n</li><li title=\"music 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M20 3v14a4 4 0 1 1-2-3.465V6H9v11a4 4 0 1 1-2-3.465V3h13z\"/>\n    </g>\n</svg>\n</li><li title=\"music 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M20 3v14a4 4 0 1 1-2-3.465V5H9v12a4 4 0 1 1-2-3.465V3h13zM5 19a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm11 0a2 2 0 1 0 0-4 2 2 0 0 0 0 4z\"/>\n    </g>\n</svg>\n</li><li title=\"music fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 13.535V3h8v3h-6v11a4 4 0 1 1-2-3.465z\"/>\n    </g>\n</svg>\n</li><li title=\"music line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 13.535V3h8v2h-6v12a4 4 0 1 1-2-3.465zM10 19a2 2 0 1 0 0-4 2 2 0 0 0 0 4z\"/>\n    </g>\n</svg>\n</li><li title=\"mv fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M2 3.993A1 1 0 0 1 2.992 3h18.016c.548 0 .992.445.992.993v16.014a1 1 0 0 1-.992.993H2.992A.993.993 0 0 1 2 20.007V3.993zm10 8.178A3 3 0 1 0 14 15V7.999h3V6h-5v6.17z\"/>\n    </g>\n</svg>\n</li><li title=\"mv line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M2 3.993A1 1 0 0 1 2.992 3h18.016c.548 0 .992.445.992.993v16.014a1 1 0 0 1-.992.993H2.992A.993.993 0 0 1 2 20.007V3.993zM4 5v14h16V5H4zm8 7.17V6h5v2h-3v7a3 3 0 1 1-2-2.83z\"/>\n    </g>\n</svg>\n</li><li title=\"notification 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M22 20H2v-2h1v-6.969C3 6.043 7.03 2 12 2s9 4.043 9 9.031V18h1v2zM9.5 21h5a2.5 2.5 0 1 1-5 0z\"/>\n    </g>\n</svg>\n</li><li title=\"notification 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M22 20H2v-2h1v-6.969C3 6.043 7.03 2 12 2s9 4.043 9 9.031V18h1v2zM5 18h14v-6.969C19 7.148 15.866 4 12 4s-7 3.148-7 7.031V18zm4.5 3h5a2.5 2.5 0 1 1-5 0z\"/>\n    </g>\n</svg>\n</li><li title=\"notification 3 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M20 17h2v2H2v-2h2v-7a8 8 0 1 1 16 0v7zM9 21h6v2H9v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"notification 3 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M20 17h2v2H2v-2h2v-7a8 8 0 1 1 16 0v7zm-2 0v-7a6 6 0 1 0-12 0v7h12zm-9 4h6v2H9v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"notification 4 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M20 18.667l.4.533a.5.5 0 0 1-.4.8H4a.5.5 0 0 1-.4-.8l.4-.533V10a8 8 0 1 1 16 0v8.667zM9.5 21h5a2.5 2.5 0 1 1-5 0z\"/>\n    </g>\n</svg>\n</li><li title=\"notification 4 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M18 10a6 6 0 1 0-12 0v8h12v-8zm2 8.667l.4.533a.5.5 0 0 1-.4.8H4a.5.5 0 0 1-.4-.8l.4-.533V10a8 8 0 1 1 16 0v8.667zM9.5 21h5a2.5 2.5 0 1 1-5 0z\"/>\n    </g>\n</svg>\n</li><li title=\"notification fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 2c4.97 0 9 4.043 9 9.031V20H3v-8.969C3 6.043 7.03 2 12 2zM9.5 21h5a2.5 2.5 0 1 1-5 0z\"/>\n    </g>\n</svg>\n</li><li title=\"notification line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5 18h14v-6.969C19 7.148 15.866 4 12 4s-7 3.148-7 7.031V18zm7-16c4.97 0 9 4.043 9 9.031V20H3v-8.969C3 6.043 7.03 2 12 2zM9.5 21h5a2.5 2.5 0 1 1-5 0z\"/>\n    </g>\n</svg>\n</li><li title=\"notification off fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M18.586 20H4a.5.5 0 0 1-.4-.8l.4-.533V10c0-1.33.324-2.584.899-3.687L1.393 2.808l1.415-1.415 19.799 19.8-1.415 1.414L18.586 20zM20 15.786L7.559 3.345A8 8 0 0 1 20 10v5.786zM9.5 21h5a2.5 2.5 0 1 1-5 0z\"/>\n    </g>\n</svg>\n</li><li title=\"notification off line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M18.586 20H4a.5.5 0 0 1-.4-.8l.4-.533V10c0-1.33.324-2.584.899-3.687L1.393 2.808l1.415-1.415 19.799 19.8-1.415 1.414L18.586 20zM6.408 7.822A5.985 5.985 0 0 0 6 10v8h10.586L6.408 7.822zM20 15.786l-2-2V10a6 6 0 0 0-8.99-5.203L7.56 3.345A8 8 0 0 1 20 10v5.786zM9.5 21h5a2.5 2.5 0 1 1-5 0z\"/>\n    </g>\n</svg>\n</li><li title=\"order play fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17 4V2.068a.5.5 0 0 1 .82-.385l4.12 3.433a.5.5 0 0 1-.321.884H2V4h15zM2 18h20v2H2v-2zm0-7h20v2H2v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"order play line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17 4V2.068a.5.5 0 0 1 .82-.385l4.12 3.433a.5.5 0 0 1-.321.884H2V4h15zM2 18h20v2H2v-2zm0-7h20v2H2v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"pause circle fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zM9 9v6h2V9H9zm4 0v6h2V9h-2z\"/>\n    </g>\n</svg>\n</li><li title=\"pause circle line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM9 9h2v6H9V9zm4 0h2v6h-2V9z\"/>\n    </g>\n</svg>\n</li><li title=\"pause fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6 5h2v14H6V5zm10 0h2v14h-2V5z\"/>\n    </g>\n</svg>\n</li><li title=\"pause line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6 5h2v14H6V5zm10 0h2v14h-2V5z\"/>\n    </g>\n</svg>\n</li><li title=\"pause mini fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M15 7a1 1 0 0 1 2 0v10a1 1 0 1 1-2 0V7zM7 7a1 1 0 1 1 2 0v10a1 1 0 1 1-2 0V7z\"/>\n    </g>\n</svg>\n</li><li title=\"pause mini line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M15 7a1 1 0 0 1 2 0v10a1 1 0 1 1-2 0V7zM7 7a1 1 0 1 1 2 0v10a1 1 0 1 1-2 0V7z\"/>\n    </g>\n</svg>\n</li><li title=\"phone camera fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M14.803 4A6 6 0 0 0 23 12.197V19c0 .553-.44 1.001-1.002 1.001H2.002A1 1 0 0 1 1 19V5c0-.552.44-1 1.002-1h12.8zM20 11a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm0-2a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm-1 6v3h2v-3h-2z\"/>\n    </g>\n</svg>\n</li><li title=\"phone camera line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M14.803 4a5.96 5.96 0 0 0-.72 2H3v12h18v-5.083a5.96 5.96 0 0 0 2-.72V19c0 .553-.44 1.001-1.002 1.001H2.002A1 1 0 0 1 1 19V5c0-.552.44-1 1.002-1h12.8zM20 9a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm-2 2h2v3h-2v-3z\"/>\n    </g>\n</svg>\n</li><li title=\"picture in picture 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M21 3a1 1 0 0 1 1 1v7h-2V5H4v14h6v2H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h18zm0 10a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1h-8a1 1 0 0 1-1-1v-6a1 1 0 0 1 1-1h8zM6.707 6.293l2.25 2.25L11 6.5V12H5.5l2.043-2.043-2.25-2.25 1.414-1.414z\"/>\n    </g>\n</svg>\n</li><li title=\"picture in picture 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M21 3a1 1 0 0 1 1 1v7h-2V5H4v14h6v2H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h18zm0 10a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1h-8a1 1 0 0 1-1-1v-6a1 1 0 0 1 1-1h8zm-1 2h-6v4h6v-4zM6.707 6.293l2.25 2.25L11 6.5V12H5.5l2.043-2.043-2.25-2.25 1.414-1.414z\"/>\n    </g>\n</svg>\n</li><li title=\"picture in picture exit fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M21 3a1 1 0 0 1 1 1v7h-2V5H4v14h6v2H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h18zm0 10a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1h-8a1 1 0 0 1-1-1v-6a1 1 0 0 1 1-1h8zm-9.5-6L9.457 9.043l2.25 2.25-1.414 1.414-2.25-2.25L6 12.5V7h5.5z\"/>\n    </g>\n</svg>\n</li><li title=\"picture in picture exit line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M21 3a1 1 0 0 1 1 1v7h-2V5H4v14h6v2H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h18zm0 10a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1h-8a1 1 0 0 1-1-1v-6a1 1 0 0 1 1-1h8zm-1 2h-6v4h6v-4zm-8.5-8L9.457 9.043l2.25 2.25-1.414 1.414-2.25-2.25L6 12.5V7h5.5z\"/>\n    </g>\n</svg>\n</li><li title=\"picture in picture fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M21 3a1 1 0 0 1 1 1v7h-2V5H4v14h6v2H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h18zm0 10a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1h-8a1 1 0 0 1-1-1v-6a1 1 0 0 1 1-1h8z\"/>\n    </g>\n</svg>\n</li><li title=\"picture in picture line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M21 3a1 1 0 0 1 1 1v7h-2V5H4v14h6v2H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h18zm0 10a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1h-8a1 1 0 0 1-1-1v-6a1 1 0 0 1 1-1h8zm-1 2h-6v4h6v-4z\"/>\n    </g>\n</svg>\n</li><li title=\"play circle fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zM10.622 8.415a.4.4 0 0 0-.622.332v6.506a.4.4 0 0 0 .622.332l4.879-3.252a.4.4 0 0 0 0-.666l-4.88-3.252z\"/>\n    </g>\n</svg>\n</li><li title=\"play circle line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM10.622 8.415l4.879 3.252a.4.4 0 0 1 0 .666l-4.88 3.252a.4.4 0 0 1-.621-.332V8.747a.4.4 0 0 1 .622-.332z\"/>\n    </g>\n</svg>\n</li><li title=\"play fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M19.376 12.416L8.777 19.482A.5.5 0 0 1 8 19.066V4.934a.5.5 0 0 1 .777-.416l10.599 7.066a.5.5 0 0 1 0 .832z\"/>\n    </g>\n</svg>\n</li><li title=\"play line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M16.394 12L10 7.737v8.526L16.394 12zm2.982.416L8.777 19.482A.5.5 0 0 1 8 19.066V4.934a.5.5 0 0 1 .777-.416l10.599 7.066a.5.5 0 0 1 0 .832z\"/>\n    </g>\n</svg>\n</li><li title=\"play list 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M22 18v2H2v-2h20zM2 3.5l8 5-8 5v-10zM22 11v2H12v-2h10zm0-7v2H12V4h10z\"/>\n    </g>\n</svg>\n</li><li title=\"play list 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M22 18v2H2v-2h20zM2 3.5l8 5-8 5v-10zM22 11v2H12v-2h10zM4 7.108v2.784L6.226 8.5 4 7.108zM22 4v2H12V4h10z\"/>\n    </g>\n</svg>\n</li><li title=\"play list add fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M2 18h10v2H2v-2zm0-7h20v2H2v-2zm0-7h20v2H2V4zm16 14v-3h2v3h3v2h-3v3h-2v-3h-3v-2h3z\"/>\n    </g>\n</svg>\n</li><li title=\"play list add line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M2 18h10v2H2v-2zm0-7h20v2H2v-2zm0-7h20v2H2V4zm16 14v-3h2v3h3v2h-3v3h-2v-3h-3v-2h3z\"/>\n    </g>\n</svg>\n</li><li title=\"play list fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M2 18h10v2H2v-2zm0-7h14v2H2v-2zm0-7h20v2H2V4zm17 11.17V9h5v2h-3v7a3 3 0 1 1-2-2.83z\"/>\n    </g>\n</svg>\n</li><li title=\"play list line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M2 18h10v2H2v-2zm0-7h14v2H2v-2zm0-7h20v2H2V4zm17 11.17V9h5v2h-3v7a3 3 0 1 1-2-2.83zM18 19a1 1 0 1 0 0-2 1 1 0 0 0 0 2z\"/>\n    </g>\n</svg>\n</li><li title=\"play mini fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M7.752 5.439l10.508 6.13a.5.5 0 0 1 0 .863l-10.508 6.13A.5.5 0 0 1 7 18.128V5.871a.5.5 0 0 1 .752-.432z\"/>\n    </g>\n</svg>\n</li><li title=\"play mini line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M9 8.482v7.036L15.03 12 9 8.482zM7.752 5.44l10.508 6.13a.5.5 0 0 1 0 .863l-10.508 6.13A.5.5 0 0 1 7 18.128V5.871a.5.5 0 0 1 .752-.432z\"/>\n    </g>\n</svg>\n</li><li title=\"polaroid 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 3.993C3 3.445 3.445 3 3.993 3h16.014c.548 0 .993.445.993.993v16.014a.994.994 0 0 1-.993.993H3.993A.994.994 0 0 1 3 20.007V3.993zM6 17v2h12v-2H6zM5 5v2h2V5H5zm7 7a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm0 2a4 4 0 1 0 0-8 4 4 0 0 0 0 8z\"/>\n    </g>\n</svg>\n</li><li title=\"polaroid 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M19 15V5H5v10h14zM3 3.993C3 3.445 3.445 3 3.993 3h16.014c.548 0 .993.445.993.993v16.014a.994.994 0 0 1-.993.993H3.993A.994.994 0 0 1 3 20.007V3.993zM12 12a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8zM6 6h2v2H6V6zm0 11v2h12v-2H6z\"/>\n    </g>\n</svg>\n</li><li title=\"polaroid fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M20.659 10a6 6 0 1 0 0 4H21v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v6h-.341zM5 6v3h2V6H5zm10 10a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm0-2a2 2 0 1 0 0-4 2 2 0 0 0 0 4z\"/>\n    </g>\n</svg>\n</li><li title=\"polaroid line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M21 6h-2V5H5v14h14v-1h2v2a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v2zM6 6h2v3H6V6zm9 10a4 4 0 1 0 0-8 4 4 0 0 0 0 8zm0 2a6 6 0 1 1 0-12 6 6 0 0 1 0 12zm0-4a2 2 0 1 1 0-4 2 2 0 0 1 0 4z\"/>\n    </g>\n</svg>\n</li><li title=\"radio 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6 3V1h2v2h13.008c.548 0 .992.445.992.993v16.014a1 1 0 0 1-.992.993H2.992A.993.993 0 0 1 2 20.007V3.993A1 1 0 0 1 2.992 3H6zm3 12a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm5-6v2h4V9h-4zm0 4v2h4v-2h-4z\"/>\n    </g>\n</svg>\n</li><li title=\"radio 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6 3V1h2v2h13.008c.548 0 .992.445.992.993v16.014a1 1 0 0 1-.992.993H2.992A.993.993 0 0 1 2 20.007V3.993A1 1 0 0 1 2.992 3H6zM4 5v14h16V5H4zm5 10a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm5-6h4v2h-4V9zm0 4h4v2h-4v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"radio fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17 10h3V6H4v4h11V8h2v2zM6 3V1h2v2h13.008c.548 0 .992.445.992.993v16.014a1 1 0 0 1-.992.993H2.992A.993.993 0 0 1 2 20.007V3.993A1 1 0 0 1 2.992 3H6zm1 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6z\"/>\n    </g>\n</svg>\n</li><li title=\"radio line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17 10V8h-2v2H5V6h14v4h-2zM6 3V1h2v2h13.008c.548 0 .992.445.992.993v16.014a1 1 0 0 1-.992.993H2.992A.993.993 0 0 1 2 20.007V3.993A1 1 0 0 1 2.992 3H6zM4 5v14h16V5H4zm4 13a3 3 0 1 1 0-6 3 3 0 0 1 0 6z\"/>\n    </g>\n</svg>\n</li><li title=\"record circle fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-7a3 3 0 1 0 0-6 3 3 0 0 0 0 6z\"/>\n    </g>\n</svg>\n</li><li title=\"record circle line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0-5a3 3 0 1 1 0-6 3 3 0 0 1 0 6z\"/>\n    </g>\n</svg>\n</li><li title=\"repeat 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M8 20v1.932a.5.5 0 0 1-.82.385l-4.12-3.433A.5.5 0 0 1 3.382 18H18a2 2 0 0 0 2-2V8h2v8a4 4 0 0 1-4 4H8zm8-16V2.068a.5.5 0 0 1 .82-.385l4.12 3.433a.5.5 0 0 1-.321.884H6a2 2 0 0 0-2 2v8H2V8a4 4 0 0 1 4-4h10z\"/>\n    </g>\n</svg>\n</li><li title=\"repeat 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M8 20v1.932a.5.5 0 0 1-.82.385l-4.12-3.433A.5.5 0 0 1 3.382 18H18a2 2 0 0 0 2-2V8h2v8a4 4 0 0 1-4 4H8zm8-16V2.068a.5.5 0 0 1 .82-.385l4.12 3.433a.5.5 0 0 1-.321.884H6a2 2 0 0 0-2 2v8H2V8a4 4 0 0 1 4-4h10z\"/>\n    </g>\n</svg>\n</li><li title=\"repeat fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6 4h15a1 1 0 0 1 1 1v7h-2V6H6v3L1 5l5-4v3zm12 16H3a1 1 0 0 1-1-1v-7h2v6h14v-3l5 4-5 4v-3z\"/>\n    </g>\n</svg>\n</li><li title=\"repeat line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6 4h15a1 1 0 0 1 1 1v7h-2V6H6v3L1 5l5-4v3zm12 16H3a1 1 0 0 1-1-1v-7h2v6h14v-3l5 4-5 4v-3z\"/>\n    </g>\n</svg>\n</li><li title=\"repeat one fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M8 20v1.932a.5.5 0 0 1-.82.385l-4.12-3.433A.5.5 0 0 1 3.382 18H18a2 2 0 0 0 2-2V8h2v8a4 4 0 0 1-4 4H8zm8-16V2.068a.5.5 0 0 1 .82-.385l4.12 3.433a.5.5 0 0 1-.321.884H6a2 2 0 0 0-2 2v8H2V8a4 4 0 0 1 4-4h10zm-5 4h2v8h-2v-6H9V9l2-1z\"/>\n    </g>\n</svg>\n</li><li title=\"repeat one line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M8 20v1.932a.5.5 0 0 1-.82.385l-4.12-3.433A.5.5 0 0 1 3.382 18H18a2 2 0 0 0 2-2V8h2v8a4 4 0 0 1-4 4H8zm8-17.932a.5.5 0 0 1 .82-.385l4.12 3.433a.5.5 0 0 1-.321.884H6a2 2 0 0 0-2 2v8H2V8a4 4 0 0 1 4-4h10V2.068zM11 8h2v8h-2v-6H9V9l2-1z\"/>\n    </g>\n</svg>\n</li><li title=\"rewind fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 10.667l9.223-6.149a.5.5 0 0 1 .777.416v14.132a.5.5 0 0 1-.777.416L12 13.333v5.733a.5.5 0 0 1-.777.416L.624 12.416a.5.5 0 0 1 0-.832l10.599-7.066a.5.5 0 0 1 .777.416v5.733z\"/>\n    </g>\n</svg>\n</li><li title=\"rewind line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 10.667l9.223-6.149a.5.5 0 0 1 .777.416v14.132a.5.5 0 0 1-.777.416L12 13.333v5.733a.5.5 0 0 1-.777.416L.624 12.416a.5.5 0 0 1 0-.832l10.599-7.066a.5.5 0 0 1 .777.416v5.733zm-2 5.596V7.737L3.606 12 10 16.263zm10 0V7.737L13.606 12 20 16.263z\"/>\n    </g>\n</svg>\n</li><li title=\"rewind mini fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M11 17.035a.5.5 0 0 1-.788.409l-7.133-5.036a.5.5 0 0 1 0-.816l7.133-5.036a.5.5 0 0 1 .788.409v10.07zm1.079-4.627a.5.5 0 0 1 0-.816l7.133-5.036a.5.5 0 0 1 .788.409v10.07a.5.5 0 0 1-.788.409l-7.133-5.036z\"/>\n    </g>\n</svg>\n</li><li title=\"rewind mini line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M9 9.86L5.968 12 9 14.14V9.86zm1.908 7.463a.5.5 0 0 1-.696.12l-7.133-5.035a.5.5 0 0 1 0-.816l7.133-5.036a.5.5 0 0 1 .788.409v10.07a.5.5 0 0 1-.092.288zM18 14.14V9.86L14.968 12 18 14.14zm-5.921-1.732a.5.5 0 0 1 0-.816l7.133-5.036a.5.5 0 0 1 .788.409v10.07a.5.5 0 0 1-.788.409l-7.133-5.036z\"/>\n    </g>\n</svg>\n</li><li title=\"rhythm fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M2 9h2v12H2V9zm6-6h2v18H8V3zm6 9h2v9h-2v-9zm6-6h2v15h-2V6z\"/>\n    </g>\n</svg>\n</li><li title=\"rhythm line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M2 9h2v12H2V9zm6-6h2v18H8V3zm6 9h2v9h-2v-9zm6-6h2v15h-2V6z\"/>\n    </g>\n</svg>\n</li><li title=\"shuffle fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M18 17.883V16l5 3-5 3v-2.09a9 9 0 0 1-6.997-5.365L11 14.54l-.003.006A9 9 0 0 1 2.725 20H2v-2h.725a7 7 0 0 0 6.434-4.243L9.912 12l-.753-1.757A7 7 0 0 0 2.725 6H2V4h.725a9 9 0 0 1 8.272 5.455L11 9.46l.003-.006A9 9 0 0 1 18 4.09V2l5 3-5 3V6.117a7 7 0 0 0-5.159 4.126L12.088 12l.753 1.757A7 7 0 0 0 18 17.883z\"/>\n    </g>\n</svg>\n</li><li title=\"shuffle line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M18 17.883V16l5 3-5 3v-2.09a9 9 0 0 1-6.997-5.365L11 14.54l-.003.006A9 9 0 0 1 2.725 20H2v-2h.725a7 7 0 0 0 6.434-4.243L9.912 12l-.753-1.757A7 7 0 0 0 2.725 6H2V4h.725a9 9 0 0 1 8.272 5.455L11 9.46l.003-.006A9 9 0 0 1 18 4.09V2l5 3-5 3V6.117a7 7 0 0 0-5.159 4.126L12.088 12l.753 1.757A7 7 0 0 0 18 17.883z\"/>\n    </g>\n</svg>\n</li><li title=\"skip back fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M8 11.333l10.223-6.815a.5.5 0 0 1 .777.416v14.132a.5.5 0 0 1-.777.416L8 12.667V19a1 1 0 0 1-2 0V5a1 1 0 1 1 2 0v6.333z\"/>\n    </g>\n</svg>\n</li><li title=\"skip back line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M8 11.333l10.223-6.815a.5.5 0 0 1 .777.416v14.132a.5.5 0 0 1-.777.416L8 12.667V19a1 1 0 0 1-2 0V5a1 1 0 1 1 2 0v6.333zm9 4.93V7.737L10.606 12 17 16.263z\"/>\n    </g>\n</svg>\n</li><li title=\"skip back mini fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M7 6a1 1 0 0 1 1 1v10a1 1 0 0 1-2 0V7a1 1 0 0 1 1-1zm2.079 6.408a.5.5 0 0 1 0-.816l7.133-5.036a.5.5 0 0 1 .788.409v10.07a.5.5 0 0 1-.788.409l-7.133-5.036z\"/>\n    </g>\n</svg>\n</li><li title=\"skip back mini line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M7 6a1 1 0 0 1 1 1v10a1 1 0 0 1-2 0V7a1 1 0 0 1 1-1zm8 8.14V9.86L11.968 12 15 14.14zm-5.921-1.732a.5.5 0 0 1 0-.816l7.133-5.036a.5.5 0 0 1 .788.409v10.07a.5.5 0 0 1-.788.409l-7.133-5.036z\"/>\n    </g>\n</svg>\n</li><li title=\"skip forward fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M16 12.667L5.777 19.482A.5.5 0 0 1 5 19.066V4.934a.5.5 0 0 1 .777-.416L16 11.333V5a1 1 0 0 1 2 0v14a1 1 0 0 1-2 0v-6.333z\"/>\n    </g>\n</svg>\n</li><li title=\"skip forward line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M16 12.667L5.777 19.482A.5.5 0 0 1 5 19.066V4.934a.5.5 0 0 1 .777-.416L16 11.333V5a1 1 0 0 1 2 0v14a1 1 0 0 1-2 0v-6.333zm-9-4.93v8.526L13.394 12 7 7.737z\"/>\n    </g>\n</svg>\n</li><li title=\"skip forward mini fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M7.788 17.444A.5.5 0 0 1 7 17.035V6.965a.5.5 0 0 1 .788-.409l7.133 5.036a.5.5 0 0 1 0 .816l-7.133 5.036zM16 7a1 1 0 0 1 2 0v10a1 1 0 1 1-2 0V7z\"/>\n    </g>\n</svg>\n</li><li title=\"skip forward mini line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12.032 12L9 9.86v4.28L12.032 12zM7.5 17.535a.5.5 0 0 1-.5-.5V6.965a.5.5 0 0 1 .788-.409l7.133 5.036a.5.5 0 0 1 0 .816l-7.133 5.036a.5.5 0 0 1-.288.091zM16 7a1 1 0 0 1 2 0v10a1 1 0 1 1-2 0V7z\"/>\n    </g>\n</svg>\n</li><li title=\"sound module fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M21 18v3h-2v-3h-2v-3h6v3h-2zM5 18v3H3v-3H1v-3h6v3H5zm6-12V3h2v3h2v3H9V6h2zm0 5h2v10h-2V11zm-8 2V3h2v10H3zm16 0V3h2v10h-2z\"/>\n    </g>\n</svg>\n</li><li title=\"sound module line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M21 18v3h-2v-3h-2v-2h6v2h-2zM5 18v3H3v-3H1v-2h6v2H5zm6-12V3h2v3h2v2H9V6h2zm0 4h2v11h-2V10zm-8 4V3h2v11H3zm16 0V3h2v11h-2z\"/>\n    </g>\n</svg>\n</li><li title=\"speaker 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm8 14a5 5 0 1 1 0-10 5 5 0 0 1 0 10zm0 2a7 7 0 1 0 0-14 7 7 0 0 0 0 14zm0-5a2 2 0 1 0 0-4 2 2 0 0 0 0 4z\"/>\n    </g>\n</svg>\n</li><li title=\"speaker 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5 5v14h14V5H5zM4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm8 13a4 4 0 1 0 0-8 4 4 0 0 0 0 8zm0 2a6 6 0 1 1 0-12 6 6 0 0 1 0 12zm0-4.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\"/>\n    </g>\n</svg>\n</li><li title=\"speaker 3 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm8 13a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm0 2a6 6 0 1 0 0-12 6 6 0 0 0 0 12zM6 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm12 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm0 12a1 1 0 1 0 0-2 1 1 0 0 0 0 2zM6 19a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm6-5.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z\"/>\n    </g>\n</svg>\n</li><li title=\"speaker 3 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5 5v14h14V5H5zM4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm3 5a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm10 0a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm0 10a1 1 0 1 1 0-2 1 1 0 0 1 0 2zM7 18a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm5-3a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 2a5 5 0 1 1 0-10 5 5 0 0 1 0 10zm0-4a1 1 0 1 1 0-2 1 1 0 0 1 0 2z\"/>\n    </g>\n</svg>\n</li><li title=\"speaker fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 2h16a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1zm8 18a5 5 0 1 0 0-10 5 5 0 0 0 0 10zm0-12a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm0 10a3 3 0 1 1 0-6 3 3 0 0 1 0 6z\"/>\n    </g>\n</svg>\n</li><li title=\"speaker line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5 4v16h14V4H5zM4 2h16a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1zm8 15a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5zm0 2a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9zm0-10.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\"/>\n    </g>\n</svg>\n</li><li title=\"speed fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 13.333l-9.223 6.149A.5.5 0 0 1 2 19.066V4.934a.5.5 0 0 1 .777-.416L12 10.667V4.934a.5.5 0 0 1 .777-.416l10.599 7.066a.5.5 0 0 1 0 .832l-10.599 7.066a.5.5 0 0 1-.777-.416v-5.733z\"/>\n    </g>\n</svg>\n</li><li title=\"speed line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 13.333l-9.223 6.149A.5.5 0 0 1 2 19.066V4.934a.5.5 0 0 1 .777-.416L12 10.667V4.934a.5.5 0 0 1 .777-.416l10.599 7.066a.5.5 0 0 1 0 .832l-10.599 7.066a.5.5 0 0 1-.777-.416v-5.733zM10.394 12L4 7.737v8.526L10.394 12zM14 7.737v8.526L20.394 12 14 7.737z\"/>\n    </g>\n</svg>\n</li><li title=\"speed mini fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4.788 17.444A.5.5 0 0 1 4 17.035V6.965a.5.5 0 0 1 .788-.409l7.133 5.036a.5.5 0 0 1 0 .816l-7.133 5.036zM13 6.965a.5.5 0 0 1 .788-.409l7.133 5.036a.5.5 0 0 1 0 .816l-7.133 5.036a.5.5 0 0 1-.788-.409V6.965z\"/>\n    </g>\n</svg>\n</li><li title=\"speed mini line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M9.032 12L6 9.86v4.28L9.032 12zm-4.244 5.444A.5.5 0 0 1 4 17.035V6.965a.5.5 0 0 1 .788-.409l7.133 5.036a.5.5 0 0 1 0 .816l-7.133 5.036zM15 14.14L18.032 12 15 9.86v4.28zm-2-7.175a.5.5 0 0 1 .788-.409l7.133 5.036a.5.5 0 0 1 0 .816l-7.133 5.036a.5.5 0 0 1-.788-.409V6.965z\"/>\n    </g>\n</svg>\n</li><li title=\"stop circle fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zM9 9v6h6V9H9z\"/>\n    </g>\n</svg>\n</li><li title=\"stop circle line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM9 9h6v6H9V9z\"/>\n    </g>\n</svg>\n</li><li title=\"stop fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6 5h12a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1z\"/>\n    </g>\n</svg>\n</li><li title=\"stop line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M7 7v10h10V7H7zM6 5h12a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1z\"/>\n    </g>\n</svg>\n</li><li title=\"stop mini fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6 7v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1z\"/>\n    </g>\n</svg>\n</li><li title=\"stop mini line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M8 8v8h8V8H8zM6 7a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V7z\"/>\n    </g>\n</svg>\n</li><li title=\"surround sound fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm4.05 4.121A6.978 6.978 0 0 0 5 12.071c0 1.933.784 3.683 2.05 4.95l1.414-1.414A4.984 4.984 0 0 1 7 12.07c0-1.38.56-2.63 1.464-3.535L7.05 7.12zm9.9 0l-1.414 1.415A4.984 4.984 0 0 1 17 12.07c0 1.38-.56 2.63-1.464 3.536l1.414 1.414A6.978 6.978 0 0 0 19 12.07a6.978 6.978 0 0 0-2.05-4.95zM12 15.071a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-2a1 1 0 1 1 0-2 1 1 0 0 1 0 2z\"/>\n    </g>\n</svg>\n</li><li title=\"surround sound line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 5v14h16V5H4zM3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm4.05 4.121l1.414 1.415A4.984 4.984 0 0 0 7 12.07c0 1.38.56 2.63 1.464 3.536L7.05 17.02A6.978 6.978 0 0 1 5 12.07c0-1.933.784-3.683 2.05-4.95zm9.9 0a6.978 6.978 0 0 1 2.05 4.95 6.978 6.978 0 0 1-2.05 4.95l-1.414-1.414A4.984 4.984 0 0 0 17 12.07c0-1.38-.56-2.63-1.464-3.535L16.95 7.12zM12 13.071a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm0 2a3 3 0 1 1 0-6 3 3 0 0 1 0 6z\"/>\n    </g>\n</svg>\n</li><li title=\"tape fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M10.83 13A3 3 0 1 0 8 15h8a3 3 0 1 0-2.83-2h-2.34zM3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm13 10a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm-8 0a1 1 0 1 1 0-2 1 1 0 0 1 0 2z\"/>\n    </g>\n</svg>\n</li><li title=\"tape line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M10.83 13h2.34A3 3 0 1 1 16 15H8a3 3 0 1 1 2.83-2zM4 5v14h16V5H4zM3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm5 10a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm8 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2z\"/>\n    </g>\n</svg>\n</li><li title=\"video add fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M16 4c.552 0 1 .448 1 1v4.2l5.213-3.65c.226-.158.538-.103.697.124.058.084.09.184.09.286v12.08c0 .276-.224.5-.5.5-.103 0-.203-.032-.287-.09L17 14.8V19c0 .552-.448 1-1 1H2c-.552 0-1-.448-1-1V5c0-.552.448-1 1-1h14zM8 8v3H5v2h2.999L8 16h2l-.001-3H13v-2h-3V8H8z\"/>\n    </g>\n</svg>\n</li><li title=\"video add line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M16 4c.552 0 1 .448 1 1v4.2l5.213-3.65c.226-.158.538-.103.697.124.058.084.09.184.09.286v12.08c0 .276-.224.5-.5.5-.103 0-.203-.032-.287-.09L17 14.8V19c0 .552-.448 1-1 1H2c-.552 0-1-.448-1-1V5c0-.552.448-1 1-1h14zm-1 2H3v12h12V6zM8 8h2v3h3v2H9.999L10 16H8l-.001-3H5v-2h3V8zm13 .841l-4 2.8v.718l4 2.8V8.84z\"/>\n    </g>\n</svg>\n</li><li title=\"video download fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M16 4c.552 0 1 .448 1 1v4.2l5.213-3.65c.226-.158.538-.103.697.124.058.084.09.184.09.286v12.08c0 .276-.224.5-.5.5-.103 0-.203-.032-.287-.09L17 14.8V19c0 .552-.448 1-1 1H2c-.552 0-1-.448-1-1V5c0-.552.448-1 1-1h14zm-6 4H8v4H5l4 4 4-4h-3V8z\"/>\n    </g>\n</svg>\n</li><li title=\"video download line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M16 4c.552 0 1 .448 1 1v4.2l5.213-3.65c.226-.158.538-.103.697.124.058.084.09.184.09.286v12.08c0 .276-.224.5-.5.5-.103 0-.203-.032-.287-.09L17 14.8V19c0 .552-.448 1-1 1H2c-.552 0-1-.448-1-1V5c0-.552.448-1 1-1h14zm-1 2H3v12h12V6zm-5 2v4h3l-4 4-4-4h3V8h2zm11 .841l-4 2.8v.718l4 2.8V8.84z\"/>\n    </g>\n</svg>\n</li><li title=\"video fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 3.993C3 3.445 3.445 3 3.993 3h16.014c.548 0 .993.445.993.993v16.014a.994.994 0 0 1-.993.993H3.993A.994.994 0 0 1 3 20.007V3.993zm7.622 4.422a.4.4 0 0 0-.622.332v6.506a.4.4 0 0 0 .622.332l4.879-3.252a.4.4 0 0 0 0-.666l-4.88-3.252z\"/>\n    </g>\n</svg>\n</li><li title=\"video line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 3.993C3 3.445 3.445 3 3.993 3h16.014c.548 0 .993.445.993.993v16.014a.994.994 0 0 1-.993.993H3.993A.994.994 0 0 1 3 20.007V3.993zM5 5v14h14V5H5zm5.622 3.415l4.879 3.252a.4.4 0 0 1 0 .666l-4.88 3.252a.4.4 0 0 1-.621-.332V8.747a.4.4 0 0 1 .622-.332z\"/>\n    </g>\n</svg>\n</li><li title=\"video upload fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M16 4c.552 0 1 .448 1 1v4.2l5.213-3.65c.226-.158.538-.103.697.124.058.084.09.184.09.286v12.08c0 .276-.224.5-.5.5-.103 0-.203-.032-.287-.09L17 14.8V19c0 .552-.448 1-1 1H2c-.552 0-1-.448-1-1V5c0-.552.448-1 1-1h14zM9 8l-4 4h3v4h2v-4h3L9 8z\"/>\n    </g>\n</svg>\n</li><li title=\"video upload line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M16 4c.552 0 1 .448 1 1v4.2l5.213-3.65c.226-.158.538-.103.697.124.058.084.09.184.09.286v12.08c0 .276-.224.5-.5.5-.103 0-.203-.032-.287-.09L17 14.8V19c0 .552-.448 1-1 1H2c-.552 0-1-.448-1-1V5c0-.552.448-1 1-1h14zm-1 2H3v12h12V6zM9 8l4 4h-3v4H8v-4H5l4-4zm12 .841l-4 2.8v.718l4 2.8V8.84z\"/>\n    </g>\n</svg>\n</li><li title=\"vidicon 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M13 6V4H5V2h10v4h1a1 1 0 0 1 1 1v2.2l5.213-3.65a.5.5 0 0 1 .787.41v12.08a.5.5 0 0 1-.787.41L17 14.8V19a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h11zm-8 4v2h2v-2H5z\"/>\n    </g>\n</svg>\n</li><li title=\"vidicon 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M13 6V4H5V2h10v4h1a1 1 0 0 1 1 1v2.2l5.213-3.65a.5.5 0 0 1 .787.41v12.08a.5.5 0 0 1-.787.41L17 14.8V19a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h11zm2 2H3v10h12V8zm2 4.359l4 2.8V8.84l-4 2.8v.718zM5 10h2v2H5v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"vidicon fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17 9.2l5.213-3.65a.5.5 0 0 1 .787.41v12.08a.5.5 0 0 1-.787.41L17 14.8V19a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v4.2zM5 8v2h2V8H5z\"/>\n    </g>\n</svg>\n</li><li title=\"vidicon line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17 9.2l5.213-3.65a.5.5 0 0 1 .787.41v12.08a.5.5 0 0 1-.787.41L17 14.8V19a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v4.2zm0 3.159l4 2.8V8.84l-4 2.8v.718zM3 6v12h12V6H3zm2 2h2v2H5V8z\"/>\n    </g>\n</svg>\n</li><li title=\"voiceprint fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5 7h2v10H5V7zm-4 3h2v4H1v-4zm8-8h2v18H9V2zm4 2h2v18h-2V4zm4 3h2v10h-2V7zm4 3h2v4h-2v-4z\"/>\n    </g>\n</svg>\n</li><li title=\"voiceprint line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5 7h2v10H5V7zm-4 3h2v4H1v-4zm8-8h2v18H9V2zm4 2h2v18h-2V4zm4 3h2v10h-2V7zm4 3h2v4h-2v-4z\"/>\n    </g>\n</svg>\n</li><li title=\"volume down fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M8.889 16H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h3.889l5.294-4.332a.5.5 0 0 1 .817.387v15.89a.5.5 0 0 1-.817.387L8.89 16zm9.974.591l-1.422-1.422A3.993 3.993 0 0 0 19 12c0-1.43-.75-2.685-1.88-3.392l1.439-1.439A5.991 5.991 0 0 1 21 12c0 1.842-.83 3.49-2.137 4.591z\"/>\n    </g>\n</svg>\n</li><li title=\"volume down line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M13 7.22L9.603 10H6v4h3.603L13 16.78V7.22zM8.889 16H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h3.889l5.294-4.332a.5.5 0 0 1 .817.387v15.89a.5.5 0 0 1-.817.387L8.89 16zm9.974.591l-1.422-1.422A3.993 3.993 0 0 0 19 12c0-1.43-.75-2.685-1.88-3.392l1.439-1.439A5.991 5.991 0 0 1 21 12c0 1.842-.83 3.49-2.137 4.591z\"/>\n    </g>\n</svg>\n</li><li title=\"volume mute fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5.889 16H2a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h3.889l5.294-4.332a.5.5 0 0 1 .817.387v15.89a.5.5 0 0 1-.817.387L5.89 16zm14.525-4l3.536 3.536-1.414 1.414L19 13.414l-3.536 3.536-1.414-1.414L17.586 12 14.05 8.464l1.414-1.414L19 10.586l3.536-3.536 1.414 1.414L20.414 12z\"/>\n    </g>\n</svg>\n</li><li title=\"volume mute line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M10 7.22L6.603 10H3v4h3.603L10 16.78V7.22zM5.889 16H2a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h3.889l5.294-4.332a.5.5 0 0 1 .817.387v15.89a.5.5 0 0 1-.817.387L5.89 16zm14.525-4l3.536 3.536-1.414 1.414L19 13.414l-3.536 3.536-1.414-1.414L17.586 12 14.05 8.464l1.414-1.414L19 10.586l3.536-3.536 1.414 1.414L20.414 12z\"/>\n    </g>\n</svg>\n</li><li title=\"volume off vibrate fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M19.39 3.161l1.413 1.414-2.475 2.475 2.475 2.475L18.328 12l2.475 2.476-2.475 2.475 2.475 2.475-1.414 1.414-3.889-3.89 2.475-2.474L15.5 12l2.475-2.475L15.5 7.05l3.89-3.889zM13 19.945a.5.5 0 0 1-.817.387L6.89 15.999 3 16a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1l2.584-.002-3.776-3.776 1.414-1.414L13 12.586v7.359zm-.113-16.206a.5.5 0 0 1 .113.316v5.702L9.282 6.04l2.901-2.372a.5.5 0 0 1 .704.07z\"/>\n    </g>\n</svg>\n</li><li title=\"volume off vibrate line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M19.39 3.161l1.413 1.414-2.475 2.475 2.475 2.475L18.328 12l2.475 2.476-2.475 2.475 2.475 2.475-1.414 1.414-3.889-3.89 2.475-2.474L15.5 12l2.475-2.475L15.5 7.05l3.89-3.889zM13 19.945a.5.5 0 0 1-.817.387L6.89 15.999 3 16a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1l2.584-.002-3.776-3.776 1.414-1.414L13 12.586v7.359zM7.584 9.998L4 10V14l3.603-.001L11 16.779v-3.365L7.584 9.998zm5.303-6.26a.5.5 0 0 1 .113.317v5.702l-2-2V7.22l-.296.241-1.421-1.42 2.9-2.373a.5.5 0 0 1 .704.07z\"/>\n    </g>\n</svg>\n</li><li title=\"volume up fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5.889 16H2a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h3.889l5.294-4.332a.5.5 0 0 1 .817.387v15.89a.5.5 0 0 1-.817.387L5.89 16zm13.517 4.134l-1.416-1.416A8.978 8.978 0 0 0 21 12a8.982 8.982 0 0 0-3.304-6.968l1.42-1.42A10.976 10.976 0 0 1 23 12c0 3.223-1.386 6.122-3.594 8.134zm-3.543-3.543l-1.422-1.422A3.993 3.993 0 0 0 16 12c0-1.43-.75-2.685-1.88-3.392l1.439-1.439A5.991 5.991 0 0 1 18 12c0 1.842-.83 3.49-2.137 4.591z\"/>\n    </g>\n</svg>\n</li><li title=\"volume up line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M10 7.22L6.603 10H3v4h3.603L10 16.78V7.22zM5.889 16H2a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h3.889l5.294-4.332a.5.5 0 0 1 .817.387v15.89a.5.5 0 0 1-.817.387L5.89 16zm13.517 4.134l-1.416-1.416A8.978 8.978 0 0 0 21 12a8.982 8.982 0 0 0-3.304-6.968l1.42-1.42A10.976 10.976 0 0 1 23 12c0 3.223-1.386 6.122-3.594 8.134zm-3.543-3.543l-1.422-1.422A3.993 3.993 0 0 0 16 12c0-1.43-.75-2.685-1.88-3.392l1.439-1.439A5.991 5.991 0 0 1 18 12c0 1.842-.83 3.49-2.137 4.591z\"/>\n    </g>\n</svg>\n</li><li title=\"volume vibrate fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M19.39 3.161l1.413 1.414-2.475 2.475 2.475 2.475L18.328 12l2.475 2.476-2.475 2.475 2.475 2.475-1.414 1.414-3.889-3.89 2.475-2.474L15.5 12l2.475-2.475L15.5 7.05l3.89-3.889zm-6.503.578a.5.5 0 0 1 .113.316v15.89a.5.5 0 0 1-.817.387L6.89 15.999 3 16a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h3.889l5.294-4.332a.5.5 0 0 1 .704.07z\"/>\n    </g>\n</svg>\n</li><li title=\"volume vibrate line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M19.39 3.161l1.413 1.414-2.475 2.475 2.475 2.475L18.328 12l2.475 2.476-2.475 2.475 2.475 2.475-1.414 1.414-3.889-3.89 2.475-2.474L15.5 12l2.475-2.475L15.5 7.05l3.89-3.889zm-6.503.578a.5.5 0 0 1 .113.316v15.89a.5.5 0 0 1-.817.387L6.89 15.999 3 16a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h3.889l5.294-4.332a.5.5 0 0 1 .704.07zM11 7.22L7.603 9.999H4V14l3.603-.001L11 16.779V7.22z\"/>\n    </g>\n</svg>\n</li><li title=\"webcam fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M11 21v-1.07A7.002 7.002 0 0 1 5 13V8a7 7 0 1 1 14 0v5a7.002 7.002 0 0 1-6 6.93V21h4v2H7v-2h4zm1-12a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm0 2a3 3 0 1 0 0-6 3 3 0 0 0 0 6z\"/>\n    </g>\n</svg>\n</li><li title=\"webcam line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M11 21v-1.07A7.002 7.002 0 0 1 5 13V8a7 7 0 1 1 14 0v5a7.002 7.002 0 0 1-6 6.93V21h4v2H7v-2h4zm1-18a5 5 0 0 0-5 5v5a5 5 0 0 0 10 0V8a5 5 0 0 0-5-5zm0 6a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm0 2a3 3 0 1 1 0-6 3 3 0 0 1 0 6z\"/>\n    </g>\n</svg>\n</li><li class='heading'>Others</li><li title=\"basketball fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12.366 13.366l1.775 1.025a9.98 9.98 0 0 0-.311 7.44A9.911 9.911 0 0 1 12 22a9.964 9.964 0 0 1-4.11-.88l4.476-7.754zm3.517 2.032l4.234 2.444a10.033 10.033 0 0 1-4.363 3.43 7.988 7.988 0 0 1 .008-5.57l.121-.304zM8.86 11.342l1.775 1.024-4.476 7.75a10.026 10.026 0 0 1-3.59-4.785 9.978 9.978 0 0 0 6.085-3.713l.206-.276zm13.046-.726c.063.453.095.915.095 1.384a9.964 9.964 0 0 1-.88 4.11l-4.236-2.445a7.985 7.985 0 0 1 4.866-3.021l.155-.028zM2.881 7.891l4.235 2.445a7.99 7.99 0 0 1-5.021 3.05A10.14 10.14 0 0 1 2 12c0-1.465.315-2.856.88-4.11zm14.961-4.008a10.026 10.026 0 0 1 3.59 4.785 9.985 9.985 0 0 0-6.086 3.715l-.205.276-1.775-1.025 4.476-7.75zM12 2c1.465 0 2.856.315 4.11.88l-4.476 7.754L9.859 9.61a9.98 9.98 0 0 0 .311-7.442A9.922 9.922 0 0 1 12 2zm-3.753.73a7.992 7.992 0 0 1-.01 5.57l-.12.303-4.234-2.445a10.036 10.036 0 0 1 4.164-3.346l.2-.083z\"/>\n    </g>\n</svg>\n</li><li title=\"basketball line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm.366 11.366l-3.469 6.01a8.053 8.053 0 0 0 4.459.51 9.937 9.937 0 0 1 .784-5.494l-1.774-1.026zm3.518 2.031a7.956 7.956 0 0 0-.587 3.894 8.022 8.022 0 0 0 3.077-2.456l-2.49-1.438zm-7.025-4.055a9.95 9.95 0 0 1-4.365 3.428 8.01 8.01 0 0 0 2.671 3.604l3.469-6.008-1.775-1.024zm11.103-.13l-.258.12a7.947 7.947 0 0 0-2.82 2.333l2.492 1.439a7.975 7.975 0 0 0 .586-3.893zM4 12c0 .266.013.53.038.789a7.95 7.95 0 0 0 3.078-2.454L4.624 8.897A7.975 7.975 0 0 0 4 12zm12.835-6.374l-3.469 6.008 1.775 1.025a9.95 9.95 0 0 1 4.366-3.43 8.015 8.015 0 0 0-2.419-3.402l-.253-.201zM12 4c-.463 0-.916.04-1.357.115a9.928 9.928 0 0 1-.784 5.494l1.775 1.025 3.469-6.01A7.975 7.975 0 0 0 12 4zm-3.297.71l-.191.088a8.033 8.033 0 0 0-2.886 2.367l2.49 1.438a7.956 7.956 0 0 0 .587-3.893z\"/>\n    </g>\n</svg>\n</li><li title=\"bell fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M13.414 10.586l.48.486.465.485.459.492c3.458 3.764 5.472 7.218 4.607 8.083-.4.4-1.356.184-2.64-.507a9.006 9.006 0 0 1-10.403-.592l2.98-2.98a2 2 0 1 0-1.45-1.569l.035.155-2.979 2.98a9.007 9.007 0 0 1-.592-10.405c-.692-1.283-.908-2.238-.508-2.639.977-.976 5.25 1.715 9.546 6.01zm6.364-6.364a2 2 0 0 1-.164 2.976 9.015 9.015 0 0 1 .607 8.47c-1.189-1.954-3.07-4.174-5.393-6.496l-.537-.532c-2.128-2.079-4.156-3.764-5.958-4.86a9.015 9.015 0 0 1 8.471.607 2 2 0 0 1 2.974-.165z\"/>\n    </g>\n</svg>\n</li><li title=\"bell line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M14.121 9.879c4.296 4.295 6.829 8.728 5.657 9.9-.475.474-1.486.34-2.807-.273a9.008 9.008 0 0 1-10.59-.474l-.038.04-1.414-1.415.038-.04A9.006 9.006 0 0 1 4.495 7.03c-.614-1.322-.748-2.333-.273-2.808 1.128-1.128 5.277 1.177 9.417 5.182l.482.475zm-1.414 1.414C10.823 9.409 8.87 7.842 7.236 6.87l-.186.18a7.002 7.002 0 0 0-.657 9.142l1.846-1.846a2 2 0 1 1 1.416 1.415l-1.848 1.846a7.002 7.002 0 0 0 9.143-.657l.179-.188-.053-.089c-.976-1.615-2.52-3.53-4.369-5.38zm7.071-7.071a2 2 0 0 1-.164 2.976 9.015 9.015 0 0 1 .662 8.345 21.168 21.168 0 0 0-1.386-2.306 6.99 6.99 0 0 0-1.94-6.187 6.992 6.992 0 0 0-6.187-1.94 21.092 21.092 0 0 0-2.306-1.386 9.016 9.016 0 0 1 8.347.663 2 2 0 0 1 2.974-.165z\"/>\n    </g>\n</svg>\n</li><li title=\"billiards fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm0 4a6 6 0 1 0 0 12 6 6 0 0 0 0-12zm0 1.75a2.5 2.5 0 0 1 1.88 4.148c.565.456.92 1.117.92 1.852 0 1.38-1.254 2.5-2.8 2.5-1.546 0-2.8-1.12-2.8-2.5 0-.735.355-1.396.92-1.853A2.5 2.5 0 0 1 12 7.75zm0 5c-.753 0-1.3.488-1.3 1s.547 1 1.3 1 1.3-.488 1.3-1-.547-1-1.3-1zm0-3.5a1 1 0 1 0 0 2 1 1 0 0 0 0-2z\"/>\n    </g>\n</svg>\n</li><li title=\"billiards line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm0 2a8 8 0 1 0 0 16 8 8 0 0 0 0-16zm0 2a6 6 0 1 1 0 12 6 6 0 0 1 0-12zm0 1.75a2.5 2.5 0 0 0-1.88 4.147c-.565.457-.92 1.118-.92 1.853 0 1.38 1.254 2.5 2.8 2.5 1.546 0 2.8-1.12 2.8-2.5 0-.735-.355-1.396-.92-1.852A2.5 2.5 0 0 0 12 7.75zm0 5c.753 0 1.3.488 1.3 1s-.547 1-1.3 1-1.3-.488-1.3-1 .547-1 1.3-1zm0-3.5a1 1 0 1 1 0 2 1 1 0 0 1 0-2z\"/>\n    </g>\n</svg>\n</li><li title=\"boxing fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M9.5 11l.144.007a1.5 1.5 0 0 1 1.35 1.349L11 12.5l-.007.144a1.5 1.5 0 0 1-1.349 1.35L9.5 14H6v2h3.5c1.7 0 3.117-1.212 3.434-2.819l.03-.18L19 13c.711 0 1.388-.149 2-.416V17a3.001 3.001 0 0 1-2 2.829V21a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1v-1.17A3.001 3.001 0 0 1 3 17v-4a2 2 0 0 1 2-2h4.5zM22 7.5V8l-.005.176a3 3 0 0 1-2.819 2.819L19 11h-6.337a3.501 3.501 0 0 0-2.955-1.994L9.5 9H5c-.729 0-1.412.195-2.001.536L3 6a4 4 0 0 1 4-4h9.5A5.5 5.5 0 0 1 22 7.5z\"/>\n    </g>\n</svg>\n</li><li title=\"boxing line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M16.5 2A5.5 5.5 0 0 1 22 7.5V10c0 .888-.386 1.686-1 2.235V17a3.001 3.001 0 0 1-2 2.829V21a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1v-1.17A3.001 3.001 0 0 1 3 17V6a4 4 0 0 1 4-4h9.5zm-7 9H5v6a1 1 0 0 0 .883.993L6 18h12a1 1 0 0 0 .993-.883L19 17v-4h-6.036A3.5 3.5 0 0 1 9.5 16H6v-2h3.5a1.5 1.5 0 0 0 1.493-1.356L11 12.5a1.5 1.5 0 0 0-1.356-1.493L9.5 11zm7-7H7a2 2 0 0 0-1.995 1.85L5 6v3h4.5a3.5 3.5 0 0 1 3.163 2H19a1 1 0 0 0 .993-.883L20 10V7.5a3.5 3.5 0 0 0-3.308-3.495L16.5 4z\"/>\n    </g>\n</svg>\n</li><li title=\"cactus fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M12 2c2.21 0 4 1.79 4 4v9h1c.55 0 1-.45 1-1V8c0-.552.448-1 1-1s1 .448 1 1v6c0 1.657-1.343 3-3 3h-1v3h2v2H6v-2h2v-6H7c-1.657 0-3-1.343-3-3V9c0-.552.448-1 1-1s1 .448 1 1v2c0 .55.45 1 1 1h1V6c0-2.21 1.79-4 4-4z\"/>\n    </g>\n</svg>\n</li><li title=\"cactus line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M12 2c2.21 0 4 1.79 4 4v9h1c.55 0 1-.45 1-1V8c0-.552.448-1 1-1s1 .448 1 1v6c0 1.66-1.34 3-3 3h-1v3h2v2H6v-2h2v-6H7c-1.657 0-3-1.343-3-3V9c0-.552.448-1 1-1s1 .448 1 1v2c0 .55.45 1 1 1h1V6c0-2.21 1.79-4 4-4zm0 2c-1.105 0-2 .895-2 2v14h4V6c0-1.105-.895-2-2-2z\"/>\n    </g>\n</svg>\n</li><li title=\"cake 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M8 6v3.999h3V6h2v3.999h3V6h2v3.999L19 10a3 3 0 0 1 2.995 2.824L22 13v1c0 1.014-.377 1.94-.999 2.645L21 21a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-4.36a4.025 4.025 0 0 1-.972-2.182l-.022-.253L2 14v-1a3 3 0 0 1 2.824-2.995L5 10l1-.001V6h2zm11 6H5a1 1 0 0 0-.993.883L4 13v.971l.003.147A2 2 0 0 0 6 16a1.999 1.999 0 0 0 1.98-1.7l.015-.153.005-.176c.036-1.248 1.827-1.293 1.989-.134l.01.134.004.147a2 2 0 0 0 3.992.031l.012-.282c.124-1.156 1.862-1.156 1.986 0l.012.282a2 2 0 0 0 3.99 0L20 14v-1a1 1 0 0 0-.883-.993L19 12zM7 1c1.32.871 1.663 2.088 1.449 2.888a1.5 1.5 0 0 1-2.898-.776C5.85 2.002 7 2.5 7 1zm5 0c1.32.871 1.663 2.088 1.449 2.888a1.5 1.5 0 1 1-2.898-.776C10.85 2.002 12 2.5 12 1zm5 0c1.32.871 1.663 2.088 1.449 2.888a1.5 1.5 0 1 1-2.898-.776C15.85 2.002 17 2.5 17 1z\"/>\n    </g>\n</svg>\n</li><li title=\"cake 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M8 6v3.999h3V6h2v3.999h3V6h2v3.999L19 10a3 3 0 0 1 2.995 2.824L22 13v1c0 1.014-.377 1.94-.999 2.645L21 21a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-4.36a4.025 4.025 0 0 1-.972-2.182l-.022-.253L2 14v-1a3 3 0 0 1 2.824-2.995L5 10l1-.001V6h2zm1.002 10.641l-.054.063a3.994 3.994 0 0 1-2.514 1.273l-.23.018L6 18c-.345 0-.68-.044-1-.126V20h14v-2.126a4.007 4.007 0 0 1-3.744-.963l-.15-.15-.106-.117-.107.118a3.99 3.99 0 0 1-2.451 1.214l-.242.02L12 18a3.977 3.977 0 0 1-2.797-1.144l-.15-.157-.051-.058zM19 12H5a1 1 0 0 0-.993.883L4 13v.971l.003.147A2 2 0 0 0 6 16a1.999 1.999 0 0 0 1.98-1.7l.015-.153.005-.176c.036-1.248 1.827-1.293 1.989-.134l.01.134.004.147a2 2 0 0 0 3.992.031l.012-.282c.124-1.156 1.862-1.156 1.986 0l.012.282a2 2 0 0 0 3.99 0L20 14v-1a1 1 0 0 0-.883-.993L19 12zM7 1c1.32.871 1.663 2.088 1.449 2.888a1.5 1.5 0 0 1-2.898-.776C5.85 2.002 7 2.5 7 1zm5 0c1.32.871 1.663 2.088 1.449 2.888a1.5 1.5 0 1 1-2.898-.776C10.85 2.002 12 2.5 12 1zm5 0c1.32.871 1.663 2.088 1.449 2.888a1.5 1.5 0 1 1-2.898-.776C15.85 2.002 17 2.5 17 1z\"/>\n    </g>\n</svg>\n</li><li title=\"cake 3 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M15.5 2a3.5 3.5 0 0 1 3.437 4.163l-.015.066a4.502 4.502 0 0 1 .303 8.428l-1.086 6.507a1 1 0 0 1-.986.836H6.847a1 1 0 0 1-.986-.836l-1.029-6.17a3 3 0 0 1-.829-5.824L4 9a6 6 0 0 1 8.575-5.42A3.493 3.493 0 0 1 15.5 2zM11 15H9v5h2v-5zm4 0h-2v5h2v-5zm2.5-2a2.5 2.5 0 1 0-.956-4.81l-.175.081a2 2 0 0 1-2.663-.804l-.07-.137A4 4 0 0 0 10 5C7.858 5 6.109 6.684 6.005 8.767L6 8.964l.003.17a2 2 0 0 1-1.186 1.863l-.15.059A1.001 1.001 0 0 0 5 13h12.5z\"/>\n    </g>\n</svg>\n</li><li title=\"cake 3 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M15.5 2a3.5 3.5 0 0 1 3.437 4.163l-.015.066a4.502 4.502 0 0 1 .303 8.428l-1.086 6.507a1 1 0 0 1-.986.836H6.847a1 1 0 0 1-.986-.836l-1.029-6.17a3 3 0 0 1-.829-5.824L4 9a6 6 0 0 1 8.574-5.421A3.496 3.496 0 0 1 15.5 2zM9 15H6.86l.834 5H9v-5zm4 0h-2v5h2v-5zm4.139 0H15v5h1.305l.834-5zM10 5C7.858 5 6.109 6.684 6.005 8.767L6 8.964l.003.17a2 2 0 0 1-1.186 1.863l-.15.059A1.001 1.001 0 0 0 5 13h12.5a2.5 2.5 0 1 0-.956-4.81l-.175.081a2 2 0 0 1-2.663-.804l-.07-.137A4 4 0 0 0 10 5zm5.5-1a1.5 1.5 0 0 0-1.287.729 6.006 6.006 0 0 1 1.24 1.764c.444-.228.93-.384 1.446-.453A1.5 1.5 0 0 0 15.5 4z\"/>\n    </g>\n</svg>\n</li><li title=\"cake fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M13 7v4h7a1 1 0 0 1 1 1v8h2v2H1v-2h2v-8a1 1 0 0 1 1-1h7V7h2zm.83-6.598A3 3 0 0 1 12.732 4.5L11 5.5a3 3 0 0 1 1.098-4.098l1.732-1z\"/>\n    </g>\n</svg>\n</li><li title=\"cake line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M13 7v4h7a1 1 0 0 1 1 1v8h2v2H1v-2h2v-8a1 1 0 0 1 1-1h7V7h2zm6 6H5v7h14v-7zM13.83.402A3 3 0 0 1 12.732 4.5L11 5.5a3 3 0 0 1 1.098-4.098l1.732-1z\"/>\n    </g>\n</svg>\n</li><li title=\"character recognition fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M21 3v18H3V3h18zm-8.001 3h-2L6.6 17h2.154l1.199-3h4.09l1.201 3h2.155l-4.4-11zm-1 2.885L13.244 12h-2.492l1.247-3.115z\"/>\n    </g>\n</svg>\n</li><li title=\"character recognition line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5 15v4h4v2H3v-6h2zm16 0v6h-6v-2h4v-4h2zm-8.001-9l4.4 11h-2.155l-1.201-3h-4.09l-1.199 3H6.6l4.399-11h2zm-1 2.885L10.752 12h2.492l-1.245-3.115zM9 3v2H5v4H3V3h6zm12 0v6h-2V5h-4V3h6z\"/>\n    </g>\n</svg>\n</li><li title=\"door closed fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M3 21v-2h2V4c0-.552.448-1 1-1h12c.552 0 1 .448 1 1v15h2v2H3zm12-10h-2v2h2v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"door closed line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M3 21v-2h2V4c0-.552.448-1 1-1h12c.552 0 1 .448 1 1v15h2v2H3zM17 5H7v14h10V5zm-2 6v2h-2v-2h2z\"/>\n    </g>\n</svg>\n</li><li title=\"door fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M18 3c.552 0 1 .448 1 1v16c0 .552-.448 1-1 1H6c-.552 0-1-.448-1-1V4c0-.552.448-1 1-1h12zm-4 8c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1z\"/>\n    </g>\n</svg>\n</li><li title=\"door line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M18 3c.552 0 1 .448 1 1v16c0 .552-.448 1-1 1H6c-.552 0-1-.448-1-1V4c0-.552.448-1 1-1h12zm-1 2H7v14h10V5zm-2 6v2h-2v-2h2z\"/>\n    </g>\n</svg>\n</li><li title=\"door lock box fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm7 9.792V16h2v-3.208a2.5 2.5 0 1 0-2 0z\"/>\n    </g>\n</svg>\n</li><li title=\"door lock box line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6 7.792a2.5 2.5 0 1 1 2 0V16h-2v-3.208z\"/>\n    </g>\n</svg>\n</li><li title=\"door lock fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-9.208V16h2v-3.208a2.5 2.5 0 1 0-2 0z\"/>\n    </g>\n</svg>\n</li><li title=\"door lock line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm-1-7.208a2.5 2.5 0 1 1 2 0V16h-2v-3.208z\"/>\n    </g>\n</svg>\n</li><li title=\"door open fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M2 21v-2h2V4.835c0-.484.346-.898.821-.984l9.472-1.722c.326-.06.638.157.697.483.007.035.01.07.01.107v1.28L19 4c.552 0 1 .448 1 1v14h2v2h-4V6h-3v15H2zm10-10h-2v2h2v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"door open line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M2 21v-2h2V4.835c0-.484.346-.898.821-.984l9.472-1.722c.326-.06.638.157.697.483.007.035.01.07.01.107v1.28L19 4c.552 0 1 .448 1 1v14h2v2h-4V6h-3v15H2zM13 4.396L6 5.67V19h7V4.396zM12 11v2h-2v-2h2z\"/>\n    </g>\n</svg>\n</li><li title=\"football fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm1.67 14h-3.34l-1.38 1.897.554 1.706A7.993 7.993 0 0 0 12 20c.871 0 1.71-.14 2.496-.397l.553-1.706L13.669 16zm-8.376-5.128l-1.292.937L4 12c0 1.73.549 3.331 1.482 4.64h1.91l1.323-1.82-1.028-3.17-2.393-.778zm13.412 0l-2.393.778-1.028 3.17 1.322 1.82h1.91A7.964 7.964 0 0 0 20 12l-.003-.191-1.291-.937zM14.29 4.333L13 5.273V7.79l2.694 1.957 2.239-.727.554-1.703a8.014 8.014 0 0 0-4.196-2.984zm-4.582 0a8.014 8.014 0 0 0-4.196 2.985l.554 1.702 2.239.727L11 7.79V5.273l-1.291-.94z\"/>\n    </g>\n</svg>\n</li><li title=\"football line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm1.67 14h-3.34l-1.38 1.897.554 1.706A7.993 7.993 0 0 0 12 20c.871 0 1.71-.14 2.496-.397l.553-1.706L13.669 16zm-8.376-5.128l-1.292.937L4 12c0 1.73.549 3.331 1.482 4.64h1.91l1.323-1.82-1.028-3.17-2.393-.778zm13.412 0l-2.393.778-1.028 3.17 1.322 1.82h1.91A7.964 7.964 0 0 0 20 12l-.003-.19-1.291-.938zM12 9.536l-2.344 1.702.896 2.762h2.895l.896-2.762L12 9.536zm2.291-5.203L13 5.273V7.79l2.694 1.957 2.239-.727.554-1.703a8.014 8.014 0 0 0-4.196-2.984zm-4.583 0a8.014 8.014 0 0 0-4.195 2.985l.554 1.702 2.239.727L11 7.79V5.273l-1.292-.94z\"/>\n    </g>\n</svg>\n</li><li title=\"fridge fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M20 12v10c0 .552-.448 1-1 1H5c-.552 0-1-.448-1-1V12h16zM9 14H7v5h2v-5zM19 1c.552 0 1 .448 1 1v8H4V2c0-.552.448-1 1-1h14zM9 4H7v4h2V4z\"/>\n    </g>\n</svg>\n</li><li title=\"fridge line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M19 1c.552 0 1 .448 1 1v20c0 .552-.448 1-1 1H5c-.552 0-1-.448-1-1V2c0-.552.448-1 1-1h14zm-1 11H6v9h12v-9zm-8 2v4H8v-4h2zm8-11H6v7h12V3zm-8 2v3H8V5h2z\"/>\n    </g>\n</svg>\n</li><li title=\"game fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 2a9.98 9.98 0 0 1 7.743 3.671L13.414 12l6.329 6.329A9.98 9.98 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2zm0 3a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3z\"/>\n    </g>\n</svg>\n</li><li title=\"game line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M12 2a9.98 9.98 0 0 1 7.743 3.671L13.414 12l6.329 6.329A9.98 9.98 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2zm0 2a8 8 0 1 0 4.697 14.477l.208-.157-6.32-6.32 6.32-6.321-.208-.156a7.964 7.964 0 0 0-4.394-1.517L12 4zm0 1a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3z\"/>\n    </g>\n</svg>\n</li><li title=\"handbag fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 2a7 7 0 0 1 7 7h1.074a1 1 0 0 1 .997.923l.846 11a1 1 0 0 1-.92 1.074L20.92 22H3.08a1 1 0 0 1-1-1l.003-.077.846-11A1 1 0 0 1 3.926 9H5a7 7 0 0 1 7-7zm2 11h-4v2h4v-2zm-2-9a5 5 0 0 0-4.995 4.783L7 9h10a5 5 0 0 0-4.783-4.995L12 4z\"/>\n    </g>\n</svg>\n</li><li title=\"handbag line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M12 2a7 7 0 0 1 7 7h1.074a1 1 0 0 1 .997.923l.846 11a1 1 0 0 1-.92 1.074L20.92 22H3.08a1 1 0 0 1-1-1l.003-.077.846-11A1 1 0 0 1 3.926 9H5a7 7 0 0 1 7-7zm7.147 9H4.852l-.693 9H19.84l-.693-9zM14 13v2h-4v-2h4zm-2-9a5 5 0 0 0-4.995 4.783L7 9h10a5 5 0 0 0-4.783-4.995L12 4z\"/>\n    </g>\n</svg>\n</li><li title=\"key 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M10.313 11.566l7.94-7.94 2.121 2.121-1.414 1.414 2.121 2.121-3.535 3.536-2.121-2.121-2.99 2.99a5.002 5.002 0 0 1-7.97 5.849 5 5 0 0 1 5.848-7.97zm-.899 5.848a2 2 0 1 0-2.828-2.828 2 2 0 0 0 2.828 2.828z\"/>\n    </g>\n</svg>\n</li><li title=\"key 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z\"/>\n    </g>\n</svg>\n</li><li title=\"key fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17 14h-4.341a6 6 0 1 1 0-4H23v4h-2v4h-4v-4zM7 14a2 2 0 1 0 0-4 2 2 0 0 0 0 4z\"/>\n    </g>\n</svg>\n</li><li title=\"key line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M12.917 13A6.002 6.002 0 0 1 1 12a6 6 0 0 1 11.917-1H23v2h-2v4h-2v-4h-2v4h-2v-4h-2.083zM7 16a4 4 0 1 0 0-8 4 4 0 0 0 0 8z\"/>\n    </g>\n</svg>\n</li><li title=\"knife blood fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4.342 1.408L22.373 19.44a1.5 1.5 0 0 1-2.121 2.122l-4.596-4.597L12.12 20.5 8 16.38V19a1 1 0 0 1-2 0v-4a1 1 0 0 0-1.993-.117L4 15v1a1 1 0 0 1-2 0V7.214a7.976 7.976 0 0 1 2.168-5.627l.174-.179z\"/>\n    </g>\n</svg>\n</li><li title=\"knife blood line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M4.342 1.408L22.373 19.44a1.5 1.5 0 0 1-2.121 2.122l-4.596-4.597L12.12 20.5 8 16.38V19a1 1 0 0 1-2 0v-4a1 1 0 0 0-1.993-.117L4 15v1a1 1 0 0 1-2 0V7.214a7.976 7.976 0 0 1 2.168-5.627l.174-.179zm.241 3.07l-.051.11a5.993 5.993 0 0 0-.522 2.103L4 7l-.001.12a5.984 5.984 0 0 0 1.58 4.003l.177.185 6.363 6.363 2.829-2.828L4.583 4.478z\"/>\n    </g>\n</svg>\n</li><li title=\"knife fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M22.373 19.44a1.5 1.5 0 0 1-2.121 2.12l-4.596-4.596L12.12 20.5l-7.778-7.778a8 8 0 0 1-.174-11.135l.174-.179L22.373 19.44z\"/>\n    </g>\n</svg>\n</li><li title=\"knife line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M4.342 1.408L22.373 19.44a1.5 1.5 0 0 1-2.121 2.122l-4.596-4.597L12.12 20.5l-7.778-7.778a8 8 0 0 1-.174-11.135l.174-.179zm.241 3.07l-.051.11a6.005 6.005 0 0 0 1.047 6.535l.177.185 6.363 6.363 2.829-2.828L4.583 4.478z\"/>\n    </g>\n</svg>\n</li><li title=\"leaf fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M21 3v2c0 9.627-5.373 14-12 14H7.098c.212-3.012 1.15-4.835 3.598-7.001 1.204-1.065 1.102-1.68.509-1.327-4.084 2.43-6.112 5.714-6.202 10.958L5 22H3c0-1.363.116-2.6.346-3.732C3.116 16.974 3 15.218 3 13 3 7.477 7.477 3 13 3c2 0 4 1 8 0z\"/>\n    </g>\n</svg>\n</li><li title=\"leaf line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M21 3v2c0 9.627-5.373 14-12 14H5.243C5.08 19.912 5 20.907 5 22H3c0-1.363.116-2.6.346-3.732C3.116 16.974 3 15.218 3 13 3 7.477 7.477 3 13 3c2 0 4 1 8 0zm-8 2c-4.418 0-8 3.582-8 8 0 .362.003.711.01 1.046 1.254-1.978 3.091-3.541 5.494-4.914l.992 1.736C8.641 12.5 6.747 14.354 5.776 17H9c6.015 0 9.871-3.973 9.997-11.612-1.372.133-2.647.048-4.22-.188C13.627 5.027 13.401 5 13 5z\"/>\n    </g>\n</svg>\n</li><li title=\"lightbulb fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M11 18H7.941c-.297-1.273-1.637-2.314-2.187-3a8 8 0 1 1 12.49.002c-.55.685-1.888 1.726-2.185 2.998H13v-5h-2v5zm5 2v1a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2v-1h8z\"/>\n    </g>\n</svg>\n</li><li title=\"lightbulb flash fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M7.941 18c-.297-1.273-1.637-2.314-2.187-3a8 8 0 1 1 12.49.002c-.55.685-1.888 1.726-2.185 2.998H7.94zM16 20v1a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2v-1h8zm-3-9.995V6l-4.5 6.005H11v4l4.5-6H13z\"/>\n    </g>\n</svg>\n</li><li title=\"lightbulb flash line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M9.973 18h4.054c.132-1.202.745-2.194 1.74-3.277.113-.122.832-.867.917-.973a6 6 0 1 0-9.37-.002c.086.107.807.853.918.974.996 1.084 1.609 2.076 1.741 3.278zM14 20h-4v1h4v-1zm-8.246-5a8 8 0 1 1 12.49.002C17.624 15.774 16 17 16 18.5V21a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2v-2.5C8 17 6.375 15.774 5.754 15zM13 10.004h2.5l-4.5 6v-4H8.5L13 6v4.005z\"/>\n    </g>\n</svg>\n</li><li title=\"lightbulb line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M9.973 18H11v-5h2v5h1.027c.132-1.202.745-2.194 1.74-3.277.113-.122.832-.867.917-.973a6 6 0 1 0-9.37-.002c.086.107.807.853.918.974.996 1.084 1.609 2.076 1.741 3.278zM10 20v1h4v-1h-4zm-4.246-5a8 8 0 1 1 12.49.002C17.624 15.774 16 17 16 18.5V21a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2v-2.5C8 17 6.375 15.774 5.754 15z\"/>\n    </g>\n</svg>\n</li><li title=\"outlet 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zM11 7v4h2V7h-2zm3 5v4h2v-4h-2zm-6 0v4h2v-4H8z\"/>\n    </g>\n</svg>\n</li><li title=\"outlet 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v4h-2V7zm3 5h2v4h-2v-4zm-6 0h2v4H8v-4z\"/>\n    </g>\n</svg>\n</li><li title=\"outlet fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm2-12v4h2v-4h-2zm-6 0v4h2v-4H8z\"/>\n    </g>\n</svg>\n</li><li title=\"outlet line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm2-10h2v4h-2v-4zm-6 0h2v4H8v-4z\"/>\n    </g>\n</svg>\n</li><li title=\"ping pong fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M11.5 2a9.5 9.5 0 0 1 9.5 9.5 9.46 9.46 0 0 1-1.003 4.254l2.463 2.464a1 1 0 0 1 0 1.414l-2.828 2.828a1 1 0 0 1-1.414 0l-2.464-2.463A9.46 9.46 0 0 1 11.5 21a9.5 9.5 0 0 1 0-19zm5.303 13.388l-1.414 1.414 3.536 3.535 1.414-1.414-3.536-3.535zm1.864-6.105l-9.384 9.384c.7.216 1.445.333 2.217.333a7.48 7.48 0 0 0 2.74-.516l-.972-.974a1 1 0 0 1 0-1.414l2.828-2.828a1 1 0 0 1 1.414 0l.974.972A7.48 7.48 0 0 0 19 11.5c0-.772-.117-1.516-.333-2.217z\"/>\n    </g>\n</svg>\n</li><li title=\"ping pong line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M11.5 2a9.5 9.5 0 0 1 9.5 9.5 9.46 9.46 0 0 1-1.003 4.254l2.463 2.464a1 1 0 0 1 0 1.414l-2.828 2.828a1 1 0 0 1-1.414 0l-2.464-2.463A9.46 9.46 0 0 1 11.5 21a9.5 9.5 0 0 1 0-19zm5.303 13.388l-1.414 1.414 3.536 3.535 1.414-1.414-3.536-3.535zm1.864-6.105l-9.384 9.384c.7.216 1.445.333 2.217.333a7.48 7.48 0 0 0 2.74-.516l-.972-.974a1 1 0 0 1 0-1.414l2.828-2.828a1 1 0 0 1 1.414 0l.974.972A7.48 7.48 0 0 0 19 11.5c0-.772-.117-1.516-.333-2.217zM11.5 4a7.5 7.5 0 0 0-4.136 13.757L17.757 7.364A7.493 7.493 0 0 0 11.5 4z\"/>\n    </g>\n</svg>\n</li><li title=\"plant fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M21 3v2c0 3.866-3.134 7-7 7h-1v1h5v7c0 1.105-.895 2-2 2H8c-1.105 0-2-.895-2-2v-7h5v-3c0-3.866 3.134-7 7-7h3zM5.5 2c2.529 0 4.765 1.251 6.124 3.169C10.604 6.51 10 8.185 10 10v1h-.5C5.358 11 2 7.642 2 3.5V2h3.5z\"/>\n    </g>\n</svg>\n</li><li title=\"plant line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M6 2c2.69 0 5.024 1.517 6.197 3.741C13.374 4.083 15.31 3 17.5 3H21v2.5c0 3.59-2.91 6.5-6.5 6.5H13v1h5v7c0 1.105-.895 2-2 2H8c-1.105 0-2-.895-2-2v-7h5v-2H9c-3.866 0-7-3.134-7-7V2h4zm10 13H8v5h8v-5zm3-10h-1.5C15.015 5 13 7.015 13 9.5v.5h1.5c2.485 0 4.5-2.015 4.5-4.5V5zM6 4H4c0 2.761 2.239 5 5 5h2c0-2.761-2.239-5-5-5z\"/>\n    </g>\n</svg>\n</li><li title=\"plug 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M13 18v2h6v2h-6a2 2 0 0 1-2-2v-2H8a4 4 0 0 1-4-4v-4h16v4a4 4 0 0 1-4 4h-3zm4-12h2a1 1 0 0 1 1 1v2H4V7a1 1 0 0 1 1-1h2V2h2v4h6V2h2v4zm-5 8.5a1 1 0 1 0 0-2 1 1 0 0 0 0 2zM11 2h2v3h-2V2z\"/>\n    </g>\n</svg>\n</li><li title=\"plug 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M13 18v2h6v2h-6a2 2 0 0 1-2-2v-2H8a4 4 0 0 1-4-4V7a1 1 0 0 1 1-1h2V2h2v4h6V2h2v4h2a1 1 0 0 1 1 1v7a4 4 0 0 1-4 4h-3zm-5-2h8a2 2 0 0 0 2-2v-3H6v3a2 2 0 0 0 2 2zm10-8H6v1h12V8zm-6 6.5a1 1 0 1 1 0-2 1 1 0 0 1 0 2zM11 2h2v3h-2V2z\"/>\n    </g>\n</svg>\n</li><li title=\"plug fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M13 18v2h6v2h-6a2 2 0 0 1-2-2v-2H8a4 4 0 0 1-4-4v-4h16v4a4 4 0 0 1-4 4h-3zm3-12h3a1 1 0 0 1 1 1v2H4V7a1 1 0 0 1 1-1h3V2h2v4h4V2h2v4zm-4 8.5a1 1 0 1 0 0-2 1 1 0 0 0 0 2z\"/>\n    </g>\n</svg>\n</li><li title=\"plug line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M13 18v2h6v2h-6a2 2 0 0 1-2-2v-2H8a4 4 0 0 1-4-4V7a1 1 0 0 1 1-1h3V2h2v4h4V2h2v4h3a1 1 0 0 1 1 1v7a4 4 0 0 1-4 4h-3zm-5-2h8a2 2 0 0 0 2-2v-3H6v3a2 2 0 0 0 2 2zm10-8H6v1h12V8zm-6 6.5a1 1 0 1 1 0-2 1 1 0 0 1 0 2z\"/>\n    </g>\n</svg>\n</li><li title=\"recycle fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M19.562 12.098l1.531 2.652c.967 1.674.393 3.815-1.28 4.781-.533.307-1.136.469-1.75.469H16v2l-5-3.5 5-3.5v2h2.062c.088 0 .174-.023.25-.067.213-.123.301-.378.221-.601l-.038-.082-1.531-2.652 2.598-1.5zM7.737 9.384l.53 6.08-1.73-1-1.032 1.786c-.044.076-.067.162-.067.25 0 .245.177.45.41.492l.09.008H9v3H5.938c-1.933 0-3.5-1.567-3.5-3.5 0-.614.162-1.218.469-1.75l1.031-1.786-1.732-1 5.53-2.58zm6.013-6.415c.532.307.974.749 1.281 1.281l1.03 1.786 1.733-1-.53 6.08-5.532-2.58 1.732-1-1.031-1.786c-.044-.076-.107-.14-.183-.183-.213-.123-.478-.072-.631.11l-.052.073-1.53 2.652-2.599-1.5 1.53-2.652c.967-1.674 3.108-2.248 4.782-1.281z\"/>\n    </g>\n</svg>\n</li><li title=\"recycle line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M19.562 12.097l1.531 2.653c.967 1.674.393 3.815-1.28 4.781-.533.307-1.136.469-1.75.469H16v2.5L11 19l5-3.5V18h2.062c.263 0 .522-.07.75-.201.718-.414.963-1.332.55-2.049l-1.532-2.653 1.732-1zM7.304 9.134l.53 6.08-2.164-1.25-1.031 1.786c-.132.228-.201.487-.201.75 0 .828.671 1.5 1.5 1.5H9v2H5.938c-1.933 0-3.5-1.567-3.5-3.5 0-.614.162-1.218.469-1.75l1.03-1.787-2.164-1.249 5.53-2.58zm6.446-6.165c.532.307.974.749 1.281 1.281l1.03 1.785 2.166-1.25-.53 6.081-5.532-2.58 2.165-1.25-1.031-1.786c-.132-.228-.321-.417-.549-.549-.717-.414-1.635-.168-2.049.549L9.169 7.903l-1.732-1L8.97 4.25c.966-1.674 3.107-2.248 4.781-1.281z\"/>\n    </g>\n</svg>\n</li><li title=\"reserved fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M13 15v4h3v2H8v-2h3v-4H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1h-7zM8 8v2h8V8H8z\"/>\n    </g>\n</svg>\n</li><li title=\"reserved line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M13 15v4h3v2H8v-2h3v-4H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1h-7zm-8-2h14V5H5v8zm3-5h8v2H8V8z\"/>\n    </g>\n</svg>\n</li><li title=\"scales 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M6 2c0 .513.49 1 1 1h10c.513 0 1-.49 1-1h2c0 1.657-1.343 3-3 3h-4l.001 2.062C16.947 7.555 20 10.921 20 15v6c0 .552-.448 1-1 1H5c-.552 0-1-.448-1-1v-6c0-4.08 3.054-7.446 7-7.938V5H7C5.34 5 4 3.66 4 2h2zm6 9c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4c0-.742-.202-1.436-.554-2.032l-2.739 2.74-.094.082c-.392.305-.96.278-1.32-.083-.39-.39-.39-1.024 0-1.414l2.739-2.74C13.436 11.203 12.742 11 12 11z\"/>\n    </g>\n</svg>\n</li><li title=\"scales 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M6 2c0 .513.49 1 1 1h10c.513 0 1-.49 1-1h2c0 1.657-1.343 3-3 3h-4l.001 2.062C16.947 7.555 20 10.921 20 15v6c0 .552-.448 1-1 1H5c-.552 0-1-.448-1-1v-6c0-4.08 3.054-7.446 7-7.938V5H7C5.34 5 4 3.66 4 2h2zm6 7c-3.238 0-6 2.76-6 6v5h12v-5c0-3.238-2.762-6-6-6zm0 2c.742 0 1.436.202 2.032.554l-2.74 2.739c-.39.39-.39 1.024 0 1.414.361.36.929.388 1.32.083l.095-.083 2.74-2.739c.351.596.553 1.29.553 2.032 0 2.21-1.79 4-4 4s-4-1.79-4-4 1.79-4 4-4z\"/>\n    </g>\n</svg>\n</li><li title=\"scales 3 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M13 2v1.278l5 1.668 3.632-1.21.633 1.896-3.032 1.011 3.096 8.512C21.237 16.292 19.7 17 18 17c-1.701 0-3.237-.708-4.329-1.845l3.094-8.512L13 5.387V19H17v2H7v-2h4V5.387L7.232 6.643l3.096 8.512C9.237 16.292 7.7 17 6 17c-1.701 0-3.237-.708-4.329-1.845l3.094-8.512-3.03-1.01.633-1.898L6 4.945l5-1.667V2h2zm5 7.103L16.582 13h2.835L18 9.103zm-12 0L4.582 13h2.835L6 9.103z\"/>\n    </g>\n</svg>\n</li><li title=\"scales 3 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M13 2v1.278l5 1.668 3.632-1.21.633 1.896-3.032 1.011 3.096 8.512C21.237 16.292 19.7 17 18 17c-1.701 0-3.237-.708-4.329-1.845l3.094-8.512L13 5.387V19H17v2H7v-2h4V5.387L7.232 6.643l3.096 8.512C9.237 16.292 7.7 17 6 17c-1.701 0-3.237-.708-4.329-1.845l3.094-8.512-3.03-1.01.633-1.898L6 4.945l5-1.667V2h2zm5 7.103l-1.958 5.386c.587.331 1.257.511 1.958.511.7 0 1.37-.18 1.958-.51L18 9.102zm-12 0l-1.958 5.386C4.629 14.82 5.299 15 6 15c.7 0 1.37-.18 1.958-.51L6 9.102z\"/>\n    </g>\n</svg>\n</li><li title=\"scales fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M13 2v1h7v2h-7v14h4v2H7v-2h4V5H4V3h7V2h2zM5 6.343l2.828 2.829C8.552 9.895 9 10.895 9 12c0 2.21-1.79 4-4 4s-4-1.79-4-4c0-1.105.448-2.105 1.172-2.828L5 6.343zm14 0l2.828 2.829C22.552 9.895 23 10.895 23 12c0 2.21-1.79 4-4 4s-4-1.79-4-4c0-1.105.448-2.105 1.172-2.828L19 6.343zm0 2.829l-1.414 1.414C17.212 10.96 17 11.46 17 12l4 .001c0-.54-.212-1.041-.586-1.415L19 9.172zm-14 0l-1.414 1.414C3.212 10.96 3 11.46 3 12l4 .001c0-.54-.212-1.041-.586-1.415L5 9.172z\"/>\n    </g>\n</svg>\n</li><li title=\"scales line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M13 2v1h7v2h-7v14h4v2H7v-2h4V5H4V3h7V2h2zM5 6.343l2.828 2.829C8.552 9.895 9 10.895 9 12c0 2.21-1.79 4-4 4s-4-1.79-4-4c0-1.105.448-2.105 1.172-2.828L5 6.343zm14 0l2.828 2.829C22.552 9.895 23 10.895 23 12c0 2.21-1.79 4-4 4s-4-1.79-4-4c0-1.105.448-2.105 1.172-2.828L19 6.343zM5 9.172l-1.414 1.414C3.212 10.96 3 11.46 3 12c0 1.105.895 2 2 2s2-.895 2-2c0-.54-.212-1.04-.586-1.414L5 9.172zm14 0l-1.414 1.414C17.212 10.96 17 11.46 17 12c0 1.105.895 2 2 2s2-.895 2-2c0-.54-.212-1.04-.586-1.414L19 9.172z\"/>\n    </g>\n</svg>\n</li><li title=\"seedling fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M22 7v2.5c0 3.59-2.91 6.5-6.5 6.5H13v5h-2v-7l.019-1c.255-3.356 3.06-6 6.481-6H22zM6 3c3.092 0 5.716 2.005 6.643 4.786-1.5 1.275-2.49 3.128-2.627 5.214H9c-3.866 0-7-3.134-7-7V3h4z\"/>\n    </g>\n</svg>\n</li><li title=\"seedling line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M6 3c3.49 0 6.383 2.554 6.913 5.895C14.088 7.724 15.71 7 17.5 7H22v2.5c0 3.59-2.91 6.5-6.5 6.5H13v5h-2v-8H9c-3.866 0-7-3.134-7-7V3h4zm14 6h-2.5c-2.485 0-4.5 2.015-4.5 4.5v.5h2.5c2.485 0 4.5-2.015 4.5-4.5V9zM6 5H4v1c0 2.761 2.239 5 5 5h2v-1c0-2.761-2.239-5-5-5z\"/>\n    </g>\n</svg>\n</li><li title=\"shirt fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M7 4v7l5-2.5 5 2.5V4h3a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h3zm5 4L7.5 3h9L12 8zm1 3.236l-1-.5-1 .5V20h2v-8.764zM15 14v2h4v-2h-4z\"/>\n    </g>\n</svg>\n</li><li title=\"shirt line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M13 20h6v-4h-4v-2h4V6h-2v5l-4-1.6V20zm-2 0V9.4L7 11V6H5v14h6zM7 4V3h10v1h3a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h3zm5 4l3.5-3h-7L12 8z\"/>\n    </g>\n</svg>\n</li><li title=\"sword fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M7.05 13.406l3.534 3.536-1.413 1.414 1.415 1.415-1.414 1.414-2.475-2.475-2.829 2.829-1.414-1.414 2.829-2.83-2.475-2.474 1.414-1.414 1.414 1.413 1.413-1.414zM3 3l3.546.003 11.817 11.818 1.415-1.414 1.414 1.414-2.474 2.475 2.828 2.829-1.414 1.414-2.829-2.829-2.475 2.475-1.414-1.414 1.414-1.415L3.003 6.531 3 3zm14.457 0L21 3.003l.002 3.523-4.053 4.052-3.536-3.535L17.457 3z\"/>\n    </g>\n</svg>\n</li><li title=\"sword line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M17.457 3L21 3.003l.002 3.523-5.467 5.466 2.828 2.829 1.415-1.414 1.414 1.414-2.474 2.475 2.828 2.829-1.414 1.414-2.829-2.829-2.475 2.475-1.414-1.414 1.414-1.415-2.829-2.828-2.828 2.828 1.415 1.415-1.414 1.414-2.475-2.475-2.829 2.829-1.414-1.414 2.829-2.83-2.475-2.474 1.414-1.414 1.414 1.413 2.827-2.828-5.46-5.46L3 3l3.546.003 5.453 5.454L17.457 3zm-7.58 10.406L7.05 16.234l.708.707 2.827-2.828-.707-.707zm9.124-8.405h-.717l-4.87 4.869.706.707 4.881-4.879v-.697zm-14 0v.7l11.241 11.241.707-.707L5.716 5.002l-.715-.001z\"/>\n    </g>\n</svg>\n</li><li title=\"t shirt 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M21 3a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1h-2.001L19 20a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1l-.001-8.001L3 12a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h6a3 3 0 0 0 6 0h6z\"/>\n    </g>\n</svg>\n</li><li title=\"t shirt 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M9 3a3 3 0 0 0 6 0h6a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1h-2.001L19 20a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1l-.001-8.001L3 12a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h6zm11 1.999h-3.417l-.017.041a5.002 5.002 0 0 1-4.35 2.955L12 8a5.001 5.001 0 0 1-4.566-2.96L7.416 5H4v5l2.999-.001V19H17l-.001-9L20 9.999v-5z\"/>\n    </g>\n</svg>\n</li><li title=\"t shirt air fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12.707 17.793C13.534 18.62 14.295 19 15 19c.378 0 .68-.067 1.237-.276l.392-.152C17.679 18.15 18.209 18 19 18c1.214 0 2.379.545 3.486 1.58l.221.213-1.414 1.414C20.466 20.38 19.705 20 19 20c-.378 0-.68.067-1.237.276l-.392.152c-1.05.421-1.58.572-2.371.572-1.214 0-2.379-.545-3.486-1.58l-.221-.213 1.414-1.414zM9 3a3 3 0 0 0 6 0h6a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1h-9a2 2 0 0 0-1.995 1.85L10 14v7H6a1 1 0 0 1-1-1l-.001-8.001L3 12a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h6zm3.707 10.793C13.534 14.62 14.295 15 15 15c.378 0 .68-.067 1.237-.276l.392-.152C17.679 14.15 18.209 14 19 14c1.214 0 2.379.545 3.486 1.58l.221.213-1.414 1.414C20.466 16.38 19.705 16 19 16c-.378 0-.68.067-1.237.276l-.392.152c-1.05.421-1.58.572-2.371.572-1.214 0-2.379-.545-3.486-1.58l-.221-.213 1.414-1.414z\"/>\n    </g>\n</svg>\n</li><li title=\"t shirt air line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M12.707 17.793C13.534 18.62 14.295 19 15 19c.378 0 .68-.067 1.237-.276l.392-.152C17.679 18.15 18.209 18 19 18c1.214 0 2.379.545 3.486 1.58l.221.213-1.414 1.414C20.466 20.38 19.705 20 19 20c-.378 0-.68.067-1.237.276l-.392.152c-1.05.421-1.58.572-2.371.572-1.214 0-2.379-.545-3.486-1.58l-.221-.213 1.414-1.414zM9 3a3 3 0 0 0 6 0h6a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1h-4.002v-2L20 9.999v-5h-3.417l-.017.041a5.002 5.002 0 0 1-4.35 2.955L12 8a5.001 5.001 0 0 1-4.566-2.96L7.416 5H4v5l2.999-.001V19H10v2H6a1 1 0 0 1-1-1l-.001-8.001L3 12a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h6zm3.707 10.793C13.534 14.62 14.295 15 15 15c.378 0 .68-.067 1.237-.276l.392-.152C17.679 14.15 18.209 14 19 14c1.214 0 2.379.545 3.486 1.58l.221.213-1.414 1.414C20.466 16.38 19.705 16 19 16c-.378 0-.68.067-1.237.276l-.392.152c-1.05.421-1.58.572-2.371.572-1.214 0-2.379-.545-3.486-1.58l-.221-.213 1.414-1.414z\"/>\n    </g>\n</svg>\n</li><li title=\"t shirt fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M14.515 5l2.606-2.607a1 1 0 0 1 1.415 0l4.242 4.243a1 1 0 0 1 0 1.414L19 11.828V21a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1v-9.172L1.222 8.05a1 1 0 0 1 0-1.414l4.242-4.243a1 1 0 0 1 1.415 0L9.485 5h5.03z\"/>\n    </g>\n</svg>\n</li><li title=\"t shirt line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M14.515 5l2.606-2.607a1 1 0 0 1 1.415 0l4.242 4.243a1 1 0 0 1 0 1.414L19 11.828V21a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1v-9.172L1.222 8.05a1 1 0 0 1 0-1.414l4.242-4.243a1 1 0 0 1 1.415 0L9.485 5h5.03zm.828 2H8.657L6.172 4.515 3.343 7.343 7 11v9h10v-9l3.657-3.657-2.829-2.828L15.343 7z\"/>\n    </g>\n</svg>\n</li><li title=\"umbrella fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M13 2.05c5.053.501 9 4.765 9 9.95v1h-9v6a2 2 0 1 0 4 0v-1h2v1a4 4 0 1 1-8 0v-6H2v-1c0-5.185 3.947-9.449 9-9.95V2a1 1 0 0 1 2 0v.05z\"/>\n    </g>\n</svg>\n</li><li title=\"umbrella line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M13 2.05c5.053.501 9 4.765 9 9.95v1h-9v6a2 2 0 1 0 4 0v-1h2v1a4 4 0 1 1-8 0v-6H2v-1c0-5.185 3.947-9.449 9-9.95V2a1 1 0 0 1 2 0v.05zM19.938 11a8.001 8.001 0 0 0-15.876 0h15.876z\"/>\n    </g>\n</svg>\n</li><li title=\"voice recognition fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M21 3v18H3V3h18zm-8 3h-2v12h2V6zM9 9H7v6h2V9zm8 0h-2v6h2V9z\"/>\n    </g>\n</svg>\n</li><li title=\"voice recognition line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5 15v4h4v2H3v-6h2zm16 0v6h-6v-2h4v-4h2zm-8-9v12h-2V6h2zM9 9v6H7V9h2zm8 0v6h-2V9h2zM9 3v2H5v4H3V3h6zm12 0v6h-2V5h-4V3h6z\"/>\n    </g>\n</svg>\n</li><li title=\"wheelchair fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M8 10.341v2.194C6.804 13.227 6 14.52 6 16c0 2.21 1.79 4 4 4 1.48 0 2.773-.804 3.465-2h2.193c-.823 2.33-3.046 4-5.658 4-3.314 0-6-2.686-6-6 0-2.613 1.67-4.835 4-5.659zM12 17c-1.657 0-3-1.343-3-3v-4c0-1.657 1.343-3 3-3s3 1.343 3 3v5h1.434c.648 0 1.253.314 1.626.836l.089.135 2.708 4.515-1.714 1.028L16.433 17H12zm0-15c1.38 0 2.5 1.12 2.5 2.5S13.38 7 12 7 9.5 5.88 9.5 4.5 10.62 2 12 2z\"/>\n    </g>\n</svg>\n</li><li title=\"wheelchair line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M8 10.341v2.194C6.804 13.227 6 14.52 6 16c0 2.21 1.79 4 4 4 1.48 0 2.773-.804 3.465-2h2.193c-.823 2.33-3.046 4-5.658 4-3.314 0-6-2.686-6-6 0-2.613 1.67-4.835 4-5.659zM12 17c-1.657 0-3-1.343-3-3v-4c0-1.044.534-1.964 1.343-2.501C9.533 6.964 9 6.044 9 5c0-1.657 1.343-3 3-3s3 1.343 3 3c0 1.044-.534 1.964-1.343 2.501C14.467 8.036 15 8.956 15 10v4.999l1.434.001c.648 0 1.253.314 1.626.836l.089.135 2.708 4.515-1.714 1.028L16.433 17 15 16.999 12 17zm0-8c-.552 0-1 .448-1 1v4c0 .552.448 1 1 1h.999L13 10c0-.552-.448-1-1-1zm0-5c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1z\"/>\n    </g>\n</svg>\n</li><li class='heading'>System</li><li title=\"add box fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm7 8H7v2h4v4h2v-4h4v-2h-4V7h-2v4z\"/>\n    </g>\n</svg>\n</li><li title=\"add box line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6 6V7h2v4h4v2h-4v4h-2v-4H7v-2h4z\"/>\n    </g>\n</svg>\n</li><li title=\"add circle fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-11H7v2h4v4h2v-4h4v-2h-4V7h-2v4z\"/>\n    </g>\n</svg>\n</li><li title=\"add circle line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M11 11V7h2v4h4v2h-4v4h-2v-4H7v-2h4zm1 11C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16z\"/>\n    </g>\n</svg>\n</li><li title=\"add fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"add line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"alarm fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22a9 9 0 1 1 0-18 9 9 0 0 1 0 18zm1-9V8h-2v7h5v-2h-3zM1.747 6.282l3.535-3.535 1.415 1.414L3.16 7.697 1.747 6.282zm16.97-3.535l3.536 3.535-1.414 1.415-3.536-3.536 1.415-1.414z\"/>\n    </g>\n</svg>\n</li><li title=\"alarm line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22a9 9 0 1 1 0-18 9 9 0 0 1 0 18zm0-2a7 7 0 1 0 0-14 7 7 0 0 0 0 14zm1-7h3v2h-5V8h2v5zM1.747 6.282l3.535-3.535 1.415 1.414L3.16 7.697 1.747 6.282zm16.97-3.535l3.536 3.535-1.414 1.415-3.536-3.536 1.415-1.414z\"/>\n    </g>\n</svg>\n</li><li title=\"alarm warning fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 20v-6a8 8 0 1 1 16 0v6h1v2H3v-2h1zm2-6h2a4 4 0 0 1 4-4V8a6 6 0 0 0-6 6zm5-12h2v3h-2V2zm8.778 2.808l1.414 1.414-2.12 2.121-1.415-1.414 2.121-2.121zM2.808 6.222l1.414-1.414 2.121 2.12L4.93 8.344 2.808 6.222z\"/>\n    </g>\n</svg>\n</li><li title=\"alarm warning line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 20v-6a8 8 0 1 1 16 0v6h1v2H3v-2h1zm2 0h12v-6a6 6 0 1 0-12 0v6zm5-18h2v3h-2V2zm8.778 2.808l1.414 1.414-2.12 2.121-1.415-1.414 2.121-2.121zM2.808 6.222l1.414-1.414 2.121 2.12L4.93 8.344 2.808 6.222zM7 14a5 5 0 0 1 5-5v2a3 3 0 0 0-3 3H7z\"/>\n    </g>\n</svg>\n</li><li title=\"alert fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12.866 3l9.526 16.5a1 1 0 0 1-.866 1.5H2.474a1 1 0 0 1-.866-1.5L11.134 3a1 1 0 0 1 1.732 0zM11 16v2h2v-2h-2zm0-7v5h2V9h-2z\"/>\n    </g>\n</svg>\n</li><li title=\"alert line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M12.866 3l9.526 16.5a1 1 0 0 1-.866 1.5H2.474a1 1 0 0 1-.866-1.5L11.134 3a1 1 0 0 1 1.732 0zm-8.66 16h15.588L12 5.5 4.206 19zM11 16h2v2h-2v-2zm0-7h2v5h-2V9z\"/>\n    </g>\n</svg>\n</li><li title=\"apps 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M7 11.5a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9zm0 10a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9zm10-10a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9zm0 10a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9z\"/>\n    </g>\n</svg>\n</li><li title=\"apps 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6.5 11.5a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9zm.5 10a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9zm10-10a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9zm0 10a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9zM6.5 9.5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5zm.5 10a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5zm10-10a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5zm0 10a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5z\"/>\n    </g>\n</svg>\n</li><li title=\"apps fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6.75 2.5A4.25 4.25 0 0 1 11 6.75V11H6.75a4.25 4.25 0 1 1 0-8.5zm0 10.5H11v4.25A4.25 4.25 0 1 1 6.75 13zm10.5-10.5a4.25 4.25 0 1 1 0 8.5H13V6.75a4.25 4.25 0 0 1 4.25-4.25zM13 13h4.25A4.25 4.25 0 1 1 13 17.25V13z\"/>\n    </g>\n</svg>\n</li><li title=\"apps line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6.75 2.5A4.25 4.25 0 0 1 11 6.75V11H6.75a4.25 4.25 0 1 1 0-8.5zM9 9V6.75A2.25 2.25 0 1 0 6.75 9H9zm-2.25 4H11v4.25A4.25 4.25 0 1 1 6.75 13zm0 2A2.25 2.25 0 1 0 9 17.25V15H6.75zm10.5-12.5a4.25 4.25 0 1 1 0 8.5H13V6.75a4.25 4.25 0 0 1 4.25-4.25zm0 6.5A2.25 2.25 0 1 0 15 6.75V9h2.25zM13 13h4.25A4.25 4.25 0 1 1 13 17.25V13zm2 2v2.25A2.25 2.25 0 1 0 17.25 15H15z\"/>\n    </g>\n</svg>\n</li><li title=\"arrow down circle fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 2c5.52 0 10 4.48 10 10s-4.48 10-10 10S2 17.52 2 12 6.48 2 12 2zm1 10V8h-2v4H8l4 4 4-4h-3z\"/>\n    </g>\n</svg>\n</li><li title=\"arrow down circle line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 2c5.52 0 10 4.48 10 10s-4.48 10-10 10S2 17.52 2 12 6.48 2 12 2zm0 18c4.42 0 8-3.58 8-8s-3.58-8-8-8-8 3.58-8 8 3.58 8 8 8zm1-8h3l-4 4-4-4h3V8h2v4z\"/>\n    </g>\n</svg>\n</li><li title=\"arrow down fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M13 12h7l-8 8-8-8h7V4h2z\"/>\n    </g>\n</svg>\n</li><li title=\"arrow down line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z\"/>\n    </g>\n</svg>\n</li><li title=\"arrow down s fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 16l-6-6h12z\"/>\n    </g>\n</svg>\n</li><li title=\"arrow down s line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z\"/>\n    </g>\n</svg>\n</li><li title=\"arrow drop down fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 14l-4-4h8z\"/>\n    </g>\n</svg>\n</li><li title=\"arrow drop down line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 15l-4.243-4.243 1.415-1.414L12 12.172l2.828-2.829 1.415 1.414z\"/>\n    </g>\n</svg>\n</li><li title=\"arrow drop left fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M9 12l4-4v8z\"/>\n    </g>\n</svg>\n</li><li title=\"arrow drop left line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M11.828 12l2.829 2.828-1.414 1.415L9 12l4.243-4.243 1.414 1.415L11.828 12z\"/>\n    </g>\n</svg>\n</li><li title=\"arrow drop right fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M14 12l-4 4V8z\"/>\n    </g>\n</svg>\n</li><li title=\"arrow drop right line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12.172 12L9.343 9.172l1.414-1.415L15 12l-4.243 4.243-1.414-1.415z\"/>\n    </g>\n</svg>\n</li><li title=\"arrow drop up fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 10l4 4H8z\"/>\n    </g>\n</svg>\n</li><li title=\"arrow drop up line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 11.828l-2.828 2.829-1.415-1.414L12 9l4.243 4.243-1.415 1.414L12 11.828z\"/>\n    </g>\n</svg>\n</li><li title=\"arrow go back fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M8 7v4L2 6l6-5v4h5a8 8 0 1 1 0 16H4v-2h9a6 6 0 1 0 0-12H8z\"/>\n    </g>\n</svg>\n</li><li title=\"arrow go back line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5.828 7l2.536 2.536L6.95 10.95 2 6l4.95-4.95 1.414 1.414L5.828 5H13a8 8 0 1 1 0 16H4v-2h9a6 6 0 1 0 0-12H5.828z\"/>\n    </g>\n</svg>\n</li><li title=\"arrow go forward fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M16 7h-5a6 6 0 1 0 0 12h9v2h-9a8 8 0 1 1 0-16h5V1l6 5-6 5V7z\"/>\n    </g>\n</svg>\n</li><li title=\"arrow go forward line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M18.172 7H11a6 6 0 1 0 0 12h9v2h-9a8 8 0 1 1 0-16h7.172l-2.536-2.536L17.05 1.05 22 6l-4.95 4.95-1.414-1.414L18.172 7z\"/>\n    </g>\n</svg>\n</li><li title=\"arrow left circle fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 2c5.52 0 10 4.48 10 10s-4.48 10-10 10S2 17.52 2 12 6.48 2 12 2zm0 9V8l-4 4 4 4v-3h4v-2h-4z\"/>\n    </g>\n</svg>\n</li><li title=\"arrow left circle line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 2c5.52 0 10 4.48 10 10s-4.48 10-10 10S2 17.52 2 12 6.48 2 12 2zm0 18c4.42 0 8-3.58 8-8s-3.58-8-8-8-8 3.58-8 8 3.58 8 8 8zm0-9h4v2h-4v3l-4-4 4-4v3z\"/>\n    </g>\n</svg>\n</li><li title=\"arrow left down fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12.36 13.05L17.31 18H5.998V6.688l4.95 4.95 5.656-5.657 1.415 1.414z\"/>\n    </g>\n</svg>\n</li><li title=\"arrow left down line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M9 13.59l8.607-8.607 1.414 1.414-8.607 8.607H18v2H7v-11h2v7.585z\"/>\n    </g>\n</svg>\n</li><li title=\"arrow left fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 13v7l-8-8 8-8v7h8v2z\"/>\n    </g>\n</svg>\n</li><li title=\"arrow left line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M7.828 11H20v2H7.828l5.364 5.364-1.414 1.414L4 12l7.778-7.778 1.414 1.414z\"/>\n    </g>\n</svg>\n</li><li title=\"arrow left right fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M16 16v-4l5 5-5 5v-4H4v-2h12zM8 2v3.999L20 6v2H8v4L3 7l5-5z\"/>\n    </g>\n</svg>\n</li><li title=\"arrow left right line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M16.05 12.05L21 17l-4.95 4.95-1.414-1.414 2.536-2.537L4 18v-2h13.172l-2.536-2.536 1.414-1.414zm-8.1-10l1.414 1.414L6.828 6 20 6v2H6.828l2.536 2.536L7.95 11.95 3 7l4.95-4.95z\"/>\n    </g>\n</svg>\n</li><li title=\"arrow left s fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M8 12l6-6v12z\"/>\n    </g>\n</svg>\n</li><li title=\"arrow left s line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M10.828 12l4.95 4.95-1.414 1.414L8 12l6.364-6.364 1.414 1.414z\"/>\n    </g>\n</svg>\n</li><li title=\"arrow left up fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12.36 10.947l5.658 5.656-1.415 1.415-5.656-5.657-4.95 4.95V5.997H17.31z\"/>\n    </g>\n</svg>\n</li><li title=\"arrow left up line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M9.414 8l8.607 8.607-1.414 1.414L8 9.414V17H6V6h11v2z\"/>\n    </g>\n</svg>\n</li><li title=\"arrow right circle fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 2c5.52 0 10 4.48 10 10s-4.48 10-10 10S2 17.52 2 12 6.48 2 12 2zm0 9H8v2h4v3l4-4-4-4v3z\"/>\n    </g>\n</svg>\n</li><li title=\"arrow right circle line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 11V8l4 4-4 4v-3H8v-2h4zm0-9c5.52 0 10 4.48 10 10s-4.48 10-10 10S2 17.52 2 12 6.48 2 12 2zm0 18c4.42 0 8-3.58 8-8s-3.58-8-8-8-8 3.58-8 8 3.58 8 8 8z\"/>\n    </g>\n</svg>\n</li><li title=\"arrow right down fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M11.637 13.05L5.98 7.395 7.394 5.98l5.657 5.657L18 6.687V18H6.687z\"/>\n    </g>\n</svg>\n</li><li title=\"arrow right down line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M14.59 16.004L5.982 7.397l1.414-1.414 8.607 8.606V7.004h2v11h-11v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"arrow right fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 13H4v-2h8V4l8 8-8 8z\"/>\n    </g>\n</svg>\n</li><li title=\"arrow right line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M16.172 11l-5.364-5.364 1.414-1.414L20 12l-7.778 7.778-1.414-1.414L16.172 13H4v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"arrow right s fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M16 12l-6 6V6z\"/>\n    </g>\n</svg>\n</li><li title=\"arrow right s line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M13.172 12l-4.95-4.95 1.414-1.414L16 12l-6.364 6.364-1.414-1.414z\"/>\n    </g>\n</svg>\n</li><li title=\"arrow right up fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M13.05 12.36l-5.656 5.658-1.414-1.415 5.657-5.656-4.95-4.95H18V17.31z\"/>\n    </g>\n</svg>\n</li><li title=\"arrow right up line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M16.004 9.414l-8.607 8.607-1.414-1.414L14.589 8H7.004V6h11v11h-2V9.414z\"/>\n    </g>\n</svg>\n</li><li title=\"arrow up circle fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 2c5.52 0 10 4.48 10 10s-4.48 10-10 10S2 17.52 2 12 6.48 2 12 2zm1 10h3l-4-4-4 4h3v4h2v-4z\"/>\n    </g>\n</svg>\n</li><li title=\"arrow up circle line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 2c5.52 0 10 4.48 10 10s-4.48 10-10 10S2 17.52 2 12 6.48 2 12 2zm0 18c4.42 0 8-3.58 8-8s-3.58-8-8-8-8 3.58-8 8 3.58 8 8 8zm1-8v4h-2v-4H8l4-4 4 4h-3z\"/>\n    </g>\n</svg>\n</li><li title=\"arrow up down fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 8H8.001L8 20H6V8H2l5-5 5 5zm10 8l-5 5-5-5h4V4h2v12h4z\"/>\n    </g>\n</svg>\n</li><li title=\"arrow up down line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M11.95 7.95l-1.414 1.414L8 6.828 8 20H6V6.828L3.465 9.364 2.05 7.95 7 3l4.95 4.95zm10 8.1L17 21l-4.95-4.95 1.414-1.414 2.537 2.536L16 4h2v13.172l2.536-2.536 1.414 1.414z\"/>\n    </g>\n</svg>\n</li><li title=\"arrow up fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M13 12v8h-2v-8H4l8-8 8 8z\"/>\n    </g>\n</svg>\n</li><li title=\"arrow up line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z\"/>\n    </g>\n</svg>\n</li><li title=\"arrow up s fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 8l6 6H6z\"/>\n    </g>\n</svg>\n</li><li title=\"arrow up s line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z\"/>\n    </g>\n</svg>\n</li><li title=\"check double fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M11.602 13.76l1.412 1.412 8.466-8.466 1.414 1.414-9.88 9.88-6.364-6.364 1.414-1.414 2.125 2.125 1.413 1.412zm.002-2.828l4.952-4.953 1.41 1.41-4.952 4.953-1.41-1.41zm-2.827 5.655L7.364 18 1 11.636l1.414-1.414 1.413 1.413-.001.001 4.951 4.951z\"/>\n    </g>\n</svg>\n</li><li title=\"check double line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M11.602 13.76l1.412 1.412 8.466-8.466 1.414 1.414-9.88 9.88-6.364-6.364 1.414-1.414 2.125 2.125 1.413 1.412zm.002-2.828l4.952-4.953 1.41 1.41-4.952 4.953-1.41-1.41zm-2.827 5.655L7.364 18 1 11.636l1.414-1.414 1.413 1.413-.001.001 4.951 4.951z\"/>\n    </g>\n</svg>\n</li><li title=\"check fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M10 15.172l9.192-9.193 1.415 1.414L10 18l-6.364-6.364 1.414-1.414z\"/>\n    </g>\n</svg>\n</li><li title=\"check line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M10 15.172l9.192-9.193 1.415 1.414L10 18l-6.364-6.364 1.414-1.414z\"/>\n    </g>\n</svg>\n</li><li title=\"checkbox blank circle fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <circle cx=\"12\" cy=\"12\" r=\"10\"/>\n    </g>\n</svg>\n</li><li title=\"checkbox blank circle line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16z\"/>\n    </g>\n</svg>\n</li><li title=\"checkbox blank fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1z\"/>\n    </g>\n</svg>\n</li><li title=\"checkbox blank line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z\"/>\n    </g>\n</svg>\n</li><li title=\"checkbox circle fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-.997-6l7.07-7.071-1.414-1.414-5.656 5.657-2.829-2.829-1.414 1.414L11.003 16z\"/>\n    </g>\n</svg>\n</li><li title=\"checkbox circle line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm-.997-4L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z\"/>\n    </g>\n</svg>\n</li><li title=\"checkbox fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm7.003 13l7.07-7.071-1.414-1.414-5.656 5.657-2.829-2.829-1.414 1.414L11.003 16z\"/>\n    </g>\n</svg>\n</li><li title=\"checkbox indeterminate fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm3 8v2h10v-2H7z\"/>\n    </g>\n</svg>\n</li><li title=\"checkbox indeterminate line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm2 6h10v2H7v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"checkbox line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z\"/>\n    </g>\n</svg>\n</li><li title=\"checkbox multiple blank fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M7 7V3a1 1 0 0 1 1-1h13a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-4v3.993c0 .556-.449 1.007-1.007 1.007H3.007A1.006 1.006 0 0 1 2 20.993l.003-12.986C2.003 7.451 2.452 7 3.01 7H7zm2 0h6.993C16.549 7 17 7.449 17 8.007V15h3V4H9v3z\"/>\n    </g>\n</svg>\n</li><li title=\"checkbox multiple blank line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M7 7V3a1 1 0 0 1 1-1h13a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-4v3.993c0 .556-.449 1.007-1.007 1.007H3.007A1.006 1.006 0 0 1 2 20.993l.003-12.986C2.003 7.451 2.452 7 3.01 7H7zm2 0h6.993C16.549 7 17 7.449 17 8.007V15h3V4H9v3zM4.003 9L4 20h11V9H4.003z\"/>\n    </g>\n</svg>\n</li><li title=\"checkbox multiple fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M7 7V3a1 1 0 0 1 1-1h13a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-4v3.993c0 .556-.449 1.007-1.007 1.007H3.007A1.006 1.006 0 0 1 2 20.993l.003-12.986C2.003 7.451 2.452 7 3.01 7H7zm2 0h6.993C16.549 7 17 7.449 17 8.007V15h3V4H9v3zm-.497 11l5.656-5.657-1.414-1.414-4.242 4.243L6.38 13.05l-1.414 1.414L8.503 18z\"/>\n    </g>\n</svg>\n</li><li title=\"checkbox multiple line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M7 7V3a1 1 0 0 1 1-1h13a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-4v3.993c0 .556-.449 1.007-1.007 1.007H3.007A1.006 1.006 0 0 1 2 20.993l.003-12.986C2.003 7.451 2.452 7 3.01 7H7zm2 0h6.993C16.549 7 17 7.449 17 8.007V15h3V4H9v3zm6 2H4.003L4 20h11V9zm-6.497 9l-3.536-3.536 1.414-1.414 2.122 2.122 4.242-4.243 1.414 1.414L8.503 18z\"/>\n    </g>\n</svg>\n</li><li title=\"close circle fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z\"/>\n    </g>\n</svg>\n</li><li title=\"close circle line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0-9.414l2.828-2.829 1.415 1.415L13.414 12l2.829 2.828-1.415 1.415L12 13.414l-2.828 2.829-1.415-1.415L10.586 12 7.757 9.172l1.415-1.415L12 10.586z\"/>\n    </g>\n</svg>\n</li><li title=\"close fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z\"/>\n    </g>\n</svg>\n</li><li title=\"close line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z\"/>\n    </g>\n</svg>\n</li><li title=\"dashboard fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 13h8V3H3v10zm0 8h8v-6H3v6zm10 0h8V11h-8v10zm0-18v6h8V3h-8z\"/>\n    </g>\n</svg>\n</li><li title=\"dashboard line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M13 21V11h8v10h-8zM3 13V3h8v10H3zm6-2V5H5v6h4zM3 21v-6h8v6H3zm2-2h4v-2H5v2zm10 0h4v-6h-4v6zM13 3h8v6h-8V3zm2 2v2h4V5h-4z\"/>\n    </g>\n</svg>\n</li><li title=\"delete back 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6.535 3H21a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H6.535a1 1 0 0 1-.832-.445l-5.333-8a1 1 0 0 1 0-1.11l5.333-8A1 1 0 0 1 6.535 3zM13 10.586l-2.828-2.829-1.415 1.415L11.586 12l-2.829 2.828 1.415 1.415L13 13.414l2.828 2.829 1.415-1.415L14.414 12l2.829-2.828-1.415-1.415L13 10.586z\"/>\n    </g>\n</svg>\n</li><li title=\"delete back 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6.535 3H21a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H6.535a1 1 0 0 1-.832-.445l-5.333-8a1 1 0 0 1 0-1.11l5.333-8A1 1 0 0 1 6.535 3zm.535 2l-4.666 7 4.666 7H20V5H7.07zM13 10.586l2.828-2.829 1.415 1.415L14.414 12l2.829 2.828-1.415 1.415L13 13.414l-2.828 2.829-1.415-1.415L11.586 12 8.757 9.172l1.415-1.415L13 10.586z\"/>\n    </g>\n</svg>\n</li><li title=\"delete back fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6.535 3H21a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H6.535a1 1 0 0 1-.832-.445l-5.333-8a1 1 0 0 1 0-1.11l5.333-8A1 1 0 0 1 6.535 3zM16 11H9v2h7v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"delete back line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6.535 3H21a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H6.535a1 1 0 0 1-.832-.445l-5.333-8a1 1 0 0 1 0-1.11l5.333-8A1 1 0 0 1 6.535 3zm.535 2l-4.666 7 4.666 7H20V5H7.07zM16 11v2H9v-2h7z\"/>\n    </g>\n</svg>\n</li><li title=\"delete bin 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M7 6V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5zm6.414 8l1.768-1.768-1.414-1.414L12 12.586l-1.768-1.768-1.414 1.414L10.586 14l-1.768 1.768 1.414 1.414L12 15.414l1.768 1.768 1.414-1.414L13.414 14zM9 4v2h6V4H9z\"/>\n    </g>\n</svg>\n</li><li title=\"delete bin 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-4.586 6l1.768 1.768-1.414 1.414L12 15.414l-1.768 1.768-1.414-1.414L10.586 14l-1.768-1.768 1.414-1.414L12 12.586l1.768-1.768 1.414 1.414L13.414 14zM9 4v2h6V4H9z\"/>\n    </g>\n</svg>\n</li><li title=\"delete bin 3 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M20 7v14a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V7H2V5h20v2h-2zm-9 2v2h2V9h-2zm0 3v2h2v-2h-2zm0 3v2h2v-2h-2zM7 2h10v2H7V2z\"/>\n    </g>\n</svg>\n</li><li title=\"delete bin 3 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M20 7v13a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V7H2V5h20v2h-2zM6 7v13h12V7H6zm5 2h2v2h-2V9zm0 3h2v2h-2v-2zm0 3h2v2h-2v-2zM7 2h10v2H7V2z\"/>\n    </g>\n</svg>\n</li><li title=\"delete bin 4 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M20 7v14a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V7H2V5h20v2h-2zm-9 3v7h2v-7h-2zM7 2h10v2H7V2z\"/>\n    </g>\n</svg>\n</li><li title=\"delete bin 4 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M20 7v14a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V7H2V5h20v2h-2zM6 7v13h12V7H6zm1-5h10v2H7V2zm4 8h2v7h-2v-7z\"/>\n    </g>\n</svg>\n</li><li title=\"delete bin 5 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 8h16v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8zm3-3V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v2h5v2H2V5h5zm2-1v1h6V4H9zm0 8v6h2v-6H9zm4 0v6h2v-6h-2z\"/>\n    </g>\n</svg>\n</li><li title=\"delete bin 5 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 8h16v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8zm2 2v10h12V10H6zm3 2h2v6H9v-6zm4 0h2v6h-2v-6zM7 5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v2h5v2H2V5h5zm2-1v1h6V4H9z\"/>\n    </g>\n</svg>\n</li><li title=\"delete bin 6 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17 4h5v2h-2v15a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V6H2V4h5V2h10v2zM9 9v8h2V9H9zm4 0v8h2V9h-2z\"/>\n    </g>\n</svg>\n</li><li title=\"delete bin 6 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M7 4V2h10v2h5v2h-2v15a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V6H2V4h5zM6 6v14h12V6H6zm3 3h2v8H9V9zm4 0h2v8h-2V9z\"/>\n    </g>\n</svg>\n</li><li title=\"delete bin 7 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M7 6V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5zm2-2v2h6V4H9z\"/>\n    </g>\n</svg>\n</li><li title=\"delete bin 7 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zM9 4v2h6V4H9z\"/>\n    </g>\n</svg>\n</li><li title=\"delete bin fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm-8 5v6h2v-6H9zm4 0v6h2v-6h-2zM9 4v2h6V4H9z\"/>\n    </g>\n</svg>\n</li><li title=\"delete bin line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z\"/>\n    </g>\n</svg>\n</li><li title=\"divide fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5 11h14v2H5v-2zm7-3a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 11a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\"/>\n    </g>\n</svg>\n</li><li title=\"divide line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5 11h14v2H5v-2zm7-3a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 11a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\"/>\n    </g>\n</svg>\n</li><li title=\"download 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 19h16v-7h2v8a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-8h2v7zM14 9h5l-7 7-7-7h5V3h4v6z\"/>\n    </g>\n</svg>\n</li><li title=\"download 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M13 10h5l-6 6-6-6h5V3h2v7zm-9 9h16v-7h2v8a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-8h2v7z\"/>\n    </g>\n</svg>\n</li><li title=\"download cloud 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M13 13v5.585l1.828-1.828 1.415 1.415L12 22.414l-4.243-4.242 1.415-1.415L11 18.585V13h2zM12 2a7.001 7.001 0 0 1 6.954 6.194 5.5 5.5 0 0 1-.953 10.784L18 17a6 6 0 0 0-11.996-.225L6 17v1.978a5.5 5.5 0 0 1-.954-10.784A7 7 0 0 1 12 2z\"/>\n    </g>\n</svg>\n</li><li title=\"download cloud 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M13 13v5.585l1.828-1.828 1.415 1.415L12 22.414l-4.243-4.242 1.415-1.415L11 18.585V13h2zM12 2a7.001 7.001 0 0 1 6.954 6.194 5.5 5.5 0 0 1-.953 10.784v-2.014a3.5 3.5 0 1 0-1.112-6.91 5 5 0 1 0-9.777 0 3.5 3.5 0 0 0-1.292 6.88l.18.03v2.014a5.5 5.5 0 0 1-.954-10.784A7 7 0 0 1 12 2z\"/>\n    </g>\n</svg>\n</li><li title=\"download cloud fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M7 20.981a6.5 6.5 0 0 1-2.936-12 8.001 8.001 0 0 1 15.872 0 6.5 6.5 0 0 1-2.936 12V21H7v-.019zM13 12V8h-2v4H8l4 5 4-5h-3z\"/>\n    </g>\n</svg>\n</li><li title=\"download cloud line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M1 14.5a6.496 6.496 0 0 1 3.064-5.519 8.001 8.001 0 0 1 15.872 0 6.5 6.5 0 0 1-2.936 12L7 21c-3.356-.274-6-3.078-6-6.5zm15.848 4.487a4.5 4.5 0 0 0 2.03-8.309l-.807-.503-.12-.942a6.001 6.001 0 0 0-11.903 0l-.12.942-.805.503a4.5 4.5 0 0 0 2.029 8.309l.173.013h9.35l.173-.013zM13 12h3l-4 5-4-5h3V8h2v4z\"/>\n    </g>\n</svg>\n</li><li title=\"download fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 19h18v2H3v-2zM13 9h7l-8 8-8-8h7V1h2v8z\"/>\n    </g>\n</svg>\n</li><li title=\"download line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z\"/>\n    </g>\n</svg>\n</li><li title=\"error warning fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z\"/>\n    </g>\n</svg>\n</li><li title=\"error warning line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm-1-5h2v2h-2v-2zm0-8h2v6h-2V7z\"/>\n    </g>\n</svg>\n</li><li title=\"external link fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v9l-3.794-3.793-5.999 6-1.414-1.414 5.999-6L12 3h9z\"/>\n    </g>\n</svg>\n</li><li title=\"external link line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z\"/>\n    </g>\n</svg>\n</li><li title=\"eye 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm0 5c-.513 0-1.007.077-1.473.22a2.5 2.5 0 1 1-3.306 3.307A5 5 0 1 0 12 7z\"/>\n    </g>\n</svg>\n</li><li title=\"eye 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm0 2a8 8 0 1 0 0 16 8 8 0 0 0 0-16zm0 3a5 5 0 1 1-4.78 3.527A2.499 2.499 0 0 0 12 9.5a2.5 2.5 0 0 0-1.473-2.28c.466-.143.96-.22 1.473-.22z\"/>\n    </g>\n</svg>\n</li><li title=\"eye close fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M10.13 15.842l-.788 2.94-1.931-.518.787-2.939a10.988 10.988 0 0 1-3.237-1.872l-2.153 2.154-1.415-1.415 2.154-2.153a10.957 10.957 0 0 1-2.371-5.07l.9-.165A16.923 16.923 0 0 0 12 10c3.704 0 7.131-1.185 9.924-3.196l.9.164a10.957 10.957 0 0 1-2.37 5.071l2.153 2.153-1.415 1.415-2.153-2.154a10.988 10.988 0 0 1-3.237 1.872l.787 2.94-1.931.517-.788-2.94a11.072 11.072 0 0 1-3.74 0z\"/>\n    </g>\n</svg>\n</li><li title=\"eye close line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M9.342 18.782l-1.931-.518.787-2.939a10.988 10.988 0 0 1-3.237-1.872l-2.153 2.154-1.415-1.415 2.154-2.153a10.957 10.957 0 0 1-2.371-5.07l1.968-.359C3.903 10.812 7.579 14 12 14c4.42 0 8.097-3.188 8.856-7.39l1.968.358a10.957 10.957 0 0 1-2.37 5.071l2.153 2.153-1.415 1.415-2.153-2.154a10.988 10.988 0 0 1-3.237 1.872l.787 2.94-1.931.517-.788-2.94a11.072 11.072 0 0 1-3.74 0l-.788 2.94z\"/>\n    </g>\n</svg>\n</li><li title=\"eye fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M1.181 12C2.121 6.88 6.608 3 12 3c5.392 0 9.878 3.88 10.819 9-.94 5.12-5.427 9-10.819 9-5.392 0-9.878-3.88-10.819-9zM12 17a5 5 0 1 0 0-10 5 5 0 0 0 0 10zm0-2a3 3 0 1 1 0-6 3 3 0 0 1 0 6z\"/>\n    </g>\n</svg>\n</li><li title=\"eye line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 3c5.392 0 9.878 3.88 10.819 9-.94 5.12-5.427 9-10.819 9-5.392 0-9.878-3.88-10.819-9C2.121 6.88 6.608 3 12 3zm0 16a9.005 9.005 0 0 0 8.777-7 9.005 9.005 0 0 0-17.554 0A9.005 9.005 0 0 0 12 19zm0-2.5a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9zm0-2a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5z\"/>\n    </g>\n</svg>\n</li><li title=\"eye off fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4.52 5.934L1.393 2.808l1.415-1.415 19.799 19.8-1.415 1.414-3.31-3.31A10.949 10.949 0 0 1 12 21c-5.392 0-9.878-3.88-10.819-9a10.982 10.982 0 0 1 3.34-6.066zm10.237 10.238l-1.464-1.464a3 3 0 0 1-4.001-4.001L7.828 9.243a5 5 0 0 0 6.929 6.929zM7.974 3.76C9.221 3.27 10.58 3 12 3c5.392 0 9.878 3.88 10.819 9a10.947 10.947 0 0 1-2.012 4.592l-3.86-3.86a5 5 0 0 0-5.68-5.68L7.974 3.761z\"/>\n    </g>\n</svg>\n</li><li title=\"eye off line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17.882 19.297A10.949 10.949 0 0 1 12 21c-5.392 0-9.878-3.88-10.819-9a10.982 10.982 0 0 1 3.34-6.066L1.392 2.808l1.415-1.415 19.799 19.8-1.415 1.414-3.31-3.31zM5.935 7.35A8.965 8.965 0 0 0 3.223 12a9.005 9.005 0 0 0 13.201 5.838l-2.028-2.028A4.5 4.5 0 0 1 8.19 9.604L5.935 7.35zm6.979 6.978l-3.242-3.242a2.5 2.5 0 0 0 3.241 3.241zm7.893 2.264l-1.431-1.43A8.935 8.935 0 0 0 20.777 12 9.005 9.005 0 0 0 9.552 5.338L7.974 3.76C9.221 3.27 10.58 3 12 3c5.392 0 9.878 3.88 10.819 9a10.947 10.947 0 0 1-2.012 4.592zm-9.084-9.084a4.5 4.5 0 0 1 4.769 4.769l-4.77-4.769z\"/>\n    </g>\n</svg>\n</li><li title=\"filter 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M10 14L4 5V3h16v2l-6 9v6l-4 2z\"/>\n    </g>\n</svg>\n</li><li title=\"filter 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M14 14v6l-4 2v-8L4 5V3h16v2l-6 9zM6.404 5L12 13.394 17.596 5H6.404z\"/>\n    </g>\n</svg>\n</li><li title=\"filter 3 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M10 18h4v-2h-4v2zM3 6v2h18V6H3zm3 7h12v-2H6v2z\"/>\n    </g>\n</svg>\n</li><li title=\"filter 3 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M10 18h4v-2h-4v2zM3 6v2h18V6H3zm3 7h12v-2H6v2z\"/>\n    </g>\n</svg>\n</li><li title=\"filter fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M21 4L21 6 20 6 14 15 14 22 10 22 10 15 4 6 3 6 3 4z\"/>\n    </g>\n</svg>\n</li><li title=\"filter line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M21 4v2h-1l-5 7.5V22H9v-8.5L4 6H3V4h18zM6.404 6L11 12.894V20h2v-7.106L17.596 6H6.404z\"/>\n    </g>\n</svg>\n</li><li title=\"filter off fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M6.929.515L21.07 14.657l-1.414 1.414-3.823-3.822L14 15v7h-4v-7L4 6H3V4h4.585l-2.07-2.071L6.929.515zM21 4v2h-1l-1.915 2.872L13.213 4H21z\"/>\n    </g>\n</svg>\n</li><li title=\"filter off line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M6.929.515L21.07 14.657l-1.414 1.414-3.823-3.822L15 13.5V22H9v-8.5L4 6H3V4h4.585l-2.07-2.071L6.929.515zM9.585 6H6.404L11 12.894V20h2v-7.106l1.392-2.087L9.585 6zM21 4v2h-1l-1.915 2.872-1.442-1.443L17.596 6h-2.383l-2-2H21z\"/>\n    </g>\n</svg>\n</li><li title=\"find replace fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M18.031 16.617l4.283 4.282-1.415 1.415-4.282-4.283A8.96 8.96 0 0 1 11 20c-4.968 0-9-4.032-9-9s4.032-9 9-9 9 4.032 9 9a8.96 8.96 0 0 1-1.969 5.617zM16.659 9A6 6 0 0 0 11 5c-3.315 0-6 2.685-6 6h2a4.001 4.001 0 0 1 5.91-3.515L12 9h4.659zM17 11h-2a4.001 4.001 0 0 1-5.91 3.515L10 13H5.341A6 6 0 0 0 11 17c3.315 0 6-2.685 6-6z\"/>\n    </g>\n</svg>\n</li><li title=\"find replace line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M18.033 16.618l4.28 4.281-1.414 1.415-4.28-4.281A8.963 8.963 0 0 1 11 20a8.998 8.998 0 0 1-8.065-5H9l-1.304 2.173A6.972 6.972 0 0 0 11 18a6.977 6.977 0 0 0 4.875-1.975l.15-.15A6.977 6.977 0 0 0 18 11c0-.695-.101-1.366-.29-2h2.067c.146.643.223 1.313.223 2a8.963 8.963 0 0 1-1.967 5.618zM19.065 7H13l1.304-2.173A6.972 6.972 0 0 0 11 4c-3.868 0-7 3.132-7 7 0 .695.101 1.366.29 2H2.223A9.038 9.038 0 0 1 2 11c0-4.973 4.027-9 9-9a8.998 8.998 0 0 1 8.065 5z\"/>\n    </g>\n</svg>\n</li><li title=\"forbid 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm4.891-13.477a6.04 6.04 0 0 0-1.414-1.414l-8.368 8.368a6.04 6.04 0 0 0 1.414 1.414l8.368-8.368z\"/>\n    </g>\n</svg>\n</li><li title=\"forbid 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm4.891-11.477l-8.368 8.368a6.04 6.04 0 0 1-1.414-1.414l8.368-8.368a6.04 6.04 0 0 1 1.414 1.414z\"/>\n    </g>\n</svg>\n</li><li title=\"forbid fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zM8.523 7.109A6.04 6.04 0 0 0 7.11 8.523l8.368 8.368a6.04 6.04 0 0 0 1.414-1.414L8.523 7.109z\"/>\n    </g>\n</svg>\n</li><li title=\"forbid line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM8.523 7.109l8.368 8.368a6.04 6.04 0 0 1-1.414 1.414L7.109 8.523A6.04 6.04 0 0 1 8.523 7.11z\"/>\n    </g>\n</svg>\n</li><li title=\"function fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 3h8v8H3V3zm0 10h8v8H3v-8zM13 3h8v8h-8V3zm0 10h8v8h-8v-8z\"/>\n    </g>\n</svg>\n</li><li title=\"function line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 3h8v8H3V3zm0 10h8v8H3v-8zM13 3h8v8h-8V3zm0 10h8v8h-8v-8zm2-8v4h4V5h-4zm0 10v4h4v-4h-4zM5 5v4h4V5H5zm0 10v4h4v-4H5z\"/>\n    </g>\n</svg>\n</li><li title=\"history fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12h2c0 4.418 3.582 8 8 8s8-3.582 8-8-3.582-8-8-8C9.536 4 7.332 5.114 5.865 6.865L8 9H2V3l2.447 2.446C6.28 3.336 8.984 2 12 2zm1 5v4.585l3.243 3.243-1.415 1.415L11 12.413V7h2z\"/>\n    </g>\n</svg>\n</li><li title=\"history line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12h2c0 4.418 3.582 8 8 8s8-3.582 8-8-3.582-8-8-8C9.25 4 6.824 5.387 5.385 7.5H8v2H2v-6h2V6c1.824-2.43 4.729-4 8-4zm1 5v4.585l3.243 3.243-1.415 1.415L11 12.413V7h2z\"/>\n    </g>\n</svg>\n</li><li title=\"indeterminate circle fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zM7 11v2h10v-2H7z\"/>\n    </g>\n</svg>\n</li><li title=\"indeterminate circle line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm-5-9h10v2H7v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"information fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-11v6h2v-6h-2zm0-4v2h2V7h-2z\"/>\n    </g>\n</svg>\n</li><li title=\"information line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z\"/>\n    </g>\n</svg>\n</li><li title=\"list settings fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M2 18h7v2H2v-2zm0-7h9v2H2v-2zm0-7h20v2H2V4zm18.674 9.025l1.156-.391 1 1.732-.916.805a4.017 4.017 0 0 1 0 1.658l.916.805-1 1.732-1.156-.391c-.41.37-.898.655-1.435.83L19 21h-2l-.24-1.196a3.996 3.996 0 0 1-1.434-.83l-1.156.392-1-1.732.916-.805a4.017 4.017 0 0 1 0-1.658l-.916-.805 1-1.732 1.156.391c.41-.37.898-.655 1.435-.83L17 11h2l.24 1.196c.536.174 1.024.46 1.434.83zM18 17a1 1 0 1 0 0-2 1 1 0 0 0 0 2z\"/>\n    </g>\n</svg>\n</li><li title=\"list settings line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M2 18h7v2H2v-2zm0-7h9v2H2v-2zm0-7h20v2H2V4zm18.674 9.025l1.156-.391 1 1.732-.916.805a4.017 4.017 0 0 1 0 1.658l.916.805-1 1.732-1.156-.391c-.41.37-.898.655-1.435.83L19 21h-2l-.24-1.196a3.996 3.996 0 0 1-1.434-.83l-1.156.392-1-1.732.916-.805a4.017 4.017 0 0 1 0-1.658l-.916-.805 1-1.732 1.156.391c.41-.37.898-.655 1.435-.83L17 11h2l.24 1.196c.536.174 1.024.46 1.434.83zM18 18a2 2 0 1 0 0-4 2 2 0 0 0 0 4z\"/>\n    </g>\n</svg>\n</li><li title=\"loader 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 2a1 1 0 0 1 1 1v3a1 1 0 0 1-2 0V3a1 1 0 0 1 1-1zm0 15a1 1 0 0 1 1 1v3a1 1 0 0 1-2 0v-3a1 1 0 0 1 1-1zm10-5a1 1 0 0 1-1 1h-3a1 1 0 0 1 0-2h3a1 1 0 0 1 1 1zM7 12a1 1 0 0 1-1 1H3a1 1 0 0 1 0-2h3a1 1 0 0 1 1 1zm12.071 7.071a1 1 0 0 1-1.414 0l-2.121-2.121a1 1 0 0 1 1.414-1.414l2.121 2.12a1 1 0 0 1 0 1.415zM8.464 8.464a1 1 0 0 1-1.414 0L4.93 6.344a1 1 0 0 1 1.414-1.415L8.464 7.05a1 1 0 0 1 0 1.414zM4.93 19.071a1 1 0 0 1 0-1.414l2.121-2.121a1 1 0 1 1 1.414 1.414l-2.12 2.121a1 1 0 0 1-1.415 0zM15.536 8.464a1 1 0 0 1 0-1.414l2.12-2.121a1 1 0 0 1 1.415 1.414L16.95 8.464a1 1 0 0 1-1.414 0z\"/>\n    </g>\n</svg>\n</li><li title=\"loader 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 2a1 1 0 0 1 1 1v3a1 1 0 0 1-2 0V3a1 1 0 0 1 1-1zm0 15a1 1 0 0 1 1 1v3a1 1 0 0 1-2 0v-3a1 1 0 0 1 1-1zm10-5a1 1 0 0 1-1 1h-3a1 1 0 0 1 0-2h3a1 1 0 0 1 1 1zM7 12a1 1 0 0 1-1 1H3a1 1 0 0 1 0-2h3a1 1 0 0 1 1 1zm12.071 7.071a1 1 0 0 1-1.414 0l-2.121-2.121a1 1 0 0 1 1.414-1.414l2.121 2.12a1 1 0 0 1 0 1.415zM8.464 8.464a1 1 0 0 1-1.414 0L4.93 6.344a1 1 0 0 1 1.414-1.415L8.464 7.05a1 1 0 0 1 0 1.414zM4.93 19.071a1 1 0 0 1 0-1.414l2.121-2.121a1 1 0 1 1 1.414 1.414l-2.12 2.121a1 1 0 0 1-1.415 0zM15.536 8.464a1 1 0 0 1 0-1.414l2.12-2.121a1 1 0 0 1 1.415 1.414L16.95 8.464a1 1 0 0 1-1.414 0z\"/>\n    </g>\n</svg>\n</li><li title=\"loader 3 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3.055 13H5.07a7.002 7.002 0 0 0 13.858 0h2.016a9.001 9.001 0 0 1-17.89 0zm0-2a9.001 9.001 0 0 1 17.89 0H18.93a7.002 7.002 0 0 0-13.858 0H3.055z\"/>\n    </g>\n</svg>\n</li><li title=\"loader 3 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3.055 13H5.07a7.002 7.002 0 0 0 13.858 0h2.016a9.001 9.001 0 0 1-17.89 0zm0-2a9.001 9.001 0 0 1 17.89 0H18.93a7.002 7.002 0 0 0-13.858 0H3.055z\"/>\n    </g>\n</svg>\n</li><li title=\"loader 4 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M18.364 5.636L16.95 7.05A7 7 0 1 0 19 12h2a9 9 0 1 1-2.636-6.364z\"/>\n    </g>\n</svg>\n</li><li title=\"loader 4 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M18.364 5.636L16.95 7.05A7 7 0 1 0 19 12h2a9 9 0 1 1-2.636-6.364z\"/>\n    </g>\n</svg>\n</li><li title=\"loader 5 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 3a9 9 0 0 1 9 9h-2a7 7 0 0 0-7-7V3z\"/>\n    </g>\n</svg>\n</li><li title=\"loader 5 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 3a9 9 0 0 1 9 9h-2a7 7 0 0 0-7-7V3z\"/>\n    </g>\n</svg>\n</li><li title=\"loader fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 2a1 1 0 0 1 1 1v3a1 1 0 0 1-2 0V3a1 1 0 0 1 1-1zm0 15a1 1 0 0 1 1 1v3a1 1 0 0 1-2 0v-3a1 1 0 0 1 1-1zm8.66-10a1 1 0 0 1-.366 1.366l-2.598 1.5a1 1 0 1 1-1-1.732l2.598-1.5A1 1 0 0 1 20.66 7zM7.67 14.5a1 1 0 0 1-.366 1.366l-2.598 1.5a1 1 0 1 1-1-1.732l2.598-1.5a1 1 0 0 1 1.366.366zM20.66 17a1 1 0 0 1-1.366.366l-2.598-1.5a1 1 0 0 1 1-1.732l2.598 1.5A1 1 0 0 1 20.66 17zM7.67 9.5a1 1 0 0 1-1.366.366l-2.598-1.5a1 1 0 1 1 1-1.732l2.598 1.5A1 1 0 0 1 7.67 9.5z\"/>\n    </g>\n</svg>\n</li><li title=\"loader line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 2a1 1 0 0 1 1 1v3a1 1 0 0 1-2 0V3a1 1 0 0 1 1-1zm0 15a1 1 0 0 1 1 1v3a1 1 0 0 1-2 0v-3a1 1 0 0 1 1-1zm8.66-10a1 1 0 0 1-.366 1.366l-2.598 1.5a1 1 0 1 1-1-1.732l2.598-1.5A1 1 0 0 1 20.66 7zM7.67 14.5a1 1 0 0 1-.366 1.366l-2.598 1.5a1 1 0 1 1-1-1.732l2.598-1.5a1 1 0 0 1 1.366.366zM20.66 17a1 1 0 0 1-1.366.366l-2.598-1.5a1 1 0 0 1 1-1.732l2.598 1.5A1 1 0 0 1 20.66 17zM7.67 9.5a1 1 0 0 1-1.366.366l-2.598-1.5a1 1 0 1 1 1-1.732l2.598 1.5A1 1 0 0 1 7.67 9.5z\"/>\n    </g>\n</svg>\n</li><li title=\"lock 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M18 8h2a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h2V7a6 6 0 1 1 12 0v1zm-7 7.732V18h2v-2.268a2 2 0 1 0-2 0zM16 8V7a4 4 0 1 0-8 0v1h8z\"/>\n    </g>\n</svg>\n</li><li title=\"lock 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6 8V7a6 6 0 1 1 12 0v1h2a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h2zm13 2H5v10h14V10zm-8 5.732a2 2 0 1 1 2 0V18h-2v-2.268zM8 8h8V7a4 4 0 1 0-8 0v1z\"/>\n    </g>\n</svg>\n</li><li title=\"lock fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M19 10h1a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V11a1 1 0 0 1 1-1h1V9a7 7 0 1 1 14 0v1zm-2 0V9A5 5 0 0 0 7 9v1h10zm-6 4v4h2v-4h-2z\"/>\n    </g>\n</svg>\n</li><li title=\"lock line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M19 10h1a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V11a1 1 0 0 1 1-1h1V9a7 7 0 1 1 14 0v1zM5 12v8h14v-8H5zm6 2h2v4h-2v-4zm6-4V9A5 5 0 0 0 7 9v1h10z\"/>\n    </g>\n</svg>\n</li><li title=\"lock password fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M18 8h2a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h2V7a6 6 0 1 1 12 0v1zm-2 0V7a4 4 0 1 0-8 0v1h8zm-5 6v2h2v-2h-2zm-4 0v2h2v-2H7zm8 0v2h2v-2h-2z\"/>\n    </g>\n</svg>\n</li><li title=\"lock password line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M18 8h2a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h2V7a6 6 0 1 1 12 0v1zM5 10v10h14V10H5zm6 4h2v2h-2v-2zm-4 0h2v2H7v-2zm8 0h2v2h-2v-2zm1-6V7a4 4 0 1 0-8 0v1h8z\"/>\n    </g>\n</svg>\n</li><li title=\"lock unlock fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M7 10h13a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V11a1 1 0 0 1 1-1h1V9a7 7 0 0 1 13.262-3.131l-1.789.894A5 5 0 0 0 7 9v1zm3 5v2h4v-2h-4z\"/>\n    </g>\n</svg>\n</li><li title=\"lock unlock line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M7 10h13a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V11a1 1 0 0 1 1-1h1V9a7 7 0 0 1 13.262-3.131l-1.789.894A5 5 0 0 0 7 9v1zm-2 2v8h14v-8H5zm5 3h4v2h-4v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"login box fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M10 11H4V3a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-8h6v3l5-4-5-4v3z\"/>\n    </g>\n</svg>\n</li><li title=\"login box line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 15h2v5h12V4H6v5H4V3a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-6zm6-4V8l5 4-5 4v-3H2v-2h8z\"/>\n    </g>\n</svg>\n</li><li title=\"login circle fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M10 11H2.05C2.55 5.947 6.814 2 12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10c-5.185 0-9.449-3.947-9.95-9H10v3l5-4-5-4v3z\"/>\n    </g>\n</svg>\n</li><li title=\"login circle line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M10 11V8l5 4-5 4v-3H1v-2h9zm-7.542 4h2.124A8.003 8.003 0 0 0 20 12 8 8 0 0 0 4.582 9H2.458C3.732 4.943 7.522 2 12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10c-4.478 0-8.268-2.943-9.542-7z\"/>\n    </g>\n</svg>\n</li><li title=\"logout box fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5 2h14a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1zm4 9V8l-5 4 5 4v-3h6v-2H9z\"/>\n    </g>\n</svg>\n</li><li title=\"logout box line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 18h2v2h12V4H6v2H4V3a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-3zm2-7h7v2H6v3l-5-4 5-4v3z\"/>\n    </g>\n</svg>\n</li><li title=\"logout box r fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5 22a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H5zm10-6l5-4-5-4v3H9v2h6v3z\"/>\n    </g>\n</svg>\n</li><li title=\"logout box r line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5 22a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v3h-2V4H6v16h12v-2h2v3a1 1 0 0 1-1 1H5zm13-6v-3h-7v-2h7V8l5 4-5 4z\"/>\n    </g>\n</svg>\n</li><li title=\"logout circle fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zM7 11V8l-5 4 5 4v-3h8v-2H7z\"/>\n    </g>\n</svg>\n</li><li title=\"logout circle line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5 11h8v2H5v3l-5-4 5-4v3zm-1 7h2.708a8 8 0 1 0 0-12H4A9.985 9.985 0 0 1 12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10a9.985 9.985 0 0 1-8-4z\"/>\n    </g>\n</svg>\n</li><li title=\"logout circle r fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm5-6l5-4-5-4v3H9v2h8v3z\"/>\n    </g>\n</svg>\n</li><li title=\"logout circle r line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2a9.985 9.985 0 0 1 8 4h-2.71a8 8 0 1 0 .001 12h2.71A9.985 9.985 0 0 1 12 22zm7-6v-3h-8v-2h8V8l5 4-5 4z\"/>\n    </g>\n</svg>\n</li><li title=\"menu 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 4h18v2H3V4zm0 7h12v2H3v-2zm0 7h18v2H3v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"menu 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 4h18v2H3V4zm0 7h12v2H3v-2zm0 7h18v2H3v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"menu 3 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 4h18v2H3V4zm6 7h12v2H9v-2zm-6 7h18v2H3v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"menu 3 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 4h18v2H3V4zm6 7h12v2H9v-2zm-6 7h18v2H3v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"menu 4 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M16 18v2H5v-2h11zm5-7v2H3v-2h18zm-2-7v2H8V4h11z\"/>\n    </g>\n</svg>\n</li><li title=\"menu 4 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M16 18v2H5v-2h11zm5-7v2H3v-2h18zm-2-7v2H8V4h11z\"/>\n    </g>\n</svg>\n</li><li title=\"menu 5 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M18 18v2H6v-2h12zm3-7v2H3v-2h18zm-3-7v2H6V4h12z\"/>\n    </g>\n</svg>\n</li><li title=\"menu 5 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M18 18v2H6v-2h12zm3-7v2H3v-2h18zm-3-7v2H6V4h12z\"/>\n    </g>\n</svg>\n</li><li title=\"menu add fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M18 15l-.001 3H21v2h-3.001L18 23h-2l-.001-3H13v-2h2.999L16 15h2zm-7 3v2H3v-2h8zm10-7v2H3v-2h18zm0-7v2H3V4h18z\"/>\n    </g>\n</svg>\n</li><li title=\"menu add line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M18 15l-.001 3H21v2h-3.001L18 23h-2l-.001-3H13v-2h2.999L16 15h2zm-7 3v2H3v-2h8zm10-7v2H3v-2h18zm0-7v2H3V4h18z\"/>\n    </g>\n</svg>\n</li><li title=\"menu fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"menu fold fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M21 18v2H3v-2h18zM6.95 3.55v9.9L2 8.5l4.95-4.95zM21 11v2h-9v-2h9zm0-7v2h-9V4h9z\"/>\n    </g>\n</svg>\n</li><li title=\"menu fold line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M21 18v2H3v-2h18zM6.596 3.904L8.01 5.318 4.828 8.5l3.182 3.182-1.414 1.414L2 8.5l4.596-4.596zM21 11v2h-9v-2h9zm0-7v2h-9V4h9z\"/>\n    </g>\n</svg>\n</li><li title=\"menu line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"menu unfold fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M21 18v2H3v-2h18zM17.05 3.55L22 8.5l-4.95 4.95v-9.9zM12 11v2H3v-2h9zm0-7v2H3V4h9z\"/>\n    </g>\n</svg>\n</li><li title=\"menu unfold line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M21 18v2H3v-2h18zM17.404 3.904L22 8.5l-4.596 4.596-1.414-1.414L19.172 8.5 15.99 5.318l1.414-1.414zM12 11v2H3v-2h9zm0-7v2H3V4h9z\"/>\n    </g>\n</svg>\n</li><li title=\"more 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 3c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 14c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0-7c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z\"/>\n    </g>\n</svg>\n</li><li title=\"more 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 3c-.825 0-1.5.675-1.5 1.5S11.175 6 12 6s1.5-.675 1.5-1.5S12.825 3 12 3zm0 15c-.825 0-1.5.675-1.5 1.5S11.175 21 12 21s1.5-.675 1.5-1.5S12.825 18 12 18zm0-7.5c-.825 0-1.5.675-1.5 1.5s.675 1.5 1.5 1.5 1.5-.675 1.5-1.5-.675-1.5-1.5-1.5z\"/>\n    </g>\n</svg>\n</li><li title=\"more fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm14 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-7 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z\"/>\n    </g>\n</svg>\n</li><li title=\"more line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4.5 10.5c-.825 0-1.5.675-1.5 1.5s.675 1.5 1.5 1.5S6 12.825 6 12s-.675-1.5-1.5-1.5zm15 0c-.825 0-1.5.675-1.5 1.5s.675 1.5 1.5 1.5S21 12.825 21 12s-.675-1.5-1.5-1.5zm-7.5 0c-.825 0-1.5.675-1.5 1.5s.675 1.5 1.5 1.5 1.5-.675 1.5-1.5-.675-1.5-1.5-1.5z\"/>\n    </g>\n</svg>\n</li><li title=\"notification badge fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M13.341 4A6 6 0 0 0 21 11.659V21a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h9.341zM19 10a4 4 0 1 1 0-8 4 4 0 0 1 0 8z\"/>\n    </g>\n</svg>\n</li><li title=\"notification badge line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M13.341 4A5.99 5.99 0 0 0 13 6H5v14h14v-8a5.99 5.99 0 0 0 2-.341V21a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h9.341zM19 8a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z\"/>\n    </g>\n</svg>\n</li><li title=\"question fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm2-1.645A3.502 3.502 0 0 0 12 6.5a3.501 3.501 0 0 0-3.433 2.813l1.962.393A1.5 1.5 0 1 1 12 11.5a1 1 0 0 0-1 1V14h2v-.645z\"/>\n    </g>\n</svg>\n</li><li title=\"question line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm-1-5h2v2h-2v-2zm2-1.645V14h-2v-1.5a1 1 0 0 1 1-1 1.5 1.5 0 1 0-1.471-1.794l-1.962-.393A3.501 3.501 0 1 1 13 13.355z\"/>\n    </g>\n</svg>\n</li><li title=\"radio button fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-6a4 4 0 1 0 0-8 4 4 0 0 0 0 8z\"/>\n    </g>\n</svg>\n</li><li title=\"radio button line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0-3a5 5 0 1 1 0-10 5 5 0 0 1 0 10z\"/>\n    </g>\n</svg>\n</li><li title=\"refresh fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm4.82-4.924A7 7 0 0 0 9.032 5.658l.975 1.755A5 5 0 0 1 17 12h-3l2.82 5.076zm-1.852 1.266l-.975-1.755A5 5 0 0 1 7 12h3L7.18 6.924a7 7 0 0 0 7.788 11.418z\"/>\n    </g>\n</svg>\n</li><li title=\"refresh line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5.463 4.433A9.961 9.961 0 0 1 12 2c5.523 0 10 4.477 10 10 0 2.136-.67 4.116-1.81 5.74L17 12h3A8 8 0 0 0 6.46 6.228l-.997-1.795zm13.074 15.134A9.961 9.961 0 0 1 12 22C6.477 22 2 17.523 2 12c0-2.136.67-4.116 1.81-5.74L7 12H4a8 8 0 0 0 13.54 5.772l.997 1.795z\"/>\n    </g>\n</svg>\n</li><li title=\"search 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M11 2c4.968 0 9 4.032 9 9s-4.032 9-9 9-9-4.032-9-9 4.032-9 9-9zm8.485 16.071l2.829 2.828-1.415 1.415-2.828-2.829 1.414-1.414z\"/>\n    </g>\n</svg>\n</li><li title=\"search 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M11 2c4.968 0 9 4.032 9 9s-4.032 9-9 9-9-4.032-9-9 4.032-9 9-9zm0 16c3.867 0 7-3.133 7-7 0-3.868-3.133-7-7-7-3.868 0-7 3.132-7 7 0 3.867 3.132 7 7 7zm8.485.071l2.829 2.828-1.415 1.415-2.828-2.829 1.414-1.414z\"/>\n    </g>\n</svg>\n</li><li title=\"search eye fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M18.031 16.617l4.283 4.282-1.415 1.415-4.282-4.283A8.96 8.96 0 0 1 11 20c-4.968 0-9-4.032-9-9s4.032-9 9-9 9 4.032 9 9a8.96 8.96 0 0 1-1.969 5.617zm-5.853-9.44a4 4 0 1 0 2.646 2.646 2 2 0 1 1-2.646-2.647z\"/>\n    </g>\n</svg>\n</li><li title=\"search eye line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M18.031 16.617l4.283 4.282-1.415 1.415-4.282-4.283A8.96 8.96 0 0 1 11 20c-4.968 0-9-4.032-9-9s4.032-9 9-9 9 4.032 9 9a8.96 8.96 0 0 1-1.969 5.617zm-2.006-.742A6.977 6.977 0 0 0 18 11c0-3.868-3.133-7-7-7-3.868 0-7 3.132-7 7 0 3.867 3.132 7 7 7a6.977 6.977 0 0 0 4.875-1.975l.15-.15zm-3.847-8.699a2 2 0 1 0 2.646 2.646 4 4 0 1 1-2.646-2.646z\"/>\n    </g>\n</svg>\n</li><li title=\"search fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M18.031 16.617l4.283 4.282-1.415 1.415-4.282-4.283A8.96 8.96 0 0 1 11 20c-4.968 0-9-4.032-9-9s4.032-9 9-9 9 4.032 9 9a8.96 8.96 0 0 1-1.969 5.617z\"/>\n    </g>\n</svg>\n</li><li title=\"search line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M18.031 16.617l4.283 4.282-1.415 1.415-4.282-4.283A8.96 8.96 0 0 1 11 20c-4.968 0-9-4.032-9-9s4.032-9 9-9 9 4.032 9 9a8.96 8.96 0 0 1-1.969 5.617zm-2.006-.742A6.977 6.977 0 0 0 18 11c0-3.868-3.133-7-7-7-3.868 0-7 3.132-7 7 0 3.867 3.132 7 7 7a6.977 6.977 0 0 0 4.875-1.975l.15-.15z\"/>\n    </g>\n</svg>\n</li><li title=\"settings 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M8.686 4l2.607-2.607a1 1 0 0 1 1.414 0L15.314 4H19a1 1 0 0 1 1 1v3.686l2.607 2.607a1 1 0 0 1 0 1.414L20 15.314V19a1 1 0 0 1-1 1h-3.686l-2.607 2.607a1 1 0 0 1-1.414 0L8.686 20H5a1 1 0 0 1-1-1v-3.686l-2.607-2.607a1 1 0 0 1 0-1.414L4 8.686V5a1 1 0 0 1 1-1h3.686zM12 15a3 3 0 1 0 0-6 3 3 0 0 0 0 6z\"/>\n    </g>\n</svg>\n</li><li title=\"settings 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M8.686 4l2.607-2.607a1 1 0 0 1 1.414 0L15.314 4H19a1 1 0 0 1 1 1v3.686l2.607 2.607a1 1 0 0 1 0 1.414L20 15.314V19a1 1 0 0 1-1 1h-3.686l-2.607 2.607a1 1 0 0 1-1.414 0L8.686 20H5a1 1 0 0 1-1-1v-3.686l-2.607-2.607a1 1 0 0 1 0-1.414L4 8.686V5a1 1 0 0 1 1-1h3.686zM6 6v3.515L3.515 12 6 14.485V18h3.515L12 20.485 14.485 18H18v-3.515L20.485 12 18 9.515V6h-3.515L12 3.515 9.515 6H6zm6 10a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm0-2a2 2 0 1 0 0-4 2 2 0 0 0 0 4z\"/>\n    </g>\n</svg>\n</li><li title=\"settings 3 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M9.954 2.21a9.99 9.99 0 0 1 4.091-.002A3.993 3.993 0 0 0 16 5.07a3.993 3.993 0 0 0 3.457.261A9.99 9.99 0 0 1 21.5 8.876 3.993 3.993 0 0 0 20 12c0 1.264.586 2.391 1.502 3.124a10.043 10.043 0 0 1-2.046 3.543 3.993 3.993 0 0 0-3.456.261 3.993 3.993 0 0 0-1.954 2.86 9.99 9.99 0 0 1-4.091.004A3.993 3.993 0 0 0 8 18.927a3.993 3.993 0 0 0-3.457-.26A9.99 9.99 0 0 1 2.5 15.121 3.993 3.993 0 0 0 4 11.999a3.993 3.993 0 0 0-1.502-3.124 10.043 10.043 0 0 1 2.046-3.543A3.993 3.993 0 0 0 8 5.071a3.993 3.993 0 0 0 1.954-2.86zM12 15a3 3 0 1 0 0-6 3 3 0 0 0 0 6z\"/>\n    </g>\n</svg>\n</li><li title=\"settings 3 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3.34 17a10.018 10.018 0 0 1-.978-2.326 3 3 0 0 0 .002-5.347A9.99 9.99 0 0 1 4.865 4.99a3 3 0 0 0 4.631-2.674 9.99 9.99 0 0 1 5.007.002 3 3 0 0 0 4.632 2.672c.579.59 1.093 1.261 1.525 2.01.433.749.757 1.53.978 2.326a3 3 0 0 0-.002 5.347 9.99 9.99 0 0 1-2.501 4.337 3 3 0 0 0-4.631 2.674 9.99 9.99 0 0 1-5.007-.002 3 3 0 0 0-4.632-2.672A10.018 10.018 0 0 1 3.34 17zm5.66.196a4.993 4.993 0 0 1 2.25 2.77c.499.047 1 .048 1.499.001A4.993 4.993 0 0 1 15 17.197a4.993 4.993 0 0 1 3.525-.565c.29-.408.54-.843.748-1.298A4.993 4.993 0 0 1 18 12c0-1.26.47-2.437 1.273-3.334a8.126 8.126 0 0 0-.75-1.298A4.993 4.993 0 0 1 15 6.804a4.993 4.993 0 0 1-2.25-2.77c-.499-.047-1-.048-1.499-.001A4.993 4.993 0 0 1 9 6.803a4.993 4.993 0 0 1-3.525.565 7.99 7.99 0 0 0-.748 1.298A4.993 4.993 0 0 1 6 12c0 1.26-.47 2.437-1.273 3.334a8.126 8.126 0 0 0 .75 1.298A4.993 4.993 0 0 1 9 17.196zM12 15a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0-2a1 1 0 1 0 0-2 1 1 0 0 0 0 2z\"/>\n    </g>\n</svg>\n</li><li title=\"settings 4 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5.334 4.545a9.99 9.99 0 0 1 3.542-2.048A3.993 3.993 0 0 0 12 3.999a3.993 3.993 0 0 0 3.124-1.502 9.99 9.99 0 0 1 3.542 2.048 3.993 3.993 0 0 0 .262 3.454 3.993 3.993 0 0 0 2.863 1.955 10.043 10.043 0 0 1 0 4.09c-1.16.178-2.23.86-2.863 1.955a3.993 3.993 0 0 0-.262 3.455 9.99 9.99 0 0 1-3.542 2.047A3.993 3.993 0 0 0 12 20a3.993 3.993 0 0 0-3.124 1.502 9.99 9.99 0 0 1-3.542-2.047 3.993 3.993 0 0 0-.262-3.455 3.993 3.993 0 0 0-2.863-1.954 10.043 10.043 0 0 1 0-4.091 3.993 3.993 0 0 0 2.863-1.955 3.993 3.993 0 0 0 .262-3.454zM13.5 14.597a3 3 0 1 0-3-5.196 3 3 0 0 0 3 5.196z\"/>\n    </g>\n</svg>\n</li><li title=\"settings 4 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M2 12c0-.865.11-1.703.316-2.504A3 3 0 0 0 4.99 4.867a9.99 9.99 0 0 1 4.335-2.505 3 3 0 0 0 5.348 0 9.99 9.99 0 0 1 4.335 2.505 3 3 0 0 0 2.675 4.63c.206.8.316 1.638.316 2.503 0 .865-.11 1.703-.316 2.504a3 3 0 0 0-2.675 4.629 9.99 9.99 0 0 1-4.335 2.505 3 3 0 0 0-5.348 0 9.99 9.99 0 0 1-4.335-2.505 3 3 0 0 0-2.675-4.63C2.11 13.704 2 12.866 2 12zm4.804 3c.63 1.091.81 2.346.564 3.524.408.29.842.541 1.297.75A4.993 4.993 0 0 1 12 18c1.26 0 2.438.471 3.335 1.274.455-.209.889-.46 1.297-.75A4.993 4.993 0 0 1 17.196 15a4.993 4.993 0 0 1 2.77-2.25 8.126 8.126 0 0 0 0-1.5A4.993 4.993 0 0 1 17.195 9a4.993 4.993 0 0 1-.564-3.524 7.989 7.989 0 0 0-1.297-.75A4.993 4.993 0 0 1 12 6a4.993 4.993 0 0 1-3.335-1.274 7.99 7.99 0 0 0-1.297.75A4.993 4.993 0 0 1 6.804 9a4.993 4.993 0 0 1-2.77 2.25 8.126 8.126 0 0 0 0 1.5A4.993 4.993 0 0 1 6.805 15zM12 15a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0-2a1 1 0 1 0 0-2 1 1 0 0 0 0 2z\"/>\n    </g>\n</svg>\n</li><li title=\"settings 5 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M2.132 13.63a9.942 9.942 0 0 1 0-3.26c1.102.026 2.092-.502 2.477-1.431.385-.93.058-2.004-.74-2.763a9.942 9.942 0 0 1 2.306-2.307c.76.798 1.834 1.125 2.764.74.93-.385 1.457-1.376 1.43-2.477a9.942 9.942 0 0 1 3.262 0c-.027 1.102.501 2.092 1.43 2.477.93.385 2.004.058 2.763-.74a9.942 9.942 0 0 1 2.307 2.306c-.798.76-1.125 1.834-.74 2.764.385.93 1.376 1.457 2.477 1.43a9.942 9.942 0 0 1 0 3.262c-1.102-.027-2.092.501-2.477 1.43-.385.93-.058 2.004.74 2.763a9.942 9.942 0 0 1-2.306 2.307c-.76-.798-1.834-1.125-2.764-.74-.93.385-1.457 1.376-1.43 2.477a9.942 9.942 0 0 1-3.262 0c.027-1.102-.501-2.092-1.43-2.477-.93-.385-2.004-.058-2.763.74a9.942 9.942 0 0 1-2.307-2.306c.798-.76 1.125-1.834.74-2.764-.385-.93-1.376-1.457-2.477-1.43zM12 15a3 3 0 1 0 0-6 3 3 0 0 0 0 6z\"/>\n    </g>\n</svg>\n</li><li title=\"settings 5 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M2.213 14.06a9.945 9.945 0 0 1 0-4.12c1.11.13 2.08-.237 2.396-1.001.317-.765-.108-1.71-.986-2.403a9.945 9.945 0 0 1 2.913-2.913c.692.877 1.638 1.303 2.403.986.765-.317 1.132-1.286 1.001-2.396a9.945 9.945 0 0 1 4.12 0c-.13 1.11.237 2.08 1.001 2.396.765.317 1.71-.108 2.403-.986a9.945 9.945 0 0 1 2.913 2.913c-.877.692-1.303 1.638-.986 2.403.317.765 1.286 1.132 2.396 1.001a9.945 9.945 0 0 1 0 4.12c-1.11-.13-2.08.237-2.396 1.001-.317.765.108 1.71.986 2.403a9.945 9.945 0 0 1-2.913 2.913c-.692-.877-1.638-1.303-2.403-.986-.765.317-1.132 1.286-1.001 2.396a9.945 9.945 0 0 1-4.12 0c.13-1.11-.237-2.08-1.001-2.396-.765-.317-1.71.108-2.403.986a9.945 9.945 0 0 1-2.913-2.913c.877-.692 1.303-1.638.986-2.403-.317-.765-1.286-1.132-2.396-1.001zM4 12.21c1.1.305 2.007 1.002 2.457 2.086.449 1.085.3 2.22-.262 3.212.096.102.195.201.297.297.993-.562 2.127-.71 3.212-.262 1.084.45 1.781 1.357 2.086 2.457.14.004.28.004.42 0 .305-1.1 1.002-2.007 2.086-2.457 1.085-.449 2.22-.3 3.212.262.102-.096.201-.195.297-.297-.562-.993-.71-2.127-.262-3.212.45-1.084 1.357-1.781 2.457-2.086.004-.14.004-.28 0-.42-1.1-.305-2.007-1.002-2.457-2.086-.449-1.085-.3-2.22.262-3.212a7.935 7.935 0 0 0-.297-.297c-.993.562-2.127.71-3.212.262C13.212 6.007 12.515 5.1 12.21 4a7.935 7.935 0 0 0-.42 0c-.305 1.1-1.002 2.007-2.086 2.457-1.085.449-2.22.3-3.212-.262-.102.096-.201.195-.297.297.562.993.71 2.127.262 3.212C6.007 10.788 5.1 11.485 4 11.79c-.004.14-.004.28 0 .42zM12 15a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0-2a1 1 0 1 0 0-2 1 1 0 0 0 0 2z\"/>\n    </g>\n</svg>\n</li><li title=\"settings 6 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17.5 2.474L23 12l-5.5 9.526h-11L1 12l5.5-9.526h11zM8.634 8.17l5 8.66 1.732-1-5-8.66-1.732 1z\"/>\n    </g>\n</svg>\n</li><li title=\"settings 6 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17.5 2.474L23 12l-5.5 9.526h-11L1 12l5.5-9.526h11zm-1.155 2h-8.69L3.309 12l4.346 7.526h8.69L20.691 12l-4.346-7.526zM8.634 8.17l1.732-1 5 8.66-1.732 1-5-8.66z\"/>\n    </g>\n</svg>\n</li><li title=\"settings fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 1l9.5 5.5v11L12 23l-9.5-5.5v-11L12 1zm0 14a3 3 0 1 0 0-6 3 3 0 0 0 0 6z\"/>\n    </g>\n</svg>\n</li><li title=\"settings line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 1l9.5 5.5v11L12 23l-9.5-5.5v-11L12 1zm0 2.311L4.5 7.653v8.694l7.5 4.342 7.5-4.342V7.653L12 3.311zM12 16a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm0-2a2 2 0 1 0 0-4 2 2 0 0 0 0 4z\"/>\n    </g>\n</svg>\n</li><li title=\"share box fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M10 3v2H5v14h14v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h6zm7.707 4.707L12 13.414 10.586 12l5.707-5.707L13 3h8v8l-3.293-3.293z\"/>\n    </g>\n</svg>\n</li><li title=\"share box line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M10 3v2H5v14h14v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h6zm7.586 2H13V3h8v8h-2V6.414l-7 7L10.586 12l7-7z\"/>\n    </g>\n</svg>\n</li><li title=\"share circle fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M11 2.05v2.012A8.001 8.001 0 0 0 12 20a8.001 8.001 0 0 0 7.938-7h2.013c-.502 5.053-4.766 9-9.951 9-5.523 0-10-4.477-10-10 0-5.185 3.947-9.449 9-9.95zm7.707 4.657L12 13.414 10.586 12l6.707-6.707L14 2h8v8l-3.293-3.293z\"/>\n    </g>\n</svg>\n</li><li title=\"share circle line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M11 2.05v2.012A8.001 8.001 0 0 0 12 20a8.001 8.001 0 0 0 7.938-7h2.013c-.502 5.053-4.766 9-9.951 9-5.523 0-10-4.477-10-10 0-5.185 3.947-9.449 9-9.95zm9 3.364l-8 8L10.586 12l8-8H14V2h8v8h-2V5.414z\"/>\n    </g>\n</svg>\n</li><li title=\"share fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M13.576 17.271l-5.11-2.787a3.5 3.5 0 1 1 0-4.968l5.11-2.787a3.5 3.5 0 1 1 .958 1.755l-5.11 2.787a3.514 3.514 0 0 1 0 1.458l5.11 2.787a3.5 3.5 0 1 1-.958 1.755z\"/>\n    </g>\n</svg>\n</li><li title=\"share forward 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 19h16v-5h2v6a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-6h2v5zm8-9H9a5.992 5.992 0 0 0-4.854 2.473A8.003 8.003 0 0 1 12 6V2l8 6-8 6v-4z\"/>\n    </g>\n</svg>\n</li><li title=\"share forward 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 19h16v-5h2v6a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-6h2v5zM16.172 7l-3.95-3.95 1.414-1.414L20 8l-6.364 6.364-1.414-1.414L16.172 9H5V7h11.172z\"/>\n    </g>\n</svg>\n</li><li title=\"share forward box fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M9 3v2H4v14h16v-9h2v10a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h6zm7 2V1l7 6h-9a2 2 0 0 0-2 2v6h-2V9a4 4 0 0 1 4-4h2z\"/>\n    </g>\n</svg>\n</li><li title=\"share forward box line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M9 3v2H4v14h16v-9h2v10a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h6zm9.95 2L16 2.05 17.414.636l5.34 5.34A.6.6 0 0 1 22.33 7H14a2 2 0 0 0-2 2v6h-2V9a4 4 0 0 1 4-4h4.95z\"/>\n    </g>\n</svg>\n</li><li title=\"share forward fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M13 14h-2a8.999 8.999 0 0 0-7.968 4.81A10.136 10.136 0 0 1 3 18C3 12.477 7.477 8 13 8V3l10 8-10 8v-5z\"/>\n    </g>\n</svg>\n</li><li title=\"share forward line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M13 14h-2a8.999 8.999 0 0 0-7.968 4.81A10.136 10.136 0 0 1 3 18C3 12.477 7.477 8 13 8V2.5L23.5 11 13 19.5V14zm-2-2h4v3.308L20.321 11 15 6.692V10h-2a7.982 7.982 0 0 0-6.057 2.773A10.988 10.988 0 0 1 11 12z\"/>\n    </g>\n</svg>\n</li><li title=\"share line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M13.12 17.023l-4.199-2.29a4 4 0 1 1 0-5.465l4.2-2.29a4 4 0 1 1 .959 1.755l-4.2 2.29a4.008 4.008 0 0 1 0 1.954l4.199 2.29a4 4 0 1 1-.959 1.755zM6 14a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm11-6a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 12a2 2 0 1 0 0-4 2 2 0 0 0 0 4z\"/>\n    </g>\n</svg>\n</li><li title=\"shield check fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M12 1l8.217 1.826c.457.102.783.507.783.976v9.987c0 2.006-1.003 3.88-2.672 4.992L12 23l-6.328-4.219C4.002 17.668 3 15.795 3 13.79V3.802c0-.469.326-.874.783-.976L12 1zm4.452 7.222l-4.95 4.949-2.828-2.828-1.414 1.414L11.503 16l6.364-6.364-1.415-1.414z\"/>\n    </g>\n</svg>\n</li><li title=\"shield check line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0H24V24H0z\"/>\n        <path d=\"M12 1l8.217 1.826c.457.102.783.507.783.976v9.987c0 2.006-1.003 3.88-2.672 4.992L12 23l-6.328-4.219C4.002 17.668 3 15.795 3 13.79V3.802c0-.469.326-.874.783-.976L12 1zm0 2.049L5 4.604v9.185c0 1.337.668 2.586 1.781 3.328L12 20.597l5.219-3.48C18.332 16.375 19 15.127 19 13.79V4.604L12 3.05zm4.452 5.173l1.415 1.414L11.503 16 7.26 11.757l1.414-1.414 2.828 2.828 4.95-4.95z\"/>\n    </g>\n</svg>\n</li><li title=\"shield cross fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3.783 2.826L12 1l8.217 1.826a1 1 0 0 1 .783.976v9.987a6 6 0 0 1-2.672 4.992L12 23l-6.328-4.219A6 6 0 0 1 3 13.79V3.802a1 1 0 0 1 .783-.976zM11 10H8v2h3v3h2v-3h3v-2h-3V7h-2v3z\"/>\n    </g>\n</svg>\n</li><li title=\"shield cross line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3.783 2.826L12 1l8.217 1.826a1 1 0 0 1 .783.976v9.987a6 6 0 0 1-2.672 4.992L12 23l-6.328-4.219A6 6 0 0 1 3 13.79V3.802a1 1 0 0 1 .783-.976zM5 4.604v9.185a4 4 0 0 0 1.781 3.328L12 20.597l5.219-3.48A4 4 0 0 0 19 13.79V4.604L12 3.05 5 4.604zM11 10V7h2v3h3v2h-3v3h-2v-3H8v-2h3z\"/>\n    </g>\n</svg>\n</li><li title=\"shield fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3.783 2.826L12 1l8.217 1.826a1 1 0 0 1 .783.976v9.987a6 6 0 0 1-2.672 4.992L12 23l-6.328-4.219A6 6 0 0 1 3 13.79V3.802a1 1 0 0 1 .783-.976z\"/>\n    </g>\n</svg>\n</li><li title=\"shield flash fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3.783 2.826L12 1l8.217 1.826a1 1 0 0 1 .783.976v9.987a6 6 0 0 1-2.672 4.992L12 23l-6.328-4.219A6 6 0 0 1 3 13.79V3.802a1 1 0 0 1 .783-.976zM13 10V5l-5 7h3v5l5-7h-3z\"/>\n    </g>\n</svg>\n</li><li title=\"shield flash line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3.783 2.826L12 1l8.217 1.826a1 1 0 0 1 .783.976v9.987a6 6 0 0 1-2.672 4.992L12 23l-6.328-4.219A6 6 0 0 1 3 13.79V3.802a1 1 0 0 1 .783-.976zM5 4.604v9.185a4 4 0 0 0 1.781 3.328L12 20.597l5.219-3.48A4 4 0 0 0 19 13.79V4.604L12 3.05 5 4.604zM13 10h3l-5 7v-5H8l5-7v5z\"/>\n    </g>\n</svg>\n</li><li title=\"shield keyhole fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 1l8.217 1.826a1 1 0 0 1 .783.976v9.987a6 6 0 0 1-2.672 4.992L12 23l-6.328-4.219A6 6 0 0 1 3 13.79V3.802a1 1 0 0 1 .783-.976L12 1zm0 6a2 2 0 0 0-1 3.732V15h2l.001-4.268A2 2 0 0 0 12 7z\"/>\n    </g>\n</svg>\n</li><li title=\"shield keyhole line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 1l8.217 1.826a1 1 0 0 1 .783.976v9.987a6 6 0 0 1-2.672 4.992L12 23l-6.328-4.219A6 6 0 0 1 3 13.79V3.802a1 1 0 0 1 .783-.976L12 1zm0 2.049L5 4.604v9.185a4 4 0 0 0 1.781 3.328L12 20.597l5.219-3.48A4 4 0 0 0 19 13.79V4.604L12 3.05zM12 7a2 2 0 0 1 1.001 3.732L13 15h-2v-4.268A2 2 0 0 1 12 7z\"/>\n    </g>\n</svg>\n</li><li title=\"shield line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3.783 2.826L12 1l8.217 1.826a1 1 0 0 1 .783.976v9.987a6 6 0 0 1-2.672 4.992L12 23l-6.328-4.219A6 6 0 0 1 3 13.79V3.802a1 1 0 0 1 .783-.976zM5 4.604v9.185a4 4 0 0 0 1.781 3.328L12 20.597l5.219-3.48A4 4 0 0 0 19 13.79V4.604L12 3.05 5 4.604z\"/>\n    </g>\n</svg>\n</li><li title=\"shield star fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3.783 2.826L12 1l8.217 1.826a1 1 0 0 1 .783.976v9.987a6 6 0 0 1-2.672 4.992L12 23l-6.328-4.219A6 6 0 0 1 3 13.79V3.802a1 1 0 0 1 .783-.976zM12 13.5l2.939 1.545-.561-3.272 2.377-2.318-3.286-.478L12 6l-1.47 2.977-3.285.478 2.377 2.318-.56 3.272L12 13.5z\"/>\n    </g>\n</svg>\n</li><li title=\"shield star line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5 4.604v9.185a4 4 0 0 0 1.781 3.328L12 20.597l5.219-3.48A4 4 0 0 0 19 13.79V4.604L12 3.05 5 4.604zM3.783 2.826L12 1l8.217 1.826a1 1 0 0 1 .783.976v9.987a6 6 0 0 1-2.672 4.992L12 23l-6.328-4.219A6 6 0 0 1 3 13.79V3.802a1 1 0 0 1 .783-.976zM12 13.5l-2.939 1.545.561-3.272-2.377-2.318 3.286-.478L12 6l1.47 2.977 3.285.478-2.377 2.318.56 3.272L12 13.5z\"/>\n    </g>\n</svg>\n</li><li title=\"shield user fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3.783 2.826L12 1l8.217 1.826a1 1 0 0 1 .783.976v9.987a6 6 0 0 1-2.672 4.992L12 23l-6.328-4.219A6 6 0 0 1 3 13.79V3.802a1 1 0 0 1 .783-.976zM12 11a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5zm-4.473 5h8.946a4.5 4.5 0 0 0-8.946 0z\"/>\n    </g>\n</svg>\n</li><li title=\"shield user line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M3.783 2.826L12 1l8.217 1.826a1 1 0 0 1 .783.976v9.987a6 6 0 0 1-2.672 4.992L12 23l-6.328-4.219A6 6 0 0 1 3 13.79V3.802a1 1 0 0 1 .783-.976zM5 4.604v9.185a4 4 0 0 0 1.781 3.328L12 20.597l5.219-3.48A4 4 0 0 0 19 13.79V4.604L12 3.05 5 4.604zM12 11a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5zm-4.473 5a4.5 4.5 0 0 1 8.946 0H7.527z\"/>\n    </g>\n</svg>\n</li><li title=\"side bar fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm6 2v14h11V5H9z\"/>\n    </g>\n</svg>\n</li><li title=\"side bar line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm5 2H4v14h4V5zm2 0v14h10V5H10z\"/>\n    </g>\n</svg>\n</li><li title=\"spam 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M16.218 2.5l5.683 5.682v8.036l-5.683 5.683H8.182l-5.683-5.683V8.182l5.683-5.683h8.036zM11 15v2h2v-2h-2zm0-8v6h2V7h-2z\"/>\n    </g>\n</svg>\n</li><li title=\"spam 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M15.936 2.5L21.5 8.067v7.87L15.936 21.5h-7.87L2.5 15.936v-7.87L8.066 2.5h7.87zm-.829 2H8.894L4.501 8.895v6.213l4.393 4.394h6.213l4.394-4.394V8.894l-4.394-4.393zM11 15h2v2h-2v-2zm0-8h2v6h-2V7z\"/>\n    </g>\n</svg>\n</li><li title=\"spam 3 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M15.936 2.5L21.5 8.067v7.87L15.936 21.5h-7.87L2.5 15.936v-7.87L8.066 2.5h7.87zM8 11v2h8v-2H8z\"/>\n    </g>\n</svg>\n</li><li title=\"spam 3 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M15.936 2.5L21.5 8.067v7.87L15.936 21.5h-7.87L2.5 15.936v-7.87L8.066 2.5h7.87zm-.829 2H8.894L4.501 8.895v6.213l4.393 4.394h6.213l4.394-4.394V8.894l-4.394-4.393zM8 11h8v2H8v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"spam fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17.5 2.5L23 12l-5.5 9.5h-11L1 12l5.5-9.5h11zM11 15v2h2v-2h-2zm0-8v6h2V7h-2z\"/>\n    </g>\n</svg>\n</li><li title=\"spam line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M17.5 2.5L23 12l-5.5 9.5h-11L1 12l5.5-9.5h11zm-1.153 2H7.653L3.311 12l4.342 7.5h8.694l4.342-7.5-4.342-7.5zM11 15h2v2h-2v-2zm0-8h2v6h-2V7z\"/>\n    </g>\n</svg>\n</li><li title=\"star fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 18.26l-7.053 3.948 1.575-7.928L.587 8.792l8.027-.952L12 .5l3.386 7.34 8.027.952-5.935 5.488 1.575 7.928z\"/>\n    </g>\n</svg>\n</li><li title=\"star half fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 15.968l4.247 2.377-.949-4.773 3.573-3.305-4.833-.573L12 5.275v10.693zm0 2.292l-7.053 3.948 1.575-7.928L.587 8.792l8.027-.952L12 .5l3.386 7.34 8.027.952-5.935 5.488 1.575 7.928L12 18.26z\"/>\n    </g>\n</svg>\n</li><li title=\"star half line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 15.968l4.247 2.377-.949-4.773 3.573-3.305-4.833-.573L12 5.275v10.693zm0 2.292l-7.053 3.948 1.575-7.928L.587 8.792l8.027-.952L12 .5l3.386 7.34 8.027.952-5.935 5.488 1.575 7.928L12 18.26z\"/>\n    </g>\n</svg>\n</li><li title=\"star half s fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 14.656l2.817 1.72-.766-3.21 2.507-2.147-3.29-.264L12 7.708v6.948zM12 17l-5.878 3.59 1.598-6.7-5.23-4.48 6.865-.55L12 2.5l2.645 6.36 6.866.55-5.231 4.48 1.598 6.7L12 17z\"/>\n    </g>\n</svg>\n</li><li title=\"star half s line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 14.656l2.817 1.72-.766-3.21 2.507-2.147-3.29-.264L12 7.708v6.948zM12 17l-5.878 3.59 1.598-6.7-5.23-4.48 6.865-.55L12 2.5l2.645 6.36 6.866.55-5.231 4.48 1.598 6.7L12 17z\"/>\n    </g>\n</svg>\n</li><li title=\"star line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 18.26l-7.053 3.948 1.575-7.928L.587 8.792l8.027-.952L12 .5l3.386 7.34 8.027.952-5.935 5.488 1.575 7.928L12 18.26zm0-2.292l4.247 2.377-.949-4.773 3.573-3.305-4.833-.573L12 5.275l-2.038 4.42-4.833.572 3.573 3.305-.949 4.773L12 15.968z\"/>\n    </g>\n</svg>\n</li><li title=\"star s fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 17l-5.878 3.59 1.598-6.7-5.23-4.48 6.865-.55L12 2.5l2.645 6.36 6.866.55-5.231 4.48 1.598 6.7z\"/>\n    </g>\n</svg>\n</li><li title=\"star s line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 17l-5.878 3.59 1.598-6.7-5.23-4.48 6.865-.55L12 2.5l2.645 6.36 6.866.55-5.231 4.48 1.598 6.7L12 17zm0-2.344l2.817 1.72-.766-3.21 2.507-2.147-3.29-.264L12 7.708l-1.268 3.047-3.29.264 2.507 2.147-.766 3.21L12 14.657z\"/>\n    </g>\n</svg>\n</li><li title=\"subtract fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5 11h14v2H5z\"/>\n    </g>\n</svg>\n</li><li title=\"subtract line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5 11h14v2H5z\"/>\n    </g>\n</svg>\n</li><li title=\"thumb down fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M22 15h-3V3h3a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1zm-5.293 1.293l-6.4 6.4a.5.5 0 0 1-.654.047L8.8 22.1a1.5 1.5 0 0 1-.553-1.57L9.4 16H3a2 2 0 0 1-2-2v-2.104a2 2 0 0 1 .15-.762L4.246 3.62A1 1 0 0 1 5.17 3H16a1 1 0 0 1 1 1v11.586a1 1 0 0 1-.293.707z\"/>\n    </g>\n</svg>\n</li><li title=\"thumb down line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M9.4 16H3a2 2 0 0 1-2-2v-2.104a2 2 0 0 1 .15-.762L4.246 3.62A1 1 0 0 1 5.17 3H22a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1h-3.482a1 1 0 0 0-.817.423l-5.453 7.726a.5.5 0 0 1-.632.159L9.802 22.4a2.5 2.5 0 0 1-1.305-2.853L9.4 16zm7.6-2.588V5H5.84L3 11.896V14h6.4a2 2 0 0 1 1.938 2.493l-.903 3.548a.5.5 0 0 0 .261.571l.661.33 4.71-6.672c.25-.354.57-.644.933-.858zM19 13h2V5h-2v8z\"/>\n    </g>\n</svg>\n</li><li title=\"thumb up fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M2 9h3v12H2a1 1 0 0 1-1-1V10a1 1 0 0 1 1-1zm5.293-1.293l6.4-6.4a.5.5 0 0 1 .654-.047l.853.64a1.5 1.5 0 0 1 .553 1.57L14.6 8H21a2 2 0 0 1 2 2v2.104a2 2 0 0 1-.15.762l-3.095 7.515a1 1 0 0 1-.925.619H8a1 1 0 0 1-1-1V8.414a1 1 0 0 1 .293-.707z\"/>\n    </g>\n</svg>\n</li><li title=\"thumb up line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M14.6 8H21a2 2 0 0 1 2 2v2.104a2 2 0 0 1-.15.762l-3.095 7.515a1 1 0 0 1-.925.619H2a1 1 0 0 1-1-1V10a1 1 0 0 1 1-1h3.482a1 1 0 0 0 .817-.423L11.752.85a.5.5 0 0 1 .632-.159l1.814.907a2.5 2.5 0 0 1 1.305 2.853L14.6 8zM7 10.588V19h11.16L21 12.104V10h-6.4a2 2 0 0 1-1.938-2.493l.903-3.548a.5.5 0 0 0-.261-.571l-.661-.33-4.71 6.672c-.25.354-.57.644-.933.858zM5 11H3v8h2v-8z\"/>\n    </g>\n</svg>\n</li><li title=\"time fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm1-10V7h-2v7h6v-2h-4z\"/>\n    </g>\n</svg>\n</li><li title=\"time line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm1-8h4v2h-6V7h2v5z\"/>\n    </g>\n</svg>\n</li><li title=\"timer 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 2c5.52 0 10 4.48 10 10s-4.48 10-10 10S2 17.52 2 12 6.48 2 12 2zm3.536 5.05L10.586 12 12 13.414l4.95-4.95-1.414-1.414z\"/>\n    </g>\n</svg>\n</li><li title=\"timer 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 2c5.52 0 10 4.48 10 10s-4.48 10-10 10S2 17.52 2 12 6.48 2 12 2zm0 18c4.42 0 8-3.58 8-8s-3.58-8-8-8-8 3.58-8 8 3.58 8 8 8zm3.536-12.95l1.414 1.414-4.95 4.95L10.586 12l4.95-4.95z\"/>\n    </g>\n</svg>\n</li><li title=\"timer fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17.618 5.968l1.453-1.453 1.414 1.414-1.453 1.453a9 9 0 1 1-1.414-1.414zM11 8v6h2V8h-2zM8 1h8v2H8V1z\"/>\n    </g>\n</svg>\n</li><li title=\"timer flash fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6.382 5.968A8.962 8.962 0 0 1 12 4c2.125 0 4.078.736 5.618 1.968l1.453-1.453 1.414 1.414-1.453 1.453a9 9 0 1 1-14.064 0L3.515 5.93l1.414-1.414 1.453 1.453zM13 12V7.495L8 14h3v4.5l5-6.5h-3zM8 1h8v2H8V1z\"/>\n    </g>\n</svg>\n</li><li title=\"timer flash line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6.382 5.968A8.962 8.962 0 0 1 12 4c2.125 0 4.078.736 5.618 1.968l1.453-1.453 1.414 1.414-1.453 1.453a9 9 0 1 1-14.064 0L3.515 5.93l1.414-1.414 1.453 1.453zM12 20a7 7 0 1 0 0-14 7 7 0 0 0 0 14zm1-8h3l-5 6.5V14H8l5-6.505V12zM8 1h8v2H8V1z\"/>\n    </g>\n</svg>\n</li><li title=\"timer line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17.618 5.968l1.453-1.453 1.414 1.414-1.453 1.453a9 9 0 1 1-1.414-1.414zM12 20a7 7 0 1 0 0-14 7 7 0 0 0 0 14zM11 8h2v6h-2V8zM8 1h8v2H8V1z\"/>\n    </g>\n</svg>\n</li><li title=\"toggle fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M8 5h8a7 7 0 0 1 0 14H8A7 7 0 0 1 8 5zm8 10a3 3 0 1 0 0-6 3 3 0 0 0 0 6z\"/>\n    </g>\n</svg>\n</li><li title=\"toggle line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M8 7a5 5 0 1 0 0 10h8a5 5 0 0 0 0-10H8zm0-2h8a7 7 0 0 1 0 14H8A7 7 0 0 1 8 5zm0 10a3 3 0 1 1 0-6 3 3 0 0 1 0 6z\"/>\n    </g>\n</svg>\n</li><li title=\"upload 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 19h16v-7h2v8a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-8h2v7zM14 9v6h-4V9H5l7-7 7 7h-5z\"/>\n    </g>\n</svg>\n</li><li title=\"upload 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 19h16v-7h2v8a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-8h2v7zm9-10v7h-2V9H6l6-6 6 6h-5z\"/>\n    </g>\n</svg>\n</li><li title=\"upload cloud 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 12.586l4.243 4.242-1.415 1.415L13 16.415V22h-2v-5.587l-1.828 1.83-1.415-1.415L12 12.586zM12 2a7.001 7.001 0 0 1 6.954 6.194 5.5 5.5 0 0 1-.953 10.784L18 17a6 6 0 0 0-11.996-.225L6 17v1.978a5.5 5.5 0 0 1-.954-10.784A7 7 0 0 1 12 2z\"/>\n    </g>\n</svg>\n</li><li title=\"upload cloud 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 12.586l4.243 4.242-1.415 1.415L13 16.415V22h-2v-5.587l-1.828 1.83-1.415-1.415L12 12.586zM12 2a7.001 7.001 0 0 1 6.954 6.194 5.5 5.5 0 0 1-.953 10.784v-2.014a3.5 3.5 0 1 0-1.112-6.91 5 5 0 1 0-9.777 0 3.5 3.5 0 0 0-1.292 6.88l.18.03v2.014a5.5 5.5 0 0 1-.954-10.784A7 7 0 0 1 12 2z\"/>\n    </g>\n</svg>\n</li><li title=\"upload cloud fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M7 20.981a6.5 6.5 0 0 1-2.936-12 8.001 8.001 0 0 1 15.872 0 6.5 6.5 0 0 1-2.936 12V21H7v-.019zM13 13h3l-4-5-4 5h3v4h2v-4z\"/>\n    </g>\n</svg>\n</li><li title=\"upload cloud line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M1 14.5a6.496 6.496 0 0 1 3.064-5.519 8.001 8.001 0 0 1 15.872 0 6.5 6.5 0 0 1-2.936 12L7 21c-3.356-.274-6-3.078-6-6.5zm15.848 4.487a4.5 4.5 0 0 0 2.03-8.309l-.807-.503-.12-.942a6.001 6.001 0 0 0-11.903 0l-.12.942-.805.503a4.5 4.5 0 0 0 2.029 8.309l.173.013h9.35l.173-.013zM13 13v4h-2v-4H8l4-5 4 5h-3z\"/>\n    </g>\n</svg>\n</li><li title=\"upload fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 19h18v2H3v-2zm10-9v8h-2v-8H4l8-8 8 8h-7z\"/>\n    </g>\n</svg>\n</li><li title=\"upload line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 19h18v2H3v-2zM13 5.828V17h-2V5.828L4.929 11.9l-1.414-1.414L12 2l8.485 8.485-1.414 1.414L13 5.83z\"/>\n    </g>\n</svg>\n</li><li title=\"zoom in fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M18.031 16.617l4.283 4.282-1.415 1.415-4.282-4.283A8.96 8.96 0 0 1 11 20c-4.968 0-9-4.032-9-9s4.032-9 9-9 9 4.032 9 9a8.96 8.96 0 0 1-1.969 5.617zM10 10H7v2h3v3h2v-3h3v-2h-3V7h-2v3z\"/>\n    </g>\n</svg>\n</li><li title=\"zoom in line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M18.031 16.617l4.283 4.282-1.415 1.415-4.282-4.283A8.96 8.96 0 0 1 11 20c-4.968 0-9-4.032-9-9s4.032-9 9-9 9 4.032 9 9a8.96 8.96 0 0 1-1.969 5.617zm-2.006-.742A6.977 6.977 0 0 0 18 11c0-3.868-3.133-7-7-7-3.868 0-7 3.132-7 7 0 3.867 3.132 7 7 7a6.977 6.977 0 0 0 4.875-1.975l.15-.15zM10 10V7h2v3h3v2h-3v3h-2v-3H7v-2h3z\"/>\n    </g>\n</svg>\n</li><li title=\"zoom out fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M18.031 16.617l4.283 4.282-1.415 1.415-4.282-4.283A8.96 8.96 0 0 1 11 20c-4.968 0-9-4.032-9-9s4.032-9 9-9 9 4.032 9 9a8.96 8.96 0 0 1-1.969 5.617zM7 10v2h8v-2H7z\"/>\n    </g>\n</svg>\n</li><li title=\"zoom out line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M18.031 16.617l4.283 4.282-1.415 1.415-4.282-4.283A8.96 8.96 0 0 1 11 20c-4.968 0-9-4.032-9-9s4.032-9 9-9 9 4.032 9 9a8.96 8.96 0 0 1-1.969 5.617zm-2.006-.742A6.977 6.977 0 0 0 18 11c0-3.868-3.133-7-7-7-3.868 0-7 3.132-7 7 0 3.867 3.132 7 7 7a6.977 6.977 0 0 0 4.875-1.975l.15-.15zM7 10h8v2H7v-2z\"/>\n    </g>\n</svg>\n</li><li class='heading'>User</li><li title=\"account box fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 4.995C3 3.893 3.893 3 4.995 3h14.01C20.107 3 21 3.893 21 4.995v14.01A1.995 1.995 0 0 1 19.005 21H4.995A1.995 1.995 0 0 1 3 19.005V4.995zM6.357 18h11.49a6.992 6.992 0 0 0-5.745-3 6.992 6.992 0 0 0-5.745 3zM12 13a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7z\"/>\n    </g>\n</svg>\n</li><li title=\"account box line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M3 4.995C3 3.893 3.893 3 4.995 3h14.01C20.107 3 21 3.893 21 4.995v14.01A1.995 1.995 0 0 1 19.005 21H4.995A1.995 1.995 0 0 1 3 19.005V4.995zM5 5v14h14V5H5zm2.972 13.18a9.983 9.983 0 0 1-1.751-.978A6.994 6.994 0 0 1 12.102 14c2.4 0 4.517 1.207 5.778 3.047a9.995 9.995 0 0 1-1.724 1.025A4.993 4.993 0 0 0 12.102 16c-1.715 0-3.23.864-4.13 2.18zM12 13a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7zm0-2a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z\"/>\n    </g>\n</svg>\n</li><li title=\"account circle fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 2c5.52 0 10 4.48 10 10s-4.48 10-10 10S2 17.52 2 12 6.48 2 12 2zM6.023 15.416C7.491 17.606 9.695 19 12.16 19c2.464 0 4.669-1.393 6.136-3.584A8.968 8.968 0 0 0 12.16 13a8.968 8.968 0 0 0-6.137 2.416zM12 11a3 3 0 1 0 0-6 3 3 0 0 0 0 6z\"/>\n    </g>\n</svg>\n</li><li title=\"account circle line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-4.987-3.744A7.966 7.966 0 0 0 12 20c1.97 0 3.773-.712 5.167-1.892A6.979 6.979 0 0 0 12.16 16a6.981 6.981 0 0 0-5.147 2.256zM5.616 16.82A8.975 8.975 0 0 1 12.16 14a8.972 8.972 0 0 1 6.362 2.634 8 8 0 1 0-12.906.187zM12 13a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm0-2a2 2 0 1 0 0-4 2 2 0 0 0 0 4z\"/>\n    </g>\n</svg>\n</li><li title=\"account pin box fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M14 21l-2 2-2-2H4.995A1.995 1.995 0 0 1 3 19.005V4.995C3 3.893 3.893 3 4.995 3h14.01C20.107 3 21 3.893 21 4.995v14.01A1.995 1.995 0 0 1 19.005 21H14zm-7.643-3h11.49a6.992 6.992 0 0 0-5.745-3 6.992 6.992 0 0 0-5.745 3zM12 13a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7z\"/>\n    </g>\n</svg>\n</li><li title=\"account pin box line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M14 21l-2 2-2-2H4.995A1.995 1.995 0 0 1 3 19.005V4.995C3 3.893 3.893 3 4.995 3h14.01C20.107 3 21 3.893 21 4.995v14.01A1.995 1.995 0 0 1 19.005 21H14zm5-2V5H5v14h5.828L12 20.172 13.172 19H19zm-11.028-.82a9.983 9.983 0 0 1-1.751-.978A6.994 6.994 0 0 1 12.102 14c2.4 0 4.517 1.207 5.778 3.047a9.995 9.995 0 0 1-1.724 1.025A4.993 4.993 0 0 0 12.102 16c-1.715 0-3.23.864-4.13 2.18zM12 13a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7zm0-2a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z\"/>\n    </g>\n</svg>\n</li><li title=\"account pin circle fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M14.256 21.744L12 24l-2.256-2.256C5.31 20.72 2 16.744 2 12 2 6.48 6.48 2 12 2s10 4.48 10 10c0 4.744-3.31 8.72-7.744 9.744zm-8.233-6.328C7.491 17.606 9.695 19 12.16 19c2.464 0 4.669-1.393 6.136-3.584A8.968 8.968 0 0 0 12.16 13a8.968 8.968 0 0 0-6.137 2.416zM12 11a3 3 0 1 0 0-6 3 3 0 0 0 0 6z\"/>\n    </g>\n</svg>\n</li><li title=\"account pin circle line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M9.745 21.745C5.308 20.722 2 16.747 2 12 2 6.477 6.477 2 12 2s10 4.477 10 10c0 4.747-3.308 8.722-7.745 9.745L12 24l-2.255-2.255zm-2.733-3.488a7.953 7.953 0 0 0 3.182 1.539l.56.129L12 21.172l1.247-1.247.56-.13a7.956 7.956 0 0 0 3.36-1.686A6.979 6.979 0 0 0 12.16 16c-2.036 0-3.87.87-5.148 2.257zM5.616 16.82A8.975 8.975 0 0 1 12.16 14a8.972 8.972 0 0 1 6.362 2.634 8 8 0 1 0-12.906.187zM12 13a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm0-2a2 2 0 1 0 0-4 2 2 0 0 0 0 4z\"/>\n    </g>\n</svg>\n</li><li title=\"admin fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 14v8H4a8 8 0 0 1 8-8zm0-1c-3.315 0-6-2.685-6-6s2.685-6 6-6 6 2.685 6 6-2.685 6-6 6zm9 4h1v5h-8v-5h1v-1a3 3 0 0 1 6 0v1zm-2 0v-1a1 1 0 0 0-2 0v1h2z\"/>\n    </g>\n</svg>\n</li><li title=\"admin line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 14v2a6 6 0 0 0-6 6H4a8 8 0 0 1 8-8zm0-1c-3.315 0-6-2.685-6-6s2.685-6 6-6 6 2.685 6 6-2.685 6-6 6zm0-2c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm9 6h1v5h-8v-5h1v-1a3 3 0 0 1 6 0v1zm-2 0v-1a1 1 0 0 0-2 0v1h2z\"/>\n    </g>\n</svg>\n</li><li title=\"aliens fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 2a8.5 8.5 0 0 1 8.5 8.5c0 6.5-5.5 12-8.5 12s-8.5-5.5-8.5-12A8.5 8.5 0 0 1 12 2zm5.5 10a4.5 4.5 0 0 0-4.475 4.975 4.5 4.5 0 0 0 4.95-4.95A4.552 4.552 0 0 0 17.5 12zm-11 0c-.16 0-.319.008-.475.025a4.5 4.5 0 0 0 4.95 4.95A4.5 4.5 0 0 0 6.5 12z\"/>\n    </g>\n</svg>\n</li><li title=\"aliens line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M12 2a8.5 8.5 0 0 1 8.5 8.5c0 6.5-5.5 12-8.5 12s-8.5-5.5-8.5-12A8.5 8.5 0 0 1 12 2zm0 2a6.5 6.5 0 0 0-6.5 6.5c0 4.794 4.165 10 6.5 10s6.5-5.206 6.5-10A6.5 6.5 0 0 0 12 4zm5.5 7c.16 0 .319.008.475.025a4.5 4.5 0 0 1-4.95 4.95A4.5 4.5 0 0 1 17.5 11zm-11 0a4.5 4.5 0 0 1 4.475 4.975 4.5 4.5 0 0 1-4.95-4.95C6.18 11.008 6.34 11 6.5 11z\"/>\n    </g>\n</svg>\n</li><li title=\"bear smile fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17.5 2a4.5 4.5 0 0 1 2.951 7.897c.355.967.549 2.013.549 3.103A9 9 0 1 1 3.55 9.897a4.5 4.5 0 1 1 6.791-5.744 9.05 9.05 0 0 1 3.32 0A4.494 4.494 0 0 1 17.5 2zM10 13H8a4 4 0 0 0 7.995.2L16 13h-2a2 2 0 0 1-3.995.15L10 13z\"/>\n    </g>\n</svg>\n</li><li title=\"bear smile line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17.5 2a4.5 4.5 0 0 1 2.951 7.897c.355.967.549 2.013.549 3.103A9 9 0 1 1 3.55 9.897a4.5 4.5 0 1 1 6.791-5.744 9.05 9.05 0 0 1 3.32 0A4.494 4.494 0 0 1 17.5 2zm0 2c-.823 0-1.575.4-2.038 1.052l-.095.144-.718 1.176-1.355-.253a7.05 7.05 0 0 0-2.267-.052l-.316.052-1.356.255-.72-1.176A2.5 2.5 0 1 0 4.73 8.265l.131.123 1.041.904-.475 1.295A7 7 0 1 0 19 13c0-.716-.107-1.416-.314-2.083l-.112-.33-.475-1.295 1.04-.904A2.5 2.5 0 0 0 17.5 4zM10 13a2 2 0 1 0 4 0h2a4 4 0 1 1-8 0h2z\"/>\n    </g>\n</svg>\n</li><li title=\"body scan fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 16v4h4v2H2v-6h2zm18 0v6h-6v-2h4v-4h2zM7.5 7a4.5 4.5 0 0 0 9 0h2a6.5 6.5 0 0 1-3.499 5.767L15 19H9v-6.232A6.5 6.5 0 0 1 5.5 7h2zM12 5a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5zM8 2v2l-4-.001V8H2V2h6zm14 0v6h-2V4h-4V2h6z\"/>\n    </g>\n</svg>\n</li><li title=\"body scan line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 16v4h4v2H2v-6h2zm18 0v6h-6v-2h4v-4h2zM7.5 7a4.502 4.502 0 0 0 3.5 4.389V17h2l.001-5.612A4.502 4.502 0 0 0 16.5 7h2a6.5 6.5 0 0 1-3.499 5.767L15 19H9v-6.232A6.5 6.5 0 0 1 5.5 7h2zM12 5a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5zM8 2v2l-4-.001V8H2V2h6zm14 0v6h-2V4h-4V2h6z\"/>\n    </g>\n</svg>\n</li><li title=\"contacts fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M2 22a8 8 0 1 1 16 0H2zm8-9c-3.315 0-6-2.685-6-6s2.685-6 6-6 6 2.685 6 6-2.685 6-6 6zm10 4h4v2h-4v-2zm-3-5h7v2h-7v-2zm2-5h5v2h-5V7z\"/>\n    </g>\n</svg>\n</li><li title=\"contacts line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M19 7h5v2h-5V7zm-2 5h7v2h-7v-2zm3 5h4v2h-4v-2zM2 22a8 8 0 1 1 16 0h-2a6 6 0 1 0-12 0H2zm8-9c-3.315 0-6-2.685-6-6s2.685-6 6-6 6 2.685 6 6-2.685 6-6 6zm0-2c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4z\"/>\n    </g>\n</svg>\n</li><li title=\"criminal fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 2a9 9 0 0 1 6.894 14.786c1.255.83 2.033 1.89 2.101 3.049L21 20l-9 2-9-2 .005-.165c.067-1.16.846-2.22 2.1-3.05A8.965 8.965 0 0 1 3 11a9 9 0 0 1 9-9zm0 11c-1.38 0-2.5.672-2.5 1.5S10.62 16 12 16s2.5-.672 2.5-1.5S13.38 13 12 13zM9 8c-1.105 0-2 .672-2 1.5S7.895 11 9 11s2-.672 2-1.5S10.105 8 9 8zm6 0c-1.105 0-2 .672-2 1.5s.895 1.5 2 1.5 2-.672 2-1.5S16.105 8 15 8z\"/>\n    </g>\n</svg>\n</li><li title=\"criminal line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M12 2a9 9 0 0 1 6.894 14.786c1.255.83 2.033 1.89 2.101 3.049L21 20l-9 2-9-2 .005-.165c.067-1.16.846-2.22 2.1-3.05A8.965 8.965 0 0 1 3 11a9 9 0 0 1 9-9zm0 2a7 7 0 0 0-7 7c0 1.567.514 3.05 1.445 4.261l.192.239 1.443 1.717-1.962 1.299-.137.097L12 19.951l6.018-1.338-.049-.036-.178-.123-1.871-1.237 1.443-1.718A6.963 6.963 0 0 0 19 11a7 7 0 0 0-7-7zm0 9c1.38 0 2.5.672 2.5 1.5S13.38 16 12 16s-2.5-.672-2.5-1.5S10.62 13 12 13zM9 8c1.105 0 2 .672 2 1.5S10.105 11 9 11s-2-.672-2-1.5S7.895 8 9 8zm6 0c1.105 0 2 .672 2 1.5s-.895 1.5-2 1.5-2-.672-2-1.5.895-1.5 2-1.5z\"/>\n    </g>\n</svg>\n</li><li title=\"emotion 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-4-9a4 4 0 1 0 8 0H8z\"/>\n    </g>\n</svg>\n</li><li title=\"emotion 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm-4-7h8a4 4 0 1 1-8 0z\"/>\n    </g>\n</svg>\n</li><li title=\"emotion fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-4-9a4 4 0 1 0 8 0H8zm0-2a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm8 0a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z\"/>\n    </g>\n</svg>\n</li><li title=\"emotion happy fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-5-9a5 5 0 0 0 10 0h-2a3 3 0 0 1-6 0H7zm1-2a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm8 0a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z\"/>\n    </g>\n</svg>\n</li><li title=\"emotion happy line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm-5-7h2a3 3 0 0 0 6 0h2a5 5 0 0 1-10 0zm1-2a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm8 0a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\"/>\n    </g>\n</svg>\n</li><li title=\"emotion laugh fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm0 9c-2 0-3.667.333-5 1a5 5 0 0 0 10 0c-1.333-.667-3-1-5-1zM8.5 7c-1.152 0-2.122.78-2.412 1.84L6.05 9h4.9A2.5 2.5 0 0 0 8.5 7zm7 0c-1.152 0-2.122.78-2.412 1.84L13.05 9h4.9a2.5 2.5 0 0 0-2.45-2z\"/>\n    </g>\n</svg>\n</li><li title=\"emotion laugh line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm0 2a8 8 0 1 0 0 16 8 8 0 0 0 0-16zm0 7c2 0 3.667.333 5 1a5 5 0 0 1-10 0c1.333-.667 3-1 5-1zM8.5 7a2.5 2.5 0 0 1 2.45 2h-4.9A2.5 2.5 0 0 1 8.5 7zm7 0a2.5 2.5 0 0 1 2.45 2h-4.9a2.5 2.5 0 0 1 2.45-2z\"/>\n    </g>\n</svg>\n</li><li title=\"emotion line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm-4-7h8a4 4 0 1 1-8 0zm0-2a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm8 0a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\"/>\n    </g>\n</svg>\n</li><li title=\"emotion normal fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-4-8v2h8v-2H8zm0-3a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm8 0a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z\"/>\n    </g>\n</svg>\n</li><li title=\"emotion normal line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm-4-6h8v2H8v-2zm0-3a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm8 0a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\"/>\n    </g>\n</svg>\n</li><li title=\"emotion sad fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 2c5.523 0 10 4.477 10 10a9.958 9.958 0 0 1-1.065 4.496 1.977 1.977 0 0 0-.398-.775l-.123-.135L19 14.172l-1.414 1.414-.117.127a2 2 0 0 0 1.679 3.282A9.974 9.974 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2zm0 13c-1.38 0-2.63.56-3.534 1.463l-.166.174.945.86C10.035 17.182 10.982 17 12 17c.905 0 1.754.144 2.486.396l.269.1.945-.86A4.987 4.987 0 0 0 12 15zm-3.5-5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm7 0a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3z\"/>\n    </g>\n</svg>\n</li><li title=\"emotion sad line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M12 2c5.523 0 10 4.477 10 10 0 .727-.077 1.435-.225 2.118l-1.782-1.783a8 8 0 1 0-4.375 6.801 3.997 3.997 0 0 0 1.555 1.423A9.956 9.956 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2zm7 12.172l1.414 1.414a2 2 0 1 1-2.93.11l.102-.11L19 14.172zM12 15c1.466 0 2.785.631 3.7 1.637l-.945.86C13.965 17.182 13.018 17 12 17c-1.018 0-1.965.183-2.755.496l-.945-.86A4.987 4.987 0 0 1 12 15zm-3.5-5a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3zm7 0a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3z\"/>\n    </g>\n</svg>\n</li><li title=\"emotion unhappy fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-5-5h2a3 3 0 0 1 6 0h2a5 5 0 0 0-10 0zm1-6a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm8 0a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z\"/>\n    </g>\n</svg>\n</li><li title=\"emotion unhappy line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm-5-3a5 5 0 0 1 10 0h-2a3 3 0 0 0-6 0H7zm1-6a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm8 0a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\"/>\n    </g>\n</svg>\n</li><li title=\"genderless fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M11 7.066V1h2v6.066A7.501 7.501 0 0 1 12 22a7.5 7.5 0 0 1-1-14.934z\"/>\n    </g>\n</svg>\n</li><li title=\"genderless line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M13 7.066A7.501 7.501 0 0 1 12 22a7.5 7.5 0 0 1-1-14.934V1h2v6.066zM12 20a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11z\"/>\n    </g>\n</svg>\n</li><li title=\"ghost 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 2c3.5 0 6 3 7 6 3 1 4 3.73 4 6l-2.775.793a1 1 0 0 0-.725.961v1.496A1.75 1.75 0 0 1 17.75 19h-.596a2 2 0 0 0-1.668.896C14.558 21.3 13.396 22 12 22c-1.396 0-2.558-.701-3.486-2.104A2 2 0 0 0 6.846 19H6.25a1.75 1.75 0 0 1-1.75-1.75v-1.496a1 1 0 0 0-.725-.961L1 14c0-2.266 1-5 4-6 1-3 3.5-6 7-6zm0 10c-.828 0-1.5 1.12-1.5 2.5S11.172 17 12 17s1.5-1.12 1.5-2.5S12.828 12 12 12zM9.5 8a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm5 0a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3z\"/>\n    </g>\n</svg>\n</li><li title=\"ghost 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M12 2c3.5 0 6 3 7 6 3 1 4 3.73 4 6l-2.775.793a1 1 0 0 0-.725.961v1.496A1.75 1.75 0 0 1 17.75 19h-.596a2 2 0 0 0-1.668.896C14.558 21.3 13.396 22 12 22c-1.396 0-2.558-.701-3.486-2.104A2 2 0 0 0 6.846 19H6.25a1.75 1.75 0 0 1-1.75-1.75v-1.496a1 1 0 0 0-.725-.961L1 14c0-2.266 1-5 4-6 1-3 3.5-6 7-6zm0 2C9.89 4 7.935 5.788 6.989 8.371l-.092.261-.316.95-.949.315c-1.255.419-2.067 1.341-2.424 2.56l-.023.086 1.14.327a3 3 0 0 1 2.17 2.703l.005.181V17h.346a4 4 0 0 1 3.2 1.6l.136.192C10.758 19.663 11.316 20 12 20c.638 0 1.167-.293 1.703-1.04l.115-.168a4 4 0 0 1 3.1-1.785l.236-.007h.346v-1.246a3 3 0 0 1 2.003-2.83l.173-.054 1.139-.327-.023-.087c-.337-1.151-1.08-2.037-2.22-2.484l-.204-.075-.95-.316-.315-.949C16.195 5.91 14.18 4 12 4zm0 8c.828 0 1.5 1.12 1.5 2.5S12.828 17 12 17s-1.5-1.12-1.5-2.5.672-2.5 1.5-2.5zM9.5 8a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3zm5 0a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3z\"/>\n    </g>\n</svg>\n</li><li title=\"ghost fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 2a9 9 0 0 1 9 9v7.5a3.5 3.5 0 0 1-6.39 1.976 2.999 2.999 0 0 1-5.223 0 3.5 3.5 0 0 1-6.382-1.783L3 18.499V11a9 9 0 0 1 9-9zm0 10c-1.105 0-2 1.12-2 2.5s.895 2.5 2 2.5 2-1.12 2-2.5-.895-2.5-2-2.5zM9.5 8a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm5 0a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3z\"/>\n    </g>\n</svg>\n</li><li title=\"ghost line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M12 2a9 9 0 0 1 9 9v7.5a3.5 3.5 0 0 1-6.39 1.976 2.999 2.999 0 0 1-5.223 0 3.5 3.5 0 0 1-6.382-1.783L3 18.499V11a9 9 0 0 1 9-9zm0 2a7 7 0 0 0-6.996 6.76L5 11v7.446l.002.138a1.5 1.5 0 0 0 2.645.88l.088-.116a2 2 0 0 1 3.393.142.999.999 0 0 0 1.74.003 2 2 0 0 1 3.296-.278l.097.13a1.5 1.5 0 0 0 2.733-.701L19 18.5V11a7 7 0 0 0-7-7zm0 8c1.105 0 2 1.12 2 2.5s-.895 2.5-2 2.5-2-1.12-2-2.5.895-2.5 2-2.5zM9.5 8a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3zm5 0a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3z\"/>\n    </g>\n</svg>\n</li><li title=\"ghost smile fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 2a9 9 0 0 1 9 9v7.5a3.5 3.5 0 0 1-6.39 1.976 2.999 2.999 0 0 1-5.223 0 3.5 3.5 0 0 1-6.382-1.783L3 18.499V11a9 9 0 0 1 9-9zm4 11h-2a2 2 0 0 1-3.995.15L10 13H8l.005.2a4 4 0 0 0 7.99 0L16 13zm-4-6a2 2 0 1 0 0 4 2 2 0 0 0 0-4z\"/>\n    </g>\n</svg>\n</li><li title=\"ghost smile line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M12 2a9 9 0 0 1 9 9v7.5a3.5 3.5 0 0 1-6.39 1.976 2.999 2.999 0 0 1-5.223 0 3.5 3.5 0 0 1-6.382-1.783L3 18.499V11a9 9 0 0 1 9-9zm0 2a7 7 0 0 0-6.996 6.76L5 11v7.446l.002.138a1.5 1.5 0 0 0 2.645.88l.088-.116a2 2 0 0 1 3.393.142.999.999 0 0 0 1.74.003 2 2 0 0 1 3.296-.278l.097.13a1.5 1.5 0 0 0 2.733-.701L19 18.5V11a7 7 0 0 0-7-7zm4 9a4 4 0 0 1-7.995.2L8 13h2a2 2 0 1 0 4 0h2zm-4-6a2 2 0 1 1 0 4 2 2 0 0 1 0-4z\"/>\n    </g>\n</svg>\n</li><li title=\"group 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M10 19.748V16.4c0-1.283.995-2.292 2.467-2.868A8.482 8.482 0 0 0 9.5 13c-1.89 0-3.636.617-5.047 1.66A8.017 8.017 0 0 0 10 19.748zm8.88-3.662C18.485 15.553 17.17 15 15.5 15c-2.006 0-3.5.797-3.5 1.4V20a7.996 7.996 0 0 0 6.88-3.914zM9.55 11.5a2.25 2.25 0 1 0 0-4.5 2.25 2.25 0 0 0 0 4.5zm5.95 1a2 2 0 1 0 0-4 2 2 0 0 0 0 4zM12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10z\"/>\n    </g>\n</svg>\n</li><li title=\"group 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M9.55 11.5a2.25 2.25 0 1 1 0-4.5 2.25 2.25 0 0 1 0 4.5zm.45 8.248V16.4c0-.488.144-.937.404-1.338a6.473 6.473 0 0 0-5.033 1.417A8.012 8.012 0 0 0 10 19.749zM4.453 14.66A8.462 8.462 0 0 1 9.5 13c1.043 0 2.043.188 2.967.532.878-.343 1.925-.532 3.033-.532 1.66 0 3.185.424 4.206 1.156a8 8 0 1 0-15.253.504zm14.426 1.426C18.486 15.553 17.171 15 15.5 15c-2.006 0-3.5.797-3.5 1.4V20a7.996 7.996 0 0 0 6.88-3.914zM12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm3.5-9.5a2 2 0 1 1 0-4 2 2 0 0 1 0 4z\"/>\n    </g>\n</svg>\n</li><li title=\"group fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M2 22a8 8 0 1 1 16 0H2zm8-9c-3.315 0-6-2.685-6-6s2.685-6 6-6 6 2.685 6 6-2.685 6-6 6zm7.363 2.233A7.505 7.505 0 0 1 22.983 22H20c0-2.61-1-4.986-2.637-6.767zm-2.023-2.276A7.98 7.98 0 0 0 18 7a7.964 7.964 0 0 0-1.015-3.903A5 5 0 0 1 21 8a4.999 4.999 0 0 1-5.66 4.957z\"/>\n    </g>\n</svg>\n</li><li title=\"group line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M2 22a8 8 0 1 1 16 0h-2a6 6 0 1 0-12 0H2zm8-9c-3.315 0-6-2.685-6-6s2.685-6 6-6 6 2.685 6 6-2.685 6-6 6zm0-2c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm8.284 3.703A8.002 8.002 0 0 1 23 22h-2a6.001 6.001 0 0 0-3.537-5.473l.82-1.824zm-.688-11.29A5.5 5.5 0 0 1 21 8.5a5.499 5.499 0 0 1-5 5.478v-2.013a3.5 3.5 0 0 0 1.041-6.609l.555-1.943z\"/>\n    </g>\n</svg>\n</li><li title=\"men fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M18.586 5H14V3h8v8h-2V6.414l-3.537 3.537a7.5 7.5 0 1 1-1.414-1.414L18.586 5z\"/>\n    </g>\n</svg>\n</li><li title=\"men line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M15.05 8.537L18.585 5H14V3h8v8h-2V6.414l-3.537 3.537a7.5 7.5 0 1 1-1.414-1.414zM10.5 20a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11z\"/>\n    </g>\n</svg>\n</li><li title=\"mickey fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M18.5 2a4.5 4.5 0 0 1 .883 8.913 8 8 0 1 1-14.765-.001A4.499 4.499 0 0 1 5.5 2a4.5 4.5 0 0 1 4.493 4.254A7.998 7.998 0 0 1 12 6c.693 0 1.365.088 2.006.254A4.5 4.5 0 0 1 18.5 2z\"/>\n    </g>\n</svg>\n</li><li title=\"mickey line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M18.5 2a4.5 4.5 0 0 1 .883 8.913l.011.027a8 8 0 0 1-7.145 11.056L12 22a8 8 0 0 1-7.382-11.088A4.499 4.499 0 0 1 5.5 2a4.5 4.5 0 0 1 4.493 4.254l.073-.019A8.018 8.018 0 0 1 12 6l.25.004a8 8 0 0 1 1.756.25A4.5 4.5 0 0 1 18.5 2zM12 8a6 6 0 1 0 0 12 6 6 0 0 0 0-12zM5.5 4a2.5 2.5 0 0 0 0 5l.164-.005.103-.01A8.044 8.044 0 0 1 7.594 7.32l.33-.206A2.5 2.5 0 0 0 5.5 4zm13 0a2.5 2.5 0 0 0-2.466 2.916l.043.2.028.016a8.04 8.04 0 0 1 2.128 1.852A2.5 2.5 0 1 0 18.5 4z\"/>\n    </g>\n</svg>\n</li><li title=\"open arm fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 12a5 5 0 1 1 0-10 5 5 0 0 1 0 10zm6 5v5h-2v-5c0-4.451 2.644-8.285 6.447-10.016l.828 1.82A9.002 9.002 0 0 0 18 17zM8 17v5H6v-5A9.002 9.002 0 0 0 .725 8.805l.828-1.821A11.002 11.002 0 0 1 8 17z\"/>\n    </g>\n</svg>\n</li><li title=\"open arm line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M18 17v5h-2v-5c0-4.451 2.644-8.285 6.447-10.016l.828 1.82A9.002 9.002 0 0 0 18 17zM8 17v5H6v-5A9.002 9.002 0 0 0 .725 8.805l.828-1.821A11.002 11.002 0 0 1 8 17zm4-5a5 5 0 1 1 0-10 5 5 0 0 1 0 10zm0-2a3 3 0 1 0 0-6 3 3 0 0 0 0 6z\"/>\n    </g>\n</svg>\n</li><li title=\"parent fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M7 11a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9zm10.5 4a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm0 1a4.5 4.5 0 0 1 4.5 4.5v.5h-9v-.5a4.5 4.5 0 0 1 4.5-4.5zM7 12a5 5 0 0 1 5 5v4H2v-4a5 5 0 0 1 5-5z\"/>\n    </g>\n</svg>\n</li><li title=\"parent line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M7 9a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5zm0 2a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9zm10.5 2a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm2.5 6v-.5a2.5 2.5 0 1 0-5 0v.5h-2v-.5a4.5 4.5 0 1 1 9 0v.5h-2zm-10 0v-4a3 3 0 0 0-6 0v4H2v-4a5 5 0 0 1 10 0v4h-2z\"/>\n    </g>\n</svg>\n</li><li title=\"robot fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M13 4.055c4.5.497 8 4.312 8 8.945v9H3v-9c0-4.633 3.5-8.448 8-8.945V1h2v3.055zM12 18a5 5 0 1 0 0-10 5 5 0 0 0 0 10zm0-2a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0-2a1 1 0 1 0 0-2 1 1 0 0 0 0 2z\"/>\n    </g>\n</svg>\n</li><li title=\"robot line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M13 4.055c4.5.497 8 4.312 8 8.945v9H3v-9c0-4.633 3.5-8.448 8-8.945V1h2v3.055zM19 20v-7a7 7 0 0 0-14 0v7h14zm-7-2a5 5 0 1 1 0-10 5 5 0 0 1 0 10zm0-2a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-2a1 1 0 1 1 0-2 1 1 0 0 1 0 2z\"/>\n    </g>\n</svg>\n</li><li title=\"skull 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 2c5.523 0 10 4.477 10 10v3.764a2 2 0 0 1-1.106 1.789L18 19v1a3 3 0 0 1-2.824 2.995L14.95 23a2.5 2.5 0 0 0 .044-.33L15 22.5V22a2 2 0 0 0-1.85-1.995L13 20h-2a2 2 0 0 0-1.995 1.85L9 22v.5c0 .171.017.339.05.5H9a3 3 0 0 1-3-3v-1l-2.894-1.447A2 2 0 0 1 2 15.763V12C2 6.477 6.477 2 12 2zm-4 9a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm8 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4z\"/>\n    </g>\n</svg>\n</li><li title=\"skull 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M12 2c5.523 0 10 4.477 10 10v3.764a2 2 0 0 1-1.106 1.789L18 19v1a3 3 0 0 1-2.824 2.995L14.95 23a2.5 2.5 0 0 0 .044-.33L15 22.5V22a2 2 0 0 0-1.85-1.995L13 20h-2a2 2 0 0 0-1.995 1.85L9 22v.5c0 .171.017.339.05.5H9a3 3 0 0 1-3-3v-1l-2.894-1.447A2 2 0 0 1 2 15.763V12C2 6.477 6.477 2 12 2zm0 2a8 8 0 0 0-7.996 7.75L4 12v3.764l4 2v1.591l.075-.084a3.992 3.992 0 0 1 2.723-1.266L11 18l2.073.001.223.01c.999.074 1.89.51 2.55 1.177l.154.167v-1.591l4-2V12a8 8 0 0 0-8-8zm-4 7a2 2 0 1 1 0 4 2 2 0 0 1 0-4zm8 0a2 2 0 1 1 0 4 2 2 0 0 1 0-4z\"/>\n    </g>\n</svg>\n</li><li title=\"skull fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M18 18v3a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1v-3H3a1 1 0 0 1-1-1v-5C2 6.477 6.477 2 12 2s10 4.477 10 10v5a1 1 0 0 1-1 1h-3zM7.5 14a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm9 0a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z\"/>\n    </g>\n</svg>\n</li><li title=\"skull line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M20 12a8 8 0 1 0-16 0v4h3a1 1 0 0 1 1 1v3h8v-3a1 1 0 0 1 1-1h3v-4zm-2 6v3a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1v-3H3a1 1 0 0 1-1-1v-5C2 6.477 6.477 2 12 2s10 4.477 10 10v5a1 1 0 0 1-1 1h-3zM7.5 14a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 0a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\"/>\n    </g>\n</svg>\n</li><li title=\"spy fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17 13a4 4 0 1 1 0 8c-2.142 0-4-1.79-4-4h-2a4 4 0 1 1-.535-2h3.07A3.998 3.998 0 0 1 17 13zM2 12v-2h2V7a4 4 0 0 1 4-4h8a4 4 0 0 1 4 4v3h2v2H2z\"/>\n    </g>\n</svg>\n</li><li title=\"spy line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M17 13a4 4 0 1 1-4 4h-2a4 4 0 1 1-.535-2h3.07A3.998 3.998 0 0 1 17 13zM7 15a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm10 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4zM16 3a4 4 0 0 1 4 4v3h2v2H2v-2h2V7a4 4 0 0 1 4-4h8zm0 2H8c-1.054 0-2 .95-2 2v3h12V7c0-1.054-.95-2-2-2z\"/>\n    </g>\n</svg>\n</li><li title=\"star smile fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 .5l4.226 6.183 7.187 2.109-4.575 5.93.215 7.486L12 19.69l-7.053 2.518.215-7.486-4.575-5.93 7.187-2.109L12 .5zM10 12H8a4 4 0 0 0 7.995.2L16 12h-2a2 2 0 0 1-3.995.15L10 12z\"/>\n    </g>\n</svg>\n</li><li title=\"star smile line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M12 .5l4.226 6.183 7.187 2.109-4.575 5.93.215 7.486L12 19.69l-7.053 2.518.215-7.486-4.575-5.93 7.187-2.109L12 .5zm0 3.544L9.022 8.402 3.957 9.887l3.225 4.178-.153 5.275L12 17.566l4.97 1.774-.152-5.275 3.224-4.178-5.064-1.485L12 4.044zM10 12a2 2 0 1 0 4 0h2a4 4 0 1 1-8 0h2z\"/>\n    </g>\n</svg>\n</li><li title=\"team fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 11a5 5 0 0 1 5 5v6H7v-6a5 5 0 0 1 5-5zm-6.712 3.006a6.983 6.983 0 0 0-.28 1.65L5 16v6H2v-4.5a3.5 3.5 0 0 1 3.119-3.48l.17-.014zm13.424 0A3.501 3.501 0 0 1 22 17.5V22h-3v-6c0-.693-.1-1.362-.288-1.994zM5.5 8a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5zm13 0a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5zM12 2a4 4 0 1 1 0 8 4 4 0 0 1 0-8z\"/>\n    </g>\n</svg>\n</li><li title=\"team line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M12 11a5 5 0 0 1 5 5v6h-2v-6a3 3 0 0 0-2.824-2.995L12 13a3 3 0 0 0-2.995 2.824L9 16v6H7v-6a5 5 0 0 1 5-5zm-6.5 3c.279 0 .55.033.81.094a5.947 5.947 0 0 0-.301 1.575L6 16v.086a1.492 1.492 0 0 0-.356-.08L5.5 16a1.5 1.5 0 0 0-1.493 1.356L4 17.5V22H2v-4.5A3.5 3.5 0 0 1 5.5 14zm13 0a3.5 3.5 0 0 1 3.5 3.5V22h-2v-4.5a1.5 1.5 0 0 0-1.356-1.493L18.5 16c-.175 0-.343.03-.5.085V16c0-.666-.108-1.306-.309-1.904.259-.063.53-.096.809-.096zm-13-6a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5zm13 0a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5zm-13 2a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1zm13 0a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1zM12 2a4 4 0 1 1 0 8 4 4 0 0 1 0-8zm0 2a2 2 0 1 0 0 4 2 2 0 0 0 0-4z\"/>\n    </g>\n</svg>\n</li><li title=\"travesti fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M7.537 9.95L4.66 7.076 2.186 9.55.772 8.136l6.364-6.364L8.55 3.186 6.075 5.661l2.876 2.876A7.5 7.5 0 1 1 7.537 9.95z\"/>\n    </g>\n</svg>\n</li><li title=\"travesti line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M8.95 8.537A7.5 7.5 0 1 1 7.537 9.95L4.662 7.075 2.186 9.55.772 8.136l6.364-6.364L8.55 3.186 6.075 5.661l2.876 2.876zM13.5 20a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11z\"/>\n    </g>\n</svg>\n</li><li title=\"user 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M11 14.062V20h2v-5.938c3.946.492 7 3.858 7 7.938H4a8.001 8.001 0 0 1 7-7.938zM12 13c-3.315 0-6-2.685-6-6s2.685-6 6-6 6 2.685 6 6-2.685 6-6 6z\"/>\n    </g>\n</svg>\n</li><li title=\"user 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 22a8 8 0 1 1 16 0H4zm9-5.917V20h4.659A6.009 6.009 0 0 0 13 16.083zM11 20v-3.917A6.009 6.009 0 0 0 6.341 20H11zm1-7c-3.315 0-6-2.685-6-6s2.685-6 6-6 6 2.685 6 6-2.685 6-6 6zm0-2c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4z\"/>\n    </g>\n</svg>\n</li><li title=\"user 3 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M20 22H4v-2a5 5 0 0 1 5-5h6a5 5 0 0 1 5 5v2zm-8-9a6 6 0 1 1 0-12 6 6 0 0 1 0 12z\"/>\n    </g>\n</svg>\n</li><li title=\"user 3 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M20 22h-2v-2a3 3 0 0 0-3-3H9a3 3 0 0 0-3 3v2H4v-2a5 5 0 0 1 5-5h6a5 5 0 0 1 5 5v2zm-8-9a6 6 0 1 1 0-12 6 6 0 0 1 0 12zm0-2a4 4 0 1 0 0-8 4 4 0 0 0 0 8z\"/>\n    </g>\n</svg>\n</li><li title=\"user 4 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5 20h14v2H5v-2zm7-2a8 8 0 1 1 0-16 8 8 0 0 1 0 16z\"/>\n    </g>\n</svg>\n</li><li title=\"user 4 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5 20h14v2H5v-2zm7-2a8 8 0 1 1 0-16 8 8 0 0 1 0 16zm0-2a6 6 0 1 0 0-12 6 6 0 0 0 0 12z\"/>\n    </g>\n</svg>\n</li><li title=\"user 5 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M7.39 16.539a8 8 0 1 1 9.221 0l2.083 4.76a.5.5 0 0 1-.459.701H5.765a.5.5 0 0 1-.459-.7l2.083-4.761zm.729-5.569a4.002 4.002 0 0 0 7.762 0l-1.94-.485a2 2 0 0 1-3.882 0l-1.94.485z\"/>\n    </g>\n</svg>\n</li><li title=\"user 5 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M7.39 16.539a8 8 0 1 1 9.221 0l2.083 4.76a.5.5 0 0 1-.459.701H5.765a.5.5 0 0 1-.459-.7l2.083-4.761zm6.735-.693l1.332-.941a6 6 0 1 0-6.913 0l1.331.941L8.058 20h7.884l-1.817-4.154zM8.119 10.97l1.94-.485a2 2 0 0 0 3.882 0l1.94.485a4.002 4.002 0 0 1-7.762 0z\"/>\n    </g>\n</svg>\n</li><li title=\"user 6 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 17c3.662 0 6.865 1.575 8.607 3.925l-1.842.871C17.347 20.116 14.847 19 12 19c-2.847 0-5.347 1.116-6.765 2.796l-1.841-.872C5.136 18.574 8.338 17 12 17zm0-15a5 5 0 0 1 5 5v3a5 5 0 0 1-10 0V7a5 5 0 0 1 5-5z\"/>\n    </g>\n</svg>\n</li><li title=\"user 6 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M12 17c3.662 0 6.865 1.575 8.607 3.925l-1.842.871C17.347 20.116 14.847 19 12 19c-2.847 0-5.347 1.116-6.765 2.796l-1.841-.872C5.136 18.574 8.338 17 12 17zm0-15a5 5 0 0 1 5 5v3a5 5 0 0 1-4.783 4.995L12 15a5 5 0 0 1-5-5V7a5 5 0 0 1 4.783-4.995L12 2zm0 2a3 3 0 0 0-2.995 2.824L9 7v3a3 3 0 0 0 5.995.176L15 10V7a3 3 0 0 0-3-3z\"/>\n    </g>\n</svg>\n</li><li title=\"user add fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M14 14.252V22H4a8 8 0 0 1 10-7.748zM12 13c-3.315 0-6-2.685-6-6s2.685-6 6-6 6 2.685 6 6-2.685 6-6 6zm6 4v-3h2v3h3v2h-3v3h-2v-3h-3v-2h3z\"/>\n    </g>\n</svg>\n</li><li title=\"user add line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M14 14.252v2.09A6 6 0 0 0 6 22l-2-.001a8 8 0 0 1 10-7.748zM12 13c-3.315 0-6-2.685-6-6s2.685-6 6-6 6 2.685 6 6-2.685 6-6 6zm0-2c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm6 6v-3h2v3h3v2h-3v3h-2v-3h-3v-2h3z\"/>\n    </g>\n</svg>\n</li><li title=\"user fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 22a8 8 0 1 1 16 0H4zm8-9c-3.315 0-6-2.685-6-6s2.685-6 6-6 6 2.685 6 6-2.685 6-6 6z\"/>\n    </g>\n</svg>\n</li><li title=\"user follow fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M13 14.062V22H4a8 8 0 0 1 9-7.938zM12 13c-3.315 0-6-2.685-6-6s2.685-6 6-6 6 2.685 6 6-2.685 6-6 6zm5.793 6.914l3.535-3.535 1.415 1.414-4.95 4.95-3.536-3.536 1.415-1.414 2.12 2.121z\"/>\n    </g>\n</svg>\n</li><li title=\"user follow line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M14 14.252v2.09A6 6 0 0 0 6 22l-2-.001a8 8 0 0 1 10-7.748zM12 13c-3.315 0-6-2.685-6-6s2.685-6 6-6 6 2.685 6 6-2.685 6-6 6zm0-2c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm5.793 8.914l3.535-3.535 1.415 1.414-4.95 4.95-3.536-3.536 1.415-1.414 2.12 2.121z\"/>\n    </g>\n</svg>\n</li><li title=\"user heart fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17.841 15.659l.176.177.178-.177a2.25 2.25 0 0 1 3.182 3.182l-3.36 3.359-3.358-3.359a2.25 2.25 0 0 1 3.182-3.182zM12 14v8H4a8 8 0 0 1 7.75-7.996L12 14zm0-13c3.315 0 6 2.685 6 6s-2.685 6-6 6-6-2.685-6-6 2.685-6 6-6z\"/>\n    </g>\n</svg>\n</li><li title=\"user heart line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M17.841 15.659l.176.177.178-.177a2.25 2.25 0 0 1 3.182 3.182l-3.36 3.359-3.358-3.359a2.25 2.25 0 0 1 3.182-3.182zM12 14v2a6 6 0 0 0-6 6H4a8 8 0 0 1 7.75-7.996L12 14zm0-13c3.315 0 6 2.685 6 6a5.998 5.998 0 0 1-5.775 5.996L12 13c-3.315 0-6-2.685-6-6a5.998 5.998 0 0 1 5.775-5.996L12 1zm0 2C9.79 3 8 4.79 8 7s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4z\"/>\n    </g>\n</svg>\n</li><li title=\"user line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 22a8 8 0 1 1 16 0h-2a6 6 0 1 0-12 0H4zm8-9c-3.315 0-6-2.685-6-6s2.685-6 6-6 6 2.685 6 6-2.685 6-6 6zm0-2c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4z\"/>\n    </g>\n</svg>\n</li><li title=\"user location fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 14v8H4a8 8 0 0 1 8-8zm0-1c-3.315 0-6-2.685-6-6s2.685-6 6-6 6 2.685 6 6-2.685 6-6 6zm8.828 7.828L18 23.657l-2.828-2.829a4 4 0 1 1 5.656 0zM18 17a1 1 0 1 0 0 2 1 1 0 0 0 0-2z\"/>\n    </g>\n</svg>\n</li><li title=\"user location line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 14v2a6 6 0 0 0-6 6H4a8 8 0 0 1 8-8zm0-1c-3.315 0-6-2.685-6-6s2.685-6 6-6 6 2.685 6 6-2.685 6-6 6zm0-2c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm8.828 10.071L18 24l-2.828-2.929c-1.563-1.618-1.563-4.24 0-5.858a3.904 3.904 0 0 1 5.656 0c1.563 1.618 1.563 4.24 0 5.858zm-1.438-1.39c.813-.842.813-2.236 0-3.078a1.904 1.904 0 0 0-2.78 0c-.813.842-.813 2.236 0 3.079L18 21.12l1.39-1.44z\"/>\n    </g>\n</svg>\n</li><li title=\"user received 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M14 14.252V22H4a8 8 0 0 1 10-7.748zM12 13c-3.315 0-6-2.685-6-6s2.685-6 6-6 6 2.685 6 6-2.685 6-6 6zm8 4h3v2h-3v3.5L15 18l5-4.5V17z\"/>\n    </g>\n</svg>\n</li><li title=\"user received 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M14 14.252v2.09A6 6 0 0 0 6 22l-2-.001a8 8 0 0 1 10-7.748zM12 13c-3.315 0-6-2.685-6-6s2.685-6 6-6 6 2.685 6 6-2.685 6-6 6zm0-2c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm8 6h3v2h-3v3.5L15 18l5-4.5V17z\"/>\n    </g>\n</svg>\n</li><li title=\"user received fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M14 14.252V22H4a8 8 0 0 1 10-7.748zM12 13c-3.315 0-6-2.685-6-6s2.685-6 6-6 6 2.685 6 6-2.685 6-6 6zm7.418 4h3.586v2h-3.586l1.829 1.828-1.414 1.415L15.59 18l4.243-4.243 1.414 1.415L19.418 17z\"/>\n    </g>\n</svg>\n</li><li title=\"user received line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M14 14.252v2.09A6 6 0 0 0 6 22l-2-.001a8 8 0 0 1 10-7.748zM12 13c-3.315 0-6-2.685-6-6s2.685-6 6-6 6 2.685 6 6-2.685 6-6 6zm0-2c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm7.418 6h3.586v2h-3.586l1.829 1.828-1.414 1.415L15.59 18l4.243-4.243 1.414 1.415L19.418 17z\"/>\n    </g>\n</svg>\n</li><li title=\"user search fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 14v8H4a8 8 0 0 1 8-8zm0-1c-3.315 0-6-2.685-6-6s2.685-6 6-6 6 2.685 6 6-2.685 6-6 6zm9.446 7.032l1.504 1.504-1.414 1.414-1.504-1.504a4 4 0 1 1 1.414-1.414zM18 20a2 2 0 1 0 0-4 2 2 0 0 0 0 4z\"/>\n    </g>\n</svg>\n</li><li title=\"user search line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 14v2a6 6 0 0 0-6 6H4a8 8 0 0 1 8-8zm0-1c-3.315 0-6-2.685-6-6s2.685-6 6-6 6 2.685 6 6-2.685 6-6 6zm0-2c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm9.446 9.032l1.504 1.504-1.414 1.414-1.504-1.504a4 4 0 1 1 1.414-1.414zM18 20a2 2 0 1 0 0-4 2 2 0 0 0 0 4z\"/>\n    </g>\n</svg>\n</li><li title=\"user settings fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 14v8H4a8 8 0 0 1 8-8zm0-1c-3.315 0-6-2.685-6-6s2.685-6 6-6 6 2.685 6 6-2.685 6-6 6zm2.595 5.812a3.51 3.51 0 0 1 0-1.623l-.992-.573 1-1.732.992.573A3.496 3.496 0 0 1 17 14.645V13.5h2v1.145c.532.158 1.012.44 1.405.812l.992-.573 1 1.732-.992.573a3.51 3.51 0 0 1 0 1.622l.992.573-1 1.732-.992-.573a3.496 3.496 0 0 1-1.405.812V22.5h-2v-1.145a3.496 3.496 0 0 1-1.405-.812l-.992.573-1-1.732.992-.572zM18 17a1 1 0 1 0 0 2 1 1 0 0 0 0-2z\"/>\n    </g>\n</svg>\n</li><li title=\"user settings line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 14v2a6 6 0 0 0-6 6H4a8 8 0 0 1 8-8zm0-1c-3.315 0-6-2.685-6-6s2.685-6 6-6 6 2.685 6 6-2.685 6-6 6zm0-2c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm2.595 7.812a3.51 3.51 0 0 1 0-1.623l-.992-.573 1-1.732.992.573A3.496 3.496 0 0 1 17 14.645V13.5h2v1.145c.532.158 1.012.44 1.405.812l.992-.573 1 1.732-.992.573a3.51 3.51 0 0 1 0 1.622l.992.573-1 1.732-.992-.573a3.496 3.496 0 0 1-1.405.812V22.5h-2v-1.145a3.496 3.496 0 0 1-1.405-.812l-.992.573-1-1.732.992-.572zM18 19.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z\"/>\n    </g>\n</svg>\n</li><li title=\"user shared 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M14 14.252V22H4a8 8 0 0 1 10-7.748zM12 13c-3.315 0-6-2.685-6-6s2.685-6 6-6 6 2.685 6 6-2.685 6-6 6zm6 4v-3.5l5 4.5-5 4.5V19h-3v-2h3z\"/>\n    </g>\n</svg>\n</li><li title=\"user shared 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M14 14.252v2.09A6 6 0 0 0 6 22l-2-.001a8 8 0 0 1 10-7.748zM12 13c-3.315 0-6-2.685-6-6s2.685-6 6-6 6 2.685 6 6-2.685 6-6 6zm0-2c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm6 6v-3.5l5 4.5-5 4.5V19h-3v-2h3z\"/>\n    </g>\n</svg>\n</li><li title=\"user shared fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M14 14.252V22H4a8 8 0 0 1 10-7.748zM12 13c-3.315 0-6-2.685-6-6s2.685-6 6-6 6 2.685 6 6-2.685 6-6 6zm6.586 4l-1.829-1.828 1.415-1.415L22.414 18l-4.242 4.243-1.415-1.415L18.586 19H15v-2h3.586z\"/>\n    </g>\n</svg>\n</li><li title=\"user shared line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M14 14.252v2.09A6 6 0 0 0 6 22l-2-.001a8 8 0 0 1 10-7.748zM12 13c-3.315 0-6-2.685-6-6s2.685-6 6-6 6 2.685 6 6-2.685 6-6 6zm0-2c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm6.586 6l-1.829-1.828 1.415-1.415L22.414 18l-4.242 4.243-1.415-1.415L18.586 19H15v-2h3.586z\"/>\n    </g>\n</svg>\n</li><li title=\"user smile fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zM7 12a5 5 0 0 0 10 0h-2a3 3 0 0 1-6 0H7z\"/>\n    </g>\n</svg>\n</li><li title=\"user smile line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm-5-8h2a3 3 0 0 0 6 0h2a5 5 0 0 1-10 0z\"/>\n    </g>\n</svg>\n</li><li title=\"user star fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 14v8H4a8 8 0 0 1 8-8zm6 7.5l-2.939 1.545.561-3.272-2.377-2.318 3.286-.478L18 14l1.47 2.977 3.285.478-2.377 2.318.56 3.272L18 21.5zM12 13c-3.315 0-6-2.685-6-6s2.685-6 6-6 6 2.685 6 6-2.685 6-6 6z\"/>\n    </g>\n</svg>\n</li><li title=\"user star line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 14v2a6 6 0 0 0-6 6H4a8 8 0 0 1 8-8zm0-1c-3.315 0-6-2.685-6-6s2.685-6 6-6 6 2.685 6 6-2.685 6-6 6zm0-2c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm6 10.5l-2.939 1.545.561-3.272-2.377-2.318 3.286-.478L18 14l1.47 2.977 3.285.478-2.377 2.318.56 3.272L18 21.5z\"/>\n    </g>\n</svg>\n</li><li title=\"user unfollow fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M14 14.252V22H4a8 8 0 0 1 10-7.748zM12 13c-3.315 0-6-2.685-6-6s2.685-6 6-6 6 2.685 6 6-2.685 6-6 6zm7 3.586l2.121-2.122 1.415 1.415L20.414 18l2.122 2.121-1.415 1.415L19 19.414l-2.121 2.122-1.415-1.415L17.586 18l-2.122-2.121 1.415-1.415L19 16.586z\"/>\n    </g>\n</svg>\n</li><li title=\"user unfollow line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M14 14.252v2.09A6 6 0 0 0 6 22l-2-.001a8 8 0 0 1 10-7.748zM12 13c-3.315 0-6-2.685-6-6s2.685-6 6-6 6 2.685 6 6-2.685 6-6 6zm0-2c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm7 6.586l2.121-2.122 1.415 1.415L20.414 19l2.122 2.121-1.415 1.415L19 20.414l-2.121 2.122-1.415-1.415L17.586 19l-2.122-2.121 1.415-1.415L19 17.586z\"/>\n    </g>\n</svg>\n</li><li title=\"user voice fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M1 22a8 8 0 1 1 16 0H1zm8-9c-3.315 0-6-2.685-6-6s2.685-6 6-6 6 2.685 6 6-2.685 6-6 6zm9.246-9.816A9.97 9.97 0 0 1 19 7a9.97 9.97 0 0 1-.754 3.816l-1.677-1.22A7.99 7.99 0 0 0 17 7a7.99 7.99 0 0 0-.43-2.596l1.676-1.22zm3.302-2.4A13.942 13.942 0 0 1 23 7c0 2.233-.523 4.344-1.452 6.216l-1.645-1.196A11.955 11.955 0 0 0 21 7c0-1.792-.393-3.493-1.097-5.02L21.548.784z\"/>\n    </g>\n</svg>\n</li><li title=\"user voice line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M1 22a8 8 0 1 1 16 0h-2a6 6 0 1 0-12 0H1zm8-9c-3.315 0-6-2.685-6-6s2.685-6 6-6 6 2.685 6 6-2.685 6-6 6zm0-2c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zM21.548.784A13.942 13.942 0 0 1 23 7c0 2.233-.523 4.344-1.452 6.216l-1.645-1.196A11.955 11.955 0 0 0 21 7c0-1.792-.393-3.493-1.097-5.02L21.548.784zm-3.302 2.4A9.97 9.97 0 0 1 19 7a9.97 9.97 0 0 1-.754 3.816l-1.677-1.22A7.99 7.99 0 0 0 17 7a7.99 7.99 0 0 0-.43-2.596l1.676-1.22z\"/>\n    </g>\n</svg>\n</li><li title=\"women fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M11 15.934A7.501 7.501 0 0 1 12 1a7.5 7.5 0 0 1 1 14.934V18h5v2h-5v4h-2v-4H6v-2h5v-2.066z\"/>\n    </g>\n</svg>\n</li><li title=\"women line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M11 15.934A7.501 7.501 0 0 1 12 1a7.5 7.5 0 0 1 1 14.934V18h5v2h-5v4h-2v-4H6v-2h5v-2.066zM12 14a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11z\"/>\n    </g>\n</svg>\n</li><li class='heading'>Weather</li><li title=\"blaze fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M18.5 9c1 1.06 1.5 2.394 1.5 4 0 3.466-3.7 4.276-5.5 9-.667-.575-1-1.408-1-2.5 0-3.482 5-5.29 5-10.5zm-4-4c1.2 1.238 1.8 2.572 1.8 4 0 4.951-6.045 5.692-4.8 13C9.833 20.84 9 19.173 9 17c0-3.325 5.5-6 5.5-12zM10 1c1.333 1.667 2 3.167 2 4.5 0 6.25-8.5 8.222-4 16.5-2.616-.58-4.5-3-4.5-6C3.5 9.5 10 8.5 10 1z\"/>\n    </g>\n</svg>\n</li><li title=\"blaze line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M19 9c.667 1.06 1 2.394 1 4 0 3-3.5 4-5 9-.667-.575-1-1.408-1-2.5 0-3.482 5-5.29 5-10.5zm-4.5-4a8.31 8.31 0 0 1 1 4c0 5-6 6-4 13C9.833 20.84 9 19.173 9 17c0-3.325 5.5-6 5.5-12zM10 1c.667 1.333 1 2.833 1 4.5 0 6-9 7.5-3 16.5-2.5-.5-4.5-3-4.5-6C3.5 9.5 10 8.5 10 1z\"/>\n    </g>\n</svg>\n</li><li title=\"celsius fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4.5 10a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7zm0-2a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zM22 10h-2a4 4 0 1 0-8 0v5a4 4 0 1 0 8 0h2a6 6 0 1 1-12 0v-5a6 6 0 1 1 12 0z\"/>\n    </g>\n</svg>\n</li><li title=\"celsius line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4.5 10a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7zm0-2a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zM22 10h-2a4 4 0 1 0-8 0v5a4 4 0 1 0 8 0h2a6 6 0 1 1-12 0v-5a6 6 0 1 1 12 0z\"/>\n    </g>\n</svg>\n</li><li title=\"cloud windy fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M14 18v-3.993H2.074a8 8 0 0 1 14.383-6.908A5.5 5.5 0 1 1 17.5 18h-3.499zm-8 2h10v2H6v-2zm-4-4h10v2H2v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"cloud windy line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M14 18v-2h3.5a3.5 3.5 0 1 0-2.5-5.95V10a6 6 0 1 0-12 0v.007H1V10a8 8 0 0 1 15.458-2.901A5.5 5.5 0 1 1 17.5 18H14zm-8 2h10v2H6v-2zm0-8h8v2H6v-2zm-4 4h10v2H2v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"cloudy 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17 21H7A6 6 0 0 1 5.008 9.339a7 7 0 1 1 13.984 0A6 6 0 0 1 17 21z\"/>\n    </g>\n</svg>\n</li><li title=\"cloudy 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17 21H7A6 6 0 0 1 5.008 9.339a7 7 0 1 1 13.984 0A6 6 0 0 1 17 21zM7 19h10a4 4 0 1 0-.426-7.978 5 5 0 1 0-9.148 0A4 4 0 1 0 7 19z\"/>\n    </g>\n</svg>\n</li><li title=\"cloudy fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M9 20.986a8.5 8.5 0 1 1 7.715-12.983A6.5 6.5 0 0 1 17 20.981V21H9v-.014z\"/>\n    </g>\n</svg>\n</li><li title=\"cloudy line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M9.5 6a6.5 6.5 0 0 0 0 13h7a4.5 4.5 0 1 0-.957-8.898A6.502 6.502 0 0 0 9.5 6zm7 15h-7a8.5 8.5 0 1 1 7.215-12.997A6.5 6.5 0 0 1 16.5 21z\"/>\n    </g>\n</svg>\n</li><li title=\"drizzle fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M11 18v3H9v-3a8 8 0 1 1 7.458-10.901A5.5 5.5 0 1 1 17.5 18H11zm2 2h2v3h-2v-3z\"/>\n    </g>\n</svg>\n</li><li title=\"drizzle line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17 18v-2h.5a3.5 3.5 0 1 0-2.5-5.95V10a6 6 0 1 0-8 5.659v2.089a8 8 0 1 1 9.458-10.65A5.5 5.5 0 1 1 17.5 18l-.5.001zm-8-2h2v4H9v-4zm4 3h2v4h-2v-4z\"/>\n    </g>\n</svg>\n</li><li title=\"earthquake fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M11.327 1.612a1 1 0 0 1 1.246-.08l.1.08L23 11h-3v9a1 1 0 0 1-.883.993L19 21h-6.5l2.5-4-3.5-3 4-3L13 9l.5-3-3 3 2.5 2-5 3 3.75 3.5L8.5 21H5a1 1 0 0 1-.993-.883L4 20v-9H1l10.327-9.388z\"/>\n    </g>\n</svg>\n</li><li title=\"earthquake line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M5 21a1 1 0 0 1-.993-.883L4 20v-9H1l10.327-9.388a1 1 0 0 1 1.246-.08l.1.08L23 11h-3v9a1 1 0 0 1-.883.993L19 21H5zm7-17.298L6 9.156V19h4.357l1.393-1.5L8 14l5-3-2.5-2 3-3-.5 3 2.5 2-4 3 3.5 3-1.25 2H18V9.157l-6-5.455z\"/>\n    </g>\n</svg>\n</li><li title=\"fahrenheit fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 12h7v2h-7v7h-2V8a4 4 0 0 1 4-4h7v2h-7a2 2 0 0 0-2 2v4zm-7.5-2a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7zm0-2a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z\"/>\n    </g>\n</svg>\n</li><li title=\"fahrenheit line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 12h7v2h-7v7h-2V8a4 4 0 0 1 4-4h7v2h-7a2 2 0 0 0-2 2v4zm-7.5-2a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7zm0-2a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z\"/>\n    </g>\n</svg>\n</li><li title=\"fire fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 23a7.5 7.5 0 0 1-5.138-12.963C8.204 8.774 11.5 6.5 11 1.5c6 4 9 8 3 14 1 0 2.5 0 5-2.47.27.773.5 1.604.5 2.47A7.5 7.5 0 0 1 12 23z\"/>\n    </g>\n</svg>\n</li><li title=\"fire line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M12 23a7.5 7.5 0 0 0 7.5-7.5c0-.866-.23-1.697-.5-2.47-1.667 1.647-2.933 2.47-3.8 2.47 3.995-7 1.8-10-4.2-14 .5 5-2.796 7.274-4.138 8.537A7.5 7.5 0 0 0 12 23zm.71-17.765c3.241 2.75 3.257 4.887.753 9.274-.761 1.333.202 2.991 1.737 2.991.688 0 1.384-.2 2.119-.595a5.5 5.5 0 1 1-9.087-5.412c.126-.118.765-.685.793-.71.424-.38.773-.717 1.118-1.086 1.23-1.318 2.114-2.78 2.566-4.462z\"/>\n    </g>\n</svg>\n</li><li title=\"flashlight fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M13 10h7l-9 13v-9H4l9-13z\"/>\n    </g>\n</svg>\n</li><li title=\"flashlight line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M13 9h8L11 24v-9H4l9-15v9zm-2 2V7.22L7.532 13H13v4.394L17.263 11H11z\"/>\n    </g>\n</svg>\n</li><li title=\"flood fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M16 17.472A5.978 5.978 0 0 0 20 19h2v2h-2a7.963 7.963 0 0 1-4-1.07A7.96 7.96 0 0 1 12 21a7.963 7.963 0 0 1-4-1.07A7.96 7.96 0 0 1 4 21H2v-2h2c1.537 0 2.94-.578 4-1.528A5.978 5.978 0 0 0 12 19c1.537 0 2.94-.578 4-1.528zm-3.427-15.94l.1.08L23 11h-3v6a4.992 4.992 0 0 1-4-2 4.99 4.99 0 0 1-4 2 4.992 4.992 0 0 1-4-2 4.99 4.99 0 0 1-4 2l-.001-6H1l10.327-9.388a1 1 0 0 1 1.14-.145l.106.065z\"/>\n    </g>\n</svg>\n</li><li title=\"flood line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M16 17.472A5.978 5.978 0 0 0 20 19h2v2h-2a7.963 7.963 0 0 1-4-1.07A7.96 7.96 0 0 1 12 21a7.963 7.963 0 0 1-4-1.07A7.96 7.96 0 0 1 4 21H2v-2h2c1.537 0 2.94-.578 4-1.528A5.978 5.978 0 0 0 12 19c1.537 0 2.94-.578 4-1.528zm-3.427-15.94l.1.08L23 11h-3v6a5.99 5.99 0 0 1-2-.341V9.157l-6-5.455-6 5.454.001 7.502a5.978 5.978 0 0 1-1.702.335L4 17v-6H1l10.327-9.388a1 1 0 0 1 1.246-.08z\"/>\n    </g>\n</svg>\n</li><li title=\"foggy fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M1.584 13.007a8 8 0 0 1 14.873-5.908 5.5 5.5 0 0 1 6.52 5.908H1.584zM4 19h17v2H4v-2zm-2-4h21v2H2v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"foggy line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M1.584 13.007a8 8 0 0 1 14.873-5.908 5.5 5.5 0 0 1 6.52 5.908h-2.013A3.5 3.5 0 0 0 15 10.05V10a6 6 0 1 0-11.193 3.007H1.584zM4 19h17v2H4v-2zm-2-4h21v2H2v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"hail fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M18.995 17.794a4 4 0 0 0-5.085-3.644A4.001 4.001 0 0 0 6 15c0 1.08.428 2.059 1.122 2.778a8 8 0 1 1 9.335-10.68 5.5 5.5 0 0 1 2.537 10.696zM10 17a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm5 3a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm-5 3a2 2 0 1 1 0-4 2 2 0 0 1 0 4z\"/>\n    </g>\n</svg>\n</li><li title=\"hail line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6 17.418A8.003 8.003 0 0 1 9 2a8.003 8.003 0 0 1 7.458 5.099A5.5 5.5 0 0 1 19 17.793v-2.13a3.5 3.5 0 1 0-4-5.612V10a6 6 0 1 0-9 5.197v2.221zM10 17a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm5 3a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm-5 3a2 2 0 1 1 0-4 2 2 0 0 1 0 4z\"/>\n    </g>\n</svg>\n</li><li title=\"haze 2 fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 19a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3zm7.5 0a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3zm-15 0a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3zM17 7a5 5 0 0 1 0 10c-1.844 0-3.51-1.04-5-3.122C10.51 15.96 8.844 17 7 17A5 5 0 0 1 7 7c1.844 0 3.51 1.04 5 3.122C13.49 8.04 15.156 7 17 7zm-5-5a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3zM4.5 2a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3zm15 0a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3z\"/>\n    </g>\n</svg>\n</li><li title=\"haze 2 line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M12 19a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3zm7.5 0a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3zm-15 0a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3zM17 7a5 5 0 0 1 0 10c-1.844 0-3.51-1.04-5-3.122C10.51 15.96 8.844 17 7 17A5 5 0 0 1 7 7c1.844 0 3.51 1.04 5 3.122C13.49 8.04 15.156 7 17 7zM7 9a3 3 0 0 0 0 6c1.254 0 2.51-.875 3.759-2.854l.089-.147-.09-.145c-1.197-1.896-2.4-2.78-3.601-2.85L7 9zm10 0c-1.254 0-2.51.875-3.759 2.854l-.09.146.09.146c1.198 1.896 2.4 2.78 3.602 2.85L17 15a3 3 0 0 0 0-6zm-5-7a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3zM4.5 2a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3zm15 0a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3z\"/>\n    </g>\n</svg>\n</li><li title=\"haze fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6.083 13a6 6 0 1 1 11.834 0H6.083zM2 15h10v2H2v-2zm12 0h8v2h-8v-2zm2 4h4v2h-4v-2zM4 19h10v2H4v-2zm7-18h2v3h-2V1zM3.515 4.929l1.414-1.414L7.05 5.636 5.636 7.05 3.515 4.93zM19.07 3.515l1.414 1.414-2.121 2.121-1.414-1.414 2.121-2.121zM23 11v2h-3v-2h3zM4 11v2H1v-2h3z\"/>\n    </g>\n</svg>\n</li><li title=\"haze line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6.083 13a6 6 0 1 1 11.834 0h-2.043a4 4 0 1 0-7.748 0H6.083zM2 15h10v2H2v-2zm12 0h8v2h-8v-2zm2 4h4v2h-4v-2zM4 19h10v2H4v-2zm7-18h2v3h-2V1zM3.515 4.929l1.414-1.414L7.05 5.636 5.636 7.05 3.515 4.93zM19.07 3.515l1.414 1.414-2.121 2.121-1.414-1.414 2.121-2.121zM23 11v2h-3v-2h3zM4 11v2H1v-2h3z\"/>\n    </g>\n</svg>\n</li><li title=\"heavy showers fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M13 18v5h-2v-5H9v3H7v-3.252a8 8 0 1 1 9.458-10.65A5.5 5.5 0 1 1 17.5 18l-.5.001v3h-2v-3h-2z\"/>\n    </g>\n</svg>\n</li><li title=\"heavy showers line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5 16.93a8 8 0 1 1 11.458-9.831A5.5 5.5 0 0 1 19 17.793v-2.13a3.5 3.5 0 1 0-4-5.612V10a6 6 0 1 0-10 4.472v2.458zM7 14h2v6H7v-6zm8 0h2v6h-2v-6zm-4 3h2v6h-2v-6z\"/>\n    </g>\n</svg>\n</li><li title=\"meteor fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M21 1v12A9 9 0 1 1 7.375 5.278L14 1.453v2.77L21 1zm-9 7a5 5 0 1 0 0 10 5 5 0 0 0 0-10z\"/>\n    </g>\n</svg>\n</li><li title=\"meteor line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M21 1v12A9 9 0 1 1 7.375 5.278L14 1.453v2.77L21 1zm-2 3.122l-7 3.224v-2.43L8.597 6.881a6.997 6.997 0 0 0-3.592 5.845L5 13a7 7 0 0 0 13.996.24L19 13V4.122zM12 8a5 5 0 1 1 0 10 5 5 0 0 1 0-10zm0 2a3 3 0 1 0 0 6 3 3 0 0 0 0-6z\"/>\n    </g>\n</svg>\n</li><li title=\"mist fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 4h4v2H4V4zm12 15h4v2h-4v-2zM2 9h10v2H2V9zm12 0h6v2h-6V9zM4 14h6v2H4v-2zm8 0h10v2H12v-2zM10 4h12v2H10V4zM2 19h12v2H2v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"mist line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M4 4h4v2H4V4zm12 15h4v2h-4v-2zM2 9h5v2H2V9zm7 0h3v2H9V9zm5 0h6v2h-6V9zM4 14h6v2H4v-2zm8 0h3v2h-3v-2zm5 0h5v2h-5v-2zM10 4h12v2H10V4zM2 19h12v2H2v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"moon clear fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M9.822 2.238a9 9 0 0 0 11.94 11.94C20.768 18.654 16.775 22 12 22 6.477 22 2 17.523 2 12c0-4.775 3.346-8.768 7.822-9.762zm8.342.053L19 2.5v1l-.836.209a2 2 0 0 0-1.455 1.455L16.5 6h-1l-.209-.836a2 2 0 0 0-1.455-1.455L13 3.5v-1l.836-.209A2 2 0 0 0 15.29.836L15.5 0h1l.209.836a2 2 0 0 0 1.455 1.455zm5 5L24 7.5v1l-.836.209a2 2 0 0 0-1.455 1.455L21.5 11h-1l-.209-.836a2 2 0 0 0-1.455-1.455L18 8.5v-1l.836-.209a2 2 0 0 0 1.455-1.455L20.5 5h1l.209.836a2 2 0 0 0 1.455 1.455z\"/>\n    </g>\n</svg>\n</li><li title=\"moon clear line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M10 6a8 8 0 0 0 11.955 6.956C21.474 18.03 17.2 22 12 22 6.477 22 2 17.523 2 12c0-5.2 3.97-9.474 9.044-9.955A7.963 7.963 0 0 0 10 6zm-6 6a8 8 0 0 0 8 8 8.006 8.006 0 0 0 6.957-4.045c-.316.03-.636.045-.957.045-5.523 0-10-4.477-10-10 0-.321.015-.64.045-.957A8.006 8.006 0 0 0 4 12zm14.164-9.709L19 2.5v1l-.836.209a2 2 0 0 0-1.455 1.455L16.5 6h-1l-.209-.836a2 2 0 0 0-1.455-1.455L13 3.5v-1l.836-.209A2 2 0 0 0 15.29.836L15.5 0h1l.209.836a2 2 0 0 0 1.455 1.455zm5 5L24 7.5v1l-.836.209a2 2 0 0 0-1.455 1.455L21.5 11h-1l-.209-.836a2 2 0 0 0-1.455-1.455L18 8.5v-1l.836-.209a2 2 0 0 0 1.455-1.455L20.5 5h1l.209.836a2 2 0 0 0 1.455 1.455z\"/>\n    </g>\n</svg>\n</li><li title=\"moon cloudy fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M8.67 5.007a7 7 0 0 1 7.55-3.901 4.5 4.5 0 0 0 5.674 5.674c.07.396.106.804.106 1.22a6.969 6.969 0 0 1-.865 3.373A5.5 5.5 0 0 1 17.5 21H9a8 8 0 0 1-.33-15.993zm2.177.207a8.016 8.016 0 0 1 5.61 4.885 5.529 5.529 0 0 1 2.96.245c.226-.425.393-.885.488-1.37a6.502 6.502 0 0 1-5.878-5.88 5.003 5.003 0 0 0-3.18 2.12z\"/>\n    </g>\n</svg>\n</li><li title=\"moon cloudy line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M8.67 5.007a7 7 0 0 1 7.55-3.901 4.5 4.5 0 0 0 5.674 5.674c.07.396.106.804.106 1.22a6.969 6.969 0 0 1-.865 3.373A5.5 5.5 0 0 1 17.5 21H9a8 8 0 0 1-.33-15.993zm2.177.207a8.016 8.016 0 0 1 5.61 4.885 5.529 5.529 0 0 1 2.96.245c.226-.425.393-.885.488-1.37a6.502 6.502 0 0 1-5.878-5.88 5.003 5.003 0 0 0-3.18 2.12zM17.5 19a3.5 3.5 0 1 0-2.5-5.95V13a6 6 0 1 0-6 6h8.5z\"/>\n    </g>\n</svg>\n</li><li title=\"moon fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M11.38 2.019a7.5 7.5 0 1 0 10.6 10.6C21.662 17.854 17.316 22 12.001 22 6.477 22 2 17.523 2 12c0-5.315 4.146-9.661 9.38-9.981z\"/>\n    </g>\n</svg>\n</li><li title=\"moon foggy fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M16 20.334V18h-2v-4H3.332A9.511 9.511 0 0 1 3 11.5c0-4.56 3.213-8.37 7.5-9.289a8 8 0 0 0 11.49 9.724 9.505 9.505 0 0 1-5.99 8.4zM7 20h7v2H7v-2zm-5-4h10v2H2v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"moon foggy line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M16 20.334v-2.199a7.522 7.522 0 0 0 3.623-4.281 9 9 0 0 1-10.622-8.99A7.518 7.518 0 0 0 5.151 10H3.117a9.505 9.505 0 0 1 8.538-7.963 7 7 0 0 0 10.316 8.728A9.503 9.503 0 0 1 16 20.335zM7 20h7v2H7v-2zm-3-8h6v2H4v-2zm-2 4h10v2H2v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"moon line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M10 7a7 7 0 0 0 12 4.9v.1c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2h.1A6.979 6.979 0 0 0 10 7zm-6 5a8 8 0 0 0 15.062 3.762A9 9 0 0 1 8.238 4.938 7.999 7.999 0 0 0 4 12z\"/>\n    </g>\n</svg>\n</li><li title=\"rainbow fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 4c6.075 0 11 4.925 11 11v5h-3v-5a8 8 0 0 0-7.75-7.996L12 7a8 8 0 0 0-7.996 7.75L4 15v5H1v-5C1 8.925 5.925 4 12 4zm0 4a7 7 0 0 1 7 7v5h-3v-5a4 4 0 0 0-3.8-3.995L12 11a4 4 0 0 0-3.995 3.8L8 15v5H5v-5a7 7 0 0 1 7-7zm0 4a3 3 0 0 1 3 3v5H9v-5a3 3 0 0 1 3-3z\"/>\n    </g>\n</svg>\n</li><li title=\"rainbow line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 4c6.075 0 11 4.925 11 11v5h-2v-5a9 9 0 0 0-8.735-8.996L12 6a9 9 0 0 0-8.996 8.735L3 15v5H1v-5C1 8.925 5.925 4 12 4zm0 4a7 7 0 0 1 7 7v5h-2v-5a5 5 0 0 0-4.783-4.995L12 10a5 5 0 0 0-4.995 4.783L7 15v5H5v-5a7 7 0 0 1 7-7zm0 4a3 3 0 0 1 3 3v5h-2v-5a1 1 0 0 0-.883-.993L12 14a1 1 0 0 0-.993.883L11 15v5H9v-5a3 3 0 0 1 3-3z\"/>\n    </g>\n</svg>\n</li><li title=\"rainy fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M15.86 18l-3.153-3.153a1 1 0 0 0-1.414 0L8.18 17.96A8.001 8.001 0 1 1 15.98 6.087 6 6 0 1 1 17 18h-1.139zm-5.628.732L12 16.964l1.768 1.768a2.5 2.5 0 1 1-3.536 0z\"/>\n    </g>\n</svg>\n</li><li title=\"rainy line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M16 18v-2h1a4 4 0 1 0-2.157-7.37A6 6 0 1 0 8 15.917v2.022A8.001 8.001 0 0 1 9 2a7.998 7.998 0 0 1 6.98 4.087A6 6 0 1 1 17 18h-1zm-5.768.732L12 16.964l1.768 1.768a2.5 2.5 0 1 1-3.536 0z\"/>\n    </g>\n</svg>\n</li><li title=\"showers fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M15 18H9v3H7v-3.252a8 8 0 1 1 9.458-10.65A5.5 5.5 0 1 1 17.5 18l-.5.001v3h-2v-3zm-4 2h2v3h-2v-3z\"/>\n    </g>\n</svg>\n</li><li title=\"showers line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M5 16.93a8 8 0 1 1 11.458-9.831A5.5 5.5 0 0 1 19 17.793v-2.13a3.5 3.5 0 1 0-4-5.612V10a6 6 0 1 0-10 4.472v2.458zM7 16h2v4H7v-4zm8 0h2v4h-2v-4zm-4 3h2v4h-2v-4z\"/>\n    </g>\n</svg>\n</li><li title=\"snowy fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6.027 17.43A8.003 8.003 0 0 1 9 2a8.003 8.003 0 0 1 7.458 5.099A5.5 5.5 0 0 1 18 17.978a6 6 0 0 0-11.973-.549zM13 16.267l1.964-1.134 1 1.732L14 18l1.964 1.134-1 1.732L13 19.732V22h-2v-2.268l-1.964 1.134-1-1.732L10 18l-1.964-1.134 1-1.732L11 16.268V14h2v2.268z\"/>\n    </g>\n</svg>\n</li><li title=\"snowy line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M13 16.268l1.964-1.134 1 1.732L14 18l1.964 1.134-1 1.732L13 19.732V22h-2v-2.268l-1.964 1.134-1-1.732L10 18l-1.964-1.134 1-1.732L11 16.268V14h2v2.268zM17 18v-2h.5a3.5 3.5 0 1 0-2.5-5.95V10a6 6 0 1 0-8 5.659v2.089a8 8 0 1 1 9.458-10.65A5.5 5.5 0 1 1 17.5 18l-.5.001z\"/>\n    </g>\n</svg>\n</li><li title=\"sun cloudy fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M9.984 5.06a6.5 6.5 0 1 1 11.286 6.436A5.5 5.5 0 0 1 17.5 21L9 20.999a8 8 0 1 1 .984-15.94zm2.071.544a8.026 8.026 0 0 1 4.403 4.495 5.529 5.529 0 0 1 3.12.307 4.5 4.5 0 0 0-7.522-4.802z\"/>\n    </g>\n</svg>\n</li><li title=\"sun cloudy line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M9.984 5.06a6.5 6.5 0 1 1 11.286 6.436A5.5 5.5 0 0 1 17.5 21L9 20.999a8 8 0 1 1 .984-15.94zm2.071.544a8.026 8.026 0 0 1 4.403 4.495 5.529 5.529 0 0 1 3.12.307 4.5 4.5 0 0 0-7.522-4.802zM17.5 19a3.5 3.5 0 1 0-2.5-5.95V13a6 6 0 1 0-6 6h8.5z\"/>\n    </g>\n</svg>\n</li><li title=\"sun fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M12 18a6 6 0 1 1 0-12 6 6 0 0 1 0 12zM11 1h2v3h-2V1zm0 19h2v3h-2v-3zM3.515 4.929l1.414-1.414L7.05 5.636 5.636 7.05 3.515 4.93zM16.95 18.364l1.414-1.414 2.121 2.121-1.414 1.414-2.121-2.121zm2.121-14.85l1.414 1.415-2.121 2.121-1.414-1.414 2.121-2.121zM5.636 16.95l1.414 1.414-2.121 2.121-1.414-1.414 2.121-2.121zM23 11v2h-3v-2h3zM4 11v2H1v-2h3z\"/>\n    </g>\n</svg>\n</li><li title=\"sun foggy fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M6.341 14A6 6 0 1 1 12 18v-4H6.341zM6 20h9v2H6v-2zm-5-9h3v2H1v-2zm1 5h8v2H2v-2zm9-15h2v3h-2V1zM3.515 4.929l1.414-1.414L7.05 5.636 5.636 7.05 3.515 4.93zM16.95 18.364l1.414-1.414 2.121 2.121-1.414 1.414-2.121-2.121zm2.121-14.85l1.414 1.415-2.121 2.121-1.414-1.414 2.121-2.121zM23 11v2h-3v-2h3z\"/>\n    </g>\n</svg>\n</li><li title=\"sun foggy line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M8 12h2v2H4v-2h2a6 6 0 1 1 6 6v-2a4 4 0 1 0-4-4zm-2 8h9v2H6v-2zm-4-4h8v2H2v-2zm9-15h2v3h-2V1zM3.515 4.929l1.414-1.414L7.05 5.636 5.636 7.05 3.515 4.93zM16.95 18.364l1.414-1.414 2.121 2.121-1.414 1.414-2.121-2.121zm2.121-14.85l1.414 1.415-2.121 2.121-1.414-1.414 2.121-2.121zM23 11v2h-3v-2h3z\"/>\n    </g>\n</svg>\n</li><li title=\"sun line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M12 18a6 6 0 1 1 0-12 6 6 0 0 1 0 12zm0-2a4 4 0 1 0 0-8 4 4 0 0 0 0 8zM11 1h2v3h-2V1zm0 19h2v3h-2v-3zM3.515 4.929l1.414-1.414L7.05 5.636 5.636 7.05 3.515 4.93zM16.95 18.364l1.414-1.414 2.121 2.121-1.414 1.414-2.121-2.121zm2.121-14.85l1.414 1.415-2.121 2.121-1.414-1.414 2.121-2.121zM5.636 16.95l1.414 1.414-2.121 2.121-1.414-1.414 2.121-2.121zM23 11v2h-3v-2h3zM4 11v2H1v-2h3z\"/>\n    </g>\n</svg>\n</li><li title=\"temp cold fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M8 10.255V5a4 4 0 1 1 8 0v5.255a7 7 0 1 1-8 0zM8 16a4 4 0 1 0 8 0H8z\"/>\n    </g>\n</svg>\n</li><li title=\"temp cold line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M8 5a4 4 0 1 1 8 0v5.255a7 7 0 1 1-8 0V5zm1.144 6.895a5 5 0 1 0 5.712 0L14 11.298V5a2 2 0 1 0-4 0v6.298l-.856.597zM8 16h8a4 4 0 1 1-8 0z\"/>\n    </g>\n</svg>\n</li><li title=\"temp hot fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M8 10.255V5a4 4 0 1 1 8 0v5.255a7 7 0 1 1-8 0zm3 1.871A4.002 4.002 0 0 0 12 20a4 4 0 0 0 1-7.874V5h-2v7.126z\"/>\n    </g>\n</svg>\n</li><li title=\"temp hot line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path fill-rule=\"nonzero\" d=\"M8 5a4 4 0 1 1 8 0v5.255a7 7 0 1 1-8 0V5zm1.144 6.895a5 5 0 1 0 5.712 0L14 11.298V5a2 2 0 1 0-4 0v6.298l-.856.597zm1.856.231V5h2v7.126A4.002 4.002 0 0 1 12 20a4 4 0 0 1-1-7.874zM12 18a2 2 0 1 0 0-4 2 2 0 0 0 0 4z\"/>\n    </g>\n</svg>\n</li><li title=\"thunderstorms fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M16.988 18l1.216-1.58a1.5 1.5 0 0 0-1.189-2.415H15v-3.976a1.5 1.5 0 0 0-2.69-.914l-6.365 8.281A8.002 8.002 0 0 1 9 2a8.003 8.003 0 0 1 7.458 5.099A5.5 5.5 0 1 1 17.5 18h-.512zM13 16.005h3l-5 6.5v-4.5H8l5-6.505v4.505z\"/>\n    </g>\n</svg>\n</li><li title=\"thunderstorms line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17 18v-2h.5a3.5 3.5 0 1 0-2.5-5.95V10a6 6 0 1 0-8 5.659v2.089a8 8 0 1 1 9.458-10.65A5.5 5.5 0 1 1 17.5 18l-.5.001zm-4-1.995h3l-5 6.5v-4.5H8l5-6.505v4.505z\"/>\n    </g>\n</svg>\n</li><li title=\"tornado fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M2 3h20v2H2V3zm2 4h16v2H4V7zm4 4h14v2H8v-2zm2 4h8v2h-8v-2zm-2 4h6v2H8v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"tornado line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M2 3h20v2H2V3zm2 4h16v2H4V7zm4 4h14v2H8v-2zm2 4h8v2h-8v-2zm-2 4h6v2H8v-2z\"/>\n    </g>\n</svg>\n</li><li title=\"typhoon fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17.654 1.7l-2.782 2.533a9.137 9.137 0 0 1 3.49 1.973c3.512 3.2 3.512 8.388 0 11.588-2.592 2.36-6.598 3.862-12.016 4.506l2.782-2.533a9.137 9.137 0 0 1-3.49-1.973c-3.512-3.2-3.533-8.369 0-11.588C8.23 3.846 12.237 2.344 17.655 1.7zM12 8c-2.485 0-4.5 1.79-4.5 4s2.015 4 4.5 4 4.5-1.79 4.5-4-2.015-4-4.5-4z\"/>\n    </g>\n</svg>\n</li><li title=\"typhoon line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M17.654 1.7l-2.782 2.533a9.137 9.137 0 0 1 3.49 1.973c3.512 3.2 3.512 8.388 0 11.588-2.592 2.36-6.598 3.862-12.016 4.506l2.782-2.533a9.137 9.137 0 0 1-3.49-1.973c-3.512-3.2-3.533-8.369 0-11.588C8.23 3.846 12.237 2.344 17.655 1.7zM12 6c-3.866 0-7 2.686-7 6s3.134 6 7 6 7-2.686 7-6-3.134-6-7-6zm0 2.3c2.21 0 4 1.657 4 3.7s-1.79 3.7-4 3.7-4-1.657-4-3.7 1.79-3.7 4-3.7zm0 2c-1.138 0-2 .797-2 1.7 0 .903.862 1.7 2 1.7s2-.797 2-1.7c0-.903-.862-1.7-2-1.7z\"/>\n    </g>\n</svg>\n</li><li title=\"windy fill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M10.5 17H4v-2h6.5a3.5 3.5 0 1 1-3.278 4.73l1.873-.703A1.5 1.5 0 1 0 10.5 17zM5 11h13.5a3.5 3.5 0 1 1-3.278 4.73l1.873-.703A1.5 1.5 0 1 0 18.5 13H5a3 3 0 0 1 0-6h8.5a1.5 1.5 0 1 0-1.405-2.027l-1.873-.702A3.501 3.501 0 0 1 17 5.5 3.5 3.5 0 0 1 13.5 9H5a1 1 0 1 0 0 2z\"/>\n    </g>\n</svg>\n</li><li title=\"windy line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n    <g>\n        <path fill=\"none\" d=\"M0 0h24v24H0z\"/>\n        <path d=\"M10.5 17H4v-2h6.5a3.5 3.5 0 1 1-3.278 4.73l1.873-.703A1.5 1.5 0 1 0 10.5 17zM5 11h13.5a3.5 3.5 0 1 1-3.278 4.73l1.873-.703A1.5 1.5 0 1 0 18.5 13H5a3 3 0 0 1 0-6h8.5a1.5 1.5 0 1 0-1.405-2.027l-1.873-.702A3.501 3.501 0 0 1 17 5.5 3.5 3.5 0 0 1 13.5 9H5a1 1 0 1 0 0 2z\"/>\n    </g>\n</svg>\n</li></ul>\n"
  },
  {
    "path": "resources/svg/icons/system-uicons/LICENSE",
    "content": "https://github.com/CoreyGinnivan/system-uicons\n\nThis is free and unencumbered software released into the public domain.\n\nAnyone is free to copy, modify, publish, use, compile, sell, or\ndistribute this software, either in source code form or as a compiled\nbinary, for any purpose, commercial or non-commercial, and by any\nmeans.\n\nIn jurisdictions that recognize copyright laws, the author or authors\nof this software dedicate any and all copyright interest in the\nsoftware to the public domain. We make this dedication for the benefit\nof the public at large and to the detriment of our heirs and\nsuccessors. We intend this dedication to be an overt act of\nrelinquishment in perpetuity of all present and future rights to this\nsoftware under copyright law.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR\nOTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\nARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n\nFor more information, please refer to <https://unlicense.org>\n"
  },
  {
    "path": "resources/svg/icons/system-uicons/index.html",
    "content": "<style>\nul.svg-list {\n\tlist-style:none;\n\tpadding:0;\n\tmargin:10px 0 0;\n}\nul.svg-list li {\n\tdisplay:inline-block;\n\tposition:relative;\n\twidth:32px;\n\theight:32px;\n\tpadding:3px;\n\tmargin-right:5px;\n\tmargin-bottom:5px;\n\tbox-shadow:0px 3px 6px 0px rgba(0, 0, 0, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.08);\n}\n\nul.svg-list li:hover {\n\tbox-shadow:none;//0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 0px rgba(0, 0, 0, 0.15);\n}\n\nul.svg-list li svg{\n\tmax-width:100%;\n\tmax-height:100%;\n\tfill: var(--bs-body-color);\n\tcolor: var(--bs-border-color);\n}\n\nul.svg-list li span {\n\t//display:none;\n}\n\nul.svg-list li.heading {\n\twidth:100%;\n\tbox-shadow:none;\n\ttext-transform: capitalize;\n\tfont-size: 12px;\n\tline-height: 32px;\t\n}\n\nul.svg-list li span {\n  visibility: hidden;\n  min-width: 120px;\n  background-color: black;\n  color: #fff;\n  text-align: center;\n  border-radius: 6px;\n  padding: 5px 0;\n  \n  /* Position the tooltip */\n  position: absolute;\n  z-index: 1;\n  left:0;\n  top: 105%;\n  font-size:12px;\n}\n\nul.svg-list li:hover  span {\n  visibility: visible;\n}\n\nul.svg-list li:hover  svg {\n\ttransform: scale(2);\n\tfill:blue;\n\tcolor:green;\n}\t\n</style>\n<ul class=\"svg-list\"><li title=\"airplay \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 4)\"><path d=\"m3.5 10.5-1-.0345601c-1.10193561-.0037085-2-.93261826-2-2.03456011v-5.9654399c0-1.1045695.8954305-2 2-2l10-.00245977c1.1045695 0 2 .8954305 2 2v6.00245977c0 1.1045695-.8954305 2.00000001-2 2.00000001-.0014957 0-.3348291.01234-1 .0370199\"/><path d=\"m7.5 12.5-3-3h6z\" transform=\"matrix(1 0 0 -1 0 22)\"/></g></svg></li><li title=\"alarm clock \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"matrix(-1 0 0 1 19 2)\"><path d=\"m7.5 2.56534572h2c3.3137085 0 6 2.6862915 6 6v1.93465428c0 3.3137085-2.6862915 6-6 6h-2c-3.3137085 0-6-2.6862915-6-6v-1.93465428c0-3.3137085 2.6862915-6 6-6zm-3.03187447-1.06810595c-.88435284-.63912003-2.08877116-.7093269-2.96812553.00276023-.90620024.73382648-1.25812628 1.95919459-.82225162 2.96879869m11.79055952-2.92496449c.889667-.68192972 2.1314103-.77286806 3.0316921-.0438342.9064946.73406486 1.2583549 1.95999074.8218266 2.96978251\"/><path d=\"m8.5 5.5v4h-3.5\"/><path d=\"m14 15 2 2\"/><path d=\"m1 15 2 2\" transform=\"matrix(-1 0 0 1 4 0)\"/></g></svg></li><li title=\"align horizontal \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(1 3)\"><path d=\"m14.5 4.5-3 3 3 3\"/><path d=\"m18.5 7.5h-7\"/><path d=\"m4.5 4.5 3 3-3 3\"/><path d=\"m7.5 7.5h-7\"/><path d=\"m9.5.5v14\"/></g></svg></li><li title=\"align vertical \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 1)\"><path d=\"m4.5 4.5 3 3 3-3\"/><path d=\"m7.5.5v7\"/><path d=\"m4.5 14.5 3-3 3 3\"/><path d=\"m7.5 11.5v7\"/><path d=\"m.5 9.5h14\"/></g></svg></li><li title=\"angle \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(5 5)\"><path d=\"m5.5 11.5c0-2.76142375-2.23857625-5-5-5\"/><path d=\"m.5.5v11h11\"/></g></svg></li><li title=\"archive \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 3)\"><path d=\"m1.5 4.5h14v7.9976807c0 1.1045695-.8954305 2-2 2h-10c-1.1045695 0-2-.8954305-2-2zm0-3.9777832h14c.5522847 0 1 .44771525 1 1v1.9777832c0 .55228475-.4477153 1-1 1h-14c-.55228475 0-1-.44771525-1-1v-1.9777832c0-.55228475.44771525-1 1-1z\"/><path d=\"m6.5 7.5h4\"/></g></svg></li><li title=\"arrow bottom left \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(6 6)\"><path d=\"m.5 1.5v7h7\"/><path d=\"m8.5.5-8 8\"/></g></svg></li><li title=\"arrow bottom right \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(6 6)\"><path d=\"m8.5 1.5v7h-7\"/><path d=\"m.5.5 8 8\"/></g></svg></li><li title=\"arrow down \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(6 4)\"><path d=\"m.5 9.499 4 4.001 4-4.001\"/><path d=\"m4.5.5v13\" transform=\"matrix(-1 0 0 -1 9 14)\"/></g></svg></li><li title=\"arrow down circle \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 2)\"><circle cx=\"8.5\" cy=\"8.5\" r=\"8\"/><path d=\"m5.5 9.5 3 3 3-3\"/><path d=\"m8.5 12.5v-8\"/></g></svg></li><li title=\"arrow left \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 6)\"><path d=\"m4.499.497-3.999 4.002 4 4.001\"/><path d=\"m13.5 4.5h-13\"/></g></svg></li><li title=\"arrow left circle \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 2)\"><circle cx=\"8.5\" cy=\"8.5\" r=\"8\"/><path d=\"m7.5 11.5-3-3 3-3\"/><path d=\"m8.5 4.5v8\" transform=\"matrix(0 1 -1 0 17 0)\"/></g></svg></li><li title=\"arrow right \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(4 6)\"><path d=\"m9.5.497 4 4.002-4 4.001\"/><path d=\"m.5 4.5h13\"/></g></svg></li><li title=\"arrow right circle \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 2)\"><circle cx=\"8.5\" cy=\"8.5\" r=\"8\"/><path d=\"m9.5 11.5 3-3-3-3\"/><path d=\"m8.5 4.5v8\" transform=\"matrix(0 1 -1 0 17 0)\"/></g></svg></li><li title=\"arrow top left \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(6 6)\"><path d=\"m.5 7.5v-7h7\"/><path d=\"m.5.5 8 8\"/></g></svg></li><li title=\"arrow top right \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(6 6)\"><path d=\"m8.5 7.5v-7h-7\"/><path d=\"m8.5.5-8 8\"/></g></svg></li><li title=\"arrow up \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(6 3)\"><path d=\"m8.5 4.5-4-4-4.029 4\"/><path d=\"m4.5.5v13\"/></g></svg></li><li title=\"arrow up circle \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 2)\"><circle cx=\"8.5\" cy=\"8.5\" r=\"8\"/><path d=\"m11.5 7.5-3-3-3 3\"/><path d=\"m8.5 4.5v8\"/></g></svg></li><li title=\"audio wave \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"m6.5 8.5v4\"/><path d=\"m8.5 6.5v9\"/><path d=\"m10.5 9.5v2\"/><path d=\"m12.5 7.5v6.814\"/><path d=\"m14.5 4.5v12\"/></g></svg></li><li title=\"backspace \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"matrix(0 -1 1 0 2.5 15.5)\"><path d=\"m0 5.82842712v7.17157288c0 1.1045695.8954305 2 2 2h6c1.1045695 0 2-.8954305 2-2v-7.17157288c0-.53043297-.21071368-1.0391408-.58578644-1.41421356l-3.70710678-3.70710678c-.39052429-.39052429-1.02368927-.39052429-1.41421356 0l-3.70710678 3.70710678c-.37507276.37507276-.58578644.88378059-.58578644 1.41421356z\"/><g transform=\"matrix(0 1 -1 0 14 4)\"><path d=\"m3 11 4-4\"/><path d=\"m3 7 4 4\"/></g></g></svg></li><li title=\"backward \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m5.66116524 3.36827202c5.18469776-.47094658 8.51890836 1.5289737 9.99999996 6-2.8248102-3.14044041-6.34158528-3.71816233-9.99999996-2v2.99999998l-5-4.99999998 5-5z\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2.839 4.132)\"/></svg></li><li title=\"bag \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(4 4)\"><path d=\"m2.42575356.50254623 8.09559774-.00228586c.5209891-.00014706.9548019.39973175.9969972.91900932l.8938128 10.99973961c.0447299.5504704-.3652538 1.0329756-.9157242 1.0777056l-.0809907.0032851h-9.83555122c-.55228475 0-1-.4477152-1-1l.00294679-.076713.84614072-10.99745378c.0400765-.52088193.4743495-.92313949.99677087-.92328699z\"/><path d=\"m9.5 4.5v.64527222c0 1.10456949-1.8954305 1.35472778-3 1.35472778s-3-.3954305-3-1.5v-.5\"/></g></svg></li><li title=\"battery 75 \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(2 6)\"><path d=\"m2.5.5h10c1.1045695 0 2 .8954305 2 2v3c0 1.1045695-.8954305 2-2 2h-10c-1.1045695 0-2-.8954305-2-2v-3c0-1.1045695.8954305-2 2-2z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"m3 2h7c.5522847 0 1 .44771525 1 1v2.04629283c0 .55228475-.4477153 1-1 1h-7c-.55228475 0-1-.44771525-1-1v-2.04629283c0-.55228475.44771525-1 1-1z\" fill=\"currentColor\"/><path d=\"m16.5 2.5v3\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></g></svg></li><li title=\"battery charging \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 4)\"><path d=\"m10.5 2.5 2-.00147513c1.104569-.00182524 2.0005267.89307776 2.0011772 1.99764707l-.0011772 3.00117786c0 1.1045695-.8954305 2-2 2l-2 .0026502m-5 0h-3.01261486c-1.1045695 0-2-.8954305-2-2v-3c0-1.1045695.8954305-2 2-2h2.01261486\"/><path d=\"m8.5 5.5h2.5l-3.6 6.5.1-5.5h-3l4-6z\"/><path d=\"m16.5 4.5v3\"/></g></svg></li><li title=\"battery empty \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 6)\"><path d=\"m2.5.5h10c1.1045695 0 2 .8954305 2 2v3c0 1.1045695-.8954305 2-2 2h-10c-1.1045695 0-2-.8954305-2-2v-3c0-1.1045695.8954305-2 2-2z\"/><path d=\"m16.5 2.5v3\"/></g></svg></li><li title=\"battery full \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(2 6)\"><path d=\"m2.5.5h10c1.1045695 0 2 .8954305 2 2v3c0 1.1045695-.8954305 2-2 2h-10c-1.1045695 0-2-.8954305-2-2v-3c0-1.1045695.8954305-2 2-2z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"m3 2h9c.5522847 0 1 .44771525 1 1v2c0 .55228475-.4477153 1-1 1h-9c-.55228475 0-1-.44771525-1-1v-2c0-.55228475.44771525-1 1-1z\" fill=\"currentColor\"/><path d=\"m16.5 2.5v3\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></g></svg></li><li title=\"battery half \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(2 6)\"><path d=\"m2.5.5h10c1.1045695 0 2 .8954305 2 2v3c0 1.1045695-.8954305 2-2 2h-10c-1.1045695 0-2-.8954305-2-2v-3c0-1.1045695.8954305-2 2-2z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"m3 2h4c.55228475 0 1 .44771525 1 1v2c0 .55228475-.44771525 1-1 1h-4c-.55228475 0-1-.44771525-1-1v-2c0-.55228475.44771525-1 1-1z\" fill=\"currentColor\"/><path d=\"m16.5 2.5v3\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></g></svg></li><li title=\"battery low \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(2 6)\"><path d=\"m2.5.49734981h10c1.1045695 0 2 .8954305 2 2v3.00265019c0 1.1045695-.8954305 2-2 2h-10c-1.1045695 0-2-.8954305-2-2v-3.00265019c0-1.1045695.8954305-2 2-2z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"m3 2c.55228475 0 1 .44771525 1 1v2c0 .55228475-.44771525 1-1 1s-1-.44771525-1-1v-2c0-.55228475.44771525-1 1-1z\" fill=\"currentColor\"/><path d=\"m16.5 2.5v1.5 1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></g></svg></li><li title=\"bell \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m2.41547595 3.5h10.16904815c.9116644 0 1.6507144.73905002 1.6507144 1.65071443 0 .299182-.0813106.59273912-.2352385.84928557-.9815222 1.63587038-1.5 3.50773964-1.5 5.4154759v1.0845241c0 2.209139-1.790861 4-4 4h-2c-2.209139 0-4-1.790861-4-4v-1.0845241c0-1.90773626-.51847777-3.77960552-1.5-5.4154759-.46904747-.78174578-.2155554-1.79571405.56619038-2.26476152.25654645-.15392786.55010357-.23523848.84928557-.23523848zm2.58452405-1.5c.66666667-1 1.5-1.5 2.5-1.5s1.83333333.5 2.5 1.5\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"matrix(-1 0 0 -1 18 19)\"/></svg></li><li title=\"bell disabled \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"matrix(-1 0 0 -1 18 19)\"><path d=\"m2.5 3.5h10.0845241c.9116644 0 1.6507144.73905002 1.6507144 1.65071443 0 .299182-.0813106.59273912-.2352385.84928557-.9815222 1.63587038-1.5 3.50773964-1.5 5.4154759v1.0845241c0 .2743851.0526244.7411502 0 1m-1.3634603 2.0081694c-.7039698.6174972-1.62653961.9918306-2.6365397.9918306h-2c-2.209139 0-4-1.790861-4-4v-1.0845241c0-1.90773626-.51847777-3.77960552-1.5-5.4154759-.23818692-.39697819-.29005196-.85383979-.18103675-1.26881839\"/><path d=\"m.5 1.5 14 14\"/><path d=\"m5 2c.66666667-1 1.5-1.5 2.5-1.5s1.83333333.5 2.5 1.5\"/></g></svg></li><li title=\"bell ringing \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m2.41547595 3.5h10.16904815c.9116644 0 1.6507144.73905002 1.6507144 1.65071443 0 .299182-.0813106.59273912-.2352385.84928557-.9815222 1.63587038-1.5 3.50773964-1.5 5.4154759v1.0845241c0 2.209139-1.790861 4-4 4h-2c-2.209139 0-4-1.790861-4-4v-1.0845241c0-1.90773626-.51847777-3.77960552-1.5-5.4154759-.46904747-.78174578-.2155554-1.79571405.56619038-2.26476152.25654645-.15392786.55010357-.23523848.84928557-.23523848zm-1.91547595 11c.2671216.9337883.60045494 1.6004549 1 2s1.06621173.7328784 2 1m10.9115854-3c-.2081785.9337883-.5120403 1.6004549-.9115854 2s-1.0956833.7328784-2.0884146 1m-6.4115854-15.5c.66666667-1 1.5-1.5 2.5-1.5s1.83333333.5 2.5 1.5\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"matrix(-1 0 0 -1 18 19)\"/></svg></li><li title=\"bell snooze \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 1)\"><path d=\"m12.4997505 6.58452405c0 1.90773631.5184778 3.77960555 1.5 5.41547595.4690475.7817458.2155554 1.795714-.5661903 2.2647615-.2565465.1539279-.5501036.2352385-.8492856.2352385h-10.16904812c-.91166441 0-1.65071443-.73905-1.65071443-1.6507144 0-.299182.08131061-.5927392.23523848-.8492856.98152223-1.6358704 1.5-3.50773964 1.5-5.41547595v-1.08452405c0-2.209139 1.790861-4 4-4h2c.80352907 0 1.55172027.23692942 2.17852347.64473803\"/><path d=\"m7.5 4.5h2l-2 3h2\"/><path d=\"m11.5.5h3l-3 4h3\"/><path d=\"m5 17.5c.66666667-1 1.5-1.5 2.5-1.5s1.83333333.5 2.5 1.5\" transform=\"matrix(-1 0 0 -1 15 33.5)\"/></g></svg></li><li title=\"bluetooth \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m0 3.75 7 7.5-3.5 3.75v-15l3.5 3.75-7 7.5\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(7 3)\"/></svg></li><li title=\"book \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m16.5 1.59090909c-1.3333333-.72727273-2.6666667-1.09090909-4-1.09090909s-2.66666667.36363636-4 1.09090909v9.90909091c1.33333333-.6666667 2.6666667-1 4-1s2.6666667.3333333 4 1zm-8 0c-1.33333333-.72727273-2.66666667-1.09090909-4-1.09090909s-2.66666667.36363636-4 1.09090909v9.90909091c1.33333333-.6666667 2.66666667-1 4-1s2.66666667.3333333 4 1z\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 5)\"/></svg></li><li title=\"book closed \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(4 3)\"><path d=\"m2.5.5h9c.5522847 0 1 .44771525 1 1v12c0 .5522847-.4477153 1-1 1h-9c-1.1045695 0-2-.8954305-2-2v-10c0-1.1045695.8954305-2 2-2z\"/><path d=\"m2.5 10.5h10v3c0 .5522847-.4477153 1-1 1h-9c-1.1045695 0-2-.8954305-2-2s.8954305-2 2-2z\"/></g></svg></li><li title=\"book text \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 5)\"><path d=\"m16.5 1.59090909c-1.3333333-.72727273-2.6666667-1.09090909-4-1.09090909s-2.66666667.36363636-4 1.09090909v9.90909091c1.33333333-.6666667 2.6666667-1 4-1s2.6666667.3333333 4 1z\"/><path d=\"m14.5559265 2.78819322c-.6853088-.19212881-1.3706177-.28819322-2.0559265-.28819322s-1.3706177.09606441-2.0559265.28819322m4.111853 2c-.6853088-.19212881-1.3706177-.28819322-2.0559265-.28819322s-1.3706177.09606441-2.0559265.28819322m4.111853 2c-.6853088-.19212881-1.3706177-.28819322-2.0559265-.28819322s-1.3706177.09606441-2.0559265.28819322m4.111853 2c-.6853088-.19212881-1.3706177-.28819322-2.0559265-.28819322s-1.3706177.09606441-2.0559265.28819322m-3.88814699-6c-.68530883-.19212881-1.37061767-.28819322-2.05592651-.28819322s-1.37061768.09606441-2.05592651.28819322m4.11185302 2c-.68530883-.19212881-1.37061767-.28819322-2.05592651-.28819322s-1.37061768.09606441-2.05592651.28819322m4.11185302 2c-.68530883-.19212881-1.37061767-.28819322-2.05592651-.28819322s-1.37061768.09606441-2.05592651.28819322m4.11185302 2c-.68530883-.19212881-1.37061767-.28819322-2.05592651-.28819322s-1.37061768.09606441-2.05592651.28819322\"/><path d=\"m8.5 1.59090909c-1.33333333-.72727273-2.66666667-1.09090909-4-1.09090909s-2.66666667.36363636-4 1.09090909v9.90909091c1.33333333-.6666667 2.66666667-1 4-1s2.66666667.3333333 4 1z\"/></g></svg></li><li title=\"bookmark \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m1.5.5h6c.55228475 0 1 .44771525 1 1v12l-4-4-4 4v-12c0-.55228475.44771525-1 1-1z\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(6 4)\"/></svg></li><li title=\"bookmark book \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(4 3)\"><path d=\"m2.5.5h8c1.1045695 0 2 .8954305 2 2v10c0 1.1045695-.8954305 2-2 2h-8c-1.1045695 0-2-.8954305-2-2v-10c0-1.1045695.8954305-2 2-2z\"/><path d=\"m3.5.5h4v5.012l-2-2.012-2 2.012z\"/></g></svg></li><li title=\"box \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 3)\"><path d=\"m8.49227788 1.06701593 5.00000002 2.85714286c.62315.35608571 1.0077221 1.01877259 1.0077221 1.73648628v4.67870983c0 .7177137-.3845721 1.3804006-1.0077221 1.7364863l-5.00000002 2.8571429c-.61486534.3513516-1.36969042.3513516-1.98455576 0l-5-2.8571429c-.62314999-.3560857-1.00772212-1.0187726-1.00772212-1.7364863v-4.67870983c0-.71771369.38457213-1.38040057 1.00772212-1.73648628l5-2.85714286c.61486534-.35135162 1.36969042-.35135162 1.98455576 0z\"/><path d=\"m11 6.5-7-4\"/><path d=\"m1 5 5.55180035 2.98943096c.59195265.31874373 1.30444665.31874373 1.8963993 0l5.55180035-2.98943096\"/><path d=\"m7.5 8.5v6.5\"/></g></svg></li><li title=\"box download \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 3)\"><path d=\"m7.5 10.5v-8c0-1.1045695-.8954305-2-2-2h-3c-1.1045695 0-2 .8954305-2 2v10c0 1.1045695.8954305 2 2 2h10c1.1045695 0 2-.8954305 2-2v-10c0-1.1045695-.8954305-2-2-2h-3\"/><path d=\"m4.5 7.5 3 3 3-3\"/></g></svg></li><li title=\"box open \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(0 1)\"><path d=\"m3.5 6.5 7-4 5.9922779 3.42415879c.62315.35608571 1.0077221 1.01877259 1.0077221 1.73648628v4.67870983c0 .7177137-.3845721 1.3804006-1.0077221 1.7364863l-5 2.8571429c-.6148654.3513516-1.3696904.3513516-1.98455578 0l-5-2.8571429c-.62314999-.3560857-1.00772212-1.0187726-1.00772212-1.7364863 0-1.2454967 0-2.1796192 0-2.8023676\"/><path d=\"m9.55180035 9.98943096c.59195265.31874374 1.30444665.31874374 1.89639925 0l5.5518004-2.98943096\"/><path d=\"m10.5 10.5v6.5\"/><path d=\"m3.5 6.5 7 4-3 1-7-4z\"/><path d=\"m10.5 2.5 7 4 2-2-7-4z\"/></g></svg></li><li title=\"branch \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"matrix(-1 0 0 1 17.335 3)\"><path d=\"m12.835 5.5v-5h-5\"/><path d=\"m12.835.5-6 6v8\"/><path d=\"m4.835 4.5-4-4\"/></g></svg></li><li title=\"briefcase \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m2.49999919 3.5h10.00000001c1.1045695 0 2 .8954305 2 2v5c0 1.1045695-.8954305 2-2 2h-10.00000001c-1.1045695 0-2-.8954305-2-2v-5c0-1.1045695.8954305-2 2-2zm4.00000081-3h2c1.1045695 0 2 .8954305 2 2v1h-6v-1c0-1.1045695.8954305-2 2-2z\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 4)\"/></svg></li><li title=\"browser \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 3)\"><path d=\"m16.5 11.5v-9c0-1.1045695-.8954305-2-2-2h-12c-1.1045695 0-2 .8954305-2 2v9c0 1.1045695.8954305 2 2 2h12c1.1045695 0 2-.8954305 2-2z\"/><path d=\"m14.5 10.5v-3c0-.55228475-.4477153-1-1-1h-10c-.55228475 0-1 .44771525-1 1v3c0 .5522847.44771525 1 1 1h10c.5522847 0 1-.4477153 1-1z\"/><path d=\"m6.5 3.498h8\"/><path d=\"m2.5 3.5h2\"/></g></svg></li><li title=\"browser alt \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 3)\"><path d=\"m16.5 11.5v-9c0-1.1045695-.8954305-2-2-2h-12c-1.1045695 0-2 .8954305-2 2v9c0 1.1045695.8954305 2 2 2h12c1.1045695 0 2-.8954305 2-2z\"/><path d=\"m6.5 10.5v-7c0-.55228475-.44771525-1-1-1h-2c-.55228475 0-1 .44771525-1 1v7c0 .5522847.44771525 1 1 1h2c.55228475 0 1-.4477153 1-1zm8-6.00000052v-1c0-.55228475-.4477153-1-1-1h-4c-.55228475 0-1 .44771525-1 1v1c0 .55228475.44771525 1 1 1h4c.5522847 0 1-.44771525 1-1zm0 6.00000052v-2c0-.55228475-.4477153-1-1-1h-4c-.55228475 0-1 .44771525-1 1v2c0 .5522847.44771525 1 1 1h4c.5522847 0 1-.4477153 1-1z\"/></g></svg></li><li title=\"button add \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(4 4)\"><path d=\"m12.5 10.5v-8c0-1.1045695-.8954305-2-2-2h-8c-1.1045695 0-2 .8954305-2 2v8c0 1.1045695.8954305 2 2 2h8c1.1045695 0 2-.8954305 2-2z\"/><path d=\"m6.5 3.5v6.056\"/><path d=\"m6.5 3.5v6\" transform=\"matrix(0 1 -1 0 13 0)\"/></g></svg></li><li title=\"button minus \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(4 4)\"><path d=\"m12.5 10.5v-8c0-1.1045695-.8954305-2-2-2h-8c-1.1045695 0-2 .8954305-2 2v8c0 1.1045695.8954305 2 2 2h8c1.1045695 0 2-.8954305 2-2z\"/><path d=\"m6.5 3.5v6\" transform=\"matrix(0 1 -1 0 13 0)\"/></g></svg></li><li title=\"calculator \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(5 4)\"><path d=\"m2.5.5h6c1.1045695 0 2 .8954305 2 2v9c0 1.1045695-.8954305 2-2 2h-6c-1.1045695 0-2-.8954305-2-2v-9c0-1.1045695.8954305-2 2-2z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"m.5 5.5h10\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><g fill=\"currentColor\"><circle cx=\"2.5\" cy=\"7.5\" r=\"1\"/><circle cx=\"4.5\" cy=\"7.5\" r=\"1\"/><circle cx=\"6.5\" cy=\"7.5\" r=\"1\"/><circle cx=\"8.5\" cy=\"7.5\" r=\"1\"/><circle cx=\"2.5\" cy=\"9.5\" r=\"1\"/><circle cx=\"4.5\" cy=\"9.5\" r=\"1\"/><circle cx=\"6.5\" cy=\"9.5\" r=\"1\"/><circle cx=\"8.5\" cy=\"9.5\" r=\"1\"/><circle cx=\"2.5\" cy=\"11.5\" r=\"1\"/><circle cx=\"4.5\" cy=\"11.5\" r=\"1\"/><circle cx=\"6.5\" cy=\"11.5\" r=\"1\"/><circle cx=\"8.5\" cy=\"11.5\" r=\"1\"/></g></g></svg></li><li title=\"calendar \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 2)\"><path d=\"m2.5.5h12c1.1045695 0 2 .8954305 2 2v12c0 1.1045695-.8954305 2-2 2h-12c-1.1045695 0-2-.8954305-2-2v-12c0-1.1045695.8954305-2 2-2z\"/><path d=\"m.5 4.5h16\"/></g></svg></li><li title=\"calendar add \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 2)\"><path d=\"m2.5.5h12c1.1045695 0 2 .8954305 2 2v12c0 1.1045695-.8954305 2-2 2h-12c-1.1045695 0-2-.8954305-2-2v-12c0-1.1045695.8954305-2 2-2z\"/><path d=\"m.5 4.5h16\"/><path d=\"m8.5 7.5v6.056\"/><path d=\"m8.5 7.5v6\" transform=\"matrix(0 1 -1 0 19 2)\"/></g></svg></li><li title=\"calendar date \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(2 2)\"><path d=\"m2.5.5h12c1.1045695 0 2 .8954305 2 2v11.9903615c0 1.1045695-.8954305 2-2 2h-12c-1.1045695 0-2-.8954305-2-2v-11.9903615c0-1.1045695.8954305-2 2-2z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"m.659 4.5h15.841\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><g fill=\"currentColor\"><path d=\"m4.81640625 11.1552734v-1.0791015h.87890625c.66894531 0 1.12304688-.39550784 1.12304688-.97167971 0-.52734375-.41503907-.92773438-1.10351563-.92773438-.71289063 0-1.15234375.36621094-1.20117187.99609375h-1.36230469c.04882812-1.29882812 1.04980469-2.17285156 2.63671875-2.17285156 1.5625 0 2.43164062.86425781 2.42675781 1.89453125-.00488281.85449219-.54199219 1.41601565-1.29882813 1.60156255v.0927734c.98144532.1416016 1.57714844.7666016 1.57714844 1.7089844 0 1.2353515-1.16210937 2.109375-2.75390625 2.109375-1.59179687 0-2.67578125-.8691407-2.73925781-2.2021485h1.41113281c.04394531.5957031.55175781.9765625 1.30859375.9765625.74707032 0 1.26953125-.4052734 1.26953125-1.015625 0-.625-.48828125-1.0107422-1.27929687-1.0107422z\"/><path d=\"m11.516 14.227v-5.611h-.087l-1.729 1.192v-1.372l1.821-1.255h1.47v7.046z\"/></g></g></svg></li><li title=\"calendar day \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(2 2)\"><path d=\"m2.5.5h12.0269119c1.1045695 0 2 .8954305 2 2v11.9907459c0 1.0543618-.8158778 1.9181651-1.8507376 1.9945143l-.1588615.0054627-12.02691193-.0577246c-1.10080997-.0052835-1.99040087-.8991544-1.99040087-1.999977v-11.9330213c0-1.1045695.8954305-2 2-2z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"m.5 4.5h16.027\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"4.5\" cy=\"8.5\" fill=\"currentColor\" r=\"1\"/></g></svg></li><li title=\"calendar days \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(2 2)\"><path d=\"m2.5.5h12c1.1045695 0 2 .8954305 2 2v12c0 1.1045695-.8954305 2-2 2h-12c-1.1045695 0-2-.8954305-2-2v-12c0-1.1045695.8954305-2 2-2z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"m.5 4.5h16\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><g fill=\"currentColor\"><circle cx=\"8.5\" cy=\"8.5\" r=\"1\"/><circle cx=\"4.5\" cy=\"8.5\" r=\"1\"/><circle cx=\"4.5\" cy=\"12.5\" r=\"1\"/></g></g></svg></li><li title=\"calendar last day \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(2 2)\"><path d=\"m2.5.5h12.0269119c1.1045695 0 2 .8954305 2 2v11.9907459c0 1.0543618-.8158778 1.9181651-1.8507376 1.9945143l-.1588615.0054627-12.02691193-.0577246c-1.10080997-.0052835-1.99040087-.8991544-1.99040087-1.999977v-11.9330213c0-1.1045695.8954305-2 2-2z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"m.5 4.5h16.027\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"12.5\" cy=\"12.5\" fill=\"currentColor\" r=\"1\"/></g></svg></li><li title=\"calendar month \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(2 2)\"><path d=\"m2.5.5h12c1.1045695 0 2 .8954305 2 2v12c0 1.1045695-.8954305 2-2 2h-12c-1.1045695 0-2-.8954305-2-2v-12c0-1.1045695.8954305-2 2-2z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"m.5 4.5h16\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><g fill=\"currentColor\"><circle cx=\"8.5\" cy=\"8.5\" r=\"1\"/><circle cx=\"4.5\" cy=\"8.5\" r=\"1\"/><circle cx=\"12.5\" cy=\"8.5\" r=\"1\"/><circle cx=\"8.5\" cy=\"12.5\" r=\"1\"/><circle cx=\"4.5\" cy=\"12.5\" r=\"1\"/><circle cx=\"12.5\" cy=\"12.5\" r=\"1\"/></g></g></svg></li><li title=\"calendar move \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(1 2)\"><path d=\"m1.5 8.46153846v-6.02882304c0-1.1045695.8954305-2 2-2h.00961527l12.00000003.05771542c1.1008036.00529233 1.9903847.89916054 1.9903847 1.99997689v11.99995377c0 1.1045695-.8954305 2-2 2-.0032051 0-.0064102 0-.0096153 0l-11.99999997-.0577154c-1.10080364-.0052923-1.99038473-.8991606-1.99038473-1.9999769v-1.9326692\"/><path d=\"m1.5 4.5h16\"/><path d=\"m9.621 8.379v4.242h-4.242\" transform=\"matrix(.70710678 .70710678 .70710678 -.70710678 -5.228144 12.621856)\"/><path d=\"m5.5 5.5v10\" transform=\"matrix(0 1 -1 0 16 5)\"/></g></svg></li><li title=\"calendar remove \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 2)\"><path d=\"m2.5.5h12c1.1045695 0 2 .8954305 2 2v12c0 1.1045695-.8954305 2-2 2h-12c-1.1045695 0-2-.8954305-2-2v-12c0-1.1045695.8954305-2 2-2z\"/><path d=\"m.5 4.5h16\"/><path d=\"m8.5 7.5v6\" transform=\"matrix(0 1 -1 0 19 2)\"/></g></svg></li><li title=\"calendar split \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 2)\"><path d=\"m2.5.5h12c1.1045695 0 2 .8954305 2 2v12c0 1.1045695-.8954305 2-2 2h-12c-1.1045695 0-2-.8954305-2-2v-12c0-1.1045695.8954305-2 2-2z\"/><path d=\"m.5 4.5h16\"/><path d=\"m8.5 4.5v12\"/></g></svg></li><li title=\"calendar week \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 2)\"><path d=\"m2.5.5h12c1.1045695 0 2 .8954305 2 2v12c0 1.1045695-.8954305 2-2 2h-12c-1.1045695 0-2-.8954305-2-2v-12c0-1.1045695.8954305-2 2-2z\"/><path d=\"m.5 4.5h16\"/><path d=\"m3.5 7.5v6\"/><path d=\"m5.5 7.5v6\"/><path d=\"m7.5 7.5v6\"/><path d=\"m9.5 7.5v6\"/><path d=\"m11.5 7.5v6\"/><path d=\"m13.5 7.5v6\"/></g></svg></li><li title=\"camera \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(2 4)\"><path d=\"m.5 10.5v-6c0-1.1045695.8954305-2 2-2h12c1.1045695 0 2 .8954305 2 2v6c0 1.1045695-.8954305 2-2 2h-12c-1.1045695 0-2-.8954305-2-2z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"m15 5c0-.55228475-.4477153-1-1-1s-1 .44771525-1 1 .4477153 1 1 1 1-.44771525 1-1z\" fill=\"currentColor\"/><path d=\"m11.5 7.5c0-1.65685425-1.3431458-3-3-3-1.65685425 0-3 1.34314575-3 3s1.34314575 3 3 3c1.6568542 0 3-1.34314575 3-3zm-4-7h2c.5522847 0 1 .44771525 1 1v1h-4v-1c0-.55228475.44771525-1 1-1z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></g></svg></li><li title=\"camera alt \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 4)\"><path d=\"m.5 10.5v-6c0-1.1045695.8954305-2 2-2h2l2.07861328-2h3.92016602l1.9194336 2h2.0817871c1.1045695 0 2 .8954305 2 2v6c0 1.1045695-.8954305 2-2 2h-12c-1.1045695 0-2-.8954305-2-2z\"/><path d=\"m11.5 7.5c0-1.65685425-1.3431458-3-3-3-1.65685425 0-3 1.34314575-3 3s1.34314575 3 3 3c1.6568542 0 3-1.34314575 3-3z\"/></g></svg></li><li title=\"camera noflash \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(2 4)\"><path d=\"m6.5 2.5h8c1.1045695 0 2 .8954305 2 2v6c0 .5586494-.2290469 1.063802-.5983542 1.4266713m-2.4016458.5733287h-11c-1.1045695 0-2-.8954305-2-2v-6c0-1.1045695.8954305-2 2-2h1\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"m1.5.5 14 14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"m15 5c0-.55228475-.4477153-1-1-1s-1 .44771525-1 1 .4477153 1 1 1 1-.44771525 1-1z\" fill=\"currentColor\"/><path d=\"m6.21451797 5.55656756c-.44560472.52352158-.71451797 1.20207298-.71451797 1.94343244 0 1.65685425 1.34314575 3 3 3 .76116342 0 1.45611838-.2834721 1.9850534-.75060483m1.0149466-2.24939517c0-1.65685425-1.3431458-3-3-3m-1-4h2c.5522847 0 1 .44771525 1 1v1h-4v-1c0-.55228475.44771525-1 1-1z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></g></svg></li><li title=\"camera noflash alt \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 3.8)\"><path d=\"m5.53930664 1.7 1.03930664-1h3.92016602l1.9194336 2h2.0817871c1.1045695 0 2 .8954305 2 2v6c0 .5021261-.1850424.9610332-.4906558 1.3122498m-2.5093442.6877502h-11c-1.1045695 0-2-.8954305-2-2v-6c0-1.1045695.8954305-2 2-2h1\"/><path d=\"m1.5.7 14 14\"/><path d=\"m6.3057638 5.65417596c-.49988337.53591416-.8057638 1.255148-.8057638 2.04582404 0 1.65685425 1.34314575 3 3 3 .77231532 0 1.47646791-.2918393 2.0081946-.77125485m.9918054-2.22874515c0-1.65685425-1.3431458-3-3-3\"/></g></svg></li><li title=\"capture \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m16.5 5.5v-3.00587878c0-1.10227102-.8918463-1.99674657-1.9941126-1.99999134l-3.0058874-.00884851m5 11.01471863v3c0 1.1045695-.8954305 2-2 2h-3m-6-16.01471863-3.00588742.00884851c-1.10226624.00324477-1.99411258.89772032-1.99411258 1.99999134v3.00587878m5 11h-3c-1.1045695 0-2-.8954305-2-2v-3\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 2)\"/></svg></li><li title=\"card timeline \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m2.49999999 1.5h-1c-.55228475 0-1 .44771525-1 1v8c0 .5522847.44771525 1 1 1h1c.55228475 0 1-.4477153 1-1v-8c0-.55228475-.44771525-1-1-1zm13.00000001 0h-1c-.5522848 0-1 .44771525-1 1v8c0 .5522847.4477152 1 1 1h1c.5522847 0 1-.4477153 1-1v-8c0-.55228475-.4477153-1-1-1zm-5-1h-4.00000001c-.55228475 0-1 .44771525-1 1v10c0 .5522847.44771525 1 1 1h4.00000001c.5522847 0 1-.4477153 1-1v-10c0-.55228475-.4477153-1-1-1z\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 4)\"/></svg></li><li title=\"card view \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 3)\"><path d=\"m5.5.5h6c1.1045695 0 2 .8954305 2 2v10c0 1.1045695-.8954305 2-2 2h-6c-1.1045695 0-2-.8954305-2-2v-10c0-1.1045695.8954305-2 2-2zm8 2.5h1c1.1045695 0 2 .8954305 2 2v5c0 1.1045695-.8954305 2-2 2h-1z\"/><path d=\"m.5 3h1c1.1045695 0 2 .8954305 2 2v5c0 1.1045695-.8954305 2-2 2h-1z\" transform=\"matrix(-1 0 0 1 4 0)\"/></g></svg></li><li title=\"carousel \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 5)\"><path d=\"m12.5.5h-8.00000001c-1.1045695 0-2 .8954305-2 2v6c0 1.1045695.8954305 2 2 2h8.00000001c1.1045695 0 2-.8954305 2-2v-6c0-1.1045695-.8954305-2-2-2z\"/><path d=\"m16.5.5v10\"/><path d=\"m.5.5v10\"/></g></svg></li><li title=\"cart \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(2 4)\"><path d=\"m3 2.5h12.5l-1.5855549 5.54944226c-.2453152.85860311-1.0300872 1.45055774-1.9230479 1.45055774h-6.70131161c-1.01909844 0-1.87522688-.76627159-1.98776747-1.77913695l-.80231812-7.22086305h-2\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><g fill=\"currentColor\"><circle cx=\"5\" cy=\"12\" r=\"1\"/><circle cx=\"13\" cy=\"12\" r=\"1\"/></g></g></svg></li><li title=\"cast \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m.5 2.5c0-1.1045695.8954305-2 2-2h10c1.1045695 0 2 .8954305 2 2v8c0 1.1045695-.8954305 2-2 2h-2m-2 0c0-4.418278-3.581722-8-8-8m5 8c0-2.76142375-2.23857625-5-5-5m2 5c0-1.1045695-.8954305-2-2-2\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 4)\"/></svg></li><li title=\"chain \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(4 4)\"><path d=\"m5.5 7.5c.96940983 1.36718798 3.01111566 1.12727011 4.01111565 0l1.98888435-2c1.1243486-1.22807966 1.1641276-2.81388365 0-4-1.135619-1.15706921-2.86438099-1.15706947-4 0l-2 2\"/><path d=\"m7.5 6.56977319c-.96940983-1.36718798-3-1.1970433-4-.06977319l-2 1.97487373c-1.12434863 1.22807966-1.16412758 2.83900987 0 4.02512627 1.13561901 1.1570692 2.86438099 1.1570695 4 0l2-2\"/></g></svg></li><li title=\"chat add \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 3)\"><path d=\"m11.4182262 1.21376122c-.904128-.29938651-1.88845542-.46376122-2.9182262-.46376122-4.418278 0-8 3.02593755-8 6.75862069 0 1.45741942.54603279 2.80709561 1.47469581 3.91098161l-.97469581 4.5803977 3.91607376-2.4472652c1.07810761.4571647 2.29544433.7145066 3.58392624.7145066 4.418278 0 8-3.0259376 8-6.75862071 0-.68476204-.1205394-1.34573924-.3446699-1.96861327\"/><path d=\"m14.5.5v4\"/><path d=\"m14.5.5v4\" transform=\"matrix(0 1 -1 0 17 -12)\"/></g></svg></li><li title=\"check \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m.5 5.5 3 3 8.028-8\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(5 6)\"/></svg></li><li title=\"check circle \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 2)\"><circle cx=\"8.5\" cy=\"8.5\" r=\"8\"/><path d=\"m5.5 9.5 2 2 5-5\"/></g></svg></li><li title=\"check circle outside \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 2)\"><path d=\"m12.8571123 1.79063546c-3.70547974-2.40636667-8.66011018-1.35322746-11.06647684 2.35225226-2.40636667 3.70547972-1.35322746 8.66011018 2.35225226 11.06647678 1.40713892.9138067 2.9944136 1.3287299 4.55387082 1.2889715 2.54712886-.0649393 5.02004606-1.3428829 6.51260596-3.6412237 1.5774991-2.4291355 1.6682799-5.39509184.4997393-7.82805117\"/><path d=\"m4.5 7.5 3 3 8-8\"/></g></svg></li><li title=\"checkbox checked \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 3)\"><path d=\"m2.5.5h10c1.1045695 0 2 .8954305 2 2v10c0 1.1045695-.8954305 2-2 2h-10c-1.1045695 0-2-.8954305-2-2v-10c0-1.1045695.8954305-2 2-2z\"/><path d=\"m4.5 7.5 2 2 4-4\"/></g></svg></li><li title=\"checkbox empty \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m2.5.5h10c1.1045695 0 2 .8954305 2 2v10c0 1.1045695-.8954305 2-2 2h-10c-1.1045695 0-2-.8954305-2-2v-10c0-1.1045695.8954305-2 2-2z\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 3)\"/></svg></li><li title=\"chevron close \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(7 6)\"><path d=\"m.5 9.5 3-3 3 3\"/><path d=\"m.5.5 3 3 3-3\"/></g></svg></li><li title=\"chevron down \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m8.5.5-4 4-4-4\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(6 8)\"/></svg></li><li title=\"chevron down circle \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 2)\"><circle cx=\"8.5\" cy=\"8.5\" r=\"8\"/><path d=\"m5.466 7.466 3 3.068 3-3.068\"/></g></svg></li><li title=\"chevron down double \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(6 6)\"><path d=\"m8.5.5-4 4-4-4\"/><path d=\"m8.5 4.5-4 4-4-4\"/></g></svg></li><li title=\"chevron left \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m4.5 8.5-4-4 4-4\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(7 6)\"/></svg></li><li title=\"chevron left circle \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 2)\"><circle cx=\"8.5\" cy=\"8.5\" r=\"8\"/><path d=\"m9.55 11.4-3-2.9 3-3\"/></g></svg></li><li title=\"chevron left double \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(5 6)\"><path d=\"m8.5 8.5-4-4 4-4\"/><path d=\"m4.5 8.5-4-4 4-4\"/></g></svg></li><li title=\"chevron open \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(7 5)\"><path d=\"m.5 3.5 3-3 3 3\"/><path d=\"m.5 8.5 3 3 3-3\"/></g></svg></li><li title=\"chevron right \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m.5 8.5 4-4-4-4\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(9 6)\"/></svg></li><li title=\"chevron right circle \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 2)\"><circle cx=\"8.5\" cy=\"8.5\" r=\"8\"/><path d=\"m7.5 11.5 3-3-3.068-3\"/></g></svg></li><li title=\"chevron right double \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(7 6)\"><path d=\"m.5 8.5 4-4-4-4\"/><path d=\"m4.5 8.5 4-4-4-4\"/></g></svg></li><li title=\"chevron up \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m.5 4.5 4-4 4 4\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(6 8)\"/></svg></li><li title=\"chevron up circle \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 2)\"><circle cx=\"8.5\" cy=\"8.5\" r=\"8\"/><path d=\"m11.5 9.5-3-3-3 3\"/></g></svg></li><li title=\"chevron up double \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(6 6)\"><path d=\"m.5 8.5 4-4 4 4\"/><path d=\"m.5 4.5 4-4 4 4\"/></g></svg></li><li title=\"circle \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"10.5\" cy=\"10.5\" fill=\"none\" r=\"8\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg></li><li title=\"circle menu \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(2 2)\"><circle cx=\"8.5\" cy=\"8.5\" r=\"8\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"m8.5 9.5c.5 0 1-.5 1-1s-.5-1-1-1-.99884033.5-.99884033 1 .49884033 1 .99884033 1zm-4 0c.5 0 1-.5 1-1s-.5-1-1-1-.99884033.5-.99884033 1 .49884033 1 .99884033 1zm8 0c.5 0 1-.5 1-1s-.5-1-1-1-.9988403.5-.9988403 1 .4988403 1 .9988403 1z\" fill=\"currentColor\"/></g></svg></li><li title=\"circle split \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 2)\"><circle cx=\"8.5\" cy=\"8.5\" r=\"8\"/><path d=\"m8.5.5.027 16\" transform=\"matrix(-1 0 0 1 17.027 0)\"/></g></svg></li><li title=\"clipboard \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(4 3)\"><path d=\"m3.5 1.5c-.44119105-.00021714-1.03893772-.0044496-1.99754087-.00501204-.51283429-.00116132-.93645365.3838383-.99544161.88103343l-.00701752.11906336v10.99753785c.00061498.5520447.44795562.9996604 1 1.0006148l10 .0061982c.5128356.0008356.9357441-.3849039.993815-.882204l.006185-.1172316v-11c0-.55228475-.4477152-1-1-1-.8704853-.00042798-1.56475733.00021399-2 0\"/><path d=\"m4.5.5h4c.55228475 0 1 .44771525 1 1s-.44771525 1-1 1h-4c-.55228475 0-1-.44771525-1-1s.44771525-1 1-1z\"/><path d=\"m2.5 5.5h5\"/><path d=\"m2.5 7.5h7\"/><path d=\"m2.5 9.5h3\"/><path d=\"m2.5 11.5h6\"/></g></svg></li><li title=\"clipboard add \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(4 3)\"><path d=\"m3.5 1.5c-.42139382 0-1.08806048 0-2 0-.55228475 0-1 .44771525-1 1v11c0 .5522848.44771525 1 1 1h10c.5522847 0 1-.4477152 1-1v-11c0-.55228475-.4477153-1-1-1-.8888889 0-1.55555556 0-2 0\"/><path d=\"m4.5.5h4c.55228475 0 1 .44771525 1 1s-.44771525 1-1 1h-4c-.55228475 0-1-.44771525-1-1s.44771525-1 1-1z\"/><path d=\"m6.5 5.5v6.056\"/><path d=\"m6.5 5.5v6\" transform=\"matrix(0 1 -1 0 15 2)\"/></g></svg></li><li title=\"clipboard check \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(4 3)\"><path d=\"m3.5 1.5c-.42139382 0-1.08806048 0-2 0-.55228475 0-1 .44771525-1 1v11c0 .5522848.44771525 1 1 1h10c.5522847 0 1-.4477152 1-1v-11c0-.55228475-.4477153-1-1-1-.8888889 0-1.55555556 0-2 0\"/><path d=\"m4.5.5h4c.55228475 0 1 .44771525 1 1s-.44771525 1-1 1h-4c-.55228475 0-1-.44771525-1-1s.44771525-1 1-1z\"/><path d=\"m3.5 8.5 2 2 5-5\"/></g></svg></li><li title=\"clipboard copy \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(4 3)\"><path d=\"m6.5 11.5-3-3 3-3\"/><path d=\"m3.5 8.5h11\"/><path d=\"m12.5 6.5v-4.00491374c0-.51283735-.3860402-.93550867-.8833789-.99327378l-.1190802-.00672622-1.9975409.00491374m-6 0-1.99754087-.00492752c-.51283429-.00124584-.93645365.38375378-.99544161.88094891l-.00701752.11906329v10.99753792c.00061497.5520447.44795562.9996604 1 1.0006148l10 .0061554c.5128356.0008784.9357441-.3848611.993815-.8821612l.006185-.1172316v-2.5\"/><path d=\"m4.5.5h4c.55228475 0 1 .44771525 1 1s-.44771525 1-1 1h-4c-.55228475 0-1-.44771525-1-1s.44771525-1 1-1z\"/></g></svg></li><li title=\"clipboard cross \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(4 3)\"><path d=\"m3.5 1.5c-.42139382 0-1.08806048 0-2 0-.55228475 0-1 .44771525-1 1v11c0 .5522848.44771525 1 1 1h10c.5522847 0 1-.4477152 1-1v-11c0-.55228475-.4477153-1-1-1-.8888889 0-1.55555556 0-2 0\"/><path d=\"m4.5.5h4c.55228475 0 1 .44771525 1 1s-.44771525 1-1 1h-4c-.55228475 0-1-.44771525-1-1s.44771525-1 1-1z\"/><g transform=\"matrix(0 1 -1 0 15 2)\"><path d=\"m3.5 11.5 6-6\"/><path d=\"m3.5 5.5 6 6\"/></g></g></svg></li><li title=\"clipboard notes \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(4 3)\"><path d=\"m3.5 1.5c-.42139382 0-1.08806048 0-2 0-.55228475 0-1 .44771525-1 1v11c0 .5522848.44771525 1 1 1h10c.5522847 0 1-.4477152 1-1v-11c0-.55228475-.4477153-1-1-1-.8888889 0-1.55555556 0-2 0\"/><path d=\"m4.5.5h4c.55228475 0 1 .44771525 1 1s-.44771525 1-1 1h-4c-.55228475 0-1-.44771525-1-1s.44771525-1 1-1z\"/><path d=\"m5.5 5.5h5\"/><path d=\"m5.5 8.5h5\"/><path d=\"m5.5 11.5h5\"/><path d=\"m2.5 5.5h1\"/><path d=\"m2.5 8.5h1\"/><path d=\"m2.5 11.5h1\"/></g></svg></li><li title=\"clipboard remove \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(4 3)\"><path d=\"m3.5 1.5c-.42139382 0-1.08806048 0-2 0-.55228475 0-1 .44771525-1 1v11c0 .5522848.44771525 1 1 1h10c.5522847 0 1-.4477152 1-1v-11c0-.55228475-.4477153-1-1-1-.8888889 0-1.55555556 0-2 0\"/><path d=\"m4.5.5h4c.55228475 0 1 .44771525 1 1s-.44771525 1-1 1h-4c-.55228475 0-1-.44771525-1-1s.44771525-1 1-1z\"/><path d=\"m6.5 5.5v6\" transform=\"matrix(0 1 -1 0 15 2)\"/></g></svg></li><li title=\"clock \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"matrix(-1 0 0 1 19 2)\"><circle cx=\"8.5\" cy=\"8.5\" r=\"8\"/><path d=\"m8.5 5.5v4h-3.5\"/></g></svg></li><li title=\"close \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"m7.5 7.5 6 6\"/><path d=\"m13.5 7.5-6 6\"/></g></svg></li><li title=\"cloud \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m8.5.5c2.7614237 0 5 2.23857625 5 5 0 .48543539-.0691781.95471338-.1982137 1.39851335.3339576-.25026476.748773-.39851335 1.1982137-.39851335 1.1045695 0 2 .8954305 2 2s-.8954305 2-2 2c-1.104407 0-10.16182706 0-11 0-1.65685425 0-3-1.34314575-3-3s1.34314575-3 3-3c.03335948 0 .06659179.00054449.09968852.00162508.46264217-2.28304993 2.48077946-4.00162508 4.90031148-4.00162508z\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 5)\"/></svg></li><li title=\"cloud disconnect \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 4)\"><path d=\"m6.7387371 1.81902812c.54779873-.20621538 1.1413564-.31902812 1.7612629-.31902812 2.7614237 0 5 2.23857625 5 5 0 .48543539-.0691781.95471338-.1982137 1.39851335.3339576-.25026476.748773-.39851335 1.1982137-.39851335 1.1045695 0 2 .8954305 2 2 0 .7252268-.3860055 1.3602973-.963771 1.7109657m-2.103856.2890343c-2.7134953 0-9.22769921 0-9.932373 0-1.65685425 0-3-1.3431458-3-3 0-1.65685425 1.34314575-3 3-3 .03335948 0 .06659179.00054449.09968852.00162508.19090431-.94207596.64666454-1.78803816 1.28619295-2.45679888\"/><path d=\"m2 0 13 13.071\"/></g></svg></li><li title=\"cloud download \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 5)\"><path d=\"m8.5.5c2.7614237 0 5 2.23857625 5 5 0 .48543539-.0691781.95471338-.1982137 1.39851335.3339576-.25026476.748773-.39851335 1.1982137-.39851335 1.1045695 0 2 .8954305 2 2s-.8954305 2-2 2c-1.104407 0-10.16182706 0-11 0-1.65685425 0-3-1.34314575-3-3s1.34314575-3 3-3c.03335948 0 .06659179.00054449.09968852.00162508.46264217-2.28304993 2.48077946-4.00162508 4.90031148-4.00162508z\"/><path d=\"m10.5 6.5-2 2-2-2\"/><path d=\"m8.5 2.5v6\"/></g></svg></li><li title=\"cloud download alt \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 5)\"><path d=\"m6.5 10.5h-4c-1.15200478-.4188699-2-1.70322102-2-3 0-1.65685425 1.34314575-3 3-3 .03335948 0 .06659179.00054449.09968852.00162508.46264217-2.28304993 2.48077946-4.00162508 4.90031148-4.00162508 2.7614237 0 5 2.23857625 5 5 0 .48543539-.0691781.95471338-.1982137 1.39851335.3339576-.25026476.748773-.39851335 1.1982137-.39851335 1.1045695 0 2 .8954305 2 2s-.8954305 2-2 2h-4\"/><path d=\"m6.5 12.5 2 2 2-2\"/><path d=\"m8.5 4.5v10\"/></g></svg></li><li title=\"cloud upload \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 5)\"><path d=\"m8.5.5c2.7614237 0 5 2.23857625 5 5 0 .48543539-.0691781.95471338-.1982137 1.39851335.3339576-.25026476.748773-.39851335 1.1982137-.39851335 1.1045695 0 2 .8954305 2 2s-.8954305 2-2 2c-1.104407 0-10.16182706 0-11 0-1.65685425 0-3-1.34314575-3-3s1.34314575-3 3-3c.03335948 0 .06659179.00054449.09968852.00162508.46264217-2.28304993 2.48077946-4.00162508 4.90031148-4.00162508z\"/><path d=\"m6.5 4.5 2-2 2 2\"/><path d=\"m8.5 2.5v6\"/></g></svg></li><li title=\"cloud upload alt \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 2)\"><path d=\"m11.5779891 4.55941656c1.1699828.91516665 1.9220109 2.34005226 1.9220109 3.94058344 0 .48543539-.0691781.95471338-.1982137 1.39851335.3339576-.25026476.748773-.39851335 1.1982137-.39851335 1.1045695 0 2 .8954305 2 2s-.8954305 2-2 2c-1.104407 0-10.16182706 0-11 0-1.65685425 0-3-1.3431458-3-3 0-1.65685425 1.34314575-3 3-3 .03335948 0 .06659179.00054449.09968852.00162508.242805-1.19819586.9140534-2.24091357 1.84691265-2.96132058\"/><path d=\"m6.5 2.5 2-2 2 2\"/><path d=\"m8.5.5v9\"/></g></svg></li><li title=\"code \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 21 21\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 3)\"><line x1=\"10.5\" x2=\"6.5\" y1=\".5\" y2=\"14.5\"/><polyline points=\"7.328 2.672 7.328 8.328 1.672 8.328\" transform=\"rotate(135 4.5 5.5)\"/><polyline points=\"15.328 6.672 15.328 12.328 9.672 12.328\" transform=\"scale(1 -1) rotate(-45 -10.435 0)\"/></g></svg></li><li title=\"coffee \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(4 2)\"><path d=\"m2.5 6.5h6c1.1045695 0 2 .8954305 2 2v2.5c0 2.4852814-2.01471863 4.5-4.5 4.5h-1c-2.48528137 0-4.5-2.0147186-4.5-4.5v-2.5c0-1.1045695.8954305-2 2-2zm8 2h1c1.1045695 0 2 .8954305 2 2s-.8954305 2-2 2h-1\"/><path d=\"m4.5 4.5v-4\"/><path d=\"m6.5 4.5v-2\"/></g></svg></li><li title=\"coin \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 6)\"><path d=\"m.5 3.5c0-1.29949353 3.13400675-3 7-3 3.8659932 0 7 1.70050647 7 3v3c0 1.29949353-3.1340068 3-7 3-3.86599325 0-7-1.70050647-7-3 0-.64128315 0-2.35871685 0-3z\"/><path d=\"m7.5 6.48363266c3.8659932 0 7-1.60524012 7-2.985952 0-1.38071187-3.1340068-2.99768066-7-2.99768066-3.86599325 0-7 1.61696879-7 2.99768066 0 1.38071188 3.13400675 2.985952 7 2.985952z\"/></g></svg></li><li title=\"coins \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(1 3)\"><path d=\"m17.5 8.5v3c0 1.2994935-3.1340068 3-7 3-3.86599325 0-7-1.7005065-7-3 0-.4275221 0-1.2608554 0-2.5\"/><path d=\"m3.79385803 9.25873308c.86480173 1.14823502 3.53999333 2.22489962 6.70614197 2.22489962 3.8659932 0 7-1.60524016 7-2.98595204 0-.77476061-.9867994-1.62391104-2.5360034-2.22001882\"/><path d=\"m14.5 3.5v3c0 1.29949353-3.1340068 3-7 3-3.86599325 0-7-1.70050647-7-3 0-.64128315 0-2.35871685 0-3\"/><path d=\"m7.5 6.48363266c3.8659932 0 7-1.60524012 7-2.985952 0-1.38071187-3.1340068-2.99768066-7-2.99768066-3.86599325 0-7 1.61696879-7 2.99768066 0 1.38071188 3.13400675 2.985952 7 2.985952z\"/></g></svg></li><li title=\"compass \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 2)\"><circle cx=\"8.5\" cy=\"8.5\" r=\"8\"/><path d=\"m10.5 9.5-4 3v-5l4-3z\"/></g></svg></li><li title=\"component add \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 2)\"><path d=\"m6.5 3.5h-4c-1.1045695 0-2 .8954305-2 2v7c0 1.1045695.8954305 2 2 2h7c1.1045695 0 2-.8954305 2-2v-3.5-.5\"/><path d=\"m11.5.5v6\"/><path d=\"m11.5.5v6\" transform=\"matrix(0 1 -1 0 15 -8)\"/></g></svg></li><li title=\"contacts \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 3)\"><circle cx=\"7.5\" cy=\"5.5\" r=\"2\"/><path d=\"m.5 3.5h1v-1c0-1.1045695.8954305-2 2-2h8c1.1045695 0 2 .8954305 2 2v10c0 1.1045695-.8954305 2-2 2h-8c-1.1045695 0-2-.8954305-2-2v-1h-1\"/><path d=\"m.5 7.5h1\"/><path d=\"m.5 5.5h1\"/><path d=\"m.5 9.5h1\"/><path d=\"m10.5 10.5v-1c0-1.1045695-.8954305-2-2-2h-2c-1.1045695 0-2 .8954305-2 2v1c0 .5522847.44771525 1 1 1h4c.5522847 0 1-.4477153 1-1z\"/></g></svg></li><li title=\"contract \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 2)\"><path d=\"m7.5 14.5v-4.978l-5-.022\"/><path d=\"m16.5.5-7 7\"/><path d=\"m14.5 7.5-5 .023v-5.023\"/><path d=\"m7.5 9.5-7 7\"/></g></svg></li><li title=\"create \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 3)\"><path d=\"m7 1.5h-4.5c-1.1045695 0-2 .8954305-2 2v9.0003682c0 1.1045695.8954305 2 2 2h10c1.1045695 0 2-.8954305 2-2v-4.5003682\"/><path d=\"m14.5.46667982c.5549155.5734054.5474396 1.48588056-.0167966 2.05011677l-6.9832034 6.98320341-3 1 1-3 6.9874295-7.04563515c.5136195-.5178979 1.3296676-.55351813 1.8848509-.1045243z\"/><path d=\"m12.5 2.5.953 1\"/></g></svg></li><li title=\"credit card \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(2 5)\"><path d=\"m2.5.5h12c1.1045695 0 2 .8954305 2 2v7c0 1.1045695-.8954305 2-2 2h-12c-1.1045695 0-2-.8954305-2-2v-7c0-1.1045695.8954305-2 2-2z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"m0 4h17v2h-17z\" fill=\"currentColor\"/></g></svg></li><li title=\"crop \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(4 4)\"><path d=\"m5.5 3.5h4v4\"/><path d=\"m9.5 9.5v3\"/><path d=\"m3.5 3.5h-3.5\"/><path d=\"m3.5.5v9h9\"/></g></svg></li><li title=\"cross \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(5 5)\"><path d=\"m10.5 10.5-10-10z\"/><path d=\"m10.5.5-10 10\"/></g></svg></li><li title=\"cross circle \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 2)\"><circle cx=\"8.5\" cy=\"8.5\" r=\"8\"/><g transform=\"matrix(0 1 -1 0 17 0)\"><path d=\"m5.5 11.5 6-6\"/><path d=\"m5.5 5.5 6 6\"/></g></g></svg></li><li title=\"crosshair \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(4 4)\"><path d=\"m6.5 12.5c3.32850184 0 6-2.64471245 6-5.97321429s-2.67149816-6.02678571-6-6.02678571-6 2.69828387-6 6.02678571 2.67149816 5.97321429 6 5.97321429z\"/><path d=\"m.5 6.5h2\"/><path d=\"m10.5 6.5h2\"/><path d=\"m5.5 1.5h2\" transform=\"matrix(0 1 -1 0 8 -5)\"/><path d=\"m5.5 11.5h2\" transform=\"matrix(0 1 -1 0 18 5)\"/></g></svg></li><li title=\"cube \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 3)\"><path d=\"m8.49227788 1.06701593 5.00000002 2.85714286c.62315.35608571 1.0077221 1.01877259 1.0077221 1.73648628v4.67870983c0 .7177137-.3845721 1.3804006-1.0077221 1.7364863l-5.00000002 2.8571429c-.61486534.3513516-1.36969042.3513516-1.98455576 0l-5-2.8571429c-.62314999-.3560857-1.00772212-1.0187726-1.00772212-1.7364863v-4.67870983c0-.71771369.38457213-1.38040057 1.00772212-1.73648628l5-2.85714286c.61486534-.35135162 1.36969042-.35135162 1.98455576 0z\"/><path d=\"m7.5 8.5v6.5\"/><path d=\"m1 5 5.55180035 2.98943096c.59195265.31874373 1.30444665.31874373 1.8963993 0l5.55180035-2.98943096\"/></g></svg></li><li title=\"cylinder \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(5 2)\"><path d=\"m.5 3.35294118c0-1.29949353 2-2.85294118 5-2.85294118s5 1.55344765 5 2.85294118v10.29411762c0 1.2994936-2 2.8529412-5 2.8529412s-5-1.5534476-5-2.8529412c0-.6412831 0-9.65283447 0-10.29411762z\"/><path d=\"m.5 3.5c0 1.38071187 2 3 5 3s5-1.61928813 5-3\"/></g></svg></li><li title=\"database \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(4 2)\"><path d=\"m.5 3.20588235c0-1.29949353 2.5-2.74110534 6-2.70588235s6 1.55344765 6 2.85294118v10.29411762c0 1.2994936-2.5 2.8529412-6 2.8529412s-6-1.7005065-6-3c0-.6412832 0-9.65283449 0-10.29411765z\"/><path d=\"m.5 3.5c0 1.38071187 2 3 6 3s6-1.63689962 6-3.0176115m-12 5.0176115c0 1.38071187 2 3 6 3s6-1.63689962 6-3.0176115\"/></g></svg></li><li title=\"diamond \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 4)\"><path d=\"m13.5 0 3 4-8 10-8-10 3.009-4z\"/><path d=\"m.5 4h16\"/><path d=\"m5.5 4 3 10\"/><path d=\"m11.5 4-3 10\"/><path d=\"m3.509 0 1.991 4 3-4 3 4 2-4\"/></g></svg></li><li title=\"directions \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 4)\"><path d=\"m1.5.5h11l2 2-2 2h-11c-.55228475 0-1-.44771525-1-1v-2c0-.55228475.44771525-1 1-1z\"/><path d=\"m1.5 7.5h11l2 2-2 2h-11c-.55228475 0-1-.4477153-1-1v-2c0-.55228475.44771525-1 1-1z\" transform=\"matrix(-1 0 0 1 15 0)\"/><path d=\"m7.5 4.5v3\"/><path d=\"m7.5 11.5v3\"/></g></svg></li><li title=\"disc \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"10.5\" cy=\"10.5\" r=\"8\"/><circle cx=\"10.5\" cy=\"10.5\" r=\"2\"/></g></svg></li><li title=\"display \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 3)\"><path d=\"m2 .5h11c1.1045695 0 2 .8954305 2 2v6.04882185c0 1.05436179-.8158778 1.91816515-1.8507377 1.99451425l-.1567755.0054716-10.99999997-.0413227c-1.10162878-.0041384-1.99248683-.89834933-1.99248683-1.99998589v-6.00749911c0-1.1045695.8954305-2 2-2z\"/><path d=\"m2.464 12.5h10.036\"/><path d=\"m4.5 14.5h6\"/></g></svg></li><li title=\"display alt \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 3)\"><path d=\"m2 4.5h11c1.1045695 0 2 .8954305 2 2v6.0488218c0 1.0543618-.8158778 1.9181652-1.8507377 1.9945143l-.1567755.0054716-10.99999997-.0413227c-1.10162878-.0041384-1.99248683-.8983493-1.99248683-1.9999859v-6.0074991c0-1.1045695.8954305-2 2-2z\"/><path d=\"m2.464 2.5h10.036\"/><path d=\"m4.5.5h6\"/></g></svg></li><li title=\"document \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(4 3)\"><path d=\"m12.5 12.5v-7l-5-5h-5c-1.1045695 0-2 .8954305-2 2v10c0 1.1045695.8954305 2 2 2h8c1.1045695 0 2-.8954305 2-2z\"/><path d=\"m2.5 7.5h5\"/><path d=\"m2.5 9.5h7\"/><path d=\"m2.5 11.5h3\"/><path d=\"m7.5.5v3c0 1.1045695.8954305 2 2 2h3\"/></g></svg></li><li title=\"document justified \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(4 3)\"><g><path d=\"m12.5 12.5v-10c0-1.1045695-.8954305-2-2-2h-8c-1.1045695 0-2 .8954305-2 2v10c0 1.1045695.8954305 2 2 2h8c1.1045695 0 2-.8954305 2-2z\"/><path d=\"m3.5 4.5h6\"/><path d=\"m3.5 7.5h6\"/><path d=\"m3.5 10.5h6\"/></g><g><path d=\"m12.5 12.5v-10c0-1.1045695-.8954305-2-2-2h-8c-1.1045695 0-2 .8954305-2 2v10c0 1.1045695.8954305 2 2 2h8c1.1045695 0 2-.8954305 2-2z\"/><path d=\"m3.5 4.5h6\"/><path d=\"m3.5 7.5h6\"/><path d=\"m3.5 10.5h6\"/></g></g></svg></li><li title=\"document list \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(4 3)\"><path d=\"m12.5 12.5v-10c0-1.1045695-.8954305-2-2-2h-8c-1.1045695 0-2 .8954305-2 2v10c0 1.1045695.8954305 2 2 2h8c1.1045695 0 2-.8954305 2-2z\"/><path d=\"m5.5 4.5h5\"/><path d=\"m2.5 4.5h1\"/><path d=\"m5.5 7.5h5\"/><path d=\"m2.5 7.5h1\"/><path d=\"m5.5 10.5h5\"/><path d=\"m2.5 10.5h1\"/></g></svg></li><li title=\"document stack \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(1 2)\"><path d=\"m16.5 12.5v-10c0-1.1045695-.8954305-2-2-2h-8c-1.1045695 0-2 .8954305-2 2v10c0 1.1045695.8954305 2 2 2h8c1.1045695 0 2-.8954305 2-2z\"/><path d=\"m4.30542777 2.93478874-2.00419132.72946598c-1.03795581.37778502-1.57312998 1.52546972-1.19534496 2.56342553l3.42020143 9.39692625c.37778502 1.0379558 1.52546972 1.5731299 2.56342553 1.1953449l5.56843115-2.1980811\"/><path d=\"m7.5 5.5h5\"/><path d=\"m7.5 7.5h6\"/><path d=\"m7.5 9.5h3\"/></g></svg></li><li title=\"document words \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(4 3)\"><path d=\"m12.5 12.5v-10c0-1.1045695-.8954305-2-2-2h-8c-1.1045695 0-2 .8954305-2 2v10c0 1.1045695.8954305 2 2 2h8c1.1045695 0 2-.8954305 2-2z\"/><path d=\"m3.5 5.5h5\"/><path d=\"m3.5 7.5h6\"/><path d=\"m3.5 9.5h3\"/></g></svg></li><li title=\"door \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(4 3)\"><path d=\"m2.5.5h8c1.1045695 0 2 .8954305 2 2v10c0 1.1045695-.8954305 2-2 2h-8c-1.1045695 0-2-.8954305-2-2v-10c0-1.1045695.8954305-2 2-2z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"m10.2022469 14.5-3.64502265-1.9482581c-.65083781-.3478717-1.05722425-1.0258787-1.05722425-1.763852v-6.57577979c0-.73797327.40638644-1.41598036 1.05722425-1.76385201l3.64502265-1.9482581\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"7.5\" cy=\"7.5\" fill=\"currentColor\" r=\"1\"/></g></svg></li><li title=\"door alt \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(4 1)\"><path d=\"m2.5 2.5h2v14h-2c-1.1045695 0-2-.8954305-2-2v-10c0-1.1045695.8954305-2 2-2zm4.70224688-1.98665742 4.00000002 1.5c.7806074.29272779 1.2977531 1.03896923 1.2977531 1.87265836v11.22799816c0 .8336891-.5171457 1.5799305-1.2977531 1.8726583l-4.00000002 1.5c-1.03424065.3878403-2.18706499-.1361708-2.57490524-1.1704115-.08420779-.2245541-.12734164-.4624229-.12734164-.7022468v-14.22799816c0-1.1045695.8954305-2 2-2 .2398239 0 .47769277.04313385.70224688.12734164z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"6.5\" cy=\"9.5\" fill=\"currentColor\" r=\"1\"/></g></svg></li><li title=\"download \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(4 3)\"><path d=\"m2.5 7.5 4 4.232 4-4.191\"/><path d=\"m6.5.5v11\"/><path d=\"m.5 14.5h12\"/></g></svg></li><li title=\"download alt \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 3)\"><path d=\"m11.5 8.5-3.978 4-4.022-4\"/><path d=\"m7.522.521v11.979\"/><path d=\"m.5 9v4.5c0 1.1045695.8954305 2 2 2h10c1.1045695 0 2-.8954305 2-2v-4.5\"/></g></svg></li><li title=\"downward \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m3.22943808 4.22919114c3.26440562-3.78890403 6.68792626-5.03196774 10.27056192-3.72919114-3.55184544.64579008-6.00894821 2.85549827-7.37130831 6.62912456l2.37130831 2.37087544h-8v-8z\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(4 6)\"/></svg></li><li title=\"drag \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"m4.5 7.5h12\"/><path d=\"m4.498 10.5h11.997\"/><path d=\"m4.5 13.5h11.995\"/></g></svg></li><li title=\"drag circle \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"10.5\" cy=\"10.5\" r=\"8\"/><path d=\"m6.5 8.5h8\"/><path d=\"m6.5 10.5h8\"/><path d=\"m6.5 12.5h8\"/></g></svg></li><li title=\"drag vertical \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"currentColor\" fill-rule=\"evenodd\"><path d=\"m7 5h2v2h-2z\"/><path d=\"m12 5h2v2h-2z\"/><path d=\"m7 9h2v2h-2z\"/><path d=\"m12 9h2v2h-2z\"/><path d=\"m7 13h2v2h-2z\"/><path d=\"m12 13h2v2h-2z\"/></g></svg></li><li title=\"duplicate \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 2)\"><path d=\"m16.5 10.5v-8c0-1.1045695-.8954305-2-2-2h-8c-1.1045695 0-2 .8954305-2 2v8c0 1.1045695.8954305 2 2 2h8c1.1045695 0 2-.8954305 2-2z\"/><path d=\"m4.5 4.50345827h-2c-1.1045695 0-2 .8954305-2 2v7.99654173c0 1.1045695.8954305 2 2 2h.00345528l8.00000002-.0138241c1.1032187-.001906 1.9965447-.8967767 1.9965447-1.9999971v-1.9827205\"/><path d=\"m10.5 3.5v6\"/><path d=\"m10.5 3.5v6\" transform=\"matrix(0 1 -1 0 17 -4)\"/></g></svg></li><li title=\"duplicate alt \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 2)\"><path d=\"m12.5 14.5v-8c0-1.1045695-.8954305-2-2-2h-8c-1.1045695 0-2 .8954305-2 2v8c0 1.1045695.8954305 2 2 2h8c1.1045695 0 2-.8954305 2-2z\"/><path d=\"m12.5 12.5h2c1.1045695 0 2-.8954305 2-2v-7.99654173c0-1.1045695-.8954305-2-2-2-.0011518 0-.0023035 0-.0034553 0l-7.99999998.01382415c-1.10321873.00190597-1.99654472.89677664-1.99654472 1.99999701v1.98272057\"/><path d=\"m6.5 7.5v6\"/><path d=\"m6.5 7.5v6\" transform=\"matrix(0 1 -1 0 17 4)\"/></g></svg></li><li title=\"enter \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 3)\"><path d=\"m6.5 10.5 3-3-3-3\"/><path d=\"m5 3v9\" transform=\"matrix(0 1 -1 0 12.5 2.5)\"/><path d=\"m1.5 5.5v-3.0079176c0-1.10147263.89060277-1.99561512 1.99206673-1.99998427l7.95228497-.03160773c1.1045608-.00432011 2.0035361.8875515 2.0079175 1.99211231l.0398162 10.02918369c.0043323 1.1045608-.8875404 2.003535-1.9921012 2.0079309-.0026436 0-.0052873 0-.0079309 0h-7.9920533c-1.1045695 0-2-.8954305-2-2v-2.9897173\"/></g></svg></li><li title=\"enter alt \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(4.5 3.508)\"><path d=\"m7 10.027-3-3.035 3-3\"/><path d=\"m9 1.992v10\" transform=\"matrix(0 1 -1 0 15.992 -2.008)\"/><path d=\"m12 4.9918869v-2.95924861c0-1.10138928-.890473-1.99549696-1.9918531-1.99998341l-8.00000001-.03267133c-1.10456034-.0044159-2.00363089.88735968-2.00814689 1.99192002v.00814689 9.99183644c0 1.1045695.8954305 2 2 2h8c1.1045695 0 2-.8954305 2-2v-3\"/></g></svg></li><li title=\"episodes \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(1 4)\"><path d=\"m13.5 12.5v-6c0-1.1045695-.8954305-2-2-2h-9c-1.1045695 0-2 .8954305-2 2v6c0 1.1045695.8954305 2 2 2h9c1.1045695 0 2-.8954305 2-2z\"/><path d=\"m15.5 12.5v-6.99481259c0-1.65685425-1.3431458-3-3-3-.0017276 0-.0034553 0-.0051829 0l-8.9948171.01554432\"/><path d=\"m17.5 10.5v-5.99308345c0-2.209139-1.790861-4-4-4-.0023035 0-.004607 0-.0069106 0l-7.9930894.01381519\"/></g></svg></li><li title=\"exit left \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"matrix(-1 0 0 1 18 3)\"><path d=\"m10.595 10.5 2.905-3-2.905-3\"/><path d=\"m13.5 7.5h-9\"/><path d=\"m10.5.5-8 .00224609c-1.1043501.00087167-1.9994384.89621131-2 2.00056153v9.99438478c.0005616 1.1043502.8956499 1.9996898 2 2.0005615l8 .0022461\"/></g></svg></li><li title=\"exit right \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(4 3)\"><path d=\"m10.595 10.5 2.905-3-2.905-3\"/><path d=\"m13.5 7.5h-9\"/><path d=\"m10.5.5-8 .00224609c-1.1043501.00087167-1.9994384.89621131-2 2.00056153v9.99438478c0 1.1045695.8954305 2 2 2h8.0954792\"/></g></svg></li><li title=\"expand \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 2)\"><path d=\"m16.5 5.5v-5h-5\"/><path d=\"m16.5.5-6 5.929\"/><path d=\"m5.5 16.5-5 .023v-5.023\"/><path d=\"m6.5 10.5-6 6\"/></g></svg></li><li title=\"expand height \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 1)\"><path d=\"m16.51.51h-16.02\"/><path d=\"m16.51 18.51h-16.02\"/><path d=\"m6.503 18.525 4-4-4-4.015\" transform=\"matrix(0 1 -1 0 23.021 6.015)\"/><path d=\"m10.503 8.525-4-4 4-4.015\" transform=\"matrix(0 1 -1 0 13.021 -3.985)\"/><path d=\"m8.51 16.51v-14\"/></g></svg></li><li title=\"expand width \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(1 2)\"><path d=\"m.5.5v16.021\"/><path d=\"m18.5.5v16.021\"/><path d=\"m12.507 12.515 4-4-4-4.015\"/><path d=\"m6.507 12.515-4-4 4-4.015\"/><path d=\"m16.5 8.5h-14\"/></g></svg></li><li title=\"external \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 3)\"><path d=\"m15.5.5v5h-5\" transform=\"matrix(1 0 0 -1 0 6)\"/><path d=\"m12-.95v9.9\" transform=\"matrix(.70710678 .70710678 -.70710678 .70710678 6.343146 -7.313708)\"/><path d=\"m7.5.5h-5c-1.1045695 0-2 .8954305-2 2v10c0 1.1045695.8954305 2 2 2h11c1.1045695 0 2-.8954305 2-2v-4\"/></g></svg></li><li title=\"eye \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 5)\"><path d=\"m8.5 11c3.1296136 0 5.9629469-1.83333333 8.5-5.5-2.5370531-3.66666667-5.3703864-5.5-8.5-5.5-3.12961358 0-5.96294692 1.83333333-8.5 5.5 2.53705308 3.66666667 5.37038642 5.5 8.5 5.5z\"/><path d=\"m8.5 2c.18463928 0 .36593924.01429736.54285316.04184538-.02850842.148891-.04285316.30184762-.04285316.45815462 0 1.38071187 1.1192881 2.5 2.5 2.5.156307 0 .3092636-.01434474.4576252-.04178957.0280774.17585033.0423748.35715029.0423748.54178957 0 1.93299662-1.5670034 3.5-3.5 3.5-1.93299662 0-3.5-1.56700338-3.5-3.5s1.56700338-3.5 3.5-3.5z\"/></g></svg></li><li title=\"eye closed \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 10)\"><path d=\"m0 .5c2.53705308 3.66666667 5.37038642 5.5 8.5 5.5 3.1296136 0 5.9629469-1.83333333 8.5-5.5\"/><path d=\"m2.5 3.423-2 2.077\"/><path d=\"m14.5 3.423 2 2.077\"/><path d=\"m10.5 6 1 2.5\"/><path d=\"m6.5 6-1 2.5\"/></g></svg></li><li title=\"eye no \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 21 21\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 4)\"><path d=\"M4.21098664 2.25927021C2.72674608 3.17424129 1.32308387 4.58781789 0 6.5 2.53705308 10.1666667 5.37038642 12 8.5 12 9.9230893 12 11.2849174 11.6209257 12.5854843 10.8627772M14.173426 9.72269094C15.1532781 8.88149971 16.0954695 7.8072694 17 6.5 14.4629469 2.83333333 11.6296136 1 8.5 1 7.66950473 1 6.85987336 1.1291024 6.0711059 1.38730721\"/><line x1=\"2\" x2=\"15\" y2=\"13.071\"/></g></svg></li><li title=\"face delighted \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(2 2)\"><circle cx=\"8.5\" cy=\"8.5\" r=\"8\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"6\" cy=\"6\" fill=\"currentColor\" r=\"1\"/><circle cx=\"11\" cy=\"6\" fill=\"currentColor\" r=\"1\"/><path d=\"m4.5 10.5c.66628011 2 1.99961344 3 4 3 2.0003866 0 3.3337199-1 4-3z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></g></svg></li><li title=\"face happy \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(2 2)\"><circle cx=\"8.5\" cy=\"8.5\" r=\"8\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"6\" cy=\"6\" fill=\"currentColor\" r=\"1\"/><circle cx=\"11\" cy=\"6\" fill=\"currentColor\" r=\"1\"/><path d=\"m5.5 9.5c.60286458 1.3333333 1.60286458 2 3 2s2.3971354-.6666667 3-2\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></g></svg></li><li title=\"face neutral \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(2 2)\"><circle cx=\"8.5\" cy=\"8.5\" r=\"8\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"6\" cy=\"6\" fill=\"currentColor\" r=\"1\"/><circle cx=\"11\" cy=\"6\" fill=\"currentColor\" r=\"1\"/><path d=\"m5.5 10.5h6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"matrix(1 0 0 -1 0 21)\"/></g></svg></li><li title=\"face sad \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(2 2)\"><path d=\"m8.5 16.5c4.418278 0 8-3.581722 8-8s-3.581722-8-8-8-8 3.581722-8 8 3.581722 8 8 8z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"6\" cy=\"6\" fill=\"currentColor\" r=\"1\"/><circle cx=\"11\" cy=\"6\" fill=\"currentColor\" r=\"1\"/><path d=\"m5.5 11.5c.60286458-1.3333333 1.60286458-2 3-2s2.3971354.6666667 3 2\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></g></svg></li><li title=\"file download \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(4 2)\"><path d=\"m4.5 1.5h-2.00245461c-1.1045695 0-2 .8954305-2 2v10c0 1.1045695.8954305 2 2 2h8.00000001c1.1043778-.000491 1.9997288-.8956223 2.0004909-2l.0019637-8-4-4\"/><path d=\"m9.5 8.586-3 2.914-3-2.914\"/><path d=\"m6.5.5v11\"/></g></svg></li><li title=\"file upload \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(4 3)\"><path d=\"m8.5 14.5h2c1.1045695 0 2-.8954305 2-2v-8l-4-4h-6c-1.1045695 0-2 .8954305-2 2v10c0 1.1045695.8954305 2 2 2h2\"/><path d=\"m3.5 7.5 3-3 3 3\"/><path d=\"m6.5 4.5v11\"/></g></svg></li><li title=\"files history \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 2)\"><path d=\"m14.5 12.5v-7l-5-5h-5c-1.1045695 0-2 .8954305-2 2v10c0 1.1045695.8954305 2 2 2h8c1.1045695 0 2-.8954305 2-2z\"/><path d=\"m8.5 4.5v4h3\"/><path d=\"m2.5 2.5c-1.1045695 0-2 .8954305-2 2v10c0 1.1045695.8954305 2 2 2h8c1.1045695 0 2-.8954305 2-2\"/></g></svg></li><li title=\"files multi \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 2)\"><path d=\"m14.5 12.5v-7l-5-5h-5c-1.1045695 0-2 .8954305-2 2v10c0 1.1045695.8954305 2 2 2h8c1.1045695 0 2-.8954305 2-2z\"/><path d=\"m.5 2.5v10c0 2.209139 1.790861 4 4 4h8m-3-16v3c0 1.1045695.8954305 2 2 2h3\"/></g></svg></li><li title=\"files stack \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 2)\"><path d=\"m14.5 12.5v-7l-5-5h-5c-1.1045695 0-2 .8954305-2 2v10c0 1.1045695.8954305 2 2 2h8c1.1045695 0 2-.8954305 2-2z\"/><path d=\"m9.5.5v3c0 1.1045695.8954305 2 2 2h3m-12-3c-1.1045695 0-2 .8954305-2 2v10c0 1.1045695.8954305 2 2 2h8c1.1045695 0 2-.8954305 2-2\"/></g></svg></li><li title=\"film \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 4)\"><path d=\"m2.49999919.50000565h10.00000001c1.1045695 0 2 .8954305 2 2v8.00000005c0 1.1045695-.8954305 2-2 2h-10.00000001c-1.1045695 0-2-.8954305-2-2v-8.00000005c0-1.1045695.8954305-2 2-2z\"/><path d=\"m3.5.5v12\"/><path d=\"m11.5.5v12\"/><path d=\"m11.5 3.5h3\"/><path d=\"m11.5 9.5h3\"/><path d=\"m.5 3.5h3\"/><path d=\"m.5 6.5h14\"/><path d=\"m.5 9.5h3\"/></g></svg></li><li title=\"filter \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"m4.5 7.5h12\"/><path d=\"m6.5 10.5h8\"/><path d=\"m8.5 13.5h4\"/></g></svg></li><li title=\"filter circle \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"10.5\" cy=\"10.5\" r=\"8\"/><path d=\"m6.5 8.5h8\"/><path d=\"m8.5 10.5h4\"/><path d=\"m9.5 12.5h2\"/></g></svg></li><li title=\"filter single \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"m10.5 8v-5.5\"/><path d=\"m10.5 18.5v-5.5\"/><circle cx=\"10.5\" cy=\"10.5\" r=\"2.5\"/></g></svg></li><li title=\"filtering \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 4)\"><path d=\"m4.5 0c.55228475 0 1 .44771525 1 1v2c0 .55228475-.44771525 1-1 1s-1-.44771525-1-1v-2c0-.55228475.44771525-1 1-1z\"/><path d=\"m16.5 2h-11\"/><path d=\"m3.5 2h-3\"/><path d=\"m4.5 10c.55228475 0 1 .4477153 1 1v2c0 .5522847-.44771525 1-1 1s-1-.4477153-1-1v-2c0-.5522847.44771525-1 1-1z\"/><path d=\"m16.5 12h-11\"/><path d=\"m3.5 12h-3\"/><path d=\"m12.5 5c.5522847 0 1 .44771525 1 1v2c0 .55228475-.4477153 1-1 1s-1-.44771525-1-1v-2c0-.55228475.4477153-1 1-1z\"/><path d=\"m11.5 7h-11\"/><path d=\"m16.5 7h-3\"/></g></svg></li><li title=\"fingerprint \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(4.5 2.5)\"><path d=\"m12 10.03c0 2.7448552-1.2554932 5.97-6 5.97-.75780542 0-1.42660143-.0822778-2.01548904-.2317346m-1.76100565-.7815476c-1.68909404-1.1706539-2.22350531-3.1659055-2.22350531-4.9567178v-4.03c0-1.56622031.65466451-2.97953554 1.70527792-3.98123005m1.67130335-1.35397567c.77973587-.42395337 1.6734516-.66479428 2.62341873-.66479428 1.75280799 0 3.49283909.72275393 4.5 2m1.2058722 1.22085393c.1906672.55804827.2941278 1.15651492.2941278 1.77914607 0-.66666667 0 .33333333 0 3\"/><path d=\"m6 14c-1.33333333-.6666667-2-1.6566667-2-2.97v-5.03c0-1.1045695.8954305-2 2-2s2 .8954305 2 2v4.03c0 .6666667.33333333 1 1 1s1-.3333333 1-1v-4.46441832c0-.45607794-.10398763-.90615253-.30405487-1.31600639-.73207609-1.49971686-1.9640578-2.24957529-3.69594513-2.24957529-1.73187932 0-2.96385765.7498515-3.69593498 2.2495545-.20007634.40985541-.30406502.85993519-.30406502 1.31601852v5.43442698c0 1 .16666667 1.6666667.5 2\"/><path d=\"m6 6v4.03c0 1.98 1 2.97 3 2.97\"/></g></svg></li><li title=\"flag \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(5 4)\"><path d=\"m.5 13.5v-11\"/><path d=\"m.5 2.5c.66666667-1.33333333 1.66666667-2 3-2 2 0 2 2 4 2 1.33333333 0 2.33333333-.33333333 3-1v6c-.66666667.66666667-1.66666667 1-3 1-2 0-2-2-4-2-1.33333333 0-2.33333333.66666667-3 2z\"/></g></svg></li><li title=\"flame \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 21 21\">\n  <g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(5 3)\">\n    <path d=\"M5.5,16 C8.53756612,16 11,13.5714286 11,9.28571429 C11,6.42857143 9.16666667,3.33333333 5.5,0 C1.83333333,3.33333333 0,6.42857143 0,9.28571429 C0,13.5714286 2.46243388,16 5.5,16 Z\"/>\n    <path d=\"M5.5,16 C7.01878306,16 8.25,14.7857143 8.25,12.6428571 C8.25,11.2142857 7.33333333,9.66666667 5.5,8 C3.66666667,9.66666667 2.75,11.2142857 2.75,12.6428571 C2.75,14.7857143 3.98121694,16 5.5,16 Z\"/>\n  </g>\n</svg>\n</li><li title=\"flame alt \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m5.5 0c3.66666667 3.33333333 5.5 6.42857143 5.5 9.28571429 0 3.07807311-1.27021139 5.19816551-3.11142285 6.14857691.23027671-.4916139.36142285-1.0920694.36142285-1.7914341 0-1.4285714-.91666667-2.9761904-2.75-4.6428571-1.83333333 1.6666667-2.75 3.2142857-2.75 4.6428571 0 .6993647.13114614 1.2998202.36063321 1.7914341-1.84042182-.9504114-3.11063321-3.0705038-3.11063321-6.14857691 0-2.85714286 1.83333333-5.95238096 5.5-9.28571429z\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(5 3)\"/></svg></li><li title=\"flip view \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m15.6893661 13.7425356.5-2c.1339487-.5357949-.191812-1.0787294-.7276069-1.2126781-.0793206-.0198302-.1607738-.0298575-.2425356-.0298575h-13.43844719c-.55228475 0-1 .4477153-1 1 0 .0817618.01002735.163215.0298575.2425356l.5 2c.11129175.445167.51127485.7574644.9701425.7574644h12.43844719c.4588676 0 .8588507-.3122974.9701425-.7574644zm-.1893661-5.2425356.5606576-1.68197288c.1746478-.52394332-.1085122-1.09026329-.6324555-1.26491107-.1023789-.03412629-.2096068-.05145569-.3175235-.0513167l-13.22209729.01713315c-.55228428.00071562-.99941904.44901061-.99870428 1.0012949 0 .10774719.01769263.21476369.05197848.31691043l.55814449 1.66286217m14-5 .3059335-1.83560101c.0907951-.54477032-.2772246-1.05999786-.8219949-1.15079291-.0543315-.00905524-.1093182-.01360608-.164399-.01360608h-12.63907918c-.55228475 0-1 .44771525-1 1 0 .05508086.00455084.11006756.01360608.16439899l.3059335 1.83560101\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 3)\"/></svg></li><li title=\"floppy \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(4 4)\"><path d=\"m2.5.5h7l3 3v7c0 1.1045695-.8954305 2-2 2h-8c-1.1045695 0-2-.8954305-2-2v-8c0-1.1045695.8954305-2 2-2z\"/><path d=\"m4.50000081 8.5h4c.55228475 0 1 .44771525 1 1v3h-6v-3c0-.55228475.44771525-1 1-1z\"/><path d=\"m3.5 3.5h2v2h-2z\"/></g></svg></li><li title=\"folder add \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 4)\"><path d=\"m.5 1.5v9c0 1.1045695.8954305 2 2 2h10c1.1045695 0 2-.8954305 2-2v-6.00280762c.000802-1.1045695-.8946285-2-1.999198-2-.0002674 0-.0005348.00000006-.0008018.00080218l-5.0000002.00200544-2-2h-4c-.55228475 0-1 .44771525-1 1z\"/><path d=\"m5.5 7.5h4\"/><path d=\"m7.5 9.556v-4.056\"/></g></svg></li><li title=\"folder closed \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 4)\"><path d=\"m.5 1.5v9c0 1.1045695.8954305 2 2 2h10c1.1045695 0 2-.8954305 2-2v-6.00280762c.0007656-1.05436179-.8150774-1.91816512-1.8499357-1.99451426l-.1500643-.00468356-5 .00200544-2-2h-4c-.55228475 0-1 .44771525-1 1z\"/><path d=\"m.5 2.5h7\"/></g></svg></li><li title=\"folder minus \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 4)\"><path d=\"m.5 1.5v9c0 1.1045695.8954305 2 2 2h10c1.1045695 0 2-.8954305 2-2v-6.00280762c.0007656-1.05436179-.8150774-1.91816512-1.8499357-1.99451426l-.1500643-.00468356-5 .00200544-2-2h-4c-.55228475 0-1 .44771525-1 1z\"/><path d=\"m5.5 7.5h4\"/></g></svg></li><li title=\"folder open \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 4)\"><path d=\"m15.5 4.5c.000802-1.10737712-.8946285-2.00280762-1.999198-2.00280762l-5.000802.00280762-2-2h-4c-.55228475 0-1 .44771525-1 1v.99719238 2.00280762\"/><path d=\"m.81056316 5.74177845 1.31072322 5.24326075c.22257179.8903496 1.02254541 1.5149608 1.94029301 1.5149608h8.87667761c.9177969 0 1.7178001-.6246768 1.9403251-1.5150889l1.3108108-5.24508337c.1339045-.53580596-.1919011-1.07871356-.727707-1.21261805-.079341-.0198283-.1608148-.02983749-.2425959-.02983749l-13.43852073.00188666c-.55228474.00007754-.99985959.44785564-.99985959 1.00014038 0 .08170931.01003737.16310922.02985348.24237922z\"/></g></svg></li><li title=\"fork git \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 3)\"><path d=\"m12.5.5 3 3-3 3\"/><path d=\"m15.5 3.5h-5l-4 5.086\"/><path d=\"m12.5 9.5 3 3-3 3\"/><path d=\"m15.5 12.5h-5l-4-4h-6\"/></g></svg></li><li title=\"forward \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m10.604816 3.36827202c-5.18469775-.47094658-8.51890831 1.5289737-9.99999995 6 2.82481024-3.14044041 6.34158531-3.71816233 9.99999995-2v2.99999998l5-4.99999998-5-5z\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(1.895 4.132)\"/></svg></li><li title=\"frame \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"m6.5 4v14\"/><path d=\"m14.5 4v14\"/><path d=\"m3.5 7h14\"/><path d=\"m3.5 15h14\"/></g></svg></li><li title=\"fullscreen \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 2)\"><path d=\"m16.5 5.5v-4.978l-5.5.014\"/><path d=\"m16.5.522-6 5.907\"/><path d=\"m11 16.521 5.5.002-.013-5.5\"/><path d=\"m16.5 16.429-6-5.907\"/><path d=\"m.5 5.5v-5h5.5\"/><path d=\"m6.5 6.429-6-5.907\"/><path d=\"m6 16.516-5.5.007v-5.023\"/><path d=\"m6.5 10.5-6 6\"/></g></svg></li><li title=\"funnel \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m.5.5h12l-4 7v3l-3 3v-6z\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(4 4)\"/></svg></li><li title=\"gauge \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(2 3)\"><path d=\"m14 14c1.4477153-1.4477153 2.5-3.290861 2.5-5.5 0-4.418278-3.581722-8-8-8s-8 3.581722-8 8c0 2.209139 1.05228475 4.0522847 2.5 5.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"m8.5 8.5-4-4\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"8.5\" cy=\"8.5\" fill=\"currentColor\" r=\"1.5\"/></g></svg></li><li title=\"gift \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 4)\"><path d=\"m1.5 6.5h12v5c0 1.1045695-.8954305 2-2 2h-8c-1.1045695 0-2-.8954305-2-2z\"/><path d=\"m7.5 3.5v10\"/><path d=\"m4.5 3.5h3v-2c0-1.5-2.21895142-1.78104858-3-1s-.78104858 2.21895142 0 3zm6 0h-3v-2c0-1.5 2.21895142-1.78104858 3-1 .7810486.78104858.7810486 2.21895142 0 3zm-9 0h12c.5522847 0 1 .44771525 1 1v1c0 .55228475-.4477153 1-1 1h-12c-.55228475 0-1-.44771525-1-1v-1c0-.55228475.44771525-1 1-1z\"/></g></svg></li><li title=\"globe \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 3)\"><path d=\"m8 16c4.4380025 0 8-3.5262833 8-7.96428571 0-4.43800246-3.5619975-8.03571429-8-8.03571429-4.43800245 0-8 3.59771183-8 8.03571429 0 4.43800241 3.56199755 7.96428571 8 7.96428571z\"/><path d=\"m1 5h14\"/><path d=\"m1 11h14\"/><path d=\"m8 16c2.2190012 0 4-3.5262833 4-7.96428571 0-4.43800246-1.7809988-8.03571429-4-8.03571429-2.21900123 0-4 3.59771183-4 8.03571429 0 4.43800241 1.78099877 7.96428571 4 7.96428571z\"/></g></svg></li><li title=\"gps \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(2 2)\"><path d=\"m8.5 14.5c3.3285018 0 6-2.6447124 6-5.97321429 0-3.32850184-2.6714982-6.02678571-6-6.02678571-3.32850184 0-6 2.69828387-6 6.02678571 0 3.32850189 2.67149816 5.97321429 6 5.97321429z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"8.5\" cy=\"8.5\" fill=\"currentColor\" r=\"3.5\"/><g stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"m.5 8.5h2\"/><path d=\"m14.5 8.5h2\"/><path d=\"m7.5 1.5h2\" transform=\"matrix(0 1 -1 0 10 -7)\"/><path d=\"m7.5 15.5h2\" transform=\"matrix(0 1 -1 0 24 7)\"/></g></g></svg></li><li title=\"grab \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(5 6)\"><path d=\"m2.35073766 3.50548574.14926234-.00548574v-1c0-.55228475.44771525-1 1-1s1 .44771525 1 1v-1c0-.55228475.44771525-1 1-1s1 .44771525 1 1v1c0-.55228475.44771525-1 1-1s1 .44771525 1 1v1c0-.55228475.44771525-1 1-1 .5522847 0 1 .44771525 1 1v4c0 2.7614237-2.23857625 5-5 5h-.5c-2.48528137 0-4.5-2.0147186-4.5-4.5v-2.5c0-1.0543618.81587779-1.91816512 1.85073766-1.99451426z\"/><path d=\"m2.5 2.5v3\"/><path d=\"m4.5 1.5v2\"/><path d=\"m6.5 1.5v2\"/><path d=\"m8.5 2.5v2\"/></g></svg></li><li title=\"graph bar \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 3)\"><path d=\"m.5.5v12c0 1.1045695.8954305 2 2 2h11.5\"/><path d=\"m3.5 8.5v3\"/><path d=\"m7.5 5.5v6\"/><path d=\"m11.5 2.5v9\"/></g></svg></li><li title=\"graph box \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 3)\"><path d=\"m2.5.5h10c1.1045695 0 2 .8954305 2 2v10c0 1.1045695-.8954305 2-2 2h-10c-1.1045695 0-2-.8954305-2-2v-10c0-1.1045695.8954305-2 2-2z\"/><path d=\"m4.5 11.435v-7.935\"/><path d=\"m7.5 11.485v-3.985\"/><path d=\"m10.5 11.5v-6\"/></g></svg></li><li title=\"graph increase \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(4 3)\"><path d=\"m.5.5v11c0 1.1045695.8954305 2 2 2h11\"/><path d=\"m2.5 9.5 3-3 2 2 5-5\"/><path d=\"m12.5 6.5v-3h-3\"/></g></svg></li><li title=\"grid \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m9.5.5h4c.5522847 0 1 .44771525 1 1v4c0 .55228475-.4477153 1-1 1h-4c-.55228475 0-1-.44771525-1-1v-4c0-.55228475.44771525-1 1-1zm-8 0h4c.55228475 0 1 .44771525 1 1v4c0 .55228475-.44771525 1-1 1h-4c-.55228475 0-1-.44771525-1-1v-4c0-.55228475.44771525-1 1-1zm8 8h4c.5522847 0 1 .44771525 1 1v4c0 .5522847-.4477153 1-1 1h-4c-.55228475 0-1-.4477153-1-1v-4c0-.55228475.44771525-1 1-1zm-8 0h4c.55228475 0 1 .44771525 1 1v4c0 .5522847-.44771525 1-1 1h-4c-.55228475 0-1-.4477153-1-1v-4c0-.55228475.44771525-1 1-1z\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 3)\"/></svg></li><li title=\"grid circles \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"7.5\" cy=\"7.5\" r=\"2\"/><circle cx=\"13.5\" cy=\"7.5\" r=\"2\"/><circle cx=\"7.5\" cy=\"13.5\" r=\"2\"/><circle cx=\"13.5\" cy=\"13.5\" r=\"2\"/></g></svg></li><li title=\"grid circles add \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"13.5\" cy=\"7.5\" r=\"2\"/><circle cx=\"7.5\" cy=\"7.5\" r=\"2\"/><circle cx=\"7.5\" cy=\"13.5\" r=\"2\"/><path d=\"m13.5 11.5v4\"/><path d=\"m15.5 13.5h-4\"/></g></svg></li><li title=\"grid small \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m5 4h1c.55228475 0 1 .44771525 1 1v1c0 .55228475-.44771525 1-1 1h-1c-.55228475 0-1-.44771525-1-1v-1c0-.55228475.44771525-1 1-1zm0-4h1c.55228475 0 1 .44771525 1 1v1c0 .55228475-.44771525 1-1 1h-1c-.55228475 0-1-.44771525-1-1v-1c0-.55228475.44771525-1 1-1zm4 4h1c.5522847 0 1 .44771525 1 1v1c0 .55228475-.4477153 1-1 1h-1c-.55228475 0-1-.44771525-1-1v-1c0-.55228475.44771525-1 1-1zm0-4h1c.5522847 0 1 .44771525 1 1v1c0 .55228475-.4477153 1-1 1h-1c-.55228475 0-1-.44771525-1-1v-1c0-.55228475.44771525-1 1-1zm0 8h1c.5522847 0 1 .44771525 1 1v1c0 .5522847-.4477153 1-1 1h-1c-.55228475 0-1-.4477153-1-1v-1c0-.55228475.44771525-1 1-1zm-4 0h1c.55228475 0 1 .44771525 1 1v1c0 .5522847-.44771525 1-1 1h-1c-.55228475 0-1-.4477153-1-1v-1c0-.55228475.44771525-1 1-1zm-4-4h1c.55228475 0 1 .44771525 1 1v1c0 .55228475-.44771525 1-1 1h-1c-.55228475 0-1-.44771525-1-1v-1c0-.55228475.44771525-1 1-1zm0-4h1c.55228475 0 1 .44771525 1 1v1c0 .55228475-.44771525 1-1 1h-1c-.55228475 0-1-.44771525-1-1v-1c0-.55228475.44771525-1 1-1zm0 8h1c.55228475 0 1 .44771525 1 1v1c0 .5522847-.44771525 1-1 1h-1c-.55228475 0-1-.4477153-1-1v-1c0-.55228475.44771525-1 1-1z\" fill=\"currentColor\" fill-rule=\"evenodd\" transform=\"translate(5 5)\"/></svg></li><li title=\"grid squares \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m3.49859901.50058486-2 .00245141c-.55180573.00067635-.9987743.4481931-.9987743.99999924v1.99673096c0 .51283584.38604019.93550716.88337888.99327227l.11784682.00672698 2-.00245141c.55180573-.00067635.9987743-.4481931.9987743-.99999925v-1.9967302c0-.51283659-.38604019-.93550791-.88337887-.99327302zm6 0-2 .00245141c-.55180573.00067635-.9987743.4481931-.9987743.99999924v1.99673096c0 .51283584.38604019.93550716.88337888.99327227l.11784682.00672698 2-.00245141c.55180569-.00067635.99877429-.4481931.99877429-.99999925v-1.9967302c0-.51283659-.3860402-.93550791-.88337886-.99327302zm-6 6-2 .00245141c-.55180573.00067635-.9987743.4481931-.9987743.99999924v1.99673096c0 .51283583.38604019.93550713.88337888.99327223l.11784682.006727 2-.0024514c.55180573-.0006763.9987743-.4481931.9987743-.99999924v-1.9967302c0-.51283659-.38604019-.93550791-.88337887-.99327302zm6 0-2 .00245141c-.55180573.00067635-.9987743.4481931-.9987743.99999924v1.99673096c0 .51283583.38604019.93550713.88337888.99327223l.11784682.006727 2-.0024514c.55180569-.0006763.99877429-.4481931.99877429-.99999924v-1.9967302c0-.51283659-.3860402-.93550791-.88337886-.99327302z\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(5 5)\"/></svg></li><li title=\"grid squares add \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(5 5)\"><path d=\"m3.49859901.50058486-2 .00245141c-.55180573.00067635-.9987743.4481931-.9987743.99999924v1.99673096c0 .51283584.38604019.93550716.88337888.99327227l.11784682.00672698 2-.00245141c.55180573-.00067635.9987743-.4481931.9987743-.99999925v-1.9967302c0-.51283659-.38604019-.93550791-.88337887-.99327302zm6 0-2 .00245141c-.55180573.00067635-.9987743.4481931-.9987743.99999924v1.99673096c0 .51283584.38604019.93550716.88337888.99327227l.11784682.00672698 2-.00245141c.55180569-.00067635.99877429-.4481931.99877429-.99999925v-1.9967302c0-.51283659-.3860402-.93550791-.88337886-.99327302zm-6 6-2 .00245141c-.55180573.00067635-.9987743.4481931-.9987743.99999924v1.99673096c0 .51283583.38604019.93550713.88337888.99327223l.11784682.006727 2-.0024514c.55180573-.0006763.9987743-.4481931.9987743-.99999924v-1.9967302c0-.51283659-.38604019-.93550791-.88337887-.99327302z\"/><path d=\"m8.5 6.5v4\"/><path d=\"m10.5 8.5h-4\"/></g></svg></li><li title=\"hand \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(4 3)\"><path d=\"m1.25 6.25c.72440521-.14488104 1.44906675.24766687 1.72343208.93358019l.52656792 1.31641981v-6c0-.55228475.44771525-1 1-1s1 .44771525 1 1v-1.5c0-.55228475.44771525-1 1-1s1 .44771525 1 1v1c0-.55228475.44771525-1 1-1s1 .44771525 1 1v1.5c0-.55228475.44771525-1 1-1 .5522847 0 1 .44771525 1 1v8c0 2.209139-1.790861 4-4 4-2.3508274 0-4.39998311-1.5999324-4.9701425-3.88057l-.0298575-.11943-1.92991229-3.85982457c-.24048169-.48096339-.04553276-1.06581018.43543063-1.30629188.07740388-.03870194.15962204-.06691163.24448166-.08388355z\"/><path d=\"m5.5 1.5v6\"/><path d=\"m7.5 1.5v5\"/><path d=\"m9.5 3.5v4\"/></g></svg></li><li title=\"harddrive \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"matrix(0 -1 1 0 2 18)\"><path d=\"m2.5.5h4l5.7878386 2.48050226c.7353677.31515758 1.2121614 1.03823384 1.2121614 1.83829006v7.36241538c0 .8000562-.4767937 1.5231325-1.2121614 1.83829l-5.7878386 2.4805023h-4c-1.1045695 0-2-.8954305-2-2v-12c0-1.1045695.8954305-2 2-2z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"4\" cy=\"3\" fill=\"currentColor\" r=\"1\"/><path d=\"m6.5 1v15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></g></svg></li><li title=\"hash \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"m13.5 5.5-2 10\"/><path d=\"m9.5 5.5-2 10\"/><path d=\"m6.5 8.5h9\"/><path d=\"m5.5 12.5h9\"/></g></svg></li><li title=\"heart \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m7.24264069 2.24264069c.5-2.5 4.34314571-2.65685425 6.00000001-1 1.6034073 1.60340734 1.4999617 4.3343931 0 6l-6.00000001 6.00000001-6-6.00000001c-1.65685425-1.65685425-1.65685425-4.34314575 0-6 1.54996042-1.54996043 5.5-1.5 6 1z\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3.257 4.257)\"/></svg></li><li title=\"heart rate \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m0 6.5h2l2.5-6 2 12 3-9 2.095 6 1.405-3h2\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 4)\"/></svg></li><li title=\"heart remove \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3.257 3.257)\"><path d=\"m10.6718483 10.813433c-.6501741.6501742-1.80095146 1.8009515-3.42920761 3.4292077l-6-6.00000001c-1.65685425-1.65685425-1.65685425-4.34314575 0-6 .16405182-.16405183.35499091-.3101803.56588065-.4373774m2.45362752-.60559794c1.38818727.03475311 2.70563079.66867016 2.98049183 2.04297534.5-2.5 4.34314571-2.65685425 6.00000001-1 1.6034073 1.60340734 1.4999617 4.3343931 0 6-.4165558.41655583-.7289727.7289727-.9372506.93725061\"/><path d=\"m.743.743 13 13.071\"/></g></svg></li><li title=\"height \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(6.314 1.314)\"><path d=\"m8.205 4.183-4-4-4.015 4\"/><path d=\"m8.205 14.183-4 4-4.015-4\"/><path d=\"m4.19.19v18\"/></g></svg></li><li title=\"hierarchy \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 2)\"><path d=\"m5.5.5h6v5h-6z\"/><path d=\"m10.5 11.5h6v5h-6z\"/><path d=\"m.5 11.5h6v5h-6z\"/><path d=\"m3.498 11.5v-3h10v3\"/><path d=\"m8.5 8.5v-3\"/></g></svg></li><li title=\"home \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(1 1)\"><path d=\"m.5 9.5 9-9 9 9\"/><path d=\"m2.5 7.5v7c0 1.1045695.8954305 2 2 2h10c1.1045695 0 2-.8954305 2-2v-7\"/></g></svg></li><li title=\"home alt \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(1 1)\"><path d=\"m.5 9.5 9-9 9 9\"/><path d=\"m2.5 10.5v4c0 1.1045695.8954305 2 2 2h10c1.1045695 0 2-.8954305 2-2v-4\"/></g></svg></li><li title=\"home check \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(1 1)\"><path d=\"m.5 9.5 9-9 9 9\"/><path d=\"m2.5 7.5v7c0 1.1045695.8954305 2 2 2h10c1.1045695 0 2-.8954305 2-2v-7\"/><path d=\"m6.5 10.5 2 2 4-4\"/></g></svg></li><li title=\"home door \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(1 1)\"><path d=\"m.5 9.5 9-9 9 9\"/><path d=\"m2.5 7.5v8c0 .5522847.44771525 1 1 1h3c.55228475 0 1-.4477153 1-1v-4c0-.5522847.44771525-1 1-1h2c.5522847 0 1 .4477153 1 1v4c0 .5522847.4477153 1 1 1h3c.5522847 0 1-.4477153 1-1v-8\"/></g></svg></li><li title=\"import \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 3)\"><path d=\"m6.5.5h-4c-1.1045695 0-2 .8954305-2 2v10c0 1.1045695.8954305 2 2 2h10c1.1045695 0 2-.8954305 2-2v-10\"/><path d=\"m10.5 7.5-3 3-3-3\"/><path d=\"m14.5.5h-4c-1.65685425 0-3 1.34314575-3 3v7\"/></g></svg></li><li title=\"inbox \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2.5 4.5)\"><path d=\"m3.65939616 0h8.68120764c.4000282 0 .7615663.23839685.9191451.6060807l2.7402511 6.3939193v4c0 1.1045695-.8954305 2-2 2h-12c-1.1045695 0-2-.8954305-2-2v-4l2.74025113-6.3939193c.15757879-.36768385.51911692-.6060807.91914503-.6060807z\"/><path d=\"m0 7h4c.55228475 0 1 .44771525 1 1v1c0 .55228475.44771525 1 1 1h4c.5522847 0 1-.44771525 1-1v-1c0-.55228475.4477153-1 1-1h4\"/></g></svg></li><li title=\"inbox alt \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2.5 1.5)\"><path d=\"m10 3h2.3406038c.4000282 0 .7615663.23839685.9191451.6060807l2.7402511 6.3939193v4c0 1.1045695-.8954305 2-2 2h-12c-1.1045695 0-2-.8954305-2-2v-4l2.74025113-6.3939193c.15757879-.36768385.51911692-.6060807.91914503-.6060807h2.34060384\"/><path d=\"m11 6.086-3 2.914-3-2.914\"/><path d=\"m8 0v9\"/><path d=\"m0 10h4c.55228475 0 1 .4477153 1 1v1c0 .5522847.44771525 1 1 1h4c.5522847 0 1-.4477153 1-1v-1c0-.5522847.4477153-1 1-1h4\"/></g></svg></li><li title=\"info circle \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(2 2)\"><g stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"8.5\" cy=\"8.5\" r=\"8\"/><path d=\"m8.5 12.5v-4h-1\"/><path d=\"m7.5 12.5h2\"/></g><circle cx=\"8.5\" cy=\"5.5\" fill=\"currentColor\" r=\"1\"/></g></svg></li><li title=\"iphone landscape \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(3 5)\"><path d=\"m2.5.5h10c1.1045695 0 2 .8954305 2 2v6c0 1.1045695-.8954305 2-2 2h-10c-1.1045695 0-2-.8954305-2-2v-6c0-1.1045695.8954305-2 2-2z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"11.5\" cy=\"5.5\" fill=\"currentColor\" r=\"1\"/></g></svg></li><li title=\"iphone portrait \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(5 3)\"><path d=\"m2.5.5h6c1.1045695 0 2 .8954305 2 2v10c0 1.1045695-.8954305 2-2 2h-6c-1.1045695 0-2-.8954305-2-2v-10c0-1.1045695.8954305-2 2-2z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"5.5\" cy=\"11.5\" fill=\"currentColor\" r=\"1\"/></g></svg></li><li title=\"jump backward \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3.5 6.5)\"><path d=\"m14 8v-2c0-1.65685425-1.3431458-3-3-3h-8\"/><path d=\"m3 6-3.001-3 3.001-3\"/><path d=\"m6 6-3.001-3 3.001-3\"/></g></svg></li><li title=\"jump forward \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3.5 6.5)\"><path d=\"m0 8v-2c0-1.65685425 1.34314575-3 3-3h8\"/><path d=\"m7.999 6 3.001-3-3.001-3\"/><path d=\"m10.999 6 3.001-3-3.001-3\"/></g></svg></li><li title=\"jump left \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(4.5 6.5)\"><path d=\"m11 8v-2c0-1.65685425-1.34314575-3-3-3h-8\"/><path d=\"m3 6-3.001-3 3.001-3\"/></g></svg></li><li title=\"jump right \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(5.5 6.5)\"><path d=\"m0 8v-2c0-1.65685425 1.34314575-3 3-3h8\"/><path d=\"m7.999 6 3.001-3-3.001-3\"/></g></svg></li><li title=\"keyboard \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(1 5)\"><path d=\"m18.5 8.5v-6c0-1.1045695-.8954305-2-2-2h-14c-1.1045695 0-2 .8954305-2 2v6c0 1.1045695.8954305 2 2 2h14c1.1045695 0 2-.8954305 2-2z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><g fill=\"currentColor\"><circle cx=\"3.5\" cy=\"2.5\" r=\"1\"/><circle cx=\"6.5\" cy=\"2.5\" r=\"1\"/><circle cx=\"9.5\" cy=\"2.5\" r=\"1\"/><circle cx=\"12.5\" cy=\"2.5\" r=\"1\"/><circle cx=\"15.5\" cy=\"2.5\" r=\"1\"/><circle cx=\"3.5\" cy=\"4.5\" r=\"1\"/><circle cx=\"6.5\" cy=\"4.5\" r=\"1\"/><circle cx=\"9.5\" cy=\"4.5\" r=\"1\"/><circle cx=\"12.5\" cy=\"4.5\" r=\"1\"/><circle cx=\"15.5\" cy=\"4.5\" r=\"1\"/><circle cx=\"3.5\" cy=\"6.5\" r=\"1\"/><circle cx=\"6.5\" cy=\"6.5\" r=\"1\"/><circle cx=\"9.5\" cy=\"6.5\" r=\"1\"/><circle cx=\"12.5\" cy=\"6.5\" r=\"1\"/><circle cx=\"15.5\" cy=\"6.5\" r=\"1\"/><circle cx=\"3.5\" cy=\"8.5\" r=\"1\"/><circle cx=\"15.5\" cy=\"8.5\" r=\"1\"/></g><path d=\"m6.5 8.5h6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></g></svg></li><li title=\"laptop \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m2.5.48528137h11c.5522847 0 1 .44771525 1 1v8.01471863h-13v-8.01471863c0-.55228475.44771525-1 1-1zm-1.38196601 13.01471863h13.76393201c.5522848 0 1-.4477153 1-1 0-.1552451-.0361451-.3083582-.1055728-.4472136l-1.2763932-2.5527864h-13l-1.2763932 2.5527864c-.24698925.4939785-.0467649 1.0946515.44721359 1.3416408.13885544.0694277.2919685.1055728.4472136.1055728z\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 4)\"/></svg></li><li title=\"lightbulb \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(6 5)\"><path d=\"m2.5 13.5h4\"/><path d=\"m4.5 0c2.48528137 0 4.5 2.01471863 4.5 4.5 0 1.76637512-1.01772197 3.29504854-2.49877863 4.03163297l-.00122137.96836703c0 1.1045695-.8954305 2-2 2s-2-.8954305-2-2l-.00021218-.96786527c-1.48160351-.73639182-2.49978782-2.26535843-2.49978782-4.03213473 0-2.48528137 2.01471863-4.5 4.5-4.5z\"/></g></svg></li><li title=\"lightbulb on \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 1)\"><path d=\"m6.5 17.5h4\"/><path d=\"m8.5 4c2.4852814 0 4.5 2.01471863 4.5 4.5 0 1.7663751-1.017722 3.2950485-2.4987786 4.031633l-.0012214.968367c0 1.1045695-.8954305 2-2 2s-2-.8954305-2-2l-.00021218-.9678653c-1.48160351-.7363918-2.49978782-2.2653584-2.49978782-4.0321347 0-2.48528137 2.01471863-4.5 4.5-4.5z\"/><path d=\"m8.5 1.5v-1\"/><path d=\"m13.5 3.5 1-1\"/><path d=\"m2.5 3.5 1-1\" transform=\"matrix(-1 0 0 1 6 0)\"/><path d=\"m13.5 13.5 1-1\" transform=\"matrix(1 0 0 -1 0 26)\"/><path d=\"m2.5 13.5 1-1\" transform=\"matrix(-1 0 0 -1 6 26)\"/><path d=\"m1.5 7.5h-1\"/><path d=\"m16.5 7.5h-1\"/></g></svg></li><li title=\"lightning \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m6.5 7.5h4l-6 9v-6.997l-4-.003 6-9z\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(5 2)\"/></svg></li><li title=\"lightning alt \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m5.5 6.5h5l-6 8.997v-5.997h-4l2-9h5z\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(5 2)\"/></svg></li><li title=\"lineweight \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\"><rect fill=\"currentColor\"  rx=\"1\"  x=\"3.5\" y=\"6.5\"/><path d=\"m3.5 11.5h14v1h-14z\" fill=\"currentColor\"/><path d=\"m3.5 15.5h13.981\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></g></svg></li><li title=\"link \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(4 5)\"><path d=\"m5.5 2.5 1-1c1.1045695-1.1045695 2.8954305-1.1045695 4 0s1.1045695 2.8954305 0 4l-1 1m-3 3-1 1c-1.1045695 1.1045695-2.8954305 1.1045695-4 0s-1.1045695-2.8954305 0-4l1-1\"/><path d=\"m3.5 8.5 5-5\"/></g></svg></li><li title=\"link alt \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 21 21\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M1.38757706,5.69087183 C0.839076291,5.14050909 0.5,4.38129902 0.5,3.54289344 C0.5,1.8623496 1.8623496,0.5 3.542893,0.5 L8.457107,0.5 C10.1376504,0.5 11.5,1.86235004 11.5,3.54289344 C11.5,5.22343727 10.1376504,6.5 8.457107,6.5 L6,6.5\" transform=\"translate(3 6)\"/><path d=\"M4.38757706,8.69087183 C3.83907629,8.14050909 3.5,7.38129902 3.5,6.54289344 C3.5,4.8623496 4.8623496,3.5 6.542893,3.5 L11.457107,3.5 C13.1376504,3.5 14.5,4.86235004 14.5,6.54289344 C14.5,8.22343727 13.1376504,9.5 11.457107,9.5 L9,9.5\" transform=\"translate(3 6) rotate(-180 9 6.5)\"/></g></svg></li><li title=\"link broken \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 2)\"><path d=\"m7.5 5.32842712 1-1c1.1045695-1.10456949 2.8954305-1.10456949 4 0 1.1045695 1.1045695 1.1045695 2.89543051 0 4l-1 1m-3.17157288 3.17157288-1 1c-1.10456949 1.1045695-2.8954305 1.1045695-4 0-1.10456949-1.1045695-1.10456949-2.8954305 0-4l1-1\"/><path d=\"m5.5 3.5v-3\"/><path d=\"m.5 5.5h3\"/><path d=\"m11.5 16.5v-3\"/><path d=\"m13.5 11.5h3\"/></g></svg></li><li title=\"link horizontal \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 6)\"><path d=\"m5.5 8.5c-.39387503 0-.0547637 0-1 0-2.209139 0-4-1.790861-4-4s1.790861-4 4-4h1m4 0h1c2.209139 0 4 1.790861 4 4s-1.790861 4-4 4c-.88888889 0-.55555556 0-1 0\"/><path d=\"m10.5 4.5h-6\"/></g></svg></li><li title=\"link vertical \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(6 3)\"><path d=\"m8.5 9.5v1c0 2.209139-1.790861 4-4 4s-4-1.790861-4-4c0-.92155 0-.61385143 0-1m0-4c0-.44444444 0-.11111111 0-1 0-2.209139 1.790861-4 4-4s4 1.790861 4 4v1\"/><path d=\"m4.5 4.5v6\"/></g></svg></li><li title=\"list \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(4 5)\"><g stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"m11.5 5.5h-7\"/><path d=\"m11.5 9.5h-7\"/><path d=\"m11.5 1.5h-7\"/></g><path d=\"m1.49884033 2.5c.5 0 1-.5 1-1s-.5-1-1-1-.99884033.5-.99884033 1 .49884033 1 .99884033 1zm0 4c.5 0 1-.5 1-1s-.5-1-1-1-.99884033.5-.99884033 1 .49884033 1 .99884033 1zm0 4c.5 0 1-.5 1-1s-.5-1-1-1-.99884033.5-.99884033 1 .49884033 1 .99884033 1z\" fill=\"currentColor\"/></g></svg></li><li title=\"list add \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(4 6)\"><path d=\"m.5.5h12\"/><path d=\"m.5 4.5h12\"/><path d=\"m.5 8.5h7\"/><path d=\"m9.5 8.5h4zm2 2v-4z\"/></g></svg></li><li title=\"list numbered \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(4 5)\"><g stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"m11.5 5.5h-7\"/><path d=\"m11.5 9.5h-7\"/><path d=\"m11.5 1.5h-7\"/></g><path d=\"m1.88 3v-2.172h-.037l-.68.459v-.617l.717-.488h.717v2.818z\" fill=\"currentColor\"/><path d=\"m.89941406 5.06835938c0-.57226563.45117188-.96289063 1.109375-.96289063.65234375 0 1.04101563.35351563 1.04101563.8359375 0 .33398437-.1484375.5546875-.59765625.9609375l-.5546875.50195313v.03710937h1.18554687v.55859375h-2.14257812v-.47851562l1.0078125-.91210938c.34765625-.31835938.40625-.43945312.40625-.60546875 0-.1953125-.13671875-.35742187-.3828125-.35742187-.26171875 0-.41601563.17773437-.41601563.421875zm.71289063 4.73046874v-.484375h.36132812c.23828125 0 .39257813-.13867187.39257813-.34179687 0-.19140625-.14648438-.33203125-.38867188-.33203125-.25390625 0-.40820312.13476562-.41992187.36328125h-.65234375c.00976562-.54101563.4375-.8984375 1.10742187-.8984375.66015625 0 1.02148438.34570313 1.01953125.765625 0 .33984375-.21875.56445313-.52734375.63671875v.03710938c.40625.05664062.640625.30859374.640625.67968752 0 .5039062-.48046875.8515625-1.15820312.8515625-.66992188 0-1.125-.3613281-1.15039063-.9160157h.68359375c.00976563.2167969.18554688.3515626.45703125.3515626.26171875 0 .43945313-.1425782.43945313-.3554688 0-.22265625-.16796875-.35742188-.44335938-.35742188z\" fill=\"currentColor\"/></g></svg></li><li title=\"loader \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"m10.5 3.5v2\"/><path d=\"m15.5 5.5-1.5 1.5\"/><path d=\"m5.5 5.5 1.5 1.5\"/><path d=\"m10.5 17.5v-2\"/><path d=\"m15.5 15.5-1.5-1.5\"/><path d=\"m5.5 15.5 1.5-1.5\"/><path d=\"m3.5 10.5h2\"/><path d=\"m15.5 10.5h2\"/></g></svg></li><li title=\"location \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(4 2)\"><path d=\"m6.5 16.5407715.6311176-.7118691c.71585099-.8191184 1.36011688-1.5983525 1.93279767-2.3377022l.4733382-.6239608c1.97516433-2.6615039 2.96274653-4.77276704 2.96274653-6.33378943 0-3.33218241-2.6862915-6.03344997-6-6.03344997s-6 2.70126756-6 6.03344997c0 1.56102239.98758218 3.67228553 2.96274653 6.33378943l.4733382.6239608c.73630387.9505925 1.5909423 1.9671163 2.56391527 3.0495713z\"/><circle cx=\"6.5\" cy=\"6.5\" r=\"2.5\"/></g></svg></li><li title=\"lock \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(4 1)\"><path d=\"m2.5 8.5-.00586729-1.99475098c-.00728549-4.00349935 1.32800361-6.00524902 4.00586729-6.00524902s4.0112203 2.00174967 4.0000699 6.00524902v1.99475098m-8.0000699 0h8.0225317c1.0543618 0 1.9181652.81587779 1.9945143 1.8507377l.0054778.1548972-.0169048 6c-.0031058 1.1023652-.8976224 1.9943651-1.999992 1.9943651h-8.005627c-1.1045695 0-2-.8954305-2-2v-6c0-1.1045695.8954305-2 2-2z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"6.5\" cy=\"13.5\" fill=\"currentColor\" r=\"1.5\"/></g></svg></li><li title=\"lock open \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(4 1)\"><path d=\"m2.5 8.5-.00586729-1.99475098c-.00728549-4.00349935 1.32800361-6.00524902 4.00586729-6.00524902 2.19134421 0 3.6093703 1.31907891 4 4m-8 4h8.0225317c1.0543618 0 1.9181652.81587779 1.9945143 1.8507377l.0054778.1548972-.0169048 6c-.0031058 1.1023652-.8976224 1.9943651-1.999992 1.9943651h-8.005627c-1.1045695 0-2-.8954305-2-2v-6c0-1.1045695.8954305-2 2-2z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"6.5\" cy=\"13.5\" fill=\"currentColor\" r=\"1.5\"/></g></svg></li><li title=\"mail \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3.5 4.5)\"><path d=\"m0 2v8c0 1.1045695.8954305 2 2 2h10c1.1045695 0 2-.8954305 2-2v-8c0-1.1045695-.8954305-2-2-2h-10c-1.1045695 0-2 .8954305-2 2z\"/><path d=\"m2 3 5 3 5-3\"/></g></svg></li><li title=\"mail add \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2.5 3.5)\"><path d=\"m10 2h-8c-1.1045695 0-2 .8954305-2 2v7c0 1.1045695.8954305 2 2 2h10c1.1045695 0 2-.8954305 2-2v-5\"/><path d=\"m2 5 5 3 5-3\"/><path d=\"m14 0v4\"/><path d=\"m12 2h4\"/></g></svg></li><li title=\"mail delete \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3.5 3.5)\"><path d=\"m6.00772212.56701593-5 2.85714286c-.62314999.35608571-1.00772212 1.01877259-1.00772212 1.73648628v6.83935493c0 1.1045695.8954305 2 2 2h10c1.1045695 0 2-.8954305 2-2v-6.83935493c0-.71771369-.3845721-1.38040057-1.0077221-1.73648628l-5.00000002-2.85714286c-.61486534-.35135162-1.36969042-.35135162-1.98455576 0z\"/><path d=\"m10 5-6 6\"/><path d=\"m4 5 6 6\"/></g></svg></li><li title=\"mail minus \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2.5 4.5)\"><path d=\"m10 1h-8c-1.1045695 0-2 .8954305-2 2v7c0 1.1045695.8954305 2 2 2h10c1.1045695 0 2-.8954305 2-2v-7\"/><path d=\"m2 4 5 3 5-3\"/><path d=\"m12 1h4\"/></g></svg></li><li title=\"mail new \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3.5 3.5)\"><path d=\"m6.00772212.56701593-5 2.85714286c-.62314999.35608571-1.00772212 1.01877259-1.00772212 1.73648628v6.83935493c0 1.1045695.8954305 2 2 2h10c1.1045695 0 2-.8954305 2-2v-6.83935493c0-.71771369-.3845721-1.38040057-1.0077221-1.73648628l-5.00000002-2.85714286c-.61486534-.35135162-1.36969042-.35135162-1.98455576 0z\"/><path d=\"m7 5v6\"/><path d=\"m4 8h6\"/></g></svg></li><li title=\"mail open \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3.5 2.5)\"><path d=\"m0 4.31879232v7.68120768c0 1.1045695.8954305 2 2 2h10c1.1045695 0 2-.8954305 2-2v-7.68120768c0-.80005622-.4767937-1.52313248-1.2121614-1.83829006l-5-2.14285715c-.50309759-.21561325-1.07257961-.21561325-1.5756772 0l-5 2.14285715c-.73536769.31515758-1.2121614 1.03823384-1.2121614 1.83829006z\"/><path d=\"m2 5 5 3 5-3\"/></g></svg></li><li title=\"mail remove \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3.5 3.5)\"><path d=\"m6.00772212.56701593-5 2.85714286c-.62314999.35608571-1.00772212 1.01877259-1.00772212 1.73648628v6.83935493c0 1.1045695.8954305 2 2 2h10c1.1045695 0 2-.8954305 2-2v-6.83935493c0-.71771369-.3845721-1.38040057-1.0077221-1.73648628l-5.00000002-2.85714286c-.61486534-.35135162-1.36969042-.35135162-1.98455576 0z\"/><path d=\"m4 8h6\"/></g></svg></li><li title=\"marquee \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 2)\"><path d=\"m.5 3.5v-1c0-1.1045695.8954305-2 2-2h1m0 16h-1c-1.1045695 0-2-.8954305-2-2v-1m16-10v-1c0-1.1045695-.8954305-2-2-2h-1m0 16h1c1.1045695 0 2-.8954305 2-2v-1\"/><path d=\"m5.5.5h2\"/><path d=\"m9.5.5h2\"/><path d=\"m5.5 16.5h2\"/><path d=\"m9.5 16.5h2\"/><path d=\"m16.5 5.498v2.002\"/><path d=\"m16.5 9.498v2.002\"/><path d=\"m.5 5.498v2.002\"/><path d=\"m.5 9.498v2.002\"/></g></svg></li><li title=\"maximise \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 2)\"><path d=\"m16.5 14.5v-12c0-1.1045695-.8954305-2-2-2h-12c-1.1045695 0-2 .8954305-2 2v12c0 1.1045695.8954305 2 2 2h12c1.1045695 0 2-.8954305 2-2z\"/><path d=\"m.5 12.5h10c1.1045695 0 2-.8954305 2-2v-10\"/><path d=\"m.5 8.5h7c.55228475 0 1-.44771525 1-1v-7\"/></g></svg></li><li title=\"menu hamburger \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"m4.5 6.5h12\"/><path d=\"m4.498 10.5h11.997\"/><path d=\"m4.5 14.5h11.995\"/></g></svg></li><li title=\"menu horizontal \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"currentColor\" fill-rule=\"evenodd\"><circle cx=\"10.5\" cy=\"10.5\" r=\"1\"/><circle cx=\"5.5\" cy=\"10.5\" r=\"1\"/><circle cx=\"15.5\" cy=\"10.5\" r=\"1\"/></g></svg></li><li title=\"menu vertical \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"currentColor\" fill-rule=\"evenodd\"><circle cx=\"10.5\" cy=\"10.5\" r=\"1\"/><circle cx=\"10.5\" cy=\"5.5\" r=\"1\"/><circle cx=\"10.5\" cy=\"15.5\" r=\"1\"/></g></svg></li><li title=\"message \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(2 3)\"><path d=\"m14.5.5c1.1045695 0 2 .8954305 2 2v10c0 1.1045695-.8954305 2-2 2l-2.999-.001-2.29389322 2.2938932c-.36048396.360484-.92771502.3882135-1.32000622.0831886l-.09420734-.0831886-2.29389322-2.2938932-2.999.001c-1.1045695 0-2-.8954305-2-2v-10c0-1.1045695.8954305-2 2-2z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"m13.5 5.5h-6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"m4.49884033 6.5c.5 0 1-.5 1-1s-.5-1-1-1-.99884033.5-.99884033 1 .49884033 1 .99884033 1zm0 4c.5 0 1-.5 1-1s-.5-1-1-1-.99884033.5-.99884033 1 .49884033 1 .99884033 1z\" fill=\"currentColor\"/><path d=\"m13.5 9.5h-6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></g></svg></li><li title=\"message writing \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(2 3)\"><path d=\"m14.5.5c1.1045695 0 2 .8954305 2 2v10c0 1.1045695-.8954305 2-2 2l-2.999-.001-2.29389322 2.2938932c-.36048396.360484-.92771502.3882135-1.32000622.0831886l-.09420734-.0831886-2.29389322-2.2938932-2.999.001c-1.1045695 0-2-.8954305-2-2v-10c0-1.1045695.8954305-2 2-2z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"m8.49884033 8.5c.5 0 1-.5 1-1s-.5-1-1-1-.99884033.5-.99884033 1 .49884033 1 .99884033 1zm-4 0c.5 0 1-.5 1-1s-.5-1-1-1-.99884033.5-.99884033 1 .49884033 1 .99884033 1zm7.99999997 0c.5 0 1-.5 1-1s-.5-1-1-1-.9988403.5-.9988403 1 .4988403 1 .9988403 1z\" fill=\"currentColor\"/></g></svg></li><li title=\"microphone \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(5 2)\"><path d=\"m5.38916302.61501045.11083698-.00409775c1.5967308-.05903257 2.93899223 1.18751813 2.9980248 2.78424894.00131669.0356141.0019752.07124949.0019752.10688793v3.99795043c0 1.65685425-1.34314575 3-3 3s-3-1.34314575-3-3v-3.88703773c0-1.61372368 1.27654106-2.93833174 2.88916302-2.99795182z\"/><path d=\"m10.5 7.5c0 2.7614237-2.23857625 5-5 5-2.6887547 0-4.88181811-2.1223067-4.99538049-4.78311038l-.00461951-.21688962\"/><path d=\"m5.5 12.5v4\"/></g></svg></li><li title=\"microphone disabled \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 2)\"><path d=\"m12.5 7.5c0 .91813853-.2474698 1.7784774-.6793465 2.5179537m-1.4246464 1.5584561c-.81714521.5815728-1.81663493.9235902-2.8960071.9235902-2.76142375 0-5-2.2385763-5-5m2.19580617-4.95506382c.41696847-1.09403231 1.45627406-1.88418967 2.69335685-1.92992573l.11083698-.00409775c1.5967308-.05903257 2.9389922 1.18751813 2.9980248 2.78424894.0013167.0356141.0019752.07124949.0019752.10688793v3.99795043c0 .38785203-.0736015.75851351-.2075993 1.09877923\"/><path d=\"m8.95666861 10.1232407c-.4313298.2400274-.92803148.3767593-1.45666861.3767593-1.65685425 0-3-1.34314575-3-3 0-.93326823 0-1.53336589 0-2\"/><path d=\"m.5 1.5 14 14\"/><path d=\"m7.5 12.5v4\"/></g></svg></li><li title=\"microphone muted \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(5 2)\"><path d=\"m8.5 6 .00115967 1.5c-.21419271 2-1.21535238 3-3.00115967 3s-2.78464762-1-2.99884033-3l-.00115967-3.5c0-2 1.85706111-3.2309912 2.5-3.5\"/><g transform=\"translate(6)\"><path d=\"m.5 4.5 4-4\"/><path d=\"m4.5 4.5-4-4z\"/></g><path d=\"m10.5 7.5c0 2.7614237-2.23857625 5-5 5-2.6887547 0-4.88181811-2.1223067-4.99538049-4.78311038l-.00461951-.21688962\"/><path d=\"m5.522 12.5v4\"/></g></svg></li><li title=\"midpoint \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 2)\"><path d=\"m16.5 5.5v-3c0-1.1045695-.8954305-2-2-2h-3\"/><path d=\"m8.5 10.5v-4\"/><path d=\"m6.5 8.5h4\"/><path d=\"m16.5 11.5v3c0 1.1045695-.8954305 2-2 2h-3m-6-16h-3c-1.1045695 0-2 .8954305-2 2v3m5 11h-3c-1.1045695 0-2-.8954305-2-2v-3\"/></g></svg></li><li title=\"mini player \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 4)\"><path d=\"m2.5.5h10c1.1045695 0 2 .8954305 2 2v8c0 1.1045695-.8954305 2-2 2h-10c-1.1045695 0-2-.8954305-2-2v-8c0-1.1045695.8954305-2 2-2z\"/><path d=\"m9.5 6.5h2c.5522847 0 1 .44771525 1 1v2c0 .5522847-.4477153 1-1 1h-2c-.55228475 0-1-.4477153-1-1v-2c0-.55228475.44771525-1 1-1z\" fill=\"currentColor\"/></g></svg></li><li title=\"minimise \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 3)\"><path d=\"m5.5 14.5v-5h-5\"/><path d=\"m14.5 9.5h-5v5\"/><path d=\"m.5 5.5h5v-5\"/><path d=\"m9.5.5v5h5\"/></g></svg></li><li title=\"minus \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m5.5 10.5h10\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg></li><li title=\"minus circle \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 3)\"><path d=\"m8 16c4.4380025 0 8-3.5262833 8-7.96428571 0-4.43800246-3.5619975-8.03571429-8-8.03571429-4.43800245 0-8 3.59771183-8 8.03571429 0 4.43800241 3.56199755 7.96428571 8 7.96428571z\"/><path d=\"m4 8h8\"/></g></svg></li><li title=\"moon \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m7.5.5c1.3280962 0 2.5698071.36985953 3.6277499 1.01219586-3.14075981.19184303-5.6277499 2.79938976-5.6277499 5.98780414 0 3.1884144 2.48699009 5.7959611 5.6269199 5.9885898-1.0571128.6415507-2.2988237 1.0114102-3.6269199 1.0114102-3.86599325 0-7-3.1340068-7-7 0-3.86599325 3.13400675-7 7-7z\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(4 3)\"/></svg></li><li title=\"move \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(1 1)\"><path d=\"m18.5 9.5h-18\"/><path d=\"m9.5.5v18\"/><path d=\"m15.5 12.5 3-3-3-3\"/><path d=\"m3.5 12.5-3-3 3-3\"/><path d=\"m6.5 3.5 3-3 3 3\"/><path d=\"m6.5 15.5 3 3 3-3\"/></g></svg></li><li title=\"newspaper \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(1 4)\"><path d=\"m3.5 3.165h9\"/><path d=\"m4.48122025 6.20339509 1-.01878307c.5127454-.00963092.94259192.36840352 1.00968673.86456969l.00909302.13525035v.9832835c0 .54496455-.4363518.98958934-.98122025.99982364l-1 .01878306c-.5127454.00963093-.94259192-.36840352-1.00968673-.86456968l-.00909302-.13525396v-.98327989c0-.54496455.4363518-.98958935.98122025-.99982364z\"/><path d=\"m2.5.1507576h11c1.1045695 0 2 .8954305 2 2v10.0147186h-13c-1.1045695 0-2-.8954305-2-2v-8.0147186c0-1.1045695.8954305-2 2-2z\"/><path d=\"m8.5 6.165h4\"/><path d=\"m8.5 9.165h4\"/><path d=\"m15 12.1654762c1.3807119 0 2.5-1.1192881 2.5-2.49999998v-6.5h-2\"/></g></svg></li><li title=\"no sign \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 2)\"><circle cx=\"8.5\" cy=\"8.5\" r=\"8\"/><path d=\"m3 3 11 11\" transform=\"matrix(-1 0 0 1 17 0)\"/></g></svg></li><li title=\"notebook \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(4 3)\"><path d=\"m2.5.5h8c1.1045695 0 2 .8954305 2 2v10c0 1.1045695-.8954305 2-2 2h-8c-1.1045695 0-2-.8954305-2-2v-10c0-1.1045695.8954305-2 2-2z\"/><path d=\"m3.5 14.5v-14\"/></g></svg></li><li title=\"notification \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 2)\"><path d=\"m14.5000013 6.5v7c0 1.1045695-.8954305 2-2 2h-9.95715484c-1.10122462 0-1.99526352-.8902166-1.99998165-1.9914311l-.04295509-10.00000003c-.00462213-1.10455936.88696373-2.00381805 1.99152309-2.00856887h.00856888 6.99999831\"/><circle cx=\"14\" cy=\"2\" fill=\"currentColor\" r=\"2\"/></g></svg></li><li title=\"nut \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(4 3)\"><path d=\"m6.5.5 6 4v6l-6 4-6-4v-6z\"/><circle cx=\"6.5\" cy=\"7.5\" r=\"3\"/></g></svg></li><li title=\"pages \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(4 3)\"><path d=\"m11.5.5h-7c-1.1045695 0-2 .8954305-2 2v9c0 1.1045695.8954305 2 2 2h7c1.1045695 0 2-.8954305 2-2v-9c0-1.1045695-.8954305-2-2-2z\"/><path d=\"m2.5 2.5c-1.1045695 0-2 .8954305-2 2v8c0 1.6568542 1.34314575 3 3 3h6c1.1045695 0 2-.8954305 2-2\"/></g></svg></li><li title=\"panel bottom \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 3)\"><path d=\"m2.5.5h10c1.1045695 0 2 .8954305 2 2v10c0 1.1045695-.8954305 2-2 2h-10c-1.1045695 0-2-.8954305-2-2v-10c0-1.1045695.8954305-2 2-2z\"/><path d=\"m3.5 12.5h8\"/></g></svg></li><li title=\"panel center \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 3)\"><path d=\"m2.5.5h10c1.1045695 0 2 .8954305 2 2v10c0 1.1045695-.8954305 2-2 2h-10c-1.1045695 0-2-.8954305-2-2v-10c0-1.1045695.8954305-2 2-2z\"/><path d=\"m5.5 4.5h4c.5522847 0 1 .44771525 1 1v4c0 .5522847-.4477153 1-1 1h-4c-.55228475 0-1-.4477153-1-1v-4c0-.55228475.44771525-1 1-1z\"/></g></svg></li><li title=\"panel left \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 3)\"><path d=\"m2.5.5h10c1.1045695 0 2 .8954305 2 2v10c0 1.1045695-.8954305 2-2 2h-10c-1.1045695 0-2-.8954305-2-2v-10c0-1.1045695.8954305-2 2-2z\"/><path d=\"m2.5 11.5v-8\"/></g></svg></li><li title=\"panel right \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 3)\"><path d=\"m2.5.5h10c1.1045695 0 2 .8954305 2 2v10c0 1.1045695-.8954305 2-2 2h-10c-1.1045695 0-2-.8954305-2-2v-10c0-1.1045695.8954305-2 2-2z\"/><path d=\"m12.5 11.5v-8\"/></g></svg></li><li title=\"panel sectioned \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 3)\"><path d=\"m14.4978951 12.4978973-.0105089-9.99999996c-.0011648-1.10374784-.8962548-1.99789734-2-1.99789734h-9.99999995c-1.0543629 0-1.91816623.81587779-1.99451537 1.85073766l-.00548463.151365.0105133 10.00000004c.0011604 1.1037478.89625045 1.9978973 1.99999889 1.9978973h9.99999776c1.0543618 0 1.9181652-.8158778 1.9945143-1.8507377z\"/><path d=\"m7.5.5v13.817\"/><path d=\"m14.5 7.5h-14\"/></g></svg></li><li title=\"panel top \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 3)\"><path d=\"m2.5.5h10c1.1045695 0 2 .8954305 2 2v10c0 1.1045695-.8954305 2-2 2h-10c-1.1045695 0-2-.8954305-2-2v-10c0-1.1045695.8954305-2 2-2z\"/><path d=\"m3.5 2.5h8\"/></g></svg></li><li title=\"paper \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m12.5 12.5v-8l-4-4h-6c-1.1045695 0-2 .8954305-2 2v10c0 1.1045695.8954305 2 2 2h8c1.1045695 0 2-.8954305 2-2z\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(4 3)\"/></svg></li><li title=\"paper folded \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(4 3)\"><path d=\"m12.5 12.5v-7l-5-5h-5c-1.1045695 0-2 .8954305-2 2v10c0 1.1045695.8954305 2 2 2h8c1.1045695 0 2-.8954305 2-2z\"/><path d=\"m7.5.5v3c0 1.1045695.8954305 2 2 2h3\"/></g></svg></li><li title=\"paper plane \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(1 2)\"><path d=\"m.5 7 16-6.535-2.8 14.535z\"/><path d=\"m16.5.5-11 10\"/><path d=\"m5.5 10.5v5l3-3\"/></g></svg></li><li title=\"paper plane alt \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 2)\"><path d=\"m15.5.465-8 8.033\"/><path d=\"m10.5 16.5-3-8.002-7-2.998 15-5z\"/></g></svg></li><li title=\"paperclip \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m9.24264069 5.05025253v7.07106777c.17157287 3.7363257-1.24264069 5.6219437-4.24264069 5.6568543-3 .0349105-4.41421356-1.8507075-4.24264069-5.6568543v-7.07106777c-.11438191-2.82842712.82842713-4.24264068 2.82842713-4.24264068s2.94280904 1.41421356 2.82842712 4.24264068v7.07106777c.07786153 1.4142136-.39354299 2.1213204-1.41421356 2.1213204s-1.49207509-.7071068-1.41421356-2.1213204v-7.07106777\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"matrix(.70710678 .70710678 -.70710678 .70710678 13.535219 1.393091)\"/></svg></li><li title=\"paragraph center \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"m4.5 6.5h12\"/><path d=\"m7.498 10.5h5.997\"/><path d=\"m5.5 14.5h9.995\"/></g></svg></li><li title=\"paragraph end \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"m3.5 5.5h13.978\"/><path d=\"m3.5 7.5h13.978\"/><path d=\"m3.5 9.5h13.978\"/><path d=\"m3.5 11.5h13.978\"/><path d=\"m3.5 13.5h13.978\"/><path d=\"m3.5 15.5h7\"/></g></svg></li><li title=\"paragraph left \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"m4.5 6.5h12\"/><path d=\"m4.498 10.5h5.997\"/><path d=\"m4.5 14.5h9.995\"/></g></svg></li><li title=\"paragraph right \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"m4.5 6.5h12\"/><path d=\"m10.498 10.5h5.997\"/><path d=\"m6.5 14.5h9.995\"/></g></svg></li><li title=\"paragraph start \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"m3.5 7.5h13.978\"/><path d=\"m3.5 9.5h13.978\"/><path d=\"m3.5 11.5h13.978\"/><path d=\"m3.5 5.5h7\"/><path d=\"m3.5 13.5h13.978\"/><path d=\"m3.5 15.5h13.978\"/></g></svg></li><li title=\"pen \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 3)\"><path d=\"m14 1c.8284271.82842712.8284271 2.17157288 0 3l-9.5 9.5-4 1 1-3.9436508 9.5038371-9.55252193c.7829896-.78700064 2.0312313-.82943964 2.864366-.12506788z\"/><path d=\"m12.5 3.5 1 1\"/></g></svg></li><li title=\"phone landscape \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"matrix(0 -1 1 0 3 17)\"><path d=\"m2.52487173.5h5.97512827c1.1045695 0 2 .8954305 2 2v10c0 1.1045695-.8954305 2-2 2h-5.99966647c-1.05436781 0-1.91817114-.8158778-1.99452028-1.8507377l-.00547971-.1541711.02454421-10.00000003c.00270637-1.10264965.89734101-1.99509117 1.99999398-1.99509117z\"/><path d=\"m7.5 12.5h-4\"/></g></svg></li><li title=\"phone portrait \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(5 3)\"><path d=\"m2.5.5h6c1.1045695 0 2 .8954305 2 2v10c0 1.1045695-.8954305 2-2 2h-6c-1.1045695 0-2-.8954305-2-2v-10c0-1.1045695.8954305-2 2-2z\"/><path d=\"m3.5 12.5h4\"/></g></svg></li><li title=\"picture \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(3 3)\"><g stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"m2.5.5h10c1.1045695 0 2 .8954305 2 2v10c0 1.1045695-.8954305 2-2 2h-10c-1.1045695 0-2-.8954305-2-2v-10c0-1.1045695.8954305-2 2-2z\"/><path d=\"m14.5 10.5-3-3-3 2.985\"/><path d=\"m12.5 14.5-9-9-3 3\"/></g><circle cx=\"11\" cy=\"4\" fill=\"currentColor\" r=\"1\"/></g></svg></li><li title=\"pie half \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m6.518813.74721736c-3.4599961.88152537-6.018813 4.01833215-6.018813 7.75278264 0 3.7184732 2.53696873 6.8444056 5.97445344 7.7413445m10.02554656-7.7413445c0 4.418278-3.581722 8-8 8v-16c4.418278 0 8 3.581722 8 8z\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 2)\"/></svg></li><li title=\"pie quarter \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 2)\"><path d=\"m6.518813.74721736c-3.4599961.88152537-6.018813 4.01833215-6.018813 7.75278264 0 4.418278 3.581722 8 8 8 3.6942119 0 6.8035899-2.5039716 7.723504-5.9072849\"/><path d=\"m16.5 8.5c0-4.418278-3.581722-8-8-8v8z\"/></g></svg></li><li title=\"pie third \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m6.518813.74721736c-2.85207705.72664194-5.09182846 2.98568348-5.79082981 5.84870021m7.77201681-6.09591757c4.418278 0 8 3.581722 8 8s-3.581722 8-8 8-8-3.5-8-8h8c0-1.77777778 0-4.44444444 0-8z\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 2)\"/></svg></li><li title=\"play button \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 5)\"><path d=\"m2.49368982.53498937 11.99999998-.03787142c1.0543566-.00331643 1.9207298.80983192 2.0003436 1.84444575l.0059666.15555425v6.00288205c0 1.1045695-.8954305 2-2 2h-12c-1.1045695 0-2-.8954305-2-2v-5.96502059c0-1.10210602.89158929-1.9965128 1.99368982-1.99999004z\"/><path d=\"m7.5 7.5 3-2-3-2z\" fill=\"currentColor\"/></g></svg></li><li title=\"plus \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"m5.5 10.5h10\"/><path d=\"m10.5 5.5v10\"/></g></svg></li><li title=\"plus circle \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 3)\"><path d=\"m8 16c4.4380025 0 8-3.5262833 8-7.96428571 0-4.43800246-3.5619975-8.03571429-8-8.03571429-4.43800245 0-8 3.59771183-8 8.03571429 0 4.43800241 3.56199755 7.96428571 8 7.96428571z\"/><path d=\"m4 8h8\"/><path d=\"m8 12.0563492v-8.0563492z\"/></g></svg></li><li title=\"postcard \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 4)\"><path d=\"m2.5.5h10c1.1045695 0 2 .8954305 2 2v8c0 1.1045695-.8954305 2-2 2h-10c-1.1045695 0-2-.8954305-2-2v-8c0-1.1045695.8954305-2 2-2z\"/><path d=\"m10.5 2.5h1c.5522847 0 1 .44771525 1 1v1c0 .55228475-.4477153 1-1 1h-1c-.55228475 0-1-.44771525-1-1v-1c0-.55228475.44771525-1 1-1z\"/><path d=\"m2.5 7.5h5\"/><path d=\"m2.5 9.5h5\"/></g></svg></li><li title=\"printer \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"matrix(0 -1 1 0 2 19)\"><path d=\"m3.5 4.38378906v-1.89752528c0-1.1045695.8954305-2 2-2h4c1.1045695 0 2 .8954305 2 2v12.01373622c0 1.1045695-.8954305 2-2 2h-4c-1.1045695 0-2-.8954305-2-2v-2\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"m1.5 4.5h5.0013251v8h-5.0013251c-.55228475 0-1-.4477153-1-1v-6c0-.55228475.44771525-1 1-1zm12 0h2c.5522847 0 1 .44771525 1 1v6c0 .5522847-.4477153 1-1 1h-2\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"9\" cy=\"14\" fill=\"currentColor\" r=\"1\"/></g></svg></li><li title=\"projector \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(1 2)\"><path d=\"m16.5 12.5v-10.01471863h-14v10.01471863c0 .5522847.44771525 1 1 1h12c.5522847 0 1-.4477153 1-1z\"/><path d=\"m7.5 13.5-2 3.5\"/><path d=\"m13.5 13.5-2 3\" transform=\"matrix(-1 0 0 1 25 0)\"/><path d=\"m.5 2.5h18\"/><path d=\"m9.49894742.49789429c1.05502148.00261296 1.91822238.81840641 1.99543358 1.85289779l.0056181.1492082-4.00000003-.00210599c-.00105165-1.1045695.89437885-2 1.99894835-2z\"/></g></svg></li><li title=\"pull down \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 3)\"><path d=\"m3.5 10.5 4 4 4-4\"/><path d=\"m7.5 3.5v11\"/><path d=\"m.5.5h14\"/></g></svg></li><li title=\"pull left \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 3)\"><path d=\"m7.328 4.672v5.656h-5.656\" transform=\"matrix(-.70710678 -.70710678 -.70710678 .70710678 12.985309 5.378691)\"/><path d=\"m11.5 7.5h-11\"/><path d=\"m14.5.5v14\"/></g></svg></li><li title=\"pull right \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"matrix(0 1 -1 0 17.5 3.5)\"><path d=\"m11 4-4-4-4 4\"/><path d=\"m7 0v11\"/><path d=\"m0 14h14\"/></g></svg></li><li title=\"pull up \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 3)\"><path d=\"m3.5 4.753 4-4.253 4 4.212\"/><path d=\"m7.5.5v11\"/><path d=\"m.5 14.5h14\"/></g></svg></li><li title=\"push down \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 3)\"><path d=\"m3.5 7.5 4 4 4-4\"/><path d=\"m7.5.5v11\"/><path d=\"m.5 14.5h14\"/></g></svg></li><li title=\"push left \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"matrix(0 1 -1 0 17.5 3.5)\"><path d=\"m3 7 4 4 4-4\"/><path d=\"m7 0v11\"/><path d=\"m0 14h14\"/></g></svg></li><li title=\"push right \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 3)\"><path d=\"m5.5 9.5 4-4 4 4\" transform=\"matrix(0 1 -1 0 17 -2)\"/><path d=\"m11.5 7.5h-11\"/><path d=\"m14.5.5v14\"/></g></svg></li><li title=\"push up \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 3)\"><path d=\"m3.5 7.5 4-4 4 4\"/><path d=\"m7.5 3.5v11\"/><path d=\"m.5.5h14\"/></g></svg></li><li title=\"question circle \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(2 2)\"><circle cx=\"8.5\" cy=\"8.5\" r=\"8\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"m8.5 9.5v-1l1.41421356-1.41421356c.37507274-.37507276.58578644-.88378059.58578644-1.41421356v-.17157288c0-.61286606-.3462631-1.17313156-.89442719-1.4472136l-.21114562-.1055728c-.56305498-.2815275-1.2257994-.2815275-1.78885438 0l-.10557281.0527864c-.61286606.30643303-1 .9328289-1 1.61803399v.88196601\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"8.5\" cy=\"12.5\" fill=\"currentColor\" r=\"1\"/></g></svg></li><li title=\"radio on \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"10.5\" cy=\"10.5\" r=\"8\"/><circle cx=\"10.5\" cy=\"10.5\" fill=\"currentColor\" r=\"5\"/></g></svg></li><li title=\"receipt \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 4)\"><path d=\"m13.5 4.5h2c.5522847 0 1-.44771525 1-1v-2c0-.55228475-.4477153-1-1-1h-14c-.55228475 0-1 .44771525-1 1v2c0 .55228475.44771525 1 1 1h2\"/><path d=\"m3.5.5h10v11.5c0 .5522847-.4477153 1-1 1h-8c-.55228475 0-1-.4477153-1-1z\"/><path d=\"m6.5 7.5 2 2 2-2\"/><path d=\"m8.5 9.5v-6\"/></g></svg></li><li title=\"record \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"10.5\" cy=\"10.5\" r=\"5\"/><circle cx=\"10.5\" cy=\"10.5\" fill=\"currentColor\" r=\"3\"/></g></svg></li><li title=\"redo \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 7)\"><path d=\"m16.5 6.5c-3.1700033-4-6.1700033-6-9-6-2.82999674 0-5.16333008 1-7 3\"/><path d=\"m11.5 6.5h5v-5\"/></g></svg></li><li title=\"refresh \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 2)\"><path d=\"m4.5 1.5c-2.41169541 1.37786776-4 4.02354835-4 7 0 4.418278 3.581722 8 8 8m4-1c2.2866288-1.4081018 4-4.1175492 4-7 0-4.418278-3.581722-8-8-8\"/><path d=\"m4.5 5.5v-4h-4\"/><path d=\"m12.5 11.5v4h4\"/></g></svg></li><li title=\"refresh alt \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 1)\"><path d=\"m1.5 5.5c1.37786776-2.41169541 4.02354835-4 7-4 4.418278 0 8 3.581722 8 8m-1 4c-1.4081018 2.2866288-4.1175492 4-7 4-4.418278 0-8-3.581722-8-8\"/><path d=\"m6.5 5.5h-5v-5\"/><path d=\"m10.5 13.5h5v5\"/></g></svg></li><li title=\"replicate \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 3)\"><path d=\"m11.5 9.5v-7c0-1.1045695-.8954305-2-2-2h-7c-1.1045695 0-2 .8954305-2 2v7c0 1.1045695.8954305 2 2 2h7c1.1045695 0 2-.8954305 2-2z\"/><path d=\"m3.5 11.5v1c0 1.1045695.8954305 2 2 2h7c1.1045695 0 2-.8954305 2-2v-7c0-1.1045695-.8954305-2-2-2h-1\"/></g></svg></li><li title=\"replicate alt \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 3)\"><path d=\"m14.5 9.5v-7c0-1.1045695-.8954305-2-2-2h-7c-1.1045695 0-2 .8954305-2 2v7c0 1.1045695.8954305 2 2 2h7c1.1045695 0 2-.8954305 2-2z\"/><path d=\"m11.5 11.5v1c0 1.1045695-.8954305 2-2 2h-7c-1.1045695 0-2-.8954305-2-2v-7c0-1.1045695.8954305-2 2-2h1\"/></g></svg></li><li title=\"reset \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"matrix(0 1 1 0 2.5 2.5)\"><path d=\"m3.98652376 1.07807068c-2.38377179 1.38514556-3.98652376 3.96636605-3.98652376 6.92192932 0 4.418278 3.581722 8 8 8s8-3.581722 8-8-3.581722-8-8-8\"/><path d=\"m4 1v4h-4\" transform=\"matrix(1 0 0 -1 0 6)\"/></g></svg></li><li title=\"reset alt \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 2)\"><path d=\"m12.5 1.5c2.4138473 1.37729434 4 4.02194088 4 7 0 4.418278-3.581722 8-8 8s-8-3.581722-8-8 3.581722-8 8-8\"/><path d=\"m12.5 5.5v-4h4\"/></g></svg></li><li title=\"reset forward \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 2)\"><path d=\"m4.5 1.5c-2.4138473 1.37729434-4 4.02194088-4 7 0 4.418278 3.581722 8 8 8s8-3.581722 8-8-3.581722-8-8-8\"/><path d=\"m4.5 5.5v-4h-4\"/></g></svg></li><li title=\"reset hard \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"matrix(0 1 1 0 2.5 2.5)\"><path d=\"m13 11 3 3v-6c0-3.36502327-2.0776-6.24479706-5.0200433-7.42656457-.9209869-.36989409-1.92670197-.57343543-2.9799567-.57343543-4.418278 0-8 3.581722-8 8s3.581722 8 8 8c1.48966767 0 3.4724708-.3698516 5.0913668-1.5380762\" transform=\"matrix(-1 0 0 -1 16 16)\"/><path d=\"m5 5 6 6\"/><path d=\"m11 5-6 6\"/></g></svg></li><li title=\"reset temporary \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"matrix(0 1 1 0 2.5 2.5)\"><path d=\"m3.98652376 1.07807068c-2.38377179 1.38514556-3.98652376 3.96636605-3.98652376 6.92192932 0 4.418278 3.581722 8 8 8s8-3.581722 8-8-3.581722-8-8-8\"/><circle cx=\"8\" cy=\"8\" fill=\"currentColor\" r=\"2\"/><path d=\"m4 1v4h-4\" transform=\"matrix(1 0 0 -1 0 6)\"/></g></svg></li><li title=\"retweet \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(1 4)\"><path d=\"m12.5 9.5 3 3 3-3\"/><path d=\"m8.5.5h3c2.209139 0 4 1.790861 4 4v8\"/><path d=\"m6.5 3.5-3-3-3 3\"/><path d=\"m10.5 12.5h-3c-2.209139 0-4-1.790861-4-4v-8\"/></g></svg></li><li title=\"reuse \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 2)\"><path d=\"m.5.5h5v5\"/><path d=\"m11 11c-2.83666992-3.33333333-5.67000326-5-8.5-5-2.82999674 0-5.32999674 1-7.5 3\" transform=\"matrix(0 -1 1 0 -5.5 11.5)\"/><path d=\"m14.5 16.5h-5v-5\"/><path d=\"m9.5 16.5c3.3333333-2.8366699 5-5.6700033 5-8.5 0-2.82999674-1-5.32999674-3-7.5\"/></g></svg></li><li title=\"reverse \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(4 2)\"><path d=\"m4.5 8.5-4 4 4 4\"/><path d=\"m12.5 12.5h-12\"/><path d=\"m8.5.5 4 4-4 4\"/><path d=\"m12.5 4.5h-12\"/></g></svg></li><li title=\"reverse alt \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 3)\"><path d=\"m6.5 6.5-4 4 4 4\"/><path d=\"m14.5 10.5h-12\"/><path d=\"m8.5.5 4 4-4 4\"/><path d=\"m12.5 4.5h-12\"/></g></svg></li><li title=\"revert \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 2)\"><path d=\"m5.5 3.5-3-3h6c3.3650233 0 6.2447971 2.07760003 7.4265646 5.0200433.3698941.92098687.5734354 1.92670197.5734354 2.9799567 0 4.418278-3.581722 8-8 8s-8-3.581722-8-8c0-1.48966767.36985163-3.47247085 1.53807623-5.09136684\"/><path d=\"m8.5 3.5v5h3\"/></g></svg></li><li title=\"rocket \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(4 1)\"><path d=\"m6.5 18.5c3-2.5021966 4-5.5021966 4-9 0-3.49780342-1-6.49780342-4-9-3 2.50219658-4 5.50219658-4 9 0 3.4978034 1 6.4978034 4 9z\"/><path d=\"m10.0620355 13.3616971c.4244504.2452152.814833.5459803 1.1711478.9022951 1.1190122 1.1190122 1.6901459 2.5740294 1.7134011 4.3650515-2.5082701-.109848-3.88207621-.7645704-4.92553235-1.6471655m-5.11545113-3.6201811c-.42445038.2452152-.81483298.5459803-1.17114781.9022951-1.11901221 1.1190122-1.6901459 2.5740294-1.71340106 4.3650515 2.50827003-.109848 3.88207616-.7645704 4.9255323-1.6471655\"/><circle cx=\"6.5\" cy=\"6.5\" r=\"2\"/></g></svg></li><li title=\"ruler \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 8)\"><path d=\"m1.5.5h14c.5522847 0 1 .44771525 1 1v4c0 .55228475-.4477153 1-1 1h-14c-.55228475 0-1-.44771525-1-1v-4c0-.55228475.44771525-1 1-1z\"/><path d=\"m3.5 1v2.5\"/><path d=\"m5.5 1v2.5\"/><path d=\"m7.5 1v3.5\"/><path d=\"m9.5 1v2.5\"/><path d=\"m11.5 1v2.5\"/><path d=\"m13.5 1v3.5\"/></g></svg></li><li title=\"scale \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 3)\"><path d=\"m14.5 4.5v-4h-4\"/><path d=\"m6.5 4.5v4h4\"/><path d=\"m10.5-1.157v11.314\" transform=\"matrix(.70710678 .70710678 -.70710678 .70710678 6.257359 -6.106602)\"/><path d=\"m8.5.5h-6c-1.1045695 0-2 .8954305-2 2v10c0 1.1045695.8954305 2 2 2h10c1.1045695 0 2-.8954305 2-2v-6\"/></g></svg></li><li title=\"scale contract \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(5 5)\"><path d=\"m10.5 4.5-4 .022v-4.022\"/><path d=\"m4.5 10.523v-4l-4-.023\"/></g></svg></li><li title=\"scale extend \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(5 5)\"><path d=\"m10.5 4.5v-3.978l-4-.022\"/><path d=\"m4.5 10.523h-4v-4.023\"/></g></svg></li><li title=\"scalpel \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m6 10 7-7c.5522847-.55228475.5522847-1.44771525 0-2s-1.4477153-.55228475-2 0l-10.5 10.5h7l-3.5-3.5\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 5)\"/></svg></li><li title=\"search \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"8.5\" cy=\"8.5\" r=\"5\"/><path d=\"m17.571 17.5-5.571-5.5\"/></g></svg></li><li title=\"server \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(2 4)\"><path d=\"m.5 10.5v-2c0-1.1045695.8954305-2 2-2h12c1.1045695 0 2 .8954305 2 2v2c0 1.1045695-.8954305 2-2 2h-12c-1.1045695 0-2-.8954305-2-2z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"m4.5 9.5c0-.55228475-.44771525-1-1-1s-1 .44771525-1 1c0 .5522847.44771525 1 1 1s1-.4477153 1-1z\" fill=\"currentColor\"/><path d=\"m.5 4.49375668.00936503-2c.00344048-1.10212675.89785814-1.99375668 1.99999025-1.99375668h11.99057232c1.0543617 0 1.9181651.81587779 1.9945142 1.85073766l.005476.15550566-.009365 2c-.0034405 1.10212675-.8978582 1.99375668-1.9999903 1.99375668h-11.9905625c-1.05437154 0-1.91817487-.81587779-1.99452401-1.85073766z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"m4.5 3.5c0-.55228475-.44771525-1-1-1s-1 .44771525-1 1 .44771525 1 1 1 1-.44771525 1-1z\" fill=\"currentColor\"/></g></svg></li><li title=\"settings \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 3)\"><path d=\"m7.5.5c.35132769 0 .69661025.02588228 1.03404495.07584411l.50785434 1.53911115c.44544792.12730646.86820077.30839026 1.26078721.53578009l1.4600028-.70360861c.5166435.39719686.9762801.86487779 1.3645249 1.388658l-.7293289 1.44720284c.2201691.39604534.3936959.82158734.5131582 1.2692035l1.5298263.5338186c.0390082.29913986.0591302.60421522.0591302.91399032 0 .35132769-.0258823.69661025-.0758441 1.03404495l-1.5391112.50785434c-.1273064.44544792-.3083902.86820077-.5357801 1.26078721l.7036087 1.4600028c-.3971969.5166435-.8648778.9762801-1.388658 1.3645249l-1.4472029-.7293289c-.39604532.2201691-.82158732.3936959-1.26920348.5131582l-.5338186 1.5298263c-.29913986.0390082-.60421522.0591302-.91399032.0591302-.35132769 0-.69661025-.0258823-1.03404495-.0758441l-.50785434-1.5391112c-.44544792-.1273064-.86820077-.3083902-1.26078723-.5357801l-1.46000277.7036087c-.51664349-.3971969-.97628006-.8648778-1.36452491-1.388658l.72932886-1.4472029c-.2203328-.39633993-.39395403-.82222042-.51342462-1.27020241l-1.52968981-.53381682c-.03892294-.29882066-.05900023-.60356226-.05900023-.91299317 0-.35132769.02588228-.69661025.07584411-1.03404495l1.53911115-.50785434c.12730646-.44544792.30839026-.86820077.53578009-1.26078723l-.70360861-1.46000277c.39719686-.51664349.86487779-.97628006 1.388658-1.36452491l1.44720284.72932886c.39633995-.2203328.82222044-.39395403 1.27020243-.51342462l.53381682-1.52968981c.29882066-.03892294.60356226-.05900023.91299317-.05900023z\" stroke-/><circle cx=\"7.5\" cy=\"7.5\" r=\"3\"/></g></svg></li><li title=\"share \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 3)\"><path d=\"m11.5 4.5-3.978-4-4.022 4\"/><path d=\"m7.522.521v11.979\"/><path d=\"m4.5 7.5h-2c-1.1045695 0-2 .8954305-2 2v4c0 1.1045695.8954305 2 2 2h10c1.1045695 0 2-.8954305 2-2v-4c0-1.1045695-.8954305-2-2-2h-2\"/></g></svg></li><li title=\"share alt \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(4 2)\"><path d=\"m8.5 2.5-1.978-2-2.022 2\"/><path d=\"m6.5.5v9\"/><path d=\"m3.5 4.5h-1c-1.1045695 0-2 .8954305-2 2v7c0 1.1045695.8954305 2 2 2h8c1.1045695 0 2-.8954305 2-2v-7c0-1.1045695-.8954305-2-2-2h-1\"/></g></svg></li><li title=\"shuffle \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(4 3)\"><path d=\"m4.501 8.5-3.001 3 3.001 3\"/><path d=\"m12.5 6.5v2c0 1.6568542-1.3431458 3-3 3h-8\"/><path d=\"m8.499 6.5 3.001-3-3.001-3\"/><path d=\"m.5 8.5v-2c0-1.65685425 1.34314575-3 3-3h8\"/></g></svg></li><li title=\"side menu \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(3 5)\"><g stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"m4.5 1.5h8\"/><path d=\"m4.5 5.498h5\"/><path d=\"m4.5 9.5h8\"/></g><path d=\"m1.49884033 2.5c.5 0 1-.5 1-1s-.5-1-1-1-.99884033.5-.99884033 1 .49884033 1 .99884033 1zm0 4c.5 0 1-.5 1-1s-.5-1-1-1-.99884033.5-.99884033 1 .49884033 1 .99884033 1zm0 4c.5 0 1-.5 1-1s-.5-1-1-1-.99884033.5-.99884033 1 .49884033 1 .99884033 1z\" fill=\"currentColor\"/></g></svg></li><li title=\"slash backward \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m4.5.5-4 14\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"matrix(-1 0 0 1 13 3)\"/></svg></li><li title=\"slash forward \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m12.5 3.5-4 14\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg></li><li title=\"sliders \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"m14.5 9v-6.5\"/><path d=\"m14.5 18.5v-4.5\"/><circle cx=\"14.5\" cy=\"11.5\" r=\"2.5\"/><path d=\"m6.5 5v-2.5\"/><path d=\"m6.5 18.5v-8.5\"/><circle cx=\"6.5\" cy=\"7.5\" r=\"2.5\"/></g></svg></li><li title=\"sort \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 4)\"><path d=\"m8.5 8.5 4 4.107 4-4.107\"/><path d=\"m8.5 4.5-4-4-4 3.997\"/><path d=\"m4.5.5v12\"/><path d=\"m12.5.5v12\"/></g></svg></li><li title=\"sort alt \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2.5 2.5)\"><path d=\"m16 10-4-4-4 4\" transform=\"matrix(-1 0 0 -1 24 16)\"/><path d=\"m12 0v10\"/><path d=\"m0 6 4 4.044 4-4.044\" transform=\"matrix(-1 0 0 -1 8 16.044)\"/><path d=\"m4 6v10\"/></g></svg></li><li title=\"speaker \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(5 3)\"><path d=\"m2.5.5h6c1.1045695 0 2 .8954305 2 2v10c0 1.1045695-.8954305 2-2 2h-6c-1.1045695 0-2-.8954305-2-2v-10c0-1.1045695.8954305-2 2-2z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"5.5\" cy=\"9.5\" r=\"3\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"5.5\" cy=\"3.5\" fill=\"currentColor\" r=\"1\"/></g></svg></li><li title=\"speech bubble \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m8 13.5172414c4.418278 0 8-3.2845583 8-7.0172414 0-3.73268314-3.581722-6.5-8-6.5s-8 3.02593755-8 6.75862069c0 1.45741942.5460328 2.80709561 1.47469581 3.91098161l-.97469581 4.5803977 3.91607376-2.4472652c1.07810761.4571647 2.29544433.7145066 3.58392624.7145066z\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 3)\"/></svg></li><li title=\"speech typing \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(3 3)\"><path d=\"m8 13.5172414c4.418278 0 8-3.0259376 8-6.75862071 0-3.73268314-3.581722-6.75862069-8-6.75862069s-8 3.02593755-8 6.75862069c0 1.45741942.5460328 2.80709561 1.47469581 3.91098161l-.97469581 4.5803977 3.91607376-2.4472652c1.07810761.4571647 2.29544433.7145066 3.58392624.7145066z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"m7.99884033 8c.5 0 1-.5 1-1s-.5-1-1-1-.99884033.5-.99884033 1 .49884033 1 .99884033 1zm-4 0c.5 0 1-.5 1-1s-.5-1-1-1-.99884033.5-.99884033 1 .49884033 1 .99884033 1zm8.00057947 0c.5002901 0 1.0005802-.5 1.0005802-1s-.5002901-1-1.0005802-1-.9994198.5-.9994198 1 .4991297 1 .9994198 1z\" fill=\"currentColor\"/></g></svg></li><li title=\"split \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 5)\"><path d=\"m12.5.5h-10.00000001c-1.1045695 0-2 .8954305-2 2v6c0 1.1045695.8954305 2 2 2h10.00000001c1.1045695 0 2-.8954305 2-2v-6c0-1.1045695-.8954305-2-2-2z\"/><path d=\"m7.5.5v10\"/></g></svg></li><li title=\"split three \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 5)\"><path d=\"m14.5.5h-12.00000001c-1.1045695 0-2 .8954305-2 2v6c0 1.1045695.8954305 2 2 2h12.00000001c1.1045695 0 2-.8954305 2-2v-6c0-1.1045695-.8954305-2-2-2z\"/><path d=\"m5.5.5v10\"/><path d=\"m11.5.5v10\"/></g></svg></li><li title=\"star \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m7.5 11.5-5 3 2-5.131-4-3.869h5l2-5 2 5h5l-4 4 2 5z\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 3)\"/></svg></li><li title=\"sun \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(-210 -1)\"><g opacity=\".3\" transform=\"matrix(.96592583 .25881905 -.25881905 .96592583 214.136029 .477376)\"><path d=\"m9 13c2.2190012 0 4-1.7631416 4-3.98214286 0-2.21900122-1.7809988-4.01785714-4-4.01785714-2.21900123 0-4 1.78099877-4 4 0 2.2190012 1.78099877 4 4 4z\" transform=\"matrix(.96592583 -.25881905 .25881905 .96592583 -2.022704 2.636039)\"/><g transform=\"matrix(.8660254 .5 -.5 .8660254 1.4558 4.066879)\"><path d=\"m0 .5h2\"/><path d=\"m16 .5h2\"/></g><g transform=\"matrix(.96592583 -.25881905 .25881905 .96592583 .17726 10.84642)\"><path d=\"m0 .5h2\"/><path d=\"m16 .5h2\"/></g><g transform=\"matrix(.5 -.8660254 .8660254 .5 4.066879 16.544042)\"><path d=\"m0 .5h2\"/><path d=\"m16 .5h2\"/></g><g transform=\"matrix(-.25881905 -.96592583 .96592583 -.25881905 10.846233 17.822607)\"><path d=\"m0 .5h2\"/><path d=\"m16 .5h2\"/></g></g><g><path d=\"m220.5 2.5v2\"/><path d=\"m227 5-1.5 1.5\"/><circle cx=\"220.5\" cy=\"11.5\" r=\"4\"/><path d=\"m214 5 1.5 1.5\"/><path d=\"m220.5 20.5v-2\"/><path d=\"m227 18-1.5-1.5\"/><path d=\"m214 18 1.5-1.5\"/><path d=\"m211.5 11.5h2\"/><path d=\"m227.5 11.5h2\"/></g></g></svg></li><li title=\"support \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"10.5\" cy=\"10.5\" r=\"8\"/><circle cx=\"10.5\" cy=\"10.5\" r=\"4\"/><path d=\"m13.5 7.5 2.5-2.5\"/><path d=\"m13.5 13.5 2.5 2.5\"/><path d=\"m7.5 13.5-2.5 2.5\"/><path d=\"m7.5 7.5-2.5-2.5\"/></g></svg></li><li title=\"swap \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"matrix(0 1 -1 0 18.5 2.5)\"><g transform=\"matrix(0 -1 1 0 .5 16.5)\"><path d=\"m16 0v5h-5\" transform=\"matrix(0 1 1 0 11 -11)\"/><path d=\"m16 5c-2.8366699-3.33333333-5.6700033-5-8.5-5-2.82999674 0-5.32999674 1-7.5 3\"/></g><g transform=\"matrix(0 1 -1 0 14 1)\"><path d=\"m16 0v5h-5\" transform=\"matrix(0 1 1 0 11 -11)\"/><path d=\"m16 5c-2.8366699-3.33333333-5.6700033-5-8.5-5-2.82999674 0-5.32999674 1-7.5 3\"/></g></g></svg></li><li title=\"switch \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(6 3)\"><path d=\"m1.5.5h6c.55228475 0 1 .44771525 1 1v12c0 .5522847-.44771525 1-1 1h-6c-.55228475 0-1-.4477153-1-1v-12c0-.55228475.44771525-1 1-1z\"/><circle cx=\"4.5\" cy=\"4\" r=\"1.5\"/><path d=\"m.5 7.5h8\"/><path d=\"m3 11h3\" transform=\"matrix(0 1 -1 0 15.5 6.5)\"/></g></svg></li><li title=\"table \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 3)\"><path d=\"m14.4978951 12.4978973-.0105089-9.99999996c-.0011648-1.10374784-.8962548-1.99789734-2-1.99789734h-9.99999995c-1.0543629 0-1.91816623.81587779-1.99451537 1.85073766l-.00548463.151365.0105133 10.00000004c.0011604 1.1037478.89625045 1.9978973 1.99999889 1.9978973h9.99999776c1.0543618 0 1.9181652-.8158778 1.9945143-1.8507377z\"/><path d=\"m4.5.5v13.817\"/><path d=\"m7-2v14\" transform=\"matrix(0 1 -1 0 12.5 -2.5)\"/></g></svg></li><li title=\"table header \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 3)\"><path d=\"m14.4978951 12.4978973-.0105089-9.99999996c-.0011648-1.10374784-.8962548-1.99789734-2-1.99789734h-9.99999995c-1.0543629 0-1.91816623.81587779-1.99451537 1.85073766l-.00548463.151365.0105133 10.00000004c.0011604 1.1037478.89625045 1.9978973 1.99999889 1.9978973h9.99999776c1.0543618 0 1.9181652-.8158778 1.9945143-1.8507377z\"/><path d=\"m4.5 4.5v9.817\"/><path d=\"m7-2v14\" transform=\"matrix(0 1 -1 0 12.5 -2.5)\"/></g></svg></li><li title=\"tag \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(3 3)\"><path d=\"m8.91421356.5h3.58578644c1.1045695 0 2 .8954305 2 2v3.58578644c0 .26521649-.1053568.5195704-.2928932.70710678l-6.79289324 6.79289318c-.78104858.7810486-2.04737854.7810486-2.82842712 0l-3.17157288-3.1715728c-.78104858-.78104862-.78104858-2.04737858 0-2.82842716l6.79289322-6.79289322c.18753638-.18753638.44189029-.29289322.70710678-.29289322z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"12\" cy=\"3\" fill=\"currentColor\" r=\"1\"/></g></svg></li><li title=\"tag milestone \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m.5 6.22409987v6.27590013c0 1.1045695.8954305 2 2 2h6c1.1045695 0 2-.8954305 2-2v-6.27590013c0-.46787301-.1640324-.9209388-.4635574-1.2803688l-3.76822132-4.52186553c-.35356408-.4242769-.98412878-.48160097-1.40840568-.12803688-.04646306.03871922-.08931766.08157381-.12803688.12803688l-3.76822128 4.52186553c-.299525.35943-.46355744.81249579-.46355744 1.2803688z\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(5 3)\"/></svg></li><li title=\"tags \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(1 3)\"><path d=\"m11.9142136.5h3.5857864c1.1045695 0 2 .8954305 2 2v3.58578644c0 .26521649-.1053568.5195704-.2928932.70710678l-6.7928932 6.79289318c-.78104862.7810486-2.04737858.7810486-2.82842716 0l-3.17157288-3.1715728c-.78104858-.78104862-.78104858-2.04737858 0-2.82842716l6.79289324-6.79289322c.1875364-.18753638.4418903-.29289322.7071068-.29289322z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"m7.5 13.5-2.01296191 1.006481c-.98795699.4939785-2.18930307.0935298-2.68328157-.8944272-.03127543-.0625509-.05924851-.1266991-.08380397-.1921803l-1.61484253-4.30624679c-.34775942-.92735845.03559029-1.96957132.90137249-2.45056144l7.49351749-4.16306527\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><rect fill=\"currentColor\"  rx=\"1\"  x=\"14\" y=\"2\"/></g></svg></li><li title=\"target \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"10.5\" cy=\"10.5\" r=\"8\"/><circle cx=\"10.5\" cy=\"10.5\" r=\"2\"/><circle cx=\"10.5\" cy=\"10.5\" r=\"5\"/></g></svg></li><li title=\"thread \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(1 1)\"><path d=\"m8.5 4.5c-1.65685425 0-3 1.34314575-3 3v5c0 1.6568542 1.34314575 3 3 3l2.468-.001 1.7152977 2.4298518c.1639804.2320786.4176379.3818336.6960544.4156462l.1206479.0072945c.5128358 0 .9355072-.3860402.9932723-.8833789l.0067277-.1166211.001-1.8527925.999.001c1.6568542 0 3-1.3431458 3-3v-5c0-1.65685425-1.3431458-3-3-3z\"/><path d=\"m5.5 12.5-2 2v-4h-.90625561c-1.09544195 0-1.98704628-.88123276-1.9998631-1.97659973l-.07020561-6c-.01292361-1.10449389.87196894-2.01033976 1.97646283-2.02326337.00779976-.00009127.01559998-.0001369.02340027-.0001369h8.97646122c1.1045695 0 2 .8954305 2 2v2\"/></g></svg></li><li title=\"thumbs down \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"matrix(1 0 0 -1 2 18)\"><path d=\"m11.6427217 13.7567397-3.14377399-1.2567396h-4v-7.00000002h2l2.80105246-5.5c.57989907 0 1.07487363.2050252 1.48492373.61507546.4100508.41005058.6150761.90502516.6150755 1.48492425l-.8999994 2.40000029 4.0310597 1.34368655c.9979872.33266243 1.5591794 1.37584131 1.3086286 2.37964122l-.0684258.21997226-1.5536355 4.14302809c-.3878403 1.0342407-1.5406646 1.5582517-2.5749053 1.1704115z\"/><path d=\"m1.5 4.5h2c.55228475 0 1 .44771525 1 1v8c0 .5522847-.44771525 1-1 1h-2c-.55228475 0-1-.4477153-1-1v-8c0-.55228475.44771525-1 1-1z\"/></g></svg></li><li title=\"thumbs up \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 3)\"><path d=\"m11.6427217 13.7567397-3.14377399-1.2567396h-4v-7.00000002h2l2.80105246-5.5c.57989907 0 1.07487363.2050252 1.48492373.61507546.4100508.41005058.6150761.90502516.6150755 1.48492425l-.8999994 2.40000029 4.0310597 1.34368655c.9979872.33266243 1.5591794 1.37584131 1.3086286 2.37964122l-.0684258.21997226-1.5536355 4.14302809c-.3878403 1.0342407-1.5406646 1.5582517-2.5749053 1.1704115z\"/><path d=\"m1.5 4.5h2c.55228475 0 1 .44771525 1 1v8c0 .5522847-.44771525 1-1 1h-2c-.55228475 0-1-.4477153-1-1v-8c0-.55228475.44771525-1 1-1z\"/></g></svg></li><li title=\"ticket \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(4 2)\"><path d=\"m4.00004961.48576352-.00004961.01423648c0 1.1045695.8954305 2 2 2s2-.8954305 2-2l-.001-.01471863h2.501c.5522847 0 1 .44771525 1 1v13.01471863c0 .5522847-.4477153 1-1 1h-2.5c0-1.1045695-.8954305-2-2-2s-2 .8954305-2 2h-2.5c-.55228475 0-1-.4477153-1-1v-13.01471863c0-.55228475.44771525-1 1-1z\"/><path d=\"m2.5 4.5h1\"/><path d=\"m5.5 4.5h1\"/><path d=\"m8.5 4.5h1\"/><path d=\"m2.5 11.5h1\"/><path d=\"m5.5 11.5h1\"/><path d=\"m8.5 11.5h1\"/></g></svg></li><li title=\"timeline \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"m3.5 7.5h7\"/><path d=\"m7.498 11.5h6.669\"/><path d=\"m7.498 9.5h5.002\"/><path d=\"m9.498 13.5h8.002\"/></g></svg></li><li title=\"todo \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(3 3)\"><path d=\"m2.5.5h10c1.1045695 0 2 .8954305 2 2v10c0 1.1045695-.8954305 2-2 2h-10c-1.1045695 0-2-.8954305-2-2v-10c0-1.1045695.8954305-2 2-2z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><g fill=\"currentColor\"><circle cx=\"7.5\" cy=\"7.5\" r=\"1\" transform=\"matrix(-1 0 0 1 15 0)\"/><circle cx=\"3.5\" cy=\"7.5\" r=\"1\"/><circle cx=\"11.5\" cy=\"7.5\" r=\"1\"/></g></g></svg></li><li title=\"toggle \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 7)\"><circle cx=\"3.5\" cy=\"3.5\" r=\"3\"/><path d=\"m6 1.5h6.5c.8284271 0 2 .3248291 2 2s-1.1715729 2-2 2h-6.5\"/></g></svg></li><li title=\"toggles \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 4)\"><circle cx=\"3.5\" cy=\"3.5\" r=\"3\"/><path d=\"m6 1.5h6.5c.8284271 0 2 .3248291 2 2s-1.1715729 2-2 2h-6.5m5.5 8c-1.65685425 0-3-1.3431458-3-3 0-1.65685425 1.34314575-3 3-3 1.6568542 0 3 1.34314575 3 3 0 1.6568542-1.3431458 3-3 3z\"/><path d=\"m9 8.5h-6.5c-.82842712 0-2 .3248291-2 2s1.17157288 2 2 2h6.5\"/></g></svg></li><li title=\"translate \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 2)\"><path d=\"m16.5 8.5v-6c0-1.1045695-.8954305-2-2-2h-6c-1.1045695 0-2 .8954305-2 2v6c0 1.1045695.8954305 2 2 2h6c1.1045695 0 2-.8954305 2-2z\"/><path d=\"m4.5 6.50344846h-2.00001427c-1.1045695 0-2 .8954305-2 2v5.99943324c0 1.1045695.8954305 2 2 2h.00345627l6.00001428-.0103718c1.10321833-.0019065 1.99654372-.8967771 1.99654372-1.999997v-1.9925129\"/><g transform=\"translate(2.502 9.5)\"><path d=\"m2.998 1.003h-3\"/><path d=\"m4.49841597 2.5c-.33333333.33333333-.66666667.66666667-1 1s-1.16666667.83333333-2.5 1.5\"/><path d=\"m.99841597 1.00316806c.33333333 1.16613866.83333333 1.99894398 1.5 2.49841597s1.5.99894398 2.5 1.49841597\"/></g><g transform=\"translate(8.5 2.5)\"><path d=\"m3 0-3 6\"/><path d=\"m3 0 3 6\"/><path d=\"m3 2v4\" transform=\"matrix(0 1 -1 0 7 1)\"/></g></g></svg></li><li title=\"trash \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 2)\"><path d=\"m2.5 2.5h10v12c0 1.1045695-.8954305 2-2 2h-6c-1.1045695 0-2-.8954305-2-2zm5-2c1.0543618 0 1.91816512.81587779 1.99451426 1.85073766l.00548574.14926234h-4c0-1.1045695.8954305-2 2-2z\"/><path d=\"m.5 2.5h14\"/><path d=\"m5.5 5.5v8\"/><path d=\"m9.5 5.5v8\"/></g></svg></li><li title=\"trash alt \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(3 4)\"><path d=\"m3.04312645.77339244c1.30458237-.50251803 2.79020688-.75708722 4.45687355-.76370756 1.66666667-.00645659 3.1522912.2481126 4.4568735.76370756 1.4533332.41523806 2.3707846 1.84683012 2.1409518 3.3407434l-1.0760143 6.99409286c-.3002042 1.9513268-1.9792025 3.3917713-3.95348683 3.3917713h-3.13664834c-1.97428433 0-3.65328268-1.4404445-3.95348679-3.3917713l-1.0760143-6.99409286c-.22983281-1.49391328.68761852-2.92550534 2.14095171-3.3407434z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"m7.5 6c3.5555556 0 5-1.5 5-2.5s-1.4444444-2.25-5-2.25c-3.55555556 0-5 1.25-5 2.25s1.44444444 2.5 5 2.5z\" fill=\"currentColor\"/></g></svg></li><li title=\"trophy \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 3)\"><path d=\"m4.5.5h6c.5522847 0 1 .44771525 1 1v5c0 2.209139-1.790861 4-4 4s-4-1.790861-4-4v-5c0-.55228475.44771525-1 1-1z\"/><path d=\"m7.5 10.5v3\"/><path d=\"m4.5 13.5h6c.5522847 0 1 .4477153 1 1s-.4477153 1-1 1h-6c-.55228475 0-1-.4477153-1-1s.44771525-1 1-1zm7-11h2c.5522847 0 1 .44771525 1 1v1c0 1.1045695-.8954305 2-2 2h-1zm-8 0h-2c-.55228475 0-1 .44771525-1 1v1c0 1.1045695.8954305 2 2 2h1z\"/></g></svg></li><li title=\"tv mode \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(3 5)\"><path d=\"m2.49278838.53409401 10.00000002-.03605833c1.1045623-.00398287 2.0032157.88821306 2.0071986 1.99277538.0000087.00240386.000013.00480774.000013.00721162v5.00197732c0 1.1045695-.8954305 2-2 2h-10c-1.1045695 0-2-.8954305-2-2v-4.965919c0-1.10175423.89104131-1.99601428 1.99278838-1.99998699z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"m9.46666667 4.6-2.66666667-2c-.2209139-.16568542-.53431458-.1209139-.7.1-.06491106.08654809-.1.19181489-.1.3v4c0 .27614237.22385763.5.5.5.10818511 0 .21345191-.03508894.3-.1l2.66666667-2c.2209139-.16568542.26568542-.4790861.1-.7-.02842713-.03790283-.06209717-.07157288-.1-.1z\" fill=\"currentColor\" fill-rule=\"nonzero\"/><path d=\"m2.464 11.5h10.036\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></g></svg></li><li title=\"unarchive \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 3)\"><path d=\"m1.5 4.5h14v8c0 1.1045695-.8954305 2-2 2h-10c-1.1045695 0-2-.8954305-2-2zm0-3.9777832h14c.5522847 0 1 .44771525 1 1v1.9777832c0 .55228475-.4477153 1-1 1h-14c-.55228475 0-1-.44771525-1-1v-1.9777832c0-.55228475.44771525-1 1-1z\"/><path d=\"m5.5 10.5 3-3 3 3\"/></g></svg></li><li title=\"undo \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 7)\"><path d=\"m.5 6.5c3.33333333-4 6.33333333-6 9-6 2.6666667 0 5 1 7 3\"/><path d=\"m.5 1.5v5h5\"/></g></svg></li><li title=\"undo history \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"matrix(0 1 1 0 0 2)\"><path d=\"m8.54949429 2.5c-2.77910025-.01404818-5.48733216 1.42226095-6.97636172 4.0013358-2.209139 3.826341-.89813776 8.7190642 2.92820323 10.9282032s8.7190642.8981378 10.9282032-2.9282032.8981378-8.71906423-2.9282032-10.92820323\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"m11.5 2.5-3 2.5v-5z\" fill=\"currentColor\" fill-rule=\"nonzero\"/><path d=\"m4.5 10.5h5v3\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></g></svg></li><li title=\"unlink horizontal \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m5.5 8.5c-.39387503 0-.0547637 0-1 0-2.209139 0-4-1.790861-4-4s1.790861-4 4-4h1m4 0h1c2.209139 0 4 1.790861 4 4s-1.790861 4-4 4c-.88888889 0-.55555556 0-1 0\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 6)\"/></svg></li><li title=\"unlink vertical \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m8.5 9.5v1c0 2.209139-1.790861 4-4 4s-4-1.790861-4-4c0-.92155 0-.61385143 0-1m0-4c0-.44444444 0-.11111111 0-1 0-2.209139 1.790861-4 4-4s4 1.790861 4 4v1\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(6 3)\"/></svg></li><li title=\"upload \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(4 3)\"><path d=\"m2.5 4.753 4-4.232 4 4.191\"/><path d=\"m6.5.5v11\"/><path d=\"m.5 14.5h12\"/></g></svg></li><li title=\"upload alt \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 3)\"><path d=\"m11.5 4.5-3.978-4-4.022 4\"/><path d=\"m7.522.521v11.979\"/><path d=\"m.5 9v4.5c0 1.1045695.8954305 2 2 2h10c1.1045695 0 2-.8954305 2-2v-4.5\"/></g></svg></li><li title=\"upward \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m11.2101335 6.21112294c-3.40495694 3.85142476-6.97500142 5.27848636-10.7101335 4.28118476 3.71128748-.990935 6.28166929-3.41797502 7.71114545-7.28112007l-2.71114545-2.71118763h8v8z\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 4)\"/></svg></li><li title=\"user \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linejoin=\"round\" transform=\"translate(3 2)\"><path d=\"m8.5 2.5 2 2v1c0 1.65685425-1.34314575 3-3 3-1.59768088 0-2.90366088-1.24891996-2.99490731-2.82372721l-.00509269-1.17627279z\" stroke-linecap=\"round\"/><path d=\"m2.5 10v-4.5c0-2.76142375 2.23857625-5 5-5 2.7614237 0 5 2.23857625 5 5v4.5\"/><path d=\"m14.5 14.5v-.7281753c0-3.1864098-3.6862915-5.2718247-7-5.2718247s-7 2.0854149-7 5.2718247v.7281753c0 .5522847.44771525 1 1 1h12c.5522847 0 1-.4477153 1-1z\" stroke-linecap=\"round\"/></g></svg></li><li title=\"user add \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 2)\"><path d=\"m7.5.5c1.65685425 0 3 1.34314575 3 3v2c0 1.65685425-1.34314575 3-3 3s-3-1.34314575-3-3v-2c0-1.65685425 1.34314575-3 3-3z\"/><path d=\"m14.5 2.5v4\"/><path d=\"m16.5 4.5h-4\"/><path d=\"m14.5 14.5v-.7281753c0-3.1864098-3.6862915-5.2718247-7-5.2718247s-7 2.0854149-7 5.2718247v.7281753c0 .5522847.44771525 1 1 1h12c.5522847 0 1-.4477153 1-1z\"/></g></svg></li><li title=\"user circle \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linejoin=\"round\" transform=\"translate(2 2)\"><circle cx=\"8.5\" cy=\"8.5\" r=\"8\" stroke-linecap=\"round\"/><path d=\"m9.5 4.5 2 2v1c0 1.65685425-1.3431458 3-3 3-1.65685425 0-3-1.34314575-3-3v-1z\" stroke-linecap=\"round\"/><path d=\"m3.5 12v-4.5c0-2.76142375 2.23857625-5 5-5 2.7614237 0 5 2.23857625 5 5v4.5\"/><path d=\"m14.5 13.4041808c-.6615287-2.2735218-3.1995581-2.9293071-6-2.9293071-2.72749327 0-5.27073171.77299-6 2.9293071\" stroke-linecap=\"round\"/></g></svg></li><li title=\"user male \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m7.5.5c1.65685425 0 3 1.34314575 3 3v2c0 1.65685425-1.34314575 3-3 3s-3-1.34314575-3-3v-2c0-1.65685425 1.34314575-3 3-3zm7 14v-.7281753c0-3.1864098-3.6862915-5.2718247-7-5.2718247s-7 2.0854149-7 5.2718247v.7281753c0 .5522847.44771525 1 1 1h12c.5522847 0 1-.4477153 1-1z\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 2)\"/></svg></li><li title=\"user male circle \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 2)\"><circle cx=\"8.5\" cy=\"8.5\" r=\"8\"/><path d=\"m14.5 13.5c-.6615287-2.2735217-3.1995581-3.0251263-6-3.0251263-2.72749327 0-5.27073171.8688092-6 3.0251263\"/><path d=\"m8.5 2.5c1.6568542 0 3 1.34314575 3 3v2c0 1.65685425-1.3431458 3-3 3-1.65685425 0-3-1.34314575-3-3v-2c0-1.65685425 1.34314575-3 3-3z\"/></g></svg></li><li title=\"user remove \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 2)\"><path d=\"m7.5.5c1.65685425 0 3 1.34314575 3 3v2c0 1.65685425-1.34314575 3-3 3s-3-1.34314575-3-3v-2c0-1.65685425 1.34314575-3 3-3z\"/><path d=\"m16.5 4.5h-4\"/><path d=\"m14.5 14.5v-.7281753c0-3.1864098-3.6862915-5.2718247-7-5.2718247s-7 2.0854149-7 5.2718247v.7281753c0 .5522847.44771525 1 1 1h12c.5522847 0 1-.4477153 1-1z\"/></g></svg></li><li title=\"users \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(1 2)\"><path d=\"m7.5.5c1.65685425 0 3 1.34314575 3 3v2c0 1.65685425-1.34314575 3-3 3s-3-1.34314575-3-3v-2c0-1.65685425 1.34314575-3 3-3zm7 14v-.7281753c0-3.1864098-3.6862915-5.2718247-7-5.2718247s-7 2.0854149-7 5.2718247v.7281753c0 .5522847.44771525 1 1 1h12c.5522847 0 1-.4477153 1-1z\"/><path d=\"m11.5199327.67783074c1.1547685.41741154 1.9800673 1.52341097 1.9800673 2.82216926v1c0 1.29707884-.8475766 2.5813505-2 3 .6742649-.91876977 1.0109204-2.0857069 1.0099664-3.50081137s-.3309652-2.52222377-.9900337-3.32135789zm4.9800673 14.82216926h1c.5522847 0 1-.4477153 1-1 0-.2427251 0-.4854502 0-.7281753 0-2.1698712-1.7094418-3.82917861-3.8465775-4.66705336 0 0 2.8465775 2.39522866 1.8465775 6.39522866z\" fill=\"currentColor\"/></g></svg></li><li title=\"venn \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"13.5\" cy=\"10.5\" r=\"5\"/><circle cx=\"7.5\" cy=\"10.5\" r=\"5\"/></g></svg></li><li title=\"version \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 4)\"><path d=\"m.5 8.5 8 4 8.017-4\"/><path d=\"m.5 4.657 8.008 3.843 8.009-3.843-8.009-4.157z\"/></g></svg></li><li title=\"versions \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 2)\"><path d=\"m.5 8.5 8 4 8.017-4\"/><path d=\"m.5 12.5 8 4 8.017-4\"/><path d=\"m.5 4.657 8.008 3.843 8.009-3.843-8.009-4.157z\"/></g></svg></li><li title=\"video \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m2.5.5h6c1.1045695 0 2 .8954305 2 2v4c0 1.1045695-.8954305 2-2 2h-6c-1.1045695 0-2-.8954305-2-2v-4c0-1.1045695.8954305-2 2-2zm8 3 2.4-1.8c.4418278-.33137085 1.0686292-.2418278 1.4.2.1298221.17309617.2.38362979.2.6v4c0 .55228475-.4477153 1-1 1-.2163702 0-.4269038-.07017787-.6-.2l-2.4-1.8z\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 6)\"/></svg></li><li title=\"volume 0 \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m1.5 5.5h3l5-5v16l-5-5h-3c-.55228475 0-1-.4477153-1-1v-4c0-.55228475.44771525-1 1-1z\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 2)\"/></svg></li><li title=\"volume add \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 2)\"><path d=\"m1.5 5.5h3l5-5v16l-5-5h-3c-.55228475 0-1-.4477153-1-1v-4c0-.55228475.44771525-1 1-1z\"/><path d=\"m11.5 8.5h4\"/><path d=\"m14.9142136 9.91421356-2.8284272-2.82842712z\" transform=\"matrix(.70710678 .70710678 -.70710678 .70710678 9.964466 -7.056349)\"/></g></svg></li><li title=\"volume disabled \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 2)\"><path d=\"m9.5 7.5v9l-5-5h-3c-.55228475 0-1-.4477153-1-1v-4c0-.55228475.44771525-1 1-1h3l1.5-1.5\"/><path d=\"m7.521 2.479 1.979-1.979v5\"/><path d=\"m3.5 1.5 12 12\"/><path d=\"m11.5 6.5v1\"/><path d=\"m13.7200616 11.7079223c-.3369299.4755068-1.0769504 1.0728661-2.2200616 1.7920777\"/><path d=\"m11.5 9.5v1\"/><path d=\"m14.5 10c0-.69729457 0-1.19729457 0-1.5 0-1.82842712-.8333333-3.32842712-2.5-4.5\"/></g></svg></li><li title=\"volume high \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 2)\"><path d=\"m1.5 5.5h3l5-5v16l-5-5h-3c-.55228475 0-1-.4477153-1-1v-4c0-.55228475.44771525-1 1-1zm10 8c1.3333333-1 2-2.6666667 2-5 0-2.33333333-.6666667-4-2-5\"/><path d=\"m11.5 6.5v4\"/></g></svg></li><li title=\"volume low \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 2)\"><path d=\"m1.5 5.5h3l5-5v16l-5-5h-3c-.55228475 0-1-.4477153-1-1v-4c0-.55228475.44771525-1 1-1z\"/><path d=\"m11.5 6.5v4\"/></g></svg></li><li title=\"volume minus \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 2)\"><path d=\"m1.5 5.5h3l5-5v16l-5-5h-3c-.55228475 0-1-.4477153-1-1v-4c0-.55228475.44771525-1 1-1z\"/><path d=\"m11.5 8.5h4\"/></g></svg></li><li title=\"volume muted \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(2 2)\"><path d=\"m1.5 5.5h3l5-5v16l-5-5h-3c-.55228475 0-1-.4477153-1-1v-4c0-.55228475.44771525-1 1-1z\"/><path d=\"m11.5 6.5 4 4\"/><path d=\"m15.5 10.5-4-4z\" transform=\"matrix(0 1 -1 0 22 -5)\"/></g></svg></li><li title=\"wallet \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(3 4)\"><path d=\"m.5 2.5h12c1.1045695 0 2 .8954305 2 2v6c0 1.1045695-.8954305 2-2 2h-10c-1.1045695 0-2-.8954305-2-2zm1-2h9c.5522847 0 1 .44771525 1 1v1h-11v-1c0-.55228475.44771525-1 1-1z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"11.5\" cy=\"7.5\" fill=\"currentColor\" r=\"1\"/></g></svg></li><li title=\"warning circle \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><circle cx=\"10.5\" cy=\"10.5\" r=\"8\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"m10.5 11.5v-5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"10.5\" cy=\"14.5\" fill=\"currentColor\" r=\"1\"/></g></svg></li><li title=\"warning hex \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(-1 -1)\"><path d=\"m14.517 3.5 4.983 5v6l-4.983 5h-6.017l-5-5v-6l5-5z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"m11.5 12.5v-5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"11.5\" cy=\"15.5\" fill=\"currentColor\" r=\"1\"/></g></svg></li><li title=\"warning triangle \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(1 1)\"><path d=\"m9.5.5 9 16h-18z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"m9.5 10.5v-5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"9.5\" cy=\"13.5\" fill=\"currentColor\" r=\"1\"/></g></svg></li><li title=\"waves \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m8.5 8.5c0-4.418278-3.581722-8-8-8m5 8c0-2.76142375-2.23857625-5-5-5m2 5c0-1.1045695-.8954305-2-2-2\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(6 6)\"/></svg></li><li title=\"width \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(1.228 .814)\"><path d=\"m14.279 13.701 4-4-4-4.015\"/><path d=\"m4.279 13.701-4-4 4-4.015\"/><path d=\"m15.636 3.322-12.728 12.728\" transform=\"matrix(.70710678 .70710678 -.70710678 .70710678 9.564742 -3.71933)\"/></g></svg></li><li title=\"wifi \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 6)\"><path d=\"m2.72727273 5.03333352c2.78085705-2.26478038 6.81913659-2.26478038 9.60000027 0m-12.04090936-2.36666667c4.12260033-3.55320047 10.30465946-3.55320047 14.42727306 0m-9.57954579 4.74000005c1.41874807-.9855538 3.31988897-.9855538 4.7386367 0\"/><circle cx=\"7.5\" cy=\"9.5\" fill=\"currentColor\" r=\"1\"/></g></svg></li><li title=\"wifi error \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 4)\"><path d=\"m2.72727273 7.03333352c.83153145-.67721428 1.77549265-1.15192805 2.76464632-1.42414131m4.05036413-.00556707c.99655252.27128439 1.94775872.74785385 2.78498982 1.42970838\"/><path d=\"m7.5 8.5.027-8\"/><path d=\"m.28636364 4.66666685c1.5285413-1.31742426 3.34019897-2.14638559 5.22503093-2.48688401m4.08697814.02039968c1.84534719.35249472 3.61641569 1.17465617 5.11526399 2.46648433m-9.57954579 4.73999982c.16101236-.11184953.32823746-.21100517.50026542-.29746717m3.70520939-.01635045c.18361827.09024549.36190455.19485144.53316189.31381785\"/><circle cx=\"7.5\" cy=\"11.5\" fill=\"currentColor\" r=\"1\"/></g></svg></li><li title=\"wifi none \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 4)\"><path d=\"m2.72727273 7.03333352c1.02437795-.83427197 2.21938157-1.36122508 3.4593052-1.58085933m2.49530185-.03060587c1.30622661.19837518 2.56985592.73553025 3.64539322 1.6114652m-12.04090936-2.36666667c1.00768121-.86850363 2.13840543-1.52472018 3.3320224-1.96864965m2.08967936-.55194893c3.14127124-.50961507 6.4645995.33058446 9.0055713 2.52059858\"/><path d=\"m1 0 13 13.071\"/><path d=\"m5.13409091 9.4066669c1.41874807-.9855538 3.31988897-.9855538 4.7386367 0\"/><circle cx=\"7.5\" cy=\"11.5\" fill=\"currentColor\" r=\"1\"/></g></svg></li><li title=\"window \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 3)\"><path d=\"m2.5.5h10c1.1045695 0 2 .8954305 2 2v10c0 1.1045695-.8954305 2-2 2h-10c-1.1045695 0-2-.8954305-2-2v-10c0-1.1045695.8954305-2 2-2z\"/><path d=\"m2.5 2.5h10c1.1045695 0 2 .8954305 2 2v-2c0-1-.8954305-2-2-2h-10c-1.1045695 0-2 1-2 2v2c0-1.1045695.8954305-2 2-2z\" fill=\"currentColor\"/></g></svg></li><li title=\"window collapse left \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 3)\"><path d=\"m.5 12.5v-10c0-1.1045695.8954305-2 2-2h10c1.1045695 0 2 .8954305 2 2v10c0 1.1045695-.8954305 2-2 2h-10c-1.1045695 0-2-.8954305-2-2z\"/><path d=\"m2.5 12.5v-10c0-1.1045695.8954305-2 2-2h-2c-1 0-2 .8954305-2 2v10c0 1.1045695 1 2 2 2h2c-1.1045695 0-2-.8954305-2-2z\" fill=\"currentColor\"/><path d=\"m7.5 10.5-3-3 3-3\"/><path d=\"m12.5 7.5h-8\"/></g></svg></li><li title=\"window collapse right \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 3)\"><path d=\"m.5 12.5v-10c0-1.1045695.8954305-2 2-2h10c1.1045695 0 2 .8954305 2 2v10c0 1.1045695-.8954305 2-2 2h-10c-1.1045695 0-2-.8954305-2-2z\"/><path d=\"m12.5 12.5v-10c0-1.1045695-.8954305-2-2-2h2c1 0 2 .8954305 2 2v10c0 1.1045695-1 2-2 2h-2c1.1045695 0 2-.8954305 2-2z\" fill=\"currentColor\"/><path d=\"m7.5 10.5 3-3-3-3\"/><path d=\"m10.5 7.5h-8\"/></g></svg></li><li title=\"window content \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 3)\"><path d=\"m2.5.5h10c1.1045695 0 2 .8954305 2 2v10c0 1.1045695-.8954305 2-2 2h-10c-1.1045695 0-2-.8954305-2-2v-10c0-1.1045695.8954305-2 2-2z\"/><path d=\"m2.5 2.5h10c1.1045695 0 2 .8954305 2 2v-2c0-1-.8954305-2-2-2h-10c-1.1045695 0-2 1-2 2v2c0-1.1045695.8954305-2 2-2z\" fill=\"currentColor\"/><path d=\"m4.498 7.5h1\"/><path d=\"m4.498 5.5h3.997\"/><path d=\"m4.498 9.5h5.997\"/><path d=\"m4.498 11.5h3.997\"/></g></svg></li><li title=\"wrap back \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 6)\"><path d=\"m1.378 1.376 4.243.003v4.242\" transform=\"matrix(-.70710678 .70710678 .70710678 .70710678 3.500179 -1.449821)\"/><path d=\"m5.5 9.49998326h5c2 .00089417 3-.99910025 3-2.99998326s-1-3.00088859-3-3.00001674h-10\"/></g></svg></li><li title=\"wrap forward \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(4 6)\"><path d=\"m8.378 1.376 4.243.003v4.242\" transform=\"matrix(.70710678 -.70710678 -.70710678 -.70710678 5.549155 13.396845)\"/><path d=\"m5.5 9.49996362h5c2 .00090726 3-.99908061 3-2.99996362s-1-3.00089514-3-3.00003638h-10\" transform=\"matrix(-1 0 0 1 14 0)\"/></g></svg></li><li title=\"write \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 3)\"><path d=\"m14 1c.8284271.82842712.8284271 2.17157288 0 3l-9.5 9.5-4 1 1-3.9436508 9.5038371-9.55252193c.7829896-.78700064 2.0312313-.82943964 2.864366-.12506788z\"/><path d=\"m6.5 14.5h8\"/><path d=\"m12.5 3.5 1 1\"/></g></svg></li><li title=\"zoom cancel \"><svg xmlns=\"http://www.w3.org/2000/svg\"   viewBox=\"0 0 21 21\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 3)\"><circle cx=\"5.5\" cy=\"5.5\" r=\"5\"/><path d=\"M8.32842712 5.5L2.67157288 5.5 8.32842712 5.5zM5.5 8.32842712L5.5 2.67157288 5.5 8.32842712z\" transform=\"rotate(45 5.5 5.5)\"/><line x1=\"14.5\" x2=\"9.076\" y1=\"14.5\" y2=\"9.076\"/></g></svg></li><li title=\"zoom in \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 3)\"><circle cx=\"5.5\" cy=\"5.5\" r=\"5\"/><path d=\"m7.5 5.5h-4zm-2 2v-4z\"/><path d=\"m14.5 14.5-5.367-5.367\"/></g></svg></li><li title=\"zoom out \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 3)\"><circle cx=\"5.5\" cy=\"5.5\" r=\"5\"/><path d=\"m7.5 5.5h-4z\"/><path d=\"m14.571 14.5-5.45-5.381\"/></g></svg></li><li title=\"zoom reset \"><svg  viewBox=\"0 0 21 21\"  xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" transform=\"translate(3 1)\"><path d=\"m.5 7.5c0 2.7614237 2.23857625 5 5 5 2.76142375 0 5-2.2385763 5-5 0-2.76142375-2.23857625-5-5-5-1.60217594 0-3.02834512.75357449-3.94340319 1.92561913\"/><path d=\"m1.5.5v4h4\"/><path d=\"m14.5 16.5-5.379-5.379\"/></g></svg></li></ul>"
  },
  {
    "path": "resources/svg/icons/tabler-icons/LICENSE",
    "content": "MIT License\n\nCopyright (c) 2020 Paweł Kuna\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n"
  },
  {
    "path": "resources/svg/icons/tabler-icons/LICENSE.txt",
    "content": "MIT License\n\nCopyright (c) 2020 Paweł Kuna\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n"
  },
  {
    "path": "resources/svg/icons/tabler-icons/README.md",
    "content": "<p align=\"center\">\n  <img src=\"https://raw.githubusercontent.com/tabler/tabler-icons/master/.github/og.png\" alt=\"Tabler Icons\" width=\"838\">\n</p>\n\n<p align=\"center\">\n    A set of over 1450 free MIT-licensed high-quality SVG icons for you to use in your web projects. Each icon is designed on a 24x24 grid and a 2px stroke.\n<p>\n\n<p align=\"center\">\n  <a href=\"https://tabler-icons.io/\"><strong>Browse at tabler-icons.io &rarr;</strong></a>\n</p>\n\n<p align=\"center\">\n    <a href=\"https://github.com/tabler/tabler-icons/releases\"><img src=\"https://img.shields.io/npm/v/@tabler/icons\" alt=\"Latest Release\"></a>\n    <a href=\"https://github.com/tabler/tabler-icons/blob/master/LICENSE\"><img src=\"https://img.shields.io/npm/l/@tabler/icons.svg\" alt=\"License\"></a>\n</p>\n\n\n## Sponsors\n\n**If you want to support my project and help me grow it, you can [become a sponsor on GitHub](https://github.com/sponsors/codecalm) or just [donate on PayPal](https://paypal.me/codecalm) :)**\n\n<a href=\"https://github.com/sponsors/codecalm\">\n  <img src='https://raw.githubusercontent.com/tabler/static/main/sponsors.png'>\n</a>\n\n## Preview\n\n<p align=\"center\">\n  <img src=\"https://raw.githubusercontent.com/tabler/tabler-icons/master/.github/icons.png\" alt=\"Tabler Icons preview\" width=\"838\">\n</p>\n\n## Sponsor Tabler\n\n<a href=\"https://github.com/sponsors/codecalm\" target=\"_blank\"><img src=\"https://github.com/tabler/tabler/raw/dev/src/static/sponsor-banner-readme.png?raw=true\" alt=\"Sponsor Tabler\" /></a>\n\n\n## Installation\n\n```\nnpm install @tabler/icons --save\n```\n\nor just [download from Github](https://github.com/tabler/tabler-icons/releases).\n\n## Usage\n\nAll icons are built with SVG, so you can place them as `<img>`, `background-image` and inline in HTML code.\n\n### HTML image\n\nIf you load an icon as an image, you can modify its size using CSS.\n\n```html\n<img src=\"path/to/icon.svg\" alt=\"icon title\" />\n```\n\n### Inline HTML\n\nYou can paste the content of the icon file into your HTML code to display it on the page.\n\n```html\n<a href=\"\">\n  <svg\n    xmlns=\"http://www.w3.org/2000/svg\"\n    class=\"icon icon-tabler icon-tabler-disabled\"\n    width=\"24\"\n    height=\"24\"\n    viewBox=\"0 0 24 24\"\n    stroke-width=\"1.25\"\n    stroke=\"currentColor\"\n    fill=\"none\"\n    stroke-linecap=\"round\"\n    stroke-linejoin=\"round\"\n  >\n    ...\n  </svg>\n  Click me\n</a>\n```\n\nThanks to that, you can change the size, color and the `stroke-width` of the icons with CSS code.\n\n```css\n.icon-tabler {\n  color: red;\n  width: 32px;\n  height: 32px;\n  stroke-width: 1.25;\n}\n```\n\n### SVG sprite\n\nAdd an icon to be displayed on your page with the following markup (`activity` in the above example can be replaced with any valid icon name):\n\n```html\n<svg width=\"24\" height=\"24\">\n  <use xlink:href=\"path/to/tabler-sprite.svg#tabler-activity\" />\n</svg>\n```\n\n### React\n\nImport the icon and render it in your component. You can adjust SVG properties through React props:\n\n```jsx\nimport { IconAward } from '@tabler/icons';\n\nconst MyComponent = () => {\n  return <IconAward \n    size={36} // set custom `width` and `height`\n    color=\"red\" // set `stroke` color\n    stroke={3}  // set `stroke-width`\n    strokeLinejoin=\"miter\" // override other SVG props\n  />\n}\n```\n\n`@tabler/icons` exports it's own type declarations for usage with React and Typescript.\n\n### Angular\n\nAngular components available through [`angular-tabler-icons`](https://www.npmjs.com/package/angular-tabler-icons) package.  \nInstall the package, then create icons module:\n\n```ts  \nimport { NgModule } from '@angular/core';\n\nimport { TablerIconsModule } from 'angular-tabler-icons';\nimport { IconCamera, IconHeart, IconBrandGithub } from 'angular-tabler-icons/icons';\n\n// Select some icons (use an object, not an array)\nconst icons = {\n  IconCamera,\n  IconHeart,\n  IconBrandGithub\n};\n\n@NgModule({\n  imports: [\n    TablerIconsModule.pick(icons)\n  ],\n  exports: [\n    TablerIconsModule\n  ]\n})\nexport class IconsModule { }\n```\n\nAfter importing the _IconsModule_ in your feature or shared module, use the icons as follows:\n\n```html\n<i-tabler name=\"camera\"></i-tabler>\n<i-tabler name=\"heart\" style=\"color: red;\"></i-tabler>\n<i-tabler name=\"brand-github\" class=\"someclass\"></i-tabler>\n```\n\n`angular-tabler-icons` exports it's own type declarations for usage with Typescript.\n\nFor more usage documentation refer to [the official documentation](https://github.com/pierreavn/angular-tabler-icons).\n\n### Vue\n\nVue components available through [`vue-tabler-icons`](https://www.npmjs.com/package/vue-tabler-icons) package.\nInstall the package, import the icon component and render it in your component. You can adjust SVG properties by passing regular HTML attributes:\n\n```html\n<script>\n    // MyComponent.vue\n    import { BoldIcon } from 'vue-tabler-icons';\n\n    export default {\n        components: { BoldIcon },\n    };\n</script>\n\n<template>\n    <bold-icon />\n</template>\n```\n\n`vue-tabler-icons` exports it's own type declarations for usage with Typescript.\n\nFor more usage documentation refer to [the official documentation](https://github.com/alex-oleshkevich/vue-tabler-icons).\n\n### CDN\n\nAll files included in `@tabler/icons` npm package are available over a CDN.\n\n#### React icons\n\n```html\n<script src=\"https://unpkg.com/@tabler/icons@latest/icons-react/dist/index.umd.min.js\"></script>\n```\n\n#### Iconfont\n\n```html\n<link rel=\"stylesheet\" href=\"https://unpkg.com/@tabler/icons@latest/iconfont/tabler-icons.min.css\">\n```\n\nTo load a specific version replace `latest` with the desired version number.\n\n```html\n<script src=\"https://unpkg.com/@tabler/icons@1.36.0/icons-react/dist/index.umd.js\"></script>\n```\n\n### Compiling fonts\n\nTo compile fonts first install [fontforge](https://fontforge.org/en-US/).\n\nWhen compiling the font it will look for a json file `compile-options.json` in root folder (same folder as the `package.json`) In this file you can define extra options:\n\nThe default settings if you have not defined the file will be:\n```JSON\n{\n  \"includeIcons\": [],\n  \"fontForge\": \"fontforge\",\n  \"strokeWidth\": 2\n}\n```\n\nThe fontforge executable needs to be in the path or you can set the path to the downloaded fontforge executable in the configuration file. If you installed in on a mac in your application directory it will be `/Applications/FontForge.app/Contents/MacOS/FontForge`. You can set this value in the `compile-options.json` file.\n\n```JSON\n{\n  \"fontForge\":\"/Applications/FontForge.app/Contents/MacOS/FontForge\"\n}\n```\nTo compile the fonts run:\n```sh\nnpm run build-iconfont\n```\n\nBy default the stroke width is 2. You can change the stroke width in the compile-options.json \n\n```JSON\n{\n  \"strokeWidth\": 1.5,\n}\n```\n\nTo reduce the font file size you can choose to compile a sub set of icons. When you leave the array empty it will compile all the fonts. To compile only two icons you can set for example the folowing option in the `compile-options.json`:\n\n```JSON\n{\n  \"includeIcons\":[\"alert-octagon\",\"alert-triangle\"]\n}\n```  \n\n### Svelte\n\nYou can use [`tabler-icons-svelte`](https://github.com/benflap/tabler-icons-svelte) to use icons in your Svelte projects (see [example](https://svelte.dev/repl/e80dc63d7019431692b10a77525e7f99?version=3.31.0)):\n\n```js\n<script>\n    import { CurrencyBitcoin, BrandGithub, CircleX } from \"tabler-icons-svelte\";\n</script>\n\n<CurrencyBitcoin />\n<BrandGithub size=\"48\" strokeWidth=\"1\" />\n<CircleX />\n```\n\n### Jetpack Compose\n\nFor Android or Desktop you can use [`compose-icons`](https://github.com/DevSrSouza/compose-icons) to use icons in your projects. (see [docs](https://github.com/DevSrSouza/compose-icons/blob/master/tabler-icons/DOCUMENTATION.md))\n\n## Multiple strokes\n\nAll icons in this repository have been created with the value of the `stroke-width` property, so if you change the value, you can get different icon variants that will fit in well with your design.\n\n![](https://raw.githubusercontent.com/tabler/tabler-icons/master/.github/icons-stroke.png)\n\n## License\n\nTabler Icons is licensed under the [MIT License](https://github.com/tabler/tabler-icons/blob/master/LICENSE).\n"
  },
  {
    "path": "resources/svg/icons/tabler-icons/index.html",
    "content": "<style>\nul.svg-list {\n\tlist-style:none;\n\tpadding:0;\n\tmargin:10px 0 0;\n}\nul.svg-list li {\n\tdisplay:inline-block;\n\tposition:relative;\n\twidth:32px;\n\theight:32px;\n\tpadding:3px;\n\tmargin-right:5px;\n\tmargin-bottom:5px;\n\tbox-shadow:0px 3px 6px 0px rgba(0, 0, 0, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.08);\n}\n\nul.svg-list li:hover {\n\tbox-shadow:none;//0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 0px rgba(0, 0, 0, 0.15);\n}\n\nul.svg-list li svg{\n\tmax-width:100%;\n\tmax-height:100%;\n\tfill: var(--bs-body-color);\n\tcolor: var(--bs-border-color);\n}\n\nul.svg-list li span {\n\t//display:none;\n}\n\nul.svg-list li.heading {\n\twidth:100%;\n\tbox-shadow:none;\n\ttext-transform: capitalize;\n\tfont-size: 12px;\n\tline-height: 32px;\t\n}\n\nul.svg-list li span {\n  visibility: hidden;\n  min-width: 120px;\n  background-color: black;\n  color: #fff;\n  text-align: center;\n  border-radius: 6px;\n  padding: 5px 0;\n  \n  /* Position the tooltip */\n  position: absolute;\n  z-index: 1;\n  left:0;\n  top: 105%;\n  font-size:12px;\n}\n\nul.svg-list li:hover  span {\n  visibility: visible;\n}\n\nul.svg-list li:hover  svg {\n\ttransform: scale(2);\n\tfill:blue;\n\tcolor:green;\n}\t\n</style>\n<style>ul.svg-list li svg {\n\tfill:none;\n}\n\nul.svg-list li:hover svg {\n\tfill:none;\n}\n</style><ul class=\"svg-list\"><li title=\"2fa \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-2fa\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M7 16h-4l3.47 -4.66a2 2 0 1 0 -3.47 -1.54\" />\n  <path d=\"M10 16v-8h4\" />\n  <line x1=\"10\" y1=\"12\" x2=\"13\" y2=\"12\" />\n  <path d=\"M17 16v-6a2 2 0 0 1 4 0v6\" />\n  <line x1=\"17\" y1=\"13\" x2=\"21\" y2=\"13\" />\n</svg>\n\n\n</li><li title=\"3d cube sphere \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-3d-cube-sphere\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M6 17.6l-2 -1.1v-2.5\" />\n  <path d=\"M4 10v-2.5l2 -1.1\" />\n  <path d=\"M10 4.1l2 -1.1l2 1.1\" />\n  <path d=\"M18 6.4l2 1.1v2.5\" />\n  <path d=\"M20 14v2.5l-2 1.12\" />\n  <path d=\"M14 19.9l-2 1.1l-2 -1.1\" />\n  <line x1=\"12\" y1=\"12\" x2=\"14\" y2=\"10.9\" />\n  <line x1=\"18\" y1=\"8.6\" x2=\"20\" y2=\"7.5\" />\n  <line x1=\"12\" y1=\"12\" x2=\"12\" y2=\"14.5\" />\n  <line x1=\"12\" y1=\"18.5\" x2=\"12\" y2=\"21\" />\n  <path d=\"M12 12l-2 -1.12\" />\n  <line x1=\"6\" y1=\"8.6\" x2=\"4\" y2=\"7.5\" />\n</svg>\n\n\n</li><li title=\"a b \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-a-b\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M3 16v-5.5a2.5 2.5 0 0 1 5 0v5.5m0 -4h-5\" />\n  <line x1=\"12\" y1=\"6\" x2=\"12\" y2=\"18\" />\n  <path d=\"M16 16v-8h3a2 2 0 0 1 0 4h-3m3 0a2 2 0 0 1 0 4h-3\" />\n</svg>\n\n\n</li><li title=\"access point off \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-access-point-off\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"3\" y1=\"3\" x2=\"21\" y2=\"21\" />\n  <path d=\"M14.828 9.172a4 4 0 0 1 1.172 2.828\" />\n  <path d=\"M17.657 6.343a8 8 0 0 1 1.635 8.952\" />\n  <path d=\"M9.168 14.828a4 4 0 0 1 0 -5.656\" />\n  <path d=\"M6.337 17.657a8 8 0 0 1 0 -11.314\" />\n</svg>\n\n\n</li><li title=\"access point \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-access-point\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"12\" y1=\"12\" x2=\"12\" y2=\"12.01\" />\n  <path d=\"M14.828 9.172a4 4 0 0 1 0 5.656\" />\n  <path d=\"M17.657 6.343a8 8 0 0 1 0 11.314\" />\n  <path d=\"M9.168 14.828a4 4 0 0 1 0 -5.656\" />\n  <path d=\"M6.337 17.657a8 8 0 0 1 0 -11.314\" />\n</svg>\n\n\n</li><li title=\"accessible \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-accessible\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n  <path d=\"M10 16.5l2 -3l2 3m-2 -3v-2l3 -1m-6 0l3 1\" />\n  <circle cx=\"12\" cy=\"7.5\" r=\".5\" fill=\"currentColor\" />\n</svg>\n\n\n</li><li title=\"activity \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-activity\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M3 12h4l3 8l4 -16l3 8h4\" />\n</svg>\n\n\n</li><li title=\"ad 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-ad-2\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M11.933 5h-6.933v16h13v-8\" />\n  <path d=\"M14 17h-5\" />\n  <path d=\"M9 13h5v-4h-5z\" />\n  <path d=\"M15 5v-2\" />\n  <path d=\"M18 6l2 -2\" />\n  <path d=\"M19 9h2\" />\n</svg>\n\n\n</li><li title=\"ad \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-ad\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"3\" y=\"5\"   rx=\"2\" />\n  <path d=\"M7 15v-4a2 2 0 0 1 4 0v4\" />\n  <line x1=\"7\" y1=\"13\" x2=\"11\" y2=\"13\" />\n  <path d=\"M17 9v6h-1.5a1.5 1.5 0 1 1 1.5 -1.5\" />\n</svg>\n\n\n</li><li title=\"adjustments alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-adjustments-alt\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"4\" y=\"8\"   />\n  <line x1=\"6\" y1=\"4\" x2=\"6\" y2=\"8\" />\n  <line x1=\"6\" y1=\"12\" x2=\"6\" y2=\"20\" />\n  <rect x=\"10\" y=\"14\"   />\n  <line x1=\"12\" y1=\"4\" x2=\"12\" y2=\"14\" />\n  <line x1=\"12\" y1=\"18\" x2=\"12\" y2=\"20\" />\n  <rect x=\"16\" y=\"5\"   />\n  <line x1=\"18\" y1=\"4\" x2=\"18\" y2=\"5\" />\n  <line x1=\"18\" y1=\"9\" x2=\"18\" y2=\"20\" />\n</svg>\n\n\n</li><li title=\"adjustments horizontal \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-adjustments-horizontal\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"14\" cy=\"6\" r=\"2\" />\n  <line x1=\"4\" y1=\"6\" x2=\"12\" y2=\"6\" />\n  <line x1=\"16\" y1=\"6\" x2=\"20\" y2=\"6\" />\n  <circle cx=\"8\" cy=\"12\" r=\"2\" />\n  <line x1=\"4\" y1=\"12\" x2=\"6\" y2=\"12\" />\n  <line x1=\"10\" y1=\"12\" x2=\"20\" y2=\"12\" />\n  <circle cx=\"17\" cy=\"18\" r=\"2\" />\n  <line x1=\"4\" y1=\"18\" x2=\"15\" y2=\"18\" />\n  <line x1=\"19\" y1=\"18\" x2=\"20\" y2=\"18\" />\n</svg>\n\n\n</li><li title=\"adjustments \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-adjustments\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"6\" cy=\"10\" r=\"2\" />\n  <line x1=\"6\" y1=\"4\" x2=\"6\" y2=\"8\" />\n  <line x1=\"6\" y1=\"12\" x2=\"6\" y2=\"20\" />\n  <circle cx=\"12\" cy=\"16\" r=\"2\" />\n  <line x1=\"12\" y1=\"4\" x2=\"12\" y2=\"14\" />\n  <line x1=\"12\" y1=\"18\" x2=\"12\" y2=\"20\" />\n  <circle cx=\"18\" cy=\"7\" r=\"2\" />\n  <line x1=\"18\" y1=\"4\" x2=\"18\" y2=\"5\" />\n  <line x1=\"18\" y1=\"9\" x2=\"18\" y2=\"20\" />\n</svg>\n\n\n</li><li title=\"aerial lift \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-aerial-lift\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4 5l16 -2m-8 1v10m-5.106 -6h10.306c2.45 3 2.45 9 -.2 12h-10.106c-2.544 -3 -2.544 -9 0 -12zm-1.894 6h14\" />\n</svg>\n\n\n</li><li title=\"affiliate \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-affiliate\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M5.931 6.936l1.275 4.249m5.607 5.609l4.251 1.275\" />\n  <path d=\"M11.683 12.317l5.759 -5.759\" />\n  <circle cx=\"5.5\" cy=\"5.5\" r=\"1.5\" />\n  <circle cx=\"18.5\" cy=\"5.5\" r=\"1.5\" />\n  <circle cx=\"18.5\" cy=\"18.5\" r=\"1.5\" />\n  <circle cx=\"8.5\" cy=\"15.5\" r=\"4.5\" />\n</svg>\n\n\n</li><li title=\"alarm \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-alarm\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"13\" r=\"7\" />\n  <polyline points=\"12 10 12 13 14 13\" />\n  <line x1=\"7\" y1=\"4\" x2=\"4.25\" y2=\"6\" />\n  <line x1=\"17\" y1=\"4\" x2=\"19.75\" y2=\"6\" />\n</svg>\n\n\n</li><li title=\"alert circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-alert-circle\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n  <line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"12\" />\n  <line x1=\"12\" y1=\"16\" x2=\"12.01\" y2=\"16\" />\n</svg>\n\n\n</li><li title=\"alert octagon \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-alert-octagon\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M8.7 3h6.6c.3 0 .5 .1 .7 .3l4.7 4.7c.2 .2 .3 .4 .3 .7v6.6c0 .3 -.1 .5 -.3 .7l-4.7 4.7c-.2 .2 -.4 .3 -.7 .3h-6.6c-.3 0 -.5 -.1 -.7 -.3l-4.7 -4.7c-.2 -.2 -.3 -.4 -.3 -.7v-6.6c0 -.3 .1 -.5 .3 -.7l4.7 -4.7c.2 -.2 .4 -.3 .7 -.3z\" />\n  <line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"12\" />\n  <line x1=\"12\" y1=\"16\" x2=\"12.01\" y2=\"16\" />\n</svg>\n\n\n</li><li title=\"alert triangle \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-alert-triangle\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 9v2m0 4v.01\" />\n  <path d=\"M5 19h14a2 2 0 0 0 1.84 -2.75l-7.1 -12.25a2 2 0 0 0 -3.5 0l-7.1 12.25a2 2 0 0 0 1.75 2.75\" />\n</svg>\n\n\n</li><li title=\"alien \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-alien\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M11 17a2.5 2.5 0 0 0 2 0\" />\n  <path d=\"M12 3c-4.664 0 -7.396 2.331 -7.862 5.595a11.816 11.816 0 0 0 2 8.592a10.777 10.777 0 0 0 3.199 3.064c1.666 1 3.664 1 5.33 0a10.777 10.777 0 0 0 3.199 -3.064a11.89 11.89 0 0 0 2 -8.592c-.466 -3.265 -3.198 -5.595 -7.862 -5.595z\" />\n  <line x1=\"8\" y1=\"11\" x2=\"10\" y2=\"13\" />\n  <line x1=\"16\" y1=\"11\" x2=\"14\" y2=\"13\" />\n</svg>\n\n\n</li><li title=\"align center \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-align-center\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"4\" y1=\"6\" x2=\"20\" y2=\"6\" />\n  <line x1=\"8\" y1=\"12\" x2=\"16\" y2=\"12\" />\n  <line x1=\"6\" y1=\"18\" x2=\"18\" y2=\"18\" />\n</svg>\n\n\n</li><li title=\"align justified \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-align-justified\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"4\" y1=\"6\" x2=\"20\" y2=\"6\" />\n  <line x1=\"4\" y1=\"12\" x2=\"20\" y2=\"12\" />\n  <line x1=\"4\" y1=\"18\" x2=\"16\" y2=\"18\" />\n</svg>\n\n\n</li><li title=\"align left \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-align-left\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"4\" y1=\"6\" x2=\"20\" y2=\"6\" />\n  <line x1=\"4\" y1=\"12\" x2=\"14\" y2=\"12\" />\n  <line x1=\"4\" y1=\"18\" x2=\"18\" y2=\"18\" />\n</svg>\n\n\n</li><li title=\"align right \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-align-right\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"4\" y1=\"6\" x2=\"20\" y2=\"6\" />\n  <line x1=\"10\" y1=\"12\" x2=\"20\" y2=\"12\" />\n  <line x1=\"6\" y1=\"18\" x2=\"20\" y2=\"18\" />\n</svg>\n\n\n</li><li title=\"ambulance \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-ambulance\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"7\" cy=\"17\" r=\"2\" />\n  <circle cx=\"17\" cy=\"17\" r=\"2\" />\n  <path d=\"M5 17h-2v-11a1 1 0 0 1 1 -1h9v12m-4 0h6m4 0h2v-6h-8m0 -5h5l3 5\" />\n  <path d=\"M6 10h4m-2 -2v4\" />\n</svg>\n\n\n</li><li title=\"anchor \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-anchor\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 9v12m-8 -8a8 8 0 0 0 16 0m1 0h-2m-14 0h-2\" />\n  <circle cx=\"12\" cy=\"6\" r=\"3\" />\n</svg>\n\n\n</li><li title=\"angle \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-angle\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M21 19h-18l9 -15\" />\n  <path d=\"M20.615 15.171h.015\" />\n  <path d=\"M19.515 11.771h.015\" />\n  <path d=\"M17.715 8.671h.015\" />\n  <path d=\"M15.415 5.971h.015\" />\n</svg>\n\n\n</li><li title=\"antenna bars 1 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-antenna-bars-1\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"6\" y1=\"18\" x2=\"6\" y2=\"18.01\" />\n  <line x1=\"10\" y1=\"18\" x2=\"10\" y2=\"18.01\" />\n  <line x1=\"14\" y1=\"18\" x2=\"14\" y2=\"18.01\" />\n  <line x1=\"18\" y1=\"18\" x2=\"18\" y2=\"18.01\" />\n</svg>\n\n\n</li><li title=\"antenna bars 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-antenna-bars-2\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"6\" y1=\"18\" x2=\"6\" y2=\"15\" />\n  <line x1=\"10\" y1=\"18\" x2=\"10\" y2=\"18.01\" />\n  <line x1=\"14\" y1=\"18\" x2=\"14\" y2=\"18.01\" />\n  <line x1=\"18\" y1=\"18\" x2=\"18\" y2=\"18.01\" />\n</svg>\n\n\n</li><li title=\"antenna bars 3 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-antenna-bars-3\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"6\" y1=\"18\" x2=\"6\" y2=\"15\" />\n  <line x1=\"10\" y1=\"18\" x2=\"10\" y2=\"12\" />\n  <line x1=\"14\" y1=\"18\" x2=\"14\" y2=\"18.01\" />\n  <line x1=\"18\" y1=\"18\" x2=\"18\" y2=\"18.01\" />\n</svg>\n\n\n</li><li title=\"antenna bars 4 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-antenna-bars-4\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"6\" y1=\"18\" x2=\"6\" y2=\"15\" />\n  <line x1=\"10\" y1=\"18\" x2=\"10\" y2=\"12\" />\n  <line x1=\"14\" y1=\"18\" x2=\"14\" y2=\"9\" />\n  <line x1=\"18\" y1=\"18\" x2=\"18\" y2=\"18.01\" />\n</svg>\n\n\n</li><li title=\"antenna bars 5 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-antenna-bars-5\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"6\" y1=\"18\" x2=\"6\" y2=\"15\" />\n  <line x1=\"10\" y1=\"18\" x2=\"10\" y2=\"12\" />\n  <line x1=\"14\" y1=\"18\" x2=\"14\" y2=\"9\" />\n  <line x1=\"18\" y1=\"18\" x2=\"18\" y2=\"6\" />\n</svg>\n\n\n</li><li title=\"aperture \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-aperture\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n  <line x1=\"3.6\" y1=\"15\" x2=\"14.15\" y2=\"15\" />\n  <line x1=\"3.6\" y1=\"15\" x2=\"14.15\" y2=\"15\" transform=\"rotate(72 12 12)\" />\n  <line x1=\"3.6\" y1=\"15\" x2=\"14.15\" y2=\"15\" transform=\"rotate(144 12 12)\" />\n  <line x1=\"3.6\" y1=\"15\" x2=\"14.15\" y2=\"15\" transform=\"rotate(216 12 12)\" />\n  <line x1=\"3.6\" y1=\"15\" x2=\"14.15\" y2=\"15\" transform=\"rotate(288 12 12)\" />\n</svg>\n\n\n</li><li title=\"api app \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-api-app\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 15h-6.5a2.5 2.5 0 1 1 0 -5h.5\" />\n  <path d=\"M15 12v6.5a2.5 2.5 0 1 1 -5 0v-.5\" />\n  <path d=\"M12 9h6.5a2.5 2.5 0 1 1 0 5h-.5\" />\n  <path d=\"M9 12v-6.5a2.5 2.5 0 0 1 5 0v.5\" />\n</svg>\n\n\n</li><li title=\"api \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-api\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4 13h5\" />\n  <path d=\"M12 16v-8h3a2 2 0 0 1 2 2v1a2 2 0 0 1 -2 2h-3\" />\n  <path d=\"M20 8v8\" />\n  <path d=\"M9 16v-5.5a2.5 2.5 0 0 0 -5 0v5.5\" />\n</svg>\n\n\n</li><li title=\"app window \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-app-window\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"3\" y=\"5\"   rx=\"2\" />\n  <path d=\"M6 8h.01\" />\n  <path d=\"M9 8h.01\" />\n</svg>\n\n\n</li><li title=\"apple \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-apple\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"14\" r=\"7\" />\n  <path d=\"M12 11v-6a2 2 0 0 1 2 -2h2v1a2 2 0 0 1 -2 2h-2\" />\n  <path d=\"M10 10.5c1.333 .667 2.667 .667 4 0\" />\n</svg>\n\n\n</li><li title=\"apps \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-apps\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"4\" y=\"4\"   rx=\"1\" />\n  <rect x=\"4\" y=\"14\"   rx=\"1\" />\n  <rect x=\"14\" y=\"14\"   rx=\"1\" />\n  <line x1=\"14\" y1=\"7\" x2=\"20\" y2=\"7\" />\n  <line x1=\"17\" y1=\"4\" x2=\"17\" y2=\"10\" />\n</svg>\n\n\n</li><li title=\"archive \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-archive\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"3\" y=\"4\"   rx=\"2\" />\n  <path d=\"M5 8v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-10\" />\n  <line x1=\"10\" y1=\"12\" x2=\"14\" y2=\"12\" />\n</svg>\n\n\n</li><li title=\"armchair 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-armchair-2\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M5 10v-4a3 3 0 0 1 3 -3h8a3 3 0 0 1 3 3v4\" />\n  <path d=\"M16 15v-2a3 3 0 1 1 3 3v3h-14v-3a3 3 0 1 1 3 -3v2\" />\n  <path d=\"M8 12h8\" />\n  <path d=\"M7 19v2\" />\n  <path d=\"M17 19v2\" />\n</svg>\n\n\n</li><li title=\"armchair \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-armchair\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M5 11a2 2 0 0 1 2 2v2h10v-2a2 2 0 1 1 4 0v4a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-4a2 2 0 0 1 2 -2z\" />\n  <path d=\"M5 11v-5a3 3 0 0 1 3 -3h8a3 3 0 0 1 3 3v5\" />\n  <path d=\"M6 19v2\" />\n  <path d=\"M18 19v2\" />\n</svg>\n\n\n</li><li title=\"arrow autofit content \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrow-autofit-content\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M6 4l-3 3l3 3\" />\n  <path d=\"M18 4l3 3l-3 3\" />\n  <rect x=\"4\" y=\"14\"   rx=\"2\" />\n  <path d=\"M10 7h-7\" />\n  <path d=\"M21 7h-7\" />\n</svg>\n\n\n</li><li title=\"arrow autofit down \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrow-autofit-down\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 20h-6a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h8\" />\n  <path d=\"M18 4v17\" />\n  <path d=\"M15 18l3 3l3 -3\" />\n</svg>\n\n\n</li><li title=\"arrow autofit height \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrow-autofit-height\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 20h-6a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h6\" />\n  <path d=\"M18 14v7\" />\n  <path d=\"M18 3v7\" />\n  <path d=\"M15 18l3 3l3 -3\" />\n  <path d=\"M15 6l3 -3l3 3\" />\n</svg>\n\n\n</li><li title=\"arrow autofit left \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrow-autofit-left\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4 12v-6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v8\" />\n  <path d=\"M20 18h-17\" />\n  <path d=\"M6 15l-3 3l3 3\" />\n</svg>\n\n\n</li><li title=\"arrow autofit right \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrow-autofit-right\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M20 12v-6a2 2 0 0 0 -2 -2h-12a2 2 0 0 0 -2 2v8\" />\n  <path d=\"M4 18h17\" />\n  <path d=\"M18 15l3 3l-3 3\" />\n</svg>\n\n\n</li><li title=\"arrow autofit up \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrow-autofit-up\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 4h-6a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h8\" />\n  <path d=\"M18 20v-17\" />\n  <path d=\"M15 6l3 -3l3 3\" />\n</svg>\n\n\n</li><li title=\"arrow autofit width \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrow-autofit-width\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4 12v-6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v6\" />\n  <path d=\"M10 18h-7\" />\n  <path d=\"M21 18h-7\" />\n  <path d=\"M6 15l-3 3l3 3\" />\n  <path d=\"M18 15l3 3l-3 3\" />\n</svg>\n\n\n</li><li title=\"arrow back up \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrow-back-up\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M9 13l-4 -4l4 -4m-4 4h11a4 4 0 0 1 0 8h-1\" />\n</svg>\n\n\n</li><li title=\"arrow back \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrow-back\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M9 11l-4 4l4 4m-4 -4h11a4 4 0 0 0 0 -8h-1\" />\n</svg>\n\n\n</li><li title=\"arrow bar down \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrow-bar-down\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"12\" y1=\"20\" x2=\"12\" y2=\"10\" />\n  <line x1=\"12\" y1=\"20\" x2=\"16\" y2=\"16\" />\n  <line x1=\"12\" y1=\"20\" x2=\"8\" y2=\"16\" />\n  <line x1=\"4\" y1=\"4\" x2=\"20\" y2=\"4\" />\n</svg>\n\n\n</li><li title=\"arrow bar left \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrow-bar-left\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"4\" y1=\"12\" x2=\"14\" y2=\"12\" />\n  <line x1=\"4\" y1=\"12\" x2=\"8\" y2=\"16\" />\n  <line x1=\"4\" y1=\"12\" x2=\"8\" y2=\"8\" />\n  <line x1=\"20\" y1=\"4\" x2=\"20\" y2=\"20\" />\n</svg>\n\n\n</li><li title=\"arrow bar right \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrow-bar-right\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"20\" y1=\"12\" x2=\"10\" y2=\"12\" />\n  <line x1=\"20\" y1=\"12\" x2=\"16\" y2=\"16\" />\n  <line x1=\"20\" y1=\"12\" x2=\"16\" y2=\"8\" />\n  <line x1=\"4\" y1=\"4\" x2=\"4\" y2=\"20\" />\n</svg>\n\n\n</li><li title=\"arrow bar to down \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrow-bar-to-down\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"4\" y1=\"20\" x2=\"20\" y2=\"20\" />\n  <line x1=\"12\" y1=\"14\" x2=\"12\" y2=\"4\" />\n  <line x1=\"12\" y1=\"14\" x2=\"16\" y2=\"10\" />\n  <line x1=\"12\" y1=\"14\" x2=\"8\" y2=\"10\" />\n</svg>\n\n\n</li><li title=\"arrow bar to left \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrow-bar-to-left\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"10\" y1=\"12\" x2=\"20\" y2=\"12\" />\n  <line x1=\"10\" y1=\"12\" x2=\"14\" y2=\"16\" />\n  <line x1=\"10\" y1=\"12\" x2=\"14\" y2=\"8\" />\n  <line x1=\"4\" y1=\"4\" x2=\"4\" y2=\"20\" />\n</svg>\n\n\n</li><li title=\"arrow bar to right \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrow-bar-to-right\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"14\" y1=\"12\" x2=\"4\" y2=\"12\" />\n  <line x1=\"14\" y1=\"12\" x2=\"10\" y2=\"16\" />\n  <line x1=\"14\" y1=\"12\" x2=\"10\" y2=\"8\" />\n  <line x1=\"20\" y1=\"4\" x2=\"20\" y2=\"20\" />\n</svg>\n\n\n</li><li title=\"arrow bar to up \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrow-bar-to-up\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"12\" y1=\"10\" x2=\"12\" y2=\"20\" />\n  <line x1=\"12\" y1=\"10\" x2=\"16\" y2=\"14\" />\n  <line x1=\"12\" y1=\"10\" x2=\"8\" y2=\"14\" />\n  <line x1=\"4\" y1=\"4\" x2=\"20\" y2=\"4\" />\n</svg>\n\n\n</li><li title=\"arrow bar up \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrow-bar-up\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"12\" y1=\"4\" x2=\"12\" y2=\"14\" />\n  <line x1=\"12\" y1=\"4\" x2=\"16\" y2=\"8\" />\n  <line x1=\"12\" y1=\"4\" x2=\"8\" y2=\"8\" />\n  <line x1=\"4\" y1=\"20\" x2=\"20\" y2=\"20\" />\n</svg>\n\n\n</li><li title=\"arrow big down line \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrow-big-down-line\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M15 12h3.586a1 1 0 0 1 .707 1.707l-6.586 6.586a1 1 0 0 1 -1.414 0l-6.586 -6.586a1 1 0 0 1 .707 -1.707h3.586v-6h6v6z\" />\n  <path d=\"M15 3h-6\" />\n</svg>\n\n\n</li><li title=\"arrow big down lines \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrow-big-down-lines\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M15 12h3.586a1 1 0 0 1 .707 1.707l-6.586 6.586a1 1 0 0 1 -1.414 0l-6.586 -6.586a1 1 0 0 1 .707 -1.707h3.586v-3h6v3z\" />\n  <path d=\"M15 3h-6\" />\n  <path d=\"M15 6h-6\" />\n</svg>\n\n\n</li><li title=\"arrow big down \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrow-big-down\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M15 4v8h3.586a1 1 0 0 1 .707 1.707l-6.586 6.586a1 1 0 0 1 -1.414 0l-6.586 -6.586a1 1 0 0 1 .707 -1.707h3.586v-8a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1z\" />\n</svg>\n\n\n</li><li title=\"arrow big left line \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrow-big-left-line\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 15v3.586a1 1 0 0 1 -1.707 .707l-6.586 -6.586a1 1 0 0 1 0 -1.414l6.586 -6.586a1 1 0 0 1 1.707 .707v3.586h6v6h-6z\" />\n  <path d=\"M21 15v-6\" />\n</svg>\n\n\n</li><li title=\"arrow big left lines \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrow-big-left-lines\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 15v3.586a1 1 0 0 1 -1.707 .707l-6.586 -6.586a1 1 0 0 1 0 -1.414l6.586 -6.586a1 1 0 0 1 1.707 .707v3.586h3v6h-3z\" />\n  <path d=\"M21 15v-6\" />\n  <path d=\"M18 15v-6\" />\n</svg>\n\n\n</li><li title=\"arrow big left \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrow-big-left\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M20 15h-8v3.586a1 1 0 0 1 -1.707 .707l-6.586 -6.586a1 1 0 0 1 0 -1.414l6.586 -6.586a1 1 0 0 1 1.707 .707v3.586h8a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1z\" />\n</svg>\n\n\n</li><li title=\"arrow big right line \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrow-big-right-line\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 9v-3.586a1 1 0 0 1 1.707 -.707l6.586 6.586a1 1 0 0 1 0 1.414l-6.586 6.586a1 1 0 0 1 -1.707 -.707v-3.586h-6v-6h6z\" />\n  <path d=\"M3 9v6\" />\n</svg>\n\n\n</li><li title=\"arrow big right lines \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrow-big-right-lines\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 9v-3.586a1 1 0 0 1 1.707 -.707l6.586 6.586a1 1 0 0 1 0 1.414l-6.586 6.586a1 1 0 0 1 -1.707 -.707v-3.586h-3v-6h3z\" />\n  <path d=\"M3 9v6\" />\n  <path d=\"M6 9v6\" />\n</svg>\n\n\n</li><li title=\"arrow big right \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrow-big-right\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4 9h8v-3.586a1 1 0 0 1 1.707 -.707l6.586 6.586a1 1 0 0 1 0 1.414l-6.586 6.586a1 1 0 0 1 -1.707 -.707v-3.586h-8a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1z\" />\n</svg>\n\n\n</li><li title=\"arrow big top \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrow-big-top\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M9 20v-8h-3.586a1 1 0 0 1 -.707 -1.707l6.586 -6.586a1 1 0 0 1 1.414 0l6.586 6.586a1 1 0 0 1 -.707 1.707h-3.586v8a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z\" />\n</svg>\n\n\n</li><li title=\"arrow big up line \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrow-big-up-line\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M9 12h-3.586a1 1 0 0 1 -.707 -1.707l6.586 -6.586a1 1 0 0 1 1.414 0l6.586 6.586a1 1 0 0 1 -.707 1.707h-3.586v6h-6v-6z\" />\n  <path d=\"M9 21h6\" />\n</svg>\n\n\n</li><li title=\"arrow big up lines \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrow-big-up-lines\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M9 12h-3.586a1 1 0 0 1 -.707 -1.707l6.586 -6.586a1 1 0 0 1 1.414 0l6.586 6.586a1 1 0 0 1 -.707 1.707h-3.586v3h-6v-3z\" />\n  <path d=\"M9 21h6\" />\n  <path d=\"M9 18h6\" />\n</svg>\n\n\n</li><li title=\"arrow bottom bar \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrow-bottom-bar\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 3v18\" />\n  <path d=\"M9 18l3 3l3 -3\" />\n  <path d=\"M9 3h6\" />\n</svg>\n\n\n</li><li title=\"arrow bottom circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrow-bottom-circle\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 7v14\" />\n  <path d=\"M9 18l3 3l3 -3\" />\n  <circle cx=\"12\" cy=\"5\" r=\"2\" />\n</svg>\n\n\n</li><li title=\"arrow bottom square \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrow-bottom-square\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 7v14\" />\n  <path d=\"M9 18l3 3l3 -3\" />\n  <path d=\"M14 3v4h-4v-4z\" />\n</svg>\n\n\n</li><li title=\"arrow bottom tail \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrow-bottom-tail\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 6v15\" />\n  <path d=\"M9 18l3 3l3 -3\" />\n  <path d=\"M9 3l3 3l3 -3\" />\n</svg>\n\n\n</li><li title=\"arrow down circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrow-down-circle\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n  <line x1=\"8\" y1=\"12\" x2=\"12\" y2=\"16\" />\n  <line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"16\" />\n  <line x1=\"16\" y1=\"12\" x2=\"12\" y2=\"16\" />\n</svg>\n\n\n</li><li title=\"arrow down left circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrow-down-left-circle\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n  <line x1=\"15\" y1=\"9\" x2=\"9\" y2=\"15\" />\n  <polyline points=\"15 15 9 15 9 9\" />\n</svg>\n\n\n</li><li title=\"arrow down left \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrow-down-left\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"17\" y1=\"7\" x2=\"7\" y2=\"17\" />\n  <polyline points=\"16 17 7 17 7 8\" />\n</svg>\n\n\n</li><li title=\"arrow down right circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrow-down-right-circle\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n  <line x1=\"15\" y1=\"15\" x2=\"9\" y2=\"15\" />\n  <polyline points=\"15 9 15 15 9 9\" />\n</svg>\n\n\n</li><li title=\"arrow down right \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrow-down-right\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"7\" y1=\"7\" x2=\"17\" y2=\"17\" />\n  <polyline points=\"17 8 17 17 8 17\" />\n</svg>\n\n\n</li><li title=\"arrow down \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrow-down\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"12\" y1=\"5\" x2=\"12\" y2=\"19\" />\n  <line x1=\"18\" y1=\"13\" x2=\"12\" y2=\"19\" />\n  <line x1=\"6\" y1=\"13\" x2=\"12\" y2=\"19\" />\n</svg>\n\n\n</li><li title=\"arrow forward up \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrow-forward-up\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M15 13l4 -4l-4 -4m4 4h-11a4 4 0 0 0 0 8h1\" />\n</svg>\n\n\n</li><li title=\"arrow forward \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrow-forward\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M15 11l4 4l-4 4m4 -4h-11a4 4 0 0 1 0 -8h1\" />\n</svg>\n\n\n</li><li title=\"arrow left bar \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrow-left-bar\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M21 12h-18\" />\n  <path d=\"M6 9l-3 3l3 3\" />\n  <path d=\"M21 9v6\" />\n</svg>\n\n\n</li><li title=\"arrow left circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrow-left-circle\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M17 12h-14\" />\n  <path d=\"M6 9l-3 3l3 3\" />\n  <circle cx=\"19\" cy=\"12\" r=\"2\" />\n</svg>\n\n\n</li><li title=\"arrow left square \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrow-left-square\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M17 12h-14\" />\n  <path d=\"M6 9l-3 3l3 3\" />\n  <path d=\"M21 14h-4v-4h4z\" />\n</svg>\n\n\n</li><li title=\"arrow left tail \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrow-left-tail\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M18 12h-15\" />\n  <path d=\"M6 9l-3 3l3 3\" />\n  <path d=\"M21 9l-3 3l3 3\" />\n</svg>\n\n\n</li><li title=\"arrow left \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrow-left\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\" />\n  <line x1=\"5\" y1=\"12\" x2=\"11\" y2=\"18\" />\n  <line x1=\"5\" y1=\"12\" x2=\"11\" y2=\"6\" />\n</svg>\n\n\n</li><li title=\"arrow loop left \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrow-loop-left\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M13 21v-13a4 4 0 1 1 4 4h-13\" />\n  <path d=\"M7 15l-3 -3l3 -3\" />\n</svg>\n\n\n</li><li title=\"arrow loop right \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrow-loop-right\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 21v-13a4 4 0 1 0 -4 4h13\" />\n  <path d=\"M18 15l3 -3l-3 -3\" />\n</svg>\n\n\n</li><li title=\"arrow narrow down \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrow-narrow-down\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"12\" y1=\"5\" x2=\"12\" y2=\"19\" />\n  <line x1=\"16\" y1=\"15\" x2=\"12\" y2=\"19\" />\n  <line x1=\"8\" y1=\"15\" x2=\"12\" y2=\"19\" />\n</svg>\n\n\n</li><li title=\"arrow narrow left \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrow-narrow-left\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\" />\n  <line x1=\"5\" y1=\"12\" x2=\"9\" y2=\"16\" />\n  <line x1=\"5\" y1=\"12\" x2=\"9\" y2=\"8\" />\n</svg>\n\n\n</li><li title=\"arrow narrow right \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrow-narrow-right\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\" />\n  <line x1=\"15\" y1=\"16\" x2=\"19\" y2=\"12\" />\n  <line x1=\"15\" y1=\"8\" x2=\"19\" y2=\"12\" />\n</svg>\n\n\n</li><li title=\"arrow narrow up \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrow-narrow-up\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"12\" y1=\"5\" x2=\"12\" y2=\"19\" />\n  <line x1=\"16\" y1=\"9\" x2=\"12\" y2=\"5\" />\n  <line x1=\"8\" y1=\"9\" x2=\"12\" y2=\"5\" />\n</svg>\n\n\n</li><li title=\"arrow ramp left \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrow-ramp-left\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"17\" y1=\"3\" x2=\"17\" y2=\"11.707\" />\n  <path d=\"M13 7l4 -4l4 4\" />\n  <path d=\"M7 14l-4 -4l4 -4\" />\n  <path d=\"M17 21a11 11 0 0 0 -11 -11h-3\" />\n</svg>\n\n\n</li><li title=\"arrow ramp right \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrow-ramp-right\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"7\" y1=\"3\" x2=\"7\" y2=\"11.707\" />\n  <path d=\"M11 7l-4 -4l-4 4\" />\n  <path d=\"M17 14l4 -4l-4 -4\" />\n  <path d=\"M7 21a11 11 0 0 1 11 -11h3\" />\n</svg>\n\n\n</li><li title=\"arrow right bar \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrow-right-bar\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M18 15l3 -3l-3 -3\" />\n  <path d=\"M3 12h18\" />\n  <path d=\"M3 9v6\" />\n</svg>\n\n\n</li><li title=\"arrow right circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrow-right-circle\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M18 15l3 -3l-3 -3\" />\n  <circle cx=\"5\" cy=\"12\" r=\"2\" />\n  <path d=\"M7 12h14\" />\n</svg>\n\n\n</li><li title=\"arrow right square \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrow-right-square\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"7\" y1=\"12\" x2=\"21\" y2=\"12\" />\n  <path d=\"M18 15l3 -3l-3 -3\" />\n  <path d=\"M3 10h4v4h-4z\" />\n</svg>\n\n\n</li><li title=\"arrow right tail \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrow-right-tail\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M18 15l3 -3l-3 -3\" />\n  <path d=\"M3 15l3 -3l-3 -3\" />\n  <line x1=\"6\" y1=\"12\" x2=\"21\" y2=\"12\" />\n</svg>\n\n\n</li><li title=\"arrow right \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrow-right\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\" />\n  <line x1=\"13\" y1=\"18\" x2=\"19\" y2=\"12\" />\n  <line x1=\"13\" y1=\"6\" x2=\"19\" y2=\"12\" />\n</svg>\n\n\n</li><li title=\"arrow top bar \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrow-top-bar\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"12\" y1=\"21\" x2=\"12\" y2=\"3\" />\n  <path d=\"M15 6l-3 -3l-3 3\" />\n  <line x1=\"9\" y1=\"21\" x2=\"15\" y2=\"21\" />\n</svg>\n\n\n</li><li title=\"arrow top circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrow-top-circle\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"12\" y1=\"17\" x2=\"12\" y2=\"3\" />\n  <path d=\"M15 6l-3 -3l-3 3\" />\n  <circle cx=\"12\" cy=\"19\" r=\"2\" />\n</svg>\n\n\n</li><li title=\"arrow top square \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrow-top-square\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"12\" y1=\"17\" x2=\"12\" y2=\"3\" />\n  <path d=\"M15 6l-3 -3l-3 3\" />\n  <path d=\"M10 21v-4h4v4z\" />\n</svg>\n\n\n</li><li title=\"arrow top tail \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrow-top-tail\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"12\" y1=\"18\" x2=\"12\" y2=\"3\" />\n  <path d=\"M15 6l-3 -3l-3 3\" />\n  <path d=\"M15 21l-3 -3l-3 3\" />\n</svg>\n\n\n</li><li title=\"arrow up circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrow-up-circle\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n  <line x1=\"12\" y1=\"8\" x2=\"8\" y2=\"12\" />\n  <line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"16\" />\n  <line x1=\"16\" y1=\"12\" x2=\"12\" y2=\"8\" />\n</svg>\n\n\n</li><li title=\"arrow up left circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrow-up-left-circle\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n  <line x1=\"9\" y1=\"9\" x2=\"15\" y2=\"15\" />\n  <polyline points=\"15 9 9 9 9 15\" />\n</svg>\n\n\n</li><li title=\"arrow up left \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrow-up-left\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"7\" y1=\"7\" x2=\"17\" y2=\"17\" />\n  <polyline points=\"16 7 7 7 7 16\" />\n</svg>\n\n\n</li><li title=\"arrow up right circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrow-up-right-circle\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n  <line x1=\"15\" y1=\"9\" x2=\"9\" y2=\"15\" />\n  <polyline points=\"15 15 15 9 9 9\" />\n</svg>\n\n\n</li><li title=\"arrow up right \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrow-up-right\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"17\" y1=\"7\" x2=\"7\" y2=\"17\" />\n  <polyline points=\"8 7 17 7 17 16\" />\n</svg>\n\n\n</li><li title=\"arrow up \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrow-up\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"12\" y1=\"5\" x2=\"12\" y2=\"19\" />\n  <line x1=\"18\" y1=\"11\" x2=\"12\" y2=\"5\" />\n  <line x1=\"6\" y1=\"11\" x2=\"12\" y2=\"5\" />\n</svg>\n\n\n</li><li title=\"arrow wave left down \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrow-wave-left-down\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M7 13.998h-4v-4\" />\n  <path d=\"M21 11.998c-.887 1.284 -2.48 2.033 -4 2c-1.52 .033 -3.113 -.716 -4 -2s-2.48 -2.033 -4 -2c-1.52 -.033 -3 1 -4 2l-2 2\" />\n</svg>\n\n\n</li><li title=\"arrow wave left up \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrow-wave-left-up\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M7 9.996h-4v4\" />\n  <path d=\"M21 11.996c-.887 -1.285 -2.48 -2.033 -4 -2c-1.52 -.033 -3.113 .715 -4 2c-.887 1.284 -2.48 2.033 -4 2c-1.52 .033 -3 -1 -4 -2l-2 -2\" />\n</svg>\n\n\n</li><li title=\"arrow wave right down \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrow-wave-right-down\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M17 13.998h4v-4\" />\n  <path d=\"M3 11.998c.887 1.284 2.48 2.033 4 2c1.52 .033 3.113 -.716 4 -2s2.48 -2.033 4 -2c1.52 -.033 3 1 4 2l2 2\" />\n</svg>\n\n\n</li><li title=\"arrow wave right up \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrow-wave-right-up\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M17 10h4v4\" />\n  <path d=\"M3 12c.887 -1.284 2.48 -2.033 4 -2c1.52 -.033 3.113 .716 4 2s2.48 2.033 4 2c1.52 .033 3 -1 4 -2l2 -2\" />\n</svg>\n\n\n</li><li title=\"arrows cross \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrows-cross\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M16 4h4v4\" />\n  <path d=\"M15 9l5 -5\" />\n  <path d=\"M4 20l5 -5\" />\n  <path d=\"M16 20h4v-4\" />\n  <path d=\"M4 4l16 16\" />\n</svg>\n\n\n</li><li title=\"arrows diagonal 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrows-diagonal-2\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <polyline points=\"16 20 20 20 20 16\" />\n  <line x1=\"14\" y1=\"14\" x2=\"20\" y2=\"20\" />\n  <polyline points=\"8 4 4 4 4 8\" />\n  <line x1=\"4\" y1=\"4\" x2=\"10\" y2=\"10\" />\n</svg>\n\n\n</li><li title=\"arrows diagonal minimize 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrows-diagonal-minimize-2\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M18 10h-4v-4\" />\n  <path d=\"M20 4l-6 6\" />\n  <path d=\"M6 14h4v4\" />\n  <path d=\"M10 14l-6 6\" />\n</svg>\n\n\n</li><li title=\"arrows diagonal minimize \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrows-diagonal-minimize\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M6 10h4v-4\" />\n  <path d=\"M4 4l6 6\" />\n  <path d=\"M18 14h-4v4\" />\n  <path d=\"M14 14l6 6\" />\n</svg>\n\n\n</li><li title=\"arrows diagonal \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrows-diagonal\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <polyline points=\"16 4 20 4 20 8\" />\n  <line x1=\"14\" y1=\"10\" x2=\"20\" y2=\"4\" />\n  <polyline points=\"8 20 4 20 4 16\" />\n  <line x1=\"4\" y1=\"20\" x2=\"10\" y2=\"14\" />\n</svg>\n\n\n</li><li title=\"arrows double ne sw \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrows-double-ne-sw\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M3 14l11 -11\" />\n  <path d=\"M10 3h4v4\" />\n  <path d=\"M10 17v4h4\" />\n  <path d=\"M21 10l-11 11\" />\n</svg>\n\n\n</li><li title=\"arrows double nw se \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrows-double-nw-se\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M14 21l-11 -11\" />\n  <path d=\"M3 14v-4h4\" />\n  <path d=\"M17 14h4v-4\" />\n  <line x1=\"10\" y1=\"3\" x2=\"21\" y2=\"14\" />\n</svg>\n\n\n</li><li title=\"arrows double se nw \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrows-double-se-nw\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"3\" y1=\"10\" x2=\"14\" y2=\"21\" />\n  <path d=\"M14 17v4h-4\" />\n  <path d=\"M14 3h-4v4\" />\n  <path d=\"M21 14l-11 -11\" />\n</svg>\n\n\n</li><li title=\"arrows double sw ne \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrows-double-sw-ne\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M14 3l-11 11\" />\n  <path d=\"M3 10v4h4\" />\n  <path d=\"M17 10h4v4\" />\n  <path d=\"M10 21l11 -11\" />\n</svg>\n\n\n</li><li title=\"arrows down up \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrows-down-up\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"17\" y1=\"3\" x2=\"17\" y2=\"21\" />\n  <path d=\"M10 18l-3 3l-3 -3\" />\n  <line x1=\"7\" y1=\"21\" x2=\"7\" y2=\"3\" />\n  <path d=\"M20 6l-3 -3l-3 3\" />\n</svg>\n\n\n</li><li title=\"arrows down \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrows-down\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"7\" y1=\"21\" x2=\"7\" y2=\"3\" />\n  <path d=\"M20 18l-3 3l-3 -3\" />\n  <path d=\"M4 18l3 3l3 -3\" />\n  <line x1=\"17\" y1=\"21\" x2=\"17\" y2=\"3\" />\n</svg>\n\n\n</li><li title=\"arrows horizontal \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrows-horizontal\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <polyline points=\"7 8 3 12 7 16\" />\n  <polyline points=\"17 8 21 12 17 16\" />\n  <line x1=\"3\" y1=\"12\" x2=\"21\" y2=\"12\" />\n</svg>\n\n\n</li><li title=\"arrows join 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrows-join-2\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M3 7h1.948c1.913 0 3.705 .933 4.802 2.5a5.861 5.861 0 0 0 4.802 2.5h6.448\" />\n  <path d=\"M3 17h1.95a5.854 5.854 0 0 0 4.798 -2.5a5.854 5.854 0 0 1 4.798 -2.5h5.454\" />\n  <path d=\"M18 15l3 -3l-3 -3\" />\n</svg>\n\n\n</li><li title=\"arrows join \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrows-join\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M3 7h5l3.5 5h9.5\" />\n  <path d=\"M3 17h5l3.495 -5\" />\n  <path d=\"M18 15l3 -3l-3 -3\" />\n</svg>\n\n\n</li><li title=\"arrows left down \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrows-left-down\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M7 3l-4 4l4 4\" />\n  <path d=\"M3 7h11a3 3 0 0 1 3 3v11\" />\n  <path d=\"M13 17l4 4l4 -4\" />\n</svg>\n\n\n</li><li title=\"arrows left right \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrows-left-right\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"21\" y1=\"17\" x2=\"3\" y2=\"17\" />\n  <path d=\"M6 10l-3 -3l3 -3\" />\n  <line x1=\"3\" y1=\"7\" x2=\"21\" y2=\"7\" />\n  <path d=\"M18 20l3 -3l-3 -3\" />\n</svg>\n\n\n</li><li title=\"arrows left \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrows-left\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"3\" y1=\"7\" x2=\"21\" y2=\"7\" />\n  <path d=\"M6 20l-3 -3l3 -3\" />\n  <path d=\"M6 4l-3 3l3 3\" />\n  <line x1=\"3\" y1=\"17\" x2=\"21\" y2=\"17\" />\n</svg>\n\n\n</li><li title=\"arrows maximize \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrows-maximize\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <polyline points=\"16 4 20 4 20 8\" />\n  <line x1=\"14\" y1=\"10\" x2=\"20\" y2=\"4\" />\n  <polyline points=\"8 20 4 20 4 16\" />\n  <line x1=\"4\" y1=\"20\" x2=\"10\" y2=\"14\" />\n  <polyline points=\"16 20 20 20 20 16\" />\n  <line x1=\"14\" y1=\"14\" x2=\"20\" y2=\"20\" />\n  <polyline points=\"8 4 4 4 4 8\" />\n  <line x1=\"4\" y1=\"4\" x2=\"10\" y2=\"10\" />\n</svg>\n\n\n</li><li title=\"arrows minimize \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrows-minimize\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <polyline points=\"5 9 9 9 9 5\" />\n  <line x1=\"3\" y1=\"3\" x2=\"9\" y2=\"9\" />\n  <polyline points=\"5 15 9 15 9 19\" />\n  <line x1=\"3\" y1=\"21\" x2=\"9\" y2=\"15\" />\n  <polyline points=\"19 9 15 9 15 5\" />\n  <line x1=\"15\" y1=\"9\" x2=\"21\" y2=\"3\" />\n  <polyline points=\"19 15 15 15 15 19\" />\n  <line x1=\"15\" y1=\"15\" x2=\"21\" y2=\"21\" />\n</svg>\n\n\n</li><li title=\"arrows right down \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrows-right-down\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M3 17l4 4l4 -4\" />\n  <path d=\"M7 21v-11a3 3 0 0 1 3 -3h11\" />\n  <path d=\"M17 11l4 -4l-4 -4\" />\n</svg>\n\n\n</li><li title=\"arrows right left \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrows-right-left\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"21\" y1=\"7\" x2=\"3\" y2=\"7\" />\n  <path d=\"M18 10l3 -3l-3 -3\" />\n  <path d=\"M6 20l-3 -3l3 -3\" />\n  <line x1=\"3\" y1=\"17\" x2=\"21\" y2=\"17\" />\n</svg>\n\n\n</li><li title=\"arrows right \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrows-right\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"21\" y1=\"17\" x2=\"3\" y2=\"17\" />\n  <path d=\"M18 4l3 3l-3 3\" />\n  <path d=\"M18 20l3 -3l-3 -3\" />\n  <line x1=\"21\" y1=\"7\" x2=\"3\" y2=\"7\" />\n</svg>\n\n\n</li><li title=\"arrows shuffle 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrows-shuffle-2\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M18 4l3 3l-3 3\" />\n  <path d=\"M18 20l3 -3l-3 -3\" />\n  <path d=\"M3 7h3a5 5 0 0 1 5 5a5 5 0 0 0 5 5h5\" />\n  <path d=\"M3 17h3a5 5 0 0 0 5 -5a5 5 0 0 1 5 -5h5\" />\n</svg>\n\n\n</li><li title=\"arrows shuffle \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrows-shuffle\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M18 4l3 3l-3 3\" />\n  <path d=\"M18 20l3 -3l-3 -3\" />\n  <path d=\"M3 7h3a5 5 0 0 1 5 5a5 5 0 0 0 5 5h5\" />\n  <path d=\"M21 7h-5a4.978 4.978 0 0 0 -2.998 .998m-4.002 8.003a4.984 4.984 0 0 1 -3 .999h-3\" />\n</svg>\n\n\n</li><li title=\"arrows sort \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrows-sort\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M3 9l4 -4l4 4m-4 -4v14\" />\n  <path d=\"M21 15l-4 4l-4 -4m4 4v-14\" />\n</svg>\n\n\n</li><li title=\"arrows split 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrows-split-2\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M21 17h-5.397a5 5 0 0 1 -4.096 -2.133l-.514 -.734a5 5 0 0 0 -4.096 -2.133h-3.897\" />\n  <path d=\"M21 7h-5.395a5 5 0 0 0 -4.098 2.135l-.51 .73a5 5 0 0 1 -4.097 2.135h-3.9\" />\n  <path d=\"M18 10l3 -3l-3 -3\" />\n  <path d=\"M18 20l3 -3l-3 -3\" />\n</svg>\n\n\n</li><li title=\"arrows split \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrows-split\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M21 17h-8l-3.5 -5h-6.5\" />\n  <path d=\"M21 7h-8l-3.495 5\" />\n  <path d=\"M18 10l3 -3l-3 -3\" />\n  <path d=\"M18 20l3 -3l-3 -3\" />\n</svg>\n\n\n</li><li title=\"arrows up down \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrows-up-down\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"7\" y1=\"3\" x2=\"7\" y2=\"21\" />\n  <path d=\"M10 6l-3 -3l-3 3\" />\n  <path d=\"M20 18l-3 3l-3 -3\" />\n  <line x1=\"17\" y1=\"21\" x2=\"17\" y2=\"3\" />\n</svg>\n\n\n</li><li title=\"arrows up left \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrows-up-left\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M21 7l-4 -4l-4 4\" />\n  <path d=\"M17 3v11a3 3 0 0 1 -3 3h-11\" />\n  <path d=\"M7 13l-4 4l4 4\" />\n</svg>\n\n\n</li><li title=\"arrows up right \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrows-up-right\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M17 21l4 -4l-4 -4\" />\n  <path d=\"M21 17h-11a3 3 0 0 1 -3 -3v-11\" />\n  <path d=\"M11 7l-4 -4l-4 4\" />\n</svg>\n\n\n</li><li title=\"arrows up \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrows-up\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"17\" y1=\"3\" x2=\"17\" y2=\"21\" />\n  <path d=\"M4 6l3 -3l3 3\" />\n  <path d=\"M20 6l-3 -3l-3 3\" />\n  <line x1=\"7\" y1=\"3\" x2=\"7\" y2=\"21\" />\n</svg>\n\n\n</li><li title=\"arrows vertical \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-arrows-vertical\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <polyline points=\"8 7 12 3 16 7\" />\n  <polyline points=\"8 17 12 21 16 17\" />\n  <line x1=\"12\" y1=\"3\" x2=\"12\" y2=\"21\" />\n</svg>\n\n\n</li><li title=\"artboard \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-artboard\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"8\" y=\"8\"   rx=\"1\" />\n  <line x1=\"3\" y1=\"8\" x2=\"4\" y2=\"8\" />\n  <line x1=\"3\" y1=\"16\" x2=\"4\" y2=\"16\" />\n  <line x1=\"8\" y1=\"3\" x2=\"8\" y2=\"4\" />\n  <line x1=\"16\" y1=\"3\" x2=\"16\" y2=\"4\" />\n  <line x1=\"20\" y1=\"8\" x2=\"21\" y2=\"8\" />\n  <line x1=\"20\" y1=\"16\" x2=\"21\" y2=\"16\" />\n  <line x1=\"8\" y1=\"20\" x2=\"8\" y2=\"21\" />\n  <line x1=\"16\" y1=\"20\" x2=\"16\" y2=\"21\" />\n</svg>\n\n\n</li><li title=\"aspect ratio \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-aspect-ratio\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"3\" y=\"5\"   rx=\"2\" />\n  <path d=\"M7 12v-3h3\" />\n  <path d=\"M17 12v3h-3\" />\n</svg>\n\n\n</li><li title=\"asterisk simple \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-asterisk-simple\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 12v-9\" />\n  <path d=\"M12 12l-9 -2.5\" />\n  <path d=\"M12 12l9 -2.5\" />\n  <path d=\"M12 12l6 8.5\" />\n  <path d=\"M12 12l-6 8.5\" />\n</svg>\n\n\n</li><li title=\"asterisk \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-asterisk\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 12l8 -4.5\" />\n  <path d=\"M12 12v9\" />\n  <path d=\"M12 12l-8 -4.5\" />\n  <path d=\"M12 12l8 4.5\" />\n  <path d=\"M12 3v9\" />\n  <path d=\"M12 12l-8 4.5\" />\n</svg>\n\n\n</li><li title=\"at \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-at\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"4\" />\n  <path d=\"M16 12v1.5a2.5 2.5 0 0 0 5 0v-1.5a9 9 0 1 0 -5.5 8.28\" />\n</svg>\n\n\n</li><li title=\"atom 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-atom-2\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"3\" />\n  <line x1=\"12\" y1=\"21\" x2=\"12\" y2=\"21.01\" />\n  <line x1=\"3\" y1=\"9\" x2=\"3\" y2=\"9.01\" />\n  <line x1=\"21\" y1=\"9\" x2=\"21\" y2=\"9.01\" />\n  <path d=\"M8 20.1a9 9 0 0 1 -5 -7.1\" />\n  <path d=\"M16 20.1a9 9 0 0 0 5 -7.1\" />\n  <path d=\"M6.2 5a9 9 0 0 1 11.4 0\" />\n</svg>\n\n\n</li><li title=\"atom \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-atom\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"12\" y1=\"12\" x2=\"12\" y2=\"12.01\" />\n  <path d=\"M12 2a4 10 0 0 0 -4 10a4 10 0 0 0 4 10a4 10 0 0 0 4 -10a4 10 0 0 0 -4 -10\" transform=\"rotate(45 12 12)\" />\n  <path d=\"M12 2a4 10 0 0 0 -4 10a4 10 0 0 0 4 10a4 10 0 0 0 4 -10a4 10 0 0 0 -4 -10\" transform=\"rotate(-45 12 12)\" />\n</svg>\n\n\n</li><li title=\"award \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-award\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"9\" r=\"6\" />\n  <polyline points=\"9 14.2 9 21 12 19 15 21 15 14.2\" transform=\"rotate(-30 12 9)\" />\n  <polyline points=\"9 14.2 9 21 12 19 15 21 15 14.2\" transform=\"rotate(30 12 9)\" />\n</svg>\n\n\n</li><li title=\"axe \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-axe\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M13 9l7.383 7.418c.823 .82 .823 2.148 0 2.967a2.11 2.11 0 0 1 -2.976 0l-7.407 -7.385\" />\n  <path d=\"M6.66 15.66l-3.32 -3.32a1.25 1.25 0 0 1 .42 -2.044l3.24 -1.296l6 -6l3 3l-6 6l-1.296 3.24a1.25 1.25 0 0 1 -2.044 .42z\" />\n</svg>\n\n\n</li><li title=\"axis x \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-axis-x\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4 13v.01\" />\n  <path d=\"M4 9v.01\" />\n  <path d=\"M4 5v.01\" />\n  <path d=\"M17 20l3 -3l-3 -3\" />\n  <path d=\"M4 17h16\" />\n</svg>\n\n\n</li><li title=\"axis y \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-axis-y\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M11 20h-.01\" />\n  <path d=\"M15 20h-.01\" />\n  <path d=\"M19 20h-.01\" />\n  <path d=\"M4 7l3 -3l3 3\" />\n  <path d=\"M7 20v-16\" />\n</svg>\n\n\n</li><li title=\"backhoe \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-backhoe\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"4\" cy=\"17\" r=\"2\" />\n  <circle cx=\"13\" cy=\"17\" r=\"2\" />\n  <line x1=\"13\" y1=\"19\" x2=\"4\" y2=\"19\" />\n  <line x1=\"4\" y1=\"15\" x2=\"13\" y2=\"15\" />\n  <path d=\"M8 12v-5h2a3 3 0 0 1 3 3v5\" />\n  <path d=\"M5 15v-2a1 1 0 0 1 1 -1h7\" />\n  <path d=\"M21.12 9.88l-3.12 -4.88l-5 5\" />\n  <path d=\"M21.12 9.88a3 3 0 0 1 -2.12 5.12a3 3 0 0 1 -2.12 -.88l4.24 -4.24z\" />\n</svg>\n\n\n</li><li title=\"backpack \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-backpack\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M11 7h2a6 6 0 0 1 6 6v6a1 1 0 0 1 -1 1h-12a1 1 0 0 1 -1 -1v-6a6 6 0 0 1 6 -6z\" />\n  <path d=\"M10 7v-1a2 2 0 1 1 4 0v1\" />\n  <path d=\"M10 15h4\" />\n</svg>\n\n\n</li><li title=\"backspace \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-backspace\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M20 6a1 1 0 0 1 1 1v10a1 1 0 0 1 -1 1h-11l-5 -5a1.5 1.5 0 0 1 0 -2l5 -5z\" />\n  <path d=\"M12 10l4 4m0 -4l-4 4\" />\n</svg>\n\n\n</li><li title=\"badge \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-badge\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M17 17v-13l-5 3l-5 -3v13l5 3z\" />\n</svg>\n\n\n</li><li title=\"badges \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-badges\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M17 17v-4l-5 3l-5 -3v4l5 3z\" />\n  <path d=\"M17 8v-4l-5 3l-5 -3v4l5 3z\" />\n</svg>\n\n\n</li><li title=\"ball american football \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-ball-american-football\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"15\" y1=\"9\" x2=\"9\" y2=\"15\" />\n  <line x1=\"10\" y1=\"12\" x2=\"12\" y2=\"14\" />\n  <line x1=\"12\" y1=\"10\" x2=\"14\" y2=\"12\" />\n  <path d=\"M8 21a5 5 0 0 0 -5 -5\" />\n  <path d=\"M16 3c-7.18 0 -13 5.82 -13 13a5 5 0 0 0 5 5c7.18 0 13 -5.82 13 -13a5 5 0 0 0 -5 -5\" />\n  <path d=\"M16 3a5 5 0 0 0 5 5\" />\n</svg>\n\n\n</li><li title=\"ball baseball \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-ball-baseball\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M5.636 18.364a9 9 0 1 0 12.728 -12.728a9 9 0 0 0 -12.728 12.728z\" />\n  <path d=\"M12.495 3.02a9 9 0 0 1 -9.475 9.475\" />\n  <path d=\"M20.98 11.505a9 9 0 0 0 -9.475 9.475\" />\n  <path d=\"M9 9l2 2\" />\n  <path d=\"M13 13l2 2\" />\n  <path d=\"M11 7l2 1\" />\n  <path d=\"M7 11l1 2\" />\n  <path d=\"M16 11l1 2\" />\n  <path d=\"M11 16l2 1\" />\n</svg>\n\n\n</li><li title=\"ball basketball \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-ball-basketball\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n  <line x1=\"5.65\" y1=\"5.65\" x2=\"18.35\" y2=\"18.35\" />\n  <line x1=\"5.65\" y1=\"18.35\" x2=\"18.35\" y2=\"5.65\" />\n  <path d=\"M12 3a9 9 0 0 0 9 9\" />\n  <path d=\"M3 12a9 9 0 0 1 9 9\" />\n</svg>\n\n\n</li><li title=\"ball bowling \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-ball-bowling\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n  <line x1=\"11\" y1=\"9\" x2=\"11\" y2=\"9.01\" />\n  <line x1=\"15\" y1=\"8\" x2=\"15\" y2=\"8.01\" />\n  <line x1=\"14\" y1=\"12\" x2=\"14\" y2=\"12.01\" />\n</svg>\n\n\n</li><li title=\"ball football off \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-ball-football-off\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M20.041 16.046a9 9 0 0 0 -12.084 -12.09m-2.323 1.683a9 9 0 0 0 12.726 12.73\" />\n  <path d=\"M12 7l4.755 3.455l-.566 1.743l-.98 3.014l-.209 .788h-6l-1.755 -5.545l1.86 -1.351l2.313 -1.681z\" />\n  <path d=\"M12 7v-4\" />\n  <line x1=\"15\" y1=\"16\" x2=\"17.5\" y2=\"19\" />\n  <path d=\"M16.755 10.455l3.745 -1.455\" />\n  <path d=\"M9.061 16.045l-2.561 2.955\" />\n  <path d=\"M7.245 10.455l-3.745 -1.455\" />\n  <line x1=\"3\" y1=\"3\" x2=\"21\" y2=\"21\" />\n</svg>\n\n\n</li><li title=\"ball football \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-ball-football\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n  <path d=\"M12 7l4.76 3.45l-1.76 5.55h-6l-1.76 -5.55z\" />\n  <path d=\"M12 7v-4m3 13l2.5 3m-.74 -8.55l3.74 -1.45m-11.44 7.05l-2.56 2.95m.74 -8.55l-3.74 -1.45\" />\n</svg>\n\n\n</li><li title=\"ball tennis \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-ball-tennis\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n  <path d=\"M6 5.3a9 9 0 0 1 0 13.4\" />\n  <path d=\"M18 5.3a9 9 0 0 0 0 13.4\" />\n</svg>\n\n\n</li><li title=\"ball volleyball \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-ball-volleyball\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n  <path d=\"M12 12a8 8 0 0 0 8 4m-12.5 -2.5a12 12 0 0 0 8.5 6.5\" />\n  <path d=\"M12 12a8 8 0 0 0 8 4m-12.5 -2.5a12 12 0 0 0 8.5 6.5\" transform=\"rotate(120 12 12)\" />\n  <path d=\"M12 12a8 8 0 0 0 8 4m-12.5 -2.5a12 12 0 0 0 8.5 6.5\" transform=\"rotate(240 12 12)\" />\n</svg>\n\n\n</li><li title=\"ballon \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-ballon\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M14 8a2 2 0 0 0 -2 -2\" />\n  <path d=\"M6 8a6 6 0 1 1 12 0c0 4.97 -2.686 9 -6 9s-6 -4.03 -6 -9\" />\n  <path d=\"M12 17v1a2 2 0 0 1 -2 2h-3a2 2 0 0 0 -2 2\" />\n</svg>\n\n\n</li><li title=\"ban \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-ban\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n  <line x1=\"5.7\" y1=\"5.7\" x2=\"18.3\" y2=\"18.3\" />\n</svg>\n\n\n</li><li title=\"bandage \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-bandage\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"14\" y1=\"12\" x2=\"14\" y2=\"12.01\" />\n  <line x1=\"10\" y1=\"12\" x2=\"10\" y2=\"12.01\" />\n  <line x1=\"12\" y1=\"10\" x2=\"12\" y2=\"10.01\" />\n  <line x1=\"12\" y1=\"14\" x2=\"12\" y2=\"14.01\" />\n  <path d=\"M4.5 12.5l8 -8a4.94 4.94 0 0 1 7 7l-8 8a4.94 4.94 0 0 1 -7 -7\" />\n</svg>\n\n\n</li><li title=\"barbell \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-barbell\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M2 12h1\" />\n  <path d=\"M6 8h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h2\" />\n  <path d=\"M6 7v10a1 1 0 0 0 1 1h1a1 1 0 0 0 1 -1v-10a1 1 0 0 0 -1 -1h-1a1 1 0 0 0 -1 1z\" />\n  <path d=\"M9 12h6\" />\n  <path d=\"M15 7v10a1 1 0 0 0 1 1h1a1 1 0 0 0 1 -1v-10a1 1 0 0 0 -1 -1h-1a1 1 0 0 0 -1 1z\" />\n  <path d=\"M18 8h2a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1h-2\" />\n  <path d=\"M22 12h-1\" />\n</svg>\n\n\n</li><li title=\"barcode \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-barcode\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4 7v-1a2 2 0 0 1 2 -2h2\" />\n  <path d=\"M4 17v1a2 2 0 0 0 2 2h2\" />\n  <path d=\"M16 4h2a2 2 0 0 1 2 2v1\" />\n  <path d=\"M16 20h2a2 2 0 0 0 2 -2v-1\" />\n  <rect x=\"5\" y=\"11\"   />\n  <line x1=\"10\" y1=\"11\" x2=\"10\" y2=\"13\" />\n  <rect x=\"14\" y=\"11\"   />\n  <line x1=\"19\" y1=\"11\" x2=\"19\" y2=\"13\" />\n</svg>\n\n\n</li><li title=\"basket \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-basket\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <polyline points=\"7 10 12 4 17 10\" />\n  <path d=\"M21 10l-2 8a2 2.5 0 0 1 -2 2h-10a2 2.5 0 0 1 -2 -2l-2 -8z\" />\n  <circle cx=\"12\" cy=\"15\" r=\"2\" />\n</svg>\n\n\n</li><li title=\"bath \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-bath\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4 12h16a1 1 0 0 1 1 1v3a4 4 0 0 1 -4 4h-10a4 4 0 0 1 -4 -4v-3a1 1 0 0 1 1 -1z\" />\n  <path d=\"M6 12v-7a2 2 0 0 1 2 -2h3v2.25\" />\n  <path d=\"M4 21l1 -1.5\" />\n  <path d=\"M20 21l-1 -1.5\" />\n</svg>\n\n\n</li><li title=\"battery 1 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-battery-1\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M6 7h11a2 2 0 0 1 2 2v.5a0.5 .5 0 0 0 .5 .5a0.5 .5 0 0 1 .5 .5v3a0.5 .5 0 0 1 -.5 .5a0.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-11a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2\" />\n  <line x1=\"7\" y1=\"10\" x2=\"7\" y2=\"14\" />\n</svg>\n\n\n</li><li title=\"battery 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-battery-2\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M6 7h11a2 2 0 0 1 2 2v.5a0.5 .5 0 0 0 .5 .5a0.5 .5 0 0 1 .5 .5v3a0.5 .5 0 0 1 -.5 .5a0.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-11a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2\" />\n  <line x1=\"7\" y1=\"10\" x2=\"7\" y2=\"14\" />\n  <line x1=\"10\" y1=\"10\" x2=\"10\" y2=\"14\" />\n</svg>\n\n\n</li><li title=\"battery 3 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-battery-3\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M6 7h11a2 2 0 0 1 2 2v.5a0.5 .5 0 0 0 .5 .5a0.5 .5 0 0 1 .5 .5v3a0.5 .5 0 0 1 -.5 .5a0.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-11a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2\" />\n  <line x1=\"7\" y1=\"10\" x2=\"7\" y2=\"14\" />\n  <line x1=\"10\" y1=\"10\" x2=\"10\" y2=\"14\" />\n  <line x1=\"13\" y1=\"10\" x2=\"13\" y2=\"14\" />\n</svg>\n\n\n</li><li title=\"battery 4 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-battery-4\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M6 7h11a2 2 0 0 1 2 2v.5a0.5 .5 0 0 0 .5 .5a0.5 .5 0 0 1 .5 .5v3a0.5 .5 0 0 1 -.5 .5a0.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-11a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2\" />\n  <line x1=\"7\" y1=\"10\" x2=\"7\" y2=\"14\" />\n  <line x1=\"10\" y1=\"10\" x2=\"10\" y2=\"14\" />\n  <line x1=\"13\" y1=\"10\" x2=\"13\" y2=\"14\" />\n  <line x1=\"16\" y1=\"10\" x2=\"16\" y2=\"14\" />\n</svg>\n\n\n</li><li title=\"battery automotive \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-battery-automotive\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"3\" y=\"6\"   rx=\"2\" />\n  <path d=\"M6 6v-2\" />\n  <line x1=\"19\" y1=\"4\" x2=\"19\" y2=\"6\" />\n  <line x1=\"6.5\" y1=\"13\" x2=\"9.5\" y2=\"13\" />\n  <line x1=\"14.5\" y1=\"13\" x2=\"17.5\" y2=\"13\" />\n  <line x1=\"16\" y1=\"11.5\" x2=\"16\" y2=\"14.5\" />\n</svg>\n\n\n</li><li title=\"battery charging 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-battery-charging-2\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4 9a2 2 0 0 1 2 -2h11a2 2 0 0 1 2 2v.5a0.5 .5 0 0 0 .5 .5a0.5 .5 0 0 1 .5 .5v3a0.5 .5 0 0 1 -.5 .5a0.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-4.5\" />\n  <path d=\"M3 15h6v2a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2v-2z\" />\n  <path d=\"M6 22v-3\" />\n  <path d=\"M4 15v-2.5\" />\n  <path d=\"M8 15v-2.5\" />\n</svg>\n\n\n</li><li title=\"battery charging \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-battery-charging\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M16 7h1a2 2 0 0 1 2 2v.5a0.5 .5 0 0 0 .5 .5a0.5 .5 0 0 1 .5 .5v3a0.5 .5 0 0 1 -.5 .5a0.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-2\" />\n  <path d=\"M8 7h-2a2 2 0 0 0 -2 2v6a2 2 0 0 0 2 2h1\" />\n  <path d=\"M12 8l-2 4h3l-2 4\" />\n</svg>\n\n\n</li><li title=\"battery eco \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-battery-eco\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4 9a2 2 0 0 1 2 -2h11a2 2 0 0 1 2 2v.5a0.5 .5 0 0 0 .5 .5a0.5 .5 0 0 1 .5 .5v3a0.5 .5 0 0 1 -.5 .5a0.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-5.5\" />\n  <path d=\"M3 16.143c0 -2.84 2.09 -5.143 4.667 -5.143h2.333v.857c0 2.84 -2.09 5.143 -4.667 5.143h-2.333v-.857z\" />\n  <path d=\"M3 20v-3\" />\n</svg>\n\n\n</li><li title=\"battery off \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-battery-off\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"3\" y1=\"3\" x2=\"21\" y2=\"21\" />\n  <path d=\"M11 7h6a2 2 0 0 1 2 2v.5a0.5 .5 0 0 0 .5 .5a0.5 .5 0 0 1 .5 .5v3a0.5 .5 0 0 1 -.5 .5a0.5 .5 0 0 0 -.5 .5v.5m-2 2h-11a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h1\" />\n</svg>\n\n\n</li><li title=\"battery \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-battery\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M6 7h11a2 2 0 0 1 2 2v.5a0.5 .5 0 0 0 .5 .5a0.5 .5 0 0 1 .5 .5v3a0.5 .5 0 0 1 -.5 .5a0.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-11a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2\" />\n</svg>\n\n\n</li><li title=\"beach \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-beach\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M17.553 16.75a7.5 7.5 0 0 0 -10.606 0\" />\n  <path d=\"M18 3.804a6 6 0 0 0 -8.196 2.196l10.392 6a6 6 0 0 0 -2.196 -8.196z\" />\n  <path d=\"M16.732 10c1.658 -2.87 2.225 -5.644 1.268 -6.196c-.957 -.552 -3.075 1.326 -4.732 4.196\" />\n  <path d=\"M15 9l-3 5.196\" />\n  <path d=\"M3 19.25a2.4 2.4 0 0 1 1 -.25a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 1 .25\" />\n</svg>\n\n\n</li><li title=\"bed \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-bed\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M3 7v11m0 -4h18m0 4v-8a2 2 0 0 0 -2 -2h-8v6\" />\n  <circle cx=\"7\" cy=\"10\" r=\"1\" />\n</svg>\n\n\n</li><li title=\"beer \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-beer\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M9 20h6v-4.111a8 8 0 0 1 .845 -3.578l.31 -.622a8 8 0 0 0 .845 -3.578v-4.111h-10v4.111a8 8 0 0 0 .845 3.578l.31 .622a8 8 0 0 1 .845 3.578v4.111z\" />\n  <path d=\"M7 8h10\" />\n</svg>\n\n\n</li><li title=\"bell minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-bell-minus\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M10 5a2 2 0 1 1 4 0a7 7 0 0 1 4 6v3a4 4 0 0 0 2 3h-16a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6\" />\n  <path d=\"M9 17v1a3 3 0 0 0 6 0v-1\" />\n  <line x1=\"10\" y1=\"11\" x2=\"14\" y2=\"11\" />\n</svg>\n\n\n</li><li title=\"bell off \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-bell-off\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"3\" y1=\"3\" x2=\"21\" y2=\"21\" />\n  <path d=\"M17 17h-13a4 4 0 0 0 2 -3v-3a7 7 0 0 1 1.279 -3.716m2.072 -1.934c.209 -.127 .425 -.244 .649 -.35a2 2 0 1 1 4 0a7 7 0 0 1 4 6v3\" />\n  <path d=\"M9 17v1a3 3 0 0 0 6 0v-1\" />\n</svg>\n\n\n</li><li title=\"bell plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-bell-plus\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M10 5a2 2 0 1 1 4 0a7 7 0 0 1 4 6v3a4 4 0 0 0 2 3h-16a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6\" />\n  <path d=\"M9 17v1a3 3 0 0 0 6 0v-1\" />\n  <line x1=\"10\" y1=\"11\" x2=\"14\" y2=\"11\" />\n  <line x1=\"12\" y1=\"9\" x2=\"12\" y2=\"13\" />\n</svg>\n\n\n</li><li title=\"bell ringing 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-bell-ringing-2\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M19.364 4.636a2 2 0 0 1 0 2.828a7 7 0 0 1 -1.414 7.072l-2.122 2.12a4 4 0 0 0 -.707 3.536l-11.313 -11.312a4 4 0 0 0 3.535 -.707l2.121 -2.123a7 7 0 0 1 7.072 -1.414a2 2 0 0 1 2.828 0z\" />\n  <path d=\"M7.343 12.414l-.707 .707a3 3 0 0 0 4.243 4.243l.707 -.707\" />\n</svg>\n\n\n</li><li title=\"bell ringing \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-bell-ringing\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M10 5a2 2 0 0 1 4 0a7 7 0 0 1 4 6v3a4 4 0 0 0 2 3h-16a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6\" />\n  <path d=\"M9 17v1a3 3 0 0 0 6 0v-1\" />\n  <path d=\"M21 6.727a11.05 11.05 0 0 0 -2.794 -3.727\" />\n  <path d=\"M3 6.727a11.05 11.05 0 0 1 2.792 -3.727\" />\n</svg>\n\n\n</li><li title=\"bell x \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-bell-x\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M10 5a2 2 0 1 1 4 0a7 7 0 0 1 4 6v3a4 4 0 0 0 2 3h-16a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6\" />\n  <path d=\"M9 17v1a3 3 0 0 0 6 0v-1\" />\n  <path d=\"M10.5 9.5l3 3m0 -3l-3 3\" />\n</svg>\n\n\n</li><li title=\"bell z \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-bell-z\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M10 5a2 2 0 1 1 4 0a7 7 0 0 1 4 6v3a4 4 0 0 0 2 3h-16a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6\" />\n  <path d=\"M9 17v1a3 3 0 0 0 6 0v-1\" />\n  <path d=\"M10 9h4l-4 4h4\" />\n</svg>\n\n\n</li><li title=\"bell \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-bell\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M10 5a2 2 0 0 1 4 0a7 7 0 0 1 4 6v3a4 4 0 0 0 2 3h-16a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6\" />\n  <path d=\"M9 17v1a3 3 0 0 0 6 0v-1\" />\n</svg>\n\n\n</li><li title=\"bible \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-bible\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M19 4v16h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12z\" />\n  <path d=\"M19 16h-12a2 2 0 0 0 -2 2\" />\n  <path d=\"M12 7v6\" />\n  <path d=\"M10 9h4\" />\n</svg>\n\n\n</li><li title=\"bike \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-bike\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"5\" cy=\"18\" r=\"3\" />\n  <circle cx=\"19\" cy=\"18\" r=\"3\" />\n  <polyline points=\"12 19 12 15 9 12 14 8 16 11 19 11\" />\n  <circle cx=\"17\" cy=\"5\" r=\"1\" />\n</svg>\n\n\n</li><li title=\"binary \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-binary\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M11 10v-5h-1m8 14v-5h-1\" />\n  <rect x=\"15\" y=\"5\"   rx=\".5\" />\n  <rect x=\"10\" y=\"14\"   rx=\".5\" />\n  <path d=\"M6 10h.01m-.01 9h.01\" />\n</svg>\n\n\n</li><li title=\"biohazard \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-biohazard\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"2\" />\n  <path d=\"M11.939 14c0 .173 .048 .351 .056 .533l0 .217a4.75 4.75 0 0 1 -4.533 4.745l-.217 0m-4.75 -4.75a4.75 4.75 0 0 1 7.737 -3.693m6.513 8.443a4.75 4.75 0 0 1 -4.69 -5.503l-.06 0m1.764 -2.944a4.75 4.75 0 0 1 7.731 3.477l0 .217m-11.195 -3.813a4.75 4.75 0 0 1 -1.828 -7.624l.164 -.172m6.718 0a4.75 4.75 0 0 1 -1.665 7.798\" />\n</svg>\n\n\n</li><li title=\"blockquote \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-blockquote\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M6 15h15\" />\n  <path d=\"M21 19h-15\" />\n  <path d=\"M15 11h6\" />\n  <path d=\"M21 7h-6\" />\n  <path d=\"M9 9h1a1 1 0 1 1 -1 1v-2.5a2 2 0 0 1 2 -2\" />\n  <path d=\"M3 9h1a1 1 0 1 1 -1 1v-2.5a2 2 0 0 1 2 -2\" />\n</svg>\n\n\n</li><li title=\"bluetooth connected \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-bluetooth-connected\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <polyline points=\"7 8 17 16 12 20 12 4 17 8 7 16\" />\n  <line x1=\"4\" y1=\"12\" x2=\"5\" y2=\"12\" />\n  <line x1=\"18\" y1=\"12\" x2=\"19\" y2=\"12\" />\n</svg>\n\n\n</li><li title=\"bluetooth off \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-bluetooth-off\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"3\" y1=\"3\" x2=\"21\" y2=\"21\" />\n  <path d=\"M16.438 16.45l-4.438 3.55v-8m0 -4v-4l5 4l-2.776 2.22m-2.222 1.779l-5 4\" />\n</svg>\n\n\n</li><li title=\"bluetooth \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-bluetooth\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <polyline points=\"7 8 17 16 12 20 12 4 17 8 7 16\" />\n</svg>\n\n\n</li><li title=\"blur \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-blur\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 21a9.01 9.01 0 0 0 2.32 -.302a9.004 9.004 0 0 0 1.74 -16.733a9 9 0 1 0 -4.06 17.035z\" />\n  <path d=\"M12 3v17\" />\n  <path d=\"M12 12h9\" />\n  <path d=\"M12 9h8\" />\n  <path d=\"M12 6h6\" />\n  <path d=\"M12 18h6\" />\n  <path d=\"M12 15h8\" />\n</svg>\n\n\n</li><li title=\"bold \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-bold\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M7 5h6a3.5 3.5 0 0 1 0 7h-6z\" />\n  <path d=\"M13 12h1a3.5 3.5 0 0 1 0 7h-7v-7\" />\n</svg>\n\n\n</li><li title=\"bolt off \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-bolt-off\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"3\" y1=\"3\" x2=\"21\" y2=\"21\" />\n  <path d=\"M15.212 15.21l-4.212 5.79v-7h-6l3.79 -5.21m1.685 -2.32l2.525 -3.47v6m1 1h5l-2.104 2.893\" />\n</svg>\n\n\n</li><li title=\"bolt \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-bolt\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <polyline points=\"13 3 13 10 19 10 11 21 11 14 5 14 13 3\" />\n</svg>\n\n\n</li><li title=\"bone \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-bone\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M15 3a3 3 0 0 1 3 3a3 3 0 1 1 -2.12 5.122l-4.758 4.758a3 3 0 1 1 -5.117 2.297l-.005 -.177l-.176 -.005a3 3 0 1 1 2.298 -5.115l4.758 -4.758a3 3 0 0 1 2.12 -5.122z\" />\n</svg>\n\n\n</li><li title=\"book 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-book-2\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M19 4v16h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12z\" />\n  <path d=\"M19 16h-12a2 2 0 0 0 -2 2\" />\n  <path d=\"M9 8h6\" />\n</svg>\n\n\n</li><li title=\"book \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-book\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M3 19a9 9 0 0 1 9 0a9 9 0 0 1 9 0\" />\n  <path d=\"M3 6a9 9 0 0 1 9 0a9 9 0 0 1 9 0\" />\n  <line x1=\"3\" y1=\"6\" x2=\"3\" y2=\"19\" />\n  <line x1=\"12\" y1=\"6\" x2=\"12\" y2=\"19\" />\n  <line x1=\"21\" y1=\"6\" x2=\"21\" y2=\"19\" />\n</svg>\n\n\n</li><li title=\"bookmark off \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-bookmark-off\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"3\" y1=\"3\" x2=\"21\" y2=\"21\" />\n  <path d=\"M17 17v3l-5 -3l-5 3v-13m1.178 -2.818c.252 -.113 .53 -.176 .822 -.176h6a2 2 0 0 1 2 2v7\" />\n</svg>\n\n\n</li><li title=\"bookmark \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-bookmark\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M9 4h6a2 2 0 0 1 2 2v14l-5 -3l-5 3v-14a2 2 0 0 1 2 -2\" />\n</svg>\n\n\n</li><li title=\"bookmarks \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-bookmarks\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M13 7a2 2 0 0 1 2 2v12l-5 -3l-5 3v-12a2 2 0 0 1 2 -2h6z\" />\n  <path d=\"M9.265 4a2 2 0 0 1 1.735 -1h6a2 2 0 0 1 2 2v12l-1 -.6\" />\n</svg>\n\n\n</li><li title=\"books \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-books\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"5\" y=\"4\"   rx=\"1\" />\n  <rect x=\"9\" y=\"4\"   rx=\"1\" />\n  <path d=\"M5 8h4\" />\n  <path d=\"M9 16h4\" />\n    <g transform=\"rotate(-13 27.054 -55.827)\">\n  <rect   rx=\"1\" />\n  <path d=\"M0 4h4\" />\n  <path d=\"M0 12h4\" />\n    </g>\n</svg>\n\n\n</li><li title=\"border all \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-border-all\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"4\" y=\"4\"   rx=\"2\" />\n  <line x1=\"4\" y1=\"12\" x2=\"20\" y2=\"12\" />\n  <line x1=\"12\" y1=\"4\" x2=\"12\" y2=\"20\" />\n</svg>\n\n\n</li><li title=\"border bottom \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-border-bottom\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"20\" y1=\"20\" x2=\"4\" y2=\"20\" />\n  <line x1=\"4\" y1=\"4\" x2=\"4\" y2=\"4.01\" />\n  <line x1=\"8\" y1=\"4\" x2=\"8\" y2=\"4.01\" />\n  <line x1=\"12\" y1=\"4\" x2=\"12\" y2=\"4.01\" />\n  <line x1=\"16\" y1=\"4\" x2=\"16\" y2=\"4.01\" />\n  <line x1=\"20\" y1=\"4\" x2=\"20\" y2=\"4.01\" />\n  <line x1=\"4\" y1=\"8\" x2=\"4\" y2=\"8.01\" />\n  <line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"8.01\" />\n  <line x1=\"20\" y1=\"8\" x2=\"20\" y2=\"8.01\" />\n  <line x1=\"4\" y1=\"12\" x2=\"4\" y2=\"12.01\" />\n  <line x1=\"8\" y1=\"12\" x2=\"8\" y2=\"12.01\" />\n  <line x1=\"12\" y1=\"12\" x2=\"12\" y2=\"12.01\" />\n  <line x1=\"16\" y1=\"12\" x2=\"16\" y2=\"12.01\" />\n  <line x1=\"20\" y1=\"12\" x2=\"20\" y2=\"12.01\" />\n  <line x1=\"4\" y1=\"16\" x2=\"4\" y2=\"16.01\" />\n  <line x1=\"12\" y1=\"16\" x2=\"12\" y2=\"16.01\" />\n  <line x1=\"20\" y1=\"16\" x2=\"20\" y2=\"16.01\" />\n</svg>\n\n\n</li><li title=\"border horizontal \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-border-horizontal\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"4\" y1=\"12\" x2=\"20\" y2=\"12\" />\n  <line x1=\"4\" y1=\"4\" x2=\"4\" y2=\"4.01\" />\n  <line x1=\"8\" y1=\"4\" x2=\"8\" y2=\"4.01\" />\n  <line x1=\"12\" y1=\"4\" x2=\"12\" y2=\"4.01\" />\n  <line x1=\"16\" y1=\"4\" x2=\"16\" y2=\"4.01\" />\n  <line x1=\"20\" y1=\"4\" x2=\"20\" y2=\"4.01\" />\n  <line x1=\"4\" y1=\"8\" x2=\"4\" y2=\"8.01\" />\n  <line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"8.01\" />\n  <line x1=\"20\" y1=\"8\" x2=\"20\" y2=\"8.01\" />\n  <line x1=\"4\" y1=\"16\" x2=\"4\" y2=\"16.01\" />\n  <line x1=\"12\" y1=\"16\" x2=\"12\" y2=\"16.01\" />\n  <line x1=\"20\" y1=\"16\" x2=\"20\" y2=\"16.01\" />\n  <line x1=\"4\" y1=\"20\" x2=\"4\" y2=\"20.01\" />\n  <line x1=\"8\" y1=\"20\" x2=\"8\" y2=\"20.01\" />\n  <line x1=\"12\" y1=\"20\" x2=\"12\" y2=\"20.01\" />\n  <line x1=\"16\" y1=\"20\" x2=\"16\" y2=\"20.01\" />\n  <line x1=\"20\" y1=\"20\" x2=\"20\" y2=\"20.01\" />\n</svg>\n\n\n</li><li title=\"border inner \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-border-inner\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"4\" y1=\"12\" x2=\"20\" y2=\"12\" />\n  <line x1=\"12\" y1=\"4\" x2=\"12\" y2=\"20\" />\n  <line x1=\"4\" y1=\"4\" x2=\"4\" y2=\"4.01\" />\n  <line x1=\"8\" y1=\"4\" x2=\"8\" y2=\"4.01\" />\n  <line x1=\"16\" y1=\"4\" x2=\"16\" y2=\"4.01\" />\n  <line x1=\"20\" y1=\"4\" x2=\"20\" y2=\"4.01\" />\n  <line x1=\"4\" y1=\"8\" x2=\"4\" y2=\"8.01\" />\n  <line x1=\"20\" y1=\"8\" x2=\"20\" y2=\"8.01\" />\n  <line x1=\"4\" y1=\"16\" x2=\"4\" y2=\"16.01\" />\n  <line x1=\"20\" y1=\"16\" x2=\"20\" y2=\"16.01\" />\n  <line x1=\"4\" y1=\"20\" x2=\"4\" y2=\"20.01\" />\n  <line x1=\"8\" y1=\"20\" x2=\"8\" y2=\"20.01\" />\n  <line x1=\"16\" y1=\"20\" x2=\"16\" y2=\"20.01\" />\n  <line x1=\"20\" y1=\"20\" x2=\"20\" y2=\"20.01\" />\n</svg>\n\n\n</li><li title=\"border left \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-border-left\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"4\" y1=\"20\" x2=\"4\" y2=\"4\" />\n  <line x1=\"8\" y1=\"4\" x2=\"8\" y2=\"4.01\" />\n  <line x1=\"12\" y1=\"4\" x2=\"12\" y2=\"4.01\" />\n  <line x1=\"16\" y1=\"4\" x2=\"16\" y2=\"4.01\" />\n  <line x1=\"20\" y1=\"4\" x2=\"20\" y2=\"4.01\" />\n  <line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"8.01\" />\n  <line x1=\"20\" y1=\"8\" x2=\"20\" y2=\"8.01\" />\n  <line x1=\"8\" y1=\"12\" x2=\"8\" y2=\"12.01\" />\n  <line x1=\"12\" y1=\"12\" x2=\"12\" y2=\"12.01\" />\n  <line x1=\"16\" y1=\"12\" x2=\"16\" y2=\"12.01\" />\n  <line x1=\"20\" y1=\"12\" x2=\"20\" y2=\"12.01\" />\n  <line x1=\"12\" y1=\"16\" x2=\"12\" y2=\"16.01\" />\n  <line x1=\"20\" y1=\"16\" x2=\"20\" y2=\"16.01\" />\n  <line x1=\"8\" y1=\"20\" x2=\"8\" y2=\"20.01\" />\n  <line x1=\"12\" y1=\"20\" x2=\"12\" y2=\"20.01\" />\n  <line x1=\"16\" y1=\"20\" x2=\"16\" y2=\"20.01\" />\n  <line x1=\"20\" y1=\"20\" x2=\"20\" y2=\"20.01\" />\n</svg>\n\n\n</li><li title=\"border none \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-border-none\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"4\" y1=\"4\" x2=\"4\" y2=\"4.01\" />\n  <line x1=\"8\" y1=\"4\" x2=\"8\" y2=\"4.01\" />\n  <line x1=\"12\" y1=\"4\" x2=\"12\" y2=\"4.01\" />\n  <line x1=\"16\" y1=\"4\" x2=\"16\" y2=\"4.01\" />\n  <line x1=\"20\" y1=\"4\" x2=\"20\" y2=\"4.01\" />\n  <line x1=\"4\" y1=\"8\" x2=\"4\" y2=\"8.01\" />\n  <line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"8.01\" />\n  <line x1=\"20\" y1=\"8\" x2=\"20\" y2=\"8.01\" />\n  <line x1=\"4\" y1=\"12\" x2=\"4\" y2=\"12.01\" />\n  <line x1=\"8\" y1=\"12\" x2=\"8\" y2=\"12.01\" />\n  <line x1=\"12\" y1=\"12\" x2=\"12\" y2=\"12.01\" />\n  <line x1=\"16\" y1=\"12\" x2=\"16\" y2=\"12.01\" />\n  <line x1=\"20\" y1=\"12\" x2=\"20\" y2=\"12.01\" />\n  <line x1=\"4\" y1=\"16\" x2=\"4\" y2=\"16.01\" />\n  <line x1=\"12\" y1=\"16\" x2=\"12\" y2=\"16.01\" />\n  <line x1=\"20\" y1=\"16\" x2=\"20\" y2=\"16.01\" />\n  <line x1=\"4\" y1=\"20\" x2=\"4\" y2=\"20.01\" />\n  <line x1=\"8\" y1=\"20\" x2=\"8\" y2=\"20.01\" />\n  <line x1=\"12\" y1=\"20\" x2=\"12\" y2=\"20.01\" />\n  <line x1=\"16\" y1=\"20\" x2=\"16\" y2=\"20.01\" />\n  <line x1=\"20\" y1=\"20\" x2=\"20\" y2=\"20.01\" />\n</svg>\n\n\n</li><li title=\"border outer \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-border-outer\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"4\" y=\"4\"   rx=\"2\" />\n  <line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"8.01\" />\n  <line x1=\"8\" y1=\"12\" x2=\"8\" y2=\"12.01\" />\n  <line x1=\"12\" y1=\"12\" x2=\"12\" y2=\"12.01\" />\n  <line x1=\"16\" y1=\"12\" x2=\"16\" y2=\"12.01\" />\n  <line x1=\"12\" y1=\"16\" x2=\"12\" y2=\"16.01\" />\n</svg>\n\n\n</li><li title=\"border radius \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-border-radius\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4 12v-4a4 4 0 0 1 4 -4h4\" />\n  <line x1=\"16\" y1=\"4\" x2=\"16\" y2=\"4.01\" />\n  <line x1=\"20\" y1=\"4\" x2=\"20\" y2=\"4.01\" />\n  <line x1=\"20\" y1=\"8\" x2=\"20\" y2=\"8.01\" />\n  <line x1=\"20\" y1=\"12\" x2=\"20\" y2=\"12.01\" />\n  <line x1=\"4\" y1=\"16\" x2=\"4\" y2=\"16.01\" />\n  <line x1=\"20\" y1=\"16\" x2=\"20\" y2=\"16.01\" />\n  <line x1=\"4\" y1=\"20\" x2=\"4\" y2=\"20.01\" />\n  <line x1=\"8\" y1=\"20\" x2=\"8\" y2=\"20.01\" />\n  <line x1=\"12\" y1=\"20\" x2=\"12\" y2=\"20.01\" />\n  <line x1=\"16\" y1=\"20\" x2=\"16\" y2=\"20.01\" />\n  <line x1=\"20\" y1=\"20\" x2=\"20\" y2=\"20.01\" />\n</svg>\n\n\n</li><li title=\"border right \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-border-right\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"20\" y1=\"4\" x2=\"20\" y2=\"20\" />\n  <line x1=\"4\" y1=\"4\" x2=\"4\" y2=\"4.01\" />\n  <line x1=\"8\" y1=\"4\" x2=\"8\" y2=\"4.01\" />\n  <line x1=\"12\" y1=\"4\" x2=\"12\" y2=\"4.01\" />\n  <line x1=\"16\" y1=\"4\" x2=\"16\" y2=\"4.01\" />\n  <line x1=\"4\" y1=\"8\" x2=\"4\" y2=\"8.01\" />\n  <line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"8.01\" />\n  <line x1=\"4\" y1=\"12\" x2=\"4\" y2=\"12.01\" />\n  <line x1=\"8\" y1=\"12\" x2=\"8\" y2=\"12.01\" />\n  <line x1=\"12\" y1=\"12\" x2=\"12\" y2=\"12.01\" />\n  <line x1=\"16\" y1=\"12\" x2=\"16\" y2=\"12.01\" />\n  <line x1=\"4\" y1=\"16\" x2=\"4\" y2=\"16.01\" />\n  <line x1=\"12\" y1=\"16\" x2=\"12\" y2=\"16.01\" />\n  <line x1=\"4\" y1=\"20\" x2=\"4\" y2=\"20.01\" />\n  <line x1=\"8\" y1=\"20\" x2=\"8\" y2=\"20.01\" />\n  <line x1=\"12\" y1=\"20\" x2=\"12\" y2=\"20.01\" />\n  <line x1=\"16\" y1=\"20\" x2=\"16\" y2=\"20.01\" />\n</svg>\n\n\n</li><li title=\"border style 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-border-style-2\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4 18v.01\" />\n  <path d=\"M8 18v.01\" />\n  <path d=\"M12 18v.01\" />\n  <path d=\"M16 18v.01\" />\n  <path d=\"M20 18v.01\" />\n  <path d=\"M18 12h2\" />\n  <path d=\"M11 12h2\" />\n  <path d=\"M4 12h2\" />\n  <path d=\"M4 6h16\" />\n</svg>\n\n\n</li><li title=\"border style \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-border-style\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4 20v-14a2 2 0 0 1 2 -2h14\" />\n  <path d=\"M20 8v.01\" />\n  <path d=\"M20 12v.01\" />\n  <path d=\"M20 16v.01\" />\n  <path d=\"M8 20v.01\" />\n  <path d=\"M12 20v.01\" />\n  <path d=\"M16 20v.01\" />\n  <path d=\"M20 20v.01\" />\n</svg>\n\n\n</li><li title=\"border top \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-border-top\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"4\" y1=\"4\" x2=\"20\" y2=\"4\" />\n  <line x1=\"4\" y1=\"8\" x2=\"4\" y2=\"8.01\" />\n  <line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"8.01\" />\n  <line x1=\"20\" y1=\"8\" x2=\"20\" y2=\"8.01\" />\n  <line x1=\"4\" y1=\"12\" x2=\"4\" y2=\"12.01\" />\n  <line x1=\"8\" y1=\"12\" x2=\"8\" y2=\"12.01\" />\n  <line x1=\"12\" y1=\"12\" x2=\"12\" y2=\"12.01\" />\n  <line x1=\"16\" y1=\"12\" x2=\"16\" y2=\"12.01\" />\n  <line x1=\"20\" y1=\"12\" x2=\"20\" y2=\"12.01\" />\n  <line x1=\"4\" y1=\"16\" x2=\"4\" y2=\"16.01\" />\n  <line x1=\"12\" y1=\"16\" x2=\"12\" y2=\"16.01\" />\n  <line x1=\"20\" y1=\"16\" x2=\"20\" y2=\"16.01\" />\n  <line x1=\"4\" y1=\"20\" x2=\"4\" y2=\"20.01\" />\n  <line x1=\"8\" y1=\"20\" x2=\"8\" y2=\"20.01\" />\n  <line x1=\"12\" y1=\"20\" x2=\"12\" y2=\"20.01\" />\n  <line x1=\"16\" y1=\"20\" x2=\"16\" y2=\"20.01\" />\n  <line x1=\"20\" y1=\"20\" x2=\"20\" y2=\"20.01\" />\n</svg>\n\n\n</li><li title=\"border vertical \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-border-vertical\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"12\" y1=\"4\" x2=\"12\" y2=\"20\" />\n  <line x1=\"4\" y1=\"4\" x2=\"4\" y2=\"4.01\" />\n  <line x1=\"8\" y1=\"4\" x2=\"8\" y2=\"4.01\" />\n  <line x1=\"16\" y1=\"4\" x2=\"16\" y2=\"4.01\" />\n  <line x1=\"20\" y1=\"4\" x2=\"20\" y2=\"4.01\" />\n  <line x1=\"4\" y1=\"8\" x2=\"4\" y2=\"8.01\" />\n  <line x1=\"20\" y1=\"8\" x2=\"20\" y2=\"8.01\" />\n  <line x1=\"4\" y1=\"12\" x2=\"4\" y2=\"12.01\" />\n  <line x1=\"8\" y1=\"12\" x2=\"8\" y2=\"12.01\" />\n  <line x1=\"16\" y1=\"12\" x2=\"16\" y2=\"12.01\" />\n  <line x1=\"20\" y1=\"12\" x2=\"20\" y2=\"12.01\" />\n  <line x1=\"4\" y1=\"16\" x2=\"4\" y2=\"16.01\" />\n  <line x1=\"20\" y1=\"16\" x2=\"20\" y2=\"16.01\" />\n  <line x1=\"4\" y1=\"20\" x2=\"4\" y2=\"20.01\" />\n  <line x1=\"8\" y1=\"20\" x2=\"8\" y2=\"20.01\" />\n  <line x1=\"16\" y1=\"20\" x2=\"16\" y2=\"20.01\" />\n  <line x1=\"20\" y1=\"20\" x2=\"20\" y2=\"20.01\" />\n</svg>\n\n\n</li><li title=\"bottle \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-bottle\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M10 5h4v-2a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v2z\" />\n  <path d=\"M14 3.5c0 1.626 .507 3.212 1.45 4.537l.05 .07a8.093 8.093 0 0 1 1.5 4.694v6.199a2 2 0 0 1 -2 2h-6a2 2 0 0 1 -2 -2v-6.2c0 -1.682 .524 -3.322 1.5 -4.693l.05 -.07a7.823 7.823 0 0 0 1.45 -4.537\" />\n  <path d=\"M7.003 14.803a2.4 2.4 0 0 0 .997 -.803a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 1 -.805\" />\n</svg>\n\n\n</li><li title=\"box margin \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-box-margin\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M8 8h8v8h-8z\" />\n  <path d=\"M4 4v.01\" />\n  <path d=\"M8 4v.01\" />\n  <path d=\"M12 4v.01\" />\n  <path d=\"M16 4v.01\" />\n  <path d=\"M20 4v.01\" />\n  <path d=\"M4 20v.01\" />\n  <path d=\"M8 20v.01\" />\n  <path d=\"M12 20v.01\" />\n  <path d=\"M16 20v.01\" />\n  <path d=\"M20 20v.01\" />\n  <path d=\"M20 16v.01\" />\n  <path d=\"M20 12v.01\" />\n  <path d=\"M20 8v.01\" />\n  <path d=\"M4 16v.01\" />\n  <path d=\"M4 12v.01\" />\n  <path d=\"M4 8v.01\" />\n</svg>\n\n\n</li><li title=\"box model 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-box-model-2\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M8 8h8v8h-8z\" />\n  <rect x=\"4\" y=\"4\"   rx=\"2\" />\n</svg>\n\n\n</li><li title=\"box model \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-box-model\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M8 8h8v8h-8z\" />\n  <rect x=\"4\" y=\"4\"   rx=\"2\" />\n  <path d=\"M16 16l3.3 3.3\" />\n  <path d=\"M16 8l3.3 -3.3\" />\n  <path d=\"M8 8l-3.3 -3.3\" />\n  <path d=\"M8 16l-3.3 3.3\" />\n</svg>\n\n\n</li><li title=\"box multiple 0 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-box-multiple-0\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M14 6a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2z\" />\n  <rect x=\"7\" y=\"3\"   rx=\"2\" />\n  <path d=\"M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2\" />\n</svg>\n\n\n</li><li title=\"box multiple 1 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-box-multiple-1\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"7\" y=\"3\"   rx=\"2\" />\n  <path d=\"M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2\" />\n  <path d=\"M14 14v-8l-2 2\" />\n</svg>\n\n\n</li><li title=\"box multiple 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-box-multiple-2\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"7\" y=\"3\"   rx=\"2\" />\n  <path d=\"M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2\" />\n  <path d=\"M12 8a2 2 0 1 1 4 0c0 .591 -.417 1.318 -.816 1.858l-3.184 4.143l4 0\" />\n</svg>\n\n\n</li><li title=\"box multiple 3 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-box-multiple-3\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"7\" y=\"3\"   rx=\"2\" />\n  <path d=\"M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2\" />\n  <path d=\"M14 10a2 2 0 1 0 -2 -2\" />\n  <path d=\"M12 12a2 2 0 1 0 2 -2\" />\n</svg>\n\n\n</li><li title=\"box multiple 4 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-box-multiple-4\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"7\" y=\"3\"   rx=\"2\" />\n  <path d=\"M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2\" />\n  <path d=\"M15 14v-8l-4 6h5\" />\n</svg>\n\n\n</li><li title=\"box multiple 5 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-box-multiple-5\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"7\" y=\"3\"   rx=\"2\" />\n  <path d=\"M12 14h2a2 2 0 1 0 0 -4h-2v-4h4\" />\n  <path d=\"M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2\" />\n</svg>\n\n\n</li><li title=\"box multiple 6 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-box-multiple-6\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"7\" y=\"3\"   rx=\"2\" />\n  <circle cx=\"14\" cy=\"12\" r=\"2\" />\n  <path d=\"M16 8a2 2 0 1 0 -4 0v4\" />\n  <path d=\"M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2\" />\n</svg>\n\n\n</li><li title=\"box multiple 7 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-box-multiple-7\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"7\" y=\"3\"   rx=\"2\" />\n  <path d=\"M12 6h4l-2 8\" />\n  <path d=\"M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2\" />\n</svg>\n\n\n</li><li title=\"box multiple 8 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-box-multiple-8\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"7\" y=\"3\"   rx=\"2\" />\n  <circle cx=\"14\" cy=\"8\" r=\"2\" />\n  <circle cx=\"14\" cy=\"12\" r=\"2\" />\n  <path d=\"M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2\" />\n</svg>\n\n\n</li><li title=\"box multiple 9 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-box-multiple-9\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"7\" y=\"3\"   rx=\"2\" />\n  <circle cx=\"14\" cy=\"8\" r=\"2\" />\n  <path d=\"M12 12a2 2 0 1 0 4 0v-4\" />\n  <path d=\"M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2\" />\n</svg>\n\n\n</li><li title=\"box multiple \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-box-multiple\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"7\" y=\"3\"   rx=\"2\" />\n  <path d=\"M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2\" />\n</svg>\n\n\n</li><li title=\"box padding \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-box-padding\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"4\" y=\"4\"   rx=\"2\" />\n  <path d=\"M8 16v.01\" />\n  <path d=\"M8 12v.01\" />\n  <path d=\"M8 8v.01\" />\n  <path d=\"M16 16v.01\" />\n  <path d=\"M16 12v.01\" />\n  <path d=\"M16 8v.01\" />\n  <path d=\"M12 8v.01\" />\n  <path d=\"M12 16v.01\" />\n</svg>\n\n\n</li><li title=\"box \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-box\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <polyline points=\"12 3 20 7.5 20 16.5 12 21 4 16.5 4 7.5 12 3\" />\n  <line x1=\"12\" y1=\"12\" x2=\"20\" y2=\"7.5\" />\n  <line x1=\"12\" y1=\"12\" x2=\"12\" y2=\"21\" />\n  <line x1=\"12\" y1=\"12\" x2=\"4\" y2=\"7.5\" />\n</svg>\n\n\n</li><li title=\"braces \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-braces\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M7 4a2 2 0 0 0 -2 2v3a2 3 0 0 1 -2 3a2 3 0 0 1 2 3v3a2 2 0 0 0 2 2\" />\n  <path d=\"M17 4a2 2 0 0 1 2 2v3a2 3 0 0 0 2 3a2 3 0 0 0 -2 3v3a2 2 0 0 1 -2 2\" />\n</svg>\n\n\n</li><li title=\"brackets \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brackets\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M8 4h-3v16h3\" />\n  <path d=\"M16 4h3v16h-3\" />\n</svg>\n\n\n</li><li title=\"brand airbnb \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-airbnb\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 10c-2 0 -3 1 -3 3c0 1.5 1.494 3.535 3 5.5c1 1 1.5 1.5 2.5 2s2.5 1 4.5 -.5s1.5 -3.5 .5 -6s-2.333 -5.5 -5 -9.5c-.834 -1 -1.5 -1.5 -2.503 -1.5c-1 0 -1.623 .45 -2.497 1.5c-2.667 4 -4 7 -5 9.5s-1.5 4.5 .5 6s3.5 1 4.5 .5s1.5 -1 2.5 -2c1.506 -1.965 3 -4 3 -5.5c0 -2 -1 -3 -3 -3z\" />\n</svg>\n\n\n</li><li title=\"brand airtable \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-airtable\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M3 10v8l7 -3v-2.6z\" />\n  <path d=\"M3 6l9 3l9 -3l-9 -3z\" />\n  <path d=\"M14 12.3v8.7l7 -3v-8z\" />\n</svg>\n\n\n</li><li title=\"brand android \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-android\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"4\" y1=\"10\" x2=\"4\" y2=\"16\" />\n  <line x1=\"20\" y1=\"10\" x2=\"20\" y2=\"16\" />\n  <path d=\"M7 9h10v8a1 1 0 0 1 -1 1h-8a1 1 0 0 1 -1 -1v-8a5 5 0 0 1 10 0\" />\n  <line x1=\"8\" y1=\"3\" x2=\"9\" y2=\"5\" />\n  <line x1=\"16\" y1=\"3\" x2=\"15\" y2=\"5\" />\n  <line x1=\"9\" y1=\"18\" x2=\"9\" y2=\"21\" />\n  <line x1=\"15\" y1=\"18\" x2=\"15\" y2=\"21\" />\n</svg>\n\n\n</li><li title=\"brand angular \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-angular\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M5.428 17.245l6.076 3.471a1 1 0 0 0 .992 0l6.076 -3.471a1 1 0 0 0 .495 -.734l1.323 -9.704a1 1 0 0 0 -.658 -1.078l-7.4 -2.612a1 1 0 0 0 -.665 0l-7.399 2.613a1 1 0 0 0 -.658 1.078l1.323 9.704a1 1 0 0 0 .495 .734z\" />\n  <path d=\"M9 15l3 -8l3 8\" />\n  <path d=\"M10 13h4\" />\n</svg>\n\n\n</li><li title=\"brand apple arcade \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-apple-arcade\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"5\" r=\"2\" />\n  <path d=\"M20 12.5v4.75a0.734 .734 0 0 1 -.055 .325a0.704 .704 0 0 1 -.348 .366l-5.462 2.58a4.998 4.998 0 0 1 -4.27 0l-5.462 -2.58a0.705 .705 0 0 1 -.401 -.691l-.002 -4.75\" />\n  <path d=\"M4.431 12.216l5.634 -2.332a5.065 5.065 0 0 1 3.87 0l5.634 2.332a0.692 .692 0 0 1 .028 1.269l-5.462 2.543a5.064 5.064 0 0 1 -4.27 0l-5.462 -2.543a0.691 .691 0 0 1 .028 -1.27z\" />\n  <line x1=\"12\" y1=\"7\" x2=\"12\" y2=\"13\" />\n</svg>\n\n\n</li><li title=\"brand apple \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-apple\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M9 7c-3 0 -4 3 -4 5.5c0 3 2 7.5 4 7.5c1.088 -.046 1.679 -.5 3 -.5c1.312 0 1.5 .5 3 .5s4 -3 4 -5c-.028 -.01 -2.472 -.403 -2.5 -3c-.019 -2.17 2.416 -2.954 2.5 -3c-1.023 -1.492 -2.951 -1.963 -3.5 -2c-1.433 -.111 -2.83 1 -3.5 1c-.68 0 -1.9 -1 -3 -1z\" />\n  <path d=\"M12 4a2 2 0 0 0 2 -2a2 2 0 0 0 -2 2\" />\n</svg>\n\n\n</li><li title=\"brand appstore \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-appstore\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n  <path d=\"M8 16l1.106 -1.99m1.4 -2.522l2.494 -4.488\" />\n  <path d=\"M7 14h5m2.9 0h2.1\" />\n  <path d=\"M16 16l-2.51 -4.518m-1.487 -2.677l-1.003 -1.805\" />\n</svg>\n\n\n</li><li title=\"brand asana \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-asana\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"7\" r=\"3\" />\n  <circle cx=\"17\" cy=\"16\" r=\"3\" />\n  <circle cx=\"7\" cy=\"16\" r=\"3\" />\n</svg>\n\n\n</li><li title=\"brand behance \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-behance\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M3 18v-12h4.5a3 3 0 0 1 0 6a3 3 0 0 1 0 6h-4.5\" />\n  <line x1=\"3\" y1=\"12\" x2=\"7.5\" y2=\"12\" />\n  <path d=\"M14 13h7a3.5 3.5 0 0 0 -7 0v2a3.5 3.5 0 0 0 6.64 1\" />\n  <line x1=\"16\" y1=\"6\" x2=\"19\" y2=\"6\" />\n</svg>\n\n\n</li><li title=\"brand bing \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-bing\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M5 3l4 1.5v12l6 -2.5l-2 -1l-1 -4l7 2.5v4.5l-10 5l-4 -2z\" />\n</svg>\n\n\n</li><li title=\"brand bitbucket \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-bitbucket\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M3.648 4a0.64 .64 0 0 0 -.64 .744l3.14 14.528c.07 .417 .43 .724 .852 .728h10a0.644 .644 0 0 0 .642 -.539l3.35 -14.71a0.641 .641 0 0 0 -.64 -.744l-16.704 -.007z\" />\n  <path d=\"M14 15h-4l-1 -6h6z\" />\n</svg>\n\n\n</li><li title=\"brand booking \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-booking\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4 18v-9.5a4.5 4.5 0 0 1 4.5 -4.5h7a4.5 4.5 0 0 1 4.5 4.5v7a4.5 4.5 0 0 1 -4.5 4.5h-9.5a2 2 0 0 1 -2 -2z\" />\n  <path d=\"M8 12h3.5a2 2 0 1 1 0 4h-3.5v-7a1 1 0 0 1 1 -1h1.5a2 2 0 1 1 0 4h-1.5\" />\n  <line x1=\"16\" y1=\"16\" x2=\"16.01\" y2=\"16\" />\n</svg>\n\n\n</li><li title=\"brand bootstrap \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-bootstrap\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M2 12a2 2 0 0 0 2 -2v-4a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v4a2 2 0 0 0 2 2\" />\n  <path d=\"M2 12a2 2 0 0 1 2 2v4a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-4a2 2 0 0 1 2 -2\" />\n  <path d=\"M9 16v-8h3.5a2 2 0 1 1 0 4h-3.5h4a2 2 0 1 1 0 4h-4z\" />\n</svg>\n\n\n</li><li title=\"brand chrome \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-chrome\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n  <circle cx=\"12\" cy=\"12\" r=\"3\" />\n  <line x1=\"12\" y1=\"9\" x2=\"20.4\" y2=\"9\" />\n  <line x1=\"12\" y1=\"9\" x2=\"20.4\" y2=\"9\" transform=\"rotate(120 12 12)\" />\n  <line x1=\"12\" y1=\"9\" x2=\"20.4\" y2=\"9\" transform=\"rotate(240 12 12)\" />\n</svg>\n\n\n</li><li title=\"brand codepen \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-codepen\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M3 15l9 6l9 -6l-9 -6l-9 6\" />\n  <path d=\"M3 9l9 6l9 -6l-9 -6l-9 6\" />\n  <line x1=\"3\" y1=\"9\" x2=\"3\" y2=\"15\" />\n  <line x1=\"21\" y1=\"9\" x2=\"21\" y2=\"15\" />\n  <line x1=\"12\" y1=\"3\" x2=\"12\" y2=\"9\" />\n  <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"21\" />\n</svg>\n\n\n</li><li title=\"brand codesandbox \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-codesandbox\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M20 7.5v9l-4 2.25l-4 2.25l-4 -2.25l-4 -2.25v-9l4 -2.25l4 -2.25l4 2.25z\" />\n  <path d=\"M12 12l4 -2.25l4 -2.25\" />\n  <line x1=\"12\" y1=\"12\" x2=\"12\" y2=\"21\" />\n  <path d=\"M12 12l-4 -2.25l-4 -2.25\" />\n  <path d=\"M20 12l-4 2v4.75\" />\n  <path d=\"M4 12l4 2l0 4.75\" />\n  <path d=\"M8 5.25l4 2.25l4 -2.25\" />\n</svg>\n\n\n</li><li title=\"brand css3 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-css3\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M20 4l-2 14.5l-6 2l-6 -2l-2 -14.5z\" />\n  <path d=\"M8.5 8h7l-4.5 4h4l-.5 3.5l-2.5 .75l-2.5 -.75l-.1 -.5\" />\n</svg>\n\n\n</li><li title=\"brand cucumber \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-cucumber\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M20 10.99c-.01 5.52 -4.48 10 -10 10.01v-2.26l-.01 -.01c-4.28 -1.11 -6.86 -5.47 -5.76 -9.75a8.001 8.001 0 0 1 9.74 -5.76c3.53 .91 6.03 4.13 6.03 7.78v-.01z\" />\n  <path d=\"M10.5 8l-.5 -1\" />\n  <path d=\"M13.5 14l.5 1\" />\n  <path d=\"M9 12.5l-1 .5\" />\n  <path d=\"M11 14l-.5 1\" />\n  <path d=\"M13 8l.5 -1\" />\n  <path d=\"M16 12.5l-1 -.5\" />\n  <path d=\"M9 10l-1 -.5\" />\n</svg>\n\n\n</li><li title=\"brand debian \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-debian\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 17c-2.397 -.943 -4 -3.153 -4 -5.635c0 -2.19 1.039 -3.14 1.604 -3.595c2.646 -2.133 6.396 -.27 6.396 3.23c0 2.5 -2.905 2.121 -3.5 1.5c-.595 -.621 -1 -1.5 -.5 -2.5\" />\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n</svg>\n\n\n</li><li title=\"brand deviantart \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-deviantart\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M18 3v4l-3.857 6h3.857v4h-6.429l-2.571 4h-3v-4l3.857 -6h-3.857v-4h6.429l2.571 -4z\" />\n</svg>\n\n\n</li><li title=\"brand discord \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-discord\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"9\" cy=\"12\" r=\"1\" />\n  <circle cx=\"15\" cy=\"12\" r=\"1\" />\n  <path d=\"M7.5 7.5c3.5 -1 5.5 -1 9 0\" />\n  <path d=\"M7 16.5c3.5 1 6.5 1 10 0\" />\n  <path d=\"M15.5 17c0 1 1.5 3 2 3c1.5 0 2.833 -1.667 3.5 -3c.667 -1.667 .5 -5.833 -1.5 -11.5c-1.457 -1.015 -3 -1.34 -4.5 -1.5l-1 2.5\" />\n  <path d=\"M8.5 17c0 1 -1.356 3 -1.832 3c-1.429 0 -2.698 -1.667 -3.333 -3c-.635 -1.667 -.476 -5.833 1.428 -11.5c1.388 -1.015 2.782 -1.34 4.237 -1.5l1 2.5\" />\n</svg>\n\n\n</li><li title=\"brand disqus \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-disqus\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M11.847 21c-2.259 0 -4.323 -.667 -5.919 -2h-3.928l1.708 -3.266c-.545 -1.174 -.759 -2.446 -.758 -3.734c0 -4.97 3.84 -9 8.898 -9c5.052 0 9.152 4.03 9.152 9c0 4.972 -4.098 9 -9.153 9z\" />\n  <path d=\"M11.485 15h-1.485v-6h1.485c2.112 0 3.515 .823 3.515 2.981v.035c0 2.18 -1.403 2.984 -3.515 2.984z\" />\n</svg>\n\n\n</li><li title=\"brand docker \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-docker\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M22 12.54c-1.804 -.345 -2.701 -1.08 -3.523 -2.94c-.487 .696 -1.102 1.568 -.92 2.4c.028 .238 -.32 1.002 -.557 1h-14c0 5.208 3.164 7 6.196 7c4.124 .022 7.828 -1.376 9.854 -5c1.146 -.101 2.296 -1.505 2.95 -2.46z\" />\n  <path d=\"M5 10h3v3h-3z\" />\n  <path d=\"M8 10h3v3h-3z\" />\n  <path d=\"M11 10h3v3h-3z\" />\n  <path d=\"M8 7h3v3h-3z\" />\n  <path d=\"M11 7h3v3h-3z\" />\n  <path d=\"M11 4h3v3h-3z\" />\n  <path d=\"M4.571 18c1.5 0 2.047 -.074 2.958 -.78\" />\n  <line x1=\"10\" y1=\"16\" x2=\"10\" y2=\"16.01\" />\n</svg>\n\n\n</li><li title=\"brand doctrine \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-doctrine\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"14\" r=\"7\" />\n  <path d=\"M9 14h6\" />\n  <path d=\"M12 11l3 3l-3 3\" />\n  <path d=\"M10 3l6.9 6\" />\n</svg>\n\n\n</li><li title=\"brand dribbble \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-dribbble\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n  <path d=\"M9 3.6c5 6 7 10.5 7.5 16.2\" />\n  <path d=\"M6.4 19c3.5 -3.5 6 -6.5 14.5 -6.4\" />\n  <path d=\"M3.1 10.75c5 0 9.814 -.38 15.314 -5\" />\n</svg>\n\n\n</li><li title=\"brand edge \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-edge\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M20.978 11.372a9 9 0 1 0 -1.593 5.773\" />\n  <path d=\"M20.978 11.372c.21 2.993 -5.034 2.413 -6.913 1.486c1.392 -1.6 .402 -4.038 -2.274 -3.851c-1.745 .122 -2.927 1.157 -2.784 3.202c.28 3.99 4.444 6.205 10.36 4.79\" />\n  <path d=\"M3.022 12.628c-.283 -4.043 8.717 -7.228 11.248 -2.688\" />\n  <path d=\"M12.628 20.978c-2.993 .21 -5.162 -4.725 -3.567 -9.748\" />\n</svg>\n\n\n</li><li title=\"brand facebook \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-facebook\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M7 10v4h3v7h4v-7h3l1 -4h-4v-2a1 1 0 0 1 1 -1h3v-4h-3a5 5 0 0 0 -5 5v2h-3\" />\n</svg>\n\n\n</li><li title=\"brand figma \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-figma\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"15\" cy=\"12\" r=\"3\" />\n  <rect x=\"6\" y=\"3\"   rx=\"3\" />\n  <path d=\"M9 9a3 3 0 0 0 0 6h3m-3 0a3 3 0 1 0 3 3v-15\" />\n</svg>\n\n\n</li><li title=\"brand firebase \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-firebase\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4.53 17.05l6.15 -11.72h-.02c.38 -.74 1.28 -1.02 2.01 -.63c.26 .14 .48 .36 .62 .62l1.06 2.01\" />\n  <path d=\"M15.47 6.45c.58 -.59 1.53 -.59 2.11 -.01c.22 .22 .36 .5 .41 .81l1.5 9.11c.1 .62 -.2 1.24 -.76 1.54l-6.07 2.9c-.46 .25 -1.01 .26 -1.46 0l-6.02 -2.92c-.55 -.31 -.85 -.92 -.75 -1.54l1.96 -12.04c.12 -.82 .89 -1.38 1.7 -1.25c.46 .07 .87 .36 1.09 .77l1.24 1.76\" />\n  <path d=\"M4.57 17.18l10.93 -10.68\" />\n</svg>\n\n\n</li><li title=\"brand firefox \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-firefox\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4.028 7.82a9 9 0 1 0 12.823 -3.4c-1.636 -1.02 -3.064 -1.02 -4.851 -1.02h-1.647\" />\n  <path d=\"M4.914 9.485c-1.756 -1.569 -.805 -5.38 .109 -6.17c.086 .896 .585 1.208 1.111 1.685c.88 -.275 1.313 -.282 1.867 0c.82 -.91 1.694 -2.354 2.628 -2.093c-1.082 1.741 -.07 3.733 1.371 4.173c-.17 .975 -1.484 1.913 -2.76 2.686c-1.296 .938 -.722 1.85 0 2.234c.949 .506 3.611 -.995 4.545 .354c-1.698 .102 -1.536 3.107 -3.983 2.727c2.523 .957 4.345 .462 5.458 -.34c1.965 -1.52 2.879 -3.542 2.879 -5.557c-.014 -1.398 .194 -2.695 -1.26 -4.75\" />\n</svg>\n\n\n</li><li title=\"brand flickr \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-flickr\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"7\" cy=\"12\" r=\"3\" />\n  <circle cx=\"17\" cy=\"12\" r=\"3\" />\n</svg>\n\n\n</li><li title=\"brand foursquare \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-foursquare\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M7 3h10c.644 0 1.11 .696 .978 1.33l-1.984 9.859a1.014 1.014 0 0 1 -.994 .811h-2.254c-.308 0 -.6 .141 -.793 .382l-4.144 5.25c-.599 .752 -1.809 .331 -1.809 -.632v-16c0 -.564 .44 -1 1 -1z\" />\n  <line x1=\"12\" y1=\"9\" x2=\"17\" y2=\"9\" />\n</svg>\n\n\n</li><li title=\"brand framer \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-framer\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M6 15h12l-12 -12h12v6h-12v6l6 6v-6\" />\n</svg>\n\n\n</li><li title=\"brand git \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-git\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"16\" cy=\"12\" r=\"1\" />\n  <circle cx=\"12\" cy=\"8\" r=\"1\" />\n  <circle cx=\"12\" cy=\"16\" r=\"1\" />\n  <path d=\"M12 15v-6\" />\n  <path d=\"M15 11l-2 -2\" />\n  <path d=\"M11 7l-1.9 -1.9\" />\n  <path d=\"M10.5 20.4l-6.9 -6.9c-.781 -.781 -.781 -2.219 0 -3l6.9 -6.9c.781 -.781 2.219 -.781 3 0l6.9 6.9c.781 .781 .781 2.219 0 3l-6.9 6.9c-.781 .781 -2.219 .781 -3 0z\" />\n</svg>\n\n\n</li><li title=\"brand github \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-github\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M9 19c-4.3 1.4 -4.3 -2.5 -6 -3m12 5v-3.5c0 -1 .1 -1.4 -.5 -2c2.8 -.3 5.5 -1.4 5.5 -6a4.6 4.6 0 0 0 -1.3 -3.2a4.2 4.2 0 0 0 -.1 -3.2s-1.1 -.3 -3.5 1.3a12.3 12.3 0 0 0 -6.2 0c-2.4 -1.6 -3.5 -1.3 -3.5 -1.3a4.2 4.2 0 0 0 -.1 3.2a4.6 4.6 0 0 0 -1.3 3.2c0 4.6 2.7 5.7 5.5 6c-.6 .6 -.6 1.2 -.5 2v3.5\" />\n</svg>\n\n\n</li><li title=\"brand gitlab \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-gitlab\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M21 14l-9 7l-9 -7l3 -11l3 7h6l3 -7z\" />\n</svg>\n\n\n</li><li title=\"brand gmail \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-gmail\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M16 20h3a1 1 0 0 0 1 -1v-14a1 1 0 0 0 -1 -1h-3v16z\" />\n  <path d=\"M5 20h3v-16h-3a1 1 0 0 0 -1 1v14a1 1 0 0 0 1 1z\" />\n  <path d=\"M16 4l-4 4l-4 -4\" />\n  <path d=\"M4 6.5l8 7.5l8 -7.5\" />\n</svg>\n\n\n</li><li title=\"brand google analytics \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-google-analytics\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"10\" y=\"9\"   rx=\"1.105\" />\n  <rect x=\"17\" y=\"3\"   rx=\"1.105\" />\n  <circle cx=\"5\" cy=\"19\" r=\"2\" />\n</svg>\n\n\n</li><li title=\"brand google drive \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-google-drive\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 10l-6 10l-3 -5l6 -10z\" />\n  <path d=\"M9 15h12l-3 5h-12\" />\n  <path d=\"M15 15l-6 -10h6l6 10z\" />\n</svg>\n\n\n</li><li title=\"brand google play \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-google-play\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4 3.71v16.58a0.7 .7 0 0 0 1.05 .606l14.622 -8.42a0.55 .55 0 0 0 0 -.953l-14.622 -8.419a0.7 .7 0 0 0 -1.05 .607z\" />\n  <line x1=\"15\" y1=\"9\" x2=\"4.5\" y2=\"20.5\" />\n  <line x1=\"4.5\" y1=\"3.5\" x2=\"15\" y2=\"15\" />\n</svg>\n\n\n</li><li title=\"brand google \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-google\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M17.788 5.108a9 9 0 1 0 3.212 6.892h-8\" />\n</svg>\n\n\n</li><li title=\"brand gravatar \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-gravatar\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M5.64 5.632a9 9 0 1 0 6.36 -2.632v7.714\" />\n</svg>\n\n\n</li><li title=\"brand hipchat \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-hipchat\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M17.802 17.292s.077 -.055 .2 -.149c1.843 -1.425 2.998 -3.49 2.998 -5.789c0 -4.286 -4.03 -7.764 -8.998 -7.764c-4.97 0 -9.002 3.478 -9.002 7.764c0 4.288 4.03 7.646 9 7.646c.424 0 1.12 -.028 2.088 -.084c1.262 .82 3.104 1.493 4.716 1.493c.499 0 .734 -.41 .414 -.828c-.486 -.596 -1.156 -1.551 -1.416 -2.29z\" />\n  <path d=\"M7.5 13.5c2.5 2.5 6.5 2.5 9 0\" />\n</svg>\n\n\n</li><li title=\"brand html5 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-html5\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M20 4l-2 14.5l-6 2l-6 -2l-2 -14.5z\" />\n  <path d=\"M15.5 8h-7l.5 4h6l-.5 3.5l-2.5 .75l-2.5 -.75l-.1 -.5\" />\n</svg>\n\n\n</li><li title=\"brand instagram \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-instagram\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"4\" y=\"4\"   rx=\"4\" />\n  <circle cx=\"12\" cy=\"12\" r=\"3\" />\n  <line x1=\"16.5\" y1=\"7.5\" x2=\"16.5\" y2=\"7.501\" />\n</svg>\n\n\n</li><li title=\"brand javascript \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-javascript\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M20 4l-2 14.5l-6 2l-6 -2l-2 -14.5z\" />\n  <path d=\"M7.5 8h3v8l-2 -1\" />\n  <path d=\"M16.5 8h-2.5a0.5 .5 0 0 0 -.5 .5v3a0.5 .5 0 0 0 .5 .5h1.423a0.5 .5 0 0 1 .495 .57l-.418 2.93l-2 .5\" />\n</svg>\n\n\n</li><li title=\"brand kickstarter \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-kickstarter\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M11 9l2.975 -4.65c.615 -.9 1.405 -1.35 2.377 -1.35c.79 0 1.474 .286 2.054 .858c.576 .574 .866 1.256 .866 2.054c0 .588 -.153 1.109 -.46 1.559l-2.812 4.029l3.465 4.912c.356 .46 .535 .998 .535 1.613a2.92 2.92 0 0 1 -.843 2.098c-.561 .584 -1.242 .877 -2.04 .877c-.876 0 -1.545 -.29 -2.005 -.87l-4.112 -5.697v3.067c0 .876 -.313 1.69 -.611 2.175c-.543 .883 -1.35 1.325 -2.389 1.325c-.944 0 -1.753 -.327 -2.271 -.974c-.486 -.6 -.729 -1.392 -.729 -2.38v-11.371c0 -.934 .247 -1.706 .74 -2.313c.512 -.641 1.347 -.962 2.26 -.962c.868 0 1.821 .321 2.4 .962c.323 .356 .515 .714 .6 1.08c.052 .224 0 .643 0 1.26v2.698z\" />\n</svg>\n\n\n</li><li title=\"brand kotlin \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-kotlin\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M20 20h-16v-16h16\" />\n  <line x1=\"4\" y1=\"20\" x2=\"20\" y2=\"4\" />\n  <path d=\"M4 12l8 -8\" />\n  <line x1=\"12\" y1=\"12\" x2=\"20\" y2=\"20\" />\n</svg>\n\n\n</li><li title=\"brand lastfm \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-lastfm\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M20 8c-.83 -1 -1.388 -1 -2 -1c-.612 0 -2 .271 -2 2s1.384 2.233 3 3c1.616 .767 2.125 1.812 2 3s-1 2 -3 2s-3 -1 -3.5 -2s-1.585 -4.78 -2.497 -5.997a5 5 0 1 0 -1.003 6.997\" />\n</svg>\n\n\n</li><li title=\"brand linkedin \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-linkedin\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"4\" y=\"4\"   rx=\"2\" />\n  <line x1=\"8\" y1=\"11\" x2=\"8\" y2=\"16\" />\n  <line x1=\"8\" y1=\"8\" x2=\"8\" y2=\"8.01\" />\n  <line x1=\"12\" y1=\"16\" x2=\"12\" y2=\"11\" />\n  <path d=\"M16 16v-3a2 2 0 0 0 -4 0\" />\n</svg>\n\n\n</li><li title=\"brand loom \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-loom\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M17.464 6.518a6.001 6.001 0 1 0 -3.023 7.965\" />\n  <path d=\"M17.482 17.464a6.001 6.001 0 1 0 -7.965 -3.023\" />\n  <path d=\"M6.54 17.482a6.001 6.001 0 1 0 3.024 -7.965\" />\n  <path d=\"M6.518 6.54a6.001 6.001 0 1 0 7.965 3.024\" />\n</svg>\n\n\n</li><li title=\"brand mastercard \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-mastercard\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"14\" cy=\"12\" r=\"3\" />\n  <path d=\"M12 9.765a3 3 0 1 0 0 4.47\" />\n  <rect x=\"3\" y=\"5\"   rx=\"2\" />\n</svg>\n\n\n</li><li title=\"brand medium \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-medium\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"4\" y=\"4\"   rx=\"2\" />\n  <path d=\"M8 9h1l3 3l3 -3h1\" />\n  <line x1=\"8\" y1=\"15\" x2=\"10\" y2=\"15\" />\n  <line x1=\"14\" y1=\"15\" x2=\"16\" y2=\"15\" />\n  <line x1=\"9\" y1=\"9\" x2=\"9\" y2=\"15\" />\n  <line x1=\"15\" y1=\"9\" x2=\"15\" y2=\"15\" />\n</svg>\n\n\n</li><li title=\"brand messenger \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-messenger\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M3 20l1.3 -3.9a9 8 0 1 1 3.4 2.9l-4.7 1\" />\n  <path d=\"M8 13l3 -2l2 2l3 -2\" />\n</svg>\n\n\n</li><li title=\"brand meta \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-meta\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 10.174c1.766 -2.784 3.315 -4.174 4.648 -4.174c2 0 3.263 2.213 4 5.217c.704 2.869 .5 6.783 -2 6.783c-1.114 0 -2.648 -1.565 -4.148 -3.652a27.627 27.627 0 0 1 -2.5 -4.174z\" />\n  <path d=\"M12 10.174c-1.766 -2.784 -3.315 -4.174 -4.648 -4.174c-2 0 -3.263 2.213 -4 5.217c-.704 2.869 -.5 6.783 2 6.783c1.114 0 2.648 -1.565 4.148 -3.652c1 -1.391 1.833 -2.783 2.5 -4.174z\" />\n</svg>\n\n\n</li><li title=\"brand netbeans \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-netbeans\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M19 6.873a2 2 0 0 1 1 1.747v6.536a2 2 0 0 1 -1.029 1.748l-6 3.833a2 2 0 0 1 -1.942 0l-6 -3.833a2 2 0 0 1 -1.029 -1.747v-6.537a2 2 0 0 1 1.029 -1.748l6 -3.572a2.056 2.056 0 0 1 2 0l6 3.573h-.029z\" />\n  <path d=\"M15.5 9.43a1 1 0 0 1 .5 .874v3.268a1 1 0 0 1 -.515 .874l-3 1.917a1 1 0 0 1 -.97 0l-3 -1.917a1 1 0 0 1 -.515 -.873v-3.269a1 1 0 0 1 .514 -.874l3 -1.786c.311 -.173 .69 -.173 1 0l3 1.787h-.014z\" />\n  <path d=\"M12 21v-9l-7.5 -4.5\" />\n  <path d=\"M12 12l7.5 -4.5\" />\n  <path d=\"M12 3v4.5\" />\n  <path d=\"M19.5 16l-3.5 -2\" />\n  <path d=\"M8 14l-3.5 2\" />\n</svg>\n\n\n</li><li title=\"brand netflix \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-netflix\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M9 20v-16l7 16v-16\" />\n</svg>\n\n\n</li><li title=\"brand notion \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-notion\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"4\" y=\"4\"   rx=\"2\" />\n  <path d=\"M7 7h3l6 6\" />\n  <path d=\"M8 7v10\" />\n  <path d=\"M7 17h2\" />\n  <path d=\"M15 7h2\" />\n  <path d=\"M16 7v10h-1l-7 -7\" />\n</svg>\n\n\n</li><li title=\"brand nytimes \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-nytimes\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M11.036 5.058a8.001 8.001 0 1 0 8.706 9.965\" />\n  <path d=\"M12 21v-11l-7.5 4\" />\n  <path d=\"M17.5 3a2.5 2.5 0 1 1 0 5l-11 -5a2.5 2.5 0 0 0 -.67 4.91\" />\n  <path d=\"M9 12v8\" />\n  <path d=\"M16 13h-.01\" />\n</svg>\n\n\n</li><li title=\"brand open source \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-open-source\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 3a9 9 0 0 1 3.618 17.243l-2.193 -5.602a3 3 0 1 0 -2.849 0l-2.193 5.603a9 9 0 0 1 3.617 -17.244z\" />\n</svg>\n\n\n</li><li title=\"brand opera \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-opera\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n  <ellipse cx=\"12\" cy=\"12\" rx=\"3\" ry=\"5\" />\n</svg>\n\n\n</li><li title=\"brand pagekit \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-pagekit\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12.077 20h-5.077v-16h11v14h-5.077\" />\n</svg>\n\n\n</li><li title=\"brand patreon \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-patreon\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M3 3h3v18h-3z\" />\n  <circle cx=\"15\" cy=\"9.5\" r=\"6.5\" />\n</svg>\n\n\n</li><li title=\"brand paypal \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-paypal\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M10 13l2.5 0c2.5 0 5 -2.5 5 -5c0 -3 -1.9 -5 -5 -5h-5.5c-.5 0 -1 .5 -1 1l-2 14c0 .5 .5 1 1 1h2.8l1.2 -5c.1 -.6 .4 -1 1 -1zm7.5 -5.8c1.7 1 2.5 2.8 2.5 4.8c0 2.5 -2.5 4.5 -5 4.5h-2.6l-.6 3.6a1 1 0 0 1 -1 .8l-2.7 0a0.5 .5 0 0 1 -.5 -.6l.2 -1.4\" />\n</svg>\n\n\n</li><li title=\"brand php \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-php\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n    <ellipse cx=\"12\" cy=\"12\" rx=\"10\" ry=\"9\" />\n  <path d=\"M5.5 15l.395 -1.974l.605 -3.026h1.32a1 1 0 0 1 .986 1.164l-.167 1a1 1 0 0 1 -.986 .836h-1.653\" />\n  <path d=\"M15.5 15l.395 -1.974l.605 -3.026h1.32a1 1 0 0 1 .986 1.164l-.167 1a1 1 0 0 1 -.986 .836h-1.653\" />\n  <path d=\"M12 7.5l-1 5.5\" />\n  <path d=\"M11.6 10h2.4l-.5 3\" />\n</svg>\n\n\n</li><li title=\"brand pinterest \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-pinterest\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"8\" y1=\"20\" x2=\"12\" y2=\"11\" />\n  <path d=\"M10.7 14c.437 1.263 1.43 2 2.55 2c2.071 0 3.75 -1.554 3.75 -4a5 5 0 1 0 -9.7 1.7\" />\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n</svg>\n\n\n</li><li title=\"brand pocket \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-pocket\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M5 4h14a2 2 0 0 1 2 2v6a9 9 0 0 1 -18 0v-6a2 2 0 0 1 2 -2\" />\n  <polyline points=\"8 11 12 15 16 11\" />\n</svg>\n\n\n</li><li title=\"brand producthunt \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-producthunt\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M10 16v-8h2.5a2.5 2.5 0 1 1 0 5h-2.5\" />\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n</svg>\n\n\n</li><li title=\"brand python \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-python\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 9h-7a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h3\" />\n  <path d=\"M12 15h7a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2h-3\" />\n  <path d=\"M8 9v-4a2 2 0 0 1 2 -2h4a2 2 0 0 1 2 2v5a2 2 0 0 1 -2 2h-4a2 2 0 0 0 -2 2v5a2 2 0 0 0 2 2h4a2 2 0 0 0 2 -2v-4\" />\n  <line x1=\"11\" y1=\"6\" x2=\"11\" y2=\"6.01\" />\n  <line x1=\"13\" y1=\"18\" x2=\"13\" y2=\"18.01\" />\n</svg>\n\n\n</li><li title=\"brand react native \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-react-native\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M6.357 9c-2.637 .68 -4.357 1.845 -4.357 3.175c0 2.107 4.405 3.825 9.85 3.825c.74 0 1.26 -.039 1.95 -.097\" />\n  <path d=\"M9.837 15.9c-.413 -.596 -.806 -1.133 -1.18 -1.8c-2.751 -4.9 -3.488 -9.77 -1.63 -10.873c1.15 -.697 3.047 .253 4.974 2.254\" />\n  <path d=\"M6.429 15.387c-.702 2.688 -.56 4.716 .56 5.395c1.783 1.08 5.387 -1.958 8.043 -6.804c.36 -.67 .683 -1.329 .968 -1.978\" />\n  <path d=\"M12 18.52c1.928 2 3.817 2.95 4.978 2.253c1.85 -1.102 1.121 -5.972 -1.633 -10.873c-.384 -.677 -.777 -1.204 -1.18 -1.8\" />\n  <path d=\"M17.66 15c2.612 -.687 4.34 -1.85 4.34 -3.176c0 -2.11 -4.408 -3.824 -9.845 -3.824c-.747 0 -1.266 .029 -1.955 .087\" />\n  <path d=\"M8 12c.285 -.66 .607 -1.308 .968 -1.978c2.647 -4.844 6.253 -7.89 8.046 -6.801c1.11 .679 1.262 2.706 .56 5.393\" />\n  <path d=\"M12.26 12.015h-.01c-.01 .13 -.12 .24 -.26 .24a0.263 .263 0 0 1 -.25 -.26c0 -.14 .11 -.25 .24 -.25h-.01c.13 -.01 .25 .11 .25 .24\" />\n</svg>\n\n\n</li><li title=\"brand reddit \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-reddit\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 8c2.648 0 5.028 .826 6.675 2.14a2.5 2.5 0 0 1 2.326 4.36c0 3.59 -4.03 6.5 -9 6.5c-4.875 0 -8.845 -2.8 -9 -6.294l-1 -.206a2.5 2.5 0 0 1 2.326 -4.36c1.646 -1.313 4.026 -2.14 6.674 -2.14z\" />\n  <path d=\"M12 8l1 -5l6 1\" />\n  <circle cx=\"19\" cy=\"4\" r=\"1\" />\n  <circle cx=\"9\" cy=\"13\" r=\".5\" fill=\"currentColor\" />\n  <circle cx=\"15\" cy=\"13\" r=\".5\" fill=\"currentColor\" />\n  <path d=\"M10 17c.667 .333 1.333 .5 2 .5s1.333 -.167 2 -.5\" />\n</svg>\n\n\n</li><li title=\"brand safari \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-safari\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <polyline points=\"8 16 10 10 16 8 14 14 8 16\" />\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n</svg>\n\n\n</li><li title=\"brand sass \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-sass\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n  <path d=\"M12 10.523c2.46 -.826 4.002 -.826 4.002 -2.155c0 -1.366 -1.347 -1.366 -2.735 -1.366c-1.91 0 -3.352 .49 -4.537 1.748c-.848 .902 -1.027 2.449 -.153 3.307c.973 .956 3.206 1.789 2.884 3.493c-.233 1.235 -1.469 1.823 -2.617 1.202c-.782 -.424 -.454 -1.746 .626 -2.512s2.822 -.992 4.1 -.24c.98 .575 1.046 1.724 .434 2.193\" />\n</svg>\n\n\n</li><li title=\"brand sentry \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-sentry\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M3 18a1.93 1.93 0 0 0 .306 1.076a2 2 0 0 0 1.584 .924c.646 .033 -.537 0 .11 0h3a4.992 4.992 0 0 0 -3.66 -4.81c.558 -.973 1.24 -2.149 2.04 -3.531a8.997 8.997 0 0 1 5.62 8.341h4c.663 0 2.337 .005 3 0a2 2 0 0 0 1.84 -2.75l-7.1 -12.25a2 2 0 0 0 -3.5 0l-1.84 3.176c4.482 2.05 7.6 6.571 7.6 11.824\" />\n</svg>\n\n\n</li><li title=\"brand shazam \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-shazam\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M10 12l2 -2a2.828 2.828 0 0 1 4 0a2.828 2.828 0 0 1 0 4l-3 3\" />\n  <path d=\"M14 12l-2 2a2.828 2.828 0 1 1 -4 -4l3 -3\" />\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n</svg>\n\n\n</li><li title=\"brand sketch \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-sketch\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M3.262 10.878l8 8.789c.4 .44 1.091 .44 1.491 0l8 -8.79c.313 -.344 .349 -.859 .087 -1.243l-3.537 -5.194a1 1 0 0 0 -.823 -.436h-8.926a1 1 0 0 0 -.823 .436l-3.54 5.192c-.263 .385 -.227 .901 .087 1.246z\" />\n</svg>\n\n\n</li><li title=\"brand skype \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-skype\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 3a9 9 0 0 1 8.603 11.65a4.5 4.5 0 0 1 -5.953 5.953a9 9 0 0 1 -11.253 -11.253a4.5 4.5 0 0 1 5.953 -5.954a8.987 8.987 0 0 1 2.65 -.396z\" />\n  <path d=\"M8 14.5c.5 2 2.358 2.5 4 2.5c2.905 0 4 -1.187 4 -2.5c0 -1.503 -1.927 -2.5 -4 -2.5s-4 -.997 -4 -2.5c0 -1.313 1.095 -2.5 4 -2.5c1.642 0 3.5 .5 4 2.5\" />\n</svg>\n\n\n</li><li title=\"brand slack \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-slack\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 12v-6a2 2 0 0 1 4 0v6m0 -2a2 2 0 1 1 2 2h-6\" />\n  <path d=\"M12 12h6a2 2 0 0 1 0 4h-6m2 0a2 2 0 1 1 -2 2v-6\" />\n  <path d=\"M12 12v6a2 2 0 0 1 -4 0v-6m0 2a2 2 0 1 1 -2 -2h6\" />\n  <path d=\"M12 12h-6a2 2 0 0 1 0 -4h6m-2 0a2 2 0 1 1 2 -2v6\" />\n</svg>\n\n\n</li><li title=\"brand snapchat \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-snapchat\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M16.882 7.842a4.882 4.882 0 0 0 -9.764 0c0 4.273 -.213 6.409 -4.118 8.118c2 .882 2 .882 3 3c3 0 4 2 6 2s3 -2 6 -2c1 -2.118 1 -2.118 3 -3c-3.906 -1.709 -4.118 -3.845 -4.118 -8.118zm-13.882 8.119c4 -2.118 4 -4.118 1 -7.118m17 7.118c-4 -2.118 -4 -4.118 -1 -7.118\" />\n</svg>\n\n\n</li><li title=\"brand soundcloud \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-soundcloud\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M17 11h1c1.38 0 3 1.274 3 3c0 1.657 -1.5 3 -3 3l-6 0v-10c3 0 4.5 1.5 5 4z\" />\n  <line x1=\"9\" y1=\"8\" x2=\"9\" y2=\"17\" />\n  <line x1=\"6\" y1=\"17\" x2=\"6\" y2=\"10\" />\n  <line x1=\"3\" y1=\"16\" x2=\"3\" y2=\"14\" />\n</svg>\n\n\n</li><li title=\"brand spotify \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-spotify\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n  <path d=\"M8 11.973c2.5 -1.473 5.5 -.973 7.5 .527\" />\n  <path d=\"M9 15c1.5 -1 4 -1 5 .5\" />\n  <path d=\"M7 9c2 -1 6 -2 10 .5\" />\n</svg>\n\n\n</li><li title=\"brand stackoverflow \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-stackoverflow\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4 17v1a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-1\" />\n  <path d=\"M8 16h8\" />\n  <path d=\"M8.322 12.582l7.956 .836\" />\n  <path d=\"M8.787 9.168l7.826 1.664\" />\n  <path d=\"M10.096 5.764l7.608 2.472\" />\n</svg>\n\n\n</li><li title=\"brand steam \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-steam\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M16.5 5a4.5 4.5 0 1 1 -.653 8.953l-4.347 3.009l0 .038a3 3 0 0 1 -2.824 2.995l-.176 .005a3 3 0 0 1 -2.94 -2.402l-2.56 -1.098v-3.5l3.51 1.755a2.989 2.989 0 0 1 2.834 -.635l2.727 -3.818a4.5 4.5 0 0 1 4.429 -5.302z\" />\n  <circle fill=\"currentColor\" cx=\"16.5\" cy=\"9.5\" r=\"1\" />\n</svg>\n\n\n</li><li title=\"brand stripe \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-stripe\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M11.453 8.056c0 -.623 .518 -.979 1.442 -.979c1.69 0 3.41 .343 4.605 .923l.5 -4c-.948 -.449 -2.82 -1 -5.5 -1c-1.895 0 -3.373 .087 -4.5 1c-1.172 .956 -2 2.33 -2 4c0 3.03 1.958 4.906 5 6c1.961 .69 3 .743 3 1.5c0 .735 -.851 1.5 -2 1.5c-1.423 0 -3.963 -.609 -5.5 -1.5l-.5 4c1.321 .734 3.474 1.5 6 1.5c2.004 0 3.957 -.468 5.084 -1.36c1.263 -.979 1.916 -2.268 1.916 -4.14c0 -3.096 -1.915 -4.547 -5.003 -5.637c-1.646 -.605 -2.544 -1.07 -2.544 -1.807z\" />\n</svg>\n\n\n</li><li title=\"brand sublime text \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-sublime-text\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M19 8l-14 4.5v-5.5l14 -4.5z\" />\n  <path d=\"M19 17l-14 4.5v-5.5l14 -4.5z\" />\n  <path d=\"M19 11.5l-14 -4.5\" />\n  <path d=\"M5 12.5l14 4.5\" />\n</svg>\n\n\n</li><li title=\"brand tabler \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-tabler\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M8 9l3 3l-3 3\" />\n  <line x1=\"13\" y1=\"15\" x2=\"16\" y2=\"15\" />\n  <rect x=\"4\" y=\"4\"   rx=\"4\" />\n</svg>\n\n\n</li><li title=\"brand tailwind \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-tailwind\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M11.667 6c-2.49 0 -4.044 1.222 -4.667 3.667c.933 -1.223 2.023 -1.68 3.267 -1.375c.71 .174 1.217 .68 1.778 1.24c.916 .912 2 1.968 4.288 1.968c2.49 0 4.044 -1.222 4.667 -3.667c-.933 1.223 -2.023 1.68 -3.267 1.375c-.71 -.174 -1.217 -.68 -1.778 -1.24c-.916 -.912 -1.975 -1.968 -4.288 -1.968zm-4 6.5c-2.49 0 -4.044 1.222 -4.667 3.667c.933 -1.223 2.023 -1.68 3.267 -1.375c.71 .174 1.217 .68 1.778 1.24c.916 .912 1.975 1.968 4.288 1.968c2.49 0 4.044 -1.222 4.667 -3.667c-.933 1.223 -2.023 1.68 -3.267 1.375c-.71 -.174 -1.217 -.68 -1.778 -1.24c-.916 -.912 -1.975 -1.968 -4.288 -1.968z\" />\n</svg>\n\n\n</li><li title=\"brand telegram \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-telegram\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M15 10l-4 4l6 6l4 -16l-18 7l4 2l2 6l3 -4\" />\n</svg>\n\n\n</li><li title=\"brand tidal \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-tidal\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 7l-2.5 2.5l2.5 2.5l2.5 -2.5z\" />\n  <path d=\"M12 14l-2.5 2.5l2.5 2.5l2.5 -2.5z\" />\n  <path d=\"M19 7l-2.5 2.5l2.5 2.5l2.5 -2.5z\" />\n  <path d=\"M5 7l-2.5 2.5l2.5 2.5l2.5 -2.5z\" />\n</svg>\n\n\n</li><li title=\"brand tiktok \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-tiktok\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M9 12a4 4 0 1 0 4 4v-12a5 5 0 0 0 5 5\" />\n</svg>\n\n\n</li><li title=\"brand tinder \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-tinder\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M18.918 8.174c2.56 4.982 .501 11.656 -5.38 12.626c-7.702 1.687 -12.84 -7.716 -7.054 -13.229c.309 -.305 1.161 -1.095 1.516 -1.349c0 .528 .27 3.475 1 3.167c3 0 4 -4.222 3.587 -7.389c2.7 1.411 4.987 3.376 6.331 6.174z\" />\n</svg>\n\n\n</li><li title=\"brand tripadvisor \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-tripadvisor\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"6.5\" cy=\"13.5\" r=\"1.5\" />\n  <circle cx=\"17.5\" cy=\"13.5\" r=\"1.5\" />\n  <path d=\"M17.5 9a4.5 4.5 0 1 0 3.5 1.671l1 -1.671h-4.5z\" />\n  <path d=\"M6.5 9a4.5 4.5 0 1 1 -3.5 1.671l-1 -1.671h4.5z\" />\n  <path d=\"M10.5 15.5l1.5 2l1.5 -2\" />\n  <path d=\"M9 6.75c2 -.667 4 -.667 6 0\" />\n</svg>\n\n\n</li><li title=\"brand tumblr \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-tumblr\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M14 21h4v-4h-4v-6h4v-4h-4v-4h-4v1a3 3 0 0 1 -3 3h-1v4h4v6a4 4 0 0 0 4 4\" />\n</svg>\n\n\n</li><li title=\"brand twitch \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-twitch\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4 5v11a1 1 0 0 0 1 1h2v4l4 -4h5.584c.266 0 .52 -.105 .707 -.293l2.415 -2.414c.187 -.188 .293 -.442 .293 -.708v-8.585a1 1 0 0 0 -1 -1h-14a1 1 0 0 0 -1 1z\" />\n  <line x1=\"16\" y1=\"8\" x2=\"16\" y2=\"12\" />\n  <line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"12\" />\n</svg>\n\n\n</li><li title=\"brand twitter \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-twitter\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M22 4.01c-1 .49 -1.98 .689 -3 .99c-1.121 -1.265 -2.783 -1.335 -4.38 -.737s-2.643 2.06 -2.62 3.737v1c-3.245 .083 -6.135 -1.395 -8 -4c0 0 -4.182 7.433 4 11c-1.872 1.247 -3.739 2.088 -6 2c3.308 1.803 6.913 2.423 10.034 1.517c3.58 -1.04 6.522 -3.723 7.651 -7.742a13.84 13.84 0 0 0 .497 -3.753c-.002 -.249 1.51 -2.772 1.818 -4.013z\" />\n</svg>\n\n\n</li><li title=\"brand uber \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-uber\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n  <rect x=\"9\" y=\"9\"   rx=\"1\" />\n  <path d=\"M3 12h6\" />\n</svg>\n\n\n</li><li title=\"brand ubuntu \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-ubuntu\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"5\" r=\"2\" />\n  <path d=\"M17.723 7.41a7.992 7.992 0 0 0 -3.74 -2.162m-3.971 0a7.993 7.993 0 0 0 -3.789 2.216m-1.881 3.215a8 8 0 0 0 -.342 2.32c0 .738 .1 1.453 .287 2.132m1.96 3.428a7.993 7.993 0 0 0 3.759 2.19m3.998 -.003a7.993 7.993 0 0 0 3.747 -2.186m1.962 -3.43a8.008 8.008 0 0 0 .287 -2.131c0 -.764 -.107 -1.503 -.307 -2.203\" />\n  <circle cx=\"5\" cy=\"17\" r=\"2\" />\n  <circle cx=\"19\" cy=\"17\" r=\"2\" />\n</svg>\n\n\n</li><li title=\"brand unsplash \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-unsplash\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4 11h5v4h6v-4h5v9h-16zm5 -7h6v4h-6z\" />\n</svg>\n\n\n</li><li title=\"brand vercel \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-vercel\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M3 19h18l-9 -15z\" />\n</svg>\n\n\n</li><li title=\"brand vimeo \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-vimeo\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M3 8.5l1 1s1.5 -1.102 2 -.5c.509 .609 1.863 7.65 2.5 9c.556 1.184 1.978 2.89 4 1.5c2 -1.5 7.5 -5.5 8.5 -11.5c.444 -2.661 -1 -4 -2.5 -4c-2 0 -4.047 1.202 -4.5 4c2.05 -1.254 2.551 1.003 1.5 3c-1.052 2.005 -2 3 -2.5 3c-.49 0 -.924 -1.165 -1.5 -3.5c-.59 -2.42 -.5 -6.5 -3 -6.5s-5.5 4.5 -5.5 4.5z\" />\n</svg>\n\n\n</li><li title=\"brand visual studio \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-visual-studio\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4 8l2 -1l10 13l4 -2v-12l-4 -2l-10 13l-2 -1z\" />\n</svg>\n\n\n</li><li title=\"brand vk \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-vk\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M10 6h2v12c-4.5 -1 -8 -6.5 -9 -12\" />\n  <path d=\"M20 6c-1 2 -3 5 -5 6h-3\" />\n  <path d=\"M20 18c-1 -2 -3 -5 -5 -6\" />\n</svg>\n\n\n</li><li title=\"brand whatsapp \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-whatsapp\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M3 21l1.65 -3.8a9 9 0 1 1 3.4 2.9l-5.05 .9\" />\n  <path d=\"M9 10a0.5 .5 0 0 0 1 0v-1a0.5 .5 0 0 0 -1 0v1a5 5 0 0 0 5 5h1a0.5 .5 0 0 0 0 -1h-1a0.5 .5 0 0 0 0 1\" />\n</svg>\n\n\n</li><li title=\"brand windows \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-windows\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M17.8 20l-12 -1.5c-1 -.1 -1.8 -.9 -1.8 -1.9v-9.2c0 -1 .8 -1.8 1.8 -1.9l12 -1.5c1.2 -.1 2.2 .8 2.2 1.9v12.1c0 1.2 -1.1 2.1 -2.2 1.9z\" />\n  <line x1=\"12\" y1=\"5\" x2=\"12\" y2=\"19\" />\n  <line x1=\"4\" y1=\"12\" x2=\"20\" y2=\"12\" />\n</svg>\n\n\n</li><li title=\"brand yahoo \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-yahoo\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"3\" y1=\"6\" x2=\"8\" y2=\"6\" />\n  <line x1=\"7\" y1=\"18\" x2=\"14\" y2=\"18\" />\n  <path d=\"M4.5 6l5.5 7v5\" />\n  <path d=\"M10 13l6 -5\" />\n  <line x1=\"12.5\" y1=\"8\" x2=\"17.5\" y2=\"8\" />\n  <line x1=\"20\" y1=\"11\" x2=\"20\" y2=\"15\" />\n  <line x1=\"20\" y1=\"18\" x2=\"20\" y2=\"18.01\" />\n</svg>\n\n\n</li><li title=\"brand ycombinator \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-ycombinator\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"4\" y=\"4\"   rx=\"2\" />\n  <path d=\"M8 7.002l4 5.998l4 -6\" />\n  <line x1=\"12\" y1=\"17\" x2=\"12\" y2=\"13\" />\n</svg>\n\n\n</li><li title=\"brand youtube \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brand-youtube\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"3\" y=\"5\"   rx=\"4\" />\n  <path d=\"M10 9l5 3l-5 3z\" />\n</svg>\n\n\n</li><li title=\"bread \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-bread\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M17 5a3 3 0 0 1 2 5.235v6.765a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-6.764a3 3 0 0 1 1.824 -5.231l.176 -.005h10z\" />\n</svg>\n\n\n</li><li title=\"briefcase \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-briefcase\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"3\" y=\"7\"   rx=\"2\" />\n  <path d=\"M8 7v-2a2 2 0 0 1 2 -2h4a2 2 0 0 1 2 2v2\" />\n  <line x1=\"12\" y1=\"12\" x2=\"12\" y2=\"12.01\" />\n  <path d=\"M3 13a20 20 0 0 0 18 0\" />\n</svg>\n\n\n</li><li title=\"brightness 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brightness-2\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"3\" />\n  <path d=\"M6 6h3.5l2.5 -2.5l2.5 2.5h3.5v3.5l2.5 2.5l-2.5 2.5v3.5h-3.5l-2.5 2.5l-2.5 -2.5h-3.5v-3.5l-2.5 -2.5l2.5 -2.5z\" />\n</svg>\n\n\n</li><li title=\"brightness down \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brightness-down\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"3\" />\n  <line x1=\"12\" y1=\"5\" x2=\"12\" y2=\"5.01\" />\n  <line x1=\"17\" y1=\"7\" x2=\"17\" y2=\"7.01\" />\n  <line x1=\"19\" y1=\"12\" x2=\"19\" y2=\"12.01\" />\n  <line x1=\"17\" y1=\"17\" x2=\"17\" y2=\"17.01\" />\n  <line x1=\"12\" y1=\"19\" x2=\"12\" y2=\"19.01\" />\n  <line x1=\"7\" y1=\"17\" x2=\"7\" y2=\"17.01\" />\n  <line x1=\"5\" y1=\"12\" x2=\"5\" y2=\"12.01\" />\n  <line x1=\"7\" y1=\"7\" x2=\"7\" y2=\"7.01\" />\n</svg>\n\n\n</li><li title=\"brightness half \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brightness-half\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 9a3 3 0 0 0 0 6v-6z\" />\n  <path d=\"M6 6h3.5l2.5 -2.5l2.5 2.5h3.5v3.5l2.5 2.5l-2.5 2.5v3.5h-3.5l-2.5 2.5l-2.5 -2.5h-3.5v-3.5l-2.5 -2.5l2.5 -2.5z\" />\n</svg>\n\n\n</li><li title=\"brightness up \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brightness-up\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"3\" />\n  <line x1=\"12\" y1=\"5\" x2=\"12\" y2=\"3\" />\n  <line x1=\"17\" y1=\"7\" x2=\"18.4\" y2=\"5.6\" />\n  <line x1=\"19\" y1=\"12\" x2=\"21\" y2=\"12\" />\n  <line x1=\"17\" y1=\"17\" x2=\"18.4\" y2=\"18.4\" />\n  <line x1=\"12\" y1=\"19\" x2=\"12\" y2=\"21\" />\n  <line x1=\"7\" y1=\"17\" x2=\"5.6\" y2=\"18.4\" />\n  <line x1=\"6\" y1=\"12\" x2=\"4\" y2=\"12\" />\n  <line x1=\"7\" y1=\"7\" x2=\"5.6\" y2=\"5.6\" />\n</svg>\n\n\n</li><li title=\"brightness \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brightness\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n  <line x1=\"12\" y1=\"3\" x2=\"12\" y2=\"21\" />\n  <line x1=\"12\" y1=\"9\" x2=\"16.65\" y2=\"4.35\" />\n  <line x1=\"12\" y1=\"14.3\" x2=\"19.37\" y2=\"6.93\" />\n  <line x1=\"12\" y1=\"19.6\" x2=\"20.85\" y2=\"10.75\" />\n</svg>\n\n\n</li><li title=\"browser check \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-browser-check\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"4\" y=\"4\"   rx=\"1\" />\n  <path d=\"M4 8h16\" />\n  <path d=\"M8 4v4\" />\n  <path d=\"M9.5 14.5l1.5 1.5l3 -3\" />\n</svg>\n\n\n</li><li title=\"browser plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-browser-plus\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"4\" y=\"4\"   rx=\"1\" />\n  <path d=\"M4 8h16\" />\n  <path d=\"M8 4v4\" />\n  <path d=\"M10 14h4\" />\n  <path d=\"M12 12v4\" />\n</svg>\n\n\n</li><li title=\"browser x \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-browser-x\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"4\" y=\"4\"   rx=\"1\" />\n  <path d=\"M4 8h16\" />\n  <path d=\"M8 4v4\" />\n  <path d=\"M10 16l4 -4\" />\n  <path d=\"M14 16l-4 -4\" />\n</svg>\n\n\n</li><li title=\"browser \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-browser\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"4\" y=\"4\"   rx=\"1\" />\n  <line x1=\"4\" y1=\"8\" x2=\"20\" y2=\"8\" />\n  <line x1=\"8\" y1=\"4\" x2=\"8\" y2=\"8\" />\n</svg>\n\n\n</li><li title=\"brush \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-brush\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M3 21v-4a4 4 0 1 1 4 4h-4\" />\n  <path d=\"M21 3a16 16 0 0 0 -12.8 10.2\" />\n  <path d=\"M21 3a16 16 0 0 1 -10.2 12.8\" />\n  <path d=\"M10.6 9a9 9 0 0 1 4.4 4.4\" />\n</svg>\n\n\n</li><li title=\"bucket \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-bucket\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M19 9l-2 9a2 2.5 0 0 1 -2 2h-6a2 2.5 0 0 1 -2 -2l-2 -9z\" />\n  <path d=\"M7 9a5 5 0 0 1 10 0\" />\n</svg>\n\n\n</li><li title=\"bug \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-bug\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M9 9v-1a3 3 0 0 1 6 0v1\" />\n  <path d=\"M8 9h8a6 6 0 0 1 1 3v3a5 5 0 0 1 -10 0v-3a6 6 0 0 1 1 -3\" />\n  <line x1=\"3\" y1=\"13\" x2=\"7\" y2=\"13\" />\n  <line x1=\"17\" y1=\"13\" x2=\"21\" y2=\"13\" />\n  <line x1=\"12\" y1=\"20\" x2=\"12\" y2=\"14\" />\n  <line x1=\"4\" y1=\"19\" x2=\"7.35\" y2=\"17\" />\n  <line x1=\"20\" y1=\"19\" x2=\"16.65\" y2=\"17\" />\n  <line x1=\"4\" y1=\"7\" x2=\"7.75\" y2=\"9.4\" />\n  <line x1=\"20\" y1=\"7\" x2=\"16.25\" y2=\"9.4\" />\n</svg>\n\n\n</li><li title=\"building arch \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-building-arch\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"3\" y1=\"21\" x2=\"21\" y2=\"21\" />\n  <path d=\"M4 21v-15a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v15\" />\n  <path d=\"M9 21v-8a3 3 0 0 1 6 0v8\" />\n</svg>\n\n\n</li><li title=\"building bank \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-building-bank\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"3\" y1=\"21\" x2=\"21\" y2=\"21\" />\n  <line x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\" />\n  <polyline points=\"5 6 12 3 19 6\" />\n  <line x1=\"4\" y1=\"10\" x2=\"4\" y2=\"21\" />\n  <line x1=\"20\" y1=\"10\" x2=\"20\" y2=\"21\" />\n  <line x1=\"8\" y1=\"14\" x2=\"8\" y2=\"17\" />\n  <line x1=\"12\" y1=\"14\" x2=\"12\" y2=\"17\" />\n  <line x1=\"16\" y1=\"14\" x2=\"16\" y2=\"17\" />\n</svg>\n\n\n</li><li title=\"building bridge 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-building-bridge-2\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M6 7h12a2 2 0 0 1 2 2v9a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-2a4 4 0 0 0 -8 0v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-9a2 2 0 0 1 2 -2\" />\n</svg>\n\n\n</li><li title=\"building bridge \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-building-bridge\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"6\" y1=\"5\" x2=\"6\" y2=\"19\" />\n  <line x1=\"18\" y1=\"5\" x2=\"18\" y2=\"19\" />\n  <line x1=\"2\" y1=\"15\" x2=\"22\" y2=\"15\" />\n  <path d=\"M3 8a7.5 7.5 0 0 0 3 -2a6.5 6.5 0 0 0 12 0a7.5 7.5 0 0 0 3 2\" />\n  <line x1=\"12\" y1=\"10\" x2=\"12\" y2=\"15\" />\n</svg>\n\n\n</li><li title=\"building carousel \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-building-carousel\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"6\" />\n  <circle cx=\"5\" cy=\"8\" r=\"2\" />\n  <circle cx=\"12\" cy=\"4\" r=\"2\" />\n  <circle cx=\"19\" cy=\"8\" r=\"2\" />\n  <circle cx=\"5\" cy=\"16\" r=\"2\" />\n  <circle cx=\"19\" cy=\"16\" r=\"2\" />\n  <path d=\"M8 22l4 -10l4 10\" />\n</svg>\n\n\n</li><li title=\"building castle \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-building-castle\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M15 19v-2a3 3 0 0 0 -6 0v2a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1v-14h4v3h3v-3h4v3h3v-3h4v14a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z\" />\n  <line x1=\"3\" y1=\"11\" x2=\"21\" y2=\"11\" />\n</svg>\n\n\n</li><li title=\"building church \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-building-church\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"3\" y1=\"21\" x2=\"21\" y2=\"21\" />\n  <path d=\"M10 21v-4a2 2 0 0 1 4 0v4\" />\n  <line x1=\"10\" y1=\"5\" x2=\"14\" y2=\"5\" />\n  <line x1=\"12\" y1=\"3\" x2=\"12\" y2=\"8\" />\n  <path d=\"M6 21v-7m-2 2l8 -8l8 8m-2 -2v7\" />\n</svg>\n\n\n</li><li title=\"building community \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-building-community\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M8 9l5 5v7h-5v-4m0 4h-5v-7l5 -5m1 1v-6a1 1 0 0 1 1 -1h10a1 1 0 0 1 1 1v17h-8\" />\n  <line x1=\"13\" y1=\"7\" x2=\"13\" y2=\"7.01\" />\n  <line x1=\"17\" y1=\"7\" x2=\"17\" y2=\"7.01\" />\n  <line x1=\"17\" y1=\"11\" x2=\"17\" y2=\"11.01\" />\n  <line x1=\"17\" y1=\"15\" x2=\"17\" y2=\"15.01\" />\n</svg>\n\n\n</li><li title=\"building cottage \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-building-cottage\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"3\" y1=\"21\" x2=\"21\" y2=\"21\" />\n  <path d=\"M4 21v-11l2.5 -4.5l5.5 -2.5l5.5 2.5l2.5 4.5v11\" />\n  <circle cx=\"12\" cy=\"9\" r=\"2\" />\n  <path d=\"M9 21v-5a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v5\" />\n</svg>\n\n\n</li><li title=\"building factory \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-building-factory\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4 21c1.147 -4.02 1.983 -8.027 2 -12h6c.017 3.973 .853 7.98 2 12\" />\n  <path d=\"M12.5 13h4.5c.025 2.612 .894 5.296 2 8\" />\n  <path d=\"M9 5a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1\" />\n  <line x1=\"3\" y1=\"21\" x2=\"22\" y2=\"21\" />\n</svg>\n\n\n</li><li title=\"building fortress \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-building-fortress\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M7 21h1a1 1 0 0 0 1 -1v-1h0a3 3 0 0 1 6 0m3 2h1a1 1 0 0 0 1 -1v-15l-3 -2l-3 2v6h-4v-6l-3 -2l-3 2v15a1 1 0 0 0 1 1h2m8 -2v1a1 1 0 0 0 1 1h2\" />\n  <path d=\"M7 7h0v.01\" />\n  <path d=\"M7 10h0v.01\" />\n  <path d=\"M7 13h0v.01\" />\n  <path d=\"M17 7h0v.01\" />\n  <path d=\"M17 10h0v.01\" />\n  <path d=\"M17 13h0v.01\" />\n</svg>\n\n\n</li><li title=\"building hospital \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-building-hospital\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"3\" y1=\"21\" x2=\"21\" y2=\"21\" />\n  <path d=\"M5 21v-16a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v16\" />\n  <path d=\"M9 21v-4a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v4\" />\n  <line x1=\"10\" y1=\"9\" x2=\"14\" y2=\"9\" />\n  <line x1=\"12\" y1=\"7\" x2=\"12\" y2=\"11\" />\n</svg>\n\n\n</li><li title=\"building lighthouse \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-building-lighthouse\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 3l2 3l2 15h-8l2 -15z\" />\n  <line x1=\"8\" y1=\"9\" x2=\"16\" y2=\"9\" />\n  <path d=\"M3 11l2 -2l-2 -2\" />\n  <path d=\"M21 11l-2 -2l2 -2\" />\n</svg>\n\n\n</li><li title=\"building monument \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-building-monument\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M8 18l2 -13l2 -2l2 2l2 13\" />\n  <path d=\"M5 21v-3h14v3\" />\n  <line x1=\"3\" y1=\"21\" x2=\"21\" y2=\"21\" />\n</svg>\n\n\n</li><li title=\"building pavilon \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-building-pavilon\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M3 21h7v-3a2 2 0 0 1 4 0v3h7\" />\n  <line x1=\"6\" y1=\"21\" x2=\"6\" y2=\"12\" />\n  <line x1=\"18\" y1=\"21\" x2=\"18\" y2=\"12\" />\n  <path d=\"M6 12h12a3 3 0 0 0 3 -3a9 8 0 0 1 -9 -6a9 8 0 0 1 -9 6a3 3 0 0 0 3 3\" />\n</svg>\n\n\n</li><li title=\"building skyscraper \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-building-skyscraper\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"3\" y1=\"21\" x2=\"21\" y2=\"21\" />\n  <path d=\"M5 21v-14l8 -4v18\" />\n  <path d=\"M19 21v-10l-6 -4\" />\n  <line x1=\"9\" y1=\"9\" x2=\"9\" y2=\"9.01\" />\n  <line x1=\"9\" y1=\"12\" x2=\"9\" y2=\"12.01\" />\n  <line x1=\"9\" y1=\"15\" x2=\"9\" y2=\"15.01\" />\n  <line x1=\"9\" y1=\"18\" x2=\"9\" y2=\"18.01\" />\n</svg>\n\n\n</li><li title=\"building store \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-building-store\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"3\" y1=\"21\" x2=\"21\" y2=\"21\" />\n  <path d=\"M3 7v1a3 3 0 0 0 6 0v-1m0 1a3 3 0 0 0 6 0v-1m0 1a3 3 0 0 0 6 0v-1h-18l2 -4h14l2 4\" />\n  <line x1=\"5\" y1=\"21\" x2=\"5\" y2=\"10.85\" />\n  <line x1=\"19\" y1=\"21\" x2=\"19\" y2=\"10.85\" />\n  <path d=\"M9 21v-4a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v4\" />\n</svg>\n\n\n</li><li title=\"building warehouse \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-building-warehouse\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M3 21v-13l9 -4l9 4v13\" />\n  <path d=\"M13 13h4v8h-10v-6h6\" />\n  <path d=\"M13 21v-9a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v3\" />\n</svg>\n\n\n</li><li title=\"building \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-building\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"3\" y1=\"21\" x2=\"21\" y2=\"21\" />\n  <line x1=\"9\" y1=\"8\" x2=\"10\" y2=\"8\" />\n  <line x1=\"9\" y1=\"12\" x2=\"10\" y2=\"12\" />\n  <line x1=\"9\" y1=\"16\" x2=\"10\" y2=\"16\" />\n  <line x1=\"14\" y1=\"8\" x2=\"15\" y2=\"8\" />\n  <line x1=\"14\" y1=\"12\" x2=\"15\" y2=\"12\" />\n  <line x1=\"14\" y1=\"16\" x2=\"15\" y2=\"16\" />\n  <path d=\"M5 21v-16a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v16\" />\n</svg>\n\n\n</li><li title=\"bulb off \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-bulb-off\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M9 16a5 5 0 1 1 6 0a3.5 3.5 0 0 0 -1 3a2 2 0 0 1 -4 0a3.5 3.5 0 0 0 -1 -3\" />\n  <line x1=\"9.7\" y1=\"17\" x2=\"14.3\" y2=\"17\" />\n</svg>\n\n\n</li><li title=\"bulb \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-bulb\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M3 12h1m8 -9v1m8 8h1m-15.4 -6.4l.7 .7m12.1 -.7l-.7 .7\" />\n  <path d=\"M9 16a5 5 0 1 1 6 0a3.5 3.5 0 0 0 -1 3a2 2 0 0 1 -4 0a3.5 3.5 0 0 0 -1 -3\" />\n  <line x1=\"9.7\" y1=\"17\" x2=\"14.3\" y2=\"17\" />\n</svg>\n\n\n</li><li title=\"bulldozer \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-bulldozer\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"4\" cy=\"17\" r=\"2\" />\n  <circle cx=\"13\" cy=\"17\" r=\"2\" />\n  <path d=\"M18 13v6h3\" />\n  <line x1=\"13\" y1=\"19\" x2=\"4\" y2=\"19\" />\n  <line x1=\"4\" y1=\"15\" x2=\"13\" y2=\"15\" />\n  <path d=\"M8 12v-5h2a3 3 0 0 1 3 3v5\" />\n  <path d=\"M5 15v-2a1 1 0 0 1 1 -1h7\" />\n  <line x1=\"18\" y1=\"17\" x2=\"15\" y2=\"17\" />\n</svg>\n\n\n</li><li title=\"bus \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-bus\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"6\" cy=\"17\" r=\"2\" />\n  <circle cx=\"18\" cy=\"17\" r=\"2\" />\n  <path d=\"M4 17h-2v-11a1 1 0 0 1 1 -1h14a5 7 0 0 1 5 7v5h-2m-4 0h-8\" />\n  <polyline points=\"16 5 17.5 12 22 12\" />\n  <line x1=\"2\" y1=\"10\" x2=\"17\" y2=\"10\" />\n  <line x1=\"7\" y1=\"5\" x2=\"7\" y2=\"10\" />\n  <line x1=\"12\" y1=\"5\" x2=\"12\" y2=\"10\" />\n</svg>\n\n\n</li><li title=\"businessplan \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-businessplan\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n    <ellipse cx=\"16\" cy=\"6\" rx=\"5\" ry=\"3\" />\n  <path d=\"M11 6v4c0 1.657 2.239 3 5 3s5 -1.343 5 -3v-4\" />\n  <path d=\"M11 10v4c0 1.657 2.239 3 5 3s5 -1.343 5 -3v-4\" />\n  <path d=\"M11 14v4c0 1.657 2.239 3 5 3s5 -1.343 5 -3v-4\" />\n  <path d=\"M7 9h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5\" />\n  <path d=\"M5 15v1m0 -8v1\" />\n</svg>\n\n\n</li><li title=\"butterfly \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-butterfly\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M11.995 18.176a3 3 0 1 1 -4.953 -2.449l-.025 .023a4.502 4.502 0 0 1 1.483 -8.75c1.414 0 2.675 .652 3.5 1.671a4.5 4.5 0 1 1 4.983 7.079a3 3 0 1 1 -4.983 2.25z\" />\n  <path d=\"M12 19v-10\" />\n  <path d=\"M9 3l3 2l3 -2\" />\n</svg>\n\n\n</li><li title=\"c sharp \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-c-sharp\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M10 9a3 3 0 0 0 -3 -3h-.5a3.5 3.5 0 0 0 -3.5 3.5v5a3.5 3.5 0 0 0 3.5 3.5h.5a3 3 0 0 0 3 -3\" />\n  <path d=\"M16 7l-1 10\" />\n  <path d=\"M20 7l-1 10\" />\n  <path d=\"M14 10h7.5\" />\n  <path d=\"M21 14h-7.5\" />\n</svg>\n\n\n</li><li title=\"calculator \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-calculator\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"4\" y=\"3\"   rx=\"2\" />\n  <rect x=\"8\" y=\"7\"   rx=\"1\" />\n  <line x1=\"8\" y1=\"14\" x2=\"8\" y2=\"14.01\" />\n  <line x1=\"12\" y1=\"14\" x2=\"12\" y2=\"14.01\" />\n  <line x1=\"16\" y1=\"14\" x2=\"16\" y2=\"14.01\" />\n  <line x1=\"8\" y1=\"17\" x2=\"8\" y2=\"17.01\" />\n  <line x1=\"12\" y1=\"17\" x2=\"12\" y2=\"17.01\" />\n  <line x1=\"16\" y1=\"17\" x2=\"16\" y2=\"17.01\" />\n</svg>\n\n\n</li><li title=\"calendar event \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-calendar-event\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"4\" y=\"5\"   rx=\"2\" />\n  <line x1=\"16\" y1=\"3\" x2=\"16\" y2=\"7\" />\n  <line x1=\"8\" y1=\"3\" x2=\"8\" y2=\"7\" />\n  <line x1=\"4\" y1=\"11\" x2=\"20\" y2=\"11\" />\n  <rect x=\"8\" y=\"15\"   />\n</svg>\n\n\n</li><li title=\"calendar minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-calendar-minus\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"4\" y=\"5\"   rx=\"2\" />\n  <line x1=\"16\" y1=\"3\" x2=\"16\" y2=\"7\" />\n  <line x1=\"8\" y1=\"3\" x2=\"8\" y2=\"7\" />\n  <line x1=\"4\" y1=\"11\" x2=\"20\" y2=\"11\" />\n  <line x1=\"10\" y1=\"16\" x2=\"14\" y2=\"16\" />\n</svg>\n\n\n</li><li title=\"calendar off \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-calendar-off\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M19.823 19.824a2 2 0 0 1 -1.823 1.176h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 1.175 -1.823m3.825 -.177h9a2 2 0 0 1 2 2v9\" />\n  <line x1=\"16\" y1=\"3\" x2=\"16\" y2=\"7\" />\n  <line x1=\"8\" y1=\"3\" x2=\"8\" y2=\"4\" />\n  <path d=\"M4 11h7m4 0h5\" />\n  <line x1=\"11\" y1=\"15\" x2=\"12\" y2=\"15\" />\n  <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"18\" />\n  <line x1=\"3\" y1=\"3\" x2=\"21\" y2=\"21\" />\n</svg>\n\n\n</li><li title=\"calendar plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-calendar-plus\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"4\" y=\"5\"   rx=\"2\" />\n  <line x1=\"16\" y1=\"3\" x2=\"16\" y2=\"7\" />\n  <line x1=\"8\" y1=\"3\" x2=\"8\" y2=\"7\" />\n  <line x1=\"4\" y1=\"11\" x2=\"20\" y2=\"11\" />\n  <line x1=\"10\" y1=\"16\" x2=\"14\" y2=\"16\" />\n  <line x1=\"12\" y1=\"14\" x2=\"12\" y2=\"18\" />\n</svg>\n\n\n</li><li title=\"calendar stats \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-calendar-stats\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M11.795 21h-6.795a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v4\" />\n  <path d=\"M18 14v4h4\" />\n  <circle cx=\"18\" cy=\"18\" r=\"4\" />\n  <path d=\"M15 3v4\" />\n  <path d=\"M7 3v4\" />\n  <path d=\"M3 11h16\" />\n</svg>\n\n\n</li><li title=\"calendar time \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-calendar-time\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M11.795 21h-6.795a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v4\" />\n  <circle cx=\"18\" cy=\"18\" r=\"4\" />\n  <path d=\"M15 3v4\" />\n  <path d=\"M7 3v4\" />\n  <path d=\"M3 11h16\" />\n  <path d=\"M18 16.496v1.504l1 1\" />\n</svg>\n\n\n</li><li title=\"calendar \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-calendar\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"4\" y=\"5\"   rx=\"2\" />\n  <line x1=\"16\" y1=\"3\" x2=\"16\" y2=\"7\" />\n  <line x1=\"8\" y1=\"3\" x2=\"8\" y2=\"7\" />\n  <line x1=\"4\" y1=\"11\" x2=\"20\" y2=\"11\" />\n  <line x1=\"11\" y1=\"15\" x2=\"12\" y2=\"15\" />\n  <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"18\" />\n</svg>\n\n\n</li><li title=\"camera minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-camera-minus\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"13\" r=\"3\" />\n  <path d=\"M5 7h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h3m9 6v8a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2\" />\n  <line x1=\"15\" y1=\"6\" x2=\"21\" y2=\"6\" />\n</svg>\n\n\n</li><li title=\"camera off \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-camera-off\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M8.29 4.296a1 1 0 0 1 .71 -.296h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v8m-1.179 2.824c-.25 .113 -.528 .176 -.821 .176h-14a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1c.292 0 .568 -.062 .818 -.175\" />\n  <path d=\"M10.436 10.44a3 3 0 1 0 4.126 4.122\" />\n  <line x1=\"3\" y1=\"3\" x2=\"21\" y2=\"21\" />\n</svg>\n\n\n</li><li title=\"camera plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-camera-plus\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"13\" r=\"3\" />\n  <path d=\"M5 7h2a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h2m9 7v7a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2\" />\n  <line x1=\"15\" y1=\"6\" x2=\"21\" y2=\"6\" />\n  <line x1=\"18\" y1=\"3\" x2=\"18\" y2=\"9\" />\n</svg>\n\n\n</li><li title=\"camera rotate \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-camera-rotate\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M5 7h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v9a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2\" />\n  <path d=\"M11.245 15.904a3 3 0 0 0 3.755 -2.904m-2.25 -2.905a3 3 0 0 0 -3.75 2.905\" />\n  <path d=\"M14 13h2v2\" />\n  <path d=\"M10 13h-2v-2\" />\n</svg>\n\n\n</li><li title=\"camera selfie \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-camera-selfie\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M5 7h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v9a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2\" />\n  <path d=\"M9.5 15a3.5 3.5 0 0 0 5 0\" />\n  <line x1=\"15\" y1=\"11\" x2=\"15.01\" y2=\"11\" />\n  <line x1=\"9\" y1=\"11\" x2=\"9.01\" y2=\"11\" />\n</svg>\n\n\n</li><li title=\"camera \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-camera\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M5 7h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v9a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2\" />\n  <circle cx=\"12\" cy=\"13\" r=\"3\" />\n</svg>\n\n\n</li><li title=\"candle \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-candle\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M9 21h6v-9a1 1 0 0 0 -1 -1h-4a1 1 0 0 0 -1 1v9z\" />\n  <path d=\"M12 3l1.465 1.638a2 2 0 1 1 -3.015 .099l1.55 -1.737z\" />\n</svg>\n\n\n</li><li title=\"candy \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-candy\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M7.05 11.293l4.243 -4.243a2 2 0 0 1 2.828 0l2.829 2.83a2 2 0 0 1 0 2.828l-4.243 4.243a2 2 0 0 1 -2.828 0l-2.829 -2.831a2 2 0 0 1 0 -2.828z\" />\n  <path d=\"M16.243 9.172l3.086 -.772a1.5 1.5 0 0 0 .697 -2.516l-2.216 -2.217a1.5 1.5 0 0 0 -2.44 .47l-1.248 2.913\" />\n  <path d=\"M9.172 16.243l-.772 3.086a1.5 1.5 0 0 1 -2.516 .697l-2.217 -2.216a1.5 1.5 0 0 1 .47 -2.44l2.913 -1.248\" />\n</svg>\n\n\n</li><li title=\"capture \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-capture\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4 8v-2a2 2 0 0 1 2 -2h2\" />\n  <path d=\"M4 16v2a2 2 0 0 0 2 2h2\" />\n  <path d=\"M16 4h2a2 2 0 0 1 2 2v2\" />\n  <path d=\"M16 20h2a2 2 0 0 0 2 -2v-2\" />\n  <circle cx=\"12\" cy=\"12\" r=\"3\" />\n</svg>\n\n\n</li><li title=\"car crane \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-car-crane\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"5\" cy=\"17\" r=\"2\" />\n  <circle cx=\"17\" cy=\"17\" r=\"2\" />\n  <path d=\"M7 18h8m4 0h2v-6a5 5 0 0 0 -5 -5h-1l1.5 5h4.5\" />\n  <path d=\"M12 18v-11h3\" />\n  <path d=\"M3 17v-5h9\" />\n  <path d=\"M4 12v-6l18 -3v2\" />\n  <path d=\"M8 12v-4l-4 -2\" />\n</svg>\n\n\n</li><li title=\"car crash \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-car-crash\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"10\" cy=\"17\" r=\"2\" />\n  <path d=\"M7 6l4 5h1a2 2 0 0 1 2 2v4h-2m-4 0h-5m0 -6h8m-6 0v-5m2 0h-4\" />\n  <path d=\"M14 8v-2\" />\n  <path d=\"M19 12h2\" />\n  <path d=\"M17.5 15.5l1.5 1.5\" />\n  <path d=\"M17.5 8.5l1.5 -1.5\" />\n</svg>\n\n\n</li><li title=\"car \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-car\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"7\" cy=\"17\" r=\"2\" />\n  <circle cx=\"17\" cy=\"17\" r=\"2\" />\n  <path d=\"M5 17h-2v-6l2 -5h9l4 5h1a2 2 0 0 1 2 2v4h-2m-4 0h-6m-6 -6h15m-6 0v-5\" />\n</svg>\n\n\n</li><li title=\"caravan \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-caravan\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"11\" cy=\"17\" r=\"2\" />\n  <line x1=\"21\" y1=\"17\" x2=\"13\" y2=\"17\" />\n  <path d=\"M9 17h-5a1 1 0 0 1 -1 -1v-9a2 2 0 0 1 2 -2h10l4 4v8\" />\n  <rect x=\"6\" y=\"8\"   rx=\"1\" />\n</svg>\n\n\n</li><li title=\"cardboards \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-cardboards\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M3 7v8.5a2.5 2.5 0 0 0 2.5 2.5h1.06a3 3 0 0 0 2.34 -1.13l1.54 -1.92a2 2 0 0 1 3.12 0l1.54 1.92a3 3 0 0 0 2.34 1.13h1.06a2.5 2.5 0 0 0 2.5 -2.5v-8.5a2 2 0 0 0 -2 -2h-14a2 2 0 0 0 -2 2z\" />\n  <circle cx=\"8\" cy=\"11\" r=\"1\" />\n  <circle cx=\"16\" cy=\"11\" r=\"1\" />\n</svg>\n\n\n</li><li title=\"caret down \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-caret-down\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M18 15l-6 -6l-6 6h12\" transform=\"rotate(180 12 12)\" />\n</svg>\n\n\n</li><li title=\"caret left \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-caret-left\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M18 15l-6 -6l-6 6h12\" transform=\"rotate(270 12 12)\" />\n</svg>\n\n\n</li><li title=\"caret right \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-caret-right\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M18 15l-6 -6l-6 6h12\" transform=\"rotate(90 12 12)\" />\n</svg>\n\n\n</li><li title=\"caret up \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-caret-up\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M18 15l-6 -6l-6 6h12\" />\n</svg>\n\n\n</li><li title=\"cash banknote off \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-cash-banknote-off\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M9.88 9.878a3 3 0 1 0 4.242 4.243m.58 -3.425a3.012 3.012 0 0 0 -1.412 -1.405\" />\n  <path d=\"M10 6h9a2 2 0 0 1 2 2v8c0 .294 -.064 .574 -.178 .825m-2.822 1.175h-13a2 2 0 0 1 -2 -2v-8a2 2 0 0 1 2 -2h1\" />\n  <line x1=\"18\" y1=\"12\" x2=\"18.01\" y2=\"12\" />\n  <line x1=\"6\" y1=\"12\" x2=\"6.01\" y2=\"12\" />\n  <line x1=\"3\" y1=\"3\" x2=\"21\" y2=\"21\" />\n</svg>\n\n\n</li><li title=\"cash banknote \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-cash-banknote\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"3\" />\n  <rect x=\"3\" y=\"6\"   rx=\"2\" />\n  <line x1=\"18\" y1=\"12\" x2=\"18.01\" y2=\"12\" />\n  <line x1=\"6\" y1=\"12\" x2=\"6.01\" y2=\"12\" />\n</svg>\n\n\n</li><li title=\"cash \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-cash\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"7\" y=\"9\"   rx=\"2\" />\n  <circle cx=\"14\" cy=\"14\" r=\"2\" />\n  <path d=\"M17 9v-2a2 2 0 0 0 -2 -2h-10a2 2 0 0 0 -2 2v6a2 2 0 0 0 2 2h2\" />\n</svg>\n\n\n</li><li title=\"cast \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-cast\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"3\" y1=\"19\" x2=\"3.01\" y2=\"19\" />\n  <path d=\"M7 19a4 4 0 0 0 -4 -4\" />\n  <path d=\"M11 19a8 8 0 0 0 -8 -8\" />\n  <path d=\"M15 19h3a3 3 0 0 0 3 -3v-8a3 3 0 0 0 -3 -3h-12a3 3 0 0 0 -2.8 2\" />\n</svg>\n\n\n</li><li title=\"ce \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-ce\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M11 4a8 8 0 1 0 0 16\" />\n  <path d=\"M20 4a8 8 0 1 0 0 16\" />\n  <line x1=\"12\" y1=\"12\" x2=\"20\" y2=\"12\" />\n</svg>\n\n\n</li><li title=\"certificate \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-certificate\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"15\" cy=\"15\" r=\"3\" />\n  <path d=\"M13 17.5v4.5l2 -1.5l2 1.5v-4.5\" />\n  <path d=\"M10 19h-5a2 2 0 0 1 -2 -2v-10c0 -1.1 .9 -2 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -1 1.73\" />\n  <line x1=\"6\" y1=\"9\" x2=\"18\" y2=\"9\" />\n  <line x1=\"6\" y1=\"12\" x2=\"9\" y2=\"12\" />\n  <line x1=\"6\" y1=\"15\" x2=\"8\" y2=\"15\" />\n</svg>\n\n\n</li><li title=\"charging pile \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-charging-pile\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"18\" y1=\"7\" x2=\"17\" y2=\"8\" />\n  <path d=\"M14 11h1a2 2 0 0 1 2 2v3a1.5 1.5 0 0 0 3 0v-7l-3 -3\" />\n  <path d=\"M4 20v-14a2 2 0 0 1 2 -2h6a2 2 0 0 1 2 2v14\" />\n  <path d=\"M9 11.5l-1.5 2.5h3l-1.5 2.5\" />\n  <line x1=\"3\" y1=\"20\" x2=\"15\" y2=\"20\" />\n  <line x1=\"4\" y1=\"8\" x2=\"14\" y2=\"8\" />\n</svg>\n\n\n</li><li title=\"chart arcs 3 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-chart-arcs-3\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"1\" />\n  <path d=\"M7 12a5 5 0 1 0 5 -5\" />\n  <path d=\"M6.29 18.957a9 9 0 1 0 5.71 -15.957\" />\n</svg>\n\n\n</li><li title=\"chart arcs \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-chart-arcs\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"1\" />\n  <path d=\"M16.924 11.132a5 5 0 1 0 -4.056 5.792\" />\n  <path d=\"M3 12a9 9 0 1 0 9 -9\" />\n</svg>\n\n\n</li><li title=\"chart area line \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-chart-area-line\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <polyline points=\"4 19 8 13 12 15 16 10 20 14 20 19 4 19\" />\n  <polyline points=\"4 12 7 8 11 10 16 4 20 8\" />\n</svg>\n\n\n</li><li title=\"chart area \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-chart-area\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"4\" y1=\"19\" x2=\"20\" y2=\"19\" />\n  <polyline points=\"4 15 8 9 12 11 16 6 20 10 20 15 4 15\" />\n</svg>\n\n\n</li><li title=\"chart arrows vertical \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-chart-arrows-vertical\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M18 21v-14\" />\n  <path d=\"M9 15l3 -3l3 3\" />\n  <path d=\"M15 10l3 -3l3 3\" />\n  <line x1=\"3\" y1=\"21\" x2=\"21\" y2=\"21\" />\n  <line x1=\"12\" y1=\"21\" x2=\"12\" y2=\"12\" />\n  <path d=\"M3 6l3 -3l3 3\" />\n  <path d=\"M6 21v-18\" />\n</svg>\n\n\n</li><li title=\"chart arrows \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-chart-arrows\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"3\" y1=\"18\" x2=\"17\" y2=\"18\" />\n  <path d=\"M9 9l3 3l-3 3\" />\n  <path d=\"M14 15l3 3l-3 3\" />\n  <line x1=\"3\" y1=\"3\" x2=\"3\" y2=\"21\" />\n  <line x1=\"3\" y1=\"12\" x2=\"12\" y2=\"12\" />\n  <path d=\"M18 3l3 3l-3 3\" />\n  <line x1=\"3\" y1=\"6\" x2=\"21\" y2=\"6\" />\n</svg>\n\n\n</li><li title=\"chart bar \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-chart-bar\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"3\" y=\"12\"   rx=\"1\" />\n  <rect x=\"9\" y=\"8\"   rx=\"1\" />\n  <rect x=\"15\" y=\"4\"   rx=\"1\" />\n  <line x1=\"4\" y1=\"20\" x2=\"18\" y2=\"20\" />\n</svg>\n\n\n</li><li title=\"chart bubble \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-chart-bubble\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"6\" cy=\"16\" r=\"3\" />\n  <circle cx=\"16\" cy=\"19\" r=\"2\" />\n  <circle cx=\"14.5\" cy=\"7.5\" r=\"4.5\" />\n</svg>\n\n\n</li><li title=\"chart candle \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-chart-candle\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"4\" y=\"6\"   rx=\"1\" />\n  <line x1=\"6\" y1=\"4\" x2=\"6\" y2=\"6\" />\n  <line x1=\"6\" y1=\"11\" x2=\"6\" y2=\"20\" />\n  <rect x=\"10\" y=\"14\"   rx=\"1\" />\n  <line x1=\"12\" y1=\"4\" x2=\"12\" y2=\"14\" />\n  <line x1=\"12\" y1=\"19\" x2=\"12\" y2=\"20\" />\n  <rect x=\"16\" y=\"5\"   rx=\"1\" />\n  <line x1=\"18\" y1=\"4\" x2=\"18\" y2=\"5\" />\n  <line x1=\"18\" y1=\"11\" x2=\"18\" y2=\"20\" />\n</svg>\n\n\n</li><li title=\"chart circles \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-chart-circles\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"9.5\" cy=\"9.5\" r=\"5.5\" />\n  <circle cx=\"14.5\" cy=\"14.5\" r=\"5.5\" />\n</svg>\n\n\n</li><li title=\"chart donut 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-chart-donut-2\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 3v5m4 4h5\" />\n  <circle cx=\"12\" cy=\"12\" r=\"4\" />\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n</svg>\n\n\n</li><li title=\"chart donut 3 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-chart-donut-3\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 3v5m4 4h5\" />\n  <path d=\"M8.929 14.582l-3.429 2.918\" />\n  <circle cx=\"12\" cy=\"12\" r=\"4\" />\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n</svg>\n\n\n</li><li title=\"chart donut 4 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-chart-donut-4\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M8.848 14.667l-3.348 2.833\" />\n  <path d=\"M12 3v5m4 4h5\" />\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n  <path d=\"M14.219 15.328l2.781 4.172\" />\n  <circle cx=\"12\" cy=\"12\" r=\"4\" />\n</svg>\n\n\n</li><li title=\"chart donut \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-chart-donut\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M10 3.2a9 9 0 1 0 10.8 10.8a1 1 0 0 0 -1 -1h-3.8a4.1 4.1 0 1 1 -5 -5v-4a0.9 .9 0 0 0 -1 -.8\" />\n  <path d=\"M15 3.5a9 9 0 0 1 5.5 5.5h-4.5a9 9 0 0 0 -1 -1v-4.5\" />\n</svg>\n\n\n</li><li title=\"chart dots \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-chart-dots\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M3 3v18h18\" />\n  <circle cx=\"9\" cy=\"9\" r=\"2\" />\n  <circle cx=\"19\" cy=\"7\" r=\"2\" />\n  <circle cx=\"14\" cy=\"15\" r=\"2\" />\n  <line x1=\"10.16\" y1=\"10.62\" x2=\"12.5\" y2=\"13.5\" />\n  <path d=\"M15.088 13.328l2.837 -4.586\" />\n</svg>\n\n\n</li><li title=\"chart infographic \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-chart-infographic\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"7\" cy=\"7\" r=\"4\" />\n  <path d=\"M7 3v4h4\" />\n  <line x1=\"9\" y1=\"17\" x2=\"9\" y2=\"21\" />\n  <line x1=\"17\" y1=\"14\" x2=\"17\" y2=\"21\" />\n  <line x1=\"13\" y1=\"13\" x2=\"13\" y2=\"21\" />\n  <line x1=\"21\" y1=\"12\" x2=\"21\" y2=\"21\" />\n</svg>\n\n\n</li><li title=\"chart line \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-chart-line\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"4\" y1=\"19\" x2=\"20\" y2=\"19\" />\n  <polyline points=\"4 15 8 9 12 11 16 6 20 10\" />\n</svg>\n\n\n</li><li title=\"chart pie 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-chart-pie-2\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 3v9h9\" />\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n</svg>\n\n\n</li><li title=\"chart pie 3 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-chart-pie-3\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 12l-6.5 5.5\" />\n  <path d=\"M12 3v9h9\" />\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n</svg>\n\n\n</li><li title=\"chart pie 4 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-chart-pie-4\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 12l-6.5 5.5\" />\n  <path d=\"M12 3v9h9\" />\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n  <path d=\"M12 12l5 7.5\" />\n</svg>\n\n\n</li><li title=\"chart pie \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-chart-pie\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M10 3.2a9 9 0 1 0 10.8 10.8a1 1 0 0 0 -1 -1h-6.8a2 2 0 0 1 -2 -2v-7a0.9 .9 0 0 0 -1 -.8\" />\n  <path d=\"M15 3.5a9 9 0 0 1 5.5 5.5h-4.5a1 1 0 0 1 -1 -1v-4.5\" />\n</svg>\n\n\n</li><li title=\"chart radar \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-chart-radar\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 3l9.5 7l-3.5 11h-12l-3.5 -11z\" />\n  <path d=\"M12 7.5l5.5 4l-2.5 5.5h-6.5l-2 -5.5z\" />\n  <path d=\"M2.5 10l9.5 3l9.5 -3\" />\n  <path d=\"M12 3v10l6 8\" />\n  <path d=\"M6 21l6 -8\" />\n</svg>\n\n\n</li><li title=\"check \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-check\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M5 12l5 5l10 -10\" />\n</svg>\n\n\n</li><li title=\"checkbox \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-checkbox\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <polyline points=\"9 11 12 14 20 6\" />\n  <path d=\"M20 12v6a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h9\" />\n</svg>\n\n\n</li><li title=\"checks \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-checks\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M7 12l5 5l10 -10\" />\n  <path d=\"M2 12l5 5m5 -5l5 -5\" />\n</svg>\n\n\n</li><li title=\"checkup list \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-checkup-list\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2\" />\n  <rect x=\"9\" y=\"3\"   rx=\"2\" />\n  <path d=\"M9 14h.01\" />\n  <path d=\"M9 17h.01\" />\n  <path d=\"M12 16l1 1l3 -3\" />\n</svg>\n\n\n</li><li title=\"cheese \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-cheese\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4.519 20.008l16.481 -.008v-3.5a2 2 0 1 1 0 -4v-3.5h-16.722\" />\n  <path d=\"M21 9l-9.385 -4.992c-2.512 .12 -4.758 1.42 -6.327 3.425c-1.423 1.82 -2.288 4.221 -2.288 6.854c0 2.117 .56 4.085 1.519 5.721\" />\n  <path d=\"M15 13v.01\" />\n  <path d=\"M8 13v.01\" />\n  <path d=\"M11 16v.01\" />\n</svg>\n\n\n</li><li title=\"chevron down left \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-chevron-down-left\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M8 8v8h8\" />\n</svg>\n\n\n</li><li title=\"chevron down right \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-chevron-down-right\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M16 8v8h-8\" />\n</svg>\n\n\n</li><li title=\"chevron down \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-chevron-down\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <polyline points=\"6 9 12 15 18 9\" />\n</svg>\n\n\n</li><li title=\"chevron left \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-chevron-left\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <polyline points=\"15 6 9 12 15 18\" />\n</svg>\n\n\n</li><li title=\"chevron right \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-chevron-right\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <polyline points=\"9 6 15 12 9 18\" />\n</svg>\n\n\n</li><li title=\"chevron up left \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-chevron-up-left\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M8 16v-8h8\" />\n</svg>\n\n\n</li><li title=\"chevron up right \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-chevron-up-right\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M8 8h8v8\" />\n</svg>\n\n\n</li><li title=\"chevron up \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-chevron-up\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <polyline points=\"6 15 12 9 18 15\" />\n</svg>\n\n\n</li><li title=\"chevrons down left \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-chevrons-down-left\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M11 5v8h8\" />\n  <path d=\"M7 9v8h8\" />\n</svg>\n\n\n</li><li title=\"chevrons down right \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-chevrons-down-right\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M13 5v8h-8\" />\n  <path d=\"M17 9v8h-8\" />\n</svg>\n\n\n</li><li title=\"chevrons down \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-chevrons-down\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <polyline points=\"7 7 12 12 17 7\" />\n  <polyline points=\"7 13 12 18 17 13\" />\n</svg>\n\n\n</li><li title=\"chevrons left \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-chevrons-left\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <polyline points=\"11 7 6 12 11 17\" />\n  <polyline points=\"17 7 12 12 17 17\" />\n</svg>\n\n\n</li><li title=\"chevrons right \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-chevrons-right\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <polyline points=\"7 7 12 12 7 17\" />\n  <polyline points=\"13 7 18 12 13 17\" />\n</svg>\n\n\n</li><li title=\"chevrons up left \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-chevrons-up-left\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M7 15v-8h8\" />\n  <path d=\"M11 19v-8h8\" />\n</svg>\n\n\n</li><li title=\"chevrons up right \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-chevrons-up-right\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M9 7h8v8\" />\n  <path d=\"M5 11h8v8\" />\n</svg>\n\n\n</li><li title=\"chevrons up \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-chevrons-up\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <polyline points=\"7 11 12 6 17 11\" />\n  <polyline points=\"7 17 12 12 17 17\" />\n</svg>\n\n\n</li><li title=\"christmas tree \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-christmas-tree\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 3l4 4l-2 1l4 4l-3 1l4 4h-14l4 -4l-3 -1l4 -4l-2 -1z\" />\n  <path d=\"M14 17v3a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-3\" />\n</svg>\n\n\n</li><li title=\"circle 0 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-circle-0\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2z\" />\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n</svg>\n\n\n</li><li title=\"circle 1 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-circle-1\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 16v-8l-2 2\" />\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n</svg>\n\n\n</li><li title=\"circle 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-circle-2\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M10 10a2 2 0 1 1 4 0c0 .591 -.417 1.318 -.816 1.858l-3.184 4.143l4 0\" />\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n</svg>\n\n\n</li><li title=\"circle 3 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-circle-3\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 12a2 2 0 1 0 -2 -2\" />\n  <path d=\"M10 14a2 2 0 1 0 2 -2\" />\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n</svg>\n\n\n</li><li title=\"circle 4 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-circle-4\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M13 16v-8l-4 6h5\" />\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n</svg>\n\n\n</li><li title=\"circle 5 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-circle-5\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M10 16h2a2 2 0 1 0 0 -4h-2v-4h4\" />\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n</svg>\n\n\n</li><li title=\"circle 6 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-circle-6\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"14\" r=\"2\" />\n  <path d=\"M14 10a2 2 0 1 0 -4 0v4\" />\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n</svg>\n\n\n</li><li title=\"circle 7 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-circle-7\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M10 8h4l-2 8\" />\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n</svg>\n\n\n</li><li title=\"circle 8 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-circle-8\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"10\" r=\"2\" />\n  <circle cx=\"12\" cy=\"14\" r=\"2\" />\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n</svg>\n\n\n</li><li title=\"circle 9 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-circle-9\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"10\" r=\"2\" />\n  <path d=\"M10 14a2 2 0 1 0 4 0v-4\" />\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n</svg>\n\n\n</li><li title=\"circle check \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-circle-check\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n  <path d=\"M9 12l2 2l4 -4\" />\n</svg>\n\n\n</li><li title=\"circle dashed \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-circle-dashed\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M8.56 3.69a9 9 0 0 0 -2.92 1.95\" />\n  <path d=\"M3.69 8.56a9 9 0 0 0 -.69 3.44\" />\n  <path d=\"M3.69 15.44a9 9 0 0 0 1.95 2.92\" />\n  <path d=\"M8.56 20.31a9 9 0 0 0 3.44 .69\" />\n  <path d=\"M15.44 20.31a9 9 0 0 0 2.92 -1.95\" />\n  <path d=\"M20.31 15.44a9 9 0 0 0 .69 -3.44\" />\n  <path d=\"M20.31 8.56a9 9 0 0 0 -1.95 -2.92\" />\n  <path d=\"M15.44 3.69a9 9 0 0 0 -3.44 -.69\" />\n</svg>\n\n\n</li><li title=\"circle dot \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-circle-dot\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"1\" />\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n</svg>\n\n\n</li><li title=\"circle dotted \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-circle-dotted\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"7.5\" y1=\"4.21\" x2=\"7.5\" y2=\"4.22\" />\n  <line x1=\"4.21\" y1=\"7.5\" x2=\"4.21\" y2=\"7.51\" />\n  <line x1=\"3\" y1=\"12\" x2=\"3\" y2=\"12.01\" />\n  <line x1=\"4.21\" y1=\"16.5\" x2=\"4.21\" y2=\"16.51\" />\n  <line x1=\"7.5\" y1=\"19.79\" x2=\"7.5\" y2=\"19.8\" />\n  <line x1=\"12\" y1=\"21\" x2=\"12\" y2=\"21.01\" />\n  <line x1=\"16.5\" y1=\"19.79\" x2=\"16.5\" y2=\"19.8\" />\n  <line x1=\"19.79\" y1=\"16.5\" x2=\"19.79\" y2=\"16.51\" />\n  <line x1=\"21\" y1=\"12\" x2=\"21\" y2=\"12.01\" />\n  <line x1=\"19.79\" y1=\"7.5\" x2=\"19.79\" y2=\"7.51\" />\n  <line x1=\"16.5\" y1=\"4.21\" x2=\"16.5\" y2=\"4.22\" />\n  <line x1=\"12\" y1=\"3\" x2=\"12\" y2=\"3.01\" />\n</svg>\n\n\n</li><li title=\"circle half 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-circle-half-2\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n  <path d=\"M12 3v18\" />\n  <path d=\"M12 14l7 -7\" />\n  <path d=\"M12 19l8.5 -8.5\" />\n  <path d=\"M12 9l4.5 -4.5\" />\n</svg>\n\n\n</li><li title=\"circle half vertical \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-circle-half-vertical\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n  <path d=\"M3 12h18\" />\n</svg>\n\n\n</li><li title=\"circle half \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-circle-half\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n  <path d=\"M12 3v18\" />\n</svg>\n\n\n</li><li title=\"circle minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-circle-minus\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n  <line x1=\"9\" y1=\"12\" x2=\"15\" y2=\"12\" />\n</svg>\n\n\n</li><li title=\"circle off \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-circle-off\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M20.042 16.045a9 9 0 0 0 -12.087 -12.087m-2.318 1.677a9 9 0 1 0 12.725 12.73\" />\n  <path d=\"M3 3l18 18\" />\n</svg>\n\n\n</li><li title=\"circle plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-circle-plus\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n  <line x1=\"9\" y1=\"12\" x2=\"15\" y2=\"12\" />\n  <line x1=\"12\" y1=\"9\" x2=\"12\" y2=\"15\" />\n</svg>\n\n\n</li><li title=\"circle square \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-circle-square\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"9.5\" cy=\"9.5\" r=\"6.5\" />\n  <rect x=\"10\" y=\"10\"   rx=\"2\" />\n</svg>\n\n\n</li><li title=\"circle x \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-circle-x\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n  <path d=\"M10 10l4 4m0 -4l-4 4\" />\n</svg>\n\n\n</li><li title=\"circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-circle\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n</svg>\n\n\n</li><li title=\"circles \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-circles\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"7\" r=\"4\" />\n  <circle cx=\"6.5\" cy=\"17\" r=\"4\" />\n  <circle cx=\"17.5\" cy=\"17\" r=\"4\" />\n</svg>\n\n\n</li><li title=\"clear all \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-clear-all\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M8 6h12\" />\n  <path d=\"M6 12h12\" />\n  <path d=\"M4 18h12\" />\n</svg>\n\n\n</li><li title=\"clear formatting \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-clear-formatting\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M17 15l4 4m0 -4l-4 4\" />\n  <path d=\"M7 6v-1h11v1\" />\n  <line x1=\"7\" y1=\"19\" x2=\"11\" y2=\"19\" />\n  <line x1=\"13\" y1=\"5\" x2=\"9\" y2=\"19\" />\n</svg>\n\n\n</li><li title=\"click \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-click\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"3\" y1=\"12\" x2=\"6\" y2=\"12\" />\n  <line x1=\"12\" y1=\"3\" x2=\"12\" y2=\"6\" />\n  <line x1=\"7.8\" y1=\"7.8\" x2=\"5.6\" y2=\"5.6\" />\n  <line x1=\"16.2\" y1=\"7.8\" x2=\"18.4\" y2=\"5.6\" />\n  <line x1=\"7.8\" y1=\"16.2\" x2=\"5.6\" y2=\"18.4\" />\n  <path d=\"M12 12l9 3l-4 2l-2 4l-3 -9\" />\n</svg>\n\n\n</li><li title=\"clipboard check \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-clipboard-check\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2\" />\n  <rect x=\"9\" y=\"3\"   rx=\"2\" />\n  <path d=\"M9 14l2 2l4 -4\" />\n</svg>\n\n\n</li><li title=\"clipboard list \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-clipboard-list\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2\" />\n  <rect x=\"9\" y=\"3\"   rx=\"2\" />\n  <line x1=\"9\" y1=\"12\" x2=\"9.01\" y2=\"12\" />\n  <line x1=\"13\" y1=\"12\" x2=\"15\" y2=\"12\" />\n  <line x1=\"9\" y1=\"16\" x2=\"9.01\" y2=\"16\" />\n  <line x1=\"13\" y1=\"16\" x2=\"15\" y2=\"16\" />\n</svg>\n\n\n</li><li title=\"clipboard plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-clipboard-plus\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2\" />\n  <rect x=\"9\" y=\"3\"   rx=\"2\" />\n  <path d=\"M10 14h4\" />\n  <path d=\"M12 12v4\" />\n</svg>\n\n\n</li><li title=\"clipboard x \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-clipboard-x\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2\" />\n  <rect x=\"9\" y=\"3\"   rx=\"2\" />\n  <path d=\"M10 12l4 4m0 -4l-4 4\" />\n</svg>\n\n\n</li><li title=\"clipboard \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-clipboard\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2\" />\n  <rect x=\"9\" y=\"3\"   rx=\"2\" />\n</svg>\n\n\n</li><li title=\"clock \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-clock\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n  <polyline points=\"12 7 12 12 15 15\" />\n</svg>\n\n\n</li><li title=\"cloud download \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-cloud-download\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M19 18a3.5 3.5 0 0 0 0 -7h-1a5 4.5 0 0 0 -11 -2a4.6 4.4 0 0 0 -2.1 8.4\" />\n  <line x1=\"12\" y1=\"13\" x2=\"12\" y2=\"22\" />\n  <polyline points=\"9 19 12 22 15 19\" />\n</svg>\n\n\n</li><li title=\"cloud fog \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-cloud-fog\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M7 16a4.6 4.4 0 0 1 0 -9a5 4.5 0 0 1 11 2h1a3.5 3.5 0 0 1 0 7h-12\" />\n  <line x1=\"5\" y1=\"20\" x2=\"19\" y2=\"20\" />\n</svg>\n\n\n</li><li title=\"cloud lock open \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-cloud-lock-open\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M19 18a3.5 3.5 0 0 0 0 -7h-1c.397 -1.768 -.285 -3.593 -1.788 -4.787c-1.503 -1.193 -3.6 -1.575 -5.5 -1s-3.315 2.019 -3.712 3.787c-2.199 -.088 -4.155 1.326 -4.666 3.373c-.512 2.047 .564 4.154 2.566 5.027\" />\n  <rect x=\"8\" y=\"15\"   rx=\"1\" />\n  <path d=\"M10 15v-2a2 2 0 0 1 3.736 -.994\" />\n</svg>\n\n\n</li><li title=\"cloud lock \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-cloud-lock\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M19 18a3.5 3.5 0 0 0 0 -7h-1c.397 -1.768 -.285 -3.593 -1.788 -4.787c-1.503 -1.193 -3.6 -1.575 -5.5 -1s-3.315 2.019 -3.712 3.787c-2.199 -.088 -4.155 1.326 -4.666 3.373c-.512 2.047 .564 4.154 2.566 5.027\" />\n  <rect x=\"8\" y=\"15\"   rx=\"1\" />\n  <path d=\"M10 15v-2a2 2 0 1 1 4 0v2\" />\n</svg>\n\n\n</li><li title=\"cloud off \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-cloud-off\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"3\" y1=\"3\" x2=\"21\" y2=\"21\" />\n  <path d=\"M18 18h-11c-2.598 0 -4.705 -2.015 -4.705 -4.5s2.107 -4.5 4.705 -4.5c.112 -.5 .305 -.973 .568 -1.408m2.094 -1.948c.329 -.174 .68 -.319 1.05 -.43c1.9 -.576 3.997 -.194 5.5 1c1.503 1.192 2.185 3.017 1.788 4.786h1a3.5 3.5 0 0 1 2.212 6.212\" />\n</svg>\n\n\n</li><li title=\"cloud rain \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-cloud-rain\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M7 18a4.6 4.4 0 0 1 0 -9a5 4.5 0 0 1 11 2h1a3.5 3.5 0 0 1 0 7\" />\n  <path d=\"M11 13v2m0 3v2m4 -5v2m0 3v2\" />\n</svg>\n\n\n</li><li title=\"cloud snow \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-cloud-snow\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M7 18a4.6 4.4 0 0 1 0 -9a5 4.5 0 0 1 11 2h1a3.5 3.5 0 0 1 0 7\" />\n  <path d=\"M11 15v.01m0 3v.01m0 3v.01m4 -4v.01m0 3v.01\" />\n</svg>\n\n\n</li><li title=\"cloud storm \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-cloud-storm\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M7 18a4.6 4.4 0 0 1 0 -9a5 4.5 0 0 1 11 2h1a3.5 3.5 0 0 1 0 7h-1\" />\n  <polyline points=\"13 14 11 18 14 18 12 22\" />\n</svg>\n\n\n</li><li title=\"cloud upload \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-cloud-upload\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M7 18a4.6 4.4 0 0 1 0 -9a5 4.5 0 0 1 11 2h1a3.5 3.5 0 0 1 0 7h-1\" />\n  <polyline points=\"9 15 12 12 15 15\" />\n  <line x1=\"12\" y1=\"12\" x2=\"12\" y2=\"21\" />\n</svg>\n\n\n</li><li title=\"cloud \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-cloud\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M7 18a4.6 4.4 0 0 1 0 -9a5 4.5 0 0 1 11 2h1a3.5 3.5 0 0 1 0 7h-12\" />\n</svg>\n\n\n</li><li title=\"clubs \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-clubs\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 3a4 4 0 0 1 3.164 6.447a4 4 0 1 1 -1.164 6.198v1.355l1 4h-6l1 -4l.001 -1.355a4 4 0 1 1 -1.164 -6.199a4 4 0 0 1 3.163 -6.446z\" />\n</svg>\n\n\n</li><li title=\"code minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-code-minus\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M9 12h6\" />\n  <path d=\"M6 19a2 2 0 0 1 -2 -2v-4l-1 -1l1 -1v-4a2 2 0 0 1 2 -2\" />\n  <path d=\"M18 19a2 2 0 0 0 2 -2v-4l1 -1l-1 -1v-4a2 2 0 0 0 -2 -2\" />\n</svg>\n\n\n</li><li title=\"code plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-code-plus\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M9 12h6\" />\n  <path d=\"M12 9v6\" />\n  <path d=\"M6 19a2 2 0 0 1 -2 -2v-4l-1 -1l1 -1v-4a2 2 0 0 1 2 -2\" />\n  <path d=\"M18 19a2 2 0 0 0 2 -2v-4l1 -1l-1 -1v-4a2 2 0 0 0 -2 -2\" />\n</svg>\n\n\n</li><li title=\"code \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-code\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <polyline points=\"7 8 3 12 7 16\" />\n  <polyline points=\"17 8 21 12 17 16\" />\n  <line x1=\"14\" y1=\"4\" x2=\"10\" y2=\"20\" />\n</svg>\n\n\n</li><li title=\"coffee \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-coffee\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M3 14c.83 .642 2.077 1.017 3.5 1c1.423 .017 2.67 -.358 3.5 -1c.83 -.642 2.077 -1.017 3.5 -1c1.423 -.017 2.67 .358 3.5 1\" />\n  <path d=\"M8 3a2.4 2.4 0 0 0 -1 2a2.4 2.4 0 0 0 1 2\" />\n  <path d=\"M12 3a2.4 2.4 0 0 0 -1 2a2.4 2.4 0 0 0 1 2\" />\n  <path d=\"M3 10h14v5a6 6 0 0 1 -6 6h-2a6 6 0 0 1 -6 -6v-5z\" />\n  <path d=\"M16.746 16.726a3 3 0 1 0 .252 -5.555\" />\n</svg>\n\n\n</li><li title=\"coin \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-coin\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n  <path d=\"M14.8 9a2 2 0 0 0 -1.8 -1h-2a2 2 0 0 0 0 4h2a2 2 0 0 1 0 4h-2a2 2 0 0 1 -1.8 -1\" />\n  <path d=\"M12 6v2m0 8v2\" />\n</svg>\n\n\n</li><li title=\"color picker \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-color-picker\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M11 7l6 6\" />\n  <path d=\"M4 16l11.7 -11.7a1 1 0 0 1 1.4 0l2.6 2.6a1 1 0 0 1 0 1.4l-11.7 11.7h-4v-4z\" />\n</svg>\n\n\n</li><li title=\"color swatch \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-color-swatch\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M19 3h-4a2 2 0 0 0 -2 2v12a4 4 0 0 0 8 0v-12a2 2 0 0 0 -2 -2\" />\n  <path d=\"M13 7.35l-2 -2a2 2 0 0 0 -2.828 0l-2.828 2.828a2 2 0 0 0 0 2.828l9 9\" />\n  <path d=\"M7.3 13h-2.3a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h12\" />\n  <line x1=\"17\" y1=\"17\" x2=\"17\" y2=\"17.01\" />\n</svg>\n\n\n</li><li title=\"column insert left \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-column-insert-left\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M14 4h4a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1v-14a1 1 0 0 1 1 -1z\" />\n  <line x1=\"5\" y1=\"12\" x2=\"9\" y2=\"12\" />\n  <line x1=\"7\" y1=\"10\" x2=\"7\" y2=\"14\" />\n</svg>\n\n\n</li><li title=\"column insert right \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-column-insert-right\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M6 4h4a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1v-14a1 1 0 0 1 1 -1z\" />\n  <line x1=\"15\" y1=\"12\" x2=\"19\" y2=\"12\" />\n  <line x1=\"17\" y1=\"10\" x2=\"17\" y2=\"14\" />\n</svg>\n\n\n</li><li title=\"columns \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-columns\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"4\" y1=\"6\" x2=\"9.5\" y2=\"6\" />\n  <line x1=\"4\" y1=\"10\" x2=\"9.5\" y2=\"10\" />\n  <line x1=\"4\" y1=\"14\" x2=\"9.5\" y2=\"14\" />\n  <line x1=\"4\" y1=\"18\" x2=\"9.5\" y2=\"18\" />\n  <line x1=\"14.5\" y1=\"6\" x2=\"20\" y2=\"6\" />\n  <line x1=\"14.5\" y1=\"10\" x2=\"20\" y2=\"10\" />\n  <line x1=\"14.5\" y1=\"14\" x2=\"20\" y2=\"14\" />\n  <line x1=\"14.5\" y1=\"18\" x2=\"20\" y2=\"18\" />\n</svg>\n\n\n</li><li title=\"comet \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-comet\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M15.5 18.5l-3 1.5l.5 -3.5l-2 -2l3 -.5l1.5 -3l1.5 3l3 .5l-2 2l.5 3.5z\" />\n  <line x1=\"4\" y1=\"4\" x2=\"11\" y2=\"11\" />\n  <line x1=\"9\" y1=\"4\" x2=\"12.5\" y2=\"7.5\" />\n  <line x1=\"4\" y1=\"9\" x2=\"7.5\" y2=\"12.5\" />\n</svg>\n\n\n</li><li title=\"command \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-command\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M7 9a2 2 0 1 1 2 -2v10a2 2 0 1 1 -2 -2h10a2 2 0 1 1 -2 2v-10a2 2 0 1 1 2 2h-10\" />\n</svg>\n\n\n</li><li title=\"compass \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-compass\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <polyline points=\"8 16 10 10 16 8 14 14 8 16\" />\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n  <line x1=\"12\" y1=\"3\" x2=\"12\" y2=\"5\" />\n  <line x1=\"12\" y1=\"19\" x2=\"12\" y2=\"21\" />\n  <line x1=\"3\" y1=\"12\" x2=\"5\" y2=\"12\" />\n  <line x1=\"19\" y1=\"12\" x2=\"21\" y2=\"12\" />\n</svg>\n\n\n</li><li title=\"components \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-components\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M3 12l3 3l3 -3l-3 -3z\" />\n  <path d=\"M15 12l3 3l3 -3l-3 -3z\" />\n  <path d=\"M9 6l3 3l3 -3l-3 -3z\" />\n  <path d=\"M9 18l3 3l3 -3l-3 -3z\" />\n</svg>\n\n\n</li><li title=\"cone 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-cone-2\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n    <ellipse cx=\"12\" cy=\"7\" rx=\"7\" ry=\"3\" />\n  <path d=\"M19 7v.5l-7 12.5l-7 -12.5v-.5\" />\n</svg>\n\n\n</li><li title=\"cone \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-cone\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n    <ellipse transform=\"matrix(1 0 0 -1 0 34)\" cx=\"12\" cy=\"17\" rx=\"7\" ry=\"3\" />\n  <path d=\"M19 17v-.5l-7 -12.5l-7 12.5v.5\" />\n</svg>\n\n\n</li><li title=\"confetti \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-confetti\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4 5h2\" />\n  <path d=\"M5 4v2\" />\n  <path d=\"M11.5 4l-.5 2\" />\n  <path d=\"M18 5h2\" />\n  <path d=\"M19 4v2\" />\n  <path d=\"M15 9l-1 1\" />\n  <path d=\"M18 13l2 -.5\" />\n  <path d=\"M18 19h2\" />\n  <path d=\"M19 18v2\" />\n  <path d=\"M14 16.518l-6.518 -6.518l-4.39 9.58a1.003 1.003 0 0 0 1.329 1.329l9.579 -4.39z\" />\n</svg>\n\n\n</li><li title=\"container \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-container\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M20 4v.01\" />\n  <path d=\"M20 20v.01\" />\n  <path d=\"M20 16v.01\" />\n  <path d=\"M20 12v.01\" />\n  <path d=\"M20 8v.01\" />\n  <rect x=\"8\" y=\"4\"   rx=\"1\" />\n  <path d=\"M4 4v.01\" />\n  <path d=\"M4 20v.01\" />\n  <path d=\"M4 16v.01\" />\n  <path d=\"M4 12v.01\" />\n  <path d=\"M4 8v.01\" />\n</svg>\n\n\n</li><li title=\"contrast 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-contrast-2\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"4\" y=\"4\"   rx=\"2\" />\n  <path d=\"M4 18h2a6 6 0 0 0 6 -6a6 6 0 0 1 6 -6h2\" />\n</svg>\n\n\n</li><li title=\"contrast \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-contrast\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n  <path d=\"M12 17a5 5 0 0 0 0 -10v10\" />\n</svg>\n\n\n</li><li title=\"cookie \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-cookie\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M8 13v.01\" />\n  <path d=\"M12 17v.01\" />\n  <path d=\"M12 12v.01\" />\n  <path d=\"M16 14v.01\" />\n  <path d=\"M11 8v.01\" />\n  <path d=\"M13.148 3.476l2.667 1.104a4 4 0 0 0 4.656 6.14l.053 .132a3 3 0 0 1 0 2.296c-.497 .786 -.838 1.404 -1.024 1.852c-.189 .456 -.409 1.194 -.66 2.216a3 3 0 0 1 -1.624 1.623c-1.048 .263 -1.787 .483 -2.216 .661c-.475 .197 -1.092 .538 -1.852 1.024a3 3 0 0 1 -2.296 0c-.802 -.503 -1.419 -.844 -1.852 -1.024c-.471 -.195 -1.21 -.415 -2.216 -.66a3 3 0 0 1 -1.623 -1.624c-.265 -1.052 -.485 -1.79 -.661 -2.216c-.198 -.479 -.54 -1.096 -1.024 -1.852a3 3 0 0 1 0 -2.296c.48 -.744 .82 -1.361 1.024 -1.852c.171 -.413 .391 -1.152 .66 -2.216a3 3 0 0 1 1.624 -1.623c1.032 -.256 1.77 -.476 2.216 -.661c.458 -.19 1.075 -.531 1.852 -1.024a3 3 0 0 1 2.296 0z\" />\n</svg>\n\n\n</li><li title=\"copy \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-copy\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"8\" y=\"8\"   rx=\"2\" />\n  <path d=\"M16 8v-2a2 2 0 0 0 -2 -2h-8a2 2 0 0 0 -2 2v8a2 2 0 0 0 2 2h2\" />\n</svg>\n\n\n</li><li title=\"copyleft \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-copyleft\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n  <path d=\"M10 9.75a3.016 3.016 0 0 1 4.163 .173a2.993 2.993 0 0 1 0 4.154a3.016 3.016 0 0 1 -4.163 .173\" />\n</svg>\n\n\n</li><li title=\"copyright \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-copyright\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n  <path d=\"M14 9.75a3.016 3.016 0 0 0 -4.163 .173a2.993 2.993 0 0 0 0 4.154a3.016 3.016 0 0 0 4.163 .173\" />\n</svg>\n\n\n</li><li title=\"corner down left double \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-corner-down-left-double\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M19 5v6a3 3 0 0 1 -3 3h-7\" />\n  <path d=\"M13 10l-4 4l4 4m-5 -8l-4 4l4 4\" />\n</svg>\n\n\n</li><li title=\"corner down left \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-corner-down-left\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M18 6v6a3 3 0 0 1 -3 3h-10l4 -4m0 8l-4 -4\" />\n</svg>\n\n\n</li><li title=\"corner down right double \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-corner-down-right-double\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4 5v6a3 3 0 0 0 3 3h7\" />\n  <path d=\"M10 10l4 4l-4 4m5 -8l4 4l-4 4\" />\n</svg>\n\n\n</li><li title=\"corner down right \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-corner-down-right\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M6 6v6a3 3 0 0 0 3 3h10l-4 -4m0 8l4 -4\" />\n</svg>\n\n\n</li><li title=\"corner left down double \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-corner-left-down-double\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M18 4h-6a3 3 0 0 0 -3 3v7\" />\n  <path d=\"M13 10l-4 4l-4 -4m8 5l-4 4l-4 -4\" />\n</svg>\n\n\n</li><li title=\"corner left down \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-corner-left-down\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M18 6h-6a3 3 0 0 0 -3 3v10l-4 -4m8 0l-4 4\" />\n</svg>\n\n\n</li><li title=\"corner left up double \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-corner-left-up-double\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M18 19h-6a3 3 0 0 1 -3 -3v-7\" />\n  <path d=\"M13 13l-4 -4l-4 4m8 -5l-4 -4l-4 4\" />\n</svg>\n\n\n</li><li title=\"corner left up \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-corner-left-up\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M18 18h-6a3 3 0 0 1 -3 -3v-10l-4 4m8 0l-4 -4\" />\n</svg>\n\n\n</li><li title=\"corner right down double \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-corner-right-down-double\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M5 4h6a3 3 0 0 1 3 3v7\" />\n  <path d=\"M10 10l4 4l4 -4m-8 5l4 4l4 -4\" />\n</svg>\n\n\n</li><li title=\"corner right down \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-corner-right-down\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M6 6h6a3 3 0 0 1 3 3v10l-4 -4m8 0l-4 4\" />\n</svg>\n\n\n</li><li title=\"corner right up double \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-corner-right-up-double\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M5 19h6a3 3 0 0 0 3 -3v-7\" />\n  <path d=\"M10 13l4 -4l4 4m-8 -5l4 -4l4 4\" />\n</svg>\n\n\n</li><li title=\"corner right up \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-corner-right-up\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M6 18h6a3 3 0 0 0 3 -3v-10l-4 4m8 0l-4 -4\" />\n</svg>\n\n\n</li><li title=\"corner up left double \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-corner-up-left-double\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M19 18v-6a3 3 0 0 0 -3 -3h-7\" />\n  <path d=\"M13 13l-4 -4l4 -4m-5 8l-4 -4l4 -4\" />\n</svg>\n\n\n</li><li title=\"corner up left \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-corner-up-left\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M18 18v-6a3 3 0 0 0 -3 -3h-10l4 -4m0 8l-4 -4\" />\n</svg>\n\n\n</li><li title=\"corner up right double \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-corner-up-right-double\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4 18v-6a3 3 0 0 1 3 -3h7\" />\n  <path d=\"M10 13l4 -4l-4 -4m5 8l4 -4l-4 -4\" />\n</svg>\n\n\n</li><li title=\"corner up right \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-corner-up-right\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M6 18v-6a3 3 0 0 1 3 -3h10l-4 -4m0 8l4 -4\" />\n</svg>\n\n\n</li><li title=\"cpu \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-cpu\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"5\" y=\"5\"   rx=\"1\" />\n  <path d=\"M9 9h6v6h-6z\" />\n  <path d=\"M3 10h2\" />\n  <path d=\"M3 14h2\" />\n  <path d=\"M10 3v2\" />\n  <path d=\"M14 3v2\" />\n  <path d=\"M21 10h-2\" />\n  <path d=\"M21 14h-2\" />\n  <path d=\"M14 21v-2\" />\n  <path d=\"M10 21v-2\" />\n</svg>\n\n\n</li><li title=\"crane \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-crane\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M6 21h6\" />\n  <path d=\"M9 21v-18l-6 6h18\" />\n  <path d=\"M9 3l10 6\" />\n  <path d=\"M17 9v4a2 2 0 1 1 -2 2\" />\n</svg>\n\n\n</li><li title=\"creative commons \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-creative-commons\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n  <path d=\"M10.5 10.5c-.847 -.71 -2.132 -.658 -2.914 .116a1.928 1.928 0 0 0 0 2.768c.782 .774 2.067 .825 2.914 .116\" />\n  <path d=\"M16.5 10.5c-.847 -.71 -2.132 -.658 -2.914 .116a1.928 1.928 0 0 0 0 2.768c.782 .774 2.067 .825 2.914 .116\" />\n</svg>\n\n\n</li><li title=\"credit card off \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-credit-card-off\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"3\" y1=\"3\" x2=\"21\" y2=\"21\" />\n  <path d=\"M9 5h9a3 3 0 0 1 3 3v8a3 3 0 0 1 -.128 .87\" />\n  <path d=\"M18.87 18.872a3 3 0 0 1 -.87 .128h-12a3 3 0 0 1 -3 -3v-8c0 -1.352 .894 -2.495 2.124 -2.87\" />\n  <line x1=\"3\" y1=\"11\" x2=\"11\" y2=\"11\" />\n  <line x1=\"15\" y1=\"11\" x2=\"21\" y2=\"11\" />\n  <line x1=\"7\" y1=\"15\" x2=\"7.01\" y2=\"15\" />\n  <line x1=\"11\" y1=\"15\" x2=\"13\" y2=\"15\" />\n</svg>\n\n\n</li><li title=\"credit card \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-credit-card\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"3\" y=\"5\"   rx=\"3\" />\n  <line x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\" />\n  <line x1=\"7\" y1=\"15\" x2=\"7.01\" y2=\"15\" />\n  <line x1=\"11\" y1=\"15\" x2=\"13\" y2=\"15\" />\n</svg>\n\n\n</li><li title=\"crop \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-crop\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M8 5v10a1 1 0 0 0 1 1h10\" />\n  <path d=\"M5 8h10a1 1 0 0 1 1 1v10\" />\n</svg>\n\n\n</li><li title=\"cross \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-cross\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M10 21h4v-9h5v-4h-5v-5h-4v5h-5v4h5z\" />\n</svg>\n\n\n</li><li title=\"crosshair \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-crosshair\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4 8v-2a2 2 0 0 1 2 -2h2\" />\n  <path d=\"M4 16v2a2 2 0 0 0 2 2h2\" />\n  <path d=\"M16 4h2a2 2 0 0 1 2 2v2\" />\n  <path d=\"M16 20h2a2 2 0 0 0 2 -2v-2\" />\n  <line x1=\"9\" y1=\"12\" x2=\"15\" y2=\"12\" />\n  <line x1=\"12\" y1=\"9\" x2=\"12\" y2=\"15\" />\n</svg>\n\n\n</li><li title=\"crown off \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-crown-off\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M18 18h-13l-1.865 -9.327a0.25 .25 0 0 1 .4 -.244l4.465 3.571l1.6 -2.4m1.596 -2.394l.804 -1.206l4 6l4.464 -3.571a0.25 .25 0 0 1 .401 .244l-1.363 6.818\" />\n  <line x1=\"3\" y1=\"3\" x2=\"21\" y2=\"21\" />\n</svg>\n\n\n</li><li title=\"crown \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-crown\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 6l4 6l5 -4l-2 10h-14l-2 -10l5 4z\" />\n</svg>\n\n\n</li><li title=\"crutches \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-crutches\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"8\" y=\"3\"   rx=\"2\" />\n  <path d=\"M11 21h2\" />\n  <path d=\"M12 21v-4.092a3 3 0 0 1 .504 -1.664l.992 -1.488a3 3 0 0 0 .504 -1.664v-5.092\" />\n  <path d=\"M12 21v-4.092a3 3 0 0 0 -.504 -1.664l-.992 -1.488a3 3 0 0 1 -.504 -1.664v-5.092\" />\n  <path d=\"M10 11h4\" />\n</svg>\n\n\n</li><li title=\"cup \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-cup\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M5 11h14v-3h-14z\" />\n  <path d=\"M17.5 11l-1.5 10h-8l-1.5 -10\" />\n  <path d=\"M6 8v-1a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v1\" />\n  <path d=\"M15 5v-2\" />\n</svg>\n\n\n</li><li title=\"curling \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-curling\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"4\" y=\"9\"   rx=\"4\" />\n  <path d=\"M4 14h16\" />\n  <path d=\"M8 5h6a2 2 0 0 1 2 2v2\" />\n</svg>\n\n\n</li><li title=\"curly loop \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-curly-loop\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M21 8c-4 0 -7 2 -7 5a3 3 0 0 0 6 0c0 -3 -2.5 -5 -8 -5s-8 2 -8 5a3 3 0 0 0 6 0c0 -3 -3 -5 -7 -5\" />\n</svg>\n\n\n</li><li title=\"currency bahraini \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-currency-bahraini\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M3 10v1a4 4 0 0 0 4 4h2a2 2 0 0 0 2 -2v-3\" />\n  <path d=\"M7 19.01v-.01\" />\n  <path d=\"M14 15.01v-.01\" />\n  <path d=\"M17 15h2.004a2 2 0 0 0 1.649 -3.131l-2.653 -3.869\" />\n</svg>\n\n\n</li><li title=\"currency bath \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-currency-bath\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M8 6h5a3 3 0 0 1 3 3v.143a2.857 2.857 0 0 1 -2.857 2.857h-5.143\" />\n  <path d=\"M8 12h5a3 3 0 0 1 3 3v.143a2.857 2.857 0 0 1 -2.857 2.857h-5.143\" />\n  <path d=\"M8 6v12\" />\n  <path d=\"M11 4v2\" />\n  <path d=\"M11 18v2\" />\n</svg>\n\n\n</li><li title=\"currency bitcoin \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-currency-bitcoin\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M6 6h8a3 3 0 0 1 0 6a3 3 0 0 1 0 6h-8\" />\n  <line x1=\"8\" y1=\"6\" x2=\"8\" y2=\"18\" />\n  <line x1=\"8\" y1=\"12\" x2=\"14\" y2=\"12\" />\n  <line x1=\"9\" y1=\"3\" x2=\"9\" y2=\"6\" />\n  <line x1=\"13\" y1=\"3\" x2=\"13\" y2=\"6\" />\n  <line x1=\"9\" y1=\"18\" x2=\"9\" y2=\"21\" />\n  <line x1=\"13\" y1=\"18\" x2=\"13\" y2=\"21\" />\n</svg>\n\n\n</li><li title=\"currency cent \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-currency-cent\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M16.007 7.54a5.965 5.965 0 0 0 -4.008 -1.54a5.996 5.996 0 0 0 -5.992 6c0 3.314 2.682 6 5.992 6a5.965 5.965 0 0 0 4.004 -1.536\" />\n  <path d=\"M12 20v-2\" />\n  <path d=\"M12 6v-2\" />\n</svg>\n\n\n</li><li title=\"currency dinar \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-currency-dinar\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M14 20.01v-.01\" />\n  <path d=\"M6 13l2.386 -.9a1 1 0 0 0 -.095 -1.902l-1.514 -.404a1 1 0 0 1 -.102 -1.9l2.325 -.894\" />\n  <path d=\"M3 14v1a3 3 0 0 0 3 3h4.161a3 3 0 0 0 2.983 -3.32l-1.144 -10.68\" />\n  <path d=\"M16 17l1 1h2.004a2 2 0 0 0 1.649 -3.131l-2.653 -3.869\" />\n</svg>\n\n\n</li><li title=\"currency dirham \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-currency-dirham\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M8.5 19h-3.5\" />\n  <path d=\"M8.599 16.479a1.5 1.5 0 1 0 -1.099 2.521\" />\n  <path d=\"M7 4v9\" />\n  <path d=\"M15 13h1.888a1.5 1.5 0 0 0 1.296 -2.256l-2.184 -3.744\" />\n  <path d=\"M11 13.01v-.01\" />\n</svg>\n\n\n</li><li title=\"currency dogecoin \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-currency-dogecoin\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M6 12h6\" />\n  <path d=\"M9 6v12\" />\n  <path d=\"M6 18h6a6 6 0 1 0 0 -12h-6\" />\n</svg>\n\n\n</li><li title=\"currency dollar australian \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-currency-dollar-australian\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M3 18l3.279 -11.476a0.75 .75 0 0 1 1.442 0l3.279 11.476\" />\n  <path d=\"M21 6h-4a3 3 0 0 0 0 6h1a3 3 0 0 1 0 6h-4\" />\n  <path d=\"M17 20v-2\" />\n  <path d=\"M18 6v-2\" />\n  <path d=\"M4.5 14h5\" />\n</svg>\n\n\n</li><li title=\"currency dollar canadian \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-currency-dollar-canadian\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M21 6h-4a3 3 0 0 0 0 6h1a3 3 0 0 1 0 6h-4\" />\n  <path d=\"M10 18h-1a6 6 0 1 1 0 -12h1\" />\n  <path d=\"M17 20v-2\" />\n  <path d=\"M18 6v-2\" />\n</svg>\n\n\n</li><li title=\"currency dollar singapore \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-currency-dollar-singapore\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M21 6h-4a3 3 0 0 0 0 6h1a3 3 0 0 1 0 6h-4\" />\n  <path d=\"M10 6h-4a3 3 0 1 0 0 6h1a3 3 0 0 1 0 6h-4\" />\n  <path d=\"M17 20v-2\" />\n  <path d=\"M18 6v-2\" />\n</svg>\n\n\n</li><li title=\"currency dollar \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-currency-dollar\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M16.7 8a3 3 0 0 0 -2.7 -2h-4a3 3 0 0 0 0 6h4a3 3 0 0 1 0 6h-4a3 3 0 0 1 -2.7 -2\" />\n  <path d=\"M12 3v3m0 12v3\" />\n</svg>\n\n\n</li><li title=\"currency ethereum \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-currency-ethereum\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M6 12l6 -9l6 9l-6 9z\" />\n  <path d=\"M6 12l6 -3l6 3l-6 2z\" />\n</svg>\n\n\n</li><li title=\"currency euro \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-currency-euro\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M17.2 7a6 7 0 1 0 0 10\" />\n  <path d=\"M13 10h-8m0 4h8\" />\n</svg>\n\n\n</li><li title=\"currency forint \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-currency-forint\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M11 4h-4a3 3 0 0 0 -3 3v12\" />\n  <path d=\"M10 11h-6\" />\n  <path d=\"M16 4v13a2 2 0 0 0 2 2h2\" />\n  <path d=\"M19 9h-5\" />\n</svg>\n\n\n</li><li title=\"currency frank \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-currency-frank\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M17 5h-6a2 2 0 0 0 -2 2v12\" />\n  <path d=\"M7 15h4\" />\n  <path d=\"M9 11h7\" />\n</svg>\n\n\n</li><li title=\"currency krone czech \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-currency-krone-czech\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M5 6v12\" />\n  <path d=\"M5 12c3.5 0 6 -3 6 -6\" />\n  <path d=\"M5 12c3.5 0 6 3 6 6\" />\n  <path d=\"M19 6l-2 2l-2 -2\" />\n  <path d=\"M19 12h-2a3 3 0 0 0 0 6h2\" />\n</svg>\n\n\n</li><li title=\"currency krone danish \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-currency-krone-danish\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M5 6v12\" />\n  <path d=\"M5 12c3.5 0 6 -3 6 -6\" />\n  <path d=\"M5 12c3.5 0 6 3 6 6\" />\n  <path d=\"M15 10v8\" />\n  <path d=\"M19 10a4 4 0 0 0 -4 4\" />\n  <path d=\"M20 18.01v-.01\" />\n</svg>\n\n\n</li><li title=\"currency krone swedish \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-currency-krone-swedish\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M5 6v12\" />\n  <path d=\"M5 12c3.5 0 6 -3 6 -6\" />\n  <path d=\"M5 12c3.5 0 6 3 6 6\" />\n  <path d=\"M15 10v8\" />\n  <path d=\"M19 10a4 4 0 0 0 -4 4\" />\n</svg>\n\n\n</li><li title=\"currency leu \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-currency-leu\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M17 18h-7a3 3 0 0 1 -3 -3v-10\" />\n</svg>\n\n\n</li><li title=\"currency lira \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-currency-lira\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M10 5v15a7 7 0 0 0 7 -7\" />\n  <path d=\"M6 15l8 -4\" />\n  <path d=\"M14 7l-8 4\" />\n</svg>\n\n\n</li><li title=\"currency litecoin \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-currency-litecoin\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M18 19h-8.194a2 2 0 0 1 -1.98 -2.283l1.674 -11.717\" />\n  <path d=\"M14 9l-9 4\" />\n</svg>\n\n\n</li><li title=\"currency naira \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-currency-naira\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M7 18v-10.948a1.05 1.05 0 0 1 1.968 -.51l6.064 10.916a1.05 1.05 0 0 0 1.968 -.51v-10.948\" />\n  <path d=\"M5 10h14\" />\n  <path d=\"M5 14h14\" />\n</svg>\n\n\n</li><li title=\"currency pound \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-currency-pound\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M17 18.5a6 6 0 0 1 -5 0a6 6 0 0 0 -5 .5a3 3 0 0 0 2 -2.5v-7.5a4 4 0 0 1 7.45 -2m-2.55 6h-7\" />\n</svg>\n\n\n</li><li title=\"currency real \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-currency-real\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M21 6h-4a3 3 0 0 0 0 6h1a3 3 0 0 1 0 6h-4\" />\n  <path d=\"M4 18v-12h3a3 3 0 1 1 0 6h-3c5.5 0 5 4 6 6\" />\n  <path d=\"M18 6v-2\" />\n  <path d=\"M17 20v-2\" />\n</svg>\n\n\n</li><li title=\"currency renminbi \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-currency-renminbi\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M15 9v8a2 2 0 1 0 4 0\" />\n  <path d=\"M19 9h-14\" />\n  <path d=\"M19 5h-14\" />\n  <path d=\"M9 9v4c0 2.5 -.667 4 -2 6\" />\n</svg>\n\n\n</li><li title=\"currency ripple \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-currency-ripple\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"7\" cy=\"12\" r=\"3\" />\n  <circle cx=\"17\" cy=\"7\" r=\"3\" />\n  <circle cx=\"17\" cy=\"17\" r=\"3\" />\n  <path d=\"M10 12h3l2 -2.5\" />\n  <path d=\"M15 14.5l-2 -2.5\" />\n</svg>\n\n\n</li><li title=\"currency riyal \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-currency-riyal\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M15 9v2a2 2 0 1 1 -4 0v-1v1a2 2 0 1 1 -4 0v-1v4a2 2 0 1 1 -4 0v-2\" />\n  <path d=\"M18 12.01v-.01\" />\n  <path d=\"M22 10v1a5 5 0 0 1 -5 5\" />\n</svg>\n\n\n</li><li title=\"currency rubel \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-currency-rubel\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M8 19v-14h6a3 3 0 0 1 0 6h-8\" />\n  <path d=\"M14 15h-8\" />\n</svg>\n\n\n</li><li title=\"currency rupee \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-currency-rupee\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M18 5h-11h3a4 4 0 0 1 0 8h-3l6 6\" />\n  <line x1=\"7\" y1=\"9\" x2=\"18\" y2=\"9\" />\n</svg>\n\n\n</li><li title=\"currency shekel \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-currency-shekel\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M6 18v-12h4a4 4 0 0 1 4 4v4\" />\n  <path d=\"M18 6v12h-4a4 4 0 0 1 -4 -4v-4\" />\n</svg>\n\n\n</li><li title=\"currency taka \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-currency-taka\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"16.5\" cy=\"15.5\" r=\"1\" />\n  <path d=\"M7 7a2 2 0 1 1 4 0v9a3 3 0 0 0 6 0v-.5\" />\n  <path d=\"M8 11h6\" />\n</svg>\n\n\n</li><li title=\"currency tugrik \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-currency-tugrik\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M7 6h10\" />\n  <path d=\"M12 6v13\" />\n  <path d=\"M8 17l8 -3\" />\n  <path d=\"M16 10l-8 3\" />\n</svg>\n\n\n</li><li title=\"currency won \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-currency-won\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4 6l3.245 11.358a0.85 .85 0 0 0 1.624 .035l3.131 -9.393l3.131 9.393a0.85 .85 0 0 0 1.624 -.035l3.245 -11.358\" />\n  <path d=\"M21 10h-18\" />\n  <path d=\"M21 14h-18\" />\n</svg>\n\n\n</li><li title=\"currency yen \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-currency-yen\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 19v-7l-5 -7m10 0l-5 7\" />\n  <line x1=\"8\" y1=\"17\" x2=\"16\" y2=\"17\" />\n  <line x1=\"8\" y1=\"13\" x2=\"16\" y2=\"13\" />\n</svg>\n\n\n</li><li title=\"currency zloty \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-currency-zloty\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 18h-7l7 -7h-7\" />\n  <path d=\"M17 18v-13\" />\n  <path d=\"M14 14.5l6 -3.5\" />\n</svg>\n\n\n</li><li title=\"currency \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-currency\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"7\" />\n  <path d=\"M4 4l3 3\" />\n  <path d=\"M20 4l-3 3\" />\n  <path d=\"M4 20l3 -3\" />\n  <path d=\"M20 20l-3 -3\" />\n</svg>\n\n\n</li><li title=\"current location \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-current-location\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"3\" />\n  <circle cx=\"12\" cy=\"12\" r=\"8\" />\n  <line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"4\" />\n  <line x1=\"12\" y1=\"20\" x2=\"12\" y2=\"22\" />\n  <line x1=\"20\" y1=\"12\" x2=\"22\" y2=\"12\" />\n  <line x1=\"2\" y1=\"12\" x2=\"4\" y2=\"12\" />\n</svg>\n\n\n</li><li title=\"cursor text \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-cursor-text\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M10 12h4\" />\n  <path d=\"M9 4a3 3 0 0 1 3 3v10a3 3 0 0 1 -3 3\" />\n  <path d=\"M15 4a3 3 0 0 0 -3 3v10a3 3 0 0 0 3 3\" />\n</svg>\n\n\n</li><li title=\"cut \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-cut\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"7\" cy=\"17\" r=\"3\" />\n  <circle cx=\"17\" cy=\"17\" r=\"3\" />\n  <line x1=\"9.15\" y1=\"14.85\" x2=\"18\" y2=\"4\" />\n  <line x1=\"6\" y1=\"4\" x2=\"14.85\" y2=\"14.85\" />\n</svg>\n\n\n</li><li title=\"dashboard \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-dashboard\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"13\" r=\"2\" />\n  <line x1=\"13.45\" y1=\"11.55\" x2=\"15.5\" y2=\"9.5\" />\n  <path d=\"M6.4 20a9 9 0 1 1 11.2 0z\" />\n</svg>\n\n\n</li><li title=\"database export \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-database-export\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n    <ellipse cx=\"12\" cy=\"6\" rx=\"8\" ry=\"3\" />\n  <path d=\"M4 6v6c0 1.657 3.582 3 8 3a19.84 19.84 0 0 0 3.302 -.267m4.698 -2.733v-6\" />\n  <path d=\"M4 12v6c0 1.599 3.335 2.905 7.538 2.995m8.462 -6.995v-2m-6 7h7m-3 -3l3 3l-3 3\" />\n</svg>\n\n\n</li><li title=\"database import \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-database-import\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n    <ellipse cx=\"12\" cy=\"6\" rx=\"8\" ry=\"3\" />\n  <path d=\"M4 6v8m5.009 .783c.924 .14 1.933 .217 2.991 .217c4.418 0 8 -1.343 8 -3v-6\" />\n  <path d=\"M11.252 20.987c.246 .009 .496 .013 .748 .013c4.418 0 8 -1.343 8 -3v-6m-18 7h7m-3 -3l3 3l-3 3\" />\n</svg>\n\n\n</li><li title=\"database off \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-database-off\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12.983 8.978c3.955 -.182 7.017 -1.446 7.017 -2.978c0 -1.657 -3.582 -3 -8 -3c-1.661 0 -3.204 .19 -4.483 .515m-2.783 1.228c-.471 .382 -.734 .808 -.734 1.257c0 1.22 1.944 2.271 4.734 2.74\" />\n  <path d=\"M4 6v6c0 1.657 3.582 3 8 3c.986 0 1.93 -.067 2.802 -.19m3.187 -.82c1.251 -.53 2.011 -1.228 2.011 -1.99v-6\" />\n  <path d=\"M4 12v6c0 1.657 3.582 3 8 3c3.217 0 5.991 -.712 7.261 -1.74m.739 -3.26v-4\" />\n  <line x1=\"3\" y1=\"3\" x2=\"21\" y2=\"21\" />\n</svg>\n\n\n</li><li title=\"database \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-database\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <ellipse cx=\"12\" cy=\"6\" rx=\"8\" ry=\"3\"></ellipse>\n  <path d=\"M4 6v6a8 3 0 0 0 16 0v-6\" />\n  <path d=\"M4 12v6a8 3 0 0 0 16 0v-6\" />\n</svg>\n\n\n</li><li title=\"details \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-details\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M5 19h14a2 2 0 0 0 1.84 -2.75l-7.1 -12.25a2 2 0 0 0 -3.5 0l-7.1 12.25a2 2 0 0 0 1.75 2.75\" />\n  <path d=\"M12 3v16\" />\n</svg>\n\n\n</li><li title=\"device analytics \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-device-analytics\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"3\" y=\"4\"   rx=\"1\" />\n  <line x1=\"7\" y1=\"20\" x2=\"17\" y2=\"20\" />\n  <line x1=\"9\" y1=\"16\" x2=\"9\" y2=\"20\" />\n  <line x1=\"15\" y1=\"16\" x2=\"15\" y2=\"20\" />\n  <path d=\"M8 12l3 -3l2 2l3 -3\" />\n</svg>\n\n\n</li><li title=\"device audio tape \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-device-audio-tape\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"3\" y=\"5\"   rx=\"2\" />\n  <path d=\"M3 17l4 -3h10l4 3\" />\n  <circle cx=\"7.5\" cy=\"9.5\" r=\".5\" fill=\"currentColor\" />\n  <circle cx=\"16.5\" cy=\"9.5\" r=\".5\" fill=\"currentColor\" />\n</svg>\n\n\n</li><li title=\"device cctv \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-device-cctv\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"3\" y=\"3\"   rx=\"1\" />\n  <circle cx=\"12\" cy=\"14\" r=\"4\" />\n  <path d=\"M19 7v7a7 7 0 0 1 -14 0v-7\" />\n  <line x1=\"12\" y1=\"14\" x2=\"12.01\" y2=\"14\" />\n</svg>\n\n\n</li><li title=\"device computer camera off \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-device-computer-camera-off\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M6.15 6.153a7 7 0 0 0 9.696 9.696m2 -2a7 7 0 0 0 -9.699 -9.695\" />\n  <path d=\"M9.13 9.122a3 3 0 0 0 3.743 3.749m2 -2a3 3 0 0 0 -3.737 -3.736\" />\n  <path d=\"M8 16l-2.091 3.486a1 1 0 0 0 .857 1.514h10.468a1 1 0 0 0 .857 -1.514l-2.091 -3.486\" />\n  <line x1=\"3\" y1=\"3\" x2=\"21\" y2=\"21\" />\n</svg>\n\n\n</li><li title=\"device computer camera \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-device-computer-camera\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"10\" r=\"7\" />\n  <circle cx=\"12\" cy=\"10\" r=\"3\" />\n  <path d=\"M8 16l-2.091 3.486a1 1 0 0 0 .857 1.514h10.468a1 1 0 0 0 .857 -1.514l-2.091 -3.486\" />\n</svg>\n\n\n</li><li title=\"device desktop analytics \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-device-desktop-analytics\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"3\" y=\"4\"   rx=\"1\" />\n  <path d=\"M7 20h10\" />\n  <path d=\"M9 16v4\" />\n  <path d=\"M15 16v4\" />\n  <path d=\"M9 12v-4\" />\n  <path d=\"M12 12v-1\" />\n  <path d=\"M15 12v-2\" />\n  <path d=\"M12 12v-1\" />\n</svg>\n\n\n</li><li title=\"device desktop off \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-device-desktop-off\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M8 4h12a1 1 0 0 1 1 1v10a1 1 0 0 1 -1 1m-4 0h-12a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1\" />\n  <line x1=\"7\" y1=\"20\" x2=\"17\" y2=\"20\" />\n  <line x1=\"9\" y1=\"16\" x2=\"9\" y2=\"20\" />\n  <line x1=\"15\" y1=\"16\" x2=\"15\" y2=\"20\" />\n  <line x1=\"3\" y1=\"3\" x2=\"21\" y2=\"21\" />\n</svg>\n\n\n</li><li title=\"device desktop \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-device-desktop\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"3\" y=\"4\"   rx=\"1\" />\n  <line x1=\"7\" y1=\"20\" x2=\"17\" y2=\"20\" />\n  <line x1=\"9\" y1=\"16\" x2=\"9\" y2=\"20\" />\n  <line x1=\"15\" y1=\"16\" x2=\"15\" y2=\"20\" />\n</svg>\n\n\n</li><li title=\"device floppy \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-device-floppy\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M6 4h10l4 4v10a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2\" />\n  <circle cx=\"12\" cy=\"14\" r=\"2\" />\n  <polyline points=\"14 4 14 8 8 8 8 4\" />\n</svg>\n\n\n</li><li title=\"device gamepad \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-device-gamepad\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"2\" y=\"6\"   rx=\"2\" />\n  <path d=\"M6 12h4m-2 -2v4\" />\n  <line x1=\"15\" y1=\"11\" x2=\"15\" y2=\"11.01\" />\n  <line x1=\"18\" y1=\"13\" x2=\"18\" y2=\"13.01\" />\n</svg>\n\n\n</li><li title=\"device laptop \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-device-laptop\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"3\" y1=\"19\" x2=\"21\" y2=\"19\" />\n  <rect x=\"5\" y=\"6\"   rx=\"1\" />\n</svg>\n\n\n</li><li title=\"device mobile message \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-device-mobile-message\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M11 3h10v8h-3l-4 2v-2h-3z\" />\n  <path d=\"M15 16v4a1 1 0 0 1 -1 1h-8a1 1 0 0 1 -1 -1v-14a1 1 0 0 1 1 -1h2\" />\n  <path d=\"M10 18v.01\" />\n</svg>\n\n\n</li><li title=\"device mobile rotated \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-device-mobile-rotated\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n    <g transform=\"rotate(90 12 12)\">\n  <rect x=\"7\" y=\"4\"   rx=\"1\" />\n  <line x1=\"11\" y1=\"5\" x2=\"13\" y2=\"5\" />\n  <line x1=\"12\" y1=\"17\" x2=\"12\" y2=\"17.01\" />\n    </g>\n</svg>\n\n\n</li><li title=\"device mobile vibration \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-device-mobile-vibration\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"4\" y=\"4\"   rx=\"1\" />\n  <line x1=\"8\" y1=\"5\" x2=\"10\" y2=\"5\" />\n  <line x1=\"9\" y1=\"17\" x2=\"9\" y2=\"17.01\" />\n  <path d=\"M20 6l-2 3l2 3l-2 3l2 3\" />\n</svg>\n\n\n</li><li title=\"device mobile \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-device-mobile\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"7\" y=\"4\"   rx=\"1\" />\n  <line x1=\"11\" y1=\"5\" x2=\"13\" y2=\"5\" />\n  <line x1=\"12\" y1=\"17\" x2=\"12\" y2=\"17.01\" />\n</svg>\n\n\n</li><li title=\"device speaker \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-device-speaker\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"5\" y=\"3\"   rx=\"2\" />\n  <circle cx=\"12\" cy=\"14\" r=\"3\" />\n  <line x1=\"12\" y1=\"7\" x2=\"12\" y2=\"7.01\" />\n</svg>\n\n\n</li><li title=\"device tablet \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-device-tablet\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"5\" y=\"3\"   rx=\"1\" />\n  <circle cx=\"12\" cy=\"17\" r=\"1\" />\n</svg>\n\n\n</li><li title=\"device tv \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-device-tv\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"3\" y=\"7\"   rx=\"2\" />\n  <polyline points=\"16 3 12 7 8 3\" />\n</svg>\n\n\n</li><li title=\"device watch stats 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-device-watch-stats-2\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"6\" y=\"6\"   rx=\"3\" />\n  <path d=\"M9 18v3h6v-3\" />\n  <path d=\"M9 6v-3h6v3\" />\n  <path d=\"M12 10a2 2 0 1 0 2 2\" />\n</svg>\n\n\n</li><li title=\"device watch stats \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-device-watch-stats\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"6\" y=\"6\"   rx=\"3\" />\n  <path d=\"M9 18v3h6v-3\" />\n  <path d=\"M9 6v-3h6v3\" />\n  <path d=\"M9 14v-4\" />\n  <path d=\"M12 14v-1\" />\n  <path d=\"M15 14v-3\" />\n</svg>\n\n\n</li><li title=\"device watch \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-device-watch\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"6\" y=\"6\"   rx=\"3\" />\n  <path d=\"M9 18v3h6v-3\" />\n  <path d=\"M9 6v-3h6v3\" />\n</svg>\n\n\n</li><li title=\"devices 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-devices-2\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M10 15h-6a1 1 0 0 1 -1 -1v-8a1 1 0 0 1 1 -1h6\" />\n  <rect x=\"13\" y=\"4\"   rx=\"1\" />\n  <line x1=\"7\" y1=\"19\" x2=\"10\" y2=\"19\" />\n  <line x1=\"17\" y1=\"8\" x2=\"17\" y2=\"8.01\" />\n  <circle cx=\"17\" cy=\"16\" r=\"1\" />\n  <line x1=\"9\" y1=\"15\" x2=\"9\" y2=\"19\" />\n</svg>\n\n\n</li><li title=\"devices pc \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-devices-pc\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M3 5h6v14h-6z\" />\n  <path d=\"M12 9h10v7h-10z\" />\n  <path d=\"M14 19h6\" />\n  <path d=\"M17 16v3\" />\n  <path d=\"M6 13v.01\" />\n  <path d=\"M6 16v.01\" />\n</svg>\n\n\n</li><li title=\"devices \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-devices\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"13\" y=\"8\"   rx=\"1\" />\n  <path d=\"M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h9\" />\n  <line x1=\"16\" y1=\"9\" x2=\"18\" y2=\"9\" />\n</svg>\n\n\n</li><li title=\"diamond \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-diamond\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M6 5h12l3 5l-8.5 9.5a0.7 .7 0 0 1 -1 0l-8.5 -9.5l3 -5\" />\n  <path d=\"M10 12l-2 -2.2l.6 -1\" />\n</svg>\n\n\n</li><li title=\"diamonds \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-diamonds\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M10.831 20.413l-5.375 -6.91c-.608 -.783 -.608 -2.223 0 -3.005l5.375 -6.911a1.457 1.457 0 0 1 2.338 0l5.375 6.91c.608 .783 .608 2.223 0 3.005l-5.375 6.911a1.457 1.457 0 0 1 -2.338 0z\" />\n</svg>\n\n\n</li><li title=\"dice \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-dice\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"4\" y=\"4\"   rx=\"2\" />\n  <circle cx=\"8.5\" cy=\"8.5\" r=\".5\" fill=\"currentColor\" />\n  <circle cx=\"15.5\" cy=\"8.5\" r=\".5\" fill=\"currentColor\" />\n  <circle cx=\"15.5\" cy=\"15.5\" r=\".5\" fill=\"currentColor\" />\n  <circle cx=\"8.5\" cy=\"15.5\" r=\".5\" fill=\"currentColor\" />\n</svg>\n\n\n</li><li title=\"dimensions \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-dimensions\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M3 5h11\" />\n  <path d=\"M12 7l2 -2l-2 -2\" />\n  <path d=\"M5 3l-2 2l2 2\" />\n  <path d=\"M19 10v11\" />\n  <path d=\"M17 19l2 2l2 -2\" />\n  <path d=\"M21 12l-2 -2l-2 2\" />\n  <rect x=\"3\" y=\"10\"   rx=\"2\" />\n</svg>\n\n\n</li><li title=\"direction horizontal \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-direction-horizontal\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M10 9l-3 3l3 3\" />\n  <path d=\"M14 9l3 3l-3 3\" />\n</svg>\n\n\n</li><li title=\"direction \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-direction\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M9 10l3 -3l3 3\" />\n  <path d=\"M9 14l3 3l3 -3\" />\n</svg>\n\n\n</li><li title=\"directions \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-directions\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M9 5h10l2 2l-2 2h-10a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1\" />\n  <path d=\"M13 13h-7l-2 2l2 2h7a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1\" />\n  <line x1=\"12\" y1=\"22\" x2=\"12\" y2=\"17\" />\n  <line x1=\"12\" y1=\"13\" x2=\"12\" y2=\"9\" />\n  <line x1=\"12\" y1=\"5\" x2=\"12\" y2=\"3\" />\n</svg>\n\n\n</li><li title=\"disabled 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-disabled-2\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"17\" cy=\"6\" r=\"2\" />\n  <path d=\"M9 11a5 5 0 1 0 3.95 7.95\" />\n  <path d=\"M19 20l-4 -5h-4l3 -5l-4 -3l-4 1\" />\n</svg>\n\n\n</li><li title=\"disabled \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-disabled\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"11\" cy=\"5\" r=\"2\" />\n  <polyline points=\"11 7 11 15 15 15 19 20\" />\n  <line x1=\"11\" y1=\"11\" x2=\"16\" y2=\"11\" />\n  <path d=\"M7 11.5a5 5 0 1 0 6 7.5\" />\n</svg>\n\n\n</li><li title=\"disc \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-disc\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n  <circle cx=\"12\" cy=\"12\" r=\"1\" />\n  <path d=\"M7 12a5 5 0 0 1 5 -5\" />\n  <path d=\"M12 17a5 5 0 0 0 5 -5\" />\n</svg>\n\n\n</li><li title=\"discount 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-discount-2\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"9\" y1=\"15\" x2=\"15\" y2=\"9\" />\n  <circle cx=\"9.5\" cy=\"9.5\" r=\".5\" fill=\"currentColor\" />\n  <circle cx=\"14.5\" cy=\"14.5\" r=\".5\" fill=\"currentColor\" />\n  <path d=\"M5 7.2a2.2 2.2 0 0 1 2.2 -2.2h1a2.2 2.2 0 0 0 1.55 -.64l.7 -.7a2.2 2.2 0 0 1 3.12 0l.7 .7a2.2 2.2 0 0 0 1.55 .64h1a2.2 2.2 0 0 1 2.2 2.2v1a2.2 2.2 0 0 0 .64 1.55l.7 .7a2.2 2.2 0 0 1 0 3.12l-.7 .7a2.2 2.2 0 0 0 -.64 1.55v1a2.2 2.2 0 0 1 -2.2 2.2h-1a2.2 2.2 0 0 0 -1.55 .64l-.7 .7a2.2 2.2 0 0 1 -3.12 0l-.7 -.7a2.2 2.2 0 0 0 -1.55 -.64h-1a2.2 2.2 0 0 1 -2.2 -2.2v-1a2.2 2.2 0 0 0 -.64 -1.55l-.7 -.7a2.2 2.2 0 0 1 0 -3.12l.7 -.7a2.2 2.2 0 0 0 .64 -1.55v-1\" />\n</svg>\n\n\n</li><li title=\"discount \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-discount\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"9\" y1=\"15\" x2=\"15\" y2=\"9\" />\n  <circle cx=\"9.5\" cy=\"9.5\" r=\".5\" fill=\"currentColor\" />\n  <circle cx=\"14.5\" cy=\"14.5\" r=\".5\" fill=\"currentColor\" />\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n</svg>\n\n\n</li><li title=\"divide \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-divide\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle fill=\"currentColor\" cx=\"12\" cy=\"6\" r=\"1\" />\n  <circle fill=\"currentColor\" cx=\"12\" cy=\"18\" r=\"1\" />\n  <line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\" />\n</svg>\n\n\n</li><li title=\"dna 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-dna-2\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M17 3v1c-.01 3.352 -1.68 6.023 -5.008 8.014c-3.328 1.99 3.336 -2.005 .008 -.014c-3.328 1.99 -4.997 4.662 -5.008 8.014v1\" />\n  <path d=\"M17 21.014v-1c-.01 -3.352 -1.68 -6.023 -5.008 -8.014c-3.328 -1.99 3.336 2.005 .008 .014c-3.328 -1.991 -4.997 -4.662 -5.008 -8.014v-1\" />\n  <path d=\"M7 4h10\" />\n  <path d=\"M7 20h10\" />\n  <path d=\"M8 8h8\" />\n  <path d=\"M8 16h8\" />\n</svg>\n\n\n</li><li title=\"dna \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-dna\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle transform=\"rotate(-45 12 12)\" cx=\"12\" cy=\"12\" r=\"4\" />\n  <path d=\"M9.172 20.485a4 4 0 1 0 -5.657 -5.657\" />\n  <path d=\"M14.828 3.515a4 4 0 1 0 5.657 5.657\" />\n</svg>\n\n\n</li><li title=\"dog bowl \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-dog-bowl\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M10 15l5.586 -5.585a2 2 0 1 1 3.414 -1.415a2 2 0 1 1 -1.413 3.414l-3.587 3.586\" />\n  <path d=\"M12 13l-3.586 -3.585a2 2 0 1 0 -3.414 -1.415a2 2 0 1 0 1.413 3.414l3.587 3.586\" />\n  <path d=\"M3 20h18c-.175 -1.671 -.046 -3.345 -2 -5h-14c-1.333 1 -2 2.667 -2 5z\" />\n</svg>\n\n\n</li><li title=\"door enter \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-door-enter\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M13 12v.01\" />\n  <path d=\"M3 21h18\" />\n  <path d=\"M5 21v-16a2 2 0 0 1 2 -2h6m4 10.5v7.5\" />\n  <path d=\"M21 7h-7m3 -3l-3 3l3 3\" />\n</svg>\n\n\n</li><li title=\"door exit \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-door-exit\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M13 12v.01\" />\n  <path d=\"M3 21h18\" />\n  <path d=\"M5 21v-16a2 2 0 0 1 2 -2h7.5m2.5 10.5v7.5\" />\n  <path d=\"M14 7h7m-3 -3l3 3l-3 3\" />\n</svg>\n\n\n</li><li title=\"door \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-door\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M14 12v.01\" />\n  <path d=\"M3 21h18\" />\n  <path d=\"M6 21v-16a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v16\" />\n</svg>\n\n\n</li><li title=\"dots circle horizontal \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-dots-circle-horizontal\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n  <line x1=\"8\" y1=\"12\" x2=\"8\" y2=\"12.01\" />\n  <line x1=\"12\" y1=\"12\" x2=\"12\" y2=\"12.01\" />\n  <line x1=\"16\" y1=\"12\" x2=\"16\" y2=\"12.01\" />\n</svg>\n\n\n</li><li title=\"dots diagonal 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-dots-diagonal-2\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"7\" cy=\"7\" r=\"1\" />\n  <circle cx=\"12\" cy=\"12\" r=\"1\" />\n  <circle cx=\"17\" cy=\"17\" r=\"1\" />\n</svg>\n\n\n</li><li title=\"dots diagonal \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-dots-diagonal\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"7\" cy=\"17\" r=\"1\" />\n  <circle cx=\"12\" cy=\"12\" r=\"1\" />\n  <circle cx=\"17\" cy=\"7\" r=\"1\" />\n</svg>\n\n\n</li><li title=\"dots vertical \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-dots-vertical\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"1\" />\n  <circle cx=\"12\" cy=\"19\" r=\"1\" />\n  <circle cx=\"12\" cy=\"5\" r=\"1\" />\n</svg>\n\n\n</li><li title=\"dots \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-dots\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"5\" cy=\"12\" r=\"1\" />\n  <circle cx=\"12\" cy=\"12\" r=\"1\" />\n  <circle cx=\"19\" cy=\"12\" r=\"1\" />\n</svg>\n\n\n</li><li title=\"download \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-download\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4 17v2a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-2\" />\n  <polyline points=\"7 11 12 16 17 11\" />\n  <line x1=\"12\" y1=\"4\" x2=\"12\" y2=\"16\" />\n</svg>\n\n\n</li><li title=\"drag drop 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-drag-drop-2\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"8\" y=\"8\"   rx=\"2\" />\n  <line x1=\"4\" y1=\"4\" x2=\"4\" y2=\"4.01\" />\n  <line x1=\"8\" y1=\"4\" x2=\"8\" y2=\"4.01\" />\n  <line x1=\"12\" y1=\"4\" x2=\"12\" y2=\"4.01\" />\n  <line x1=\"16\" y1=\"4\" x2=\"16\" y2=\"4.01\" />\n  <line x1=\"4\" y1=\"8\" x2=\"4\" y2=\"8.01\" />\n  <line x1=\"4\" y1=\"12\" x2=\"4\" y2=\"12.01\" />\n  <line x1=\"4\" y1=\"16\" x2=\"4\" y2=\"16.01\" />\n</svg>\n\n\n</li><li title=\"drag drop \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-drag-drop\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M19 11v-2a2 2 0 0 0 -2 -2h-8a2 2 0 0 0 -2 2v8a2 2 0 0 0 2 2h2\" />\n  <path d=\"M13 13l9 3l-4 2l-2 4l-3 -9\" />\n  <line x1=\"3\" y1=\"3\" x2=\"3\" y2=\"3.01\" />\n  <line x1=\"7\" y1=\"3\" x2=\"7\" y2=\"3.01\" />\n  <line x1=\"11\" y1=\"3\" x2=\"11\" y2=\"3.01\" />\n  <line x1=\"15\" y1=\"3\" x2=\"15\" y2=\"3.01\" />\n  <line x1=\"3\" y1=\"7\" x2=\"3\" y2=\"7.01\" />\n  <line x1=\"3\" y1=\"11\" x2=\"3\" y2=\"11.01\" />\n  <line x1=\"3\" y1=\"15\" x2=\"3\" y2=\"15.01\" />\n</svg>\n\n\n</li><li title=\"drone off \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-drone-off\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M14 14h-4v-4\" />\n  <path d=\"M10 10l-3.5 -3.5\" />\n  <path d=\"M9.957 5.95a3.503 3.503 0 0 0 -2.917 -2.91m-3.02 .989a3.5 3.5 0 0 0 1.98 5.936\" />\n  <path d=\"M14 10l3.5 -3.5\" />\n  <path d=\"M18 9.965a3.5 3.5 0 1 0 -3.966 -3.965\" />\n  <line x1=\"14\" y1=\"14\" x2=\"17.5\" y2=\"17.5\" />\n  <path d=\"M14.035 18a3.5 3.5 0 0 0 5.936 1.98m.987 -3.026a3.503 3.503 0 0 0 -2.918 -2.913\" />\n  <line x1=\"10\" y1=\"14\" x2=\"6.5\" y2=\"17.5\" />\n  <path d=\"M6 14.035a3.5 3.5 0 1 0 3.966 3.965\" />\n  <line x1=\"3\" y1=\"3\" x2=\"21\" y2=\"21\" />\n</svg>\n\n\n</li><li title=\"drone \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-drone\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M10 10h4v4h-4z\" />\n  <line x1=\"10\" y1=\"10\" x2=\"6.5\" y2=\"6.5\" />\n  <path d=\"M9.96 6a3.5 3.5 0 1 0 -3.96 3.96\" />\n  <path d=\"M14 10l3.5 -3.5\" />\n  <path d=\"M18 9.96a3.5 3.5 0 1 0 -3.96 -3.96\" />\n  <line x1=\"14\" y1=\"14\" x2=\"17.5\" y2=\"17.5\" />\n  <path d=\"M14.04 18a3.5 3.5 0 1 0 3.96 -3.96\" />\n  <line x1=\"10\" y1=\"14\" x2=\"6.5\" y2=\"17.5\" />\n  <path d=\"M6 14.04a3.5 3.5 0 1 0 3.96 3.96\" />\n</svg>\n\n\n</li><li title=\"drop circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-drop-circle\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M10.07 15.34c1.115 .88 2.74 .88 3.855 0c1.115 -.88 1.398 -2.388 .671 -3.575l-2.596 -3.765l-2.602 3.765c-.726 1.187 -.443 2.694 .672 3.575z\" />\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n</svg>\n\n\n</li><li title=\"droplet filled 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-droplet-filled-2\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M6.8 11a6 6 0 1 0 10.396 0l-5.197 -8l-5.2 8z\" />\n  <path d=\"M6 14h12\" />\n  <path d=\"M7.305 17.695l3.695 -3.695\" />\n  <path d=\"M10.26 19.74l5.74 -5.74l-5.74 5.74z\" />\n</svg>\n\n\n</li><li title=\"droplet filled \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-droplet-filled\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M6.8 11a6 6 0 1 0 10.396 0l-5.197 -8l-5.2 8z\" />\n  <path d=\"M12 3v17\" />\n  <path d=\"M12 12l3.544 -3.544\" />\n  <path d=\"M12 17.3l5.558 -5.558\" />\n</svg>\n\n\n</li><li title=\"droplet half 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-droplet-half-2\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M6.8 11a6 6 0 1 0 10.396 0l-5.197 -8l-5.2 8z\" />\n  <path d=\"M6 14h12\" />\n</svg>\n\n\n</li><li title=\"droplet half \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-droplet-half\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M6.8 11a6 6 0 1 0 10.396 0l-5.197 -8l-5.2 8z\" />\n  <path d=\"M12 3v17\" />\n</svg>\n\n\n</li><li title=\"droplet off \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-droplet-off\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M8.454 8.458l-1.653 2.545a6 6 0 0 0 10.32 6.123\" />\n  <path d=\"M18 14a5.971 5.971 0 0 0 -.803 -3l-5.197 -8l-1.968 3.03\" />\n  <path d=\"M3 3l18 18\" />\n</svg>\n\n\n</li><li title=\"droplet \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-droplet\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M6.8 11a6 6 0 1 0 10.396 0l-5.197 -8l-5.2 8z\" />\n</svg>\n\n\n</li><li title=\"ear off \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-ear-off\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M6 10c0 -1.146 .277 -2.245 .78 -3.219m1.792 -2.208a7 7 0 0 1 10.428 9.027a10 10 0 0 1 -.633 .762m-2.045 1.96a8 8 0 0 0 -1.322 2.278a4.5 4.5 0 0 1 -6.8 1.4\" />\n  <path d=\"M11.42 7.414a3 3 0 0 1 4.131 4.13\" />\n  <line x1=\"3\" y1=\"3\" x2=\"21\" y2=\"21\" />\n</svg>\n\n\n</li><li title=\"ear \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-ear\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M6 10a7 7 0 1 1 13 3.6a10 10 0 0 1 -2 2a8 8 0 0 0 -2 3a4.5 4.5 0 0 1 -6.8 1.4\" />\n  <path d=\"M10 10a3 3 0 1 1 5 2.2\" />\n</svg>\n\n\n</li><li title=\"edit circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-edit-circle\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 15l8.385 -8.415a2.1 2.1 0 0 0 -2.97 -2.97l-8.415 8.385v3h3z\" />\n  <path d=\"M16 5l3 3\" />\n  <path d=\"M9 7.07a7.002 7.002 0 0 0 1 13.93a7.002 7.002 0 0 0 6.929 -5.999\" />\n</svg>\n\n\n</li><li title=\"edit \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-edit\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M9 7h-3a2 2 0 0 0 -2 2v9a2 2 0 0 0 2 2h9a2 2 0 0 0 2 -2v-3\" />\n  <path d=\"M9 15h3l8.5 -8.5a1.5 1.5 0 0 0 -3 -3l-8.5 8.5v3\" />\n  <line x1=\"16\" y1=\"5\" x2=\"19\" y2=\"8\" />\n</svg>\n\n\n</li><li title=\"egg \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-egg\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M5.514 14.639c0 3.513 2.904 6.361 6.486 6.361s6.486 -2.848 6.486 -6.361a12.574 12.574 0 0 0 -3.243 -9.012a4.025 4.025 0 0 0 -3.243 -1.627a4.025 4.025 0 0 0 -3.243 1.627a12.574 12.574 0 0 0 -3.243 9.012\" />\n</svg>\n\n\n</li><li title=\"elevator \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-elevator\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"5\" y=\"4\"   rx=\"1\" />\n  <path d=\"M10 10l2 -2l2 2\" />\n  <path d=\"M10 14l2 2l2 -2\" />\n</svg>\n\n\n</li><li title=\"emergency bed \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-emergency-bed\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"16\" cy=\"18\" r=\"2\" />\n  <circle cx=\"8\" cy=\"18\" r=\"2\" />\n  <path d=\"M4 8l2.1 2.8a3 3 0 0 0 2.4 1.2h11.5\" />\n  <path d=\"M10 6h4\" />\n  <path d=\"M12 4v4\" />\n  <path d=\"M12 12v2l-2.5 2.5\" />\n  <path d=\"M14.5 16.5l-2.5 -2.5\" />\n</svg>\n\n\n</li><li title=\"emphasis \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-emphasis\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M16 5h-8v10h8m-1 -5h-7\" />\n  <line x1=\"6\" y1=\"20\" x2=\"6\" y2=\"20.01\" />\n  <line x1=\"10\" y1=\"20\" x2=\"10\" y2=\"20.01\" />\n  <line x1=\"14\" y1=\"20\" x2=\"14\" y2=\"20.01\" />\n  <line x1=\"18\" y1=\"20\" x2=\"18\" y2=\"20.01\" />\n</svg>\n\n\n</li><li title=\"engine \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-engine\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M3 10v6\" />\n  <path d=\"M12 5v3\" />\n  <path d=\"M10 5h4\" />\n  <path d=\"M5 13h-2\" />\n  <path d=\"M6 10h2l2 -2h3.382a1 1 0 0 1 .894 .553l1.448 2.894a1 1 0 0 0 .894 .553h1.382v-2h2a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1h-2v-2h-3v2a1 1 0 0 1 -1 1h-3.465a1 1 0 0 1 -.832 -.445l-1.703 -2.555h-2v-6z\" />\n</svg>\n\n\n</li><li title=\"equal not \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-equal-not\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M5 9h14m-14 6h14m0 -10l-14 14\" />\n</svg>\n\n\n</li><li title=\"equal \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-equal\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M5 9h14m-14 6h14\" />\n</svg>\n\n\n</li><li title=\"eraser \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-eraser\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M19 19h-11l-4 -4a1 1 0 0 1 0 -1.41l10 -10a1 1 0 0 1 1.41 0l5 5a1 1 0 0 1 0 1.41l-9 9\" />\n  <line x1=\"18\" y1=\"12.3\" x2=\"11.7\" y2=\"6\" />\n</svg>\n\n\n</li><li title=\"exchange \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-exchange\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"5\" cy=\"18\" r=\"2\" />\n  <circle cx=\"19\" cy=\"6\" r=\"2\" />\n  <path d=\"M19 8v5a5 5 0 0 1 -5 5h-3l3 -3m0 6l-3 -3\" />\n  <path d=\"M5 16v-5a5 5 0 0 1 5 -5h3l-3 -3m0 6l3 -3\" />\n</svg>\n\n\n</li><li title=\"exclamation mark \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-exclamation-mark\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 19v.01\" />\n  <path d=\"M12 15v-10\" />\n</svg>\n\n\n</li><li title=\"exposure \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-exposure\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"4\" y=\"4\"   rx=\"2\" />\n  <line x1=\"4.6\" y1=\"19.4\" x2=\"19.4\" y2=\"4.6\" />\n  <path d=\"M7 9h4m-2 -2v4\" />\n  <line x1=\"13\" y1=\"16\" x2=\"17\" y2=\"16\" />\n</svg>\n\n\n</li><li title=\"external link \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-external-link\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M11 7h-5a2 2 0 0 0 -2 2v9a2 2 0 0 0 2 2h9a2 2 0 0 0 2 -2v-5\" />\n  <line x1=\"10\" y1=\"14\" x2=\"20\" y2=\"4\" />\n  <polyline points=\"15 4 20 4 20 9\" />\n</svg>\n\n\n</li><li title=\"eye check \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-eye-check\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"2\" />\n  <path d=\"M12 19c-4 0 -7.333 -2.333 -10 -7c2.667 -4.667 6 -7 10 -7s7.333 2.333 10 7c-.42 .736 -.858 1.414 -1.311 2.033\" />\n  <path d=\"M15 19l2 2l4 -4\" />\n</svg>\n\n\n</li><li title=\"eye off \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-eye-off\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"3\" y1=\"3\" x2=\"21\" y2=\"21\" />\n  <path d=\"M10.584 10.587a2 2 0 0 0 2.828 2.83\" />\n  <path d=\"M9.363 5.365a9.466 9.466 0 0 1 2.637 -.365c4 0 7.333 2.333 10 7c-.778 1.361 -1.612 2.524 -2.503 3.488m-2.14 1.861c-1.631 1.1 -3.415 1.651 -5.357 1.651c-4 0 -7.333 -2.333 -10 -7c1.369 -2.395 2.913 -4.175 4.632 -5.341\" />\n</svg>\n\n\n</li><li title=\"eye table \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-eye-table\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M8.003 18.003h-.011\" />\n  <path d=\"M12.003 18.002h-.011\" />\n  <path d=\"M16.003 18.002h-.011\" />\n  <path d=\"M4 3h16\" />\n  <path d=\"M5 3v17a1 1 0 0 0 1 1h12a1 1 0 0 0 1 -1v-17\" />\n  <path d=\"M14 7h-4\" />\n  <path d=\"M9 15h1\" />\n  <path d=\"M14 15h1\" />\n  <path d=\"M12 11v-4\" />\n</svg>\n\n\n</li><li title=\"eye \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-eye\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"2\" />\n  <path d=\"M22 12c-2.667 4.667 -6 7 -10 7s-7.333 -2.333 -10 -7c2.667 -4.667 6 -7 10 -7s7.333 2.333 10 7\" />\n</svg>\n\n\n</li><li title=\"eyeglass 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-eyeglass-2\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M8 4h-2l-3 10v2.5\" />\n  <path d=\"M16 4h2l3 10v2.5\" />\n  <line x1=\"10\" y1=\"16\" x2=\"14\" y2=\"16\" />\n  <circle cx=\"17.5\" cy=\"16.5\" r=\"3.5\" />\n  <circle cx=\"6.5\" cy=\"16.5\" r=\"3.5\" />\n</svg>\n\n\n</li><li title=\"eyeglass \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-eyeglass\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M8 4h-2l-3 10\" />\n  <path d=\"M16 4h2l3 10\" />\n  <line x1=\"10\" y1=\"16\" x2=\"14\" y2=\"16\" />\n  <path d=\"M21 16.5a3.5 3.5 0 0 1 -7 0v-2.5h7v2.5\" />\n  <path d=\"M10 16.5a3.5 3.5 0 0 1 -7 0v-2.5h7v2.5\" />\n</svg>\n\n\n</li><li title=\"face id error \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-face-id-error\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4 8v-2a2 2 0 0 1 2 -2h2\" />\n  <path d=\"M4 16v2a2 2 0 0 0 2 2h2\" />\n  <path d=\"M16 4h2a2 2 0 0 1 2 2v2\" />\n  <path d=\"M16 20h2a2 2 0 0 0 2 -2v-2\" />\n  <path d=\"M9 10h.01\" />\n  <path d=\"M15 10h.01\" />\n  <path d=\"M9.5 15.05a3.5 3.5 0 0 1 5 0\" />\n</svg>\n\n\n</li><li title=\"face id \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-face-id\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4 8v-2a2 2 0 0 1 2 -2h2\" />\n  <path d=\"M4 16v2a2 2 0 0 0 2 2h2\" />\n  <path d=\"M16 4h2a2 2 0 0 1 2 2v2\" />\n  <path d=\"M16 20h2a2 2 0 0 0 2 -2v-2\" />\n  <line x1=\"9\" y1=\"10\" x2=\"9.01\" y2=\"10\" />\n  <line x1=\"15\" y1=\"10\" x2=\"15.01\" y2=\"10\" />\n  <path d=\"M9.5 15a3.5 3.5 0 0 0 5 0\" />\n</svg>\n\n\n</li><li title=\"face mask \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-face-mask\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M5.002 14.5h-.222c-1.535 0 -2.778 -1.12 -2.778 -2.5s1.243 -2.5 2.778 -2.5h.222\" />\n  <path d=\"M19.002 14.5h.222c1.534 0 2.778 -1.12 2.778 -2.5s-1.244 -2.5 -2.778 -2.5h-.222\" />\n  <path d=\"M9 10h6\" />\n  <path d=\"M9 14h6\" />\n  <path d=\"M12.55 18.843l5 -1.429a2 2 0 0 0 1.45 -1.923v-6.981a2 2 0 0 0 -1.45 -1.923l-5 -1.429a2 2 0 0 0 -1.1 0l-5 1.429a2 2 0 0 0 -1.45 1.922v6.982a2 2 0 0 0 1.45 1.923l5 1.429a2 2 0 0 0 1.1 0z\" />\n</svg>\n\n\n</li><li title=\"fall \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-fall\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M11 21l1 -5l-1 -4l-3 -4h4l3 -3\" />\n  <path d=\"M6 16l-1 -4l3 -4\" />\n  <circle cx=\"6\" cy=\"5\" r=\"1\" />\n  <path d=\"M13.5 12h2.5l4 2\" />\n</svg>\n\n\n</li><li title=\"feather \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-feather\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4 20l10 -10m0 -5v5h5m-9 -1v5h5m-9 -1v5h5m-5 -5l4 -4l4 -4\" />\n  <path d=\"M19 10c.638 -.636 1 -1.515 1 -2.486a3.515 3.515 0 0 0 -3.517 -3.514c-.97 0 -1.847 .367 -2.483 1m-3 13l4 -4l4 -4\" />\n</svg>\n\n\n</li><li title=\"fence \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-fence\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4 12v4h16v-4z\" />\n  <path d=\"M6 16v4h4v-4m0 -4v-6l-2 -2l-2 2v6\" />\n  <path d=\"M14 16v4h4v-4m0 -4v-6l-2 -2l-2 2v6\" />\n</svg>\n\n\n</li><li title=\"file alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-file-alert\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M14 3v4a1 1 0 0 0 1 1h4\" />\n  <path d=\"M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z\" />\n  <line x1=\"12\" y1=\"17\" x2=\"12.01\" y2=\"17\" />\n  <line x1=\"12\" y1=\"11\" x2=\"12\" y2=\"14\" />\n</svg>\n\n\n</li><li title=\"file analytics \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-file-analytics\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M14 3v4a1 1 0 0 0 1 1h4\" />\n  <path d=\"M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z\" />\n  <line x1=\"9\" y1=\"17\" x2=\"9\" y2=\"12\" />\n  <line x1=\"12\" y1=\"17\" x2=\"12\" y2=\"16\" />\n  <line x1=\"15\" y1=\"17\" x2=\"15\" y2=\"14\" />\n</svg>\n\n\n</li><li title=\"file certificate \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-file-certificate\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M14 3v4a1 1 0 0 0 1 1h4\" />\n  <path d=\"M5 8v-3a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2h-5\" />\n  <circle cx=\"6\" cy=\"14\" r=\"3\" />\n  <path d=\"M4.5 17l-1.5 5l3 -1.5l3 1.5l-1.5 -5\" />\n</svg>\n\n\n</li><li title=\"file check \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-file-check\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M14 3v4a1 1 0 0 0 1 1h4\" />\n  <path d=\"M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z\" />\n  <path d=\"M9 15l2 2l4 -4\" />\n</svg>\n\n\n</li><li title=\"file code 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-file-code-2\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M10 12h-1v5h1\" />\n  <path d=\"M14 12h1v5h-1\" />\n  <path d=\"M14 3v4a1 1 0 0 0 1 1h4\" />\n  <path d=\"M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z\" />\n</svg>\n\n\n</li><li title=\"file code \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-file-code\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M14 3v4a1 1 0 0 0 1 1h4\" />\n  <path d=\"M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z\" />\n  <path d=\"M10 13l-1 2l1 2\" />\n  <path d=\"M14 13l1 2l-1 2\" />\n</svg>\n\n\n</li><li title=\"file diff \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-file-diff\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M14 3v4a1 1 0 0 0 1 1h4\" />\n  <path d=\"M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z\" />\n  <line x1=\"12\" y1=\"10\" x2=\"12\" y2=\"14\" />\n  <line x1=\"10\" y1=\"12\" x2=\"14\" y2=\"12\" />\n  <line x1=\"10\" y1=\"17\" x2=\"14\" y2=\"17\" />\n</svg>\n\n\n</li><li title=\"file digit \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-file-digit\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M14 3v4a1 1 0 0 0 1 1h4\" />\n  <rect x=\"9\" y=\"12\"   rx=\"1\" />\n  <path d=\"M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z\" />\n  <path d=\"M15 12v5\" />\n</svg>\n\n\n</li><li title=\"file dislike \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-file-dislike\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"3\" y=\"14\"   rx=\"1\" />\n  <path d=\"M6 15a1 1 0 0 1 1 -1h3.756a1 1 0 0 1 .958 .713l1.2 3c.09 .303 .133 .63 -.056 .884c-.188 .254 -.542 .403 -.858 .403h-2v2.467a1.1 1.1 0 0 1 -2.015 .61l-1.985 -3.077v-4z\" />\n  <path d=\"M14 3v4a1 1 0 0 0 1 1h4\" />\n  <path d=\"M5 11v-6a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2h-2.5\" />\n</svg>\n\n\n</li><li title=\"file dollar \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-file-dollar\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M14 3v4a1 1 0 0 0 1 1h4\" />\n  <path d=\"M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z\" />\n  <path d=\"M14 11h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5\" />\n  <path d=\"M12 17v1m0 -8v1\" />\n</svg>\n\n\n</li><li title=\"file download \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-file-download\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M14 3v4a1 1 0 0 0 1 1h4\" />\n  <path d=\"M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z\" />\n  <line x1=\"12\" y1=\"11\" x2=\"12\" y2=\"17\" />\n  <polyline points=\"9 14 12 17 15 14\" />\n</svg>\n\n\n</li><li title=\"file euro \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-file-euro\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M14 3v4a1 1 0 0 0 1 1h4\" />\n  <path d=\"M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z\" />\n  <path d=\"M12 14h-3\" />\n  <path d=\"M14.004 11.172a3 3 0 1 0 -.001 5.656\" />\n</svg>\n\n\n</li><li title=\"file export \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-file-export\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M14 3v4a1 1 0 0 0 1 1h4\" />\n  <path d=\"M11.5 21h-4.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v5m-5 6h7m-3 -3l3 3l-3 3\" />\n</svg>\n\n\n</li><li title=\"file horizontal \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-file-horizontal\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M16 5v4a1 1 0 0 0 1 1h4\" />\n  <path d=\"M3 7v10a2 2 0 0 0 2 2h14a2 2 0 0 0 2 -2v-7l-5 -5h-11a2 2 0 0 0 -2 2z\" />\n</svg>\n\n\n</li><li title=\"file import \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-file-import\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M14 3v4a1 1 0 0 0 1 1h4\" />\n  <path d=\"M5 13v-8a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2h-5.5m-9.5 -2h7m-3 -3l3 3l-3 3\" />\n</svg>\n\n\n</li><li title=\"file info \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-file-info\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M14 3v4a1 1 0 0 0 1 1h4\" />\n  <path d=\"M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z\" />\n  <path d=\"M11 14h1v4h1\" />\n  <path d=\"M12 11h.01\" />\n</svg>\n\n\n</li><li title=\"file invoice \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-file-invoice\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M14 3v4a1 1 0 0 0 1 1h4\" />\n  <path d=\"M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z\" />\n  <line x1=\"9\" y1=\"7\" x2=\"10\" y2=\"7\" />\n  <line x1=\"9\" y1=\"13\" x2=\"15\" y2=\"13\" />\n  <line x1=\"13\" y1=\"17\" x2=\"15\" y2=\"17\" />\n</svg>\n\n\n</li><li title=\"file like \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-file-like\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"3\" y=\"16\"   rx=\"1\" />\n  <path d=\"M6 20a1 1 0 0 0 1 1h3.756a1 1 0 0 0 .958 -.713l1.2 -3c.09 -.303 .133 -.63 -.056 -.884c-.188 -.254 -.542 -.403 -.858 -.403h-2v-2.467a1.1 1.1 0 0 0 -2.015 -.61l-1.985 3.077v4z\" />\n  <path d=\"M14 3v4a1 1 0 0 0 1 1h4\" />\n  <path d=\"M5 12.1v-7.1a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2h-2.3\" />\n</svg>\n\n\n</li><li title=\"file minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-file-minus\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M14 3v4a1 1 0 0 0 1 1h4\" />\n  <path d=\"M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z\" />\n  <line x1=\"9\" y1=\"14\" x2=\"15\" y2=\"14\" />\n</svg>\n\n\n</li><li title=\"file music \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-file-music\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M14 3v4a1 1 0 0 0 1 1h4\" />\n  <path d=\"M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z\" />\n  <circle cx=\"11\" cy=\"16\" r=\"1\" />\n  <polyline points=\"12 16 12 11 14 12\" />\n</svg>\n\n\n</li><li title=\"file off \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-file-off\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"3\" y1=\"3\" x2=\"21\" y2=\"21\" />\n  <path d=\"M7 3h7l5 5v7m0 4a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14\" />\n</svg>\n\n\n</li><li title=\"file phone \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-file-phone\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M14 3v4a1 1 0 0 0 1 1h4\" />\n  <path d=\"M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z\" />\n  <path d=\"M9 12a0.5 .5 0 0 0 1 0v-1a0.5 .5 0 0 0 -1 0v1a5 5 0 0 0 5 5h1a0.5 .5 0 0 0 0 -1h-1a0.5 .5 0 0 0 0 1\" />\n</svg>\n\n\n</li><li title=\"file plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-file-plus\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M14 3v4a1 1 0 0 0 1 1h4\" />\n  <path d=\"M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z\" />\n  <line x1=\"12\" y1=\"11\" x2=\"12\" y2=\"17\" />\n  <line x1=\"9\" y1=\"14\" x2=\"15\" y2=\"14\" />\n</svg>\n\n\n</li><li title=\"file report \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-file-report\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"17\" cy=\"17\" r=\"4\" />\n  <path d=\"M17 13v4h4\" />\n  <path d=\"M12 3v4a1 1 0 0 0 1 1h4\" />\n  <path d=\"M11.5 21h-6.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v2m0 3v4\" />\n</svg>\n\n\n</li><li title=\"file search \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-file-search\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M14 3v4a1 1 0 0 0 1 1h4\" />\n  <path d=\"M12 21h-5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v4.5\" />\n  <circle cx=\"16.5\" cy=\"17.5\" r=\"2.5\" />\n  <line x1=\"18.5\" y1=\"19.5\" x2=\"21\" y2=\"22\" />\n</svg>\n\n\n</li><li title=\"file shredder \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-file-shredder\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M14 3v4a1 1 0 0 0 1 1h4\" />\n  <path d=\"M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4\" />\n  <line x1=\"3\" y1=\"12\" x2=\"21\" y2=\"12\" />\n  <line x1=\"6\" y1=\"16\" x2=\"6\" y2=\"18\" />\n  <line x1=\"10\" y1=\"16\" x2=\"10\" y2=\"22\" />\n  <line x1=\"14\" y1=\"16\" x2=\"14\" y2=\"18\" />\n  <line x1=\"18\" y1=\"16\" x2=\"18\" y2=\"20\" />\n</svg>\n\n\n</li><li title=\"file symlink \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-file-symlink\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4 21v-4a3 3 0 0 1 3 -3h5\" />\n  <path d=\"M9 17l3 -3l-3 -3\" />\n  <path d=\"M14 3v4a1 1 0 0 0 1 1h4\" />\n  <path d=\"M5 11v-6a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2h-9.5\" />\n</svg>\n\n\n</li><li title=\"file text \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-file-text\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M14 3v4a1 1 0 0 0 1 1h4\" />\n  <path d=\"M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z\" />\n  <line x1=\"9\" y1=\"9\" x2=\"10\" y2=\"9\" />\n  <line x1=\"9\" y1=\"13\" x2=\"15\" y2=\"13\" />\n  <line x1=\"9\" y1=\"17\" x2=\"15\" y2=\"17\" />\n</svg>\n\n\n</li><li title=\"file upload \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-file-upload\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M14 3v4a1 1 0 0 0 1 1h4\" />\n  <path d=\"M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z\" />\n  <line x1=\"12\" y1=\"11\" x2=\"12\" y2=\"17\" />\n  <polyline points=\"9 14 12 11 15 14\" />\n</svg>\n\n\n</li><li title=\"file x \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-file-x\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M14 3v4a1 1 0 0 0 1 1h4\" />\n  <path d=\"M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z\" />\n  <path d=\"M10 12l4 4m0 -4l-4 4\" />\n</svg>\n\n\n</li><li title=\"file zip \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-file-zip\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M6 20.735a2 2 0 0 1 -1 -1.735v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2h-1\" />\n  <path d=\"M11 17a2 2 0 0 1 2 2v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-2a2 2 0 0 1 2 -2z\" />\n  <line x1=\"11\" y1=\"5\" x2=\"10\" y2=\"5\" />\n  <line x1=\"13\" y1=\"7\" x2=\"12\" y2=\"7\" />\n  <line x1=\"11\" y1=\"9\" x2=\"10\" y2=\"9\" />\n  <line x1=\"13\" y1=\"11\" x2=\"12\" y2=\"11\" />\n  <line x1=\"11\" y1=\"13\" x2=\"10\" y2=\"13\" />\n  <line x1=\"13\" y1=\"15\" x2=\"12\" y2=\"15\" />\n</svg>\n\n\n</li><li title=\"file \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-file\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M14 3v4a1 1 0 0 0 1 1h4\" />\n  <path d=\"M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z\" />\n</svg>\n\n\n</li><li title=\"files off \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-files-off\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M15 3v4a1 1 0 0 0 1 1h4\" />\n  <path d=\"M17 17h-6a2 2 0 0 1 -2 -2v-6m0 -4a2 2 0 0 1 2 -2h4l5 5v7c0 .294 -.063 .572 -.177 .823\" />\n  <path d=\"M16 17v2a2 2 0 0 1 -2 2h-7a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2\" />\n  <line x1=\"3\" y1=\"3\" x2=\"21\" y2=\"21\" />\n</svg>\n\n\n</li><li title=\"files \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-files\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M15 3v4a1 1 0 0 0 1 1h4\" />\n  <path d=\"M18 17h-7a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h4l5 5v7a2 2 0 0 1 -2 2z\" />\n  <path d=\"M16 17v2a2 2 0 0 1 -2 2h-7a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2\" />\n</svg>\n\n\n</li><li title=\"filter off \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-filter-off\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"3\" y1=\"3\" x2=\"21\" y2=\"21\" />\n  <path d=\"M9 5h9.5a1 1 0 0 1 .5 1.5l-4.049 4.454m-.951 3.046v5l-4 -3v-4l-5 -5.5a1 1 0 0 1 .18 -1.316\" />\n</svg>\n\n\n</li><li title=\"filter \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-filter\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M5.5 5h13a1 1 0 0 1 .5 1.5l-5 5.5l0 7l-4 -3l0 -4l-5 -5.5a1 1 0 0 1 .5 -1.5\" />\n</svg>\n\n\n</li><li title=\"fingerprint \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-fingerprint\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M18.9 7a8 8 0 0 1 1.1 5v1a6 6 0 0 0 .8 3\" />\n  <path d=\"M8 11a4 4 0 0 1 8 0v1a10 10 0 0 0 2 6\" />\n  <path d=\"M12 11v2a14 14 0 0 0 2.5 8\" />\n  <path d=\"M8 15a18 18 0 0 0 1.8 6\" />\n  <path d=\"M4.9 19a22 22 0 0 1 -.9 -7v-1a8 8 0 0 1 12 -6.95\" />\n</svg>\n\n\n</li><li title=\"firetruck \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-firetruck\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"5\" cy=\"17\" r=\"2\" />\n  <circle cx=\"17\" cy=\"17\" r=\"2\" />\n  <path d=\"M7 18h8m4 0h2v-6a5 5 0 0 0 -5 -5h-1l1.5 5h4.5\" />\n  <path d=\"M12 18v-11h3\" />\n  <polyline points=\"3 17 3 12 12 12\" />\n  <line x1=\"3\" y1=\"9\" x2=\"21\" y2=\"3\" />\n  <line x1=\"6\" y1=\"12\" x2=\"6\" y2=\"8\" />\n</svg>\n\n\n</li><li title=\"first aid kit \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-first-aid-kit\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M8 8v-2a2 2 0 0 1 2 -2h4a2 2 0 0 1 2 2v2\" />\n  <rect x=\"4\" y=\"8\"   rx=\"2\" />\n  <path d=\"M10 14h4\" />\n  <path d=\"M12 12v4\" />\n</svg>\n\n\n</li><li title=\"fish \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-fish\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M16.69 7.44a6.973 6.973 0 0 0 -1.69 4.56c0 1.747 .64 3.345 1.699 4.571\" />\n  <path d=\"M2 9.504c7.715 8.647 14.75 10.265 20 2.498c-5.25 -7.761 -12.285 -6.142 -20 2.504\" />\n  <path d=\"M18 11v.01\" />\n  <path d=\"M11.5 10.5c-.667 1 -.667 2 0 3\" />\n</svg>\n\n\n</li><li title=\"flag 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-flag-2\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M5 14h14v-9h-14v16\" />\n</svg>\n\n\n</li><li title=\"flag 3 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-flag-3\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M5 14h14l-4.5 -4.5l4.5 -4.5h-14v16\" />\n</svg>\n\n\n</li><li title=\"flag \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-flag\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"5\" y1=\"5\" x2=\"5\" y2=\"21\" />\n  <line x1=\"19\" y1=\"5\" x2=\"19\" y2=\"14\" />\n  <path d=\"M5 5a5 5 0 0 1 7 0a5 5 0 0 0 7 0\" />\n  <path d=\"M5 14a5 5 0 0 1 7 0a5 5 0 0 0 7 0\" />\n</svg>\n\n\n</li><li title=\"flame \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-flame\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 12c2 -2.96 0 -7 -1 -8c0 3.038 -1.773 4.741 -3 6c-1.226 1.26 -2 3.24 -2 5a6 6 0 1 0 12 0c0 -1.532 -1.056 -3.94 -2 -5c-1.786 3 -2.791 3 -4 2z\" />\n</svg>\n\n\n</li><li title=\"flare \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-flare\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"2\" />\n  <path d=\"M3 12h4m5 -9v4m5 5h4m-9 5v4m-4.5 -13.5l1 1m8 -1l-1 1m0 7l1 1m-8 -1l-1 1\" />\n</svg>\n\n\n</li><li title=\"flask 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-flask-2\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M6.1 15h11.8\" />\n  <path d=\"M14 3v7.342a6.002 6.002 0 0 1 1.318 10.658h-6.635a6.002 6.002 0 0 1 1.317 -10.66v-7.34h4z\" />\n  <path d=\"M9 3h6\" />\n</svg>\n\n\n</li><li title=\"flask \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-flask\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"9\" y1=\"3\" x2=\"15\" y2=\"3\" />\n  <line x1=\"10\" y1=\"9\" x2=\"14\" y2=\"9\" />\n  <path d=\"M10 3v6l-4 11a0.7 .7 0 0 0 .5 1h11a0.7 .7 0 0 0 .5 -1l-4 -11v-6\" />\n</svg>\n\n\n</li><li title=\"flip horizontal \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-flip-horizontal\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"3\" y1=\"12\" x2=\"21\" y2=\"12\" />\n  <polyline points=\"7 16 17 16 7 21 7 16\" />\n  <polyline points=\"7 8 17 8 7 3 7 8\" />\n</svg>\n\n\n</li><li title=\"flip vertical \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-flip-vertical\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"12\" y1=\"3\" x2=\"12\" y2=\"21\" />\n  <polyline points=\"16 7 16 17 21 17 16 7\" />\n  <polyline points=\"8 7 8 17 3 17 8 7\" />\n</svg>\n\n\n</li><li title=\"float center \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-float-center\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect   x=\"9\" y=\"5\" rx=\"1\" />\n  <line x1=\"4\" y1=\"7\" x2=\"5\" y2=\"7\" />\n  <line x1=\"4\" y1=\"11\" x2=\"5\" y2=\"11\" />\n  <line x1=\"19\" y1=\"7\" x2=\"20\" y2=\"7\" />\n  <line x1=\"19\" y1=\"11\" x2=\"20\" y2=\"11\" />\n  <line x1=\"4\" y1=\"15\" x2=\"20\" y2=\"15\" />\n  <line x1=\"4\" y1=\"19\" x2=\"20\" y2=\"19\" />\n</svg>\n\n\n</li><li title=\"float left \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-float-left\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect   x=\"4\" y=\"5\" rx=\"1\" />\n  <line x1=\"14\" y1=\"7\" x2=\"20\" y2=\"7\" />\n  <line x1=\"14\" y1=\"11\" x2=\"20\" y2=\"11\" />\n  <line x1=\"4\" y1=\"15\" x2=\"20\" y2=\"15\" />\n  <line x1=\"4\" y1=\"19\" x2=\"20\" y2=\"19\" />\n</svg>\n\n\n</li><li title=\"float none \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-float-none\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect   x=\"4\" y=\"5\" rx=\"1\" />\n  <line x1=\"4\" y1=\"15\" x2=\"20\" y2=\"15\" />\n  <line x1=\"4\" y1=\"19\" x2=\"20\" y2=\"19\" />\n</svg>\n\n\n</li><li title=\"float right \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-float-right\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect   x=\"14\" y=\"5\" rx=\"1\" />\n  <line x1=\"4\" y1=\"7\" x2=\"10\" y2=\"7\" />\n  <line x1=\"4\" y1=\"11\" x2=\"10\" y2=\"11\" />\n  <line x1=\"4\" y1=\"15\" x2=\"20\" y2=\"15\" />\n  <line x1=\"4\" y1=\"19\" x2=\"20\" y2=\"19\" />\n</svg>\n\n\n</li><li title=\"flower \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-flower\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"3\" />\n  <path d=\"M12 2a3 3 0 0 1 3 3c0 .562 -.259 1.442 -.776 2.64l-.724 1.36l1.76 -1.893c.499 -.6 .922 -1.002 1.27 -1.205a2.968 2.968 0 0 1 4.07 1.099a3.011 3.011 0 0 1 -1.09 4.098c-.374 .217 -.99 .396 -1.846 .535l-2.664 .366l2.4 .326c.995 .145 1.698 .337 2.11 .576a3.011 3.011 0 0 1 1.09 4.098a2.968 2.968 0 0 1 -4.07 1.098c-.348 -.202 -.771 -.604 -1.27 -1.205l-1.76 -1.893l.724 1.36c.516 1.199 .776 2.079 .776 2.64a3 3 0 0 1 -6 0c0 -.562 .259 -1.442 .776 -2.64l.724 -1.36l-1.76 1.893c-.499 .601 -.922 1.003 -1.27 1.205a2.968 2.968 0 0 1 -4.07 -1.098a3.011 3.011 0 0 1 1.09 -4.098c.374 -.218 .99 -.396 1.846 -.536l2.664 -.366l-2.4 -.325c-.995 -.145 -1.698 -.337 -2.11 -.576a3.011 3.011 0 0 1 -1.09 -4.099a2.968 2.968 0 0 1 4.07 -1.099c.348 .203 .771 .604 1.27 1.205l1.76 1.894c-1 -2.292 -1.5 -3.625 -1.5 -4a3 3 0 0 1 3 -3z\" />\n</svg>\n\n\n</li><li title=\"focus 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-focus-2\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\".5\" fill=\"currentColor\" />\n  <circle cx=\"12\" cy=\"12\" r=\"7\" />\n  <line x1=\"12\" y1=\"3\" x2=\"12\" y2=\"5\" />\n  <line x1=\"3\" y1=\"12\" x2=\"5\" y2=\"12\" />\n  <line x1=\"12\" y1=\"19\" x2=\"12\" y2=\"21\" />\n  <line x1=\"19\" y1=\"12\" x2=\"21\" y2=\"12\" />\n</svg>\n\n\n</li><li title=\"focus \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-focus\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\".5\" fill=\"currentColor\" />\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n</svg>\n\n\n</li><li title=\"fold down \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-fold-down\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 11v8l3 -3m-6 0l3 3\" />\n  <line x1=\"9\" y1=\"7\" x2=\"10\" y2=\"7\" />\n  <line x1=\"14\" y1=\"7\" x2=\"15\" y2=\"7\" />\n  <line x1=\"19\" y1=\"7\" x2=\"20\" y2=\"7\" />\n  <line x1=\"4\" y1=\"7\" x2=\"5\" y2=\"7\" />\n</svg>\n\n\n</li><li title=\"fold up \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-fold-up\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 13v-8l-3 3m6 0l-3 -3\" />\n  <line x1=\"9\" y1=\"17\" x2=\"10\" y2=\"17\" />\n  <line x1=\"14\" y1=\"17\" x2=\"15\" y2=\"17\" />\n  <line x1=\"19\" y1=\"17\" x2=\"20\" y2=\"17\" />\n  <line x1=\"4\" y1=\"17\" x2=\"5\" y2=\"17\" />\n</svg>\n\n\n</li><li title=\"fold \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-fold\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 3v6l3 -3m-6 0l3 3\" />\n  <path d=\"M12 21v-6l3 3m-6 0l3 -3\" />\n  <line x1=\"4\" y1=\"12\" x2=\"5\" y2=\"12\" />\n  <line x1=\"9\" y1=\"12\" x2=\"10\" y2=\"12\" />\n  <line x1=\"14\" y1=\"12\" x2=\"15\" y2=\"12\" />\n  <line x1=\"19\" y1=\"12\" x2=\"20\" y2=\"12\" />\n</svg>\n\n\n</li><li title=\"folder minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-folder-minus\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M5 4h4l3 3h7a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2\" />\n  <line x1=\"9\" y1=\"13\" x2=\"15\" y2=\"13\" />\n</svg>\n\n\n</li><li title=\"folder off \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-folder-off\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"3\" y1=\"3\" x2=\"21\" y2=\"21\" />\n  <path d=\"M19 19h-14a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 1.172 -1.821m3.828 -.179h1l3 3h7a2 2 0 0 1 2 2v8\" />\n</svg>\n\n\n</li><li title=\"folder plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-folder-plus\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M5 4h4l3 3h7a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2\" />\n  <line x1=\"12\" y1=\"10\" x2=\"12\" y2=\"16\" />\n  <line x1=\"9\" y1=\"13\" x2=\"15\" y2=\"13\" />\n</svg>\n\n\n</li><li title=\"folder x \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-folder-x\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M5 4h4l3 3h7a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2\" />\n  <path d=\"M10 11l4 4m0 -4l-4 4\" />\n</svg>\n\n\n</li><li title=\"folder \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-folder\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M5 4h4l3 3h7a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2\" />\n</svg>\n\n\n</li><li title=\"folders \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-folders\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M9 4h3l2 2h5a2 2 0 0 1 2 2v7a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2\" />\n  <path d=\"M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h2\" />\n</svg>\n\n\n</li><li title=\"forbid 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-forbid-2\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n  <line x1=\"9\" y1=\"15\" x2=\"15\" y2=\"9\" />\n</svg>\n\n\n</li><li title=\"forbid \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-forbid\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n  <line x1=\"9\" y1=\"9\" x2=\"15\" y2=\"15\" />\n</svg>\n\n\n</li><li title=\"forklift \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-forklift\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"5\" cy=\"17\" r=\"2\" />\n  <circle cx=\"14\" cy=\"17\" r=\"2\" />\n  <line x1=\"7\" y1=\"17\" x2=\"12\" y2=\"17\" />\n  <path d=\"M3 17v-6h13v6\" />\n  <path d=\"M5 11v-4h4\" />\n  <path d=\"M9 11v-6h4l3 6\" />\n  <path d=\"M22 15h-3v-10\" />\n  <line x1=\"16\" y1=\"13\" x2=\"19\" y2=\"13\" />\n</svg>\n\n\n</li><li title=\"forms \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-forms\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 3a3 3 0 0 0 -3 3v12a3 3 0 0 0 3 3\" />\n  <path d=\"M6 3a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3\" />\n  <path d=\"M13 7h7a1 1 0 0 1 1 1v8a1 1 0 0 1 -1 1h-7\" />\n  <path d=\"M5 7h-1a1 1 0 0 0 -1 1v8a1 1 0 0 0 1 1h1\" />\n  <path d=\"M17 12h.01\" />\n  <path d=\"M13 12h.01\" />\n</svg>\n\n\n</li><li title=\"frame \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-frame\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"4\" y1=\"7\" x2=\"20\" y2=\"7\" />\n  <line x1=\"4\" y1=\"17\" x2=\"20\" y2=\"17\" />\n  <line x1=\"7\" y1=\"4\" x2=\"7\" y2=\"20\" />\n  <line x1=\"17\" y1=\"4\" x2=\"17\" y2=\"20\" />\n</svg>\n\n\n</li><li title=\"free rights \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-free-rights\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n  <path d=\"M13.867 9.75c-.246 -.48 -.708 -.769 -1.2 -.75h-1.334c-.736 0 -1.333 .67 -1.333 1.5c0 .827 .597 1.499 1.333 1.499h1.334c.736 0 1.333 .671 1.333 1.5c0 .828 -.597 1.499 -1.333 1.499h-1.334c-.492 .019 -.954 -.27 -1.2 -.75\" />\n  <path d=\"M12 7v2\" />\n  <path d=\"M12 15v2\" />\n  <path d=\"M6 6l1.5 1.5\" />\n  <path d=\"M16.5 16.5l1.5 1.5\" />\n</svg>\n\n\n</li><li title=\"friends \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-friends\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"7\" cy=\"5\" r=\"2\" />\n  <path d=\"M5 22v-5l-1 -1v-4a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4l-1 1v5\" />\n  <circle cx=\"17\" cy=\"5\" r=\"2\" />\n  <path d=\"M15 22v-4h-2l2 -6a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1l2 6h-2v4\" />\n</svg>\n\n\n</li><li title=\"gas station \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-gas-station\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M14 11h1a2 2 0 0 1 2 2v3a1.5 1.5 0 0 0 3 0v-7l-3 -3\" />\n  <path d=\"M4 20v-14a2 2 0 0 1 2 -2h6a2 2 0 0 1 2 2v14\" />\n  <line x1=\"3\" y1=\"20\" x2=\"15\" y2=\"20\" />\n  <path d=\"M18 7v1a1 1 0 0 0 1 1h1\" />\n  <line x1=\"4\" y1=\"11\" x2=\"14\" y2=\"11\" />\n</svg>\n\n\n</li><li title=\"gauge \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-gauge\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n  <circle cx=\"12\" cy=\"12\" r=\"1\" />\n  <line x1=\"13.41\" y1=\"10.59\" x2=\"16\" y2=\"8\" />\n  <path d=\"M7 12a5 5 0 0 1 5 -5\" />\n</svg>\n\n\n</li><li title=\"gavel \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-gavel\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M13 10l7.383 7.418c.823 .82 .823 2.148 0 2.967a2.11 2.11 0 0 1 -2.976 0l-7.407 -7.385\" />\n  <path d=\"M6 9l4 4\" />\n  <path d=\"M13 10l-4 -4\" />\n  <path d=\"M3 21h7\" />\n  <path d=\"M6.793 15.793l-3.586 -3.586a1 1 0 0 1 0 -1.414l2.293 -2.293l.5 .5l3 -3l-.5 -.5l2.293 -2.293a1 1 0 0 1 1.414 0l3.586 3.586a1 1 0 0 1 0 1.414l-2.293 2.293l-.5 -.5l-3 3l.5 .5l-2.293 2.293a1 1 0 0 1 -1.414 0z\" />\n</svg>\n\n\n</li><li title=\"geometry \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-geometry\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M7 21l4 -12m2 0l1.48 4.439m.949 2.847l1.571 4.714\" />\n  <circle cx=\"12\" cy=\"7\" r=\"2\" />\n  <path d=\"M4 12c1.526 2.955 4.588 5 8 5c3.41 0 6.473 -2.048 8 -5\" />\n  <path d=\"M12 5v-2\" />\n</svg>\n\n\n</li><li title=\"ghost \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-ghost\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M5 11a7 7 0 0 1 14 0v7a1.78 1.78 0 0 1 -3.1 1.4a1.65 1.65 0 0 0 -2.6 0a1.65 1.65 0 0 1 -2.6 0a1.65 1.65 0 0 0 -2.6 0a1.78 1.78 0 0 1 -3.1 -1.4v-7\" />\n  <line x1=\"10\" y1=\"10\" x2=\"10.01\" y2=\"10\" />\n  <line x1=\"14\" y1=\"10\" x2=\"14.01\" y2=\"10\" />\n  <path d=\"M10 14a3.5 3.5 0 0 0 4 0\" />\n</svg>\n\n\n</li><li title=\"gift \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-gift\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"3\" y=\"8\"   rx=\"1\" />\n  <line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"21\" />\n  <path d=\"M19 12v7a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-7\" />\n  <path d=\"M7.5 8a2.5 2.5 0 0 1 0 -5a4.8 8 0 0 1 4.5 5a4.8 8 0 0 1 4.5 -5a2.5 2.5 0 0 1 0 5\" />\n</svg>\n\n\n</li><li title=\"git branch \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-git-branch\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"7\" cy=\"18\" r=\"2\" />\n  <circle cx=\"7\" cy=\"6\" r=\"2\" />\n  <circle cx=\"17\" cy=\"6\" r=\"2\" />\n  <line x1=\"7\" y1=\"8\" x2=\"7\" y2=\"16\" />\n  <path d=\"M9 18h6a2 2 0 0 0 2 -2v-5\" />\n  <polyline points=\"14 14 17 11 20 14\" />\n</svg>\n\n\n</li><li title=\"git commit \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-git-commit\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"3\" />\n  <line x1=\"12\" y1=\"3\" x2=\"12\" y2=\"9\" />\n  <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"21\" />\n</svg>\n\n\n</li><li title=\"git compare \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-git-compare\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"6\" cy=\"6\" r=\"2\" />\n  <circle cx=\"18\" cy=\"18\" r=\"2\" />\n  <path d=\"M11 6h5a2 2 0 0 1 2 2v8\" />\n  <polyline points=\"14 9 11 6 14 3\" />\n  <path d=\"M13 18h-5a2 2 0 0 1 -2 -2v-8\" />\n  <polyline points=\"10 15 13 18 10 21\" />\n</svg>\n\n\n</li><li title=\"git fork \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-git-fork\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"18\" r=\"2\" />\n  <circle cx=\"7\" cy=\"6\" r=\"2\" />\n  <circle cx=\"17\" cy=\"6\" r=\"2\" />\n  <path d=\"M7 8v2a2 2 0 0 0 2 2h6a2 2 0 0 0 2 -2v-2\" />\n  <line x1=\"12\" y1=\"12\" x2=\"12\" y2=\"16\" />\n</svg>\n\n\n</li><li title=\"git merge \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-git-merge\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"7\" cy=\"18\" r=\"2\" />\n  <circle cx=\"7\" cy=\"6\" r=\"2\" />\n  <circle cx=\"17\" cy=\"12\" r=\"2\" />\n  <line x1=\"7\" y1=\"8\" x2=\"7\" y2=\"16\" />\n  <path d=\"M7 8a4 4 0 0 0 4 4h4\" />\n</svg>\n\n\n</li><li title=\"git pull request closed \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-git-pull-request-closed\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"6\" cy=\"18\" r=\"2\" />\n  <circle cx=\"6\" cy=\"6\" r=\"2\" />\n  <circle cx=\"18\" cy=\"18\" r=\"2\" />\n  <path d=\"M6 8v8\" />\n  <path d=\"M18 11v5\" />\n  <path d=\"M16 4l4 4m0 -4l-4 4\" />\n</svg>\n\n\n</li><li title=\"git pull request draft \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-git-pull-request-draft\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"6\" cy=\"18\" r=\"2\" />\n  <circle cx=\"6\" cy=\"6\" r=\"2\" />\n  <circle cx=\"18\" cy=\"18\" r=\"2\" />\n  <path d=\"M6 8v8\" />\n  <path d=\"M18 11h.01\" />\n  <path d=\"M18 6h.01\" />\n</svg>\n\n\n</li><li title=\"git pull request \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-git-pull-request\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"6\" cy=\"18\" r=\"2\" />\n  <circle cx=\"6\" cy=\"6\" r=\"2\" />\n  <circle cx=\"18\" cy=\"18\" r=\"2\" />\n  <line x1=\"6\" y1=\"8\" x2=\"6\" y2=\"16\" />\n  <path d=\"M11 6h5a2 2 0 0 1 2 2v8\" />\n  <polyline points=\"14 9 11 6 14 3\" />\n</svg>\n\n\n</li><li title=\"glass full \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-glass-full\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"8\" y1=\"21\" x2=\"16\" y2=\"21\" />\n  <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"21\" />\n  <path d=\"M17 3l1 7c0 3.012 -2.686 5 -6 5s-6 -1.988 -6 -5l1 -7h10z\" />\n  <path d=\"M6 10a5 5 0 0 1 6 0a5 5 0 0 0 6 0\" />\n</svg>\n\n\n</li><li title=\"glass off \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-glass-off\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"8\" y1=\"21\" x2=\"16\" y2=\"21\" />\n  <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"21\" />\n  <path d=\"M7 3h10l1 7a4.511 4.511 0 0 1 -1.053 2.94m-2.386 1.625a7.48 7.48 0 0 1 -2.561 .435c-3.314 0 -6 -1.988 -6 -5l.5 -3.495\" />\n  <line x1=\"3\" y1=\"3\" x2=\"21\" y2=\"21\" />\n</svg>\n\n\n</li><li title=\"glass \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-glass\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"8\" y1=\"21\" x2=\"16\" y2=\"21\" />\n  <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"21\" />\n  <path d=\"M17 3l1 7c0 3.012 -2.686 5 -6 5s-6 -1.988 -6 -5l1 -7h10z\" />\n</svg>\n\n\n</li><li title=\"globe \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-globe\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"10\" r=\"4\" />\n  <path d=\"M6.75 16a8.015 8.015 0 1 0 9.25 -13\" />\n  <line x1=\"12\" y1=\"18\" x2=\"12\" y2=\"22\" />\n  <line x1=\"8\" y1=\"22\" x2=\"16\" y2=\"22\" />\n</svg>\n\n\n</li><li title=\"golf \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-golf\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 18v-15l7 4l-7 4\" />\n  <path d=\"M9 17.67c-.62 .36 -1 .82 -1 1.33c0 1.1 1.8 2 4 2s4 -.9 4 -2c0 -.5 -.38 -.97 -1 -1.33\" />\n</svg>\n\n\n</li><li title=\"gps \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-gps\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n  <path d=\"M12 17l-1 -4l-4 -1l9 -4z\" />\n</svg>\n\n\n</li><li title=\"grain \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-grain\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"4.5\" cy=\"9.5\" r=\"1\" />\n  <circle cx=\"9.5\" cy=\"4.5\" r=\"1\" />\n  <circle cx=\"9.5\" cy=\"14.5\" r=\"1\" />\n  <circle cx=\"4.5\" cy=\"19.5\" r=\"1\" />\n  <circle cx=\"14.5\" cy=\"9.5\" r=\"1\" />\n  <circle cx=\"19.5\" cy=\"4.5\" r=\"1\" />\n  <circle cx=\"14.5\" cy=\"19.5\" r=\"1\" />\n  <circle cx=\"19.5\" cy=\"14.5\" r=\"1\" />\n</svg>\n\n\n</li><li title=\"grid dots \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-grid-dots\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"5\" cy=\"5\" r=\"1\" />\n  <circle cx=\"12\" cy=\"5\" r=\"1\" />\n  <circle cx=\"19\" cy=\"5\" r=\"1\" />\n  <circle cx=\"5\" cy=\"12\" r=\"1\" />\n  <circle cx=\"12\" cy=\"12\" r=\"1\" />\n  <circle cx=\"19\" cy=\"12\" r=\"1\" />\n  <circle cx=\"5\" cy=\"19\" r=\"1\" />\n  <circle cx=\"12\" cy=\"19\" r=\"1\" />\n  <circle cx=\"19\" cy=\"19\" r=\"1\" />\n</svg>\n\n\n</li><li title=\"grid pattern \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-grid-pattern\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"4\" y=\"4\"   rx=\"2\" />\n  <path d=\"M10 8v8\" />\n  <path d=\"M14 8v8\" />\n  <path d=\"M8 10h8\" />\n  <path d=\"M8 14h8\" />\n</svg>\n\n\n</li><li title=\"grill \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-grill\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M19 8h-14a6 6 0 0 0 6 6h2a6 6 0 0 0 5.996 -5.775l.004 -.225z\" />\n  <path d=\"M17 20a2 2 0 1 1 0 -4a2 2 0 0 1 0 4z\" />\n  <path d=\"M15 14l1 2\" />\n  <path d=\"M9 14l-3 6\" />\n  <path d=\"M15 18h-8\" />\n  <path d=\"M15 5v-1\" />\n  <path d=\"M12 5v-1\" />\n  <path d=\"M9 5v-1\" />\n</svg>\n\n\n</li><li title=\"grip horizontal \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-grip-horizontal\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"5\" cy=\"9\" r=\"1\" />\n  <circle cx=\"5\" cy=\"15\" r=\"1\" />\n  <circle cx=\"12\" cy=\"9\" r=\"1\" />\n  <circle cx=\"12\" cy=\"15\" r=\"1\" />\n  <circle cx=\"19\" cy=\"9\" r=\"1\" />\n  <circle cx=\"19\" cy=\"15\" r=\"1\" />\n</svg>\n\n\n</li><li title=\"grip vertical \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-grip-vertical\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"9\" cy=\"5\" r=\"1\" />\n  <circle cx=\"9\" cy=\"12\" r=\"1\" />\n  <circle cx=\"9\" cy=\"19\" r=\"1\" />\n  <circle cx=\"15\" cy=\"5\" r=\"1\" />\n  <circle cx=\"15\" cy=\"12\" r=\"1\" />\n  <circle cx=\"15\" cy=\"19\" r=\"1\" />\n</svg>\n\n\n</li><li title=\"growth \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-growth\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M16.5 15a4.5 4.5 0 0 0 -4.5 4.5m4.5 -8.5a4.5 4.5 0 0 0 -4.5 4.5m4.5 -8.5a4.5 4.5 0 0 0 -4.5 4.5m-4 3.5c2.21 0 4 2.015 4 4.5m-4 -8.5c2.21 0 4 2.015 4 4.5m-4 -8.5c2.21 0 4 2.015 4 4.5m0 -7.5v6\" />\n</svg>\n\n\n</li><li title=\"h 1 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-h-1\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M19 18v-8l-2 2\" />\n  <path d=\"M4 6v12\" />\n  <path d=\"M12 6v12\" />\n  <path d=\"M11 18h2\" />\n  <path d=\"M3 18h2\" />\n  <path d=\"M4 12h8\" />\n  <path d=\"M3 6h2\" />\n  <path d=\"M11 6h2\" />\n</svg>\n\n\n</li><li title=\"h 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-h-2\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M17 12a2 2 0 1 1 4 0c0 .591 -.417 1.318 -.816 1.858l-3.184 4.143l4 0\" />\n  <path d=\"M4 6v12\" />\n  <path d=\"M12 6v12\" />\n  <path d=\"M11 18h2\" />\n  <path d=\"M3 18h2\" />\n  <path d=\"M4 12h8\" />\n  <path d=\"M3 6h2\" />\n  <path d=\"M11 6h2\" />\n</svg>\n\n\n</li><li title=\"h 3 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-h-3\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M19 14a2 2 0 1 0 -2 -2\" />\n  <path d=\"M17 16a2 2 0 1 0 2 -2\" />\n  <path d=\"M4 6v12\" />\n  <path d=\"M12 6v12\" />\n  <path d=\"M11 18h2\" />\n  <path d=\"M3 18h2\" />\n  <path d=\"M4 12h8\" />\n  <path d=\"M3 6h2\" />\n  <path d=\"M11 6h2\" />\n</svg>\n\n\n</li><li title=\"h 4 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-h-4\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M20 18v-8l-4 6h5\" />\n  <path d=\"M4 6v12\" />\n  <path d=\"M12 6v12\" />\n  <path d=\"M11 18h2\" />\n  <path d=\"M3 18h2\" />\n  <path d=\"M4 12h8\" />\n  <path d=\"M3 6h2\" />\n  <path d=\"M11 6h2\" />\n</svg>\n\n\n</li><li title=\"h 5 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-h-5\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M17 18h2a2 2 0 1 0 0 -4h-2v-4h4\" />\n  <path d=\"M4 6v12\" />\n  <path d=\"M12 6v12\" />\n  <path d=\"M11 18h2\" />\n  <path d=\"M3 18h2\" />\n  <path d=\"M4 12h8\" />\n  <path d=\"M3 6h2\" />\n  <path d=\"M11 6h2\" />\n</svg>\n\n\n</li><li title=\"h 6 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-h-6\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle transform=\"rotate(180 19 16)\" cx=\"19\" cy=\"16\" r=\"2\" />\n  <path d=\"M21 12a2 2 0 1 0 -4 0v4\" />\n  <path d=\"M4 6v12\" />\n  <path d=\"M12 6v12\" />\n  <path d=\"M11 18h2\" />\n  <path d=\"M3 18h2\" />\n  <path d=\"M4 12h8\" />\n  <path d=\"M3 6h2\" />\n  <path d=\"M11 6h2\" />\n</svg>\n\n\n</li><li title=\"hammer \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-hammer\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M13 10l7.383 7.418c.823 .82 .823 2.148 0 2.967a2.11 2.11 0 0 1 -2.976 0l-7.407 -7.385\" />\n  <path d=\"M6.293 15.293l-2.586 -2.586a1 1 0 0 1 0 -1.414l7.586 -7.586a1 1 0 0 1 1.414 0l2.586 2.586a1 1 0 0 1 0 1.414l-7.586 7.586a1 1 0 0 1 -1.414 0z\" />\n</svg>\n\n\n</li><li title=\"hand click \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-hand-click\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M8 13v-8.5a1.5 1.5 0 0 1 3 0v7.5\" />\n  <path d=\"M11 11.5v-2a1.5 1.5 0 0 1 3 0v2.5\" />\n  <path d=\"M14 10.5a1.5 1.5 0 0 1 3 0v1.5\" />\n  <path d=\"M17 11.5a1.5 1.5 0 0 1 3 0v4.5a6 6 0 0 1 -6 6h-2h.208a6 6 0 0 1 -5.012 -2.7l-.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47\" />\n  <path d=\"M5 3l-1 -1\" />\n  <path d=\"M4 7h-1\" />\n  <path d=\"M14 3l1 -1\" />\n  <path d=\"M15 6h1\" />\n</svg>\n\n\n</li><li title=\"hand finger \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-hand-finger\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M8 13v-8.5a1.5 1.5 0 0 1 3 0v7.5\" />\n  <path d=\"M11 11.5v-2a1.5 1.5 0 1 1 3 0v2.5\" />\n  <path d=\"M14 10.5a1.5 1.5 0 0 1 3 0v1.5\" />\n  <path d=\"M17 11.5a1.5 1.5 0 0 1 3 0v4.5a6 6 0 0 1 -6 6h-2h.208a6 6 0 0 1 -5.012 -2.7a69.74 69.74 0 0 1 -.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47\" />\n</svg>\n\n\n</li><li title=\"hand little finger \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-hand-little-finger\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M8 13v-2.5a1.5 1.5 0 0 1 3 0v1.5\" />\n  <path d=\"M11 11.5v-1a1.5 1.5 0 0 1 3 0v1.5\" />\n  <path d=\"M17 12v-5.5a1.5 1.5 0 0 1 3 0v9.5a6 6 0 0 1 -6 6h-2h.208a6 6 0 0 1 -5.012 -2.7a69.74 69.74 0 0 1 -.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47\" />\n  <path d=\"M14 10.5a1.5 1.5 0 0 1 3 0v1.5\" />\n</svg>\n\n\n</li><li title=\"hand middle finger \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-hand-middle-finger\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M8 13v-2.5a1.5 1.5 0 0 1 3 0v1.5\" />\n  <path d=\"M14 10.5a1.5 1.5 0 0 1 3 0v1.5\" />\n  <path d=\"M17 11.5a1.5 1.5 0 0 1 3 0v4.5a6 6 0 0 1 -6 6h-2h.208a6 6 0 0 1 -5.012 -2.7a69.74 69.74 0 0 1 -.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47\" />\n  <path d=\"M11 11.5v-8a1.5 1.5 0 1 1 3 0v8.5\" />\n</svg>\n\n\n</li><li title=\"hand move \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-hand-move\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M8 13v-8.5a1.5 1.5 0 0 1 3 0v7.5\" />\n  <path d=\"M11 11.5v-2a1.5 1.5 0 0 1 3 0v2.5\" />\n  <path d=\"M14 10.5a1.5 1.5 0 0 1 3 0v1.5\" />\n  <path d=\"M17 11.5a1.5 1.5 0 0 1 3 0v4.5a6 6 0 0 1 -6 6h-2h.208a6 6 0 0 1 -5.012 -2.7l-.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47\" />\n  <path d=\"M2.541 5.594a13.487 13.487 0 0 1 2.46 -1.427\" />\n  <path d=\"M14 3.458c1.32 .354 2.558 .902 3.685 1.612\" />\n</svg>\n\n\n</li><li title=\"hand off \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-hand-off\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"3\" y1=\"3\" x2=\"21\" y2=\"21\" />\n  <path d=\"M8 13.5v-5.5m.44 -3.562a1.5 1.5 0 0 1 2.56 1.062v1.5m0 4.008v.992m0 -6.5v-2a1.5 1.5 0 1 1 3 0v6.5m0 -4.5a1.5 1.5 0 0 1 3 0v6.5m0 -4.5a1.5 1.5 0 0 1 3 0v8.5a6 6 0 0 1 -6 6h-2c-2.114 -.292 -3.956 -1.397 -5 -3l-2.7 -5.25a1.7 1.7 0 0 1 2.75 -2l.9 1.75\" />\n</svg>\n\n\n</li><li title=\"hand ring finger \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-hand-ring-finger\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M8 13v-2.5a1.5 1.5 0 0 1 3 0v1.5\" />\n  <path d=\"M17 11.5a1.5 1.5 0 0 1 3 0v4.5a6 6 0 0 1 -6 6h-2h.208a6 6 0 0 1 -5.012 -2.7a69.74 69.74 0 0 1 -.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47\" />\n  <path d=\"M11 11.5v-2a1.5 1.5 0 1 1 3 0v2.5\" />\n  <path d=\"M14 12v-6.5a1.5 1.5 0 0 1 3 0v6.5\" />\n</svg>\n\n\n</li><li title=\"hand rock \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-hand-rock\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M11 11.5v-1a1.5 1.5 0 0 1 3 0v1.5\" />\n  <path d=\"M17 12v-6.5a1.5 1.5 0 0 1 3 0v10.5a6 6 0 0 1 -6 6h-2h.208a6 6 0 0 1 -5.012 -2.7a69.74 69.74 0 0 1 -.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47\" />\n  <path d=\"M14 10.5a1.5 1.5 0 0 1 3 0v1.5\" />\n  <path d=\"M8 13v-8.5a1.5 1.5 0 0 1 3 0v7.5\" />\n</svg>\n\n\n</li><li title=\"hand stop \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-hand-stop\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M8 13v-7.5a1.5 1.5 0 0 1 3 0v6.5\" />\n  <path d=\"M11 5.5v-2a1.5 1.5 0 1 1 3 0v8.5\" />\n  <path d=\"M14 5.5a1.5 1.5 0 0 1 3 0v6.5\" />\n  <path d=\"M17 7.5a1.5 1.5 0 0 1 3 0v8.5a6 6 0 0 1 -6 6h-2h.208a6 6 0 0 1 -5.012 -2.7a69.74 69.74 0 0 1 -.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47\" />\n</svg>\n\n\n</li><li title=\"hand three fingers \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-hand-three-fingers\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M8 13v-8.5a1.5 1.5 0 0 1 3 0v7.5\" />\n  <path d=\"M17 11.5a1.5 1.5 0 0 1 3 0v4.5a6 6 0 0 1 -6 6h-2h.208a6 6 0 0 1 -5.012 -2.7a69.74 69.74 0 0 1 -.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47\" />\n  <path d=\"M11 5.5v-2a1.5 1.5 0 1 1 3 0v8.5\" />\n  <path d=\"M14 5.5a1.5 1.5 0 0 1 3 0v6.5\" />\n</svg>\n\n\n</li><li title=\"hand two fingers \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-hand-two-fingers\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M8 13v-8.5a1.5 1.5 0 0 1 3 0v7.5\" />\n  <path d=\"M17 11.5a1.5 1.5 0 0 1 3 0v4.5a6 6 0 0 1 -6 6h-2h.208a6 6 0 0 1 -5.012 -2.7a69.74 69.74 0 0 1 -.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47\" />\n  <path d=\"M14 10.5a1.5 1.5 0 0 1 3 0v1.5\" />\n  <path d=\"M11 5.5v-2a1.5 1.5 0 1 1 3 0v8.5\" />\n</svg>\n\n\n</li><li title=\"hanger \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-hanger\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M15 7a3 3 0 1 0 -3 3v2m0 0l-8.624 5.488a0.82 .82 0 0 0 .44 1.512h16.368a0.82 .82 0 0 0 .44 -1.512l-8.624 -5.488z\" />\n</svg>\n\n\n</li><li title=\"hash \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-hash\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"5\" y1=\"9\" x2=\"19\" y2=\"9\" />\n  <line x1=\"5\" y1=\"15\" x2=\"19\" y2=\"15\" />\n  <line x1=\"11\" y1=\"4\" x2=\"7\" y2=\"20\" />\n  <line x1=\"17\" y1=\"4\" x2=\"13\" y2=\"20\" />\n</svg>\n\n\n</li><li title=\"haze \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-haze\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M3 12h1\" />\n  <path d=\"M12 3v1\" />\n  <path d=\"M20 12h1\" />\n  <path d=\"M5.6 5.6l.7 .7\" />\n  <path d=\"M18.4 5.6l-.7 .7\" />\n  <path d=\"M8 12a4 4 0 1 1 8 0\" />\n  <path d=\"M3 16h18\" />\n  <path d=\"M3 20h18\" />\n</svg>\n\n\n</li><li title=\"heading \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-heading\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M7 12h10\" />\n  <path d=\"M7 5v14\" />\n  <path d=\"M17 5v14\" />\n  <path d=\"M15 19h4\" />\n  <path d=\"M15 5h4\" />\n  <path d=\"M5 19h4\" />\n  <path d=\"M5 5h4\" />\n</svg>\n\n\n</li><li title=\"headphones off \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-headphones-off\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"3\" y1=\"3\" x2=\"21\" y2=\"21\" />\n  <rect x=\"4\" y=\"13\"   rx=\"2\" />\n  <path d=\"M17 13h1a2 2 0 0 1 2 2v1m-.589 3.417c-.361 .36 -.86 .583 -1.411 .583h-1a2 2 0 0 1 -2 -2v-3\" />\n  <path d=\"M4 15v-3c0 -2.21 .896 -4.21 2.344 -5.658m2.369 -1.638a8 8 0 0 1 11.287 7.296v3\" />\n</svg>\n\n\n</li><li title=\"headphones \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-headphones\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"4\" y=\"13\" rx=\"2\"   />\n  <rect x=\"15\" y=\"13\" rx=\"2\"   />\n  <path d=\"M4 15v-3a8 8 0 0 1 16 0v3\" />\n</svg>\n\n\n</li><li title=\"headset \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-headset\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"4\" y=\"13\" rx=\"2\"   />\n  <rect x=\"16\" y=\"13\" rx=\"2\"   />\n  <path d=\"M4 15v-3a8 8 0 0 1 16 0v3\" />\n  <path d=\"M18 19a6 3 0 0 1 -6 3\" />\n</svg>\n\n\n</li><li title=\"heart broken \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-heart-broken\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M19.5 13.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572\" />\n  <path d=\"M12 7l-2 4l4 3l-2 4v3\" />\n</svg>\n\n\n</li><li title=\"heart rate monitor \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-heart-rate-monitor\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"3\" y=\"4\"   rx=\"1\" />\n  <path d=\"M7 20h10\" />\n  <path d=\"M9 16v4\" />\n  <path d=\"M15 16v4\" />\n  <path d=\"M7 10h2l2 3l2 -6l1 3h3\" />\n</svg>\n\n\n</li><li title=\"heart \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-heart\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M19.5 13.572l-7.5 7.428l-7.5 -7.428m0 0a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572\" />\n</svg>\n\n\n</li><li title=\"heartbeat \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-heartbeat\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M19.5 13.572l-7.5 7.428l-2.896 -2.868m-6.117 -8.104a5 5 0 0 1 9.013 -3.022a5 5 0 1 1 7.5 6.572\" />\n  <path d=\"M3 13h2l2 3l2 -6l1 3h3\" />\n</svg>\n\n\n</li><li title=\"helicopter landing \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-helicopter-landing\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"4\" y=\"4\"   rx=\"2\" />\n  <line x1=\"9\" y1=\"8\" x2=\"9\" y2=\"16\" />\n  <line x1=\"9\" y1=\"12\" x2=\"15\" y2=\"12\" />\n  <line x1=\"15\" y1=\"8\" x2=\"15\" y2=\"16\" />\n</svg>\n\n\n</li><li title=\"helicopter \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-helicopter\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M3 10l1 2h6\" />\n  <path d=\"M12 9a2 2 0 0 0 -2 2v3c0 1.1 .9 2 2 2h7a2 2 0 0 0 2 -2c0 -3.31 -3.13 -5 -7 -5h-2z\" />\n  <line x1=\"13\" y1=\"9\" x2=\"13\" y2=\"6\" />\n  <line x1=\"5\" y1=\"6\" x2=\"20\" y2=\"6\" />\n  <path d=\"M15 9.1v3.9h5.5\" />\n  <line x1=\"15\" y1=\"19\" x2=\"15\" y2=\"16\" />\n  <line x1=\"19\" y1=\"19\" x2=\"11\" y2=\"19\" />\n</svg>\n\n\n</li><li title=\"helmet \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-helmet\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 4a9 9 0 0 1 5.656 16h-11.312a9 9 0 0 1 5.656 -16z\" />\n  <path d=\"M20 9h-8.8a1 1 0 0 0 -.968 1.246c.507 2 1.596 3.418 3.268 4.254c2 1 4.333 1.5 7 1.5\" />\n</svg>\n\n\n</li><li title=\"help \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-help\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n  <line x1=\"12\" y1=\"17\" x2=\"12\" y2=\"17.01\" />\n  <path d=\"M12 13.5a1.5 1.5 0 0 1 1 -1.5a2.6 2.6 0 1 0 -3 -4\" />\n</svg>\n\n\n</li><li title=\"hexagon off \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-hexagon-off\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M8.693 4.69l2.336 -1.39a2.056 2.056 0 0 1 2 0l6 3.573h-.029a2 2 0 0 1 1 1.747v6.536c0 .246 -.045 .485 -.13 .707m-2.16 1.847l-4.739 3.027a2 2 0 0 1 -1.942 0l-6 -3.833a2 2 0 0 1 -1.029 -1.747v-6.537a2 2 0 0 1 1.029 -1.748l1.154 -.687\" />\n  <path d=\"M3 3l18 18\" />\n</svg>\n\n\n</li><li title=\"hexagon \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-hexagon\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M19 6.873a2 2 0 0 1 1 1.747v6.536a2 2 0 0 1 -1.029 1.748l-6 3.833a2 2 0 0 1 -1.942 0l-6 -3.833a2 2 0 0 1 -1.029 -1.747v-6.537a2 2 0 0 1 1.029 -1.748l6 -3.572a2.056 2.056 0 0 1 2 0l6 3.573z\" />\n</svg>\n\n\n</li><li title=\"hierarchy 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-hierarchy-2\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M10 3h4v4h-4z\" />\n  <path d=\"M3 17h4v4h-4z\" />\n  <path d=\"M17 17h4v4h-4z\" />\n  <path d=\"M7 17l5 -4l5 4\" />\n  <line x1=\"12\" y1=\"7\" x2=\"12\" y2=\"13\" />\n</svg>\n\n\n</li><li title=\"hierarchy \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-hierarchy\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"5\" r=\"2\" />\n  <circle cx=\"5\" cy=\"19\" r=\"2\" />\n  <circle cx=\"19\" cy=\"19\" r=\"2\" />\n  <path d=\"M6.5 17.5l5.5 -4.5l5.5 4.5\" />\n  <line x1=\"12\" y1=\"7\" x2=\"12\" y2=\"13\" />\n</svg>\n\n\n</li><li title=\"highlight \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-highlight\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M3 19h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4\" />\n  <path d=\"M12.5 5.5l4 4\" />\n  <path d=\"M4.5 13.5l4 4\" />\n  <path d=\"M21 15v4h-8l4 -4z\" />\n</svg>\n\n\n</li><li title=\"history \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-history\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <polyline points=\"12 8 12 12 14 14\" />\n  <path d=\"M3.05 11a9 9 0 1 1 .5 4m-.5 5v-5h5\" />\n</svg>\n\n\n</li><li title=\"home 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-home-2\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <polyline points=\"5 12 3 12 12 3 21 12 19 12\" />\n  <path d=\"M5 12v7a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-7\" />\n  <rect x=\"10\" y=\"12\"   />\n</svg>\n\n\n</li><li title=\"home \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-home\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <polyline points=\"5 12 3 12 12 3 21 12 19 12\" />\n  <path d=\"M5 12v7a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-7\" />\n  <path d=\"M9 21v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v6\" />\n</svg>\n\n\n</li><li title=\"hotel service \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-hotel-service\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M8.5 10a1.5 1.5 0 0 1 -1.5 -1.5a5.5 5.5 0 0 1 11 0v10.5a2 2 0 0 1 -2 2h-7a2 2 0 0 1 -2 -2v-2c0 -1.38 .71 -2.444 1.88 -3.175l4.424 -2.765c1.055 -.66 1.696 -1.316 1.696 -2.56a2.5 2.5 0 1 0 -5 0a1.5 1.5 0 0 1 -1.5 1.5z\" />\n</svg>\n\n\n</li><li title=\"hourglass \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-hourglass\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M6.5 7h11\" />\n  <path d=\"M6.5 17h11\" />\n  <path d=\"M6 20v-2a6 6 0 1 1 12 0v2a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1z\" />\n  <path d=\"M6 4v2a6 6 0 1 0 12 0v-2a1 1 0 0 0 -1 -1h-10a1 1 0 0 0 -1 1z\" />\n</svg>\n\n\n</li><li title=\"ice cream 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-ice-cream-2\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M17.657 11.004a6 6 0 1 0 -11.315 0\" />\n  <path d=\"M6.342 11l5.658 11l5.657 -10.996z\" />\n</svg>\n\n\n</li><li title=\"ice cream \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-ice-cream\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 21.5v-4.5\" />\n  <path d=\"M8 17h8v-10a4 4 0 1 0 -8 0v10z\" />\n  <path d=\"M8 10.5l8 -3.5\" />\n  <path d=\"M8 14.5l8 -3.5\" />\n</svg>\n\n\n</li><li title=\"ice skating \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-ice-skating\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M5.905 5h3.418a1 1 0 0 1 .928 .629l1.143 2.856a3 3 0 0 0 2.207 1.83l4.717 .926a2.084 2.084 0 0 1 1.682 2.045v.714a1 1 0 0 1 -1 1h-13.895a1 1 0 0 1 -.995 -1.1l.8 -8a1 1 0 0 1 .995 -.9z\" />\n  <path d=\"M3 19h17a1 1 0 0 0 1 -1\" />\n  <path d=\"M9 15v4\" />\n  <path d=\"M15 15v4\" />\n</svg>\n\n\n</li><li title=\"id badge \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-id-badge\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"5\" y=\"3\"   rx=\"3\" />\n  <circle cx=\"12\" cy=\"13\" r=\"2\" />\n  <path d=\"M10 6h4\" />\n  <path d=\"M9 18h6\" />\n</svg>\n\n\n</li><li title=\"id \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-id\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"3\" y=\"4\"   rx=\"3\" />\n  <circle cx=\"9\" cy=\"10\" r=\"2\" />\n  <line x1=\"15\" y1=\"8\" x2=\"17\" y2=\"8\" />\n  <line x1=\"15\" y1=\"12\" x2=\"17\" y2=\"12\" />\n  <line x1=\"7\" y1=\"16\" x2=\"17\" y2=\"16\" />\n</svg>\n\n\n</li><li title=\"inbox \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-inbox\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"4\" y=\"4\"   rx=\"2\" />\n  <path d=\"M4 13h3l3 3h4l3 -3h3\" />\n</svg>\n\n\n</li><li title=\"indent decrease \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-indent-decrease\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"20\" y1=\"6\" x2=\"13\" y2=\"6\" />\n  <line x1=\"20\" y1=\"12\" x2=\"11\" y2=\"12\" />\n  <line x1=\"20\" y1=\"18\" x2=\"13\" y2=\"18\" />\n  <path d=\"M8 8l-4 4l4 4\" />\n</svg>\n\n\n</li><li title=\"indent increase \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-indent-increase\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"20\" y1=\"6\" x2=\"9\" y2=\"6\" />\n  <line x1=\"20\" y1=\"12\" x2=\"13\" y2=\"12\" />\n  <line x1=\"20\" y1=\"18\" x2=\"9\" y2=\"18\" />\n  <path d=\"M4 8l4 4l-4 4\" />\n</svg>\n\n\n</li><li title=\"infinity \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-infinity\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M9.828 9.172a4 4 0 1 0 0 5.656a10 10 0 0 0 2.172 -2.828a10 10 0 0 1 2.172 -2.828a4 4 0 1 1 0 5.656a10 10 0 0 1 -2.172 -2.828a10 10 0 0 0 -2.172 -2.828\" />\n</svg>\n\n\n</li><li title=\"info circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-info-circle\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n  <line x1=\"12\" y1=\"8\" x2=\"12.01\" y2=\"8\" />\n  <polyline points=\"11 12 12 12 12 16 13 16\" />\n</svg>\n\n\n</li><li title=\"info square \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-info-square\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"12\" y1=\"8\" x2=\"12.01\" y2=\"8\" />\n  <rect x=\"4\" y=\"4\"   rx=\"2\" />\n  <polyline points=\"11 12 12 12 12 16 13 16\" />\n</svg>\n\n\n</li><li title=\"italic \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-italic\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"11\" y1=\"5\" x2=\"17\" y2=\"5\" />\n  <line x1=\"7\" y1=\"19\" x2=\"13\" y2=\"19\" />\n  <line x1=\"14\" y1=\"5\" x2=\"10\" y2=\"19\" />\n</svg>\n\n\n</li><li title=\"jump rope \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-jump-rope\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M6 14v-6a3 3 0 1 1 6 0v8a3 3 0 0 0 6 0v-6\" />\n  <rect x=\"16\" y=\"3\"   rx=\"2\" />\n  <rect x=\"4\" y=\"14\"   rx=\"2\" />\n</svg>\n\n\n</li><li title=\"karate \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-karate\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"18\" cy=\"4\" r=\"1\" />\n  <path d=\"M3 9l4.5 1l3 2.5\" />\n  <path d=\"M13 21v-8l3 -5.5\" />\n  <path d=\"M8 4.5l4 2l4 1l4 3.5l-2 3.5\" />\n</svg>\n\n\n</li><li title=\"kering \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-kering\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M16 15v-3.5a2.5 2.5 0 1 1 5 0v3.5m0 -2h-5\" />\n  <path d=\"M3 9l3 6l3 -6\" />\n  <path d=\"M9 20l6 -16\" />\n</svg>\n\n\n</li><li title=\"key \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-key\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"8\" cy=\"15\" r=\"4\" />\n  <line x1=\"10.85\" y1=\"12.15\" x2=\"19\" y2=\"4\" />\n  <line x1=\"18\" y1=\"5\" x2=\"20\" y2=\"7\" />\n  <line x1=\"15\" y1=\"8\" x2=\"17\" y2=\"10\" />\n</svg>\n\n\n</li><li title=\"keyboard hide \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-keyboard-hide\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"2\" y=\"3\"   rx=\"2\" />\n  <line x1=\"6\" y1=\"7\" x2=\"6\" y2=\"7\" />\n  <line x1=\"10\" y1=\"7\" x2=\"10\" y2=\"7\" />\n  <line x1=\"14\" y1=\"7\" x2=\"14\" y2=\"7\" />\n  <line x1=\"18\" y1=\"7\" x2=\"18\" y2=\"7\" />\n  <line x1=\"6\" y1=\"11\" x2=\"6\" y2=\"11.01\" />\n  <line x1=\"18\" y1=\"11\" x2=\"18\" y2=\"11.01\" />\n  <line x1=\"10\" y1=\"11\" x2=\"14\" y2=\"11\" />\n  <path d=\"M10 21l2 -2l2 2\" />\n</svg>\n\n\n</li><li title=\"keyboard off \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-keyboard-off\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M18 18h-14a2 2 0 0 1 -2 -2v-8a2 2 0 0 1 2 -2h2m4 0h10a2 2 0 0 1 2 2v8c0 .554 -.226 1.056 -.59 1.418\" />\n  <line x1=\"6\" y1=\"10\" x2=\"6\" y2=\"10.01\" />\n  <line x1=\"10\" y1=\"10\" x2=\"10\" y2=\"10.01\" />\n  <line x1=\"14\" y1=\"10\" x2=\"14\" y2=\"10.01\" />\n  <line x1=\"18\" y1=\"10\" x2=\"18\" y2=\"10.01\" />\n  <line x1=\"6\" y1=\"14\" x2=\"6\" y2=\"14.01\" />\n  <line x1=\"18\" y1=\"14\" x2=\"18\" y2=\"14.01\" />\n  <line x1=\"10\" y1=\"14\" x2=\"14\" y2=\"14\" />\n  <line x1=\"3\" y1=\"3\" x2=\"21\" y2=\"21\" />\n</svg>\n\n\n</li><li title=\"keyboard show \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-keyboard-show\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"2\" y=\"3\"   rx=\"2\" />\n  <line x1=\"6\" y1=\"7\" x2=\"6\" y2=\"7\" />\n  <line x1=\"10\" y1=\"7\" x2=\"10\" y2=\"7\" />\n  <line x1=\"14\" y1=\"7\" x2=\"14\" y2=\"7\" />\n  <line x1=\"18\" y1=\"7\" x2=\"18\" y2=\"7\" />\n  <line x1=\"6\" y1=\"11\" x2=\"6\" y2=\"11.01\" />\n  <line x1=\"18\" y1=\"11\" x2=\"18\" y2=\"11.01\" />\n  <line x1=\"10\" y1=\"11\" x2=\"14\" y2=\"11\" />\n  <path d=\"M10 19l2 2l2 -2\" />\n</svg>\n\n\n</li><li title=\"keyboard \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-keyboard\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"2\" y=\"6\"   rx=\"2\" />\n  <line x1=\"6\" y1=\"10\" x2=\"6\" y2=\"10\" />\n  <line x1=\"10\" y1=\"10\" x2=\"10\" y2=\"10\" />\n  <line x1=\"14\" y1=\"10\" x2=\"14\" y2=\"10\" />\n  <line x1=\"18\" y1=\"10\" x2=\"18\" y2=\"10\" />\n  <line x1=\"6\" y1=\"14\" x2=\"6\" y2=\"14.01\" />\n  <line x1=\"18\" y1=\"14\" x2=\"18\" y2=\"14.01\" />\n  <line x1=\"10\" y1=\"14\" x2=\"14\" y2=\"14\" />\n</svg>\n\n\n</li><li title=\"ladder \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-ladder\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M8 3v18\" />\n  <path d=\"M16 3v18\" />\n  <path d=\"M8 14h8\" />\n  <path d=\"M8 10h8\" />\n  <path d=\"M8 6h8\" />\n  <path d=\"M8 18h8\" />\n</svg>\n\n\n</li><li title=\"lamp \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-lamp\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M9 20h6\" />\n  <path d=\"M12 20v-8\" />\n  <path d=\"M5 12h14l-4 -8h-6z\" />\n</svg>\n\n\n</li><li title=\"language hiragana \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-language-hiragana\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4 5h7\" />\n  <path d=\"M7 4c0 4.846 0 7 .5 8\" />\n  <path d=\"M10 8.5c0 2.286 -2 4.5 -3.5 4.5s-2.5 -1.135 -2.5 -2c0 -2 1 -3 3 -3s5 .57 5 2.857c0 1.524 -.667 2.571 -2 3.143\" />\n  <path d=\"M12 20l4 -9l4 9\" />\n  <path d=\"M19.1 18h-6.2\" />\n</svg>\n\n\n</li><li title=\"language katakana \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-language-katakana\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M5 5h6.586a1 1 0 0 1 .707 1.707l-1.293 1.293\" />\n  <path d=\"M8 8c0 1.5 .5 3 -2 5\" />\n  <path d=\"M12 20l4 -9l4 9\" />\n  <path d=\"M19.1 18h-6.2\" />\n</svg>\n\n\n</li><li title=\"language \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-language\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4 5h7\" />\n  <path d=\"M9 3v2c0 4.418 -2.239 8 -5 8\" />\n  <path d=\"M5 9c-.003 2.144 2.952 3.908 6.7 4\" />\n  <path d=\"M12 20l4 -9l4 9\" />\n  <path d=\"M19.1 18h-6.2\" />\n</svg>\n\n\n</li><li title=\"lasso \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-lasso\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4.028 13.252c-.657 -.972 -1.028 -2.078 -1.028 -3.252c0 -3.866 4.03 -7 9 -7s9 3.134 9 7s-4.03 7 -9 7c-1.913 0 -3.686 -.464 -5.144 -1.255\" />\n  <circle cx=\"5\" cy=\"15\" r=\"2\" />\n  <path d=\"M5 17c0 1.42 .316 2.805 1 4\" />\n</svg>\n\n\n</li><li title=\"layers difference \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-layers-difference\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M16 16v2a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-8a2 2 0 0 1 2 -2h2v-2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-2\" />\n  <polyline points=\"10 8 8 8 8 10\" />\n  <polyline points=\"8 14 8 16 10 16\" />\n  <polyline points=\"14 8 16 8 16 10\" />\n  <polyline points=\"16 14 16 16 14 16\" />\n</svg>\n\n\n</li><li title=\"layers intersect 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-layers-intersect-2\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"8\" y=\"4\"   rx=\"2\" />\n  <rect x=\"4\" y=\"8\"   rx=\"2\" />\n  <path d=\"M9 15l6 -6\" />\n</svg>\n\n\n</li><li title=\"layers intersect \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-layers-intersect\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"8\" y=\"4\"   rx=\"2\" />\n  <rect x=\"4\" y=\"8\"   rx=\"2\" />\n</svg>\n\n\n</li><li title=\"layers linked \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-layers-linked\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M19 8.268a2 2 0 0 1 1 1.732v8a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-8a2 2 0 0 1 2 -2h3\" />\n  <path d=\"M5.003 15.734a2 2 0 0 1 -1.003 -1.734v-8a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-3\" />\n</svg>\n\n\n</li><li title=\"layers subtract \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-layers-subtract\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"8\" y=\"4\"   rx=\"2\" />\n  <path d=\"M16 16v2a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-8a2 2 0 0 1 2 -2h2\" />\n</svg>\n\n\n</li><li title=\"layers union \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-layers-union\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M16 16v2a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-8a2 2 0 0 1 2 -2h2v-2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-2\" />\n</svg>\n\n\n</li><li title=\"layout 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-layout-2\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"4\" y=\"4\"   rx=\"2\" />\n  <rect x=\"4\" y=\"13\"   rx=\"2\" />\n  <rect x=\"14\" y=\"4\"   rx=\"2\" />\n  <rect x=\"14\" y=\"15\"   rx=\"2\" />\n</svg>\n\n\n</li><li title=\"layout align bottom \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-layout-align-bottom\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"4\" y1=\"20\" x2=\"20\" y2=\"20\" />\n  <rect x=\"9\" y=\"4\"   rx=\"2\" />\n</svg>\n\n\n</li><li title=\"layout align center \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-layout-align-center\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"12\" y1=\"4\" x2=\"12\" y2=\"9\" />\n  <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"20\" />\n  <rect x=\"6\" y=\"9\"   rx=\"2\" />\n</svg>\n\n\n</li><li title=\"layout align left \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-layout-align-left\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"4\" y1=\"4\" x2=\"4\" y2=\"20\" />\n  <rect x=\"8\" y=\"9\"   rx=\"2\" />\n</svg>\n\n\n</li><li title=\"layout align middle \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-layout-align-middle\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"4\" y1=\"12\" x2=\"9\" y2=\"12\" />\n  <line x1=\"15\" y1=\"12\" x2=\"20\" y2=\"12\" />\n  <rect x=\"9\" y=\"6\"   rx=\"2\" />\n</svg>\n\n\n</li><li title=\"layout align right \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-layout-align-right\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"20\" y1=\"4\" x2=\"20\" y2=\"20\" />\n  <rect x=\"4\" y=\"9\"   rx=\"2\" />\n</svg>\n\n\n</li><li title=\"layout align top \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-layout-align-top\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"4\" y1=\"4\" x2=\"20\" y2=\"4\" />\n  <rect x=\"9\" y=\"8\"   rx=\"2\" />\n</svg>\n\n\n</li><li title=\"layout board split \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-layout-board-split\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"4\" y=\"4\"   rx=\"2\" />\n  <path d=\"M4 12h8\" />\n  <path d=\"M12 15h8\" />\n  <path d=\"M12 9h8\" />\n  <path d=\"M12 4v16\" />\n</svg>\n\n\n</li><li title=\"layout board \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-layout-board\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"4\" y=\"4\"   rx=\"2\" />\n  <path d=\"M4 9h8\" />\n  <path d=\"M12 15h8\" />\n  <path d=\"M12 4v16\" />\n</svg>\n\n\n</li><li title=\"layout bottombar \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-layout-bottombar\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"4\" y=\"4\"   rx=\"2\" />\n  <line x1=\"4\" y1=\"15\" x2=\"20\" y2=\"15\" />\n</svg>\n\n\n</li><li title=\"layout cards \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-layout-cards\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"4\" y=\"4\"   rx=\"2\" />\n  <rect x=\"14\" y=\"4\"   rx=\"2\" />\n</svg>\n\n\n</li><li title=\"layout columns \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-layout-columns\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"4\" y=\"4\"   rx=\"2\" />\n  <line x1=\"12\" y1=\"4\" x2=\"12\" y2=\"20\" />\n</svg>\n\n\n</li><li title=\"layout distribute horizontal \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-layout-distribute-horizontal\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"4\" y1=\"4\" x2=\"20\" y2=\"4\" />\n  <line x1=\"4\" y1=\"20\" x2=\"20\" y2=\"20\" />\n  <rect x=\"6\" y=\"9\"   rx=\"2\" />\n</svg>\n\n\n</li><li title=\"layout distribute vertical \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-layout-distribute-vertical\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"4\" y1=\"4\" x2=\"4\" y2=\"20\" />\n  <line x1=\"20\" y1=\"4\" x2=\"20\" y2=\"20\" />\n  <rect x=\"9\" y=\"6\"   rx=\"2\" />\n</svg>\n\n\n</li><li title=\"layout grid add \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-layout-grid-add\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"4\" y=\"4\"   rx=\"1\" />\n  <rect x=\"14\" y=\"4\"   rx=\"1\" />\n  <rect x=\"4\" y=\"14\"   rx=\"1\" />\n  <path d=\"M14 17h6m-3 -3v6\" />\n</svg>\n\n\n</li><li title=\"layout grid \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-layout-grid\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"4\" y=\"4\"   rx=\"1\" />\n  <rect x=\"14\" y=\"4\"   rx=\"1\" />\n  <rect x=\"4\" y=\"14\"   rx=\"1\" />\n  <rect x=\"14\" y=\"14\"   rx=\"1\" />\n</svg>\n\n\n</li><li title=\"layout kanban \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-layout-kanban\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"4\" y1=\"4\" x2=\"10\" y2=\"4\" />\n  <line x1=\"14\" y1=\"4\" x2=\"20\" y2=\"4\" />\n  <rect x=\"4\" y=\"8\"   rx=\"2\" />\n  <rect x=\"14\" y=\"8\"   rx=\"2\" />\n</svg>\n\n\n</li><li title=\"layout list \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-layout-list\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"4\" y=\"4\"   rx=\"2\" />\n  <rect x=\"4\" y=\"14\"   rx=\"2\" />\n</svg>\n\n\n</li><li title=\"layout navbar \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-layout-navbar\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"4\" y=\"4\"   rx=\"2\" />\n  <line x1=\"4\" y1=\"9\" x2=\"20\" y2=\"9\" />\n</svg>\n\n\n</li><li title=\"layout rows \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-layout-rows\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"4\" y=\"4\"   rx=\"2\" />\n  <line x1=\"4\" y1=\"12\" x2=\"20\" y2=\"12\" />\n</svg>\n\n\n</li><li title=\"layout sidebar left collapse \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-layout-sidebar-left-collapse\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"4\" y=\"4\"   rx=\"2\" />\n  <path d=\"M9 4v16\" />\n  <path d=\"M15 10l-2 2l2 2\" />\n</svg>\n\n\n</li><li title=\"layout sidebar left expand \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-layout-sidebar-left-expand\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"4\" y=\"4\"   rx=\"2\" />\n  <path d=\"M9 4v16\" />\n  <path d=\"M14 10l2 2l-2 2\" />\n</svg>\n\n\n</li><li title=\"layout sidebar right collapse \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-layout-sidebar-right-collapse\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"4\" y=\"4\"   rx=\"2\" />\n  <path d=\"M15 4v16\" />\n  <path d=\"M9 10l2 2l-2 2\" />\n</svg>\n\n\n</li><li title=\"layout sidebar right expand \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-layout-sidebar-right-expand\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"4\" y=\"4\"   rx=\"2\" />\n  <path d=\"M15 4v16\" />\n  <path d=\"M10 10l-2 2l2 2\" />\n</svg>\n\n\n</li><li title=\"layout sidebar right \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-layout-sidebar-right\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"4\" y=\"4\"   rx=\"2\" />\n  <line x1=\"15\" y1=\"4\" x2=\"15\" y2=\"20\" />\n</svg>\n\n\n</li><li title=\"layout sidebar \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-layout-sidebar\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"4\" y=\"4\"   rx=\"2\" />\n  <line x1=\"9\" y1=\"4\" x2=\"9\" y2=\"20\" />\n</svg>\n\n\n</li><li title=\"layout \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-layout\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"4\" y=\"4\"   rx=\"2\" />\n  <rect x=\"4\" y=\"13\"   rx=\"2\" />\n  <rect x=\"14\" y=\"4\"   rx=\"2\" />\n</svg>\n\n\n</li><li title=\"leaf \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-leaf\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M5 21c.5 -4.5 2.5 -8 7 -10\" />\n  <path d=\"M9 18c6.218 0 10.5 -3.288 11 -12v-2h-4.014c-9 0 -11.986 4 -12 9c0 1 0 3 2 5h3z\" />\n</svg>\n\n\n</li><li title=\"lego \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-lego\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"9.5\" y1=\"11\" x2=\"9.51\" y2=\"11\" />\n  <line x1=\"14.5\" y1=\"11\" x2=\"14.51\" y2=\"11\" />\n  <path d=\"M9.5 15a3.5 3.5 0 0 0 5 0\" />\n  <path d=\"M7 5h1v-2h8v2h1a3 3 0 0 1 3 3v9a3 3 0 0 1 -3 3v1h-10v-1a3 3 0 0 1 -3 -3v-9a3 3 0 0 1 3 -3\" />\n</svg>\n\n\n</li><li title=\"lemon 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-lemon-2\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M18 4a2 2 0 0 1 1.185 3.611c1.55 2.94 .873 6.917 -1.892 9.682c-2.765 2.765 -6.743 3.442 -9.682 1.892a2 2 0 1 1 -2.796 -2.796c-1.55 -2.94 -.873 -6.917 1.892 -9.682c2.765 -2.765 6.743 -3.442 9.682 -1.892a1.999 1.999 0 0 1 1.611 -.815z\" />\n</svg>\n\n\n</li><li title=\"lemon \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-lemon\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M17.536 3.393c3.905 3.906 3.905 10.237 0 14.143c-3.906 3.905 -10.237 3.905 -14.143 0l14.143 -14.143\" />\n  <path d=\"M5.868 15.06a6.5 6.5 0 0 0 9.193 -9.192\" />\n  <path d=\"M10.464 10.464l4.597 4.597\" />\n  <path d=\"M10.464 10.464v6.364\" />\n  <path d=\"M10.464 10.464h6.364\" />\n</svg>\n\n\n</li><li title=\"letter a \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-letter-a\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M7 20v-12a4 4 0 0 1 4 -4h2a4 4 0 0 1 4 4v12\" />\n  <line x1=\"7\" y1=\"13\" x2=\"17\" y2=\"13\" />\n</svg>\n\n\n</li><li title=\"letter b \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-letter-b\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M7 20v-16h6a4 4 0 0 1 0 8a4 4 0 0 1 0 8h-6\" />\n  <line x1=\"7\" y1=\"12\" x2=\"13\" y2=\"12\" />\n</svg>\n\n\n</li><li title=\"letter c \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-letter-c\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M18 9a5 5 0 0 0 -5 -5h-2a5 5 0 0 0 -5 5v6a5 5 0 0 0 5 5h2a5 5 0 0 0 5 -5\" />\n</svg>\n\n\n</li><li title=\"letter case lower \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-letter-case-lower\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"6.5\" cy=\"15.5\" r=\"3.5\" />\n  <path d=\"M10 12v7\" />\n  <circle cx=\"17.5\" cy=\"15.5\" r=\"3.5\" />\n  <path d=\"M21 12v7\" />\n</svg>\n\n\n</li><li title=\"letter case toggle \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-letter-case-toggle\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"6.5\" cy=\"15.5\" r=\"3.5\" />\n  <path d=\"M14 19v-10.5a3.5 3.5 0 0 1 7 0v10.5\" />\n  <path d=\"M14 13h7\" />\n  <path d=\"M10 12v7\" />\n</svg>\n\n\n</li><li title=\"letter case upper \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-letter-case-upper\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M3 19v-10.5a3.5 3.5 0 0 1 7 0v10.5\" />\n  <path d=\"M3 13h7\" />\n  <path d=\"M14 19v-10.5a3.5 3.5 0 0 1 7 0v10.5\" />\n  <path d=\"M14 13h7\" />\n</svg>\n\n\n</li><li title=\"letter case \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-letter-case\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"17.5\" cy=\"15.5\" r=\"3.5\" />\n  <path d=\"M3 19v-10.5a3.5 3.5 0 0 1 7 0v10.5\" />\n  <path d=\"M3 13h7\" />\n  <path d=\"M21 12v7\" />\n</svg>\n\n\n</li><li title=\"letter d \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-letter-d\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M7 4h6a5 5 0 0 1 5 5v6a5 5 0 0 1 -5 5h-6v-16\" />\n</svg>\n\n\n</li><li title=\"letter e \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-letter-e\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M17 4h-10v16h10\" />\n  <line x1=\"7\" y1=\"12\" x2=\"15\" y2=\"12\" />\n</svg>\n\n\n</li><li title=\"letter f \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-letter-f\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M17 4h-10v16\" />\n  <line x1=\"7\" y1=\"12\" x2=\"15\" y2=\"12\" />\n</svg>\n\n\n</li><li title=\"letter g \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-letter-g\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M18 9a5 5 0 0 0 -5 -5h-2a5 5 0 0 0 -5 5v6a5 5 0 0 0 5 5h2a5 5 0 0 0 5 -5v-2h-4\" />\n</svg>\n\n\n</li><li title=\"letter h \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-letter-h\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"17\" y1=\"4\" x2=\"17\" y2=\"20\" />\n  <line x1=\"7\" y1=\"12\" x2=\"17\" y2=\"12\" />\n  <line x1=\"7\" y1=\"4\" x2=\"7\" y2=\"20\" />\n</svg>\n\n\n</li><li title=\"letter i \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-letter-i\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"12\" y1=\"4\" x2=\"12\" y2=\"20\" />\n</svg>\n\n\n</li><li title=\"letter j \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-letter-j\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M17 4v12a4 4 0 0 1 -4 4h-2a4 4 0 0 1 -4 -4\" />\n</svg>\n\n\n</li><li title=\"letter k \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-letter-k\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"7\" y1=\"4\" x2=\"7\" y2=\"20\" />\n  <path d=\"M7 12h2l8 -8\" />\n  <line x1=\"9\" y1=\"12\" x2=\"17\" y2=\"20\" />\n</svg>\n\n\n</li><li title=\"letter l \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-letter-l\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M7 4v16h10\" />\n</svg>\n\n\n</li><li title=\"letter m \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-letter-m\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M6 20v-16l6 14l6 -14v16\" />\n</svg>\n\n\n</li><li title=\"letter n \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-letter-n\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M7 20v-16l10 16v-16\" />\n</svg>\n\n\n</li><li title=\"letter o \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-letter-o\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M18 9a5 5 0 0 0 -5 -5h-2a5 5 0 0 0 -5 5v6a5 5 0 0 0 5 5h2a5 5 0 0 0 5 -5v-6\" />\n</svg>\n\n\n</li><li title=\"letter p \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-letter-p\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M7 20v-16h5.5a4 4 0 0 1 0 9h-5.5\" />\n</svg>\n\n\n</li><li title=\"letter q \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-letter-q\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M18 9a5 5 0 0 0 -5 -5h-2a5 5 0 0 0 -5 5v6a5 5 0 0 0 5 5h2a5 5 0 0 0 5 -5v-6\" />\n  <line x1=\"13\" y1=\"15\" x2=\"18\" y2=\"20\" />\n</svg>\n\n\n</li><li title=\"letter r \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-letter-r\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M7 20v-16h5.5a4 4 0 0 1 0 9h-5.5\" />\n  <line x1=\"12\" y1=\"13\" x2=\"17\" y2=\"20\" />\n</svg>\n\n\n</li><li title=\"letter s \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-letter-s\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M17 8a4 4 0 0 0 -4 -4h-2a4 4 0 0 0 0 8h2a4 4 0 0 1 0 8h-2a4 4 0 0 1 -4 -4\" />\n</svg>\n\n\n</li><li title=\"letter spacing \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-letter-spacing\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M5 12v-5.5a2.5 2.5 0 0 1 5 0v5.5m0 -4h-5\" />\n  <path d=\"M13 4l3 8l3 -8\" />\n  <path d=\"M5 18h14\" />\n  <path d=\"M17 20l2 -2l-2 -2\" />\n  <path d=\"M7 16l-2 2l2 2\" />\n</svg>\n\n\n</li><li title=\"letter t \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-letter-t\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"6\" y1=\"4\" x2=\"18\" y2=\"4\" />\n  <line x1=\"12\" y1=\"4\" x2=\"12\" y2=\"20\" />\n</svg>\n\n\n</li><li title=\"letter u \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-letter-u\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M6 4v11a5 5 0 0 0 5 5h2a5 5 0 0 0 5 -5v-11\" />\n</svg>\n\n\n</li><li title=\"letter v \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-letter-v\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M6 4l6 16l6 -16\" />\n</svg>\n\n\n</li><li title=\"letter w \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-letter-w\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4 4l4 16l4 -14l4 14l4 -16\" />\n</svg>\n\n\n</li><li title=\"letter x \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-letter-x\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"7\" y1=\"4\" x2=\"17\" y2=\"20\" />\n  <line x1=\"17\" y1=\"4\" x2=\"7\" y2=\"20\" />\n</svg>\n\n\n</li><li title=\"letter y \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-letter-y\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M7 4l5 9l5 -9\" />\n  <line x1=\"12\" y1=\"13\" x2=\"12\" y2=\"20\" />\n</svg>\n\n\n</li><li title=\"letter z \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-letter-z\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M7 4h10l-10 16h10\" />\n</svg>\n\n\n</li><li title=\"letters case \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-letters-case\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"18\" cy=\"16\" r=\"3\" />\n  <line x1=\"21\" y1=\"13\" x2=\"21\" y2=\"19\" />\n  <path d=\"M3 19v-10a4 4 0 0 1 4 -4a4 4 0 0 1 4 4v10\" />\n  <line x1=\"3\" y1=\"13\" x2=\"11\" y2=\"13\" />\n</svg>\n\n\n</li><li title=\"license \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-license\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M15 21h-9a3 3 0 0 1 -3 -3v-1h10v2a2 2 0 0 0 4 0v-14a2 2 0 1 1 2 2h-2m2 -4h-11a3 3 0 0 0 -3 3v11\" />\n  <line x1=\"9\" y1=\"7\" x2=\"13\" y2=\"7\" />\n  <line x1=\"9\" y1=\"11\" x2=\"13\" y2=\"11\" />\n</svg>\n\n\n</li><li title=\"lifebuoy \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-lifebuoy\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"4\" />\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n  <line x1=\"15\" y1=\"15\" x2=\"18.35\" y2=\"18.35\" />\n  <line x1=\"9\" y1=\"15\" x2=\"5.65\" y2=\"18.35\" />\n  <line x1=\"5.65\" y1=\"5.65\" x2=\"9\" y2=\"9\" />\n  <line x1=\"18.35\" y1=\"5.65\" x2=\"15\" y2=\"9\" />\n</svg>\n\n\n</li><li title=\"line dashed \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-line-dashed\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M5 12h2\" />\n  <path d=\"M17 12h2\" />\n  <path d=\"M11 12h2\" />\n</svg>\n\n\n</li><li title=\"line dotted \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-line-dotted\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4 12v.01\" />\n  <path d=\"M8 12v.01\" />\n  <path d=\"M12 12v.01\" />\n  <path d=\"M16 12v.01\" />\n  <path d=\"M20 12v.01\" />\n</svg>\n\n\n</li><li title=\"line height \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-line-height\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <polyline points=\"3 8 6 5 9 8\" />\n  <polyline points=\"3 16 6 19 9 16\" />\n  <line x1=\"6\" y1=\"5\" x2=\"6\" y2=\"19\" />\n  <line x1=\"13\" y1=\"6\" x2=\"20\" y2=\"6\" />\n  <line x1=\"13\" y1=\"12\" x2=\"20\" y2=\"12\" />\n  <line x1=\"13\" y1=\"18\" x2=\"20\" y2=\"18\" />\n</svg>\n\n\n</li><li title=\"line \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-line\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"6\" cy=\"18\" r=\"2\" />\n  <circle cx=\"18\" cy=\"6\" r=\"2\" />\n  <line x1=\"7.5\" y1=\"16.5\" x2=\"16.5\" y2=\"7.5\" />\n</svg>\n\n\n</li><li title=\"link \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-link\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5\" />\n  <path d=\"M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5\" />\n</svg>\n\n\n</li><li title=\"list check \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-list-check\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M3.5 5.5l1.5 1.5l2.5 -2.5\" />\n  <path d=\"M3.5 11.5l1.5 1.5l2.5 -2.5\" />\n  <path d=\"M3.5 17.5l1.5 1.5l2.5 -2.5\" />\n  <line x1=\"11\" y1=\"6\" x2=\"20\" y2=\"6\" />\n  <line x1=\"11\" y1=\"12\" x2=\"20\" y2=\"12\" />\n  <line x1=\"11\" y1=\"18\" x2=\"20\" y2=\"18\" />\n</svg>\n\n\n</li><li title=\"list details \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-list-details\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M13 5h8\" />\n  <path d=\"M13 9h5\" />\n  <path d=\"M13 15h8\" />\n  <path d=\"M13 19h5\" />\n  <rect x=\"3\" y=\"4\"   rx=\"1\" />\n  <rect x=\"3\" y=\"14\"   rx=\"1\" />\n</svg>\n\n\n</li><li title=\"list numbers \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-list-numbers\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M11 6h9\" />\n  <path d=\"M11 12h9\" />\n  <path d=\"M12 18h8\" />\n  <path d=\"M4 16a2 2 0 1 1 4 0c0 .591 -.5 1 -1 1.5l-3 2.5h4\" />\n  <path d=\"M6 10v-6l-2 2\" />\n</svg>\n\n\n</li><li title=\"list search \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-list-search\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"15\" cy=\"15\" r=\"4\" />\n  <path d=\"M18.5 18.5l2.5 2.5\" />\n  <path d=\"M4 6h16\" />\n  <path d=\"M4 12h4\" />\n  <path d=\"M4 18h4\" />\n</svg>\n\n\n</li><li title=\"list \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-list\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"9\" y1=\"6\" x2=\"20\" y2=\"6\" />\n  <line x1=\"9\" y1=\"12\" x2=\"20\" y2=\"12\" />\n  <line x1=\"9\" y1=\"18\" x2=\"20\" y2=\"18\" />\n  <line x1=\"5\" y1=\"6\" x2=\"5\" y2=\"6.01\" />\n  <line x1=\"5\" y1=\"12\" x2=\"5\" y2=\"12.01\" />\n  <line x1=\"5\" y1=\"18\" x2=\"5\" y2=\"18.01\" />\n</svg>\n\n\n</li><li title=\"live photo \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-live-photo\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"1\" />\n  <circle cx=\"12\" cy=\"12\" r=\"5\" />\n  <line x1=\"15.9\" y1=\"20.11\" x2=\"15.9\" y2=\"20.12\" />\n  <line x1=\"19.04\" y1=\"17.61\" x2=\"19.04\" y2=\"17.62\" />\n  <line x1=\"20.77\" y1=\"14\" x2=\"20.77\" y2=\"14.01\" />\n  <line x1=\"20.77\" y1=\"10\" x2=\"20.77\" y2=\"10.01\" />\n  <line x1=\"19.04\" y1=\"6.39\" x2=\"19.04\" y2=\"6.4\" />\n  <line x1=\"15.9\" y1=\"3.89\" x2=\"15.9\" y2=\"3.9\" />\n  <line x1=\"12\" y1=\"3\" x2=\"12\" y2=\"3.01\" />\n  <line x1=\"8.1\" y1=\"3.89\" x2=\"8.1\" y2=\"3.9\" />\n  <line x1=\"4.96\" y1=\"6.39\" x2=\"4.96\" y2=\"6.4\" />\n  <line x1=\"3.23\" y1=\"10\" x2=\"3.23\" y2=\"10.01\" />\n  <line x1=\"3.23\" y1=\"14\" x2=\"3.23\" y2=\"14.01\" />\n  <line x1=\"4.96\" y1=\"17.61\" x2=\"4.96\" y2=\"17.62\" />\n  <line x1=\"8.1\" y1=\"20.11\" x2=\"8.1\" y2=\"20.12\" />\n  <line x1=\"12\" y1=\"21\" x2=\"12\" y2=\"21.01\" />\n</svg>\n\n\n</li><li title=\"live view \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-live-view\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4 8v-2a2 2 0 0 1 2 -2h2\" />\n  <path d=\"M4 16v2a2 2 0 0 0 2 2h2\" />\n  <path d=\"M16 4h2a2 2 0 0 1 2 2v2\" />\n  <path d=\"M16 20h2a2 2 0 0 0 2 -2v-2\" />\n  <line x1=\"12\" y1=\"11\" x2=\"12\" y2=\"11.01\" />\n  <path d=\"M12 18l-3.5 -5a4 4 0 1 1 7 0l-3.5 5\" />\n</svg>\n\n\n</li><li title=\"loader quarter \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-loader-quarter\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"12\" y1=\"6\" x2=\"12\" y2=\"3\" />\n  <line x1=\"6\" y1=\"12\" x2=\"3\" y2=\"12\" />\n  <line x1=\"7.75\" y1=\"7.75\" x2=\"5.6\" y2=\"5.6\" />\n</svg>\n\n\n</li><li title=\"loader \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-loader\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"12\" y1=\"6\" x2=\"12\" y2=\"3\" />\n  <line x1=\"16.25\" y1=\"7.75\" x2=\"18.4\" y2=\"5.6\" />\n  <line x1=\"18\" y1=\"12\" x2=\"21\" y2=\"12\" />\n  <line x1=\"16.25\" y1=\"16.25\" x2=\"18.4\" y2=\"18.4\" />\n  <line x1=\"12\" y1=\"18\" x2=\"12\" y2=\"21\" />\n  <line x1=\"7.75\" y1=\"16.25\" x2=\"5.6\" y2=\"18.4\" />\n  <line x1=\"6\" y1=\"12\" x2=\"3\" y2=\"12\" />\n  <line x1=\"7.75\" y1=\"7.75\" x2=\"5.6\" y2=\"5.6\" />\n</svg>\n\n\n</li><li title=\"location \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-location\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M21 3l-6.5 18a0.55 .55 0 0 1 -1 0l-3.5 -7l-7 -3.5a0.55 .55 0 0 1 0 -1l18 -6.5\" />\n</svg>\n\n\n</li><li title=\"lock access \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-lock-access\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4 8v-2a2 2 0 0 1 2 -2h2\" />\n  <path d=\"M4 16v2a2 2 0 0 0 2 2h2\" />\n  <path d=\"M16 4h2a2 2 0 0 1 2 2v2\" />\n  <path d=\"M16 20h2a2 2 0 0 0 2 -2v-2\" />\n  <rect x=\"8\" y=\"11\"   rx=\"1\" />\n  <path d=\"M10 11v-2a2 2 0 1 1 4 0v2\" />\n</svg>\n\n\n</li><li title=\"lock off \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-lock-off\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"3\" y1=\"3\" x2=\"21\" y2=\"21\" />\n  <path d=\"M19 19a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h4m4 0h2a2 2 0 0 1 2 2v2\" />\n  <circle cx=\"12\" cy=\"16\" r=\"1\" />\n  <path d=\"M8 11v-3m.712 -3.278a4 4 0 0 1 7.288 2.278v4\" />\n</svg>\n\n\n</li><li title=\"lock open \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-lock-open\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"5\" y=\"11\"   rx=\"2\" />\n  <circle cx=\"12\" cy=\"16\" r=\"1\" />\n  <path d=\"M8 11v-5a4 4 0 0 1 8 0\" />\n</svg>\n\n\n</li><li title=\"lock square \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-lock-square\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"8\" y=\"11\"   rx=\"1\" />\n  <path d=\"M10 11v-2a2 2 0 1 1 4 0v2\" />\n  <rect x=\"4\" y=\"4\"   rx=\"2\" />\n</svg>\n\n\n</li><li title=\"lock \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-lock\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"5\" y=\"11\"   rx=\"2\" />\n  <circle cx=\"12\" cy=\"16\" r=\"1\" />\n  <path d=\"M8 11v-4a4 4 0 0 1 8 0v4\" />\n</svg>\n\n\n</li><li title=\"login \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-login\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M14 8v-2a2 2 0 0 0 -2 -2h-7a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h7a2 2 0 0 0 2 -2v-2\" />\n  <path d=\"M20 12h-13l3 -3m0 6l-3 -3\" />\n</svg>\n\n\n</li><li title=\"logout \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-logout\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M14 8v-2a2 2 0 0 0 -2 -2h-7a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h7a2 2 0 0 0 2 -2v-2\" />\n  <path d=\"M7 12h14l-3 -3m0 6l3 -3\" />\n</svg>\n\n\n</li><li title=\"lollipop \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-lollipop\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"14\" cy=\"10\" r=\"7\" />\n  <path d=\"M21 10a3.5 3.5 0 0 0 -7 0\" />\n  <path d=\"M14 10a3.5 3.5 0 0 1 -7 0\" />\n  <path d=\"M14 17a3.5 3.5 0 0 0 0 -7\" />\n  <path d=\"M14 3a3.5 3.5 0 0 0 0 7\" />\n  <path d=\"M3 21l6 -6\" />\n</svg>\n\n\n</li><li title=\"luggage \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-luggage\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"6\" y=\"6\"   rx=\"2\" />\n  <path d=\"M9 6v-1a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v1\" />\n  <path d=\"M6 10h12\" />\n  <path d=\"M6 16h12\" />\n  <path d=\"M9 20v1\" />\n  <path d=\"M15 20v1\" />\n</svg>\n\n\n</li><li title=\"lungs \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-lungs\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M6.081 20c1.612 0 2.919 -1.335 2.919 -2.98v-9.763c0 -.694 -.552 -1.257 -1.232 -1.257c-.205 0 -.405 .052 -.584 .15l-.13 .083c-1.46 1.059 -2.432 2.647 -3.404 5.824c-.42 1.37 -.636 2.962 -.648 4.775c-.012 1.675 1.261 3.054 2.877 3.161l.203 .007z\" />\n  <path d=\"M17.92 20c-1.613 0 -2.92 -1.335 -2.92 -2.98v-9.763c0 -.694 .552 -1.257 1.233 -1.257c.204 0 .405 .052 .584 .15l.13 .083c1.46 1.059 2.432 2.647 3.405 5.824c.42 1.37 .636 2.962 .648 4.775c.012 1.675 -1.261 3.054 -2.878 3.161l-.202 .007z\" />\n  <path d=\"M9 12a3 3 0 0 0 3 -3a3 3 0 0 0 3 3\" />\n  <path d=\"M12 4v5\" />\n</svg>\n\n\n</li><li title=\"macro \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-macro\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M6 15a6 6 0 1 0 12 0\" />\n  <path d=\"M18 15a6 6 0 0 0 -6 6\" />\n  <path d=\"M12 21a6 6 0 0 0 -6 -6\" />\n  <path d=\"M12 21v-10\" />\n  <path d=\"M12 11a5 5 0 0 1 -5 -5v-3l3 2l2 -2l2 2l3 -2v3a5 5 0 0 1 -5 5z\" />\n</svg>\n\n\n</li><li title=\"magnet \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-magnet\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4 13v-8a2 2 0 0 1 2 -2h1a2 2 0 0 1 2 2v8a2 2 0 0 0 6 0v-8a2 2 0 0 1 2 -2h1a2 2 0 0 1 2 2v8a8 8 0 0 1 -16 0\" />\n  <line x1=\"4\" y1=\"8\" x2=\"9\" y2=\"8\" />\n  <line x1=\"15\" y1=\"8\" x2=\"19\" y2=\"8\" />\n</svg>\n\n\n</li><li title=\"mail forward \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-mail-forward\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 18h-7a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v7.5\" />\n  <path d=\"M3 6l9 6l9 -6\" />\n  <path d=\"M15 18h6\" />\n  <path d=\"M18 15l3 3l-3 3\" />\n</svg>\n\n\n</li><li title=\"mail opened \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-mail-opened\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <polyline points=\"3 9 12 15 21 9 12 3 3 9\" />\n  <path d=\"M21 9v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-10\" />\n  <line x1=\"3\" y1=\"19\" x2=\"9\" y2=\"13\" />\n  <line x1=\"15\" y1=\"13\" x2=\"21\" y2=\"19\" />\n</svg>\n\n\n</li><li title=\"mail \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-mail\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"3\" y=\"5\"   rx=\"2\" />\n  <polyline points=\"3 7 12 13 21 7\" />\n</svg>\n\n\n</li><li title=\"mailbox \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-mailbox\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M10 21v-6.5a3.5 3.5 0 0 0 -7 0v6.5h18v-6a4 4 0 0 0 -4 -4h-10.5\" />\n  <path d=\"M12 11v-8h4l2 2l-2 2h-4\" />\n  <path d=\"M6 15h1\" />\n</svg>\n\n\n</li><li title=\"man \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-man\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"5\" r=\"2\" />\n  <path d=\"M10 22v-5l-1 -1v-4a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4l-1 1v5\" />\n</svg>\n\n\n</li><li title=\"manual gearbox \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-manual-gearbox\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"5\" cy=\"6\" r=\"2\" />\n  <circle cx=\"12\" cy=\"6\" r=\"2\" />\n  <circle cx=\"19\" cy=\"6\" r=\"2\" />\n  <circle cx=\"5\" cy=\"18\" r=\"2\" />\n  <circle cx=\"12\" cy=\"18\" r=\"2\" />\n  <line x1=\"5\" y1=\"8\" x2=\"5\" y2=\"16\" />\n  <line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"16\" />\n  <path d=\"M19 8v2a2 2 0 0 1 -2 2h-12\" />\n</svg>\n\n\n</li><li title=\"map 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-map-2\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"18\" y1=\"6\" x2=\"18\" y2=\"6.01\" />\n  <path d=\"M18 13l-3.5 -5a4 4 0 1 1 7 0l-3.5 5\" />\n  <polyline points=\"10.5 4.75 9 4 3 7 3 20 9 17 15 20 21 17 21 15\" />\n  <line x1=\"9\" y1=\"4\" x2=\"9\" y2=\"17\" />\n  <line x1=\"15\" y1=\"15\" x2=\"15\" y2=\"20\" />\n</svg>\n\n\n</li><li title=\"map pin off \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-map-pin-off\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"3\" y1=\"3\" x2=\"21\" y2=\"21\" />\n  <path d=\"M9.44 9.435a3 3 0 0 0 4.126 4.124m1.434 -2.559a3 3 0 0 0 -3 -3\" />\n  <path d=\"M8.048 4.042a8 8 0 0 1 10.912 10.908m-1.8 2.206l-3.745 3.744a2 2 0 0 1 -2.827 0l-4.244 -4.243a8 8 0 0 1 -.48 -10.79\" />\n</svg>\n\n\n</li><li title=\"map pin \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-map-pin\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"11\" r=\"3\" />\n  <path d=\"M17.657 16.657l-4.243 4.243a2 2 0 0 1 -2.827 0l-4.244 -4.243a8 8 0 1 1 11.314 0z\" />\n</svg>\n\n\n</li><li title=\"map pins \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-map-pins\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M10.828 9.828a4 4 0 1 0 -5.656 0l2.828 2.829l2.828 -2.829z\" />\n  <line x1=\"8\" y1=\"7\" x2=\"8\" y2=\"7.01\" />\n  <path d=\"M18.828 17.828a4 4 0 1 0 -5.656 0l2.828 2.829l2.828 -2.829z\" />\n  <line x1=\"16\" y1=\"15\" x2=\"16\" y2=\"15.01\" />\n</svg>\n\n\n</li><li title=\"map search \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-map-search\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M11 18l-2 -1l-6 3v-13l6 -3l6 3l6 -3v10\" />\n  <path d=\"M9 4v13\" />\n  <path d=\"M15 7v5\" />\n  <circle cx=\"16.5\" cy=\"17.5\" r=\"2.5\" />\n  <path d=\"M18.5 19.5l2.5 2.5\" />\n</svg>\n\n\n</li><li title=\"map \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-map\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <polyline points=\"3 7 9 4 15 7 21 4 21 17 15 20 9 17 3 20 3 7\" />\n  <line x1=\"9\" y1=\"4\" x2=\"9\" y2=\"17\" />\n  <line x1=\"15\" y1=\"7\" x2=\"15\" y2=\"20\" />\n</svg>\n\n\n</li><li title=\"markdown \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-markdown\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"3\" y=\"5\"   rx=\"2\" />\n  <path d=\"M7 15v-6l2 2l2 -2v6\" />\n  <path d=\"M14 13l2 2l2 -2m-2 2v-6\" />\n</svg>\n\n\n</li><li title=\"marquee 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-marquee-2\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4 6v-1a1 1 0 0 1 1 -1h1m5 0h2m5 0h1a1 1 0 0 1 1 1v1m0 5v2m0 5v1a1 1 0 0 1 -1 1h-1m-5 0h-2m-5 0h-1a1 1 0 0 1 -1 -1v-1m0 -5v-2\" />\n</svg>\n\n\n</li><li title=\"marquee \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-marquee\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4 6a2 2 0 0 1 2 -2m3 0h1.5m3 0h1.5m3 0a2 2 0 0 1 2 2m0 3v1.5m0 3v1.5m0 3a2 2 0 0 1 -2 2m-3 0h-1.5m-3 0h-1.5m-3 0a2 2 0 0 1 -2 -2m0 -3v-1.5m0 -3v-1.5m0 -3\" />\n</svg>\n\n\n</li><li title=\"mars \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-mars\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"10\" cy=\"14\" r=\"5\" />\n  <line x1=\"19\" y1=\"5\" x2=\"13.6\" y2=\"10.4\" />\n  <line x1=\"19\" y1=\"5\" x2=\"14\" y2=\"5\" />\n  <line x1=\"19\" y1=\"5\" x2=\"19\" y2=\"10\" />\n</svg>\n\n\n</li><li title=\"mask off \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-mask-off\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M19.42 19.41a2 2 0 0 1 -1.42 .59h-12a2 2 0 0 1 -2 -2v-12c0 -.554 .225 -1.055 .588 -1.417m3.412 -.583h10a2 2 0 0 1 2 2v10\" />\n  <path d=\"M9.885 9.872a3 3 0 1 0 4.245 4.24m.582 -3.396a3.012 3.012 0 0 0 -1.438 -1.433\" />\n  <path d=\"M3 3l18 18\" />\n</svg>\n\n\n</li><li title=\"mask \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-mask\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"3\" />\n  <rect x=\"4\" y=\"4\"   rx=\"2\" />\n</svg>\n\n\n</li><li title=\"massage \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-massage\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"4\" cy=\"17\" r=\"1\" />\n  <circle cx=\"9\" cy=\"5\" r=\"1\" />\n  <path d=\"M4 22l4 -2v-3h12\" />\n  <path d=\"M11 20h9\" />\n  <path d=\"M8 14l3 -2l1 -4c3 1 3 4 3 6\" />\n</svg>\n\n\n</li><li title=\"math function \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-math-function\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M14 10h1c1 0 1 1 2.016 3.527c.984 2.473 .984 3.473 1.984 3.473h1\" />\n  <path d=\"M13 17c1.5 0 3 -2 4 -3.5s2.5 -3.5 4 -3.5\" />\n  <path d=\"M3 19c0 1.5 .5 2 2 2s2 -4 3 -9s1.5 -9 3 -9s2 .5 2 2\" />\n  <line x1=\"5\" y1=\"12\" x2=\"11\" y2=\"12\" />\n</svg>\n\n\n</li><li title=\"math symbols \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-math-symbols\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"3\" y1=\"12\" x2=\"21\" y2=\"12\" />\n  <line x1=\"12\" y1=\"3\" x2=\"12\" y2=\"21\" />\n  <line x1=\"16.5\" y1=\"4.5\" x2=\"19.5\" y2=\"7.5\" />\n  <line x1=\"19.5\" y1=\"4.5\" x2=\"16.5\" y2=\"7.5\" />\n  <line x1=\"6\" y1=\"4\" x2=\"6\" y2=\"8\" />\n  <line x1=\"4\" y1=\"6\" x2=\"8\" y2=\"6\" />\n  <line x1=\"18\" y1=\"16\" x2=\"18.01\" y2=\"16\" />\n  <line x1=\"18\" y1=\"20\" x2=\"18.01\" y2=\"20\" />\n  <line x1=\"4\" y1=\"18\" x2=\"8\" y2=\"18\" />\n</svg>\n\n\n</li><li title=\"math \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-math\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M16 13l4 4m0 -4l-4 4\" />\n  <path d=\"M20 5h-7l-4 14l-3 -6h-2\" />\n</svg>\n\n\n</li><li title=\"maximize \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-maximize\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4 8v-2a2 2 0 0 1 2 -2h2\" />\n  <path d=\"M4 16v2a2 2 0 0 0 2 2h2\" />\n  <path d=\"M16 4h2a2 2 0 0 1 2 2v2\" />\n  <path d=\"M16 20h2a2 2 0 0 0 2 -2v-2\" />\n</svg>\n\n\n</li><li title=\"meat \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-meat\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M13.62 8.382l1.966 -1.967a2 2 0 1 1 3.414 -1.415a2 2 0 1 1 -1.413 3.414l-1.82 1.821\" />\n    <ellipse transform=\"rotate(45 8.025 16.475)\" cx=\"8.025\" cy=\"16.475\" rx=\"7\" ry=\"3\" />\n  <path d=\"M7.5 16l1 1\" />\n  <path d=\"M12.975 21.425c3.905 -3.906 4.855 -9.288 2.121 -12.021c-2.733 -2.734 -8.115 -1.784 -12.02 2.121\" />\n</svg>\n\n\n</li><li title=\"medal 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-medal-2\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M9 3h6l3 7l-6 2l-6 -2z\" />\n  <path d=\"M12 12l-3 -9\" />\n  <path d=\"M15 11l-3 -8\" />\n  <path d=\"M12 19.5l-3 1.5l.5 -3.5l-2 -2l3 -.5l1.5 -3l1.5 3l3 .5l-2 2l.5 3.5z\" />\n</svg>\n\n\n</li><li title=\"medal \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-medal\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 4v3m-4 -3v6m8 -6v6\" />\n  <path d=\"M12 18.5l-3 1.5l.5 -3.5l-2 -2l3 -.5l1.5 -3l1.5 3l3 .5l-2 2l.5 3.5z\" />\n</svg>\n\n\n</li><li title=\"medical cross \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-medical-cross\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M13 3a1 1 0 0 1 1 1v4.535l3.928 -2.267a1 1 0 0 1 1.366 .366l1 1.732a1 1 0 0 1 -.366 1.366l-3.927 2.268l3.927 2.269a1 1 0 0 1 .366 1.366l-1 1.732a1 1 0 0 1 -1.366 .366l-3.928 -2.269v4.536a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-4.536l-3.928 2.268a1 1 0 0 1 -1.366 -.366l-1 -1.732a1 1 0 0 1 .366 -1.366l3.927 -2.268l-3.927 -2.268a1 1 0 0 1 -.366 -1.366l1 -1.732a1 1 0 0 1 1.366 -.366l3.928 2.267v-4.535a1 1 0 0 1 1 -1h2z\" />\n</svg>\n\n\n</li><li title=\"medicine syrup \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-medicine-syrup\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M8 21h8a1 1 0 0 0 1 -1v-10a3 3 0 0 0 -3 -3h-4a3 3 0 0 0 -3 3v10a1 1 0 0 0 1 1z\" />\n  <path d=\"M10 14h4\" />\n  <path d=\"M12 12v4\" />\n  <path d=\"M10 7v-3a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v3\" />\n</svg>\n\n\n</li><li title=\"menu 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-menu-2\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"4\" y1=\"6\" x2=\"20\" y2=\"6\" />\n  <line x1=\"4\" y1=\"12\" x2=\"20\" y2=\"12\" />\n  <line x1=\"4\" y1=\"18\" x2=\"20\" y2=\"18\" />\n</svg>\n\n\n</li><li title=\"menu \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-menu\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"4\" y1=\"8\" x2=\"20\" y2=\"8\" />\n  <line x1=\"4\" y1=\"16\" x2=\"20\" y2=\"16\" />\n</svg>\n\n\n</li><li title=\"message 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-message-2\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 20l-3 -3h-2a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h10a3 3 0 0 1 3 3v6a3 3 0 0 1 -3 3h-2l-3 3\" />\n  <line x1=\"8\" y1=\"9\" x2=\"16\" y2=\"9\" />\n  <line x1=\"8\" y1=\"13\" x2=\"14\" y2=\"13\" />\n</svg>\n\n\n</li><li title=\"message circle 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-message-circle-2\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M3 20l1.3 -3.9a9 8 0 1 1 3.4 2.9l-4.7 1\" />\n  <line x1=\"12\" y1=\"12\" x2=\"12\" y2=\"12.01\" />\n  <line x1=\"8\" y1=\"12\" x2=\"8\" y2=\"12.01\" />\n  <line x1=\"16\" y1=\"12\" x2=\"16\" y2=\"12.01\" />\n</svg>\n\n\n</li><li title=\"message circle off \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-message-circle-off\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"3\" y1=\"3\" x2=\"21\" y2=\"21\" />\n  <path d=\"M8.585 4.581c3.225 -1.181 7.032 -.616 9.66 1.626c2.983 2.543 3.602 6.525 1.634 9.662m-1.908 2.108c-2.786 2.19 -6.89 2.665 -10.271 1.023l-4.7 1l1.3 -3.9c-2.237 -3.308 -1.489 -7.54 1.714 -10.084\" />\n</svg>\n\n\n</li><li title=\"message circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-message-circle\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M3 20l1.3 -3.9a9 8 0 1 1 3.4 2.9l-4.7 1\" />\n  <line x1=\"12\" y1=\"12\" x2=\"12\" y2=\"12.01\" />\n  <line x1=\"8\" y1=\"12\" x2=\"8\" y2=\"12.01\" />\n  <line x1=\"16\" y1=\"12\" x2=\"16\" y2=\"12.01\" />\n</svg>\n\n\n</li><li title=\"message dots \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-message-dots\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4 21v-13a3 3 0 0 1 3 -3h10a3 3 0 0 1 3 3v6a3 3 0 0 1 -3 3h-9l-4 4\" />\n  <line x1=\"12\" y1=\"11\" x2=\"12\" y2=\"11.01\" />\n  <line x1=\"8\" y1=\"11\" x2=\"8\" y2=\"11.01\" />\n  <line x1=\"16\" y1=\"11\" x2=\"16\" y2=\"11.01\" />\n</svg>\n\n\n</li><li title=\"message language \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-message-language\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4 21v-13a3 3 0 0 1 3 -3h10a3 3 0 0 1 3 3v6a3 3 0 0 1 -3 3h-9l-4 4\" />\n  <path d=\"M10 14v-4a2 2 0 1 1 4 0v4\" />\n  <path d=\"M14 12h-4\" />\n</svg>\n\n\n</li><li title=\"message off \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-message-off\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"3\" y1=\"3\" x2=\"21\" y2=\"21\" />\n  <path d=\"M17 17h-9l-4 4v-13c0 -1.086 .577 -2.036 1.44 -2.563m3.561 -.437h8a3 3 0 0 1 3 3v6c0 .575 -.162 1.112 -.442 1.568\" />\n</svg>\n\n\n</li><li title=\"message plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-message-plus\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4 21v-13a3 3 0 0 1 3 -3h10a3 3 0 0 1 3 3v6a3 3 0 0 1 -3 3h-9l-4 4\" />\n  <line x1=\"10\" y1=\"11\" x2=\"14\" y2=\"11\" />\n  <line x1=\"12\" y1=\"9\" x2=\"12\" y2=\"13\" />\n</svg>\n\n\n</li><li title=\"message report \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-message-report\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4 21v-13a3 3 0 0 1 3 -3h10a3 3 0 0 1 3 3v6a3 3 0 0 1 -3 3h-9l-4 4\" />\n  <line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"11\" />\n  <line x1=\"12\" y1=\"14\" x2=\"12\" y2=\"14.01\" />\n</svg>\n\n\n</li><li title=\"message \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-message\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4 21v-13a3 3 0 0 1 3 -3h10a3 3 0 0 1 3 3v6a3 3 0 0 1 -3 3h-9l-4 4\" />\n  <line x1=\"8\" y1=\"9\" x2=\"16\" y2=\"9\" />\n  <line x1=\"8\" y1=\"13\" x2=\"14\" y2=\"13\" />\n</svg>\n\n\n</li><li title=\"messages off \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-messages-off\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"3\" y1=\"3\" x2=\"21\" y2=\"21\" />\n  <path d=\"M11 11a1 1 0 0 1 -1 -1m0 -3.968v-2.032a1 1 0 0 1 1 -1h9a1 1 0 0 1 1 1v10l-3 -3h-3\" />\n  <path d=\"M14 15v2a1 1 0 0 1 -1 1h-7l-3 3v-10a1 1 0 0 1 1 -1h2\" />\n</svg>\n\n\n</li><li title=\"messages \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-messages\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M21 14l-3 -3h-7a1 1 0 0 1 -1 -1v-6a1 1 0 0 1 1 -1h9a1 1 0 0 1 1 1v10\" />\n  <path d=\"M14 15v2a1 1 0 0 1 -1 1h-7l-3 3v-10a1 1 0 0 1 1 -1h2\" />\n</svg>\n\n\n</li><li title=\"microphone 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-microphone-2\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M15.002 12.9a5 5 0 1 0 -3.902 -3.9\" />\n  <path d=\"M15.002 12.9l-3.902 -3.899l-7.513 8.584a2 2 0 1 0 2.827 2.83l8.588 -7.515z\" />\n</svg>\n\n\n</li><li title=\"microphone off \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-microphone-off\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"3\" y1=\"3\" x2=\"21\" y2=\"21\" />\n  <path d=\"M9 5a3 3 0 0 1 6 0v5a3 3 0 0 1 -.13 .874m-2 2a3 3 0 0 1 -3.87 -2.872v-1\" />\n  <path d=\"M5 10a7 7 0 0 0 10.846 5.85m2.002 -2a6.967 6.967 0 0 0 1.152 -3.85\" />\n  <line x1=\"8\" y1=\"21\" x2=\"16\" y2=\"21\" />\n  <line x1=\"12\" y1=\"17\" x2=\"12\" y2=\"21\" />\n</svg>\n\n\n</li><li title=\"microphone \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-microphone\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"9\" y=\"2\"   rx=\"3\" />\n  <path d=\"M5 10a7 7 0 0 0 14 0\" />\n  <line x1=\"8\" y1=\"21\" x2=\"16\" y2=\"21\" />\n  <line x1=\"12\" y1=\"17\" x2=\"12\" y2=\"21\" />\n</svg>\n\n\n</li><li title=\"microscope \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-microscope\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M5 21h14\" />\n  <path d=\"M6 18h2\" />\n  <path d=\"M7 18v3\" />\n  <path d=\"M9 11l3 3l6 -6l-3 -3z\" />\n  <path d=\"M10.5 12.5l-1.5 1.5\" />\n  <path d=\"M17 3l3 3\" />\n  <path d=\"M12 21a6 6 0 0 0 3.715 -10.712\" />\n</svg>\n\n\n</li><li title=\"miliraty award \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-miliraty-award\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"13\" r=\"4\" />\n  <path d=\"M9 10l-1 -2h-5l2.48 5.788a2 2 0 0 0 1.84 1.212h1.18\" />\n  <path d=\"M15 10l1 -2h5l-2.48 5.788a2 2 0 0 1 -1.84 1.212h-1.18\" />\n</svg>\n\n\n</li><li title=\"military rank \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-military-rank\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M17 7v13h-10v-13l5 -3z\" />\n  <path d=\"M10 13l2 -1l2 1\" />\n  <path d=\"M10 17l2 -1l2 1\" />\n  <path d=\"M10 9l2 -1l2 1\" />\n</svg>\n\n\n</li><li title=\"milk \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-milk\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M8 6h8v-2a1 1 0 0 0 -1 -1h-6a1 1 0 0 0 -1 1v2z\" />\n  <path d=\"M16 6l1.094 1.759a6 6 0 0 1 .906 3.17v8.071a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-8.071a6 6 0 0 1 .906 -3.17l1.094 -1.759\" />\n  <circle cx=\"12\" cy=\"16\" r=\"2\" />\n  <path d=\"M10 10h4\" />\n</svg>\n\n\n</li><li title=\"minimize \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-minimize\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M15 19v-2a2 2 0 0 1 2 -2h2\" />\n  <path d=\"M15 5v2a2 2 0 0 0 2 2h2\" />\n  <path d=\"M5 15h2a2 2 0 0 1 2 2v2\" />\n  <path d=\"M5 9h2a2 2 0 0 0 2 -2v-2\" />\n</svg>\n\n\n</li><li title=\"minus vertical \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-minus-vertical\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 5v14\" />\n</svg>\n\n\n</li><li title=\"minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-minus\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\" />\n</svg>\n\n\n</li><li title=\"mist \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-mist\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M5 5h3m4 0h9\" />\n  <path d=\"M3 10h11m4 0h1\" />\n  <path d=\"M5 15h5m4 0h7\" />\n  <path d=\"M3 20h9m4 0h3\" />\n</svg>\n\n\n</li><li title=\"mood boy \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-mood-boy\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M17 4.5a9 9 0 0 1 3.864 5.89a2.5 2.5 0 0 1 -.29 4.36a9 9 0 0 1 -17.137 0a2.5 2.5 0 0 1 -.29 -4.36a9 9 0 0 1 3.746 -5.81\" />\n  <path d=\"M9.5 16a3.5 3.5 0 0 0 5 0\" />\n  <path d=\"M8.5 2c1.5 1 2.5 3.5 2.5 5\" />\n  <path d=\"M12.5 2c1.5 2 2 3.5 2 5\" />\n  <line x1=\"9\" y1=\"12\" x2=\"9.01\" y2=\"12\" />\n  <line x1=\"15\" y1=\"12\" x2=\"15.01\" y2=\"12\" />\n</svg>\n\n\n</li><li title=\"mood confuzed \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-mood-confuzed\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n  <line x1=\"9\" y1=\"10\" x2=\"9.01\" y2=\"10\" />\n  <line x1=\"15\" y1=\"10\" x2=\"15.01\" y2=\"10\" />\n  <path d=\"M9.5 16a10 10 0 0 1 6 -1.5\" />\n</svg>\n\n\n</li><li title=\"mood crazy happy \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-mood-crazy-happy\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n  <line x1=\"7\" y1=\"8.5\" x2=\"10\" y2=\"11.5\" />\n  <path d=\"M7 11.5l3 -3\" />\n  <line x1=\"14\" y1=\"8.5\" x2=\"17\" y2=\"11.5\" />\n  <path d=\"M14 11.5l3 -3\" />\n  <path d=\"M9.5 15a3.5 3.5 0 0 0 5 0\" />\n</svg>\n\n\n</li><li title=\"mood cry \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-mood-cry\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"9\" y1=\"10\" x2=\"9.01\" y2=\"10\" />\n  <line x1=\"15\" y1=\"10\" x2=\"15.01\" y2=\"10\" />\n  <path d=\"M9.5 15.25a3.5 3.5 0 0 1 5 0\" />\n  <path d=\"M17.566 17.606a2 2 0 1 0 2.897 .03l-1.463 -1.636l-1.434 1.606z\" />\n  <path d=\"M20.865 13.517a8.937 8.937 0 0 0 .135 -1.517a9 9 0 1 0 -9 9c.69 0 1.36 -.076 2 -.222\" />\n</svg>\n\n\n</li><li title=\"mood empty \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-mood-empty\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n  <line x1=\"9\" y1=\"10\" x2=\"9.01\" y2=\"10\" />\n  <line x1=\"15\" y1=\"10\" x2=\"15.01\" y2=\"10\" />\n  <line x1=\"9\" y1=\"15\" x2=\"15\" y2=\"15\" />\n</svg>\n\n\n</li><li title=\"mood happy \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-mood-happy\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n  <line x1=\"9\" y1=\"9\" x2=\"9.01\" y2=\"9\" />\n  <line x1=\"15\" y1=\"9\" x2=\"15.01\" y2=\"9\" />\n  <path d=\"M8 13a4 4 0 1 0 8 0m0 0h-8\" />\n</svg>\n\n\n</li><li title=\"mood kid \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-mood-kid\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n  <line x1=\"9\" y1=\"10\" x2=\"9.01\" y2=\"10\" />\n  <line x1=\"15\" y1=\"10\" x2=\"15.01\" y2=\"10\" />\n  <path d=\"M9.5 15a3.5 3.5 0 0 0 5 0\" />\n  <path d=\"M12 3a2 2 0 0 0 0 4\" />\n</svg>\n\n\n</li><li title=\"mood nervous \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-mood-nervous\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n  <path d=\"M9 10h.01\" />\n  <path d=\"M15 10h.01\" />\n  <path d=\"M8 16l2 -2l2 2l2 -2l2 2\" />\n</svg>\n\n\n</li><li title=\"mood neutral \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-mood-neutral\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n  <line x1=\"9\" y1=\"10\" x2=\"9.01\" y2=\"10\" />\n  <line x1=\"15\" y1=\"10\" x2=\"15.01\" y2=\"10\" />\n</svg>\n\n\n</li><li title=\"mood sad \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-mood-sad\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n  <line x1=\"9\" y1=\"10\" x2=\"9.01\" y2=\"10\" />\n  <line x1=\"15\" y1=\"10\" x2=\"15.01\" y2=\"10\" />\n  <path d=\"M9.5 15.25a3.5 3.5 0 0 1 5 0\" />\n</svg>\n\n\n</li><li title=\"mood smile \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-mood-smile\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n  <line x1=\"9\" y1=\"10\" x2=\"9.01\" y2=\"10\" />\n  <line x1=\"15\" y1=\"10\" x2=\"15.01\" y2=\"10\" />\n  <path d=\"M9.5 15a3.5 3.5 0 0 0 5 0\" />\n</svg>\n\n\n</li><li title=\"mood suprised \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-mood-suprised\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n  <line x1=\"9\" y1=\"9\" x2=\"9.01\" y2=\"9\" />\n  <line x1=\"15\" y1=\"9\" x2=\"15.01\" y2=\"9\" />\n  <circle cx=\"12\" cy=\"15\" r=\"2\" />\n</svg>\n\n\n</li><li title=\"mood tongue \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-mood-tongue\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n  <line x1=\"9\" y1=\"10\" x2=\"9.01\" y2=\"10\" />\n  <line x1=\"15\" y1=\"10\" x2=\"15.01\" y2=\"10\" />\n  <path d=\"M10 14v2a2 2 0 0 0 4 0v-2m1.5 0h-7\" />\n</svg>\n\n\n</li><li title=\"moon 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-moon-2\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M16.418 4.157a8 8 0 0 0 0 15.686\" />\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n</svg>\n\n\n</li><li title=\"moon stars \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-moon-stars\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 3c.132 0 .263 0 .393 0a7.5 7.5 0 0 0 7.92 12.446a9 9 0 1 1 -8.313 -12.454z\" />\n  <path d=\"M17 4a2 2 0 0 0 2 2a2 2 0 0 0 -2 2a2 2 0 0 0 -2 -2a2 2 0 0 0 2 -2\" />\n  <path d=\"M19 11h2m-1 -1v2\" />\n</svg>\n\n\n</li><li title=\"moon \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-moon\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 3c.132 0 .263 0 .393 0a7.5 7.5 0 0 0 7.92 12.446a9 9 0 1 1 -8.313 -12.454z\" />\n</svg>\n\n\n</li><li title=\"moped \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-moped\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"18\" cy=\"17\" r=\"2\" />\n  <path d=\"M5 16v1a2 2 0 0 0 4 0v-5h-3a3 3 0 0 0 -3 3v1h10a6 6 0 0 1 5 -4v-5a2 2 0 0 0 -2 -2h-1\" />\n  <line x1=\"6\" y1=\"9\" x2=\"9\" y2=\"9\" />\n</svg>\n\n\n</li><li title=\"motorbike \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-motorbike\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"5\" cy=\"16\" r=\"3\" />\n  <circle cx=\"19\" cy=\"16\" r=\"3\" />\n  <path d=\"M7.5 14h5l4 -4h-10.5m1.5 4l4 -4\" />\n  <path d=\"M13 6h2l1.5 3l2 4\" />\n</svg>\n\n\n</li><li title=\"mountain \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-mountain\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M3 20h18l-6.921 -14.612a2.3 2.3 0 0 0 -4.158 0l-6.921 14.612z\" />\n  <path d=\"M7.5 11l2 2.5l2.5 -2.5l2 3l2.5 -2\" />\n</svg>\n\n\n</li><li title=\"mouse \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-mouse\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"6\" y=\"3\"   rx=\"4\" />\n  <line x1=\"12\" y1=\"7\" x2=\"12\" y2=\"11\" />\n</svg>\n\n\n</li><li title=\"movie \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-movie\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"4\" y=\"4\"   rx=\"2\" />\n  <line x1=\"8\" y1=\"4\" x2=\"8\" y2=\"20\" />\n  <line x1=\"16\" y1=\"4\" x2=\"16\" y2=\"20\" />\n  <line x1=\"4\" y1=\"8\" x2=\"8\" y2=\"8\" />\n  <line x1=\"4\" y1=\"16\" x2=\"8\" y2=\"16\" />\n  <line x1=\"4\" y1=\"12\" x2=\"20\" y2=\"12\" />\n  <line x1=\"16\" y1=\"8\" x2=\"20\" y2=\"8\" />\n  <line x1=\"16\" y1=\"16\" x2=\"20\" y2=\"16\" />\n</svg>\n\n\n</li><li title=\"mug \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-mug\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4.083 5h10.834a1.08 1.08 0 0 1 1.083 1.077v8.615c0 2.38 -1.94 4.308 -4.333 4.308h-4.334c-2.393 0 -4.333 -1.929 -4.333 -4.308v-8.615a1.08 1.08 0 0 1 1.083 -1.077\" />\n  <path d=\"M16 8h2.5c1.38 0 2.5 1.045 2.5 2.333v2.334c0 1.288 -1.12 2.333 -2.5 2.333h-2.5\" />\n</svg>\n\n\n</li><li title=\"multiplier 0 5x \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-multiplier-0-5x\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M8 16h2a2 2 0 1 0 0 -4h-2v-4h4\" />\n  <path d=\"M5 16v.01\" />\n  <path d=\"M15 16l4 -4\" />\n  <path d=\"M19 16l-4 -4\" />\n</svg>\n\n\n</li><li title=\"multiplier 1 5x \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-multiplier-1-5x\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4 16v-8l-2 2\" />\n  <path d=\"M10 16h2a2 2 0 1 0 0 -4h-2v-4h4\" />\n  <path d=\"M7 16v.01\" />\n  <path d=\"M17 16l4 -4\" />\n  <path d=\"M21 16l-4 -4\" />\n</svg>\n\n\n</li><li title=\"multiplier 1x \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-multiplier-1x\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M9 16v-8l-2 2\" />\n  <path d=\"M13 16l4 -4\" />\n  <path d=\"M17 16l-4 -4\" />\n</svg>\n\n\n</li><li title=\"multiplier 2x \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-multiplier-2x\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M14 16l4 -4\" />\n  <path d=\"M18 16l-4 -4\" />\n  <path d=\"M6 10a2 2 0 1 1 4 0c0 .591 -.417 1.318 -.816 1.858l-3.184 4.143l4 0\" />\n</svg>\n\n\n</li><li title=\"mushroom \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-mushroom\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M20 11.1c0 -4.474 -3.582 -8.1 -8 -8.1s-8 3.626 -8 8.1a0.9 .9 0 0 0 .9 .9h14.2a0.9 .9 0 0 0 .9 -.9z\" />\n  <path d=\"M10 12v7a2 2 0 1 0 4 0v-7\" />\n</svg>\n\n\n</li><li title=\"music \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-music\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"6\" cy=\"17\" r=\"3\" />\n  <circle cx=\"16\" cy=\"17\" r=\"3\" />\n  <polyline points=\"9 17 9 4 19 4 19 17\" />\n  <line x1=\"9\" y1=\"8\" x2=\"19\" y2=\"8\" />\n</svg>\n\n\n</li><li title=\"new section \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-new-section\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"9\" y1=\"12\" x2=\"15\" y2=\"12\" />\n  <line x1=\"12\" y1=\"9\" x2=\"12\" y2=\"15\" />\n  <path d=\"M4 6v-1a1 1 0 0 1 1 -1h1m5 0h2m5 0h1a1 1 0 0 1 1 1v1m0 5v2m0 5v1a1 1 0 0 1 -1 1h-1m-5 0h-2m-5 0h-1a1 1 0 0 1 -1 -1v-1m0 -5v-2m0 -5\" />\n</svg>\n\n\n</li><li title=\"news \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-news\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M16 6h3a1 1 0 0 1 1 1v11a2 2 0 0 1 -4 0v-13a1 1 0 0 0 -1 -1h-10a1 1 0 0 0 -1 1v12a3 3 0 0 0 3 3h11\" />\n  <line x1=\"8\" y1=\"8\" x2=\"12\" y2=\"8\" />\n  <line x1=\"8\" y1=\"12\" x2=\"12\" y2=\"12\" />\n  <line x1=\"8\" y1=\"16\" x2=\"12\" y2=\"16\" />\n</svg>\n\n\n</li><li title=\"nfc \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-nfc\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M11 20a3 3 0 0 1 -3 -3v-11l5 5\" />\n  <path d=\"M13 4a3 3 0 0 1 3 3v11l-5 -5\" />\n  <rect x=\"4\" y=\"4\"   rx=\"3\" />\n</svg>\n\n\n</li><li title=\"no copyright \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-no-copyright\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n  <path d=\"M14 9.75a3.016 3.016 0 0 0 -4.163 .173a2.993 2.993 0 0 0 0 4.154a3.016 3.016 0 0 0 4.163 .173\" />\n  <path d=\"M6 6l1.5 1.5\" />\n  <path d=\"M16.5 16.5l1.5 1.5\" />\n</svg>\n\n\n</li><li title=\"no creative commons \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-no-creative-commons\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n  <path d=\"M10.5 10.5c-.847 -.71 -2.132 -.658 -2.914 .116a1.928 1.928 0 0 0 0 2.768c.782 .774 2.067 .825 2.914 .116\" />\n  <path d=\"M16.5 10.5c-.847 -.71 -2.132 -.658 -2.914 .116a1.928 1.928 0 0 0 0 2.768c.782 .774 2.067 .825 2.914 .116\" />\n  <path d=\"M6 6l1.5 1.5\" />\n  <path d=\"M16.5 16.5l1.5 1.5\" />\n</svg>\n\n\n</li><li title=\"no derivatives \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-no-derivatives\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n  <path d=\"M9 10h6\" />\n  <path d=\"M9 14h6\" />\n</svg>\n\n\n</li><li title=\"note \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-note\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"13\" y1=\"20\" x2=\"20\" y2=\"13\" />\n  <path d=\"M13 20v-6a1 1 0 0 1 1 -1h6v-7a2 2 0 0 0 -2 -2h-12a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h7\" />\n</svg>\n\n\n</li><li title=\"notebook \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-notebook\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M6 4h11a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-11a1 1 0 0 1 -1 -1v-14a1 1 0 0 1 1 -1m3 0v18\" />\n  <line x1=\"13\" y1=\"8\" x2=\"15\" y2=\"8\" />\n  <line x1=\"13\" y1=\"12\" x2=\"15\" y2=\"12\" />\n</svg>\n\n\n</li><li title=\"notes \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-notes\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"5\" y=\"3\"   rx=\"2\" />\n  <line x1=\"9\" y1=\"7\" x2=\"15\" y2=\"7\" />\n  <line x1=\"9\" y1=\"11\" x2=\"15\" y2=\"11\" />\n  <line x1=\"9\" y1=\"15\" x2=\"13\" y2=\"15\" />\n</svg>\n\n\n</li><li title=\"notification \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-notification\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M10 6h-3a2 2 0 0 0 -2 2v9a2 2 0 0 0 2 2h9a2 2 0 0 0 2 -2v-3\" />\n  <circle cx=\"17\" cy=\"7\" r=\"3\" />\n</svg>\n\n\n</li><li title=\"number 0 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-number-0\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M16 16v-8\" />\n  <path d=\"M12 20a4 4 0 0 0 4 -4v-8a4 4 0 1 0 -8 0v8a4 4 0 0 0 4 4z\" />\n</svg>\n\n\n</li><li title=\"number 1 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-number-1\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M13 20v-16l-5 5\" />\n</svg>\n\n\n</li><li title=\"number 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-number-2\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M8 8a4 4 0 1 1 8 0c0 1.098 -.564 2.025 -1.159 2.815l-6.841 9.185h8\" />\n</svg>\n\n\n</li><li title=\"number 3 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-number-3\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 12a4 4 0 1 0 -4 -4\" />\n  <path d=\"M8 16a4 4 0 1 0 4 -4\" />\n</svg>\n\n\n</li><li title=\"number 4 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-number-4\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M15 20v-15l-8 11h10\" />\n</svg>\n\n\n</li><li title=\"number 5 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-number-5\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M8 20h4a4 4 0 1 0 0 -8h-4v-8h8\" />\n</svg>\n\n\n</li><li title=\"number 6 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-number-6\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M8 16a4 4 0 1 0 8 0v-1a4 4 0 1 0 -8 0\" />\n  <path d=\"M16 8a4 4 0 1 0 -8 0v8\" />\n</svg>\n\n\n</li><li title=\"number 7 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-number-7\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M8 4h8l-4 16\" />\n</svg>\n\n\n</li><li title=\"number 8 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-number-8\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"8\" r=\"4\" />\n  <circle cx=\"12\" cy=\"16\" r=\"4\" />\n</svg>\n\n\n</li><li title=\"number 9 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-number-9\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M16 8a4 4 0 1 0 -8 0v1a4 4 0 1 0 8 0\" />\n  <path d=\"M8 16a4 4 0 1 0 8 0v-8\" />\n</svg>\n\n\n</li><li title=\"nurse \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-nurse\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 6c2.941 0 5.685 .847 8 2.31l-2 9.69h-12l-2 -9.691a14.93 14.93 0 0 1 8 -2.309z\" />\n  <path d=\"M10 12h4\" />\n  <path d=\"M12 10v4\" />\n</svg>\n\n\n</li><li title=\"octagon off \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-octagon-off\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M7.647 3.653l.353 -.353c.2 -.2 .4 -.3 .7 -.3h6.6c.3 0 .5 .1 .7 .3l4.7 4.7c.2 .2 .3 .4 .3 .7v6.6c0 .3 -.1 .5 -.3 .7l-.35 .35m-1.997 1.997l-2.353 2.353c-.2 .2 -.4 .3 -.7 .3h-6.6c-.3 0 -.5 -.1 -.7 -.3l-4.7 -4.7c-.2 -.2 -.3 -.4 -.3 -.7v-6.6c0 -.3 .1 -.5 .3 -.7l2.35 -2.35\" />\n  <path d=\"M3 3l18 18\" />\n</svg>\n\n\n</li><li title=\"octagon \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-octagon\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M8.7 3h6.6c.3 0 .5 .1 .7 .3l4.7 4.7c.2 .2 .3 .4 .3 .7v6.6c0 .3 -.1 .5 -.3 .7l-4.7 4.7c-.2 .2 -.4 .3 -.7 .3h-6.6c-.3 0 -.5 -.1 -.7 -.3l-4.7 -4.7c-.2 -.2 -.3 -.4 -.3 -.7v-6.6c0 -.3 .1 -.5 .3 -.7l4.7 -4.7c.2 -.2 .4 -.3 .7 -.3z\" />\n</svg>\n\n\n</li><li title=\"old \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-old\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M11 21l-1 -4l-2 -3v-6\" />\n  <path d=\"M5 14l-1 -3l4 -3l3 2l3 .5\" />\n  <circle cx=\"8\" cy=\"4\" r=\"1\" />\n  <path d=\"M7 17l-2 4\" />\n  <path d=\"M16 21v-8.5a1.5 1.5 0 0 1 3 0v.5\" />\n</svg>\n\n\n</li><li title=\"olympics \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-olympics\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"6\" cy=\"9\" r=\"3\" />\n  <circle cx=\"18\" cy=\"9\" r=\"3\" />\n  <circle cx=\"12\" cy=\"9\" r=\"3\" />\n  <circle cx=\"9\" cy=\"15\" r=\"3\" />\n  <circle cx=\"15\" cy=\"15\" r=\"3\" />\n</svg>\n\n\n</li><li title=\"omega \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-omega\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4 19h5v-1a7.35 7.35 0 1 1 6 0v1h5\" />\n</svg>\n\n\n</li><li title=\"outlet \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-outlet\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"4\" y=\"4\"   rx=\"2\" />\n  <circle cx=\"9\" cy=\"12\" r=\".5\" fill=\"currentColor\" />\n  <circle cx=\"15\" cy=\"12\" r=\".5\" fill=\"currentColor\" />\n</svg>\n\n\n</li><li title=\"overline \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-overline\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M7 9v5a5 5 0 0 0 10 0v-5\" />\n  <path d=\"M5 5h14\" />\n</svg>\n\n\n</li><li title=\"package \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-package\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <polyline points=\"12 3 20 7.5 20 16.5 12 21 4 16.5 4 7.5 12 3\" />\n  <line x1=\"12\" y1=\"12\" x2=\"20\" y2=\"7.5\" />\n  <line x1=\"12\" y1=\"12\" x2=\"12\" y2=\"21\" />\n  <line x1=\"12\" y1=\"12\" x2=\"4\" y2=\"7.5\" />\n  <line x1=\"16\" y1=\"5.25\" x2=\"8\" y2=\"9.75\" />\n</svg>\n\n\n</li><li title=\"pacman \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-pacman\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M5.636 5.636a9 9 0 0 1 13.397 .747l-5.619 5.617l5.619 5.617a9 9 0 1 1 -13.397 -11.981z\" />\n  <circle cx=\"11.5\" cy=\"7.5\" r=\"1\" fill=\"currentColor\" />\n</svg>\n\n\n</li><li title=\"page break \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-page-break\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M14 3v4a1 1 0 0 0 1 1h4\" />\n  <path d=\"M19 18v1a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-1\" />\n  <path d=\"M3 14h3m4.5 0h3m4.5 0h3\" />\n  <path d=\"M5 10v-5a2 2 0 0 1 2 -2h7l5 5v2\" />\n</svg>\n\n\n</li><li title=\"paint \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-paint\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"5\" y=\"3\"   rx=\"2\" />\n  <path d=\"M19 6h1a2 2 0 0 1 2 2a5 5 0 0 1 -5 5l-5 0v2\" />\n  <rect x=\"10\" y=\"15\"   rx=\"1\" />\n</svg>\n\n\n</li><li title=\"palette \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-palette\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 21a9 9 0 1 1 0 -18a9 8 0 0 1 9 8a4.5 4 0 0 1 -4.5 4h-2.5a2 2 0 0 0 -1 3.75a1.3 1.3 0 0 1 -1 2.25\" />\n  <circle cx=\"7.5\" cy=\"10.5\" r=\".5\" fill=\"currentColor\" />\n  <circle cx=\"12\" cy=\"7.5\" r=\".5\" fill=\"currentColor\" />\n  <circle cx=\"16.5\" cy=\"10.5\" r=\".5\" fill=\"currentColor\" />\n</svg>\n\n\n</li><li title=\"panorama horizontal \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-panorama-horizontal\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4.338 5.53c5.106 1.932 10.211 1.932 15.317 .002a1 1 0 0 1 1.345 .934v11c0 .692 -.692 1.2 -1.34 .962c-5.107 -1.932 -10.214 -1.932 -15.321 0c-.648 .246 -1.339 -.242 -1.339 -.935v-11.027a1 1 0 0 1 1.338 -.935z\" />\n</svg>\n\n\n</li><li title=\"panorama vertical \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-panorama-vertical\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M18.463 4.338c-1.932 5.106 -1.932 10.211 0 15.317a1 1 0 0 1 -.934 1.345h-11c-.692 0 -1.208 -.692 -.962 -1.34c1.932 -5.107 1.932 -10.214 0 -15.321c-.246 -.648 .243 -1.339 .935 -1.339h11.028c.693 0 1.18 .691 .935 1.338z\" />\n</svg>\n\n\n</li><li title=\"paperclip \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-paperclip\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M15 7l-6.5 6.5a1.5 1.5 0 0 0 3 3l6.5 -6.5a3 3 0 0 0 -6 -6l-6.5 6.5a4.5 4.5 0 0 0 9 9l6.5 -6.5\" />\n</svg>\n\n\n</li><li title=\"parachute \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-parachute\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M22 12a10 10 0 1 0 -20 0\" />\n  <path d=\"M22 12c0 -1.66 -1.46 -3 -3.25 -3c-1.8 0 -3.25 1.34 -3.25 3c0 -1.66 -1.57 -3 -3.5 -3s-3.5 1.34 -3.5 3c0 -1.66 -1.46 -3 -3.25 -3c-1.8 0 -3.25 1.34 -3.25 3\" />\n  <path d=\"M2 12l10 10l-3.5 -10\" />\n  <path d=\"M15.5 12l-3.5 10l10 -10\" />\n</svg>\n\n\n</li><li title=\"parentheses \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-parentheses\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M7 4a12.25 12.25 0 0 0 0 16\" />\n  <path d=\"M17 4a12.25 12.25 0 0 1 0 16\" />\n</svg>\n\n\n</li><li title=\"parking \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-parking\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"4\" y=\"4\"   rx=\"2\" />\n  <path d=\"M9 16v-8h4a2 2 0 0 1 0 4h-4\" />\n</svg>\n\n\n</li><li title=\"paw \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-paw\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M14.7 13.5c-1.1 -1.996 -1.441 -2.5 -2.7 -2.5c-1.259 0 -1.736 .755 -2.836 2.747c-.942 1.703 -2.846 1.845 -3.321 3.291c-.097 .265 -.145 .677 -.143 .962c0 1.176 .787 2 1.8 2c1.259 0 3.004 -1 4.5 -1s3.241 1 4.5 1c1.013 0 1.8 -.823 1.8 -2c0 -.285 -.049 -.697 -.146 -.962c-.475 -1.451 -2.512 -1.835 -3.454 -3.538z\" />\n  <path d=\"M20.188 8.082a1.039 1.039 0 0 0 -.406 -.082h-.015c-.735 .012 -1.56 .75 -1.993 1.866c-.519 1.335 -.28 2.7 .538 3.052c.129 .055 .267 .082 .406 .082c.739 0 1.575 -.742 2.011 -1.866c.516 -1.335 .273 -2.7 -.54 -3.052z\" />\n  <path d=\"M9.474 9c.055 0 .109 -.004 .163 -.011c.944 -.128 1.533 -1.346 1.32 -2.722c-.203 -1.297 -1.047 -2.267 -1.932 -2.267c-.055 0 -.109 .004 -.163 .011c-.944 .128 -1.533 1.346 -1.32 2.722c.204 1.293 1.048 2.267 1.933 2.267z\" />\n  <path d=\"M16.456 6.733c.214 -1.376 -.375 -2.594 -1.32 -2.722a1.164 1.164 0 0 0 -.162 -.011c-.885 0 -1.728 .97 -1.93 2.267c-.214 1.376 .375 2.594 1.32 2.722c.054 .007 .108 .011 .162 .011c.885 0 1.73 -.974 1.93 -2.267z\" />\n  <path d=\"M5.69 12.918c.816 -.352 1.054 -1.719 .536 -3.052c-.436 -1.124 -1.271 -1.866 -2.009 -1.866c-.14 0 -.277 .027 -.407 .082c-.816 .352 -1.054 1.719 -.536 3.052c.436 1.124 1.271 1.866 2.009 1.866c.14 0 .277 -.027 .407 -.082z\" />\n</svg>\n\n\n</li><li title=\"peace \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-peace\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n  <line x1=\"12\" y1=\"3\" x2=\"12\" y2=\"21\" />\n  <line x1=\"12\" y1=\"12\" x2=\"18.3\" y2=\"18.3\" />\n  <line x1=\"12\" y1=\"12\" x2=\"5.7\" y2=\"18.3\" />\n</svg>\n\n\n</li><li title=\"pencil \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-pencil\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4 20h4l10.5 -10.5a1.5 1.5 0 0 0 -4 -4l-10.5 10.5v4\" />\n  <line x1=\"13.5\" y1=\"6.5\" x2=\"17.5\" y2=\"10.5\" />\n</svg>\n\n\n</li><li title=\"pennant \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-pennant\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"8\" y1=\"21\" x2=\"12\" y2=\"21\" />\n  <line x1=\"10\" y1=\"21\" x2=\"10\" y2=\"3\" />\n  <path d=\"M10 4l9 4l-9 4\" />\n</svg>\n\n\n</li><li title=\"pentagon \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-pentagon\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M13.2 3.394l7.033 5.237a2 2 0 0 1 .7 2.247l-2.973 8.764a2 2 0 0 1 -1.894 1.358h-8.12a2 2 0 0 1 -1.9 -1.373l-2.896 -8.765a2 2 0 0 1 .696 -2.225l6.958 -5.237a2 2 0 0 1 2.397 -.006z\" />\n</svg>\n\n\n</li><li title=\"pepper \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-pepper\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M13 11c0 2.21 -2.239 4 -5 4s-5 -1.79 -5 -4a8 8 0 1 0 16 0a3 3 0 0 0 -6 0\" />\n  <path d=\"M16 8c0 -2 2 -4 4 -4\" />\n</svg>\n\n\n</li><li title=\"percentage \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-percentage\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"17\" cy=\"17\" r=\"1\" />\n  <circle cx=\"7\" cy=\"7\" r=\"1\" />\n  <line x1=\"6\" y1=\"18\" x2=\"18\" y2=\"6\" />\n</svg>\n\n\n</li><li title=\"perspective \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-perspective\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M6.141 4.163l12 1.714a1 1 0 0 1 .859 .99v10.266a1 1 0 0 1 -.859 .99l-12 1.714a1 1 0 0 1 -1.141 -.99v-13.694a1 1 0 0 1 1.141 -.99z\" />\n</svg>\n\n\n</li><li title=\"phone call \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-phone-call\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2a16 16 0 0 1 -15 -15a2 2 0 0 1 2 -2\" />\n  <path d=\"M15 7a2 2 0 0 1 2 2\" />\n  <path d=\"M15 3a6 6 0 0 1 6 6\" />\n</svg>\n\n\n</li><li title=\"phone calling \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-phone-calling\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2a16 16 0 0 1 -15 -15a2 2 0 0 1 2 -2\" />\n  <line x1=\"15\" y1=\"7\" x2=\"15\" y2=\"7.01\" />\n  <line x1=\"18\" y1=\"7\" x2=\"18\" y2=\"7.01\" />\n  <line x1=\"21\" y1=\"7\" x2=\"21\" y2=\"7.01\" />\n</svg>\n\n\n</li><li title=\"phone check \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-phone-check\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2a16 16 0 0 1 -15 -15a2 2 0 0 1 2 -2\" />\n  <path d=\"M15 6l2 2l4 -4\" />\n</svg>\n\n\n</li><li title=\"phone incoming \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-phone-incoming\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2a16 16 0 0 1 -15 -15a2 2 0 0 1 2 -2\" />\n  <line x1=\"15\" y1=\"9\" x2=\"20\" y2=\"4\" />\n  <polyline points=\"15 5 15 9 19 9\" />\n</svg>\n\n\n</li><li title=\"phone off \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-phone-off\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"3\" y1=\"21\" x2=\"21\" y2=\"3\" />\n  <path d=\"M5.831 14.161a15.946 15.946 0 0 1 -2.831 -8.161a2 2 0 0 1 2 -2h4l2 5l-2.5 1.5c.108 .22 .223 .435 .345 .645m1.751 2.277c.843 .84 1.822 1.544 2.904 2.078l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2a15.963 15.963 0 0 1 -10.344 -4.657\" />\n</svg>\n\n\n</li><li title=\"phone outgoing \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-phone-outgoing\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2a16 16 0 0 1 -15 -15a2 2 0 0 1 2 -2\" />\n  <line x1=\"15\" y1=\"9\" x2=\"20\" y2=\"4\" />\n  <polyline points=\"16 4 20 4 20 8\" />\n</svg>\n\n\n</li><li title=\"phone pause \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-phone-pause\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2a16 16 0 0 1 -15 -15a2 2 0 0 1 2 -2\" />\n  <line x1=\"20\" y1=\"3\" x2=\"20\" y2=\"7\" />\n  <line x1=\"16\" y1=\"3\" x2=\"16\" y2=\"7\" />\n</svg>\n\n\n</li><li title=\"phone plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-phone-plus\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2a16 16 0 0 1 -15 -15a2 2 0 0 1 2 -2\" />\n  <path d=\"M15 6h6m-3 -3v6\" />\n</svg>\n\n\n</li><li title=\"phone x \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-phone-x\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2a16 16 0 0 1 -15 -15a2 2 0 0 1 2 -2\" />\n  <path d=\"M16 4l4 4m0 -4l-4 4\" />\n</svg>\n\n\n</li><li title=\"phone \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-phone\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2a16 16 0 0 1 -15 -15a2 2 0 0 1 2 -2\" />\n</svg>\n\n\n</li><li title=\"photo off \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-photo-off\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"3\" y1=\"3\" x2=\"21\" y2=\"21\" />\n  <line x1=\"15\" y1=\"8\" x2=\"15.01\" y2=\"8\" />\n  <path d=\"M19.121 19.122a3 3 0 0 1 -2.121 .878h-10a3 3 0 0 1 -3 -3v-10c0 -.833 .34 -1.587 .888 -2.131m3.112 -.869h9a3 3 0 0 1 3 3v9\" />\n  <path d=\"M4 15l4 -4c.928 -.893 2.072 -.893 3 0l5 5\" />\n  <path d=\"M16.32 12.34c.577 -.059 1.162 .162 1.68 .66l2 2\" />\n</svg>\n\n\n</li><li title=\"photo \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-photo\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"15\" y1=\"8\" x2=\"15.01\" y2=\"8\" />\n  <rect x=\"4\" y=\"4\"   rx=\"3\" />\n  <path d=\"M4 15l4 -4a3 5 0 0 1 3 0l5 5\" />\n  <path d=\"M14 14l1 -1a3 5 0 0 1 3 0l2 2\" />\n</svg>\n\n\n</li><li title=\"physotherapist \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-physotherapist\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M9 15l-1 -3l4 -2l4 1h3.5\" />\n  <circle cx=\"4\" cy=\"19\" r=\"1\" />\n  <circle cx=\"12\" cy=\"6\" r=\"1\" />\n  <path d=\"M12 17v-7\" />\n  <path d=\"M8 20h7l1 -4l4 -2\" />\n  <path d=\"M18 20h3\" />\n</svg>\n\n\n</li><li title=\"picture in picture off \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-picture-in-picture-off\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M11 19h-6a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4\" />\n  <rect x=\"14\" y=\"14\"   rx=\"1\" />\n  <line x1=\"7\" y1=\"9\" x2=\"11\" y2=\"13\" />\n  <path d=\"M7 12v-3h3\" />\n</svg>\n\n\n</li><li title=\"picture in picture on \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-picture-in-picture-on\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M11 19h-6a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4\" />\n  <rect x=\"14\" y=\"14\"   rx=\"1\" />\n  <line x1=\"7\" y1=\"9\" x2=\"11\" y2=\"13\" />\n  <path d=\"M8 13h3v-3\" />\n</svg>\n\n\n</li><li title=\"picture in picture top \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-picture-in-picture-top\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M11 5h-6a2 2 0 0 0 -2 2v10a2 2 0 0 0 2 2h14a2 2 0 0 0 2 -2v-4\" />\n  <rect transform=\"matrix(1 0 0 -1 0 15)\" x=\"14\" y=\"5\"   rx=\"1\" />\n</svg>\n\n\n</li><li title=\"picture in picture \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-picture-in-picture\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M11 19h-6a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4\" />\n  <rect x=\"14\" y=\"14\"   rx=\"1\" />\n</svg>\n\n\n</li><li title=\"pig \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-pig\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M15 11v.01\" />\n  <path d=\"M16 3l0 3.803a6.019 6.019 0 0 1 2.658 3.197h1.341a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-1.342a6.008 6.008 0 0 1 -1.658 2.473v2.027a1.5 1.5 0 0 1 -3 0v-.583a6.04 6.04 0 0 1 -1 .083h-4a6.04 6.04 0 0 1 -1 -.083v.583a1.5 1.5 0 0 1 -3 0v-2l.001 -.027a6 6 0 0 1 3.999 -10.473h2.5l4.5 -3z\" />\n</svg>\n\n\n</li><li title=\"pill \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-pill\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4.5 12.5l8 -8a4.94 4.94 0 0 1 7 7l-8 8a4.94 4.94 0 0 1 -7 -7\" />\n  <line x1=\"8.5\" y1=\"8.5\" x2=\"15.5\" y2=\"15.5\" />\n</svg>\n\n\n</li><li title=\"pills \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-pills\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"8\" cy=\"8\" r=\"5\" />\n  <circle cx=\"17\" cy=\"17\" r=\"4\" />\n  <path d=\"M4.5 4.5l7 7\" />\n  <path d=\"M19.5 14.5l-5 5\" />\n</svg>\n\n\n</li><li title=\"pin \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-pin\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M15 4.5l-4 4l-4 1.5l-1.5 1.5l7 7l1.5 -1.5l1.5 -4l4 -4\" />\n  <line x1=\"9\" y1=\"15\" x2=\"4.5\" y2=\"19.5\" />\n  <line x1=\"14.5\" y1=\"4\" x2=\"20\" y2=\"9.5\" />\n</svg>\n\n\n</li><li title=\"pinned off \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-pinned-off\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"3\" y1=\"3\" x2=\"21\" y2=\"21\" />\n  <path d=\"M15 4.5l-3.249 3.249m-2.57 1.433l-2.181 .818l-1.5 1.5l7 7l1.5 -1.5l.82 -2.186m1.43 -2.563l3.25 -3.251\" />\n  <line x1=\"9\" y1=\"15\" x2=\"4.5\" y2=\"19.5\" />\n  <line x1=\"14.5\" y1=\"4\" x2=\"20\" y2=\"9.5\" />\n</svg>\n\n\n</li><li title=\"pinned \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-pinned\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M9 4v6l-2 4v2h10v-2l-2 -4v-6\" />\n  <line x1=\"12\" y1=\"16\" x2=\"12\" y2=\"21\" />\n  <line x1=\"8\" y1=\"4\" x2=\"16\" y2=\"4\" />\n</svg>\n\n\n</li><li title=\"pizza \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-pizza\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 21.5c-3.04 0 -5.952 -.714 -8.5 -1.983l8.5 -16.517l8.5 16.517a19.09 19.09 0 0 1 -8.5 1.983z\" />\n  <path d=\"M5.38 15.866a14.94 14.94 0 0 0 6.815 1.634a14.944 14.944 0 0 0 6.502 -1.479\" />\n  <path d=\"M13 11.01v-.01\" />\n  <path d=\"M11 14v-.01\" />\n</svg>\n\n\n</li><li title=\"plane arrival \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-plane-arrival\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M15 12h5a2 2 0 0 1 0 4h-15l-3 -6h3l2 2h3l-2 -7h3z\" transform=\"rotate(15 12 12) translate(0 -1)\" />\n  <line x1=\"3\" y1=\"21\" x2=\"21\" y2=\"21\" />\n</svg>\n\n\n</li><li title=\"plane departure \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-plane-departure\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M15 12h5a2 2 0 0 1 0 4h-15l-3 -6h3l2 2h3l-2 -7h3z\" transform=\"rotate(-15 12 12) translate(0 -1)\" />\n  <line x1=\"3\" y1=\"21\" x2=\"21\" y2=\"21\" />\n</svg>\n\n\n</li><li title=\"plane inflight \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-plane-inflight\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M15 11.085h5a2 2 0 1 1 0 4h-15l-3 -6h3l2 2h3l-2 -7h3l4 7z\" />\n  <path d=\"M3 21h18\" />\n</svg>\n\n\n</li><li title=\"plane \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-plane\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M16 10h4a2 2 0 0 1 0 4h-4l-4 7h-3l2 -7h-4l-2 2h-3l2 -4l-2 -4h3l2 2h4l-2 -7h3z\" />\n</svg>\n\n\n</li><li title=\"planet \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-planet\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M18.816 13.58c2.292 2.138 3.546 4 3.092 4.9c-.745 1.46 -5.783 -.259 -11.255 -3.838c-5.47 -3.579 -9.304 -7.664 -8.56 -9.123c.464 -.91 2.926 -.444 5.803 .805\" />\n  <circle cx=\"12\" cy=\"12\" r=\"7\" />\n</svg>\n\n\n</li><li title=\"plant 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-plant-2\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M2 9a10 10 0 1 0 20 0\" />\n  <path d=\"M12 19a10 10 0 0 1 10 -10\" />\n  <path d=\"M2 9a10 10 0 0 1 10 10\" />\n  <path d=\"M12 4a9.7 9.7 0 0 1 2.99 7.5\" />\n  <path d=\"M9.01 11.5a9.7 9.7 0 0 1 2.99 -7.5\" />\n</svg>\n\n\n</li><li title=\"plant \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-plant\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M7 15h10v4a2 2 0 0 1 -2 2h-6a2 2 0 0 1 -2 -2v-4z\" />\n  <path d=\"M12 9a6 6 0 0 0 -6 -6h-3v2a6 6 0 0 0 6 6h3\" />\n  <path d=\"M12 11a6 6 0 0 1 6 -6h3v1a6 6 0 0 1 -6 6h-3\" />\n  <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"9\" />\n</svg>\n\n\n</li><li title=\"play card \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-play-card\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect transform=\"rotate(90 12 12)\" x=\"3\" y=\"5\"   rx=\"2\" />\n  <line x1=\"8\" y1=\"6\" x2=\"8.01\" y2=\"6\" />\n  <line x1=\"16\" y1=\"18\" x2=\"16.01\" y2=\"18\" />\n  <path d=\"M12 16l-3 -4l3 -4l3 4z\" />\n</svg>\n\n\n</li><li title=\"player eject \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-player-eject\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M5 12h14l-7 -8z\" />\n  <rect x=\"5\" y=\"16\"   rx=\"1\" />\n</svg>\n\n\n</li><li title=\"player pause \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-player-pause\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"6\" y=\"5\"   rx=\"1\" />\n  <rect x=\"14\" y=\"5\"   rx=\"1\" />\n</svg>\n\n\n</li><li title=\"player play \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-player-play\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M7 4v16l13 -8z\" />\n</svg>\n\n\n</li><li title=\"player record \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-player-record\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"7\" />\n</svg>\n\n\n</li><li title=\"player skip back \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-player-skip-back\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M20 5v14l-12 -7z\" />\n  <line x1=\"4\" y1=\"5\" x2=\"4\" y2=\"19\" />\n</svg>\n\n\n</li><li title=\"player skip forward \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-player-skip-forward\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4 5v14l12 -7z\" />\n  <line x1=\"20\" y1=\"5\" x2=\"20\" y2=\"19\" />\n</svg>\n\n\n</li><li title=\"player stop \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-player-stop\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"5\" y=\"5\"   rx=\"2\" />\n</svg>\n\n\n</li><li title=\"player track next \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-player-track-next\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M3 5v14l8 -7z\" />\n  <path d=\"M14 5v14l8 -7z\" />\n</svg>\n\n\n</li><li title=\"player track prev \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-player-track-prev\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M21 5v14l-8 -7z\" />\n  <path d=\"M10 5v14l-8 -7z\" />\n</svg>\n\n\n</li><li title=\"playlist add \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-playlist-add\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M19 8h-14\" />\n  <path d=\"M5 12h9\" />\n  <path d=\"M11 16h-6\" />\n  <path d=\"M15 16h6\" />\n  <path d=\"M18 13v6\" />\n</svg>\n\n\n</li><li title=\"playlist x \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-playlist-x\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M19 8h-14\" />\n  <path d=\"M5 12h7\" />\n  <path d=\"M12 16h-7\" />\n  <path d=\"M16 14l4 4\" />\n  <path d=\"M20 14l-4 4\" />\n</svg>\n\n\n</li><li title=\"playlist \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-playlist\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"14\" cy=\"17\" r=\"3\" />\n  <path d=\"M17 17v-13h4\" />\n  <path d=\"M13 5h-10\" />\n  <line x1=\"3\" y1=\"9\" x2=\"13\" y2=\"9\" />\n  <path d=\"M9 13h-6\" />\n</svg>\n\n\n</li><li title=\"plug connected \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-plug-connected\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M7 12l5 5l-1.5 1.5a3.536 3.536 0 1 1 -5 -5l1.5 -1.5z\" />\n  <path d=\"M17 12l-5 -5l1.5 -1.5a3.536 3.536 0 1 1 5 5l-1.5 1.5z\" />\n  <path d=\"M3 21l2.5 -2.5\" />\n  <path d=\"M18.5 5.5l2.5 -2.5\" />\n  <path d=\"M10 11l-2 2\" />\n  <path d=\"M13 14l-2 2\" />\n</svg>\n\n\n</li><li title=\"plug \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-plug\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M10 6l8 8l-2 2a5.657 5.657 0 1 1 -8 -8l2 -2z\" />\n  <path d=\"M4 20l4 -4\" />\n  <path d=\"M15 4l-3.5 3.5\" />\n  <path d=\"M20 9l-3.5 3.5\" />\n</svg>\n\n\n</li><li title=\"plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-plus\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"12\" y1=\"5\" x2=\"12\" y2=\"19\" />\n  <line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\" />\n</svg>\n\n\n</li><li title=\"point \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-point\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"4\" />\n</svg>\n\n\n</li><li title=\"pokeball \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-pokeball\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"9\" cy=\"9\" r=\"9\" transform=\"translate(3 3)\" />\n  <circle cx=\"12\" cy=\"12\" r=\"3\" />\n  <path d=\"M3 12h6m6 0h6\" />\n</svg>\n\n\n</li><li title=\"polaroid \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-polaroid\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"4\" y=\"4\"   rx=\"2\" />\n  <line x1=\"4\" y1=\"16\" x2=\"20\" y2=\"16\" />\n  <path d=\"M4 12l3 -3c.928 -.893 2.072 -.893 3 0l4 4\" />\n  <path d=\"M13 12l2 -2c.928 -.893 2.072 -.893 3 0l2 2\" />\n  <line x1=\"14\" y1=\"7\" x2=\"14.01\" y2=\"7\" />\n</svg>\n\n\n</li><li title=\"polygon \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-polygon\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"5\" r=\"2\" />\n  <circle cx=\"19\" cy=\"8\" r=\"2\" />\n  <circle cx=\"5\" cy=\"11\" r=\"2\" />\n  <circle cx=\"15\" cy=\"19\" r=\"2\" />\n  <path d=\"M6.5 9.5l3.5 -3\" />\n  <path d=\"M14 5.5l3 1.5\" />\n  <path d=\"M18.5 10l-2.5 7\" />\n  <path d=\"M13.5 17.5l-7 -5\" />\n</svg>\n\n\n</li><li title=\"pool \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-pool\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M2 20a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1\" />\n  <path d=\"M2 16a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1\" />\n  <path d=\"M15 12v-7.5a1.5 1.5 0 0 1 3 0\" />\n  <path d=\"M9 12v-7.5a1.5 1.5 0 0 0 -3 0\" />\n  <line x1=\"15\" y1=\"5\" x2=\"9\" y2=\"5\" />\n  <line x1=\"9\" y1=\"10\" x2=\"15\" y2=\"10\" />\n</svg>\n\n\n</li><li title=\"power \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-power\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M7 6a7.75 7.75 0 1 0 10 0\" />\n  <line x1=\"12\" y1=\"4\" x2=\"12\" y2=\"12\" />\n</svg>\n\n\n</li><li title=\"pray \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-pray\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"5\" r=\"1\" />\n  <path d=\"M7 20h8l-4 -4v-7l4 3l2 -2\" />\n</svg>\n\n\n</li><li title=\"premium rights \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-premium-rights\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n  <path d=\"M13.867 9.75c-.246 -.48 -.708 -.769 -1.2 -.75h-1.334c-.736 0 -1.333 .67 -1.333 1.5c0 .827 .597 1.499 1.333 1.499h1.334c.736 0 1.333 .671 1.333 1.5c0 .828 -.597 1.499 -1.333 1.499h-1.334c-.492 .019 -.954 -.27 -1.2 -.75\" />\n  <path d=\"M12 7v2\" />\n  <path d=\"M12 15v2\" />\n</svg>\n\n\n</li><li title=\"prescription \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-prescription\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M6 19v-16h4.5a4.5 4.5 0 1 1 0 9h-4.5\" />\n  <path d=\"M19 21l-9 -9\" />\n  <path d=\"M13 21l6 -6\" />\n</svg>\n\n\n</li><li title=\"presentation analytics \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-presentation-analytics\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M9 12v-4\" />\n  <path d=\"M15 12v-2\" />\n  <path d=\"M12 12v-1\" />\n  <path d=\"M3 4h18\" />\n  <path d=\"M4 4v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-10\" />\n  <path d=\"M12 16v4\" />\n  <path d=\"M9 20h6\" />\n</svg>\n\n\n</li><li title=\"presentation \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-presentation\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"3\" y1=\"4\" x2=\"21\" y2=\"4\" />\n  <path d=\"M4 4v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-10\" />\n  <line x1=\"12\" y1=\"16\" x2=\"12\" y2=\"20\" />\n  <line x1=\"9\" y1=\"20\" x2=\"15\" y2=\"20\" />\n  <path d=\"M8 12l3 -3l2 2l3 -3\" />\n</svg>\n\n\n</li><li title=\"printer \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-printer\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M17 17h2a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2h-14a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2\" />\n  <path d=\"M17 9v-4a2 2 0 0 0 -2 -2h-6a2 2 0 0 0 -2 2v4\" />\n  <rect x=\"7\" y=\"13\"   rx=\"2\" />\n</svg>\n\n\n</li><li title=\"prison \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-prison\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M18 4v16\" />\n  <path d=\"M14 4v16\" />\n  <path d=\"M6 4v5\" />\n  <path d=\"M6 15v5\" />\n  <path d=\"M10 4v5\" />\n  <path d=\"M11 9h-6v6h6z\" />\n  <path d=\"M10 15v5\" />\n  <path d=\"M8 12h-.01\" />\n</svg>\n\n\n</li><li title=\"prompt \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-prompt\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <polyline points=\"5 7 10 12 5 17\" />\n  <line x1=\"13\" y1=\"17\" x2=\"19\" y2=\"17\" />\n</svg>\n\n\n</li><li title=\"propeller \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-propeller\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"13\" r=\"3\" />\n  <path d=\"M14.167 10.5c.722 -1.538 1.156 -3.043 1.303 -4.514c.22 -1.63 -.762 -2.986 -3.47 -2.986s-3.69 1.357 -3.47 2.986c.147 1.471 .581 2.976 1.303 4.514\" />\n  <path d=\"M13.169 16.751c.97 1.395 2.057 2.523 3.257 3.386c1.3 1.006 2.967 .833 4.321 -1.512c1.354 -2.345 .67 -3.874 -.85 -4.498c-1.348 -.608 -2.868 -.985 -4.562 -1.128\" />\n  <path d=\"M8.664 12.999c-1.693 .143 -3.213 .52 -4.56 1.128c-1.522 .623 -2.206 2.153 -.852 4.498s3.02 2.517 4.321 1.512c1.2 -.863 2.287 -1.991 3.258 -3.386\" />\n</svg>\n\n\n</li><li title=\"puzzle 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-puzzle-2\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"4\" y=\"4\"   rx=\"2\" />\n  <path d=\"M12 4v2.5a0.5 .5 0 0 1 -.5 .5a1.5 1.5 0 0 0 0 3a0.5 .5 0 0 1 .5 .5v1.5\" />\n  <path d=\"M12 12v1.5a0.5 .5 0 0 0 .5 .5a1.5 1.5 0 0 1 0 3a0.5 .5 0 0 0 -.5 .5v2.5\" />\n  <path d=\"M20 12h-2.5a0.5 .5 0 0 1 -.5 -.5a1.5 1.5 0 0 0 -3 0a0.5 .5 0 0 1 -.5 .5h-1.5\" />\n  <path d=\"M12 12h-1.5a0.5 .5 0 0 0 -.5 .5a1.5 1.5 0 0 1 -3 0a0.5 .5 0 0 0 -.5 -.5h-2.5\" />\n</svg>\n\n\n</li><li title=\"puzzle \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-puzzle\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4 7h3a1 1 0 0 0 1 -1v-1a2 2 0 0 1 4 0v1a1 1 0 0 0 1 1h3a1 1 0 0 1 1 1v3a1 1 0 0 0 1 1h1a2 2 0 0 1 0 4h-1a1 1 0 0 0 -1 1v3a1 1 0 0 1 -1 1h-3a1 1 0 0 1 -1 -1v-1a2 2 0 0 0 -4 0v1a1 1 0 0 1 -1 1h-3a1 1 0 0 1 -1 -1v-3a1 1 0 0 1 1 -1h1a2 2 0 0 0 0 -4h-1a1 1 0 0 1 -1 -1v-3a1 1 0 0 1 1 -1\" />\n</svg>\n\n\n</li><li title=\"pyramid \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-pyramid\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M3 17l9 4l9 -4l-9 -14z\" />\n  <path d=\"M12 3v18\" />\n</svg>\n\n\n</li><li title=\"qrcode \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-qrcode\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"4\" y=\"4\"   rx=\"1\" />\n  <line x1=\"7\" y1=\"17\" x2=\"7\" y2=\"17.01\" />\n  <rect x=\"14\" y=\"4\"   rx=\"1\" />\n  <line x1=\"7\" y1=\"7\" x2=\"7\" y2=\"7.01\" />\n  <rect x=\"4\" y=\"14\"   rx=\"1\" />\n  <line x1=\"17\" y1=\"7\" x2=\"17\" y2=\"7.01\" />\n  <line x1=\"14\" y1=\"14\" x2=\"17\" y2=\"14\" />\n  <line x1=\"20\" y1=\"14\" x2=\"20\" y2=\"14.01\" />\n  <line x1=\"14\" y1=\"14\" x2=\"14\" y2=\"17\" />\n  <line x1=\"14\" y1=\"20\" x2=\"17\" y2=\"20\" />\n  <line x1=\"17\" y1=\"17\" x2=\"20\" y2=\"17\" />\n  <line x1=\"20\" y1=\"17\" x2=\"20\" y2=\"20\" />\n</svg>\n\n\n</li><li title=\"question mark \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-question-mark\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M8 8a3.5 3 0 0 1 3.5 -3h1a3.5 3 0 0 1 3.5 3a3 3 0 0 1 -2 3a3 4 0 0 0 -2 4\" />\n  <line x1=\"12\" y1=\"19\" x2=\"12\" y2=\"19.01\" />\n</svg>\n\n\n</li><li title=\"quote \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-quote\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M10 11h-4a1 1 0 0 1 -1 -1v-3a1 1 0 0 1 1 -1h3a1 1 0 0 1 1 1v6c0 2.667 -1.333 4.333 -4 5\" />\n  <path d=\"M19 11h-4a1 1 0 0 1 -1 -1v-3a1 1 0 0 1 1 -1h3a1 1 0 0 1 1 1v6c0 2.667 -1.333 4.333 -4 5\" />\n</svg>\n\n\n</li><li title=\"radio \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-radio\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M14 3l-9.371 3.749a1 1 0 0 0 -.629 .928v11.323a1 1 0 0 0 1 1h14a1 1 0 0 0 1 -1v-11a1 1 0 0 0 -1 -1h-14.5\" />\n  <path d=\"M4 12h16\" />\n  <path d=\"M7 12v-2\" />\n  <path d=\"M17 16v.01\" />\n  <path d=\"M13 16v.01\" />\n</svg>\n\n\n</li><li title=\"radioactive \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-radioactive\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M13.5 14.6l3 5.19a9 9 0 0 0 4.5 -7.79h-6a3 3 0 0 1 -1.5 2.6\" />\n  <path d=\"M13.5 9.4l3 -5.19a9 9 0 0 0 -9 0l3 5.19a3 3 0 0 1 3 0\" />\n  <path d=\"M10.5 14.6l-3 5.19a9 9 0 0 1 -4.5 -7.79h6a3 3 0 0 0 1.5 2.6\" />\n</svg>\n\n\n</li><li title=\"radius bottom left \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-radius-bottom-left\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M19 19h-6a8 8 0 0 1 -8 -8v-6\" />\n</svg>\n\n\n</li><li title=\"radius bottom right \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-radius-bottom-right\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M19 5v6a8 8 0 0 1 -8 8h-6\" />\n</svg>\n\n\n</li><li title=\"radius top left \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-radius-top-left\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M5 19v-6a8 8 0 0 1 8 -8h6\" />\n</svg>\n\n\n</li><li title=\"radius top right \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-radius-top-right\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M5 5h6a8 8 0 0 1 8 8v6\" />\n</svg>\n\n\n</li><li title=\"rainbow \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-rainbow\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M22 17c0 -5.523 -4.477 -10 -10 -10s-10 4.477 -10 10\" />\n  <path d=\"M18 17a6 6 0 1 0 -12 0\" />\n  <path d=\"M14 17a2 2 0 1 0 -4 0\" />\n</svg>\n\n\n</li><li title=\"receipt 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-receipt-2\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M5 21v-16a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v16l-3 -2l-2 2l-2 -2l-2 2l-2 -2l-3 2\" />\n  <path d=\"M14 8h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5m2 0v1.5m0 -9v1.5\" />\n</svg>\n\n\n</li><li title=\"receipt off \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-receipt-off\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M5 21v-16m2 -2h10a2 2 0 0 1 2 2v10m0 4.01v1.99l-3 -2l-2 2l-2 -2l-2 2l-2 -2l-3 2\" />\n  <line x1=\"11\" y1=\"7\" x2=\"15\" y2=\"7\" />\n  <line x1=\"9\" y1=\"11\" x2=\"11\" y2=\"11\" />\n  <line x1=\"13\" y1=\"15\" x2=\"15\" y2=\"15\" />\n  <line x1=\"15\" y1=\"11\" x2=\"15\" y2=\"11.01\" />\n  <line x1=\"3\" y1=\"3\" x2=\"21\" y2=\"21\" />\n</svg>\n\n\n</li><li title=\"receipt refund \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-receipt-refund\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M5 21v-16a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v16l-3 -2l-2 2l-2 -2l-2 2l-2 -2l-3 2\" />\n  <path d=\"M15 14v-2a2 2 0 0 0 -2 -2h-4l2 -2m0 4l-2 -2\" />\n</svg>\n\n\n</li><li title=\"receipt tax \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-receipt-tax\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"9\" y1=\"14\" x2=\"15\" y2=\"8\" />\n  <circle cx=\"9.5\" cy=\"8.5\" r=\".5\" fill=\"currentColor\" />\n  <circle cx=\"14.5\" cy=\"13.5\" r=\".5\" fill=\"currentColor\" />\n  <path d=\"M5 21v-16a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v16l-3 -2l-2 2l-2 -2l-2 2l-2 -2l-3 2\" />\n</svg>\n\n\n</li><li title=\"receipt \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-receipt\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M5 21v-16a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v16l-3 -2l-2 2l-2 -2l-2 2l-2 -2l-3 2m4 -14h6m-6 4h6m-2 4h2\" />\n</svg>\n\n\n</li><li title=\"recharging \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-recharging\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M7.038 4.5a9 9 0 0 0 -2.495 2.47\" />\n  <path d=\"M3.186 10.209a9 9 0 0 0 0 3.508\" />\n  <path d=\"M4.5 16.962a9 9 0 0 0 2.47 2.495\" />\n  <path d=\"M10.209 20.814a9 9 0 0 0 3.5 0\" />\n  <path d=\"M16.962 19.5a9 9 0 0 0 2.495 -2.47\" />\n  <path d=\"M20.814 13.791a9 9 0 0 0 0 -3.508\" />\n  <path d=\"M19.5 7.038a9 9 0 0 0 -2.47 -2.495\" />\n  <path d=\"M13.791 3.186a9 9 0 0 0 -3.508 -.02\" />\n  <path d=\"M12 8l-2 4h4l-2 4\" />\n  <path d=\"M12 21a9 9 0 0 0 0 -18\" />\n</svg>\n\n\n</li><li title=\"record mail \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-record-mail\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"7\" cy=\"12\" r=\"3\" />\n  <circle cx=\"17\" cy=\"12\" r=\"3\" />\n  <line x1=\"7\" y1=\"15\" x2=\"17\" y2=\"15\" />\n</svg>\n\n\n</li><li title=\"rectangle vertical \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-rectangle-vertical\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"5\" y=\"3\"   rx=\"2\" />\n</svg>\n\n\n</li><li title=\"rectangle \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-rectangle\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"3\" y=\"5\"   rx=\"2\" />\n</svg>\n\n\n</li><li title=\"recycle \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-recycle\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 17l-2 2l2 2m-2 -2h9a2 2 0 0 0 1.75 -2.75l-.55 -1\" />\n  <path d=\"M12 17l-2 2l2 2m-2 -2h9a2 2 0 0 0 1.75 -2.75l-.55 -1\" transform=\"rotate(120 12 13)\" />\n  <path d=\"M12 17l-2 2l2 2m-2 -2h9a2 2 0 0 0 1.75 -2.75l-.55 -1\" transform=\"rotate(240 12 13)\" />\n</svg>\n\n\n</li><li title=\"refresh alert \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-refresh-alert\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M20 11a8.1 8.1 0 0 0 -15.5 -2m-.5 -4v4h4\" />\n  <path d=\"M4 13a8.1 8.1 0 0 0 15.5 2m.5 4v-4h-4\" />\n  <line x1=\"12\" y1=\"9\" x2=\"12\" y2=\"12\" />\n  <line x1=\"12\" y1=\"15\" x2=\"12.01\" y2=\"15\" />\n</svg>\n\n\n</li><li title=\"refresh dot \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-refresh-dot\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M20 11a8.1 8.1 0 0 0 -15.5 -2m-.5 -4v4h4\" />\n  <path d=\"M4 13a8.1 8.1 0 0 0 15.5 2m.5 4v-4h-4\" />\n  <circle cx=\"12\" cy=\"12\" r=\"1\" />\n</svg>\n\n\n</li><li title=\"refresh \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-refresh\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M20 11a8.1 8.1 0 0 0 -15.5 -2m-.5 -4v4h4\" />\n  <path d=\"M4 13a8.1 8.1 0 0 0 15.5 2m.5 4v-4h-4\" />\n</svg>\n\n\n</li><li title=\"registered \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-registered\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n  <path d=\"M10 15v-6h2a2 2 0 1 1 0 4h-2\" />\n  <path d=\"M14 15l-2 -2\" />\n</svg>\n\n\n</li><li title=\"relation many to many \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-relation-many-to-many\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"3\" y=\"5\"   rx=\"2\" />\n  <path d=\"M15 14v-4l3 4v-4\" />\n  <path d=\"M6 14v-4l3 4v-4\" />\n  <line x1=\"12\" y1=\"10.5\" x2=\"12\" y2=\"10.51\" />\n  <line x1=\"12\" y1=\"13.5\" x2=\"12\" y2=\"13.51\" />\n</svg>\n\n\n</li><li title=\"relation one to many \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-relation-one-to-many\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"3\" y=\"5\"   rx=\"2\" />\n  <path d=\"M7 10h1v4\" />\n  <path d=\"M14 14v-4l3 4v-4\" />\n  <line x1=\"11\" y1=\"10.5\" x2=\"11\" y2=\"10.51\" />\n  <line x1=\"11\" y1=\"13.5\" x2=\"11\" y2=\"13.51\" />\n</svg>\n\n\n</li><li title=\"relation one to one \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-relation-one-to-one\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"3\" y=\"5\"   rx=\"2\" />\n  <path d=\"M8 10h1v4\" />\n  <path d=\"M15 10h1v4\" />\n  <line x1=\"12\" y1=\"10.5\" x2=\"12\" y2=\"10.51\" />\n  <line x1=\"12\" y1=\"13.5\" x2=\"12\" y2=\"13.51\" />\n</svg>\n\n\n</li><li title=\"repeat once \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-repeat-once\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4 12v-3a3 3 0 0 1 3 -3h13m-3 -3l3 3l-3 3\" />\n  <path d=\"M20 12v3a3 3 0 0 1 -3 3h-13m3 3l-3 -3l3 -3\" />\n  <path d=\"M11 11l1 -1v4\" />\n</svg>\n\n\n</li><li title=\"repeat \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-repeat\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4 12v-3a3 3 0 0 1 3 -3h13m-3 -3l3 3l-3 3\" />\n  <path d=\"M20 12v3a3 3 0 0 1 -3 3h-13m3 3l-3 -3l3 -3\" />\n</svg>\n\n\n</li><li title=\"replace \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-replace\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"3\" y=\"3\"   rx=\"1\" />\n  <rect x=\"15\" y=\"15\"   rx=\"1\" />\n  <path d=\"M21 11v-3a2 2 0 0 0 -2 -2h-6l3 3m0 -6l-3 3\" />\n  <path d=\"M3 13v3a2 2 0 0 0 2 2h6l-3 -3m0 6l3 -3\" />\n</svg>\n\n\n</li><li title=\"report analytics \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-report-analytics\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2\" />\n  <rect x=\"9\" y=\"3\"   rx=\"2\" />\n  <path d=\"M9 17v-5\" />\n  <path d=\"M12 17v-1\" />\n  <path d=\"M15 17v-3\" />\n</svg>\n\n\n</li><li title=\"report medical \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-report-medical\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2\" />\n  <rect x=\"9\" y=\"3\"   rx=\"2\" />\n  <line x1=\"10\" y1=\"14\" x2=\"14\" y2=\"14\" />\n  <line x1=\"12\" y1=\"12\" x2=\"12\" y2=\"16\" />\n</svg>\n\n\n</li><li title=\"report money \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-report-money\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2\" />\n  <rect x=\"9\" y=\"3\"   rx=\"2\" />\n  <path d=\"M14 11h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5\" />\n  <path d=\"M12 17v1m0 -8v1\" />\n</svg>\n\n\n</li><li title=\"report search \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-report-search\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M8 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h5.697\" />\n  <path d=\"M18 12v-5a2 2 0 0 0 -2 -2h-2\" />\n  <rect x=\"8\" y=\"3\"   rx=\"2\" />\n  <path d=\"M8 11h4\" />\n  <path d=\"M8 15h3\" />\n  <circle cx=\"16.5\" cy=\"17.5\" r=\"2.5\" />\n  <path d=\"M18.5 19.5l2.5 2.5\" />\n</svg>\n\n\n</li><li title=\"report \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-report\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M8 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h5.697\" />\n  <path d=\"M18 14v4h4\" />\n  <path d=\"M18 11v-4a2 2 0 0 0 -2 -2h-2\" />\n  <rect x=\"8\" y=\"3\"   rx=\"2\" />\n  <circle cx=\"18\" cy=\"18\" r=\"4\" />\n  <path d=\"M8 11h4\" />\n  <path d=\"M8 15h3\" />\n</svg>\n\n\n</li><li title=\"resize \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-resize\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4 11v8a1 1 0 0 0 1 1h8m-9 -14v-1a1 1 0 0 1 1 -1h1m5 0h2m5 0h1a1 1 0 0 1 1 1v1m0 5v2m0 5v1a1 1 0 0 1 -1 1h-1\" />\n  <path d=\"M4 12h7a1 1 0 0 1 1 1v7\" />\n</svg>\n\n\n</li><li title=\"ripple \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-ripple\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M3 7c3 -2 6 -2 9 0s6 2 9 0\" />\n  <path d=\"M3 17c3 -2 6 -2 9 0s6 2 9 0\" />\n  <path d=\"M3 12c3 -2 6 -2 9 0s6 2 9 0\" />\n</svg>\n\n\n</li><li title=\"road sign \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-road-sign\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M10.5 20.4l-6.9 -6.9c-.781 -.781 -.781 -2.219 0 -3l6.9 -6.9c.781 -.781 2.219 -.781 3 0l6.9 6.9c.781 .781 .781 2.219 0 3l-6.9 6.9c-.781 .781 -2.219 .781 -3 0z\" />\n  <path d=\"M9 14v-2c0 -.59 .414 -1 1 -1h5\" />\n  <path d=\"M13 9l2 2l-2 2\" />\n</svg>\n\n\n</li><li title=\"robot \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-robot\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M7 7h10a2 2 0 0 1 2 2v1l1 1v3l-1 1v3a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-3l-1 -1v-3l1 -1v-1a2 2 0 0 1 2 -2z\" />\n  <path d=\"M10 16h4\" />\n  <circle cx=\"8.5\" cy=\"11.5\" r=\".5\" fill=\"currentColor\" />\n  <circle cx=\"15.5\" cy=\"11.5\" r=\".5\" fill=\"currentColor\" />\n  <path d=\"M9 7l-1 -4\" />\n  <path d=\"M15 7l1 -4\" />\n</svg>\n\n\n</li><li title=\"rocket \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-rocket\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4 13a8 8 0 0 1 7 7a6 6 0 0 0 3 -5a9 9 0 0 0 6 -8a3 3 0 0 0 -3 -3a9 9 0 0 0 -8 6a6 6 0 0 0 -5 3\" />\n  <path d=\"M7 14a6 6 0 0 0 -3 6a6 6 0 0 0 6 -3\" />\n  <circle cx=\"15\" cy=\"9\" r=\"1\" />\n</svg>\n\n\n</li><li title=\"roller skating \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-roller-skating\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M5.905 5h3.418a1 1 0 0 1 .928 .629l1.143 2.856a3 3 0 0 0 2.207 1.83l4.717 .926a2.084 2.084 0 0 1 1.682 2.045v.714a1 1 0 0 1 -1 1h-13.895a1 1 0 0 1 -.995 -1.1l.8 -8a1 1 0 0 1 .995 -.9z\" />\n  <circle cx=\"8\" cy=\"17\" r=\"2\" />\n  <circle cx=\"16\" cy=\"17\" r=\"2\" />\n</svg>\n\n\n</li><li title=\"rotate 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-rotate-2\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M15 4.55a8 8 0 0 0 -6 14.9m0 -4.45v5h-5\" />\n  <line x1=\"18.37\" y1=\"7.16\" x2=\"18.37\" y2=\"7.17\" />\n  <line x1=\"13\" y1=\"19.94\" x2=\"13\" y2=\"19.95\" />\n  <line x1=\"16.84\" y1=\"18.37\" x2=\"16.84\" y2=\"18.38\" />\n  <line x1=\"19.37\" y1=\"15.1\" x2=\"19.37\" y2=\"15.11\" />\n  <line x1=\"19.94\" y1=\"11\" x2=\"19.94\" y2=\"11.01\" />\n</svg>\n\n\n</li><li title=\"rotate 360 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-rotate-360\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 16h4v4\" />\n  <path d=\"M19.458 11.042c.86 -2.366 .722 -4.58 -.6 -5.9c-2.272 -2.274 -7.185 -1.045 -10.973 2.743c-3.788 3.788 -5.017 8.701 -2.744 10.974c2.227 2.226 6.987 1.093 10.74 -2.515\" />\n</svg>\n\n\n</li><li title=\"rotate clockwise 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-rotate-clockwise-2\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M9 4.55a8 8 0 0 1 6 14.9m0 -4.45v5h5\" />\n  <line x1=\"5.63\" y1=\"7.16\" x2=\"5.63\" y2=\"7.17\" />\n  <line x1=\"4.06\" y1=\"11\" x2=\"4.06\" y2=\"11.01\" />\n  <line x1=\"4.63\" y1=\"15.1\" x2=\"4.63\" y2=\"15.11\" />\n  <line x1=\"7.16\" y1=\"18.37\" x2=\"7.16\" y2=\"18.38\" />\n  <line x1=\"11\" y1=\"19.94\" x2=\"11\" y2=\"19.95\" />\n</svg>\n\n\n</li><li title=\"rotate clockwise \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-rotate-clockwise\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4.05 11a8 8 0 1 1 .5 4m-.5 5v-5h5\" />\n</svg>\n\n\n</li><li title=\"rotate dot \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-rotate-dot\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M19.95 11a8 8 0 1 0 -.5 4m.5 5v-5h-5\" />\n  <circle cx=\"12\" cy=\"12\" r=\"1\" />\n</svg>\n\n\n</li><li title=\"rotate rectangle \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-rotate-rectangle\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M16.3 5h.7a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h5l-2.82 -2.82m0 5.64l2.82 -2.82\" transform=\"rotate(-45 12 12)\" />\n</svg>\n\n\n</li><li title=\"rotate \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-rotate\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M19.95 11a8 8 0 1 0 -.5 4m.5 5v-5h-5\" />\n</svg>\n\n\n</li><li title=\"route \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-route\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"6\" cy=\"19\" r=\"2\" />\n  <circle cx=\"18\" cy=\"5\" r=\"2\" />\n  <path d=\"M12 19h4.5a3.5 3.5 0 0 0 0 -7h-8a3.5 3.5 0 0 1 0 -7h3.5\" />\n</svg>\n\n\n</li><li title=\"router \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-router\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"3\" y=\"13\"   rx=\"2\" />\n  <line x1=\"17\" y1=\"17\" x2=\"17\" y2=\"17.01\" />\n  <line x1=\"13\" y1=\"17\" x2=\"13\" y2=\"17.01\" />\n  <line x1=\"15\" y1=\"13\" x2=\"15\" y2=\"11\" />\n  <path d=\"M11.75 8.75a4 4 0 0 1 6.5 0\" />\n  <path d=\"M8.5 6.5a8 8 0 0 1 13 0\" />\n</svg>\n\n\n</li><li title=\"row insert bottom \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-row-insert-bottom\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M20 6v4a1 1 0 0 1 -1 1h-14a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1h14a1 1 0 0 1 1 1z\" />\n  <line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"19\" />\n  <line x1=\"14\" y1=\"17\" x2=\"10\" y2=\"17\" />\n</svg>\n\n\n</li><li title=\"row insert top \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-row-insert-top\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4 18v-4a1 1 0 0 1 1 -1h14a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-14a1 1 0 0 1 -1 -1z\" />\n  <path d=\"M12 9v-4\" />\n  <line x1=\"10\" y1=\"7\" x2=\"14\" y2=\"7\" />\n</svg>\n\n\n</li><li title=\"rss \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-rss\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"5\" cy=\"19\" r=\"1\" />\n  <path d=\"M4 4a16 16 0 0 1 16 16\" />\n  <path d=\"M4 11a9 9 0 0 1 9 9\" />\n</svg>\n\n\n</li><li title=\"ruler 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-ruler-2\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M17 3l4 4l-14 14l-4 -4z\" />\n  <path d=\"M16 7l-1.5 -1.5\" />\n  <path d=\"M13 10l-1.5 -1.5\" />\n  <path d=\"M10 13l-1.5 -1.5\" />\n  <path d=\"M7 16l-1.5 -1.5\" />\n</svg>\n\n\n</li><li title=\"ruler \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-ruler\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M5 4h14a1 1 0 0 1 1 1v5a1 1 0 0 1 -1 1h-7a1 1 0 0 0 -1 1v7a1 1 0 0 1 -1 1h-5a1 1 0 0 1 -1 -1v-14a1 1 0 0 1 1 -1\" />\n  <line x1=\"4\" y1=\"8\" x2=\"6\" y2=\"8\" />\n  <line x1=\"4\" y1=\"12\" x2=\"7\" y2=\"12\" />\n  <line x1=\"4\" y1=\"16\" x2=\"6\" y2=\"16\" />\n  <line x1=\"8\" y1=\"4\" x2=\"8\" y2=\"6\" />\n  <polyline points=\"12 4 12 7 \" />\n  <polyline points=\"16 4 16 6 \" />\n</svg>\n\n\n</li><li title=\"run \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-run\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"13\" cy=\"4\" r=\"1\" />\n  <path d=\"M4 17l5 1l.75 -1.5\" />\n  <path d=\"M15 21l0 -4l-4 -3l1 -6\" />\n  <path d=\"M7 12l0 -3l5 -1l3 3l3 1\" />\n</svg>\n\n\n</li><li title=\"sailboat \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-sailboat\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M2 20a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1\" />\n  <path d=\"M4 18l-1 -3h18l-1 3\" />\n  <path d=\"M11 12h7l-7 -9v9\" />\n  <line x1=\"8\" y1=\"7\" x2=\"6\" y2=\"12\" />\n</svg>\n\n\n</li><li title=\"salt \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-salt\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 13v.01\" />\n  <path d=\"M10 16v.01\" />\n  <path d=\"M14 16v.01\" />\n  <path d=\"M7.5 8h9l-.281 -2.248a2 2 0 0 0 -1.985 -1.752h-4.468a2 2 0 0 0 -1.986 1.752l-.28 2.248z\" />\n  <path d=\"M7.5 8l-1.612 9.671a2 2 0 0 0 1.973 2.329h8.278a2 2 0 0 0 1.973 -2.329l-1.612 -9.671\" />\n</svg>\n\n\n</li><li title=\"satellite \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-satellite\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M3.707 6.293l2.586 -2.586a1 1 0 0 1 1.414 0l5.586 5.586a1 1 0 0 1 0 1.414l-2.586 2.586a1 1 0 0 1 -1.414 0l-5.586 -5.586a1 1 0 0 1 0 -1.414z\" />\n  <path d=\"M6 10l-3 3l3 3l3 -3\" />\n  <path d=\"M10 6l3 -3l3 3l-3 3\" />\n  <line x1=\"12\" y1=\"12\" x2=\"13.5\" y2=\"13.5\" />\n  <path d=\"M14.5 17a2.5 2.5 0 0 0 2.5 -2.5\" />\n  <path d=\"M15 21a6 6 0 0 0 6 -6\" />\n</svg>\n\n\n</li><li title=\"sausage \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-sausage\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M5.5 5.5a2.5 2.5 0 0 0 -2.5 2.5c0 7.18 5.82 13 13 13a2.5 2.5 0 1 0 0 -5a8 8 0 0 1 -8 -8a2.5 2.5 0 0 0 -2.5 -2.5z\" />\n  <path d=\"M5.195 5.519l-1.243 -1.989a1 1 0 0 1 .848 -1.53h1.392a1 1 0 0 1 .848 1.53l-1.245 1.99\" />\n  <path d=\"M18.482 18.225l1.989 -1.243a1 1 0 0 1 1.53 .848v1.392a1 1 0 0 1 -1.53 .848l-1.991 -1.245\" />\n</svg>\n\n\n</li><li title=\"scale outline \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-scale-outline\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"3\" y=\"3\"   rx=\"4\" />\n  <path d=\"M12 7c1.956 0 3.724 .802 4.994 2.095l-2.956 2.904a3 3 0 0 0 -2.038 -.799a3 3 0 0 0 -2.038 .798l-2.956 -2.903a6.979 6.979 0 0 1 4.994 -2.095z\" />\n</svg>\n\n\n</li><li title=\"scale \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-scale\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"7\" y1=\"20\" x2=\"17\" y2=\"20\" />\n  <path d=\"M6 6l6 -1l6 1\" />\n  <line x1=\"12\" y1=\"3\" x2=\"12\" y2=\"20\" />\n  <path d=\"M9 12l-3 -6l-3 6a3 3 0 0 0 6 0\" />\n  <path d=\"M21 12l-3 -6l-3 6a3 3 0 0 0 6 0\" />\n</svg>\n\n\n</li><li title=\"scan \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-scan\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4 7v-1a2 2 0 0 1 2 -2h2\" />\n  <path d=\"M4 17v1a2 2 0 0 0 2 2h2\" />\n  <path d=\"M16 4h2a2 2 0 0 1 2 2v1\" />\n  <path d=\"M16 20h2a2 2 0 0 0 2 -2v-1\" />\n  <line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\" />\n</svg>\n\n\n</li><li title=\"school \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-school\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M22 9l-10 -4l-10 4l10 4l10 -4v6\" />\n  <path d=\"M6 10.6v5.4a6 3 0 0 0 12 0v-5.4\" />\n</svg>\n\n\n</li><li title=\"scissors \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-scissors\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"6\" cy=\"7\" r=\"3\" />\n  <circle cx=\"6\" cy=\"17\" r=\"3\" />\n  <line x1=\"8.6\" y1=\"8.6\" x2=\"19\" y2=\"19\" />\n  <line x1=\"8.6\" y1=\"15.4\" x2=\"19\" y2=\"5\" />\n</svg>\n\n\n</li><li title=\"scooter electric \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-scooter-electric\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"18\" cy=\"17\" r=\"2\" />\n  <circle cx=\"6\" cy=\"17\" r=\"2\" />\n  <path d=\"M8 17h5a6 6 0 0 1 5 -5v-5a2 2 0 0 0 -2 -2h-1\" />\n  <path d=\"M10 4l-2 4h3l-2 4\" />\n</svg>\n\n\n</li><li title=\"scooter \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-scooter\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"18\" cy=\"17\" r=\"2\" />\n  <circle cx=\"6\" cy=\"17\" r=\"2\" />\n  <path d=\"M8 17h5a6 6 0 0 1 5 -5v-5a2 2 0 0 0 -2 -2h-1\" />\n</svg>\n\n\n</li><li title=\"screen share off \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-screen-share-off\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M21 12v3a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h9\" />\n  <line x1=\"7\" y1=\"20\" x2=\"17\" y2=\"20\" />\n  <line x1=\"9\" y1=\"16\" x2=\"9\" y2=\"20\" />\n  <line x1=\"15\" y1=\"16\" x2=\"15\" y2=\"20\" />\n  <path d=\"M17 8l4 -4m-4 0l4 4\" />\n</svg>\n\n\n</li><li title=\"screen share \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-screen-share\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M21 12v3a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h9\" />\n  <line x1=\"7\" y1=\"20\" x2=\"17\" y2=\"20\" />\n  <line x1=\"9\" y1=\"16\" x2=\"9\" y2=\"20\" />\n  <line x1=\"15\" y1=\"16\" x2=\"15\" y2=\"20\" />\n  <path d=\"M17 4h4v4\" />\n  <path d=\"M16 9l5 -5\" />\n</svg>\n\n\n</li><li title=\"scuba mask \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-scuba-mask\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4 7h12a1 1 0 0 1 1 1v4.5a2.5 2.5 0 0 1 -2.5 2.5h-.5a2 2 0 0 1 -2 -2a2 2 0 1 0 -4 0a2 2 0 0 1 -2 2h-.5a2.5 2.5 0 0 1 -2.5 -2.5v-4.5a1 1 0 0 1 1 -1z\" />\n  <path d=\"M10 17a2 2 0 0 0 2 2h3.5a5.5 5.5 0 0 0 5.5 -5.5v-9.5\" />\n</svg>\n\n\n</li><li title=\"search \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-search\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"10\" cy=\"10\" r=\"7\" />\n  <line x1=\"21\" y1=\"21\" x2=\"15\" y2=\"15\" />\n</svg>\n\n\n</li><li title=\"section \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-section\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M20 20h.01\" />\n  <path d=\"M4 20h.01\" />\n  <path d=\"M8 20h.01\" />\n  <path d=\"M12 20h.01\" />\n  <path d=\"M16 20h.01\" />\n  <path d=\"M20 4h.01\" />\n  <path d=\"M4 4h.01\" />\n  <path d=\"M8 4h.01\" />\n  <path d=\"M12 4h.01\" />\n  <path d=\"M16 4l0 0\" />\n  <rect x=\"4\" y=\"8\"   rx=\"1\" />\n</svg>\n\n\n</li><li title=\"seeding \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-seeding\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 10a6 6 0 0 0 -6 -6h-3v2a6 6 0 0 0 6 6h3\" />\n  <path d=\"M12 14a6 6 0 0 1 6 -6h3v1a6 6 0 0 1 -6 6h-3\" />\n  <line x1=\"12\" y1=\"20\" x2=\"12\" y2=\"10\" />\n</svg>\n\n\n</li><li title=\"select \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-select\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"4\" y=\"4\"   rx=\"2\" />\n  <path d=\"M9 11l3 3l3 -3\" />\n</svg>\n\n\n</li><li title=\"selector \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-selector\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <polyline points=\"8 9 12 5 16 9\" />\n  <polyline points=\"16 15 12 19 8 15\" />\n</svg>\n\n\n</li><li title=\"send \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-send\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"10\" y1=\"14\" x2=\"21\" y2=\"3\" />\n  <path d=\"M21 3l-6.5 18a0.55 .55 0 0 1 -1 0l-3.5 -7l-7 -3.5a0.55 .55 0 0 1 0 -1l18 -6.5\" />\n</svg>\n\n\n</li><li title=\"separator horizontal \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-separator-horizontal\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"4\" y1=\"12\" x2=\"20\" y2=\"12\" />\n  <polyline points=\"8 8 12 4 16 8\" />\n  <polyline points=\"16 16 12 20 8 16\" />\n</svg>\n\n\n</li><li title=\"separator vertical \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-separator-vertical\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"12\" y1=\"4\" x2=\"12\" y2=\"20\" />\n  <polyline points=\"8 8 4 12 8 16\" />\n  <polyline points=\"16 16 20 12 16 8\" />\n</svg>\n\n\n</li><li title=\"separator \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-separator\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"3\" y1=\"12\" x2=\"3\" y2=\"12.01\" />\n  <line x1=\"7\" y1=\"12\" x2=\"17\" y2=\"12\" />\n  <line x1=\"21\" y1=\"12\" x2=\"21\" y2=\"12.01\" />\n</svg>\n\n\n</li><li title=\"server \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-server\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"3\" y=\"4\"   rx=\"3\" />\n  <rect x=\"3\" y=\"12\"   rx=\"3\" />\n  <line x1=\"7\" y1=\"8\" x2=\"7\" y2=\"8.01\" />\n  <line x1=\"7\" y1=\"16\" x2=\"7\" y2=\"16.01\" />\n</svg>\n\n\n</li><li title=\"servicemark \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-servicemark\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M9 9h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5\" />\n  <path d=\"M13 15v-6l3 4l3 -4v6\" />\n</svg>\n\n\n</li><li title=\"settings automation \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-settings-automation\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M10.325 4.317c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.756 .426 1.756 2.924 0 3.35a1.724 1.724 0 0 0 -1.066 2.573c.94 1.543 -.826 3.31 -2.37 2.37a1.724 1.724 0 0 0 -2.572 1.065c-.426 1.756 -2.924 1.756 -3.35 0a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065z\" />\n  <path d=\"M10 9v6l5 -3z\" />\n</svg>\n\n\n</li><li title=\"settings \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-settings\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M10.325 4.317c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.756 .426 1.756 2.924 0 3.35a1.724 1.724 0 0 0 -1.066 2.573c.94 1.543 -.826 3.31 -2.37 2.37a1.724 1.724 0 0 0 -2.572 1.065c-.426 1.756 -2.924 1.756 -3.35 0a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065z\" />\n  <circle cx=\"12\" cy=\"12\" r=\"3\" />\n</svg>\n\n\n</li><li title=\"shadow off \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-shadow-off\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M5.634 5.638a9 9 0 0 0 12.728 12.727m1.68 -2.32a9 9 0 0 0 -12.086 -12.088\" />\n  <path d=\"M16 12h2\" />\n  <path d=\"M13 15h2\" />\n  <path d=\"M13 18h1\" />\n  <path d=\"M13 9h4\" />\n  <path d=\"M13 6h1\" />\n  <path d=\"M3 3l18 18\" />\n</svg>\n\n\n</li><li title=\"shadow \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-shadow\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n  <path d=\"M13 12h5\" />\n  <path d=\"M13 15h4\" />\n  <path d=\"M13 18h1\" />\n  <path d=\"M13 9h4\" />\n  <path d=\"M13 6h1\" />\n</svg>\n\n\n</li><li title=\"shape 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-shape-2\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"5\" cy=\"5\" r=\"2\" />\n  <circle cx=\"19\" cy=\"19\" r=\"2\" />\n  <circle cx=\"19\" cy=\"5\" r=\"2\" />\n  <circle cx=\"5\" cy=\"19\" r=\"2\" />\n  <path d=\"M6.5 17.5l11 -11m-12.5 .5v10m14 -10v10\" />\n</svg>\n\n\n</li><li title=\"shape 3 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-shape-3\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"5\" cy=\"5\" r=\"2\" />\n  <circle cx=\"19\" cy=\"19\" r=\"2\" />\n  <circle cx=\"19\" cy=\"5\" r=\"2\" />\n  <circle cx=\"5\" cy=\"19\" r=\"2\" />\n  <path d=\"M7 5h10m-12 2v10m14 -10v10\" />\n</svg>\n\n\n</li><li title=\"shape \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-shape\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"5\" cy=\"5\" r=\"2\" />\n  <circle cx=\"19\" cy=\"5\" r=\"2\" />\n  <circle cx=\"5\" cy=\"19\" r=\"2\" />\n  <circle cx=\"19\" cy=\"19\" r=\"2\" />\n  <line x1=\"5\" y1=\"7\" x2=\"5\" y2=\"17\" />\n  <line x1=\"7\" y1=\"5\" x2=\"17\" y2=\"5\" />\n  <line x1=\"7\" y1=\"19\" x2=\"17\" y2=\"19\" />\n  <line x1=\"19\" y1=\"7\" x2=\"19\" y2=\"17\" />\n</svg>\n\n\n</li><li title=\"share \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-share\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"6\" cy=\"12\" r=\"3\" />\n  <circle cx=\"18\" cy=\"6\" r=\"3\" />\n  <circle cx=\"18\" cy=\"18\" r=\"3\" />\n  <line x1=\"8.7\" y1=\"10.7\" x2=\"15.3\" y2=\"7.3\" />\n  <line x1=\"8.7\" y1=\"13.3\" x2=\"15.3\" y2=\"16.7\" />\n</svg>\n\n\n</li><li title=\"shield check \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-shield-check\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M9 12l2 2l4 -4\" />\n  <path d=\"M12 3a12 12 0 0 0 8.5 3a12 12 0 0 1 -8.5 15a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3\" />\n</svg>\n\n\n</li><li title=\"shield checkered \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-shield-checkered\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 3a12 12 0 0 0 8.5 3a12 12 0 0 1 -8.5 15a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3\" />\n  <path d=\"M12 3v18\" />\n  <path d=\"M3.5 12h17\" />\n</svg>\n\n\n</li><li title=\"shield chevron \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-shield-chevron\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 3a12 12 0 0 0 8.5 3a12 12 0 0 1 -8.5 15a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3\" />\n  <path d=\"M4 14l8 -3l8 3\" />\n</svg>\n\n\n</li><li title=\"shield lock \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-shield-lock\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 3a12 12 0 0 0 8.5 3a12 12 0 0 1 -8.5 15a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3\" />\n  <circle cx=\"12\" cy=\"11\" r=\"1\" />\n  <line x1=\"12\" y1=\"12\" x2=\"12\" y2=\"14.5\" />\n</svg>\n\n\n</li><li title=\"shield off \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-shield-off\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"3\" y1=\"3\" x2=\"21\" y2=\"21\" />\n  <path d=\"M17.669 17.669a12 12 0 0 1 -5.669 3.331a12 12 0 0 1 -8.5 -15c.797 .036 1.589 0 2.366 -.126m3.092 -.912a12 12 0 0 0 3.042 -1.962a12 12 0 0 0 8.5 3a12 12 0 0 1 -1.117 9.379\" />\n</svg>\n\n\n</li><li title=\"shield x \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-shield-x\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 3a12 12 0 0 0 8.5 3a12 12 0 0 1 -8.5 15a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3\" />\n  <path d=\"M10 10l4 4m0 -4l-4 4\" />\n</svg>\n\n\n</li><li title=\"shield \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-shield\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 3a12 12 0 0 0 8.5 3a12 12 0 0 1 -8.5 15a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3\" />\n</svg>\n\n\n</li><li title=\"ship \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-ship\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M2 20a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1\" />\n  <path d=\"M4 18l-1 -5h18l-2 4\" />\n  <path d=\"M5 13v-6h8l4 6\" />\n  <path d=\"M7 7v-4h-1\" />\n</svg>\n\n\n</li><li title=\"shirt \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-shirt\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M15 4l6 2v5h-3v8a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1v-8h-3v-5l6 -2a3 3 0 0 0 6 0\" />\n</svg>\n\n\n</li><li title=\"shoe \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-shoe\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4 6h5.426a1 1 0 0 1 .863 .496l1.064 1.823a3 3 0 0 0 1.896 1.407l4.677 1.114a4 4 0 0 1 3.074 3.89v2.27a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1z\" />\n  <path d=\"M14 13l1 -2\" />\n  <path d=\"M8 18v-1a4 4 0 0 0 -4 -4h-1\" />\n  <path d=\"M10 12l1.5 -3\" />\n</svg>\n\n\n</li><li title=\"shopping cart discount \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-shopping-cart-discount\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"6\" cy=\"19\" r=\"2\" />\n  <circle cx=\"17\" cy=\"19\" r=\"2\" />\n  <path d=\"M17 17h-11v-14h-2\" />\n  <path d=\"M20 6l-1 7h-13\" />\n  <path d=\"M10 10l6 -6\" />\n  <circle cx=\"10.5\" cy=\"4.5\" r=\".5\" />\n  <circle cx=\"15.5\" cy=\"9.5\" r=\".5\" />\n</svg>\n\n\n</li><li title=\"shopping cart off \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-shopping-cart-off\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"6\" cy=\"19\" r=\"2\" />\n  <path d=\"M17 17a2 2 0 1 0 2 2\" />\n  <path d=\"M17 17h-11v-11\" />\n  <path d=\"M9.239 5.231l10.761 .769l-1 7h-2m-4 0h-7\" />\n  <path d=\"M3 3l18 18\" />\n</svg>\n\n\n</li><li title=\"shopping cart plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-shopping-cart-plus\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"6\" cy=\"19\" r=\"2\" />\n  <circle cx=\"17\" cy=\"19\" r=\"2\" />\n  <path d=\"M17 17h-11v-14h-2\" />\n  <path d=\"M6 5l6.005 .429m7.138 6.573l-.143 .998h-13\" />\n  <path d=\"M15 6h6m-3 -3v6\" />\n</svg>\n\n\n</li><li title=\"shopping cart x \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-shopping-cart-x\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"6\" cy=\"19\" r=\"2\" />\n  <circle cx=\"17\" cy=\"19\" r=\"2\" />\n  <path d=\"M17 17h-11v-14h-2\" />\n  <path d=\"M6 5l7.999 .571m5.43 4.43l-.429 2.999h-13\" />\n  <path d=\"M17 3l4 4\" />\n  <path d=\"M21 3l-4 4\" />\n</svg>\n\n\n</li><li title=\"shopping cart \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-shopping-cart\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"6\" cy=\"19\" r=\"2\" />\n  <circle cx=\"17\" cy=\"19\" r=\"2\" />\n  <path d=\"M17 17h-11v-14h-2\" />\n  <path d=\"M6 5l14 1l-1 7h-13\" />\n</svg>\n\n\n</li><li title=\"shredder \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-shredder\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"4\" y=\"10\"   rx=\"1\" />\n  <path d=\"M17 10v-4a2 2 0 0 0 -2 -2h-6a2 2 0 0 0 -2 2v4m5 5v5m4 -5v2m-8 -2v3\" />\n</svg>\n\n\n</li><li title=\"signature \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-signature\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M3 17c3.333 -3.333 5 -6 5 -8c0 -3 -1 -3 -2 -3s-2.032 1.085 -2 3c.034 2.048 1.658 4.877 2.5 6c1.5 2 2.5 2.5 3.5 1l2 -3c.333 2.667 1.333 4 3 4c.53 0 2.639 -2 3 -2c.517 0 1.517 .667 3 2\" />\n</svg>\n\n\n</li><li title=\"sitemap \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-sitemap\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"3\" y=\"15\"   rx=\"2\" />\n  <rect x=\"15\" y=\"15\"   rx=\"2\" />\n  <rect x=\"9\" y=\"3\"   rx=\"2\" />\n  <path d=\"M6 15v-1a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v1\" />\n  <line x1=\"12\" y1=\"9\" x2=\"12\" y2=\"12\" />\n</svg>\n\n\n</li><li title=\"skateboard \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-skateboard\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"7\" cy=\"15\" r=\"2\" />\n  <circle cx=\"17\" cy=\"15\" r=\"2\" />\n  <path d=\"M3 9a2 1 0 0 0 2 1h14a2 1 0 0 0 2 -1\" />\n</svg>\n\n\n</li><li title=\"sleigh \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-sleigh\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M3 19h15a4 4 0 0 0 4 -4\" />\n  <path d=\"M16 15h-9a4 4 0 0 1 -4 -4v-6l1.243 1.243a6 6 0 0 0 4.242 1.757h3.515v2a2 2 0 0 0 2 2h.5a1.5 1.5 0 0 0 1.5 -1.5a1.5 1.5 0 0 1 3 0v1.5a3 3 0 0 1 -3 3z\" />\n  <path d=\"M15 15v4\" />\n  <path d=\"M7 15v4\" />\n</svg>\n\n\n</li><li title=\"slice \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-slice\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M3 19l15 -15l3 3l-6 6l2 2a14 14 0 0 1 -14 4\" />\n</svg>\n\n\n</li><li title=\"slideshow \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-slideshow\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"15\" y1=\"6\" x2=\"15.01\" y2=\"6\" />\n  <rect x=\"3\" y=\"3\"   rx=\"3\" />\n  <path d=\"M3 13l4 -4a3 5 0 0 1 3 0l4 4\" />\n  <path d=\"M13 12l2 -2a3 5 0 0 1 3 0l3 3\" />\n  <line x1=\"8\" y1=\"21\" x2=\"8.01\" y2=\"21\" />\n  <line x1=\"12\" y1=\"21\" x2=\"12.01\" y2=\"21\" />\n  <line x1=\"16\" y1=\"21\" x2=\"16.01\" y2=\"21\" />\n</svg>\n\n\n</li><li title=\"smart home \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-smart-home\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M19 8.71l-5.333 -4.148a2.666 2.666 0 0 0 -3.274 0l-5.334 4.148a2.665 2.665 0 0 0 -1.029 2.105v7.2a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-7.2c0 -.823 -.38 -1.6 -1.03 -2.105\" />\n  <path d=\"M16 15c-2.21 1.333 -5.792 1.333 -8 0\" />\n</svg>\n\n\n</li><li title=\"smoking no \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-smoking-no\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"8\" y1=\"13\" x2=\"8\" y2=\"17\" />\n  <path d=\"M16 5v.5a2 2 0 0 0 2 2a2 2 0 0 1 2 2v.5\" />\n  <line x1=\"3\" y1=\"3\" x2=\"21\" y2=\"21\" />\n  <path d=\"M17 13h3a1 1 0 0 1 1 1v2c0 .28 -.115 .533 -.3 .714m-3.7 .286h-13a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h9\" />\n</svg>\n\n\n</li><li title=\"smoking \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-smoking\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"3\" y=\"13\"   rx=\"1\" />\n  <line x1=\"8\" y1=\"13\" x2=\"8\" y2=\"17\" />\n  <path d=\"M16 5v.5a2 2 0 0 0 2 2a2 2 0 0 1 2 2v.5\" />\n</svg>\n\n\n</li><li title=\"snowflake \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-snowflake\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M10 4l2 1l2 -1m-2 -2v6.5l3 1.72\" />\n  <path d=\"M10 4l2 1l2 -1m-2 -2v6.5l3 1.72\" transform=\"rotate(60 12 12)\" />\n  <path d=\"M10 4l2 1l2 -1m-2 -2v6.5l3 1.72\" transform=\"rotate(120 12 12)\" />\n  <path d=\"M10 4l2 1l2 -1m-2 -2v6.5l3 1.72\" transform=\"rotate(180 12 12)\" />\n  <path d=\"M10 4l2 1l2 -1m-2 -2v6.5l3 1.72\" transform=\"rotate(240 12 12)\" />\n  <path d=\"M10 4l2 1l2 -1m-2 -2v6.5l3 1.72\" transform=\"rotate(300 12 12)\" />\n</svg>\n\n\n</li><li title=\"soccer field \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-soccer-field\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"3\" />\n  <path d=\"M3 9h3v6h-3z\" />\n  <path d=\"M18 9h3v6h-3z\" />\n  <rect x=\"3\" y=\"5\"   rx=\"2\" />\n  <line x1=\"12\" y1=\"5\" x2=\"12\" y2=\"19\" />\n</svg>\n\n\n</li><li title=\"social \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-social\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"5\" r=\"2\" />\n  <circle cx=\"5\" cy=\"19\" r=\"2\" />\n  <circle cx=\"19\" cy=\"19\" r=\"2\" />\n  <circle cx=\"12\" cy=\"14\" r=\"3\" />\n  <line x1=\"12\" y1=\"7\" x2=\"12\" y2=\"11\" />\n  <line x1=\"6.7\" y1=\"17.8\" x2=\"9.5\" y2=\"15.8\" />\n  <line x1=\"17.3\" y1=\"17.8\" x2=\"14.5\" y2=\"15.8\" />\n</svg>\n\n\n</li><li title=\"sock \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-sock\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M13 3v6l4.798 5.142a4 4 0 0 1 -5.441 5.86l-6.736 -6.41a2 2 0 0 1 -.621 -1.451v-9.141h8z\" />\n  <path d=\"M7.895 15.768c.708 -.721 1.105 -1.677 1.105 -2.768a4 4 0 0 0 -4 -4\" />\n</svg>\n\n\n</li><li title=\"sofa \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-sofa\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4 11a2 2 0 0 1 2 2v1h12v-1a2 2 0 1 1 4 0v5a1 1 0 0 1 -1 1h-18a1 1 0 0 1 -1 -1v-5a2 2 0 0 1 2 -2z\" />\n  <path d=\"M4 11v-3a3 3 0 0 1 3 -3h10a3 3 0 0 1 3 3v3\" />\n  <path d=\"M12 5v9\" />\n</svg>\n\n\n</li><li title=\"sort ascending 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-sort-ascending-2\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M14 9l3 -3l3 3\" />\n  <rect x=\"5\" y=\"5\"   rx=\".5\" />\n  <rect x=\"5\" y=\"14\"   rx=\".5\" />\n  <path d=\"M17 6v12\" />\n</svg>\n\n\n</li><li title=\"sort ascending letters \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-sort-ascending-letters\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M15 10v-5c0 -1.38 .62 -2 2 -2s2 .62 2 2v5m0 -3h-4\" />\n  <path d=\"M19 21h-4l4 -7h-4\" />\n  <path d=\"M4 15l3 3l3 -3\" />\n  <path d=\"M7 6v12\" />\n</svg>\n\n\n</li><li title=\"sort ascending numbers \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-sort-ascending-numbers\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4 15l3 3l3 -3\" />\n  <path d=\"M7 6v12\" />\n  <path d=\"M17 3a2 2 0 0 1 2 2v3a2 2 0 1 1 -4 0v-3a2 2 0 0 1 2 -2z\" />\n  <circle cx=\"17\" cy=\"16\" r=\"2\" />\n  <path d=\"M19 16v3a2 2 0 0 1 -2 2h-1.5\" />\n</svg>\n\n\n</li><li title=\"sort ascending \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-sort-ascending\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"4\" y1=\"6\" x2=\"11\" y2=\"6\" />\n  <line x1=\"4\" y1=\"12\" x2=\"11\" y2=\"12\" />\n  <line x1=\"4\" y1=\"18\" x2=\"13\" y2=\"18\" />\n  <polyline points=\"15 9 18 6 21 9\" />\n  <line x1=\"18\" y1=\"6\" x2=\"18\" y2=\"18\" />\n</svg>\n\n\n</li><li title=\"sort descending 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-sort-descending-2\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"5\" y=\"5\"   rx=\".5\" />\n  <rect x=\"5\" y=\"14\"   rx=\".5\" />\n  <path d=\"M14 15l3 3l3 -3\" />\n  <path d=\"M17 18v-12\" />\n</svg>\n\n\n</li><li title=\"sort descending letters \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-sort-descending-letters\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M15 21v-5c0 -1.38 .62 -2 2 -2s2 .62 2 2v5m0 -3h-4\" />\n  <path d=\"M19 10h-4l4 -7h-4\" />\n  <path d=\"M4 15l3 3l3 -3\" />\n  <path d=\"M7 6v12\" />\n</svg>\n\n\n</li><li title=\"sort descending numbers \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-sort-descending-numbers\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4 15l3 3l3 -3\" />\n  <path d=\"M7 6v12\" />\n  <path d=\"M17 14a2 2 0 0 1 2 2v3a2 2 0 1 1 -4 0v-3a2 2 0 0 1 2 -2z\" />\n  <circle cx=\"17\" cy=\"5\" r=\"2\" />\n  <path d=\"M19 5v3a2 2 0 0 1 -2 2h-1.5\" />\n</svg>\n\n\n</li><li title=\"sort descending \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-sort-descending\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"4\" y1=\"6\" x2=\"13\" y2=\"6\" />\n  <line x1=\"4\" y1=\"12\" x2=\"11\" y2=\"12\" />\n  <line x1=\"4\" y1=\"18\" x2=\"11\" y2=\"18\" />\n  <polyline points=\"15 15 18 18 21 15\" />\n  <line x1=\"18\" y1=\"6\" x2=\"18\" y2=\"18\" />\n</svg>\n\n\n</li><li title=\"soup \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-soup\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M3 19h18\" />\n  <path d=\"M3 11h18a8 8 0 0 1 -8 8h-2a8 8 0 0 1 -8 -8z\" />\n  <path d=\"M9 8v-3\" />\n  <path d=\"M12 5v3\" />\n  <path d=\"M15 5v3\" />\n</svg>\n\n\n</li><li title=\"space \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-space\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4 10v3a1 1 0 0 0 1 1h14a1 1 0 0 0 1 -1v-3\" />\n</svg>\n\n\n</li><li title=\"spacing horizontal \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-spacing-horizontal\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M20 20h-2a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h2\" />\n  <path d=\"M4 20h2a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2\" />\n  <path d=\"M12 8v8\" />\n</svg>\n\n\n</li><li title=\"spacing vertical \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-spacing-vertical\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4 20v-2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v2\" />\n  <path d=\"M4 4v2a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-2\" />\n  <path d=\"M16 12h-8\" />\n</svg>\n\n\n</li><li title=\"spade \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-spade\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 3l4.919 4.5c.61 .587 1.177 1.177 1.703 1.771a5.527 5.527 0 0 1 .264 6.979c-1.18 1.56 -3.338 1.92 -4.886 .75v1l1 3h-6l1 -3v-1c-1.54 1.07 -3.735 .772 -4.886 -.75a5.527 5.527 0 0 1 .264 -6.979a30.883 30.883 0 0 1 1.703 -1.771a1541.72 1541.72 0 0 1 4.919 -4.5z\" />\n</svg>\n\n\n</li><li title=\"speakerphone \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-speakerphone\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M18 8a3 3 0 0 1 0 6\" />\n  <path d=\"M10 8v11a1 1 0 0 1 -1 1h-1a1 1 0 0 1 -1 -1v-5\" />\n  <path d=\"M12 8h0l4.524 -3.77a0.9 .9 0 0 1 1.476 .692v12.156a0.9 .9 0 0 1 -1.476 .692l-4.524 -3.77h-8a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1h8\" />\n</svg>\n\n\n</li><li title=\"speedboat \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-speedboat\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M3 17h13.4a3 3 0 0 0 2.5 -1.34l3.1 -4.66h0h-6.23a4 4 0 0 0 -1.49 .29l-3.56 1.42a4 4 0 0 1 -1.49 .29h-3.73h0h-1l-1.5 4z\" />\n  <line x1=\"6\" y1=\"13\" x2=\"7.5\" y2=\"8\" />\n  <path d=\"M6 8h8l2 3\" />\n</svg>\n\n\n</li><li title=\"sport billard \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-sport-billard\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"10\" r=\"2\" />\n  <circle cx=\"12\" cy=\"14\" r=\"2\" />\n  <circle cx=\"12\" cy=\"12\" r=\"8\" />\n</svg>\n\n\n</li><li title=\"square 0 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-square-0\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2z\" />\n  <rect x=\"4\" y=\"4\"   rx=\"2\" />\n</svg>\n\n\n</li><li title=\"square 1 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-square-1\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 16v-8l-2 2\" />\n  <rect x=\"4\" y=\"4\"   rx=\"2\" />\n</svg>\n\n\n</li><li title=\"square 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-square-2\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M10 10a2 2 0 1 1 4 0c0 .591 -.417 1.318 -.816 1.858l-3.184 4.143l4 0\" />\n  <rect x=\"4\" y=\"4\"   rx=\"2\" />\n</svg>\n\n\n</li><li title=\"square 3 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-square-3\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 12a2 2 0 1 0 -2 -2\" />\n  <path d=\"M10 14a2 2 0 1 0 2 -2\" />\n  <rect x=\"4\" y=\"4\"   rx=\"2\" />\n</svg>\n\n\n</li><li title=\"square 4 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-square-4\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M13 16v-8l-4 6h5\" />\n  <rect x=\"4\" y=\"4\"   rx=\"2\" />\n</svg>\n\n\n</li><li title=\"square 5 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-square-5\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M10 16h2a2 2 0 1 0 0 -4h-2v-4h4\" />\n  <rect x=\"4\" y=\"4\"   rx=\"2\" />\n</svg>\n\n\n</li><li title=\"square 6 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-square-6\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle transform=\"rotate(180 12 14)\" cx=\"12\" cy=\"14\" r=\"2\" />\n  <path d=\"M14 10a2 2 0 1 0 -4 0v4\" />\n  <rect x=\"4\" y=\"4\"   rx=\"2\" />\n</svg>\n\n\n</li><li title=\"square 7 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-square-7\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M10 8h4l-2 8\" />\n  <rect x=\"4\" y=\"4\"   rx=\"2\" />\n</svg>\n\n\n</li><li title=\"square 8 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-square-8\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"10\" r=\"2\" />\n  <circle cx=\"12\" cy=\"14\" r=\"2\" />\n  <rect x=\"4\" y=\"4\"   rx=\"2\" />\n</svg>\n\n\n</li><li title=\"square 9 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-square-9\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"10\" r=\"2\" />\n  <path d=\"M10 14a2 2 0 1 0 4 0v-4\" />\n  <rect x=\"4\" y=\"4\"   rx=\"2\" />\n</svg>\n\n\n</li><li title=\"square check \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-square-check\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"4\" y=\"4\"   rx=\"2\" />\n  <path d=\"M9 12l2 2l4 -4\" />\n</svg>\n\n\n</li><li title=\"square dot \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-square-dot\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"4\" y=\"4\"   rx=\"2\" />\n  <circle cx=\"12\" cy=\"12\" r=\"1\" />\n</svg>\n\n\n</li><li title=\"square forbid 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-square-forbid-2\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"4\" y=\"4\"   rx=\"2\" />\n  <line x1=\"9\" y1=\"15\" x2=\"15\" y2=\"9\" />\n</svg>\n\n\n</li><li title=\"square forbid \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-square-forbid\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"4\" y=\"4\"   rx=\"2\" />\n  <line x1=\"9\" y1=\"9\" x2=\"15\" y2=\"15\" />\n</svg>\n\n\n</li><li title=\"square half \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-square-half\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 4v16\" />\n  <rect x=\"4\" y=\"4\"   rx=\"2\" />\n  <path d=\"M12 13l7.5 -7.5\" />\n  <path d=\"M12 18l8 -8\" />\n  <path d=\"M15 20l5 -5\" />\n  <path d=\"M12 8l4 -4\" />\n</svg>\n\n\n</li><li title=\"square minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-square-minus\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"4\" y=\"4\"   rx=\"2\" />\n  <line x1=\"9\" y1=\"12\" x2=\"15\" y2=\"12\" />\n</svg>\n\n\n</li><li title=\"square off \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-square-off\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M8 4h10a2 2 0 0 1 2 2v10m-.584 3.412a1.994 1.994 0 0 1 -1.416 .588h-12a2 2 0 0 1 -2 -2v-12c0 -.552 .224 -1.052 .586 -1.414\" />\n  <path d=\"M3 3l18 18\" />\n</svg>\n\n\n</li><li title=\"square plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-square-plus\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"4\" y=\"4\"   rx=\"2\" />\n  <line x1=\"9\" y1=\"12\" x2=\"15\" y2=\"12\" />\n  <line x1=\"12\" y1=\"9\" x2=\"12\" y2=\"15\" />\n</svg>\n\n\n</li><li title=\"square root 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-square-root-2\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M13 12h1c1 0 1 1 2.016 3.527c.984 2.473 .984 3.473 1.984 3.473h1\" />\n  <path d=\"M12 19c1.5 0 3 -2 4 -3.5s2.5 -3.5 4 -3.5\" />\n  <path d=\"M3 12h1l3 8l3 -16h10\" />\n</svg>\n\n\n</li><li title=\"square root \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-square-root\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M3 12h2l4 8l4 -16h8\" />\n</svg>\n\n\n</li><li title=\"square rotated off \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-square-rotated-off\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M16.964 16.952l-3.462 3.461c-.782 .783 -2.222 .783 -3.004 0l-6.911 -6.91c-.783 -.783 -.783 -2.223 0 -3.005l3.455 -3.456m2.003 -2.003l1.453 -1.452c.782 -.783 2.222 -.783 3.004 0l6.911 6.91c.783 .783 .783 2.223 0 3.005l-1.448 1.45\" />\n  <path d=\"M3 3l18 18\" />\n</svg>\n\n\n</li><li title=\"square rotated \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-square-rotated\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M10.5 20.4l-6.9 -6.9c-.781 -.781 -.781 -2.219 0 -3l6.9 -6.9c.781 -.781 2.219 -.781 3 0l6.9 6.9c.781 .781 .781 2.219 0 3l-6.9 6.9c-.781 .781 -2.219 .781 -3 0z\" />\n</svg>\n\n\n</li><li title=\"square toggle horizontal \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-square-toggle-horizontal\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M22 12h-20\" />\n  <path d=\"M4 14v-8a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v8\" />\n  <path d=\"M18 20a2 2 0 0 0 2 -2\" />\n  <path d=\"M4 18a2 2 0 0 0 2 2\" />\n  <line x1=\"14\" y1=\"20\" x2=\"10\" y2=\"20\" />\n</svg>\n\n\n</li><li title=\"square toggle \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-square-toggle\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"22\" />\n  <path d=\"M14 20h-8a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h8\" />\n  <path d=\"M20 6a2 2 0 0 0 -2 -2\" />\n  <path d=\"M18 20a2 2 0 0 0 2 -2\" />\n  <line x1=\"20\" y1=\"10\" x2=\"20\" y2=\"14\" />\n</svg>\n\n\n</li><li title=\"square x \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-square-x\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"4\" y=\"4\"   rx=\"2\" />\n  <path d=\"M10 10l4 4m0 -4l-4 4\" />\n</svg>\n\n\n</li><li title=\"square \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-square\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"4\" y=\"4\"   rx=\"2\" />\n</svg>\n\n\n</li><li title=\"squares diagonal \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-squares-diagonal\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"8\" y=\"8\"   rx=\"2\" />\n  <path d=\"M16 8v-2a2 2 0 0 0 -2 -2h-8a2 2 0 0 0 -2 2v8a2 2 0 0 0 2 2h2\" />\n  <path d=\"M8.586 19.414l10.827 -10.827\" />\n</svg>\n\n\n</li><li title=\"squares filled \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-squares-filled\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"8\" y=\"8\"   rx=\"2\" />\n  <path d=\"M8 14.5l6.492 -6.492\" />\n  <path d=\"M13.496 20.004l6.504 -6.504l-6.504 6.504z\" />\n  <path d=\"M8.586 19.414l10.827 -10.827\" />\n  <path d=\"M16 8v-2a2 2 0 0 0 -2 -2h-8a2 2 0 0 0 -2 2v8a2 2 0 0 0 2 2h2\" />\n</svg>\n\n\n</li><li title=\"stack 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-stack-2\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <polyline points=\"12 4 4 8 12 12 20 8 12 4\" />\n  <polyline points=\"4 12 12 16 20 12\" />\n  <polyline points=\"4 16 12 20 20 16\" />\n</svg>\n\n\n</li><li title=\"stack 3 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-stack-3\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 2l-8 4l8 4l8 -4l-8 -4\" />\n  <path d=\"M4 10l8 4l8 -4\" />\n  <path d=\"M4 18l8 4l8 -4\" />\n  <path d=\"M4 14l8 4l8 -4\" />\n</svg>\n\n\n</li><li title=\"stack \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-stack\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 6l-8 4l8 4l8 -4l-8 -4\" />\n  <path d=\"M4 14l8 4l8 -4\" />\n</svg>\n\n\n</li><li title=\"stairs down \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-stairs-down\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4 20h4v-4h4v-4h4v-4h4\" />\n  <path d=\"M11 4l-7 7v-4m4 4h-4\" />\n</svg>\n\n\n</li><li title=\"stairs up \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-stairs-up\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4 20h4v-4h4v-4h4v-4h4\" />\n  <path d=\"M4 11l7 -7v4m-4 -4h4\" />\n</svg>\n\n\n</li><li title=\"stairs \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-stairs\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4 18h4v-4h4v-4h4v-4h4\" />\n</svg>\n\n\n</li><li title=\"star half \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-star-half\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253z\" />\n</svg>\n\n\n</li><li title=\"star off \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-star-off\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"3\" y1=\"3\" x2=\"21\" y2=\"21\" />\n  <path d=\"M10.012 6.016l1.981 -4.014l3.086 6.253l6.9 1l-4.421 4.304m.012 4.01l.588 3.426l-6.158 -3.245l-6.172 3.245l1.179 -6.873l-5 -4.867l6.327 -.917\" />\n</svg>\n\n\n</li><li title=\"star \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-star\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873z\" />\n</svg>\n\n\n</li><li title=\"stars \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-stars\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M17.8 19.817l-2.172 1.138a0.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a0.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a0.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a0.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a0.39 .39 0 0 1 -.567 .411l-2.172 -1.138z\" />\n  <path d=\"M6.2 19.817l-2.172 1.138a0.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a0.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a0.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a0.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a0.39 .39 0 0 1 -.567 .411l-2.172 -1.138z\" />\n  <path d=\"M12 9.817l-2.172 1.138a0.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a0.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a0.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a0.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a0.39 .39 0 0 1 -.567 .411l-2.172 -1.138z\" />\n</svg>\n\n\n</li><li title=\"steering wheel \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-steering-wheel\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n  <circle cx=\"12\" cy=\"12\" r=\"2\" />\n  <line x1=\"12\" y1=\"14\" x2=\"12\" y2=\"21\" />\n  <line x1=\"10\" y1=\"12\" x2=\"3.25\" y2=\"10\" />\n  <line x1=\"14\" y1=\"12\" x2=\"20.75\" y2=\"10\" />\n</svg>\n\n\n</li><li title=\"step into \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-step-into\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"12\" y1=\"3\" x2=\"12\" y2=\"15\" />\n  <line x1=\"16\" y1=\"11\" x2=\"12\" y2=\"15\" />\n  <line x1=\"8\" y1=\"11\" x2=\"12\" y2=\"15\" />\n  <circle cx=\"12\" cy=\"20\" r=\"1\" />\n</svg>\n\n\n</li><li title=\"step out \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-step-out\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"12\" y1=\"3\" x2=\"12\" y2=\"15\" />\n  <line x1=\"16\" y1=\"7\" x2=\"12\" y2=\"3\" />\n  <line x1=\"8\" y1=\"7\" x2=\"12\" y2=\"3\" />\n  <circle cx=\"12\" cy=\"20\" r=\"1\" />\n</svg>\n\n\n</li><li title=\"stethoscope \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-stethoscope\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M6 4h-1a2 2 0 0 0 -2 2v3.5h0a5.5 5.5 0 0 0 11 0v-3.5a2 2 0 0 0 -2 -2h-1\" />\n  <path d=\"M8 15a6 6 0 1 0 12 0v-3\" />\n  <path  d=\"M11 3v2\" />\n  <path  d=\"M6 3v2\" />\n  <circle cx=\"20\" cy=\"10\" r=\"2\" />\n</svg>\n\n\n</li><li title=\"sticker \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-sticker\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M20 12l-2 .5a6 6 0 0 1 -6.5 -6.5l.5 -2l8 8\" />\n  <path d=\"M20 12a8 8 0 1 1 -8 -8\" />\n</svg>\n\n\n</li><li title=\"strikethrough \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-strikethrough\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\" />\n  <path d=\"M16 6.5a4 2 0 0 0 -4 -1.5h-1a3.5 3.5 0 0 0 0 7h2a3.5 3.5 0 0 1 0 7h-1.5a4 2 0 0 1 -4 -1.5\" />\n</svg>\n\n\n</li><li title=\"submarine \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-submarine\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M3 11v6h2l1 -1.5l3 1.5h10a3 3 0 0 0 0 -6h-10h0l-3 1.5l-1 -1.5h-2z\" />\n  <path d=\"M17 11l-1 -3h-5l-1 3\" />\n  <path d=\"M13 8v-2a1 1 0 0 1 1 -1h1\" />\n</svg>\n\n\n</li><li title=\"subscript \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-subscript\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M5 7l8 10m-8 0l8 -10\" />\n  <path d=\"M21 20h-4l3.5 -4a1.73 1.73 0 0 0 -3.5 -2\" />\n</svg>\n\n\n</li><li title=\"subtask \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-subtask\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"6\" y1=\"9\" x2=\"12\" y2=\"9\" />\n  <line x1=\"4\" y1=\"5\" x2=\"8\" y2=\"5\" />\n  <path d=\"M6 5v11a1 1 0 0 0 1 1h5\" />\n  <rect x=\"12\" y=\"7\"   rx=\"1\" />\n  <rect x=\"12\" y=\"15\"   rx=\"1\" />\n</svg>\n\n\n</li><li title=\"sum \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-sum\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M18 16v2a1 1 0 0 1 -1 1h-11l6 -7l-6 -7h11a1 1 0 0 1 1 1v2\" />\n</svg>\n\n\n</li><li title=\"sun off \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-sun-off\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"3\" y1=\"3\" x2=\"21\" y2=\"21\" />\n  <path d=\"M16 12a4 4 0 0 0 -4 -4m-2.834 1.177a4 4 0 0 0 5.66 5.654\" />\n  <path d=\"M3 12h1m8 -9v1m8 8h1m-9 8v1m-6.4 -15.4l.7 .7m12.1 -.7l-.7 .7m0 11.4l.7 .7m-12.1 -.7l-.7 .7\" />\n</svg>\n\n\n</li><li title=\"sun \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-sun\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"4\" />\n  <path d=\"M3 12h1m8 -9v1m8 8h1m-9 8v1m-6.4 -15.4l.7 .7m12.1 -.7l-.7 .7m0 11.4l.7 .7m-12.1 -.7l-.7 .7\" />\n</svg>\n\n\n</li><li title=\"sunrise \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-sunrise\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M3 17h1m16 0h1m-15.4 -6.4l.7 .7m12.1 -.7l-.7 .7m-9.7 5.7a4 4 0 0 1 8 0\" />\n  <line x1=\"3\" y1=\"21\" x2=\"21\" y2=\"21\" />\n  <path d=\"M12 9v-6l3 3m-6 0l3 -3\" />\n</svg>\n\n\n</li><li title=\"sunset \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-sunset\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M3 17h1m16 0h1m-15.4 -6.4l.7 .7m12.1 -.7l-.7 .7m-9.7 5.7a4 4 0 0 1 8 0\" />\n  <line x1=\"3\" y1=\"21\" x2=\"21\" y2=\"21\" />\n  <path d=\"M12 3v6l3 -3m-6 0l3 3\" />\n</svg>\n\n\n</li><li title=\"superscript \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-superscript\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M5 7l8 10m-8 0l8 -10\" />\n  <path d=\"M21 11h-4l3.5 -4a1.73 1.73 0 0 0 -3.5 -2\" />\n</svg>\n\n\n</li><li title=\"swimming \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-swimming\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"16\" cy=\"9\" r=\"1\" />\n  <path d=\"M6 11l4 -2l3.5 3l-1.5 2\" />\n  <path d=\"M3 16.75a2.4 2.4 0 0 0 1 .25a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 1 -.25\" />\n</svg>\n\n\n</li><li title=\"switch 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-switch-2\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M3 17h5l1.67 -2.386m3.66 -5.227l1.67 -2.387h6\" />\n  <path d=\"M18 4l3 3l-3 3\" />\n  <path d=\"M3 7h5l7 10h6\" />\n  <path d=\"M18 20l3 -3l-3 -3\" />\n</svg>\n\n\n</li><li title=\"switch 3 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-switch-3\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M3 17h2.397a5 5 0 0 0 4.096 -2.133l.177 -.253m3.66 -5.227l.177 -.254a5 5 0 0 1 4.096 -2.133h3.397\" />\n  <path d=\"M18 4l3 3l-3 3\" />\n  <path d=\"M3 7h2.397a5 5 0 0 1 4.096 2.133l4.014 5.734a5 5 0 0 0 4.096 2.133h3.397\" />\n  <path d=\"M18 20l3 -3l-3 -3\" />\n</svg>\n\n\n</li><li title=\"switch horizontal \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-switch-horizontal\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <polyline points=\"16 3 20 7 16 11\" />\n  <line x1=\"10\" y1=\"7\" x2=\"20\" y2=\"7\" />\n  <polyline points=\"8 13 4 17 8 21\" />\n  <line x1=\"4\" y1=\"17\" x2=\"13\" y2=\"17\" />\n</svg>\n\n\n</li><li title=\"switch vertical \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-switch-vertical\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <polyline points=\"3 8 7 4 11 8\" />\n  <line x1=\"7\" y1=\"4\" x2=\"7\" y2=\"13\" />\n  <polyline points=\"13 16 17 20 21 16\" />\n  <line x1=\"17\" y1=\"10\" x2=\"17\" y2=\"20\" />\n</svg>\n\n\n</li><li title=\"switch \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-switch\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <polyline points=\"15 4 19 4 19 8\" />\n  <line x1=\"14.75\" y1=\"9.25\" x2=\"19\" y2=\"4\" />\n  <line x1=\"5\" y1=\"19\" x2=\"9\" y2=\"15\" />\n  <polyline points=\"15 19 19 19 19 15\" />\n  <line x1=\"5\" y1=\"5\" x2=\"19\" y2=\"19\" />\n</svg>\n\n\n</li><li title=\"table export \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-table-export\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M11.5 20h-5.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v7.5m-16 -3.5h16m-10 -6v16m4 -1h7m-3 -3l3 3l-3 3\" />\n</svg>\n\n\n</li><li title=\"table import \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-table-import\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4 13.5v-7.5a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-6m-8 -10h16m-10 -6v11.5m-8 3.5h7m-3 -3l3 3l-3 3\" />\n</svg>\n\n\n</li><li title=\"table off \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-table-off\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M8 4h10a2 2 0 0 1 2 2v10m-.588 3.417c-.362 .36 -.86 .583 -1.412 .583h-12a2 2 0 0 1 -2 -2v-12c0 -.552 .224 -1.053 .586 -1.414\" />\n  <path d=\"M4 10h6m4 0h6\" />\n  <path d=\"M10 4v2m0 4v10\" />\n  <line x1=\"3\" y1=\"3\" x2=\"21\" y2=\"21\" />\n</svg>\n\n\n</li><li title=\"table \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-table\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"4\" y=\"4\"   rx=\"2\" />\n  <line x1=\"4\" y1=\"10\" x2=\"20\" y2=\"10\" />\n  <line x1=\"10\" y1=\"4\" x2=\"10\" y2=\"20\" />\n</svg>\n\n\n</li><li title=\"tag off \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-tag-off\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M7.792 7.793a1 1 0 0 0 1.414 1.414\" />\n  <path d=\"M4.88 4.877a2.99 2.99 0 0 0 -.88 2.123v3.859c0 .537 .213 1.052 .593 1.432l8.116 8.116a2.025 2.025 0 0 0 2.864 0l2.416 -2.416m2.002 -2.002l.416 -.416a2.025 2.025 0 0 0 0 -2.864l-8.117 -8.116a2.025 2.025 0 0 0 -1.431 -.593h-2.859\" />\n  <path d=\"M3 3l18 18\" />\n</svg>\n\n\n</li><li title=\"tag \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-tag\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"8.5\" cy=\"8.5\" r=\"1\" fill=\"currentColor\" />\n  <path d=\"M4 7v3.859c0 .537 .213 1.052 .593 1.432l8.116 8.116a2.025 2.025 0 0 0 2.864 0l4.834 -4.834a2.025 2.025 0 0 0 0 -2.864l-8.117 -8.116a2.025 2.025 0 0 0 -1.431 -.593h-3.859a3 3 0 0 0 -3 3z\" />\n</svg>\n\n\n</li><li title=\"tags off \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-tags-off\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M6 6h-.975a2.025 2.025 0 0 0 -2.025 2.025v2.834c0 .537 .213 1.052 .593 1.432l6.116 6.116a2.025 2.025 0 0 0 2.864 0l2.834 -2.834c.028 -.028 .055 -.056 .08 -.085\" />\n  <path d=\"M17.573 18.407l.418 -.418m1.997 -1.997l.419 -.419a2.025 2.025 0 0 0 0 -2.864l-7.117 -7.116\" />\n  <path d=\"M6 9h-.01\" />\n  <path d=\"M3 3l18 18\" />\n</svg>\n\n\n</li><li title=\"tags \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-tags\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M7.859 6h-2.834a2.025 2.025 0 0 0 -2.025 2.025v2.834c0 .537 .213 1.052 .593 1.432l6.116 6.116a2.025 2.025 0 0 0 2.864 0l2.834 -2.834a2.025 2.025 0 0 0 0 -2.864l-6.117 -6.116a2.025 2.025 0 0 0 -1.431 -.593z\" />\n  <path d=\"M17.573 18.407l2.834 -2.834a2.025 2.025 0 0 0 0 -2.864l-7.117 -7.116\" />\n  <path d=\"M6 9h-.01\" />\n</svg>\n\n\n</li><li title=\"tallymark 1 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-tallymark-1\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"12\" y1=\"5\" x2=\"12\" y2=\"19\" />\n</svg>\n\n\n</li><li title=\"tallymark 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-tallymark-2\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"10\" y1=\"5\" x2=\"10\" y2=\"19\" />\n  <line x1=\"14\" y1=\"5\" x2=\"14\" y2=\"19\" />\n</svg>\n\n\n</li><li title=\"tallymark 3 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-tallymark-3\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"8\" y1=\"5\" x2=\"8\" y2=\"19\" />\n  <line x1=\"12\" y1=\"5\" x2=\"12\" y2=\"19\" />\n  <line x1=\"16\" y1=\"5\" x2=\"16\" y2=\"19\" />\n</svg>\n\n\n</li><li title=\"tallymark 4 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-tallymark-4\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"6\" y1=\"5\" x2=\"6\" y2=\"19\" />\n  <line x1=\"10\" y1=\"5\" x2=\"10\" y2=\"19\" />\n  <line x1=\"14\" y1=\"5\" x2=\"14\" y2=\"19\" />\n  <line x1=\"18\" y1=\"5\" x2=\"18\" y2=\"19\" />\n</svg>\n\n\n</li><li title=\"tallymarks \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-tallymarks\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"6\" y1=\"5\" x2=\"6\" y2=\"19\" />\n  <line x1=\"10\" y1=\"5\" x2=\"10\" y2=\"19\" />\n  <line x1=\"14\" y1=\"5\" x2=\"14\" y2=\"19\" />\n  <line x1=\"18\" y1=\"5\" x2=\"18\" y2=\"19\" />\n  <line x1=\"3\" y1=\"17\" x2=\"21\" y2=\"7\" />\n</svg>\n\n\n</li><li title=\"tank \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-tank\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"2\" y=\"12\"   rx=\"3\" />\n  <path d=\"M6 12l1 -5h5l3 5\" />\n  <line x1=\"21\" y1=\"9\" x2=\"13.2\" y2=\"9\" />\n</svg>\n\n\n</li><li title=\"target \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-target\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"1\" />\n  <circle cx=\"12\" cy=\"12\" r=\"5\" />\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n</svg>\n\n\n</li><li title=\"temperature celsius \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-temperature-celsius\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"6\" cy=\"8\" r=\"2\" />\n  <path d=\"M20 9a3 3 0 0 0 -3 -3h-1a3 3 0 0 0 -3 3v6a3 3 0 0 0 3 3h1a3 3 0 0 0 3 -3\" />\n</svg>\n\n\n</li><li title=\"temperature fahrenheit \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-temperature-fahrenheit\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"6\" cy=\"8\" r=\"2\" />\n  <line x1=\"13\" y1=\"12\" x2=\"18\" y2=\"12\" />\n  <path d=\"M20 6h-6a1 1 0 0 0 -1 1v11\" />\n</svg>\n\n\n</li><li title=\"temperature minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-temperature-minus\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M8 13.5a4 4 0 1 0 4 0v-8.5a2 2 0 0 0 -4 0v8.5\" />\n  <line x1=\"8\" y1=\"9\" x2=\"12\" y2=\"9\" />\n  <line x1=\"16\" y1=\"9\" x2=\"22\" y2=\"9\" />\n</svg>\n\n\n</li><li title=\"temperature plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-temperature-plus\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M8 13.5a4 4 0 1 0 4 0v-8.5a2 2 0 0 0 -4 0v8.5\" />\n  <line x1=\"8\" y1=\"9\" x2=\"12\" y2=\"9\" />\n  <line x1=\"16\" y1=\"9\" x2=\"22\" y2=\"9\" />\n  <line x1=\"19\" y1=\"6\" x2=\"19\" y2=\"12\" />\n</svg>\n\n\n</li><li title=\"temperature \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-temperature\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M10 13.5a4 4 0 1 0 4 0v-8.5a2 2 0 0 0 -4 0v8.5\" />\n  <line x1=\"10\" y1=\"9\" x2=\"14\" y2=\"9\" />\n</svg>\n\n\n</li><li title=\"template \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-template\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"4\" y=\"4\"   rx=\"1\" />\n  <rect x=\"4\" y=\"12\"   rx=\"1\" />\n  <line x1=\"14\" y1=\"12\" x2=\"20\" y2=\"12\" />\n  <line x1=\"14\" y1=\"16\" x2=\"20\" y2=\"16\" />\n  <line x1=\"14\" y1=\"20\" x2=\"20\" y2=\"20\" />\n</svg>\n\n\n</li><li title=\"tent \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-tent\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M11 14l4 6h6l-9 -16l-9 16h6l4 -6\" />\n</svg>\n\n\n</li><li title=\"terminal 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-terminal-2\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M8 9l3 3l-3 3\" />\n  <line x1=\"13\" y1=\"15\" x2=\"16\" y2=\"15\" />\n  <rect x=\"3\" y=\"4\"   rx=\"2\" />\n</svg>\n\n\n</li><li title=\"terminal \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-terminal\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M5 7l5 5l-5 5\" />\n  <line x1=\"12\" y1=\"19\" x2=\"19\" y2=\"19\" />\n</svg>\n\n\n</li><li title=\"test pipe \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-test-pipe\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M16 4l3 3l-12.35 12.35a1.5 1.5 0 0 1 -3 -3l12.35 -12.35\" />\n  <line x1=\"10\" y1=\"10\" x2=\"16\" y2=\"10\" />\n  <path d=\"M19 15l1.5 1.6a2 2 0 1 1 -3 0l1.5 -1.6\" />\n</svg>\n\n\n</li><li title=\"text direction ltr \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-text-direction-ltr\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M5 19h14\" />\n  <path d=\"M17 21l2 -2l-2 -2\" />\n  <path d=\"M16 4h-6.5a3.5 3.5 0 0 0 0 7h.5\" />\n  <path d=\"M14 15v-11\" />\n  <path d=\"M10 15v-11\" />\n</svg>\n\n\n</li><li title=\"text direction rtl \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-text-direction-rtl\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M16 4h-6.5a3.5 3.5 0 0 0 0 7h.5\" />\n  <path d=\"M14 15v-11\" />\n  <path d=\"M10 15v-11\" />\n  <path d=\"M5 19h14\" />\n  <path d=\"M7 21l-2 -2l2 -2\" />\n</svg>\n\n\n</li><li title=\"text resize \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-text-resize\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"5\" cy=\"5\" r=\"2\" />\n  <circle cx=\"19\" cy=\"5\" r=\"2\" />\n  <circle cx=\"5\" cy=\"19\" r=\"2\" />\n  <circle cx=\"19\" cy=\"19\" r=\"2\" />\n  <path d=\"M5 7v10\" />\n  <path d=\"M7 5h10\" />\n  <path d=\"M7 19h10\" />\n  <path d=\"M19 7v10\" />\n  <path d=\"M10 10h4\" />\n  <path d=\"M12 14v-4\" />\n</svg>\n\n\n</li><li title=\"text wrap disabled \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-text-wrap-disabled\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"4\" y1=\"6\" x2=\"14\" y2=\"6\" />\n  <line x1=\"4\" y1=\"18\" x2=\"14\" y2=\"18\" />\n  <path d=\"M4 12h17l-3 -3m0 6l3 -3\" />\n</svg>\n\n\n</li><li title=\"text wrap \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-text-wrap\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"4\" y1=\"6\" x2=\"20\" y2=\"6\" />\n  <line x1=\"4\" y1=\"18\" x2=\"9\" y2=\"18\" />\n  <path d=\"M4 12h13a3 3 0 0 1 0 6h-4l2 -2m0 4l-2 -2\" />\n</svg>\n\n\n</li><li title=\"thermometer \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-thermometer\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M19 5a2.828 2.828 0 0 1 0 4l-8 8h-4v-4l8 -8a2.828 2.828 0 0 1 4 0z\" />\n  <path d=\"M16 7l-1.5 -1.5\" />\n  <path d=\"M13 10l-1.5 -1.5\" />\n  <path d=\"M10 13l-1.5 -1.5\" />\n  <path d=\"M7 17l-3 3\" />\n</svg>\n\n\n</li><li title=\"thumb down \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-thumb-down\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M7 13v-8a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v7a1 1 0 0 0 1 1h3a4 4 0 0 1 4 4v1a2 2 0 0 0 4 0v-5h3a2 2 0 0 0 2 -2l-1 -5a2 3 0 0 0 -2 -2h-7a3 3 0 0 0 -3 3\" />\n</svg>\n\n\n</li><li title=\"thumb up \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-thumb-up\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M7 11v8a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-7a1 1 0 0 1 1 -1h3a4 4 0 0 0 4 -4v-1a2 2 0 0 1 4 0v5h3a2 2 0 0 1 2 2l-1 5a2 3 0 0 1 -2 2h-7a3 3 0 0 1 -3 -3\" />\n</svg>\n\n\n</li><li title=\"ticket \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-ticket\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"15\" y1=\"5\" x2=\"15\" y2=\"7\" />\n  <line x1=\"15\" y1=\"11\" x2=\"15\" y2=\"13\" />\n  <line x1=\"15\" y1=\"17\" x2=\"15\" y2=\"19\" />\n  <path d=\"M5 5h14a2 2 0 0 1 2 2v3a2 2 0 0 0 0 4v3a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-3a2 2 0 0 0 0 -4v-3a2 2 0 0 1 2 -2\" />\n</svg>\n\n\n</li><li title=\"tilt shift \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-tilt-shift\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M8.56 3.69a9 9 0 0 0 -2.92 1.95\" />\n  <path d=\"M3.69 8.56a9 9 0 0 0 -.69 3.44\" />\n  <path d=\"M3.69 15.44a9 9 0 0 0 1.95 2.92\" />\n  <path d=\"M8.56 20.31a9 9 0 0 0 3.44 .69\" />\n  <path d=\"M15.44 20.31a9 9 0 0 0 2.92 -1.95\" />\n  <path d=\"M20.31 15.44a9 9 0 0 0 .69 -3.44\" />\n  <path d=\"M20.31 8.56a9 9 0 0 0 -1.95 -2.92\" />\n  <path d=\"M15.44 3.69a9 9 0 0 0 -3.44 -.69\" />\n  <circle cx=\"12\" cy=\"12\" r=\"2\" />\n</svg>\n\n\n</li><li title=\"tir \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-tir\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"5\" cy=\"17\" r=\"2\" />\n  <circle cx=\"17\" cy=\"17\" r=\"2\" />\n  <path d=\"M7 18h8m4 0h2v-6a5 7 0 0 0 -5 -7h-1l1.5 7h4.5\" />\n  <path d=\"M12 18v-13h3\" />\n  <polyline points=\"3 17 3 12 12 12\" />\n</svg>\n\n\n</li><li title=\"toggle left \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-toggle-left\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"8\" cy=\"12\" r=\"2\" />\n  <rect x=\"2\" y=\"6\"   rx=\"6\" />\n</svg>\n\n\n</li><li title=\"toggle right \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-toggle-right\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"16\" cy=\"12\" r=\"2\" />\n  <rect x=\"2\" y=\"6\"   rx=\"6\" />\n</svg>\n\n\n</li><li title=\"toilet paper \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-toilet-paper\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n    <ellipse cx=\"6\" cy=\"10\" rx=\"3\" ry=\"7\" />\n  <path d=\"M21 10c0 -3.866 -1.343 -7 -3 -7\" />\n  <path d=\"M6 3h12\" />\n  <path d=\"M21 10v10l-3 -1l-3 2l-3 -3l-3 2v-10\" />\n  <path d=\"M6 10h.01\" />\n</svg>\n\n\n</li><li title=\"tool \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-tool\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M7 10h3v-3l-3.5 -3.5a6 6 0 0 1 8 8l6 6a2 2 0 0 1 -3 3l-6 -6a6 6 0 0 1 -8 -8l3.5 3.5\" />\n</svg>\n\n\n</li><li title=\"tools kitchen 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-tools-kitchen-2\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M19 3v12h-5c-.023 -3.681 .184 -7.406 5 -12zm0 12v6h-1v-3m-10 -14v17m-3 -17v3a3 3 0 1 0 6 0v-3\" />\n</svg>\n\n\n</li><li title=\"tools kitchen \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-tools-kitchen\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4 3h8l-1 9h-6z\" />\n  <path d=\"M7 18h2v3h-2z\" />\n  <path d=\"M20 3v12h-5c-.023 -3.681 .184 -7.406 5 -12z\" />\n  <path d=\"M20 15v6h-1v-3\" />\n  <line x1=\"8\" y1=\"12\" x2=\"8\" y2=\"18\" />\n</svg>\n\n\n</li><li title=\"tools \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-tools\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M3 21h4l13 -13a1.5 1.5 0 0 0 -4 -4l-13 13v4\" />\n  <line x1=\"14.5\" y1=\"5.5\" x2=\"18.5\" y2=\"9.5\" />\n  <polyline points=\"12 8 7 3 3 7 8 12\" />\n  <line x1=\"7\" y1=\"8\" x2=\"5.5\" y2=\"9.5\" />\n  <polyline points=\"16 12 21 17 17 21 12 16\" />\n  <line x1=\"16\" y1=\"17\" x2=\"14.5\" y2=\"18.5\" />\n</svg>\n\n\n</li><li title=\"tornado \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-tornado\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"21\" y1=\"4\" x2=\"3\" y2=\"4\" />\n  <line x1=\"13\" y1=\"16\" x2=\"7\" y2=\"16\" />\n  <line x1=\"11\" y1=\"20\" x2=\"15\" y2=\"20\" />\n  <line x1=\"6\" y1=\"8\" x2=\"20\" y2=\"8\" />\n  <line x1=\"4\" y1=\"12\" x2=\"16\" y2=\"12\" />\n</svg>\n\n\n</li><li title=\"tournament \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-tournament\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M5 4h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4\" />\n  <path d=\"M5 14h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4\" />\n  <path d=\"M10 7h4a1 1 0 0 1 1 1v8a1 1 0 0 1 -1 1h-4\" />\n  <line x1=\"15\" y1=\"12\" x2=\"20\" y2=\"12\" />\n</svg>\n\n\n</li><li title=\"track \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-track\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4 15l11 -11m5 5l-11 11m-4 -8l7 7m-3.5 -10.5l7 7m-3.5 -10.5l7 7\" />\n</svg>\n\n\n</li><li title=\"tractor \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-tractor\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"7\" cy=\"15\" r=\"4\" />\n  <line x1=\"7\" y1=\"15\" x2=\"7\" y2=\"15.01\" />\n  <circle cx=\"19\" cy=\"17\" r=\"2\" />\n  <line x1=\"10.5\" y1=\"17\" x2=\"17\" y2=\"17\" />\n  <path d=\"M20 15.2v-4.2a1 1 0 0 0 -1 -1h-6l-2 -5h-6v6.5\" />\n  <path d=\"M18 5h-1a1 1 0 0 0 -1 1v4\" />\n</svg>\n\n\n</li><li title=\"trademark \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-trademark\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4.5 9h5m-2.5 0v6\" />\n  <path d=\"M13 15v-6l3 4l3 -4v6\" />\n</svg>\n\n\n</li><li title=\"traffic cone \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-traffic-cone\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"4\" y1=\"20\" x2=\"20\" y2=\"20\" />\n  <line x1=\"9.4\" y1=\"10\" x2=\"14.6\" y2=\"10\" />\n  <line x1=\"7.8\" y1=\"15\" x2=\"16.2\" y2=\"15\" />\n  <path d=\"M6 20l5 -15h2l5 15\" />\n</svg>\n\n\n</li><li title=\"traffic lights \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-traffic-lights\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"7\" y=\"2\"   rx=\"5\" />\n  <circle cx=\"12\" cy=\"7\" r=\"1\" />\n  <circle cx=\"12\" cy=\"12\" r=\"1\" />\n  <circle cx=\"12\" cy=\"17\" r=\"1\" />\n</svg>\n\n\n</li><li title=\"train \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-train\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M21 13c0 -3.87 -3.37 -7 -10 -7h-8\" />\n  <path d=\"M3 15h16a2 2 0 0 0 2 -2\" />\n  <path d=\"M3 6v5h17.5\" />\n  <line x1=\"3\" y1=\"10\" x2=\"3\" y2=\"14\" />\n  <line x1=\"8\" y1=\"11\" x2=\"8\" y2=\"6\" />\n  <line x1=\"13\" y1=\"11\" x2=\"13\" y2=\"6.5\" />\n  <line x1=\"3\" y1=\"19\" x2=\"21\" y2=\"19\" />\n</svg>\n\n\n</li><li title=\"transfer in \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-transfer-in\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4 18v3h16v-14l-8 -4l-8 4v3\" />\n  <path d=\"M4 14h9\" />\n  <path d=\"M10 11l3 3l-3 3\" />\n</svg>\n\n\n</li><li title=\"transfer out \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-transfer-out\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4 19v2h16v-14l-8 -4l-8 4v2\" />\n  <path d=\"M13 14h-9\" />\n  <path d=\"M7 11l-3 3l3 3\" />\n</svg>\n\n\n</li><li title=\"trash off \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-trash-off\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"3\" y1=\"3\" x2=\"21\" y2=\"21\" />\n  <path d=\"M4 7h3m4 0h9\" />\n  <line x1=\"10\" y1=\"11\" x2=\"10\" y2=\"17\" />\n  <line x1=\"14\" y1=\"14\" x2=\"14\" y2=\"17\" />\n  <path d=\"M5 7l1 12a2 2 0 0 0 2 2h8a2 2 0 0 0 2 -2l.077 -.923\" />\n  <line x1=\"18.384\" y1=\"14.373\" x2=\"19\" y2=\"7\" />\n  <path d=\"M9 5v-1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v3\" />\n</svg>\n\n\n</li><li title=\"trash x \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-trash-x\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4 7h16\" />\n  <path d=\"M5 7l1 12a2 2 0 0 0 2 2h8a2 2 0 0 0 2 -2l1 -12\" />\n  <path d=\"M9 7v-3a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v3\" />\n  <path d=\"M10 12l4 4m0 -4l-4 4\" />\n</svg>\n\n\n</li><li title=\"trash \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-trash\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"4\" y1=\"7\" x2=\"20\" y2=\"7\" />\n  <line x1=\"10\" y1=\"11\" x2=\"10\" y2=\"17\" />\n  <line x1=\"14\" y1=\"11\" x2=\"14\" y2=\"17\" />\n  <path d=\"M5 7l1 12a2 2 0 0 0 2 2h8a2 2 0 0 0 2 -2l1 -12\" />\n  <path d=\"M9 7v-3a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v3\" />\n</svg>\n\n\n</li><li title=\"tree \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-tree\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 13l-2 -2\" />\n  <path d=\"M12 12l2 -2\" />\n  <path d=\"M12 21v-13\" />\n  <path d=\"M9.824 15.995a3 3 0 0 1 -2.743 -3.69a2.998 2.998 0 0 1 .304 -4.833a3 3 0 0 1 4.615 -3.707a3 3 0 0 1 4.614 3.707a2.997 2.997 0 0 1 .305 4.833a3 3 0 0 1 -2.919 3.695h-4z\" />\n</svg>\n\n\n</li><li title=\"trees \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-trees\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M16 5l3 3l-2 1l4 4l-3 1l4 4h-9\" />\n  <line x1=\"15\" y1=\"21\" x2=\"15\" y2=\"18\" />\n  <path d=\"M8 13l-2 -2\" />\n  <path d=\"M8 12l2 -2\" />\n  <path d=\"M8 21v-13\" />\n  <path d=\"M5.824 15.995a3 3 0 0 1 -2.743 -3.69a2.998 2.998 0 0 1 .304 -4.833a3 3 0 0 1 4.615 -3.707a3 3 0 0 1 4.614 3.707a2.997 2.997 0 0 1 .305 4.833a3 3 0 0 1 -2.919 3.695h-4z\" />\n</svg>\n\n\n</li><li title=\"trending down 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-trending-down-2\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M3 6h5l7 10h6\" />\n  <path d=\"M18 19l3 -3l-3 -3\" />\n</svg>\n\n\n</li><li title=\"trending down 3 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-trending-down-3\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M3 6h2.397a5 5 0 0 1 4.096 2.133l4.014 5.734a5 5 0 0 0 4.096 2.133h3.397\" />\n  <path d=\"M18 19l3 -3l-3 -3\" />\n</svg>\n\n\n</li><li title=\"trending down \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-trending-down\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <polyline points=\"3 7 9 13 13 9 21 17\" />\n  <polyline points=\"21 10 21 17 14 17\" />\n</svg>\n\n\n</li><li title=\"trending up 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-trending-up-2\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M18 5l3 3l-3 3\" />\n  <path d=\"M3 18h5l7 -10h6\" />\n</svg>\n\n\n</li><li title=\"trending up 3 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-trending-up-3\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M18 5l3 3l-3 3\" />\n  <path d=\"M3 18h2.397a5 5 0 0 0 4.096 -2.133l4.014 -5.734a5 5 0 0 1 4.096 -2.133h3.397\" />\n</svg>\n\n\n</li><li title=\"trending up \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-trending-up\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <polyline points=\"3 17 9 11 13 15 21 7\" />\n  <polyline points=\"14 7 21 7 21 14\" />\n</svg>\n\n\n</li><li title=\"triangle off \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-triangle-off\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M5 19h14m1.986 -2.014a2 2 0 0 0 -.146 -.736l-7.1 -12.25a2 2 0 0 0 -3.5 0l-.825 1.424m-1.467 2.53l-4.808 8.296a2 2 0 0 0 1.75 2.75\" />\n  <path d=\"M3 3l18 18\" />\n</svg>\n\n\n</li><li title=\"triangle square circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-triangle-square-circle\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 3l-4 7h8z\" />\n  <circle cx=\"17\" cy=\"17\" r=\"3\" />\n  <rect x=\"4\" y=\"14\"   rx=\"1\" />\n</svg>\n\n\n</li><li title=\"triangle \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-triangle\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M5 19h14a2 2 0 0 0 1.84 -2.75l-7.1 -12.25a2 2 0 0 0 -3.5 0l-7.1 12.25a2 2 0 0 0 1.75 2.75\" />\n</svg>\n\n\n</li><li title=\"trident \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-trident\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M3 6l2 -2v3a7 7 0 0 0 14 0v-3l2 2\" />\n  <path d=\"M12 21v-18l-2 2m4 0l-2 -2\" />\n</svg>\n\n\n</li><li title=\"trophy \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-trophy\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"8\" y1=\"21\" x2=\"16\" y2=\"21\" />\n  <line x1=\"12\" y1=\"17\" x2=\"12\" y2=\"21\" />\n  <line x1=\"7\" y1=\"4\" x2=\"17\" y2=\"4\" />\n  <path d=\"M17 4v8a5 5 0 0 1 -10 0v-8\" />\n  <circle cx=\"5\" cy=\"9\" r=\"2\" />\n  <circle cx=\"19\" cy=\"9\" r=\"2\" />\n</svg>\n\n\n</li><li title=\"truck delivery \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-truck-delivery\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"7\" cy=\"17\" r=\"2\" />\n  <circle cx=\"17\" cy=\"17\" r=\"2\" />\n  <path d=\"M5 17h-2v-4m-1 -8h11v12m-4 0h6m4 0h2v-6h-8m0 -5h5l3 5\" />\n  <line x1=\"3\" y1=\"9\" x2=\"7\" y2=\"9\" />\n</svg>\n\n\n</li><li title=\"truck off \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-truck-off\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"7\" cy=\"17\" r=\"2\" />\n  <path d=\"M15.585 15.586a2 2 0 0 0 2.826 2.831\" />\n  <path d=\"M5 17h-2v-11a1 1 0 0 1 1 -1h1m3.96 0h4.04v4m0 4v4m-4 0h6m6 0v-6h-6m-2 -5h5l3 5\" />\n  <line x1=\"3\" y1=\"3\" x2=\"21\" y2=\"21\" />\n</svg>\n\n\n</li><li title=\"truck return \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-truck-return\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"7\" cy=\"17\" r=\"2\" />\n  <circle cx=\"17\" cy=\"17\" r=\"2\" />\n  <path d=\"M5 17h-2v-11a1 1 0 0 1 1 -1h9v6h-5l2 2m0 -4l-2 2\" />\n  <line x1=\"9\" y1=\"17\" x2=\"15\" y2=\"17\" />\n  <path d=\"M13 6h5l3 5v6h-2\" />\n</svg>\n\n\n</li><li title=\"truck \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-truck\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"7\" cy=\"17\" r=\"2\" />\n  <circle cx=\"17\" cy=\"17\" r=\"2\" />\n  <path d=\"M5 17h-2v-11a1 1 0 0 1 1 -1h9v12m-4 0h6m4 0h2v-6h-8m0 -5h5l3 5\" />\n</svg>\n\n\n</li><li title=\"typography \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-typography\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"4\" y1=\"20\" x2=\"7\" y2=\"20\" />\n  <line x1=\"14\" y1=\"20\" x2=\"21\" y2=\"20\" />\n  <line x1=\"6.9\" y1=\"15\" x2=\"13.8\" y2=\"15\" />\n  <line x1=\"10.2\" y1=\"6.3\" x2=\"16\" y2=\"20\" />\n  <polyline points=\"5 20 11 4 13 4 20 20\" />\n</svg>\n\n\n</li><li title=\"umbrella \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-umbrella\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4 12a8 8 0 0 1 16 0z\" />\n  <path d=\"M12 12v6a2 2 0 0 0 4 0\" />\n</svg>\n\n\n</li><li title=\"underline \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-underline\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M7 5v5a5 5 0 0 0 10 0v-5\" />\n  <path d=\"M5 19h14\" />\n</svg>\n\n\n</li><li title=\"unlink \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-unlink\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5\" />\n  <path d=\"M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5\" />\n  <line x1=\"16\" y1=\"21\" x2=\"16\" y2=\"19\" />\n  <line x1=\"19\" y1=\"16\" x2=\"21\" y2=\"16\" />\n  <line x1=\"3\" y1=\"8\" x2=\"5\" y2=\"8\" />\n  <line x1=\"8\" y1=\"3\" x2=\"8\" y2=\"5\" />\n</svg>\n\n\n</li><li title=\"upload \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-upload\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4 17v2a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-2\" />\n  <polyline points=\"7 9 12 4 17 9\" />\n  <line x1=\"12\" y1=\"4\" x2=\"12\" y2=\"16\" />\n</svg>\n\n\n</li><li title=\"urgent \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-urgent\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M8 16v-4a4 4 0 0 1 8 0v4\" />\n  <path d=\"M3 12h1m8 -9v1m8 8h1m-15.4 -6.4l.7 .7m12.1 -.7l-.7 .7\" />\n  <rect x=\"6\" y=\"16\"   rx=\"1\" />\n</svg>\n\n\n</li><li title=\"usb \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-usb\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"19\" r=\"2\" />\n  <path d=\"M12 17v-11.5\" />\n  <path d=\"M7 10v3l5 3\" />\n  <path d=\"M12 14.5l5 -2v-2.5\" />\n  <path d=\"M16 10h2v-2h-2z\" />\n  <circle cx=\"7\" cy=\"9\" r=\"1\" />\n  <path d=\"M10 5.5h4l-2 -2.5z\" />\n</svg>\n\n\n</li><li title=\"user check \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-user-check\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"9\" cy=\"7\" r=\"4\" />\n  <path d=\"M3 21v-2a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v2\" />\n  <path d=\"M16 11l2 2l4 -4\" />\n</svg>\n\n\n</li><li title=\"user circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-user-circle\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n  <circle cx=\"12\" cy=\"10\" r=\"3\" />\n  <path d=\"M6.168 18.849a4 4 0 0 1 3.832 -2.849h4a4 4 0 0 1 3.834 2.855\" />\n</svg>\n\n\n</li><li title=\"user exclamation \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-user-exclamation\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"9\" cy=\"7\" r=\"4\" />\n  <path d=\"M3 21v-2a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v2\" />\n  <line x1=\"19\" y1=\"7\" x2=\"19\" y2=\"10\" />\n  <line x1=\"19\" y1=\"14\" x2=\"19\" y2=\"14.01\" />\n</svg>\n\n\n</li><li title=\"user minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-user-minus\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"9\" cy=\"7\" r=\"4\" />\n  <path d=\"M3 21v-2a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v2\" />\n  <line x1=\"16\" y1=\"11\" x2=\"22\" y2=\"11\" />\n</svg>\n\n\n</li><li title=\"user off \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-user-off\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M14.274 10.291a4 4 0 1 0 -5.554 -5.58m-.548 3.453a4.01 4.01 0 0 0 2.62 2.65\" />\n  <path d=\"M6 21v-2a4 4 0 0 1 4 -4h4a4 4 0 0 1 1.147 .167m2.685 2.681a4 4 0 0 1 .168 1.152v2\" />\n  <line x1=\"3\" y1=\"3\" x2=\"21\" y2=\"21\" />\n</svg>\n\n\n</li><li title=\"user plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-user-plus\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"9\" cy=\"7\" r=\"4\" />\n  <path d=\"M3 21v-2a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v2\" />\n  <path d=\"M16 11h6m-3 -3v6\" />\n</svg>\n\n\n</li><li title=\"user search \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-user-search\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"7\" r=\"4\" />\n  <path d=\"M6 21v-2a4 4 0 0 1 4 -4h1\" />\n  <circle cx=\"16.5\" cy=\"17.5\" r=\"2.5\" />\n  <path d=\"M18.5 19.5l2.5 2.5\" />\n</svg>\n\n\n</li><li title=\"user x \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-user-x\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"9\" cy=\"7\" r=\"4\" />\n  <path d=\"M3 21v-2a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v2\" />\n  <path d=\"M17 9l4 4m0 -4l-4 4\" />\n</svg>\n\n\n</li><li title=\"user \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-user\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"7\" r=\"4\" />\n  <path d=\"M6 21v-2a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v2\" />\n</svg>\n\n\n</li><li title=\"users \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-users\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"9\" cy=\"7\" r=\"4\" />\n  <path d=\"M3 21v-2a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v2\" />\n  <path d=\"M16 3.13a4 4 0 0 1 0 7.75\" />\n  <path d=\"M21 21v-2a4 4 0 0 0 -3 -3.85\" />\n</svg>\n\n\n</li><li title=\"vaccine bottle \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-vaccine-bottle\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"9\" y=\"3\"   rx=\"1\" />\n  <path d=\"M10 6v.98c0 .877 -.634 1.626 -1.5 1.77c-.866 .144 -1.5 .893 -1.5 1.77v8.48a2 2 0 0 0 2 2h6a2 2 0 0 0 2 -2v-8.48c0 -.877 -.634 -1.626 -1.5 -1.77a1.795 1.795 0 0 1 -1.5 -1.77v-.98\" />\n  <path d=\"M7 12h10\" />\n  <path d=\"M7 18h10\" />\n  <path d=\"M11 15h2\" />\n</svg>\n\n\n</li><li title=\"vaccine \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-vaccine\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M17 3l4 4\" />\n  <path d=\"M19 5l-4.5 4.5\" />\n  <path d=\"M11.5 6.5l6 6\" />\n  <path d=\"M16.5 11.5l-6.5 6.5h-4v-4l6.5 -6.5\" />\n  <path d=\"M7.5 12.5l1.5 1.5\" />\n  <path d=\"M10.5 9.5l1.5 1.5\" />\n  <path d=\"M3 21l3 -3\" />\n</svg>\n\n\n</li><li title=\"variable \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-variable\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M5 4c-2.5 5 -2.5 10 0 16m14 -16c2.5 5 2.5 10 0 16m-10 -11h1c1 0 1 1 2.016 3.527c.984 2.473 .984 3.473 1.984 3.473h1\" />\n  <path d=\"M8 16c1.5 0 3 -2 4 -3.5s2.5 -3.5 4 -3.5\" />\n</svg>\n\n\n</li><li title=\"vector beizer 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-vector-beizer-2\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"3\" y=\"3\"   rx=\"1\" />\n  <rect x=\"17\" y=\"17\"   rx=\"1\" />\n  <line x1=\"7\" y1=\"5\" x2=\"14\" y2=\"5\" />\n  <line x1=\"10\" y1=\"19\" x2=\"17\" y2=\"19\" />\n  <circle cx=\"9\" cy=\"19\" r=\"1\" />\n  <circle cx=\"15\" cy=\"5\" r=\"1\" />\n  <path d=\"M7 5.5a5 6.5 0 0 1 5 6.5a5 6.5 0 0 0 5 6.5\" />\n</svg>\n\n\n</li><li title=\"vector bezier \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-vector-bezier\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"3\" y=\"14\"   rx=\"1\" />\n  <rect x=\"17\" y=\"14\"   rx=\"1\" />\n  <rect x=\"10\" y=\"6\"   rx=\"1\" />\n  <path d=\"M10 8.5a6 6 0 0 0 -5 5.5\" />\n  <path d=\"M14 8.5a6 6 0 0 1 5 5.5\" />\n  <line x1=\"10\" y1=\"8\" x2=\"4\" y2=\"8\" />\n  <line x1=\"20\" y1=\"8\" x2=\"14\" y2=\"8\" />\n  <circle cx=\"3\" cy=\"8\" r=\"1\" />\n  <circle cx=\"21\" cy=\"8\" r=\"1\" />\n</svg>\n\n\n</li><li title=\"vector triangle \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-vector-triangle\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"10\" y=\"4\"   rx=\"1\" />\n  <rect x=\"3\" y=\"17\"   rx=\"1\" />\n  <rect x=\"17\" y=\"17\"   rx=\"1\" />\n  <line x1=\"6.5\" y1=\"17.1\" x2=\"11.5\" y2=\"8\" />\n  <line x1=\"17.5\" y1=\"17.1\" x2=\"12.5\" y2=\"8\" />\n  <line x1=\"7\" y1=\"19\" x2=\"17\" y2=\"19\" />\n</svg>\n\n\n</li><li title=\"vector \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-vector\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"3\" y=\"3\"   rx=\"1\" />\n  <rect x=\"17\" y=\"3\"   rx=\"1\" />\n  <rect x=\"17\" y=\"17\"   rx=\"1\" />\n  <rect x=\"3\" y=\"17\"   rx=\"1\" />\n  <line x1=\"5\" y1=\"7\" x2=\"5\" y2=\"17\" />\n  <line x1=\"19\" y1=\"7\" x2=\"19\" y2=\"17\" />\n  <line x1=\"7\" y1=\"5\" x2=\"17\" y2=\"5\" />\n  <line x1=\"7\" y1=\"19\" x2=\"17\" y2=\"19\" />\n</svg>\n\n\n</li><li title=\"venus \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-venus\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"9\" r=\"5\" />\n  <line x1=\"12\" y1=\"14\" x2=\"12\" y2=\"21\" />\n  <line x1=\"9\" y1=\"18\" x2=\"15\" y2=\"18\" />\n</svg>\n\n\n</li><li title=\"versions \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-versions\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"10\" y=\"5\"   rx=\"2\" />\n  <line x1=\"7\" y1=\"7\" x2=\"7\" y2=\"17\" />\n  <line x1=\"4\" y1=\"8\" x2=\"4\" y2=\"16\" />\n</svg>\n\n\n</li><li title=\"video minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-video-minus\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M15 10l4.553 -2.276a1 1 0 0 1 1.447 .894v6.764a1 1 0 0 1 -1.447 .894l-4.553 -2.276v-4z\" />\n  <rect x=\"3\" y=\"6\"   rx=\"2\" />\n  <line x1=\"7\" y1=\"12\" x2=\"11\" y2=\"12\" />\n</svg>\n\n\n</li><li title=\"video off \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-video-off\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"3\" y1=\"3\" x2=\"21\" y2=\"21\" />\n  <path d=\"M15 11v-1l4.553 -2.276a1 1 0 0 1 1.447 .894v6.764a1 1 0 0 1 -.675 .946\" />\n  <path d=\"M10 6h3a2 2 0 0 1 2 2v3m0 4v1a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-8a2 2 0 0 1 2 -2h1\" />\n</svg>\n\n\n</li><li title=\"video plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-video-plus\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M15 10l4.553 -2.276a1 1 0 0 1 1.447 .894v6.764a1 1 0 0 1 -1.447 .894l-4.553 -2.276v-4z\" />\n  <rect x=\"3\" y=\"6\"   rx=\"2\" />\n  <line x1=\"7\" y1=\"12\" x2=\"11\" y2=\"12\" />\n  <line x1=\"9\" y1=\"10\" x2=\"9\" y2=\"14\" />\n</svg>\n\n\n</li><li title=\"video \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-video\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M15 10l4.553 -2.276a1 1 0 0 1 1.447 .894v6.764a1 1 0 0 1 -1.447 .894l-4.553 -2.276v-4z\" />\n  <rect x=\"3\" y=\"6\"   rx=\"2\" />\n</svg>\n\n\n</li><li title=\"view 360 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-view-360\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n  <ellipse cx=\"12\" cy=\"12\" rx=\"4\" ry=\"9\" />\n  <ellipse cx=\"12\" cy=\"12\" rx=\"4\" ry=\"9\" transform=\"rotate(90 12 12)\" />\n</svg>\n\n\n</li><li title=\"viewfinder \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-viewfinder\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n  <line x1=\"12\" y1=\"3\" x2=\"12\" y2=\"7\" />\n  <line x1=\"12\" y1=\"21\" x2=\"12\" y2=\"18\" />\n  <line x1=\"3\" y1=\"12\" x2=\"7\" y2=\"12\" />\n  <line x1=\"21\" y1=\"12\" x2=\"18\" y2=\"12\" />\n  <line x1=\"12\" y1=\"12\" x2=\"12\" y2=\"12.01\" />\n</svg>\n\n\n</li><li title=\"viewport narrow \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-viewport-narrow\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M3 12h7l-3 -3m0 6l3 -3\" />\n  <path d=\"M21 12h-7l3 -3m0 6l-3 -3\" />\n  <path d=\"M9 6v-3h6v3\" />\n  <path d=\"M9 18v3h6v-3\" />\n</svg>\n\n\n</li><li title=\"viewport wide \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-viewport-wide\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M10 12h-7l3 -3m0 6l-3 -3\" />\n  <path d=\"M14 12h7l-3 -3m0 6l3 -3\" />\n  <path d=\"M3 6v-3h18v3\" />\n  <path d=\"M3 18v3h18v-3\" />\n</svg>\n\n\n</li><li title=\"vinyl \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-vinyl\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M16.004 3.937a9 9 0 1 0 4.996 8.063\" />\n  <circle cx=\"12\" cy=\"12\" r=\"1\" />\n  <circle cx=\"20\" cy=\"4\" r=\"1\" />\n  <path d=\"M20 4l-3.5 10l-2.5 2\" />\n</svg>\n\n\n</li><li title=\"virus off \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-virus-off\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"3\" y1=\"3\" x2=\"21\" y2=\"21\" />\n  <path d=\"M8.469 8.46a5 5 0 0 0 7.058 7.084m1.386 -2.608a5 5 0 0 0 -5.826 -5.853\" />\n  <path d=\"M12 7v-4m-1 0h2\" />\n  <path d=\"M12 7v-4m-1 0h2\" transform=\"rotate(45 12 12)\" />\n  <path d=\"M12 7v-4m-1 0h2\" transform=\"rotate(90 12 12)\" />\n  <line x1=\"12\" y1=\"3\" x2=\"13\" y2=\"3\" transform=\"rotate(135 12 12)\" />\n  <path d=\"M12 7v-4m-1 0h2\" transform=\"rotate(180 12 12)\" />\n  <path d=\"M12 7v-4m-1 0h2\" transform=\"rotate(225 12 12)\" />\n  <path d=\"M12 7v-4m-1 0h2\" transform=\"rotate(270 12 12)\" />\n  <line x1=\"12\" y1=\"3\" x2=\"11\" y2=\"3\" transform=\"rotate(315 12 12)\" />\n</svg>\n\n\n</li><li title=\"virus search \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-virus-search\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M17 12a5 5 0 1 0 -5 5\" />\n  <path d=\"M12 7v-4m-1 0h2\" />\n  <path d=\"M12 7v-4m-1 0h2\" transform=\"rotate(45 12 12)\" />\n  <path d=\"M12 7v-4m-1 0h2\" transform=\"rotate(90 12 12)\" />\n  <path d=\"M12 7v-4m-1 0h2\" transform=\"rotate(180 12 12)\" />\n  <path d=\"M12 7v-4m-1 0h2\" transform=\"rotate(225 12 12)\" />\n  <path d=\"M12 7v-4m-1 0h2\" transform=\"rotate(270 12 12)\" />\n  <path d=\"M12 7v-4m-1 0h2\" transform=\"rotate(315 12 12)\" />\n  <circle cx=\"17.5\" cy=\"17.5\" r=\"2.5\" />\n  <line x1=\"19.5\" y1=\"19.5\" x2=\"22\" y2=\"22\" />\n</svg>\n\n\n</li><li title=\"virus \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-virus\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"5\" />\n  <path d=\"M12 7v-4m-1 0h2\" />\n  <path d=\"M12 7v-4m-1 0h2\" transform=\"rotate(45 12 12)\" />\n  <path d=\"M12 7v-4m-1 0h2\" transform=\"rotate(90 12 12)\" />\n  <path d=\"M12 7v-4m-1 0h2\" transform=\"rotate(135 12 12)\" />\n  <path d=\"M12 7v-4m-1 0h2\" transform=\"rotate(180 12 12)\" />\n  <path d=\"M12 7v-4m-1 0h2\" transform=\"rotate(225 12 12)\" />\n  <path d=\"M12 7v-4m-1 0h2\" transform=\"rotate(270 12 12)\" />\n  <path d=\"M12 7v-4m-1 0h2\" transform=\"rotate(315 12 12)\" />\n</svg>\n\n\n</li><li title=\"vocabulary \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-vocabulary\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M10 19h-6a1 1 0 0 1 -1 -1v-14a1 1 0 0 1 1 -1h6a2 2 0 0 1 2 2a2 2 0 0 1 2 -2h6a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-6a2 2 0 0 0 -2 2a2 2 0 0 0 -2 -2z\" />\n  <path d=\"M12 5v16\" />\n  <path d=\"M7 7h1\" />\n  <path d=\"M7 11h1\" />\n  <path d=\"M16 7h1\" />\n  <path d=\"M16 11h1\" />\n  <path d=\"M16 15h1\" />\n</svg>\n\n\n</li><li title=\"volume 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-volume-2\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M15 8a5 5 0 0 1 0 8\" />\n  <path d=\"M6 15h-2a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1h2l3.5 -4.5a0.8 .8 0 0 1 1.5 .5v14a0.8 .8 0 0 1 -1.5 .5l-3.5 -4.5\" />\n</svg>\n\n\n</li><li title=\"volume 3 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-volume-3\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M6 15h-2a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1h2l3.5 -4.5a0.8 .8 0 0 1 1.5 .5v14a0.8 .8 0 0 1 -1.5 .5l-3.5 -4.5\" />\n  <path d=\"M16 10l4 4m0 -4l-4 4\" />\n</svg>\n\n\n</li><li title=\"volume \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-volume\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M15 8a5 5 0 0 1 0 8\" />\n  <path d=\"M17.7 5a9 9 0 0 1 0 14\" />\n  <path d=\"M6 15h-2a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1h2l3.5 -4.5a0.8 .8 0 0 1 1.5 .5v14a0.8 .8 0 0 1 -1.5 .5l-3.5 -4.5\" />\n</svg>\n\n\n</li><li title=\"walk \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-walk\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"13\" cy=\"4\" r=\"1\" />\n  <line x1=\"7\" y1=\"21\" x2=\"10\" y2=\"17\" />\n  <path d=\"M16 21l-2 -4l-3 -3l1 -6\" />\n  <path d=\"M6 12l2 -3l4 -1l3 3l3 1\" />\n</svg>\n\n\n</li><li title=\"wall \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-wall\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <rect x=\"4\" y=\"4\"   rx=\"2\" />\n  <path d=\"M4 8h16\" />\n  <path d=\"M20 12h-16\" />\n  <path d=\"M4 16h16\" />\n  <path d=\"M9 4v4\" />\n  <path d=\"M14 8v4\" />\n  <path d=\"M8 12v4\" />\n  <path d=\"M16 12v4\" />\n  <path d=\"M11 16v4\" />\n</svg>\n\n\n</li><li title=\"wallet \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-wallet\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M17 8v-3a1 1 0 0 0 -1 -1h-10a2 2 0 0 0 0 4h12a1 1 0 0 1 1 1v3m0 4v3a1 1 0 0 1 -1 1h-12a2 2 0 0 1 -2 -2v-12\" />\n  <path d=\"M20 12v4h-4a2 2 0 0 1 0 -4h4\" />\n</svg>\n\n\n</li><li title=\"wallpaper \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-wallpaper\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M8 6h10a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-12\" />\n  <circle cx=\"6\" cy=\"18\" r=\"2\" />\n  <path d=\"M8 18v-12a2 2 0 1 0 -4 0v12\" />\n</svg>\n\n\n</li><li title=\"wand \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-wand\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <polyline points=\"6 21 21 6 18 3 3 18 6 21\" />\n  <line x1=\"15\" y1=\"6\" x2=\"18\" y2=\"9\" />\n  <path d=\"M9 3a2 2 0 0 0 2 2a2 2 0 0 0 -2 2a2 2 0 0 0 -2 -2a2 2 0 0 0 2 -2\" />\n  <path d=\"M19 13a2 2 0 0 0 2 2a2 2 0 0 0 -2 2a2 2 0 0 0 -2 -2a2 2 0 0 0 2 -2\" />\n</svg>\n\n\n</li><li title=\"wave saw tool \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-wave-saw-tool\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M3 12h5l4 8v-16l4 8h5\" />\n</svg>\n\n\n</li><li title=\"wave sine \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-wave-sine\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M21 12h-2c-.894 0 -1.662 -.857 -1.761 -2c-.296 -3.45 -.749 -6 -2.749 -6s-2.5 3.582 -2.5 8s-.5 8 -2.5 8s-2.452 -2.547 -2.749 -6c-.1 -1.147 -.867 -2 -1.763 -2h-2\" />\n</svg>\n\n\n</li><li title=\"wave square \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-wave-square\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M3 12h5v8h4v-16h4v8h5\" />\n</svg>\n\n\n</li><li title=\"wifi 0 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-wifi-0\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"12\" y1=\"18\" x2=\"12.01\" y2=\"18\" />\n</svg>\n\n\n</li><li title=\"wifi 1 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-wifi-1\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"12\" y1=\"18\" x2=\"12.01\" y2=\"18\" />\n  <path d=\"M9.172 15.172a4 4 0 0 1 5.656 0\" />\n</svg>\n\n\n</li><li title=\"wifi 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-wifi-2\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"12\" y1=\"18\" x2=\"12.01\" y2=\"18\" />\n  <path d=\"M9.172 15.172a4 4 0 0 1 5.656 0\" />\n  <path d=\"M6.343 12.343a8 8 0 0 1 11.314 0\" />\n</svg>\n\n\n</li><li title=\"wifi off \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-wifi-off\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"12\" y1=\"18\" x2=\"12.01\" y2=\"18\" />\n  <path d=\"M9.172 15.172a4 4 0 0 1 5.656 0\" />\n  <path d=\"M6.343 12.343a7.963 7.963 0 0 1 3.864 -2.14m4.163 .155a7.965 7.965 0 0 1 3.287 2\" />\n  <path d=\"M3.515 9.515a12 12 0 0 1 3.544 -2.455m3.101 -.92a12 12 0 0 1 10.325 3.374\" />\n  <line x1=\"3\" y1=\"3\" x2=\"21\" y2=\"21\" />\n</svg>\n\n\n</li><li title=\"wifi \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-wifi\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"12\" y1=\"18\" x2=\"12.01\" y2=\"18\" />\n  <path d=\"M9.172 15.172a4 4 0 0 1 5.656 0\" />\n  <path d=\"M6.343 12.343a8 8 0 0 1 11.314 0\" />\n  <path d=\"M3.515 9.515c4.686 -4.687 12.284 -4.687 17 0\" />\n</svg>\n\n\n</li><li title=\"wind \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-wind\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M5 8h8.5a2.5 2.5 0 1 0 -2.34 -3.24\" />\n  <path d=\"M3 12h15.5a2.5 2.5 0 1 1 -2.34 3.24\" />\n  <path d=\"M4 16h5.5a2.5 2.5 0 1 1 -2.34 3.24\" />\n</svg>\n\n\n</li><li title=\"windmill \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-windmill\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 12c2.76 0 5 -2.01 5 -4.5s-2.24 -4.5 -5 -4.5v9z\" />\n  <path d=\"M12 12c0 2.76 2.01 5 4.5 5s4.5 -2.24 4.5 -5h-9z\" />\n  <path d=\"M12 12c-2.76 0 -5 2.01 -5 4.5s2.24 4.5 5 4.5v-9z\" />\n  <path d=\"M12 12c0 -2.76 -2.01 -5 -4.5 -5s-4.5 2.24 -4.5 5h9z\" />\n</svg>\n\n\n</li><li title=\"window \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-window\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 3c-3.866 0 -7 3.272 -7 7v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1 -1v-10c0 -3.728 -3.134 -7 -7 -7z\" />\n  <line x1=\"5\" y1=\"13\" x2=\"19\" y2=\"13\" />\n  <line x1=\"12\" y1=\"3\" x2=\"12\" y2=\"21\" />\n</svg>\n\n\n</li><li title=\"wiper wash \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-wiper-wash\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"20\" r=\"1\" />\n  <path d=\"M3 11l5.5 5.5a5 5 0 0 1 7 0l5.5 -5.5a12 12 0 0 0 -18 0\" />\n  <line x1=\"12\" y1=\"20\" x2=\"12\" y2=\"6\" />\n  <path d=\"M4 6a4 4 0 0 1 .4 -1.8\" />\n  <path d=\"M7 2.1a4 4 0 0 1 2 0\" />\n  <path d=\"M12 6a4 4 0 0 0 -.4 -1.8\" />\n  <path d=\"M12 6a4 4 0 0 1 .4 -1.8\" />\n  <path d=\"M15 2.1a4 4 0 0 1 2 0\" />\n  <path d=\"M20 6a4 4 0 0 0 -.4 -1.8\" />\n</svg>\n\n\n</li><li title=\"wiper \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-wiper\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"18\" r=\"1\" />\n  <path d=\"M3 9l5.5 5.5a5 5 0 0 1 7 0l5.5 -5.5a12 12 0 0 0 -18 0\" />\n  <line x1=\"12\" y1=\"18\" x2=\"9.8\" y2=\"5.2\" />\n</svg>\n\n\n</li><li title=\"woman \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-woman\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"5\" r=\"2\" />\n  <path d=\"M10 22v-4h-2l2 -6a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1l2 6h-2v4\" />\n</svg>\n\n\n</li><li title=\"world download \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-world-download\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M21 12a9 9 0 1 0 -9 9\" />\n  <path d=\"M3.6 9h16.8\" />\n  <path d=\"M3.6 15h8.4\" />\n  <path d=\"M11.578 3a17 17 0 0 0 0 18\" />\n  <path d=\"M12.5 3c1.719 2.755 2.5 5.876 2.5 9\" />\n  <path d=\"M18 14v7m-3 -3l3 3l3 -3\" />\n</svg>\n\n\n</li><li title=\"world latitude \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-world-latitude\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n  <line x1=\"4.6\" y1=\"7\" x2=\"19.4\" y2=\"7\" />\n  <line x1=\"3\" y1=\"12\" x2=\"21\" y2=\"12\" />\n  <line x1=\"4.6\" y1=\"17\" x2=\"19.4\" y2=\"17\" />\n</svg>\n\n\n</li><li title=\"world longitude \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-world-longitude\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n  <path d=\"M11.5 3a11.2 11.2 0 0 0 0 18\" />\n  <path d=\"M12.5 3a11.2 11.2 0 0 1 0 18\" />\n  <line x1=\"12\" y1=\"3\" x2=\"12\" y2=\"21\" />\n</svg>\n\n\n</li><li title=\"world upload \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-world-upload\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M21 12a9 9 0 1 0 -9 9\" />\n  <path d=\"M3.6 9h16.8\" />\n  <path d=\"M3.6 15h8.4\" />\n  <path d=\"M11.578 3a17 17 0 0 0 0 18\" />\n  <path d=\"M12.5 3c1.719 2.755 2.5 5.876 2.5 9\" />\n  <path d=\"M18 21v-7m3 3l-3 -3l-3 3\" />\n</svg>\n\n\n</li><li title=\"world \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-world\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n  <line x1=\"3.6\" y1=\"9\" x2=\"20.4\" y2=\"9\" />\n  <line x1=\"3.6\" y1=\"15\" x2=\"20.4\" y2=\"15\" />\n  <path d=\"M11.5 3a17 17 0 0 0 0 18\" />\n  <path d=\"M12.5 3a17 17 0 0 1 0 18\" />\n</svg>\n\n\n</li><li title=\"wrecking ball \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-wrecking-ball\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"19\" cy=\"13\" r=\"2\" />\n  <circle cx=\"4\" cy=\"17\" r=\"2\" />\n  <circle cx=\"13\" cy=\"17\" r=\"2\" />\n  <line x1=\"13\" y1=\"19\" x2=\"4\" y2=\"19\" />\n  <line x1=\"4\" y1=\"15\" x2=\"13\" y2=\"15\" />\n  <path d=\"M8 12v-5h2a3 3 0 0 1 3 3v5\" />\n  <path d=\"M5 15v-2a1 1 0 0 1 1 -1h7\" />\n  <path d=\"M19 11v-7l-6 7\" />\n</svg>\n\n\n</li><li title=\"writing sign \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-writing-sign\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M3 19c3.333 -2 5 -4 5 -6c0 -3 -1 -3 -2 -3s-2.032 1.085 -2 3c.034 2.048 1.658 2.877 2.5 4c1.5 2 2.5 2.5 3.5 1c.667 -1 1.167 -1.833 1.5 -2.5c1 2.333 2.333 3.5 4 3.5h2.5\" />\n  <path d=\"M20 17v-12c0 -1.121 -.879 -2 -2 -2s-2 .879 -2 2v12l2 2l2 -2z\" />\n  <path d=\"M16 7h4\" />\n</svg>\n\n\n</li><li title=\"writing \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-writing\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M20 17v-12c0 -1.121 -.879 -2 -2 -2s-2 .879 -2 2v12l2 2l2 -2z\" />\n  <path d=\"M16 7h4\" />\n  <path d=\"M18 19h-13a2 2 0 1 1 0 -4h4a2 2 0 1 0 0 -4h-3\" />\n</svg>\n\n\n</li><li title=\"x \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-x\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\" />\n  <line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\" />\n</svg>\n\n\n</li><li title=\"yin yang \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-yin-yang\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"12\" cy=\"12\" r=\"9\" />\n  <path d=\"M12 3a4.5 4.5 0 0 0 0 9a4.5 4.5 0 0 1 0 9\" />\n  <circle cx=\"12\" cy=\"7.5\" r=\".5\" fill=\"currentColor\" />\n  <circle cx=\"12\" cy=\"16.5\" r=\".5\" fill=\"currentColor\" />\n</svg>\n\n\n</li><li title=\"zodiac aquarius \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-zodiac-aquarius\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M3 10l3 -3l3 3l3 -3l3 3l3 -3l3 3\" />\n  <path d=\"M3 17l3 -3l3 3l3 -3l3 3l3 -3l3 3\" />\n</svg>\n\n\n</li><li title=\"zodiac aries \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-zodiac-aries\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M12 5a5 5 0 1 0 -4 8\" />\n  <path d=\"M16 13a5 5 0 1 0 -4 -8\" />\n  <line x1=\"12\" y1=\"21\" x2=\"12\" y2=\"5\" />\n</svg>\n\n\n</li><li title=\"zodiac cancer \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-zodiac-cancer\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"6\" cy=\"12\" r=\"3\" />\n  <circle cx=\"18\" cy=\"12\" r=\"3\" />\n  <path d=\"M3 12a10 6.5 0 0 1 14 -6.5\" />\n  <path d=\"M21 12a10 6.5 0 0 1 -14 6.5\" />\n</svg>\n\n\n</li><li title=\"zodiac capricorn \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-zodiac-capricorn\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M4 4a3 3 0 0 1 3 3v9\" />\n  <path d=\"M7 7a3 3 0 0 1 6 0v11a3 3 0 0 1 -3 3\" />\n  <circle cx=\"16\" cy=\"17\" r=\"3\" />\n</svg>\n\n\n</li><li title=\"zodiac gemini \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-zodiac-gemini\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M3 3a21 21 0 0 0 18 0\" />\n  <path d=\"M3 21a21 21 0 0 1 18 0\" />\n  <line x1=\"7\" y1=\"4.5\" x2=\"7\" y2=\"19.5\" />\n  <line x1=\"17\" y1=\"4.5\" x2=\"17\" y2=\"19.5\" />\n</svg>\n\n\n</li><li title=\"zodiac leo \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-zodiac-leo\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M13 17a4 4 0 1 0 8 0\" />\n  <circle cx=\"6\" cy=\"16\" r=\"3\" />\n  <circle cx=\"11\" cy=\"7\" r=\"4\" />\n  <path d=\"M7 7c0 3 2 5 2 9\" />\n  <path d=\"M15 7c0 4 -2 6 -2 10\" />\n</svg>\n\n\n</li><li title=\"zodiac libra \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-zodiac-libra\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"5\" y1=\"20\" x2=\"19\" y2=\"20\" />\n  <path d=\"M5 17h5v-.3a7 7 0 1 1 4 0v.3h5\" />\n</svg>\n\n\n</li><li title=\"zodiac pisces \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-zodiac-pisces\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M5 3a21 21 0 0 1 0 18\" />\n  <path d=\"M19 3a21 21 0 0 0 0 18\" />\n  <line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\" />\n</svg>\n\n\n</li><li title=\"zodiac sagittarius \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-zodiac-sagittarius\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <line x1=\"4\" y1=\"20\" x2=\"20\" y2=\"4\" />\n  <path d=\"M13 4h7v7\" />\n  <line x1=\"6.5\" y1=\"12.5\" x2=\"11.5\" y2=\"17.5\" />\n</svg>\n\n\n</li><li title=\"zodiac scorpio \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-zodiac-scorpio\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M3 4a2 2 0 0 1 2 2v9\" />\n  <path d=\"M5 6a2 2 0 0 1 4 0v9\" />\n  <path d=\"M9 6a2 2 0 0 1 4 0v10a3 3 0 0 0 3 3h5l-3 -3m0 6l3 -3\" />\n</svg>\n\n\n</li><li title=\"zodiac taurus \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-zodiac-taurus\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M6 3a6 6 0 0 0 12 0\" />\n  <circle cx=\"12\" cy=\"15\" r=\"6\" />\n</svg>\n\n\n</li><li title=\"zodiac virgo \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-zodiac-virgo\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <path d=\"M3 4a2 2 0 0 1 2 2v9\" />\n  <path d=\"M5 6a2 2 0 0 1 4 0v9\" />\n  <path d=\"M9 6a2 2 0 0 1 4 0v10a7 5 0 0 0 7 5\" />\n  <path d=\"M12 21a7 5 0 0 0 7 -5v-2a3 3 0 0 0 -6 0\" />\n</svg>\n\n\n</li><li title=\"zoom cancel \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-zoom-cancel\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"10\" cy=\"10\" r=\"7\" />\n  <line x1=\"8\" y1=\"8\" x2=\"12\" y2=\"12\" />\n  <line x1=\"12\" y1=\"8\" x2=\"8\" y2=\"12\" />\n  <line x1=\"21\" y1=\"21\" x2=\"15\" y2=\"15\" />\n</svg>\n\n\n</li><li title=\"zoom check \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-zoom-check\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"10\" cy=\"10\" r=\"7\" />\n  <path d=\"M21 21l-6 -6\" />\n  <path d=\"M7 10l2 2l4 -4\" />\n</svg>\n\n\n</li><li title=\"zoom in \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-zoom-in\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"10\" cy=\"10\" r=\"7\" />\n  <line x1=\"7\" y1=\"10\" x2=\"13\" y2=\"10\" />\n  <line x1=\"10\" y1=\"7\" x2=\"10\" y2=\"13\" />\n  <line x1=\"21\" y1=\"21\" x2=\"15\" y2=\"15\" />\n</svg>\n\n\n</li><li title=\"zoom money \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-zoom-money\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"10\" cy=\"10\" r=\"7\" />\n  <path d=\"M21 21l-6 -6\" />\n  <path d=\"M12 7h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5\" />\n  <path d=\"M10 13v1m0 -8v1\" />\n</svg>\n\n\n</li><li title=\"zoom out \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-zoom-out\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"10\" cy=\"10\" r=\"7\" />\n  <line x1=\"7\" y1=\"10\" x2=\"13\" y2=\"10\" />\n  <line x1=\"21\" y1=\"21\" x2=\"15\" y2=\"15\" />\n</svg>\n\n\n</li><li title=\"zoom question \"><svg xmlns=\"http://www.w3.org/2000/svg\" class=\"icon icon-tabler icon-tabler-zoom-question\"   viewBox=\"0 0 24 24\" stroke- stroke=\"currentColor\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <path stroke=\"none\" d=\"M0 0h24v24H0z\" fill=\"none\"/>\n  <circle cx=\"10\" cy=\"10\" r=\"7\" />\n  <path d=\"M21 21l-6 -6\" />\n  <line x1=\"10\" y1=\"13\" x2=\"10\" y2=\"13.01\" />\n  <path d=\"M10 10a1.5 1.5 0 1 0 -1.14 -2.474\" />\n</svg>\n\n\n</li></ul>"
  },
  {
    "path": "resources/svg/icons/themify/index.html",
    "content": "<style>\nul.svg-list {\n\tlist-style:none;\n\tpadding:0;\n\tmargin:10px 0 0;\n}\nul.svg-list li {\n\tdisplay:inline-block;\n\tposition:relative;\n\twidth:32px;\n\theight:32px;\n\tpadding:3px;\n\tmargin-right:5px;\n\tmargin-bottom:5px;\n\tbox-shadow:0px 3px 6px 0px rgba(0, 0, 0, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.08);\n}\n\nul.svg-list li:hover {\n\tbox-shadow:none;//0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 0px rgba(0, 0, 0, 0.15);\n}\n\nul.svg-list li svg{\n\tmax-width:100%;\n\tmax-height:100%;\n\tfill: var(--bs-body-color);\n\tcolor: var(--bs-border-color);\n}\n\nul.svg-list li span {\n\t//display:none;\n}\n\nul.svg-list li.heading {\n\twidth:100%;\n\tbox-shadow:none;\n\ttext-transform: capitalize;\n\tfont-size: 12px;\n\tline-height: 32px;\t\n}\n\nul.svg-list li span {\n  visibility: hidden;\n  min-width: 120px;\n  background-color: black;\n  color: #fff;\n  text-align: center;\n  border-radius: 6px;\n  padding: 5px 0;\n  \n  /* Position the tooltip */\n  position: absolute;\n  z-index: 1;\n  left:0;\n  top: 105%;\n  font-size:12px;\n}\n\nul.svg-list li:hover  span {\n  visibility: visible;\n}\n\nul.svg-list li:hover  svg {\n\ttransform: scale(2);\n\tfill:blue;\n\tcolor:green;\n}\t\n</style>\n<ul class=\"svg-list\"><li title=\"Italic \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M11.895 2.014l-5.691 12.986h0.796v1h-3v-1h1.111l5.691-12.986h-0.802v-1h3v1h-1.105z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"agenda \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M14 2v-2h-13v17h13v-2h2v-13h-2zM2 16v-15h2v15h-2zM13 16h-8v-15h8v15zM15 14h-1v-3h1v3zM15 10h-1v-3h1v3zM14 6v-3h1v3h-1zM6 4h5v1h-5v-1zM6 6h4v1h-4v-1z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"alarm clock \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M14.714 6.791c0.504-0.512 0.786-1.181 0.786-1.903 0-1.503-1.223-2.726-2.725-2.726-0.886 0-1.695 0.434-2.207 1.15-0.501-0.155-1.026-0.249-1.568-0.287v-1.025h1v-1h-3v1h1v1.025c-0.542 0.038-1.067 0.132-1.568 0.287-0.512-0.717-1.32-1.15-2.207-1.15-1.502 0-2.725 1.223-2.725 2.726 0 0.723 0.282 1.392 0.786 1.903-0.499 0.962-0.786 2.052-0.786 3.209 0 1.707 0.616 3.271 1.635 4.487l-1.285 1.713 0.8 0.6 1.192-1.59c1.239 1.109 2.868 1.79 4.658 1.79s3.419-0.681 4.658-1.79l1.192 1.59 0.8-0.6-1.285-1.713c1.019-1.216 1.635-2.78 1.635-4.487 0-1.157-0.287-2.247-0.786-3.209zM12.775 3.162c0.951 0 1.725 0.774 1.725 1.726 0 0.373-0.12 0.724-0.335 1.017-0.678-0.936-1.581-1.694-2.63-2.202 0.322-0.339 0.762-0.541 1.24-0.541zM2.5 4.888c0-0.951 0.774-1.726 1.725-1.726 0.478 0 0.918 0.202 1.24 0.54-1.049 0.508-1.951 1.267-2.63 2.202-0.215-0.293-0.335-0.643-0.335-1.016zM8.5 16c-3.309 0-6-2.691-6-6s2.691-6 6-6 6 2.691 6 6-2.691 6-6 6zM9 10h4v1h-5v-4h1v3z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"alert \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M8.454 1.492l-8.242 14.508h16.581l-8.339-14.508zM8.459 3.508l6.605 11.492h-13.134l6.529-11.492zM9 10.938h-1v-3.938h1v3.938zM9.5 13.031c0 0.552-0.447 1-1 1s-1-0.448-1-1 0.447-1 1-1 1 0.448 1 1z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"align center \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M17 2v1h-17v-1h17zM1.5 6v1h14v-1h-14zM0 11h17v-1h-17v1zM3.5 15h10v-1h-10v1z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"align justify \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M17 2v1h-17v-1h17zM0 7h17v-1h-17v1zM0 11h17v-1h-17v1zM0 15h17v-1h-17v1z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"align left \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M17 2v1h-17v-1h17zM14 6h-14v1h14v-1zM0 11h17v-1h-17v1zM0 15h10v-1h-10v1z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"align right \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M17 2v1h-17v-1h17zM3 7h14v-1h-14v1zM0 11h17v-1h-17v1zM7 15h10v-1h-10v1z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"anchor \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M15.291 12.592l-1.57-3.127-3.127 1.568 0.448 0.895 1.871-0.939c-0.373 1.907-1.956 3.365-3.913 3.585v-7.574h1.5v-1h-1.5v-1.051c1.14-0.232 2-1.241 2-2.449 0-1.379-1.122-2.5-2.5-2.5s-2.5 1.121-2.5 2.5c0 1.208 0.86 2.217 2 2.449v1.051h-1.5v1h1.5v7.574c-1.955-0.22-3.538-1.676-3.912-3.58l1.86 0.934 0.448-0.895-3.127-1.568-1.57 3.127 0.894 0.449 0.651-1.298c0.693 2.245 2.787 3.882 5.256 3.882 2.464 0 4.556-1.63 5.252-3.867l0.645 1.283 0.894-0.449zM7 2.5c0-0.827 0.673-1.5 1.5-1.5s1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5-1.5-0.673-1.5-1.5z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"android \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M3.809 5.696h9.383v6.807c0 0.623-0.502 1.125-1.113 1.125h-0.769v2.32c0 0.583-0.469 1.052-1.051 1.052-0.583 0-1.055-0.47-1.055-1.052v-2.32h-1.408v2.32c0 0.582-0.472 1.052-1.055 1.052-0.571 0-1.042-0.47-1.042-1.052l-0.009-2.32h-0.757c-0.622 0-1.124-0.501-1.124-1.125v-6.807zM2.357 5.502c-0.582 0-1.053 0.471-1.053 1.042v4.396c0 0.583 0.471 1.052 1.053 1.052s1.042-0.47 1.042-1.052v-4.396c0-0.571-0.468-1.042-1.042-1.042zM13.222 5.328h-9.454c0-1.625 0.972-3.036 2.413-3.771l-0.727-1.338c-0.041-0.072-0.021-0.164 0.051-0.205 0.071-0.031 0.164-0.011 0.205 0.062l0.735 1.349c0.625-0.277 1.32-0.43 2.055-0.43s1.43 0.153 2.055 0.429l0.735-1.349c0.041-0.072 0.134-0.092 0.205-0.062 0.072 0.041 0.092 0.133 0.051 0.205l-0.727 1.338c1.432 0.736 2.403 2.147 2.403 3.772zM6.741 3.223c0-0.215-0.173-0.399-0.397-0.399-0.216 0-0.389 0.184-0.389 0.399 0 0.214 0.173 0.398 0.389 0.398 0.224 0.001 0.397-0.183 0.397-0.398zM11.045 3.223c0-0.215-0.173-0.399-0.389-0.399-0.225 0-0.397 0.184-0.397 0.399 0 0.214 0.173 0.398 0.397 0.398 0.216 0.001 0.389-0.183 0.389-0.398zM14.643 5.502c-0.573 0-1.042 0.46-1.042 1.042v4.396c0 0.583 0.469 1.052 1.042 1.052 0.582 0 1.053-0.47 1.053-1.052v-4.396c-0.001-0.582-0.471-1.042-1.053-1.042z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"angle double down \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M8.5 10.644l-6.854-6.854 0.707-0.707 6.147 6.146 6.146-6.146 0.707 0.707-6.853 6.854zM8.5 14.074l-6.146-6.147-0.708 0.707 6.854 6.854 6.854-6.854-0.707-0.707-6.147 6.147z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"angle double left \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M7.987 8.5l6.146 6.146-0.707 0.707-6.853-6.853 6.854-6.854 0.707 0.707-6.147 6.147zM9.29 2.353l-0.707-0.707-6.854 6.854 6.854 6.854 0.707-0.707-6.146-6.147 6.146-6.147z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"angle double right \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M9.644 8.5l-6.854 6.854-0.707-0.707 6.146-6.147-6.146-6.146 0.707-0.708 6.854 6.854zM7.634 1.646l-0.707 0.708 6.146 6.146-6.146 6.146 0.707 0.707 6.853-6.853-6.853-6.854z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"angle double up \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M8.5 6.073l6.854 6.854-0.707 0.707-6.147-6.147-6.146 6.146-0.707-0.707 6.853-6.853zM8.5 2.644l6.146 6.146 0.707-0.707-6.853-6.854-6.854 6.854 0.708 0.707 6.146-6.146z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"angle down \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M16.354 5.075l-7.855 7.854-7.853-7.854 0.707-0.707 7.145 7.146 7.148-7.147 0.708 0.708z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"angle left \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M5.207 8.471l7.146 7.147-0.707 0.707-7.853-7.854 7.854-7.853 0.707 0.707-7.147 7.146z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"angle right \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M13.207 8.472l-7.854 7.854-0.707-0.707 7.146-7.146-7.146-7.148 0.707-0.707 7.854 7.854z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"angle up \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M16.354 11.896l-0.707 0.707-7.147-7.146-7.146 7.146-0.707-0.707 7.853-7.853 7.854 7.853z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"announcement \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M16.469 2.222h-1.927c-0.292 0-0.531 0.234-0.531 0.521v0.667l-10.995 4.030v-0.27c0-0.43-0.358-0.781-0.797-0.781h-1.422c-0.439 0-0.797 0.351-0.797 0.781v4.688c0 0.429 0.358 0.781 0.797 0.781h1.422c0.438 0 0.797-0.352 0.797-0.781v-0.331l1.034 0.189c-0.023 0.163-0.038 0.326-0.038 0.491 0 1.897 1.561 3.441 3.479 3.441 1.657 0 3.030-1.128 3.38-2.682l3.14 0.576v0.659c0 0.287 0.239 0.521 0.531 0.521h1.927c0.292 0 0.531-0.234 0.531-0.521v-11.458c0-0.287-0.239-0.521-0.531-0.521zM7.491 14.648c-1.367 0-2.479-1.095-2.479-2.441 0-0.104 0.027-0.205 0.040-0.308l4.84 0.888c-0.264 1.082-1.235 1.861-2.401 1.861zM16 13.722h-0.989v-1.013l-12.995-2.383v1.312h-1.016v-4.25h1.016v1.484l12.995-4.763v-0.887h0.989v10.5z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"apple \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M14.001 11.125c-0.469-0.674-0.704-1.44-0.704-2.278 0-0.776 0.225-1.482 0.664-2.115 0.245-0.357 0.633-0.756 1.165-1.205-0.347-0.43-0.706-0.777-1.063-1.022-0.634-0.439-1.358-0.664-2.176-0.664-0.501 0-1.093 0.123-1.767 0.347-0.675 0.235-1.165 0.348-1.461 0.348-0.236 0-0.706-0.102-1.411-0.307-0.715-0.204-1.308-0.306-1.808-0.306-1.176 0-2.136 0.491-2.901 1.471-0.766 0.991-1.154 2.258-1.154 3.821 0 1.675 0.511 3.381 1.501 5.139 1.011 1.757 2.023 2.646 3.075 2.646 0.337 0 0.787-0.112 1.349-0.348 0.553-0.224 1.042-0.337 1.451-0.337 0.419 0 0.939 0.102 1.542 0.327 0.614 0.214 1.083 0.327 1.431 0.327 0.868 0 1.747-0.665 2.626-2.003 0.592-0.889 1.001-1.747 1.256-2.554-0.602-0.183-1.144-0.612-1.615-1.287zM13.523 14.418c-0.657 1-1.293 1.552-1.79 1.552-0.147 0-0.459-0.047-1.081-0.264-0.693-0.259-1.33-0.39-1.892-0.39-0.541 0-1.155 0.138-1.838 0.415-0.58 0.243-0.865 0.269-0.961 0.269-0.628 0-1.412-0.762-2.204-2.137-0.923-1.639-1.372-3.159-1.372-4.648 0-1.336 0.31-2.387 0.942-3.206 0.579-0.741 1.251-1.086 2.113-1.086 0.401 0 0.902 0.088 1.529 0.267 1.051 0.305 1.444 0.346 1.689 0.346 0.425 0 1.010-0.132 1.777-0.399 0.589-0.196 1.077-0.296 1.45-0.296 0.609 0 1.135 0.159 1.61 0.489 0.066 0.046 0.135 0.098 0.204 0.155-0.228 0.236-0.414 0.461-0.562 0.677-0.56 0.806-0.843 1.709-0.843 2.686 0 1.048 0.297 2.006 0.884 2.85 0.354 0.505 0.748 0.908 1.182 1.206-0.217 0.499-0.498 1.006-0.837 1.514zM9.424 3.964c-0.235 0.072-0.582 0.133-1.062 0.174 0.021-1.011 0.286-1.89 0.797-2.625 0.511-0.737 1.368-1.237 2.555-1.513 0.020 0.092 0.040 0.164 0.050 0.225 0 0.071 0.011 0.132 0.011 0.204 0 0.419-0.102 0.889-0.296 1.39-0.204 0.511-0.521 0.981-0.951 1.41-0.368 0.367-0.736 0.612-1.104 0.735z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"archive \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M17 2h-17v4h1v11h15v-11h1v-4zM15 16h-13v-10h13v10zM16 5h-15v-2h15v2zM6 11h5.016c1.103 0 2-0.897 2-2s-0.897-2-2-2h-5.016c-1.103 0-2 0.897-2 2s0.897 2 2 2zM6 8h5.016c0.552 0 1 0.448 1 1s-0.448 1-1 1h-5.016c-0.552 0-1-0.448-1-1s0.448-1 1-1z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"arrow circle down \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M12.146 6.146l0.707 0.707-4.353 4.354-4.354-4.353 0.707-0.707 3.647 3.646 3.646-3.647zM17 8.5c0 4.687-3.813 8.5-8.5 8.5s-8.5-3.813-8.5-8.5 3.813-8.5 8.5-8.5 8.5 3.813 8.5 8.5zM16 8.5c0-4.136-3.364-7.5-7.5-7.5s-7.5 3.364-7.5 7.5 3.364 7.5 7.5 7.5 7.5-3.364 7.5-7.5z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"arrow circle left \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M10.854 4.854l-3.647 3.646 3.646 3.646-0.707 0.707-4.353-4.353 4.354-4.354 0.707 0.708zM17 8.5c0 4.687-3.813 8.5-8.5 8.5s-8.5-3.813-8.5-8.5 3.813-8.5 8.5-8.5 8.5 3.813 8.5 8.5zM16 8.5c0-4.136-3.364-7.5-7.5-7.5s-7.5 3.364-7.5 7.5 3.364 7.5 7.5 7.5 7.5-3.364 7.5-7.5z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"arrow circle right \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M6.854 4.146l4.353 4.354-4.354 4.354-0.707-0.707 3.647-3.647-3.647-3.646 0.708-0.708zM17 8.5c0 4.687-3.813 8.5-8.5 8.5s-8.5-3.813-8.5-8.5 3.813-8.5 8.5-8.5 8.5 3.813 8.5 8.5zM16 8.5c0-4.136-3.364-7.5-7.5-7.5s-7.5 3.364-7.5 7.5 3.364 7.5 7.5 7.5 7.5-3.364 7.5-7.5z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"arrow circle up \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M8.5 5.793l4.354 4.354-0.707 0.707-3.647-3.647-3.646 3.646-0.707-0.707 4.353-4.353zM17 8.5c0 4.687-3.813 8.5-8.5 8.5s-8.5-3.813-8.5-8.5 3.813-8.5 8.5-8.5 8.5 3.813 8.5 8.5zM16 8.5c0-4.136-3.364-7.5-7.5-7.5s-7.5 3.364-7.5 7.5 3.364 7.5 7.5 7.5 7.5-3.364 7.5-7.5z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"arrow down \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M15.854 8.854l-7.354 7.353-7.354-7.353 0.707-0.707 6.147 6.146v-13.293h1v13.293l6.146-6.146 0.708 0.707z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"arrow left \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M16 8.972h-12.793l6.146 6.146-0.707 0.707-7.353-7.353 7.354-7.354 0.707 0.707-6.147 6.147h12.793v1z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"arrow right \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M15.707 8.472l-7.354 7.354-0.707-0.707 6.146-6.146h-12.792v-1h12.793l-6.147-6.148 0.707-0.707 7.354 7.354z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"arrow top left \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M12.292 13l-10.317-10.297v7.297h-1v-9.003h9.025v1h-7.316l10.315 10.295-0.707 0.708z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"arrow top right \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M16 0.997v9.003h-1v-7.297l-10.317 10.297-0.707-0.708 10.315-10.295h-7.316v-1h9.025z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"arrow up \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M15.146 8.854l-6.146-6.147v13.293h-1v-13.293l-6.146 6.147-0.708-0.708 7.354-7.353 7.354 7.354-0.708 0.707z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"arrow \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M13.603 11.349l-0.706-0.708 1.644-1.641h-5.541v5.541l1.641-1.644 0.708 0.706-2.849 2.855-2.849-2.855 0.708-0.706 1.641 1.644v-5.541h-5.541l1.644 1.641-0.706 0.708-2.855-2.849 2.855-2.849 0.706 0.708-1.644 1.641h5.541v-5.541l-1.641 1.644-0.708-0.706 2.849-2.855 2.849 2.855-0.708 0.706-1.641-1.644v5.541h5.541l-1.644-1.641 0.706-0.708 2.855 2.849-2.855 2.849z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"arrows corner \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M15 9.5v5.5h-5.5v-1h3.803l-10.303-10.303v3.803h-1v-5.5h5.5v1h-3.783l10.283 10.283v-3.783h1z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"arrows horizontal \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M16.716 8.5l-3.954 3.858-0.698-0.716 2.707-2.642h-12.542l2.708 2.642-0.698 0.716-3.955-3.858 3.954-3.858 0.698 0.716-2.707 2.642h12.543l-2.708-2.642 0.698-0.716 3.954 3.858z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"arrows vertical \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M11.642 12.063l0.716 0.698-3.858 3.955-3.858-3.954 0.716-0.698 2.642 2.707v-12.542l-2.642 2.708-0.716-0.699 3.858-3.954 3.858 3.954-0.716 0.698-2.642-2.707v12.543l2.642-2.709z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"back left \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M15 7.5c0 3.033-2.467 5.5-5.5 5.5h-2.912l2.646 2.646-0.707 0.707-3.853-3.853 3.854-3.854 0.707 0.707-2.647 2.647h2.912c2.481 0 4.5-2.019 4.5-4.5s-2.019-4.5-4.5-4.5h-7.083v-1h7.083c3.033 0 5.5 2.467 5.5 5.5z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"back right \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M14.583 15v1h-7.083c-3.032 0-5.5-2.467-5.5-5.5s2.468-5.5 5.5-5.5h2.912l-2.646-2.646 0.707-0.707 3.853 3.853-3.853 3.854-0.707-0.708 2.646-2.646h-2.912c-2.481 0-4.5 2.019-4.5 4.5s2.019 4.5 4.5 4.5h7.083z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"bag \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M13 4v-2.394c0-0.885-0.737-1.606-1.643-1.606h-5.699c-0.905 0-1.642 0.721-1.642 1.606v2.394h-3.016v13h15v-13h-3zM5.016 1.606c0-0.334 0.288-0.606 0.642-0.606h5.699c0.355 0 0.643 0.272 0.643 0.606v2.394h-6.984v-2.394zM15 16h-13v-8h13v8zM15 7h-13v-2h2.016v0.643h1v-0.643h6.984v0.643h1v-0.643h2v2z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"bar chart alt \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M17 16v1h-17v-1h17zM12 10h2v5h1v-6h-4v6h1v-5zM7 7h2v8h1v-9h-4v9h1v-8zM2 3h2v12h1v-13h-4v13h1v-12z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"bar chart \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M17 16v1h-17v-1h17zM2 10h2v5h1v-6h-4v6h1v-5zM7 7h2v8h1v-9h-4v9h1v-8zM12 3h2v12h1v-13h-4v13h1v-12z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"basketball \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M8.516 0c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.814-8.5-8.5-8.5zM12.989 8c0.098-1.46 0.615-2.855 1.497-4.020 0.86 1.133 1.404 2.515 1.504 4.020h-3.001zM15.99 9c-0.1 1.505-0.644 2.888-1.505 4.021-0.881-1.166-1.398-2.561-1.495-4.021h3zM13.826 3.209c-1.094 1.371-1.733 3.040-1.837 4.791h-2.989v-6.976c1.879 0.122 3.574 0.929 4.826 2.185zM8 1.026v6.974h-2.96c-0.102-1.752-0.741-3.42-1.834-4.791 1.244-1.249 2.927-2.055 4.794-2.183zM1.041 8c0.1-1.505 0.644-2.888 1.505-4.021 0.881 1.165 1.397 2.56 1.495 4.021h-3zM4.040 9c-0.097 1.462-0.612 2.856-1.494 4.021-0.861-1.133-1.405-2.516-1.505-4.021h2.999zM3.205 13.791c1.095-1.371 1.733-3.039 1.835-4.791h2.96v6.974c-1.867-0.128-3.55-0.934-4.795-2.183zM9 15.976v-6.976h2.99c0.103 1.751 0.742 3.42 1.835 4.792-1.252 1.255-2.946 2.062-4.825 2.184z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"bell \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M15.312 14.125c-0.014-0.013-1.312-1.294-1.312-3.21v-3.292c0-3.101-2.468-5.623-5.5-5.623s-5.5 2.522-5.5 5.623v3.292c0 1.861-1.306 3.203-1.318 3.216l-0.843 0.853h15.357l-0.884-0.859zM3.052 13.984c0.444-0.692 0.948-1.764 0.948-3.069v-3.292c0-2.549 2.019-4.623 4.5-4.623s4.5 2.074 4.5 4.623v3.292c0 1.32 0.495 2.383 0.938 3.069h-10.886zM9 2h-1v-1h1v1zM9 15h1c0 0.827-0.673 1.5-1.5 1.5s-1.5-0.673-1.5-1.5h1c0 0.276 0.225 0.5 0.5 0.5s0.5-0.224 0.5-0.5z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"blackboard \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M9 2v-2h-1v2h-7v10h15v-10h-7zM15 11h-13v-8h13v8zM3.5 13h10v1h-2.584l1.504 2.326-0.84 0.543-1.855-2.869h-0.725v3h-1v-3h-0.712l-1.869 2.87-0.838-0.545 1.514-2.325h-2.595v-1z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"bolt alt \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M11.83 8l-3.826 7.233-0.884-0.467 3.050-5.766h-5.109l4.9-7.279 0.829 0.559-3.851 5.72h4.891z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"bolt \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M14.313 2.012h-7.152l-2.331 7.014h1.666l-2.010 6.052 9.483-8.051h-2.904l3.248-5.015zM11.247 8.027l-4.687 3.979 1.322-3.979h-1.665l1.665-5.015h4.592l-3.248 5.015h2.021z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"book \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M16.592 1.152c-0.053-0.010-1.321-0.244-2.981-0.244-2.105 0-3.828 0.366-5.125 1.088-1.518-0.765-3.264-1.152-5.196-1.152-1.681 0-2.866 0.302-2.915 0.315l-0.375 0.098 0.001 13.906 0.624-0.161c0.011-0.002 1.12-0.283 2.665-0.283 1.447 0 2.771 0.24 3.96 0.703v0.828h2.5v-0.856c1.281-0.488 2.747-0.611 3.86-0.611 1.562 0 2.786 0.225 2.798 0.227l0.592 0.11v-13.891l-0.408-0.077zM1 13.907v-11.858c0.451-0.084 1.277-0.205 2.29-0.205 1.761 0 3.339 0.36 4.71 1.044v11.776c-1.403-0.617-2.977-0.945-4.71-0.945-0.969 0-1.773 0.101-2.29 0.188zM16 13.938c-0.536-0.070-1.393-0.154-2.39-0.154-1.848 0-3.381 0.298-4.61 0.855v-11.773c1.422-0.78 3.271-0.958 4.61-0.958 1.023 0 1.902 0.097 2.39 0.164v11.866z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"bookmark alt \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M10.027 10.074v-10.074h-6.054v10.077l3.021-2.053 3.033 2.050zM4.973 8.188v-7.188h4.055v7.191l-2.037-1.376-2.018 1.373zM16 1.007v14.993h-15v-14.993h1.974v1h-0.974v12.993h13v-12.993h-4.005v-1h5.005z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"bookmark \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M3.562 1v15.459l4.686-3.27 4.752 3.26v-15.449h-9.438zM12 14.551l-3.756-2.578-3.681 2.568v-12.541h7.437v12.551z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"briefcase \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M7 13v-1.5h1v0.5h1v-0.5h1v1.5h-3zM17 11h-1v6h-15v-6h-1v-8h3.616c0.938-1.83 2.805-3 4.884-3s3.947 1.171 4.884 3h3.616v8zM4.769 3h7.464c-0.825-1.233-2.21-2-3.732-2s-2.907 0.768-3.732 2zM15 11h-13v5h13v-5zM16 4h-15v6h15v-6z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"brush alt \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M17 7.531c0-0.827-0.673-1.5-1.5-1.5h-4.808l0.285-0.914 0.023-3.617c0-0.827-0.673-1.5-1.5-1.5h-2c-0.827 0-1.5 0.673-1.5 1.5v3.452l0.31 1.080h-4.81c-0.827 0-1.5 0.673-1.5 1.5v3.486h0.932l-0.766 5.982h16.668l-0.766-5.982h0.932v-3.487zM15.698 16h-1.698v-2h-1v2h-1v-3h-1v3h-1v-4h-1v4h-5v-2h-1v2h-1.698l0.638-4.982h13.12l0.638 4.982zM1.060 10.018h-0.060v-2.487c0-0.276 0.224-0.5 0.5-0.5h6.165l-0.665-2.155v-3.376c0-0.276 0.224-0.5 0.5-0.5h2c0.276 0 0.5 0.224 0.5 0.5v3.393l-0.667 2.138h6.167c0.276 0 0.5 0.224 0.5 0.5v2.486h-14.94zM8 2h1v1h-1v-1z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"brush \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M15.913 1.782l-6.5 9.5-0.825-0.564 6.5-9.5 0.825 0.564zM9 13.992c0 1.103-0.897 2-2 2-0.203 0-0.538 0.015-0.541 0.015h-5.454l4.553-3.431c0.15-0.104 0.859-0.584 1.442-0.584 1.103 0 2 0.897 2 2zM8 13.992c0-0.551-0.449-1-1-1-0.175 0-0.582 0.203-0.853 0.393l-2.153 1.623h2.433c0.063-0.003 0.376-0.016 0.573-0.016 0.551 0 1-0.449 1-1z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"calendar \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M14 2v-1h-3v1h-5v-1h-3v1h-3v15h17v-15h-3zM12 2h1v2h-1v-2zM4 2h1v2h-1v-2zM16 16h-15v-8.921h15v8.921zM1 6.079v-3.079h2v2h3v-2h5v2h3v-2h2v3.079h-15z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"camera \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M5.958 3v-1h-2.916v1h-3.042v12h17v-12h-11.042zM16 14h-15v-7h6.557c-0.345 0.591-0.557 1.269-0.557 2 0 2.206 1.794 4 4 4s4-1.794 4-4c0-0.731-0.212-1.409-0.557-2h1.557v7zM14 9c0 1.654-1.346 3-3 3s-3-1.346-3-3 1.346-3 3-3 3 1.346 3 3zM13.618 6c-0.704-0.614-1.612-1-2.618-1s-1.914 0.386-2.618 1h-7.382v-2h15v2h-2.382z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"car \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M17 9.984l-1.958 0.002-2.051-3.986h-7.949l-2.968 3.999-2.074 0.001v4.977h2.002c0 0.008-0.002 0.015-0.002 0.023 0 1.103 0.897 2 2 2s2-0.897 2-2c0-0.008-0.002-0.015-0.002-0.023h5.005c-0.001 0.008-0.003 0.015-0.003 0.023 0 1.103 0.897 2 2 2s2-0.897 2-2c0-0.008-0.002-0.015-0.002-0.023h2.002v-4.993zM13.918 9.987l-3.897 0.004v-2.991h2.36l1.537 2.987zM5.544 7h3.477v2.992l-5.701 0.005 2.224-2.997zM4 16c-0.551 0-1-0.449-1-1s0.449-1 1-1 1 0.449 1 1-0.449 1-1 1zM13 16c-0.551 0-1-0.449-1-1s0.449-1 1-1 1 0.449 1 1-0.449 1-1 1zM16 13.977h-1.291c-0.35-0.582-0.981-0.977-1.709-0.977s-1.359 0.395-1.709 0.977h-5.582c-0.35-0.582-0.981-0.977-1.709-0.977s-1.359 0.395-1.709 0.977h-1.291v-2.977l15-0.015v2.992z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"check box \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M14 5.761h1v10.239h-14v-14h8.393v1h-7.393v12h12v-9.239zM4.854 8.146l-0.708 0.708 3.434 3.434 7.587-11.512-0.835-0.551-6.912 10.488-2.566-2.567z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"check \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M15.418 1.774l-8.833 13.485-4.918-4.386 0.666-0.746 4.051 3.614 8.198-12.515 0.836 0.548z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"clip \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M12.021 4.234v8.498h-1v-8.498c0-1.091-0.799-2.266-2.554-2.266-1.941 0-2.459 1.424-2.459 2.266v8.121h0.007v1.457c0 0.62 0.693 1.206 1.426 1.206 0.844 0 1.567-0.683 1.567-1.241v-0.27h-0.003l0.008-7.617c0-0.874-0.247-0.874-0.466-0.874-0.369 0-0.547 0.035-0.547 0.823v5.146h-1v-5.146c0-0.451 0-1.823 1.547-1.823 0.669 0 1.466 0.325 1.466 1.875l-0.007 6.43h0.002v1.457c0 1.173-1.224 2.241-2.567 2.241-1.292 0-2.426-1.031-2.426-2.206v-0.074h-0.007v-9.505c0-1.573 1.082-3.266 3.459-3.266 2.333 0.001 3.554 1.643 3.554 3.266z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"clipboard \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M16 2v15h-15v-15h2.244v1h-1.244v13h13v-13h-1.278v-1h2.278zM13 5h-9v-4h3.085c0.207-0.582 0.763-1 1.415-1s1.208 0.418 1.415 1h3.085v4zM12 2h-3v-0.5c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v0.5h-3v2h7v-2z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"close \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M9.207 8.5l6.646 6.646-0.707 0.707-6.646-6.646-6.646 6.646-0.707-0.707 6.646-6.646-6.647-6.646 0.707-0.707 6.647 6.646 6.646-6.646 0.707 0.707-6.646 6.646z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"cloud down \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M17 6.75c0 2.343-1.906 4.25-4.25 4.25h-2.757v-1h2.757c1.792 0 3.25-1.458 3.25-3.25s-1.458-3.25-3.25-3.25c-0.532 0-1.057 0.141-1.56 0.417l-0.354 0.195-0.265-0.306c-0.719-0.829-1.748-1.306-2.821-1.306-1.661 0-3.099 1.080-3.576 2.688l-0.126 0.422-0.435-0.072c-0.119-0.019-0.238-0.038-0.363-0.038-1.24 0-2.25 1.009-2.25 2.25s1.010 2.25 2.25 2.25h3.699v1h-3.699c-1.792 0-3.25-1.458-3.25-3.25 0-1.826 1.511-3.335 3.353-3.248 0.713-1.812 2.431-3.002 4.397-3.002 1.234 0 2.42 0.494 3.309 1.367 0.546-0.244 1.113-0.367 1.691-0.367 2.344 0 4.25 1.907 4.25 4.25zM9 13.73v-7.73h-1v7.73l-1.646-1.646-0.707 0.707 2.853 2.853 2.854-2.854-0.707-0.707-1.647 1.647z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"cloud up \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M17 6.75c0 2.343-1.906 4.25-4.25 4.25h-2.757v-1h2.757c1.792 0 3.25-1.458 3.25-3.25s-1.458-3.25-3.25-3.25c-0.532 0-1.057 0.141-1.56 0.417l-0.354 0.195-0.265-0.306c-0.719-0.829-1.748-1.306-2.821-1.306-1.661 0-3.099 1.080-3.576 2.688l-0.126 0.422-0.435-0.072c-0.119-0.019-0.238-0.038-0.363-0.038-1.24 0-2.25 1.009-2.25 2.25s1.010 2.25 2.25 2.25h3.699v1h-3.699c-1.792 0-3.25-1.458-3.25-3.25 0-1.826 1.529-3.335 3.353-3.248 0.713-1.812 2.431-3.002 4.397-3.002 1.234 0 2.42 0.494 3.309 1.367 0.546-0.244 1.113-0.367 1.691-0.367 2.344 0 4.25 1.907 4.25 4.25zM10.646 8.854l0.707-0.707-2.853-2.854-2.854 2.853 0.707 0.707 1.647-1.646v7.793h1v-7.793l1.646 1.647z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"cloud \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M12.75 4.5c-0.578 0-1.146 0.123-1.691 0.367-0.889-0.873-2.075-1.367-3.309-1.367-1.966 0-3.684 1.19-4.397 3.002-1.803-0.074-3.353 1.421-3.353 3.248 0 1.792 1.458 3.25 3.25 3.25h9.5c2.343 0 4.25-1.907 4.25-4.25s-1.907-4.25-4.25-4.25zM12.75 12h-9.5c-1.241 0-2.25-1.009-2.25-2.25s1.009-2.25 2.25-2.25c0.125 0 0.244 0.019 0.363 0.038l0.435 0.072 0.126-0.422c0.478-1.608 1.915-2.688 3.576-2.688 1.073 0 2.102 0.477 2.821 1.307l0.265 0.306 0.354-0.195c0.503-0.277 1.027-0.418 1.56-0.418 1.792 0 3.25 1.458 3.25 3.25s-1.458 3.25-3.25 3.25z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"comment alt \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M15.5 0h-14c-0.827 0-1.5 0.673-1.5 1.5v10c0 0.827 0.673 1.5 1.5 1.5h0.5v4.102l4.688-4.102h8.812c0.827 0 1.5-0.673 1.5-1.5v-10c0-0.827-0.673-1.5-1.5-1.5zM16 11.5c0 0.275-0.224 0.5-0.5 0.5h-9.188l-3.312 2.898v-2.898h-1.5c-0.276 0-0.5-0.225-0.5-0.5v-10c0-0.275 0.224-0.5 0.5-0.5h14c0.276 0 0.5 0.225 0.5 0.5v10zM3 3h11v1h-11v-1zM3 5h11v1h-11v-1zM3 7h6v1h-6v-1z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"comment \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M15.5 0h-14c-0.827 0-1.5 0.673-1.5 1.5v10c0 0.827 0.673 1.5 1.5 1.5h0.5v4.102l4.688-4.102h8.812c0.827 0 1.5-0.673 1.5-1.5v-10c0-0.827-0.673-1.5-1.5-1.5zM16 11.5c0 0.275-0.224 0.5-0.5 0.5h-9.188l-3.312 2.898v-2.898h-1.5c-0.276 0-0.5-0.225-0.5-0.5v-10c0-0.275 0.224-0.5 0.5-0.5h14c0.276 0 0.5 0.225 0.5 0.5v10z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"comments smiley \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M13 8h1c0 2.481-2.019 4.5-4.5 4.5s-4.5-2.019-4.5-4.5h1c0 1.93 1.57 3.5 3.5 3.5s3.5-1.57 3.5-3.5zM7.5 6.5c0.553 0 1-0.447 1-1s-0.447-1-1-1-1 0.447-1 1 0.447 1 1 1zM11.5 6.5c0.553 0 1-0.447 1-1s-0.447-1-1-1-1 0.447-1 1 0.447 1 1 1zM17 7.5c0 4.136-3.364 7.5-7.5 7.5-1.34 0-2.648-0.359-3.803-1.041l-5.5 2.843 2.843-5.499c-0.681-1.155-1.040-2.463-1.040-3.803 0-4.136 3.364-7.5 7.5-7.5s7.5 3.364 7.5 7.5zM16 7.5c0-3.584-2.916-6.5-6.5-6.5s-6.5 2.916-6.5 6.5c0 1.244 0.358 2.459 1.036 3.511l0.157 0.243-1.664 3.218 3.217-1.664 0.243 0.157c1.053 0.677 2.266 1.035 3.511 1.035 3.584 0 6.5-2.916 6.5-6.5z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"comments \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M17 1.5v7.969c0 0.827-0.673 1.5-1.5 1.5h-0.508v-1h0.508c0.276 0 0.5-0.225 0.5-0.5v-7.969c0-0.275-0.224-0.5-0.5-0.5h-14c-0.276 0-0.5 0.225-0.5 0.5v7.969c0 0.275 0.224 0.5 0.5 0.5h1.5v2.892l1.779-1.569 0.661 0.75-3.44 3.035v-4.108h-0.5c-0.827 0-1.5-0.673-1.5-1.5v-7.969c0-0.827 0.673-1.5 1.5-1.5h14c0.827 0 1.5 0.673 1.5 1.5zM14.020 9.54v3.043c0 0.827-0.673 1.5-1.5 1.5h-0.5v3.064l-3.667-3.064h-0.853c-0.827 0-1.5-0.673-1.5-1.5v-3.043c0-0.827 0.673-1.5 1.5-1.5h5.020c0.827 0 1.5 0.673 1.5 1.5zM13.020 9.54c0-0.275-0.224-0.5-0.5-0.5h-5.020c-0.276 0-0.5 0.225-0.5 0.5v3.043c0 0.275 0.224 0.5 0.5 0.5h1.217l2.303 1.926v-1.926h1.5c0.276 0 0.5-0.225 0.5-0.5v-3.043z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"control backward \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M6.719 8.474l7.281 6.097v-12.135l-7.281 6.038zM13 12.429l-4.719-3.951 4.719-3.914v7.865zM3.281 8.478l5.54 4.639-0.643 0.768-6.46-5.41 6.462-5.358 0.639 0.77-5.538 4.591z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"control eject \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M8.474 2.719l-6.038 7.281h12.135l-6.097-7.281zM8.478 4.281l3.951 4.719h-7.865l3.914-4.719zM15 13v1h-13v-1h13z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"control forward \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M3 2.436v12.136l7.281-6.098-7.281-6.038zM4 4.564l4.719 3.913-4.719 3.952v-7.865zM15.281 8.474l-6.46 5.41-0.643-0.768 5.54-4.639-5.537-4.592 0.639-0.77 6.461 5.359z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"control pause \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M3 15h4v-13h-4v13zM4 3h2v11h-2v-11zM10 2v13h4v-13h-4zM13 14h-2v-11h2v11z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"control play \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M3 2.692v11.618l11.618-5.837-11.618-5.781zM4 4.308l8.382 4.17-8.382 4.211v-8.381z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"control record \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M8.5 2.5c-3.309 0-6 2.691-6 6s2.691 6 6 6 6-2.691 6-6-2.691-6-6-6zM8.5 13.5c-2.757 0-5-2.243-5-5s2.243-5 5-5 5 2.243 5 5-2.243 5-5 5z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"control shuffle \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M8.94 6.871l1.081-1.34-0.004-0.003c0.855-0.971 2.087-1.528 3.378-1.528h1.898l-1.646-1.646 0.707-0.707 2.853 2.853-2.854 2.854-0.707-0.707 1.647-1.647h-1.898c-0.989 0-1.931 0.425-2.595 1.159l-1.080 1.339-0.78-0.627zM5.851 10.696l-0.011-0.008c-0.667 0.833-1.663 1.312-2.733 1.312h-3.107v1h3.107c1.369 0 2.645-0.611 3.503-1.676l0.011 0.009 0.941-1.166-0.777-0.629-0.934 1.158zM13.646 10.354l1.647 1.646h-1.898c-1.052 0-2.031-0.469-2.7-1.281l-4.269-5.265-0.010 0.008c-0.85-0.926-2.048-1.462-3.309-1.462h-3.107v1h3.107c0.998 0 1.948 0.428 2.611 1.17l4.161 5.132-0.005 0.004c0.86 1.076 2.143 1.694 3.52 1.694h1.898l-1.646 1.646 0.707 0.707 2.854-2.854-2.854-2.854-0.707 0.709z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"control skip backward \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M6.719 8.526l7.281 6.038v-12.135l-7.281 6.097zM13 12.436l-4.719-3.914 4.719-3.951v7.865zM3 2h1v13h-1v-13z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"control skip forward \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M3 14.571l7.281-6.097-7.281-6.038v12.135zM4 4.564l4.719 3.914-4.719 3.951v-7.865zM14 2v13h-1v-13h1z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"control stop \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M3 3v11h11v-11h-11zM13 13h-9v-9h9v9z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"credit card \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M15.5 2h-14c-0.827 0-1.5 0.673-1.5 1.5v10c0 0.827 0.673 1.5 1.5 1.5h14c0.827 0 1.5-0.673 1.5-1.5v-10c0-0.827-0.673-1.5-1.5-1.5zM16 13.5c0 0.275-0.224 0.5-0.5 0.5h-14c-0.276 0-0.5-0.225-0.5-0.5v-5.5h15v5.5zM1 5v-1.5c0-0.275 0.224-0.5 0.5-0.5h14c0.276 0 0.5 0.225 0.5 0.5v1.5h-15z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"crown \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M12.626 6.743l-4.083-6.673-4.211 6.675-4.499-3.833 1.739 13.088h13.855l1.738-13.075-4.539 3.818zM2.447 15l-0.133-1h12.371l-0.133 1h-12.105zM14.818 13h-12.636l-1.015-7.637 3.396 2.892 3.967-6.29 3.851 6.292 3.454-2.906-1.017 7.649z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"css3 \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M16.5 1.26l-2.407 12.064-7.277 2.416-6.316-2.416 0.643-3.223h2.688l-0.263 1.33 3.818 1.457 4.398-1.457 0.614-3.068h-10.929l0.524-2.686h10.94l0.345-1.73h-10.931l0.533-2.687h13.62z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"cup \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M16.999 1h-2.257c0.001-0.168 0.008-0.328 0.008-0.5v-0.5h-12.5v0.5c0 0.16 0.004 0.333 0.005 0.5h-2.254l-0.001 0.499c-0.003 1.086 0.062 2.199 0.195 3.31 0.352 2.937 1.271 6.341 2.795 7.087 0.194 0.096 0.395 0.144 0.596 0.144 0.238 0 0.479-0.068 0.707-0.206l0.209-0.14c0.833 1.277 1.97 2.139 3.498 2.298v2.008h-2.953v1h7v-1h-3.047v-1.997c1.415-0.149 2.585-0.935 3.493-2.312l0.234 0.155c0.216 0.13 0.447 0.194 0.681 0.194 0.201 0 0.404-0.048 0.602-0.145 1.524-0.746 2.443-4.15 2.795-7.087 0.133-1.11 0.198-2.224 0.195-3.31l-0.001-0.498zM3.988 10.834l-0.229 0.154c-0.112 0.066-0.204 0.070-0.328 0.010-0.785-0.385-1.808-2.675-2.243-6.309-0.108-0.9-0.169-1.802-0.184-2.689h1.273c0.097 2.924 0.513 6.468 1.792 8.956l-0.081-0.122zM8.5 13.041c-4.54 0-5.199-8.050-5.247-12.041h10.494c-0.049 4.721-0.838 12.041-5.247 12.041zM15.812 4.689c-0.436 3.634-1.458 5.924-2.243 6.309-0.123 0.061-0.216 0.058-0.308 0.003l-0.25-0.167-0.116 0.174c1.079-2.038 1.707-5.066 1.831-9.008h1.271c-0.016 0.887-0.077 1.789-0.185 2.689z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"cut \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M13 11c-0.545 0-1.049 0.157-1.49 0.412l-2.322-2.454 6.26-6.614-0.727-0.688-6.221 6.574-6.223-6.574-0.726 0.688 6.26 6.614-2.322 2.453c-0.44-0.254-0.945-0.411-1.489-0.411-1.654 0-3 1.346-3 3s1.346 3 3 3 3-1.346 3-3c0-0.747-0.285-1.424-0.738-1.949l2.238-2.365 2.238 2.365c-0.454 0.526-0.738 1.202-0.738 1.949 0 1.654 1.346 3 3 3s3-1.346 3-3-1.346-3-3-3zM4 16c-1.103 0-2-0.897-2-2s0.897-2 2-2 2 0.897 2 2-0.897 2-2 2zM13 16c-1.103 0-2-0.897-2-2s0.897-2 2-2 2 0.897 2 2-0.897 2-2 2z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"dashboard \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M17 11.5v0.5h-6.168v-1h5.152c-0.112-1.692-0.789-3.231-1.842-4.434l-0.806 0.806-0.707-0.707 0.802-0.802c-1.202-1.053-2.74-1.726-4.431-1.839v2.976h-1v-2.976c-1.691 0.113-3.229 0.786-4.43 1.839l0.796 0.796-0.707 0.707-0.8-0.8c-1.053 1.203-1.731 2.742-1.842 4.434h5.171v1h-6.188v-0.5c0-4.687 3.813-8.5 8.5-8.5s8.5 3.813 8.5 8.5zM10.5 11.5c0 1.103-0.897 2-2 2s-2-0.897-2-2c0-0.644 0.311-1.21 0.784-1.577l-2.082-3.63 0.867-0.497 2.141 3.733c0.095-0.014 0.19-0.029 0.29-0.029 1.103 0 2 0.897 2 2zM9.5 11.5c0-0.551-0.449-1-1-1s-1 0.449-1 1 0.449 1 1 1 1-0.449 1-1z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"desktop \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M2 11h13v-8h-13v8zM3 4h11v6h-11v-6zM15.5 1h-14c-0.827 0-1.5 0.638-1.5 1.423v10.154c0 0.785 0.673 1.423 1.5 1.423h14c0.827 0 1.5-0.638 1.5-1.423v-10.154c0-0.785-0.673-1.423-1.5-1.423zM16 12.577c0 0.234-0.225 0.423-0.5 0.423h-14c-0.275 0-0.5-0.189-0.5-0.423v-10.154c0-0.234 0.225-0.423 0.5-0.423h14c0.275 0 0.5 0.189 0.5 0.423v10.154zM5 15h7v1h-7v-1z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"direction alt \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M9 6h4.695l1.938-2.563-1.946-2.437h-4.687v-1h-1v1h-6v5h6v2h-4.687l-1.946 2.437 1.938 2.563h4.695v4h1v-4h6v-5h-6v-2zM3 2h10.206l1.161 1.454-1.169 1.546h-10.198v-3zM14 12h-10.198l-1.169-1.546 1.161-1.454h10.206v3z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"direction \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M16.641 5.409l-2.811-3.409h-4.83v-2h-1v2h-7v7h7v8h1v-8h4.838l2.803-3.591zM9 8h-7v-5h11.358l2.001 2.426-2.009 2.574h-4.35z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"download \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M17 16v1h-17v-1h17zM13.354 8.854l-0.707-0.707-3.646 3.646v-11.793h-1v11.794l-3.647-3.648-0.708 0.708 4.854 4.853 4.854-4.853z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"dribbble \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M8.5 0c-4.694 0-8.5 3.806-8.5 8.5s3.806 8.5 8.5 8.5 8.5-3.806 8.5-8.5-3.806-8.5-8.5-8.5zM15.994 8.621c-2.075-0.456-3.896-0.423-5.469-0.092-0.251-0.627-0.536-1.273-0.849-1.93 1.681-0.648 3.292-1.586 4.548-2.934 1.106 1.308 1.776 2.994 1.776 4.835 0 0.041-0.006 0.080-0.006 0.121zM13.523 2.947c-1.16 1.257-2.688 2.135-4.297 2.74-0.76-1.468-1.69-2.96-2.814-4.385 0.664-0.193 1.363-0.302 2.088-0.302 1.934 0 3.692 0.742 5.023 1.947zM5.43 1.665c1.133 1.397 2.062 2.884 2.828 4.353-2.974 0.92-5.966 1.028-7.114 1.030 0.474-2.407 2.104-4.4 4.286-5.383zM1 8.5c0-0.151 0.014-0.3 0.022-0.449 0.065 0.001 0.134 0.001 0.212 0.001 1.306 0 4.402-0.125 7.482-1.114 0.3 0.625 0.578 1.245 0.82 1.844-3.605 1.101-5.736 3.705-6.513 4.826-1.251-1.34-2.023-3.133-2.023-5.108zM3.758 14.304c0.596-0.901 2.601-3.518 6.145-4.57 0.961 2.598 1.405 4.744 1.566 5.651-0.911 0.394-1.914 0.615-2.969 0.615-1.798 0-3.449-0.637-4.742-1.696zM12.4 14.894c-0.198-1.063-0.636-3.042-1.503-5.405 1.444-0.28 3.109-0.288 5.008 0.145-0.341 2.226-1.658 4.129-3.505 5.26z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"dropbox alt \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M0.5 9.344l4.707 3.070 3.293-2.746-4.745-2.93z\" fill=\"currentFill\" />\n\t<path d=\"M5.207 1.062l-4.707 3.071 3.255 2.605 4.745-2.927z\" fill=\"currentFill\" />\n\t<path d=\"M16.5 4.133l-4.706-3.071-3.294 2.749 4.746 2.927z\" fill=\"currentFill\" />\n\t<path d=\"M8.5 9.668l3.294 2.746 4.706-3.070-3.254-2.606z\" fill=\"currentFill\" />\n\t<path d=\"M8.51 10.259l-3.303 2.739-1.413-0.924v1.035l4.716 2.829 4.717-2.829v-1.035l-1.414 0.924z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"dropbox \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M16.853 4.371l-5.296-3.454-3.057 2.538-3.046-2.538-5.307 3.454 3.1 2.476-3.099 2.482 3.444 2.243v1.533l4.917 2.939 4.926-2.938v-1.548l3.417-2.23-3.098-2.481 3.099-2.476zM11.627 2.157l3.52 2.296-2.232 1.782-3.56-2.19 2.272-1.888zM12 6.847l-3.5 2.159-3.5-2.159 3.5-2.154 3.5 2.154zM1.853 4.453l3.527-2.296 2.265 1.887-3.561 2.191-2.231-1.782zM1.852 9.245l2.232-1.789 3.562 2.198-2.266 1.89-3.528-2.299zM12.435 12.538l-3.925 2.343-3.917-2.342v-0.315l0.862 0.561 3.047-2.54 3.056 2.54 0.878-0.573v0.326zM15.148 9.246l-3.521 2.298-2.273-1.89 3.561-2.198 2.233 1.79z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"drupal \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M8.563 16.5c-3.718 0-7.062-2.926-7.062-6.906 0-3.974 3.098-5.813 3.672-6.114 0.684-0.364 1.176-0.556 1.95-1.175 0.383-0.301 0.702-0.739 0.803-1.805 0.555 0.665 1.221 1.439 1.694 1.759 0.775 0.51 1.55 0.711 2.36 1.221 0.492 0.301 3.518 2.15 3.518 6.241 0 4.082-3.226 6.779-6.935 6.779zM14.030 9.903c-0.729 0-2.205 1.513-2.979 1.522-0.901 0.018-2.149-1.787-3.954-1.77-1.422 0.010-2.542 1.14-2.561 2.343-0.009 0.675 0.21 1.176 0.675 1.494 0.31 0.209 0.592 0.337 1.512 0.337 1.531 0 3.472-1.896 4.365-1.867 0.71 0.026 1.812 1.768 2.369 1.804 0.437 0.036 0.665-0.164 1.038-0.701 0.364-0.547 0.52-1.404 0.52-1.887 0-0.473-0.21-1.275-0.985-1.275zM11.917 14.741c-0.31 0.228-1.003 0.511-1.987 0.511s-1.448-0.21-1.758-0.447c-0.045-0.036-0.027-0.036-0.119-0.036-0.1 0-0.154 0.046-0.236 0.109-0.073 0.064-0.109 0.219 0 0.328 0.674 0.619 1.804 0.565 2.633 0.491 0.839-0.082 1.55-0.573 1.622-0.646 0.109-0.108 0.082-0.2 0.063-0.264-0.018-0.064-0.073-0.154-0.218-0.046zM11.424 13.184c-0.182-0.118-0.445-0.137-0.691-0.137-0.247 0-0.383-0.018-0.646 0.091-0.266 0.109-0.539 0.355-0.711 0.511-0.174 0.154-0.201 0.273-0.11 0.401 0.092 0.117 0.192 0.044 0.447-0.174 0.264-0.21 0.438-0.401 0.975-0.401s0.629 0.201 0.737 0.401c0.11 0.2 0.119 0.228 0.228 0.174 0.128-0.064 0.192-0.156 0.128-0.312-0.065-0.154-0.174-0.427-0.357-0.554z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"email \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M0 2v13h17v-13h-17zM8.494 9.817l-6.896-6.817h13.82l-6.924 6.817zM5.755 8.516l-4.755 4.682v-9.383l4.755 4.701zM6.466 9.219l2.026 2.003 1.996-1.966 4.8 4.744h-13.677l4.855-4.781zM11.201 8.555l4.799-4.725v9.467l-4.799-4.742z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"envelope \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M2 0v17h13v-17h-13zM4.695 4l-1.408-3h10.426l-1.41 3h-7.608zM4.061 5h3.939v9h-4.002l-0.998 1.155v-12.414l1.061 2.259zM4.455 15h8.092l0.862 1h-9.816l0.862-1zM13.006 14h-4.006v-9h3.938l1.062-2.261v12.415l-0.994-1.154z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"eraser \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M13.446 4.201l-5.196-3.001c-0.69-0.397-1.65-0.141-2.048 0.55l-6 10.393c-0.414 0.716-0.167 1.635 0.55 2.050l3.179 1.824 4.357-0.018 5.708-9.749c0.413-0.716 0.167-1.635-0.55-2.049zM7.713 15.001l-3.518 0.014-2.945-1.689c-0.239-0.139-0.321-0.444-0.183-0.684l2.75-4.764 6.027 3.48-2.131 3.643zM13.13 5.747l-2.781 4.75-6.032-3.483 2.75-4.764c0.089-0.154 0.256-0.25 0.434-0.25 0.088 0 0.172 0.022 0.249 0.066l5.196 3c0.239 0.139 0.321 0.445 0.184 0.681zM17 15v1h-7v-1h7z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"exchange vertical \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M6 15.043v-7.043h-1v7.043l-3.646-3.646-0.707 0.707 4.853 4.853 4.854-4.854-0.707-0.707-3.647 3.647zM5.488 15.531h0.023l-0.011 0.012-0.012-0.012zM15.646 5.604l-3.646-3.647v7.096h-1v-7.096l-3.646 3.647-0.708-0.708 4.854-4.853 4.854 4.854-0.708 0.707z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"export \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M4.359 5.956l-0.718-0.697 4.859-5.005 4.859 5.005-0.718 0.696-3.641-3.75v10.767h-1v-10.767l-3.641 3.751zM16 9.030v6.47c0 0.276-0.224 0.5-0.5 0.5h-14c-0.276 0-0.5-0.224-0.5-0.5v-6.475h-1v6.475c0 0.827 0.673 1.5 1.5 1.5h14c0.827 0 1.5-0.673 1.5-1.5v-6.47h-1z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"eye \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M16.965 8.817c-1.284-3.267-4.687-5.463-8.465-5.463s-7.181 2.196-8.465 5.463c-0.046 0.117-0.046 0.248 0 0.365 1.285 3.268 4.687 5.464 8.465 5.464s7.18-2.195 8.465-5.463c0.047-0.118 0.047-0.248 0-0.366zM8.5 13.646c-3.298 0-6.269-1.859-7.459-4.646 1.189-2.787 4.16-4.646 7.459-4.646s6.27 1.859 7.459 4.646c-1.19 2.786-4.161 4.646-7.459 4.646zM8.5 5.357c-2.009 0-3.643 1.634-3.643 3.643s1.634 3.643 3.644 3.643c2.008 0 3.643-1.634 3.643-3.643s-1.635-3.643-3.644-3.643zM8.5 11.643c-1.458 0-2.644-1.186-2.644-2.643s1.187-2.643 2.644-2.643c1.457 0 2.643 1.186 2.643 2.643s-1.185 2.643-2.643 2.643zM8.5 7.643c-0.748 0-1.357 0.609-1.357 1.357s0.609 1.357 1.357 1.357 1.357-0.609 1.357-1.357-0.609-1.357-1.357-1.357zM8.5 9.357c-0.197 0-0.357-0.16-0.357-0.357s0.16-0.357 0.357-0.357 0.357 0.16 0.357 0.357-0.16 0.357-0.357 0.357z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"face sad \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M8.5 0c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5zM8.5 16c-4.136 0-7.5-3.364-7.5-7.5s3.364-7.5 7.5-7.5 7.5 3.364 7.5 7.5-3.364 7.5-7.5 7.5zM13 13c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-1.93-1.57-3.5-3.5-3.5s-3.5 1.57-3.5 3.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-2.481 2.019-4.5 4.5-4.5s4.5 2.019 4.5 4.5zM4.5 5.5c0-0.552 0.448-1 1-1s1 0.448 1 1-0.448 1-1 1-1-0.448-1-1zM10.5 5.5c0-0.552 0.448-1 1-1s1 0.448 1 1-0.448 1-1 1-1-0.448-1-1z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"face smile \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M8.5 0c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5zM8.5 16c-4.136 0-7.5-3.364-7.5-7.5s3.364-7.5 7.5-7.5 7.5 3.364 7.5 7.5-3.364 7.5-7.5 7.5zM13 9c0 2.481-2.019 4.5-4.5 4.5s-4.5-2.019-4.5-4.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5c0 1.93 1.57 3.5 3.5 3.5s3.5-1.57 3.5-3.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5zM4.5 5.5c0-0.552 0.448-1 1-1s1 0.448 1 1-0.448 1-1 1-1-0.448-1-1zM10.5 5.5c0-0.552 0.448-1 1-1s1 0.448 1 1-0.448 1-1 1-1-0.448-1-1z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"facebook \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M12.461 5.57l-0.309 2.93h-2.342v8.5h-3.518v-8.5h-1.753v-2.93h1.753v-1.764c0-2.383 0.991-3.806 3.808-3.806h2.341v2.93h-1.465c-1.093 0-1.166 0.413-1.166 1.176v1.464h2.651z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"file \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M9.667 0h-7.667v17h13v-11.692l-5.333-5.308zM10 1.742l3.273 3.258h-3.273v-3.258zM3 16v-15h6v5h5v10h-11z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"files \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M12.497 0h-6.497v2.010h1v-1.010h5v4h4v8h-4.017v1h5.017v-9.818l-4.503-4.182zM13 1.832l2.335 2.168h-2.335v-2.168zM0 3v14h11v-9.818l-4.503-4.182h-6.497zM7 4.832l2.335 2.168h-2.335v-2.168zM1 16v-12h5v4h4v8h-9z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"filter \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M0.54 0l6.46 9.229v7.771h3v-7.771l6.46-9.229h-15.92zM9 8.914v7.086h-1v-7.086l-5.54-7.914h12.080l-5.54 7.914z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"flag alt 2 \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M15 0v17h-1v-17h1zM4.984 1h8v8h-4.984v2h-7v-8h3.984v-2zM7 9h-2v-5h-3v6h5v-1zM5.984 2v1h0.016v5h5.984v-6h-6z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"flag alt \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M15 0v17h-1v-17h1zM1.527 0.976h11.473v8h-11.49l2.911-3.952-2.894-4.048zM12 1.976h-8.528l2.185 3.056-2.168 2.944h8.511v-6z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"flag \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M13 10.008v-9.238l-11.879 4.619 11.879 4.619zM12 8.547l-8.121-3.158 8.121-3.159v6.317zM15 0v17h-1v-17h1z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"flickr alt \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M8.5 0.5c-4.418 0-8 3.583-8 8 0 4.418 3.582 8 8 8s8-3.582 8-8c0-4.417-3.582-8-8-8zM5.433 10.979c-1.391 0-2.519-1.126-2.519-2.518 0-1.391 1.128-2.518 2.519-2.518s2.517 1.127 2.517 2.518c0 1.392-1.127 2.518-2.517 2.518zM11.75 10.979c-1.391 0-2.518-1.126-2.518-2.518 0-1.391 1.127-2.518 2.518-2.518s2.518 1.127 2.518 2.518c0 1.392-1.127 2.518-2.518 2.518z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"flickr \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M7.295 8.5c0 2.014-1.634 3.647-3.646 3.647-2.015 0-3.649-1.633-3.649-3.647s1.634-3.647 3.649-3.647c2.012 0 3.646 1.633 3.646 3.647zM17 8.5c0 2.014-1.634 3.647-3.649 3.647-2.012 0-3.646-1.634-3.646-3.647s1.634-3.647 3.646-3.647c2.015 0 3.649 1.633 3.649 3.647zM16 8.5c0-1.46-1.188-2.647-2.649-2.647-1.459 0-2.646 1.188-2.646 2.647s1.187 2.647 2.646 2.647c1.461 0 2.649-1.187 2.649-2.647z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"folder \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M8 4l-1.958-2h-6.042v15h17v-13h-9zM5.622 3l1.958 2h8.42v2.027l-15-0.026v-4.001h4.622zM1 16v-7.999l15 0.026v7.973h-15z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"fullscreen \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M15.996 11.352l0.004 4.648-4.649-0.004 0.001-1 2.94 0.003-5.792-5.791-5.792 5.792 2.94-0.003 0.001 1-4.649 0.003 0.004-4.649 1 0.001-0.003 2.939 5.792-5.791-5.792-5.792 0.003 2.939-1 0.001-0.004-4.648 4.649 0.004-0.001 1-2.94-0.003 5.792 5.792 5.792-5.792-2.94 0.003-0.001-1 4.649-0.004-0.004 4.649-1-0.001 0.003-2.939-5.792 5.791 5.792 5.792-0.003-2.939 1-0.001z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"gallery \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M13 10v-10h-13v13h13v-3zM1 1h11v8h-0.755l-2.564-3.319-1.159 1.214-2.248-3.881-3.576 5.986h-0.698v-8zM9.982 9h-7.119l2.398-4.014 2.064 3.564 1.275-1.337 1.382 1.787zM1 12v-2h11v2h-11zM17 3v13h-13v-1.984h1v0.984h11v-11h-2v-1h3z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"game \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M9 3.988v-2.988h-1v2.988c-3.564 0.105-8 1.282-8 2.487v7.041c0 0.827 0.673 1.5 1.5 1.5h1.79l1.996-3.931c0.567 0.104 1.713 0.274 3.173 0.274 1.479 0 2.694-0.174 3.288-0.277l1.908 3.934h1.845c0.827 0 1.5-0.673 1.5-1.5v-7.041c0-1.205-4.437-2.383-8-2.487zM16 13.516c0 0.275-0.225 0.5-0.5 0.5h-1.218l-1.976-4.070-0.386 0.085c-0.015 0.003-1.515 0.329-3.462 0.329-1.941 0-3.315-0.323-3.329-0.327l-0.384-0.093-2.068 4.075h-1.177c-0.275 0-0.5-0.225-0.5-0.5v-6.915c0.502-0.437 3.38-1.518 7-1.611v0.011h1v-0.013c3.619 0.094 6.498 1.175 7 1.612v6.917zM5 7.020h0.998v1h-0.998v1.020h-1v-1.020h-1v-1h1v-1.020h1v1.020zM12.5 9.020c0.827 0 1.5-0.673 1.5-1.5s-0.673-1.5-1.5-1.5-1.5 0.672-1.5 1.5 0.673 1.5 1.5 1.5zM12.5 7.020c0.275 0 0.5 0.225 0.5 0.5s-0.225 0.5-0.5 0.5-0.5-0.225-0.5-0.5 0.225-0.5 0.5-0.5z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"gift \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M7.839 5.611l-0.034 0.198 0.673-0.086c0.004 0 0.021-0.003 0.031-0.004l0.637 0.081-0.031-0.181c1.090-0.202 3.308-0.725 4.575-1.81 0.494-0.422 0.766-0.99 0.766-1.6s-0.272-1.178-0.766-1.601c-0.942-0.808-2.561-0.807-3.503 0-0.814 0.697-1.359 1.726-1.711 2.628-0.352-0.9-0.897-1.926-1.711-2.621-0.941-0.806-2.558-0.805-3.499 0-0.494 0.422-0.766 0.989-0.766 1.597 0 0.608 0.272 1.174 0.766 1.595 1.267 1.082 3.485 1.603 4.573 1.804zM10.837 1.368c0.291-0.249 0.681-0.386 1.101-0.386 0.419 0 0.811 0.137 1.101 0.386 0.269 0.229 0.416 0.528 0.416 0.841 0 0.312-0.147 0.61-0.416 0.84-1.032 0.883-2.929 1.355-3.966 1.558 0.245-0.888 0.783-2.399 1.764-3.239zM3.915 1.375c0.291-0.248 0.681-0.385 1.101-0.385 0.419 0 0.81 0.137 1.1 0.385 0.976 0.833 1.514 2.337 1.76 3.223-1.036-0.201-2.928-0.67-3.961-1.552-0.268-0.228-0.415-0.524-0.415-0.834 0-0.311 0.147-0.608 0.415-0.837zM17 6h-17v4h1v7h15v-7h1v-4zM6.976 7h3.006l1.066 5.843-1.648-0.685-1.301 1.205-1.123-6.363zM1 7h4.96l0.353 2h-5.313v-2zM15 16h-13v-6h4.49l0.942 5.343 2.176-2.015 2.752 1.145-0.815-4.473h3.455v6zM16 9h-4.638l-0.365-2h5.003v2z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"github \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M13.077 11.115c0 0.746-0.389 1.962-1.308 1.962-0.92 0-1.309-1.216-1.309-1.962 0-0.745 0.389-1.962 1.309-1.962 0.919 0 1.308 1.217 1.308 1.962zM5.231 9.153c-0.919 0-1.308 1.217-1.308 1.962 0 0.746 0.389 1.962 1.308 1.962 0.919 0 1.308-1.216 1.308-1.962 0-0.745-0.389-1.962-1.308-1.962zM17 9.317c0 1.135-0.112 2.34-0.623 3.382-1.349 2.728-5.057 2.993-7.713 2.993-2.697 0-6.63-0.234-8.030-2.993-0.522-1.032-0.634-2.247-0.634-3.382 0-1.492 0.409-2.901 1.39-4.045-0.184-0.562-0.276-1.155-0.276-1.738 0-0.766 0.173-1.531 0.521-2.227 1.614 0 2.646 0.705 3.872 1.665 1.032-0.245 2.094-0.357 3.157-0.357 0.96 0 1.931 0.103 2.861 0.327 1.216-0.95 2.247-1.635 3.841-1.635 0.348 0.695 0.521 1.461 0.521 2.227 0 0.583-0.092 1.165-0.276 1.717 0.981 1.154 1.389 2.574 1.389 4.066zM14.711 11.115c0-1.563-0.949-2.942-2.615-2.942-0.674 0-1.317 0.123-1.992 0.215-0.531 0.082-1.062 0.112-1.604 0.112s-1.073-0.030-1.604-0.112c-0.664-0.092-1.318-0.215-1.992-0.215-1.665 0-2.615 1.379-2.615 2.942 0 3.126 2.86 3.606 5.353 3.606h1.717c2.493 0.001 5.352-0.48 5.352-3.606z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"google \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M17 2.615v1.308h-2.615v2.616h-1.308v-2.616h-2.615v-1.308h2.615v-2.615h1.308v2.615h2.615zM10.39 12.78c0 1.175-0.561 2.125-1.43 2.881-1.175 1.012-2.779 1.339-4.291 1.339-1.91 0-4.669-0.817-4.669-3.187 0-0.48 0.164-0.951 0.379-1.38 0.908-1.838 3.748-2.309 5.577-2.36-0.336-0.439-0.653-0.949-0.653-1.522 0-0.337 0.121-0.562 0.225-0.878-0.246 0.030-0.48 0.051-0.715 0.051-1.982 0-3.698-1.461-3.698-3.515 0-1.941 1.501-3.596 3.36-4.004 0.624-0.134 1.266-0.205 1.91-0.205h4.466l-1.379 0.807h-1.381c1.013 0.633 1.523 1.87 1.523 3.014 0 2.707-2.289 2.911-2.289 4.26 0 1.318 3.065 1.839 3.065 4.699zM7.725 4.853c0-1.553-0.839-4.117-2.729-4.117-1.337 0-1.991 1.185-1.991 2.391 0 1.552 1.021 3.984 2.84 3.984 1.398-0.001 1.88-1.012 1.88-2.258zM8.95 13.659c0-1.43-1.34-2.227-2.381-2.953-0.174-0.020-0.338-0.020-0.512-0.020-1.674 0-4.168 0.531-4.168 2.656 0 1.961 2.207 2.718 3.842 2.718 1.522 0 3.219-0.613 3.219-2.401z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"hand drag \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M13.963 5.6v5.844c0 0.777-0.383 1.241-0.663 1.579-0.234 0.284-0.356 0.443-0.356 0.694v1.783c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5v-1.783c0-0.623 0.325-1.016 0.586-1.331 0.242-0.293 0.434-0.524 0.434-0.941v-5.845c0-0.312-0.268-0.606-0.551-0.606-0.329 0-0.399 0.051-0.402 0.053-0.066 0.089-0.064 0.569-0.063 0.956 0.001 0.189 0.002 0.4-0.002 0.632-0.004 0.274-0.213 0.478-0.504 0.493-0.274-0.002-0.496-0.225-0.496-0.5v-2.12c0-0.307-0.222-0.538-0.516-0.538-0.27 0-0.468 0.201-0.492 0.488v2.003c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5v0-2.011c0-0.003-0.002-0.006-0.002-0.010v-0.773c0-0.066-0.014-0.642-0.474-0.642-0.45 0-0.518 0.402-0.518 0.642v0.703c0 0.028-0.011 0.054-0.016 0.081v2.594c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5v0-2.684c-0.048-0.194-0.188-0.39-0.466-0.39-0.286 0-0.527 0.261-0.527 0.57v3.35c0 0.007-0.006 0.013-0.006 0.020v1.101c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5v-0.834c-0.176-0.064-0.431-0.116-0.577-0.083-0.118 0.023-0.237 0.127-0.311 0.271-0.059 0.113-0.138 0.347-0.009 0.637l1.698 3.717c0.016 0.035 0.027 0.071 0.035 0.108 0.056 0.275 0.312 0.456 0.588 0.431 0.139-0.018 0.281 0.030 0.387 0.125 0.105 0.095 0.166 0.23 0.166 0.372v1.744c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5v-1.286c-0.536-0.139-0.969-0.561-1.107-1.125l-1.679-3.675c-0.22-0.496-0.207-1.043 0.032-1.507 0.214-0.413 0.588-0.709 1.001-0.793 0.21-0.043 0.494-0.031 0.775 0.026v-0.72c0-0.010 0.005-0.019 0.006-0.029v-1.85c0-0.866 0.686-1.57 1.527-1.57 0.2 0 0.392 0.040 0.566 0.112 0.199-0.644 0.733-1.057 1.433-1.057 0.668 0 1.192 0.422 1.389 1.061 0.178-0.075 0.373-0.116 0.579-0.116 0.689 0 1.258 0.444 1.447 1.072 0.183-0.040 0.369-0.049 0.536-0.049 0.842 0 1.552 0.735 1.552 1.606z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"hand open \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M15.242 5.42l-1.188 8.064c-0.118 0.612-0.389 0.88-0.586 1.076-0.191 0.19-0.318 0.316-0.318 0.933v1.007c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5v-1.007c0-0.955 0.278-1.309 0.614-1.642 0.155-0.154 0.248-0.247 0.304-0.534l1.185-8.039c0.018-0.123 0.051-0.54-0.273-0.585-0.112-0.016-0.203 0.002-0.275 0.057-0.096 0.071-0.164 0.209-0.188 0.378l-0.497 3.316c-0.025 0.171-0.138 0.316-0.296 0.385s-0.341 0.050-0.484-0.049c-0.050 0.008-0.134-0.023-0.218-0.078-0.152-0.097-0.239-0.268-0.229-0.448l0.285-5.286c0.023-0.278-0.17-0.509-0.432-0.532-0.127-0.012-0.249 0.028-0.346 0.109-0.098 0.082-0.156 0.196-0.167 0.321l-0.463 4.782c-0.026 0.269-0.239 0.464-0.531 0.451-0.081-0.005-0.163-0.010-0.246-0.011-0.269-0.006-0.485-0.223-0.49-0.491l-0.115-6.119c0-0.268-0.21-0.478-0.468-0.478-0.258 0-0.468 0.21-0.468 0.468l-0.118 6.586c-0.004 0.19-0.114 0.362-0.286 0.443-0.062 0.030-0.122 0.060-0.179 0.092-0.147 0.084-0.326 0.087-0.476 0.008-0.15-0.078-0.251-0.227-0.268-0.395l-0.515-5.329c-0.011-0.131-0.070-0.245-0.166-0.326-0.097-0.081-0.228-0.118-0.345-0.109-0.126 0.011-0.239 0.070-0.32 0.167-0.080 0.096-0.119 0.218-0.108 0.343l0.503 7.097c0.016 0.218-0.113 0.422-0.317 0.501-0.206 0.080-0.438 0.017-0.573-0.155l-1.551-1.953c-0.203-0.34-0.562-0.435-0.84-0.274-0.136 0.079-0.233 0.205-0.273 0.356-0.040 0.15-0.020 0.308 0.060 0.443l3.529 6.087c0.080 0.139 0.211 0.236 0.367 0.274 0.224 0.054 0.382 0.255 0.382 0.486v0.69c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5v-0.35c-0.254-0.137-0.465-0.341-0.614-0.598l-3.53-6.087c-0.213-0.366-0.27-0.793-0.16-1.202 0.108-0.41 0.371-0.752 0.739-0.965 0.758-0.437 1.728-0.177 2.164 0.579l0.506 0.634-0.389-5.483c-0.034-0.382 0.086-0.764 0.338-1.066 0.252-0.3 0.608-0.485 0.999-0.52 0.397-0.036 0.775 0.087 1.077 0.34 0.146 0.123 0.263 0.269 0.35 0.431l0.014-0.753c0-0.802 0.659-1.46 1.468-1.46s1.468 0.659 1.468 1.469l0.014 0.746c0.088-0.163 0.206-0.31 0.353-0.434 0.303-0.254 0.688-0.376 1.078-0.34 0.811 0.071 1.412 0.788 1.341 1.598l-0.053 0.978c0.026-0.023 0.054-0.045 0.081-0.066 0.288-0.216 0.637-0.3 1.018-0.248 0.785 0.109 1.248 0.816 1.122 1.717z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"hand point down \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M13.753 11.303c-0.956 0.577-1.702-0.173-1.982-0.454l-0.26-0.282v4.898c0 0.847-0.675 1.535-1.505 1.535s-1.505-0.688-1.505-1.535v-2.325c-0.162 0.059-0.336 0.091-0.517 0.091-0.79 0-1.44-0.629-1.496-1.424-0.158 0.059-0.328 0.090-0.505 0.090-0.83 0-1.505-0.689-1.505-1.537v-0.136c-0.145 0.049-0.3 0.075-0.463 0.075-0.835 0-1.515-0.689-1.515-1.535v-3.186c0-0.67 0.322-1.555 0.606-2.335 0.185-0.507 0.394-1.082 0.394-1.309v-0.856c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v0.855c0 0.404-0.2 0.955-0.454 1.652-0.256 0.703-0.546 1.499-0.546 1.993v3.186c0 0.29 0.236 0.535 0.516 0.535 0.292 0 0.454-0.262 0.463-0.52 0.010-0.27 0.231-0.482 0.5-0.482 0.003 0 0.006 0 0.009 0 0.272 0.005 0.491 0.228 0.491 0.5v1.562c0 0.296 0.227 0.537 0.505 0.537 0.264 0 0.484-0.22 0.502-0.5 0.016-0.269 0.235-0.47 0.514-0.468 0.27 0.009 0.484 0.23 0.484 0.5v1.268c0 0.295 0.225 0.535 0.5 0.535 0.259 0 0.487-0.202 0.521-0.461 0.034-0.261 0.267-0.464 0.528-0.435 0.263 0.017 0.468 0.235 0.468 0.499v3.631c0 0.295 0.227 0.535 0.505 0.535s0.505-0.24 0.505-0.535v-6.18c0-0.206 0.126-0.391 0.318-0.466 0.189-0.075 0.409-0.024 0.55 0.127l1.114 1.211c0.459 0.462 0.607 0.373 0.748 0.287 0.246-0.146 0.331-0.484 0.188-0.74l-3.288-7.098c-0.053-0.091-0.164-0.178-0.297-0.211-0.222-0.056-0.378-0.255-0.378-0.485v-0.832c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v0.499c0.233 0.134 0.428 0.33 0.564 0.574l3.288 7.098c0.393 0.694 0.148 1.631-0.565 2.054z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"hand point left \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M16.422 13.5c0 0.276-0.224 0.5-0.5 0.5h-0.855c-0.227 0-0.802 0.209-1.309 0.394-0.781 0.284-1.666 0.606-2.336 0.606h-3.185c-0.847 0-1.536-0.68-1.536-1.516 0-0.163 0.026-0.318 0.075-0.463h-0.135c-0.847 0-1.536-0.676-1.536-1.506 0-0.177 0.031-0.346 0.089-0.504-0.795-0.055-1.424-0.704-1.424-1.495 0-0.181 0.032-0.355 0.091-0.518h-2.326c-0.847 0-1.535-0.675-1.535-1.504 0-0.83 0.688-1.506 1.535-1.506h4.897l-0.266-0.245c-0.296-0.295-1.043-1.040-0.468-1.998 0.423-0.71 1.36-0.955 2.088-0.547l7.028 3.252c0.268 0.149 0.471 0.348 0.607 0.583h0.5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-0.831c-0.229 0-0.429-0.155-0.485-0.378-0.034-0.133-0.121-0.245-0.245-0.315l-7.028-3.251c-0.294-0.164-0.627-0.080-0.775 0.169-0.086 0.144-0.174 0.29 0.3 0.764l1.196 1.098c0.152 0.14 0.202 0.357 0.127 0.55s-0.26 0.318-0.466 0.318h-6.18c-0.294 0-0.534 0.227-0.534 0.506 0 0.278 0.24 0.504 0.535 0.504h3.631c0.264 0 0.482 0.204 0.499 0.468 0.017 0.263-0.173 0.494-0.434 0.528-0.259 0.033-0.461 0.263-0.461 0.522 0 0.275 0.24 0.5 0.535 0.5h1.268c0.27 0 0.492 0.215 0.5 0.484 0.008 0.271-0.2 0.498-0.469 0.515-0.28 0.018-0.499 0.237-0.499 0.501 0 0.279 0.241 0.506 0.536 0.506h1.562c0.273 0 0.495 0.219 0.5 0.491s-0.21 0.499-0.482 0.509c-0.258 0.009-0.52 0.171-0.52 0.463 0 0.279 0.246 0.515 0.536 0.515h3.185c0.494 0 1.291-0.29 1.994-0.546 0.696-0.254 1.247-0.454 1.65-0.454h0.855c0.277 0 0.501 0.224 0.501 0.5z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"hand point right \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M16.922 7.494c0 0.829-0.688 1.504-1.535 1.504h-2.325c0.059 0.162 0.091 0.337 0.091 0.518 0 0.791-0.629 1.44-1.424 1.496 0.058 0.158 0.089 0.327 0.089 0.504 0 0.83-0.689 1.506-1.536 1.506h-0.136c0.049 0.145 0.075 0.3 0.075 0.463 0 0.835-0.69 1.515-1.536 1.515h-3.185c-0.67 0-1.555-0.322-2.336-0.606-0.507-0.185-1.081-0.394-1.309-0.394h-0.855c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h0.855c0.403 0 0.954 0.2 1.65 0.454 0.704 0.256 1.501 0.546 1.995 0.546h3.185c0.291 0 0.536-0.236 0.536-0.516 0-0.292-0.262-0.454-0.52-0.463-0.272-0.010-0.487-0.236-0.482-0.509s0.228-0.491 0.5-0.491h1.562c0.296 0 0.536-0.227 0.536-0.506 0-0.264-0.219-0.483-0.498-0.501-0.271-0.017-0.478-0.244-0.47-0.515 0.009-0.27 0.229-0.484 0.5-0.484h1.268c0.295 0 0.535-0.225 0.535-0.5 0-0.259-0.203-0.488-0.462-0.521-0.261-0.034-0.451-0.266-0.434-0.528 0.018-0.264 0.235-0.468 0.499-0.468h3.631c0.295 0 0.535-0.226 0.535-0.504 0-0.279-0.24-0.506-0.535-0.506h-6.18c-0.206 0-0.391-0.126-0.466-0.318s-0.023-0.41 0.128-0.55l1.211-1.113c0.46-0.459 0.372-0.605 0.287-0.748-0.148-0.249-0.48-0.335-0.742-0.188l-7.097 3.287c-0.089 0.052-0.176 0.164-0.211 0.297-0.055 0.223-0.254 0.378-0.484 0.378h-0.832c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h0.499c0.134-0.233 0.329-0.428 0.573-0.564l7.098-3.288c0.693-0.39 1.632-0.146 2.055 0.565 0.574 0.957-0.173 1.702-0.453 1.982l-0.282 0.26h4.897c0.846 0 1.535 0.676 1.535 1.506z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"hand point up \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M14.5 8.236v3.186c0 0.67-0.322 1.555-0.606 2.335-0.185 0.507-0.394 1.082-0.394 1.31v0.855c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5v-0.855c0-0.404 0.201-0.955 0.454-1.652 0.256-0.702 0.546-1.498 0.546-1.992v-3.187c0-0.29-0.236-0.535-0.516-0.535-0.292 0-0.454 0.262-0.463 0.52-0.009 0.272-0.209 0.507-0.508 0.482-0.272-0.005-0.491-0.228-0.491-0.5v-1.562c0-0.296-0.227-0.537-0.505-0.537-0.264 0-0.484 0.22-0.502 0.5-0.017 0.27-0.228 0.485-0.515 0.468-0.27-0.009-0.484-0.23-0.484-0.5v-1.267c0-0.295-0.224-0.535-0.5-0.535-0.259 0-0.487 0.202-0.521 0.461-0.034 0.26-0.262 0.461-0.528 0.434-0.263-0.017-0.468-0.235-0.468-0.499v-3.631c0-0.295-0.227-0.535-0.505-0.535s-0.505 0.24-0.505 0.535v6.18c0 0.206-0.126 0.391-0.318 0.466-0.191 0.075-0.41 0.024-0.55-0.127l-1.114-1.211c-0.459-0.462-0.607-0.374-0.748-0.287-0.246 0.146-0.331 0.484-0.188 0.74l3.288 7.098c0.053 0.091 0.165 0.178 0.297 0.211 0.223 0.057 0.378 0.256 0.378 0.485v0.832c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5v-0.499c-0.233-0.134-0.427-0.33-0.565-0.574l-3.287-7.098c-0.393-0.694-0.147-1.631 0.565-2.054 0.96-0.575 1.703 0.173 1.982 0.454l0.26 0.282v-4.898c0-0.847 0.676-1.535 1.505-1.535s1.505 0.688 1.505 1.535v2.325c0.162-0.058 0.336-0.090 0.517-0.090 0.791 0 1.44 0.629 1.496 1.424 0.158-0.059 0.328-0.090 0.505-0.090 0.83 0 1.505 0.689 1.505 1.537v0.136c0.145-0.049 0.3-0.075 0.463-0.075 0.835-0.001 1.515 0.688 1.515 1.534z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"hand stop \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M14 4.403v7.258c0 0.856-0.337 1.867-0.635 2.758-0.179 0.538-0.365 1.093-0.365 1.331v0.75c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5v-0.75c0-0.4 0.184-0.95 0.417-1.647 0.259-0.78 0.583-1.749 0.583-2.442v-7.258c0-0.275-0.206-0.483-0.478-0.483-0.278 0-0.512 0.21-0.521 0.468 0 0.003-0.002 0.006-0.002 0.009l0.001 3.86c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5l-0.001-4.086c0-0.005 0.003-0.009 0.003-0.015v-1.406c0-0.232-0.14-0.483-0.446-0.483-0.274 0-0.528 0.21-0.544 0.45-0.001 0.013-0.010 0.025-0.012 0.039v4.48c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.223-0.5-0.5v-4.896c0-0.022 0.010-0.042 0.013-0.063v-0.795c0-0.261-0.241-0.482-0.525-0.482-0.279 0-0.497 0.211-0.497 0.482v0.866c0.002 0.015 0.009 0.028 0.009 0.044v0 4.896c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5v0-4.592c0-0.004-0.003-0.007-0.004-0.011-0.033-0.238-0.248-0.418-0.5-0.418-0.279 0-0.505 0.217-0.505 0.483v5.705c0 0.208-0.128 0.394-0.322 0.467-0.191 0.073-0.413 0.020-0.551-0.135l-1.117-1.254c-0.393-0.459-0.656-0.311-0.753-0.255-0.116 0.065-0.199 0.171-0.232 0.297-0.032 0.121-0.014 0.248 0.050 0.357l3.292 7.009c0.046 0.073 0.158 0.155 0.294 0.188 0.225 0.054 0.382 0.255 0.382 0.486v0.885c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5v-0.546c-0.231-0.128-0.423-0.314-0.56-0.545l-3.291-7.010c-0.18-0.299-0.235-0.698-0.134-1.081 0.103-0.387 0.354-0.71 0.706-0.91 0.676-0.381 1.422-0.206 2 0.468l0.237 0.266v-4.392c0-0.818 0.675-1.483 1.505-1.483 0.174 0 0.343 0.030 0.5 0.085 0.067-0.757 0.71-1.352 1.491-1.352 0.801 0 1.459 0.604 1.521 1.367 0.171-0.064 0.356-0.1 0.548-0.1 0.811 0 1.446 0.651 1.446 1.483v0.262c0.163-0.059 0.338-0.091 0.52-0.091 0.828-0.001 1.477 0.65 1.477 1.482z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"harddrive \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M14.134 2.996h-11.266l-2.868 4.374v6.634h17v-6.569l-2.866-4.439zM3.409 3.996h10.18l1.942 3.008h-14.094l1.972-3.008zM1 13.004v-5h15v5h-15zM13.5 9.004c-0.827 0-1.5 0.673-1.5 1.5s0.673 1.5 1.5 1.5 1.5-0.673 1.5-1.5-0.673-1.5-1.5-1.5zM13.5 11.004c-0.275 0-0.5-0.225-0.5-0.5s0.225-0.5 0.5-0.5 0.5 0.225 0.5 0.5-0.225 0.5-0.5 0.5z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"harddrives \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M13.5 12.5c-0.827 0-1.5 0.673-1.5 1.5s0.673 1.5 1.5 1.5 1.5-0.673 1.5-1.5-0.673-1.5-1.5-1.5zM13.5 14.5c-0.275 0-0.5-0.225-0.5-0.5s0.225-0.5 0.5-0.5 0.5 0.225 0.5 0.5-0.225 0.5-0.5 0.5zM17 3.15l-2.923-3.15h-11.151l-2.926 3.087v6.433h0.936l-0.936 1.172v6.308h17v-6.26l-1.046-1.22h1.046v-6.37zM3.355 1h10.286l1.854 2h-14.035l1.895-2zM1 16v-4h15v4h-15zM15.906 11h-14.873l1.181-1.48h12.424l1.268 1.48zM1 8.52v-4.52h15v4.52h-15zM13.5 5c-0.827 0-1.5 0.673-1.5 1.5 0 0.826 0.673 1.499 1.5 1.499s1.5-0.673 1.5-1.499c0-0.827-0.673-1.5-1.5-1.5zM13.5 6.999c-0.275 0-0.5-0.224-0.5-0.499s0.225-0.5 0.5-0.5 0.5 0.225 0.5 0.5-0.225 0.499-0.5 0.499z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"headphone alt \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M15.668 6.017c-0.957-3.557-3.863-6.017-7.168-6.017-3.295 0-6.212 2.464-7.168 6.017-0.747 0.082-1.332 0.712-1.332 1.483v4c0 0.625 0.382 1.16 0.924 1.385 0.194 1.747 1.663 3.115 3.461 3.115h2.707c0.207 0.581 0.757 1 1.408 1h3c0.827 0 1.5-0.673 1.5-1.5s-0.673-1.5-1.5-1.5h-3c-0.651 0-1.201 0.419-1.408 1h-2.707c-1.208 0-2.217-0.86-2.449-2h1.064v-1h1v-5h-1v-1h-0.606c0.913-2.961 3.352-5 6.106-5 2.762 0 5.193 2.037 6.106 5h-0.606v1h-1v5h1v1h1.506c0.824 0 1.494-0.673 1.494-1.5v-4c0-0.771-0.585-1.401-1.332-1.483zM8.5 15h3c0.275 0 0.5 0.224 0.5 0.5s-0.225 0.5-0.5 0.5h-3c-0.275 0-0.5-0.224-0.5-0.5s0.225-0.5 0.5-0.5zM2 12h-0.506c-0.272 0-0.494-0.224-0.494-0.5v-4c0-0.276 0.222-0.5 0.494-0.5h0.506v5zM16 11.5c0 0.276-0.222 0.5-0.494 0.5h-0.506v-5h0.506c0.272 0 0.494 0.224 0.494 0.5v4z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"headphone \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M15.981 8.085c-0.192-4.493-3.469-8.085-7.481-8.085s-7.289 3.592-7.481 8.085c-0.59 0.201-1.019 0.756-1.019 1.415v4c0 0.827 0.67 1.5 1.494 1.5h1.506v-1h1v-5h-1v-1h-0.978c0.225-3.902 3.040-7 6.478-7s6.253 3.098 6.478 7h-0.978v1h-1v5h1v1h1.506c0.824 0 1.494-0.673 1.494-1.5v-4c0-0.659-0.429-1.214-1.019-1.415zM2 14h-0.506c-0.272 0-0.494-0.225-0.494-0.5v-4c0-0.275 0.222-0.5 0.494-0.5h0.506v5zM16 13.5c0 0.275-0.222 0.5-0.494 0.5h-0.506v-5h0.506c0.272 0 0.494 0.225 0.494 0.5v4z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"heart broken \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M0.153 6.276c-0.105-0.419-0.153-0.775-0.153-1.118 0-2.481 2.019-4.5 4.5-4.5 1.739 0 3.251 0.992 4 2.439 0.749-1.447 2.261-2.439 4-2.439 2.481 0 4.5 2.019 4.5 4.5 0 0.342-0.047 0.688-0.147 1.091l-0.113 0.368c-0.081 0.331-0.228 0.721-0.453 1.199l-0.904-0.426c0.196-0.418 0.322-0.749 0.395-1.041l0.112-0.369c0.073-0.295 0.11-0.564 0.11-0.822 0-1.93-1.57-3.5-3.5-3.5s-3.5 1.571-3.5 3.5h-1c0-1.93-1.57-3.5-3.5-3.5s-3.5 1.571-3.5 3.5c0 0.259 0.038 0.536 0.116 0.847l0.1 0.316c0.094 0.287 0.235 0.618 0.441 1.033l-0.896 0.446c-0.228-0.46-0.386-0.833-0.498-1.173l-0.11-0.351zM8.499 15.211c-0.806-0.633-3.102-2.533-4.976-5.013l-0.797 0.604c2.394 3.167 5.354 5.352 5.478 5.443l0.298 0.218 0.296-0.22c0.129-0.095 3.187-2.374 5.536-5.438l-0.793-0.609c-1.848 2.409-4.219 4.366-5.042 5.015zM14.172 7.415l-2.832 2-2.832-2-2.833 2-2.837-1.999-3.126 2.202 0.576 0.818 2.55-1.798 2.837 2.001 2.833-2 2.832 2 2.832-2 2.539 1.796 0.578-0.816-3.117-2.204z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"heart \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M12.5 0.658c-1.739 0-3.251 0.992-4 2.439-0.749-1.447-2.261-2.439-4-2.439-2.481 0-4.5 2.019-4.5 4.5 0 0.343 0.048 0.699 0.154 1.118l0.109 0.351c1.432 4.354 7.659 9.393 7.924 9.604l0.313 0.252 0.313-0.252c0.282-0.227 6.926-5.598 7.927-9.614l0.112-0.368c0.101-0.402 0.148-0.749 0.148-1.091 0-2.481-2.019-4.5-4.5-4.5zM15.889 5.98l-0.113 0.37c-0.809 3.246-5.946 7.727-7.276 8.843-1.282-1.083-6.122-5.337-7.285-8.872l-0.1-0.316c-0.077-0.311-0.115-0.588-0.115-0.847 0-1.93 1.57-3.5 3.5-3.5s3.5 1.571 3.5 3.5v0.252h1v-0.252c0-1.93 1.57-3.5 3.5-3.5s3.5 1.57 3.5 3.5c0 0.258-0.038 0.527-0.111 0.822z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"help alt \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M8.5 0c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5zM8.5 16c-4.136 0-7.5-3.364-7.5-7.5s3.364-7.5 7.5-7.5 7.5 3.364 7.5 7.5-3.364 7.5-7.5 7.5zM9.658 12.219c0 0.568-0.462 1.031-1.031 1.031-0.571 0-1.033-0.463-1.033-1.031 0-0.57 0.462-1.032 1.033-1.032 0.569 0 1.031 0.461 1.031 1.032zM10.662 4.215c0.448 0.565 0.674 1.328 0.55 1.855-0.243 1.027-0.842 1.567-1.371 2.043-0.543 0.489-0.934 0.84-0.934 1.647h-1c0-1.251 0.671-1.856 1.264-2.39 0.461-0.415 0.896-0.807 1.066-1.529 0.034-0.143-0.039-0.6-0.36-1.005-0.307-0.389-0.728-0.586-1.248-0.586-1.779 0-1.869 1.444-1.873 1.609l-1-0.027c0.024-0.893 0.655-2.582 2.873-2.582 0.818 0 1.539 0.343 2.033 0.965z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"help \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M10.311 14.831c0 0.898-0.73 1.628-1.629 1.628-0.902 0-1.631-0.73-1.631-1.628 0-0.9 0.729-1.63 1.631-1.63 0.898 0 1.629 0.73 1.629 1.63zM11.668 2.373c-0.512-0.645-1.444-1.414-2.983-1.414-4.098 0-4.245 3.758-4.246 3.796l1 0.026c0.003-0.115 0.11-2.822 3.246-2.822 1.14 0 1.825 0.563 2.199 1.035 0.555 0.7 0.7 1.508 0.624 1.833-0.291 1.229-1.011 1.877-1.773 2.563-0.935 0.841-1.9 1.71-1.9 3.558h1c0-1.402 0.692-2.026 1.569-2.815 0.804-0.724 1.715-1.544 2.077-3.078 0.149-0.634-0.083-1.76-0.813-2.682z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"home \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M14 16h-3v-6h-5v6h-3v-9h-1v10h13v-10h-1v9zM7 16v-5h3v5h-3zM16.796 6.473l-0.592 0.807-7.704-5.66-7.704 5.658-0.592-0.806 8.296-6.092 8.296 6.093z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"html5 \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M15.54 0.5l-1.28 14.379-5.78 1.621-5.74-1.621-1.28-14.379h14.080zM12.92 3.439h-8.84l0.47 5.34h6.121l-0.222 2.279-1.969 0.532-1.96-0.531-0.13-1.399h-1.749l0.22 2.779 3.62 1h0.039v-0.010l3.591-0.99 0.5-5.44h-6.441l-0.15-1.81h6.74l0.16-1.75z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"hummer \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M9 4h5.625l-3.609-4h-7.016v4h4v3.723h-1.125v9.277h3.25v-9.277h-1.125v-3.723zM5 1h5.571l1.805 2h-7.376v-2zM9.125 16h-1.25v-7.277h1.25v7.277z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"id badge \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M0 3v12h17v-12h-17zM16 14h-15v-10h15v10zM2.562 13.511l-1-0.022c0.033-1.43 1.398-2.652 3.309-3.017v-0.326c-0.248-0.259-0.425-0.61-0.545-0.923-0.162-0.116-0.302-0.294-0.399-0.516-0.185-0.41-0.153-0.821 0.063-1.068-0.004-0.074-0.006-0.147-0.006-0.217l-0.002-0.184c-0.006-0.537-0.016-1.42 0.929-1.584 0.194-0.339 0.483-0.627 1.179-0.651 1.123-0.035 1.916 0.378 2.185 1.151 0.091 0.265 0.006 0.485-0.056 0.645-0.059 0.152-0.115 0.295-0.082 0.564 0.013 0.107 0.011 0.212 0.003 0.312 0.175 0.237 0.211 0.597 0.082 0.975-0.095 0.273-0.249 0.484-0.434 0.608-0.111 0.287-0.27 0.604-0.487 0.845v0.377c1.909 0.375 3.228 1.571 3.261 3.008l-1 0.023c-0.023-1.021-1.21-1.908-2.823-2.109l-0.438-0.055v-1.709l0.2-0.15c0.106-0.080 0.271-0.321 0.415-0.761l0.135-0.344 0.074-0.631c0.014-0.106 0.027-0.207 0.019-0.268-0.062-0.52 0.066-0.85 0.142-1.046 0.005-0.014 0.009-0.023 0.012-0.031-0.21-0.396-0.879-0.413-1.171-0.406-0.277 0.011-0.297 0.050-0.351 0.153-0.068 0.132-0.229 0.442-0.637 0.478-0.092 0.008-0.121 0.027-0.121 0.027-0.041 0.064-0.038 0.367-0.036 0.568l0.001 0.195c0 0.141 0.010 0.292 0.029 0.446l0.070 0.573 0.12 0.021 0.003 0.248c0.154 0.466 0.339 0.721 0.451 0.798l0.215 0.149v1.687l-0.442 0.052c-1.612 0.189-2.844 1.098-2.867 2.115zM15 8h-5v-1h5v1zM14 10h-4v-1h4v1z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"image \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M1 1v15h15v-15h-15zM15 15h-13v-2h13v2zM2 12v-10h13v10h-13zM14.203 10.165l-0.697 0.717-2.417-2.349-1.554 1.676-2.486-4.415-3.401 4.975-0.826-0.564 4.31-6.303 2.604 4.622 1.317-1.422 3.15 3.063z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"import \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M8.5 13.677l-4.853-4.83 0.705-0.709 3.648 3.631v-10.797h1v10.797l3.647-3.63 0.705 0.709-4.852 4.829zM16 9.030v6.47c0 0.276-0.224 0.5-0.5 0.5h-14c-0.276 0-0.5-0.224-0.5-0.5v-6.475h-1v6.475c0 0.827 0.673 1.5 1.5 1.5h14c0.827 0 1.5-0.673 1.5-1.5v-6.47h-1z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"infinite \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M17 8c0 2.206-1.794 4-4 4-1.197 0-2.31-0.532-3.074-1.452l-0.002 0.001-0.014-0.018c-0.011-0.014-0.026-0.023-0.038-0.038l0.004-0.003-3.634-4.482c-0.569-0.64-1.386-1.008-2.242-1.008-1.654 0-3 1.346-3 3 0 1.654 1.346 3 3 3 0.915 0 1.769-0.41 2.342-1.125l0.009 0.007 0.817-1.012 0.778 0.628-0.823 1.019-0.010-0.008c-0.763 0.947-1.897 1.491-3.113 1.491-2.206 0-4-1.794-4-4 0-2.206 1.794-4 4-4 1.12 0 2.186 0.477 2.943 1.301l0.008-0.006 0.042 0.052 3.698 4.56c0.573 0.693 1.409 1.093 2.309 1.093 1.654 0 3-1.346 3-3 0-1.654-1.346-3-3-3-0.846 0-1.65 0.362-2.22 0.989l-0.948 1.175-0.778-0.628 0.948-1.175-0.004-0.003c0.76-0.863 1.855-1.358 3.002-1.358 2.206 0 4 1.794 4 4z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"info alt \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M8.5 0c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5zM8.5 16c-4.136 0-7.5-3.364-7.5-7.5s3.364-7.5 7.5-7.5 7.5 3.364 7.5 7.5-3.364 7.5-7.5 7.5zM9 12.369h0.979v1h-2.958v-1h0.979v-4.42h-0.946v-1h1.946v5.42zM7.185 4.986c0-0.545 0.441-0.986 0.986-0.986s0.985 0.441 0.985 0.986c0 0.543-0.44 0.984-0.985 0.984s-0.986-0.441-0.986-0.984z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"info \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M10.8 14.276v1h-4.6v-1h1.8v-7.431h-1.75v-1h2.75v8.431h1.8zM7.988 4.045c0.848 0 1.532-0.686 1.532-1.532 0-0.847-0.685-1.534-1.532-1.534-0.849 0-1.534 0.687-1.534 1.534 0 0.846 0.686 1.532 1.534 1.532z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"ink pen \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M3 0v6.499l5.466 9.499 5.534-9.498v-6.5h-11zM8.471 14h0.002l-0.001 0.002-0.001-0.002zM8.5 6c-0.552 0-1-0.449-1-1s0.448-1 1-1 1 0.449 1 1-0.448 1-1 1zM13 6.23l-4 6.866v-6.167c0.86-0.223 1.5-1 1.5-1.929 0-1.103-0.897-2-2-2s-2 0.897-2 2c0 0.929 0.64 1.706 1.5 1.929v6.254l-4-6.952v-5.231h9v5.23z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"instagram \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M13 0h-9c-2.2 0-4 1.8-4 4v9c0 2.2 1.8 4 4 4h9c2.2 0 4-1.8 4-4v-9c0-2.2-1.8-4-4-4zM16 13c0 1.654-1.346 3-3 3h-9c-1.654 0-3-1.346-3-3v-6h3.207c-0.286 0.61-0.457 1.283-0.457 2 0 2.619 2.131 4.75 4.75 4.75s4.75-2.131 4.75-4.75c0-0.717-0.171-1.39-0.457-2h3.207v6zM12.25 9c0 2.068-1.682 3.75-3.75 3.75s-3.75-1.682-3.75-3.75 1.682-3.75 3.75-3.75 3.75 1.682 3.75 3.75zM12.152 6c-0.872-1.059-2.176-1.75-3.652-1.75s-2.78 0.691-3.652 1.75h-3.848v-2c0-1.654 1.346-3 3-3h9c1.654 0 3 1.346 3 3v2h-3.848zM14.454 2.722v1.298c0 0.299-0.244 0.543-0.542 0.543h-1.368c-0.3-0.001-0.544-0.245-0.544-0.543v-1.298c0-0.299 0.244-0.543 0.544-0.543h1.368c0.298 0 0.542 0.244 0.542 0.543z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"joomla \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M9.979 12.011l-1.573 1.583-0.312 0.312c-0.917 0.906-2.198 1.219-3.364 0.927-0.22 0.959-1.074 1.667-2.094 1.667-1.177 0-2.136-0.959-2.136-2.146 0-1.009 0.698-1.864 1.646-2.082-0.302-1.178 0.010-2.47 0.927-3.386l0.125-0.125 1.573 1.584-0.114 0.114c-0.521 0.51-0.51 1.343 0 1.863 0.51 0.511 1.344 0.511 1.854 0l0.313-0.312 1.573-1.584 1.677-1.666 1.573 1.584-1.668 1.667zM8.219 3.365l-1.583 1.582-0.126-0.125c-0.51-0.51-1.344-0.51-1.854 0-0.51 0.511-0.51 1.355 0 1.865l3.552 3.552-1.572 1.583-1.677-1.667-1.573-1.582-0.313-0.312c-0.959-0.948-1.25-2.313-0.886-3.532-0.958-0.208-1.666-1.062-1.666-2.083 0-1.188 0.959-2.146 2.136-2.146 1.073 0 1.948 0.781 2.114 1.792 1.156-0.271 2.417 0.053 3.323 0.947l0.125 0.126zM14.625 4.771c0.344 1.197 0.041 2.541-0.906 3.489l-0.125 0.125-1.573-1.584 0.125-0.124c0.51-0.511 0.51-1.345 0-1.855-0.51-0.51-1.344-0.51-1.854 0l-3.563 3.564-1.583-1.584 1.677-1.667 1.583-1.582 0.302-0.313c0.948-0.947 2.302-1.25 3.511-0.895 0.145-1.043 1.041-1.845 2.125-1.845 1.177 0 2.136 0.959 2.136 2.146-0.001 1.083-0.813 1.979-1.855 2.125zM14.364 16.5c-1.041 0-1.906-0.739-2.104-1.719-1.208 0.374-2.594 0.084-3.552-0.875l-0.114-0.125 1.573-1.583 0.125 0.124c0.51 0.511 1.344 0.511 1.854 0 0.51-0.51 0.51-1.343 0-1.854l-0.312-0.313-3.251-3.249 1.583-1.584 3.25 3.251 0.303 0.312c0.906 0.906 1.229 2.188 0.937 3.354 1.042 0.146 1.844 1.032 1.844 2.114 0 1.188-0.958 2.147-2.136 2.147z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"jsfiddle \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M16.5 10.867c0 1.711-1.414 3.102-3.148 3.102-0.062 0-0.117-0.008-0.172-0.008h-9.508c-1.75-0.102-3.172-1.438-3.172-3.172 0-1.164 0.633-2.18 1.578-2.734-0.062-0.203-0.094-0.414-0.094-0.641 0-1.195 0.977-2.164 2.195-2.164 0.5 0 0.969 0.172 1.344 0.453 0.766-1.578 2.391-2.672 4.289-2.672 2.633 0 4.758 2.102 4.758 4.688 0 0.094-0.008 0.188-0.008 0.281 1.133 0.469 1.938 1.578 1.938 2.867zM6.438 12.141c0.766 0 1.32-0.242 1.875-0.773-0.227-0.281-0.477-0.555-0.711-0.836-0.32 0.312-0.672 0.508-1.125 0.508-0.555 0-1.031-0.367-1.031-0.945 0-0.57 0.477-0.945 1.016-0.945 1.719 0 2.086 3 4.586 3 1.219 0 2.25-0.766 2.25-2.047 0-1.297-1.039-2.055-2.273-2.055-0.766 0-1.336 0.219-1.883 0.758 0.25 0.273 0.484 0.562 0.727 0.844 0.312-0.305 0.664-0.5 1.109-0.5 0.516 0 1.031 0.367 1.031 0.914 0 0.602-0.438 0.984-1.023 0.984-1.664 0-2.109-3-4.547-3-1.211 0-2.281 0.742-2.281 2.031-0.002 1.319 1.037 2.062 2.28 2.062z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"key \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M14.811 6.299l0.707-0.707-1.733-1.733 0.757-0.753-0.705-0.709-8.146 8.107c-0.484-0.336-1.070-0.535-1.703-0.535-1.654 0-3 1.346-3 3s1.346 3 3 3 3-1.346 3-3c0-0.661-0.222-1.268-0.585-1.764l5.264-5.238 1.738 1.738 0.707-0.707-1.737-1.736 0.701-0.698 1.735 1.735zM3.987 14.969c-1.103 0-2-0.897-2-2s0.897-2 2-2 2 0.897 2 2-0.897 2-2 2z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"layers alt \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M11 1h-11v9h11v-9zM10 9h-9v-7h9v7zM14 13h-11v-1.981h1v0.981h9v-7h-0.994v-1h1.994v9zM17 7v9h-11v-1.981h1v0.981h9v-7h-0.994v-1h1.994z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"layers \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M13 1h-13v11h13v-11zM12 11h-11v-9h11v9zM17 5v11h-13v-3.031h1v2.031h11v-9h-2.016v-1h3.016z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"layout accordion list \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M4 0v9h13v-9h-13zM16 8h-11v-7h11v7zM0 3h3v-3h-3v3zM1 1h1v1h-1v-1zM4 13h13v-3h-13v3zM5 11h11v1h-11v-1zM0 13h3v-3h-3v3zM1 11h1v1h-1v-1zM4 17h13v-3h-13v3zM5 15h11v1h-11v-1zM0 17h3v-3h-3v3zM1 15h1v1h-1v-1z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"layout accordion merged \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M0 0v17h17v-17h-17zM16 1v9h-15v-9h15zM16 11v2h-15v-2h15zM1 16v-2h15v2h-15z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"layout accordion separated \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M0 0v3h17v-3h-17zM16 2h-15v-1h15v1zM0 13h17v-9h-17v9zM1 5h15v7h-15v-7zM0 17h17v-3h-17v3zM1 15h15v1h-15v-1z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"layout column2 alt \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M0 0h8v17h-8v-17zM9 0v17h8v-17h-8z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"layout column2 \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M0 17h8v-17h-8v17zM1 1h6v15h-6v-15zM9 0v17h8v-17h-8zM16 16h-6v-15h6v15z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"layout column3 alt \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M0 0h5v17h-5v-17zM6 17h5v-17h-5v17zM12 0v17h5v-17h-5z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"layout column3 \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M0 17h5v-17h-5v17zM1 1h3v15h-3v-15zM6 17h5v-17h-5v17zM7 1h3v15h-3v-15zM12 0v17h5v-17h-5zM16 16h-3v-15h3v15z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"layout column4 alt \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M1 0h3v17h-3v-17zM5 17h3v-17h-3v17zM9 17h3v-17h-3v17zM13 0v17h3v-17h-3z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"layout column4 \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M1 17h3v-17h-3v17zM2 1h1v15h-1v-15zM5 17h3v-17h-3v17zM6 1h1v15h-1v-15zM9 17h3v-17h-3v17zM10 1h1v15h-1v-15zM13 0v17h3v-17h-3zM15 16h-1v-15h1v15z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"layout cta btn left \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M15 7h-7v-1h7v1zM8.007 9h5v-1h-5v1zM17 3v10h-17v-10h17zM16 4h-15v8h15v-8zM7 6h-5v2h5v-2z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"layout cta btn right \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M9 7h-7v-1h7v1zM3.993 9h5v-1h-5v1zM17 3v10h-17v-10h17zM16 4h-15v8h15v-8zM15 6h-5v2h5v-2z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"layout cta center \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M14 8h-11v-1h11v1zM17 3v11h-17v-11h17zM16 4h-15v9h15v-9zM6.357 11h4.286v-2h-4.286v2z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"layout cta left \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M0 3v11h17v-11h-17zM16 13h-15v-9h15v9zM13 8h-10v-1h10v1zM8 11h-5v-2h5v2z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"layout cta right \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M0 3v11h17v-11h-17zM16 13h-15v-9h15v9zM14 8h-10v-1h10v1zM9 9h5v2h-5v-2z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"layout grid2 alt \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M0 0h7v7h-7v-7zM9 0v7h7v-7h-7zM0 16h7v-7h-7v7zM9 16h7v-7h-7v7z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"layout grid2 thumb \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M0 2h3v3h-3v-3zM9 5h3v-3h-3v3zM0 13h3v-3h-3v3zM9 13h3v-3h-3v3zM4 3h4v-1h-4v1zM4 5h4v-1h-4v1zM13 2v1h4v-1h-4zM13 5h4v-1h-4v1zM7 5.999h-3v1h3v-1zM16 5.999h-3v1h3v-1zM4 11h4v-1h-4v1zM4 13h4v-1h-4v1zM13 11h4v-1h-4v1zM13 13h4v-1h-4v1zM4 14.999h3v-1h-3v1zM13 14.999h3v-1h-3v1z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"layout grid2 \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M0 7h7v-7h-7v7zM1 1h5v5h-5v-5z\" fill=\"currentFill\" />\n\t<path d=\"M9 0v7h7v-7h-7zM15 6h-5v-5h5v5z\" fill=\"currentFill\" />\n\t<path d=\"M0 16h7v-7h-7v7zM1 10h5v5h-5v-5z\" fill=\"currentFill\" />\n\t<path d=\"M9 16h7v-7h-7v7zM10 10h5v5h-5v-5z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"layout grid3 alt \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M0 0h5v5h-5v-5zM6 5h5v-5h-5v5zM12 0v5h5v-5h-5zM0 11h5v-5h-5v5zM6 11h5v-5h-5v5zM12 11h5v-5h-5v5zM0 17h5v-5h-5v5zM6 17h5v-5h-5v5zM12 17h5v-5h-5v5z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"layout grid3 \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M0 5h5v-5h-5v5zM1 1h3v3h-3v-3zM6 5h5v-5h-5v5zM7 1h3v3h-3v-3zM12 0v5h5v-5h-5zM16 4h-3v-3h3v3zM0 11h5v-5h-5v5zM1 7h3v3h-3v-3zM6 11h5v-5h-5v5zM7 7h3v3h-3v-3zM12 11h5v-5h-5v5zM13 7h3v3h-3v-3zM0 17h5v-5h-5v5zM1 13h3v3h-3v-3zM6 17h5v-5h-5v5zM7 13h3v3h-3v-3zM12 17h5v-5h-5v5zM13 13h3v3h-3v-3z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"layout grid4 alt \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M1 1h3v3h-3v-3zM5 4h3v-3h-3v3zM9 4h3v-3h-3v3zM13 1v3h3v-3h-3zM1 8h3v-3h-3v3zM5 8h3v-3h-3v3zM9 8h3v-3h-3v3zM13 8h3v-3h-3v3zM1 12h3v-3h-3v3zM5 12h3v-3h-3v3zM9 12h3v-3h-3v3zM13 12h3v-3h-3v3zM1 16h3v-3h-3v3zM5 16h3v-3h-3v3zM9 16h3v-3h-3v3zM13 16h3v-3h-3v3z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"layout grid4 \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M1 4h3v-3h-3v3zM2 2h1v1h-1v-1zM5 4h3v-3h-3v3zM6 2h1v1h-1v-1zM9 4h3v-3h-3v3zM10 2h1v1h-1v-1zM13 1v3h3v-3h-3zM15 3h-1v-1h1v1zM1 8h3v-3h-3v3zM2 6h1v1h-1v-1zM5 8h3v-3h-3v3zM6 6h1v1h-1v-1zM9 8h3v-3h-3v3zM10 6h1v1h-1v-1zM13 8h3v-3h-3v3zM14 6h1v1h-1v-1zM1 12h3v-3h-3v3zM2 10h1v1h-1v-1zM5 12h3v-3h-3v3zM6 10h1v1h-1v-1zM9 12h3v-3h-3v3zM10 10h1v1h-1v-1zM13 12h3v-3h-3v3zM14 10h1v1h-1v-1zM1 16h3v-3h-3v3zM2 14h1v1h-1v-1zM5 16h3v-3h-3v3zM6 14h1v1h-1v-1zM9 16h3v-3h-3v3zM10 14h1v1h-1v-1zM13 16h3v-3h-3v3zM14 14h1v1h-1v-1z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"layout line solid \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M17 8v1h-17v-1h17z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"layout list large image \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M16.497 5h-2.497v-1h2.497v1zM15.499 7.996h-1.499v1h1.499v-1zM14.004 5.998v1h2.996v-1h-2.996zM14 10.993h2.996v-1h-2.996v1zM14 13h2.497v-1h-2.497v1zM0 4h13v9h-13v-9zM1 12h11v-7h-11v7z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"layout list post \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M14 5h-14v-2h14v2zM0 6v1h17v-1h-17zM14 10h-14v2h14v-2zM0 14h17v-1h-17v1z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"layout list thumb alt \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M15 5h-9v-1h9v1zM6 6v1h11v-1h-11zM0 8h5v-5h-5v5zM15 11h-9v1h9v-1zM6 14h11v-1h-11v1zM0 15h5v-5h-5v5z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"layout list thumb \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M15 4h-9v-1h9v1zM6 5v1h11v-1h-11zM0 2h5v5h-5v-5zM1 6h3v-3h-3v3zM15 10h-9v1h9v-1zM6 13h11v-1h-11v1zM0 9h5v5h-5v-5zM1 13h3v-3h-3v3z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"layout media center alt \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M1 13h15v1h-15v-1zM4 15.993h9v-1h-9v1zM17 1v11h-17v-11h17zM16 2h-15v9h15v-9z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"layout media center \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M1 4v6h15v-6h-15zM15 9h-13v-4h13v4zM14 11v1h-11v-1h11zM2 13h13v1h-13v-1z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"layout media left alt \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M0 13h15v1h-15v-1zM0 15.993h10v-1h-10v1zM17 1v11h-17v-11h17zM16 2h-15v9h15v-9z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"layout media left \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M10 4h5.826v1h-5.826v-1z\" fill=\"currentFill\" />\n\t<path d=\"M10 7.996h3.497v1h-3.497v-1z\" fill=\"currentFill\" />\n\t<path d=\"M10.009 5.998h6.991v1h-6.991v-1z\" fill=\"currentFill\" />\n\t<path d=\"M10 9.993h6.991v1h-6.991v-1z\" fill=\"currentFill\" />\n\t<path d=\"M10 12h5.826v1h-5.826v-1z\" fill=\"currentFill\" />\n\t<path d=\"M0 13h9v-9h-9v9zM1 5h7v7h-7v-7z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"layout media overlay alt 2 \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M12 9h-10v-1h10v1zM12 10h-10v1h10v-1zM17 1v15h-17v-15h17zM16 2h-15v13h15v-13z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"layout media overlay alt \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M0 2v12h17v-12h-17zM1 10.010v-7.010h15v7.010h-15z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"layout media overlay \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M15 12h-13v-1h13v1zM12 12.993h-10v1h10v-1zM17 1v15h-17v-15h17zM16 2h-15v13h15v-13z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"layout media right alt \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M2 13h15v1h-15v-1zM7 15.993h10v-1h-10v1zM17 1v11h-17v-11h17zM16 2h-15v9h15v-9z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"layout media right \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M8 4v9h9v-9h-9zM16 12h-7v-7h7v7zM1.174 4h5.826v1h-5.826v-1zM3.503 7.996h3.497v1h-3.497v-1zM6.991 6.998h-6.991v-1h6.991v1zM0.009 9.993h6.991v1h-6.991v-1zM1.174 12h5.826v1h-5.826v-1z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"layout menu full \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M0 7v3h17v-3h-17zM9 8h3v1h-3v-1zM8 9h-3v-1h3v1zM1 8h3v1h-3v-1zM16 9h-3v-1h3v1z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"layout menu separated \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M0 10h5v-3h-5v3zM1 8h3v1h-3v-1zM6 10h5v-3h-5v3zM7 8h3v1h-3v-1zM12 7v3h5v-3h-5zM16 9h-3v-1h3v1z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"layout menu v \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M3 1v3h11v-3h-11zM13 3h-9v-1h9v1zM3 8h11v-3h-11v3zM4 6h9v1h-9v-1zM3 11.997h11v-3h-11v3zM4 9.997h9v1h-9v-1zM3 15.997h11v-3h-11v3zM4 13.997h9v1h-9v-1z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"layout menu \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M0 7v3h13v-3h-13zM8 8v1h-3v-1h3zM1 8h3v1h-3v-1zM12 9h-3v-1h3v1z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"layout placeholder \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M0.021 1.012v15h17v-15h-17zM8.137 8.509l-7.116 6.197v-12.412l7.116 6.215zM1.459 2.012h14.138l-7.079 6.165-7.059-6.165zM8.517 8.841l7.066 6.171h-14.152l7.086-6.171zM8.898 8.509l7.123-6.204v12.425l-7.123-6.221z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"layout sidebar 2 \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M17 0v17h-4v-17h4zM0 17h3v-17h-3v17zM11 17h1v-1h-1v1zM7.571 17h0.857v-1h-0.857v1zM9.286 17h0.857v-1h-0.857v1zM5.857 17h0.857v-1h-0.857v1zM4 17h1v-1h-1v1zM4 3h1v-1h-1v1zM4 13h1v-1h-1v1zM4 15h1v-1h-1v1zM4 11h1v-1h-1v1zM4 7h1v-1h-1v1zM4 5h1v-1h-1v1zM4 9h1v-1h-1v1zM4 1h1v-1h-1v1zM5.857 1h0.857v-1h-0.857v1zM9.286 1h0.857v-1h-0.857v1zM7.571 1h0.857v-1h-0.857v1zM11 1h1v-1h-1v1zM11 5h1v-1h-1v1zM11 3h1v-1h-1v1zM11 7h1v-1h-1v1zM11 9h1v-1h-1v1zM11 15h1v-1h-1v1zM11 13h1v-1h-1v1zM11 11h1v-1h-1v1z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"layout sidebar left \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M0 0h5v17h-5v-17zM7 17h1v-1h-1v1zM14.222 17h0.889v-1h-0.889v1zM12.444 17h0.889v-1h-0.889v1zM8.889 17h0.889v-1h-0.889v1zM10.667 17h0.889v-1h-0.889v1zM16 17h1v-1h-1v1zM16 3h1v-1h-1v1zM16 15h1v-1h-1v1zM16 7h1v-1h-1v1zM16 5h1v-1h-1v1zM16 9h1v-1h-1v1zM16 11h1v-1h-1v1zM16 13h1v-1h-1v1zM16 0v1h1v-1h-1zM14.223 1h0.889v-1h-0.889v1zM12.445 1h0.889v-1h-0.889v1zM10.667 1h0.889v-1h-0.889v1zM8.889 1h0.889v-1h-0.889v1zM7 1h1v-1h-1v1zM7 15h1v-1h-1v1zM7 13h1v-1h-1v1zM7 7h1v-1h-1v1zM7 11h1v-1h-1v1zM7 5h1v-1h-1v1zM7 3h1v-1h-1v1zM7 9h1v-1h-1v1z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"layout sidebar none \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M0 16h1v1h-1v-1zM14 17h1v-1h-1v1zM12 17h1v-1h-1v1zM10 17h1v-1h-1v1zM8 17h1v-1h-1v1zM6 17h1v-1h-1v1zM2 17h1v-1h-1v1zM4 17h1v-1h-1v1zM16 17h1v-1h-1v1zM16 11h1v-1h-1v1zM16 13h1v-1h-1v1zM16 5h1v-1h-1v1zM16 9h1v-1h-1v1zM16 7h1v-1h-1v1zM16 3h1v-1h-1v1zM16 15h1v-1h-1v1zM16 0v1h1v-1h-1zM4 1h1v-1h-1v1zM2 1h1v-1h-1v1zM12 1h1v-1h-1v1zM10 1h1v-1h-1v1zM6 1h1v-1h-1v1zM14 1h1v-1h-1v1zM8 1h1v-1h-1v1zM0 1h1v-1h-1v1zM0 13h1v-1h-1v1zM0 15h1v-1h-1v1zM0 11h1v-1h-1v1zM0 5h1v-1h-1v1zM0 9h1v-1h-1v1zM0 3h1v-1h-1v1zM0 7h1v-1h-1v1z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"layout sidebar right \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M17 0v17h-5v-17h5zM9 17h1v-1h-1v1zM7.223 17h0.889v-1h-0.889v1zM1.889 17h0.889v-1h-0.889v1zM3.667 17h0.889v-1h-0.889v1zM5.445 17h0.889v-1h-0.889v1zM0 17h1v-1h-1v1zM0 9h1v-1h-1v1zM0 3h1v-1h-1v1zM0 11h1v-1h-1v1zM0 7h1v-1h-1v1zM0 13h1v-1h-1v1zM0 15h1v-1h-1v1zM0 5h1v-1h-1v1zM0 1h1v-1h-1v1zM8.111 0h-0.889v1h0.889v-1zM6.333 0h-0.889v1h0.889v-1zM2.777 0h-0.888v1h0.889v-1zM4.555 0h-0.888v1h0.889v-1zM9 1h1v-1h-1v1zM9 15h1v-1h-1v1zM9 13h1v-1h-1v1zM9 9h1v-1h-1v1zM9 11h1v-1h-1v1zM9 5h1v-1h-1v1zM9 7h1v-1h-1v1zM9 3h1v-1h-1v1z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"layout slider alt \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M2 14h13v-11h-13v11zM3 4h11v9h-11v-9z\" fill=\"currentFill\" />\n\t<path d=\"M16 4.531h1v7.938h-1v-7.938z\" fill=\"currentFill\" />\n\t<path d=\"M0 4.531h1v7.938h-1v-7.938z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"layout slider \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M0 1v14h17v-14h-17zM16 14h-15v-12h15v12zM4.646 10.354l-2.353-2.354 2.354-2.354 0.707 0.707-1.647 1.647 1.646 1.646-0.707 0.708zM11.646 9.646l1.647-1.646-1.646-1.646 0.707-0.707 2.353 2.353-2.354 2.354-0.707-0.708z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"layout tab min \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M7 2v-1h-7v3.997h1v-2.997h5v3h11v-3h-10zM7 3h4v1h-4v-1zM12 4v-1h4v1h-4z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"layout tab v \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M6 1v1h-6v4h1v4h5v6.018h11v-15.018h-11zM2 6h4v1h-4v-1zM2 9v-1h4v1h-4zM16 15.018h-9v-10.018h-6v-2h6v-1h9v13.018z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"layout tab window \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M12 2h-12v14h17v-14h-5zM16 3v2h-4v-2h4zM11 3v2h-5v-2h5zM1 3h4v2h-4v-2zM16 15h-15v-9h15v9z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"layout tab \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M7 3v-1h-7v14h17v-13h-10zM11 4v1h-4v-1h4zM16 15h-15v-12h5v3h10v9zM12 5v-1h4v1h-4z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"layout width default alt \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M2 16h1v1h-1v-1zM10 17h1v-1h-1v1zM12 17h1v-1h-1v1zM4 17h1v-1h-1v1zM6 17h1v-1h-1v1zM8 17h1v-1h-1v1zM14 17h1v-1h-1v1zM14 3h1v-1h-1v1zM14 5h1v-1h-1v1zM14 13h1v-1h-1v1zM14 7h1v-1h-1v1zM14 9h1v-1h-1v1zM14 15h1v-1h-1v1zM14 11h1v-1h-1v1zM14 0v1h1v-1h-1zM12 1h1v-1h-1v1zM6 1h1v-1h-1v1zM8 1h1v-1h-1v1zM10 1h1v-1h-1v1zM4 1h1v-1h-1v1zM2 1h1v-1h-1v1zM2 13h1v-1h-1v1zM2 15h1v-1h-1v1zM2 11h1v-1h-1v1zM2 3h1v-1h-1v1zM2 5h1v-1h-1v1zM2 7h1v-1h-1v1zM2 9h1v-1h-1v1z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"layout width default \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M0 0v17h17v-17h-17zM16 16h-15v-15h15v15zM3 8h1v1h-1v-1zM3 4h1v1h-1v-1zM3 10h1v1h-1v-1zM3 6h1v1h-1v-1zM3 2h1v1h-1v-1zM3 14h1v1h-1v-1zM3 12h1v1h-1v-1zM13 2h1v1h-1v-1zM13 6h1v1h-1v-1zM13 4h1v1h-1v-1zM13 8h1v1h-1v-1zM13 10h1v1h-1v-1zM13 12h1v1h-1v-1zM13 14h1v1h-1v-1z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"layout width full \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M0 0v17h17v-17h-17zM16 16h-15v-15h15v15z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"layout \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M0 0v17h17v-17h-17zM1 6h9v10h-9v-10zM16 16h-5v-10h5v10zM1 5v-4h15v4h-15z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"light bulb \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M8.5 0c-3.032 0-5.5 2.617-5.5 5.833 0 2.354 0.964 3.67 1.814 4.831 0.637 0.868 1.186 1.618 1.186 2.673v2.096c0 0.864 0.673 1.567 1.5 1.567h2c0.827 0 1.5-0.703 1.5-1.567v-2.126c0-1.045 0.517-1.735 1.17-2.609 0.815-1.091 1.83-2.447 1.83-4.865 0-3.216-2.468-5.833-5.5-5.833zM9.5 16h-2c-0.275 0-0.5-0.254-0.5-0.567v-1.633h3v1.633c0 0.313-0.225 0.567-0.5 0.567zM11.369 10.099c-0.587 0.785-1.19 1.593-1.336 2.701h-3.072c-0.152-1.102-0.754-1.927-1.34-2.727-0.797-1.088-1.621-2.213-1.621-4.24 0-2.665 2.019-4.833 4.5-4.833s4.5 2.168 4.5 4.833c0 2.085-0.829 3.194-1.631 4.266z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"line dashed \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M0 8h4v1h-4v-1zM6.5 9h4v-1h-4v1zM13 8v1h4v-1h-4z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"line dotted \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M0 7.998h0.5v1h-0.5v-1zM2.383 8.999h0.941v-1h-0.941v1zM5.206 8.999h0.941v-1h-0.941v1zM10.854 9h0.941v-1h-0.941v1zM8.030 8.999h0.94v-0.999h-0.94v0.999zM13.677 9h0.941v-1h-0.941v1zM16.5 8v1h0.5v-1h-0.5z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"line double \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M17 6v1h-17v-1h17zM0 10h17v-1h-17v1z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"link \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M12.983 6.94l-0.938 0.938-0.707-0.707 0.938-0.938c0.975-0.975 0.975-2.561 0-3.535s-2.561-0.975-3.535 0l-2.987 2.988c-0.975 0.975-0.975 2.561 0 3.535s2.561 0.975 3.535 0l0.707 0.707c-0.683 0.683-1.578 1.023-2.475 1.023s-1.792-0.341-2.474-1.023c-1.364-1.364-1.364-3.585 0-4.949l2.987-2.987c1.365-1.365 3.584-1.365 4.949 0 1.365 1.363 1.365 3.584 0 4.948zM6.042 8.034l-0.13 0.129 0.705 0.709 0.131-0.13c0.975-0.975 2.561-0.975 3.535 0s0.975 2.561 0 3.535l-3.023 3.025c-0.975 0.975-2.561 0.975-3.535 0s-0.975-2.561 0-3.535l1.058-1.059-0.707-0.707-1.058 1.059c-1.364 1.364-1.364 3.585 0 4.949 0.683 0.683 1.578 1.023 2.475 1.023s1.792-0.341 2.475-1.023l3.023-3.024c1.364-1.364 1.364-3.585 0-4.949-1.366-1.367-3.586-1.364-4.949-0.002z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"linkedin \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M0.698 5.823h3.438v10.323h-3.438v-10.323zM2.438 0.854c-1.167 0-1.938 0.771-1.938 1.782 0 0.989 0.74 1.781 1.896 1.781h0.021c1.198 0 1.948-0.792 1.938-1.781-0.011-1.011-0.74-1.782-1.917-1.782zM12.552 5.583c-1.829 0-2.643 1.002-3.094 1.709v-1.469h-3.427c0 0 0.042 0.969 0 10.323h3.427v-5.761c0-0.312 0.032-0.615 0.114-0.843 0.251-0.615 0.812-1.25 1.762-1.25 1.238 0 1.738 0.948 1.738 2.333v5.521h3.428v-5.917c0-3.167-1.688-4.646-3.948-4.646z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"linux \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M13.849 15.25c-0.509 0.26-1.188 0.832-1.438 1.072-0.188 0.179-0.964 0.269-1.402 0.045-0.509-0.26-0.241-0.671-1.027-0.696-0.393-0.010-0.777-0.010-1.161-0.010-0.339 0.010-0.678 0.027-1.027 0.035-1.178 0.027-1.294 0.787-2.054 0.76-0.518-0.018-1.169-0.429-2.295-0.66-0.786-0.162-1.544-0.205-1.706-0.554-0.16-0.349 0.197-0.741 0.223-1.080 0.027-0.456-0.339-1.072-0.071-1.305 0.232-0.205 0.723-0.054 1.044-0.231 0.339-0.196 0.482-0.349 0.482-0.768 0.125 0.427-0.009 0.775-0.286 0.945-0.17 0.107-0.482 0.161-0.742 0.135-0.205-0.019-0.33 0.008-0.384 0.089-0.080 0.098-0.054 0.277 0.045 0.509 0.098 0.232 0.214 0.384 0.196 0.669-0.009 0.286-0.33 0.626-0.276 0.867 0.018 0.090 0.107 0.17 0.33 0.232 0.357 0.098 1.009 0.196 1.643 0.349 0.706 0.178 1.438 0.499 1.894 0.437 1.357-0.188 0.58-1.643 0.366-1.99-1.152-1.805-1.911-2.983-2.518-2.519-0.152 0.125-0.161-0.304-0.152-0.474 0.027-0.59 0.322-0.803 0.5-1.259 0.339-0.867 0.598-1.857 1.116-2.366 0.387-0.501 0.994-1.313 1.111-1.741-0.099-0.929-0.126-1.911-0.143-2.767-0.018-0.92 0.125-1.725 1.161-2.286 0.249-0.135 0.579-0.188 0.928-0.188 0.616-0.010 1.303 0.17 1.741 0.491 0.697 0.518 1.134 1.616 1.081 2.401-0.036 0.616 0.071 1.25 0.268 1.911 0.232 0.777 0.599 1.321 1.188 1.946 0.706 0.75 1.259 2.223 1.42 3.16 0.143 0.877-0.054 1.421-0.241 1.448-0.286 0.043-0.464 0.945-1.357 0.91-0.571-0.027-0.625-0.366-0.786-0.661-0.259-0.455-0.518-0.312-0.616 0.17-0.054 0.241-0.019 0.599 0.062 0.865 0.161 0.563 0.107 1.090 0.009 1.742-0.188 1.232 0.866 1.464 1.572 0.874 0.696-0.579 0.848-0.669 1.723-0.973 1.33-0.456 0.884-0.857 0.169-1.098-0.643-0.215-0.669-1.296-0.438-1.501 0.054 1.161 0.661 1.331 0.911 1.491 1.098 0.681-0.411 1.244-1.063 1.574zM12.349 10.938c0.241-0.805 0.134-1.125-0.026-1.885-0.125-0.571-0.652-1.349-1.063-1.589 0.107 0.089 0.304 0.348 0.509 0.74 0.357 0.671 0.714 1.661 0.482 2.483-0.089 0.32-0.303 0.365-0.446 0.374-0.625 0.072-0.259-0.75-0.518-1.865-0.295-1.251-0.598-1.34-0.669-1.438-0.368-1.624-0.769-1.463-0.886-2.070-0.098-0.545 0.474-0.991-0.303-1.143-0.241-0.045-0.58-0.286-0.714-0.304-0.134-0.017-0.206-0.902 0.294-0.929 0.491-0.036 0.581 0.554 0.491 0.787-0.142 0.231 0.009 0.321 0.251 0.24 0.196-0.062 0.071-0.58 0.116-0.651-0.125-0.75-0.438-0.857-0.759-0.92-1.233 0.098-0.679 1.456-0.804 1.331-0.179-0.188-0.696-0.018-0.696-0.135 0.009-0.696-0.224-1.098-0.545-1.107-0.357-0.009-0.5 0.491-0.518 0.776-0.027 0.268 0.152 0.832 0.286 0.787 0.089-0.027 0.241-0.206 0.080-0.196-0.080 0-0.205-0.197-0.223-0.429-0.009-0.233 0.081-0.465 0.384-0.456 0.348 0.009 0.348 0.705 0.312 0.732-0.115 0.080-0.259 0.233-0.277 0.259-0.115 0.188-0.338 0.24-0.428 0.322-0.152 0.16-0.187 0.339-0.071 0.401 0.41 0.232 0.276 0.499 0.848 0.519 0.375 0.018 0.651-0.054 0.911-0.134 0.196-0.062 0.831-0.196 0.964-0.429 0.062-0.098 0.134-0.098 0.178-0.071 0.089 0.044 0.107 0.214-0.116 0.268-0.312 0.090-0.625 0.26-0.91 0.367-0.277 0.115-0.366 0.16-0.625 0.204-0.589 0.107-1.026-0.214-0.634 0.17 0.134 0.125 0.259 0.205 0.598 0.197 0.75-0.027 1.581-0.93 1.661-0.528 0.017 0.089-0.233 0.196-0.429 0.295-0.696 0.339-1.187 1.018-1.634 0.785-0.402-0.214-0.803-1.206-0.795-0.758 0.009 0.687-0.902 1.294-0.482 2.080-0.277 0.070-0.893 1.384-0.982 2.062-0.054 0.393 0.036 0.875-0.063 1.143-0.134 0.393-0.741-0.375-0.544-1.312 0.035-0.16 0-0.197-0.045-0.115-0.241 0.437-0.107 1.053 0.089 1.481 0.081 0.188 0.286 0.268 0.438 0.429 0.312 0.356 1.544 1.268 1.759 1.491 0.277 0.259 0.197 0.865-0.375 0.928 0.295 0.554 0.58 0.608 0.572 1.509 0.339-0.178 0.206-0.571 0.062-0.82-0.099-0.18-0.223-0.26-0.197-0.304 0.018-0.027 0.197-0.18 0.295-0.062 0.303 0.339 0.875 0.401 1.482 0.321 0.616-0.072 1.277-0.286 1.58-0.777 0.143-0.232 0.241-0.312 0.304-0.268 0.071 0.035 0.099 0.196 0.089 0.464-0.009 0.286-0.125 0.581-0.205 0.822-0.081 0.277-0.107 0.464 0.161 0.474 0.071-0.501 0.214-0.992 0.25-1.492 0.045-0.571-0.366-1.624 0.081-2.152 0.116-0.143 0.258-0.16 0.455-0.16 0.026-0.715 1.125-0.66 1.491-0.366 0-0.162-0.348-0.313-0.491-0.376zM5.063 8.367c-0.063 0.115-0.223 0.204-0.099 0.223 0.045 0.009 0.17-0.1 0.224-0.223 0.044-0.152 0.089-0.233 0.018-0.26-0.081-0.026-0.063 0.134-0.143 0.26zM7.107 3.527c-0.107-0.027-0.089 0.133-0.035 0.116 0.036 0 0.081 0.054 0.062 0.134-0.018 0.107-0.009 0.18 0.072 0.18 0.009 0 0.026 0 0.026-0.027 0.037-0.225-0.071-0.385-0.125-0.403zM7.349 4.348c-0.089 0.009-0.072-0.197 0.214-0.179-0.179 0.018-0.116 0.179-0.214 0.179zM8.081 4.196c0.259-0.115 0.348 0.063 0.259 0.099-0.090 0.026-0.099-0.144-0.259-0.099zM9.161 3.473c-0.116 0.010-0.080 0.062-0.026 0.080 0.071 0.020 0.143 0.144 0.161 0.277 0 0.018 0.089-0.018 0.089-0.045 0.008-0.213-0.179-0.32-0.224-0.312zM9.679 1.545c-0.071-0.072-0.143-0.135-0.214-0.135-0.179 0.018-0.090 0.205-0.116 0.295-0.036 0.098-0.169 0.179-0.080 0.25 0.081 0.062 0.134-0.098 0.304-0.16 0.044-0.019 0.25 0.008 0.294-0.090 0.008-0.045-0.107-0.098-0.188-0.16zM10.67 5.49c-0.169-0.106-0.205-0.285-0.267-0.223-0.188 0.205 0.232 0.634 0.41 0.671 0.107 0.018 0.188-0.126 0.161-0.251-0.036-0.169-0.161-0.107-0.304-0.197z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"list ol \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M17 4v1h-12v-1h12zM5 9h12v-1h-12v1zM5 13h12v-1h-12v1zM2.083 3.48h0.009v2.383h0.356v-2.727h-0.314l-0.596 0.319 0.071 0.281 0.474-0.256zM1.639 9.572l0.219-0.201c0.574-0.554 0.939-0.961 0.939-1.465 0-0.39-0.248-0.793-0.836-0.793-0.314 0-0.582 0.117-0.771 0.277l0.117 0.26c0.127-0.105 0.332-0.231 0.58-0.231 0.406 0 0.541 0.256 0.541 0.533-0.004 0.411-0.32 0.764-1.016 1.427l-0.289 0.281v0.227h1.74v-0.307h-1.224v-0.008zM2.236 12.391v-0.009c0.336-0.121 0.504-0.36 0.504-0.642 0-0.331-0.243-0.65-0.78-0.65-0.294 0-0.571 0.104-0.714 0.21l0.097 0.269c0.117-0.084 0.327-0.181 0.546-0.181 0.34 0 0.478 0.193 0.478 0.411 0 0.323-0.34 0.462-0.608 0.462h-0.206v0.276h0.205c0.357 0 0.701 0.164 0.705 0.546 0.005 0.227-0.143 0.528-0.616 0.528-0.257 0-0.5-0.104-0.604-0.172l-0.101 0.285c0.134 0.089 0.402 0.186 0.709 0.186 0.654 0 0.994-0.382 0.994-0.818 0-0.382-0.273-0.634-0.609-0.701z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"list \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M17 4v1h-12v-1h12zM3 4.5c0 0.827-0.673 1.5-1.5 1.5s-1.5-0.673-1.5-1.5 0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5zM2 4.5c0-0.275-0.224-0.5-0.5-0.5s-0.5 0.225-0.5 0.5 0.224 0.5 0.5 0.5 0.5-0.225 0.5-0.5zM5 9h12v-1h-12v1zM3 8.5c0 0.827-0.673 1.5-1.5 1.5s-1.5-0.673-1.5-1.5 0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5zM2 8.5c0-0.275-0.224-0.5-0.5-0.5s-0.5 0.225-0.5 0.5 0.224 0.5 0.5 0.5 0.5-0.225 0.5-0.5zM5 13h12v-1h-12v1zM3 12.5c0 0.827-0.673 1.5-1.5 1.5s-1.5-0.673-1.5-1.5 0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5zM2 12.5c0-0.275-0.224-0.5-0.5-0.5s-0.5 0.225-0.5 0.5 0.224 0.5 0.5 0.5 0.5-0.225 0.5-0.5z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"location arrow \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M1.971 1.966l5.288 14.101 1.212-7.601 7.601-1.212-14.101-5.288zM7.598 7.592l-0.731 4.582-3.187-8.499 8.499 3.187-4.581 0.73z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"location pin \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M8.5 0.5c-3.032 0-5.5 2.467-5.5 5.5 0 4.373 4.913 10.086 5.122 10.328l0.378 0.435 0.378-0.436c0.209-0.241 5.122-5.954 5.122-10.327 0-3.033-2.468-5.5-5.5-5.5zM8.5 15.215c-1.146-1.424-4.5-5.879-4.5-9.215 0-2.481 2.019-4.5 4.5-4.5s4.5 2.019 4.5 4.5c0 3.333-3.354 7.791-4.5 9.215zM8.5 3.139c-1.654 0-3 1.346-3 3s1.346 3 3 3 3-1.346 3-3-1.346-3-3-3zM8.5 8.139c-1.103 0-2-0.897-2-2s0.897-2 2-2 2 0.897 2 2-0.897 2-2 2z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"lock \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M9.5 10.972c0 0.366-0.207 0.672-0.5 0.846v2.154h-1v-2.153c-0.294-0.174-0.5-0.48-0.5-0.847 0-0.552 0.447-1 1-1 0.551 0 1 0.447 1 1zM14.965 8.46v7.080c0 0.827-0.673 1.5-1.5 1.5h-9.989c-0.827 0-1.5-0.673-1.5-1.5v-7.080c0-0.827 0.673-1.5 1.5-1.5h0.024v-1.988c0-2.757 2.243-5 5-5s5 2.243 5 5v1.992c0.811 0.018 1.465 0.681 1.465 1.496zM4.5 6.96h8v-1.988c0-2.206-1.794-4-4-4s-4 1.794-4 4v1.988zM13.965 8.46c0-0.264-0.207-0.474-0.465-0.493v0.004h-10v-0.011h-0.024c-0.275 0-0.5 0.224-0.5 0.5v7.080c0 0.276 0.225 0.5 0.5 0.5h9.989c0.275 0 0.5-0.224 0.5-0.5v-7.080z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"loop \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M1 9c0 2.206 1.711 4 3.813 4v1c-2.654 0-4.813-2.243-4.813-5s2.159-5 4.813-5h4.229l-1.646-1.646 0.707-0.707 2.854 2.853-2.853 2.854-0.708-0.708 1.647-1.646h-4.23c-2.102 0-3.813 1.794-3.813 4zM12.187 4v1c2.102 0 3.813 1.794 3.813 4s-1.711 4-3.813 4h-4.23l1.646-1.646-0.707-0.707-2.853 2.853 2.854 2.854 0.707-0.707-1.647-1.647h4.229c2.655 0 4.814-2.243 4.814-5s-2.159-5-4.813-5z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"magnet \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M11 0v10.122c0 1.329-1.122 2.409-2.5 2.409s-2.5-1.080-2.5-2.409v-10.122h-5v10.432c0 4.266 3.864 6.568 7.5 6.568s7.5-2.302 7.5-6.568v-10.432h-5zM15 1v3h-3v-3h3zM5 1v3h-3v-3h3zM8.5 16c-2.613 0-6.5-1.483-6.5-5.568v-5.432h3v5.122c0 1.88 1.57 3.409 3.5 3.409s3.5-1.529 3.5-3.409v-5.122h3v5.432c0 4.085-3.887 5.568-6.5 5.568z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"map alt \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M15 4v0.069l-0.013-0.058-1.015 0.221c-0.139-1.803-1.634-3.232-3.472-3.232-1.841 0-3.339 1.435-3.474 3.242l-1.026-0.223v-0.019h-6v11h5.348l5.196 1.479 5.456-1.605v-10.874h-1zM10.5 2c1.379 0 2.5 1.122 2.5 2.5 0 1.806-1.719 4.209-2.5 5.207-0.781-0.998-2.5-3.401-2.5-5.207 0-1.378 1.121-2.5 2.5-2.5zM6 5.042l1.081 0.235c0.412 2.269 2.406 4.788 2.919 5.406v4.602l-4-1.139v-9.104zM1 5h4v9.017l-4-0.017v-9zM11 15.303v-4.621c0.514-0.619 2.513-3.145 2.921-5.416l1.079-0.234v9.094l-4 1.177zM11.858 4.583c0-0.749-0.609-1.358-1.358-1.358s-1.358 0.609-1.358 1.358 0.609 1.359 1.358 1.359 1.358-0.609 1.358-1.359zM10.142 4.583c0-0.198 0.161-0.358 0.358-0.358s0.358 0.161 0.358 0.358-0.161 0.359-0.358 0.359-0.358-0.161-0.358-0.359z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"map \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M10.499 4.438l-4.902-1.418-5.597-0.020v11h5.348l5.196 1.479 5.456-1.605v-11.041l-5.501 1.605zM6 4.177l4 1.157v8.95l-4-1.139v-8.968zM1 4h4v9.017l-4-0.017v-9zM15 13.126l-4 1.177v-8.969l4-1.167v8.959z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"marker alt \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M15.664 5.684l-0.544-0.544c0.078-0.179 0.127-0.368 0.139-0.562 0.026-0.435-0.121-0.835-0.416-1.13l-1.745-1.745c-0.206-0.206-0.437-0.31-0.687-0.31-0.449 0-0.769 0.323-1.108 0.666l-9.036 9.036-0.335 2.955 0.105 0.104-0.972 0.972 1.193 0.222 0.487-0.486 0.104 0.104 2.954-0.333 8.697-8.698 0.456 0.456c0.072 0.072 0.094 0.144 0.076 0.245-0.026 0.141-0.129 0.31-0.283 0.464l-3.016 3.017 0.707 0.707 3.016-3.017c0.303-0.302 0.497-0.645 0.56-0.99 0.078-0.426-0.047-0.829-0.352-1.133zM5.343 13.677l-2.128 0.241-0.235-0.235 0.242-2.126 5.622-5.622 2.121 2.121-5.622 5.621zM11.672 7.349l-2.121-2.121 2.464-2.464c0.136-0.139 0.342-0.347 0.376-0.354l1.745 1.745c0.12 0.12 0.129 0.278 0.125 0.361-0.010 0.168-0.088 0.331-0.218 0.462l-2.371 2.371z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"marker \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M10.646 1h-0.768c-0.232-0.588-0.769-1-1.393-1h-2.467c-0.292 0-0.53 0.090-0.706 0.268-0.316 0.317-0.314 0.771-0.312 1.253v11.779l1.851 2.325h0.149v1.375l1-0.688v-0.688h0.147l1.853-2.325v-11.299h0.646c0.337 0 0.354 0.54 0.354 0.648v4.266h1v-4.266c0.001-0.97-0.556-1.648-1.354-1.648zM6.018 1h2.467c0.285 0 0.516 0.291 0.516 0.648v3.352h-3.001v-3.484c0-0.194-0.002-0.487 0.018-0.516zM7.667 14.625h-0.333l-1.333-1.675-0.001-6.95h3v6.95l-1.333 1.675z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"medall alt \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M8.5 0c-2.757 0-5 2.243-5 5 0 1.375 0.555 2.659 1.562 3.616 0.085 0.082 0.18 0.154 0.276 0.226l0.103 0.078c0.179 0.141 0.369 0.257 0.559 0.371v7.209l2.479-1.901 2.521 1.901v-7.209c0.19-0.114 0.381-0.231 0.56-0.372l0.103-0.077c0.096-0.072 0.19-0.144 0.276-0.226 1.006-0.957 1.561-2.241 1.561-3.616 0-2.757-2.243-5-5-5zM10 14.493l-1.526-1.151-1.474 1.131v-4.225c0.482 0.167 0.986 0.252 1.5 0.252s1.018-0.085 1.5-0.252v4.245zM11.249 7.892c-0.057 0.055-0.121 0.101-0.185 0.147l-0.123 0.094c-1.445 1.135-3.438 1.134-4.881 0.001l-0.124-0.095c-0.064-0.047-0.128-0.093-0.185-0.147-0.807-0.767-1.251-1.793-1.251-2.892 0-2.206 1.794-4 4-4s4 1.794 4 4c0 1.099-0.444 2.125-1.251 2.892zM10.25 5c0 0.966-0.784 1.75-1.75 1.75s-1.75-0.784-1.75-1.75 0.784-1.75 1.75-1.75 1.75 0.784 1.75 1.75z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"medall \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M8.5 0c-2.757 0-5 2.243-5 5 0 1.375 0.555 2.659 1.562 3.616 0.085 0.082 0.18 0.154 0.276 0.226l0.103 0.078c0.179 0.141 0.369 0.257 0.559 0.371v7.209l2.479-1.901 2.521 1.901v-7.209c0.19-0.114 0.381-0.231 0.56-0.372l0.103-0.077c0.096-0.072 0.19-0.144 0.276-0.226 1.006-0.957 1.561-2.241 1.561-3.616 0-2.757-2.243-5-5-5zM10 14.493l-1.526-1.151-1.474 1.131v-4.225c0.482 0.167 0.986 0.252 1.5 0.252s1.018-0.085 1.5-0.252v4.245zM11.249 7.892c-0.057 0.055-0.121 0.101-0.185 0.147l-0.123 0.094c-1.445 1.135-3.438 1.134-4.881 0.001l-0.124-0.095c-0.064-0.047-0.128-0.093-0.185-0.147-0.807-0.767-1.251-1.793-1.251-2.892 0-2.206 1.794-4 4-4s4 1.794 4 4c0 1.099-0.444 2.125-1.251 2.892zM10.95 3.514l0.184 0.982-1.823 0.341 1.146 1.937-0.861 0.51-1.087-1.836-1.090 1.835-0.859-0.51 1.152-1.94-1.776-0.337 0.186-0.982 1.878 0.355v-1.869h1v1.878l1.95-0.364z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"menu alt \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M16 2v2h-11v-2h11zM5 9h11v-2h-11v2zM5 14h11v-2h-11v2zM2 2c-0.552 0-1 0.447-1 1s0.448 1 1 1 1-0.447 1-1-0.448-1-1-1zM2 7c-0.552 0-1 0.447-1 1s0.448 1 1 1 1-0.447 1-1-0.448-1-1-1zM2 12c-0.552 0-1 0.447-1 1s0.448 1 1 1 1-0.447 1-1-0.448-1-1-1z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"menu \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M16 3v2h-15v-2h15zM1 10h15v-2h-15v2zM1 15h15v-2h-15v2z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"microphone alt \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M11.614 7.021c0.688-0.754 1.12-1.747 1.12-2.847 0-2.335-1.899-4.234-4.234-4.234s-4.234 1.899-4.234 4.234c0 1.1 0.432 2.093 1.12 2.847l1.137 7.979h1.477v1.984h1v-1.984h1.477l1.137-7.979zM6 2.147v1.853h1v-2.674c0.309-0.164 0.643-0.28 1-0.336v4.010h1v-4.010c0.357 0.056 0.691 0.172 1 0.336v2.674h1v-1.853c0.452 0.557 0.734 1.256 0.734 2.026 0 1.784-1.451 3.235-3.234 3.235s-3.234-1.45-3.234-3.234c0-0.771 0.282-1.47 0.734-2.027zM7.391 14l-0.87-6.104c0.593 0.316 1.26 0.513 1.979 0.513s1.386-0.197 1.979-0.514l-0.87 6.105h-2.218z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"microphone \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M8.5 12c2.481 0 4.5-2.019 4.5-4.5v-3c0-2.311-1.756-4.197-4-4.449v-0.051h-1v0.051c-2.244 0.252-4 2.138-4 4.449v3c0 2.481 2.019 4.5 4.5 4.5zM6 2.059v1.941h1v-2.648c0.312-0.149 0.646-0.25 1-0.301v2.949h1v-2.949c0.354 0.051 0.688 0.151 1 0.301v2.648h1v-1.941c0.617 0.631 1 1.491 1 2.441v0.5h-7v-0.5c0-0.95 0.383-1.811 1-2.441zM5 6h7v1.5c0 1.93-1.57 3.5-3.5 3.5s-3.5-1.57-3.5-3.5v-1.5zM15 7v3.25c0 2.067-2.019 3.75-4.5 3.75h-1.5v3h-1v-3h-1.5c-2.481 0-4.5-1.683-4.5-3.75v-3.25h1v3.25c0 1.517 1.57 2.75 3.5 2.75h4c1.93 0 3.5-1.233 3.5-2.75v-3.25h1z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"microsoft alt \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M0 2.339l6.967-0.959v6.732h-6.967v-5.773zM0 14.661l6.967 0.959v-6.65h-6.967v5.691zM7.734 1.277v6.835h9.266v-8.112l-9.266 1.277zM7.734 15.723l9.266 1.277v-8.030h-9.266v6.753z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"microsoft \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M7.734 15.723l9.266 1.277v-8.030h-9.266v6.753zM8.734 9.97h7.266v5.883l-7.266-1.002v-4.881zM0 14.661l6.967 0.959v-6.65h-6.967v5.691zM1 9.97h4.967v4.503l-4.967-0.684v-3.819zM0 8.112h6.967v-6.732l-6.967 0.959v5.773zM1 3.21l4.967-0.684v4.585h-4.967v-3.901zM7.734 1.277v6.835h9.266v-8.112l-9.266 1.277zM16 7.112h-7.266v-4.963l7.266-1.002v5.965z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"minus \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M15 8v1h-13v-1h13z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"mobile \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M12.5 0h-8c-0.827 0-1.5 0.673-1.5 1.5v14c0 0.827 0.673 1.5 1.5 1.5h8c0.827 0 1.5-0.673 1.5-1.5v-14c0-0.827-0.673-1.5-1.5-1.5zM4.5 1h8c0.276 0 0.5 0.224 0.5 0.5v1.5h-9v-1.5c0-0.276 0.224-0.5 0.5-0.5zM13 4v8h-9v-8h9zM12.5 16h-8c-0.276 0-0.5-0.224-0.5-0.5v-2.5h9v2.5c0 0.276-0.224 0.5-0.5 0.5zM9 14.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5 0.224-0.5 0.5-0.5 0.5 0.224 0.5 0.5z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"money \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M10.719 9.577v0l-0.010-0.010c-0.013-0.011-0.022-0.024-0.036-0.034l-0.003 0.004-1.67-1.282v-5.707c1.14 0.218 2 1.164 2 2.296l0.499 0.060 0.501-0.060c0-1.68-1.309-3.062-3-3.296v-1.548h-1v1.548c-1.691 0.234-3 1.616-3 3.296 0 0.942 0.421 1.838 1.151 2.473l-0.005 0.005 0.040 0.031c0 0 0 0 0 0v0l1.814 1.394v5.705c-1.14-0.218-2-1.164-2-2.296h-1c0 1.68 1.309 3.062 3 3.296v1.549h1v-1.549c1.691-0.234 3-1.616 3-3.296 0-1.006-0.469-1.939-1.281-2.579zM6.822 6.581c-0.522-0.446-0.822-1.077-0.822-1.737 0-1.132 0.86-2.078 2-2.296v4.938l-1.178-0.905zM9 14.452v-4.936l1.104 0.849c0.567 0.447 0.896 1.096 0.896 1.791 0 1.132-0.86 2.078-2 2.296z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"more alt \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M4 8c0 1.104-0.896 2-2 2s-2-0.896-2-2 0.896-2 2-2 2 0.896 2 2zM8.5 6c-1.104 0-2 0.896-2 2s0.896 2 2 2 2-0.896 2-2-0.896-2-2-2zM15 6c-1.104 0-2 0.896-2 2s0.896 2 2 2 2-0.896 2-2-0.896-2-2-2z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"more \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M2 6c-1.104 0-2 0.896-2 2s0.896 2 2 2 2-0.896 2-2-0.896-2-2-2zM2 9c-0.551 0-1-0.448-1-1s0.449-1 1-1 1 0.448 1 1-0.449 1-1 1zM8.5 6c-1.104 0-2 0.896-2 2s0.896 2 2 2 2-0.896 2-2-0.896-2-2-2zM8.5 9c-0.551 0-1-0.448-1-1s0.449-1 1-1 1 0.448 1 1-0.449 1-1 1zM15 6c-1.104 0-2 0.896-2 2s0.896 2 2 2 2-0.896 2-2-0.896-2-2-2zM15 9c-0.551 0-1-0.448-1-1s0.449-1 1-1 1 0.448 1 1-0.449 1-1 1z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"mouse alt \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M8.5 0c-3.033 0-5.5 2.467-5.5 5.5v6c0 3.033 2.467 5.5 5.5 5.5s5.5-2.467 5.5-5.5v-6c0-3.033-2.467-5.5-5.5-5.5zM13 5.5v0.5h-4v-4.949c2.244 0.252 4 2.139 4 4.449zM8 1.051v4.949h-4v-0.5c0-2.31 1.756-4.197 4-4.449zM8.5 16c-2.481 0-4.5-2.019-4.5-4.5v-4.5h9v4.5c0 2.481-2.019 4.5-4.5 4.5z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"mouse \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M8.5 0c-3.033 0-5.5 2.467-5.5 5.5v6c0 3.033 2.467 5.5 5.5 5.5s5.5-2.467 5.5-5.5v-6c0-3.033-2.467-5.5-5.5-5.5zM13 11.5c0 2.481-2.019 4.5-4.5 4.5s-4.5-2.019-4.5-4.5v-6c0-2.481 2.019-4.5 4.5-4.5s4.5 2.019 4.5 4.5v6zM8.5 3.5c-0.827 0-1.5 0.673-1.5 1.5v2c0 0.827 0.673 1.5 1.5 1.5s1.5-0.673 1.5-1.5v-2c0-0.827-0.673-1.5-1.5-1.5zM9 7c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"music alt \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M6 0.265v9.222c-0.512-0.446-1.173-0.726-1.904-0.726-1.607 0-2.914 1.308-2.914 2.914s1.307 2.914 2.914 2.914c1.57 0 2.845-1.251 2.903-2.807v0-0.006c0.001-0.034 0.010-0.066 0.010-0.102s-0.008-0.067-0.009-0.101v-6.094l9 1.761v4.666c-0.513-0.451-1.178-0.734-1.914-0.734-1.607 0-2.914 1.308-2.914 2.914s1.307 2.914 2.914 2.914c1.585 0 2.872-1.273 2.907-2.849l0.007 0.002v-11.736l-11-2.152zM4.096 13.589c-1.056 0-1.914-0.858-1.914-1.914s0.858-1.914 1.914-1.914c1.021 0 1.85 0.805 1.904 1.812v0.203c-0.054 1.008-0.883 1.813-1.904 1.813zM7 4.461v-2.982l9 1.762v2.98l-9-1.76zM14.086 16c-1.056 0-1.914-0.858-1.914-1.914s0.858-1.914 1.914-1.914 1.914 0.858 1.914 1.914-0.858 1.914-1.914 1.914z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"music \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M14.765 4.459l0.421-0.906-7.186-3.336v9.878c-0.511-0.444-1.17-0.722-1.898-0.722-1.607 0-2.914 1.308-2.914 2.914s1.307 2.914 2.914 2.914 2.914-1.308 2.914-2.914c0-0.053-0.013-0.103-0.016-0.154v-10.35l5.765 2.676zM6.102 14.201c-1.056 0-1.914-0.858-1.914-1.914s0.858-1.914 1.914-1.914 1.914 0.858 1.914 1.914-0.859 1.914-1.914 1.914z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"na \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M8.5 0.5c-4.411 0-8 3.589-8 8s3.589 8 8 8 8-3.589 8-8-3.589-8-8-8zM8.5 1.5c1.75 0 3.348 0.65 4.577 1.716l-9.86 9.861c-1.067-1.228-1.717-2.827-1.717-4.577 0-3.859 3.14-7 7-7zM8.5 15.5c-1.75 0-3.348-0.65-4.577-1.716l9.86-9.861c1.067 1.228 1.717 2.827 1.717 4.577 0 3.859-3.14 7-7 7z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"new window \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M15 2v7.5h-1v-5.668l-9.334 9.334-0.707-0.707 9.459-9.459h-5.918v-1h7.5zM11 16h-10v-10h6.574v-1h-7.574v12h12v-7.714h-1v6.714z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"notepad \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M1 0v17h15v-17h-15zM15 16h-13v-15h2v1.092c-0.581 0.207-1 0.757-1 1.408 0 0.827 0.673 1.5 1.5 1.5s1.5-0.673 1.5-1.5c0-0.651-0.419-1.201-1-1.408v-1.092h3v1.092c-0.581 0.207-1 0.757-1 1.408 0 0.827 0.673 1.5 1.5 1.5s1.5-0.673 1.5-1.5c0-0.651-0.419-1.201-1-1.408v-1.092h3v1.092c-0.581 0.207-1 0.757-1 1.408 0 0.827 0.673 1.5 1.5 1.5s1.5-0.673 1.5-1.5c0-0.651-0.419-1.201-1-1.408v-1.092h2v15zM5 3.5c0 0.275-0.225 0.5-0.5 0.5s-0.5-0.225-0.5-0.5 0.225-0.5 0.5-0.5 0.5 0.225 0.5 0.5zM9 3.5c0 0.275-0.225 0.5-0.5 0.5s-0.5-0.225-0.5-0.5 0.225-0.5 0.5-0.5 0.5 0.225 0.5 0.5zM13 3.5c0 0.275-0.225 0.5-0.5 0.5s-0.5-0.225-0.5-0.5 0.225-0.5 0.5-0.5 0.5 0.225 0.5 0.5z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"package \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M8.517-0.035l-8.517 3.221v10.693l8.5 3.188 8.5-3.188v-10.692l-8.483-3.222zM15.084 3.528l-2.586 0.97-6.557-2.489 2.575-0.974 6.568 2.493zM8.5 5.997l-6.581-2.468 2.609-0.986 6.551 2.487-2.579 0.967zM1 4.253l7 2.625v8.932l-7-2.625v-8.932zM9 15.81v-8.932l7-2.625v8.932l-7 2.625z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"paint bucket \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M16.701 9.818l-8.868-8.924-0.134 0.133c-0.668-0.661-1.552-1.026-2.493-1.027 0 0 0 0-0.001 0-0.948 0-1.841 0.37-2.512 1.041-0.672 0.671-1.042 1.563-1.042 2.514 0 0.941 0.366 1.825 1.027 2.493l-2.208 2.209c-0.303 0.304-0.47 0.706-0.47 1.133 0 0.429 0.166 0.83 0.467 1.13l4.811 4.859c0.302 0.302 0.704 0.469 1.131 0.469 0.429 0 0.831-0.168 1.133-0.471l5.558-5.558 3.601-0.001zM2.651 3.554c0-0.682 0.266-1.323 0.749-1.806 0.483-0.482 1.123-0.748 1.805-0.748 0.001 0 0.001 0 0.001 0 0.674 0 1.306 0.262 1.786 0.734l-3.606 3.607c-0.473-0.481-0.735-1.113-0.735-1.787zM6.833 14.671c-0.113 0.113-0.265 0.177-0.425 0.177s-0.311-0.062-0.422-0.174l-3.636-3.674h8.154l-3.671 3.671zM11.504 10h-10.145l-0.183-0.186c-0.114-0.113-0.176-0.263-0.176-0.423 0-0.161 0.063-0.312 0.177-0.427l6.654-6.654 6.468 6.509-1.614 0.001-1.181 1.18zM15.688 11.959l-0.407-0.604-0.418 0.598c-0.319 0.457-1.363 2.011-1.363 2.798 0 0.965 0.785 1.75 1.75 1.75s1.75-0.786 1.75-1.751c0-0.782-1.004-2.334-1.312-2.791zM15.25 15.5c-0.413 0-0.75-0.337-0.75-0.75 0-0.24 0.349-0.92 0.766-1.591 0.4 0.67 0.734 1.349 0.734 1.591 0 0.413-0.337 0.75-0.75 0.75z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"paint roller \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M15 2v-2h-13v2h-0.516c-0.818 0-1.484 0.675-1.484 1.505v2.99c0 0.83 0.666 1.505 1.484 1.505h6.024c0.275 0 0.5 0.225 0.5 0.5v1.5h-1.008v7h3v-7h-0.992v-1.5c0-0.827-0.673-1.5-1.5-1.5h-6.024c-0.266 0-0.484-0.227-0.484-0.505v-2.99c0-0.278 0.218-0.505 0.484-0.505h0.516v3h13v-3h1v-1h-1zM9 16h-1v-5h1v5zM14 5h-11v-4h11v4z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"palette \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M8.5 0.5c-4.411 0-8 3.589-8 8 0 4.281 3.352 7.787 7.631 7.982l1.288 0.059-2.723-2.723c-0.283-0.283-0.439-0.66-0.439-1.061s0.156-0.777 0.439-1.061c0.566-0.566 1.555-0.566 2.121 0l3.719 3.719 0.34-0.223c2.27-1.486 3.624-3.988 3.624-6.692 0-4.411-3.589-8-8-8zM12.66 14.125l-3.135-3.135c-0.943-0.944-2.592-0.944-3.535 0-0.472 0.472-0.732 1.1-0.732 1.768s0.26 1.296 0.732 1.768l0.741 0.741c-3.026-0.783-5.231-3.52-5.231-6.767 0-3.86 3.14-7 7-7s7 3.14 7 7c0 2.23-1.054 4.305-2.84 5.625zM11.5 6.5c-1.103 0-2 0.897-2 2s0.897 2 2 2 2-0.897 2-2-0.897-2-2-2zM11.5 9.5c-0.551 0-1-0.449-1-1s0.449-1 1-1 1 0.449 1 1-0.449 1-1 1zM8.5 6c-0.828 0-1.5-0.671-1.5-1.5s0.672-1.5 1.5-1.5c0.829 0 1.5 0.671 1.5 1.5s-0.671 1.5-1.5 1.5zM5.75 5.891c0 0.552-0.448 1-1 1s-1-0.448-1-1 0.448-1 1-1 1 0.447 1 1z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"panel \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M0 0v17h17v-17h-17zM16 16h-15v-15h15v15zM4 10.232v2.768h1v-2.768c0.738-0.218 1.281-0.894 1.281-1.701s-0.543-1.483-1.281-1.701v-2.83h-1v2.83c-0.738 0.218-1.281 0.894-1.281 1.701s0.543 1.484 1.281 1.701zM4.5 7.75c0.431 0 0.781 0.351 0.781 0.781s-0.35 0.781-0.781 0.781-0.781-0.35-0.781-0.781 0.35-0.781 0.781-0.781zM8 8.107v4.893h1v-4.893c0.738-0.218 1.281-0.894 1.281-1.701s-0.543-1.483-1.281-1.701v-0.705h-1v0.705c-0.738 0.218-1.281 0.894-1.281 1.701s0.543 1.484 1.281 1.701zM8.5 5.625c0.431 0 0.781 0.351 0.781 0.781s-0.35 0.782-0.781 0.782-0.781-0.351-0.781-0.782 0.35-0.781 0.781-0.781zM12.5 13.417c0.982 0 1.781-0.799 1.781-1.781 0-0.808-0.543-1.483-1.281-1.701v-5.935h-1v5.935c-0.738 0.218-1.281 0.894-1.281 1.701 0 0.982 0.799 1.781 1.781 1.781zM12.5 10.854c0.431 0 0.781 0.351 0.781 0.781s-0.351 0.781-0.781 0.781-0.781-0.351-0.781-0.781 0.35-0.781 0.781-0.781z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"paragraph \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M16 1.026h-11.008c-2.181 0-3.955 1.774-3.955 3.955s1.774 3.954 3.955 3.954h3.008v7.065h1v-13.974h2.015v13.974h1v-13.974h3.985v-1zM8 7.936h-3.008c-1.63 0-2.955-1.325-2.955-2.954 0-1.63 1.325-2.955 2.955-2.955h3.008v5.909z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"pencil alt \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M16.499 1.843l-1.403-1.403c-0.566-0.566-1.555-0.566-2.122 0l-7.536 7.536-1.722 5.287 5.249-1.765 7.534-7.534c0.283-0.283 0.439-0.66 0.439-1.061s-0.156-0.777-0.439-1.060zM5.584 10.758l0.638-1.957 1.92 1.919-1.942 0.653-0.616-0.615zM6.832 7.996l3.986-3.986 2.11 2.11-3.986 3.986-2.11-2.11zM11.525 3.303l0.729-0.729 2.11 2.11-0.729 0.729-2.11-2.11zM15.792 3.257l-0.72 0.721-2.11-2.11 0.72-0.721c0.19-0.189 0.519-0.189 0.707 0l1.403 1.403c0.094 0.095 0.146 0.22 0.146 0.354s-0.052 0.258-0.146 0.353zM15 7.5h1v9.5h-16v-15h7.5v1h-6.5v13h14v-8.5z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"pencil alt2 \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M9.492 0h-1.984c-0.827 0-1.5 0.673-1.5 1.5v10.657l2.521 4.956 2.464-4.959v-10.654c-0.001-0.827-0.674-1.5-1.501-1.5zM7.508 1h1.984c0.275 0 0.5 0.225 0.5 0.5v1.019h-2.984v-1.019c0-0.275 0.224-0.5 0.5-0.5zM8.078 14.021l-0.934-1.835h2.715l-0.911 1.835h-0.87zM7.008 11.187v-5.637h2.984v5.637h-2.984zM7.008 4.55v-1.031h2.984v1.031h-2.984z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"pencil \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M15.529 2.857l-1.403-1.404c-0.565-0.566-1.555-0.566-2.122 0l-9.057 9.058-1.722 5.288 5.248-1.765 9.055-9.056c0.586-0.584 0.586-1.536 0.001-2.121zM3.094 13.294l0.645-1.979 1.934 1.935-1.963 0.66-0.616-0.616zM4.355 10.518l5.493-5.493 2.111 2.11-5.494 5.494-2.11-2.111zM10.555 4.317l0.729-0.729 2.111 2.11-0.729 0.729-2.111-2.11zM14.822 4.271l-0.72 0.72-2.111-2.11 0.72-0.721c0.189-0.189 0.518-0.189 0.707 0l1.403 1.404c0.196 0.196 0.196 0.512 0.001 0.707z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"pie chart \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M14.985 8.943l0.998 0.067c-0.263 3.92-3.55 6.99-7.483 6.99-4.136 0-7.5-3.364-7.5-7.5 0-3.905 3.047-7.19 6.938-7.479l0.074 0.997c-3.371 0.25-6.012 3.097-6.012 6.482 0 3.584 2.916 6.5 6.5 6.5 3.409 0 6.257-2.66 6.485-6.057zM17 7.499v0.5l-0.501 0.017h-7.482v-8.017l0.501 0.001c4.126 0.009 7.482 3.374 7.482 7.499zM15.986 7.016c-0.223-3.17-2.776-5.743-5.969-5.995v5.995h5.969z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"pin alt \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M5.404 10.889l0.707 0.707-5.258 5.257-0.707-0.707 5.258-5.257zM17 6.222l-2.192 0.637-3.682 5.246 0.429 1.118-1.555 1.555-7.778-7.778 1.556-1.556 1.118 0.429 5.245-3.682 0.248-0.854 0.388-1.337 6.223 6.222zM15.098 5.734l-3.832-3.831-0.164 0.567-0.098 0.338-5.97 4.19-1.009-0.387-0.389 0.389 6.364 6.364 0.389-0.39-0.195-0.512-0.191-0.497 0.307-0.436 3.883-5.534 0.338-0.098 0.567-0.163z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"pin \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M12 4.5c0-1.93-1.57-3.5-3.5-3.5s-3.5 1.57-3.5 3.5c0 1.745 1.288 3.185 2.962 3.445v8.055h1v-8.047c1.71-0.228 3.038-1.682 3.038-3.453zM8.5 7c-1.379 0-2.5-1.121-2.5-2.5s1.121-2.5 2.5-2.5 2.5 1.121 2.5 2.5-1.121 2.5-2.5 2.5zM10 5h-1c0-0.552-0.448-1-1-1v-1c1.103 0 2 0.897 2 2z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"pin2 \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M8 11.5h1v5.5h-1v-5.5zM14 8.8v2.2h-11v-2.2l1.094-0.487 1.106-6.313-0.429-0.779-0.671-1.221h8.8l-0.672 1.221-0.428 0.779 1.106 6.312 1.094 0.488zM13 9.449l-0.986-0.44-0.092-0.524-1.168-6.659 0.17-0.309 0.285-0.517h-5.418l0.455 0.827-0.060 0.346-1.2 6.836-0.986 0.44v0.551h9v-0.551z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"pinterest alt \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M8.5 0.5c-4.418 0-8 3.581-8 8 0 3.275 1.97 6.090 4.789 7.327-0.022-0.559-0.005-1.229 0.139-1.837 0.153-0.649 1.029-4.359 1.029-4.359s-0.256-0.511-0.256-1.266c0-1.186 0.688-2.070 1.544-2.070 0.728 0 1.079 0.546 1.079 1.2 0 0.731-0.467 1.826-0.707 2.839-0.2 0.849 0.426 1.541 1.263 1.541 1.516 0 2.537-1.946 2.537-4.253 0-1.753-1.182-3.066-3.329-3.066-2.427 0-3.938 1.811-3.938 3.831 0 0.698 0.205 1.189 0.527 1.569 0.147 0.175 0.168 0.246 0.115 0.446-0.038 0.147-0.127 0.502-0.163 0.642-0.054 0.203-0.218 0.275-0.4 0.201-1.119-0.457-1.639-1.681-1.639-3.057 0-2.272 1.916-4.998 5.718-4.998 3.054 0 5.064 2.211 5.064 4.583 0 3.139-1.745 5.483-4.316 5.483-0.864 0-1.677-0.468-1.955-0.998 0 0-0.464 1.844-0.562 2.199-0.17 0.617-0.502 1.233-0.806 1.714 0.719 0.214 1.479 0.329 2.267 0.329 4.418 0 8-3.581 8-8s-3.582-8-8-8z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"pinterest \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M15.025 6.225c0 3.819-2.123 6.662-5.246 6.662-1.049 0-2.035-0.568-2.365-1.213-0.568 2.238-0.682 2.667-0.682 2.667-0.203 0.746-0.619 1.493-0.985 2.074-1.043 0.737-1.14-0.404-1.14-0.404-0.024-0.684-0.012-1.505 0.166-2.237 0 0 0.189-0.785 1.25-5.285-0.315-0.62-0.315-1.543-0.315-1.543 0-1.441 0.835-2.516 1.872-2.516 0.885 0 1.314 0.67 1.314 1.467 0 0.885-0.57 2.213-0.859 3.439-0.24 1.037 0.518 1.871 1.529 1.871 1.847 0 3.084-2.363 3.084-5.158 0-2.137-1.44-3.729-4.045-3.729-2.945 0-4.778 2.2-4.778 4.652 0 0.848 0.252 1.442 0.644 1.91 0.178 0.215 0.203 0.29 0.139 0.543-0.049 0.177-0.15 0.607-0.201 0.771-0.063 0.253-0.266 0.341-0.48 0.253-1.353-0.558-1.986-2.049-1.986-3.718 0-2.756 2.325-6.068 6.928-6.068 3.717 0 6.156 2.692 6.156 5.562z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"plug \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M3 4v5.014c0 2.749 2.468 4.986 5.5 4.986s5.5-2.237 5.5-4.986v-5.014h-11zM13 9.014c0 2.198-2.019 3.986-4.5 3.986s-4.5-1.788-4.5-3.986v-4.014h9v4.014zM7.016 3h-1v-3h1v3zM10.984 3h-1v-3h1v3zM8 14h1v3h-1v-3zM11 8h-5v-1h5v1zM11 10h-5v-1h5v1z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"plus \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M16 9h-7v7h-1v-7h-7v-1h7v-7h1v7h7v1z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"power off \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M16 9.5c0 4.136-3.364 7.5-7.5 7.5s-7.5-3.364-7.5-7.5c0-3.498 2.476-6.579 5.888-7.326l0.214 0.977c-2.956 0.647-5.102 3.317-5.102 6.349 0 3.584 2.916 6.5 6.5 6.5s6.5-2.916 6.5-6.5c0-3.028-2.143-5.698-5.096-6.348l0.215-0.977c3.408 0.751 5.881 3.831 5.881 7.325zM9 0h-1v10h1v-10z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"printer \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M17 6h-3.008v-1.818l-4.503-4.182h-6.497v6h-2.992v8h3v3.1h11v-3.1h3v-8zM9.992 1.832l2.335 2.168h-2.335v-2.168zM3.992 1h5v4h4v1h-9v-5zM13 16.1h-9v-5h9v5zM16 13h-2v-2.9h-11v2.9h-2v-6h15v6zM11.006 13h-6.006v-1h6.006v1zM9 15h-4v-1h4v1zM3 9h-1v-1h1v1zM5 9h-1v-1h1v1z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"pulse \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M14.33 8l-1.876-4.377-3.438 9.783-4.015-13.11-2.37 7.704h-2.631v1h3.369l1.63-5.296 3.95 12.903 3.597-10.23 1.124 2.623h3.33v-1z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"quote left \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M13.169 7.614c-0.734 0-1.417 0.227-1.982 0.612 1.23-3.472 3.991-3.88 4.134-3.898l-0.123-0.992c-0.051 0.006-5.126 0.704-5.563 7.725l0.015 0.001c0 0.027-0.008 0.054-0.008 0.081 0 1.945 1.583 3.528 3.528 3.528s3.528-1.583 3.528-3.528-1.584-3.529-3.529-3.529zM13.169 13.671c-1.395 0-2.528-1.134-2.528-2.528s1.134-2.528 2.528-2.528 2.528 1.134 2.528 2.528-1.134 2.528-2.528 2.528zM3.733 7.614c-0.734 0-1.416 0.227-1.981 0.612 1.23-3.472 3.99-3.88 4.133-3.898l-0.123-0.992c-0.051 0.006-5.125 0.704-5.564 7.725l0.015 0.001c0 0.027-0.008 0.054-0.008 0.081 0 1.945 1.583 3.528 3.528 3.528s3.528-1.583 3.528-3.528-1.582-3.529-3.528-3.529zM3.733 13.671c-1.395 0-2.528-1.134-2.528-2.528s1.134-2.528 2.528-2.528 2.528 1.134 2.528 2.528-1.133 2.528-2.528 2.528z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"quote right \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M7.307 6.862c0-1.946-1.583-3.529-3.529-3.529-1.945 0-3.528 1.583-3.528 3.529 0 1.945 1.583 3.528 3.528 3.528 0.734 0 1.416-0.227 1.981-0.611-1.231 3.47-3.99 3.877-4.133 3.896l0.123 0.992c0.051-0.006 5.125-0.703 5.563-7.724l-0.013-0.001c0.001-0.027 0.008-0.052 0.008-0.080zM3.778 9.391c-1.394 0-2.528-1.134-2.528-2.528s1.134-2.529 2.528-2.529c1.395 0 2.529 1.135 2.529 2.529s-1.134 2.528-2.529 2.528zM16.734 6.942c0.001-0.027 0.008-0.053 0.008-0.080 0-1.946-1.583-3.529-3.528-3.529s-3.528 1.583-3.528 3.529c0 1.945 1.583 3.528 3.528 3.528 0.734 0 1.416-0.227 1.981-0.611-1.23 3.47-3.99 3.877-4.133 3.896l0.123 0.992c0.051-0.006 5.125-0.703 5.563-7.724l-0.014-0.001zM13.214 9.391c-1.394 0-2.528-1.134-2.528-2.528s1.134-2.529 2.528-2.529 2.528 1.135 2.528 2.529-1.134 2.528-2.528 2.528z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"receipt \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M2 0v16.902l2.028-2.481 1.503 1.88 1.501-1.875 1.499 1.875 1.5-1.875 1.5 1.875 1.499-1.875 1.97 2.46v-16.886h-13zM14 14.036l-0.97-1.211-1.499 1.875-1.5-1.875-1.5 1.875-1.499-1.875-1.501 1.875-1.495-1.87-1.036 1.268v-13.098h11v13.036zM10.997 4h-6v-1h6v1zM8.997 8h-4v-1h4v1zM11.978 6h-7v-1h7v1zM5 10h7v1h-7v-1z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"reddit \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M15.581 9.936c0.024 0.161 0.040 0.33 0.040 0.491 0 1.308-0.766 2.517-2.145 3.42-1.347 0.879-3.121 1.363-5.008 1.363s-3.669-0.484-5.008-1.363c-1.388-0.903-2.145-2.112-2.145-3.42 0-0.177 0.016-0.354 0.040-0.532-0.508-0.322-0.855-0.895-0.855-1.541 0-1.007 0.815-1.822 1.822-1.822 0.452 0 0.872 0.17 1.194 0.444 1.291-0.823 2.976-1.291 4.774-1.324l1.081-3.41c0.048-0.153 0.21-0.242 0.371-0.21l2.799 0.661c0.233-0.532 0.766-0.903 1.379-0.903 0.831 0 1.5 0.678 1.5 1.501 0 0.83-0.669 1.508-1.5 1.508-0.823 0-1.492-0.67-1.5-1.492l-2.541-0.597-0.935 2.951c1.701 0.072 3.29 0.541 4.516 1.339 0.322-0.29 0.75-0.468 1.218-0.468 1.007 0 1.822 0.815 1.822 1.822 0 0.678-0.371 1.267-0.919 1.582zM1.532 9.25c0.258-0.693 0.75-1.339 1.451-1.896-0.184-0.128-0.419-0.201-0.661-0.201-0.661 0-1.201 0.54-1.201 1.201 0 0.356 0.161 0.678 0.411 0.896zM15 10.427c0-1.080-0.662-2.112-1.863-2.896-1.242-0.806-2.903-1.257-4.669-1.257s-3.428 0.452-4.67 1.257c-1.202 0.783-1.863 1.815-1.863 2.896 0 1.089 0.661 2.121 1.863 2.904 1.242 0.806 2.903 1.258 4.669 1.258s3.428-0.452 4.669-1.258c1.202-0.783 1.864-1.815 1.864-2.904zM6.097 10.661c-0.605 0-1.121-0.492-1.121-1.097 0-0.612 0.516-1.121 1.121-1.121s1.105 0.509 1.105 1.121c0 0.605-0.5 1.097-1.105 1.097zM11.081 12.267c0.121 0.12 0.121 0.322 0 0.443-0.54 0.54-1.379 0.798-2.573 0.798h-0.016c-1.194 0-2.033-0.258-2.573-0.798-0.121-0.121-0.121-0.323 0-0.443 0.121-0.122 0.314-0.122 0.436 0 0.419 0.419 1.113 0.62 2.137 0.62h0.016c1.017 0 1.718-0.201 2.137-0.62 0.121-0.122 0.314-0.122 0.436 0zM12.024 9.564c0 0.604-0.5 1.097-1.105 1.097s-1.121-0.492-1.121-1.097c0-0.612 0.516-1.121 1.121-1.121s1.105 0.509 1.105 1.121zM13.040 3.291c0 0.482 0.395 0.878 0.879 0.878s0.879-0.396 0.879-0.878c0-0.484-0.396-0.88-0.879-0.88-0.484 0-0.879 0.396-0.879 0.88zM15.879 8.354c0-0.661-0.54-1.201-1.201-1.201-0.258 0-0.5 0.081-0.694 0.226 0.694 0.557 1.185 1.21 1.436 1.92 0.282-0.227 0.459-0.566 0.459-0.945z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"reload \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M6 8h-6v-6h1v4.109c1.013-3.193 4.036-5.484 7.5-5.484 3.506 0 6.621 2.36 7.574 5.739l-0.963 0.271c-0.832-2.95-3.551-5.011-6.611-5.011-3.226 0.001-6.016 2.276-6.708 5.376h4.208v1zM11 9v1h4.208c-0.693 3.101-3.479 5.375-6.708 5.375-3.062 0-5.78-2.061-6.611-5.011l-0.963 0.271c0.952 3.379 4.067 5.739 7.574 5.739 3.459 0 6.475-2.28 7.5-5.482v4.108h1v-6h-6z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"rocket \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M12 11c0-1 0-5 0-6 0-5-3-5-3-5s-3 0-3 5 0 2 0 6c0 0-2 0-2 6 0 0 2.379-2.375 4.312-2.895 0.004 0.582 0.31 1.051 0.688 1.051s0.684-0.47 0.688-1.051c1.933 0.52 4.312 2.895 4.312 2.895 0-6-2-6-2-6zM9 1.001c0.26 0.021 1.667 0.27 1.947 2.999h-3.894c0.28-2.729 1.687-2.978 1.947-2.999zM9 13c-1.271 0-2.742 0.868-3.877 1.717 0.263-2.121 0.859-2.629 0.993-2.717h0.884v-7h4v7h0.884c0.134 0.088 0.73 0.596 0.993 2.717-1.135-0.849-2.606-1.717-3.877-1.717z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"rss alt \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M11.173 17h-1c0-5.514-4.564-10-10.173-10v-1c6.161 0 11.173 4.935 11.173 11zM0 0v1c8.972 0 16 7.028 16 16h1c0-9.532-7.468-17-17-17zM4 15.001c0-1.104-0.896-2.001-1.996-2.001-1.105 0-2.004 0.897-2.004 2.001 0 1.103 0.899 1.999 2.004 1.999 1.1 0 1.996-0.896 1.996-1.999zM3 15.001c0 0.551-0.447 0.999-0.996 0.999-0.554 0-1.004-0.448-1.004-0.999 0-0.552 0.45-1.001 1.004-1.001 0.549 0 0.996 0.449 0.996 1.001z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"rss \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M9.969 14h-1c0-3.233-2.678-5.863-5.969-5.863v-1c3.843 0 6.969 3.079 6.969 6.863zM3 3.5v1c5.327 0 9.5 4.173 9.5 9.5h1c0-5.888-4.612-10.5-10.5-10.5zM6 12.501c0-0.827-0.671-1.501-1.497-1.501-0.829 0-1.503 0.674-1.503 1.501s0.674 1.5 1.503 1.5c0.826 0 1.497-0.673 1.497-1.5zM5 12.501c0 0.275-0.223 0.5-0.497 0.5-0.277 0-0.503-0.225-0.503-0.5 0-0.276 0.226-0.501 0.503-0.501 0.274 0 0.497 0.225 0.497 0.501zM17 15.5v-14c0-0.827-0.673-1.5-1.5-1.5h-14c-0.827 0-1.5 0.673-1.5 1.5v14c0 0.827 0.673 1.5 1.5 1.5h14c0.827 0 1.5-0.673 1.5-1.5zM15.5 1c0.276 0 0.5 0.225 0.5 0.5v14c0 0.275-0.224 0.5-0.5 0.5h-14c-0.276 0-0.5-0.225-0.5-0.5v-14c0-0.275 0.224-0.5 0.5-0.5h14z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"ruler alt 2 \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M0 0.293v16.707h16.707l-16.707-16.707zM1 2.707l2.957 2.957-0.655 0.655 0.707 0.707 0.655-0.655 0.709 0.709-0.655 0.656 0.707 0.707 0.655-0.655 0.71 0.709-0.655 0.655 0.707 0.707 0.655-0.655 0.71 0.71-0.655 0.655 0.707 0.707 0.655-0.655 0.709 0.709-0.655 0.655 0.707 0.707 0.655-0.655 0.71 0.71-0.655 0.655 0.707 0.707 0.655-0.655 2.546 2.546h-13.293v-13.293zM2 15h7.707l-7.707-7.707v7.707zM3 9.707l4.293 4.293h-4.293v-4.293z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"ruler alt \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M12.036 0.015l-12.021 12.021 4.95 4.949 12.020-12.020-4.949-4.95zM1.429 12.036l0.696-0.696 1.414 1.414 0.707-0.707-1.414-1.414 0.719-0.719 0.707 0.707 0.707-0.707-0.707-0.707 0.707-0.707 1.414 1.414 0.707-0.707-1.414-1.414 0.696-0.696 0.707 0.707 0.707-0.707-0.707-0.707 0.707-0.707 1.414 1.414 0.707-0.707-1.414-1.414 0.718-0.718 0.707 0.707 0.707-0.707-0.707-0.707 0.707-0.707 1.415 1.414 0.707-0.707-1.415-1.414 0.708-0.708 3.535 3.536-10.606 10.606-3.536-3.535z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"ruler pencil \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M4.492 0h-1.984c-0.827 0-1.5 0.673-1.5 1.5v10.657l2.521 4.956 2.464-4.959v-10.654c-0.001-0.827-0.674-1.5-1.501-1.5zM2.508 1h1.984c0.275 0 0.5 0.225 0.5 0.5v1.019h-2.984v-1.019c0-0.275 0.224-0.5 0.5-0.5zM2.008 4.55v-1.031h2.984v1.031h-2.984zM3.948 14.021h-0.87l-1.070-2.104v-6.367h1v6.481h1v-6.481h0.984v6.37l-1.044 2.101zM8 0v17h7v-17h-7zM14 16h-5v-0.984h2v-1h-2v-1.016h1v-1h-1v-1h2v-1h-2v-0.984h1v-1h-1v-1h2v-1h-2v-1.016h1v-1h-1v-1h2v-1h-2v-1h5v15z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"ruler \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M5 0v17h7v-17h-7zM11 16h-5v-0.984h2v-1h-2v-1.016h1v-1h-1v-1h2v-1h-2v-0.984h1v-1h-1v-1h2v-1h-2v-1.016h1v-1h-1v-1h2v-1h-2v-1h5v15z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"save alt \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M15.5 0h-12.664l-2.836 2.776v12.724c0 0.827 0.673 1.5 1.5 1.5h14c0.827 0 1.5-0.673 1.5-1.5v-14c0-0.827-0.673-1.5-1.5-1.5zM13 1v2h-8v-2h8zM3 16v-1h11v1h-11zM16 15.5c0 0.275-0.224 0.5-0.5 0.5h-0.5v-2h-13v2h-0.5c-0.276 0-0.5-0.225-0.5-0.5v-12.304l2.244-2.196h0.756v3h10v-3h1.5c0.276 0 0.5 0.225 0.5 0.5v14zM8.5 5c-1.93 0-3.5 1.57-3.5 3.5s1.57 3.5 3.5 3.5 3.5-1.57 3.5-3.5-1.57-3.5-3.5-3.5zM8.5 11c-1.378 0-2.5-1.121-2.5-2.5s1.122-2.5 2.5-2.5 2.5 1.121 2.5 2.5-1.122 2.5-2.5 2.5z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"save \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M14.164 0h-12.664c-0.827 0-1.5 0.673-1.5 1.5v14c0 0.827 0.673 1.5 1.5 1.5h14c0.827 0 1.5-0.673 1.5-1.5v-12.724l-2.836-2.776zM8 1v4h3v-4h1v5h-8v-5h4zM3 16v-6h11v6h-11zM16 15.5c0 0.275-0.225 0.5-0.5 0.5h-0.5v-7h-13v7h-0.5c-0.276 0-0.5-0.225-0.5-0.5v-14c0-0.275 0.224-0.5 0.5-0.5h1.5v6h10v-6h0.756l2.244 2.196v12.304z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"search \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M16.604 15.868l-5.173-5.173c0.975-1.137 1.569-2.611 1.569-4.223 0-3.584-2.916-6.5-6.5-6.5-1.736 0-3.369 0.676-4.598 1.903-1.227 1.228-1.903 2.861-1.902 4.597 0 3.584 2.916 6.5 6.5 6.5 1.612 0 3.087-0.594 4.224-1.569l5.173 5.173 0.707-0.708zM6.5 11.972c-3.032 0-5.5-2.467-5.5-5.5-0.001-1.47 0.571-2.851 1.61-3.889 1.038-1.039 2.42-1.611 3.89-1.611 3.032 0 5.5 2.467 5.5 5.5 0 3.032-2.468 5.5-5.5 5.5z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"server \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M17 3.5c0-2.273-4.38-3.5-8.5-3.5s-8.5 1.227-8.5 3.5c0 0.149 0.024 0.318 0.080 0.5h-0.080v9.5c0 2.273 4.38 3.5 8.5 3.5s8.5-1.227 8.5-3.5v-9.5h-0.080c0.056-0.182 0.080-0.351 0.080-0.5zM8.5 1c4.293 0 7.5 1.32 7.5 2.5 0 0.398-0.388 0.835-1.093 1.229-1.419 0.796-3.814 1.271-6.407 1.271s-4.988-0.475-6.407-1.271c-0.705-0.394-1.093-0.831-1.093-1.229 0-1.18 3.207-2.5 7.5-2.5zM8.5 16c-4.293 0-7.5-1.32-7.5-2.5v-1.633c0.175 0.135 0.367 0.271 0.604 0.403 1.562 0.874 4.14 1.396 6.896 1.396 0.345 0 0.687-0.008 1.023-0.024 2.361-0.111 4.505-0.607 5.872-1.372v0c0-0.001 0.001-0.001 0.001-0.001 0.236-0.133 0.43-0.268 0.604-0.403v1.634c0 1.18-3.207 2.5-7.5 2.5zM14.907 11.397c-1.42 0.795-3.814 1.27-6.407 1.27-0.324 0-0.646-0.008-0.962-0.022-2.214-0.102-4.203-0.552-5.445-1.247v0c-0.704-0.396-1.093-0.833-1.093-1.231v-1.634c0.175 0.135 0.368 0.271 0.605 0.403 1.561 0.874 4.139 1.396 6.895 1.396s5.334-0.522 6.895-1.396c0.237-0.132 0.43-0.268 0.605-0.403v1.634c0 0.398-0.389 0.835-1.093 1.23zM14.906 8.063c-1.419 0.795-3.813 1.27-6.406 1.27s-4.987-0.475-6.406-1.27c-0.705-0.394-1.094-0.832-1.094-1.23v-1.634c0.175 0.136 0.367 0.271 0.604 0.404 1.562 0.875 4.139 1.397 6.896 1.397s5.334-0.522 6.896-1.397c0.237-0.133 0.429-0.268 0.604-0.404v1.634c0 0.398-0.389 0.836-1.094 1.23z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"settings \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M8.5 5.972c-1.378 0-2.5 1.122-2.5 2.5s1.122 2.5 2.5 2.5 2.5-1.122 2.5-2.5-1.122-2.5-2.5-2.5zM8.5 9.972c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM16.94 9.446c0.037-0.321 0.060-0.645 0.060-0.974s-0.023-0.653-0.060-0.974l-2.588-0.778c-0.119-0.402-0.278-0.787-0.474-1.149l1.279-2.377c-0.406-0.51-0.869-0.973-1.38-1.38l-2.377 1.28c-0.363-0.196-0.748-0.354-1.15-0.474l-0.776-2.588c-0.32-0.037-0.644-0.060-0.974-0.060s-0.654 0.023-0.974 0.060l-0.776 2.588c-0.403 0.119-0.789 0.278-1.15 0.475l-2.377-1.28c-0.511 0.406-0.974 0.869-1.379 1.38l1.279 2.375c-0.196 0.362-0.354 0.748-0.474 1.15l-2.589 0.778c-0.037 0.32-0.060 0.644-0.060 0.974s0.023 0.654 0.060 0.974l2.588 0.776c0.12 0.403 0.278 0.789 0.474 1.151l-1.279 2.376c0.406 0.511 0.869 0.974 1.38 1.38l2.377-1.279c0.362 0.196 0.748 0.354 1.15 0.474l0.776 2.588c0.321 0.037 0.645 0.060 0.974 0.060s0.654-0.023 0.974-0.060l0.776-2.588c0.402-0.12 0.788-0.278 1.15-0.474l2.376 1.279c0.511-0.407 0.974-0.87 1.38-1.381l-1.278-2.376c0.196-0.362 0.354-0.748 0.474-1.15l2.588-0.776zM13.548 9.419l-0.154 0.518c-0.1 0.337-0.233 0.66-0.396 0.959l-0.256 0.475 0.255 0.475 0.952 1.77c-0.099 0.105-0.201 0.207-0.306 0.306l-2.243-1.209-0.475 0.256c-0.301 0.163-0.624 0.295-0.96 0.396l-0.518 0.154-0.155 0.518-0.579 1.932c-0.072 0.002-0.143 0.003-0.213 0.003s-0.141-0.001-0.213-0.003l-0.579-1.932-0.155-0.518-0.518-0.154c-0.336-0.1-0.659-0.233-0.959-0.396l-0.475-0.256-2.245 1.207c-0.104-0.099-0.207-0.201-0.306-0.306l1.208-2.244-0.256-0.475c-0.162-0.3-0.295-0.623-0.396-0.96l-0.153-0.517-2.449-0.734c-0.003-0.072-0.004-0.143-0.004-0.212 0-0.070 0.001-0.141 0.004-0.213l2.448-0.734 0.154-0.518c0.1-0.337 0.233-0.66 0.396-0.959l0.256-0.475-1.208-2.245c0.099-0.104 0.201-0.207 0.305-0.306l2.247 1.21 0.476-0.259c0.297-0.162 0.619-0.295 0.956-0.395l0.518-0.154 0.155-0.518 0.579-1.932c0.073-0.001 0.144-0.002 0.214-0.002s0.141 0.001 0.213 0.003l0.579 1.932 0.155 0.518 0.518 0.154c0.335 0.1 0.659 0.233 0.96 0.396l0.475 0.255 2.244-1.208c0.104 0.099 0.207 0.201 0.306 0.306l-0.953 1.77-0.255 0.475 0.257 0.475c0.163 0.3 0.295 0.622 0.395 0.957l0.154 0.518 0.518 0.155 1.932 0.581c0.001 0.072 0.002 0.143 0.002 0.213s-0.001 0.141-0.004 0.213l-2.448 0.734z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"share alt \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M5.527 8.229l-3.853-3.854 3.854-3.854 0.707 0.707-2.647 2.647h2.912c3.032 0 5.5 2.467 5.5 5.5 0 1.519-0.637 2.983-1.747 4.021l-0.682-0.73c0.921-0.862 1.429-2.030 1.429-3.291 0-2.481-2.019-4.5-4.5-4.5h-2.912l2.646 2.646-0.707 0.708zM16 9.025v6.475c0 0.275-0.225 0.5-0.5 0.5h-14c-0.275 0-0.5-0.225-0.5-0.5v-6.47h-1v6.47c0 0.827 0.673 1.5 1.5 1.5h14c0.827 0 1.5-0.673 1.5-1.5v-6.475h-1z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"share \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M6.795 13.396c-1.11-1.037-1.747-2.502-1.747-4.021 0-3.033 2.468-5.5 5.5-5.5h2.912l-2.646-2.646 0.707-0.707 3.854 3.854-3.854 3.854-0.707-0.707 2.646-2.646h-2.912c-2.481 0-4.5 2.019-4.5 4.5 0 1.261 0.508 2.429 1.429 3.29l-0.682 0.729zM16.048 9.030v6.47c0 0.275-0.225 0.5-0.5 0.5h-14c-0.275 0-0.5-0.225-0.5-0.5v-6.475h-1v6.475c0 0.827 0.673 1.5 1.5 1.5h14c0.827 0 1.5-0.673 1.5-1.5v-6.47h-1z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"sharethis alt \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M16.5 13.5c0 1.656-1.344 3-3 3h-10c-1.656 0-3-1.344-3-3v-10c0-1.656 1.344-3 3-3h10c1.656 0 3 1.344 3 3v10zM11.614 9.386c-0.583 0-1.114 0.229-1.51 0.604l-2.51-1.25c0.010-0.084 0.020-0.156 0.020-0.24s-0.010-0.156-0.021-0.24l2.51-1.249c0.396 0.375 0.927 0.604 1.51 0.604 1.219 0 2.219-0.999 2.219-2.229 0-1.219-1-2.219-2.219-2.219-1.229 0-2.229 1-2.229 2.219 0 0.083 0.010 0.156 0.021 0.239l-2.51 1.25c-0.395-0.365-0.926-0.594-1.509-0.594-1.219 0-2.219 0.989-2.219 2.219s1 2.219 2.219 2.219c0.583 0 1.114-0.229 1.51-0.594l2.51 1.25c-0.011 0.083-0.021 0.156-0.021 0.239 0 1.219 1 2.219 2.229 2.219 1.219 0 2.219-1 2.219-2.219 0-1.229-1-2.228-2.219-2.228z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"sharethis \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M16.5 13.168c0 1.843-1.49 3.332-3.333 3.332-1.844 0-3.333-1.489-3.333-3.332 0-0.116 0.010-0.24 0.020-0.354l-3.75-1.876c-0.593 0.552-1.396 0.896-2.271 0.896-1.844 0-3.333-1.489-3.333-3.334 0-1.843 1.489-3.332 3.333-3.332 0.875 0 1.677 0.343 2.271 0.895l3.75-1.874c-0.010-0.116-0.020-0.24-0.020-0.354 0-1.845 1.489-3.334 3.333-3.334 1.843 0 3.333 1.489 3.333 3.334 0 1.844-1.49 3.333-3.333 3.333-0.875 0-1.677-0.344-2.271-0.896l-3.75 1.875c0.010 0.115 0.021 0.24 0.021 0.354 0 0.115-0.011 0.24-0.021 0.354l3.75 1.877c0.594-0.553 1.397-0.897 2.271-0.897 1.843-0.002 3.333 1.487 3.333 3.333z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"shield \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M15 1.016c0 1.654-1.346 3-3 3s-3-1.346-3-3h-1c0 1.654-1.346 3-3 3s-3-1.346-3-3h-1v6.847c0 5.405 7.002 8 7.301 8.107l0.166 0.061 0.167-0.058c0.3-0.103 7.366-2.587 7.366-8.138v-6.819h-1zM2 7.862v-4.204c0.733 0.832 1.807 1.358 3 1.358 1.196 0 2.266-0.533 3-1.369v11.114c-1.659-0.747-6-3.067-6-6.899zM15 7.835c0 3.895-4.293 6.163-6 6.912v-11.101c0.734 0.836 1.804 1.369 3 1.369 1.193 0 2.267-0.525 3-1.357v4.177z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"shift left alt \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M5.854 5.854l-2.647 2.646 2.646 2.646-0.707 0.707-3.353-3.353 3.354-3.354 0.707 0.708zM9 0v17h1v-17h-1z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"shift left \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M17 9.001h-11.292l3.646 3.646-0.707 0.707-4.854-4.854 4.854-4.854 0.707 0.707-3.648 3.648h11.294v1zM0 17h1v-17h-1v17z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"shift right alt \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M15.207 8.5l-3.354 3.354-0.707-0.707 2.647-2.647-2.646-2.646 0.707-0.707 3.353 3.353zM7 17h1v-17h-1v17z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"shift right \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M8.354 3.646l4.853 4.854-4.854 4.854-0.707-0.707 3.647-3.647h-11.293v-1h11.292l-3.646-3.646 0.708-0.708zM16 0v17h1v-17h-1z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"shine \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M8.5 5c-1.93 0-3.5 1.57-3.5 3.5s1.57 3.5 3.5 3.5 3.5-1.57 3.5-3.5-1.57-3.5-3.5-3.5zM8.5 11c-1.378 0-2.5-1.122-2.5-2.5s1.122-2.5 2.5-2.5 2.5 1.122 2.5 2.5-1.122 2.5-2.5 2.5zM9 4h-1v-3h1v3zM8 13h1v3h-1v-3zM16 8v1h-3v-1h3zM4 9h-3v-1h3v1zM12.036 5.671l-0.707-0.707 2.121-2.121 0.707 0.707-2.121 2.121zM4.964 11.329l0.707 0.707-2.121 2.121-0.707-0.707 2.121-2.121zM12.036 11.329l2.121 2.121-0.707 0.707-2.121-2.121 0.707-0.707zM4.964 5.671l-2.121-2.121 0.707-0.707 2.121 2.121-0.707 0.707z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"shopping cart full \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M2.75 12.5c-0.965 0-1.75 0.785-1.75 1.75s0.785 1.75 1.75 1.75 1.75-0.785 1.75-1.75-0.785-1.75-1.75-1.75zM2.75 15c-0.413 0-0.75-0.337-0.75-0.75s0.337-0.75 0.75-0.75 0.75 0.337 0.75 0.75-0.337 0.75-0.75 0.75zM11.25 12.5c-0.965 0-1.75 0.785-1.75 1.75s0.785 1.75 1.75 1.75 1.75-0.785 1.75-1.75-0.785-1.75-1.75-1.75zM11.25 15c-0.413 0-0.75-0.337-0.75-0.75s0.337-0.75 0.75-0.75 0.75 0.337 0.75 0.75-0.337 0.75-0.75 0.75zM13.37 2l-0.301 2h-13.143l1.117 8.036h11.914l1.043-7.5 0.231-1.536h2.769v-1h-3.63zM12.086 11.036h-10.172l-0.84-6.036h11.852l-0.84 6.036zM11 10h-8v-3.969h1v2.969h6v-2.97h1v3.97zM4 2.969h-1v-1.969h8v1.906h-1v-0.906h-6v0.969z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"shopping cart \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M2.75 12.5c-0.965 0-1.75 0.785-1.75 1.75s0.785 1.75 1.75 1.75 1.75-0.785 1.75-1.75-0.785-1.75-1.75-1.75zM2.75 15c-0.414 0-0.75-0.337-0.75-0.75s0.336-0.75 0.75-0.75 0.75 0.337 0.75 0.75-0.336 0.75-0.75 0.75zM11.25 12.5c-0.965 0-1.75 0.785-1.75 1.75s0.785 1.75 1.75 1.75 1.75-0.785 1.75-1.75-0.785-1.75-1.75-1.75zM11.25 15c-0.414 0-0.75-0.337-0.75-0.75s0.336-0.75 0.75-0.75 0.75 0.337 0.75 0.75-0.336 0.75-0.75 0.75zM13.371 2l-0.302 2h-13.143l1.118 8.036h11.913l1.038-7.463 0.236-1.573h2.769v-1h-3.629zM12.926 5l-0.139 1h-11.574l-0.139-1h11.852zM1.914 11.036l-0.561-4.036h11.295l-0.561 4.036h-10.173z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"shortcode \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M0.026 1h3v1h-2v13h2v1h-3v-15zM14.026 1v1h2v13h-2v1h3v-15h-3zM8.91 7.967c-1.115-0.433-1.607-0.804-1.607-1.56 0-0.552 0.42-1.211 1.523-1.211 0.731 0 1.271 0.239 1.535 0.384l0.288-0.852c-0.359-0.204-0.96-0.396-1.787-0.396-1.571 0-2.614 0.936-2.614 2.195 0 1.14 0.815 1.823 2.135 2.291 1.091 0.419 1.523 0.851 1.523 1.606 0 0.815-0.624 1.38-1.691 1.38-0.72 0-1.403-0.24-1.871-0.528l-0.264 0.876c0.432 0.287 1.283 0.516 2.062 0.516 1.907 0 2.831-1.079 2.831-2.327 0.001-1.188-0.696-1.847-2.063-2.374z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"signal \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M11.5 4c0-1.654-1.346-3-3-3s-3 1.346-3 3c0 1.483 1.084 2.71 2.5 2.949v8.051h-2v1h5v-1h-2v-8.051c1.416-0.239 2.5-1.466 2.5-2.949zM6.5 4c0-1.103 0.897-2 2-2s2 0.897 2 2-0.897 2-2 2-2-0.897-2-2zM4.504 2.192c-0.378 0.46-0.577 1.004-0.577 1.574s0.199 1.114 0.577 1.574l-0.774 0.636c-0.525-0.641-0.803-1.405-0.803-2.209s0.278-1.569 0.803-2.209l0.774 0.634zM2 3.767c0 1.079 0.387 2.096 1.119 2.938l-0.754 0.656c-0.881-1.012-1.365-2.29-1.365-3.594s0.484-2.582 1.365-3.595l0.754 0.656c-0.732 0.843-1.119 1.86-1.119 2.939zM14.073 3.767c0 0.805-0.278 1.568-0.804 2.209l-0.773-0.635c0.378-0.46 0.577-1.004 0.577-1.574s-0.199-1.114-0.577-1.574l0.773-0.635c0.526 0.64 0.804 1.404 0.804 2.209zM16 3.767c0 1.305-0.484 2.582-1.365 3.595l-0.754-0.656c0.732-0.844 1.119-1.86 1.119-2.939s-0.387-2.096-1.119-2.938l0.754-0.656c0.881 1.012 1.365 2.289 1.365 3.594z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"skype \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M16.199 9.943c0.089-0.49 0.134-0.975 0.134-1.443 0-4.788-4.269-8.608-9.277-7.699-0.756-0.525-1.635-0.801-2.556-0.801-2.481 0-4.5 2.019-4.5 4.5 0 0.921 0.276 1.8 0.801 2.557-0.089 0.49-0.134 0.974-0.134 1.443 0 4.788 4.27 8.608 9.277 7.699 0.756 0.525 1.635 0.801 2.556 0.801 2.481 0 4.5-2.019 4.5-4.5 0-0.921-0.276-1.8-0.801-2.557zM12.5 16c-0.775 0-1.512-0.252-2.133-0.729l-0.182-0.14-0.225 0.047c-0.499 0.103-0.99 0.155-1.461 0.155-3.768 0-6.833-3.065-6.833-6.833 0-0.471 0.052-0.962 0.156-1.461l0.046-0.225-0.14-0.182c-0.476-0.619-0.728-1.358-0.728-2.132 0-1.93 1.57-3.5 3.5-3.5 0.775 0 1.512 0.252 2.133 0.729l0.182 0.14 0.225-0.047c0.498-0.102 0.989-0.155 1.46-0.155 3.768 0 6.833 3.065 6.833 6.833 0 0.471-0.052 0.962-0.156 1.461l-0.046 0.225 0.14 0.182c0.477 0.619 0.729 1.358 0.729 2.132 0 1.93-1.57 3.5-3.5 3.5zM12.719 10.239c0 2.115-2.042 3.094-4 3.094-2.344 0-4.303-1.042-4.303-2.323 0-0.572 0.323-1.093 1.053-1.093 1.115 0 1.219 1.604 3.146 1.604 0.916 0 1.51-0.405 1.51-0.937 0-0.667-0.573-0.771-1.5-1l-1.521-0.375c-1.52-0.365-2.688-0.99-2.688-2.74 0-2.114 2.094-2.896 3.896-2.896 1.969 0 3.958 0.781 3.958 1.979 0 0.604-0.406 1.136-1.083 1.136-1.011 0-1.042-1.197-2.678-1.197-0.916 0-1.5 0.249-1.5 0.801 0 0.605 0.594 0.74 1.387 0.928l1.082 0.25c1.48 0.333 3.241 0.957 3.241 2.769z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"slice \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M16.561 3.844l-1.403-1.404c-0.563-0.565-1.554-0.567-2.121 0l-12.588 12.592 5.434-0.003 2.183-2.168 0.824 0.775 7.671-7.672c0.283-0.282 0.439-0.659 0.439-1.060s-0.156-0.777-0.439-1.060zM6.776 10.116l0.824-0.824 2.109 2.109-0.823 0.825-2.11-2.11zM5.471 14.029l-2.608 0.001 3.206-3.207 1.311 1.311-1.909 1.895zM15.854 5.258l-5.437 5.437-2.11-2.11 5.437-5.438c0.094-0.095 0.219-0.147 0.353-0.147s0.259 0.052 0.354 0.146l1.403 1.404c0.195 0.196 0.195 0.512 0 0.708z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"smallcap \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M6 5.925h1v2h-1v-1h-2v8h1v1h-3v-1h1v-8h-2v1h-1v-2h6zM16 2h-10v2.577h1v-1.577h4v12h-1v1h3v-1h-1v-12h4v1.577h1v-2.577h-1z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"soundcloud \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M0.882 10.132l-0.139 0.875c-0.007 0.035-0.027 0.062-0.062 0.062s-0.056-0.027-0.062-0.062l-0.119-0.875 0.118-0.889c0.007-0.035 0.028-0.062 0.062-0.062s0.055 0.027 0.062 0.062l0.14 0.889zM1.521 10.132l-0.18 1.409c-0.007 0.035-0.035 0.062-0.069 0.062-0.035 0-0.062-0.027-0.062-0.068l-0.16-1.403c0.16-1.438 0.16-1.438 0.16-1.438 0-0.034 0.027-0.062 0.062-0.062 0.034 0 0.062 0.028 0.069 0.062l0.18 1.438zM2.153 10.132l-0.173 1.646c0 0.041-0.035 0.076-0.077 0.076s-0.076-0.035-0.083-0.076l-0.146-1.646 0.146-1.701c0.007-0.049 0.042-0.083 0.083-0.083 0.042 0 0.077 0.034 0.077 0.083l0.173 1.701zM2.792 10.132l-0.16 1.694c-0.007 0.056-0.048 0.091-0.097 0.091-0.048 0-0.090-0.035-0.090-0.091l-0.146-1.694 0.146-1.75c0-0.056 0.042-0.090 0.090-0.090 0.049 0 0.090 0.034 0.097 0.090l0.16 1.75zM3.431 10.132l-0.146 1.709c-0.007 0.062-0.056 0.111-0.111 0.111s-0.104-0.049-0.104-0.111l-0.139-1.709 0.139-1.624c0-0.057 0.049-0.105 0.104-0.105 0.056 0 0.104 0.049 0.111 0.105l0.146 1.624zM4.083 10.132l-0.146 1.709c0 0.068-0.056 0.125-0.118 0.125-0.069 0-0.118-0.057-0.125-0.125l-0.125-1.709c0.125-2.64 0.125-2.64 0.125-2.64 0.008-0.068 0.056-0.124 0.125-0.124 0.062 0 0.118 0.056 0.118 0.124l0.146 2.64zM4.722 10.146l-0.132 1.695c0 0.076-0.063 0.131-0.132 0.131-0.076 0-0.131-0.055-0.139-0.131l-0.111-1.695c0.111-3.25 0.111-3.25 0.111-3.25 0.007-0.076 0.062-0.132 0.139-0.132 0.069 0 0.132 0.056 0.132 0.132l0.132 3.25zM5.396 10.132l-0.125 1.681c-0.007 0.083-0.069 0.146-0.153 0.146-0.076 0-0.139-0.062-0.146-0.146l-0.111-1.681 0.111-3.514c0-0.083 0.070-0.153 0.146-0.153 0.083 0 0.146 0.070 0.153 0.153l0.125 3.514zM6.056 10.132l-0.112-3.632c-0.006-0.090-0.076-0.167-0.166-0.167-0.083 0-0.16 0.077-0.16 0.167l-0.098 3.632 0.098 1.674c0.007 0.090 0.077 0.16 0.16 0.16 0.090 0 0.16-0.070 0.167-0.16l0.111-1.674zM6.722 10.132l-0.104 1.66c0 0.097-0.076 0.174-0.174 0.174-0.097 0-0.167-0.077-0.173-0.174l-0.098-1.66 0.098-3.542c0-0.098 0.076-0.174 0.173-0.174 0.098 0 0.174 0.076 0.174 0.174l0.104 3.542zM7.403 10.139l-0.098 1.64c0 0.104-0.083 0.188-0.187 0.188s-0.188-0.084-0.194-0.188l-0.083-1.64 0.083-3.416c0.007-0.111 0.090-0.195 0.194-0.195 0.104 0 0.18 0.084 0.187 0.195l0.098 3.416zM8.076 10.139l-0.083-4.070c0-0.069-0.035-0.132-0.090-0.166-0.035-0.021-0.070-0.035-0.111-0.035-0.042 0-0.076 0.014-0.111 0.035-0.056 0.035-0.091 0.097-0.091 0.166l-0.007 0.041-0.070 4.021c0 0 0 0.007 0.077 1.639 0 0 0 0 0 0.008 0 0.041 0.014 0.083 0.042 0.117 0.042 0.049 0.097 0.076 0.16 0.076 0.056 0 0.104-0.027 0.139-0.062 0.042-0.034 0.062-0.083 0.062-0.139l0.007-0.166 0.076-1.465zM8.681 11.743c0 0.118-0.097 0.215-0.215 0.215s-0.215-0.097-0.223-0.215l-0.041-0.791-0.042-0.813 0.083-4.416v-0.022c0.007-0.062 0.035-0.125 0.084-0.166 0.034-0.027 0.083-0.049 0.138-0.049 0.035 0 0.077 0.014 0.104 0.035 0.062 0.034 0.104 0.104 0.111 0.18l0.097 4.438-0.096 1.604zM14.535 11.966c-5.452 0-5.458 0-5.458 0-0.118-0.014-0.215-0.104-0.215-0.229v-6.245c0-0.117 0.042-0.173 0.195-0.229 0.382-0.152 0.812-0.235 1.257-0.235 1.812 0 3.299 1.388 3.458 3.159 0.236-0.097 0.493-0.153 0.764-0.153 1.083 0 1.965 0.883 1.965 1.973-0.001 1.084-0.883 1.959-1.966 1.959z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"split h \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M2.207 8h3.772v1h-3.772l1.646 1.646-0.707 0.707-2.853-2.853 2.854-2.854 0.707 0.707-1.647 1.647zM13.854 5.646l-0.707 0.707 1.646 1.647h-3.772v1h3.772l-1.646 1.646 0.707 0.707 2.853-2.853-2.853-2.854zM8 17h1v-17h-1v17z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"split v alt \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M5.354 5.854l-2.647 2.646 2.646 2.646-0.707 0.707-3.353-3.353 3.354-3.354 0.707 0.708zM12.354 5.146l-0.707 0.707 2.646 2.647-2.646 2.646 0.707 0.707 3.353-3.353-3.353-3.354zM8 17h1v-17h-1v17z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"split v \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M10.646 13.146l0.707 0.707-2.853 2.854-2.854-2.854 0.707-0.707 1.647 1.647v-3.772h1v3.772l1.646-1.647zM8 2.207v3.772h1v-3.772l1.646 1.646 0.707-0.707-2.853-2.853-2.854 2.853 0.707 0.707 1.647-1.646zM0 8v1h17v-1h-17z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"spray \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M6.5 3c-1.426 0-2.742 0.778-3.453 2h-1.047v10.5c0 0.827 0.673 1.5 1.5 1.5h6c0.827 0 1.5-0.673 1.5-1.5v-10.5h-1.047c-0.711-1.221-2.029-2-3.453-2zM6.5 4c0.859 0 1.672 0.376 2.234 1h-4.467c0.561-0.624 1.373-1 2.233-1zM10 15.5c0 0.275-0.224 0.5-0.5 0.5h-6c-0.276 0-0.5-0.225-0.5-0.5v-9.5h7v9.5zM8 0h-3v3h3v-3zM7 2h-1v-1h1v1zM11.945 1.511l3.136 0.518-0.163 0.986-6-0.99 0.085-0.514-0.085-0.514 6-0.99 0.163 0.986-3.136 0.518z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"stack overflow \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M12.66 16.179c0 0.312-0.009 0.312-0.009 0.312v0.009h-10.106c-0.313 0-0.313-0.009-0.313-0.009h-0.009v-6.572h1.081v5.519h8.286v-5.519h1.070v6.26zM10.509 14.356l-6.312 0.009v-1.348l6.312-0.009v1.348zM10.661 11.286l-0.116 1.339-6.295-0.58 0.125-1.339 6.286 0.58zM11.081 9.518l-0.349 1.305-6.098-1.635 0.348-1.304 6.099 1.634zM11.875 7.982l-0.688 1.16-5.437-3.213 0.687-1.161 5.438 3.214zM13.205 7.036l-1.106 0.759-3.564-5.214 1.116-0.769 3.554 5.224zM14.777 6.724l-1.331 0.232-1.080-6.224 1.33-0.232 1.081 6.224z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"stamp \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M17 11.918c0-1.046-0.852-1.898-1.897-1.898h-4.396l1.26-4.517 0.019-3.52c-0.002-1.075-0.915-1.983-1.996-1.983h-2.991c-1.083 0-1.997 0.908-1.997 1.983v3.361l1.278 4.676h-4.383c-1.045 0-1.897 0.852-1.897 1.898v4.082h1v1h15v-1h1v-4.082zM16 15h-15v-3.082c0-0.495 0.402-0.898 0.897-0.898h5.697l-1.592-5.744v-3.293c0-0.524 0.466-0.983 0.997-0.983h2.991c0.529 0 0.994 0.459 0.994 0.983v3.317l-1.594 5.72h5.713c0.495 0 0.897 0.403 0.897 0.898v3.082z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"star \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M16.647 7.017h-6.225l-1.922-5.92-1.923 5.92h-6.224l5.035 3.658-1.922 5.92 5.034-3.659 5.035 3.659-1.922-5.92 5.034-3.658zM11.633 13.977l-3.133-2.278-3.133 2.277 1.197-3.685-3.133-2.274h3.873l1.196-3.684 1.196 3.684h3.873l-3.133 2.275 1.197 3.685z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"stats down \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M5.166 8.803l-4.371-3.956 0.67-0.741 3.773 3.413 4.204-3.026 5.593 6.25v-2.285h1v4.036h-4.036v-1h2.366l-5.069-5.665-4.13 2.974zM0 16v1h17v-1h-17z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"stats up \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M17 16v1h-17v-1h17zM5.203 7.976l4.204 3.026 5.593-6.251v2.284h1v-4.035h-4.036v1h2.366l-5.070 5.665-4.129-2.974-4.372 3.956 0.671 0.741 3.773-3.412z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"support \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M13.384 3c-0.937-1.829-2.805-3-4.884-3s-3.946 1.17-4.884 3h-3.616v13h17v-13h-3.616zM8.5 1c1.522 0 2.907 0.767 3.732 2h-7.464c0.826-1.232 2.21-2 3.732-2zM16 15h-15v-11h15v11zM8 10h-2v-1h2v-2h1v2h2v1h-2v2h-1v-2z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"tablet \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M9.25 14.5c0 0.415-0.335 0.75-0.75 0.75s-0.75-0.335-0.75-0.75 0.335-0.75 0.75-0.75 0.75 0.335 0.75 0.75zM16 1.5v14c0 0.827-0.625 1.5-1.392 1.5h-12.216c-0.767 0-1.392-0.673-1.392-1.5v-14c0-0.827 0.625-1.5 1.392-1.5h12.217c0.766 0 1.391 0.673 1.391 1.5zM15 1.5c0-0.271-0.179-0.5-0.392-0.5h-12.216c-0.213 0-0.392 0.229-0.392 0.5v14c0 0.271 0.179 0.5 0.392 0.5h12.217c0.212 0 0.391-0.229 0.391-0.5v-14zM3 2h11v11h-11v-11zM4 12h9v-9h-9v9z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"tag \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M8.953 1.008l-3.967 2.882v12.14l3.986-2.794 4.041 2.785v-12.135l-4.060-2.878zM12.014 14.117l-3.045-2.1-2.982 2.091v-9.709l2.975-2.161 3.053 2.165v9.714zM7.254 6.001c0 0.965 0.785 1.75 1.75 1.75s1.75-0.785 1.75-1.75-0.785-1.75-1.75-1.75-1.75 0.785-1.75 1.75zM9.004 5.251c0.413 0 0.75 0.337 0.75 0.75s-0.337 0.75-0.75 0.75-0.75-0.337-0.75-0.75 0.337-0.75 0.75-0.75z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"target \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M17.020 8h-2.045c-0.245-3.194-2.806-5.745-6.004-5.977v-2.062h-1v2.065c-3.172 0.258-5.702 2.799-5.946 5.974h-2.045v1h2.045c0.244 3.175 2.774 5.716 5.945 5.974v2.026h1v-2.023c3.198-0.231 5.759-2.782 6.004-5.977h2.045v-1zM8.971 13.977v-1.977h-1v1.974c-2.621-0.252-4.708-2.35-4.946-4.974h1.955v-1h-1.955c0.238-2.624 2.325-4.722 4.946-4.974v1.935h1v-1.938c2.647 0.227 4.764 2.333 5.004 4.977h-1.955v1h1.955c-0.24 2.644-2.357 4.75-5.004 4.977z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"text \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M14 2v3h-1v-2h-4v12h1.643v1h-4.286v-1h1.643v-12h-4v2h-1v-3h11z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"themify favicon alt \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M6.096 1.85c-9.586 2.996-5.316 9.618-4.059 10.272 2.131 1.105-1.152 3.574-1.152 3.574s2.817-0.824 6.404-1.192c4.312-0.44 9.156-1.068 9.592-3.467 0.799-4.393-2.397-11.807-10.785-9.187zM10 5c0.552 0 1 0.447 1 1 0 0.551-0.448 1-1 1-0.553 0-1-0.449-1-1 0-0.553 0.447-1 1-1zM5 5.5c0.552 0 1 0.449 1 1s-0.448 1-1 1-1-0.449-1-1 0.448-1 1-1zM3.7 9.45c3.2 2.864 9.6-0.95 9.6-0.95-5.542 6.142-9.6 0.95-9.6 0.95z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"themify favicon \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M9.401 1.304c-0.996 0-2.097 0.169-3.305 0.546-9.587 2.996-5.316 9.618-4.060 10.272 2.131 1.105-1.151 3.574-1.151 3.574s2.817-0.824 6.404-1.192c4.312-0.44 9.155-1.068 9.592-3.467 0.684-3.761-1.559-9.733-7.48-9.733zM15.897 10.858c-0.327 1.795-5.989 2.373-8.71 2.65-1.353 0.139-2.593 0.34-3.624 0.538 0.141-0.351 0.216-0.719 0.185-1.093-0.035-0.418-0.244-1.196-1.244-1.716-0.372-0.222-1.708-1.95-1.479-3.878 0.294-2.469 3.082-3.84 5.369-4.555 1.064-0.332 2.076-0.5 3.007-0.5 1.971 0 3.581 0.732 4.787 2.177 1.627 1.95 2.031 4.608 1.709 6.377zM4 6.5c0-0.551 0.448-1 1-1s1 0.449 1 1-0.448 1-1 1-1-0.449-1-1zM9 6c0-0.553 0.447-1 1-1 0.552 0 1 0.447 1 1 0 0.551-0.448 1-1 1-0.553 0-1-0.449-1-1zM13.3 8.5c-5.542 6.142-9.6 0.95-9.6 0.95 3.2 2.864 9.6-0.95 9.6-0.95z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"themify logo \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M2.628 6.814c-0.092 0-0.219 0.003-0.299 0.017l-0.024 0.004-0.012 0.021c-0.408 0.748-1.22 2.934-1.349 3.256-0.28-0.020-0.653-0.019-0.653-0.374 0-0.258 0.904-2.37 1.029-2.717l0.024-0.066h-0.070c-0.084 0-0.166 0.005-0.246 0.011-0.075 0.005-0.146 0.010-0.215 0.010-0.182 0-0.741 0.022-0.808-0.427-0.027-0.186 0.050-0.389 0.139-0.488 0.017 0.244 0.397 0.233 0.5 0.233 0.227 0 0.707-0.095 1.011-0.134 0.353-0.045 0.749-0.148 1.113-0.148 0.365 0 0.63 0.222 0.63 0.526 0 0.106-0.034 0.223-0.099 0.337-0.193-0.044-0.477-0.061-0.671-0.061zM6.524 9.588c-0.207 0.049-0.467 0.026-0.467-0.4 0.002-0.52 0.573-1.123 0.858-1.123 0.051 0 0.201 0.037 0.168 0.203-0.175 0.883-0.98 0.746-0.919 0.847 0.29 0.482 1.711-0.234 1.573-1.248-0.046-0.346-0.255-0.579-0.654-0.579-0.74 0-1.587 1.099-1.737 1.908-0.303 0.308-0.647 0.286-0.673 0.283-0.021-0.029-0.022-0.087 0.013-0.203 0.062-0.204 0.205-0.515 0.369-0.79 0.154-0.257 0.315-0.525 0.315-0.723 0-0.239-0.141-0.36-0.417-0.36-0.361 0-1.025 0.442-1.025 0.442 0.026-0.211 0.697-1.568 0.697-1.751 0-0.214-0.097-0.361-0.363-0.361-0.069 0-0.271 0.069-0.387 0.111-0.111 0.854-0.553 1.559-0.728 1.95-0.327 0.729-0.689 1.492-0.689 1.81 0 0.3 0.289 0.587 0.601 0.6 0.28-1.058 0.964-2.206 1.433-2.206 0 0-0.541 1.127-0.541 1.643 0 0.254 0.054 0.515 0.453 0.515 0.002 0 0.004 0 0.006 0 0.361 0.037 0.752-0.451 0.915-0.682 0.022 0.549 0.501 0.61 0.71 0.61 0.609 0 1.148-0.371 1.557-1.029-0.227 0.188-0.785 0.466-1.068 0.533zM10.711 9.251c0.021-0.082 0.080-0.245 0.222-0.52 0.178-0.346 0.421-0.818 0.421-1.104 0-0.167-0.079-0.241-0.258-0.241-0.229 0-0.557 0.209-0.857 0.545l-0.084 0.093v-0.127c0-0.332-0.098-0.5-0.288-0.5-0.244 0-0.643 0.276-1.014 0.704 0 0 0.076-0.382 0.076-0.505 0-0.26-0.228-0.298-0.363-0.298-0.072 0-0.147 0.009-0.225 0.026-0.025 0.291-0.3 0.929-0.543 1.495-0.157 0.367-0.319 0.744-0.319 0.827 0 0.266 0.181 0.438 0.459 0.438 0.014 0 0.028 0 0.043-0.001 0.205-0.689 0.754-1.7 1.143-1.7h0.067l-0.023 0.065c-0.055 0.167-0.142 0.331-0.227 0.49-0.143 0.268-0.276 0.521-0.276 0.791 0 0.22 0.205 0.339 0.398 0.339 0.049 0 0.089-0.005 0.124-0.015 0.141-0.639 0.877-1.713 1.182-1.713h0.090l-0.050 0.077c-0.090 0.142-0.454 0.817-0.454 1.296 0 0.298 0.146 0.442 0.444 0.442 0.414 0 0.71-0.382 0.826-0.797-0.135 0.093-0.253 0.112-0.379 0.112-0.101 0.001-0.185-0.020-0.135-0.219zM12.534 9.571c-0.221 0.183-0.522 0.018-0.527-0.15-0.004-0.184 0.158-0.511 0.359-0.903 0.158-0.311 0.363-0.523 0.344-0.68-0.026-0.222-0.331-0.396-0.521-0.396-0.017 0-0.033 0.001-0.050 0.003-0.009 0-0.016 0.001-0.023 0.001-0.104 0.268-0.238 0.558-0.368 0.84-0.232 0.503-0.452 0.979-0.452 1.228 0 0.312 0.211 0.65 0.552 0.65 0.356-0.018 0.542-0.173 0.686-0.593zM12.637 7.101c0.092 0 0.202-0.010 0.323-0.028 0.157-0.191 0.236-0.352 0.236-0.477 0-0.129-0.202-0.2-0.784-0.205-0.184 0.186-0.174 0.32-0.174 0.469 0.001 0.161 0.132 0.241 0.399 0.241zM16.389 7.199l-0.030 0.001-0.004 0.028c-0.063 0.48-1.049 2.104-1.232 1.643-0.041-0.104 0.076-0.382 0.175-0.613 0.113-0.264 0.24-0.563 0.227-0.731-0.003-0.038-0.016-0.070-0.035-0.098-0.011-0.024-0.032-0.051-0.070-0.075-0.031-0.020-0.072-0.035-0.123-0.048-0.117-0.034-0.26-0.040-0.376-0.036-0.132-0.002-0.277 0.003-0.425 0.012l0.009-0.027c0.141-0.46 0.516-0.889 0.622-0.954 0.261-0.161 0.61-0.2 0.688 0.156 0.066-0.15 0.085-0.193 0.066-0.306-0.056-0.345-0.312-0.532-0.715-0.554-0.732-0.038-1.255 1.033-1.506 1.646l-0.006 0.014-0.012 0.009c-0.071 0.050-0.203 0.083-0.282 0.104-0.017 0.004-0.030 0.008-0.039 0.011-0.153 0.055-0.185 0.204-0.188 0.271-0.004 0.111 0.129 0.193 0.188 0.294 0 0-0.258 0.641-0.445 1.030-0.293 0.607-0.759 1.635-0.767 1.864-0.011 0.279 0.396 0.537 0.618 0.566 0.068-0.466 1.383-3.436 1.383-3.436 0.047-0.072 0.127-0.172 0.253-0.248 0.118-0.048 0.208-0.064 0.277-0.062 0.017 0.004 0.030 0.009 0.042 0.016 0.036 0.020 0.059 0.051 0.072 0.082-0.045 0.16-0.104 0.329-0.163 0.495-0.128 0.362-0.296 0.92-0.274 1.181 0.014 0.167 0.029 0.246 0.118 0.338 0.267 0.274 0.936-0.196 1.135-0.464l0.033 0.014c-0.238 0.678-0.604 1.137-0.995 1.149-0.521 0.018-0.738-0.319-0.738-0.319s-0.088 0.324 0.263 0.683c0.157 0.16 0.39 0.226 0.628 0.208 0.016-0.001 0.032-0.003 0.048-0.004 0.96-0.104 1.378-1.193 1.715-2.217 0.047-0.144 0.209-0.525 0.257-0.662 0.027-0.074 0.061-0.154 0.093-0.231l0.004-0.009c0.076-0.185 0.126-0.31 0.122-0.373-0.021-0.237-0.323-0.355-0.611-0.348z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"thought \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M11.5 10.116c3.033 0 5.5-2.269 5.5-5.058s-2.467-5.058-5.5-5.058c-1.912 0-3.693 0.938-4.684 2.431-0.705-0.399-1.496-0.608-2.316-0.608-2.481 0-4.5 1.86-4.5 4.147 0 2.286 2.019 4.146 4.5 4.146 0.186 0 0.375-0.013 0.573-0.037 0.652 0.588 1.522 0.921 2.427 0.921 1.002 0 1.929-0.387 2.592-1.070 0.488 0.125 0.951 0.186 1.408 0.186zM9.745 8.785l-0.212 0.268c-0.471 0.593-1.231 0.947-2.033 0.947-0.724 0-1.414-0.29-1.895-0.797l-0.184-0.193-0.264 0.046c-0.214 0.037-0.431 0.060-0.657 0.060-1.93 0-3.5-1.411-3.5-3.145 0-1.735 1.57-3.147 3.5-3.147 0.792 0 1.549 0.246 2.189 0.713l0.472 0.343 0.267-0.52c0.738-1.433 2.336-2.36 4.072-2.36 2.481 0 4.5 1.82 4.5 4.059 0 2.237-2.019 4.058-4.5 4.058-0.453 0-0.921-0.075-1.429-0.231l-0.326-0.101zM11.5 10.5c-1.103 0-2 0.897-2 2s0.897 2 2 2 2-0.897 2-2-0.897-2-2-2zM11.5 13.5c-0.551 0-1-0.448-1-1s0.449-1 1-1 1 0.448 1 1-0.449 1-1 1zM15.25 14c-0.689 0-1.25 0.561-1.25 1.25s0.561 1.25 1.25 1.25 1.25-0.561 1.25-1.25-0.561-1.25-1.25-1.25zM15 15.25c0-0.138 0.112-0.25 0.25-0.25s0.25 0.112 0.25 0.25c0 0.275-0.5 0.275-0.5 0z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"thumb down \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M14.568 9.501c0 0.276-0.224 0.5-0.5 0.5h-2.291l-3.088 4.99c-0.477 0.8-1.095 0.921-1.42 0.921 0 0-0.001 0-0.001 0-0.485 0-0.955-0.264-1.199-0.671-0.364-0.61-0.238-1.446-0.087-2.106l0.403-2.124h-3.849c-0.847 0-1.535-0.675-1.535-1.505 0-0.548 0.3-1.029 0.748-1.292-0.153-0.209-0.25-0.455-0.25-0.729 0-0.526 0.24-0.971 0.621-1.233-0.138-0.235-0.204-0.502-0.204-0.769 0-0.575 0.328-1.062 0.817-1.305-0.133-0.256-0.162-0.516-0.162-0.69 0-0.932 0.581-1.488 1.553-1.488h5.625c0.754 0 1.274 0.404 1.653 0.7 0.219 0.17 0.426 0.332 0.569 0.332h2.103c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-2.103c-0.487 0-0.857-0.288-1.184-0.542-0.322-0.253-0.627-0.49-1.038-0.49h-5.625c-0.467 0-0.553 0.165-0.553 0.488 0 0.158 0 0.527 1.027 0.527h0.105c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-1.258c-0.307 0-0.529 0.197-0.529 0.468 0 0.45 0.449 0.517 0.717 0.517h0.75c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-1.436c-0.33 0-0.448 0.25-0.448 0.484 0 0.168 0.366 0.457 0.705 0.513h0.966c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-0.983c-0.007 0-0.013 0.004-0.020 0.004h-0.631c-0.295 0-0.535 0.227-0.535 0.505s0.24 0.505 0.535 0.505h4.453c0.149 0 0.29 0.066 0.385 0.181 0.095 0.115 0.134 0.266 0.106 0.412l-0.52 2.734c-0.062 0.273-0.238 1.046-0.033 1.39 0.053 0.088 0.182 0.184 0.34 0.184 0.196 0 0.397-0.157 0.566-0.44l3.239-5.234c0.091-0.147 0.252-0.237 0.425-0.237h2.569c0.279 0 0.502 0.224 0.502 0.5z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"thumb up \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M15.368 9.725c0.083 0.203 0.132 0.466 0.132 0.807 0 0.526-0.24 0.971-0.621 1.233 0.138 0.234 0.204 0.501 0.204 0.768 0 0.562-0.313 1.041-0.785 1.288 0.080 0.188 0.127 0.42 0.129 0.705 0.002 0.449-0.129 0.81-0.391 1.073-0.276 0.277-0.667 0.418-1.161 0.418h-5.625c-0.754 0-1.273-0.404-1.653-0.7-0.219-0.17-0.426-0.332-0.57-0.332h-2.102c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h2.102c0.487 0 0.857 0.288 1.184 0.542 0.323 0.251 0.628 0.489 1.039 0.489h5.625c0.212 0 0.373-0.043 0.452-0.123 0.068-0.068 0.102-0.19 0.101-0.362-0.003-0.437-0.092-0.531-1.027-0.531h-0.106c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1.258c0.307 0 0.53-0.197 0.53-0.468 0-0.45-0.449-0.517-0.717-0.517h-0.75c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1.437c0.331 0 0.448-0.25 0.448-0.484 0-0.492 0-0.492-0.439-0.505-0.051-0.001-0.104-0.005-0.156-0.007h-1.076c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h0.982c0.007 0 0.013-0.004 0.020-0.004h0.631c0.295 0 0.536-0.227 0.536-0.505s-0.24-0.505-0.536-0.505h-4.453c-0.149 0-0.29-0.066-0.385-0.181-0.095-0.115-0.134-0.266-0.106-0.412l0.52-2.734c0.062-0.273 0.238-1.047 0.033-1.39-0.053-0.089-0.182-0.184-0.34-0.184 0 0 0 0 0 0-0.196 0-0.397 0.157-0.566 0.44l-3.241 5.234c-0.091 0.147-0.252 0.237-0.425 0.237h-2.569c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h2.291l3.088-4.99c0.476-0.8 1.095-0.921 1.42-0.921 0 0 0 0 0.001 0 0.485 0 0.955 0.264 1.198 0.671 0.364 0.609 0.238 1.445 0.087 2.106l-0.403 2.124h3.849c0.847 0 1.536 0.675 1.536 1.505 0.001 0.498-0.248 0.941-0.63 1.215z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"ticket \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M9.5 1v0.5c0 0.552-0.449 1-1 1s-1-0.448-1-1v-0.5h-3.5v15h3.5v-0.5c0-0.552 0.449-1 1-1s1 0.448 1 1v0.5h3.5v-15h-3.5zM6.563 2c0.223 0.861 1.007 1.5 1.937 1.5s1.714-0.639 1.937-1.5h1.563v6h-7v-6h1.563zM10.437 15c-0.222-0.861-1.006-1.5-1.937-1.5s-1.714 0.639-1.937 1.5h-1.563v-6h7v6h-1.563z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"time \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M8.666 0c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5c0-4.687-3.813-8.5-8.5-8.5zM8.666 16c-4.136 0-7.5-3.364-7.5-7.5s3.364-7.5 7.5-7.5 7.5 3.364 7.5 7.5-3.364 7.5-7.5 7.5zM14 9v1h-6v-5h1v4h5z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"timer \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M9 2.025v-1.025h1.5v-1h-4v1h1.5v1.025c-3.902 0.26-7 3.508-7 7.475 0 4.136 3.364 7.5 7.5 7.5s7.5-3.364 7.5-7.5c0-3.967-3.098-7.215-7-7.475zM8.5 16c-3.584 0-6.5-2.916-6.5-6.5s2.916-6.5 6.5-6.5 6.5 2.916 6.5 6.5-2.916 6.5-6.5 6.5zM9 9h4v1h-5v-4h1v3z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"trash \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M10.935 2.016c-0.218-0.869-0.999-1.516-1.935-1.516-0.932 0-1.71 0.643-1.931 1.516h-3.569v1h11v-1h-3.565zM9 1.5c0.382 0 0.705 0.221 0.875 0.516h-1.733c0.172-0.303 0.485-0.516 0.858-0.516zM13 4h1v10.516c0 0.827-0.673 1.5-1.5 1.5h-7c-0.827 0-1.5-0.673-1.5-1.5v-10.516h1v10.516c0 0.275 0.224 0.5 0.5 0.5h7c0.276 0 0.5-0.225 0.5-0.5v-10.516zM8 5v8h-1v-8h1zM11 5v8h-1v-8h1z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"trello \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M16.5 15.833c0 0.365-0.302 0.667-0.667 0.667h-14.666c-0.364 0-0.667-0.302-0.667-0.667v-14.666c0-0.365 0.302-0.667 0.667-0.667h14.667c0.364 0 0.667 0.302 0.667 0.667v14.666zM7.833 2.5c0-0.188-0.146-0.333-0.333-0.333h-5c-0.188 0-0.333 0.146-0.333 0.333v10.667c0 0.187 0.146 0.333 0.333 0.333h5c0.188 0 0.333-0.146 0.333-0.333v-10.667zM14.833 2.5c0-0.188-0.146-0.333-0.333-0.333h-5c-0.188 0-0.333 0.146-0.333 0.333v6.667c0 0.187 0.145 0.333 0.333 0.333h5c0.188 0 0.333-0.146 0.333-0.333v-6.667z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"truck \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M17 3h-11v3h-2.873l-1.19 4h-1.937v4.977h2.002c0 0.008-0.002 0.015-0.002 0.023 0 1.103 0.897 2 2 2s2-0.897 2-2c0-0.008-0.002-0.015-0.002-0.023h5.005c-0.001 0.008-0.003 0.015-0.003 0.023 0 1.103 0.897 2 2 2s2-0.897 2-2c0-0.008-0.002-0.015-0.002-0.023h2.002v-11.977zM3.873 7h2.127v3h-3.020l0.893-3zM4 16c-0.551 0-1-0.449-1-1s0.449-1 1-1 1 0.449 1 1-0.449 1-1 1zM13 16c-0.551 0-1-0.449-1-1s0.449-1 1-1 1 0.449 1 1-0.449 1-1 1zM16 13.977h-1.291c-0.35-0.582-0.981-0.977-1.709-0.977s-1.359 0.395-1.709 0.977h-5.582c-0.35-0.582-0.981-0.977-1.709-0.977s-1.359 0.395-1.709 0.977h-1.291v-2.977h6v-7h9v9.977z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"tumblr alt \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M9.104 0.5v4.042h3.793v2.51h-3.793v4.104c0 0.927 0.042 1.521 0.146 1.792 0.094 0.261 0.281 0.468 0.541 0.625 0.354 0.218 0.761 0.323 1.219 0.323 0.813 0 1.615-0.261 2.417-0.793v2.521c-0.688 0.323-1.302 0.552-1.854 0.678-0.553 0.135-1.156 0.197-1.803 0.197-0.729 0-1.374-0.094-1.938-0.281-0.562-0.177-1.042-0.448-1.437-0.781-0.395-0.343-0.676-0.708-0.822-1.093-0.156-0.386-0.229-0.947-0.229-1.677v-5.615h-1.771v-2.261c0.624-0.207 1.166-0.5 1.614-0.874 0.449-0.386 0.803-0.844 1.074-1.375 0.27-0.542 0.458-1.219 0.562-2.042h2.281z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"tumblr \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M13.15 12.687c-0.72 0.478-1.42 0.71-2.141 0.71-0.371 0-0.684-0.082-0.96-0.251-0.17-0.103-0.277-0.223-0.333-0.377-0.052-0.134-0.113-0.522-0.113-1.612v-3.605h3.793v-3.51h-3.792v-4.042h-3.221l-0.056 0.438c-0.096 0.758-0.27 1.391-0.512 1.878-0.245 0.481-0.557 0.88-0.948 1.217-0.398 0.332-0.887 0.596-1.451 0.783l-0.343 0.114v3.122h1.771v5.115c0 0.812 0.087 1.423 0.262 1.854 0.171 0.453 0.495 0.889 0.969 1.299 0.464 0.392 1.005 0.687 1.601 0.874 0.611 0.202 1.316 0.306 2.095 0.306 0.699 0 1.346-0.071 1.914-0.21 0.574-0.131 1.214-0.364 1.955-0.713l0.287-0.135v-3.771l-0.777 0.516zM12.927 15.304c-0.553 0.245-1.035 0.413-1.472 0.514-1.037 0.253-2.476 0.256-3.473-0.075-0.476-0.15-0.901-0.381-1.259-0.683-0.341-0.296-0.571-0.596-0.687-0.903-0.129-0.316-0.193-0.817-0.193-1.489v-6.116h-1.77v-1.411c0.543-0.216 1.025-0.498 1.44-0.845 0.49-0.422 0.892-0.936 1.194-1.53 0.249-0.498 0.43-1.078 0.547-1.766h1.35v4.042h3.793v1.51h-3.793v4.604c0 1.068 0.052 1.64 0.176 1.961 0.131 0.363 0.384 0.66 0.75 0.882 0.929 0.571 2.225 0.502 3.397-0.042v1.347z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"twitter alt \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M15.253 5.038c0.011 0.151 0.011 0.302 0.011 0.454 0 4.605-3.506 9.912-9.913 9.912-1.974 0-3.808-0.572-5.351-1.564 0.281 0.032 0.551 0.042 0.842 0.042 1.629 0 3.127-0.55 4.325-1.488-1.532-0.032-2.815-1.036-3.257-2.417 0.215 0.032 0.431 0.054 0.656 0.054 0.314 0 0.627-0.043 0.918-0.118-1.596-0.324-2.794-1.726-2.794-3.419 0-0.011 0-0.033 0-0.043 0.464 0.258 1.003 0.42 1.575 0.442-0.938-0.626-1.553-1.694-1.553-2.901 0-0.647 0.173-1.241 0.475-1.759 1.715 2.115 4.293 3.496 7.184 3.646-0.055-0.259-0.087-0.529-0.087-0.799 0-1.919 1.554-3.483 3.484-3.483 1.003 0 1.909 0.42 2.546 1.1 0.787-0.151 1.541-0.442 2.211-0.841-0.259 0.809-0.809 1.489-1.532 1.919 0.702-0.075 1.381-0.269 2.007-0.539-0.475 0.69-1.068 1.306-1.747 1.802z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"twitter \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M17 3.236c-0.626 0.27-1.305 0.464-2.007 0.539 0.723-0.431 1.273-1.11 1.532-1.919-0.669 0.399-1.424 0.69-2.211 0.841-0.636-0.68-1.542-1.1-2.545-1.1-1.931 0-3.484 1.564-3.484 3.483 0 0.27 0.033 0.54 0.086 0.799-2.891-0.15-5.469-1.531-7.184-3.646-0.302 0.517-0.475 1.111-0.475 1.759 0 1.208 0.615 2.275 1.553 2.901-0.571-0.022-1.111-0.184-1.575-0.442 0 0.010 0 0.032 0 0.043 0 1.692 1.197 3.095 2.794 3.419-0.291 0.075-0.604 0.118-0.917 0.118-0.226 0-0.442-0.021-0.657-0.054 0.442 1.381 1.726 2.384 3.257 2.417-1.198 0.938-2.697 1.488-4.326 1.488-0.291 0-0.561-0.010-0.841-0.042 1.543 0.992 3.376 1.564 5.351 1.564 6.407 0 9.913-5.307 9.913-9.912 0-0.152 0-0.302-0.010-0.454 0.678-0.496 1.271-1.112 1.746-1.802zM14.263 5.491c0 3.701-2.765 8.912-8.913 8.912-0.492 0-0.979-0.040-1.458-0.118 0.67-0.276 1.305-0.646 1.891-1.104 0.333-0.26 0.466-0.702 0.332-1.103-0.134-0.401-0.505-0.675-0.928-0.684-0.545-0.011-1.055-0.197-1.467-0.509 0.004-0.001 0.008-0.002 0.012-0.003 0.452-0.116 0.763-0.528 0.751-0.994-0.011-0.467-0.343-0.862-0.8-0.955-0.652-0.132-1.203-0.516-1.559-1.046 0.035 0.002 0.069 0.004 0.104 0.005 0.013 0 0.025 0 0.038 0 0.432 0 0.817-0.278 0.951-0.692 0.138-0.426-0.024-0.891-0.397-1.14-0.63-0.42-1.030-1.096-1.098-1.841 1.824 1.582 4.146 2.531 6.597 2.658 0.017 0.001 0.035 0.001 0.052 0.001 0.291 0 0.568-0.127 0.759-0.349 0.202-0.235 0.283-0.551 0.22-0.854-0.044-0.209-0.066-0.41-0.066-0.595 0-1.369 1.114-2.483 2.484-2.483 0.698 0 1.342 0.278 1.815 0.784 0.116 0.124 0.261 0.215 0.417 0.266-0.019 0.146-0.006 0.297 0.043 0.444 0.063 0.191 0.18 0.352 0.33 0.47-0.089 0.164-0.132 0.353-0.119 0.544 0.010 0.129 0.009 0.257 0.009 0.386z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"underline \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M15 1v1h-1v6.459c0 3.032-2.467 5.5-5.5 5.5s-5.5-2.468-5.5-5.5v-6.459h-1v-1h3v1h-1v6.459c0 2.481 2.019 4.5 4.5 4.5s4.5-2.019 4.5-4.5v-6.459h-1v-1h3zM2 16h13v-1h-13v1z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"unlink \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M2.134 5.139l1.402-2.587c1.086-1.648 3.262-2.095 4.871-1.029l-0.551 0.833c-1.149-0.759-2.703-0.44-3.464 0.709l-1.402 2.587c-0.781 1.188-0.464 2.742 0.687 3.501 1.143 0.752 2.41 0.547 3.313-0.538l0.768 0.641c-0.742 0.892-1.694 1.352-2.678 1.352-0.655 0-1.323-0.204-1.954-0.62-1.61-1.064-2.056-3.239-0.992-4.849zM4.041 8.034l-0.13 0.129 0.705 0.709 0.131-0.13c0.975-0.975 2.561-0.975 3.535 0s0.975 2.561 0 3.535l-3.023 3.024c-0.975 0.975-2.561 0.975-3.535 0s-0.975-2.561 0-3.535l1.058-1.059-0.707-0.707-1.058 1.060c-1.364 1.364-1.364 3.585 0 4.949 0.683 0.683 1.578 1.023 2.475 1.023s1.792-0.341 2.475-1.023l3.023-3.024c1.364-1.364 1.364-3.585 0-4.949-1.367-1.367-3.587-1.364-4.949-0.002zM10.963 7h4.074v-1h-4.074v1zM10.495 8.347l1.951 1.127 0.5-0.865-1.951-1.127-0.5 0.865zM10.75 1.156l-1.58 2.737 0.865 0.5 1.58-2.736-0.865-0.501zM15.867 2.725l-0.5-0.865-4.992 2.882 0.5 0.865 4.992-2.882z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"unlock \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M9.5 10.972c0 0.366-0.207 0.672-0.5 0.846v2.154h-1v-2.153c-0.294-0.174-0.5-0.48-0.5-0.847 0-0.552 0.447-1 1-1 0.551 0 1 0.447 1 1zM14.994 8.46v7.080c0 0.827-0.673 1.5-1.5 1.5h-9.988c-0.827 0-1.5-0.673-1.5-1.5v-7.080c0-0.827 0.673-1.5 1.5-1.5h8.994v-1.988c0-2.206-1.794-4-4-4s-4 1.794-4 4h-1c0-2.757 2.243-5 5-5s5 2.243 5 5v1.988c0.824 0.004 1.494 0.675 1.494 1.5zM13.994 8.46c0-0.276-0.225-0.5-0.5-0.5h-9.988c-0.275 0-0.5 0.224-0.5 0.5v7.080c0 0.276 0.225 0.5 0.5 0.5h9.988c0.275 0 0.5-0.224 0.5-0.5v-7.080z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"upload \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M17 16v1h-17v-1h17zM7.999 1.708v11.292h1v-11.294l3.647 3.647 0.707-0.707-4.853-4.853-4.854 4.853 0.707 0.707 3.646-3.645z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"uppercase \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M7 4h1v2h-1v-1h-2v8h1v1h-3v-1h1v-8h-2v1h-1v-2h6zM15 4h-6v2h1v-1h2v8h-1v1h3v-1h-1v-8h2v1h1v-2h-1z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"user \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M17 16.488c-0.063-2.687-2.778-4.999-6.521-5.609v-1.374c0.492-0.473 0.842-1.207 1.071-1.833 0.332-0.166 0.624-0.536 0.794-1.033 0.238-0.688 0.146-1.323-0.206-1.629 0.028-0.238 0.046-0.481 0.015-0.723-0.079-0.663 0.065-1.038 0.194-1.368 0.106-0.277 0.229-0.591 0.106-0.945-0.442-1.273-1.727-1.974-3.618-1.974l-0.264 0.005c-1.313 0.047-1.707 0.6-1.971 1.115-0.033 0.062-0.077 0.146-0.077 0.151-1.712 0.153-1.697 1.569-1.684 2.707l0.003 0.369c0 0.205 0.009 0.419 0.026 0.639-0.425 0.3-0.504 1.005-0.179 1.737 0.185 0.415 0.452 0.729 0.749 0.892 0.243 0.674 0.625 1.47 1.179 1.965v1.283c-3.798 0.589-6.554 2.907-6.617 5.625l-0.012 0.512h17.023l-0.011-0.512zM1.054 16c0.392-2.094 2.859-3.821 6.122-4.204l0.441-0.052v-2.666l-0.216-0.15c-0.393-0.272-0.791-0.947-1.090-1.851l-0.083-0.281-0.294-0.051c-0.053-0.019-0.208-0.153-0.33-0.428-0.075-0.168-0.104-0.312-0.112-0.415l0.51 0.143-0.096-0.749c-0.042-0.33-0.064-0.651-0.064-0.95l-0.003-0.38c-0.015-1.341 0.051-1.634 0.773-1.699 0.545-0.048 0.752-0.449 0.876-0.689 0.15-0.292 0.28-0.543 1.12-0.574l0.227-0.004c0.829 0 2.279 0.169 2.669 1.282 0 0.043-0.052 0.177-0.090 0.275-0.145 0.374-0.364 0.939-0.254 1.853 0.024 0.188-0.007 0.424-0.040 0.675l-0.089 0.805 0.441-0.048c0.008 0.104-0.004 0.269-0.075 0.472-0.097 0.289-0.242 0.438-0.237 0.454h-0.36l-0.114 0.342c-0.283 0.853-0.65 1.497-1.009 1.768l-0.198 0.15v2.726l0.438 0.055c3.211 0.401 5.641 2.123 6.030 4.192h-14.893z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"vector \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M14.94 6c-1.032-0.647-2.214-1-3.44-1-0.778 0-1.529 0.144-2.239 0.404l2.569-2.569c0.203 0.102 0.428 0.165 0.67 0.165 0.827 0 1.5-0.673 1.5-1.5s-0.673-1.5-1.5-1.5-1.5 0.673-1.5 1.5c0 0.22 0.050 0.428 0.136 0.616l-3.91 3.909c-0.081-0.014-0.164-0.025-0.25-0.025-0.827 0-1.5 0.673-1.5 1.5 0 0.085 0.011 0.168 0.025 0.25l-3.386 3.386c-0.188-0.086-0.395-0.136-0.615-0.136-0.827 0-1.5 0.673-1.5 1.5s0.673 1.5 1.5 1.5 1.5-0.673 1.5-1.5c0-0.242-0.063-0.467-0.165-0.669l2.57-2.57c-0.262 0.715-0.405 1.473-0.405 2.239 0 1.469 0.612 2.735 1 3.391v2.109h3v-3h-2.336c-0.418-0.826-0.664-1.713-0.664-2.5 0-0.887 0.22-1.764 0.628-2.545 0.113 0.027 0.228 0.045 0.348 0.045 0.827 0 1.5-0.673 1.5-1.5 0-0.18-0.037-0.35-0.095-0.51 1.644-1.131 3.847-1.268 5.619-0.373v2.383h3v-3h-2.060zM12.5 1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5-0.5-0.224-0.5-0.5 0.224-0.5 0.5-0.5zM1.5 13c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5 0.5 0.224 0.5 0.5-0.224 0.5-0.5 0.5zM7 15h1v1h-1v-1zM6.976 8c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5 0.5 0.224 0.5 0.5-0.224 0.5-0.5 0.5zM16 8h-1v-1h1v1z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"video camera \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M12.991 6.75v-2.25c0-0.827-0.678-1.5-1.512-1.5h-7.479v-0.5c0-0.276 0.225-0.5 0.5-0.5h5.541v-1h-5.541c-0.827 0-1.5 0.673-1.5 1.5v0.5h-1.488c-0.834 0-1.512 0.673-1.512 1.5v2.001c0 0.827 0.678 1.5 1.512 1.5h0.504v5.499c0 0.827 0.673 1.5 1.5 1.5h7.964c0.834 0 1.512-0.673 1.512-1.5v-2.251l4.008 2.783v-10.065l-4.009 2.783zM16 12.121l-4.009-2.783v4.162c0 0.276-0.229 0.5-0.512 0.5h-7.963c-0.275 0-0.5-0.224-0.5-0.5v-6.499h-1.504c-0.283 0-0.512-0.224-0.512-0.5v-2.001c0-0.276 0.229-0.5 0.512-0.5h9.968c0.282 0 0.512 0.224 0.512 0.5v4.163l4.008-2.784v6.242z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"video clapper \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M0 1v15h17v-15h-17zM16 4h-0.268l-2.356-2h2.624v2zM8.743 7l2.357-2h2.919l-2.357 2h-2.919zM6.803 4l-2.357-2h2.918l2.357 2h-2.918zM9.554 5l-2.357 2h-2.919l2.356-2h2.92zM11.268 4l-2.357-2h2.918l2.357 2h-2.918zM1 2h1.9l2.357 2h-4.257v-2zM1 5h4.089l-2.357 2h-1.732v-2zM16 15h-15v-7h15v7zM16 7h-2.792l2.356-2h0.436v2z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"view grid \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M0 7h7v-7h-7v7zM1 1h5v5h-5v-5zM10 0v7h7v-7h-7zM16 6h-5v-5h5v5zM0 17h7v-7h-7v7zM1 11h5v5h-5v-5zM10 17h7v-7h-7v7zM11 11h5v5h-5v-5z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"view list alt \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M5 0v4h12v-4h-12zM16 3h-10v-2h10v2zM5 10h12v-4h-12v4zM6 7h10v2h-10v-2zM5 16h12v-4h-12v4zM6 13h10v2h-10v-2zM0 4h4v-4h-4v4zM1 1h2v2h-2v-2zM0 10h4v-4h-4v4zM1 7h2v2h-2v-2zM0 16h4v-4h-4v4zM1 13h2v2h-2v-2z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"view list \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M0 0v4h17v-4h-17zM16 3h-15v-2h15v2zM0 10h17v-4h-17v4zM1 7h15v2h-15v-2zM0 16h17v-4h-17v4zM1 13h15v2h-15v-2z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"vimeo alt \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M16.132 2.301c-0.58-0.736-1.796-0.764-2.645-0.637-0.68 0.113-2.998 1.131-3.777 3.579 1.387-0.113 2.12 0.101 1.98 1.627-0.058 0.65-0.383 1.344-0.736 2.024-0.426 0.776-1.201 2.305-2.235 1.201-0.919-0.99-0.863-2.885-1.060-4.144-0.129-0.708-0.255-1.585-0.482-2.32-0.199-0.623-0.666-1.371-1.216-1.542-0.608-0.171-1.359 0.099-1.797 0.353-1.389 0.822-2.306 1.982-3.664 2.943v0.1c0.452 0.227 0.312 0.594 0.665 0.651 0.835 0.112 1.625-0.78 2.179 0.154 0.339 0.565 0.438 1.188 0.649 1.798 0.296 0.819 0.511 1.711 0.75 2.645 0.396 1.6 0.878 3.975 2.263 4.557 0.695 0.297 1.756-0.1 2.279-0.426 1.441-0.85 2.59-2.080 3.536-3.352 2.221-2.973 3.424-6.367 3.608-7.343 0.127-0.666 0.113-1.345-0.297-1.868z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"vimeo \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M15.664 2.69c-0.416-0.528-1.13-0.808-2.063-0.808-0.264 0-0.521 0.023-0.758 0.059-0.869 0.146-3.019 1.232-3.746 3.518-0.051 0.158-0.019 0.332 0.085 0.463 0.104 0.13 0.269 0.201 0.433 0.187 0.562-0.045 0.982-0.012 1.112 0.133 0.104 0.113 0.142 0.386 0.106 0.768-0.046 0.51-0.333 1.099-0.634 1.675-0.145 0.264-0.588 1.075-0.862 1.075-0.065 0-0.169-0.069-0.276-0.184-0.514-0.555-0.62-1.613-0.711-2.548-0.032-0.308-0.061-0.602-0.104-0.88l-0.069-0.391c-0.095-0.55-0.203-1.173-0.374-1.729-0.206-0.644-0.699-1.474-1.421-1.698-0.156-0.044-0.326-0.066-0.503-0.066-0.688 0-1.306 0.329-1.481 0.431-0.733 0.435-1.326 0.968-1.9 1.484-0.433 0.388-0.88 0.791-1.386 1.148-0.132 0.094-0.211 0.335-0.211 0.497 0 0.189 0.106 0.362 0.276 0.447 0.056 0.029 0.064 0.042 0.109 0.13 0.072 0.14 0.221 0.429 0.64 0.496 0.371 0.055 0.719-0.054 1.008-0.145 0.157-0.050 0.306-0.096 0.403-0.096 0.035 0 0.076 0 0.159 0.139 0.173 0.289 0.268 0.619 0.368 0.969 0.052 0.178 0.103 0.356 0.166 0.54 0.222 0.611 0.392 1.278 0.571 1.984l0.157 0.627c0.358 1.475 0.849 3.493 2.219 4.068 0.207 0.088 0.443 0.133 0.703 0.133 0.669 0 1.377-0.294 1.77-0.54 1.166-0.687 2.241-1.702 3.284-3.104 1.911-2.558 3.088-5.64 3.293-6.722 0.163-0.866 0.045-1.54-0.363-2.060zM15.045 4.564c-0.146 0.768-1.153 3.688-3.112 6.309-0.963 1.295-1.94 2.224-3.001 2.849-0.394 0.246-1.187 0.501-1.564 0.341-0.907-0.381-1.329-2.116-1.637-3.384l-0.161-0.639c-0.185-0.729-0.361-1.419-0.596-2.070-0.056-0.16-0.102-0.322-0.149-0.482-0.113-0.395-0.231-0.804-0.471-1.204-0.246-0.416-0.588-0.627-1.017-0.627-0.251 0-0.48 0.072-0.702 0.142-0.159 0.050-0.31 0.097-0.479 0.107-0.013-0.023-0.027-0.050-0.044-0.078 0.378-0.298 0.72-0.605 1.054-0.906 0.562-0.506 1.093-0.983 1.738-1.365 0.232-0.135 0.626-0.293 0.975-0.293 0.086 0 0.164 0.010 0.22 0.025 0.256 0.079 0.593 0.547 0.75 1.038 0.151 0.49 0.253 1.080 0.342 1.601l0.069 0.387c0.039 0.247 0.065 0.523 0.095 0.812 0.107 1.092 0.23 2.328 0.975 3.131 0.312 0.333 0.651 0.502 1.008 0.502 0.868 0 1.393-0.962 1.784-1.68 0.311-0.597 0.646-1.291 0.708-1.98 0.064-0.704-0.051-1.19-0.363-1.533-0.314-0.345-0.761-0.444-1.138-0.471 0.808-1.539 2.363-2.115 2.671-2.167 0.184-0.027 0.39-0.046 0.602-0.046 0.353 0 0.986 0.056 1.277 0.426 0.218 0.279 0.272 0.689 0.166 1.255z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"volume \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M3.587 5.933c-0.956 0-1.55 0.5-1.55 1.306v2.161c0 0.415 0.161 0.804 0.453 1.098 0.292 0.293 0.682 0.455 1.097 0.455h1.743l5.686 5.688v-16.429l-5.63 5.721h-1.799zM10.016 2.654v11.572l-4.272-4.273h-2.158c-0.303 0-0.549-0.248-0.549-0.553v-2.161c0-0.091 0-0.306 0.55-0.306h2.217l4.212-4.279zM12.005 10.987v-1c0.556 0 1.008-0.452 1.008-1.008s-0.452-1.008-1.008-1.008v-1c1.107 0 2.008 0.901 2.008 2.008s-0.901 2.008-2.008 2.008zM16.029 8.987c0 2.206-1.794 4-4 4v-1c1.654 0 3-1.346 3-3s-1.346-3-3-3v-1c2.205 0 4 1.795 4 4z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"wallet \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M1.564 2c-0.854 0-1.55 0.69-1.55 1.538h-0.014v10.939c0 0.848 0.695 1.538 1.55 1.538h13.492v-1.655h1.958v-12.36h-15.436zM1.55 15.014c-0.303 0-0.55-0.241-0.55-0.538v-9.583c0.024 0.007 0.054 0.005 0.078 0.012 0.143 0.042 0.293 0.068 0.453 0.071 0.007 0 0.012 0.003 0.019 0.003h12.493v3.035h-2.859c-0.862 0-1.563 0.673-1.563 1.5v1c0 0.827 0.701 1.5 1.563 1.5h2.859v3h-12.493zM11.183 11.014c-0.311 0-0.563-0.224-0.563-0.5v-1c0-0.276 0.253-0.5 0.563-0.5h4.817v2h-4.817zM16 13.359h-0.958v-1.345h0.958v1.345zM15.042 8.014v-4.035h-13.478c-0.273 0-0.55-0.137-0.55-0.441 0.001-0.297 0.248-0.538 0.55-0.538h14.436v5.014h-0.958z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"wand \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M17 5h-3.293l2.328 2.328-0.707 0.707-2.328-2.328v3.293h-1v-3.286l-10.646 10.665-0.707-0.707 10.653-10.672h-3.3v-1h3.293l-2.328-2.328 0.707-0.707 2.328 2.328v-3.293h1v3.297l2.287-2.291 0.707 0.707-2.283 2.287h3.289v1z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"wheelchair \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M10.901 12.85l0.977 0.213c-0.505 2.318-2.511 3.937-4.878 3.937-2.757 0-5-2.243-5-5 0-2.27 1.531-4.259 3.725-4.836l0.254 0.967c-1.754 0.462-2.979 2.053-2.979 3.869 0 2.206 1.794 4 4 4 1.893 0 3.497-1.295 3.901-3.15zM16 15.121v1h-1.868l-0.955-4.118h-6.158l-0.544-8.082c-0.847-0.233-1.475-1.001-1.475-1.921 0-1.103 0.897-2 2-2s2 0.897 2 2c0 0.938-0.65 1.72-1.521 1.936l0.27 4.011 3.632-0.901 0.24 0.971-3.805 0.943 0.138 2.042h6.018l0.955 4.118h1.073zM7 3c0.552 0 1-0.449 1-1s-0.448-1-1-1-1 0.449-1 1 0.448 1 1 1z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"widget alt \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M2 0h1v1h-1v-1zM5 0h-1v1h1v-1zM7 0h-1v1h1v-1zM9 0h-1v1h1v-1zM11 0h-1v1h1v-1zM13 0h-1v1h1v-1zM14 1h1v-1h-1v1zM2 17h1v-1h-1v1zM4 17h1v-1h-1v1zM6 17h1v-1h-1v1zM8 17h1v-1h-1v1zM10 17h1v-1h-1v1zM12 17h1v-1h-1v1zM14 17h1v-1h-1v1zM16 0v1h1v-1h-1zM16 3h1v-1h-1v1zM16 5h1v-1h-1v1zM16 7h1v-1h-1v1zM16 9h1v-1h-1v1zM16 11h1v-1h-1v1zM16 13h1v-1h-1v1zM16 15h1v-1h-1v1zM16 17h1v-1h-1v1zM0 1h1v-1h-1v1zM0 3h1v-1h-1v1zM0 5h1v-1h-1v1zM0 7h1v-1h-1v1zM0 9h1v-1h-1v1zM0 11h1v-1h-1v1zM0 13h1v-1h-1v1zM0 15h1v-1h-1v1zM0 17h1v-1h-1v1zM8.498 10.043l-4.144-4.147-0.708 0.708 4.852 4.854 4.855-4.854-0.707-0.707-4.148 4.146z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"widget \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M2 0h1v1h-1v-1zM5 0h-1v1h1v-1zM7 0h-1v1h1v-1zM9 0h-1v1h1v-1zM11 0h-1v1h1v-1zM13 0h-1v1h1v-1zM14 1h1v-1h-1v1zM2 17h1v-1h-1v1zM4 17h1v-1h-1v1zM6 17h1v-1h-1v1zM8 17h1v-1h-1v1zM10 17h1v-1h-1v1zM12 17h1v-1h-1v1zM14 17h1v-1h-1v1zM16 0v1h1v-1h-1zM16 3h1v-1h-1v1zM16 5h1v-1h-1v1zM16 7h1v-1h-1v1zM16 9h1v-1h-1v1zM16 11h1v-1h-1v1zM16 13h1v-1h-1v1zM16 15h1v-1h-1v1zM16 17h1v-1h-1v1zM0 1h1v-1h-1v1zM0 3h1v-1h-1v1zM0 5h1v-1h-1v1zM0 7h1v-1h-1v1zM0 9h1v-1h-1v1zM0 11h1v-1h-1v1zM0 13h1v-1h-1v1zM0 15h1v-1h-1v1zM0 17h1v-1h-1v1zM13.465 7.929c0.021 0.187 0.035 0.377 0.035 0.571s-0.014 0.384-0.035 0.571l-0.037 0.328-1.439 0.432c-0.025 0.065-0.051 0.129-0.080 0.193l0.711 1.322-0.205 0.258c-0.238 0.299-0.511 0.572-0.811 0.811l-0.258 0.206-1.322-0.712c-0.063 0.028-0.128 0.055-0.193 0.080l-0.431 1.438-0.327 0.038c-0.188 0.022-0.379 0.035-0.573 0.035s-0.385-0.013-0.573-0.035l-0.327-0.038-0.432-1.438c-0.065-0.025-0.129-0.051-0.193-0.080l-1.323 0.711-0.258-0.205c-0.299-0.238-0.572-0.511-0.81-0.811l-0.204-0.257 0.711-1.322c-0.029-0.065-0.055-0.129-0.080-0.194l-1.439-0.432-0.037-0.328c-0.021-0.187-0.035-0.377-0.035-0.571s0.014-0.384 0.035-0.571l0.037-0.328 1.439-0.432c0.025-0.065 0.051-0.129 0.080-0.193l-0.711-1.322 0.204-0.258c0.237-0.298 0.51-0.571 0.811-0.811l0.258-0.206 1.322 0.712c0.063-0.029 0.128-0.055 0.193-0.080l0.432-1.438 0.327-0.038c0.376-0.044 0.77-0.044 1.146 0l0.327 0.038 0.432 1.438c0.065 0.024 0.129 0.051 0.193 0.080l1.322-0.712 0.258 0.206c0.299 0.238 0.572 0.511 0.81 0.81l0.205 0.258-0.711 1.323c0.028 0.063 0.055 0.128 0.080 0.192l1.439 0.433 0.037 0.328zM12.5 8.5c0-0.045-0.001-0.090-0.003-0.135l-1.303-0.391-0.076-0.26c-0.052-0.175-0.123-0.348-0.211-0.512l-0.127-0.237 0.642-1.193c-0.062-0.066-0.126-0.131-0.193-0.193l-1.192 0.642-0.239-0.128c-0.164-0.088-0.337-0.16-0.513-0.212l-0.26-0.077-0.39-1.301c-0.089-0.004-0.181-0.004-0.27 0l-0.39 1.302-0.26 0.077c-0.178 0.053-0.35 0.124-0.512 0.211l-0.237 0.129-1.194-0.643c-0.067 0.063-0.131 0.127-0.193 0.193l0.642 1.193-0.128 0.237c-0.088 0.164-0.16 0.336-0.212 0.514l-0.077 0.259-1.301 0.39c-0.002 0.045-0.003 0.090-0.003 0.135s0.001 0.090 0.003 0.134l1.302 0.391 0.077 0.26c0.052 0.177 0.124 0.35 0.212 0.514l0.127 0.237-0.642 1.193c0.062 0.066 0.126 0.131 0.193 0.193l1.193-0.642 0.237 0.127c0.164 0.088 0.337 0.16 0.513 0.212l0.26 0.077 0.391 1.302c0.089 0.004 0.181 0.004 0.27 0l0.391-1.301 0.259-0.077c0.177-0.052 0.35-0.124 0.514-0.212l0.237-0.127 1.192 0.642c0.067-0.062 0.131-0.127 0.193-0.193l-0.642-1.193 0.127-0.237c0.088-0.164 0.16-0.336 0.212-0.514l0.077-0.259 1.301-0.391c0.002-0.046 0.003-0.091 0.003-0.136z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"widgetized \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M2 0h1v1h-1v-1zM4 1h1v-1h-1v1zM6 1h1v-1h-1v1zM8 1h1v-1h-1v1zM10 1h1v-1h-1v1zM12 1h1v-1h-1v1zM14 1h1v-1h-1v1zM2 9h1v-1h-1v1zM4 9h1v-1h-1v1zM6 9h1v-1h-1v1zM10 9h1v-1h-1v1zM12 9h1v-1h-1v1zM14 9h1v-1h-1v1zM2 17h1v-1h-1v1zM4 17h1v-1h-1v1zM6 17h1v-1h-1v1zM8 17h1v-1h-1v1zM10 17h1v-1h-1v1zM12 17h1v-1h-1v1zM14 17h1v-1h-1v1zM16 0v1h1v-1h-1zM16 3h1v-1h-1v1zM16 5h1v-1h-1v1zM16 7h1v-1h-1v1zM16 9h1v-1h-1v1zM16 11h1v-1h-1v1zM16 13h1v-1h-1v1zM16 15h1v-1h-1v1zM8 3h1v-1h-1v1zM8 5h1v-1h-1v1zM8 7h1v-1h-1v1zM8 9h1v-1h-1v1zM8 11h1v-1h-1v1zM8 13h1v-1h-1v1zM8 15h1v-1h-1v1zM16 17h1v-1h-1v1zM0 1h1v-1h-1v1zM0 3h1v-1h-1v1zM0 5h1v-1h-1v1zM0 7h1v-1h-1v1zM0 9h1v-1h-1v1zM0 11h1v-1h-1v1zM0 13h1v-1h-1v1zM0 15h1v-1h-1v1zM0 17h1v-1h-1v1z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"window \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M0 1v15h17v-15h-17zM16 2v3h-15v-3h15zM1 15v-9h15v9h-15zM7 4h-1v-1h1v1zM5 4h-1v-1h1v1zM3 4h-1v-1h1v1z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"wordpress \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M16.5 8.5c0 4.41-3.589 8-8 8s-8-3.59-8-8 3.589-8 8-8 8 3.59 8 8zM16.134 8.5c0-4.205-3.428-7.634-7.634-7.634s-7.634 3.429-7.634 7.634 3.428 7.634 7.634 7.634 7.634-3.429 7.634-7.634zM2.232 5.705l3.277 8.974c-2.295-1.117-3.875-3.465-3.875-6.179 0-0.99 0.215-1.938 0.598-2.795zM12.607 10.375l-0.679 2.286-2.482-7.374c0 0 0.411-0.027 0.786-0.072 0.366-0.045 0.322-0.59-0.044-0.562-1.116 0.080-1.831 0.089-1.831 0.089s-0.669-0.010-1.803-0.090c-0.375-0.027-0.42 0.535-0.045 0.562 0.348 0.036 0.714 0.073 0.714 0.073l1.071 2.928-1.5 4.5-2.5-7.428c0 0 0.411-0.027 0.786-0.072 0.366-0.045 0.322-0.59-0.044-0.562-1.108 0.080-1.831 0.089-1.831 0.089-0.125 0-0.276-0.009-0.437-0.009 1.223-1.867 3.33-3.099 5.732-3.099 1.786 0 3.411 0.688 4.634 1.804-0.027 0-0.062 0-0.089 0-0.67 0-1.152 0.581-1.152 1.215 0 0.562 0.33 1.036 0.678 1.606 0.269 0.456 0.562 1.045 0.562 1.894 0.001 0.587-0.239 1.267-0.526 2.222zM10.731 14.876c0.009 0.035 0.027 0.070 0.045 0.098-0.714 0.25-1.473 0.393-2.277 0.393-0.669 0-1.321-0.1-1.938-0.286l2.054-5.981 2.116 5.776zM15.366 8.5c0 2.535-1.375 4.741-3.42 5.929l2.098-6.054c0.348-1.001 0.527-1.767 0.527-2.465 0-0.249-0.018-0.482-0.054-0.705 0.537 0.982 0.849 2.099 0.849 3.295z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"world \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M8.516 0c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.814-8.5-8.5-8.5zM1.041 9h2.937c0.044 1.024 0.211 2.031 0.513 3h-2.603c-0.481-0.906-0.776-1.923-0.847-3zM3.978 8h-2.937c0.071-1.077 0.366-2.094 0.847-3h2.6c-0.301 0.969-0.467 1.976-0.51 3zM5.547 5h5.896c0.33 0.965 0.522 1.972 0.569 3h-7.034c0.046-1.028 0.239-2.035 0.569-3zM4.978 9h7.035c-0.049 1.028-0.241 2.035-0.572 3h-5.891c-0.331-0.965-0.524-1.972-0.572-3zM13.013 9h2.978c-0.071 1.077-0.366 2.094-0.847 3h-2.644c0.302-0.969 0.469-1.976 0.513-3zM13.013 8c-0.043-1.024-0.209-2.031-0.51-3h2.641c0.48 0.906 0.775 1.923 0.847 3h-2.978zM14.502 4h-2.354c-0.392-0.955-0.916-1.858-1.55-2.7 1.578 0.457 2.938 1.42 3.904 2.7zM9.074 1.028c0.824 0.897 1.484 1.9 1.972 2.972h-5.102c0.487-1.071 1.146-2.073 1.97-2.97 0.199-0.015 0.398-0.030 0.602-0.030 0.188 0 0.373 0.015 0.558 0.028zM6.383 1.313c-0.629 0.838-1.151 1.737-1.54 2.687h-2.314c0.955-1.267 2.297-2.224 3.854-2.687zM2.529 13h2.317c0.391 0.951 0.915 1.851 1.547 2.689-1.561-0.461-2.907-1.419-3.864-2.689zM7.926 15.97c-0.826-0.897-1.488-1.899-1.978-2.97h5.094c-0.49 1.072-1.152 2.075-1.979 2.972-0.181 0.013-0.363 0.028-0.547 0.028-0.2 0-0.395-0.015-0.59-0.030zM10.587 15.703c0.636-0.842 1.164-1.747 1.557-2.703h2.358c-0.968 1.283-2.332 2.247-3.915 2.703z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"write \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M11.667 0h-8.651v1.984h-0.516c-0.827 0-1.5 0.673-1.5 1.5v8.588l2.521 4.956 2.464-4.959v-8.585c0-0.827-0.673-1.5-1.5-1.5h-0.469v-0.984h6.984v5h5v10h-11.5v1h12.5v-11.692l-5.333-5.308zM3.908 14.002h-0.804l-1.104-2.17v-5.848h1v6.027h1v-6.027h0.984v5.851l-1.076 2.167zM4.984 3.484v1.5h-2.984v-1.5c0-0.275 0.225-0.5 0.5-0.5h1.984c0.276 0 0.5 0.225 0.5 0.5zM12 1.742l3.273 3.258h-3.273v-3.258z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"yahoo \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M9.5 16.5c-0.327-0.058-0.664-0.105-1.010-0.105-0.336 0-0.673 0.048-1.009 0.105l0.125-6.799c-1.789-3.086-3.472-6.229-5.442-9.201 0.336 0.087 0.682 0.144 1.038 0.144s0.721-0.068 1.067-0.144c1.346 2.386 2.808 4.702 4.221 7.048 1.423-2.327 2.933-4.644 4.222-7.048 0.336 0.087 0.683 0.135 1.028 0.135 0.366 0 0.741-0.048 1.096-0.135-0.77 1.058-1.404 2.211-2.067 3.336-1.145 1.952-2.27 3.905-3.395 5.865l0.126 6.799z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"youtube \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M8.301 6.422c0.437 0 0.769-0.161 1.006-0.484 0.181-0.237 0.265-0.617 0.265-1.12v-1.66c0-0.503-0.084-0.873-0.265-1.11-0.238-0.321-0.57-0.483-1.006-0.483-0.428 0-0.76 0.161-0.995 0.483-0.181 0.238-0.266 0.608-0.266 1.111v1.66c0 0.503 0.085 0.873 0.266 1.12 0.235 0.322 0.567 0.483 0.995 0.483zM7.893 2.988c0-0.436 0.133-0.654 0.408-0.654 0.285 0 0.408 0.218 0.408 0.654v1.992c0 0.437-0.123 0.664-0.408 0.664-0.275 0-0.408-0.228-0.408-0.664v-1.992zM10.35 6.071c-0.048-0.143-0.075-0.37-0.075-0.711v-3.738h0.863v3.481c0 0.2 0 0.313 0.010 0.333 0.019 0.133 0.085 0.208 0.199 0.208 0.17 0 0.35-0.133 0.54-0.408v-3.614h0.863v4.734h-0.863v-0.522c-0.341 0.398-0.663 0.588-0.978 0.588-0.275 0-0.474-0.113-0.559-0.351zM13.633 11.811v0.436h-0.854v-0.436c0-0.427 0.143-0.646 0.427-0.646 0.284 0.001 0.427 0.219 0.427 0.646zM4.354 1.774c-0.208-0.588-0.416-1.186-0.617-1.774h1.007l0.673 2.495 0.645-2.495h0.968l-1.148 3.785v2.571h-0.948v-2.571c-0.086-0.465-0.276-1.129-0.58-2.011zM15.283 8.785c-0.171-0.75-0.788-1.3-1.518-1.385-1.746-0.19-3.511-0.19-5.266-0.19s-3.52 0-5.256 0.19c-0.738 0.085-1.346 0.635-1.526 1.385-0.237 1.062-0.247 2.22-0.247 3.32 0 1.091 0 2.257 0.247 3.32 0.171 0.75 0.788 1.3 1.518 1.376 1.745 0.199 3.51 0.199 5.265 0.199s3.52 0 5.266-0.199c0.729-0.076 1.337-0.626 1.518-1.376 0.237-1.062 0.247-2.229 0.247-3.32-0.001-1.1-0.001-2.258-0.248-3.32zM5.483 9.743h-1.014v5.398h-0.949v-5.398h-0.997v-0.892h2.96v0.892zM8.045 15.141h-0.845v-0.512c-0.342 0.389-0.664 0.579-0.968 0.579-0.274 0-0.474-0.114-0.55-0.351-0.048-0.142-0.076-0.361-0.076-0.692v-3.709h0.845v3.453c0 0.2 0 0.304 0.009 0.333 0.020 0.132 0.086 0.199 0.199 0.199 0.172 0 0.352-0.132 0.541-0.398v-3.586h0.845v4.684zM11.271 13.737c0 0.437-0.020 0.749-0.086 0.948-0.104 0.342-0.342 0.522-0.674 0.522-0.303 0-0.598-0.171-0.883-0.522v0.456h-0.843v-6.29h0.843v2.059c0.275-0.342 0.57-0.512 0.883-0.512 0.332 0 0.57 0.18 0.674 0.531 0.066 0.19 0.086 0.502 0.086 0.939v1.869zM14.477 12.959h-1.698v0.825c0 0.437 0.143 0.654 0.437 0.654 0.209 0 0.332-0.113 0.38-0.341 0.009-0.047 0.019-0.237 0.019-0.579h0.863v0.124c0 0.275 0 0.465-0.019 0.55-0.020 0.189-0.096 0.36-0.199 0.512-0.229 0.332-0.579 0.503-1.024 0.503-0.446 0-0.779-0.161-1.025-0.484-0.18-0.228-0.275-0.598-0.275-1.101v-1.641c0-0.503 0.086-0.863 0.266-1.101 0.247-0.323 0.579-0.484 1.016-0.484 0.428 0 0.759 0.161 1.005 0.484 0.172 0.237 0.257 0.597 0.257 1.101v0.978zM10.426 11.801v2.002c0 0.427-0.124 0.635-0.37 0.635-0.143 0-0.285-0.066-0.428-0.208v-2.855c0.143-0.143 0.285-0.209 0.428-0.209 0.246 0 0.37 0.218 0.37 0.635z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"zip \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M9.667 0h-7.667v17h13v-11.692l-5.333-5.308zM10 1.742l3.273 3.258h-3.273v-3.258zM3 16v-15h3v1h1v-1h2v5h5v10h-11zM5 8h1v1h-1v-1zM6 8v-1h1v1h-1zM6 6v-1h1v1h-1zM5 6h1v1h-1v-1zM5 4h1v1h-1v-1zM6 4v-1h1v1h-1zM5 2h1v1h-1v-1zM6 9.389c-1.103 0-2 0.897-2 2s0.897 2 2 2c0.062 0 0.121-0.007 0.219-0.020 0.646-0.071 1.218-0.455 1.531-1.026 0.166-0.303 0.25-0.624 0.25-0.954 0-1.103-0.897-2-2-2zM6.873 11.864c-0.156 0.285-0.441 0.477-0.762 0.512l-0.112 0.014c-0.551 0-0.999-0.449-0.999-1s0.449-1 1-1 1 0.449 1 1c0 0.159-0.043 0.319-0.127 0.474z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"zoom in \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M16.604 15.896l-5.173-5.173c0.975-1.137 1.569-2.61 1.569-4.223 0-3.584-2.916-6.5-6.5-6.5-1.737 0-3.369 0.676-4.597 1.904-1.228 1.227-1.903 2.86-1.903 4.596 0 3.584 2.916 6.5 6.5 6.5 1.612 0 3.086-0.594 4.224-1.569l5.173 5.173 0.707-0.708zM6.5 12c-3.033 0-5.5-2.467-5.5-5.5 0-1.47 0.571-2.851 1.61-3.89 1.039-1.038 2.42-1.61 3.89-1.61 3.033 0 5.5 2.467 5.5 5.5 0 3.033-2.467 5.5-5.5 5.5zM7 6h2v1h-2v2h-1v-2h-2v-1h2v-2h1v2z\" fill=\"currentFill\" />\n</svg>\n</li><li title=\"zoom out \">\n\n\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"17\" height=\"17\" viewBox=\"0 0 17 17\">\n<g>\n</g>\n\t<path d=\"M16.604 15.868l-5.173-5.173c0.975-1.137 1.569-2.611 1.569-4.223 0-3.584-2.916-6.5-6.5-6.5-1.736 0-3.369 0.676-4.598 1.903-1.227 1.228-1.903 2.861-1.902 4.597 0 3.584 2.916 6.5 6.5 6.5 1.612 0 3.087-0.594 4.224-1.569l5.173 5.173 0.707-0.708zM6.5 11.972c-3.032 0-5.5-2.467-5.5-5.5-0.001-1.47 0.571-2.851 1.61-3.889 1.038-1.039 2.42-1.611 3.89-1.611 3.032 0 5.5 2.467 5.5 5.5 0 3.032-2.468 5.5-5.5 5.5zM4 5.972h5v1h-5v-1z\" fill=\"currentFill\" />\n</svg>\n</li></ul>"
  },
  {
    "path": "resources/svg/icons/themify/readme.txt",
    "content": "=====================================\nHOW TO USE IT:\n\n1) Upload the ‘themify-icons.css’ file and ‘fonts’ folder to your server\n\n2) Add the CSS file into the <head> section of your site:\n<link href=\"http://yoursite.com/themify-icons.css\" rel=\"stylesheet\">\n\n3) Add the icon markup in your page:\n<span class=\"ti-download\"></span>\n\nAll icons can be viewed at: http://themify.me/themify-icons\n\n\n=====================================\nLICENSE\n\n- Themify Icons font licensed under: http://scripts.sil.org/OFL\n- Code licensed under: http://opensource.org/licenses/mit-license.html\n- All brand icons are copyright/trademarks of their respective owners.\n\n\n=====================================\nVERSIONS\n\nVersion 1.0.1 (May 27, 2014)\n- Added SVG format\n- Fixed some icon naming issues\n- Added rss icon\n\nVersion 1.0.0 (May 16, 2014)\n- Initial release"
  },
  {
    "path": "resources/svg/icons/unicons/LICENSE",
    "content": "                                 Apache License\n                           Version 2.0, January 2004\n                        http://www.apache.org/licenses/\n\n   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n   1. Definitions.\n\n      \"License\" shall mean the terms and conditions for use, reproduction,\n      and distribution as defined by Sections 1 through 9 of this document.\n\n      \"Licensor\" shall mean the copyright owner or entity authorized by\n      the copyright owner that is granting the License.\n\n      \"Legal Entity\" shall mean the union of the acting entity and all\n      other entities that control, are controlled by, or are under common\n      control with that entity. For the purposes of this definition,\n      \"control\" means (i) the power, direct or indirect, to cause the\n      direction or management of such entity, whether by contract or\n      otherwise, or (ii) ownership of fifty percent (50%) or more of the\n      outstanding shares, or (iii) beneficial ownership of such entity.\n\n      \"You\" (or \"Your\") shall mean an individual or Legal Entity\n      exercising permissions granted by this License.\n\n      \"Source\" form shall mean the preferred form for making modifications,\n      including but not limited to software source code, documentation\n      source, and configuration files.\n\n      \"Object\" form shall mean any form resulting from mechanical\n      transformation or translation of a Source form, including but\n      not limited to compiled object code, generated documentation,\n      and conversions to other media types.\n\n      \"Work\" shall mean the work of authorship, whether in Source or\n      Object form, made available under the License, as indicated by a\n      copyright notice that is included in or attached to the work\n      (an example is provided in the Appendix below).\n\n      \"Derivative Works\" shall mean any work, whether in Source or Object\n      form, that is based on (or derived from) the Work and for which the\n      editorial revisions, annotations, elaborations, or other modifications\n      represent, as a whole, an original work of authorship. For the purposes\n      of this License, Derivative Works shall not include works that remain\n      separable from, or merely link (or bind by name) to the interfaces of,\n      the Work and Derivative Works thereof.\n\n      \"Contribution\" shall mean any work of authorship, including\n      the original version of the Work and any modifications or additions\n      to that Work or Derivative Works thereof, that is intentionally\n      submitted to Licensor for inclusion in the Work by the copyright owner\n      or by an individual or Legal Entity authorized to submit on behalf of\n      the copyright owner. For the purposes of this definition, \"submitted\"\n      means any form of electronic, verbal, or written communication sent\n      to the Licensor or its representatives, including but not limited to\n      communication on electronic mailing lists, source code control systems,\n      and issue tracking systems that are managed by, or on behalf of, the\n      Licensor for the purpose of discussing and improving the Work, but\n      excluding communication that is conspicuously marked or otherwise\n      designated in writing by the copyright owner as \"Not a Contribution.\"\n\n      \"Contributor\" shall mean Licensor and any individual or Legal Entity\n      on behalf of whom a Contribution has been received by Licensor and\n      subsequently incorporated within the Work.\n\n   2. Grant of Copyright License. Subject to the terms and conditions of\n      this License, each Contributor hereby grants to You a perpetual,\n      worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n      copyright license to reproduce, prepare Derivative Works of,\n      publicly display, publicly perform, sublicense, and distribute the\n      Work and such Derivative Works in Source or Object form.\n\n   3. Grant of Patent License. Subject to the terms and conditions of\n      this License, each Contributor hereby grants to You a perpetual,\n      worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n      (except as stated in this section) patent license to make, have made,\n      use, offer to sell, sell, import, and otherwise transfer the Work,\n      where such license applies only to those patent claims licensable\n      by such Contributor that are necessarily infringed by their\n      Contribution(s) alone or by combination of their Contribution(s)\n      with the Work to which such Contribution(s) was submitted. If You\n      institute patent litigation against any entity (including a\n      cross-claim or counterclaim in a lawsuit) alleging that the Work\n      or a Contribution incorporated within the Work constitutes direct\n      or contributory patent infringement, then any patent licenses\n      granted to You under this License for that Work shall terminate\n      as of the date such litigation is filed.\n\n   4. Redistribution. You may reproduce and distribute copies of the\n      Work or Derivative Works thereof in any medium, with or without\n      modifications, and in Source or Object form, provided that You\n      meet the following conditions:\n\n      (a) You must give any other recipients of the Work or\n          Derivative Works a copy of this License; and\n\n      (b) You must cause any modified files to carry prominent notices\n          stating that You changed the files; and\n\n      (c) You must retain, in the Source form of any Derivative Works\n          that You distribute, all copyright, patent, trademark, and\n          attribution notices from the Source form of the Work,\n          excluding those notices that do not pertain to any part of\n          the Derivative Works; and\n\n      (d) If the Work includes a \"NOTICE\" text file as part of its\n          distribution, then any Derivative Works that You distribute must\n          include a readable copy of the attribution notices contained\n          within such NOTICE file, excluding those notices that do not\n          pertain to any part of the Derivative Works, in at least one\n          of the following places: within a NOTICE text file distributed\n          as part of the Derivative Works; within the Source form or\n          documentation, if provided along with the Derivative Works; or,\n          within a display generated by the Derivative Works, if and\n          wherever such third-party notices normally appear. The contents\n          of the NOTICE file are for informational purposes only and\n          do not modify the License. You may add Your own attribution\n          notices within Derivative Works that You distribute, alongside\n          or as an addendum to the NOTICE text from the Work, provided\n          that such additional attribution notices cannot be construed\n          as modifying the License.\n\n      You may add Your own copyright statement to Your modifications and\n      may provide additional or different license terms and conditions\n      for use, reproduction, or distribution of Your modifications, or\n      for any such Derivative Works as a whole, provided Your use,\n      reproduction, and distribution of the Work otherwise complies with\n      the conditions stated in this License.\n\n   5. Submission of Contributions. Unless You explicitly state otherwise,\n      any Contribution intentionally submitted for inclusion in the Work\n      by You to the Licensor shall be under the terms and conditions of\n      this License, without any additional terms or conditions.\n      Notwithstanding the above, nothing herein shall supersede or modify\n      the terms of any separate license agreement you may have executed\n      with Licensor regarding such Contributions.\n\n   6. Trademarks. This License does not grant permission to use the trade\n      names, trademarks, service marks, or product names of the Licensor,\n      except as required for reasonable and customary use in describing the\n      origin of the Work and reproducing the content of the NOTICE file.\n\n   7. Disclaimer of Warranty. Unless required by applicable law or\n      agreed to in writing, Licensor provides the Work (and each\n      Contributor provides its Contributions) on an \"AS IS\" BASIS,\n      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n      implied, including, without limitation, any warranties or conditions\n      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n      PARTICULAR PURPOSE. You are solely responsible for determining the\n      appropriateness of using or redistributing the Work and assume any\n      risks associated with Your exercise of permissions under this License.\n\n   8. Limitation of Liability. In no event and under no legal theory,\n      whether in tort (including negligence), contract, or otherwise,\n      unless required by applicable law (such as deliberate and grossly\n      negligent acts) or agreed to in writing, shall any Contributor be\n      liable to You for damages, including any direct, indirect, special,\n      incidental, or consequential damages of any character arising as a\n      result of this License or out of the use or inability to use the\n      Work (including but not limited to damages for loss of goodwill,\n      work stoppage, computer failure or malfunction, or any and all\n      other commercial damages or losses), even if such Contributor\n      has been advised of the possibility of such damages.\n\n   9. Accepting Warranty or Additional Liability. While redistributing\n      the Work or Derivative Works thereof, You may choose to offer,\n      and charge a fee for, acceptance of support, warranty, indemnity,\n      or other liability obligations and/or rights consistent with this\n      License. However, in accepting such obligations, You may act only\n      on Your own behalf and on Your sole responsibility, not on behalf\n      of any other Contributor, and only if You agree to indemnify,\n      defend, and hold each Contributor harmless for any liability\n      incurred by, or claims asserted against, such Contributor by reason\n      of your accepting any such warranty or additional liability.\n\n   END OF TERMS AND CONDITIONS\n\n   APPENDIX: How to apply the Apache License to your work.\n\n      To apply the Apache License to your work, attach the following\n      boilerplate notice, with the fields enclosed by brackets \"[]\"\n      replaced with your own identifying information. (Don't include\n      the brackets!)  The text should be enclosed in the appropriate\n      comment syntax for the file format. We also recommend that a\n      file or class name and description of purpose be included on the\n      same \"printed page\" as the copyright notice for easier\n      identification within third-party archives.\n\n   Copyright 2019 Chamestudio Private Limited\n\n   Licensed under the Apache License, Version 2.0 (the \"License\");\n   you may not use this file except in compliance with the License.\n   You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n   Unless required by applicable law or agreed to in writing, software\n   distributed under the License is distributed on an \"AS IS\" BASIS,\n   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n   See the License for the specific language governing permissions and\n   limitations under the License.\n"
  },
  {
    "path": "resources/svg/icons/unicons/README.md",
    "content": "# Unicons\n\n1000+ Pixel-perfect vector icons and Iconfont for your next project. These icons are designed by [Iconscout](https://iconscout.com).\n\n## Getting Started\n\n### Using as a font\n\nIt's easy to use Unicons on your website by just inserting following css. You can also download this repo and use the css from `css` folder.\n\n```html\n<link\n  rel=\"stylesheet\"\n  href=\"https://unicons.iconscout.com/release/v4.0.0/css/unicons.css\"\n/>\n```\n\nAnd use the icons in your `body` as below.\n\n```html\n<i class=\"uil uil-comments\"></i>\n```\n\n### Using as npm package\n\nYou can easily install [Unicons](https://iconscout.com/unicons) using npm.\n\n```bash\nnpm install --save @iconscout/unicons\n```\n\n### Using as an SVG\n\nIf you're a designer then it's always great to have SVG files. You can download SVGs from [Official Unicons Website](https://iconscout.com/unicons) or [download Icondrop](https://iconscout.com/icondrop) to access these icons right into Sketch, Adobe Xd, Adobe Illustrator, and many more.\n\n### Using in Flutter Framework\n\nThere's a Flutter package created by [Pedro Lemos](https://github.com/pedrolemoz), avaliable in [pub.dev](https://pub.dev/packages/unicons), which can be easily used in your project.\n\nJust add the dependency in your `pubspec.yaml` file as following:\n\n```yaml\ndependencies:\n  unicons: ^1.0.0+2\n```\n\nThen, run the command above:\n\n```bash\nflutter pub get\n```\n\nAlternatively, your editor might support `flutter pub get`. Check the docs for your editor to learn more.\n\nNow, in your Dart code, import the package:\n\n```dart\nimport 'package:unicons/unicons.dart';\n```\n\n### Use with JS Frameworks\n\nWe've created components for popular libraries like React, VueJS, React Native. You can head over to official GitHub Repo to know more.\n\n#### Line Style\n\n- For React: https://github.com/Iconscout/react-unicons\n- For VueJS: https://github.com/Iconscout/vue-unicons\n- For React Native: https://github.com/Iconscout/react-native-unicons\n\n#### Solid Style\n\n- For React: https://github.com/Iconscout/react-unicons-solid\n- For VueJS: https://github.com/Iconscout/vue-unicons-solid\n\n#### Monochrome Style\n\n- For React: https://github.com/Iconscout/react-unicons-monochrome\n\n### More ways (Community supported)\n\n- [Vue-unicons](https://github.com/antonreshetov/vue-unicons) by [Anton Reshetov](https://github.com/antonreshetov)\n\n## Roadmap\n\n- [x] Make React Components\n- [x] Adding Brand Icons\n- [x] Designing Solid Style\n- [ ] Designing Thin-line Style\n- [ ] Support for CSS Animations\n- [ ] Make SVG Sprite in which user can control different attributes such as stroke, fill, width, height and more.\n\n## Contributing\n\nWe will be happy to have community support for Unicons. Feel free to fork and create pull requests. We have given a small roadmap above so that you can help us build these features.\n\n### Icon Requests\n\nWe've created a thread at [Iconscout Community](https://discuss.iconscout.com/new-topic?title=Icon%20Request:%20%3Cicon%3E&body=Hey%20there,%20%3Cicon%3E%20will%20be%20great%20fit%20for%20Unicons.%20I%20would%20love%20to%20use%20it!&category=Unicons&tags=requests) where you can request for new icons. And we'll be happy to design them in upcoming weeks.\n\n## License\n\nUnicons are Open Source icons and licensed under [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt). You're free to use these icons in your personal and commercial project. We would love to see the attribution in your app's **about** screen, but it's not mandatory.\n\n```html\nUnicons by <a href=\"https://iconscout.com/\">Iconscout</a>\n```\n"
  },
  {
    "path": "resources/svg/icons/unicons/index.html",
    "content": "<style>\nul.svg-list {\n\tlist-style:none;\n\tpadding:0;\n\tmargin:10px 0 0;\n}\nul.svg-list li {\n\tdisplay:inline-block;\n\tposition:relative;\n\twidth:32px;\n\theight:32px;\n\tpadding:3px;\n\tmargin-right:5px;\n\tmargin-bottom:5px;\n\tbox-shadow:0px 3px 6px 0px rgba(0, 0, 0, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.08);\n}\n\nul.svg-list li:hover {\n\tbox-shadow:none;//0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 0px rgba(0, 0, 0, 0.15);\n}\n\nul.svg-list li svg{\n\tmax-width:100%;\n\tmax-height:100%;\n\tfill: var(--bs-body-color);\n\tcolor: var(--bs-border-color);\n}\n\nul.svg-list li span {\n\t//display:none;\n}\n\nul.svg-list li.heading {\n\twidth:100%;\n\tbox-shadow:none;\n\ttext-transform: capitalize;\n\tfont-size: 12px;\n\tline-height: 32px;\t\n}\n\nul.svg-list li span {\n  visibility: hidden;\n  min-width: 120px;\n  background-color: black;\n  color: #fff;\n  text-align: center;\n  border-radius: 6px;\n  padding: 5px 0;\n  \n  /* Position the tooltip */\n  position: absolute;\n  z-index: 1;\n  left:0;\n  top: 105%;\n  font-size:12px;\n}\n\nul.svg-list li:hover  span {\n  visibility: visible;\n}\n\nul.svg-list li:hover  svg {\n\ttransform: scale(2);\n\tfill:blue;\n\tcolor:green;\n}\t\n</style>\n<ul class=\"svg-list\"><li class='heading'>line</li><li title=\"0 plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M18,5h1V6a1,1,0,0,0,2,0V5h1a1,1,0,0,0,0-2H21V2a1,1,0,0,0-2,0V3H18a1,1,0,0,0,0,2ZM12.5,6h-1a3,3,0,0,0-3,3v6a3,3,0,0,0,3,3h1a3,3,0,0,0,3-3V9A3,3,0,0,0,12.5,6Zm1,9a1,1,0,0,1-1,1h-1a1,1,0,0,1-1-1V9a1,1,0,0,1,1-1h1a1,1,0,0,1,1,1Zm8.1-6a1,1,0,0,0-.78,1.18,9,9,0,1,1-7-7,1,1,0,1,0,.4-2A10.8,10.8,0,0,0,12,1,11,11,0,1,0,23,12a10.8,10.8,0,0,0-.22-2.2A1,1,0,0,0,21.6,9Z\"/></svg></li><li title=\"10 plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M18,5h1V6a1,1,0,0,0,2,0V5h1a1,1,0,0,0,0-2H21V2a1,1,0,0,0-2,0V3H18a1,1,0,0,0,0,2ZM11,9v6a3,3,0,0,0,3,3h1a3,3,0,0,0,3-3V9a3,3,0,0,0-3-3H14A3,3,0,0,0,11,9Zm5,0v6a1,1,0,0,1-1,1H14a1,1,0,0,1-1-1V9a1,1,0,0,1,1-1h1A1,1,0,0,1,16,9Zm5.6,0a1,1,0,0,0-.78,1.18,9,9,0,1,1-7-7,1,1,0,1,0,.4-2A10.8,10.8,0,0,0,12,1,11,11,0,1,0,23,12a10.8,10.8,0,0,0-.22-2.2A1,1,0,0,0,21.6,9ZM7,7V17a1,1,0,0,0,2,0V7A1,1,0,0,0,7,7Z\"/></svg></li><li title=\"12 plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M11,9a1,1,0,0,0,2,0,1,1,0,0,1,1-1h1a1,1,0,0,1,1,1v1a1,1,0,0,1-1,1H14a3,3,0,0,0-3,3v3a1,1,0,0,0,1,1h5a1,1,0,0,0,0-2H13V14a1,1,0,0,1,1-1h1a3,3,0,0,0,3-3V9a3,3,0,0,0-3-3H14A3,3,0,0,0,11,9Zm7-4h1V6a1,1,0,0,0,2,0V5h1a1,1,0,0,0,0-2H21V2a1,1,0,0,0-2,0V3H18a1,1,0,0,0,0,2ZM7,7V17a1,1,0,0,0,2,0V7A1,1,0,0,0,7,7ZM21.6,9a1,1,0,0,0-.78,1.18,9,9,0,1,1-7-7,1,1,0,1,0,.4-2A10.8,10.8,0,0,0,12,1,11,11,0,1,0,23,12a10.8,10.8,0,0,0-.22-2.2A1,1,0,0,0,21.6,9Z\"/></svg></li><li title=\"13 plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M18,5h1V6a1,1,0,0,0,2,0V5h1a1,1,0,0,0,0-2H21V2a1,1,0,0,0-2,0V3H18a1,1,0,0,0,0,2ZM11,9a1,1,0,0,0,2,0,1,1,0,0,1,1-1h1a1,1,0,0,1,1,1v1a1,1,0,0,1-1,1h-.5a1,1,0,0,0,0,2H15a1,1,0,0,1,1,1v1a1,1,0,0,1-1,1H14a1,1,0,0,1-1-1,1,1,0,0,0-2,0,3,3,0,0,0,3,3h1a3,3,0,0,0,3-3V14a3,3,0,0,0-.78-2A3,3,0,0,0,18,10V9a3,3,0,0,0-3-3H14A3,3,0,0,0,11,9ZM7,7V17a1,1,0,0,0,2,0V7A1,1,0,0,0,7,7ZM21.6,9a1,1,0,0,0-.78,1.18,9,9,0,1,1-7-7,1,1,0,1,0,.4-2A10.8,10.8,0,0,0,12,1,11,11,0,1,0,23,12a10.8,10.8,0,0,0-.22-2.2A1,1,0,0,0,21.6,9Z\"/></svg></li><li title=\"16 plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M18,5h1V6a1,1,0,0,0,2,0V5h1a1,1,0,0,0,0-2H21V2a1,1,0,0,0-2,0V3H18a1,1,0,0,0,0,2Zm3.6,4a1,1,0,0,0-.78,1.18,9,9,0,1,1-7-7,1,1,0,1,0,.4-2A10.8,10.8,0,0,0,12,1,11,11,0,1,0,23,12a10.8,10.8,0,0,0-.22-2.2A1,1,0,0,0,21.6,9ZM7,7V17a1,1,0,0,0,2,0V7A1,1,0,0,0,7,7Zm4,2v6a3,3,0,0,0,3,3h1a3,3,0,0,0,3-3V14a3,3,0,0,0-3-3H13V9a1,1,0,0,1,1-1h1a1,1,0,0,1,1,1,1,1,0,0,0,2,0,3,3,0,0,0-3-3H14A3,3,0,0,0,11,9Zm4,4a1,1,0,0,1,1,1v1a1,1,0,0,1-1,1H14a1,1,0,0,1-1-1V13Z\"/></svg></li><li title=\"17 plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M11,7V9a1,1,0,0,0,2,0V8h2.78L14,16.8A1,1,0,0,0,14.8,18l.2,0a1,1,0,0,0,1-.8l2-10a1,1,0,0,0-.21-.83A1,1,0,0,0,17,6H12A1,1,0,0,0,11,7Zm7-2h1V6a1,1,0,0,0,2,0V5h1a1,1,0,0,0,0-2H21V2a1,1,0,0,0-2,0V3H18a1,1,0,0,0,0,2ZM7,7V17a1,1,0,0,0,2,0V7A1,1,0,0,0,7,7ZM21.6,9a1,1,0,0,0-.78,1.18,9,9,0,1,1-7-7,1,1,0,1,0,.4-2A10.8,10.8,0,0,0,12,1,11,11,0,1,0,23,12a10.8,10.8,0,0,0-.22-2.2A1,1,0,0,0,21.6,9Z\"/></svg></li><li title=\"18 plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M18,5h1V6a1,1,0,0,0,2,0V5h1a1,1,0,0,0,0-2H21V2a1,1,0,0,0-2,0V3H18a1,1,0,0,0,0,2ZM7,7V17a1,1,0,0,0,2,0V7A1,1,0,0,0,7,7ZM21.6,9a1,1,0,0,0-.78,1.18,9,9,0,1,1-7-7,1,1,0,1,0,.4-2A10.8,10.8,0,0,0,12,1,11,11,0,1,0,23,12a10.8,10.8,0,0,0-.22-2.2A1,1,0,0,0,21.6,9ZM11,9v1a3,3,0,0,0,.78,2A3,3,0,0,0,11,14v1a3,3,0,0,0,3,3h1a3,3,0,0,0,3-3V14a3,3,0,0,0-.78-2A3,3,0,0,0,18,10V9a3,3,0,0,0-3-3H14A3,3,0,0,0,11,9Zm5,6a1,1,0,0,1-1,1H14a1,1,0,0,1-1-1V14a1,1,0,0,1,1-1h1a1,1,0,0,1,1,1Zm0-6v1a1,1,0,0,1-1,1H14a1,1,0,0,1-1-1V9a1,1,0,0,1,1-1h1A1,1,0,0,1,16,9Z\"/></svg></li><li title=\"21 plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M17,18a1,1,0,0,0,1-1V7a1,1,0,0,0-2,0V17A1,1,0,0,0,17,18ZM18,5h1V6a1,1,0,0,0,2,0V5h1a1,1,0,0,0,0-2H21V2a1,1,0,0,0-2,0V3H18a1,1,0,0,0,0,2Zm3.6,4a1,1,0,0,0-.78,1.18,9,9,0,1,1-7-7,1,1,0,1,0,.4-2A10.8,10.8,0,0,0,12,1,11,11,0,1,0,23,12a10.8,10.8,0,0,0-.22-2.2A1,1,0,0,0,21.6,9ZM10,13h1a3,3,0,0,0,3-3V9a3,3,0,0,0-3-3H10A3,3,0,0,0,7,9,1,1,0,0,0,9,9a1,1,0,0,1,1-1h1a1,1,0,0,1,1,1v1a1,1,0,0,1-1,1H10a3,3,0,0,0-3,3v3a1,1,0,0,0,1,1h5a1,1,0,0,0,0-2H9V14A1,1,0,0,1,10,13Z\"/></svg></li><li title=\"3 plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M18,5h1V6a1,1,0,0,0,2,0V5h1a1,1,0,0,0,0-2H21V2a1,1,0,0,0-2,0V3H18a1,1,0,0,0,0,2ZM15.5,9a3,3,0,0,0-3-3h-1a3,3,0,0,0-3,3,1,1,0,0,0,2,0,1,1,0,0,1,1-1h1a1,1,0,0,1,1,1v1a1,1,0,0,1-1,1H12a1,1,0,0,0,0,2h.5a1,1,0,0,1,1,1v1a1,1,0,0,1-1,1h-1a1,1,0,0,1-1-1,1,1,0,0,0-2,0,3,3,0,0,0,3,3h1a3,3,0,0,0,3-3V14a3,3,0,0,0-.78-2,3,3,0,0,0,.78-2Zm6.1,0a1,1,0,0,0-.78,1.18,9,9,0,1,1-7-7,1,1,0,1,0,.4-2A10.8,10.8,0,0,0,12,1,11,11,0,1,0,23,12a10.8,10.8,0,0,0-.22-2.2A1,1,0,0,0,21.6,9Z\"/></svg></li><li title=\"500px \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M7,15.14a1.41,1.41,0,0,0,.17.44,6.28,6.28,0,0,0,1.39,2.08,6.67,6.67,0,0,0,2.09,1.4,6.21,6.21,0,0,0,2.54.52,6.29,6.29,0,0,0,2.55-.52,6.63,6.63,0,0,0,2.08-1.4,6.39,6.39,0,0,0,1.41-2.08A6.55,6.55,0,0,0,19.69,13a6.76,6.76,0,0,0-.51-2.56,6.35,6.35,0,0,0-1.41-2.07,6.46,6.46,0,0,0-4.63-1.92A6.63,6.63,0,0,0,10.56,7a7.09,7.09,0,0,0-1.2.68,7.14,7.14,0,0,0-1.14.94h0V3.23h9.05c.22,0,.34-.21.34-.62S17.48,2,17.26,2H7.47a.37.37,0,0,0-.3.13.4.4,0,0,0-.12.29V10a.39.39,0,0,0,.17.3,1.09,1.09,0,0,0,.41.18.73.73,0,0,0,.43,0,.92.92,0,0,0,.24-.11,1,1,0,0,0,.14-.17l0,0a6.9,6.9,0,0,1,.86-1,5.15,5.15,0,0,1,3.79-1.56A5.15,5.15,0,0,1,16.9,9.25,5.17,5.17,0,0,1,18.48,13a5.31,5.31,0,0,1-.41,2A5.36,5.36,0,0,1,15.17,18a5.4,5.4,0,0,1-2.06.4,5.09,5.09,0,0,1-2.7-.75V13a2.66,2.66,0,0,1,.71-1.79,2.53,2.53,0,0,1,2-.89,2.65,2.65,0,0,1,2,.79A2.55,2.55,0,0,1,15.87,13a2.73,2.73,0,0,1-2.77,2.74l-.34,0-.37-.07-.15,0c-.21-.06-.37.1-.49.48s-.07.6.14.68a4.34,4.34,0,0,0,1.25.18,3.84,3.84,0,0,0,2.8-1.16A3.81,3.81,0,0,0,17.1,13a3.73,3.73,0,0,0-1.16-2.78,3.8,3.8,0,0,0-2.8-1.15,3.86,3.86,0,0,0-2.82,1.15,3.57,3.57,0,0,0-1.14,2.59v3.8h0a5.63,5.63,0,0,1-1.08-1.86c-.08-.21-.3-.25-.67-.13s-.55.29-.48.49Zm6.25-11a8.16,8.16,0,0,0-3.34.64A.25.25,0,0,0,9.68,5a1.26,1.26,0,0,0,.09.43c.14.35.3.48.5.41a8.09,8.09,0,0,1,2.93-.55,7.54,7.54,0,0,1,3.08.63A8.67,8.67,0,0,1,18.59,7.4a.25.25,0,0,0,.18.08c.09,0,.24-.1.43-.29L19.39,7a.37.37,0,0,0,.06-.21.3.3,0,0,0-.1-.2,8.62,8.62,0,0,0-2.62-1.69A9,9,0,0,0,13.2,4.14Zm-1.61,9.91a.46.46,0,0,0,.2.33l0,0a.52.52,0,0,0,.35.18.24.24,0,0,0,.17-.06l.73-.73.7.68a.28.28,0,0,0,.21.11.58.58,0,0,0,.36-.19c.2-.21.23-.39.07-.55l-.7-.7.74-.74c.12-.12.08-.29-.13-.49s-.4-.27-.53-.14l-.73.72-.72-.74a.3.3,0,0,0-.15-.05.56.56,0,0,0-.34.2c-.23.22-.28.38-.16.5l.74.74-.74.72A.35.35,0,0,0,11.59,14.05Zm7.93,4.57a1.24,1.24,0,0,0-.37-.25.28.28,0,0,0-.28.07l-.07.07a8,8,0,0,1-2.51,1.69,7.94,7.94,0,0,1-8.68-1.69A7.48,7.48,0,0,1,5.91,16a9.33,9.33,0,0,1-.51-1.77.1.1,0,0,0,0,0c0-.21-.25-.29-.63-.23s-.56.2-.53.4a8.52,8.52,0,0,0,.6,2.11,8.84,8.84,0,0,0,2,2.88,9,9,0,0,0,2.89,2,9.13,9.13,0,0,0,3.54.71,9.28,9.28,0,0,0,3.54-.71,9,9,0,0,0,2.89-2l.06-.06C19.85,19.11,19.78,18.89,19.52,18.62Z\"/></svg></li><li title=\"6 plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M18,5h1V6a1,1,0,0,0,2,0V5h1a1,1,0,0,0,0-2H21V2a1,1,0,0,0-2,0V3H18a1,1,0,0,0,0,2ZM11.5,8h1a1,1,0,0,1,1,1,1,1,0,0,0,2,0,3,3,0,0,0-3-3h-1a3,3,0,0,0-3,3v6a3,3,0,0,0,3,3h1a3,3,0,0,0,3-3V14a3,3,0,0,0-3-3h-2V9A1,1,0,0,1,11.5,8Zm1,5a1,1,0,0,1,1,1v1a1,1,0,0,1-1,1h-1a1,1,0,0,1-1-1V13Zm9.1-4a1,1,0,0,0-.78,1.18,9,9,0,1,1-7-7,1,1,0,1,0,.4-2A10.8,10.8,0,0,0,12,1,11,11,0,1,0,23,12a10.8,10.8,0,0,0-.22-2.2A1,1,0,0,0,21.6,9Z\"/></svg></li><li title=\"abacus \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M21,2a1,1,0,0,0-1,1V6H16V5a1,1,0,0,0-2,0V6H12V5a1,1,0,0,0-2,0V6H8V5A1,1,0,0,0,6,5V6H4V3A1,1,0,0,0,2,3V19a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V3A1,1,0,0,0,21,2ZM20,19a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V16H6v1a1,1,0,0,0,2,0V16h2v1a1,1,0,0,0,2,0V16h4v1a1,1,0,0,0,2,0V16h2Zm0-5H18V13a1,1,0,0,0-2,0v1H12V13a1,1,0,0,0-2,0v1H8V13a1,1,0,0,0-2,0v1H4V8H6V9A1,1,0,0,0,8,9V8h2V9a1,1,0,0,0,2,0V8h2V9a1,1,0,0,0,2,0V8h4Z\"/></svg></li><li title=\"accessible icon alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M16,7a2,2,0,1,0-2-2A2,2,0,0,0,16,7ZM12.7,18.4A4,4,0,1,1,9.05,12a1,1,0,1,0-.22-2A6,6,0,0,0,9.5,22a6,6,0,0,0,4.8-2.4,1,1,0,0,0-1.6-1.2ZM19.5,20h-1V15a1,1,0,0,0-1-1H12.93l1.69-4.66s0-.07,0-.11l0-.2a1.1,1.1,0,0,0,0-.18,1.06,1.06,0,0,0,0-.19,1.4,1.4,0,0,0-.09-.17.72.72,0,0,0-.11-.15.64.64,0,0,0-.15-.13s0-.06-.08-.08L9.71,5.55l-.12,0a1.06,1.06,0,0,0-.19-.06H9a.8.8,0,0,0-.2.07l-.11,0L6,7.13A1,1,0,0,0,6.48,9,1,1,0,0,0,7,8.87l2.23-1.3,3.24,1.88-1.89,5.21a.88.88,0,0,0,0,.16.58.58,0,0,0,0,.18,0,0,0,0,0,0,0,3,3,0,0,0,.08.38l.11.15a.57.57,0,0,0,.11.16.67.67,0,0,0,.14.09,1.22,1.22,0,0,0,.19.12h0a1,1,0,0,0,.34.06h5v5a1,1,0,0,0,1,1h2a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"adjust alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M20.83,7.32h0a.2.2,0,0,0,0-.08,10,10,0,0,0-3.38-3.65l0,0h0A9.89,9.89,0,0,0,12,2a1,1,0,0,0-1,1V21a1,1,0,0,0,1,1h.28A10,10,0,0,0,20.83,7.32ZM13,4.06a8,8,0,0,1,2.49.74L13,9.12Zm0,9.06L17.17,5.9a7.89,7.89,0,0,1,1.58,1.83L13,17.69Zm1.16,6.57L19.75,10A8.36,8.36,0,0,1,20,12,7.94,7.94,0,0,1,14.16,19.69Z\"/></svg></li><li title=\"adjust circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M17,7A7.74,7.74,0,1,0,7,17,7.74,7.74,0,1,0,17,7Zm-1.6,1.6a6.12,6.12,0,0,1,.11,1.14,5.92,5.92,0,0,1-.16,1.34L12.91,8.66a5.92,5.92,0,0,1,1.34-.16A6.12,6.12,0,0,1,15.39,8.61ZM14.46,13A6,6,0,0,1,13,14.46L9.54,11A6,6,0,0,1,11,9.54Zm-8,1.46a5.75,5.75,0,1,1,8-8h-.25A7.76,7.76,0,0,0,6.5,14.25C6.5,14.33,6.51,14.42,6.51,14.5Zm2.1.89a6.12,6.12,0,0,1-.11-1.14,5.92,5.92,0,0,1,.16-1.34l2.43,2.43a5.92,5.92,0,0,1-1.34.16A6.12,6.12,0,0,1,8.61,15.39ZM14.25,20A5.77,5.77,0,0,1,9.5,17.49h.25A7.76,7.76,0,0,0,17.5,9.75c0-.08,0-.17,0-.25A5.75,5.75,0,0,1,14.25,20Z\"/></svg></li><li title=\"adjust half \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M20.83,7.32h0a10.11,10.11,0,0,0-3.44-3.73l0,0h0A10,10,0,1,0,12,22h.29A10,10,0,0,0,20.83,7.32ZM11,19.93A8,8,0,0,1,11,4.07ZM13,4.07a8.07,8.07,0,0,1,2.49.74L13,9.12Zm0,9L17.17,5.9a8.14,8.14,0,0,1,1.58,1.83L13,17.69Zm1.15,6.58L19.74,10A8.16,8.16,0,0,1,20,12,8,8,0,0,1,14.15,19.7Z\"/></svg></li><li title=\"adjust \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2ZM11,19.93A8,8,0,0,1,11,4.07Zm2,0V4.07a8,8,0,0,1,0,15.86Z\"/></svg></li><li title=\"adobe alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M10.24707,2.40278a.99893.99893,0,0,0-.83057-.44336H1.9917a.99974.99974,0,0,0-1,1v18.082a1.00015,1.00015,0,0,0,1.92529.37989l7.42481-18.082A1.00042,1.00042,0,0,0,10.24707,2.40278ZM2.9917,15.97309V3.95942H7.9248Zm19-14.01367H14.47412a1,1,0,0,0-.92139,1.3877l7.51758,17.84961a.99894.99894,0,0,0,.9209.6123,1.04879,1.04879,0,0,0,.19824-.01953,1.001,1.001,0,0,0,.80225-.98047V2.95942A.99974.99974,0,0,0,21.9917,1.95942Zm-1,13.89844L15.98047,3.95942H20.9917ZM12.94922,9.52a.99993.99993,0,0,0-.92578-.64648h-.00977a.99988.99988,0,0,0-.92822.62793L8.02637,17.13227a1,1,0,0,0,.92822,1.37207H11.209l1.52247,2.99024a.999.999,0,0,0,.89111.54687h2.61279a1.00015,1.00015,0,0,0,.93555-1.35351Zm1.28662,10.52148-1.52246-2.99023a.99905.99905,0,0,0-.89111-.54688H10.43262l1.55371-3.875,2.80176,7.41211Z\"/></svg></li><li title=\"adobe \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M9.07,17.28h2.78l1.75,3.44h2.54L12,9.87ZM2,3V21L9.42,3ZM14.48,3,22,20.81V3Z\"/></svg></li><li title=\"airplay \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12.83,13.45a1,1,0,0,0-1.66,0l-4,6a1,1,0,0,0,0,1A1,1,0,0,0,8,21h8a1,1,0,0,0,.88-.53,1,1,0,0,0-.05-1ZM9.87,19,12,15.8,14.13,19ZM19,3H5A3,3,0,0,0,2,6v9a3,3,0,0,0,3,3h.85a1,1,0,1,0,0-2H5a1,1,0,0,1-1-1V6A1,1,0,0,1,5,5H19a1,1,0,0,1,1,1v9a1,1,0,0,1-1,1h-.85a1,1,0,0,0,0,2H19a3,3,0,0,0,3-3V6A3,3,0,0,0,19,3Z\"/></svg></li><li title=\"align alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M10,11H3a1,1,0,0,0,0,2h7a1,1,0,0,0,0-2Zm0,8H3a1,1,0,0,0,0,2h7a1,1,0,0,0,0-2ZM14,5h7a1,1,0,0,0,0-2H14a1,1,0,0,0,0,2ZM10,7H3A1,1,0,0,0,3,9h7a1,1,0,0,0,0-2Zm0,8H3a1,1,0,0,0,0,2h7a1,1,0,0,0,0-2ZM10,3H7A1,1,0,0,0,7,5h3a1,1,0,0,0,0-2ZM21,7H14a1,1,0,0,0,0,2h7a1,1,0,0,0,0-2Zm0,4H14a1,1,0,0,0,0,2h7a1,1,0,0,0,0-2Zm-4,8H14a1,1,0,0,0,0,2h3a1,1,0,0,0,0-2Zm4-4H14a1,1,0,0,0,0,2h7a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"align center alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M5,8H19a1,1,0,0,0,0-2H5A1,1,0,0,0,5,8Zm16,3H3a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2Zm-2,5H5a1,1,0,0,0,0,2H19a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"align center h \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21.92,11.62a1,1,0,0,0-.21-.33l-2.5-2.5a1,1,0,0,0-1.42,1.42l.8.79H16a1,1,0,0,0,0,2h2.59l-.8.79a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l2.5-2.5a1,1,0,0,0,.21-.33A1,1,0,0,0,21.92,11.62ZM8,11H5.41l.8-.79A1,1,0,0,0,4.79,8.79l-2.5,2.5a1,1,0,0,0-.21.33,1,1,0,0,0,0,.76,1,1,0,0,0,.21.33l2.5,2.5a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L5.41,13H8a1,1,0,0,0,0-2Zm4-4a1,1,0,0,0-1,1v8a1,1,0,0,0,2,0V8A1,1,0,0,0,12,7Z\"/></svg></li><li title=\"align center justify \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21,15H3a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2ZM3,5H21a1,1,0,0,0,0-2H3A1,1,0,0,0,3,5ZM17,19H7a1,1,0,0,0,0,2H17a1,1,0,0,0,0-2ZM21,7H3A1,1,0,0,0,3,9H21a1,1,0,0,0,0-2Zm0,4H3a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"align center v \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M10.21,6.21l.79-.8V8a1,1,0,0,0,2,0V5.41l.79.8a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42l-2.5-2.5a1,1,0,0,0-.33-.21,1,1,0,0,0-.76,0,1,1,0,0,0-.33.21l-2.5,2.5a1,1,0,0,0,1.42,1.42ZM16,11H8a1,1,0,0,0,0,2h8a1,1,0,0,0,0-2Zm-2.21,6.79-.79.8V16a1,1,0,0,0-2,0v2.59l-.79-.8a1,1,0,0,0-1.42,1.42l2.5,2.5a1,1,0,0,0,.33.21.94.94,0,0,0,.76,0,1,1,0,0,0,.33-.21l2.5-2.5a1,1,0,0,0-1.42-1.42Z\"/></svg></li><li title=\"align center \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M3,7H21a1,1,0,0,0,0-2H3A1,1,0,0,0,3,7ZM7,9a1,1,0,0,0,0,2H17a1,1,0,0,0,0-2Zm14,4H3a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2Zm-4,4H7a1,1,0,0,0,0,2H17a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"align justify \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M3,7H21a1,1,0,0,0,0-2H3A1,1,0,0,0,3,7ZM21,17H3a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2Zm0-4H3a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2Zm0-4H3a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"align left justify \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M3,5H21a1,1,0,0,0,0-2H3A1,1,0,0,0,3,5ZM15,19H3a1,1,0,0,0,0,2H15a1,1,0,0,0,0-2Zm6-8H3a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2Zm0-4H3A1,1,0,0,0,3,9H21a1,1,0,0,0,0-2Zm0,8H3a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"align left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M3,7H21a1,1,0,0,0,0-2H3A1,1,0,0,0,3,7Zm0,4H17a1,1,0,0,0,0-2H3a1,1,0,0,0,0,2Zm18,2H3a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2Zm-4,4H3a1,1,0,0,0,0,2H17a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"align letter right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M10,4H21a1,1,0,0,0,0-2H10a1,1,0,0,0,0,2ZM21,20H3a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2ZM21,6H3A1,1,0,0,0,3,8H21a1,1,0,0,0,0-2Zm0,10H11a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2Zm0-6H3a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"align right justify \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M3,5H21a1,1,0,0,0,0-2H3A1,1,0,0,0,3,5ZM21,19H11a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2Zm0-8H3a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2Zm0,4H3a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2Zm0-8H3A1,1,0,0,0,3,9H21a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"align right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M3,7H21a1,1,0,0,0,0-2H3A1,1,0,0,0,3,7ZM21,17H7a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2Zm0-8H7a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2Zm0,4H3a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"align \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M3,15H13a1,1,0,0,0,0-2H3a1,1,0,0,0,0,2Zm0-4H13a1,1,0,0,0,0-2H3a1,1,0,0,0,0,2ZM3,7H21a1,1,0,0,0,0-2H3A1,1,0,0,0,3,7ZM21,17H3a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2ZM19.64,9.57a1,1,0,1,0-1.28,1.53l1.08.9-1.08.9a1,1,0,0,0-.13,1.41,1,1,0,0,0,.77.36,1,1,0,0,0,.64-.24l2-1.66a1,1,0,0,0,0-1.54Z\"/></svg></li><li title=\"amazon \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M1.04,17.52q.1-.16.32-.02a21.3078,21.3078,0,0,0,10.88,2.9,21.52431,21.52431,0,0,0,7.74-1.46q.1-.04.29-.12t.27-.12a.35611.35611,0,0,1,.47.12q.17.24-.11.44-.36.26-.92.6a14.99023,14.99023,0,0,1-3.84,1.58A16.1749,16.1749,0,0,1,12,22a16.01714,16.01714,0,0,1-5.9-1.09,16.24638,16.24638,0,0,1-4.98-3.07.273.273,0,0,1-.12-.2A.215.215,0,0,1,1.04,17.52Zm6.02-5.7a4.03628,4.03628,0,0,1,.68-2.36A4.19676,4.19676,0,0,1,9.6,7.98a10.06288,10.06288,0,0,1,2.66-.66q.54-.06,1.76-.16V6.82a3.56151,3.56151,0,0,0-.28-1.72,1.49917,1.49917,0,0,0-1.32-.6h-.16a2.18852,2.18852,0,0,0-1.14.42,1.63936,1.63936,0,0,0-.62,1,.50779.50779,0,0,1-.4.46L7.8,6.1q-.34-.08-.34-.36a.58734.58734,0,0,1,.02-.14A3.83352,3.83352,0,0,1,9.15,2.96,6.26811,6.26811,0,0,1,12.26,2h.5a5.05441,5.05441,0,0,1,3.56,1.18,3.81,3.81,0,0,1,.37.43,3.8746,3.8746,0,0,1,.27.41,2.09844,2.09844,0,0,1,.18.52q.08.34.12.47a2.85611,2.85611,0,0,1,.06.56q.02.43.02.51v4.84a2.86841,2.86841,0,0,0,.15.95,2.47465,2.47465,0,0,0,.29.62q.14.19.46.61a.59856.59856,0,0,1,.12.32.346.346,0,0,1-.16.28q-1.66,1.44-1.8,1.56a.557.557,0,0,1-.58.04q-.28-.24-.49-.46t-.3-.32a4.46629,4.46629,0,0,1-.29-.39q-.2-.29-.28-.39a4.91083,4.91083,0,0,1-2.2,1.52,6.03757,6.03757,0,0,1-1.68.2,3.50454,3.50454,0,0,1-2.53-.95A3.553,3.553,0,0,1,7.06,11.82Zm3.44-.4a1.89505,1.89505,0,0,0,.39,1.25,1.29375,1.29375,0,0,0,1.05.47,1.022,1.022,0,0,0,.17-.02,1.02168,1.02168,0,0,1,.15-.02,2.03262,2.03262,0,0,0,1.3-1.08,3.13045,3.13045,0,0,0,.33-.83,3.80062,3.80062,0,0,0,.12-.73q.01-.28.01-.92v-.5a7.28689,7.28689,0,0,0-1.76.16A2.1441,2.1441,0,0,0,10.5,11.42Zm8.4,6.44a.62647.62647,0,0,1,.12-.16,3.13921,3.13921,0,0,1,.96-.46,6.52032,6.52032,0,0,1,1.48-.22,1.19457,1.19457,0,0,1,.38.02q.9.08,1.08.3a.65471.65471,0,0,1,.08.36v.14a4.55955,4.55955,0,0,1-.38,1.65,3.84046,3.84046,0,0,1-1.06,1.53.302.302,0,0,1-.18.08.17736.17736,0,0,1-.08-.02q-.12-.06-.06-.22a7.63215,7.63215,0,0,0,.74-2.42.51274.51274,0,0,0-.08-.32q-.2-.24-1.12-.24-.34,0-.8.04-.5.06-.92.12A.23166.23166,0,0,1,18.9,18a.06531.06531,0,0,1-.02-.08A.15332.15332,0,0,1,18.9,17.86Z\"/></svg></li><li title=\"ambulance \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M10.5,9.5h-1v-1a1,1,0,0,0-2,0v1h-1a1,1,0,0,0,0,2h1v1a1,1,0,0,0,2,0v-1h1a1,1,0,0,0,0-2Zm12.43,2.15-.06-.11a.61.61,0,0,0-.07-.14L20.4,8.2A3,3,0,0,0,18,7H16V6a3,3,0,0,0-3-3H4A3,3,0,0,0,1,6V17a1,1,0,0,0,1,1H3a3,3,0,0,0,6,0h6a3,3,0,0,0,6,0h1a1,1,0,0,0,1-1V12A1,1,0,0,0,22.93,11.65ZM6,19a1,1,0,1,1,1-1A1,1,0,0,1,6,19Zm8-3H8.22a3,3,0,0,0-4.44,0H3V6A1,1,0,0,1,4,5h9a1,1,0,0,1,1,1Zm2-7h2a1,1,0,0,1,.8.4L20,11H16Zm2,10a1,1,0,1,1,1-1A1,1,0,0,1,18,19Zm3-3h-.78A3,3,0,0,0,16,15.78V13h5Z\"/></svg></li><li title=\"analysis \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21.71,7.29a1,1,0,0,0-1.42,0L14,13.59,9.71,9.29a1,1,0,0,0-1.42,0l-6,6a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L9,11.41l4.29,4.3a1,1,0,0,0,1.42,0l7-7A1,1,0,0,0,21.71,7.29Z\"/></svg></li><li title=\"analytics \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M5,12a1,1,0,0,0-1,1v8a1,1,0,0,0,2,0V13A1,1,0,0,0,5,12ZM10,2A1,1,0,0,0,9,3V21a1,1,0,0,0,2,0V3A1,1,0,0,0,10,2ZM20,16a1,1,0,0,0-1,1v4a1,1,0,0,0,2,0V17A1,1,0,0,0,20,16ZM15,8a1,1,0,0,0-1,1V21a1,1,0,0,0,2,0V9A1,1,0,0,0,15,8Z\"/></svg></li><li title=\"anchor \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19,13H17a1,1,0,0,0,0,2h.91A6,6,0,0,1,13,19.91V11h1a1,1,0,0,0,0-2H13V7.82a3,3,0,1,0-2,0V9H10a1,1,0,0,0,0,2h1v8.91A6,6,0,0,1,6.09,15H7a1,1,0,0,0,0-2H5a1,1,0,0,0-1,1,8,8,0,0,0,16,0A1,1,0,0,0,19,13ZM12,6a1,1,0,1,1,1-1A1,1,0,0,1,12,6Z\"/></svg></li><li title=\"android alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M2.9917,9.00044a.99973.99973,0,0,0-1,1v4a1,1,0,0,0,2,0v-4A.99973.99973,0,0,0,2.9917,9.00044Zm18,0a.99973.99973,0,0,0-1,1v4a1,1,0,0,0,2,0v-4A.99973.99973,0,0,0,20.9917,9.00044Zm-4.13428-5.5a.99974.99974,0,1,0-1.73144-1l-.61414,1.06238a5.92782,5.92782,0,0,0-5.04028,0L8.85742,2.50044a.99974.99974,0,1,0-1.73144,1l.6925,1.19794A5.97889,5.97889,0,0,0,5.9917,9.00044v8a.99974.99974,0,0,0,1,1h2v3a1,1,0,0,0,2,0v-3h2v3a1,1,0,0,0,2,0v-3h2a.99974.99974,0,0,0,1-1v-8a5.97889,5.97889,0,0,0-1.82678-4.30206Zm-.86572,12.5h-8v-5h8Zm-8-7a4,4,0,0,1,8,0Z\"/></svg></li><li title=\"android phone slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M11.29,17.71a1,1,0,0,0,1.42,0,1.15,1.15,0,0,0,.21-.33.94.94,0,0,0,0-.76,1.15,1.15,0,0,0-.21-.33,1,1,0,0,0-1.42,0,1.15,1.15,0,0,0-.21.33.94.94,0,0,0,0,.76A1.15,1.15,0,0,0,11.29,17.71ZM8.66,4H16a1,1,0,0,1,1,1v7.34a1,1,0,0,0,2,0V5a3,3,0,0,0-3-3H8.66a1,1,0,0,0,0,2ZM21.71,20.29l-18-18A1,1,0,0,0,2.29,3.71L5,6.41V19a3,3,0,0,0,3,3h8a3,3,0,0,0,2.76-1.83l1.53,1.54a1,1,0,0,0,1.42,0A1,1,0,0,0,21.71,20.29ZM17,19a1,1,0,0,1-1,1H8a1,1,0,0,1-1-1V8.41l10,10Z\"/></svg></li><li title=\"android \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M14.97535,3.01886l.95982-1.73159a.19342.19342,0,0,0-.33833-.18756l-.97045,1.75078a6.54141,6.54141,0,0,0-5.25275,0L8.40316,1.09971a.19342.19342,0,0,0-.33833.18756l.95985,1.7316A5.54614,5.54614,0,0,0,5.93152,7.89522h12.137A5.54615,5.54615,0,0,0,14.97535,3.01886ZM9.19911,5.67446a.5068.5068,0,1,1,.5068-.5068A.50737.50737,0,0,1,9.19911,5.67446Zm5.60178,0a.5068.5068,0,1,1,.5068-.5068A.50737.50737,0,0,1,14.80089,5.67446Zm-8.86946,11.497a1.46713,1.46713,0,0,0,1.46713,1.46713h.9736v3.00095a1.36046,1.36046,0,1,0,2.72091,0V18.63859h1.81386v3.00095a1.36046,1.36046,0,1,0,2.72091,0V18.63859h.97364a1.46713,1.46713,0,0,0,1.46713-1.46713V8.37532H5.93143ZM4.06415,8.14191A1.362,1.362,0,0,0,2.7037,9.50237v5.66846a1.36046,1.36046,0,1,0,2.72091,0V9.50237A1.362,1.362,0,0,0,4.06415,8.14191Zm15.8717,0a1.362,1.362,0,0,0-1.36046,1.36046v5.66846a1.36046,1.36046,0,1,0,2.72091,0V9.50237A1.362,1.362,0,0,0,19.93585,8.14191Z\"/></svg></li><li title=\"angle double down \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M11.29,11.46a1,1,0,0,0,1.42,0l3-3A1,1,0,1,0,14.29,7L12,9.34,9.71,7A1,1,0,1,0,8.29,8.46Zm3,1.08L12,14.84l-2.29-2.3A1,1,0,0,0,8.29,14l3,3a1,1,0,0,0,1.42,0l3-3a1,1,0,0,0-1.42-1.42Z\"/></svg></li><li title=\"angle double left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M11.46,8.29a1,1,0,0,0-1.42,0l-3,3a1,1,0,0,0,0,1.42l3,3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L9.16,12l2.3-2.29A1,1,0,0,0,11.46,8.29ZM14.66,12,17,9.71a1,1,0,0,0-1.42-1.42l-3,3a1,1,0,0,0,0,1.42l3,3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42Z\"/></svg></li><li title=\"angle double right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M8.46,8.29A1,1,0,1,0,7,9.71L9.34,12,7,14.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l3-3a1,1,0,0,0,0-1.42Zm8.5,3-3-3a1,1,0,0,0-1.42,1.42L14.84,12l-2.3,2.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l3-3A1,1,0,0,0,17,11.29Z\"/></svg></li><li title=\"angle double up \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12.71,12.54a1,1,0,0,0-1.42,0l-3,3A1,1,0,0,0,9.71,17L12,14.66,14.29,17a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42Zm-3-1.08L12,9.16l2.29,2.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42l-3-3a1,1,0,0,0-1.42,0l-3,3a1,1,0,0,0,1.42,1.42Z\"/></svg></li><li title=\"angle down \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M17,9.17a1,1,0,0,0-1.41,0L12,12.71,8.46,9.17a1,1,0,0,0-1.41,0,1,1,0,0,0,0,1.42l4.24,4.24a1,1,0,0,0,1.42,0L17,10.59A1,1,0,0,0,17,9.17Z\"/></svg></li><li title=\"angle left b \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M8.5,12.8l5.7,5.6c0.4,0.4,1,0.4,1.4,0c0,0,0,0,0,0c0.4-0.4,0.4-1,0-1.4l-4.9-5l4.9-5c0.4-0.4,0.4-1,0-1.4c-0.2-0.2-0.4-0.3-0.7-0.3c-0.3,0-0.5,0.1-0.7,0.3l-5.7,5.6C8.1,11.7,8.1,12.3,8.5,12.8C8.5,12.7,8.5,12.7,8.5,12.8z\"/></svg></li><li title=\"angle left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M11.29,12l3.54-3.54a1,1,0,0,0,0-1.41,1,1,0,0,0-1.42,0L9.17,11.29a1,1,0,0,0,0,1.42L13.41,17a1,1,0,0,0,.71.29,1,1,0,0,0,.71-.29,1,1,0,0,0,0-1.41Z\"/></svg></li><li title=\"angle right b \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M15.54,11.29,9.88,5.64a1,1,0,0,0-1.42,0,1,1,0,0,0,0,1.41l4.95,5L8.46,17a1,1,0,0,0,0,1.41,1,1,0,0,0,.71.3,1,1,0,0,0,.71-.3l5.66-5.65A1,1,0,0,0,15.54,11.29Z\"/></svg></li><li title=\"angle right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M14.83,11.29,10.59,7.05a1,1,0,0,0-1.42,0,1,1,0,0,0,0,1.41L12.71,12,9.17,15.54a1,1,0,0,0,0,1.41,1,1,0,0,0,.71.29,1,1,0,0,0,.71-.29l4.24-4.24A1,1,0,0,0,14.83,11.29Z\"/></svg></li><li title=\"angle up \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M17,13.41,12.71,9.17a1,1,0,0,0-1.42,0L7.05,13.41a1,1,0,0,0,0,1.42,1,1,0,0,0,1.41,0L12,11.29l3.54,3.54a1,1,0,0,0,.7.29,1,1,0,0,0,.71-.29A1,1,0,0,0,17,13.41Z\"/></svg></li><li title=\"angry \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M10,11a1,1,0,0,0,.89-.55,1,1,0,0,0-.44-1.34l-2-1a1,1,0,1,0-.9,1.78l2,1A.93.93,0,0,0,10,11Zm2-9A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20ZM8.36,15.33a1,1,0,0,0-.13,1.4,1,1,0,0,0,1.41.13,3.76,3.76,0,0,1,4.72,0,1,1,0,0,0,.64.23,1,1,0,0,0,.64-1.76A5.81,5.81,0,0,0,8.36,15.33Zm7.19-7.22-2,1a1,1,0,0,0-.44,1.34A1,1,0,0,0,14,11a.93.93,0,0,0,.45-.11l2-1a1,1,0,0,0-.9-1.78Z\"/></svg></li><li title=\"ankh \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M18,12H14.91A7.23,7.23,0,0,0,17,7,5,5,0,0,0,7,7a7.23,7.23,0,0,0,2.09,5H6a1,1,0,0,0,0,2h5v7a1,1,0,0,0,2,0V14h5a1,1,0,0,0,0-2Zm-6-.16C11.07,11.22,9,9.58,9,7a3,3,0,0,1,6,0C15,9.58,12.93,11.23,12,11.84Z\"/></svg></li><li title=\"annoyed alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M14.66,13.56l-4.19,1.5A1,1,0,0,0,10.8,17a1,1,0,0,0,.34-.06l4.2-1.5a1,1,0,1,0-.68-1.88Zm-4-5a1,1,0,0,0-1.41,0,1,1,0,0,1-1.42,0,1,1,0,0,0-1.41,0,1,1,0,0,0,0,1.42,3,3,0,0,0,4.24,0A1,1,0,0,0,10.62,8.54Zm7,0a1,1,0,0,0-1.41,0,1,1,0,0,1-1.42,0,1,1,0,0,0-1.41,0,1,1,0,0,0,0,1.42,3,3,0,0,0,4.24,0A1,1,0,0,0,17.62,8.54ZM12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z\"/></svg></li><li title=\"annoyed \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M9,9a1,1,0,1,0,1,1A1,1,0,0,0,9,9Zm6,4a5,5,0,0,0-4.37,2.57A1,1,0,0,0,11,16.93a1,1,0,0,0,.49.13,1,1,0,0,0,.87-.51A3,3,0,0,1,15,15a1,1,0,0,0,0-2Zm0-4a1,1,0,1,0,1,1A1,1,0,0,0,15,9ZM12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z\"/></svg></li><li title=\"apple alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M20.50439,15.7436a3.38641,3.38641,0,0,1-2.05468-3.127,3.49747,3.49747,0,0,1,1.6875-2.94629.99994.99994,0,0,0,.2998-1.415A5.57386,5.57386,0,0,0,16.4209,5.86958,6.422,6.422,0,0,0,17.38574,1.893a.98411.98411,0,0,0-1.0332-.8916,6.69083,6.69083,0,0,0-4.44336,2.26074,6.84216,6.84216,0,0,0-1.47949,2.89941,5.2637,5.2637,0,0,0-1.62012-.27734A5.92528,5.92528,0,0,0,3.81885,8.892c-1.8877,3.27734-.73291,8.18848,1.312,11.14453.82031,1.18457,2.05127,2.96289,3.9082,2.96289.03662,0,.07373,0,.11084-.002a4.74,4.74,0,0,0,1.79248-.46387,3.274,3.274,0,0,1,1.44532-.35351,3.04472,3.04472,0,0,1,1.35742.33789,4.75244,4.75244,0,0,0,1.96191.45605c1.91309-.03613,3.043-1.68652,3.86817-2.89258a12.04214,12.04214,0,0,0,1.51269-3.1084A1.00325,1.00325,0,0,0,20.50439,15.7436ZM13.42334,4.56782a4.94131,4.94131,0,0,1,1.91943-1.32226,4.85545,4.85545,0,0,1-1.03662,2.15136A4.39075,4.39075,0,0,1,13.042,6.437l-.00293.001c-.02832.01172-.05664.02246-.085.03418-.18652.07324-.417.16406-.59472.22265A4.825,4.825,0,0,1,13.42334,4.56782ZM17.9248,18.95259c-.80371,1.17383-1.436,2.00683-2.25439,2.02148a2.36658,2.36658,0,0,1-1.13135-.292,4.96942,4.96942,0,0,0-2.15136-.502,5.21424,5.21424,0,0,0-2.22852.51269,2.88493,2.88493,0,0,1-1.08594.30664H9.04346c-.813,0-1.6875-1.26269-2.26807-2.10156-1.45264-2.09961-2.79248-6.2832-1.22314-9.00781A3.917,3.917,0,0,1,8.84277,7.88423l.03369-.001a4.75808,4.75808,0,0,1,1.64112.44434c.13135.05175.26074.10351.38916.15136.03271.01368.0664.02637.10058.03711a3.31547,3.31547,0,0,0,1.11719.23731,4.436,4.436,0,0,0,1.564-.4209,4.95643,4.95643,0,0,1,2.22265-.49707,3.787,3.787,0,0,1,2.25049.85352,5.31025,5.31025,0,0,0-1.71191,3.94531v.001a5.30031,5.30031,0,0,0,2.45117,4.50293A10.19829,10.19829,0,0,1,17.9248,18.95259Z\"/></svg></li><li title=\"apple \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M14.94,5.19A4.38,4.38,0,0,0,16,2,4.44,4.44,0,0,0,13,3.52,4.17,4.17,0,0,0,12,6.61,3.69,3.69,0,0,0,14.94,5.19Zm2.52,7.44a4.51,4.51,0,0,1,2.16-3.81,4.66,4.66,0,0,0-3.66-2c-1.56-.16-3,.91-3.83.91s-2-.89-3.3-.87A4.92,4.92,0,0,0,4.69,9.39C2.93,12.45,4.24,17,6,19.47,6.8,20.68,7.8,22.05,9.12,22s1.75-.82,3.28-.82,2,.82,3.3.79,2.22-1.24,3.06-2.45a11,11,0,0,0,1.38-2.85A4.41,4.41,0,0,1,17.46,12.63Z\"/></svg></li><li title=\"apps \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M10,13H3a1,1,0,0,0-1,1v7a1,1,0,0,0,1,1h7a1,1,0,0,0,1-1V14A1,1,0,0,0,10,13ZM9,20H4V15H9ZM21,2H14a1,1,0,0,0-1,1v7a1,1,0,0,0,1,1h7a1,1,0,0,0,1-1V3A1,1,0,0,0,21,2ZM20,9H15V4h5Zm1,4H14a1,1,0,0,0-1,1v7a1,1,0,0,0,1,1h7a1,1,0,0,0,1-1V14A1,1,0,0,0,21,13Zm-1,7H15V15h5ZM10,2H3A1,1,0,0,0,2,3v7a1,1,0,0,0,1,1h7a1,1,0,0,0,1-1V3A1,1,0,0,0,10,2ZM9,9H4V4H9Z\"/></svg></li><li title=\"archive alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M10,13h4a1,1,0,0,0,0-2H10a1,1,0,0,0,0,2ZM19,3H5A3,3,0,0,0,4,8.82V18a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V8.82A3,3,0,0,0,19,3ZM18,18a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V9H18ZM19,7H5A1,1,0,0,1,5,5H19a1,1,0,0,1,0,2Z\"/></svg></li><li title=\"archive \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M10,14h4a1,1,0,0,0,0-2H10a1,1,0,0,0,0,2ZM19,3H5A3,3,0,0,0,2,6V9a1,1,0,0,0,1,1H4v8a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V10h1a1,1,0,0,0,1-1V6A3,3,0,0,0,19,3ZM18,18a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V10H18ZM20,8H4V6A1,1,0,0,1,5,5H19a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"archway \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M22,20H21V8h1a1,1,0,0,0,0-2H21V3a1,1,0,0,0-1-1H4A1,1,0,0,0,3,3V6H2A1,1,0,0,0,2,8H3V20H2a1,1,0,0,0,0,2H22a1,1,0,0,0,0-2Zm-7,0H9V16.47a6.21,6.21,0,0,1,3-5.33,6.21,6.21,0,0,1,3,5.33Zm4,0H17V16.47a8.17,8.17,0,0,0-4.55-7.36,1,1,0,0,0-.9,0A8.17,8.17,0,0,0,7,16.47V20H5V8H19ZM19,6H5V4H19Z\"/></svg></li><li title=\"arrow break \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M7,11H17a1,1,0,0,0,0-2H13V5.41l.79.8a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42l-2.5-2.5a1,1,0,0,0-.33-.21,1,1,0,0,0-.76,0,1,1,0,0,0-.33.21l-2.5,2.5a1,1,0,0,0,1.42,1.42l.79-.8V9H7a1,1,0,0,0,0,2Zm10,2H7a1,1,0,0,0,0,2h4v3.59l-.79-.8a1,1,0,0,0-1.42,1.42l2.5,2.5a1,1,0,0,0,.33.21.94.94,0,0,0,.76,0,1,1,0,0,0,.33-.21l2.5-2.5a1,1,0,0,0-1.42-1.42l-.79.8V15h4a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"arrow circle down \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M11.29,15.71a1,1,0,0,0,.33.21,1,1,0,0,0,.76,0,1,1,0,0,0,.33-.21l3-3a1,1,0,0,0-1.42-1.42L13,12.59V9a1,1,0,0,0-2,0v3.59l-1.29-1.3a1,1,0,0,0-1.42,0,1,1,0,0,0,0,1.42ZM12,22A10,10,0,1,0,2,12,10,10,0,0,0,12,22ZM12,4a8,8,0,1,1-8,8A8,8,0,0,1,12,4Z\"/></svg></li><li title=\"arrow circle left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M8.29,11.29a1,1,0,0,0-.21.33,1,1,0,0,0,0,.76,1,1,0,0,0,.21.33l3,3a1,1,0,0,0,1.42-1.42L11.41,13H15a1,1,0,0,0,0-2H11.41l1.3-1.29a1,1,0,0,0,0-1.42,1,1,0,0,0-1.42,0ZM2,12A10,10,0,1,0,12,2,10,10,0,0,0,2,12Zm18,0a8,8,0,1,1-8-8A8,8,0,0,1,20,12Z\"/></svg></li><li title=\"arrow circle right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M15.71,12.71a1,1,0,0,0,.21-.33,1,1,0,0,0,0-.76,1,1,0,0,0-.21-.33l-3-3a1,1,0,0,0-1.42,1.42L12.59,11H9a1,1,0,0,0,0,2h3.59l-1.3,1.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0ZM22,12A10,10,0,1,0,12,22,10,10,0,0,0,22,12ZM4,12a8,8,0,1,1,8,8A8,8,0,0,1,4,12Z\"/></svg></li><li title=\"arrow circle up \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12.71,8.29a1,1,0,0,0-.33-.21,1,1,0,0,0-.76,0,1,1,0,0,0-.33.21l-3,3a1,1,0,0,0,1.42,1.42L11,11.41V15a1,1,0,0,0,2,0V11.41l1.29,1.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42ZM12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z\"/></svg></li><li title=\"arrow compress h \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,5a1,1,0,0,0-1,1V18a1,1,0,0,0,2,0V6A1,1,0,0,0,12,5Zm-1.29,6.29-2.5-2.5a1,1,0,1,0-1.42,1.42l.8.79H3a1,1,0,0,0,0,2H7.59l-.8.79a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l2.5-2.5a1,1,0,0,0,.21-.33.94.94,0,0,0,0-.76A1,1,0,0,0,10.71,11.29ZM21,11H16.41l.8-.79a1,1,0,0,0-1.42-1.42l-2.5,2.5a1,1,0,0,0,0,1.42l2.5,2.5a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42l-.8-.79H21a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"arrow down left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M17,16H9.41l8.3-8.29a1,1,0,1,0-1.42-1.42L8,14.59V7A1,1,0,0,0,6,7V17a1,1,0,0,0,.08.38,1,1,0,0,0,.54.54A1,1,0,0,0,7,18H17a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"arrow down right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M17,6a1,1,0,0,0-1,1v7.59L7.71,6.29A1,1,0,0,0,6.29,7.71L14.59,16H7a1,1,0,0,0,0,2H17a1,1,0,0,0,.38-.08,1,1,0,0,0,.54-.54A1,1,0,0,0,18,17V7A1,1,0,0,0,17,6Z\"/></svg></li><li title=\"arrow down \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M17.71,11.29a1,1,0,0,0-1.42,0L13,14.59V7a1,1,0,0,0-2,0v7.59l-3.29-3.3a1,1,0,0,0-1.42,1.42l5,5a1,1,0,0,0,.33.21.94.94,0,0,0,.76,0,1,1,0,0,0,.33-.21l5-5A1,1,0,0,0,17.71,11.29Z\"/></svg></li><li title=\"arrow from right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M3,4A1,1,0,0,0,2,5V19a1,1,0,0,0,2,0V5A1,1,0,0,0,3,4Zm18.92,7.62a1,1,0,0,0-.21-.33l-4-4a1,1,0,1,0-1.42,1.42L18.59,11H7a1,1,0,0,0,0,2H18.59l-2.3,2.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l4-4a1,1,0,0,0,.21-.33A1,1,0,0,0,21.92,11.62Z\"/></svg></li><li title=\"arrow from top \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M15.29,16.29,13,18.59V7a1,1,0,0,0-2,0V18.59l-2.29-2.3a1,1,0,1,0-1.42,1.42l4,4a1,1,0,0,0,.33.21.94.94,0,0,0,.76,0,1,1,0,0,0,.33-.21l4-4a1,1,0,0,0-1.42-1.42ZM19,2H5A1,1,0,0,0,5,4H19a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"arrow growth \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21.92,6.62a1,1,0,0,0-.54-.54A1,1,0,0,0,21,6H16a1,1,0,0,0,0,2h2.59L13,13.59l-3.29-3.3a1,1,0,0,0-1.42,0l-6,6a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L9,12.41l3.29,3.3a1,1,0,0,0,1.42,0L20,9.41V12a1,1,0,0,0,2,0V7A1,1,0,0,0,21.92,6.62Z\"/></svg></li><li title=\"arrow left \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M17,11H9.41l3.3-3.29a1,1,0,1,0-1.42-1.42l-5,5a1,1,0,0,0-.21.33,1,1,0,0,0,0,.76,1,1,0,0,0,.21.33l5,5a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L9.41,13H17a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"arrow random \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M8.7,10a1,1,0,0,0,1.41,0,1,1,0,0,0,0-1.41L3.84,2.29A1,1,0,0,0,2.42,3.71ZM21,14a1,1,0,0,0-1,1v3.59L15.44,14A1,1,0,0,0,14,15.44L18.59,20H15a1,1,0,0,0,0,2h6a1,1,0,0,0,.38-.08,1,1,0,0,0,.54-.54A1,1,0,0,0,22,21V15A1,1,0,0,0,21,14Zm.92-11.38a1,1,0,0,0-.54-.54A1,1,0,0,0,21,2H15a1,1,0,0,0,0,2h3.59L2.29,20.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L20,5.41V9a1,1,0,0,0,2,0V3A1,1,0,0,0,21.92,2.62Z\"/></svg></li><li title=\"arrow resize diagonal \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21.92,2.62a1,1,0,0,0-.54-.54A1,1,0,0,0,21,2H15a1,1,0,0,0,0,2h3.59L4,18.59V15a1,1,0,0,0-2,0v6a1,1,0,0,0,.08.38,1,1,0,0,0,.54.54A1,1,0,0,0,3,22H9a1,1,0,0,0,0-2H5.41L20,5.41V9a1,1,0,0,0,2,0V3A1,1,0,0,0,21.92,2.62Z\"/></svg></li><li title=\"arrow right \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M17.92,11.62a1,1,0,0,0-.21-.33l-5-5a1,1,0,0,0-1.42,1.42L14.59,11H7a1,1,0,0,0,0,2h7.59l-3.3,3.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l5-5a1,1,0,0,0,.21-.33A1,1,0,0,0,17.92,11.62Z\"/></svg></li><li title=\"arrow to bottom \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19,20H5a1,1,0,0,0,0,2H19a1,1,0,0,0,0-2Zm-7.71-2.29a1,1,0,0,0,.33.21.94.94,0,0,0,.76,0,1,1,0,0,0,.33-.21l4-4a1,1,0,0,0-1.42-1.42L13,14.59V3a1,1,0,0,0-2,0V14.59l-2.29-2.3a1,1,0,1,0-1.42,1.42Z\"/></svg></li><li title=\"arrow to right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M17.71,11.29l-4-4a1,1,0,1,0-1.42,1.42L14.59,11H3a1,1,0,0,0,0,2H14.59l-2.3,2.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l4-4a1,1,0,0,0,.21-.33,1,1,0,0,0,0-.76A1,1,0,0,0,17.71,11.29ZM21,4a1,1,0,0,0-1,1V19a1,1,0,0,0,2,0V5A1,1,0,0,0,21,4Z\"/></svg></li><li title=\"arrow up left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M9.41,8H17a1,1,0,0,0,0-2H7a1,1,0,0,0-.38.08,1,1,0,0,0-.54.54A1,1,0,0,0,6,7V17a1,1,0,0,0,2,0V9.41l8.29,8.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42Z\"/></svg></li><li title=\"arrow up right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M17.92,6.62a1,1,0,0,0-.54-.54A1,1,0,0,0,17,6H7A1,1,0,0,0,7,8h7.59l-8.3,8.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L16,9.41V17a1,1,0,0,0,2,0V7A1,1,0,0,0,17.92,6.62Z\"/></svg></li><li title=\"arrow up \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M17.71,11.29l-5-5a1,1,0,0,0-.33-.21,1,1,0,0,0-.76,0,1,1,0,0,0-.33.21l-5,5a1,1,0,0,0,1.42,1.42L11,9.41V17a1,1,0,0,0,2,0V9.41l3.29,3.3a1,1,0,0,0,1.42,0A1,1,0,0,0,17.71,11.29Z\"/></svg></li><li title=\"arrow \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M9.71,6.29a1,1,0,0,0-1.42,0l-5,5a1,1,0,0,0,0,1.42l5,5a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L5.41,12l4.3-4.29A1,1,0,0,0,9.71,6.29Zm11,5-5-5a1,1,0,0,0-1.42,1.42L18.59,12l-4.3,4.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l5-5A1,1,0,0,0,20.71,11.29Z\"/></svg></li><li title=\"arrows h alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21.92,11.62a1,1,0,0,0-.21-.33l-2.5-2.5a1,1,0,0,0-1.42,1.42l.8.79H14a1,1,0,0,0,0,2h4.59l-.8.79a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l2.5-2.5a1,1,0,0,0,.21-.33A1,1,0,0,0,21.92,11.62ZM10,11H5.41l.8-.79A1,1,0,0,0,4.79,8.79l-2.5,2.5a1,1,0,0,0-.21.33,1,1,0,0,0,0,.76,1,1,0,0,0,.21.33l2.5,2.5a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L5.41,13H10a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"arrows h \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21.92,11.62a1,1,0,0,0-.21-.33l-4-4a1,1,0,1,0-1.42,1.42L18.59,11H5.41l2.3-2.29A1,1,0,1,0,6.29,7.29l-4,4a1,1,0,0,0-.21.33,1,1,0,0,0,0,.76,1,1,0,0,0,.21.33l4,4a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L5.41,13H18.59l-2.3,2.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l4-4a1,1,0,0,0,.21-.33A1,1,0,0,0,21.92,11.62Z\"/></svg></li><li title=\"arrows left down \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21.71,16.29a1,1,0,0,0-1.42,0L18,18.59V9a3,3,0,0,0-3-3H5.41l2.3-2.29A1,1,0,0,0,6.29,2.29l-4,4a1,1,0,0,0-.21.33,1,1,0,0,0,0,.76,1,1,0,0,0,.21.33l4,4a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L5.41,8H15a1,1,0,0,1,1,1v9.59l-2.29-2.3a1,1,0,0,0-1.42,1.42l4,4a1,1,0,0,0,.33.21.94.94,0,0,0,.76,0,1,1,0,0,0,.33-.21l4-4A1,1,0,0,0,21.71,16.29Z\"/></svg></li><li title=\"arrows maximize \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21,14a1,1,0,0,0-1,1v3.59L5.41,4H9A1,1,0,0,0,9,2H3a1,1,0,0,0-.38.08,1,1,0,0,0-.54.54A1,1,0,0,0,2,3V9A1,1,0,0,0,4,9V5.41L18.59,20H15a1,1,0,0,0,0,2h6a1,1,0,0,0,.38-.08,1,1,0,0,0,.54-.54A1,1,0,0,0,22,21V15A1,1,0,0,0,21,14Z\"/></svg></li><li title=\"arrows merge \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M10.71,11.29l-2.5-2.5a1,1,0,1,0-1.42,1.42l.8.79H4V7A1,1,0,0,0,2,7V17a1,1,0,0,0,2,0V13H7.59l-.8.79a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l2.5-2.5a1,1,0,0,0,.21-.33,1,1,0,0,0,0-.76A1,1,0,0,0,10.71,11.29ZM21,6a1,1,0,0,0-1,1v4H16.41l.8-.79a1,1,0,0,0-1.42-1.42l-2.5,2.5a1,1,0,0,0-.21.33,1,1,0,0,0,0,.76,1,1,0,0,0,.21.33l2.5,2.5a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42l-.8-.79H20v4a1,1,0,0,0,2,0V7A1,1,0,0,0,21,6Z\"/></svg></li><li title=\"arrows resize h \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M10,6A1,1,0,0,0,9,7v4H5.41l.8-.79A1,1,0,0,0,4.79,8.79l-2.5,2.5a1,1,0,0,0-.21.33,1,1,0,0,0,0,.76,1,1,0,0,0,.21.33l2.5,2.5a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L5.41,13H9v4a1,1,0,0,0,2,0V7A1,1,0,0,0,10,6Zm11.92,5.62a1,1,0,0,0-.21-.33l-2.5-2.5a1,1,0,0,0-1.42,1.42l.8.79H15V7a1,1,0,0,0-2,0V17a1,1,0,0,0,2,0V13h3.59l-.8.79a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l2.5-2.5a1,1,0,0,0,.21-.33A1,1,0,0,0,21.92,11.62Z\"/></svg></li><li title=\"arrows resize v \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M16,11H13V5.41l.79.8a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42l-2.5-2.5a1,1,0,0,0-.33-.21,1,1,0,0,0-.76,0,1,1,0,0,0-.33.21l-2.5,2.5a1,1,0,0,0,1.42,1.42l.79-.8V11H8a1,1,0,0,0,0,2h3v5.59l-.79-.8a1,1,0,0,0-1.42,1.42l2.5,2.5a1,1,0,0,0,.33.21.94.94,0,0,0,.76,0,1,1,0,0,0,.33-.21l2.5-2.5a1,1,0,0,0-1.42-1.42l-.79.8V13h3a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"arrows resize \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21.92,11.62a1,1,0,0,0-.21-.33l-2.5-2.5a1,1,0,0,0-1.42,1.42l.8.79H13V8a1,1,0,0,0-2,0v3H5.41l.8-.79A1,1,0,0,0,4.79,8.79l-2.5,2.5a1,1,0,0,0-.21.33,1,1,0,0,0,0,.76,1,1,0,0,0,.21.33l2.5,2.5a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L5.41,13H11v3a1,1,0,0,0,2,0V13h5.59l-.8.79a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l2.5-2.5a1,1,0,0,0,.21-.33A1,1,0,0,0,21.92,11.62Z\"/></svg></li><li title=\"arrows right down \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M20.92,6.62a1,1,0,0,0-.21-.33l-3-3a1,1,0,0,0-1.42,1.42L17.59,6H9A3,3,0,0,0,6,9v8.59l-1.29-1.3a1,1,0,0,0-1.42,1.42l3,3a1,1,0,0,0,.33.21.94.94,0,0,0,.76,0,1,1,0,0,0,.33-.21l3-3a1,1,0,0,0-1.42-1.42L8,17.59V9A1,1,0,0,1,9,8h8.59l-1.3,1.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l3-3a1,1,0,0,0,.21-.33A1,1,0,0,0,20.92,6.62Z\"/></svg></li><li title=\"arrows shrink h \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M17.71,11.29l-2.5-2.5a1,1,0,0,0-1.42,1.42l.8.79H9.41l.8-.79A1,1,0,0,0,8.79,8.79l-2.5,2.5a1,1,0,0,0-.21.33,1,1,0,0,0,0,.76,1,1,0,0,0,.21.33l2.5,2.5a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L9.41,13h5.18l-.8.79a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l2.5-2.5a1,1,0,0,0,.21-.33,1,1,0,0,0,0-.76A1,1,0,0,0,17.71,11.29ZM3,6A1,1,0,0,0,2,7V17a1,1,0,0,0,2,0V7A1,1,0,0,0,3,6ZM21,6a1,1,0,0,0-1,1V17a1,1,0,0,0,2,0V7A1,1,0,0,0,21,6Z\"/></svg></li><li title=\"arrows shrink v \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M13.79,10.21a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42l-2.5-2.5a1,1,0,0,0-.33-.21,1,1,0,0,0-.76,0,1,1,0,0,0-.33.21l-2.5,2.5a1,1,0,0,0,1.42,1.42l.79-.8v5.18l-.79-.8a1,1,0,0,0-1.42,1.42l2.5,2.5a1,1,0,0,0,.33.21.94.94,0,0,0,.76,0,1,1,0,0,0,.33-.21l2.5-2.5a1,1,0,0,0-1.42-1.42l-.79.8V9.41ZM7,4H17a1,1,0,0,0,0-2H7A1,1,0,0,0,7,4ZM17,20H7a1,1,0,0,0,0,2H17a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"arrows up right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M20.92,16.62a1,1,0,0,0-.21-.33l-3-3a1,1,0,0,0-1.42,1.42L17.59,16H9a1,1,0,0,1-1-1V6.41l1.29,1.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42l-3-3a1,1,0,0,0-.33-.21,1,1,0,0,0-.76,0,1,1,0,0,0-.33.21l-3,3A1,1,0,0,0,4.71,7.71L6,6.41V15a3,3,0,0,0,3,3h8.59l-1.3,1.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l3-3a1,1,0,0,0,.21-.33A1,1,0,0,0,20.92,16.62Z\"/></svg></li><li title=\"arrows v alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M10.21,6.21l.79-.8V10a1,1,0,0,0,2,0V5.41l.79.8a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42l-2.5-2.5a1,1,0,0,0-.33-.21,1,1,0,0,0-.76,0,1,1,0,0,0-.33.21l-2.5,2.5a1,1,0,0,0,1.42,1.42Zm3.58,11.58-.79.8V14a1,1,0,0,0-2,0v4.59l-.79-.8a1,1,0,0,0-1.42,1.42l2.5,2.5a1,1,0,0,0,.33.21.94.94,0,0,0,.76,0,1,1,0,0,0,.33-.21l2.5-2.5a1,1,0,0,0-1.42-1.42Z\"/></svg></li><li title=\"arrows v \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M15.29,16.29,13,18.59V5.41l2.29,2.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42l-4-4a1,1,0,0,0-.33-.21,1,1,0,0,0-.76,0,1,1,0,0,0-.33.21l-4,4A1,1,0,1,0,8.71,7.71L11,5.41V18.59l-2.29-2.3a1,1,0,1,0-1.42,1.42l4,4a1,1,0,0,0,.33.21.94.94,0,0,0,.76,0,1,1,0,0,0,.33-.21l4-4a1,1,0,0,0-1.42-1.42Z\"/></svg></li><li title=\"assistive listening systems \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M11,3a7,7,0,0,0-7,7,1,1,0,0,0,2,0,5,5,0,0,1,10,0,5.07,5.07,0,0,1-.71,2.57L11.73,20A2,2,0,0,1,10,21a2,2,0,0,1-2-2,1,1,0,0,0-2,0,4,4,0,0,0,4,4,4,4,0,0,0,3.5-2.07l3.56-7.43A6.93,6.93,0,0,0,18,10,7,7,0,0,0,11,3ZM4,15a1,1,0,1,0,1,1A1,1,0,0,0,4,15ZM17.59,1.2a1,1,0,1,0-1.2,1.6A9,9,0,0,1,20,10a1,1,0,0,0,2,0A11.06,11.06,0,0,0,17.59,1.2ZM11,9a1,1,0,0,1,1,1,1,1,0,0,0,2,0,3,3,0,0,0-6,0,3,3,0,0,0,.51,1.68,3.5,3.5,0,0,0,.47.54l.2.22a1,1,0,0,1,0,1.11,1,1,0,0,0,.25,1.39,1,1,0,0,0,.57.18,1,1,0,0,0,.82-.43,3,3,0,0,0,0-3.39,3.39,3.39,0,0,0-.35-.42l-.14-.14a1.37,1.37,0,0,1-.16-.18A1,1,0,0,1,10,10,1,1,0,0,1,11,9ZM7,15a1,1,0,1,0-1-1A1,1,0,0,0,7,15Z\"/></svg></li><li title=\"asterisk \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M18.562,14.63379,14.00031,12,18.562,9.36621a1.00016,1.00016,0,0,0-1-1.73242L13,10.26776V5a1,1,0,0,0-2,0v5.26776l-4.562-2.634a1.00016,1.00016,0,0,0-1,1.73242L9.99969,12,5.438,14.63379a1.00016,1.00016,0,0,0,1,1.73242L11,13.73224V19a1,1,0,0,0,2,0V13.73224l4.562,2.634a1.00016,1.00016,0,0,0,1-1.73242Z\"/></svg></li><li title=\"at \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,2a10,10,0,1,0,5,18.66,1,1,0,1,0-1-1.73A8,8,0,1,1,20,12v.75a1.75,1.75,0,0,1-3.5,0V8.5a1,1,0,0,0-1-1,1,1,0,0,0-1,.79A4.45,4.45,0,0,0,12,7.5,4.5,4.5,0,1,0,15.3,15,3.74,3.74,0,0,0,22,12.75V12A10,10,0,0,0,12,2Zm0,12.5A2.5,2.5,0,1,1,14.5,12,2.5,2.5,0,0,1,12,14.5Z\"/></svg></li><li title=\"atom \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M12,11a1,1,0,1,0,1,1A1,1,0,0,0,12,11Zm7.62,1,.11-.14C21.08,10,21.4,8.29,20.66,7S18.26,5.14,16,5.37l-.18,0C14.91,3.3,13.56,2,12,2S9.09,3.3,8.19,5.4L8,5.37C5.74,5.14,4.08,5.71,3.34,7s-.42,3,.93,4.86l.11.14-.11.14C2.92,14,2.6,15.71,3.34,17,4,18.1,5.27,18.68,7,18.68c.31,0,.63,0,1-.05l.18,0C9.09,20.7,10.44,22,12,22s2.91-1.3,3.81-3.4l.18,0c.34,0,.66.05,1,.05,1.77,0,3.07-.58,3.7-1.68.74-1.29.42-3-.93-4.86ZM5.07,8c.25-.44,1-.68,2-.68l.49,0a14.78,14.78,0,0,0-.35,1.87,15,15,0,0,0-1.45,1.25C5,9.44,4.78,8.5,5.07,8Zm0,8c-.29-.5,0-1.44.67-2.47a15,15,0,0,0,1.45,1.25,14.94,14.94,0,0,0,.35,1.88C6.3,16.74,5.36,16.5,5.07,16ZM12,4c.56,0,1.23.66,1.8,1.83a17.6,17.6,0,0,0-1.8.63,17.6,17.6,0,0,0-1.8-.63C10.77,4.66,11.44,4,12,4Zm0,16c-.56,0-1.23-.66-1.8-1.83a17.6,17.6,0,0,0,1.8-.63,17.6,17.6,0,0,0,1.8.63C13.23,19.34,12.56,20,12,20Zm2.93-6.31c-.46.32-.93.62-1.43.91s-1,.55-1.5.78q-.75-.35-1.5-.78c-.5-.29-1-.59-1.43-.91C9,13.15,9,12.59,9,12s0-1.15.07-1.69c.46-.32.93-.62,1.43-.91s1-.55,1.5-.78q.75.35,1.5.78c.5.29,1,.59,1.43.91,0,.54.07,1.1.07,1.69S15,13.15,14.93,13.69Zm4,2.31c-.29.5-1.23.75-2.47.66a14.94,14.94,0,0,0,.35-1.88,15,15,0,0,0,1.45-1.25C19,14.56,19.22,15.5,18.93,16Zm-.67-5.53a15,15,0,0,0-1.45-1.25,14.78,14.78,0,0,0-.35-1.87l.49,0c1,0,1.73.24,2,.68S19,9.44,18.26,10.47Z\"/></svg></li><li title=\"auto flash \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M17.87,8.6A1,1,0,0,0,17,8H12.42l1.27-4.74a1,1,0,0,0-.17-.87,1,1,0,0,0-.8-.39h-7a1,1,0,0,0-1,.74l-2.68,10a1,1,0,0,0,1,1.26H6.89L5.08,20.74a1,1,0,0,0,1.71.93l10.9-12A1,1,0,0,0,17.87,8.6ZM8.08,17.28l1.08-4A1,1,0,0,0,9,12.39,1,1,0,0,0,8.19,12H4.35L6.49,4h4.93L10.15,8.74a1,1,0,0,0,1,1.26h3.57ZM19,13H18a3,3,0,0,0-3,3v5a1,1,0,0,0,2,0V19h3v2a1,1,0,0,0,2,0V16A3,3,0,0,0,19,13Zm1,4H17V16a1,1,0,0,1,1-1h1a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"award alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,1A7,7,0,0,0,7,12.89V22a1,1,0,0,0,1.45.89L12,21.12l3.55,1.77A1,1,0,0,0,16,23a1,1,0,0,0,.53-.15A1,1,0,0,0,17,22V12.89A7,7,0,0,0,12,1Zm3,19.38-2.55-1.27a1,1,0,0,0-.9,0L9,20.38V14.32a7,7,0,0,0,2,.6V16a1,1,0,0,0,2,0V14.92a7,7,0,0,0,2-.6ZM12,13a5,5,0,1,1,5-5A5,5,0,0,1,12,13Z\"/></svg></li><li title=\"award \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M20.87,17.25l-2.71-4.68A6.9,6.9,0,0,0,19,9.25a7,7,0,0,0-14,0,6.9,6.9,0,0,0,.84,3.32L3.13,17.25A1,1,0,0,0,4,18.75l2.87,0,1.46,2.46a1,1,0,0,0,.18.22,1,1,0,0,0,.69.28h.14a1,1,0,0,0,.73-.49L12,17.9l1.93,3.35a1,1,0,0,0,.73.48h.14a1,1,0,0,0,.7-.28.87.87,0,0,0,.17-.21l1.46-2.46,2.87,0a1,1,0,0,0,.87-.5A1,1,0,0,0,20.87,17.25ZM9.19,18.78,8.3,17.29a1,1,0,0,0-.85-.49l-1.73,0,1.43-2.48a7,7,0,0,0,3.57,1.84ZM12,14.25a5,5,0,1,1,5-5A5,5,0,0,1,12,14.25Zm4.55,2.55a1,1,0,0,0-.85.49l-.89,1.49-1.52-2.65a7.06,7.06,0,0,0,3.56-1.84l1.43,2.48Z\"/></svg></li><li title=\"baby carriage \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19,16a3,3,0,1,0,3,3A3,3,0,0,0,19,16Zm0,4a1,1,0,1,1,1-1A1,1,0,0,1,19,20ZM9,16a3,3,0,1,0,3,3A3,3,0,0,0,9,16Zm0,4a1,1,0,1,1,1-1A1,1,0,0,1,9,20ZM22,8.5A6.51,6.51,0,0,0,15.5,2H15a1,1,0,0,0-1,1V8H7.52L6.27,4.65A1,1,0,0,0,5.33,4H3A1,1,0,0,0,3,6H4.64L5.89,9.37l0,0,.51,1.37,0,.09A6.44,6.44,0,0,0,12.5,15h3A6.49,6.49,0,0,0,22,8.5Zm-3.32,3.18A4.47,4.47,0,0,1,15.5,13h-3a4.47,4.47,0,0,1-4.16-2.8.14.14,0,0,1,0-.06L8.26,10H19.74A4.32,4.32,0,0,1,18.68,11.68ZM16,8V4A4.49,4.49,0,0,1,20,8Z\"/></svg></li><li title=\"backpack \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M13,10H11a1,1,0,0,0,0,2h2a1,1,0,0,0,0-2Zm5,0a4,4,0,0,0-3-3.86V5A3,3,0,0,0,9,5V6.14A4,4,0,0,0,6,10a4,4,0,0,0-4,4v3a3,3,0,0,0,3,3H6.18A3,3,0,0,0,9,22h6a3,3,0,0,0,2.82-2H19a3,3,0,0,0,3-3V14A4,4,0,0,0,18,10ZM6,18H5a1,1,0,0,1-1-1V14a2,2,0,0,1,2-2ZM11,5a1,1,0,0,1,2,0V6H11Zm5,14a1,1,0,0,1-1,1H9a1,1,0,0,1-1-1V18a2,2,0,0,1,2-2h4a2,2,0,0,1,2,2Zm0-4.44A3.91,3.91,0,0,0,14,14H10a3.91,3.91,0,0,0-2,.56V10a2,2,0,0,1,2-2h4a2,2,0,0,1,2,2ZM20,17a1,1,0,0,1-1,1H18V12a2,2,0,0,1,2,2Z\"/></svg></li><li title=\"backspace \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19,5H9.83a3,3,0,0,0-2.12.88L2.29,11.29a1,1,0,0,0,0,1.42l5.42,5.41A3,3,0,0,0,9.83,19H19a3,3,0,0,0,3-3V8A3,3,0,0,0,19,5Zm1,11a1,1,0,0,1-1,1H9.83a1.05,1.05,0,0,1-.71-.29L4.41,12,9.12,7.29A1.05,1.05,0,0,1,9.83,7H19a1,1,0,0,1,1,1ZM16.71,9.29a1,1,0,0,0-1.42,0L14,10.59l-1.29-1.3a1,1,0,0,0-1.42,1.42L12.59,12l-1.3,1.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L14,13.41l1.29,1.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L15.41,12l1.3-1.29A1,1,0,0,0,16.71,9.29Z\"/></svg></li><li title=\"backward \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M20.67,5.85a2.63,2.63,0,0,0-2.67,0L14,8.15h0a2.67,2.67,0,0,0-4-2.31L3.33,9.69a2.67,2.67,0,0,0,0,4.62L10,18.16a2.66,2.66,0,0,0,2.67,0A2.65,2.65,0,0,0,14,15.85h0l4,2.31a2.69,2.69,0,0,0,1.33.36,2.61,2.61,0,0,0,1.34-.37A2.63,2.63,0,0,0,22,15.85V8.15A2.63,2.63,0,0,0,20.67,5.85ZM12,15.85a.66.66,0,0,1-.33.58.69.69,0,0,1-.67,0L4.33,12.58a.67.67,0,0,1,0-1.16L11,7.57a.67.67,0,0,1,.67,0,.66.66,0,0,1,.33.58Zm8,0a.67.67,0,0,1-1,.57l-5-2.88V10.46l5-2.88a.67.67,0,0,1,1,.57Z\"/></svg></li><li title=\"bag alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19,6.5H16v-1a3,3,0,0,0-3-3H11a3,3,0,0,0-3,3v1H5a3,3,0,0,0-3,3v9a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3v-9A3,3,0,0,0,19,6.5Zm-9-1a1,1,0,0,1,1-1h2a1,1,0,0,1,1,1v1H10Zm10,13a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V13a21.71,21.71,0,0,0,8,1.53A21.75,21.75,0,0,0,20,13Zm0-7.69a19.89,19.89,0,0,1-16,0V9.5a1,1,0,0,1,1-1H19a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"bag slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M19,6H16V5a2,2,0,0,0-2-2H10a1.86,1.86,0,0,0-.61.1,1,1,0,0,0-.64,1.27A1,1,0,0,0,10,5h4V6H12.66a1,1,0,0,0,0,2H19a1,1,0,0,1,1,1v1.28l-2.57.86a1,1,0,0,0-.63,1.27,1,1,0,0,0,.95.68,1.19,1.19,0,0,0,.32-.05L20,12.39v2.95a1,1,0,1,0,2,0V9A3,3,0,0,0,19,6ZM3.71,2.29A1,1,0,0,0,2.29,3.71L4.62,6A3,3,0,0,0,2,9v9a3,3,0,0,0,3,3H19a3.07,3.07,0,0,0,.53-.06l.76.77a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42ZM4,9A1,1,0,0,1,5,8H6.59l4,4H9.16L4,10.28ZM5,19a1,1,0,0,1-1-1V12.39L8.68,14A1.19,1.19,0,0,0,9,14h3.59l5,5Z\"/></svg></li><li title=\"bag \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19,6H16V5a2,2,0,0,0-2-2H10A2,2,0,0,0,8,5V6H5A3,3,0,0,0,2,9v9a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V9A3,3,0,0,0,19,6ZM10,5h4V6H10ZM20,18a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V12.39L8.68,14A1.19,1.19,0,0,0,9,14h6a1.19,1.19,0,0,0,.32-.05L20,12.39Zm0-7.72L14.84,12H9.16L4,10.28V9A1,1,0,0,1,5,8H19a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"balance scale \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M22.96423,13.82263a.94762.94762,0,0,0-.02819-.17419L20.63135,7.51135A2.99558,2.99558,0,0,0,22,5a1,1,0,0,0-2,0,1.00037,1.00037,0,0,1-1.88184.47266A2.8934,2.8934,0,0,0,15.54,4H13V3a1,1,0,0,0-2,0V4H8.46A2.8934,2.8934,0,0,0,5.88184,5.47266,1.00037,1.00037,0,0,1,4,5,1,1,0,0,0,2,5,2.99558,2.99558,0,0,0,3.36865,7.51135L1.064,13.64844a.94762.94762,0,0,0-.02819.17419A.94855.94855,0,0,0,1,14c0,.00928.00269.01782.00275.0271.0003.01318.003.02533.0039.03845a3.99379,3.99379,0,0,0,7.9867,0c.00085-.01312.0036-.02527.0039-.03845C8.99731,14.01782,9,14.00928,9,14a.94855.94855,0,0,0-.03577-.17737.94762.94762,0,0,0-.02819-.17419L6.62866,7.50421A2.98961,2.98961,0,0,0,7.64258,6.41992.917.917,0,0,1,8.46,6H11V20H8a1,1,0,0,0,0,2h8a1,1,0,0,0,0-2H13V6h2.54a.917.917,0,0,1,.81738.41992,2.98961,2.98961,0,0,0,1.01392,1.08429L15.064,13.64844a.94762.94762,0,0,0-.02819.17419A.94855.94855,0,0,0,15,14c0,.00928.00269.01782.00275.0271.0003.01318.003.02533.0039.03845a3.99379,3.99379,0,0,0,7.9867,0c.00085-.01312.0036-.02527.0039-.03845C22.99731,14.01782,23,14.00928,23,14A.94855.94855,0,0,0,22.96423,13.82263ZM5,8.85553,6.5564,13H3.4436ZM6.72266,15A2.02306,2.02306,0,0,1,5,16a2.00023,2.00023,0,0,1-1.73145-1ZM19,8.85553,20.5564,13H17.4436ZM19,16a2.00023,2.00023,0,0,1-1.73145-1h3.45411A2.02306,2.02306,0,0,1,19,16Z\"/></svg></li><li title=\"ban \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,0,1-8-8A7.92,7.92,0,0,1,5.69,7.1L16.9,18.31A7.92,7.92,0,0,1,12,20Zm6.31-3.1L7.1,5.69A7.92,7.92,0,0,1,12,4a8,8,0,0,1,8,8A7.92,7.92,0,0,1,18.31,16.9Z\"/></svg></li><li title=\"band aid \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M8.82,11.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.41,0,1,1,0,0,0,0-1.42A1,1,0,0,0,8.82,11.29Zm2.47,2.48a1,1,0,0,0,0,1.41,1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.41A1,1,0,0,0,11.29,13.77Zm9-10A6,6,0,0,0,12,3.55a6,6,0,0,0-8.24.2h0A6,6,0,0,0,3.57,12,6,6,0,0,0,8,22a5.92,5.92,0,0,0,4-1.55,6,6,0,0,0,8.25-.2A6,6,0,0,0,20.43,12,6,6,0,0,0,20.25,3.75ZM18.83,5.17A4,4,0,0,1,19,10.56L13.44,5A4.07,4.07,0,0,1,18.83,5.17ZM5.17,18.83A4,4,0,0,1,5,13.44l5.6,5.6A4.08,4.08,0,0,1,5.17,18.83Zm13.66,0a4.08,4.08,0,0,1-5.64,0l-8-8a4,4,0,0,1,0-5.64h0a4,4,0,0,1,5.64,0l8,8A4,4,0,0,1,18.83,18.83Zm-5.06-7.54a1,1,0,0,0,0,1.42,1,1,0,0,0,1.41,0,1,1,0,0,0,0-1.42A1,1,0,0,0,13.77,11.29ZM11.29,8.82a1,1,0,0,0,0,1.41,1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.41A1,1,0,0,0,11.29,8.82Z\"/></svg></li><li title=\"bars \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M3,8H21a1,1,0,0,0,0-2H3A1,1,0,0,0,3,8Zm18,8H3a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2Zm0-5H3a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"baseball ball \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M13.92188,6.44043a1.00009,1.00009,0,0,0-1.70313,1.04883q.26514.4292.56543.84375a.99994.99994,0,0,0,1.61914-1.17383Q14.147,6.80616,13.92188,6.44043Zm-2.7295,9.22168A1,1,0,1,0,9.583,16.84961c.16992.22949.32715.4668.47558.709a1.0004,1.0004,0,1,0,1.70508-1.04687C11.58594,16.22266,11.39551,15.93848,11.19238,15.66211Zm-3.707-3.42871a.99989.99989,0,0,0-1.04492,1.70508q.36329.22264.71289.47851A1.00029,1.00029,0,1,0,8.33105,12.7998Q7.91651,12.498,7.48535,12.2334Zm10.06055-2.167q-.36475-.22413-.71582-.4795a1.0003,1.0003,0,0,0-1.17774,1.61719q.41456.30176.84668.56738a1.0004,1.0004,0,1,0,1.04688-1.70507ZM18.99219,5.001a9.90088,9.90088,0,1,0,0,14.001A9.91268,9.91268,0,0,0,18.99219,5.001ZM17.71875,17.72852a8.02918,8.02918,0,0,1-4.51563,2.27374.97071.97071,0,0,0-1.74633.07324,8.0616,8.0616,0,0,1-7.535-7.53155.97507.97507,0,0,0,.07282-1.74714,8.0395,8.0395,0,0,1,6.78479-6.79174.99669.99669,0,0,0,.85632.49786,1.02809,1.02809,0,0,0,.22949-.02637.98194.98194,0,0,0,.65912-.54583,8.05437,8.05437,0,0,1,7.53772,7.53869.97244.97244,0,0,0-.07385,1.74085A8.046,8.046,0,0,1,17.71875,17.72852Z\"/></svg></li><li title=\"basketball hoop \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M18,10H6a1,1,0,0,0,0,2H7v9a1,1,0,0,0,2,0V20h2v1a1,1,0,0,0,2,0V20h2v1a1,1,0,0,0,2,0V12h1a1,1,0,0,0,0-2Zm-7,8H9V16h2Zm0-4H9V12h2Zm4,4H13V16h2Zm0-4H13V12h2ZM20,2H4A3,3,0,0,0,1,5v8a3,3,0,0,0,3,3,1,1,0,0,0,0-2,1,1,0,0,1-1-1V5A1,1,0,0,1,4,4H20a1,1,0,0,1,1,1v8a1,1,0,0,1-1,1,1,1,0,0,0,0,2,3,3,0,0,0,3-3V5A3,3,0,0,0,20,2ZM14,8a1,1,0,0,0,0-2H10a1,1,0,0,0,0,2Z\"/></svg></li><li title=\"basketball \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10,0,0,0,3.6,6.59l0,0A10,10,0,0,0,18.26,19.79l0,0A10,10,0,0,0,12,2Zm2,2.26A8,8,0,0,1,19.74,10,9.78,9.78,0,0,0,15,11.38a15.7,15.7,0,0,0-2.4-2.21A10.06,10.06,0,0,0,14,4.26ZM12,4a7.9,7.9,0,0,1-1.14,4.07c-.15-.08-.29-.17-.44-.24A15.52,15.52,0,0,0,6.33,6.36,8,8,0,0,1,12,4ZM5,8.16A13.75,13.75,0,0,1,9.49,9.6l.13.08A7.93,7.93,0,0,1,4,12,8,8,0,0,1,5,8.16Zm5,11.58A8,8,0,0,1,4.26,14a9.9,9.9,0,0,0,7.08-3.21,14,14,0,0,1,2,1.8A10,10,0,0,0,10,19.74ZM12,20a8,8,0,0,1,2.56-5.85c.06.08.12.15.17.23a14,14,0,0,1,1.84,4.18A7.93,7.93,0,0,1,12,20Zm6.21-3a16,16,0,0,0-1.8-3.75L16.2,13A7.93,7.93,0,0,1,20,12,8,8,0,0,1,18.21,17Z\"/></svg></li><li title=\"bath \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M22,12H5V6.41016A1.97474,1.97474,0,0,1,6.04,4.65137a1.99474,1.99474,0,0,1,1.14764-.2312,3.49114,3.49114,0,0,0,.83771,3.55444L9.08594,9.03516a.99965.99965,0,0,0,1.41406,0L14.03516,5.5a.99964.99964,0,0,0,0-1.41406L12.97461,3.02539a3.494,3.494,0,0,0-4.52972-.34253A3.99247,3.99247,0,0,0,3,6.41016V12H2a1,1,0,0,0,0,2H3v3a2.995,2.995,0,0,0,2,2.81567V21a1,1,0,0,0,2,0V20H17v1a1,1,0,0,0,2,0V19.81573A2.99507,2.99507,0,0,0,21,17V14h1a1,1,0,0,0,0-2ZM9.43945,4.43945a1.50184,1.50184,0,0,1,2.1211,0l.35351.35352L9.793,6.91406l-.35352-.35351A1.50123,1.50123,0,0,1,9.43945,4.43945ZM19,17a1.00067,1.00067,0,0,1-1,1H6a1.00067,1.00067,0,0,1-1-1V14H19Z\"/></svg></li><li title=\"battery bolt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M6.69,15H4V9H6.31a1,1,0,0,0,0-2H4A2,2,0,0,0,2,9v6a2,2,0,0,0,2,2H6.69a1,1,0,1,0,0-2Zm7.2-2.56a1.27,1.27,0,0,0,.06-.18,1.42,1.42,0,0,0,0-.2s0,0,0-.06,0-.08,0-.12a.65.65,0,0,0-.05-.2.89.89,0,0,0-.08-.17.86.86,0,0,0-.1-.16l-.16-.13-.09-.09-.06,0-.18-.06-.2,0H9.73l1.45-2.5a1,1,0,1,0-1.74-1l-2.31,4s0,0,0,.06a1.27,1.27,0,0,0-.06.18,1.42,1.42,0,0,0,0,.2S7,12,7,12s0,.08,0,.12a.65.65,0,0,0,.05.2.89.89,0,0,0,.08.17.86.86,0,0,0,.1.16l.16.13a.76.76,0,0,0,.09.09l.07,0,.09,0A1,1,0,0,0,8,13h3.27L9.82,15.5a1,1,0,0,0,1.74,1l2.31-4S13.88,12.46,13.89,12.44ZM21,10a1,1,0,0,0-1,1v2a1,1,0,0,0,2,0V11A1,1,0,0,0,21,10ZM17,7H14.31a1,1,0,0,0,0,2H17v6H14.69a1,1,0,1,0,0,2H17a2,2,0,0,0,2-2V9A2,2,0,0,0,17,7Z\"/></svg></li><li title=\"battery empty \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M17,7H4A2,2,0,0,0,2,9v6a2,2,0,0,0,2,2H17a2,2,0,0,0,2-2V9A2,2,0,0,0,17,7Zm0,8H4V9H17Zm4-5a1,1,0,0,0-1,1v2a1,1,0,0,0,2,0V11A1,1,0,0,0,21,10Z\"/></svg></li><li title=\"bed double \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M20,3.5H4a3,3,0,0,0-3,3v13a1,1,0,0,0,1,1H6a1,1,0,0,0,.83-.45L8.54,17.5h6.92l1.71,2.55a1,1,0,0,0,.83.45h4a1,1,0,0,0,1-1V6.5A3,3,0,0,0,20,3.5Zm1,15H18.54L16.83,16A1,1,0,0,0,16,15.5H8a1,1,0,0,0-.83.45L5.46,18.5H3v-5H21Zm-14-7v-1a1,1,0,0,1,1-1h2a1,1,0,0,1,1,1v1Zm6,0v-1a1,1,0,0,1,1-1h2a1,1,0,0,1,1,1v1Zm8,0H19v-1a3,3,0,0,0-3-3H14a3,3,0,0,0-2,.78,3,3,0,0,0-2-.78H8a3,3,0,0,0-3,3v1H3v-5a1,1,0,0,1,1-1H20a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"bed \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M7,12.5a3,3,0,1,0-3-3A3,3,0,0,0,7,12.5Zm0-4a1,1,0,1,1-1,1A1,1,0,0,1,7,8.5Zm13-2H12a1,1,0,0,0-1,1v6H3v-8a1,1,0,0,0-2,0v13a1,1,0,0,0,2,0v-3H21v3a1,1,0,0,0,2,0v-9A3,3,0,0,0,20,6.5Zm1,7H13v-5h7a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"behance alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M22.1084,15.03169a.99748.99748,0,0,0-1.21582.72265,2.99839,2.99839,0,0,1-5.90088-.7539v-1h7a.99974.99974,0,0,0,1-1,5,5,0,1,0-10,0v2a4.99837,4.99837,0,0,0,9.83935,1.24609A.999.999,0,0,0,22.1084,15.03169Zm-4.1167-5.03125a3.01119,3.01119,0,0,1,2.11816.87207,3.04438,3.04438,0,0,1,.69867,1.12793H15.176A2.99509,2.99509,0,0,1,17.9917,10.00044Zm-2-3h4a1,1,0,0,0,0-2h-4a1,1,0,0,0,0,2Zm-6.082,4.71716a3.98653,3.98653,0,0,0-2.918-6.71716h-5a.99973.99973,0,0,0-1,1v13a.99974.99974,0,0,0,1,1h5.5a4.492,4.492,0,0,0,2.418-8.28284ZM2.9917,7.00044h4a2,2,0,1,1,0,4h-4Zm4.5,11h-4.5v-5h4.5a2.5,2.5,0,0,1,0,5Z\"/></svg></li><li title=\"behance \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M20.07,6.35H15V7.76h5.09ZM19,16.05a2.23,2.23,0,0,1-1.3.37A2.23,2.23,0,0,1,16,15.88a2.49,2.49,0,0,1-.62-1.76H22a6.47,6.47,0,0,0-.17-2,5.08,5.08,0,0,0-.8-1.73,4.17,4.17,0,0,0-1.42-1.21,4.37,4.37,0,0,0-2-.45,4.88,4.88,0,0,0-1.9.37,4.51,4.51,0,0,0-1.47,1,4.4,4.4,0,0,0-.95,1.52,5.4,5.4,0,0,0-.33,1.91,5.52,5.52,0,0,0,.32,1.94A4.46,4.46,0,0,0,14.16,17a4,4,0,0,0,1.46,1,5.2,5.2,0,0,0,1.94.34,4.77,4.77,0,0,0,2.64-.7,4.21,4.21,0,0,0,1.63-2.35H19.62A1.54,1.54,0,0,1,19,16.05Zm-3.43-4.12a1.87,1.87,0,0,1,1-1.14,2.28,2.28,0,0,1,1-.2,1.73,1.73,0,0,1,1.36.49,2.91,2.91,0,0,1,.63,1.45H15.41A3,3,0,0,1,15.52,11.93Zm-5.29-.48a3.06,3.06,0,0,0,1.28-1,2.72,2.72,0,0,0,.43-1.58,3.28,3.28,0,0,0-.29-1.48,2.4,2.4,0,0,0-.82-1,3.24,3.24,0,0,0-1.27-.52,7.54,7.54,0,0,0-1.64-.16H2V18.29H8.1a6.55,6.55,0,0,0,1.65-.21,4.55,4.55,0,0,0,1.43-.65,3.13,3.13,0,0,0,1-1.14,3.41,3.41,0,0,0,.37-1.65,3.47,3.47,0,0,0-.57-2A3,3,0,0,0,10.23,11.45ZM4.77,7.86H7.36a4.17,4.17,0,0,1,.71.06,1.64,1.64,0,0,1,.61.22,1.05,1.05,0,0,1,.42.44,1.42,1.42,0,0,1,.16.72,1.36,1.36,0,0,1-.47,1.15,2,2,0,0,1-1.22.35H4.77ZM9.61,15.3a1.28,1.28,0,0,1-.45.5,2,2,0,0,1-.65.26,3.33,3.33,0,0,1-.78.08h-3V12.69h3a2.4,2.4,0,0,1,1.45.41,1.65,1.65,0,0,1,.54,1.39A1.77,1.77,0,0,1,9.61,15.3Z\"/></svg></li><li title=\"bell school \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M21,8a2,2,0,1,0-2.27,2,4.49,4.49,0,0,1-3,5.85,3,3,0,0,0-1.3-1.43,7,7,0,1,0-10.9,0A3,3,0,0,0,2,17v1a3,3,0,0,0,3,3h8a3,3,0,0,0,3-3v-.19a6.47,6.47,0,0,0,4.58-8.59A2,2,0,0,0,21,8ZM14,18a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V17a1,1,0,0,1,1-1h.41a6.94,6.94,0,0,0,7.18,0H13a1,1,0,0,1,1,1ZM9,15a5,5,0,1,1,5-5A5,5,0,0,1,9,15ZM9,9a1,1,0,1,0,1,1A1,1,0,0,0,9,9Z\"/></svg></li><li title=\"bell slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M11.07,6.12A3.48,3.48,0,0,1,12,6a4,4,0,0,1,4,4v1.34a1,1,0,0,0,2,0V10a6,6,0,0,0-5-5.91V3a1,1,0,0,0-2,0V4.1l-.45.08a1,1,0,0,0,.52,1.94ZM21.71,20.29l-18-18A1,1,0,0,0,2.29,3.71L6.41,7.82A6,6,0,0,0,6,10v3.18A3,3,0,0,0,4,16v2a1,1,0,0,0,1,1H8.14a4,4,0,0,0,7.72,0h1.73l2.7,2.71a1,1,0,0,0,1.42,0A1,1,0,0,0,21.71,20.29ZM8,10a3.31,3.31,0,0,1,0-.55L11.59,13H8Zm4,10a2,2,0,0,1-1.72-1h3.44A2,2,0,0,1,12,20ZM6,17V16a1,1,0,0,1,1-1h6.59l2,2Z\"/></svg></li><li title=\"bell \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M18,13.18V10a6,6,0,0,0-5-5.91V3a1,1,0,0,0-2,0V4.09A6,6,0,0,0,6,10v3.18A3,3,0,0,0,4,16v2a1,1,0,0,0,1,1H8.14a4,4,0,0,0,7.72,0H19a1,1,0,0,0,1-1V16A3,3,0,0,0,18,13.18ZM8,10a4,4,0,0,1,8,0v3H8Zm4,10a2,2,0,0,1-1.72-1h3.44A2,2,0,0,1,12,20Zm6-3H6V16a1,1,0,0,1,1-1H17a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"bill \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M9.5,10.5H12a1,1,0,0,0,0-2H11V8A1,1,0,0,0,9,8v.55a2.5,2.5,0,0,0,.5,4.95h1a.5.5,0,0,1,0,1H8a1,1,0,0,0,0,2H9V17a1,1,0,0,0,2,0v-.55a2.5,2.5,0,0,0-.5-4.95h-1a.5.5,0,0,1,0-1ZM21,12H18V3a1,1,0,0,0-.5-.87,1,1,0,0,0-1,0l-3,1.72-3-1.72a1,1,0,0,0-1,0l-3,1.72-3-1.72a1,1,0,0,0-1,0A1,1,0,0,0,2,3V19a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V13A1,1,0,0,0,21,12ZM5,20a1,1,0,0,1-1-1V4.73L6,5.87a1.08,1.08,0,0,0,1,0l3-1.72,3,1.72a1.08,1.08,0,0,0,1,0l2-1.14V19a3,3,0,0,0,.18,1Zm15-1a1,1,0,0,1-2,0V14h2Z\"/></svg></li><li title=\"bing \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M10.1,8.6l1.7,4.3l2.8,1.3L9,17.5V3.4L5,2v17.8L9,22l10-5.8v-4.5L10.1,8.6z\"/></svg></li><li title=\"bitcoin alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M16.30426,11.24115A3.99779,3.99779,0,0,0,12.9917,5.002v-1a1,1,0,1,0-2,0v1h-2v-1a1,1,0,1,0-2,0v1h-1a1,1,0,0,0,0,2h1v10h-1a1,1,0,0,0,0,2h1v1a1,1,0,0,0,2,0v-1h2v1a1,1,0,0,0,2,0v-1h2a3.98966,3.98966,0,0,0,1.31256-7.7608ZM8.9917,7.002h4a2,2,0,0,1,0,4h-4Zm6,10h-6v-4h6a2,2,0,1,1,0,4Z\"/></svg></li><li title=\"bitcoin circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,1A11,11,0,1,0,23,12,11,11,0,0,0,12,1Zm0,20a9,9,0,1,1,9-9A9,9,0,0,1,12,21ZM14,7V6a1,1,0,0,0-2,0V7H11V6A1,1,0,0,0,9,6V7H8A1,1,0,0,0,8,9H9v6H8a1,1,0,0,0,0,2H9v1a1,1,0,0,0,2,0V17h1v1a1,1,0,0,0,2,0V17a3,3,0,0,0,3-3,3,3,0,0,0-.77-2A3,3,0,0,0,17,10,3,3,0,0,0,14,7Zm0,8H11V13h3a1,1,0,0,1,0,2Zm0-4H11V9h3a1,1,0,0,1,0,2Z\"/></svg></li><li title=\"bitcoin sign \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19,9a4,4,0,0,0-4-4V3a1,1,0,0,0-2,0V5H11V3A1,1,0,0,0,9,3V5H6A1,1,0,0,0,6,7H7V17H6a1,1,0,0,0,0,2H9v2a1,1,0,0,0,2,0V19h2v2a1,1,0,0,0,2,0V19a4,4,0,0,0,2.62-7A4,4,0,0,0,19,9Zm-4,8H9V13h6a2,2,0,0,1,0,4Zm0-6H9V7h6a2,2,0,0,1,0,4Z\"/></svg></li><li title=\"bitcoin \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g id=\"Archway\"><path d=\"M11.136,12.11664l-.59577,2.41528c.73542.18469,3.00373.92127,3.33893-.44122C14.22961,12.66974,11.8714,12.30225,11.136,12.11664Zm.81262-3.29621-.5401,2.19056c.61243.15442,2.5003.78405,2.80621-.45526C14.53339,9.26294,12.5611,8.97479,11.94867,8.82043ZM12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm4.358,8.57538a1.74286,1.74286,0,0,1-1.38525,1.611,1.93285,1.93285,0,0,1,.99682,2.66089c-.58551,1.69214-1.97662,1.835-3.82653,1.48089l-.449,1.81971-1.08484-.27344.44312-1.79529c-.28119-.07062-.56855-.14563-.86457-.22687L9.7431,17.65594l-1.08362-.27343.449-1.82312c-.25342-.06562-.5108-.13532-.77344-.20185l-1.41174-.35595.53857-1.25592s.79932.215.78852.19909a.39446.39446,0,0,0,.49719-.26062L9.965,8.74634a.583.583,0,0,0-.5055-.63812c.017-.01154-.788-.19812-.788-.19812l.28863-1.17188,1.4961.37781L10.455,7.1217c.22491.05652.45666.11029.69275.16468l.44464-1.80188,1.08423.27343L12.241,7.52448c.29107.06719.584.135.8692.2069l.43255-1.755,1.0849.27344-.44433,1.80249C15.553,8.52948,16.55475,9.24481,16.358,10.57538Z\"/></g></svg></li><li title=\"black berry \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2ZM7.19,13.35H5.27l.52-2.41H7.63c1.2,0,1.48.58,1.48,1.05C9.11,12.64,8.68,13.35,7.19,13.35Zm.66-3.64H5.94L6.46,7.3H8.3c1.19,0,1.47.59,1.47,1C9.77,9,9.35,9.71,7.85,9.71Zm3.75,7.43H9.68l.53-2.42h1.84c1.19,0,1.47.59,1.47,1.06C13.52,16.43,13.1,17.14,11.6,17.14Zm.71-3.79H10.4l.52-2.41h1.84c1.19,0,1.47.58,1.47,1.05C14.23,12.64,13.81,13.35,12.31,13.35ZM13,9.71H11.06l.52-2.41h1.84c1.2,0,1.48.59,1.48,1C14.9,9,14.47,9.71,13,9.71Zm3.74,5.61H14.81l.52-2.42h1.84c1.19,0,1.48.59,1.48,1.06C18.65,14.61,18.22,15.32,16.72,15.32Zm.72-3.44H15.52L16,9.46h1.84c1.2,0,1.48.59,1.48,1C19.36,11.17,18.93,11.88,17.44,11.88Z\"/></svg></li><li title=\"blogger alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M13.99121,13.00044h-4a1,1,0,0,0,0,2h4a1,1,0,0,0,0-2Zm-4-2h1a1,1,0,0,0,0-2h-1a1,1,0,0,0,0,2Zm6-1.001v-.999a4.004,4.004,0,0,0-4-4h-2a5.00589,5.00589,0,0,0-5,5v4a5.00589,5.00589,0,0,0,5,5h4a5.00589,5.00589,0,0,0,5-5v-1A3.00474,3.00474,0,0,0,15.99121,9.99946Zm0,.001v.001l-1-.001Zm1,4a3.00328,3.00328,0,0,1-3,3h-4a3.00328,3.00328,0,0,1-3-3v-4a3.00328,3.00328,0,0,1,3-3h2a2.0026,2.0026,0,0,1,2,2v1a2.0026,2.0026,0,0,0,2,2,1.00067,1.00067,0,0,1,1,1Zm3-13h-16a3.00328,3.00328,0,0,0-3,3v16a3.00328,3.00328,0,0,0,3,3h16a3.00328,3.00328,0,0,0,3-3v-16A3.00328,3.00328,0,0,0,19.99121,1.00044Zm1,19a1.00067,1.00067,0,0,1-1,1h-16a1.00067,1.00067,0,0,1-1-1v-16a1.00067,1.00067,0,0,1,1-1h16a1.00067,1.00067,0,0,1,1,1Z\"/></svg></li><li title=\"blogger \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M9.71008,10.46008h2.23883a.77084.77084,0,1,0,0-1.54168H9.71008a.77084.77084,0,1,0,0,1.54168Zm9.71826-8.45837H4.555A2.57277,2.57277,0,0,0,1.9917,4.56506V19.43829A2.57278,2.57278,0,0,0,4.555,22.00171H19.42822a2.57268,2.57268,0,0,0,2.56348-2.56329V4.56506A2.57267,2.57267,0,0,0,19.42834,2.00171ZM18.35577,11.6795l-.01965,2.67542a4.0515,4.0515,0,0,1-4.03857,4.02179h-4.639a4.04922,4.04922,0,0,1-4.04181-4.0249V9.65747A4.05258,4.05258,0,0,1,9.65851,5.62671h2.82373a4.45954,4.45954,0,0,1,3.1203,2.19971,3.15646,3.15646,0,0,1,.36182,1.36767c.06738.50556.10284.88123.33007,1.08942.31934.28949,1.50727.09448,1.74219.27844l.17883.13983.10889.22168.036.17755Zm-4.097,1.8639H9.71008a.75035.75035,0,1,0,0,1.5h4.54871a.75024.75024,0,1,0,0-1.5Z\"/></svg></li><li title=\"bluetooth b \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M13.41,12l3.8-3.79a1,1,0,0,0,0-1.42l-4.5-4.5a1,1,0,0,0-.33-.21,1,1,0,0,0-.76,0,1,1,0,0,0-.54.54A1,1,0,0,0,11,3V9.59L8.21,6.79A1,1,0,1,0,6.79,8.21L10.59,12l-3.8,3.79a1,1,0,1,0,1.42,1.42L11,14.41V21a1,1,0,0,0,.08.38,1,1,0,0,0,.54.54.94.94,0,0,0,.76,0,1,1,0,0,0,.33-.21l4.5-4.5a1,1,0,0,0,0-1.42ZM13,5.41,15.09,7.5,13,9.59Zm0,13.18V14.41l2.09,2.09Z\"/></svg></li><li title=\"bold \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M16.5,9.5A3.5,3.5,0,0,0,13,6H8.5a1,1,0,0,0-1,1V17a1,1,0,0,0,1,1H13a3.49,3.49,0,0,0,2.44-6A3.5,3.5,0,0,0,16.5,9.5ZM13,16H9.5V13H13a1.5,1.5,0,0,1,0,3Zm0-5H9.5V8H13a1.5,1.5,0,0,1,0,3Z\"/></svg></li><li title=\"bolt alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19.89,9.55A1,1,0,0,0,19,9H14V3a1,1,0,0,0-.69-1,1,1,0,0,0-1.12.36l-8,11a1,1,0,0,0-.08,1A1,1,0,0,0,5,15h5v6a1,1,0,0,0,.69.95A1.12,1.12,0,0,0,11,22a1,1,0,0,0,.81-.41l8-11A1,1,0,0,0,19.89,9.55ZM12,17.92V14a1,1,0,0,0-1-1H7l5-6.92V10a1,1,0,0,0,1,1h4Z\"/></svg></li><li title=\"bolt slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M8.67,4.23A1,1,0,0,0,9.6,4h5.1L13.43,8.74a1,1,0,0,0,.17.87,1,1,0,0,0,.79.39H18l-1.13,1.24a1,1,0,0,0,.07,1.41,1,1,0,0,0,.67.26,1,1,0,0,0,.74-.33L21,9.67A1,1,0,0,0,20.23,8H15.69L17,3.26a1,1,0,0,0-.18-.87A1,1,0,0,0,16,2H9a1,1,0,0,0-1,.74L8,3A1,1,0,0,0,8.67,4.23Zm13,16.06-18-18A1,1,0,0,0,2.29,3.71L6.61,8,5.35,12.74a1,1,0,0,0,.18.87,1,1,0,0,0,.79.39h3.84L8.35,20.74a1,1,0,0,0,.49,1.14,1,1,0,0,0,.48.12,1,1,0,0,0,.74-.33l4.85-5.34,5.38,5.38a1,1,0,0,0,1.42,0A1,1,0,0,0,21.71,20.29ZM7.62,12l.63-2.34L10.59,12Zm3.73,5.28,1-3.56,1.2,1.19Z\"/></svg></li><li title=\"bolt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19.87,8.6A1,1,0,0,0,19,8H14.42l1.27-4.74a1,1,0,0,0-.17-.87A1,1,0,0,0,14.73,2h-7a1,1,0,0,0-1,.74l-2.68,10a1,1,0,0,0,.17.87,1,1,0,0,0,.8.39H8.89L7.08,20.74a1,1,0,0,0,1.71.93l10.9-12A1,1,0,0,0,19.87,8.6Zm-9.79,8.68,1.07-4a1,1,0,0,0-.17-.87,1,1,0,0,0-.79-.39H6.35L8.49,4h4.93L12.15,8.74a1,1,0,0,0,1,1.26h3.57Z\"/></svg></li><li title=\"book alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M18,2H8A4,4,0,0,0,4,6V18a4,4,0,0,0,4,4H18a2,2,0,0,0,2-2V4A2,2,0,0,0,18,2ZM6,6A2,2,0,0,1,8,4H18V14H8a3.91,3.91,0,0,0-2,.56ZM8,20a2,2,0,0,1,0-4H18v4ZM10,8h4a1,1,0,0,0,0-2H10a1,1,0,0,0,0,2Z\"/></svg></li><li title=\"book medical \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M13,9H11V7A1,1,0,0,0,9,7V9H7a1,1,0,0,0,0,2H9v2a1,1,0,0,0,2,0V11h2a1,1,0,0,0,0-2Zm5,6V5a3,3,0,0,0-3-3H5A3,3,0,0,0,2,5V15a3,3,0,0,0,3,3H15A3,3,0,0,0,18,15ZM4,15V5A1,1,0,0,1,5,4H15a1,1,0,0,1,1,1V15a1,1,0,0,1-1,1H5A1,1,0,0,1,4,15ZM21,6a1,1,0,0,0-1,1V17a3,3,0,0,1-3,3H7a1,1,0,0,0,0,2H17a5,5,0,0,0,5-5V7A1,1,0,0,0,21,6Z\"/></svg></li><li title=\"book open \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21.17,2.06A13.1,13.1,0,0,0,19,1.87a12.94,12.94,0,0,0-7,2.05,12.94,12.94,0,0,0-7-2,13.1,13.1,0,0,0-2.17.19,1,1,0,0,0-.83,1v12a1,1,0,0,0,1.17,1,10.9,10.9,0,0,1,8.25,1.91l.12.07.11,0a.91.91,0,0,0,.7,0l.11,0,.12-.07A10.9,10.9,0,0,1,20.83,16a1,1,0,0,0,1.17-1v-12A1,1,0,0,0,21.17,2.06ZM11,15.35a12.87,12.87,0,0,0-6-1.48c-.33,0-.66,0-1,0v-10a8.69,8.69,0,0,1,1,0,10.86,10.86,0,0,1,6,1.8Zm9-1.44c-.34,0-.67,0-1,0a12.87,12.87,0,0,0-6,1.48V5.67a10.86,10.86,0,0,1,6-1.8,8.69,8.69,0,0,1,1,0Zm1.17,4.15A13.1,13.1,0,0,0,19,17.87a12.94,12.94,0,0,0-7,2.05,12.94,12.94,0,0,0-7-2.05,13.1,13.1,0,0,0-2.17.19A1,1,0,0,0,2,19.21,1,1,0,0,0,3.17,20a10.9,10.9,0,0,1,8.25,1.91,1,1,0,0,0,1.16,0A10.9,10.9,0,0,1,20.83,20,1,1,0,0,0,22,19.21,1,1,0,0,0,21.17,18.06Z\"/></svg></li><li title=\"book reader \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M20.18,10.19A11.9,11.9,0,0,0,18,10c-.42,0-.83,0-1.24.08a5.91,5.91,0,0,0-1.91-1.65,3.81,3.81,0,0,0,1-2.57,3.86,3.86,0,0,0-7.72,0,3.81,3.81,0,0,0,1,2.57,6.11,6.11,0,0,0-1.91,1.64C6.83,10,6.42,10,6,10a11.9,11.9,0,0,0-2.18.21,1,1,0,0,0-.82,1v8.25a1,1,0,0,0,.36.77,1,1,0,0,0,.82.22A9.75,9.75,0,0,1,6,20.23a9.89,9.89,0,0,1,5.45,1.63h0l0,0,.13.05h0A1.09,1.09,0,0,0,12,22a.87.87,0,0,0,.28-.05l.07,0,.13-.05,0,0h0A9.89,9.89,0,0,1,18,20.23a9.75,9.75,0,0,1,1.82.18,1,1,0,0,0,.82-.22,1,1,0,0,0,.36-.77V11.17A1,1,0,0,0,20.18,10.19ZM12,4a1.86,1.86,0,0,1,0,3.71h0A1.86,1.86,0,0,1,12,4ZM11,19.33a11.92,11.92,0,0,0-5-1.1c-.33,0-.66,0-1,.05V12a9.63,9.63,0,0,1,2.52.05l.11,0A10,10,0,0,1,11,13.33Zm1-7.73a11.77,11.77,0,0,0-1.38-.68l-.06,0c-.33-.13-.66-.26-1-.36A4,4,0,0,1,12,9.69h0a4,4,0,0,1,2.44.85A12.43,12.43,0,0,0,12,11.6Zm7,6.68a11.6,11.6,0,0,0-6,1v-6a9.76,9.76,0,0,1,3.37-1.22l.2,0A9.39,9.39,0,0,1,19,12Z\"/></svg></li><li title=\"book \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M15,6H9A1,1,0,0,0,8,7v4a1,1,0,0,0,1,1h6a1,1,0,0,0,1-1V7A1,1,0,0,0,15,6Zm-1,4H10V8h4Zm3-8H5A1,1,0,0,0,4,3V21a1,1,0,0,0,1,1H17a3,3,0,0,0,3-3V5A3,3,0,0,0,17,2Zm1,17a1,1,0,0,1-1,1H6V4H17a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"bookmark full \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M18,2H6A1,1,0,0,0,5,3V21a1,1,0,0,0,1.65.76L12,17.27l5.29,4.44A1,1,0,0,0,18,22a.84.84,0,0,0,.38-.08A1,1,0,0,0,19,21V3A1,1,0,0,0,18,2ZM17,18.86,12.64,15.2a1,1,0,0,0-1.28,0L7,18.86V4H17Z\"/></svg></li><li title=\"bookmark \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M16,2H8A3,3,0,0,0,5,5V21a1,1,0,0,0,.5.87,1,1,0,0,0,1,0L12,18.69l5.5,3.18A1,1,0,0,0,18,22a1,1,0,0,0,.5-.13A1,1,0,0,0,19,21V5A3,3,0,0,0,16,2Zm1,17.27-4.5-2.6a1,1,0,0,0-1,0L7,19.27V5A1,1,0,0,1,8,4h8a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"books \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M22.47,18.82l-1-3.86h0L18.32,3.37a1,1,0,0,0-1.22-.71l-3.87,1a1,1,0,0,0-.73-.33H2.5a1,1,0,0,0-1,1v16a1,1,0,0,0,1,1h10a1,1,0,0,0,1-1v-8l2.2,8.22a1,1,0,0,0,1,.74,1.15,1.15,0,0,0,.26,0l4.83-1.29a1,1,0,0,0,.61-.47A1.05,1.05,0,0,0,22.47,18.82Zm-16,.55h-3v-2h3Zm0-4h-3v-6h3Zm0-8h-3v-2h3Zm5,12h-3v-2h3Zm0-4h-3v-6h3Zm0-8h-3v-2h3Zm2.25-1.74,2.9-.78.52,1.93-2.9.78Zm2.59,9.66-1.55-5.8,2.9-.78,1.55,5.8Zm1,3.86-.52-1.93,2.9-.78.52,1.93Z\"/></svg></li><li title=\"boombox \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M17,2H7A3,3,0,0,0,4,5V19a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V5A3,3,0,0,0,17,2Zm1,17a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V5A1,1,0,0,1,7,4H17a1,1,0,0,1,1,1Zm-3.62-8.2A3,3,0,0,0,15,9,3,3,0,0,0,9,9a3,3,0,0,0,.62,1.8,4,4,0,1,0,4.76,0ZM12,8a1,1,0,1,1-1,1A1,1,0,0,1,12,8Zm0,8a2,2,0,1,1,2-2A2,2,0,0,1,12,16Z\"/></svg></li><li title=\"border alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M11.5,18.5a1,1,0,1,0,1,1A1,1,0,0,0,11.5,18.5Zm9-15a1,1,0,0,0-1-1H3.5a1,1,0,0,0-1,1v16a1,1,0,0,0,2,0V4.5h15A1,1,0,0,0,20.5,3.5Zm-5,15a1,1,0,1,0,1,1A1,1,0,0,0,15.5,18.5Zm-8,0a1,1,0,1,0,1,1A1,1,0,0,0,7.5,18.5Zm12-12a1,1,0,1,0,1,1A1,1,0,0,0,19.5,6.5Zm0,4a1,1,0,1,0,1,1A1,1,0,0,0,19.5,10.5Zm0,4a1,1,0,1,0,1,1A1,1,0,0,0,19.5,14.5Zm0,4a1,1,0,1,0,1,1A1,1,0,0,0,19.5,18.5Z\"/></svg></li><li title=\"border bottom \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,13.5a1,1,0,1,0-1-1A1,1,0,0,0,12,13.5Zm0,4a1,1,0,1,0-1-1A1,1,0,0,0,12,17.5Zm0-8a1,1,0,1,0-1-1A1,1,0,0,0,12,9.5Zm-4-4a1,1,0,1,0-1-1A1,1,0,0,0,8,5.5Zm0,8a1,1,0,1,0-1-1A1,1,0,0,0,8,13.5Zm12-8a1,1,0,1,0-1-1A1,1,0,0,0,20,5.5Zm-4,8a1,1,0,1,0-1-1A1,1,0,0,0,16,13.5Zm-4-8a1,1,0,1,0-1-1A1,1,0,0,0,12,5.5Zm4,0a1,1,0,1,0-1-1A1,1,0,0,0,16,5.5Zm4,10a1,1,0,1,0,1,1A1,1,0,0,0,20,15.5Zm0-4a1,1,0,1,0,1,1A1,1,0,0,0,20,11.5Zm0,8H4a1,1,0,0,0,0,2H20a1,1,0,0,0,0-2Zm0-12a1,1,0,1,0,1,1A1,1,0,0,0,20,7.5Zm-16,6a1,1,0,1,0-1-1A1,1,0,0,0,4,13.5Zm0-4a1,1,0,1,0-1-1A1,1,0,0,0,4,9.5Zm0,8a1,1,0,1,0-1-1A1,1,0,0,0,4,17.5Zm0-12a1,1,0,1,0-1-1A1,1,0,0,0,4,5.5Z\"/></svg></li><li title=\"border clear \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M8,11a1,1,0,1,0,1,1A1,1,0,0,0,8,11Zm0,8a1,1,0,1,0,1,1A1,1,0,0,0,8,19Zm4,0a1,1,0,1,0,1,1A1,1,0,0,0,12,19ZM4,3A1,1,0,1,0,5,4,1,1,0,0,0,4,3Zm0,8a1,1,0,1,0,1,1A1,1,0,0,0,4,11ZM20,5a1,1,0,1,0-1-1A1,1,0,0,0,20,5ZM4,19a1,1,0,1,0,1,1A1,1,0,0,0,4,19Zm8-4a1,1,0,1,0,1,1A1,1,0,0,0,12,15ZM4,15a1,1,0,1,0,1,1A1,1,0,0,0,4,15ZM4,7A1,1,0,1,0,5,8,1,1,0,0,0,4,7ZM8,3A1,1,0,1,0,9,4,1,1,0,0,0,8,3ZM20,15a1,1,0,1,0,1,1A1,1,0,0,0,20,15Zm0,4a1,1,0,1,0,1,1A1,1,0,0,0,20,19ZM20,7a1,1,0,1,0,1,1A1,1,0,0,0,20,7Zm-8,4a1,1,0,1,0,1,1A1,1,0,0,0,12,11Zm8,0a1,1,0,1,0,1,1A1,1,0,0,0,20,11ZM16,3a1,1,0,1,0,1,1A1,1,0,0,0,16,3ZM12,3a1,1,0,1,0,1,1A1,1,0,0,0,12,3Zm0,4a1,1,0,1,0,1,1A1,1,0,0,0,12,7Zm4,12a1,1,0,1,0,1,1A1,1,0,0,0,16,19Zm0-8a1,1,0,1,0,1,1A1,1,0,0,0,16,11Z\"/></svg></li><li title=\"border horizontal \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M8,5A1,1,0,1,0,7,4,1,1,0,0,0,8,5ZM4,9A1,1,0,1,0,3,8,1,1,0,0,0,4,9Zm8,0a1,1,0,1,0-1-1A1,1,0,0,0,12,9ZM4,5A1,1,0,1,0,3,4,1,1,0,0,0,4,5ZM16,5a1,1,0,1,0-1-1A1,1,0,0,0,16,5ZM12,5a1,1,0,1,0-1-1A1,1,0,0,0,12,5Zm8,0a1,1,0,1,0-1-1A1,1,0,0,0,20,5ZM4,19a1,1,0,1,0,1,1A1,1,0,0,0,4,19Zm16,0a1,1,0,1,0,1,1A1,1,0,0,0,20,19Zm0-4a1,1,0,1,0,1,1A1,1,0,0,0,20,15Zm0-4H4a1,1,0,0,0,0,2H20a1,1,0,0,0,0-2Zm-4,8a1,1,0,1,0,1,1A1,1,0,0,0,16,19ZM4,15a1,1,0,1,0,1,1A1,1,0,0,0,4,15ZM20,7a1,1,0,1,0,1,1A1,1,0,0,0,20,7ZM8,19a1,1,0,1,0,1,1A1,1,0,0,0,8,19Zm4,0a1,1,0,1,0,1,1A1,1,0,0,0,12,19Zm0-4a1,1,0,1,0,1,1A1,1,0,0,0,12,15Z\"/></svg></li><li title=\"border inner \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M8,5A1,1,0,1,0,7,4,1,1,0,0,0,8,5ZM4,9A1,1,0,1,0,3,8,1,1,0,0,0,4,9ZM4,5A1,1,0,1,0,3,4,1,1,0,0,0,4,5ZM4,19a1,1,0,1,0,1,1A1,1,0,0,0,4,19ZM20,5a1,1,0,1,0-1-1A1,1,0,0,0,20,5Zm0,4a1,1,0,1,0-1-1A1,1,0,0,0,20,9ZM16,5a1,1,0,1,0-1-1A1,1,0,0,0,16,5Zm4,14a1,1,0,1,0,1,1A1,1,0,0,0,20,19ZM4,15a1,1,0,1,0,1,1A1,1,0,0,0,4,15Zm16,0a1,1,0,1,0,1,1A1,1,0,0,0,20,15Zm-4,4a1,1,0,1,0,1,1A1,1,0,0,0,16,19Zm5-7a1,1,0,0,0-1-1H13V4a1,1,0,0,0-2,0v7H4a1,1,0,0,0,0,2h7v7a1,1,0,0,0,2,0V13h7A1,1,0,0,0,21,12ZM8,19a1,1,0,1,0,1,1A1,1,0,0,0,8,19Z\"/></svg></li><li title=\"border left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M11.5,19a1,1,0,1,0,1,1A1,1,0,0,0,11.5,19Zm0-4a1,1,0,1,0,1,1A1,1,0,0,0,11.5,15Zm0-4a1,1,0,1,0,1,1A1,1,0,0,0,11.5,11Zm-8-8a1,1,0,0,0-1,1V20a1,1,0,0,0,2,0V4A1,1,0,0,0,3.5,3Zm16,2a1,1,0,1,0-1-1A1,1,0,0,0,19.5,5Zm-8,2a1,1,0,1,0,1,1A1,1,0,0,0,11.5,7Zm-4,4a1,1,0,1,0,1,1A1,1,0,0,0,7.5,11Zm0,8a1,1,0,1,0,1,1A1,1,0,0,0,7.5,19Zm0-16a1,1,0,1,0,1,1A1,1,0,0,0,7.5,3Zm12,8a1,1,0,1,0,1,1A1,1,0,0,0,19.5,11Zm0,4a1,1,0,1,0,1,1A1,1,0,0,0,19.5,15Zm-8-12a1,1,0,1,0,1,1A1,1,0,0,0,11.5,3Zm8,16a1,1,0,1,0,1,1A1,1,0,0,0,19.5,19Zm0-12a1,1,0,1,0,1,1A1,1,0,0,0,19.5,7Zm-4-4a1,1,0,1,0,1,1A1,1,0,0,0,15.5,3Zm0,16a1,1,0,1,0,1,1A1,1,0,0,0,15.5,19Zm0-8a1,1,0,1,0,1,1A1,1,0,0,0,15.5,11Z\"/></svg></li><li title=\"border out \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,9a1,1,0,1,0-1-1A1,1,0,0,0,12,9Zm0,4a1,1,0,1,0-1-1A1,1,0,0,0,12,13Zm4,0a1,1,0,1,0-1-1A1,1,0,0,0,16,13Zm-4,4a1,1,0,1,0-1-1A1,1,0,0,0,12,17ZM20,3H4A1,1,0,0,0,3,4V20a1,1,0,0,0,1,1H20a1,1,0,0,0,1-1V4A1,1,0,0,0,20,3ZM19,19H5V5H19ZM8,13a1,1,0,1,0-1-1A1,1,0,0,0,8,13Z\"/></svg></li><li title=\"border right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M4.5,7a1,1,0,1,0,1,1A1,1,0,0,0,4.5,7Zm0-4a1,1,0,1,0,1,1A1,1,0,0,0,4.5,3Zm4,16a1,1,0,1,0,1,1A1,1,0,0,0,8.5,19Zm-4,0a1,1,0,1,0,1,1A1,1,0,0,0,4.5,19Zm4-8a1,1,0,1,0,1,1A1,1,0,0,0,8.5,11Zm0-8a1,1,0,1,0,1,1A1,1,0,0,0,8.5,3Zm-4,8a1,1,0,1,0,1,1A1,1,0,0,0,4.5,11Zm0,4a1,1,0,1,0,1,1A1,1,0,0,0,4.5,15Zm12-12a1,1,0,1,0,1,1A1,1,0,0,0,16.5,3Zm0,8a1,1,0,1,0,1,1A1,1,0,0,0,16.5,11Zm-4,8a1,1,0,1,0,1,1A1,1,0,0,0,12.5,19Zm0-16a1,1,0,1,0,1,1A1,1,0,0,0,12.5,3Zm8,0a1,1,0,0,0-1,1V20a1,1,0,0,0,2,0V4A1,1,0,0,0,20.5,3Zm-4,16a1,1,0,1,0,1,1A1,1,0,0,0,16.5,19Zm-4-12a1,1,0,1,0,1,1A1,1,0,0,0,12.5,7Zm0,8a1,1,0,1,0,1,1A1,1,0,0,0,12.5,15Zm0-4a1,1,0,1,0,1,1A1,1,0,0,0,12.5,11Z\"/></svg></li><li title=\"border top \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M8,18.5a1,1,0,1,0,1,1A1,1,0,0,0,8,18.5Zm0-8a1,1,0,1,0,1,1A1,1,0,0,0,8,10.5Zm4,8a1,1,0,1,0,1,1A1,1,0,0,0,12,18.5ZM4,6.5a1,1,0,1,0,1,1A1,1,0,0,0,4,6.5Zm0,12a1,1,0,1,0,1,1A1,1,0,0,0,4,18.5Zm0-14H20a1,1,0,0,0,0-2H4a1,1,0,0,0,0,2Zm0,10a1,1,0,1,0,1,1A1,1,0,0,0,4,14.5Zm0-4a1,1,0,1,0,1,1A1,1,0,0,0,4,10.5Zm8-4a1,1,0,1,0,1,1A1,1,0,0,0,12,6.5Zm8,8a1,1,0,1,0,1,1A1,1,0,0,0,20,14.5Zm0,4a1,1,0,1,0,1,1A1,1,0,0,0,20,18.5Zm-8-4a1,1,0,1,0,1,1A1,1,0,0,0,12,14.5Zm8-8a1,1,0,1,0,1,1A1,1,0,0,0,20,6.5Zm0,4a1,1,0,1,0,1,1A1,1,0,0,0,20,10.5Zm-8,0a1,1,0,1,0,1,1A1,1,0,0,0,12,10.5Zm4,0a1,1,0,1,0,1,1A1,1,0,0,0,16,10.5Zm0,8a1,1,0,1,0,1,1A1,1,0,0,0,16,18.5Z\"/></svg></li><li title=\"border vertical \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M3,3A1,1,0,1,0,4,4,1,1,0,0,0,3,3ZM3,7A1,1,0,1,0,4,8,1,1,0,0,0,3,7ZM19,5a1,1,0,1,0-1-1A1,1,0,0,0,19,5ZM7,11a1,1,0,1,0,1,1A1,1,0,0,0,7,11Zm0,8a1,1,0,1,0,1,1A1,1,0,0,0,7,19ZM7,3A1,1,0,1,0,8,4,1,1,0,0,0,7,3ZM3,15a1,1,0,1,0,1,1A1,1,0,0,0,3,15Zm0-4a1,1,0,1,0,1,1A1,1,0,0,0,3,11Zm0,8a1,1,0,1,0,1,1A1,1,0,0,0,3,19Zm16-4a1,1,0,1,0,1,1A1,1,0,0,0,19,15Zm0-4a1,1,0,1,0,1,1A1,1,0,0,0,19,11Zm0,8a1,1,0,1,0,1,1A1,1,0,0,0,19,19ZM19,7a1,1,0,1,0,1,1A1,1,0,0,0,19,7ZM15,3a1,1,0,1,0,1,1A1,1,0,0,0,15,3ZM11,3a1,1,0,0,0-1,1V20a1,1,0,0,0,2,0V4A1,1,0,0,0,11,3Zm4,16a1,1,0,1,0,1,1A1,1,0,0,0,15,19Zm0-8a1,1,0,1,0,1,1A1,1,0,0,0,15,11Z\"/></svg></li><li title=\"bowling ball \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M7.9917,8.00171a1,1,0,1,0,1,1A1,1,0,0,0,7.9917,8.00171ZM11.99121,2.002a10,10,0,1,0,10,10A10.01177,10.01177,0,0,0,11.99121,2.002Zm0,18a8,8,0,1,1,8-8A8.00916,8.00916,0,0,1,11.99121,20.002ZM10.9917,10.00171a1,1,0,1,0,1,1A1,1,0,0,0,10.9917,10.00171Zm0-4a1,1,0,1,0,1,1A1,1,0,0,0,10.9917,6.00171Z\"/></svg></li><li title=\"box \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M20.49,7.52a.19.19,0,0,1,0-.08.17.17,0,0,1,0-.07l0-.09-.06-.15,0,0h0l0,0,0,0a.48.48,0,0,0-.09-.11l-.09-.08h0l-.05,0,0,0L16.26,4.45h0l-3.72-2.3A.85.85,0,0,0,12.25,2h-.08a.82.82,0,0,0-.27,0h-.1a1.13,1.13,0,0,0-.33.13L4,6.78l-.09.07-.09.08L3.72,7l-.05.06,0,0-.06.15,0,.09v.06a.69.69,0,0,0,0,.2v8.73a1,1,0,0,0,.47.85l7.5,4.64h0l0,0,.15.06.08,0a.86.86,0,0,0,.52,0l.08,0,.15-.06,0,0h0L20,17.21a1,1,0,0,0,.47-.85V7.63S20.49,7.56,20.49,7.52ZM12,4.17l1.78,1.1L8.19,8.73,6.4,7.63Zm-1,15L5.5,15.81V9.42l5.5,3.4Zm1-8.11L10.09,9.91l5.59-3.47L17.6,7.63Zm6.5,4.72L13,19.2V12.82l5.5-3.4Z\"/></svg></li><li title=\"brackets curly \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M6,6A2,2,0,0,1,8,4,1,1,0,0,0,8,2,4,4,0,0,0,4,6V9a2,2,0,0,1-2,2,1,1,0,0,0,0,2,2,2,0,0,1,2,2v3a4,4,0,0,0,4,4,1,1,0,0,0,0-2,2,2,0,0,1-2-2V15a4,4,0,0,0-1.38-3A4,4,0,0,0,6,9Zm16,5a2,2,0,0,1-2-2V6a4,4,0,0,0-4-4,1,1,0,0,0,0,2,2,2,0,0,1,2,2V9a4,4,0,0,0,1.38,3A4,4,0,0,0,18,15v3a2,2,0,0,1-2,2,1,1,0,0,0,0,2,4,4,0,0,0,4-4V15a2,2,0,0,1,2-2,1,1,0,0,0,0-2Z\"/></svg></li><li title=\"brain \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M22,11A4,4,0,0,0,20,7.52,3,3,0,0,0,20,7a3,3,0,0,0-3-3l-.18,0A3,3,0,0,0,12,2.78,3,3,0,0,0,7.18,4L7,4A3,3,0,0,0,4,7a3,3,0,0,0,0,.52,4,4,0,0,0-.55,6.59A4,4,0,0,0,7,20l.18,0A3,3,0,0,0,12,21.22,3,3,0,0,0,16.82,20L17,20a4,4,0,0,0,3.5-5.89A4,4,0,0,0,22,11ZM11,8.55a4.72,4.72,0,0,0-.68-.32,1,1,0,0,0-.64,1.9A2,2,0,0,1,11,12v1.55a4.72,4.72,0,0,0-.68-.32,1,1,0,0,0-.64,1.9A2,2,0,0,1,11,17v2a1,1,0,0,1-1,1,1,1,0,0,1-.91-.6,4.07,4.07,0,0,0,.48-.33,1,1,0,1,0-1.28-1.54A2,2,0,0,1,7,18a2,2,0,0,1-2-2,2,2,0,0,1,.32-1.06A3.82,3.82,0,0,0,6,15a1,1,0,0,0,0-2,1.84,1.84,0,0,1-.69-.13A2,2,0,0,1,5,9.25a3.1,3.1,0,0,0,.46.35,1,1,0,1,0,1-1.74.9.9,0,0,1-.34-.33A.92.92,0,0,1,6,7,1,1,0,0,1,7,6a.76.76,0,0,1,.21,0,3.85,3.85,0,0,0,.19.47,1,1,0,0,0,1.37.37A1,1,0,0,0,9.13,5.5,1.06,1.06,0,0,1,9,5a1,1,0,0,1,2,0Zm7.69,4.32A1.84,1.84,0,0,1,18,13a1,1,0,0,0,0,2,3.82,3.82,0,0,0,.68-.06A2,2,0,0,1,19,16a2,2,0,0,1-2,2,2,2,0,0,1-1.29-.47,1,1,0,0,0-1.28,1.54,4.07,4.07,0,0,0,.48.33A1,1,0,0,1,14,20a1,1,0,0,1-1-1V17a2,2,0,0,1,1.32-1.87,1,1,0,0,0-.64-1.9,4.72,4.72,0,0,0-.68.32V12a2,2,0,0,1,1.32-1.87,1,1,0,0,0-.64-1.9,4.72,4.72,0,0,0-.68.32V5a1,1,0,0,1,2,0,1.06,1.06,0,0,1-.13.5,1,1,0,0,0,.36,1.37A1,1,0,0,0,16.6,6.5,3.85,3.85,0,0,0,16.79,6,.76.76,0,0,1,17,6a1,1,0,0,1,1,1,1,1,0,0,1-.17.55.9.9,0,0,1-.33.31,1,1,0,0,0,1,1.74A2.66,2.66,0,0,0,19,9.25a2,2,0,0,1-.27,3.62Z\"/></svg></li><li title=\"briefcase alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19,6.5H16v-1a3,3,0,0,0-3-3H11a3,3,0,0,0-3,3v1H5a3,3,0,0,0-3,3v9a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3v-9A3,3,0,0,0,19,6.5Zm-9-1a1,1,0,0,1,1-1h2a1,1,0,0,1,1,1v1H10Zm10,13a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V13a21.27,21.27,0,0,0,3,.94v.59a1,1,0,0,0,2,0v-.21a23,23,0,0,0,3,.21,23,23,0,0,0,3-.21v.21a1,1,0,0,0,2,0v-.59A21.27,21.27,0,0,0,20,13Zm0-7.69a20.39,20.39,0,0,1-3,1V11.5a1,1,0,0,0-2,0v.74a20.11,20.11,0,0,1-6,0V11.5a1,1,0,0,0-2,0v.33a20.39,20.39,0,0,1-3-1V9.5a1,1,0,0,1,1-1H19a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"briefcase \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M21,6H17V5a3,3,0,0,0-3-3H10A3,3,0,0,0,7,5V6H3A1,1,0,0,0,2,7v4a3,3,0,0,0,1,2.22V19a3,3,0,0,0,3,3H18a3,3,0,0,0,3-3V13.22A3,3,0,0,0,22,11V7A1,1,0,0,0,21,6ZM9,5a1,1,0,0,1,1-1h4a1,1,0,0,1,1,1V6H9ZM19,19a1,1,0,0,1-1,1H6a1,1,0,0,1-1-1V14H7v1a1,1,0,0,0,2,0V14h6v1a1,1,0,0,0,2,0V14h2Zm1-8a1,1,0,0,1-1,1H17V11a1,1,0,0,0-2,0v1H9V11a1,1,0,0,0-2,0v1H5a1,1,0,0,1-1-1V8H20Z\"/></svg></li><li title=\"bright \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,8a4,4,0,1,0,4,4A4,4,0,0,0,12,8Zm0,6a2,2,0,1,1,2-2A2,2,0,0,1,12,14Zm9.71-2.71L19.36,9V5.64a1,1,0,0,0-1-1H15.05L12.71,2.29a1,1,0,0,0-1.42,0L9,4.64H5.64a1,1,0,0,0-1,1V9L2.29,11.29a1,1,0,0,0,0,1.42l2.35,2.34v3.31a1,1,0,0,0,1,1H9l2.34,2.35a1,1,0,0,0,1.42,0l2.34-2.35h3.31a1,1,0,0,0,1-1V15.05l2.35-2.34A1,1,0,0,0,21.71,11.29Zm-4.05,2.64a1,1,0,0,0-.3.71v2.72H14.64a1,1,0,0,0-.71.3L12,19.59l-1.93-1.93a1,1,0,0,0-.71-.3H6.64V14.64a1,1,0,0,0-.3-.71L4.41,12l1.93-1.93a1,1,0,0,0,.3-.71V6.64H9.36a1,1,0,0,0,.71-.3L12,4.41l1.93,1.93a1,1,0,0,0,.71.3h2.72V9.36a1,1,0,0,0,.3.71L19.59,12Z\"/></svg></li><li title=\"brightness empty \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21.71,11.29,19.36,9V5.64a1,1,0,0,0-1-1H15.05L12.71,2.29a1,1,0,0,0-1.42,0L9,4.64H5.64a1,1,0,0,0-1,1V9L2.29,11.29a1,1,0,0,0,0,1.42l2.35,2.34v3.31a1,1,0,0,0,1,1H9l2.34,2.35a1,1,0,0,0,1.42,0l2.34-2.35h3.31a1,1,0,0,0,1-1V15.05l2.35-2.34A1,1,0,0,0,21.71,11.29Zm-4.05,2.64a1,1,0,0,0-.3.71v2.72H14.64a1,1,0,0,0-.71.3L12,19.59l-1.93-1.93a1,1,0,0,0-.71-.3H6.64V14.64a1,1,0,0,0-.3-.71L4.41,12l1.93-1.93a1,1,0,0,0,.3-.71V6.64H9.36a1,1,0,0,0,.71-.3L12,4.41l1.93,1.93a1,1,0,0,0,.71.3h2.72V9.36a1,1,0,0,0,.3.71L19.59,12Z\"/></svg></li><li title=\"brightness half \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,8a1,1,0,0,0,0,2,2,2,0,0,1,0,4,1,1,0,0,0,0,2,4,4,0,0,0,0-8Zm9.71,3.29L19.36,9V5.64a1,1,0,0,0-1-1H15.05L12.71,2.29a1,1,0,0,0-1.42,0L9,4.64H5.64a1,1,0,0,0-1,1V9L2.29,11.29a1,1,0,0,0,0,1.42l2.35,2.34v3.31a1,1,0,0,0,1,1H9l2.34,2.35a1,1,0,0,0,1.42,0l2.34-2.35h3.31a1,1,0,0,0,1-1V15.05l2.35-2.34A1,1,0,0,0,21.71,11.29Zm-4.05,2.64a1,1,0,0,0-.3.71v2.72H14.64a1,1,0,0,0-.71.3L12,19.59l-1.93-1.93a1,1,0,0,0-.71-.3H6.64V14.64a1,1,0,0,0-.3-.71L4.41,12l1.93-1.93a1,1,0,0,0,.3-.71V6.64H9.36a1,1,0,0,0,.71-.3L12,4.41l1.93,1.93a1,1,0,0,0,.71.3h2.72V9.36a1,1,0,0,0,.3.71L19.59,12Z\"/></svg></li><li title=\"brightness low \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M3,11a1,1,0,1,0,1,1A1,1,0,0,0,3,11Zm1.93,6.66a1,1,0,1,0,1.41,0A1,1,0,0,0,4.93,17.66ZM6.34,6.34a1,1,0,1,0-1.41,0A1,1,0,0,0,6.34,6.34ZM12,4a1,1,0,1,0-1-1A1,1,0,0,0,12,4Zm5.66,13.66a1,1,0,1,0,1.41,0A1,1,0,0,0,17.66,17.66ZM21,11a1,1,0,1,0,1,1A1,1,0,0,0,21,11ZM17.66,4.93a1,1,0,1,0,1.41,0A1,1,0,0,0,17.66,4.93ZM12,20a1,1,0,1,0,1,1A1,1,0,0,0,12,20ZM12,6a6,6,0,1,0,6,6A6,6,0,0,0,12,6Zm0,10a4,4,0,1,1,4-4A4,4,0,0,1,12,16Z\"/></svg></li><li title=\"brightness minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M14,11H10a1,1,0,0,0,0,2h4a1,1,0,0,0,0-2Zm7.71.29L19.36,9V5.64a1,1,0,0,0-1-1H15.05L12.71,2.29a1,1,0,0,0-1.42,0L9,4.64H5.64a1,1,0,0,0-1,1V9L2.29,11.29a1,1,0,0,0,0,1.42l2.35,2.34v3.31a1,1,0,0,0,1,1H9l2.34,2.35a1,1,0,0,0,1.42,0l2.34-2.35h3.31a1,1,0,0,0,1-1V15.05l2.35-2.34A1,1,0,0,0,21.71,11.29Zm-4.05,2.64a1,1,0,0,0-.3.71v2.72H14.64a1,1,0,0,0-.71.3L12,19.59l-1.93-1.93a1,1,0,0,0-.71-.3H6.64V14.64a1,1,0,0,0-.3-.71L4.41,12l1.93-1.93a1,1,0,0,0,.3-.71V6.64H9.36a1,1,0,0,0,.71-.3L12,4.41l1.93,1.93a1,1,0,0,0,.71.3h2.72V9.36a1,1,0,0,0,.3.71L19.59,12Z\"/></svg></li><li title=\"brightness plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M14,11H13V10a1,1,0,0,0-2,0v1H10a1,1,0,0,0,0,2h1v1a1,1,0,0,0,2,0V13h1a1,1,0,0,0,0-2Zm7.71.29L19.36,9V5.64a1,1,0,0,0-1-1H15.05L12.71,2.29a1,1,0,0,0-1.42,0L9,4.64H5.64a1,1,0,0,0-1,1V9L2.29,11.29a1,1,0,0,0,0,1.42l2.35,2.34v3.31a1,1,0,0,0,1,1H9l2.34,2.35a1,1,0,0,0,1.42,0l2.34-2.35h3.31a1,1,0,0,0,1-1V15.05l2.35-2.34A1,1,0,0,0,21.71,11.29Zm-4.05,2.64a1,1,0,0,0-.3.71v2.72H14.64a1,1,0,0,0-.71.3L12,19.59l-1.93-1.93a1,1,0,0,0-.71-.3H6.64V14.64a1,1,0,0,0-.3-.71L4.41,12l1.93-1.93a1,1,0,0,0,.3-.71V6.64H9.36a1,1,0,0,0,.71-.3L12,4.41l1.93,1.93a1,1,0,0,0,.71.3h2.72V9.36a1,1,0,0,0,.3.71L19.59,12Z\"/></svg></li><li title=\"brightness \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M5,12a1,1,0,0,0-1-1H3a1,1,0,0,0,0,2H4A1,1,0,0,0,5,12ZM5.64,17l-.71.71a1,1,0,0,0,0,1.41,1,1,0,0,0,1.41,0l.71-.71A1,1,0,0,0,5.64,17ZM12,5a1,1,0,0,0,1-1V3a1,1,0,0,0-2,0V4A1,1,0,0,0,12,5Zm5.66,2.34a1,1,0,0,0,.7-.29l.71-.71a1,1,0,1,0-1.41-1.41L17,5.64a1,1,0,0,0,0,1.41A1,1,0,0,0,17.66,7.34Zm-12-.29a1,1,0,0,0,.7.29,1,1,0,0,0,.71-.29,1,1,0,0,0,0-1.41l-.71-.71A1,1,0,0,0,4.93,6.34ZM21,11H20a1,1,0,0,0,0,2h1a1,1,0,0,0,0-2ZM18.36,17A1,1,0,0,0,17,18.36l.71.71a1,1,0,0,0,1.41,0,1,1,0,0,0,0-1.41ZM12,6.5A5.5,5.5,0,1,0,17.5,12,5.51,5.51,0,0,0,12,6.5Zm0,9A3.5,3.5,0,1,1,15.5,12,3.5,3.5,0,0,1,12,15.5ZM12,19a1,1,0,0,0-1,1v1a1,1,0,0,0,2,0V20A1,1,0,0,0,12,19Z\"/></svg></li><li title=\"bring bottom \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21,14H19a1,1,0,1,0,0,2h1v4H4V16h7a1,1,0,0,0,0-2H10V9A1,1,0,0,0,9,8H3A1,1,0,0,0,2,9v6H2v6a1,1,0,0,0,1,1H21a1,1,0,0,0,1-1V15A1,1,0,0,0,21,14ZM4,10H8v4H4ZM12.71,6.7,14,5.41V17a1,1,0,1,0,2,0V5.41L17.29,6.7A1,1,0,0,0,18,7a1,1,0,0,0,.71-.29,1,1,0,0,0,0-1.41l-3-3a1,1,0,0,0-1.42,0l-3,3a1,1,0,0,0,0,1.41A1,1,0,0,0,12.71,6.7Z\"/></svg></li><li title=\"bring front \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M11.29,17.3,10,18.59V7A1,1,0,0,0,8,7v11.6L6.71,17.3a1,1,0,0,0-1.42,0,1,1,0,0,0,0,1.41l3,3a1,1,0,0,0,1.42,0l3-3a1,1,0,0,0,0-1.41A1,1,0,0,0,11.29,17.3ZM22,3a1,1,0,0,0-1-1H3A1,1,0,0,0,2,3V9a1,1,0,0,0,1,1H5A1,1,0,0,0,5,8H4V4H20V8H13a1,1,0,0,0,0,2h1v5a1,1,0,0,0,1,1h6a1,1,0,0,0,1-1V9h0ZM20,14H16V10h4Z\"/></svg></li><li title=\"browser \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19,2H9A3,3,0,0,0,6,5V6H5A3,3,0,0,0,2,9V19a3,3,0,0,0,3,3H15a3,3,0,0,0,3-3V18h1a3,3,0,0,0,3-3V5A3,3,0,0,0,19,2ZM16,19a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V12H16Zm0-9H4V9A1,1,0,0,1,5,8H15a1,1,0,0,1,1,1Zm4,5a1,1,0,0,1-1,1H18V9a3,3,0,0,0-.18-1H20Zm0-9H8V5A1,1,0,0,1,9,4H19a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"brush alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,18a1,1,0,1,0,1,1A1,1,0,0,0,12,18ZM18,1H6A1,1,0,0,0,5,2v9a3,3,0,0,0,3,3H9v2.37a4,4,0,1,0,6,0V14h1a3,3,0,0,0,3-3V2A1,1,0,0,0,18,1ZM12,21a2,2,0,0,1-1.33-3.48,1,1,0,0,0,.33-.74V14h2v2.78a1,1,0,0,0,.33.74A2,2,0,0,1,12,21Zm5-10a1,1,0,0,1-1,1H8a1,1,0,0,1-1-1V10H17Zm0-3H7V3H17Z\"/></svg></li><li title=\"bug \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M19,14h2a1,1,0,0,0,0-2H19V11a5.15,5.15,0,0,0-.21-1.36A5,5,0,0,0,22,5a1,1,0,0,0-2,0,3,3,0,0,1-2.14,2.87A5,5,0,0,0,16,6.4,2.58,2.58,0,0,0,16,6,4,4,0,0,0,8,6a2.58,2.58,0,0,0,0,.4,5,5,0,0,0-1.9,1.47A3,3,0,0,1,4,5,1,1,0,0,0,2,5,5,5,0,0,0,5.21,9.64,5.15,5.15,0,0,0,5,11v1H3a1,1,0,0,0,0,2H5v1a7,7,0,0,0,.14,1.38A5,5,0,0,0,2,21a1,1,0,0,0,2,0,3,3,0,0,1,1.81-2.74,7,7,0,0,0,12.38,0A3,3,0,0,1,20,21a1,1,0,0,0,2,0,5,5,0,0,0-3.14-4.62A7,7,0,0,0,19,15Zm-8,5.9A5,5,0,0,1,7,15V11a3,3,0,0,1,3-3h1ZM10,6a2,2,0,0,1,4,0Zm7,9a5,5,0,0,1-4,4.9V8h1a3,3,0,0,1,3,3Z\"/></svg></li><li title=\"building \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M14,8h1a1,1,0,0,0,0-2H14a1,1,0,0,0,0,2Zm0,4h1a1,1,0,0,0,0-2H14a1,1,0,0,0,0,2ZM9,8h1a1,1,0,0,0,0-2H9A1,1,0,0,0,9,8Zm0,4h1a1,1,0,0,0,0-2H9a1,1,0,0,0,0,2Zm12,8H20V3a1,1,0,0,0-1-1H5A1,1,0,0,0,4,3V20H3a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2Zm-8,0H11V16h2Zm5,0H15V15a1,1,0,0,0-1-1H10a1,1,0,0,0-1,1v5H6V4H18Z\"/></svg></li><li title=\"bullseye \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,5a7,7,0,1,0,7,7A7,7,0,0,0,12,5Zm0,12a5,5,0,1,1,5-5A5,5,0,0,1,12,17Zm0-8a3,3,0,1,0,3,3A3,3,0,0,0,12,9Zm0,4a1,1,0,1,1,1-1A1,1,0,0,1,12,13ZM12,1A11,11,0,1,0,23,12,11,11,0,0,0,12,1Zm0,20a9,9,0,1,1,9-9A9,9,0,0,1,12,21Z\"/></svg></li><li title=\"bus alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M18.5,2H6.5a3,3,0,0,0-3,3V17a3,3,0,0,0,2,2.82V21a1,1,0,0,0,2,0V20h10v1a1,1,0,0,0,2,0V19.82a3,3,0,0,0,2-2.82V5A3,3,0,0,0,18.5,2ZM5.5,8h6v4h-6Zm14,9a1,1,0,0,1-1,1H6.5a1,1,0,0,1-1-1V14h14Zm0-5h-6V8h6Zm0-6H5.5V5a1,1,0,0,1,1-1h12a1,1,0,0,1,1,1ZM16.12,16.92a1,1,0,0,0,.38.08,1,1,0,0,0,1-1,1.36,1.36,0,0,0,0-.2.64.64,0,0,0-.06-.18.76.76,0,0,0-.09-.18,1.58,1.58,0,0,0-.12-.15l-.15-.12a.76.76,0,0,0-.18-.09A.64.64,0,0,0,16.7,15a1,1,0,0,0-.91.27,1.58,1.58,0,0,0-.12.15.76.76,0,0,0-.09.18.64.64,0,0,0-.06.18,1.36,1.36,0,0,0,0,.2,1,1,0,0,0,.29.7A1,1,0,0,0,16.12,16.92Zm-8,0A1,1,0,0,0,8.5,17a1,1,0,0,0,1-1,1.36,1.36,0,0,0,0-.2.64.64,0,0,0-.06-.18.76.76,0,0,0-.09-.18,1.58,1.58,0,0,0-.12-.15l-.15-.12-.18-.09L8.7,15a1,1,0,0,0-.91.27,1.58,1.58,0,0,0-.12.15.76.76,0,0,0-.09.18.64.64,0,0,0-.06.18,1.36,1.36,0,0,0,0,.2,1,1,0,0,0,.29.7A1,1,0,0,0,8.12,16.92Z\"/></svg></li><li title=\"bus school \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M1,12.5v4a1,1,0,0,0,1,1H3a3,3,0,0,0,6,0h6a3,3,0,0,0,6,0h1a1,1,0,0,0,1-1V6.5a3,3,0,0,0-3-3H8.44A3,3,0,0,0,5.6,5.55L4.16,9.86,1.45,11.67A1,1,0,0,0,1,12.5Zm20-3H19v-4h1a1,1,0,0,1,1,1Zm-4,8a1,1,0,1,1,1,1A1,1,0,0,1,17,17.5Zm-2-6h6v4h-.78a3,3,0,0,0-4.44,0H15Zm0-6h2v4H15Zm-4,6h2v4H11Zm0-6h2v4H11Zm-2,4H6.39l1.1-3.32a1,1,0,0,1,.95-.68H9Zm-4,8a1,1,0,1,1,1,1A1,1,0,0,1,5,17.5ZM3,13,5.3,11.5H9v4H8.22a3,3,0,0,0-4.44,0H3Z\"/></svg></li><li title=\"bus \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M8.5,17a1,1,0,0,0,1-1,1.36,1.36,0,0,0,0-.2.64.64,0,0,0-.06-.18.76.76,0,0,0-.09-.18l-.12-.15a1,1,0,0,0-.33-.21A1,1,0,0,0,8.3,15l-.18.06-.18.09a1.58,1.58,0,0,0-.15.12l-.12.15a.76.76,0,0,0-.09.18.64.64,0,0,0-.06.18,1.36,1.36,0,0,0,0,.2,1,1,0,0,0,1,1Zm8,0a1,1,0,0,0,1-1,1.36,1.36,0,0,0,0-.2.64.64,0,0,0-.06-.18.76.76,0,0,0-.09-.18l-.12-.15a1.15,1.15,0,0,0-.33-.21,1,1,0,0,0-.76,0,1.15,1.15,0,0,0-.33.21l-.12.15a.76.76,0,0,0-.09.18.64.64,0,0,0-.06.18,1.36,1.36,0,0,0,0,.2,1,1,0,0,0,.29.7A1,1,0,0,0,16.5,17Zm-3-12h-2a1,1,0,0,0,0,2h2a1,1,0,0,0,0-2Zm5-3H6.5a3,3,0,0,0-3,3V17a3,3,0,0,0,2,2.82V21a1,1,0,0,0,2,0V20h10v1a1,1,0,0,0,2,0V19.82a3,3,0,0,0,2-2.82V5A3,3,0,0,0,18.5,2Zm1,15a1,1,0,0,1-1,1H6.5a1,1,0,0,1-1-1V14h14Zm0-5H5.5V5a1,1,0,0,1,1-1h12a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"calculator alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M5.5,8H6v.5a1,1,0,0,0,2,0V8h.5a1,1,0,0,0,0-2H8V5.5a1,1,0,0,0-2,0V6H5.5a1,1,0,0,0,0,2ZM4.88,19.12a1,1,0,0,0,1.41,0L7,18.41l.71.71a1,1,0,0,0,1.41,0,1,1,0,0,0,0-1.41L8.41,17l.71-.71a1,1,0,0,0-1.41-1.41L7,15.59l-.71-.71a1,1,0,0,0-1.41,1.41l.71.71-.71.71A1,1,0,0,0,4.88,19.12ZM20,1H4A3,3,0,0,0,1,4V20a3,3,0,0,0,3,3H20a3,3,0,0,0,3-3V4A3,3,0,0,0,20,1ZM11,21H4a1,1,0,0,1-1-1V13h8Zm0-10H3V4A1,1,0,0,1,4,3h7Zm10,9a1,1,0,0,1-1,1H13V13h8Zm0-9H13V3h7a1,1,0,0,1,1,1Zm-5.5,5.5h3a1,1,0,0,0,0-2h-3a1,1,0,0,0,0,2ZM18.5,6h-3a1,1,0,0,0,0,2h3a1,1,0,0,0,0-2Zm-3,13.5h3a1,1,0,0,0,0-2h-3a1,1,0,0,0,0,2Z\"/></svg></li><li title=\"calculator \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M12.71,17.29a1,1,0,0,0-.16-.12.56.56,0,0,0-.17-.09.6.6,0,0,0-.19-.06.93.93,0,0,0-.57.06.9.9,0,0,0-.54.54A.84.84,0,0,0,11,18a1,1,0,0,0,.07.38,1.46,1.46,0,0,0,.22.33A1,1,0,0,0,12,19a.84.84,0,0,0,.38-.08,1.15,1.15,0,0,0,.33-.21A1,1,0,0,0,13,18a1,1,0,0,0-.08-.38A1,1,0,0,0,12.71,17.29ZM8.55,13.17a.56.56,0,0,0-.17-.09A.6.6,0,0,0,8.19,13a.86.86,0,0,0-.39,0l-.18.06-.18.09-.15.12A1.05,1.05,0,0,0,7,14a1,1,0,0,0,.29.71,1.15,1.15,0,0,0,.33.21A1,1,0,0,0,9,14a1.05,1.05,0,0,0-.29-.71Zm.16,4.12a1,1,0,0,0-.33-.21A1,1,0,0,0,7.8,17l-.18.06a.76.76,0,0,0-.18.09,1.58,1.58,0,0,0-.15.12,1,1,0,0,0-.21.33.94.94,0,0,0,0,.76,1.15,1.15,0,0,0,.21.33A1,1,0,0,0,8,19a.84.84,0,0,0,.38-.08,1.15,1.15,0,0,0,.33-.21,1.15,1.15,0,0,0,.21-.33.94.94,0,0,0,0-.76A1,1,0,0,0,8.71,17.29Zm2.91-4.21a1,1,0,0,0-.33.21A1.05,1.05,0,0,0,11,14a1,1,0,0,0,1.38.92,1.15,1.15,0,0,0,.33-.21A1,1,0,0,0,13,14a1.05,1.05,0,0,0-.29-.71A1,1,0,0,0,11.62,13.08Zm5.09,4.21a1.15,1.15,0,0,0-.33-.21,1,1,0,0,0-1.09.21,1,1,0,0,0-.21.33.94.94,0,0,0,0,.76,1.15,1.15,0,0,0,.21.33A1,1,0,0,0,16,19a.84.84,0,0,0,.38-.08,1.15,1.15,0,0,0,.33-.21,1,1,0,0,0,.21-1.09A1,1,0,0,0,16.71,17.29ZM16,5H8A1,1,0,0,0,7,6v4a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1V6A1,1,0,0,0,16,5ZM15,9H9V7h6Zm3-8H6A3,3,0,0,0,3,4V20a3,3,0,0,0,3,3H18a3,3,0,0,0,3-3V4A3,3,0,0,0,18,1Zm1,19a1,1,0,0,1-1,1H6a1,1,0,0,1-1-1V4A1,1,0,0,1,6,3H18a1,1,0,0,1,1,1Zm-2.45-6.83a.56.56,0,0,0-.17-.09.6.6,0,0,0-.19-.06.86.86,0,0,0-.39,0l-.18.06-.18.09-.15.12A1.05,1.05,0,0,0,15,14a1,1,0,0,0,1.38.92,1.15,1.15,0,0,0,.33-.21A1,1,0,0,0,17,14a1.05,1.05,0,0,0-.29-.71Z\"/></svg></li><li title=\"calendar alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M12,19a1,1,0,1,0-1-1A1,1,0,0,0,12,19Zm5,0a1,1,0,1,0-1-1A1,1,0,0,0,17,19Zm0-4a1,1,0,1,0-1-1A1,1,0,0,0,17,15Zm-5,0a1,1,0,1,0-1-1A1,1,0,0,0,12,15ZM19,3H18V2a1,1,0,0,0-2,0V3H8V2A1,1,0,0,0,6,2V3H5A3,3,0,0,0,2,6V20a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V6A3,3,0,0,0,19,3Zm1,17a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V11H20ZM20,9H4V6A1,1,0,0,1,5,5H6V6A1,1,0,0,0,8,6V5h8V6a1,1,0,0,0,2,0V5h1a1,1,0,0,1,1,1ZM7,15a1,1,0,1,0-1-1A1,1,0,0,0,7,15Zm0,4a1,1,0,1,0-1-1A1,1,0,0,0,7,19Z\"/></svg></li><li title=\"calendar slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M11.66,7H15V8a1,1,0,0,0,2,0V7h1a1,1,0,0,1,1,1v3H17.66a1,1,0,0,0,0,2H19v1.34a1,1,0,1,0,2,0V8a3,3,0,0,0-3-3H17V4a1,1,0,0,0-2,0V5H11.66a1,1,0,0,0,0,2ZM21.71,20.29l-1.6-1.6h0L3.71,2.29A1,1,0,0,0,2.29,3.71L4.2,5.61A3,3,0,0,0,3,8V18a3,3,0,0,0,3,3H18a3,3,0,0,0,1.29-.3l1,1a1,1,0,0,0,1.42,0A1,1,0,0,0,21.71,20.29ZM5,8a1,1,0,0,1,.66-.93L9.59,11H5ZM6,19a1,1,0,0,1-1-1V13h6.59l6,6Z\"/></svg></li><li title=\"calender \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19,4H17V3a1,1,0,0,0-2,0V4H9V3A1,1,0,0,0,7,3V4H5A3,3,0,0,0,2,7V19a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V7A3,3,0,0,0,19,4Zm1,15a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V12H20Zm0-9H4V7A1,1,0,0,1,5,6H7V7A1,1,0,0,0,9,7V6h6V7a1,1,0,0,0,2,0V6h2a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"calling \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M20.47,9a1,1,0,1,0-1-1A1,1,0,0,0,20.47,9Zm-3,0a1,1,0,1,0-1-1A1,1,0,0,0,17.47,9Zm-3,0a1,1,0,1,0-1-1A1,1,0,0,0,14.47,9ZM18.91,13c-.22,0-.45-.07-.67-.12a9.44,9.44,0,0,1-1.31-.39,2,2,0,0,0-2.48,1l-.22.45a12.48,12.48,0,0,1-2.67-2,12.83,12.83,0,0,1-2-2.66L10,9a2,2,0,0,0,1-2.48,10.33,10.33,0,0,1-.39-1.31c-.05-.23-.09-.45-.12-.68a3,3,0,0,0-3-2.49h-3a3,3,0,0,0-2.24,1,3,3,0,0,0-.73,2.39A19,19,0,0,0,18,21.91a2.56,2.56,0,0,0,.39,0,3,3,0,0,0,3-3v-3A3,3,0,0,0,18.91,13Zm.49,6a1,1,0,0,1-1.15,1,17.12,17.12,0,0,1-9.87-4.85A17.14,17.14,0,0,1,3.54,5.22a1,1,0,0,1,.25-.82,1,1,0,0,1,.74-.34h3a1,1,0,0,1,1,.79q.06.41.15.81a11.12,11.12,0,0,0,.46,1.55l-1.4.65a1,1,0,0,0-.49,1.33,14.49,14.49,0,0,0,7,7,1,1,0,0,0,.76,0,1,1,0,0,0,.56-.52l.63-1.4a13.69,13.69,0,0,0,1.58.46c.26.06.54.11.81.15a1,1,0,0,1,.78,1Z\"/></svg></li><li title=\"camera change \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M12.29,5.21l1.5,1.5a1,1,0,0,0,1.42,0,1,1,0,0,0,.13-1.21H19a1,1,0,0,0,0-2H15.34a1,1,0,0,0-.13-1.21,1,1,0,0,0-1.42,0l-1.5,1.5a1,1,0,0,0-.21.33,1,1,0,0,0,0,.76A1,1,0,0,0,12.29,5.21ZM22.92,9.12a1,1,0,0,0-.21-.33l-1.5-1.5a1,1,0,0,0-1.42,0,1,1,0,0,0-.13,1.21H16a1,1,0,0,0,0,2h3.66a1,1,0,0,0,.13,1.21,1,1,0,0,0,1.42,0l1.5-1.5a1,1,0,0,0,.21-.33A1,1,0,0,0,22.92,9.12ZM11,10a4,4,0,1,0,4,4A4,4,0,0,0,11,10Zm0,6a2,2,0,1,1,2-2A2,2,0,0,1,11,16Zm9-3a1,1,0,0,0-1,1v5a1,1,0,0,1-1,1H4a1,1,0,0,1-1-1V11a1,1,0,0,1,1-1H6a1,1,0,0,0,1-.69l.54-1.62A1,1,0,0,1,8.44,7H10a1,1,0,0,0,0-2H8.44A3,3,0,0,0,5.59,7.06L5.28,8H4a3,3,0,0,0-3,3v8a3,3,0,0,0,3,3H18a3,3,0,0,0,3-3V14A1,1,0,0,0,20,13Z\"/></svg></li><li title=\"camera plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M20,10.5a1,1,0,0,0-1,1v7a1,1,0,0,1-1,1H4a1,1,0,0,1-1-1v-8a1,1,0,0,1,1-1H6a1,1,0,0,0,1-.68l.54-1.64a1,1,0,0,1,.95-.68H14a1,1,0,0,0,0-2H8.44A3,3,0,0,0,5.6,6.55l-.32,1H4a3,3,0,0,0-3,3v8a3,3,0,0,0,3,3H18a3,3,0,0,0,3-3v-7A1,1,0,0,0,20,10.5Zm-9-1a4,4,0,1,0,4,4A4,4,0,0,0,11,9.5Zm0,6a2,2,0,1,1,2-2A2,2,0,0,1,11,15.5Zm11-11H21v-1a1,1,0,0,0-2,0v1H18a1,1,0,0,0,0,2h1v1a1,1,0,0,0,2,0v-1h1a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"camera slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M3.71,2.29A1,1,0,0,0,2.29,3.71L5.09,6.5H5a3,3,0,0,0-3,3v8a3,3,0,0,0,3,3H19.08l1.21,1.22a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42Zm6.49,9.33,2.68,2.68a2,2,0,0,1-.88.2,2,2,0,0,1-2-2A2,2,0,0,1,10.2,11.62ZM5,18.5a1,1,0,0,1-1-1v-8a1,1,0,0,1,1-1H7.07l1.7,1.69A3.92,3.92,0,0,0,8,12.5a4,4,0,0,0,4,4,3.92,3.92,0,0,0,2.32-.77l2.77,2.77Zm14-12H17.72l-.31-1a3,3,0,0,0-2.85-2h-4.4a1,1,0,0,0,0,2h4.4a1,1,0,0,1,.95.68l.54,1.63A1,1,0,0,0,17,8.5h2a1,1,0,0,1,1,1v5.84a1,1,0,1,0,2,0V9.5A3,3,0,0,0,19,6.5Z\"/></svg></li><li title=\"camera \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19,6.5H17.72l-.32-1a3,3,0,0,0-2.84-2H9.44A3,3,0,0,0,6.6,5.55l-.32,1H5a3,3,0,0,0-3,3v8a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3v-8A3,3,0,0,0,19,6.5Zm1,11a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1v-8a1,1,0,0,1,1-1H7a1,1,0,0,0,1-.68l.54-1.64a1,1,0,0,1,.95-.68h5.12a1,1,0,0,1,.95.68l.54,1.64A1,1,0,0,0,17,8.5h2a1,1,0,0,1,1,1Zm-8-9a4,4,0,1,0,4,4A4,4,0,0,0,12,8.5Zm0,6a2,2,0,1,1,2-2A2,2,0,0,1,12,14.5Z\"/></svg></li><li title=\"cancel \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21.77,11.36l-5-6A1,1,0,0,0,16,5H5A3,3,0,0,0,2,8v8a3,3,0,0,0,3,3H16a1,1,0,0,0,.77-.36l5-6A1,1,0,0,0,21.77,11.36ZM15.53,17H5a1,1,0,0,1-1-1V8A1,1,0,0,1,5,7H15.53l4.17,5ZM12.71,9.29a1,1,0,0,0-1.42,0L10,10.59,8.71,9.29a1,1,0,1,0-1.42,1.42L8.59,12l-1.3,1.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L10,13.41l1.29,1.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L11.41,12l1.3-1.29A1,1,0,0,0,12.71,9.29Z\"/></svg></li><li title=\"capsule \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M19.5,4.5a5.12,5.12,0,0,0-7.24,0L4.5,12.26a5.12,5.12,0,1,0,7.24,7.24l7.76-7.76A5.12,5.12,0,0,0,19.5,4.5ZM10.32,18.09a3.21,3.21,0,0,1-4.41,0,3.13,3.13,0,0,1,0-4.41L9.09,10.5l4.41,4.41Zm7.77-7.77L14.91,13.5,10.5,9.09l3.18-3.18a3.12,3.12,0,0,1,4.41,4.41Z\"/></svg></li><li title=\"capture \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M3,9A1,1,0,0,0,4,8V5A1,1,0,0,1,5,4H8A1,1,0,0,0,8,2H5A3,3,0,0,0,2,5V8A1,1,0,0,0,3,9ZM8,20H5a1,1,0,0,1-1-1V16a1,1,0,0,0-2,0v3a3,3,0,0,0,3,3H8a1,1,0,0,0,0-2ZM12,8a4,4,0,1,0,4,4A4,4,0,0,0,12,8Zm0,6a2,2,0,1,1,2-2A2,2,0,0,1,12,14ZM19,2H16a1,1,0,0,0,0,2h3a1,1,0,0,1,1,1V8a1,1,0,0,0,2,0V5A3,3,0,0,0,19,2Zm2,13a1,1,0,0,0-1,1v3a1,1,0,0,1-1,1H16a1,1,0,0,0,0,2h3a3,3,0,0,0,3-3V16A1,1,0,0,0,21,15Z\"/></svg></li><li title=\"car sideview \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19,9.5h-.32L17.43,6.38A3,3,0,0,0,14.65,4.5h-6A3,3,0,0,0,5.7,6.91L5.18,9.5H5a3,3,0,0,0-3,3v3a1,1,0,0,0,1,1H4a3,3,0,0,0,6,0h4a3,3,0,0,0,6,0h1a1,1,0,0,0,1-1v-3A3,3,0,0,0,19,9.5Zm-6-3h1.65a1,1,0,0,1,.92.63l.95,2.37H13Zm-5.34.8a1,1,0,0,1,1-.8H11v3H7.22ZM7,17.5a1,1,0,1,1,1-1A1,1,0,0,1,7,17.5Zm10,0a1,1,0,1,1,1-1A1,1,0,0,1,17,17.5Zm3-3h-.78a3,3,0,0,0-4.44,0H9.22a3,3,0,0,0-4.44,0H4v-2a1,1,0,0,1,1-1H19a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"car slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M7,13a1,1,0,1,0,1,1A1,1,0,0,0,7,13ZM19.76,9.11,18.41,5.05a3,3,0,0,0-2.85-2H9.66a1,1,0,0,0,0,2h5.9a1,1,0,0,1,1,.69L17.61,9H15.66a1,1,0,0,0,0,2H19a1,1,0,0,1,1,1v3.34a1,1,0,1,0,2,0V12A3,3,0,0,0,19.76,9.11Zm-16-6.82A1,1,0,0,0,2.29,3.71L5.11,6.52,4.24,9.11A3,3,0,0,0,2,12v4a3,3,0,0,0,2,2.82V20a1,1,0,0,0,2,0V19H17.59l.41.41V20a1,1,0,0,0,1,1,.91.91,0,0,0,.46-.13l.83.84a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42Zm3,5.81.9.9H6.39ZM5,17a1,1,0,0,1-1-1V12a1,1,0,0,1,1-1H9.59l2,2H11a1,1,0,0,0,0,2h2a.91.91,0,0,0,.46-.13L15.59,17Z\"/></svg></li><li title=\"car wash \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M7.5,4a1,1,0,0,0,.71-.29l1-1A1,1,0,0,0,7.79,1.29l-1,1a1,1,0,0,0,0,1.42A1,1,0,0,0,7.5,4Zm4,0a1,1,0,0,0,.71-.29l1-1a1,1,0,1,0-1.42-1.42l-1,1a1,1,0,0,0,0,1.42A1,1,0,0,0,11.5,4Zm4,0a1,1,0,0,0,.71-.29l1-1a1,1,0,1,0-1.42-1.42l-1,1a1,1,0,0,0,0,1.42A1,1,0,0,0,15.5,4Zm2.42,11.62a.76.76,0,0,0-.09-.18l-.12-.15-.15-.12a.76.76,0,0,0-.18-.09.6.6,0,0,0-.19-.06,1,1,0,0,0-.9.27,1.58,1.58,0,0,0-.12.15.76.76,0,0,0-.09.18.64.64,0,0,0-.06.18,1.36,1.36,0,0,0,0,.2,1,1,0,0,0,.29.7.91.91,0,0,0,.33.22A1,1,0,0,0,17,17a1,1,0,0,0,1-1,1.36,1.36,0,0,0,0-.2A.64.64,0,0,0,17.92,15.62Zm1.84-4.51L18.4,7.05a3,3,0,0,0-2.84-2H8.44A3,3,0,0,0,5.6,7.05L4.24,11.11A3,3,0,0,0,2,14v4a3,3,0,0,0,2,2.82V22a1,1,0,0,0,2,0V21H18v1a1,1,0,0,0,2,0V20.82A3,3,0,0,0,22,18V14A3,3,0,0,0,19.76,11.11ZM7.49,7.68A1,1,0,0,1,8.44,7h7.12a1,1,0,0,1,1,.68L17.61,11H6.39ZM20,18a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V14a1,1,0,0,1,1-1H19a1,1,0,0,1,1,1Zm-7-3H11a1,1,0,0,0,0,2h2a1,1,0,0,0,0-2Zm-5.08.62a.76.76,0,0,0-.09-.18l-.12-.15a1,1,0,0,0-1.09-.21,1,1,0,0,0-.33.21,1.58,1.58,0,0,0-.12.15.76.76,0,0,0-.09.18A.64.64,0,0,0,6,15.8,1.36,1.36,0,0,0,6,16a1,1,0,0,0,1.71.7A1,1,0,0,0,8,16a1.36,1.36,0,0,0,0-.2A.64.64,0,0,0,7.92,15.62Z\"/></svg></li><li title=\"car \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M6.62,13.08a.9.9,0,0,0-.54.54,1,1,0,0,0,1.3,1.3,1.15,1.15,0,0,0,.33-.21,1.15,1.15,0,0,0,.21-.33A.84.84,0,0,0,8,14a1.05,1.05,0,0,0-.29-.71A1,1,0,0,0,6.62,13.08Zm13.14-4L18.4,5.05a3,3,0,0,0-2.84-2H8.44A3,3,0,0,0,5.6,5.05L4.24,9.11A3,3,0,0,0,2,12v4a3,3,0,0,0,2,2.82V20a1,1,0,0,0,2,0V19H18v1a1,1,0,0,0,2,0V18.82A3,3,0,0,0,22,16V12A3,3,0,0,0,19.76,9.11ZM7.49,5.68A1,1,0,0,1,8.44,5h7.12a1,1,0,0,1,1,.68L17.61,9H6.39ZM20,16a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V12a1,1,0,0,1,1-1H19a1,1,0,0,1,1,1Zm-3.38-2.92a.9.9,0,0,0-.54.54,1,1,0,0,0,1.3,1.3.9.9,0,0,0,.54-.54A.84.84,0,0,0,18,14a1.05,1.05,0,0,0-.29-.71A1,1,0,0,0,16.62,13.08ZM13,13H11a1,1,0,0,0,0,2h2a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"card atm \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M19,4.5H5a3,3,0,0,0-3,3v9a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3v-9A3,3,0,0,0,19,4.5Zm1,12a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1v-9a1,1,0,0,1,1-1H19a1,1,0,0,1,1,1Zm-4-6a3,3,0,0,0-1.51.42,3,3,0,1,0,0,5.16A3,3,0,1,0,16,10.5Zm-2.83,4a1,1,0,0,1-.17,0,1,1,0,0,1,0-2,1,1,0,0,1,.17,0,2.8,2.8,0,0,0,0,1.92Zm2.83,0a1,1,0,1,1,1-1A1,1,0,0,1,16,14.5Z\"/></svg></li><li title=\"caret right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19.5,11.13,5.5,3.05a1,1,0,0,0-1,0,1,1,0,0,0-.5.87V20.08a1,1,0,0,0,.5.87,1,1,0,0,0,1,0l14-8.08a1,1,0,0,0,0-1.74ZM6,18.35V5.65L17,12Z\"/></svg></li><li title=\"cell \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M21.49,4.73,17,2.17a1,1,0,0,0-1,0L12,4.45,8,2.17a1,1,0,0,0-1,0L2.51,4.73A1,1,0,0,0,2,5.6v5.12a1,1,0,0,0,.51.87l4,2.27V18.4a1,1,0,0,0,.51.87l4.5,2.56a1,1,0,0,0,1,0L17,19.27a1,1,0,0,0,.51-.87V13.86l4-2.27a1,1,0,0,0,.51-.87V5.6A1,1,0,0,0,21.49,4.73ZM4,10.14v-4l3.5-2,3.5,2v4l-3.5,2Zm11.5,7.68-3.5,2-3.5-2v-4l3.5-2,3.5,2ZM20,10.14l-3.5,2-3.5-2v-4l3.5-2,3.5,2Z\"/></svg></li><li title=\"celsius \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21,19H15a3,3,0,0,1-3-3V8a3,3,0,0,1,3-3h6a1,1,0,0,0,0-2H15a5,5,0,0,0-5,5v8a5,5,0,0,0,5,5h6a1,1,0,0,0,0-2ZM5,3A3,3,0,1,0,8,6,3,3,0,0,0,5,3ZM5,7A1,1,0,1,1,6,6,1,1,0,0,1,5,7Z\"/></svg></li><li title=\"channel add \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M18,7h1V8a1,1,0,0,0,2,0V7h1a1,1,0,0,0,0-2H21V4a1,1,0,0,0-2,0V5H18a1,1,0,0,0,0,2Zm2,9a3,3,0,0,0-1.73.56l-2.45-1.45A3.74,3.74,0,0,0,16,14a4,4,0,0,0-3-3.86V7.82a3,3,0,1,0-2,0v2.32A4,4,0,0,0,8,14a3.74,3.74,0,0,0,.18,1.11L5.73,16.56A3,3,0,0,0,4,16a3,3,0,1,0,3,3,3,3,0,0,0-.12-.8l2.3-1.37a4,4,0,0,0,5.64,0l2.3,1.37A3,3,0,1,0,20,16ZM4,20a1,1,0,1,1,1-1A1,1,0,0,1,4,20ZM12,4a1,1,0,1,1-1,1A1,1,0,0,1,12,4Zm0,12a2,2,0,1,1,2-2A2,2,0,0,1,12,16Zm8,4a1,1,0,1,1,1-1A1,1,0,0,1,20,20Z\"/></svg></li><li title=\"channel \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M20,16a3,3,0,0,0-1.73.56l-2.45-1.45A3.74,3.74,0,0,0,16,14a4,4,0,0,0-3-3.86V7.82a3,3,0,1,0-2,0v2.32A4,4,0,0,0,8,14a3.74,3.74,0,0,0,.18,1.11L5.73,16.56A3,3,0,0,0,4,16a3,3,0,1,0,3,3,3,3,0,0,0-.12-.8l2.3-1.37a4,4,0,0,0,5.64,0l2.3,1.37A3,3,0,1,0,20,16ZM4,20a1,1,0,1,1,1-1A1,1,0,0,1,4,20ZM12,4a1,1,0,1,1-1,1A1,1,0,0,1,12,4Zm0,12a2,2,0,1,1,2-2A2,2,0,0,1,12,16Zm8,4a1,1,0,1,1,1-1A1,1,0,0,1,20,20Z\"/></svg></li><li title=\"chart bar alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21,20H4V18H7a1,1,0,0,0,0-2H4V14H15a1,1,0,0,0,0-2H4V10h7a1,1,0,0,0,0-2H4V6H19a1,1,0,0,0,0-2H4V3A1,1,0,0,0,2,3V21a1,1,0,0,0,1,1H21a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"chart bar \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21,20H20V5a1,1,0,0,0-2,0V20H16V13a1,1,0,0,0-2,0v7H12V9a1,1,0,0,0-2,0V20H8V17a1,1,0,0,0-2,0v3H4V3A1,1,0,0,0,2,3V21a1,1,0,0,0,1,1H21a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"chart down \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21,11a1,1,0,0,0-1,1v2.59l-6.29-6.3a1,1,0,0,0-1.42,0L9,11.59,3.71,6.29A1,1,0,0,0,2.29,7.71l6,6a1,1,0,0,0,1.42,0L13,10.41,18.59,16H16a1,1,0,0,0,0,2h5a1,1,0,0,0,.38-.08,1,1,0,0,0,.54-.54A1,1,0,0,0,22,17V12A1,1,0,0,0,21,11Z\"/></svg></li><li title=\"chart growth alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21,20H4V18H7a1,1,0,0,0,0-2H4V14h7a1,1,0,0,0,0-2H4V10H15a1,1,0,0,0,0-2H4V6H19a1,1,0,0,0,0-2H4V3A1,1,0,0,0,2,3V21a1,1,0,0,0,1,1H21a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"chart growth \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21,20H20V5a1,1,0,0,0-2,0V20H16V9a1,1,0,0,0-2,0V20H12V13a1,1,0,0,0-2,0v7H8V17a1,1,0,0,0-2,0v3H4V3A1,1,0,0,0,2,3V21a1,1,0,0,0,1,1H21a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"chart line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M7,16a1.5,1.5,0,0,0,1.5-1.5.77.77,0,0,0,0-.15l2.79-2.79.23,0,.23,0,1.61,1.61s0,.05,0,.08a1.5,1.5,0,1,0,3,0v-.08L20,9.5h0A1.5,1.5,0,1,0,18.5,8a.77.77,0,0,0,0,.15l-3.61,3.61h-.16L13,10a1.49,1.49,0,0,0-3,0L7,13H7a1.5,1.5,0,0,0,0,3Zm13.5,4H3.5V3a1,1,0,0,0-2,0V21a1,1,0,0,0,1,1h18a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"chart pie alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M19,12h-7V5c0-0.6-0.4-1-1-1c-5,0-9,4-9,9s4,9,9,9s9-4,9-9C20,12.4,19.6,12,19,12z M12,19.9c-3.8,0.6-7.4-2.1-7.9-5.9C3.5,10.2,6.2,6.6,10,6.1V13c0,0.6,0.4,1,1,1h6.9C17.5,17.1,15.1,19.5,12,19.9z M15,2c-0.6,0-1,0.4-1,1v6c0,0.6,0.4,1,1,1h6c0.6,0,1-0.4,1-1C22,5.1,18.9,2,15,2z M16,8V4.1C18,4.5,19.5,6,19.9,8H16z\"/></svg></li><li title=\"chart pie \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,2a10,10,0,1,0,4.93,18.69l.07,0,.05,0A10,10,0,0,0,12,2Zm1,2.07A8,8,0,0,1,19.93,11H13ZM12,20A8,8,0,0,1,11,4.07V12a1.09,1.09,0,0,0,.07.35l0,.08,0,.07,4,6.87A7.81,7.81,0,0,1,12,20Zm4.83-1.64L13.73,13h6.2A8,8,0,0,1,16.83,18.36Z\"/></svg></li><li title=\"chart \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,6a1,1,0,0,0-1,1V17a1,1,0,0,0,2,0V7A1,1,0,0,0,12,6ZM7,12a1,1,0,0,0-1,1v4a1,1,0,0,0,2,0V13A1,1,0,0,0,7,12Zm10-2a1,1,0,0,0-1,1v6a1,1,0,0,0,2,0V11A1,1,0,0,0,17,10Zm2-8H5A3,3,0,0,0,2,5V19a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V5A3,3,0,0,0,19,2Zm1,17a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V5A1,1,0,0,1,5,4H19a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"chat bubble user \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M14.58,11.3a3.24,3.24,0,0,0,.71-2,3.29,3.29,0,0,0-6.58,0,3.24,3.24,0,0,0,.71,2,5,5,0,0,0-2,2.31,1,1,0,1,0,1.84.78A3,3,0,0,1,12,12.57h0a3,3,0,0,1,2.75,1.82,1,1,0,0,0,.92.61,1.09,1.09,0,0,0,.39-.08,1,1,0,0,0,.53-1.31A5,5,0,0,0,14.58,11.3ZM12,10.57h0a1.29,1.29,0,1,1,1.29-1.28A1.29,1.29,0,0,1,12,10.57ZM18,2H6A3,3,0,0,0,3,5V16a3,3,0,0,0,3,3H8.59l2.7,2.71A1,1,0,0,0,12,22a1,1,0,0,0,.65-.24L15.87,19H18a3,3,0,0,0,3-3V5A3,3,0,0,0,18,2Zm1,14a1,1,0,0,1-1,1H15.5a1,1,0,0,0-.65.24l-2.8,2.4L9.71,17.29A1,1,0,0,0,9,17H6a1,1,0,0,1-1-1V5A1,1,0,0,1,6,4H18a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"chat info \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19.29,3.71a1,1,0,0,0,1.42,0,1.15,1.15,0,0,0,.21-.33A1,1,0,0,0,21,3a1,1,0,0,0-.29-.71l-.15-.12a.76.76,0,0,0-.18-.09,1,1,0,0,0-1.09.21A1,1,0,0,0,19,3a1,1,0,0,0,.08.38A1.15,1.15,0,0,0,19.29,3.71ZM20,5a1,1,0,0,0-1,1v4a1,1,0,0,0,2,0V6A1,1,0,0,0,20,5Zm.06,8a1,1,0,0,0-1.11.87A7,7,0,0,1,12,20H6.41l.64-.63a1,1,0,0,0,0-1.41A7,7,0,0,1,12,6a6.91,6.91,0,0,1,3.49.94,1,1,0,0,0,1-1.72A8.84,8.84,0,0,0,12,4,9,9,0,0,0,5,18.62L3.29,20.29a1,1,0,0,0-.21,1.09A1,1,0,0,0,4,22h8a9,9,0,0,0,8.93-7.88A1,1,0,0,0,20.06,13Z\"/></svg></li><li title=\"chat \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M18,2H6A3,3,0,0,0,3,5V16a3,3,0,0,0,3,3H8.59l2.7,2.71A1,1,0,0,0,12,22a1,1,0,0,0,.65-.24L15.87,19H18a3,3,0,0,0,3-3V5A3,3,0,0,0,18,2Zm1,14a1,1,0,0,1-1,1H15.5a1,1,0,0,0-.65.24l-2.8,2.4L9.71,17.29A1,1,0,0,0,9,17H6a1,1,0,0,1-1-1V5A1,1,0,0,1,6,4H18a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"check circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M14.72,8.79l-4.29,4.3L8.78,11.44a1,1,0,1,0-1.41,1.41l2.35,2.36a1,1,0,0,0,.71.29,1,1,0,0,0,.7-.29l5-5a1,1,0,0,0,0-1.42A1,1,0,0,0,14.72,8.79ZM12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z\"/></svg></li><li title=\"check square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M10.21,14.75a1,1,0,0,0,1.42,0l4.08-4.08a1,1,0,0,0-1.42-1.42l-3.37,3.38L9.71,11.41a1,1,0,0,0-1.42,1.42ZM21,2H3A1,1,0,0,0,2,3V21a1,1,0,0,0,1,1H21a1,1,0,0,0,1-1V3A1,1,0,0,0,21,2ZM20,20H4V4H20Z\"/></svg></li><li title=\"check \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M18.71,7.21a1,1,0,0,0-1.42,0L9.84,14.67,6.71,11.53A1,1,0,1,0,5.29,13l3.84,3.84a1,1,0,0,0,1.42,0l8.16-8.16A1,1,0,0,0,18.71,7.21Z\"/></svg></li><li title=\"circle layer \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M15,2A7,7,0,0,0,8.12,7.74,6,6,0,0,0,5,12.41,5,5,0,1,0,11.59,19a6,6,0,0,0,4.67-3.09A7,7,0,0,0,15,2ZM10,17.43c0,.1,0,.2-.07.31h0a3,3,0,1,1-3.64-3.64h0L6.57,14A2.94,2.94,0,0,1,10,17.43Zm5-3.67a1.8,1.8,0,0,1-.05.19,3.74,3.74,0,0,1-.17.54,4,4,0,0,1-2.7,2.4c0-.18,0-.35-.06-.53s0-.27,0-.4-.12-.38-.18-.57-.07-.24-.12-.36a4.21,4.21,0,0,0-.3-.55c0-.09-.09-.19-.15-.28a5.3,5.3,0,0,0-.6-.73l-.2-.17a5.52,5.52,0,0,0-.53-.43,2.9,2.9,0,0,0-.34-.19,4,4,0,0,0-.5-.27,2.34,2.34,0,0,0-.4-.13,3.13,3.13,0,0,0-.52-.16c-.14,0-.29,0-.44-.06L7.13,12A4,4,0,0,1,9.52,9.3a3.27,3.27,0,0,1,.53-.17l.2-.05A3.74,3.74,0,0,1,11,9a4,4,0,0,1,4,4A3.84,3.84,0,0,1,14.92,13.76Zm2-.16q0-.3,0-.6a6,6,0,0,0-6-6q-.3,0-.6,0A5,5,0,1,1,17,13.6Z\"/></svg></li><li title=\"circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z\"/></svg></li><li title=\"circuit \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M10,13a1,1,0,1,0,1,1A1,1,0,0,0,10,13Zm0-4a1,1,0,1,0,1,1A1,1,0,0,0,10,9Zm4,0a1,1,0,1,0,1,1A1,1,0,0,0,14,9Zm7,4a1,1,0,0,0,0-2H19V9h2a1,1,0,0,0,0-2H18.82A3,3,0,0,0,17,5.18V3a1,1,0,0,0-2,0V5H13V3a1,1,0,0,0-2,0V5H9V3A1,1,0,0,0,7,3V5.18A3,3,0,0,0,5.18,7H3A1,1,0,0,0,3,9H5v2H3a1,1,0,0,0,0,2H5v2H3a1,1,0,0,0,0,2H5.18A3,3,0,0,0,7,18.82V21a1,1,0,0,0,2,0V19h2v2a1,1,0,0,0,2,0V19h2v2a1,1,0,0,0,2,0V18.82A3,3,0,0,0,18.82,17H21a1,1,0,0,0,0-2H19V13Zm-4,3a1,1,0,0,1-1,1H8a1,1,0,0,1-1-1V8A1,1,0,0,1,8,7h8a1,1,0,0,1,1,1Zm-3-3a1,1,0,1,0,1,1A1,1,0,0,0,14,13Z\"/></svg></li><li title=\"clapper board \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19,2H5A3,3,0,0,0,2,5V19a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V5A3,3,0,0,0,19,2ZM16.09,4l-4,4H7.91l4-4ZM4,5A1,1,0,0,1,5,4H9.09l-4,4H4ZM20,19a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V10H20ZM20,8H14.91l4-4H19a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"clinic medical \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M11,12v1H10a1,1,0,0,0,0,2h1v1a1,1,0,0,0,2,0V15h1a1,1,0,0,0,0-2H13V12a1,1,0,0,0-2,0Zm10.66406-1.74756-9-8a.99893.99893,0,0,0-1.32812,0l-9,8a.99991.99991,0,0,0,1.32812,1.49512L4,11.449V21a.99974.99974,0,0,0,1,1H19a.99974.99974,0,0,0,1-1V11.449l.33594.29859a.99991.99991,0,0,0,1.32812-1.49512ZM18,20H6V9.6712l6-5.33331L18,9.6712Z\"/></svg></li><li title=\"clipboard alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M15,14H9a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2Zm0-4H11a1,1,0,0,0,0,2h4a1,1,0,0,0,0-2Zm2-6H15.82A3,3,0,0,0,13,2H11A3,3,0,0,0,8.18,4H7A3,3,0,0,0,4,7V19a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V7A3,3,0,0,0,17,4ZM10,5a1,1,0,0,1,1-1h2a1,1,0,0,1,1,1V6H10Zm8,14a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V7A1,1,0,0,1,7,6H8V7A1,1,0,0,0,9,8h6a1,1,0,0,0,1-1V6h1a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"clipboard blank \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M17,4H16a2,2,0,0,0-2-2H10A2,2,0,0,0,8,4H7A3,3,0,0,0,4,7V19a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V7A3,3,0,0,0,17,4ZM10,4h4V5h0V6H10V4Zm8,15a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V7A1,1,0,0,1,7,6H8a2,2,0,0,0,2,2h4a2,2,0,0,0,2-2h1a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"clipboard notes \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M13,14H9a1,1,0,0,0,0,2h4a1,1,0,0,0,0-2ZM17,4H15.82A3,3,0,0,0,13,2H11A3,3,0,0,0,8.18,4H7A3,3,0,0,0,4,7V19a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V7A3,3,0,0,0,17,4ZM10,5a1,1,0,0,1,1-1h2a1,1,0,0,1,1,1V6H10Zm8,14a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V7A1,1,0,0,1,7,6H8V7A1,1,0,0,0,9,8h6a1,1,0,0,0,1-1V6h1a1,1,0,0,1,1,1Zm-3-9H9a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"clipboard \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M17,4H15.82A3,3,0,0,0,13,2H11A3,3,0,0,0,8.18,4H7A3,3,0,0,0,4,7V19a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V7A3,3,0,0,0,17,4ZM10,5a1,1,0,0,1,1-1h2a1,1,0,0,1,1,1V6H10Zm8,14a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V7A1,1,0,0,1,7,6H8V7A1,1,0,0,0,9,8h6a1,1,0,0,0,1-1V6h1a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"clock eight \"><svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,6a.99974.99974,0,0,0-1,1v4.38379L8.56934,12.60693a.99968.99968,0,1,0,.89843,1.78614l2.98145-1.5A.99874.99874,0,0,0,13,12V7A.99974.99974,0,0,0,12,6Zm0-4A10,10,0,1,0,22,12,10.01146,10.01146,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8.00917,8.00917,0,0,1,12,20Z\"/></svg></li><li title=\"clock five \"><svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10,0,1,0,22,12,10.01146,10.01146,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8.00917,8.00917,0,0,1,12,20Zm1-8.251V7a1,1,0,0,0-2,0v5a1.00586,1.00586,0,0,0,.11816.47217l1.5,2.79883a1.00029,1.00029,0,0,0,1.76368-.94434Z\"/></svg></li><li title=\"clock nine \"><svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,6a.99974.99974,0,0,0-1,1v4H9a1,1,0,0,0,0,2h3a.99974.99974,0,0,0,1-1V7A.99974.99974,0,0,0,12,6Zm0-4A10,10,0,1,0,22,12,10.01146,10.01146,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8.00917,8.00917,0,0,1,12,20Z\"/></svg></li><li title=\"clock seven \"><svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10,0,1,0,22,12,10.01146,10.01146,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8.00917,8.00917,0,0,1,12,20ZM12,6a.99974.99974,0,0,0-1,1v4.749L9.61816,14.32666a1.00029,1.00029,0,0,0,1.76368.94434l1.5-2.79883A1.00586,1.00586,0,0,0,13,12V7A.99974.99974,0,0,0,12,6Z\"/></svg></li><li title=\"clock ten \"><svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,6a.99974.99974,0,0,0-1,1v3.26758L9.90234,9.63379a1.00016,1.00016,0,0,0-1,1.73242l2.59766,1.5A1,1,0,0,0,13,12V7A.99974.99974,0,0,0,12,6Zm0-4A10,10,0,1,0,22,12,10.01146,10.01146,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8.00917,8.00917,0,0,1,12,20Z\"/></svg></li><li title=\"clock three \"><svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M15,11H13V7a1,1,0,0,0-2,0v5a1,1,0,0,0,1,1h3a1,1,0,0,0,0-2ZM12,2A10,10,0,1,0,22,12,10.01114,10.01114,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8.00917,8.00917,0,0,1,12,20Z\"/></svg></li><li title=\"clock two \"><svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10,0,1,0,22,12,10.01114,10.01114,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8.00917,8.00917,0,0,1,12,20ZM14.09814,9.63379,13,10.26807V7a1,1,0,0,0-2,0v5a1.00025,1.00025,0,0,0,1.5.86621l2.59814-1.5a1.00016,1.00016,0,1,0-1-1.73242Z\"/></svg></li><li title=\"clock \"><svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M15.09814,12.63379,13,11.42285V7a1,1,0,0,0-2,0v5a.99985.99985,0,0,0,.5.86621l2.59814,1.5a1.00016,1.00016,0,1,0,1-1.73242ZM12,2A10,10,0,1,0,22,12,10.01114,10.01114,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8.00917,8.00917,0,0,1,12,20Z\"/></svg></li><li title=\"closed captioning slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,0,1-8-8A7.92,7.92,0,0,1,5.69,7.1L7.2,8.61A3,3,0,0,0,6,11v2a3,3,0,0,0,5.59,1.5,1,1,0,1,0-1.72-1,1,1,0,0,1-1.58.19A.93.93,0,0,1,8,13V11a1,1,0,0,1,.67-.92L12,13.46A3,3,0,0,0,14.54,16l2.36,2.36A7.92,7.92,0,0,1,12,20Zm6.31-3.1-1.52-1.52a2.94,2.94,0,0,0,.8-.88,1,1,0,1,0-1.72-1,1,1,0,0,1-.55.41L14,12.59V11a1,1,0,0,1,1.88-.48,1,1,0,0,0,1.37.34,1,1,0,0,0,.34-1.38,3.08,3.08,0,0,0-.46-.59A3,3,0,0,0,12,10.62l-.35-.35a1,1,0,0,0-.1-.79,3.08,3.08,0,0,0-.46-.59,2.94,2.94,0,0,0-1.67-.84L7.1,5.69A7.92,7.92,0,0,1,12,4a8,8,0,0,1,8,8A7.92,7.92,0,0,1,18.31,16.9Z\"/></svg></li><li title=\"closed captioning \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M11.24,13.14a1,1,0,0,0-1.37.36,1,1,0,0,1-1.58.19A.93.93,0,0,1,8,13V11a1,1,0,0,1,1.88-.48,1,1,0,0,0,1.37.34,1,1,0,0,0,.34-1.38,3.08,3.08,0,0,0-.46-.59A3,3,0,0,0,9,8a3,3,0,0,0-3,3v2a3,3,0,0,0,5.59,1.5A1,1,0,0,0,11.24,13.14Zm6,0a1,1,0,0,0-1.37.36,1,1,0,0,1-1.58.19A.93.93,0,0,1,14,13V11a1,1,0,0,1,1.88-.48,1,1,0,0,0,1.37.34,1,1,0,0,0,.34-1.38,3.08,3.08,0,0,0-.46-.59A3,3,0,0,0,15,8a3,3,0,0,0-3,3v2a3,3,0,0,0,5.59,1.5A1,1,0,0,0,17.24,13.14ZM12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z\"/></svg></li><li title=\"cloud block \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M18.42,7.72A7,7,0,0,0,5.06,9.61a4,4,0,0,0-.38,7.66,1.13,1.13,0,0,0,.32.05,1,1,0,0,0,.32-2A2,2,0,0,1,4,13.5a2,2,0,0,1,2-2,1,1,0,0,0,1-1,5,5,0,0,1,9.73-1.61,1,1,0,0,0,.78.67,3,3,0,0,1,1,5.53,1,1,0,1,0,1,1.74A5,5,0,0,0,22,12.5,5,5,0,0,0,18.42,7.72Zm-9.25,6a4,4,0,1,0,5.66,0A4.1,4.1,0,0,0,9.17,13.67ZM10,16.5a2,2,0,0,1,2-2,2.09,2.09,0,0,1,.51.07L10.07,17A2.09,2.09,0,0,1,10,16.5Zm3.41,1.41a2,2,0,0,1-1.91.5L13.93,16a2.09,2.09,0,0,1,.07.51A2,2,0,0,1,13.41,17.91Z\"/></svg></li><li title=\"cloud bookmark \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M15,11H10a1,1,0,0,0-1,1v8a1,1,0,0,0,1.56.83l1.94-1.3,1.89,1.26A1,1,0,0,0,15,21a1,1,0,0,0,.44-.1A1,1,0,0,0,16,20V12A1,1,0,0,0,15,11Zm-1,7.12-.94-.63a1,1,0,0,0-1.12,0l-.94.64V13h3Zm4.42-10.9A7,7,0,0,0,5.06,9.11,4,4,0,0,0,6,17a1,1,0,0,0,0-2,2,2,0,0,1,0-4,1,1,0,0,0,1-1,5,5,0,0,1,9.73-1.61,1,1,0,0,0,.78.67,3,3,0,0,1,1,5.53,1,1,0,1,0,1,1.74A5,5,0,0,0,22,12,5,5,0,0,0,18.42,7.22Z\"/></svg></li><li title=\"cloud check \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M14.29,14.19,11,17.48,9.71,16.19a1,1,0,0,0-1.42,0,1,1,0,0,0,0,1.41l2,2a1,1,0,0,0,1.42,0l4-4a1,1,0,0,0,0-1.41A1,1,0,0,0,14.29,14.19Zm4.13-5.87a7,7,0,0,0-13.36,1.9,4,4,0,0,0-.38,7.65A1,1,0,1,0,5.32,16,2,2,0,0,1,4,14.1a2,2,0,0,1,2-2,1,1,0,0,0,1-1,5,5,0,0,1,9.73-1.6,1,1,0,0,0,.78.66A3,3,0,0,1,17.75,16,1,1,0,0,0,18,18l.25,0a5,5,0,0,0,.17-9.62Z\"/></svg></li><li title=\"cloud computing \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M21,20H18a1,1,0,0,1-1-1V16a5,5,0,0,0,1.42-9.78A7,7,0,0,0,5.06,8.11,4,4,0,0,0,6,16H7v3a1,1,0,0,1-1,1H3a1,1,0,0,0,0,2H6a3,3,0,0,0,3-3V16h2v5a1,1,0,0,0,2,0V16h2v3a3,3,0,0,0,3,3h3a1,1,0,0,0,0-2ZM6,14a2,2,0,0,1,0-4A1,1,0,0,0,7,9a5,5,0,0,1,9.73-1.61,1,1,0,0,0,.78.67A3,3,0,0,1,20,11a3,3,0,0,1-3,3Z\"/></svg></li><li title=\"cloud data connection \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M21,18.5H14.82A3,3,0,0,0,13,16.68V13.5h3.17A4.33,4.33,0,0,0,17.47,5,6,6,0,0,0,6.06,6.63,3.5,3.5,0,0,0,7,13.5h4v3.18A3,3,0,0,0,9.18,18.5H3a1,1,0,0,0,0,2H9.18a3,3,0,0,0,5.64,0H21a1,1,0,0,0,0-2Zm-14-7a1.5,1.5,0,0,1,0-3,1,1,0,0,0,1-1,4,4,0,0,1,7.79-1.29,1,1,0,0,0,.78.67A2.31,2.31,0,0,1,18.5,9.17a2.34,2.34,0,0,1-2.33,2.33Zm5,9a1,1,0,1,1,1-1A1,1,0,0,1,12,20.5Z\"/></svg></li><li title=\"cloud database tree \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M22.5,14.5a2,2,0,0,0-2-2h-6a2,2,0,0,0-2,2h-3v-3h2.33A3.66,3.66,0,0,0,13,4.37,5,5,0,0,0,3.57,5.65,3,3,0,0,0,4.5,11.5h3v8a1,1,0,0,0,1,1h4a2,2,0,0,0,2,2h6a2,2,0,0,0,2-2v-2a2,2,0,0,0-.28-1,2,2,0,0,0,.28-1Zm-18-5a1,1,0,0,1,0-2,1,1,0,0,0,1-1,3,3,0,0,1,5.84-1,1,1,0,0,0,.78.66A1.65,1.65,0,0,1,13.5,7.83,1.67,1.67,0,0,1,11.83,9.5Zm8,9h-3v-2h3a2,2,0,0,0,.28,1A2,2,0,0,0,12.5,18.5Zm2,2v-2h6v2Zm0-4v-2h6v2Z\"/></svg></li><li title=\"cloud download \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M14.29,17.29,13,18.59V13a1,1,0,0,0-2,0v5.59l-1.29-1.3a1,1,0,0,0-1.42,1.42l3,3a1,1,0,0,0,.33.21.94.94,0,0,0,.76,0,1,1,0,0,0,.33-.21l3-3a1,1,0,0,0-1.42-1.42ZM18.42,6.22A7,7,0,0,0,5.06,8.11,4,4,0,0,0,6,16a1,1,0,0,0,0-2,2,2,0,0,1,0-4A1,1,0,0,0,7,9a5,5,0,0,1,9.73-1.61,1,1,0,0,0,.78.67,3,3,0,0,1,.24,5.84,1,1,0,1,0,.5,1.94,5,5,0,0,0,.17-9.62Z\"/></svg></li><li title=\"cloud drizzle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,19a1,1,0,0,0-1,1v1a1,1,0,0,0,2,0V20A1,1,0,0,0,12,19ZM8,11a1,1,0,0,0-1,1v1a1,1,0,0,0,2,0V12A1,1,0,0,0,8,11Zm0,5a1,1,0,0,0-1,1v1a1,1,0,0,0,2,0V17A1,1,0,0,0,8,16Zm4-2a1,1,0,0,0-1,1v1a1,1,0,0,0,2,0V15A1,1,0,0,0,12,14Zm6.42-7.78A7,7,0,0,0,5.06,8.11,4,4,0,0,0,2,12a4,4,0,0,0,1.34,3,1,1,0,1,0,1.32-1.5A2,2,0,0,1,4,12a2,2,0,0,1,2-2A1,1,0,0,0,7,9a5,5,0,0,1,9.73-1.61,1,1,0,0,0,.78.67A3,3,0,0,1,20,11a2.91,2.91,0,0,1-.74,2,1,1,0,0,0,1.48,1.34,5,5,0,0,0-2.32-8.08ZM16,11a1,1,0,0,0-1,1v1a1,1,0,0,0,2,0V12A1,1,0,0,0,16,11Zm0,5a1,1,0,0,0-1,1v1a1,1,0,0,0,2,0V17A1,1,0,0,0,16,16ZM12,9a1,1,0,0,0-1,1v1a1,1,0,0,0,2,0V10A1,1,0,0,0,12,9Z\"/></svg></li><li title=\"cloud exclamation \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12.71,18.79a1.15,1.15,0,0,0-.33-.21,1,1,0,0,0-1.09.21,1.05,1.05,0,0,0-.29.71,1,1,0,0,0,.29.71,1.15,1.15,0,0,0,.33.21,1,1,0,0,0,1.3-1.3A1,1,0,0,0,12.71,18.79ZM12,12.5a1,1,0,0,0-1,1v3a1,1,0,0,0,2,0v-3A1,1,0,0,0,12,12.5Zm6.42-4.79A7,7,0,0,0,5.06,9.61,4,4,0,0,0,6,17.5H8a1,1,0,0,0,0-2H6a2,2,0,0,1,0-4,1,1,0,0,0,1-1,5,5,0,0,1,9.73-1.61,1,1,0,0,0,.78.66A3,3,0,0,1,17,15.5H16a1,1,0,0,0,0,2h1a5,5,0,0,0,1.42-9.79Z\"/></svg></li><li title=\"cloud hail \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,17a1,1,0,1,0,1,1A1,1,0,0,0,12,17ZM8,11a1,1,0,1,0,1,1A1,1,0,0,0,8,11Zm4,2a1,1,0,1,0,1,1A1,1,0,0,0,12,13ZM8,19a1,1,0,1,0,1,1A1,1,0,0,0,8,19Zm0-4a1,1,0,1,0,1,1A1,1,0,0,0,8,15Zm8,0a1,1,0,1,0,1,1A1,1,0,0,0,16,15ZM12,9a1,1,0,1,0,1,1A1,1,0,0,0,12,9Zm4,2a1,1,0,1,0,1,1A1,1,0,0,0,16,11Zm2.42-4.78A7,7,0,0,0,5.06,8.11,4,4,0,0,0,2,12a4,4,0,0,0,1.34,3,1,1,0,1,0,1.32-1.5A2,2,0,0,1,4,12a2,2,0,0,1,2-2A1,1,0,0,0,7,9a5,5,0,0,1,9.73-1.61,1,1,0,0,0,.78.67A3,3,0,0,1,20,11a2.91,2.91,0,0,1-.74,2,1,1,0,0,0,1.48,1.34,5,5,0,0,0-2.32-8.08ZM16,19a1,1,0,1,0,1,1A1,1,0,0,0,16,19Z\"/></svg></li><li title=\"cloud heart \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M18.42,7.72A7,7,0,0,0,5.06,9.61a4,4,0,0,0-.38,7.66,1.13,1.13,0,0,0,.32.05,1,1,0,0,0,.32-2A2,2,0,0,1,4,13.5a2,2,0,0,1,2-2,1,1,0,0,0,1-1,5,5,0,0,1,9.73-1.61,1,1,0,0,0,.78.67,3,3,0,0,1,1,5.53,1,1,0,1,0,1,1.74A5,5,0,0,0,22,12.5,5,5,0,0,0,18.42,7.72ZM12,12.83a2.94,2.94,0,0,0-3.43.53,2.93,2.93,0,0,0,0,4.13l2.72,2.72a1,1,0,0,0,1.42,0l2.72-2.72a2.93,2.93,0,0,0,0-4.13A2.94,2.94,0,0,0,12,12.83Zm2,3.24-2,2-2-2a.88.88,0,0,1-.27-.65.89.89,0,0,1,.27-.65.92.92,0,0,1,1.3,0,1,1,0,0,0,1.42,0,.94.94,0,0,1,1.3,0,.89.89,0,0,1,.27.65A.88.88,0,0,1,14,16.07Z\"/></svg></li><li title=\"cloud info \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M11.29,12.29A1,1,0,0,0,12,14l.19,0a.6.6,0,0,0,.19-.06.56.56,0,0,0,.17-.09l.15-.12a1,1,0,0,0,0-1.42A1,1,0,0,0,11.29,12.29ZM12,15a1,1,0,0,0-1,1v3a1,1,0,0,0,2,0V16A1,1,0,0,0,12,15Zm6.42-6.78A7,7,0,0,0,5.06,10.11,4,4,0,0,0,6,18H8a1,1,0,0,0,0-2H6a2,2,0,0,1,0-4,1,1,0,0,0,1-1,5,5,0,0,1,9.73-1.61,1,1,0,0,0,.78.67A3,3,0,0,1,20,13a3,3,0,0,1-3,3H16a1,1,0,0,0,0,2h1a5,5,0,0,0,1.42-9.78Z\"/></svg></li><li title=\"cloud lock \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M18.42,6.72A7,7,0,0,0,5.06,8.61a4,4,0,0,0-.38,7.66,1.13,1.13,0,0,0,.32.05,1,1,0,0,0,.32-2A2,2,0,0,1,4,12.5a2,2,0,0,1,2-2,1,1,0,0,0,1-1,5,5,0,0,1,9.73-1.61,1,1,0,0,0,.78.67,3,3,0,0,1,1,5.53,1,1,0,1,0,1,1.74A5,5,0,0,0,22,11.5,5,5,0,0,0,18.42,6.72Zm-3.42,9V14.5a3,3,0,0,0-6,0v1.18a3,3,0,0,0,1,5.82h4a3,3,0,0,0,1-5.82ZM11,14.5a1,1,0,0,1,2,0v1H11Zm3,5H10a1,1,0,0,1,0-2h4a1,1,0,0,1,0,2Z\"/></svg></li><li title=\"cloud meatball \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M14.5,15.92h-.77l.39-.67a1,1,0,0,0-1.74-1l-.38.67-.38-.67a1,1,0,0,0-1.74,1l.39.67H9.5a1,1,0,0,0,0,2h.77l-.39.66a1,1,0,0,0,1.74,1l.38-.66.38.66a1,1,0,0,0,1.74-1l-.39-.66h.77a1,1,0,0,0,0-2Zm3.92-7.79A7,7,0,0,0,5.06,10,4,4,0,0,0,2,13.92a4,4,0,0,0,3.34,3.93l.16,0a1,1,0,0,0,.16-2,2,2,0,0,1-1.66-2,2,2,0,0,1,2-2,1,1,0,0,0,1-1,5,5,0,0,1,9.73-1.61,1,1,0,0,0,.78.66,3,3,0,0,1,.62,5.72,1,1,0,1,0,.74,1.85,5,5,0,0,0-.45-9.41Z\"/></svg></li><li title=\"cloud moon hail \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M9.21,16.29a1,1,0,0,0-.33-.21,1,1,0,0,0-1.09.21,1.15,1.15,0,0,0-.21.33A.84.84,0,0,0,7.5,17a1,1,0,0,0,1.38.92,1.15,1.15,0,0,0,.33-.21,1,1,0,0,0,.21-1.09A1.15,1.15,0,0,0,9.21,16.29Zm0,4a1.15,1.15,0,0,0-.33-.21,1,1,0,0,0-1.09.21,1.15,1.15,0,0,0-.21.33,1,1,0,1,0,1.84,0A1.15,1.15,0,0,0,9.21,20.29Zm3.85-6.12-.18-.09L12.7,14a1,1,0,0,0-.58.06.93.93,0,0,0-.33.21,1,1,0,0,0-.29.71,1,1,0,0,0,.29.71,1.15,1.15,0,0,0,.33.21.94.94,0,0,0,.76,0,1.15,1.15,0,0,0,.33-.21A1,1,0,0,0,13.5,15a1.05,1.05,0,0,0-.29-.71Zm.15,4.12a1,1,0,0,0-1.09-.21.9.9,0,0,0-.54.54,1,1,0,0,0,.21,1.09,1.15,1.15,0,0,0,.33.21.94.94,0,0,0,.76,0,1.15,1.15,0,0,0,.33-.21,1,1,0,0,0,.21-1.09A1.15,1.15,0,0,0,13.21,18.29ZM21.7,7.07a1,1,0,0,0-.94-.26,3,3,0,0,1-.65.08,3,3,0,0,1-3-3,3,3,0,0,1,.08-.65A1,1,0,0,0,16,2a4.93,4.93,0,0,0-3.83,4.21A6.24,6.24,0,0,0,10.5,6a6,6,0,0,0-5.94,5.13,3.5,3.5,0,0,0-.46,6.58,1.14,1.14,0,0,0,.4.08,1,1,0,0,0,.4-1.92A1.48,1.48,0,0,1,4,14.5,1.5,1.5,0,0,1,5.5,13a1,1,0,0,0,1-1,4,4,0,0,1,4-4,4.06,4.06,0,0,1,2.19.66h0a4,4,0,0,1,1.58,2,1,1,0,0,0,.78.67A2.32,2.32,0,0,1,16,15.61a1,1,0,0,0,1.1,1.68A4.34,4.34,0,0,0,19,13.67a4.23,4.23,0,0,0-.49-2A4.94,4.94,0,0,0,22,8,1,1,0,0,0,21.7,7.07ZM17.11,9.89a2.72,2.72,0,0,1-.42,0A4.6,4.6,0,0,0,16,9.54a6.06,6.06,0,0,0-1.82-2.28c0-.12,0-.25,0-.37a3,3,0,0,1,1.05-2.28,5,5,0,0,0,4.23,4.23A3,3,0,0,1,17.11,9.89Z\"/></svg></li><li title=\"cloud moon meatball \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21.7,8a1,1,0,0,0-.94-.26,3,3,0,0,1-.65.08,3,3,0,0,1-3-3,3.05,3.05,0,0,1,.08-.66,1,1,0,0,0-.26-.94A1,1,0,0,0,16,2.94a5,5,0,0,0-3.83,4.22,5.86,5.86,0,0,0-1.67-.24A6,6,0,0,0,4.56,12,3.52,3.52,0,0,0,2,15.42a3.47,3.47,0,0,0,1.41,2.79A1,1,0,1,0,4.59,16.6,1.46,1.46,0,0,1,4,15.42a1.5,1.5,0,0,1,1.5-1.5,1,1,0,0,0,1-1,4,4,0,0,1,6.17-3.35l0,0a3.9,3.9,0,0,1,1.57,2,1,1,0,0,0,.78.66,2.33,2.33,0,0,1,.54,4.44,1,1,0,0,0-.52,1.32,1,1,0,0,0,.92.6,1,1,0,0,0,.4-.09,4.33,4.33,0,0,0,2.6-4,4.23,4.23,0,0,0-.49-2A4.94,4.94,0,0,0,22,8.92,1,1,0,0,0,21.7,8Zm-4.59,2.82a2.72,2.72,0,0,1-.42,0,4.6,4.6,0,0,0-.72-.31,5.91,5.91,0,0,0-1.82-2.28c0-.12,0-.25,0-.37a3,3,0,0,1,1.05-2.28,5,5,0,0,0,4.23,4.22A3,3,0,0,1,17.11,10.81ZM12.5,16.92h-.77l.39-.67a1,1,0,0,0-1.74-1l-.38.67-.38-.67a1,1,0,0,0-1.74,1l.39.67H7.5a1,1,0,0,0,0,2h.77l-.39.66a1,1,0,0,0,1.74,1l.38-.66.38.66a1,1,0,1,0,1.74-1l-.39-.66h.77a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"cloud moon rain \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M8.5,14a1,1,0,0,0-1,1v1a1,1,0,0,0,2,0V15A1,1,0,0,0,8.5,14Zm0,5a1,1,0,0,0-1,1v1a1,1,0,0,0,2,0V20A1,1,0,0,0,8.5,19ZM21.7,7.07a1,1,0,0,0-.94-.26,3,3,0,0,1-.65.08,3,3,0,0,1-3-3,3.13,3.13,0,0,1,.08-.66,1,1,0,0,0-.26-.93A1,1,0,0,0,16,2a4.93,4.93,0,0,0-3.83,4.21A6.24,6.24,0,0,0,10.5,6a6,6,0,0,0-5.94,5.13,3.5,3.5,0,0,0-.46,6.58,1.14,1.14,0,0,0,.4.08,1,1,0,0,0,.4-1.92A1.48,1.48,0,0,1,4,14.5,1.5,1.5,0,0,1,5.5,13a1,1,0,0,0,1-1,4,4,0,0,1,4-4,3.91,3.91,0,0,1,2.17.66l0,0a3.94,3.94,0,0,1,1.57,2,1,1,0,0,0,.78.67A2.32,2.32,0,0,1,16,15.61a1,1,0,0,0,1.1,1.68A4.32,4.32,0,0,0,19,13.67a4.23,4.23,0,0,0-.49-2A4.94,4.94,0,0,0,22,8,1,1,0,0,0,21.7,7.07ZM17.11,9.89a2.72,2.72,0,0,1-.42,0A4.6,4.6,0,0,0,16,9.54a6.06,6.06,0,0,0-1.82-2.28c0-.12,0-.25,0-.37a3,3,0,0,1,1.05-2.28,5,5,0,0,0,4.23,4.23A3,3,0,0,1,17.11,9.89ZM12.5,13a1,1,0,0,0-1,1v1a1,1,0,0,0,2,0V14A1,1,0,0,0,12.5,13Zm0,5a1,1,0,0,0-1,1v1a1,1,0,0,0,2,0V19A1,1,0,0,0,12.5,18Z\"/></svg></li><li title=\"cloud moon showers \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M8.5,14a1,1,0,0,0-1,1v6a1,1,0,0,0,2,0V15A1,1,0,0,0,8.5,14Zm4-1a1,1,0,0,0-1,1v6a1,1,0,0,0,2,0V14A1,1,0,0,0,12.5,13Zm9.2-5.93a1,1,0,0,0-.94-.26,3,3,0,0,1-.65.08,3,3,0,0,1-3-3,3.13,3.13,0,0,1,.08-.66,1,1,0,0,0-.26-.93A1,1,0,0,0,16,2a4.93,4.93,0,0,0-3.83,4.21A6.24,6.24,0,0,0,10.5,6a6,6,0,0,0-5.94,5.13,3.5,3.5,0,0,0-.46,6.58,1.14,1.14,0,0,0,.4.08,1,1,0,0,0,.4-1.92A1.48,1.48,0,0,1,4,14.5,1.5,1.5,0,0,1,5.5,13a1,1,0,0,0,1-1,4,4,0,0,1,4-4,3.91,3.91,0,0,1,2.17.66l0,0a3.94,3.94,0,0,1,1.57,2,1,1,0,0,0,.78.67A2.32,2.32,0,0,1,16,15.61a1,1,0,0,0,1.1,1.68A4.32,4.32,0,0,0,19,13.67a4.23,4.23,0,0,0-.49-2A4.94,4.94,0,0,0,22,8,1,1,0,0,0,21.7,7.07ZM17.11,9.89a2.72,2.72,0,0,1-.42,0A4.6,4.6,0,0,0,16,9.54a6.06,6.06,0,0,0-1.82-2.28c0-.12,0-.25,0-.37a3,3,0,0,1,1.05-2.28,5,5,0,0,0,4.23,4.23A3,3,0,0,1,17.11,9.89Z\"/></svg></li><li title=\"cloud moon \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21.7,9.07a1,1,0,0,0-.93-.26,3.13,3.13,0,0,1-.66.08,3,3,0,0,1-3-3,3.13,3.13,0,0,1,.08-.66,1,1,0,0,0-.26-.93A1,1,0,0,0,16,4a4.93,4.93,0,0,0-3.83,4.21A6.24,6.24,0,0,0,10.5,8a6,6,0,0,0-5.94,5.13A3.5,3.5,0,0,0,5.5,20h9.17A4.33,4.33,0,0,0,19,15.67a4.23,4.23,0,0,0-.49-2A4.94,4.94,0,0,0,22,10,1,1,0,0,0,21.7,9.07Zm-7,8.93H5.5a1.5,1.5,0,0,1,0-3,1,1,0,0,0,1-1,4,4,0,0,1,6.18-3.34l0,0a3.94,3.94,0,0,1,1.57,2,1,1,0,0,0,.78.67A2.33,2.33,0,0,1,14.67,18Zm2.44-6.11a2.61,2.61,0,0,1-.42,0,4.6,4.6,0,0,0-.72-.31,6.06,6.06,0,0,0-1.82-2.28c0-.12,0-.25,0-.37a3,3,0,0,1,1.05-2.28,5,5,0,0,0,4.23,4.23A3,3,0,0,1,17.11,11.89Z\"/></svg></li><li title=\"cloud question \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M18.42,8.22A7,7,0,0,0,5.06,10.11,4,4,0,0,0,6,18H8a1,1,0,0,0,0-2H6a2,2,0,0,1,0-4,1,1,0,0,0,1-1,5,5,0,0,1,9.73-1.61,1,1,0,0,0,.78.67A3,3,0,0,1,20,13a3,3,0,0,1-3,3,1,1,0,0,0,0,2,5,5,0,0,0,1.42-9.78Zm-5.5,10.4a.56.56,0,0,0-.09-.17l-.12-.16a1.15,1.15,0,0,0-.33-.21,1,1,0,0,0-1.09.21l-.12.16a.56.56,0,0,0-.09.17.64.64,0,0,0-.06.18,1.5,1.5,0,0,0,0,.2,1.23,1.23,0,0,0,0,.19.6.6,0,0,0,.06.19.56.56,0,0,0,.09.17l.12.16A1.05,1.05,0,0,0,12,20a1,1,0,0,0,.38-.08,1.15,1.15,0,0,0,.33-.21l.12-.16a.56.56,0,0,0,.09-.17.6.6,0,0,0,.06-.19A1.23,1.23,0,0,0,13,19a1.5,1.5,0,0,0,0-.2A.64.64,0,0,0,12.92,18.62ZM12,11a3,3,0,0,0-2.6,1.5,1,1,0,0,0,.37,1.37,1,1,0,0,0,1.36-.37A1,1,0,0,1,12,13a1,1,0,0,1,0,2,1,1,0,0,0,0,2,3,3,0,0,0,0-6Z\"/></svg></li><li title=\"cloud rain sun \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21,7h-.8a4.25,4.25,0,0,0-.52-1.27l.56-.56a1,1,0,0,0-1.41-1.41l-.56.56A4.25,4.25,0,0,0,17,3.8V3a1,1,0,0,0-2,0v.8a4.1,4.1,0,0,0-1.26.52l-.57-.56a1,1,0,0,0-1.41,1.41l.56.57c-.09.15-.16.32-.24.48A5.85,5.85,0,0,0,10.5,6a6,6,0,0,0-5.94,5.13,3.5,3.5,0,0,0-.46,6.58,1.14,1.14,0,0,0,.4.08,1,1,0,0,0,.4-1.92A1.48,1.48,0,0,1,4,14.5,1.5,1.5,0,0,1,5.5,13a1,1,0,0,0,1-1,4,4,0,0,1,7.78-1.29,1,1,0,0,0,.78.67A2.32,2.32,0,0,1,16,15.61a1,1,0,0,0,1.1,1.68A4.34,4.34,0,0,0,19,13.67a4.19,4.19,0,0,0-.3-1.55l.13.12a1,1,0,0,0,.7.29,1,1,0,0,0,.71-.29,1,1,0,0,0,0-1.41l-.56-.56A4.25,4.25,0,0,0,20.2,9H21a1,1,0,0,0,0-2ZM17.66,9.65h0a2.09,2.09,0,0,1-.6.42A4.17,4.17,0,0,0,16,9.54a6.12,6.12,0,0,0-2.09-2.49,2.42,2.42,0,0,1,.46-.7h0a2.43,2.43,0,0,1,3.3,0h0a2.37,2.37,0,0,1,0,3.3ZM8.5,14a1,1,0,0,0-1,1v6a1,1,0,0,0,2,0V15A1,1,0,0,0,8.5,14Zm4-1a1,1,0,0,0-1,1v6a1,1,0,0,0,2,0V14A1,1,0,0,0,12.5,13Z\"/></svg></li><li title=\"cloud rain \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12.56,12.67a1,1,0,0,0-1.12,0c-.11.08-2.69,1.86-2.69,4.58a3.25,3.25,0,0,0,6.5,0C15.25,14.5,12.67,12.74,12.56,12.67ZM12,18.5a1.25,1.25,0,0,1-1.25-1.25A3.66,3.66,0,0,1,12,14.8a3.61,3.61,0,0,1,1.25,2.45A1.25,1.25,0,0,1,12,18.5ZM18.42,7.72A7,7,0,0,0,5.06,9.61a4,4,0,0,0,.61,7.87h.08a1,1,0,0,0,1-.92,1,1,0,0,0-.92-1.08A2,2,0,0,1,4,13.5a2,2,0,0,1,2-2,1,1,0,0,0,1-1,5,5,0,0,1,9.73-1.61,1,1,0,0,0,.78.67,3,3,0,0,1,.43,5.79,1,1,0,0,0,.62,1.9,5,5,0,0,0-.14-9.53Z\"/></svg></li><li title=\"cloud redo \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M15,12.5a1,1,0,0,0-.91.6,4,4,0,1,0,.55,6.4A1,1,0,1,0,13.32,18a2,2,0,0,1-1.32.5,2,2,0,1,1,1-3.75h-.22a1,1,0,0,0,0,2H15a1,1,0,0,0,1-1V13.5A1,1,0,0,0,15,12.5Zm3.42-4.78A7,7,0,0,0,5.06,9.61a4,4,0,0,0-.38,7.66,1.13,1.13,0,0,0,.32.05,1,1,0,0,0,.32-2A2,2,0,0,1,4,13.5a2,2,0,0,1,2-2,1,1,0,0,0,1-1,5,5,0,0,1,9.73-1.61,1,1,0,0,0,.78.67,3,3,0,0,1,1,5.53,1,1,0,1,0,1,1.74A5,5,0,0,0,22,12.5,5,5,0,0,0,18.42,7.72Z\"/></svg></li><li title=\"cloud share \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M14.5,15a2,2,0,1,0-2-2l-1.9.87a2,2,0,0,0-1.1-.33,2,2,0,0,0,0,4,1.88,1.88,0,0,0,.92-.24l2.1,1a2,2,0,1,0,.8-1.84l-1.75-.8,1.91-.88A2,2,0,0,0,14.5,15Zm3.92-7.78A7,7,0,0,0,5.06,9.11a4,4,0,0,0-.38,7.66,1.13,1.13,0,0,0,.32.05,1,1,0,0,0,.32-2A2,2,0,0,1,4,13a2,2,0,0,1,2-2,1,1,0,0,0,1-1,5,5,0,0,1,9.73-1.61,1,1,0,0,0,.78.67,3,3,0,0,1,1,5.53,1,1,0,1,0,1,1.74A5,5,0,0,0,22,12,5,5,0,0,0,18.42,7.22Z\"/></svg></li><li title=\"cloud shield \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M18.42,7.22A7,7,0,0,0,5.06,9.11a4,4,0,0,0-.38,7.66,1.13,1.13,0,0,0,.32.05,1,1,0,0,0,.32-2A2,2,0,0,1,4,13a2,2,0,0,1,2-2,1,1,0,0,0,1-1,5,5,0,0,1,9.73-1.61,1,1,0,0,0,.78.67,3,3,0,0,1,1,5.53,1,1,0,1,0,1,1.74A5,5,0,0,0,22,12,5,5,0,0,0,18.42,7.22Zm-3.63,4.44a2.73,2.73,0,0,1-2.2-.47,1,1,0,0,0-1.18,0,2.72,2.72,0,0,1-2.2.47,1,1,0,0,0-.84.2,1,1,0,0,0-.37.77V16a4.63,4.63,0,0,0,1.84,3.7l1.57,1.15a1,1,0,0,0,1.18,0l1.57-1.16A4.6,4.6,0,0,0,16,16V12.63a1,1,0,0,0-.37-.77A1,1,0,0,0,14.79,11.66ZM14,16A2.62,2.62,0,0,1,13,18l-1,.72L11,18A2.62,2.62,0,0,1,10,16V13.72a4.68,4.68,0,0,0,2-.55,4.68,4.68,0,0,0,2,.55Z\"/></svg></li><li title=\"cloud showers alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M8,13a1,1,0,0,0-1,1v5a1,1,0,0,0,2,0V14A1,1,0,0,0,8,13Zm4-2a1,1,0,0,0-1,1v9a1,1,0,0,0,2,0V12A1,1,0,0,0,12,11Zm6.42-4.78A7,7,0,0,0,5.06,8.11,4,4,0,0,0,2,12a4,4,0,0,0,1.34,3,1,1,0,1,0,1.32-1.5A2,2,0,0,1,4,12a2,2,0,0,1,2-2A1,1,0,0,0,7,9a5,5,0,0,1,9.73-1.61,1,1,0,0,0,.78.67A3,3,0,0,1,20,11a2.91,2.91,0,0,1-.74,2,1,1,0,0,0,1.48,1.34,5,5,0,0,0-2.32-8.08ZM16,13a1,1,0,0,0-1,1v5a1,1,0,0,0,2,0V14A1,1,0,0,0,16,13Z\"/></svg></li><li title=\"cloud showers heavy \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12.89,18.06a1,1,0,0,0-1.28.6l-.73,2a1,1,0,0,0,.6,1.28,1,1,0,0,0,.34.06,1,1,0,0,0,.94-.66l.73-2A1,1,0,0,0,12.89,18.06Zm-4,0a1,1,0,0,0-1.28.6l-.73,2a1,1,0,0,0,.6,1.28,1,1,0,0,0,.34.06,1,1,0,0,0,.94-.66l.73-2A1,1,0,0,0,8.89,18.06Zm0-7a1,1,0,0,0-1.28.6l-1.1,3A1,1,0,0,0,7.45,16a1,1,0,0,0,.94-.66l1.1-3A1,1,0,0,0,8.89,11.06Zm4,0a1,1,0,0,0-1.28.6l-1.1,3A1,1,0,0,0,11.45,16a1,1,0,0,0,.94-.66l1.1-3A1,1,0,0,0,12.89,11.06Zm5.53-4.84A7,7,0,0,0,5.06,8.11,4,4,0,0,0,2,12a4,4,0,0,0,1.34,3,1,1,0,1,0,1.32-1.5A2,2,0,0,1,4,12a2,2,0,0,1,2-2A1,1,0,0,0,7,9a5,5,0,0,1,9.73-1.61,1,1,0,0,0,.78.67A3,3,0,0,1,20,11a2.91,2.91,0,0,1-.74,2,1,1,0,0,0,1.48,1.34,5,5,0,0,0-2.32-8.08ZM16.89,18.06a1,1,0,0,0-1.28.6l-.73,2a1,1,0,0,0,.6,1.28,1,1,0,0,0,.34.06,1,1,0,0,0,.94-.66l.73-2A1,1,0,0,0,16.89,18.06Zm0-7a1,1,0,0,0-1.28.6l-1.1,3A1,1,0,0,0,15.45,16a1,1,0,0,0,.94-.66l1.1-3A1,1,0,0,0,16.89,11.06Z\"/></svg></li><li title=\"cloud showers \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M8,11a1,1,0,0,0-1,1v3a1,1,0,0,0,2,0V12A1,1,0,0,0,8,11Zm4,6a1,1,0,0,0-1,1v3a1,1,0,0,0,2,0V18A1,1,0,0,0,12,17ZM8,17a1,1,0,0,0-1,1v3a1,1,0,0,0,2,0V18A1,1,0,0,0,8,17ZM18.42,6.22A7,7,0,0,0,5.06,8.11,4,4,0,0,0,2,12a4,4,0,0,0,1.34,3,1,1,0,1,0,1.32-1.5A2,2,0,0,1,4,12a2,2,0,0,1,2-2A1,1,0,0,0,7,9a5,5,0,0,1,9.73-1.61,1,1,0,0,0,.78.67A3,3,0,0,1,20,11a2.91,2.91,0,0,1-.74,2,1,1,0,0,0,1.48,1.34,5,5,0,0,0-2.32-8.08ZM12,11a1,1,0,0,0-1,1v3a1,1,0,0,0,2,0V12A1,1,0,0,0,12,11Zm4,0a1,1,0,0,0-1,1v3a1,1,0,0,0,2,0V12A1,1,0,0,0,16,11Zm0,6a1,1,0,0,0-1,1v3a1,1,0,0,0,2,0V18A1,1,0,0,0,16,17Z\"/></svg></li><li title=\"cloud slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M16.71,16.29h0l-13-13A1,1,0,0,0,2.29,4.71L5.65,8.06a7,7,0,0,0-.59,2A4,4,0,0,0,6,18h9.59l2.7,2.71a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42ZM6,16a2,2,0,0,1,0-4,1,1,0,0,0,1-1,5,5,0,0,1,.2-1.39L13.59,16ZM18.42,8.22A7,7,0,0,0,12,4a6.74,6.74,0,0,0-2.32.4,1,1,0,0,0,.66,1.88A4.91,4.91,0,0,1,12,6a5,5,0,0,1,4.73,3.39,1,1,0,0,0,.78.67,3,3,0,0,1,1.85,4.79,1,1,0,0,0,.16,1.4,1,1,0,0,0,.62.22,1,1,0,0,0,.78-.38,5,5,0,0,0-2.5-7.87Z\"/></svg></li><li title=\"cloud sun hail \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M9.21,20.29a1,1,0,0,0-1.09-.21.93.93,0,0,0-.33.21,1.15,1.15,0,0,0-.21.33.94.94,0,0,0,0,.76.9.9,0,0,0,.54.54.94.94,0,0,0,.76,0,1.15,1.15,0,0,0,.33-.21A1,1,0,0,0,9.5,21a.84.84,0,0,0-.08-.38A1.15,1.15,0,0,0,9.21,20.29Zm4-2a.93.93,0,0,0-.33-.21,1,1,0,0,0-1.09.21,1.15,1.15,0,0,0-.21.33,1,1,0,0,0,1.3,1.3,1.15,1.15,0,0,0,.33-.21,1,1,0,0,0,.21-1.09A1.15,1.15,0,0,0,13.21,18.29Zm-4-2a1,1,0,0,0-1.09-.21,1,1,0,0,0-.33.21,1.15,1.15,0,0,0-.21.33,1,1,0,0,0,.21,1.09,1.15,1.15,0,0,0,.33.21.94.94,0,0,0,.76,0,1.15,1.15,0,0,0,.33-.21A1,1,0,0,0,9.5,17a.84.84,0,0,0-.08-.38A1.15,1.15,0,0,0,9.21,16.29Zm2.91-2.21a1,1,0,0,0-.33.21,1.05,1.05,0,0,0-.29.71,1,1,0,0,0,.29.71,1.15,1.15,0,0,0,.33.21.84.84,0,0,0,.38.08,1,1,0,0,0,1-1,1.05,1.05,0,0,0-.29-.71A1,1,0,0,0,12.12,14.08ZM21,7h-.8a4.25,4.25,0,0,0-.52-1.27l.56-.56a1,1,0,0,0-1.41-1.41l-.56.56A4.25,4.25,0,0,0,17,3.8V3a1,1,0,0,0-2,0v.8a4.1,4.1,0,0,0-1.26.52l-.57-.56a1,1,0,0,0-1.41,1.41l.56.57c-.09.15-.16.32-.24.48A5.85,5.85,0,0,0,10.5,6a6,6,0,0,0-5.94,5.13,3.5,3.5,0,0,0-.46,6.58,1.14,1.14,0,0,0,.4.08,1,1,0,0,0,.4-1.92A1.48,1.48,0,0,1,4,14.5,1.5,1.5,0,0,1,5.5,13a1,1,0,0,0,1-1,4,4,0,0,1,7.78-1.29,1,1,0,0,0,.78.67A2.32,2.32,0,0,1,16,15.61a1,1,0,0,0,1.1,1.68A4.34,4.34,0,0,0,19,13.67a4.19,4.19,0,0,0-.3-1.55l.13.12a1,1,0,0,0,.7.29,1,1,0,0,0,.71-.29,1,1,0,0,0,0-1.41l-.56-.56A4.25,4.25,0,0,0,20.2,9H21a1,1,0,0,0,0-2ZM17.66,9.65h0a2.09,2.09,0,0,1-.6.42A4.17,4.17,0,0,0,16,9.54a6.12,6.12,0,0,0-2.09-2.49,2.42,2.42,0,0,1,.46-.7h0a2.43,2.43,0,0,1,3.3,0h0a2.37,2.37,0,0,1,0,3.3Z\"/></svg></li><li title=\"cloud sun meatball \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12.5,16.92h-.77l.39-.67a1,1,0,0,0-1.74-1l-.38.67-.38-.67a1,1,0,0,0-1.74,1l.39.67H7.5a1,1,0,0,0,0,2h.77l-.39.66a1,1,0,0,0,1.74,1l.38-.66.38.66a1,1,0,1,0,1.74-1l-.39-.66h.77a1,1,0,0,0,0-2Zm8.5-9h-.8a4.25,4.25,0,0,0-.52-1.27l.56-.56a1,1,0,0,0-1.41-1.41l-.56.56A4.25,4.25,0,0,0,17,4.72v-.8a1,1,0,0,0-2,0v.8a4.1,4.1,0,0,0-1.26.52l-.57-.56a1,1,0,0,0-1.41,1.41l.56.56c-.09.16-.16.33-.24.49a5.85,5.85,0,0,0-1.58-.22A6,6,0,0,0,4.56,12,3.52,3.52,0,0,0,2,15.42a3.47,3.47,0,0,0,1.41,2.79A1,1,0,1,0,4.59,16.6,1.46,1.46,0,0,1,4,15.42a1.5,1.5,0,0,1,1.5-1.5,1,1,0,0,0,1-1,4,4,0,0,1,7.78-1.29,1,1,0,0,0,.78.66,2.33,2.33,0,0,1,.54,4.44,1,1,0,0,0-.52,1.32,1,1,0,0,0,.92.6.93.93,0,0,0,.4-.09,4.33,4.33,0,0,0,2.6-4A4.29,4.29,0,0,0,18.7,13l.13.13a1,1,0,0,0,.7.29,1,1,0,0,0,.71-.29,1,1,0,0,0,0-1.42l-.56-.56a4.2,4.2,0,0,0,.52-1.26H21a1,1,0,0,0,0-2Zm-3.34,2.64h0a1.89,1.89,0,0,1-.6.41A4.15,4.15,0,0,0,16,10.46,6,6,0,0,0,13.88,8a2.18,2.18,0,0,1,.46-.7h0a2.42,2.42,0,0,1,3.3,0h0a2.34,2.34,0,0,1,0,3.29Z\"/></svg></li><li title=\"cloud sun rain alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M8.5,19a1,1,0,0,0-1,1v1a1,1,0,0,0,2,0V20A1,1,0,0,0,8.5,19Zm0-5a1,1,0,0,0-1,1v1a1,1,0,0,0,2,0V15A1,1,0,0,0,8.5,14ZM21,7h-.8a4.25,4.25,0,0,0-.52-1.27l.56-.56a1,1,0,0,0-1.41-1.41l-.56.56A4.25,4.25,0,0,0,17,3.8V3a1,1,0,0,0-2,0v.8a4.1,4.1,0,0,0-1.26.52l-.57-.56a1,1,0,0,0-1.41,1.41l.56.57c-.09.15-.16.32-.24.48A5.85,5.85,0,0,0,10.5,6a6,6,0,0,0-5.94,5.13,3.5,3.5,0,0,0-.46,6.58,1.14,1.14,0,0,0,.4.08,1,1,0,0,0,.4-1.92A1.48,1.48,0,0,1,4,14.5,1.5,1.5,0,0,1,5.5,13a1,1,0,0,0,1-1,4,4,0,0,1,7.78-1.29,1,1,0,0,0,.78.67A2.32,2.32,0,0,1,16,15.61a1,1,0,0,0,1.1,1.68A4.34,4.34,0,0,0,19,13.67a4.19,4.19,0,0,0-.3-1.55l.13.12a1,1,0,0,0,.7.29,1,1,0,0,0,.71-.29,1,1,0,0,0,0-1.41l-.56-.56A4.25,4.25,0,0,0,20.2,9H21a1,1,0,0,0,0-2ZM17.66,9.65h0a2.09,2.09,0,0,1-.6.42A4.17,4.17,0,0,0,16,9.54a6.12,6.12,0,0,0-2.09-2.49,2.42,2.42,0,0,1,.46-.7h0a2.43,2.43,0,0,1,3.3,0h0a2.37,2.37,0,0,1,0,3.3ZM12.5,18a1,1,0,0,0-1,1v1a1,1,0,0,0,2,0V19A1,1,0,0,0,12.5,18Zm0-5a1,1,0,0,0-1,1v1a1,1,0,0,0,2,0V14A1,1,0,0,0,12.5,13Z\"/></svg></li><li title=\"cloud sun rain \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M7.5,15a1,1,0,0,0-1,1v1a1,1,0,0,0,2,0V16A1,1,0,0,0,7.5,15ZM22,7H20.9a5.22,5.22,0,0,0-.73-1.76L21,4.47a1,1,0,1,0-1.42-1.42l-.77.78A5,5,0,0,0,17,3.1V2a1,1,0,0,0-2,0V3.1a5.22,5.22,0,0,0-1.76.73l-.77-.78a1,1,0,0,0-1.42,1.42l.78.77a5.06,5.06,0,0,0-.77,2A5.76,5.76,0,0,0,9.5,7a6,6,0,0,0-5.94,5.13,3.5,3.5,0,0,0-.46,6.58,1.14,1.14,0,0,0,.4.08,1,1,0,0,0,.4-1.92A1.48,1.48,0,0,1,3,15.5,1.5,1.5,0,0,1,4.5,14a1,1,0,0,0,1-1,4,4,0,0,1,7.78-1.29,1,1,0,0,0,.78.67A2.32,2.32,0,0,1,15,16.61a1,1,0,0,0,1.1,1.68A4.34,4.34,0,0,0,18,14.67a4.41,4.41,0,0,0-.45-1.92,5.17,5.17,0,0,0,1.21-.58l.77.78A1,1,0,0,0,21,13a1,1,0,0,0,0-1.42l-.78-.77A5,5,0,0,0,20.9,9H22a1,1,0,0,0,0-2Zm-3.87,3.12A3,3,0,0,1,16,11h-.06a4.12,4.12,0,0,0-1-.46,5.93,5.93,0,0,0-2-2.38c0-.06,0-.1,0-.16a3,3,0,0,1,.87-2.12,3.1,3.1,0,0,1,4.25,0,3,3,0,0,1,0,4.25ZM7.5,20a1,1,0,0,0-1,1v1a1,1,0,0,0,2,0V21A1,1,0,0,0,7.5,20Zm4-1a1,1,0,0,0-1,1v1a1,1,0,0,0,2,0V20A1,1,0,0,0,11.5,19Zm0-5a1,1,0,0,0-1,1v1a1,1,0,0,0,2,0V15A1,1,0,0,0,11.5,14Z\"/></svg></li><li title=\"cloud sun tear \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M11.05,14.33a1,1,0,0,0-1.11,0C9.84,14.41,7.5,16,7.5,18.5a3,3,0,0,0,6,0C13.5,16,11.16,14.4,11.05,14.33ZM10.5,19.5a1,1,0,0,1-1-1,3,3,0,0,1,1-2,3,3,0,0,1,1,2A1,1,0,0,1,10.5,19.5ZM21,7.5h-.8a4.25,4.25,0,0,0-.52-1.27l.56-.56a1,1,0,0,0-1.41-1.41l-.56.56A4.25,4.25,0,0,0,17,4.3V3.5a1,1,0,0,0-2,0v.8a4.1,4.1,0,0,0-1.26.52l-.57-.56a1,1,0,0,0-1.41,1.41l.56.57c-.09.15-.16.32-.24.48A5.85,5.85,0,0,0,10.5,6.5a6,6,0,0,0-5.94,5.13,3.5,3.5,0,0,0-.46,6.58,1.14,1.14,0,0,0,.4.08,1,1,0,0,0,.4-1.92A1.48,1.48,0,0,1,4,15a1.5,1.5,0,0,1,1.5-1.5,1,1,0,0,0,1-1,4,4,0,0,1,7.78-1.29,1,1,0,0,0,.78.67A2.32,2.32,0,0,1,16,16.11a1,1,0,0,0,1.1,1.68,4.3,4.3,0,0,0,1.65-5.18l.13.13a1,1,0,0,0,.7.29,1,1,0,0,0,.71-.29,1,1,0,0,0,0-1.41l-.56-.56A4.25,4.25,0,0,0,20.2,9.5H21a1,1,0,0,0,0-2Zm-3.34,2.65h0a2.45,2.45,0,0,1-.6.41A4.17,4.17,0,0,0,16,10a6.12,6.12,0,0,0-2.09-2.49,2.25,2.25,0,0,1,.46-.69h0a2.42,2.42,0,0,1,3.29,0h0a2.37,2.37,0,0,1,0,3.3Z\"/></svg></li><li title=\"cloud sun \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21,9h-.8a4.25,4.25,0,0,0-.52-1.27l.56-.56a1,1,0,0,0-1.41-1.41l-.56.56A4.25,4.25,0,0,0,17,5.8V5a1,1,0,0,0-2,0v.8a4.1,4.1,0,0,0-1.26.52l-.57-.56a1,1,0,0,0-1.41,1.41l.56.57c-.09.15-.16.32-.24.48A5.85,5.85,0,0,0,10.5,8a6,6,0,0,0-5.94,5.13A3.5,3.5,0,0,0,5.5,20h9.17A4.33,4.33,0,0,0,19,15.67a4.19,4.19,0,0,0-.3-1.55l.13.12a1,1,0,0,0,.7.29,1,1,0,0,0,.71-.29,1,1,0,0,0,0-1.41l-.56-.56A4.25,4.25,0,0,0,20.2,11H21a1,1,0,0,0,0-2Zm-6.33,9H5.5a1.5,1.5,0,0,1,0-3,1,1,0,0,0,1-1,4,4,0,0,1,7.78-1.29,1,1,0,0,0,.78.67A2.33,2.33,0,0,1,14.67,18Zm3-6.35h0a2.17,2.17,0,0,1-.6.4A4.49,4.49,0,0,0,16,11.54a6.12,6.12,0,0,0-2.09-2.49,2.25,2.25,0,0,1,.46-.69h0a2.42,2.42,0,0,1,3.29,0h0a2.37,2.37,0,0,1,0,3.3Z\"/></svg></li><li title=\"cloud times \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M18.42,8.22A7,7,0,0,0,5.06,10.11,4,4,0,0,0,6,18a1,1,0,0,0,0-2,2,2,0,0,1,0-4,1,1,0,0,0,1-1,5,5,0,0,1,9.73-1.61,1,1,0,0,0,.78.67,3,3,0,0,1,.24,5.84,1,1,0,0,0,.5,1.94,5,5,0,0,0,.17-9.62Zm-3.71,6.07a1,1,0,0,0-1.42,0L12,15.59l-1.29-1.3a1,1,0,0,0-1.42,1.42L10.59,17l-1.3,1.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L12,18.41l1.29,1.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L13.41,17l1.3-1.29A1,1,0,0,0,14.71,14.29Z\"/></svg></li><li title=\"cloud unlock \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M14,15.5H11v-1A1,1,0,0,1,12.88,14a1,1,0,0,0,1.37.34A1,1,0,0,0,14.59,13a3.08,3.08,0,0,0-.46-.59A3,3,0,0,0,12,11.5a3,3,0,0,0-3,3v1.18a3,3,0,0,0,1,5.82h4a3,3,0,0,0,0-6Zm0,4H10a1,1,0,0,1,0-2h4a1,1,0,0,1,0,2ZM18.42,6.72A7,7,0,0,0,5.06,8.61a4,4,0,0,0-.38,7.66,1.13,1.13,0,0,0,.32.05,1,1,0,0,0,.32-2A2,2,0,0,1,4,12.5a2,2,0,0,1,2-2,1,1,0,0,0,1-1,5,5,0,0,1,9.73-1.61,1,1,0,0,0,.78.67,3,3,0,0,1,1,5.53,1,1,0,1,0,1,1.74A5,5,0,0,0,22,11.5,5,5,0,0,0,18.42,6.72Z\"/></svg></li><li title=\"cloud upload \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M18.42,8.22A7,7,0,0,0,5.06,10.11,4,4,0,0,0,6,18a1,1,0,0,0,0-2,2,2,0,0,1,0-4,1,1,0,0,0,1-1,5,5,0,0,1,9.73-1.61,1,1,0,0,0,.78.67,3,3,0,0,1,.24,5.84,1,1,0,0,0,.5,1.94,5,5,0,0,0,.17-9.62Zm-5.71,2.07a1,1,0,0,0-.33-.21,1,1,0,0,0-.76,0,1,1,0,0,0-.33.21l-3,3a1,1,0,0,0,1.42,1.42L11,13.41V19a1,1,0,0,0,2,0V13.41l1.29,1.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42Z\"/></svg></li><li title=\"cloud wifi \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M8.5,5.94a7.1,7.1,0,0,1,7,0,1,1,0,0,0,1.37-.37,1,1,0,0,0-.37-1.36,9.14,9.14,0,0,0-9,0,1,1,0,0,0-.37,1.36A1,1,0,0,0,8.5,5.94Zm9.92,5.27a5.91,5.91,0,0,0-.36-.71,1,1,0,0,0-1.38-.33,1,1,0,0,0-.33,1.37,4.58,4.58,0,0,1,.38.84,1,1,0,0,0,.78.67A3,3,0,0,1,20,16a3,3,0,0,1-3,3L5.66,19A2,2,0,0,1,4,17.4,2,2,0,0,1,6,15a1,1,0,0,0,1-1,4.92,4.92,0,0,1,.67-2.49,1,1,0,0,0-.37-1.37,1,1,0,0,0-1.36.37,6.75,6.75,0,0,0-.88,2.6,4,4,0,0,0-2.13,1.33A4,4,0,0,0,5.46,21h.13L17,21a5,5,0,0,0,1.42-9.79ZM14.87,9s0,0,0-.06A.92.92,0,0,0,15,8.74a1,1,0,0,0-.57-1.29,6.36,6.36,0,0,0-1.74-.38c-.1,0-.2,0-.3,0a5.47,5.47,0,0,0-.81,0,3,3,0,0,0-.31,0,6.36,6.36,0,0,0-1.74.38A1,1,0,0,0,9,8.74a1.22,1.22,0,0,0,.12.19.61.61,0,0,0,0,.11,1,1,0,0,0,1.37.36,3.08,3.08,0,0,1,3,0A1,1,0,0,0,14.87,9ZM11,12a1,1,0,1,0,1-1A1,1,0,0,0,11,12Z\"/></svg></li><li title=\"cloud wind \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M5,18a1,1,0,1,0,1,1A1,1,0,0,0,5,18Zm14-4H12a1,1,0,0,0,0,2h7a1,1,0,0,1,0,2,1,1,0,0,0,0,2,3,3,0,0,0,0-6Zm-5-3a1,1,0,0,0,1,1h4a3,3,0,0,0,3-3,1,1,0,0,0-2,0,1,1,0,0,1-1,1H15A1,1,0,0,0,14,11Zm-4,4a1,1,0,0,0-1-1H6a2,2,0,0,1,0-4A1,1,0,0,0,7,9a5,5,0,0,1,9.73-1.61,1,1,0,1,0,1.9-.64A7,7,0,0,0,5.06,8.11,4,4,0,0,0,6,16H9A1,1,0,0,0,10,15Zm0-4a1,1,0,1,0,1-1A1,1,0,0,0,10,11Zm4,7H9a1,1,0,0,0,0,2h5a1,1,0,0,1,1,1,1,1,0,0,0,2,0A3,3,0,0,0,14,18Z\"/></svg></li><li title=\"cloud \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M18.42,9.21a7,7,0,0,0-13.36,1.9A4,4,0,0,0,6,19H17a5,5,0,0,0,1.42-9.79ZM17,17H6a2,2,0,0,1,0-4,1,1,0,0,0,1-1,5,5,0,0,1,9.73-1.61,1,1,0,0,0,.78.66A3,3,0,0,1,17,17Z\"/></svg></li><li title=\"clouds \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19.47,10.54A6,6,0,0,0,14,7a5.82,5.82,0,0,0-1.39.18,5,5,0,0,0-9,2A3,3,0,0,0,4.5,15h1a4,4,0,0,0,0,.5A3.5,3.5,0,0,0,9,19h9.17a4.33,4.33,0,0,0,1.3-8.46ZM4.5,13a1,1,0,0,1,0-2,1,1,0,0,0,1-1,3,3,0,0,1,3-3,3,3,0,0,1,2.22,1,6,6,0,0,0-2.66,4.13,3.49,3.49,0,0,0-1.5.87Zm13.67,4H9a1.5,1.5,0,0,1,0-3,1,1,0,0,0,1-1,4,4,0,0,1,7.78-1.29,1,1,0,0,0,.78.67A2.33,2.33,0,0,1,18.17,17Z\"/></svg></li><li title=\"club \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M21,12.5a5.52,5.52,0,0,0-3.51-5.12,5.49,5.49,0,0,0-11,0A5.5,5.5,0,0,0,8.5,18l.2,0a6.91,6.91,0,0,1-1.24,2.39A1,1,0,0,0,8.24,22h7.52a1,1,0,0,0,.78-1.63A6.91,6.91,0,0,1,15.3,18l.2,0A5.51,5.51,0,0,0,21,12.5ZM10.06,20a8.89,8.89,0,0,0,.81-2.56,5.47,5.47,0,0,0,1.13-.7,5.47,5.47,0,0,0,1.13.7A8.89,8.89,0,0,0,13.94,20Zm2.72-5.3-.08-.08-.08-.08-.07,0-.18-.09-.18-.06h-.38l-.18.06a.56.56,0,0,0-.17.09l-.08,0-.08.08-.08.08A3.5,3.5,0,1,1,7.75,9.08,1.11,1.11,0,0,0,7.91,9a1.42,1.42,0,0,0,.18-.08.83.83,0,0,0,.14-.13.62.62,0,0,0,.21-.31.61.61,0,0,0,.07-.17.69.69,0,0,0,0-.2,1,1,0,0,0,0-.17,3.4,3.4,0,0,1,0-.45,3.5,3.5,0,0,1,7,0,3.4,3.4,0,0,1,0,.45.81.81,0,0,0,0,.16.74.74,0,0,0,0,.21.61.61,0,0,0,.07.17.62.62,0,0,0,.21.31.83.83,0,0,0,.14.13,1.42,1.42,0,0,0,.18.08,1.11,1.11,0,0,0,.16.07,3.5,3.5,0,1,1-3.47,5.62Z\"/></svg></li><li title=\"code branch \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M17,6.06a3,3,0,0,0-1.15,5.77A2,2,0,0,1,14,13.06H10a3.91,3.91,0,0,0-2,.56V7.88a3,3,0,1,0-2,0v8.36a3,3,0,1,0,2.16.05A2,2,0,0,1,10,15.06h4a4,4,0,0,0,3.91-3.16A3,3,0,0,0,17,6.06Zm-10-2a1,1,0,1,1-1,1A1,1,0,0,1,7,4.06Zm0,16a1,1,0,1,1,1-1A1,1,0,0,1,7,20.06Zm10-10a1,1,0,1,1,1-1A1,1,0,0,1,17,10.06Z\"/></svg></li><li title=\"coffee \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M9,17h4a5,5,0,0,0,5-5V11h1a3,3,0,0,0,0-6H18V4a1,1,0,0,0-1-1H5A1,1,0,0,0,4,4v8A5,5,0,0,0,9,17ZM18,7h1a1,1,0,0,1,0,2H18ZM6,5H16v7a3,3,0,0,1-3,3H9a3,3,0,0,1-3-3ZM21,19H3a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"cog \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21.32,9.55l-1.89-.63.89-1.78A1,1,0,0,0,20.13,6L18,3.87a1,1,0,0,0-1.15-.19l-1.78.89-.63-1.89A1,1,0,0,0,13.5,2h-3a1,1,0,0,0-.95.68L8.92,4.57,7.14,3.68A1,1,0,0,0,6,3.87L3.87,6a1,1,0,0,0-.19,1.15l.89,1.78-1.89.63A1,1,0,0,0,2,10.5v3a1,1,0,0,0,.68.95l1.89.63-.89,1.78A1,1,0,0,0,3.87,18L6,20.13a1,1,0,0,0,1.15.19l1.78-.89.63,1.89a1,1,0,0,0,.95.68h3a1,1,0,0,0,.95-.68l.63-1.89,1.78.89A1,1,0,0,0,18,20.13L20.13,18a1,1,0,0,0,.19-1.15l-.89-1.78,1.89-.63A1,1,0,0,0,22,13.5v-3A1,1,0,0,0,21.32,9.55ZM20,12.78l-1.2.4A2,2,0,0,0,17.64,16l.57,1.14-1.1,1.1L16,17.64a2,2,0,0,0-2.79,1.16l-.4,1.2H11.22l-.4-1.2A2,2,0,0,0,8,17.64l-1.14.57-1.1-1.1L6.36,16A2,2,0,0,0,5.2,13.18L4,12.78V11.22l1.2-.4A2,2,0,0,0,6.36,8L5.79,6.89l1.1-1.1L8,6.36A2,2,0,0,0,10.82,5.2l.4-1.2h1.56l.4,1.2A2,2,0,0,0,16,6.36l1.14-.57,1.1,1.1L17.64,8a2,2,0,0,0,1.16,2.79l1.2.4ZM12,8a4,4,0,1,0,4,4A4,4,0,0,0,12,8Zm0,6a2,2,0,1,1,2-2A2,2,0,0,1,12,14Z\"/></svg></li><li title=\"coins \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M21.22,12A3,3,0,0,0,22,10a3,3,0,0,0-3-3H13.82A3,3,0,0,0,11,3H5A3,3,0,0,0,2,6a3,3,0,0,0,.78,2,3,3,0,0,0,0,4,3,3,0,0,0,0,4A3,3,0,0,0,2,18a3,3,0,0,0,3,3H19a3,3,0,0,0,2.22-5,3,3,0,0,0,0-4ZM11,19H5a1,1,0,0,1,0-2h6a1,1,0,0,1,0,2Zm0-4H5a1,1,0,0,1,0-2h6a1,1,0,0,1,0,2Zm0-4H5A1,1,0,0,1,5,9h6a1,1,0,0,1,0,2Zm0-4H5A1,1,0,0,1,5,5h6a1,1,0,0,1,0,2Zm8.69,11.71A.93.93,0,0,1,19,19H13.82a2.87,2.87,0,0,0,0-2H19a1,1,0,0,1,1,1A1,1,0,0,1,19.69,18.71Zm0-4A.93.93,0,0,1,19,15H13.82a2.87,2.87,0,0,0,0-2H19a1,1,0,0,1,1,1A1,1,0,0,1,19.69,14.71Zm0-4A.93.93,0,0,1,19,11H13.82a2.87,2.87,0,0,0,0-2H19a1,1,0,0,1,1,1A1,1,0,0,1,19.69,10.71Z\"/></svg></li><li title=\"columns \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21,2H3A1,1,0,0,0,2,3V21a1,1,0,0,0,1,1H21a1,1,0,0,0,1-1V3A1,1,0,0,0,21,2ZM11,20H4V4h7Zm9,0H13V4h7Z\"/></svg></li><li title=\"comment add \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M5,8A1,1,0,0,0,7,8V7H8A1,1,0,0,0,8,5H7V4A1,1,0,0,0,5,4V5H4A1,1,0,0,0,4,7H5ZM18,5H12a1,1,0,0,0,0,2h6a1,1,0,0,1,1,1v9.72l-1.57-1.45a1,1,0,0,0-.68-.27H8a1,1,0,0,1-1-1V12a1,1,0,0,0-2,0v3a3,3,0,0,0,3,3h8.36l3,2.73A1,1,0,0,0,20,21a1.1,1.1,0,0,0,.4-.08A1,1,0,0,0,21,20V8A3,3,0,0,0,18,5Z\"/></svg></li><li title=\"comment alt block \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19,6H15a1,1,0,0,0,0,2h4a1,1,0,0,1,1,1v9.72l-1.57-1.45a1,1,0,0,0-.68-.27H9a1,1,0,0,1-1-1V15a1,1,0,0,0-2,0v1a3,3,0,0,0,3,3h8.36l3,2.73A1,1,0,0,0,21,22a1.1,1.1,0,0,0,.4-.08A1,1,0,0,0,22,21V9A3,3,0,0,0,19,6Zm-8.46,4.54A5,5,0,1,0,7,12,5,5,0,0,0,10.54,10.54ZM4,7A3,3,0,0,1,7,4a3,3,0,0,1,1.28.3l-4,4A3,3,0,0,1,4,7ZM9.7,5.71A3,3,0,0,1,10,7,3,3,0,0,1,5.72,9.7Z\"/></svg></li><li title=\"comment alt chart lines \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,8a1,1,0,0,0-1,1v4a1,1,0,0,0,2,0V9A1,1,0,0,0,12,8ZM8,11a1,1,0,0,0-1,1v1a1,1,0,0,0,2,0V12A1,1,0,0,0,8,11ZM19,2H5A3,3,0,0,0,2,5V15a3,3,0,0,0,3,3H16.59l3.7,3.71A1,1,0,0,0,21,22a.84.84,0,0,0,.38-.08A1,1,0,0,0,22,21V5A3,3,0,0,0,19,2Zm1,16.59-2.29-2.3A1,1,0,0,0,17,16H5a1,1,0,0,1-1-1V5A1,1,0,0,1,5,4H19a1,1,0,0,1,1,1ZM16,6a1,1,0,0,0-1,1v6a1,1,0,0,0,2,0V7A1,1,0,0,0,16,6Z\"/></svg></li><li title=\"comment alt check \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M6.77,9.15l5.44-5.44a1,1,0,1,0-1.42-1.42L6.06,7,4.21,5.17A1,1,0,0,0,2.79,6.59L5.35,9.15a1,1,0,0,0,1.42,0ZM18.5,6H13a1,1,0,0,0,0,2h5.5a1,1,0,0,1,1,1v9.72l-1.57-1.45a1,1,0,0,0-.68-.27H8.5a1,1,0,0,1-1-1V12.5a1,1,0,0,0-2,0V16a3,3,0,0,0,3,3h8.36l3,2.73a1,1,0,0,0,.68.27,1.1,1.1,0,0,0,.4-.08,1,1,0,0,0,.6-.92V9A3,3,0,0,0,18.5,6Z\"/></svg></li><li title=\"comment alt dots \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,9a1,1,0,1,0,1,1A1,1,0,0,0,12,9Zm7-7H5A3,3,0,0,0,2,5V15a3,3,0,0,0,3,3H16.59l3.7,3.71A1,1,0,0,0,21,22a.84.84,0,0,0,.38-.08A1,1,0,0,0,22,21V5A3,3,0,0,0,19,2Zm1,16.59-2.29-2.3A1,1,0,0,0,17,16H5a1,1,0,0,1-1-1V5A1,1,0,0,1,5,4H19a1,1,0,0,1,1,1ZM8,9a1,1,0,1,0,1,1A1,1,0,0,0,8,9Zm8,0a1,1,0,1,0,1,1A1,1,0,0,0,16,9Z\"/></svg></li><li title=\"comment alt download \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M6.12,11.92a.94.94,0,0,0,.76,0,1,1,0,0,0,.33-.21l3-3A1,1,0,1,0,8.79,7.29L7.5,8.59V3a1,1,0,0,0-2,0V8.59L4.21,7.29A1,1,0,1,0,2.79,8.71l3,3A1,1,0,0,0,6.12,11.92ZM18.5,6h-5a1,1,0,0,0,0,2h5a1,1,0,0,1,1,1v9.72l-1.57-1.45a1,1,0,0,0-.68-.27H8.5a1,1,0,0,1-1-1V15a1,1,0,0,0-2,0v1a3,3,0,0,0,3,3h8.36l3,2.73a1,1,0,0,0,.68.27,1.1,1.1,0,0,0,.4-.08,1,1,0,0,0,.6-.92V9A3,3,0,0,0,18.5,6Z\"/></svg></li><li title=\"comment alt edit \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M18.5,5.5h-4a1,1,0,0,0,0,2h4a1,1,0,0,1,1,1v9.72l-1.57-1.45a1,1,0,0,0-.68-.27H8.5a1,1,0,0,1-1-1v-1a1,1,0,0,0-2,0v1a3,3,0,0,0,3,3h8.36l3,2.73a1,1,0,0,0,.68.27,1.1,1.1,0,0,0,.4-.08,1,1,0,0,0,.6-.92V8.5A3,3,0,0,0,18.5,5.5Zm-9.42,7H11.5a1,1,0,0,0,1-1V9.08a1,1,0,0,0-.29-.71L6.63,2.79a1,1,0,0,0-1.41,0L2.79,5.22a1,1,0,0,0,0,1.41l5.58,5.58A1,1,0,0,0,9.08,12.5ZM5.92,4.91,10.5,9.49v1h-1L4.91,5.92Z\"/></svg></li><li title=\"comment alt exclamation \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19,2H5A3,3,0,0,0,2,5V15a3,3,0,0,0,3,3H16.59l3.7,3.71A1,1,0,0,0,21,22a.84.84,0,0,0,.38-.08A1,1,0,0,0,22,21V5A3,3,0,0,0,19,2Zm1,16.59-2.29-2.3A1,1,0,0,0,17,16H5a1,1,0,0,1-1-1V5A1,1,0,0,1,5,4H19a1,1,0,0,1,1,1ZM12,12a1,1,0,1,0,1,1A1,1,0,0,0,12,12Zm0-6a1,1,0,0,0-1,1v3a1,1,0,0,0,2,0V7A1,1,0,0,0,12,6Z\"/></svg></li><li title=\"comment alt heart \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,6.35a3.07,3.07,0,0,0-3.54.53,3,3,0,0,0,0,4.24L11.29,14a1,1,0,0,0,1.42,0l2.83-2.83a3,3,0,0,0,0-4.24A3.07,3.07,0,0,0,12,6.35Zm2.12,3.36L12,11.83,9.88,9.71a1,1,0,0,1,0-1.42,1,1,0,0,1,1.41,0,1,1,0,0,0,1.42,0,1,1,0,0,1,1.41,0A1,1,0,0,1,14.12,9.71ZM19,2H5A3,3,0,0,0,2,5V15a3,3,0,0,0,3,3H16.59l3.7,3.71A1,1,0,0,0,21,22a.84.84,0,0,0,.38-.08A1,1,0,0,0,22,21V5A3,3,0,0,0,19,2Zm1,16.59-2.29-2.3A1,1,0,0,0,17,16H5a1,1,0,0,1-1-1V5A1,1,0,0,1,5,4H19a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"comment alt image \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19,2H5A3,3,0,0,0,2,5V15a3,3,0,0,0,3,3H16.59l3.7,3.71A1,1,0,0,0,21,22a.84.84,0,0,0,.38-.08A1,1,0,0,0,22,21V5A3,3,0,0,0,19,2ZM5.77,16H5a1,1,0,0,1-1-1v-.42l3.3-3.29a1,1,0,0,1,1.41,0l.87.87ZM20,18.59l-2.29-2.3A1,1,0,0,0,17,16H8.59L15.3,9.29a1,1,0,0,1,1.4,0L20,12.58Zm0-8.83L18.12,7.89a3,3,0,0,0-4.24,0L11,10.76l-.88-.87a3.06,3.06,0,0,0-4.24,0L4,11.76V5A1,1,0,0,1,5,4H19a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"comment alt info \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M5,11a1,1,0,0,0,1-1V6A1,1,0,0,0,4,6v4A1,1,0,0,0,5,11ZM4.29,3.71a1,1,0,0,0,1.09.21,1.15,1.15,0,0,0,.33-.21,1.15,1.15,0,0,0,.21-.33A.84.84,0,0,0,6,3a1,1,0,0,0-.29-.71,1,1,0,0,0-1.09-.21,1,1,0,0,0-.33.21A1,1,0,0,0,4,3a1,1,0,0,0,.08.38A1.15,1.15,0,0,0,4.29,3.71ZM17,6H9A1,1,0,0,0,9,8h8a1,1,0,0,1,1,1v9.72l-1.57-1.45a1,1,0,0,0-.68-.27H7a1,1,0,0,1-1-1V14a1,1,0,0,0-2,0v2a3,3,0,0,0,3,3h8.36l3,2.73A1,1,0,0,0,19,22a1.1,1.1,0,0,0,.4-.08A1,1,0,0,0,20,21V9A3,3,0,0,0,17,6Z\"/></svg></li><li title=\"comment alt lines \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M13,11H7a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2Zm4-4H7A1,1,0,0,0,7,9H17a1,1,0,0,0,0-2Zm2-5H5A3,3,0,0,0,2,5V15a3,3,0,0,0,3,3H16.59l3.7,3.71A1,1,0,0,0,21,22a.84.84,0,0,0,.38-.08A1,1,0,0,0,22,21V5A3,3,0,0,0,19,2Zm1,16.59-2.29-2.3A1,1,0,0,0,17,16H5a1,1,0,0,1-1-1V5A1,1,0,0,1,5,4H19a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"comment alt lock \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,10V8a3,3,0,0,0-2-2.82V4A3,3,0,0,0,4,4V5.18A3,3,0,0,0,2,8v2a3,3,0,0,0,3,3H9A3,3,0,0,0,12,10ZM6,4A1,1,0,0,1,8,4V5H6ZM4,10V8A1,1,0,0,1,5,7H9a1,1,0,0,1,1,1v2a1,1,0,0,1-1,1H5A1,1,0,0,1,4,10ZM19,7H15a1,1,0,0,0,0,2h4a1,1,0,0,1,1,1v9.72l-1.57-1.45a1,1,0,0,0-.68-.27H9a1,1,0,0,1-1-1V16a1,1,0,0,0-2,0v1a3,3,0,0,0,3,3h8.36l3,2.73A1,1,0,0,0,21,23a1.1,1.1,0,0,0,.4-.08A1,1,0,0,0,22,22V10A3,3,0,0,0,19,7Z\"/></svg></li><li title=\"comment alt medical \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M14,9H13V8a1,1,0,0,0-2,0V9H10a1,1,0,0,0,0,2h1v1a1,1,0,0,0,2,0V11h1a1,1,0,0,0,0-2Zm5-7H5A3,3,0,0,0,2,5V15a3,3,0,0,0,3,3H16.59l3.7,3.71A1,1,0,0,0,21,22a.84.84,0,0,0,.38-.08A1,1,0,0,0,22,21V5A3,3,0,0,0,19,2Zm1,16.59-2.29-2.3A1,1,0,0,0,17,16H5a1,1,0,0,1-1-1V5A1,1,0,0,1,5,4H19a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"comment alt message \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M17,7H7A1,1,0,0,0,7,9H17a1,1,0,0,0,0-2Zm0,4H7a1,1,0,0,0,0,2H17a1,1,0,0,0,0-2Zm2-9H5A3,3,0,0,0,2,5V15a3,3,0,0,0,3,3H16.59l3.7,3.71A1,1,0,0,0,21,22a.84.84,0,0,0,.38-.08A1,1,0,0,0,22,21V5A3,3,0,0,0,19,2Zm1,16.59-2.29-2.3A1,1,0,0,0,17,16H5a1,1,0,0,1-1-1V5A1,1,0,0,1,5,4H19a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"comment alt notes \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M7,7A1,1,0,1,0,8,8,1,1,0,0,0,7,7Zm0,4a1,1,0,1,0,1,1A1,1,0,0,0,7,11Zm10,0H11a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2Zm0-4H11a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2Zm2-5H5A3,3,0,0,0,2,5V15a3,3,0,0,0,3,3H16.59l3.7,3.71A1,1,0,0,0,21,22a.84.84,0,0,0,.38-.08A1,1,0,0,0,22,21V5A3,3,0,0,0,19,2Zm1,16.59-2.29-2.3A1,1,0,0,0,17,16H5a1,1,0,0,1-1-1V5A1,1,0,0,1,5,4H19a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"comment alt plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M15,9H13V7a1,1,0,0,0-2,0V9H9a1,1,0,0,0,0,2h2v2a1,1,0,0,0,2,0V11h2a1,1,0,0,0,0-2Zm4-7H5A3,3,0,0,0,2,5V15a3,3,0,0,0,3,3H16.59l3.7,3.71A1,1,0,0,0,21,22a.84.84,0,0,0,.38-.08A1,1,0,0,0,22,21V5A3,3,0,0,0,19,2Zm1,16.59-2.29-2.3A1,1,0,0,0,17,16H5a1,1,0,0,1-1-1V5A1,1,0,0,1,5,4H19a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"comment alt question \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M6.29,10.3a1,1,0,0,0,1.09,1.63,1.19,1.19,0,0,0,.33-.22,1,1,0,0,0,.21-.32A.85.85,0,0,0,8,11a1,1,0,0,0-.29-.7A1,1,0,0,0,6.29,10.3ZM7,5A1,1,0,0,1,7,7,1,1,0,0,0,7,9,3,3,0,1,0,4.4,4.5a1,1,0,0,0,.37,1.37A1,1,0,0,0,6.13,5.5,1,1,0,0,1,7,5ZM19,6H13a1,1,0,0,0,0,2h6a1,1,0,0,1,1,1v9.72l-1.57-1.45a1,1,0,0,0-.68-.27H9a1,1,0,0,1-1-1V15a1,1,0,0,0-2,0v1a3,3,0,0,0,3,3h8.36l3,2.73A1,1,0,0,0,21,22a1.1,1.1,0,0,0,.4-.08A1,1,0,0,0,22,21V9A3,3,0,0,0,19,6Z\"/></svg></li><li title=\"comment alt redo \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M10.3,10.75A1,1,0,1,0,9,9.25,3,3,0,1,1,7,4,3,3,0,0,1,9.23,5H8A1,1,0,0,0,8,7h3a1,1,0,0,0,1-1V3a1,1,0,0,0-2,0h0a5,5,0,1,0,.3,7.75ZM19,6H15a1,1,0,0,0,0,2h4a1,1,0,0,1,1,1v9.72l-1.57-1.45a1,1,0,0,0-.68-.27H9a1,1,0,0,1-1-1V15a1,1,0,0,0-2,0v1a3,3,0,0,0,3,3h8.36l3,2.73A1,1,0,0,0,21,22a1.1,1.1,0,0,0,.4-.08A1,1,0,0,0,22,21V9A3,3,0,0,0,19,6Z\"/></svg></li><li title=\"comment alt search \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19,6H14a1,1,0,0,0,0,2h5a1,1,0,0,1,1,1v9.72l-1.57-1.45a1,1,0,0,0-.68-.27H9a1,1,0,0,1-1-1V14a1,1,0,0,0-2,0v2a3,3,0,0,0,3,3h8.36l3,2.73A1,1,0,0,0,21,22a1.1,1.1,0,0,0,.4-.08A1,1,0,0,0,22,21V9A3,3,0,0,0,19,6ZM8.57,10l1.72,1.73a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L10,8.57a4.37,4.37,0,0,0,.65-2.26A4.32,4.32,0,1,0,2,6.31a4.32,4.32,0,0,0,4.31,4.32A4.35,4.35,0,0,0,8.57,10ZM4,6.31a2.29,2.29,0,0,1,.68-1.63A2.32,2.32,0,0,1,8,4.68,2.31,2.31,0,0,1,8,8,2.32,2.32,0,0,1,4,6.31Z\"/></svg></li><li title=\"comment alt share \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19.5,6.5h-5a1,1,0,0,0,0,2h5a1,1,0,0,1,1,1v9.72l-1.57-1.45a1,1,0,0,0-.68-.27H9.5a1,1,0,0,1-1-1v-2a1,1,0,0,0-2,0v2a3,3,0,0,0,3,3h8.36l3,2.73a1,1,0,0,0,.68.27,1.1,1.1,0,0,0,.4-.08,1,1,0,0,0,.6-.92V9.5A3,3,0,0,0,19.5,6.5Zm-10,5A2,2,0,1,0,8.32,7.89l-1.75-.8,1.91-.88a2,2,0,0,0,1,.29,2,2,0,1,0-2-2l-1.9.87A2,2,0,0,0,4.5,5a2,2,0,0,0,0,4,2,2,0,0,0,.93-.24l2.09,1A2,2,0,0,0,9.5,11.5Z\"/></svg></li><li title=\"comment alt shield \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M6.57,12a1,1,0,0,0,.58-.19l1.62-1.16A4.56,4.56,0,0,0,10.68,7V3.63a1,1,0,0,0-.37-.77,1,1,0,0,0-.84-.2,3,3,0,0,1-2.33-.48A1,1,0,0,0,6,2.18a3,3,0,0,1-2.33.48,1,1,0,0,0-1.2,1V7a4.55,4.55,0,0,0,1.9,3.7L6,11.81A.94.94,0,0,0,6.57,12ZM4.46,7V4.72a5.16,5.16,0,0,0,2.11-.55,5.12,5.12,0,0,0,2.11.55V7A2.57,2.57,0,0,1,7.61,9l-1,.74L5.53,9A2.57,2.57,0,0,1,4.46,7ZM18.54,6h-5a1,1,0,0,0,0,2h5a1,1,0,0,1,1,1v9.72L18,17.27a.94.94,0,0,0-.68-.27H8.54a1,1,0,0,1-1-1V15a1,1,0,0,0-2,0v1a3,3,0,0,0,3,3H16.9l3,2.73a1,1,0,0,0,.67.27,1.15,1.15,0,0,0,.41-.08,1,1,0,0,0,.59-.92V9A3,3,0,0,0,18.54,6Z\"/></svg></li><li title=\"comment alt slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M10.66,6H17a1,1,0,0,1,1,1v6.34a1,1,0,1,0,2,0V7a3,3,0,0,0-3-3H10.66a1,1,0,0,0,0,2ZM21.71,20.29l-18-18A1,1,0,0,0,2.29,3.71l2,2A3,3,0,0,0,4,7V19a1,1,0,0,0,.62.92A.84.84,0,0,0,5,20a1,1,0,0,0,.71-.29L8.41,17h7.18l4.7,4.71a1,1,0,0,0,1.42,0A1,1,0,0,0,21.71,20.29ZM8,15a1,1,0,0,0-.71.29L6,16.59V7.41L13.59,15Z\"/></svg></li><li title=\"comment alt upload \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M5.5,11a1,1,0,0,0,2,0V5.41l1.29,1.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42l-3-3a1,1,0,0,0-.33-.21,1,1,0,0,0-.76,0,1,1,0,0,0-.33.21l-3,3A1,1,0,0,0,4.21,6.71L5.5,5.41Zm13-5h-5a1,1,0,0,0,0,2h5a1,1,0,0,1,1,1v9.72l-1.57-1.45a1,1,0,0,0-.68-.27H8.5a1,1,0,0,1-1-1V15a1,1,0,0,0-2,0v1a3,3,0,0,0,3,3h8.36l3,2.73a1,1,0,0,0,.68.27,1.1,1.1,0,0,0,.4-.08,1,1,0,0,0,.6-.92V9A3,3,0,0,0,18.5,6Z\"/></svg></li><li title=\"comment alt verify \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M15.71,6.29l-5.3,5.3L8.29,9.47a1,1,0,1,0-1.41,1.41l2.83,2.83a1,1,0,0,0,.7.29,1,1,0,0,0,.71-.29l6-6a1,1,0,0,0,0-1.42A1,1,0,0,0,15.71,6.29ZM19,2H5A3,3,0,0,0,2,5V15a3,3,0,0,0,3,3H16.59l3.7,3.71A1,1,0,0,0,21,22a.84.84,0,0,0,.38-.08A1,1,0,0,0,22,21V5A3,3,0,0,0,19,2Zm1,16.59-2.29-2.3A1,1,0,0,0,17,16H5a1,1,0,0,1-1-1V5A1,1,0,0,1,5,4H19a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"comment alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19,2H5A3,3,0,0,0,2,5V15a3,3,0,0,0,3,3H16.59l3.7,3.71A1,1,0,0,0,21,22a.84.84,0,0,0,.38-.08A1,1,0,0,0,22,21V5A3,3,0,0,0,19,2Zm1,16.59-2.29-2.3A1,1,0,0,0,17,16H5a1,1,0,0,1-1-1V5A1,1,0,0,1,5,4H19a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"comment block \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19,14a1,1,0,0,0-1.22.72A7,7,0,0,1,11,20H5.41l.64-.63a1,1,0,0,0,0-1.41A7,7,0,0,1,9.25,6.22a1,1,0,0,0-.5-1.94A9,9,0,0,0,4,18.62L2.29,20.29a1,1,0,0,0-.21,1.09A1,1,0,0,0,3,22h8a9,9,0,0,0,8.72-6.75A1,1,0,0,0,19,14ZM20.54,3.46A5,5,0,1,0,22,7,5,5,0,0,0,20.54,3.46ZM14,7a3,3,0,0,1,3-3,3,3,0,0,1,1.29.3l-4,4A3,3,0,0,1,14,7Zm5.12,2.12a3.08,3.08,0,0,1-3.4.57l4-4A3,3,0,0,1,20,7,3,3,0,0,1,19.12,9.12Z\"/></svg></li><li title=\"comment chart line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,10a1,1,0,0,0-1,1v4a1,1,0,0,0,2,0V11A1,1,0,0,0,12,10ZM8,13a1,1,0,0,0-1,1v1a1,1,0,0,0,2,0V14A1,1,0,0,0,8,13ZM12,2A10,10,0,0,0,2,12a9.89,9.89,0,0,0,2.26,6.33l-2,2a1,1,0,0,0-.21,1.09A1,1,0,0,0,3,22h9A10,10,0,0,0,12,2Zm0,18H5.41l.93-.93a1,1,0,0,0,.3-.71,1,1,0,0,0-.3-.7A8,8,0,1,1,12,20ZM16,8a1,1,0,0,0-1,1v6a1,1,0,0,0,2,0V9A1,1,0,0,0,16,8Z\"/></svg></li><li title=\"comment check \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M13.29,7.13a1,1,0,0,0,0,1.42l1.92,1.92a1,1,0,0,0,1.42,0l4.08-4.08A1,1,0,1,0,19.29,5L15.92,8.35,14.71,7.13A1,1,0,0,0,13.29,7.13Zm6.62,3.51A1,1,0,0,0,19,11.72,2.62,2.62,0,0,1,19,12a7,7,0,0,1-7,7H6.41l.64-.63a1,1,0,0,0,0-1.41A7,7,0,0,1,10.53,5.15a7.14,7.14,0,0,1,2.8,0,1,1,0,1,0,.4-2,9.15,9.15,0,0,0-3.61,0A9.05,9.05,0,0,0,3,12a9,9,0,0,0,2,5.62L3.29,19.29a1,1,0,0,0-.21,1.09A1,1,0,0,0,4,21h8a9,9,0,0,0,9-9c0-.15,0-.29,0-.44A1,1,0,0,0,19.91,10.64Z\"/></svg></li><li title=\"comment dots \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M8,11a1,1,0,1,0,1,1A1,1,0,0,0,8,11Zm4,0a1,1,0,1,0,1,1A1,1,0,0,0,12,11Zm4,0a1,1,0,1,0,1,1A1,1,0,0,0,16,11ZM12,2A10,10,0,0,0,2,12a9.89,9.89,0,0,0,2.26,6.33l-2,2a1,1,0,0,0-.21,1.09A1,1,0,0,0,3,22h9A10,10,0,0,0,12,2Zm0,18H5.41l.93-.93a1,1,0,0,0,.3-.71,1,1,0,0,0-.3-.7A8,8,0,1,1,12,20Z\"/></svg></li><li title=\"comment download \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19,14a1,1,0,0,0-1.22.72A7,7,0,0,1,11,20H5.41l.64-.63a1,1,0,0,0,0-1.41A7,7,0,0,1,11,6a8.49,8.49,0,0,1,.88,0,1,1,0,1,0,.24-2A8.32,8.32,0,0,0,11,4,9,9,0,0,0,4,18.62L2.29,20.29a1,1,0,0,0-.21,1.09A1,1,0,0,0,3,22h8a9,9,0,0,0,8.72-6.75A1,1,0,0,0,19,14Zm2.71-6.74a1,1,0,0,0-1.42,0L19,8.59V3a1,1,0,0,0-2,0V8.59l-1.29-1.3a1,1,0,1,0-1.42,1.42l3,3a1,1,0,0,0,.33.21.94.94,0,0,0,.76,0,1,1,0,0,0,.33-.21l3-3A1,1,0,0,0,21.71,7.29Z\"/></svg></li><li title=\"comment edit \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21.71,4.72,19.28,2.29a1,1,0,0,0-1.41,0L12.29,7.87a1,1,0,0,0-.29.71V11a1,1,0,0,0,1,1h2.42a1,1,0,0,0,.71-.29l5.58-5.58A1,1,0,0,0,21.71,4.72ZM15,10H14V9l4.58-4.58,1,1Zm4,2h0a1,1,0,0,0-1,1,7,7,0,0,1-7,7H5.41l.64-.63a1,1,0,0,0,0-1.42A7,7,0,0,1,11,6a1,1,0,0,0,0-2h0A9,9,0,0,0,4,18.62L2.29,20.29a1,1,0,0,0-.21,1.09A1,1,0,0,0,3,22h8a9,9,0,0,0,9-9A1,1,0,0,0,19,12Z\"/></svg></li><li title=\"comment exclamation \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,14a1,1,0,1,0,1,1A1,1,0,0,0,12,14ZM12,2A10,10,0,0,0,2,12a9.89,9.89,0,0,0,2.26,6.33l-2,2a1,1,0,0,0-.21,1.09A1,1,0,0,0,3,22h9A10,10,0,0,0,12,2Zm0,18H5.41l.93-.93a1,1,0,0,0,.3-.71,1,1,0,0,0-.3-.7A8,8,0,1,1,12,20ZM12,8a1,1,0,0,0-1,1v3a1,1,0,0,0,2,0V9A1,1,0,0,0,12,8Z\"/></svg></li><li title=\"comment heart \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,8.35a3.07,3.07,0,0,0-3.54.53,3,3,0,0,0,0,4.24L11.29,16a1,1,0,0,0,1.42,0l2.83-2.83a3,3,0,0,0,0-4.24A3.07,3.07,0,0,0,12,8.35Zm2.12,3.36L12,13.83,9.88,11.71a1,1,0,0,1,0-1.42,1,1,0,0,1,1.41,0,1,1,0,0,0,1.42,0,1,1,0,0,1,1.41,0A1,1,0,0,1,14.12,11.71ZM12,2A10,10,0,0,0,2,12a9.89,9.89,0,0,0,2.26,6.33l-2,2a1,1,0,0,0-.21,1.09A1,1,0,0,0,3,22h9A10,10,0,0,0,12,2Zm0,18H5.41l.93-.93a1,1,0,0,0,0-1.41A8,8,0,1,1,12,20Z\"/></svg></li><li title=\"comment image \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10,0,0,0,2.44,14.91a.29.29,0,0,0,0,.1,9.83,9.83,0,0,0,1.79,3.32l-2,2a1,1,0,0,0-.21,1.09A1,1,0,0,0,3,22h9a10,10,0,0,0,9.46-6.78l0-.08A9.89,9.89,0,0,0,22,12,10,10,0,0,0,12,2Zm0,18H5.41l.3-.29,8.41-8.42a1,1,0,0,1,1.4,0l3.62,3.6.23.22A8,8,0,0,1,12,20ZM4.54,14.87l1.58-1.58a1,1,0,0,1,1.41,0l.87.87L5.68,16.9A7.67,7.67,0,0,1,4.54,14.87Zm15.41-2-3-3a3,3,0,0,0-4.24,0L9.82,12.76l-.88-.87a3,3,0,0,0-4.23,0L4,12.56A5.25,5.25,0,0,1,4,12a8,8,0,0,1,16,0A8.27,8.27,0,0,1,20,12.86Z\"/></svg></li><li title=\"comment info alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,9a1,1,0,0,0-1,1v3a1,1,0,0,0,2,0V10A1,1,0,0,0,12,9Zm7-7H5A3,3,0,0,0,2,5V15a3,3,0,0,0,3,3H16.59l3.7,3.71A1,1,0,0,0,21,22a.84.84,0,0,0,.38-.08A1,1,0,0,0,22,21V5A3,3,0,0,0,19,2Zm1,16.59-2.29-2.3A1,1,0,0,0,17,16H5a1,1,0,0,1-1-1V5A1,1,0,0,1,5,4H19a1,1,0,0,1,1,1ZM12,6a1,1,0,1,0,1,1A1,1,0,0,0,12,6Z\"/></svg></li><li title=\"comment info \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,11a1,1,0,0,0-1,1v3a1,1,0,0,0,2,0V12A1,1,0,0,0,12,11Zm0-3a1,1,0,1,0,1,1A1,1,0,0,0,12,8Zm0-6A10,10,0,0,0,2,12a9.89,9.89,0,0,0,2.26,6.33l-2,2a1,1,0,0,0-.21,1.09A1,1,0,0,0,3,22h9A10,10,0,0,0,12,2Zm0,18H5.41l.93-.93a1,1,0,0,0,.3-.71,1,1,0,0,0-.3-.7A8,8,0,1,1,12,20Z\"/></svg></li><li title=\"comment lines \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M17,9H7a1,1,0,0,0,0,2H17a1,1,0,0,0,0-2Zm-4,4H7a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2ZM12,2A10,10,0,0,0,2,12a9.89,9.89,0,0,0,2.26,6.33l-2,2a1,1,0,0,0-.21,1.09A1,1,0,0,0,3,22h9A10,10,0,0,0,12,2Zm0,18H5.41l.93-.93a1,1,0,0,0,0-1.41A8,8,0,1,1,12,20Z\"/></svg></li><li title=\"comment lock \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M18.92,16.13a1,1,0,0,0-1.37.37A7,7,0,0,1,11.5,20H5.91l.64-.63a1,1,0,0,0,0-1.41A7,7,0,0,1,10.62,6.05a1,1,0,1,0-.24-2A9,9,0,0,0,4.47,18.62L2.79,20.29a1,1,0,0,0-.21,1.09A1,1,0,0,0,3.5,22h8a9,9,0,0,0,7.79-4.5A1,1,0,0,0,18.92,16.13Zm.58-9.95V5a3,3,0,0,0-6,0V6.18A3,3,0,0,0,11.5,9v2a3,3,0,0,0,3,3h4a3,3,0,0,0,3-3V9A3,3,0,0,0,19.5,6.18ZM15.5,5a1,1,0,0,1,2,0V6h-2Zm4,6a1,1,0,0,1-1,1h-4a1,1,0,0,1-1-1V9a1,1,0,0,1,1-1h4a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"comment medical \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10,0,0,0,2,12a9.89,9.89,0,0,0,2.26,6.33l-2,2a1,1,0,0,0-.21,1.09A1,1,0,0,0,3,22h9A10,10,0,0,0,12,2Zm0,18H5.41l.93-.93a1,1,0,0,0,0-1.41A8,8,0,1,1,12,20Zm2-9H13V10a1,1,0,0,0-2,0v1H10a1,1,0,0,0,0,2h1v1a1,1,0,0,0,2,0V13h1a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"comment message \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10,0,0,0,2,12a9.89,9.89,0,0,0,2.26,6.33l-2,2a1,1,0,0,0-.21,1.09A1,1,0,0,0,3,22h9A10,10,0,0,0,12,2Zm0,18H5.41l.93-.93a1,1,0,0,0,0-1.41A8,8,0,1,1,12,20Zm5-9H7a1,1,0,0,0,0,2H17a1,1,0,0,0,0-2Zm-2,4H9a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2ZM9,9h6a1,1,0,0,0,0-2H9A1,1,0,0,0,9,9Z\"/></svg></li><li title=\"comment notes \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M11,11h6a1,1,0,0,0,0-2H11a1,1,0,0,0,0,2ZM7,9a1,1,0,1,0,1,1A1,1,0,0,0,7,9Zm0,4a1,1,0,1,0,1,1A1,1,0,0,0,7,13ZM12,2A10,10,0,0,0,2,12a9.89,9.89,0,0,0,2.26,6.33l-2,2a1,1,0,0,0-.21,1.09A1,1,0,0,0,3,22h9A10,10,0,0,0,12,2Zm0,18H5.41l.93-.93a1,1,0,0,0,.3-.71,1,1,0,0,0-.3-.7A8,8,0,1,1,12,20Zm5-7H11a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"comment plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10,0,0,0,2,12a9.89,9.89,0,0,0,2.26,6.33l-2,2a1,1,0,0,0-.21,1.09A1,1,0,0,0,3,22h9A10,10,0,0,0,12,2Zm0,18H5.41l.93-.93a1,1,0,0,0,0-1.41A8,8,0,1,1,12,20Zm3-9H13V9a1,1,0,0,0-2,0v2H9a1,1,0,0,0,0,2h2v2a1,1,0,0,0,2,0V13h2a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"comment question \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M14.77,5.87a1,1,0,0,0,1.36-.37A1,1,0,0,1,18,6a1,1,0,0,1-1,1,1,1,0,0,0,0,2,3,3,0,1,0-2.6-4.5A1,1,0,0,0,14.77,5.87ZM19.07,13a1,1,0,0,0-1.12.86A7,7,0,0,1,11,20H5.41l.65-.65a1,1,0,0,0,0-1.41A7,7,0,0,1,11,6a1,1,0,0,0,0-2A9,9,0,0,0,4,18.61L2.29,20.29a1,1,0,0,0-.21,1.09A1,1,0,0,0,3,22h8a9,9,0,0,0,8.93-7.87A1,1,0,0,0,19.07,13Zm-1.69-2.93A1,1,0,0,0,16.8,10l-.18.06-.18.09-.15.13a1,1,0,0,0-.21.32A.84.84,0,0,0,16,11a1,1,0,0,0,.07.39,1,1,0,0,0,.22.32A1,1,0,0,0,17,12a1,1,0,0,0,1-1,.84.84,0,0,0-.08-.38,1.07,1.07,0,0,0-.54-.54Z\"/></svg></li><li title=\"comment redo \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19,14a1,1,0,0,0-1.22.72A7,7,0,0,1,11,20H5.41l.64-.63a1,1,0,0,0,0-1.41A7,7,0,0,1,9.25,6.22a1,1,0,0,0-.5-1.94A9,9,0,0,0,4,18.62L2.29,20.29a1,1,0,0,0-.21,1.09A1,1,0,0,0,3,22h8a9,9,0,0,0,8.72-6.75A1,1,0,0,0,19,14ZM21,2a1,1,0,0,0-1,1h0a5,5,0,1,0,.3,7.75A1,1,0,1,0,19,9.25,3,3,0,1,1,17,4a3,3,0,0,1,2.23,1H18a1,1,0,0,0,0,2h3a1,1,0,0,0,1-1V3A1,1,0,0,0,21,2Z\"/></svg></li><li title=\"comment search \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21.21,10.29,19.48,8.57a4.37,4.37,0,0,0,.65-2.26,4.31,4.31,0,1,0-4.32,4.32A4.35,4.35,0,0,0,18.07,10l1.72,1.73a1,1,0,0,0,1.42,0A1,1,0,0,0,21.21,10.29ZM17.45,8A2.32,2.32,0,0,1,13.5,6.31a2.29,2.29,0,0,1,.68-1.63,2.32,2.32,0,0,1,3.27,0,2.31,2.31,0,0,1,0,3.27ZM19.5,14a1,1,0,0,0-1.22.72A7,7,0,0,1,11.5,20H5.91l.64-.63a1,1,0,0,0,0-1.41,7,7,0,0,1-2-5A7,7,0,0,1,8.87,6.52a1,1,0,1,0-.74-1.86,9,9,0,0,0-3.66,14L2.79,20.29a1,1,0,0,0-.21,1.09A1,1,0,0,0,3.5,22h8a9,9,0,0,0,8.72-6.75A1,1,0,0,0,19.5,14Z\"/></svg></li><li title=\"comment share \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19.06,13.51a1,1,0,0,0-1.11.87A7,7,0,0,1,11,20.5H5.41l.64-.63a1,1,0,0,0,0-1.41A7,7,0,0,1,9.25,6.72a1,1,0,0,0-.5-1.94A9,9,0,0,0,4,19.12L2.29,20.79a1,1,0,0,0-.21,1.09A1,1,0,0,0,3,22.5h8a9,9,0,0,0,8.93-7.88A1,1,0,0,0,19.06,13.51ZM19,7.5a2,2,0,0,0-1.18.39l-1.75-.8L18,6.21a2,2,0,0,0,1,.29,2,2,0,1,0-2-2l-1.9.87A2,2,0,0,0,14,5a2,2,0,0,0,0,4,2,2,0,0,0,.93-.24l2.09,1A2,2,0,1,0,19,7.5Z\"/></svg></li><li title=\"comment shield \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21.7,2.86a1,1,0,0,0-.84-.2,3,3,0,0,1-2.33-.48,1,1,0,0,0-1.15,0,3,3,0,0,1-2.33.48,1,1,0,0,0-.84.2,1,1,0,0,0-.37.77V7a4.56,4.56,0,0,0,1.91,3.7l1.62,1.16a1,1,0,0,0,1.17,0l1.62-1.16A4.56,4.56,0,0,0,22.07,7V3.63A1,1,0,0,0,21.7,2.86ZM20.07,7A2.57,2.57,0,0,1,19,9l-1,.74L16.91,9A2.57,2.57,0,0,1,15.84,7V4.72A5.17,5.17,0,0,0,18,4.17a5.12,5.12,0,0,0,2.11.55ZM18.93,14a1,1,0,0,0-1.21.72A7,7,0,0,1,10.93,20H5.35L6,19.37A1,1,0,0,0,6,18,7,7,0,0,1,10.93,6a1,1,0,0,0,0-2,9,9,0,0,0-7,14.62L2.23,20.29A1,1,0,0,0,2.93,22h8a9,9,0,0,0,8.72-6.75A1,1,0,0,0,18.93,14Z\"/></svg></li><li title=\"comment slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M10.19,5.23A7.12,7.12,0,0,1,12,5a7,7,0,0,1,7,7,7.12,7.12,0,0,1-.23,1.81,1,1,0,0,0,.7,1.23,1.15,1.15,0,0,0,.26,0,1,1,0,0,0,1-.74A8.91,8.91,0,0,0,21,12a9,9,0,0,0-9-9,8.91,8.91,0,0,0-2.33.3A1,1,0,0,0,9,4.53,1,1,0,0,0,10.19,5.23ZM21.71,20.29l-18-18A1,1,0,0,0,2.29,3.71L5,6.38A9,9,0,0,0,5,17.62L3.29,19.29a1,1,0,0,0-.21,1.09A1,1,0,0,0,4,21h8a9,9,0,0,0,5.62-2l2.67,2.68a1,1,0,0,0,1.42,0A1,1,0,0,0,21.71,20.29ZM12,19H6.41l.64-.63a1,1,0,0,0,0-1.41A7,7,0,0,1,6.4,7.81l9.79,9.79A7,7,0,0,1,12,19Z\"/></svg></li><li title=\"comment upload \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19,14a1,1,0,0,0-1.22.72A7,7,0,0,1,11,20H5.41l.64-.63a1,1,0,0,0,0-1.41A7,7,0,0,1,11,6a1,1,0,0,0,0-2A9,9,0,0,0,4,18.62L2.29,20.29a1,1,0,0,0-.21,1.09A1,1,0,0,0,3,22h8a9,9,0,0,0,8.72-6.75A1,1,0,0,0,19,14Zm2.71-8.74-3-3a1,1,0,0,0-.33-.21,1,1,0,0,0-.76,0,1,1,0,0,0-.33.21l-3,3a1,1,0,0,0,1.42,1.42L17,5.41V11a1,1,0,0,0,2,0V5.41l1.29,1.3a1,1,0,0,0,1.42,0A1,1,0,0,0,21.71,5.29Z\"/></svg></li><li title=\"comment verify \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M15.29,8.85l-4.73,4.74L8.71,11.73a1,1,0,0,0-1.42,1.42l2.56,2.56a1,1,0,0,0,1.42,0l5.44-5.44a1,1,0,1,0-1.42-1.42ZM12,2A10,10,0,0,0,2,12a9.89,9.89,0,0,0,2.26,6.33l-2,2a1,1,0,0,0-.21,1.09A1,1,0,0,0,3,22h9A10,10,0,0,0,12,2Zm0,18H5.41l.93-.93a1,1,0,0,0,0-1.41A8,8,0,1,1,12,20Z\"/></svg></li><li title=\"comment \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10,0,0,0,2,12a9.89,9.89,0,0,0,2.26,6.33l-2,2a1,1,0,0,0-.21,1.09A1,1,0,0,0,3,22h9A10,10,0,0,0,12,2Zm0,18H5.41l.93-.93a1,1,0,0,0,0-1.41A8,8,0,1,1,12,20Z\"/></svg></li><li title=\"comments alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19,8H18V5a3,3,0,0,0-3-3H5A3,3,0,0,0,2,5V17a1,1,0,0,0,.62.92A.84.84,0,0,0,3,18a1,1,0,0,0,.71-.29l2.81-2.82H8v1.44a3,3,0,0,0,3,3h6.92l2.37,2.38A1,1,0,0,0,21,22a.84.84,0,0,0,.38-.08A1,1,0,0,0,22,21V11A3,3,0,0,0,19,8ZM8,11v1.89H6.11a1,1,0,0,0-.71.29L4,14.59V5A1,1,0,0,1,5,4H15a1,1,0,0,1,1,1V8H11A3,3,0,0,0,8,11Zm12,7.59-1-1a1,1,0,0,0-.71-.3H11a1,1,0,0,1-1-1V11a1,1,0,0,1,1-1h8a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"comments \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M20.61,19.19A7,7,0,0,0,17.87,8.62,8,8,0,1,0,3.68,14.91L2.29,16.29a1,1,0,0,0-.21,1.09A1,1,0,0,0,3,18H8.69A7,7,0,0,0,15,22h6a1,1,0,0,0,.92-.62,1,1,0,0,0-.21-1.09ZM8,15a6.63,6.63,0,0,0,.08,1H5.41l.35-.34a1,1,0,0,0,0-1.42A5.93,5.93,0,0,1,4,10a6,6,0,0,1,6-6,5.94,5.94,0,0,1,5.65,4c-.22,0-.43,0-.65,0A7,7,0,0,0,8,15ZM18.54,20l.05.05H15a5,5,0,1,1,3.54-1.46,1,1,0,0,0-.3.7A1,1,0,0,0,18.54,20Z\"/></svg></li><li title=\"compact disc \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20ZM12,9a3,3,0,1,0,3,3A3,3,0,0,0,12,9Zm0,4a1,1,0,1,1,1-1A1,1,0,0,1,12,13Z\"/></svg></li><li title=\"comparison \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M21,20H4v-.54l5-5,3.8,3.8a1,1,0,0,0,1.41,0l7.5-7.5a1,1,0,0,0,0-1.42,1,1,0,0,0-1.41,0l-6.8,6.8-3.79-3.8a1,1,0,0,0-1.41,0L4,16.63V11.46l5-5,2.8,2.8a1,1,0,0,0,1.41,0L18,4.47l2.19,2.19a1,1,0,0,0,1.41-1.42L18.69,2.35a1,1,0,0,0-1.41,0l-4.8,4.8L9.69,4.35a1,1,0,0,0-1.41,0L4,8.63V3A1,1,0,0,0,2,3V21a1,1,0,0,0,1,1H21a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"compass \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm1,17.93V19a1,1,0,0,0-2,0v.93A8,8,0,0,1,4.07,13H5a1,1,0,0,0,0-2H4.07A8,8,0,0,1,11,4.07V5a1,1,0,0,0,2,0V4.07A8,8,0,0,1,19.93,11H19a1,1,0,0,0,0,2h.93A8,8,0,0,1,13,19.93ZM15.14,7.55l-5,2.12a1,1,0,0,0-.52.52l-2.12,5a1,1,0,0,0,.21,1.1,1,1,0,0,0,.7.3.93.93,0,0,0,.4-.09l5-2.12a1,1,0,0,0,.52-.52l2.12-5a1,1,0,0,0-1.31-1.31Zm-2.49,5.1-2.28,1,1-2.28,2.28-1Z\"/></svg></li><li title=\"compress alt left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M10.5,5.5a1,1,0,0,0-1,1V8.09L3.71,2.29A1,1,0,0,0,2.29,3.71L8.09,9.5H6.5a1,1,0,0,0,0,2h4a1,1,0,0,0,.38-.08,1,1,0,0,0,.54-.54,1,1,0,0,0,.08-.38v-4A1,1,0,0,0,10.5,5.5ZM21.71,20.29l-5.8-5.79H17.5a1,1,0,0,0,0-2h-4a1,1,0,0,0-.38.08,1,1,0,0,0-.54.54,1,1,0,0,0-.08.38v4a1,1,0,0,0,2,0V15.91l5.79,5.8a1,1,0,0,0,1.42,0A1,1,0,0,0,21.71,20.29Z\"/></svg></li><li title=\"compress alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21.71,2.29a1,1,0,0,0-1.42,0L14.5,8.09V6.5a1,1,0,0,0-2,0v4a1,1,0,0,0,.08.38,1,1,0,0,0,.54.54,1,1,0,0,0,.38.08h4a1,1,0,0,0,0-2H15.91l5.8-5.79A1,1,0,0,0,21.71,2.29ZM10.88,12.58a1,1,0,0,0-.38-.08h-4a1,1,0,0,0,0,2H8.09l-5.8,5.79a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l5.79-5.8V17.5a1,1,0,0,0,2,0v-4a1,1,0,0,0-.08-.38A1,1,0,0,0,10.88,12.58Z\"/></svg></li><li title=\"compress arrows \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M10.38,13.08A1,1,0,0,0,10,13H6a1,1,0,0,0,0,2H7.59l-5.3,5.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L9,16.41V18a1,1,0,0,0,2,0V14a1,1,0,0,0-.08-.38A1,1,0,0,0,10.38,13.08ZM10,5A1,1,0,0,0,9,6V7.59L3.71,2.29A1,1,0,0,0,2.29,3.71L7.59,9H6a1,1,0,0,0,0,2h4a1,1,0,0,0,.38-.08,1,1,0,0,0,.54-.54A1,1,0,0,0,11,10V6A1,1,0,0,0,10,5Zm3.62,5.92A1,1,0,0,0,14,11h4a1,1,0,0,0,0-2H16.41l5.3-5.29a1,1,0,1,0-1.42-1.42L15,7.59V6a1,1,0,0,0-2,0v4a1,1,0,0,0,.08.38A1,1,0,0,0,13.62,10.92ZM16.41,15H18a1,1,0,0,0,0-2H14a1,1,0,0,0-.38.08,1,1,0,0,0-.54.54A1,1,0,0,0,13,14v4a1,1,0,0,0,2,0V16.41l5.29,5.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42Z\"/></svg></li><li title=\"compress lines \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M17,20H13V16.41l.79.8a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42l-2.5-2.5a1,1,0,0,0-.33-.21,1,1,0,0,0-.76,0,1,1,0,0,0-.33.21l-2.5,2.5a1,1,0,0,0,1.42,1.42l.79-.8V20H7a1,1,0,0,0,0,2H17a1,1,0,0,0,0-2ZM7,4h4V7.59l-.79-.8A1,1,0,1,0,8.79,8.21l2.5,2.5a1,1,0,0,0,.33.21.94.94,0,0,0,.76,0,1,1,0,0,0,.33-.21l2.5-2.5a1,1,0,1,0-1.42-1.42l-.79.8V4h4a1,1,0,0,0,0-2H7A1,1,0,0,0,7,4Z\"/></svg></li><li title=\"compress point \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21.71,20.29,15.41,14H17a1,1,0,0,0,0-2H13.41l5.66-5.66a1,1,0,1,0-1.41-1.41L12,10.59V7a1,1,0,0,0-2,0V8.59L3.71,2.29A1,1,0,0,0,2.29,3.71L8.59,10H7a1,1,0,0,0,0,2h3.59L4.93,17.66a1,1,0,0,0,0,1.41,1,1,0,0,0,1.41,0L12,13.41V17a1,1,0,0,0,2,0V15.41l6.29,6.3a1,1,0,0,0,1.42,0A1,1,0,0,0,21.71,20.29Z\"/></svg></li><li title=\"compress v \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12.71,13.29a1,1,0,0,0-.33-.21,1,1,0,0,0-.76,0,1,1,0,0,0-.33.21l-2.5,2.5a1,1,0,0,0,1.42,1.42l.79-.8V21a1,1,0,0,0,2,0V16.41l.79.8a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42Zm-1.42-2.58a1,1,0,0,0,.33.21.94.94,0,0,0,.76,0,1,1,0,0,0,.33-.21l2.5-2.5a1,1,0,1,0-1.42-1.42l-.79.8V3a1,1,0,0,0-2,0V7.59l-.79-.8A1,1,0,1,0,8.79,8.21Z\"/></svg></li><li title=\"compress \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M16,9h5a1,1,0,0,0,0-2H17V3a1,1,0,0,0-2,0V8A1,1,0,0,0,16,9ZM8,15H3a1,1,0,0,0,0,2H7v4a1,1,0,0,0,2,0V16A1,1,0,0,0,8,15ZM8,2A1,1,0,0,0,7,3V7H3A1,1,0,0,0,3,9H8A1,1,0,0,0,9,8V3A1,1,0,0,0,8,2ZM21,15H16a1,1,0,0,0-1,1v5a1,1,0,0,0,2,0V17h4a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"confused \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M9,9a1,1,0,1,0,1,1A1,1,0,0,0,9,9Zm5.66,4.56-4.19,1.5A1,1,0,0,0,10.8,17a1,1,0,0,0,.34-.06l4.2-1.5a1,1,0,1,0-.68-1.88ZM15,9a1,1,0,1,0,1,1A1,1,0,0,0,15,9ZM12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z\"/></svg></li><li title=\"constructor \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M20,9.67V9.5a7.95,7.95,0,0,0-5.59-7.62l-.06,0a8.32,8.32,0,0,0-2.59-.36A8.21,8.21,0,0,0,4,9.67a3,3,0,0,0,0,5.66,8,8,0,0,0,8,7.17h.23a8.13,8.13,0,0,0,7.68-7.16A3,3,0,0,0,20,9.67ZM12.18,20.5a6,6,0,0,1-6.09-5H17.86A6.09,6.09,0,0,1,12.18,20.5Zm6.82-7H5a1,1,0,0,1,0-2H7a1,1,0,0,0,0-2H6A6.4,6.4,0,0,1,9,4.35V7.5a1,1,0,0,0,2,0V3.59a7.34,7.34,0,0,1,.82-.09H12a6.64,6.64,0,0,1,1,.09V7.5a1,1,0,0,0,2,0V4.32a6.65,6.65,0,0,1,1.18.87A6,6,0,0,1,18,9.5H17a1,1,0,0,0,0,2h2a1,1,0,0,1,0,2Z\"/></svg></li><li title=\"copy alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M16,20H8a3,3,0,0,1-3-3V7A1,1,0,0,0,3,7V17a5,5,0,0,0,5,5h8a1,1,0,0,0,0-2ZM21,8.94a1.31,1.31,0,0,0-.06-.27l0-.09a1.07,1.07,0,0,0-.19-.28h0l-6-6h0a1.07,1.07,0,0,0-.28-.19l-.09,0L14.06,2H10A3,3,0,0,0,7,5V15a3,3,0,0,0,3,3h8a3,3,0,0,0,3-3V9S21,9,21,8.94ZM15,5.41,17.59,8H16a1,1,0,0,1-1-1ZM19,15a1,1,0,0,1-1,1H10a1,1,0,0,1-1-1V5a1,1,0,0,1,1-1h3V7a3,3,0,0,0,3,3h3Z\"/></svg></li><li title=\"copy landscape \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M18,19H6a3,3,0,0,1-3-3V8A1,1,0,0,0,1,8v8a5,5,0,0,0,5,5H18a1,1,0,0,0,0-2Zm5-9.06a1.31,1.31,0,0,0-.06-.27l0-.09a1.07,1.07,0,0,0-.19-.28h0l-6-6h0a1.07,1.07,0,0,0-.28-.19l-.09,0L16.06,3H8A3,3,0,0,0,5,6v8a3,3,0,0,0,3,3H20a3,3,0,0,0,3-3V10S23,10,23,9.94ZM17,6.41,19.59,9H18a1,1,0,0,1-1-1ZM21,14a1,1,0,0,1-1,1H8a1,1,0,0,1-1-1V6A1,1,0,0,1,8,5h7V8a3,3,0,0,0,3,3h3Z\"/></svg></li><li title=\"copy \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21,8.94a1.31,1.31,0,0,0-.06-.27l0-.09a1.07,1.07,0,0,0-.19-.28h0l-6-6h0a1.07,1.07,0,0,0-.28-.19.32.32,0,0,0-.09,0A.88.88,0,0,0,14.05,2H10A3,3,0,0,0,7,5V6H6A3,3,0,0,0,3,9V19a3,3,0,0,0,3,3h8a3,3,0,0,0,3-3V18h1a3,3,0,0,0,3-3V9S21,9,21,8.94ZM15,5.41,17.59,8H16a1,1,0,0,1-1-1ZM15,19a1,1,0,0,1-1,1H6a1,1,0,0,1-1-1V9A1,1,0,0,1,6,8H7v7a3,3,0,0,0,3,3h5Zm4-4a1,1,0,0,1-1,1H10a1,1,0,0,1-1-1V5a1,1,0,0,1,1-1h3V7a3,3,0,0,0,3,3h3Z\"/></svg></li><li title=\"copyright \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M11,9h2a1,1,0,0,1,1,1,1,1,0,0,0,2,0,3,3,0,0,0-3-3H11a3,3,0,0,0-3,3v4a3,3,0,0,0,3,3h2a3,3,0,0,0,3-3,1,1,0,0,0-2,0,1,1,0,0,1-1,1H11a1,1,0,0,1-1-1V10A1,1,0,0,1,11,9Zm1-7A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z\"/></svg></li><li title=\"corner down left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M18.69,2a1,1,0,0,0-1,1V13.37a2,2,0,0,1-2,2h-8l2.92-2.92A1,1,0,0,0,9.24,11L4.61,15.66a1.19,1.19,0,0,0-.22.33,1,1,0,0,0,0,.76,1,1,0,0,0,.22.33l4.63,4.63a1,1,0,0,0,.7.29,1,1,0,0,0,.71-.29,1,1,0,0,0,0-1.42L7.73,17.37h8a4,4,0,0,0,4-4V3A1,1,0,0,0,18.69,2Z\"/></svg></li><li title=\"corner down right alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M20.92,12.62a1,1,0,0,0-.21-.33l-3-3a1,1,0,0,0-1.42,1.42L17.59,12H8a1,1,0,0,1-1-1V7A1,1,0,0,0,5,7v4a3,3,0,0,0,3,3h9.59l-1.3,1.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l3-3a1,1,0,0,0,.21-.33A1,1,0,0,0,20.92,12.62Z\"/></svg></li><li title=\"corner down right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19.61,16a1.19,1.19,0,0,0-.22-.33L14.76,11a1,1,0,0,0-1.41,1.41l2.92,2.92h-7a3,3,0,0,1-3-3V3a1,1,0,1,0-2,0v9.37a5,5,0,0,0,5,5h7l-2.92,2.92a1,1,0,0,0,0,1.42,1,1,0,0,0,.71.29,1,1,0,0,0,.7-.29l4.63-4.63a1,1,0,0,0,.22-.33A1,1,0,0,0,19.61,16Z\"/></svg></li><li title=\"corner left down \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21,4.31H11.63a5,5,0,0,0-5,5v7L3.71,13.35a1,1,0,0,0-1.42,0,1,1,0,0,0,0,1.41l4.63,4.63a1,1,0,0,0,.33.22.94.94,0,0,0,.76,0,1.19,1.19,0,0,0,.33-.22L13,14.76a1,1,0,0,0-1.41-1.41L8.63,16.27v-7a3,3,0,0,1,3-3H21a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"corner right down \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21.71,13.35a1,1,0,0,0-1.42,0l-2.92,2.92v-8a4,4,0,0,0-4-4H3a1,1,0,1,0,0,2H13.37a2,2,0,0,1,2,2v8l-2.92-2.92A1,1,0,0,0,11,14.76l4.62,4.63a1.19,1.19,0,0,0,.33.22.94.94,0,0,0,.76,0,1,1,0,0,0,.33-.22l4.63-4.63A1,1,0,0,0,21.71,13.35Z\"/></svg></li><li title=\"corner up left alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M17,9.5H7.41l1.3-1.29A1,1,0,0,0,7.29,6.79l-3,3a1,1,0,0,0-.21.33,1,1,0,0,0,0,.76,1,1,0,0,0,.21.33l3,3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L7.41,11.5H17a1,1,0,0,1,1,1v4a1,1,0,0,0,2,0v-4A3,3,0,0,0,17,9.5Z\"/></svg></li><li title=\"corner up left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M14.69,6.63h-7l2.92-2.92a1,1,0,0,0,0-1.42,1,1,0,0,0-1.41,0L4.61,6.92a1,1,0,0,0-.22.33,1,1,0,0,0,0,.76,1.19,1.19,0,0,0,.22.33L9.24,13a1,1,0,0,0,.7.3,1,1,0,0,0,.71-1.71L7.73,8.63h7a3,3,0,0,1,3,3V21a1,1,0,0,0,2,0V11.63A5,5,0,0,0,14.69,6.63Z\"/></svg></li><li title=\"corner up right alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19.92,10.12a1,1,0,0,0-.21-.33l-3-3a1,1,0,1,0-1.42,1.42l1.3,1.29H7a3,3,0,0,0-3,3v4a1,1,0,0,0,2,0v-4a1,1,0,0,1,1-1h9.59l-1.3,1.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l3-3a1,1,0,0,0,.21-.33A1,1,0,0,0,19.92,10.12Z\"/></svg></li><li title=\"corner up right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19.61,7.25a1,1,0,0,0-.22-.33L14.76,2.29a1,1,0,0,0-1.41,0,1,1,0,0,0,0,1.42l2.92,2.92h-8a4,4,0,0,0-4,4V21a1,1,0,0,0,2,0V10.63a2,2,0,0,1,2-2h8l-2.92,2.92a1,1,0,0,0,.71,1.71,1,1,0,0,0,.7-.3l4.63-4.62A1.19,1.19,0,0,0,19.61,8,1,1,0,0,0,19.61,7.25Z\"/></svg></li><li title=\"coronavirus \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M9.5,9A1.5,1.5,0,1,0,11,10.5,1.5,1.5,0,0,0,9.5,9ZM9,14a1,1,0,1,0,1,1A1,1,0,0,0,9,14Zm6-6a1,1,0,1,0,1,1A1,1,0,0,0,15,8Zm-.5,4A1.5,1.5,0,1,0,16,13.5,1.5,1.5,0,0,0,14.5,12ZM22,11H20.941a8.95168,8.95168,0,0,0-1.916-4.6109l.75336-.75336a.99989.99989,0,0,0-1.41406-1.41406L17.6109,4.975A8.95168,8.95168,0,0,0,13,3.059V2a1,1,0,0,0-2,0V3.059A8.95168,8.95168,0,0,0,6.3891,4.975l-.75336-.75336A.99989.99989,0,0,0,4.22168,5.63574L4.975,6.3891A8.95168,8.95168,0,0,0,3.059,11H2a1,1,0,0,0,0,2H3.059a8.95168,8.95168,0,0,0,1.916,4.6109l-.75336.75336a.99989.99989,0,1,0,1.41406,1.41406L6.3891,19.025A8.95168,8.95168,0,0,0,11,20.941V22a1,1,0,0,0,2,0V20.941a8.95168,8.95168,0,0,0,4.6109-1.916l.75336.75336a.99989.99989,0,0,0,1.41406-1.41406L19.025,17.6109A8.95168,8.95168,0,0,0,20.941,13H22a1,1,0,0,0,0-2Zm-4,2h.92017A7.00413,7.00413,0,0,1,13,18.92017V17a1,1,0,0,0-2,0v1.92017A7.00413,7.00413,0,0,1,5.07983,13H6a1,1,0,0,0,0-2H5.07983A7.00413,7.00413,0,0,1,11,5.07983V7a1,1,0,0,0,2,0V5.07983A7.00413,7.00413,0,0,1,18.92017,11H18a1,1,0,0,0,0,2Z\"/></svg></li><li title=\"create dashboard \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M10,13H4a1,1,0,0,0-1,1v6a1,1,0,0,0,1,1h6a1,1,0,0,0,1-1V14A1,1,0,0,0,10,13ZM9,19H5V15H9ZM20,3H14a1,1,0,0,0-1,1v6a1,1,0,0,0,1,1h6a1,1,0,0,0,1-1V4A1,1,0,0,0,20,3ZM19,9H15V5h4Zm1,7H18V14a1,1,0,0,0-2,0v2H14a1,1,0,0,0,0,2h2v2a1,1,0,0,0,2,0V18h2a1,1,0,0,0,0-2ZM10,3H4A1,1,0,0,0,3,4v6a1,1,0,0,0,1,1h6a1,1,0,0,0,1-1V4A1,1,0,0,0,10,3ZM9,9H5V5H9Z\"/></svg></li><li title=\"creative commons pd \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,0,1-8-8A7.92,7.92,0,0,1,5.69,7.1L8.05,9.47A3.07,3.07,0,0,0,8,10v4a3,3,0,0,0,3,3h2a3,3,0,0,0,1.89-.69l2,2A7.92,7.92,0,0,1,12,20Zm-2-6V11.41l3.46,3.46A.91.91,0,0,1,13,15H11A1,1,0,0,1,10,14Zm8.31,2.9L16,14.53A3.07,3.07,0,0,0,16,14a1,1,0,0,0-1-1,.91.91,0,0,0-.46.13l-4-4A.91.91,0,0,1,11,9h2a1,1,0,0,1,1,1,1,1,0,0,0,2,0,3,3,0,0,0-3-3H11a3,3,0,0,0-1.89.69l-2-2A7.92,7.92,0,0,1,12,4a8,8,0,0,1,8,8A7.92,7.92,0,0,1,18.31,16.9Z\"/></svg></li><li title=\"credit card search \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M20,17.57a4.3,4.3,0,1,0-3.67,2.06A4.37,4.37,0,0,0,18.57,19l1.72,1.73a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42ZM18,17a2.37,2.37,0,0,1-3.27,0,2.32,2.32,0,0,1,0-3.27,2.31,2.31,0,0,1,3.27,0A2.32,2.32,0,0,1,18,17ZM19,3H5A3,3,0,0,0,2,6v9a3,3,0,0,0,3,3H9a1,1,0,0,0,0-2H5a1,1,0,0,1-1-1V9H20v1a1,1,0,0,0,2,0V6A3,3,0,0,0,19,3Zm1,4H4V6A1,1,0,0,1,5,5H19a1,1,0,0,1,1,1ZM10,11H7a1,1,0,0,0,0,2h3a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"credit card \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M7,15h3a1,1,0,0,0,0-2H7a1,1,0,0,0,0,2ZM19,5H5A3,3,0,0,0,2,8v9a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V8A3,3,0,0,0,19,5Zm1,12a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V11H20Zm0-8H4V8A1,1,0,0,1,5,7H19a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"crockery \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M18,12.15V3a1,1,0,0,0-2,0v9.15a4.16,4.16,0,0,0-3,4c0,2.05,1.52,5.8,4,5.8s4-3.75,4-5.8A4.16,4.16,0,0,0,18,12.15ZM17,20c-.8,0-2-2.27-2-3.8A2.11,2.11,0,0,1,17,14a2.11,2.11,0,0,1,2,2.2C19,17.73,17.8,20,17,20ZM10,2A1,1,0,0,0,9,3V8.46L8,9.13V3A1,1,0,0,0,6,3V9.13L5,8.46V3A1,1,0,0,0,3,3V9a1,1,0,0,0,.45.83L6,11.54V21a1,1,0,0,0,2,0V11.54l2.55-1.71A1,1,0,0,0,11,9V3A1,1,0,0,0,10,2Z\"/></svg></li><li title=\"crop alt rotate left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M9.71,16.29a1,1,0,0,0-1.42,1.42l.3.29H8a3,3,0,0,1-3-3V13a1,1,0,0,0-2,0v2a5,5,0,0,0,5,5h.59l-.3.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l2-2a1,1,0,0,0,0-1.42ZM20,12H19V5a1,1,0,0,0-1-1H11V3A1,1,0,0,0,9,3V4H8A1,1,0,0,0,8,6H9v7a1,1,0,0,0,1,1h7v1a1,1,0,0,0,2,0V14h1a1,1,0,0,0,0-2Zm-3,0H11V6h6Z\"/></svg></li><li title=\"crop alt rotate right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M16,4h-.59l.3-.29a1,1,0,1,0-1.42-1.42l-2,2a1,1,0,0,0,0,1.42l2,2a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L15.41,6H16a3,3,0,0,1,3,3v2a1,1,0,0,0,2,0V9A5,5,0,0,0,16,4Zm0,14H15V11a1,1,0,0,0-1-1H7V9A1,1,0,0,0,5,9v1H4a1,1,0,0,0,0,2H5v7a1,1,0,0,0,1,1h7v1a1,1,0,0,0,2,0V20h1a1,1,0,0,0,0-2Zm-3,0H7V12h6Z\"/></svg></li><li title=\"crop alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19,16H18V7a1,1,0,0,0-1-1H8V5A1,1,0,0,0,6,5V6H5A1,1,0,0,0,5,8H6v9a1,1,0,0,0,1,1h9v1a1,1,0,0,0,2,0V18h1a1,1,0,0,0,0-2Zm-3,0H8V8h8Z\"/></svg></li><li title=\"crosshair alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,11a1,1,0,1,0,1,1A1,1,0,0,0,12,11Zm0-9A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm1,17.93V17a1,1,0,0,0-2,0v2.93A8,8,0,0,1,4.07,13H7a1,1,0,0,0,0-2H4.07A8,8,0,0,1,11,4.07V7a1,1,0,0,0,2,0V4.07A8,8,0,0,1,19.93,11H17a1,1,0,0,0,0,2h2.93A8,8,0,0,1,13,19.93Z\"/></svg></li><li title=\"crosshair \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21,11H19.93A8,8,0,0,0,13,4.07V3a1,1,0,0,0-2,0V4.07A8,8,0,0,0,4.07,11H3a1,1,0,0,0,0,2H4.07A8,8,0,0,0,11,19.93V21a1,1,0,0,0,2,0V19.93A8,8,0,0,0,19.93,13H21a1,1,0,0,0,0-2Zm-4,2h.91A6,6,0,0,1,13,17.91V17a1,1,0,0,0-2,0v.91A6,6,0,0,1,6.09,13H7a1,1,0,0,0,0-2H6.09A6,6,0,0,1,11,6.09V7a1,1,0,0,0,2,0V6.09A6,6,0,0,1,17.91,11H17a1,1,0,0,0,0,2Zm-5-2a1,1,0,1,0,1,1A1,1,0,0,0,12,11Z\"/></svg></li><li title=\"crosshairs \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M21,11H19.93A8,8,0,0,0,13,4.07V3a1,1,0,0,0-2,0V4.07A8,8,0,0,0,4.07,11H3a1,1,0,0,0,0,2H4.07A8,8,0,0,0,11,19.93V21a1,1,0,0,0,2,0V19.93A8,8,0,0,0,19.93,13H21a1,1,0,0,0,0-2Zm-9,7a6,6,0,1,1,6-6A6,6,0,0,1,12,18Zm0-9a3,3,0,1,0,3,3A3,3,0,0,0,12,9Zm0,4a1,1,0,1,1,1-1A1,1,0,0,1,12,13Z\"/></svg></li><li title=\"css3 simple \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M20.772,3.36426A1.00062,1.00062,0,0,0,20,3H6A1,1,0,0,0,6,5H18.78613l-.78094,4H5a1,1,0,0,0,0,2H17.61475l-1.1626,5.95508-6.32324,1.99658L4.71875,17.25244l.20361-1.06494a1.00015,1.00015,0,0,0-1.96484-.375L2.5874,17.75244A1.00059,1.00059,0,0,0,3.27,18.894L9.83008,20.9541a1.00175,1.00175,0,0,0,.60107-.00049l7.18994-2.27a1.00064,1.00064,0,0,0,.68018-.7622l2.68018-13.73A1.00008,1.00008,0,0,0,20.772,3.36426Z\"/></svg></li><li title=\"cube \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M20.47,7.37s0,0,0-.08l-.06-.15a.71.71,0,0,0-.07-.09.94.94,0,0,0-.09-.12l-.09-.07L20,6.78l-7.5-4.63a1,1,0,0,0-1.06,0L4,6.78l-.09.08-.09.07a.94.94,0,0,0-.09.12.71.71,0,0,0-.07.09l-.06.15s0,0,0,.08a1.15,1.15,0,0,0,0,.26v8.74a1,1,0,0,0,.47.85l7.5,4.63h0a.47.47,0,0,0,.15.06s.05,0,.08,0a.86.86,0,0,0,.52,0s.05,0,.08,0a.47.47,0,0,0,.15-.06h0L20,17.22a1,1,0,0,0,.47-.85V7.63A1.15,1.15,0,0,0,20.47,7.37ZM11,19.21l-5.5-3.4V9.43L11,12.82Zm1-8.12L6.4,7.63,12,4.18l5.6,3.45Zm6.5,4.72L13,19.21V12.82l5.5-3.39Z\"/></svg></li><li title=\"dashboard \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M19.088,4.95453c-.00732-.00781-.00952-.01819-.01715-.02582s-.01819-.00995-.02606-.01733a9.97886,9.97886,0,0,0-14.08948,0c-.00787.00738-.01837.00964-.02606.01733s-.00983.018-.01715.02582a10,10,0,1,0,14.1759,0ZM12,20a7.9847,7.9847,0,0,1-6.235-3H9.78027a2.9636,2.9636,0,0,0,4.43946,0h4.01532A7.9847,7.9847,0,0,1,12,20Zm-1-5a1,1,0,1,1,1,1A1.001,1.001,0,0,1,11,15Zm8.41022.00208L19.3999,15H15a2.99507,2.99507,0,0,0-2-2.81573V9a1,1,0,0,0-2,0v3.18427A2.99507,2.99507,0,0,0,9,15H4.6001l-.01032.00208A7.93083,7.93083,0,0,1,4.06946,13H5a1,1,0,0,0,0-2H4.06946A7.95128,7.95128,0,0,1,5.68854,7.10211l.65472.65473A.99989.99989,0,1,0,7.75732,6.34277l-.65466-.65466A7.95231,7.95231,0,0,1,11,4.06946V5a1,1,0,0,0,2,0V4.06946a7.95231,7.95231,0,0,1,3.89734,1.61865l-.65466.65466a.99989.99989,0,1,0,1.41406,1.41407l.65472-.65473A7.95128,7.95128,0,0,1,19.93054,11H19a1,1,0,0,0,0,2h.93054A7.93083,7.93083,0,0,1,19.41022,15.00208Z\"/></svg></li><li title=\"data sharing \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M20.52,3.87A5,5,0,0,0,11.44,4H7A3,3,0,0,0,4,7v4a1,1,0,0,0,2,0V7A1,1,0,0,1,7,6H9.78A3,3,0,0,0,9,8a3,3,0,0,0,3,3h7.33a3.66,3.66,0,0,0,1.19-7.13ZM19.33,9H12a1,1,0,0,1,0-2,1,1,0,0,0,1-1,3,3,0,0,1,5.84-1,1,1,0,0,0,.78.67A1.65,1.65,0,0,1,21,7.33,1.67,1.67,0,0,1,19.33,9ZM19,13a1,1,0,0,0-1,1v3a1,1,0,0,1-1,1H14.74a3.66,3.66,0,0,0-2.22-2.13,5,5,0,0,0-9.45,1.28A3,3,0,0,0,4,23h7.33a3.66,3.66,0,0,0,3.6-3H17a3,3,0,0,0,3-3V14A1,1,0,0,0,19,13Zm-7.67,8H4a1,1,0,0,1,0-2,1,1,0,0,0,1-1,3,3,0,0,1,5.84-1,1,1,0,0,0,.78.67A1.65,1.65,0,0,1,13,19.33,1.67,1.67,0,0,1,11.33,21Z\"/></svg></li><li title=\"database alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M8,17a1,1,0,1,0,1,1A1,1,0,0,0,8,17Zm0-6a1,1,0,1,0,1,1A1,1,0,0,0,8,11Zm8-9H8A4,4,0,0,0,4,6V18a4,4,0,0,0,4,4h8a4,4,0,0,0,4-4V6A4,4,0,0,0,16,2Zm2,16a2,2,0,0,1-2,2H8a2,2,0,0,1-2-2V15.44A3.91,3.91,0,0,0,8,16h8a3.91,3.91,0,0,0,2-.56Zm0-6a2,2,0,0,1-2,2H8a2,2,0,0,1-2-2V9.44A3.91,3.91,0,0,0,8,10h8a3.91,3.91,0,0,0,2-.56ZM16,8H8A2,2,0,0,1,8,4h8a2,2,0,0,1,0,4Z\"/></svg></li><li title=\"database \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M8,16.5a1,1,0,1,0,1,1A1,1,0,0,0,8,16.5ZM12,2C8,2,4,3.37,4,6V18c0,2.63,4,4,8,4s8-1.37,8-4V6C20,3.37,16,2,12,2Zm6,16c0,.71-2.28,2-6,2s-6-1.29-6-2V14.73A13.16,13.16,0,0,0,12,16a13.16,13.16,0,0,0,6-1.27Zm0-6c0,.71-2.28,2-6,2s-6-1.29-6-2V8.73A13.16,13.16,0,0,0,12,10a13.16,13.16,0,0,0,6-1.27ZM12,8C8.28,8,6,6.71,6,6s2.28-2,6-2,6,1.29,6,2S15.72,8,12,8ZM8,10.5a1,1,0,1,0,1,1A1,1,0,0,0,8,10.5Z\"/></svg></li><li title=\"desert \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M18,2a4,4,0,1,0,4,4A4,4,0,0,0,18,2Zm0,6a2,2,0,1,1,2-2A2,2,0,0,1,18,8ZM15,20H13V18a1,1,0,0,0-2,0v2H9V16.62l3.45-1.73A1,1,0,0,0,13,14V10a1,1,0,0,0-2,0v3.38l-2,1V8A1,1,0,0,0,7,8v8.38l-2-1V13a1,1,0,0,0-2,0v3a1,1,0,0,0,.55.89L7,18.62V20H3a1,1,0,0,0,0,2H15a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"desktop alt slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M21.71,20.29l-18-18A1,1,0,0,0,2.29,3.71l1,1A3,3,0,0,0,3,6v8a3,3,0,0,0,3,3H9v2H6a1,1,0,0,0,0,2H18a1,1,0,0,0,.93-.66l1.36,1.37a1,1,0,0,0,1.42,0A1,1,0,0,0,21.71,20.29ZM5,6.41,9.59,11H5ZM13,19H11V17h2ZM6,15a1,1,0,0,1-1-1V13h6.59l2,2Zm9,4V17h.59l2,2ZM9.66,5H18a1,1,0,0,1,1,1v5H17.66a1,1,0,0,0,0,2H19v1a.37.37,0,0,1,0,.11,1,1,0,0,0,.78,1.18l.2,0a1,1,0,0,0,1-.8A2.84,2.84,0,0,0,21,14V6a3,3,0,0,0-3-3H9.66a1,1,0,0,0,0,2Z\"/></svg></li><li title=\"desktop alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19,2H5A3,3,0,0,0,2,5V15a3,3,0,0,0,3,3H8v2H5a1,1,0,0,0,0,2H19a1,1,0,0,0,0-2H16V18h3a3,3,0,0,0,3-3V5A3,3,0,0,0,19,2ZM14,20H10V18h4Zm6-5a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V14H20Zm0-3H4V5A1,1,0,0,1,5,4H19a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"desktop cloud alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M4.5,10H10a3,3,0,0,0,1.07-5.8,4,4,0,0,0-7.48,1A2.5,2.5,0,0,0,4.5,10Zm0-3a1,1,0,0,0,1-1,2,2,0,0,1,3.89-.64,1,1,0,0,0,.78.66A1,1,0,0,1,11,7a1,1,0,0,1-1,1H4.5a.5.5,0,0,1,0-1ZM19,2H14a1,1,0,0,0,0,2h5a1,1,0,0,1,1,1v7H3a1,1,0,0,0-1,1v2a3,3,0,0,0,3,3H8v2H5a1,1,0,0,0,0,2H19a1,1,0,0,0,0-2H16V18h3a3,3,0,0,0,3-3V5A3,3,0,0,0,19,2ZM14,20H10V18h4Zm6-5a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V14H20Z\"/></svg></li><li title=\"desktop slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M10.66,6H18a1,1,0,0,1,1,1v6a.94.94,0,0,1-.14.5,1,1,0,0,0,.31,1.38.94.94,0,0,0,.53.16,1,1,0,0,0,.84-.46A2.94,2.94,0,0,0,21,13V7a3,3,0,0,0-3-3H10.66a1,1,0,0,0,0,2ZM21.71,20.29,5.86,4.45h0L3.71,2.29A1,1,0,0,0,2.29,3.71L3.69,5.1A3,3,0,0,0,3,7v6a3,3,0,0,0,3,3h5v2H7a1,1,0,0,0,0,2H17a1,1,0,0,0,.93-.66l2.36,2.37a1,1,0,0,0,1.42,0A1,1,0,0,0,21.71,20.29ZM6,14a1,1,0,0,1-1-1V7a1,1,0,0,1,.12-.46L12.59,14Zm7,4V16h1.59l2,2Z\"/></svg></li><li title=\"desktop \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19,3H5A3,3,0,0,0,2,6v8a3,3,0,0,0,3,3h6v2H7a1,1,0,0,0,0,2H17a1,1,0,0,0,0-2H13V17h6a3,3,0,0,0,3-3V6A3,3,0,0,0,19,3Zm1,11a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V6A1,1,0,0,1,5,5H19a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"dialpad alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M5,9.25A2.75,2.75,0,1,0,7.75,12,2.75,2.75,0,0,0,5,9.25Zm0,4A1.25,1.25,0,1,1,6.25,12,1.25,1.25,0,0,1,5,13.25Zm7-4A2.75,2.75,0,1,0,14.75,12,2.75,2.75,0,0,0,12,9.25Zm0,4A1.25,1.25,0,1,1,13.25,12,1.25,1.25,0,0,1,12,13.25Zm7-5.5A2.75,2.75,0,1,0,16.25,5,2.75,2.75,0,0,0,19,7.75Zm0-4A1.25,1.25,0,1,1,17.75,5,1.25,1.25,0,0,1,19,3.75Zm0,5.5A2.75,2.75,0,1,0,21.75,12,2.75,2.75,0,0,0,19,9.25Zm0,4A1.25,1.25,0,1,1,20.25,12,1.25,1.25,0,0,1,19,13.25ZM5,2.25A2.75,2.75,0,1,0,7.75,5,2.75,2.75,0,0,0,5,2.25Zm0,4A1.25,1.25,0,1,1,6.25,5,1.25,1.25,0,0,1,5,6.25Zm7,10A2.75,2.75,0,1,0,14.75,19,2.75,2.75,0,0,0,12,16.25Zm0,4A1.25,1.25,0,1,1,13.25,19,1.25,1.25,0,0,1,12,20.25Zm0-18A2.75,2.75,0,1,0,14.75,5,2.75,2.75,0,0,0,12,2.25Zm0,4A1.25,1.25,0,1,1,13.25,5,1.25,1.25,0,0,1,12,6.25Z\"/></svg></li><li title=\"dialpad \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M7,2.25H3A.76.76,0,0,0,2.25,3V7A.76.76,0,0,0,3,7.75H7A.76.76,0,0,0,7.75,7V3A.76.76,0,0,0,7,2.25Zm-.75,4H3.75V3.75h2.5ZM21,2.25H17a.76.76,0,0,0-.75.75V7a.76.76,0,0,0,.75.75h4A.76.76,0,0,0,21.75,7V3A.76.76,0,0,0,21,2.25Zm-.75,4h-2.5V3.75h2.5ZM14,2.25H10A.76.76,0,0,0,9.25,3V7a.76.76,0,0,0,.75.75h4A.76.76,0,0,0,14.75,7V3A.76.76,0,0,0,14,2.25Zm-.75,4h-2.5V3.75h2.5ZM7,9.25H3a.76.76,0,0,0-.75.75v4a.76.76,0,0,0,.75.75H7A.76.76,0,0,0,7.75,14V10A.76.76,0,0,0,7,9.25Zm-.75,4H3.75v-2.5h2.5Zm7.75-4H10a.76.76,0,0,0-.75.75v4a.76.76,0,0,0,.75.75h4a.76.76,0,0,0,.75-.75V10A.76.76,0,0,0,14,9.25Zm-.75,4h-2.5v-2.5h2.5Zm7.75-4H17a.76.76,0,0,0-.75.75v4a.76.76,0,0,0,.75.75h4a.76.76,0,0,0,.75-.75V10A.76.76,0,0,0,21,9.25Zm-.75,4h-2.5v-2.5h2.5Zm-6.25,3H10a.76.76,0,0,0-.75.75v4a.76.76,0,0,0,.75.75h4a.76.76,0,0,0,.75-.75V17A.76.76,0,0,0,14,16.25Zm-.75,4h-2.5v-2.5h2.5Z\"/></svg></li><li title=\"diamond \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M20,10.35,14.22,2.94A3.06,3.06,0,0,0,9.75,3L4,10.35A3.05,3.05,0,0,0,3.51,12,3.09,3.09,0,0,0,4,13.58l.06.07,5.74,7.41A3,3,0,0,0,12,22a3.06,3.06,0,0,0,2.26-1L20,13.65a3,3,0,0,0-.06-3.3Zm-1.57,2.14-5.67,7.22a1.11,1.11,0,0,1-1.42.07L5.65,12.47A1,1,0,0,1,5.51,12a1.11,1.11,0,0,1,.1-.45l5.67-7.22a1.11,1.11,0,0,1,1.42-.07l5.63,7.28a1,1,0,0,1,.16.54A1.11,1.11,0,0,1,18.39,12.49Z\"/></svg></li><li title=\"diary alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M17,2H5A1,1,0,0,0,4,3V21a1,1,0,0,0,1,1H17a3,3,0,0,0,3-3V5A3,3,0,0,0,17,2ZM8,20H6V4H8Zm10-1a1,1,0,0,1-1,1H10V4h7a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"diary \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M17,2H5A1,1,0,0,0,4,3V19a1,1,0,0,0,1,1H6v1a1,1,0,0,0,1,1H7a1,1,0,0,0,1-1V20h9a3,3,0,0,0,3-3V5A3,3,0,0,0,17,2ZM14,18H6V4h8Zm4-1a1,1,0,0,1-1,1H16V4h1a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"dice five \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M17,2H7A5,5,0,0,0,2,7V17a5,5,0,0,0,5,5H17a5,5,0,0,0,5-5V7A5,5,0,0,0,17,2Zm3,15a3,3,0,0,1-3,3H7a3,3,0,0,1-3-3V7A3,3,0,0,1,7,4H17a3,3,0,0,1,3,3ZM8,15a1,1,0,1,0,1,1A1,1,0,0,0,8,15Zm4-4a1,1,0,1,0,1,1A1,1,0,0,0,12,11ZM8,7A1,1,0,1,0,9,8,1,1,0,0,0,8,7Zm8,8a1,1,0,1,0,1,1A1,1,0,0,0,16,15Zm0-8a1,1,0,1,0,1,1A1,1,0,0,0,16,7Z\"/></svg></li><li title=\"dice four \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M15,14a1,1,0,1,0,1,1A1,1,0,0,0,15,14ZM9,8a1,1,0,1,0,1,1A1,1,0,0,0,9,8Zm0,6a1,1,0,1,0,1,1A1,1,0,0,0,9,14Zm6-6a1,1,0,1,0,1,1A1,1,0,0,0,15,8Zm2-6H7A5,5,0,0,0,2,7V17a5,5,0,0,0,5,5H17a5,5,0,0,0,5-5V7A5,5,0,0,0,17,2Zm3,15a3,3,0,0,1-3,3H7a3,3,0,0,1-3-3V7A3,3,0,0,1,7,4H17a3,3,0,0,1,3,3Z\"/></svg></li><li title=\"dice one \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M17,2H7A5,5,0,0,0,2,7V17a5,5,0,0,0,5,5H17a5,5,0,0,0,5-5V7A5,5,0,0,0,17,2Zm3,15a3,3,0,0,1-3,3H7a3,3,0,0,1-3-3V7A3,3,0,0,1,7,4H17a3,3,0,0,1,3,3Zm-8-6a1,1,0,1,0,1,1A1,1,0,0,0,12,11Z\"/></svg></li><li title=\"dice six \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M9,11a1,1,0,1,0,1,1A1,1,0,0,0,9,11Zm0,4a1,1,0,1,0,1,1A1,1,0,0,0,9,15ZM9,7a1,1,0,1,0,1,1A1,1,0,0,0,9,7Zm6,0a1,1,0,1,0,1,1A1,1,0,0,0,15,7Zm2-5H7A5,5,0,0,0,2,7V17a5,5,0,0,0,5,5H17a5,5,0,0,0,5-5V7A5,5,0,0,0,17,2Zm3,15a3,3,0,0,1-3,3H7a3,3,0,0,1-3-3V7A3,3,0,0,1,7,4H17a3,3,0,0,1,3,3Zm-5-6a1,1,0,1,0,1,1A1,1,0,0,0,15,11Zm0,4a1,1,0,1,0,1,1A1,1,0,0,0,15,15Z\"/></svg></li><li title=\"dice three \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,11a1,1,0,1,0,1,1A1,1,0,0,0,12,11ZM8,7A1,1,0,1,0,9,8,1,1,0,0,0,8,7Zm9-5H7A5,5,0,0,0,2,7V17a5,5,0,0,0,5,5H17a5,5,0,0,0,5-5V7A5,5,0,0,0,17,2Zm3,15a3,3,0,0,1-3,3H7a3,3,0,0,1-3-3V7A3,3,0,0,1,7,4H17a3,3,0,0,1,3,3Zm-4-2a1,1,0,1,0,1,1A1,1,0,0,0,16,15Z\"/></svg></li><li title=\"dice two \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M9,11a1,1,0,1,0,1,1A1,1,0,0,0,9,11Zm8-9H7A5,5,0,0,0,2,7V17a5,5,0,0,0,5,5H17a5,5,0,0,0,5-5V7A5,5,0,0,0,17,2Zm3,15a3,3,0,0,1-3,3H7a3,3,0,0,1-3-3V7A3,3,0,0,1,7,4H17a3,3,0,0,1,3,3Zm-5-6a1,1,0,1,0,1,1A1,1,0,0,0,15,11Z\"/></svg></li><li title=\"direction \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M9.71,10.21,12,7.91l2.29,2.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42l-3-3a1,1,0,0,0-1.42,0l-3,3a1,1,0,0,0,1.42,1.42Zm4.58,4.58L12,17.09l-2.29-2.3a1,1,0,0,0-1.42,1.42l3,3a1,1,0,0,0,1.42,0l3-3a1,1,0,0,0-1.42-1.42Z\"/></svg></li><li title=\"directions \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21.12,9.88l-7-7a3.08,3.08,0,0,0-4.24,0l-7,7a3,3,0,0,0,0,4.24l7,7a3,3,0,0,0,4.24,0l7-7A3,3,0,0,0,21.12,9.88Zm-1.41,2.83-7,7a1,1,0,0,1-1.42,0h0l-7-7a1,1,0,0,1,0-1.42l7-7a1,1,0,0,1,1.42,0l7,7A1,1,0,0,1,19.71,12.71Zm-5.5-3.42a1,1,0,0,0-1.42,1.42l.3.29H9.5a1,1,0,0,0-1,1v2a1,1,0,0,0,2,0V13h2.59l-.3.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l2-2a1,1,0,0,0,0-1.42Z\"/></svg></li><li title=\"discord \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M10.13831,10.62982h-.00013a1.05288,1.05288,0,1,0,.00013,0Zm3.75427,0a1.14582,1.14582,0,1,0,1.04907,1.14166A1.09586,1.09586,0,0,0,13.89258,10.62982Zm4.99878-8.6297H5.10864A2.11364,2.11364,0,0,0,3,4.119V18.02527A2.11368,2.11368,0,0,0,5.10864,20.1441H16.77258l-.54516-1.90289,1.31653,1.224,1.24462,1.152L21,22.57153V4.119A2.11364,2.11364,0,0,0,18.89136,2.00012ZM14.92114,15.43323v.00006s-.37036-.44232-.67895-.83319a3.2459,3.2459,0,0,0,1.86181-1.224,5.87837,5.87837,0,0,1-1.18286.60681,6.76974,6.76974,0,0,1-1.49145.44232,7.206,7.206,0,0,1-2.66394-.01025,8.64456,8.64456,0,0,1-1.51209-.44226,6.03735,6.03735,0,0,1-.75085-.34973c-.03089-.02063-.06165-.03089-.09253-.05146a.14171.14171,0,0,1-.04114-.03082c-.18506-.10284-.28809-.17487-.28809-.17487A3.19975,3.19975,0,0,0,9.8811,14.57953c-.30847.39093-.68908.8537-.68908.8537a3.72892,3.72892,0,0,1-3.13709-1.56342A13.775,13.775,0,0,1,7.536,7.87323a5.08641,5.08641,0,0,1,2.89026-1.08l.10278.12348A6.93762,6.93762,0,0,0,7.824,8.2641s.22632-.12341.60682-.29828a7.722,7.722,0,0,1,2.335-.64795,1.00465,1.00465,0,0,1,.17492-.02063,8.702,8.702,0,0,1,2.07764-.02051,8.384,8.384,0,0,1,3.096.98737,6.84576,6.84576,0,0,0-2.561-1.30628l.14392-.16449a5.08575,5.08575,0,0,1,2.89026,1.08,13.77368,13.77368,0,0,1,1.4812,5.99652A3.75972,3.75972,0,0,1,14.92114,15.43323Z\"/></svg></li><li title=\"dizzy meh \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M9,11.71l.29-.3.29.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42l-.3-.29.3-.29A1,1,0,0,0,9.54,8.29l-.29.3L9,8.29A1,1,0,1,0,7.54,9.71l.3.29-.3.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0ZM15,14H9a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2ZM12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20ZM17,8.29a1,1,0,0,0-1.42,0l-.29.3L15,8.29a1,1,0,0,0-1.42,1.42l.3.29-.3.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l.29-.3.29.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42l-.3-.29.3-.29A1,1,0,0,0,17,8.29Z\"/></svg></li><li title=\"dna \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M9.2,13.73a1,1,0,0,0-1.41-.05A11.18,11.18,0,0,0,4,22a1,1,0,0,0,2,0,9.15,9.15,0,0,1,3.15-6.86A1,1,0,0,0,9.2,13.73Zm10.17,4.64a10.86,10.86,0,0,0-1.6-3A14.31,14.31,0,0,0,14.06,12C16.3,10.57,20,7.4,20,2a1,1,0,0,0-2,0c0,5.4-4.59,8.17-6,8.89A13.42,13.42,0,0,1,9.31,9H12a1,1,0,0,0,0-2H7.55a9.39,9.39,0,0,1-1-2H15a1,1,0,0,0,0-2H6.06A8.14,8.14,0,0,1,6,2,1,1,0,0,0,4,2c0,7.57,7.3,10.79,7.61,10.92h0A12.93,12.93,0,0,1,14.7,15H12a1,1,0,0,0,0,2h4.43a9.07,9.07,0,0,1,1,2H9a1,1,0,0,0,0,2h8.94A8.26,8.26,0,0,1,18,22a1,1,0,0,0,2,0,10.5,10.5,0,0,0-.22-2.19A9.23,9.23,0,0,0,19.37,18.37Z\"/></svg></li><li title=\"docker \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M8.8,8.8h1.8c0.1,0,0.2-0.1,0.2-0.2V7.1c0-0.1-0.1-0.2-0.2-0.2H8.8C8.7,6.9,8.6,7,8.6,7.1v1.6C8.6,8.7,8.7,8.8,8.8,8.8z M11.2,11.1H13c0.1,0,0.2-0.1,0.2-0.2V9.3c0-0.1-0.1-0.2-0.2-0.2h-1.8c-0.1,0-0.2,0.1-0.2,0.2v1.6C11,11,11.1,11.1,11.2,11.1z M11.2,8.8H13c0.1,0,0.2-0.1,0.2-0.2V7.1C13.1,7,13,6.9,13,6.9h-1.8C11.1,6.9,11,7,11,7.1v1.6C11,8.7,11.1,8.8,11.2,8.8z M13.7,11.1h1.8c0.1,0,0.2-0.1,0.2-0.2V9.3c0-0.1-0.1-0.2-0.2-0.2h-1.8c-0.1,0-0.2,0.1-0.2,0.2v1.6C13.5,11,13.6,11.1,13.7,11.1z M11.2,6.5H13c0.1,0,0.2-0.1,0.2-0.2V4.8c0-0.1-0.1-0.2-0.2-0.2h-1.8c-0.1,0-0.2,0.1-0.2,0.2v1.6C11,6.5,11.1,6.5,11.2,6.5z M3.8,11.1h1.8c0.1,0,0.2-0.1,0.2-0.2V9.3c0-0.1-0.1-0.2-0.2-0.2H3.8c-0.1,0-0.2,0.1-0.2,0.2v1.6C3.7,11,3.8,11.1,3.8,11.1z M21.8,10.1c-0.5-0.3-1.1-0.5-1.6-0.4c-0.3,0-0.6,0-0.8,0.1c-0.2-0.9-0.7-1.7-1.4-2.1l-0.3-0.2l-0.2,0.3C17.2,8,17,8.4,16.9,8.9c-0.2,0.8-0.1,1.6,0.3,2.2c-0.5,0.2-1,0.3-1.5,0.4H2.6c-0.3,0-0.6,0.3-0.6,0.6c0,1.2,0.2,2.3,0.6,3.4c0.4,1.1,1.1,2,2,2.6c1.4,0.7,2.9,1,4.4,0.9c0.8,0,1.6-0.1,2.4-0.2c1.1-0.2,2.2-0.6,3.2-1.2c0.8-0.5,1.5-1.1,2.2-1.8c0.9-1.1,1.6-2.3,2.1-3.7h0.2c0.8,0,1.6-0.3,2.2-0.8c0.3-0.2,0.5-0.5,0.6-0.9l0.1-0.2L21.8,10.1z M6.3,11.1H8c0.1,0,0.2-0.1,0.2-0.2V9.3c0-0.1-0.1-0.2-0.2-0.2H6.3c-0.1,0-0.2,0.1-0.2,0.2v1.6C6.1,11,6.2,11.1,6.3,11.1z M6.3,8.8H8c0.1,0,0.2-0.1,0.2-0.2V7.1C8.2,7,8.1,6.9,8,6.9H6.3C6.2,6.9,6.1,7,6.1,7.1v1.6C6.1,8.7,6.2,8.8,6.3,8.8z M8.8,11.1h1.8c0.1,0,0.2-0.1,0.2-0.2V9.3c0-0.1-0.1-0.2-0.2-0.2H8.8c-0.1,0-0.2,0.1-0.2,0.2v1.6C8.6,11,8.7,11.1,8.8,11.1z\"/></svg></li><li title=\"document info \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,14a1,1,0,0,0-1,1v2a1,1,0,0,0,2,0V15A1,1,0,0,0,12,14Zm.38-2.92A1,1,0,0,0,11.8,11l-.18.06-.18.09-.15.12A1,1,0,0,0,11,12a1,1,0,0,0,.29.71,1,1,0,0,0,.33.21A.84.84,0,0,0,12,13a1,1,0,0,0,.71-.29A1,1,0,0,0,13,12a1,1,0,0,0-.29-.71A1.15,1.15,0,0,0,12.38,11.08ZM20,8.94a1.31,1.31,0,0,0-.06-.27l0-.09a1.07,1.07,0,0,0-.19-.28h0l-6-6h0a1.07,1.07,0,0,0-.28-.19l-.1,0A1.1,1.1,0,0,0,13.06,2H7A3,3,0,0,0,4,5V19a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V9S20,9,20,8.94ZM14,5.41,16.59,8H15a1,1,0,0,1-1-1ZM18,19a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V5A1,1,0,0,1,7,4h5V7a3,3,0,0,0,3,3h3Z\"/></svg></li><li title=\"document layout center \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M9,12h6a1,1,0,0,0,1-1V5a1,1,0,0,0-1-1H9A1,1,0,0,0,8,5v6A1,1,0,0,0,9,12Zm1-6h4v4H10Zm11,4H19a1,1,0,0,0,0,2h2a1,1,0,0,0,0-2ZM19,8h2a1,1,0,0,0,0-2H19a1,1,0,0,0,0,2ZM3,8H5A1,1,0,0,0,5,6H3A1,1,0,0,0,3,8Zm0,4H5a1,1,0,0,0,0-2H3a1,1,0,0,0,0,2Zm18,2H3a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2Zm-8,4H3a1,1,0,0,0,0,2H13a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"document layout left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M3,12H9a1,1,0,0,0,1-1V5A1,1,0,0,0,9,4H3A1,1,0,0,0,2,5v6A1,1,0,0,0,3,12ZM4,6H8v4H4Zm9,2h8a1,1,0,0,0,0-2H13a1,1,0,0,0,0,2Zm0,10H3a1,1,0,0,0,0,2H13a1,1,0,0,0,0-2Zm8-4H3a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2Zm0-4H13a1,1,0,0,0,0,2h8a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"document layout right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M13,18H3a1,1,0,0,0,0,2H13a1,1,0,0,0,0-2ZM3,8h8a1,1,0,0,0,0-2H3A1,1,0,0,0,3,8Zm0,4h8a1,1,0,0,0,0-2H3a1,1,0,0,0,0,2Zm18,2H3a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2ZM21,4H15a1,1,0,0,0-1,1v6a1,1,0,0,0,1,1h6a1,1,0,0,0,1-1V5A1,1,0,0,0,21,4Zm-1,6H16V6h4Z\"/></svg></li><li title=\"dollar alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M14,11H13V7h2a1,1,0,0,1,1,1,1,1,0,0,0,2,0,3,3,0,0,0-3-3H13V3a1,1,0,0,0-2,0V5H10a4,4,0,0,0,0,8h1v4H9a1,1,0,0,1-1-1,1,1,0,0,0-2,0,3,3,0,0,0,3,3h2v2a1,1,0,0,0,2,0V19h1a4,4,0,0,0,0-8Zm-3,0H10a2,2,0,0,1,0-4h1Zm3,6H13V13h1a2,2,0,0,1,0,4Z\"/></svg></li><li title=\"dollar sign alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M14,11H10a2,2,0,0,1,0-4h5a1,1,0,0,1,1,1,1,1,0,0,0,2,0,3,3,0,0,0-3-3H13V3a1,1,0,0,0-2,0V5H10a4,4,0,0,0,0,8h4a2,2,0,0,1,0,4H9a1,1,0,0,1-1-1,1,1,0,0,0-2,0,3,3,0,0,0,3,3h2v2a1,1,0,0,0,2,0V19h1a4,4,0,0,0,0-8Z\"/></svg></li><li title=\"dollar sign \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M14,11H10a2,2,0,0,1,0-4h5a1,1,0,0,1,1,1,1,1,0,0,0,2,0,3,3,0,0,0-3-3H13V3a1,1,0,0,0-2,0V5H10a4,4,0,0,0,0,8h4a2,2,0,0,1,0,4H9a1,1,0,0,1-1-1,1,1,0,0,0-2,0,3,3,0,0,0,3,3h2v2a1,1,0,0,0,2,0V19h1a4,4,0,0,0,0-8Z\"/></svg></li><li title=\"download alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M8.29,13.29a1,1,0,0,0,0,1.42l3,3a1,1,0,0,0,1.42,0l3-3a1,1,0,0,0-1.42-1.42L13,14.59V3a1,1,0,0,0-2,0V14.59l-1.29-1.3A1,1,0,0,0,8.29,13.29ZM18,9H16a1,1,0,0,0,0,2h2a1,1,0,0,1,1,1v7a1,1,0,0,1-1,1H6a1,1,0,0,1-1-1V12a1,1,0,0,1,1-1H8A1,1,0,0,0,8,9H6a3,3,0,0,0-3,3v7a3,3,0,0,0,3,3H18a3,3,0,0,0,3-3V12A3,3,0,0,0,18,9Z\"/></svg></li><li title=\"draggabledots \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M8.5,10a2,2,0,1,0,2,2A2,2,0,0,0,8.5,10Zm0,7a2,2,0,1,0,2,2A2,2,0,0,0,8.5,17Zm7-10a2,2,0,1,0-2-2A2,2,0,0,0,15.5,7Zm-7-4a2,2,0,1,0,2,2A2,2,0,0,0,8.5,3Zm7,14a2,2,0,1,0,2,2A2,2,0,0,0,15.5,17Zm0-7a2,2,0,1,0,2,2A2,2,0,0,0,15.5,10Z\"/></svg></li><li title=\"dribbble \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,2a7.94,7.94,0,0,1,5.51,2.22A24.93,24.93,0,0,1,12.68,8.4,29.07,29.07,0,0,0,9.81,4.31,7.94,7.94,0,0,1,12,4ZM7.89,5.15A27.16,27.16,0,0,1,10.7,9a25.11,25.11,0,0,1-6,.74H4.34A8,8,0,0,1,7.89,5.15ZM6,17.31A7.9,7.9,0,0,1,4,12c0-.1,0-.2,0-.29h.68a26.67,26.67,0,0,0,7-1c.32.61.62,1.24.91,1.89a14.3,14.3,0,0,0-4.29,2.41l-.3.24A21,21,0,0,0,6,17.31ZM12,20a7.92,7.92,0,0,1-4.47-1.37,17.92,17.92,0,0,1,1.56-1.58l.32-.27a12.63,12.63,0,0,1,4-2.27,32,32,0,0,1,1.4,5A8.08,8.08,0,0,1,12,20Zm4.63-1.49a34.87,34.87,0,0,0-1.28-4.46l.34,0a.25.25,0,0,1,.12,0h.11l.1,0,.48,0a9.43,9.43,0,0,1,3.09.53A7.94,7.94,0,0,1,16.63,18.51ZM16.5,12c-.21,0-.42,0-.62,0a1.56,1.56,0,0,0-.39,0,6.64,6.64,0,0,0-.81.1h-.1c-.29-.67-.59-1.32-.92-2a26.57,26.57,0,0,0,5.13-2.4A8,8,0,0,1,20,12c0,.17,0,.34,0,.51A11.48,11.48,0,0,0,16.5,12Z\"/></svg></li><li title=\"drill \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M19,4H9A1,1,0,0,0,8,5V7H3A1,1,0,0,0,3,9H8v4a1,1,0,0,0,2,0V12h4v7a1,1,0,0,0,1,1h2a3,3,0,0,0,3-3V11.82A3,3,0,0,0,22,9V7A3,3,0,0,0,19,4ZM18,17a1,1,0,0,1-1,1H16V12h2Zm2-8a1,1,0,0,1-1,1H10V6h6V7a1,1,0,0,0,2,0V6h1a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"dropbox \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M21.61,11.81,18.36,9.28l3.26-2.56A1,1,0,0,0,22,5.86a1.06,1.06,0,0,0-.5-.8L16.36,2.13a1,1,0,0,0-1.15.12L12,5.05,8.79,2.25a1,1,0,0,0-1.15-.12L2.5,5.06a1.06,1.06,0,0,0-.5.8,1,1,0,0,0,.38.86L5.64,9.28,2.39,11.77a1,1,0,0,0-.39.86,1,1,0,0,0,.5.8l3.41,2v2.47a1,1,0,0,0,.48.85l5.09,3.13a1,1,0,0,0,1,0l5.09-3.13a1,1,0,0,0,.48-.85V15.42l3.41-1.95a1,1,0,0,0,.5-.8A1,1,0,0,0,21.61,11.81ZM16,4.22l3.23,1.84-2.55,2-3-1.84ZM14.91,9.34l-2.91,2-2.91-2L12,7.55ZM4.79,6.06,8,4.22l2.31,2-3,1.84Zm0,6.39,2.5-1.92,3,2.08L8.07,14.34Zm11.29,4.86L12,19.83,7.91,17.31v-.8a1,1,0,0,0,.85-.18L12,13.83l3.24,2.5a1,1,0,0,0,.61.21,1,1,0,0,0,.24,0Zm-.15-3L13.7,12.61l3-2.08,2.51,1.94Z\"/></svg></li><li title=\"dumbbell \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M17.48,6.55v0h0L14.64,3.71a1,1,0,0,0-1.42,0,1,1,0,0,0,0,1.41l2.12,2.12-8.1,8.1L5.12,13.22a1,1,0,0,0-1.41,0,1,1,0,0,0,0,1.42l2.81,2.81v0h0l2.81,2.81a1,1,0,0,0,.71.3,1,1,0,0,0,.71-1.71L8.66,16.76l8.1-8.1,2.12,2.12a1,1,0,1,0,1.41-1.42ZM3.71,17.46a1,1,0,0,0-1.42,1.42l2.83,2.83a1,1,0,0,0,.71.29,1,1,0,0,0,.71-.29,1,1,0,0,0,0-1.42Zm18-12.34L18.88,2.29a1,1,0,0,0-1.42,1.42l2.83,2.83a1,1,0,0,0,1.42,0A1,1,0,0,0,21.71,5.12Z\"/></svg></li><li title=\"ear \"><svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,8a1.00067,1.00067,0,0,1,1,1,1,1,0,0,0,2,0,2.9995,2.9995,0,1,0-5.01758,2.2207c.01.0091.16113.16992.19336.21485a.9875.9875,0,0,1,0,1.11914.99952.99952,0,1,0,1.64844,1.13086,2.98332,2.98332,0,0,0-.00488-3.38867,7.12392,7.12392,0,0,0-.49122-.55665,1.05523,1.05523,0,0,1-.1582-.18164A1.00072,1.00072,0,0,1,12,8Zm0-6a7.0006,7.0006,0,0,0-6.76172,8.81152A.99989.99989,0,0,0,7.16992,10.294,5.00018,5.00018,0,1,1,17,9a5.11412,5.11412,0,0,1-.70508,2.56738L12.73145,19A2.00462,2.00462,0,0,1,11,20a2.027,2.027,0,0,1-2-2,1.99224,1.99224,0,0,1,.26855-.999,1.00065,1.00065,0,0,0-1.73242-1.002,3.9988,3.9988,0,1,0,6.96289,3.9336L18.0625,12.5A7.00044,7.00044,0,0,0,12,2Z\"/></svg></li><li title=\"edit alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M5,18H9.24a1,1,0,0,0,.71-.29l6.92-6.93h0L19.71,8a1,1,0,0,0,0-1.42L15.47,2.29a1,1,0,0,0-1.42,0L11.23,5.12h0L4.29,12.05a1,1,0,0,0-.29.71V17A1,1,0,0,0,5,18ZM14.76,4.41l2.83,2.83L16.17,8.66,13.34,5.83ZM6,13.17l5.93-5.93,2.83,2.83L8.83,16H6ZM21,20H3a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"edit \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21,12a1,1,0,0,0-1,1v6a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V5A1,1,0,0,1,5,4h6a1,1,0,0,0,0-2H5A3,3,0,0,0,2,5V19a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V13A1,1,0,0,0,21,12ZM6,12.76V17a1,1,0,0,0,1,1h4.24a1,1,0,0,0,.71-.29l6.92-6.93h0L21.71,8a1,1,0,0,0,0-1.42L17.47,2.29a1,1,0,0,0-1.42,0L13.23,5.12h0L6.29,12.05A1,1,0,0,0,6,12.76ZM16.76,4.41l2.83,2.83L18.17,8.66,15.34,5.83ZM8,13.17l5.93-5.93,2.83,2.83L10.83,16H8Z\"/></svg></li><li title=\"elipsis double v alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M8.5,17c-1.1,0-2,0.9-2,2s0.9,2,2,2s2-0.9,2-2S9.6,17,8.5,17z M15.5,7c1.1,0,2-0.9,2-2s-0.9-2-2-2s-2,0.9-2,2S14.4,7,15.5,7z M8.5,10c-1.1,0-2,0.9-2,2s0.9,2,2,2s2-0.9,2-2S9.6,10,8.5,10z M15.5,10c-1.1,0-2,0.9-2,2s0.9,2,2,2s2-0.9,2-2S16.6,10,15.5,10z M15.5,17c-1.1,0-2,0.9-2,2s0.9,2,2,2s2-0.9,2-2S16.6,17,15.5,17z M8.5,3c-1.1,0-2,0.9-2,2s0.9,2,2,2s2-0.9,2-2S9.6,3,8.5,3z\"/></svg></li><li title=\"ellipsis h \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,10a2,2,0,1,0,2,2A2,2,0,0,0,12,10ZM5,10a2,2,0,1,0,2,2A2,2,0,0,0,5,10Zm14,0a2,2,0,1,0,2,2A2,2,0,0,0,19,10Z\"/></svg></li><li title=\"ellipsis v \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,7a2,2,0,1,0-2-2A2,2,0,0,0,12,7Zm0,10a2,2,0,1,0,2,2A2,2,0,0,0,12,17Zm0-7a2,2,0,1,0,2,2A2,2,0,0,0,12,10Z\"/></svg></li><li title=\"emoji \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M15,11a1,1,0,1,0-1-1A1,1,0,0,0,15,11ZM9,11a1,1,0,1,0-1-1A1,1,0,0,0,9,11Zm3-9A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Zm4.28-7.12a1,1,0,0,0-1.4-.16A2.78,2.78,0,0,0,14,14H10.35a2.81,2.81,0,0,0-.88-1.31,1,1,0,0,0-1.36.2,1,1,0,0,0,.14,1.39A1,1,0,0,1,8.5,15a1.09,1.09,0,0,1-.25.72A1,1,0,1,0,9.5,17.28,2.89,2.89,0,0,0,10.34,16H14a2.72,2.72,0,0,0,.89,1.31,1,1,0,0,0,.57.18,1,1,0,0,0,.78-.38,1,1,0,0,0-.14-1.39,1,1,0,0,1-.25-.72,1.09,1.09,0,0,1,.25-.72A1,1,0,0,0,16.28,12.88Z\"/></svg></li><li title=\"english to chinese \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M14.022,7h1a1.0013,1.0013,0,0,1,1,1V9a1,1,0,0,0,2,0V8a3.00328,3.00328,0,0,0-3-3h-1a1,1,0,0,0,0,2Zm-4,9h-1a1.0013,1.0013,0,0,1-1-1V14a1,1,0,0,0-2,0v1a3.00328,3.00328,0,0,0,3,3h1a1,1,0,0,0,0-2Zm11-1a1,1,0,0,0,0-2h-3v-.5a1,1,0,0,0-2,0V13h-3a1,1,0,0,0,0,2h5.18427a6.72756,6.72756,0,0,1-1.22553,2.52667,6.66828,6.66828,0,0,1-.62915-.98272.99972.99972,0,1,0-1.77929.9121,8.67791,8.67791,0,0,0,.9591,1.468A6.6182,6.6182,0,0,1,13.10645,20.023a1.00008,1.00008,0,0,0,.42675,1.9541,8.63506,8.63506,0,0,0,3.445-1.62164,8.72368,8.72368,0,0,0,3.46857,1.62115,1,1,0,1,0,.43066-1.95312,6.72477,6.72477,0,0,1-2.4461-1.09009A8.73637,8.73637,0,0,0,20.24371,15ZM9.05176,11.24268a1.00011,1.00011,0,0,0,1.94043-.48536L9.23486,3.72754a2.28107,2.28107,0,0,0-4.42578,0L3.05176,10.75732a1.00011,1.00011,0,0,0,1.94043.48536L5.5528,9H8.49115ZM6.0528,7l.69671-2.78711a.2913.2913,0,0,1,.54492,0L7.99115,7Z\"/></svg></li><li title=\"enter \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19,6a1,1,0,0,0-1,1v4a1,1,0,0,1-1,1H7.41l1.3-1.29A1,1,0,0,0,7.29,9.29l-3,3a1,1,0,0,0-.21.33,1,1,0,0,0,0,.76,1,1,0,0,0,.21.33l3,3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L7.41,14H17a3,3,0,0,0,3-3V7A1,1,0,0,0,19,6Z\"/></svg></li><li title=\"envelope add \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M17,7h1V8a1,1,0,0,0,2,0V7h1a1,1,0,0,0,0-2H20V4a1,1,0,0,0-2,0V5H17a1,1,0,0,0,0,2Zm4,4a1,1,0,0,0-1,1v6a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V8.41L9.88,14.3a3,3,0,0,0,4.24,0l2.47-2.47a1,1,0,0,0-1.42-1.42L12.7,12.88a1,1,0,0,1-1.4,0L5.41,7H13a1,1,0,0,0,0-2H5A3,3,0,0,0,2,8V18a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V12A1,1,0,0,0,21,11Z\"/></svg></li><li title=\"envelope alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19,4H5A3,3,0,0,0,2,7V17a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V7A3,3,0,0,0,19,4ZM5,6H19a1,1,0,0,1,1,1l-8,4.88L4,7A1,1,0,0,1,5,6ZM20,17a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V9.28l7.48,4.57a1,1,0,0,0,1,0L20,9.28Z\"/></svg></li><li title=\"envelope block \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M17.5,13.26A5,5,0,1,0,14,11.79,5,5,0,0,0,17.5,13.26Zm2.12-2.88a3,3,0,0,1-3.4.58l4-4A3,3,0,0,1,19.62,10.38ZM15.38,6.14a3,3,0,0,1,2.12-.88,3,3,0,0,1,1.28.3l-4,4A3,3,0,0,1,15.38,6.14Zm5.12,8.12a1,1,0,0,0-1,1v4a1,1,0,0,1-1,1H4.5a1,1,0,0,1-1-1V9.67l5.88,5.88a3,3,0,0,0,2.11.88,3,3,0,0,0,2.16-.91,1,1,0,0,0,0-1.39,1,1,0,0,0-1.43,0,1,1,0,0,1-1.4,0L4.91,8.26H9.5a1,1,0,0,0,0-2h-5a3,3,0,0,0-3,3v10a3,3,0,0,0,3,3h14a3,3,0,0,0,3-3v-4A1,1,0,0,0,20.5,14.26Z\"/></svg></li><li title=\"envelope bookmark \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M21,15.26a1,1,0,0,0-1,1v3a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V9.67l5.88,5.89a3,3,0,0,0,2.1.87,3,3,0,0,0,1.43-.36,1,1,0,0,0,.4-1.36,1,1,0,0,0-1.36-.4,1,1,0,0,1-1.15-.17L5.41,8.26H12a1,1,0,0,0,0-2H5a3,3,0,0,0-3,3v10a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3v-3A1,1,0,0,0,21,15.26Zm0-12H16a1,1,0,0,0-1,1v8a1,1,0,0,0,1.57.82l1.93-1.29,1.91,1.28a1.06,1.06,0,0,0,.59.19,1,1,0,0,0,.41-.09,1,1,0,0,0,.59-.91v-8A1,1,0,0,0,21,3.26Zm-1,7.12-.94-.63a1,1,0,0,0-1.12,0l-.94.63V5.26h3Z\"/></svg></li><li title=\"envelope check \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M16.29,8.71a1,1,0,0,0,1.42,0l4-4a1,1,0,1,0-1.42-1.42L17,6.59l-1.29-1.3a1,1,0,0,0-1.42,1.42ZM21,8a1,1,0,0,0-1,1v9a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V8.41L9.88,14.3a3,3,0,0,0,2.11.87,3.08,3.08,0,0,0,2.16-.9l1.72-1.72a1,1,0,1,0-1.42-1.42L12.7,12.88a1,1,0,0,1-1.4,0L5.41,7H11a1,1,0,0,0,0-2H5A3,3,0,0,0,2,8V18a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V9A1,1,0,0,0,21,8Z\"/></svg></li><li title=\"envelope download alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M11.29,8.79a1,1,0,0,0,1.42,0l2-2a1,1,0,0,0,0-1.41,1,1,0,0,0-1.42,0L13,5.67V2.92a1,1,0,0,0-2,0V5.67l-.29-.29a1,1,0,0,0-1.42,0,1,1,0,0,0,0,1.41ZM16,11.08H8a3,3,0,0,0-3,3v5a3,3,0,0,0,3,3h8a3,3,0,0,0,3-3v-5A3,3,0,0,0,16,11.08Zm-.42,2L12.7,16a1,1,0,0,1-1.4,0L8.42,13.08Zm1.42,6a1,1,0,0,1-1,1H8a1,1,0,0,1-1-1V14.49l2.88,2.88a3,3,0,0,0,4.24,0L17,14.49Z\"/></svg></li><li title=\"envelope download \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M20.5,14a1,1,0,0,0-1,1v4a1,1,0,0,1-1,1H4.5a1,1,0,0,1-1-1V9.41L9.38,15.3a3,3,0,0,0,4.24,0l1.64-1.64a1,1,0,1,0-1.42-1.42L12.2,13.88a1,1,0,0,1-1.4,0L4.91,8H11.5a1,1,0,0,0,0-2h-7a3,3,0,0,0-3,3V19a3,3,0,0,0,3,3h14a3,3,0,0,0,3-3V15A1,1,0,0,0,20.5,14Zm1.71-6.71a1,1,0,0,0-1.42,0L19.5,8.59V3a1,1,0,0,0-2,0V8.59l-1.29-1.3a1,1,0,1,0-1.42,1.42l3,3a1,1,0,0,0,.33.21.94.94,0,0,0,.76,0,1,1,0,0,0,.33-.21l3-3A1,1,0,0,0,22.21,7.29Z\"/></svg></li><li title=\"envelope edit \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M14,11.51h2.42a1,1,0,0,0,.71-.29l4.58-4.58a1,1,0,0,0,0-1.42L19.29,2.8a1,1,0,0,0-1.42,0L13.29,7.38a1.05,1.05,0,0,0-.29.71v2.42A1,1,0,0,0,14,11.51Zm1-3,3.58-3.58,1,1L16,9.51H15Zm6,2a1,1,0,0,0-1,1v7a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V8.9l5.88,5.89a3,3,0,0,0,4.27,0,1,1,0,0,0,0-1.4,1,1,0,0,0-1.43,0,1,1,0,0,1-1.4,0L5.41,7.49H10a1,1,0,0,0,0-2H5a3,3,0,0,0-3,3v10a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3v-7A1,1,0,0,0,21,10.49Z\"/></svg></li><li title=\"envelope exclamation \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M21,13.5a1,1,0,0,0-1,1v4a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V8.91l5.88,5.88a3,3,0,0,0,4.24,0l3.59-3.58a1,1,0,0,0-1.42-1.42l-3.58,3.59a1,1,0,0,1-1.42,0L5.41,7.5H17a1,1,0,0,0,0-2H5a3,3,0,0,0-3,3v10a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3v-4A1,1,0,0,0,21,13.5Zm0-11a1,1,0,0,0-1,1v4a1,1,0,0,0,2,0v-4A1,1,0,0,0,21,2.5Zm-.2,7a.64.64,0,0,0-.18.06.76.76,0,0,0-.18.09l-.15.12a1.05,1.05,0,0,0-.29.71,1.23,1.23,0,0,0,0,.19.6.6,0,0,0,.06.19.76.76,0,0,0,.09.18,1.58,1.58,0,0,0,.12.15,1,1,0,0,0,1.42,0l.12-.15a.76.76,0,0,0,.09-.18.6.6,0,0,0,.06-.19,1.23,1.23,0,0,0,0-.19,1,1,0,0,0-1.2-1Z\"/></svg></li><li title=\"envelope heart \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M20.5,13a1,1,0,0,0-1,1v4a1,1,0,0,1-1,1H4.5a1,1,0,0,1-1-1V8.41L9.38,14.3a3,3,0,0,0,2.11.87,3,3,0,0,0,2.15-.9l.89-.88A1,1,0,0,0,13.13,12l-.93.91a1,1,0,0,1-1.4,0L4.91,7H9.5a1,1,0,0,0,0-2h-5a3,3,0,0,0-3,3V18a3,3,0,0,0,3,3h14a3,3,0,0,0,3-3V14A1,1,0,0,0,20.5,13Zm1.05-9a3.33,3.33,0,0,0-3.88-.54,3.25,3.25,0,0,0-3.88,5.13L17,11.71a1.05,1.05,0,0,0,.71.29,1,1,0,0,0,.71-.29l3.17-3.17A3.26,3.26,0,0,0,21.55,4ZM20.14,7.12,17.67,9.59,15.21,7.12A1.24,1.24,0,0,1,17,5.36a1,1,0,0,0,1.42,0,1.28,1.28,0,0,1,1.76,0A1.26,1.26,0,0,1,20.14,7.12Z\"/></svg></li><li title=\"envelope info \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M21,13.5a1,1,0,0,0-1,1v4a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V8.91l5.88,5.88a3,3,0,0,0,4.24,0l3.59-3.58a1,1,0,0,0-1.42-1.42l-3.58,3.59a1,1,0,0,1-1.42,0L5.41,7.5H17a1,1,0,0,0,0-2H5a3,3,0,0,0-3,3v10a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3v-4A1,1,0,0,0,21,13.5Zm0-9a1.05,1.05,0,0,0,.71-.29l.12-.16a.56.56,0,0,0,.09-.17A.64.64,0,0,0,22,3.7a1.36,1.36,0,0,0,0-.2,1.05,1.05,0,0,0-.29-.71,1,1,0,0,0-1.42,0,1,1,0,0,0,0,1.42A1.05,1.05,0,0,0,21,4.5Zm0,1a1,1,0,0,0-1,1v4a1,1,0,0,0,2,0v-4A1,1,0,0,0,21,5.5Z\"/></svg></li><li title=\"envelope lock \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M20.5,7.44V6.26a3,3,0,1,0-6,0V7.44a3,3,0,0,0-2,2.82v2a3,3,0,0,0,3,3h4a3,3,0,0,0,3-3v-2A3,3,0,0,0,20.5,7.44Zm-4-1.18a1,1,0,1,1,2,0v1h-2Zm4,6a1,1,0,0,1-1,1h-4a1,1,0,0,1-1-1v-2a1,1,0,0,1,1-1h4a1,1,0,0,1,1,1Zm0,5a1,1,0,0,0-1,1v1a1,1,0,0,1-1,1H4.5a1,1,0,0,1-1-1V9.67l5.88,5.88a1,1,0,0,0,1.42-1.41L4.91,8.26H10.5a1,1,0,0,0,0-2h-6a3,3,0,0,0-3,3v10a3,3,0,0,0,3,3h14a3,3,0,0,0,3-3v-1A1,1,0,0,0,20.5,17.26Z\"/></svg></li><li title=\"envelope minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M21,8a1,1,0,0,0-1,1v8a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V7.41l5.88,5.88a3,3,0,0,0,4.24,0l3.59-3.58a1,1,0,0,0-1.42-1.42l-3.58,3.59a1,1,0,0,1-1.42,0L5.41,6H13a1,1,0,0,0,0-2H5A3,3,0,0,0,2,7V17a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V9A1,1,0,0,0,21,8ZM17,6h4a1,1,0,0,0,0-2H17a1,1,0,0,0,0,2Z\"/></svg></li><li title=\"envelope open \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M20.21,8.82h0l0,0h0L14,2.78a2.83,2.83,0,0,0-3.9,0l-6.21,6h0v0A2.6,2.6,0,0,0,3,10.71v8.58A2.75,2.75,0,0,0,5.78,22H18.22A2.75,2.75,0,0,0,21,19.29V10.71A2.67,2.67,0,0,0,20.21,8.82Zm-8.77-4.6a.83.83,0,0,1,1.12,0L18,9.5l-5.47,5.28a.83.83,0,0,1-1.12,0L6,9.5ZM19,19.29a.76.76,0,0,1-.78.71H5.78A.76.76,0,0,1,5,19.29V11.35l4.05,3.9-1.66,1.6a1,1,0,0,0,0,1.41,1,1,0,0,0,.72.31,1,1,0,0,0,.69-.28l1.77-1.7a2.8,2.8,0,0,0,2.92,0l1.77,1.7a1,1,0,0,0,.69.28,1,1,0,0,0,.72-.31,1,1,0,0,0,0-1.41L15,15.25l4-3.9Z\"/></svg></li><li title=\"envelope question \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M16.77,5.37A1,1,0,0,0,18.13,5,1,1,0,0,1,19,4.5a1,1,0,0,1,0,2,1,1,0,0,0,0,2A3,3,0,1,0,16.4,4,1,1,0,0,0,16.77,5.37ZM21,13.5a1,1,0,0,0-1,1v4a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V8.91L9.88,14.8a3,3,0,0,0,4.24,0l1.64-1.64a1,1,0,1,0-1.42-1.42L12.7,13.38a1,1,0,0,1-1.4,0L5.41,7.5H13a1,1,0,0,0,0-2H5a3,3,0,0,0-3,3v10a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3v-4A1,1,0,0,0,21,13.5ZM18.29,9.79a1,1,0,0,0,0,1.42l.15.12a.76.76,0,0,0,.18.09.64.64,0,0,0,.18.06l.2,0a1,1,0,0,0,.71-1.71A1,1,0,0,0,18.29,9.79Z\"/></svg></li><li title=\"envelope receive \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M8.29,6.21l2,2a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42l-.3-.29H15a1,1,0,0,0,0-2H11.41l.3-.29a1,1,0,1,0-1.42-1.42l-2,2a1,1,0,0,0-.21.33,1,1,0,0,0,0,.76A1,1,0,0,0,8.29,6.21ZM16,10.5H8a3,3,0,0,0-3,3v5a3,3,0,0,0,3,3h8a3,3,0,0,0,3-3v-5A3,3,0,0,0,16,10.5Zm-.42,2L12.7,15.38a1,1,0,0,1-1.4,0L8.42,12.5Zm1.42,6a1,1,0,0,1-1,1H8a1,1,0,0,1-1-1V13.91l2.88,2.87a2.94,2.94,0,0,0,2.12.89,3,3,0,0,0,2.12-.88L17,13.91Z\"/></svg></li><li title=\"envelope redo \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M20.5,14.26a1,1,0,0,0-1,1v4a1,1,0,0,1-1,1H4.5a1,1,0,0,1-1-1V9.67l5.88,5.88a3,3,0,0,0,2.11.88,3,3,0,0,0,2.16-.91,1,1,0,0,0,0-1.39,1,1,0,0,0-1.43,0,1,1,0,0,1-1.4,0L4.91,8.26H9.5a1,1,0,0,0,0-2h-5a3,3,0,0,0-3,3v10a3,3,0,0,0,3,3h14a3,3,0,0,0,3-3v-4A1,1,0,0,0,20.5,14.26Zm1-11a1,1,0,0,0-1,1h0a5,5,0,1,0-3,9A5,5,0,0,0,20.8,12a1,1,0,0,0-1.32-1.51,3,3,0,1,1,.25-4.24H18.5a1,1,0,0,0,0,2h3a1,1,0,0,0,1-1v-3A1,1,0,0,0,21.5,3.26Z\"/></svg></li><li title=\"envelope search \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M22.21,10.29,20.48,8.57a4.37,4.37,0,0,0,.65-2.26,4.31,4.31,0,1,0-4.32,4.32A4.37,4.37,0,0,0,19.07,10l1.72,1.73a1,1,0,0,0,1.42,0A1,1,0,0,0,22.21,10.29ZM18.45,8a2.37,2.37,0,0,1-3.27,0,2.3,2.3,0,0,1-.68-1.64A2.32,2.32,0,0,1,16.81,4a2.3,2.3,0,0,1,1.64.68,2.28,2.28,0,0,1,.68,1.63A2.3,2.3,0,0,1,18.45,8ZM20.5,14a1,1,0,0,0-1,1v4a1,1,0,0,1-1,1H4.5a1,1,0,0,1-1-1V9.41L9.38,15.3a3,3,0,0,0,4.24,0L15,13.88a1,1,0,0,0-1.42-1.42L12.2,13.88a1,1,0,0,1-1.4,0L4.91,8H9.5a1,1,0,0,0,0-2h-5a3,3,0,0,0-3,3V19a3,3,0,0,0,3,3h14a3,3,0,0,0,3-3V15A1,1,0,0,0,20.5,14Z\"/></svg></li><li title=\"envelope send \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M16,10.5H8a3,3,0,0,0-3,3v5a3,3,0,0,0,3,3h8a3,3,0,0,0,3-3v-5A3,3,0,0,0,16,10.5Zm-.42,2L12.7,15.38a1,1,0,0,1-1.4,0L8.42,12.5Zm1.42,6a1,1,0,0,1-1,1H8a1,1,0,0,1-1-1V13.91l2.88,2.87a2.94,2.94,0,0,0,2.12.89,3,3,0,0,0,2.12-.88L17,13.91ZM9,6.5h3.59l-.3.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l2-2a1,1,0,0,0,.21-.33,1,1,0,0,0,0-.76,1,1,0,0,0-.21-.33l-2-2a1,1,0,0,0-1.42,1.42l.3.29H9a1,1,0,0,0,0,2Z\"/></svg></li><li title=\"envelope share \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M20,14a1,1,0,0,0-1,1v4a1,1,0,0,1-1,1H4a1,1,0,0,1-1-1V9.41L8.88,15.3a3,3,0,0,0,2.11.87,3.08,3.08,0,0,0,2.16-.9l1.72-1.72a1,1,0,1,0-1.42-1.42L11.7,13.88a1,1,0,0,1-1.4,0L4.41,8H10a1,1,0,0,0,0-2H4A3,3,0,0,0,1,9V19a3,3,0,0,0,3,3H18a3,3,0,0,0,3-3V15A1,1,0,0,0,20,14Zm0-6a2,2,0,0,0-1.18.39l-1.75-.8L19,6.71A2,2,0,0,0,20,7a2,2,0,1,0-2-2l-1.9.87A2,2,0,0,0,15,5.5a2,2,0,0,0,0,4,1.88,1.88,0,0,0,.92-.24l2.1,1A2,2,0,1,0,20,8Z\"/></svg></li><li title=\"envelope shield \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M21.63,5.12a1,1,0,0,0-.84-.2,2.74,2.74,0,0,1-2.2-.46,1,1,0,0,0-1.18,0,2.74,2.74,0,0,1-2.2.46A1,1,0,0,0,14,5.9V9.21a4.62,4.62,0,0,0,1.84,3.7l1.57,1.16a1,1,0,0,0,1.18,0l1.57-1.16A4.62,4.62,0,0,0,22,9.21V5.9A1,1,0,0,0,21.63,5.12ZM20,9.21a2.61,2.61,0,0,1-1,2.09L18,12l-1-.72a2.61,2.61,0,0,1-1-2.09V7a4.67,4.67,0,0,0,2-.54A4.67,4.67,0,0,0,20,7Zm1,6a1,1,0,0,0-1,1v3a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V9.67l5.88,5.88a3,3,0,0,0,2.11.88,3,3,0,0,0,2.15-.9l-.7-.71-.74-.68a1,1,0,0,1-1.4,0L5.41,8.26H11a1,1,0,0,0,0-2H5a3,3,0,0,0-3,3v10a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3v-3A1,1,0,0,0,21,15.26Z\"/></svg></li><li title=\"envelope star \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M13.64,9.74l-.29,1.73A1.55,1.55,0,0,0,14,13a1.46,1.46,0,0,0,1.58.09L17,12.28l1.44.79A1.46,1.46,0,0,0,20,13a1.55,1.55,0,0,0,.63-1.51l-.29-1.73,1.2-1.22a1.54,1.54,0,0,0-.85-2.6l-1.62-.24-.73-1.55a1.5,1.5,0,0,0-2.72,0l-.73,1.55-1.62.24a1.54,1.54,0,0,0-.85,2.6Zm1.83-2.13a1.51,1.51,0,0,0,1.14-.85L17,5.93l.39.83a1.55,1.55,0,0,0,1.14.86l1,.14-.73.74a1.57,1.57,0,0,0-.42,1.34l.16,1-.79-.43a1.48,1.48,0,0,0-1.44,0l-.79.43.16-1a1.54,1.54,0,0,0-.42-1.33l-.73-.75ZM21,15.26a1,1,0,0,0-1,1v3a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V9.67l5.88,5.88a2.94,2.94,0,0,0,2.1.88l.27,0a1,1,0,0,0,.91-1.08,1,1,0,0,0-1.09-.91.94.94,0,0,1-.77-.28L5.41,8.26H9a1,1,0,0,0,0-2H5a3,3,0,0,0-3,3v10a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3v-3A1,1,0,0,0,21,15.26Z\"/></svg></li><li title=\"envelope times \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M21,11a1,1,0,0,0-1,1v6a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V8.41L9.88,14.3a3,3,0,0,0,2.11.87,3.08,3.08,0,0,0,2.16-.9l1.72-1.72a1,1,0,1,0-1.42-1.42L12.7,12.88a1,1,0,0,1-1.4,0L5.41,7H13a1,1,0,0,0,0-2H5A3,3,0,0,0,2,8V18a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V12A1,1,0,0,0,21,11Zm-.59-5,1.3-1.29a1,1,0,1,0-1.42-1.42L19,4.59l-1.29-1.3a1,1,0,0,0-1.42,1.42L17.59,6l-1.3,1.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L19,7.41l1.29,1.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42Z\"/></svg></li><li title=\"envelope upload alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M16,11.08H8a3,3,0,0,0-3,3v5a3,3,0,0,0,3,3h8a3,3,0,0,0,3-3v-5A3,3,0,0,0,16,11.08Zm-.42,2L12.7,16a1,1,0,0,1-1.4,0L8.42,13.08Zm1.42,6a1,1,0,0,1-1,1H8a1,1,0,0,1-1-1V14.49l2.88,2.88a3,3,0,0,0,4.24,0L17,14.49ZM10.71,5.62,11,5.33V8.08a1,1,0,0,0,2,0V5.33l.29.29a1,1,0,1,0,1.42-1.41l-2-2a1,1,0,0,0-1.42,0l-2,2a1,1,0,0,0,0,1.41A1,1,0,0,0,10.71,5.62Z\"/></svg></li><li title=\"envelope upload \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M20.5,14a1,1,0,0,0-1,1v4a1,1,0,0,1-1,1H4.5a1,1,0,0,1-1-1V9.41L9.38,15.3a3,3,0,0,0,4.24,0l1.64-1.64a1,1,0,1,0-1.42-1.42L12.2,13.88a1,1,0,0,1-1.4,0L4.91,8H11.5a1,1,0,0,0,0-2h-7a3,3,0,0,0-3,3V19a3,3,0,0,0,3,3h14a3,3,0,0,0,3-3V15A1,1,0,0,0,20.5,14Zm1.71-8.71-3-3a1,1,0,0,0-.33-.21,1,1,0,0,0-.76,0,1,1,0,0,0-.33.21l-3,3a1,1,0,0,0,1.42,1.42l1.29-1.3V11a1,1,0,0,0,2,0V5.41l1.29,1.3a1,1,0,0,0,1.42,0A1,1,0,0,0,22.21,5.29Z\"/></svg></li><li title=\"envelope \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19,4H5A3,3,0,0,0,2,7V17a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V7A3,3,0,0,0,19,4Zm-.41,2-5.88,5.88a1,1,0,0,1-1.42,0L5.41,6ZM20,17a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V7.41l5.88,5.88a3,3,0,0,0,4.24,0L20,7.41Z\"/></svg></li><li title=\"envelopes \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M17,21.63H5a3,3,0,0,1-3-3v-8a1,1,0,0,0-2,0v8a5,5,0,0,0,5,5H17a1,1,0,0,0,0-2Zm4-18H7a3,3,0,0,0-3,3v10a3,3,0,0,0,3,3H21a3,3,0,0,0,3-3v-10A3,3,0,0,0,21,3.63Zm-.41,2-5.88,5.88a1,1,0,0,1-1.42,0L7.41,5.63Zm1.41,11a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V7l5.88,5.88a3,3,0,0,0,4.24,0L22,7Z\"/></svg></li><li title=\"equal circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M15,13H9a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2Zm0-4H9a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2ZM12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z\"/></svg></li><li title=\"estate \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M20,8h0L14,2.74a3,3,0,0,0-4,0L4,8a3,3,0,0,0-1,2.26V19a3,3,0,0,0,3,3H18a3,3,0,0,0,3-3V10.25A3,3,0,0,0,20,8ZM14,20H10V15a1,1,0,0,1,1-1h2a1,1,0,0,1,1,1Zm5-1a1,1,0,0,1-1,1H16V15a3,3,0,0,0-3-3H11a3,3,0,0,0-3,3v5H6a1,1,0,0,1-1-1V10.25a1,1,0,0,1,.34-.75l6-5.25a1,1,0,0,1,1.32,0l6,5.25a1,1,0,0,1,.34.75Z\"/></svg></li><li title=\"euro circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,1A11,11,0,1,0,23,12,11,11,0,0,0,12,1Zm0,20a9,9,0,1,1,9-9A9,9,0,0,1,12,21Zm.59-13.33a3.34,3.34,0,0,1,2.62,1.38,1,1,0,0,0,1.4.19,1,1,0,0,0,.18-1.41,5.32,5.32,0,0,0-4.2-2.16A5.57,5.57,0,0,0,7.46,9.5H6a1,1,0,0,0,0,2H7c0,.17,0,.33,0,.5s0,.33,0,.5H6a1,1,0,0,0,0,2H7.46a5.57,5.57,0,0,0,5.13,3.83,5.32,5.32,0,0,0,4.2-2.16A1,1,0,1,0,15.21,15a3.34,3.34,0,0,1-2.62,1.38A3.42,3.42,0,0,1,9.67,14.5H12a1,1,0,0,0,0-2H9.05A4.23,4.23,0,0,1,9,12a4.23,4.23,0,0,1,.05-.5H12a1,1,0,0,0,0-2H9.67A3.42,3.42,0,0,1,12.59,7.67Z\"/></svg></li><li title=\"euro \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19.2,17.41A6,6,0,0,1,14.46,20c-2.68,0-5-2-6-5H14a1,1,0,0,0,0-2H8.05c0-.33-.05-.67-.05-1s0-.67.05-1H14a1,1,0,0,0,0-2H8.47c1-3,3.31-5,6-5A6,6,0,0,1,19.2,6.59a1,1,0,1,0,1.6-1.18A7.92,7.92,0,0,0,14.46,2c-3.76,0-7,2.84-8.07,7H4a1,1,0,0,0,0,2H6.05c0,.33,0,.67,0,1s0,.67,0,1H4a1,1,0,0,0,0,2H6.39c1.09,4.16,4.31,7,8.07,7a7.92,7.92,0,0,0,6.34-3.41,1,1,0,0,0-1.6-1.18Z\"/></svg></li><li title=\"exchange alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21.71,9.29l-4-4a1,1,0,0,0-1.42,1.42L18.59,9H7a1,1,0,0,0,0,2H21a1,1,0,0,0,.92-.62A1,1,0,0,0,21.71,9.29ZM17,13H3a1,1,0,0,0-.92.62,1,1,0,0,0,.21,1.09l4,4a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L5.41,15H17a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"exchange \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M18,10a1,1,0,0,0-1-1H5.41l2.3-2.29A1,1,0,0,0,6.29,5.29l-4,4a1,1,0,0,0-.21,1.09A1,1,0,0,0,3,11H17A1,1,0,0,0,18,10Zm3.92,3.62A1,1,0,0,0,21,13H7a1,1,0,0,0,0,2H18.59l-2.3,2.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l4-4A1,1,0,0,0,21.92,13.62Z\"/></svg></li><li title=\"exclamation circle \"><svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,14a1.25,1.25,0,1,0,1.25,1.25A1.25,1.25,0,0,0,12,14Zm0-1.5a1,1,0,0,0,1-1v-3a1,1,0,0,0-2,0v3A1,1,0,0,0,12,12.5ZM12,2A10,10,0,1,0,22,12,10.01114,10.01114,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8.00917,8.00917,0,0,1,12,20Z\"/></svg></li><li title=\"exclamation octagon \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,7a1,1,0,0,0-1,1v4a1,1,0,0,0,2,0V8A1,1,0,0,0,12,7Zm0,8a1,1,0,1,0,1,1A1,1,0,0,0,12,15Zm9.71-7.44L16.44,2.29A1.05,1.05,0,0,0,15.73,2H8.27a1.05,1.05,0,0,0-.71.29L2.29,7.56A1.05,1.05,0,0,0,2,8.27v7.46a1.05,1.05,0,0,0,.29.71l5.27,5.27a1.05,1.05,0,0,0,.71.29h7.46a1.05,1.05,0,0,0,.71-.29l5.27-5.27a1.05,1.05,0,0,0,.29-.71V8.27A1.05,1.05,0,0,0,21.71,7.56ZM20,15.31,15.31,20H8.69L4,15.31V8.69L8.69,4h6.62L20,8.69Z\"/></svg></li><li title=\"exclamation triangle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,16a1,1,0,1,0,1,1A1,1,0,0,0,12,16Zm10.67,1.47-8.05-14a3,3,0,0,0-5.24,0l-8,14A3,3,0,0,0,3.94,22H20.06a3,3,0,0,0,2.61-4.53Zm-1.73,2a1,1,0,0,1-.88.51H3.94a1,1,0,0,1-.88-.51,1,1,0,0,1,0-1l8-14a1,1,0,0,1,1.78,0l8.05,14A1,1,0,0,1,20.94,19.49ZM12,8a1,1,0,0,0-1,1v4a1,1,0,0,0,2,0V9A1,1,0,0,0,12,8Z\"/></svg></li><li title=\"exclamation \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M12,14a1,1,0,0,0,1-1V7a1,1,0,0,0-2,0v6A1,1,0,0,0,12,14Zm0,4a1.25,1.25,0,1,0-1.25-1.25A1.25,1.25,0,0,0,12,18Z\"/></svg></li><li title=\"exclude \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M9.54,7.54h-1a1,1,0,0,0-1,1v1a1,1,0,0,0,2,0,1,1,0,1,0,0-2Zm5.92,5.92a1,1,0,0,0-1,1,1,1,0,0,0,0,2h1a1,1,0,0,0,1-1v-1A1,1,0,0,0,15.46,13.46ZM21,7.54H16.46V3a1,1,0,0,0-1-1H3A1,1,0,0,0,2,3V15.46a1,1,0,0,0,1,1H7.54V21a1,1,0,0,0,1,1H21a1,1,0,0,0,1-1V8.54A1,1,0,0,0,21,7.54ZM20,20H9.54V16.46a1,1,0,0,0,0-2,1,1,0,0,0-2,0H4V4H14.46V7.54a1,1,0,0,0,0,2,1,1,0,0,0,2,0H20Z\"/></svg></li><li title=\"exit \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M4,12a1,1,0,0,0,1,1h7.59l-2.3,2.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l4-4a1,1,0,0,0,.21-.33,1,1,0,0,0,0-.76,1,1,0,0,0-.21-.33l-4-4a1,1,0,1,0-1.42,1.42L12.59,11H5A1,1,0,0,0,4,12ZM17,2H7A3,3,0,0,0,4,5V8A1,1,0,0,0,6,8V5A1,1,0,0,1,7,4H17a1,1,0,0,1,1,1V19a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V16a1,1,0,0,0-2,0v3a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V5A3,3,0,0,0,17,2Z\"/></svg></li><li title=\"expand alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M9.79,12.79,4,18.59V17a1,1,0,0,0-2,0v4a1,1,0,0,0,.08.38,1,1,0,0,0,.54.54A1,1,0,0,0,3,22H7a1,1,0,0,0,0-2H5.41l5.8-5.79a1,1,0,0,0-1.42-1.42ZM21.92,2.62a1,1,0,0,0-.54-.54A1,1,0,0,0,21,2H17a1,1,0,0,0,0,2h1.59l-5.8,5.79a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L20,5.41V7a1,1,0,0,0,2,0V3A1,1,0,0,0,21.92,2.62Z\"/></svg></li><li title=\"expand arrows alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M9.29,13.29,4,18.59V17a1,1,0,0,0-2,0v4a1,1,0,0,0,.08.38,1,1,0,0,0,.54.54A1,1,0,0,0,3,22H7a1,1,0,0,0,0-2H5.41l5.3-5.29a1,1,0,0,0-1.42-1.42ZM5.41,4H7A1,1,0,0,0,7,2H3a1,1,0,0,0-.38.08,1,1,0,0,0-.54.54A1,1,0,0,0,2,3V7A1,1,0,0,0,4,7V5.41l5.29,5.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42ZM21,16a1,1,0,0,0-1,1v1.59l-5.29-5.3a1,1,0,0,0-1.42,1.42L18.59,20H17a1,1,0,0,0,0,2h4a1,1,0,0,0,.38-.08,1,1,0,0,0,.54-.54A1,1,0,0,0,22,21V17A1,1,0,0,0,21,16Zm.92-13.38a1,1,0,0,0-.54-.54A1,1,0,0,0,21,2H17a1,1,0,0,0,0,2h1.59l-5.3,5.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L20,5.41V7a1,1,0,0,0,2,0V3A1,1,0,0,0,21.92,2.62Z\"/></svg></li><li title=\"expand arrows \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21,8a1,1,0,0,0,1-1V3a1,1,0,0,0-.08-.38,1,1,0,0,0-.54-.54A1,1,0,0,0,21,2H17a1,1,0,0,0,0,2h1.59L12,10.59,5.41,4H7A1,1,0,0,0,7,2H3a1,1,0,0,0-.38.08,1,1,0,0,0-.54.54A1,1,0,0,0,2,3V7A1,1,0,0,0,4,7V5.41L10.59,12,4,18.59V17a1,1,0,0,0-2,0v4a1,1,0,0,0,.08.38,1,1,0,0,0,.54.54A1,1,0,0,0,3,22H7a1,1,0,0,0,0-2H5.41L12,13.41,18.59,20H17a1,1,0,0,0,0,2h4a1,1,0,0,0,.38-.08,1,1,0,0,0,.54-.54A1,1,0,0,0,22,21V17a1,1,0,0,0-2,0v1.59L13.41,12,20,5.41V7A1,1,0,0,0,21,8Z\"/></svg></li><li title=\"expand from corner \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M11,12H3a1,1,0,0,0-1,1v8a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1V13A1,1,0,0,0,11,12Zm-1,8H4V14h6ZM21.92,2.62a1,1,0,0,0-.54-.54A1,1,0,0,0,21,2H15a1,1,0,0,0,0,2h3.59l-5.3,5.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L20,5.41V9a1,1,0,0,0,2,0V3A1,1,0,0,0,21.92,2.62Z\"/></svg></li><li title=\"expand left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M9.17,10.17a1,1,0,0,0,.71-.29,1,1,0,0,0,0-1.42L5.41,4H7A1,1,0,0,0,7,2H3a1,1,0,0,0-.38.08,1,1,0,0,0-.54.54A1,1,0,0,0,2,3V7A1,1,0,0,0,4,7V5.41L8.46,9.88A1,1,0,0,0,9.17,10.17Zm6.37-1.71a1,1,0,0,0-1.42,0L8.46,14.12a1,1,0,0,0,0,1.42,1,1,0,0,0,.71.29,1,1,0,0,0,.71-.29l5.66-5.66A1,1,0,0,0,15.54,8.46ZM21,16a1,1,0,0,0-1,1v1.59l-4.46-4.47a1,1,0,1,0-1.42,1.42L18.59,20H17a1,1,0,0,0,0,2h4a1,1,0,0,0,.38-.08,1,1,0,0,0,.54-.54A1,1,0,0,0,22,21V17A1,1,0,0,0,21,16Z\"/></svg></li><li title=\"expand right \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M8.5,14.1L4,18.6V17c0-0.6-0.4-1-1-1s-1,0.4-1,1v4c0,0.1,0,0.3,0.1,0.4c0.1,0.2,0.3,0.4,0.5,0.5C2.7,22,2.9,22,3,22h4c0.6,0,1-0.4,1-1s-0.4-1-1-1H5.4l4.5-4.5c0.4-0.4,0.4-1,0-1.4C9.5,13.7,8.9,13.7,8.5,14.1z M21.7,2.3C21.7,2.3,21.7,2.3,21.7,2.3C21.5,2.1,21.2,2,21,2h-4c-0.6,0-1,0.4-1,1s0.4,1,1,1h1.6l-4.5,4.5c-0.4,0.4-0.4,1,0,1.4l0,0c0.2,0.2,0.4,0.3,0.7,0.3c0.3,0,0.5-0.1,0.7-0.3L20,5.4V7c0,0.6,0.4,1,1,1s1-0.4,1-1V3C22,2.8,21.9,2.5,21.7,2.3z M15.5,14.1L9.9,8.5c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1,0,1.4l5.7,5.7c0.2,0.2,0.4,0.3,0.7,0.3c0.3,0,0.5-0.1,0.7-0.3C15.9,15.2,15.9,14.5,15.5,14.1C15.5,14.1,15.5,14.1,15.5,14.1z\"/></svg></li><li title=\"export \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M8.71,7.71,11,5.41V15a1,1,0,0,0,2,0V5.41l2.29,2.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42l-4-4a1,1,0,0,0-.33-.21,1,1,0,0,0-.76,0,1,1,0,0,0-.33.21l-4,4A1,1,0,1,0,8.71,7.71ZM21,14a1,1,0,0,0-1,1v4a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V15a1,1,0,0,0-2,0v4a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V15A1,1,0,0,0,21,14Z\"/></svg></li><li title=\"exposure alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M11,6H7A1,1,0,0,0,7,8h4a1,1,0,0,0,0-2Zm8-4H5A3,3,0,0,0,2,5V19a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V5A3,3,0,0,0,19,2ZM4,18.59V5A1,1,0,0,1,5,4H18.59ZM20,19a1,1,0,0,1-1,1H5.41L20,5.41Zm-7-2h1v1a1,1,0,0,0,2,0V17h1a1,1,0,0,0,0-2H16V14a1,1,0,0,0-2,0v1H13a1,1,0,0,0,0,2Z\"/></svg></li><li title=\"exposure increase \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M11,7H10V6A1,1,0,0,0,8,6V7H7A1,1,0,0,0,7,9H8v1a1,1,0,0,0,2,0V9h1a1,1,0,0,0,0-2Zm2,11h4a1,1,0,0,0,0-2H13a1,1,0,0,0,0,2ZM19,2H5A3,3,0,0,0,2,5V19a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V5A3,3,0,0,0,19,2ZM4,18.59V5A1,1,0,0,1,5,4H18.59ZM20,19a1,1,0,0,1-1,1H5.41L20,5.41Z\"/></svg></li><li title=\"external link alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M18,10.82a1,1,0,0,0-1,1V19a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V8A1,1,0,0,1,5,7h7.18a1,1,0,0,0,0-2H5A3,3,0,0,0,2,8V19a3,3,0,0,0,3,3H16a3,3,0,0,0,3-3V11.82A1,1,0,0,0,18,10.82Zm3.92-8.2a1,1,0,0,0-.54-.54A1,1,0,0,0,21,2H15a1,1,0,0,0,0,2h3.59L8.29,14.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L20,5.41V9a1,1,0,0,0,2,0V3A1,1,0,0,0,21.92,2.62Z\"/></svg></li><li title=\"eye slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M10.94,6.08A6.93,6.93,0,0,1,12,6c3.18,0,6.17,2.29,7.91,6a15.23,15.23,0,0,1-.9,1.64,1,1,0,0,0-.16.55,1,1,0,0,0,1.86.5,15.77,15.77,0,0,0,1.21-2.3,1,1,0,0,0,0-.79C19.9,6.91,16.1,4,12,4a7.77,7.77,0,0,0-1.4.12,1,1,0,1,0,.34,2ZM3.71,2.29A1,1,0,0,0,2.29,3.71L5.39,6.8a14.62,14.62,0,0,0-3.31,4.8,1,1,0,0,0,0,.8C4.1,17.09,7.9,20,12,20a9.26,9.26,0,0,0,5.05-1.54l3.24,3.25a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42Zm6.36,9.19,2.45,2.45A1.81,1.81,0,0,1,12,14a2,2,0,0,1-2-2A1.81,1.81,0,0,1,10.07,11.48ZM12,18c-3.18,0-6.17-2.29-7.9-6A12.09,12.09,0,0,1,6.8,8.21L8.57,10A4,4,0,0,0,14,15.43L15.59,17A7.24,7.24,0,0,1,12,18Z\"/></svg></li><li title=\"eye \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21.92,11.6C19.9,6.91,16.1,4,12,4S4.1,6.91,2.08,11.6a1,1,0,0,0,0,.8C4.1,17.09,7.9,20,12,20s7.9-2.91,9.92-7.6A1,1,0,0,0,21.92,11.6ZM12,18c-3.17,0-6.17-2.29-7.9-6C5.83,8.29,8.83,6,12,6s6.17,2.29,7.9,6C18.17,15.71,15.17,18,12,18ZM12,8a4,4,0,1,0,4,4A4,4,0,0,0,12,8Zm0,6a2,2,0,1,1,2-2A2,2,0,0,1,12,14Z\"/></svg></li><li title=\"facebook f \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M15.12,5.32H17V2.14A26.11,26.11,0,0,0,14.26,2C11.54,2,9.68,3.66,9.68,6.7V9.32H6.61v3.56H9.68V22h3.68V12.88h3.06l.46-3.56H13.36V7.05C13.36,6,13.64,5.32,15.12,5.32Z\"/></svg></li><li title=\"facebook messenger alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M11.99121,1.00044a10.61443,10.61443,0,0,0-11,10.70019,10.46132,10.46132,0,0,0,3.41406,7.86524L4.457,21.2563a1.79959,1.79959,0,0,0,1.79883,1.74316,1.81992,1.81992,0,0,0,.72656-.15234l1.9209-.84668a11.89548,11.89548,0,0,0,3.08789.40039,10.61525,10.61525,0,0,0,11.001-10.7002A10.61525,10.61525,0,0,0,11.99121,1.00044Zm0,19.40039a9.86205,9.86205,0,0,1-2.63476-.35059,1.79856,1.79856,0,0,0-1.19629.0918l-1.71387.75586-.04492-1.49316a1.80968,1.80968,0,0,0-.60157-1.27442,8.4876,8.4876,0,0,1-2.80859-6.42969,8.65949,8.65949,0,0,1,9-8.70019,8.70522,8.70522,0,1,1,0,17.40039ZM15.72559,8.5854l-2.3125,2.75488L10.06641,9.28364a.99809.99809,0,0,0-1.28907.21L5.72559,13.13032a.99955.99955,0,1,0,1.53125,1.28516l2.498-2.97559,3.34668,2.05567a.99823.99823,0,0,0,1.28906-.209l2.86622-3.416A.99955.99955,0,1,0,15.72559,8.5854Z\"/></svg></li><li title=\"facebook messenger \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M12,2A9.65,9.65,0,0,0,2,11.7a9.51,9.51,0,0,0,3.14,7.18.81.81,0,0,1,.27.56l0,1.78a.81.81,0,0,0,1.13.71l2-.87a.75.75,0,0,1,.53,0,11,11,0,0,0,2.9.38A9.7,9.7,0,1,0,12,2Zm6,7.46-2.93,4.66a1.5,1.5,0,0,1-2.17.4l-2.34-1.75a.6.6,0,0,0-.72,0l-3.16,2.4A.47.47,0,0,1,6,14.54L8.93,9.88a1.5,1.5,0,0,1,2.17-.4l2.34,1.75a.6.6,0,0,0,.72,0l3.16-2.4A.47.47,0,0,1,18,9.46Z\"/></svg></li><li title=\"facebook \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M20.9,2H3.1A1.1,1.1,0,0,0,2,3.1V20.9A1.1,1.1,0,0,0,3.1,22h9.58V14.25h-2.6v-3h2.6V9a3.64,3.64,0,0,1,3.88-4,20.26,20.26,0,0,1,2.33.12v2.7H17.3c-1.26,0-1.5.6-1.5,1.47v1.93h3l-.39,3H15.8V22h5.1A1.1,1.1,0,0,0,22,20.9V3.1A1.1,1.1,0,0,0,20.9,2Z\"/></svg></li><li title=\"fahrenheit \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M20.5,3h-7a3,3,0,0,0-3,3V20a1,1,0,0,0,2,0V13h6a1,1,0,0,0,0-2h-6V6a1,1,0,0,1,1-1h7a1,1,0,0,0,0-2ZM5.5,3a3,3,0,1,0,3,3A3,3,0,0,0,5.5,3Zm0,4a1,1,0,1,1,1-1A1,1,0,0,1,5.5,7Z\"/></svg></li><li title=\"fast mail alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M15.69,9a2.93,2.93,0,0,0-1-1.71v0h0a3,3,0,0,0-2-.74H4.8A3,3,0,0,0,2.5,7.57h0l0,0,0,.06A3,3,0,0,0,1.84,10l.88,5a3,3,0,0,0,3,2.48h7.94a3,3,0,0,0,2.29-1.07A3,3,0,0,0,16.57,14ZM12.28,8.5,9.94,11.14a1,1,0,0,1-1.38.11L5.17,8.5Zm2.1,6.64a1,1,0,0,1-.76.36H5.68a1,1,0,0,1-1-.83L3.87,10,7.3,12.8a3,3,0,0,0,4.14-.34L13.8,9.8l.8,4.53A1,1,0,0,1,14.38,15.14Zm6.83-4.64h-2a1,1,0,0,0,0,2h2a1,1,0,0,0,0-2Zm0-2a1,1,0,0,0,0-2h-3a1,1,0,0,0,0,2Z\"/></svg></li><li title=\"fast mail \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M4.79,10.5h-2a1,1,0,1,0,0,2h2a1,1,0,0,0,0-2ZM21.57,7.66l0-.06,0,0h0A3,3,0,0,0,19.2,6.5H11.27a3,3,0,0,0-2,.74h0v0A2.93,2.93,0,0,0,8.31,9l-.88,5a3,3,0,0,0,.66,2.45,3,3,0,0,0,2.29,1.07h7.94a3,3,0,0,0,3-2.48l.88-5A3,3,0,0,0,21.57,7.66Zm-2.74.84-3.4,2.76a1,1,0,0,1-1.38-.12L11.72,8.5Zm.48,6.17a1,1,0,0,1-1,.83H10.38a1,1,0,0,1-.76-.36,1,1,0,0,1-.22-.81l.8-4.53,2.35,2.66a3,3,0,0,0,4.14.35L20.13,10ZM5.79,6.5h-3a1,1,0,1,0,0,2h3a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"favorite \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M22,9.67A1,1,0,0,0,21.14,9l-5.69-.83L12.9,3a1,1,0,0,0-1.8,0L8.55,8.16,2.86,9a1,1,0,0,0-.81.68,1,1,0,0,0,.25,1l4.13,4-1,5.68A1,1,0,0,0,6.9,21.44L12,18.77l5.1,2.67a.93.93,0,0,0,.46.12,1,1,0,0,0,.59-.19,1,1,0,0,0,.4-1l-1-5.68,4.13-4A1,1,0,0,0,22,9.67Zm-6.15,4a1,1,0,0,0-.29.88l.72,4.2-3.76-2a1.06,1.06,0,0,0-.94,0l-3.76,2,.72-4.2a1,1,0,0,0-.29-.88l-3-3,4.21-.61a1,1,0,0,0,.76-.55L12,5.7l1.88,3.82a1,1,0,0,0,.76.55l4.21.61Z\"/></svg></li><li title=\"feedback \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M22,1H15a2.44,2.44,0,0,0-2.41,2l-.92,5.05a2.44,2.44,0,0,0,.53,2,2.47,2.47,0,0,0,1.88.88H17l-.25.66A3.26,3.26,0,0,0,19.75,16a1,1,0,0,0,.92-.59l2.24-5.06A1,1,0,0,0,23,10V2A1,1,0,0,0,22,1ZM21,9.73l-1.83,4.13a1.33,1.33,0,0,1-.45-.4,1.23,1.23,0,0,1-.14-1.16l.38-1a1.68,1.68,0,0,0-.2-1.58A1.7,1.7,0,0,0,17.35,9H14.06a.46.46,0,0,1-.35-.16.5.5,0,0,1-.09-.37l.92-5A.44.44,0,0,1,15,3h6ZM9.94,13.05H7.05l.25-.66A3.26,3.26,0,0,0,4.25,8a1,1,0,0,0-.92.59L1.09,13.65a1,1,0,0,0-.09.4v8a1,1,0,0,0,1,1H9a2.44,2.44,0,0,0,2.41-2l.92-5a2.44,2.44,0,0,0-.53-2A2.47,2.47,0,0,0,9.94,13.05Zm-.48,7.58A.44.44,0,0,1,9,21H3V14.27l1.83-4.13a1.33,1.33,0,0,1,.45.4,1.23,1.23,0,0,1,.14,1.16l-.38,1a1.68,1.68,0,0,0,.2,1.58,1.7,1.7,0,0,0,1.41.74H9.94a.46.46,0,0,1,.35.16.5.5,0,0,1,.09.37Z\"/></svg></li><li title=\"fidget spinner \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M12,7a1,1,0,1,0,1,1A1,1,0,0,0,12,7ZM6.30383,16.134a1,1,0,1,0,1.366.366A1,1,0,0,0,6.30383,16.134Zm11.39234,0a1,1,0,1,0,.366,1.366A.99992.99992,0,0,0,17.69617,16.134Zm2.91418-2.7912v-.00048a4.91843,4.91843,0,0,0-4.52588-1.19678L15.665,11.3833a4.98871,4.98871,0,0,0-2.50342-8.25146,5.03485,5.03485,0,0,0-4.27832.958A4.97824,4.97824,0,0,0,7,8a4.92853,4.92853,0,0,0,1.35156,3.3916l-.41845.75a4.9889,4.9889,0,0,0-5.92627,6.28613,5.02991,5.02991,0,0,0,2.96972,3.22608,4.96944,4.96944,0,0,0,6.58887-3.18994l.8667.01416a4.98119,4.98119,0,0,0,4.76025,3.52441,5.01726,5.01726,0,0,0,4.79981-3.57373A4.95006,4.95006,0,0,0,20.61035,13.34277Zm-.52881,4.49512a3.0059,3.0059,0,0,1-4.38574,1.75977,2.96456,2.96456,0,0,1-1.35156-1.70508,1.99436,1.99436,0,0,0-1.90967-1.42871h-.86914a1.99451,1.99451,0,0,0-1.90967,1.42822A2.98084,2.98084,0,0,1,5.70654,19.792a2.99293,2.99293,0,0,1,1.76709-5.7041,1.96659,1.96659,0,0,0,2.17383-.94238l.43555-.75342a1.99513,1.99513,0,0,0-.28125-2.36865,2.9795,2.9795,0,0,1,.3291-4.37012A2.99279,2.99279,0,0,1,14.19971,10.022a2.00015,2.00015,0,0,0-.28272,2.37012l.43506.75293a1.97369,1.97369,0,0,0,2.17432.94336,2.98771,2.98771,0,0,1,3.55517,3.74951Z\"/></svg></li><li title=\"file alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M9,10h1a1,1,0,0,0,0-2H9a1,1,0,0,0,0,2Zm0,2a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2ZM20,8.94a1.31,1.31,0,0,0-.06-.27l0-.09a1.07,1.07,0,0,0-.19-.28h0l-6-6h0a1.07,1.07,0,0,0-.28-.19.32.32,0,0,0-.09,0A.88.88,0,0,0,13.05,2H7A3,3,0,0,0,4,5V19a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V9S20,9,20,8.94ZM14,5.41,16.59,8H15a1,1,0,0,1-1-1ZM18,19a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V5A1,1,0,0,1,7,4h5V7a3,3,0,0,0,3,3h3Zm-3-3H9a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"file blank \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M20,8.94a1.31,1.31,0,0,0-.06-.27l0-.09a1.07,1.07,0,0,0-.19-.28h0l-6-6h0a1.07,1.07,0,0,0-.28-.19l-.09,0A.88.88,0,0,0,13.05,2H7A3,3,0,0,0,4,5V19a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V9S20,9,20,8.94ZM14,5.41,16.59,8H15a1,1,0,0,1-1-1ZM18,19a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V5A1,1,0,0,1,7,4h5V7a3,3,0,0,0,3,3h3Z\"/></svg></li><li title=\"file block alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M7,8a1,1,0,0,0,0,2H8A1,1,0,0,0,8,8Zm5,12H5a1,1,0,0,1-1-1V5A1,1,0,0,1,5,4h5V7a3,3,0,0,0,3,3h3v1a1,1,0,0,0,2,0V9s0,0,0-.06a1.31,1.31,0,0,0-.06-.27l0-.09a1.07,1.07,0,0,0-.19-.28h0l-6-6h0a1.07,1.07,0,0,0-.28-.19.32.32,0,0,0-.09,0L11.06,2H5A3,3,0,0,0,2,5V19a3,3,0,0,0,3,3h7a1,1,0,0,0,0-2ZM12,5.41,14.59,8H13a1,1,0,0,1-1-1Zm8.83,9.76a4.1,4.1,0,0,0-5.66,0,4,4,0,1,0,5.66,0ZM16,18a2,2,0,0,1,2-2,2.09,2.09,0,0,1,.51.07l-2.44,2.44A2.09,2.09,0,0,1,16,18Zm3.41,1.41a2,2,0,0,1-1.91.5l2.43-2.42A2.09,2.09,0,0,1,20,18,2,2,0,0,1,19.41,19.41ZM11,18a1,1,0,0,0,0-2H7a1,1,0,0,0,0,2Zm2-6H7a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"file bookmark alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M7.5,10h1a1,1,0,0,0,0-2h-1a1,1,0,0,0,0,2Zm4,6h-4a1,1,0,0,0,0,2h4a1,1,0,0,0,0-2Zm0-4h-4a1,1,0,0,0,0,2h4a1,1,0,0,0,0-2Zm6.92-2.62a1,1,0,0,0-.21-1.09l-6-6h0a1.07,1.07,0,0,0-.28-.19.32.32,0,0,0-.09,0L11.56,2H5.5a3,3,0,0,0-3,3V19a3,3,0,0,0,3,3h6a1,1,0,0,0,0-2h-6a1,1,0,0,1-1-1V5a1,1,0,0,1,1-1h5V7a3,3,0,0,0,3,3h4A1,1,0,0,0,18.42,9.38ZM13.5,8a1,1,0,0,1-1-1V5.41L15.09,8Zm7,4h-5a1,1,0,0,0-1,1v8a1,1,0,0,0,.53.88,1,1,0,0,0,1-.05L18,20.53,20,21.83A1,1,0,0,0,21.5,21V13A1,1,0,0,0,20.5,12Zm-1,7.12-.94-.63a1,1,0,0,0-1.12,0l-.94.63V14h3Z\"/></svg></li><li title=\"file check alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M11.5,20h-6a1,1,0,0,1-1-1V5a1,1,0,0,1,1-1h5V7a3,3,0,0,0,3,3h3v5a1,1,0,0,0,2,0V9s0,0,0-.06a1.31,1.31,0,0,0-.06-.27l0-.09a1.07,1.07,0,0,0-.19-.28h0l-6-6h0a1.07,1.07,0,0,0-.28-.19.29.29,0,0,0-.1,0A1.1,1.1,0,0,0,11.56,2H5.5a3,3,0,0,0-3,3V19a3,3,0,0,0,3,3h6a1,1,0,0,0,0-2Zm1-14.59L15.09,8H13.5a1,1,0,0,1-1-1ZM7.5,14h6a1,1,0,0,0,0-2h-6a1,1,0,0,0,0,2Zm4,2h-4a1,1,0,0,0,0,2h4a1,1,0,0,0,0-2Zm-4-6h1a1,1,0,0,0,0-2h-1a1,1,0,0,0,0,2Zm13.71,6.29a1,1,0,0,0-1.42,0l-3.29,3.3-1.29-1.3a1,1,0,0,0-1.42,1.42l2,2a1,1,0,0,0,1.42,0l4-4A1,1,0,0,0,21.21,16.29Z\"/></svg></li><li title=\"file check \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M20,8.94a1.31,1.31,0,0,0-.06-.27l0-.09a1.07,1.07,0,0,0-.19-.28h0l-6-6h0a1.07,1.07,0,0,0-.28-.19.32.32,0,0,0-.09,0A.88.88,0,0,0,13.05,2H7A3,3,0,0,0,4,5V19a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V9S20,9,20,8.94ZM14,5.41,16.59,8H15a1,1,0,0,1-1-1ZM18,19a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V5A1,1,0,0,1,7,4h5V7a3,3,0,0,0,3,3h3Zm-3.71-6.71L11,15.59l-1.29-1.3a1,1,0,0,0-1.42,1.42l2,2a1,1,0,0,0,1.42,0l4-4a1,1,0,0,0-1.42-1.42Z\"/></svg></li><li title=\"file contract dollar \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M21.71,20.29,20,18.56c0-.11,0-.21,0-.31a2.75,2.75,0,0,0-2.75-2.75h-.34l-1.44-1.44a.67.67,0,0,1,.28-.06H19a1,1,0,0,0,0-2H17.5V11a1,1,0,0,0-2,0v1a2.74,2.74,0,0,0-1.47.59l-1.32-1.33a1,1,0,0,0-1.42,1.42L13,14.44c0,.11,0,.21,0,.31a2.75,2.75,0,0,0,2.75,2.75h.34l1.44,1.44a.67.67,0,0,1-.28.06H14a1,1,0,0,0,0,2h1.5v1a1,1,0,0,0,2,0V21A2.74,2.74,0,0,0,19,20.38l1.32,1.33a1,1,0,0,0,1.42,0A1,1,0,0,0,21.71,20.29ZM10,19H5a1,1,0,0,1-1-1V4A1,1,0,0,1,5,3h6V7a1,1,0,0,0,1,1h5a1,1,0,0,0,.92-.62,1,1,0,0,0-.21-1.09l-5-5h0a1.07,1.07,0,0,0-.28-.19l-.09,0A1.31,1.31,0,0,0,12.06,1H5A3,3,0,0,0,2,4V18a3,3,0,0,0,3,3h5a1,1,0,0,0,0-2ZM13,4.41,14.59,6H13Z\"/></svg></li><li title=\"file contract \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M13.2,15c-0.2,0.1-0.4,0.1-0.6,0.2c-0.1-0.2-0.2-0.4-0.3-0.5c-0.8-0.7-2-0.8-3-0.2C8.5,15,8,16,8,17c0,0.5,0.5,1,1,0.9c0,0,0,0,0,0c0.5,0,1-0.5,1-1c0-0.3,0.1-0.5,0.3-0.7c0.1,0,0.2-0.1,0.3-0.1l0,0c-0.3,0.6-0.1,1.3,0.5,1.7c0.2,0.1,0.3,0.1,0.5,0.1c0.4,0,0.8-0.2,1.1-0.5c0.1-0.1,0.3-0.2,0.5-0.3c0.1,0.4,0.5,0.8,1,0.8H15c0.6,0,1-0.4,1-1c0-0.5-0.4-0.9-0.9-1c-0.1-0.2-0.1-0.3-0.3-0.5C14.5,15.1,13.8,14.9,13.2,15z M20,8.9c0-0.1,0-0.2-0.1-0.3c0,0,0-0.1,0-0.1c0-0.1-0.1-0.2-0.2-0.3l-6-6c-0.1-0.1-0.2-0.1-0.3-0.2c0,0-0.1,0-0.1,0c-0.1,0-0.2,0-0.3-0.1c0,0,0,0-0.1,0H7C5.3,2,4,3.3,4,5v14c0,1.7,1.3,3,3,3h10c1.7,0,3-1.3,3-3L20,8.9C20,9,20,9,20,8.9z M14,5.4L16.6,8H15c-0.6,0-1-0.4-1-1V5.4z M18,19c0,0.6-0.4,1-1,1H7c-0.6,0-1-0.4-1-1V5c0-0.6,0.4-1,1-1h5v3c0,1.7,1.3,3,3,3h3V19z M9,10h1c0.6,0,1-0.4,1-1s-0.4-1-1-1H9C8.4,8,8,8.4,8,9S8.4,10,9,10z\"/></svg></li><li title=\"file copy alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M16,20H8a3,3,0,0,1-3-3V7A1,1,0,0,0,3,7V17a5,5,0,0,0,5,5h8a1,1,0,0,0,0-2Zm-6-7a1,1,0,0,0,1,1h5a1,1,0,0,0,0-2H11A1,1,0,0,0,10,13ZM21,8.94a1.31,1.31,0,0,0-.06-.27l0-.09a1.07,1.07,0,0,0-.19-.28h0l-6-6h0a1.07,1.07,0,0,0-.28-.19.32.32,0,0,0-.09,0A.88.88,0,0,0,14.05,2H10A3,3,0,0,0,7,5V15a3,3,0,0,0,3,3h8a3,3,0,0,0,3-3V9S21,9,21,8.94ZM15,5.41,17.59,8H16a1,1,0,0,1-1-1ZM19,15a1,1,0,0,1-1,1H10a1,1,0,0,1-1-1V5a1,1,0,0,1,1-1h3V7a3,3,0,0,0,.18,1H11a1,1,0,0,0,0,2h8Z\"/></svg></li><li title=\"file download alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M8,8a1,1,0,0,0,0,2H9A1,1,0,0,0,9,8Zm5,12H6a1,1,0,0,1-1-1V5A1,1,0,0,1,6,4h5V7a3,3,0,0,0,3,3h3v2a1,1,0,0,0,2,0V9s0,0,0-.06a1.31,1.31,0,0,0-.06-.27l0-.09a1.07,1.07,0,0,0-.19-.28h0l-6-6h0a1.07,1.07,0,0,0-.28-.19.29.29,0,0,0-.1,0A1.1,1.1,0,0,0,12.06,2H6A3,3,0,0,0,3,5V19a3,3,0,0,0,3,3h7a1,1,0,0,0,0-2ZM13,5.41,15.59,8H14a1,1,0,0,1-1-1ZM14,12H8a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2Zm6.71,6.29a1,1,0,0,0-1.42,0l-.29.3V16a1,1,0,0,0-2,0v2.59l-.29-.3a1,1,0,0,0-1.42,1.42l2,2a1,1,0,0,0,.33.21.94.94,0,0,0,.76,0,1,1,0,0,0,.33-.21l2-2A1,1,0,0,0,20.71,18.29ZM12,18a1,1,0,0,0,0-2H8a1,1,0,0,0,0,2Z\"/></svg></li><li title=\"file download \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M20,8.94a1.31,1.31,0,0,0-.06-.27l0-.09a1.07,1.07,0,0,0-.19-.28h0l-6-6h0a1.07,1.07,0,0,0-.28-.19l-.1,0A1.1,1.1,0,0,0,13.06,2H7A3,3,0,0,0,4,5V19a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V9S20,9,20,8.94ZM14,5.41,16.59,8H15a1,1,0,0,1-1-1ZM18,19a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V5A1,1,0,0,1,7,4h5V7a3,3,0,0,0,3,3h3Zm-4.71-4.71-.29.3V12a1,1,0,0,0-2,0v2.59l-.29-.3a1,1,0,0,0-1.42,1.42l2,2a1,1,0,0,0,.33.21.94.94,0,0,0,.76,0,1,1,0,0,0,.33-.21l2-2a1,1,0,0,0-1.42-1.42Z\"/></svg></li><li title=\"file edit alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M20.71,16.71l-2.42-2.42a1,1,0,0,0-1.42,0l-3.58,3.58a1,1,0,0,0-.29.71V21a1,1,0,0,0,1,1h2.42a1,1,0,0,0,.71-.29l3.58-3.58A1,1,0,0,0,20.71,16.71ZM16,20H15V19l2.58-2.58,1,1Zm-6,0H6a1,1,0,0,1-1-1V5A1,1,0,0,1,6,4h5V7a3,3,0,0,0,3,3h3v1a1,1,0,0,0,2,0V9s0,0,0-.06a1.31,1.31,0,0,0-.06-.27l0-.09a1.07,1.07,0,0,0-.19-.28h0l-6-6h0a1.07,1.07,0,0,0-.28-.19.32.32,0,0,0-.09,0L12.06,2H6A3,3,0,0,0,3,5V19a3,3,0,0,0,3,3h4a1,1,0,0,0,0-2ZM13,5.41,15.59,8H14a1,1,0,0,1-1-1ZM8,14h6a1,1,0,0,0,0-2H8a1,1,0,0,0,0,2Zm0-4H9A1,1,0,0,0,9,8H8a1,1,0,0,0,0,2Zm2,6H8a1,1,0,0,0,0,2h2a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"file exclamation alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M9,10h1a1,1,0,0,0,0-2H9a1,1,0,0,0,0,2Zm6,2H9a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2Zm0,4H9a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2Zm4.71,4.29a1.58,1.58,0,0,0-.15-.12.76.76,0,0,0-.18-.09L19.2,20a1,1,0,0,0-.58.06.9.9,0,0,0-.54.54A.84.84,0,0,0,18,21a1,1,0,1,0,1.92-.38A1.15,1.15,0,0,0,19.71,20.29ZM20,8.94a1.31,1.31,0,0,0-.06-.27l0-.09a1.07,1.07,0,0,0-.19-.28h0l-6-6h0a1.07,1.07,0,0,0-.28-.19.32.32,0,0,0-.09,0A.88.88,0,0,0,13.05,2H7A3,3,0,0,0,4,5V19a3,3,0,0,0,3,3h8a1,1,0,0,0,0-2H7a1,1,0,0,1-1-1V5A1,1,0,0,1,7,4h5V7a3,3,0,0,0,3,3h3v2a1,1,0,0,0,2,0V9S20,9,20,8.94ZM15,8a1,1,0,0,1-1-1V5.41L16.59,8Zm4,7a1,1,0,0,0-1,1v2a1,1,0,0,0,2,0V16A1,1,0,0,0,19,15Z\"/></svg></li><li title=\"file exclamation \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12.92,16.62a.76.76,0,0,0-.09-.18,1.58,1.58,0,0,0-.12-.15,1,1,0,0,0-1.09-.21,1,1,0,0,0-.33.21,1.58,1.58,0,0,0-.12.15.76.76,0,0,0-.09.18.64.64,0,0,0-.06.18,1.5,1.5,0,0,0,0,.2.84.84,0,0,0,.08.38,1.15,1.15,0,0,0,.21.33A1,1,0,0,0,12,18a.84.84,0,0,0,.38-.08.9.9,0,0,0,.54-.54A.84.84,0,0,0,13,17a1.5,1.5,0,0,0,0-.2A.64.64,0,0,0,12.92,16.62ZM20,8.94a1.31,1.31,0,0,0-.06-.27l0-.09a1.07,1.07,0,0,0-.19-.28h0l-6-6h0a1.07,1.07,0,0,0-.28-.19l-.09,0A.88.88,0,0,0,13.05,2H7A3,3,0,0,0,4,5V19a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V9S20,9,20,8.94ZM14,5.41,16.59,8H15a1,1,0,0,1-1-1ZM18,19a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V5A1,1,0,0,1,7,4h5V7a3,3,0,0,0,3,3h3Zm-6-8a1,1,0,0,0-1,1v2a1,1,0,0,0,2,0V12A1,1,0,0,0,12,11Z\"/></svg></li><li title=\"file export \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M20.92,15.62a1.15,1.15,0,0,0-.21-.33l-3-3a1,1,0,0,0-1.42,1.42L17.59,15H12a1,1,0,0,0,0,2h5.59l-1.3,1.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l3-3a.93.93,0,0,0,.21-.33A1,1,0,0,0,20.92,15.62ZM14,20H6a1,1,0,0,1-1-1V5A1,1,0,0,1,6,4h5V7a3,3,0,0,0,3,3h4a1,1,0,0,0,.92-.62,1,1,0,0,0-.21-1.09l-6-6h0a1.07,1.07,0,0,0-.28-.19l-.09,0L12.06,2H6A3,3,0,0,0,3,5V19a3,3,0,0,0,3,3h8a1,1,0,0,0,0-2ZM13,5.41,15.59,8H14a1,1,0,0,1-1-1Z\"/></svg></li><li title=\"file graph \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M9,10h1a1,1,0,0,0,0-2H9a1,1,0,0,0,0,2Zm5.21045,2.38623-1.67334,2.15186-.86816-.78125a.9997.9997,0,0,0-1.44971.11865l-2,2.5a.9998.9998,0,1,0,1.56152,1.249l1.33789-1.67236.87891.791a.99989.99989,0,0,0,1.45849-.12939l2.3335-3a1.00005,1.00005,0,0,0-1.5791-1.22754Zm5.7771-3.44794a1.0088,1.0088,0,0,0-.27936-.64373l-.00146-.0019L13.70734,2.29327l-.00183-.00146a.99022.99022,0,0,0-.28608-.19281c-.0299-.014-.061-.02191-.09246-.033a.98253.98253,0,0,0-.26667-.05383C13.03925,2.01086,13.02136,2,13,2H7A3.00328,3.00328,0,0,0,4,5V19a3.00328,3.00328,0,0,0,3,3H17a3.00328,3.00328,0,0,0,3-3V9C20,8.97809,19.989,8.95984,19.98755,8.93829ZM14,5.41406,16.58594,8H15a1.0013,1.0013,0,0,1-1-1ZM18,19a1.0013,1.0013,0,0,1-1,1H7a1.0013,1.0013,0,0,1-1-1V5A1.0013,1.0013,0,0,1,7,4h5V7a3.00328,3.00328,0,0,0,3,3h3Z\"/></svg></li><li title=\"file heart \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M20,8.94a1.31,1.31,0,0,0-.06-.27l0-.09a1.07,1.07,0,0,0-.19-.28h0l-6-6h0a1.07,1.07,0,0,0-.28-.19l-.1,0A1.1,1.1,0,0,0,13.06,2H7A3,3,0,0,0,4,5V19a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V9S20,9,20,8.94ZM14,5.41,16.59,8H15a1,1,0,0,1-1-1ZM18,19a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V5A1,1,0,0,1,7,4h5V7a3,3,0,0,0,3,3h3Zm-6-7.66A2.92,2.92,0,0,0,8.57,16l2.72,2.72a1,1,0,0,0,1.42,0L15.43,16A2.92,2.92,0,0,0,12,11.34Zm2,1.93a.92.92,0,0,1,0,1.3l-2,2-2-2a.92.92,0,0,1,0-1.3.92.92,0,0,1,1.3,0,1,1,0,0,0,1.42,0A.92.92,0,0,1,14,13.27Z\"/></svg></li><li title=\"file import \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M11,20H6a1,1,0,0,1-1-1V5A1,1,0,0,1,6,4h5V7a3,3,0,0,0,3,3h3v2a1,1,0,0,0,2,0V9s0,0,0-.06a1.31,1.31,0,0,0-.06-.27l0-.09a1.32,1.32,0,0,0-.19-.29h0l-6-6h0a1.32,1.32,0,0,0-.29-.19.32.32,0,0,0-.09,0L12.06,2H6A3,3,0,0,0,3,5V19a3,3,0,0,0,3,3h5a1,1,0,0,0,0-2ZM13,5.41,15.59,8H14a1,1,0,0,1-1-1ZM19,15H13.41l1.3-1.29a1,1,0,0,0-1.42-1.42l-3,3a1.15,1.15,0,0,0-.21.33,1,1,0,0,0,0,.76.93.93,0,0,0,.21.33l3,3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L13.41,17H19a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"file info alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M15,16H9a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2ZM9,10h1a1,1,0,0,0,0-2H9a1,1,0,0,0,0,2Zm6,2H9a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2Zm4.71,3.29a1,1,0,0,0-.33-.21.92.92,0,0,0-.76,0,1,1,0,0,0-.33.21,1.15,1.15,0,0,0-.21.33,1,1,0,0,0,.21,1.09A1,1,0,0,0,19,17a1,1,0,0,0,.38-.08,1.15,1.15,0,0,0,.33-.21,1,1,0,0,0,.21-1.09A1.15,1.15,0,0,0,19.71,15.29ZM20,8.94a1.31,1.31,0,0,0-.06-.27l0-.09a1.07,1.07,0,0,0-.19-.28h0l-6-6h0a1.07,1.07,0,0,0-.28-.19.32.32,0,0,0-.09,0A.88.88,0,0,0,13.05,2H7A3,3,0,0,0,4,5V19a3,3,0,0,0,3,3h8a1,1,0,0,0,0-2H7a1,1,0,0,1-1-1V5A1,1,0,0,1,7,4h5V7a3,3,0,0,0,3,3h3v2a1,1,0,0,0,2,0V9S20,9,20,8.94ZM15,8a1,1,0,0,1-1-1V5.41L16.59,8Zm4,10a1,1,0,0,0-1,1v2a1,1,0,0,0,2,0V19A1,1,0,0,0,19,18Z\"/></svg></li><li title=\"file landscape alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M22,10.94a1.31,1.31,0,0,0-.06-.27l0-.09a1.07,1.07,0,0,0-.19-.28h0l-6-6h0a1.07,1.07,0,0,0-.28-.19l-.1,0A1.1,1.1,0,0,0,15.06,4H5A3,3,0,0,0,2,7V17a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V11S22,11,22,10.94ZM16,7.41,18.59,10H17a1,1,0,0,1-1-1ZM20,17a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V7A1,1,0,0,1,5,6h9V9a3,3,0,0,0,3,3h3ZM7,12h4a1,1,0,0,0,0-2H7a1,1,0,0,0,0,2Zm0,2a1,1,0,0,0,0,2H17a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"file landscape \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M22,10.94a1.31,1.31,0,0,0-.06-.27l0-.09a1.07,1.07,0,0,0-.19-.28h0l-6-6h0a1.07,1.07,0,0,0-.28-.19l-.1,0A1.1,1.1,0,0,0,15.06,4H5A3,3,0,0,0,2,7V17a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V11S22,11,22,10.94ZM16,7.41,18.59,10H17a1,1,0,0,1-1-1ZM20,17a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V7A1,1,0,0,1,5,6h9V9a3,3,0,0,0,3,3h3Z\"/></svg></li><li title=\"file lanscape slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M22,10.94a1.31,1.31,0,0,0-.06-.27l0-.09a1.07,1.07,0,0,0-.19-.28h0l-6-6h0a1.07,1.07,0,0,0-.28-.19l-.09,0A.88.88,0,0,0,15.05,4H10.66a1,1,0,0,0,0,2H14V9a3,3,0,0,0,3,3h3v3.34a1,1,0,1,0,2,0V11S22,11,22,10.94ZM17,10a1,1,0,0,1-1-1V7.41L18.59,10ZM3.71,2.29A1,1,0,0,0,2.29,3.71l.91.9A3,3,0,0,0,2,7V17a3,3,0,0,0,3,3H18.59l1.7,1.71a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42ZM5,18a1,1,0,0,1-1-1V7a1,1,0,0,1,.66-.93L16.59,18Z\"/></svg></li><li title=\"file lock alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M10,20H5a1,1,0,0,1-1-1V5A1,1,0,0,1,5,4h5V7a3,3,0,0,0,3,3h4a1,1,0,0,0,.92-.62,1,1,0,0,0-.21-1.09l-6-6h0a1.07,1.07,0,0,0-.28-.19.32.32,0,0,0-.09,0L11.06,2H5A3,3,0,0,0,2,5V19a3,3,0,0,0,3,3h5a1,1,0,0,0,0-2ZM12,5.41,14.59,8H13a1,1,0,0,1-1-1ZM13,13a1,1,0,0,0-1-1H7a1,1,0,0,0,0,2h5A1,1,0,0,0,13,13ZM7,10H8A1,1,0,0,0,8,8H7a1,1,0,0,0,0,2Zm0,6a1,1,0,0,0,0,2H9a1,1,0,0,0,0-2Zm13-.82V15a3,3,0,0,0-6,0v.18A3,3,0,0,0,12,18v1a3,3,0,0,0,3,3h4a3,3,0,0,0,3-3V18A3,3,0,0,0,20,15.18ZM17,14a1,1,0,0,1,1,1H16A1,1,0,0,1,17,14Zm3,5a1,1,0,0,1-1,1H15a1,1,0,0,1-1-1V18a1,1,0,0,1,1-1h4a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"file medical alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M18,18a1,1,0,0,0-1,1,1,1,0,0,1-1,1H6a1,1,0,0,1-1-1V5A1,1,0,0,1,6,4h5V7a3,3,0,0,0,3,3h3v1a1,1,0,0,0,2,0V9s0,0,0-.06a1.31,1.31,0,0,0-.06-.27.32.32,0,0,0,0-.09,1.07,1.07,0,0,0-.19-.28h0l-6-6h0a1.07,1.07,0,0,0-.28-.19l-.1,0A1.14,1.14,0,0,0,12.07,2H6A3,3,0,0,0,3,5V19a3,3,0,0,0,3,3H16a3,3,0,0,0,3-3A1,1,0,0,0,18,18ZM13,5.41,15.59,8H14a1,1,0,0,1-1-1ZM20,14H17.5a1,1,0,0,0-.71.29l-1.24,1.25-2.8-3.2a1,1,0,0,0-1.46-.05L9.59,14H8a1,1,0,0,0,0,2h2a1,1,0,0,0,.71-.29L12,14.46l2.8,3.2a1,1,0,0,0,.72.34h0a1,1,0,0,0,.71-.29L17.91,16H20a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"file medical \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M14,14H13V13a1,1,0,0,0-2,0v1H10a1,1,0,0,0,0,2h1v1a1,1,0,0,0,2,0V16h1a1,1,0,0,0,0-2Zm6-5.06a1.31,1.31,0,0,0-.06-.27l0-.09a1.07,1.07,0,0,0-.19-.28h0l-6-6h0a1.07,1.07,0,0,0-.28-.19l-.09,0A.88.88,0,0,0,13.05,2H7A3,3,0,0,0,4,5V19a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V9S20,9,20,8.94ZM14,5.41,16.59,8H15a1,1,0,0,1-1-1ZM18,19a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V5A1,1,0,0,1,7,4h5V7a3,3,0,0,0,3,3h3Z\"/></svg></li><li title=\"file minus alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M8,8a1,1,0,0,0,0,2H9A1,1,0,0,0,9,8Zm5,12H6a1,1,0,0,1-1-1V5A1,1,0,0,1,6,4h5V7a3,3,0,0,0,3,3h3v5a1,1,0,0,0,2,0V9s0,0,0-.06a1.31,1.31,0,0,0-.06-.27l0-.09a1.07,1.07,0,0,0-.19-.28h0l-6-6h0a1.07,1.07,0,0,0-.28-.19.29.29,0,0,0-.1,0A1.1,1.1,0,0,0,12.06,2H6A3,3,0,0,0,3,5V19a3,3,0,0,0,3,3h7a1,1,0,0,0,0-2ZM13,5.41,15.59,8H14a1,1,0,0,1-1-1ZM20,18H16a1,1,0,0,0,0,2h4a1,1,0,0,0,0-2Zm-7-2H8a1,1,0,0,0,0,2h5a1,1,0,0,0,0-2Zm1-4H8a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"file minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M14,14H10a1,1,0,0,0,0,2h4a1,1,0,0,0,0-2Zm6-5.06a1.31,1.31,0,0,0-.06-.27l0-.09a1.07,1.07,0,0,0-.19-.28h0l-6-6h0a1.07,1.07,0,0,0-.28-.19l-.09,0A.88.88,0,0,0,13.05,2H7A3,3,0,0,0,4,5V19a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V9S20,9,20,8.94ZM14,5.41,16.59,8H15a1,1,0,0,1-1-1ZM18,19a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V5A1,1,0,0,1,7,4h5V7a3,3,0,0,0,3,3h3Z\"/></svg></li><li title=\"file network \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M21,19H14.82A3,3,0,0,0,13,17.18V15h3a3,3,0,0,0,3-3V8s0,0,0-.06a1.31,1.31,0,0,0-.06-.27l0-.09a1.07,1.07,0,0,0-.19-.28h0l-6-6h0a1.07,1.07,0,0,0-.28-.19.32.32,0,0,0-.09,0A.88.88,0,0,0,12.05,1H8A3,3,0,0,0,5,4v8a3,3,0,0,0,3,3h3v2.18A3,3,0,0,0,9.18,19H3a1,1,0,0,0,0,2H9.18a3,3,0,0,0,5.64,0H21a1,1,0,0,0,0-2ZM13,4.41,15.59,7H14a1,1,0,0,1-1-1ZM8,13a1,1,0,0,1-1-1V4A1,1,0,0,1,8,3h3V6a3,3,0,0,0,3,3h3v3a1,1,0,0,1-1,1Zm4,8a1,1,0,1,1,1-1A1,1,0,0,1,12,21Z\"/></svg></li><li title=\"file plus alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M20,18H19V17a1,1,0,0,0-2,0v1H16a1,1,0,0,0,0,2h1v1a1,1,0,0,0,2,0V20h1a1,1,0,0,0,0-2Zm-7,2H6a1,1,0,0,1-1-1V5A1,1,0,0,1,6,4h5V7a3,3,0,0,0,3,3h3v3a1,1,0,0,0,2,0V9s0,0,0-.06a1.31,1.31,0,0,0-.06-.27l0-.09a1.07,1.07,0,0,0-.19-.28h0l-6-6h0a1.07,1.07,0,0,0-.28-.19.29.29,0,0,0-.1,0A1.1,1.1,0,0,0,12.06,2H6A3,3,0,0,0,3,5V19a3,3,0,0,0,3,3h7a1,1,0,0,0,0-2ZM13,5.41,15.59,8H14a1,1,0,0,1-1-1ZM8,8a1,1,0,0,0,0,2H9A1,1,0,0,0,9,8Zm5,8H8a1,1,0,0,0,0,2h5a1,1,0,0,0,0-2Zm1-4H8a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"file plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M20,8.94a1.31,1.31,0,0,0-.06-.27l0-.09a1.07,1.07,0,0,0-.19-.28h0l-6-6h0a1.07,1.07,0,0,0-.28-.19.32.32,0,0,0-.09,0A.88.88,0,0,0,13.05,2H7A3,3,0,0,0,4,5V19a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V9S20,9,20,8.94ZM14,5.41,16.59,8H15a1,1,0,0,1-1-1ZM18,19a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V5A1,1,0,0,1,7,4h5V7a3,3,0,0,0,3,3h3Zm-4-5H13V13a1,1,0,0,0-2,0v1H10a1,1,0,0,0,0,2h1v1a1,1,0,0,0,2,0V16h1a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"file question alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M13.07,12h-5a1,1,0,0,0,0,2h5a1,1,0,0,0,0-2Zm1,8h-8a1,1,0,0,1-1-1V5a1,1,0,0,1,1-1h5V7a3,3,0,0,0,3,3h3v1a1,1,0,0,0,2,0V9a.14.14,0,0,0,0-.06A.86.86,0,0,0,19,8.67l0-.09a1.07,1.07,0,0,0-.19-.28h0l-6-6h0a1,1,0,0,0-.29-.19s-.05,0-.08,0A.88.88,0,0,0,12.12,2h-6a3,3,0,0,0-3,3V19a3,3,0,0,0,3,3h8a1,1,0,0,0,0-2Zm-1-14.59L15.65,8H14.07a1,1,0,0,1-1-1Zm5.57,14.88a1.58,1.58,0,0,0-.15-.12,1.08,1.08,0,0,0-.36-.15,1,1,0,0,0-.9.27,1,1,0,0,0,0,1.42,1,1,0,0,0,.7.29,1,1,0,0,0,.93-1.38A1.19,1.19,0,0,0,18.64,20.29ZM13.07,16h-5a1,1,0,0,0,0,2h5a1,1,0,0,0,0-2Zm4.86-3a3,3,0,0,0-2.6,1.5,1,1,0,1,0,1.74,1,1,1,0,1,1,.86,1.5,1,1,0,0,0,0,2,3,3,0,0,0,0-6ZM8.07,10h1a1,1,0,0,0,0-2h-1a1,1,0,0,0,0,2Z\"/></svg></li><li title=\"file question \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12.57,17.29a1,1,0,0,0-1.41,0,1.06,1.06,0,0,0-.22.33,1.07,1.07,0,0,0,0,.76,1.19,1.19,0,0,0,.22.33,1,1,0,0,0,.32.21,1,1,0,0,0,.39.08,1,1,0,0,0,.92-1.38A.91.91,0,0,0,12.57,17.29ZM20,8.94a1.31,1.31,0,0,0-.06-.27l0-.09a1.07,1.07,0,0,0-.19-.28h0l-6-6h0a1.07,1.07,0,0,0-.28-.19l-.09,0A.88.88,0,0,0,13.05,2H7A3,3,0,0,0,4,5V19a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V9S20,9,20,8.94ZM14,5.41,16.59,8H15a1,1,0,0,1-1-1ZM18,19a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V5A1,1,0,0,1,7,4h5V7a3,3,0,0,0,3,3h3Zm-6.13-9a3,3,0,0,0-2.6,1.5,1,1,0,1,0,1.73,1,1,1,0,0,1,.87-.5,1,1,0,0,1,0,2,1,1,0,1,0,0,2,3,3,0,0,0,0-6Z\"/></svg></li><li title=\"file redo alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M14,13a1,1,0,0,0-1-1H8a1,1,0,0,0,0,2h5A1,1,0,0,0,14,13Zm-3,7H6a1,1,0,0,1-1-1V5A1,1,0,0,1,6,4h5V7a3,3,0,0,0,3,3h3v1a1,1,0,0,0,2,0V9s0,0,0-.06a1.18,1.18,0,0,0-.06-.27l0-.09a.92.92,0,0,0-.19-.28h0l-6-6h0a1.07,1.07,0,0,0-.28-.19l-.09,0A.86.86,0,0,0,12.06,2H6A3,3,0,0,0,3,5V19a3,3,0,0,0,3,3h5a1,1,0,0,0,0-2ZM13,5.41,15.59,8H14a1,1,0,0,1-1-1ZM20,14a1,1,0,0,0-.91.6A4.07,4.07,0,0,0,17,14a4,4,0,1,0,2.64,7,1,1,0,0,0-1.32-1.51A2,2,0,0,1,17,20a2,2,0,1,1,1-3.75h-.22a1,1,0,0,0,0,2H20a1,1,0,0,0,1-1V15A1,1,0,0,0,20,14ZM8,10H9A1,1,0,0,0,9,8H8a1,1,0,0,0,0,2Zm0,6a1,1,0,0,0,0,2h2a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"file search alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,20H5a1,1,0,0,1-1-1V5A1,1,0,0,1,5,4h5V7a3,3,0,0,0,3,3h3v1a1,1,0,0,0,2,0V9s0,0,0-.06a1.31,1.31,0,0,0-.06-.27l0-.09a1.07,1.07,0,0,0-.19-.28h0l-6-6h0a1.07,1.07,0,0,0-.28-.19.32.32,0,0,0-.09,0A.88.88,0,0,0,11.05,2H5A3,3,0,0,0,2,5V19a3,3,0,0,0,3,3h7a1,1,0,0,0,0-2ZM12,5.41,14.59,8H13a1,1,0,0,1-1-1ZM7,8a1,1,0,0,0,0,2H8A1,1,0,0,0,8,8ZM21.71,20.29l-1.17-1.16A3.44,3.44,0,0,0,20,15h0A3.49,3.49,0,0,0,14,17.49a3.46,3.46,0,0,0,5.13,3.05l1.16,1.17a1,1,0,0,0,1.42,0A1,1,0,0,0,21.71,20.29Zm-3.17-1.75a1.54,1.54,0,0,1-2.11,0A1.5,1.5,0,0,1,16,17.49a1.46,1.46,0,0,1,.44-1.06,1.48,1.48,0,0,1,1-.43A1.47,1.47,0,0,1,19,17.49,1.5,1.5,0,0,1,18.54,18.54ZM13,12H7a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2Zm-2,6a1,1,0,0,0,0-2H7a1,1,0,0,0,0,2Z\"/></svg></li><li title=\"file share alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M13.5,12.5a1,1,0,0,0-1-1h-5a1,1,0,0,0,0,2h5A1,1,0,0,0,13.5,12.5Zm5,5a2,2,0,0,0-1.18.39l-1.75-.8,1.91-.88a2,2,0,0,0,1,.29,2,2,0,1,0-2-2l-1.89.87A2,2,0,1,0,13.5,19a1.88,1.88,0,0,0,.92-.24l2.1,1a2,2,0,1,0,2-2.23Zm-8,2h-5a1,1,0,0,1-1-1V4.5a1,1,0,0,1,1-1h5v3a3,3,0,0,0,3,3h3a1,1,0,0,0,2,0v-1s0,0,0-.06a1.31,1.31,0,0,0-.06-.27l0-.09a1.07,1.07,0,0,0-.19-.28h0l-6-6h0a1.07,1.07,0,0,0-.28-.19.29.29,0,0,0-.1,0,1.1,1.1,0,0,0-.26-.06H5.5a3,3,0,0,0-3,3v14a3,3,0,0,0,3,3h5a1,1,0,0,0,0-2Zm2-14.59L15.09,7.5H13.5a1,1,0,0,1-1-1ZM7.5,15.5a1,1,0,0,0,0,2h1a1,1,0,0,0,0-2Zm0-6h1a1,1,0,0,0,0-2h-1a1,1,0,0,0,0,2Z\"/></svg></li><li title=\"file shield alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M10.5,20h-5a1,1,0,0,1-1-1V5a1,1,0,0,1,1-1h5V7a3,3,0,0,0,3,3h3a1,1,0,0,0,2,0V9s0,0,0-.06a1.31,1.31,0,0,0-.06-.27l0-.09a1.07,1.07,0,0,0-.19-.28h0l-6-6h0a1.07,1.07,0,0,0-.28-.19.32.32,0,0,0-.09,0L11.56,2H5.5a3,3,0,0,0-3,3V19a3,3,0,0,0,3,3h5a1,1,0,0,0,0-2Zm2-14.59L15.09,8H13.5a1,1,0,0,1-1-1ZM7.5,8a1,1,0,0,0,0,2h1a1,1,0,0,0,0-2Zm13.63,5.86a1,1,0,0,0-.84-.2,2.77,2.77,0,0,1-2.2-.47,1,1,0,0,0-1.18,0,2.78,2.78,0,0,1-2.2.47,1,1,0,0,0-1.21,1V17a4.6,4.6,0,0,0,1.84,3.69L16.9,21.8a1,1,0,0,0,1.2,0l1.56-1.16A4.6,4.6,0,0,0,21.5,17V14.63A1,1,0,0,0,21.13,13.86ZM19.5,17a2.62,2.62,0,0,1-1,2.09l-1,.72-1-.72a2.62,2.62,0,0,1-1-2.09V15.72a4.68,4.68,0,0,0,2-.55,4.68,4.68,0,0,0,2,.55Zm-9-.95h-3a1,1,0,0,0,0,2h3a1,1,0,0,0,0-2Zm1-4h-4a1,1,0,0,0,0,2h4a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"file slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M21.71,20.29l-18-18A1,1,0,0,0,2.29,3.71L4,5.41V19a3,3,0,0,0,3,3H17a3,3,0,0,0,2.39-1.2l.9.91a1,1,0,0,0,1.42,0A1,1,0,0,0,21.71,20.29ZM17,20H7a1,1,0,0,1-1-1V7.41L17.93,19.34A1,1,0,0,1,17,20ZM8.66,4H12V7a3,3,0,0,0,3,3h3v3.34a1,1,0,1,0,2,0V9s0,0,0-.06a1.31,1.31,0,0,0-.06-.27l0-.09a1.07,1.07,0,0,0-.19-.28h0l-6-6h0a1.07,1.07,0,0,0-.28-.19l-.09,0L13.06,2H8.66a1,1,0,0,0,0,2ZM14,5.41,16.59,8H15a1,1,0,0,1-1-1Z\"/></svg></li><li title=\"file times alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M14,12H8a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2Zm5.41,7,1.3-1.29a1,1,0,0,0-1.42-1.42L18,17.59l-1.29-1.3a1,1,0,0,0-1.42,1.42L16.59,19l-1.3,1.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L18,20.41l1.29,1.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42ZM12,20H6a1,1,0,0,1-1-1V5A1,1,0,0,1,6,4h5V7a3,3,0,0,0,3,3h3v3a1,1,0,0,0,2,0V9s0,0,0-.06a1.31,1.31,0,0,0-.06-.27l0-.09a1.07,1.07,0,0,0-.19-.28h0l-6-6h0a1.07,1.07,0,0,0-.28-.19.29.29,0,0,0-.1,0A1.1,1.1,0,0,0,12.06,2H6A3,3,0,0,0,3,5V19a3,3,0,0,0,3,3h6a1,1,0,0,0,0-2ZM13,5.41,15.59,8H14a1,1,0,0,1-1-1ZM8,8a1,1,0,0,0,0,2H9A1,1,0,0,0,9,8Zm4,8H8a1,1,0,0,0,0,2h4a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"file times \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M14.71,12.29a1,1,0,0,0-1.42,0L12,13.59l-1.29-1.3a1,1,0,0,0-1.42,1.42L10.59,15l-1.3,1.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L12,16.41l1.29,1.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L13.41,15l1.3-1.29A1,1,0,0,0,14.71,12.29ZM20,8.94a1.31,1.31,0,0,0-.06-.27l0-.09a1.07,1.07,0,0,0-.19-.28h0l-6-6h0a1.07,1.07,0,0,0-.28-.19l-.1,0A1.1,1.1,0,0,0,13.06,2H7A3,3,0,0,0,4,5V19a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V9S20,9,20,8.94ZM14,5.41,16.59,8H15a1,1,0,0,1-1-1ZM18,19a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V5A1,1,0,0,1,7,4h5V7a3,3,0,0,0,3,3h3Z\"/></svg></li><li title=\"file upload alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M13,20H6a1,1,0,0,1-1-1V5A1,1,0,0,1,6,4h5V7a3,3,0,0,0,3,3h3v2a1,1,0,0,0,2,0V9s0,0,0-.06a1.31,1.31,0,0,0-.06-.27l0-.09a1.07,1.07,0,0,0-.19-.28h0l-6-6h0a1.07,1.07,0,0,0-.28-.19.32.32,0,0,0-.09,0A.88.88,0,0,0,12.05,2H6A3,3,0,0,0,3,5V19a3,3,0,0,0,3,3h7a1,1,0,0,0,0-2ZM13,5.41,15.59,8H14a1,1,0,0,1-1-1ZM8,8a1,1,0,0,0,0,2H9A1,1,0,0,0,9,8Zm6,4H8a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2Zm6.71,5.29-2-2a1,1,0,0,0-.33-.21,1,1,0,0,0-.76,0,1,1,0,0,0-.33.21l-2,2a1,1,0,0,0,1.42,1.42l.29-.3V21a1,1,0,0,0,2,0V18.41l.29.3a1,1,0,0,0,1.42,0A1,1,0,0,0,20.71,17.29ZM12,18a1,1,0,0,0,0-2H8a1,1,0,0,0,0,2Z\"/></svg></li><li title=\"file upload \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12.71,11.29a1,1,0,0,0-.33-.21,1,1,0,0,0-.76,0,1,1,0,0,0-.33.21l-2,2a1,1,0,0,0,1.42,1.42l.29-.3V17a1,1,0,0,0,2,0V14.41l.29.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42ZM20,8.94a1.31,1.31,0,0,0-.06-.27l0-.09a1.07,1.07,0,0,0-.19-.28h0l-6-6h0a1.07,1.07,0,0,0-.28-.19l-.1,0A1.1,1.1,0,0,0,13.06,2H7A3,3,0,0,0,4,5V19a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V9S20,9,20,8.94ZM14,5.41,16.59,8H15a1,1,0,0,1-1-1ZM18,19a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V5A1,1,0,0,1,7,4h5V7a3,3,0,0,0,3,3h3Z\"/></svg></li><li title=\"file \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M20,8.94a1.31,1.31,0,0,0-.06-.27l0-.09a1.07,1.07,0,0,0-.19-.28h0l-6-6h0a1.07,1.07,0,0,0-.28-.19l-.09,0L13.06,2H7A3,3,0,0,0,4,5V19a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V9S20,9,20,8.94ZM14,5.41,16.59,8H14ZM18,19a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V5A1,1,0,0,1,7,4h5V9a1,1,0,0,0,1,1h5Z\"/></svg></li><li title=\"files landscapes alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M18,19H6a3,3,0,0,1-3-3V8A1,1,0,0,0,1,8v8a5,5,0,0,0,5,5H18a1,1,0,0,0,0-2Zm-4-8H10a1,1,0,0,0,0,2h4a1,1,0,0,0,0-2Zm9-1.06a1.31,1.31,0,0,0-.06-.27l0-.09a1.07,1.07,0,0,0-.19-.28h0l-6-6h0a1.07,1.07,0,0,0-.28-.19l-.09,0A.88.88,0,0,0,16.05,3H8A3,3,0,0,0,5,6v8a3,3,0,0,0,3,3H20a3,3,0,0,0,3-3V10S23,10,23,9.94ZM17,6.41,19.59,9H18a1,1,0,0,1-1-1ZM21,14a1,1,0,0,1-1,1H8a1,1,0,0,1-1-1V6A1,1,0,0,1,8,5h7V8a3,3,0,0,0,3,3h3ZM10,9h2a1,1,0,0,0,0-2H10a1,1,0,0,0,0,2Z\"/></svg></li><li title=\"files landscapes \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M23,9.94a1.31,1.31,0,0,0-.06-.27l0-.09a1.07,1.07,0,0,0-.19-.28h0l-6-6h0a1.07,1.07,0,0,0-.28-.19l-.09,0A.88.88,0,0,0,16.05,3H8A3,3,0,0,0,5,6V7H4a3,3,0,0,0-3,3v8a3,3,0,0,0,3,3H16a3,3,0,0,0,3-3V17h1a3,3,0,0,0,3-3V10S23,10,23,9.94ZM17,6.41,19.59,9H18a1,1,0,0,1-1-1ZM17,18a1,1,0,0,1-1,1H4a1,1,0,0,1-1-1V10A1,1,0,0,1,4,9H5v5a3,3,0,0,0,3,3h9Zm4-4a1,1,0,0,1-1,1H8a1,1,0,0,1-1-1V6A1,1,0,0,1,8,5h7V8a3,3,0,0,0,3,3h3Z\"/></svg></li><li title=\"film \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21,2a1,1,0,0,0-1,1V5H18V3a1,1,0,0,0-2,0V4H8V3A1,1,0,0,0,6,3V5H4V3A1,1,0,0,0,2,3V21a1,1,0,0,0,2,0V19H6v2a1,1,0,0,0,2,0V20h8v1a1,1,0,0,0,2,0V19h2v2a1,1,0,0,0,2,0V3A1,1,0,0,0,21,2ZM6,17H4V15H6Zm0-4H4V11H6ZM6,9H4V7H6Zm10,9H8V13h8Zm0-7H8V6h8Zm4,6H18V15h2Zm0-4H18V11h2Zm0-4H18V7h2Z\"/></svg></li><li title=\"filter slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M19.22,6H12.66a1,1,0,0,0,0,2h6.56a.78.78,0,0,1,.78.78v.78H16.22a1,1,0,1,0,0,2h2.37l-.7.69a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l1.88-1.88a2.51,2.51,0,0,0,.54-.8h0l0-.1A2.59,2.59,0,0,0,22,9.82v-1A2.79,2.79,0,0,0,19.22,6ZM3.71,2.29A1,1,0,0,0,2.29,3.71L5.14,6.55A2.73,2.73,0,0,0,4,8.78v1a2.65,2.65,0,0,0,.24,1.1l0,.06a2.61,2.61,0,0,0,.54.81l5.41,5.4V21a1,1,0,0,0,.47.85,1,1,0,0,0,.53.15,1,1,0,0,0,.45-.11l3.56-1.78a1,1,0,0,0,.55-.89v-2h0l4.51,4.52a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42ZM6,8.78a.76.76,0,0,1,.5-.72L6.59,8,8.15,9.56H6Zm8.07,7.29a1,1,0,0,0-.29.71V18.6l-1.56.78v-2.6a1,1,0,0,0-.29-.71L7.41,11.56h2.74l4.22,4.22Z\"/></svg></li><li title=\"filter \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19,2H5A3,3,0,0,0,2,5V6.17a3,3,0,0,0,.25,1.2l0,.06a2.81,2.81,0,0,0,.59.86L9,14.41V21a1,1,0,0,0,.47.85A1,1,0,0,0,10,22a1,1,0,0,0,.45-.11l4-2A1,1,0,0,0,15,19V14.41l6.12-6.12a2.81,2.81,0,0,0,.59-.86l0-.06A3,3,0,0,0,22,6.17V5A3,3,0,0,0,19,2ZM13.29,13.29A1,1,0,0,0,13,14v4.38l-2,1V14a1,1,0,0,0-.29-.71L5.41,8H18.59ZM20,6H4V5A1,1,0,0,1,5,4H19a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"fire \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M8.46777,8.39453l-.00225.00183-.00214.00208ZM18.42188,8.208a1.237,1.237,0,0,0-.23-.17481.99959.99959,0,0,0-1.39941.41114,5.78155,5.78155,0,0,1-1.398,1.77734,8.6636,8.6636,0,0,0,.1333-1.50977,8.71407,8.71407,0,0,0-4.40039-7.582,1.00009,1.00009,0,0,0-1.49121.80567A7.017,7.017,0,0,1,7.165,6.87793l-.23047.1875a8.51269,8.51269,0,0,0-1.9873,1.8623A8.98348,8.98348,0,0,0,8.60254,22.83594.99942.99942,0,0,0,9.98,21.91016a1.04987,1.04987,0,0,0-.0498-.3125,6.977,6.977,0,0,1-.18995-2.58106,9.004,9.004,0,0,0,4.3125,4.0166.997.997,0,0,0,.71534.03809A8.99474,8.99474,0,0,0,18.42188,8.208ZM14.51709,21.03906a6.964,6.964,0,0,1-3.57666-4.40234,8.90781,8.90781,0,0,1-.17969-.96387,1.00025,1.00025,0,0,0-.79931-.84473A.982.982,0,0,0,9.77,14.80957a.99955.99955,0,0,0-.8667.501,8.9586,8.9586,0,0,0-1.20557,4.71777,6.98547,6.98547,0,0,1-1.17529-9.86816,6.55463,6.55463,0,0,1,1.562-1.458.74507.74507,0,0,0,.07422-.05469s.29669-.24548.30683-.2511a8.96766,8.96766,0,0,0,2.89874-4.63269,6.73625,6.73625,0,0,1,1.38623,8.08789,1.00024,1.00024,0,0,0,1.18359,1.418,7.85568,7.85568,0,0,0,3.86231-2.6875,7.00072,7.00072,0,0,1-3.2793,10.457Z\"/></svg></li><li title=\"flask potion \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M18.93,11.67a.42.42,0,0,0,0-.1A7.4,7.4,0,0,0,15,7.62V4h1a1,1,0,0,0,0-2H8A1,1,0,0,0,8,4H9V7.62a7.4,7.4,0,0,0-3.89,4,.42.42,0,0,0,0,.1,7.5,7.5,0,1,0,13.86,0ZM10.31,9.26A1,1,0,0,0,11,8.31V4h2V8.31a1,1,0,0,0,.69.95A5.43,5.43,0,0,1,16.23,11H7.77A5.43,5.43,0,0,1,10.31,9.26ZM12,20a5.51,5.51,0,0,1-5.5-5.5A5.34,5.34,0,0,1,6.72,13H17.28a5.34,5.34,0,0,1,.22,1.5A5.51,5.51,0,0,1,12,20Zm2-4a1,1,0,1,0,1,1A1,1,0,0,0,14,16Zm-4-1a1,1,0,1,0,1,1A1,1,0,0,0,10,15Z\"/></svg></li><li title=\"flask \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M20.11,17.49,15,8.73V4h1a1,1,0,0,0,0-2H8A1,1,0,0,0,8,4H9V8.73L3.89,17.49A3,3,0,0,0,6.48,22h11a3,3,0,0,0,2.59-4.51Zm-9.25-8A1,1,0,0,0,11,9V4h2V9a1,1,0,0,0,.14.5L14,11H10Zm7.52,10a1,1,0,0,1-.86.5h-11a1,1,0,0,1-.86-.5,1,1,0,0,1,0-1L8.83,13h6.35l3.2,5.5A1,1,0,0,1,18.38,19.5ZM10,15a1,1,0,1,0,1,1A1,1,0,0,0,10,15Zm4,1a1,1,0,1,0,1,1A1,1,0,0,0,14,16Z\"/></svg></li><li title=\"flip h alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M13.21,5.7a1,1,0,0,0,.24,0l1.94-.49A1,1,0,0,0,16.12,4a1,1,0,0,0-1.21-.73L13,3.73a1,1,0,0,0,.24,2ZM9.51,9h-2a1,1,0,1,0,0,2h2a1,1,0,0,0,0-2Zm4,0a1,1,0,1,0,0,2h2a1,1,0,0,0,0-2ZM7.39,7.15l.24,0,1.94-.48A1,1,0,0,0,9.09,4.7l-1.94.48a1,1,0,0,0,.24,2ZM4,10.51a1,1,0,0,0,1-1v-2a1,1,0,0,0-2,0v2A1,1,0,0,0,4,10.51Zm16.62-8.3A1,1,0,0,0,19.76,2l-1,.24a1,1,0,0,0-.73,1.21,1,1,0,0,0,1,.76A1,1,0,0,0,21,4V3A1,1,0,0,0,20.62,2.21ZM20,7a1,1,0,0,0-1,1V9.14A1,1,0,0,0,19.51,11H20a1,1,0,0,0,1-1V8A1,1,0,0,0,20,7Zm0,6H4a1,1,0,0,0-1,1v3a1,1,0,0,0,.76,1l16,4A1,1,0,0,0,20,22a1,1,0,0,0,1-1V14A1,1,0,0,0,20,13Zm-1,6.72L5,16.22V15H19Z\"/></svg></li><li title=\"flip h \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21,11H3a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2ZM10.93,9h1.5a1,1,0,0,0,0-2h-1.5a1,1,0,0,0,0,2Zm4.5-1a1,1,0,0,0,1,1H17a1,1,0,0,0,.92-.62,1,1,0,0,0-.21-1.09l-.66-.65a1,1,0,0,0-1.41,0,1,1,0,0,0-.19,1.15A1.49,1.49,0,0,0,15.43,8ZM11.65,4.77,12,4.41l.81.81a1,1,0,0,0,1.41,0,1,1,0,0,0,0-1.41L13.16,2.75a.91.91,0,0,0-.26-.19,1,1,0,0,0-1.61-.27L10.23,3.35a1,1,0,0,0,1.42,1.42ZM17,15H7a1,1,0,0,0-.92.62,1,1,0,0,0,.21,1.09l5,5a1,1,0,0,0,1.42,0l5-5a1,1,0,0,0,.21-1.09A1,1,0,0,0,17,15Zm-5,4.59L9.41,17h5.18ZM7.05,9a1,1,0,0,0,.71-.29L8.82,7.6A1,1,0,0,0,7.4,6.18L6.34,7.24a1,1,0,0,0,0,1.42A1,1,0,0,0,7.05,9Z\"/></svg></li><li title=\"flip v alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M4.94,12.24A1,1,0,0,0,3.73,13l-.49,1.94A1,1,0,0,0,4,16.12a1,1,0,0,0,1.21-.73l.49-1.94A1,1,0,0,0,4.94,12.24Zm17,7.52-4-16A1,1,0,0,0,17,3H14a1,1,0,0,0-1,1V20a1,1,0,0,0,1,1h7a1,1,0,0,0,.79-.38A1,1,0,0,0,22,19.76ZM15,19V5h1.22l3.5,14ZM6.4,6.42a1,1,0,0,0-1.22.73L4.7,9.09a1,1,0,0,0,.73,1.21l.24,0a1,1,0,0,0,1-.76l.48-1.94A1,1,0,0,0,6.4,6.42ZM7.51,5h2a1,1,0,0,0,0-2h-2a1,1,0,0,0,0,2ZM4.24,19a1,1,0,0,0-2-.24l-.24,1a1,1,0,0,0,.18.86A1,1,0,0,0,3,21H4a1,1,0,0,0,.24-2ZM10,6.51a1,1,0,0,0-1,1v2a1,1,0,0,0,2,0v-2A1,1,0,0,0,10,6.51Zm0,6a1,1,0,0,0-1,1v2a1,1,0,0,0,2,0v-2A1,1,0,0,0,10,12.51Zm0,6a1,1,0,0,0-.86.49H8a1,1,0,0,0,0,2h2a1,1,0,0,0,1-1v-.49A1,1,0,0,0,10,18.51Z\"/></svg></li><li title=\"flip v \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M7.6,15.18A1,1,0,0,0,6.18,16.6l1.06,1.06a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42ZM3.81,9.78,2.75,10.84a.91.91,0,0,0-.19.26,1,1,0,0,0-.27,1.61l1.06,1.06a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L4.41,12l.81-.81A1,1,0,0,0,3.81,9.78ZM8,10.57a1,1,0,0,0-1,1v1.5a1,1,0,0,0,2,0v-1.5A1,1,0,0,0,8,10.57Zm13.71.72-5-5a1,1,0,0,0-1.09-.21A1,1,0,0,0,15,7V17a1,1,0,0,0,.62.92A.84.84,0,0,0,16,18a1,1,0,0,0,.71-.29l5-5A1,1,0,0,0,21.71,11.29ZM17,14.59V9.41L19.59,12ZM12,2a1,1,0,0,0-1,1V21a1,1,0,0,0,2,0V3A1,1,0,0,0,12,2ZM8.38,6.08a1,1,0,0,0-1.09.21L6.64,7a1,1,0,0,0,0,1.41,1,1,0,0,0,.7.3,1,1,0,0,0,.45-.11A1,1,0,0,0,9,7.57V7A1,1,0,0,0,8.38,6.08Z\"/></svg></li><li title=\"flower \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19.68,6.88a4.4,4.4,0,0,0-3.31-.32,4.37,4.37,0,0,0-8.73,0,4.48,4.48,0,0,0-3.31.29,4.37,4.37,0,0,0,.61,8,4.4,4.4,0,0,0-.8,2.5,5,5,0,0,0,.07.75A4.34,4.34,0,0,0,8.5,21.73a4.68,4.68,0,0,0,.64,0A4.42,4.42,0,0,0,12,20a4.42,4.42,0,0,0,2.86,1.69,4.68,4.68,0,0,0,.64,0,4.36,4.36,0,0,0,3.56-6.87,4.36,4.36,0,0,0,.62-8ZM10.34,4.94a2.4,2.4,0,0,1,3.32,0,2.43,2.43,0,0,1,.52,2.66l-.26.59-.66.58A4.07,4.07,0,0,0,12,8.55a4,4,0,0,0-1.61.34L9.83,7.6A2.39,2.39,0,0,1,10.34,4.94Zm-6.1,6.84A2.37,2.37,0,0,1,7.94,9l.49.43.35.8A3.92,3.92,0,0,0,8,12.55,2.85,2.85,0,0,0,8,13l-.55,0h0l-.84.08A2.37,2.37,0,0,1,4.24,11.78Zm6.6,6.08a2.38,2.38,0,0,1-4.66-.08,3.07,3.07,0,0,1,0-.42,2.33,2.33,0,0,1,1.17-2L7.86,15l.91-.1a4,4,0,0,0,2.38,1.57ZM12,14.55a2,2,0,1,1,2-2A2,2,0,0,1,12,14.55Zm5.82,3.22a2.36,2.36,0,0,1-2.68,1.94,2.39,2.39,0,0,1-2-1.85l-.14-.6.21-.92a4,4,0,0,0,2.2-1.76l.5.3.09,0,.66.39A2.38,2.38,0,0,1,17.82,17.77Zm1.94-6a2.39,2.39,0,0,1-2.13,1.33h-.24L16.75,13,16,12.59v0a4,4,0,0,0-1-2.64l.43-.37,0,0L16.06,9a2.37,2.37,0,0,1,3.7,2.82Z\"/></svg></li><li title=\"focus add \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M8,20H5a1,1,0,0,1-1-1V16a1,1,0,0,0-2,0v3a3,3,0,0,0,3,3H8a1,1,0,0,0,0-2ZM3,9A1,1,0,0,0,4,8V5A1,1,0,0,1,5,4H8A1,1,0,0,0,8,2H5A3,3,0,0,0,2,5V8A1,1,0,0,0,3,9ZM19,2H16a1,1,0,0,0,0,2h3a1,1,0,0,1,1,1V8a1,1,0,0,0,2,0V5A3,3,0,0,0,19,2ZM16,12a1,1,0,0,0-1-1H13V9a1,1,0,0,0-2,0v2H9a1,1,0,0,0,0,2h2v2a1,1,0,0,0,2,0V13h2A1,1,0,0,0,16,12Zm5,3a1,1,0,0,0-1,1v3a1,1,0,0,1-1,1H16a1,1,0,0,0,0,2h3a3,3,0,0,0,3-3V16A1,1,0,0,0,21,15Z\"/></svg></li><li title=\"focus target \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M3,9A1,1,0,0,0,4,8V5A1,1,0,0,1,5,4H8A1,1,0,0,0,8,2H5A3,3,0,0,0,2,5V8A1,1,0,0,0,3,9ZM8,20H5a1,1,0,0,1-1-1V16a1,1,0,0,0-2,0v3a3,3,0,0,0,3,3H8a1,1,0,0,0,0-2Zm9-7a1,1,0,0,0,0-2H15.86A4,4,0,0,0,13,8.14V7a1,1,0,0,0-2,0V8.14A4,4,0,0,0,8.14,11H7a1,1,0,0,0,0,2H8.14A4,4,0,0,0,11,15.86V17a1,1,0,0,0,2,0V15.86A4,4,0,0,0,15.86,13Zm-5,1a2,2,0,1,1,2-2A2,2,0,0,1,12,14Zm9,1a1,1,0,0,0-1,1v3a1,1,0,0,1-1,1H16a1,1,0,0,0,0,2h3a3,3,0,0,0,3-3V16A1,1,0,0,0,21,15ZM19,2H16a1,1,0,0,0,0,2h3a1,1,0,0,1,1,1V8a1,1,0,0,0,2,0V5A3,3,0,0,0,19,2Z\"/></svg></li><li title=\"focus \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M8,2H3A1,1,0,0,0,2,3V8A1,1,0,0,0,4,8V4H8A1,1,0,0,0,8,2ZM8,20H4V16a1,1,0,0,0-2,0v5a1,1,0,0,0,1,1H8a1,1,0,0,0,0-2ZM21,2H16a1,1,0,0,0,0,2h4V8a1,1,0,0,0,2,0V3A1,1,0,0,0,21,2Zm0,13a1,1,0,0,0-1,1v4H16a1,1,0,0,0,0,2h5a1,1,0,0,0,1-1V16A1,1,0,0,0,21,15Z\"/></svg></li><li title=\"folder check \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M14.29,10.79,11,14.09l-1.29-1.3a1,1,0,0,0-1.42,1.42l2,2a1,1,0,0,0,1.42,0l4-4a1,1,0,0,0-1.42-1.42ZM19,5.5H12.72l-.32-1a3,3,0,0,0-2.84-2H5a3,3,0,0,0-3,3v13a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V8.5A3,3,0,0,0,19,5.5Zm1,13a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V5.5a1,1,0,0,1,1-1H9.56a1,1,0,0,1,.95.68l.54,1.64A1,1,0,0,0,12,7.5h7a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"folder download \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M13.29,13.79l-.29.3V11.5a1,1,0,0,0-2,0v2.59l-.29-.3a1,1,0,0,0-1.42,1.42l2,2a1,1,0,0,0,.33.21.94.94,0,0,0,.76,0,1,1,0,0,0,.33-.21l2-2a1,1,0,0,0-1.42-1.42ZM19,5.5H12.72l-.32-1a3,3,0,0,0-2.84-2H5a3,3,0,0,0-3,3v13a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V8.5A3,3,0,0,0,19,5.5Zm1,13a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V5.5a1,1,0,0,1,1-1H9.56a1,1,0,0,1,.95.68l.54,1.64A1,1,0,0,0,12,7.5h7a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"folder exclamation \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12.92,16.12a.76.76,0,0,0-.09-.18,1.58,1.58,0,0,0-.12-.15l-.15-.12-.18-.09a.6.6,0,0,0-.19-.06,1,1,0,0,0-.9.27l-.12.15a.76.76,0,0,0-.09.18.64.64,0,0,0-.06.18,1.36,1.36,0,0,0,0,.2,1,1,0,0,0,.08.38,1.15,1.15,0,0,0,.21.33,1,1,0,0,0,1.09.22,1.46,1.46,0,0,0,.33-.22,1.46,1.46,0,0,0,.22-.33A1,1,0,0,0,13,16.5a1.36,1.36,0,0,0,0-.2A.64.64,0,0,0,12.92,16.12ZM12,10.5a1,1,0,0,0-1,1v2a1,1,0,0,0,2,0v-2A1,1,0,0,0,12,10.5Zm7-5H12.72l-.32-1a3,3,0,0,0-2.84-2H5a3,3,0,0,0-3,3v13a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V8.5A3,3,0,0,0,19,5.5Zm1,13a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V5.5a1,1,0,0,1,1-1H9.56a1,1,0,0,1,.95.68l.54,1.64A1,1,0,0,0,12,7.5h7a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"folder heart \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,9.84a2.92,2.92,0,0,0-3.43,4.65l2.72,2.72a1,1,0,0,0,1.42,0l2.72-2.72A2.92,2.92,0,0,0,12,9.84Zm2,3.23-2,2-2-2a.92.92,0,0,1,0-1.3.92.92,0,0,1,1.3,0,1,1,0,0,0,1.42,0,.92.92,0,0,1,1.3,1.3ZM19,5.5H12.72l-.32-1a3,3,0,0,0-2.84-2H5a3,3,0,0,0-3,3v13a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V8.5A3,3,0,0,0,19,5.5Zm1,13a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V5.5a1,1,0,0,1,1-1H9.56a1,1,0,0,1,.95.68l.54,1.64A1,1,0,0,0,12,7.5h7a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"folder info \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,13.5a1,1,0,0,0-1,1v2a1,1,0,0,0,2,0v-2A1,1,0,0,0,12,13.5Zm7-8H12.72l-.32-1a3,3,0,0,0-2.84-2H5a3,3,0,0,0-3,3v13a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V8.5A3,3,0,0,0,19,5.5Zm1,13a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V5.5a1,1,0,0,1,1-1H9.56a1,1,0,0,1,.95.68l.54,1.64A1,1,0,0,0,12,7.5h7a1,1,0,0,1,1,1Zm-7.29-7.71a1,1,0,0,0-1.09-.21.93.93,0,0,0-.33.21,1.05,1.05,0,0,0-.29.71,1,1,0,0,0,.29.7,1,1,0,0,0,1.42,0,1,1,0,0,0,.29-.7,1,1,0,0,0-.08-.38A.93.93,0,0,0,12.71,10.79Z\"/></svg></li><li title=\"folder lock \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M4,4H8.56a1,1,0,0,1,.95.68l.54,1.64A1,1,0,0,0,11,7h7a1,1,0,0,1,1,1,1,1,0,0,0,2,0,3,3,0,0,0-3-3H11.72l-.32-1A3,3,0,0,0,8.56,2H4A3,3,0,0,0,1,5V18a3,3,0,0,0,3,3h6a1,1,0,0,0,0-2H4a1,1,0,0,1-1-1V5A1,1,0,0,1,4,4ZM21,15.18V14a3,3,0,0,0-6,0v1.18A3,3,0,0,0,13,18v2a3,3,0,0,0,3,3h4a3,3,0,0,0,3-3V18A3,3,0,0,0,21,15.18ZM17,14a1,1,0,0,1,2,0v1H17Zm4,6a1,1,0,0,1-1,1H16a1,1,0,0,1-1-1V18a1,1,0,0,1,1-1h4a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"folder medical \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M14,12.5H13v-1a1,1,0,0,0-2,0v1H10a1,1,0,0,0,0,2h1v1a1,1,0,0,0,2,0v-1h1a1,1,0,0,0,0-2Zm5-7H12.72l-.32-1a3,3,0,0,0-2.84-2H5a3,3,0,0,0-3,3v13a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V8.5A3,3,0,0,0,19,5.5Zm1,13a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V5.5a1,1,0,0,1,1-1H9.56a1,1,0,0,1,.95.68l.54,1.64A1,1,0,0,0,12,7.5h7a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"folder minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M14,12.5H10a1,1,0,0,0,0,2h4a1,1,0,0,0,0-2Zm5-7H12.72l-.32-1a3,3,0,0,0-2.84-2H5a3,3,0,0,0-3,3v13a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V8.5A3,3,0,0,0,19,5.5Zm1,13a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V5.5a1,1,0,0,1,1-1H9.56a1,1,0,0,1,.95.68l.54,1.64A1,1,0,0,0,12,7.5h7a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"folder network \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M21,18H14.82A3,3,0,0,0,13,16.18V14h3.67A2.34,2.34,0,0,0,19,11.67V6.33A2.34,2.34,0,0,0,16.67,4h-4l-.13-.41A2.34,2.34,0,0,0,10.37,2h-3A2.34,2.34,0,0,0,5,4.33v7.34A2.34,2.34,0,0,0,7.33,14H11v2.18A3,3,0,0,0,9.18,18H3a1,1,0,0,0,0,2H9.18a3,3,0,0,0,5.64,0H21a1,1,0,0,0,0-2ZM7.33,12A.33.33,0,0,1,7,11.67V4.33A.33.33,0,0,1,7.33,4h3a.33.33,0,0,1,.32.23l.36,1.09A1,1,0,0,0,12,6h4.67a.33.33,0,0,1,.33.33v5.34a.33.33,0,0,1-.33.33ZM12,20a1,1,0,1,1,1-1A1,1,0,0,1,12,20Z\"/></svg></li><li title=\"folder open \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M22.78,10.37A1,1,0,0,0,22,10H20V9a3,3,0,0,0-3-3H10.72l-.32-1A3,3,0,0,0,7.56,3H4A3,3,0,0,0,1,6V18a3,3,0,0,0,3,3H18.4a3,3,0,0,0,2.92-2.35L23,11.22A1,1,0,0,0,22.78,10.37ZM5.37,18.22a1,1,0,0,1-1,.78H4a1,1,0,0,1-1-1V6A1,1,0,0,1,4,5H7.56a1,1,0,0,1,1,.68l.54,1.64A1,1,0,0,0,10,8h7a1,1,0,0,1,1,1v1H8a1,1,0,0,0-1,.78Zm14,0a1,1,0,0,1-1,.78H7.21a1.42,1.42,0,0,0,.11-.35L8.8,12h12Z\"/></svg></li><li title=\"folder plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M14,12.5H13v-1a1,1,0,0,0-2,0v1H10a1,1,0,0,0,0,2h1v1a1,1,0,0,0,2,0v-1h1a1,1,0,0,0,0-2Zm5-7H12.72l-.32-1a3,3,0,0,0-2.84-2H5a3,3,0,0,0-3,3v13a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V8.5A3,3,0,0,0,19,5.5Zm1,13a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V5.5a1,1,0,0,1,1-1H9.56a1,1,0,0,1,.95.68l.54,1.64A1,1,0,0,0,12,7.5h7a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"folder question \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12.57,16.3a.64.64,0,0,0-.15-.13l-.17-.09L12.06,16a1,1,0,0,0-.9.28,1,1,0,0,0-.22.32,1,1,0,0,0-.07.39,1,1,0,0,0,.29.7,1,1,0,0,0,.32.22,1,1,0,0,0,.39.07,1,1,0,0,0,.38-.07,1,1,0,0,0,.32-.22,1,1,0,0,0,.3-.7,1,1,0,0,0-.08-.39A.87.87,0,0,0,12.57,16.3ZM11.87,9a3,3,0,0,0-2.6,1.5,1,1,0,1,0,1.73,1,1,1,0,0,1,1.87.5,1,1,0,0,1-1,1,1,1,0,1,0,0,2,3,3,0,0,0,0-6ZM19,5.5H12.72l-.32-1a3,3,0,0,0-2.84-2H5a3,3,0,0,0-3,3v13a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V8.5A3,3,0,0,0,19,5.5Zm1,13a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V5.5a1,1,0,0,1,1-1H9.56a1,1,0,0,1,.95.68l.54,1.64A1,1,0,0,0,12,7.5h7a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"folder slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M21.71,20.29l-1.6-1.6h0L3.71,2.29A1,1,0,0,0,2.29,3.71L3.69,5.1A3,3,0,0,0,3,7V18a3,3,0,0,0,3,3H18a3,3,0,0,0,1.29-.3l1,1a1,1,0,0,0,1.42,0A1,1,0,0,0,21.71,20.29ZM6,19a1,1,0,0,1-1-1V7a1,1,0,0,1,.12-.46L17.59,19ZM10.62,6a1,1,0,0,1,.89.67l.54,1.64A1,1,0,0,0,13,9h5a1,1,0,0,1,1,1v4.34a1,1,0,1,0,2,0V10a3,3,0,0,0-3-3H13.72L13.4,6a3,3,0,0,0-2.68-2,1,1,0,0,0-.1,2Z\"/></svg></li><li title=\"folder times \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M14.71,10.79a1,1,0,0,0-1.42,0L12,12.09l-1.29-1.3a1,1,0,0,0-1.42,1.42l1.3,1.29-1.3,1.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L12,14.91l1.29,1.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42l-1.3-1.29,1.3-1.29A1,1,0,0,0,14.71,10.79ZM19,5.5H12.72l-.32-1a3,3,0,0,0-2.84-2H5a3,3,0,0,0-3,3v13a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V8.5A3,3,0,0,0,19,5.5Zm1,13a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V5.5a1,1,0,0,1,1-1H9.56a1,1,0,0,1,.95.68l.54,1.64A1,1,0,0,0,12,7.5h7a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"folder upload \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12.71,10.79a1,1,0,0,0-.33-.21,1,1,0,0,0-.76,0,1,1,0,0,0-.33.21l-2,2a1,1,0,0,0,1.42,1.42l.29-.3V16.5a1,1,0,0,0,2,0V13.91l.29.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42ZM19,5.5H12.72l-.32-1a3,3,0,0,0-2.84-2H5a3,3,0,0,0-3,3v13a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V8.5A3,3,0,0,0,19,5.5Zm1,13a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V5.5a1,1,0,0,1,1-1H9.56a1,1,0,0,1,.95.68l.54,1.64A1,1,0,0,0,12,7.5h7a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"folder \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19,5.5H12.72l-.32-1a3,3,0,0,0-2.84-2H5a3,3,0,0,0-3,3v13a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V8.5A3,3,0,0,0,19,5.5Zm1,13a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V5.5a1,1,0,0,1,1-1H9.56a1,1,0,0,1,.95.68l.54,1.64A1,1,0,0,0,12,7.5h7a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"font \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M21,20H20V3a1,1,0,0,0-1-1H15.5a1,1,0,0,0-.86.5L4.43,20H3a1,1,0,0,0,0,2H7a1,1,0,0,0,0-2H6.74l3.5-6H18v6H17a1,1,0,0,0,0,2h4a1,1,0,0,0,0-2Zm-3-8H11.41l4.66-8H18Z\"/></svg></li><li title=\"football american \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M21.84,5.56A4.08,4.08,0,0,0,20.7,3.31h0a4.08,4.08,0,0,0-2.25-1.14,13.65,13.65,0,0,0-5.29.24,1.17,1.17,0,0,0-.2.06,14.44,14.44,0,0,0-6.69,3.8A14.59,14.59,0,0,0,2.45,13c0,.06,0,.12-.05.19a13.7,13.7,0,0,0-.24,5.3A4.08,4.08,0,0,0,3.3,20.69h0a4.08,4.08,0,0,0,2.25,1.14A13.12,13.12,0,0,0,7.63,22a13.8,13.8,0,0,0,3.26-.41l.14,0a14.54,14.54,0,0,0,10.52-10.5c0-.06,0-.12.05-.19A13.7,13.7,0,0,0,21.84,5.56ZM16.37,4a10.44,10.44,0,0,1,1.76.14,1.68,1.68,0,0,1,.24.07L17,5.59,15.46,4.05C15.76,4,16.07,4,16.37,4ZM7.67,7.67a12.72,12.72,0,0,1,5.4-3.19L15.59,7,13.44,9.15l-.73-.73a1,1,0,0,0-1.42,0,1,1,0,0,0,0,1.41l.73.73L10.56,12l-.73-.73a1,1,0,0,0-1.41,0,1,1,0,0,0,0,1.42l.73.73L7,15.59,4.49,13.08A12.67,12.67,0,0,1,7.67,7.67ZM4.21,18.37a1.68,1.68,0,0,1-.07-.24A11.38,11.38,0,0,1,4,15.46L5.59,17Zm1.66,1.49a1.68,1.68,0,0,1-.24-.07L7,18.41,8.54,20A11.38,11.38,0,0,1,5.87,19.86Zm10.46-3.53a12.67,12.67,0,0,1-5.41,3.18L8.41,17l2.15-2.15.73.73a1,1,0,1,0,1.42-1.41L12,13.44,13.44,12l.73.73a1,1,0,0,0,.71.29,1,1,0,0,0,.7-1.71l-.73-.73L17,8.41l2.51,2.51A12.67,12.67,0,0,1,16.33,16.33ZM20,8.54,18.41,7l1.38-1.37a1.68,1.68,0,0,1,.07.24A11.38,11.38,0,0,1,20,8.54Z\"/></svg></li><li title=\"football ball \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M21.84,5.56A4.08,4.08,0,0,0,20.7,3.31h0a4.08,4.08,0,0,0-2.25-1.14A14.45,14.45,0,0,0,2.16,18.44,4.08,4.08,0,0,0,3.3,20.69h0a4.08,4.08,0,0,0,2.25,1.14A13.12,13.12,0,0,0,7.63,22a14.37,14.37,0,0,0,10.11-4.26A14.23,14.23,0,0,0,21.84,5.56ZM4.21,18.37a1.68,1.68,0,0,1-.07-.24A12.21,12.21,0,0,1,7.67,7.67,12.39,12.39,0,0,1,16.37,4a10.44,10.44,0,0,1,1.76.14,1.68,1.68,0,0,1,.24.07L13.44,9.15l-.73-.73a1,1,0,0,0-1.42,0,1,1,0,0,0,0,1.41l.73.73L10.56,12l-.73-.73a1,1,0,0,0-1.41,0,1,1,0,0,0,0,1.42l.73.73Zm12.12-2A12.24,12.24,0,0,1,5.87,19.86a1.68,1.68,0,0,1-.24-.07l4.93-4.94.73.73a1,1,0,1,0,1.42-1.41L12,13.44,13.44,12l.73.73a1,1,0,0,0,.71.29,1,1,0,0,0,.7-1.71l-.73-.73,4.94-4.93a1.68,1.68,0,0,1,.07.24A12.21,12.21,0,0,1,16.33,16.33Z\"/></svg></li><li title=\"football \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M20.07,6.11a9.85,9.85,0,0,0-4.3-3.36A10,10,0,0,0,2,12c0,.19,0,.38,0,.56A9.94,9.94,0,0,0,3.33,17a10,10,0,0,0,5.89,4.65h0A10.11,10.11,0,0,0,12,22a9.45,9.45,0,0,0,1.88-.18,10,10,0,0,0,8-8.41A9.46,9.46,0,0,0,22,12,9.83,9.83,0,0,0,20.07,6.11Zm-2,.77L17,9.74l-1.62.44L13,8.49V6.64l2.49-1.81A7.81,7.81,0,0,1,18.11,6.88ZM14,11.67,13.22,14H10.77L10,11.67l2-1.43ZM12,4a8,8,0,0,1,1.11.09L12,4.89l-1.11-.8A8,8,0,0,1,12,4ZM4.88,8.37l.4,1.32-1.13.79A7.88,7.88,0,0,1,4.88,8.37Zm1.37,9.17,1.38.05L8,18.92A8.32,8.32,0,0,1,6.25,17.54ZM8,15.6l-3.15-.11A7.83,7.83,0,0,1,4.07,13l2.49-1.74L8,11.88l.89,2.76Zm.86-5.53-1.56-.7-.91-3A7.93,7.93,0,0,1,8.5,4.83L11,6.64V8.49ZM13,19.93a8.08,8.08,0,0,1-2.63-.12l-.83-2.92.83-.89h3.07l.67,1Zm2.41-.7L15.87,18l1.36.07A7.83,7.83,0,0,1,15.38,19.23Zm3.46-3.12L15.76,16l-.71-1.1.89-2.76,1.51-.41,2.36,2A7.84,7.84,0,0,1,18.84,16.11Zm.05-5.83L19.4,9a7.4,7.4,0,0,1,.53,2.13Z\"/></svg></li><li title=\"forecastcloud moon tear \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21.7,7.57a1,1,0,0,0-.93-.26,3.2,3.2,0,0,1-.66.08,3,3,0,0,1-3-3,3,3,0,0,1,.08-.65A1,1,0,0,0,16,2.53a4.93,4.93,0,0,0-3.83,4.21A6.24,6.24,0,0,0,10.5,6.5a6,6,0,0,0-5.94,5.13,3.5,3.5,0,0,0-.46,6.58,1.14,1.14,0,0,0,.4.08,1,1,0,0,0,.4-1.92A1.48,1.48,0,0,1,4,15a1.5,1.5,0,0,1,1.5-1.5,1,1,0,0,0,1-1,4,4,0,0,1,4-4,3.92,3.92,0,0,1,2.18.66h0a4,4,0,0,1,1.57,2,1,1,0,0,0,.78.67A2.32,2.32,0,0,1,16,16.11a1,1,0,0,0,1.1,1.68A4.32,4.32,0,0,0,19,14.17a4.23,4.23,0,0,0-.49-2A4.94,4.94,0,0,0,22,8.5,1,1,0,0,0,21.7,7.57Zm-4.59,2.82a2.61,2.61,0,0,1-.42,0A4.6,4.6,0,0,0,16,10a6,6,0,0,0-1.82-2.28c0-.12,0-.25,0-.37a3,3,0,0,1,1.05-2.28,5,5,0,0,0,4.23,4.23A3,3,0,0,1,17.11,10.39Zm-6,3.94a1,1,0,0,0-1.12,0C9.84,14.41,7.5,16,7.5,18.5a3,3,0,0,0,6,0C13.5,16,11.15,14.4,11.06,14.33ZM10.5,19.5a1,1,0,0,1-1-1,3,3,0,0,1,1-2,3,3,0,0,1,1,2A1,1,0,0,1,10.5,19.5Z\"/></svg></li><li title=\"forwaded call \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M14.94,6.56h3.58l-.79.8a1,1,0,0,0,0,1.41,1,1,0,0,0,1.41,0l2.5-2.5a1,1,0,0,0,0-1.41l-2.5-2.5a1,1,0,0,0-1.41,1.41l.79.79H14.94a1,1,0,0,0,0,2ZM19.44,13c-.22,0-.45-.07-.67-.12a9.44,9.44,0,0,1-1.31-.39,2,2,0,0,0-2.48,1l-.22.45a12.18,12.18,0,0,1-2.66-2,12.18,12.18,0,0,1-2-2.66L10.52,9a2,2,0,0,0,1-2.48,10.33,10.33,0,0,1-.39-1.31c-.05-.22-.09-.45-.12-.68a3,3,0,0,0-3-2.49h-3a3,3,0,0,0-3,3.41A19,19,0,0,0,18.53,21.91l.38,0a3,3,0,0,0,2-.76,3,3,0,0,0,1-2.25v-3A3,3,0,0,0,19.44,13Zm.5,6a1,1,0,0,1-.34.75,1.06,1.06,0,0,1-.82.25A17,17,0,0,1,4.07,5.22a1.09,1.09,0,0,1,.25-.82,1,1,0,0,1,.75-.34h3a1,1,0,0,1,1,.79q.06.41.15.81a11.12,11.12,0,0,0,.46,1.55l-1.4.65a1,1,0,0,0-.49,1.33,14.49,14.49,0,0,0,7,7,1,1,0,0,0,.76,0,1,1,0,0,0,.57-.52l.62-1.4a13.69,13.69,0,0,0,1.58.46q.4.09.81.15a1,1,0,0,1,.79,1Z\"/></svg></li><li title=\"forward \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M20.67,9.69,14,5.84a2.67,2.67,0,0,0-4,2.31h0L6,5.84A2.67,2.67,0,0,0,2,8.15v7.7a2.63,2.63,0,0,0,1.33,2.3,2.61,2.61,0,0,0,1.34.37A2.69,2.69,0,0,0,6,18.16l4-2.31h0a2.65,2.65,0,0,0,1.33,2.31,2.66,2.66,0,0,0,2.67,0l6.67-3.85a2.67,2.67,0,0,0,0-4.62ZM10,13.54,5,16.42a.67.67,0,0,1-1-.57V8.15a.67.67,0,0,1,1-.57l5,2.88Zm9.67-1L13,16.43a.69.69,0,0,1-.67,0,.66.66,0,0,1-.33-.58V8.15a.66.66,0,0,1,.33-.58.78.78,0,0,1,.34-.09.63.63,0,0,1,.33.09l6.67,3.85a.67.67,0,0,1,0,1.16Z\"/></svg></li><li title=\"frown \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M8.36,15.33a1,1,0,0,0-.13,1.4,1,1,0,0,0,1.41.13,3.76,3.76,0,0,1,4.72,0,1,1,0,0,0,1.41-.13,1,1,0,0,0-.13-1.4A5.81,5.81,0,0,0,8.36,15.33ZM9,11a1,1,0,1,0-1-1A1,1,0,0,0,9,11Zm3-9A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20ZM15,9a1,1,0,1,0,1,1A1,1,0,0,0,15,9Z\"/></svg></li><li title=\"game structure \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M21,18H19V15a1,1,0,0,0-1-1H13V11.29l1.13.59a1,1,0,0,0,1.45-1.05l-.4-2.37L16.9,6.77a1,1,0,0,0,.26-1,1,1,0,0,0-.81-.68L14,4.72,12.9,2.56a1,1,0,0,0-1.8,0L10,4.72l-2.39.35a1,1,0,0,0-.81.68,1,1,0,0,0,.26,1L8.82,8.46l-.4,2.37a1,1,0,0,0,1.45,1.05L11,11.29V14H6a1,1,0,0,0-1,1v3H3a1,1,0,0,0-1,1v2a1,1,0,0,0,2,0V20H8v1a1,1,0,0,0,2,0V19a1,1,0,0,0-1-1H7V16H17v2H15a1,1,0,0,0-1,1v2a1,1,0,0,0,2,0V20h4v1a1,1,0,0,0,2,0V19A1,1,0,0,0,21,18ZM12,8.63a1,1,0,0,0-.47.12l-.8.42.15-.9a1,1,0,0,0-.29-.88l-.65-.64.9-.13a1,1,0,0,0,.76-.54l.4-.82.4.82a1,1,0,0,0,.76.54l.9.13-.65.64a1,1,0,0,0-.29.88l.15.9-.8-.42A1,1,0,0,0,12,8.63Z\"/></svg></li><li title=\"gift \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M18,7h-.35A3.45,3.45,0,0,0,18,5.5a3.49,3.49,0,0,0-6-2.44A3.49,3.49,0,0,0,6,5.5,3.45,3.45,0,0,0,6.35,7H6a3,3,0,0,0-3,3v2a1,1,0,0,0,1,1H5v6a3,3,0,0,0,3,3h8a3,3,0,0,0,3-3V13h1a1,1,0,0,0,1-1V10A3,3,0,0,0,18,7ZM11,20H8a1,1,0,0,1-1-1V13h4Zm0-9H5V10A1,1,0,0,1,6,9h5Zm0-4H9.5A1.5,1.5,0,1,1,11,5.5Zm2-1.5A1.5,1.5,0,1,1,14.5,7H13ZM17,19a1,1,0,0,1-1,1H13V13h4Zm2-8H13V9h5a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"github alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M10.07031,20.50291a1.00008,1.00008,0,0,0-1.18115-.9834c-1.30908.24024-2.96191.27637-3.40137-.958a5.70754,5.70754,0,0,0-1.83691-2.415,1.20073,1.20073,0,0,1-.1665-.10938,1,1,0,0,0-.93067-.64551H2.54883a.99965.99965,0,0,0-1,.99512c-.00391.81543.811,1.33789,1.1416,1.51465a4.4408,4.4408,0,0,1,.92383,1.35937c.36426,1.02344,1.42285,2.57617,4.46582,2.376.001.03516.00195.06836.00244.09863l.00439.26758a1,1,0,0,0,2,0l-.00488-.31836C10.07715,21.4951,10.07031,21.22068,10.07031,20.50291Zm10.667-15.126c.03174-.125.063-.26367.09034-.41992a6.27792,6.27792,0,0,0-.40821-3.293,1.002,1.002,0,0,0-.61572-.58007c-.356-.12012-1.67041-.35645-4.18408,1.25a13.86918,13.86918,0,0,0-6.354,0C6.76221.751,5.45459.9658,5.10205,1.07908a.99744.99744,0,0,0-.63135.584,6.3003,6.3003,0,0,0-.40332,3.35644c.02442.12793.05078.2461.07813.35449A6.26928,6.26928,0,0,0,2.89014,9.20311a8.42168,8.42168,0,0,0,.04248.92187c.334,4.60254,3.334,5.98438,5.42431,6.459-.04345.125-.083.25878-.11816.40039a1.00023,1.00023,0,0,0,1.94238.47851,1.6784,1.6784,0,0,1,.46778-.87793.99947.99947,0,0,0-.5459-1.74512c-3.4541-.39453-4.95362-1.80175-5.1792-4.89843a6.61076,6.61076,0,0,1-.03369-.73828,4.25769,4.25769,0,0,1,.91943-2.71289,3.022,3.022,0,0,1,.1958-.23145.99988.99988,0,0,0,.188-1.02441,3.3876,3.3876,0,0,1-.15527-.55567A4.09356,4.09356,0,0,1,6.1167,3.06346a7.54263,7.54263,0,0,1,2.415,1.17968,1.00877,1.00877,0,0,0,.82764.13282,11.77716,11.77716,0,0,1,6.17285.001,1.00549,1.00549,0,0,0,.83056-.13769,7.572,7.572,0,0,1,2.40528-1.19043,4.03977,4.03977,0,0,1,.0874,1.57812,3.205,3.205,0,0,1-.16895.60743.9999.9999,0,0,0,.188,1.02441c.07715.08691.1543.18066.22363.26855A4.12186,4.12186,0,0,1,20,9.20311a7.03888,7.03888,0,0,1-.0376.77734c-.22021,3.05566-1.72558,4.46387-5.1958,4.85937a1,1,0,0,0-.54541,1.7461,1.63079,1.63079,0,0,1,.46631.9082,3.06079,3.06079,0,0,1,.09229.81934v2.334C14.77,21.2949,14.77,21.78025,14.77,22.00291a1,1,0,1,0,2,0c0-.2168,0-.69238.00977-1.33984V18.31346a4.8815,4.8815,0,0,0-.15479-1.31153,4.25638,4.25638,0,0,0-.11621-.416,6.51258,6.51258,0,0,0,5.44531-6.42383A8.69677,8.69677,0,0,0,22,9.20311,6.13062,6.13062,0,0,0,20.7373,5.37693Z\"/></svg></li><li title=\"github \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M12,2.2467A10.00042,10.00042,0,0,0,8.83752,21.73419c.5.08752.6875-.21247.6875-.475,0-.23749-.01251-1.025-.01251-1.86249C7,19.85919,6.35,18.78423,6.15,18.22173A3.636,3.636,0,0,0,5.125,16.8092c-.35-.1875-.85-.65-.01251-.66248A2.00117,2.00117,0,0,1,6.65,17.17169a2.13742,2.13742,0,0,0,2.91248.825A2.10376,2.10376,0,0,1,10.2,16.65923c-2.225-.25-4.55-1.11254-4.55-4.9375a3.89187,3.89187,0,0,1,1.025-2.6875,3.59373,3.59373,0,0,1,.1-2.65s.83747-.26251,2.75,1.025a9.42747,9.42747,0,0,1,5,0c1.91248-1.3,2.75-1.025,2.75-1.025a3.59323,3.59323,0,0,1,.1,2.65,3.869,3.869,0,0,1,1.025,2.6875c0,3.83747-2.33752,4.6875-4.5625,4.9375a2.36814,2.36814,0,0,1,.675,1.85c0,1.33752-.01251,2.41248-.01251,2.75,0,.26251.1875.575.6875.475A10.0053,10.0053,0,0,0,12,2.2467Z\"/></svg></li><li title=\"gitlab \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M21.93927,12.86542,20.87433,9.58563l.0011.00446L20.87415,9.585l-.00007-.00024V9.58459L18.76,3.07593a.83318.83318,0,0,0-.79865-.57013.82178.82178,0,0,0-.78851.57519L15.16614,9.25885H8.83435L6.82391,3.08057a.82167.82167,0,0,0-.78839-.57483H6.03107a.83857.83857,0,0,0-.796.57544L3.12683,9.58392l-.0003.00086V9.5849l-.00129.005.0011-.00451-1.06884,3.28a1.19529,1.19529,0,0,0,.43426,1.33917l9.229,6.70557.00428.00262.01178.00836-.011-.00787-.00006-.00006.00189.00116.00165.001.00018.00013a.46566.46566,0,0,0,.04444.02734l.00616.00378.00012.00007.00379.00213.003.00122.00219.00086.00531.00225.02472.01032.02314.0097.001.00043.00385.00159.00488.00177.00195.00049.00641.00152.00244.00055c.01111.00336.02259.0058.03406.00836l.01331.00324.00195.00049.00439.001.00727.00153.00586.00049.001.00006h.0003A.4672.4672,0,0,0,11.99731,21h.0008a.46889.46889,0,0,0,.0664-.00531h.00025l.0011-.00006.00592-.00049.00732-.00153.00434-.001.00189-.00049.01361-.0033.03363-.00824.00232-.00049.00659-.00164.002-.00043.005-.00183.00378-.00159.001-.00043.02454-.01019.02282-.00958.0055-.00232.00225-.00092.00306-.00128.004-.00219.00006-.00007.00635-.0039a.46772.46772,0,0,0,.04419-.02716l.0036-.00214.00092-.00061.00433-.00268,9.23041-6.70563A1.19522,1.19522,0,0,0,21.93927,12.86542Zm-3.972-9.17975L19.7774,9.25885H16.157ZM6.02979,3.68561,7.84332,9.25885H4.223ZM3.046,13.44238a.25481.25481,0,0,1-.09222-.28546l.79449-2.43829,5.82184,7.464Zm1.494-3.24109h3.6098l2.57342,7.92737Zm7.16467,10.69642-.00537-.00458-.00116-.001-.01044-.009-.01965-.01807.00165.00134.00219.00184a.47345.47345,0,0,0,.04261.03631l.00048.00037.002.00177Zm.29352-1.8938-1.51435-4.66468L9.1405,10.20129h5.71936Zm.30993,1.87921-.01055.00909-.00123.0011-.00531.00452-.0122.009.002-.00171.00037-.0003a.45512.45512,0,0,0,.04242-.0362l.00171-.0014.00213-.00183Zm3.54279-10.68183h3.60956l-.73865.94642-5.448,6.98046Zm5.10028,3.24091-6.52319,4.73889,5.82373-7.46191.79138,2.43725A.25519.25519,0,0,1,20.95111,13.4422Z\"/></svg></li><li title=\"glass martini alt slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M19.71,16.29l-14-14A1,1,0,0,0,4.29,3.71L6.59,6H5a1,1,0,0,0-.9.57,1,1,0,0,0,.12,1L11,16.1V20H6.75a1,1,0,0,0,0,2h10.5a1,1,0,0,0,0-2H13V16.1l1.64-2,3.65,3.65a1,1,0,0,0,1.42,0A1,1,0,0,0,19.71,16.29ZM7.08,8H8.59l1.89,1.89H8.59ZM12,14.15l-1.81-2.26h2.29l.74.74ZM14.66,8h2.26l-.63.79a1,1,0,0,0,.15,1.4,1,1,0,0,0,.63.22,1,1,0,0,0,.78-.37l1.93-2.42a1,1,0,0,0,.12-1A1,1,0,0,0,19,6H14.66a1,1,0,0,0,0,2Z\"/></svg></li><li title=\"glass martini alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21.78,3.62a1,1,0,0,0,.12-1.05A1,1,0,0,0,21,2H3a1,1,0,0,0-.9.57,1,1,0,0,0,.12,1.05L11,14.6V20H5.25a1,1,0,0,0,0,2h13.5a1,1,0,0,0,0-2H13V14.6ZM5.08,4H18.92l-2.4,3h-9ZM12,12.65,9.08,9h5.84Z\"/></svg></li><li title=\"glass martini \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M18,20H13V14.94A9,9,0,0,0,21,6a8.72,8.72,0,0,0-.67-3.39,1,1,0,0,0-.22-.32L20,2.21a.92.92,0,0,0-.21-.13A.94.94,0,0,0,19.51,2l-.1,0H4.59L4.5,2a.94.94,0,0,0-.29.06A2.12,2.12,0,0,0,4,2.2l-.12.09a1,1,0,0,0-.22.32A8.72,8.72,0,0,0,3,6a9,9,0,0,0,8,8.94V20H6a1,1,0,0,0,0,2H18a1,1,0,0,0,0-2ZM5,6a6.91,6.91,0,0,1,.29-2H18.71A6.91,6.91,0,0,1,19,6,7,7,0,0,1,5,6Z\"/></svg></li><li title=\"glass tea \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M19,3a3,3,0,0,0-2.23-1H7.23a3,3,0,0,0-3,3.33l1.56,14a3,3,0,0,0,3,2.67h6.42a3,3,0,0,0,3-2.67l1.56-14A3,3,0,0,0,19,3ZM16.2,19.11a1,1,0,0,1-1,.89H8.79a1,1,0,0,1-1-.89L6.78,10H17.22ZM17.44,8H6.56L6.24,5.11a1,1,0,0,1,.25-.78A1,1,0,0,1,7.23,4h9.54a1,1,0,0,1,.74.33,1,1,0,0,1,.25.78ZM14,18a1,1,0,0,0,1-1V13a1,1,0,0,0-2,0v4A1,1,0,0,0,14,18Zm-4,0a1,1,0,0,0,1-1V13a1,1,0,0,0-2,0v4A1,1,0,0,0,10,18Z\"/></svg></li><li title=\"glass \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19.75,2.33A1,1,0,0,0,19,2H5a1,1,0,0,0-.75.33A1,1,0,0,0,4,3.11l1.8,16.22a3,3,0,0,0,3,2.67h6.42a3,3,0,0,0,3-2.67L20,3.11A1,1,0,0,0,19.75,2.33ZM16.2,19.11a1,1,0,0,1-1,.89H8.79a1,1,0,0,1-1-.89L6.78,10H17.22ZM17.44,8H6.56L6.12,4H17.88Z\"/></svg></li><li title=\"globe \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21.41,8.64s0,0,0-.05a10,10,0,0,0-18.78,0s0,0,0,.05a9.86,9.86,0,0,0,0,6.72s0,0,0,.05a10,10,0,0,0,18.78,0s0,0,0-.05a9.86,9.86,0,0,0,0-6.72ZM4.26,14a7.82,7.82,0,0,1,0-4H6.12a16.73,16.73,0,0,0,0,4Zm.82,2h1.4a12.15,12.15,0,0,0,1,2.57A8,8,0,0,1,5.08,16Zm1.4-8H5.08A8,8,0,0,1,7.45,5.43,12.15,12.15,0,0,0,6.48,8ZM11,19.7A6.34,6.34,0,0,1,8.57,16H11ZM11,14H8.14a14.36,14.36,0,0,1,0-4H11Zm0-6H8.57A6.34,6.34,0,0,1,11,4.3Zm7.92,0h-1.4a12.15,12.15,0,0,0-1-2.57A8,8,0,0,1,18.92,8ZM13,4.3A6.34,6.34,0,0,1,15.43,8H13Zm0,15.4V16h2.43A6.34,6.34,0,0,1,13,19.7ZM15.86,14H13V10h2.86a14.36,14.36,0,0,1,0,4Zm.69,4.57a12.15,12.15,0,0,0,1-2.57h1.4A8,8,0,0,1,16.55,18.57ZM19.74,14H17.88A16.16,16.16,0,0,0,18,12a16.28,16.28,0,0,0-.12-2h1.86a7.82,7.82,0,0,1,0,4Z\"/></svg></li><li title=\"gold \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M8,11h8a1,1,0,0,0,.77-.37A1,1,0,0,0,17,9.8l-1-5A1,1,0,0,0,15,4H9a1,1,0,0,0-1,.8l-1,5a1,1,0,0,0,.21.83A1,1,0,0,0,8,11ZM9.82,6h4.36l.6,3H9.22ZM22,13.8a1,1,0,0,0-1-.8H15a1,1,0,0,0-1,.8l-1,5a1,1,0,0,0,.21.83A1,1,0,0,0,14,20h8a1,1,0,0,0,.77-.37A1,1,0,0,0,23,18.8ZM15.22,18l.6-3h4.36l.6,3ZM9,13H3a1,1,0,0,0-1,.8l-1,5a1,1,0,0,0,.21.83A1,1,0,0,0,2,20h8a1,1,0,0,0,.77-.37A1,1,0,0,0,11,18.8l-1-5A1,1,0,0,0,9,13ZM3.22,18l.6-3H8.18l.6,3Z\"/></svg></li><li title=\"golf ball \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M14,9a1,1,0,1,0,1,1A1,1,0,0,0,14,9Zm0-3a1,1,0,1,0,1,1A1,1,0,0,0,14,6ZM12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20ZM17,8a1,1,0,1,0,1,1A1,1,0,0,0,17,8Z\"/></svg></li><li title=\"google drive alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M22,14.44a.62.62,0,0,0,0-.13.61.61,0,0,1,0-.12l-.05-.12h0l-6-10.29A1,1,0,0,0,15,3.29H9a1,1,0,0,0-.5.13l-.11.08a.73.73,0,0,0-.09.08.58.58,0,0,0-.1.12s0,0-.06.08h0l-6,10.33a1,1,0,0,0,0,1l3,5.08h0a.83.83,0,0,0,.11.15l0,.06a1.1,1.1,0,0,0,.44.26h0a.83.83,0,0,0,.22,0H18a1,1,0,0,0,.86-.49l3-5.14h0l.05-.12a.61.61,0,0,1,0-.12.53.53,0,0,0,0-.13.51.51,0,0,0,0-.13A.59.59,0,0,0,22,14.44ZM6,17.73l-1.79-3.1L9,6.27l.87,1.5,1,1.66L7,15.91ZM12,11.41l1.26,2.16H10.72Zm5.43,7.3H7.7l1.84-3.14h9.72Zm-1.86-5.14L10.74,5.29h3.69l4.83,8.28Z\"/></svg></li><li title=\"google drive \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M21.4231,13.88785,15.33356,3.33792H8.66663l6.09,10.54993ZM8.08917,4.33835,2,14.88736l3.33356,5.77472,6.08911-10.54926Zm1.73273,10.549L6.48877,20.66208H18.66663L22,14.88736Z\"/></svg></li><li title=\"google hangouts alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M8.9917,7.69049a2,2,0,0,0,0,4l.01514-.00153v.50147a.501.501,0,0,1-.5.5,1,1,0,0,0,0,2,2.50232,2.50232,0,0,0,2.5-2.5v-2.5A.94144.94144,0,0,0,10.9765,9.54,1.99365,1.99365,0,0,0,8.9917,7.69049Zm2.99951-6.68854a9.78734,9.78734,0,0,0-1,19.52344V22.002a.99911.99911,0,0,0,1.23926.97071A12.53481,12.53481,0,0,0,21.69727,11.998a9.73409,9.73409,0,0,0-9.70606-10.9961ZM19.709,11.78223a10.54778,10.54778,0,0,1-6.71777,8.86035V19.57617a.99942.99942,0,0,0-1-1,7.78711,7.78711,0,1,1,7.78809-7.78711A7.94524,7.94524,0,0,1,19.709,11.78223ZM14.9917,7.69049a2,2,0,1,0,0,4l.01514-.00153v.50147a.501.501,0,0,1-.5.5,1,1,0,0,0,0,2,2.50232,2.50232,0,0,0,2.5-2.5v-2.5A.94144.94144,0,0,0,16.9765,9.54,1.99365,1.99365,0,0,0,14.9917,7.69049Z\"/></svg></li><li title=\"google hangouts \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M20.44411,9.05505a8.50456,8.50456,0,0,0-2.17292-4.334,8.40344,8.40344,0,0,0-1.62213-1.35748,8.48891,8.48891,0,0,0-3.6405-1.30927A4.15272,4.15272,0,0,1,12.52766,2H11.3932c-.01226.02863-.03857.01819-.05944.02014-.29212.02576-.58283.059-.87116.11365A8.45336,8.45336,0,0,0,5.28615,5.2384a8.35853,8.35853,0,0,0-1.8393,4.7085,8.58926,8.58926,0,0,0,.18476,2.52869,8.1479,8.1479,0,0,0,.62426,1.79c.02448.04871.04859.09742.07349.14606A8.601,8.601,0,0,0,6.1125,16.80835a8.5306,8.5306,0,0,0,5.76313,2.33246c.10015.0014.12744.02606.12683.12848-.00458.87353-.00263,1.74719-.00238,2.62085.00006.03393.00268.06775.00464.10986.02825-.01147.04595-.018.063-.02606A17.98894,17.98894,0,0,0,16.558,19.008q.40055-.36466.76892-.76246c.10529-.11334.20972-.22869.31525-.34191.163-.17432.30407-.36908.45776-.55262.17749-.21173.33679-.43676.494-.66327a11.03342,11.03342,0,0,0,.91852-1.5744c.13195-.27887.25756-.55993.36877-.84759a.09617.09617,0,0,0,.01105-.01612,10.277,10.277,0,0,0,.60058-2.439c.03607-.29126.05945-.58435.07422-.87726A8.14067,8.14067,0,0,0,20.44411,9.05505Zm-9.18994,2.81934a2.5047,2.5047,0,0,1-.84,1.87732c-.02844.02637-.056.05389-.08374.08087a2.68427,2.68427,0,0,1-.93378.48065,3.80048,3.80048,0,0,1-.44757.0849.2109.2109,0,0,1-.23492-.15216l.00116-.96814c.00567-.095-.0326-.19678.04352-.28058A.26578.26578,0,0,1,8.897,12.9129a1.77446,1.77446,0,0,0,.49414-.16845,1.13159,1.13159,0,0,0,.53808-.73169c.01215-.05011.02381-.10053.0354-.15088Q8.9438,11.86,7.92323,11.85852a.65268.65268,0,0,1-.17431-.018.413.413,0,0,1-.30652-.38532q-.00192-1.54339.00152-3.087a.46722.46722,0,0,1,.13837-.436.387.387,0,0,1,.25629-.10205q1.50083-.00027,3.00177-.00055a.41616.41616,0,0,1,.39929.52765.38789.38789,0,0,1,.0166.153C11.25649,9.63147,11.26277,10.75317,11.25417,11.87439Zm5.3031.005a2.55694,2.55694,0,0,1-1.55652,2.32789c-.02338.01-.04566.02294-.06848.03442l-.03815.01068-.02161.01227a4.5917,4.5917,0,0,1-.5888.12933.2158.2158,0,0,1-.26941-.21692c-.00153-.10736-.00232-.215-.00318-.32245l.00556-.57727c-.00086-.04254-.00238-.08471-.00226-.127.00018-.14783.057-.2102.24078-.25214a1.31856,1.31856,0,0,0,.63361-.29693,1.26351,1.26351,0,0,0,.37756-.73963l-1.8858-.0036c-.06836-.00012-.13678.00086-.20526-.0003a.419.419,0,0,1-.43244-.43982q.00047-1.52445.00238-3.04877l-.0017-.02936a.43441.43441,0,0,1,.20385-.45166A.38972.38972,0,0,1,13.16,7.83q1.49094-.00082,2.98187-.00086a.41625.41625,0,0,1,.39917.52771.39178.39178,0,0,1,.01654.15289Q16.55757,10.19455,16.55727,11.87939Z\"/></svg></li><li title=\"google play \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M20.91887,10.653c-.31445-.16992-3.01074-1.73438-4.02246-2.32324l-.00293-.002L4.6386,1.25262a1.679,1.679,0,0,0-1.40711-.1593c-.02618.0094-.05078.01886-.07623.03051a1.41835,1.41835,0,0,0-.17291.06922,1.51864,1.51864,0,0,0-.73828,1.36426V21.54266a1.43542,1.43542,0,0,0,.69238,1.2705,1.30761,1.30761,0,0,0,.15479.06373c.02893.01336.05651.025.08636.03552a1.37893,1.37893,0,0,0,.44635.0824,1.67263,1.67263,0,0,0,.83106-.23145c.38867-.22559,12.43847-7.18262,12.43847-7.18262L20.914,13.25945a1.52522,1.52522,0,0,0,.8418-1.334A1.49078,1.49078,0,0,0,20.91887,10.653ZM4.24407,19.839V4.10186l7.94012,7.85907Zm5.018-2.16168,4.34351-4.30957,1.14954,1.13782C13.49047,15.23583,11.35381,16.4696,9.26207,17.67736Zm4.3418-7.125L9.206,6.19933l5.55365,3.2063ZM16.55065,13.469l-1.52539-1.50977L16.553,10.44341c.72027.41828,1.84283,1.06934,2.6159,1.51429Z\"/></svg></li><li title=\"google \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M22.60229,10.00391a1.00005,1.00005,0,0,0-.98388-.82227H12.2a.99974.99974,0,0,0-1,1V14.0498a.99974.99974,0,0,0,1,1h3.9624a3.65162,3.65162,0,0,1-1.13183,1.1875A5.0604,5.0604,0,0,1,12.2,17.02246a4.93525,4.93525,0,0,1-4.64624-3.4378L7.55347,13.583a4.90382,4.90382,0,0,1,0-3.167l.00024-.00165A4.9356,4.9356,0,0,1,12.2,6.97754,4.37756,4.37756,0,0,1,15.3313,8.19531a1.00053,1.00053,0,0,0,1.39844-.01562L19.5979,5.31152a.99918.99918,0,0,0-.02539-1.43847A10.62342,10.62342,0,0,0,12.2,1,10.949,10.949,0,0,0,2.37134,7.05878l-.00147.00177A10.92175,10.92175,0,0,0,1.2,12a11.07862,11.07862,0,0,0,1.16992,4.93945l.00147.00177A10.949,10.949,0,0,0,12.2,23a10.5255,10.5255,0,0,0,7.29468-2.687l.00073-.00049.00079-.00085.00019-.00013.00006-.00012a10.78575,10.78575,0,0,0,3.30365-8.08386A12.51533,12.51533,0,0,0,22.60229,10.00391ZM12.2,3a8.68219,8.68219,0,0,1,5.2085,1.67285L15.95483,6.126A6.46322,6.46322,0,0,0,12.2,4.97754,6.88648,6.88648,0,0,0,6.21069,8.52832L5.14148,7.69958l-.585-.45367A8.95257,8.95257,0,0,1,12.2,3ZM3.67944,14.90332a9.02957,9.02957,0,0,1,0-5.80664l1.78223,1.38184a6.85381,6.85381,0,0,0,0,3.042ZM12.2,21A8.9528,8.9528,0,0,1,4.5564,16.75391l.37841-.29352,1.27588-.98969A6.88482,6.88482,0,0,0,12.2,19.02246a7.27662,7.27662,0,0,0,3.30573-.75079L17.19739,19.585A8.88989,8.88989,0,0,1,12.2,21Zm6.52588-2.76074-.183-.142L17.16553,17.028a5.60626,5.60626,0,0,0,1.39966-2.79553.9998.9998,0,0,0-.9834-1.18262H13.2V11.18164h7.54883c.03418.3457.05127.69531.05127,1.0459A9.05156,9.05156,0,0,1,18.72583,18.23926Z\"/></svg></li><li title=\"graduation cap \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M21.49,10.19l-1-.55h0l-9-5-.11,0a1.06,1.06,0,0,0-.19-.06l-.19,0-.18,0a1.17,1.17,0,0,0-.2.06l-.11,0-9,5a1,1,0,0,0,0,1.74L4,12.76V17.5a3,3,0,0,0,3,3h8a3,3,0,0,0,3-3V12.76l2-1.12V14.5a1,1,0,0,0,2,0V11.06A1,1,0,0,0,21.49,10.19ZM16,17.5a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V13.87l4.51,2.5.15.06.09,0a1,1,0,0,0,.25,0h0a1,1,0,0,0,.25,0l.09,0a.47.47,0,0,0,.15-.06L16,13.87Zm-5-3.14L4.06,10.5,11,6.64l6.94,3.86Z\"/></svg></li><li title=\"graph bar \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M6,13H2a1,1,0,0,0-1,1v8a1,1,0,0,0,1,1H6a1,1,0,0,0,1-1V14A1,1,0,0,0,6,13ZM5,21H3V15H5ZM22,9H18a1,1,0,0,0-1,1V22a1,1,0,0,0,1,1h4a1,1,0,0,0,1-1V10A1,1,0,0,0,22,9ZM21,21H19V11h2ZM14,1H10A1,1,0,0,0,9,2V22a1,1,0,0,0,1,1h4a1,1,0,0,0,1-1V2A1,1,0,0,0,14,1ZM13,21H11V3h2Z\"/></svg></li><li title=\"grid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21,2H3A1,1,0,0,0,2,3V21a1,1,0,0,0,1,1H21a1,1,0,0,0,1-1V3A1,1,0,0,0,21,2ZM11,20H4V16h7Zm0-6H4V10h7Zm9,6H13V16h7Zm0-6H13V10h7Zm0-6H4V4H20Z\"/></svg></li><li title=\"grids \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21,2H3A1,1,0,0,0,2,3V21a1,1,0,0,0,1,1H21a1,1,0,0,0,1-1V3A1,1,0,0,0,21,2ZM8,20H4V4H8Zm6,0H10V4h4Zm6,0H16V4h4Z\"/></svg></li><li title=\"grin tongue wink alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M9.21,10.54a1,1,0,0,0,1.41,0,1,1,0,0,0,0-1.41,3.08,3.08,0,0,0-4.24,0,1,1,0,1,0,1.41,1.41A1,1,0,0,1,9.21,10.54ZM12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20ZM15,9a1,1,0,1,0,1,1A1,1,0,0,0,15,9Zm0,4H9a1,1,0,0,0,0,2,3,3,0,0,0,6,0,1,1,0,0,0,0-2Zm-3,3a1,1,0,0,1-1-1h2A1,1,0,0,1,12,16Z\"/></svg></li><li title=\"grin tongue wink \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20ZM17.62,9.13a3.08,3.08,0,0,0-4.24,0,1,1,0,0,0,1.41,1.41,1,1,0,0,1,1.42,0,1,1,0,0,0,1.41,0A1,1,0,0,0,17.62,9.13ZM9,11a1,1,0,1,0-1-1A1,1,0,0,0,9,11Zm6,2H9a1,1,0,0,0,0,2,3,3,0,0,0,6,0,1,1,0,0,0,0-2Zm-3,3a1,1,0,0,1-1-1h2A1,1,0,0,1,12,16Z\"/></svg></li><li title=\"grin \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M9,11a1,1,0,1,0-1-1A1,1,0,0,0,9,11Zm3-9A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Zm3-7H9a1,1,0,0,0-1,1,4,4,0,0,0,8,0A1,1,0,0,0,15,13Zm-3,3a2,2,0,0,1-1.73-1h3.46A2,2,0,0,1,12,16Zm3-7a1,1,0,1,0,1,1A1,1,0,0,0,15,9Z\"/></svg></li><li title=\"grip horizontal line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M3,11H21a1,1,0,0,0,0-2H3a1,1,0,0,0,0,2Zm18,2H3a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"hard hat \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M20,13.17V13a8,8,0,0,0-2.42-5.74A7.84,7.84,0,0,0,14.4,5.38l-.05,0A8.24,8.24,0,0,0,11.76,5,8.21,8.21,0,0,0,4,13.17,3,3,0,0,0,5,19H19a3,3,0,0,0,1-5.83ZM19,17H5a1,1,0,0,1,0-2H7a1,1,0,0,0,0-2H6A6.41,6.41,0,0,1,9,7.85V11a1,1,0,0,0,2,0V7.09A7.34,7.34,0,0,1,11.82,7H12a5.56,5.56,0,0,1,1,.1V11a1,1,0,0,0,2,0V7.82a6.65,6.65,0,0,1,1.18.87A6,6,0,0,1,18,13H17a1,1,0,0,0,0,2h2a1,1,0,0,1,0,2Z\"/></svg></li><li title=\"hdd \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M22,14.86a0,0,0,0,1,0,0v-.05a2.61,2.61,0,0,0-.1-.57L20.26,4.51a3,3,0,0,0-3-2.51H6.69A3,3,0,0,0,3.74,4.51L2.12,14.22a2.61,2.61,0,0,0-.1.57v.05a0,0,0,0,1,0,0C2,14.91,2,15,2,15v4a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V15C22,15,22,14.91,22,14.86ZM5.71,4.83a1,1,0,0,1,1-.83H17.31a1,1,0,0,1,1,.83l1.2,7.22A2.63,2.63,0,0,0,19,12H5a2.63,2.63,0,0,0-.49.05ZM20,19a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V15.08l.08-.46A1,1,0,0,1,5,14H19a1,1,0,0,1,.92.62l.08.46Zm-3-3a1,1,0,1,0,1,1A1,1,0,0,0,17,16Z\"/></svg></li><li title=\"head side cough \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M4.29291,20.29291a1,1,0,1,0,1.41418,0A.99988.99988,0,0,0,4.29291,20.29291Zm-3-3a1,1,0,1,0,1.41418,0A.99988.99988,0,0,0,1.29291,17.29291Zm4-1.00073a1,1,0,1,0,1.41418,0A.99988.99988,0,0,0,5.29291,16.29218ZM16.15039,2.00342a7.06726,7.06726,0,0,0-7.28418,7.063V9.082L7.0957,12.84033A.99943.99943,0,0,0,8,14.2666h.86621v1.79981A1.9355,1.9355,0,0,0,10.7998,18H11.667v1.7998a1,1,0,0,0,2,0V17.98639A.99416.99416,0,0,0,13.59961,16l-.8324.0202A.94008.94008,0,0,0,12.667,16a.94011.94011,0,0,0-.12756.02576l-1.67322.04065V13.2666a.99974.99974,0,0,0-1-1H9.57715l1.20508-2.55908a.99032.99032,0,0,0,.09472-.46729c0-.01074-.00976-.16259-.01074-.17382A5.02527,5.02527,0,0,1,12.4043,5.43066a5.09178,5.09178,0,0,1,3.68554-1.42822A5.23852,5.23852,0,0,1,21,9.32129l-1.833,6.9873a1.0083,1.0083,0,0,0,.00586.53321l.93262,3.23486a1.00046,1.00046,0,0,0,.96094.72363,1.01739,1.01739,0,0,0,.27734-.03955.99991.99991,0,0,0,.68359-1.23779l-.85644-2.96924,1.7959-6.76416A1.03147,1.03147,0,0,0,23,9.5332V9.32129A7.25231,7.25231,0,0,0,16.15039,2.00342Z\"/></svg></li><li title=\"head side mask \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M13.23047,2.00342A7.36652,7.36652,0,0,0,7.77734,4.11719,7.44119,7.44119,0,0,0,5.5,9.46533L3.65625,12.46289a.995.995,0,0,0-.15625.52v.04053a.99952.99952,0,0,0,.07031.34668l1.43946,3.87256c.01269.03418.02734.06689.043.09912A2.9843,2.9843,0,0,0,7.73633,19H8.5v2a1,1,0,0,0,2,0V19h1.99689l.00311.00049a.99907.99907,0,0,0,.32129-.05371l3.70026-1.25623a.99865.99865,0,0,0,.01751.12049l1,3.4663a1.00148,1.00148,0,0,0,.96094.72315,1.01777,1.01777,0,0,0,.27734-.03955,1.00043,1.00043,0,0,0,.6836-1.23828l-.92383-3.2002,1.92969-7.26611A1.03147,1.03147,0,0,0,20.5,10V9.77246A7.698,7.698,0,0,0,13.23047,2.00342ZM11.5,17H7.73633a.99477.99477,0,0,1-.874-.51318L5.93848,14H11.5Zm5.523-1.59137-3.523,1.196V13.72089l4.34479-1.44831Zm1.41211-5.38843a.973.973,0,0,0-.25147.03107L12.3374,12H6.28906l1.07422-1.74658a.99913.99913,0,0,0,.14746-.562c0-.01026-.00976-.18116-.01074-.19141A5.45491,5.45491,0,0,1,9.16992,5.55273a5.52222,5.52222,0,0,1,4-1.55029A5.6849,5.6849,0,0,1,18.5,9.77246Z\"/></svg></li><li title=\"head side \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M13.23047,2.00342A7.37247,7.37247,0,0,0,7.77734,4.11719,7.44044,7.44044,0,0,0,5.5,9.5v.03027L3.5957,13.57373A.99944.99944,0,0,0,4.5,15h1v2a2.00229,2.00229,0,0,0,2,2h1v2a1,1,0,0,0,2,0V19a1,1,0,0,0,0-2h-3V14a.99974.99974,0,0,0-1-1H6.07617L7.416,10.15576a.99036.99036,0,0,0,.09472-.46435c0-.01026-.00976-.18116-.01074-.19141A5.45491,5.45491,0,0,1,9.16992,5.55273a5.52688,5.52688,0,0,1,4-1.55029A5.6849,5.6849,0,0,1,18.5,9.77246l-1.9668,7.50488a1.01018,1.01018,0,0,0,.00586.5337l1,3.4663a1.00148,1.00148,0,0,0,.96094.72315,1.01777,1.01777,0,0,0,.27734-.03955,1.00043,1.00043,0,0,0,.6836-1.23828l-.92383-3.2002,1.92969-7.26611A1.03147,1.03147,0,0,0,20.5,10V9.77246A7.698,7.698,0,0,0,13.23047,2.00342Z\"/></svg></li><li title=\"headphone slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M19.06934,5.93555a9.94468,9.94468,0,0,0-9.38868-2.6709.99992.99992,0,0,0,.43848,1.95117A8.0193,8.0193,0,0,1,20,13h-.33984a1,1,0,0,0,0,2H20v.33984a1,1,0,1,0,2,0V13A9.88842,9.88842,0,0,0,19.06934,5.93555ZM3.707,2.293A.99989.99989,0,0,0,2.293,3.707L4.72833,6.1424A9.96176,9.96176,0,0,0,2,13v7a1,1,0,0,0,1,1H6a3.00328,3.00328,0,0,0,3-3V16a3.00328,3.00328,0,0,0-3-3H4A7.96344,7.96344,0,0,1,6.14453,7.55859L15,16.41406V18a3.00328,3.00328,0,0,0,3,3h1.58594l.707.707A.99989.99989,0,0,0,21.707,20.293ZM6,15a1.0013,1.0013,0,0,1,1,1v2a1.0013,1.0013,0,0,1-1,1H4V15Z\"/></svg></li><li title=\"headphones alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M20,13.18V11A8,8,0,0,0,4,11v2.18A3,3,0,0,0,2,16v2a3,3,0,0,0,3,3H8a1,1,0,0,0,1-1V14a1,1,0,0,0-1-1H6V11a6,6,0,0,1,12,0v2H16a1,1,0,0,0-1,1v6a1,1,0,0,0,1,1h3a3,3,0,0,0,3-3V16A3,3,0,0,0,20,13.18ZM7,15v4H5a1,1,0,0,1-1-1V16a1,1,0,0,1,1-1Zm13,3a1,1,0,0,1-1,1H17V15h2a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"headphones \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,3A10,10,0,0,0,2,13v7a1,1,0,0,0,1,1H6a3,3,0,0,0,3-3V16a3,3,0,0,0-3-3H4a8,8,0,0,1,16,0H18a3,3,0,0,0-3,3v2a3,3,0,0,0,3,3h3a1,1,0,0,0,1-1V13A10,10,0,0,0,12,3ZM6,15a1,1,0,0,1,1,1v2a1,1,0,0,1-1,1H4V15Zm14,4H18a1,1,0,0,1-1-1V16a1,1,0,0,1,1-1h2Z\"/></svg></li><li title=\"heart alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M20.16,4.61A6.27,6.27,0,0,0,12,4a6.27,6.27,0,0,0-8.16,9.48l7.45,7.45a1,1,0,0,0,1.42,0l7.45-7.45A6.27,6.27,0,0,0,20.16,4.61Zm-1.41,7.46L12,18.81,5.25,12.07a4.28,4.28,0,0,1,3-7.3,4.25,4.25,0,0,1,3,1.25,1,1,0,0,0,1.42,0,4.27,4.27,0,0,1,6,6.05Z\"/></svg></li><li title=\"heart break \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M20.16,4.61A6.27,6.27,0,0,0,12,4a6.27,6.27,0,0,0-8.16,9.48l7.45,7.46a1,1,0,0,0,1.42,0l7.45-7.46A6.27,6.27,0,0,0,20.16,4.61Zm-1.41,7.45L12,18.81,5.25,12.06a4.26,4.26,0,0,1,5.54-6.45l-1.71,4a1,1,0,0,0,0,.83,1,1,0,0,0,.65.53l2.77.7L11.1,14.56a1,1,0,0,0,.46,1.34A1,1,0,0,0,12,16a1,1,0,0,0,.9-.56l2-4a1,1,0,0,0,0-.86,1.05,1.05,0,0,0-.67-.55l-2.83-.71,1.45-3.39a4.26,4.26,0,0,1,5.92,6.13Z\"/></svg></li><li title=\"heart medical \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M14,11H13V10a1,1,0,0,0-2,0v1H10a1,1,0,0,0,0,2h1v1a1,1,0,0,0,2,0V13h1a1,1,0,0,0,0-2Zm6.16-6A6.29,6.29,0,0,0,12,4.41a6.27,6.27,0,0,0-8.16,9.48l6,6.05a3,3,0,0,0,4.24,0l6-6.05A6.27,6.27,0,0,0,20.16,5Zm-1.41,7.46-6,6a1,1,0,0,1-1.42,0l-6-6a4.29,4.29,0,0,1,0-6,4.27,4.27,0,0,1,6,0,1,1,0,0,0,1.42,0,4.27,4.27,0,0,1,6,0A4.29,4.29,0,0,1,18.75,12.48Z\"/></svg></li><li title=\"heart rate \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21,11H17.06a.78.78,0,0,0-.21,0l-.17,0a1.3,1.3,0,0,0-.15.1,1.67,1.67,0,0,0-.16.12,1,1,0,0,0-.09.13,1.32,1.32,0,0,0-.12.2v0l-1.6,4.41L10.39,4.66a1,1,0,0,0-1.88,0L6.2,11H3a1,1,0,0,0,0,2H6.92L7.15,13l.15,0a.86.86,0,0,0,.16-.1,1.67,1.67,0,0,0,.16-.12l.09-.13a1,1,0,0,0,.12-.2v0L9.45,7.92l4.16,11.42a1,1,0,0,0,.94.66h0a1,1,0,0,0,.94-.66L17.79,13H21a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"heart sign \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M20.16,5A6.29,6.29,0,0,0,12,4.41a6.27,6.27,0,0,0-8.16,9.48l6,6.05a3,3,0,0,0,4.24,0l6-6.05A6.27,6.27,0,0,0,20.16,5Zm-1.41,7.46-6,6a1,1,0,0,1-1.42,0l-6-6a4.29,4.29,0,0,1,0-6,4.27,4.27,0,0,1,6,0,1,1,0,0,0,1.42,0,4.27,4.27,0,0,1,6,6Z\"/></svg></li><li title=\"heart \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M20.16,5A6.29,6.29,0,0,0,12,4.36a6.27,6.27,0,0,0-8.16,9.48l6.21,6.22a2.78,2.78,0,0,0,3.9,0l6.21-6.22A6.27,6.27,0,0,0,20.16,5Zm-1.41,7.46-6.21,6.21a.76.76,0,0,1-1.08,0L5.25,12.43a4.29,4.29,0,0,1,0-6,4.27,4.27,0,0,1,6,0,1,1,0,0,0,1.42,0,4.27,4.27,0,0,1,6,0A4.29,4.29,0,0,1,18.75,12.43Z\"/></svg></li><li title=\"heartbeat \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M21,10.41H18.5a1,1,0,0,0-.71.3L16.55,12l-2.8-3.19a1,1,0,0,0-1.46,0l-1.7,1.7H9a1,1,0,0,0,0,2h2a1,1,0,0,0,.71-.29L13,10.88l2.8,3.19a1,1,0,0,0,.72.34h0a1,1,0,0,0,.71-.29l1.7-1.71H21a1,1,0,0,0,0-2Zm-7.39,5.3-1.9,1.9a1,1,0,0,1-1.42,0L5.08,12.4a3.69,3.69,0,0,1,0-5.22,3.69,3.69,0,0,1,5.21,0,1,1,0,0,0,1.42,0,3.78,3.78,0,0,1,5.21,0,3.94,3.94,0,0,1,.58.75,1,1,0,0,0,1.72-1,6,6,0,0,0-.88-1.13A5.68,5.68,0,0,0,11,5.17,5.68,5.68,0,0,0,2,9.79a5.62,5.62,0,0,0,1.67,4L8.88,19a3,3,0,0,0,4.24,0L15,17.12a1,1,0,0,0,0-1.41A1,1,0,0,0,13.61,15.71Z\"/></svg></li><li title=\"hindi to chinese \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M11.022,2h-2a1,1,0,0,0,0,2V6H7.83771A2.96481,2.96481,0,0,0,8.022,5,3,3,0,0,0,2.42383,3.5a1.00016,1.00016,0,1,0,1.73242,1A1.00171,1.00171,0,0,1,5.022,4a1,1,0,0,1,0,2,1,1,0,0,0,0,2,1,1,0,0,1,0,2,1.00171,1.00171,0,0,1-.86572-.5,1.00016,1.00016,0,1,0-1.73242,1A3,3,0,0,0,8.022,9a2.96481,2.96481,0,0,0-.18426-1H9.022v3a1,1,0,0,0,2,0V4a1,1,0,0,0,0-2Zm3,5h1a1.0013,1.0013,0,0,1,1,1V9a1,1,0,0,0,2,0V8a3.00328,3.00328,0,0,0-3-3h-1a1,1,0,0,0,0,2Zm-4,9h-1a1.0013,1.0013,0,0,1-1-1V14a1,1,0,0,0-2,0v1a3.00328,3.00328,0,0,0,3,3h1a1,1,0,0,0,0-2Zm11-1a1,1,0,0,0,0-2h-3v-.5a1,1,0,0,0-2,0V13h-3a1,1,0,0,0,0,2h5.18427a6.72756,6.72756,0,0,1-1.22553,2.52667,6.66828,6.66828,0,0,1-.62915-.98272.99972.99972,0,1,0-1.77929.9121,8.67791,8.67791,0,0,0,.9591,1.468A6.6182,6.6182,0,0,1,13.10645,20.023a1.00008,1.00008,0,0,0,.42675,1.9541,8.63506,8.63506,0,0,0,3.445-1.62164,8.72368,8.72368,0,0,0,3.46857,1.62115,1,1,0,1,0,.43066-1.95312,6.72477,6.72477,0,0,1-2.4461-1.09009A8.73637,8.73637,0,0,0,20.24371,15Z\"/></svg></li><li title=\"hipchat \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M17.5,13.9c0-0.2-0.2-0.4-0.4-0.4c-0.1,0-0.2,0-0.3,0.1c-1.3,1.1-3,1.7-4.8,1.7h0c-1.7,0-3.4-0.6-4.8-1.7c-0.1-0.1-0.2-0.1-0.3-0.1c-0.2,0-0.4,0.2-0.4,0.4c0,0,0,0,0,0c0,0.2,0.1,0.3,0.2,0.5C8,16,10,16.9,12,16.8h0c2,0.1,3.9-0.8,5.2-2.4C17.4,14.2,17.4,14.1,17.5,13.9z M20.2,20.8c-0.8-0.4-1.4-1.2-1.7-2c-0.1-0.2,0-0.3,0.1-0.4c2.1-1.5,3.3-3.9,3.3-6.4c0-4.8-4.5-8.6-10-8.6c-5.5,0-10,3.9-10,8.6c0,4.8,4.5,8.6,10,8.6c0.7,0,1.4-0.1,2.1-0.2c0.1,0,0.3,0,0.4,0.1c1.6,0.9,3.4,1.5,5.2,1.5c0.4,0.1,0.7-0.2,0.8-0.6c0,0,0-0.1,0-0.1C20.5,21.1,20.4,20.9,20.2,20.8z M17.5,20L17.5,20c0,0,0,0.1,0,0.1c0,0.1-0.1,0.1-0.1,0.1c-1.1-0.3-2-0.8-2.9-1.5c-0.1-0.1-0.3-0.1-0.5-0.1c-0.7,0.2-1.4,0.2-2.1,0.2c-4.6,0-8.3-3.1-8.3-6.9c0-3.8,3.7-6.9,8.3-6.9c4.6,0,8.3,3.1,8.3,6.9c-0.1,2.3-1.4,4.4-3.4,5.5c-0.2,0.1-0.3,0.3-0.3,0.4C16.8,18.7,17.1,19.4,17.5,20z\"/></svg></li><li title=\"history alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M11.44,2A10,10,0,0,0,4.56,4.77V3a1,1,0,0,0-2,0V7.5a1,1,0,0,0,1,1H8.06a1,1,0,0,0,0-2H5.66A8,8,0,1,1,11.44,20a1,1,0,1,0,0,2,10,10,0,1,0,0-20Zm0,6a1,1,0,0,0-1,1v3a1,1,0,0,0,1,1h2a1,1,0,0,0,0-2h-1V9A1,1,0,0,0,11.44,8Z\"/></svg></li><li title=\"history \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10,0,0,0,5.12,4.77V3a1,1,0,0,0-2,0V7.5a1,1,0,0,0,1,1H8.62a1,1,0,0,0,0-2H6.22A8,8,0,1,1,4,12a1,1,0,0,0-2,0A10,10,0,1,0,12,2Zm0,6a1,1,0,0,0-1,1v3a1,1,0,0,0,1,1h2a1,1,0,0,0,0-2H13V9A1,1,0,0,0,12,8Z\"/></svg></li><li title=\"home alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M20,8h0L14,2.74a3,3,0,0,0-4,0L4,8a3,3,0,0,0-1,2.26V19a3,3,0,0,0,3,3H18a3,3,0,0,0,3-3V10.25A3,3,0,0,0,20,8ZM14,20H10V15a1,1,0,0,1,1-1h2a1,1,0,0,1,1,1Zm5-1a1,1,0,0,1-1,1H16V15a3,3,0,0,0-3-3H11a3,3,0,0,0-3,3v5H6a1,1,0,0,1-1-1V10.25a1,1,0,0,1,.34-.75l6-5.25a1,1,0,0,1,1.32,0l6,5.25a1,1,0,0,1,.34.75Z\"/></svg></li><li title=\"home \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21.66,10.25l-9-8a1,1,0,0,0-1.32,0l-9,8a1,1,0,0,0-.27,1.11A1,1,0,0,0,3,12H4v9a1,1,0,0,0,1,1H19a1,1,0,0,0,1-1V12h1a1,1,0,0,0,.93-.64A1,1,0,0,0,21.66,10.25ZM13,20H11V17a1,1,0,0,1,2,0Zm5,0H15V17a3,3,0,0,0-6,0v3H6V12H18ZM5.63,10,12,4.34,18.37,10Z\"/></svg></li><li title=\"horizontal align center \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21,10H19V7a1,1,0,0,0-1-1H13V3a1,1,0,0,0-2,0V6H6A1,1,0,0,0,5,7v3H3a1,1,0,0,0-1,1v6a1,1,0,0,0,1,1h8v3a1,1,0,0,0,2,0V18h8a1,1,0,0,0,1-1V11A1,1,0,0,0,21,10ZM7,8H17v2H7Zm13,8H4V12H20Z\"/></svg></li><li title=\"horizontal align left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21,10H16V7a1,1,0,0,0-1-1H4V3A1,1,0,0,0,2,3V21a1,1,0,0,0,2,0V18H21a1,1,0,0,0,1-1V11A1,1,0,0,0,21,10ZM4,8H14v2H4Zm16,8H4V12H20Z\"/></svg></li><li title=\"horizontal align right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21,2a1,1,0,0,0-1,1V6H9A1,1,0,0,0,8,7v3H3a1,1,0,0,0-1,1v6a1,1,0,0,0,1,1H20v3a1,1,0,0,0,2,0V3A1,1,0,0,0,21,2ZM20,16H4V12H20Zm0-6H10V8H20Z\"/></svg></li><li title=\"horizontal distribution center \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19,5H18V3a1,1,0,0,0-2,0V5H15a1,1,0,0,0-1,1V18a1,1,0,0,0,1,1h1v2a1,1,0,0,0,2,0V19h1a1,1,0,0,0,1-1V6A1,1,0,0,0,19,5ZM18,17H16V7h2ZM11,4H9V3A1,1,0,0,0,7,3V4H5A1,1,0,0,0,4,5V19a1,1,0,0,0,1,1H7v1a1,1,0,0,0,2,0V20h2a1,1,0,0,0,1-1V5A1,1,0,0,0,11,4ZM10,18H6V6h4Z\"/></svg></li><li title=\"horizontal distribution left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M11,4H6V3A1,1,0,0,0,4,3V21a1,1,0,0,0,2,0V20h5a1,1,0,0,0,1-1V5A1,1,0,0,0,11,4ZM10,18H6V6h4ZM19,5H16V3a1,1,0,0,0-2,0V21a1,1,0,0,0,2,0V19h3a1,1,0,0,0,1-1V6A1,1,0,0,0,19,5ZM18,17H16V7h2Z\"/></svg></li><li title=\"horizontal distribution right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19,2a1,1,0,0,0-1,1V4H13a1,1,0,0,0-1,1V19a1,1,0,0,0,1,1h5v1a1,1,0,0,0,2,0V3A1,1,0,0,0,19,2ZM18,18H14V6h4ZM9,2A1,1,0,0,0,8,3V5H5A1,1,0,0,0,4,6V18a1,1,0,0,0,1,1H8v2a1,1,0,0,0,2,0V3A1,1,0,0,0,9,2ZM8,17H6V7H8Z\"/></svg></li><li title=\"hospital square sign \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M15,6a.99974.99974,0,0,0-1,1v4H10V7A1,1,0,0,0,8,7V17a1,1,0,0,0,2,0V13h4v4a1,1,0,0,0,2,0V7A.99974.99974,0,0,0,15,6Zm4-4H5A3.00328,3.00328,0,0,0,2,5V19a3.00328,3.00328,0,0,0,3,3H19a3.00328,3.00328,0,0,0,3-3V5A3.00328,3.00328,0,0,0,19,2Zm1,17a1.001,1.001,0,0,1-1,1H5a1.001,1.001,0,0,1-1-1V5A1.001,1.001,0,0,1,5,4H19a1.001,1.001,0,0,1,1,1Z\"/></svg></li><li title=\"hospital symbol \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M15,7a.99974.99974,0,0,0-1,1v3H10V8A1,1,0,0,0,8,8v8a1,1,0,0,0,2,0V13h4v3a1,1,0,0,0,2,0V8A.99974.99974,0,0,0,15,7ZM12,2A10,10,0,1,0,22,12,10.01146,10.01146,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8.00917,8.00917,0,0,1,12,20Z\"/></svg></li><li title=\"hospital \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M12.5,16.5h-1a1,1,0,0,0,0,2h1a1,1,0,0,0,0-2Zm0-4h-1a1,1,0,0,0,0,2h1a1,1,0,0,0,0-2Zm-5,4h-1a1,1,0,0,0,0,2h1a1,1,0,0,0,0-2Zm0-4h-1a1,1,0,0,0,0,2h1a1,1,0,0,0,0-2Zm14-6h-3v-4a.99974.99974,0,0,0-1-1H6.5a.99974.99974,0,0,0-1,1v4h-3a.99974.99974,0,0,0-1,1v14a.99974.99974,0,0,0,1,1h19a.99974.99974,0,0,0,1-1V7.5A.99974.99974,0,0,0,21.5,6.5Zm-1,14H3.5V8.5h3a.99974.99974,0,0,0,1-1v-4h9v4a.99974.99974,0,0,0,1,1h3Zm-4-8a1,1,0,0,0,0,2h1a1,1,0,0,0,0-2ZM13.5,7H13V6.5a1,1,0,0,0-2,0V7h-.5a1,1,0,0,0,0,2H11v.5a1,1,0,0,0,2,0V9h.5a1,1,0,0,0,0-2Zm4,9.5h-1a1,1,0,0,0,0,2h1a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"hourglass \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M18.9917,21.002h-1V19.335a5.00057,5.00057,0,0,0-.29956-1.67773c-.01093-.02936-.0224-.05658-.03589-.08454a4.97694,4.97694,0,0,0-.66455-1.23675l-1.3999-1.86719a3.01933,3.01933,0,0,1-.6001-1.80078V11.6582a3.02108,3.02108,0,0,1,.87842-2.12109l.65722-.65723A4.94566,4.94566,0,0,0,17.92365,6.0415c.00054-.01391.008-.02551.008-.03955l-.00281-.01373a5.01836,5.01836,0,0,0,.06287-.64349V3.002h1a1,1,0,0,0,0-2h-14a1,1,0,0,0,0,2h1V5.34473a5.01836,5.01836,0,0,0,.06287.64349L6.05176,6.002c0,.014.00744.02564.008.03955a4.94571,4.94571,0,0,0,1.3963,2.83838l.65723.65723A3.02108,3.02108,0,0,1,8.9917,11.6582V12.668a3.02212,3.02212,0,0,1-.59961,1.80078L6.99121,16.33594a4.98221,4.98221,0,0,0-.66437,1.23718c-.0133.02771-.02472.05463-.03552.08368A5.00309,5.00309,0,0,0,5.9917,19.335v1.667h-1a1,1,0,0,0,0,2h14a1,1,0,0,0,0-2Zm-11-16v-2h8v2Zm.87842,2.46387A2.97036,2.97036,0,0,1,8.49323,7.002h6.99694a2.97094,2.97094,0,0,1-.37689.46387l-.65723.65723a4.9603,4.9603,0,0,0-1.42187,2.8789h-2.085A4.96025,4.96025,0,0,0,9.52734,8.123ZM9.99219,15.668a5.03688,5.03688,0,0,0,.98828-2.666h2.02246a5.03332,5.03332,0,0,0,.98877,2.666l1.00012,1.334H8.99133Zm5.99951,5.334h-8V19.335a2.954,2.954,0,0,1,.02722-.333h7.94556a2.954,2.954,0,0,1,.02722.333Z\"/></svg></li><li title=\"house user \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M21.66406,10.25244l-9-8a.99893.99893,0,0,0-1.32812,0l-9,8a.99991.99991,0,0,0,1.32812,1.49512L4,11.449V21a.99974.99974,0,0,0,1,1H19a.99974.99974,0,0,0,1-1V11.449l.33594.29859a.99991.99991,0,0,0,1.32812-1.49512ZM9.18427,20a2.98208,2.98208,0,0,1,5.63146,0ZM10.5,14.5A1.5,1.5,0,1,1,12,16,1.50164,1.50164,0,0,1,10.5,14.5ZM18,20H16.89893a5.00092,5.00092,0,0,0-2.25867-3.22821A3.46849,3.46849,0,0,0,15.5,14.5a3.5,3.5,0,0,0-7,0,3.46849,3.46849,0,0,0,.85974,2.27179A5.00092,5.00092,0,0,0,7.10107,20H6V9.6712l6-5.33331L18,9.6712Z\"/></svg></li><li title=\"html3 alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M7.95215,8.00044h6.98633l-.17719,2H9.99121a1,1,0,0,0,0,2h4.59284L14.32031,14.977l-2.3291.52832L9.66309,14.976l-.09571-1.06445a1,1,0,1,0-1.99218.17774l.16015,1.79a1.00142,1.00142,0,0,0,.77442.88672l3.25976.74024a1.0188,1.0188,0,0,0,.44336,0l3.26074-.74024a1.00139,1.00139,0,0,0,.77442-.88769l.43158-4.86792.002-.01-.00079-.00391.34649-3.9082a1.001,1.001,0,0,0-.99609-1.08789H7.95215a1,1,0,0,0,0,2ZM20.6543,2.32563a1.002,1.002,0,0,0-.73828-.32519H4.06641a.99963.99963,0,0,0-.9961,1.08887L4.51367,19.28364a.999.999,0,0,0,.72754.874l6.47266,1.80566a.99028.99028,0,0,0,.53711,0l6.49023-1.8125a.999.999,0,0,0,.72754-.874l1.44336-16.1875A1.00166,1.00166,0,0,0,20.6543,2.32563Zm-3.11621,16.085-5.55567,1.55176L6.44434,18.41743,5.15918,4.00044H18.82324Z\"/></svg></li><li title=\"html3 \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M3.19467,2,4.79734,19.99433,11.98947,22l7.2119-2.01315L20.80533,2ZM17.476,6.12274l-.53371,5.99468.00193.03234-.00255.07415v-.00068l-.37922,4.19135-.04178.37236L12,18.03717v.00063l-.00366.00317L7.48367,16.78309l-.30574-3.46518h2.213l.15692,1.76226,2.45276.6644L12,15.74569l2.46141-.6743.26028-2.86933H9.57589L9.53173,11.717l-.10093-1.1364-.05224-.61022h5.53877l.20163-2.2317H6.68232L6.638,7.2542l-.10026-1.137L6.48482,5.507H17.52887Zm0,0\"/></svg></li><li title=\"html5 alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M21.46777,2.3252A1.00007,1.00007,0,0,0,20.73,2H3.27a1.00039,1.00039,0,0,0-.99609,1.08887l1.52,17a.99944.99944,0,0,0,.72851.87451l7.2002,2A.99628.99628,0,0,0,11.99023,23a1.01206,1.01206,0,0,0,.26709-.03613l7.21973-2a1.00055,1.00055,0,0,0,.729-.875l1.52-17A1,1,0,0,0,21.46777,2.3252Zm-3.19238,16.896L11.99072,20.9624,5.72461,19.22168,4.36328,4H19.63672ZM7.81982,13h6.895l-.32714,3.271-2.56788.917L8.65625,16.05811a1.00017,1.00017,0,1,0-.67285,1.88378l3.5,1.25a1.00291,1.00291,0,0,0,.67285,0l3.5-1.25a1.00044,1.00044,0,0,0,.65869-.84228l.5-5A1.00064,1.00064,0,0,0,15.81982,11H8.72461L8.4248,8h7.895a1,1,0,0,0,0-2h-9a1.00064,1.00064,0,0,0-.99511,1.09961l.5,5A1.00012,1.00012,0,0,0,7.81982,13Z\"/></svg></li><li title=\"html5 \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M3.1825,2.00012,4.78735,20.00079l7.20191,1.99933,7.22168-2.00207L20.8175,2.00012ZM17.32507,7.88739H8.87683l.20178,2.26074h8.04554l-.60584,6.778L12,18.17834v.00043l-.01013.00275L7.46753,16.92615,7.1582,13.45972H9.37439l.1571,1.76074,2.45874.66388.00208-.00049v-.00018l2.46228-.66461.25635-2.86323H7.05957L6.46411,5.67969h11.0586Z\"/></svg></li><li title=\"hunting \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,9a3,3,0,1,0,3,3A3,3,0,0,0,12,9Zm0,4a1,1,0,1,1,1-1A1,1,0,0,1,12,13Zm9-2H19.93A8,8,0,0,0,13,4.07V3a1,1,0,0,0-2,0V4.07A8,8,0,0,0,4.07,11H3a1,1,0,0,0,0,2H4.07A8,8,0,0,0,11,19.93V21a1,1,0,0,0,2,0V19.93A8,8,0,0,0,19.93,13H21a1,1,0,0,0,0-2Zm-9,7a6,6,0,1,1,6-6A6,6,0,0,1,12,18Z\"/></svg></li><li title=\"icons \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M13.6,10.9C13.7,11,13.8,11,14,11h7c0.6,0,1-0.4,1-1c0-0.2,0-0.3-0.1-0.4l-3.5-7c-0.3-0.5-0.9-0.7-1.4-0.4c-0.1,0.1-0.3,0.2-0.4,0.4l-3.5,7C12.9,10,13.1,10.6,13.6,10.9z M17.5,5.2L19.4,9h-3.8L17.5,5.2z M6.5,2C4,2,2,4,2,6.5S4,11,6.5,11S11,9,11,6.5C11,4,9,2,6.5,2z M6.5,9C5.1,9,4,7.9,4,6.5S5.1,4,6.5,4S9,5.1,9,6.5C9,7.9,7.9,9,6.5,9z M10.7,13.3C10.7,13.3,10.7,13.3,10.7,13.3c-0.4-0.4-1-0.4-1.4,0c0,0,0,0,0,0l-2.8,2.8l-2.8-2.8c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1,0,1.4l2.8,2.8l-2.8,2.8c-0.4,0.4-0.4,1,0,1.4s1,0.4,1.4,0c0,0,0,0,0,0l2.8-2.8l2.8,2.8c0.4,0.4,1,0.4,1.4,0c0.4-0.4,0.4-1,0-1.4l-2.8-2.8l2.8-2.8C11.1,14.3,11.1,13.7,10.7,13.3z M21,13h-7c-0.6,0-1,0.4-1,1v7c0,0.6,0.4,1,1,1h7c0.6,0,1-0.4,1-1v-7C22,13.4,21.6,13,21,13z M20,20h-5v-5h5V20z\"/></svg></li><li title=\"illustration \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21.9,9.6c-0.2-0.5-0.8-0.7-1.3-0.5l0,0l-2.9,1.4l-2.1-2.1l-2.1-2.1l1.4-2.9c0.2-0.5,0-1.1-0.5-1.3c-0.5-0.2-1.1,0-1.3,0.5l-1.5,3.1l-6.4,1C4.8,6.8,4.5,7.1,4.4,7.5L2,19.1c-0.1,0.3,0,0.7,0.3,0.9L4,21.7C4.2,21.9,4.5,22,4.7,22c0.1,0,0.1,0,0.2,0l11.6-2.4c0.4-0.1,0.7-0.4,0.8-0.8l1-6.4l3.1-1.5C21.9,10.7,22.1,10.1,21.9,9.6z M15.4,17.8l-9.8,2l3.7-3.7c1.5,0.7,3.3,0.1,4-1.4s0.1-3.3-1.4-4c-1.1-0.5-2.5-0.3-3.4,0.6v0c-0.9,0.9-1.1,2.3-0.6,3.4l-3.7,3.7l2-9.8L12,7.6l2.2,2.2l2.2,2.2L15.4,17.8z M9.6,13.4c0-0.3,0.1-0.5,0.3-0.7v0c0.4-0.4,1-0.4,1.4,0c0.4,0.4,0.4,1,0,1.4c-0.4,0.4-1,0.4-1.4,0C9.7,13.9,9.6,13.6,9.6,13.4z\"/></svg></li><li title=\"image alt slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M21.71,20.29l-.93-.93-.09-.1-.06-.07-.5-.5L20,18.62l-5.18-5.2-.09-.08-3.2-3.21L11.43,10,3.71,2.29A1,1,0,0,0,2.29,3.71l1,1A3,3,0,0,0,3,6V18a3,3,0,0,0,3,3H18a2.9,2.9,0,0,0,1.27-.31l0,0h0s0,0,.05,0l.95,1a1,1,0,0,0,1.42,0A1,1,0,0,0,21.71,20.29ZM5,6.41,8.24,9.65a2.84,2.84,0,0,0-.67.48L5,12.71ZM6,19a1,1,0,0,1-1-1V15.54l4-4a.81.81,0,0,1,1.1,0L17.59,19ZM9.66,5H18a1,1,0,0,1,1,1v5.94l0,0a1,1,0,1,0-1.42,1.42l1.74,1.74a1,1,0,0,0,1.42,0,1,1,0,0,0,.29-.72h0V6a3,3,0,0,0-3-3H9.66a1,1,0,0,0,0,2Z\"/></svg></li><li title=\"image block \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M20.54,2.46A5,5,0,1,0,22,6,5,5,0,0,0,20.54,2.46ZM14,6a3,3,0,0,1,3-3,3,3,0,0,1,1.29.3l-4,4A3,3,0,0,1,14,6Zm5.12,2.12a3.08,3.08,0,0,1-3.4.57l4-4A3,3,0,0,1,20,6,3,3,0,0,1,19.12,8.12ZM19,13a1,1,0,0,0-1,1v.39L16.52,12.9a2.87,2.87,0,0,0-3.93,0l-.7.71L9.41,11.12a2.87,2.87,0,0,0-3.93,0L4,12.61V7A1,1,0,0,1,5,6H9A1,1,0,0,0,9,4H5A3,3,0,0,0,2,7V19a3,3,0,0,0,3,3H17a3,3,0,0,0,.95-.17l.09,0A3,3,0,0,0,20,19.44a1.43,1.43,0,0,0,0-.22V14A1,1,0,0,0,19,13ZM5,20a1,1,0,0,1-1-1V15.43l2.9-2.89a.79.79,0,0,1,1.09,0l3.19,3.18h0L15.46,20Zm13-1a1,1,0,0,1-.18.54L13.3,15l.71-.7a.79.79,0,0,1,1.09,0L18,17.21Z\"/></svg></li><li title=\"image broken \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21.71,14.54,19.21,12a1,1,0,0,0-1.42,0L15,14.84,12.21,12a1,1,0,0,0-1.42,0L8.5,14.34,6.21,12a1,1,0,0,0-1.42,0l-2.5,2.5a1,1,0,0,0-.21.33,1,1,0,0,0-.08.38V19a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V15.25a1,1,0,0,0-.08-.38A1,1,0,0,0,21.71,14.54ZM20,19a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V15.66l1.5-1.5,2.29,2.3a1,1,0,0,0,1.42,0l2.29-2.3L14.29,17a1,1,0,0,0,1.42,0l2.79-2.8,1.5,1.5ZM19,2H5A3,3,0,0,0,2,5v5.26a1.17,1.17,0,0,0,0,.27s0,.07,0,.1a1,1,0,0,0,1.66.31L5.5,9.16l2.29,2.3a1,1,0,0,0,1.42,0l2.29-2.3L14.29,12a1,1,0,0,0,1.42,0l2.79-2.8,1.77,1.78a1,1,0,0,0,1.66-.31.28.28,0,0,0,0-.09.88.88,0,0,0,.06-.28V5A3,3,0,0,0,19,2Zm1,5.84L19.21,7a1,1,0,0,0-1.42,0L15,9.84,12.21,7a1,1,0,0,0-1.42,0L8.5,9.34,6.21,7A1,1,0,0,0,4.79,7L4,7.84V5A1,1,0,0,1,5,4H19a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"image check \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21.71,2.3a1,1,0,0,0-1.41,0L16.92,5.6,15.7,4.4a1,1,0,0,0-1.4,1.43l1.92,1.88a1,1,0,0,0,1.4,0l4.08-4A1,1,0,0,0,21.71,2.3ZM19,9a1,1,0,0,0-1,1v4.39l-1.48-1.48a2.77,2.77,0,0,0-3.93,0l-.7.7L9.41,11.12a2.79,2.79,0,0,0-3.93,0L4,12.6V7A1,1,0,0,1,5,6h6a1,1,0,0,0,0-2H5A3,3,0,0,0,2,7V19a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V10A1,1,0,0,0,19,9ZM5,20a1,1,0,0,1-1-1V15.43l2.9-2.9a.79.79,0,0,1,1.09,0l3.17,3.17,0,0L15.45,20Zm13-1a.89.89,0,0,1-.18.53L13.31,15l.7-.7a.78.78,0,0,1,1.1,0L18,17.22Z\"/></svg></li><li title=\"image download \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M22.71,6.29a1,1,0,0,0-1.42,0L20,7.59V2a1,1,0,0,0-2,0V7.59l-1.29-1.3a1,1,0,0,0-1.42,1.42l3,3a1,1,0,0,0,.33.21.94.94,0,0,0,.76,0,1,1,0,0,0,.33-.21l3-3A1,1,0,0,0,22.71,6.29ZM19,13a1,1,0,0,0-1,1v.38L16.52,12.9a2.79,2.79,0,0,0-3.93,0l-.7.7L9.41,11.12a2.85,2.85,0,0,0-3.93,0L4,12.6V7A1,1,0,0,1,5,6h8a1,1,0,0,0,0-2H5A3,3,0,0,0,2,7V19a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V14A1,1,0,0,0,19,13ZM5,20a1,1,0,0,1-1-1V15.43l2.9-2.9a.79.79,0,0,1,1.09,0l3.17,3.17,0,0L15.46,20Zm13-1a.89.89,0,0,1-.18.53L13.31,15l.7-.7a.77.77,0,0,1,1.1,0L18,17.21Z\"/></svg></li><li title=\"image edit \"><svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21.73682,3.751,19.31689,1.33105a.99964.99964,0,0,0-1.41406,0L13.32275,5.91113a1.00013,1.00013,0,0,0-.293.707V9.03809a1.00005,1.00005,0,0,0,1,1H16.4502a1.00014,1.00014,0,0,0,.707-.293L21.73682,5.165A.99964.99964,0,0,0,21.73682,3.751ZM16.03613,8.03809H15.02979V7.03223l3.58007-3.58008L19.61572,4.458ZM19,11a1,1,0,0,0-1,1v2.3916l-1.48047-1.48047a2.78039,2.78039,0,0,0-3.92822,0l-.698.698L9.40723,11.123a2.777,2.777,0,0,0-3.92432,0L4,12.606V7A1.0013,1.0013,0,0,1,5,6h6a1,1,0,0,0,0-2H5A3.00328,3.00328,0,0,0,2,7V19a3.00328,3.00328,0,0,0,3,3H17a3.00328,3.00328,0,0,0,3-3V12A1,1,0,0,0,19,11ZM5,20a1.0013,1.0013,0,0,1-1-1V15.43408l2.897-2.897a.79926.79926,0,0,1,1.09619,0l3.168,3.16711c.00849.00916.0116.02179.02045.03064L15.44714,20Zm13-1a.97137.97137,0,0,1-.17877.53705l-4.51386-4.51386.698-.698a.77979.77979,0,0,1,1.1001,0L18,17.21973Z\"/></svg></li><li title=\"image lock \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M20,5.18V4a3,3,0,0,0-6,0V5.18A3,3,0,0,0,12,8v2a3,3,0,0,0,3,3h4a3,3,0,0,0,3-3V8A3,3,0,0,0,20,5.18ZM16,4a1,1,0,0,1,2,0V5H16Zm4,6a1,1,0,0,1-1,1H15a1,1,0,0,1-1-1V8a1,1,0,0,1,1-1h4a1,1,0,0,1,1,1Zm-1,5a1,1,0,0,0-1,1v3a.89.89,0,0,1-.18.53L9.41,11.12a2.86,2.86,0,0,0-3.93,0L4,12.6V7A1,1,0,0,1,5,6h5a1,1,0,0,0,0-2H5A3,3,0,0,0,2,7V19a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V16A1,1,0,0,0,19,15ZM5,20a1,1,0,0,1-1-1V15.43l2.9-2.9a.79.79,0,0,1,1.09,0L15.46,20Z\"/></svg></li><li title=\"image minus \"><svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21,4.00781H17a1,1,0,0,0,0,2h4a1,1,0,0,0,0-2ZM19,8a1,1,0,0,0-1,1v5.3916l-1.48047-1.48047a2.78039,2.78039,0,0,0-3.92822,0l-.698.698L9.40723,11.123a2.777,2.777,0,0,0-3.92432,0L4,12.606V7A1.0013,1.0013,0,0,1,5,6h8a1,1,0,0,0,0-2H5A3.00328,3.00328,0,0,0,2,7V19a3.00328,3.00328,0,0,0,3,3H17a3.00328,3.00328,0,0,0,3-3V9A1,1,0,0,0,19,8ZM5,20a1.0013,1.0013,0,0,1-1-1V15.43408l2.897-2.897a.79926.79926,0,0,1,1.09619,0l3.168,3.16711c.00849.00916.0116.02179.02045.03064L15.44714,20Zm13-1a.97137.97137,0,0,1-.17877.53705l-4.51386-4.51386.698-.698a.77979.77979,0,0,1,1.1001,0L18,17.21973Z\"/></svg></li><li title=\"image plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19,10a1,1,0,0,0-1,1v3.38L16.52,12.9a2.79,2.79,0,0,0-3.93,0l-.7.71L9.41,11.12a2.79,2.79,0,0,0-3.93,0L4,12.61V7A1,1,0,0,1,5,6h8a1,1,0,0,0,0-2H5A3,3,0,0,0,2,7V19.22A2.79,2.79,0,0,0,4.78,22H17.22a2.88,2.88,0,0,0,.8-.12h0a2.74,2.74,0,0,0,2-2.65V11A1,1,0,0,0,19,10ZM5,20a1,1,0,0,1-1-1V15.43l2.89-2.89a.78.78,0,0,1,1.1,0L15.46,20Zm13-1a1,1,0,0,1-.18.54L13.3,15l.71-.7a.77.77,0,0,1,1.1,0L18,17.21ZM21,4H20V3a1,1,0,0,0-2,0V4H17a1,1,0,0,0,0,2h1V7a1,1,0,0,0,2,0V6h1a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"image question \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19,13a1,1,0,0,0-1,1v.39l-1.48-1.48a2.77,2.77,0,0,0-3.93,0l-.7.7L9.41,11.12a2.86,2.86,0,0,0-3.93,0L4,12.6V7A1,1,0,0,1,5,6h8a1,1,0,0,0,0-2H5A3,3,0,0,0,2,7V19a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V14A1,1,0,0,0,19,13ZM5,20a1,1,0,0,1-1-1V15.43l2.9-2.9a.79.79,0,0,1,1.09,0l3.17,3.17,0,0L15.45,20Zm13-1a1,1,0,0,1-.18.53L13.31,15l.7-.7a.78.78,0,0,1,1.1,0L18,17.22ZM19,2a3,3,0,0,0-2.6,1.5,1,1,0,0,0,.37,1.37,1,1,0,0,0,1.36-.37A1,1,0,0,1,20,5a1,1,0,0,1-1,1,1,1,0,0,0,0,2,3,3,0,0,0,0-6Zm.38,7.08A1,1,0,0,0,18.8,9l-.18.06-.18.09-.15.13A1,1,0,0,0,18,10a1,1,0,0,0,.29.71,1,1,0,0,0,1.42,0A1,1,0,0,0,20,10a1,1,0,0,0-.62-.92Z\"/></svg></li><li title=\"image redo \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21.5,1.5a1,1,0,0,0-1,1h0a5,5,0,1,0,.3,7.75,1,1,0,0,0-1.32-1.51,3,3,0,1,1,.25-4.25H18.5a1,1,0,0,0,0,2h3a1,1,0,0,0,1-1v-3A1,1,0,0,0,21.5,1.5Zm-3,12a1,1,0,0,0-1,1v.39L16,13.41a2.77,2.77,0,0,0-3.93,0l-.7.7L8.91,11.62a2.79,2.79,0,0,0-3.93,0L3.5,13.1V7.5a1,1,0,0,1,1-1h5a1,1,0,0,0,0-2h-5a3,3,0,0,0-3,3v12a3,3,0,0,0,3,3h12a3,3,0,0,0,3-3v-5A1,1,0,0,0,18.5,13.5Zm-14,7a1,1,0,0,1-1-1V15.93L6.4,13a.79.79,0,0,1,1.09,0l3.17,3.17,0,0L15,20.5Zm13-1a1,1,0,0,1-.18.53l-4.51-4.51.7-.7a.78.78,0,0,1,1.1,0l2.89,2.9Z\"/></svg></li><li title=\"image resize landscape \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M13,11H2a1,1,0,0,0-1,1v9a1,1,0,0,0,1,1H12.86c.05,0,.09,0,.14,0a1,1,0,0,0,1-1V12A1,1,0,0,0,13,11ZM7.44,20l1.93-1.93a.3.3,0,0,1,.5,0L11.79,20ZM12,17.38l-.72-.71a2.41,2.41,0,0,0-3.33,0L4.61,20H3V13h9ZM2,4.11a1,1,0,0,0,.86-.49A1.05,1.05,0,0,0,3.05,3,1,1,0,0,0,2,2,1,1,0,0,0,1,3v.1A1,1,0,0,0,2,4.11ZM9.91,4h.19a1,1,0,0,0,0-2H9.91a1,1,0,0,0,0,2ZM2,8.78a1,1,0,0,0,1-1V7.56a1,1,0,1,0-2,0v.22A1,1,0,0,0,2,8.78ZM14.09,2H13.9a1,1,0,0,0,0,2h.19a1,1,0,0,0,0-2ZM5.91,4H6.1a1,1,0,0,0,0-2H5.91a1,1,0,0,0,0,2ZM22,6.4a1,1,0,0,0-1,1v.21a1,1,0,0,0,2,0V7.4A1,1,0,0,0,22,6.4ZM17.12,20h-.24a1,1,0,1,0,0,2h.24a1,1,0,0,0,0-2ZM21.9,2A1,1,0,0,0,21,3a1,1,0,0,0,.1.42A1,1,0,0,0,23,3.11V3A1.09,1.09,0,0,0,21.9,2ZM22,10.9a1,1,0,0,0-1,1v.22a1,1,0,0,0,2,0V11.9A1,1,0,0,0,22,10.9ZM18.09,2H17.9a1,1,0,0,0,0,2h.19a1,1,0,0,0,0-2ZM22,20a.93.93,0,0,0-.44.11A1,1,0,0,0,21,21,1,1,0,0,0,22,22a1.09,1.09,0,0,0,1-1.1A1,1,0,0,0,22,20Zm0-4.56a1,1,0,0,0-1,1v.22a1,1,0,1,0,2,0V16.4A1,1,0,0,0,22,15.4Z\"/></svg></li><li title=\"image resize square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M3,8.1a1,1,0,0,0,1-1V6.91a1,1,0,0,0-2,0V7.1A1,1,0,0,0,3,8.1Zm0-4A1,1,0,0,0,3.42,4,1,1,0,0,0,3.1,2H3A1.09,1.09,0,0,0,2,3.1,1,1,0,0,0,3,4.05Zm17.39-.19A1,1,0,0,0,22,3a1,1,0,0,0-1-1h-.1a1,1,0,0,0-.51,1.86ZM11.89,4h.22a1,1,0,0,0,0-2h-.22a1,1,0,0,0,0,2ZM7.39,4H7.6a1,1,0,0,0,0-2H7.39a1,1,0,0,0,0,2ZM21,20a1,1,0,0,0-.42.1A1,1,0,0,0,20.9,22H21a1.09,1.09,0,0,0,1-1.1A1,1,0,0,0,21,20ZM14,11a1,1,0,0,0-1-1H3.27A1.08,1.08,0,0,0,3,10,1,1,0,0,0,2,11V21a1,1,0,0,0,1,1H13.1a1,1,0,0,0,.9-1.42Zm-2,9H5.52l3.91-3.9a.33.33,0,0,1,.47,0L12,18.19Zm0-4.63-.68-.69a2.35,2.35,0,0,0-3.31,0l-4,4V12h8Zm9,0a1,1,0,0,0-1,1v.21a1,1,0,0,0,2,0V16.4A1,1,0,0,0,21,15.4Zm0-9a1,1,0,0,0-1,1V7.6a1,1,0,1,0,2,0V7.39A1,1,0,0,0,21,6.39Zm0,4.5a1,1,0,0,0-1,1v.22a1,1,0,0,0,2,0v-.22A1,1,0,0,0,21,10.89ZM17.1,20h-.2a1,1,0,1,0,0,2h.2a1,1,0,0,0,0-2ZM16.61,4a1,1,0,0,0,0-2H16.4a1,1,0,1,0,0,2Z\"/></svg></li><li title=\"image search \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19,13a1,1,0,0,0-1,1v.39l-1.48-1.48a2.79,2.79,0,0,0-3.93,0l-.7.7L9.41,11.12a2.87,2.87,0,0,0-3.93,0L4,12.61V7A1,1,0,0,1,5,6H9A1,1,0,0,0,9,4H5A3,3,0,0,0,2,7V19a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V14A1,1,0,0,0,19,13ZM5,20a1,1,0,0,1-1-1V15.43l2.9-2.89a.79.79,0,0,1,1.09,0l3.17,3.17,0,0L15.45,20Zm13-1a1,1,0,0,1-.18.54L13.31,15l.7-.69a.77.77,0,0,1,1.1,0L18,17.22Zm3.71-8.71L20,8.57a4.31,4.31,0,1,0-6.72.79,4.27,4.27,0,0,0,3,1.26A4.34,4.34,0,0,0,18.57,10l1.72,1.73a1,1,0,0,0,1.42,0A1,1,0,0,0,21.71,10.29ZM18,8a2.32,2.32,0,1,1,0-3.27A2.32,2.32,0,0,1,18,8Z\"/></svg></li><li title=\"image share \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M20,7a2,2,0,0,0-1.18.39l-1.75-.8L19,5.71A2,2,0,0,0,20,6a2,2,0,1,0-2-2l-1.89.87A2,2,0,1,0,15,8.5a1.88,1.88,0,0,0,.92-.24l2.1,1A2,2,0,1,0,20,7Zm-1,6a1,1,0,0,0-1,1v.39l-1.48-1.48a2.77,2.77,0,0,0-3.93,0l-.7.7L9.41,11.12a2.79,2.79,0,0,0-3.93,0L4,12.6V7A1,1,0,0,1,5,6h5a1,1,0,0,0,0-2H5A3,3,0,0,0,2,7V19a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V14A1,1,0,0,0,19,13ZM5,20a1,1,0,0,1-1-1V15.43l2.9-2.9a.79.79,0,0,1,1.09,0l3.17,3.17,0,0L15.45,20Zm13-1a.89.89,0,0,1-.18.53L13.31,15l.7-.7a.78.78,0,0,1,1.1,0L18,17.22Z\"/></svg></li><li title=\"image shield \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M22.13,2.36a1,1,0,0,0-.84-.2,2.7,2.7,0,0,1-2.2-.47,1,1,0,0,0-1.18,0,2.7,2.7,0,0,1-2.2.47,1,1,0,0,0-.84.2,1,1,0,0,0-.37.78V6.45a4.63,4.63,0,0,0,1.84,3.7l1.57,1.16a1,1,0,0,0,1.18,0l1.57-1.16a4.63,4.63,0,0,0,1.84-3.7V3.14A1,1,0,0,0,22.13,2.36ZM20.5,6.45a2.62,2.62,0,0,1-1,2.09l-1,.72-1-.72a2.62,2.62,0,0,1-1-2.09V4.22a4.81,4.81,0,0,0,2-.54,4.81,4.81,0,0,0,2,.54Zm-2,7.05a1,1,0,0,0-1,1v.39L16,13.41a2.77,2.77,0,0,0-3.93,0l-.7.7L8.91,11.62a2.85,2.85,0,0,0-3.93,0L3.5,13.1V7.5a1,1,0,0,1,1-1h7a1,1,0,0,0,0-2h-7a3,3,0,0,0-3,3v12a3,3,0,0,0,3,3h12a3,3,0,0,0,3-3v-5A1,1,0,0,0,18.5,13.5Zm-14,7a1,1,0,0,1-1-1V15.93L6.4,13a.79.79,0,0,1,1.09,0l3.17,3.17,0,0L15,20.5Zm13-1a1,1,0,0,1-.18.53l-4.51-4.51.7-.7a.78.78,0,0,1,1.1,0l2.89,2.9Z\"/></svg></li><li title=\"image slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M19.5,4H10a1,1,0,0,0,0,2H19.5a1,1,0,0,1,1,1v6.76l-1.88-1.88a3,3,0,0,0-1.14-.71,1,1,0,1,0-.64,1.9.82.82,0,0,1,.36.23l3.31,3.29a.66.66,0,0,0,0,.15.83.83,0,0,0,0,.15,1.18,1.18,0,0,0,.13.18.48.48,0,0,0,.09.11.9.9,0,0,0,.2.14.6.6,0,0,0,.11.06.91.91,0,0,0,.37.08,1,1,0,0,0,1-1V7A3,3,0,0,0,19.5,4ZM3.21,2.29A1,1,0,0,0,1.79,3.71L3.18,5.1A3,3,0,0,0,2.5,7V17a3,3,0,0,0,3,3H18.09l1.7,1.71a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42ZM4.5,7a1,1,0,0,1,.12-.46L7.34,9.25a3,3,0,0,0-1,.63L4.5,11.76Zm1,11a1,1,0,0,1-1-1V14.58l3.3-3.29a1,1,0,0,1,1.4,0L15.91,18Z\"/></svg></li><li title=\"image times \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19,10a1,1,0,0,0-1,1v3.39l-1.48-1.48a2.77,2.77,0,0,0-3.93,0l-.7.7L9.41,11.12a2.79,2.79,0,0,0-3.93,0L4,12.6V7A1,1,0,0,1,5,6h8a1,1,0,0,0,0-2H5A3,3,0,0,0,2,7V19a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V11A1,1,0,0,0,19,10ZM5,20a1,1,0,0,1-1-1V15.43l2.9-2.9a.79.79,0,0,1,1.09,0l3.17,3.17,0,0L15.45,20Zm13-1a.89.89,0,0,1-.18.53L13.31,15l.7-.7a.78.78,0,0,1,1.1,0L18,17.22ZM20.41,5l1.3-1.29a1,1,0,0,0,0-1.41,1,1,0,0,0-1.42,0L19,3.59,17.71,2.3a1,1,0,0,0-1.42,0,1,1,0,0,0,0,1.41L17.59,5l-1.3,1.3a1,1,0,0,0,0,1.41,1,1,0,0,0,1.42,0L19,6.42l1.29,1.29a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.41Z\"/></svg></li><li title=\"image upload \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19,13a1,1,0,0,0-1,1v.38L16.52,12.9a2.79,2.79,0,0,0-3.93,0l-.7.7L9.41,11.12a2.85,2.85,0,0,0-3.93,0L4,12.6V7A1,1,0,0,1,5,6h7a1,1,0,0,0,0-2H5A3,3,0,0,0,2,7V19a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V14A1,1,0,0,0,19,13ZM5,20a1,1,0,0,1-1-1V15.43l2.9-2.9a.79.79,0,0,1,1.09,0l3.17,3.17,0,0L15.46,20Zm13-1a.89.89,0,0,1-.18.53L13.31,15l.7-.7a.77.77,0,0,1,1.1,0L18,17.21ZM22.71,4.29l-3-3a1,1,0,0,0-.33-.21,1,1,0,0,0-.76,0,1,1,0,0,0-.33.21l-3,3a1,1,0,0,0,1.42,1.42L18,4.41V10a1,1,0,0,0,2,0V4.41l1.29,1.3a1,1,0,0,0,1.42,0A1,1,0,0,0,22.71,4.29Z\"/></svg></li><li title=\"image v \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19,2H5A3,3,0,0,0,2,5V19a3,3,0,0,0,3,3H19a2.81,2.81,0,0,0,.49-.05l.3-.07.07,0h0l.05,0,.37-.14.13-.07c.1-.06.21-.11.31-.18a3.79,3.79,0,0,0,.38-.32l.07-.09a2.69,2.69,0,0,0,.27-.32l.09-.13a2.31,2.31,0,0,0,.18-.35,1,1,0,0,0,.07-.15c.05-.12.08-.25.12-.38l0-.15A2.6,2.6,0,0,0,22,19V5A3,3,0,0,0,19,2ZM5,20a1,1,0,0,1-1-1V14.69l3.29-3.3h0a1,1,0,0,1,1.42,0L17.31,20Zm15-1a1,1,0,0,1-.07.36,1,1,0,0,1-.08.14.94.94,0,0,1-.09.12l-5.35-5.35.88-.88a1,1,0,0,1,1.42,0h0L20,16.69Zm0-5.14L18.12,12a3.08,3.08,0,0,0-4.24,0l-.88.88L10.12,10a3.08,3.08,0,0,0-4.24,0L4,11.86V5A1,1,0,0,1,5,4H19a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"image \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19,4H5A3,3,0,0,0,2,7V17a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V7A3,3,0,0,0,19,4ZM5,18a1,1,0,0,1-1-1V14.58l3.3-3.29a1,1,0,0,1,1.4,0L15.41,18Zm15-1a1,1,0,0,1-1,1h-.77l-3.81-3.83.88-.88a1,1,0,0,1,1.4,0L20,16.58Zm0-3.24-1.88-1.87a3.06,3.06,0,0,0-4.24,0l-.88.88L10.12,9.89a3.06,3.06,0,0,0-4.24,0L4,11.76V7A1,1,0,0,1,5,6H19a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"images \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M18,15V5a3,3,0,0,0-3-3H5A3,3,0,0,0,2,5V15a3,3,0,0,0,3,3H15A3,3,0,0,0,18,15ZM4,5A1,1,0,0,1,5,4H15a1,1,0,0,1,1,1V9.36L14.92,8.27a2.56,2.56,0,0,0-1.81-.75h0a2.58,2.58,0,0,0-1.81.75l-.91.91-.81-.81a2.93,2.93,0,0,0-4.11,0L4,9.85Zm.12,10.45A.94.94,0,0,1,4,15V12.67L6.88,9.79a.91.91,0,0,1,1.29,0L9,10.6Zm8.6-5.76a.52.52,0,0,1,.39-.17h0a.52.52,0,0,1,.39.17L16,12.18V15a1,1,0,0,1-1,1H6.4ZM21,6a1,1,0,0,0-1,1V17a3,3,0,0,1-3,3H7a1,1,0,0,0,0,2H17a5,5,0,0,0,5-5V7A1,1,0,0,0,21,6Z\"/></svg></li><li title=\"import \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21,14a1,1,0,0,0-1,1v4a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V15a1,1,0,0,0-2,0v4a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V15A1,1,0,0,0,21,14Zm-9.71,1.71a1,1,0,0,0,.33.21.94.94,0,0,0,.76,0,1,1,0,0,0,.33-.21l4-4a1,1,0,0,0-1.42-1.42L13,12.59V3a1,1,0,0,0-2,0v9.59l-2.29-2.3a1,1,0,1,0-1.42,1.42Z\"/></svg></li><li title=\"inbox \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M19.05566,2h-14a3.00328,3.00328,0,0,0-3,3V19a3.00328,3.00328,0,0,0,3,3h14a3.00328,3.00328,0,0,0,3-3V5A3.00328,3.00328,0,0,0,19.05566,2Zm-14,2h14a1.001,1.001,0,0,1,1,1v8H17.59082a1.99687,1.99687,0,0,0-1.66406.89062L14.52051,16H9.59082L8.18457,13.89062A1.99687,1.99687,0,0,0,6.52051,13H4.05566V5A1.001,1.001,0,0,1,5.05566,4Zm14,16h-14a1.001,1.001,0,0,1-1-1V15H6.52051l1.40625,2.10938A1.99687,1.99687,0,0,0,9.59082,18h4.92969a1.99687,1.99687,0,0,0,1.66406-.89062L17.59082,15h2.46484v4A1.001,1.001,0,0,1,19.05566,20Z\"/></svg></li><li title=\"incoming call \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M15.55,9a1.07,1.07,0,0,0,.39.07h4a1,1,0,0,0,0-2H18.35l3.29-3.29a1,1,0,1,0-1.41-1.41L16.94,5.65V4.06a1,1,0,1,0-2,0v4a1.07,1.07,0,0,0,.07.39A1,1,0,0,0,15.55,9Zm3.89,4c-.22,0-.45-.07-.67-.12a9.44,9.44,0,0,1-1.31-.39,2,2,0,0,0-2.48,1l-.22.45a12.18,12.18,0,0,1-2.66-2,12.18,12.18,0,0,1-2-2.66L10.52,9a2,2,0,0,0,1-2.48,10.33,10.33,0,0,1-.39-1.31c-.05-.22-.09-.45-.12-.68a3,3,0,0,0-3-2.49h-3a3,3,0,0,0-3,3.41A19,19,0,0,0,18.53,21.91l.38,0a3,3,0,0,0,2-.76,3,3,0,0,0,1-2.25v-3A3,3,0,0,0,19.44,13Zm.5,6a1,1,0,0,1-.34.75,1.06,1.06,0,0,1-.82.25A17,17,0,0,1,4.07,5.22a1.09,1.09,0,0,1,.25-.82,1,1,0,0,1,.75-.34h3a1,1,0,0,1,1,.79q.06.41.15.81a11.12,11.12,0,0,0,.46,1.55l-1.4.65a1,1,0,0,0-.49,1.33,14.49,14.49,0,0,0,7,7,1,1,0,0,0,.76,0,1,1,0,0,0,.57-.52l.62-1.4a13.69,13.69,0,0,0,1.58.46q.4.09.81.15a1,1,0,0,1,.79,1Z\"/></svg></li><li title=\"info circle \"><svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10,0,1,0,22,12,10.01114,10.01114,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8.00917,8.00917,0,0,1,12,20Zm0-8.5a1,1,0,0,0-1,1v3a1,1,0,0,0,2,0v-3A1,1,0,0,0,12,11.5Zm0-4a1.25,1.25,0,1,0,1.25,1.25A1.25,1.25,0,0,0,12,7.5Z\"/></svg></li><li title=\"info \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M12,10a1,1,0,0,0-1,1v6a1,1,0,0,0,2,0V11A1,1,0,0,0,12,10Zm0-4a1.25,1.25,0,1,0,1.25,1.25A1.25,1.25,0,0,0,12,6Z\"/></svg></li><li title=\"instagram alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M12,9.52A2.48,2.48,0,1,0,14.48,12,2.48,2.48,0,0,0,12,9.52Zm9.93-2.45a6.53,6.53,0,0,0-.42-2.26,4,4,0,0,0-2.32-2.32,6.53,6.53,0,0,0-2.26-.42C15.64,2,15.26,2,12,2s-3.64,0-4.93.07a6.53,6.53,0,0,0-2.26.42A4,4,0,0,0,2.49,4.81a6.53,6.53,0,0,0-.42,2.26C2,8.36,2,8.74,2,12s0,3.64.07,4.93a6.86,6.86,0,0,0,.42,2.27,3.94,3.94,0,0,0,.91,1.4,3.89,3.89,0,0,0,1.41.91,6.53,6.53,0,0,0,2.26.42C8.36,22,8.74,22,12,22s3.64,0,4.93-.07a6.53,6.53,0,0,0,2.26-.42,3.89,3.89,0,0,0,1.41-.91,3.94,3.94,0,0,0,.91-1.4,6.6,6.6,0,0,0,.42-2.27C22,15.64,22,15.26,22,12S22,8.36,21.93,7.07Zm-2.54,8A5.73,5.73,0,0,1,19,16.87,3.86,3.86,0,0,1,16.87,19a5.73,5.73,0,0,1-1.81.35c-.79,0-1,0-3.06,0s-2.27,0-3.06,0A5.73,5.73,0,0,1,7.13,19a3.51,3.51,0,0,1-1.31-.86A3.51,3.51,0,0,1,5,16.87a5.49,5.49,0,0,1-.34-1.81c0-.79,0-1,0-3.06s0-2.27,0-3.06A5.49,5.49,0,0,1,5,7.13a3.51,3.51,0,0,1,.86-1.31A3.59,3.59,0,0,1,7.13,5a5.73,5.73,0,0,1,1.81-.35h0c.79,0,1,0,3.06,0s2.27,0,3.06,0A5.73,5.73,0,0,1,16.87,5a3.51,3.51,0,0,1,1.31.86A3.51,3.51,0,0,1,19,7.13a5.73,5.73,0,0,1,.35,1.81c0,.79,0,1,0,3.06S19.42,14.27,19.39,15.06Zm-1.6-7.44a2.38,2.38,0,0,0-1.41-1.41A4,4,0,0,0,15,6c-.78,0-1,0-3,0s-2.22,0-3,0a4,4,0,0,0-1.38.26A2.38,2.38,0,0,0,6.21,7.62,4.27,4.27,0,0,0,6,9c0,.78,0,1,0,3s0,2.22,0,3a4.27,4.27,0,0,0,.26,1.38,2.38,2.38,0,0,0,1.41,1.41A4.27,4.27,0,0,0,9,18.05H9c.78,0,1,0,3,0s2.22,0,3,0a4,4,0,0,0,1.38-.26,2.38,2.38,0,0,0,1.41-1.41A4,4,0,0,0,18.05,15c0-.78,0-1,0-3s0-2.22,0-3A3.78,3.78,0,0,0,17.79,7.62ZM12,15.82A3.81,3.81,0,0,1,8.19,12h0A3.82,3.82,0,1,1,12,15.82Zm4-6.89a.9.9,0,0,1,0-1.79h0a.9.9,0,0,1,0,1.79Z\"/></svg></li><li title=\"instagram \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M17.34,5.46h0a1.2,1.2,0,1,0,1.2,1.2A1.2,1.2,0,0,0,17.34,5.46Zm4.6,2.42a7.59,7.59,0,0,0-.46-2.43,4.94,4.94,0,0,0-1.16-1.77,4.7,4.7,0,0,0-1.77-1.15,7.3,7.3,0,0,0-2.43-.47C15.06,2,14.72,2,12,2s-3.06,0-4.12.06a7.3,7.3,0,0,0-2.43.47A4.78,4.78,0,0,0,3.68,3.68,4.7,4.7,0,0,0,2.53,5.45a7.3,7.3,0,0,0-.47,2.43C2,8.94,2,9.28,2,12s0,3.06.06,4.12a7.3,7.3,0,0,0,.47,2.43,4.7,4.7,0,0,0,1.15,1.77,4.78,4.78,0,0,0,1.77,1.15,7.3,7.3,0,0,0,2.43.47C8.94,22,9.28,22,12,22s3.06,0,4.12-.06a7.3,7.3,0,0,0,2.43-.47,4.7,4.7,0,0,0,1.77-1.15,4.85,4.85,0,0,0,1.16-1.77,7.59,7.59,0,0,0,.46-2.43c0-1.06.06-1.4.06-4.12S22,8.94,21.94,7.88ZM20.14,16a5.61,5.61,0,0,1-.34,1.86,3.06,3.06,0,0,1-.75,1.15,3.19,3.19,0,0,1-1.15.75,5.61,5.61,0,0,1-1.86.34c-1,.05-1.37.06-4,.06s-3,0-4-.06A5.73,5.73,0,0,1,6.1,19.8,3.27,3.27,0,0,1,5,19.05a3,3,0,0,1-.74-1.15A5.54,5.54,0,0,1,3.86,16c0-1-.06-1.37-.06-4s0-3,.06-4A5.54,5.54,0,0,1,4.21,6.1,3,3,0,0,1,5,5,3.14,3.14,0,0,1,6.1,4.2,5.73,5.73,0,0,1,8,3.86c1,0,1.37-.06,4-.06s3,0,4,.06a5.61,5.61,0,0,1,1.86.34A3.06,3.06,0,0,1,19.05,5,3.06,3.06,0,0,1,19.8,6.1,5.61,5.61,0,0,1,20.14,8c.05,1,.06,1.37.06,4S20.19,15,20.14,16ZM12,6.87A5.13,5.13,0,1,0,17.14,12,5.12,5.12,0,0,0,12,6.87Zm0,8.46A3.33,3.33,0,1,1,15.33,12,3.33,3.33,0,0,1,12,15.33Z\"/></svg></li><li title=\"intercom alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M9.99121,15.00044a.99942.99942,0,0,0,1-1v-8a1,1,0,1,0-2,0v8A.99943.99943,0,0,0,9.99121,15.00044Zm4,0a.99942.99942,0,0,0,1-1v-8a1,1,0,1,0-2,0v8A.99943.99943,0,0,0,13.99121,15.00044Zm-8-2a.99942.99942,0,0,0,1-1v-4a1,1,0,0,0-2,0v4A.99943.99943,0,0,0,5.99121,13.00044Zm14-12h-16a3.00328,3.00328,0,0,0-3,3v16a3.00328,3.00328,0,0,0,3,3h16a3.00328,3.00328,0,0,0,3-3v-16A3.00328,3.00328,0,0,0,19.99121,1.00044Zm1,19a1.00067,1.00067,0,0,1-1,1h-16a1.00067,1.00067,0,0,1-1-1v-16a1.00067,1.00067,0,0,1,1-1h16a1.00067,1.00067,0,0,1,1,1Zm-3.64355-4.5918a8.82089,8.82089,0,0,1-5.35645,1.5918,8.98692,8.98692,0,0,1-5.35644-1.5918,1.00017,1.00017,0,1,0-1.28711,1.53125,10.79981,10.79981,0,0,0,6.64355,2.06055,10.79989,10.79989,0,0,0,6.64356-2.06055,1.00017,1.00017,0,0,0-1.28711-1.53125Zm.64355-8.4082a.99942.99942,0,0,0-1,1v4a1,1,0,1,0,2,0v-4A.99942.99942,0,0,0,17.99121,7.00044Z\"/></svg></li><li title=\"intercom \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M19.5,2H4.5A2.5,2.5,0,0,0,2,4.5v15A2.5,2.5,0,0,0,4.5,22h15A2.5,2.5,0,0,0,22,19.5V4.5A2.5,2.5,0,0,0,19.5,2ZM14.67,5.67A.66.66,0,0,1,15.34,5a.68.68,0,0,1,.66.66v8.9a.67.67,0,0,1-1.33,0Zm-3.34-.34A.67.67,0,0,1,12,4.66h0a.67.67,0,0,1,.67.67V15a.67.67,0,0,1-1.34,0ZM8,5.67a.67.67,0,0,1,1.33,0v8.9a.66.66,0,0,1-.67.66A.68.68,0,0,1,8,14.57ZM4.67,7A.67.67,0,0,1,6,7v6a.67.67,0,0,1-.67.66A.67.67,0,0,1,4.67,13ZM19.1,17.17A11.3,11.3,0,0,1,12,19.33a11.3,11.3,0,0,1-7.1-2.16.67.67,0,0,1,.87-1A10.2,10.2,0,0,0,12,18a10.15,10.15,0,0,0,6.23-1.84.67.67,0,0,1,.87,1ZM19.33,13A.67.67,0,0,1,18,13V7a.67.67,0,0,1,.67-.66.66.66,0,0,1,.66.66Z\"/></svg></li><li title=\"invoice \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M13,16H7a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2ZM9,10h2a1,1,0,0,0,0-2H9a1,1,0,0,0,0,2Zm12,2H18V3a1,1,0,0,0-.5-.87,1,1,0,0,0-1,0l-3,1.72-3-1.72a1,1,0,0,0-1,0l-3,1.72-3-1.72a1,1,0,0,0-1,0A1,1,0,0,0,2,3V19a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V13A1,1,0,0,0,21,12ZM5,20a1,1,0,0,1-1-1V4.73L6,5.87a1.08,1.08,0,0,0,1,0l3-1.72,3,1.72a1.08,1.08,0,0,0,1,0l2-1.14V19a3,3,0,0,0,.18,1Zm15-1a1,1,0,0,1-2,0V14h2Zm-7-7H7a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"italic \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M17,6H11a1,1,0,0,0,0,2h1.52l-3.2,8H7a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2H11.48l3.2-8H17a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"jackhammer \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M18.85,15.69a1,1,0,0,0-1.41,0l-2.06,2.06a1,1,0,0,0,.45,1.67l.26.07-.8.8a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l2-2a1,1,0,0,0,.26-1,1,1,0,0,0-.71-.71L18,17.94l.83-.84A1,1,0,0,0,18.85,15.69ZM7.91,19.49l.26-.07a1,1,0,0,0,.45-1.67L6.56,15.69A1,1,0,0,0,5.15,17.1l.83.84L5.72,18a1,1,0,0,0-.71.71,1,1,0,0,0,.26,1l2,2a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42ZM21,4a1,1,0,0,0-1,1H17a3,3,0,0,0-3-3H10A3,3,0,0,0,7,5H4A1,1,0,0,0,2,5V7A1,1,0,0,0,4,7H7V9a3,3,0,0,0,2,2.83V13a2,2,0,0,0,2,2v6a1,1,0,0,0,2,0V15a2,2,0,0,0,2-2V11.83A3,3,0,0,0,17,9V7h3a1,1,0,0,0,2,0V5A1,1,0,0,0,21,4ZM15,9a1,1,0,0,1-1,1,1,1,0,0,0-1,1v2H11V11a1,1,0,0,0-1-1A1,1,0,0,1,9,9V5a1,1,0,0,1,1-1h4a1,1,0,0,1,1,1ZM12,6a1,1,0,0,0-1,1V8a1,1,0,0,0,2,0V7A1,1,0,0,0,12,6Z\"/></svg></li><li title=\"java script \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M14.478,14.8829a4.06111,4.06111,0,0,1-2.18725-.39825,1.4389,1.4389,0,0,1-.53547-1.01019.22184.22184,0,0,0-.22662-.21942c-.31659-.00385-.63312-.003-.94965-.00043a.2113.2113,0,0,0-.23138.18628,2.33854,2.33854,0,0,0,.75305,1.84454,3.99135,3.99135,0,0,0,2.22827.8382,8.06151,8.06151,0,0,0,2.53308-.10755,3.12591,3.12591,0,0,0,1.67823-.90442,2.33824,2.33824,0,0,0,.396-2.23077,1.869,1.869,0,0,0-1.2304-1.09454c-1.28077-.4494-2.66431-.41541-3.97-.7569-.22668-.07135-.50366-.1488-.60467-.38879a.85461.85461,0,0,1,.28418-.95478,2.5576,2.5576,0,0,1,1.34875-.33581,4.07051,4.07051,0,0,1,1.88416.26959,1.43564,1.43564,0,0,1,.68677.99219.243.243,0,0,0,.2276.23565c.31433.00641.62878.00171.94311.00214a.22791.22791,0,0,0,.24732-.16772,2.43369,2.43369,0,0,0-1.18665-2.106,5.8791,5.8791,0,0,0-3.2182-.49243V8.08341a3.50546,3.50546,0,0,0-2.17615.87438,2.1746,2.1746,0,0,0-.43438,2.26264,1.92964,1.92964,0,0,0,1.21838,1.06177c1.27649.46106,2.67554.31311,3.96442.72082.25116.08521.54364.21552.6206.49506a.9907.9907,0,0,1-.26965.94616A2.97065,2.97065,0,0,1,14.478,14.8829Zm5.81891-8.44537q-3.73837-2.114-7.47845-4.22418a1.67742,1.67742,0,0,0-1.63733,0Q7.4556,4.31715,3.72968,6.42075a1.54242,1.54242,0,0,0-.8042,1.34271V16.2377a1.55266,1.55266,0,0,0,.8352,1.355c.71351.38837,1.40674.81629,2.13318,1.17884a3.06373,3.06373,0,0,0,2.73822.07525,2.1275,2.1275,0,0,0,.99482-1.92114c.00555-2.79669.00085-5.59351.00213-8.39026a.21981.21981,0,0,0-.20727-.25415c-.31739-.00513-.63526-.003-.95264-.00085a.20935.20935,0,0,0-.228.21368c-.00427,2.77875.00086,5.55829-.00256,8.33746a.94053.94053,0,0,1-.609.88373,1.53242,1.53242,0,0,1-1.23993-.16595q-.99152-.56-1.983-1.11988a.23714.23714,0,0,1-.13464-.23529q0-4.19383,0-8.38726a.2589.2589,0,0,1,.157-.2602Q8.1423,5.4553,11.85419,3.35953a.258.258,0,0,1,.29163.00043Q15.859,5.452,19.57184,7.5455a.262.262,0,0,1,.15613.26142Q19.72733,12,19.72712,16.19376a.242.242,0,0,1-.13294.23828q-3.65643,2.06753-7.31677,4.12909c-.11658.06494-.25458.16943-.39093.09076-.6391-.36176-1.27039-.73755-1.90735-1.10273a.20589.20589,0,0,0-.22968-.01379,5.21834,5.21834,0,0,1-.88208.41162c-.13806.05591-.30792.07184-.40295.19989a1.31566,1.31566,0,0,0,.43127.31061q1.11741.647,2.236,1.29285a1.62967,1.62967,0,0,0,1.65539.046q3.7261-2.101,7.45185-4.20392a1.55627,1.55627,0,0,0,.83563-1.35474V7.76346A1.53956,1.53956,0,0,0,20.29694,6.43753Z\"/></svg></li><li title=\"kayak \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M21.12,16.88a3,3,0,0,0-3.4-.58l-1.15-1.14A24,24,0,0,0,21.78,6.3,3.19,3.19,0,0,0,17.7,2.22,24,24,0,0,0,8.84,7.43L7.7,6.28a3,3,0,1,0-4.82.84A3,3,0,0,0,5,8a3,3,0,0,0,1.28-.3L7.43,8.84A24,24,0,0,0,2.22,17.7,3.24,3.24,0,0,0,3,21,3.17,3.17,0,0,0,5.22,22a3.74,3.74,0,0,0,1.08-.17,24,24,0,0,0,8.86-5.21l1.14,1.15a3,3,0,1,0,4.82-.84ZM5.71,5.7h0A1,1,0,0,1,4.29,4.29,1,1,0,0,1,5.71,5.7Zm12.6-1.57a1.6,1.6,0,0,1,.47-.08,1.16,1.16,0,0,1,.83.34,1.23,1.23,0,0,1,.26,1.3,22.09,22.09,0,0,1-2.13,4.64L13.67,6.26A22.09,22.09,0,0,1,18.31,4.13ZM5.69,19.87a1.2,1.2,0,0,1-1.56-1.56,22.09,22.09,0,0,1,2.13-4.64l4.07,4.07A22.09,22.09,0,0,1,5.69,19.87ZM12,16.59,7.41,12a21.29,21.29,0,0,1,1.43-1.74l4.91,4.91A21.29,21.29,0,0,1,12,16.59Zm3.15-2.84L10.25,8.84A21.29,21.29,0,0,1,12,7.41l4.6,4.6A21.29,21.29,0,0,1,15.16,13.75Zm4.55,6a1,1,0,1,1-1.42-1.41h0a1,1,0,0,1,1.41,0A1,1,0,0,1,19.71,19.71Z\"/></svg></li><li title=\"key skeleton alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21.71,6.53,20.29,5.12l1.42-1.41a1,1,0,1,0-1.42-1.42L9.75,12.83a5,5,0,1,0,1.42,1.42l4.88-4.89,1.41,1.42a1,1,0,0,0,.71.29,1,1,0,0,0,.71-.29,1,1,0,0,0,0-1.42L17.46,8l1.42-1.42L20.29,8a1,1,0,0,0,.71.29A1,1,0,0,0,21.71,8,1,1,0,0,0,21.71,6.53ZM7,20a3,3,0,1,1,3-3A3,3,0,0,1,7,20Z\"/></svg></li><li title=\"key skeleton \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21,4.41l.71-.7a1,1,0,1,0-1.42-1.42L18.89,3.7h0L16.06,6.53h0L9.75,12.83a5,5,0,1,0,1.42,1.42l5.59-5.6,2.12,2.13a1,1,0,1,0,1.41-1.42L18.17,7.24l1.42-1.41.7.7a1,1,0,1,0,1.42-1.41ZM7,20a3,3,0,1,1,3-3A3,3,0,0,1,7,20Z\"/></svg></li><li title=\"keyboard alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M6.71,9.29a1,1,0,0,0-1.42,0,1,1,0,0,0-.21.33,1,1,0,0,0,.21,1.09,1.15,1.15,0,0,0,.33.21A.84.84,0,0,0,6,11a1,1,0,0,0,.92-1.38A1,1,0,0,0,6.71,9.29ZM10,11a1,1,0,0,0,.92-1.38,1,1,0,0,0-.21-.33A1,1,0,0,0,9.81,9a.6.6,0,0,0-.19.06l-.18.09-.15.12A1.05,1.05,0,0,0,9,10a1,1,0,0,0,1,1ZM6.38,13.08a1,1,0,0,0-.76,0A1,1,0,0,0,5,14a1,1,0,0,0,1.38.92,1.15,1.15,0,0,0,.33-.21A1,1,0,0,0,7,14a1,1,0,0,0-.29-.71A.93.93,0,0,0,6.38,13.08ZM14,13H10a1,1,0,0,0,0,2h4a1,1,0,0,0,0-2Zm.71-3.71a1,1,0,0,0-1.42,0,1,1,0,0,0-.21.33A1,1,0,1,0,15,10a.84.84,0,0,0-.08-.38A1,1,0,0,0,14.71,9.29Zm3.85,3.88a.76.76,0,0,0-.18-.09,1,1,0,0,0-.76,0,1.15,1.15,0,0,0-.33.21A1.05,1.05,0,0,0,17,14a1,1,0,1,0,2,0,1.05,1.05,0,0,0-.29-.71ZM20,5H4A3,3,0,0,0,1,8v8a3,3,0,0,0,3,3H20a3,3,0,0,0,3-3V8A3,3,0,0,0,20,5Zm1,11a1,1,0,0,1-1,1H4a1,1,0,0,1-1-1V8A1,1,0,0,1,4,7H20a1,1,0,0,1,1,1ZM18.71,9.29A1,1,0,0,0,17,10a1,1,0,1,0,1.92-.38A1,1,0,0,0,18.71,9.29Z\"/></svg></li><li title=\"keyboard hide \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M6.71,10.29a1.15,1.15,0,0,0-.33-.21,1,1,0,0,0-1.09.21,1,1,0,0,0-.21.33,1,1,0,0,0,.21,1.09,1.15,1.15,0,0,0,.33.21,1,1,0,0,0,1.3-1.3A1,1,0,0,0,6.71,10.29ZM9.29,7.71A1,1,0,0,0,10,8a.84.84,0,0,0,.38-.08,1.15,1.15,0,0,0,.33-.21,1.15,1.15,0,0,0,.21-.33.94.94,0,0,0,0-.76,1.15,1.15,0,0,0-.21-.33,1,1,0,0,0-1.42,0,1.15,1.15,0,0,0-.21.33.94.94,0,0,0,0,.76A1.15,1.15,0,0,0,9.29,7.71ZM6.71,6.29A1,1,0,0,0,5,7a1,1,0,0,0,.08.38,1.15,1.15,0,0,0,.21.33A1,1,0,0,0,6,8a.84.84,0,0,0,.38-.08,1.15,1.15,0,0,0,.33-.21,1.15,1.15,0,0,0,.21-.33.94.94,0,0,0,0-.76A1.15,1.15,0,0,0,6.71,6.29Zm6.58,12L12,19.59l-1.29-1.3a1,1,0,0,0-1.42,1.42l2,2a1,1,0,0,0,1.42,0l2-2a1,1,0,0,0-1.42-1.42Zm5.42-12A1,1,0,0,0,17,7a.84.84,0,0,0,.08.38,1.15,1.15,0,0,0,.21.33,1,1,0,0,0,1.42,0,1.15,1.15,0,0,0,.21-.33A.84.84,0,0,0,19,7a1,1,0,0,0-.08-.38A1.15,1.15,0,0,0,18.71,6.29ZM14,10H10a1,1,0,0,0,0,2h4a1,1,0,0,0,0-2Zm6-8H4A3,3,0,0,0,1,5v8a3,3,0,0,0,3,3H20a3,3,0,0,0,3-3V5A3,3,0,0,0,20,2Zm1,11a1,1,0,0,1-1,1H4a1,1,0,0,1-1-1V5A1,1,0,0,1,4,4H20a1,1,0,0,1,1,1Zm-2.29-2.71a1,1,0,0,0-.33-.21.92.92,0,0,0-.76,0,1.15,1.15,0,0,0-.33.21A1.05,1.05,0,0,0,17,11a1,1,0,1,0,1.92-.38A1,1,0,0,0,18.71,10.29ZM13.62,6.08a1.15,1.15,0,0,0-.33.21A1.05,1.05,0,0,0,13,7a1,1,0,0,0,.08.38,1.15,1.15,0,0,0,.21.33A1,1,0,0,0,14,8a.84.84,0,0,0,.38-.08,1.15,1.15,0,0,0,.33-.21,1.15,1.15,0,0,0,.21-.33A.84.84,0,0,0,15,7a1.05,1.05,0,0,0-.29-.71A1,1,0,0,0,13.62,6.08Z\"/></svg></li><li title=\"keyboard show \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M6.71,10.29A1,1,0,0,0,5,11a1,1,0,1,0,1.92-.38A1,1,0,0,0,6.71,10.29ZM9.29,7.71A1,1,0,0,0,10,8a1,1,0,0,0,.71-.29,1.15,1.15,0,0,0,.21-.33A1,1,0,0,0,11,7a1.05,1.05,0,0,0-.29-.71l-.15-.12-.18-.09A.6.6,0,0,0,10.19,6a1,1,0,0,0-.9.27,1,1,0,0,0-.21.33.94.94,0,0,0,0,.76A1.15,1.15,0,0,0,9.29,7.71ZM6.56,6.17a.76.76,0,0,0-.18-.09L6.2,6a1,1,0,0,0-.91.27,1,1,0,0,0-.21.33.94.94,0,0,0,0,.76,1.15,1.15,0,0,0,.21.33,1.15,1.15,0,0,0,.33.21A.84.84,0,0,0,6,8a1,1,0,0,0,.71-.29,1.15,1.15,0,0,0,.21-.33A1,1,0,0,0,7,7a1.05,1.05,0,0,0-.29-.71Zm6.15,12.12a1,1,0,0,0-1.42,0l-2,2a1,1,0,0,0,1.42,1.42L12,20.41l1.29,1.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42Zm6-8a1,1,0,0,0-1.42,0,1,1,0,0,0-.21.33,1,1,0,0,0,1.3,1.3,1.15,1.15,0,0,0,.33-.21A1,1,0,0,0,19,11a.84.84,0,0,0-.08-.38A1,1,0,0,0,18.71,10.29ZM14,10H10a1,1,0,0,0,0,2h4a1,1,0,0,0,0-2Zm6-8H4A3,3,0,0,0,1,5v8a3,3,0,0,0,3,3H20a3,3,0,0,0,3-3V5A3,3,0,0,0,20,2Zm1,11a1,1,0,0,1-1,1H4a1,1,0,0,1-1-1V5A1,1,0,0,1,4,4H20a1,1,0,0,1,1,1ZM17.62,6.08a.93.93,0,0,0-.33.21A1.05,1.05,0,0,0,17,7a1,1,0,0,0,.08.38,1.15,1.15,0,0,0,.21.33A1,1,0,0,0,18,8a1,1,0,0,0,.71-.29,1.15,1.15,0,0,0,.21-.33A1,1,0,0,0,19,7a1.05,1.05,0,0,0-.29-.71A1,1,0,0,0,17.62,6.08Zm-3.06.09-.18-.09L14.2,6a1,1,0,0,0-.58.06.93.93,0,0,0-.33.21,1,1,0,0,0-.21.33.94.94,0,0,0,0,.76,1.15,1.15,0,0,0,.21.33A1,1,0,0,0,14,8a1,1,0,0,0,.71-.29,1.15,1.15,0,0,0,.21-.33A1,1,0,0,0,15,7a1.05,1.05,0,0,0-.29-.71Z\"/></svg></li><li title=\"keyboard \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M6.21,13.29a.93.93,0,0,0-.33-.21,1,1,0,0,0-.76,0,.9.9,0,0,0-.54.54,1,1,0,1,0,1.84,0A1,1,0,0,0,6.21,13.29ZM13.5,11h1a1,1,0,0,0,0-2h-1a1,1,0,0,0,0,2Zm-4,0h1a1,1,0,0,0,0-2h-1a1,1,0,0,0,0,2Zm-3-2h-1a1,1,0,0,0,0,2h1a1,1,0,0,0,0-2ZM20,5H4A3,3,0,0,0,1,8v8a3,3,0,0,0,3,3H20a3,3,0,0,0,3-3V8A3,3,0,0,0,20,5Zm1,11a1,1,0,0,1-1,1H4a1,1,0,0,1-1-1V8A1,1,0,0,1,4,7H20a1,1,0,0,1,1,1Zm-6-3H9a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2Zm3.5-4h-1a1,1,0,0,0,0,2h1a1,1,0,0,0,0-2Zm.71,4.29a1,1,0,0,0-.33-.21,1,1,0,0,0-.76,0,.93.93,0,0,0-.33.21,1,1,0,0,0-.21.33A1,1,0,1,0,19.5,14a.84.84,0,0,0-.08-.38A1,1,0,0,0,19.21,13.29Z\"/></svg></li><li title=\"keyhole circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,8a2,2,0,0,0-2,2,2,2,0,0,0,1,1.72V15a1,1,0,0,0,2,0V11.72A2,2,0,0,0,14,10,2,2,0,0,0,12,8Zm0-6A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z\"/></svg></li><li title=\"keyhole square full \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M11,11.72V15a1,1,0,0,0,2,0V11.72A2,2,0,0,0,14,10a2,2,0,0,0-4,0A2,2,0,0,0,11,11.72ZM21,2H3A1,1,0,0,0,2,3V21a1,1,0,0,0,1,1H21a1,1,0,0,0,1-1V3A1,1,0,0,0,21,2ZM20,20H4V4H20Z\"/></svg></li><li title=\"keyhole square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19,2H5A3,3,0,0,0,2,5V19a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V5A3,3,0,0,0,19,2Zm1,17a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V5A1,1,0,0,1,5,4H19a1,1,0,0,1,1,1ZM12,8a2,2,0,0,0-2,2,2,2,0,0,0,1,1.72V15a1,1,0,0,0,2,0V11.72A2,2,0,0,0,14,10,2,2,0,0,0,12,8Z\"/></svg></li><li title=\"kid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M10,10a1,1,0,1,0-1,1A1,1,0,0,0,10,10Zm4.5,4.06a1,1,0,0,0-1.37.36,1.3,1.3,0,0,1-2.26,0,1,1,0,0,0-1.37-.36,1,1,0,0,0-.37,1.36,3.31,3.31,0,0,0,5.74,0A1,1,0,0,0,14.5,14.06ZM15,9a1,1,0,1,0,1,1A1,1,0,0,0,15,9ZM12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18A8,8,0,0,1,9,4.57,3,3,0,0,0,9,5a3,3,0,0,0,3,3,1,1,0,0,0,0-2,1,1,0,0,1,0-2,8,8,0,0,1,0,16Z\"/></svg></li><li title=\"label alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M15,12a1,1,0,1,0,1-1A1,1,0,0,0,15,12Zm6.71-.71-5-5A1,1,0,0,0,16,6H5A3,3,0,0,0,2,9v6a3,3,0,0,0,3,3H16a1,1,0,0,0,.71-.29l5-5A1,1,0,0,0,21.71,11.29ZM15.59,16H5a1,1,0,0,1-1-1V9A1,1,0,0,1,5,8H15.59l4,4Z\"/></svg></li><li title=\"label \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21.71,11.29l-5-5A1,1,0,0,0,16,6H5A3,3,0,0,0,2,9v6a3,3,0,0,0,3,3H16a1,1,0,0,0,.71-.29l5-5A1,1,0,0,0,21.71,11.29ZM15.59,16H5a1,1,0,0,1-1-1V9A1,1,0,0,1,5,8H15.59l4,4Z\"/></svg></li><li title=\"lamp \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M18,2.78A1,1,0,0,0,17,2H7a1,1,0,0,0-1,.78l-2,9a1,1,0,0,0,.2.85A1,1,0,0,0,5,13H8.94A8.26,8.26,0,0,1,9,14a8.92,8.92,0,0,1-2.57,6.3A1,1,0,0,0,7.14,22h9.72a1,1,0,0,0,.71-1.7A8.92,8.92,0,0,1,15,14a8.26,8.26,0,0,1,.06-1H16v2a1,1,0,0,0,2,0V13h1a1,1,0,0,0,.78-.37,1,1,0,0,0,.2-.85ZM9.22,20A10.9,10.9,0,0,0,11,14c0-.33,0-.67-.05-1h2.1c0,.33-.05.67-.05,1a10.9,10.9,0,0,0,1.78,6Zm-3-9L7.8,4h8.4l1.55,7Z\"/></svg></li><li title=\"language \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M21.05566,12h-2a1,1,0,0,0,0,2v2H17.8714a2.96481,2.96481,0,0,0,.18426-1A2.99955,2.99955,0,0,0,12.458,13.50049a.99992.99992,0,1,0,1.73242.999A1.0009,1.0009,0,0,1,15.05566,14a1,1,0,0,1,0,2,1,1,0,0,0,0,2,1,1,0,1,1,0,2,1.0009,1.0009,0,0,1-.86523-.49951.99992.99992,0,1,0-1.73242.999A2.99955,2.99955,0,0,0,18.05566,19a2.96481,2.96481,0,0,0-.18426-1h1.18426v3a1,1,0,0,0,2,0V14a1,1,0,1,0,0-2ZM9.08594,11.24268a.99963.99963,0,1,0,1.93945-.48536L9.26855,3.72754a2.28044,2.28044,0,0,0-4.4248,0L3.08594,10.75732a.99963.99963,0,1,0,1.93945.48536L5.58618,9H8.52545ZM6.0863,7l.6969-2.78711a.29222.29222,0,0,1,.5459,0L8.02563,7Zm7.96936,0h1a1.001,1.001,0,0,1,1,1V9a1,1,0,0,0,2,0V8a3.00328,3.00328,0,0,0-3-3h-1a1,1,0,0,0,0,2Zm-4,9h-1a1.001,1.001,0,0,1-1-1V14a1,1,0,0,0-2,0v1a3.00328,3.00328,0,0,0,3,3h1a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"laptop cloud \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M4.5,10H10a3,3,0,0,0,1.07-5.8,4,4,0,0,0-7.48,1A2.5,2.5,0,0,0,4.5,10Zm0-3a1,1,0,0,0,1-1,2,2,0,0,1,3.89-.64,1,1,0,0,0,.78.66A1,1,0,0,1,11,7a1,1,0,0,1-1,1H4.5a.5.5,0,0,1,0-1ZM21,16H20V9a3,3,0,0,0-3-3H16a1,1,0,0,0,0,2h1a1,1,0,0,1,1,1v7H6V13a1,1,0,0,0-2,0v3H3a1,1,0,0,0-1,1v2a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V17A1,1,0,0,0,21,16Zm-1,3a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V18H20Z\"/></svg></li><li title=\"laptop connection \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M21,18H14.82A3,3,0,0,0,13,16.18V13h7a1,1,0,0,0,0-2H19V5a3,3,0,0,0-3-3H8A3,3,0,0,0,5,5v6H4a1,1,0,0,0,0,2h7v3.18A3,3,0,0,0,9.18,18H3a1,1,0,0,0,0,2H9.18a3,3,0,0,0,5.64,0H21a1,1,0,0,0,0-2ZM7,11V5A1,1,0,0,1,8,4h8a1,1,0,0,1,1,1v6Zm5,9a1,1,0,1,1,1-1A1,1,0,0,1,12,20Z\"/></svg></li><li title=\"laptop \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21,14H20V7a3,3,0,0,0-3-3H7A3,3,0,0,0,4,7v7H3a1,1,0,0,0-1,1v2a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V15A1,1,0,0,0,21,14ZM6,7A1,1,0,0,1,7,6H17a1,1,0,0,1,1,1v7H6ZM20,17a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V16H20Z\"/></svg></li><li title=\"laughing \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M14.16,12.21a1,1,0,0,0,.71.29,1,1,0,0,0,.71-.29,1,1,0,0,0,0-1.42L14.79,10l.79-.79a1,1,0,1,0-1.42-1.42l-1.5,1.5a1,1,0,0,0,0,1.42Zm-5.08,0,1.5-1.5a1,1,0,0,0,0-1.42l-1.5-1.5A1,1,0,0,0,7.66,9.21l.8.79-.8.79a1,1,0,0,0,0,1.42,1,1,0,0,0,.71.29A1,1,0,0,0,9.08,12.21Zm5.28,2a3.76,3.76,0,0,1-4.72,0,1,1,0,0,0-1.28,1.54,5.68,5.68,0,0,0,7.28,0,1,1,0,1,0-1.28-1.54ZM12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z\"/></svg></li><li title=\"layer group slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M10.26,5,12,4l7,4L15.85,9.83a1,1,0,0,0-.37,1.36,1,1,0,0,0,1.37.37L21.5,8.87a1,1,0,0,0,0-1.74l-9-5.2a1,1,0,0,0-1,0L9.26,3.23A1,1,0,0,0,8.89,4.6,1,1,0,0,0,10.26,5ZM3.71,2.29A1,1,0,0,0,2.29,3.71L4.54,6l-2,1.17a1,1,0,0,0,0,1.74l9,5.2a1,1,0,0,0,1,0l.1-.06,1.07,1.07-1.67,1L3.5,11.13a1,1,0,1,0-1,1.74l9,5.2a1,1,0,0,0,.5.13,1,1,0,0,0,.5-.13l2.63-1.52,1.07,1.07L12,20,3.5,15.13a1,1,0,0,0-1,1.74l9,5.2a1,1,0,0,0,1,0l5.17-3,2.62,2.63a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42ZM5,8l1-.58,2.75,2.75Zm15.5,3.13-2.12,1.22a1,1,0,0,0,1,1.74l2.12-1.22a1,1,0,1,0-1-1.74Z\"/></svg></li><li title=\"layer group \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M2.5,8.86l9,5.2a1,1,0,0,0,1,0l9-5.2A1,1,0,0,0,22,8a1,1,0,0,0-.5-.87l-9-5.19a1,1,0,0,0-1,0l-9,5.19A1,1,0,0,0,2,8,1,1,0,0,0,2.5,8.86ZM12,4l7,4-7,4L5,8Zm8.5,7.17L12,16,3.5,11.13a1,1,0,0,0-1.37.37,1,1,0,0,0,.37,1.36l9,5.2a1,1,0,0,0,1,0l9-5.2a1,1,0,0,0,.37-1.36A1,1,0,0,0,20.5,11.13Zm0,4L12,20,3.5,15.13a1,1,0,0,0-1.37.37,1,1,0,0,0,.37,1.36l9,5.2a1,1,0,0,0,1,0l9-5.2a1,1,0,0,0,.37-1.36A1,1,0,0,0,20.5,15.13Z\"/></svg></li><li title=\"layers alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21,2H9A1,1,0,0,0,8,3V7H6A1,1,0,0,0,5,8v4H3a1,1,0,0,0-1,1v8a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1V19h4a1,1,0,0,0,1-1V16h4a1,1,0,0,0,1-1V3A1,1,0,0,0,21,2ZM10,20H4V14h6Zm5-3H12V13a1,1,0,0,0-1-1H7V9h8Zm5-3H17V8a1,1,0,0,0-1-1H10V4H20Z\"/></svg></li><li title=\"layers slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M20.49,13.94l-.34.2a1,1,0,0,0-.35,1.37,1,1,0,0,0,.86.49,1,1,0,0,0,.51-.14l.34-.2a1,1,0,0,0-1-1.72ZM11.65,6.36,12,6.15l7,4-1.76,1a1,1,0,0,0,.5,1.87,1,1,0,0,0,.5-.13l3.26-1.89a1,1,0,0,0,0-1.74l-9-5.19a1,1,0,0,0-1,0l-.85.49a1,1,0,0,0,1,1.74ZM3.71,2.29A1,1,0,0,0,2.29,3.71L5.93,7.34l-3.43,2a1,1,0,0,0,0,1.74l9,5.2a1.09,1.09,0,0,0,.5.13,1.13,1.13,0,0,0,.5-.13L14,15.4l1.45,1.46-3.44,2L3.5,13.93a1,1,0,0,0-1,1.74l9,5.2a1,1,0,0,0,1,0l4.41-2.55,3.38,3.39a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42Zm8.29,12L5,10.19,7.4,8.81l5.12,5.13Z\"/></svg></li><li title=\"layers \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M2.5,10.56l9,5.2a1,1,0,0,0,1,0l9-5.2a1,1,0,0,0,0-1.73l-9-5.2a1,1,0,0,0-1,0l-9,5.2a1,1,0,0,0,0,1.73ZM12,5.65l7,4-7,4.05L5,9.69Zm8.5,7.79L12,18.35,3.5,13.44a1,1,0,0,0-1.37.36,1,1,0,0,0,.37,1.37l9,5.2a1,1,0,0,0,1,0l9-5.2a1,1,0,0,0,.37-1.37A1,1,0,0,0,20.5,13.44Z\"/></svg></li><li title=\"left arrow from left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M17,11H5.41l2.3-2.29A1,1,0,1,0,6.29,7.29l-4,4a1,1,0,0,0-.21.33,1,1,0,0,0,0,.76,1,1,0,0,0,.21.33l4,4a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L5.41,13H17a1,1,0,0,0,0-2Zm4-7a1,1,0,0,0-1,1V19a1,1,0,0,0,2,0V5A1,1,0,0,0,21,4Z\"/></svg></li><li title=\"left arrow to left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21,11H9.41l2.3-2.29a1,1,0,1,0-1.42-1.42l-4,4a1,1,0,0,0-.21.33,1,1,0,0,0,0,.76,1,1,0,0,0,.21.33l4,4a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L9.41,13H21a1,1,0,0,0,0-2ZM3,3A1,1,0,0,0,2,4V20a1,1,0,0,0,2,0V4A1,1,0,0,0,3,3Z\"/></svg></li><li title=\"left indent alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M9,5A1,1,0,0,0,8,6V18a1,1,0,0,0,2,0V6A1,1,0,0,0,9,5Zm4,2h8a1,1,0,0,0,0-2H13a1,1,0,0,0,0,2ZM5.77,9.69a1,1,0,0,0-1.41-.13l-2,1.67a1,1,0,0,0,0,1.54l2,1.67a1,1,0,0,0,1.41-.13,1,1,0,0,0-.13-1.41L4.56,12l1.08-.9A1,1,0,0,0,5.77,9.69ZM21,9H13a1,1,0,0,0,0,2h8a1,1,0,0,0,0-2Zm0,4H13a1,1,0,0,0,0,2h8a1,1,0,0,0,0-2Zm0,4H13a1,1,0,0,0,0,2h8a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"left indent \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M3,7H21a1,1,0,0,0,0-2H3A1,1,0,0,0,3,7Zm0,4H13a1,1,0,0,0,0-2H3a1,1,0,0,0,0,2ZM21.77,9.69a1,1,0,0,0-1.41-.12l-2,1.66a1,1,0,0,0,0,1.54l2,1.66a1,1,0,0,0,.64.24,1,1,0,0,0,.77-.36,1,1,0,0,0-.13-1.41L20.56,12l1.08-.9A1,1,0,0,0,21.77,9.69ZM21,17H3a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2ZM3,15H13a1,1,0,0,0,0-2H3a1,1,0,0,0,0,2Z\"/></svg></li><li title=\"left to right text direction \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M21.42,17.62a1,1,0,0,0-.21-.33l-3-3a1,1,0,0,0-1.42,1.42L18.09,17H3.5a1,1,0,0,0,0,2H18.09l-1.3,1.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l3-3a1,1,0,0,0,.21-.33A1,1,0,0,0,21.42,17.62ZM8.5,10v4a1,1,0,0,0,2,0V4h2V14a1,1,0,0,0,2,0V4h1a1,1,0,0,0,0-2h-7a4,4,0,0,0,0,8Zm0-6V8a2,2,0,0,1,0-4Z\"/></svg></li><li title=\"letter chinese a \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M20,5H13V4a1,1,0,0,0-2,0V5H4A1,1,0,0,0,4,7H15.88214a14.49252,14.49252,0,0,1-3.94067,7.95227A14.42561,14.42561,0,0,1,8.66406,9.67041a1.0002,1.0002,0,0,0-1.88867.65918,16.41412,16.41412,0,0,0,3.68012,5.95825,14.29858,14.29858,0,0,1-5.769,2.73511A1.00015,1.00015,0,0,0,4.89941,21a1.01758,1.01758,0,0,0,.21485-.023,16.297,16.297,0,0,0,6.831-3.31885A16.38746,16.38746,0,0,0,18.78711,20.977a1,1,0,0,0,.42578-1.9541,14.38226,14.38226,0,0,1-5.78955-2.73316A16.4802,16.4802,0,0,0,17.89233,7H20a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"letter english a \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M18.97021,19.75732,15.34912,5.27246A2.9958,2.9958,0,0,0,12.43848,3h-.877A2.9958,2.9958,0,0,0,8.65088,5.27246L5.02979,19.75732a1.0001,1.0001,0,0,0,1.94042.48536L8.28082,15h7.43836l1.31061,5.24268a1.0001,1.0001,0,0,0,1.94042-.48536ZM8.78082,13l1.81049-7.24219A.99825.99825,0,0,1,11.56152,5h.877a.99825.99825,0,0,1,.97021.75781L15.21918,13Z\"/></svg></li><li title=\"letter hindi a \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M20.022,3h-5a1,1,0,0,0,0,2h1.5v6H11.57208a4.95124,4.95124,0,0,0,1.02558-3A5,5,0,0,0,3.26758,5.5.99974.99974,0,1,0,4.999,6.5,3.00021,3.00021,0,1,1,7.59766,11a1,1,0,0,0,0,2A3,3,0,1,1,4.999,17.5a.99974.99974,0,0,0-1.73144,1A5,5,0,0,0,12.59766,16a4.95124,4.95124,0,0,0-1.02558-3H16.522v7a1,1,0,0,0,2,0V5h1.5a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"letter japanese a \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M20.47168,11.99707a4.86537,4.86537,0,0,0-4.00049-2.2038A5.59215,5.59215,0,0,0,16.34082,8.769a.9997.9997,0,1,0-1.94531.46192,3.55342,3.55342,0,0,1,.0827.60132,13.57729,13.57729,0,0,0-3.257.82189c.02252-1.20385.07678-2.40728.19672-3.60729l.03827-.38221a33.43522,33.43522,0,0,0,3.48224-.66418l.12011-.02979a1,1,0,1,0-.48047-1.9414l-.12207.03027c-.92163.23047-1.85565.40448-2.79394.5506l.15137-1.51056a1.00009,1.00009,0,0,0-1.99024-.19922L9.627,4.85962C8.69312,4.94336,7.75665,5,6.81836,5a1,1,0,0,0,0,2c.87054,0,1.7395-.04639,2.60681-.1142A46.66015,46.66015,0,0,0,9.222,11.58386c-.13421.07324-.26965.14209-.40264.21936a16.4074,16.4074,0,0,0-1.94922,1.31055l-.02246.01807a13.7396,13.7396,0,0,0-2.64844,2.70068,3.00419,3.00419,0,0,0,2.94629,4.71875A9.74034,9.74034,0,0,0,9.98328,19.5379a.99564.99564,0,0,0,1.82141-.70245c-.02423-.1452-.03534-.29193-.05811-.43732a13.83775,13.83775,0,0,0,1.314-1.15545,13.16694,13.16694,0,0,0,2.10168-2.729c.02289-.03949.04212-.0791.06445-.11865.118-.21057.22944-.422.33179-.63495.05383-.11108.1023-.22174.15155-.33282.05994-.13623.11719-.27222.17047-.40882.05646-.14361.10981-.28662.15845-.42968.03235-.09583.06055-.19123.08948-.28693.05133-.16882.10174-.3371.142-.50427l.005-.01776a3.01462,3.01462,0,0,1,2.46582,1.21972c1.01856,1.76709-.96289,4.977-4.417,7.15479a.99976.99976,0,1,0,1.0664,1.6914C19.88965,19.00977,22.07422,14.77734,20.47168,11.99707ZM6.7959,18.58252a1.00469,1.00469,0,0,1-.97949-1.57373,11.89343,11.89343,0,0,1,2.291-2.32275l.02637-.02149c.35388-.27692.742-.539,1.144-.793.0611,1.19537.17285,2.38684.32593,3.57489A8.18484,8.18484,0,0,1,6.7959,18.58252Zm7.32977-6.583a8.16646,8.16646,0,0,1-.31616.78137c-.0556.1189-.118.23774-.18018.35694q-.14419.27851-.3106.55432c-.08466.13953-.17188.27887-.26514.41742a11.48078,11.48078,0,0,1-1.40711,1.719c-.06982.06983-.14343.1333-.2146.201q-.16314-1.5975-.21124-3.20276a12.51276,12.51276,0,0,1,2.94-.93237C14.149,11.9295,14.13794,11.96436,14.12567,11.99951Z\"/></svg></li><li title=\"life ring \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M22,11.05c0-.11,0-.22,0-.33l-.09-.6-.09-.39c0-.17-.08-.34-.13-.51s-.08-.27-.13-.4a2.17,2.17,0,0,1-.07-.24s0,0,0-.05a10.1,10.1,0,0,0-5.9-5.9s0,0-.05,0l-.23-.07-.42-.13c-.15,0-.31-.08-.46-.12l-.46-.1-.46-.07c-.16,0-.31,0-.48-.06s-.35,0-.52,0L12,2l-.39,0c-.17,0-.35,0-.52,0s-.32,0-.48.06l-.46.07-.46.1c-.15,0-.31.07-.46.12l-.42.13-.23.07s0,0-.05,0a10.1,10.1,0,0,0-5.9,5.9s0,0,0,.05a2.17,2.17,0,0,1-.07.24c0,.13-.09.26-.13.4s-.09.34-.13.51l-.09.39-.09.6c0,.11,0,.22,0,.33,0,.31,0,.63,0,.95s0,.64,0,.95c0,.11,0,.22,0,.33l.09.6.09.39c0,.17.08.34.13.51s.08.27.13.4a2.17,2.17,0,0,1,.07.24.43.43,0,0,1,0,.07,10,10,0,0,0,5.89,5.88s0,0,.05,0l.24.07.4.13.51.13.39.09.6.09.33,0c.31,0,.63.05.95.05s.64,0,.95-.05l.33,0,.6-.09.39-.09.51-.13.4-.13.24-.07s0,0,.05,0a10,10,0,0,0,5.89-5.88.43.43,0,0,1,0-.07c0-.08.05-.16.07-.24s.09-.26.13-.4.09-.34.13-.51l.09-.39.09-.6c0-.11,0-.22,0-.33,0-.31.05-.63.05-.95S22,11.36,22,11.05Zm-6.3-6.16a8,8,0,0,1,3.46,3.46l-2.86,1a5.14,5.14,0,0,0-1.64-1.64Zm-5.36-.7c.21-.05.41-.08.61-.11l.24,0a8.24,8.24,0,0,1,1.72,0l.24,0c.2,0,.4.06.61.11h.06l-1,2.86A4.49,4.49,0,0,0,12,7a4.4,4.4,0,0,0-.73.06l-1-2.86Zm-1.94.7,1,2.86A5.14,5.14,0,0,0,7.75,9.39l-2.86-1A8,8,0,0,1,8.35,4.89ZM4.19,13.71a4.17,4.17,0,0,1-.1-.6c0-.09,0-.17,0-.25a7.42,7.42,0,0,1,0-1.72c0-.08,0-.16,0-.25a4.17,4.17,0,0,1,.1-.6s0,0,0-.06l2.86,1a4.47,4.47,0,0,0,0,1.46l-2.86,1S4.19,13.73,4.19,13.71Zm4.16,5.4a8,8,0,0,1-3.46-3.46l2.86-1a5.14,5.14,0,0,0,1.64,1.64Zm5.36.7c-.21.05-.41.08-.61.11l-.24,0a8.24,8.24,0,0,1-1.72,0l-.24,0c-.2,0-.4-.06-.61-.11h-.06l1-2.86a4.47,4.47,0,0,0,1.46,0l1,2.86Zm-.67-5h0c-.17.06-.34.1-.5.14a2.73,2.73,0,0,1-1,0c-.16,0-.33-.08-.5-.14h0A3,3,0,0,1,9.2,13v0a3.23,3.23,0,0,1-.14-.51,2.63,2.63,0,0,1,0-1A3.23,3.23,0,0,1,9.19,11v0A3,3,0,0,1,11,9.2h0c.17-.06.34-.1.5-.14a2.73,2.73,0,0,1,1,0c.16,0,.33.08.5.14h0A3,3,0,0,1,14.8,11v0a3.23,3.23,0,0,1,.14.51,2.63,2.63,0,0,1,0,1,3.23,3.23,0,0,1-.14.51v0A3,3,0,0,1,13,14.8Zm2.61,4.31-1-2.86a5.14,5.14,0,0,0,1.64-1.64l2.86,1A8,8,0,0,1,15.65,19.11ZM20,12.86c0,.08,0,.16,0,.25a4.17,4.17,0,0,1-.1.6s0,0,0,.06l-2.86-1a4.47,4.47,0,0,0,0-1.46l2.86-1s0,0,0,.06a4.17,4.17,0,0,1,.1.6c0,.09,0,.17,0,.25a7.42,7.42,0,0,1,0,1.72Z\"/></svg></li><li title=\"lightbulb alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M17.09,2.82a8,8,0,0,0-6.68-1.66A8,8,0,0,0,4.14,7.48a8.07,8.07,0,0,0,1.72,6.65A4.54,4.54,0,0,1,7,17v3a3,3,0,0,0,3,3h4a3,3,0,0,0,3-3V17.19A5.17,5.17,0,0,1,18.22,14a8,8,0,0,0-1.13-11.2ZM15,20a1,1,0,0,1-1,1H10a1,1,0,0,1-1-1V19h6Zm1.67-7.24A7.13,7.13,0,0,0,15,17H13V14a1,1,0,0,0-2,0v3H9a6.5,6.5,0,0,0-1.6-4.16,6,6,0,0,1,3.39-9.72A6,6,0,0,1,18,9,5.89,5.89,0,0,1,16.67,12.76Z\"/></svg></li><li title=\"lightbulb \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M17.45,12.46a7,7,0,0,0-1-9.83,7.09,7.09,0,0,0-5.92-1.4,7,7,0,0,0-4,11.15,4.76,4.76,0,0,1,1.08,2.86v.29A2,2,0,0,0,7,16.93v2a2,2,0,0,0,2,2v1a1,1,0,0,0,2,0v-1h2v1a1,1,0,0,0,2,0v-1a2,2,0,0,0,2-2v-2a2,2,0,0,0-.57-1.4V15.1A4.26,4.26,0,0,1,17.45,12.46ZM9,18.93v-2h6v2Zm6.89-7.72a6.18,6.18,0,0,0-1.46,3.72H9.56a6.67,6.67,0,0,0-1.5-3.78,5,5,0,0,1,2.84-8A5,5,0,0,1,17,8.07,4.92,4.92,0,0,1,15.89,11.21Z\"/></svg></li><li title=\"line alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21.71,3.29a1,1,0,0,0-1.42,0l-18,18a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l18-18A1,1,0,0,0,21.71,3.29Z\"/></svg></li><li title=\"line spacing \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M6.29,9.71a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42l-2-2a1,1,0,0,0-.33-.21,1,1,0,0,0-.76,0,1,1,0,0,0-.33.21l-2,2A1,1,0,0,0,3.71,9.71L4,9.41v5.18l-.29-.3a1,1,0,0,0-1.42,1.42l2,2a1,1,0,0,0,.33.21.94.94,0,0,0,.76,0,1,1,0,0,0,.33-.21l2-2a1,1,0,0,0-1.42-1.42l-.29.3V9.41ZM11,8H21a1,1,0,0,0,0-2H11a1,1,0,0,0,0,2Zm10,3H11a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2Zm0,5H11a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"line \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M13.78,9.46h0a.38.38,0,0,0-.38.38v1.67L12,9.65a.4.4,0,0,0-.33-.19h0a.38.38,0,0,0-.38.38v2.84a.38.38,0,0,0,.38.38h0a.38.38,0,0,0,.38-.38V11l1.39,1.91,0,0h0a.27.27,0,0,0,.15.11.32.32,0,0,0,.14,0h0A.33.33,0,0,0,14,13l.1-.07h0a.39.39,0,0,0,.11-.27V9.84A.38.38,0,0,0,13.78,9.46ZM9.2,12.27H8.14V9.84a.38.38,0,0,0-.38-.38h0a.38.38,0,0,0-.38.38v2.84a.38.38,0,0,0,.38.38H9.2a.39.39,0,0,0,.39-.38v0A.39.39,0,0,0,9.2,12.27Zm1.11-2.81h0a.39.39,0,0,0-.39.38v2.84a.39.39,0,0,0,.39.38h0a.38.38,0,0,0,.38-.38V9.84A.38.38,0,0,0,10.31,9.46ZM17.91,2H6.09A4.1,4.1,0,0,0,2,6.09V17.91A4.1,4.1,0,0,0,6.09,22H17.91A4.1,4.1,0,0,0,22,17.91V6.09A4.1,4.1,0,0,0,17.91,2Zm.31,12.28a1.55,1.55,0,0,1-.13.17h0a5.5,5.5,0,0,1-.8.8c-2,1.87-5.36,4.11-5.81,3.76s.64-1.76-.53-2a1,1,0,0,1-.25,0h0c-3.44-.48-6-2.89-6-5.78,0-3.25,3.29-5.88,7.34-5.88s7.34,2.63,7.34,5.88A5,5,0,0,1,18.22,14.28ZM16.51,9.47H15a.38.38,0,0,0-.38.38v2.84a.38.38,0,0,0,.38.38h1.48a.38.38,0,0,0,.38-.38v0a.38.38,0,0,0-.38-.38H15.45v-.6h1.06a.39.39,0,0,0,.38-.39v0a.38.38,0,0,0-.38-.38H15.45v-.61h1.06a.38.38,0,0,0,.38-.38v0A.38.38,0,0,0,16.51,9.47Z\"/></svg></li><li title=\"link add \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M12.11,15.39,8.23,19.27a2.47,2.47,0,0,1-3.5,0,2.46,2.46,0,0,1,0-3.5l3.88-3.88a1,1,0,1,0-1.42-1.42L3.31,14.36a4.48,4.48,0,0,0,6.33,6.33l3.89-3.88a1,1,0,0,0-1.42-1.42Zm-3.28-.22a1,1,0,0,0,.71.29,1,1,0,0,0,.71-.29l4.92-4.92a1,1,0,1,0-1.42-1.42L8.83,13.75A1,1,0,0,0,8.83,15.17ZM21,18H20V17a1,1,0,0,0-2,0v1H17a1,1,0,0,0,0,2h1v1a1,1,0,0,0,2,0V20h1a1,1,0,0,0,0-2Zm-4.19-4.47,3.88-3.89a4.48,4.48,0,0,0-6.33-6.33L10.47,7.19a1,1,0,1,0,1.42,1.42l3.88-3.88a2.47,2.47,0,0,1,3.5,0,2.46,2.46,0,0,1,0,3.5l-3.88,3.88a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0Z\"/></svg></li><li title=\"link alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12.11,15.39,8.23,19.27a2.52,2.52,0,0,1-3.5,0,2.47,2.47,0,0,1,0-3.5l3.88-3.88a1,1,0,1,0-1.42-1.42L3.31,14.36a4.48,4.48,0,0,0,6.33,6.33l3.89-3.88a1,1,0,0,0-1.42-1.42ZM20.69,3.31a4.49,4.49,0,0,0-6.33,0L10.47,7.19a1,1,0,1,0,1.42,1.42l3.88-3.88a2.52,2.52,0,0,1,3.5,0,2.47,2.47,0,0,1,0,3.5l-3.88,3.88a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l3.88-3.89A4.49,4.49,0,0,0,20.69,3.31ZM8.83,15.17a1,1,0,0,0,.71.29,1,1,0,0,0,.71-.29l4.92-4.92a1,1,0,1,0-1.42-1.42L8.83,13.75A1,1,0,0,0,8.83,15.17Z\"/></svg></li><li title=\"link broken \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M4.76,10.59a1,1,0,0,0,.26-2L3.26,8.15a1,1,0,1,0-.52,1.93l1.76.47A.78.78,0,0,0,4.76,10.59ZM8.62,5a1,1,0,0,0,1,.74.82.82,0,0,0,.26,0,1,1,0,0,0,.7-1.22l-.47-1.76a1,1,0,1,0-1.93.52Zm4.83,10A1,1,0,0,0,12,15L8.5,18.56a2.21,2.21,0,0,1-3.06,0,2.15,2.15,0,0,1,0-3.06L9,12a1,1,0,1,0-1.41-1.41L4,14.08A4.17,4.17,0,1,0,9.92,20l3.53-3.53A1,1,0,0,0,13.45,15ZM5.18,6.59a1,1,0,0,0,.7.29,1,1,0,0,0,.71-.29,1,1,0,0,0,0-1.41L5.3,3.89A1,1,0,0,0,3.89,5.3Zm16.08,7.33-1.76-.47A1,1,0,1,0,19,15.38l1.76.47.26,0a1,1,0,0,0,.26-2ZM15.38,19a1,1,0,0,0-1.23-.7,1,1,0,0,0-.7,1.22l.47,1.76a1,1,0,0,0,1,.74,1.15,1.15,0,0,0,.26,0,1,1,0,0,0,.71-1.23Zm3.44-1.57a1,1,0,0,0-1.41,1.41l1.29,1.29a1,1,0,0,0,1.41,0,1,1,0,0,0,0-1.41ZM21.2,7A4.16,4.16,0,0,0,14.08,4L10.55,7.56A1,1,0,1,0,12,9L15.5,5.44a2.21,2.21,0,0,1,3.06,0,2.15,2.15,0,0,1,0,3.06L15,12a1,1,0,0,0,0,1.41,1,1,0,0,0,1.41,0L20,9.92A4.19,4.19,0,0,0,21.2,7Z\"/></svg></li><li title=\"link h \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M8,12a1,1,0,0,0,1,1h6a1,1,0,0,0,0-2H9A1,1,0,0,0,8,12Zm2,3H7A3,3,0,0,1,7,9h3a1,1,0,0,0,0-2H7A5,5,0,0,0,7,17h3a1,1,0,0,0,0-2Zm7-8H14a1,1,0,0,0,0,2h3a3,3,0,0,1,0,6H14a1,1,0,0,0,0,2h3A5,5,0,0,0,17,7Z\"/></svg></li><li title=\"link \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M10,17.55,8.23,19.27a2.47,2.47,0,0,1-3.5-3.5l4.54-4.55a2.46,2.46,0,0,1,3.39-.09l.12.1a1,1,0,0,0,1.4-1.43A2.75,2.75,0,0,0,14,9.59a4.46,4.46,0,0,0-6.09.22L3.31,14.36a4.48,4.48,0,0,0,6.33,6.33L11.37,19A1,1,0,0,0,10,17.55ZM20.69,3.31a4.49,4.49,0,0,0-6.33,0L12.63,5A1,1,0,0,0,14,6.45l1.73-1.72a2.47,2.47,0,0,1,3.5,3.5l-4.54,4.55a2.46,2.46,0,0,1-3.39.09l-.12-.1a1,1,0,0,0-1.4,1.43,2.75,2.75,0,0,0,.23.21,4.47,4.47,0,0,0,6.09-.22l4.55-4.55A4.49,4.49,0,0,0,20.69,3.31Z\"/></svg></li><li title=\"linkedin alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M17.5,8.999a5.41868,5.41868,0,0,0-2.56543.64453A.99918.99918,0,0,0,14,8.999H10a.99943.99943,0,0,0-1,1v12a.99942.99942,0,0,0,1,1h4a.99942.99942,0,0,0,1-1v-5.5a1,1,0,1,1,2,0v5.5a.99942.99942,0,0,0,1,1h4a.99942.99942,0,0,0,1-1v-7.5A5.50685,5.50685,0,0,0,17.5,8.999Zm3.5,12H19v-4.5a3,3,0,1,0-6,0v4.5H11v-10h2v.70313a1.00048,1.00048,0,0,0,1.78125.625A3.48258,3.48258,0,0,1,21,14.499Zm-14-12H3a.99943.99943,0,0,0-1,1v12a.99942.99942,0,0,0,1,1H7a.99942.99942,0,0,0,1-1v-12A.99943.99943,0,0,0,7,8.999Zm-1,12H4v-10H6ZM5.01465,1.542A3.23283,3.23283,0,1,0,4.958,7.999h.02832a3.23341,3.23341,0,1,0,.02832-6.457ZM4.98633,5.999H4.958A1.22193,1.22193,0,0,1,3.58887,4.77051c0-.7461.55957-1.22852,1.42578-1.22852A1.2335,1.2335,0,0,1,6.41113,4.77051C6.41113,5.5166,5.85156,5.999,4.98633,5.999Z\"/></svg></li><li title=\"linkedin \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M20.47,2H3.53A1.45,1.45,0,0,0,2.06,3.43V20.57A1.45,1.45,0,0,0,3.53,22H20.47a1.45,1.45,0,0,0,1.47-1.43V3.43A1.45,1.45,0,0,0,20.47,2ZM8.09,18.74h-3v-9h3ZM6.59,8.48h0a1.56,1.56,0,1,1,0-3.12,1.57,1.57,0,1,1,0,3.12ZM18.91,18.74h-3V13.91c0-1.21-.43-2-1.52-2A1.65,1.65,0,0,0,12.85,13a2,2,0,0,0-.1.73v5h-3s0-8.18,0-9h3V11A3,3,0,0,1,15.46,9.5c2,0,3.45,1.29,3.45,4.06Z\"/></svg></li><li title=\"linux \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M19.7,17.6c-0.1-0.2-0.2-0.4-0.2-0.6c0-0.4-0.2-0.7-0.5-1c-0.1-0.1-0.3-0.2-0.4-0.2c0.6-1.8-0.3-3.6-1.3-4.9c0,0,0,0,0,0c-0.8-1.2-2-2.1-1.9-3.7c0-1.9,0.2-5.4-3.3-5.1C8.5,2.3,9.5,6,9.4,7.3c0,1.1-0.5,2.2-1.3,3.1c-0.2,0.2-0.4,0.5-0.5,0.7c-1,1.2-1.5,2.8-1.5,4.3c-0.2,0.2-0.4,0.4-0.5,0.6c-0.1,0.1-0.2,0.2-0.2,0.3c-0.1,0.1-0.3,0.2-0.5,0.3c-0.4,0.1-0.7,0.3-0.9,0.7c-0.1,0.3-0.2,0.7-0.1,1.1c0.1,0.2,0.1,0.4,0,0.7c-0.2,0.4-0.2,0.9,0,1.4c0.3,0.4,0.8,0.5,1.5,0.6c0.5,0,1.1,0.2,1.6,0.4l0,0c0.5,0.3,1.1,0.5,1.7,0.5c0.3,0,0.7-0.1,1-0.2c0.3-0.2,0.5-0.4,0.6-0.7c0.4,0,1-0.2,1.7-0.2c0.6,0,1.2,0.2,2,0.1c0,0.1,0,0.2,0.1,0.3c0.2,0.5,0.7,0.9,1.3,1c0.1,0,0.1,0,0.2,0c0.8-0.1,1.6-0.5,2.1-1.1l0,0c0.4-0.4,0.9-0.7,1.4-0.9c0.6-0.3,1-0.5,1.1-1C20.3,18.6,20.1,18.2,19.7,17.6z M12.8,4.8c0.6,0.1,1.1,0.6,1,1.2c0,0.3-0.1,0.6-0.3,0.9c0,0,0,0-0.1,0c-0.2-0.1-0.3-0.1-0.4-0.2c0.1-0.1,0.1-0.3,0.2-0.5c0-0.4-0.2-0.7-0.4-0.7c-0.3,0-0.5,0.3-0.5,0.7c0,0,0,0.1,0,0.1c-0.1-0.1-0.3-0.1-0.4-0.2c0,0,0-0.1,0-0.1C11.8,5.5,12.2,4.9,12.8,4.8z M12.5,6.8c0.1,0.1,0.3,0.2,0.4,0.2c0.1,0,0.3,0.1,0.4,0.2c0.2,0.1,0.4,0.2,0.4,0.5c0,0.3-0.3,0.6-0.9,0.8c-0.2,0.1-0.3,0.1-0.4,0.2c-0.3,0.2-0.6,0.3-1,0.3c-0.3,0-0.6-0.2-0.8-0.4c-0.1-0.1-0.2-0.2-0.4-0.3C10.1,8.2,9.9,8,9.8,7.7c0-0.1,0.1-0.2,0.2-0.3c0.3-0.2,0.4-0.3,0.5-0.4l0.1-0.1c0.2-0.3,0.6-0.5,1-0.5C11.9,6.5,12.2,6.6,12.5,6.8z M10.4,5c0.4,0,0.7,0.4,0.8,1.1c0,0.1,0,0.1,0,0.2c-0.1,0-0.3,0.1-0.4,0.2c0,0,0-0.1,0-0.2c0-0.3-0.2-0.6-0.4-0.5c-0.2,0-0.3,0.3-0.3,0.6c0,0.2,0.1,0.3,0.2,0.4l0,0c0,0-0.1,0.1-0.2,0.1C9.9,6.7,9.7,6.4,9.7,6.1C9.7,5.5,10,5,10.4,5z M9.4,21.1c-0.7,0.3-1.6,0.2-2.2-0.2c-0.6-0.3-1.1-0.4-1.8-0.4c-0.5-0.1-1-0.1-1.1-0.3c-0.1-0.2-0.1-0.5,0.1-1c0.1-0.3,0.1-0.6,0-0.9c-0.1-0.3-0.1-0.5,0-0.8C4.5,17.2,4.7,17.1,5,17c0.3-0.1,0.5-0.2,0.7-0.4c0.1-0.1,0.2-0.2,0.3-0.4c0.3-0.4,0.5-0.6,0.8-0.6c0.6,0.1,1.1,1,1.5,1.9c0.2,0.3,0.4,0.7,0.7,1c0.4,0.5,0.9,1.2,0.9,1.6C9.9,20.6,9.7,20.9,9.4,21.1z M14.3,18.9c0,0.1,0,0.1-0.1,0.2c-1.2,0.9-2.8,1-4.1,0.3c-0.2-0.3-0.4-0.6-0.6-0.9c0.9-0.1,0.7-1.3-1.2-2.5c-2-1.3-0.6-3.7,0.1-4.8c0.1-0.1,0.1,0-0.3,0.8c-0.3,0.6-0.9,2.1-0.1,3.2c0-0.8,0.2-1.6,0.5-2.4c0.7-1.3,1.2-2.8,1.5-4.3c0.1,0.1,0.1,0.1,0.2,0.1c0.1,0.1,0.2,0.2,0.3,0.2c0.2,0.3,0.6,0.4,0.9,0.4c0,0,0.1,0,0.1,0c0.4,0,0.8-0.1,1.1-0.4c0.1-0.1,0.2-0.2,0.4-0.2c0.3-0.1,0.6-0.3,0.9-0.6c0.4,1.3,0.8,2.5,1.4,3.6c0.4,0.8,0.7,1.6,0.9,2.5c0.3,0,0.7,0.1,1,0.3c0.8,0.4,1.1,0.7,1,1.2c-0.1,0-0.1,0-0.2,0c0-0.3-0.2-0.6-0.9-0.9c-0.7-0.3-1.3-0.3-1.5,0.4c-0.1,0-0.2,0.1-0.3,0.1c-0.8,0.4-0.8,1.5-0.9,2.6C14.5,18.2,14.4,18.5,14.3,18.9z M18.9,19.5c-0.6,0.2-1.1,0.6-1.5,1.1c-0.4,0.6-1.1,1-1.9,0.9c-0.4,0-0.8-0.3-0.9-0.7c-0.1-0.6-0.1-1.2,0.2-1.8c0.1-0.4,0.2-0.7,0.3-1.1c0.1-1.2,0.1-1.9,0.6-2.2h0c0,0.5,0.3,0.8,0.7,1c0.5,0,1-0.1,1.4-0.5c0.1,0,0.1,0,0.2,0c0.3,0,0.5,0,0.7,0.2c0.2,0.2,0.3,0.5,0.3,0.7c0,0.3,0.2,0.6,0.3,0.9c0.5,0.5,0.5,0.8,0.5,0.9C19.7,19.1,19.3,19.3,18.9,19.5z M9.9,7.5c-0.1,0-0.1,0-0.1,0.1c0,0,0,0.1,0.1,0.1c0,0,0,0,0,0c0.1,0,0.1,0.1,0.1,0.1c0.3,0.4,0.8,0.6,1.4,0.7c0.5-0.1,1-0.2,1.5-0.6c0.2-0.1,0.4-0.2,0.6-0.3c0.1,0,0.1-0.1,0.1-0.1c0-0.1,0-0.1-0.1-0.1l0,0c-0.2,0.1-0.5,0.2-0.7,0.3c-0.4,0.3-0.9,0.5-1.4,0.5c-0.5,0-0.9-0.3-1.2-0.6C10.1,7.6,10,7.5,9.9,7.5z\"/></svg></li><li title=\"lira sign \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M18,12a1,1,0,0,0-1,1,7.00787,7.00787,0,0,1-7,7V11.13538l5.2168-1.15931a.99986.99986,0,0,0-.4336-1.95214L10,9.08685V7.13538l5.2168-1.15931a.99986.99986,0,1,0-.4336-1.95214L10,5.08685V3A1,1,0,0,0,8,3V5.53131l-2.2168.49262a.99986.99986,0,1,0,.4336,1.95214L8,7.57983V9.53131l-2.2168.49262a.99986.99986,0,1,0,.4336,1.95214L8,11.57983V21a1,1,0,0,0,1,1h1a9.01047,9.01047,0,0,0,9-9A1,1,0,0,0,18,12Z\"/></svg></li><li title=\"list ol alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M7,20H4v-0.1C4,19.4,4.4,19,4.9,19c1.4,0,2.6-0.9,3-2.2c0.4-1.6-0.5-3.3-2.1-3.7c-1.3-0.4-2.7,0.2-3.4,1.4c-0.3,0.5-0.1,1.1,0.4,1.4c0.5,0.3,1.1,0.1,1.4-0.4c0,0,0,0,0,0c0.3-0.5,0.9-0.6,1.4-0.3c0.1,0.1,0.2,0.1,0.2,0.2C6,15.7,6,16,6,16.3c-0.2,0.4-0.6,0.7-1,0.7C3.3,17,2,18.3,2,19.9V21c0,0.6,0.4,1,1,1h4c0.6,0,1-0.4,1-1S7.6,20,7,20z M7,9H6V3c0-0.6-0.4-1-1-1S4,2.4,4,3v1H3C2.4,4,2,4.4,2,5s0.4,1,1,1h1v3H3c-0.6,0-1,0.4-1,1s0.4,1,1,1h4c0.6,0,1-0.4,1-1S7.6,9,7,9z M11,6h10c0.6,0,1-0.4,1-1s-0.4-1-1-1H11c-0.6,0-1,0.4-1,1S10.4,6,11,6z M21,20H11c-0.6,0-1,0.4-1,1s0.4,1,1,1h10c0.6,0,1-0.4,1-1S21.6,20,21,20z M21,9H11c-0.6,0-1,0.4-1,1s0.4,1,1,1h10c0.6,0,1-0.4,1-1S21.6,9,21,9z M21,15H11c-0.6,0-1,0.4-1,1s0.4,1,1,1h10c0.6,0,1-0.4,1-1S21.6,15,21,15z\"/></svg></li><li title=\"list ol \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M7,20H4v-0.1C4,19.4,4.4,19,4.9,19c1.4,0,2.6-0.9,3-2.2c0.4-1.6-0.5-3.3-2.1-3.7c-1.3-0.4-2.7,0.2-3.4,1.4c-0.3,0.5-0.1,1.1,0.4,1.4c0.5,0.3,1.1,0.1,1.4-0.4c0,0,0,0,0,0c0.3-0.5,0.9-0.6,1.4-0.3c0.1,0.1,0.2,0.1,0.2,0.2C6,15.7,6,16,6,16.3c-0.2,0.4-0.6,0.7-1,0.7C3.3,17,2,18.3,2,19.9V21c0,0.6,0.4,1,1,1h4c0.6,0,1-0.4,1-1S7.6,20,7,20z M11,7h10c0.6,0,1-0.4,1-1s-0.4-1-1-1H11c-0.6,0-1,0.4-1,1S10.4,7,11,7z M7,9H6V3c0-0.6-0.4-1-1-1S4,2.4,4,3v1H3C2.4,4,2,4.4,2,5s0.4,1,1,1h1v3H3c-0.6,0-1,0.4-1,1s0.4,1,1,1h4c0.6,0,1-0.4,1-1S7.6,9,7,9z M21,16H11c-0.6,0-1,0.4-1,1s0.4,1,1,1h10c0.6,0,1-0.4,1-1S21.6,16,21,16z\"/></svg></li><li title=\"list ui alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M3.5,6a1,1,0,1,0,1,1A1,1,0,0,0,3.5,6Zm4,2h14a1,1,0,0,0,0-2H7.5a1,1,0,0,0,0,2Zm0,3a1,1,0,1,0,1,1A1,1,0,0,0,7.5,11Zm4,5a1,1,0,1,0,1,1A1,1,0,0,0,11.5,16Zm10-5h-10a1,1,0,0,0,0,2h10a1,1,0,0,0,0-2Zm0,5h-6a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"list ul \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M3.71,16.29a1,1,0,0,0-.33-.21,1,1,0,0,0-.76,0,1,1,0,0,0-.33.21,1,1,0,0,0-.21.33,1,1,0,0,0,.21,1.09,1.15,1.15,0,0,0,.33.21.94.94,0,0,0,.76,0,1.15,1.15,0,0,0,.33-.21,1,1,0,0,0,.21-1.09A1,1,0,0,0,3.71,16.29ZM7,8H21a1,1,0,0,0,0-2H7A1,1,0,0,0,7,8ZM3.71,11.29a1,1,0,0,0-1.09-.21,1.15,1.15,0,0,0-.33.21,1,1,0,0,0-.21.33.94.94,0,0,0,0,.76,1.15,1.15,0,0,0,.21.33,1.15,1.15,0,0,0,.33.21.94.94,0,0,0,.76,0,1.15,1.15,0,0,0,.33-.21,1.15,1.15,0,0,0,.21-.33.94.94,0,0,0,0-.76A1,1,0,0,0,3.71,11.29ZM21,11H7a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2ZM3.71,6.29a1,1,0,0,0-.33-.21,1,1,0,0,0-1.09.21,1.15,1.15,0,0,0-.21.33.94.94,0,0,0,0,.76,1.15,1.15,0,0,0,.21.33,1.15,1.15,0,0,0,.33.21,1,1,0,0,0,1.09-.21,1.15,1.15,0,0,0,.21-.33.94.94,0,0,0,0-.76A1.15,1.15,0,0,0,3.71,6.29ZM21,16H7a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"location arrow alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21.68,17.65l-7-14a3,3,0,0,0-5.36,0l-7,14a3,3,0,0,0,3.9,4.08l5.37-2.4h0a1.06,1.06,0,0,1,.82,0l5.37,2.4a3,3,0,0,0,3.9-4.08Zm-2,2a1,1,0,0,1-1.13.22l-5.37-2.39a3,3,0,0,0-2.44,0L5.41,19.9a1,1,0,0,1-1.3-1.35l7-14a1,1,0,0,1,1.78,0l7,14A1,1,0,0,1,19.72,19.68Z\"/></svg></li><li title=\"location arrow \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21.15,2.86a2.89,2.89,0,0,0-3-.71L4,6.88a2.9,2.9,0,0,0-.12,5.47l5.24,2h0a.93.93,0,0,1,.53.52l2,5.25A2.87,2.87,0,0,0,14.36,22h.07a2.88,2.88,0,0,0,2.69-2L21.85,5.83A2.89,2.89,0,0,0,21.15,2.86ZM20,5.2,15.22,19.38a.88.88,0,0,1-.84.62.92.92,0,0,1-.87-.58l-2-5.25a2.91,2.91,0,0,0-1.67-1.68l-5.25-2A.9.9,0,0,1,4,9.62a.88.88,0,0,1,.62-.84L18.8,4.05A.91.91,0,0,1,20,5.2Z\"/></svg></li><li title=\"location pin alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,10.8a2,2,0,1,0-2-2A2,2,0,0,0,12,10.8Zm-.71,6.91a1,1,0,0,0,1.42,0l4.09-4.1a6.79,6.79,0,1,0-9.6,0ZM7.23,8.34A4.81,4.81,0,0,1,9.36,4.79a4.81,4.81,0,0,1,5.28,0,4.82,4.82,0,0,1,.75,7.41L12,15.59,8.61,12.2A4.77,4.77,0,0,1,7.23,8.34ZM19,20H5a1,1,0,0,0,0,2H19a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"location point \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M18,4.48a8.45,8.45,0,0,0-12,12l5.27,5.28a1,1,0,0,0,1.42,0L18,16.43A8.45,8.45,0,0,0,18,4.48ZM16.57,15,12,19.59,7.43,15a6.46,6.46,0,1,1,9.14,0ZM9,7.41a4.32,4.32,0,0,0,0,6.1,4.31,4.31,0,0,0,7.36-3,4.24,4.24,0,0,0-1.26-3.05A4.3,4.3,0,0,0,9,7.41Zm4.69,4.68a2.33,2.33,0,1,1,.67-1.63A2.33,2.33,0,0,1,13.64,12.09Z\"/></svg></li><li title=\"lock access \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21,2H15a1,1,0,0,0,0,2h5V9a1,1,0,0,0,2,0V3A1,1,0,0,0,21,2Zm0,12a1,1,0,0,0-1,1v5H15a1,1,0,0,0,0,2h6a1,1,0,0,0,1-1V15A1,1,0,0,0,21,14ZM12,6A3,3,0,0,0,9,9v1a2,2,0,0,0-2,2v4a2,2,0,0,0,2,2h6a2,2,0,0,0,2-2V12a2,2,0,0,0-2-2V9A3,3,0,0,0,12,6ZM11,9a1,1,0,0,1,2,0v1H11Zm4,7H9V12h6ZM3,10A1,1,0,0,0,4,9V4H9A1,1,0,0,0,9,2H3A1,1,0,0,0,2,3V9A1,1,0,0,0,3,10ZM9,20H4V15a1,1,0,0,0-2,0v6a1,1,0,0,0,1,1H9a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"lock alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,13a1,1,0,0,0-1,1v3a1,1,0,0,0,2,0V14A1,1,0,0,0,12,13Zm5-4V7A5,5,0,0,0,7,7V9a3,3,0,0,0-3,3v7a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V12A3,3,0,0,0,17,9ZM9,7a3,3,0,0,1,6,0V9H9Zm9,12a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V12a1,1,0,0,1,1-1H17a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"lock open alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,13a1.49,1.49,0,0,0-1,2.61V17a1,1,0,0,0,2,0V15.61A1.49,1.49,0,0,0,12,13Zm5-4H9V7a3,3,0,0,1,5.12-2.13,3.08,3.08,0,0,1,.78,1.38,1,1,0,1,0,1.94-.5,5.09,5.09,0,0,0-1.31-2.29A5,5,0,0,0,7,7V9a3,3,0,0,0-3,3v7a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V12A3,3,0,0,0,17,9Zm1,10a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V12a1,1,0,0,1,1-1H17a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"lock slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M10.84,5.38a2,2,0,0,1,2.57.21A2,2,0,0,1,14,7v3a1,1,0,0,0,1,1h1a1,1,0,0,1,1,1v.34a1,1,0,0,0,2,0V12a3,3,0,0,0-3-3V7a4,4,0,0,0-1.17-2.83,4.06,4.06,0,0,0-5.19-.39,1,1,0,1,0,1.2,1.6ZM21.71,20.29l-18-18A1,1,0,0,0,2.29,3.71L7.62,9A3,3,0,0,0,5,12v6a3,3,0,0,0,3,3h8a3,3,0,0,0,2.39-1.2l1.9,1.91a1,1,0,0,0,1.42,0A1,1,0,0,0,21.71,20.29ZM16,19H8a1,1,0,0,1-1-1V12a1,1,0,0,1,1-1H9.59l2.07,2.07A1,1,0,0,0,11,14v2a1,1,0,0,0,2,0V14.41l3.93,3.93A1,1,0,0,1,16,19Z\"/></svg></li><li title=\"lock \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M17,9V7A5,5,0,0,0,7,7V9a3,3,0,0,0-3,3v7a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V12A3,3,0,0,0,17,9ZM9,7a3,3,0,0,1,6,0V9H9Zm9,12a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V12a1,1,0,0,1,1-1H17a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"lottiefiles alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M19,2H5A3.00328,3.00328,0,0,0,2,5V19a3.00328,3.00328,0,0,0,3,3H19a3.00328,3.00328,0,0,0,3-3V5A3.00328,3.00328,0,0,0,19,2ZM17,8c-1.65918,0-2.85645,2.17725-4.124,4.48193C11.38379,15.19482,9.84082,18,7,18a1,1,0,0,1,0-2c1.65918,0,2.85645-2.17725,4.124-4.48193C12.61621,8.80518,14.15918,6,17,6a1,1,0,0,1,0,2Z\"/></svg></li><li title=\"lottiefiles \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M17,6c-2.8,0-4.4,2.8-5.9,5.5C9.9,13.8,8.7,16,7,16c-0.6,0-1,0.4-1,1s0.4,1,1,1c2.8,0,4.4-2.8,5.9-5.5C14.1,10.2,15.3,8,17,8c0.6,0,1-0.4,1-1S17.6,6,17,6z M19,2H5C3.3,2,2,3.3,2,5v14c0,1.7,1.3,3,3,3h14c1.7,0,3-1.3,3-3V5C22,3.3,20.7,2,19,2z M20,19c0,0.6-0.4,1-1,1H5c-0.6,0-1-0.4-1-1V5c0-0.6,0.4-1,1-1h14c0.6,0,1,0.4,1,1V19z\"/></svg></li><li title=\"luggage cart \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M2,13.5v2a1,1,0,0,0,1,1H13a3,3,0,0,0,6,0h2a1,1,0,0,0,1-1v-8a3,3,0,0,0-3-3H9a3,3,0,0,0-3,3v7H4v-1a1,1,0,0,0-2,0Zm13,3a1,1,0,1,1,1,1A1,1,0,0,1,15,16.5Zm-7-6H20v4H18.22a3,3,0,0,0-4.44,0H8Zm0-3a1,1,0,0,1,1-1H19a1,1,0,0,1,1,1v1H8Z\"/></svg></li><li title=\"mailbox alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M11,13h2a1,1,0,0,0,0-2H11a1,1,0,0,0,0,2Zm8,7H18V9h1a1,1,0,0,0,0-2H17.91A6,6,0,0,0,6.09,7H5A1,1,0,0,0,5,9H6V20H5a1,1,0,0,0,0,2H19a1,1,0,0,0,0-2ZM12,4a4,4,0,0,1,3.86,3H8.14A4,4,0,0,1,12,4Zm4,16H8V18h8Zm0-4H8V9h8Z\"/></svg></li><li title=\"mailbox \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M8,12h2a1,1,0,0,0,0-2H8a1,1,0,0,0,0,2Zm9-6H12V4h1a1,1,0,0,0,0-2H11a1,1,0,0,0-1,1V6H7a4,4,0,0,0-4,4v6a1,1,0,0,0,1,1h6v4a1,1,0,0,0,2,0V17h8a1,1,0,0,0,1-1V10A4,4,0,0,0,17,6Zm-4,4v5H5V10A2,2,0,0,1,7,8h6.56A3.91,3.91,0,0,0,13,10Zm6,5H15V10a2,2,0,0,1,4,0Z\"/></svg></li><li title=\"map marker alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M20.46,9.63A8.5,8.5,0,0,0,7.3,3.36,8.56,8.56,0,0,0,3.54,9.63,8.46,8.46,0,0,0,6,16.46l5.3,5.31a1,1,0,0,0,1.42,0L18,16.46A8.46,8.46,0,0,0,20.46,9.63ZM16.6,15.05,12,19.65l-4.6-4.6A6.49,6.49,0,0,1,5.53,9.83,6.57,6.57,0,0,1,8.42,5a6.47,6.47,0,0,1,7.16,0,6.57,6.57,0,0,1,2.89,4.81A6.49,6.49,0,0,1,16.6,15.05ZM12,6a4.5,4.5,0,1,0,4.5,4.5A4.51,4.51,0,0,0,12,6Zm0,7a2.5,2.5,0,1,1,2.5-2.5A2.5,2.5,0,0,1,12,13Z\"/></svg></li><li title=\"map marker edit \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M20.46,9.63A8.5,8.5,0,1,0,6,16.46l5.3,5.31a1,1,0,0,0,1.42,0L18,16.46A8.46,8.46,0,0,0,20.46,9.63ZM16.6,15.05,12,19.65l-4.6-4.6A6.49,6.49,0,0,1,5.53,9.83,6.57,6.57,0,0,1,8.42,5a6.47,6.47,0,0,1,7.16,0,6.57,6.57,0,0,1,2.89,4.81A6.49,6.49,0,0,1,16.6,15.05Zm-2.81-8.8a1,1,0,0,0-1.42,0L8.79,9.83a1,1,0,0,0-.29.7V13a1,1,0,0,0,1,1h2.42a1,1,0,0,0,.71-.29l3.58-3.58a1,1,0,0,0,0-1.41ZM11.51,12h-1V11l2.58-2.58,1,1Z\"/></svg></li><li title=\"map marker info \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,10a1,1,0,0,0-1,1v2a1,1,0,0,0,2,0V11A1,1,0,0,0,12,10Zm8.46-.32A8.5,8.5,0,0,0,7.3,3.36,8.56,8.56,0,0,0,3.54,9.63,8.46,8.46,0,0,0,6,16.46l5.3,5.31a1,1,0,0,0,1.42,0L18,16.46A8.46,8.46,0,0,0,20.46,9.63ZM16.6,15.05,12,19.65l-4.6-4.6A6.49,6.49,0,0,1,5.53,9.83,6.57,6.57,0,0,1,8.42,5a6.47,6.47,0,0,1,7.16,0,6.57,6.57,0,0,1,2.89,4.81A6.49,6.49,0,0,1,16.6,15.05ZM12.92,7.57a.56.56,0,0,0-.09-.17l-.12-.15A1,1,0,0,0,11.8,7L11.62,7l-.18.09-.15.13-.12.15a.56.56,0,0,0-.09.17.6.6,0,0,0-.06.19A1.23,1.23,0,0,0,11,8a.88.88,0,0,0,.08.39,1.11,1.11,0,0,0,.21.32,1.06,1.06,0,0,0,.33.22,1.07,1.07,0,0,0,.76,0,1.19,1.19,0,0,0,.33-.22,1.11,1.11,0,0,0,.21-.32A1,1,0,0,0,13,8a1.23,1.23,0,0,0,0-.19A.6.6,0,0,0,12.92,7.57Z\"/></svg></li><li title=\"map marker minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M14,9.45H10a1,1,0,0,0,0,2h4a1,1,0,0,0,0-2Zm6.46.18A8.5,8.5,0,1,0,6,16.46l5.3,5.31a1,1,0,0,0,1.42,0L18,16.46A8.46,8.46,0,0,0,20.46,9.63ZM16.6,15.05,12,19.65l-4.6-4.6A6.49,6.49,0,0,1,5.53,9.83,6.57,6.57,0,0,1,8.42,5a6.47,6.47,0,0,1,7.16,0,6.57,6.57,0,0,1,2.89,4.81A6.49,6.49,0,0,1,16.6,15.05Z\"/></svg></li><li title=\"map marker plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M14,9.45H13v-1a1,1,0,0,0-2,0v1H10a1,1,0,0,0,0,2h1v1a1,1,0,0,0,2,0v-1h1a1,1,0,0,0,0-2Zm6.46.18A8.5,8.5,0,1,0,6,16.46l5.3,5.31a1,1,0,0,0,1.42,0L18,16.46A8.46,8.46,0,0,0,20.46,9.63ZM16.6,15.05,12,19.65l-4.6-4.6A6.49,6.49,0,0,1,5.53,9.83,6.57,6.57,0,0,1,8.42,5a6.47,6.47,0,0,1,7.16,0,6.57,6.57,0,0,1,2.89,4.81A6.49,6.49,0,0,1,16.6,15.05Z\"/></svg></li><li title=\"map marker question \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12.44,13.11,12.27,13a1,1,0,0,0-1.09.22.87.87,0,0,0-.22.32,1,1,0,0,0-.08.39,1,1,0,0,0,.08.38,1.07,1.07,0,0,0,.54.54,1,1,0,0,0,.38.08,1.09,1.09,0,0,0,.39-.08,1,1,0,0,0,.32-.22,1,1,0,0,0,0-1.41ZM11.88,6A2.75,2.75,0,0,0,9.5,7.32a1,1,0,1,0,1.73,1A.77.77,0,0,1,11.88,8a.75.75,0,1,1,0,1.5,1,1,0,1,0,0,2,2.75,2.75,0,1,0,0-5.5Zm8.58,3.68A8.5,8.5,0,0,0,7.3,3.36,8.56,8.56,0,0,0,3.54,9.63,8.46,8.46,0,0,0,6,16.46l5.3,5.31a1,1,0,0,0,1.42,0L18,16.46A8.46,8.46,0,0,0,20.46,9.63ZM16.6,15.05,12,19.65l-4.6-4.6A6.49,6.49,0,0,1,5.53,9.83,6.57,6.57,0,0,1,8.42,5a6.47,6.47,0,0,1,7.16,0,6.57,6.57,0,0,1,2.89,4.81A6.49,6.49,0,0,1,16.6,15.05Z\"/></svg></li><li title=\"map marker shield \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M14.41,6.53a2.24,2.24,0,0,1-1.82-.39,1,1,0,0,0-1.18,0,2.24,2.24,0,0,1-1.82.39,1,1,0,0,0-.84.2,1,1,0,0,0-.37.78v2.9A4.14,4.14,0,0,0,10,13.74l1.37,1a1,1,0,0,0,1.18,0l1.37-1a4.14,4.14,0,0,0,1.66-3.33V7.51a1,1,0,0,0-.37-.78A1,1,0,0,0,14.41,6.53Zm-.79,3.88a2.15,2.15,0,0,1-.85,1.73l-.77.57-.77-.57a2.15,2.15,0,0,1-.85-1.73V8.57A4.22,4.22,0,0,0,12,8.12a4.22,4.22,0,0,0,1.62.45Zm6.84-.78A8.5,8.5,0,0,0,7.3,3.36,8.56,8.56,0,0,0,3.54,9.63,8.46,8.46,0,0,0,6,16.46l5.3,5.31a1,1,0,0,0,1.42,0L18,16.46A8.46,8.46,0,0,0,20.46,9.63ZM16.6,15.05,12,19.65l-4.6-4.6A6.49,6.49,0,0,1,5.53,9.83,6.57,6.57,0,0,1,8.42,5a6.47,6.47,0,0,1,7.16,0,6.57,6.57,0,0,1,2.89,4.81A6.49,6.49,0,0,1,16.6,15.05Z\"/></svg></li><li title=\"map marker slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M10.63,5.49a6,6,0,0,1,7.21,7.2,1,1,0,0,0,.74,1.21.9.9,0,0,0,.23,0,1,1,0,0,0,1-.76,8,8,0,0,0-9.61-9.62,1,1,0,0,0,.46,2ZM21.71,20.07,17.44,15.8h0L3.71,2.07a1,1,0,0,0-1.42,0,1,1,0,0,0,0,1.41L5.5,6.69A8,8,0,0,0,6.34,17l4.95,4.95a1,1,0,0,0,1.42,0l4-4,3.56,3.56a1,1,0,0,0,1.42-1.41Zm-9.59-6.76a2,2,0,0,1-1.53-.57A2,2,0,0,1,10,11.21ZM12,19.81,7.76,15.57a6,6,0,0,1-.82-7.44L8.41,9.6a4,4,0,0,0,.76,4.55A4,4,0,0,0,12,15.33a3.93,3.93,0,0,0,1.73-.41l1.58,1.58Z\"/></svg></li><li title=\"map marker \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,2a8,8,0,0,0-8,8c0,5.4,7.05,11.5,7.35,11.76a1,1,0,0,0,1.3,0C13,21.5,20,15.4,20,10A8,8,0,0,0,12,2Zm0,17.65c-2.13-2-6-6.31-6-9.65a6,6,0,0,1,12,0C18,13.34,14.13,17.66,12,19.65ZM12,6a4,4,0,1,0,4,4A4,4,0,0,0,12,6Zm0,6a2,2,0,1,1,2-2A2,2,0,0,1,12,12Z\"/></svg></li><li title=\"map pin alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M11,11.9V17a1,1,0,0,0,2,0V11.9a5,5,0,1,0-2,0ZM12,4A3,3,0,1,1,9,7,3,3,0,0,1,12,4Zm4.21,10.42a1,1,0,1,0-.42,2C18.06,16.87,19,17.68,19,18c0,.58-2.45,2-7,2s-7-1.42-7-2c0-.32.94-1.13,3.21-1.62a1,1,0,1,0-.42-2C4.75,15.08,3,16.39,3,18c0,2.63,4.53,4,9,4s9-1.37,9-4C21,16.39,19.25,15.08,16.21,14.42Z\"/></svg></li><li title=\"map pin \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M16.37,12.79a1,1,0,0,0-.74,1.86C17.09,15.23,18,16.13,18,17c0,1.42-2.46,3-6,3s-6-1.58-6-3c0-.87.91-1.77,2.37-2.35a1,1,0,0,0-.74-1.86C5.36,13.69,4,15.26,4,17c0,2.8,3.51,5,8,5s8-2.2,8-5C20,15.26,18.64,13.69,16.37,12.79ZM11,9.86V17a1,1,0,0,0,2,0V9.86a4,4,0,1,0-2,0ZM12,4a2,2,0,1,1-2,2A2,2,0,0,1,12,4Z\"/></svg></li><li title=\"map \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21.32,5.05l-6-2h-.07a.7.7,0,0,0-.14,0h-.23l-.13,0h-.07L9,5,3.32,3.05a1,1,0,0,0-.9.14A1,1,0,0,0,2,4V18a1,1,0,0,0,.68.95l6,2h0a1,1,0,0,0,.62,0h0L15,19.05,20.68,21A1.19,1.19,0,0,0,21,21a.94.94,0,0,0,.58-.19A1,1,0,0,0,22,20V6A1,1,0,0,0,21.32,5.05ZM8,18.61,4,17.28V5.39L8,6.72Zm6-1.33-4,1.33V6.72l4-1.33Zm6,1.33-4-1.33V5.39l4,1.33Z\"/></svg></li><li title=\"mars \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M20.42,4.12a1,1,0,0,0-.54-.54,1,1,0,0,0-.38-.08h-4a1,1,0,0,0,0,2h1.59l-2.4,2.4A7,7,0,1,0,16.1,9.31l2.4-2.4V8.5a1,1,0,0,0,2,0v-4A1,1,0,0,0,20.42,4.12ZM14,17A5,5,0,1,1,14,10h0A5,5,0,0,1,14,17Z\"/></svg></li><li title=\"master card \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M15.26465,5.27441a6.68141,6.68141,0,0,0-3.27295.85505,6.72754,6.72754,0,1,0,0,11.745,6.72551,6.72551,0,1,0,3.27295-12.6ZM10.23712,16.457a4.66714,4.66714,0,0,1-1.51837.27252,4.72754,4.72754,0,0,1,0-9.45508,4.66688,4.66688,0,0,1,1.51837.27253,6.68737,6.68737,0,0,0,0,8.91ZM11.9917,15.3996a4.69542,4.69542,0,0,1,0-6.79529,4.69542,4.69542,0,0,1,0,6.79529Zm3.27295,1.32989a4.66709,4.66709,0,0,1-1.51837-.27252,6.68737,6.68737,0,0,0,0-8.91,4.66683,4.66683,0,0,1,1.51837-.27253,4.72754,4.72754,0,0,1,0,9.45508Z\"/></svg></li><li title=\"maximize left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M5.41,4H7A1,1,0,0,0,7,2H3a1,1,0,0,0-.38.08,1,1,0,0,0-.54.54A1,1,0,0,0,2,3V7A1,1,0,0,0,4,7V5.41l5.79,5.8a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42ZM21,16a1,1,0,0,0-1,1v1.59l-5.79-5.8a1,1,0,0,0-1.42,1.42L18.59,20H17a1,1,0,0,0,0,2h4a1,1,0,0,0,.38-.08,1,1,0,0,0,.54-.54A1,1,0,0,0,22,21V17A1,1,0,0,0,21,16Z\"/></svg></li><li title=\"medal \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M21.38,5.76a1,1,0,0,0-.47-.61l-5.2-3a1,1,0,0,0-1.37.36L12,6.57,9.66,2.51a1,1,0,0,0-1.37-.36l-5.2,3a1,1,0,0,0-.47.61,1,1,0,0,0,.1.75l4,6.83A5.91,5.91,0,0,0,6,16a6,6,0,1,0,11.34-2.72l3.9-6.76A1,1,0,0,0,21.38,5.76ZM5,6.38l3.46-2L11.68,10A5.94,5.94,0,0,0,8,11.58ZM12,20a4,4,0,0,1-4-4,4,4,0,0,1,4-4,4,4,0,1,1,0,8Zm4-8.45a5.9,5.9,0,0,0-1.86-1.15L13.16,8.57l2.42-4.19,3.46,2Z\"/></svg></li><li title=\"medical drip \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M17,6H15V4h2a1,1,0,0,0,0-2H9A5,5,0,0,0,4,7V21a1,1,0,0,0,2,0V7A3,3,0,0,1,9,4h4V6H11A3,3,0,0,0,8,9v4.93a3,3,0,0,0,1.34,2.5L11,17.54V18a2,2,0,0,0,2,2v1a1,1,0,0,0,2,0V20a2,2,0,0,0,2-2v-.46l1.66-1.11A3,3,0,0,0,20,13.93V9A3,3,0,0,0,17,6Zm-1,5h2v1H17a1,1,0,0,0,0,2h1a1,1,0,0,1-.44.76l-2.1,1.41A1,1,0,0,0,15,17v1H13V17a1,1,0,0,0-.45-.83l-2.1-1.41a1,1,0,0,1-.45-.83V9a1,1,0,0,1,1-1h6a1,1,0,0,1,1,1H16a1,1,0,0,0,0,2Z\"/></svg></li><li title=\"medical square full \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21,2H3A1,1,0,0,0,2,3V21a1,1,0,0,0,1,1H21a1,1,0,0,0,1-1V3A1,1,0,0,0,21,2ZM20,20H4V4H20ZM7,14.79H9v2a1,1,0,0,0,1,1h4a1,1,0,0,0,1-1v-2h2a1,1,0,0,0,1-1v-4a1,1,0,0,0-1-1H15v-2a1,1,0,0,0-1-1H10a1,1,0,0,0-1,1v2H7a1,1,0,0,0-1,1v4A1,1,0,0,0,7,14.79Zm1-4h2a1,1,0,0,0,1-1v-2h2v2a1,1,0,0,0,1,1h2v2H14a1,1,0,0,0-1,1v2H11v-2a1,1,0,0,0-1-1H8Z\"/></svg></li><li title=\"medical square \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M19,2H5A3,3,0,0,0,2,5V19a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V5A3,3,0,0,0,19,2Zm1,17a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V5A1,1,0,0,1,5,4H19a1,1,0,0,1,1,1ZM17,9H15V7a1,1,0,0,0-1-1H10A1,1,0,0,0,9,7V9H7a1,1,0,0,0-1,1v4a1,1,0,0,0,1,1H9v2a1,1,0,0,0,1,1h4a1,1,0,0,0,1-1V15h2a1,1,0,0,0,1-1V10A1,1,0,0,0,17,9Zm-1,4H14a1,1,0,0,0-1,1v2H11V14a1,1,0,0,0-1-1H8V11h2a1,1,0,0,0,1-1V8h2v2a1,1,0,0,0,1,1h2Z\"/></svg></li><li title=\"medium m \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M21.20905,6.41669H22V4.08331H14.51978l-2.48584,9.16663h-.068L9.50269,4.08331H2V6.41663h.76837A.89578.89578,0,0,1,3.5,7.11139v9.83032a.84093.84093,0,0,1-.73163.6416H2v2.33338H8V17.58331H6.5V7.25h.08752L10.0451,19.91669h2.712L16.25989,7.25h.07355V17.58331H14.83337v2.33338H22V17.58331h-.79095a.83931.83931,0,0,1-.70905-.6416V7.11145A.8976.8976,0,0,1,21.20905,6.41669Z\"/></svg></li><li title=\"medkit \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M10,17h1v1a1,1,0,0,0,2,0V17h1a1,1,0,0,0,0-2H13V14a1,1,0,0,0-2,0v1H10a1,1,0,0,0,0,2ZM19,6H17V5a3,3,0,0,0-3-3H10A3,3,0,0,0,7,5V6H5A3,3,0,0,0,2,9V19a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V9A3,3,0,0,0,19,6ZM9,5a1,1,0,0,1,1-1h4a1,1,0,0,1,1,1V6H9ZM20,19a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V12H20Zm0-9H4V9A1,1,0,0,1,5,8H19a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"meeting board \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M7,10H9A1,1,0,0,0,9,8H7a1,1,0,0,0,0,2ZM21,4H13V3a1,1,0,0,0-2,0V4H3A1,1,0,0,0,2,5V15a3,3,0,0,0,3,3H9.59l-2.3,2.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L11,19.41V21a1,1,0,0,0,2,0V19.41l2.29,2.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L14.41,18H19a3,3,0,0,0,3-3V5A1,1,0,0,0,21,4ZM20,15a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V6H20ZM7,14h6a1,1,0,0,0,0-2H7a1,1,0,0,0,0,2Z\"/></svg></li><li title=\"megaphone \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M19.99121,2.002a.99943.99943,0,0,0-1,1v.63672a9.03617,9.03617,0,0,1-7,3.36328h-6a3.00328,3.00328,0,0,0-3,3v2a3.00328,3.00328,0,0,0,3,3H6.475L4.07227,20.6084A.99931.99931,0,0,0,4.99121,22.002h4a.99857.99857,0,0,0,.91895-.60644L12.63391,15.04a9.02805,9.02805,0,0,1,6.3573,3.32507V19.002a1,1,0,0,0,2,0v-16A.99942.99942,0,0,0,19.99121,2.002Zm-14,11a1.00067,1.00067,0,0,1-1-1v-2a1.00068,1.00068,0,0,1,1-1h1v4Zm2.34082,7H6.50781l2.14258-5h1.82422ZM18.99121,15.5238a11.052,11.052,0,0,0-7-2.52185h-3v-4h3a11.05281,11.05281,0,0,0,7-2.52234Z\"/></svg></li><li title=\"meh alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M9,11h1a1,1,0,0,0,0-2H9a1,1,0,0,0,0,2Zm6,3H9a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2Zm0-5H14a1,1,0,0,0,0,2h1a1,1,0,0,0,0-2ZM12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z\"/></svg></li><li title=\"meh closed eye \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M9.21,10.54a1,1,0,0,0,1.41,0,1,1,0,0,0,0-1.41,3.08,3.08,0,0,0-4.24,0,1,1,0,1,0,1.41,1.41A1,1,0,0,1,9.21,10.54ZM15,14H9a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2Zm2.62-4.87a3.08,3.08,0,0,0-4.24,0,1,1,0,0,0,1.41,1.41,1,1,0,0,1,1.42,0,1,1,0,0,0,1.41,0A1,1,0,0,0,17.62,9.13ZM12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z\"/></svg></li><li title=\"meh \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M9,11a1,1,0,1,0-1-1A1,1,0,0,0,9,11Zm6,3H9a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2Zm0-5a1,1,0,1,0,1,1A1,1,0,0,0,15,9ZM12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z\"/></svg></li><li title=\"message \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M20.34,9.32l-14-7a3,3,0,0,0-4.08,3.9l2.4,5.37h0a1.06,1.06,0,0,1,0,.82l-2.4,5.37A3,3,0,0,0,5,22a3.14,3.14,0,0,0,1.35-.32l14-7a3,3,0,0,0,0-5.36Zm-.89,3.57-14,7a1,1,0,0,1-1.35-1.3l2.39-5.37A2,2,0,0,0,6.57,13h6.89a1,1,0,0,0,0-2H6.57a2,2,0,0,0-.08-.22L4.1,5.41a1,1,0,0,1,1.35-1.3l14,7a1,1,0,0,1,0,1.78Z\"/></svg></li><li title=\"metro \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M8.71,14.29a1.00157,1.00157,0,0,0-1.08984-.21.90087.90087,0,0,0-.54.54,1.00008,1.00008,0,1,0,1.83984,0A1.14718,1.14718,0,0,0,8.71,14.29Zm8,0a1.04669,1.04669,0,0,0-1.41992,0,1.14718,1.14718,0,0,0-.21.33008A.98919.98919,0,0,0,15.29,15.71a1.14718,1.14718,0,0,0,.33008.21.94107.94107,0,0,0,.75976,0,1.16044,1.16044,0,0,0,.33008-.21.98919.98919,0,0,0,.21-1.08984A1.14718,1.14718,0,0,0,16.71,14.29Zm2.59943,4.60528a4.97014,4.97014,0,0,0,1.78436-4.8172l-1.5-8A5.00038,5.00038,0,0,0,14.68066,2H9.31934A5.00038,5.00038,0,0,0,4.40625,6.07812l-1.5,8a4.97014,4.97014,0,0,0,1.78436,4.8172L3.293,20.293A.99989.99989,0,1,0,4.707,21.707l1.86914-1.86914A5.00576,5.00576,0,0,0,7.81934,20h8.36132a5.00576,5.00576,0,0,0,1.24317-.16211L19.293,21.707A.99989.99989,0,0,0,20.707,20.293ZM6.37109,6.44727A3.0021,3.0021,0,0,1,9.31934,4h5.36132a3.0021,3.0021,0,0,1,2.94825,2.44727l.34668,1.84893a7.95514,7.95514,0,0,1-11.95118,0ZM18.48828,16.916A2.9899,2.9899,0,0,1,16.18066,18H7.81934a3.00057,3.00057,0,0,1-2.94825-3.55273l.71106-3.79236a9.95447,9.95447,0,0,0,12.8357,0l.71106,3.79236A2.99028,2.99028,0,0,1,18.48828,16.916Z\"/></svg></li><li title=\"microphone slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M10.5,3.73a2,2,0,0,1,2.95-.14A2,2,0,0,1,14,5V8.41a1,1,0,0,0,2,0V5A4,4,0,0,0,9,2.47,1,1,0,1,0,10.5,3.73Zm8.22,9.54.2,0a1,1,0,0,0,1-.81A7.91,7.91,0,0,0,20,11a1,1,0,0,0-2,0,5.54,5.54,0,0,1-.11,1.1A1,1,0,0,0,18.72,13.27Zm3,6.06-18-18a1,1,0,0,0-1.42,0,1,1,0,0,0,0,1.41L8,8.48V11a4,4,0,0,0,6,3.46l1.46,1.46A6,6,0,0,1,6,11a1,1,0,0,0-2,0,8,8,0,0,0,7,7.93V21H9a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2H13V18.93a7.87,7.87,0,0,0,3.85-1.59l3.4,3.4a1,1,0,0,0,1.42-1.41ZM12,13a2,2,0,0,1-2-2v-.52l2.45,2.46A1.74,1.74,0,0,1,12,13Z\"/></svg></li><li title=\"microphone \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,15a4,4,0,0,0,4-4V5A4,4,0,0,0,8,5v6A4,4,0,0,0,12,15ZM10,5a2,2,0,0,1,4,0v6a2,2,0,0,1-4,0Zm10,6a1,1,0,0,0-2,0A6,6,0,0,1,6,11a1,1,0,0,0-2,0,8,8,0,0,0,7,7.93V21H9a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2H13V18.93A8,8,0,0,0,20,11Z\"/></svg></li><li title=\"microscope \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M20,21.00537H14.81573a2.96355,2.96355,0,0,0,.143-.59173A8.04382,8.04382,0,0,0,20,13.00537a7.94487,7.94487,0,0,0-2.12744-5.42248l.63721-.63758a.99138.99138,0,0,0,.24121-.39062l.708-2.12207a.9997.9997,0,0,0-.24121-1.02344L17.0957,1.2876a.99874.99874,0,0,0-1.02343-.2417l-2.1211.70752a.99655.99655,0,0,0-.39062.2417L7.19824,8.35791a.9995.9995,0,0,0-.00006,1.41394L5.78223,11.1875a.99963.99963,0,0,0,0,1.41406l2.12207,2.1211a.99965.99965,0,0,0,1.41406,0l1.41406-1.41407.002.002a.99963.99963,0,0,0,1.41406,0l4.30945-4.31208A5.95544,5.95544,0,0,1,18,13.00537a6.048,6.048,0,0,1-3.45483,5.43085,2.97642,2.97642,0,0,0-5.12458.063,6.822,6.822,0,0,1-1.119-.55469A.98851.98851,0,0,0,9,17.00537a.99974.99974,0,0,0-1-1H4a1,1,0,0,0,0,2H5.33142A8.81386,8.81386,0,0,0,9.04779,20.478a2.95521,2.95521,0,0,0,.13654.5274H4a1,1,0,0,0,0,2H20a1,1,0,0,0,0-2ZM8.61133,12.60156l-.708-.707.708-.70752.707.70752Zm8.31738-6.90332L11.44141,11.189l-2.12207-2.124,5.48828-5.48877,1.31152-.4375,1.24707,1.24756ZM12,21.00537a1,1,0,1,1,1-1A1.001,1.001,0,0,1,12,21.00537Z\"/></svg></li><li title=\"microsoft \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M2,22h9.5v-9.5H2V22z M2,11.5h9.5V2H2V11.5z M12.5,2v9.5H22V2H12.5z M12.5,22H22v-9.5h-9.5V22z\"/></svg></li><li title=\"minus circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Zm4-9H8a1,1,0,0,0,0,2h8a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"minus path \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M8.18,4h2.1a1,1,0,0,0,0-2H8.18a1,1,0,0,0,0,2ZM3,11.28a1,1,0,0,0,1-1V8.18a1,1,0,0,0-2,0v2.1A1,1,0,0,0,3,11.28ZM14.46,4a1,1,0,0,0,2,0V3a1,1,0,0,0-1-1h-1a1,1,0,0,0,0,2ZM21,7.54H16.46a1,1,0,1,0-2,0H8.54a1,1,0,0,0-1,1v5.92a1,1,0,1,0,0,2V21a1,1,0,0,0,1,1H21a1,1,0,0,0,1-1V8.54A1,1,0,0,0,21,7.54ZM20,20H9.54V15.47h0V9.54H20ZM4,2H3A1,1,0,0,0,2,3V4A1,1,0,0,0,4,4,1,1,0,0,0,4,2ZM4,14.46a1,1,0,0,0-2,0v1a1,1,0,0,0,1,1H4a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"minus square full \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M9,13h6a1,1,0,0,0,0-2H9a1,1,0,0,0,0,2ZM21,2H3A1,1,0,0,0,2,3V21a1,1,0,0,0,1,1H21a1,1,0,0,0,1-1V3A1,1,0,0,0,21,2ZM20,20H4V4H20Z\"/></svg></li><li title=\"minus square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19,2H5A3,3,0,0,0,2,5V19a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V5A3,3,0,0,0,19,2Zm1,17a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V5A1,1,0,0,1,5,4H19a1,1,0,0,1,1,1Zm-4-8H8a1,1,0,0,0,0,2h8a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19,11H5a1,1,0,0,0,0,2H19a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"missed call \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M6,7.49a1,1,0,0,0,1-1V5.9L9.88,8.78a3,3,0,0,0,4.24,0l4.59-4.59a1,1,0,0,0,0-1.41,1,1,0,0,0-1.42,0L12.71,7.36a1,1,0,0,1-1.42,0L8.41,4.49H9a1,1,0,0,0,0-2H6a1,1,0,0,0-.92.61A1.09,1.09,0,0,0,5,3.49v3A1,1,0,0,0,6,7.49Zm15.94,7.36a16.27,16.27,0,0,0-19.88,0,2.69,2.69,0,0,0-1,2,2.66,2.66,0,0,0,.78,2.07L3.6,20.72A2.68,2.68,0,0,0,7.06,21l.47-.32a8.13,8.13,0,0,1,1-.55,1.85,1.85,0,0,0,1-2.3l-.09-.24a10.49,10.49,0,0,1,5.22,0l-.09.24a1.85,1.85,0,0,0,1,2.3,8.13,8.13,0,0,1,1,.55l.47.32a2.58,2.58,0,0,0,1.54.5,2.72,2.72,0,0,0,1.92-.79l1.81-1.82A2.66,2.66,0,0,0,23,16.83,2.69,2.69,0,0,0,21.94,14.85ZM20.8,17.49,19,19.3a.68.68,0,0,1-.86.1c-.19-.14-.38-.27-.59-.4a11.65,11.65,0,0,0-1.09-.61l.4-1.09a1,1,0,0,0-.6-1.28,12.42,12.42,0,0,0-8.5,0,1,1,0,0,0-.6,1.28l.4,1.1a9.8,9.8,0,0,0-1.1.6l-.58.4A.66.66,0,0,1,5,19.3L3.2,17.49A.67.67,0,0,1,3,17a.76.76,0,0,1,.28-.53,14.29,14.29,0,0,1,17.44,0A.76.76,0,0,1,21,17,.67.67,0,0,1,20.8,17.49Z\"/></svg></li><li title=\"mobile android alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M16,2H8A3,3,0,0,0,5,5V19a3,3,0,0,0,3,3h8a3,3,0,0,0,3-3V5A3,3,0,0,0,16,2Zm1,17a1,1,0,0,1-1,1H8a1,1,0,0,1-1-1V18H17Zm0-3H7V5A1,1,0,0,1,8,4h8a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"mobile android \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12.71,16.29l-.15-.12a.76.76,0,0,0-.18-.09L12.2,16a1,1,0,0,0-.91.27,1.15,1.15,0,0,0-.21.33,1,1,0,0,0,1.3,1.31,1.46,1.46,0,0,0,.33-.22,1,1,0,0,0,.21-1.09A1,1,0,0,0,12.71,16.29ZM16,2H8A3,3,0,0,0,5,5V19a3,3,0,0,0,3,3h8a3,3,0,0,0,3-3V5A3,3,0,0,0,16,2Zm1,17a1,1,0,0,1-1,1H8a1,1,0,0,1-1-1V5A1,1,0,0,1,8,4h8a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"mobile vibrate \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M9.88,14.12,9.73,14l-.18-.1-.18-.05a1,1,0,0,0-.9.27.83.83,0,0,0-.22.33.94.94,0,0,0,0,.76,1.07,1.07,0,0,0,.54.54,1,1,0,0,0,.38.08,1.09,1.09,0,0,0,.39-.08.87.87,0,0,0,.32-.22,1,1,0,0,0,.22-.32,1,1,0,0,0,.07-.38.84.84,0,0,0-.08-.38A.93.93,0,0,0,9.88,14.12ZM3.51,8.76a1,1,0,0,0,.71-.3L8.46,4.22a1,1,0,0,0,0-1.41,1,1,0,0,0-1.41,0L2.81,7.05a1,1,0,0,0,0,1.41A1,1,0,0,0,3.51,8.76Zm17.68,6.78a1,1,0,0,0-1.41,0l-4.24,4.24a1,1,0,0,0,.7,1.71,1,1,0,0,0,.71-.3L21.19,17A1,1,0,0,0,21.19,15.54Zm.17-5.66a3,3,0,0,0-.87-2.12L16.24,3.51a3.08,3.08,0,0,0-4.24,0L3.51,12a3,3,0,0,0,0,4.24l4.25,4.25h0a3,3,0,0,0,4.24,0L20.49,12A3,3,0,0,0,21.36,9.88Zm-2.29.71-8.48,8.48a1,1,0,0,1-1.42,0h0L4.93,14.83a1,1,0,0,1,0-1.42l8.48-8.48a1,1,0,0,1,1.42,0l4.24,4.24a1,1,0,0,1,0,1.42Z\"/></svg></li><li title=\"modem \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21.48,13.13a.65.65,0,0,0-.05-.2.89.89,0,0,0-.08-.17.86.86,0,0,0-.1-.16l-.16-.13L21,12.38,6.28,3.88a1,1,0,0,0-1,1.74l11.49,6.63H3.5a1,1,0,0,0-1,1v4a3,3,0,0,0,3,3h13a3,3,0,0,0,3-3v-4S21.48,13.17,21.48,13.13Zm-2,4.12a1,1,0,0,1-1,1H5.5a1,1,0,0,1-1-1v-3h15Zm-3,0a1,1,0,1,0-1-1A1,1,0,0,0,16.5,17.25Z\"/></svg></li><li title=\"money bill slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M6,11a1,1,0,1,0,1,1A1,1,0,0,0,6,11Zm5.86-1.55h0L4.71,2.29A1,1,0,0,0,3.29,3.71L4.59,5H4A3,3,0,0,0,1,8v8a3,3,0,0,0,3,3H18.59l2.7,2.71a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42Zm-.74,2.09,1.34,1.34A1,1,0,0,1,12,13a1,1,0,0,1-1-1A1,1,0,0,1,11.12,11.54ZM4,17a1,1,0,0,1-1-1V8A1,1,0,0,1,4,7H6.59l3.1,3.1A3,3,0,0,0,9,12a3,3,0,0,0,3,3,3,3,0,0,0,1.9-.69L16.59,17ZM20,5H12.66a1,1,0,0,0,0,2H20a1,1,0,0,1,1,1v7.34a1,1,0,1,0,2,0V8A3,3,0,0,0,20,5Zm-1,7a1,1,0,1,0-1,1A1,1,0,0,0,19,12Z\"/></svg></li><li title=\"money bill stack \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M20,1H4A3,3,0,0,0,1,4V20a3,3,0,0,0,3,3H20a3,3,0,0,0,3-3V4A3,3,0,0,0,20,1ZM8,21H4a1,1,0,0,1-1-1V18.82A3,3,0,0,0,4,19H8Zm0-4H4a1,1,0,0,1-1-1V14.82A3,3,0,0,0,4,15H8Zm0-4H4a1,1,0,0,1-1-1V4A1,1,0,0,1,4,3H8Zm6,8H10V15h4Zm0-8H10V3h4Zm7,7a1,1,0,0,1-1,1H16V19h4a3,3,0,0,0,1-.18Zm0-4a1,1,0,0,1-1,1H16V15h4a3,3,0,0,0,1-.18Zm0-4a1,1,0,0,1-1,1H16V3h4a1,1,0,0,1,1,1ZM18,7a1,1,0,1,0,1,1A1,1,0,0,0,18,7ZM6,9A1,1,0,1,0,5,8,1,1,0,0,0,6,9Z\"/></svg></li><li title=\"money bill \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M6,11a1,1,0,1,0,1,1A1,1,0,0,0,6,11Zm12,0a1,1,0,1,0,1,1A1,1,0,0,0,18,11Zm2-6H4A3,3,0,0,0,1,8v8a3,3,0,0,0,3,3H20a3,3,0,0,0,3-3V8A3,3,0,0,0,20,5Zm1,11a1,1,0,0,1-1,1H4a1,1,0,0,1-1-1V8A1,1,0,0,1,4,7H20a1,1,0,0,1,1,1ZM12,9a3,3,0,1,0,3,3A3,3,0,0,0,12,9Zm0,4a1,1,0,1,1,1-1A1,1,0,0,1,12,13Z\"/></svg></li><li title=\"money insert \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M10.46,6,11,5.41V9a1,1,0,0,0,2,0V5.41l.54.55A1,1,0,0,0,15,6a1,1,0,0,0,0-1.42L12.71,2.29a1,1,0,0,0-.33-.21,1,1,0,0,0-.76,0,1,1,0,0,0-.33.21L9,4.54A1,1,0,0,0,10.46,6ZM12,12a3,3,0,1,0,3,3A3,3,0,0,0,12,12Zm0,4a1,1,0,1,1,1-1A1,1,0,0,1,12,16ZM5,15a1,1,0,1,0,1-1A1,1,0,0,0,5,15Zm14,0a1,1,0,1,0-1,1A1,1,0,0,0,19,15Zm1-7H16a1,1,0,0,0,0,2h4a1,1,0,0,1,1,1v8a1,1,0,0,1-1,1H4a1,1,0,0,1-1-1V11a1,1,0,0,1,1-1H8A1,1,0,0,0,8,8H4a3,3,0,0,0-3,3v8a3,3,0,0,0,3,3H20a3,3,0,0,0,3-3V11A3,3,0,0,0,20,8Z\"/></svg></li><li title=\"money stack \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M22,17H2a1,1,0,0,0,0,2H22a1,1,0,0,0,0-2Zm0,4H2a1,1,0,0,0,0,2H22a1,1,0,0,0,0-2ZM6,7A1,1,0,1,0,7,8,1,1,0,0,0,6,7ZM20,1H4A3,3,0,0,0,1,4v8a3,3,0,0,0,3,3H20a3,3,0,0,0,3-3V4A3,3,0,0,0,20,1Zm1,11a1,1,0,0,1-1,1H4a1,1,0,0,1-1-1V4A1,1,0,0,1,4,3H20a1,1,0,0,1,1,1ZM12,5a3,3,0,1,0,3,3A3,3,0,0,0,12,5Zm0,4a1,1,0,1,1,1-1A1,1,0,0,1,12,9Zm6-2a1,1,0,1,0,1,1A1,1,0,0,0,18,7Z\"/></svg></li><li title=\"money withdraw \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,12a3,3,0,1,0,3,3A3,3,0,0,0,12,12Zm0,4a1,1,0,1,1,1-1A1,1,0,0,1,12,16Zm-.71-6.29a1,1,0,0,0,.33.21.94.94,0,0,0,.76,0,1,1,0,0,0,.33-.21L15,7.46A1,1,0,1,0,13.54,6L13,6.59V3a1,1,0,0,0-2,0V6.59L10.46,6A1,1,0,0,0,9,7.46ZM19,15a1,1,0,1,0-1,1A1,1,0,0,0,19,15Zm1-7H17a1,1,0,0,0,0,2h3a1,1,0,0,1,1,1v8a1,1,0,0,1-1,1H4a1,1,0,0,1-1-1V11a1,1,0,0,1,1-1H7A1,1,0,0,0,7,8H4a3,3,0,0,0-3,3v8a3,3,0,0,0,3,3H20a3,3,0,0,0,3-3V11A3,3,0,0,0,20,8ZM5,15a1,1,0,1,0,1-1A1,1,0,0,0,5,15Z\"/></svg></li><li title=\"money withdrawal \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M22,2H2A1,1,0,0,0,1,3v8a1,1,0,0,0,1,1H5v9a1,1,0,0,0,1,1H18a1,1,0,0,0,1-1V12h3a1,1,0,0,0,1-1V3A1,1,0,0,0,22,2ZM7,20V18a2,2,0,0,1,2,2Zm10,0H15a2,2,0,0,1,2-2Zm0-4a4,4,0,0,0-4,4H11a4,4,0,0,0-4-4V8H17Zm4-6H19V7a1,1,0,0,0-1-1H6A1,1,0,0,0,5,7v3H3V4H21Zm-9,5a3,3,0,1,0-3-3A3,3,0,0,0,12,15Zm0-4a1,1,0,1,1-1,1A1,1,0,0,1,12,11Z\"/></svg></li><li title=\"moneybag alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19,7H16V6a3,3,0,0,0-3-3H11A3,3,0,0,0,8,6V7H5a3,3,0,0,0-3,3v8a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V10A3,3,0,0,0,19,7ZM10,6a1,1,0,0,1,1-1h2a1,1,0,0,1,1,1V7H10ZM4,10A1,1,0,0,1,5,9H6a2,2,0,0,1-2,2Zm1,9a1,1,0,0,1-1-1V17a2,2,0,0,1,2,2Zm15-1a1,1,0,0,1-1,1H18a2,2,0,0,1,2-2Zm0-3a4,4,0,0,0-4,4H8a4,4,0,0,0-4-4V13A4,4,0,0,0,8,9h8a4,4,0,0,0,4,4Zm0-4a2,2,0,0,1-2-2h1a1,1,0,0,1,1,1Zm-8,0a3,3,0,1,0,3,3A3,3,0,0,0,12,11Zm0,4a1,1,0,1,1,1-1A1,1,0,0,1,12,15Z\"/></svg></li><li title=\"moneybag \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,11a3,3,0,1,0,3,3A3,3,0,0,0,12,11Zm0,4a1,1,0,1,1,1-1A1,1,0,0,1,12,15Zm7-9H16V5a3,3,0,0,0-3-3H11A3,3,0,0,0,8,5V6H5A3,3,0,0,0,2,9V19a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V9A3,3,0,0,0,19,6ZM10,5a1,1,0,0,1,1-1h2a1,1,0,0,1,1,1V6H10ZM4,9A1,1,0,0,1,5,8H6a2,2,0,0,1-2,2ZM5,20a1,1,0,0,1-1-1V18a2,2,0,0,1,2,2Zm15-1a1,1,0,0,1-1,1H18a2,2,0,0,1,2-2Zm0-3a4,4,0,0,0-4,4H8a4,4,0,0,0-4-4V12A4,4,0,0,0,8,8h8a4,4,0,0,0,4,4Zm0-6a2,2,0,0,1-2-2h1a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"monitor heart rate \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M9,19a1,1,0,0,0,.38-.08,1.15,1.15,0,0,0,.33-.21,1,1,0,0,0,.12-.16.56.56,0,0,0,.09-.17A.64.64,0,0,0,10,18.2a1.36,1.36,0,0,0,0-.2,1,1,0,0,0-.08-.38.9.9,0,0,0-.54-.54A1,1,0,0,0,8.8,17l-.18.06a.56.56,0,0,0-.17.09,1,1,0,0,0-.16.12,1,1,0,0,0-.21.33A1,1,0,0,0,8,18a1,1,0,0,0,1,1Zm-3.71-.29a1.15,1.15,0,0,0,.33.21A1,1,0,0,0,6,19l.19,0a.6.6,0,0,0,.19-.06.76.76,0,0,0,.18-.09l.15-.12a1.15,1.15,0,0,0,.21-.33A.84.84,0,0,0,7,18a1.36,1.36,0,0,0,0-.2.64.64,0,0,0-.06-.18.56.56,0,0,0-.09-.17,1,1,0,0,0-.12-.16,1,1,0,0,0-1.09-.21,1,1,0,0,0-.33.21,1,1,0,0,0-.12.16.56.56,0,0,0-.09.17A.64.64,0,0,0,5,17.8,1.36,1.36,0,0,0,5,18a1,1,0,0,0,.08.38A1.15,1.15,0,0,0,5.29,18.71ZM19,2H5A3,3,0,0,0,2,5V19a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V5A3,3,0,0,0,19,2Zm1,17a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V16H20Zm0-5H4V10H8a1,1,0,0,0,.71-.29L10,8.46l2.8,3.2a1,1,0,0,0,.72.34h0a1,1,0,0,0,.71-.29L15.91,10H20Zm0-6H15.5a1,1,0,0,0-.71.29L13.55,9.54l-2.8-3.2a1,1,0,0,0-1.46,0L7.59,8H4V5A1,1,0,0,1,5,4H19a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"monitor \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19,2H5A3,3,0,0,0,2,5V15a3,3,0,0,0,3,3H7.64l-.58,1a2,2,0,0,0,0,2,2,2,0,0,0,1.75,1h6.46A2,2,0,0,0,17,21a2,2,0,0,0,0-2l-.59-1H19a3,3,0,0,0,3-3V5A3,3,0,0,0,19,2ZM8.77,20,10,18H14l1.2,2ZM20,15a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V14H20Zm0-3H4V5A1,1,0,0,1,5,4H19a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"moon eclipse \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,2a10,10,0,0,0-2.14.24l-.12,0a10,10,0,0,0-.1,19.44l.14,0A9.57,9.57,0,0,0,12,22,10,10,0,0,0,12,2ZM10,19.74A8,8,0,0,1,10,4.26a8,8,0,0,1,0,15.48Zm4.53-.16a10,10,0,0,0,0-15.16,8,8,0,0,1,0,15.16Z\"/></svg></li><li title=\"moon \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21.64,13a1,1,0,0,0-1.05-.14,8.05,8.05,0,0,1-3.37.73A8.15,8.15,0,0,1,9.08,5.49a8.59,8.59,0,0,1,.25-2A1,1,0,0,0,8,2.36,10.14,10.14,0,1,0,22,14.05,1,1,0,0,0,21.64,13Zm-9.5,6.69A8.14,8.14,0,0,1,7.08,5.22v.27A10.15,10.15,0,0,0,17.22,15.63a9.79,9.79,0,0,0,2.1-.22A8.11,8.11,0,0,1,12.14,19.73Z\"/></svg></li><li title=\"moonset \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M11,19H8a1,1,0,0,0,0,2h3a1,1,0,0,0,0-2Zm9-4H18.84A8.18,8.18,0,0,0,20,12.05a1,1,0,0,0-.34-.93,1,1,0,0,0-1-.19,6,6,0,0,1-1.92.32,6.06,6.06,0,0,1-6.06-6,6.93,6.93,0,0,1,.1-1,1,1,0,0,0-.35-.92,1,1,0,0,0-1-.18A8.06,8.06,0,0,0,4,10.68,8,8,0,0,0,5.27,15H4a1,1,0,0,0,0,2H20a1,1,0,0,0,0-2Zm-3.72,0H7.83a6,6,0,0,1,.88-9.36,8.06,8.06,0,0,0,8.05,7.61,7,7,0,0,0,.79,0A6.08,6.08,0,0,1,16.28,15ZM16,19H15a1,1,0,0,0,0,2h1a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"mountains sun \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M18,10a4,4,0,1,0-4-4A4,4,0,0,0,18,10Zm0-6a2,2,0,1,1-2,2A2,2,0,0,1,18,4Zm-1.15,8.47a1,1,0,0,0-1.7,0l-1,1.63L10.86,8.5a1,1,0,0,0-1.72,0l-7,12A1,1,0,0,0,3,22H21a1,1,0,0,0,.85-1.53ZM10.45,20H4.74L10,11l2.94,5-1.25,2Zm2.35,0,1.49-2.37L15,16.57h0L16,14.89,19.2,20Z\"/></svg></li><li title=\"mountains \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21.85,17.47l-5-8a1,1,0,0,0-1.7,0l-1,1.63L10.86,5.5a1,1,0,0,0-1.72,0l-7,12A1,1,0,0,0,3,19H21a1,1,0,0,0,.85-1.53ZM10.45,17H4.74L10,8l2.93,5Zm2.35,0L15,13.57h0L16,11.89,19.2,17Z\"/></svg></li><li title=\"mouse alt 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,2A7,7,0,0,0,5,9v6a7,7,0,0,0,14,0V9A7,7,0,0,0,12,2Zm5,13A5,5,0,0,1,7,15V9a5,5,0,0,1,4-4.9V12a1,1,0,0,0,2,0V4.1A5,5,0,0,1,17,9Z\"/></svg></li><li title=\"mouse alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,6a1,1,0,0,0-1,1V9a1,1,0,0,0,2,0V7A1,1,0,0,0,12,6Zm0-4A7,7,0,0,0,5,9v6a7,7,0,0,0,14,0V9A7,7,0,0,0,12,2Zm5,13A5,5,0,0,1,7,15V9A5,5,0,0,1,17,9Z\"/></svg></li><li title=\"mouse \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,2A7,7,0,0,0,5,9v6a7,7,0,0,0,14,0V9A7,7,0,0,0,12,2ZM7,9a5,5,0,0,1,4-4.9V10H7Zm10,6A5,5,0,0,1,7,15V12H17Zm0-5H13V4.1A5,5,0,0,1,17,9Z\"/></svg></li><li title=\"multiply \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M13.41,12l6.3-6.29a1,1,0,1,0-1.42-1.42L12,10.59,5.71,4.29A1,1,0,0,0,4.29,5.71L10.59,12l-6.3,6.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L12,13.41l6.29,6.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42Z\"/></svg></li><li title=\"music note \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19.12,2.21A1,1,0,0,0,18.26,2l-8,2A1,1,0,0,0,9.5,5V15.35A3.45,3.45,0,0,0,8,15a3.5,3.5,0,1,0,3.5,3.5V10.78L18.74,9l.07,0L19,8.85l.15-.1a.93.93,0,0,0,.13-.15.78.78,0,0,0,.1-.15.55.55,0,0,0,.06-.18.58.58,0,0,0,0-.19.24.24,0,0,0,0-.08V3A1,1,0,0,0,19.12,2.21ZM8,20a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,8,20ZM17.5,7.22l-6,1.5V5.78l6-1.5Z\"/></svg></li><li title=\"music tune slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,7.33a1,1,0,0,0,1-1V5.78l6-1.5V7.22L14.7,8.3a1,1,0,0,0,.24,2l.24,0L20.24,9l.07,0,.19-.09.15-.1a.93.93,0,0,0,.13-.15.78.78,0,0,0,.1-.15.55.55,0,0,0,.06-.18.65.65,0,0,0,0-.19A.24.24,0,0,0,21,8V3a1,1,0,0,0-1.24-1l-8,2A1,1,0,0,0,11,5V6.33A1,1,0,0,0,12,7.33Zm9.71,13-9-9h0l-9-9A1,1,0,0,0,2.29,3.71L11,12.41v2.94A3.45,3.45,0,0,0,9.5,15,3.5,3.5,0,1,0,13,18.5V14.41l7.29,7.3a1,1,0,0,0,1.42,0A1,1,0,0,0,21.71,20.29ZM9.5,20A1.5,1.5,0,1,1,11,18.5,1.5,1.5,0,0,1,9.5,20Z\"/></svg></li><li title=\"music \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21.65,2.24a1,1,0,0,0-.8-.23l-13,2A1,1,0,0,0,7,5V15.35A3.45,3.45,0,0,0,5.5,15,3.5,3.5,0,1,0,9,18.5V10.86L20,9.17v4.18A3.45,3.45,0,0,0,18.5,13,3.5,3.5,0,1,0,22,16.5V3A1,1,0,0,0,21.65,2.24ZM5.5,20A1.5,1.5,0,1,1,7,18.5,1.5,1.5,0,0,1,5.5,20Zm13-2A1.5,1.5,0,1,1,20,16.5,1.5,1.5,0,0,1,18.5,18ZM20,7.14,9,8.83v-3L20,4.17Z\"/></svg></li><li title=\"n a \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19,6H18a3,3,0,0,0-3,3v8a1,1,0,0,0,2,0V13h3v4a1,1,0,0,0,2,0V9A3,3,0,0,0,19,6Zm1,5H17V9a1,1,0,0,1,1-1h1a1,1,0,0,1,1,1ZM8,6A1,1,0,0,0,7,7v5.76L3.89,6.55A1,1,0,0,0,2,7V17a1,1,0,0,0,2,0V11.24l3.11,6.21A1,1,0,0,0,8,18a.91.91,0,0,0,.23,0A1,1,0,0,0,9,17V7A1,1,0,0,0,8,6Zm4-2a1,1,0,0,0-1,1V19a1,1,0,0,0,2,0V5A1,1,0,0,0,12,4Z\"/></svg></li><li title=\"navigator \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M20.17,9.23l-14-5.78a3,3,0,0,0-4,3.7L3.71,12,2.13,16.85A3,3,0,0,0,2.94,20a3,3,0,0,0,2,.8,3,3,0,0,0,1.15-.23l14.05-5.78a3,3,0,0,0,0-5.54ZM5.36,18.7a1,1,0,0,1-1.06-.19,1,1,0,0,1-.27-1L5.49,13H19.22ZM5.49,11,4,6.53a1,1,0,0,1,.27-1A1,1,0,0,1,5,5.22a1,1,0,0,1,.39.08L19.22,11Z\"/></svg></li><li title=\"nerd \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M21.41,8.65s0,0,0-.06A10,10,0,0,0,2.63,8.53a.85.85,0,0,0-.08.24A9.87,9.87,0,0,0,2,12,10,10,0,1,0,21.41,8.65ZM12,4a8,8,0,0,1,6.92,4h-1.2a3,3,0,0,0-4.62.22A3.17,3.17,0,0,0,12,8a3.17,3.17,0,0,0-1.1.22A3,3,0,0,0,6.28,8H5.08A8,8,0,0,1,12,4Zm4.5,6a1,1,0,1,1-1-1A1,1,0,0,1,16.5,10Zm-7,0a1,1,0,1,1-1-1A1,1,0,0,1,9.5,10ZM12,20a8,8,0,0,1-8-8,8.24,8.24,0,0,1,.26-2H5.5a3,3,0,0,0,6,.18,1,1,0,0,1,1,0,3,3,0,0,0,6-.18h1.24A8.24,8.24,0,0,1,20,12,8,8,0,0,1,12,20Zm2.36-5.77a3.76,3.76,0,0,1-4.72,0,1,1,0,0,0-1.28,1.54,5.68,5.68,0,0,0,7.28,0,1,1,0,1,0-1.28-1.54Z\"/></svg></li><li title=\"newspaper \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M17,11H16a1,1,0,0,0,0,2h1a1,1,0,0,0,0-2Zm0,4H16a1,1,0,0,0,0,2h1a1,1,0,0,0,0-2ZM11,9h6a1,1,0,0,0,0-2H11a1,1,0,0,0,0,2ZM21,3H7A1,1,0,0,0,6,4V7H3A1,1,0,0,0,2,8V18a3,3,0,0,0,3,3H18a4,4,0,0,0,4-4V4A1,1,0,0,0,21,3ZM6,18a1,1,0,0,1-2,0V9H6Zm14-1a2,2,0,0,1-2,2H7.82A3,3,0,0,0,8,18V5H20Zm-9-4h1a1,1,0,0,0,0-2H11a1,1,0,0,0,0,2Zm0,4h1a1,1,0,0,0,0-2H11a1,1,0,0,0,0,2Z\"/></svg></li><li title=\"ninja \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M19.44,5.34l-.06-.07a10,10,0,0,0-14.76,0l-.06.07A10,10,0,1,0,22,12,9.93,9.93,0,0,0,19.44,5.34ZM12,4a7.87,7.87,0,0,1,3.86,1H8.14A7.87,7.87,0,0,1,12,4ZM5.76,7H18.24a8,8,0,0,1,1.69,4H4.07A8,8,0,0,1,5.76,7ZM12,20a8,8,0,0,1-7.93-7H19.93A8,8,0,0,1,12,20ZM8,8A1,1,0,1,0,9,9,1,1,0,0,0,8,8Zm6,0a1,1,0,1,0,1,1A1,1,0,0,0,14,8Zm-3,9.93a1,1,0,0,0,.49.13,1,1,0,0,0,.87-.51A3,3,0,0,1,15,16a1,1,0,0,0,0-2,5,5,0,0,0-4.37,2.57A1,1,0,0,0,11,17.93Z\"/></svg></li><li title=\"no entry \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M21,20H19.76L15.37,4.2A3,3,0,0,0,12.48,2h-1A3,3,0,0,0,8.63,4.2L4.24,20H3a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2ZM10.56,4.73a1,1,0,0,1,1-.73h1a1,1,0,0,1,1,.73L14.35,8H9.65ZM9.09,10h5.82L16,14H8ZM6.32,20l1.11-4h9.14l1.11,4Z\"/></svg></li><li title=\"notebooks \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21,6a1,1,0,0,0-1,1V17a3,3,0,0,1-3,3H7a1,1,0,0,0,0,2H17a5,5,0,0,0,5-5V7A1,1,0,0,0,21,6Zm-3,9V5a3,3,0,0,0-3-3H5A3,3,0,0,0,2,5V15a3,3,0,0,0,3,3H15A3,3,0,0,0,18,15ZM10,4h2V8.86l-.36-.3a1,1,0,0,0-1.28,0l-.36.3ZM4,15V5A1,1,0,0,1,5,4H8v7a1,1,0,0,0,1.65.76L11,10.63l1.35,1.13A1,1,0,0,0,13,12a1.06,1.06,0,0,0,.42-.09A1,1,0,0,0,14,11V4h1a1,1,0,0,1,1,1V15a1,1,0,0,1-1,1H5A1,1,0,0,1,4,15Z\"/></svg></li><li title=\"notes \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M16,14H8a1,1,0,0,0,0,2h8a1,1,0,0,0,0-2Zm0-4H10a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2Zm4-6H17V3a1,1,0,0,0-2,0V4H13V3a1,1,0,0,0-2,0V4H9V3A1,1,0,0,0,7,3V4H4A1,1,0,0,0,3,5V19a3,3,0,0,0,3,3H18a3,3,0,0,0,3-3V5A1,1,0,0,0,20,4ZM19,19a1,1,0,0,1-1,1H6a1,1,0,0,1-1-1V6H7V7A1,1,0,0,0,9,7V6h2V7a1,1,0,0,0,2,0V6h2V7a1,1,0,0,0,2,0V6h2Z\"/></svg></li><li title=\"object group \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M16,10H14V8a1,1,0,0,0-1-1H8A1,1,0,0,0,7,8v5a1,1,0,0,0,1,1h2v2a1,1,0,0,0,1,1h5a1,1,0,0,0,1-1V11A1,1,0,0,0,16,10Zm-6,1v1H9V9h3v1H11A1,1,0,0,0,10,11Zm5,4H12V12h3Zm6,3.28V5.72A2,2,0,1,0,18.28,3H5.72A2,2,0,1,0,3,5.72V18.28A2,2,0,1,0,5.72,21H18.28A2,2,0,1,0,21,18.28Zm-2,0a1.91,1.91,0,0,0-.72.72H5.72A1.91,1.91,0,0,0,5,18.28V5.72A1.91,1.91,0,0,0,5.72,5H18.28a1.91,1.91,0,0,0,.72.72Z\"/></svg></li><li title=\"object ungroup \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21,18.28V11.72A2,2,0,1,0,18.28,9H15V5.72A2,2,0,1,0,12.28,3H5.72A2,2,0,1,0,3,5.72v6.56A2,2,0,1,0,5.72,15H9v3.28A2,2,0,1,0,11.72,21h6.56A2,2,0,1,0,21,18.28ZM8,10a2,2,0,0,0,1,1.72V13H5.72A1.91,1.91,0,0,0,5,12.28V5.72A1.91,1.91,0,0,0,5.72,5h6.56a1.91,1.91,0,0,0,.72.72V9H11.72A2,2,0,0,0,8,10Zm5,1v1.28a1.91,1.91,0,0,0-.72.72H11V11.72a1.91,1.91,0,0,0,.72-.72Zm6,7.28a1.91,1.91,0,0,0-.72.72H11.72a1.91,1.91,0,0,0-.72-.72V15h1.28A2,2,0,1,0,15,12.28V11h3.28a1.91,1.91,0,0,0,.72.72Z\"/></svg></li><li title=\"octagon \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21.71,7.57,16.44,2.29A1.05,1.05,0,0,0,15.73,2H8.27a1.05,1.05,0,0,0-.71.29L2.29,7.57a1,1,0,0,0-.29.7v7.46a1,1,0,0,0,.29.7l5.27,5.28a1.05,1.05,0,0,0,.71.29h7.46a1.05,1.05,0,0,0,.71-.29l5.27-5.28a1,1,0,0,0,.29-.7V8.27A1,1,0,0,0,21.71,7.57ZM20,15.31,15.31,20H8.69L4,15.31V8.69L8.69,4h6.62L20,8.69Z\"/></svg></li><li title=\"okta \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M12,2L12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10C22,6.5,17.5,2,12,2z M17,12c0,2.8-2.2,5-5,5c-2.8,0-5-2.2-5-5c0-2.8,2.2-5,5-5C14.8,7,17,9.2,17,12L17,12z\"/></svg></li><li title=\"opera alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M11.9707,5.00044c-3.64355,0-3.64355,5.12207-3.64355,6.85742,0,1.95313,0,7.14258,3.66015,7.14258,3.6543,0,3.6543-5.16211,3.6543-7.10547C15.6416,7.31977,14.40625,5.00044,11.9707,5.00044Zm.0166,12c-1.10156,0-1.66015-1.73047-1.66015-5.19531,0-2.19141.28515-4.80469,1.64355-4.80469,1.4541,0,1.6709,3.0664,1.6709,4.89453C13.6416,15.28267,13.085,17.00044,11.9873,17.00044Zm.001-16C5.93652,1.00044,1.71,5.48188,1.71,11.89888c0,5.457,3.84668,11.10156,10.28516,11.10156,6.43359,0,10.27832-5.64453,10.27832-11.10156C22.27344,5.48188,18.044,1.00044,11.98828,1.00044Zm.00684,20c-5.18653,0-8.28516-4.62793-8.28516-9.10156,0-5.32227,3.32715-8.89844,8.27832-8.89844,4.95606,0,8.28516,3.57617,8.28516,8.89844C20.27344,16.37251,17.17676,21.00044,11.99512,21.00044Z\"/></svg></li><li title=\"opera \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M11.9963,2c-5.462,0-9.278,3.95814-9.278,9.899,0,5.28991,3.7112,10.101,9.28549,10.101,5.56676,0,9.27787-4.81857,9.27787-10.101C21.28168,5.95814,17.45831,2,11.9963,2Zm0,18.38381c-3.39693,0-3.77107-5.01309-3.77107-8.7093V11.5997c0-3.99549.59858-8.23042,3.74864-8.23042s3.786,4.3621,3.786,8.3576C15.75987,15.42311,15.39318,20.38381,11.9963,20.38381Z\"/></svg></li><li title=\"outgoing call \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19.44,13c-.22,0-.45-.07-.67-.12a9.44,9.44,0,0,1-1.31-.39,2,2,0,0,0-2.48,1l-.22.45a12.18,12.18,0,0,1-2.66-2,12.18,12.18,0,0,1-2-2.66L10.52,9a2,2,0,0,0,1-2.48,10.33,10.33,0,0,1-.39-1.31c-.05-.22-.09-.45-.12-.68a3,3,0,0,0-3-2.49h-3a3,3,0,0,0-3,3.41A19,19,0,0,0,18.53,21.91l.38,0a3,3,0,0,0,2-.76,3,3,0,0,0,1-2.25v-3A3,3,0,0,0,19.44,13Zm.5,6a1,1,0,0,1-.34.75,1.06,1.06,0,0,1-.82.25A17,17,0,0,1,4.07,5.22a1.09,1.09,0,0,1,.25-.82,1,1,0,0,1,.75-.34h3a1,1,0,0,1,1,.79q.06.41.15.81a11.12,11.12,0,0,0,.46,1.55l-1.4.65a1,1,0,0,0-.49,1.33,14.49,14.49,0,0,0,7,7,1,1,0,0,0,.76,0,1,1,0,0,0,.57-.52l.62-1.4a13.69,13.69,0,0,0,1.58.46q.4.09.81.15a1,1,0,0,1,.79,1ZM21.86,2.68a1,1,0,0,0-.54-.54,1,1,0,0,0-.38-.08h-4a1,1,0,1,0,0,2h1.58l-3.29,3.3a1,1,0,0,0,0,1.41,1,1,0,0,0,1.41,0l3.3-3.29V7.06a1,1,0,0,0,2,0v-4A1,1,0,0,0,21.86,2.68Z\"/></svg></li><li title=\"package \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19,2H5A3,3,0,0,0,2,5V19a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V5A3,3,0,0,0,19,2ZM10,4h4V7.13l-1.45-1a1,1,0,0,0-1.1,0L10,7.13ZM20,19a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V5A1,1,0,0,1,5,4H8V9a1,1,0,0,0,.53.88,1,1,0,0,0,1-.05L12,8.2l2.45,1.63A1,1,0,0,0,16,9V4h3a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"padlock \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,13a1.49,1.49,0,0,0-1,2.61V17a1,1,0,0,0,2,0V15.61A1.49,1.49,0,0,0,12,13Zm5-4V7A5,5,0,0,0,7,7V9a3,3,0,0,0-3,3v7a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V12A3,3,0,0,0,17,9ZM9,7a3,3,0,0,1,6,0V9H9Zm9,12a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V12a1,1,0,0,1,1-1H17a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"pagelines \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M18.88513,13.9928c1.75031-.90125,2.28143-3.34961,2.28143-3.34961s-2.30407-.99011-4.05438-.08557a4.20627,4.20627,0,0,0-1.6983,1.82245,8.96489,8.96489,0,0,0,.05957-.99012A6.99283,6.99283,0,0,0,17.056,6.66437C16.71191,3.90131,13.70972,2,13.70972,2s-2.44165,2.58258-2.0943,5.34906a6.81877,6.81877,0,0,0,2.51721,4.03168,9.32236,9.32236,0,0,1-.0755,1.0094,4.39594,4.39594,0,0,0-1.90051-2.05823c-1.77375-.85248-4.04847.20306-4.04847.20306s.60328,2.43164,2.37623,3.28412a4.72048,4.72048,0,0,0,3.25811.0755,9.43336,9.43336,0,0,1-1.45831,2.90064,4.39341,4.39341,0,0,0-2.01209-1.98017c-1.81323-.76355-4.02838.40357-4.02838.40357s.72077,2.40222,2.53656,3.16241a3.744,3.744,0,0,0,1.73432.2425,9.41862,9.41862,0,0,1-5.84412,2.03222.67212.67212,0,0,0,0,1.34424,10.78608,10.78608,0,0,0,7.96777-3.52661,4.9541,4.9541,0,0,0,3.33613,1.19317c1.96008-.20648,3.34033-2.29821,3.34033-2.29821s-1.793-1.75287-3.74976-1.54309a3.53922,3.53922,0,0,0-1.36011.45562,10.74367,10.74367,0,0,0,.89441-2.27472A5.15338,5.15338,0,0,0,18.88513,13.9928Z\"/></svg></li><li title=\"pagerduty \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M17,3c-1.6-0.8-2.7-1-5.2-1H6v12.1h5.8c2.3,0,4-0.1,5.5-1.1c1.6-1.1,2.6-3,2.5-5C19.9,5.9,18.8,4,17,3z M12.4,11.6H8.9v-7l3.3,0c3,0,4.5,1,4.5,3.4C16.8,10.6,14.9,11.6,12.4,11.6z M6,22h2.9v-5.3H6V22z\"/></svg></li><li title=\"paint tool \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M18,1H10A3,3,0,0,0,7,4H6A3,3,0,0,0,3,7v3a3,3,0,0,0,3,3h6a1,1,0,0,1,1,1v1a2,2,0,0,0-2,2v4a2,2,0,0,0,2,2h2a2,2,0,0,0,2-2V17a2,2,0,0,0-2-2V14a3,3,0,0,0-3-3H6a1,1,0,0,1-1-1V7A1,1,0,0,1,6,6H7a3,3,0,0,0,3,3h8a3,3,0,0,0,3-3V4A3,3,0,0,0,18,1ZM15,17v4H13V17ZM19,6a1,1,0,0,1-1,1H10A1,1,0,0,1,9,6V4a1,1,0,0,1,1-1h8a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"palette \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M7.42,15.54a1,1,0,0,0,0,1.41,1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.41A1,1,0,0,0,7.42,15.54Zm0-8.49a1,1,0,0,0,0,1.41,1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.41A1,1,0,0,0,7.42,7.05Zm4.95,10a1,1,0,1,0,1,1A1,1,0,0,0,12.37,17Zm-6-6a1,1,0,1,0,1,1A1,1,0,0,0,6.37,11Zm6-6a1,1,0,1,0,1,1A1,1,0,0,0,12.37,5Zm3.54,2.05a1,1,0,1,0,1.41,0A1,1,0,0,0,15.91,7.05Zm6.3,0a11,11,0,1,0-7.85,15.74,3.87,3.87,0,0,0,2.5-1.65A4.2,4.2,0,0,0,17.47,18a5.65,5.65,0,0,1-.1-1,5,5,0,0,1,3-4.56,3.84,3.84,0,0,0,2.06-2.25A4,4,0,0,0,22.21,7.08Zm-1.7,2.44a1.9,1.9,0,0,1-1,1.09A7,7,0,0,0,15.37,17a7.3,7.3,0,0,0,.14,1.4,2.16,2.16,0,0,1-.31,1.65,1.79,1.79,0,0,1-1.21.8,8.72,8.72,0,0,1-1.62.15,9,9,0,0,1-9-9.28A9.05,9.05,0,0,1,11.85,3h.51a9,9,0,0,1,8.06,5A2,2,0,0,1,20.51,9.52ZM12.37,11a1,1,0,1,0,1,1A1,1,0,0,0,12.37,11Z\"/></svg></li><li title=\"panel add \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M18,10H14V3a1,1,0,0,0-1-1H8A1,1,0,0,0,7,3V8H3A1,1,0,0,0,2,9V21a1,1,0,0,0,1,1H18a1,1,0,0,0,1-1V11A1,1,0,0,0,18,10ZM7,20H4V10H7Zm5,0H9V4h3Zm5,0H14V12h3ZM21,4H20V3a1,1,0,0,0-2,0V4H17a1,1,0,0,0,0,2h1V7a1,1,0,0,0,2,0V6h1a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"panorama h alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21.46,5.83A1,1,0,0,0,20.7,5l-.11,0A37.49,37.49,0,0,0,3.41,5L3.3,5a1,1,0,0,0-.76.8,35.52,35.52,0,0,0,0,12.34,1,1,0,0,0,.76.8l.11,0A37.62,37.62,0,0,0,12,20a37.62,37.62,0,0,0,8.59-1l.11,0a1,1,0,0,0,.76-.8A35.52,35.52,0,0,0,21.46,5.83ZM19.6,17.17a35.42,35.42,0,0,1-15.2,0,33.2,33.2,0,0,1,0-10.34,35.42,35.42,0,0,1,15.2,0A33.2,33.2,0,0,1,19.6,17.17Z\"/></svg></li><li title=\"panorama h \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21.54,5.16a1,1,0,0,0-1-.07A21.27,21.27,0,0,1,12,6.73,21.27,21.27,0,0,1,3.42,5.09a1,1,0,0,0-1,.07A1,1,0,0,0,2,6V18a1,1,0,0,0,.46.84,1,1,0,0,0,1,.07A21.27,21.27,0,0,1,12,17.27a21.27,21.27,0,0,1,8.58,1.64A1.06,1.06,0,0,0,21,19a1,1,0,0,0,.54-.16A1,1,0,0,0,22,18V6A1,1,0,0,0,21.54,5.16ZM20,16.52a24.77,24.77,0,0,0-8-1.25,24.77,24.77,0,0,0-8,1.25v-9a24.77,24.77,0,0,0,8,1.25,24.77,24.77,0,0,0,8-1.25Z\"/></svg></li><li title=\"panorama v \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M17.27,12a21.11,21.11,0,0,1,1.64-8.58,1,1,0,0,0-.07-1A1,1,0,0,0,18,2H6a1,1,0,0,0-.84.46,1,1,0,0,0-.07,1A21.11,21.11,0,0,1,6.73,12a21.11,21.11,0,0,1-1.64,8.58,1,1,0,0,0,.07,1A1,1,0,0,0,6,22H18a1,1,0,0,0,.84-.46,1,1,0,0,0,.07-1A21.11,21.11,0,0,1,17.27,12Zm-.75,8h-9a24.77,24.77,0,0,0,1.25-8A24.77,24.77,0,0,0,7.48,4h9a24.77,24.77,0,0,0-1.25,8A24.77,24.77,0,0,0,16.52,20Z\"/></svg></li><li title=\"paperclip \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M18.08,12.42,11.9,18.61a4.25,4.25,0,0,1-6-6l8-8a2.57,2.57,0,0,1,3.54,0,2.52,2.52,0,0,1,0,3.54l-6.9,6.89A.75.75,0,1,1,9.42,14l5.13-5.12a1,1,0,0,0-1.42-1.42L8,12.6a2.74,2.74,0,0,0,0,3.89,2.82,2.82,0,0,0,3.89,0l6.89-6.9a4.5,4.5,0,0,0-6.36-6.36l-8,8A6.25,6.25,0,0,0,13.31,20l6.19-6.18a1,1,0,1,0-1.42-1.42Z\"/></svg></li><li title=\"paragraph \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M13,13.5H3a1,1,0,0,0,0,2H13a1,1,0,0,0,0-2Zm8-5H3a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"parcel \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M7,14H9a1,1,0,0,0,0-2H7a1,1,0,0,0,0,2Zm6,2H7a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2ZM19,2H5A3,3,0,0,0,2,5V19a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V5A3,3,0,0,0,19,2ZM14,4V7.29l-1.51-.84a1,1,0,0,0-1,0L10,7.29V4Zm6,15a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V5A1,1,0,0,1,5,4H8V9a1,1,0,0,0,.5.86,1,1,0,0,0,1,0L12,8.47l2.51,1.4A1,1,0,0,0,15,10a1,1,0,0,0,1-1V4h3a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"parking circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M13,7H10A1,1,0,0,0,9,8v8a1,1,0,0,0,2,0V14h2a3,3,0,0,0,3-3V10A3,3,0,0,0,13,7Zm1,4a1,1,0,0,1-1,1H11V9h2a1,1,0,0,1,1,1ZM12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z\"/></svg></li><li title=\"parking square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,6H9A1,1,0,0,0,8,7V17a1,1,0,0,0,2,0V14h2a4,4,0,0,0,0-8Zm0,6H10V8h2a2,2,0,0,1,0,4ZM19,2H5A3,3,0,0,0,2,5V19a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V5A3,3,0,0,0,19,2Zm1,17a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V5A1,1,0,0,1,5,4H19a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"pathfinder unite \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21,7.54H16.46V3a1,1,0,0,0-1-1H3A1,1,0,0,0,2,3V15.46a1,1,0,0,0,1,1H7.54V21a1,1,0,0,0,1,1H21a1,1,0,0,0,1-1V8.54A1,1,0,0,0,21,7.54ZM20,20H9.54V15.46a1,1,0,0,0-1-1H4V4H14.46V8.54a1,1,0,0,0,1,1H20Z\"/></svg></li><li title=\"pathfinder \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M4,14.46a1,1,0,0,0-2,0v1a1,1,0,0,0,1,1H4a1,1,0,0,0,0-2ZM8.18,4h2.1a1,1,0,0,0,0-2H8.18a1,1,0,0,0,0,2Zm6.28,0a1,1,0,0,0,2,0V3a1,1,0,0,0-1-1h-1a1,1,0,0,0,0,2ZM4,2H3A1,1,0,0,0,2,3V4A1,1,0,0,0,4,4,1,1,0,0,0,4,2ZM3,11.28a1,1,0,0,0,1-1V8.18a1,1,0,0,0-2,0v2.1A1,1,0,0,0,3,11.28ZM15.82,20h-2.1a1,1,0,1,0,0,2h2.1a1,1,0,0,0,0-2ZM21,7.54H20a1,1,0,0,0,0,2,1,1,0,0,0,2,0v-1A1,1,0,0,0,21,7.54Zm0,5.18a1,1,0,0,0-1,1v2.1a1,1,0,0,0,2,0v-2.1A1,1,0,0,0,21,12.72ZM16.46,7.54a1,1,0,1,0-2,0H8.54a1,1,0,0,0-1,1v5.92a1,1,0,1,0,0,2,1,1,0,0,0,2,0h5.92a1,1,0,0,0,1-1V9.54a1,1,0,1,0,0-2Zm-2,6.92H9.54V9.54h4.92ZM21,19a1,1,0,0,0-1,1,1,1,0,0,0,0,2h1a1,1,0,0,0,1-1V20A1,1,0,0,0,21,19ZM9.54,20a1,1,0,0,0-2,0v1a1,1,0,0,0,1,1h1a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"pause circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M10,7A1,1,0,0,0,9,8v8a1,1,0,0,0,2,0V8A1,1,0,0,0,10,7Zm2-5A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20ZM14,7a1,1,0,0,0-1,1v8a1,1,0,0,0,2,0V8A1,1,0,0,0,14,7Z\"/></svg></li><li title=\"pause \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M16,2a3,3,0,0,0-3,3V19a3,3,0,0,0,6,0V5A3,3,0,0,0,16,2Zm1,17a1,1,0,0,1-2,0V5a1,1,0,0,1,2,0ZM8,2A3,3,0,0,0,5,5V19a3,3,0,0,0,6,0V5A3,3,0,0,0,8,2ZM9,19a1,1,0,0,1-2,0V5A1,1,0,0,1,9,5Z\"/></svg></li><li title=\"paypal \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M20.43705,7.10449a3.82273,3.82273,0,0,0-.57281-.5238,4.72529,4.72529,0,0,0-1.15766-3.73987C17.6226,1.61914,15.77494,1,13.2144,1H7.00053A1.89234,1.89234,0,0,0,5.13725,2.5918L2.5474,18.99805A1.53317,1.53317,0,0,0,4.063,20.7832H6.72709l-.082.52051A1.46684,1.46684,0,0,0,8.0933,23h3.23438a1.76121,1.76121,0,0,0,1.751-1.46973l.64063-4.03125.01074-.05468h.29883c4.03223,0,6.55078-1.99317,7.28516-5.7627A5.149,5.149,0,0,0,20.43705,7.10449ZM7.84233,13.7041l-.71448,4.53528-.08631.54382H4.606L7.09721,3H13.2144c1.93554,0,3.31738.4043,3.99218,1.16406a2.96675,2.96675,0,0,1,.60791,2.73334l-.01861.11224c-.01215.07648-.0232.15119-.0434.24622a5.84606,5.84606,0,0,1-2.00512,3.67053,6.67728,6.67728,0,0,1-4.21753,1.183H9.70658A1.87969,1.87969,0,0,0,7.84233,13.7041Zm11.50878-2.40527c-.55078,2.82812-2.24218,4.14551-5.32226,4.14551h-.4834a1.76109,1.76109,0,0,0-1.751,1.47265l-.64941,4.07422L8.71733,21l.47815-3.03387.61114-3.85285h1.7193c.1568,0,.29541-.02356.44812-.02893.35883-.01239.71661-.02618,1.05267-.06787.20526-.02557.39362-.07221.59034-.1087.27252-.05036.54522-.10016.80108-.17127.19037-.053.368-.12121.54907-.18561.23926-.0849.4748-.174.69757-.27868.168-.0791.32807-.16706.48658-.25727a6.77125,6.77125,0,0,0,.61236-.39172c.14228-.1026.28192-.20789.415-.321a6.56392,6.56392,0,0,0,.53693-.51892c.113-.12055.2287-.23755.33331-.36725a7.09,7.09,0,0,0,.48-.69263c.07648-.12219.16126-.23523.23163-.36383a8.33175,8.33175,0,0,0,.52075-1.15326c.00867-.02386.02106-.044.02954-.068.004-.01123.00989-.02057.01386-.03186A4.29855,4.29855,0,0,1,19.35111,11.29883Z\"/></svg></li><li title=\"pen \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M22,7.24a1,1,0,0,0-.29-.71L17.47,2.29A1,1,0,0,0,16.76,2a1,1,0,0,0-.71.29L13.22,5.12h0L2.29,16.05a1,1,0,0,0-.29.71V21a1,1,0,0,0,1,1H7.24A1,1,0,0,0,8,21.71L18.87,10.78h0L21.71,8a1.19,1.19,0,0,0,.22-.33,1,1,0,0,0,0-.24.7.7,0,0,0,0-.14ZM6.83,20H4V17.17l9.93-9.93,2.83,2.83ZM18.17,8.66,15.34,5.83l1.42-1.41,2.82,2.82Z\"/></svg></li><li title=\"pentagon \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21.59,9.17l-9-6.54a1,1,0,0,0-1.18,0l-9,6.54a1,1,0,0,0-.36,1.12L5.49,20.87a1,1,0,0,0,1,.69H17.56a1,1,0,0,0,1-.69L22,10.29A1,1,0,0,0,21.59,9.17ZM16.84,19.56H7.16l-3-9.2L12,4.68l7.82,5.68Z\"/></svg></li><li title=\"percentage \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M7.75781,10.75781a3,3,0,1,0-3-3A3.00328,3.00328,0,0,0,7.75781,10.75781Zm0-4a1,1,0,1,1-1,1A1.00067,1.00067,0,0,1,7.75781,6.75781Zm8.48438,6.48438a3,3,0,1,0,3,3A3.00328,3.00328,0,0,0,16.24219,13.24219Zm0,4a1,1,0,1,1,1-1A1.00067,1.00067,0,0,1,16.24219,17.24219ZM19.707,4.293a.99962.99962,0,0,0-1.41406,0l-14,14A.99989.99989,0,1,0,5.707,19.707l14-14A.99962.99962,0,0,0,19.707,4.293Z\"/></svg></li><li title=\"phone alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19.44,13c-.22,0-.45-.07-.67-.12a9.44,9.44,0,0,1-1.31-.39,2,2,0,0,0-2.48,1l-.22.45a12.18,12.18,0,0,1-2.66-2,12.18,12.18,0,0,1-2-2.66L10.52,9a2,2,0,0,0,1-2.48,10.33,10.33,0,0,1-.39-1.31c-.05-.22-.09-.45-.12-.68a3,3,0,0,0-3-2.49h-3a3,3,0,0,0-3,3.41A19,19,0,0,0,18.53,21.91l.38,0a3,3,0,0,0,2-.76,3,3,0,0,0,1-2.25v-3A3,3,0,0,0,19.44,13Zm.5,6a1,1,0,0,1-.34.75,1.06,1.06,0,0,1-.82.25A17,17,0,0,1,4.07,5.22a1.09,1.09,0,0,1,.25-.82,1,1,0,0,1,.75-.34h3a1,1,0,0,1,1,.79q.06.41.15.81a11.12,11.12,0,0,0,.46,1.55l-1.4.65a1,1,0,0,0-.49,1.33,14.49,14.49,0,0,0,7,7,1,1,0,0,0,.76,0,1,1,0,0,0,.57-.52l.62-1.4a13.69,13.69,0,0,0,1.58.46q.4.09.81.15a1,1,0,0,1,.79,1Z\"/></svg></li><li title=\"phone pause \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M19.44,13c-.22,0-.45-.07-.67-.12a9.44,9.44,0,0,1-1.31-.39,2,2,0,0,0-2.48,1l-.22.45a12.18,12.18,0,0,1-2.66-2,12.18,12.18,0,0,1-2-2.66L10.52,9a2,2,0,0,0,1-2.48,10.33,10.33,0,0,1-.39-1.31c-.05-.22-.09-.45-.12-.68a3,3,0,0,0-3-2.49h-3a3,3,0,0,0-3,3.41A19,19,0,0,0,18.53,21.91l.38,0a3,3,0,0,0,2-.76,3,3,0,0,0,1-2.25v-3A3,3,0,0,0,19.44,13Zm.5,6a1,1,0,0,1-.34.75,1,1,0,0,1-.82.25A17,17,0,0,1,4.07,5.22a1.09,1.09,0,0,1,.25-.82,1,1,0,0,1,.75-.34h3a1,1,0,0,1,1,.79q.06.41.15.81a11.12,11.12,0,0,0,.46,1.55l-1.4.65a1,1,0,0,0-.49,1.33,14.49,14.49,0,0,0,7,7,1,1,0,0,0,.76,0,1,1,0,0,0,.57-.52l.62-1.4a13.69,13.69,0,0,0,1.58.46q.4.09.81.15a1,1,0,0,1,.79,1ZM19,10a1,1,0,0,0,1-1V5a1,1,0,0,0-2,0V9A1,1,0,0,0,19,10Zm-4,0a1,1,0,0,0,1-1V5a1,1,0,0,0-2,0V9A1,1,0,0,0,15,10Z\"/></svg></li><li title=\"phone slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M4.91,13.1a1,1,0,0,0,.85.47A1,1,0,0,0,6.61,12,17,17,0,0,1,4.14,5.15a1,1,0,0,1,.24-.81A1,1,0,0,1,5.13,4h3a1,1,0,0,1,1,.8c0,.23.08.44.13.67l0,.13a10.33,10.33,0,0,0,.47,1.54L8.34,7.8a1,1,0,0,0-.52.57,1,1,0,0,0,0,.77c.1.21.2.42.32.64a1,1,0,0,0,1.37.37,1,1,0,0,0,.5-.94L10.58,9a2,2,0,0,0,1.05-2.48,9.3,9.3,0,0,1-.39-1.3l0-.1c0-.2-.08-.4-.11-.58A3,3,0,0,0,8.16,2h-3A3,3,0,0,0,2.88,3a3,3,0,0,0-.72,2.39A19.05,19.05,0,0,0,4.91,13.1Zm14.61-.21-.6-.11-.08,0a9.31,9.31,0,0,1-1.33-.39,2,2,0,0,0-2.47,1l-.21.46a12.39,12.39,0,0,1-1.92-1.37l8.8-8.79a1,1,0,1,0-1.42-1.42l-18,18a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l4.59-4.6a19.09,19.09,0,0,0,10.29,4.73,2.69,2.69,0,0,0,.4,0,3,3,0,0,0,2-.75,3,3,0,0,0,1-2.25v-3A3,3,0,0,0,19.52,12.89Zm.48,6a1,1,0,0,1-.34.75,1,1,0,0,1-.81.24A17.07,17.07,0,0,1,9.71,15.7l1.77-1.77a14.69,14.69,0,0,0,3.38,2.21,1,1,0,0,0,.77,0,1,1,0,0,0,.57-.52l.62-1.41a12,12,0,0,0,1.6.47l.11,0,.69.13a1,1,0,0,1,.78,1Z\"/></svg></li><li title=\"phone times \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19.85,5.56l1.79-1.79a1,1,0,1,0-1.41-1.41L18.44,4.15l-1.8-1.79a1,1,0,0,0-1.41,1.41L17,5.56l-1.79,1.8a1,1,0,0,0,0,1.41,1,1,0,0,0,1.41,0L18.44,7l1.79,1.79a1,1,0,0,0,1.41,0,1,1,0,0,0,0-1.41ZM19.44,13c-.22,0-.45-.07-.67-.12a9.44,9.44,0,0,1-1.31-.39,2,2,0,0,0-2.48,1l-.22.45a12.18,12.18,0,0,1-2.66-2,12.18,12.18,0,0,1-2-2.66L10.52,9a2,2,0,0,0,1-2.48,10.33,10.33,0,0,1-.39-1.31c-.05-.22-.09-.45-.12-.68a3,3,0,0,0-3-2.49h-3a3,3,0,0,0-3,3.41A19,19,0,0,0,18.53,21.91l.38,0a3,3,0,0,0,2-.76,3,3,0,0,0,1-2.25v-3A3,3,0,0,0,19.44,13Zm.5,6a1,1,0,0,1-.34.75,1.06,1.06,0,0,1-.82.25A17,17,0,0,1,4.07,5.22a1.09,1.09,0,0,1,.25-.82,1,1,0,0,1,.75-.34h3a1,1,0,0,1,1,.79q.06.41.15.81a11.12,11.12,0,0,0,.46,1.55l-1.4.65a1,1,0,0,0-.49,1.33,14.49,14.49,0,0,0,7,7,1,1,0,0,0,.76,0,1,1,0,0,0,.57-.52l.62-1.4a13.69,13.69,0,0,0,1.58.46q.4.09.81.15a1,1,0,0,1,.79,1Z\"/></svg></li><li title=\"phone volume \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19.41,13c-.22,0-.45-.07-.67-.12a9.86,9.86,0,0,1-1.31-.39,2,2,0,0,0-2.48,1l-.22.46a13.17,13.17,0,0,1-2.67-2,13.17,13.17,0,0,1-2-2.67l.46-.21a2,2,0,0,0,1-2.48,10.47,10.47,0,0,1-.39-1.32c-.05-.22-.09-.45-.12-.67a3,3,0,0,0-3-2.49H5a3,3,0,0,0-2.24,1,3,3,0,0,0-.73,2.4,19.07,19.07,0,0,0,5.41,11,19.07,19.07,0,0,0,11,5.41,2.56,2.56,0,0,0,.39,0,3,3,0,0,0,2-.76,3,3,0,0,0,1-2.24v-3A3,3,0,0,0,19.41,13Zm.49,6a1,1,0,0,1-.33.74,1,1,0,0,1-.82.25,17.16,17.16,0,0,1-9.87-4.84A17.16,17.16,0,0,1,4,5.25a1,1,0,0,1,.25-.82A1,1,0,0,1,5,4.1h3a1,1,0,0,1,1,.78c0,.27.09.55.15.82a11,11,0,0,0,.46,1.54l-1.4.66a1,1,0,0,0-.52.56,1,1,0,0,0,0,.76,14.49,14.49,0,0,0,7,7,1,1,0,0,0,.76,0,1,1,0,0,0,.56-.52l.63-1.4a12.41,12.41,0,0,0,1.58.46c.26.06.54.11.81.15a1,1,0,0,1,.78,1ZM14,2c-.23,0-.47,0-.7,0a1,1,0,0,0,.17,2L14,4a6,6,0,0,1,6,6c0,.18,0,.35,0,.53a1,1,0,0,0,.91,1.08h.08a1,1,0,0,0,1-.91c0-.23,0-.47,0-.7A8,8,0,0,0,14,2Zm2,8a1,1,0,0,0,2,0,4,4,0,0,0-4-4,1,1,0,0,0,0,2A2,2,0,0,1,16,10Z\"/></svg></li><li title=\"phone \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19.44,13c-.22,0-.45-.07-.67-.12a9.44,9.44,0,0,1-1.31-.39,2,2,0,0,0-2.48,1l-.22.45a12.18,12.18,0,0,1-2.66-2,12.18,12.18,0,0,1-2-2.66L10.52,9a2,2,0,0,0,1-2.48,10.33,10.33,0,0,1-.39-1.31c-.05-.22-.09-.45-.12-.68a3,3,0,0,0-3-2.49h-3a3,3,0,0,0-3,3.41A19,19,0,0,0,18.53,21.91l.38,0a3,3,0,0,0,2-.76,3,3,0,0,0,1-2.25v-3A3,3,0,0,0,19.44,13Zm.5,6a1,1,0,0,1-.34.75,1.05,1.05,0,0,1-.82.25A17,17,0,0,1,4.07,5.22a1.09,1.09,0,0,1,.25-.82,1,1,0,0,1,.75-.34h3a1,1,0,0,1,1,.79q.06.41.15.81a11.12,11.12,0,0,0,.46,1.55l-1.4.65a1,1,0,0,0-.49,1.33,14.49,14.49,0,0,0,7,7,1,1,0,0,0,.76,0,1,1,0,0,0,.57-.52l.62-1.4a13.69,13.69,0,0,0,1.58.46q.4.09.81.15a1,1,0,0,1,.79,1Z\"/></svg></li><li title=\"picture \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M20,4a1,1,0,0,0,.71-1.7,1,1,0,0,0-1.42,0,1,1,0,0,0-.21.32A.84.84,0,0,0,19,3a1,1,0,0,0,1,1Zm0,9a1,1,0,0,0-1,1v.39l-1.48-1.48a2.77,2.77,0,0,0-3.93,0l-.7.7-2.48-2.49a2.86,2.86,0,0,0-3.93,0L5,12.6V7A1,1,0,0,1,6,6H16a1,1,0,0,0,0-2H6A3,3,0,0,0,3,7V19a3,3,0,0,0,3,3H18a3,3,0,0,0,3-3V14A1,1,0,0,0,20,13ZM6,20a1,1,0,0,1-1-1V15.43l2.9-2.9a.79.79,0,0,1,1.09,0l3.17,3.17,0,0L16.45,20Zm13-1a1,1,0,0,1-.18.53L14.31,15l.7-.7a.78.78,0,0,1,1.1,0L19,17.22ZM20,5a1,1,0,0,0-1,1v4a1,1,0,0,0,2,0V6A1,1,0,0,0,20,5Z\"/></svg></li><li title=\"pizza slice \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M8.51,12.48a1,1,0,1,0,1,1A1,1,0,0,0,8.51,12.48ZM8.51,8a1,1,0,1,0,1,1A1,1,0,0,0,8.51,8ZM12,10a1,1,0,0,0-1,1v1a1,1,0,0,0,2,0V11A1,1,0,0,0,12,10Zm8.5-1.43,0,0a3,3,0,0,0-2.3-.29,2.9,2.9,0,0,0-1.09.56L5.51,2.13a1,1,0,0,0-1,0A1,1,0,0,0,4,3V16.17A2.94,2.94,0,0,0,2,19H2a3,3,0,0,0,2.92,3h.58a18.57,18.57,0,0,0,16.11-9.41A3,3,0,0,0,20.51,8.57ZM6,4.73l9.89,5.71A12.57,12.57,0,0,1,6,16Zm13.87,6.88A16.58,16.58,0,0,1,5,20a1,1,0,0,1-1-1,1,1,0,0,1,.3-.72A1,1,0,0,1,5,18h.51a14.5,14.5,0,0,0,12.62-7.37.9.9,0,0,1,.58-.44,1,1,0,0,1,.75.09h0A1,1,0,0,1,19.88,11.61Z\"/></svg></li><li title=\"plane arrival \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21.12,16.23a5,5,0,0,0-2.3-3L16.71,12l-.48-5.47a1,1,0,0,0-.49-.78l-3-1.72a1,1,0,0,0-1,0,1,1,0,0,0-.52.84l-.15,3.9-1.75-1L6.46,3.92a1,1,0,0,0-1.78.41L3.81,8.94A3,3,0,0,0,5.2,12.23l14.06,8.11A1,1,0,0,0,20.62,20,4.91,4.91,0,0,0,21.12,16.23ZM19.24,18,6.2,10.5a1,1,0,0,1-.44-1.13l.46-2.44,1.66,2.2a1,1,0,0,0,.3.27l3.35,1.94a1,1,0,0,0,1.5-.83l.16-3.9,1.09.63.48,5.47a1,1,0,0,0,.5.78L17.82,15a2.91,2.91,0,0,1,1.36,1.78A2.74,2.74,0,0,1,19.24,18Z\"/></svg></li><li title=\"plane departure \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M22,5.08A3.08,3.08,0,0,0,16.74,2.9L13.93,5.71,7.44,3.55a1,1,0,0,0-1,.24L4.06,6.15a1,1,0,0,0,.29,1.61l5.18,2.35-2.6,2.6-1.71-.86A1,1,0,0,0,4.06,12L2.29,13.81a1,1,0,0,0,0,1.41l6.49,6.49a1,1,0,0,0,1.41,0L12,19.94a1,1,0,0,0,.19-1.16l-.86-1.71,2.6-2.6,2.35,5.18a1,1,0,0,0,1.61.29l2.36-2.36a1,1,0,0,0,.24-1l-2.16-6.49L21.1,7.26A3.05,3.05,0,0,0,22,5.08Zm-2.32.77L16.44,9.09a1,1,0,0,0-.24,1l2.16,6.48-.9.9-2.35-5.17a1,1,0,0,0-.73-.57,1,1,0,0,0-.89.28L9.37,16.17a1,1,0,0,0-.19,1.15L10,19l-.56.56L4.41,14.52,5,14l1.71.86a1,1,0,0,0,1.15-.19L12,10.51a1,1,0,0,0-.29-1.62L6.5,6.54l.9-.9L13.88,7.8a1,1,0,0,0,1-.24l3.24-3.24a1.07,1.07,0,0,1,1.53,0,1,1,0,0,1,.32.76A1.06,1.06,0,0,1,19.68,5.85Z\"/></svg></li><li title=\"plane fly \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M23,9.32a1.06,1.06,0,0,0-.1-.76,4.93,4.93,0,0,0-6.75-1.8L14,8,9,5.65a1,1,0,0,0-.92,0l-3,1.73a1,1,0,0,0-.5.84,1,1,0,0,0,.46.87l3.3,2.08-1.74,1-4.78.58a1,1,0,0,0-.53,1.75l3.54,3.06a3,3,0,0,0,3.55.44L22.5,9.93A1,1,0,0,0,23,9.32Zm-15.53,7a1,1,0,0,1-1.2-.18L4.37,14.51l2.73-.33a1,1,0,0,0,.38-.13l3.36-1.93a1,1,0,0,0,.5-.85,1,1,0,0,0-.47-.86L7.57,8.32l1.1-.63,5,2.32a1,1,0,0,0,.92,0l2.56-1.48a3,3,0,0,1,3.36.29Z\"/></svg></li><li title=\"plane \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21.75,12a1,1,0,0,0-.55-.89L15.08,8.05v-4a3.08,3.08,0,1,0-6.16,0v4L2.8,11.11a1,1,0,0,0-.55.89v3.33a1,1,0,0,0,.43.83,1,1,0,0,0,.92.11l5.32-2V18l-1.82.6a1,1,0,0,0-.68.95V22a1,1,0,0,0,.3.71,1,1,0,0,0,.7.29h9.17a1,1,0,0,0,1-1V19.5a1,1,0,0,0-.68-.95L15.08,18V14.28l5.32,2a1,1,0,0,0,.92-.11,1,1,0,0,0,.43-.83Zm-7.31-.1a1,1,0,0,0-.93.11,1,1,0,0,0-.43.82v5.84a1,1,0,0,0,.69.95l1.81.6V21H8.41v-.78l1.81-.6a1,1,0,0,0,.69-.95V12.83a1,1,0,0,0-.43-.82,1,1,0,0,0-.93-.11l-5.31,2V12.62l6.11-3.06a1,1,0,0,0,.56-.89V4.08a1.08,1.08,0,1,1,2.16,0V8.67a1,1,0,0,0,.56.89l6.11,3.06v1.27Z\"/></svg></li><li title=\"play circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M16,10.27,11,7.38A2,2,0,0,0,8,9.11v5.78a2,2,0,0,0,1,1.73,2,2,0,0,0,2,0l5-2.89a2,2,0,0,0,0-3.46ZM15,12l-5,2.89V9.11L15,12ZM12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z\"/></svg></li><li title=\"play \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M18.54,9,8.88,3.46a3.42,3.42,0,0,0-5.13,3V17.58A3.42,3.42,0,0,0,7.17,21a3.43,3.43,0,0,0,1.71-.46L18.54,15a3.42,3.42,0,0,0,0-5.92Zm-1,4.19L7.88,18.81a1.44,1.44,0,0,1-1.42,0,1.42,1.42,0,0,1-.71-1.23V6.42a1.42,1.42,0,0,1,.71-1.23A1.51,1.51,0,0,1,7.17,5a1.54,1.54,0,0,1,.71.19l9.66,5.58a1.42,1.42,0,0,1,0,2.46Z\"/></svg></li><li title=\"plug \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M19,6H16V3a1,1,0,0,0-2,0V6H10V3A1,1,0,0,0,8,3V6H5A1,1,0,0,0,5,8H6v5a1,1,0,0,0,.29.71L9,16.41V21a1,1,0,0,0,2,0V17h2v4a1,1,0,0,0,2,0V16.41l2.71-2.7A1,1,0,0,0,18,13V8h1a1,1,0,0,0,0-2Zm-3,6.59L13.59,15H10.41L8,12.59V8h8ZM11,13h2a1,1,0,0,0,0-2H11a1,1,0,0,0,0,2Z\"/></svg></li><li title=\"plus circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Zm4-9H13V8a1,1,0,0,0-2,0v3H8a1,1,0,0,0,0,2h3v3a1,1,0,0,0,2,0V13h3a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"plus square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M9,13h2v2a1,1,0,0,0,2,0V13h2a1,1,0,0,0,0-2H13V9a1,1,0,0,0-2,0v2H9a1,1,0,0,0,0,2ZM21,2H3A1,1,0,0,0,2,3V21a1,1,0,0,0,1,1H21a1,1,0,0,0,1-1V3A1,1,0,0,0,21,2ZM20,20H4V4H20Z\"/></svg></li><li title=\"plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19,11H13V5a1,1,0,0,0-2,0v6H5a1,1,0,0,0,0,2h6v6a1,1,0,0,0,2,0V13h6a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"podium \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M19.79,7.13A1,1,0,0,0,19,6.75H8v-.5A2,2,0,0,1,9.46,4.33a1.5,1.5,0,0,0,1,.42h1a1.5,1.5,0,0,0,0-3h-1a1.49,1.49,0,0,0-1.17.57A4,4,0,0,0,6,6.25v.5H5a1,1,0,0,0-.79.38A1,1,0,0,0,4,8l.62,2.49A3,3,0,0,0,7.1,12.71l.78,7H7a1,1,0,0,0,0,2H17a1,1,0,0,0,0-2h-.88l.78-7a3,3,0,0,0,2.45-2.23L20,8A1,1,0,0,0,19.79,7.13ZM14.1,19.75H9.9l-.78-7h5.76ZM17.41,10a1,1,0,0,1-1,.76H7.56a1,1,0,0,1-1-.76L6.28,8.75H17.72Z\"/></svg></li><li title=\"polygon \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21.87,11.5l-4.5-7.79a1,1,0,0,0-.87-.5h-9a1,1,0,0,0-.87.5L2.13,11.5a1,1,0,0,0,0,1l4.5,7.79a1,1,0,0,0,.87.5h9a1,1,0,0,0,.87-.5l4.5-7.79A1,1,0,0,0,21.87,11.5Zm-6,7.29H8.08L4.15,12,8.08,5.21h7.84L19.85,12Z\"/></svg></li><li title=\"post stamp \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M22.5,5.5a1,1,0,0,0,1-1v-3a1,1,0,0,0-1-1h-3a1,1,0,0,0-1,1,.5.5,0,0,1-1,0,1,1,0,0,0-1-1h-3a1,1,0,0,0-1,1,.5.5,0,0,1-1,0,1,1,0,0,0-1-1h-3a1,1,0,0,0-1,1,.5.5,0,0,1-1,0,1,1,0,0,0-1-1h-3a1,1,0,0,0-1,1v3a1,1,0,0,0,1,1,.5.5,0,0,1,0,1,1,1,0,0,0-1,1v3a1,1,0,0,0,1,1,.5.5,0,0,1,0,1,1,1,0,0,0-1,1v3a1,1,0,0,0,1,1,.5.5,0,0,1,0,1,1,1,0,0,0-1,1v3a1,1,0,0,0,1,1h3a1,1,0,0,0,1-1,.5.5,0,0,1,1,0,1,1,0,0,0,1,1h3a1,1,0,0,0,1-1,.5.5,0,0,1,1,0,1,1,0,0,0,1,1h3a1,1,0,0,0,1-1,.5.5,0,0,1,1,0,1,1,0,0,0,1,1h3a1,1,0,0,0,1-1v-3a1,1,0,0,0-1-1,.5.5,0,0,1,0-1,1,1,0,0,0,1-1v-3a1,1,0,0,0-1-1,.5.5,0,0,1,0-1,1,1,0,0,0,1-1v-3a1,1,0,0,0-1-1,.5.5,0,0,1,0-1Zm-1-1.79a2.5,2.5,0,0,0,0,4.58V9.71a2.5,2.5,0,0,0,0,4.58v1.42a2.5,2.5,0,0,0,0,4.58V21.5H20.29a2.5,2.5,0,0,0-4.58,0H14.29a2.5,2.5,0,0,0-4.58,0H8.29a2.5,2.5,0,0,0-4.58,0H2.5V20.29a2.5,2.5,0,0,0,0-4.58V14.29a2.5,2.5,0,0,0,0-4.58V8.29a2.5,2.5,0,0,0,0-4.58V2.5H3.71a2.5,2.5,0,0,0,4.58,0H9.71a2.5,2.5,0,0,0,4.58,0h1.42a2.5,2.5,0,0,0,4.58,0H21.5ZM12,5a7,7,0,0,0,0,14,6.93,6.93,0,0,0,3.5-.94,1,1,0,1,0-1-1.73A5,5,0,1,1,17,12v.5a.83.83,0,0,1-.83.83.84.84,0,0,1-.84-.83V9.67a1,1,0,0,0-1.78-.6A3.25,3.25,0,0,0,12,8.67a3.33,3.33,0,0,0,0,6.66,3.28,3.28,0,0,0,2.17-.82,2.84,2.84,0,0,0,4.83-2V12A7,7,0,0,0,12,5Zm0,8.33A1.33,1.33,0,1,1,13.33,12,1.32,1.32,0,0,1,12,13.33Z\"/></svg></li><li title=\"postcard \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M17,11h1a1,1,0,0,0,1-1V9a1,1,0,0,0-1-1H17a1,1,0,0,0-1,1v1A1,1,0,0,0,17,11ZM6,12h5a1,1,0,0,0,0-2H6a1,1,0,0,0,0,2ZM22,4H2A1,1,0,0,0,1,5V19a1,1,0,0,0,1,1H22a1,1,0,0,0,1-1V5A1,1,0,0,0,22,4ZM21,18H3V6H21ZM6,16h5a1,1,0,0,0,0-2H6a1,1,0,0,0,0,2Z\"/></svg></li><li title=\"pound circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M16,15H10.82A3,3,0,0,0,11,14V13h2.5a1,1,0,0,0,0-2H11V10a1.95,1.95,0,0,1,3.63-1,1,1,0,0,0,1.74-1A4,4,0,0,0,9,10V11H8a1,1,0,0,0,0,2H9v1a1,1,0,0,1-1,1,1,1,0,0,0,0,2h8a1,1,0,0,0,0-2ZM12,1A11,11,0,1,0,23,12,11,11,0,0,0,12,1Zm0,20a9,9,0,1,1,9-9A9,9,0,0,1,12,21Z\"/></svg></li><li title=\"pound \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M20,20H8a4.92,4.92,0,0,0,1-3V14h6a1,1,0,0,0,0-2H9V8.89a4.89,4.89,0,0,1,9.13-2.44,1,1,0,0,0,1.37.36,1,1,0,0,0,.37-1.36A6.9,6.9,0,0,0,7,8.89V12H4a1,1,0,0,0,0,2H7v3a3,3,0,0,1-3,3,1,1,0,0,0,0,2H20a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"power \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M10.21,6.21l.79-.8V10a1,1,0,0,0,2,0V5.41l.79.8a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42l-2.5-2.5a1,1,0,0,0-.33-.21,1,1,0,0,0-.76,0,1,1,0,0,0-.33.21l-2.5,2.5a1,1,0,0,0,1.42,1.42ZM18,7.56A1,1,0,1,0,16.56,9,6.45,6.45,0,1,1,7.44,9,1,1,0,1,0,6,7.56a8.46,8.46,0,1,0,12,0Z\"/></svg></li><li title=\"prescription bottle \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M19,2H5A2,2,0,0,0,3,4V6A2,2,0,0,0,5,8V19a3,3,0,0,0,3,3h8a3,3,0,0,0,3-3V8a2,2,0,0,0,2-2V4A2,2,0,0,0,19,2ZM17,16H11V12h6Zm0-6H10a1,1,0,0,0-1,1v6a1,1,0,0,0,1,1h7v1a1,1,0,0,1-1,1H8a1,1,0,0,1-1-1V8H17ZM5,6V4H19V6Z\"/></svg></li><li title=\"presentation check \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M10.29,11.71a1,1,0,0,0,1.42,0l4-4a1,1,0,1,0-1.42-1.42L11,9.59,9.71,8.29A1,1,0,0,0,8.29,9.71ZM21,14H20V4h1a1,1,0,0,0,0-2H3A1,1,0,0,0,3,4H4V14H3a1,1,0,0,0,0,2h8v1.15l-4.55,3A1,1,0,0,0,7,22a.94.94,0,0,0,.55-.17L11,19.55V21a1,1,0,0,0,2,0V19.55l3.45,2.28A.94.94,0,0,0,17,22a1,1,0,0,0,.55-1.83l-4.55-3V16h8a1,1,0,0,0,0-2Zm-3,0H6V4H18Z\"/></svg></li><li title=\"presentation edit \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M9.41,13h2.42a1,1,0,0,0,.71-.29l3.58-3.58a1,1,0,0,0,0-1.41L13.7,5.32a1,1,0,0,0-1.41,0L8.71,8.9a1,1,0,0,0-.3.7V12A1,1,0,0,0,9.41,13Zm1-3L13,7.44l1,1L11.42,11h-1ZM21,14H20V4h1a1,1,0,0,0,0-2H3A1,1,0,0,0,3,4H4V14H3a1,1,0,0,0,0,2h8v1.15l-4.55,3A1,1,0,0,0,7,22a.94.94,0,0,0,.55-.17L11,19.55V21a1,1,0,0,0,2,0V19.55l3.45,2.28A.94.94,0,0,0,17,22a1,1,0,0,0,.55-1.83l-4.55-3V16h8a1,1,0,0,0,0-2Zm-3,0H6V4H18Z\"/></svg></li><li title=\"presentation line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21,14H20V3a1,1,0,0,0-1-1H5A1,1,0,0,0,4,3V14H3a1,1,0,0,0,0,2h8v1.15l-4.55,3A1,1,0,0,0,7,22a.94.94,0,0,0,.55-.17L11,19.55V21a1,1,0,0,0,2,0V19.55l3.45,2.28A.94.94,0,0,0,17,22a1,1,0,0,0,.55-1.83l-4.55-3V16h8a1,1,0,0,0,0-2Zm-3,0H6V4H18ZM9,12a1,1,0,0,0,.83-.45l1.33-2,1.13,1.14a1,1,0,0,0,.81.29,1,1,0,0,0,.73-.45l2-3a1,1,0,0,0-1.66-1.1l-1.33,2L11.71,7.29A1,1,0,0,0,10.9,7a1,1,0,0,0-.73.45l-2,3a1,1,0,0,0,.28,1.38A.94.94,0,0,0,9,12Z\"/></svg></li><li title=\"presentation lines alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M10.17,10.55a1,1,0,0,0,.73.45,1,1,0,0,0,.81-.29l1.13-1.14,1.33,2A1,1,0,0,0,15,12a.94.94,0,0,0,.55-.17,1,1,0,0,0,.28-1.38l-2-3A1,1,0,0,0,13.1,7a1,1,0,0,0-.81.29L11.16,8.43l-1.33-2a1,1,0,1,0-1.66,1.1ZM21,14H20V4h1a1,1,0,0,0,0-2H3A1,1,0,0,0,3,4H4V14H3a1,1,0,0,0,0,2h8v1.15l-4.55,3A1,1,0,0,0,7,22a.94.94,0,0,0,.55-.17L11,19.55V21a1,1,0,0,0,2,0V19.55l3.45,2.28A.94.94,0,0,0,17,22a1,1,0,0,0,.55-1.83l-4.55-3V16h8a1,1,0,0,0,0-2Zm-3,0H6V4H18Z\"/></svg></li><li title=\"presentation minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M10,10h4a1,1,0,0,0,0-2H10a1,1,0,0,0,0,2Zm11,4H20V4h1a1,1,0,0,0,0-2H3A1,1,0,0,0,3,4H4V14H3a1,1,0,0,0,0,2h8v1.15l-4.55,3A1,1,0,0,0,7,22a.94.94,0,0,0,.55-.17L11,19.55V21a1,1,0,0,0,2,0V19.55l3.45,2.28A.94.94,0,0,0,17,22a1,1,0,0,0,.55-1.83l-4.55-3V16h8a1,1,0,0,0,0-2Zm-3,0H6V4H18Z\"/></svg></li><li title=\"presentation play \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21,14H20V4h1a1,1,0,0,0,0-2H3A1,1,0,0,0,3,4H4V14H3a1,1,0,0,0,0,2h8v1.15l-4.55,3A1,1,0,0,0,7,22a.94.94,0,0,0,.55-.17L11,19.55V21a1,1,0,0,0,2,0V19.55l3.45,2.28A.94.94,0,0,0,17,22a1,1,0,0,0,.55-1.83l-4.55-3V16h8a1,1,0,0,0,0-2Zm-3,0H6V4H18ZM9.61,12.26a1.73,1.73,0,0,0,1.76,0l3-1.74a1.76,1.76,0,0,0,0-3l-3-1.74a1.73,1.73,0,0,0-1.76,0,1.71,1.71,0,0,0-.87,1.52v3.48A1.71,1.71,0,0,0,9.61,12.26Zm1.13-4.58L13,9l-2.28,1.32Z\"/></svg></li><li title=\"presentation plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21,14H20V4h1a1,1,0,0,0,0-2H3A1,1,0,0,0,3,4H4V14H3a1,1,0,0,0,0,2h8v1.15l-4.55,3A1,1,0,0,0,7,22a.94.94,0,0,0,.55-.17L11,19.55V21a1,1,0,0,0,2,0V19.55l3.45,2.28A.94.94,0,0,0,17,22a1,1,0,0,0,.55-1.83l-4.55-3V16h8a1,1,0,0,0,0-2Zm-3,0H6V4H18Zm-8-4h1v1a1,1,0,0,0,2,0V10h1a1,1,0,0,0,0-2H13V7a1,1,0,0,0-2,0V8H10a1,1,0,0,0,0,2Z\"/></svg></li><li title=\"presentation times \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M9.29,11.71a1,1,0,0,0,1.42,0L12,10.41l1.29,1.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L13.41,9l1.3-1.29a1,1,0,1,0-1.42-1.42L12,7.59l-1.29-1.3A1,1,0,0,0,9.29,7.71L10.59,9l-1.3,1.29A1,1,0,0,0,9.29,11.71ZM21,14H20V4h1a1,1,0,0,0,0-2H3A1,1,0,0,0,3,4H4V14H3a1,1,0,0,0,0,2h8v1.15l-4.55,3A1,1,0,0,0,7,22a.94.94,0,0,0,.55-.17L11,19.55V21a1,1,0,0,0,2,0V19.55l3.45,2.28A.94.94,0,0,0,17,22a1,1,0,0,0,.55-1.83l-4.55-3V16h8a1,1,0,0,0,0-2Zm-3,0H6V4H18Z\"/></svg></li><li title=\"presentation \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21,14H20V4h1a1,1,0,0,0,0-2H3A1,1,0,0,0,3,4H4V14H3a1,1,0,0,0,0,2h8v1.15l-4.55,3A1,1,0,0,0,7,22a.94.94,0,0,0,.55-.17L11,19.55V21a1,1,0,0,0,2,0V19.55l3.45,2.28A.94.94,0,0,0,17,22a1,1,0,0,0,.55-1.83l-4.55-3V16h8a1,1,0,0,0,0-2Zm-3,0H6V4H18Z\"/></svg></li><li title=\"previous \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M13.41,12l3.3-3.29a1,1,0,1,0-1.42-1.42l-4,4a1,1,0,0,0,0,1.42l4,4a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42ZM8,7A1,1,0,0,0,7,8v8a1,1,0,0,0,2,0V8A1,1,0,0,0,8,7Z\"/></svg></li><li title=\"pricetag alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M7,6A1,1,0,1,0,8,7,1,1,0,0,0,7,6Zm14.71,5.78L12.23,2.32A1,1,0,0,0,11.5,2h-6a1,1,0,0,0-.71.29L2.29,4.78A1,1,0,0,0,2,5.49v6a1.05,1.05,0,0,0,.29.71l9.49,9.5a1.05,1.05,0,0,0,.71.29,1,1,0,0,0,.71-.29l8.51-8.51a1,1,0,0,0,.29-.71A1.05,1.05,0,0,0,21.71,11.78Zm-9.22,7.81L4,11.09V5.9L5.9,4h5.18l8.5,8.49Z\"/></svg></li><li title=\"print slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M7,10a1,1,0,1,0,1,1A1,1,0,0,0,7,10ZM3.71,2.29A1,1,0,0,0,2.29,3.71L4.62,6A3,3,0,0,0,2,9v6a3,3,0,0,0,3,3H6v3a1,1,0,0,0,1,1H17a1,1,0,0,0,1-1V19.41l2.29,2.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42ZM6,15v1H5a1,1,0,0,1-1-1V9A1,1,0,0,1,5,8H6.59l6,6H7A1,1,0,0,0,6,15Zm10,5H8V16h6.59L16,17.41ZM19,6H18V3a1,1,0,0,0-1-1H8.66a1,1,0,0,0,0,2H16V6H12.66a1,1,0,0,0,0,2H19a1,1,0,0,1,1,1v6a.37.37,0,0,1,0,.11,1,1,0,0,0,.78,1.18l.2,0a1,1,0,0,0,1-.8A2.84,2.84,0,0,0,22,15V9A3,3,0,0,0,19,6Z\"/></svg></li><li title=\"print \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M7,10a1,1,0,1,0,1,1A1,1,0,0,0,7,10ZM19,6H18V3a1,1,0,0,0-1-1H7A1,1,0,0,0,6,3V6H5A3,3,0,0,0,2,9v6a3,3,0,0,0,3,3H6v3a1,1,0,0,0,1,1H17a1,1,0,0,0,1-1V18h1a3,3,0,0,0,3-3V9A3,3,0,0,0,19,6ZM8,4h8V6H8Zm8,16H8V16h8Zm4-5a1,1,0,0,1-1,1H18V15a1,1,0,0,0-1-1H7a1,1,0,0,0-1,1v1H5a1,1,0,0,1-1-1V9A1,1,0,0,1,5,8H19a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"process \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M6.9917,14.502a.99974.99974,0,0,0-1,1v1.78229a7.97243,7.97243,0,0,1-2-5.28229,7.29085,7.29085,0,0,1,.05273-.87988.99992.99992,0,1,0-1.98535-.24023A9.17334,9.17334,0,0,0,1.9917,12.002a9.96434,9.96434,0,0,0,2.41687,6.5H2.9917a1,1,0,1,0,0,2h4a.98173.98173,0,0,0,.79413-.42181c.01166-.01538.02655-.0268.03741-.043.00666-.00995.00684-.02173.01306-.03186a.96576.96576,0,0,0,.106-.2583.95234.95234,0,0,0,.03143-.15589c.00287-.03088.018-.05749.018-.08911v-4A.99974.99974,0,0,0,6.9917,14.502Zm1.5-8.5H6.70923a7.9737,7.9737,0,0,1,5.28247-2,7.07475,7.07475,0,0,1,.87939.05274,1.00046,1.00046,0,0,0,.24121-1.98633A9.22717,9.22717,0,0,0,11.9917,2.002a9.96421,9.96421,0,0,0-6.5,2.41669V3.002a1,1,0,0,0-2,0v4a.95355.95355,0,0,0,.03931.19471l.00024.00122a.96893.96893,0,0,0,.14117.345l.01142.0169a.97291.97291,0,0,0,.2445.24634c.01093.008.01636.02026.02771.02789.01429.00946.03046.01246.04505.02112a.95817.95817,0,0,0,.17932.084.98784.98784,0,0,0,.26184.05285c.01733.00092.03192.01.04944.01h4a1,1,0,0,0,0-2ZM20.45215,16.80609a.96745.96745,0,0,0-.14124-.34509l-.01129-.01679a.97315.97315,0,0,0-.24469-.24646c-.01092-.00793-.01629-.02026-.02759-.02783-.0108-.00714-.02362-.00738-.0346-.0141a1.15354,1.15354,0,0,0-.40973-.13543c-.03162-.003-.0589-.01844-.09131-.01844h-4a1,1,0,0,0,0,2h1.78241a7.97338,7.97338,0,0,1-5.28241,2,7.07446,7.07446,0,0,1-.8794-.05371,1.00046,1.00046,0,0,0-.24121,1.98633,9.36538,9.36538,0,0,0,1.12061.06738,9.96425,9.96425,0,0,0,6.5-2.41668V21.002a1,1,0,0,0,2,0v-4a.95345.95345,0,0,0-.03931-.1947ZM20.9917,5.502a1,1,0,0,0,0-2h-4a.9519.9519,0,0,0-.19183.0387l-.00666.00134a.96837.96837,0,0,0-.3407.13953l-.01959.01324a.974.974,0,0,0-.2453.24378c-.00787.0108-.02.01611-.02746.02728-.00714.01074-.00739.02344-.0141.03436a1.14563,1.14563,0,0,0-.13636.41266c-.00286.03089-.018.0575-.018.08911v4a1,1,0,1,0,2,0V6.71912a7.97527,7.97527,0,0,1,2,5.28283,7.289,7.289,0,0,1-.05274.87989,1.00106,1.00106,0,0,0,.87208,1.11328,1.02916,1.02916,0,0,0,.12207.00683.99971.99971,0,0,0,.99121-.87988A9.17363,9.17363,0,0,0,21.9917,12.002a9.96411,9.96411,0,0,0-2.417-6.5Z\"/></svg></li><li title=\"processor \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M14,9H10a1,1,0,0,0-1,1v4a1,1,0,0,0,1,1h4a1,1,0,0,0,1-1V10A1,1,0,0,0,14,9Zm-1,4H11V11h2Zm8,0a1,1,0,0,0,0-2H19V9h2a1,1,0,0,0,0-2H18.82A3,3,0,0,0,17,5.18V3a1,1,0,0,0-2,0V5H13V3a1,1,0,0,0-2,0V5H9V3A1,1,0,0,0,7,3V5.18A3,3,0,0,0,5.18,7H3A1,1,0,0,0,3,9H5v2H3a1,1,0,0,0,0,2H5v2H3a1,1,0,0,0,0,2H5.18A3,3,0,0,0,7,18.82V21a1,1,0,0,0,2,0V19h2v2a1,1,0,0,0,2,0V19h2v2a1,1,0,0,0,2,0V18.82A3,3,0,0,0,18.82,17H21a1,1,0,0,0,0-2H19V13Zm-4,3a1,1,0,0,1-1,1H8a1,1,0,0,1-1-1V8A1,1,0,0,1,8,7h8a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"programming language \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M22,3l-3,15.1l-9.1,3l-7.9-3L2.8,14h3.4l-0.4,1.7l4.8,1.8l5.5-1.8l0.8-3.8H3.2l0.7-3.4h13.6L18,6.4H4.3L5,3H22z\"/></svg></li><li title=\"pump \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M20.54,6.29,19,4.75,17.59,3.34a1,1,0,0,0-1.42,1.42l1,1-.83,2.49a3,3,0,0,0,.73,3.07l2.95,3V19a1,1,0,0,1-2,0V17a3,3,0,0,0-3-3H14V5a3,3,0,0,0-3-3H5A3,3,0,0,0,2,5V19a3,3,0,0,0,3,3h6a3,3,0,0,0,3-3V16h1a1,1,0,0,1,1,1v2a3,3,0,0,0,6,0V9.83A5,5,0,0,0,20.54,6.29ZM12,19a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V12h8Zm0-9H4V5A1,1,0,0,1,5,4h6a1,1,0,0,1,1,1Zm8,1.42L18.46,9.88a1,1,0,0,1-.24-1l.51-1.54.39.4A3,3,0,0,1,20,9.83Z\"/></svg></li><li title=\"puzzle piece \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M17,22H5a3,3,0,0,1-3-3V9A3,3,0,0,1,5,6H6a4,4,0,0,1,7.3-2.18A3.86,3.86,0,0,1,14,6h3a1,1,0,0,1,1,1v3a4,4,0,0,1,2.18,7.3A3.86,3.86,0,0,1,18,18h0v3A1,1,0,0,1,17,22ZM5,8A1,1,0,0,0,4,9V19a1,1,0,0,0,1,1H16V16.82a1,1,0,0,1,.42-.82,1,1,0,0,1,.91-.13,1.77,1.77,0,0,0,1.74-.23A2,2,0,0,0,20,14.27a2,2,0,0,0-.48-1.59,1.89,1.89,0,0,0-2.17-.55,1,1,0,0,1-.91-.13,1,1,0,0,1-.42-.82V8H12.82a1,1,0,0,1-1-1.33,1.77,1.77,0,0,0-.23-1.74,1.94,1.94,0,0,0-3-.43A2,2,0,0,0,8,6a1.89,1.89,0,0,0,.13.67A1,1,0,0,1,7.18,8Z\"/></svg></li><li title=\"qrcode scan \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M8,21H4a1,1,0,0,1-1-1V16a1,1,0,0,0-2,0v4a3,3,0,0,0,3,3H8a1,1,0,0,0,0-2Zm14-6a1,1,0,0,0-1,1v4a1,1,0,0,1-1,1H16a1,1,0,0,0,0,2h4a3,3,0,0,0,3-3V16A1,1,0,0,0,22,15ZM20,1H16a1,1,0,0,0,0,2h4a1,1,0,0,1,1,1V8a1,1,0,0,0,2,0V4A3,3,0,0,0,20,1ZM2,9A1,1,0,0,0,3,8V4A1,1,0,0,1,4,3H8A1,1,0,0,0,8,1H4A3,3,0,0,0,1,4V8A1,1,0,0,0,2,9Zm8-4H6A1,1,0,0,0,5,6v4a1,1,0,0,0,1,1h4a1,1,0,0,0,1-1V6A1,1,0,0,0,10,5ZM9,9H7V7H9Zm5,2h4a1,1,0,0,0,1-1V6a1,1,0,0,0-1-1H14a1,1,0,0,0-1,1v4A1,1,0,0,0,14,11Zm1-4h2V9H15Zm-5,6H6a1,1,0,0,0-1,1v4a1,1,0,0,0,1,1h4a1,1,0,0,0,1-1V14A1,1,0,0,0,10,13ZM9,17H7V15H9Zm5-1a1,1,0,0,0,1-1,1,1,0,0,0,0-2H14a1,1,0,0,0-1,1v1A1,1,0,0,0,14,16Zm4-3a1,1,0,0,0-1,1v3a1,1,0,0,0,0,2h1a1,1,0,0,0,1-1V14A1,1,0,0,0,18,13Zm-4,4a1,1,0,1,0,1,1A1,1,0,0,0,14,17Z\"/></svg></li><li title=\"question circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M11.29,15.29a1.58,1.58,0,0,0-.12.15.76.76,0,0,0-.09.18.64.64,0,0,0-.06.18,1.36,1.36,0,0,0,0,.2.84.84,0,0,0,.08.38.9.9,0,0,0,.54.54.94.94,0,0,0,.76,0,.9.9,0,0,0,.54-.54A1,1,0,0,0,13,16a1,1,0,0,0-.29-.71A1,1,0,0,0,11.29,15.29ZM12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20ZM12,7A3,3,0,0,0,9.4,8.5a1,1,0,1,0,1.73,1A1,1,0,0,1,12,9a1,1,0,0,1,0,2,1,1,0,0,0-1,1v1a1,1,0,0,0,2,0v-.18A3,3,0,0,0,12,7Z\"/></svg></li><li title=\"question \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M15.33252,9.5A3.5001,3.5001,0,0,0,8.80127,7.75a1.00016,1.00016,0,0,0,1.73242,1A1.50266,1.50266,0,0,1,11.83252,8a1.5,1.5,0,1,1,0,3h-.00244a.94984.94984,0,0,0-.18927.0387,1.03181,1.03181,0,0,0-.19861.04065.98275.98275,0,0,0-.15552.10485,1.00813,1.00813,0,0,0-.162.10975,1.00464,1.00464,0,0,0-.11706.1737.97789.97789,0,0,0-.09668.14417,1.02252,1.02252,0,0,0-.04285.21191A.94847.94847,0,0,0,10.83252,12v1l.00232.01135.0011.49109a1.00016,1.00016,0,0,0,1,.99756h.00244a1.00006,1.00006,0,0,0,.99756-1.00244l-.00153-.66138A3.49363,3.49363,0,0,0,15.33252,9.5Zm-4.20264,6.79A1,1,0,0,0,11.82959,18a1.036,1.036,0,0,0,.71045-.29,1.01517,1.01517,0,0,0,0-1.41992A1.03425,1.03425,0,0,0,11.12988,16.29Z\"/></svg></li><li title=\"rainbow \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M5,12a1,1,0,0,0,0,2,5,5,0,0,1,5,5,1,1,0,0,0,2,0A7,7,0,0,0,5,12ZM5,4A1,1,0,0,0,5,6,13,13,0,0,1,18,19a1,1,0,0,0,2,0A15,15,0,0,0,5,4ZM5,8a1,1,0,0,0,0,2,9,9,0,0,1,9,9,1,1,0,0,0,2,0A11,11,0,0,0,5,8Z\"/></svg></li><li title=\"raindrops alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M9,7.75C9,5,6.42,3.24,6.31,3.17a1,1,0,0,0-1.12,0C5.08,3.25,2.5,5,2.5,7.75a3.25,3.25,0,0,0,6.5,0ZM5.75,9A1.25,1.25,0,0,1,4.5,7.75,3.66,3.66,0,0,1,5.75,5.3,3.61,3.61,0,0,1,7,7.75,1.25,1.25,0,0,1,5.75,9Zm6.06,1.17a1,1,0,0,0-1.12,0c-.17.12-4.19,2.9-4.19,7.08a4.75,4.75,0,0,0,9.5,0C16,13,12,10.28,11.81,10.17ZM11.25,20A2.75,2.75,0,0,1,8.5,17.25c0-2.31,1.81-4.17,2.76-5,.94.79,2.74,2.63,2.74,5A2.75,2.75,0,0,1,11.25,20ZM18.06,2.17a1,1,0,0,0-1.12,0C16.8,2.27,13.5,4.55,13.5,8a4,4,0,0,0,8,0C21.5,4.51,18.2,2.26,18.06,2.17ZM17.5,10a2,2,0,0,1-2-2,5.44,5.44,0,0,1,2-3.72A5.39,5.39,0,0,1,19.5,8,2,2,0,0,1,17.5,10Z\"/></svg></li><li title=\"raindrops \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M10.5,8c0-3.49-3.3-5.74-3.44-5.83a1,1,0,0,0-1.12,0C5.8,2.27,2.5,4.55,2.5,8a4,4,0,0,0,8,0Zm-4,2a2,2,0,0,1-2-2,5.44,5.44,0,0,1,2-3.72A5.39,5.39,0,0,1,8.5,8,2,2,0,0,1,6.5,10ZM18.06,2.17a1,1,0,0,0-1.12,0C16.8,2.27,13.5,4.55,13.5,8a4,4,0,0,0,8,0C21.5,4.51,18.2,2.26,18.06,2.17ZM17.5,10a2,2,0,0,1-2-2,5.44,5.44,0,0,1,2-3.72A5.39,5.39,0,0,1,19.5,8,2,2,0,0,1,17.5,10Zm-4.44,2.17a1,1,0,0,0-1.12,0c-.14.1-3.44,2.38-3.44,5.83a4,4,0,0,0,8,0C16.5,14.51,13.2,12.26,13.06,12.17ZM12.5,20a2,2,0,0,1-2-2,5.44,5.44,0,0,1,2-3.72,5.39,5.39,0,0,1,2,3.72A2,2,0,0,1,12.5,20Z\"/></svg></li><li title=\"react \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M11.103,10.43793a1.78593,1.78593,0,1,0,2.43957.65362A1.786,1.786,0,0,0,11.103,10.43793Zm8.0047,1.93768q-.17587-.201-.37116-.40308.13641-.14337.264-.28649c1.60583-1.80427,2.28357-3.61371,1.65558-4.70154-.60217-1.043-2.39343-1.35382-4.63593-.91779q-.33132.06482-.659.14624-.06272-.21624-.13343-.43C14.467,3.49042,13.2381,1.99921,11.98206,2,10.77765,2.00055,9.61359,3.39709,8.871,5.5575q-.10959.31969-.20276.64471-.21908-.05375-.44-.0993c-2.366-.48578-4.27167-.16584-4.89844.9226-.601,1.04376.02753,2.74982,1.52851,4.47211q.22329.25562.45922.49976c-.18542.191-.361.38189-.52465.57171-1.4646,1.698-2.05719,3.37616-1.45716,4.41541.61969,1.07348,2.49854,1.42437,4.7854.97436q.278-.05511.55292-.124.10071.35156.22095.697c.73932,2.11706,1.89685,3.46863,3.097,3.4682,1.23944-.00073,2.48194-1.45288,3.23474-3.65875.05945-.17432.11573-.35535.16907-.54175q.35514.08835.71485.1568c2.20336.41687,3.95251.089,4.55145-.951C21.28058,15.93109,20.64288,14.12933,19.10767,12.37561ZM4.07019,7.45184c.38586-.67,1.94324-.93139,3.98608-.512q.19584.04027.39838.09a20.464,20.464,0,0,0-.42126,2.67767,20.88659,20.88659,0,0,0-2.10389,1.6936q-.21945-.22695-.42718-.4649l.00006.00006C4.21631,9.46057,3.708,8.08081,4.07019,7.45184Zm3.88666,5.72809c-.51056-.3866-.98505-.78265-1.41571-1.181.43036-.39587.90515-.79059,1.41467-1.17615q-.02746.58915-.02722,1.1792Q7.929,12.59117,7.95685,13.17993Zm-.00061,3.94061a7.23675,7.23675,0,0,1-2.63971.09314,1.766,1.766,0,0,1-1.241-.65631c-.36407-.63067.11176-1.978,1.36432-3.43023q.23621-.273.48791-.53174a20.49026,20.49026,0,0,0,2.10712,1.70007,20.80226,20.80226,0,0,0,.42621,2.712Q8.21011,17.07023,7.95624,17.12054Zm7.10113-8.03936q-.50309-.317-1.01861-.61365-.5073-.292-1.0268-.56207c.593-.24933,1.17591-.46228,1.73865-.63581A18.21775,18.21775,0,0,1,15.05737,9.08118ZM9.679,5.83521c.63623-1.85114,1.57763-2.98053,2.30352-2.98084.77308-.00037,1.77753,1.21826,2.43433,3.19763q.064.19355.121.38928a20.478,20.478,0,0,0-2.52716.9712,20.06145,20.06145,0,0,0-2.519-.98194Q9.578,6.13062,9.679,5.83521ZM9.27863,7.259a18.30717,18.30717,0,0,1,1.72967.642Q9.95746,8.4433,8.96094,9.0824C9.0412,8.4444,9.148,7.83313,9.27863,7.259ZM8.9624,14.91968q.49695.31813,1.00843.61273.52174.30039,1.05737.57556a18.19577,18.19577,0,0,1-1.74445.66492C9.15161,16.1908,9.04364,15.56879,8.9624,14.91968Zm5.45569,3.14551A7.23556,7.23556,0,0,1,13.18,20.39844l-.00006.00006a1.76585,1.76585,0,0,1-1.18841.747c-.72821.00042-1.65766-1.085-2.28992-2.89545q-.11169-.32108-.20551-.648a20.10863,20.10863,0,0,0,2.52918-1.0097,20.79976,20.79976,0,0,0,2.54736.97851Q14.50141,17.81983,14.41809,18.06519Zm.36224-1.32422c-.56921-.176-1.16058-.39252-1.76214-.64551q.50867-.2677,1.02472-.56543.52955-.30579,1.0321-.62689A18.1524,18.1524,0,0,1,14.78033,16.741Zm.44629-4.74268q.00111.91095-.05688,1.82044c-.49268.33343-1.01282.659-1.554.97143-.53894.31116-1.07293.59711-1.59674.8559q-.82682-.39624-1.62176-.854-.79047-.455-1.54468-.969-.06894-.90921-.06946-1.82172l.00012.00019q-.00063-.91187.06794-1.82184c.49255-.33637,1.00891-.66168,1.54278-.96991.53632-.30969,1.077-.59442,1.61469-.85248q.81664.39688,1.60382.85065.78992.454,1.549.95868.06519.91443.06524,1.83166Zm.95673-5.09283c1.92133-.37372,3.37-.12232,3.73291.50622.3866.66962-.16748,2.1485-1.55383,3.70636l-.00006.00006q-.1149.12891-.23841.25891A20.06118,20.06118,0,0,0,15.98,9.68915a20.04054,20.04054,0,0,0-.40546-2.64893Q15.88486,6.96387,16.18335,6.90546Zm-.12988,3.8847A18.16447,18.16447,0,0,1,17.51483,11.978a18.11912,18.11912,0,0,1-1.45672,1.20831q.02325-.59391.02288-1.18842Q16.08072,11.39389,16.05347,10.79016Zm3.8681,5.78876c-.36346.63116-1.76788.89435-3.65222.53784q-.32391-.06115-.66474-.14557a20.069,20.069,0,0,0,.38746-2.68176,19.93914,19.93914,0,0,0,2.13708-1.71588q.17643.18329.33563.36487v-.00007a7.23437,7.23437,0,0,1,1.40308,2.23792A1.76563,1.76563,0,0,1,19.92157,16.57892Z\"/></svg></li><li title=\"receipt alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M10,8h6a1,1,0,0,0,0-2H10a1,1,0,0,0,0,2ZM8,12h8a1,1,0,0,0,0-2H8a1,1,0,0,0,0,2Zm0,4h8a1,1,0,0,0,0-2H8a1,1,0,0,0,0,2ZM20,2H4A1,1,0,0,0,3,3V21a1,1,0,0,0,1.6.8l2.07-1.55L8.73,21.8a1,1,0,0,0,1.2,0L12,20.25l2.07,1.55a1,1,0,0,0,1.2,0l2.06-1.55L19.4,21.8a1,1,0,0,0,1.05.09A1,1,0,0,0,21,21V3A1,1,0,0,0,20,2ZM19,19l-1.07-.8a1,1,0,0,0-1.2,0l-2.06,1.55L12.6,18.2a1,1,0,0,0-1.2,0L9.33,19.75,7.27,18.2a1,1,0,0,0-1.2,0L5,19V4H19Z\"/></svg></li><li title=\"receipt \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M9,12H7a1,1,0,0,0,0,2H9a1,1,0,0,0,0-2ZM8,10h4a1,1,0,0,0,0-2H8a1,1,0,0,0,0,2Zm1,6H7a1,1,0,0,0,0,2H9a1,1,0,0,0,0-2Zm12-4H18V3a1,1,0,0,0-.5-.87,1,1,0,0,0-1,0l-3,1.72-3-1.72a1,1,0,0,0-1,0l-3,1.72-3-1.72a1,1,0,0,0-1,0A1,1,0,0,0,2,3V19a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V13A1,1,0,0,0,21,12ZM5,20a1,1,0,0,1-1-1V4.73L6,5.87a1.08,1.08,0,0,0,1,0l3-1.72,3,1.72a1.08,1.08,0,0,0,1,0l2-1.14V19a3,3,0,0,0,.18,1Zm15-1a1,1,0,0,1-2,0V14h2Zm-6.44-2.83a.76.76,0,0,0-.18-.09.6.6,0,0,0-.19-.06,1,1,0,0,0-.9.27A1.05,1.05,0,0,0,12,17a1,1,0,0,0,.07.38,1.19,1.19,0,0,0,.22.33,1.15,1.15,0,0,0,.33.21.94.94,0,0,0,.76,0,1.15,1.15,0,0,0,.33-.21A1,1,0,0,0,14,17a1.05,1.05,0,0,0-.29-.71A1.58,1.58,0,0,0,13.56,16.17Zm.14-3.88a1,1,0,0,0-1.62.33A1,1,0,0,0,13,14a1,1,0,0,0,1-1,1,1,0,0,0-.08-.38A.91.91,0,0,0,13.7,12.29Z\"/></svg></li><li title=\"record audio \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20ZM12,6a6,6,0,1,0,6,6A6,6,0,0,0,12,6Zm0,10a4,4,0,1,1,4-4A4,4,0,0,1,12,16Z\"/></svg></li><li title=\"reddit alien alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M14.41016,16.86719A3.375,3.375,0,0,1,12.042,17.5a3.36829,3.36829,0,0,1-2.36523-.63184,1.00059,1.00059,0,0,0-1.416,1.41407A5.11054,5.11054,0,0,0,12.042,19.5a5.12,5.12,0,0,0,3.78223-1.2168,1.00058,1.00058,0,1,0-1.41406-1.416ZM9.2005,15.00165a1,1,0,1,0-1.0003-.9997A1.00079,1.00079,0,0,0,9.2005,15.00165Zm6-2a1,1,0,1,0,.9997,1.0003A1.00138,1.00138,0,0,0,15.2005,13.00165ZM23,11.78027a3.77157,3.77157,0,0,0-6.794-2.26471,16.50461,16.50461,0,0,0-3.05005-.47851l.85578-5.705,2.08752.70984a2.99694,2.99694,0,0,0,5.99353-.06433V3.95508a3.02886,3.02886,0,0,0-3-2.95508,2.97689,2.97689,0,0,0-2.33209,1.155L13.52246,1.05371a.999.999,0,0,0-1.31152.79785L11.13446,9.027A16.66426,16.66426,0,0,0,7.794,9.51556a3.76753,3.76753,0,0,0-6.22492,4.23487A4.86206,4.86206,0,0,0,1,16c0,3.9248,4.832,7,11,7s11-3.0752,11-7a4.86217,4.86217,0,0,0-.56866-2.2489A3.78344,3.78344,0,0,0,23,11.78027ZM19.09277,3a1,1,0,1,1-1,1A1.01672,1.01672,0,0,1,19.09277,3ZM4.78027,10a1.75976,1.75976,0,0,1,.88172.24951A9.97889,9.97889,0,0,0,3.0141,11.9234c-.004-.04785-.0141-.095-.0141-.14313A1.78255,1.78255,0,0,1,4.78027,10ZM12,21c-4.87891,0-9-2.29-9-5s4.12109-5,9-5,9,2.29,9,5S16.87891,21,12,21Zm8.9859-9.07654A9.97805,9.97805,0,0,0,18.338,10.24951,1.75993,1.75993,0,0,1,19.21973,10,1.78255,1.78255,0,0,1,21,11.78027C21,11.82837,20.98993,11.87561,20.9859,11.92346Z\"/></svg></li><li title=\"redo \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21,11a1,1,0,0,0-1,1,8.05,8.05,0,1,1-2.22-5.5h-2.4a1,1,0,0,0,0,2h4.53a1,1,0,0,0,1-1V3a1,1,0,0,0-2,0V4.77A10,10,0,1,0,22,12,1,1,0,0,0,21,11Z\"/></svg></li><li title=\"refresh \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19.91,15.51H15.38a1,1,0,0,0,0,2h2.4A8,8,0,0,1,4,12a1,1,0,0,0-2,0,10,10,0,0,0,16.88,7.23V21a1,1,0,0,0,2,0V16.5A1,1,0,0,0,19.91,15.51ZM15,12a3,3,0,1,0-3,3A3,3,0,0,0,15,12Zm-4,0a1,1,0,1,1,1,1A1,1,0,0,1,11,12ZM12,2A10,10,0,0,0,5.12,4.77V3a1,1,0,0,0-2,0V7.5a1,1,0,0,0,1,1h4.5a1,1,0,0,0,0-2H6.22A8,8,0,0,1,20,12a1,1,0,0,0,2,0A10,10,0,0,0,12,2Z\"/></svg></li><li title=\"registered \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Zm.5-13h-3a1,1,0,0,0-1,1v8a1,1,0,0,0,2,0V14h2a1,1,0,0,1,1,1v1a1,1,0,0,0,2,0V15a3,3,0,0,0-.78-2,3,3,0,0,0,.78-2V10A3,3,0,0,0,12.5,7Zm1,4a1,1,0,0,1-1,1h-2V9h2a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"repeat \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M5.5,17.5H4V6.5h7.8L11,7.29a1,1,0,0,0,1.41,1.42l2.5-2.5a1,1,0,0,0,0-1.42l-2.5-2.5a1,1,0,0,0-1.41,0,1,1,0,0,0,0,1.42l.79.79H3a1,1,0,0,0-1,1v13a1,1,0,0,0,1,1H5.5a1,1,0,0,0,0-2ZM21,4.5H18.5a1,1,0,0,0,0,2H20v11H11.63l.79-.79a1,1,0,0,0,0-1.42,1,1,0,0,0-1.41,0l-2.5,2.5a1,1,0,0,0,0,1.42l2.5,2.5a1,1,0,0,0,1.41-1.42l-.79-.79H21a1,1,0,0,0,1-1V5.5A1,1,0,0,0,21,4.5Z\"/></svg></li><li title=\"restaurant \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M16.84,11.63A3,3,0,0,0,19,10.75l2.83-2.83a1,1,0,0,0,0-1.41,1,1,0,0,0-1.42,0L17.55,9.33a1,1,0,0,1-1.42,0h0L19.67,5.8a1,1,0,1,0-1.42-1.42L14.72,7.92a1,1,0,0,1,0-1.41l2.83-2.83a1,1,0,1,0-1.42-1.42L13.3,5.09a3,3,0,0,0,0,4.24h0L12,10.62,3.73,2.32l-.1-.06a.71.71,0,0,0-.17-.11l-.18-.07L3.16,2H3.09l-.2,0a.57.57,0,0,0-.18,0,.7.7,0,0,0-.17.09l-.16.1-.07,0-.06.1a1,1,0,0,0-.11.17,1.07,1.07,0,0,0-.07.19s0,.07,0,.11a11,11,0,0,0,3.11,9.34l2.64,2.63-5.41,5.4a1,1,0,0,0,0,1.42,1,1,0,0,0,.71.29,1,1,0,0,0,.71-.29L9.9,15.57h0l2.83-2.83h0l2-2A3,3,0,0,0,16.84,11.63ZM9.19,13.45,6.56,10.81A9.06,9.06,0,0,1,4,5.4L10.61,12Zm6.24.57A1,1,0,0,0,14,15.44l6.3,6.3A1,1,0,0,0,21,22a1,1,0,0,0,.71-.29,1,1,0,0,0,0-1.42Z\"/></svg></li><li title=\"right indent alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M3.64,9.56A1,1,0,1,0,2.36,11.1l1.08.9-1.08.9a1,1,0,0,0-.13,1.41,1,1,0,0,0,1.41.13l2-1.67a1,1,0,0,0,0-1.54ZM9,5A1,1,0,0,0,8,6V18a1,1,0,0,0,2,0V6A1,1,0,0,0,9,5Zm4,2h8a1,1,0,0,0,0-2H13a1,1,0,0,0,0,2Zm8,10H13a1,1,0,0,0,0,2h8a1,1,0,0,0,0-2Zm0-8H13a1,1,0,0,0,0,2h8a1,1,0,0,0,0-2Zm0,4H13a1,1,0,0,0,0,2h8a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"right to left text direction \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M20.5,17H5.91l1.3-1.29a1,1,0,0,0-1.42-1.42l-3,3a1,1,0,0,0-.21.33,1,1,0,0,0,0,.76,1,1,0,0,0,.21.33l3,3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L5.91,19H20.5a1,1,0,0,0,0-2Zm-9-7v4a1,1,0,0,0,2,0V4h2V14a1,1,0,0,0,2,0V4h1a1,1,0,0,0,0-2h-7a4,4,0,0,0,0,8Zm0-6V8a2,2,0,0,1,0-4Z\"/></svg></li><li title=\"robot \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M9,15a1,1,0,1,0,1,1A1,1,0,0,0,9,15ZM2,14a1,1,0,0,0-1,1v2a1,1,0,0,0,2,0V15A1,1,0,0,0,2,14Zm20,0a1,1,0,0,0-1,1v2a1,1,0,0,0,2,0V15A1,1,0,0,0,22,14ZM17,7H13V5.72A2,2,0,0,0,14,4a2,2,0,0,0-4,0,2,2,0,0,0,1,1.72V7H7a3,3,0,0,0-3,3v9a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V10A3,3,0,0,0,17,7ZM13.72,9l-.5,2H10.78l-.5-2ZM18,19a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V10A1,1,0,0,1,7,9H8.22L9,12.24A1,1,0,0,0,10,13h4a1,1,0,0,0,1-.76L15.78,9H17a1,1,0,0,1,1,1Zm-3-4a1,1,0,1,0,1,1A1,1,0,0,0,15,15Z\"/></svg></li><li title=\"rocket \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M22.60107,2.062a1.00088,1.00088,0,0,0-.71289-.71289A11.25224,11.25224,0,0,0,10.46924,4.97217L9.35431,6.296l-2.6048-.62848A2.77733,2.77733,0,0,0,3.36279,7.0249L1.1626,10.9248A.99989.99989,0,0,0,1.82422,12.394l3.07275.65869a13.41952,13.41952,0,0,0-.55517,2.43409,1.00031,1.00031,0,0,0,.28466.83642l3.1001,3.1001a.99941.99941,0,0,0,.707.293c.02881,0,.05762-.00147.08692-.00391a12.16892,12.16892,0,0,0,2.49157-.49l.64368,3.00318a1.0003,1.0003,0,0,0,1.46924.66162l3.90527-2.20264a3.03526,3.03526,0,0,0,1.375-3.30371l-.6687-2.759,1.23706-1.13751A11.20387,11.20387,0,0,0,22.60107,2.062ZM3.57227,10.72314,5.12842,7.96338a.82552.82552,0,0,1,1.06982-.37549l1.71741.4162-.65.77179A13.09523,13.09523,0,0,0,5.67633,11.174Zm12.47021,8.22217L13.32666,20.477l-.4295-2.00464a11.33992,11.33992,0,0,0,2.41339-1.61987l.74353-.68366.40344,1.66462A1.041,1.041,0,0,1,16.04248,18.94531ZM17.65674,11.98l-3.68457,3.38623a9.77348,9.77348,0,0,1-5.17041,2.3042l-2.4043-2.4043a10.932,10.932,0,0,1,2.40088-5.206l1.67834-1.99268a.9635.9635,0,0,0,.07813-.09277L11.98975,6.271a9.27757,9.27757,0,0,1,8.80957-3.12012A9.21808,9.21808,0,0,1,17.65674,11.98Zm-.923-6.16376a1.5,1.5,0,1,0,1.5,1.5A1.49992,1.49992,0,0,0,16.7337,5.81622Z\"/></svg></li><li title=\"rope way \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19,6.5H13V4h4.62a1,1,0,0,0,0-2H6.38a1,1,0,1,0,0,2H11V6.5H5a3,3,0,0,0-3,3V19a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V9.5A3,3,0,0,0,19,6.5ZM11,20H5a1,1,0,0,1-1-1V15.25h7a.5.5,0,0,0,0,.13v4.5A.53.53,0,0,0,11,20Zm9-1a1,1,0,0,1-1,1H13a.53.53,0,0,0,0-.12v-4.5a.5.5,0,0,0,0-.13h7Zm0-5.75H4V9.5a1,1,0,0,1,1-1H19a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"rotate 360 \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,6C6.3,6,2,8.15,2,11c0,2.45,3.19,4.38,7.71,4.88l-.42.41a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l2-2a1,1,0,0,0,.21-.33,1,1,0,0,0,0-.76,1,1,0,0,0-.21-.33l-2-2a1,1,0,0,0-1.42,1.42l.12.11C6,13.34,4,12,4,11c0-1.22,3.12-3,8-3s8,1.78,8,3c0,.83-1.45,2-4.21,2.6A1,1,0,0,0,15,14.79a1,1,0,0,0,1.19.77C19.84,14.76,22,13.06,22,11,22,8.15,17.7,6,12,6Z\"/></svg></li><li title=\"rss alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M2.88,16.88a3,3,0,1,0,4.24,4.24h0a3,3,0,0,0,0-4.24A3.08,3.08,0,0,0,2.88,16.88Zm2.83,2.83h0a1,1,0,0,1-1.42,0,1,1,0,0,1,0-1.42,1,1,0,0,1,1.42,0A1,1,0,0,1,5.71,19.71ZM5,12a1,1,0,0,0,0,2,5,5,0,0,1,5,5,1,1,0,0,0,2,0A7,7,0,0,0,5,12ZM5,8a1,1,0,0,0,0,2,9,9,0,0,1,9,9,1,1,0,0,0,2,0A11,11,0,0,0,5,8Z\"/></svg></li><li title=\"rss interface \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M3,14a1,1,0,0,0,0,2,3,3,0,0,1,3,3,1,1,0,0,0,2,0A5,5,0,0,0,3,14Zm-.71,4.29a1,1,0,1,0,1.42,0A1,1,0,0,0,2.29,18.29ZM19,4H5A3,3,0,0,0,2,7,1,1,0,0,0,4,7,1,1,0,0,1,5,6H19a1,1,0,0,1,1,1V17a1,1,0,0,1-1,1H15a1,1,0,0,0,0,2h4a3,3,0,0,0,3-3V7A3,3,0,0,0,19,4ZM3,10a1,1,0,0,0,0,2,7,7,0,0,1,7,7,1,1,0,0,0,2,0A9,9,0,0,0,3,10Z\"/></svg></li><li title=\"rss \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M2.88,16.88a3,3,0,0,0,0,4.24,3,3,0,0,0,4.24,0,3,3,0,0,0-4.24-4.24Zm2.83,2.83a1,1,0,0,1-1.42-1.42,1,1,0,0,1,1.42,0A1,1,0,0,1,5.71,19.71ZM5,12a1,1,0,0,0,0,2,5,5,0,0,1,5,5,1,1,0,0,0,2,0,7,7,0,0,0-7-7ZM5,8a1,1,0,0,0,0,2,9,9,0,0,1,9,9,1,1,0,0,0,2,0,11.08,11.08,0,0,0-3.22-7.78A11.08,11.08,0,0,0,5,8Zm10.61.39A15.11,15.11,0,0,0,5,4,1,1,0,0,0,5,6,13,13,0,0,1,18,19a1,1,0,0,0,2,0A15.11,15.11,0,0,0,15.61,8.39Z\"/></svg></li><li title=\"ruler combined \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21,2H3A1,1,0,0,0,2,3V21a1,1,0,0,0,1,1H9a1,1,0,0,0,1-1V10H21a1,1,0,0,0,1-1V3A1,1,0,0,0,21,2ZM20,8H18V7a1,1,0,0,0-2,0V8H14V7a1,1,0,0,0-2,0V8H10V7A1,1,0,0,0,8,7V8H7a1,1,0,0,0,0,2H8v2H7a1,1,0,0,0,0,2H8v2H7a1,1,0,0,0,0,2H8v2H4V4H20Z\"/></svg></li><li title=\"ruler \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M22.61,7.05,17,1.39a1,1,0,0,0-.71-.29,1,1,0,0,0-.7.29L1.39,15.54a1,1,0,0,0,0,1.41l5.66,5.66a1,1,0,0,0,.71.29,1,1,0,0,0,.7-.29l2.83-2.83h0l8.49-8.49h0l2.83-2.83A1,1,0,0,0,22.61,7.05ZM19.07,9.17l-.71-.71a1,1,0,0,0-1.41,0,1,1,0,0,0,0,1.42l.71.71L16.24,12,14.12,9.88a1,1,0,0,0-1.41,1.41l2.12,2.12-1.42,1.42-.7-.71a1,1,0,1,0-1.42,1.42l.71.7-1.41,1.42L8.46,15.54a1,1,0,0,0-1.41,0,1,1,0,0,0,0,1.41l2.12,2.12L7.76,20.49,3.51,16.24,16.24,3.51l4.25,4.25Z\"/></svg></li><li title=\"rupee sign \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M18,7H15.79a5.49,5.49,0,0,0-1-2H18a1,1,0,0,0,0-2H7A1,1,0,0,0,7,5h3.5a3.5,3.5,0,0,1,3.15,2H7A1,1,0,0,0,7,9h7a3.5,3.5,0,0,1-3.45,3H7a.7.7,0,0,0-.14,0,.65.65,0,0,0-.2,0,.69.69,0,0,0-.19.1l-.12.07,0,0a.75.75,0,0,0-.14.17,1.1,1.1,0,0,0-.09.14.61.61,0,0,0,0,.18A.65.65,0,0,0,6,13s0,0,0,0a.7.7,0,0,0,0,.14.65.65,0,0,0,0,.2.69.69,0,0,0,.1.19s0,.08.07.12l6,7a1,1,0,0,0,1.52-1.3L9.18,14H10.5A5.5,5.5,0,0,0,16,9h2a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"sad cry \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10,0,0,0,8.59,21.39l.06,0a9.81,9.81,0,0,0,6.7,0l.06,0A10,10,0,0,0,12,2Zm2,17.74a7.82,7.82,0,0,1-4,0V16h4Zm2-.82V11a1,1,0,0,0,0-2H14a1,1,0,0,0,0,2v3H10V11a1,1,0,0,0,0-2H8a1,1,0,0,0,0,2v7.92a8,8,0,1,1,8,0Z\"/></svg></li><li title=\"sad crying \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10,0,0,0,8.59,21.39l.06,0a9.81,9.81,0,0,0,6.7,0l.06,0A10,10,0,0,0,12,2Zm2,17.74a7.82,7.82,0,0,1-4,0V16.61a3.79,3.79,0,0,1,4,0Zm2-.82V11a1,1,0,0,0,0-2H14a1,1,0,0,0,0,2v3.39a6,6,0,0,0-4,0V11a1,1,0,0,0,0-2H8a1,1,0,0,0,0,2v7.92a8,8,0,1,1,8,0Z\"/></svg></li><li title=\"sad dizzy \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M9,11.71l.29-.3.29.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42l-.3-.29.3-.29A1,1,0,0,0,9.54,8.29l-.29.3L9,8.29A1,1,0,1,0,7.54,9.71l.3.29-.3.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0Zm-.6,3.62a1,1,0,0,0-.13,1.4,1,1,0,0,0,1.41.13,3.76,3.76,0,0,1,4.72,0,1,1,0,0,0,1.41-.13,1,1,0,0,0-.13-1.4A5.81,5.81,0,0,0,8.36,15.33ZM12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20ZM17,8.29a1,1,0,0,0-1.42,0l-.29.3L15,8.29a1,1,0,0,0-1.42,1.42l.3.29-.3.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l.29-.3.29.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42l-.3-.29.3-.29A1,1,0,0,0,17,8.29Z\"/></svg></li><li title=\"sad squint \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M9.08,12.21l1.5-1.5a1,1,0,0,0,0-1.42l-1.5-1.5A1,1,0,0,0,7.66,9.21l.8.79-.8.79a1,1,0,0,0,0,1.42,1,1,0,0,0,.71.29A1,1,0,0,0,9.08,12.21Zm-.72,3.12a1,1,0,0,0-.13,1.4,1,1,0,0,0,1.41.13,3.76,3.76,0,0,1,4.72,0,1,1,0,0,0,1.41-.13,1,1,0,0,0-.13-1.4A5.81,5.81,0,0,0,8.36,15.33Zm8.22-7.54a1,1,0,0,0-1.42,0l-1.5,1.5a1,1,0,0,0,0,1.42l1.5,1.5a1,1,0,0,0,.71.29,1,1,0,0,0,.71-.29,1,1,0,0,0,0-1.42L15.79,10l.79-.79A1,1,0,0,0,16.58,7.79ZM12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z\"/></svg></li><li title=\"sad \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M8.36,15.33a1,1,0,0,0-.13,1.4,1,1,0,0,0,1.41.13,3.76,3.76,0,0,1,4.72,0,1,1,0,0,0,.64.23,1,1,0,0,0,.64-1.76A5.81,5.81,0,0,0,8.36,15.33Zm.85-4.79a1,1,0,0,0,1.41,0,1,1,0,0,0,0-1.41,3.08,3.08,0,0,0-4.24,0,1,1,0,1,0,1.41,1.41A1,1,0,0,1,9.21,10.54ZM12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20ZM17.62,9.13a3.08,3.08,0,0,0-4.24,0,1,1,0,0,0,1.41,1.41,1,1,0,0,1,1.42,0,1,1,0,0,0,1.41,0A1,1,0,0,0,17.62,9.13Z\"/></svg></li><li title=\"sanitizer alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M14,15H12a1,1,0,0,0,0,2h2a1,1,0,0,0,0-2Zm2-7V5a1,1,0,0,0-1-1H14V3h1a1,1,0,0,0,0-2H10.23584A4.593,4.593,0,0,0,6.10547,3.55273a1.00012,1.00012,0,0,0,1.78906.89454A2.60342,2.60342,0,0,1,10.23584,3H12V4H11a1,1,0,0,0-1,1V8a3.00328,3.00328,0,0,0-3,3v9a3.00328,3.00328,0,0,0,3,3h6a3.00328,3.00328,0,0,0,3-3V11A3.00328,3.00328,0,0,0,16,8ZM12,6h2V8H12Zm5,14a1.0013,1.0013,0,0,1-1,1H10a1.0013,1.0013,0,0,1-1-1V11a1.0013,1.0013,0,0,1,1-1h6a1.0013,1.0013,0,0,1,1,1Z\"/></svg></li><li title=\"sanitizer \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M13,12a3,3,0,1,0,3,3A3.00328,3.00328,0,0,0,13,12Zm0,4a1,1,0,1,1,1-1A1.0013,1.0013,0,0,1,13,16Zm5.80029-8.3999L16,5.50012V3h1a1,1,0,0,0,0-2H8.65674A4.96656,4.96656,0,0,0,5.12158,2.46436L4.293,3.293A.99989.99989,0,1,0,5.707,4.707l.82861-.82861A3.022,3.022,0,0,1,8.65674,3H10V5.50006l-2.80078,2.1A3.01563,3.01563,0,0,0,6,10V22a1,1,0,0,0,1,1H19a1,1,0,0,0,1-1V10A3.01469,3.01469,0,0,0,18.80029,7.6001ZM12,3h2V5H12Zm6,18H8V10a1.00551,1.00551,0,0,1,.3999-.80029L11.3335,7h3.333l2.93311,2.19971A1.00457,1.00457,0,0,1,18,10Z\"/></svg></li><li title=\"save \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M20.71,9.29l-6-6a1,1,0,0,0-.32-.21A1.09,1.09,0,0,0,14,3H6A3,3,0,0,0,3,6V18a3,3,0,0,0,3,3H18a3,3,0,0,0,3-3V10A1,1,0,0,0,20.71,9.29ZM9,5h4V7H9Zm6,14H9V16a1,1,0,0,1,1-1h4a1,1,0,0,1,1,1Zm4-1a1,1,0,0,1-1,1H17V16a3,3,0,0,0-3-3H10a3,3,0,0,0-3,3v3H6a1,1,0,0,1-1-1V6A1,1,0,0,1,6,5H7V8A1,1,0,0,0,8,9h6a1,1,0,0,0,1-1V6.41l4,4Z\"/></svg></li><li title=\"scaling left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21,16a1,1,0,0,0-1,1v1.59L13.41,12l2.13-2.12a1,1,0,0,0-1.42-1.42L12,10.59,5.41,4H7A1,1,0,0,0,7,2H3a1,1,0,0,0-.38.08,1,1,0,0,0-.54.54A1,1,0,0,0,2,3V7A1,1,0,0,0,4,7V5.41L10.59,12,8.46,14.12a1,1,0,0,0,0,1.42,1,1,0,0,0,.71.29,1,1,0,0,0,.71-.29L12,13.41,18.59,20H17a1,1,0,0,0,0,2h4a1,1,0,0,0,.38-.08,1,1,0,0,0,.54-.54A1,1,0,0,0,22,21V17A1,1,0,0,0,21,16Z\"/></svg></li><li title=\"scaling right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21.92,2.62a1,1,0,0,0-.54-.54A1,1,0,0,0,21,2H17a1,1,0,0,0,0,2h1.59L12,10.59,9.88,8.46A1,1,0,0,0,8.46,9.88L10.59,12,4,18.59V17a1,1,0,0,0-2,0v4a1,1,0,0,0,.08.38,1,1,0,0,0,.54.54A1,1,0,0,0,3,22H7a1,1,0,0,0,0-2H5.41L12,13.41l2.12,2.13a1,1,0,0,0,.71.29,1,1,0,0,0,.71-.29,1,1,0,0,0,0-1.42L13.41,12,20,5.41V7a1,1,0,0,0,2,0V3A1,1,0,0,0,21.92,2.62Z\"/></svg></li><li title=\"scenery \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19,2H5A3,3,0,0,0,2,5V19a3,3,0,0,0,3,3H19a2.81,2.81,0,0,0,.49-.05l.3-.07.07,0h0l.05,0,.37-.14.13-.07c.1-.06.21-.11.31-.18a3.79,3.79,0,0,0,.38-.32l.07-.09a2.69,2.69,0,0,0,.27-.32l.09-.13a2.31,2.31,0,0,0,.18-.35,1,1,0,0,0,.07-.15c.05-.12.08-.25.12-.38l0-.15A2.6,2.6,0,0,0,22,19V5A3,3,0,0,0,19,2ZM5,20a1,1,0,0,1-1-1V14.69l3.29-3.3h0a1,1,0,0,1,1.42,0L17.31,20Zm15-1a1,1,0,0,1-.07.36,1,1,0,0,1-.08.14.94.94,0,0,1-.09.12l-5.35-5.35.88-.88a1,1,0,0,1,1.42,0h0L20,16.69Zm0-5.14L18.12,12a3.08,3.08,0,0,0-4.24,0l-.88.88L10.12,10a3.08,3.08,0,0,0-4.24,0L4,11.86V5A1,1,0,0,1,5,4H19a1,1,0,0,1,1,1ZM13.5,6A1.5,1.5,0,1,0,15,7.5,1.5,1.5,0,0,0,13.5,6Z\"/></svg></li><li title=\"schedule \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,14a1,1,0,1,0-1-1A1,1,0,0,0,12,14Zm5,0a1,1,0,1,0-1-1A1,1,0,0,0,17,14Zm-5,4a1,1,0,1,0-1-1A1,1,0,0,0,12,18Zm5,0a1,1,0,1,0-1-1A1,1,0,0,0,17,18ZM7,14a1,1,0,1,0-1-1A1,1,0,0,0,7,14ZM19,4H18V3a1,1,0,0,0-2,0V4H8V3A1,1,0,0,0,6,3V4H5A3,3,0,0,0,2,7V19a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V7A3,3,0,0,0,19,4Zm1,15a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V10H20ZM20,8H4V7A1,1,0,0,1,5,6H19a1,1,0,0,1,1,1ZM7,18a1,1,0,1,0-1-1A1,1,0,0,0,7,18Z\"/></svg></li><li title=\"screw \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M21.71,10.12,13.88,2.29a1,1,0,0,0-1.7.57L11.45,8l-2,2-.33-.19A1,1,0,0,0,8,11.44L6.85,12.61l-.33-.19a1,1,0,0,0-1.11,1.63L4.24,15.21,3.92,15a1,1,0,0,0-1.37.37,1,1,0,0,0,.25,1.26l-.51.51a.93.93,0,0,0-.21.33,1,1,0,0,0-.08.38V21a1,1,0,0,0,1,1H6.13a1,1,0,0,0,.38-.08.93.93,0,0,0,.33-.21L8.54,20l.33.19a1,1,0,0,0,1.37-.36A1,1,0,0,0,10,18.56l1.17-1.16.33.19a1,1,0,0,0,.49.13A1,1,0,0,0,12.59,16l1.17-1.16.33.19a1,1,0,0,0,.49.13,1,1,0,0,0,.62-1.77l.79-.79,5.15-.73a1,1,0,0,0,.81-.68A1,1,0,0,0,21.71,10.12ZM5.72,20H4V18.28l.57-.57L6.75,19Zm2.49-2.5L6,16.25l1.14-1.14,2.17,1.25Zm2.61-2.6L8.64,13.64,9.79,12.5,12,13.75Zm2.61-2.61L11.25,11l1.14-1.14,1.72,1.72Zm2.45-1.74L13.45,8.12l.43-3,5,5Z\"/></svg></li><li title=\"scroll h \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M4.71,6.29A1,1,0,0,0,3.29,7.71L7.59,12l-4.3,4.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l5-5a1,1,0,0,0,0-1.42ZM16.41,12l4.3-4.29a1,1,0,1,0-1.42-1.42l-5,5a1,1,0,0,0,0,1.42l5,5a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42Z\"/></svg></li><li title=\"scroll \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M11.29,9.71a1,1,0,0,0,1.42,0l5-5a1,1,0,1,0-1.42-1.42L12,7.59,7.71,3.29A1,1,0,0,0,6.29,4.71Zm1.42,4.58a1,1,0,0,0-1.42,0l-5,5a1,1,0,0,0,1.42,1.42L12,16.41l4.29,4.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42Z\"/></svg></li><li title=\"search alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M21.07,16.83,19,14.71a3.08,3.08,0,0,0-3.4-.57l-.9-.9a7,7,0,1,0-1.41,1.41l.89.89A3,3,0,0,0,14.71,19l2.12,2.12a3,3,0,0,0,4.24,0A3,3,0,0,0,21.07,16.83Zm-8.48-4.24a5,5,0,1,1,0-7.08A5,5,0,0,1,12.59,12.59Zm7.07,7.07a1,1,0,0,1-1.42,0l-2.12-2.12a1,1,0,0,1,0-1.42,1,1,0,0,1,1.42,0l2.12,2.12A1,1,0,0,1,19.66,19.66Z\"/></svg></li><li title=\"search minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21.71,20.29,18,16.61A9,9,0,1,0,16.61,18l3.68,3.68a1,1,0,0,0,1.42,0A1,1,0,0,0,21.71,20.29ZM11,18a7,7,0,1,1,7-7A7,7,0,0,1,11,18Zm4-8H7a1,1,0,0,0,0,2h8a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"search plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M15,10H12V7a1,1,0,0,0-2,0v3H7a1,1,0,0,0,0,2h3v3a1,1,0,0,0,2,0V12h3a1,1,0,0,0,0-2Zm6.71,10.29L18,16.61A9,9,0,1,0,16.61,18l3.68,3.68a1,1,0,0,0,1.42,0A1,1,0,0,0,21.71,20.29ZM11,18a7,7,0,1,1,7-7A7,7,0,0,1,11,18Z\"/></svg></li><li title=\"search \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21.71,20.29,18,16.61A9,9,0,1,0,16.61,18l3.68,3.68a1,1,0,0,0,1.42,0A1,1,0,0,0,21.71,20.29ZM11,18a7,7,0,1,1,7-7A7,7,0,0,1,11,18Z\"/></svg></li><li title=\"selfie \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M16,2H8A3,3,0,0,0,5,5V19a3,3,0,0,0,3,3h8a3,3,0,0,0,3-3V5A3,3,0,0,0,16,2Zm1,17a1,1,0,0,1-1,1H8a1,1,0,0,1-1-1V18H17Zm-5-5a3,3,0,0,1,2.82,2H9.18A3,3,0,0,1,12,14Zm-1-3a1,1,0,1,1,1,1A1,1,0,0,1,11,11Zm6,5h-.1a5,5,0,0,0-2.42-3.32A3,3,0,0,0,15,11a3,3,0,0,0-6,0,3,3,0,0,0,.52,1.68A5,5,0,0,0,7.1,16H7V5A1,1,0,0,1,8,4h8a1,1,0,0,1,1,1ZM12,5a1,1,0,1,0,1,1A1,1,0,0,0,12,5Z\"/></svg></li><li title=\"server alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M8,17a1,1,0,1,0,1,1A1,1,0,0,0,8,17Zm0-6a1,1,0,1,0,1,1A1,1,0,0,0,8,11ZM8,5A1,1,0,1,0,9,6,1,1,0,0,0,8,5ZM20,5a3,3,0,0,0-3-3H7A3,3,0,0,0,4,5V7a3,3,0,0,0,.78,2A3,3,0,0,0,4,11v2a3,3,0,0,0,.78,2A3,3,0,0,0,4,17v2a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V17a3,3,0,0,0-.78-2A3,3,0,0,0,20,13V11a3,3,0,0,0-.78-2A3,3,0,0,0,20,7ZM18,19a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V17a1,1,0,0,1,1-1H17a1,1,0,0,1,1,1Zm0-6a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V11a1,1,0,0,1,1-1H17a1,1,0,0,1,1,1Zm0-6a1,1,0,0,1-1,1H7A1,1,0,0,1,6,7V5A1,1,0,0,1,7,4H17a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"server connection \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M11,13a1,1,0,1,0,1,1A1,1,0,0,0,11,13ZM7,13a1,1,0,1,0,1,1A1,1,0,0,0,7,13ZM22,4a3,3,0,0,0-3-3H5A3,3,0,0,0,2,4V8a3,3,0,0,0,.78,2A3,3,0,0,0,2,12v4a3,3,0,0,0,3,3h6v2H3a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2H13V19h6a3,3,0,0,0,3-3V12a3,3,0,0,0-.78-2A3,3,0,0,0,22,8ZM20,16a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V12a1,1,0,0,1,1-1H19a1,1,0,0,1,1,1Zm0-8a1,1,0,0,1-1,1H5A1,1,0,0,1,4,8V4A1,1,0,0,1,5,3H19a1,1,0,0,1,1,1ZM11,5a1,1,0,1,0,1,1A1,1,0,0,0,11,5ZM7,5A1,1,0,1,0,8,6,1,1,0,0,0,7,5Z\"/></svg></li><li title=\"server network alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M8,6h3a1,1,0,0,0,0-2H8A1,1,0,0,0,8,6Zm8,0a1,1,0,1,0-1-1A1,1,0,0,0,16,6Zm0,4a1,1,0,1,0,1,1A1,1,0,0,0,16,10Zm5,9H14.82A3,3,0,0,0,13,17.18V15h4a3,3,0,0,0,3-3V10a3,3,0,0,0-.78-2A3,3,0,0,0,20,6V4a3,3,0,0,0-3-3H7A3,3,0,0,0,4,4V6a3,3,0,0,0,.78,2A3,3,0,0,0,4,10v2a3,3,0,0,0,3,3h4v2.18A3,3,0,0,0,9.18,19H3a1,1,0,0,0,0,2H9.18a3,3,0,0,0,5.64,0H21a1,1,0,0,0,0-2ZM6,4A1,1,0,0,1,7,3H17a1,1,0,0,1,1,1V6a1,1,0,0,1-1,1H7A1,1,0,0,1,6,6Zm1,9a1,1,0,0,1-1-1V10A1,1,0,0,1,7,9H17a1,1,0,0,1,1,1v2a1,1,0,0,1-1,1Zm5,8a1,1,0,1,1,1-1A1,1,0,0,1,12,21ZM11,10H8a1,1,0,0,0,0,2h3a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"server network \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M8,6A1,1,0,1,0,7,5,1,1,0,0,0,8,6ZM21,19H14.82A3,3,0,0,0,13,17.18V15h4a3,3,0,0,0,3-3V10a3,3,0,0,0-.78-2A3,3,0,0,0,20,6V4a3,3,0,0,0-3-3H7A3,3,0,0,0,4,4V6a3,3,0,0,0,.78,2A3,3,0,0,0,4,10v2a3,3,0,0,0,3,3h4v2.18A3,3,0,0,0,9.18,19H3a1,1,0,0,0,0,2H9.18a3,3,0,0,0,5.64,0H21a1,1,0,0,0,0-2ZM6,4A1,1,0,0,1,7,3H17a1,1,0,0,1,1,1V6a1,1,0,0,1-1,1H7A1,1,0,0,1,6,6Zm1,9a1,1,0,0,1-1-1V10A1,1,0,0,1,7,9H17a1,1,0,0,1,1,1v2a1,1,0,0,1-1,1Zm5,8a1,1,0,1,1,1-1A1,1,0,0,1,12,21ZM8,10a1,1,0,1,0,1,1A1,1,0,0,0,8,10Z\"/></svg></li><li title=\"server \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M15,17a1,1,0,1,0,1,1A1,1,0,0,0,15,17ZM9,17H6a1,1,0,0,0,0,2H9a1,1,0,0,0,0-2Zm9,0a1,1,0,1,0,1,1A1,1,0,0,0,18,17Zm-3-6a1,1,0,1,0,1,1A1,1,0,0,0,15,11ZM9,11H6a1,1,0,0,0,0,2H9a1,1,0,0,0,0-2Zm9-6a1,1,0,1,0,1,1A1,1,0,0,0,18,5Zm0,6a1,1,0,1,0,1,1A1,1,0,0,0,18,11Zm4-6a3,3,0,0,0-3-3H5A3,3,0,0,0,2,5V7a3,3,0,0,0,.78,2A3,3,0,0,0,2,11v2a3,3,0,0,0,.78,2A3,3,0,0,0,2,17v2a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V17a3,3,0,0,0-.78-2A3,3,0,0,0,22,13V11a3,3,0,0,0-.78-2A3,3,0,0,0,22,7ZM20,19a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V17a1,1,0,0,1,1-1H19a1,1,0,0,1,1,1Zm0-6a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V11a1,1,0,0,1,1-1H19a1,1,0,0,1,1,1Zm0-6a1,1,0,0,1-1,1H5A1,1,0,0,1,4,7V5A1,1,0,0,1,5,4H19a1,1,0,0,1,1,1ZM15,5a1,1,0,1,0,1,1A1,1,0,0,0,15,5ZM9,5H6A1,1,0,0,0,6,7H9A1,1,0,0,0,9,5Z\"/></svg></li><li title=\"servers \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M15,17a1,1,0,1,0,1,1A1,1,0,0,0,15,17Zm-4,0H9a1,1,0,0,0,0,2h2a1,1,0,0,0,0-2Zm0-6H9a1,1,0,0,0,0,2h2a1,1,0,0,0,0-2Zm4,0a1,1,0,1,0,1,1A1,1,0,0,0,15,11Zm8-3a3,3,0,0,0-3-3H19a3,3,0,0,0-3-3H8A3,3,0,0,0,5,5H4A3,3,0,0,0,1,8v2a3,3,0,0,0,.78,2A3,3,0,0,0,1,14v2a3,3,0,0,0,3,3H5a3,3,0,0,0,3,3h8a3,3,0,0,0,3-3h1a3,3,0,0,0,3-3V14a3,3,0,0,0-.78-2A3,3,0,0,0,23,10ZM5,17H4a1,1,0,0,1-1-1V14a1,1,0,0,1,1-1H5a3,3,0,0,0,.78,2A3,3,0,0,0,5,17Zm0-6H4a1,1,0,0,1-1-1V8A1,1,0,0,1,4,7H5a3,3,0,0,0,.78,2A3,3,0,0,0,5,11Zm12,8a1,1,0,0,1-1,1H8a1,1,0,0,1-1-1V17a1,1,0,0,1,1-1h8a1,1,0,0,1,1,1Zm0-6a1,1,0,0,1-1,1H8a1,1,0,0,1-1-1V11a1,1,0,0,1,1-1h8a1,1,0,0,1,1,1Zm0-6a1,1,0,0,1-1,1H8A1,1,0,0,1,7,7V5A1,1,0,0,1,8,4h8a1,1,0,0,1,1,1Zm4,9a1,1,0,0,1-1,1H19a3,3,0,0,0-.78-2A3,3,0,0,0,19,13h1a1,1,0,0,1,1,1Zm0-6a1,1,0,0,1-1,1H19a3,3,0,0,0-.78-2A3,3,0,0,0,19,7h1a1,1,0,0,1,1,1ZM15,5a1,1,0,1,0,1,1A1,1,0,0,0,15,5ZM11,5H9A1,1,0,0,0,9,7h2a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"servicemark \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M5.5,9h4a1,1,0,0,0,0-2h-4a3,3,0,0,0,0,6h2a1,1,0,0,1,0,2h-4a1,1,0,0,0,0,2h4a3,3,0,0,0,0-6h-2a1,1,0,0,1,0-2ZM21.42,7.62a1,1,0,0,0-.54-.54,1,1,0,0,0-.76,0,1,1,0,0,0-.33.21L17,10.09l-2.79-2.8a1,1,0,0,0-.33-.21,1,1,0,0,0-.76,0,1,1,0,0,0-.54.54A1,1,0,0,0,12.5,8v8a1,1,0,0,0,2,0V10.41l1.79,1.8a1,1,0,0,0,1.42,0l1.79-1.8V16a1,1,0,0,0,2,0V8A1,1,0,0,0,21.42,7.62Z\"/></svg></li><li title=\"setting \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M19.9,12.66a1,1,0,0,1,0-1.32L21.18,9.9a1,1,0,0,0,.12-1.17l-2-3.46a1,1,0,0,0-1.07-.48l-1.88.38a1,1,0,0,1-1.15-.66l-.61-1.83A1,1,0,0,0,13.64,2h-4a1,1,0,0,0-1,.68L8.08,4.51a1,1,0,0,1-1.15.66L5,4.79A1,1,0,0,0,4,5.27L2,8.73A1,1,0,0,0,2.1,9.9l1.27,1.44a1,1,0,0,1,0,1.32L2.1,14.1A1,1,0,0,0,2,15.27l2,3.46a1,1,0,0,0,1.07.48l1.88-.38a1,1,0,0,1,1.15.66l.61,1.83a1,1,0,0,0,1,.68h4a1,1,0,0,0,.95-.68l.61-1.83a1,1,0,0,1,1.15-.66l1.88.38a1,1,0,0,0,1.07-.48l2-3.46a1,1,0,0,0-.12-1.17ZM18.41,14l.8.9-1.28,2.22-1.18-.24a3,3,0,0,0-3.45,2L12.92,20H10.36L10,18.86a3,3,0,0,0-3.45-2l-1.18.24L4.07,14.89l.8-.9a3,3,0,0,0,0-4l-.8-.9L5.35,6.89l1.18.24a3,3,0,0,0,3.45-2L10.36,4h2.56l.38,1.14a3,3,0,0,0,3.45,2l1.18-.24,1.28,2.22-.8.9A3,3,0,0,0,18.41,14ZM11.64,8a4,4,0,1,0,4,4A4,4,0,0,0,11.64,8Zm0,6a2,2,0,1,1,2-2A2,2,0,0,1,11.64,14Z\"/></svg></li><li title=\"share alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M18,14a4,4,0,0,0-3.08,1.48l-5.1-2.35a3.64,3.64,0,0,0,0-2.26l5.1-2.35A4,4,0,1,0,14,6a4.17,4.17,0,0,0,.07.71L8.79,9.14a4,4,0,1,0,0,5.72l5.28,2.43A4.17,4.17,0,0,0,14,18a4,4,0,1,0,4-4ZM18,4a2,2,0,1,1-2,2A2,2,0,0,1,18,4ZM6,14a2,2,0,1,1,2-2A2,2,0,0,1,6,14Zm12,6a2,2,0,1,1,2-2A2,2,0,0,1,18,20Z\"/></svg></li><li title=\"share \"><svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21.707,11.293l-8-8A.99991.99991,0,0,0,12,4V7.54492A11.01525,11.01525,0,0,0,2,18.5V20a1,1,0,0,0,1.78418.62061,11.45625,11.45625,0,0,1,7.88672-4.04932c.0498-.00635.1748-.01611.3291-.02588V20a.99991.99991,0,0,0,1.707.707l8-8A.99962.99962,0,0,0,21.707,11.293ZM14,17.58594V15.5a.99974.99974,0,0,0-1-1c-.25488,0-1.2959.04932-1.56152.085A14.00507,14.00507,0,0,0,4.05176,17.5332,9.01266,9.01266,0,0,1,13,9.5a.99974.99974,0,0,0,1-1V6.41406L19.58594,12Z\"/></svg></li><li title=\"shield check \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19.63,3.65a1,1,0,0,0-.84-.2,8,8,0,0,1-6.22-1.27,1,1,0,0,0-1.14,0A8,8,0,0,1,5.21,3.45a1,1,0,0,0-.84.2A1,1,0,0,0,4,4.43v7.45a9,9,0,0,0,3.77,7.33l3.65,2.6a1,1,0,0,0,1.16,0l3.65-2.6A9,9,0,0,0,20,11.88V4.43A1,1,0,0,0,19.63,3.65ZM18,11.88a7,7,0,0,1-2.93,5.7L12,19.77,8.93,17.58A7,7,0,0,1,6,11.88V5.58a10,10,0,0,0,6-1.39,10,10,0,0,0,6,1.39ZM13.54,9.59l-2.69,2.7-.89-.9a1,1,0,0,0-1.42,1.42l1.6,1.6a1,1,0,0,0,1.42,0L15,11a1,1,0,0,0-1.42-1.42Z\"/></svg></li><li title=\"shield exclamation \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12.92,15a.56.56,0,0,0-.09-.17l-.12-.15a1,1,0,0,0-1.42,0,.61.61,0,0,0-.12.15.56.56,0,0,0-.09.17.7.7,0,0,0-.06.19,1.23,1.23,0,0,0,0,.19.88.88,0,0,0,.08.39,1,1,0,0,0,1.3.54,1.19,1.19,0,0,0,.33-.22,1,1,0,0,0,.21-.32,1,1,0,0,0,.08-.39,1.23,1.23,0,0,0,0-.19A.7.7,0,0,0,12.92,15ZM12,7.36a1,1,0,0,0-1,1v3a1,1,0,0,0,2,0v-3A1,1,0,0,0,12,7.36Zm7.63-3.71a1,1,0,0,0-.84-.2,8,8,0,0,1-6.22-1.27,1,1,0,0,0-1.14,0A8,8,0,0,1,5.21,3.45a1,1,0,0,0-.84.2A1,1,0,0,0,4,4.43v7.45a9,9,0,0,0,3.77,7.33l3.65,2.6a1,1,0,0,0,1.16,0l3.65-2.6A9,9,0,0,0,20,11.88V4.43A1,1,0,0,0,19.63,3.65ZM18,11.88a7,7,0,0,1-2.93,5.7L12,19.77,8.93,17.58A7,7,0,0,1,6,11.88V5.58a10,10,0,0,0,6-1.39,10,10,0,0,0,6,1.39Z\"/></svg></li><li title=\"shield plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M14,11H13V10a1,1,0,0,0-2,0v1H10a1,1,0,0,0,0,2h1v1a1,1,0,0,0,2,0V13h1a1,1,0,0,0,0-2Zm5.63086-7.3501a1.00709,1.00709,0,0,0-.83594-.20263,7.9808,7.9808,0,0,1-6.22265-1.26709.99888.99888,0,0,0-1.14454,0A7.976,7.976,0,0,1,5.20508,3.44727.99971.99971,0,0,0,4,4.42627v7.457A9.01875,9.01875,0,0,0,7.76855,19.207L11.419,21.814a1.0004,1.0004,0,0,0,1.1621,0l3.6504-2.60742A9.01717,9.01717,0,0,0,20,11.8833v-7.457A1.0011,1.0011,0,0,0,19.63086,3.6499ZM18,11.8833a7.0157,7.0157,0,0,1-2.93066,5.6958L12,19.771,8.93066,17.57959A7.01728,7.01728,0,0,1,6,11.8833V5.583a9.95463,9.95463,0,0,0,6-1.39112A9.95463,9.95463,0,0,0,18,5.583Z\"/></svg></li><li title=\"shield question \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M11.29,14.66a1,1,0,0,0-.29.7,1,1,0,0,0,.08.39A1,1,0,0,0,13,15.36a1,1,0,0,0-.29-.7A1,1,0,0,0,11.29,14.66Zm8.34-11a1,1,0,0,0-.84-.2,8,8,0,0,1-6.22-1.27,1,1,0,0,0-1.14,0A8,8,0,0,1,5.21,3.45a1,1,0,0,0-.84.2A1,1,0,0,0,4,4.43v7.45a9,9,0,0,0,3.77,7.33l3.65,2.6a1,1,0,0,0,1.16,0l3.65-2.6A9,9,0,0,0,20,11.88V4.43A1,1,0,0,0,19.63,3.65ZM18,11.88a7,7,0,0,1-2.93,5.7L12,19.77,8.93,17.58A7,7,0,0,1,6,11.88V5.58a10,10,0,0,0,6-1.39,10,10,0,0,0,6,1.39ZM12,7.36a3,3,0,0,0-2.6,1.5,1,1,0,0,0,1.73,1A1,1,0,1,1,12,11.36a1,1,0,0,0,0,2,3,3,0,1,0,0-6Z\"/></svg></li><li title=\"shield slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21.71,20.29l-16-16h0l-2-2A1,1,0,0,0,2.29,3.71L4,5.41v6.47A9,9,0,0,0,7.77,19.2l3.65,2.61a1,1,0,0,0,1.16,0l3.65-2.61a8.21,8.21,0,0,0,.86-.7l3.2,3.21a1,1,0,0,0,1.42,0A1,1,0,0,0,21.71,20.29Zm-6.64-2.71L12,19.77,8.93,17.58A7,7,0,0,1,6,11.88V7.41l9.67,9.68C15.48,17.26,15.28,17.42,15.07,17.58Zm-5-12.51A10.15,10.15,0,0,0,12,4.19a9.82,9.82,0,0,0,6,1.39v6.3a6.88,6.88,0,0,1-.1,1.18,1,1,0,0,0,.83,1.15h.16a1,1,0,0,0,1-.84,9.77,9.77,0,0,0,.12-1.5V4.43a1,1,0,0,0-.37-.77,1,1,0,0,0-.83-.21,7.89,7.89,0,0,1-6.23-1.27,1,1,0,0,0-1.14,0,8,8,0,0,1-2,1,1,1,0,1,0,.64,1.9Z\"/></svg></li><li title=\"shield \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19.63,3.65a1,1,0,0,0-.84-.2,8,8,0,0,1-6.22-1.27,1,1,0,0,0-1.14,0A8,8,0,0,1,5.21,3.45a1,1,0,0,0-.84.2A1,1,0,0,0,4,4.43v7.45a9,9,0,0,0,3.77,7.33l3.65,2.6a1,1,0,0,0,1.16,0l3.65-2.6A9,9,0,0,0,20,11.88V4.43A1,1,0,0,0,19.63,3.65ZM18,11.88a7,7,0,0,1-2.93,5.7L12,19.77,8.93,17.58A7,7,0,0,1,6,11.88V5.58a10,10,0,0,0,6-1.39,10,10,0,0,0,6,1.39Z\"/></svg></li><li title=\"ship \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M3.62,17.28a1,1,0,0,0,1.86-.74L4.36,13.72,11,12.25V17a1,1,0,0,0,2,0V12.25l6.64,1.47-1.12,2.82a1,1,0,0,0,.56,1.3,1,1,0,0,0,.37.07,1,1,0,0,0,.93-.63l1.55-3.91a1,1,0,0,0-.05-.84,1,1,0,0,0-.66-.51L18,11.31V7a1,1,0,0,0-1-1H15V3a1,1,0,0,0-1-1H10A1,1,0,0,0,9,3V6H7A1,1,0,0,0,6,7v4.31L2.78,12a1,1,0,0,0-.66.51,1,1,0,0,0-.05.84ZM11,4h2V6H11ZM8,8h8v2.86L12.22,10h-.1L12,10l-.12,0h-.1L8,10.86ZM20.71,19.28a4.38,4.38,0,0,0-1,.45,2.08,2.08,0,0,1-2.1,0,4.62,4.62,0,0,0-4.54,0,2.14,2.14,0,0,1-2.12,0,4.64,4.64,0,0,0-4.54,0,2.08,2.08,0,0,1-2.1,0,4.38,4.38,0,0,0-1-.45A1,1,0,0,0,2,20a1,1,0,0,0,.67,1.24,2.1,2.1,0,0,1,.57.25,4,4,0,0,0,2,.55,4.14,4.14,0,0,0,2.08-.56,2.65,2.65,0,0,1,2.56,0,4.15,4.15,0,0,0,4.12,0,2.65,2.65,0,0,1,2.56,0,4,4,0,0,0,4.1,0,2.1,2.1,0,0,1,.57-.25A1,1,0,0,0,22,20,1,1,0,0,0,20.71,19.28Z\"/></svg></li><li title=\"shop \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M22,5H2A1,1,0,0,0,1,6v4a3,3,0,0,0,2,2.82V22a1,1,0,0,0,1,1H20a1,1,0,0,0,1-1V12.82A3,3,0,0,0,23,10V6A1,1,0,0,0,22,5ZM15,7h2v3a1,1,0,0,1-2,0ZM11,7h2v3a1,1,0,0,1-2,0ZM7,7H9v3a1,1,0,0,1-2,0ZM4,11a1,1,0,0,1-1-1V7H5v3A1,1,0,0,1,4,11ZM14,21H10V19a2,2,0,0,1,4,0Zm5,0H16V19a4,4,0,0,0-8,0v2H5V12.82a3.17,3.17,0,0,0,1-.6,3,3,0,0,0,4,0,3,3,0,0,0,4,0,3,3,0,0,0,4,0,3.17,3.17,0,0,0,1,.6Zm2-11a1,1,0,0,1-2,0V7h2ZM4.3,3H20a1,1,0,0,0,0-2H4.3a1,1,0,0,0,0,2Z\"/></svg></li><li title=\"shopping bag \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19,7H16V6A4,4,0,0,0,8,6V7H5A1,1,0,0,0,4,8V19a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V8A1,1,0,0,0,19,7ZM10,6a2,2,0,0,1,4,0V7H10Zm8,13a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V9H8v1a1,1,0,0,0,2,0V9h4v1a1,1,0,0,0,2,0V9h2Z\"/></svg></li><li title=\"shopping basket \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M14,18a1,1,0,0,0,1-1V15a1,1,0,0,0-2,0v2A1,1,0,0,0,14,18Zm-4,0a1,1,0,0,0,1-1V15a1,1,0,0,0-2,0v2A1,1,0,0,0,10,18ZM19,6H17.62L15.89,2.55a1,1,0,1,0-1.78.9L15.38,6H8.62L9.89,3.45a1,1,0,0,0-1.78-.9L6.38,6H5a3,3,0,0,0-.92,5.84l.74,7.46a3,3,0,0,0,3,2.7h8.38a3,3,0,0,0,3-2.7l.74-7.46A3,3,0,0,0,19,6ZM17.19,19.1a1,1,0,0,1-1,.9H7.81a1,1,0,0,1-1-.9L6.1,12H17.9ZM19,10H5A1,1,0,0,1,5,8H19a1,1,0,0,1,0,2Z\"/></svg></li><li title=\"shopping cart alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21.5,15a3,3,0,0,0-1.9-2.78l1.87-7a1,1,0,0,0-.18-.87A1,1,0,0,0,20.5,4H6.8L6.47,2.74A1,1,0,0,0,5.5,2h-2V4H4.73l2.48,9.26a1,1,0,0,0,1,.74H18.5a1,1,0,0,1,0,2H5.5a1,1,0,0,0,0,2H6.68a3,3,0,1,0,5.64,0h2.36a3,3,0,1,0,5.82,1,2.94,2.94,0,0,0-.4-1.47A3,3,0,0,0,21.5,15Zm-3.91-3H9L7.34,6H19.2ZM9.5,20a1,1,0,1,1,1-1A1,1,0,0,1,9.5,20Zm8,0a1,1,0,1,1,1-1A1,1,0,0,1,17.5,20Z\"/></svg></li><li title=\"shopping cart \"><svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M8.5,19A1.5,1.5,0,1,0,10,20.5,1.5,1.5,0,0,0,8.5,19ZM19,16H7a1,1,0,0,1,0-2h8.49121A3.0132,3.0132,0,0,0,18.376,11.82422L19.96143,6.2749A1.00009,1.00009,0,0,0,19,5H6.73907A3.00666,3.00666,0,0,0,3.92139,3H3A1,1,0,0,0,3,5h.92139a1.00459,1.00459,0,0,1,.96142.7251l.15552.54474.00024.00506L6.6792,12.01709A3.00006,3.00006,0,0,0,7,18H19a1,1,0,0,0,0-2ZM17.67432,7l-1.2212,4.27441A1.00458,1.00458,0,0,1,15.49121,12H8.75439l-.25494-.89221L7.32642,7ZM16.5,19A1.5,1.5,0,1,0,18,20.5,1.5,1.5,0,0,0,16.5,19Z\"/></svg></li><li title=\"shovel \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M21.71,7.38,16.62,2.29a1,1,0,0,0-1.41,0,1,1,0,0,0,0,1.42L17,5.54,11.58,11l-1-1h0a3,3,0,0,0-4.25,0L2.88,13.42A3,3,0,0,0,2,15.55V19a3,3,0,0,0,3,3H8.45a3,3,0,0,0,2.13-.88L14,17.69a3,3,0,0,0,0-4.25l-1-1L18.46,7l1.83,1.83a1,1,0,0,0,1.42,0A1,1,0,0,0,21.71,7.38ZM12.6,16.27,9.16,19.71a1,1,0,0,1-.71.29H5a1,1,0,0,1-1-1V15.55a1,1,0,0,1,.29-.71L7.73,11.4a1,1,0,0,1,1.41,0l1,1-.89.9a1,1,0,0,0,0,1.41A1,1,0,0,0,10,15a1,1,0,0,0,.7-.29l.9-.89,1,1A1,1,0,0,1,12.6,16.27Z\"/></svg></li><li title=\"shrink \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M10.71,11.29l-2.5-2.5a1,1,0,1,0-1.42,1.42l.8.79H3a1,1,0,0,0,0,2H7.59l-.8.79a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l2.5-2.5a1,1,0,0,0,.21-.33,1,1,0,0,0,0-.76A1,1,0,0,0,10.71,11.29ZM21,11H16.41l.8-.79a1,1,0,0,0-1.42-1.42l-2.5,2.5a1,1,0,0,0-.21.33,1,1,0,0,0,0,.76,1,1,0,0,0,.21.33l2.5,2.5a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42l-.8-.79H21a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"shuffle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M3,10A1,1,0,0,0,4,9V5.41L8.56,10A1,1,0,0,0,10,10a1,1,0,0,0,0-1.41L5.41,4H9A1,1,0,0,0,9,2H3a1,1,0,0,0-.38.08,1,1,0,0,0-.54.54A1,1,0,0,0,2,3V9A1,1,0,0,0,3,10Zm12.3,4a1,1,0,0,0-1.41,1.41l6.27,6.28a1,1,0,0,0,.71.29,1,1,0,0,0,.71-.29,1,1,0,0,0,0-1.42ZM9,20H5.41L21.71,3.71a1,1,0,1,0-1.42-1.42L4,18.59V15a1,1,0,0,0-2,0v6a1,1,0,0,0,.08.38,1,1,0,0,0,.54.54A1,1,0,0,0,3,22H9a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"shutter alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M22,11a1,1,0,0,1,0-.16c0-.28-.08-.56-.13-.84v0A9.54,9.54,0,0,0,21,7.62v0A10,10,0,0,0,14,2.21h0l-.84-.13-.16,0-.29,0h-.08L12,2c-.34,0-.68,0-1,0l-.16,0L10,2.2h0A10,10,0,0,0,2.21,10v0c-.05.28-.09.56-.13.84a1,1,0,0,1,0,.16c0,.33,0,.67,0,1s0,.68,0,1a1,1,0,0,1,0,.16c0,.28.08.56.13.84v0A9.54,9.54,0,0,0,3,16.38v0A10,10,0,0,0,10,21.79h0l.84.13L11,22l.34,0h.14c.18,0,.35,0,.53,0,.34,0,.68,0,1-.05l.16,0L14,21.8h0A10,10,0,0,0,21.79,14v0c.05-.28.09-.56.13-.84A1,1,0,0,1,22,13c0-.33.05-.67.05-1S22,11.32,22,11Zm-8.84-6.9.5.07h0A8,8,0,0,1,18.24,7H11.42Zm-2.74.08h0l.4-.06L7.38,10,5.7,7.08A8,8,0,0,1,10.37,4.17ZM4.59,15a8,8,0,0,1-.42-1.37v0c0-.22-.08-.45-.1-.68a.5.5,0,0,1,0-.12,8.22,8.22,0,0,1,0-1.62.5.5,0,0,1,0-.12c0-.23.06-.46.1-.68v0A7.76,7.76,0,0,1,4.55,9.1L8,15Zm6.3,4.91-.5-.07h0A8,8,0,0,1,5.76,17h6.82ZM10.27,15,8.54,12l1.73-3h3.46l1.73,3-1.73,3Zm3.36,4.83h0l-.4.06L16.62,14l1.68,2.92A8,8,0,0,1,13.63,19.83Zm6.33-7a.5.5,0,0,1,0,.12c0,.23-.06.46-.1.68v0a7.76,7.76,0,0,1-.38,1.27L16,9h3.37a8,8,0,0,1,.42,1.37v0c0,.22.08.45.1.68a.5.5,0,0,1,0,.12,8.22,8.22,0,0,1,0,1.62Z\"/></svg></li><li title=\"shutter \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19.07,4.93A10,10,0,1,0,4.93,19.07,10,10,0,1,0,19.07,4.93ZM18.23,7H12.76l2.35-2.35A8.14,8.14,0,0,1,18.23,7ZM9,4.6a8.15,8.15,0,0,1,3.87-.54L9,7.93ZM7,5.77v5.47L5.19,9.43l-.54-.54A8.14,8.14,0,0,1,7,5.77ZM4.6,15a8.12,8.12,0,0,1-.54-3.87L7.93,15Zm1.17,2h5.47L8.89,19.35A8.14,8.14,0,0,1,5.77,17ZM15,19.4a8.13,8.13,0,0,1-3.87.54L15,16.07Zm0-6.16L13.24,15H10.75L9,13.24V10.76L10.76,9h2.48L15,10.76Zm2,5V12.76l2.35,2.35A8.14,8.14,0,0,1,17,18.23ZM16.07,9H19.4a8.13,8.13,0,0,1,.54,3.87Z\"/></svg></li><li title=\"sick \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M9,11a1,1,0,1,0-1-1A1,1,0,0,0,9,11Zm6,0a1,1,0,1,0-1-1A1,1,0,0,0,15,11Zm.27,3.2a1,1,0,0,0-1.2,0l-.74.55-.73-.55a1,1,0,0,0-1.2,0l-.73.55-.74-.55a1,1,0,0,0-1.2,0l-1.33,1a1,1,0,1,0,1.2,1.6l.73-.55.74.55,0,0,.12.06a.83.83,0,0,0,.22.08l.12,0a1,1,0,0,0,.25,0h.1a1.06,1.06,0,0,0,.34-.16l.73-.55.73.55a1,1,0,0,0,1,.11l.1-.05a.39.39,0,0,0,.11-.06l.74-.55.73.55a1,1,0,0,0,.6.2,1,1,0,0,0,.8-.4,1,1,0,0,0-.2-1.4ZM12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z\"/></svg></li><li title=\"sigma \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M16,16H10.41l3.3-3.29a1,1,0,0,0,0-1.42L10.41,8H16a1,1,0,0,0,0-2H8a1,1,0,0,0-.92.62,1,1,0,0,0,.21,1.09L11.59,12l-4.3,4.29a1,1,0,0,0-.21,1.09A1,1,0,0,0,8,18h8a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"sign alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M21.78,11.88l-2-2.5A1,1,0,0,0,19,9H13V3a1,1,0,0,0-2,0V4H5a1,1,0,0,0-.78.38l-2,2.5a1,1,0,0,0,0,1.24l2,2.5A1,1,0,0,0,5,11h6v9H9a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2H13V16h6a1,1,0,0,0,.78-.38l2-2.5A1,1,0,0,0,21.78,11.88ZM11,9H5.48L4.28,7.5,5.48,6H11Zm7.52,5H13V11h5.52l1.2,1.5Z\"/></svg></li><li title=\"sign in alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M20.5,15.1a1,1,0,0,0-1.34.45A8,8,0,1,1,12,4a7.93,7.93,0,0,1,7.16,4.45,1,1,0,0,0,1.8-.9,10,10,0,1,0,0,8.9A1,1,0,0,0,20.5,15.1ZM21,11H11.41l2.3-2.29a1,1,0,1,0-1.42-1.42l-4,4a1,1,0,0,0-.21.33,1,1,0,0,0,0,.76,1,1,0,0,0,.21.33l4,4a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L11.41,13H21a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"sign left \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M16,5H13V3a1,1,0,0,0-2,0V5H6a1,1,0,0,0-.78.38l-2,2.5a1,1,0,0,0,0,1.24l2,2.5A1,1,0,0,0,6,12h5v8H9a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2H13V12h3a1,1,0,0,0,1-1V6A1,1,0,0,0,16,5Zm-1,5H6.48L5.28,8.5,6.48,7H15Z\"/></svg></li><li title=\"sign out alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12.59,13l-2.3,2.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l4-4a1,1,0,0,0,.21-.33,1,1,0,0,0,0-.76,1,1,0,0,0-.21-.33l-4-4a1,1,0,1,0-1.42,1.42L12.59,11H3a1,1,0,0,0,0,2ZM12,2A10,10,0,0,0,3,7.55a1,1,0,0,0,1.8.9A8,8,0,1,1,12,20a7.93,7.93,0,0,1-7.16-4.45,1,1,0,0,0-1.8.9A10,10,0,1,0,12,2Z\"/></svg></li><li title=\"sign right \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M7,6v5a1,1,0,0,0,1,1h3v8H9a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2H13V12h5a1,1,0,0,0,.78-.37l2-2.5a1,1,0,0,0,0-1.25l-2-2.5A1,1,0,0,0,18,5H13V3a1,1,0,0,0-2,0V5H8A1,1,0,0,0,7,6ZM9,7h8.52l1.2,1.5L17.52,10H9Z\"/></svg></li><li title=\"signal alt 3 \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M14,9H10a1,1,0,0,0-1,1V22a1,1,0,0,0,1,1h4a1,1,0,0,0,1-1V10A1,1,0,0,0,14,9ZM13,21H11V11h2ZM22,1H18a1,1,0,0,0-1,1V22a1,1,0,0,0,1,1h4a1,1,0,0,0,1-1V2A1,1,0,0,0,22,1ZM21,21H19V3h2ZM6,15H2a1,1,0,0,0-1,1v6a1,1,0,0,0,1,1H6a1,1,0,0,0,1-1V16A1,1,0,0,0,6,15ZM5,21H3V17H5Z\"/></svg></li><li title=\"signal alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M10,14a1,1,0,0,0-1,1v6a1,1,0,0,0,2,0V15A1,1,0,0,0,10,14ZM5,18a1,1,0,0,0-1,1v2a1,1,0,0,0,2,0V19A1,1,0,0,0,5,18ZM20,2a1,1,0,0,0-1,1V21a1,1,0,0,0,2,0V3A1,1,0,0,0,20,2ZM15,9a1,1,0,0,0-1,1V21a1,1,0,0,0,2,0V10A1,1,0,0,0,15,9Z\"/></svg></li><li title=\"signal \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M6,15a1,1,0,0,0-1,1v3a1,1,0,0,0,2,0V16A1,1,0,0,0,6,15Zm4-3a1,1,0,0,0-1,1v6a1,1,0,0,0,2,0V13A1,1,0,0,0,10,12Zm8-8a1,1,0,0,0-1,1V19a1,1,0,0,0,2,0V5A1,1,0,0,0,18,4ZM14,8a1,1,0,0,0-1,1V19a1,1,0,0,0,2,0V9A1,1,0,0,0,14,8Z\"/></svg></li><li title=\"signin \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M20,12a1,1,0,0,0-1-1H11.41l2.3-2.29a1,1,0,1,0-1.42-1.42l-4,4a1,1,0,0,0-.21.33,1,1,0,0,0,0,.76,1,1,0,0,0,.21.33l4,4a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L11.41,13H19A1,1,0,0,0,20,12ZM17,2H7A3,3,0,0,0,4,5V19a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V16a1,1,0,0,0-2,0v3a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V5A1,1,0,0,1,7,4H17a1,1,0,0,1,1,1V8a1,1,0,0,0,2,0V5A3,3,0,0,0,17,2Z\"/></svg></li><li title=\"signout \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M4,12a1,1,0,0,0,1,1h7.59l-2.3,2.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l4-4a1,1,0,0,0,.21-.33,1,1,0,0,0,0-.76,1,1,0,0,0-.21-.33l-4-4a1,1,0,1,0-1.42,1.42L12.59,11H5A1,1,0,0,0,4,12ZM17,2H7A3,3,0,0,0,4,5V8A1,1,0,0,0,6,8V5A1,1,0,0,1,7,4H17a1,1,0,0,1,1,1V19a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V16a1,1,0,0,0-2,0v3a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V5A3,3,0,0,0,17,2Z\"/></svg></li><li title=\"silence \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M9,11a1,1,0,1,0-1-1A1,1,0,0,0,9,11Zm6,0a1,1,0,1,0-1-1A1,1,0,0,0,15,11Zm1,3a1,1,0,0,0-2,0H13a1,1,0,0,0-2,0H10a1,1,0,0,0-2,0,1,1,0,0,0,0,2,1,1,0,0,0,2,0h1a1,1,0,0,0,2,0h1a1,1,0,0,0,2,0,1,1,0,0,0,0-2ZM12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z\"/></svg></li><li title=\"silent squint \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M7.66,12.21a1,1,0,0,0,.71.29,1,1,0,0,0,.71-.29l1.5-1.5a1,1,0,0,0,0-1.42l-1.5-1.5A1,1,0,0,0,7.66,9.21l.8.79-.8.79A1,1,0,0,0,7.66,12.21Zm7.5,0a1,1,0,0,0,.71.29,1,1,0,0,0,.71-.29,1,1,0,0,0,0-1.42L15.79,10l.79-.79a1,1,0,1,0-1.42-1.42l-1.5,1.5a1,1,0,0,0,0,1.42Zm.11,2a1,1,0,0,0-1.2,0l-.74.55-.73-.55a1,1,0,0,0-1.2,0l-.73.55-.74-.55a1,1,0,0,0-1.2,0l-1.33,1a1,1,0,1,0,1.2,1.6l.73-.55.74.55,0,0a.67.67,0,0,0,.12.06.83.83,0,0,0,.22.08l.13,0h.23l.12,0a1.12,1.12,0,0,0,.33-.16l.73-.55.73.55a1,1,0,0,0,1,.11l.1-.05a.39.39,0,0,0,.11-.06l.74-.55.73.55a1,1,0,0,0,.6.2,1,1,0,0,0,.8-.4,1,1,0,0,0-.2-1.4ZM12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z\"/></svg></li><li title=\"sim card \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M17,3.5H7A3.5,3.5,0,0,0,3.5,7V17A3.5,3.5,0,0,0,7,20.5H17A3.5,3.5,0,0,0,20.5,17V7A3.5,3.5,0,0,0,17,3.5Zm-6.5,2h3v3h-3Zm-2,13H7A1.5,1.5,0,0,1,5.5,17V15.5h3Zm5,0h-3v-3h3Zm5-1.5A1.5,1.5,0,0,1,17,18.5H15.5v-3h3Zm0-3.5H5.5V7A1.5,1.5,0,0,1,7,5.5H8.5v4a1,1,0,0,0,1,1h9Zm0-5h-3v-3H17A1.5,1.5,0,0,1,18.5,7Z\"/></svg></li><li title=\"sitemap \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M22,15H20V12a1,1,0,0,0-1-1H13V9h2a1,1,0,0,0,1-1V2a1,1,0,0,0-1-1H9A1,1,0,0,0,8,2V8A1,1,0,0,0,9,9h2v2H5a1,1,0,0,0-1,1v3H2a1,1,0,0,0-1,1v6a1,1,0,0,0,1,1H8a1,1,0,0,0,1-1V16a1,1,0,0,0-1-1H6V13H18v2H16a1,1,0,0,0-1,1v6a1,1,0,0,0,1,1h6a1,1,0,0,0,1-1V16A1,1,0,0,0,22,15ZM7,17v4H3V17ZM10,7V3h4V7ZM21,21H17V17h4Z\"/></svg></li><li title=\"skip forward alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M5,3A3,3,0,0,0,2,6V18a3,3,0,0,0,6,0V6A3,3,0,0,0,5,3ZM6,18a1,1,0,0,1-2,0V6A1,1,0,0,1,6,6ZM20.68,9.65,14,5.66a2.6,2.6,0,0,0-2.64,0A2.74,2.74,0,0,0,10,8v8a2.74,2.74,0,0,0,1.37,2.38,2.57,2.57,0,0,0,2.64,0l6.67-4a2.75,2.75,0,0,0,0-4.7Zm-1,3-6.66,4a.61.61,0,0,1-.63,0A.72.72,0,0,1,12,16V8a.72.72,0,0,1,.36-.64.64.64,0,0,1,.31-.08.63.63,0,0,1,.32.09l6.66,4a.76.76,0,0,1,0,1.28Z\"/></svg></li><li title=\"skip forward circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M15.5,7a1,1,0,0,0-1,1V9.69l-4-2.31a2,2,0,0,0-3,1.73v5.78a2,2,0,0,0,1,1.73,2,2,0,0,0,2,0l4-2.31V16a1,1,0,0,0,2,0V8A1,1,0,0,0,15.5,7Zm-1,5-5,2.89V9.11l5,2.88ZM12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z\"/></svg></li><li title=\"skip forward \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19,3a3,3,0,0,0-3,3V8.84L7,3.47a3.21,3.21,0,0,0-3.29,0A3.38,3.38,0,0,0,2,6.42V17.58a3.38,3.38,0,0,0,1.72,3A3.24,3.24,0,0,0,5.33,21,3.28,3.28,0,0,0,7,20.53l9-5.37V18a3,3,0,0,0,6,0V6A3,3,0,0,0,19,3ZM15.32,13.23,6,18.81a1.23,1.23,0,0,1-1.28,0A1.4,1.4,0,0,1,4,17.58V6.42a1.4,1.4,0,0,1,.71-1.25A1.29,1.29,0,0,1,5.33,5,1.23,1.23,0,0,1,6,5.19l9.33,5.58a1.45,1.45,0,0,1,0,2.46ZM20,18a1,1,0,0,1-2,0V6a1,1,0,0,1,2,0Z\"/></svg></li><li title=\"skype alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M15.13916,11.8125a5.07559,5.07559,0,0,0-1.291-.59277c-.27978-.0846-.58953-.16736-.9104-.24713-.27911-.07782-.61132-.15766-1.02221-.248a9.31489,9.31489,0,0,1-1.436-.42383,1.49588,1.49588,0,0,1-.61572-.44726.84285.84285,0,0,1-.15918-.56543.96712.96712,0,0,1,.2041-.59668,1.59829,1.59829,0,0,1,.69971-.47559A4.01235,4.01235,0,0,1,12.03223,8a3.78727,3.78727,0,0,1,1.10547.14648,2.08274,2.08274,0,0,1,.66357.32129,1.23492,1.23492,0,0,1,.32519.34278.9997.9997,0,1,0,1.76075-.94727,3.14668,3.14668,0,0,0-.83741-.958A4.006,4.006,0,0,0,13.731,6.23633,5.76768,5.76768,0,0,0,12.03223,6a5.96329,5.96329,0,0,0-2.145.35059A3.55209,3.55209,0,0,0,8.30908,7.49121a2.97709,2.97709,0,0,0-.60449,1.79688,2.839,2.839,0,0,0,.58008,1.792,3.50074,3.50074,0,0,0,1.438,1.07226,10.5822,10.5822,0,0,0,1.30706.4079c.00837.00275.014.00946.02253.012.1914.05761.49755.13476.93994.23046.17236.037.33478.07789.49713.11847.01575.0047.03851.00965.05365.01435l.01807.00274c.24835.0633.48706.12873.70556.1955a3.02336,3.02336,0,0,1,.76367.34375,1.12652,1.12652,0,0,1,.36231.36816,1.20138,1.20138,0,0,1,.11865.585,1.15187,1.15187,0,0,1-.21387.73243,1.76331,1.76331,0,0,1-.80273.585A3.78736,3.78736,0,0,1,12.0083,16a3.68851,3.68851,0,0,1-1.70361-.34375,1.75626,1.75626,0,0,1-.61573-.54687,1.0164,1.0164,0,0,1-.20166-.50293,1,1,0,0,0-2,0,2.93957,2.93957,0,0,0,.55616,1.63867,3.7737,3.7737,0,0,0,1.34179,1.1875A5.621,5.621,0,0,0,12.0083,18a5.7083,5.7083,0,0,0,2.25391-.40527,3.71019,3.71019,0,0,0,1.665-1.27246,3.14637,3.14637,0,0,0,.58349-1.92676,3.08942,3.08942,0,0,0-.375-1.53028A3.16532,3.16532,0,0,0,15.13916,11.8125Zm7.22217,1.87891A10.49127,10.49127,0,0,0,10.30859,1.63867a6.499,6.499,0,0,0-8.66992,8.66992A10.49127,10.49127,0,0,0,13.69141,22.36133a6.499,6.499,0,0,0,8.66992-8.66992ZM16.5,21a4.5057,4.5057,0,0,1-2.16943-.55762,1.0038,1.0038,0,0,0-.67725-.10644A8.49212,8.49212,0,0,1,3.5,12a8.58284,8.58284,0,0,1,.16406-1.6543A1.00336,1.00336,0,0,0,3.55811,9.669,4.49939,4.49939,0,0,1,9.66943,3.55762a.99964.99964,0,0,0,.67725.10644A8.49212,8.49212,0,0,1,20.5,12a8.58284,8.58284,0,0,1-.16406,1.6543,1.00336,1.00336,0,0,0,.106.67675A4.49869,4.49869,0,0,1,16.5,21Z\"/></svg></li><li title=\"skype \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M21.43451,14.15552a9.586,9.586,0,0,0,.21155-2.02631,9.47653,9.47653,0,0,0-9.54029-9.42254,9.11414,9.11414,0,0,0-1.62494.14178A5.53558,5.53558,0,0,0,2.00061,7.466a5.42884,5.42884,0,0,0,.75354,2.7558,10.0197,10.0197,0,0,0-.18866,1.88452,9.33889,9.33889,0,0,0,9.54028,9.25788,8.56663,8.56663,0,0,0,1.74268-.16584A5.57942,5.57942,0,0,0,16.46368,22a5.433,5.433,0,0,0,4.97083-7.84448ZM16.43964,15.9931a3.63146,3.63146,0,0,1-1.62488,1.22473,6.33963,6.33963,0,0,1-2.52033.44709,6.21683,6.21683,0,0,1-2.89764-.61176,3.733,3.733,0,0,1-1.31964-1.17779,2.574,2.574,0,0,1-.494-1.41339.88041.88041,0,0,1,.30646-.68384,1.09008,1.09008,0,0,1,.77643-.28247.94433.94433,0,0,1,.637.2127,1.793,1.793,0,0,1,.44708.65863,3.39792,3.39792,0,0,0,.49518.87256,1.78964,1.78964,0,0,0,.72955.56488,3.01435,3.01435,0,0,0,1.24872.23554,2.9217,2.9217,0,0,0,1.71985-.44708,1.33217,1.33217,0,0,0,.65979-1.13092,1.135,1.135,0,0,0-.35333-.87134,2.18491,2.18491,0,0,0-.91944-.51923c-.37616-.11774-.89538-.23553-1.53112-.37616a13.9908,13.9908,0,0,1-2.14295-.6358,3.34814,3.34814,0,0,1-1.36651-1.01312,2.47429,2.47429,0,0,1-.49512-1.57807,2.62945,2.62945,0,0,1,.54205-1.60205,3.41154,3.41154,0,0,1,1.53113-1.084,6.652,6.652,0,0,1,2.37964-.37623,6.403,6.403,0,0,1,1.88452.25843,4.07215,4.07215,0,0,1,1.31842.65979,2.91587,2.91587,0,0,1,.77765.87134,1.80281,1.80281,0,0,1,.23553.87139.96189.96189,0,0,1-.30645.70667.9912.9912,0,0,1-.7536.30646.9735.9735,0,0,1-.63575-.18866,2.38218,2.38218,0,0,1-.47113-.61176,2.93711,2.93711,0,0,0-.77758-.96631A2.37614,2.37614,0,0,0,12.0589,7.96a2.7028,2.7028,0,0,0-1.5083.37738,1.07558,1.07558,0,0,0-.56488.89539.95783.95783,0,0,0,.18866.56488,1.41851,1.41851,0,0,0,.54205.4002,2.69264,2.69264,0,0,0,.68262.25959c.23559.07092.613.16467,1.15381.28247.65979.14178,1.27276.30646,1.81475.47107a5.43,5.43,0,0,1,1.38941.6358,2.85691,2.85691,0,0,1,.89532.94226,2.8284,2.8284,0,0,1,.32935,1.3905A2.89029,2.89029,0,0,1,16.43964,15.9931Z\"/></svg></li><li title=\"slack alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M23,9.5A3.50424,3.50424,0,0,0,19.5,6a3.45946,3.45946,0,0,0-1.5.35107V4.5a3.49466,3.49466,0,0,0-6-2.44171A3.48676,3.48676,0,0,0,6.35107,6H4.5a3.49466,3.49466,0,0,0-2.44171,6A3.48676,3.48676,0,0,0,6,17.64893V19.5a3.49466,3.49466,0,0,0,6,2.44171A3.48676,3.48676,0,0,0,17.64893,18H19.5a3.49466,3.49466,0,0,0,2.44171-6A3.48559,3.48559,0,0,0,23,9.5Zm-10-5a1.5,1.5,0,0,1,3,0v5a1.5,1.5,0,0,1-3,0Zm-7,10A1.5,1.5,0,1,1,4.5,13H6Zm5,5a1.5,1.5,0,0,1-3,0v-5a1.5,1.5,0,0,1,3,0ZM9.5,11h-5a1.5,1.5,0,0,1,0-3h5a1.5,1.5,0,0,1,0,3ZM11,6H9.5A1.5,1.5,0,1,1,11,4.5Zm1,6.05829c-.01935-.01978-.03851-.03894-.05829-.05829.01978-.01935.03894-.03851.05829-.05829.01935.01978.03851.03894.05829.05829C12.03851,12.01935,12.01935,12.03851,12,12.05829ZM14.5,21A1.50164,1.50164,0,0,1,13,19.5V18h1.5a1.5,1.5,0,0,1,0,3Zm5-5h-5a1.5,1.5,0,0,1,0-3h5a1.5,1.5,0,0,1,0,3Zm0-5H18V9.5A1.5,1.5,0,1,1,19.5,11Z\"/></svg></li><li title=\"slack \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M2,14.67a2,2,0,1,0,4,0v-2H4A2,2,0,0,0,2,14.67Zm12.64-3.34a2,2,0,0,0,2-2V4a2,2,0,1,0-4,0V9.33A2,2,0,0,0,14.66,11.33Zm7.32-2a2,2,0,1,0-4,0v2h2A2,2,0,0,0,22,9.33ZM9.34,12.67a2,2,0,0,0-2,2V20a2,2,0,1,0,4,0V14.67A2,2,0,0,0,9.34,12.67ZM14.66,18h-2v2a2,2,0,1,0,2-2ZM20,12.67H14.66a2,2,0,0,0,0,4H20a2,2,0,0,0,0-4ZM9.34,7.33H4a2,2,0,1,0,0,4H9.34a2,2,0,0,0,0-4ZM9.34,2a2,2,0,0,0,0,4h2V4A2,2,0,0,0,9.34,2Z\"/></svg></li><li title=\"slider h range \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M21,11H19.81573a2.98208,2.98208,0,0,0-5.63146,0H9.81573a2.98208,2.98208,0,0,0-5.63146,0H3a1,1,0,0,0,0,2H4.18433a2.982,2.982,0,0,0,5.6314,0h4.3686a2.982,2.982,0,0,0,5.6314,0H21a1,1,0,0,0,0-2ZM7,13a1,1,0,1,1,1-1A1.0013,1.0013,0,0,1,7,13Zm10,0a1,1,0,1,1,1-1A1.0013,1.0013,0,0,1,17,13Z\"/></svg></li><li title=\"slider h \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M21,11H17.81573a2.98208,2.98208,0,0,0-5.63146,0H3a1,1,0,0,0,0,2h9.18433a2.982,2.982,0,0,0,5.6314,0H21a1,1,0,0,0,0-2Zm-6,2a1,1,0,1,1,1-1A1.0013,1.0013,0,0,1,15,13Z\"/></svg></li><li title=\"sliders v alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M20,8.18V3a1,1,0,0,0-2,0V8.18a3,3,0,0,0,0,5.64V21a1,1,0,0,0,2,0V13.82a3,3,0,0,0,0-5.64ZM19,12a1,1,0,1,1,1-1A1,1,0,0,1,19,12Zm-6,2.18V3a1,1,0,0,0-2,0V14.18a3,3,0,0,0,0,5.64V21a1,1,0,0,0,2,0V19.82a3,3,0,0,0,0-5.64ZM12,18a1,1,0,1,1,1-1A1,1,0,0,1,12,18ZM6,6.18V3A1,1,0,0,0,4,3V6.18a3,3,0,0,0,0,5.64V21a1,1,0,0,0,2,0V11.82A3,3,0,0,0,6,6.18ZM5,10A1,1,0,1,1,6,9,1,1,0,0,1,5,10Z\"/></svg></li><li title=\"sliders v \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M7,6H6V3A1,1,0,0,0,4,3V6H3A1,1,0,0,0,3,8H7A1,1,0,0,0,7,6ZM5,10a1,1,0,0,0-1,1V21a1,1,0,0,0,2,0V11A1,1,0,0,0,5,10Zm7,8a1,1,0,0,0-1,1v2a1,1,0,0,0,2,0V19A1,1,0,0,0,12,18Zm9-8H20V3a1,1,0,0,0-2,0v7H17a1,1,0,0,0,0,2h4a1,1,0,0,0,0-2Zm-2,4a1,1,0,0,0-1,1v6a1,1,0,0,0,2,0V15A1,1,0,0,0,19,14Zm-5,0H13V3a1,1,0,0,0-2,0V14H10a1,1,0,0,0,0,2h4a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"smile beam \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M14.36,14.23a3.76,3.76,0,0,1-4.72,0,1,1,0,0,0-1.28,1.54,5.68,5.68,0,0,0,7.28,0,1,1,0,1,0-1.28-1.54ZM9.21,10.54a1,1,0,0,0,1.41,0,1,1,0,0,0,0-1.41,3.08,3.08,0,0,0-4.24,0,1,1,0,1,0,1.41,1.41A1,1,0,0,1,9.21,10.54Zm8.41-1.41a3.08,3.08,0,0,0-4.24,0,1,1,0,0,0,1.41,1.41,1,1,0,0,1,1.42,0,1,1,0,0,0,1.41,0A1,1,0,0,0,17.62,9.13ZM12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z\"/></svg></li><li title=\"smile dizzy \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M14.36,14.23a3.76,3.76,0,0,1-4.72,0,1,1,0,0,0-1.28,1.54,5.68,5.68,0,0,0,7.28,0,1,1,0,1,0-1.28-1.54ZM9,11.71l.29-.3.29.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42l-.3-.29.3-.29A1,1,0,0,0,9.54,8.29l-.29.3L9,8.29A1,1,0,1,0,7.54,9.71l.3.29-.3.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0ZM12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20ZM17,8.29a1,1,0,0,0-1.42,0l-.29.3L15,8.29a1,1,0,0,0-1.42,1.42l.3.29-.3.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l.29-.3.29.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42l-.3-.29.3-.29A1,1,0,0,0,17,8.29Z\"/></svg></li><li title=\"smile squint wink alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M9,11a1,1,0,1,0-1-1A1,1,0,0,0,9,11Zm5.16,1.21a1,1,0,0,0,.71.29,1,1,0,0,0,.71-.29,1,1,0,0,0,0-1.42L14.79,10l.79-.79a1,1,0,1,0-1.42-1.42l-1.5,1.5a1,1,0,0,0,0,1.42ZM12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Zm2.36-5.77a3.76,3.76,0,0,1-4.72,0,1,1,0,0,0-1.28,1.54,5.68,5.68,0,0,0,7.28,0,1,1,0,1,0-1.28-1.54Z\"/></svg></li><li title=\"smile squint wink \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M8.42,12.21a1,1,0,0,0,.71.29,1,1,0,0,0,.71-.29l1.5-1.5a1,1,0,0,0,0-1.42l-1.5-1.5A1,1,0,1,0,8.42,9.21l.79.79-.79.79A1,1,0,0,0,8.42,12.21Zm5.94,2a3.76,3.76,0,0,1-4.72,0,1,1,0,0,0-1.28,1.54,5.68,5.68,0,0,0,7.28,0,1,1,0,1,0-1.28-1.54ZM15,9a1,1,0,1,0,1,1A1,1,0,0,0,15,9ZM12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z\"/></svg></li><li title=\"smile wink alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M9,11a1,1,0,1,0-1-1A1,1,0,0,0,9,11Zm5.36,3.23a3.76,3.76,0,0,1-4.72,0,1,1,0,0,0-1.28,1.54,5.68,5.68,0,0,0,7.28,0,1,1,0,1,0-1.28-1.54ZM12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20ZM17.62,9.13a3.08,3.08,0,0,0-4.24,0,1,1,0,0,0,1.41,1.41,1,1,0,0,1,1.42,0,1,1,0,0,0,1.41,0A1,1,0,0,0,17.62,9.13Z\"/></svg></li><li title=\"smile wink \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M14.36,14.23a3.76,3.76,0,0,1-4.72,0,1,1,0,0,0-1.28,1.54,5.68,5.68,0,0,0,7.28,0,1,1,0,1,0-1.28-1.54ZM10.5,10A1.5,1.5,0,1,0,9,11.5,1.5,1.5,0,0,0,10.5,10ZM15,9H14a1,1,0,0,0,0,2h1a1,1,0,0,0,0-2ZM12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z\"/></svg></li><li title=\"smile \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M14.36,14.23a3.76,3.76,0,0,1-4.72,0,1,1,0,0,0-1.28,1.54,5.68,5.68,0,0,0,7.28,0,1,1,0,1,0-1.28-1.54ZM9,11a1,1,0,1,0-1-1A1,1,0,0,0,9,11Zm6-2a1,1,0,1,0,1,1A1,1,0,0,0,15,9ZM12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z\"/></svg></li><li title=\"snapchat alt \"><svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21.95117,15.61426a4.72447,4.72447,0,0,1-2.98144-2.17285,1,1,0,1,0-1.65625,1.12109,7.68775,7.68775,0,0,0,2.40234,2.334c-.13477.0254-.28125.04981-.44141.0752a1.36673,1.36673,0,0,0-1.07617,1.207,6.06237,6.06237,0,0,0-2.01465-.00391,4.64069,4.64069,0,0,0-1.958.95606,3.48426,3.48426,0,0,1-2.10352.87109h-.26074a3.485,3.485,0,0,1-2.10547-.873,4.62737,4.62737,0,0,0-1.92871-.94922,6.39,6.39,0,0,0-2.04.0039,1.3679,1.3679,0,0,0-1.0625-1.21c-.15723-.02441-.30176-.04883-.43457-.07422a6.85691,6.85691,0,0,0,1.79492-1.499,6.7141,6.7141,0,0,0,.63477-.86816.99986.99986,0,0,0-1.69532-1.06055,4.90731,4.90731,0,0,1-.44824.61621,4.252,4.252,0,0,1-2.55273,1.52832A1.22412,1.22412,0,0,0,.99121,16.85156a1.28037,1.28037,0,0,0,.11524.53321c.31543.71582,1.15527,1.168,2.78417,1.47461l.03126.12988c.02832.11816.05761.23828.09179.34765a1.28858,1.28858,0,0,0,1.27832.94532,2.59082,2.59082,0,0,0,.60254-.08692,4.66937,4.66937,0,0,1,1.58887-.0459,3.008,3.008,0,0,1,1.12305.61719A5.41315,5.41315,0,0,0,11.86133,22.002h.26074a5.44479,5.44479,0,0,0,3.27344-1.248,2.915,2.915,0,0,1,1.13183-.60938,3.48494,3.48494,0,0,1,.624-.05273,4.27087,4.27087,0,0,1,.95508.10644,3.78837,3.78837,0,0,0,.61523.06348,1.25616,1.25616,0,0,0,1.24512-.92285c.03808-.12207.06738-.23926.09472-.35449l.03125-.124c1.624-.30566,2.4668-.75488,2.76758-1.44043a1.17069,1.17069,0,0,0,.127-.47949A1.24436,1.24436,0,0,0,21.95117,15.61426ZM3.80176,11.14844a1.00451,1.00451,0,0,0,1.05664-.48438,3.13849,3.13849,0,0,0,1.27441.33789,1.79447,1.79447,0,0,0,1.26563-.499,1.00048,1.00048,0,0,0,.3164-.79l-.03613-.60156A9.90221,9.90221,0,0,1,7.835,5.5498a4.2597,4.2597,0,0,1,3.96582-2.54394l.3877-.00391a4.26391,4.26391,0,0,1,3.96,2.54688,9.9174,9.9174,0,0,1,.15625,3.56445l-.00977.16309-.02734.44336a1.028,1.028,0,0,0,.3125.77832,1.79536,1.79536,0,0,0,1.2539.50293,3.27129,3.27129,0,0,0,1.24122-.36524,1.00091,1.00091,0,0,0,.916.59864h.01758a1.00021,1.00021,0,0,0,.98242-1.01758,1.64158,1.64158,0,0,0-1.18555-1.45118,1.91432,1.91432,0,0,0-1.47656.01075,9.4713,9.4713,0,0,0-.35449-4.042,6.23557,6.23557,0,0,0-5.7959-3.73243l-.39258.00391A6.22235,6.22235,0,0,0,6.00879,4.73535a9.58634,9.58634,0,0,0-.35156,4.09473c-.03418-.01563-.07129-.0332-.11133-.05176A1.90859,1.90859,0,0,0,3.00879,9.97656,1.00153,1.00153,0,0,0,3.80176,11.14844Z\"/></svg></li><li title=\"snapchat ghost \"><svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21.79755,16.98718c-2.86621-.47223-4.15094-3.40149-4.204-3.52588l-.00544-.01172a1.07048,1.07048,0,0,1-.10223-.89758c.19251-.45361.82935-.6557,1.25134-.78967.10535-.03339.205-.065.28315-.096.76275-.30127.91784-.61316.91406-.8219a.66226.66226,0,0,0-.50134-.54358l-.00568-.00213a.9462.9462,0,0,0-.35632-.06824.7546.7546,0,0,0-.31287.06207,2.54,2.54,0,0,1-.95526.26612.82134.82134,0,0,1-.52954-.17725c.00915-.16992.02-.34522.0318-.53046l.004-.0653a10.10231,10.10231,0,0,0-.24091-4.03449,5.2482,5.2482,0,0,0-4.87311-3.1394q-.20114.0021-.4024.00378A5.23959,5.23959,0,0,0,6.92853,5.75293,10.08988,10.08988,0,0,0,6.68726,9.784q.01941.29872.036.59771a.8483.8483,0,0,1-.5838.17841,2.45322,2.45322,0,0,1-1.014-.26776.57538.57538,0,0,0-.2453-.04895.83387.83387,0,0,0-.81061.53265c-.08191.43061.5329.74256.90668.8902.079.03137.17822.0628.28308.096.42169.13385,1.05908.33606,1.25152.78985a1.07171,1.07171,0,0,1-.10223.89783l-.00537.01154a7.02828,7.02828,0,0,1-1.06915,1.66211,5.21488,5.21488,0,0,1-3.13483,1.86389.23978.23978,0,0,0-.20044.25006.38046.38046,0,0,0,.031.12964c.17578.41113,1.05822.75061,2.55182.981.13964.02161.19873.24927.28027.6222.03259.14929.06634.30426.1134.46423a.29261.29261,0,0,0,.31922.22876,2.48528,2.48528,0,0,0,.42492-.06091,5.52912,5.52912,0,0,1,1.12036-.12677,4.95367,4.95367,0,0,1,.8078.0683,3.87725,3.87725,0,0,1,1.535.78417,4.443,4.443,0,0,0,2.6897,1.06006c.03375,0,.06744-.00122.10009-.004.04114.00195.09522.004.15192.004a4.44795,4.44795,0,0,0,2.69122-1.06079,3.87269,3.87269,0,0,1,1.53351-.78332,4.97275,4.97275,0,0,1,.808-.0683,5.59252,5.59252,0,0,1,1.12037.11871,2.39142,2.39142,0,0,0,.425.05371h.02338a.279.279,0,0,0,.29547-.221c.04645-.15784.08045-.308.11389-.46131.08081-.371.1399-.59759.28009-.61926,1.494-.23078,2.37641-.56976,2.551-.97858a.38487.38487,0,0,0,.03174-.13086A.24.24,0,0,0,21.79755,16.98718Z\"/></svg></li><li title=\"snapchat square \"><svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21.97333,6.68079a6.124,6.124,0,0,0-.09876-1.074,4.37223,4.37223,0,0,0-.4057-1.24566,4.32419,4.32419,0,0,0-.83166-1.11036,4.12544,4.12544,0,0,0-1.81574-1.03607,7.36011,7.36011,0,0,0-1.92-.20483L16.89777,2H7.09906l-.00055.00989a10.48784,10.48784,0,0,0-1.10089.04925,5.243,5.243,0,0,0-1.17609.26477A4.26175,4.26175,0,0,0,2.21918,5.17023a7.33786,7.33786,0,0,0-.20484,1.9046L2.00775,16.913v.00086a9.44465,9.44465,0,0,0,.09058,1.33179,4.61631,4.61631,0,0,0,.40924,1.3457,4.30506,4.30506,0,0,0,1.20166,1.45331,3.9027,3.9027,0,0,0,1.20239.65173,6.51637,6.51637,0,0,0,1.97687.29047c.41937.00262.83844.01312,1.258.01135,3.04664-.01282,6.09333.022,9.14008-.0188a7.18977,7.18977,0,0,0,1.19879-.12738,4.06007,4.06007,0,0,0,2.00769-.97668,4.16178,4.16178,0,0,0,1.32642-2.21228,8.06159,8.06159,0,0,0,.17273-1.75019v-.11718C21.99219,16.75024,21.97491,6.81219,21.97333,6.68079ZM19.29724,15.9306c-.12787.29938-.774.54761-1.86792.71656-.10266.01586-.14593.18182-.20508.45349-.02447.11218-.04937.22216-.08343.33777a.20428.20428,0,0,1-.21631.1618h-.01715a1.74575,1.74575,0,0,1-.31122-.03937,4.09738,4.09738,0,0,0-.82037-.08685,3.63726,3.63726,0,0,0-.59162.05,2.836,2.836,0,0,0-1.12286.57354,3.25673,3.25673,0,0,1-1.97064.77674c-.04151,0-.08112-.00147-.11121-.00293-.02392.00207-.04858.00293-.0733.00293a3.25323,3.25323,0,0,1-1.96948-.77619,2.83977,2.83977,0,0,0-1.124-.57422,3.63334,3.63334,0,0,0-.59149-.05,4.04744,4.04744,0,0,0-.82031.09283,1.82073,1.82073,0,0,1-.31116.04462.21421.21421,0,0,1-.2337-.16754c-.03449-.11713-.05921-.23059-.08307-.33991-.05969-.27307-.103-.43976-.2052-.45556C5.474,16.47955,4.82782,16.231,4.69916,15.93a.27773.27773,0,0,1-.02271-.095.17561.17561,0,0,1,.14679-.1831,3.8182,3.8182,0,0,0,2.29535-1.36481,5.145,5.145,0,0,0,.7829-1.217l.004-.00842a.78492.78492,0,0,0,.07483-.65741c-.14093-.33228-.60761-.48035-.91639-.57831-.07678-.02429-.14941-.0473-.20727-.07031-.27374-.1081-.72388-.33655-.66394-.65186a.6107.6107,0,0,1,.59356-.39.42052.42052,0,0,1,.17963.03588,1.79643,1.79643,0,0,0,.74243.196.62144.62144,0,0,0,.42749-.13062q-.01207-.2189-.02636-.43768a7.38812,7.38812,0,0,1,.17663-2.95166A3.83671,3.83671,0,0,1,11.8479,5.12848l.29468-.00275a3.84306,3.84306,0,0,1,3.56824,2.29871,7.39771,7.39771,0,0,1,.17639,2.95422l-.003.04779c-.00861.13562-.01654.264-.02332.38843a.60229.60229,0,0,0,.38782.12976,1.85974,1.85974,0,0,0,.6994-.19482.55227.55227,0,0,1,.22913-.04547.69414.69414,0,0,1,.26092.04992l.00409.00159a.485.485,0,0,1,.36719.39807c.00274.15277-.11084.38117-.66937.60181-.05719.02264-.13019.04577-.20728.07025-.309.09808-.77533.24609-.91626.57818a.78359.78359,0,0,0,.07483.65723l.004.00861a4.52238,4.52238,0,0,0,3.07831,2.58172.17581.17581,0,0,1,.14678.18311A.28042.28042,0,0,1,19.29724,15.9306Z\"/></svg></li><li title=\"snow flake \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21,11H19.41l1.3-1.29a1,1,0,0,0-1.42-1.42L16.59,11H14.41l2.3-2.29a1,1,0,1,0-1.42-1.42L13,9.59V7.41l2.71-2.7a1,1,0,1,0-1.42-1.42L13,4.59V3a1,1,0,0,0-2,0V4.59L9.71,3.29A1,1,0,0,0,8.29,4.71L11,7.41V9.59L8.71,7.29A1,1,0,1,0,7.29,8.71L9.59,11H7.41L4.71,8.29A1,1,0,0,0,3.29,9.71L4.59,11H3a1,1,0,0,0,0,2H4.59l-1.3,1.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L7.41,13H9.59l-2.3,2.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L11,14.41v2.18l-2.71,2.7a1,1,0,0,0,1.42,1.42L11,19.41V21a1,1,0,0,0,2,0V19.41l1.29,1.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L13,16.59V14.41l2.29,2.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L14.41,13h2.18l2.7,2.71a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L19.41,13H21a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"snowflake alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M4.93,17.66a1,1,0,1,0,1.41,0A1,1,0,0,0,4.93,17.66ZM19.07,6.34a1,1,0,1,0-1.41,0A1,1,0,0,0,19.07,6.34Zm-12.73,0a1,1,0,1,0-1.41,0A1,1,0,0,0,6.34,6.34ZM17.66,17.66a1,1,0,1,0,1.41,0A1,1,0,0,0,17.66,17.66ZM21,11H19.41l1.3-1.29a1,1,0,0,0-1.42-1.42L16.59,11H14.41l2.3-2.29a1,1,0,1,0-1.42-1.42L13,9.59V7.41l2.71-2.7a1,1,0,1,0-1.42-1.42L13,4.59V3a1,1,0,0,0-2,0V4.59L9.71,3.29A1,1,0,0,0,8.29,4.71L11,7.41V9.59L8.71,7.29A1,1,0,1,0,7.29,8.71L9.59,11H7.41L4.71,8.29A1,1,0,0,0,3.29,9.71L4.59,11H3a1,1,0,0,0,0,2H4.59l-1.3,1.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L7.41,13H9.59l-2.3,2.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L11,14.41v2.18l-2.71,2.7a1,1,0,0,0,1.42,1.42L11,19.41V21a1,1,0,0,0,2,0V19.41l1.29,1.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L13,16.59V14.41l2.29,2.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L14.41,13h2.18l2.7,2.71a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L19.41,13H21a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"snowflake \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21.16,16.13l-2-1.15.89-.24a1,1,0,1,0-.52-1.93l-2.82.76L14,12l2.71-1.57,2.82.76.26,0a1,1,0,0,0,.26-2L19.16,9l2-1.15a1,1,0,0,0-1-1.74L18,7.37l.3-1.11a1,1,0,1,0-1.93-.52l-.82,3L13,10.27V7.14l2.07-2.07a1,1,0,0,0,0-1.41,1,1,0,0,0-1.42,0L13,4.31V2a1,1,0,0,0-2,0V4.47l-.81-.81a1,1,0,0,0-1.42,0,1,1,0,0,0,0,1.41L11,7.3v3L8.43,8.78l-.82-3a1,1,0,1,0-1.93.52L6,7.37,3.84,6.13a1,1,0,0,0-1,1.74L4.84,9,4,9.26a1,1,0,0,0,.26,2l.26,0,2.82-.76L10,12,7.29,13.57l-2.82-.76A1,1,0,1,0,4,14.74l.89.24-2,1.15a1,1,0,0,0,1,1.74L6,16.63l-.3,1.11A1,1,0,0,0,6.39,19a1.15,1.15,0,0,0,.26,0,1,1,0,0,0,1-.74l.82-3L11,13.73v3.13L8.93,18.93a1,1,0,0,0,0,1.41,1,1,0,0,0,.71.3,1,1,0,0,0,.71-.3l.65-.65V22a1,1,0,0,0,2,0V19.53l.81.81a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.41L13,16.7v-3l2.57,1.49.82,3a1,1,0,0,0,1,.74,1.15,1.15,0,0,0,.26,0,1,1,0,0,0,.71-1.23L18,16.63l2.14,1.24a1,1,0,1,0,1-1.74Z\"/></svg></li><li title=\"social distancing \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M8.5,17H5.91406l.293-.293A.99989.99989,0,0,0,4.793,15.293l-1.9997,1.99969a1.00354,1.00354,0,0,0,0,1.41468L4.793,20.707A.99989.99989,0,0,0,6.207,19.293L5.91406,19H8.5a1,1,0,0,0,0-2Zm12.70673.29266L19.207,15.293A.99989.99989,0,0,0,17.793,16.707l.293.293H15.5a1,1,0,0,0,0,2h2.58594l-.293.293A.99989.99989,0,1,0,19.207,20.707l1.9997-1.99969a1.00354,1.00354,0,0,0,0-1.41468Zm-.56647-7.52087A3.46849,3.46849,0,0,0,21.5,7.5a3.5,3.5,0,0,0-7,0,3.46849,3.46849,0,0,0,.85974,2.27179A4.98821,4.98821,0,0,0,13,14a1,1,0,0,0,2,0,3,3,0,0,1,6,0,1,1,0,0,0,2,0A4.98821,4.98821,0,0,0,20.64026,9.77179ZM18,9a1.5,1.5,0,1,1,1.5-1.5A1.50164,1.50164,0,0,1,18,9Zm-9.35974.77179A3.46849,3.46849,0,0,0,9.5,7.5a3.5,3.5,0,0,0-7,0,3.46849,3.46849,0,0,0,.85974,2.27179A4.98821,4.98821,0,0,0,1,14a1,1,0,0,0,2,0,3,3,0,0,1,6,0,1,1,0,0,0,2,0A4.98821,4.98821,0,0,0,8.64026,9.77179ZM6,9A1.5,1.5,0,1,1,7.5,7.5,1.50164,1.50164,0,0,1,6,9Z\"/></svg></li><li title=\"sort amount down \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M6.29,14.29l-.29.3V7A1,1,0,0,0,4,7v7.59l-.29-.3a1,1,0,0,0-1.42,1.42l2,2a1,1,0,0,0,.33.21.94.94,0,0,0,.76,0,1,1,0,0,0,.33-.21l2-2a1,1,0,0,0-1.42-1.42ZM11,8H21a1,1,0,0,0,0-2H11a1,1,0,0,0,0,2Zm10,3H11a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2Zm0,5H11a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"sort amount up \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M5.71,6.29a1,1,0,0,0-.33-.21,1,1,0,0,0-.76,0,1,1,0,0,0-.33.21l-2,2A1,1,0,0,0,3.71,9.71L4,9.41V17a1,1,0,0,0,2,0V9.41l.29.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42ZM11,8H21a1,1,0,0,0,0-2H11a1,1,0,0,0,0,2Zm10,8H11a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2Zm0-5H11a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"sort \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M16.29,14.29,12,18.59l-4.29-4.3a1,1,0,0,0-1.42,1.42l5,5a1,1,0,0,0,1.42,0l5-5a1,1,0,0,0-1.42-1.42ZM7.71,9.71,12,5.41l4.29,4.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42l-5-5a1,1,0,0,0-1.42,0l-5,5A1,1,0,0,0,7.71,9.71Z\"/></svg></li><li title=\"sorting \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M11.29,10.21a1,1,0,0,0,1.42,0l3-3a1,1,0,1,0-1.42-1.42L12,8.09,9.71,5.79A1,1,0,0,0,8.29,7.21Zm1.42,4.58a1,1,0,0,0-1.42,0l-3,3a1,1,0,0,0,1.42,1.42L12,16.91l2.29,2.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42Z\"/></svg></li><li title=\"space key \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21,9a1,1,0,0,0-1,1v3H4V10a1,1,0,0,0-2,0v4a1,1,0,0,0,1,1H21a1,1,0,0,0,1-1V10A1,1,0,0,0,21,9Z\"/></svg></li><li title=\"spade \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M21.06,12.28a5.69,5.69,0,0,0-1.67-4L14,2.81a2.83,2.83,0,0,0-4,0L4.61,8.23a5.69,5.69,0,0,0-1.67,4A5.7,5.7,0,0,0,8.66,18h0a6.88,6.88,0,0,1-1.23,2.37A1,1,0,0,0,8.24,22h7.52a1,1,0,0,0,.78-1.63A6.84,6.84,0,0,1,15.31,18a5.69,5.69,0,0,0,5.75-5.71ZM18,14.91a3.78,3.78,0,0,1-3.66.95,1,1,0,0,0-.17,0l-.2,0h0a1.41,1.41,0,0,0-.22.06l-.15,0a.69.69,0,0,0-.13.11.75.75,0,0,0-.17.14.6.6,0,0,1-.06.11,2.53,2.53,0,0,0-.12.23v0a1.1,1.1,0,0,0,0,.18c0,.06,0,.12,0,.18v0h0A8.84,8.84,0,0,0,13.94,20H10.06A8.62,8.62,0,0,0,10.94,17h0v0c0-.06,0-.12,0-.19a1.1,1.1,0,0,0,0-.18h0a1.12,1.12,0,0,0-.13-.24.53.53,0,0,0-.06-.1.54.54,0,0,0-.16-.14,1.27,1.27,0,0,0-.13-.11l-.14,0a.88.88,0,0,0-.23-.07h0l-.19,0a1.1,1.1,0,0,0-.18,0A3.81,3.81,0,0,1,6,14.91a3.75,3.75,0,0,1-1.09-2.63A3.69,3.69,0,0,1,6,9.65l5.4-5.42a.81.81,0,0,1,1.13,0L18,9.65a3.69,3.69,0,0,1,1.09,2.63A3.78,3.78,0,0,1,18,14.91Z\"/></svg></li><li title=\"sperms \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M11.06,20.1a2,2,0,0,1-.65-.48,2.47,2.47,0,0,1-.67-1.14,4.19,4.19,0,0,0-1.31-2.06,3.57,3.57,0,0,0-1-3.28,3.28,3.28,0,0,0-4.59-.35,3.29,3.29,0,0,0,.35,4.6A3.87,3.87,0,0,0,5.4,18.51l.36,0a2.85,2.85,0,0,0,1.53-.44A2.05,2.05,0,0,1,7.8,19,4.46,4.46,0,0,0,9,21a4.27,4.27,0,0,0,1.2.88,1,1,0,0,0,.44.1,1,1,0,0,0,.44-1.9ZM6.32,16.33a.86.86,0,0,1-.7.19A1.8,1.8,0,0,1,4.56,16c-.57-.56-.73-1.39-.36-1.77a.82.82,0,0,1,.56-.2A1.8,1.8,0,0,1,6,14.56a1.8,1.8,0,0,1,.55,1.06A.86.86,0,0,1,6.32,16.33Zm15-6.12a2.17,2.17,0,0,1-.91-.59,2.47,2.47,0,0,1-.67-1.14,4.19,4.19,0,0,0-1.31-2.06,3.57,3.57,0,0,0-1.05-3.28,3.28,3.28,0,0,0-4.59-.35,3.29,3.29,0,0,0,.35,4.6A3.87,3.87,0,0,0,15.4,8.51l.36,0a2.85,2.85,0,0,0,1.53-.44A2.05,2.05,0,0,1,17.8,9,4.54,4.54,0,0,0,19,11a4.36,4.36,0,0,0,1.7,1.08,1.25,1.25,0,0,0,.32.05,1,1,0,0,0,.95-.68A1,1,0,0,0,21.32,10.21Zm-5-3.88a.86.86,0,0,1-.7.19A1.8,1.8,0,0,1,14.56,6c-.57-.56-.73-1.39-.36-1.77a.82.82,0,0,1,.56-.2A1.8,1.8,0,0,1,16,4.56a1.8,1.8,0,0,1,.55,1.06A.86.86,0,0,1,16.32,6.33Zm5.39,14.12a4.45,4.45,0,0,0-3.23-3.23,3.18,3.18,0,0,1-1.39-.82,2.93,2.93,0,0,1-.8-1.38A4.65,4.65,0,0,0,13,11.77a2.92,2.92,0,0,1-1.38-.8,3,3,0,0,1-.81-1.39,4.68,4.68,0,0,0-1-1.86A3.94,3.94,0,0,0,10,6.22a4.75,4.75,0,0,0-1.4-2.8A4.78,4.78,0,0,0,5.78,2,3.43,3.43,0,0,0,3,3,3.43,3.43,0,0,0,2,5.78a4.75,4.75,0,0,0,1.4,2.8A4.78,4.78,0,0,0,6.22,10l.43,0a3.39,3.39,0,0,0,2-.6,2.64,2.64,0,0,1,.31.71,5.12,5.12,0,0,0,3.6,3.59,2.61,2.61,0,0,1,1.83,1.84,5.11,5.11,0,0,0,3.6,3.6A2.57,2.57,0,0,1,19.79,21a2.8,2.8,0,0,0,.16.46,1,1,0,0,0,.88.54,1.21,1.21,0,0,0,.44-.1,1,1,0,0,0,.48-1.33S21.72,20.47,21.71,20.45ZM7.64,7.64c-.64.63-1.92.41-2.81-.47A2.78,2.78,0,0,1,4,5.56a1.47,1.47,0,0,1,.35-1.2,1.39,1.39,0,0,1,1-.36,2.71,2.71,0,0,1,1.83.83A2.78,2.78,0,0,1,8,6.44,1.47,1.47,0,0,1,7.64,7.64Z\"/></svg></li><li title=\"spin \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M13,3a7,7,0,0,0,0,14A5,5,0,0,0,13,7a3,3,0,0,0,0,6,1,1,0,0,0,0-2,1,1,0,0,1,0-2,3,3,0,0,1,0,6A5,5,0,0,1,13,5a7,7,0,0,1,0,14,9,9,0,0,1-9-9,1,1,0,0,0-2,0A11,11,0,0,0,13,21,9,9,0,0,0,13,3Z\"/></svg></li><li title=\"spinner alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M6.8042,15A.99956.99956,0,0,0,5.438,14.63379l-1.73242,1a1.00016,1.00016,0,0,0,1,1.73242l1.73242-1A1.00073,1.00073,0,0,0,6.8042,15ZM3.70557,8.36621l1.73242,1a1.00016,1.00016,0,1,0,1-1.73242l-1.73242-1a1.00016,1.00016,0,0,0-1,1.73242ZM6,12a1,1,0,0,0-1-1H3a1,1,0,0,0,0,2H5A1,1,0,0,0,6,12ZM17.1958,9a1.0006,1.0006,0,0,0,1.36621.36621l1.73242-1a1.00016,1.00016,0,1,0-1-1.73242l-1.73242,1A1.00073,1.00073,0,0,0,17.1958,9ZM15,6.8042A1.0006,1.0006,0,0,0,16.36621,6.438l1-1.73242a1.00016,1.00016,0,1,0-1.73242-1l-1,1.73242A1.00073,1.00073,0,0,0,15,6.8042Zm5.29443,8.82959-1.73242-1a1.00016,1.00016,0,1,0-1,1.73242l1.73242,1a1.00016,1.00016,0,0,0,1-1.73242ZM16.36621,17.562a1.00016,1.00016,0,1,0-1.73242,1l1,1.73242a1.00016,1.00016,0,1,0,1.73242-1ZM21,11H19a1,1,0,0,0,0,2h2a1,1,0,0,0,0-2Zm-9,7a1,1,0,0,0-1,1v2a1,1,0,0,0,2,0V19A1,1,0,0,0,12,18Zm-3-.8042a.99954.99954,0,0,0-1.36621.36621l-1,1.73242a1.00016,1.00016,0,0,0,1.73242,1l1-1.73242A1.00073,1.00073,0,0,0,9,17.1958ZM12,2a1,1,0,0,0-1,1V5a1,1,0,0,0,2,0V3A1,1,0,0,0,12,2Z\"/></svg></li><li title=\"spinner \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M5.1,16c-0.3-0.5-0.9-0.6-1.4-0.4c-0.5,0.3-0.6,0.9-0.4,1.4c0.3,0.5,0.9,0.6,1.4,0.4C5.2,17.1,5.3,16.5,5.1,16C5.1,16,5.1,16,5.1,16z M4.7,6.6C4.2,6.4,3.6,6.5,3.3,7C3.1,7.5,3.2,8.1,3.7,8.4C4.2,8.6,4.8,8.5,5.1,8C5.3,7.5,5.2,6.9,4.7,6.6z M20.3,8.4c0.5-0.3,0.6-0.9,0.4-1.4c-0.3-0.5-0.9-0.6-1.4-0.4c-0.5,0.3-0.6,0.9-0.4,1.4C19.2,8.5,19.8,8.6,20.3,8.4z M4,12c0-0.6-0.4-1-1-1s-1,0.4-1,1s0.4,1,1,1S4,12.6,4,12z M7.2,18.8c-0.5,0.1-0.9,0.7-0.7,1.2c0.1,0.5,0.7,0.9,1.2,0.7c0.5-0.1,0.9-0.7,0.7-1.2C8.3,19,7.8,18.7,7.2,18.8z M21,11c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S21.6,11,21,11z M20.3,15.6c-0.5-0.3-1.1-0.1-1.4,0.4c-0.3,0.5-0.1,1.1,0.4,1.4c0.5,0.3,1.1,0.1,1.4-0.4c0,0,0,0,0,0C20.9,16.5,20.8,15.9,20.3,15.6z M17,3.3c-0.5-0.3-1.1-0.1-1.4,0.4c-0.3,0.5-0.1,1.1,0.4,1.4c0.5,0.3,1.1,0.1,1.4-0.4c0,0,0,0,0,0C17.6,4.2,17.5,3.6,17,3.3z M16.8,18.8c-0.5-0.1-1.1,0.2-1.2,0.7c-0.1,0.5,0.2,1.1,0.7,1.2c0.5,0.1,1.1-0.2,1.2-0.7C17.6,19.5,17.3,19,16.8,18.8z M12,20c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S12.6,20,12,20z M12,2c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S12.6,2,12,2z\"/></svg></li><li title=\"square full \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21,2H3A1,1,0,0,0,2,3V21a1,1,0,0,0,1,1H21a1,1,0,0,0,1-1V3A1,1,0,0,0,21,2ZM20,20H4V4H20Z\"/></svg></li><li title=\"square shape \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M17,2H7A5,5,0,0,0,2,7V17a5,5,0,0,0,5,5H17a5,5,0,0,0,5-5V7A5,5,0,0,0,17,2Zm3,15a3,3,0,0,1-3,3H7a3,3,0,0,1-3-3V7A3,3,0,0,1,7,4H17a3,3,0,0,1,3,3Z\"/></svg></li><li title=\"square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21,2H3A1,1,0,0,0,2,3V21a1,1,0,0,0,1,1H21a1,1,0,0,0,1-1V3A1,1,0,0,0,21,2ZM20,20H4V4H20Z\"/></svg></li><li title=\"squint \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M15,14H9a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2ZM9.08,12.21l1.5-1.5a1,1,0,0,0,0-1.42l-1.5-1.5A1,1,0,0,0,7.66,9.21l.8.79-.8.79a1,1,0,0,0,0,1.42,1,1,0,0,0,.71.29A1,1,0,0,0,9.08,12.21ZM12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20ZM16.58,7.79a1,1,0,0,0-1.42,0l-1.5,1.5a1,1,0,0,0,0,1.42l1.5,1.5a1,1,0,0,0,.71.29,1,1,0,0,0,.71-.29,1,1,0,0,0,0-1.42L15.79,10l.79-.79A1,1,0,0,0,16.58,7.79Z\"/></svg></li><li title=\"star half alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M22,9.67A1,1,0,0,0,21.14,9l-5.69-.83L12.9,3a1,1,0,0,0-1.8,0L8.55,8.16,2.86,9a1,1,0,0,0-.81.68,1,1,0,0,0,.25,1l4.13,4-1,5.68A1,1,0,0,0,6.9,21.44L12,18.77l5.1,2.67a.93.93,0,0,0,.46.12,1,1,0,0,0,.59-.19,1,1,0,0,0,.4-1l-1-5.68,4.13-4A1,1,0,0,0,22,9.67ZM11,17l-3.23,1.7.72-4.2a1,1,0,0,0-.29-.88l-3-3,4.21-.61a1,1,0,0,0,.76-.55L11,7.73Zm4.8-3.38a1,1,0,0,0-.29.88l.72,4.2L13,17V7.73l.88,1.79a1,1,0,0,0,.76.55l4.21.61Z\"/></svg></li><li title=\"star \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M22,9.67A1,1,0,0,0,21.14,9l-5.69-.83L12.9,3a1,1,0,0,0-1.8,0L8.55,8.16,2.86,9a1,1,0,0,0-.81.68,1,1,0,0,0,.25,1l4.13,4-1,5.68a1,1,0,0,0,.4,1,1,1,0,0,0,1.05.07L12,18.76l5.1,2.68a.93.93,0,0,0,.46.12,1,1,0,0,0,.59-.19,1,1,0,0,0,.4-1l-1-5.68,4.13-4A1,1,0,0,0,22,9.67Zm-6.15,4a1,1,0,0,0-.29.89l.72,4.19-3.76-2a1,1,0,0,0-.94,0l-3.76,2,.72-4.19a1,1,0,0,0-.29-.89l-3-3,4.21-.61a1,1,0,0,0,.76-.55L12,5.7l1.88,3.82a1,1,0,0,0,.76.55l4.21.61Z\"/></svg></li><li title=\"step backward alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19,3a3,3,0,0,0-3,3V18a3,3,0,0,0,6,0V6A3,3,0,0,0,19,3Zm1,15a1,1,0,0,1-2,0V6a1,1,0,0,1,2,0ZM12.63,5.63a2.6,2.6,0,0,0-2.64,0l-6.67,4a2.75,2.75,0,0,0,0,4.7l6.67,4a2.57,2.57,0,0,0,2.64,0A2.74,2.74,0,0,0,14,16V8A2.74,2.74,0,0,0,12.63,5.63ZM12,16a.72.72,0,0,1-.36.64.61.61,0,0,1-.63,0l-6.66-4a.76.76,0,0,1,0-1.28l6.66-4a.63.63,0,0,1,.32-.09.64.64,0,0,1,.31.08A.72.72,0,0,1,12,8Z\"/></svg></li><li title=\"step backward circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M15.5,7.38a2,2,0,0,0-2,0l-4,2.31V8a1,1,0,0,0-2,0v8a1,1,0,0,0,2,0V14.31l4,2.31a2,2,0,0,0,2,0,2,2,0,0,0,1-1.73V9.11A2,2,0,0,0,15.5,7.38Zm-1,7.51L9.5,12h0l5-2.89ZM12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z\"/></svg></li><li title=\"step backward \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M20.28,3.43a3.23,3.23,0,0,0-3.29,0L8,8.84V6A3,3,0,0,0,2,6V18a3,3,0,0,0,6,0V15.16l9,5.37a3.28,3.28,0,0,0,1.68.47,3.24,3.24,0,0,0,1.61-.43,3.38,3.38,0,0,0,1.72-3V6.42A3.38,3.38,0,0,0,20.28,3.43ZM6,18a1,1,0,0,1-2,0V6A1,1,0,0,1,6,6Zm14-.42a1.4,1.4,0,0,1-.71,1.25,1.23,1.23,0,0,1-1.28,0L8.68,13.23a1.45,1.45,0,0,1,0-2.46L18,5.19A1.23,1.23,0,0,1,18.67,5a1.29,1.29,0,0,1,.62.17A1.4,1.4,0,0,1,20,6.42Z\"/></svg></li><li title=\"step forward \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M8.71,7.29A1,1,0,1,0,7.29,8.71L10.59,12l-3.3,3.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l4-4a1,1,0,0,0,0-1.42ZM16,7a1,1,0,0,0-1,1v8a1,1,0,0,0,2,0V8A1,1,0,0,0,16,7Z\"/></svg></li><li title=\"stethoscope alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M19,8a2.99253,2.99253,0,0,0-1,5.81567V15.5a4.5,4.5,0,0,1-9,0V14.48047l3.124-2.49854A4.976,4.976,0,0,0,14,8.07764V3a1,1,0,0,0-1-1H11a1,1,0,0,0,0,2h1V8.07764a2.98608,2.98608,0,0,1-1.12549,2.34277L8,12.71924,5.126,10.42041A2.985,2.985,0,0,1,4,8.07764V4H5A1,1,0,0,0,5,2H3A1,1,0,0,0,2,3V8.07764a4.975,4.975,0,0,0,1.87646,3.90429L7,14.48041V15.5a6.5,6.5,0,0,0,13,0V13.81573A2.99257,2.99257,0,0,0,19,8Zm0,4a1,1,0,1,1,1-1A1.0013,1.0013,0,0,1,19,12Z\"/></svg></li><li title=\"stethoscope \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M19,8a2.99253,2.99253,0,0,0-1,5.81567V15.5a4.5,4.5,0,0,1-9,0v-.59033A6.00448,6.00448,0,0,0,14,9V3a1,1,0,0,0-1-1H11a1,1,0,0,0,0,2h1V9A4,4,0,0,1,4,9V4H5A1,1,0,0,0,5,2H3A1,1,0,0,0,2,3V9a6.00448,6.00448,0,0,0,5,5.90967V15.5a6.5,6.5,0,0,0,13,0V13.81573A2.99257,2.99257,0,0,0,19,8Zm0,4a1,1,0,1,1,1-1A1.0013,1.0013,0,0,1,19,12Z\"/></svg></li><li title=\"stop circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M15,8H9A1,1,0,0,0,8,9v6a1,1,0,0,0,1,1h6a1,1,0,0,0,1-1V9A1,1,0,0,0,15,8Zm-1,6H10V10h4ZM12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z\"/></svg></li><li title=\"stopwatch slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M10.6,5.63a1,1,0,0,0,.36,2,6.18,6.18,0,0,1,1-.09,6,6,0,0,1,6,6,6.18,6.18,0,0,1-.09,1,1,1,0,0,0,.8,1.16l.18,0a1,1,0,0,0,1-.82A7.45,7.45,0,0,0,20,13.5a8,8,0,0,0-1.7-4.91l.91-.9a1,1,0,0,0-1.42-1.42l-.9.91A8,8,0,0,0,12,5.5,7.45,7.45,0,0,0,10.6,5.63ZM10,4.5h4a1,1,0,0,0,0-2H10a1,1,0,0,0,0,2Zm3.49,9.08s0-.05,0-.08,0-.05,0-.08l1.34-1.33a1,1,0,1,0-1.42-1.42L12.08,12h-.16L5.71,5.79A1,1,0,0,0,4.29,7.21l.48.48h0l.91.91A8,8,0,0,0,16.9,19.82l1.39,1.39a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42ZM12,19.5A6,6,0,0,1,7.11,10l3.4,3.39s0,.05,0,.08A1.5,1.5,0,0,0,12,15h.08l3.39,3.4A6,6,0,0,1,12,19.5Z\"/></svg></li><li title=\"stopwatch \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M18.3,8.59l.91-.9a1,1,0,0,0-1.42-1.42l-.9.91a8,8,0,0,0-9.79,0l-.91-.92A1,1,0,0,0,4.77,7.69l.92.91A7.92,7.92,0,0,0,4,13.5,8,8,0,1,0,18.3,8.59ZM12,19.5a6,6,0,1,1,6-6A6,6,0,0,1,12,19.5Zm-2-15h4a1,1,0,0,0,0-2H10a1,1,0,0,0,0,2Zm3,6a1,1,0,0,0-2,0v1.89a1.5,1.5,0,1,0,2,0Z\"/></svg></li><li title=\"store alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M22,2H2A1,1,0,0,0,1,3V7A3,3,0,0,0,3,9.82V21a1,1,0,0,0,1,1H20a1,1,0,0,0,1-1V9.82A3,3,0,0,0,23,7V3A1,1,0,0,0,22,2ZM15,4h2V7a1,1,0,0,1-2,0ZM11,4h2V7a1,1,0,0,1-2,0ZM7,4H9V7A1,1,0,0,1,7,7ZM4,8A1,1,0,0,1,3,7V4H5V7A1,1,0,0,1,4,8ZM14,20H10V16a2,2,0,0,1,4,0Zm5,0H16V16a4,4,0,0,0-8,0v4H5V9.82a3.17,3.17,0,0,0,1-.6,3,3,0,0,0,4,0,3,3,0,0,0,4,0,3,3,0,0,0,4,0,3.17,3.17,0,0,0,1,.6ZM21,7a1,1,0,0,1-2,0V4h2Z\"/></svg></li><li title=\"store slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M8.7002,4h9.62255l1.66163,4.15436A1.995,1.995,0,0,1,16,8a1,1,0,0,0-2,0,1.82572,1.82572,0,0,1-.13428.7085.99968.99968,0,0,0,.543,1.30566.94684.94684,0,0,0,.17438.03485A3.988,3.988,0,0,0,18,12v1.2998a1,1,0,0,0,2,0V11.44354A3.98539,3.98539,0,0,0,21.99609,8.0387c.00037-.00934.00263-.018.00275-.02741L22,8a.949.949,0,0,0-.03455-.171.95216.95216,0,0,0-.03674-.20062l-2-5A1.00073,1.00073,0,0,0,19,2H8.7002a1,1,0,1,0,0,2ZM22.707,21.293l-2.9331-2.93311a.94279.94279,0,0,0-.15363-.15362L9.67,8.256a.97257.97257,0,0,0-.20629-.2063L5.18219,3.76813a.9629.9629,0,0,0-.12793-.12793L2.707,1.293A.99989.99989,0,0,0,1.293,2.707L3.25653,4.67059,2.07867,7.61066l-.00012.0003-.00677.017a.953.953,0,0,0-.03473.18854A.94823.94823,0,0,0,2,8l.00116.01154.0025.02441A3.98555,3.98555,0,0,0,4,11.44354V21a1,1,0,0,0,1,1H19a.99324.99324,0,0,0,.93042-.65552L21.293,22.707A.99989.99989,0,0,0,22.707,21.293ZM4.01556,8.15375l.7782-1.94593L7.67,9.08405A1.97241,1.97241,0,0,1,6,10,1.99575,1.99575,0,0,1,4.01556,8.15375ZM9,15v5H6V12a3.96371,3.96371,0,0,0,3.10217-1.48376L12.58594,14H10A1,1,0,0,0,9,15Zm4,5H11V16h2Zm5,0H15V16.41406l3,3Z\"/></svg></li><li title=\"store \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M22,7.82a1.25,1.25,0,0,0,0-.19v0h0l-2-5A1,1,0,0,0,19,2H5a1,1,0,0,0-.93.63l-2,5h0v0a1.25,1.25,0,0,0,0,.19A.58.58,0,0,0,2,8H2V8a4,4,0,0,0,2,3.4V21a1,1,0,0,0,1,1H19a1,1,0,0,0,1-1V11.44A4,4,0,0,0,22,8V8h0A.58.58,0,0,0,22,7.82ZM13,20H11V16h2Zm5,0H15V15a1,1,0,0,0-1-1H10a1,1,0,0,0-1,1v5H6V12a4,4,0,0,0,3-1.38,4,4,0,0,0,6,0A4,4,0,0,0,18,12Zm0-10a2,2,0,0,1-2-2,1,1,0,0,0-2,0,2,2,0,0,1-4,0A1,1,0,0,0,8,8a2,2,0,0,1-4,.15L5.68,4H18.32L20,8.15A2,2,0,0,1,18,10Z\"/></svg></li><li title=\"streering \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M12,12a1,1,0,1,0,1,1A1,1,0,0,0,12,12Zm9.71-2.36a0,0,0,0,1,0,0,10,10,0,0,0-19.4,0,0,0,0,0,1,0,0,9.75,9.75,0,0,0,0,4.72,0,0,0,0,1,0,0A10,10,0,0,0,9.61,21.7h0a9.67,9.67,0,0,0,4.7,0h0a10,10,0,0,0,7.31-7.31,0,0,0,0,1,0,0,9.75,9.75,0,0,0,0-4.72ZM12,4a8,8,0,0,1,7.41,5H4.59A8,8,0,0,1,12,4ZM4,12a8.26,8.26,0,0,1,.07-1H6v2H4.07A8.26,8.26,0,0,1,4,12Zm5,7.41A8,8,0,0,1,4.59,15H7a2,2,0,0,1,2,2Zm4,.52A8.26,8.26,0,0,1,12,20a8.26,8.26,0,0,1-1-.07V18h2ZM13.14,16H10.86A4,4,0,0,0,8,13.14V11h8v2.14A4,4,0,0,0,13.14,16ZM15,19.41V17a2,2,0,0,1,2-2h2.41A8,8,0,0,1,15,19.41ZM19.93,13H18V11h1.93A8.26,8.26,0,0,1,20,12,8.26,8.26,0,0,1,19.93,13Z\"/></svg></li><li title=\"stretcher \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M18,4.5h3a1,1,0,0,0,0-2H18a1,1,0,0,0,0,2Zm3,2H3a1,1,0,0,0-1,1v4a1,1,0,0,0,1,1H4.55l5.11,2.56L7.08,16.35A3,3,0,0,0,5,15.5a3,3,0,1,0,3,3,2.2,2.2,0,0,0,0-.36l3.94-2L16,18.24a2.3,2.3,0,0,0,0,.26,3,3,0,1,0,3-3,3,3,0,0,0-2.15.92l-2.72-1.36,5.11-2.56H21a1,1,0,0,0,1-1v-4A1,1,0,0,0,21,6.5ZM5,19.5a1,1,0,1,1,1-1A1,1,0,0,1,5,19.5Zm14-2a1,1,0,1,1-1,1A1,1,0,0,1,19,17.5Zm-7.1-3.56L9,12.5h5.75ZM20,10.5H4v-2H20Z\"/></svg></li><li title=\"subject \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M13,16H3a1,1,0,0,0,0,2H13a1,1,0,0,0,0-2ZM3,8H21a1,1,0,0,0,0-2H3A1,1,0,0,0,3,8Zm18,3H3a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"subway alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M15,17h1a1,1,0,0,0,0-2H15a1,1,0,0,0,0,2Zm6,0V9a3,3,0,0,0-3-3H13V4h4a1,1,0,0,0,0-2H7A1,1,0,0,0,7,4h4V6H6A3,3,0,0,0,3,9v8a3,3,0,0,0,1.2,2.39l-.91.9a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L6.41,20H17.59l1.7,1.71a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42l-.91-.9A3,3,0,0,0,21,17ZM5,9A1,1,0,0,1,6,8h5v4H5Zm14,8a1,1,0,0,1-1,1H6a1,1,0,0,1-1-1V14H19Zm0-5H13V8h5a1,1,0,0,1,1,1ZM8,17H9a1,1,0,0,0,0-2H8a1,1,0,0,0,0,2Z\"/></svg></li><li title=\"subway \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M16,17a1,1,0,0,0,1-1,1.36,1.36,0,0,0,0-.2.64.64,0,0,0-.06-.18.76.76,0,0,0-.09-.18l-.12-.15a1.15,1.15,0,0,0-.33-.21,1,1,0,0,0-.76,0,1.15,1.15,0,0,0-.33.21l-.12.15a.76.76,0,0,0-.09.18.64.64,0,0,0-.06.18,1.36,1.36,0,0,0,0,.2,1,1,0,0,0,1,1ZM18,2H6A3,3,0,0,0,3,5V17a3,3,0,0,0,1.2,2.39l-.91.9a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L6.41,20H17.59l1.7,1.71a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42l-.91-.9A3,3,0,0,0,21,17V5A3,3,0,0,0,18,2ZM5,8h6v4H5Zm14,9a1,1,0,0,1-1,1H6a1,1,0,0,1-1-1V14H19Zm0-5H13V8h6Zm0-6H5V5A1,1,0,0,1,6,4H18a1,1,0,0,1,1,1ZM8,17a1,1,0,0,0,1-1,1.36,1.36,0,0,0,0-.2.64.64,0,0,0-.06-.18.76.76,0,0,0-.09-.18l-.12-.15a1.15,1.15,0,0,0-.33-.21,1,1,0,0,0-.76,0,1.15,1.15,0,0,0-.33.21l-.12.15a.76.76,0,0,0-.09.18A.64.64,0,0,0,7,15.8,1.36,1.36,0,0,0,7,16a1,1,0,0,0,.29.7A1,1,0,0,0,8,17Z\"/></svg></li><li title=\"suitcase alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19,6H16V5a2,2,0,0,0-2-2H10A2,2,0,0,0,8,5V6H5A3,3,0,0,0,2,9v9a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V9A3,3,0,0,0,19,6ZM10,5h4V6H10ZM20,18a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V13H8v1a1,1,0,0,0,2,0V13h4v1a1,1,0,0,0,2,0V13h4Zm0-7H4V9A1,1,0,0,1,5,8H19a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"suitcase \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19,6.5H16v-1a3,3,0,0,0-3-3H11a3,3,0,0,0-3,3v1H5a3,3,0,0,0-3,3v9a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3v-9A3,3,0,0,0,19,6.5Zm-9-1a1,1,0,0,1,1-1h2a1,1,0,0,1,1,1v1H10Zm10,13a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V13.45H7V14.5a1,1,0,0,0,2,0V13.45h6V14.5a1,1,0,0,0,2,0V13.45h3Zm0-7H4V9.5a1,1,0,0,1,1-1H19a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"sun \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M5.64,17l-.71.71a1,1,0,0,0,0,1.41,1,1,0,0,0,1.41,0l.71-.71A1,1,0,0,0,5.64,17ZM5,12a1,1,0,0,0-1-1H3a1,1,0,0,0,0,2H4A1,1,0,0,0,5,12Zm7-7a1,1,0,0,0,1-1V3a1,1,0,0,0-2,0V4A1,1,0,0,0,12,5ZM5.64,7.05a1,1,0,0,0,.7.29,1,1,0,0,0,.71-.29,1,1,0,0,0,0-1.41l-.71-.71A1,1,0,0,0,4.93,6.34Zm12,.29a1,1,0,0,0,.7-.29l.71-.71a1,1,0,1,0-1.41-1.41L17,5.64a1,1,0,0,0,0,1.41A1,1,0,0,0,17.66,7.34ZM21,11H20a1,1,0,0,0,0,2h1a1,1,0,0,0,0-2Zm-9,8a1,1,0,0,0-1,1v1a1,1,0,0,0,2,0V20A1,1,0,0,0,12,19ZM18.36,17A1,1,0,0,0,17,18.36l.71.71a1,1,0,0,0,1.41,0,1,1,0,0,0,0-1.41ZM12,6.5A5.5,5.5,0,1,0,17.5,12,5.51,5.51,0,0,0,12,6.5Zm0,9A3.5,3.5,0,1,1,15.5,12,3.5,3.5,0,0,1,12,15.5Z\"/></svg></li><li title=\"sunset \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M17.66,8.34a1,1,0,0,0,.7-.29l.71-.71a1,1,0,1,0-1.41-1.41L17,6.64a1,1,0,0,0,0,1.41A1,1,0,0,0,17.66,8.34ZM12,6a1,1,0,0,0,1-1V4a1,1,0,0,0-2,0V5A1,1,0,0,0,12,6ZM4,12H3a1,1,0,0,0,0,2H4a1,1,0,0,0,0-2ZM5.64,8.05a1,1,0,0,0,.7.29,1,1,0,0,0,.71-.29,1,1,0,0,0,0-1.41l-.71-.71A1,1,0,0,0,4.93,7.34ZM21,12H20a1,1,0,0,0,0,2h1a1,1,0,0,0,0-2ZM11,19H8a1,1,0,0,0,0,2h3a1,1,0,0,0,0-2Zm7-4h-.88a5.39,5.39,0,0,0,.38-2,5.5,5.5,0,0,0-11,0,5.39,5.39,0,0,0,.38,2H6a1,1,0,0,0,0,2H18a1,1,0,0,0,0-2Zm-3.15,0H9.15a3.44,3.44,0,0,1-.65-2,3.5,3.5,0,0,1,7,0A3.44,3.44,0,0,1,14.85,15ZM16,19H15a1,1,0,0,0,0,2h1a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"surprise \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20ZM10,9a1,1,0,1,0-1,1A1,1,0,0,0,10,9Zm5-1a1,1,0,1,0,1,1A1,1,0,0,0,15,8Zm-3,3a3.39,3.39,0,0,0-3.25,3.5A3.39,3.39,0,0,0,12,18a3.39,3.39,0,0,0,3.25-3.5A3.39,3.39,0,0,0,12,11Zm0,5a1.39,1.39,0,0,1-1.25-1.5A1.39,1.39,0,0,1,12,13a1.39,1.39,0,0,1,1.25,1.5A1.39,1.39,0,0,1,12,16Z\"/></svg></li><li title=\"swatchbook \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M7,16a1,1,0,1,0,1,1A1,1,0,0,0,7,16Zm12.06-4,1.23-1.23a3,3,0,0,0,0-4.24L17.46,3.71a3,3,0,0,0-4.24,0L12,4.94A3,3,0,0,0,9,2H5A3,3,0,0,0,2,5V19a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V15A3,3,0,0,0,19.06,12ZM10,19a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V5A1,1,0,0,1,5,4H9a1,1,0,0,1,1,1ZM12,7.76l2.64-2.64a1,1,0,0,1,1.41,0L18.88,8a1,1,0,0,1,0,1.41L16,12.29h0L12,16.24ZM20,19a1,1,0,0,1-1,1H11.82a3.12,3.12,0,0,0,.17-.92L17.07,14H19a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"swiggy \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M12.878,5.92841a.297.297,0,0,1,.31378.335c.002.09192.00348.18384.0036.27575.00061.59241-.00238,1.18488.00208,1.77723.00329.43353.07947.517.49939.56909a14.83182,14.83182,0,0,0,3.14795-.04578,4.94837,4.94837,0,0,0,1.57287-.37384.50722.50722,0,0,0,.34461-.60242,6.83113,6.83113,0,0,0-5.3432-5.71106,6.60826,6.60826,0,0,0-3.64844.243A6.718,6.718,0,0,0,7.07709,4.147,6.27211,6.27211,0,0,0,5.23022,8.43164,11.18781,11.18781,0,0,0,6.7558,13.9494a1.34216,1.34216,0,0,0,1.32989.74726c.65332-.01569,1.30732-.00354,1.96106-.00354v-.00348q1.04187,0,2.08368.00048c.24927.00055.44654.06012.44458.37226-.00458.72522.00067,1.45044-.00335,2.1756-.00129.22015-.06324.432-.32612.43408-.26391.00207-.32641-.20893-.32971-.42951-.00512-.34716.00019-.69452.00061-1.04174.00049-.45105-.07342-.55677-.52319-.639a7.70231,7.70231,0,0,0-2.348-.0199,2.5959,2.5959,0,0,0-.80054.19476c-.21185.09973-.29608.24506-.19318.46729.10706.23126.20691.46728.3332.68786a43.875,43.875,0,0,0,3.42651,4.95569c.15393.19947.27313.20362.43109.0105.34869-.42639.71491-.83856,1.05994-1.26788a34.22649,34.22649,0,0,0,3.57635-5.25989,14.17129,14.17129,0,0,0,1.49451-3.87146A1.20324,1.20324,0,0,0,17.36145,9.824,6.94268,6.94268,0,0,0,15.691,9.66235c-.909-.00677-1.81812-.00348-2.72717-.00268-.24481.00024-.42688-.07007-.42707-.3573-.00048-1.01117-.00183-2.0224.00184-3.03351C12.53943,6.053,12.64349,5.92041,12.878,5.92841Z\"/></svg></li><li title=\"swimmer \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M17,9.28a2,2,0,1,0-2-2A2,2,0,0,0,17,9.28ZM2.71,13.92a3,3,0,0,1,.57.25,4.06,4.06,0,0,0,4.1,0,2.62,2.62,0,0,1,2.56,0l.21.1,0,0a4.14,4.14,0,0,0,3.87-.13,2.62,2.62,0,0,1,2.56,0,4.25,4.25,0,0,0,2.08.56,4,4,0,0,0,2-.56,3,3,0,0,1,.57-.25A1,1,0,1,0,20.71,12a4.82,4.82,0,0,0-1,.44,2.1,2.1,0,0,1-2.1,0,4.62,4.62,0,0,0-4.54,0,2.52,2.52,0,0,1-.29.12L14.34,11a.75.75,0,0,0,.09-.15,1,1,0,0,0,.12-.16,1.29,1.29,0,0,0,0-.19,1.06,1.06,0,0,0,0-.19,1.13,1.13,0,0,0,0-.18,1.06,1.06,0,0,0,0-.19,1.51,1.51,0,0,0-.1-.17.7.7,0,0,0-.1-.16L11.28,6.28s0,0,0,0A1.1,1.1,0,0,0,11,6.06a.8.8,0,0,0-.21,0,.53.53,0,0,0-.17,0A.89.89,0,0,0,10.2,6L6.66,7.32a1,1,0,0,0-.6,1.28,1,1,0,0,0,1.28.6l2.93-1.07,2,2.12-1.9,1.9a4.62,4.62,0,0,0-3.94.28,2.1,2.1,0,0,1-2.1,0,4.82,4.82,0,0,0-1-.44,1,1,0,1,0-.58,1.91Zm18,3.09a4.82,4.82,0,0,0-1,.44,2.1,2.1,0,0,1-2.1,0,4.62,4.62,0,0,0-4.54,0,2.11,2.11,0,0,1-2.12,0,4.62,4.62,0,0,0-4.54,0,2.1,2.1,0,0,1-2.1,0,4.82,4.82,0,0,0-1-.44,1,1,0,1,0-.58,1.91,3,3,0,0,1,.57.25,4.06,4.06,0,0,0,4.1,0,2.62,2.62,0,0,1,2.56,0,4.15,4.15,0,0,0,4.12,0,2.62,2.62,0,0,1,2.56,0,4.25,4.25,0,0,0,2.08.56,4,4,0,0,0,2-.56,3,3,0,0,1,.57-.25A1,1,0,1,0,20.71,17Z\"/></svg></li><li title=\"sync exclamation \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M11.29,15.71A1,1,0,0,0,13,15a1.05,1.05,0,0,0-.29-.71,1,1,0,0,0-1.09-.21,1,1,0,0,0-.33.21A1.05,1.05,0,0,0,11,15,1,1,0,0,0,11.29,15.71Zm8.62-.2H15.38a1,1,0,0,0,0,2h2.4A8,8,0,0,1,4,12a1,1,0,0,0-2,0,10,10,0,0,0,16.88,7.23V21a1,1,0,0,0,2,0V16.5A1,1,0,0,0,19.91,15.51ZM12,2A10,10,0,0,0,5.12,4.77V3a1,1,0,0,0-2,0V7.5a1,1,0,0,0,1,1H8.62a1,1,0,0,0,0-2H6.22A8,8,0,0,1,20,12a1,1,0,0,0,2,0A10,10,0,0,0,12,2Zm0,11a1,1,0,0,0,1-1V9a1,1,0,0,0-2,0v3A1,1,0,0,0,12,13Z\"/></svg></li><li title=\"sync slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19.88,15.5h-4.5a1,1,0,0,0,0,2h2.4A8,8,0,0,1,12,20a8.08,8.08,0,0,1-3.12-.63L7.39,20.86A9.83,9.83,0,0,0,12,22a10,10,0,0,0,6.88-2.77V21a1,1,0,0,0,2,0V16.5A1,1,0,0,0,19.88,15.5ZM18.31,7.1h0l1.43-1.43h0l2-2a1,1,0,1,0-1.42-1.42l-2,2A9.89,9.89,0,0,0,12,2,10,10,0,0,0,5.12,4.77V3a1,1,0,0,0-2,0V7.5a1,1,0,0,0,1,1h4.5a1,1,0,0,0,0-2H6.22a7.93,7.93,0,0,1,10.67-.81L5.69,16.89A7.93,7.93,0,0,1,4,12a1,1,0,0,0-2,0,9.89,9.89,0,0,0,2.27,6.32l-2,2a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l2-2h0l1.43-1.43h0Zm1.06,1.78A8.08,8.08,0,0,1,20,12a1,1,0,0,0,2,0,9.83,9.83,0,0,0-1.14-4.61Z\"/></svg></li><li title=\"sync \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19.91,15.51H15.38a1,1,0,0,0,0,2h2.4A8,8,0,0,1,4,12a1,1,0,0,0-2,0,10,10,0,0,0,16.88,7.23V21a1,1,0,0,0,2,0V16.5A1,1,0,0,0,19.91,15.51ZM12,2A10,10,0,0,0,5.12,4.77V3a1,1,0,0,0-2,0V7.5a1,1,0,0,0,1,1h4.5a1,1,0,0,0,0-2H6.22A8,8,0,0,1,20,12a1,1,0,0,0,2,0A10,10,0,0,0,12,2Z\"/></svg></li><li title=\"syringe \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M21.71,2.29a1,1,0,0,0-1.42,0L18.17,4.41l-.71-.7a1,1,0,0,0-1.41,0L14.64,5.12l-.71-.71a1,1,0,0,0-1.42,0L4.74,12.19,4,11.49A1,1,0,0,0,2.62,12.9l3.53,3.54L4.42,18.18l-.71-.72a1,1,0,0,0-1.42,1.42l2.83,2.83a1,1,0,0,0,.71.29,1,1,0,0,0,.71-.29,1,1,0,0,0,0-1.42l-.71-.7,1.74-1.74,3.53,3.53a1,1,0,0,0,.71.3,1,1,0,0,0,.7-1.71l-.7-.71,7.78-7.77a1,1,0,0,0,0-1.42l-.71-.71L20.29,8a1,1,0,0,0,0-1.41l-.7-.71,2.12-2.12A1,1,0,0,0,21.71,2.29ZM7.57,15,6.15,13.61l1.41-1.42L9,13.61Zm2.82,2.83L9,16.44,10.39,15l1.42,1.42ZM13.22,15,9,10.78l4.24-4.24.71.7h0l3.53,3.54ZM17.46,8,16.05,6.54l.71-.71.7.7h0l.7.7Z\"/></svg></li><li title=\"table tennis \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M20.71,16.1l-1.64-1.64a.94.94,0,0,1-.22-1.07A5.78,5.78,0,0,0,19.39,11a.36.36,0,0,0,0-.1,5.74,5.74,0,0,0-1.06-3.34,14.17,14.17,0,0,0-5.17-4.42,7,7,0,0,0-8,1.31l-.67.67a7,7,0,0,0-1.31,8.05l.1.17a3,3,0,0,0-.84,2.06A3,3,0,0,0,7,17.94c.18.14.34.29.52.42A5.55,5.55,0,0,0,8.74,19l.09,0c.18.07.37.13.57.19l.15,0a5.08,5.08,0,0,0,.95.15l.28,0h.12l.22,0c.21,0,.41,0,.62-.06h.17l0,0a5.46,5.46,0,0,0,1.42-.45,1,1,0,0,1,1.07.21l1.46,1.46a3.4,3.4,0,0,0,2.39,1,2.85,2.85,0,0,0,2-.85l.38-.38A3,3,0,0,0,20.71,16.1Zm-15.3.32a1,1,0,1,1,1-1A1,1,0,0,1,5.41,16.42Zm3.1.14-.26-.2a2.94,2.94,0,0,0,.16-.94,3,3,0,0,0-3-3c-.13,0-.25,0-.38,0l-.09-.16a5,5,0,0,1,.93-5.75l.67-.67A5,5,0,0,1,12.28,5a12,12,0,0,1,4.26,3.57Zm10.78,2.37-.37.38c-.42.42-1.07.34-1.61-.2l-1.46-1.45a3,3,0,0,0-3.34-.61,3.39,3.39,0,0,1-1,.31,2.84,2.84,0,0,1-.58.05l-.34,0h-.1l6.87-6.87a3.8,3.8,0,0,1-.34,2h0a3,3,0,0,0,.61,3.34l1.64,1.65A1,1,0,0,1,19.29,18.93Z\"/></svg></li><li title=\"table \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21,2H3A1,1,0,0,0,2,3V21a1,1,0,0,0,1,1H21a1,1,0,0,0,1-1V3A1,1,0,0,0,21,2ZM8,20H4V16H8Zm0-6H4V10H8ZM8,8H4V4H8Zm6,12H10V16h4Zm0-6H10V10h4Zm0-6H10V4h4Zm6,12H16V16h4Zm0-6H16V10h4Zm0-6H16V4h4Z\"/></svg></li><li title=\"tablet \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M17,2H7A3,3,0,0,0,4,5V19a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V5A3,3,0,0,0,17,2Zm1,17a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V5A1,1,0,0,1,7,4H17a1,1,0,0,1,1,1Zm-5.29-2.71A1,1,0,0,0,11.8,16l-.18.06a.76.76,0,0,0-.18.09l-.15.12a1,1,0,0,0-.21.33,1,1,0,0,0,.21,1.09,1.46,1.46,0,0,0,.33.22,1,1,0,0,0,1.09-.22A1,1,0,0,0,13,17a.84.84,0,0,0-.08-.38A1.15,1.15,0,0,0,12.71,16.29Z\"/></svg></li><li title=\"tablets \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M20.54,3.46a5,5,0,1,0,0,7.08A5,5,0,0,0,20.54,3.46ZM14.88,4.88A3,3,0,0,1,17,4a3,3,0,0,1,1.28.3l-4,4A3,3,0,0,1,14.88,4.88Zm4.24,4.24a3,3,0,0,1-3.4.58l4-4A3,3,0,0,1,19.12,9.12ZM8,10a5.93,5.93,0,0,0-4.21,1.73l0,0,0,0A6,6,0,0,0,8,22a6,6,0,0,0,4.14-1.66l.12-.08a1.05,1.05,0,0,1,.07-.11A6,6,0,0,0,8,10ZM5.17,18.83A4,4,0,0,1,4.56,14L10,19.44A4,4,0,0,1,5.17,18.83ZM11.44,18,6,12.56A4,4,0,0,1,8,12a4,4,0,0,1,3.44,6Z\"/></svg></li><li title=\"tachometer fast alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M12,5A10,10,0,0,0,3.34,20a1,1,0,0,0,1.74-1A7.92,7.92,0,0,1,4,15a8,8,0,1,1,14.93,4,1,1,0,0,0,.37,1.37A1,1,0,0,0,20.66,20,10,10,0,0,0,12,5Zm2.84,5.76L13.29,12.3A2.91,2.91,0,0,0,12,12a3,3,0,1,0,3,3,2.9,2.9,0,0,0-.3-1.28l1.55-1.54a1,1,0,0,0,0-1.42A1,1,0,0,0,14.84,10.76ZM12,16a1,1,0,0,1,0-2,1,1,0,0,1,.7.28v0h0A1,1,0,0,1,13,15,1,1,0,0,1,12,16Z\"/></svg></li><li title=\"tachometer fast \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M15.29,10.29l-2.78,2.78A2.09,2.09,0,0,0,12,13a2,2,0,0,0-2,2,2.09,2.09,0,0,0,.07.51l-.78.78a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l.78-.78A2.09,2.09,0,0,0,12,17a2,2,0,0,0,2-2,2.09,2.09,0,0,0-.07-.51l2.78-2.78a1,1,0,0,0-1.42-1.42ZM12,4A10,10,0,0,0,2,14a9.91,9.91,0,0,0,1.69,5.56,1,1,0,0,0,1.66-1.12,8,8,0,1,1,13.3,0,1,1,0,0,0,.27,1.39,1,1,0,0,0,.56.17,1,1,0,0,0,.83-.44A9.91,9.91,0,0,0,22,14,10,10,0,0,0,12,4Z\"/></svg></li><li title=\"tag alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M7.5,6A1.5,1.5,0,1,0,9,7.5,1.5,1.5,0,0,0,7.5,6Zm13.62,4.71L12.71,2.29A1,1,0,0,0,12,2H3A1,1,0,0,0,2,3v9a1,1,0,0,0,.29.71l8.42,8.41a3,3,0,0,0,4.24,0L21.12,15a3,3,0,0,0,0-4.24Zm-1.41,2.82h0l-6.18,6.17a1,1,0,0,1-1.41,0L4,11.59V4h7.59l8.12,8.12a1,1,0,0,1,.29.71A1,1,0,0,1,19.71,13.53Z\"/></svg></li><li title=\"tag \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21.12,10.71,12.71,2.29A1,1,0,0,0,12,2H3A1,1,0,0,0,2,3v9a1,1,0,0,0,.29.71l8.42,8.41a3,3,0,0,0,4.24,0L21.12,15a3,3,0,0,0,0-4.24Zm-1.41,2.82h0l-6.18,6.17a1,1,0,0,1-1.41,0L4,11.59V4h7.59l8.12,8.12a1,1,0,0,1,.29.71A1,1,0,0,1,19.71,13.53Z\"/></svg></li><li title=\"tape \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M14.5,7a4,4,0,1,0,4,4A4,4,0,0,0,14.5,7Zm0,6a2,2,0,1,1,2-2A2,2,0,0,1,14.5,13Zm1-10h-2a7,7,0,0,0-7,7v3h-1a1,1,0,0,0,0,2h1v2h-4a1,1,0,0,0-1,1v2a1,1,0,0,0,2,0V19h12a7,7,0,0,0,7-7V10A7,7,0,0,0,15.5,3Zm5,9a5,5,0,0,1-5,5h-7V10a5,5,0,0,1,5-5h2a5,5,0,0,1,5,5Z\"/></svg></li><li title=\"taxi \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M17.38,14.58a1,1,0,0,0-.58-.06.64.64,0,0,0-.18.06.76.76,0,0,0-.18.09l-.15.12a1.05,1.05,0,0,0-.29.71,1,1,0,0,0,.29.71,1.19,1.19,0,0,0,.33.22,1,1,0,0,0,1.09-.22,1.15,1.15,0,0,0,.21-.33A.84.84,0,0,0,18,15.5a1.05,1.05,0,0,0-.29-.71A.93.93,0,0,0,17.38,14.58ZM20,10.68V7.5a3,3,0,0,0-3-3h-.78l-.77-2.32a1,1,0,0,0-.95-.68h-5a1,1,0,0,0-.95.68L7.78,4.5H7a3,3,0,0,0-3,3v3.18A3,3,0,0,0,2,13.5v6a1,1,0,0,0,1,1H4v1a1,1,0,0,0,2,0v-1H18v1a1,1,0,0,0,2,0v-1h1a1,1,0,0,0,1-1v-6A3,3,0,0,0,20,10.68ZM10.22,3.5h3.56l.33,1H9.89ZM6,7.5a1,1,0,0,1,1-1H17a1,1,0,0,1,1,1v3H6Zm14,11H4v-5a1,1,0,0,1,1-1H19a1,1,0,0,1,1,1ZM6.62,14.58a1,1,0,0,0-.33.21A1.05,1.05,0,0,0,6,15.5a1,1,0,0,0,1.38.93,1.19,1.19,0,0,0,.33-.22A1,1,0,0,0,8,15.5a1.05,1.05,0,0,0-.29-.71A1,1,0,0,0,6.62,14.58ZM13,14.5H11a1,1,0,0,0,0,2h2a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"tear \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M12.56,2.17a1,1,0,0,0-1.12,0c-.3.2-7.19,5-7.19,12.08a7.75,7.75,0,0,0,15.5,0C19.75,7.05,12.85,2.36,12.56,2.17ZM12,20a5.76,5.76,0,0,1-5.75-5.75c0-5,4.21-8.77,5.75-10,1.55,1.21,5.75,5,5.75,10A5.76,5.76,0,0,1,12,20Z\"/></svg></li><li title=\"telegram alt \"><svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M22.26465,2.42773a2.04837,2.04837,0,0,0-2.07813-.32421L2.26562,9.33887a2.043,2.043,0,0,0,.1045,3.81836l3.625,1.26074,2.0205,6.68164A.998.998,0,0,0,8.134,21.352c.00775.012.01868.02093.02692.03259a.98844.98844,0,0,0,.21143.21576c.02307.01758.04516.03406.06982.04968a.98592.98592,0,0,0,.31073.13611l.01184.001.00671.00287a1.02183,1.02183,0,0,0,.20215.02051c.00653,0,.01233-.00312.0188-.00324a.99255.99255,0,0,0,.30109-.05231c.02258-.00769.04193-.02056.06384-.02984a.9931.9931,0,0,0,.20429-.11456,250.75993,250.75993,0,0,1,.15222-.12818L12.416,18.499l4.03027,3.12207a2.02322,2.02322,0,0,0,1.24121.42676A2.05413,2.05413,0,0,0,19.69531,20.415L22.958,4.39844A2.02966,2.02966,0,0,0,22.26465,2.42773ZM9.37012,14.73633a.99357.99357,0,0,0-.27246.50586l-.30951,1.504-.78406-2.59307,4.06525-2.11695ZM17.67188,20.04l-4.7627-3.68945a1.00134,1.00134,0,0,0-1.35352.11914l-.86541.9552.30584-1.48645,7.083-7.083a.99975.99975,0,0,0-1.16894-1.59375L6.74487,12.55432,3.02051,11.19141,20.999,3.999Z\"/></svg></li><li title=\"telegram \"><svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M11.99432,2a10,10,0,1,0,10,10A9.99917,9.99917,0,0,0,11.99432,2Zm3.17951,15.15247a.70547.70547,0,0,1-1.002.3515l-2.71467-2.10938L9.71484,17.002a.29969.29969,0,0,1-.285.03894l.334-2.98846.01069.00848.00683-.059s4.885-4.44751,5.084-4.637c.20147-.189.135-.23.135-.23.01147-.23053-.36152,0-.36152,0L8.16632,13.299l-2.69549-.918s-.414-.1485-.453-.475c-.041-.324.46649-.5.46649-.5l10.717-4.25751s.881-.39252.881.25751Z\"/></svg></li><li title=\"telescope \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M21.9,7.59l-1-3.87A3,3,0,0,0,17.19,1.6l-1.93.52a1,1,0,0,0-.71,1.23l.26,1L4.19,7.16a1,1,0,0,0-.71,1.22l.26,1-1,.26a1,1,0,0,0,.25,2,1.09,1.09,0,0,0,.26,0l1-.27.26,1a1,1,0,0,0,.46.6,1,1,0,0,0,.5.14.75.75,0,0,0,.26,0L9,12.08v.42a2.9,2.9,0,0,0,.3,1.28l-5,5a1,1,0,0,0,1.41,1.42l5-5,.28.11V21.5a1,1,0,0,0,2,0V15.32a2.52,2.52,0,0,0,.29-.12l5,5a1,1,0,1,0,1.41-1.42l-5-5A3.09,3.09,0,0,0,15,12.5v-2l1.35-.36.25,1a1,1,0,0,0,1,.74l.26,0,1.93-.52A3,3,0,0,0,21.9,7.59ZM13,12.5a1,1,0,0,1-.28.69h0v0a1,1,0,0,1-.69.28,1,1,0,0,1-.7-.29h0a1,1,0,0,1-.29-.7v-1L13,11ZM6.19,10.76,5.67,8.83l9.66-2.59.26,1,.26,1Zm13.68-1.9a1,1,0,0,1-.61.47l-1,.26-.78-2.9L17,4.76h0l-.26-1,1-.26a1,1,0,0,1,1.23.71l1,3.87A1,1,0,0,1,19.87,8.86Z\"/></svg></li><li title=\"temperature empty \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,15a2,2,0,1,0,2,2A2,2,0,0,0,12,15Zm4.5-2V5.5a4.5,4.5,0,0,0-9,0V13a6,6,0,0,0,3.21,9.83A7,7,0,0,0,12,23,6,6,0,0,0,16.5,13Zm-2,7.07a4,4,0,0,1-5.32-6,1,1,0,0,0,.3-.71V5.5a2.5,2.5,0,0,1,5,0v7.94a1,1,0,0,0,.3.71,4,4,0,0,1-.28,6Z\"/></svg></li><li title=\"temperature half \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M13,15.28V10.5a1,1,0,0,0-2,0v4.78A2,2,0,0,0,10,17a2,2,0,0,0,4,0A2,2,0,0,0,13,15.28ZM16.5,13V5.5a4.5,4.5,0,0,0-9,0V13a6,6,0,0,0,3.21,9.83A7,7,0,0,0,12,23,6,6,0,0,0,16.5,13Zm-2,7.07a4,4,0,0,1-5.32-6,1,1,0,0,0,.3-.71V5.5a2.5,2.5,0,0,1,5,0v7.94a1,1,0,0,0,.3.71,4,4,0,0,1-.28,6Z\"/></svg></li><li title=\"temperature minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M14,5.5a4.5,4.5,0,0,0-9,0V13a6,6,0,0,0,3.21,9.83A7,7,0,0,0,9.49,23,6,6,0,0,0,14,13ZM12,20.11a4,4,0,0,1-5.32-6,1,1,0,0,0,.3-.71V5.5a2.5,2.5,0,0,1,5,0v7.94a1,1,0,0,0,.3.71,4,4,0,0,1-.28,6ZM10.5,15.28V5.5a1,1,0,0,0-2,0v9.78A2,2,0,0,0,7.5,17a2,2,0,0,0,4,0A2,2,0,0,0,10.5,15.28Zm9-12.78h-3a1,1,0,0,0,0,2h3a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"temperature plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M10.5,15.28V5.5a1,1,0,0,0-2,0v9.78A2,2,0,0,0,7.5,17a2,2,0,0,0,4,0A2,2,0,0,0,10.5,15.28Zm9-12.78H19V2a1,1,0,0,0-2,0v.5h-.5a1,1,0,0,0,0,2H17V5a1,1,0,0,0,2,0V4.5h.5a1,1,0,0,0,0-2ZM14,5.5a4.5,4.5,0,0,0-9,0V13a6,6,0,0,0,3.21,9.83A7,7,0,0,0,9.49,23,6,6,0,0,0,14,13ZM12,20.11a4,4,0,0,1-6.42-2.2,4,4,0,0,1,1.1-3.76,1,1,0,0,0,.3-.71V5.5a2.5,2.5,0,0,1,5,0v7.94a1,1,0,0,0,.3.71,4,4,0,0,1-.28,6Z\"/></svg></li><li title=\"temperature quarter \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M16.5,13V5.5a4.5,4.5,0,0,0-9,0V13a6,6,0,0,0,3.21,9.83A7,7,0,0,0,12,23,6,6,0,0,0,16.5,13Zm-2,7.07a4,4,0,0,1-5.32-6,1,1,0,0,0,.3-.71V5.5a2.5,2.5,0,0,1,5,0v7.94a1,1,0,0,0,.3.71,4,4,0,0,1-.28,6ZM13,15.28V12.5a1,1,0,0,0-2,0v2.78A2,2,0,0,0,10,17a2,2,0,0,0,4,0A2,2,0,0,0,13,15.28Z\"/></svg></li><li title=\"temperature three quarter \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M13,15.28V8.5a1,1,0,0,0-2,0v6.78A2,2,0,0,0,10,17a2,2,0,0,0,4,0A2,2,0,0,0,13,15.28ZM16.5,13V5.5a4.5,4.5,0,0,0-9,0V13a6,6,0,0,0,3.21,9.83A7,7,0,0,0,12,23,6,6,0,0,0,16.5,13Zm-2,7.07a4,4,0,0,1-5.32-6,1,1,0,0,0,.3-.71V5.5a2.5,2.5,0,0,1,5,0v7.94a1,1,0,0,0,.3.71,4,4,0,0,1-.28,6Z\"/></svg></li><li title=\"temperature \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M13,15.28V5.5a1,1,0,0,0-2,0v9.78A2,2,0,0,0,10,17a2,2,0,0,0,4,0A2,2,0,0,0,13,15.28ZM16.5,13V5.5a4.5,4.5,0,0,0-9,0V13a6,6,0,0,0,3.21,9.83A7,7,0,0,0,12,23,6,6,0,0,0,16.5,13Zm-2,7.07a4,4,0,0,1-6.42-2.2,4,4,0,0,1,1.1-3.76,1,1,0,0,0,.3-.71V5.5a2.5,2.5,0,0,1,5,0v7.94a1,1,0,0,0,.3.71,4,4,0,0,1-.28,6Z\"/></svg></li><li title=\"tennis ball \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10,0,0,0,4.65,18.76l.09.1a10,10,0,0,0,14.52,0l.09-.1A10,10,0,0,0,12,2ZM5.61,16.79a7.93,7.93,0,0,1,0-9.58,6,6,0,0,1,0,9.58ZM12,20a7.91,7.91,0,0,1-5-1.77A8,8,0,0,0,7,5.77a7.95,7.95,0,0,1,10,0,8,8,0,0,0,0,12.46A7.91,7.91,0,0,1,12,20Zm6.39-3.21a6,6,0,0,1,0-9.58,7.93,7.93,0,0,1,0,9.58Z\"/></svg></li><li title=\"text fields \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M16,6a1,1,0,0,0-1-1H3A1,1,0,0,0,3,7H8V18a1,1,0,0,0,2,0V7h5A1,1,0,0,0,16,6Zm5,5H15a1,1,0,0,0,0,2h2v5a1,1,0,0,0,2,0V13h2a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"text size \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M9,11H3a1,1,0,0,0,0,2H5v5a1,1,0,0,0,2,0V13H9a1,1,0,0,0,0-2ZM21,5H9A1,1,0,0,0,9,7h5V18a1,1,0,0,0,2,0V7h5a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"text strike through \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M15,13H9a1,1,0,0,0,0,2h2v2a1,1,0,0,0,2,0V15h2a1,1,0,0,0,0-2Zm2-7H7A1,1,0,0,0,7,8h4v2a1,1,0,0,0,2,0V8h4a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"text \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M17,6H7A1,1,0,0,0,7,8h4v9a1,1,0,0,0,2,0V8h4a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"th large \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M20,3H4A1,1,0,0,0,3,4V20a1,1,0,0,0,1,1H20a1,1,0,0,0,1-1V4A1,1,0,0,0,20,3ZM11,19H5V13h6Zm0-8H5V5h6Zm8,8H13V13h6Zm0-8H13V5h6Z\"/></svg></li><li title=\"th slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M22.71,21.29l-1-1h0l-6-6h0l-6-6h0l-6-6h0l-1-1A1,1,0,0,0,1.29,2.71l.71.7V21a1,1,0,0,0,1,1H20.59l.7.71a1,1,0,0,0,1.42,0A1,1,0,0,0,22.71,21.29ZM4,5.41,6.59,8H4ZM8,20H4V16H8Zm0-6H4V10H8Zm2-2.59L12.59,14H10ZM14,20H10V16h4Zm2,0V17.41L18.59,20ZM8.67,4H14V9a1,1,0,0,0,1,1h5v5.33a1,1,0,1,0,2,0V3a1,1,0,0,0-1-1H8.67a1,1,0,0,0,0,2ZM16,4h4V8H16Z\"/></svg></li><li title=\"th \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21,2H3A1,1,0,0,0,2,3V21a1,1,0,0,0,1,1H21a1,1,0,0,0,1-1V3A1,1,0,0,0,21,2ZM11,20H4V13h7Zm0-9H4V4h7Zm9,9H13V13h7Zm0-9H13V4h7Z\"/></svg></li><li title=\"thermometer \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M16.29,6.29l-7,7a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l7-7a1,1,0,1,0-1.42-1.42Zm4.25-2.83a5,5,0,0,0-7.08,0L5.29,11.69a1,1,0,0,0-.29.7v5.19L2.29,20.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L6.42,19h5.19a1,1,0,0,0,.7-.29l8.23-8.17A5,5,0,0,0,20.54,3.46ZM19.12,9.12,11.2,17H7V12.8l7.88-7.92a3,3,0,0,1,4.24,4.24Z\"/></svg></li><li title=\"thumbs down \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19,2H6.27A3,3,0,0,0,3.32,4.46l-1.27,7A3,3,0,0,0,5,15H9.56L9,16.43A4.13,4.13,0,0,0,12.89,22a1,1,0,0,0,.91-.59L16.65,15H19a3,3,0,0,0,3-3V5A3,3,0,0,0,19,2ZM15,13.79l-2.72,6.12a2.13,2.13,0,0,1-1.38-2.78l.53-1.43A2,2,0,0,0,9.56,13H5a1,1,0,0,1-.77-.36A1,1,0,0,1,4,11.82l1.27-7a1,1,0,0,1,1-.82H15ZM20,12a1,1,0,0,1-1,1H17V4h2a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"thumbs up \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21.3,10.08A3,3,0,0,0,19,9H14.44L15,7.57A4.13,4.13,0,0,0,11.11,2a1,1,0,0,0-.91.59L7.35,9H5a3,3,0,0,0-3,3v7a3,3,0,0,0,3,3H17.73a3,3,0,0,0,2.95-2.46l1.27-7A3,3,0,0,0,21.3,10.08ZM7,20H5a1,1,0,0,1-1-1V12a1,1,0,0,1,1-1H7Zm13-7.82-1.27,7a1,1,0,0,1-1,.82H9V10.21l2.72-6.12A2.11,2.11,0,0,1,13.1,6.87L12.57,8.3A2,2,0,0,0,14.44,11H19a1,1,0,0,1,.77.36A1,1,0,0,1,20,12.18Z\"/></svg></li><li title=\"thunderstorm moon \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M11.58,16.5H10.32l.86-1.5a1,1,0,1,0-1.73-1L7.72,17a1,1,0,0,0,.86,1.5H9.85L9,20a1,1,0,0,0,1.74,1l1.73-3a1,1,0,0,0,0-1A1,1,0,0,0,11.58,16.5ZM21.7,7.57a1,1,0,0,0-.93-.26,3.2,3.2,0,0,1-.66.08,3,3,0,0,1-3-3,3,3,0,0,1,.08-.65A1,1,0,0,0,16,2.53a4.93,4.93,0,0,0-3.83,4.21A6.24,6.24,0,0,0,10.5,6.5a6,6,0,0,0-5.94,5.13,3.49,3.49,0,0,0-.34,6.62,1,1,0,1,0,.72-1.86A1.5,1.5,0,0,1,5.5,13.5a1,1,0,0,0,1-1,4,4,0,0,1,4-4,3.92,3.92,0,0,1,2.18.66l0,0a4,4,0,0,1,1.57,2,1,1,0,0,0,.78.67,2.33,2.33,0,0,1,.25,4.53,1,1,0,0,0,.27,2,.84.84,0,0,0,.27,0A4.33,4.33,0,0,0,19,14.17a4.23,4.23,0,0,0-.49-2A4.94,4.94,0,0,0,22,8.5,1,1,0,0,0,21.7,7.57Zm-4.59,2.82a2.61,2.61,0,0,1-.42,0A4.6,4.6,0,0,0,16,10a6,6,0,0,0-1.82-2.28c0-.12,0-.25,0-.37a3,3,0,0,1,1.05-2.28,5,5,0,0,0,4.23,4.23A3,3,0,0,1,17.11,10.39Z\"/></svg></li><li title=\"thunderstorm sun \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M11.58,16.5H10.32l.86-1.5a1,1,0,1,0-1.73-1L7.72,17a1,1,0,0,0,.86,1.5H9.85L9,20a1,1,0,0,0,1.74,1l1.73-3a1,1,0,0,0,0-1A1,1,0,0,0,11.58,16.5ZM21,7.5h-.8a4.25,4.25,0,0,0-.52-1.27l.56-.56a1,1,0,0,0-1.41-1.41l-.56.56A4.25,4.25,0,0,0,17,4.3V3.5a1,1,0,0,0-2,0v.8a4.25,4.25,0,0,0-1.27.52l-.56-.56a1,1,0,0,0-1.41,1.41l.56.57c-.09.15-.16.32-.24.48A5.85,5.85,0,0,0,10.5,6.5a6,6,0,0,0-5.94,5.13,3.49,3.49,0,0,0-.34,6.62,1,1,0,1,0,.72-1.86A1.5,1.5,0,0,1,5.5,13.5a1,1,0,0,0,1-1,4,4,0,0,1,7.78-1.29,1,1,0,0,0,.78.67,2.33,2.33,0,0,1,.25,4.53,1,1,0,0,0,.27,2,.84.84,0,0,0,.27,0,4.3,4.3,0,0,0,2.85-5.72l.13.13a1,1,0,0,0,.7.29,1,1,0,0,0,.71-.29,1,1,0,0,0,0-1.41l-.56-.56A4.25,4.25,0,0,0,20.2,9.5H21a1,1,0,0,0,0-2Zm-3.34,2.65h0a2.28,2.28,0,0,1-.6.41A4.17,4.17,0,0,0,16,10a6.12,6.12,0,0,0-2.09-2.49,2.42,2.42,0,0,1,.46-.7h0a2.43,2.43,0,0,1,3.3,0h0a2.37,2.37,0,0,1,0,3.3Z\"/></svg></li><li title=\"thunderstorm \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M13.5,15H11.23l1.45-2.5a1,1,0,1,0-1.74-1l-2.31,4a1,1,0,0,0,0,1,1,1,0,0,0,.87.5h2.27l-1.45,2.5a1,1,0,0,0,1.74,1l2.31-4a1,1,0,0,0,0-1A1,1,0,0,0,13.5,15Zm4.92-7.79A7,7,0,0,0,5.06,9.11,4,4,0,0,0,6,17a1,1,0,0,0,0-2,2,2,0,0,1,0-4,1,1,0,0,0,1-1,5,5,0,0,1,9.73-1.61,1,1,0,0,0,.78.66A3,3,0,0,1,17,15a1,1,0,0,0,0,2,5,5,0,0,0,1.42-9.79Z\"/></svg></li><li title=\"ticket \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M9,10a1,1,0,0,0-1,1v2a1,1,0,0,0,2,0V11A1,1,0,0,0,9,10Zm12,1a1,1,0,0,0,1-1V6a1,1,0,0,0-1-1H3A1,1,0,0,0,2,6v4a1,1,0,0,0,1,1,1,1,0,0,1,0,2,1,1,0,0,0-1,1v4a1,1,0,0,0,1,1H21a1,1,0,0,0,1-1V14a1,1,0,0,0-1-1,1,1,0,0,1,0-2ZM20,9.18a3,3,0,0,0,0,5.64V17H10a1,1,0,0,0-2,0H4V14.82A3,3,0,0,0,4,9.18V7H8a1,1,0,0,0,2,0H20Z\"/></svg></li><li title=\"times circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M15.71,8.29a1,1,0,0,0-1.42,0L12,10.59,9.71,8.29A1,1,0,0,0,8.29,9.71L10.59,12l-2.3,2.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L12,13.41l2.29,2.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L13.41,12l2.3-2.29A1,1,0,0,0,15.71,8.29Zm3.36-3.36A10,10,0,1,0,4.93,19.07,10,10,0,1,0,19.07,4.93ZM17.66,17.66A8,8,0,1,1,20,12,7.95,7.95,0,0,1,17.66,17.66Z\"/></svg></li><li title=\"times square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M15.71,8.29a1,1,0,0,0-1.42,0L12,10.59,9.71,8.29A1,1,0,0,0,8.29,9.71L10.59,12l-2.3,2.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L12,13.41l2.29,2.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L13.41,12l2.3-2.29A1,1,0,0,0,15.71,8.29ZM19,2H5A3,3,0,0,0,2,5V19a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V5A3,3,0,0,0,19,2Zm1,17a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V5A1,1,0,0,1,5,4H19a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"times \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M13.41,12l4.3-4.29a1,1,0,1,0-1.42-1.42L12,10.59,7.71,6.29A1,1,0,0,0,6.29,7.71L10.59,12l-4.3,4.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L12,13.41l4.29,4.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42Z\"/></svg></li><li title=\"toggle off \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M8,8.5A3.5,3.5,0,1,0,11.5,12,3.5,3.5,0,0,0,8,8.5Zm0,5A1.5,1.5,0,1,1,9.5,12,1.5,1.5,0,0,1,8,13.5ZM16,5H8A7,7,0,0,0,8,19h8A7,7,0,0,0,16,5Zm0,12H8A5,5,0,0,1,8,7h8a5,5,0,0,1,0,10Z\"/></svg></li><li title=\"toggle on \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M16,8.5A3.5,3.5,0,1,0,19.5,12,3.5,3.5,0,0,0,16,8.5Zm0,5A1.5,1.5,0,1,1,17.5,12,1.5,1.5,0,0,1,16,13.5ZM16,5H8A7,7,0,0,0,8,19h8A7,7,0,0,0,16,5Zm0,12H8A5,5,0,0,1,8,7h8a5,5,0,0,1,0,10Z\"/></svg></li><li title=\"toilet paper \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M22.25977,20.35693A7.52338,7.52338,0,0,1,20.5,15.45215V7.99268c0-3.3086-2.24316-6-5-6h-9c-2.75684,0-5,2.6914-5,6s2.24316,6,5,6h3v1.45947a9.52683,9.52683,0,0,0,2.24023,6.20556,1.00118,1.00118,0,0,0,.75977.34961h9a1.00028,1.00028,0,0,0,.75977-1.65039ZM6.5,11.99268c-1.6543,0-3-1.79444-3-4s1.3457-4,3-4,3,1.79443,3,4S8.1543,11.99268,6.5,11.99268Zm6.479,8.01464A7.58021,7.58021,0,0,1,11.5,15.45215v-7c0-.0282-.01379-.05188-.016-.07947.00665-.12628.016-.25171.016-.38a6.68056,6.68056,0,0,0-1.28381-4H15.5c1.6543,0,3,1.79443,3,4v7.45947a9.71056,9.71056,0,0,0,1.11768,4.55517ZM6.5,6.74286a1.14613,1.14613,0,0,0-1,1.25,1.14613,1.14613,0,0,0,1,1.25,1.14613,1.14613,0,0,0,1-1.25A1.14613,1.14613,0,0,0,6.5,6.74286Z\"/></svg></li><li title=\"top arrow from top \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19,20H5a1,1,0,0,0,0,2H19a1,1,0,0,0,0-2ZM8.71,7.71,11,5.41V17a1,1,0,0,0,2,0V5.41l2.29,2.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42l-4-4a1,1,0,0,0-.33-.21,1,1,0,0,0-.76,0,1,1,0,0,0-.33.21l-4,4A1,1,0,1,0,8.71,7.71Z\"/></svg></li><li title=\"top arrow to top \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12.71,6.29a1,1,0,0,0-.33-.21,1,1,0,0,0-.76,0,1,1,0,0,0-.33.21l-4,4a1,1,0,1,0,1.42,1.42L11,9.41V21a1,1,0,0,0,2,0V9.41l2.29,2.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42ZM19,2H5A1,1,0,0,0,5,4H19a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"tornado \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M10,21H8a1,1,0,0,0,0,2h2a1,1,0,0,0,0-2Zm1-4H6a1,1,0,0,0,0,2h5a1,1,0,0,0,0-2ZM18,2a1,1,0,0,0-1-1H3A1,1,0,0,0,3,3H17A1,1,0,0,0,18,2Zm3,3H6A1,1,0,0,0,6,7H21a1,1,0,0,0,0-2ZM19,9H10a1,1,0,0,0,0,2h9a1,1,0,0,0,0-2Zm-5,4H8a1,1,0,0,0,0,2h6a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"trademark circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M10,9H7a1,1,0,0,0,0,2h.5v3a1,1,0,0,0,2,0V11H10a1,1,0,0,0,0-2Zm7.38.08a1,1,0,0,0-1.09.21L15,10.59l-1.29-1.3a1,1,0,0,0-1.09-.21A1,1,0,0,0,12,10v4a1,1,0,0,0,2,0V12.41l.29.3a1,1,0,0,0,1.42,0l.29-.3V14a1,1,0,0,0,2,0V10A1,1,0,0,0,17.38,9.08ZM12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z\"/></svg></li><li title=\"trademark \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M9.5,7h-6a1,1,0,0,0,0,2h2v7a1,1,0,0,0,2,0V9h2a1,1,0,0,0,0-2Zm11.92.62a1,1,0,0,0-.54-.54,1,1,0,0,0-.76,0,1,1,0,0,0-.33.21L17,10.09l-2.79-2.8a1,1,0,0,0-.33-.21,1,1,0,0,0-.76,0,1,1,0,0,0-.54.54A1,1,0,0,0,12.5,8v8a1,1,0,0,0,2,0V10.41l1.79,1.8a1,1,0,0,0,1.42,0l1.79-1.8V16a1,1,0,0,0,2,0V8A1,1,0,0,0,21.42,7.62Z\"/></svg></li><li title=\"traffic barrier \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M21,5H20V4a1,1,0,0,0-2,0V5H6V4A1,1,0,0,0,4,4V5H3A1,1,0,0,0,2,6v6a1,1,0,0,0,1,1H4v7a1,1,0,0,0,2,0V13H18v7a1,1,0,0,0,2,0V13h1a1,1,0,0,0,1-1V6A1,1,0,0,0,21,5ZM4,9.52V7H6.52ZM5.34,11l4-4h3.33l-4,4Zm6.15,0,4-4h3.18l-4,4ZM20,11H17.49L20,8.49Z\"/></svg></li><li title=\"traffic light \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,5.5A1.5,1.5,0,1,0,13.5,7,1.5,1.5,0,0,0,12,5.5Zm10,3h-.54A6,6,0,0,0,23,4.5a1,1,0,0,0-1-1H17.82A3,3,0,0,0,15,1.5H9a3,3,0,0,0-2.82,2H2a1,1,0,0,0-1,1,6,6,0,0,0,1.54,4H2a1,1,0,0,0-1,1,6,6,0,0,0,1.54,4H2a1,1,0,0,0-1,1,6,6,0,0,0,5.16,5.93A3,3,0,0,0,9,22.5h6a3,3,0,0,0,2.84-2.07A6,6,0,0,0,23,14.5a1,1,0,0,0-1-1h-.54A6,6,0,0,0,23,9.5,1,1,0,0,0,22,8.5ZM6,18.37A4,4,0,0,1,3.13,15.5H6Zm0-5A4,4,0,0,1,3.13,10.5H6Zm0-5a4.09,4.09,0,0,1-1.83-1,4.09,4.09,0,0,1-1-1.83H6ZM16,19.5a1,1,0,0,1-1,1H9a1,1,0,0,1-1-1V4.5a1,1,0,0,1,1-1h6a1,1,0,0,1,1,1Zm3.83-2.17a4.09,4.09,0,0,1-1.83,1V15.5h2.87A4.09,4.09,0,0,1,19.83,17.33Zm0-5a4.09,4.09,0,0,1-1.83,1V10.5h2.87A4.09,4.09,0,0,1,19.83,12.33Zm0-5a4.09,4.09,0,0,1-1.83,1V5.5h2.87A4.09,4.09,0,0,1,19.83,7.33ZM12,15.5A1.5,1.5,0,1,0,13.5,17,1.5,1.5,0,0,0,12,15.5Zm0-5A1.5,1.5,0,1,0,13.5,12,1.5,1.5,0,0,0,12,10.5Z\"/></svg></li><li title=\"transaction \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M20,2H10A3,3,0,0,0,7,5v7a3,3,0,0,0,3,3H20a3,3,0,0,0,3-3V5A3,3,0,0,0,20,2Zm1,10a1,1,0,0,1-1,1H10a1,1,0,0,1-1-1V5a1,1,0,0,1,1-1H20a1,1,0,0,1,1,1ZM17.5,8a1.49,1.49,0,0,0-1,.39,1.5,1.5,0,1,0,0,2.22A1.5,1.5,0,1,0,17.5,8ZM16,17a1,1,0,0,0-1,1v1a1,1,0,0,1-1,1H4a1,1,0,0,1-1-1V15H4a1,1,0,0,0,0-2H3V12a1,1,0,0,1,1-1A1,1,0,0,0,4,9a3,3,0,0,0-3,3v7a3,3,0,0,0,3,3H14a3,3,0,0,0,3-3V18A1,1,0,0,0,16,17ZM6,18H7a1,1,0,0,0,0-2H6a1,1,0,0,0,0,2Z\"/></svg></li><li title=\"trash alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M10,18a1,1,0,0,0,1-1V11a1,1,0,0,0-2,0v6A1,1,0,0,0,10,18ZM20,6H16V5a3,3,0,0,0-3-3H11A3,3,0,0,0,8,5V6H4A1,1,0,0,0,4,8H5V19a3,3,0,0,0,3,3h8a3,3,0,0,0,3-3V8h1a1,1,0,0,0,0-2ZM10,5a1,1,0,0,1,1-1h2a1,1,0,0,1,1,1V6H10Zm7,14a1,1,0,0,1-1,1H8a1,1,0,0,1-1-1V8H17Zm-3-1a1,1,0,0,0,1-1V11a1,1,0,0,0-2,0v6A1,1,0,0,0,14,18Z\"/></svg></li><li title=\"trash \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M20,6H16V5a3,3,0,0,0-3-3H11A3,3,0,0,0,8,5V6H4A1,1,0,0,0,4,8H5V19a3,3,0,0,0,3,3h8a3,3,0,0,0,3-3V8h1a1,1,0,0,0,0-2ZM10,5a1,1,0,0,1,1-1h2a1,1,0,0,1,1,1V6H10Zm7,14a1,1,0,0,1-1,1H8a1,1,0,0,1-1-1V8H17Z\"/></svg></li><li title=\"trees \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M16.5,5A4.86,4.86,0,0,0,14,5.69,6,6,0,0,0,2.5,8v4a6,6,0,0,0,5,5.91V21a1,1,0,0,0,2,0V17.91a6.08,6.08,0,0,0,2.78-1.26A5,5,0,0,0,15.5,18.9V21a1,1,0,0,0,2,0V18.9a5,5,0,0,0,4-4.9V10A5,5,0,0,0,16.5,5Zm-5,5v4a5.23,5.23,0,0,0,.06.57,4,4,0,0,1-2.06,1.3V13a1,1,0,0,0-2,0v2.86A4,4,0,0,1,4.5,12V8a4,4,0,0,1,6.83-2.84,3.94,3.94,0,0,1,1.06,2A5,5,0,0,0,11.5,10Zm8,4a3,3,0,0,1-2,2.82V13a1,1,0,0,0-2,0v3.82a3,3,0,0,1-2-2.82V10a3,3,0,0,1,6,0Z\"/></svg></li><li title=\"triangle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21.87,19.29l-9-15.58a1,1,0,0,0-1.74,0l-9,15.58a1,1,0,0,0,0,1,1,1,0,0,0,.87.5H21a1,1,0,0,0,.87-.5A1,1,0,0,0,21.87,19.29Zm-17.14-.5L12,6.21l7.27,12.58Z\"/></svg></li><li title=\"trophy \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M21,4H18V3a1,1,0,0,0-1-1H7A1,1,0,0,0,6,3V4H3A1,1,0,0,0,2,5V8a4,4,0,0,0,4,4H7.54A6,6,0,0,0,11,13.91V16H10a3,3,0,0,0-3,3v2a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1V19a3,3,0,0,0-3-3H13V13.91A6,6,0,0,0,16.46,12H18a4,4,0,0,0,4-4V5A1,1,0,0,0,21,4ZM6,10A2,2,0,0,1,4,8V6H6V8a6,6,0,0,0,.35,2Zm8,8a1,1,0,0,1,1,1v1H9V19a1,1,0,0,1,1-1ZM16,8A4,4,0,0,1,8,8V4h8Zm4,0a2,2,0,0,1-2,2h-.35A6,6,0,0,0,18,8V6h2Z\"/></svg></li><li title=\"trowel \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M21.12,2.88a3.08,3.08,0,0,0-4.24,0L14.46,5.29a3,3,0,0,0-.57,3.41l-2.15,2.15-2-2a3,3,0,0,0-5,1.17l-2.66,8a3,3,0,0,0,.72,3.07A3,3,0,0,0,5,22a2.87,2.87,0,0,0,1-.16l8-2.66a3,3,0,0,0,1.17-5l-2-2,2.15-2.15a3,3,0,0,0,3.41-.57l2.41-2.42A3,3,0,0,0,21.12,2.88ZM13.7,15.63a1,1,0,0,1-.4,1.65L5.32,20a1,1,0,0,1-1-.25,1,1,0,0,1-.25-1l2.67-8A1,1,0,0,1,7.44,10a1.07,1.07,0,0,1,.23,0,1,1,0,0,1,.7.29l2,2-.87.86a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l.86-.87Zm6-9.92L17.29,8.12a1,1,0,0,1-1.7-.71,1,1,0,0,1,.29-.7l2.41-2.42a1,1,0,0,1,1.42,0A1,1,0,0,1,19.71,5.71Z\"/></svg></li><li title=\"truck loading \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M22,16H19.82A3,3,0,0,0,20,15V10a3,3,0,0,0-3-3H11a3,3,0,0,0-3,3v5a3,3,0,0,0,.18,1H7a1,1,0,0,1-1-1V5A3,3,0,0,0,3,2H2A1,1,0,0,0,2,4H3A1,1,0,0,1,4,5V15a3,3,0,0,0,2.22,2.88,3,3,0,1,0,5.6.12h3.36a3,3,0,1,0,5.64,0H22a1,1,0,0,0,0-2ZM9,20a1,1,0,1,1,1-1A1,1,0,0,1,9,20Zm2-4a1,1,0,0,1-1-1V10a1,1,0,0,1,1-1h6a1,1,0,0,1,1,1v5a1,1,0,0,1-1,1Zm7,4a1,1,0,1,1,1-1A1,1,0,0,1,18,20Z\"/></svg></li><li title=\"truck \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M1,12.5v5a1,1,0,0,0,1,1H3a3,3,0,0,0,6,0h6a3,3,0,0,0,6,0h1a1,1,0,0,0,1-1V5.5a3,3,0,0,0-3-3H11a3,3,0,0,0-3,3v2H6A3,3,0,0,0,3.6,8.7L1.2,11.9a.61.61,0,0,0-.07.14l-.06.11A1,1,0,0,0,1,12.5Zm16,6a1,1,0,1,1,1,1A1,1,0,0,1,17,18.5Zm-7-13a1,1,0,0,1,1-1h9a1,1,0,0,1,1,1v11h-.78a3,3,0,0,0-4.44,0H10Zm-2,6H4L5.2,9.9A1,1,0,0,1,6,9.5H8Zm-3,7a1,1,0,1,1,1,1A1,1,0,0,1,5,18.5Zm-2-5H8v2.78a3,3,0,0,0-4.22.22H3Z\"/></svg></li><li title=\"tumblr alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M17.43359,20.50825l-.96191-2.85351a1.00073,1.00073,0,0,0-1.37891-.583,3.7631,3.7631,0,0,1-1.209.249.93653.93653,0,0,1-.65918-.165,1.20025,1.20025,0,0,1-.23926-.80762V12.00044H16.002a.99942.99942,0,0,0,1-1V7.09517a.99942.99942,0,0,0-1-1H13V2.00044a.99942.99942,0,0,0-1-1H9.07031a1.14806,1.14806,0,0,0-1.13769,1.04A5.09342,5.09342,0,0,1,4.65234,6.59809a.99923.99923,0,0,0-.66113.94043v3.584a.99943.99943,0,0,0,1,1H6.01562v4.53516a6.41109,6.41109,0,0,0,1.88672,4.47851A6.90463,6.90463,0,0,0,12.877,22.99946c.05371,0,.1084,0,.16309-.001,1.5459-.0254,3.61816-.64747,4.27246-1.60743A.99833.99833,0,0,0,17.43359,20.50825Zm-4.42675.49024A4.87007,4.87007,0,0,1,9.30469,19.7104a4.36971,4.36971,0,0,1-1.28907-3.05273V11.12251a.99942.99942,0,0,0-1-1H5.99121v-1.917A6.95438,6.95438,0,0,0,9.80957,3.00044H11V7.09517a.99943.99943,0,0,0,1,1h3.002v1.90527h-3.0166a.99942.99942,0,0,0-1,1V16.3647a3.07681,3.07681,0,0,0,.85645,2.23535,2.76714,2.76714,0,0,0,2.0957.7207,5.90822,5.90822,0,0,0,.94727-.11328l.4248,1.25879A5.909,5.909,0,0,1,13.00684,20.99849Z\"/></svg></li><li title=\"tumblr square \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M2,2V22H22V2ZM13.57,17.85a3.4,3.4,0,0,1-3.75-3.33V10.44H8.56V8.83A3.83,3.83,0,0,0,11,5.47a.09.09,0,0,1,.09-.09h1.82V8.55h2.5v1.89H12.92v3.89a1.11,1.11,0,0,0,1.2,1.23,3,3,0,0,0,1-.22l.6,1.78A3.34,3.34,0,0,1,13.57,17.85Z\"/></svg></li><li title=\"tumblr \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M16.79,18a4.65,4.65,0,0,1-1.62.35,1.75,1.75,0,0,1-1.92-2V10.12h4v-3h-4V2H10.33a.15.15,0,0,0-.14.15A6.11,6.11,0,0,1,6.25,7.54v2.58h2v6.54c0,2.23,1.65,5.41,6,5.34,1.47,0,3.11-.64,3.47-1.17Z\"/></svg></li><li title=\"tv retro slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M11.62,7.92A1,1,0,0,0,12,8h6a1,1,0,0,1,1,1v5.34a1,1,0,1,0,2,0V9a3,3,0,0,0-3-3H14.41l2.3-2.29a1,1,0,1,0-1.42-1.42l-4,4a1,1,0,0,0-.21.33,1,1,0,0,0,0,.76A1,1,0,0,0,11.62,7.92ZM21.71,20.29l-18-18A1,1,0,0,0,2.29,3.71L4.83,6.24A3,3,0,0,0,3,9v8a3,3,0,0,0,3,3v1a1,1,0,0,0,2,0V20h8v1a1,1,0,0,0,2,0V20a3.07,3.07,0,0,0,.53-.06l1.76,1.77a1,1,0,0,0,1.42,0A1,1,0,0,0,21.71,20.29ZM6,18a1,1,0,0,1-1-1V9A1,1,0,0,1,6,8h.59l10,10Z\"/></svg></li><li title=\"tv retro \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M18,6H14.41l2.3-2.29a1,1,0,1,0-1.42-1.42L12,5.54l-1.17-2a1,1,0,1,0-1.74,1L10,6H6A3,3,0,0,0,3,9v8a3,3,0,0,0,3,3v1a1,1,0,0,0,2,0V20h8v1a1,1,0,0,0,2,0V20a3,3,0,0,0,3-3V9A3,3,0,0,0,18,6Zm1,11a1,1,0,0,1-1,1H6a1,1,0,0,1-1-1V9A1,1,0,0,1,6,8H18a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"twitter alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M22.99121,3.9502a.99942.99942,0,0,0-1.51074-.85938,7.47956,7.47956,0,0,1-1.873.793,5.15234,5.15234,0,0,0-3.374-1.24219,5.23238,5.23238,0,0,0-5.22363,5.06348A11.03194,11.03194,0,0,1,4.19629,3.78125,1.01154,1.01154,0,0,0,3.33887,3.416a.99852.99852,0,0,0-.78516.5,5.2755,5.2755,0,0,0-.24219,4.76855l-.00195.00195a1.0411,1.0411,0,0,0-.49512.88868,3.04174,3.04174,0,0,0,.02637.43945,5.1854,5.1854,0,0,0,1.56836,3.3125.99813.99813,0,0,0-.06641.76953,5.20436,5.20436,0,0,0,2.36231,2.92187,7.46464,7.46464,0,0,1-3.58985.44825.99975.99975,0,0,0-.665,1.833A12.94248,12.94248,0,0,0,8.46,21.36133,12.7878,12.7878,0,0,0,20.9248,11.998,12.82166,12.82166,0,0,0,21.46,8.35156c0-.06543,0-.13281-.001-.20019A5.76963,5.76963,0,0,0,22.99121,3.9502ZM19.68457,7.16211a.995.995,0,0,0-.2334.70215c.00977.165.00879.331.00879.4873a10.82371,10.82371,0,0,1-.4541,3.08106A10.68457,10.68457,0,0,1,8.46,19.36133a10.93791,10.93791,0,0,1-2.55078-.30078,9.47951,9.47951,0,0,0,2.94238-1.56348A1.00033,1.00033,0,0,0,8.25,15.71094a3.208,3.208,0,0,1-2.21387-.93457q.22413-.04248.44532-.10547a1.00026,1.00026,0,0,0-.08008-1.94336,3.19824,3.19824,0,0,1-2.25-1.72559,5.29929,5.29929,0,0,0,.54492.0459,1.02093,1.02093,0,0,0,.9834-.69629A.9998.9998,0,0,0,5.2793,9.21484,3.19559,3.19559,0,0,1,3.85547,6.542c0-.0664.00195-.13281.00586-.19824a13.01365,13.01365,0,0,0,8.209,3.47949,1.02046,1.02046,0,0,0,.81739-.3584,1.00037,1.00037,0,0,0,.206-.86816,3.15653,3.15653,0,0,1-.08691-.72852A3.23,3.23,0,0,1,16.2334,4.6416a3.18428,3.18428,0,0,1,2.34472,1.02051A.993.993,0,0,0,19.499,5.96a9.27073,9.27073,0,0,0,1.21192-.32226A6.68126,6.68126,0,0,1,19.68457,7.16211Z\"/></svg></li><li title=\"twitter \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M22,5.8a8.49,8.49,0,0,1-2.36.64,4.13,4.13,0,0,0,1.81-2.27,8.21,8.21,0,0,1-2.61,1,4.1,4.1,0,0,0-7,3.74A11.64,11.64,0,0,1,3.39,4.62a4.16,4.16,0,0,0-.55,2.07A4.09,4.09,0,0,0,4.66,10.1,4.05,4.05,0,0,1,2.8,9.59v.05a4.1,4.1,0,0,0,3.3,4A3.93,3.93,0,0,1,5,13.81a4.9,4.9,0,0,1-.77-.07,4.11,4.11,0,0,0,3.83,2.84A8.22,8.22,0,0,1,3,18.34a7.93,7.93,0,0,1-1-.06,11.57,11.57,0,0,0,6.29,1.85A11.59,11.59,0,0,0,20,8.45c0-.17,0-.35,0-.53A8.43,8.43,0,0,0,22,5.8Z\"/></svg></li><li title=\"umbrella \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21,11.24s0,0,0,0a.22.22,0,0,1,0-.08l0-.19c0-.23-.06-.46-.1-.69a.75.75,0,0,1,0-.16c-.05-.25-.12-.49-.19-.73v0a8.91,8.91,0,0,0-5.86-5.87l-.08,0c-.22-.07-.45-.13-.68-.18l-.18,0a5.21,5.21,0,0,0-.55-.08l-.24,0V3a1,1,0,0,0-2,0v.06a8.7,8.7,0,0,0-1,.18,4.71,4.71,0,0,0-.62.16l-.13,0c-.25.08-.48.17-.72.26l0,0A8.93,8.93,0,0,0,3.42,9.28a.31.31,0,0,0,0,.08,6.38,6.38,0,0,0-.19.72l0,.16q-.08.36-.12.75s0,.07,0,.11,0,.06,0,.09,0,0,0,.05c0,.25,0,.5,0,.76a1,1,0,0,0,1,1h7v6a1,1,0,0,1-2,0,1,1,0,0,0-2,0,3,3,0,0,0,6,0V13h7a1,1,0,0,0,1-1C21,11.74,21,11.49,21,11.24ZM8,11H5.08s0-.07,0-.11,0-.28.08-.41,0-.13,0-.19.08-.32.13-.48l0-.08A7,7,0,0,1,9.1,5.64,16.09,16.09,0,0,0,8,11Zm2,0c.19-3.91,1.44-6,2-6s1.79,2.09,2,6Zm6,0A16.09,16.09,0,0,0,14.9,5.64a7,7,0,0,1,3.73,4.12v0a4.61,4.61,0,0,1,.15.53.83.83,0,0,0,0,.15c0,.14.06.29.08.43s0,.07,0,.11Z\"/></svg></li><li title=\"unamused \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M14.66,13.56l-4.19,1.5A1,1,0,0,0,10.8,17a1,1,0,0,0,.34-.06l4.2-1.5a1,1,0,1,0-.68-1.88Zm-4-3a1,1,0,0,0,0-1.41,3.08,3.08,0,0,0-4.24,0,1,1,0,1,0,1.41,1.41,1,1,0,0,1,1.42,0,1,1,0,0,0,1.41,0Zm7-1.41a3.08,3.08,0,0,0-4.24,0,1,1,0,0,0,1.41,1.41,1,1,0,0,1,1.42,0,1,1,0,0,0,1.41,0A1,1,0,0,0,17.62,9.13ZM12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z\"/></svg></li><li title=\"underline \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M12,15.5a5,5,0,0,0,5-5v-5a1,1,0,0,0-2,0v5a3,3,0,0,1-6,0v-5a1,1,0,0,0-2,0v5A5,5,0,0,0,12,15.5Zm5,2H7a1,1,0,0,0,0,2H17a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"university \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M21,10a.99974.99974,0,0,0,1-1V6a.9989.9989,0,0,0-.68359-.94824l-9-3a1.002,1.002,0,0,0-.63282,0l-9,3A.9989.9989,0,0,0,2,6V9a.99974.99974,0,0,0,1,1H4v7.18427A2.99507,2.99507,0,0,0,2,20v2a.99974.99974,0,0,0,1,1H21a.99974.99974,0,0,0,1-1V20a2.99507,2.99507,0,0,0-2-2.81573V10ZM20,21H4V20a1.001,1.001,0,0,1,1-1H19a1.001,1.001,0,0,1,1,1ZM6,17V10H8v7Zm4,0V10h4v7Zm6,0V10h2v7ZM4,8V6.7207l8-2.667,8,2.667V8Z\"/></svg></li><li title=\"unlock alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,13a1,1,0,0,0-1,1v3a1,1,0,0,0,2,0V14A1,1,0,0,0,12,13Zm5-4H9V7a3,3,0,0,1,5.12-2.13,3.08,3.08,0,0,1,.78,1.38,1,1,0,1,0,1.94-.5,5.09,5.09,0,0,0-1.31-2.29A5,5,0,0,0,7,7V9a3,3,0,0,0-3,3v7a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V12A3,3,0,0,0,17,9Zm1,10a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V12a1,1,0,0,1,1-1H17a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"unlock \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M17,9H9V7a3,3,0,0,1,5.12-2.13,3.08,3.08,0,0,1,.78,1.38,1,1,0,1,0,1.94-.5,5.09,5.09,0,0,0-1.31-2.29A5,5,0,0,0,7,7V9a3,3,0,0,0-3,3v7a3,3,0,0,0,3,3H17a3,3,0,0,0,3-3V12A3,3,0,0,0,17,9Zm1,10a1,1,0,0,1-1,1H7a1,1,0,0,1-1-1V12a1,1,0,0,1,1-1H17a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"upload alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M9.71,6.71,11,5.41V17a1,1,0,0,0,2,0V5.41l1.29,1.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42l-3-3a1,1,0,0,0-1.42,0l-3,3A1,1,0,0,0,9.71,6.71ZM18,9H16a1,1,0,0,0,0,2h2a1,1,0,0,1,1,1v7a1,1,0,0,1-1,1H6a1,1,0,0,1-1-1V12a1,1,0,0,1,1-1H8A1,1,0,0,0,8,9H6a3,3,0,0,0-3,3v7a3,3,0,0,0,3,3H18a3,3,0,0,0,3-3V12A3,3,0,0,0,18,9Z\"/></svg></li><li title=\"upload \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M8.71,7.71,11,5.41V15a1,1,0,0,0,2,0V5.41l2.29,2.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42l-4-4a1,1,0,0,0-.33-.21,1,1,0,0,0-.76,0,1,1,0,0,0-.33.21l-4,4A1,1,0,1,0,8.71,7.71ZM21,12a1,1,0,0,0-1,1v6a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V13a1,1,0,0,0-2,0v6a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V13A1,1,0,0,0,21,12Z\"/></svg></li><li title=\"usd circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M11,9h4a1,1,0,0,0,0-2H13V6a1,1,0,0,0-2,0V7a3,3,0,0,0,0,6h2a1,1,0,0,1,0,2H9a1,1,0,0,0,0,2h2v1a1,1,0,0,0,2,0V17a3,3,0,0,0,0-6H11a1,1,0,0,1,0-2Zm1-8A11,11,0,1,0,23,12,11,11,0,0,0,12,1Zm0,20a9,9,0,1,1,9-9A9,9,0,0,1,12,21Z\"/></svg></li><li title=\"usd square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M11,9h4a1,1,0,0,0,0-2H13V6a1,1,0,0,0-2,0V7a3,3,0,0,0,0,6h2a1,1,0,0,1,0,2H9a1,1,0,0,0,0,2h2v1a1,1,0,0,0,2,0V17a3,3,0,0,0,0-6H11a1,1,0,0,1,0-2Zm8-7H5A3,3,0,0,0,2,5V19a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V5A3,3,0,0,0,19,2Zm1,17a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V5A1,1,0,0,1,5,4H19a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"user arrows \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M20.64026,15.77179A3.46849,3.46849,0,0,0,21.5,13.5a3.5,3.5,0,0,0-7,0,3.46849,3.46849,0,0,0,.85974,2.27179A4.98821,4.98821,0,0,0,13,20a1,1,0,0,0,2,0,3,3,0,0,1,6,0,1,1,0,0,0,2,0A4.98821,4.98821,0,0,0,20.64026,15.77179ZM18,15a1.5,1.5,0,1,1,1.5-1.5A1.50164,1.50164,0,0,1,18,15ZM6.79327,7.70734,8.793,9.707A.99989.99989,0,0,0,10.207,8.293L9.91406,8h4.17188l-.293.293A.99989.99989,0,1,0,15.207,9.707l1.9997-1.99969a1.00354,1.00354,0,0,0,0-1.41468L15.207,4.293A.99989.99989,0,0,0,13.793,5.707l.293.293H9.91406l.293-.293A.99989.99989,0,0,0,8.793,4.293L6.79327,6.29266a1.00354,1.00354,0,0,0,0,1.41468Zm1.847,8.06445A3.46849,3.46849,0,0,0,9.5,13.5a3.5,3.5,0,0,0-7,0,3.46849,3.46849,0,0,0,.85974,2.27179A4.98821,4.98821,0,0,0,1,20a1,1,0,0,0,2,0,3,3,0,0,1,6,0,1,1,0,0,0,2,0A4.98821,4.98821,0,0,0,8.64026,15.77179ZM6,15a1.5,1.5,0,1,1,1.5-1.5A1.50164,1.50164,0,0,1,6,15Z\"/></svg></li><li title=\"user check \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M13.3,12.22A4.92,4.92,0,0,0,15,8.5a5,5,0,0,0-10,0,4.92,4.92,0,0,0,1.7,3.72A8,8,0,0,0,2,19.5a1,1,0,0,0,2,0,6,6,0,0,1,12,0,1,1,0,0,0,2,0A8,8,0,0,0,13.3,12.22ZM10,11.5a3,3,0,1,1,3-3A3,3,0,0,1,10,11.5ZM21.71,9.13a1,1,0,0,0-1.42,0l-2,2-.62-.63a1,1,0,0,0-1.42,0,1,1,0,0,0,0,1.41l1.34,1.34a1,1,0,0,0,1.41,0l2.67-2.67A1,1,0,0,0,21.71,9.13Z\"/></svg></li><li title=\"user circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M12,2A10,10,0,0,0,4.65,18.76h0a10,10,0,0,0,14.7,0h0A10,10,0,0,0,12,2Zm0,18a8,8,0,0,1-5.55-2.25,6,6,0,0,1,11.1,0A8,8,0,0,1,12,20ZM10,10a2,2,0,1,1,2,2A2,2,0,0,1,10,10Zm8.91,6A8,8,0,0,0,15,12.62a4,4,0,1,0-6,0A8,8,0,0,0,5.09,16,7.92,7.92,0,0,1,4,12a8,8,0,0,1,16,0A7.92,7.92,0,0,1,18.91,16Z\"/></svg></li><li title=\"user exclamation \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M14.55,12.22a4.92,4.92,0,0,0,1.7-3.72,5,5,0,0,0-10,0A4.92,4.92,0,0,0,8,12.22a8,8,0,0,0-4.7,7.28,1,1,0,0,0,2,0,6,6,0,0,1,12,0,1,1,0,0,0,2,0A8,8,0,0,0,14.55,12.22Zm-3.3-.72a3,3,0,1,1,3-3A3,3,0,0,1,11.25,11.5Zm8.5-5a1,1,0,0,0-1,1v2a1,1,0,0,0,2,0v-2A1,1,0,0,0,19.75,6.5ZM19,11.79a1.05,1.05,0,0,0-.29.71,1,1,0,0,0,.29.71,1.15,1.15,0,0,0,.33.21.94.94,0,0,0,.76,0,.9.9,0,0,0,.54-.54.84.84,0,0,0,.08-.38A1,1,0,0,0,19,11.79Z\"/></svg></li><li title=\"user location \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M14.49,10.86a3.09,3.09,0,1,0-5,0,4.67,4.67,0,0,0-1.12,1A1,1,0,1,0,10,13.12a2.62,2.62,0,0,1,2.05-1h0a2.62,2.62,0,0,1,2.05,1,1,1,0,0,0,.78.37,1,1,0,0,0,.78-1.62A4.67,4.67,0,0,0,14.49,10.86ZM12,10.13h0A1.09,1.09,0,1,1,13.09,9,1.09,1.09,0,0,1,12,10.13Zm8.46-.5A8.5,8.5,0,0,0,7.3,3.36,8.56,8.56,0,0,0,3.54,9.63,8.46,8.46,0,0,0,6,16.46l5.3,5.31a1,1,0,0,0,1.42,0L18,16.46A8.46,8.46,0,0,0,20.46,9.63ZM16.6,15.05,12,19.65l-4.6-4.6A6.49,6.49,0,0,1,5.53,9.83,6.57,6.57,0,0,1,8.42,5a6.47,6.47,0,0,1,7.16,0,6.57,6.57,0,0,1,2.89,4.81A6.49,6.49,0,0,1,16.6,15.05Z\"/></svg></li><li title=\"user md \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M15.8985,13.229l-.00427-.00183c-.06336-.02673-.12439-.05774-.18836-.08313A5.98759,5.98759,0,0,0,18,8.43457a5.2899,5.2899,0,0,0-.04468-.63049.94592.94592,0,0,0,.03784-.12195l.28125-2.39746A3.00567,3.00567,0,0,0,15.83154,1.9834l-.79-.14356a16.931,16.931,0,0,0-6.08252,0l-.791.14356A3.0057,3.0057,0,0,0,5.72559,5.28467l.28125,2.39746a.94592.94592,0,0,0,.03784.122A5.2899,5.2899,0,0,0,6,8.43457,5.98759,5.98759,0,0,0,8.29413,13.144c-.064.02539-.125.0564-.18836.08313L8.1015,13.229a9.94794,9.94794,0,0,0-6.03558,8.09717,1,1,0,0,0,1.98828.2168A7.94836,7.94836,0,0,1,8.26965,15.358L11.293,18.38135a.99963.99963,0,0,0,1.41406,0L15.73035,15.358A7.94836,7.94836,0,0,1,19.9458,21.543a.99992.99992,0,0,0,.99268.8916,1.048,1.048,0,0,0,.10986-.00586,1.00007,1.00007,0,0,0,.88574-1.10254A9.94794,9.94794,0,0,0,15.8985,13.229ZM7.71191,5.05127a1.00179,1.00179,0,0,1,.814-1.1001l.79053-.14355a14.92975,14.92975,0,0,1,5.36718,0l.79.14355a1.00176,1.00176,0,0,1,.81446,1.1001l-.17774,1.51416H7.88965ZM12,16.26025,10.34973,14.61a7.8502,7.8502,0,0,1,3.30054,0Zm0-3.82568A4.005,4.005,0,0,1,8.002,8.56543h7.9961A4.005,4.005,0,0,1,12,12.43457Z\"/></svg></li><li title=\"user minus \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21,10.5H17a1,1,0,0,0,0,2h4a1,1,0,0,0,0-2Zm-7.7,1.72A4.92,4.92,0,0,0,15,8.5a5,5,0,0,0-10,0,4.92,4.92,0,0,0,1.7,3.72A8,8,0,0,0,2,19.5a1,1,0,0,0,2,0,6,6,0,0,1,12,0,1,1,0,0,0,2,0A8,8,0,0,0,13.3,12.22ZM10,11.5a3,3,0,1,1,3-3A3,3,0,0,1,10,11.5Z\"/></svg></li><li title=\"user nurse \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M16.1745,12.91626c-.01825-.00818-.03522-.01685-.05383-.0238-.1377-.06214-.27393-.127-.4148-.183a6,6,0,1,0-7.41174,0c-.14087.056-.2771.12085-.4148.183-.01861.00695-.03558.01562-.05383.0238A9.946,9.946,0,0,0,2.06592,20.8916a1,1,0,1,0,1.98828.2168,7.94518,7.94518,0,0,1,3.9873-6.0586L11.293,18.30127a.99963.99963,0,0,0,1.41406,0L15.9585,15.0498a7.94518,7.94518,0,0,1,3.9873,6.0586A.99992.99992,0,0,0,20.93848,22a1.048,1.048,0,0,0,.10986-.00586,1.00007,1.00007,0,0,0,.88574-1.10254A9.946,9.946,0,0,0,16.1745,12.91626ZM8.041,7.59424a3.97749,3.97749,0,0,1,7.918,0ZM12,16.18018l-1.93695-1.93695a7.834,7.834,0,0,1,3.8739,0ZM12,12A4.003,4.003,0,0,1,8.33588,9.59424h7.32824A4.003,4.003,0,0,1,12,12Z\"/></svg></li><li title=\"user plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21,10.5H20v-1a1,1,0,0,0-2,0v1H17a1,1,0,0,0,0,2h1v1a1,1,0,0,0,2,0v-1h1a1,1,0,0,0,0-2Zm-7.7,1.72A4.92,4.92,0,0,0,15,8.5a5,5,0,0,0-10,0,4.92,4.92,0,0,0,1.7,3.72A8,8,0,0,0,2,19.5a1,1,0,0,0,2,0,6,6,0,0,1,12,0,1,1,0,0,0,2,0A8,8,0,0,0,13.3,12.22ZM10,11.5a3,3,0,1,1,3-3A3,3,0,0,1,10,11.5Z\"/></svg></li><li title=\"user square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M14.81,12.28a3.73,3.73,0,0,0,1-2.5,3.78,3.78,0,0,0-7.56,0,3.73,3.73,0,0,0,1,2.5A5.94,5.94,0,0,0,6,16.89a1,1,0,0,0,2,.22,4,4,0,0,1,7.94,0A1,1,0,0,0,17,18h.11a1,1,0,0,0,.88-1.1A5.94,5.94,0,0,0,14.81,12.28ZM12,11.56a1.78,1.78,0,1,1,1.78-1.78A1.78,1.78,0,0,1,12,11.56ZM19,2H5A3,3,0,0,0,2,5V19a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V5A3,3,0,0,0,19,2Zm1,17a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V5A1,1,0,0,1,5,4H19a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"user times \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M13.3,12.22A4.92,4.92,0,0,0,15,8.5a5,5,0,0,0-10,0,4.92,4.92,0,0,0,1.7,3.72A8,8,0,0,0,2,19.5a1,1,0,0,0,2,0,6,6,0,0,1,12,0,1,1,0,0,0,2,0A8,8,0,0,0,13.3,12.22ZM10,11.5a3,3,0,1,1,3-3A3,3,0,0,1,10,11.5Zm10.91.5.8-.79a1,1,0,0,0-1.42-1.42l-.79.8-.79-.8a1,1,0,0,0-1.42,1.42l.8.79-.8.79a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l.79-.8.79.8a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42Z\"/></svg></li><li title=\"user \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M15.71,12.71a6,6,0,1,0-7.42,0,10,10,0,0,0-6.22,8.18,1,1,0,0,0,2,.22,8,8,0,0,1,15.9,0,1,1,0,0,0,1,.89h.11a1,1,0,0,0,.88-1.1A10,10,0,0,0,15.71,12.71ZM12,12a4,4,0,1,1,4-4A4,4,0,0,1,12,12Z\"/></svg></li><li title=\"users alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12.3,12.22A4.92,4.92,0,0,0,14,8.5a5,5,0,0,0-10,0,4.92,4.92,0,0,0,1.7,3.72A8,8,0,0,0,1,19.5a1,1,0,0,0,2,0,6,6,0,0,1,12,0,1,1,0,0,0,2,0A8,8,0,0,0,12.3,12.22ZM9,11.5a3,3,0,1,1,3-3A3,3,0,0,1,9,11.5Zm9.74.32A5,5,0,0,0,15,3.5a1,1,0,0,0,0,2,3,3,0,0,1,3,3,3,3,0,0,1-1.5,2.59,1,1,0,0,0-.5.84,1,1,0,0,0,.45.86l.39.26.13.07a7,7,0,0,1,4,6.38,1,1,0,0,0,2,0A9,9,0,0,0,18.74,11.82Z\"/></svg></li><li title=\"utensils alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M15.53,14.13a1,1,0,0,0-1.42,0,1,1,0,0,0,0,1.41l6.18,6.18a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.41Zm1.23-2.49a3,3,0,0,0,2.12-.88l2.83-2.83a1,1,0,0,0,0-1.41,1,1,0,0,0-1.42,0L17.46,9.35a1,1,0,0,1-1.41,0l3.54-3.54a1,1,0,0,0,0-1.41,1,1,0,0,0-1.42,0L14.64,7.93h0a1,1,0,0,1,0-1.41l2.82-2.83a1,1,0,1,0-1.41-1.41L13.22,5.11a3,3,0,0,0,0,4.24h0L12,10.59,10.44,9.05a4.16,4.16,0,0,0-.74-5C8.26,2.61,4.53,1,2.77,2.79S2.6,8.27,4,9.72A4.36,4.36,0,0,0,6.94,11h.14A3.88,3.88,0,0,0,9,10.46L10.57,12,2.29,20.28a1,1,0,1,0,1.42,1.41l9-9,0,0,0,0,1.92-1.92A3,3,0,0,0,16.76,11.64ZM8.43,8.44A1.93,1.93,0,0,1,7,9,2.26,2.26,0,0,1,5.46,8.3C4.38,7.22,3.62,4.77,4.19,4.2A1,1,0,0,1,4.85,4,5.87,5.87,0,0,1,8.29,5.47,2.12,2.12,0,0,1,8.43,8.44Z\"/></svg></li><li title=\"utensils \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19,2a1,1,0,0,0-1,1V8.46l-1,.67V3a1,1,0,0,0-2,0V9.13l-1-.67V3a1,1,0,0,0-2,0V9a1,1,0,0,0,.45.83L15,11.54V21a1,1,0,0,0,2,0V11.54l2.55-1.71A1,1,0,0,0,20,9V3A1,1,0,0,0,19,2ZM9,2H9A5,5,0,0,0,4,7v6a1,1,0,0,0,1,1H8v7a1,1,0,0,0,2,0V3A1,1,0,0,0,9,2ZM8,12H6V7A3,3,0,0,1,8,4.17Z\"/></svg></li><li title=\"vector square alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M16,7H8A1,1,0,0,0,7,8v8a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1V8A1,1,0,0,0,16,7Zm-1,8H9V9h6Zm6,3.28V5.72A2,2,0,1,0,18.28,3H5.72A2,2,0,1,0,3,5.72V18.28A2,2,0,1,0,5.72,21H18.28A2,2,0,1,0,21,18.28Zm-2,0a1.91,1.91,0,0,0-.72.72H5.72A1.91,1.91,0,0,0,5,18.28V5.72A1.91,1.91,0,0,0,5.72,5H18.28a1.91,1.91,0,0,0,.72.72Z\"/></svg></li><li title=\"vector square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M20,16.18V7.82A3,3,0,1,0,16.18,4H7.82A3,3,0,1,0,4,7.82v8.36A3,3,0,1,0,7.82,20h8.36A3,3,0,1,0,20,16.18ZM19,4a1,1,0,1,1-1,1A1,1,0,0,1,19,4ZM5,4A1,1,0,1,1,4,5,1,1,0,0,1,5,4ZM5,20a1,1,0,1,1,1-1A1,1,0,0,1,5,20Zm11.18-2H7.82A3,3,0,0,0,6,16.18V7.82A3,3,0,0,0,7.82,6h8.36A3,3,0,0,0,18,7.82v8.36A3,3,0,0,0,16.18,18ZM19,20a1,1,0,1,1,1-1A1,1,0,0,1,19,20Z\"/></svg></li><li title=\"venus \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M19,9a7,7,0,1,0-8,6.92V18H10a1,1,0,0,0,0,2h1v1a1,1,0,0,0,2,0V20h1a1,1,0,0,0,0-2H13V15.92A7,7,0,0,0,19,9Zm-7,5a5,5,0,1,1,5-5A5,5,0,0,1,12,14Z\"/></svg></li><li title=\"vertical align bottom \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21,20H18V9a1,1,0,0,0-1-1H14V3a1,1,0,0,0-1-1H7A1,1,0,0,0,6,3V20H3a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2Zm-9,0H8V4h4Zm4,0H14V10h2Z\"/></svg></li><li title=\"vertical align center \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21,11H18V6a1,1,0,0,0-1-1H14V3a1,1,0,0,0-1-1H7A1,1,0,0,0,6,3v8H3a1,1,0,0,0,0,2H6v8a1,1,0,0,0,1,1h6a1,1,0,0,0,1-1V19h3a1,1,0,0,0,1-1V13h3a1,1,0,0,0,0-2Zm-9,9H8V4h4Zm4-3H14V7h2Z\"/></svg></li><li title=\"vertical align top \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21,2H3A1,1,0,0,0,3,4H6V21a1,1,0,0,0,1,1h6a1,1,0,0,0,1-1V16h3a1,1,0,0,0,1-1V4h3a1,1,0,0,0,0-2ZM12,20H8V4h4Zm4-6H14V4h2Z\"/></svg></li><li title=\"vertical distribute bottom \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21,18H20V13a1,1,0,0,0-1-1H5a1,1,0,0,0-1,1v5H3a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2Zm-3,0H6V14H18ZM3,10H21a1,1,0,0,0,0-2H19V5a1,1,0,0,0-1-1H6A1,1,0,0,0,5,5V8H3a1,1,0,0,0,0,2ZM7,6H17V8H7Z\"/></svg></li><li title=\"vertical distribution center \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21,15H20V13a1,1,0,0,0-1-1H5a1,1,0,0,0-1,1v2H3a1,1,0,0,0,0,2H4v2a1,1,0,0,0,1,1H19a1,1,0,0,0,1-1V17h1a1,1,0,0,0,0-2Zm-3,3H6V14H18ZM3,8H5V9a1,1,0,0,0,1,1H18a1,1,0,0,0,1-1V8h2a1,1,0,0,0,0-2H19V5a1,1,0,0,0-1-1H6A1,1,0,0,0,5,5V6H3A1,1,0,0,0,3,8ZM7,6H17V8H7Z\"/></svg></li><li title=\"vertical distribution top \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M3,6H4v5a1,1,0,0,0,1,1H19a1,1,0,0,0,1-1V6h1a1,1,0,0,0,0-2H3A1,1,0,0,0,3,6ZM6,6H18v4H6Zm15,8H3a1,1,0,0,0,0,2H5v3a1,1,0,0,0,1,1H18a1,1,0,0,0,1-1V16h2a1,1,0,0,0,0-2Zm-4,4H7V16H17Z\"/></svg></li><li title=\"video question \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M10.21,17.29a1.04667,1.04667,0,0,0-1.41992,0,1.02673,1.02673,0,0,0-.21.32959.94223.94223,0,0,0,0,.76025,1.15384,1.15384,0,0,0,.21.33008A1,1,0,0,0,10.5,18a.99993.99993,0,0,0-.08008-.38037A1.1515,1.1515,0,0,0,10.21,17.29ZM9.5,9a3.00933,3.00933,0,0,0-2.59766,1.49951.99956.99956,0,1,0,1.73047,1.001A1.00032,1.00032,0,1,1,9.5,13a.99974.99974,0,0,0-1,1v1a1,1,0,0,0,2,0v-.18427A2.99257,2.99257,0,0,0,9.5,9ZM21.52539,6.14941a.999.999,0,0,0-.97266-.04394l-3.56408,1.782A2.9975,2.9975,0,0,0,14,5H5A3.00328,3.00328,0,0,0,2,8v6a3.00328,3.00328,0,0,0,3,3H6a1,1,0,0,0,0-2H5a1.001,1.001,0,0,1-1-1V8A1.001,1.001,0,0,1,5,7h9a1.001,1.001,0,0,1,1,1v6a1.001,1.001,0,0,1-1,1h-.5a1,1,0,0,0,0,2H14a2.9975,2.9975,0,0,0,2.98865-2.88751l3.56408,1.782A1.00038,1.00038,0,0,0,22,15V7A.99976.99976,0,0,0,21.52539,6.14941ZM20,13.38184l-3-1.5V10.11816l3-1.5Z\"/></svg></li><li title=\"video slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M7.71,6.29h0l-4-4A1,1,0,0,0,2.29,3.71L4.62,6A3,3,0,0,0,2,9v6a3,3,0,0,0,3,3h9a3,3,0,0,0,1.9-.69l4.39,4.4a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42ZM14,16H5a1,1,0,0,1-1-1V9A1,1,0,0,1,5,8H6.59l7.87,7.88A1,1,0,0,1,14,16Zm7.53-8.85a1,1,0,0,0-1,0L17,8.89A3,3,0,0,0,14,6H12.66a1,1,0,0,0,0,2H14a1,1,0,0,1,1,1v1.5h0a1.62,1.62,0,0,0,0,.19.65.65,0,0,0,.05.2h0s.05.06.07.1a1,1,0,0,0,.15.21s.1.06.15.1l.17.11a.85.85,0,0,0,.23,0,.7.7,0,0,0,.14,0h0a1.62,1.62,0,0,0,.19,0,.65.65,0,0,0,.2-.05h0L20,9.62v5.72a1,1,0,1,0,2,0V8A1,1,0,0,0,21.53,7.15Z\"/></svg></li><li title=\"video \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21.53,7.15a1,1,0,0,0-1,0L17,8.89A3,3,0,0,0,14,6H5A3,3,0,0,0,2,9v6a3,3,0,0,0,3,3h9a3,3,0,0,0,3-2.89l3.56,1.78A1,1,0,0,0,21,17a1,1,0,0,0,.53-.15A1,1,0,0,0,22,16V8A1,1,0,0,0,21.53,7.15ZM15,15a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V9A1,1,0,0,1,5,8h9a1,1,0,0,1,1,1Zm5-.62-3-1.5V11.12l3-1.5Z\"/></svg></li><li title=\"virus slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M10.16943,5.23633A7.51405,7.51405,0,0,1,11,5.07751V6.34814a1,1,0,1,0,2,0v-1.277a6.94554,6.94554,0,0,1,3.9491,1.98022l.00061.00092.00134.00091A6.98718,6.98718,0,0,1,18.921,11.002H18a1,1,0,0,0,0,2h.922a7.64958,7.64958,0,0,1-.16028.82666.99981.99981,0,0,0,.71875,1.21778.98343.98343,0,0,0,.25.03173,1.0002,1.0002,0,0,0,.96777-.75048,9.59392,9.59392,0,0,0,.23621-1.32569H22a1,1,0,0,0,0-2H20.94073A8.93293,8.93293,0,0,0,19.028,6.38824l.7503-.75006a.99989.99989,0,0,0-1.41406-1.41406l-.75287.75263A8.911,8.911,0,0,0,13,3.06763V1.99805a1,1,0,1,0-2,0V3.06372a9.47345,9.47345,0,0,0-1.32959.23608.9999.9999,0,0,0,.499,1.93653ZM14,9.002a1,1,0,1,0,1-1A1,1,0,0,0,14,9.002Zm4.3772,7.96314-.00757-.01148-.01178-.00787L2.707,1.29492A.99989.99989,0,0,0,1.293,2.709l3.67889,3.6789A8.93173,8.93173,0,0,0,3.05927,11.002H2a1,1,0,0,0,0,2H3.06006a8.94838,8.94838,0,0,0,1.91138,4.61451l-.74976.74975a.99989.99989,0,1,0,1.41406,1.41406l.74988-.74987A8.94628,8.94628,0,0,0,11,20.93854V22.002a1,1,0,0,0,2,0V20.93854a8.94628,8.94628,0,0,0,4.61438-1.90814L21.293,22.709A.99989.99989,0,0,0,22.707,21.29492ZM13,18.91888V17.002a1,1,0,0,0-2,0v1.917a6.98552,6.98552,0,0,1-3.945-1.96021l-.0047-.00708-.00683-.00452A6.99374,6.99374,0,0,1,5.07971,13.002H6a1,1,0,0,0,0-2H5.0788A6.94294,6.94294,0,0,1,6.39948,7.81549L8.25305,9.66907a1.49935,1.49935,0,0,0,2.07984,2.07983l5.8529,5.85291A6.95663,6.95663,0,0,1,13,18.91888ZM9,14.002a1,1,0,1,0,1,1A1,1,0,0,0,9,14.002Z\"/></svg></li><li title=\"visual studio \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M16.85,2,9.09,9.77,4.19,5.91,2.05,7V17L4.2,18.09l4.93-3.85L16.87,22,22,19.93V4ZM4.37,14.3V9.65l2.44,2.43ZM16.7,15.59,12.05,12,16.7,8.41Z\"/></svg></li><li title=\"vk alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M15.74365,13.5293a5.5186,5.5186,0,0,0-.97741-.83612A7.87286,7.87286,0,0,0,17.625,8.22168a1,1,0,1,0-1.9502-.44336,5.86,5.86,0,0,1-3.0205,3.90228V8.002a.95817.95817,0,0,0-.0437-.21643,1.0238,1.0238,0,0,0-.03449-.17083.991.991,0,0,0-.16681-.24891c-.01788-.02124-.02691-.04925-.04645-.0689a1.00121,1.00121,0,0,0-.24609-.16706c-.02551-.01361-.04449-.03662-.07129-.048a1.01943,1.01943,0,0,0-.23645-.04865.94528.94528,0,0,0-.15179-.03119L11.00293,7H11a.99525.99525,0,0,0-.3501,1.92865v4.89069A11.307,11.307,0,0,1,7.64014,7.835a.99988.99988,0,1,0-1.97168.334,13.33371,13.33371,0,0,0,5.3999,8.64355.986.986,0,0,0,.12781.06445.94.94,0,0,0,.10748.0542.99383.99383,0,0,0,.35065.0708.98307.98307,0,0,0,.42382-.10186c.00995-.0047.02137-.00251.03126-.00751a.99262.99262,0,0,0,.24011-.17529c.01422-.01386.02374-.03089.03717-.04554a.98836.98836,0,0,0,.15991-.23718c.01392-.02869.02661-.05609.03778-.08624a.9878.9878,0,0,0,.06995-.34638l.00049-2.126a3.55144,3.55144,0,0,1,1.61474,1.00488l1.64795,1.79687a.99979.99979,0,1,0,1.47363-1.35156ZM15.07275,1H8.9375C2.78027,1,1,2.77832,1,8.92676V15.0625C1,21.21973,2.77783,23,8.92725,23H15.0625C21.21973,23,23,21.22168,23,15.07324V8.9375C23,2.78027,21.22217,1,15.07275,1ZM21,15.07324C21,20.11328,20.1123,21,15.0625,21H8.92725C3.88623,21,3,20.1123,3,15.0625V8.92676C3,3.88672,3.8877,3,8.9375,3h6.13525C20.11377,3,21,3.8877,21,8.9375Z\"/></svg></li><li title=\"vk \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M15.07294,2H8.9375C3.33331,2,2,3.33331,2,8.92706V15.0625C2,20.66663,3.32294,22,8.92706,22H15.0625C20.66669,22,22,20.67706,22,15.07288V8.9375C22,3.33331,20.67706,2,15.07294,2Zm3.07287,14.27081H16.6875c-.55206,0-.71875-.44793-1.70831-1.4375-.86463-.83331-1.22919-.9375-1.44794-.9375-.30206,0-.38544.08332-.38544.5v1.3125c0,.35419-.11456.5625-1.04162.5625a5.69214,5.69214,0,0,1-4.44794-2.66668A11.62611,11.62611,0,0,1,5.35419,8.77081c0-.21875.08331-.41668.5-.41668H7.3125c.375,0,.51044.16668.65625.55212.70831,2.08331,1.91669,3.89581,2.40625,3.89581.1875,0,.27081-.08331.27081-.55206V10.10413c-.0625-.97913-.58331-1.0625-.58331-1.41663a.36008.36008,0,0,1,.375-.33337h2.29169c.3125,0,.41662.15625.41662.53125v2.89587c0,.3125.13544.41663.22919.41663.1875,0,.33331-.10413.67706-.44788a11.99877,11.99877,0,0,0,1.79169-2.97919.62818.62818,0,0,1,.63544-.41668H17.9375c.4375,0,.53125.21875.4375.53125A18.20507,18.20507,0,0,1,16.41669,12.25c-.15625.23956-.21875.36456,0,.64581.14581.21875.65625.64582,1,1.05207a6.48553,6.48553,0,0,1,1.22912,1.70837C18.77081,16.0625,18.5625,16.27081,18.14581,16.27081Z\"/></svg></li><li title=\"voicemail rectangle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M20,4H4A3,3,0,0,0,1,7V17a3,3,0,0,0,3,3H20a3,3,0,0,0,3-3V7A3,3,0,0,0,20,4Zm1,13a1,1,0,0,1-1,1H4a1,1,0,0,1-1-1V7A1,1,0,0,1,4,6H20a1,1,0,0,1,1,1ZM16,9a3,3,0,0,0-2.82,4H10.82A3,3,0,1,0,8,15h8a3,3,0,0,0,0-6ZM8,13a1,1,0,1,1,1-1A1,1,0,0,1,8,13Zm8,0a1,1,0,1,1,1-1A1,1,0,0,1,16,13Z\"/></svg></li><li title=\"voicemail \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M18,8a4,4,0,0,0-4,4,3.91,3.91,0,0,0,.56,2H9.44A3.91,3.91,0,0,0,10,12a4,4,0,1,0-4,4H18a4,4,0,0,0,0-8ZM6,14a2,2,0,1,1,2-2A2,2,0,0,1,6,14Zm12,0a2,2,0,1,1,2-2A2,2,0,0,1,18,14Z\"/></svg></li><li title=\"volleyball \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M20.59,6.9a0,0,0,0,1,0,0,.86.86,0,0,0-.07-.1A10,10,0,0,0,7.6,3l0,0h0l-.07,0a10,10,0,0,0-1,17.19h0l.33.2.1.07h0A9.93,9.93,0,0,0,12,22h.21A10,10,0,0,0,20.59,6.9ZM19,8.06a7.64,7.64,0,0,1,.65,1.46,10,10,0,0,0-3-.49.81.81,0,0,0-.31,0,9.78,9.78,0,0,0-3.58.73,7.85,7.85,0,0,1-1.84-1.6A8.16,8.16,0,0,1,19,8.06ZM12,4a7.86,7.86,0,0,1,4,1.07A7.77,7.77,0,0,0,15,5,10,10,0,0,0,9.8,6.47a8,8,0,0,1-.64-1.94A7.92,7.92,0,0,1,12,4ZM6,6.71A8.26,8.26,0,0,1,7.33,5.52,9.9,9.9,0,0,0,12,11.61a7.89,7.89,0,0,1-.77,2.88A8,8,0,0,1,6,7C6,6.9,6,6.81,6,6.71ZM4,12a8.1,8.1,0,0,1,.36-2.37,10,10,0,0,0,5.7,6.56,7.84,7.84,0,0,1-2.93,2.14A8,8,0,0,1,4,12Zm7.86,8a7.8,7.8,0,0,1-2.61-.49,9.94,9.94,0,0,0,3.23-3.22l0,0A10,10,0,0,0,14,11.41a7.71,7.71,0,0,1,1.78-.36A8,8,0,0,1,11.86,20Zm4.22-1.12A9.94,9.94,0,0,0,18,13a10.69,10.69,0,0,0-.18-1.88,8.34,8.34,0,0,1,2.17.7c0,.06,0,.12,0,.18A8,8,0,0,1,16.08,18.87Z\"/></svg></li><li title=\"volume down \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M18.83,9.17a1,1,0,1,0-1.42,1.42A2,2,0,0,1,18,12a2,2,0,0,1-.71,1.53,1,1,0,0,0-.13,1.41,1,1,0,0,0,1.41.12A4,4,0,0,0,20,12,4.06,4.06,0,0,0,18.83,9.17ZM14.43,4.1a1,1,0,0,0-1,.12L8.65,8H5A1,1,0,0,0,4,9v6a1,1,0,0,0,1,1H8.65l4.73,3.78A1,1,0,0,0,14,20a.91.91,0,0,0,.43-.1A1,1,0,0,0,15,19V5A1,1,0,0,0,14.43,4.1ZM13,16.92l-3.38-2.7A1,1,0,0,0,9,14H6V10H9a1,1,0,0,0,.62-.22L13,7.08Z\"/></svg></li><li title=\"volume mute \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12.43,4.1a1,1,0,0,0-1,.12L6.65,8H3A1,1,0,0,0,2,9v6a1,1,0,0,0,1,1H6.65l4.73,3.78A1,1,0,0,0,12,20a.91.91,0,0,0,.43-.1A1,1,0,0,0,13,19V5A1,1,0,0,0,12.43,4.1ZM11,16.92l-3.38-2.7A1,1,0,0,0,7,14H4V10H7a1,1,0,0,0,.62-.22L11,7.08ZM19.91,12l1.8-1.79a1,1,0,0,0-1.42-1.42l-1.79,1.8-1.79-1.8a1,1,0,0,0-1.42,1.42L17.09,12l-1.8,1.79a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l1.79-1.8,1.79,1.8a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42Z\"/></svg></li><li title=\"volume off \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M16.93,4.1a1,1,0,0,0-1,.12L11.15,8H7.5a1,1,0,0,0-1,1v6a1,1,0,0,0,1,1h3.65l4.73,3.78a1,1,0,0,0,.62.22.91.91,0,0,0,.43-.1,1,1,0,0,0,.57-.9V5A1,1,0,0,0,16.93,4.1ZM15.5,16.92l-3.38-2.7A1,1,0,0,0,11.5,14h-3V10h3a1,1,0,0,0,.62-.22l3.38-2.7Z\"/></svg></li><li title=\"volume up \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12.43,4.1a1,1,0,0,0-1,.12L6.65,8H3A1,1,0,0,0,2,9v6a1,1,0,0,0,1,1H6.65l4.73,3.78A1,1,0,0,0,12,20a.91.91,0,0,0,.43-.1A1,1,0,0,0,13,19V5A1,1,0,0,0,12.43,4.1ZM11,16.92l-3.38-2.7A1,1,0,0,0,7,14H4V10H7a1,1,0,0,0,.62-.22L11,7.08ZM15.14,4.09a1,1,0,1,0-.28,2,6,6,0,0,1,0,11.86,1,1,0,0,0,.14,2h.14a8,8,0,0,0,0-15.82Zm-.46,9.78a1,1,0,0,0,.32,2,1.13,1.13,0,0,0,.32-.05,4,4,0,0,0,0-7.54,1,1,0,0,0-.64,1.9,2,2,0,0,1,0,3.74Z\"/></svg></li><li title=\"volume \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12.43,4.1a1,1,0,0,0-1,.12L6.65,8H3A1,1,0,0,0,2,9v6a1,1,0,0,0,1,1H6.65l4.73,3.78A1,1,0,0,0,12,20a.91.91,0,0,0,.43-.1A1,1,0,0,0,13,19V5A1,1,0,0,0,12.43,4.1ZM11,16.92l-3.38-2.7A1,1,0,0,0,7,14H4V10H7a1,1,0,0,0,.62-.22L11,7.08ZM19.66,6.34a1,1,0,0,0-1.42,1.42,6,6,0,0,1-.38,8.84,1,1,0,0,0,.64,1.76,1,1,0,0,0,.64-.23,8,8,0,0,0,.52-11.79ZM16.83,9.17a1,1,0,1,0-1.42,1.42A2,2,0,0,1,16,12a2,2,0,0,1-.71,1.53,1,1,0,0,0-.13,1.41,1,1,0,0,0,1.41.12A4,4,0,0,0,18,12,4.06,4.06,0,0,0,16.83,9.17Z\"/></svg></li><li title=\"vuejs alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M22.86723,3.374a.99906.99906,0,0,0-.86622-.50195l-4.97064-.00391-.00738-.001-3.64356.001a1.00172,1.00172,0,0,0-.81787.42481l-.55859.7959L11.43851,3.291a.9983.9983,0,0,0-.81591-.42286l-3.646-.001H6.97611l-.00146.00018-.00147-.00018H6.96781l-4.97314.02734a.99989.99989,0,0,0-.85742,1.50586L11.15678,21.50586A1.00068,1.00068,0,0,0,12.01957,22h.001a1.00062,1.00062,0,0,0,.86328-.49609L22.8643,4.376A1.00212,1.00212,0,0,0,22.86723,3.374ZM10.10453,4.86816l1.085,1.53321a.99856.99856,0,0,0,.81641.42285h.00146a1.00252,1.00252,0,0,0,.8169-.42481l1.07519-1.53125,1.36267-.001-3.244,5.45373L8.7432,4.86719Zm1.9126,14.14942L3.7393,4.88477l2.66992-.01465,4.75342,7.918a1.00082,1.00082,0,0,0,.85742.48535H12.022l.001-.00012.001.00012h.002a1,1,0,0,0,.85742-.48926l4.708-7.916,2.66949.00293Z\"/></svg></li><li title=\"vuejs \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M18.03079,2.44284V2.44278l-.15448.00006-.84552-.00006-.00012.00024-2.64319.00055L12.01321,6.39951,9.62961,2.44357l-2.64594-.001-.00024-.00037H2.2717v.00055L.83231,2.44266,12.029,21.55777,23.16769,2.443ZM12.02505,17.59293,4.322,4.44223H7.14566l4.88562,8.4071,4.8468-8.4071h2.80939Z\"/></svg></li><li title=\"wall \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M21,9a1,1,0,0,0,0-2H20V5h1a1,1,0,0,0,0-2H3A1,1,0,0,0,3,5H6V7H3A1,1,0,0,0,3,9H4v2H3a1,1,0,0,0,0,2H6v2H3a1,1,0,0,0,0,2H4v2H3a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2H18V17h3a1,1,0,0,0,0-2H20V13h1a1,1,0,0,0,0-2H18V9ZM8,5h4V7H8Zm8,4v2H12V9ZM6,9h4v2H6Zm6,4v2H8V13Zm-2,6H6V17h4Zm6,0H12V17h4Zm2-4H14V13h4ZM14,7V5h4V7Z\"/></svg></li><li title=\"wallet \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M19,7H18V6a3,3,0,0,0-3-3H5A3,3,0,0,0,2,6H2V18a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V10A3,3,0,0,0,19,7ZM5,5H15a1,1,0,0,1,1,1V7H5A1,1,0,0,1,5,5ZM20,15H19a1,1,0,0,1,0-2h1Zm0-4H19a3,3,0,0,0,0,6h1v1a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V8.83A3,3,0,0,0,5,9H19a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"watch alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M17,8.61,16,2.84A1,1,0,0,0,15,2H9a1,1,0,0,0-1,.84l-1,5.77a6,6,0,0,0,0,6.78l1,5.77A1,1,0,0,0,9,22h6a1,1,0,0,0,1-.84l1-5.77a6,6,0,0,0,0-6.78ZM9.85,4h4.3l.44,2.59a6,6,0,0,0-5.18,0Zm4.3,16H9.85l-.44-2.59a6,6,0,0,0,5.18,0ZM12,16a4,4,0,1,1,4-4A4,4,0,0,1,12,16Z\"/></svg></li><li title=\"watch \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M17,6.78V3a1,1,0,0,0-1-1H8A1,1,0,0,0,7,3V6.78A3,3,0,0,0,6,9v6a3,3,0,0,0,1,2.22V21a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1V17.22A3,3,0,0,0,18,15V9A3,3,0,0,0,17,6.78ZM9,4h6V6H9Zm6,16H9V18h6Zm1-5a1,1,0,0,1-1,1H9a1,1,0,0,1-1-1V9A1,1,0,0,1,9,8h6a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"water drop slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M21.71,20.29l-18-18A1,1,0,0,0,2.29,3.71l4,4a12.46,12.46,0,0,0-2,6.57A7.76,7.76,0,0,0,12,22a7.64,7.64,0,0,0,5.87-2.71l2.42,2.42a1,1,0,0,0,1.42,0A1,1,0,0,0,21.71,20.29ZM12,20a5.76,5.76,0,0,1-5.75-5.75A10.3,10.3,0,0,1,7.72,9.14l8.74,8.73A5.67,5.67,0,0,1,12,20ZM10.85,5.24c.45-.42.85-.75,1.15-1,1.43,1.12,5.13,4.43,5.68,8.88a1,1,0,0,0,1,.88h.12a1,1,0,0,0,.87-1.11c-.78-6.43-6.85-10.55-7.1-10.72a1,1,0,0,0-1.12,0A18.73,18.73,0,0,0,9.49,3.78a1,1,0,0,0,1.36,1.46Z\"/></svg></li><li title=\"water glass \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M18.08,7A1,1,0,0,0,17,7.92l-.35,4.55a2.67,2.67,0,0,1-1.2-.77,1,1,0,0,0-1.5,0,2.65,2.65,0,0,1-3.9,0,1,1,0,0,0-1.5,0,2.7,2.7,0,0,1-1.2.77L7,7.92A1,1,0,0,0,5.92,7,1,1,0,0,0,5,8.08l.86,11.15a3,3,0,0,0,3,2.77h6.3a3,3,0,0,0,3-2.77L19,8.08A1,1,0,0,0,18.08,7ZM16.14,19.08a1,1,0,0,1-1,.92H8.85a1,1,0,0,1-1-.92L7.5,14.5a4.77,4.77,0,0,0,1.8-.79,4.66,4.66,0,0,0,5.4,0,4.77,4.77,0,0,0,1.8.79ZM12,10a3.26,3.26,0,0,0,3.25-3.25c0-2.75-2.58-4.51-2.69-4.58a1,1,0,0,0-1.12,0C11.33,2.25,8.75,4,8.75,6.75A3.26,3.26,0,0,0,12,10Zm0-5.7a3.61,3.61,0,0,1,1.25,2.45,1.25,1.25,0,0,1-2.5,0A3.66,3.66,0,0,1,12,4.3Z\"/></svg></li><li title=\"water \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M2.72,7.65a2.56,2.56,0,0,1,.56.24,4,4,0,0,0,4.1,0,2.6,2.6,0,0,1,2.56,0,4.15,4.15,0,0,0,4.12,0,2.6,2.6,0,0,1,2.56,0,4.25,4.25,0,0,0,2.08.56,3.88,3.88,0,0,0,2-.56,2.56,2.56,0,0,1,.56-.24,1,1,0,0,0-.56-1.92,4.45,4.45,0,0,0-1,.45,2.08,2.08,0,0,1-2.1,0,4.64,4.64,0,0,0-4.54,0,2.11,2.11,0,0,1-2.12,0,4.64,4.64,0,0,0-4.54,0,2.08,2.08,0,0,1-2.1,0,4.45,4.45,0,0,0-1-.45,1,1,0,1,0-.56,1.92Zm18,8.08a4.45,4.45,0,0,0-1,.45,2.08,2.08,0,0,1-2.1,0,4.64,4.64,0,0,0-4.54,0,2.11,2.11,0,0,1-2.12,0,4.64,4.64,0,0,0-4.54,0,2.08,2.08,0,0,1-2.1,0,4.45,4.45,0,0,0-1-.45,1,1,0,1,0-.56,1.92,2.56,2.56,0,0,1,.56.24,4,4,0,0,0,4.1,0,2.6,2.6,0,0,1,2.56,0,4.15,4.15,0,0,0,4.12,0,2.6,2.6,0,0,1,2.56,0,4.25,4.25,0,0,0,2.08.56,3.88,3.88,0,0,0,2-.56,2.56,2.56,0,0,1,.56-.24,1,1,0,0,0-.56-1.92Zm0-5a4.45,4.45,0,0,0-1,.45,2.08,2.08,0,0,1-2.1,0,4.64,4.64,0,0,0-4.54,0,2.11,2.11,0,0,1-2.12,0,4.64,4.64,0,0,0-4.54,0,2.08,2.08,0,0,1-2.1,0,4.45,4.45,0,0,0-1-.45A1,1,0,0,0,2,11.41a1,1,0,0,0,.68,1.24,2.56,2.56,0,0,1,.56.24,4,4,0,0,0,4.1,0,2.6,2.6,0,0,1,2.56,0,4.15,4.15,0,0,0,4.12,0,2.6,2.6,0,0,1,2.56,0,4.25,4.25,0,0,0,2.08.56,3.88,3.88,0,0,0,2-.56,2.56,2.56,0,0,1,.56-.24,1,1,0,0,0-.56-1.92Z\"/></svg></li><li title=\"web grid alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21,2H3A1,1,0,0,0,2,3V21a1,1,0,0,0,1,1H21a1,1,0,0,0,1-1V3A1,1,0,0,0,21,2ZM11,20H4V10h7Zm9,0H13V10h7ZM20,8H4V4H20Z\"/></svg></li><li title=\"web grid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21,2H3A1,1,0,0,0,2,3V21a1,1,0,0,0,1,1H21a1,1,0,0,0,1-1V3A1,1,0,0,0,21,2ZM14,20H4V13H14Zm0-9H4V4H14Zm6,9H16V4h4Z\"/></svg></li><li title=\"web section alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21,2H3A1,1,0,0,0,2,3V21a1,1,0,0,0,1,1H21a1,1,0,0,0,1-1V3A1,1,0,0,0,21,2ZM8,20H4V4H8Zm12,0H10V4H20Z\"/></svg></li><li title=\"web section \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21,2H3A1,1,0,0,0,2,3V21a1,1,0,0,0,1,1H21a1,1,0,0,0,1-1V3A1,1,0,0,0,21,2ZM14,20H4V4H14Zm6,0H16V4h4Z\"/></svg></li><li title=\"webcam \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M12,13a3,3,0,1,0-3-3A3,3,0,0,0,12,13Zm0-4a1,1,0,1,1-1,1A1,1,0,0,1,12,9Zm9.59,9.16A10,10,0,0,0,19,13.89a8,8,0,1,0-14,0,9.9,9.9,0,0,0-2.6,4.27,3,3,0,0,0,.47,2.63A3,3,0,0,0,5.3,22H18.7a3,3,0,0,0,2.42-1.21A3,3,0,0,0,21.59,18.16ZM12,4a6,6,0,1,1-6,6A6,6,0,0,1,12,4Zm7.52,15.59a1,1,0,0,1-.82.41H5.3a1,1,0,0,1-.82-.41,1,1,0,0,1-.15-.87A7.85,7.85,0,0,1,6.21,15.5a8,8,0,0,0,11.58,0,7.85,7.85,0,0,1,1.88,3.22A1,1,0,0,1,19.52,19.59Z\"/></svg></li><li title=\"weight \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M19,4H17.55A3.08,3.08,0,0,0,17,3a3,3,0,0,0-2.25-1H9.27A3,3,0,0,0,7,3a3.08,3.08,0,0,0-.57,1H5A3,3,0,0,0,2,7V19a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V7A3,3,0,0,0,19,4ZM8.52,4.34A1,1,0,0,1,9.27,4h5.46a1,1,0,0,1,.75.34,1,1,0,0,1,.25.78l-.5,4a1,1,0,0,1-1,.88H12.59l1.14-2.4a1,1,0,0,0-1.8-.86L10.37,10h-.6a1,1,0,0,1-1-.88l-.5-4A1,1,0,0,1,8.52,4.34ZM20,19a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V7A1,1,0,0,1,5,6H6.37l.42,3.37a3,3,0,0,0,3,2.63h4.46a3,3,0,0,0,3-2.63L17.63,6H19a1,1,0,0,1,1,1Zm-6-3H10a1,1,0,0,0,0,2h4a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"whatsapp alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M22,6.55a12.61,12.61,0,0,0-.1-1.29,4.29,4.29,0,0,0-.37-1.08,3.66,3.66,0,0,0-.71-1,3.91,3.91,0,0,0-1-.71,4.28,4.28,0,0,0-1.08-.36A10.21,10.21,0,0,0,17.46,2H6.55a12.61,12.61,0,0,0-1.29.1,4.29,4.29,0,0,0-1.08.37,3.66,3.66,0,0,0-1,.71,3.91,3.91,0,0,0-.71,1,4.28,4.28,0,0,0-.36,1.08A10.21,10.21,0,0,0,2,6.54C2,6.73,2,7,2,7.08v9.84c0,.11,0,.35,0,.53a12.61,12.61,0,0,0,.1,1.29,4.29,4.29,0,0,0,.37,1.08,3.66,3.66,0,0,0,.71,1,3.91,3.91,0,0,0,1,.71,4.28,4.28,0,0,0,1.08.36A10.21,10.21,0,0,0,6.54,22H17.45a12.61,12.61,0,0,0,1.29-.1,4.29,4.29,0,0,0,1.08-.37,3.66,3.66,0,0,0,1-.71,3.91,3.91,0,0,0,.71-1,4.28,4.28,0,0,0,.36-1.08A10.21,10.21,0,0,0,22,17.46c0-.19,0-.43,0-.54V7.08C22,7,22,6.73,22,6.55ZM12.23,19h0A7.12,7.12,0,0,1,8.8,18.1L5,19.1l1-3.72a7.11,7.11,0,0,1-1-3.58A7.18,7.18,0,1,1,12.23,19Zm0-13.13A6,6,0,0,0,7.18,15l.14.23-.6,2.19L9,16.8l.22.13a6,6,0,0,0,3,.83h0a6,6,0,0,0,6-6,6,6,0,0,0-6-6Zm3.5,8.52a1.82,1.82,0,0,1-1.21.85,2.33,2.33,0,0,1-1.12-.07,8.9,8.9,0,0,1-1-.38,8,8,0,0,1-3.06-2.7,3.48,3.48,0,0,1-.73-1.85,2,2,0,0,1,.63-1.5.65.65,0,0,1,.48-.22H10c.11,0,.26,0,.4.31s.51,1.24.56,1.33a.34.34,0,0,1,0,.31,1.14,1.14,0,0,1-.18.3c-.09.11-.19.24-.27.32s-.18.18-.08.36a5.56,5.56,0,0,0,1,1.24,5,5,0,0,0,1.44.89c.18.09.29.08.39,0s.45-.52.57-.7.24-.15.4-.09,1.05.49,1.23.58.29.13.34.21A1.56,1.56,0,0,1,15.73,14.36Z\"/></svg></li><li title=\"whatsapp \"><svg version=\"1.1\" id=\"svg8\" inkscape:version=\"0.92.4 (5da689c313, 2019-01-14)\" sodipodi:docname=\"1881161.svg\" xmlns:cc=\"http://creativecommons.org/ns#\" xmlns:dc=\"http://purl.org/dc/elements/1.1/\" xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\" xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\" xmlns:sodipodi=\"http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd\" xmlns:svg=\"http://www.w3.org/2000/svg\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 24 24\" style=\"enable-background:new 0 0 24 24;\" xml:space=\"preserve\"><path id=\"path4\" inkscape:connector-curvature=\"0\" d=\"M16.6,14c-0.2-0.1-1.5-0.7-1.7-0.8c-0.2-0.1-0.4-0.1-0.6,0.1c-0.2,0.2-0.6,0.8-0.8,1c-0.1,0.2-0.3,0.2-0.5,0.1c-0.7-0.3-1.4-0.7-2-1.2c-0.5-0.5-1-1.1-1.4-1.7c-0.1-0.2,0-0.4,0.1-0.5c0.1-0.1,0.2-0.3,0.4-0.4c0.1-0.1,0.2-0.3,0.2-0.4c0.1-0.1,0.1-0.3,0-0.4c-0.1-0.1-0.6-1.3-0.8-1.8C9.4,7.3,9.2,7.3,9,7.3c-0.1,0-0.3,0-0.5,0C8.3,7.3,8,7.5,7.9,7.6C7.3,8.2,7,8.9,7,9.7c0.1,0.9,0.4,1.8,1,2.6c1.1,1.6,2.5,2.9,4.2,3.7c0.5,0.2,0.9,0.4,1.4,0.5c0.5,0.2,1,0.2,1.6,0.1c0.7-0.1,1.3-0.6,1.7-1.2c0.2-0.4,0.2-0.8,0.1-1.2C17,14.2,16.8,14.1,16.6,14 M19.1,4.9C15.2,1,8.9,1,5,4.9c-3.2,3.2-3.8,8.1-1.6,12L2,22l5.3-1.4c1.5,0.8,3.1,1.2,4.7,1.2h0c5.5,0,9.9-4.4,9.9-9.9C22,9.3,20.9,6.8,19.1,4.9 M16.4,18.9c-1.3,0.8-2.8,1.3-4.4,1.3h0c-1.5,0-2.9-0.4-4.2-1.1l-0.3-0.2l-3.1,0.8l0.8-3l-0.2-0.3C2.6,12.4,3.8,7.4,7.7,4.9S16.6,3.7,19,7.5C21.4,11.4,20.3,16.5,16.4,18.9\"/></svg></li><li title=\"wheel barrow \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M21,2H19l-.09,0-.21,0-.16.07-.17.11a.8.8,0,0,0-.13.13.86.86,0,0,0-.1.16.71.71,0,0,0-.08.18l0,.09L17.38,6H16.24L13.12,2.89a3.06,3.06,0,0,0-4.24,0L5.76,6H3a1,1,0,0,0-.87.5,1,1,0,0,0,0,1l4,7h0L5.36,16A2.2,2.2,0,0,0,5,16a3,3,0,1,0,3,3,3,3,0,0,0-.85-2.08l1-2,1.38-.14,3.94,5.91A2.93,2.93,0,0,0,16,22a3.18,3.18,0,0,0,1.13-.21A3,3,0,0,0,19,18.49L18,13l1.79-9H21a1,1,0,0,0,0-2ZM5,20a1,1,0,1,1,1-1A1,1,0,0,1,5,20ZM10.3,4.29a1,1,0,0,1,1.4,0L13.41,6H8.59ZM7.55,12.94,4.72,8H17l-.82,4.08Zm8.81,7a1,1,0,0,1-1.2-.38l-3.34-5,4.37-.43L17,18.82A1,1,0,0,1,16.36,19.93Z\"/></svg></li><li title=\"wheelchair alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M20,16.18V16a3,3,0,0,0-2-2.82V7h1a1,1,0,0,0,0-2H7A3,3,0,0,0,4,2H3A1,1,0,0,0,3,4H4A1,1,0,0,1,5,5v7.42A5,5,0,1,0,12,17a4.94,4.94,0,0,0-.42-2H17a1,1,0,0,1,1,1v.18a3,3,0,1,0,2,0ZM7,20a3,3,0,1,1,3-3A3,3,0,0,1,7,20Zm9-7H10a4.93,4.93,0,0,0-3-1V11h9Zm0-4H7V7h9Zm3,11a1,1,0,1,1,1-1A1,1,0,0,1,19,20ZM7,16a1,1,0,1,0,1,1A1,1,0,0,0,7,16Z\"/></svg></li><li title=\"wheelchair \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M12,6.5a2,2,0,1,0-2-2A2,2,0,0,0,12,6.5Zm7.5,14h-1v-5a1,1,0,0,0-1-1h-5v-2h5a1,1,0,0,0,0-2h-5v-2a1,1,0,0,0-2,0v7a1,1,0,0,0,1,1h5v5a1,1,0,0,0,1,1h2a1,1,0,0,0,0-2Zm-6.8-1.6a4,4,0,0,1-7.2-2.4,4,4,0,0,1,2.4-3.66A1,1,0,1,0,7.1,11a6,6,0,1,0,7.2,9.1,1,1,0,0,0-1.6-1.2Z\"/></svg></li><li title=\"wifi router \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M8.9,17a1,1,0,1,0,1,1A1,1,0,0,0,8.9,17Zm-3,0a1,1,0,1,0,1,1A1,1,0,0,0,5.9,17Zm6,0a1,1,0,1,0,1,1A1,1,0,0,0,11.9,17ZM15,8.5a1,1,0,0,1,1.73,0,1,1,0,0,0,1.36.37A1,1,0,0,0,18.5,7.5a3,3,0,0,0-5.2,0A1,1,0,0,0,15,8.5ZM22,5.5a7,7,0,0,0-12.12,0,1,1,0,0,0,.37,1.37A1,1,0,0,0,10.7,7a1,1,0,0,0,.87-.5,5,5,0,0,1,8.66,0,1,1,0,0,0,1.37.37A1,1,0,0,0,22,5.5ZM17.9,14h-1V11a1,1,0,1,0-2,0v3H4.9a3,3,0,0,0-3,3v2a3,3,0,0,0,3,3h13a3,3,0,0,0,3-3V17A3,3,0,0,0,17.9,14Zm1,5a1,1,0,0,1-1,1H4.9a1,1,0,0,1-1-1V17a1,1,0,0,1,1-1h13a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"wifi slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M6.92,5.51h0L3.71,2.29A1,1,0,0,0,2.29,3.71L4.56,6A15.21,15.21,0,0,0,1.4,8.39a1,1,0,0,0,0,1.41,1,1,0,0,0,.71.3,1,1,0,0,0,.7-.29A13.07,13.07,0,0,1,6.05,7.46L7.54,9a10.78,10.78,0,0,0-3.32,2.27,1,1,0,1,0,1.42,1.4,8.8,8.8,0,0,1,3.45-2.12l1.62,1.61a7.07,7.07,0,0,0-3.66,1.94,1,1,0,1,0,1.42,1.4A5,5,0,0,1,12,14a4.13,4.13,0,0,1,.63.05l7.66,7.66a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42ZM12,16a3,3,0,1,0,3,3A3,3,0,0,0,12,16Zm0,4a1,1,0,1,1,1-1A1,1,0,0,1,12,20ZM22.61,8.39A15,15,0,0,0,10.29,4.1a1,1,0,1,0,.22,2A13.07,13.07,0,0,1,21.2,9.81a1,1,0,0,0,1.41-1.42Zm-4.25,4.24a1,1,0,0,0,1.42-1.4,10.75,10.75,0,0,0-4.84-2.82,1,1,0,1,0-.52,1.92A8.94,8.94,0,0,1,18.36,12.63Z\"/></svg></li><li title=\"wifi \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,15a3,3,0,1,0,3,3A3,3,0,0,0,12,15Zm0,4a1,1,0,1,1,1-1A1,1,0,0,1,12,19Zm0-8a7.06,7.06,0,0,0-4.95,2.05,1,1,0,0,0,0,1.41,1,1,0,0,0,1.41,0,5,5,0,0,1,7.08,0,1,1,0,0,0,.7.3A1,1,0,0,0,17,13.05,7.06,7.06,0,0,0,12,11Zm0-4a11.08,11.08,0,0,0-7.78,3.22,1,1,0,0,0,1.42,1.42,9,9,0,0,1,12.72,0,1,1,0,0,0,.71.29,1,1,0,0,0,.71-.29,1,1,0,0,0,0-1.42A11.08,11.08,0,0,0,12,7Zm10.61.39a15,15,0,0,0-21.22,0A1,1,0,0,0,2.81,8.81a13,13,0,0,1,18.38,0,1,1,0,0,0,1.42,0A1,1,0,0,0,22.61,7.39Z\"/></svg></li><li title=\"wind moon \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M12,19H7a1,1,0,0,0,0,2h5a1.01348,1.01348,0,0,1,1,1,1,1,0,0,0,2,0A3.00328,3.00328,0,0,0,12,19ZM14,9a1,1,0,1,0-1-1A1,1,0,0,0,14,9Zm4,0h2a3.00328,3.00328,0,0,0,3-3,1,1,0,0,0-2,0,1.01348,1.01348,0,0,1-1,1H18a1,1,0,0,0,0,2Zm2,6H17.83868a8.04287,8.04287,0,0,0,1.14667-2.9502,1.00038,1.00038,0,0,0-1.30566-1.11718,5.96932,5.96932,0,0,1-1.91992.31738A6.06179,6.06179,0,0,1,9.7002,5.2002a7.15542,7.15542,0,0,1,.09765-1.04883A.99925.99925,0,0,0,8.49023,3.05273,8.03194,8.03194,0,0,0,4.26587,15H3a1,1,0,0,0,0,2H8a1,1,0,0,0,0-2H6.83051a6.028,6.028,0,0,1,.8814-9.36035A8.06544,8.06544,0,0,0,15.75977,13.25a7.87832,7.87832,0,0,0,.78906-.03906A6.02734,6.02734,0,0,1,15.27728,15H12a1,1,0,0,0,0,2h8a1,1,0,0,1,0,2,1,1,0,0,0,0,2,3,3,0,0,0,0-6ZM2.62012,19.08008a1.14718,1.14718,0,0,0-.33008.21A1.02776,1.02776,0,0,0,2,20a.98979.98979,0,0,0,1.37988.91992A1.16044,1.16044,0,0,0,3.71,20.71.99349.99349,0,0,0,4,20a1.05232,1.05232,0,0,0-.29-.71A1.00157,1.00157,0,0,0,2.62012,19.08008Z\"/></svg></li><li title=\"wind sun \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M11,4.5a.99943.99943,0,0,0,1-1v-1a1,1,0,0,0-2,0v1A.99943.99943,0,0,0,11,4.5Zm-7,7a.99943.99943,0,0,0-1-1H2a1,1,0,0,0,0,2H3A.99943.99943,0,0,0,4,11.5Zm.63574,4.9502-.707.707a.99989.99989,0,1,0,1.41406,1.41406l.707-.707A.99989.99989,0,1,0,4.63574,16.4502Zm0-9.9004A.99989.99989,0,0,0,6.0498,5.13574l-.707-.707A.99989.99989,0,0,0,3.92871,5.84277Zm12.02149.293a.99672.99672,0,0,0,.707-.293l.707-.707a.99989.99989,0,1,0-1.41406-1.41406l-.707.707a1,1,0,0,0,.707,1.707ZM13,12a.99943.99943,0,0,0,1,1h5a3.00328,3.00328,0,0,0,3-3,1,1,0,0,0-2,0,1.01348,1.01348,0,0,1-1,1H14A.99943.99943,0,0,0,13,12Zm7,3H15a1,1,0,0,0,0,2h5a1,1,0,0,1,0,2,1,1,0,0,0,0,2,3,3,0,0,0,0-6ZM9,19a1,1,0,1,0,1,1A1,1,0,0,0,9,19Zm6,0H13a1,1,0,0,0,0,2h2a1.01348,1.01348,0,0,1,1,1,1,1,0,0,0,2,0A3.00328,3.00328,0,0,0,15,19Zm-4-4a3.5,3.5,0,0,1,0-7,3.41539,3.41539,0,0,1,2.1875.77441,1.00008,1.00008,0,1,0,1.26562-1.54882A5.39339,5.39339,0,0,0,11,6a5.5,5.5,0,0,0,0,11,1,1,0,0,0,0-2Z\"/></svg></li><li title=\"wind \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M3.5,9a1,1,0,1,0-1-1A1,1,0,0,0,3.5,9Zm4,0h7a3,3,0,0,0,0-6,3.06,3.06,0,0,0-1.5.4,1,1,0,0,0-.37,1.37A1,1,0,0,0,14,5.13,1.09,1.09,0,0,1,14.5,5a1,1,0,0,1,0,2h-7a1,1,0,0,0,0,2Zm-4,4h7a1,1,0,0,0,0-2h-7a1,1,0,0,0,0,2Zm17-4a1,1,0,1,0-1-1A1,1,0,0,0,20.5,9Zm-2,2h-4a1,1,0,0,0,0,2h4a1,1,0,0,1,0,2,1,1,0,0,0,0,2,3,3,0,0,0,0-6Zm-6,4h-4a1,1,0,0,0,0,2h4a1,1,0,0,1,0,2,1.09,1.09,0,0,1-.5-.13,1,1,0,1,0-1,1.73,3.06,3.06,0,0,0,1.5.4,3,3,0,0,0,0-6Zm-8,0h-1a1,1,0,0,0,0,2h1a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"window grid \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21,2H3A1,1,0,0,0,2,3V21a1,1,0,0,0,1,1H21a1,1,0,0,0,1-1V3A1,1,0,0,0,21,2ZM8,20H4V4H8Zm12,0H10V13H20Zm0-9H10V4H20Z\"/></svg></li><li title=\"window maximize \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21,2H3A1,1,0,0,0,2,3V21a1,1,0,0,0,1,1H21a1,1,0,0,0,1-1V3A1,1,0,0,0,21,2ZM20,20H4V10H20ZM20,8H4V4H20Z\"/></svg></li><li title=\"window section \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M21,2H3A1,1,0,0,0,2,3V21a1,1,0,0,0,1,1H21a1,1,0,0,0,1-1V3A1,1,0,0,0,21,2ZM8,20H4V10H8Zm6,0H10V10h4Zm6,0H16V10h4ZM20,8H4V4H20Z\"/></svg></li><li title=\"window \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M10,5a1,1,0,1,0,1,1A1,1,0,0,0,10,5ZM6,5A1,1,0,1,0,7,6,1,1,0,0,0,6,5Zm8,0a1,1,0,1,0,1,1A1,1,0,0,0,14,5Zm6-4H4A3,3,0,0,0,1,4V20a3,3,0,0,0,3,3H20a3,3,0,0,0,3-3V4A3,3,0,0,0,20,1Zm1,19a1,1,0,0,1-1,1H4a1,1,0,0,1-1-1V11H21ZM21,9H3V4A1,1,0,0,1,4,3H20a1,1,0,0,1,1,1Z\"/></svg></li><li title=\"windows \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M22,2L11.2,3.6v8L22,11.5V2z M10.2,12.5L2,12.4l0,6.8l8.1,1.1L10.2,12.5L10.2,12.5z M2,4.8l0,6.8l8.1,0l0-7.9L2,4.8z M11.1,12.5l0,7.9L22,22l0-9.4L11.1,12.5z\"/></svg></li><li title=\"windsock \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M18.08,5,10,4.33h0L7,4.08V3A1,1,0,0,0,5,3V21a1,1,0,0,0,2,0V13.92l3-.25h0L18.08,13A1,1,0,0,0,19,12V6A1,1,0,0,0,18.08,5ZM9,11.75l-2,.16V6.09l2,.16Zm4-.34-2,.17V6.42l2,.17Zm4-.33-2,.17V6.75l2,.17Z\"/></svg></li><li title=\"windy \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M17,15a1.73,1.73,0,0,1-.86-.23,3.11,3.11,0,0,0-3.27,0,1.73,1.73,0,0,1-1.73,0,3.11,3.11,0,0,0-3.27,0A1.74,1.74,0,0,1,7,15a1,1,0,0,0,0,2,3.72,3.72,0,0,0,1.9-.52,1.13,1.13,0,0,1,1.2,0,3.75,3.75,0,0,0,3.8,0,1.13,1.13,0,0,1,1.2,0A3.72,3.72,0,0,0,17,17a1,1,0,0,0,0-2Zm0,4a1.73,1.73,0,0,1-.86-.23,3.11,3.11,0,0,0-3.27,0,1.73,1.73,0,0,1-1.73,0,3.11,3.11,0,0,0-3.27,0A1.74,1.74,0,0,1,7,19a1,1,0,0,0,0,2,3.72,3.72,0,0,0,1.9-.52,1.13,1.13,0,0,1,1.2,0,3.75,3.75,0,0,0,3.8,0,1.13,1.13,0,0,1,1.2,0A3.72,3.72,0,0,0,17,21a1,1,0,0,0,0-2ZM18.42,7.21A7,7,0,0,0,5.06,9.11,4,4,0,0,0,2,13a4,4,0,0,0,1.34,3,1,1,0,0,0,.66.25,1,1,0,0,0,.75-.35,1,1,0,0,0-.09-1.41A1.93,1.93,0,0,1,4,13a2,2,0,0,1,2-2,1,1,0,0,0,1-1,5,5,0,0,1,9.73-1.61,1,1,0,0,0,.78.66A3,3,0,0,1,20,12a2.93,2.93,0,0,1-.74,2,1,1,0,1,0,1.48,1.33A4.91,4.91,0,0,0,22,12,5,5,0,0,0,18.42,7.21Z\"/></svg></li><li title=\"wordpress simple \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M12,2a10.00009,10.00009,0,1,0,10,9.99976A10.01117,10.01117,0,0,0,12,2ZM3.00928,11.99976a8.95547,8.95547,0,0,1,.77844-3.659L8.07654,20.09131A8.99123,8.99123,0,0,1,3.00928,11.99976ZM12,20.99121a8.98726,8.98726,0,0,1-2.54-.36633l2.69788-7.83869,2.7633,7.57135a.84386.84386,0,0,0,.06446.12391A8.97138,8.97138,0,0,1,12,20.99121ZM13.239,7.78436c.54126-.02844,1.02906-.08539,1.02906-.08539a.37165.37165,0,0,0-.05738-.741s-1.4563.11432-2.39648.11432c-.8833,0-2.3678-.11432-2.3678-.11432a.37165.37165,0,0,0-.057.741s.4585.05695.943.08539l1.40075,3.838-1.968,5.90087L6.49133,7.78436C7.033,7.75592,7.52026,7.699,7.52026,7.699a.37166.37166,0,0,0-.05749-.741s-1.45593.11432-2.39612.11432c-.1687,0-.36768-.00415-.57861-.01093A8.98815,8.98815,0,0,1,18.07117,5.36957c-.0387-.00238-.07654-.0072-.11634-.0072A1.55669,1.55669,0,0,0,16.445,6.958a4.21016,4.21016,0,0,0,.88317,2.1087,4.73577,4.73577,0,0,1,.74122,2.47955,10.88314,10.88314,0,0,1-.68409,2.9065l-.897,2.99634ZM16.52,19.771l2.74609-7.9397A8.489,8.489,0,0,0,19.94983,8.611a6.9105,6.9105,0,0,0-.06043-.92456A8.99224,8.99224,0,0,1,16.52,19.771Z\"/></svg></li><li title=\"wordpress \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M3.66675,11.99976c-0.00055,3.1933,1.82367,6.10608,4.69678,7.49969L4.38818,8.60846C3.91162,9.67548,3.66583,10.83112,3.66675,11.99976z M12.14648,12.7287l-2.50073,7.2652c1.67889,0.49438,3.47076,0.44788,5.1217-0.13293c-0.02319-0.0365-0.04315-0.07489-0.05969-0.11487L12.14648,12.7287z M17.62573,11.57953c-0.01117-0.815-0.24902-1.61078-0.68701-2.29816c-0.44788-0.56354-0.7312-1.23999-0.8186-1.95453c-0.0202-0.79413,0.60535-1.45526,1.39941-1.47894c0.03699,0,0.07202,0.00446,0.10791,0.00671C14.23444,2.74658,8.96436,2.97766,5.85638,6.37061C5.55566,6.69885,5.2818,7.05066,5.03735,7.42267C5.23291,7.42889,5.41724,7.4328,5.57361,7.4328c0.87146,0,2.22107-0.10602,2.22107-0.10602C7.98462,7.3158,8.14752,7.46088,8.15851,7.65082C8.16919,7.83551,8.03204,7.99567,7.8479,8.01355c0,0-0.45166,0.05286-0.95361,0.07916l3.03442,9.02649l1.82397-5.4693l-1.29834-3.55713c-0.44897-0.02631-0.87402-0.07916-0.87402-0.07916c-0.18933-0.01831-0.328-0.18665-0.30975-0.37598c0.01782-0.18427,0.17804-0.32147,0.36279-0.31079c0,0,1.37585,0.10602,2.19458,0.10602c0.87146,0,2.22131-0.10602,2.22131-0.10602c0.18988-0.01111,0.35291,0.13385,0.36401,0.32373c0.0108,0.18494-0.12653,0.34534-0.31091,0.36304c0,0-0.45203,0.05286-0.95361,0.07916l3.01147,8.95776l0.85962-2.72406C17.35553,13.44556,17.55969,12.51996,17.62573,11.57953z M19.36877,8.85889c-0.01447,1.02673-0.2298,2.04077-0.63391,2.98474l-2.54517,7.35889c3.90363-2.27075,5.28845-7.23743,3.12299-11.20044C19.35059,8.28607,19.36932,8.57233,19.36877,8.85889z M12,2.00012c-5.52283,0-10,4.47717-10,10s4.47717,10,10,10s10-4.47717,10-10S17.52283,2.00012,12,2.00012z M15.65869,20.66162c-2.92645,1.23846-6.28082,0.91241-8.91394-0.86652c-1.51147-1.02045-2.69464-2.45721-3.40637-4.13629c-1.23877-2.92645-0.9126-6.28094,0.8667-8.91394c1.02026-1.5116,2.45703-2.69489,4.13623-3.40631c2.92645-1.23846,6.28082-0.91241,8.91394,0.86652c1.51147,1.02045,2.69464,2.45721,3.40637,4.13629c1.23877,2.92645,0.9126,6.28094-0.8667,8.91394C18.77466,18.76691,17.33789,19.9502,15.65869,20.66162z\"/></svg></li><li title=\"wrap text \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M3,7H21a1,1,0,0,0,0-2H3A1,1,0,0,0,3,7Zm6,8H3a1,1,0,0,0,0,2H9a1,1,0,0,0,0-2Zm9.5-5H3a1,1,0,0,0,0,2H18.5a1.5,1.5,0,0,1,0,3H15.41l.3-.29a1,1,0,0,0-1.42-1.42l-2,2a1,1,0,0,0-.21.33,1,1,0,0,0,0,.76,1,1,0,0,0,.21.33l2,2a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42l-.3-.29H18.5a3.5,3.5,0,0,0,0-7Z\"/></svg></li><li title=\"wrench \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M21.71,15.58l-4.52-4.51a6.85,6.85,0,0,0,.14-1.4A7.67,7.67,0,0,0,6.42,2.72a1,1,0,0,0-.57.74,1,1,0,0,0,.28.88l4.35,4.34-1.8,1.8L4.34,6.13a1,1,0,0,0-.88-.27,1,1,0,0,0-.74.56,7.67,7.67,0,0,0,7,10.91,6.85,6.85,0,0,0,1.4-.14l4.51,4.52a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42l-4.9-4.9a1,1,0,0,0-.95-.26,5.88,5.88,0,0,1-1.48.2A5.67,5.67,0,0,1,4,9.67a6,6,0,0,1,.08-1L8,12.6a1,1,0,0,0,1.42,0L12.6,9.39A1,1,0,0,0,12.6,8L8.71,4.08a6.12,6.12,0,0,1,1-.08,5.67,5.67,0,0,1,5.66,5.67,5.88,5.88,0,0,1-.2,1.48,1,1,0,0,0,.26.95l4.9,4.9a1,1,0,0,0,1.42-1.42Z\"/></svg></li><li title=\"x add \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M14.71,7.29a1,1,0,0,0-1.42,0L11,9.59,8.71,7.29A1,1,0,1,0,7.29,8.71L9.59,11l-2.3,2.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L11,12.41l2.29,2.3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L12.41,11l2.3-2.29A1,1,0,0,0,14.71,7.29ZM7,18a3,3,0,0,1-3-3V7A3,3,0,0,1,7,4,1,1,0,0,0,7,2,5,5,0,0,0,2,7v8a5,5,0,0,0,5,5,1,1,0,0,0,0-2ZM18,7v6a1,1,0,0,0,2,0V7a5,5,0,0,0-5-5,1,1,0,0,0,0,2A3,3,0,0,1,18,7Zm3,11H20V17a1,1,0,0,0-2,0v1H17a1,1,0,0,0,0,2h1v1a1,1,0,0,0,2,0V20h1a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"x \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M8,19a3,3,0,0,1-3-3V8A3,3,0,0,1,8,5,1,1,0,0,0,8,3,5,5,0,0,0,3,8v8a5,5,0,0,0,5,5,1,1,0,0,0,0-2Zm7.71-3.29a1,1,0,0,0,0-1.42L13.41,12l2.3-2.29a1,1,0,0,0-1.42-1.42L12,10.59,9.71,8.29A1,1,0,0,0,8.29,9.71L10.59,12l-2.3,2.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L12,13.41l2.29,2.3a1,1,0,0,0,1.42,0ZM16,3a1,1,0,0,0,0,2,3,3,0,0,1,3,3v8a3,3,0,0,1-3,3,1,1,0,0,0,0,2,5,5,0,0,0,5-5V8A5,5,0,0,0,16,3Z\"/></svg></li><li title=\"yen circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M12,1A11,11,0,1,0,23,12,11,11,0,0,0,12,1Zm0,20a9,9,0,1,1,9-9A9,9,0,0,1,12,21ZM14.83,6.45,12,10.7,9.17,6.45a1,1,0,0,0-1.39-.28A1,1,0,0,0,7.5,7.55l2.11,3.17H9a1,1,0,0,0,0,2H11l.05.08v.92H9a1,1,0,0,0,0,2h2V18a1,1,0,0,0,2,0V15.72h2a1,1,0,0,0,0-2H13V12.8l.05-.08H15a1,1,0,0,0,0-2h-.61L16.5,7.55a1,1,0,0,0-.28-1.38A1,1,0,0,0,14.83,6.45Z\"/></svg></li><li title=\"yen \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"M18.55,2.17a1,1,0,0,0-1.38.28L12,10.2,6.83,2.45a1,1,0,0,0-1.66,1.1l5,7.45H7a1,1,0,0,0,0,2h4v2H7a1,1,0,0,0,0,2h4v4a1,1,0,0,0,2,0V17h4a1,1,0,0,0,0-2H13V13h4a1,1,0,0,0,0-2H13.87l5-7.45A1,1,0,0,0,18.55,2.17Z\"/></svg></li><li title=\"yin yang \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M12,15.5a1,1,0,1,0,1,1A1,1,0,0,0,12,15.5ZM12,2a5.54514,5.54514,0,0,0-.56165.0285A9.99347,9.99347,0,0,0,12,22a5.54514,5.54514,0,0,0,.56165-.0285A9.99347,9.99347,0,0,0,12,2Zm0,18A7.98889,7.98889,0,0,1,6.70935,6.01538,5.48381,5.48381,0,0,0,12,13a3.5,3.5,0,0,1,0,7Zm5.29065-2.01538A5.48381,5.48381,0,0,0,12,11a3.5,3.5,0,0,1,0-7,7.98889,7.98889,0,0,1,5.29065,13.98462ZM12,6.5a1,1,0,1,0,1,1A1,1,0,0,0,12,6.5Z\"/></svg></li><li title=\"youtube \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path d=\"M23,9.71a8.5,8.5,0,0,0-.91-4.13,2.92,2.92,0,0,0-1.72-1A78.36,78.36,0,0,0,12,4.27a78.45,78.45,0,0,0-8.34.3,2.87,2.87,0,0,0-1.46.74c-.9.83-1,2.25-1.1,3.45a48.29,48.29,0,0,0,0,6.48,9.55,9.55,0,0,0,.3,2,3.14,3.14,0,0,0,.71,1.36,2.86,2.86,0,0,0,1.49.78,45.18,45.18,0,0,0,6.5.33c3.5.05,6.57,0,10.2-.28a2.88,2.88,0,0,0,1.53-.78,2.49,2.49,0,0,0,.61-1,10.58,10.58,0,0,0,.52-3.4C23,13.69,23,10.31,23,9.71ZM9.74,14.85V8.66l5.92,3.11C14,12.69,11.81,13.73,9.74,14.85Z\"/></svg></li><li class='heading'>monochrome</li><li title=\"500px \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M19.70492,19.26562l-.067.067a8.826,8.826,0,0,1-2.89063,1.95312A9.13594,9.13594,0,0,1,13.20939,22a9.04352,9.04352,0,0,1-6.42857-2.66741A8.9718,8.9718,0,0,1,4.225,14.34375q-.04464-.3125.53572-.40179.56919-.08928.625.22322a.06463.06463,0,0,1,.01116.04464,9.89552,9.89552,0,0,0,.51339,1.77456A7.54294,7.54294,0,0,0,7.60671,18.5067a7.91559,7.91559,0,0,0,8.683,1.69642A7.961,7.961,0,0,0,18.8009,18.5067l.067-.067a.27.27,0,0,1,.279-.067,1.02268,1.02268,0,0,1,.3683.24553Q19.917,19.03125,19.70492,19.26562Zm-5.26785-6.86383-.73661.7366.70312.70313q.23438.23438-.07812.54687a.53151.53151,0,0,1-.35714.18973.28725.28725,0,0,1-.21206-.1116l-.692-.68081-.73661.73661a.22738.22738,0,0,1-.16741.0558.50641.50641,0,0,1-.346-.17857l-.02232-.02232a.45169.45169,0,0,1-.2009-.32366.33047.33047,0,0,1,.08929-.18973l.73661-.72545-.73661-.7366q-.17857-.17858.15625-.50224a.54963.54963,0,0,1,.346-.20089.255.255,0,0,1,.14509.0558l.72545.73661.72544-.72545q.20089-.18972.53572.14509Q14.61564,12.21206,14.43707,12.40179Zm5.25669.63616a6.48054,6.48054,0,0,1-1.91964,4.62053,6.61515,6.61515,0,0,1-2.087,1.40625,6.56291,6.56291,0,0,1-5.08929,0,6.615,6.615,0,0,1-2.087-1.40625,6.33981,6.33981,0,0,1-1.39509-2.07589,1.63137,1.63137,0,0,1-.16741-.44643H6.93707q-.10046-.30134.47991-.49107.558-.17857.66964.13393a5.9105,5.9105,0,0,0,1.08259,1.86384h.01116V12.83705a3.59193,3.59193,0,0,1,1.13839-2.58928,3.88647,3.88647,0,0,1,2.82366-1.14956,3.836,3.836,0,0,1,2.80134,1.14956,3.76774,3.76774,0,0,1,1.16072,2.779,3.97251,3.97251,0,0,1-3.96206,3.962,4.37667,4.37667,0,0,1-1.25-.17857q-.3125-.12278-.14509-.68081.17858-.56919.49107-.47991l.15625.03349q.15625.03348.36273.067a2.20729,2.20729,0,0,0,.3404.03348,2.68154,2.68154,0,0,0,1.96429-.798,2.6404,2.6404,0,0,0,.80357-1.94754,2.56008,2.56008,0,0,0-.80357-1.90849,2.65408,2.65408,0,0,0-1.95313-.79241,2.545,2.545,0,0,0-1.98661.89286,2.62482,2.62482,0,0,0-.71428,1.78571V17.625a5.09315,5.09315,0,0,0,2.70089.74777,5.39077,5.39077,0,0,0,2.06473-.40737A5.32774,5.32774,0,0,0,18.47724,13.038,5.35376,5.35376,0,0,0,13.1201,7.692a5.16626,5.16626,0,0,0-3.79464,1.5625,8.09762,8.09762,0,0,0-.85938.971l-.02232.02232a1.18319,1.18319,0,0,1-.14509.173.70415.70415,0,0,1-.24.106A.677.677,0,0,1,7.629,10.4933a1.10389,1.10389,0,0,1-.40737-.18415.3665.3665,0,0,1-.173-.29576V2.42411a.42563.42563,0,0,1,.11719-.29576A.396.396,0,0,1,7.47278,2h9.78795q.33482,0,.33482.61384t-.33482.61384H8.20939V8.6183h.01116a6.95758,6.95758,0,0,1,1.13839-.9375A7.006,7.006,0,0,1,10.5643,7a6.56263,6.56263,0,0,1,2.57812-.51339A6.37415,6.37415,0,0,1,15.68707,7a6.52437,6.52437,0,0,1,4.00669,6.038Zm-.346-6.48438a.26448.26448,0,0,1,.10045.20089.34643.34643,0,0,1-.06139.2009q-.06138.08928-.18415.23437-.29018.29018-.43527.29018a.24581.24581,0,0,1-.17857-.07812,8.78962,8.78962,0,0,0-2.31027-1.48438,7.59989,7.59989,0,0,0-3.08035-.625,8.1748,8.1748,0,0,0-2.92411.54688q-.30133.1116-.50223-.413a1.12509,1.12509,0,0,1-.08929-.42411A.25979.25979,0,0,1,9.86117,4.779a8.24024,8.24024,0,0,1,3.33706-.63616,9.00039,9.00039,0,0,1,3.52678.71428A8.56968,8.56968,0,0,1,19.34778,6.55357Z\" data-name=\"Brand Logos\"/></svg></li><li title=\"adobe alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M14.4826,2.95886,22,20.80884v-17.85ZM2,2.95886V21.04114L9.42462,2.95886ZM9.06885,17.28253h2.78424L13.601,20.71631h2.53681L12.0387,9.873Z\" data-name=\"Brand Logos\"/></svg></li><li title=\"adobe \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M2.00049,22.041A.99825.99825,0,0,1,1,21.041V2.959a.99974.99974,0,0,1,1-1H9.4248a1.00047,1.00047,0,0,1,.9253,1.37989L2.92529,21.4209A1.00048,1.00048,0,0,1,2.00049,22.041Zm14.24316,0H13.63086a.99994.99994,0,0,1-.89111-.5459l-1.522-2.99024H8.96289a1,1,0,0,1-.92822-1.37207L11.09375,9.501A.99988.99988,0,0,1,12.022,8.873h.00977a.99993.99993,0,0,1,.92578.64648l4.22168,11.168a1.00016,1.00016,0,0,1-.93555,1.35352Zm5.75586-.23243a.99894.99894,0,0,1-.9209-.6123L13.561,3.34668a.99994.99994,0,0,1,.92138-1.3877H22a.99974.99974,0,0,1,1,1V20.80859a1.00094,1.00094,0,0,1-.80225.98047A1.04879,1.04879,0,0,1,21.99951,21.80859Z\" data-name=\"Brand Logos\"/></svg></li><li title=\"airplay \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><rect width=\"20\" height=\"15\" x=\"2\" y=\"3\" class=\"uim-tertiary\" rx=\"3\"/><path class=\"uim-primary\" d=\"M16,21H8a.99992.99992,0,0,1-.832-1.55469l4-6a1.03785,1.03785,0,0,1,1.66406,0l4,6A.99992.99992,0,0,1,16,21Z\"/></svg></li><li title=\"align alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M10 5H7A1 1 0 0 1 7 3h3a1 1 0 0 1 0 2zM10 9H3A1 1 0 0 1 3 7h7a1 1 0 0 1 0 2zM10 13H3a1 1 0 0 1 0-2h7a1 1 0 0 1 0 2zM10 17H3a1 1 0 0 1 0-2h7a1 1 0 0 1 0 2zM10 21H3a1 1 0 0 1 0-2h7a1 1 0 0 1 0 2zM21 5H14a1 1 0 0 1 0-2h7a1 1 0 0 1 0 2zM21 9H14a1 1 0 0 1 0-2h7a1 1 0 0 1 0 2zM21 13H14a1 1 0 0 1 0-2h7a1 1 0 0 1 0 2zM21 17H14a1 1 0 0 1 0-2h7a1 1 0 0 1 0 2zM17 21H14a1 1 0 0 1 0-2h3a1 1 0 0 1 0 2z\"/></svg></li><li title=\"align center justify \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M21 5H3A1 1 0 0 1 3 3H21a1 1 0 0 1 0 2zM21 9H3A1 1 0 0 1 3 7H21a1 1 0 0 1 0 2zM21 13H3a1 1 0 0 1 0-2H21a1 1 0 0 1 0 2zM21 17H3a1 1 0 0 1 0-2H21a1 1 0 0 1 0 2zM17 21H7a1 1 0 0 1 0-2H17a1 1 0 0 1 0 2z\"/></svg></li><li title=\"align center \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M21 7H3A1 1 0 0 1 3 5H21a1 1 0 0 1 0 2zM17 11H7A1 1 0 0 1 7 9H17a1 1 0 0 1 0 2zM21 15H3a1 1 0 0 1 0-2H21a1 1 0 0 1 0 2zM17 19H7a1 1 0 0 1 0-2H17a1 1 0 0 1 0 2z\"/></svg></li><li title=\"align justify \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M21 7H3A1 1 0 0 1 3 5H21a1 1 0 0 1 0 2zM21 11H3A1 1 0 0 1 3 9H21a1 1 0 0 1 0 2zM21 15H3a1 1 0 0 1 0-2H21a1 1 0 0 1 0 2zM21 19H3a1 1 0 0 1 0-2H21a1 1 0 0 1 0 2z\"/></svg></li><li title=\"align left justify \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M21 5H3A1 1 0 0 1 3 3H21a1 1 0 0 1 0 2zM21 9H3A1 1 0 0 1 3 7H21a1 1 0 0 1 0 2zM21 13H3a1 1 0 0 1 0-2H21a1 1 0 0 1 0 2zM21 17H3a1 1 0 0 1 0-2H21a1 1 0 0 1 0 2zM15 21H3a1 1 0 0 1 0-2H15a1 1 0 0 1 0 2z\"/></svg></li><li title=\"align left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M21 7H3A1 1 0 0 1 3 5H21a1 1 0 0 1 0 2zM17 11H3A1 1 0 0 1 3 9H17a1 1 0 0 1 0 2zM21 15H3a1 1 0 0 1 0-2H21a1 1 0 0 1 0 2zM17 19H3a1 1 0 0 1 0-2H17a1 1 0 0 1 0 2z\"/></svg></li><li title=\"align letter right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M21 4H10a1 1 0 0 1 0-2H21a1 1 0 0 1 0 2zM21 8H3A1 1 0 0 1 3 6H21a1 1 0 0 1 0 2zM21 12H3a1 1 0 0 1 0-2H21a1 1 0 0 1 0 2zM21 18H11a1 1 0 0 1 0-2H21a1 1 0 0 1 0 2zM21 22H3a1 1 0 0 1 0-2H21a1 1 0 0 1 0 2z\"/></svg></li><li title=\"align right justify \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M21 5H3A1 1 0 0 1 3 3H21a1 1 0 0 1 0 2zM21 9H3A1 1 0 0 1 3 7H21a1 1 0 0 1 0 2zM21 13H3a1 1 0 0 1 0-2H21a1 1 0 0 1 0 2zM21 17H3a1 1 0 0 1 0-2H21a1 1 0 0 1 0 2zM21 21H11a1 1 0 0 1 0-2H21a1 1 0 0 1 0 2z\"/></svg></li><li title=\"align right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M21 7H3A1 1 0 0 1 3 5H21a1 1 0 0 1 0 2zM21 11H7A1 1 0 0 1 7 9H21a1 1 0 0 1 0 2zM21 15H3a1 1 0 0 1 0-2H21a1 1 0 0 1 0 2zM21 19H7a1 1 0 0 1 0-2H21a1 1 0 0 1 0 2z\"/></svg></li><li title=\"align \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-tertiary\" d=\"M21 7H3A1 1 0 0 1 3 5H21a1 1 0 0 1 0 2zM13 11H3A1 1 0 0 1 3 9H13a1 1 0 0 1 0 2zM21 19H3a1 1 0 0 1 0-2H21a1 1 0 0 1 0 2zM13 15H3a1 1 0 0 1 0-2H13a1 1 0 0 1 0 2z\"/><path class=\"uim-primary\" d=\"M19,14.6665a.99929.99929,0,0,1-1-1v-3.333a.9997.9997,0,0,1,1.64014-.76807l2,1.6665a.9996.9996,0,0,1,0,1.53614l-2,1.6665A.99869.99869,0,0,1,19,14.6665Z\"/></svg></li><li title=\"amazon \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M1.04,17.52q.1-.16.32-.02a21.3078,21.3078,0,0,0,10.88,2.9,21.52431,21.52431,0,0,0,7.74-1.46q.1-.04.29-.12t.27-.12a.35611.35611,0,0,1,.47.12q.17.24-.11.44-.36.26-.92.6a14.99023,14.99023,0,0,1-3.84,1.58A16.1749,16.1749,0,0,1,12,22a16.01714,16.01714,0,0,1-5.9-1.09,16.24638,16.24638,0,0,1-4.98-3.07.273.273,0,0,1-.12-.2A.215.215,0,0,1,1.04,17.52Zm6.02-5.7a4.03628,4.03628,0,0,1,.68-2.36A4.19676,4.19676,0,0,1,9.6,7.98a10.06288,10.06288,0,0,1,2.66-.66q.54-.06,1.76-.16V6.82a3.56151,3.56151,0,0,0-.28-1.72,1.49917,1.49917,0,0,0-1.32-.6h-.16a2.18852,2.18852,0,0,0-1.14.42,1.63936,1.63936,0,0,0-.62,1,.50779.50779,0,0,1-.4.46L7.8,6.1q-.34-.08-.34-.36a.58734.58734,0,0,1,.02-.14A3.83352,3.83352,0,0,1,9.15,2.96,6.26811,6.26811,0,0,1,12.26,2h.5a5.05441,5.05441,0,0,1,3.56,1.18,3.81,3.81,0,0,1,.37.43,3.8746,3.8746,0,0,1,.27.41,2.09844,2.09844,0,0,1,.18.52q.08.34.12.47a2.85611,2.85611,0,0,1,.06.56q.02.43.02.51v4.84a2.86841,2.86841,0,0,0,.15.95,2.47465,2.47465,0,0,0,.29.62q.14.19.46.61a.59856.59856,0,0,1,.12.32.346.346,0,0,1-.16.28q-1.66,1.44-1.8,1.56a.557.557,0,0,1-.58.04q-.28-.24-.49-.46t-.3-.32a4.46629,4.46629,0,0,1-.29-.39q-.2-.29-.28-.39a4.91083,4.91083,0,0,1-2.2,1.52,6.03757,6.03757,0,0,1-1.68.2,3.50454,3.50454,0,0,1-2.53-.95A3.553,3.553,0,0,1,7.06,11.82Zm3.44-.4a1.89505,1.89505,0,0,0,.39,1.25,1.29375,1.29375,0,0,0,1.05.47,1.022,1.022,0,0,0,.17-.02,1.02168,1.02168,0,0,1,.15-.02,2.03262,2.03262,0,0,0,1.3-1.08,3.13045,3.13045,0,0,0,.33-.83,3.80062,3.80062,0,0,0,.12-.73q.01-.28.01-.92v-.5a7.28689,7.28689,0,0,0-1.76.16A2.1441,2.1441,0,0,0,10.5,11.42Zm8.4,6.44a.62647.62647,0,0,1,.12-.16,3.13921,3.13921,0,0,1,.96-.46,6.52032,6.52032,0,0,1,1.48-.22,1.19457,1.19457,0,0,1,.38.02q.9.08,1.08.3a.65471.65471,0,0,1,.08.36v.14a4.55955,4.55955,0,0,1-.38,1.65,3.84046,3.84046,0,0,1-1.06,1.53.302.302,0,0,1-.18.08.17736.17736,0,0,1-.08-.02q-.12-.06-.06-.22a7.63215,7.63215,0,0,0,.74-2.42.51274.51274,0,0,0-.08-.32q-.2-.24-1.12-.24-.34,0-.8.04-.5.06-.92.12A.23166.23166,0,0,1,18.9,18a.06531.06531,0,0,1-.02-.08A.15332.15332,0,0,1,18.9,17.86Z\"/></svg></li><li title=\"analysis \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M14 16a1 1 0 0 1-.707-1.707l7-7A.99989.99989 0 0 1 21.707 8.707l-7 7A.99676.99676 0 0 1 14 16zM3 17a1 1 0 0 1-.707-1.707l6-6A.99989.99989 0 0 1 9.707 10.707l-6 6A.99676.99676 0 0 1 3 17z\"/><path class=\"uim-primary\" d=\"M14,16a.99676.99676,0,0,1-.707-.293l-5-5A.99989.99989,0,0,1,9.707,9.293l5,5A1,1,0,0,1,14,16Z\"/></svg></li><li title=\"analytics \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M5 22a.99974.99974 0 0 1-1-1V13a1 1 0 0 1 2 0v8A.99974.99974 0 0 1 5 22zM10 22a.99974.99974 0 0 1-1-1V3a1 1 0 0 1 2 0V21A.99974.99974 0 0 1 10 22zM15 22a.99974.99974 0 0 1-1-1V9a1 1 0 0 1 2 0V21A.99974.99974 0 0 1 15 22zM20 22a.99974.99974 0 0 1-1-1V17a1 1 0 0 1 2 0v4A.99974.99974 0 0 1 20 22z\"/></svg></li><li title=\"anchor \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M12,22a8.00917,8.00917,0,0,1-8-8,1,1,0,0,1,2,0,6,6,0,0,0,12,0,1,1,0,0,1,2,0A8.00917,8.00917,0,0,1,12,22Z\"/><path class=\"uim-primary\" d=\"M12 22a.99974.99974 0 0 1-1-1V7a1 1 0 0 1 2 0V21A.99974.99974 0 0 1 12 22zM7 15H5a1 1 0 0 1 0-2H7a1 1 0 0 1 0 2zM19 15H17a1 1 0 0 1 0-2h2a1 1 0 0 1 0 2z\"/><path class=\"uim-primary\" d=\"M14 11H10a1 1 0 0 1 0-2h4a1 1 0 0 1 0 2zM12 8a3 3 0 1 1 3-3A3.00328 3.00328 0 0 1 12 8zm0-4a1 1 0 1 0 1 1A1.001 1.001 0 0 0 12 4z\"/></svg></li><li title=\"android alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M16.2 4.7l.7-1.2c0 0 0 0 0 0C17.1 3 17 2.4 16.5 2.1 16 1.9 15.4 2 15.1 2.5l-.6 1.1C15.1 3.8 15.7 4.2 16.2 4.7zM7.8 4.7c.5-.5 1-.8 1.7-1.1L8.9 2.5c0 0 0 0 0 0C8.6 2 8 1.9 7.5 2.1S6.9 3 7.1 3.5L7.8 4.7z\"/><rect width=\"12\" height=\"2\" x=\"6\" y=\"9\" class=\"uim-primary\"/><g><path class=\"uim-tertiary\" d=\"M12 3C8.7 3 6 5.7 6 9h12C18 5.7 15.3 3 12 3zM21 9c-.6 0-1 .4-1 1v4c0 0 0 0 0 0 0 .6.4 1 1 1 0 0 0 0 0 0 .6 0 1-.4 1-1v-4C22 9.4 21.6 9 21 9zM3 9c-.6 0-1 .4-1 1v4c0 0 0 0 0 0 0 .6.4 1 1 1 0 0 0 0 0 0 .6 0 1-.4 1-1v-4C4 9.4 3.6 9 3 9zM6 17C6 17 6 17 6 17c0 .6.4 1 1 1h2v3c0 0 0 0 0 0 0 .6.4 1 1 1 0 0 0 0 0 0 .6 0 1-.4 1-1v-3h2v3c0 0 0 0 0 0 0 .6.4 1 1 1 0 0 0 0 0 0 .6 0 1-.4 1-1v-3h2c0 0 0 0 0 0 .6 0 1-.4 1-1v-6H6V17z\"/></g></svg></li><li title=\"android \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M14.97535,3.01886l.95982-1.73159a.19342.19342,0,0,0-.33833-.18756l-.97045,1.75078a6.54141,6.54141,0,0,0-5.25275,0L8.40316,1.09971a.19342.19342,0,0,0-.33833.18756l.95985,1.7316A5.54614,5.54614,0,0,0,5.93152,7.89522h12.137A5.54615,5.54615,0,0,0,14.97535,3.01886ZM5.93143,17.17146a1.46713,1.46713,0,0,0,1.46713,1.46713h.9736v3.00095a1.36046,1.36046,0,1,0,2.72091,0V18.63859h1.81386v3.00095a1.36046,1.36046,0,1,0,2.72091,0V18.63859h.97364a1.46713,1.46713,0,0,0,1.46713-1.46713V8.37532H5.93143ZM4.06415,8.14191A1.362,1.362,0,0,0,2.7037,9.50237v5.66846a1.36046,1.36046,0,1,0,2.72091,0V9.50237A1.362,1.362,0,0,0,4.06415,8.14191Zm15.8717,0a1.362,1.362,0,0,0-1.36046,1.36046v5.66846a1.36046,1.36046,0,1,0,2.72091,0V9.50237A1.362,1.362,0,0,0,19.93585,8.14191Z\"/><circle cx=\"9.199\" cy=\"5.168\" r=\".507\" class=\"uim-tertiary\"/><circle cx=\"14.801\" cy=\"5.168\" r=\".507\" class=\"uim-tertiary\"/></svg></li><li title=\"angle double down \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M12 11.75a.99676.99676 0 0 1-.707-.293l-3-3A.99989.99989 0 0 1 9.707 7.043L12 9.33594l2.293-2.293A.99989.99989 0 0 1 15.707 8.457l-3 3A.99676.99676 0 0 1 12 11.75zM12 17.25a.99676.99676 0 0 1-.707-.293l-3-3A.99989.99989 0 0 1 9.707 12.543L12 14.83594l2.293-2.293A.99989.99989 0 0 1 15.707 13.957l-3 3A.99676.99676 0 0 1 12 17.25z\"/></svg></li><li title=\"angle double left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M16.25 16a.99676.99676 0 0 1-.707-.293l-3-3a.99962.99962 0 0 1 0-1.41406l3-3A.99989.99989 0 0 1 16.957 9.707L14.66406 12l2.293 2.293A1 1 0 0 1 16.25 16zM10.75 16a.99676.99676 0 0 1-.707-.293l-3-3a.99962.99962 0 0 1 0-1.41406l3-3A.99989.99989 0 0 1 11.457 9.707L9.16406 12l2.293 2.293A1 1 0 0 1 10.75 16z\"/></svg></li><li title=\"angle double right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M7.75 16a1 1 0 0 1-.707-1.707L9.33594 12 7.043 9.707A.99989.99989 0 0 1 8.457 8.293l3 3a.99962.99962 0 0 1 0 1.41406l-3 3A.99676.99676 0 0 1 7.75 16zM13.25 16a1 1 0 0 1-.707-1.707L14.83594 12 12.543 9.707A.99989.99989 0 0 1 13.957 8.293l3 3a.99962.99962 0 0 1 0 1.41406l-3 3A.99676.99676 0 0 1 13.25 16z\"/></svg></li><li title=\"angle double up \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M15 17.25a.99676.99676 0 0 1-.707-.293L12 14.66406 9.707 16.957A.99989.99989 0 0 1 8.293 15.543l3-3a.99962.99962 0 0 1 1.41406 0l3 3A1 1 0 0 1 15 17.25zM15 11.75a.99676.99676 0 0 1-.707-.293L12 9.16406 9.707 11.457A.99989.99989 0 0 1 8.293 10.043l3-3a.99962.99962 0 0 1 1.41406 0l3 3A1 1 0 0 1 15 11.75z\"/></svg></li><li title=\"angle down \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M12,15.12109a.99672.99672,0,0,1-.707-.293L7.05029,10.58594A.99989.99989,0,0,1,8.46436,9.17188L12,12.707l3.53564-3.53515a.99989.99989,0,0,1,1.41407,1.41406L12.707,14.82812A.99672.99672,0,0,1,12,15.12109Z\"/></svg></li><li title=\"angle left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M14.12109,17.24268a.99678.99678,0,0,1-.707-.293L9.17188,12.707a.99962.99962,0,0,1,0-1.41406l4.24218-4.24268a.99989.99989,0,0,1,1.41406,1.41407L11.293,12l3.53515,3.53564a1,1,0,0,1-.707,1.707Z\"/></svg></li><li title=\"angle right b \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M9.17188,18.65674a1,1,0,0,1-.707-1.707L13.41406,12,8.46484,7.05029A.99989.99989,0,0,1,9.87891,5.63623L15.53516,11.293a.99964.99964,0,0,1,0,1.41406L9.87891,18.36377A.9968.9968,0,0,1,9.17188,18.65674Z\"/></svg></li><li title=\"angle right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M9.87891,17.24268a1,1,0,0,1-.707-1.707L12.707,12,9.17188,8.46436a.99989.99989,0,0,1,1.41406-1.41407L14.82812,11.293a.99962.99962,0,0,1,0,1.41406l-4.24218,4.24268A.99678.99678,0,0,1,9.87891,17.24268Z\"/></svg></li><li title=\"angle up \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M16.24268,15.12109a.99676.99676,0,0,1-.707-.293L12,11.293,8.46436,14.82812a.99989.99989,0,0,1-1.41407-1.41406L11.293,9.17188a.99962.99962,0,0,1,1.41406,0l4.24268,4.24218a1,1,0,0,1-.707,1.707Z\"/></svg></li><li title=\"apple alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g data-name=\"Brand Logos\"><path class=\"uim-primary\" d=\"M17.59413,12.62537a4.523,4.523,0,0,1,2.16138-3.80548,4.67188,4.67188,0,0,0-3.658-1.98383c-1.55768-.1579-3.03937.91693-3.82861.91693-.78974,0-2.009-.89374-3.30084-.86908A4.89591,4.89591,0,0,0,4.82973,9.39056c-1.76239,3.06018-.44989,7.59369,1.26764,10.07673.84045,1.21392,1.84228,2.58117,3.15777,2.53137,1.26771-.04981,1.74616-.81879,3.27674-.81879,1.531,0,1.96161.81879,3.30078.79407,1.36291-.02515,2.228-1.23895,3.06165-2.4574a10.94625,10.94625,0,0,0,1.38409-2.84448A4.42049,4.42049,0,0,1,17.59413,12.62537Z\"/><path class=\"uim-primary\" d=\"M15.21588,5.04a5.56073,5.56073,0,0,0,1.32-4.04,5.67156,5.67156,0,0,0-3.73,1.92l-.02033.04688a5.56073,5.56073,0,0,0-1.32,4.04,5.67156,5.67156,0,0,0,3.73-1.92Z\"/></g></svg></li><li title=\"apple \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M17.45825,12.62537a4.523,4.523,0,0,1,2.16138-3.80548,4.67189,4.67189,0,0,0-3.658-1.98383c-1.55768-.1579-3.03937.91693-3.82861.91693-.78974,0-2.009-.89374-3.30085-.86908A4.8959,4.8959,0,0,0,4.69385,9.39056C2.93146,12.45074,4.244,16.98425,5.96149,19.46729c.84045,1.21392,1.84228,2.58117,3.15777,2.53137,1.2677-.04981,1.74616-.81879,3.27674-.81879,1.531,0,1.9616.81879,3.30078.79407,1.36291-.02515,2.228-1.23895,3.06164-2.4574a10.94609,10.94609,0,0,0,1.3841-2.84448A4.42047,4.42047,0,0,1,17.45825,12.62537ZM14.94141,5.1933A4.40527,4.40527,0,0,0,15.98169,2a4.4833,4.4833,0,0,0-2.94617,1.51581,4.1855,4.1855,0,0,0-1.061,3.09363A3.70907,3.70907,0,0,0,14.94141,5.1933Z\" data-name=\"Brand Logos\"/></svg></li><li title=\"apps \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><rect width=\"9\" height=\"9\" x=\"2\" y=\"2\" class=\"uim-primary\" rx=\"1\"/><rect width=\"9\" height=\"9\" x=\"2\" y=\"13\" class=\"uim-tertiary\" rx=\"1\"/><rect width=\"9\" height=\"9\" x=\"13\" y=\"2\" class=\"uim-tertiary\" rx=\"1\"/><rect width=\"9\" height=\"9\" x=\"13\" y=\"13\" class=\"uim-tertiary\" rx=\"1\"/></svg></li><li title=\"arrow circle down \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M7.293,12.707l3.99969,3.9997a1.00354,1.00354,0,0,0,1.41468,0L16.707,12.707A.99989.99989,0,0,0,15.293,11.293L13,13.58594V8a1,1,0,0,0-2,0v5.58594L8.707,11.293A.99989.99989,0,0,0,7.293,12.707Z\"/><path class=\"uim-tertiary\" d=\"M12,22A10,10,0,1,0,2,12,10.01114,10.01114,0,0,0,12,22ZM7.293,11.293a.99963.99963,0,0,1,1.41406,0L11,13.58594V8a1,1,0,0,1,2,0v5.58594l2.293-2.293A.99989.99989,0,0,1,16.707,12.707l-3.99969,3.9997a1.00354,1.00354,0,0,1-1.41468,0L7.293,12.707A.99962.99962,0,0,1,7.293,11.293Z\"/></svg></li><li title=\"arrow circle left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M11.293,7.293l-3.9997,3.99969a1.00354,1.00354,0,0,0,0,1.41468L11.293,16.707A.99989.99989,0,0,0,12.707,15.293L10.41406,13H16a1,1,0,0,0,0-2H10.41406l2.293-2.293A.99989.99989,0,0,0,11.293,7.293Z\"/><path class=\"uim-tertiary\" d=\"M2,12A10,10,0,1,0,12,2,10.01114,10.01114,0,0,0,2,12ZM12.707,7.293a.99963.99963,0,0,1,0,1.41406L10.41406,11H16a1,1,0,0,1,0,2H10.41406l2.293,2.293A.99989.99989,0,0,1,11.293,16.707l-3.9997-3.99969a1.00354,1.00354,0,0,1,0-1.41468L11.293,7.293A.99962.99962,0,0,1,12.707,7.293Z\"/></svg></li><li title=\"arrow circle right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M12.707,16.707l3.9997-3.99969a1.00354,1.00354,0,0,0,0-1.41468L12.707,7.293A.99989.99989,0,0,0,11.293,8.707L13.58594,11H8a1,1,0,0,0,0,2h5.58594l-2.293,2.293A.99989.99989,0,0,0,12.707,16.707Z\"/><path class=\"uim-tertiary\" d=\"M22,12A10,10,0,1,0,12,22,10.01114,10.01114,0,0,0,22,12ZM11.293,16.707a.99963.99963,0,0,1,0-1.41406L13.58594,13H8a1,1,0,0,1,0-2h5.58594L11.293,8.707A.99989.99989,0,0,1,12.707,7.293l3.9997,3.99969a1.00354,1.00354,0,0,1,0,1.41468L12.707,16.707A.99962.99962,0,0,1,11.293,16.707Z\"/></svg></li><li title=\"arrow circle up \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M16.707,11.293l-3.99969-3.9997a1.00354,1.00354,0,0,0-1.41468,0L7.293,11.293A.99989.99989,0,0,0,8.707,12.707L11,10.41406V16a1,1,0,0,0,2,0V10.41406l2.293,2.293A.99989.99989,0,0,0,16.707,11.293Z\"/><path class=\"uim-tertiary\" d=\"M12,2A10,10,0,1,0,22,12,10.01114,10.01114,0,0,0,12,2Zm4.707,10.707a.99963.99963,0,0,1-1.41406,0L13,10.41406V16a1,1,0,0,1-2,0V10.41406L8.707,12.707A.99989.99989,0,0,1,7.293,11.293l3.99969-3.9997a1.00354,1.00354,0,0,1,1.41468,0L16.707,11.293A.99962.99962,0,0,1,16.707,12.707Z\"/></svg></li><li title=\"arrow down left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M17,18H7a1,1,0,0,1-1-1V7A1,1,0,0,1,8,7v9h9a1,1,0,0,1,0,2Z\"/><path class=\"uim-primary\" d=\"M7,18a1,1,0,0,1-.707-1.707l10-10A.99989.99989,0,0,1,17.707,7.707l-10,10A.99676.99676,0,0,1,7,18Z\"/></svg></li><li title=\"arrow down right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M17,18H7a1,1,0,0,1,0-2h9V7a1,1,0,0,1,2,0V17A1,1,0,0,1,17,18Z\"/><path class=\"uim-primary\" d=\"M17,18a.99676.99676,0,0,1-.707-.293l-10-10A.99989.99989,0,0,1,7.707,6.293l10,10A1,1,0,0,1,17,18Z\"/></svg></li><li title=\"arrow up left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M7,18a1,1,0,0,1-1-1V7A1,1,0,0,1,7,6H17a1,1,0,0,1,0,2H8v9A1,1,0,0,1,7,18Z\"/><path class=\"uim-primary\" d=\"M17,18a.99676.99676,0,0,1-.707-.293l-10-10A.99989.99989,0,0,1,7.707,6.293l10,10A1,1,0,0,1,17,18Z\"/></svg></li><li title=\"arrow up right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M17,18a1,1,0,0,1-1-1V8H7A1,1,0,0,1,7,6H17a1,1,0,0,1,1,1V17A1,1,0,0,1,17,18Z\"/><path class=\"uim-primary\" d=\"M7,18a1,1,0,0,1-.707-1.707l10-10A.99989.99989,0,0,1,17.707,7.707l-10,10A.99676.99676,0,0,1,7,18Z\"/></svg></li><li title=\"at \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M12,16.5A4.5,4.5,0,1,1,16.5,12,4.50491,4.50491,0,0,1,12,16.5Zm0-7A2.5,2.5,0,1,0,14.5,12,2.50294,2.50294,0,0,0,12,9.5Z\"/><path class=\"uim-primary\" d=\"M12,22A10,10,0,1,1,22,12v.75a3.75,3.75,0,0,1-7.5,0V8.5a1,1,0,0,1,2,0v4.25a1.75,1.75,0,0,0,3.5,0V12a8,8,0,1,0-4,6.92822,1.00016,1.00016,0,1,1,1,1.73242A10.02069,10.02069,0,0,1,12,22Z\"/></svg></li><li title=\"bag \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path class=\"uim-tertiary\" d=\"M19,6H5C3.34315,6,2,7.34315,2,9v2.72087L8.8374,14h6.3252L22,11.72087V9C22,7.34315,20.65685,6,19,6z\"/><path class=\"uim-primary\" d=\"M10,6V5h4v1h2V5c-0.00126-1.10405-0.89595-1.99874-2-2h-4C8.89595,3.00126,8.00126,3.89595,8,5v1H10z M8.8374,14L2,11.72083V18c0.00181,1.65611,1.34389,2.99819,3,3h14c1.65611-0.00181,2.99819-1.34389,3-3v-6.27917L15.1626,14H8.8374z\"/></svg></li><li title=\"bars \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M21 13H3a1 1 0 0 1 0-2H21a1 1 0 0 1 0 2zM21 18H3a1 1 0 0 1 0-2H21a1 1 0 0 1 0 2zM21 8H3A1 1 0 0 1 3 6H21a1 1 0 0 1 0 2z\"/></svg></li><li title=\"battery bolt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M13.98816,12.05872A1.02324,1.02324,0,0,0,13,11H9.7323l1.44348-2.5a1.00016,1.00016,0,1,0-1.73242-1l-2.30957,4A1.02216,1.02216,0,0,0,8,13h3.2677L9.82422,15.5a1.00016,1.00016,0,0,0,1.73242,1l2.30957-4A1.26723,1.26723,0,0,0,13.98816,12.05872Z\"/><path class=\"uim-tertiary\" d=\"M17 7H4A2.002 2.002 0 0 0 2 9v6a2.002 2.002 0 0 0 2 2h6.68945a.99991.99991 0 0 1-.86523-1.5L11.2677 13H8a1.02216 1.02216 0 0 1-.86621-1.5l2.30957-4a1.00016 1.00016 0 1 1 1.73242 1L9.7323 11H13a1.02328 1.02328 0 0 1 .98816 1.05872 1.26806 1.26806 0 0 1-.12195.44128l-2.30957 4a1.0001 1.0001 0 0 1-.86719.5H17a2.002 2.002 0 0 0 2-2V9A2.002 2.002 0 0 0 17 7zM21 14a1 1 0 0 1-1-1V11a1 1 0 0 1 2 0v2A1 1 0 0 1 21 14z\"/></svg></li><li title=\"battery empty \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M21 14a.99974.99974 0 0 1-1-1V11a1 1 0 0 1 2 0v2A.99974.99974 0 0 1 21 14zM17 17H4a2.00229 2.00229 0 0 1-2-2V9A2.00229 2.00229 0 0 1 4 7H17a2.00229 2.00229 0 0 1 2 2v6A2.00229 2.00229 0 0 1 17 17z\"/></svg></li><li title=\"behance alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g data-name=\"Brand Logos\"><path class=\"uim-primary\" d=\"M7.5,20H2a.99974.99974,0,0,1-1-1V12a.99974.99974,0,0,1,1-1H7.5a4.5,4.5,0,0,1,0,9ZM3,18H7.5a2.5,2.5,0,0,0,0-5H3Z\"/><path class=\"uim-primary\" d=\"M7 13H2a.99974.99974 0 0 1-1-1V6A.99974.99974 0 0 1 2 5H7a4 4 0 0 1 0 8zM3 11H7A2 2 0 0 0 7 7H3zM20 7H16a1 1 0 0 1 0-2h4a1 1 0 0 1 0 2zM22 14H14a1 1 0 0 1 0-2h8a1 1 0 0 1 0 2z\"/><path class=\"uim-primary\" d=\"M18,20a5.00588,5.00588,0,0,1-5-5V13a5,5,0,1,1,10,0,1,1,0,0,1-2,0,3,3,0,0,0-6,0v2a2.9984,2.9984,0,0,0,5.90088.75391,1,1,0,0,1,1.93848.49218A4.98524,4.98524,0,0,1,18,20Z\"/></g></svg></li><li title=\"behance \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M10.39649,11.51891h-.10828l.2406-.13233a2.33344,2.33344,0,0,0,1.09467-1.20294,3.46406,3.46406,0,0,0,.14435-1.69617,2.81489,2.81489,0,0,0-1.73218-2.2976,4.72807,4.72807,0,0,0-1.92474-.38495H2V18.15911h5.5816a9.44806,9.44806,0,0,0,1.58789-.13233A3.46453,3.46453,0,0,0,11.828,16.05394a3.74136,3.74136,0,0,0,.30072-2.40588A2.69448,2.69448,0,0,0,10.39649,11.51891ZM4.89905,7.95818H7.30494a4.66911,4.66911,0,0,1,1.20294.15637,1.03453,1.03453,0,0,1,.79394.92627,1.90064,1.90064,0,0,1,0,.74585.99851.99851,0,0,1-.51727.6496,2.47826,2.47826,0,0,1-1.20294.26464H4.875ZM9.55445,14.863a1.39542,1.39542,0,0,1-1.20294,1.1308,4.36332,4.36332,0,0,1-.79395.08417H4.875V12.806H7.738a2.71932,2.71932,0,0,1,.90222.15637,1.31129,1.31129,0,0,1,.91425,1.20294A2.54885,2.54885,0,0,1,9.55445,14.863Zm12.43835-.806c.012-.024.012-.04809-.024-.024V12.69774a4.379,4.379,0,0,0-.409-1.76831A3.729,3.729,0,0,0,19.63508,9.077a5.13707,5.13707,0,0,0-2.94721-.28876A3.88553,3.88553,0,0,0,13.476,11.60308a6.7005,6.7005,0,0,0-.14435,3.46447,3.50091,3.50091,0,0,0,.86609,1.73224,4.5232,4.5232,0,0,0,2.06909,1.20294,5.45037,5.45037,0,0,0,2.32166.1203,4.00639,4.00639,0,0,0,2.51416-1.32324,3.16514,3.16514,0,0,0,.70971-1.20294.523.523,0,0,0,.08417-.34888H19.53882a.12033.12033,0,0,0-.1203.07221,1.7081,1.7081,0,0,1-1.20294.90216,2.68148,2.68148,0,0,1-1.08264,0,1.90049,1.90049,0,0,1-1.43146-1.05853A2.40582,2.40582,0,0,1,15.497,14.442v-.38495Zm-6.3515-1.73217a4.51542,4.51542,0,0,1,.19245-.56543,1.73239,1.73239,0,0,1,1.57586-1.08264,2.28663,2.28663,0,0,1,1.04657.14434,1.7803,1.7803,0,0,1,1.13074,1.44355v.25262l-3.94562.03607A2.09862,2.09862,0,0,1,15.6413,12.32488Zm4.4148-6.01471H15.05189V7.75371l5.00421-.012Z\" data-name=\"Brand Logos\"/></svg></li><li title=\"bing \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><polygon style=\"isolation:isolate\" class=\"uim-secondary\" points=\"10.129 8.596 11.864 12.924 14.634 14.214 14.634 14.214 19 16.247 19 11.7 10.129 8.596\"/><polygon class=\"uim-primary\" points=\"14.634 14.214 14.634 14.214 9 17.457 9 3.4 5 2 5 19.76 9 22 19 16.247 19 11.7 14.634 14.214\"/></svg></li><li title=\"bitcoin alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M16.31256,11.2392A3.99779,3.99779,0,0,0,13,5V4a1,1,0,0,0-2,0V5H9V4A1,1,0,0,0,7,4V5H6A1,1,0,0,0,6,7H7V17H6a1,1,0,0,0,0,2H7v1a1,1,0,0,0,2,0V19h2v1a1,1,0,0,0,2,0V19h2a3.98966,3.98966,0,0,0,1.31256-7.7608ZM15,9a2.00229,2.00229,0,0,1-2,2H9V7h4A2.00229,2.00229,0,0,1,15,9Zm0,8H9V13h6a2,2,0,0,1,0,4Z\"/></svg></li><li title=\"bitcoin \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path class=\"uim-tertiary\" d=\"M16.358,10.57538c0.19678-1.33057-0.80493-2.0459-2.17468-2.52307l0.44433-1.80249l-1.0849-0.27344l-0.43255,1.755c-0.28522-0.0719-0.57813-0.13971-0.8692-0.2069l0.43567-1.76655L11.59241,5.4845l-0.44464,1.80188c-0.23609-0.05439-0.46784-0.10816-0.69275-0.16468l0.00122-0.00567l-1.4961-0.37781L8.67151,7.9101c0,0,0.80493,0.18658,0.788,0.19812c0.3137,0.04037,0.53799,0.32351,0.5055,0.63812l-1.21741,4.9378c-0.06361,0.20836-0.28408,0.32571-0.49244,0.2621c-0.00159-0.00048-0.00317-0.00098-0.00475-0.00148c0.0108,0.01593-0.78852-0.19909-0.78852-0.19909l-0.53857,1.25592l1.41174,0.356c0.26264,0.06653,0.52,0.13623,0.77344,0.20185l-0.449,1.82312l1.08362,0.27343l0.44464-1.80371c0.296,0.08124,0.58338,0.15625,0.86457,0.22687l-0.44312,1.79529l1.08484,0.27344l0.449-1.81971c1.84991,0.35407,3.241,0.21125,3.82653-1.48089c0.48088-0.95304,0.09812-2.11545-0.85492-2.59633c-0.04641-0.02342-0.09375-0.04496-0.1419-0.06456C15.74629,12.02545,16.31479,11.36429,16.358,10.57538z M13.87921,14.0907c-0.3352,1.36249-2.60351,0.62591-3.33893,0.44122l0.59577-2.41528C11.8714,12.30225,14.22961,12.66974,13.87921,14.0907z M14.21478,10.5557c-0.30591,1.23931-2.19378,0.60968-2.80621,0.45526l0.5401-2.19056c0.61243,0.15439,2.58472,0.44254,2.26611,1.73533L14.21478,10.5557z\"/><path class=\"uim-primary\" d=\"M11.94867 8.82037l-.5401 2.19061c.61243.15442 2.50031.784 2.80621-.45526C14.53339 9.26294 12.5611 8.97479 11.94867 8.82037zM11.13605 12.11664l-.59576 2.41528c.73541.18469 3.00372.92126 3.33893-.44122C14.22961 12.66974 11.8714 12.30225 11.13605 12.11664z\"/><path class=\"uim-primary\" d=\"M12,2C6.47717,2,2,6.47717,2,12s4.47717,10,10,10s10-4.47717,10-10S17.52283,2,12,2z M16.35797,10.57538c-0.04315,0.78894-0.61169,1.45007-1.38519,1.61102c0.04816,0.01959,0.09546,0.04114,0.14191,0.06458c0.953,0.48083,1.33575,1.64325,0.85492,2.59631c-0.58557,1.69214-1.97662,1.83496-3.82654,1.4809l-0.44904,1.8197l-1.08484-0.27344l0.44312-1.79529c-0.28119-0.07062-0.56854-0.14563-0.86456-0.22687L9.7431,17.65601l-1.08362-0.27344l0.44904-1.82312c-0.25348-0.06561-0.5108-0.13531-0.77344-0.20184l-1.41174-0.35602l0.53857-1.25592c0,0,0.79932,0.21503,0.78851,0.1991c0.00159,0.00049,0.00317,0.00098,0.0047,0.00146c0.20837,0.0636,0.42889-0.05371,0.49249-0.26208l1.21741-4.93781C9.9975,8.4317,9.77319,8.14862,9.45953,8.10822C9.47644,8.09668,8.67151,7.9101,8.67151,7.9101l0.28864-1.17188l1.49609,0.37781L10.45502,7.1217c0.22491,0.05652,0.45667,0.11029,0.69275,0.16467l0.44464-1.80188l1.08429,0.27344l-0.43567,1.76654c0.29102,0.0672,0.58392,0.13501,0.8692,0.20691l0.4325-1.755l1.0849,0.27344l-0.44427,1.80249C15.5531,8.52948,16.55481,9.24481,16.35797,10.57538z\"/></svg></li><li title=\"blackberry \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path class=\"uim-tertiary\" d=\"M7.18842,13.35193H5.2699l0.52319-2.41455h1.83826c1.19464,0,1.47912,0.5852,1.47912,1.04974C9.11047,12.64435,8.68286,13.35193,7.18842,13.35193z M7.84918,9.71484h-1.913l0.51947-2.41632h1.84013c1.19378,0,1.47918,0.587,1.47918,1.05152C9.7749,9.0072,9.34723,9.71484,7.84918,9.71484z M11.60327,17.14032H9.68481l0.5221-2.41815h1.84021c1.19287,0,1.47565,0.5888,1.47565,1.05334C13.52277,16.43445,13.09778,17.14032,11.60327,17.14032z M12.31091,13.35193H10.397l0.52124-2.41455h1.83924c1.19378,0,1.47644,0.5852,1.47644,1.04974C14.23389,12.64435,13.809,13.35193,12.31091,13.35193z M12.97534,9.71484H11.0614l0.52216-2.41632h1.83654c1.19556,0,1.48005,0.587,1.48005,1.05152C14.90021,9.0072,14.47339,9.71484,12.97534,9.71484z M16.72229,15.32h-1.91577l0.52215-2.41809h1.83838c1.19373,0,1.47821,0.59051,1.47821,1.05328C18.64526,14.6123,18.22034,15.32,16.72229,15.32z M17.4353,11.87732h-1.91577l0.52222-2.41638h1.84009c1.19378,0,1.4765,0.587,1.4765,1.05157C19.35834,11.16974,18.93335,11.87732,17.4353,11.87732z\"/><path class=\"uim-primary\" d=\"M12,2C6.47717,2,2,6.47717,2,12s4.47717,10,10,10s10-4.47717,10-10S17.52283,2,12,2z M7.18842,13.35193H5.2699l0.52319-2.41455h1.83826c1.19464,0,1.47913,0.58521,1.47913,1.04974C9.11047,12.64435,8.68286,13.35193,7.18842,13.35193z M7.84918,9.71484H5.93616l0.51947-2.41632h1.84015c1.19379,0,1.47919,0.58698,1.47919,1.05151C9.7749,9.0072,9.34723,9.71484,7.84918,9.71484z M11.60327,17.14032H9.68481l0.52209-2.41815h1.84021c1.19287,0,1.47565,0.58881,1.47565,1.05334C13.52277,16.43445,13.09778,17.14032,11.60327,17.14032z M12.31091,13.35193h-1.91394l0.52124-2.41455h1.83929c1.19373,0,1.47644,0.58521,1.47644,1.04974C14.23389,12.64435,13.80902,13.35193,12.31091,13.35193z M12.97534,9.71484H11.0614l0.52216-2.41632h1.83655c1.19556,0,1.48004,0.58698,1.48004,1.05151C14.90021,9.0072,14.47339,9.71484,12.97534,9.71484z M16.72229,15.32001h-1.91577l0.52216-2.41809h1.83838c1.19373,0,1.47821,0.59052,1.47821,1.05328C18.64526,14.6123,18.22034,15.32001,16.72229,15.32001z M17.4353,11.87732h-1.91577l0.52222-2.41638h1.84009c1.19379,0,1.4765,0.58698,1.4765,1.05157C19.35834,11.16974,18.93335,11.87732,17.4353,11.87732z\"/></svg></li><li title=\"blogger alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path class=\"uim-tertiary\" d=\"M20,23H4c-1.65611-0.00181-2.99819-1.34389-3-3V4c0.00181-1.65611,1.34389-2.99819,3-3h16c1.65611,0.00181,2.99819,1.34389,3,3v16C22.99819,21.65611,21.65611,22.99819,20,23z\"/><path class=\"uim-primary\" d=\"M16.00293,10.002H16V9c-0.0022-2.20823-1.79177-3.9978-4-4h-2c-2.76008,0.00324-4.99676,2.23992-5,5v4c0.00324,2.76008,2.23992,4.99676,5,5h4c2.76008-0.00324,4.99676-2.23992,5-5v-1C18.9987,11.34515,17.65778,10.00381,16.00293,10.002z M10,9h1c0.55229,0,1,0.44771,1,1s-0.44771,1-1,1h-1c-0.55229,0-1-0.44771-1-1S9.44771,9,10,9z M14,15h-4c-0.55229,0-1-0.44771-1-1s0.44771-1,1-1h4c0.55229,0,1,0.44771,1,1S14.55229,15,14,15z\"/></svg></li><li title=\"blogger \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path class=\"uim-tertiary\" fill-rule=\"evenodd\" d=\"M18.33264,10.92169L18.22382,10.7l-0.1789-0.13983c-0.23486-0.1839-1.42285,0.01111-1.74219-0.27844c-0.22723-0.20819-0.26269-0.58386-0.33007-1.08936c-0.0155-0.4774-0.13922-0.94505-0.36182-1.36767c-0.65779-1.16389-1.80305-1.97126-3.1203-2.1997H9.66681C7.44133,5.63088,5.63697,7.4303,5.625,9.65576v4.69434c0.01338,2.22392,1.81785,4.02085,4.04181,4.0249h4.639c2.22099-0.00703,4.02229-1.80085,4.03857-4.02179l0.01965-2.67548l0.00458-0.57843L18.33264,10.92169z M9.71844,8.91663h2.23877c0.42572,0,0.77084,0.34512,0.77084,0.77084c0,0.42572-0.34512,0.77084-0.77084,0.77084H9.71844c-0.42572,0-0.77084-0.34512-0.77084-0.77084C8.9476,9.26175,9.29272,8.91663,9.71844,8.91663z M14.26709,15.04163H9.71844c-0.41421,0.01266-0.76026-0.31287-0.77292-0.72708c-0.01266-0.41421,0.31287-0.76026,0.72709-0.77292c0.01527-0.00047,0.03056-0.00047,0.04583,0h4.54865c0.41421-0.01048,0.7585,0.31681,0.76898,0.73102c0.01048,0.41421-0.31681,0.7585-0.73102,0.76898C14.29239,15.04195,14.27974,15.04195,14.26709,15.04163z\" clip-rule=\"evenodd\"/><path class=\"uim-primary\" d=\"M14.26709 13.54163H9.71844c-.01526-.00049-.03058-.00049-.04584 0-.41418.01263-.73975.3587-.72711.77295.0127.41418.3587.73969.77295.72705h4.54865c.01263.00031.02533.00031.03796 0 .41418-.0105.74152-.35474.73102-.76898C15.02557 13.85846 14.68127 13.53113 14.26709 13.54163zM9.71844 10.45831h2.23877c.42572 0 .77081-.34509.77081-.77087 0-.42572-.34509-.77081-.77081-.77081H9.71844c-.42572 0-.77087.34509-.77087.77081C8.94757 10.11322 9.29272 10.45831 9.71844 10.45831z\"/><path class=\"uim-primary\" d=\"M19.5,2h-15C3.11926,2,2,3.11926,2,4.5v15C2,20.88074,3.11926,22,4.5,22h15c1.38074,0,2.5-1.11926,2.5-2.5v-15C22,3.11926,20.88074,2,19.5,2z M18.36401,11.67773l-0.01965,2.67548c-0.01624,2.22095-1.81757,4.01477-4.03857,4.02179H9.66681c-2.22394-0.00403-4.02844-1.80096-4.04181-4.0249V9.65576C5.63696,7.4303,7.44135,5.63086,9.66681,5.625h2.82373c1.31726,0.22845,2.46252,1.03583,3.1203,2.19971c0.2226,0.42261,0.34631,0.89026,0.36182,1.36768c0.06738,0.50549,0.10284,0.88116,0.33008,1.08936c0.31934,0.28955,1.50732,0.09454,1.74219,0.27844l0.17889,0.13983l0.10883,0.22168l0.03595,0.17761L18.36401,11.67773z\"/></svg></li><li title=\"bookmark \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M18,22a.99971.99971,0,0,1-.5-.13379L12,18.69434,6.5,21.86621A1.00042,1.00042,0,0,1,5,21V5A3.00328,3.00328,0,0,1,8,2h8a3.00328,3.00328,0,0,1,3,3V21a1.00072,1.00072,0,0,1-1,1Z\"/></svg></li><li title=\"border alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M3.5,20.5a.99974.99974,0,0,1-1-1V3.5a.99974.99974,0,0,1,1-1h16a1,1,0,0,1,0,2H4.5v15A.99974.99974,0,0,1,3.5,20.5Z\"/><circle cx=\"19.5\" cy=\"11.5\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"19.5\" cy=\"7.5\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"19.5\" cy=\"15.5\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"7.5\" cy=\"19.5\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"11.5\" cy=\"19.5\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"15.5\" cy=\"19.5\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"19.5\" cy=\"19.5\" r=\"1\" class=\"uim-tertiary\"/></svg></li><li title=\"border bottom \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M20,21.5H4a1,1,0,0,1,0-2H20a1,1,0,0,1,0,2Z\"/><circle cx=\"12\" cy=\"16.5\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"12\" cy=\"12.5\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"12\" cy=\"8.5\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"12\" cy=\"4.5\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"4\" cy=\"16.5\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"4\" cy=\"12.5\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"4\" cy=\"8.5\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"4\" cy=\"4.5\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"8\" cy=\"4.5\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"16\" cy=\"4.5\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"8\" cy=\"12.5\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"16\" cy=\"12.5\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"20\" cy=\"16.5\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"20\" cy=\"12.5\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"20\" cy=\"8.5\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"20\" cy=\"4.5\" r=\"1\" class=\"uim-tertiary\"/></svg></li><li title=\"border clear \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"16\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"12\" cy=\"20\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"12\" cy=\"8\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"12\" cy=\"4\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"4\" cy=\"16\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"4\" cy=\"20\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"4\" cy=\"8\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"4\" cy=\"4\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"8\" cy=\"4\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"16\" cy=\"4\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"8\" cy=\"20\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"16\" cy=\"20\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"8\" cy=\"12\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"16\" cy=\"12\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"20\" cy=\"16\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"20\" cy=\"20\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"20\" cy=\"8\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"12\" cy=\"12\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"4\" cy=\"12\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"20\" cy=\"12\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"20\" cy=\"4\" r=\"1\" class=\"uim-tertiary\"/></svg></li><li title=\"border horizontal \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M20,13H4a1,1,0,0,1,0-2H20a1,1,0,0,1,0,2Z\"/><circle cx=\"12\" cy=\"16\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"12\" cy=\"20\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"12\" cy=\"8\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"12\" cy=\"4\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"4\" cy=\"16\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"4\" cy=\"20\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"4\" cy=\"8\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"4\" cy=\"4\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"8\" cy=\"4\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"16\" cy=\"4\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"8\" cy=\"20\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"16\" cy=\"20\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"20\" cy=\"16\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"20\" cy=\"20\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"20\" cy=\"8\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"20\" cy=\"4\" r=\"1\" class=\"uim-tertiary\"/></svg></li><li title=\"border inner \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M19.96484,13h-16a1,1,0,0,1,0-2h16a1,1,0,0,1,0,2Z\"/><path class=\"uim-primary\" d=\"M11.96484,21a.99974.99974,0,0,1-1-1V4a1,1,0,0,1,2,0V20A.99973.99973,0,0,1,11.96484,21Z\"/><circle cx=\"3.964\" cy=\"16\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"3.964\" cy=\"20\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"3.964\" cy=\"8\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"3.964\" cy=\"4\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"7.964\" cy=\"4\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"15.964\" cy=\"4\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"7.964\" cy=\"20\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"15.964\" cy=\"20\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"19.964\" cy=\"16\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"19.964\" cy=\"20\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"19.964\" cy=\"8\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"19.964\" cy=\"4\" r=\"1\" class=\"uim-tertiary\"/></svg></li><li title=\"border left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M3.5,21a.99974.99974,0,0,1-1-1V4a1,1,0,0,1,2,0V20A.99974.99974,0,0,1,3.5,21Z\"/><circle cx=\"7.5\" cy=\"12\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"11.5\" cy=\"12\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"15.5\" cy=\"12\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"19.5\" cy=\"12\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"7.5\" cy=\"4\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"11.5\" cy=\"4\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"15.5\" cy=\"4\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"19.5\" cy=\"4\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"19.5\" cy=\"8\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"19.5\" cy=\"16\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"11.5\" cy=\"8\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"11.5\" cy=\"16\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"7.5\" cy=\"20\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"11.5\" cy=\"20\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"15.5\" cy=\"20\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"19.5\" cy=\"20\" r=\"1\" class=\"uim-tertiary\"/></svg></li><li title=\"border out \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M20,21H4a.99943.99943,0,0,1-1-1V4A.99943.99943,0,0,1,4,3H20a.99943.99943,0,0,1,1,1V20A.99943.99943,0,0,1,20,21ZM5,19H19V5H5Z\"/><circle cx=\"12\" cy=\"12\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"12\" cy=\"16\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"12\" cy=\"8\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"8\" cy=\"12\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"16\" cy=\"12\" r=\"1\" class=\"uim-tertiary\"/></svg></li><li title=\"border right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M20.5,21a.99974.99974,0,0,1-1-1V4a1,1,0,0,1,2,0V20A.99974.99974,0,0,1,20.5,21Z\"/><circle cx=\"16.5\" cy=\"12\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"12.5\" cy=\"12\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"8.5\" cy=\"12\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"4.5\" cy=\"12\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"16.5\" cy=\"20\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"12.5\" cy=\"20\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"8.5\" cy=\"20\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"4.5\" cy=\"20\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"4.5\" cy=\"16\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"4.5\" cy=\"8\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"12.5\" cy=\"16\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"12.5\" cy=\"8\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"16.5\" cy=\"4\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"12.5\" cy=\"4\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"8.5\" cy=\"4\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"4.5\" cy=\"4\" r=\"1\" class=\"uim-tertiary\"/></svg></li><li title=\"border top \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M20,4.5H4a1,1,0,0,1,0-2H20a1,1,0,0,1,0,2Z\"/><circle cx=\"12\" cy=\"7.5\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"12\" cy=\"11.5\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"12\" cy=\"15.5\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"12\" cy=\"19.5\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"20\" cy=\"7.5\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"20\" cy=\"11.5\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"20\" cy=\"15.5\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"20\" cy=\"19.5\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"16\" cy=\"19.5\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"8\" cy=\"19.5\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"16\" cy=\"11.5\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"8\" cy=\"11.5\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"4\" cy=\"7.5\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"4\" cy=\"11.5\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"4\" cy=\"15.5\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"4\" cy=\"19.5\" r=\"1\" class=\"uim-tertiary\"/></svg></li><li title=\"border vertical \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M11,21a.99974.99974,0,0,1-1-1V4a1,1,0,0,1,2,0V20A.99974.99974,0,0,1,11,21Z\"/><circle cx=\"7\" cy=\"12\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"3\" cy=\"12\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"15\" cy=\"12\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"19\" cy=\"12\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"7\" cy=\"4\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"3\" cy=\"4\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"15\" cy=\"4\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"19\" cy=\"4\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"19\" cy=\"8\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"19\" cy=\"16\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"3\" cy=\"8\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"3\" cy=\"16\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"7\" cy=\"20\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"3\" cy=\"20\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"15\" cy=\"20\" r=\"1\" class=\"uim-tertiary\"/><circle cx=\"19\" cy=\"20\" r=\"1\" class=\"uim-tertiary\"/></svg></li><li title=\"box \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path class=\"uim-quaternary\" d=\"M20.23,7.24L12,12L3.77,7.24c0.16898-0.29248,0.40995-0.53689,0.7-0.71L11,2.76c0.62072-0.35004,1.37928-0.35004,2,0l6.53,3.77C19.82005,6.70311,20.06102,6.94752,20.23,7.24z\"/><path class=\"uim-tertiary\" d=\"M12,12v9.5c-0.31529-0.00043-0.6264-0.07223-0.91-0.21L4.5,17.48c-0.61772-0.35735-0.99865-1.01637-1-1.73v-7.5c0.00166-0.35428,0.09466-0.70215,0.27-1.01L12,12z\"/><path class=\"uim-primary\" d=\"M20.5,8.25v7.5c-0.00135,0.71363-0.38228,1.37265-1,1.73l-6.62,3.82c-0.27531,0.12984-0.57562,0.1981-0.88,0.2V12l8.23-4.76C20.40534,7.54785,20.49834,7.89572,20.5,8.25z\"/></svg></li><li title=\"briefcase \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M10,6V5h4v1h2V5c-0.00126-1.10405-0.89595-1.99874-2-2h-4C8.89595,3.00126,8.00126,3.89595,8,5v1H10z\"/><path class=\"uim-quaternary\" d=\"M9,15c-0.55214,0.00014-0.99986-0.44734-1-0.99948C8,14.00035,8,14.00017,8,14v-2c0-0.55229,0.44771-1,1-1s1,0.44771,1,1v2c0.00014,0.55214-0.44734,0.99986-0.99948,1C9.00035,15,9.00017,15,9,15z M15,15c-0.55214,0.00014-0.99986-0.44734-1-0.99948c0-0.00017,0-0.00035,0-0.00052v-2c0-0.55229,0.44771-1,1-1s1,0.44771,1,1v2c0.00014,0.55214-0.44734,0.99986-0.99948,1C15.00035,15,15.00017,15,15,15z\"/><path class=\"uim-tertiary\" d=\"M20,6H4C2.89543,6,2,6.89543,2,8v3c0,1.10457,0.89543,2,2,2h4v-1c0-0.55229,0.44771-1,1-1s1,0.44771,1,1v1h4v-1c0-0.55229,0.44771-1,1-1s1,0.44771,1,1v1h4c1.10457,0,2-0.89543,2-2V8C22,6.89543,21.10457,6,20,6z\"/><path class=\"uim-primary\" d=\"M20,13h-4v1c0,0.55229-0.44771,1-1,1s-1-0.44771-1-1v-1h-4v1c0,0.55229-0.44771,1-1,1s-1-0.44771-1-1v-1H4c-1.10457,0-2-0.89543-2-2v8c0,1.10457,0.89543,2,2,2h16c1.10457,0,2-0.89543,2-2v-8C22,12.10457,21.10457,13,20,13z\"/></svg></li><li title=\"calender \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path class=\"uim-tertiary\" d=\"M22,10H1.99976v9c0,1.65685,1.34315,3,3,3l0,0h14.00048c1.65685,0,3-1.34315,3-3L22,10z M7,8C6.44772,8,6,7.55228,6,7V3c0-0.55228,0.44772-1,1-1s1,0.44772,1,1v4C8,7.55228,7.55228,8,7,8z M17,8c-0.55228,0-1-0.44772-1-1V3c0-0.55228,0.44772-1,1-1s1,0.44772,1,1v4C18,7.55228,17.55228,8,17,8z\"/><path class=\"uim-primary\" d=\"M19,4h-1v3c0,0.55228-0.44772,1-1,1s-1-0.44772-1-1V4H8v3c0,0.55228-0.44772,1-1,1S6,7.55228,6,7V4H4.99951c-1.65685,0-3,1.34315-3,3v3H22V7C22,5.34315,20.65685,4,19,4z\"/></svg></li><li title=\"chart pie \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path class=\"uim-quaternary\" d=\"M12,12V2c5.52285,0,10,4.47715,10,10H12z\"/><path class=\"uim-tertiary\" d=\"M12,12l5,8.66022c3.09237-1.78795,4.99776-5.08817,5-8.66022H12z\"/><path class=\"uim-primary\" d=\"M17,20.66022L12,12V2C6.47715,2.00184,2.00149,6.48047,2.00332,12.00332C2.00516,17.52617,6.4838,22.00183,12.00665,22c1.75327-0.00058,3.47558-0.46212,4.99421-1.33832l0.00336-0.00427L17,20.66022z\"/></svg></li><li title=\"chart \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M7 18a.99974.99974 0 0 1-1-1V13a1 1 0 0 1 2 0v4A.99974.99974 0 0 1 7 18zM12 18a.99974.99974 0 0 1-1-1V7a1 1 0 0 1 2 0V17A.99974.99974 0 0 1 12 18zM17 18a.99974.99974 0 0 1-1-1V11a1 1 0 0 1 2 0v6A.99974.99974 0 0 1 17 18z\"/><path class=\"uim-tertiary\" d=\"M19,2H5A3,3,0,0,0,2,5V19a3,3,0,0,0,3,3H19a3,3,0,0,0,3-3V5A3,3,0,0,0,19,2ZM8,17a1,1,0,0,1-2,0V13a1,1,0,0,1,2,0Zm5,0a1,1,0,0,1-2,0V7a1,1,0,0,1,2,0Zm5,0a1,1,0,0,1-2,0V11a1,1,0,0,1,2,0Z\"/></svg></li><li title=\"check circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M10.3125,16.09375a.99676.99676,0,0,1-.707-.293L6.793,12.98828A.99989.99989,0,0,1,8.207,11.57422l2.10547,2.10547L15.793,8.19922A.99989.99989,0,0,1,17.207,9.61328l-6.1875,6.1875A.99676.99676,0,0,1,10.3125,16.09375Z\" opacity=\".99\"/><path class=\"uim-tertiary\" d=\"M12,2A10,10,0,1,0,22,12,10.01146,10.01146,0,0,0,12,2Zm5.207,7.61328-6.1875,6.1875a.99963.99963,0,0,1-1.41406,0L6.793,12.98828A.99989.99989,0,0,1,8.207,11.57422l2.10547,2.10547L15.793,8.19922A.99989.99989,0,0,1,17.207,9.61328Z\"/></svg></li><li title=\"check square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M10.2002,16.3999a.99676.99676,0,0,1-.707-.293L6.293,12.90723A.99989.99989,0,0,1,7.707,11.49316l2.49317,2.49268L16.293,7.89307A.99989.99989,0,0,1,17.707,9.30713l-6.7998,6.7998A.99676.99676,0,0,1,10.2002,16.3999Z\"/><path class=\"uim-tertiary\" d=\"M21,2H3A1,1,0,0,0,2,3V21a1,1,0,0,0,1,1H21a1,1,0,0,0,1-1V3A1,1,0,0,0,21,2ZM17.707,9.30713l-6.7998,6.7998a.99964.99964,0,0,1-1.41407,0L6.293,12.90723A.99989.99989,0,0,1,7.707,11.49316l2.49317,2.49268L16.293,7.89307A.99989.99989,0,0,1,17.707,9.30713Z\"/></svg></li><li title=\"check \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M9.83984,17.08008a.99676.99676,0,0,1-.707-.293L5.293,12.94727A.99989.99989,0,1,1,6.707,11.5332L9.83984,14.666,17.293,7.21289A.99989.99989,0,0,1,18.707,8.627l-8.16015,8.16016A.9968.9968,0,0,1,9.83984,17.08008Z\"/></svg></li><li title=\"circle layer \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path class=\"uim-quaternary\" d=\"M15,2c-3.3772,0.00142-6.27155,2.41462-6.88025,5.73651c2.90693-1.59074,6.553-0.52375,8.14374,2.38317c0.98206,1.79462,0.98206,3.96594,0,5.76057c3.8013-0.69634,6.31837-4.3424,5.62202-8.14369C21.27662,4.41261,18.37925,1.99872,15,2z\"/><circle cx=\"7\" cy=\"17\" r=\"5\" class=\"uim-primary\"/><path class=\"uim-tertiary\" d=\"M11,7c-3.08339,0.00031-5.66461,2.33759-5.97,5.40582c2.5358-1.08949,5.47469,0.08297,6.56418,2.61877c0.54113,1.25947,0.54113,2.68593,0,3.94541c3.29729-0.32786,5.7045-3.26663,5.37664-6.56392C16.66569,9.33735,14.08386,6.99972,11,7z\"/></svg></li><li title=\"circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"10\" class=\"uim-primary\"/></svg></li><li title=\"clinic medical \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path class=\"uim-tertiary\" d=\"M21,12a.99554.99554,0,0,1-.66406-.25244L12,4.33789,3.66406,11.74756a.99991.99991,0,0,1-1.32812-1.49512l9-8a.99893.99893,0,0,1,1.32812,0l9,8A1,1,0,0,1,21,12Z\"/><path class=\"uim-primary\" d=\"M14,13H13V12a1,1,0,0,0-2,0v1H10a1,1,0,0,0,0,2h1v1a1,1,0,0,0,2,0V15h1a1,1,0,0,0,0-2Z\"/><path class=\"uim-quaternary\" d=\"M12,4.33789,4,11.449V21a.99974.99974,0,0,0,1,1H19a.99974.99974,0,0,0,1-1V11.449ZM14,15H13v1a1,1,0,0,1-2,0V15H10a1,1,0,0,1,0-2h1V12a1,1,0,0,1,2,0v1h1a1,1,0,0,1,0,2Z\"/></svg></li><li title=\"clock eight \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M12,6a.99974.99974,0,0,0-1,1v4.42249l-2.09766,1.2113a1.00016,1.00016,0,0,0,1,1.73242l2.59766-1.5A1.00455,1.00455,0,0,0,13,12V7A.99974.99974,0,0,0,12,6Z\"/><path class=\"uim-tertiary\" d=\"M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm1,10a1.00455,1.00455,0,0,1-.5.86621l-2.59766,1.5a1.00016,1.00016,0,0,1-1-1.73242L11,11.42249V7a1,1,0,0,1,2,0Z\"/></svg></li><li title=\"clock five \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M12,6a1.003,1.003,0,0,1,1,1v4.73l1.6,2.77a.99911.99911,0,1,1-1.73,1l-1.69-2.93A.9986.9986,0,0,1,11,12V7A1.003,1.003,0,0,1,12,6Z\"/><path class=\"uim-tertiary\" d=\"M2,12A10,10,0,1,0,12,2,10,10,0,0,0,2,12Zm9-5a1,1,0,0,1,2,0v4.73l1.6,2.77a.99911.99911,0,1,1-1.73,1l-1.69-2.93A.99867.99867,0,0,1,11,12Z\"/></svg></li><li title=\"clock nine \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M12,6a.99974.99974,0,0,0-1,1v4H9a1,1,0,0,0,0,2h3a.99974.99974,0,0,0,1-1V7A.99974.99974,0,0,0,12,6Z\"/><path class=\"uim-tertiary\" d=\"M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm1,10a.99974.99974,0,0,1-1,1H9a1,1,0,0,1,0-2h2V7a1,1,0,0,1,2,0Z\"/></svg></li><li title=\"clock seven \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M12,6a1.003,1.003,0,0,0-1,1v4.73L9.4,14.5a.99911.99911,0,1,0,1.73,1l1.69-2.93A.9986.9986,0,0,0,13,12V7A1.003,1.003,0,0,0,12,6Z\"/><path class=\"uim-tertiary\" d=\"M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm1,10a.99867.99867,0,0,1-.18.57L11.13,15.5a.99911.99911,0,1,1-1.73-1L11,11.73V7a1,1,0,0,1,2,0Z\"/></svg></li><li title=\"clock ten \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"10\" class=\"uim-tertiary\"/><path class=\"uim-primary\" d=\"M13,7a1,1,0,0,0-2,0v3.26764L9.90234,9.63379a1.00016,1.00016,0,0,0-1,1.73242l2.59766,1.5A1.01383,1.01383,0,0,0,13,12Z\"/></svg></li><li title=\"clock three \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M12,6a.99974.99974,0,0,1,1,1v4h2a1,1,0,0,1,0,2H12a.99974.99974,0,0,1-1-1V7A.99974.99974,0,0,1,12,6Z\"/><path class=\"uim-tertiary\" d=\"M2,12A10,10,0,1,0,12,2,10,10,0,0,0,2,12Zm9-5a1,1,0,0,1,2,0v4h2a1,1,0,0,1,0,2H12a.99974.99974,0,0,1-1-1Z\"/></svg></li><li title=\"clock two \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"10\" class=\"uim-tertiary\"/><path class=\"uim-primary\" d=\"M11,7a1,1,0,0,1,2,0v3.26764l1.09766-.63385a1.00016,1.00016,0,0,1,1,1.73242l-2.59766,1.5A1.01383,1.01383,0,0,1,11,12Z\"/></svg></li><li title=\"clock \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M12,6a.99974.99974,0,0,1,1,1v4.42249l2.09766,1.2113a1.00016,1.00016,0,0,1-1,1.73242l-2.59766-1.5A1.00455,1.00455,0,0,1,11,12V7A.99974.99974,0,0,1,12,6Z\"/><path class=\"uim-tertiary\" d=\"M2,12A10,10,0,1,0,12,2,10,10,0,0,0,2,12Zm9-5a1,1,0,0,1,2,0v4.42249l2.09766,1.2113a1.00016,1.00016,0,0,1-1,1.73242l-2.59766-1.5A1.00455,1.00455,0,0,1,11,12Z\"/></svg></li><li title=\"columns \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><rect width=\"2\" height=\"20\" x=\"11\" y=\"2\" class=\"uim-quaternary\"/><path class=\"uim-primary\" d=\"M3,2h8l0,0v20l0,0H3c-0.55228,0-1-0.44772-1-1V3C2,2.44772,2.44772,2,3,2z\"/><path class=\"uim-tertiary\" d=\"M13,2h8c0.55228,0,1,0.44772,1,1v18c0,0.55228-0.44772,1-1,1h-8l0,0V2L13,2z\"/></svg></li><li title=\"comment alt dots \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-tertiary\" d=\"M19,2H5A3.00328,3.00328,0,0,0,2,5V15a3.00328,3.00328,0,0,0,3,3H16.58594l3.707,3.707A.99991.99991,0,0,0,22,21V5A3.00328,3.00328,0,0,0,19,2ZM8,11a1,1,0,1,1,1-1A1,1,0,0,1,8,11Zm4,0a1,1,0,1,1,1-1A1,1,0,0,1,12,11Zm4,0a1,1,0,1,1,1-1A1,1,0,0,1,16,11Z\"/><circle cx=\"8\" cy=\"10\" r=\"1\" class=\"uim-primary\"/><circle cx=\"12\" cy=\"10\" r=\"1\" class=\"uim-primary\"/><circle cx=\"16\" cy=\"10\" r=\"1\" class=\"uim-primary\"/></svg></li><li title=\"comment alt message \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M17 9H7A1 1 0 0 1 7 7H17a1 1 0 0 1 0 2zM17 13H7a1 1 0 0 1 0-2H17a1 1 0 0 1 0 2z\"/><path class=\"uim-tertiary\" d=\"M19,2H5A3.00328,3.00328,0,0,0,2,5V15a3.00328,3.00328,0,0,0,3,3H16.58594l3.707,3.707A.99991.99991,0,0,0,22,21V5A3.00328,3.00328,0,0,0,19,2ZM17,13H7a1,1,0,0,1,0-2H17a1,1,0,0,1,0,2Zm0-4H7A1,1,0,0,1,7,7H17a1,1,0,0,1,0,2Z\"/></svg></li><li title=\"comment alt plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M15,9H13V7a1,1,0,0,0-2,0V9H9a1,1,0,0,0,0,2h2v2a1,1,0,0,0,2,0V11h2a1,1,0,0,0,0-2Z\"/><path class=\"uim-tertiary\" d=\"M19,2H5A3.00328,3.00328,0,0,0,2,5V15a3.00328,3.00328,0,0,0,3,3H16.58594l3.707,3.707A.99991.99991,0,0,0,22,21V5A3.00328,3.00328,0,0,0,19,2Zm-4,9H13v2a1,1,0,0,1-2,0V11H9A1,1,0,0,1,9,9h2V7a1,1,0,0,1,2,0V9h2a1,1,0,0,1,0,2Z\"/></svg></li><li title=\"comment alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-tertiary\" d=\"M21,22a.99893.99893,0,0,1-.707-.293L16.58594,18H5a3.00328,3.00328,0,0,1-3-3V5A3.00328,3.00328,0,0,1,5,2H19a3.00328,3.00328,0,0,1,3,3V21a1,1,0,0,1-1,1Z\"/></svg></li><li title=\"comment dots \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"1\" class=\"uim-primary\"/><path class=\"uim-tertiary\" d=\"M12,2A10.00082,10.00082,0,0,0,4.25684,18.3291L2.293,20.293A.99991.99991,0,0,0,3,22h9A10,10,0,0,0,12,2ZM8,13a1,1,0,1,1,1-1A1,1,0,0,1,8,13Zm4,0a1,1,0,1,1,1-1A1,1,0,0,1,12,13Zm4,0a1,1,0,1,1,1-1A1,1,0,0,1,16,13Z\"/><circle cx=\"8\" cy=\"12\" r=\"1\" class=\"uim-primary\"/><circle cx=\"16\" cy=\"12\" r=\"1\" class=\"uim-primary\"/></svg></li><li title=\"comment message \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M17,13H7a1,1,0,0,1,0-2H17a1,1,0,0,1,0,2Z\"/><path class=\"uim-tertiary\" d=\"M12,2A10.00082,10.00082,0,0,0,4.25684,18.3291L2.293,20.293A.99991.99991,0,0,0,3,22h9A10,10,0,0,0,12,2ZM9,7h6a1,1,0,0,1,0,2H9A1,1,0,0,1,9,7Zm6,10H9a1,1,0,0,1,0-2h6a1,1,0,0,1,0,2Zm2-4H7a1,1,0,0,1,0-2H17a1,1,0,0,1,0,2Z\"/><path class=\"uim-primary\" d=\"M15 17H9a1 1 0 0 1 0-2h6a1 1 0 0 1 0 2zM15 9H9A1 1 0 0 1 9 7h6a1 1 0 0 1 0 2z\"/></svg></li><li title=\"comment plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M15,11H13V9a1,1,0,0,0-2,0v2H9a1,1,0,0,0,0,2h2v2a1,1,0,0,0,2,0V13h2a1,1,0,0,0,0-2Z\"/><path class=\"uim-tertiary\" d=\"M12,2A10.00082,10.00082,0,0,0,4.25684,18.3291L2.293,20.293A.99991.99991,0,0,0,3,22h9A10,10,0,0,0,12,2Zm3,11H13v2a1,1,0,0,1-2,0V13H9a1,1,0,0,1,0-2h2V9a1,1,0,0,1,2,0v2h2a1,1,0,0,1,0,2Z\"/></svg></li><li title=\"comment \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-tertiary\" d=\"M12,22H3a.99991.99991,0,0,1-.707-1.707L4.25684,18.3291A10.00061,10.00061,0,1,1,12,22Z\"/></svg></li><li title=\"compress \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M8 22a.99974.99974 0 0 1-1-1V17H3a1 1 0 0 1 0-2H8a.99974.99974 0 0 1 1 1v5A.99974.99974 0 0 1 8 22zM8 9H3A1 1 0 0 1 3 7H7V3A1 1 0 0 1 9 3V8A.99974.99974 0 0 1 8 9zM21 9H16a.99974.99974 0 0 1-1-1V3a1 1 0 0 1 2 0V7h4a1 1 0 0 1 0 2zM16 22a.99974.99974 0 0 1-1-1V16a.99974.99974 0 0 1 1-1h5a1 1 0 0 1 0 2H17v4A.99974.99974 0 0 1 16 22z\"/></svg></li><li title=\"corner down left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M9.94238,22a.99676.99676,0,0,1-.707-.293L4.60742,17.07861a.99964.99964,0,0,1,0-1.41406l4.62793-4.62891a.99989.99989,0,0,1,1.41406,1.41407L6.72852,16.37158,10.64941,20.293A1,1,0,0,1,9.94238,22Z\"/><path class=\"uim-primary\" d=\"M15.68555,17.37158H5.31445a1,1,0,0,1,0-2h10.3711a2.00229,2.00229,0,0,0,2-2V3a1,1,0,0,1,2,0V13.37158A4.00427,4.00427,0,0,1,15.68555,17.37158Z\"/></svg></li><li title=\"corner down right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M14.05762,22a1,1,0,0,1-.707-1.707l3.92089-3.92139-3.92089-3.92187a.99989.99989,0,1,1,1.41406-1.41407l4.62793,4.62891a.99964.99964,0,0,1,0,1.41406L14.76465,21.707A.99676.99676,0,0,1,14.05762,22Z\"/><path class=\"uim-primary\" d=\"M18.68555,17.37158H9.31445a5.00589,5.00589,0,0,1-5-5V3a1,1,0,0,1,2,0v9.37158a3.00328,3.00328,0,0,0,3,3h9.3711a1,1,0,0,1,0,2Z\"/></svg></li><li title=\"corner left down \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M21,4.31445H11.62842a5.00589,5.00589,0,0,0-5,5v6.957L3.707,13.3501A.99989.99989,0,0,0,2.293,14.76416l4.62811,4.62811a1.00349,1.00349,0,0,0,1.41467,0l4.62861-4.62811a.99989.99989,0,0,0-1.41407-1.41406L8.62842,16.27161V9.31445a3.00328,3.00328,0,0,1,3-3H21a1,1,0,0,0,0-2Z\"/></svg></li><li title=\"corner right down \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M21.707,13.3501a.99962.99962,0,0,0-1.41406,0l-2.92139,2.92138v-7.957a4.00458,4.00458,0,0,0-4-4H3a1,1,0,0,0,0,2H13.37158a2.002,2.002,0,0,1,2,2v7.95716L12.44971,13.3501a.99989.99989,0,0,0-1.41407,1.41406l4.62861,4.62811a1.0035,1.0035,0,0,0,1.41467,0L21.707,14.76416A.99962.99962,0,0,0,21.707,13.3501Z\"/></svg></li><li title=\"corner up left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M14.68555,6.62842h-6.957L10.6499,3.707A.99989.99989,0,0,0,9.23584,2.293L4.60773,6.92108a1.00349,1.00349,0,0,0,0,1.41467l4.62811,4.62861a.99989.99989,0,0,0,1.41406-1.41407L7.72839,8.62842h6.95716a3.00328,3.00328,0,0,1,3,3V21a1,1,0,0,0,2,0V11.62842A5.00589,5.00589,0,0,0,14.68555,6.62842Z\"/></svg></li><li title=\"corner up right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M19.60834,8.01056a1.00351,1.00351,0,0,0-.21607-1.08948L14.76416,2.293A.99989.99989,0,0,0,13.3501,3.707l2.92138,2.92139h-7.957a4.00458,4.00458,0,0,0-4,4V21a1,1,0,0,0,2,0V10.62842a2.002,2.002,0,0,1,2-2h7.95716L13.3501,11.55029a.99989.99989,0,1,0,1.41406,1.41407l4.62811-4.62861A.99927.99927,0,0,0,19.60834,8.01056Z\"/></svg></li><li title=\"coronavirus \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><circle cx=\"9.5\" cy=\"10.5\" r=\"1.5\" class=\"uim-secondary\"/><circle cx=\"9\" cy=\"15\" r=\"1\" class=\"uim-primary\"/><circle cx=\"14.5\" cy=\"13.5\" r=\"1.5\" class=\"uim-secondary\"/><circle cx=\"15\" cy=\"9\" r=\"1\" class=\"uim-primary\"/><path class=\"uim-quaternary\" d=\"M12 8a1 1 0 0 1-1-1V2a1 1 0 0 1 2 0V7A1 1 0 0 1 12 8zM12 23a1 1 0 0 1-1-1V17a1 1 0 0 1 2 0v5A1 1 0 0 1 12 23zM22 13H18a1 1 0 0 1 0-2h4a1 1 0 0 1 0 2zM6 13H2a1 1 0 0 1 0-2H6a1 1 0 0 1 0 2z\"/><path class=\"uim-tertiary\" d=\"M18,13a1,1,0,0,1,0-2h2.941A9.01292,9.01292,0,0,0,13,3.059V7a1,1,0,0,1-2,0V3.059A9.01292,9.01292,0,0,0,3.059,11H6a1,1,0,0,1,0,2H3.059A9.01292,9.01292,0,0,0,11,20.941V17a1,1,0,0,1,2,0v3.941A9.01292,9.01292,0,0,0,20.941,13ZM9,16a1,1,0,1,1,1-1A1,1,0,0,1,9,16Zm.5-4A1.5,1.5,0,1,1,11,10.5,1.5,1.5,0,0,1,9.5,12Zm5,3A1.5,1.5,0,1,1,16,13.5,1.5,1.5,0,0,1,14.5,15Zm.5-5a1,1,0,1,1,1-1A1,1,0,0,1,15,10Z\"/><path class=\"uim-primary\" d=\"M4.97852 6.39258A9.06336 9.06336 0 0 1 6.39258 4.97852l-.75684-.75684A.99989.99989 0 0 0 4.22168 5.63574zM4.97852 17.60742l-.75684.75684a.99989.99989 0 1 0 1.41406 1.41406l.75684-.75684A9.06336 9.06336 0 0 1 4.97852 17.60742zM19.02148 17.60742a9.06336 9.06336 0 0 1-1.41406 1.41406l.75684.75684a.99989.99989 0 0 0 1.41406-1.41406zM19.02148 6.39258l.75684-.75684a.99989.99989 0 0 0-1.41406-1.41406l-.75684.75684A9.06336 9.06336 0 0 1 19.02148 6.39258z\"/></svg></li><li title=\"css3 simple \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M20.772,3.36426A1.00062,1.00062,0,0,0,20,3H6A1,1,0,0,0,6,5H18.78613l-.78094,4H5a1,1,0,0,0,0,2H17.61475l-1.1626,5.95508-6.32324,1.99658L4.71875,17.25244l.20361-1.06494a1.00015,1.00015,0,0,0-1.96484-.375L2.5874,17.75244A1.00059,1.00059,0,0,0,3.27,18.894L9.83008,20.9541a1.00175,1.00175,0,0,0,.60107-.00049l7.18994-2.27a1.00064,1.00064,0,0,0,.68018-.7622l2.68018-13.73A1.00008,1.00008,0,0,0,20.772,3.36426Z\"/></svg></li><li title=\"css3 \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M9.883,21.09528l9.09812-3.01977L22,3.00012H4.95836l-.6482,3.36375H17.96734l-.42523,2.14766H3.86422l-.66891,3.36375H16.85336l-.75016,3.85031L10.59172,17.5284,5.82961,15.72559l.325-1.68187H2.79086L2,18.07551l7.883,3.01977\"/></svg></li><li title=\"cube \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><polygon class=\"uim-primary\" points=\"12 12.3 3.5 7.05 12 1.8 20.5 7.05\"/><polygon class=\"uim-quaternary\" points=\"12 22.2 12 12.3 20.5 7.05 20.5 16.95\"/><polygon class=\"uim-tertiary\" points=\"12 22.2 3.5 16.95 3.5 7.05 12 12.3\"/></svg></li><li title=\"dialpad alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><rect width=\"4\" height=\"4\" x=\"10\" y=\"6.955\" class=\"uim-primary\" rx=\".545\"/><rect width=\"4\" height=\"4\" x=\"10\" y=\".955\" class=\"uim-primary\" rx=\".545\"/><rect width=\"4\" height=\"4\" x=\"10\" y=\"13.045\" class=\"uim-primary\" rx=\".545\"/><rect width=\"4\" height=\"4\" x=\"4\" y=\"6.955\" class=\"uim-primary\" rx=\".545\"/><rect width=\"4\" height=\"4\" x=\"4\" y=\".955\" class=\"uim-primary\" rx=\".545\"/><rect width=\"4\" height=\"4\" x=\"4\" y=\"13.045\" class=\"uim-primary\" rx=\".545\"/><rect width=\"4\" height=\"4\" x=\"16\" y=\"6.955\" class=\"uim-primary\" rx=\".545\"/><rect width=\"4\" height=\"4\" x=\"16\" y=\".955\" class=\"uim-primary\" rx=\".545\"/><rect width=\"4\" height=\"4\" x=\"16\" y=\"13.045\" class=\"uim-primary\" rx=\".545\"/><rect width=\"4\" height=\"4\" x=\"10\" y=\"19\" class=\"uim-primary\" rx=\".545\"/></svg></li><li title=\"dialpad \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"9\" r=\"2\" class=\"uim-tertiary\"/><circle cx=\"12\" cy=\"3\" r=\"2\" class=\"uim-tertiary\"/><circle cx=\"12\" cy=\"15\" r=\"2\" class=\"uim-tertiary\"/><circle cx=\"6\" cy=\"9\" r=\"2\" class=\"uim-tertiary\"/><circle cx=\"6\" cy=\"3\" r=\"2\" class=\"uim-tertiary\"/><circle cx=\"6\" cy=\"15\" r=\"2\" class=\"uim-tertiary\"/><circle cx=\"18\" cy=\"9\" r=\"2\" class=\"uim-tertiary\"/><circle cx=\"18\" cy=\"3\" r=\"2\" class=\"uim-tertiary\"/><circle cx=\"18\" cy=\"15\" r=\"2\" class=\"uim-tertiary\"/><circle cx=\"12\" cy=\"21\" r=\"2\" class=\"uim-tertiary\"/></svg></li><li title=\"direction \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M12 19.5a.99676.99676 0 0 1-.707-.293l-3-3A.99989.99989 0 0 1 9.707 14.793L12 17.08594l2.293-2.293A.99989.99989 0 0 1 15.707 16.207l-3 3A.99676.99676 0 0 1 12 19.5zM15 10.5a.99676.99676 0 0 1-.707-.293L12 7.91406 9.707 10.207A.99989.99989 0 0 1 8.293 8.793l3-3a.99962.99962 0 0 1 1.41406 0l3 3A1 1 0 0 1 15 10.5z\"/></svg></li><li title=\"discord \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M18.8914,2H5.10867A2.11371,2.11371,0,0,0,3,4.11887V18.02513A2.11365,2.11365,0,0,0,5.1086,20.144h11.664l-.5452-1.90287,1.3166,1.224,1.24453,1.152L21,22.5714V4.11887A2.11365,2.11365,0,0,0,18.8914,2ZM14.92113,15.4332s-.37026-.44233-.67886-.8332A3.24572,3.24572,0,0,0,16.104,13.376a5.87911,5.87911,0,0,1-1.18287.6068,6.76855,6.76855,0,0,1-1.4914.44233,7.20545,7.20545,0,0,1-2.664-.01026,8.64138,8.64138,0,0,1-1.512-.44227,6.0347,6.0347,0,0,1-.75093-.34973c-.0308-.0206-.06167-.03087-.09253-.05147a.14216.14216,0,0,1-.04114-.0308c-.18513-.10286-.288-.17486-.288-.17486a3.19892,3.19892,0,0,0,1.8,1.21366c-.30853.39094-.68913.85373-.68913.85373a3.72917,3.72917,0,0,1-3.13713-1.56339A13.77448,13.77448,0,0,1,7.536,7.87313a5.08623,5.08623,0,0,1,2.89027-1.08l.10286.12347A6.93739,6.93739,0,0,0,7.824,8.264s.22627-.1234.6068-.29827a7.72409,7.72409,0,0,1,2.33493-.648,1.00858,1.00858,0,0,1,.17487-.0206,8.70335,8.70335,0,0,1,2.07774-.02053,8.38443,8.38443,0,0,1,3.09593.9874,6.84531,6.84531,0,0,0-2.56114-1.30626l.144-.16454a5.0856,5.0856,0,0,1,2.89027,1.08,13.77354,13.77354,0,0,1,1.4812,5.99654,3.76,3.76,0,0,1-3.14747,1.56339Zm-4.78286-4.80347a1.05285,1.05285,0,1,0,.00007,0m3.75426,0a1.14579,1.14579,0,1,0,1.04906,1.14167,1.09584,1.09584,0,0,0-1.04906-1.14167\"/><path class=\"uim-quaternary\" d=\"M14.92113,15.4332s-.37026-.44233-.67886-.8332A3.24572,3.24572,0,0,0,16.104,13.376a5.87911,5.87911,0,0,1-1.18287.6068,6.76855,6.76855,0,0,1-1.4914.44233,7.20545,7.20545,0,0,1-2.664-.01026,8.64138,8.64138,0,0,1-1.512-.44227,6.0347,6.0347,0,0,1-.75093-.34973c-.0308-.0206-.06167-.03087-.09253-.05147a.14216.14216,0,0,1-.04114-.0308c-.18513-.10286-.288-.17486-.288-.17486a3.19892,3.19892,0,0,0,1.8,1.21366c-.30853.39094-.68913.85373-.68913.85373a3.72917,3.72917,0,0,1-3.13713-1.56339A13.77448,13.77448,0,0,1,7.536,7.87313a5.08623,5.08623,0,0,1,2.89027-1.08l.10286.12347A6.93739,6.93739,0,0,0,7.824,8.264s.22627-.1234.6068-.29827a7.72409,7.72409,0,0,1,2.33493-.648,1.00858,1.00858,0,0,1,.17487-.0206,8.70335,8.70335,0,0,1,2.07774-.02053,8.38443,8.38443,0,0,1,3.09593.9874,6.84531,6.84531,0,0,0-2.56114-1.30626l.144-.16454a5.0856,5.0856,0,0,1,2.89027,1.08,13.77354,13.77354,0,0,1,1.4812,5.99654,3.76,3.76,0,0,1-3.14747,1.56339Zm-4.78286-4.80347a1.05285,1.05285,0,1,0,.00007,0m3.75426,0a1.14579,1.14579,0,1,0,1.04906,1.14167,1.09584,1.09584,0,0,0-1.04906-1.14167\"/></svg></li><li title=\"docker \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M21.80521,10.07661a2.62688,2.62688,0,0,0-1.63256-.42669,5.18884,5.18884,0,0,0-.8441.0742,3.18021,3.18021,0,0,0-1.42849-2.14273l-.28755-.167-.18552.269a3.96681,3.96681,0,0,0-.51017,1.18731,2.81866,2.81866,0,0,0,.33393,2.21694,3.93556,3.93556,0,0,1-1.45631.35248H2.62269a.62152.62152,0,0,0-.62148.62148,9.38612,9.38612,0,0,0,.57511,3.3857A5.07767,5.07767,0,0,0,4.5799,18.05386,8.86828,8.86828,0,0,0,8.97667,19a13.4856,13.4856,0,0,0,2.43956-.22262,10.06816,10.06816,0,0,0,3.1909-1.15949,8.73384,8.73384,0,0,0,2.17055-1.781,11.80949,11.80949,0,0,0,2.12418-3.664h.18552a3.052,3.052,0,0,0,2.23548-.8441,2.47036,2.47036,0,0,0,.59366-.87193L22,10.21574Z\"/><path class=\"uim-quaternary\" d=\"M3.84711,11.05985H5.60952a.15635.15635,0,0,0,.15769-.1577V9.32526a.15635.15635,0,0,0-.15769-.1577H3.84711a.15635.15635,0,0,0-.15769.1577v1.57689A.16235.16235,0,0,0,3.84711,11.05985Zm2.43028,0H8.0398a.15635.15635,0,0,0,.15769-.1577V9.32526a.15635.15635,0,0,0-.15769-.1577H6.27739a.15635.15635,0,0,0-.15769.1577v1.57689a.16235.16235,0,0,0,.15769.1577m2.47665,0h1.76242a.15635.15635,0,0,0,.15769-.1577V9.32526a.15635.15635,0,0,0-.15769-.1577H8.754a.15635.15635,0,0,0-.15769.1577v1.57689A.151.151,0,0,0,8.754,11.05985Zm2.43956,0H12.956a.15635.15635,0,0,0,.15769-.1577V9.32526a.15635.15635,0,0,0-.15769-.1577H11.1936a.15635.15635,0,0,0-.15769.1577v1.57689A.15635.15635,0,0,0,11.1936,11.05985Zm-4.91621-2.254H8.0398a.16255.16255,0,0,0,.15769-.15769V7.07122a.15634.15634,0,0,0-.15769-.15769H6.27739a.15634.15634,0,0,0-.15769.15769v1.5769a.16952.16952,0,0,0,.15769.15769m2.47665,0h1.76242a.16255.16255,0,0,0,.15769-.15769V7.07122a.15634.15634,0,0,0-.15769-.15769H8.754a.15634.15634,0,0,0-.15769.15769v1.5769a.15635.15635,0,0,0,.15769.15769m2.43956,0H12.956a.16255.16255,0,0,0,.15769-.15769V7.07122a.16255.16255,0,0,0-.15769-.15769H11.1936a.15634.15634,0,0,0-.15769.15769v1.5769a.16255.16255,0,0,0,.15769.15769m0-2.26331H12.956a.15635.15635,0,0,0,.15769-.1577V4.80791a.16255.16255,0,0,0-.15769-.15769H11.1936a.15634.15634,0,0,0-.15769.15769V6.3848a.16255.16255,0,0,0,.15769.1577m2.45811,4.51735h1.76241a.15634.15634,0,0,0,.15769-.15769V9.32526a.15634.15634,0,0,0-.15769-.15769H13.65171a.15634.15634,0,0,0-.15769.15769v1.5769a.16235.16235,0,0,0,.15769.15769\"/></svg></li><li title=\"document layout center \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-tertiary\" d=\"M21 8H19a1 1 0 0 1 0-2h2a1 1 0 0 1 0 2zM21 12H19a1 1 0 0 1 0-2h2a1 1 0 0 1 0 2zM5 8H3A1 1 0 0 1 3 6H5A1 1 0 0 1 5 8zM5 12H3a1 1 0 0 1 0-2H5a1 1 0 0 1 0 2z\"/><rect width=\"8\" height=\"8\" x=\"8\" y=\"4\" class=\"uim-primary\" rx=\"1\"/><path class=\"uim-tertiary\" d=\"M21 16H3a1 1 0 0 1 0-2H21a1 1 0 0 1 0 2zM13 20H3a1 1 0 0 1 0-2H13a1 1 0 0 1 0 2z\"/></svg></li><li title=\"document layout left \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-tertiary\" d=\"M21 8H13a1 1 0 0 1 0-2h8a1 1 0 0 1 0 2zM21 12H13a1 1 0 0 1 0-2h8a1 1 0 0 1 0 2z\"/><rect width=\"8\" height=\"8\" x=\"2\" y=\"4\" class=\"uim-primary\" rx=\"1\"/><path class=\"uim-tertiary\" d=\"M21 16H3a1 1 0 0 1 0-2H21a1 1 0 0 1 0 2zM13 20H3a1 1 0 0 1 0-2H13a1 1 0 0 1 0 2z\"/></svg></li><li title=\"document layout right \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-tertiary\" d=\"M11 8H3A1 1 0 0 1 3 6h8a1 1 0 0 1 0 2zM11 12H3a1 1 0 0 1 0-2h8a1 1 0 0 1 0 2z\"/><rect width=\"8\" height=\"8\" x=\"14\" y=\"4\" class=\"uim-primary\" rx=\"1\"/><path class=\"uim-tertiary\" d=\"M21 16H3a1 1 0 0 1 0-2H21a1 1 0 0 1 0 2zM13 20H3a1 1 0 0 1 0-2H13a1 1 0 0 1 0 2z\"/></svg></li><li title=\"download alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M15.707,13.293a.99962.99962,0,0,0-1.41406,0L13,14.58594V3a1,1,0,0,0-2,0V14.58594L9.707,13.293A.99989.99989,0,0,0,8.293,14.707l3,3a.99963.99963,0,0,0,1.41406,0l3-3A.99962.99962,0,0,0,15.707,13.293Z\"/><path class=\"uim-tertiary\" d=\"M18,9H13v5.58594l1.293-1.293A.99989.99989,0,0,1,15.707,14.707l-3,3a.99963.99963,0,0,1-1.41406,0l-3-3A.99989.99989,0,0,1,9.707,13.293L11,14.58594V9H6a3.00328,3.00328,0,0,0-3,3v7a3.00328,3.00328,0,0,0,3,3H18a3.00328,3.00328,0,0,0,3-3V12A3.00328,3.00328,0,0,0,18,9Z\"/></svg></li><li title=\"dribbble \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><circle cx=\"11.97\" cy=\"11.97\" r=\"9\" class=\"uim-tertiary\"/><path class=\"uim-primary\" d=\"M2,12c-0.01333-1.76344,0.44962-3.49778,1.34-5.02c0.87224-1.51223,2.12777-2.76776,3.64-3.64C8.50221,2.44962,10.23656,1.98667,12,2c1.76344-0.01334,3.49779,0.44961,5.02,1.34c1.51224,0.87223,2.76777,2.12776,3.64,3.64C21.55038,8.50221,22.01334,10.23656,22,12c0.01334,1.76344-0.44962,3.49779-1.34,5.02c-0.87223,1.51224-2.12776,2.76777-3.64,3.64C15.49779,21.55039,13.76344,22.01334,12,22c-1.76344,0.01333-3.49779-0.44962-5.02-1.34c-1.51223-0.87224-2.76776-2.12777-3.64-3.64C2.44962,15.49778,1.98667,13.76344,2,12z M3.66,12c-0.01817,2.03247,0.73186,3.99684,2.1,5.5c0.75496-1.39065,1.79008-2.60965,3.04-3.58c1.16792-1.0202,2.5583-1.75305,4.06-2.14c-0.2-0.46667-0.39333-0.88667-0.58-1.26c-2.40789,0.75054-4.91794,1.12165-7.44,1.1c-0.52,0-0.90667-0.00667-1.16-0.02c0,0.05333-0.00333,0.12-0.01,0.2S3.66,11.94667,3.66,12z M3.92,9.94c0.29333,0.02667,0.72667,0.04,1.3,0.04c2.14597,0.01154,4.28203-0.29168,6.34-0.9c-0.89941-1.64754-2.0235-3.16204-3.34-4.5C7.16588,5.11398,6.24102,5.87161,5.51,6.8C4.7677,7.72489,4.2262,8.79427,3.92,9.94z M6.9,18.58c2.2769,1.79901,5.33702,2.25574,8.04,1.2c-0.26186-2.25964-0.78537-4.4812-1.56-6.62c-1.38647,0.35161-2.66226,1.04625-3.71,2.02C8.53432,16.12239,7.59341,17.27729,6.9,18.58z M9.96,3.94c1.28178,1.36323,2.37792,2.88976,3.26,4.54c1.59193-0.60061,3.00346-1.59901,4.1-2.9C15.83464,4.32212,13.94632,3.64062,12,3.66C11.31051,3.6613,10.62434,3.75548,9.96,3.94z M13.94,9.9c0.2,0.42667,0.42667,0.96667,0.68,1.62c0.98667-0.09333,2.06-0.14,3.22-0.14c0.82667,0,1.64667,0.02,2.46,0.06c-0.09584-1.78665-0.78567-3.4901-1.96-4.84C17.21462,8.09366,15.68902,9.23786,13.94,9.9z M15.12,12.92c0.67937,1.97056,1.1421,4.00924,1.38,6.08c1.04411-0.67063,1.92551-1.56569,2.58-2.62c0.65961-1.04626,1.07016-2.23001,1.2-3.46c-0.97334-0.06667-1.86-0.1-2.66-0.1C16.88667,12.82,16.05333,12.85333,15.12,12.92z\"/></svg></li><li title=\"dropbox \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><polygon class=\"uim-primary\" fill-rule=\"evenodd\" points=\"16.53 10.091 21 12.939 16.498 15.807 12 12.941 7.502 15.807 3 12.939 7.47 10.091 3 7.243 7.502 4.375 12 7.241 16.498 4.375 21 7.243\" clip-rule=\"evenodd\"/><polygon class=\"uim-quaternary\" fill-rule=\"evenodd\" points=\"16.467 10.091 12 7.245 7.533 10.091 12 12.936\" clip-rule=\"evenodd\"/><polygon class=\"uim-tertiary\" fill-rule=\"evenodd\" points=\"7.531 16.757 7.502 15.807 12 12.941 16.498 15.807 16.534 16.757 12.032 19.625\" clip-rule=\"evenodd\"/></svg></li><li title=\"ellipsis h \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"2\" class=\"uim-primary\"/><circle cx=\"5\" cy=\"12\" r=\"2\" class=\"uim-primary\"/><circle cx=\"19\" cy=\"12\" r=\"2\" class=\"uim-primary\"/></svg></li><li title=\"ellipsis v \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"2\" class=\"uim-primary\"/><circle cx=\"12\" cy=\"5\" r=\"2\" class=\"uim-primary\"/><circle cx=\"12\" cy=\"19\" r=\"2\" class=\"uim-primary\"/></svg></li><li title=\"entry \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M20,11H11.41406l2.293-2.293A.99989.99989,0,0,0,12.293,7.293l-4,4a.99962.99962,0,0,0,0,1.41406l4,4A.99989.99989,0,0,0,13.707,15.293L11.41406,13H20Z\"/><path class=\"uim-tertiary\" d=\"M11.41406,11H20V5a3.00328,3.00328,0,0,0-3-3H7A3.00328,3.00328,0,0,0,4,5V19a3.00328,3.00328,0,0,0,3,3H17a3.00328,3.00328,0,0,0,3-3V13H11.41406l2.293,2.293A.99989.99989,0,1,1,12.293,16.707l-4-4a.99962.99962,0,0,1,0-1.41406l4-4A.99989.99989,0,0,1,13.707,8.707Z\"/></svg></li><li title=\"exclamation circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"10\" class=\"uim-tertiary\"/><circle cx=\"12\" cy=\"16\" r=\"1\" class=\"uim-primary\"/><path class=\"uim-primary\" d=\"M12,13a1,1,0,0,1-1-1V8a1,1,0,0,1,2,0v4A1,1,0,0,1,12,13Z\"/></svg></li><li title=\"exclamation octagon \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-tertiary\" d=\"M15.728,22H8.272a1.00014,1.00014,0,0,1-.707-.293l-5.272-5.272A1.00014,1.00014,0,0,1,2,15.728V8.272a1.00014,1.00014,0,0,1,.293-.707l5.272-5.272A1.00014,1.00014,0,0,1,8.272,2H15.728a1.00014,1.00014,0,0,1,.707.293l5.272,5.272A1.00014,1.00014,0,0,1,22,8.272V15.728a1.00014,1.00014,0,0,1-.293.707l-5.272,5.272A1.00014,1.00014,0,0,1,15.728,22Z\"/><circle cx=\"12\" cy=\"16\" r=\"1\" class=\"uim-primary\"/><path class=\"uim-primary\" d=\"M12,13a1,1,0,0,1-1-1V8a1,1,0,0,1,2,0v4A1,1,0,0,1,12,13Z\"/></svg></li><li title=\"exclamation triangle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-tertiary\" d=\"M20.05713,22H3.94287A3.02288,3.02288,0,0,1,1.3252,17.46631L9.38232,3.51123a3.02272,3.02272,0,0,1,5.23536,0L22.6748,17.46631A3.02288,3.02288,0,0,1,20.05713,22Z\"/><circle cx=\"12\" cy=\"17\" r=\"1\" class=\"uim-primary\"/><path class=\"uim-primary\" d=\"M12,14a1,1,0,0,1-1-1V9a1,1,0,0,1,2,0v4A1,1,0,0,1,12,14Z\"/></svg></li><li title=\"exit \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M15.707,11.293l-4-4A.99989.99989,0,0,0,10.293,8.707L12.58594,11H4v2h8.58594l-2.293,2.293A.99989.99989,0,1,0,11.707,16.707l4-4A.99962.99962,0,0,0,15.707,11.293Z\"/><path class=\"uim-tertiary\" d=\"M17,2H7A3.00328,3.00328,0,0,0,4,5v6h8.58594L10.293,8.707A.99989.99989,0,0,1,11.707,7.293l4,4a.99962.99962,0,0,1,0,1.41406l-4,4A.99989.99989,0,0,1,10.293,15.293L12.58594,13H4v6a3.00328,3.00328,0,0,0,3,3H17a3.00328,3.00328,0,0,0,3-3V5A3.00328,3.00328,0,0,0,17,2Z\"/></svg></li><li title=\"facebook f \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M13.3552,21.9999v-9.123h3.06223l.45847-3.55537H13.3552v-2.27c0-1.02934.28587-1.73089,1.76209-1.73089L17,5.31981V2.13994A25.23316,25.23316,0,0,0,14.25657,2C11.54212,2,9.68374,3.65682,9.68374,6.69964v2.622H6.61359V12.877H9.68365V22l3.67155-.0001Z\" data-name=\"Brand Logos\"/></svg></li><li title=\"facebook messenger alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g data-name=\"Brand Logos\"><path class=\"uim-tertiary\" d=\"M12,2A9.651,9.651,0,0,0,1.99988,11.70033a9.4898,9.4898,0,0,0,3.14087,7.17511.80592.80592,0,0,1,.26965.56946l.05432,1.77868a.80138.80138,0,0,0,1.12274.70826l1.984-.87525a.79794.79794,0,0,1,.5332-.04028A10.876,10.876,0,0,0,12,21.40065,9.70481,9.70481,0,1,0,12,2Z\"/><path class=\"uim-primary\" d=\"M6.499,14.77246a1.00006,1.00006,0,0,1-.76464-1.64258L8.78613,9.49414a.996.996,0,0,1,1.28907-.21l3.34668,2.05566L15.73438,8.585a.99954.99954,0,1,1,1.53124,1.28516l-2.86621,3.416a1.00068,1.00068,0,0,1-1.28906.21L9.76367,11.44043,7.26562,14.415A.99422.99422,0,0,1,6.499,14.77246Z\"/></g></svg></li><li title=\"facebook messenger \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path class=\"uim-tertiary\" d=\"M18.00409,9.46484l-2.93567,4.658c-0.44268,0.70108-1.36989,0.91055-2.07097,0.46787c-0.03356-0.02119-0.06626-0.0437-0.09803-0.06748l-2.33606-1.7525c-0.21433-0.16036-0.50891-0.15954-0.72235,0.002L6.684,15.16919c-0.20877,0.15853-0.50652,0.11781-0.66505-0.09095c-0.11984-0.15781-0.12903-0.37345-0.02306-0.54089l2.93762-4.66c0.4428-0.70112,1.37013-0.91053,2.07125-0.46773c0.03348,0.02115,0.06612,0.04361,0.09783,0.06734l2.33606,1.75256c0.21433,0.16036,0.50891,0.15954,0.72235-0.002l3.155-2.39441c0.20876-0.15851,0.50649-0.11777,0.665,0.09099C18.10078,9.08187,18.10999,9.29744,18.00409,9.46484z\"/><path class=\"uim-primary\" d=\"M12.59064,2C12.3938,1.99402,12.19684,1.99402,12,2c-5.3266-0.19293-9.80103,3.96881-9.99396,9.29541c-0.00488,0.13489-0.00696,0.2699-0.00616,0.40491c-0.03491,2.73236,1.10974,5.34717,3.14087,7.17511c0.16345,0.14539,0.26074,0.35089,0.26965,0.56946l0.05432,1.77869c0.01416,0.44238,0.38428,0.78949,0.82666,0.77527c0.10205-0.00323,0.20258-0.026,0.29608-0.06702l1.98401-0.87524c0.16779-0.07434,0.35614-0.08856,0.5332-0.04028c0.94342,0.25769,1.9173,0.38696,2.89532,0.38434c5.35736,0.16309,9.83252-4.04767,9.99567-9.40497C22.15875,6.63831,17.948,2.16309,12.59064,2z M18.00409,9.46484l-2.93567,4.65802c-0.44269,0.70105-1.36987,0.91052-2.07098,0.46783c-0.03357-0.02118-0.06622-0.0437-0.09802-0.06744l-2.33606-1.7525c-0.21436-0.1604-0.50891-0.15955-0.72235,0.00195l-3.15698,2.39648c-0.2088,0.15851-0.50653,0.1178-0.6651-0.09094c-0.11981-0.15784-0.12903-0.37347-0.02301-0.54089l2.93762-4.65997c0.44275-0.70117,1.37012-0.91058,2.07123-0.46777c0.03351,0.02118,0.0661,0.04364,0.09784,0.06738l2.33606,1.7525c0.21429,0.1604,0.50891,0.15955,0.72235-0.00195l3.15497-2.39441c0.2088-0.15851,0.50653-0.1178,0.66504,0.09094C18.10077,9.08185,18.10999,9.29742,18.00409,9.46484z\"/></svg></li><li title=\"facebook \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path class=\"uim-tertiary\" d=\"M12.68256,21.99994v-7.745h-2.60633v-3.01843h2.60633v-2.226c-0.20024-1.99861,1.25763-3.78113,3.25624-3.98136c0.20802-0.02084,0.41745-0.02371,0.62596-0.00857c0.77792-0.00274,1.55541,0.03699,2.329,0.119v2.69965L17.29547,7.84c-1.25323,0-1.49591,0.59552-1.49591,1.46942v1.92712h2.989l-0.38922,3.01843h-2.59966v7.745L12.68256,21.99994z\"/><path class=\"uim-primary\" d=\"M20.99902,2H2.99799c-0.55225,0-1,0.44769-1,1v18.00098c0,0.55231,0.44775,1,1,1h18.00104c0.55225,0,1-0.44769,1-1V3C21.99902,2.44769,21.55127,2,20.99902,2z M18.89374,7.83923l-1.59827,0.00079c-1.25323,0-1.49591,0.59552-1.49591,1.46942v1.92706h2.98901l-0.38922,3.01843h-2.59967v7.745h-3.11713v-7.745h-2.60632v-3.01843h2.60632V9.0105c-0.20026-1.9986,1.25763-3.78113,3.25623-3.98132c0.20807-0.02087,0.41748-0.02374,0.62598-0.00861c0.77789-0.00275,1.55542,0.03699,2.32898,0.11902V7.83923z\"/></svg></li><li title=\"favorite \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M17.56249,21.55957a.99941.99941,0,0,1-.46581-.11523L12,18.76465,6.90332,21.44434a.9999.9999,0,0,1-1.45117-1.05372l.97363-5.67578-4.124-4.01953a.99965.99965,0,0,1,.55469-1.70508l5.69824-.82812,2.54883-5.16406a1.04012,1.04012,0,0,1,1.793,0l2.54883,5.16406,5.69824.82812a.99965.99965,0,0,1,.55469,1.70508l-4.124,4.01953.97363,5.67578a1.00024,1.00024,0,0,1-.98536,1.169Z\"/></svg></li><li title=\"flip h alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-tertiary\" d=\"M20 11a.99018.99018 0 0 1-.71-.29 1.16044 1.16044 0 0 1-.21-.33008.94107.94107 0 0 1 0-.75976A1.02883 1.02883 0 0 1 19.29 9.29a1.04667 1.04667 0 0 1 1.41992 0 1.14718 1.14718 0 0 1 .21.33008.94107.94107 0 0 1 0 .75976 1.16044 1.16044 0 0 1-.21.33008A.99349.99349 0 0 1 20 11zM19 6.5a1.0032 1.0032 0 0 1 1-1h0a1.0032 1.0032 0 0 1 1 1h0a1.0032 1.0032 0 0 1-1 1h0A1.0032 1.0032 0 0 1 19 6.5zM20 4a.98979.98979 0 0 1-.91992-1.37988A1.02883 1.02883 0 0 1 19.29 2.29a1.04669 1.04669 0 0 1 1.41992 0 1.02883 1.02883 0 0 1 .21.33008A.98919.98919 0 0 1 20.71 3.71a1.16044 1.16044 0 0 1-.33008.21A.9994.9994 0 0 1 20 4zM7.03027 6.24023a.99364.99364 0 0 1 .7295-1.21h0a.9907.9907 0 0 1 1.21.7295h0a.99891.99891 0 0 1-.7295 1.21h0A.96451.96451 0 0 1 8 7H8A.99122.99122 0 0 1 7.03027 6.24023zm4-1a.99364.99364 0 0 1 .7295-1.21h0a.9907.9907 0 0 1 1.21.7295h0a.99891.99891 0 0 1-.7295 1.21h0A.96451.96451 0 0 1 12 6h0A1.00294 1.00294 0 0 1 11.03027 5.24023zm4-1a.99816.99816 0 0 1 .7295-1.21h0a1.00272 1.00272 0 0 1 1.21.7295h0a.99891.99891 0 0 1-.7295 1.21h0A.96451.96451 0 0 1 16 5h0A.99122.99122 0 0 1 15.03027 4.24023zM4 8A.99042.99042 0 0 1 3 7a.83154.83154 0 0 1 .08008-.37988A1.02883 1.02883 0 0 1 3.29 6.29 1.04669 1.04669 0 0 1 4.71 6.29a1.02883 1.02883 0 0 1 .21.33008A.99013.99013 0 0 1 4 8zM4 11a.99018.99018 0 0 1-.71-.29 1.16044 1.16044 0 0 1-.21-.33008.94107.94107 0 0 1 0-.75976A1.14718 1.14718 0 0 1 3.29 9.29 1.04667 1.04667 0 0 1 4.71 9.29a1.14718 1.14718 0 0 1 .21.33008.94107.94107 0 0 1 0 .75976 1.16044 1.16044 0 0 1-.21.33008A.99349.99349 0 0 1 4 11zM15 10a1.0032 1.0032 0 0 1 1-1h0a1.0032 1.0032 0 0 1 1 1h0a1.0032 1.0032 0 0 1-1 1h0A1.0032 1.0032 0 0 1 15 10zm-4 0a1.0032 1.0032 0 0 1 1-1h0a1.0032 1.0032 0 0 1 1 1h0a1.0032 1.0032 0 0 1-1 1h0A1.0032 1.0032 0 0 1 11 10zM7 10A1.0032 1.0032 0 0 1 8 9H8a1.0032 1.0032 0 0 1 1 1H9a1.0032 1.0032 0 0 1-1 1H8A1.0032 1.0032 0 0 1 7 10z\"/><polygon class=\"uim-primary\" points=\"20 14 20 21 4 17 4 14 20 14\"/><path class=\"uim-primary\" d=\"M20,22a.97427.97427,0,0,1-.24219-.03027l-16-4A.99961.99961,0,0,1,3,17V14a.99943.99943,0,0,1,1-1H20a.99943.99943,0,0,1,1,1v7a1.0005,1.0005,0,0,1-1,1ZM5,16.21875l14,3.5V15H5Z\"/></svg></li><li title=\"flip h \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-quaternary\" d=\"M21,13H3a1,1,0,0,1,0-2H21a1,1,0,0,1,0,2Z\"/><polygon class=\"uim-primary\" points=\"12 21 17 16 7 16 12 21\"/><path class=\"uim-primary\" d=\"M12,22a.99676.99676,0,0,1-.707-.293l-5-5A.99991.99991,0,0,1,7,15H17a.99991.99991,0,0,1,.707,1.707l-5,5A.99676.99676,0,0,1,12,22ZM9.41406,17,12,19.58594,14.58594,17Z\"/><path class=\"uim-tertiary\" d=\"M12 4a.99075.99075 0 0 1-.92041-1.37988A1.03011 1.03011 0 0 1 11.29 2.29a.99764.99764 0 0 1 1.08984-.21 1.03418 1.03418 0 0 1 .33008.21A1.05232 1.05232 0 0 1 13 3a.83792.83792 0 0 1-.08008.37988 1.17124 1.17124 0 0 1-.21.33008A.99183.99183 0 0 1 12 4zM8.79 6.21A1.00761 1.00761 0 0 1 8.79 4.79h0a1.00671 1.00671 0 0 1 1.41992 0h0a1.0085 1.0085 0 0 1 0 1.41992h0a1.02749 1.02749 0 0 1-.71.29h0A1.02577 1.02577 0 0 1 8.79 6.21zM7 9A.99042.99042 0 0 1 6 8a1 1 0 0 1 1.71-.71A1.05232 1.05232 0 0 1 8 8 .99042.99042 0 0 1 7 9zM12.66992 8a.99662.99662 0 0 1 1-1h0a1.00319 1.00319 0 0 1 1 1h0a1.00319 1.00319 0 0 1-1 1h0A.99662.99662 0 0 1 12.66992 8zM9.32959 8a1.0032 1.0032 0 0 1 1-1h0a.99662.99662 0 0 1 1 1h0a.99662.99662 0 0 1-1 1h0A1.0032 1.0032 0 0 1 9.32959 8zM17 9a.99042.99042 0 0 1-1-1 1 1 0 1 1 2 0 .99042.99042 0 0 1-1 1zM13.79 6.21a1.00761 1.00761 0 0 1 0-1.41992h0a1.00671 1.00671 0 0 1 1.41992 0h0a1.0085 1.0085 0 0 1 0 1.41992h0a1.02749 1.02749 0 0 1-.71.29h0A1.02577 1.02577 0 0 1 13.79 6.21z\"/></svg></li><li title=\"flip v alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-tertiary\" d=\"M10 21a.99018.99018 0 0 1-.71-.29 1.16044 1.16044 0 0 1-.21-.33008A.83154.83154 0 0 1 9 20a1 1 0 1 1 2 0 .99042.99042 0 0 1-1 1zM5.5 20a1.0032 1.0032 0 0 1 1-1h0a1.0032 1.0032 0 0 1 1 1h0a1.0032 1.0032 0 0 1-1 1h0A1.0032 1.0032 0 0 1 5.5 20zM3 21a.99018.99018 0 0 1-.71-.29 1.16044 1.16044 0 0 1-.21-.33008A.9994.9994 0 0 1 2 20a1.04778 1.04778 0 0 1 .29-.71 1.04667 1.04667 0 0 1 1.41992 0A1.05232 1.05232 0 0 1 4 20a.9994.9994 0 0 1-.08008.37988 1.16044 1.16044 0 0 1-.21.33008A.99349.99349 0 0 1 3 21zM3.75977 16.96973a.99816.99816 0 0 1-.7295-1.21h0a.99364.99364 0 0 1 1.21-.7295h0a.99891.99891 0 0 1 .7295 1.21h0A.992.992 0 0 1 4 17H4A.96451.96451 0 0 1 3.75977 16.96973zm.99023-4a.99212.99212 0 0 1-.71973-1.21h0a.99816.99816 0 0 1 1.21-.7295h0a.99891.99891 0 0 1 .7295 1.21h0A1.00024 1.00024 0 0 1 5 13H5A1.10439 1.10439 0 0 1 4.75 12.96973zm1.00977-4a.99816.99816 0 0 1-.7295-1.21h0a.99364.99364 0 0 1 1.21-.7295h0a.99891.99891 0 0 1 .7295 1.21h0A.992.992 0 0 1 6 9H6A.96451.96451 0 0 1 5.75977 8.96973zM7 5A.99042.99042 0 0 1 6 4a1.04778 1.04778 0 0 1 .29-.71 1.03423 1.03423 0 0 1 1.41016 0A1.01842 1.01842 0 0 1 8 4 1.00694 1.00694 0 0 1 7 5zM10 5A.99042.99042 0 0 1 9 4a1.04778 1.04778 0 0 1 .29-.71 1.04669 1.04669 0 0 1 1.41992 0A1.05232 1.05232 0 0 1 11 4a.99042.99042 0 0 1-1 1zM9 16a1.0032 1.0032 0 0 1 1-1h0a1.0032 1.0032 0 0 1 1 1h0a1.0032 1.0032 0 0 1-1 1h0A1.0032 1.0032 0 0 1 9 16zm0-4a1.0032 1.0032 0 0 1 1-1h0a1.0032 1.0032 0 0 1 1 1h0a1.0032 1.0032 0 0 1-1 1h0A1.0032 1.0032 0 0 1 9 12zM9 8a1.0032 1.0032 0 0 1 1-1h0a1.0032 1.0032 0 0 1 1 1h0a1.0032 1.0032 0 0 1-1 1h0A1.0032 1.0032 0 0 1 9 8z\"/><polygon class=\"uim-primary\" points=\"14 20 21 20 17 4 14 4 14 20\"/><path class=\"uim-primary\" d=\"M21,21H14a.99943.99943,0,0,1-1-1V4a.99943.99943,0,0,1,1-1h3a.99962.99962,0,0,1,.96973.75781l4,16A.9997.9997,0,0,1,21,21Zm-6-2h4.71875l-3.5-14H15Z\"/></svg></li><li title=\"flip v \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-quaternary\" d=\"M12,22a.99974.99974,0,0,1-1-1V3a1,1,0,0,1,2,0V21A.99974.99974,0,0,1,12,22Z\"/><polygon class=\"uim-primary\" points=\"21 12 16 7 16 17 21 12\"/><path class=\"uim-primary\" d=\"M16,18a1,1,0,0,1-1-1V7a.99991.99991,0,0,1,1.707-.707l5,5a.99962.99962,0,0,1,0,1.41406l-5,5A.99893.99893,0,0,1,16,18Zm1-8.58594v5.17188L19.58594,12Z\"/><path class=\"uim-tertiary\" d=\"M3 13a.99075.99075 0 0 1-.92041-1.37988A1.14883 1.14883 0 0 1 2.29 11.29a1.04669 1.04669 0 0 1 1.41992 0 1.03724 1.03724 0 0 1 .21.33008A.83792.83792 0 0 1 4 12a.99042.99042 0 0 1-1 1zM4.79 15.21a1.00761 1.00761 0 0 1 0-1.41992h0a1.00671 1.00671 0 0 1 1.41992 0h0a1.0085 1.0085 0 0 1 0 1.41992h0a1.02749 1.02749 0 0 1-.71.29h0A1.02577 1.02577 0 0 1 4.79 15.21zM8 18a.99183.99183 0 0 1-.71-.29 1.16213 1.16213 0 0 1-.21045-.33008A.99906.99906 0 0 1 7 17a1.05 1.05 0 0 1 .29-.71 1.0387 1.0387 0 0 1 1.08984-.21 1.15384 1.15384 0 0 1 .33008.21A1.05232 1.05232 0 0 1 9 17a.9994.9994 0 0 1-.08008.37988 1.17124 1.17124 0 0 1-.21.33008A.99183.99183 0 0 1 8 18zM7 13.66992a.996.996 0 0 1 1-1H8a.99632.99632 0 0 1 1 1H9a1.00319 1.00319 0 0 1-1 1H8A1.00288 1.00288 0 0 1 7 13.66992zm0-3.33984a1.00288 1.00288 0 0 1 1-1H8a1.00319 1.00319 0 0 1 1 1H9a.99693.99693 0 0 1-1 1H8A.99663.99663 0 0 1 7 10.33008zM8 8a.99075.99075 0 0 1-.92041-1.37988A1.03011 1.03011 0 0 1 7.29 6.29a.98544.98544 0 0 1 1.62988.33008A.99013.99013 0 0 1 8 8zM4.79 10.21A1.00761 1.00761 0 0 1 4.79 8.79h0A1.00671 1.00671 0 0 1 6.21 8.79h0a1.0085 1.0085 0 0 1 0 1.41992h0a1.02749 1.02749 0 0 1-.71.29h0A1.02577 1.02577 0 0 1 4.79 10.21z\"/></svg></li><li title=\"github alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M20.11554,5.90131a3.88274,3.88274,0,0,0-.26-.31,4.41253,4.41253,0,0,0,.21-.76,5.28351,5.28351,0,0,0-.35-2.8s-1.12-.35-3.69,1.38a12.47675,12.47675,0,0,0-3.35-.45,12.60429,12.60429,0,0,0-3.36.45c-2.57-1.75-3.69-1.38-3.69-1.38a5.26343,5.26343,0,0,0-.35,2.77,4.21027,4.21027,0,0,0,.22.79c-.09.1-.18.21-.26.31a5.13973,5.13973,0,0,0-1.12,3.3,7.68624,7.68624,0,0,0,.04.85c.31994,4.43,3.27,5.46,6.08,5.78a2.55759,2.55759,0,0,0-.77,1.39,4.02183,4.02183,0,0,0-.13,1.09v1.30957c-1.11822.09937-2.26648-.06335-2.62219-1.06134a5.69461,5.69461,0,0,0-1.83447-2.41211,1.1789,1.1789,0,0,1-.169-.1123,1.00141,1.00141,0,0,0-.93066-.64551H3.77441a.99965.99965,0,0,0-1,.99512c-.0039.8125.80909,1.33691,1.14258,1.51562a4.4665,4.4665,0,0,1,.92285,1.3584c.36426,1.02344,1.4292,2.57812,4.46582,2.376.001.03515.002.06835.00245.09863l.00439.26758a.99974.99974,0,0,0,1,1l.00311-.00061V23.001h4.71112a.99974.99974,0,0,0,1-1s.00733-3.15967.00733-3.68964a4.02421,4.02421,0,0,0-.13-1.09l-.00183-.0061.00336.0061c-.00861-.035-.02173-.06353-.03113-.09747A2.53213,2.53213,0,0,0,15.134,15.8313l.0116.02087c-.00684-.00616-.01324-.01489-.02008-.02087,2.81-.32,5.74-1.37,6.06-5.78a7.68675,7.68675,0,0,0,.04-.85A5.2306,5.2306,0,0,0,20.11554,5.90131Z\" data-name=\"Brand Logos\"/></svg></li><li title=\"github \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path class=\"uim-tertiary\" d=\"M8.85431,21.5708c2.04081,0.68312,4.24853,0.68335,6.28949,0.00067c-0.25926,0.08328-0.53694-0.05938-0.62022-0.31864c-0.0163-0.05074-0.02426-0.10379-0.02358-0.15707c0-0.33746,0.01251-1.41247,0.01251-2.75c0.05423-0.68542-0.1921-1.36057-0.675-1.85c2.225-0.25,4.5625-1.1,4.5625-4.9375c0.01638-0.99426-0.35068-1.95667-1.025-2.6875c0.30573-0.86378,0.26996-1.81172-0.1-2.65c0,0-0.83753-0.275-2.75,1.025c-1.63629-0.45004-3.36371-0.45004-5,0c-1.91253-1.28748-2.75-1.025-2.75-1.025c-0.36998,0.83828-0.40575,1.78622-0.1,2.65c-0.67233,0.73207-1.03907,1.69364-1.025,2.6875c0,3.825,2.325,4.6875,4.55,4.9375c-0.36769,0.35377-0.59426,0.82912-0.63752,1.33752c-1.02982,0.57709-2.33248,0.21008-2.90957-0.81974C6.65195,17.01179,6.65097,17.01005,6.65,17.0083c-0.31464-0.572-0.88851-0.95457-1.53753-1.025C4.275,15.99581,4.775,16.4583,5.12498,16.64583c0.45125,0.38065,0.80305,0.86542,1.02502,1.41246c0.2,0.5625,0.85,1.63751,3.36249,1.175c0,0.83752,0.01251,1.625,0.01251,1.86248C9.525,21.3548,9.3396,21.647,8.85431,21.5708z\"/><path class=\"uim-primary\" d=\"M12,2.08301c-5.52283,0-10,4.47717-10,10c0,4.42297,2.87469,8.1687,6.85516,9.48779c0.48462,0.07562,0.66986-0.21619,0.66986-0.47504c0-0.23749-0.01251-1.02496-0.01251-1.86249C7,19.6958,6.34998,18.62079,6.15002,18.05829c-0.22198-0.54706-0.57379-1.0318-1.02502-1.41248c-0.34998-0.1875-0.84998-0.65002-0.01251-0.66254c0.64899,0.07043,1.2229,0.453,1.53754,1.02502c0.00098,0.00177,0.00195,0.00348,0.00293,0.00525c0.57709,1.02979,1.8797,1.39679,2.90955,0.8197c0.04327-0.50836,0.26984-0.9837,0.63751-1.33746c-2.22498-0.25-4.54999-1.11255-4.54999-4.9375c-0.0141-0.9939,0.35266-1.95544,1.02496-2.6875C6.36926,8.00696,6.40503,7.05902,6.77502,6.22076c0,0,0.83746-0.26251,2.75,1.02502c1.63629-0.45007,3.36371-0.45007,5,0c1.91248-1.30005,2.75-1.02502,2.75-1.02502c0.36993,0.83826,0.4057,1.78619,0.09998,2.65002c0.67432,0.73083,1.04138,1.69318,1.02502,2.6875c0,3.83746-2.33752,4.6875-4.5625,4.9375c0.48291,0.48938,0.72925,1.16455,0.67499,1.84998c0,1.33752-0.01251,2.41254-0.01251,2.75c-0.00067,0.05328,0.00726,0.10632,0.02356,0.15704c0.08319,0.25885,0.36017,0.40118,0.61902,0.31879C19.12427,20.25317,22,16.50684,22,12.08301C22,6.56018,17.52283,2.08301,12,2.08301z\"/></svg></li><li title=\"gitlab alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><g data-name=\"logo art\"><path class=\"uim-primary\" d=\"M11.99935,21.42092h0l3.68451-11.33344H8.32017l3.67918,11.33344Z\"/><path class=\"uim-quaternary\" d=\"M3.1594,10.08748h0l-1.122,3.44324a.76313.76313,0,0,0,.27611.85267l9.68586,7.03747L3.1594,10.08748Z\"/><path class=\"uim-primary\" d=\"M3.1594,10.08748H8.32017L6.09912,3.2619a.3831.3831,0,0,0-.72685,0L3.1594,10.08748Z\"/><path class=\"uim-quaternary\" d=\"M20.84463,10.08748h0l1.118,3.44324a.76313.76313,0,0,1-.27611.85267l-9.68716,7.03753,8.84528-11.33344Z\"/><path class=\"uim-primary\" d=\"M20.84463,10.08748H15.68386l2.217-6.82558a.3831.3831,0,0,1,.72685,0l2.217,6.82558Z\"/><polygon class=\"uim-tertiary\" points=\"11.999 21.421 15.684 10.087 20.845 10.087 11.999 21.421\"/><polygon class=\"uim-tertiary\" points=\"11.999 21.421 3.159 10.087 8.32 10.087 11.999 21.421\"/></g></svg></li><li title=\"gitlab \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M21.93927,12.86544,20.87433,9.58565l.00112.00448-.0013-.00513-.00006-.0003V9.58458L18.76,3.076a.83312.83312,0,0,0-.79867-.57014.82177.82177,0,0,0-.78851.57516l-2.00669,6.1779H8.83437L6.8239,3.08057a.82163.82163,0,0,0-.7884-.5748H6.03108a.83858.83858,0,0,0-.796.57539L3.12683,9.58394l-.00029.00082v.00018l-.0013.005.00112-.00449-1.06884,3.28a1.19526,1.19526,0,0,0,.43427,1.33919l9.229,6.70557.00425.0026.0118.00837-.011-.0079,0-.00006.00194.00118.0016.00094.00023.00018a.47521.47521,0,0,0,.04443.02732l.00614.00377.00012.00006.00377.00213.003.00124.00218.00088.00531.00224.02472.01033.02313.00967.001.00042.00383.00159.0049.00177.002.00047.00637.00154.00248.00059c.01109.00336.02259.00578.034.00832l.01334.00324.00194.00047.00437.00106.00726.00154.0059.00047.001.00006H11.931A.46518.46518,0,0,0,11.99733,21h.00077a.46675.46675,0,0,0,.06644-.00531h.00023l.00107-.00006.006-.00047.00731-.00154.00431-.00106.00189-.00047.01363-.0033c.01127-.00248.0226-.0049.03363-.00821l.0023-.00053.00661-.00159.002-.00047.005-.00183.00378-.0016.001-.00041.02449-.01021.02283-.00955.00555-.0023.00224-.00095.00307-.0013.00395-.00218.00006-.00006.00631-.00389a.47764.47764,0,0,0,.04419-.02714l.0036-.00219.00095-.00059.0043-.00265,9.23042-6.70569A1.19514,1.19514,0,0,0,21.93927,12.86544ZM17.96719,3.68571,19.7774,9.25889H16.157Zm1.49319,6.51557-.73866.94647-5.448,6.98046,2.57707-7.92693ZM11.54968,20.6746h0l.00171.00419Zm-.82651-2.54592L4.5399,10.20128H8.1497ZM6.02978,3.68565,7.84335,9.25889H4.22293ZM3.04594,13.44237a.25485.25485,0,0,1-.09222-.28545l.79453-2.4383,5.82182,7.464Zm8.65862,7.45538-.00537-.0046-.00112-.001-.01044-.009-.01965-.01806.00165.00136.00219.00183a.47835.47835,0,0,0,.0426.03628l.00047.00042.002.00177Zm.29354-1.89382-1.51431-4.66471L9.14053,10.20128h5.71933Zm.30995,1.87919-.01056.00908-.00124.00112-.00531.00455-.01222.009.00207-.00172.00035-.00035a.45994.45994,0,0,0,.04243-.03617l.00171-.00141.00212-.00183Zm8.643-7.44092L14.4279,18.18114l5.82377-7.46193.79135,2.43724A.255.255,0,0,1,20.95109,13.4422Z\" data-name=\"logo art\"/></svg></li><li title=\"google drive alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M6.00018,19.79588L9,14.59863h12l-3.00005,5.19725H6.00018z\"/><path class=\"uim-quaternary\" d=\"M15.00018,14.59863H21L15.00018,4.20412H9L15.00018,14.59863z\"/><path class=\"uim-tertiary\" d=\"M3,14.59863l3.00018,5.19725L12,9.40138L9,4.20412L3,14.59863z\"/></svg></li><li title=\"google drive \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path class=\"uim-quaternary\" d=\"M15.33353,14.88737H22L15.33353,3.33791H8.66662L15.33353,14.88737z\"/><polygon class=\"uim-primary\" points=\"8.667 3.338 2 14.887 5.334 20.662 12 9.113\"/><polygon class=\"uim-tertiary\" points=\"8.667 14.887 5.334 20.662 18.667 20.662 22 14.887\"/></svg></li><li title=\"google hangouts alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-tertiary\" d=\"M12,23a1.00092,1.00092,0,0,1-1-1V20.52344a9.84232,9.84232,0,1,1,10.70508-8.52735A12.53133,12.53133,0,0,1,12.23926,22.9707.99665.99665,0,0,1,12,23Z\"/><path class=\"uim-primary\" d=\"M9,11.68878H9a2,2,0,0,1-2-2H7a2,2,0,0,1,2-2H9a2,2,0,0,1,2,2h0A2,2,0,0,1,9,11.68878Z\"/><path class=\"uim-primary\" d=\"M8.51465 14.68848a1 1 0 0 1 0-2 .501.501 0 0 0 .5-.5v-2.5a1 1 0 0 1 2 0v2.5A2.50232 2.50232 0 0 1 8.51465 14.68848zM15 11.68878h0a2 2 0 0 1-2-2h0a2 2 0 0 1 2-2h0a2 2 0 0 1 2 2h0A2 2 0 0 1 15 11.68878z\"/><path class=\"uim-primary\" d=\"M14.51465,14.68848a1,1,0,0,1,0-2,.501.501,0,0,0,.5-.5v-2.5a1,1,0,0,1,2,0v2.5A2.50232,2.50232,0,0,1,14.51465,14.68848Z\"/></svg></li><li title=\"google hangouts \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path class=\"uim-tertiary\" d=\"M9.81816,14.31321c-0.14735,0.03723-0.29679,0.06557-0.44754,0.08488c-0.10555,0.01608-0.20647-0.04926-0.235-0.15215l0.00119-0.9681c0.00566-0.095-0.0326-0.19682,0.04348-0.28061c0.03617-0.04178,0.08444-0.07126,0.13813-0.08434c0.17212-0.03148,0.33864-0.08824,0.49415-0.16845c0.27366-0.15808,0.46875-0.42339,0.53807-0.73173c0.01217-0.0501,0.0238-0.10052,0.03543-0.15084c-0.68054-0.00133-1.36101-0.00246-2.04141-0.00337c-0.05865,0.0019-0.11729-0.00415-0.17432-0.018c-0.17593-0.04679-0.30044-0.20331-0.30647-0.38526c-0.0013-1.02897-0.00079-2.05797,0.00152-3.087c-0.03306-0.15951,0.01936-0.32473,0.13835-0.436C8.07372,7.86791,8.16495,7.8316,8.26,7.83024c1.0006-0.00022,2.0012-0.0004,3.00179-0.00055c0.22983,0.00091,0.41541,0.18796,0.4145,0.4178c-0.00015,0.03713-0.00526,0.07407-0.01521,0.10983c0.0157,0.04938,0.02135,0.1014,0.01663,0.153c0.00021,1.12123,0.00652,2.2429-0.00207,3.36413c0.00164,0.71716-0.30418,1.40063-0.84,1.8773c-0.02847,0.02641-0.056,0.05391-0.08379,0.08086c-0.27656,0.22016-0.59389,0.38352-0.93376,0.48068L9.81816,14.31321z M15.35378,14.2417l-0.03815,0.01065L15.294,14.26463c-0.19323,0.05593-0.38992,0.09913-0.58881,0.12933c-0.11545,0.02968-0.23309-0.03985-0.26277-0.1553c-0.00517-0.02011-0.00741-0.04087-0.00665-0.06162c-0.00152-0.10738-0.00228-0.215-0.00315-0.32245l0.00554-0.5773c-0.00086-0.04249-0.00239-0.08466-0.00228-0.12693c0.00022-0.14781,0.05706-0.21019,0.24083-0.25214c0.23408-0.0401,0.45299-0.14268,0.6336-0.2969c0.20558-0.19699,0.33861-0.45762,0.37754-0.73967l-1.88578-0.00358c-0.06835-0.00011-0.13682,0.00087-0.20529-0.00033c-0.23124,0.00774-0.42498-0.17344-0.43273-0.40468c-0.00039-0.01171-0.00029-0.02343,0.0003-0.03514c0.00033-1.01624,0.00112-2.03249,0.00239-3.04874L13.165,8.33984c-0.03296-0.17835,0.04832-0.35842,0.20388-0.45167c0.06377-0.03948,0.13759-0.05971,0.21258-0.05825c0.994-0.00054,1.98797-0.00083,2.9819-0.00087c0.22991,0.00106,0.41543,0.18831,0.41437,0.41822c-0.00017,0.03702-0.00528,0.07385-0.01519,0.10952c0.01556,0.04938,0.02117,0.10135,0.01652,0.15291c0,1.12319-0.00011,2.24641-0.00033,3.36967c-0.01001,1.01636-0.62108,1.93027-1.55649,2.32788C15.39888,14.21725,15.3766,14.23018,15.35378,14.2417z\"/><path class=\"uim-primary\" d=\"M20.8656,9.05499v0.00006c-0.28845-1.62494-1.04346-3.1308-2.17291-4.33405c-1.38306-1.48407-3.24799-2.42908-5.26263-2.66675C13.26886,2.04553,13.10828,2.0274,12.94916,2H11.8147c-0.01227,0.02856-0.03857,0.01813-0.05945,0.02008c-0.29218,0.02576-0.58289,0.05902-0.87115,0.11371C8.83533,2.49634,6.99225,3.60175,5.70764,5.2384C4.62323,6.58038,3.98077,8.22516,3.86835,9.94684c-0.06384,0.84741-0.00159,1.69958,0.18475,2.52875c0.1377,0.6189,0.34723,1.21967,0.62427,1.78998c0.02448,0.04871,0.04858,0.09735,0.07349,0.14606c0.45001,0.89679,1.05353,1.70795,1.78314,2.39673c1.5592,1.47473,3.61707,2.30762,5.76306,2.33246c0.10022,0.0014,0.1275,0.02606,0.12683,0.12842c-0.00458,0.8736-0.00256,1.74725-0.00238,2.62091c0.00012,0.03387,0.00275,0.06769,0.0047,0.10986c0.02826-0.01154,0.04596-0.01801,0.06299-0.02606c1.63702-0.75793,3.1507-1.75775,4.4903-2.96594c0.26703-0.24316,0.52332-0.49731,0.76886-0.76251c0.10535-0.11334,0.20978-0.22864,0.31531-0.34186c0.16302-0.17432,0.30408-0.36908,0.45776-0.55267c0.17743-0.21167,0.33679-0.43677,0.49396-0.66321c0.34906-0.4986,0.65631-1.02521,0.91852-1.57446c0.13196-0.27887,0.25757-0.55988,0.36877-0.84753c0.00421-0.005,0.00793-0.01038,0.01105-0.01611c0.29919-0.7854,0.50092-1.60455,0.60059-2.43903c0.03607-0.29126,0.05945-0.58441,0.07422-0.87726C21.02032,10.30457,20.97906,9.67426,20.8656,9.05499z M11.67566,11.87445c0.00159,0.71716-0.3042,1.40063-0.84003,1.87732c-0.02844,0.02637-0.05597,0.05389-0.0838,0.08081c-0.27655,0.22021-0.59387,0.38354-0.93372,0.48071l0.00006-0.00006c-0.14734,0.03723-0.29681,0.06555-0.44757,0.08484c-0.10553,0.01611-0.20648-0.04926-0.23499-0.15216l0.00122-0.96808c0.00562-0.09497-0.03265-0.19684,0.04346-0.28058c0.03613-0.04181,0.08441-0.07129,0.13812-0.08435c0.17212-0.03149,0.33862-0.08826,0.49414-0.16846c0.27368-0.15808,0.46875-0.4234,0.53809-0.73175c0.01215-0.05011,0.0238-0.10052,0.0354-0.15082c-0.68054-0.00134-1.36096-0.00244-2.04138-0.00336c-0.05865,0.00189-0.11731-0.00415-0.17432-0.01801c-0.17596-0.04681-0.30048-0.20331-0.30646-0.38525C7.86255,10.42627,7.8631,9.39728,7.86542,8.36823C7.83234,8.20874,7.88477,8.04352,8.00372,7.93225C8.07373,7.86792,8.16498,7.8316,8.26001,7.83026c1.00061-0.00024,2.00116-0.00043,3.00177-0.00055c0.22986,0.00092,0.41541,0.18793,0.41449,0.41779c-0.00012,0.03711-0.00525,0.07404-0.0152,0.1098c0.01569,0.04938,0.02136,0.10144,0.01666,0.15302C11.67792,9.63153,11.6842,10.75323,11.67566,11.87445z M16.97876,11.87939c-0.01007,1.01636-0.62109,1.93024-1.55652,2.32788c-0.02338,0.00995-0.04565,0.02289-0.06848,0.03442l-0.03815,0.01062l-0.02161,0.01233c-0.19324,0.05591-0.38995,0.09912-0.58881,0.12933c-0.11548,0.02966-0.23309-0.03986-0.26276-0.15533c-0.00519-0.02008-0.00745-0.04083-0.00665-0.06158c-0.00153-0.10742-0.00232-0.21503-0.00317-0.32245l0.00555-0.57733c-0.00085-0.04248-0.00238-0.08466-0.00232-0.12695c0.00024-0.14777,0.05707-0.21014,0.24084-0.25214c0.23407-0.0401,0.453-0.14264,0.63361-0.29688c0.20557-0.19696,0.33862-0.45764,0.37756-0.73969l-1.8858-0.00354c-0.06836-0.00012-0.13684,0.00085-0.20526-0.00037c-0.23126,0.00775-0.42499-0.1734-0.43274-0.40466c-0.00043-0.01172-0.00031-0.02344,0.00031-0.03516c0.00031-1.01624,0.0011-2.03247,0.00238-3.04871l-0.00177-0.02936c-0.03296-0.17834,0.04834-0.3584,0.20392-0.45166c0.06378-0.03949,0.13757-0.05969,0.21259-0.05829c0.99396-0.00049,1.98798-0.00079,2.98187-0.00085c0.22992,0.0011,0.41547,0.18829,0.41437,0.41821c-0.00018,0.03705-0.00525,0.07385-0.0152,0.10956c0.01556,0.04938,0.02118,0.10132,0.01654,0.15289C16.97906,9.63287,16.97894,10.7561,16.97876,11.87939z\"/></svg></li><li title=\"google play \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path class=\"uim-tertiary\" d=\"M14.556,12.89526l2.57251,2.554l3.78552-2.18652c0.50624-0.25316,0.83042-0.7661,0.8418-1.332c-0.02048-0.54732-0.3428-1.03813-0.83691-1.27441c-0.31446-0.16992-3.01075-1.73437-4.02247-2.32324l-0.00293-0.002L4.63867,1.25586C4.13772,0.9388,3.50485,0.91604,2.98242,1.19629C2.93255,1.23018,2.88489,1.2672,2.83972,1.30713L14.556,12.89526z\"/><path class=\"uim-secondary\" d=\"M20.919,10.65625c-0.29426-0.15894-2.65741-1.52954-3.791-2.18872l-2.59662,2.57788L2.78534,22.69849c0.04799,0.04372,0.09918,0.08379,0.15314,0.11987C3.1474,22.93802,3.38424,23.00034,3.625,22.999c0.29224-0.00365,0.57843-0.08378,0.83008-0.23242C4.84375,22.541,16.89355,15.585,16.89355,15.585l4.02051-2.32226c0.50624-0.25316,0.83042-0.7661,0.8418-1.332C21.73542,11.38341,21.41312,10.89256,20.919,10.65625z\"/><path class=\"uim-quaternary\" d=\"M13.60992,11.95953L2.84143,1.30884C2.45599,1.60718,2.22437,2.06616,2.24414,2.56055V21.5459c-0.01294,0.45239,0.19653,0.87122,0.54291,1.15094L13.60992,11.95953z\"/><path class=\"uim-primary\" d=\"M20.919,10.65625c-0.74429-0.40077-3.37006-1.94385-3.791-2.18872l-2.59656,2.57788l-0.92145,0.91406l0.94611,0.93579l2.57251,2.554l3.78552-2.18652c0.50624-0.25316,0.83042-0.7661,0.8418-1.332C21.73548,11.38339,21.41315,10.89254,20.919,10.65625z\"/></svg></li><li title=\"google \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path class=\"uim-secondary\" d=\"M12.22182,5.97728c1.42137-0.02391,2.79488,0.51341,3.82273,1.49545l2.86819-2.86818c-1.81006-1.7-4.20788-2.63339-6.69092-2.60455C8.44087,1.99855,4.98265,4.13047,3.28544,7.5091L6.62636,10.1C7.41416,7.66784,9.66545,6.00909,12.22182,5.97728z\"/><path class=\"uim-primary\" d=\"M3.28547,7.50908c-1.41819,2.82599-1.41819,6.15582,0,8.98181L6.62634,13.9c-0.41812-1.23216-0.41812-2.56784,0-3.8L3.28547,7.50908z\"/><path class=\"uim-tertiary\" d=\"M15.60822,17.06822c-2.80401,1.79981-6.53614,0.98574-8.33595-1.81827c-0.2705-0.42143-0.48748-0.8749-0.64593-1.34995l-3.34087,2.59089C4.98265,19.86954,8.44089,22.00147,12.22185,22c2.43429,0.06602,4.8018-0.80065,6.61815-2.42269L15.60822,17.06822z\"/><path class=\"uim-quaternary\" d=\"M21.64001,10.18182h-9.41815v3.86816h5.38177c-0.22498,1.23639-0.94592,2.3269-1.99542,3.01819c-0.00317,0.00208-0.00647,0.0036-0.00964,0.00562c0.00317-0.00201,0.00647-0.00354,0.00964-0.00555l3.23175,2.50909l0.00006-0.00006c1.9903-1.91693,3.07397-4.5882,2.98181-7.34998C21.82239,11.54138,21.76154,10.85687,21.64001,10.18182z\"/></svg></li><li title=\"graph bar \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-quaternary\" d=\"M6,23H2a.99974.99974,0,0,1-1-1V14a.99974.99974,0,0,1,1-1H6a.99974.99974,0,0,1,1,1v8A.99974.99974,0,0,1,6,23Z\"/><path class=\"uim-primary\" d=\"M14,23H10a.99974.99974,0,0,1-1-1V2a.99974.99974,0,0,1,1-1h4a.99974.99974,0,0,1,1,1V22A.99974.99974,0,0,1,14,23Z\"/><path class=\"uim-tertiary\" d=\"M22,23H18a.99974.99974,0,0,1-1-1V10a.99974.99974,0,0,1,1-1h4a.99974.99974,0,0,1,1,1V22A.99974.99974,0,0,1,22,23Z\"/></svg></li><li title=\"grid \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M22,6H2V3c0-0.55228,0.44772-1,1-1h18c0.55228,0,1,0.44772,1,1V6z\"/><rect width=\"9\" height=\"6\" x=\"2\" y=\"8\" class=\"uim-tertiary\"/><path class=\"uim-tertiary\" d=\"M2,16h9l0,0v6l0,0H3c-0.55228,0-1-0.44772-1-1V16L2,16z\"/><rect width=\"9\" height=\"6\" x=\"13\" y=\"8\" class=\"uim-tertiary\"/><path class=\"uim-tertiary\" d=\"M21,22h-8l0,0v-6l0,0h9l0,0v5C22,21.55228,21.55228,22,21,22z\"/><polygon class=\"uim-quaternary\" points=\"22 8 22 6 2 6 2 8 11 8 11 14 2 14 2 16 11 16 11 22 13 22 13 16 22 16 22 14 13 14 13 8\"/></svg></li><li title=\"grids \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-tertiary\" d=\"M23,21V3a.99974.99974,0,0,0-1-1H17V22h5A.99974.99974,0,0,0,23,21Z\"/><path class=\"uim-primary\" d=\"M1,3V21a.99974.99974,0,0,0,1,1H7V2H2A.99974.99974,0,0,0,1,3Z\"/><rect width=\"6\" height=\"20\" x=\"9\" y=\"2\" class=\"uim-tertiary\"/><rect width=\"2\" height=\"20\" x=\"7\" y=\"2\" class=\"uim-quaternary\"/><rect width=\"2\" height=\"20\" x=\"15\" y=\"2\" class=\"uim-quaternary\"/></svg></li><li title=\"grip horizontal line \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M21 11H3A1 1 0 0 1 3 9H21a1 1 0 0 1 0 2zM21 15H3a1 1 0 0 1 0-2H21a1 1 0 0 1 0 2z\"/></svg></li><li title=\"head side cough \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><circle cx=\"6\" cy=\"16.999\" r=\"1\" class=\"uim-primary\"/><circle cx=\"2\" cy=\"18\" r=\"1\" class=\"uim-primary\"/><circle cx=\"5\" cy=\"21\" r=\"1\" class=\"uim-primary\"/><path class=\"uim-tertiary\" d=\"M21.12988,21H12.667a.99974.99974,0,0,1-1-1V18H10.7998a1.9355,1.9355,0,0,1-1.93359-1.93359V14.2666H8a.99943.99943,0,0,1-.9043-1.42627L8.86621,9.082V9.06641a7.06726,7.06726,0,0,1,7.28418-7.063A7.25231,7.25231,0,0,1,23,9.32129V9.5332a1.03147,1.03147,0,0,1-.0332.25635l-1.7959,6.76758.91894,3.16357a.9994.9994,0,0,1-.96,1.2793Z\"/></svg></li><li title=\"head side mask \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M20.47638,9.287,12.3374,12H4.5a.99984.99984,0,0,0-.9375,1.34814l1.44727,3.89454c.01269.03418.02734.06689.043.09912A2.9843,2.9843,0,0,0,7.73633,19h4.76056l.00311.00049a.9992.9992,0,0,0,.31934-.05274l5.86456-1.978.61578-2.31861L13.5,16.60724V13.72089l6.634-2.21137.33283-1.25317A1.03147,1.03147,0,0,0,20.5,10V9.77246C20.5,9.60883,20.48633,9.44836,20.47638,9.287Z\"/><path class=\"uim-tertiary\" d=\"M3.50769 12.89374c-.0011.01007.00061.01965-.00018.02972C3.5083 12.91357 3.50665 12.90363 3.50769 12.89374zM3.67871 12.4292A1.00115 1.00115 0 0 1 4.5 12h7.8374l8.139-2.713a7.67589 7.67589 0 0 0-7.24591-7.28357A7.35892 7.35892 0 0 0 7.77734 4.11719 7.44119 7.44119 0 0 0 5.5 9.46533L3.64844 12.47607c-.0055.00892-.00458.02-.00977.02906C3.653 12.48016 3.66217 12.45306 3.67871 12.4292z\"/><polygon class=\"uim-tertiary\" points=\"13.5 13.721 13.5 16.607 19.3 14.651 20.467 10.256 20.134 11.51 13.5 13.721\"/><path class=\"uim-tertiary\" d=\"M18.53711,17.52246l.20032-.75427-.05353.20154-5.86456,1.978a.9992.9992,0,0,1-.31934.05274L12.49689,19H8.5v2a.99974.99974,0,0,0,1,1h9a1.00064,1.00064,0,0,0,.96094-1.27734Z\"/></svg></li><li title=\"head side \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path class=\"uim-tertiary\" d=\"M18.5,22h-9a.99974.99974,0,0,1-1-1V19h-1a2.00229,2.00229,0,0,1-2-2V15h-1a.99944.99944,0,0,1-.9043-1.42627L5.5,9.53027V9.5A7.44044,7.44044,0,0,1,7.77734,4.11719a7.36485,7.36485,0,0,1,5.45313-2.11377A7.698,7.698,0,0,1,20.5,9.77246V10a1.03147,1.03147,0,0,1-.0332.25635l-1.92969,7.26611.92383,3.2002A1.00064,1.00064,0,0,1,18.5,22Z\"/></svg></li><li title=\"hipchat \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path class=\"uim-quaternary\" d=\"M17.54394,19.98523a.19245.19245,0,0,1,.048.11575c0,.05792-.05486.09766-.124.09766a7.539,7.539,0,0,1-2.85707-1.51717.5382.5382,0,0,0-.48788-.08,9.97923,9.97923,0,0,1-2.12262.227c-4.597,0-8.32376-3.07675-8.32376-6.87329,0-3.79466,3.72678-6.87094,8.32376-6.87094,4.59651,0,8.32306,3.07628,8.32306,6.87094a6.566,6.566,0,0,1-3.374,5.52619.54616.54616,0,0,0-.28254.43787,4.66712,4.66712,0,0,0,.877,2.066Z\"/><path class=\"uim-primary\" d=\"M17.46157,13.86872a.39923.39923,0,0,0-.39822-.39751.3916.3916,0,0,0-.26373.10079,7.32068,7.32068,0,0,1-4.79543,1.71115h-.00838A7.62253,7.62253,0,0,1,7.2003,13.57223a.49736.49736,0,0,0-.272-.093.40506.40506,0,0,0-.38976.44023.93193.93193,0,0,0,.22713.48051,6.44474,6.44474,0,0,0,5.21261,2.40759h.04342a6.445,6.445,0,0,0,5.21253-2.40759,1.09023,1.09023,0,0,0,.22729-.53122\"/><path class=\"uim-primary\" d=\"M17.54394,19.98523a.19245.19245,0,0,1,.048.11575c0,.05792-.05486.09766-.124.09766a7.539,7.539,0,0,1-2.85707-1.51717.5382.5382,0,0,0-.48788-.08,9.97923,9.97923,0,0,1-2.12262.227c-4.597,0-8.32376-3.07675-8.32376-6.87329,0-3.79466,3.72678-6.87094,8.32376-6.87094,4.59651,0,8.32306,3.07628,8.32306,6.87094a6.566,6.566,0,0,1-3.374,5.52619.54616.54616,0,0,0-.28254.43787,4.66712,4.66712,0,0,0,.877,2.066Zm2.67625.83868a3.67217,3.67217,0,0,1-1.68387-2.01516.369.369,0,0,1,.13417-.43945A8.14387,8.14387,0,0,0,22,11.941c0-4.76462-4.47714-8.627-9.99957-8.627C6.47738,3.3141,2,7.1764,2,11.94094c0,4.76682,4.47738,8.6299,10.00043,8.6299a11.56679,11.56679,0,0,0,2.10342-.19139.565.565,0,0,1,.41264.07642A10.75753,10.75753,0,0,0,19.71037,22a.70326.70326,0,0,0,.79715-.69769.54026.54026,0,0,0-.28733-.4784Z\"/></svg></li><li title=\"history alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M12,2A10.01687,10.01687,0,0,0,5,4.87714V3A1,1,0,0,0,3,3V7.5a.99974.99974,0,0,0,1,1H8.5a1,1,0,0,0,0-2H6.21844A7.99161,7.99161,0,1,1,12,20a1,1,0,0,0,0,2A10,10,0,0,0,12,2Z\"/><path class=\"uim-primary\" d=\"M14,13H12a.99974.99974,0,0,1-1-1V9a1,1,0,0,1,2,0v2h1a1,1,0,0,1,0,2Z\"/><path class=\"uim-tertiary\" d=\"M12,4A8.00807,8.00807,0,0,0,6.21844,6.5H8.5a1,1,0,0,1,0,2H4a.98882.98882,0,0,1-.97583-.88013A9.977,9.977,0,0,0,12,22a1,1,0,0,1,0-2A8,8,0,0,0,12,4Zm2,9H12a.99974.99974,0,0,1-1-1V9a1,1,0,0,1,2,0v2h1a1,1,0,0,1,0,2Z\"/></svg></li><li title=\"history \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M12,2A10.0165,10.0165,0,0,0,5.0061,4.87183V3a1,1,0,0,0-2,0V7.5a.99974.99974,0,0,0,1,1h4.5a1,1,0,0,0,0-2H6.21844A7.97907,7.97907,0,1,1,4,12a1,1,0,0,0-2,0A10,10,0,1,0,12,2Z\"/><path class=\"uim-primary\" d=\"M14,13H12a.99974.99974,0,0,1-1-1V9a1,1,0,0,1,2,0v2h1a1,1,0,0,1,0,2Z\"/><path class=\"uim-tertiary\" d=\"M12,4A8.00807,8.00807,0,0,0,6.21844,6.5H8.5061a1,1,0,0,1,0,2h-4.5a.98918.98918,0,0,1-.9776-.889A9.92176,9.92176,0,0,0,2,12a1,1,0,0,1,2,0,8,8,0,1,0,8-8Zm2,9H12a.99974.99974,0,0,1-1-1V9a1,1,0,0,1,2,0v2h1a1,1,0,0,1,0,2Z\"/></svg></li><li title=\"horizontal align left \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path class=\"uim-tertiary\" d=\"M16,10H4V6h11c0.55229,0,1,0.44772,1,1V10z\"/><path class=\"uim-primary\" d=\"M21,18H4v-8h17c0.55228,0,1,0.44771,1,1v6C22,17.55228,21.55228,18,21,18z\"/><path class=\"uim-quaternary\" d=\"M3,22c-0.55197,0.00031-0.99969-0.44689-1-0.99886C2,21.00076,2,21.00038,2,21V3c0-0.55228,0.44772-1,1-1s1,0.44772,1,1v18c0.00031,0.55197-0.44689,0.99969-0.99886,1C3.00076,22,3.00038,22,3,22z\"/></svg></li><li title=\"hospital square sign \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M15,6a.99974.99974,0,0,0-1,1v4H10V7A1,1,0,0,0,8,7V17a1,1,0,0,0,2,0V13h4v4a1,1,0,0,0,2,0V7A.99974.99974,0,0,0,15,6Z\"/><path class=\"uim-tertiary\" d=\"M19,2H5A3.00328,3.00328,0,0,0,2,5V19a3.00328,3.00328,0,0,0,3,3H19a3.00328,3.00328,0,0,0,3-3V5A3.00328,3.00328,0,0,0,19,2ZM16,17a1,1,0,0,1-2,0V13H10v4a1,1,0,0,1-2,0V7a1,1,0,0,1,2,0v4h4V7a1,1,0,0,1,2,0Z\"/></svg></li><li title=\"hospital symbol \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M15,7a.99974.99974,0,0,0-1,1v3H10V8A1,1,0,0,0,8,8v8a1,1,0,0,0,2,0V13h4v3a1,1,0,0,0,2,0V8A.99974.99974,0,0,0,15,7Z\"/><path class=\"uim-tertiary\" d=\"M12,2A10,10,0,1,0,22,12,10.01146,10.01146,0,0,0,12,2Zm4,14a1,1,0,0,1-2,0V13H10v3a1,1,0,0,1-2,0V8a1,1,0,0,1,2,0v3h4V8a1,1,0,0,1,2,0Z\"/></svg></li><li title=\"hospital \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path class=\"uim-tertiary\" d=\"M12.5 14.5h-1a1 1 0 0 1 0-2h1a1 1 0 0 1 0 2zM12.5 18.5h-1a1 1 0 0 1 0-2h1a1 1 0 0 1 0 2zM7.5 14.5h-1a1 1 0 0 1 0-2h1a1 1 0 0 1 0 2zM7.5 18.5h-1a1 1 0 0 1 0-2h1a1 1 0 0 1 0 2zM17.5 14.5h-1a1 1 0 0 1 0-2h1a1 1 0 0 1 0 2zM17.5 18.5h-1a1 1 0 0 1 0-2h1a1 1 0 0 1 0 2z\"/><path class=\"uim-primary\" d=\"M13.5,7H13V6.5a1,1,0,0,0-2,0V7h-.5a1,1,0,0,0,0,2H11v.5a1,1,0,0,0,2,0V9h.5a1,1,0,0,0,0-2Z\"/><path class=\"uim-quaternary\" d=\"M21.5,6.5h-3v-4a.99974.99974,0,0,0-1-1H6.5a.99974.99974,0,0,0-1,1v4h-3a.99974.99974,0,0,0-1,1v14a.99974.99974,0,0,0,1,1h19a.99974.99974,0,0,0,1-1V7.5A.99974.99974,0,0,0,21.5,6.5Zm-14,12h-1a1,1,0,0,1,0-2h1a1,1,0,0,1,0,2Zm0-4h-1a1,1,0,0,1,0-2h1a1,1,0,0,1,0,2Zm5,4h-1a1,1,0,0,1,0-2h1a1,1,0,0,1,0,2Zm0-4h-1a1,1,0,0,1,0-2h1a1,1,0,0,1,0,2Zm1-5.5H13v.5a1,1,0,0,1-2,0V9h-.5a1,1,0,0,1,0-2H11V6.5a1,1,0,0,1,2,0V7h.5a1,1,0,0,1,0,2Zm4,9.5h-1a1,1,0,0,1,0-2h1a1,1,0,0,1,0,2Zm0-4h-1a1,1,0,0,1,0-2h1a1,1,0,0,1,0,2Z\"/></svg></li><li title=\"house user \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path class=\"uim-tertiary\" d=\"M12,18a3.5,3.5,0,1,1,3.5-3.5A3.50424,3.50424,0,0,1,12,18Z\"/><path class=\"uim-primary\" d=\"M14.64026,16.77179a3.452,3.452,0,0,1-5.28052,0A4.98821,4.98821,0,0,0,7,21a.99974.99974,0,0,0,1,1h8a.99974.99974,0,0,0,1-1A4.98821,4.98821,0,0,0,14.64026,16.77179Z\"/><path class=\"uim-tertiary\" d=\"M21,12a.99554.99554,0,0,1-.66406-.25244L12,4.33789,3.66406,11.74756a.99991.99991,0,0,1-1.32812-1.49512l9-8a.99893.99893,0,0,1,1.32812,0l9,8A1,1,0,0,1,21,12Z\"/><path class=\"uim-quaternary\" d=\"M12,4.33789,4,11.449V21a.99974.99974,0,0,0,1,1H8a.99974.99974,0,0,1-1-1,4.98821,4.98821,0,0,1,2.35974-4.22821l.00006.00006A3.46882,3.46882,0,0,1,8.5,14.5a3.5,3.5,0,0,1,7,0,3.46882,3.46882,0,0,1-.8598,2.27185l.00006-.00006A4.98821,4.98821,0,0,1,17,21a.99974.99974,0,0,1-1,1h3a.99974.99974,0,0,0,1-1V11.449Z\"/></svg></li><li title=\"html3 alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-tertiary\" d=\"M11.99023,22a1.00125,1.00125,0,0,1-.26855-.03711L5.249,20.1582a1.00024,1.00024,0,0,1-.72754-.874L3.0791,3.08887A.99964.99964,0,0,1,4.0752,2H19.9248a.99964.99964,0,0,1,.9961,1.08887L19.47754,19.27734a.999.999,0,0,1-.72754.874l-6.49121,1.81152A1.00132,1.00132,0,0,1,11.99023,22Z\"/><path class=\"uim-primary\" d=\"M16.77734,6.3252A.99981.99981,0,0,0,16.04,6H7.96a1,1,0,1,0,0,2h6.98731l-.17749,2H10a1,1,0,0,0,0,2h4.59229l-.26417,2.97656L12,15.50488l-2.32812-.52929-.09571-1.06446a1.00005,1.00005,0,0,0-1.99219.17774l.16016,1.79a1.00141,1.00141,0,0,0,.77441.88671l3.25977.74024a1.0188,1.0188,0,0,0,.44336,0l3.25977-.74024a1.00126,1.00126,0,0,0,.77441-.88671l.78027-8.79A1.001,1.001,0,0,0,16.77734,6.3252Z\"/></svg></li><li title=\"html3 \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><polygon class=\"uim-tertiary\" points=\"17.476 6.123 16.942 12.117 16.944 12.15 16.942 12.224 16.942 12.223 16.562 16.415 16.521 16.787 12 18.037 12 18.038 11.996 18.041 7.484 16.783 7.178 13.318 9.391 13.318 9.548 15.08 12.001 15.745 12 15.746 14.461 15.071 14.722 12.202 9.576 12.202 9.532 11.717 9.431 10.581 9.379 9.97 14.917 9.97 15.119 7.739 6.682 7.739 6.638 7.254 6.538 6.117 6.485 5.507 17.529 5.507\"/><path class=\"uim-primary\" d=\"M3.19501,2L4.797,19.99402L11.98901,22l7.21198-2.013L20.80499,2H3.19501z M17.47601,6.12299l-0.534,5.99402l0.00201,0.03302L16.94202,12.224v-0.00098l-0.38,4.19196L16.521,16.78699l-4.521,1.25v0.00104l-0.00403,0.00299l-4.51196-1.258l-0.30603-3.46503h2.21301l0.15698,1.76202l2.453,0.66498L12,15.74597l2.461-0.67499l0.26099-2.86896h-5.146l-0.04401-0.48505l-0.10095-1.13599l-0.052-0.61102h5.53796l0.20203-2.23096H6.68201L6.638,7.25403L6.53802,6.117L6.48499,5.50702h11.04401L17.47601,6.12299z\"/></svg></li><li title=\"html5 alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M21.46777,2.3252A1.00007,1.00007,0,0,0,20.73,2H3.27a1.00039,1.00039,0,0,0-.99609,1.08887l1.52,17a.99944.99944,0,0,0,.72851.87451l7.2002,2A.99628.99628,0,0,0,11.99023,23a1.01206,1.01206,0,0,0,.26709-.03613l7.21973-2a1.00055,1.00055,0,0,0,.729-.875l1.52-17A1,1,0,0,0,21.46777,2.3252Z\"/><path class=\"uim-quaternary\" d=\"M7.81982,13h6.895l-.32714,3.271-2.56788.917L8.65625,16.05811a1.00017,1.00017,0,1,0-.67285,1.88378l3.5,1.25a1.00291,1.00291,0,0,0,.67285,0l3.5-1.25a1.00044,1.00044,0,0,0,.65869-.84228l.5-5A1.00064,1.00064,0,0,0,15.81982,11H8.72461L8.4248,8h7.895a1,1,0,0,0,0-2h-9a1.00064,1.00064,0,0,0-.99511,1.09961l.5,5A1.00012,1.00012,0,0,0,7.81982,13Z\"/></svg></li><li title=\"html5 \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M3.18249,2,4.78741,20.00071,11.98921,22l7.22171-2.00206L20.81751,2ZM17.32508,7.88728H8.87682L9.07861,10.148h8.04556l-.6059,6.778L12,18.17825v.0004l-.01015.00276L7.46747,16.92607l-.30926-3.46645h2.2162l.15718,1.76075,2.45873.66389.002-.00053v-.00015l2.46231-.6646.25632-2.86324H7.05953L6.46408,5.67957H17.52272Z\"/><path class=\"uim-quaternary\" d=\"M17.32508,7.88728H8.87682L9.07861,10.148h8.04556l-.6059,6.778L12,18.17825v.0004l-.01015.00276L7.46747,16.92607l-.30926-3.46645h2.2162l.15718,1.76075,2.45873.66389.002-.00053v-.00015l2.46231-.6646.25632-2.86324H7.05953L6.46408,5.67957H17.52272Z\"/></svg></li><li title=\"image v \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path class=\"uim-tertiary\" d=\"M19,2H5C3.34515,2.00483,2.00483,3.34515,2,5v8.86l3.88-3.88c1.18747-1.13,3.05253-1.13,4.24,0l2.87139,2.887l0.88752-0.88751c1.17344-1.16662,3.06874-1.16662,4.24218,0L22,15.8584V5C21.99517,3.34515,20.65485,2.00483,19,2z\"/><path class=\"uim-primary\" d=\"M10.12,9.98c-1.18747-1.13-3.05253-1.13-4.24,0L2,13.86V19c0.00484,1.65484,1.34516,2.99516,3,3h14c0.81512-0.00034,1.59497-0.3325,2.16-0.92L10.12,9.98z\"/><path class=\"uim-quaternary\" d=\"M22,15.8584l-3.87891-3.87891c-1.17345-1.1666-3.06873-1.1666-4.24218,0L12.99139,12.867l8.16425,8.20856C21.69776,20.5208,22.00089,19.77567,22,19V15.8584z\"/></svg></li><li title=\"instagram alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path class=\"uim-tertiary\" d=\"M20.93633,7.56378C20.9285,6.86754,20.80075,6.17785,20.55868,5.525c-0.17592-0.47693-0.45653-0.90836-0.82117-1.26255c-0.35413-0.36469-0.78556-0.64529-1.26251-0.82113c-0.65302-0.24142-1.34258-0.36915-2.03874-0.37765C15.278,3.01176,14.93137,3,11.99973,3C9.06918,3,8.72146,3.01071,7.56378,3.06367C6.86754,3.0715,6.17785,3.19925,5.525,3.44132C5.04789,3.6169,4.61639,3.89755,4.26245,4.26249C3.89838,4.61735,3.61788,5.0488,3.44128,5.52554C3.1999,6.17858,3.07217,6.86815,3.06363,7.56432C3.01176,8.7225,3,9.06918,3,12.00077s0.01071,3.27881,0.06422,4.436c0.00784,0.69624,0.13559,1.38593,0.37765,2.03879c0.17551,0.47694,0.45616,0.90823,0.82113,1.26189c0.35439,0.3644,0.78576,0.64497,1.26255,0.82117c0.65282,0.24212,1.3425,0.36989,2.03873,0.37771C8.72146,20.98984,9.06918,21,11.99973,21c2.93164,0,3.27936-0.01071,4.43649-0.06367c0.69624-0.00782,1.38591-0.13559,2.03874-0.37771c0.95745-0.36916,1.71428-1.12577,2.08372-2.08311c0.2415-0.65301,0.36924-1.3426,0.37765-2.03879C20.98933,15.27854,21,14.93082,21,12.00027C21,9.06863,20.98929,8.722,20.93633,7.56378z\"/><path class=\"uim-primary\" d=\"M17.79315,7.6178c-0.24975-0.64829-0.76212-1.16065-1.4104-1.4104c-0.442-0.16326-0.90867-0.24971-1.37982-0.25562c-0.78381-0.03564-1.01935-0.04333-3.00262-0.04333s-2.21857,0.0072-3.00177,0.04321c-0.4712,0.00529-0.93795,0.09176-1.37977,0.25562c-0.64831,0.24973-1.1607,0.7621-1.41046,1.4104c-0.16319,0.442-0.24962,0.90864-0.25555,1.37976c-0.03546,0.78387-0.04321,1.01849-0.04321,3.00268s0.0072,2.21942,0.04321,3.00263c0.00531,0.4712,0.09175,0.93797,0.25555,1.37982c0.2501,0.64794,0.7624,1.16,1.41046,1.40979c0.44186,0.16372,0.90859,0.25018,1.37977,0.25561v0.00013c0.78295,0.036,1.01757,0.04321,3.00177,0.04321s2.21942-0.0072,3.00262-0.04321c0.47121-0.00535,0.93797-0.09182,1.37982-0.25562c0.64804-0.24981,1.16031-0.76186,1.4104-1.40979c0.16342-0.44196,0.24988-0.90865,0.25562-1.37982c0.036-0.78388,0.04321-1.01843,0.04321-3.00263s-0.0072-2.21881-0.04321-3.00268C18.04342,8.52637,17.95695,8.05963,17.79315,7.6178z M12.00031,15.81525c-2.10705,0.00006-3.8152-1.708-3.81525-3.81505c0-0.00007,0-0.00013,0-0.0002h0.00006c0.00002-2.10709,1.70816-3.81521,3.81525-3.81519c2.10709,0.00002,3.81521,1.70816,3.81519,3.81525C15.81554,14.10715,14.1074,15.81527,12.00031,15.81525z M15.96631,8.92542c-0.49242-0.00181-0.89014-0.40246-0.88833-0.89488c0.0018-0.49,0.39869-0.88673,0.88869-0.88833H15.967c0.49242-0.00146,0.89279,0.39653,0.89426,0.88895c0.00146,0.49242-0.39653,0.89279-0.88895,0.89426c-0.00201,0.00001-0.00402,0-0.00603,0H15.96631z\"/><path class=\"uim-primary\" d=\"M12.00031,9.52307c-1.36795-0.00002-2.47692,1.10891-2.47694,2.47686s1.10891,2.47692,2.47686,2.47694s2.47692-1.10891,2.47694-2.47686c0,0,0-0.00001,0-0.00001c0.00017-1.3678-1.10853-2.47676-2.47633-2.47693C12.00066,9.52307,12.00049,9.52307,12.00031,9.52307z\"/><path class=\"uim-primary\" d=\"M21.92926,7.07086c-0.00871-0.77359-0.15066-1.53989-0.41962-2.26526c-0.19547-0.52993-0.50725-1.00929-0.91241-1.40283c-0.39348-0.40523-0.87286-0.71702-1.40283-0.91241c-0.72557-0.26825-1.49175-0.41017-2.26526-0.41962C15.64221,2.01306,15.25708,2,11.99969,2C8.74353,2,8.35718,2.0119,7.07086,2.07074C6.29727,2.07945,5.53097,2.2214,4.8056,2.49036C4.27548,2.68544,3.79604,2.99728,3.40277,3.40277C2.99825,3.79705,2.68658,4.27644,2.49036,4.80615c-0.26822,0.7256-0.41014,1.49179-0.41962,2.26532C2.01306,8.35834,2,8.74353,2,12.00085s0.0119,3.64313,0.07135,4.92884c0.00873,0.7736,0.15069,1.53992,0.41965,2.26531c0.19502,0.52995,0.50687,1.0092,0.91241,1.40216c0.39377,0.40488,0.87306,0.71662,1.40283,0.91241c0.72536,0.26902,1.49167,0.41099,2.26526,0.41968C8.35718,21.98871,8.74353,22,11.99969,22c3.25739,0,3.64374-0.0119,4.92945-0.07074c0.77359-0.00868,1.5399-0.15066,2.26526-0.41968c1.06383-0.41018,1.90476-1.25086,2.31524-2.31458c0.26835-0.72556,0.41028-1.49178,0.41962-2.26532C21.9881,15.64282,22,15.25647,22,12.00031C22,8.74292,21.9881,8.35779,21.92926,7.07086z M19.38538,15.06323c-0.0119,0.6164-0.1286,1.22628-0.3451,1.80353c-0.386,0.99815-1.17506,1.78723-2.17321,2.17324c-0.57731,0.21621-1.18712,0.33289-1.80347,0.34509c-0.79224,0.03662-1.04553,0.045-3.06329,0.045s-2.27063-0.009-3.0633-0.045C8.32067,19.37282,7.71087,19.25614,7.13354,19.04c-0.99818-0.38596-1.78725-1.17504-2.17321-2.17322c-0.21621-0.57733-0.3329-1.18716-0.3451-1.80353c-0.03662-0.79217-0.045-1.04547-0.045-3.06323s0.00842-2.27106,0.045-3.06329c0.01221-0.61635,0.12889-1.22616,0.3451-1.80347C5.34623,6.13504,6.13532,5.34592,7.13354,4.96C7.71085,4.74378,8.32065,4.62708,8.937,4.61487h0.00031c0.79266-0.03656,1.04638-0.045,3.06384-0.045s2.27069,0.00878,3.063,0.045c0.61639,0.01206,1.22624,0.12877,1.80353,0.34513c0.99786,0.38624,1.78665,1.17525,2.1726,2.17322c0.21625,0.5773,0.33294,1.18712,0.3451,1.80347c0.036,0.79223,0.04443,1.04553,0.04443,3.06329S19.42139,14.27045,19.38538,15.06323z\"/></svg></li><li title=\"instagram \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g data-name=\"Brand Logos\"><path class=\"uim-primary\" d=\"M12.00039,6.86511A5.13489,5.13489,0,1,0,17.13528,12,5.13479,5.13479,0,0,0,12.00039,6.86511Zm0,8.46846A3.3336,3.3336,0,1,1,15.334,12,3.33317,3.33317,0,0,1,12.00039,15.33357Z\"/><path class=\"uim-primary\" d=\"M21.93985,7.87719a7.33258,7.33258,0,0,0-.46447-2.42726,4.918,4.918,0,0,0-1.15346-1.77146A4.89358,4.89358,0,0,0,18.55129,2.525,7.32278,7.32278,0,0,0,16.124,2.06054C15.05775,2.012,14.7169,2,12.00122,2s-3.05681.01126-4.12365.06054A7.33317,7.33317,0,0,0,5.45032,2.525,4.90522,4.90522,0,0,0,3.67886,3.67847a4.88551,4.88551,0,0,0-1.1534,1.77146A7.33341,7.33341,0,0,0,2.061,7.87719C2.01171,8.94341,2.00039,9.28432,2.00039,12s.01132,3.05653.06059,4.12276a7.33352,7.33352,0,0,0,.46448,2.42731,4.888,4.888,0,0,0,1.1534,1.77146,4.9169,4.9169,0,0,0,1.77146,1.1534,7.33849,7.33849,0,0,0,2.42725.46448C8.94441,21.9879,9.28471,22,12.00039,22s3.05658-.01132,4.12281-.06059a7.33339,7.33339,0,0,0,2.42726-.46448,5.11251,5.11251,0,0,0,2.92492-2.92486,7.316,7.316,0,0,0,.46447-2.42731c.0485-1.067.05976-1.40708.05976-4.12276S21.98835,8.94341,21.93985,7.87719Zm-1.799,8.16406a5.54872,5.54872,0,0,1-.344,1.85708,3.31133,3.31133,0,0,1-1.89825,1.89741,5.52231,5.52231,0,0,1-1.85708.344c-1.05408.04844-1.37068.05815-4.04119.05815s-2.98623-.00971-4.04-.05815a5.5263,5.5263,0,0,1-1.85708-.344,3.10771,3.10771,0,0,1-1.15024-.748,3.085,3.085,0,0,1-.748-1.1494,5.52134,5.52134,0,0,1-.344-1.85708c-.0485-1.05408-.05815-1.37068-.05815-4.04119s.01049-2.98623.05815-4.0412a5.56308,5.56308,0,0,1,.344-1.857,3.1074,3.1074,0,0,1,.748-1.15024,3.08175,3.08175,0,0,1,1.15024-.748,5.52271,5.52271,0,0,1,1.85708-.344c1.05407-.04849,1.37068-.05815,4.04-.05815s2.98623.01049,4.04119.05815a5.5635,5.5635,0,0,1,1.85708.344,3.30957,3.30957,0,0,1,1.89825,1.89825,5.52254,5.52254,0,0,1,.344,1.857c.04849,1.055.05815,1.37074.05815,4.0412S20.18936,14.98628,20.14087,16.04125Z\"/><path class=\"uim-primary\" d=\"M17.339,5.462h-.00044a1.19979,1.19979,0,1,0,.00044,0Z\"/></g></svg></li><li title=\"intercom alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g data-name=\"Brand Logos\"><path class=\"uim-tertiary\" d=\"M20,23H4a3.00328,3.00328,0,0,1-3-3V4A3.00328,3.00328,0,0,1,4,1H20a3.00328,3.00328,0,0,1,3,3V20A3.00328,3.00328,0,0,1,20,23Z\"/><path class=\"uim-primary\" d=\"M12 19a10.79981 10.79981 0 0 1-6.64355-2.06055 1.00017 1.00017 0 0 1 1.2871-1.53125A8.987 8.987 0 0 0 12 17a8.99529 8.99529 0 0 0 5.36133-1.59473.9998.9998 0 0 1 1.28125 1.53516A10.795 10.795 0 0 1 12 19zM6 13a.99943.99943 0 0 1-1-1V8A1 1 0 0 1 7 8v4A.99943.99943 0 0 1 6 13zM10 15a.99943.99943 0 0 1-1-1V6a1 1 0 0 1 2 0v8A.99943.99943 0 0 1 10 15zM14 15a.99943.99943 0 0 1-1-1V6a1 1 0 0 1 2 0v8A.99943.99943 0 0 1 14 15zM18 13a.99943.99943 0 0 1-1-1V8a1 1 0 0 1 2 0v4A.99943.99943 0 0 1 18 13z\"/></g></svg></li><li title=\"intercom \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path class=\"uim-tertiary\" d=\"M19.33336,12.99594c-0.00401,0.3682-0.30575,0.66343-0.67395,0.65941C18.29688,13.6514,18.00395,13.35847,18,12.99594V7c0.00401-0.3682,0.30575-0.66343,0.67395-0.65941C19.03648,6.34454,19.32941,6.63747,19.33336,7V12.99594z M19.1007,17.16883c-2.05712,1.49713-4.55834,2.25818-7.1007,2.16054c-2.54233,0.09763-5.0435-0.66345-7.10055-2.16062c-0.27992-0.23921-0.31292-0.66004-0.07371-0.93996s0.66004-0.31292,0.93996-0.07371c1.82274,1.27506,4.01139,1.92132,6.23438,1.84086c2.22344,0.09006,4.41441-0.55657,6.23265-1.83946c0.27955-0.23969,0.70048-0.20738,0.94017,0.07218c0.23969,0.27955,0.20738,0.70048-0.07217,0.94017H19.1007z M4.66664,7c0.00403-0.3682,0.30577-0.66342,0.67397-0.65939C5.70313,6.34458,5.99604,6.63749,6,7v5.99594c-0.00404,0.3682-0.3058,0.66341-0.67399,0.65937c-0.3625-0.00398-0.65539-0.29687-0.65937-0.65937C4.66664,12.99594,4.66664,7,4.66664,7z M8.00008,5.66664c0.00571-0.36818,0.3088-0.66201,0.67698-0.6563c0.36013,0.00559,0.65071,0.29617,0.6563,0.6563V14.573c-0.00571,0.36817-0.3088,0.66201-0.67698,0.6563c-0.36013-0.00558-0.65071-0.29618-0.6563-0.6563V5.66664z M11.33336,5.3293c-0.00005-0.36813,0.29834-0.66659,0.66646-0.66664c0.00001,0,0.00001,0,0.00002,0H12c0.36813-0.00009,0.66663,0.29827,0.66672,0.6664v0v9.66688c-0.00404,0.3682-0.3058,0.66341-0.67399,0.65937c-0.3625-0.00398-0.65539-0.29687-0.65937-0.65937C11.33336,14.99594,11.33336,5.3293,11.33336,5.3293z M14.66672,5.66664c0.00571-0.36818,0.3088-0.66201,0.67698-0.6563C15.70382,5.01592,15.99441,5.30651,16,5.66664V14.573c-0.00571,0.36817-0.3088,0.66201-0.67698,0.6563c-0.36013-0.00558-0.65071-0.29618-0.6563-0.6563V5.66664z\"/><path class=\"uim-primary\" d=\"M19.5,2h-15C3.11926,2,2,3.11926,2,4.5v15C2,20.88074,3.11926,22,4.5,22h15c1.38074,0,2.5-1.11926,2.5-2.5v-15C22,3.11926,20.88074,2,19.5,2z M14.66675,5.66663c0.00568-0.36816,0.30878-0.66199,0.67694-0.65631C15.7038,5.01593,15.99438,5.30652,16,5.66663V14.573c-0.00574,0.36816-0.30878,0.66199-0.677,0.65631c-0.36011-0.00562-0.6507-0.2962-0.65625-0.65631V5.66663z M11.33337,5.32928c-0.00006-0.3681,0.29834-0.66656,0.66644-0.66663H12c0.3681-0.00006,0.66663,0.29828,0.66675,0.66638v9.66687c-0.00409,0.36823-0.30585,0.66345-0.67401,0.65942c-0.36249-0.00403-0.6554-0.29688-0.65936-0.65942V5.32928z M8.00006,5.66663c0.00574-0.36816,0.30884-0.66199,0.677-0.65631c0.36011,0.00562,0.6507,0.2962,0.65631,0.65631V14.573c-0.00574,0.36816-0.30884,0.66199-0.677,0.65631c-0.36011-0.00562-0.6507-0.2962-0.65631-0.65631V5.66663z M4.66663,7c0.00403-0.36823,0.30579-0.66339,0.67401-0.65936C5.70312,6.3446,5.99603,6.63751,6,7v5.99591c-0.00403,0.36823-0.30579,0.66345-0.67401,0.65942c-0.36249-0.00403-0.6554-0.29688-0.65936-0.65942V7z M19.10071,17.16882C17.04358,18.66595,14.54236,19.427,12,19.32935c-2.5423,0.09766-5.04352-0.66345-7.10052-2.16058c-0.27997-0.2392-0.31293-0.66003-0.07373-0.94c0.2392-0.27991,0.66003-0.31287,0.93994-0.07367c1.82275,1.27502,4.01141,1.92133,6.23438,1.84082c2.22345,0.09009,4.41443-0.55652,6.23267-1.83942c0.27954-0.23969,0.7005-0.2074,0.94019,0.07214S19.38031,16.92914,19.10071,17.16882z M19.33337,12.99591c-0.00403,0.36823-0.30579,0.66345-0.67395,0.65942C18.29688,13.65137,18.00397,13.35846,18,12.99591V7c0.00403-0.36823,0.30573-0.66345,0.67395-0.65942C19.0365,6.34454,19.32941,6.63745,19.33337,7V12.99591z\"/></svg></li><li title=\"java script \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M11.18114,2.21337a1.67718,1.67718,0,0,1,1.6373,0q3.73908,2.11278,7.47852,4.2242a1.53948,1.53948,0,0,1,.77755,1.32588v8.47418a1.5562,1.5562,0,0,1-.83561,1.35473q-3.72679,2.10114-7.45187,4.204a1.62966,1.62966,0,0,1-1.6554-.046q-1.11729-.6477-2.23593-1.29283a1.3164,1.3164,0,0,1-.4313-.31057c.095-.12807.2649-.144.403-.19994a5.21912,5.21912,0,0,0,.88212-.41157.20588.20588,0,0,1,.22965.01374c.63694.3652,1.26826.741,1.90734,1.10272.13634.07872.27438-.02578.39092-.09074q3.65712-2.06694,7.31681-4.1291a.242.242,0,0,0,.13292-.23827q.00257-4.19317.00085-8.38685a.26207.26207,0,0,0-.15613-.26141Q15.858,5.454,12.14581,3.36a.258.258,0,0,0-.29162-.00043Q8.141,5.45224,4.429,7.5467a.259.259,0,0,0-.157.26021q.00065,4.19316,0,8.38727a.23712.23712,0,0,0,.13463.23527q.99089.56192,1.98306,1.11989a1.53232,1.53232,0,0,0,1.23991.166.94055.94055,0,0,0,.609-.88376c.00341-2.77914-.00171-5.5587.00256-8.33741a.20929.20929,0,0,1,.22794-.21369c.3174-.00214.63523-.00428.95264.00085a.2198.2198,0,0,1,.20728.25415c-.00128,2.79674.00342,5.59354-.00214,8.39027a2.12737,2.12737,0,0,1-.99481,1.92109,3.06373,3.06373,0,0,1-2.73825-.07522c-.72641-.36256-1.41962-.79045-2.13314-1.17887a1.55257,1.55257,0,0,1-.83518-1.355V7.76345a1.54232,1.54232,0,0,1,.80419-1.34269Q7.45584,4.31791,11.18114,2.21337Z\"/><path class=\"uim-primary\" d=\"M13.34826,8.08349a5.87915,5.87915,0,0,1,3.2182.49242,2.43371,2.43371,0,0,1,1.18663,2.106.22792.22792,0,0,1-.24731.16775c-.31434-.00043-.62875.00427-.94309-.00214a.243.243,0,0,1-.22759-.2357,1.43568,1.43568,0,0,0-.6868-.99217,4.0712,4.0712,0,0,0-1.88413-.26961,2.55759,2.55759,0,0,0-1.34875.33585.85461.85461,0,0,0-.28421.95478c.101.24.378.3174.60468.38877,1.30566.34148,2.68924.30751,3.97.7569a1.86908,1.86908,0,0,1,1.23044,1.09453,2.33831,2.33831,0,0,1-.396,2.23081,3.126,3.126,0,0,1-1.6782.90441,8.06257,8.06257,0,0,1-2.53311.10756,3.99184,3.99184,0,0,1-2.22823-.83824,2.33838,2.33838,0,0,1-.75306-1.84452.21126.21126,0,0,1,.23136-.18627c.31655-.00256.6331-.00342.94965.00043a.22185.22185,0,0,1,.22666.21939,1.43883,1.43883,0,0,0,.53544,1.01019,4.06055,4.06055,0,0,0,2.18728.39825,2.97051,2.97051,0,0,0,1.79344-.43864.99057.99057,0,0,0,.26961-.94615c-.07693-.27958-.3694-.40987-.62056-.49506-1.28892-.40772-2.688-.25978-3.96442-.72085a1.92948,1.92948,0,0,1-1.2184-1.06177,2.17473,2.17473,0,0,1,.43437-2.26264,3.50565,3.50565,0,0,1,2.17617-.87436Z\"/></svg></li><li title=\"key skeleton alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path class=\"uim-tertiary\" d=\"M6.99927,12c-2.76142,0-5,2.23858-5,5s2.23858,5,5,5s5-2.23858,5-5l0,0C11.99927,14.23858,9.76069,12,6.99927,12z M5.58453,19.41241c-0.55228,0-1-0.44772-1-1s0.44772-1,1-1s1,0.44772,1,1C6.5839,18.96444,6.13655,19.41178,5.58453,19.41241z\"/><path class=\"uim-primary\" d=\"M21.708,6.53418l-1.41454-1.41455L21.70605,3.707c0.39311-0.38783,0.39739-1.02091,0.00956-1.41403s-1.02091-0.39739-1.41403-0.00956C20.29837,2.28659,20.29517,2.28978,20.292,2.293L9.75348,12.83148c0.56147,0.37168,1.04239,0.85256,1.41412,1.414l4.88318-4.88318l1.41406,1.41407c0.39114,0.38983,1.02424,0.38877,1.41407-0.00237c0.38891-0.39021,0.38891-1.02149,0-1.4117l-1.41407-1.41406l1.41455-1.41455L20.294,7.94824c0.39296,0.38799,1.02604,0.38396,1.41403-0.009C22.09254,7.5498,22.09253,6.9236,21.708,6.53418z\"/></svg></li><li title=\"key skeleton \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path class=\"uim-tertiary\" d=\"M7,12.00049c-2.76142,0-5,2.23858-5,5s2.23858,5,5,5s5-2.23858,5-5S9.76142,12.00049,7,12.00049z M5.58527,19.4129c-0.55228,0-1-0.44772-1-1s0.44772-1,1-1s1,0.44772,1,1C6.58461,18.96491,6.13728,19.41224,5.58527,19.4129z\"/><path class=\"uim-primary\" d=\"M21.00146,4.4126L21.707,3.707c0.39398-0.38695,0.39968-1.02002,0.01273-1.414c-0.38695-0.39398-1.02002-0.39968-1.414-0.01273C20.30145,2.28448,20.2972,2.28872,20.293,2.293L9.754,12.83191c0.56146,0.37168,1.0424,0.85254,1.41418,1.41394l5.591-5.59094l2.11975,2.12048c0.39048,0.39048,1.02358,0.39049,1.41406,0.00001s0.39049-1.02358,0.00001-1.41406l-2.11978-2.12049l1.41418-1.41418l0.70557,0.70557c0.39177,0.38919,1.02486,0.38709,1.41405-0.00468C22.09439,6.1376,22.09438,5.5081,21.707,5.11816L21.00146,4.4126z\"/></svg></li><li title=\"keyhole circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M14,10a2,2,0,1,0-3,1.7226V15a1,1,0,0,0,2,0V11.7226A1.99146,1.99146,0,0,0,14,10Z\"/><path class=\"uim-tertiary\" d=\"M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm1,9.7226V15a1,1,0,0,1-2,0V11.7226a2,2,0,1,1,2,0Z\"/></svg></li><li title=\"keyhole square full \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M14,10a2,2,0,1,0-3,1.7226V15a1,1,0,0,0,2,0V11.7226A1.99146,1.99146,0,0,0,14,10Z\"/><path class=\"uim-tertiary\" d=\"M21,2H3A.99943.99943,0,0,0,2,3V21a.99943.99943,0,0,0,1,1H21a.99943.99943,0,0,0,1-1V3A.99943.99943,0,0,0,21,2Zm-8,9.7226V15a1,1,0,0,1-2,0V11.7226a2,2,0,1,1,2,0Z\"/></svg></li><li title=\"keyhole square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M14,10a2,2,0,1,0-3,1.7226V15a1,1,0,0,0,2,0V11.7226A1.99146,1.99146,0,0,0,14,10Z\"/><path class=\"uim-tertiary\" d=\"M19,2H5A3.00328,3.00328,0,0,0,2,5V19a3.00328,3.00328,0,0,0,3,3H19a3.00328,3.00328,0,0,0,3-3V5A3.00328,3.00328,0,0,0,19,2Zm-6,9.7226V15a1,1,0,0,1-2,0V11.7226a2,2,0,1,1,2,0Z\"/></svg></li><li title=\"layer group \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path class=\"uim-quaternary\" d=\"M12,14.19531c-0.17551-0.00004-0.34793-0.04618-0.5-0.13379l-9-5.19726C2.02161,8.58794,1.85779,7.97612,2.13411,7.49773C2.22187,7.34579,2.34806,7.2196,2.5,7.13184l9-5.19336c0.30964-0.17774,0.69036-0.17774,1,0l9,5.19336c0.4784,0.27632,0.64221,0.88814,0.36589,1.36653C21.77813,8.65031,21.65194,8.7765,21.5,8.86426l-9,5.19726C12.34793,14.14913,12.17551,14.19527,12,14.19531z\"/><path class=\"uim-tertiary\" d=\"M21.5,11.13184l-1.96411-1.13337L12.5,14.06152c-0.30947,0.17839-0.69053,0.17839-1,0L4.46411,9.99847L2.5,11.13184c-0.47839,0.27632-0.64221,0.88814-0.36589,1.36653C2.22187,12.65031,2.34806,12.7765,2.5,12.86426l9,5.19726c0.30947,0.17838,0.69053,0.17838,1,0l9-5.19726c0.4784-0.27632,0.64221-0.88814,0.36589-1.36653C21.77813,11.34579,21.65194,11.2196,21.5,11.13184z\"/><path class=\"uim-primary\" d=\"M21.5,15.13184l-1.96411-1.13337L12.5,18.06152c-0.30947,0.17838-0.69053,0.17838-1,0l-7.03589-4.06305L2.5,15.13184c-0.47839,0.27632-0.64221,0.88814-0.36589,1.36653C2.22187,16.65031,2.34806,16.7765,2.5,16.86426l9,5.19726c0.30947,0.17838,0.69053,0.17838,1,0l9-5.19726c0.4784-0.27632,0.64221-0.88814,0.36589-1.36653C21.77813,15.34579,21.65194,15.2196,21.5,15.13184z\"/></svg></li><li title=\"layers alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path class=\"uim-quaternary\" d=\"M21,2H9C8.44803,1.99969,8.00031,2.44689,8,2.99886C8,2.99924,8,2.99962,8,3v4h8c0.55197-0.00031,0.99969,0.44689,1,0.99886C17,7.99924,17,7.99962,17,8v8h4c0.55197,0.00031,0.99969-0.44689,1-0.99886c0-0.00038,0-0.00076,0-0.00114V3c0.00031-0.55197-0.44689-0.99969-0.99886-1C21.00076,2,21.00038,2,21,2z\"/><path class=\"uim-primary\" d=\"M3,12h8c0.55229,0,1,0.44771,1,1v8c0,0.55228-0.44771,1-1,1H3c-0.55228,0-1-0.44772-1-1v-8C2,12.44771,2.44772,12,3,12z\"/><path class=\"uim-tertiary\" d=\"M16,7H6C5.44803,6.99969,5.00031,7.44689,5,7.99886C5,7.99924,5,7.99962,5,8v4h6c0.55197-0.00031,0.99969,0.44689,1,0.99886c0,0.00038,0,0.00076,0,0.00114v6h4c0.55197,0.00031,0.99969-0.44689,1-0.99886c0-0.00038,0-0.00076,0-0.00114V8c0.00031-0.55197-0.44689-0.99969-0.99886-1C16.00076,7,16.00038,7,16,7z\"/></svg></li><li title=\"left indent alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-tertiary\" d=\"M21 19H13a1 1 0 0 1 0-2h8a1 1 0 0 1 0 2zM21 15H13a1 1 0 0 1 0-2h8a1 1 0 0 1 0 2zM21 7H13a1 1 0 0 1 0-2h8a1 1 0 0 1 0 2zM21 11H13a1 1 0 0 1 0-2h8a1 1 0 0 1 0 2z\"/><path class=\"uim-primary\" d=\"M9 19a.99974.99974 0 0 1-1-1V6a1 1 0 0 1 2 0V18A.99974.99974 0 0 1 9 19zM4.99951 14.667a.99882.99882 0 0 1-.63965-.23144l-2-1.667a1.00062 1.00062 0 0 1 0-1.5371l2-1.667a1.00023 1.00023 0 0 1 1.28028 1.53711L4.562 12l1.07813.89844A1.00006 1.00006 0 0 1 4.99951 14.667z\"/></svg></li><li title=\"left indent \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-tertiary\" d=\"M21 7H3A1 1 0 0 1 3 5H21a1 1 0 0 1 0 2zM13 11H3A1 1 0 0 1 3 9H13a1 1 0 0 1 0 2zM21 19H3a1 1 0 0 1 0-2H21a1 1 0 0 1 0 2zM13 15H3a1 1 0 0 1 0-2H13a1 1 0 0 1 0 2z\"/><path class=\"uim-primary\" d=\"M21,14.6665a.99869.99869,0,0,1-.64014-.23193l-2-1.6665a.9996.9996,0,0,1,0-1.53614l2-1.6665A.9997.9997,0,0,1,22,10.3335v3.333a.99929.99929,0,0,1-1,1Z\"/></svg></li><li title=\"line spacing \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-tertiary\" d=\"M21 8H10a1 1 0 0 1 0-2H21a1 1 0 0 1 0 2zM21 13H10a1 1 0 0 1 0-2H21a1 1 0 0 1 0 2z\"/><path class=\"uim-primary\" d=\"M4.667,18.5a.99943.99943,0,0,1-1-1V6.5a1,1,0,0,1,2,0v11A.99942.99942,0,0,1,4.667,18.5Z\"/><path class=\"uim-tertiary\" d=\"M21,18H10a1,1,0,0,1,0-2H21a1,1,0,0,1,0,2Z\"/><path class=\"uim-primary\" d=\"M6.334 9a.99676.99676 0 0 1-.76953-.36035L4.667 7.5625 3.76855 8.64062a1.00053 1.00053 0 0 1-1.5371-1.28124l1.667-2A1.00226 1.00226 0 0 1 4.667 5h0a1 1 0 0 1 .76856.36035l1.666 2A1 1 0 0 1 6.334 9zM4.667 19a1.00226 1.00226 0 0 1-.76855-.35938l-1.667-2a1.00053 1.00053 0 1 1 1.5371-1.28124L4.667 16.4375l.89746-1.07715a.99991.99991 0 0 1 1.53711 1.2793l-1.666 2A1 1 0 0 1 4.667 19z\"/></svg></li><li title=\"line \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path class=\"uim-tertiary\" d=\"M18.22272,14.27783c-0.04119,0.0598-0.08659,0.11659-0.13587,0.16992l-0.00427,0.00464c-0.24191,0.28846-0.50896,0.55486-0.798,0.79608c-2.02912,1.87555-5.369,4.10846-5.80976,3.764c-0.38324-0.29944,0.63111-1.7641-0.53912-2.00787c-0.08167-0.0094-0.16309-0.01941-0.24384-0.03089l-0.00152-0.00006v-0.00012c-3.43714-0.48828-6.0473-2.89252-6.0473-5.785C4.643,7.94354,7.92816,5.313,11.98059,5.313s7.33759,2.63055,7.33759,5.87555C19.30886,12.31185,18.92314,13.39959,18.22272,14.27783z\"/><path class=\"uim-primary\" d=\"M17.90668,2H6.09326C3.83264,2,2,3.83264,2,6.09326v11.81342C2,20.16736,3.83264,22,6.09332,22h11.81335C20.16736,22,22,20.16736,22,17.90668V6.09332C22,3.83264,20.16736,2,17.90668,2z M18.22272,14.27783c-0.0412,0.05981-0.08661,0.11658-0.13586,0.16992l-0.00427,0.00464c-0.24194,0.28845-0.50897,0.55487-0.79797,0.79608c-2.02917,1.87555-5.36902,4.10846-5.80981,3.76398c-0.38324-0.29944,0.63116-1.7641-0.53912-2.00787c-0.08167-0.0094-0.16309-0.01941-0.24384-0.03088l-0.00146-0.00006v-0.00012c-3.43719-0.48828-6.0473-2.89252-6.0473-5.78497c-0.00006-3.245,3.2851-5.87555,7.33752-5.87555s7.33759,2.63055,7.33759,5.87555C19.30884,12.31183,18.92316,13.3996,18.22272,14.27783z\"/><path class=\"uim-primary\" d=\"M9.20319,12.26538H8.13794V9.84167C8.13733,9.63057,7.96635,9.4596,7.75525,9.459H7.72333C7.51222,9.4596,7.34124,9.63058,7.34064,9.84169v2.83826c0.00059,0.21112,0.17157,0.38212,0.38269,0.38275h1.47986c0.21112-0.00063,0.3821-0.17163,0.38269-0.38275V12.648C9.58525,12.43692,9.41427,12.26597,9.20319,12.26538z M13.77545,9.45911h-0.032c-0.21109,0.00062-0.38204,0.1716-0.38263,0.38269v1.66607l-1.38316-1.85528c-0.06808-0.11938-0.19484-0.19319-0.33227-0.19348h-0.03193c-0.21112,0.00059-0.38212,0.17157-0.38275,0.38269V12.68c0.0006,0.21114,0.17161,0.38215,0.38275,0.38275h0.03193c0.21109-0.00066,0.38202-0.17166,0.38261-0.38275v-1.6972l1.39318,1.90283c0.00857,0.01332,0.01792,0.02612,0.028,0.03833l0.00006,0.00006c0.03779,0.05047,0.08961,0.08868,0.149,0.10986c0.04603,0.01906,0.09538,0.02885,0.1452,0.02881h0.03192c0.06236,0.00004,0.12376-0.0153,0.17877-0.04467c0.03575-0.01607,0.06756-0.03976,0.0932-0.0694l0.00013-0.00018c0.07081-0.0714,0.11058-0.16788,0.11065-0.26844V9.8418C14.15751,9.63071,13.98654,9.45973,13.77545,9.45911z M10.27734,9.459h0.03192c0.21139,0,0.38275,0.17136,0.38275,0.38275v2.83813c0,0.21139-0.17136,0.38275-0.38275,0.38275h-0.03192c-0.21133,0-0.38266-0.1713-0.38269-0.38263V9.84174C9.89462,9.63039,10.06594,9.45903,10.27729,9.459C10.27731,9.459,10.27732,9.459,10.27734,9.459z M16.51062,9.46582h-1.47986c-0.21111,0.0006-0.38209,0.17159-0.38269,0.38269v2.83826c0.00062,0.2111,0.17159,0.38208,0.38269,0.38269h1.47986c0.21111-0.00062,0.3821-0.17158,0.38275-0.38269v-0.032c-0.00065-0.2111-0.17165-0.38205-0.38275-0.38263h-1.06519v-0.606h1.06519c0.2111-0.00052,0.38213-0.17147,0.38275-0.38257v-0.03192c-0.00063-0.21112-0.17163-0.3821-0.38275-0.38269h-1.06519v-0.6059h1.06519c0.21112-0.00059,0.38212-0.17157,0.38275-0.38269V9.84851C16.89274,9.63739,16.72174,9.46641,16.51062,9.46582z\"/></svg></li><li title=\"link h \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M10 17H7A5 5 0 0 1 7 7h3a1 1 0 0 1 0 2H7a3 3 0 0 0 0 6h3a1 1 0 0 1 0 2zM17 17H14a1 1 0 0 1 0-2h3a3 3 0 0 0 0-6H14a1 1 0 0 1 0-2h3a5 5 0 0 1 0 10z\"/><path class=\"uim-tertiary\" d=\"M15,13H9a1,1,0,0,1,0-2h6a1,1,0,0,1,0,2Z\"/></svg></li><li title=\"linkedin alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g data-name=\"Brand Logos\"><path class=\"uim-primary\" d=\"M5.00351,7H4.97535a2.23465,2.23465,0,1,1,.05658-4.45706A2.23549,2.23549,0,1,1,5.00351,7Z\"/><rect width=\"4\" height=\"12\" x=\"3.018\" y=\"10\" class=\"uim-primary\"/><path class=\"uim-primary\" d=\"M17.51754,10a4.47251,4.47251,0,0,0-3.5,1.70343V10h-4V22h4V16.5a2,2,0,0,1,4,0V22h4V14.5A4.5,4.5,0,0,0,17.51754,10Z\"/></g></svg></li><li title=\"linkedin \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><rect width=\"3.002\" height=\"9.031\" x=\"5.086\" y=\"9.711\" class=\"uim-tertiary\"/><path class=\"uim-tertiary\" d=\"M6.58716,8.478H6.56744C5.70491,8.53002,4.96352,7.87297,4.9115,7.01043C4.85948,6.1479,5.51653,5.40651,6.37907,5.35449c0.07597-0.00458,0.15217-0.00361,0.22799,0.00289C7.46923,5.29494,8.21878,5.94323,8.28123,6.8054S7.69539,8.41712,6.83322,8.47957C6.75129,8.4855,6.66901,8.48498,6.58716,8.478z M18.91168,18.74194h-3.00152v-4.83081c0-1.21423-0.43464-2.04229-1.52057-2.04229c-0.69377,0.00404-1.31022,0.44347-1.54029,1.098c-0.07687,0.23614-0.11037,0.48423-0.09887,0.7323v5.04278H9.7489c0-0.00268,0.03937-8.18371,0.00031-9.03082h3.00152v1.28c0.55314-0.96274,1.59594-1.5378,2.70532-1.49188c1.97492,0,3.45563,1.29077,3.45563,4.06463V18.74194z\"/><path class=\"uim-primary\" d=\"M20.46814,2H3.53186C2.73077,1.99036,2.0733,2.63159,2.06293,3.43268v17.13513C2.07336,21.36884,2.73083,22.00989,3.53186,22h16.93628c0.80115,0.00995,1.45874-0.63129,1.46893-1.43243V3.43268C21.92682,2.63153,21.26929,1.99023,20.46814,2z M8.08801,18.742H5.086V9.711h3.00201V18.742z M6.83325,8.47955C6.75128,8.48547,6.66901,8.48499,6.58716,8.47803H6.56744C5.7049,8.53003,4.9635,7.87299,4.9115,7.01044s0.60504-1.60394,1.46759-1.65594c0.07593-0.00458,0.15216-0.0036,0.22797,0.00287c0.86218-0.06244,1.61169,0.58588,1.67419,1.44806C8.34369,7.66754,7.69537,8.41711,6.83325,8.47955z M18.91168,18.74194h-3.00153v-4.83081c0-1.21423-0.43463-2.0423-1.52057-2.0423c-0.69379,0.00403-1.31024,0.44348-1.54028,1.09802c-0.07684,0.23615-0.11035,0.48419-0.09888,0.7323v5.04279H9.7489c0-0.00269,0.03937-8.18372,0.00031-9.03082h3.00153v1.27997c0.55316-0.96271,1.59595-1.53778,2.70532-1.49188c1.97491,0,3.45563,1.29077,3.45563,4.06464V18.74194z\"/></svg></li><li title=\"linux \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path class=\"uim-quaternary\" d=\"M12.6 6.5c.1.1.2.1.4.2.1 0 .3.1.5.2 0 0 0 0 .1 0 .2-.3.3-.6.3-.9.1-.6-.4-1.2-1-1.2-.6.1-1 .7-1 1.3 0 0 0 .1 0 .1C12.1 6.2 12.4 6.3 12.6 6.5zM17.1 14.5c-.3-.2-.6-.2-1-.3-.2-.9-.5-1.7-.9-2.5-.6-1.2-1.1-2.4-1.4-3.7-.2.3-.5.5-.9.6-.1.1-.3.1-.4.2-.3.2-.7.4-1.1.4 0 0-.1 0-.1 0-.4 0-.7-.2-.9-.4-.1-.1-.2-.2-.3-.2-.1 0-.1-.1-.2-.1-.1 1.5-1 3.2-1.5 4.3-.3.8-.5 1.6-.5 2.4C7.1 14 7.7 12.5 8 11.9c.4-.8.4-.9.3-.8-.7 1.1-2.1 3.5-.1 4.8 2.1 1.3 2.2 2.6 1 2.5.1.2.3.4.4.5 1.2 1 2.9 1.1 4.2.3 0-.1.1-.3.1-.4h0c.1-.3.2-.7.2-1 .1-1.1.1-2.2.9-2.6.5-.2 1.2-.1 1.6.2.1.1.2.1.3.2.2.1.4.1.5.1.2 0 .4 0 .6 0C18.3 15.3 17.9 14.9 17.1 14.5zM10.2 6.8l.1-.1c.2-.3.5-.4.8-.5 0-.1 0-.1 0-.2 0-.6-.4-1.1-.8-1.1C10 5 9.7 5.5 9.7 6.1c0 .3.1.6.3.8C10.1 6.9 10.2 6.8 10.2 6.8z\"/><path class=\"uim-quaternary\" d=\"M8.5,17.4C8.5,17.4,8.5,17.5,8.5,17.4c-0.1-0.1-0.1-0.3-0.2-0.4C8.4,17.2,8.4,17.3,8.5,17.4z\"/><path class=\"uim-tertiary\" d=\"M15.4,22c-0.1,0-0.1,0-0.2,0c-0.6-0.1-1.1-0.4-1.3-1c-0.2-0.7-0.2-1.5,0.2-2.2c0.1-0.3,0.2-0.7,0.2-1c0.1-1.1,0.1-2.2,0.9-2.6c0.5-0.2,1.2-0.1,1.6,0.2c0.1,0.1,0.2,0.1,0.3,0.2c0.2,0.1,0.4,0.1,0.5,0.1c0.4-0.1,0.8,0,1.1,0.3c0.3,0.3,0.4,0.6,0.5,1c0,0.2,0.1,0.5,0.2,0.6c0.5,0.5,0.7,1,0.6,1.3c-0.1,0.5-0.6,0.7-1.1,1c-0.5,0.2-1,0.5-1.4,0.9l0,0C17,21.5,16.2,21.9,15.4,22z\"/><path class=\"uim-primary\" d=\"M17.9 15.9c-.4.5-1 .8-1.6.8-.6-.1-.8-.9-.7-1.5.1-.7.7-.7 1.5-.4C17.9 15.1 18.2 15.5 17.9 15.9zM12.6 6.6c.1.1.3.1.4.2.2-.2.2-.4.2-.6 0-.4-.2-.7-.4-.7-.2 0-.5.3-.5.7 0 .1 0 .2 0 .3C12.4 6.6 12.5 6.6 12.6 6.6zM10.4 6.8c.1-.1.2-.2.3-.3 0-.1 0-.2 0-.3 0-.3-.2-.6-.4-.5-.2 0-.3.3-.3.6C10.1 6.6 10.3 6.8 10.4 6.8z\"/><path class=\"uim-primary\" d=\"M17.3,10.8C17.3,10.8,17.3,10.8,17.3,10.8c-0.8-1.3-2-2.1-2-3.7c0-1.9,0.2-5.4-3.3-5.1C8.5,2.3,9.5,6,9.4,7.3c0,1.1-0.5,2.2-1.3,3.1c-0.1,0.1-0.2,0.3-0.3,0.4c-0.9,1.3-1.9,3-1.8,4.6c0.2-0.1,0.4-0.1,0.5-0.1c0.8,0.1,1.2,0.9,1.7,1.8c0.1,0.1,0.1,0.3,0.2,0.4c0.2,0.3,0.4,0.6,0.6,0.9c0,0,0.1,0.1,0.1,0.1c1.2,0.1,1.2-1.2-1-2.5c-2-1.3-0.6-3.7,0.1-4.8c0.1-0.1,0.1,0-0.3,0.8c-0.3,0.6-0.9,2.1-0.1,3.2c0-0.8,0.2-1.6,0.5-2.4c0.5-1,1.4-2.8,1.5-4.3C9.7,8.3,9.5,8,9.5,7.7c0-0.2,0.1-0.4,0.3-0.6C9.9,7.1,10,7,10.1,6.9C9.9,6.7,9.7,6.4,9.7,6.1C9.7,5.5,10,5,10.4,5c0.4,0,0.7,0.4,0.8,1.1c0,0.1,0,0.1,0,0.2c0.2-0.1,0.5-0.1,0.7,0c0,0,0-0.1,0-0.1c-0.1-0.6,0.3-1.2,1-1.3c0.6,0.1,1.1,0.6,1,1.2c0,0.3-0.1,0.6-0.3,0.9c0.3,0.1,0.5,0.4,0.5,0.7c0,0.2-0.1,0.3-0.2,0.5c0.4,1.3,0.8,2.5,1.4,3.7c0.4,0.8,0.7,1.6,0.9,2.5c0.3,0,0.7,0.1,1,0.3c0,0,0,0,0,0c0.3,0.2,0.6,0.3,0.8,0.5c0.1,0.1,0.1,0.2,0.2,0.2c0,0,0,0.1,0.1,0.1c0,0.1,0,0.2,0,0.3c0.1,0,0.3,0.1,0.4,0.2C19.2,14,18.2,12.1,17.3,10.8z\"/><path class=\"uim-secondary\" d=\"M11.4,8.5c-0.5,0-1-0.3-1.4-0.7c0,0-0.1-0.1-0.1-0.1c-0.1,0-0.1,0-0.1-0.1c0,0,0,0,0,0c0-0.1,0.1-0.1,0.1-0.1c0.1,0,0.1,0.1,0.3,0.2c0.3,0.4,0.7,0.6,1.2,0.6c0.5-0.1,1-0.2,1.4-0.5c0.2-0.1,0.4-0.2,0.7-0.3l0,0c0.1,0,0.1,0,0.1,0.1c0,0.1,0,0.1-0.1,0.1c-0.2,0.1-0.4,0.1-0.6,0.3C12.4,8.3,11.9,8.5,11.4,8.5z\"/><path class=\"uim-tertiary\" d=\"M13.5 6.9c-.2-.1-.3-.1-.5-.2-.1 0-.3-.1-.4-.2C12 5.9 10.9 6 10.3 6.7l-.1.1C10.2 6.8 10 7 9.8 7.1 9.6 7.3 9.5 7.5 9.5 7.7c.1.4.3.7.7.9.1.1.2.2.3.2.2.3.6.4.9.4 0 0 .1 0 .1 0 .4 0 .8-.1 1.1-.4.1-.1.2-.2.4-.2.5-.1 1-.5 1.1-1.1C14.1 7.3 13.8 7 13.5 6.9zM13.4 7.7c-.2.1-.4.1-.6.3-.4.3-.9.5-1.5.6-.5 0-1-.3-1.4-.7 0 0-.1-.1-.1-.1-.1 0-.1 0-.1-.1 0 0 0 0 0 0 0-.1.1-.1.1-.1.1 0 .1.1.3.2.3.4.7.6 1.2.6.5-.1 1-.2 1.4-.5.2-.1.4-.2.7-.3l0 0C13.5 7.5 13.5 7.5 13.4 7.7 13.5 7.6 13.5 7.7 13.4 7.7zM8.4 21.8c-.6 0-1.2-.2-1.7-.5l0 0c-.5-.2-1-.4-1.6-.4-.7-.1-1.2-.1-1.5-.6-.2-.4-.2-1 0-1.4 0-.2 0-.4 0-.7-.1-.4-.1-.7.1-1.1.2-.3.5-.6.9-.7.2 0 .4-.1.5-.3.1-.1.2-.2.2-.3.2-.5.8-.8 1.3-.8.9.1 1.4 1.1 1.9 2.2.2.3.4.6.6.9.5.7 1.1 1.3 1 2 0 .5-.3 1-.8 1.2C9.1 21.7 8.7 21.8 8.4 21.8z\"/><path class=\"uim-primary\" d=\"M13.8,19.4c-1.3,0.7-3,0.6-4.2-0.4c0.1,0.2,0.2,0.3,0.3,0.5c0,0,0,0,0,0.1c0.1,0.3,0.2,0.5,0.2,0.8c0,0.2-0.1,0.3-0.1,0.5c0,0,0,0,0,0c0.5,0,1.1-0.2,2-0.3c0.5,0,1.1,0.1,1.8,0.2C13.7,20.3,13.7,19.8,13.8,19.4z\"/></svg></li><li title=\"list ui alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M21.5 8H7.5a1 1 0 0 1 0-2h14a1 1 0 0 1 0 2zM21.5 13h-10a1 1 0 0 1 0-2h10a1 1 0 0 1 0 2zM21.5 18h-6a1 1 0 0 1 0-2h6a1 1 0 0 1 0 2z\"/><circle cx=\"3.5\" cy=\"7\" r=\"1\" class=\"uim-primary\"/><circle cx=\"7.5\" cy=\"12\" r=\"1\" class=\"uim-primary\"/><circle cx=\"11.5\" cy=\"17\" r=\"1\" class=\"uim-primary\"/></svg></li><li title=\"list ul \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M21 8H7A1 1 0 0 1 7 6H21a1 1 0 0 1 0 2zM21 13H7a1 1 0 0 1 0-2H21a1 1 0 0 1 0 2zM21 18H7a1 1 0 0 1 0-2H21a1 1 0 0 1 0 2zM3 8a.99993.99993 0 0 1-.38037-.08008A1.1515 1.1515 0 0 1 2.29 7.71a1.16213 1.16213 0 0 1-.21045-.33008.94637.94637 0 0 1 0-.75976A1.14883 1.14883 0 0 1 2.29 6.29a.99764.99764 0 0 1 1.08984-.21A1.03418 1.03418 0 0 1 3.71 6.29a1.15772 1.15772 0 0 1 .21.33008.94107.94107 0 0 1 0 .75976A1.17124 1.17124 0 0 1 3.71 7.71.99183.99183 0 0 1 3 8zM3 13a.99993.99993 0 0 1-.38037-.08008A1.1515 1.1515 0 0 1 2.29 12.71a1.16213 1.16213 0 0 1-.21045-.33008.94637.94637 0 0 1 0-.75976A1.03011 1.03011 0 0 1 2.29 11.29a1.1515 1.1515 0 0 1 .32959-.21A.9986.9986 0 0 1 3.71 11.29a1.03724 1.03724 0 0 1 .21.33008.94107.94107 0 0 1 0 .75976 1.17124 1.17124 0 0 1-.21.33008 1.15384 1.15384 0 0 1-.33008.21A.9994.9994 0 0 1 3 13zM3 18a.99993.99993 0 0 1-.38037-.08008A1.1515 1.1515 0 0 1 2.29 17.71a.99108.99108 0 0 1-.21045-1.08984A1.03011 1.03011 0 0 1 2.29 16.29a1.02673 1.02673 0 0 1 .32959-.21.99537.99537 0 0 1 .76025 0 1.03418 1.03418 0 0 1 .33008.21 1.03724 1.03724 0 0 1 .21.33008A.98919.98919 0 0 1 3.71 17.71a1.15384 1.15384 0 0 1-.33008.21A.9994.9994 0 0 1 3 18z\"/></svg></li><li title=\"lock access \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M21,10c-0.6,0-1-0.4-1-1c0,0,0,0,0,0V4h-5c-0.6,0-1-0.4-1-1s0.4-1,1-1h6c0.6,0,1,0.4,1,1c0,0,0,0,0,0v6C22,9.6,21.6,10,21,10C21,10,21,10,21,10z M3,10c-0.6,0-1-0.4-1-1c0,0,0,0,0,0V3c0-0.6,0.4-1,1-1c0,0,0,0,0,0h6c0.6,0,1,0.4,1,1S9.6,4,9,4H4v5C4,9.6,3.6,10,3,10C3,10,3,10,3,10z M9,22H3c-0.6,0-1-0.4-1-1c0,0,0,0,0,0v-6c0-0.6,0.4-1,1-1s1,0.4,1,1v5h5c0.6,0,1,0.4,1,1S9.6,22,9,22z M21,22h-6c-0.6,0-1-0.4-1-1s0.4-1,1-1h5v-5c0-0.6,0.4-1,1-1s1,0.4,1,1v6C22,21.6,21.6,22,21,22C21,22,21,22,21,22z\"/><path class=\"uim-tertiary\" d=\"M9 10h6c1.1 0 2 .9 2 2v4c0 1.1-.9 2-2 2H9c-1.1 0-2-.9-2-2v-4C7 10.9 7.9 10 9 10zM11 9c0-.6.4-1 1-1s1 .4 1 1v1h2V9c0-1.7-1.3-3-3-3S9 7.3 9 9v1h2V9z\"/></svg></li><li title=\"lock alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path class=\"uim-tertiary\" d=\"M9 7c0-1.65686 1.34314-3 3-3s3 1.34314 3 3v2h2V7c0-2.76141-2.23859-5-5-5S7 4.23859 7 7v2h2V7zM12 18c-.55214.00014-.99986-.44734-1-.99948 0-.00017 0-.00035 0-.00052v-3c0-.55229.44771-1 1-1s1 .44771 1 1v3c.00014.55214-.44734.99986-.99948 1C12.00035 18 12.00017 18 12 18z\"/><path class=\"uim-primary\" d=\"M17,9H7c-1.65686,0-3,1.34314-3,3v7c0,1.65686,1.34314,3,3,3h10c1.65686,0,3-1.34314,3-3v-7C20,10.34314,18.65686,9,17,9z M13,17c0.00012,0.55212-0.44733,0.99988-0.99945,1C12.00037,18,12.00018,18,12,18c-0.55212,0.00012-0.99988-0.44733-1-0.99945c0-0.00018,0-0.00037,0-0.00055v-3c0-0.55231,0.44769-1,1-1s1,0.44769,1,1V17z\"/></svg></li><li title=\"lock open alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path class=\"uim-tertiary\" d=\"M8 11c-.55197.00031-.99969-.44689-1-.99886C7 10.00076 7 10.00038 7 10V7c.00123-2.76266 2.24181-5.00124 5.00447-5.00001 1.32241.00059 2.59079.5248 3.52776 1.45801.63004.63581 1.08081 1.42686 1.30664 2.293.13834.53482-.18307 1.08051-.71789 1.21885-.53482.13834-1.08051-.18307-1.21885-.71789-.00025-.00099-.00051-.00197-.00076-.00296-.13577-.52074-.40662-.9964-.78516-1.3789-1.17766-1.16739-3.07871-1.15906-4.24609.01861C9.31333 5.4504 9.00065 6.2091 9 7v3c.00031.55197-.44689.99969-.99886 1C8.00076 11 8.00038 11 8 11zM13.5 14.5c0-.82843-.67157-1.5-1.5-1.5s-1.5.67157-1.5 1.5c0 .4425.19519.83618.5 1.11072V17c0 .00037 0 .00073 0 .00116C11.00031 17.5531 11.44806 18.00031 12 18c.00037 0 .00073 0 .00116 0C12.5531 17.99969 13.00031 17.55194 13 17v-1.38928C13.30481 15.33618 13.5 14.9425 13.5 14.5z\"/><path class=\"uim-primary\" d=\"M17,9H7c-1.65686,0-3,1.34314-3,3v7c0,1.65686,1.34314,3,3,3h10c1.65686,0,3-1.34314,3-3v-7C20,10.34314,18.65686,9,17,9z M13,15.61072V17c0.00031,0.55194-0.4469,0.99969-0.99884,1C12.00073,18,12.00037,18,12,18c-0.55194,0.00031-0.99969-0.4469-1-0.99884c0-0.00043,0-0.00079,0-0.00116v-1.38928c-0.30481-0.27454-0.5-0.66821-0.5-1.11072c0-0.82843,0.67157-1.5,1.5-1.5s1.5,0.67157,1.5,1.5C13.5,14.9425,13.30481,15.33618,13,15.61072z\"/></svg></li><li title=\"lock \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-tertiary\" d=\"M16,11H8a.99974.99974,0,0,1-1-1V7A5,5,0,0,1,17,7v3A.99974.99974,0,0,1,16,11ZM9,9h6V7A3,3,0,0,0,9,7Z\"/><rect width=\"16\" height=\"13\" x=\"4\" y=\"9\" class=\"uim-primary\" rx=\"3\"/></svg></li><li title=\"lottiefiles \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path class=\"uim-tertiary\" d=\"M7,18a1,1,0,0,1,0-2c1.65918,0,2.85645-2.17725,4.124-4.48193C12.61621,8.80518,14.15918,6,17,6a1,1,0,0,1,0,2c-1.65918,0-2.85645,2.17725-4.124,4.48193C11.38379,15.19482,9.84082,18,7,18Z\"/><path class=\"uim-primary\" d=\"M19,2H5A3.00328,3.00328,0,0,0,2,5V19a3.00328,3.00328,0,0,0,3,3H19a3.00328,3.00328,0,0,0,3-3V5A3.00328,3.00328,0,0,0,19,2ZM17,8c-1.65918,0-2.85645,2.17725-4.124,4.48193C11.38379,15.19482,9.84082,18,7,18a1,1,0,0,1,0-2c1.65918,0,2.85645-2.17725,4.124-4.48193C12.61621,8.80518,14.15918,6,17,6a1,1,0,0,1,0,2Z\"/></svg></li><li title=\"master card \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path class=\"uim-tertiary\" d=\"M15.273,18.72754c-3.71552,0.0003-6.72778-3.01148-6.72808-6.727s3.01148-6.72778,6.727-6.72808S21.9997,8.28394,22,11.99946c0,0.00018,0,0.00036,0,0.00054C21.99589,15.7136,18.9866,18.72313,15.273,18.72754z\"/><path class=\"uim-primary\" d=\"M8.72705,18.72754c-3.71552,0-6.72754-3.01202-6.72754-6.72754s3.01202-6.72754,6.72754-6.72754S15.45459,8.28448,15.45459,12v0C15.45072,15.71391,12.44096,18.72367,8.72705,18.72754z\"/></svg></li><li title=\"medium m \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M22,6.41668h-.791a.89762.89762,0,0,0-.709.69479v9.83021a.83938.83938,0,0,0,.709.64164H22V19.9167H14.83334V17.58332h1.50008V7.25h-.07353L12.75706,19.9167H10.04512L6.58751,7.25H6.5V17.58332H8V19.9167H2V17.58332h.76835A.841.841,0,0,0,3.5,16.94168V7.11139a.89588.89588,0,0,0-.73166-.69479H2V4.0833H9.50266L11.96593,13.25h.068L14.51976,4.0833H22V6.41668\" data-name=\"Brand Logos\"/></svg></li><li title=\"microscope \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path class=\"uim-quaternary\" d=\"M11.44141,13.60352a.99927.99927,0,0,1-.707-.293L7.19824,9.772a.99964.99964,0,0,1,0-1.41406l6.36231-6.36279a.99655.99655,0,0,1,.39062-.2417l2.1211-.70752a.99976.99976,0,0,1,1.02343.2417l2.12207,2.12158A.9997.9997,0,0,1,19.459,4.43262l-.708,2.12207a.99138.99138,0,0,1-.24121.39062l-6.36133,6.36524A.99928.99928,0,0,1,11.44141,13.60352Zm6.36132-7.36524h0Z\"/><path class=\"uim-tertiary\" d=\"M7.19824,9.772l-.00006-.00012L5.78223,11.1875a.99963.99963,0,0,0,0,1.41406l2.12207,2.1211a.99965.99965,0,0,0,1.41406,0l1.41406-1.41407Z\"/><path class=\"uim-primary\" d=\"M8,18.00537H4a1,1,0,0,1,0-2H8a1,1,0,0,1,0,2Z\"/><path class=\"uim-tertiary\" d=\"M20,23.00537H4a1,1,0,0,1,0-2H20a1,1,0,0,1,0,2Z\"/><path class=\"uim-quaternary\" d=\"M14.81573,21.00537a2.96457,2.96457,0,0,0,.18427-1,3,3,0,0,0-6,0,2.96485,2.96485,0,0,0,.18433,1Z\"/><path class=\"uim-tertiary\" d=\"M17.87256 7.58289L16.45789 8.99847A5.95544 5.95544 0 0 1 18 13.00537a6.048 6.048 0 0 1-3.45483 5.43085A2.97112 2.97112 0 0 1 15 20.00537a2.64483 2.64483 0 0 1-.03973.40765A8.04378 8.04378 0 0 0 20 13.00537 7.94487 7.94487 0 0 0 17.87256 7.58289zM9.42059 18.49921a7.03623 7.03623 0 0 1-1.09478-.55957A.98281.98281 0 0 1 8 18.00537H5.32635a8.87269 8.87269 0 0 0 3.71967 2.472 2.69006 2.69006 0 0 1-.046-.472A2.96586 2.96586 0 0 1 9.42059 18.49921z\"/></svg></li><li title=\"microsoft \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><rect width=\"9.503\" height=\"9.503\" x=\"2\" y=\"2\" class=\"uim-primary\"/><rect width=\"9.503\" height=\"9.503\" x=\"12.493\" y=\"2\" class=\"uim-primary\"/><rect width=\"9.503\" height=\"9.503\" x=\"2\" y=\"12.497\" class=\"uim-primary\"/><rect width=\"9.503\" height=\"9.503\" x=\"12.493\" y=\"12.497\" class=\"uim-primary\"/></svg></li><li title=\"minus square full \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M17,13H7a1,1,0,0,1,0-2H17a1,1,0,0,1,0,2Z\"/><path class=\"uim-tertiary\" d=\"M21,2H3A.99974.99974,0,0,0,2,3V21a.99974.99974,0,0,0,1,1H21a.99974.99974,0,0,0,1-1V3A.99974.99974,0,0,0,21,2ZM17,13H7a1,1,0,0,1,0-2H17a1,1,0,0,1,0,2Z\"/></svg></li><li title=\"multiply \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M7,18a1,1,0,0,1-.707-1.707l10-10A.99989.99989,0,0,1,17.707,7.707l-10,10A.99676.99676,0,0,1,7,18Z\"/><path class=\"uim-primary\" d=\"M17,18a.99676.99676,0,0,1-.707-.293l-10-10A.99989.99989,0,0,1,7.707,6.293l10,10A1,1,0,0,1,17,18Z\"/></svg></li><li title=\"object group \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path class=\"uim-tertiary\" d=\"M11,10h5c0.55228,0,1,0.44771,1,1v5c0,0.55228-0.44772,1-1,1h-5c-0.55229,0-1-0.44772-1-1v-5C10,10.44771,10.44771,10,11,10z\"/><path class=\"uim-primary\" d=\"M10 11c0-.55231.44769-1 1-1h3V8c0-.55231-.44769-1-1-1H8C7.44769 7 7 7.44769 7 8v5c0 .55231.44769 1 1 1h2V11zM4 22c-1.10457 0-2-.89543-2-2s.89543-2 2-2 2 .89543 2 2C5.99857 21.10398 5.10398 21.99857 4 22zM4 6C2.89543 6 2 5.10457 2 4s.89543-2 2-2 2 .89543 2 2C5.99857 5.10398 5.10398 5.99857 4 6zM20 6c-1.10457 0-2-.89543-2-2s.89543-2 2-2 2 .89543 2 2C21.99857 5.10398 21.10398 5.99857 20 6zM20 22c-1.10457 0-2-.89543-2-2s.89543-2 2-2 2 .89543 2 2C21.99857 21.10398 21.10398 21.99857 20 22z\"/><path class=\"uim-quaternary\" d=\"M18.27832,5c-0.37109-0.61503-0.37109-1.38497,0-2H5.72168c0.37109,0.61503,0.37109,1.38497,0,2H18.27832z M20,18c0.35218,0.00201,0.69742,0.0981,1,0.27832V5.72168c-0.61502,0.37109-1.38498,0.37109-2,0v12.55664C19.30258,18.0981,19.64782,18.00201,20,18z M4,18c0.35218,0.00201,0.69742,0.0981,1,0.27832V5.72168c-0.61503,0.37109-1.38497,0.37109-2,0v12.55664C3.30258,18.0981,3.64782,18.00201,4,18z M18.27832,19H5.72168c0.37109,0.61502,0.37109,1.38498,0,2h12.55664C17.90723,20.38498,17.90723,19.61502,18.27832,19z\"/></svg></li><li title=\"object ungroup \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path class=\"uim-tertiary\" d=\"M4,16c-1.10457,0-2-0.89543-2-2s0.89543-2,2-2s2,0.89543,2,2C5.99857,15.10398,5.10398,15.99857,4,16z M4,13.998L4,13.998z M4,6C2.89543,6,2,5.10457,2,4s0.89543-2,2-2s2,0.89543,2,2C5.99857,5.10398,5.10398,5.99857,4,6z M4,3.99805L4,3.99805z M14,6c-1.10457,0-2-0.89543-2-2s0.89543-2,2-2s2,0.89543,2,2C15.99857,5.10398,15.10398,5.99857,14,6z M14,3.99805L14,3.99805z M14,16c-1.10457,0-2-0.89543-2-2s0.89543-2,2-2s2,0.89543,2,2C15.99857,15.10398,15.10398,15.99857,14,16z M14,13.998L14,13.998z\"/><path class=\"uim-primary\" d=\"M10,22c-1.10457,0-2-0.89543-2-2s0.89543-2,2-2s2,0.89543,2,2C11.99857,21.10398,11.10398,21.99857,10,22z M10,19.998L10,19.998z M10,12c-1.10457,0-2-0.89543-2-2s0.89543-2,2-2s2,0.89543,2,2C11.99857,11.10398,11.10398,11.99857,10,12z M10,9.998L10,9.998z M20,12c-1.10457,0-2-0.89543-2-2s0.89543-2,2-2s2,0.89543,2,2C21.99857,11.10398,21.10398,11.99857,20,12z M20,9.998L20,9.998z M20,22c-1.10457,0-2-0.89543-2-2s0.89543-2,2-2s2,0.89543,2,2C21.99857,21.10398,21.10398,21.99857,20,22z M20,19.998L20,19.998z\"/><path class=\"uim-quaternary\" d=\"M12.27832,5c-0.37109-0.61503-0.37109-1.38497,0-2H5.72168c0.37109,0.61503,0.37109,1.38497,0,2H12.27832z M4,12c0.35218,0.00201,0.69742,0.0981,1,0.27832V5.72168c-0.61503,0.37109-1.38497,0.37109-2,0v6.55664C3.30258,12.0981,3.64782,12.00201,4,12z\"/><path class=\"uim-tertiary\" d=\"M20,18c0.35218,0.00201,0.69742,0.0981,1,0.27832v-6.55664c-0.61502,0.37109-1.38498,0.37109-2,0v6.55664C19.30258,18.0981,19.64782,18.00201,20,18z M10,18c0.35218,0.00201,0.69742,0.0981,1,0.27832v-6.55664c-0.61503,0.37109-1.38497,0.37109-2,0v6.55664C9.30258,18.0981,9.64782,18.00201,10,18z\"/><path class=\"uim-quaternary\" d=\"M12.27832,13H11v2h1.27832C11.90723,14.38497,11.90723,13.61503,12.27832,13z M9,15v-2H5.72168c0.37109,0.61503,0.37109,1.38497,0,2H9z\"/><path class=\"uim-tertiary\" d=\"M18.27832,19h-6.55664c0.37109,0.61502,0.37109,1.38498,0,2h6.55664C17.90723,20.38498,17.90723,19.61502,18.27832,19z M18.27832,11c-0.37109-0.61503-0.37109-1.38497,0-2h-6.55664c0.37109,0.61503,0.37109,1.38497,0,2H18.27832z\"/><path class=\"uim-quaternary\" d=\"M15,9V5.72168c-0.61503,0.37109-1.38497,0.37109-2,0V9H15z M13,11v1.27832c0.61503-0.37109,1.38497-0.37109,2,0V11H13z\"/></svg></li><li title=\"okta \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M11.9984,2a10,10,0,1,0,10,10A9.99489,9.99489,0,0,0,11.9984,2Zm0,15.00994A5.00994,5.00994,0,1,1,17.00834,12,5.01442,5.01442,0,0,1,11.9984,17.00994Z\"/></svg></li><li title=\"opera alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M11.99628,2c-5.462,0-9.278,3.95813-9.278,9.899C2.71832,17.1889,6.4295,22,12.00378,22c5.56678,0,9.2779-4.8186,9.2779-10.101C21.28168,5.95813,17.45831,2,11.99628,2Zm-.0011,16c-2.39575,0-2.65967-3.53564-2.65967-6.14252v-.05273C9.33551,8.98682,9.75769,6,11.97937,6s2.67017,3.07648,2.67017,5.89441C14.64954,14.50128,14.39093,18,11.99518,18Z\"/></svg></li><li title=\"opera \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M11.9963,2c-5.462,0-9.278,3.95814-9.278,9.899,0,5.28991,3.7112,10.101,9.28549,10.101,5.56676,0,9.27787-4.81857,9.27787-10.101C21.28168,5.95814,17.45831,2,11.9963,2Zm0,18.38381c-3.39693,0-3.77107-5.01309-3.77107-8.7093V11.5997c0-3.99549.59858-8.23042,3.74864-8.23042s3.786,4.3621,3.786,8.3576C15.75987,15.42311,15.39318,20.38381,11.9963,20.38381Z\"/></svg></li><li title=\"padlock \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path class=\"uim-tertiary\" d=\"M9 7c0-1.7 1.3-3 3-3s3 1.3 3 3v2h2V7c0-2.8-2.2-5-5-5S7 4.2 7 7v2h2V7zM13.5 14.5c0-.8-.7-1.5-1.5-1.5s-1.5.7-1.5 1.5c0 .4.2.8.5 1.1V17c0 0 0 0 0 0 0 .6.4 1 1 1 0 0 0 0 0 0 .6 0 1-.4 1-1v-1.4C13.3 15.3 13.5 14.9 13.5 14.5z\"/><path class=\"uim-primary\" d=\"M17,9H7c-1.7,0-3,1.3-3,3v7c0,1.7,1.3,3,3,3h10c1.7,0,3-1.3,3-3v-7C20,10.3,18.7,9,17,9z M13,15.6V17c0,0.6-0.4,1-1,1c0,0,0,0,0,0c-0.6,0-1-0.4-1-1c0,0,0,0,0,0v-1.4c-0.3-0.3-0.5-0.7-0.5-1.1c0-0.8,0.7-1.5,1.5-1.5s1.5,0.7,1.5,1.5C13.5,14.9,13.3,15.3,13,15.6z\"/></svg></li><li title=\"pagelines \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M15.09924,14.0062a10.74309,10.74309,0,0,1-.89443,2.27471,3.53764,3.53764,0,0,1,1.36011-.45561c1.95673-.20979,3.74981,1.543,3.74981,1.543s-1.38028,2.09178-3.34034,2.29822a4.95387,4.95387,0,0,1-3.33612-1.19315A10.786,10.786,0,0,1,4.67049,22a.6721.6721,0,0,1,0-1.3442,9.41858,9.41858,0,0,0,5.84407-2.03222,3.74482,3.74482,0,0,1-1.73431-.24249c-1.81577-.7602-2.53651-3.16246-2.53651-3.16246s2.21512-1.16713,4.02836-.40358a4.39386,4.39386,0,0,1,2.01209,1.98021,9.43224,9.43224,0,0,0,1.45828-2.90065,4.72021,4.72021,0,0,1-3.25807-.07551c-1.773-.85249-2.37627-3.28414-2.37627-3.28414s2.27474-1.05554,4.04849-.203a4.39566,4.39566,0,0,1,1.9005,2.05823,9.3233,9.3233,0,0,0,.07551-1.0094,6.81851,6.81851,0,0,1-2.5172-4.03171C11.26805,4.58263,13.70974,2,13.70974,2S16.71192,3.90132,17.056,6.66437A6.99255,6.99255,0,0,1,15.47345,11.39a8.957,8.957,0,0,1-.05956.99009,4.20594,4.20594,0,0,1,1.69829-1.82242c1.75029-.90454,4.05437.08555,4.05437.08555s-.53113,2.4484-2.28142,3.34958a5.15363,5.15363,0,0,1-3.78589.01342Zm0,0\"/></svg></li><li title=\"pagerduty \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><rect width=\"2.93\" height=\"5.327\" x=\"6\" y=\"16.673\" class=\"uim-primary\"/><path class=\"uim-primary\" d=\"M17.03363,2.9765C15.461,2.13947,14.3703,2,11.79584,2H6V14.12427h5.77045c2.29547,0,4.00763-.13953,5.51678-1.14142A5.769,5.769,0,0,0,19.78564,7.986,5.48737,5.48737,0,0,0,17.03363,2.9765Zm-4.591,8.61133h-3.513v-6.988l3.31006-.02539c3.01837-.038,4.52758,1.02729,4.52758,3.43695C16.76727,10.59857,14.903,11.58783,12.44263,11.58783Z\"/></svg></li><li title=\"paperclip \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M8.8916,21.85352A6.25,6.25,0,0,1,4.47168,11.18457l7.95508-7.95508A4.49986,4.49986,0,0,1,18.791,9.59277L11.89648,16.4873a2.8164,2.8164,0,0,1-3.88964,0,2.75018,2.75018,0,0,1,.001-3.88867l5.126-5.12695a.99989.99989,0,1,1,1.41406,1.41406l-5.126,5.127a.74971.74971,0,0,0,0,1.06054.76811.76811,0,0,0,1.06054,0L17.377,8.17871a2.50263,2.50263,0,0,0,0-3.53516,2.5591,2.5591,0,0,0-3.53613,0L5.88574,12.59863a4.24989,4.24989,0,1,0,6.01074,6.00977l6.1875-6.18652a.99989.99989,0,1,1,1.41407,1.41406l-6.1875,6.18652A6.20551,6.20551,0,0,1,8.8916,21.85352Z\"/></svg></li><li title=\"paragraph \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M13 15.5H3a1 1 0 0 1 0-2H13a1 1 0 0 1 0 2zM21 10.5H3a1 1 0 0 1 0-2H21a1 1 0 0 1 0 2z\"/></svg></li><li title=\"paypal \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path class=\"uim-tertiary\" d=\"M8.88188,19.94c-0.07709,0.48569-0.49587,0.84325-0.98764,0.84325H4.06249c-0.84674,0.00182-1.53463-0.68312-1.53646-1.52986c-0.00018-0.08553,0.00679-0.17093,0.02085-0.25529L5.13672,2.5918C5.28397,1.67638,6.07281,1.00247,7,1h6.21387c2.56054,0,4.4082,0.62012,5.49218,1.84277c1.04665,1.20585,1.44867,2.8419,1.08008,4.39551c-0.02148,0.13477-0.043,0.27051-0.07519,0.418c-0.82324,4.21777-3.65528,6.457-8.18555,6.457H9.80664L8.88188,19.94z M4.52246,19.31157l-0.00195,0.00684L4.52246,19.31157z M7.11328,2.89657l-0.001,0.002L7.11328,2.89657z\"/><path class=\"uim-primary\" d=\"M20.43652,7.10449c-0.16614-0.18597-0.34869-0.35577-0.54498-0.508c-0.02191,0.2146-0.05493,0.42896-0.10541,0.64178c-0.02148,0.13477-0.04303,0.27051-0.0752,0.41797c-0.82324,4.21777-3.65527,6.45703-8.18555,6.45703H9.80664L8.8819,19.94c-0.07709,0.48572-0.49591,0.84326-0.98767,0.84326H6.72656l-0.08203,0.52045c-0.01196,0.07568-0.01801,0.15222-0.01807,0.22888C6.62616,22.34271,7.28265,22.99969,8.09277,23h3.23438c0.86566,0.00732,1.60815-0.61591,1.75104-1.46973l0.64062-4.03125l0.01074-0.05463h0.29883c4.03223,0,6.55078-1.99323,7.28516-5.76276C21.76788,10.10339,21.44214,8.40308,20.43652,7.10449z\"/></svg></li><li title=\"pentagon \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M17.56249,21.55957H6.43749a1,1,0,0,1-.95116-.69141L2.04883,10.28809A.99881.99881,0,0,1,2.41211,9.1709l9-6.53906a.99648.99648,0,0,1,1.17578,0l9,6.53906a.99881.99881,0,0,1,.36328,1.11719l-3.4375,10.58007A1,1,0,0,1,17.56249,21.55957Z\"/></svg></li><li title=\"plus square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M17,11H13V7a1,1,0,0,0-2,0v4H7a1,1,0,0,0,0,2h4v4a1,1,0,0,0,2,0V13h4a1,1,0,0,0,0-2Z\"/><path class=\"uim-tertiary\" d=\"M21,2H3A.99974.99974,0,0,0,2,3V21a.99974.99974,0,0,0,1,1H21a.99974.99974,0,0,0,1-1V3A.99974.99974,0,0,0,21,2ZM17,13H13v4a1,1,0,0,1-2,0V13H7a1,1,0,0,1,0-2h4V7a1,1,0,0,1,2,0v4h4a1,1,0,0,1,0,2Z\"/></svg></li><li title=\"polygon \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M16.5,20.794h-9a.99983.99983,0,0,1-.86621-.5L2.13379,12.5a1.002,1.002,0,0,1,0-1l4.5-7.79395a.99983.99983,0,0,1,.86621-.5h9a.99987.99987,0,0,1,.86621.5l4.5,7.794a1.002,1.002,0,0,1,0,1l-4.5,7.79395A.99987.99987,0,0,1,16.5,20.794Z\"/></svg></li><li title=\"previous \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M16 17a.99676.99676 0 0 1-.707-.293l-4-4a.99962.99962 0 0 1 0-1.41406l4-4A.99989.99989 0 0 1 16.707 8.707L13.41406 12l3.293 3.293A1 1 0 0 1 16 17zM8 17a1 1 0 0 1-1-1V8A1 1 0 0 1 9 8v8A1 1 0 0 1 8 17z\"/></svg></li><li title=\"process \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M8.625,8.5h-4.5a.99943.99943,0,0,1-1-1V3a1,1,0,0,1,2,0V6.5h3.5a1,1,0,0,1,0,2Z\"/><path class=\"uim-primary\" d=\"M21 13a.99943.99943 0 0 1-1-1A7.995 7.995 0 0 0 5.0791 8.001.99981.99981 0 0 1 3.34863 6.999 9.99473 9.99473 0 0 1 22 12 .99943.99943 0 0 1 21 13zM19.875 22a.99943.99943 0 0 1-1-1V17.5h-3.5a1 1 0 0 1 0-2h4.5a.99943.99943 0 0 1 1 1V21A.99943.99943 0 0 1 19.875 22z\"/><path class=\"uim-primary\" d=\"M12,22A10.01177,10.01177,0,0,1,2,12a1,1,0,0,1,2,0,7.995,7.995,0,0,0,14.9209,3.999.99981.99981,0,0,1,1.73047,1.002A10.03228,10.03228,0,0,1,12,22Z\"/></svg></li><li title=\"react \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M19.10767,12.37561q-.17587-.201-.37116-.40308.13641-.14337.264-.28649c1.60583-1.80427,2.28357-3.61371,1.65558-4.70154-.60217-1.043-2.39343-1.35382-4.63593-.91779q-.33132.06482-.659.14624-.06272-.21624-.13343-.43C14.467,3.49042,13.2381,1.99921,11.98206,2,10.77765,2.00055,9.61359,3.39709,8.871,5.5575q-.10959.31969-.20276.64471-.21908-.05375-.44-.0993c-2.366-.48578-4.27167-.16584-4.89844.9226-.601,1.04376.02753,2.74982,1.52851,4.47211q.22329.25562.45922.49976c-.18542.191-.361.38189-.52465.57171-1.4646,1.698-2.05719,3.37616-1.45716,4.41541.61969,1.07348,2.49854,1.42437,4.7854.97436q.278-.05511.55292-.124.10071.35156.22095.697c.73932,2.11706,1.89685,3.46863,3.097,3.4682,1.23944-.00073,2.48194-1.45288,3.23474-3.65875.05945-.17432.11573-.35535.16907-.54175q.35514.08835.71485.1568c2.20336.41687,3.95251.089,4.55145-.951C21.28058,15.93109,20.64288,14.12933,19.10767,12.37561ZM4.07019,7.45184c.38586-.67,1.94324-.93139,3.98608-.512q.19584.04027.39838.09a20.464,20.464,0,0,0-.42126,2.67767,20.88659,20.88659,0,0,0-2.10389,1.6936q-.21945-.22695-.42718-.4649l.00006.00006C4.21631,9.46057,3.708,8.08081,4.07019,7.45184Zm3.88666,5.72809c-.51056-.3866-.98505-.78265-1.41571-1.181.43036-.39587.90515-.79059,1.41467-1.17615q-.0275.58915-.02722,1.1792Q7.929,12.59117,7.95685,13.17993Zm-.00061,3.94061a7.23675,7.23675,0,0,1-2.63971.09314,1.766,1.766,0,0,1-1.241-.65631c-.36407-.63067.11176-1.978,1.36432-3.43023q.23621-.273.48791-.53174a20.49026,20.49026,0,0,0,2.10712,1.70007,20.80226,20.80226,0,0,0,.42621,2.712Q8.21011,17.07023,7.95624,17.12054Zm7.10113-8.03936q-.50309-.317-1.01861-.61365-.5073-.292-1.0268-.56207c.593-.24933,1.17591-.46228,1.73865-.63581A18.21775,18.21775,0,0,1,15.05737,9.08118ZM9.679,5.83521c.63623-1.85114,1.57763-2.98053,2.30352-2.98084.77308-.00037,1.77753,1.21826,2.43433,3.19763q.064.19355.121.38928a20.478,20.478,0,0,0-2.52716.9712,20.06145,20.06145,0,0,0-2.519-.98194Q9.578,6.13062,9.679,5.83521ZM9.27863,7.259a18.30717,18.30717,0,0,1,1.72967.642Q9.95746,8.4433,8.96094,9.0824C9.0412,8.4444,9.148,7.83313,9.27863,7.259ZM8.9624,14.91968q.49695.31813,1.00843.61273.52174.30039,1.05737.57556a18.19577,18.19577,0,0,1-1.74445.66492C9.15161,16.1908,9.04364,15.56879,8.9624,14.91968Zm5.45569,3.14551A7.23556,7.23556,0,0,1,13.18,20.39844l-.00006.00006a1.76585,1.76585,0,0,1-1.18841.747c-.72821.00042-1.65766-1.085-2.28992-2.89545q-.11169-.32108-.20551-.648a20.10863,20.10863,0,0,0,2.52918-1.0097,20.79976,20.79976,0,0,0,2.54736.97851Q14.50141,17.81983,14.41809,18.06519Zm.36224-1.32422c-.56921-.176-1.16058-.39252-1.76214-.64551q.50867-.2677,1.02472-.56543.52955-.30579,1.0321-.62689A18.1524,18.1524,0,0,1,14.78033,16.741Zm.44629-4.74268q.00111.91095-.05688,1.82044c-.49268.33343-1.01282.659-1.554.97143-.53894.31116-1.07293.59711-1.59674.8559q-.82682-.39624-1.62176-.854-.79047-.455-1.54468-.969-.06894-.90921-.06946-1.82172l.00012.00019q-.00063-.91187.06794-1.82184c.49255-.33637,1.00891-.66168,1.54278-.96991.53632-.30969,1.077-.59442,1.61469-.85248q.81664.39688,1.60382.85065.78992.454,1.549.95868.06519.91443.06524,1.83166Zm.95673-5.09283c1.92133-.37372,3.37-.12232,3.73291.50622.3866.66962-.16748,2.1485-1.55383,3.70636l-.00006.00006q-.1149.12891-.23841.25891A20.06118,20.06118,0,0,0,15.98,9.68915a20.04054,20.04054,0,0,0-.40546-2.64893Q15.88486,6.96387,16.18335,6.90546Zm-.12988,3.8847A18.16447,18.16447,0,0,1,17.51483,11.978a18.11912,18.11912,0,0,1-1.45672,1.20831q.02325-.59391.02288-1.18842Q16.08072,11.39389,16.05347,10.79016Zm3.8681,5.78876c-.36346.63116-1.76788.89435-3.65222.53784q-.32391-.06115-.66474-.14557a20.069,20.069,0,0,0,.38746-2.68176,19.93914,19.93914,0,0,0,2.13708-1.71588q.17643.18329.33563.36487v-.00007a7.23437,7.23437,0,0,1,1.40308,2.23792A1.76563,1.76563,0,0,1,19.92157,16.57892Zm-8.8186-6.141a1.78593,1.78593,0,1,0,2.43957.65362A1.786,1.786,0,0,0,11.103,10.43793Z\"/></svg></li><li title=\"record audio \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"6\" class=\"uim-tertiary\"/><path class=\"uim-primary\" d=\"M12,2A10,10,0,1,0,22,12,10.01146,10.01146,0,0,0,12,2Zm0,16a6,6,0,1,1,6-6A6.00687,6.00687,0,0,1,12,18Z\"/></svg></li><li title=\"reddit alien alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path class=\"uim-tertiary\" d=\"M18.89258,7c-1.66233-0.00793-3.00447-1.36011-3-3.02246c0.0124-1.65692,1.36566-2.99007,3.02258-2.97767c1.63067,0.0122,2.95301,1.32467,2.97742,2.95521v0.02246C21.89705,5.63989,20.55491,6.99207,18.89258,7z M11.7998,23c-6.168,0-11-3.0752-11-7s4.832-7,11-7s11,3.0752,11,7S17.96777,23,11.7998,23z\"/><path class=\"uim-quaternary\" d=\"M20.49896 8.29218c-1.63556-.69507-3.47937-.14093-4.49719 1.22247 2.95215.75647 5.22406 2.29492 6.22827 4.23462.09949-.16132.19427-.32599.26874-.50116C23.31506 11.32733 22.41974 9.10846 20.49896 8.29218zM11.7998 9c.39105 0 .77649.01288 1.15594.03705l.85577-5.70508 2.08734.70984c-.00043-.02191-.00635-.0423-.00629-.06427.00519-.69354.25482-1.32227.65375-1.82739l-3.22406-1.09644c-.05725-.01959-.11621-.03394-.17609-.04291-.54572-.08136-1.05408.29504-1.13544.84076l-1.07648 7.17542C11.22058 9.01337 11.50714 9 11.7998 9zM7.59216 9.51593C7.50409 9.39874 7.41998 9.27838 7.31854 9.17188 5.87958 7.66144 3.48859 7.60345 1.97809 9.04242c-1.31464 1.25244-1.52649 3.2251-.61121 4.71161C2.36908 11.81329 4.64032 10.2735 7.59216 9.51593z\"/><path class=\"uim-primary\" d=\"M11.8418,19.5c-1.37306,0.12061-2.73663-0.31854-3.78125-1.21777c-0.39048-0.39102-0.39005-1.02455,0.00097-1.41504s1.02455-0.39005,1.41504,0.00097c0.68126,0.49982,1.52549,0.72535,2.36525,0.63184c0.84081,0.09332,1.68601-0.13252,2.3682-0.63281c0.39016-0.39134,1.02369-0.3923,1.41503-0.00214c0.39134,0.39016,0.3923,1.02369,0.00214,1.41503c-0.00103,0.00104-0.00207,0.00208-0.00311,0.00311C14.5785,19.18138,13.21495,19.62005,11.8418,19.5z M10,14.00207c0.00017-0.55229-0.4474-1.00014-0.99969-1.00031C8.44802,13.00159,8.00017,13.44917,8,14.00145c-0.00017,0.55229,0.44741,1.00014,0.99969,1.00031c0.00021,0,0.00041,0,0.00062,0C9.55208,15.00093,9.99917,14.55384,10,14.00207z M16,14.00207c0.00017-0.55229-0.4474-1.00014-0.99969-1.00031C14.44802,13.00159,14.00017,13.44917,14,14.00145c-0.00017,0.55229,0.44741,1.00014,0.99969,1.00031c0.00021,0,0.00041,0,0.00062,0C15.55208,15.00093,15.99917,14.55384,16,14.00207z\"/></svg></li><li title=\"redo \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M19.875,8.5h-4.5a1,1,0,0,1,0-2h3.5V3a1,1,0,0,1,2,0V7.5A.99974.99974,0,0,1,19.875,8.5Z\"/><path class=\"uim-primary\" d=\"M12,22A10,10,0,1,1,20.65137,6.999.99981.99981,0,0,1,18.9209,8.001,7.98928,7.98928,0,1,0,20,12a1,1,0,0,1,2,0A10.01146,10.01146,0,0,1,12,22Z\"/></svg></li><li title=\"refresh \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"3\" class=\"uim-primary\"/><path class=\"uim-tertiary\" d=\"M12 2A10.01617 10.01617 0 0 0 4.99982 4.87744V3a1 1 0 1 0-2 0V7.5a.99942.99942 0 0 0 1 1h4.5a1 1 0 0 0 0-2H6.21838A7.98053 7.98053 0 0 1 20 12a1 1 0 0 0 2 0A10.01177 10.01177 0 0 0 12 2zM19.98859 15.5h-4.5a1 1 0 0 0 0 2h2.29309A7.98057 7.98057 0 0 1 4 12a1 1 0 0 0-2 0 9.98559 9.98559 0 0 0 16.98859 7.13269V21a1 1 0 0 0 2 0V16.5A.99943.99943 0 0 0 19.98859 15.5z\"/></svg></li><li title=\"repeat \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path class=\"uim-tertiary\" d=\"M11.4978,22c-0.26527,0.0003-0.51971-0.10515-0.707-0.293l-2.5-2.5c-0.39048-0.39029-0.39064-1.02322-0.00036-1.4137c0.00012-0.00012,0.00024-0.00024,0.00036-0.00036l2.5-2.5c0.39214-0.38882,1.02523-0.38613,1.41405,0.00601c0.38649,0.38979,0.38648,1.01827-0.00002,1.40805l-1.793,1.793l1.793,1.793c0.39047,0.39058,0.39037,1.02375-0.00021,1.41421C12.01713,21.89464,11.7629,21.99995,11.4978,22z\"/><path class=\"uim-tertiary\" d=\"M21,4.5h-2c-0.55228,0-1,0.44772-1,1s0.44772,1,1,1h1v11h-8.58813l-1,1l1,1H21c0.55214,0.00014,0.99986-0.44734,1-0.99948c0-0.00017,0-0.00035,0-0.00052v-13c0.00014-0.55214-0.44734-0.99986-0.99948-1C21.00035,4.5,21.00017,4.5,21,4.5z\"/><path class=\"uim-primary\" d=\"M12.5,2c0.26527-0.0003,0.51971,0.10515,0.707,0.293l2.5,2.5c0.39048,0.39027,0.39065,1.02319,0.00038,1.41368C15.70726,6.2068,15.70713,6.20693,15.707,6.20706l-2.5,2.5c-0.39296,0.38799-1.02604,0.38396-1.41403-0.009C11.40846,8.30862,11.40847,7.68242,11.793,7.293L13.586,5.5l-1.793-1.793c-0.39047-0.39058-0.39037-1.02375,0.00021-1.41421C11.98069,2.10537,12.23491,2.00006,12.5,2z\"/><path class=\"uim-primary\" d=\"M5,17.5H4v-11h8.58594l1-1l-1-1H3C2.44786,4.49986,2.00014,4.94734,2,5.49948C2,5.49965,2,5.49983,2,5.5v13c-0.00014,0.55214,0.44734,0.99986,0.99948,1c0.00017,0,0.00035,0,0.00052,0h2c0.55228,0,1-0.44772,1-1S5.55228,17.5,5,17.5z\"/></svg></li><li title=\"right indent alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-tertiary\" d=\"M21 19H13a1 1 0 0 1 0-2h8a1 1 0 0 1 0 2zM21 15H13a1 1 0 0 1 0-2h8a1 1 0 0 1 0 2zM21 7H13a1 1 0 0 1 0-2h8a1 1 0 0 1 0 2zM21 11H13a1 1 0 0 1 0-2h8a1 1 0 0 1 0 2z\"/><path class=\"uim-primary\" d=\"M9 19a.99974.99974 0 0 1-1-1V6a1 1 0 0 1 2 0V18A.99974.99974 0 0 1 9 19zM3.00049 14.667a1.00006 1.00006 0 0 1-.64063-1.76855L3.438 12l-1.07813-.89844A1.00023 1.00023 0 0 1 3.64014 9.56445l2 1.667a1.00062 1.00062 0 0 1 0 1.5371l-2 1.667A.99882.99882 0 0 1 3.00049 14.667z\"/></svg></li><li title=\"rocket \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M17.73657 14.62189l-2.426 2.23065a11.60327 11.60327 0 0 1-4.29847 2.36987l.64368 3.00318a1.0003 1.0003 0 0 0 1.46924.66162l3.90527-2.20264a3.03526 3.03526 0 0 0 1.375-3.30371zM7.26562 8.77588L9.35431 6.296l-2.6048-.62848A2.77711 2.77711 0 0 0 3.36279 7.0249L1.1626 10.9248A.99989.99989 0 0 0 1.82422 12.394l3.07275.65869A12.88652 12.88652 0 0 1 7.26562 8.77588zM16.73373 8.81626a1.5 1.5 0 1 0-1.5-1.5A1.50055 1.50055 0 0 0 16.73373 8.81626z\"/><path class=\"uim-tertiary\" d=\"M22.60107,2.062a1.00088,1.00088,0,0,0-.71289-.71289A11.24875,11.24875,0,0,0,10.46924,4.97217L7.26562,8.77588A12.93634,12.93634,0,0,0,4.3418,15.48682a1.00031,1.00031,0,0,0,.28466.83642l3.1001,3.1001a.99941.99941,0,0,0,.707.293c.02881,0,.05762-.00147.08692-.00391a11.84707,11.84707,0,0,0,6.79-2.85986l3.66308-3.36816A11.20387,11.20387,0,0,0,22.60107,2.062ZM16.7337,8.81622a1.5,1.5,0,1,1,1.5-1.5A1.50054,1.50054,0,0,1,16.7337,8.81622Z\"/></svg></li><li title=\"ruler combined \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M14 10H12V7a1 1 0 0 1 1-1h0a1 1 0 0 1 1 1zM9 6A1 1 0 0 0 8 7V8H7a1 1 0 0 0 0 2h3V7A1 1 0 0 0 9 6zM10 12v2H7a1 1 0 0 1-1-1H6a1 1 0 0 1 1-1z\"/><path class=\"uim-primary\" d=\"M10,12v2H7a1,1,0,0,1-1-1H6a1,1,0,0,1,1-1Z\"/><path class=\"uim-tertiary\" d=\"M21,2H3A.99974.99974,0,0,0,2,3V21a.99974.99974,0,0,0,1,1H9a.99974.99974,0,0,0,1-1V18H7a1,1,0,0,1,0-2h3V14H7a1,1,0,0,1,0-2h3V10H7A1,1,0,0,1,7,8H8V7a1,1,0,0,1,2,0v3h2V7a1,1,0,0,1,2,0v3h2V7a1,1,0,0,1,2,0v3h3a.99974.99974,0,0,0,1-1V3A.99974.99974,0,0,0,21,2Z\"/><path class=\"uim-primary\" d=\"M10 16v2H7a1 1 0 0 1-1-1H6a1 1 0 0 1 1-1zM18 10H16V7a1 1 0 0 1 1-1h0a1 1 0 0 1 1 1z\"/></svg></li><li title=\"ruler \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M10.5859 20.48539L7.05036 16.94986a1 1 0 0 1 0-1.41421h0a1 1 0 0 1 1.41422 0l3.53553 3.53553zM13.41433 17.657L11.293 15.53564a1 1 0 0 1 0-1.41421h0a1 1 0 0 1 1.41421 0l2.12132 2.12132zM16.24275 14.82854L12.70722 11.293a1 1 0 0 1 0-1.41421h0a1 1 0 0 1 1.41421 0L17.657 13.41432zM19.07118 12.00011L16.94986 9.87879a1 1 0 0 1 0-1.41421h0a1 1 0 0 1 1.41421 0l2.12132 2.12132z\"/><path class=\"uim-tertiary\" d=\"M22.60645,7.05078,16.94971,1.39355a.99967.99967,0,0,0-1.41407,0L1.39355,15.53516a.99964.99964,0,0,0,0,1.41406l5.65674,5.65723a.99967.99967,0,0,0,1.41407,0l2.12133-2.12128L7.05035,16.94983A1,1,0,1,1,8.4646,15.53564L11.99994,19.071l1.41424-1.41418L11.293,15.53564a1,1,0,0,1,1.41418-1.41424l2.12122,2.12121,1.41418-1.41418L12.70721,11.293a1,1,0,0,1,1.41425-1.41419l3.53546,3.53547,1.41419-1.41419L16.94983,9.87878a1,1,0,0,1,1.41424-1.41424l2.12134,2.12134,2.121-2.121A.99964.99964,0,0,0,22.60645,7.05078Z\"/></svg></li><li title=\"sanitizer alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path class=\"uim-tertiary\" d=\"M12,3V4h2V3h1a1,1,0,0,0,0-2H10.23584A4.593,4.593,0,0,0,6.10547,3.55273a1.00012,1.00012,0,0,0,1.78906.89454A2.60342,2.60342,0,0,1,10.23584,3Z\"/><path class=\"uim-primary\" d=\"M16 5a1 1 0 0 0-1-1H11a1 1 0 0 0-1 1V8h6zM14 17H12a1 1 0 0 1 0-2h2a1 1 0 0 1 0 2z\"/><path class=\"uim-quaternary\" d=\"M16,8H10a3.00328,3.00328,0,0,0-3,3v9a3.00328,3.00328,0,0,0,3,3h6a3.00328,3.00328,0,0,0,3-3V11A3.00328,3.00328,0,0,0,16,8Zm-2,9H12a1,1,0,0,1,0-2h2a1,1,0,0,1,0,2Z\"/></svg></li><li title=\"sanitizer \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M5,5a1,1,0,0,1-.707-1.707l.82861-.82861A4.96656,4.96656,0,0,1,8.65674,1H17a1,1,0,0,1,0,2H8.65674a3.022,3.022,0,0,0-2.1211.87842L5.707,4.707A.99676.99676,0,0,1,5,5Z\"/><path class=\"uim-tertiary\" d=\"M10,3V5.50006l.3999-.29986A1.00071,1.00071,0,0,1,11,5h4a1.00071,1.00071,0,0,1,.6001.2002L16,5.50012V3Z\"/><circle cx=\"13\" cy=\"15\" r=\"2\" class=\"uim-primary\"/><path class=\"uim-primary\" d=\"M13,18a3,3,0,1,1,3-3A3.00328,3.00328,0,0,1,13,18Z\"/><path class=\"uim-quaternary\" d=\"M18.80029,7.6001,15.6001,5.2002A1.00071,1.00071,0,0,0,15,5H11a1.00071,1.00071,0,0,0-.6001.2002L7.19922,7.6001A3.01563,3.01563,0,0,0,6,10V22a1,1,0,0,0,1,1H19a1,1,0,0,0,1-1V10A3.01469,3.01469,0,0,0,18.80029,7.6001ZM13,18a3,3,0,1,1,3-3A3.00328,3.00328,0,0,1,13,18Z\"/></svg></li><li title=\"scenery \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path class=\"uim-quaternary\" d=\"M13.5,9C12.67157,9,12,8.32843,12,7.5S12.67157,6,13.5,6S15,6.67157,15,7.5C14.9991,8.32805,14.32805,8.9991,13.5,9z\"/><path class=\"uim-tertiary\" d=\"M19,2H5C3.34515,2.00483,2.00483,3.34515,2,5v8.86l3.88-3.88c1.18747-1.13,3.05253-1.13,4.24,0l2.87139,2.887l0.88752-0.88751c1.17344-1.16662,3.06874-1.16662,4.24218,0L22,15.8584V5C21.99517,3.34515,20.65485,2.00483,19,2z M13.5,9C12.67157,9,12,8.32843,12,7.5S12.67157,6,13.5,6S15,6.67157,15,7.5C14.9991,8.32805,14.32805,8.9991,13.5,9z\"/><path class=\"uim-primary\" d=\"M10.12,9.98c-1.18747-1.13-3.05253-1.13-4.24,0L2,13.86V19c0.00484,1.65484,1.34516,2.99516,3,3h14c0.81512-0.00034,1.59497-0.3325,2.16-0.92L10.12,9.98z\"/><path class=\"uim-quaternary\" d=\"M22,15.8584l-3.87891-3.87891c-1.17345-1.1666-3.06873-1.1666-4.24218,0L12.99139,12.867l8.16425,8.20856C21.69776,20.5208,22.00089,19.77567,22,19V15.8584z\"/></svg></li><li title=\"schedule \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path class=\"uim-tertiary\" d=\"M7,5.99976C6.44803,6.00007,6.00031,5.55287,6,5.0009c0-0.00038,0-0.00076,0-0.00114v-2c0-0.55228,0.44772-1,1-1s1,0.44772,1,1v2c0.00031,0.55197-0.44689,0.99969-0.99886,1C7.00076,5.99976,7.00038,5.99976,7,5.99976z M17,5.99976c-0.55197,0.00031-0.99969-0.44689-1-0.99886c0-0.00038,0-0.00076,0-0.00114v-2c0-0.55228,0.44772-1,1-1s1,0.44772,1,1v2c0.00031,0.55197-0.44689,0.99969-0.99886,1C17.00076,5.99976,17.00038,5.99976,17,5.99976z\"/><path class=\"uim-primary\" d=\"M19,4.00024h-1v0.99952c0,0.55228-0.44772,1-1,1s-1-0.44772-1-1V4.00024H8v0.99952c0,0.55228-0.44772,1-1,1s-1-0.44772-1-1V4.00024H5c-1.65685,0-3,1.34315-3,3v2h20v-2C22,5.34339,20.65685,4.00024,19,4.00024L19,4.00024z\"/><circle cx=\"7\" cy=\"13\" r=\"1\" class=\"uim-primary\"/><circle cx=\"7\" cy=\"17\" r=\"1\" class=\"uim-primary\"/><circle cx=\"12\" cy=\"13\" r=\"1\" class=\"uim-primary\"/><circle cx=\"12\" cy=\"17\" r=\"1\" class=\"uim-primary\"/><circle cx=\"17\" cy=\"13\" r=\"1\" class=\"uim-primary\"/><circle cx=\"17\" cy=\"17\" r=\"1\" class=\"uim-primary\"/><path class=\"uim-tertiary\" d=\"M2,9.00024v10c0,1.65685,1.34315,3,3,3h14c1.65685,0,3-1.34315,3-3v-10H2z M7,18.00024c-0.55228,0-1-0.44772-1-1s0.44772-1,1-1s1,0.44772,1,1S7.55228,18.00024,7,18.00024z M7,14.00024c-0.55228,0-1-0.44771-1-1s0.44772-1,1-1s1,0.44771,1,1S7.55228,14.00024,7,14.00024z M12,18.00024c-0.55229,0-1-0.44772-1-1s0.44771-1,1-1s1,0.44772,1,1S12.55229,18.00024,12,18.00024z M12,14.00024c-0.55229,0-1-0.44771-1-1s0.44771-1,1-1s1,0.44771,1,1S12.55229,14.00024,12,14.00024z M17,18.00024c-0.55228,0-1-0.44772-1-1s0.44772-1,1-1s1,0.44772,1,1S17.55228,18.00024,17,18.00024z M17,14.00024c-0.55228,0-1-0.44771-1-1s0.44772-1,1-1s1,0.44771,1,1S17.55228,14.00024,17,14.00024z\"/></svg></li><li title=\"shield plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M14,11H13V10a1,1,0,0,0-2,0v1H10a1,1,0,0,0,0,2h1v1a1,1,0,0,0,2,0V13h1a1,1,0,0,0,0-2Z\"/><path class=\"uim-tertiary\" d=\"M19.63086,3.6499a1.00206,1.00206,0,0,0-.83594-.20263,7.98476,7.98476,0,0,1-6.22265-1.26709.99888.99888,0,0,0-1.14454,0A7.98,7.98,0,0,1,5.20508,3.44727.99971.99971,0,0,0,4,4.42627v7.457A9.01875,9.01875,0,0,0,7.76855,19.207L11.419,21.814a1.0004,1.0004,0,0,0,1.1621,0l3.6504-2.60742A9.01717,9.01717,0,0,0,20,11.8833v-7.457A1.0011,1.0011,0,0,0,19.63086,3.6499ZM14,13H13v1a1,1,0,0,1-2,0V13H10a1,1,0,0,1,0-2h1V10a1,1,0,0,1,2,0v1h1a1,1,0,0,1,0,2Z\"/></svg></li><li title=\"sign in alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M21,12c0-.34-.02-.67-.05-1H12.5V9.5a.99991.99991,0,0,0-1.707-.707l-2.5,2.5a.99962.99962,0,0,0,0,1.41406l2.5,2.5A.99991.99991,0,0,0,12.5,14.5V13h8.45C20.98,12.67,21,12.34,21,12Z\"/><path class=\"uim-tertiary\" d=\"M12.5,13v1.5a.99989.99989,0,0,1-1.707.707l-2.5-2.5a.99962.99962,0,0,1,0-1.41406l2.5-2.5A.99991.99991,0,0,1,12.5,9.5V11h8.44952a10,10,0,1,0,0,2Z\"/></svg></li><li title=\"sign in \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M20,11H11.41406l2.293-2.293A.99989.99989,0,0,0,12.293,7.293l-4,4a.99962.99962,0,0,0,0,1.41406l4,4A.99989.99989,0,0,0,13.707,15.293L11.41406,13H20Z\"/><path class=\"uim-tertiary\" d=\"M11.41406,11H20V5a3.00328,3.00328,0,0,0-3-3H7A3.00328,3.00328,0,0,0,4,5V19a3.00328,3.00328,0,0,0,3,3H17a3.00328,3.00328,0,0,0,3-3V13H11.41406l2.293,2.293A.99989.99989,0,1,1,12.293,16.707l-4-4a.99962.99962,0,0,1,0-1.41406l4-4A.99989.99989,0,0,1,13.707,8.707Z\"/></svg></li><li title=\"sign out alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M15.707,11.293l-4-4A.99989.99989,0,0,0,10.293,8.707L12.58594,11H2.05c-.03.33-.05.66-.05,1s.02.67.05,1h10.536l-2.293,2.293A.99989.99989,0,1,0,11.707,16.707l4-4A.99962.99962,0,0,0,15.707,11.293Z\"/><path class=\"uim-tertiary\" d=\"M12,2a10.00042,10.00042,0,0,0-9.94952,9H12.58594L10.293,8.707A.99989.99989,0,0,1,11.707,7.293l4,4a.99962.99962,0,0,1,0,1.41406l-4,4A.99989.99989,0,0,1,10.293,15.293L12.58594,13H2.05048A9.99983,9.99983,0,1,0,12,2Z\"/></svg></li><li title=\"signal alt 3 \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-quaternary\" d=\"M6,23H2a.99974.99974,0,0,1-1-1V16a.99974.99974,0,0,1,1-1H6a.99974.99974,0,0,1,1,1v6A.99974.99974,0,0,1,6,23Z\"/><path class=\"uim-tertiary\" d=\"M14,23H10a.99974.99974,0,0,1-1-1V10a.99974.99974,0,0,1,1-1h4a.99974.99974,0,0,1,1,1V22A.99974.99974,0,0,1,14,23Z\"/><path class=\"uim-primary\" d=\"M22,23H18a.99974.99974,0,0,1-1-1V2a.99974.99974,0,0,1,1-1h4a.99974.99974,0,0,1,1,1V22A.99974.99974,0,0,1,22,23Z\"/></svg></li><li title=\"signal alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M5 22a.99974.99974 0 0 1-1-1V19a1 1 0 0 1 2 0v2A.99974.99974 0 0 1 5 22zM10 22a.99974.99974 0 0 1-1-1V15a1 1 0 0 1 2 0v6A.99974.99974 0 0 1 10 22zM15 22a.99974.99974 0 0 1-1-1V10a1 1 0 0 1 2 0V21A.99974.99974 0 0 1 15 22zM20 22a.99974.99974 0 0 1-1-1V3a1 1 0 0 1 2 0V21A.99974.99974 0 0 1 20 22z\"/></svg></li><li title=\"signin \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M19,11H13.41406l1.293-1.293A.99989.99989,0,0,0,13.293,8.293l-3,3a.99962.99962,0,0,0,0,1.41406l3,3A.99989.99989,0,0,0,14.707,14.293L13.41406,13H19a1,1,0,0,0,0-2Z\"/><path class=\"uim-tertiary\" d=\"M13.41406,13l1.293,1.293A.99989.99989,0,1,1,13.293,15.707l-3-3a.99962.99962,0,0,1,0-1.41406l3-3A.99989.99989,0,0,1,14.707,9.707L13.41406,11H18V5a3.00328,3.00328,0,0,0-3-3H7A3.00328,3.00328,0,0,0,4,5V19a3.00328,3.00328,0,0,0,3,3h8a3.00328,3.00328,0,0,0,3-3V13Z\"/></svg></li><li title=\"signout \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M21.207,11.29346l-3-3A.99989.99989,0,1,0,16.793,9.70752l1.293,1.293H12.5a1,1,0,0,0,0,2h5.58594l-1.293,1.293A.99989.99989,0,1,0,18.207,15.70752l3-3A.99962.99962,0,0,0,21.207,11.29346Z\"/><path class=\"uim-tertiary\" d=\"M12.5,13.00049a1,1,0,0,1,0-2h4V5a3.00328,3.00328,0,0,0-3-3h-8a3.00328,3.00328,0,0,0-3,3V19a3.00328,3.00328,0,0,0,3,3h8a3.00328,3.00328,0,0,0,3-3V13.00049Z\"/></svg></li><li title=\"skype alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-tertiary\" d=\"M16.5,23a6.50123,6.50123,0,0,1-2.80859-.63867A10.49127,10.49127,0,0,1,1.63867,10.30859a6.499,6.499,0,0,1,8.66992-8.66992A10.49127,10.49127,0,0,1,22.36133,13.69141,6.499,6.499,0,0,1,16.5,23Z\"/><path class=\"uim-primary\" d=\"M16.13574,12.86523a3.16532,3.16532,0,0,0-.99658-1.05273,5.07559,5.07559,0,0,0-1.291-.59277c-.27978-.0846-.58953-.16736-.9104-.24713-.27911-.07782-.61132-.15766-1.02221-.248a9.31489,9.31489,0,0,1-1.436-.42383,1.49588,1.49588,0,0,1-.61572-.44726.84285.84285,0,0,1-.15918-.56543.96712.96712,0,0,1,.2041-.59668,1.59829,1.59829,0,0,1,.69971-.47559A4.01235,4.01235,0,0,1,12.03223,8a3.78727,3.78727,0,0,1,1.10547.14648,2.08274,2.08274,0,0,1,.66357.32129,1.23492,1.23492,0,0,1,.32519.34278.9997.9997,0,1,0,1.76075-.94727,3.14668,3.14668,0,0,0-.83741-.958A4.006,4.006,0,0,0,13.731,6.23633,5.76768,5.76768,0,0,0,12.03223,6a5.96329,5.96329,0,0,0-2.145.35059A3.55209,3.55209,0,0,0,8.30908,7.49121a2.97709,2.97709,0,0,0-.60449,1.79688,2.839,2.839,0,0,0,.58008,1.792,3.50074,3.50074,0,0,0,1.438,1.07226,10.5822,10.5822,0,0,0,1.30706.4079c.00837.00275,1.52533.37628,1.53132.37805.24835.0633.48706.12873.70556.1955a3.02336,3.02336,0,0,1,.76367.34375,1.12652,1.12652,0,0,1,.36231.36816,1.20138,1.20138,0,0,1,.11865.585,1.15187,1.15187,0,0,1-.21387.73243,1.76331,1.76331,0,0,1-.80273.585A3.78736,3.78736,0,0,1,12.0083,16a3.68851,3.68851,0,0,1-1.70361-.34375,1.75626,1.75626,0,0,1-.61573-.54687,1.0164,1.0164,0,0,1-.20166-.50293,1,1,0,0,0-2,0,2.93957,2.93957,0,0,0,.55616,1.63867,3.7737,3.7737,0,0,0,1.34179,1.1875A5.621,5.621,0,0,0,12.0083,18a5.7083,5.7083,0,0,0,2.25391-.40527,3.71019,3.71019,0,0,0,1.665-1.27246,3.14637,3.14637,0,0,0,.58349-1.92676A3.08942,3.08942,0,0,0,16.13574,12.86523Z\"/></svg></li><li title=\"skype \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path class=\"uim-tertiary\" d=\"M16.43964,15.9931c-0.41385,0.55474-0.97761,0.97967-1.62488,1.22473c-0.80097,0.31884-1.65856,0.47098-2.52033,0.44709c-1.00106,0.03247-1.99514-0.1774-2.89764-0.61176c-0.52788-0.28121-0.98047-0.68514-1.31964-1.17779c-0.30108-0.41177-0.47302-0.90372-0.494-1.41339c-0.0048-0.26221,0.10755-0.51291,0.30646-0.68384c0.21172-0.19239,0.49058-0.29384,0.77643-0.28247c0.23122-0.00955,0.4579,0.06614,0.637,0.2127c0.1965,0.18327,0.34929,0.40836,0.44708,0.65863c0.12098,0.31375,0.28785,0.60781,0.49518,0.87256c0.18963,0.24882,0.44117,0.44359,0.72955,0.56488c0.39477,0.16635,0.82047,0.24665,1.24872,0.23554c0.6058,0.03316,1.20689-0.1231,1.71985-0.44708c0.40279-0.23543,0.65307-0.66442,0.65979-1.13092c0.01372-0.32787-0.11513-0.64563-0.35333-0.87134c-0.25942-0.24565-0.57512-0.42393-0.91944-0.51923c-0.37616-0.11774-0.89538-0.23553-1.53112-0.37616c-0.73013-0.15444-1.44673-0.36705-2.14295-0.6358c-0.53513-0.21443-1.00582-0.5634-1.36651-1.01312c-0.34117-0.45366-0.51598-1.01083-0.49512-1.57807c-0.00067-0.57914,0.18987-1.1423,0.54205-1.60205c0.39905-0.49732,0.92948-0.87285,1.53113-1.084c0.7637-0.2692,1.57014-0.3967,2.37964-0.37623c0.63754-0.00816,1.27272,0.07894,1.88452,0.25843c0.47596,0.13788,0.92275,0.36147,1.31842,0.65979c0.31533,0.23503,0.57985,0.53142,0.77765,0.87134c0.15113,0.26579,0.23218,0.56565,0.23553,0.87139c0.00074,0.26796-0.11033,0.52408-0.30645,0.70667c-0.19577,0.20528-0.47012,0.31685-0.7536,0.30646c-0.22747,0.01346-0.45244-0.05331-0.63575-0.18866c-0.18927-0.17694-0.3484-0.38358-0.47113-0.61176c-0.18745-0.37378-0.45256-0.70323-0.77758-0.96631C13.08344,8.04072,12.57106,7.91674,12.0589,7.96c-0.52888-0.02465-1.05335,0.10657-1.5083,0.37738c-0.33231,0.17872-0.54668,0.51851-0.56488,0.89539c0.00126,0.20356,0.06735,0.40142,0.18866,0.56488c0.14592,0.175,0.33185,0.31227,0.54205,0.4002c0.21469,0.11713,0.44435,0.20446,0.68262,0.25959c0.23559,0.07092,0.613,0.16467,1.15381,0.28247c0.65979,0.14178,1.27276,0.30646,1.81475,0.47107c0.49079,0.14539,0.95856,0.35944,1.38941,0.6358c0.36687,0.24112,0.67324,0.56355,0.89532,0.94226c0.22699,0.42767,0.34039,0.90645,0.32935,1.3905C17.00969,14.82777,16.81876,15.46656,16.43964,15.9931z\"/><path class=\"uim-primary\" d=\"M21.43451,14.15552c0.14227-0.66602,0.2132-1.34528,0.21155-2.02631c-0.02972-5.23364-4.29651-9.45233-9.53015-9.42261c-0.00336,0-0.00677,0.00006-0.01013,0.00006c-0.5448-0.0014-1.08862,0.04608-1.62494,0.14178c-2.58862-1.62653-6.00568-0.84656-7.6322,1.74207C2.30682,5.45276,2.01343,6.44775,2.00061,7.466c0.00061,0.96942,0.2608,1.92096,0.75354,2.7558c-0.12225,0.62079-0.18542,1.25177-0.18866,1.88452c0.04352,5.15753,4.25983,9.30328,9.41736,9.2597c0.04102-0.00031,0.08197-0.00092,0.12292-0.00183c0.58502,0.00439,1.16895-0.05121,1.74268-0.16583C14.6402,21.67841,15.53894,21.95392,16.46368,22c3,0.05676,5.47803-2.32916,5.53485-5.32922C22.01501,15.79926,21.82159,14.93658,21.43451,14.15552z M16.43964,15.9931c-0.41382,0.55475-0.9776,0.97968-1.62488,1.22473c-0.80096,0.31885-1.65857,0.47095-2.52032,0.44708c-1.00104,0.03247-1.99512-0.17737-2.89764-0.61176c-0.52789-0.28119-0.98047-0.68512-1.31964-1.1778c-0.30109-0.41174-0.47302-0.90369-0.49402-1.41339c-0.00476-0.26221,0.10754-0.51288,0.30646-0.68384c0.21173-0.19238,0.4906-0.29382,0.77643-0.28247c0.23126-0.00952,0.45795,0.06616,0.63702,0.21271c0.19647,0.18329,0.3493,0.40839,0.44708,0.65863c0.12097,0.31372,0.28784,0.60779,0.49518,0.87256c0.18964,0.24884,0.44116,0.4436,0.72955,0.56488c0.39478,0.16638,0.8205,0.24664,1.24872,0.23553c0.60577,0.03314,1.20691-0.12311,1.71985-0.44708c0.40277-0.23541,0.65308-0.66443,0.65979-1.13092c0.01373-0.32788-0.11511-0.64563-0.35333-0.87134c-0.2594-0.24567-0.57513-0.42395-0.91943-0.51923c-0.37616-0.11774-0.89539-0.23553-1.53113-0.37616c-0.7301-0.15442-1.44672-0.36707-2.14294-0.6358c-0.53516-0.21442-1.0058-0.56342-1.36652-1.01312c-0.34119-0.45367-0.51599-1.0108-0.49512-1.57806C7.79407,8.8891,7.98462,8.32599,8.33679,7.86621C8.73584,7.3689,9.2663,6.99335,9.86792,6.78223c0.76367-0.26923,1.57013-0.39673,2.37964-0.37622c0.63751-0.00818,1.27271,0.07892,1.88452,0.25842c0.47595,0.13788,0.92273,0.36145,1.31842,0.65979c0.31531,0.23505,0.57983,0.53143,0.77765,0.87134c0.15112,0.26581,0.23218,0.56561,0.23553,0.8714c0.00073,0.26794-0.11035,0.52405-0.30646,0.70667c-0.19574,0.20526-0.47009,0.31683-0.7536,0.30646c-0.22748,0.01343-0.45245-0.05334-0.63574-0.18866c-0.18927-0.17694-0.34839-0.38361-0.47113-0.61176c-0.18744-0.37378-0.45258-0.70325-0.77759-0.96631c-0.43573-0.27264-0.94812-0.39661-1.46027-0.35333c-0.52887-0.02466-1.05334,0.10657-1.5083,0.37738c-0.33234,0.17871-0.54669,0.51849-0.56488,0.89539c0.00128,0.20355,0.06732,0.40143,0.18866,0.56488c0.14594,0.17499,0.33185,0.31226,0.54205,0.40021c0.21472,0.11713,0.44434,0.20441,0.68262,0.25958c0.2356,0.07092,0.61298,0.16467,1.15381,0.28247c0.65979,0.14178,1.27277,0.30646,1.81476,0.47107c0.49078,0.14539,0.95856,0.35944,1.3894,0.6358c0.36688,0.24109,0.67322,0.56354,0.89532,0.94226c0.22699,0.42767,0.34039,0.90643,0.32935,1.3905C17.0097,14.82776,16.81879,15.46655,16.43964,15.9931z\"/></svg></li><li title=\"slack alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path class=\"uim-quaternary\" d=\"M9.34,2a2,2,0,0,0,0,4h2V4a2,2,0,0,0-2-2m0,5.33H4a2,2,0,1,0,0,4H9.34a2,2,0,0,0,0-4\"/><path class=\"uim-tertiary\" d=\"M22,9.33a2,2,0,1,0-4,0v2h2a2,2,0,0,0,2-2m-5.32,0V4a2,2,0,1,0-4,0V9.33a2,2,0,1,0,4,0\"/><path class=\"uim-secondary\" d=\"M14.66,22a2,2,0,0,0,0-4h-2v2a2,2,0,0,0,2,2m0-5.33H20a2,2,0,0,0,0-4H14.66a2,2,0,0,0,0,4\"/><path class=\"uim-primary\" d=\"M2,14.67a2,2,0,1,0,4,0v-2H4a2,2,0,0,0-2,2m5.32,0V20a2,2,0,1,0,4,0V14.67a2,2,0,1,0-4,0\"/></svg></li><li title=\"slack \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g data-name=\"Brand Logos\"><path class=\"uim-primary\" d=\"M9.33823,2A1.99959,1.99959,0,0,0,9.339,5.99918h1.99633V4.00041A1.99944,1.99944,0,0,0,9.33823,2h0m0,5.33333H4.01631a2,2,0,0,0-.00082,4H9.33823a2,2,0,0,0,0-4Z\"/><path class=\"uim-quaternary\" d=\"M21.98,9.33293a1.99633,1.99633,0,1,0-3.99266,0v2.0004h1.99633A1.99824,1.99824,0,0,0,21.98,9.33293Zm-5.32273,0V3.99959a1.99593,1.99593,0,1,0-3.99185,0V9.33293a1.99593,1.99593,0,1,0,3.99185,0Z\"/><path class=\"uim-secondary\" d=\"M14.661,22a1.99959,1.99959,0,0,0,0-3.99918H12.66463v1.99959A1.9991,1.9991,0,0,0,14.661,22Zm0-5.33415h5.32273a2,2,0,0,0,.00082-4H14.66177a2,2,0,0,0-.00081,4Z\"/><path class=\"uim-tertiary\" d=\"M2.02,14.66626a1.99633,1.99633,0,1,0,3.99266,0V12.66667H4.01631A1.99806,1.99806,0,0,0,2.02,14.66626Zm5.32273,0v5.33333a1.99593,1.99593,0,1,0,3.99185.00082V14.66789a1.99593,1.99593,0,1,0-3.99185-.00163h0\"/></g></svg></li><li title=\"snapchat alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M3.8084 11.6513c.42191.08136.84863-.1159 1.06-.49.39438.20225.82732.31816 1.27.34.47581.00808.93565-.17155 1.28-.5.20634-.20141.31569-.48209.3-.77v-.62c-.16628-1.18261-.11545-2.38563.15-3.55.69512-1.58056 2.27373-2.58692 4-2.55h.4c1.72703-.03965 3.30703.9676 4 2.55.26726 1.19122.31807 2.42079.15 3.63v.54c-.01606.29288.09727.57805.31.78.33514.32389.78394.50341 1.25.5.43416-.03788.85607-.16377 1.24-.37.15955.36559.52111.60139.92.6l0 0c.55228 0 1-.44771 1-1-.05095-.68602-.5271-1.2662-1.19-1.45-.4706-.19501-.9994-.19501-1.47 0 .16674-1.34375.04399-2.70762-.36-4-1.00548-2.36573-3.36073-3.87103-5.93-3.79h-.4c-2.50507-.0362-4.78732 1.43407-5.79 3.73-.41706 1.32424-.53657 2.72423-.35 4.1l-.11-.05c-.9703-.39955-2.08078.06314-2.48032 1.03344C3.0356 10.36931 3.01569 10.42489 2.9984 10.4813c-.10219.54275.25495 1.06557.7977 1.16776C3.80019 11.64984 3.80429 11.65058 3.8084 11.6513zM21.9984 16.11131c-1.25628-.27908-2.34171-1.06421-3-2.17-.30928-.4584-.9316-.57928-1.39-.27-.4584.30928-.57928.9316-.27 1.39.61858.94399 1.43812 1.73962 2.4 2.33-.14841.03497-.29864.06168-.45.08-.57786.1316-1.00558.61985-1.06 1.21-.66197-.11189-1.33803-.11189-2 0-.73905.16297-1.42619.50655-2 1-.58637.51761-1.32921.82391-2.11.87h-.26c-.78079-.04609-1.52363-.35239-2.11-.87-.55685-.46837-1.21919-.7944-1.93-.95-.66237-.10701-1.33763-.10701-2 0-.06168-.59044-.49154-1.07654-1.07-1.21l-.45-.12c.67894-.3927 1.28459-.90023 1.79-1.5.23998-.28013.45418-.58136.64-.9.29629-.46608.15864-1.0841-.30744-1.38039-.46608-.29629-1.0841-.15864-1.38039.30744-.01507.02371-.02914.04805-.04217.07295-.13551.2168-.28587.42396-.45.62-.64396.78622-1.5489 1.31499-2.55 1.49-.59212.1125-1.01549.63749-1 1.24-.00063.1824.03684.36292.11.53.32.72 1.16 1.17 2.79 1.48v.12c0 .12.06.25.09.35.14028.59167.67197 1.00705 1.28 1 .20318-.0024.40506-.03268.6-.09.52593-.09291 1.06407-.09291 1.59 0 .41274.12071.7947.32874 1.12.61.97598.76124 2.18237 1.1669 3.42 1.15h.16c1.20157-.04205 2.3552-.4817 3.28-1.25.3253-.28126.70726-.48929 1.12-.61.52554-.08322 1.06228-.06284 1.58.06.20479.03609.41209.05615.62.06.57597.01577 1.0881-.3642 1.24-.92 0-.12.07-.24.1-.36v-.12c1.63-.31 2.47-.75 2.76-1.42.08085-.15871.12849-.33225.14-.51C23.04613 16.80194 22.61718 16.23573 21.9984 16.11131z\"/></svg></li><li title=\"snapchat ghost \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M21.79755,16.98718c-2.86621-.47223-4.15094-3.40149-4.204-3.52588l-.00544-.01172a1.07048,1.07048,0,0,1-.10223-.89758c.19251-.45361.82935-.6557,1.25134-.78967.10535-.03339.205-.065.28315-.096.76275-.30127.91784-.61316.91406-.8219a.66226.66226,0,0,0-.50134-.54358l-.00568-.00213a.9462.9462,0,0,0-.35632-.06824.7546.7546,0,0,0-.31287.06207,2.54,2.54,0,0,1-.95526.26612.82134.82134,0,0,1-.52954-.17725c.00915-.16992.02-.34522.0318-.53046l.004-.0653a10.10231,10.10231,0,0,0-.24091-4.03449,5.2482,5.2482,0,0,0-4.87311-3.1394q-.20114.0021-.4024.00378A5.23959,5.23959,0,0,0,6.92853,5.75293,10.08988,10.08988,0,0,0,6.68726,9.784q.01941.29872.036.59771a.8483.8483,0,0,1-.5838.17841,2.45322,2.45322,0,0,1-1.014-.26776.57538.57538,0,0,0-.2453-.04895.83387.83387,0,0,0-.81061.53265c-.08191.43061.5329.74256.90668.8902.079.03137.17822.0628.28308.096.42169.13385,1.05908.33606,1.25152.78985a1.07171,1.07171,0,0,1-.10223.89783l-.00537.01154a7.02828,7.02828,0,0,1-1.06915,1.66211,5.21488,5.21488,0,0,1-3.13483,1.86389.23978.23978,0,0,0-.20044.25006.38046.38046,0,0,0,.031.12964c.17578.41113,1.05822.75061,2.55182.981.13964.02161.19873.24927.28027.6222.03259.14929.06634.30426.1134.46423a.29261.29261,0,0,0,.31922.22876,2.48528,2.48528,0,0,0,.42492-.06091,5.52912,5.52912,0,0,1,1.12036-.12677,4.95367,4.95367,0,0,1,.8078.0683,3.87725,3.87725,0,0,1,1.535.78417,4.443,4.443,0,0,0,2.6897,1.06006c.03375,0,.06744-.00122.10009-.004.04114.00195.09522.004.15192.004a4.44795,4.44795,0,0,0,2.69122-1.06079,3.87269,3.87269,0,0,1,1.53351-.78332,4.97275,4.97275,0,0,1,.808-.0683,5.59252,5.59252,0,0,1,1.12037.11871,2.39142,2.39142,0,0,0,.425.05371h.02338a.279.279,0,0,0,.29547-.221c.04645-.15784.08045-.308.11389-.46131.08081-.371.1399-.59759.28009-.61926,1.494-.23078,2.37641-.56976,2.551-.97858a.38487.38487,0,0,0,.03174-.13086A.24.24,0,0,0,21.79755,16.98718Z\" data-name=\"Brand Logos\"/></svg></li><li title=\"snapchat square \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path class=\"uim-tertiary\" d=\"M19.17365,15.65173c-1.37303-0.33253-2.51178-1.28758-3.07831-2.58173l-0.004-0.00861c-0.12072-0.1973-0.14811-0.43785-0.07483-0.65723c0.14093-0.33209,0.60724-0.4801,0.91626-0.57818c0.07709-0.02448,0.15009-0.04761,0.20728-0.07025c0.55853-0.22064,0.67211-0.449,0.66937-0.60181c-0.03002-0.19503-0.17521-0.35243-0.36719-0.39807l-0.00409-0.00159c-0.08295-0.03328-0.17154-0.05023-0.26092-0.04992c-0.07874-0.00135-0.15687,0.01415-0.22913,0.04547c-0.21807,0.11026-0.45573,0.17646-0.6994,0.19482c-0.14045,0.0033-0.27764-0.0426-0.38782-0.12976c0.00678-0.12445,0.01471-0.25281,0.02332-0.38843l0.003-0.04779c0.14079-0.98657,0.08079-1.99141-0.17639-2.95422c-0.62001-1.41315-2.02518-2.31839-3.56824-2.29871l-0.29468,0.00275c-1.54088-0.01903-2.94362,0.88569-3.56181,2.29725c-0.25718,0.96193-0.31726,1.96592-0.17663,2.95166c0.00946,0.14581,0.01825,0.2917,0.02636,0.43768c-0.12136,0.09506-0.27372,0.14161-0.42749,0.13062c-0.25871-0.01106-0.51197-0.07792-0.74243-0.196c-0.05651-0.02501-0.11784-0.03726-0.17963-0.03588c-0.26088-0.01024-0.49941,0.14649-0.59356,0.39c-0.05994,0.31531,0.3902,0.54376,0.66394,0.65186c0.05786,0.023,0.13049,0.046,0.20727,0.07031c0.30878,0.098,0.77546,0.246,0.91639,0.57831c0.07315,0.21946,0.04577,0.46001-0.07483,0.65741l-0.004,0.00842c-0.20233,0.44052-0.4659,0.85024-0.7829,1.217c-0.5759,0.71639-1.3909,1.20099-2.29535,1.36481c-0.08851,0.01458-0.15181,0.09353-0.14679,0.1831c0.0019,0.03276,0.00959,0.06492,0.02271,0.095c0.12866,0.301,0.77484,0.54956,1.86853,0.71833c0.10223,0.0158,0.14551,0.18249,0.2052,0.45556c0.02386,0.10932,0.04858,0.22278,0.08307,0.33991c0.02327,0.1076,0.12432,0.18004,0.2337,0.16754c0.10481-0.00587,0.20892-0.02081,0.31116-0.04462c0.26956-0.05882,0.54442-0.08993,0.82031-0.09283c0.1982,0.00051,0.39602,0.01723,0.59149,0.05c0.413,0.10467,0.79715,0.30092,1.124,0.57422c0.5516,0.47106,1.24481,0.74426,1.96948,0.77619c0.02472,0,0.04938-0.00086,0.0733-0.00293c0.03009,0.00146,0.0697,0.00293,0.11121,0.00293c0.72508-0.03209,1.41866-0.30547,1.97064-0.77674c0.32651-0.27301,0.71028-0.46904,1.12286-0.57354c0.19551-0.03276,0.39338-0.04948,0.59162-0.05c0.27568,0.00128,0.55053,0.03037,0.82037,0.08685c0.10235,0.02244,0.20651,0.03561,0.31122,0.03937h0.01715c0.10256,0.00824,0.19524-0.06109,0.21631-0.1618c0.03406-0.11561,0.059-0.22559,0.08343-0.33777c0.05915-0.27167,0.10242-0.43763,0.20508-0.45349c1.09393-0.16895,1.74005-0.41718,1.86792-0.71656c0.01332-0.0303,0.02117-0.06272,0.02319-0.09576C19.32533,15.74535,19.26211,15.66643,19.17365,15.65173z\"/><path class=\"uim-primary\" d=\"M17.508,2h-11c-2.48529,0-4.5,2.01471-4.5,4.5v11c0,2.48529,2.01471,4.5,4.5,4.5h11c2.48529,0,4.5-2.01471,4.5-4.5v-11C22.008,4.01471,19.99329,2,17.508,2z M19.29718,15.93066c-0.12787,0.29938-0.77399,0.54761-1.86792,0.71655c-0.10266,0.01587-0.14594,0.18182-0.20508,0.45349c-0.02441,0.11218-0.04938,0.22217-0.08344,0.33777c-0.02106,0.10071-0.11377,0.17004-0.21631,0.1618h-0.01715c-0.10474-0.00378-0.20886-0.01697-0.31122-0.03937c-0.26984-0.05652-0.54468-0.08557-0.82037-0.08685c-0.19824,0.00049-0.39612,0.01721-0.59161,0.04999c-0.4126,0.10449-0.79633,0.30054-1.12286,0.57355c-0.552,0.47125-1.24554,0.74463-1.97064,0.77673c-0.0415,0-0.08112-0.00146-0.11121-0.00293c-0.02393,0.00208-0.04858,0.00293-0.0733,0.00293c-0.72467-0.03192-1.41785-0.30511-1.96948-0.77618c-0.32684-0.27332-0.711-0.46954-1.12402-0.57422c-0.19543-0.03278-0.39325-0.0495-0.59149-0.04999c-0.27588,0.00287-0.55072,0.034-0.82025,0.09277c-0.10229,0.02386-0.20636,0.03876-0.31122,0.04468c-0.10938,0.01245-0.21039-0.05994-0.23364-0.16754c-0.03455-0.11719-0.05927-0.23059-0.08307-0.33997c-0.05969-0.27307-0.10303-0.43976-0.2052-0.45551c-1.09369-0.16882-1.73987-0.41736-1.86853-0.71838c-0.01312-0.03003-0.02081-0.06219-0.02277-0.09497c-0.005-0.0896,0.05829-0.16852,0.14679-0.18311c0.90448-0.16382,1.71948-0.64844,2.29535-1.36481c0.31702-0.36676,0.58063-0.77649,0.78296-1.21698l0.00397-0.00842c0.12061-0.19745,0.14801-0.43799,0.07483-0.65741c-0.14093-0.33234-0.6076-0.48035-0.91638-0.57831c-0.07678-0.02435-0.14941-0.0473-0.20728-0.07031c-0.27374-0.10809-0.72388-0.33655-0.66394-0.65186c0.09418-0.24353,0.3327-0.40027,0.59357-0.39001c0.06177-0.0014,0.12311,0.01086,0.17963,0.03589c0.23047,0.11804,0.4837,0.18494,0.74243,0.19598c0.15375,0.01099,0.30615-0.03558,0.42749-0.13062c-0.00812-0.146-0.01691-0.29187-0.02637-0.43768C7.96881,9.39166,8.02887,8.38763,8.28607,7.42572c0.61823-1.41156,2.02094-2.31628,3.56183-2.29724l0.29468-0.00275c1.54303-0.01971,2.94824,0.88556,3.56824,2.29871c0.25714,0.96277,0.31714,1.96765,0.17639,2.95422l-0.00299,0.04779c-0.00861,0.13562-0.01654,0.26398-0.02332,0.38843c0.11017,0.08716,0.24731,0.13306,0.38782,0.12976c0.24365-0.01837,0.48132-0.08459,0.6994-0.19482c0.0722-0.03131,0.15033-0.04681,0.22913-0.04547c0.08936-0.00031,0.17798,0.0166,0.26093,0.04993l0.00409,0.00159c0.19196,0.04565,0.33716,0.203,0.36719,0.39807c0.00269,0.15277-0.11084,0.38116-0.66937,0.60181c-0.05719,0.02264-0.13019,0.04578-0.20728,0.07025c-0.30902,0.09808-0.77533,0.24609-0.91626,0.57819c-0.0733,0.21936-0.0459,0.4599,0.07483,0.65723l0.00397,0.00861c0.56653,1.29413,1.70526,2.24921,3.07831,2.58173c0.08844,0.01471,0.15167,0.09363,0.14673,0.18317C19.31836,15.86792,19.31049,15.90033,19.29718,15.93066z\"/></svg></li><li title=\"social distancing \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path class=\"uim-quaternary\" d=\"M6,11A3.5,3.5,0,1,1,9.5,7.5,3.50424,3.50424,0,0,1,6,11Z\"/><path class=\"uim-tertiary\" d=\"M8.64026 9.77179a3.452 3.452 0 0 1-5.28052 0A4.98821 4.98821 0 0 0 1 14a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1A4.98821 4.98821 0 0 0 8.64026 9.77179zM18 11a3.5 3.5 0 1 1 3.5-3.5A3.50424 3.50424 0 0 1 18 11z\"/><path class=\"uim-secondary\" d=\"M20.64026,9.77179a3.452,3.452,0,0,1-5.28052,0A4.98821,4.98821,0,0,0,13,14a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1A4.98821,4.98821,0,0,0,20.64026,9.77179Z\"/><path class=\"uim-primary\" d=\"M21.207 18.293l-2-2A.99989.99989 0 0 0 17.793 17.707l.293.293H15.5a1 1 0 0 0 0 2h2.58594l-.293.293A.99989.99989 0 1 0 19.207 21.707l2-2A.99962.99962 0 0 0 21.207 18.293zM8.5 18H5.91406l.293-.293A.99989.99989 0 0 0 4.793 16.293l-2 2a.99962.99962 0 0 0 0 1.41406l2 2A.99989.99989 0 0 0 6.207 20.293L5.91406 20H8.5a1 1 0 0 0 0-2z\"/></svg></li><li title=\"sorting \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M15 19.5a.99676.99676 0 0 1-.707-.293L12 16.91406 9.707 19.207A.99989.99989 0 0 1 8.293 17.793l3-3a.99962.99962 0 0 1 1.41406 0l3 3A1 1 0 0 1 15 19.5zM12 10.5a.99676.99676 0 0 1-.707-.293l-3-3A.99989.99989 0 0 1 9.707 5.793L12 8.08594l2.293-2.293A.99989.99989 0 0 1 15.707 7.207l-3 3A.99676.99676 0 0 1 12 10.5z\"/></svg></li><li title=\"space key \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M21,15H3a.99974.99974,0,0,1-1-1V10a1,1,0,0,1,2,0v3H20V10a1,1,0,0,1,2,0v4A.99974.99974,0,0,1,21,15Z\"/></svg></li><li title=\"square full \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M21,22H3a.99974.99974,0,0,1-1-1V3A.99974.99974,0,0,1,3,2H21a.99974.99974,0,0,1,1,1V21A.99974.99974,0,0,1,21,22ZM4,20H20V4H4Z\"/></svg></li><li title=\"square shape \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><rect width=\"20\" height=\"20\" x=\"2\" y=\"2\" class=\"uim-primary\" rx=\"1\"/></svg></li><li title=\"square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><rect width=\"20\" height=\"20\" x=\"2\" y=\"2\" class=\"uim-primary\" rx=\"1\"/></svg></li><li title=\"squre shape \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><rect width=\"20\" height=\"20\" x=\"2\" y=\"2\" class=\"uim-primary\" rx=\"5\"/></svg></li><li title=\"star half alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path class=\"uim-tertiary\" d=\"M21.95117,9.67041c-0.11768-0.36194-0.43052-0.62576-0.80713-0.68066l-5.69873-0.82813L12.897,2.99805c-0.17718-0.32748-0.52492-0.52597-0.897-0.512v16.27909l5.09717,2.67968c0.48896,0.257,1.09369,0.06895,1.35069-0.42001c0.10228-0.19461,0.1376-0.41749,0.10048-0.63419l-0.97363-5.67578l4.12353-4.019C21.97077,10.42999,22.06881,10.0325,21.95117,9.67041z\"/><path class=\"uim-primary\" d=\"M11.10303,2.99805L8.55469,8.16168L2.85596,8.98987C2.63849,9.02155,2.4375,9.12396,2.28406,9.28125c-0.38574,0.39551-0.37781,1.02887,0.0177,1.41461l4.12354,4.01898l-0.97363,5.67578c-0.03711,0.21667-0.00177,0.43958,0.10046,0.63416c0.25702,0.48901,0.86176,0.67706,1.35071,0.42004L12,18.76514V2.50342C11.64441,2.50421,11.29694,2.66968,11.10303,2.99805z\"/></svg></li><li title=\"star \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M17.56248,21.55957a1.00275,1.00275,0,0,1-.46531-.11475L12,18.76514,6.90283,21.44482a1.00019,1.00019,0,0,1-1.45117-1.0542l.97363-5.67578-4.12353-4.019a1.00033,1.00033,0,0,1,.5542-1.706l5.69873-.82813L11.103,2.99805a1.04173,1.04173,0,0,1,1.79394,0l2.54834,5.16357,5.69873.82813a1.00033,1.00033,0,0,1,.5542,1.706l-4.12353,4.019.97363,5.67578a1,1,0,0,1-.98586,1.169Z\"/></svg></li><li title=\"step forward \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M8 17a1 1 0 0 1-.707-1.707L10.58594 12 7.293 8.707A.99989.99989 0 0 1 8.707 7.293l4 4a.99962.99962 0 0 1 0 1.41406l-4 4A.99676.99676 0 0 1 8 17zM16 17a1 1 0 0 1-1-1V8a1 1 0 0 1 2 0v8A1 1 0 0 1 16 17z\"/></svg></li><li title=\"stethoscope alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path class=\"uim-tertiary\" d=\"M8 15a.99811.99811 0 0 1-.62451-.21924l-3.499-2.79883A4.975 4.975 0 0 1 2 8.07764V3A1 1 0 0 1 3 2H5A1 1 0 0 1 5 4H4V8.07764a2.985 2.985 0 0 0 1.126 2.34277L8 12.71924l2.87451-2.29883A2.98608 2.98608 0 0 0 12 8.07764V4H11a1 1 0 0 1 0-2h2a1 1 0 0 1 1 1V8.07764a4.976 4.976 0 0 1-1.876 3.90429L8.62451 14.78076A.99811.99811 0 0 1 8 15zM19 14a3 3 0 1 1 3-3A3.00328 3.00328 0 0 1 19 14z\"/><path class=\"uim-primary\" d=\"M19,14a2.96485,2.96485,0,0,1-1-.18433V15.5a4.5,4.5,0,0,1-9,0V14.48047l-.37549.30029a.99909.99909,0,0,1-1.249,0L7,14.48041V15.5a6.5,6.5,0,0,0,13,0V13.81573A2.96457,2.96457,0,0,1,19,14Z\"/></svg></li><li title=\"stethoscope \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path class=\"uim-tertiary\" d=\"M19 14a3 3 0 1 1 3-3A3.00328 3.00328 0 0 1 19 14zM8 15A6.00657 6.00657 0 0 1 2 9V3A1 1 0 0 1 3 2H5A1 1 0 0 1 5 4H4V9a4 4 0 0 0 8 0V4H11a1 1 0 0 1 0-2h2a1 1 0 0 1 1 1V9A6.00657 6.00657 0 0 1 8 15z\"/><path class=\"uim-primary\" d=\"M19,14a2.96485,2.96485,0,0,1-1-.18433V15.5a4.5,4.5,0,0,1-9,0v-.59033a5.58042,5.58042,0,0,1-2,0V15.5a6.5,6.5,0,0,0,13,0V13.81573A2.96457,2.96457,0,0,1,19,14Z\"/></svg></li><li title=\"store slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path class=\"uim-quaternary\" d=\"M20,18.58594V11.44342a3.94736,3.94736,0,0,1-5-.80084A3.95669,3.95669,0,0,1,13.21106,11.797Z\"/><path class=\"uim-primary\" d=\"M22,23a.99676.99676,0,0,1-.707-.293l-20-20A.99989.99989,0,0,1,2.707,1.293l20,20A1,1,0,0,1,22,23Z\"/><path class=\"uim-secondary\" d=\"M12.58594,14H10a1,1,0,0,0-1,1v7h6V16.41406Z\"/><path class=\"uim-quaternary\" d=\"M10 14h2.58594L10.0954 11.50946A3.83957 3.83957 0 0 1 9 10.64258a3.998 3.998 0 0 1-5 .821v9.537A.99974.99974 0 0 0 5 22H9V15A1 1 0 0 1 10 14zM15 16.41406V22h4.00055a.993.993 0 0 0 .92993-.65546z\"/><path class=\"uim-tertiary\" d=\"M13.21106 11.797A3.95669 3.95669 0 0 0 15 10.64258 3.99808 3.99808 0 0 0 22 8a1.00611 1.00611 0 0 0-.07129-.37109l-2-5A1.00088 1.00088 0 0 0 19 2H5a1.00088 1.00088 0 0 0-.92871.62891l-.00812.0202zM3.25519 4.66925L2.07129 7.62891A1.00611 1.00611 0 0 0 2 8a3.99811 3.99811 0 0 0 7 2.64258 3.83957 3.83957 0 0 0 1.0954.86688z\"/></svg></li><li title=\"subject \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M21 8H3A1 1 0 0 1 3 6H21a1 1 0 0 1 0 2zM13 18H3a1 1 0 0 1 0-2H13a1 1 0 0 1 0 2zM21 13H3a1 1 0 0 1 0-2H21a1 1 0 0 1 0 2z\"/></svg></li><li title=\"swiggy \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M10.04674,14.6931c-.6537,0-1.3077-.01213-1.961.00356a1.34217,1.34217,0,0,1-1.32992-.74721A11.18811,11.18811,0,0,1,5.2302,8.43165a6.27226,6.27226,0,0,1,1.84692-4.2846A6.71782,6.71782,0,0,1,9.77066,2.3954a6.608,6.608,0,0,1,3.64843-.243,6.831,6.831,0,0,1,5.34315,5.711.50726.50726,0,0,1-.34456.60247,4.95025,4.95025,0,0,1-1.57287.37382,14.83135,14.83135,0,0,1-3.148.04575c-.4199-.05212-.49612-.13556-.49938-.569-.00446-.59239-.0015-1.18484-.0021-1.77726-.0001-.09192-.00159-.18384-.00357-.27574a.297.297,0,0,0-.31381-.335c-.23448-.008-.33857.12462-.33935.34045-.00368,1.01116-.00232,2.02234-.0018,3.03351.00015.28725.18225.35756.427.35734.90906-.00081,1.81815-.00412,2.72717.00265a6.9447,6.9447,0,0,1,1.67041.16169,1.20325,1.20325,0,0,1,1.0117,1.63471,14.17062,14.17062,0,0,1-1.49447,3.87148,34.228,34.228,0,0,1-3.57641,5.25988c-.345.42932-.71124.84147-1.05994,1.26787-.15794.19314-.27715.18895-.431-.01052a43.866,43.866,0,0,1-3.42652-4.95565c-.12627-.22061-.22613-.45664-.3332-.68786-.1029-.22223-.01869-.36755.19318-.46728a2.59609,2.59609,0,0,1,.8005-.19481,7.70388,7.70388,0,0,1,2.348.0199c.44979.08231.52372.188.5232.639-.0004.34728-.0057.69461-.00056,1.0418.00326.22058.06579.43157.32967.42949.26288-.00208.32486-.214.3261-.4341.00407-.72517-.00119-1.4504.00336-2.17556.002-.31218-.19531-.37176-.44456-.37226q-1.04184-.0021-2.08369-.00049Z\" data-name=\"Brand Logos\"/></svg></li><li title=\"sync exclamation \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M12 13a.99974.99974 0 0 1-1-1V9a1 1 0 0 1 2 0v3A.99974.99974 0 0 1 12 13zM12 16a.99042.99042 0 0 1-1-1 1.05 1.05 0 0 1 .29-.71 1.02673 1.02673 0 0 1 .32959-.21 1.002 1.002 0 0 1 1.09033.21A1.05232 1.05232 0 0 1 13 15a.99042.99042 0 0 1-1 1z\"/><path class=\"uim-tertiary\" d=\"M12 2A10.01687 10.01687 0 0 0 5 4.87714V3A1 1 0 0 0 3 3V7.5a.99974.99974 0 0 0 1 1H8.5a1 1 0 0 0 0-2H6.21844A7.98049 7.98049 0 0 1 20 12a1 1 0 0 0 2 0A10.01146 10.01146 0 0 0 12 2zM20 15.5H15.5a1 1 0 0 0 0 2h2.28156A7.98049 7.98049 0 0 1 4 12a1 1 0 0 0-2 0 9.9866 9.9866 0 0 0 17 7.12286V21a1 1 0 0 0 2 0V16.5A.99974.99974 0 0 0 20 15.5z\"/></svg></li><li title=\"sync slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path class=\"uim-tertiary\" d=\"M12,2C9.4,2,6.9,3,5,4.9V3c0-0.6-0.4-1-1-1S3,2.4,3,3v4.5c0,0.6,0.4,1,1,1c0,0,0,0,0,0h4.5c0.6,0,1-0.4,1-1s-0.4-1-1-1H6.2c3-3.2,8.1-3.3,11.3-0.3C19.1,7.7,20,9.8,20,12c0,0.6,0.4,1,1,1s1-0.4,1-1C22,6.5,17.5,2,12,2z M20,15.5h-4.5c-0.6,0-1,0.4-1,1c0,0.6,0.4,1,1,1h2.3c-3,3.2-8.1,3.3-11.3,0.3C4.9,16.3,4,14.2,4,12c0-0.6-0.4-1-1-1s-1,0.4-1,1c0,5.5,4.5,10,10,10c2.6,0,5.2-1,7-2.9V21c0,0.6,0.4,1,1,1s1-0.4,1-1v-4.5C21,15.9,20.6,15.5,20,15.5C20,15.5,20,15.5,20,15.5z\"/><path class=\"uim-primary\" d=\"M3,22c-0.6,0-1-0.4-1-1c0-0.3,0.1-0.5,0.3-0.7l18-18c0.4-0.4,1-0.4,1.4,0c0.4,0.4,0.4,1,0,1.4c0,0,0,0,0,0l-18,18C3.5,21.9,3.3,22,3,22z\"/></svg></li><li title=\"table \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M21,22H3a.99974.99974,0,0,1-1-1V3A.99974.99974,0,0,1,3,2H21a.99974.99974,0,0,1,1,1V21A.99974.99974,0,0,1,21,22ZM4,20H20V4H4Z\"/><path class=\"uim-primary\" d=\"M9 22a.99974.99974 0 0 1-1-1V3a1 1 0 0 1 2 0V21A.99974.99974 0 0 1 9 22zM15 22a.99974.99974 0 0 1-1-1V3a1 1 0 0 1 2 0V21A.99974.99974 0 0 1 15 22z\"/><path class=\"uim-primary\" d=\"M21 10H3A1 1 0 0 1 3 8H21a1 1 0 0 1 0 2zM21 16H3a1 1 0 0 1 0-2H21a1 1 0 0 1 0 2z\"/></svg></li><li title=\"telegram alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path class=\"uim-tertiary\" d=\"M17.6875,21.74414a2.01908,2.01908,0,0,1-1.24121-.42676L12.416,18.19531,9.71387,21.17773a1.00011,1.00011,0,0,1-1.69825-.38281l-2.0205-6.68164-3.625-1.26074A2.042,2.042,0,0,1,2.2666,9.03516L20.18652,1.7998A2.04245,2.04245,0,0,1,22.958,4.09473l-3.2627,16.0166a2.05413,2.05413,0,0,1-2.00781,1.63281Z\"/><path class=\"uim-primary\" d=\"M8.97266,21.50586a.99968.99968,0,0,1-.957-.71l-2.168-7.15918A.9989.9989,0,0,1,6.34277,12.46L16.91016,6.958A.99975.99975,0,0,1,18.0791,8.55176l-7.083,7.083L9.95215,20.707a.99926.99926,0,0,1-.9336.79785C9.00293,21.50586,8.9873,21.50586,8.97266,21.50586Z\"/></svg></li><li title=\"telegram \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path class=\"uim-tertiary\" d=\"M15.17383,17.15247c-0.14503,0.36162-0.55575,0.5372-0.91738,0.39217c-0.02908-0.01166-0.05735-0.02525-0.08462-0.04067l-2.71467-2.10938L9.71484,17.002c-0.08216,0.0607-0.18957,0.07538-0.285,0.03894l0.334-2.98846l0.01069,0.00848l0.00683-0.059c0,0,4.885-4.44751,5.084-4.637c0.20147-0.189,0.135-0.23,0.135-0.23c0.01147-0.23053-0.36152,0-0.36152,0L8.16632,13.299l-2.69549-0.918c0,0-0.414-0.1485-0.453-0.475c-0.041-0.324,0.46649-0.5,0.46649-0.5l10.717-4.25751c0,0,0.881-0.39252,0.881,0.25751L15.17383,17.15247z\"/><path class=\"uim-primary\" d=\"M11.99402,2c-5.52289,0-10,4.47717-10,10s4.47711,10,10,10c5.52283,0,10-4.47717,10-10S17.51685,2,11.99402,2z M15.17383,17.15247c-0.14502,0.36163-0.55573,0.53723-0.91736,0.39215c-0.02911-0.01166-0.05737-0.02521-0.08466-0.04065l-2.71466-2.10938l-1.74231,1.60742c-0.08215,0.06067-0.18958,0.07538-0.28497,0.03894l0.33398-2.98846l0.01068,0.00848l0.00684-0.05902c0,0,4.88501-4.44751,5.08398-4.63696c0.20148-0.18903,0.13501-0.23004,0.13501-0.23004c0.01147-0.23053-0.36151,0-0.36151,0l-6.47253,4.16406l-2.6955-0.91803c0,0-0.414-0.1485-0.453-0.47498c-0.04102-0.32404,0.46649-0.5,0.46649-0.5L16.20129,7.1485c0,0,0.88104-0.39252,0.88104,0.25751L15.17383,17.15247z\"/></svg></li><li title=\"th large \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M20,3H4A.99974.99974,0,0,0,3,4V20a.99974.99974,0,0,0,1,1H20a.99974.99974,0,0,0,1-1V4A.99974.99974,0,0,0,20,3ZM11,19H5V13h6Zm0-8H5V5h6Zm8,8H13V13h6Zm0-8H13V5h6Z\"/></svg></li><li title=\"times circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M13.41406,12l3.293-3.293A.99989.99989,0,0,0,15.293,7.293L12,10.58594,8.707,7.293A.99989.99989,0,0,0,7.293,8.707L10.58594,12,7.293,15.293A.99989.99989,0,0,0,8.707,16.707L12,13.41406l3.293,3.293A.99989.99989,0,0,0,16.707,15.293Z\"/><path class=\"uim-tertiary\" d=\"M19.0708,4.9292A9.99962,9.99962,0,1,0,4.9292,19.0708,9.99962,9.99962,0,1,0,19.0708,4.9292ZM16.707,15.293A.99989.99989,0,1,1,15.293,16.707L12,13.41406,8.707,16.707A.99989.99989,0,0,1,7.293,15.293L10.58594,12,7.293,8.707A.99989.99989,0,0,1,8.707,7.293L12,10.58594l3.293-3.293A.99989.99989,0,0,1,16.707,8.707L13.41406,12Z\"/></svg></li><li title=\"toggle off \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path class=\"uim-tertiary\" d=\"M16.5,17.5h-9C4.46243,17.5,2,15.03757,2,12s2.46243-5.5,5.5-5.5h9c3.03757,0,5.5,2.46243,5.5,5.5S19.53757,17.5,16.5,17.5z\"/><circle cx=\"7.5\" cy=\"12\" r=\"2.5\" class=\"uim-primary\"/></svg></li><li title=\"toggle on \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><circle cx=\"16.5\" cy=\"12\" r=\"2.5\" class=\"uim-tertiary\"/><path class=\"uim-primary\" d=\"M16.5,6.5h-9C4.46246,6.5,2,8.96246,2,12s2.46246,5.5,5.5,5.5h9c3.03754,0,5.5-2.46246,5.5-5.5S19.53754,6.5,16.5,6.5z M16.5,14.5c-1.38074,0-2.5-1.11926-2.5-2.5s1.11926-2.5,2.5-2.5S19,10.61926,19,12S17.88074,14.5,16.5,14.5z\"/></svg></li><li title=\"toilet paper \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><ellipse cx=\"7\" cy=\"7.993\" class=\"uim-primary\" rx=\"1\" ry=\"1.25\"/><path class=\"uim-tertiary\" d=\"M7,2C4.24316,2,2,4.69141,2,8s2.24316,6,5,6,5-2.69141,5-6S9.75684,2,7,2ZM7,9.24286a1.14613,1.14613,0,0,1-1-1.25,1.14613,1.14613,0,0,1,1-1.25,1.14613,1.14613,0,0,1,1,1.25A1.14613,1.14613,0,0,1,7,9.24286Z\"/><path class=\"uim-quaternary\" d=\"M22.75977,20.34961A7.50372,7.50372,0,0,1,21,15.459V8c0-3.30859-2.24316-6-5-6H7c2.75684,0,5,2.69141,5,6v7.459a9.50732,9.50732,0,0,0,2.24023,6.19141A1.00118,1.00118,0,0,0,15,22h7a1.00028,1.00028,0,0,0,.75977-1.65039Z\"/><path class=\"uim-primary\" d=\"M12,8c0,3.30859-2.24316,6-5,6h5Z\"/></svg></li><li title=\"triangle \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M21,20.794H3a1,1,0,0,1-.86621-1.5l9-15.5879a1.04009,1.04009,0,0,1,1.73242,0l9,15.5879A1,1,0,0,1,21,20.794Z\"/></svg></li><li title=\"tumblr alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M16.7855,17.97432a4.7287,4.7287,0,0,1-1.61437.34575,1.75537,1.75537,0,0,1-1.92505-1.97215V11h4.01646V7.0946H13.26117V2H10.331a.15657.15657,0,0,0-.14333.1493A6.11958,6.11958,0,0,1,6.25252,7.5386V11.122H8.27671v5.53565c0,2.23667,1.65047,5.41529,6.00756,5.34112a5.33685,5.33685,0,0,0,3.46321-1.17141l-.962-2.853\" data-name=\"Brand Logos\"/></svg></li><li title=\"tumblr square \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path class=\"uim-tertiary\" d=\"M13.57117,17.84937c-1.86527,0.19411-3.53473-1.16063-3.72884-3.0259C9.83176,14.72195,9.82578,14.62,9.8244,14.51794v-4.07556H8.56189v-1.6112c1.41093-0.5367,2.37301-1.85451,2.45435-3.36188c0.00252-0.04917,0.04095-0.08893,0.09-0.09314H12.933v3.17755h2.49634v1.88879h-2.505v3.88318c-0.07815,0.59912,0.34417,1.14817,0.9433,1.22632c0.08533,0.01113,0.17169,0.01216,0.25726,0.00305c0.34548-0.01192,0.68614-0.08476,1.00629-0.21515l0.59991,1.77869C15.11991,17.60942,14.35482,17.86827,13.57117,17.84937z\"/><path class=\"uim-primary\" d=\"M2.01898,2v20h19.96301V2H2.01898z M13.57117,17.84937c-1.8653,0.19409-3.53473-1.16064-3.72882-3.02588C9.83179,14.72192,9.82581,14.62,9.8244,14.51794v-4.07556H8.56189V8.83118c1.41095-0.53668,2.37299-1.85449,2.45435-3.36188c0.0025-0.04919,0.04095-0.08893,0.09003-0.09314h1.82672v3.17755h2.49634v1.88879h-2.505v3.88318c-0.07812,0.59912,0.34418,1.14813,0.9433,1.22632c0.08539,0.01111,0.17169,0.01215,0.25726,0.00305c0.34552-0.0119,0.68616-0.08478,1.00629-0.21515l0.59991,1.77869C15.11993,17.60944,14.3548,17.86829,13.57117,17.84937z\"/></svg></li><li title=\"tumblr \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M16.7855,17.97432a4.7287,4.7287,0,0,1-1.61437.34575,1.75537,1.75537,0,0,1-1.92505-1.97215v-6.226h4.01646V7.0946H13.26117V2H10.331a.15657.15657,0,0,0-.14333.1493A6.11958,6.11958,0,0,1,6.25252,7.5386V10.122H8.27671v6.53565c0,2.23667,1.65047,5.41529,6.00756,5.34112a5.33685,5.33685,0,0,0,3.46321-1.17141l-.962-2.853\" data-name=\"Brand Logos\"/></svg></li><li title=\"twitter alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M20.47513,7.80461c.01029.18508.01029.37017.01029.545a11.885,11.885,0,0,1-.49361,3.36242A11.72882,11.72882,0,0,1,8.48538,20.3599a11.90085,11.90085,0,0,1-6.46784-1.90235,8.15161,8.15161,0,0,0,1.0077.06169,8.45,8.45,0,0,0,5.234-1.80978,4.22346,4.22346,0,0,1-3.93832-2.92027,5.0398,5.0398,0,0,0,.7918.072,4.03986,4.03986,0,0,0,1.12078-.15427A4.19949,4.19949,0,0,1,2.86074,9.892a1.65939,1.65939,0,0,1-.02059-.31876V9.52182a4.16674,4.16674,0,0,0,1.91258.52443,4.20207,4.20207,0,0,1-1.87141-3.5064,4.27253,4.27253,0,0,1,.56554-2.12854A11.96764,11.96764,0,0,0,12.14605,8.8226a4.21852,4.21852,0,0,1,7.18771-3.84575,8.4426,8.4426,0,0,0,2.68378-1.02828A4.978,4.978,0,0,1,20.47513,7.80461Z\" data-name=\"Brand Logos\"/></svg></li><li title=\"twitter \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M22,5.79608a8.19187,8.19187,0,0,1-2.35652.6463A4.11484,4.11484,0,0,0,21.44754,4.1726a8.19665,8.19665,0,0,1-2.606.99566,4.10461,4.10461,0,0,0-7.097,2.80768,4.15,4.15,0,0,0,.1057.93523A11.64962,11.64962,0,0,1,3.39364,4.62449,4.10694,4.10694,0,0,0,4.6632,10.10193,4.08409,4.08409,0,0,1,2.80454,9.589v.05185a4.10474,4.10474,0,0,0,3.29107,4.02274,4.08161,4.08161,0,0,1-1.081.14383,4.16469,4.16469,0,0,1-.77234-.07223,4.10792,4.10792,0,0,0,3.8322,2.84908A8.2615,8.2615,0,0,1,2,18.28267a11.61106,11.61106,0,0,0,6.28924,1.84421A11.594,11.594,0,0,0,19.96265,8.45346q0-.267-.0125-.53069A8.35975,8.35975,0,0,0,22,5.79608Z\" data-name=\"Brand Logos\"/></svg></li><li title=\"unlock alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path class=\"uim-tertiary\" d=\"M8 11c-.55214.00014-.99986-.44734-1-.99948C7 10.00035 7 10.00017 7 10V7c.00123-2.76266 2.24181-5.00124 5.00447-5.00001 1.32241.00059 2.59079.5248 3.52776 1.45801.62936.63624 1.07989 1.42715 1.30615 2.293.13937.53428-.18077 1.08038-.71505 1.21975-.53428.13937-1.08038-.18077-1.21975-.71505C14.903 6.25346 14.90243 6.25123 14.90186 6.249c-.13673-.52056-.40783-.99607-.78614-1.3789-1.17747-1.16731-3.07829-1.15907-4.2456.0184C9.31324 5.45022 9.00055 6.20902 9 7v3c.00014.55214-.44734.99986-.99948 1C8.00035 11 8.00017 11 8 11zM12 18c-.55214.00014-.99986-.44734-1-.99948 0-.00017 0-.00035 0-.00052v-3c0-.55229.44771-1 1-1s1 .44771 1 1v3c.00014.55214-.44734.99986-.99948 1C12.00035 18 12.00017 18 12 18z\"/><path class=\"uim-primary\" d=\"M17,9H7c-1.65686,0-3,1.34314-3,3v7c0,1.65686,1.34314,3,3,3h10c1.65686,0,3-1.34314,3-3v-7C20,10.34314,18.65686,9,17,9z M13,17c0.00012,0.55212-0.44733,0.99988-0.99945,1C12.00037,18,12.00018,18,12,18c-0.55212,0.00012-0.99988-0.44733-1-0.99945c0-0.00018,0-0.00037,0-0.00055v-3c0-0.55231,0.44769-1,1-1s1,0.44769,1,1V17z\"/></svg></li><li title=\"unlock \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M7,9h10c1.65685,0,3,1.34315,3,3v7c0,1.65685-1.34315,3-3,3H7c-1.65685,0-3-1.34315-3-3v-7C4,10.34315,5.34315,9,7,9z\"/><path class=\"uim-tertiary\" d=\"M9,7c0.00055-0.79095,0.31323-1.5498,0.87012-2.11151c1.1673-1.17749,3.06812-1.18567,4.24561-0.01837c0.3783,0.38281,0.64941,0.85834,0.78613,1.37891c0.00055,0.0022,0.00116,0.00446,0.00171,0.00665c0.1394,0.5343,0.68549,0.85443,1.21979,0.71509c0.53424-0.1394,0.85437-0.68549,0.71503-1.21979c-0.22626-0.86584-0.67676-1.65674-1.30615-2.29297C14.59528,2.52478,13.3269,2.00061,12.00446,2C9.24182,1.99878,7.00122,4.23737,7,7v2h2V7z\"/></svg></li><li title=\"upload alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M15.707,5.293l-3-3a.99962.99962,0,0,0-1.41406,0l-3,3A.99989.99989,0,0,0,9.707,6.707L11,5.41406V17a1,1,0,0,0,2,0V5.41406l1.293,1.293A.99989.99989,0,0,0,15.707,5.293Z\"/><path class=\"uim-tertiary\" d=\"M18,9H13v8a1,1,0,0,1-2,0V9H6a3.00328,3.00328,0,0,0-3,3v7a3.00328,3.00328,0,0,0,3,3H18a3.00328,3.00328,0,0,0,3-3V12A3.00328,3.00328,0,0,0,18,9Z\"/></svg></li><li title=\"user arrows \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path class=\"uim-quaternary\" d=\"M6,16.5A3.5,3.5,0,1,1,9.5,13,3.50424,3.50424,0,0,1,6,16.5Z\"/><path class=\"uim-tertiary\" d=\"M8.64026 15.27179a3.452 3.452 0 0 1-5.28052 0A4.98821 4.98821 0 0 0 1 19.5a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1A4.98821 4.98821 0 0 0 8.64026 15.27179zM18 16.5A3.5 3.5 0 1 1 21.5 13 3.50424 3.50424 0 0 1 18 16.5z\"/><path class=\"uim-secondary\" d=\"M20.64026,15.27179a3.452,3.452,0,0,1-5.28052,0A4.98821,4.98821,0,0,0,13,19.5a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1A4.98821,4.98821,0,0,0,20.64026,15.27179Z\"/><path class=\"uim-primary\" d=\"M17.207,5.793l-2-2A.99989.99989,0,0,0,13.793,5.207l.293.293H9.91406l.293-.293A.99989.99989,0,0,0,8.793,3.793l-2,2a.99962.99962,0,0,0,0,1.41406l2,2A.99989.99989,0,0,0,10.207,7.793l-.293-.293h4.17188l-.293.293A.99989.99989,0,1,0,15.207,9.207l2-2A.99962.99962,0,0,0,17.207,5.793Z\"/></svg></li><li title=\"user md \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M17.99847,8.06429,6.00266,8.109,5.72559,4.78353A3.00021,3.00021,0,0,1,8.16965,1.482L8.959,1.33871a17.03145,17.03145,0,0,1,6.08616.00066l.78593.1428a3.00013,3.00013,0,0,1,2.44334,3.30136Z\"/><path class=\"uim-quaternary\" d=\"M6.00891,8.109a5.99407,5.99407,0,0,0,11.98444-.04474Z\"/><path class=\"uim-primary\" d=\"M17.19806,13.3847v.00007l-4.491,4.491a.99963.99963,0,0,1-1.41406,0l-4.491-4.491V13.3847a9.945,9.945,0,0,0-4.736,7.44031,1.00012,1.00012,0,0,0,.99414,1.1084H20.93994a1.00012,1.00012,0,0,0,.99414-1.1084A9.945,9.945,0,0,0,17.19806,13.3847Z\"/><path class=\"uim-tertiary\" d=\"M15.69067,12.65405a6.01193,6.01193,0,0,1-7.382-.00012,10.004,10.004,0,0,0-1.50671.73084l4.491,4.491a.99963.99963,0,0,0,1.41406,0l4.491-4.491a10.005,10.005,0,0,0-1.507-.731Z\"/></svg></li><li title=\"user nurse \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path class=\"uim-tertiary\" d=\"M20.93994,22H3.06006a1.00012,1.00012,0,0,1-.99414-1.1084,9.99519,9.99519,0,0,1,19.86816,0A1.00012,1.00012,0,0,1,20.93994,22Z\"/><path class=\"uim-quaternary\" d=\"M12.708,18.30664l4.70581-4.71478a10.00128,10.00128,0,0,0-10.83264.00348L11.293,18.30713a1.00012,1.00012,0,0,0,.707.293h.00049A1.00175,1.00175,0,0,0,12.708,18.30664Z\"/><path class=\"uim-quaternary\" d=\"M11.99512,14a6,6,0,1,1,6-6A6.00656,6.00656,0,0,1,11.99512,14Z\"/><path class=\"uim-primary\" d=\"M6.09,9A5.99281,5.99281,0,0,0,17.91,9Z\"/></svg></li><li title=\"vector square alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M4 22a2 2 0 1 1 2-2A2.0026 2.0026 0 0 1 4 22zm0-2.002v0zM4 6A2 2 0 1 1 6 4 2.0026 2.0026 0 0 1 4 6zM4 3.99805v0zM20 6a2 2 0 1 1 2-2A2.0026 2.0026 0 0 1 20 6zm0-2.00195v0zM20 22a2 2 0 1 1 2-2A2.0026 2.0026 0 0 1 20 22zm0-2.002v0z\"/><rect width=\"10\" height=\"10\" x=\"7\" y=\"7\" class=\"uim-tertiary\" rx=\"1\"/><path class=\"uim-quaternary\" d=\"M18.27832 5a1.93565 1.93565 0 0 1 0-2H5.72168a1.93565 1.93565 0 0 1 0 2zM20 18a1.97629 1.97629 0 0 1 1 .27832V5.72168a1.93565 1.93565 0 0 1-2 0V18.27832A1.97629 1.97629 0 0 1 20 18zM4 18a1.97629 1.97629 0 0 1 1 .27832V5.72168a1.93565 1.93565 0 0 1-2 0V18.27832A1.97629 1.97629 0 0 1 4 18zM18.27832 19H5.72168a1.93565 1.93565 0 0 1 0 2H18.27832a1.93565 1.93565 0 0 1 0-2z\"/></svg></li><li title=\"vector square \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M5 8A3 3 0 1 1 8 5 3.00328 3.00328 0 0 1 5 8zM5 4A1 1 0 1 0 6 5 1.001 1.001 0 0 0 5 4zM19 8a3 3 0 1 1 3-3A3.00328 3.00328 0 0 1 19 8zm0-4a1 1 0 1 0 1 1A1.001 1.001 0 0 0 19 4zM5 22a3 3 0 1 1 3-3A3.00328 3.00328 0 0 1 5 22zm0-4a1 1 0 1 0 1 1A1.001 1.001 0 0 0 5 18zM19 22a3 3 0 1 1 3-3A3.00328 3.00328 0 0 1 19 22zm0-4a1 1 0 1 0 1 1A1.001 1.001 0 0 0 19 18z\"/><path class=\"uim-tertiary\" d=\"M16.18433 20a2.80512 2.80512 0 0 1-.00006-2H7.81573a2.80554 2.80554 0 0 1 0 2zM19 8a2.96485 2.96485 0 0 1-1-.18433v8.3686a2.80554 2.80554 0 0 1 2 0V7.81573A2.96457 2.96457 0 0 1 19 8zM7.81573 4A2.96457 2.96457 0 0 1 8 5a2.96457 2.96457 0 0 1-.18427 1h8.3686A2.96485 2.96485 0 0 1 16 5a2.96457 2.96457 0 0 1 .18427-1zM5 16a2.96457 2.96457 0 0 1 1 .18427V7.81573A2.96457 2.96457 0 0 1 5 8a2.96485 2.96485 0 0 1-1-.18433v8.3686A2.96457 2.96457 0 0 1 5 16z\"/></svg></li><li title=\"virus slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><circle cx=\"9\" cy=\"15\" r=\"1\" class=\"uim-primary\"/><circle cx=\"15\" cy=\"9\" r=\"1\" class=\"uim-primary\"/><path class=\"uim-quaternary\" d=\"M12 8a1 1 0 0 1-1-1V2a1 1 0 0 1 2 0V7A1 1 0 0 1 12 8zM12 23a1 1 0 0 1-1-1V17a1 1 0 0 1 2 0v5A1 1 0 0 1 12 23zM22 13H18a1 1 0 0 1 0-2h4a1 1 0 0 1 0 2z\"/><path class=\"uim-primary\" d=\"M4.97906 17.60687l-.75738.75739a.99989.99989 0 1 0 1.41406 1.41406l.75781-.75781A9.05911 9.05911 0 0 1 4.97906 17.60687zM19.02051 6.39355l.75781-.75781a.99989.99989 0 0 0-1.41406-1.41406l-.75739.75738A9.05911 9.05911 0 0 1 19.02051 6.39355z\"/><path class=\"uim-quaternary\" d=\"M6,13H2a1,1,0,0,1,0-2H6a1,1,0,0,1,0,2Z\"/><path class=\"uim-primary\" d=\"M22,23.002a.99672.99672,0,0,1-.707-.293l-20-20A.99989.99989,0,0,1,2.707,1.29492l20,20A1,1,0,0,1,22,23.002Z\"/><path class=\"uim-secondary\" d=\"M15.74628 14.33417a1.49957 1.49957 0 0 0-2.08045-2.08045zM8.25232 9.66833a1.49925 1.49925 0 0 0 2.07935 2.07935z\"/><path class=\"uim-tertiary\" d=\"M17.60632 19.02234l-7.27465-7.27466A1.49925 1.49925 0 0 1 8.25232 9.66833L4.97821 6.39423A8.94314 8.94314 0 0 0 3.059 11H6a1 1 0 0 1 0 2H3.059A9.01235 9.01235 0 0 0 11 20.93915V17a1 1 0 0 1 2 0v3.941A8.94864 8.94864 0 0 0 17.60632 19.02234zM9 16a1 1 0 1 1 1-1A1 1 0 0 1 9 16zM6.39246 4.98035l7.27337 7.27337a1.49957 1.49957 0 0 1 2.08045 2.08045l3.27429 3.27429A8.94873 8.94873 0 0 0 20.941 13H18a1 1 0 0 1 0-2h2.93915A9.01235 9.01235 0 0 0 13 3.059V7a1 1 0 0 1-2 0V3.06085A8.95292 8.95292 0 0 0 6.39246 4.98035zM15 8a1 1 0 1 1-1 1A1 1 0 0 1 15 8z\"/></svg></li><li title=\"visual studio \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M9.13313,14.2416,4.19906,18.08677,2.04679,17.01489V6.99362L4.19056,5.91323l4.9,3.85368L16.849,2l5.10421,2.03318V19.93279L16.87452,22Zm7.56275,1.35261V8.40579L12.051,12.00425l4.64484,3.59ZM4.3692,14.30115l2.44152-2.22033L4.3692,9.64781Z\"/></svg></li><li title=\"vk alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path class=\"uim-tertiary\" d=\"M15.0625,23H8.92725C2.77783,23,1,21.21973,1,15.0625V8.92676C1,2.77832,2.78027,1,8.9375,1h6.13525C21.22217,1,23,2.78027,23,8.9375v6.13574C23,21.22168,21.21973,23,15.0625,23z\"/><path class=\"uim-primary\" d=\"M11.6543,17.002c-0.21034-0.00021-0.41529-0.06648-0.58594-0.18945c-2.87352-2.05247-4.81551-5.16099-5.3999-8.64355C5.57623,7.62454,5.94284,7.10839,6.4873,7.01616S7.54791,7.29053,7.64014,7.835c0.37608,2.25524,1.42702,4.34349,3.01416,5.98926V8.002c0-0.55228,0.44771-1,1-1s1,0.44772,1,1v8c0.00025,0.55203-0.44705,0.99975-0.99908,1C11.65491,17.002,11.65461,17.002,11.6543,17.002z\"/><path class=\"uim-primary\" d=\"M16.65479,17.002c-0.2804,0.00027-0.54798-0.1174-0.73731-0.32422l-1.64795-1.79687c-0.43688-0.47554-0.99514-0.82297-1.61474-1.00491l-0.00049,2.126c0.00014,0.55214-0.44734,0.99986-0.99948,1c-0.00017,0-0.00035,0-0.00052,0l0,0c-0.55214,0.00015-0.99985-0.44732-1-0.99946c0-0.00018,0-0.00036,0-0.00054v-3.2705c-0.00015-0.55214,0.44732-0.99985,0.99946-1c0.00018,0,0.00036,0,0.00054,0c1.55447,0.00146,3.03738,0.65341,4.08935,1.79785l1.64746,1.79687c0.37338,0.40674,0.34633,1.03915-0.06041,1.41253C17.1463,16.90802,16.90511,17.00196,16.65479,17.002z\"/><path class=\"uim-primary\" d=\"M11.6499,14.96c-0.55214,0.00014-0.99986-0.44734-1-0.99948c0-0.00017,0-0.00035,0-0.00052V8.04c0-0.55228,0.44771-1,1-1s1,0.44772,1,1v5.92c0.00015,0.55214-0.44732,0.99985-0.99946,1C11.65026,14.96,11.65008,14.96,11.6499,14.96z\"/><path class=\"uim-primary\" d=\"M12.57031,13.83008c-0.55241,0.00012-1.00031-0.4476-1.00043-1.00001c-0.00008-0.40604,0.24531-0.77184,0.62104-0.92577c1.76348-0.72651,3.06314-2.26571,3.48388-4.126c0.11911-0.53929,0.65285-0.8799,1.19214-0.76079c0.53929,0.11911,0.87991,0.65285,0.76079,1.19214c-0.00089,0.00401-0.00179,0.00801-0.00273,0.01201c-0.56559,2.49564-2.31,4.56008-4.67627,5.53418C12.82863,13.80499,12.70008,13.83021,12.57031,13.83008z M11.6543,9.002h-0.00293L10.99707,9C10.44494,8.99801,9.99875,8.5492,10,7.99707C10.01707,7.45137,10.45714,7.01388,11.00293,7l0.6543,0.00195c0.55228,0.00081,0.99934,0.44918,0.99854,1.00146c-0.00081,0.55229-0.44918,0.99934-1.00146,0.99854V9.002z\"/></svg></li><li title=\"vk \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path class=\"uim-tertiary\" d=\"M18.14581,16.27081h-1.45833c-0.552,0-0.71873-0.44793-1.70829-1.4375C14.11456,14,13.75,13.89581,13.53125,13.89581c-0.30206,0-0.38544,0.08332-0.38544,0.5v1.3125c0,0.35419-0.11456,0.5625-1.04162,0.5625c-1.82498-0.12261-3.47987-1.11477-4.44794-2.66668c-1.13289-1.41009-1.92114-3.06507-2.30206-4.83332c0-0.21875,0.08329-0.41668,0.5-0.41668h1.45829c0.375,0,0.51046,0.16668,0.65627,0.55212c0.70831,2.08331,1.91669,3.89581,2.40625,3.89581c0.18748,0,0.27081-0.08331,0.27081-0.55206v-2.14587c-0.0625-0.97913-0.58333-1.0625-0.58333-1.41663c0.01426-0.19426,0.18041-0.34196,0.375-0.33337h2.29171c0.3125,0,0.41662,0.15625,0.41662,0.53125v2.89587c0,0.3125,0.13544,0.41663,0.22919,0.41663c0.18748,0,0.33331-0.10413,0.67706-0.44788c0.73869-0.90082,1.34225-1.90441,1.79169-2.97919c0.09427-0.26579,0.35411-0.43617,0.63544-0.41668h1.45829c0.43752,0,0.53127,0.21875,0.43752,0.53125c-0.53063,1.18831-1.18715,2.3163-1.95831,3.36462c-0.15625,0.23956-0.21875,0.36456,0,0.64581c0.14579,0.21875,0.65625,0.64582,1,1.05207c0.49999,0.49874,0.91516,1.07579,1.22912,1.70837C18.77081,16.0625,18.56248,16.27081,18.14581,16.27081z\"/><path class=\"uim-primary\" d=\"M15.07294,2H8.9375C3.33331,2,2,3.33331,2,8.92706v6.13544C2,20.66663,3.32294,22,8.92706,22h6.13544C20.66669,22,22,20.67706,22,15.07288V8.9375C22,3.33331,20.67706,2,15.07294,2z M18.14581,16.27081H16.6875c-0.552,0-0.71875-0.44794-1.70831-1.4375C14.11456,14,13.75,13.89581,13.53125,13.89581c-0.30206,0-0.38544,0.08331-0.38544,0.5v1.3125c0,0.35419-0.11456,0.5625-1.04163,0.5625c-1.82495-0.12262-3.47986-1.11475-4.44794-2.66669c-1.13287-1.4101-1.92114-3.06506-2.30206-4.83331c0-0.21875,0.08331-0.41669,0.5-0.41669H7.3125c0.375,0,0.51044,0.16669,0.65625,0.55212c0.70831,2.08331,1.91669,3.89581,2.40625,3.89581c0.1875,0,0.27081-0.08331,0.27081-0.55206v-2.14587C10.58331,9.125,10.0625,9.04163,10.0625,8.6875c0.01422-0.19427,0.18042-0.34198,0.375-0.33337h2.29169c0.3125,0,0.41663,0.15625,0.41663,0.53125v2.89587c0,0.3125,0.13544,0.41663,0.22919,0.41663c0.1875,0,0.33331-0.10413,0.67706-0.44788c0.73871-0.90082,1.34222-1.90442,1.79169-2.97919c0.09424-0.26581,0.35413-0.43616,0.63544-0.41669h1.45831c0.4375,0,0.53125,0.21875,0.4375,0.53125c-0.53064,1.18829-1.18713,2.31628-1.95831,3.36462c-0.15625,0.23956-0.21875,0.36456,0,0.64581c0.14581,0.21875,0.65625,0.64581,1,1.05206c0.5,0.49872,0.91516,1.07581,1.22913,1.70837C18.77081,16.0625,18.5625,16.27081,18.14581,16.27081z\"/></svg></li><li title=\"vuejs alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><polygon class=\"uim-tertiary\" points=\"12.018 19.151 4.315 6 7.138 6 12.024 14.407 16.871 6 19.68 6\"/><path class=\"uim-primary\" d=\"M14.38,4.00128l-2.37433,3.95599L9.62213,4.00128l-8.7973-0.00085l11.19666,19.11511L23.16022,4.00079L14.38,4.00128z M12.01801,19.151L4.315,6h2.823l4.88599,8.40698L16.87097,6h2.80902L12.01801,19.151z\"/></svg></li><li title=\"vuejs \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M6.97592,3.43329l3.64623,0.00129l1.38355,1.956l1.3743-1.956l3.64334-0.00074l-4.99953,8.40656L6.97592,3.43329z\"/><path class=\"uim-primary\" d=\"M14.59955,2.43c-0.32568-0.00003-0.63097,0.15854-0.81824,0.425L12,5.39l-1.7912-2.5368C10.02143,2.5878,9.71679,2.42997,9.39191,2.43H6.38l3.55,5.92l2.1,3.5l2.07-3.5l3.52-5.92L14.59955,2.43z\"/><path class=\"uim-tertiary\" d=\"M22.00098,2.43848L17.617,2.43506l-3.51703,5.91492l-2.06995,3.5l-2.10004-3.5l-3.5459-5.91315L1.99463,2.46094c-0.17621,0.00085-0.349,0.04828-0.50098,0.13745C1.01733,2.87787,0.85779,3.49048,1.13721,3.9668l10.01953,17.10547c0.17963,0.30603,0.50793,0.49408,0.86279,0.49414h0.00098c0.35547-0.00031,0.68408-0.18915,0.86328-0.49609l9.98047-17.12793C22.95312,3.78986,23,3.61652,23.00024,3.44C23.00085,2.88751,22.55353,2.43915,22.00098,2.43848z\"/></svg></li><li title=\"web grid alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><polygon class=\"uim-quaternary\" points=\"22 8 2 8 2 10 11 10 11 22 13 22 13 10 22 10\"/><path class=\"uim-primary\" d=\"M3,2h18c0.55228,0,1,0.44772,1,1v5l0,0H2l0,0V3C2,2.44772,2.44772,2,3,2z\"/><path class=\"uim-tertiary\" d=\"M2,10h9l0,0v12l0,0H3c-0.55228,0-1-0.44772-1-1V10L2,10z M13,10h9l0,0v11c0,0.55228-0.44772,1-1,1h-8l0,0V10L13,10z\"/></svg></li><li title=\"web grid \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><polygon class=\"uim-quaternary\" points=\"2 13 14 13 14 22 16 22 16 13 16 13 16 11 16 11 16 2 14 2 14 11 2 11\"/><path class=\"uim-primary\" d=\"M21,22h-5l0,0V2l0,0h5c0.55228,0,1,0.44772,1,1v18C22,21.55228,21.55228,22,21,22z\"/><path class=\"uim-tertiary\" d=\"M14 22H3c-.55229 0-1-.44772-1-1v-8l0 0h12l0 0V22L14 22zM14 11H2l0 0V3c0-.55229.44771-1 1-1h11l0 0V11L14 11z\"/></svg></li><li title=\"web section alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path class=\"uim-quaternary\" d=\"M9.9,2H8.1C8.00154,2.32358,7.96757,2.66333,8,3v18c-0.03243,0.33667,0.00154,0.67642,0.1,1h1.8c0.09846-0.32358,0.13243-0.66333,0.1-1V3C10.03243,2.66333,9.99846,2.32358,9.9,2z\"/><path class=\"uim-primary\" d=\"M3,2h5l0,0v20l0,0H3c-0.55228,0-1-0.44772-1-1V3C2,2.44772,2.44772,2,3,2z\"/><path class=\"uim-tertiary\" d=\"M10,2h11c0.55228,0,1,0.44772,1,1v18c0,0.55228-0.44772,1-1,1H10l0,0V2L10,2z\"/></svg></li><li title=\"web section \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><rect width=\"2\" height=\"20\" x=\"14\" y=\"2\" class=\"uim-quaternary\"/><path class=\"uim-tertiary\" d=\"M3,2h11l0,0v20l0,0H3c-0.55228,0-1-0.44772-1-1V3C2,2.44772,2.44772,2,3,2z\"/><path class=\"uim-primary\" d=\"M16,2h5c0.55228,0,1,0.44772,1,1v18c0,0.55228-0.44772,1-1,1h-5l0,0V2L16,2z\"/></svg></li><li title=\"whatsapp \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M21.99017,6.54663a10.58917,10.58917,0,0,0-.10351-1.2821,4.31224,4.31224,0,0,0-.36231-1.08875,3.85315,3.85315,0,0,0-1.69482-1.69665A4.29892,4.29892,0,0,0,18.74707,2.117a10.52349,10.52349,0,0,0-1.292-.10546c-.18347-.00666-.4209-.00995-.53046-.00995L7.0769,2c-.10913,0-.34661.0033-.53027.00983a10.565,10.565,0,0,0-1.2821.10351,4.31223,4.31223,0,0,0-1.08875.36225A3.8543,3.8543,0,0,0,2.47906,4.17047a4.30328,4.30328,0,0,0-.36212,1.08246,10.54549,10.54549,0,0,0-.10547,1.292c-.00653.18347-.00988.4209-.00988.5304L2,16.9231c0,.10907.0033.34655.00983.53027a10.565,10.565,0,0,0,.10351,1.2821,4.313,4.313,0,0,0,.36225,1.08875,3.854,3.854,0,0,0,1.69482,1.69665,4.30453,4.30453,0,0,0,1.08252.36213,10.51972,10.51972,0,0,0,1.292.10546c.18341.0066.4209.00995.5304.00995L16.9231,22c.10907,0,.34661-.0033.53021-.00983a10.578,10.578,0,0,0,1.28216-.10351,4.31578,4.31578,0,0,0,1.08869-.36225,3.85422,3.85422,0,0,0,1.69671-1.69488,4.30144,4.30144,0,0,0,.36213-1.08246,10.53342,10.53342,0,0,0,.10553-1.292c.00659-.18347.00988-.4209.00988-.5304L22,7.0769C22,6.96783,21.9967,6.73029,21.99017,6.54663ZM12.21674,18.95648h-.00293a7.12618,7.12618,0,0,1-3.40693-.86743l-3.77929.991L6.039,15.3869a7.12969,7.12969,0,1,1,6.17774,3.56958Z\"/><path class=\"uim-primary\" d=\"M12.21906,5.90112a5.92655,5.92655,0,0,0-5.022,9.07575L7.338,15.201l-.59863,2.18585L8.982,16.79871l.21637.12841a5.91785,5.91785,0,0,0,3.01593.82569h.00238a5.92585,5.92585,0,0,0,.00239-11.85169Zm3.48541,8.47a1.83436,1.83436,0,0,1-1.20239.84675,2.44255,2.44255,0,0,1-1.122-.0705,10.27562,10.27562,0,0,1-1.01551-.37518,7.94,7.94,0,0,1-3.043-2.68891,3.46344,3.46344,0,0,1-.72735-1.84216,1.99712,1.99712,0,0,1,.62347-1.4856.65467.65467,0,0,1,.475-.22284c.11871,0,.23761.0011.34137.00629.10937.00543.25622-.04156.40082.30573.14843.3565.5047,1.233.54919,1.32214a.328.328,0,0,1,.01489.312,1.21566,1.21566,0,0,1-.17816.29712c-.08905.104-.18707.23218-.26715.312-.08923.08881-.18207.18518-.07819.3634a5.36573,5.36573,0,0,0,.991,1.23365,4.86312,4.86312,0,0,0,1.4325.88391c.1781.08917.282.07428.38592-.04456s.44531-.52.564-.69824.23749-.14856.40075-.08911,1.03913.49023,1.21729.57935.29687.13372.34137.208a1.48784,1.48784,0,0,1-.10382.84684Z\"/></svg></li><li title=\"window grid \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><polygon class=\"uim-quaternary\" points=\"22 11 10 11 10 2 8 2 8 11 8 11 8 13 8 13 8 22 10 22 10 13 22 13\"/><path class=\"uim-primary\" d=\"M3,2h5l0,0v20l0,0H3c-0.55228,0-1-0.44772-1-1V3C2,2.44772,2.44772,2,3,2z\"/><path class=\"uim-tertiary\" d=\"M10,2h11c0.55228,0,1,0.44772,1,1v8l0,0H10l0,0V2L10,2z M10,13h12l0,0v8c0,0.55228-0.44772,1-1,1H10l0,0V13L10,13z\"/></svg></li><li title=\"window maximize \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><rect width=\"20\" height=\"2\" x=\"2\" y=\"8\" class=\"uim-quaternary\"/><path class=\"uim-primary\" d=\"M3,2h18c0.55228,0,1,0.44772,1,1v5l0,0H2l0,0V3C2,2.44772,2.44772,2,3,2z\"/><path class=\"uim-tertiary\" d=\"M2,10h20l0,0v11c0,0.55228-0.44772,1-1,1H3c-0.55228,0-1-0.44772-1-1V10L2,10z\"/></svg></li><li title=\"window section \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><rect width=\"6\" height=\"12\" x=\"9\" y=\"10\" class=\"uim-tertiary\"/><path class=\"uim-tertiary\" d=\"M2,10v11c0,0.55228,0.44772,1,1,1h4V10H2z\"/><polygon class=\"uim-quaternary\" points=\"22 8 2 8 2 10 7 10 7 22 9 22 9 10 15 10 15 22 17 22 17 10 22 10\"/><path class=\"uim-tertiary\" d=\"M17,10v12h4c0.55228,0,1-0.44772,1-1V10H17z\"/><path class=\"uim-primary\" d=\"M3,2h18c0.55228,0,1,0.44772,1,1v5l0,0H2l0,0V3C2,2.44772,2.44772,2,3,2z\"/></svg></li><li title=\"windows \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path class=\"uim-primary\" d=\"M2.0292,4.83164,10.17746,3.722l.00351,7.85962L2.0366,11.628,2.0292,4.83172Zm8.14437,7.65549.00623,7.86647L2.03551,19.23386,2.03505,12.4344l8.13844.05273Zm.98773-8.91036L21.9651,2v9.48164l-10.8038.08567V3.57677Zm10.8063,8.98435L21.965,22,11.16122,20.47518l-.01511-7.93174Z\"/></svg></li><li title=\"wordpress simple \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"10\" class=\"uim-quaternary\"/><path class=\"uim-primary\" d=\"M12,1.99991a10.00009,10.00009,0,1,0,10,9.99975A10.01117,10.01117,0,0,0,12,1.99991ZM3.00928,11.99966a8.95545,8.95545,0,0,1,.77844-3.659L8.07654,20.09122A8.99125,8.99125,0,0,1,3.00928,11.99966ZM12,20.99112a8.98762,8.98762,0,0,1-2.54-.36633l2.69788-7.83869,2.7633,7.57135a.84324.84324,0,0,0,.06446.1239A8.97139,8.97139,0,0,1,12,20.99112ZM13.239,7.78427c.54126-.02844,1.02906-.08539,1.02906-.08539a.37165.37165,0,0,0-.05738-.741s-1.4563.11432-2.39648.11432c-.8833,0-2.3678-.11432-2.3678-.11432a.37165.37165,0,0,0-.057.741s.4585.05695.943.08539l1.40075,3.838-1.968,5.90088L6.49133,7.78427c.54163-.02844,1.02893-.08539,1.02893-.08539a.37166.37166,0,0,0-.05749-.741s-1.45593.11432-2.39612.11432c-.1687,0-.36768-.00416-.57861-.01093A8.98815,8.98815,0,0,1,18.07117,5.36948c-.0387-.00238-.07654-.00721-.11634-.00721A1.5567,1.5567,0,0,0,16.445,6.95792a4.21016,4.21016,0,0,0,.88317,2.1087,4.73577,4.73577,0,0,1,.74122,2.47955,10.88314,10.88314,0,0,1-.68409,2.9065l-.897,2.99634ZM16.52,19.7709l2.74609-7.93969a8.489,8.489,0,0,0,.68372-3.22028,6.9105,6.9105,0,0,0-.06043-.92456A8.99223,8.99223,0,0,1,16.52,19.7709Z\"/></svg></li><li title=\"wordpress \"><svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\"><path class=\"uim-quaternary\" d=\"M12,2.6A9.4,9.4,0,1,0,21.4,12,9.4,9.4,0,0,0,12,2.6Z\"/><path class=\"uim-primary\" d=\"M12.14648 12.72858L9.64575 19.99377a8.33685 8.33685 0 0 0 5.12171-.13293.74428.74428 0 0 1-.0597-.11487zM3.66675 11.99963a8.33374 8.33374 0 0 0 4.69678 7.4997L4.38818 8.60834A8.30011 8.30011 0 0 0 3.66675 11.99963z\"/><path class=\"uim-primary\" d=\"M17.62573,11.57941a4.38889,4.38889,0,0,0-.687-2.29816,3.90279,3.90279,0,0,1-.8186-1.95453,1.4429,1.4429,0,0,1,1.39941-1.47894c.037,0,.072.00445.10791.00671A8.3314,8.3314,0,0,0,5.03735,7.42255c.19556.00622.37989.01013.53626.01013.87146,0,2.22107-.106,2.22107-.106a.34448.34448,0,0,1,.05322.68677s-.45166.05286-.95361.07916l3.03442,9.02649,1.824-5.4693L10.45435,8.09265c-.449-.0263-.874-.07916-.874-.07916a.34447.34447,0,0,1,.053-.68677s1.37586.106,2.19458.106c.87146,0,2.22131-.106,2.22131-.106a.34447.34447,0,0,1,.0531.68677s-.452.05286-.95361.07916l3.01148,8.95777.85962-2.72407A9.60383,9.60383,0,0,0,17.62573,11.57941Z\"/><path class=\"uim-primary\" d=\"M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm7.79492,15.25519a9.4271,9.4271,0,0,1-4.13623,3.40631A9.38753,9.38753,0,0,1,6.74475,19.795a9.432,9.432,0,0,1-3.40637-4.13629,9.38577,9.38577,0,0,1,.8667-8.91394A9.4271,9.4271,0,0,1,8.34131,3.33844a9.38753,9.38753,0,0,1,8.91394.86652,9.432,9.432,0,0,1,3.40637,4.13629,9.38577,9.38577,0,0,1-.8667,8.91394Z\"/><path class=\"uim-primary\" d=\"M19.36877,8.85876a7.86528,7.86528,0,0,1-.63391,2.98475L16.1897,19.20239A8.33428,8.33428,0,0,0,19.31274,8.002,6.38147,6.38147,0,0,1,19.36877,8.85876Z\"/></svg></li><li title=\"wrap text \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path class=\"uim-tertiary\" d=\"M21 7.167H3a1 1 0 0 1 0-2H21a1 1 0 0 1 0 2zM9 17.167H3a1 1 0 1 1 0-2H9a1 1 0 0 1 0 2z\"/><path class=\"uim-primary\" d=\"M18.5,17.167H15a1,1,0,0,1,0-2h3.5a1.5,1.5,0,0,0,0-3H3a1,1,0,0,1,0-2H18.5a3.5,3.5,0,1,1,0,7Z\"/><path class=\"uim-primary\" d=\"M14.999,18.833a.99523.99523,0,0,1-.63867-.23145l-2-1.666a1.00063,1.00063,0,0,1-.001-1.53711l2-1.667a1.00053,1.00053,0,0,1,1.28124,1.5371l-1.07813.89844,1.07716.89746A1,1,0,0,1,14.999,18.833Z\"/></svg></li><li title=\"youtube \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path class=\"uim-tertiary\" d=\"M15.66349,11.77493c-2.017-1.07792-3.9484-2.07746-5.9226-3.11211v6.18993c2.07746-1.12933,4.26757-2.164,5.93117-3.08639C15.67206,11.76636,15.66349,11.77493,15.66349,11.77493z\"/><path class=\"uim-primary\" d=\"M22.97382,9.7146c0.04663-1.43134-0.26746-2.85144-0.91345-4.12958c-0.4317-0.53339-1.04034-0.89423-1.71545-1.01715c-2.77203-0.24066-5.55463-0.3385-8.33679-0.29303C9.22614,4.22913,6.44366,4.32697,3.67175,4.56787C3.12262,4.67041,2.6142,4.92755,2.20612,5.30908C1.31146,6.13843,1.24615,7.56,1.11145,8.75751c-0.14758,2.15845-0.14758,4.32452,0,6.48297C1.1358,15.91644,1.237,16.5874,1.41309,17.24042c0.11926,0.50562,0.36218,0.97375,0.70691,1.36237c0.40814,0.40222,0.92773,0.67236,1.49139,0.77545c2.15582,0.26709,4.32831,0.37665,6.50012,0.32776v0.00006c3.49408,0.05591,6.57275-0.0033,10.1983-0.27594c0.57941-0.09943,1.11475-0.37305,1.53461-0.78442c0.27277-0.27124,0.47931-0.60168,0.6037-0.9657c0.36157-1.09528,0.53918-2.24286,0.5257-3.39618C23.00806,13.68872,23.00806,10.30969,22.97382,9.7146z M15.66351,11.7749c-0.00128-0.00067-0.0025-0.00134-0.00378-0.00201c-0.82916,0.45929-1.7876,0.94629-2.79803,1.45905c-1.0152,0.51514-2.08203,1.05609-3.12079,1.62079V8.66284V8.66278c0.98712,0.51733,1.9635,1.02594,2.94525,1.53986c0.98053,0.51331,1.96643,1.03198,2.97357,1.57025c0.00385-0.00214,0.00848-0.00439,0.01233-0.00653L15.66351,11.7749z\"/></svg></li><li class='heading'>solid</li><li title=\"airplay \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M12.8,13.4c-0.1-0.1-0.1-0.2-0.2-0.2c-0.5-0.3-1.1-0.2-1.5,0.2l-4,6C7.1,19.6,7,19.8,7,20c0,0.6,0.4,1,1,1h8c0.2,0,0.4-0.1,0.6-0.2c0.5-0.3,0.6-0.9,0.3-1.4L12.8,13.4z M19,3H5C3.3,3,2,4.3,2,6v9c0,1.7,1.3,3,3,3h0.8c0.6,0,1-0.4,1-1s-0.4-1-1-1H5c-0.6,0-1-0.4-1-1V6c0-0.6,0.4-1,1-1h14c0.6,0,1,0.4,1,1v9c0,0.6-0.4,1-1,1h-0.8c-0.6,0-1,0.4-1,1s0.4,1,1,1H19c1.7,0,3-1.3,3-3V6C22,4.3,20.7,3,19,3z\"/></svg></li><li title=\"align alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M10,15H3c-0.6,0-1,0.4-1,1s0.4,1,1,1h7c0.6,0,1-0.4,1-1S10.6,15,10,15z M10,11H3c-0.6,0-1,0.4-1,1s0.4,1,1,1h7c0.6,0,1-0.4,1-1S10.6,11,10,11z M10,7H3C2.4,7,2,7.4,2,8s0.4,1,1,1h7c0.6,0,1-0.4,1-1S10.6,7,10,7z M14,5h7c0.6,0,1-0.4,1-1s-0.4-1-1-1h-7c-0.6,0-1,0.4-1,1S13.4,5,14,5z M10,19H3c-0.6,0-1,0.4-1,1s0.4,1,1,1h7c0.6,0,1-0.4,1-1S10.6,19,10,19z M21,15h-7c-0.6,0-1,0.4-1,1s0.4,1,1,1h7c0.6,0,1-0.4,1-1S21.6,15,21,15z M21,7h-7c-0.6,0-1,0.4-1,1s0.4,1,1,1h7c0.6,0,1-0.4,1-1S21.6,7,21,7z M10,3H7C6.4,3,6,3.4,6,4s0.4,1,1,1h3c0.6,0,1-0.4,1-1S10.6,3,10,3z M21,11h-7c-0.6,0-1,0.4-1,1s0.4,1,1,1h7c0.6,0,1-0.4,1-1S21.6,11,21,11z M17,19h-3c-0.6,0-1,0.4-1,1s0.4,1,1,1h3c0.6,0,1-0.4,1-1S17.6,19,17,19z\"/></svg></li><li title=\"align center justify \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M17,19H7c-0.6,0-1,0.4-1,1s0.4,1,1,1h10c0.6,0,1-0.4,1-1S17.6,19,17,19z M3,5h18c0.6,0,1-0.4,1-1s-0.4-1-1-1H3C2.4,3,2,3.4,2,4S2.4,5,3,5z M21,15H3c-0.6,0-1,0.4-1,1s0.4,1,1,1h18c0.6,0,1-0.4,1-1S21.6,15,21,15z M21,11H3c-0.6,0-1,0.4-1,1s0.4,1,1,1h18c0.6,0,1-0.4,1-1S21.6,11,21,11z M21,7H3C2.4,7,2,7.4,2,8s0.4,1,1,1h18c0.6,0,1-0.4,1-1S21.6,7,21,7z\"/></svg></li><li title=\"align center \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M7,9c-0.6,0-1,0.4-1,1s0.4,1,1,1h10c0.6,0,1-0.4,1-1s-0.4-1-1-1H7z M3,7h18c0.6,0,1-0.4,1-1s-0.4-1-1-1H3C2.4,5,2,5.4,2,6S2.4,7,3,7z M17,17H7c-0.6,0-1,0.4-1,1s0.4,1,1,1h10c0.6,0,1-0.4,1-1S17.6,17,17,17z M21,13H3c-0.6,0-1,0.4-1,1s0.4,1,1,1h18c0.6,0,1-0.4,1-1S21.6,13,21,13z\"/></svg></li><li title=\"align justify \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M3,7h18c0.6,0,1-0.4,1-1s-0.4-1-1-1H3C2.4,5,2,5.4,2,6S2.4,7,3,7z M21,9H3c-0.6,0-1,0.4-1,1s0.4,1,1,1h18c0.6,0,1-0.4,1-1S21.6,9,21,9z M21,13H3c-0.6,0-1,0.4-1,1s0.4,1,1,1h18c0.6,0,1-0.4,1-1S21.6,13,21,13z M21,17H3c-0.6,0-1,0.4-1,1s0.4,1,1,1h18c0.6,0,1-0.4,1-1S21.6,17,21,17z\"/></svg></li><li title=\"align left justify \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21,15H3c-0.6,0-1,0.4-1,1s0.4,1,1,1h18c0.6,0,1-0.4,1-1S21.6,15,21,15z M15,19H3c-0.6,0-1,0.4-1,1s0.4,1,1,1h12c0.6,0,1-0.4,1-1S15.6,19,15,19z M3,5h18c0.6,0,1-0.4,1-1s-0.4-1-1-1H3C2.4,3,2,3.4,2,4S2.4,5,3,5z M21,7H3C2.4,7,2,7.4,2,8s0.4,1,1,1h18c0.6,0,1-0.4,1-1S21.6,7,21,7z M21,11H3c-0.6,0-1,0.4-1,1s0.4,1,1,1h18c0.6,0,1-0.4,1-1S21.6,11,21,11z\"/></svg></li><li title=\"align left \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M3,7h18c0.6,0,1-0.4,1-1s-0.4-1-1-1H3C2.4,5,2,5.4,2,6S2.4,7,3,7z M3,11h14c0.6,0,1-0.4,1-1s-0.4-1-1-1H3c-0.6,0-1,0.4-1,1S2.4,11,3,11z M21,13H3c-0.6,0-1,0.4-1,1s0.4,1,1,1h18c0.6,0,1-0.4,1-1S21.6,13,21,13z M17,17H3c-0.6,0-1,0.4-1,1s0.4,1,1,1h14c0.6,0,1-0.4,1-1S17.6,17,17,17z\"/></svg></li><li title=\"align letter right \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21,20H3c-0.6,0-1,0.4-1,1s0.4,1,1,1h18c0.6,0,1-0.4,1-1S21.6,20,21,20z M10,4h11c0.6,0,1-0.4,1-1s-0.4-1-1-1H10C9.4,2,9,2.4,9,3S9.4,4,10,4z M21,16H11c-0.6,0-1,0.4-1,1s0.4,1,1,1h10c0.6,0,1-0.4,1-1S21.6,16,21,16z M21,10H3c-0.6,0-1,0.4-1,1s0.4,1,1,1h18c0.6,0,1-0.4,1-1S21.6,10,21,10z M21,6H3C2.4,6,2,6.4,2,7s0.4,1,1,1h18c0.6,0,1-0.4,1-1S21.6,6,21,6z\"/></svg></li><li title=\"align right justify \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M3,5h18c0.6,0,1-0.4,1-1s-0.4-1-1-1H3C2.4,3,2,3.4,2,4S2.4,5,3,5z M21,19H11c-0.6,0-1,0.4-1,1s0.4,1,1,1h10c0.6,0,1-0.4,1-1S21.6,19,21,19z M21,11H3c-0.6,0-1,0.4-1,1s0.4,1,1,1h18c0.6,0,1-0.4,1-1S21.6,11,21,11z M21,15H3c-0.6,0-1,0.4-1,1s0.4,1,1,1h18c0.6,0,1-0.4,1-1S21.6,15,21,15z M21,7H3C2.4,7,2,7.4,2,8s0.4,1,1,1h18c0.6,0,1-0.4,1-1S21.6,7,21,7z\"/></svg></li><li title=\"align right \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M3,7h18c0.6,0,1-0.4,1-1s-0.4-1-1-1H3C2.4,5,2,5.4,2,6S2.4,7,3,7z M21,9H7c-0.6,0-1,0.4-1,1s0.4,1,1,1h14c0.6,0,1-0.4,1-1S21.6,9,21,9z M21,13H3c-0.6,0-1,0.4-1,1s0.4,1,1,1h18c0.6,0,1-0.4,1-1S21.6,13,21,13z M21,17H7c-0.6,0-1,0.4-1,1s0.4,1,1,1h14c0.6,0,1-0.4,1-1S21.6,17,21,17z\"/></svg></li><li title=\"analysis \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21.7,7.3c-0.4-0.4-1-0.4-1.4,0L14,13.6L9.7,9.3C9.5,9.1,9.3,9,9,9C8.7,9,8.5,9.1,8.3,9.3l-6,6C2.1,15.5,2,15.7,2,16c0,0.6,0.4,1,1,1c0.3,0,0.5-0.1,0.7-0.3L9,11.4l4.3,4.3c0.1,0.1,0.2,0.2,0.3,0.2C13.7,16,13.9,16,14,16c0.2,0,0.5-0.1,0.6-0.3c0,0,0,0,0.1,0c0,0,0,0,0,0s0,0,0,0l7-7C22.1,8.3,22.1,7.7,21.7,7.3z\"/></svg></li><li title=\"analytics \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M10,2C9.4,2,9,2.4,9,3c0,0,0,0,0,0v18c0,0.6,0.4,1,1,1s1-0.4,1-1V3C11,2.4,10.6,2,10,2C10,2,10,2,10,2z M5,12c-0.6,0-1,0.4-1,1c0,0,0,0,0,0v8c0,0.6,0.4,1,1,1s1-0.4,1-1v-8C6,12.4,5.6,12,5,12C5,12,5,12,5,12z M15,8c-0.6,0-1,0.4-1,1c0,0,0,0,0,0v12c0,0.6,0.4,1,1,1s1-0.4,1-1V9C16,8.4,15.6,8,15,8C15,8,15,8,15,8z M20,16c-0.6,0-1,0.4-1,1c0,0,0,0,0,0v4c0,0.6,0.4,1,1,1s1-0.4,1-1v-4C21,16.4,20.6,16,20,16C20,16,20,16,20,16z\"/></svg></li><li title=\"anchor \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M19,13h-2c-0.6,0-1,0.4-1,1s0.4,1,1,1h0.9c-0.4,2.5-2.4,4.5-4.9,4.9V11h1c0.6,0,1-0.4,1-1s-0.4-1-1-1h-1V7.8c1.2-0.4,2-1.5,2-2.8c0-1.7-1.3-3-3-3S9,3.3,9,5c0,1.3,0.8,2.4,2,2.8V9h-1c-0.6,0-1,0.4-1,1s0.4,1,1,1h1v8.9c-2.5-0.4-4.5-2.4-4.9-4.9H7c0.6,0,1-0.4,1-1s-0.4-1-1-1H5c-0.6,0-1,0.4-1,1c0,4.4,3.6,8,8,8c4.4,0,8-3.6,8-8C20,13.4,19.6,13,19,13z M12,4c0.6,0,1,0.4,1,1c0,0.6-0.4,1-1,1s-1-0.4-1-1S11.4,4,12,4z\"/></svg></li><li title=\"angle double down \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M11.3,11.5c0.2,0.2,0.4,0.3,0.7,0.3c0.3,0,0.5-0.1,0.7-0.3l3-3c0.4-0.4,0.4-1,0-1.4c-0.4-0.4-1-0.4-1.4,0L12,9.3L9.7,7c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1,0,1.4L11.3,11.5z M14.3,12.5L12,14.8l-2.3-2.3c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1,0,1.4l3,3c0.2,0.2,0.4,0.3,0.7,0.3c0.3,0,0.5-0.1,0.7-0.3l3-3c0.4-0.4,0.4-1,0-1.4C15.3,12.2,14.7,12.2,14.3,12.5z\"/></svg></li><li title=\"angle double left \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M17,14.3L14.7,12L17,9.7c0.4-0.4,0.4-1,0-1.4c-0.4-0.4-1-0.4-1.4,0l-3,3c0,0,0,0,0,0c-0.4,0.4-0.4,1,0,1.4l3,3c0.2,0.2,0.4,0.3,0.7,0.3c0.3,0,0.5-0.1,0.7-0.3C17.3,15.3,17.3,14.7,17,14.3z M9.2,12l2.3-2.3c0.4-0.4,0.4-1,0-1.4c-0.4-0.4-1-0.4-1.4,0l-3,3c0,0,0,0,0,0c-0.4,0.4-0.4,1,0,1.4l3,3c0.2,0.2,0.4,0.3,0.7,0.3c0.3,0,0.5-0.1,0.7-0.3c0.4-0.4,0.4-1,0-1.4L9.2,12z\"/></svg></li><li title=\"angle double right \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M8.5,8.3c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1,0,1.4L9.3,12L7,14.3c-0.2,0.2-0.3,0.4-0.3,0.7c0,0.6,0.4,1,1,1c0.3,0,0.5-0.1,0.7-0.3l3-3c0,0,0,0,0,0c0.4-0.4,0.4-1,0-1.4L8.5,8.3z M17,11.3l-3-3c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1,0,1.4l2.3,2.3l-2.3,2.3c-0.2,0.2-0.3,0.4-0.3,0.7c0,0.6,0.4,1,1,1c0.3,0,0.5-0.1,0.7-0.3l3-3C17.3,12.3,17.3,11.7,17,11.3z\"/></svg></li><li title=\"angle double up \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M12.7,12.5C12.7,12.5,12.7,12.5,12.7,12.5c-0.4-0.4-1-0.4-1.4,0l-3,3c-0.4,0.4-0.4,1,0,1.4c0.4,0.4,1,0.4,1.4,0l2.3-2.3l2.3,2.3c0.2,0.2,0.4,0.3,0.7,0.3c0.3,0,0.5-0.1,0.7-0.3c0.4-0.4,0.4-1,0-1.4L12.7,12.5z M9.7,11.5L12,9.2l2.3,2.3c0.2,0.2,0.4,0.3,0.7,0.3c0.3,0,0.5-0.1,0.7-0.3c0.4-0.4,0.4-1,0-1.4l-3-3c0,0,0,0,0,0c-0.4-0.4-1-0.4-1.4,0l-3,3c-0.4,0.4-0.4,1,0,1.4C8.7,11.8,9.3,11.8,9.7,11.5z\"/></svg></li><li title=\"angle down \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M16.9,9.2c-0.4-0.4-1-0.4-1.4,0L12,12.7L8.5,9.2c-0.4-0.4-1-0.4-1.4,0s-0.4,1,0,1.4l4.2,4.2c0.2,0.2,0.4,0.3,0.7,0.3c0.3,0,0.5-0.1,0.7-0.3l4.2-4.2C17.3,10.2,17.3,9.6,16.9,9.2z\"/></svg></li><li title=\"angle left \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M11.3,12l3.5-3.5c0.4-0.4,0.4-1,0-1.4c-0.4-0.4-1-0.4-1.4,0l-4.2,4.2l0,0c-0.4,0.4-0.4,1,0,1.4l4.2,4.2c0.2,0.2,0.4,0.3,0.7,0.3l0,0c0.3,0,0.5-0.1,0.7-0.3c0.4-0.4,0.4-1,0-1.4L11.3,12z\"/></svg></li><li title=\"angle right b \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M15.5,11.3L9.9,5.6c-0.4-0.4-1-0.4-1.4,0s-0.4,1,0,1.4l4.9,4.9l-4.9,4.9c-0.2,0.2-0.3,0.4-0.3,0.7c0,0.6,0.4,1,1,1c0.3,0,0.5-0.1,0.7-0.3l5.7-5.7c0,0,0,0,0,0C15.9,12.3,15.9,11.7,15.5,11.3z\"/></svg></li><li title=\"angle right \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M9.9,17.2c-0.6,0-1-0.4-1-1c0-0.3,0.1-0.5,0.3-0.7l3.5-3.5L9.2,8.5c-0.4-0.4-0.4-1,0-1.4c0.4-0.4,1-0.4,1.4,0l4.2,4.2c0.4,0.4,0.4,1,0,1.4c0,0,0,0,0,0l-4.2,4.2C10.4,17.1,10.1,17.2,9.9,17.2z\"/></svg></li><li title=\"angle up \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M16.9,13.4l-4.2-4.2l0,0c-0.4-0.4-1-0.4-1.4,0l-4.2,4.2c-0.4,0.4-0.4,1,0,1.4s1,0.4,1.4,0l3.5-3.5l3.5,3.5c0.2,0.2,0.4,0.3,0.7,0.3l0,0c0.3,0,0.5-0.1,0.7-0.3C17.3,14.4,17.3,13.8,16.9,13.4z\"/></svg></li><li title=\"apps \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M10,2H3C2.4,2,2,2.4,2,3v7c0,0.6,0.4,1,1,1h7c0.6,0,1-0.4,1-1V3C11,2.4,10.6,2,10,2z M10,13H3c-0.6,0-1,0.4-1,1v7c0,0.6,0.4,1,1,1h7c0.6,0,1-0.4,1-1v-7C11,13.4,10.6,13,10,13z M21,2h-7c-0.6,0-1,0.4-1,1v7c0,0.6,0.4,1,1,1h7c0.6,0,1-0.4,1-1V3C22,2.4,21.6,2,21,2z M21,13h-7c-0.6,0-1,0.4-1,1v7c0,0.6,0.4,1,1,1h7c0.6,0,1-0.4,1-1v-7C22,13.4,21.6,13,21,13z\"/></svg></li><li title=\"arrow circle down \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M15.7,12.7l-3,3c-0.1,0.1-0.2,0.2-0.3,0.2c-0.2,0.1-0.5,0.1-0.8,0c-0.1,0-0.2-0.1-0.3-0.2l-3-3c0,0,0,0,0,0c-0.4-0.4-0.4-1,0-1.4c0,0,0,0,0,0c0.4-0.4,1-0.4,1.4,0l1.3,1.3V9c0-0.6,0.4-1,1-1s1,0.4,1,1v3.6l1.3-1.3c0.4-0.4,1-0.4,1.4,0C16.1,11.7,16.1,12.3,15.7,12.7z\"/></svg></li><li title=\"arrow circle left \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M15,13h-3.6l1.3,1.3c0.4,0.4,0.4,1,0,1.4c-0.4,0.4-1,0.4-1.4,0l-3-3c-0.4-0.4-0.4-1,0-1.4c0,0,0,0,0,0l3-3c0.4-0.4,1-0.4,1.4,0c0,0,0,0,0,0c0.4,0.4,0.4,1,0,1.4c0,0,0,0,0,0L11.4,11H15c0.6,0,1,0.4,1,1S15.6,13,15,13z\"/></svg></li><li title=\"arrow circle right \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M15.7,12.7C15.7,12.7,15.7,12.7,15.7,12.7l-3,3c-0.4,0.4-1,0.4-1.4,0c0,0,0,0,0,0c-0.4-0.4-0.4-1,0-1.4c0,0,0,0,0,0l1.3-1.3H9c-0.6,0-1-0.4-1-1s0.4-1,1-1h3.6l-1.3-1.3c-0.4-0.4-0.4-1,0-1.4c0.4-0.4,1-0.4,1.4,0l3,3C16.1,11.7,16.1,12.3,15.7,12.7z\"/></svg></li><li title=\"arrow circle up \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10C22,6.5,17.5,2,12,2z M15.7,12.7C15.7,12.7,15.7,12.7,15.7,12.7c-0.4,0.4-1,0.4-1.4,0c0,0,0,0,0,0L13,11.4V15c0,0.6-0.4,1-1,1s-1-0.4-1-1v-3.6l-1.3,1.3c-0.4,0.4-1,0.4-1.4,0c-0.4-0.4-0.4-1,0-1.4l3-3c0.4-0.4,1-0.4,1.4,0c0,0,0,0,0,0l3,3C16.1,11.7,16.1,12.3,15.7,12.7z\"/></svg></li><li title=\"arrow down left \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M17,16H9.4l8.3-8.3c0.4-0.4,0.4-1,0-1.4c-0.4-0.4-1-0.4-1.4,0L8,14.6V7c0-0.6-0.4-1-1-1S6,6.4,6,7v10c0,0.1,0,0.3,0.1,0.4c0.1,0.2,0.3,0.4,0.5,0.5C6.7,18,6.9,18,7,18h10c0.6,0,1-0.4,1-1S17.6,16,17,16z\"/></svg></li><li title=\"arrow down right \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M17,6c-0.6,0-1,0.4-1,1v7.6L7.7,6.3c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1,0,1.4l8.3,8.3H7c-0.6,0-1,0.4-1,1s0.4,1,1,1h10c0.6,0,1-0.4,1-1V7C18,6.4,17.6,6,17,6z\"/></svg></li><li title=\"arrow up left \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M9.4,8H17c0.6,0,1-0.4,1-1s-0.4-1-1-1H7C6.4,6,6,6.4,6,7v10c0,0.6,0.4,1,1,1s1-0.4,1-1V9.4l8.3,8.3c0.4,0.4,1,0.4,1.4,0c0.4-0.4,0.4-1,0-1.4L9.4,8z\"/></svg></li><li title=\"arrow up right \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M17,6H7C6.4,6,6,6.4,6,7s0.4,1,1,1h7.6l-8.3,8.3c-0.4,0.4-0.4,1,0,1.4c0.4,0.4,1,0.4,1.4,0L16,9.4V17c0,0.6,0.4,1,1,1s1-0.4,1-1V7C18,6.4,17.6,6,17,6z\"/></svg></li><li title=\"at \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10c1.8,0,3.5-0.5,5-1.3c0.5-0.3,0.6-0.9,0.4-1.4c-0.3-0.5-0.9-0.6-1.4-0.4c0,0,0,0,0,0c-3.8,2.2-8.7,0.9-10.9-2.9C2.9,12.2,4.2,7.3,8,5.1c3.8-2.2,8.7-0.9,10.9,2.9c0.7,1.2,1.1,2.6,1.1,4v0.8c0,1-0.8,1.8-1.8,1.8s-1.8-0.8-1.8-1.8V8.5c0-0.6-0.4-1-1-1c-0.5,0-0.9,0.3-1,0.8c-2-1.4-4.9-0.9-6.3,1.1c-1.4,2-0.9,4.9,1.1,6.3c1.9,1.3,4.4,1,5.9-0.7c1.3,1.6,3.6,1.9,5.2,0.7c0.9-0.7,1.5-1.8,1.5-3V12C22,6.5,17.5,2,12,2z M12,14.5c-1.4,0-2.5-1.1-2.5-2.5s1.1-2.5,2.5-2.5s2.5,1.1,2.5,2.5C14.5,13.4,13.4,14.5,12,14.5z\"/></svg></li><li title=\"bag \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M19,6h-3V5c0-1.1-0.9-2-2-2h-4C8.9,3,8,3.9,8,5v1H5C3.3,6,2,7.3,2,9v9c0,1.7,1.3,3,3,3h14c1.7,0,3-1.3,3-3V9C22,7.3,20.7,6,19,6z M10,5h4v1h-4V5z M20,18c0,0.6-0.4,1-1,1H5c-0.6,0-1-0.4-1-1v-5.6l4.7,1.6C8.8,14,8.9,14,9,14h6c0.1,0,0.2,0,0.3-0.1l4.7-1.6V18z\"/></svg></li><li title=\"bars \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M20,11H4c-0.6,0-1,0.4-1,1s0.4,1,1,1h16c0.6,0,1-0.4,1-1S20.6,11,20,11z M4,8h16c0.6,0,1-0.4,1-1s-0.4-1-1-1H4C3.4,6,3,6.4,3,7S3.4,8,4,8z M20,16H4c-0.6,0-1,0.4-1,1s0.4,1,1,1h16c0.6,0,1-0.4,1-1S20.6,16,20,16z\"/></svg></li><li title=\"battery bolt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M17,7H4C2.9,7,2,7.9,2,9v6c0,1.1,0.9,2,2,2h6.7c-0.6,0-1-0.4-1-1c0-0.2,0-0.3,0.1-0.5l1.4-2.5H8l0,0l0,0c-0.1,0-0.2,0-0.3-0.1c0,0-0.1,0-0.1,0c0,0-0.1,0-0.1,0c0,0-0.1-0.1-0.1-0.1c-0.1,0-0.1-0.1-0.2-0.1c-0.1-0.1-0.1-0.2-0.2-0.3c0-0.1,0-0.1,0-0.2c0,0,0-0.1,0-0.1c0,0,0,0,0-0.1c0-0.1,0.1-0.3,0.1-0.4c0,0,0,0,0-0.1l2.3-4c0.3-0.5,0.9-0.6,1.4-0.4c0.5,0.3,0.6,0.9,0.4,1.4c0,0,0,0,0,0L9.7,11H13c0,0,0,0,0.1,0c0.1,0,0.3,0.1,0.4,0.1c0,0,0,0,0.1,0c0,0,0.1,0.1,0.1,0.1c0.1,0,0.1,0.1,0.2,0.1c0.1,0.1,0.1,0.2,0.2,0.3c0,0.1,0,0.1,0,0.2c0,0,0,0.1,0,0.1c0,0,0,0,0,0.1c0,0.1-0.1,0.3-0.1,0.4c0,0,0,0,0,0.1l-2.3,4C11.4,16.8,11,17,10.7,17H17c1.1,0,2-0.9,2-2V9C19,7.9,18.1,7,17,7z M21,10c-0.6,0-1,0.4-1,1v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2C22,10.4,21.6,10,21,10z\"/></svg></li><li title=\"battery empty \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21,10c-0.6,0-1,0.4-1,1v2c0,0.6,0.4,1,1,1h0c0.6,0,1-0.4,1-1v-2C22,10.4,21.6,10,21,10z M17,7H4C2.9,7,2,7.9,2,9v6c0,1.1,0.9,2,2,2h13c1.1,0,2-0.9,2-2V9C19,7.9,18.1,7,17,7z\"/></svg></li><li title=\"bookmark \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M16,2H8C6.3,2,5,3.3,5,5v16c0,0.2,0,0.3,0.1,0.5C5.4,22,6,22.1,6.5,21.9l5.5-3.2l5.5,3.2C17.7,22,17.8,22,18,22c0.6,0,1-0.4,1-1V5C19,3.3,17.7,2,16,2z\"/></svg></li><li title=\"border alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M20.5,3.5c0-0.6-0.4-1-1-1h-16c-0.6,0-1,0.4-1,1v16c0,0.6,0.4,1,1,1h0c0.6,0,1-0.4,1-1v-15h15C20.1,4.5,20.5,4.1,20.5,3.5z M19.5,10.5c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S20.1,10.5,19.5,10.5z M19.5,6.5c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S20.1,6.5,19.5,6.5z M19.5,14.5c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S20.1,14.5,19.5,14.5z M7.5,18.5c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S8.1,18.5,7.5,18.5z M11.5,18.5c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S12.1,18.5,11.5,18.5z M15.5,18.5c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S16.1,18.5,15.5,18.5z M19.5,18.5c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S20.1,18.5,19.5,18.5z\"/></svg></li><li title=\"border bottom \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M12,9.5c0.6,0,1-0.4,1-1s-0.4-1-1-1s-1,0.4-1,1S11.4,9.5,12,9.5z M12,13.5c0.6,0,1-0.4,1-1s-0.4-1-1-1s-1,0.4-1,1S11.4,13.5,12,13.5z M12,17.5c0.6,0,1-0.4,1-1s-0.4-1-1-1s-1,0.4-1,1S11.4,17.5,12,17.5z M12,5.5c0.6,0,1-0.4,1-1s-0.4-1-1-1s-1,0.4-1,1S11.4,5.5,12,5.5z M20,5.5c0.6,0,1-0.4,1-1s-0.4-1-1-1s-1,0.4-1,1S19.4,5.5,20,5.5z M8,5.5c0.6,0,1-0.4,1-1s-0.4-1-1-1s-1,0.4-1,1S7.4,5.5,8,5.5z M16,5.5c0.6,0,1-0.4,1-1s-0.4-1-1-1s-1,0.4-1,1S15.4,5.5,16,5.5z M16,13.5c0.6,0,1-0.4,1-1s-0.4-1-1-1s-1,0.4-1,1S15.4,13.5,16,13.5z M4,9.5c0.6,0,1-0.4,1-1s-0.4-1-1-1s-1,0.4-1,1S3.4,9.5,4,9.5z M20,15.5c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S20.6,15.5,20,15.5z M20,11.5c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S20.6,11.5,20,11.5z M20,7.5c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S20.6,7.5,20,7.5z M20,19.5H4c-0.6,0-1,0.4-1,1s0.4,1,1,1h16c0.6,0,1-0.4,1-1S20.6,19.5,20,19.5z M4,13.5c0.6,0,1-0.4,1-1s-0.4-1-1-1s-1,0.4-1,1S3.4,13.5,4,13.5z M4,5.5c0.6,0,1-0.4,1-1s-0.4-1-1-1s-1,0.4-1,1S3.4,5.5,4,5.5z M8,13.5c0.6,0,1-0.4,1-1s-0.4-1-1-1s-1,0.4-1,1S7.4,13.5,8,13.5z M4,17.5c0.6,0,1-0.4,1-1s-0.4-1-1-1s-1,0.4-1,1S3.4,17.5,4,17.5z\"/></svg></li><li title=\"border clear \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M12,15c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S12.6,15,12,15z M12,19c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S12.6,19,12,19z M12,7c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S12.6,7,12,7z M12,3c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S12.6,3,12,3z M4,15c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S4.6,15,4,15z M4,19c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S4.6,19,4,19z M4,7C3.4,7,3,7.4,3,8s0.4,1,1,1s1-0.4,1-1S4.6,7,4,7z M4,3C3.4,3,3,3.4,3,4s0.4,1,1,1s1-0.4,1-1S4.6,3,4,3z M8,3C7.4,3,7,3.4,7,4s0.4,1,1,1s1-0.4,1-1S8.6,3,8,3z M16,3c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S16.6,3,16,3z M8,19c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S8.6,19,8,19z M16,19c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S16.6,19,16,19z M8,11c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S8.6,11,8,11z M16,11c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S16.6,11,16,11z M20,15c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S20.6,15,20,15z M20,19c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S20.6,19,20,19z M20,7c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S20.6,7,20,7z M12,11c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S12.6,11,12,11z M4,11c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S4.6,11,4,11z M20,11c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S20.6,11,20,11z M20,5c0.6,0,1-0.4,1-1s-0.4-1-1-1s-1,0.4-1,1S19.4,5,20,5z\"/></svg></li><li title=\"border horizontal \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M20,11H4c-0.6,0-1,0.4-1,1s0.4,1,1,1h16c0.6,0,1-0.4,1-1S20.6,11,20,11z M12,15c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S12.6,15,12,15z M12,19c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S12.6,19,12,19z M12,9c0.6,0,1-0.4,1-1s-0.4-1-1-1s-1,0.4-1,1S11.4,9,12,9z M12,5c0.6,0,1-0.4,1-1s-0.4-1-1-1s-1,0.4-1,1S11.4,5,12,5z M4,15c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S4.6,15,4,15z M4,19c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S4.6,19,4,19z M4,9c0.6,0,1-0.4,1-1S4.6,7,4,7S3,7.4,3,8S3.4,9,4,9z M4,5c0.6,0,1-0.4,1-1S4.6,3,4,3S3,3.4,3,4S3.4,5,4,5z M8,5c0.6,0,1-0.4,1-1S8.6,3,8,3S7,3.4,7,4S7.4,5,8,5z M16,5c0.6,0,1-0.4,1-1s-0.4-1-1-1s-1,0.4-1,1S15.4,5,16,5z M8,19c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S8.6,19,8,19z M16,19c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S16.6,19,16,19z M20,15c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S20.6,15,20,15z M20,19c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S20.6,19,20,19z M20,7c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S20.6,7,20,7z M20,5c0.6,0,1-0.4,1-1s-0.4-1-1-1s-1,0.4-1,1S19.4,5,20,5z\"/></svg></li><li title=\"border inner \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21,12c0-0.6-0.4-1-1-1h-7V4c0-0.6-0.4-1-1-1s-1,0.4-1,1v7H4c-0.6,0-1,0.4-1,1s0.4,1,1,1h7v7c0,0.6,0.4,1,1,1h0c0.6,0,1-0.4,1-1v-7h7C20.5,13,21,12.6,21,12z M4,15c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S4.5,15,4,15z M4,19c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S4.5,19,4,19z M4,9c0.6,0,1-0.4,1-1S4.5,7,4,7S3,7.4,3,8S3.4,9,4,9z M4,5c0.6,0,1-0.4,1-1S4.5,3,4,3S3,3.4,3,4S3.4,5,4,5z M8,5c0.6,0,1-0.4,1-1S8.5,3,8,3S7,3.4,7,4S7.4,5,8,5z M16,5c0.6,0,1-0.4,1-1s-0.4-1-1-1s-1,0.4-1,1S15.4,5,16,5z M8,19c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S8.5,19,8,19z M16,19c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S16.5,19,16,19z M20,15c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S20.5,15,20,15z M20,19c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S20.5,19,20,19z M20,9c0.6,0,1-0.4,1-1s-0.4-1-1-1s-1,0.4-1,1S19.4,9,20,9z M20,5c0.6,0,1-0.4,1-1s-0.4-1-1-1s-1,0.4-1,1S19.4,5,20,5z\"/></svg></li><li title=\"border left \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M3.5,3c-0.6,0-1,0.4-1,1v16c0,0.6,0.4,1,1,1h0c0.6,0,1-0.4,1-1V4C4.5,3.4,4.1,3,3.5,3z M7.5,11c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S8.1,11,7.5,11z M11.5,11c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S12.1,11,11.5,11z M15.5,11c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S16.1,11,15.5,11z M19.5,11c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S20.1,11,19.5,11z M7.5,3c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S8.1,3,7.5,3z M11.5,3c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S12.1,3,11.5,3z M15.5,3c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S16.1,3,15.5,3z M19.5,5c0.6,0,1-0.4,1-1s-0.4-1-1-1s-1,0.4-1,1S18.9,5,19.5,5z M19.5,7c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S20.1,7,19.5,7z M19.5,15c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S20.1,15,19.5,15z M11.5,7c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S12.1,7,11.5,7z M11.5,15c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S12.1,15,11.5,15z M7.5,19c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S8.1,19,7.5,19z M11.5,19c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S12.1,19,11.5,19z M15.5,19c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S16.1,19,15.5,19z M19.5,19c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S20.1,19,19.5,19z\"/></svg></li><li title=\"border out \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M20,3H4C3.4,3,3,3.4,3,4v16c0,0.6,0.4,1,1,1h16c0.6,0,1-0.4,1-1V4C21,3.4,20.6,3,20,3z M19,19H5V5h14V19z M12,13c0.6,0,1-0.4,1-1s-0.4-1-1-1s-1,0.4-1,1S11.4,13,12,13z M12,17c0.6,0,1-0.4,1-1s-0.4-1-1-1s-1,0.4-1,1S11.4,17,12,17z M12,9c0.6,0,1-0.4,1-1s-0.4-1-1-1s-1,0.4-1,1S11.4,9,12,9z M8,13c0.6,0,1-0.4,1-1s-0.4-1-1-1s-1,0.4-1,1S7.4,13,8,13z M16,13c0.6,0,1-0.4,1-1s-0.4-1-1-1s-1,0.4-1,1S15.4,13,16,13z\"/></svg></li><li title=\"border right \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M20.5,3c-0.6,0-1,0.4-1,1v16c0,0.6,0.4,1,1,1h0c0.6,0,1-0.4,1-1V4C21.5,3.4,21.1,3,20.5,3z M16.5,11c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S17.1,11,16.5,11z M12.5,11c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S13.1,11,12.5,11z M8.5,11c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S9.1,11,8.5,11z M4.5,11c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S5.1,11,4.5,11z M16.5,19c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S17.1,19,16.5,19z M12.5,19c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S13.1,19,12.5,19z M8.5,19c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S9.1,19,8.5,19z M4.5,19c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S5.1,19,4.5,19z M4.5,15c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S5.1,15,4.5,15z M4.5,7c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S5.1,7,4.5,7z M12.5,15c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S13.1,15,12.5,15z M12.5,7c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S13.1,7,12.5,7z M16.5,3c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S17.1,3,16.5,3z M12.5,3c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S13.1,3,12.5,3z M8.5,3c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S9.1,3,8.5,3z M4.5,3c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S5.1,3,4.5,3z\"/></svg></li><li title=\"border top \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M4,4.5h16c0.6,0,1-0.4,1-1s-0.4-1-1-1H4c-0.6,0-1,0.4-1,1S3.4,4.5,4,4.5z M12,6.5c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S12.6,6.5,12,6.5z M12,10.5c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S12.6,10.5,12,10.5z M12,14.5c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S12.6,14.5,12,14.5z M12,18.5c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S12.6,18.5,12,18.5z M20,6.5c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S20.6,6.5,20,6.5z M20,10.5c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S20.6,10.5,20,10.5z M20,14.5c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S20.6,14.5,20,14.5z M20,18.5c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S20.6,18.5,20,18.5z M16,18.5c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S16.6,18.5,16,18.5z M8,18.5c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S8.6,18.5,8,18.5z M16,10.5c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S16.6,10.5,16,10.5z M8,10.5c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S8.6,10.5,8,10.5z M4,6.5c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S4.6,6.5,4,6.5z M4,10.5c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S4.6,10.5,4,10.5z M4,14.5c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S4.6,14.5,4,14.5z M4,18.5c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S4.6,18.5,4,18.5z\"/></svg></li><li title=\"border vertical \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M11,3c-0.6,0-1,0.4-1,1v16c0,0.6,0.4,1,1,1h0c0.6,0,1-0.4,1-1V4C12,3.4,11.6,3,11,3z M7,11c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S7.6,11,7,11z M3,11c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S3.6,11,3,11z M15,11c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S15.6,11,15,11z M19,11c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S19.6,11,19,11z M7,3C6.4,3,6,3.4,6,4s0.4,1,1,1s1-0.4,1-1S7.6,3,7,3z M3,3C2.4,3,2,3.4,2,4s0.4,1,1,1s1-0.4,1-1S3.6,3,3,3z M15,3c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S15.6,3,15,3z M19,5c0.6,0,1-0.4,1-1s-0.4-1-1-1s-1,0.4-1,1S18.4,5,19,5z M19,7c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S19.6,7,19,7z M19,15c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S19.6,15,19,15z M3,7C2.4,7,2,7.4,2,8s0.4,1,1,1s1-0.4,1-1S3.6,7,3,7z M3,15c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S3.6,15,3,15z M7,19c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S7.6,19,7,19z M3,19c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S3.6,19,3,19z M15,19c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S15.6,19,15,19z M19,19c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S19.6,19,19,19z\"/></svg></li><li title=\"briefcase \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M17,15.5V17c0,0.6-0.4,1-1,1s-1-0.4-1-1v-1.5H9V17c0,0.6-0.4,1-1,1s-1-0.4-1-1v-1.5H5c-0.7,0-1.4-0.2-2-0.5v4c0,1.7,1.3,3,3,3h12c1.7,0,3-1.3,3-3v-4c-0.6,0.3-1.3,0.5-2,0.5H17z M21,6h-4V5c0-1.7-1.3-3-3-3h-4C8.3,2,7,3.3,7,5v1H3C2.4,6,2,6.4,2,7v4c0,1.7,1.3,3,3,3h14c1.7,0,3-1.3,3-3V7C22,6.4,21.6,6,21,6z M15,6H9V5c0-0.6,0.4-1,1-1h4c0.6,0,1,0.4,1,1V6z\"/></svg></li><li title=\"calender \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M2,19c0,1.7,1.3,3,3,3h14c1.7,0,3-1.3,3-3v-8H2V19z M19,4h-2V3c0-0.6-0.4-1-1-1s-1,0.4-1,1v1H9V3c0-0.6-0.4-1-1-1S7,2.4,7,3v1H5C3.3,4,2,5.3,2,7v2h20V7C22,5.3,20.7,4,19,4z\"/></svg></li><li title=\"chart pie \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10C22,6.5,17.5,2,12,2z M12,4c4,0,7.4,3,7.9,7H12V4z M16,18.9L12.6,13h7.4C19.6,15.5,18.2,17.7,16,18.9z\"/></svg></li><li title=\"chart \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M19,2H5C3.3,2,2,3.3,2,5v14c0,1.7,1.3,3,3,3h14c1.7,0,3-1.3,3-3V5C22,3.3,20.7,2,19,2z M8,17c0,0.6-0.4,1-1,1s-1-0.4-1-1v-4c0-0.6,0.4-1,1-1s1,0.4,1,1V17z M13,17c0,0.6-0.4,1-1,1s-1-0.4-1-1V7c0-0.6,0.4-1,1-1s1,0.4,1,1V17z M18,17c0,0.6-0.4,1-1,1s-1-0.4-1-1v-6c0-0.6,0.4-1,1-1s1,0.4,1,1V17z\"/></svg></li><li title=\"check circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10C22,6.5,17.5,2,12,2z M16.2,10.3l-4.8,4.8c-0.4,0.4-1,0.4-1.4,0l0,0l-2.2-2.2c-0.4-0.4-0.4-1,0-1.4c0.4-0.4,1-0.4,1.4,0c0,0,0,0,0,0l1.5,1.5l4.1-4.1c0.4-0.4,1-0.4,1.4,0C16.6,9.3,16.6,9.9,16.2,10.3z\"/></svg></li><li title=\"check square \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21,2H3C2.4,2,2,2.4,2,3v18c0,0.6,0.4,1,1,1h18c0.6,0,1-0.4,1-1V3C22,2.4,21.6,2,21,2z M17.7,9.3l-6.8,6.8c-0.4,0.4-1,0.4-1.4,0l-3.2-3.2c-0.4-0.4-0.4-1,0-1.4c0.4-0.4,1-0.4,1.4,0l2.5,2.5l6.1-6.1c0.4-0.4,1-0.4,1.4,0C18.1,8.3,18.1,8.9,17.7,9.3z\"/></svg></li><li title=\"check \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M18.7,7.2c-0.4-0.4-1-0.4-1.4,0l-7.5,7.5l-3.1-3.1c0,0,0,0,0,0c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1,0,1.4l3.8,3.8c0.2,0.2,0.4,0.3,0.7,0.3c0.3,0,0.5-0.1,0.7-0.3l8.2-8.2C19.1,8.2,19.1,7.6,18.7,7.2z\"/></svg></li><li title=\"circle layer \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M7,12c-2.8,0-5,2.2-5,5s2.2,5,5,5s5-2.2,5-5S9.8,12,7,12z M11,7c-2.4,0-4.6,1.5-5.5,3.7c3.5-0.9,7,1.3,7.8,4.7c0.3,1,0.3,2.1,0,3.1c3.1-1.3,4.5-4.8,3.2-7.8C15.6,8.5,13.4,7,11,7z M21.2,5.8C20.1,3.5,17.6,2,15,2S9.9,3.5,8.8,5.8c4-1.2,8.2,1,9.4,4.9c0.5,1.5,0.5,3,0,4.5C21.6,13.5,23,9.3,21.2,5.8z\"/></svg></li><li title=\"clinic medical \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21.7,10.3l-9-8c-0.4-0.3-0.9-0.3-1.3,0l-9,8c-0.4,0.4-0.5,1-0.1,1.4s1,0.5,1.4,0.1L4,11.4V21c0,0.6,0.4,1,1,1h14c0.6,0,1-0.4,1-1v-9.6l0.3,0.3c0.4,0.4,1,0.3,1.4-0.1C22.1,11.3,22.1,10.6,21.7,10.3z M14,15h-1v1c0,0.6-0.4,1-1,1s-1-0.4-1-1v-1h-1c-0.6,0-1-0.4-1-1s0.4-1,1-1h1v-1c0-0.6,0.4-1,1-1s1,0.4,1,1v1h1c0.6,0,1,0.4,1,1S14.6,15,14,15z\"/></svg></li><li title=\"clock eight \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M13,12c0,0.4-0.2,0.7-0.5,0.9l-2.6,1.5c-0.5,0.3-1.1,0.1-1.4-0.4s-0.1-1.1,0.4-1.4l2.1-1.2V7c0-0.6,0.4-1,1-1s1,0.4,1,1V12z\"/></svg></li><li title=\"clock five \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M14,15.7c-0.5,0.3-1.1,0.1-1.4-0.4l-1.5-2.8C11,12.3,11,12.2,11,12V7c0-0.6,0.4-1,1-1s1,0.4,1,1v4.7l1.4,2.6C14.6,14.8,14.5,15.4,14,15.7z\"/></svg></li><li title=\"clock nine \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M13,12c0,0.6-0.4,1-1,1H9c-0.6,0-1-0.4-1-1s0.4-1,1-1h2V7c0-0.6,0.4-1,1-1s1,0.4,1,1V12z\"/></svg></li><li title=\"clock seven \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M13,12c0,0.2-0.1,0.3-0.1,0.4l-1.5,2.8c-0.3,0.5-0.9,0.7-1.4,0.4c-0.5-0.3-0.7-0.9-0.4-1.4l1.4-2.6V7c0-0.6,0.4-1,1-1s1,0.4,1,1V12z\"/></svg></li><li title=\"clock ten \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M13,12c0,0.6-0.4,1-1,1c-0.2,0-0.3,0-0.5-0.1l-2.6-1.5c-0.5-0.3-0.6-0.9-0.4-1.4c0.3-0.5,0.9-0.6,1.4-0.4l1.1,0.6V7c0-0.6,0.4-1,1-1s1,0.4,1,1V12z\"/></svg></li><li title=\"clock three \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M15,13h-3c-0.6,0-1-0.4-1-1V7c0-0.6,0.4-1,1-1s1,0.4,1,1v4h2c0.6,0,1,0.4,1,1S15.6,13,15,13z\"/></svg></li><li title=\"clock two \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M15.1,11.4l-2.6,1.5c-0.5,0.3-1.1,0.1-1.4-0.4C11,12.3,11,12.2,11,12V7c0-0.6,0.4-1,1-1s1,0.4,1,1v3.3l1.1-0.6c0.5-0.3,1.1-0.1,1.4,0.4S15.6,11.1,15.1,11.4z\"/></svg></li><li title=\"clock \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M15.5,14c-0.3,0.5-0.9,0.6-1.4,0.4l-2.6-1.5C11.2,12.7,11,12.4,11,12V7c0-0.6,0.4-1,1-1s1,0.4,1,1v4.4l2.1,1.2C15.6,12.9,15.7,13.5,15.5,14z\"/></svg></li><li title=\"columns \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M2,3v18c0,0.6,0.4,1,1,1h8V2H3C2.4,2,2,2.4,2,3z M21,2h-8v20h8c0.6,0,1-0.4,1-1V3C22,2.4,21.6,2,21,2z\"/></svg></li><li title=\"comment dots \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M12,2C6.5,2,2,6.5,2,12c0,2.3,0.8,4.5,2.3,6.3l-2,2c-0.4,0.4-0.4,1,0,1.4C2.5,21.9,2.7,22,3,22h9c5.5,0,10-4.5,10-10S17.5,2,12,2z M8,13c-0.6,0-1-0.4-1-1s0.4-1,1-1s1,0.4,1,1S8.6,13,8,13z M12,13c-0.6,0-1-0.4-1-1s0.4-1,1-1s1,0.4,1,1S12.6,13,12,13z M16,13c-0.6,0-1-0.4-1-1s0.4-1,1-1s1,0.4,1,1S16.6,13,16,13z\"/></svg></li><li title=\"compress \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M8,15H3c-0.6,0-1,0.4-1,1s0.4,1,1,1h4v4c0,0.6,0.4,1,1,1h0c0.6,0,1-0.4,1-1v-5C9,15.4,8.6,15,8,15z M8,2C7.4,2,7,2.4,7,3v4H3C2.4,7,2,7.4,2,8s0.4,1,1,1h5c0.6,0,1-0.4,1-1V3C9,2.4,8.6,2,8,2z M16,9h5c0.6,0,1-0.4,1-1s-0.4-1-1-1h-4V3c0-0.6-0.4-1-1-1s-1,0.4-1,1v5C15,8.6,15.4,9,16,9z M21,15h-5c-0.6,0-1,0.4-1,1v5c0,0.6,0.4,1,1,1h0c0.6,0,1-0.4,1-1v-4h4c0.6,0,1-0.4,1-1S21.6,15,21,15z\"/></svg></li><li title=\"corner down left \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M18.7,2c-0.6,0-1,0.4-1,1v10.4c0,1.1-0.9,2-2,2h-8l2.9-2.9c0.4-0.4,0.4-1,0-1.4s-1-0.4-1.4,0l-4.6,4.6l0,0c-0.4,0.4-0.4,1,0,1.4l4.6,4.6C9.4,21.9,9.7,22,9.9,22c0.3,0,0.5-0.1,0.7-0.3c0.4-0.4,0.4-1,0-1.4l-2.9-2.9h8c2.2,0,4-1.8,4-4V3C19.7,2.4,19.2,2,18.7,2z\"/></svg></li><li title=\"corner down right \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M19.4,15.7L14.8,11c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1,0,1.4l2.9,2.9h-7c-1.7,0-3-1.3-3-3V3c0-0.6-0.4-1-1-1s-1,0.4-1,1v9.4c0,2.8,2.2,5,5,5h7l-2.9,2.9c-0.2,0.2-0.3,0.4-0.3,0.7c0,0.6,0.4,1,1,1c0.3,0,0.5-0.1,0.7-0.3l4.6-4.6c0,0,0,0,0,0C19.8,16.7,19.8,16.1,19.4,15.7z\"/></svg></li><li title=\"corner left down \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21,4.3h-9.4c-2.8,0-5,2.2-5,5v7l-2.9-2.9c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1,0,1.4l4.6,4.6c0.2,0.2,0.4,0.3,0.7,0.3c0.3,0,0.5-0.1,0.7-0.3l4.6-4.6c0.4-0.4,0.4-1,0-1.4c-0.4-0.4-1-0.4-1.4,0l-2.9,2.9v-7c0-1.7,1.3-3,3-3H21c0.6,0,1-0.4,1-1S21.6,4.3,21,4.3z\"/></svg></li><li title=\"corner right down \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21.7,13.4c-0.4-0.4-1-0.4-1.4,0l-2.9,2.9v-8c0-2.2-1.8-4-4-4H3c-0.6,0-1,0.4-1,1s0.4,1,1,1h10.4c1.1,0,2,0.9,2,2v8l-2.9-2.9c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1,0,1.4l4.6,4.6c0.2,0.2,0.4,0.3,0.7,0.3c0.3,0,0.5-0.1,0.7-0.3l4.6-4.6C22.1,14.4,22.1,13.7,21.7,13.4z\"/></svg></li><li title=\"corner up left \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M14.7,6.6h-7l2.9-2.9c0.4-0.4,0.4-1,0-1.4c-0.4-0.4-1-0.4-1.4,0L4.6,6.9l0,0c-0.4,0.4-0.4,1,0,1.4L9.2,13c0.2,0.2,0.4,0.3,0.7,0.3v0c0.3,0,0.5-0.1,0.7-0.3c0.4-0.4,0.4-1,0-1.4L7.7,8.6h7c1.7,0,3,1.3,3,3V21c0,0.6,0.4,1,1,1s1-0.4,1-1v-9.4C19.7,8.9,17.4,6.6,14.7,6.6z\"/></svg></li><li title=\"corner up right \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M19.4,6.9l-4.6-4.6c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1,0,1.4l2.9,2.9h-8c-2.2,0-4,1.8-4,4V21c0,0.6,0.4,1,1,1c0.6,0,1-0.4,1-1V10.6c0-1.1,0.9-2,2-2h8l-2.9,2.9c-0.2,0.2-0.3,0.4-0.3,0.7c0,0.6,0.4,1,1,1c0.3,0,0.5-0.1,0.7-0.3l4.6-4.6c0,0,0,0,0,0C19.8,7.9,19.8,7.3,19.4,6.9z\"/></svg></li><li title=\"coronavirus \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M22,11h-1.1c-0.2-1.7-0.9-3.3-1.9-4.6l0.8-0.8c0.4-0.4,0.4-1,0-1.4c-0.4-0.4-1-0.4-1.4,0L17.6,5c-1.3-1.1-2.9-1.7-4.6-1.9V2c0-0.6-0.4-1-1-1s-1,0.4-1,1v1.1C9.3,3.2,7.7,3.9,6.4,5L5.6,4.2c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1,0,1.4L5,6.4C3.9,7.7,3.2,9.3,3.1,11H2c-0.6,0-1,0.4-1,1s0.4,1,1,1h1.1c0.2,1.7,0.9,3.3,1.9,4.6l-0.8,0.8c-0.4,0.4-0.4,1,0,1.4c0.4,0.4,1,0.4,1.4,0L6.4,19c1.3,1.1,2.9,1.7,4.6,1.9V22c0,0.6,0.4,1,1,1s1-0.4,1-1v-1.1c1.7-0.2,3.3-0.9,4.6-1.9l0.8,0.8c0.4,0.4,1,0.4,1.4,0c0.4-0.4,0.4-1,0-1.4L19,17.6c1.1-1.3,1.7-2.9,1.9-4.6H22c0.6,0,1-0.4,1-1S22.6,11,22,11z M9,16c-0.6,0-1-0.4-1-1s0.4-1,1-1s1,0.4,1,1S9.6,16,9,16z M9.5,12C8.7,12,8,11.3,8,10.5S8.7,9,9.5,9S11,9.7,11,10.5S10.3,12,9.5,12z M14.5,15c-0.8,0-1.5-0.7-1.5-1.5s0.7-1.5,1.5-1.5s1.5,0.7,1.5,1.5S15.3,15,14.5,15z M15,10c-0.6,0-1-0.4-1-1s0.4-1,1-1s1,0.4,1,1S15.6,10,15,10z\"/></svg></li><li title=\"dialpad \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M14,9.2h-4c-0.4,0-0.8,0.3-0.8,0.8v4c0,0.4,0.3,0.8,0.8,0.8h4c0.4,0,0.8-0.3,0.8-0.8v-4C14.8,9.6,14.4,9.2,14,9.2z M14,16.2h-4c-0.4,0-0.8,0.3-0.8,0.8v4c0,0.4,0.3,0.8,0.8,0.8h4c0.4,0,0.8-0.3,0.8-0.8v-4C14.8,16.6,14.4,16.2,14,16.2z M7,2.2H3C2.6,2.2,2.2,2.6,2.2,3v4c0,0.4,0.3,0.8,0.8,0.8h4c0.4,0,0.8-0.3,0.8-0.8V3C7.8,2.6,7.4,2.2,7,2.2z M7,9.2H3c-0.4,0-0.8,0.3-0.8,0.8v4c0,0.4,0.3,0.8,0.8,0.8h4c0.4,0,0.8-0.3,0.8-0.8v-4C7.8,9.6,7.4,9.2,7,9.2z M21,2.2h-4c-0.4,0-0.8,0.3-0.8,0.8v4c0,0.4,0.3,0.8,0.8,0.8h4c0.4,0,0.8-0.3,0.8-0.8V3C21.8,2.6,21.4,2.2,21,2.2z M14,2.2h-4C9.6,2.2,9.2,2.6,9.2,3v4c0,0.4,0.3,0.8,0.8,0.8h4c0.4,0,0.8-0.3,0.8-0.8V3C14.8,2.6,14.4,2.2,14,2.2z M21,9.2h-4c-0.4,0-0.8,0.3-0.8,0.8v4c0,0.4,0.3,0.8,0.8,0.8h4c0.4,0,0.8-0.3,0.8-0.8v-4C21.8,9.6,21.4,9.2,21,9.2z\"/></svg></li><li title=\"direction \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M14.3,14.8L12,17.1l-2.3-2.3c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1,0,1.4l3,3c0.2,0.2,0.4,0.3,0.7,0.3c0.3,0,0.5-0.1,0.7-0.3l3-3c0.4-0.4,0.4-1,0-1.4C15.3,14.4,14.7,14.4,14.3,14.8z M9.7,10.2L12,7.9l2.3,2.3c0.2,0.2,0.4,0.3,0.7,0.3c0.3,0,0.5-0.1,0.7-0.3c0.4-0.4,0.4-1,0-1.4l-3-3c0,0,0,0,0,0c-0.4-0.4-1-0.4-1.4,0l-3,3c-0.4,0.4-0.4,1,0,1.4C8.7,10.6,9.3,10.6,9.7,10.2z\"/></svg></li><li title=\"document layout center \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M19,8h2c0.6,0,1-0.4,1-1s-0.4-1-1-1h-2c-0.6,0-1,0.4-1,1S18.4,8,19,8z M21,10h-2c-0.6,0-1,0.4-1,1s0.4,1,1,1h2c0.6,0,1-0.4,1-1S21.6,10,21,10z M3,8h2c0.6,0,1-0.4,1-1S5.6,6,5,6H3C2.4,6,2,6.4,2,7S2.4,8,3,8z M3,12h2c0.6,0,1-0.4,1-1s-0.4-1-1-1H3c-0.6,0-1,0.4-1,1S2.4,12,3,12z M9,12h6c0.6,0,1-0.4,1-1V5c0-0.6-0.4-1-1-1H9C8.4,4,8,4.4,8,5v6C8,11.6,8.4,12,9,12z M21,14H3c-0.6,0-1,0.4-1,1s0.4,1,1,1h18c0.6,0,1-0.4,1-1S21.6,14,21,14z M13,18H3c-0.6,0-1,0.4-1,1s0.4,1,1,1h10c0.6,0,1-0.4,1-1S13.6,18,13,18z\"/></svg></li><li title=\"document layout left \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M13,8h8c0.6,0,1-0.4,1-1s-0.4-1-1-1h-8c-0.6,0-1,0.4-1,1S12.4,8,13,8z M21,10h-8c-0.6,0-1,0.4-1,1s0.4,1,1,1h8c0.6,0,1-0.4,1-1S21.6,10,21,10z M3,12h6c0.6,0,1-0.4,1-1V5c0-0.6-0.4-1-1-1H3C2.4,4,2,4.4,2,5v6C2,11.6,2.4,12,3,12z M21,14H3c-0.6,0-1,0.4-1,1s0.4,1,1,1h18c0.6,0,1-0.4,1-1S21.6,14,21,14z M13,18H3c-0.6,0-1,0.4-1,1s0.4,1,1,1h10c0.6,0,1-0.4,1-1S13.6,18,13,18z\"/></svg></li><li title=\"document layout right \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M13,18H3c-0.6,0-1,0.4-1,1s0.4,1,1,1h10c0.6,0,1-0.4,1-1S13.6,18,13,18z M3,8h8c0.6,0,1-0.4,1-1s-0.4-1-1-1H3C2.4,6,2,6.4,2,7S2.4,8,3,8z M3,12h8c0.6,0,1-0.4,1-1s-0.4-1-1-1H3c-0.6,0-1,0.4-1,1S2.4,12,3,12z M21,4h-6c-0.6,0-1,0.4-1,1v6c0,0.6,0.4,1,1,1h6c0.6,0,1-0.4,1-1V5C22,4.4,21.6,4,21,4z M21,14H3c-0.6,0-1,0.4-1,1s0.4,1,1,1h18c0.6,0,1-0.4,1-1S21.6,14,21,14z\"/></svg></li><li title=\"download alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M18,9h-2c-0.6,0-1,0.4-1,1s0.4,1,1,1h2c0.6,0,1,0.4,1,1v7c0,0.6-0.4,1-1,1H6c-0.6,0-1-0.4-1-1v-7c0-0.6,0.4-1,1-1h2c0.6,0,1-0.4,1-1S8.6,9,8,9H6c-1.7,0-3,1.3-3,3v7c0,1.7,1.3,3,3,3h12c1.7,0,3-1.3,3-3v-7C21,10.3,19.7,9,18,9z M8.3,14.7l3,3c0.2,0.2,0.4,0.3,0.7,0.3c0.3,0,0.5-0.1,0.7-0.3l3-3c0.4-0.4,0.4-1,0-1.4c-0.4-0.4-1-0.4-1.4,0L13,14.6V3c0-0.6-0.4-1-1-1s-1,0.4-1,1v11.6l-1.3-1.3c-0.4-0.4-1-0.4-1.4,0C7.9,13.7,7.9,14.3,8.3,14.7z\"/></svg></li><li title=\"ellipsis h \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M12,10c-1.1,0-2,0.9-2,2s0.9,2,2,2s2-0.9,2-2S13.1,10,12,10z M5,10c-1.1,0-2,0.9-2,2s0.9,2,2,2s2-0.9,2-2S6.1,10,5,10z M19,10c-1.1,0-2,0.9-2,2s0.9,2,2,2s2-0.9,2-2S20.1,10,19,10z\"/></svg></li><li title=\"ellipsis v \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M12,10c-1.1,0-2,0.9-2,2s0.9,2,2,2s2-0.9,2-2S13.1,10,12,10z M12,7c1.1,0,2-0.9,2-2s-0.9-2-2-2s-2,0.9-2,2S10.9,7,12,7z M12,17c-1.1,0-2,0.9-2,2s0.9,2,2,2s2-0.9,2-2S13.1,17,12,17z\"/></svg></li><li title=\"exclamation circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M12,2C12,2,12,2,12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M12,17c-0.6,0-1-0.4-1-1s0.4-1,1-1s1,0.4,1,1S12.6,17,12,17z M13,12c0,0.6-0.4,1-1,1s-1-0.4-1-1V8c0-0.6,0.4-1,1-1s1,0.4,1,1V12z\"/></svg></li><li title=\"exclamation octagon \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21.7,7.6l-5.3-5.3C16.2,2.1,16,2,15.7,2H8.3C8,2,7.8,2.1,7.6,2.3L2.3,7.6C2.1,7.8,2,8,2,8.3v7.5c0,0.3,0.1,0.5,0.3,0.7l5.3,5.3C7.8,21.9,8,22,8.3,22h7.5c0.3,0,0.5-0.1,0.7-0.3l5.3-5.3c0.2-0.2,0.3-0.4,0.3-0.7V8.3C22,8,21.9,7.8,21.7,7.6z M12,17c-0.6,0-1-0.4-1-1s0.4-1,1-1s1,0.4,1,1S12.6,17,12,17z M13,12c0,0.6-0.4,1-1,1s-1-0.4-1-1V8c0-0.6,0.4-1,1-1s1,0.4,1,1V12z\"/></svg></li><li title=\"exclamation triangle \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M22.7,17.5l-8.1-14c-0.8-1.4-2.7-1.9-4.1-1.1C10,2.7,9.6,3.1,9.4,3.5l-8.1,14c-0.8,1.4-0.3,3.3,1.1,4.1c0.5,0.3,1,0.4,1.5,0.4h16.1c1.7,0,3-1.4,3-3C23.1,18.4,22.9,17.9,22.7,17.5z M12,18c-0.6,0-1-0.4-1-1s0.4-1,1-1s1,0.4,1,1S12.6,18,12,18z M13,13c0,0.6-0.4,1-1,1s-1-0.4-1-1V9c0-0.6,0.4-1,1-1s1,0.4,1,1V13z\"/></svg></li><li title=\"favorite \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M22,10.1c0.1-0.5-0.3-1.1-0.8-1.1l-5.7-0.8L12.9,3c-0.1-0.2-0.2-0.3-0.4-0.4C12,2.3,11.4,2.5,11.1,3L8.6,8.2L2.9,9C2.6,9,2.4,9.1,2.3,9.3c-0.4,0.4-0.4,1,0,1.4l4.1,4l-1,5.7c0,0.2,0,0.4,0.1,0.6c0.3,0.5,0.9,0.7,1.4,0.4l5.1-2.7l5.1,2.7c0.1,0.1,0.3,0.1,0.5,0.1l0,0c0.1,0,0.1,0,0.2,0c0.5-0.1,0.9-0.6,0.8-1.2l-1-5.7l4.1-4C21.9,10.5,22,10.3,22,10.1z\"/></svg></li><li title=\"flip h alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M7.4,7.2c0.1,0,0.2,0,0.2,0l1.9-0.5c0.5-0.1,0.9-0.7,0.7-1.2c-0.1-0.5-0.7-0.9-1.2-0.7L7.1,5.2c-0.4,0.1-0.8,0.5-0.8,1C6.4,6.7,6.8,7.2,7.4,7.2z M9.5,9h-2c-0.6,0-1,0.4-1,1s0.4,1,1,1h2c0.6,0,1-0.4,1-1S10.1,9,9.5,9z M13.2,5.7c0.1,0,0.2,0,0.2,0l1.9-0.5c0,0,0,0,0,0C15.9,5,16.3,4.5,16.1,4c-0.1-0.5-0.7-0.9-1.2-0.7L13,3.7c-0.4,0.1-0.8,0.5-0.8,1C12.2,5.2,12.7,5.7,13.2,5.7z M13.5,9c-0.6,0-1,0.4-1,1s0.4,1,1,1h2c0.6,0,1-0.4,1-1s-0.4-1-1-1H13.5z M21,2.8c-0.1-0.5-0.7-0.9-1.2-0.7l-1,0.2c-0.4,0.1-0.8,0.5-0.8,1c0,0.6,0.4,1,1,1C19.1,4.7,19.5,5,20,5h0c0.6,0,1-0.4,1-1V3C21,2.9,21,2.8,21,2.8z M4,10.5L4,10.5c0.6,0,1-0.4,1-1v-2c0-0.6-0.4-1-1-1S3,7,3,7.5v2C3,10.1,3.4,10.5,4,10.5z M20,7c-0.6,0-1,0.4-1,1v1.1c-0.3,0.2-0.5,0.5-0.5,0.9c0,0.6,0.4,1,1,1H20c0.6,0,1-0.4,1-1V8C21,7.4,20.6,7,20,7z M20,13H4c-0.6,0-1,0.4-1,1v3c0,0.5,0.3,0.9,0.8,1l16,4c0.1,0,0.2,0,0.2,0c0.6,0,1-0.4,1-1v-7C21,13.4,20.6,13,20,13z\"/></svg></li><li title=\"flip h \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21,11H3c-0.6,0-1,0.4-1,1s0.4,1,1,1h18c0.6,0,1-0.4,1-1S21.6,11,21,11z M17,15H7c-0.3,0-0.5,0.1-0.7,0.3c-0.4,0.4-0.4,1,0,1.4l5,5c0.2,0.2,0.4,0.3,0.7,0.3c0.3,0,0.5-0.1,0.7-0.3l5-5c0.2-0.2,0.3-0.4,0.3-0.7C18,15.4,17.6,15,17,15z M15.4,8c0,0.6,0.4,1,1,1H17c0.3,0,0.5-0.1,0.7-0.3c0.4-0.4,0.4-1,0-1.4l-0.7-0.7c-0.3-0.3-0.8-0.4-1.2-0.2c-0.5,0.2-0.7,0.8-0.4,1.3C15.4,7.9,15.4,7.9,15.4,8z M11.6,4.8L12,4.4l0.8,0.8c0.2,0.2,0.4,0.3,0.7,0.3h0c0.3,0,0.5-0.1,0.7-0.3c0.4-0.4,0.4-1,0-1.4l-1.1-1.1c-0.1-0.1-0.2-0.1-0.3-0.2c0-0.1-0.1-0.2-0.2-0.3c-0.4-0.4-1-0.4-1.4,0l-1.1,1.1c-0.4,0.4-0.4,1,0,1.4S11.3,5.2,11.6,4.8z M7.1,9c0.3,0,0.5-0.1,0.7-0.3l1.1-1.1c0.4-0.4,0.4-1,0-1.4c-0.4-0.4-1-0.4-1.4,0L6.3,7.2C6.2,7.4,6.1,7.7,6.1,7.9C6.1,8.5,6.5,8.9,7.1,9z M10.9,9h1.5c0.6,0,1-0.4,1-1s-0.4-1-1-1h-1.5c-0.6,0-1,0.4-1,1S10.4,9,10.9,9z\"/></svg></li><li title=\"flip v alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M4.9,12.2c-0.5-0.1-1.1,0.2-1.2,0.7l-0.5,1.9C3.1,15.4,3.4,16,4,16.1c0.1,0,0.2,0,0.2,0c0.5,0,0.9-0.3,1-0.8l0.5-1.9C5.8,12.9,5.5,12.4,4.9,12.2z M7.5,5h2c0.6,0,1-0.4,1-1s-0.4-1-1-1h-2c-0.6,0-1,0.4-1,1S7,5,7.5,5z M4.2,19c0-0.5-0.3-0.9-0.8-1c-0.5-0.1-1.1,0.2-1.2,0.7l-0.2,1c0,0.1,0,0.2,0,0.2c0,0.6,0.4,1,1,1h1c0.5,0,0.9-0.3,1-0.8C5.1,19.7,4.8,19.2,4.2,19z M6.4,6.4C5.9,6.3,5.3,6.6,5.2,7.1L4.7,9.1c0,0.1,0,0.2,0,0.2c0,0.6,0.4,1,1,1c0.5,0,0.9-0.3,1-0.8l0.5-1.9C7.3,7.1,6.9,6.6,6.4,6.4z M10,12.5c-0.6,0-1,0.4-1,1v2c0,0.6,0.4,1,1,1h0c0.6,0,1-0.4,1-1v-2C11,13,10.6,12.5,10,12.5z M10,6.5c-0.6,0-1,0.4-1,1v2c0,0.6,0.4,1,1,1h0c0.6,0,1-0.4,1-1v-2C11,7,10.6,6.5,10,6.5z M10.5,18.6C10,18.4,9.4,18.5,9.1,19H8c-0.6,0-1,0.4-1,1s0.4,1,1,1h2c0.6,0,1-0.4,1-1v-0.5C11,19.2,10.8,18.8,10.5,18.6z M22,19.8l-4-16C17.9,3.3,17.5,3,17,3h-3c-0.6,0-1,0.4-1,1v16c0,0.6,0.4,1,1,1h7c0.1,0,0.2,0,0.2,0C21.8,20.8,22.1,20.3,22,19.8z\"/></svg></li><li title=\"flip v \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M12,2c-0.6,0-1,0.4-1,1v18c0,0.6,0.4,1,1,1h0c0.6,0,1-0.4,1-1V3C13,2.4,12.6,2,12,2z M21.7,11.3l-5-5C16.5,6.1,16.3,6,16,6c-0.6,0-1,0.4-1,1v10c0,0.6,0.4,1,1,1c0.3,0,0.5-0.1,0.7-0.3l5-5C22.1,12.3,22.1,11.7,21.7,11.3z M3.8,9.8l-1.1,1.1c-0.1,0.1-0.1,0.2-0.2,0.3c-0.1,0-0.2,0.1-0.3,0.2c-0.4,0.4-0.4,1,0,1.4l1.1,1.1c0.2,0.2,0.4,0.3,0.7,0.3h0c0.3,0,0.5-0.1,0.7-0.3c0.4-0.4,0.4-1,0-1.4L4.4,12l0.8-0.8c0.4-0.4,0.4-1,0-1.4S4.2,9.4,3.8,9.8z M7.6,15.2c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1,0,1.4l1.1,1.1C7.4,17.8,7.7,18,7.9,18l0,0c0.3,0,0.5-0.1,0.7-0.3c0.4-0.4,0.4-1,0-1.4L7.6,15.2z M7.3,6.3L6.6,7C6.4,7.1,6.3,7.4,6.3,7.7c0,0.6,0.4,1,1,1c0.2,0,0.3,0,0.5-0.1c0.1,0,0.1,0,0.2,0c0.6,0,1-0.4,1-1V7c0-0.3-0.1-0.5-0.3-0.7C8.3,5.9,7.7,5.9,7.3,6.3z M8,10.6c-0.6,0-1,0.4-1,1v1.5c0,0.6,0.4,1,1,1h0c0.6,0,1-0.4,1-1v-1.5C9,11,8.6,10.6,8,10.6z\"/></svg></li><li title=\"graph bar \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M6,13H2c-0.6,0-1,0.4-1,1c0,0,0,0,0,0v8c0,0.6,0.4,1,1,1c0,0,0,0,0,0h4c0.6,0,1-0.4,1-1c0,0,0,0,0,0v-8C7,13.4,6.6,13,6,13C6,13,6,13,6,13z M22,9h-4c-0.6,0-1,0.4-1,1c0,0,0,0,0,0v12c0,0.6,0.4,1,1,1c0,0,0,0,0,0h4c0.6,0,1-0.4,1-1c0,0,0,0,0,0V10C23,9.4,22.6,9,22,9C22,9,22,9,22,9z M14,1h-4C9.4,1,9,1.4,9,2c0,0,0,0,0,0v20c0,0.6,0.4,1,1,1c0,0,0,0,0,0h4c0.6,0,1-0.4,1-1c0,0,0,0,0,0V2C15,1.4,14.6,1,14,1C14,1,14,1,14,1z\"/></svg></li><li title=\"grid \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21,2H3C2.4,2,2,2.4,2,3v4h20V3C22,2.4,21.6,2,21,2z M2,15h9V9H2V15z M2,21c0,0.6,0.4,1,1,1h8v-5H2V21z M13,15h9V9h-9V15z M13,22h8c0.6,0,1-0.4,1-1v-4h-9V22z\"/></svg></li><li title=\"grids \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M2,3.9v16.2c0,1,0.9,1.9,1.9,1.9H8V2H3.9C2.9,2,2,2.9,2,3.9z M20.1,2H16v20h4.1c1,0,1.9-0.9,1.9-1.9V3.9C22,2.9,21.1,2,20.1,2z M10,22h4V2h-4V22z\"/></svg></li><li title=\"grip horizontal line \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M3,11h18c0.6,0,1-0.4,1-1s-0.4-1-1-1H3c-0.6,0-1,0.4-1,1S2.4,11,3,11z M21,13H3c-0.6,0-1,0.4-1,1s0.4,1,1,1h18c0.6,0,1-0.4,1-1S21.6,13,21,13z\"/></svg></li><li title=\"head side cough \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M6,16c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S6.6,16,6,16z M2,17c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S2.6,17,2,17z M5,20c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S5.6,20,5,20z M16.2,2C12.2,1.9,9,4.9,8.9,8.9c0,0.1,0,0.1,0,0.2v0l-1.8,3.8c-0.2,0.5,0,1.1,0.5,1.3c0.1,0.1,0.3,0.1,0.4,0.1h0.9v1.8c0,1.1,0.9,1.9,1.9,1.9h0.9v1.8c0,0.6,0.4,1,1,1h0c0.6,0,8,0,8.4,0c0.1,0,0.2,0,0.3,0c0.5-0.2,0.8-0.7,0.7-1.2l-0.9-3L23,9.8c0-0.1,0-0.2,0-0.3V9.3C23,5.4,20,2.2,16.2,2z\"/></svg></li><li title=\"head side mask \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M13.2,2c-2-0.1-4,0.7-5.5,2.1C6.3,5.5,5.5,7.4,5.5,9.5l-1.8,3c-0.1,0.2-0.2,0.3-0.2,0.5v0c0,0.1,0,0.2,0.1,0.3L5,17.2c0,0,0,0.1,0,0.1c0.5,1,1.5,1.7,2.7,1.7h0.8v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2h2l0,0c0.1,0,0.2,0,0.3-0.1l3.7-1.3c0,0,0,0.1,0,0.1l1,3.5c0.1,0.4,0.5,0.7,1,0.7c0.1,0,0.2,0,0.3,0c0.5-0.2,0.8-0.7,0.7-1.2l-0.9-3.2l1.9-7.3c0-0.1,0-0.2,0-0.3V9.8C20.5,5.7,17.3,2.2,13.2,2z M17,15.4l-3.5,1.2v-2.9l4.3-1.4L17,15.4z M18.4,10c-0.1,0-0.2,0-0.3,0L12.3,12h-6l1.1-1.7c0.1-0.2,0.2-0.4,0.1-0.6c0,0,0-0.2,0-0.2C7.5,6.5,10,4,13,4c0.1,0,0.1,0,0.2,0c3,0.2,5.4,2.7,5.3,5.8L18.4,10z\"/></svg></li><li title=\"head side \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M13.2,2c-2-0.1-4,0.7-5.5,2.1C6.3,5.5,5.5,7.5,5.5,9.5v0l-1.9,4c-0.2,0.5,0,1.1,0.5,1.3C4.2,15,4.4,15,4.5,15h1v2c0,1.1,0.9,2,2,2h1v2c0,0.6,0.4,1,1,1h0c0.6,0,8.6,0,9,0c0.1,0,0.2,0,0.3,0c0.5-0.2,0.8-0.7,0.7-1.2l-0.9-3.2l1.9-7.3c0-0.1,0-0.2,0-0.3V9.8C20.5,5.7,17.3,2.2,13.2,2z\"/></svg></li><li title=\"history alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M16.4,3.3C12.5,1.1,7.7,1.8,4.6,4.8V3c0-0.6-0.4-1-1-1s-1,0.4-1,1v4.5c0,0.6,0.4,1,1,1h4.5c0.6,0,1-0.4,1-1s-0.4-1-1-1H5.7C7.1,4.9,9.2,4,11.5,4c4.4,0,8,3.6,8,8s-3.6,8-8,8c-0.6,0-1,0.4-1,1s0.4,1,1,1c3.6,0,6.9-1.9,8.7-5C22.9,12.2,21.2,6.1,16.4,3.3z M11.4,8c-0.6,0-1,0.4-1,1v3c0,0.6,0.4,1,1,1h2c0.6,0,1-0.4,1-1s-0.4-1-1-1h-1V9C12.4,8.4,12,8,11.4,8z\"/></svg></li><li title=\"history \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M17,3.3C13.1,1.1,8.3,1.8,5.1,4.8V3c0-0.6-0.4-1-1-1s-1,0.4-1,1v4.5c0,0.6,0.4,1,1,1h4.5c0.6,0,1-0.4,1-1s-0.4-1-1-1H6.2C7.7,4.9,9.8,4,12,4c4.4,0,8,3.6,8,8s-3.6,8-8,8s-8-3.6-8-8c0-0.6-0.4-1-1-1s-1,0.4-1,1c0,5.5,4.5,10,10,10c3.6,0,6.9-1.9,8.7-5C23.4,12.2,21.8,6.1,17,3.3z M12,8c-0.6,0-1,0.4-1,1v3c0,0.6,0.4,1,1,1h2c0.6,0,1-0.4,1-1s-0.4-1-1-1h-1V9C13,8.4,12.6,8,12,8z\"/></svg></li><li title=\"horizontal align left \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21,10h-5V7c0-0.6-0.4-1-1-1H4V3c0-0.6-0.4-1-1-1C2.5,2,2,2.4,2,3v18c0,0.6,0.4,1,1,1c0.6,0,1-0.4,1-1v-3h17c0.6,0,1-0.4,1-1v-6C22,10.4,21.6,10,21,10z M14,10H4V8h10V10z\"/></svg></li><li title=\"hospital square sign \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M19,2H5C3.3,2,2,3.3,2,5v14c0,1.7,1.3,3,3,3h14c1.7,0,3-1.3,3-3V5C22,3.3,20.7,2,19,2z M16,17c0,0.6-0.4,1-1,1s-1-0.4-1-1v-4h-4v4c0,0.6-0.4,1-1,1s-1-0.4-1-1V7c0-0.6,0.4-1,1-1s1,0.4,1,1v4h4V7c0-0.6,0.4-1,1-1s1,0.4,1,1V17z\"/></svg></li><li title=\"hospital symbol \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10C22,6.5,17.5,2,12,2z M16,16c0,0.6-0.4,1-1,1s-1-0.4-1-1v-3h-4v3c0,0.6-0.4,1-1,1s-1-0.4-1-1V8c0-0.6,0.4-1,1-1s1,0.4,1,1v3h4V8c0-0.6,0.4-1,1-1s1,0.4,1,1V16z\"/></svg></li><li title=\"hospital \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21.5,6.5h-3v-4c0-0.6-0.4-1-1-1h-11c-0.6,0-1,0.4-1,1v4h-3c-0.6,0-1,0.4-1,1v14c0,0.6,0.4,1,1,1h19c0.6,0,1-0.4,1-1v-14C22.5,6.9,22.1,6.5,21.5,6.5z M7.5,18.5h-1c-0.6,0-1-0.4-1-1s0.4-1,1-1h1c0.6,0,1,0.4,1,1S8.1,18.5,7.5,18.5z M7.5,14.5h-1c-0.6,0-1-0.4-1-1s0.4-1,1-1h1c0.6,0,1,0.4,1,1S8.1,14.5,7.5,14.5z M12.5,18.5h-1c-0.6,0-1-0.4-1-1s0.4-1,1-1h1c0.6,0,1,0.4,1,1S13.1,18.5,12.5,18.5z M12.5,14.5h-1c-0.6,0-1-0.4-1-1s0.4-1,1-1h1c0.6,0,1,0.4,1,1S13.1,14.5,12.5,14.5z M13.5,9H13v0.5c0,0.6-0.4,1-1,1s-1-0.4-1-1V9h-0.5c-0.6,0-1-0.4-1-1s0.4-1,1-1H11V6.5c0-0.6,0.4-1,1-1s1,0.4,1,1V7h0.5c0.6,0,1,0.4,1,1S14.1,9,13.5,9z M17.5,18.5h-1c-0.6,0-1-0.4-1-1s0.4-1,1-1h1c0.6,0,1,0.4,1,1S18.1,18.5,17.5,18.5z M17.5,14.5h-1c-0.6,0-1-0.4-1-1s0.4-1,1-1h1c0.6,0,1,0.4,1,1S18.1,14.5,17.5,14.5z\"/></svg></li><li title=\"house user \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21.7,10.3l-9-8c-0.4-0.3-0.9-0.3-1.3,0l-9,8c-0.4,0.4-0.5,1-0.1,1.4s1,0.5,1.4,0.1L4,11.4V21c0,0.6,0.4,1,1,1h14c0.6,0,1-0.4,1-1v-9.6l0.3,0.3c0.4,0.4,1,0.3,1.4-0.1C22.1,11.3,22.1,10.6,21.7,10.3z M12,11c1.5,0,2.7,1.2,2.7,2.7c0,1.5-1.2,2.7-2.7,2.7c-1.5,0-2.7-1.2-2.7-2.7S10.5,11,12,11z M7,20c0-0.1,0-0.1,0.1-0.2c2.2-2.7,6.2-3.2,8.9-1c0.4,0.3,0.7,0.6,1,1c0,0,0,0.1,0.1,0.2H7z\"/></svg></li><li title=\"image v \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M19,2H5C3.3,2,2,3.3,2,5v14c0,1.7,1.3,3,3,3h14c1.7,0,3-1.3,3-3V5C22,3.3,20.7,2,19,2z M20,13.9L18.1,12c-1.2-1.1-3.1-1.1-4.2,0L13,12.9L10.1,10c-1.2-1.1-3.1-1.1-4.2,0L4,11.9V5c0-0.6,0.4-1,1-1h14c0.6,0,1,0.4,1,1V13.9z\"/></svg></li><li title=\"key skeleton alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M20.3,5.1l1.4-1.4c0,0,0,0,0,0c0.4-0.4,0.4-1,0-1.4s-1-0.4-1.4,0L9.8,12.8C9,12.3,8,12,7,12c-2.8,0-5,2.2-5,5s2.2,5,5,5c2.8,0,5-2.2,5-5c0-1-0.3-2-0.8-2.8l4.9-4.9l1.4,1.4c0.4,0.4,1,0.4,1.4,0c0.4-0.4,0.4-1,0-1.4l-1.4-1.4l1.4-1.4l1.4,1.4c0.4,0.4,1,0.4,1.4,0c0.4-0.4,0.4-1,0-1.4L20.3,5.1z M7,20c-1.7,0-3-1.3-3-3s1.3-3,3-3c1.7,0,3,1.3,3,3C10,18.7,8.7,20,7,20z\"/></svg></li><li title=\"key skeleton \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21,4.4l0.7-0.7c0,0,0,0,0,0c0.4-0.4,0.4-1,0-1.4c-0.4-0.4-1-0.4-1.4,0L9.8,12.8C9,12.3,8,12,7,12c-2.8,0-5,2.2-5,5s2.2,5,5,5c2.8,0,5-2.2,5-5c0-1-0.3-2-0.8-2.8l5.6-5.6l2.1,2.1c0.4,0.4,1,0.4,1.4,0c0.4-0.4,0.4-1,0-1.4l-2.1-2.1l1.4-1.4l0.7,0.7c0.4,0.4,1,0.4,1.4,0s0.4-1,0-1.4L21,4.4z M7,20c-1.7,0-3-1.3-3-3s1.3-3,3-3c1.7,0,3,1.3,3,3C10,18.7,8.7,20,7,20z\"/></svg></li><li title=\"keyhole circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M13.7,11c-0.2,0.3-0.4,0.6-0.7,0.7V15c0,0.6-0.4,1-1,1s-1-0.4-1-1v-3.3c-1-0.6-1.3-1.8-0.7-2.7S12,7.7,13,8.3C14,8.8,14.3,10,13.7,11z\"/></svg></li><li title=\"keyhole square full \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21,2H3C2.4,2,2,2.4,2,3v18c0,0.6,0.4,1,1,1h18c0.6,0,1-0.4,1-1V3C22,2.4,21.6,2,21,2z M13.7,11c-0.2,0.3-0.4,0.6-0.7,0.7V15c0,0.6-0.4,1-1,1s-1-0.4-1-1v-3.3c-1-0.6-1.3-1.8-0.7-2.7S12,7.7,13,8.3C14,8.8,14.3,10,13.7,11z\"/></svg></li><li title=\"keyhole square \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M19,2H5C3.3,2,2,3.3,2,5v14c0,1.7,1.3,3,3,3h14c1.7,0,3-1.3,3-3V5C22,3.3,20.7,2,19,2z M13.7,11c-0.2,0.3-0.4,0.6-0.7,0.7V15c0,0.6-0.4,1-1,1s-1-0.4-1-1v-3.3c-1-0.6-1.3-1.8-0.7-2.7S12,7.7,13,8.3C14,8.8,14.3,10,13.7,11z\"/></svg></li><li title=\"layer group \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M2.5,8.9l9,5.2c0.2,0.1,0.3,0.1,0.5,0.1c0.2,0,0.3,0,0.5-0.1l9-5.2c0.2-0.1,0.3-0.2,0.4-0.4C22.1,8,22,7.4,21.5,7.1l-9-5.2c-0.3-0.2-0.7-0.2-1,0l-9,5.2C2.3,7.2,2.2,7.3,2.1,7.5C1.9,8,2,8.6,2.5,8.9z M21.5,11.1L21.3,11l-8.8,5.1c-0.3,0.2-0.7,0.2-1,0L2.7,11l-0.2,0.1C2,11.4,1.9,12,2.1,12.5c0.1,0.2,0.2,0.3,0.4,0.4l9,5.2c0.3,0.2,0.7,0.2,1,0l9-5.2c0.5-0.3,0.6-0.9,0.4-1.4C21.8,11.3,21.7,11.2,21.5,11.1z M21.5,15.1L21.3,15l-8.8,5.1c-0.3,0.2-0.7,0.2-1,0L2.7,15l-0.2,0.1C2,15.4,1.9,16,2.1,16.5c0.1,0.2,0.2,0.3,0.4,0.4l9,5.2c0.3,0.2,0.7,0.2,1,0l9-5.2c0.5-0.3,0.6-0.9,0.4-1.4C21.8,15.3,21.7,15.2,21.5,15.1z\"/></svg></li><li title=\"layers alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M16,7H6C5.4,7,5,7.4,5,8v2.5h7.5c0.6,0,1,0.4,1,1V19H16c0.6,0,1-0.4,1-1V8C17,7.4,16.6,7,16,7z M11,12H3c-0.6,0-1,0.4-1,1v8c0,0.6,0.4,1,1,1h8c0.6,0,1-0.4,1-1v-8C12,12.4,11.6,12,11,12z M21,2H9C8.4,2,8,2.4,8,3v2.5h9.5c0.6,0,1,0.4,1,1V16H21c0.6,0,1-0.4,1-1V3C22,2.4,21.6,2,21,2z\"/></svg></li><li title=\"left indent alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21,17h-8c-0.6,0-1,0.4-1,1s0.4,1,1,1h8c0.6,0,1-0.4,1-1S21.6,17,21,17z M21,13h-8c-0.6,0-1,0.4-1,1s0.4,1,1,1h8c0.6,0,1-0.4,1-1S21.6,13,21,13z M13,7h8c0.6,0,1-0.4,1-1s-0.4-1-1-1h-8c-0.6,0-1,0.4-1,1S12.4,7,13,7z M21,9h-8c-0.6,0-1,0.4-1,1s0.4,1,1,1h8c0.6,0,1-0.4,1-1S21.6,9,21,9z M9,5C8.4,5,8,5.4,8,6v12c0,0.6,0.4,1,1,1h0c0.6,0,1-0.4,1-1V6C10,5.4,9.6,5,9,5z M4.6,12l1.1-0.9c0.4-0.4,0.5-1,0.1-1.4c-0.4-0.4-1-0.5-1.4-0.1l-2,1.7c0,0-0.1,0.1-0.1,0.1c-0.4,0.4-0.3,1.1,0.1,1.4l2,1.7c0.2,0.1,0.4,0.2,0.6,0.2c0.3,0,0.6-0.1,0.8-0.4c0.4-0.4,0.3-1.1-0.1-1.4L4.6,12z\"/></svg></li><li title=\"left indent \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M3,7h18c0.6,0,1-0.4,1-1s-0.4-1-1-1H3C2.4,5,2,5.4,2,6S2.4,7,3,7z M3,11h10c0.6,0,1-0.4,1-1s-0.4-1-1-1H3c-0.6,0-1,0.4-1,1S2.4,11,3,11z M21,17H3c-0.6,0-1,0.4-1,1s0.4,1,1,1h18c0.6,0,1-0.4,1-1S21.6,17,21,17z M3,15h10c0.6,0,1-0.4,1-1s-0.4-1-1-1H3c-0.6,0-1,0.4-1,1S2.4,15,3,15z M21.8,9.7c-0.4-0.4-1-0.5-1.4-0.1l-2,1.7c0,0-0.1,0.1-0.1,0.1c-0.4,0.4-0.3,1.1,0.1,1.4l2,1.7c0.2,0.1,0.4,0.2,0.6,0.2c0.3,0,0.6-0.1,0.8-0.4c0.4-0.4,0.3-1.1-0.1-1.4L20.6,12l1.1-0.9C22.1,10.7,22.1,10.1,21.8,9.7z\"/></svg></li><li title=\"line spacing \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M10,8h11c0.6,0,1-0.4,1-1s-0.4-1-1-1H10C9.4,6,9,6.4,9,7S9.4,8,10,8z M5.7,15.3V8.7C5.9,8.9,6.1,9,6.3,9C6.6,9,6.8,8.9,7,8.8c0.4-0.4,0.5-1,0.1-1.4l-1.7-2C5.2,5.1,5,5,4.7,5S4.1,5.1,3.9,5.4l-1.7,2c-0.3,0.4-0.3,1,0.2,1.4c0.4,0.3,0.9,0.3,1.3,0v6.6c-0.4-0.3-0.9-0.4-1.3,0c-0.4,0.4-0.5,1-0.1,1.4l1.7,2C4.1,18.9,4.4,19,4.7,19s0.6-0.1,0.8-0.4l1.7-2c0.4-0.4,0.3-1.1-0.1-1.4C6.6,14.9,6,14.9,5.7,15.3z M21,11H10c-0.6,0-1,0.4-1,1s0.4,1,1,1h11c0.6,0,1-0.4,1-1S21.6,11,21,11z M21,16H10c-0.6,0-1,0.4-1,1s0.4,1,1,1h11c0.6,0,1-0.4,1-1S21.6,16,21,16z\"/></svg></li><li title=\"link h \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M10,15H7c-1.7,0-3-1.3-3-3s1.3-3,3-3h3c0.6,0,1-0.4,1-1s-0.4-1-1-1H7c-2.8,0-5,2.2-5,5s2.2,5,5,5h3c0.6,0,1-0.4,1-1S10.6,15,10,15z M17,7h-3c-0.6,0-1,0.4-1,1s0.4,1,1,1h3c1.7,0,3,1.3,3,3s-1.3,3-3,3h-3c-0.6,0-1,0.4-1,1s0.4,1,1,1h3c2.8,0,5-2.2,5-5S19.8,7,17,7z M8,12c0,0.6,0.4,1,1,1h6c0.6,0,1-0.4,1-1s-0.4-1-1-1H9C8.4,11,8,11.4,8,12z\"/></svg></li><li title=\"list ui alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M7.5,8h14c0.6,0,1-0.4,1-1s-0.4-1-1-1h-14c-0.6,0-1,0.4-1,1S6.9,8,7.5,8z M21.5,11h-10c-0.6,0-1,0.4-1,1s0.4,1,1,1h10c0.6,0,1-0.4,1-1S22.1,11,21.5,11z M21.5,16h-6c-0.6,0-1,0.4-1,1s0.4,1,1,1h6c0.6,0,1-0.4,1-1S22.1,16,21.5,16z M3.5,6c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S4.1,6,3.5,6z M7.5,11c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S8.1,11,7.5,11z M11.5,16c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S12.1,16,11.5,16z\"/></svg></li><li title=\"list ul \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M7,8h14c0.6,0,1-0.4,1-1s-0.4-1-1-1H7C6.4,6,6,6.4,6,7S6.4,8,7,8z M21,11H7c-0.6,0-1,0.4-1,1s0.4,1,1,1h14c0.6,0,1-0.4,1-1S21.6,11,21,11z M21,16H7c-0.6,0-1,0.4-1,1s0.4,1,1,1h14c0.6,0,1-0.4,1-1S21.6,16,21,16z M3.7,6.3C3.6,6.2,3.5,6.1,3.4,6.1C3,5.9,2.6,6,2.3,6.3C2.2,6.4,2.1,6.5,2.1,6.6C2,6.9,2,7.1,2.1,7.4c0.1,0.1,0.1,0.2,0.2,0.3c0.1,0.1,0.2,0.2,0.3,0.2C2.7,8,2.9,8,3,8c0.3,0,0.5-0.1,0.7-0.3c0.1-0.1,0.2-0.2,0.2-0.3C4,7.1,4,6.9,3.9,6.6C3.9,6.5,3.8,6.4,3.7,6.3z M3.7,11.3C3.4,11,3,10.9,2.6,11.1c-0.1,0.1-0.2,0.1-0.3,0.2c-0.1,0.1-0.2,0.2-0.2,0.3c-0.1,0.2-0.1,0.5,0,0.8c0.1,0.1,0.1,0.2,0.2,0.3c0.1,0.1,0.2,0.2,0.3,0.2C2.7,13,2.9,13,3,13c0.1,0,0.3,0,0.4-0.1c0.1-0.1,0.2-0.1,0.3-0.2c0.1-0.1,0.2-0.2,0.2-0.3c0.1-0.2,0.1-0.5,0-0.8C3.9,11.5,3.8,11.4,3.7,11.3z M3.7,16.3c-0.1-0.1-0.2-0.2-0.3-0.2c-0.2-0.1-0.5-0.1-0.8,0c-0.1,0-0.2,0.1-0.3,0.2c-0.1,0.1-0.2,0.2-0.2,0.3C1.9,17,2,17.4,2.3,17.7c0.1,0.1,0.2,0.2,0.3,0.2C2.7,18,2.9,18,3,18c0.1,0,0.3,0,0.4-0.1c0.1-0.1,0.2-0.1,0.3-0.2C4,17.4,4.1,17,3.9,16.6C3.9,16.5,3.8,16.4,3.7,16.3z\"/></svg></li><li title=\"lock access \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21,2h-6c-0.6,0-1,0.4-1,1s0.4,1,1,1h5v5c0,0.6,0.4,1,1,1h0c0.6,0,1-0.4,1-1V3C22,2.4,21.6,2,21,2z M3,10L3,10c0.6,0,1-0.4,1-1V4h5c0.6,0,1-0.4,1-1S9.6,2,9,2H3C2.4,2,2,2.4,2,3v6C2,9.6,2.4,10,3,10z M9,20H4v-5c0-0.6-0.4-1-1-1s-1,0.4-1,1v6c0,0.6,0.4,1,1,1h6c0.6,0,1-0.4,1-1S9.6,20,9,20z M21,14c-0.6,0-1,0.4-1,1v5h-5c-0.6,0-1,0.4-1,1s0.4,1,1,1h6c0.6,0,1-0.4,1-1v-6C22,14.4,21.6,14,21,14z M12,6c-1.7,0-3,1.3-3,3v1c-1.1,0-2,0.9-2,2v4c0,1.1,0.9,2,2,2h6c1.1,0,2-0.9,2-2v-4c0-1.1-0.9-2-2-2V9C15,7.3,13.7,6,12,6z M13,10h-2V9c0-0.6,0.4-1,1-1s1,0.4,1,1V10z\"/></svg></li><li title=\"lock alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M17,9V7c0-2.8-2.2-5-5-5S7,4.2,7,7v2c-1.7,0-3,1.3-3,3v7c0,1.7,1.3,3,3,3h10c1.7,0,3-1.3,3-3v-7C20,10.3,18.7,9,17,9z M9,7c0-1.7,1.3-3,3-3s3,1.3,3,3v2H9V7z M13,17c0,0.6-0.4,1-1,1s-1-0.4-1-1v-3c0-0.6,0.4-1,1-1s1,0.4,1,1V17z\"/></svg></li><li title=\"lock open alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M17,9H9V7c0-0.8,0.3-1.5,0.9-2.1c1.2-1.2,3.1-1.2,4.2,0c0.4,0.4,0.6,0.9,0.8,1.4c0,0,0,0,0,0C15,6.8,15.6,7.1,16.1,7c0.5-0.1,0.9-0.7,0.7-1.2c-0.2-0.9-0.7-1.7-1.3-2.3C14.6,2.5,13.3,2,12,2C9.2,2,7,4.2,7,7v2c-1.7,0-3,1.3-3,3v7c0,1.7,1.3,3,3,3h10c1.7,0,3-1.3,3-3v-7C20,10.3,18.7,9,17,9z M13.1,15.5c0,0-0.1,0.1-0.1,0.1V17c0,0.6-0.4,1-1,1s-1-0.4-1-1v-1.4c-0.6-0.6-0.7-1.5-0.1-2.1c0.6-0.6,1.5-0.7,2.1-0.1C13.6,13.9,13.7,14.9,13.1,15.5z\"/></svg></li><li title=\"lock \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M17,9V7c0-2.8-2.2-5-5-5S7,4.2,7,7v2c-1.7,0-3,1.3-3,3v7c0,1.7,1.3,3,3,3h10c1.7,0,3-1.3,3-3v-7C20,10.3,18.7,9,17,9z M9,7c0-1.7,1.3-3,3-3s3,1.3,3,3v2H9V7z\"/></svg></li><li title=\"microscope \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M20,21h-5.2c0.1-0.2,0.1-0.4,0.1-0.6c3-1.2,5-4.1,5-7.4c0-2-0.8-3.9-2.1-5.4l0.6-0.6c0.1-0.1,0.2-0.2,0.2-0.4l0.7-2.1c0.1-0.4,0-0.8-0.2-1l-2.1-2.1c-0.3-0.3-0.7-0.4-1-0.2L14,1.8c-0.1,0-0.3,0.1-0.4,0.2L7.2,8.4c-0.4,0.4-0.4,1,0,1.4l0,0l-1.4,1.4c-0.4,0.4-0.4,1,0,1.4l0,0l2.1,2.1c0.4,0.4,1,0.4,1.4,0l1.4-1.4l0,0c0.4,0.4,1,0.4,1.4,0l0,0L16.5,9c1,1.1,1.5,2.5,1.5,4c0,2.3-1.4,4.4-3.5,5.4c-0.9-1.4-2.7-1.9-4.1-1c-0.4,0.3-0.8,0.6-1,1.1c-0.4-0.2-0.8-0.3-1.1-0.6C8.7,17.8,9,17.4,9,17c0-0.6-0.4-1-1-1H4c-0.6,0-1,0.4-1,1s0.4,1,1,1h1.3c1,1.1,2.3,2,3.7,2.5c0,0.2,0.1,0.4,0.1,0.5H4c-0.6,0-1,0.4-1,1c0,0.6,0.4,1,1,1h16c0.6,0,1-0.4,1-1C21,21.5,20.6,21,20,21z M8.6,12.6l-0.7-0.7l0.7-0.7l0.7,0.7L8.6,12.6z M12,21c-0.6,0-1-0.4-1-1s0.4-1,1-1s1,0.4,1,1C13,20.6,12.6,21,12,21z\"/></svg></li><li title=\"minus square full \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21,2H3C2.4,2,2,2.4,2,3v18c0,0.6,0.4,1,1,1h18c0.6,0,1-0.4,1-1V3C22,2.4,21.6,2,21,2z M15,13H9c-0.6,0-1-0.4-1-1s0.4-1,1-1h6c0.6,0,1,0.4,1,1S15.6,13,15,13z\"/></svg></li><li title=\"multiply \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M13.4,12l6.3-6.3c0.4-0.4,0.4-1,0-1.4c-0.4-0.4-1-0.4-1.4,0L12,10.6L5.7,4.3c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1,0,1.4l6.3,6.3l-6.3,6.3C4.1,18.5,4,18.7,4,19c0,0.6,0.4,1,1,1c0.3,0,0.5-0.1,0.7-0.3l6.3-6.3l6.3,6.3c0.2,0.2,0.4,0.3,0.7,0.3s0.5-0.1,0.7-0.3c0.4-0.4,0.4-1,0-1.4L13.4,12z\"/></svg></li><li title=\"object group \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21,18.3V5.7c0.6-0.3,1-1,1-1.7c0-1.1-0.9-2-2-2c-0.7,0-1.4,0.4-1.7,1H5.7C5.4,2.4,4.7,2,4,2C2.9,2,2,2.9,2,4c0,0.7,0.4,1.4,1,1.7v12.6c-0.6,0.3-1,1-1,1.7c0,1.1,0.9,2,2,2c0.7,0,1.4-0.4,1.7-1h12.6c0.3,0.6,1,1,1.7,1c1.1,0,2-0.9,2-2C22,19.3,21.6,18.6,21,18.3z M19,18.3c-0.3,0.2-0.5,0.4-0.7,0.7H5.7c-0.2-0.3-0.4-0.5-0.7-0.7V5.7C5.3,5.5,5.5,5.3,5.7,5h12.6c0.2,0.3,0.4,0.5,0.7,0.7V18.3z M14,9V8c0-0.6-0.4-1-1-1H8C7.4,7,7,7.4,7,8v5c0,0.6,0.4,1,1,1h1v-3c0-1.1,0.9-2,2-2H14z M16,10h-5c-0.6,0-1,0.4-1,1v5c0,0.6,0.4,1,1,1h5c0.6,0,1-0.4,1-1v-5C17,10.4,16.6,10,16,10z\"/></svg></li><li title=\"object ungroup \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21,18.3v-6.6c0.6-0.3,1-1,1-1.7c0-1.1-0.9-2-2-2c-0.7,0-1.4,0.4-1.7,1H15V5.7c0.6-0.3,1-1,1-1.7c0-1.1-0.9-2-2-2c-0.7,0-1.4,0.4-1.7,1H5.7C5.4,2.4,4.7,2,4,2C2.9,2,2,2.9,2,4c0,0.7,0.4,1.4,1,1.7v6.6c-0.6,0.3-1,1-1,1.7c0,1.1,0.9,2,2,2c0.7,0,1.4-0.4,1.7-1H9v3.3c-0.6,0.3-1,1-1,1.7c0,1.1,0.9,2,2,2c0.7,0,1.4-0.4,1.7-1h6.6c0.3,0.6,1,1,1.7,1c1.1,0,2-0.9,2-2C22,19.3,21.6,18.6,21,18.3z M5.7,13c-0.2-0.3-0.4-0.5-0.7-0.7V5.7C5.3,5.5,5.5,5.3,5.7,5h6.6c0.2,0.3,0.4,0.5,0.7,0.7V9h-1.3c-0.3-0.6-1-1-1.7-1c-1.1,0-2,0.9-2,2c0,0.7,0.4,1.4,1,1.7V13H5.7z M13,12.3c-0.3,0.2-0.5,0.4-0.7,0.7H11v-1.3c0.3-0.2,0.5-0.4,0.7-0.7H13V12.3z M12.3,15c0.3,0.6,1,1,1.7,1c1.1,0,2-0.9,2-2c0-0.7-0.4-1.4-1-1.7V11h3.3c0.2,0.3,0.4,0.5,0.7,0.7v6.6c-0.3,0.2-0.5,0.4-0.7,0.7h-6.6c-0.2-0.3-0.4-0.5-0.7-0.7V15H12.3z\"/></svg></li><li title=\"padlock \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M17,9V7c0-2.8-2.2-5-5-5S7,4.2,7,7v2c-1.7,0-3,1.3-3,3v7c0,1.7,1.3,3,3,3h10c1.7,0,3-1.3,3-3v-7C20,10.3,18.7,9,17,9z M9,7c0-1.7,1.3-3,3-3s3,1.3,3,3v2H9V7z M13.1,15.5c0,0-0.1,0.1-0.1,0.1V17c0,0.6-0.4,1-1,1s-1-0.4-1-1v-1.4c-0.6-0.6-0.7-1.5-0.1-2.1c0.6-0.6,1.5-0.7,2.1-0.1C13.6,13.9,13.7,14.9,13.1,15.5z\"/></svg></li><li title=\"paperclip \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M18.1,12.4l-6.2,6.2c-1.7,1.7-4.4,1.7-6,0c-1.7-1.7-1.7-4.4,0-6l8-8c1-0.9,2.5-0.9,3.5,0c1,1,1,2.6,0,3.5l-6.9,6.9c-0.3,0.3-0.8,0.3-1.1,0c0,0,0,0,0,0c-0.3-0.3-0.3-0.8,0-1.1l5.1-5.1c0.4-0.4,0.4-1,0-1.4c-0.4-0.4-1-0.4-1.4,0L8,12.6c-1.1,1.1-1.1,2.8,0,3.9c1.1,1,2.8,1,3.9,0l6.9-6.9c1.8-1.8,1.8-4.6,0-6.4c-1.8-1.8-4.6-1.8-6.4,0l-8,8c-1.2,1.2-1.8,2.8-1.8,4.4c0,3.5,2.8,6.2,6.3,6.2c1.7,0,3.2-0.7,4.4-1.8l6.2-6.2c0.4-0.4,0.4-1,0-1.4S18.5,12,18.1,12.4z\"/></svg></li><li title=\"paragraph \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M13,13.5H3c-0.6,0-1,0.4-1,1s0.4,1,1,1h10c0.6,0,1-0.4,1-1S13.6,13.5,13,13.5z M21,8.5H3c-0.6,0-1,0.4-1,1s0.4,1,1,1h18c0.6,0,1-0.4,1-1S21.6,8.5,21,8.5z\"/></svg></li><li title=\"pentagon \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21.6,9.2l-9-6.5c-0.4-0.3-0.8-0.3-1.2,0l-9,6.5C2.1,9.4,1.9,9.9,2,10.3l3.4,10.6c0.1,0.4,0.5,0.7,1,0.7h11.1c0.4,0,0.8-0.3,1-0.7L22,10.3C22.1,9.9,21.9,9.4,21.6,9.2z\"/></svg></li><li title=\"polygon \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21.9,11.5l-4.5-7.8c-0.2-0.3-0.5-0.5-0.9-0.5h-9c-0.4,0-0.7,0.2-0.9,0.5l-4.5,7.8c-0.2,0.3-0.2,0.7,0,1l4.5,7.8c0.2,0.3,0.5,0.5,0.9,0.5h9c0.4,0,0.7-0.2,0.9-0.5l4.5-7.8C22,12.2,22,11.8,21.9,11.5z\"/></svg></li><li title=\"previous \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M16.7,15.3L13.4,12l3.3-3.3c0.4-0.4,0.4-1,0-1.4c-0.4-0.4-1-0.4-1.4,0l-4,4c0,0,0,0,0,0c-0.4,0.4-0.4,1,0,1.4l4,4c0.2,0.2,0.4,0.3,0.7,0.3c0.3,0,0.5-0.1,0.7-0.3C17.1,16.3,17.1,15.7,16.7,15.3z M8,7C7.4,7,7,7.4,7,8v8c0,0.6,0.4,1,1,1s1-0.4,1-1V8C9,7.4,8.6,7,8,7z\"/></svg></li><li title=\"process \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M8.5,6H6.7C8.2,4.7,10,4,12,4c0.3,0,0.6,0,0.9,0.1c0,0,0,0,0,0c0.5,0.1,1-0.3,1.1-0.9c0.1-0.5-0.3-1-0.9-1.1C12.7,2,12.4,2,12,2C9.6,2,7.3,2.9,5.5,4.4V3c0-0.6-0.4-1-1-1s-1,0.4-1,1v4c0,0.6,0.4,1,1,1h4c0.6,0,1-0.4,1-1S9.1,6,8.5,6z M7,14.5c-0.6,0-1,0.4-1,1v1.8C4.7,15.8,4,14,4,12c0-0.3,0-0.6,0.1-0.9c0,0,0,0,0,0c0.1-0.5-0.3-1-0.9-1.1c-0.5-0.1-1,0.3-1.1,0.9C2,11.3,2,11.6,2,12c0,2.4,0.9,4.7,2.4,6.5H3c-0.6,0-1,0.4-1,1s0.4,1,1,1h4c0.3,0,0.6-0.2,0.8-0.4c0,0,0,0,0,0c0,0,0,0,0,0c0-0.1,0.1-0.2,0.1-0.3c0-0.1,0-0.1,0-0.2c0,0,0-0.1,0-0.1v-4C8,14.9,7.6,14.5,7,14.5z M21,5.5c0.6,0,1-0.4,1-1s-0.4-1-1-1h-4c-0.1,0-0.1,0-0.2,0c0,0,0,0,0,0c-0.1,0-0.2,0.1-0.3,0.1c0,0,0,0,0,0c-0.1,0.1-0.2,0.1-0.2,0.2c0,0,0,0,0,0c0,0,0,0,0,0c0,0.1-0.1,0.2-0.1,0.2c0,0.1,0,0.1,0,0.2c0,0,0,0.1,0,0.1v4c0,0.6,0.4,1,1,1s1-0.4,1-1V6.7c1.3,1.4,2,3.3,2,5.3c0,0.3,0,0.6-0.1,0.9c-0.1,0.5,0.3,1,0.9,1.1c0,0,0.1,0,0.1,0c0.5,0,0.9-0.4,1-0.9c0-0.4,0.1-0.7,0.1-1.1c0-2.4-0.9-4.7-2.4-6.5H21z M20.3,16.5c-0.1-0.1-0.2-0.2-0.3-0.3c0,0,0,0,0,0c0,0,0,0,0,0c-0.1-0.1-0.2-0.1-0.3-0.1c0,0-0.1,0-0.1,0c0,0-0.1,0-0.1,0h-4c-0.6,0-1,0.4-1,1s0.4,1,1,1h1.8c-1.4,1.3-3.3,2-5.3,2c-0.3,0-0.6,0-0.9-0.1c0,0,0,0,0,0c-0.5-0.1-1,0.3-1.1,0.9s0.3,1,0.9,1.1c0.4,0,0.7,0.1,1.1,0.1c2.4,0,4.7-0.9,6.5-2.4V21c0,0.6,0.4,1,1,1s1-0.4,1-1v-4C20.5,16.8,20.4,16.6,20.3,16.5C20.3,16.5,20.3,16.5,20.3,16.5z\"/></svg></li><li title=\"record audio \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10C22,6.5,17.5,2,12,2z M12,18c-3.3,0-6-2.7-6-6s2.7-6,6-6s6,2.7,6,6C18,15.3,15.3,18,12,18z\"/></svg></li><li title=\"redo \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21,11c-0.6,0-1,0.4-1,1c0,2.9-1.5,5.5-4,6.9c-3.8,2.2-8.7,0.9-10.9-2.9C2.9,12.2,4.2,7.3,8,5.1c3.3-1.9,7.3-1.2,9.8,1.4h-2.4c-0.6,0-1,0.4-1,1s0.4,1,1,1h4.5c0.6,0,1-0.4,1-1V3c0-0.6-0.4-1-1-1s-1,0.4-1,1v1.8C17,3,14.6,2,12,2C6.5,2,2,6.5,2,12s4.5,10,10,10c5.5,0,10-4.5,10-10C22,11.4,21.6,11,21,11z\"/></svg></li><li title=\"refresh \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M15,12c0-1.7-1.3-3-3-3s-3,1.3-3,3s1.3,3,3,3S15,13.7,15,12z M17,3.3C13.1,1.1,8.3,1.8,5.1,4.7V3c0-0.6-0.4-1-1-1s-1,0.4-1,1v4.5c0,0.6,0.4,1,1,1h4.5c0.6,0,1-0.4,1-1s-0.4-1-1-1H6.2C7.7,4.9,9.8,4,12,4c4.4,0,8,3.6,8,8v0c0,0.6,0.4,1,1,1h0c0.6,0,1-0.4,1-1C22,8.4,20.1,5.1,17,3.3z M19.9,15.5h-4.5c-0.6,0-1,0.4-1,1s0.4,1,1,1h2.4C16.3,19.1,14.2,20,12,20c-4.4,0-8-3.6-8-8c0-0.6-0.4-1-1-1s-1,0.4-1,1c0,5.5,4.5,10,10,10c2.6,0,5-1,6.9-2.8V21c0,0.6,0.4,1,1,1h0c0.6,0,1-0.4,1-1v-4.5C20.9,15.9,20.4,15.5,19.9,15.5z\"/></svg></li><li title=\"repeat \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M5.5,17.5H4v-11h7.8L11,7.3c-0.2,0.2-0.3,0.4-0.3,0.7c0,0.6,0.4,1,1,1c0.3,0,0.5-0.1,0.7-0.3l2.5-2.5c0.4-0.4,0.4-1,0-1.4l-2.5-2.5c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1,0,1.4l0.8,0.8H3c-0.6,0-1,0.4-1,1v13c0,0.6,0.4,1,1,1h2.5c0.6,0,1-0.4,1-1S6.1,17.5,5.5,17.5z M21,4.5h-2.5c-0.6,0-1,0.4-1,1s0.4,1,1,1H20v11h-8.4l0.8-0.8c0,0,0,0,0,0c0.4-0.4,0.4-1,0-1.4s-1-0.4-1.4,0l-2.5,2.5c0,0,0,0,0,0c-0.4,0.4-0.4,1,0,1.4l2.5,2.5c0.2,0.2,0.4,0.3,0.7,0.3c0.3,0,0.5-0.1,0.7-0.3c0.4-0.4,0.4-1,0-1.4l-0.8-0.8H21c0.6,0,1-0.4,1-1v-13C22,4.9,21.6,4.5,21,4.5z\"/></svg></li><li title=\"right indent alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21,17h-8c-0.6,0-1,0.4-1,1s0.4,1,1,1h8c0.6,0,1-0.4,1-1S21.6,17,21,17z M21,13h-8c-0.6,0-1,0.4-1,1s0.4,1,1,1h8c0.6,0,1-0.4,1-1S21.6,13,21,13z M13,7h8c0.6,0,1-0.4,1-1s-0.4-1-1-1h-8c-0.6,0-1,0.4-1,1S12.4,7,13,7z M21,9h-8c-0.6,0-1,0.4-1,1s0.4,1,1,1h8c0.6,0,1-0.4,1-1S21.6,9,21,9z M9,5C8.4,5,8,5.4,8,6v12c0,0.6,0.4,1,1,1h0c0.6,0,1-0.4,1-1V6C10,5.4,9.6,5,9,5z M3.6,9.6C3.2,9.2,2.6,9.3,2.2,9.7c-0.4,0.4-0.3,1.1,0.1,1.4L3.4,12l-1.1,0.9C2.1,13.1,2,13.4,2,13.7c0,0.6,0.4,1,1,1c0.2,0,0.5-0.1,0.6-0.2l2-1.7c0,0,0.1-0.1,0.1-0.1c0.4-0.4,0.3-1.1-0.1-1.4L3.6,9.6z\"/></svg></li><li title=\"right indent \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M3,7h18c0.6,0,1-0.4,1-1s-0.4-1-1-1H3C2.4,5,2,5.4,2,6S2.4,7,3,7z M3,11h10c0.6,0,1-0.4,1-1s-0.4-1-1-1H3c-0.6,0-1,0.4-1,1S2.4,11,3,11z M21,17H3c-0.6,0-1,0.4-1,1s0.4,1,1,1h18c0.6,0,1-0.4,1-1S21.6,17,21,17z M3,15h10c0.6,0,1-0.4,1-1s-0.4-1-1-1H3c-0.6,0-1,0.4-1,1S2.4,15,3,15z M18,13.7c0,0.6,0.4,1,1,1c0.2,0,0.5-0.1,0.6-0.2l2-1.7c0,0,0.1-0.1,0.1-0.1c0.4-0.4,0.3-1.1-0.1-1.4l-2-1.7c-0.4-0.4-1.1-0.3-1.4,0.1c-0.4,0.4-0.3,1.1,0.1,1.4l1.1,0.9l-1.1,0.9C18.1,13.1,18,13.4,18,13.7z\"/></svg></li><li title=\"rocket \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M22.6,2.1c-0.1-0.3-0.4-0.6-0.7-0.7C17.7,0.3,13.4,1.6,10.5,5L9.4,6.3L6.7,5.7C5.4,5.2,4,5.8,3.4,7l-2.2,3.9c-0.2,0.3-0.2,0.6,0,0.9c0.1,0.3,0.4,0.5,0.7,0.6l3.1,0.7c-0.3,0.8-0.4,1.6-0.6,2.4c0,0.3,0.1,0.6,0.3,0.8l3.1,3.1c0.2,0.2,0.4,0.3,0.7,0.3c0,0,0.1,0,0.1,0c0.9-0.1,1.7-0.2,2.5-0.5l0.6,3c0.1,0.3,0.3,0.6,0.6,0.7c0.1,0.1,0.3,0.1,0.4,0.1c0.2,0,0.3,0,0.5-0.1l3.9-2.2c1.1-0.6,1.7-2,1.4-3.3l-0.7-2.8l1.2-1.1C22.3,10.7,23.7,6.2,22.6,2.1z M7.3,8.8c-0.6,0.8-1.2,1.6-1.6,2.4l-2.1-0.5L5.1,8c0.2-0.4,0.6-0.5,1.1-0.4L7.9,8L7.3,8.8z M16,18.9l-2.7,1.5l-0.4-2c0.9-0.4,1.7-1,2.4-1.6l0.7-0.7l0.4,1.7C16.6,18.3,16.3,18.8,16,18.9z M16.7,8.8c-0.8,0-1.5-0.7-1.5-1.5c0-0.8,0.7-1.5,1.5-1.5s1.5,0.7,1.5,1.5C18.2,8.1,17.6,8.8,16.7,8.8z\"/></svg></li><li title=\"ruler combined \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21,2H3C2.4,2,2,2.4,2,3v18c0,0.6,0.4,1,1,1h6c0.6,0,1-0.4,1-1v-3H7c-0.6,0-1-0.4-1-1s0.4-1,1-1h3v-2H7c-0.6,0-1-0.4-1-1s0.4-1,1-1h3v-2H7c-0.6,0-1-0.4-1-1s0.4-1,1-1h1V7c0-0.6,0.4-1,1-1s1,0.4,1,1v3h2V7c0-0.6,0.4-1,1-1s1,0.4,1,1v3h2V7c0-0.6,0.4-1,1-1s1,0.4,1,1v3h3c0.6,0,1-0.4,1-1V3C22,2.4,21.6,2,21,2z\"/></svg></li><li title=\"ruler \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M22.6,7.1C22.6,7.1,22.6,7.1,22.6,7.1l-5.7-5.7c-0.4-0.4-1-0.4-1.4,0c0,0,0,0,0,0L1.4,15.5c-0.4,0.4-0.4,1,0,1.4l0,0l5.7,5.7c0.4,0.4,1,0.4,1.4,0c0,0,0,0,0,0l2.1-2.1l-3.5-3.5c-0.4-0.4-0.4-1,0-1.4c0.4-0.4,1-0.4,1.4,0l3.5,3.5l1.4-1.4l-2.1-2.1c-0.4-0.4-0.4-1,0-1.4c0.4-0.4,1-0.4,1.4,0l2.1,2.1l1.4-1.4l-3.5-3.5c-0.4-0.4-0.4-1,0-1.4c0.4-0.4,1-0.4,1.4,0l3.5,3.5l1.4-1.4l-2.1-2.1c-0.4-0.4-0.4-1,0-1.4s1-0.4,1.4,0l2.1,2.1l2.1-2.1C23,8.1,23,7.4,22.6,7.1z\"/></svg></li><li title=\"sanitizer alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M16,8V5c0-0.6-0.4-1-1-1h-1V3h1c0.6,0,1-0.4,1-1s-0.4-1-1-1h-4.8C8.5,1,6.9,2,6.1,3.6C5.9,4,6.1,4.6,6.6,4.9c0.5,0.2,1.1,0,1.3-0.4C8.3,3.6,9.2,3,10.2,3H12v1h-1c-0.6,0-1,0.4-1,1v3c-1.7,0-3,1.3-3,3v9c0,1.7,1.3,3,3,3h6c1.7,0,3-1.3,3-3v-9C19,9.3,17.7,8,16,8z M12,6h2v2h-2V6z M14,17h-2c-0.6,0-1-0.4-1-1s0.4-1,1-1h2c0.6,0,1,0.4,1,1S14.6,17,14,17z\"/></svg></li><li title=\"sanitizer \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M18.8,7.6L16,5.5V3h1c0.6,0,1-0.4,1-1s-0.4-1-1-1H8.7C7.3,1,6.1,1.5,5.1,2.5L4.3,3.3c-0.4,0.4-0.4,1,0,1.4c0.4,0.4,1,0.4,1.4,0c0,0,0,0,0,0l0.8-0.8C7.1,3.3,7.9,3,8.7,3H10v2.5L7.2,7.6C6.4,8.2,6,9.1,6,10v12c0,0.6,0.4,1,1,1h12c0.6,0,1-0.4,1-1V10C20,9.1,19.6,8.2,18.8,7.6z M12,3h2v2h-2V3z M13,17c-1.1,0-2-0.9-2-2s0.9-2,2-2s2,0.9,2,2C15,16.1,14.1,17,13,17z\"/></svg></li><li title=\"scenery \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M13.5,6C12.7,6,12,6.7,12,7.5S12.7,9,13.5,9S15,8.3,15,7.5S14.3,6,13.5,6z M19,2H5C3.3,2,2,3.3,2,5v14c0,1.7,1.3,3,3,3h14c1.7,0,3-1.3,3-3V5C22,3.3,20.7,2,19,2z M20,13.9L18.1,12c-1.2-1.1-3.1-1.1-4.2,0L13,12.9L10.1,10c-1.2-1.1-3.1-1.1-4.2,0L4,11.9V5c0-0.6,0.4-1,1-1h14c0.6,0,1,0.4,1,1V13.9z\"/></svg></li><li title=\"schedule \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M19,4h-1V3c0-0.6-0.4-1-1-1s-1,0.4-1,1v1H8V3c0-0.6-0.4-1-1-1S6,2.4,6,3v1H5C3.3,4,2,5.3,2,7v1h20V7C22,5.3,20.7,4,19,4z M2,19c0,1.7,1.3,3,3,3h14c1.7,0,3-1.3,3-3v-9H2V19z M17,12c0.6,0,1,0.4,1,1s-0.4,1-1,1s-1-0.4-1-1S16.4,12,17,12z M17,16c0.6,0,1,0.4,1,1s-0.4,1-1,1s-1-0.4-1-1S16.4,16,17,16z M12,12c0.6,0,1,0.4,1,1s-0.4,1-1,1s-1-0.4-1-1S11.4,12,12,12z M12,16c0.6,0,1,0.4,1,1s-0.4,1-1,1s-1-0.4-1-1S11.4,16,12,16z M7,12c0.6,0,1,0.4,1,1s-0.4,1-1,1s-1-0.4-1-1S6.4,12,7,12z M7,16c0.6,0,1,0.4,1,1s-0.4,1-1,1s-1-0.4-1-1S6.4,16,7,16z\"/></svg></li><li title=\"shield plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M19.6,3.6c-0.2-0.2-0.5-0.3-0.8-0.2c-2.2,0.5-4.4,0-6.2-1.3c-0.3-0.2-0.8-0.2-1.1,0C9.6,3.4,7.4,3.9,5.2,3.4C4.7,3.3,4.1,3.7,4,4.2c0,0.1,0,0.1,0,0.2v7.5c0,2.9,1.4,5.6,3.8,7.3l3.7,2.6c0.3,0.2,0.8,0.2,1.2,0l3.7-2.6c2.4-1.7,3.8-4.4,3.8-7.3V4.4C20,4.1,19.9,3.8,19.6,3.6z M14,13h-1v1c0,0.6-0.4,1-1,1s-1-0.4-1-1v-1h-1c-0.6,0-1-0.4-1-1s0.4-1,1-1h1v-1c0-0.6,0.4-1,1-1s1,0.4,1,1v1h1c0.6,0,1,0.4,1,1S14.6,13,14,13z\"/></svg></li><li title=\"signal alt 3 \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M6,15H2c-0.6,0-1,0.4-1,1v6c0,0.6,0.4,1,1,1h4c0.6,0,1-0.4,1-1v-6C7,15.4,6.6,15,6,15z M14,9h-4c-0.6,0-1,0.4-1,1v12c0,0.6,0.4,1,1,1h4c0.6,0,1-0.4,1-1V10C15,9.4,14.6,9,14,9z M22,1h-4c-0.6,0-1,0.4-1,1v20c0,0.6,0.4,1,1,1h4c0.6,0,1-0.4,1-1V2C23,1.4,22.6,1,22,1z\"/></svg></li><li title=\"signal alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M5,18L5,18c-0.6,0-1,0.4-1,1v2c0,0.6,0.4,1,1,1s1-0.4,1-1v-2C6,18.4,5.6,18,5,18z M10,14L10,14c-0.6,0-1,0.4-1,1v6c0,0.6,0.4,1,1,1s1-0.4,1-1v-6C11,14.4,10.6,14,10,14z M20,2L20,2c-0.6,0-1,0.4-1,1v18c0,0.6,0.4,1,1,1s1-0.4,1-1V3C21,2.4,20.6,2,20,2z M15,9L15,9c-0.6,0-1,0.4-1,1v11c0,0.6,0.4,1,1,1s1-0.4,1-1V10C16,9.4,15.6,9,15,9z\"/></svg></li><li title=\"signout \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M17,2H7C5.3,2,4,3.3,4,5v6h8.6l-2.3-2.3c-0.4-0.4-0.4-1,0-1.4c0.4-0.4,1-0.4,1.4,0l4,4c0.4,0.4,0.4,1,0,1.4c0,0,0,0,0,0l-4,4c-0.4,0.4-1,0.4-1.4,0c-0.4-0.4-0.4-1,0-1.4l2.3-2.3H4v6c0,1.7,1.3,3,3,3h10c1.7,0,3-1.3,3-3V5C20,3.3,18.7,2,17,2z\"/></svg></li><li title=\"social distancing \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21.2,17.3l-2-2c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1,0,1.4l0.3,0.3h-2.6c-0.6,0-1,0.4-1,1s0.4,1,1,1h2.6l-0.3,0.3c-0.2,0.2-0.3,0.4-0.3,0.7c0,0.6,0.4,1,1,1c0.3,0,0.5-0.1,0.7-0.3l2-2l0,0c0,0,0,0,0,0c0.1-0.1,0.2-0.2,0.2-0.3c0-0.1,0.1-0.2,0.1-0.4c0,0,0,0,0,0c0,0,0,0,0,0c0-0.1,0-0.3-0.1-0.4C21.4,17.5,21.3,17.4,21.2,17.3z M8.5,17H5.9l0.3-0.3c0.4-0.4,0.4-1,0-1.4c-0.4-0.4-1-0.4-1.4,0l-2,2c0,0,0,0,0,0l0,0c0,0,0,0,0,0c-0.1,0.1-0.2,0.2-0.2,0.3c0,0.1-0.1,0.2-0.1,0.4c0,0,0,0,0,0c0,0,0,0,0,0c0,0.1,0,0.3,0.1,0.4c0.1,0.1,0.1,0.2,0.2,0.3l2,2C5,20.9,5.2,21,5.5,21c0.3,0,0.5-0.1,0.7-0.3c0.4-0.4,0.4-1,0-1.4L5.9,19h2.6c0.6,0,1-0.4,1-1S9.1,17,8.5,17z M18,9.2c1.4,0,2.6-1.2,2.6-2.6S19.4,4,18,4c-1.4,0-2.6,1.2-2.6,2.6C15.4,8,16.6,9.2,18,9.2z M22.7,12.9c-2.1-2.6-5.9-3-8.5-0.9c-0.3,0.3-0.7,0.6-0.9,0.9c-0.4,0.6-0.4,1.4,0.2,1.8c0.2,0.2,0.5,0.3,0.8,0.3h1.9c0.1-0.3,0.3-0.5,0.5-0.8c1-1,2.6-1,3.5,0L21,15h0.6c0.7,0,1.3-0.6,1.3-1.3C23,13.4,22.9,13.1,22.7,12.9z M2.2,11.9c-0.3,0.3-0.7,0.6-0.9,0.9c-0.4,0.6-0.4,1.4,0.2,1.8C1.7,14.9,2,15,2.3,15H3l0.8-0.8c1-1,2.6-1,3.5,0c0.2,0.2,0.4,0.5,0.5,0.8h1.9c0.7,0,1.3-0.6,1.3-1.3c0-0.3-0.1-0.6-0.3-0.8C8.6,10.3,4.8,9.9,2.2,11.9z M6,9.2c1.4,0,2.6-1.2,2.6-2.6S7.4,4,6,4C4.6,4,3.4,5.2,3.4,6.6C3.4,8,4.6,9.2,6,9.2z\"/></svg></li><li title=\"sorting \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M15.7,17.8l-3-3c-0.4-0.4-1-0.4-1.4,0l-3,3c-0.4,0.4-0.4,1,0,1.4c0.4,0.4,1,0.4,1.4,0l2.3-2.3l2.3,2.3c0.2,0.2,0.4,0.3,0.7,0.3c0.3,0,0.5-0.1,0.7-0.3C16.1,18.8,16.1,18.2,15.7,17.8z M11.3,10.2c0.2,0.2,0.4,0.3,0.7,0.3c0.3,0,0.5-0.1,0.7-0.3l3-3c0.4-0.4,0.4-1,0-1.4c-0.4-0.4-1-0.4-1.4,0L12,8.1L9.7,5.8c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1,0,1.4L11.3,10.2z\"/></svg></li><li title=\"space key \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21,9c-0.6,0-1,0.4-1,1v3H4v-3c0-0.6-0.4-1-1-1s-1,0.4-1,1v4c0,0.6,0.4,1,1,1h18c0.6,0,1-0.4,1-1v-4C22,9.4,21.6,9,21,9z\"/></svg></li><li title=\"square full \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21,2H3C2.4,2,2,2.4,2,3v18c0,0.6,0.4,1,1,1h18c0.6,0,1-0.4,1-1V3C22,2.4,21.6,2,21,2z M20,20H4V4h16V20z\"/></svg></li><li title=\"star half alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M22,10.1c0.1-0.5-0.3-1.1-0.8-1.1l-5.7-0.8L12.9,3c-0.1-0.2-0.2-0.3-0.4-0.4C12,2.3,11.4,2.5,11.1,3L8.6,8.2L2.9,9C2.6,9,2.4,9.1,2.3,9.3c-0.4,0.4-0.4,1,0,1.4l4.1,4l-1,5.7c0,0.2,0,0.4,0.1,0.6c0.3,0.5,0.9,0.7,1.4,0.4l5.1-2.7l5.1,2.7c0.1,0.1,0.3,0.1,0.5,0.1v0c0.1,0,0.1,0,0.2,0c0.5-0.1,0.9-0.6,0.8-1.2l-1-5.7l4.1-4C21.9,10.5,22,10.3,22,10.1z M15.8,13.6c-0.2,0.2-0.3,0.6-0.3,0.9l0.7,4.2l-3.8-2c-0.1-0.1-0.3-0.1-0.5-0.1V5.7l1.9,3.8c0.1,0.3,0.4,0.5,0.8,0.5l4.2,0.6L15.8,13.6z\"/></svg></li><li title=\"star \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M22,10.1c0.1-0.5-0.3-1.1-0.8-1.1l-5.7-0.8L12.9,3c-0.1-0.2-0.2-0.3-0.4-0.4C12,2.3,11.4,2.5,11.1,3L8.6,8.2L2.9,9C2.6,9,2.4,9.1,2.3,9.3c-0.4,0.4-0.4,1,0,1.4l4.1,4l-1,5.7c0,0.2,0,0.4,0.1,0.6c0.3,0.5,0.9,0.7,1.4,0.4l5.1-2.7l5.1,2.7c0.1,0.1,0.3,0.1,0.5,0.1v0c0.1,0,0.1,0,0.2,0c0.5-0.1,0.9-0.6,0.8-1.2l-1-5.7l4.1-4C21.9,10.5,22,10.3,22,10.1z\"/></svg></li><li title=\"step forward \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M8.7,7.3c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1,0,1.4l3.3,3.3l-3.3,3.3C7.1,15.5,7,15.7,7,16c0,0.6,0.4,1,1,1c0.3,0,0.5-0.1,0.7-0.3l4-4c0,0,0,0,0,0c0.4-0.4,0.4-1,0-1.4L8.7,7.3z M16,7c-0.6,0-1,0.4-1,1v8c0,0.6,0.4,1,1,1s1-0.4,1-1V8C17,7.4,16.6,7,16,7z\"/></svg></li><li title=\"stethoscope alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21.8,10c-0.4-1.2-1.6-2-2.8-2c-1.7,0-3,1.3-3,3c0,1.3,0.8,2.4,2,2.8v1.7c0,2.5-2,4.5-4.5,4.5S9,18,9,15.5v-1l3.1-2.5C13.3,11,14,9.6,14,8.1V3c0-0.6-0.4-1-1-1h-2c-0.6,0-1,0.4-1,1s0.4,1,1,1h1v4.1c0,0.9-0.4,1.8-1.1,2.3L8,12.7l-2.9-2.3C4.4,9.9,4,9,4,8.1V4h1c0.6,0,1-0.4,1-1S5.6,2,5,2H3C2.4,2,2,2.4,2,3v5.1c0,1.5,0.7,3,1.9,3.9L7,14.5v1c0,3.6,2.9,6.5,6.5,6.5s6.5-2.9,6.5-6.5v-1.7C21.6,13.3,22.4,11.6,21.8,10z\"/></svg></li><li title=\"stethoscope \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21.8,10c-0.4-1.2-1.6-2-2.8-2c-1.7,0-3,1.3-3,3c0,1.3,0.8,2.4,2,2.8v1.7c0,2.5-2,4.5-4.5,4.5S9,18,9,15.5v-0.6c2.9-0.5,5-3,5-5.9V3c0-0.6-0.4-1-1-1h-2c-0.6,0-1,0.4-1,1s0.4,1,1,1h1v5c0,2.2-1.8,4-4,4s-4-1.8-4-4V4h1c0.6,0,1-0.4,1-1S5.6,2,5,2H3C2.4,2,2,2.4,2,3v6c0,2.9,2.1,5.4,5,5.9v0.6c0,3.6,2.9,6.5,6.5,6.5s6.5-2.9,6.5-6.5v-1.7C21.6,13.3,22.4,11.6,21.8,10z\"/></svg></li><li title=\"stopwatch \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M10,4.5h4c0.6,0,1-0.4,1-1s-0.4-1-1-1h-4c-0.6,0-1,0.4-1,1S9.4,4.5,10,4.5z M18.3,8.6l0.9-0.9c0.4-0.4,0.4-1,0-1.4c-0.4-0.4-1-0.4-1.4,0l-0.9,0.9C14,4.9,10,4.9,7.1,7.2L6.2,6.3c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1,0,1.4l0.9,0.9C3,12.1,3.6,17.1,7.1,19.8c3.5,2.7,8.5,2.1,11.2-1.4C20.6,15.5,20.6,11.5,18.3,8.6z M13.7,14.5c-0.4,0.6-1,1-1.7,1c-1.1,0-2-0.9-2-2c0-0.7,0.4-1.4,1-1.7V9.5c0-0.6,0.4-1,1-1s1,0.4,1,1v2.3C14,12.3,14.3,13.5,13.7,14.5z\"/></svg></li><li title=\"store slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M15,10.6c0.8,0.9,1.8,1.4,3,1.4v1.8l2,2v-4.3c1.2-0.7,2-2,2-3.4c0-0.1,0-0.3-0.1-0.4l-2-5C19.8,2.2,19.4,2,19,2H6.2L15,10.6C14.9,10.7,15,10.6,15,10.6z M22.7,21.3L20,18.6v0l-2-2v0l-4.8-4.8l0,0L4.1,2.6l0,0L2.7,1.3c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1,0,1.4l2,2l-1.2,3C2,7.7,2,7.9,2,8c0,1.4,0.8,2.7,2,3.4V21c0,0.6,0.4,1,1,1h14c0.4,0,0.8-0.3,0.9-0.7l1.4,1.4c0.4,0.4,1,0.4,1.4,0C23.1,22.3,23.1,21.7,22.7,21.3z M10,14c-0.6,0-1,0.4-1,1v5H6v-8c1.2,0,2.2-0.5,3-1.4c0.3,0.3,0.6,0.6,1,0.8l2.6,2.6H10z M18,20h-3v-3.6l3,3V20z\"/></svg></li><li title=\"subject \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M3,8h18c0.6,0,1-0.4,1-1s-0.4-1-1-1H3C2.4,6,2,6.4,2,7S2.4,8,3,8z M13,16H3c-0.6,0-1,0.4-1,1s0.4,1,1,1h10c0.6,0,1-0.4,1-1S13.6,16,13,16z M21,11H3c-0.6,0-1,0.4-1,1s0.4,1,1,1h18c0.6,0,1-0.4,1-1S21.6,11,21,11z\"/></svg></li><li title=\"sync exclamation \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M12,13L12,13c0.6,0,1-0.4,1-1V9c0-0.6-0.4-1-1-1s-1,0.4-1,1v3C11,12.6,11.4,13,12,13z M11,15c0,0.5,0.5,1,1,1c0,0,0,0,0,0c0.5,0,1-0.5,1-1c0-0.3-0.1-0.5-0.3-0.7c-0.3-0.3-0.7-0.4-1.1-0.2c-0.1,0-0.2,0.1-0.3,0.2C11.1,14.5,11,14.7,11,15C11,15,11,15,11,15z M17,3.3C13.1,1.1,8.3,1.8,5.1,4.7V3c0-0.6-0.4-1-1-1s-1,0.4-1,1v4.5c0,0.1,0,0.2,0.1,0.3c0,0,0,0.1,0,0.1c0.1,0.2,0.3,0.4,0.5,0.5c0,0,0,0,0,0C3.9,8.5,4,8.5,4.1,8.5h4.5c0.6,0,1-0.4,1-1s-0.4-1-1-1H6.2C7.7,4.9,9.8,4,12,4c4.4,0,8,3.6,8,8v0c0,0.6,0.4,1,1,1h0c0.6,0,1-0.4,1-1C22,8.4,20.1,5.1,17,3.3z M19.9,15.5h-4.5c-0.6,0-1,0.4-1,1s0.4,1,1,1h2.4C16.3,19.1,14.2,20,12,20c-4.4,0-8-3.6-8-8c0-0.6-0.4-1-1-1s-1,0.4-1,1c0,5.5,4.5,10,10,10c2.6,0,5-1,6.9-2.8V21c0,0.6,0.4,1,1,1h0c0.6,0,1-0.4,1-1v-4.5C20.9,15.9,20.4,15.5,19.9,15.5z\"/></svg></li><li title=\"sync slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M18.3,7.1C18.3,7.1,18.3,7.1,18.3,7.1l1.4-1.4c0,0,0,0,0,0l2-2c0,0,0,0,0,0c0.4-0.4,0.4-1,0-1.4c-0.4-0.4-1-0.4-1.4,0l-2,2c-3.6-3-8.9-3.1-12.6,0C5.5,4.4,5.3,4.6,5.1,4.8V3c0-0.6-0.4-1-1-1s-1,0.4-1,1v4.5c0,0.6,0.4,1,1,1h4.5c0.6,0,1-0.4,1-1s-0.4-1-1-1H6.2c2.5-2.6,6.5-3.3,9.8-1.4c0.3,0.2,0.6,0.4,0.9,0.6L5.7,16.9C4.6,15.5,4,13.8,4,12c0-0.6-0.4-1-1-1s-1,0.4-1,1c0,2.3,0.8,4.6,2.3,6.3l-2,2C2.1,20.5,2,20.7,2,21c0,0.6,0.4,1,1,1c0.3,0,0.5-0.1,0.7-0.3l2-2c0,0,0,0,0,0l1.4-1.4c0,0,0,0,0,0L18.3,7.1z M19.9,15.5h-4.5c-0.6,0-1,0.4-1,1s0.4,1,1,1h2.4c-2.2,2.4-5.8,3.2-8.9,1.9l-1.5,1.5c1.4,0.7,3,1.1,4.6,1.1c2.6,0,5-1,6.9-2.8V21c0,0.6,0.4,1,1,1s1-0.4,1-1v-4.5C20.9,15.9,20.4,15.5,19.9,15.5z M19.4,8.9c0.4,1,0.6,2,0.6,3.1c0,0.6,0.4,1,1,1s1-0.4,1-1c0-1.6-0.4-3.2-1.1-4.6L19.4,8.9z\"/></svg></li><li title=\"table \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21,2H3C2.4,2,2,2.4,2,3v18c0,0.6,0.4,1,1,1h18c0.6,0,1-0.4,1-1V3C22,2.4,21.6,2,21,2z M10,20v-4h4v4H10z M10,14v-4h4v4H10z M4,10h4v4H4V10z M10,8V4h4v4H10z M16,10h4v4h-4V10z M20,8h-4V4h4V8z M8,4v4H4V4H8z M4,16h4v4H4V16z M16,20v-4h4v4H16z\"/></svg></li><li title=\"th large \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M20,3H4C3.4,3,3,3.4,3,4v16c0,0.6,0.4,1,1,1h16c0.6,0,1-0.4,1-1V4C21,3.4,20.6,3,20,3z M19,11h-6V5h6V11z M11,5v6H5V5H11z M5,13h6v6H5V13z M13,19v-6h6v6H13z\"/></svg></li><li title=\"times circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10S17.5,2,12,2z M15.7,14.3c0.4,0.4,0.4,1,0,1.4c-0.4,0.4-1,0.4-1.4,0L12,13.4l-2.3,2.3c-0.4,0.4-1,0.4-1.4,0c-0.4-0.4-0.4-1,0-1.4l2.3-2.3L8.3,9.7c-0.4-0.4-0.4-1,0-1.4c0.4-0.4,1-0.4,1.4,0l2.3,2.3l2.3-2.3c0.4-0.4,1-0.4,1.4,0c0.4,0.4,0.4,1,0,1.4L13.4,12L15.7,14.3z\"/></svg></li><li title=\"toggle off \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M16.5,6.5h-9C4.5,6.5,2,9,2,12s2.5,5.5,5.5,5.5h9c3,0,5.5-2.5,5.5-5.5S19.5,6.5,16.5,6.5z M7.5,14.5C6.1,14.5,5,13.4,5,12s1.1-2.5,2.5-2.5S10,10.6,10,12S8.9,14.5,7.5,14.5z\"/></svg></li><li title=\"toggle on \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M16.5,6.5h-9C4.5,6.5,2,9,2,12s2.5,5.5,5.5,5.5h9c3,0,5.5-2.5,5.5-5.5S19.5,6.5,16.5,6.5z M16.5,14.5c-1.4,0-2.5-1.1-2.5-2.5s1.1-2.5,2.5-2.5S19,10.6,19,12S17.9,14.5,16.5,14.5z\"/></svg></li><li title=\"toilet paper \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M22.3,20.4c-1.2-1.4-1.8-3.1-1.8-4.9V8c0-3.3-2.2-6-5-6h-9c-2.8,0-5,2.7-5,6s2.2,6,5,6h3v1.5c0,2.3,0.8,4.5,2.2,6.2c0.2,0.2,0.5,0.3,0.8,0.3h9c0.6,0,1-0.4,1-1C22.5,20.8,22.4,20.5,22.3,20.4z M6.5,9.2C5.9,9.2,5.4,8.6,5.5,8c-0.1-0.6,0.4-1.2,1-1.2c0.6,0.1,1.1,0.6,1,1.2C7.6,8.6,7.1,9.2,6.5,9.2z M13,20c-1-1.3-1.5-2.9-1.5-4.6v-7c0,0,0-0.1,0-0.1c0-0.1,0-0.3,0-0.4c0-1.4-0.4-2.8-1.3-4h5.3c1.7,0,3,1.8,3,4v7.5c0,1.6,0.4,3.2,1.1,4.6H13z\"/></svg></li><li title=\"triangle \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21.9,19.3l-9-15.6c-0.1-0.1-0.2-0.2-0.3-0.3c-0.5-0.3-1.1-0.2-1.4,0.3l-9,15.6C2,19.4,2,19.6,2,19.8c0,0.6,0.4,1,1,1h18c0.2,0,0.3,0,0.5-0.1C22,20.4,22.1,19.8,21.9,19.3z\"/></svg></li><li title=\"unlock alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M17,9H9V7c0-0.8,0.3-1.5,0.9-2.1c1.2-1.2,3.1-1.2,4.2,0c0.4,0.4,0.6,0.9,0.8,1.4c0,0,0,0,0,0C15,6.8,15.6,7.1,16.1,7c0.5-0.1,0.9-0.7,0.7-1.2c-0.2-0.9-0.7-1.7-1.3-2.3C14.6,2.5,13.3,2,12,2C9.2,2,7,4.2,7,7v2c-1.7,0-3,1.3-3,3v7c0,1.7,1.3,3,3,3h10c1.7,0,3-1.3,3-3v-7C20,10.3,18.7,9,17,9z M13,17c0,0.6-0.4,1-1,1s-1-0.4-1-1v-3c0-0.6,0.4-1,1-1s1,0.4,1,1V17z\"/></svg></li><li title=\"unlock \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M17,9H9V7c0-0.8,0.3-1.5,0.9-2.1c1.2-1.2,3.1-1.2,4.2,0c0.4,0.4,0.6,0.9,0.8,1.4c0,0,0,0,0,0C15,6.8,15.6,7.1,16.1,7c0.5-0.1,0.9-0.7,0.7-1.2c-0.2-0.9-0.7-1.7-1.3-2.3C14.6,2.5,13.3,2,12,2C9.2,2,7,4.2,7,7v2c-1.7,0-3,1.3-3,3v7c0,1.7,1.3,3,3,3h10c1.7,0,3-1.3,3-3v-7C20,10.3,18.7,9,17,9z\"/></svg></li><li title=\"upload alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M18,9h-2c-0.6,0-1,0.4-1,1s0.4,1,1,1h2c0.6,0,1,0.4,1,1v7c0,0.6-0.4,1-1,1H6c-0.6,0-1-0.4-1-1v-7c0-0.6,0.4-1,1-1h2c0.6,0,1-0.4,1-1S8.6,9,8,9H6c-1.7,0-3,1.3-3,3v7c0,1.7,1.3,3,3,3h12c1.7,0,3-1.3,3-3v-7C21,10.3,19.7,9,18,9z M9.7,6.7L11,5.4V17c0,0.6,0.4,1,1,1h0c0.6,0,1-0.4,1-1V5.4l1.3,1.3C14.5,6.9,14.7,7,15,7c0.3,0,0.5-0.1,0.7-0.3c0.4-0.4,0.4-1,0-1.4l-3-3c0,0,0,0,0,0c-0.4-0.4-1-0.4-1.4,0l-3,3c-0.4,0.4-0.4,1,0,1.4C8.7,7.1,9.3,7.1,9.7,6.7z\"/></svg></li><li title=\"user arrows \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M6.6,6.9C6.6,7,6.7,7.1,6.8,7.2l2,2C9,9.4,9.2,9.5,9.5,9.5c0.3,0,0.5-0.1,0.7-0.3c0.4-0.4,0.4-1,0-1.4L9.9,7.5h4.2l-0.3,0.3c-0.2,0.2-0.3,0.4-0.3,0.7c0,0.6,0.4,1,1,1c0.3,0,0.5-0.1,0.7-0.3l2-2l0,0c0,0,0,0,0,0c0.1-0.1,0.2-0.2,0.2-0.3c0-0.1,0.1-0.2,0.1-0.4c0,0,0,0,0,0c0,0,0,0,0,0c0-0.1,0-0.3-0.1-0.4c-0.1-0.1-0.1-0.2-0.2-0.3l-2-2c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1,0,1.4l0.3,0.3H9.9l0.3-0.3c0.4-0.4,0.4-1,0-1.4c-0.4-0.4-1-0.4-1.4,0l-2,2c0,0,0,0,0,0l0,0c0,0,0,0,0,0C6.7,5.9,6.6,6,6.6,6.1c0,0.1-0.1,0.2-0.1,0.4c0,0,0,0,0,0c0,0,0,0,0,0C6.5,6.6,6.5,6.8,6.6,6.9z M6,14.7c1.4,0,2.6-1.2,2.6-2.6c0-1.4-1.2-2.6-2.6-2.6c-1.4,0-2.6,1.2-2.6,2.6C3.4,13.5,4.6,14.7,6,14.7z M9.8,17.4c-2.6-2.1-6.4-1.7-8.5,0.9C1.1,18.6,1,18.9,1,19.2c0,0.7,0.6,1.3,1.3,1.3h7.4c0.5,0,1-0.3,1.2-0.7c0.2-0.4,0.2-1-0.2-1.4C10.4,18,10.1,17.7,9.8,17.4z M15.4,12.1c0,1.4,1.2,2.6,2.6,2.6s2.6-1.2,2.6-2.6c0-1.4-1.2-2.6-2.6-2.6C16.6,9.5,15.4,10.7,15.4,12.1z M22.7,18.4c-0.3-0.3-0.6-0.7-0.9-0.9c-2.6-2.1-6.4-1.7-8.5,0.9c-0.2,0.2-0.3,0.5-0.3,0.8c0,0.7,0.6,1.3,1.3,1.3h7.4c0.5,0,1-0.3,1.2-0.7C23.1,19.3,23,18.8,22.7,18.4z\"/></svg></li><li title=\"user md \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M15.9,13.2L15.9,13.2c-0.1,0-0.1-0.1-0.2-0.1C17.2,12,18,10.3,18,8.4c0-0.2,0-0.4,0-0.6c0,0,0-0.1,0-0.1l0.3-2.4c0.2-1.6-0.9-3-2.4-3.3L15,1.8C13,1.5,11,1.5,9,1.8L8.2,2C6.6,2.3,5.5,3.7,5.7,5.3L6,7.7c0,0,0,0.1,0,0.1C6,8,6,8.2,6,8.4c0,1.8,0.8,3.6,2.3,4.7c-0.1,0-0.1,0.1-0.2,0.1l0,0c-3.3,1.4-5.6,4.5-6,8.1c-0.1,0.5,0.3,1,0.9,1.1c0.6,0.1,17.5,0,18,0c0,0,0.1,0,0.1,0c0.5-0.1,0.9-0.6,0.9-1.1C21.5,17.7,19.2,14.6,15.9,13.2z M12,16.3l-1.7-1.7c1.1-0.2,2.2-0.2,3.3,0L12,16.3z M12,12.4c-2.2,0-3.9-1.7-4-3.9h8C15.9,10.7,14.2,12.4,12,12.4z\"/></svg></li><li title=\"user nurse \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M16.2,12.9C16.2,12.9,16.1,12.9,16.2,12.9c-0.2-0.1-0.3-0.2-0.5-0.2c2.6-2,3.1-5.8,1-8.4s-5.8-3.1-8.4-1s-3.1,5.8-1,8.4c0.3,0.4,0.6,0.7,1,1c-0.1,0.1-0.3,0.1-0.4,0.2c0,0,0,0-0.1,0c-3.2,1.5-5.4,4.5-5.8,8C2,21.4,2.4,21.9,3,22H21c0.5-0.1,0.9-0.6,0.9-1.1C21.6,17.4,19.4,14.4,16.2,12.9z M8,7.6c0.2-2.2,2.2-3.8,4.3-3.6c1.9,0.2,3.4,1.7,3.6,3.6H8z M12,16.2l-1.9-1.9c1.3-0.3,2.6-0.3,3.9,0L12,16.2z\"/></svg></li><li title=\"vector square alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21,18.3V5.7c0.6-0.3,1-1,1-1.7c0-1.1-0.9-2-2-2c-0.7,0-1.4,0.4-1.7,1H5.7C5.4,2.4,4.7,2,4,2C2.9,2,2,2.9,2,4c0,0.7,0.4,1.4,1,1.7v12.6c-0.6,0.3-1,1-1,1.7c0,1.1,0.9,2,2,2c0.7,0,1.4-0.4,1.7-1h12.6c0.3,0.6,1,1,1.7,1c1.1,0,2-0.9,2-2C22,19.3,21.6,18.6,21,18.3z M19,18.3c-0.3,0.2-0.5,0.4-0.7,0.7H5.7c-0.2-0.3-0.4-0.5-0.7-0.7V5.7C5.3,5.5,5.5,5.3,5.7,5h12.6c0.2,0.3,0.4,0.5,0.7,0.7V18.3z M16,7H8C7.4,7,7,7.4,7,8v8c0,0.6,0.4,1,1,1h8c0.6,0,1-0.4,1-1V8C17,7.4,16.6,7,16,7z\"/></svg></li><li title=\"vector square \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M20,16.2V7.8c1.2-0.4,2-1.5,2-2.8c0-1.7-1.3-3-3-3c-1.3,0-2.4,0.8-2.8,2H7.8C7.4,2.8,6.3,2,5,2C3.3,2,2,3.3,2,5c0,1.3,0.8,2.4,2,2.8v8.4c-1.2,0.4-2,1.5-2,2.8c0,1.7,1.3,3,3,3c1.3,0,2.4-0.8,2.8-2h8.4c0.4,1.2,1.5,2,2.8,2c1.7,0,3-1.3,3-3C22,17.7,21.2,16.6,20,16.2z M16.2,18H7.8c-0.3-0.8-1-1.5-1.8-1.8V7.8c0.8-0.3,1.5-1,1.8-1.8h8.4c0.3,0.8,1,1.5,1.8,1.8v8.4C17.2,16.5,16.5,17.2,16.2,18z M19,4c0.6,0,1,0.4,1,1c0,0.6-0.4,1-1,1s-1-0.4-1-1S18.4,4,19,4z M5,4c0.6,0,1,0.4,1,1c0,0.6-0.4,1-1,1S4,5.6,4,5S4.4,4,5,4z M5,20c-0.6,0-1-0.4-1-1s0.4-1,1-1c0.6,0,1,0.4,1,1C6,19.6,5.6,20,5,20z M19,20c-0.6,0-1-0.4-1-1s0.4-1,1-1c0.6,0,1,0.4,1,1C20,19.6,19.6,20,19,20z\"/></svg></li><li title=\"virus slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M19.8,18.4C19.8,18.4,19.8,18.4,19.8,18.4l-4-4c0,0,0,0,0,0l-2.1-2.1l0,0l-8-8c0,0,0,0,0,0L2.7,1.3c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1,0,1.4L5,6.4C3.9,7.7,3.2,9.3,3.1,11H2c-0.6,0-1,0.4-1,1s0.4,1,1,1h1.1c0.2,1.7,0.9,3.3,1.9,4.6l-0.8,0.8c-0.4,0.4-0.4,1,0,1.4c0.4,0.4,1,0.4,1.4,0L6.4,19c1.3,1.1,2.9,1.7,4.6,1.9V22c0,0.6,0.4,1,1,1s1-0.4,1-1v-1.1c1.7-0.2,3.3-0.9,4.6-1.9l3.7,3.7c0.2,0.2,0.4,0.3,0.7,0.3c0.3,0,0.5-0.1,0.7-0.3c0.4-0.4,0.4-1,0-1.4L19.8,18.4z M9,16c-0.6,0-1-0.4-1-1s0.4-1,1-1s1,0.4,1,1S9.6,16,9,16z M9.5,12C8.7,12,8,11.3,8,10.5c0-0.3,0.1-0.6,0.3-0.8l2.1,2.1C10.1,11.9,9.8,12,9.5,12z M20.9,13H22c0.6,0,1-0.4,1-1s-0.4-1-1-1h-1.1c-0.2-1.7-0.9-3.3-1.9-4.6l0.8-0.8c0.4-0.4,0.4-1,0-1.4c-0.4-0.4-1-0.4-1.4,0L17.6,5c-1.3-1.1-2.9-1.7-4.6-1.9V2c0-0.6-0.4-1-1-1s-1,0.4-1,1v1.1c-1,0.1-2,0.4-2.9,0.8l12,12C20.5,15,20.8,14,20.9,13z M15,10c-0.6,0-1-0.4-1-1s0.4-1,1-1s1,0.4,1,1S15.6,10,15,10z\"/></svg></li><li title=\"web grid alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21,2H3C2.4,2,2,2.4,2,3v5h20V3C22,2.4,21.6,2,21,2z M2,21c0,0.6,0.4,1,1,1h8V10H2V21z M13,22h8c0.6,0,1-0.4,1-1V10h-9V22z\"/></svg></li><li title=\"web grid \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21,2h-5v20h5c0.6,0,1-0.4,1-1V3C22,2.4,21.6,2,21,2z M2,21c0,0.6,0.4,1,1,1h11v-9H2V21z M2,3v8h12V2H3C2.4,2,2,2.4,2,3z\"/></svg></li><li title=\"web section alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M2,3v18c0,0.6,0.4,1,1,1h5V2H3C2.4,2,2,2.4,2,3z M21,2H10v20h11c0.6,0,1-0.4,1-1V3C22,2.4,21.6,2,21,2z\"/></svg></li><li title=\"web section \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M2,3v18c0,0.6,0.4,1,1,1h11V2H3C2.4,2,2,2.4,2,3z M21,2h-5v20h5c0.6,0,1-0.4,1-1V3C22,2.4,21.6,2,21,2z\"/></svg></li><li title=\"window grid \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M2,3v18c0,0.6,0.4,1,1,1h5V2H3C2.4,2,2,2.4,2,3z M21,2H10v9h12V3C22,2.4,21.6,2,21,2z M10,22h11c0.6,0,1-0.4,1-1v-8H10V22z\"/></svg></li><li title=\"window maximize \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21,2H3C2.4,2,2,2.4,2,3v5h20V3C22,2.4,21.6,2,21,2z M2,21c0,0.6,0.4,1,1,1h18c0.6,0,1-0.4,1-1V10H2V21z\"/></svg></li><li title=\"window section \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M2,21c0,0.6,0.4,1,1,1h5V10H2V21z M16,22h5c0.6,0,1-0.4,1-1V10h-6V22z M10,22h4V10h-4V22z M21,2H3C2.4,2,2,2.4,2,3v5h20V3C22,2.4,21.6,2,21,2z\"/></svg></li><li title=\"wrap text \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M3,7.2h18c0.6,0,1-0.4,1-1s-0.4-1-1-1H3c-0.6,0-1,0.4-1,1S2.4,7.2,3,7.2z M9,15.2H3c-0.6,0-1,0.4-1,1s0.4,1,1,1h6c0.6,0,1-0.4,1-1S9.6,15.2,9,15.2z M18.5,10.2H3c-0.6,0-1,0.4-1,1s0.4,1,1,1h15.5c0.8,0,1.5,0.7,1.5,1.5s-0.7,1.5-1.5,1.5h-2.8c0.3-0.4,0.4-0.9,0-1.3c-0.4-0.4-1-0.5-1.4-0.1l-2,1.7c0,0-0.1,0.1-0.1,0.1c-0.4,0.4-0.3,1.1,0.1,1.4l2,1.7c0.2,0.1,0.4,0.2,0.6,0.2c0.3,0,0.6-0.1,0.8-0.4c0.3-0.4,0.3-0.9,0-1.3h2.8c1.9,0,3.5-1.6,3.5-3.5S20.4,10.2,18.5,10.2z\"/></svg></li><li class='heading'>thinline</li><li title=\"adobe alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M9.9169922,2.2236328C9.8242798,2.0839233,9.6677246,1.999939,9.5,2h-8C1.223999,1.9998169,1.0001831,2.2234497,1,2.4993896V21.5c-0.000061,0.2381592,0.1679077,0.4432983,0.4013672,0.4902344C1.4338379,21.9968262,1.4668579,22.000061,1.5,22c0.2011108-0.000061,0.3826294-0.1204834,0.4609375-0.3056641l8-19C10.0253296,2.539856,10.0088501,2.3635254,9.9169922,2.2236328z M2,19.0244141V3h6.7470703L2,19.0244141z M22.5006104,2H14.5c-0.276123-0.0001831-0.5001221,0.2235107-0.5003052,0.4995728c0,0.0668945,0.0133667,0.1331177,0.0393677,0.1947632l8,19C22.1173706,21.8795166,22.2988892,21.999939,22.5,22c0.0331421,0.000061,0.0661621-0.0031738,0.0986328-0.0097656C22.8320923,21.9432983,23.000061,21.7381592,23,21.5v-19C23.0001831,2.223999,22.7765503,2.0001831,22.5006104,2z M22,19.0244141L15.2529297,3H22V19.0244141z M12.4677734,9.3242188C12.3953247,9.1300049,12.2102051,9.0009155,12.0029297,9H12c-0.2059937,0.000061-0.3909302,0.1264038-0.4658203,0.3183594l-3.5,9c-0.1005249,0.256958,0.0262451,0.5467529,0.2832031,0.6472778C8.3755493,18.9884033,8.4375,19.000061,8.5,19h3.1914062l1.3613281,2.7236328C13.1376343,21.8928223,13.3106689,21.9997559,13.5,22h3c0.2756958,0.0004272,0.4995728-0.2226562,0.500061-0.4983521c0.000061-0.0606079-0.0108643-0.1207275-0.0322876-0.1774292L12.4677734,9.3242188z M13.8085938,21l-1.3613281-2.7236328C12.3623657,18.1071777,12.1893311,18.0002441,12,18H9.2304688l2.7607422-7.0986328L15.7783203,21H13.8085938z\"/></svg></li><li title=\"airplay \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M19.5,3h-15C3.119812,3.0012817,2.0012817,4.119812,2,5.5v10c0.0012817,1.380188,1.119812,2.4987183,2.5,2.5h1C5.776123,18,6,17.776123,6,17.5S5.776123,17,5.5,17h-1c-0.828064-0.0009155-1.4990845-0.671936-1.5-1.5v-10C3.0009155,4.671936,3.671936,4.0009155,4.5,4h15c0.828064,0.0009155,1.4990845,0.671936,1.5,1.5v10c-0.0009155,0.828064-0.671936,1.4990845-1.5,1.5h-1c-0.276123,0-0.5,0.223877-0.5,0.5s0.223877,0.5,0.5,0.5h1c1.380188-0.0012817,2.4987183-1.119812,2.5-2.5v-10C21.9987183,4.119812,20.880188,3.0012817,19.5,3z M13.2412109,14.4394531c-0.0863647-0.1141968-0.1880493-0.2160034-0.3022461-0.3024292c-0.6852417-0.5187988-1.661377-0.3838501-2.1801758,0.3014526l-2.8632812,4.2197266C7.727478,18.90625,7.6375732,19.1989746,7.6373291,19.4985962C7.6367798,20.3272705,8.3081055,20.9994507,9.1367188,21h5.7265625c0.2996216-0.0001831,0.5922852-0.0900879,0.8403931-0.2581177c0.6860352-0.4647217,0.8655396-1.397583,0.4008179-2.0836792L13.2412109,14.4394531z M14.8632812,20H9.1367188c-0.1002197-0.000061-0.1980591-0.0302124-0.2809448-0.0866089c-0.2283325-0.1553345-0.2874756-0.4663086-0.1321411-0.6946411L11.5869141,15C11.6791992,14.8624268,11.8343506,14.7802734,12,14.78125c0.1659546-0.0010376,0.321228,0.081543,0.4130859,0.2197266l2.8632812,4.2177734c0.0563965,0.0828247,0.0865479,0.1807251,0.0866089,0.2809448C15.3631592,19.7758179,15.1394043,19.9998169,14.8632812,20z\"/></svg></li><li title=\"align alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M10.5,12h-8C2.223877,12,2,12.223877,2,12.5S2.223877,13,2.5,13h8c0.276123,0,0.5-0.223877,0.5-0.5S10.776123,12,10.5,12z M10.5,16h-8C2.223877,16,2,16.223877,2,16.5S2.223877,17,2.5,17h8c0.276123,0,0.5-0.223877,0.5-0.5S10.776123,16,10.5,16z M13.5,5h8C21.776123,5,22,4.776123,22,4.5S21.776123,4,21.5,4h-8C13.223877,4,13,4.223877,13,4.5S13.223877,5,13.5,5z M10.5,20h-8C2.223877,20,2,20.223877,2,20.5S2.223877,21,2.5,21h8c0.276123,0,0.5-0.223877,0.5-0.5S10.776123,20,10.5,20z M10.5,8h-8C2.223877,8,2,8.223877,2,8.5S2.223877,9,2.5,9h8C10.776123,9,11,8.776123,11,8.5S10.776123,8,10.5,8z M17.5,20h-4c-0.276123,0-0.5,0.223877-0.5,0.5s0.223877,0.5,0.5,0.5h4c0.276123,0,0.5-0.223877,0.5-0.5S17.776123,20,17.5,20z M21.5,12h-8c-0.276123,0-0.5,0.223877-0.5,0.5s0.223877,0.5,0.5,0.5h8c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,12,21.5,12z M10.5,4h-4C6.223877,4,6,4.223877,6,4.5S6.223877,5,6.5,5h4C10.776123,5,11,4.776123,11,4.5S10.776123,4,10.5,4z M21.5,8h-8C13.223877,8,13,8.223877,13,8.5S13.223877,9,13.5,9h8C21.776123,9,22,8.776123,22,8.5S21.776123,8,21.5,8z M21.5,16h-8c-0.276123,0-0.5,0.223877-0.5,0.5s0.223877,0.5,0.5,0.5h8c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,16,21.5,16z\"/></svg></li><li title=\"align center alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M4.5,7h15C19.776123,7,20,6.776123,20,6.5S19.776123,6,19.5,6h-15C4.223877,6,4,6.223877,4,6.5S4.223877,7,4.5,7z M21.5,11h-19C2.223877,11,2,11.223877,2,11.5S2.223877,12,2.5,12h19c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,11,21.5,11z M19.5,16h-15C4.223877,16,4,16.223877,4,16.5S4.223877,17,4.5,17h15c0.276123,0,0.5-0.223877,0.5-0.5S19.776123,16,19.5,16z\"/></svg></li><li title=\"align center justify \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M17.5,20h-11C6.223877,20,6,20.223877,6,20.5S6.223877,21,6.5,21h11c0.276123,0,0.5-0.223877,0.5-0.5S17.776123,20,17.5,20z M21.5,16h-19C2.223877,16,2,16.223877,2,16.5S2.223877,17,2.5,17h19c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,16,21.5,16z M2.5,5h19C21.776123,5,22,4.776123,22,4.5S21.776123,4,21.5,4h-19C2.223877,4,2,4.223877,2,4.5S2.223877,5,2.5,5z M21.5,8h-19C2.223877,8,2,8.223877,2,8.5S2.223877,9,2.5,9h19C21.776123,9,22,8.776123,22,8.5S21.776123,8,21.5,8z M21.5,12h-19C2.223877,12,2,12.223877,2,12.5S2.223877,13,2.5,13h19c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,12,21.5,12z\"/></svg></li><li title=\"align center \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M6.5,10C6.223877,10,6,10.223877,6,10.5S6.223877,11,6.5,11h11c0.276123,0,0.5-0.223877,0.5-0.5S17.776123,10,17.5,10H6.5z M2.5,7h19C21.776123,7,22,6.776123,22,6.5S21.776123,6,21.5,6h-19C2.223877,6,2,6.223877,2,6.5S2.223877,7,2.5,7z M17.5,18h-11C6.223877,18,6,18.223877,6,18.5S6.223877,19,6.5,19h11c0.276123,0,0.5-0.223877,0.5-0.5S17.776123,18,17.5,18z M21.5,14h-19C2.223877,14,2,14.223877,2,14.5S2.223877,15,2.5,15h19c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,14,21.5,14z\"/></svg></li><li title=\"align left justify \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M15.5,20h-13C2.223877,20,2,20.223877,2,20.5S2.223877,21,2.5,21h13c0.276123,0,0.5-0.223877,0.5-0.5S15.776123,20,15.5,20z M2.5,5h19C21.776123,5,22,4.776123,22,4.5S21.776123,4,21.5,4h-19C2.223877,4,2,4.223877,2,4.5S2.223877,5,2.5,5z M21.5,12h-19C2.223877,12,2,12.223877,2,12.5S2.223877,13,2.5,13h19c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,12,21.5,12z M21.5,8h-19C2.223877,8,2,8.223877,2,8.5S2.223877,9,2.5,9h19C21.776123,9,22,8.776123,22,8.5S21.776123,8,21.5,8z M21.5,16h-19C2.223877,16,2,16.223877,2,16.5S2.223877,17,2.5,17h19c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,16,21.5,16z\"/></svg></li><li title=\"align left \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M2.5,7h19C21.776123,7,22,6.776123,22,6.5S21.776123,6,21.5,6h-19C2.223877,6,2,6.223877,2,6.5S2.223877,7,2.5,7z M2.5,11h15c0.276123,0,0.5-0.223877,0.5-0.5S17.776123,10,17.5,10h-15C2.223877,10,2,10.223877,2,10.5S2.223877,11,2.5,11z M17.5,18h-15C2.223877,18,2,18.223877,2,18.5S2.223877,19,2.5,19h15c0.276123,0,0.5-0.223877,0.5-0.5S17.776123,18,17.5,18z M21.5,14h-19C2.223877,14,2,14.223877,2,14.5S2.223877,15,2.5,15h19c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,14,21.5,14z\"/></svg></li><li title=\"align letter right \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M9.5,4h12C21.776123,4,22,3.776123,22,3.5S21.776123,3,21.5,3h-12C9.223877,3,9,3.223877,9,3.5S9.223877,4,9.5,4z M21.5,21h-19C2.223877,21,2,21.223877,2,21.5S2.223877,22,2.5,22h19c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,21,21.5,21z M21.5,17h-11c-0.276123,0-0.5,0.223877-0.5,0.5s0.223877,0.5,0.5,0.5h11c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,17,21.5,17z M21.5,11h-19C2.223877,11,2,11.223877,2,11.5S2.223877,12,2.5,12h19c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,11,21.5,11z M21.5,7h-19C2.223877,7,2,7.223877,2,7.5S2.223877,8,2.5,8h19C21.776123,8,22,7.776123,22,7.5S21.776123,7,21.5,7z\"/></svg></li><li title=\"align right justify \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21.5,20h-11c-0.276123,0-0.5,0.223877-0.5,0.5s0.223877,0.5,0.5,0.5h11c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,20,21.5,20z M2.5,5h19C21.776123,5,22,4.776123,22,4.5S21.776123,4,21.5,4h-19C2.223877,4,2,4.223877,2,4.5S2.223877,5,2.5,5z M21.5,12h-19C2.223877,12,2,12.223877,2,12.5S2.223877,13,2.5,13h19c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,12,21.5,12z M21.5,16h-19C2.223877,16,2,16.223877,2,16.5S2.223877,17,2.5,17h19c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,16,21.5,16z M21.5,8h-19C2.223877,8,2,8.223877,2,8.5S2.223877,9,2.5,9h19C21.776123,9,22,8.776123,22,8.5S21.776123,8,21.5,8z\"/></svg></li><li title=\"align right \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21.5,18h-15C6.223877,18,6,18.223877,6,18.5S6.223877,19,6.5,19h15c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,18,21.5,18z M2.5,7h19C21.776123,7,22,6.776123,22,6.5S21.776123,6,21.5,6h-19C2.223877,6,2,6.223877,2,6.5S2.223877,7,2.5,7z M21.5,10h-15C6.223877,10,6,10.223877,6,10.5S6.223877,11,6.5,11h15c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,10,21.5,10z M21.5,14h-19C2.223877,14,2,14.223877,2,14.5S2.223877,15,2.5,15h19c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,14,21.5,14z\"/></svg></li><li title=\"anchor \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M19.5,13.5h-3c-0.276123,0-0.5,0.223877-0.5,0.5s0.223877,0.5,0.5,0.5h2.4824219c-0.2487793,3.4717407-3.010376,6.2333984-6.4821167,6.4821167c-0.0001221,0-0.0001831,0-0.0003052,0V11h2c0.276123,0,0.5-0.223877,0.5-0.5S14.776123,10,14.5,10h-2V7.9490967C13.916748,7.7087402,14.9983521,6.4848633,15,5c0-1.6568604-1.3431396-3-3-3S9,3.3431396,9,5c0,1.4855957,1.0823975,2.7104492,2.5,2.949585V10h-2C9.223877,10,9,10.223877,9,10.5S9.223877,11,9.5,11h2v9.9744873C8.0814819,20.7329712,5.2695923,18.0176392,5.0175781,14.5H7.5C7.776123,14.5,8,14.276123,8,14s-0.223877-0.5-0.5-0.5h-3c-0.0001831,0-0.0003662,0-0.0006104,0C4.2234497,13.5001831,3.9998169,13.723999,4,14c0.0050659,4.4161987,3.5838013,7.9949341,8,8c4.4161987-0.0050659,7.9949341-3.5838013,8-8c0-0.0001831,0-0.0003662,0-0.0006104C19.9998169,13.7234497,19.776001,13.4998169,19.5,13.5z M10,5c0-1.1045532,0.8954468-2,2-2c1.1040039,0.0014038,1.9985962,0.8959961,2,2c0,1.1045532-0.8954468,2-2,2S10,6.1045532,10,5z\"/></svg></li><li title=\"android alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M3.5006104,9H3.5C3.223999,8.9998169,3.0001831,9.2234497,3,9.4993896V14.5C3,14.776123,3.223877,15,3.5,15S4,14.776123,4,14.5v-5C4.0001831,9.223999,3.7765503,9.0001831,3.5006104,9z M15.8436279,4.3982544l1.0733643-1.6218872c0.1526489-0.2302856,0.0896606-0.5407104-0.140625-0.6933594s-0.5407104-0.0896606-0.6933594,0.140625l-1.0602417,1.6019897c-1.8648682-1.1008301-4.1807251-1.1008301-6.0455322,0L7.9169922,2.2236328c-0.1526489-0.2302856-0.4630737-0.2932739-0.6933594-0.140625s-0.2932739,0.4630737-0.140625,0.6933594l1.0733643,1.6218872C6.7900391,5.5359497,6,7.2220459,6,9v8.5c-0.0001831,0.276001,0.2234497,0.4998169,0.4993896,0.5H9.5v3.5c0,0.276123,0.223877,0.5,0.5,0.5s0.5-0.223877,0.5-0.5V18h3v3.5c0,0.276123,0.223877,0.5,0.5,0.5s0.5-0.223877,0.5-0.5V18h3c0.276001,0.0001831,0.4998169-0.2234497,0.5-0.4994507V9C18,7.2220459,17.2099609,5.5359497,15.8436279,4.3982544z M17,17H7v-7h10V17z M7,9c0-2.7614136,2.2385864-5,5-5s5,2.2385864,5,5H7z M20.5006104,9H20.5c-0.276001-0.0001831-0.4998169,0.2234497-0.5,0.4993896V14.5c0,0.276123,0.223877,0.5,0.5,0.5s0.5-0.223877,0.5-0.5v-5C21.0001831,9.223999,20.7765503,9.0001831,20.5006104,9z\"/></svg></li><li title=\"angle double down \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M11.6464844,10.8535156C11.7401123,10.9474487,11.8673706,11.0001831,12,11c0.1326294,0.0001221,0.2598267-0.0525513,0.3534546-0.1464844l3.5-3.5c0.1871338-0.1937866,0.1871338-0.5009155,0-0.6947021c-0.1918335-0.1986084-0.5083618-0.2041626-0.7069702-0.0123291L12,9.7930298L8.8534546,6.6465454c-0.1937256-0.1871338-0.5009155-0.1871338-0.6947021,0C7.960144,6.8383789,7.9546509,7.1549072,8.1464844,7.3535156L11.6464844,10.8535156z M15.1464844,12.6464844L12,15.7930298l-3.1465454-3.1464844c-0.1937256-0.1871338-0.5009155-0.1871338-0.6947021,0c-0.1986084,0.1918335-0.2041016,0.5083618-0.0122681,0.7069702l3.5,3.5C11.7401123,16.9474487,11.8673706,17.0001831,12,17c0.1326294,0.0001221,0.2598267-0.0525513,0.3534546-0.1464844l3.5-3.5c0.1871338-0.1937866,0.1871338-0.5009155,0-0.6947021C15.6616211,12.4602051,15.3450928,12.4546509,15.1464844,12.6464844z\"/></svg></li><li title=\"angle double left \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M8.2069702,12l3.1464844-3.1464844c0.1871338-0.1937256,0.1871338-0.5009155,0-0.6947021c-0.1918335-0.1986084-0.5083618-0.2041016-0.7069702-0.0122681l-3.5,3.5c-0.000061,0-0.0001221,0.000061-0.0001221,0.0001221c-0.1951904,0.1951904-0.1951294,0.5117188,0.0001221,0.7068481l3.5,3.5C10.7401123,15.9474487,10.8673706,16.0001831,11,16c0.1325684,0,0.2597046-0.0526733,0.3533936-0.1464233c0.1953125-0.1952515,0.1953125-0.5118408,0.0001221-0.7070923L8.2069702,12z M17.3535156,15.1464844L14.2069702,12l3.1464844-3.1464844c0.1871948-0.1937866,0.1871948-0.5009766,0-0.6947021c-0.1918335-0.1986694-0.5083618-0.2041626-0.7069702-0.0122681l-3.5,3.5c-0.000061,0-0.0001221,0.000061-0.0001221,0.0001221c-0.1951904,0.1951904-0.1951294,0.5117188,0.0001221,0.7068481l3.5,3.5C16.7401123,15.9474487,16.8673706,16.0001831,17,16c0.1325684,0,0.2597046-0.0526733,0.3533936-0.1464233C17.5487061,15.6583252,17.5487061,15.3417358,17.3535156,15.1464844z\"/></svg></li><li title=\"angle double right \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M7.3534546,8.1465454c-0.1937256-0.1871948-0.5009155-0.1871948-0.6947021,0C6.460144,8.3383789,6.4546509,8.6549072,6.6464844,8.8535156L9.7930298,12l-3.1465454,3.1464844c-0.09375,0.09375-0.1464233,0.2208862-0.1464233,0.3534546C6.5,15.776062,6.723877,15.999939,7,16c0.1326294,0.0001221,0.2598267-0.0525513,0.3534546-0.1464844l3.5-3.5c0.000061-0.000061,0.0001221-0.000061,0.0001831-0.0001221c0.1951294-0.1952515,0.1950684-0.5117188-0.0001831-0.7068481L7.3534546,8.1465454z M16.8534546,11.6465454l-3.5-3.5c-0.1937256-0.1871338-0.5009155-0.1871338-0.6947021,0c-0.1986084,0.1918335-0.2041016,0.5083618-0.0122681,0.7069702L15.7930298,12l-3.1465454,3.1464844c-0.09375,0.09375-0.1464233,0.2208862-0.1464233,0.3534546C12.5,15.776062,12.723877,15.999939,13,16c0.1326294,0.0001221,0.2598267-0.0525513,0.3534546-0.1464844l3.5-3.5c0.000061-0.000061,0.0001221-0.000061,0.0001831-0.0001221C17.0487671,12.1581421,17.0487061,11.8416748,16.8534546,11.6465454z\"/></svg></li><li title=\"angle up \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M16.8535156,13.6465454l-4.5-4.5c-0.000061-0.000061-0.000061-0.0001221-0.0001221-0.0001831c-0.1952515-0.1951294-0.5117188-0.1950684-0.7068481,0.0001831l-4.5,4.5c-0.1871948,0.1937256-0.1871948,0.5009155,0,0.6947021c0.1918335,0.1986084,0.5083618,0.2041016,0.7069702,0.0122681L12,10.2069702l4.1464844,4.1465454C16.2401123,14.4474487,16.3673706,14.5001831,16.5,14.5c0.1325073,0,0.2596436-0.0526733,0.3533936-0.1463623C17.048645,14.1583862,17.0487671,13.8417969,16.8535156,13.6465454z\"/></svg></li><li title=\"ankh \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M18.5,13h-4.807312C15.6906128,11.5979004,16.914978,9.3397217,17,6.9003906c-0.0552368-2.7614136-2.338562-4.9552002-5.0999756-4.9000244C9.2163696,2.0540771,7.0536499,4.2167358,7,6.9003906C7.085022,9.3397217,8.3093872,11.5979004,10.307312,13H5.5C5.223877,13,5,13.223877,5,13.5S5.223877,14,5.5,14h6v7.5c0,0.276123,0.223877,0.5,0.5,0.5s0.5-0.223877,0.5-0.5V14h6c0.276123,0,0.5-0.223877,0.5-0.5S18.776123,13,18.5,13z M11.9990234,12.9306641C11.1318359,12.4345703,8,10.3984375,8,6.9003906c0.0556641-2.2091675,1.8916626-3.954895,4.100769-3.899231C14.2316284,3.0548706,15.9462891,4.7695312,16,6.9003906C16,10.3876953,12.8662109,12.4326172,11.9990234,12.9306641z\"/></svg></li><li title=\"apple alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M20.3261719,16.2069702c-1.4378052-0.6118164-2.3703613-2.024231-2.3681641-3.586853c0.0163574-1.3817139,0.7438965-2.6574097,1.9248047-3.375c0.2348022-0.1446533,0.3079224-0.4522705,0.163269-0.6871338c-0.0041504-0.0067139-0.0084229-0.0133667-0.0128784-0.0198364c-0.9196167-1.3247681-2.4089966-2.1394653-4.0205078-2.1992188c-0.171936-0.0177002-0.3449097-0.0232544-0.5175781-0.0166016c1.0227661-1.2186279,1.5263062-2.789978,1.4023438-4.3760376C16.876709,1.6810913,16.6463013,1.4819946,16.3808594,1.5c-2.8693237,0.2629395-5.1738892,2.4782715-5.5498047,5.335022c-0.6322021-0.2815552-1.3139648-0.4348755-2.0058594-0.4512329C6.9256592,6.4390869,5.1937866,7.4851074,4.2607422,9.140625c-1.7851562,3.1005859-0.6680298,7.78125,1.289978,10.6113281c0.7597656,1.0986328,1.9013672,2.7479858,3.5,2.7479858c0.0292969,0,0.0585938,0,0.0878906-0.0009766c0.5615845-0.0337524,1.1109009-0.1784668,1.6162109-0.4257812c0.510437-0.25354,1.0717163-0.3880615,1.6416016-0.3935547c0.5404053,0.0058594,1.0722656,0.135437,1.5546875,0.3789062c0.5474243,0.2654419,1.1465454,0.4071655,1.7548828,0.414978c1.6552734-0.0292969,2.6591797-1.4960938,3.4658203-2.6748047c0.6237793-0.9173584,1.1113281-1.9202881,1.4472656-2.9775391C20.6956787,16.5714722,20.5684204,16.3046265,20.3261719,16.2069702z M13.0507812,4.2441406c0.7547607-0.8527222,1.7613525-1.4430542,2.8740234-1.6855469c-0.045105,1.1608276-0.4771729,2.2732544-1.2275391,3.1601562c-0.3944702,0.4715576-0.8737793,0.8650513-1.4130859,1.1601562L13.265625,6.8896484l-0.1201172,0.046875c-0.3217163,0.1508179-0.6623535,0.2572632-1.0126953,0.3164062c-0.111084-0.0045166-0.2210693-0.0235596-0.3271484-0.0566406C11.8936157,6.104248,12.3300781,5.0693359,13.0507812,4.2441406z M18.3457031,19.234375c-0.8886719,1.2988281-1.5996094,2.2207031-2.6582031,2.2392578c-0.4655151-0.0097656-0.9229736-0.1235352-1.3388672-0.3330078c-0.6075439-0.2991943-1.2749634-0.4567871-1.9521484-0.4609375c-0.7045898,0.0042114-1.399292,0.1660156-2.0332031,0.4736328c-0.394104,0.1970825-0.8231812,0.3145752-1.2626953,0.3457031C9.0830078,21.5,9.0664062,21.5,9.0498047,21.5c-0.9902344,0-1.8320312-1.0947266-2.6767578-2.3164062c-1.5273438-2.2089844-2.9238281-6.6288452-1.2451172-9.5438843c0.7568359-1.3510742,2.1660156-2.2070923,3.7138672-2.2559204h0.0419922c0.6331177,0.0467529,1.2523804,0.2089233,1.8271484,0.4785156c0.1318359,0.0517578,0.2617188,0.1035156,0.3896484,0.1513672c0.024231,0.0112915,0.0493774,0.0204468,0.0751953,0.0273438c0.3045654,0.1246948,0.6282349,0.1963501,0.9570312,0.2119141c0.4789429-0.0469971,0.9459839-0.1775513,1.3798828-0.3857422c0.7553101-0.3691406,1.5882568-0.5513306,2.4287109-0.53125c1.1329346,0.0395508,2.2016602,0.5358887,2.9628906,1.3759766c-1.2265015,0.9291992-1.9468994,2.3793335-1.9462891,3.9180298c-0.0060425,1.7985229,0.9830933,3.4528809,2.5703125,4.2988281C19.2300415,17.7428589,18.8328247,18.5171509,18.3457031,19.234375z\"/></svg></li><li title=\"arrow circle down \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M16.1464844,11.6464844L12.5,15.2930298V7.5C12.5,7.223877,12.276123,7,12,7s-0.5,0.223877-0.5,0.5v7.7930298l-3.6465454-3.6464844c-0.1937256-0.1871338-0.5009155-0.1871338-0.6947021,0c-0.1986084,0.1918335-0.2041016,0.5083618-0.0122681,0.7069702l4.4995728,4.4995728c0.0458984,0.0459595,0.1005859,0.0828247,0.161377,0.1082153C11.8678589,16.9865112,11.9332275,17.0001221,12,17h0.0006104c0.0106201,0,0.0195312-0.0053711,0.0299683-0.0060425c0.0558472-0.003479,0.1112671-0.0115356,0.1621704-0.0328369c0.0610352-0.0255127,0.1159058-0.062561,0.1618652-0.1087646l4.4988403-4.4988403c0.1871948-0.1937866,0.1871948-0.5009766,0-0.6947632C16.6616211,11.460144,16.3450928,11.4546509,16.1464844,11.6464844z M12,2C6.4771729,2,2,6.4771729,2,12s4.4771729,10,10,10c5.5201416-0.0064697,9.9935303-4.4798584,10-10C22,6.4771729,17.5228271,2,12,2z M12,21c-4.9705811,0-9-4.0294189-9-9s4.0294189-9,9-9c4.9682617,0.0056152,8.9943848,4.0317383,9,9C21,16.9705811,16.9705811,21,12,21z\"/></svg></li><li title=\"arrow circle left \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M16.5,11.5H8.7069702l3.6464844-3.6464844c0.1871338-0.1937866,0.1871338-0.5009155,0-0.6947021c-0.1918335-0.1986084-0.5083618-0.2041016-0.7069702-0.0122681l-4.4996338,4.4996338c-0.0462646,0.0461426-0.0828857,0.1014404-0.1082764,0.1627808c-0.0248413,0.0601196-0.0375366,0.1239014-0.0379639,0.1879272C7.0006104,11.9979858,7,11.9989014,7,12v0.000061c0,0.0651245,0.0132446,0.1300049,0.0385742,0.1911011s0.0618286,0.116333,0.1079102,0.1623535l4.5,4.5C11.7401123,16.9474487,11.8673706,17.0001831,12,17c0.1325684,0,0.2597046-0.0526733,0.3533936-0.1464233c0.1953125-0.1952515,0.1953125-0.5118408,0.0001221-0.7070923L8.7069702,12.5H16.5c0.276123,0,0.5-0.223877,0.5-0.5S16.776123,11.5,16.5,11.5z M12,2C6.4771729,2,2,6.4771729,2,12s4.4771729,10,10,10c5.5201416-0.0064697,9.9935303-4.4798584,10-10C22,6.4771729,17.5228271,2,12,2z M12,21c-4.9705811,0-9-4.0294189-9-9s4.0294189-9,9-9c4.9682617,0.0056152,8.9943848,4.0317383,9,9C21,16.9705811,16.9705811,21,12,21z\"/></svg></li><li title=\"arrow circle right \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M16.9614258,11.80896c-0.0254517-0.0614624-0.0622559-0.1168213-0.1085815-0.1630249l-4.4993896-4.4993896c-0.1937256-0.1871948-0.5009155-0.1871948-0.6947021,0c-0.1986084,0.1918335-0.2041016,0.5083618-0.0122681,0.7069702L15.2930298,11.5H7.5C7.223877,11.5,7,11.723877,7,12s0.223877,0.5,0.5,0.5h7.7930298l-3.6465454,3.6464844c-0.09375,0.09375-0.1464233,0.2208862-0.1464233,0.3534546C11.5,16.776062,11.723877,16.999939,12,17c0.1326294,0.0001221,0.2598267-0.0525513,0.3534546-0.1464844l4.4997559-4.4997559c0.0462646-0.0462036,0.0828247-0.1015015,0.1082153-0.1628418c0.0239258-0.0580444,0.0354004-0.1194458,0.0366211-0.1812134C16.9981079,12.0062866,17,12.003418,17,12c0-0.0023804-0.0012817-0.0043945-0.0013428-0.0067749C16.9978027,11.930481,16.9857788,11.8678589,16.9614258,11.80896z M12,2C6.4771729,2,2,6.4771729,2,12s4.4771729,10,10,10c5.5201416-0.0064697,9.9935303-4.4798584,10-10C22,6.4771729,17.5228271,2,12,2z M12,21c-4.9705811,0-9-4.0294189-9-9s4.0294189-9,9-9c4.9682617,0.0056152,8.9943848,4.0317383,9,9C21,16.9705811,16.9705811,21,12,21z\"/></svg></li><li title=\"arrow circle up \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M12.3539429,7.1469727c-0.0462036-0.0463257-0.1016235-0.0830078-0.1630249-0.1083984c-0.0580444-0.0239258-0.1194458-0.0354004-0.1812134-0.0366211C12.0062866,7.0018921,12.003418,7,12,7c-0.0023804,0-0.0043945,0.0012817-0.0067749,0.0013428C11.930481,7.0021973,11.8678589,7.0142212,11.80896,7.0385742c-0.0614014,0.0253906-0.1166382,0.0620728-0.1628418,0.1083984l-4.4995728,4.4995728c-0.1871948,0.1937256-0.1871948,0.5009155,0,0.6947021c0.1918335,0.1986084,0.5083618,0.2041016,0.7069702,0.0122681L11.5,8.7069702v7.7935791C11.5001831,16.7765503,11.723999,17.0001831,12,17h0.0006104c0.2759399-0.0001831,0.4995728-0.223999,0.4993896-0.5V8.7069702l3.6464844,3.6465454C16.2401123,12.4474487,16.3673706,12.5001831,16.5,12.5c0.1325073,0,0.2596436-0.0526733,0.3533936-0.1463623c0.1952515-0.1952515,0.1953735-0.5118408,0.0001221-0.7070923L12.3539429,7.1469727z M12,2C6.4771729,2,2,6.4771729,2,12s4.4771729,10,10,10c5.5201416-0.0064697,9.9935303-4.4798584,10-10C22,6.4771729,17.5228271,2,12,2z M12,21c-4.9705811,0-9-4.0294189-9-9s4.0294189-9,9-9c4.9682617,0.0056152,8.9943848,4.0317383,9,9C21,16.9705811,16.9705811,21,12,21z\"/></svg></li><li title=\"arrow down left \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M17.4521484,16.9042969H7.8666992l9.9711914-9.9711914c0.2130127-0.2130127,0.2130737-0.5584106,0-0.7714844c-0.2130127-0.2130127-0.5584106-0.2130127-0.7714844,0l-9.9707031,9.9707031V6.5478516C7.0957031,6.2453003,6.8504028,6,6.5478516,6S6,6.2453003,6,6.5478516v10.9042969c0,0.0001221,0,0.0003052,0,0.0004272C6.0001221,17.7550049,6.2454224,18.0001221,6.5478516,18h10.9042969c0.302063-0.0003662,0.546875-0.2451172,0.5472412-0.5472412C17.9996948,17.1502075,17.7546997,16.9046631,17.4521484,16.9042969z\"/></svg></li><li title=\"arrow down right \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M17.4527588,6.0006104c-0.3025513-0.0003052-0.5480957,0.2446899-0.5484619,0.5472412v9.5848999L6.9335938,6.1616211c-0.2130737-0.2130127-0.5584717-0.2130127-0.7714844,0c-0.2130127,0.2130737-0.2130127,0.5584717,0,0.7714844l9.9707642,9.9711914h-9.585022c-0.302063,0.0003662-0.546875,0.2451172-0.5472412,0.5472412C6.0003052,17.7540894,6.2453003,17.9996338,6.5478516,18h10.9042969c0.0001221,0,0.0003052,0,0.0004272,0C17.7550049,17.9998779,18.0001221,17.7545776,18,17.4521484V6.5478516C17.9996338,6.2457886,17.7548828,6.0009766,17.4527588,6.0006104z\"/></svg></li><li title=\"arrow up left \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M7.8676147,7.0957031h9.5845337C17.7546997,7.0957031,18,6.8504028,18,6.5478516S17.7546997,6,17.4521484,6H6.5478516C6.5477295,6,6.5475464,6,6.5474243,6C6.2449951,6.0001221,5.9998779,6.2454224,6,6.5478516v10.9042969c0,0.0001221,0,0.0003052,0,0.0004272C6.0001221,17.7550049,6.2454224,18.0001221,6.5478516,18c0.0001221,0,0.0003052,0,0.0004272,0c0.3024292-0.0001221,0.5475464-0.2454224,0.5474243-0.5478516V7.8667603l9.9707031,9.9711304c0.1022949,0.1022949,0.2410889,0.1596069,0.3857422,0.1591797c0.1450195,0.0002441,0.2841797-0.057373,0.3865967-0.1600342c0.2125854-0.2130127,0.2121582-0.5580444-0.0008545-0.7706299L7.8676147,7.0957031z\"/></svg></li><li title=\"arrow up right \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M17.4521484,6H6.5471191C6.2445679,6.0001831,5.9994507,6.2456665,5.9996338,6.5482178s0.2456665,0.5476685,0.5482178,0.5474854h9.5845337l-9.9702759,9.9707031c-0.1026611,0.102417-0.1602783,0.2415771-0.1600342,0.3865967c0.0004883,0.3009644,0.244812,0.5445557,0.5457764,0.5440674c0.1446533,0.0004272,0.2834473-0.0568848,0.3857422-0.1591797l9.9707031-9.9711304v9.5858154C16.9044189,17.7550049,17.1497192,18.0001221,17.4521484,18h0.0004272C17.7550049,17.9998779,18.0001221,17.7545776,18,17.4521484V6.5474243C17.9998779,6.2449951,17.7545776,5.9998779,17.4521484,6z\"/></svg></li><li title=\"at \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M13.8076172,2.1621094C12.3258057,1.8961182,10.8031006,1.9671021,9.352478,2.369751C4.0139771,3.8514404,0.8874512,9.3803101,2.3691406,14.718811c0.6398315,2.3341064,2.1170044,4.3508301,4.1494141,5.664978c1.6397095,1.0499268,3.545166,1.6096191,5.4921875,1.6132812C13.7624512,21.9979248,15.4833984,21.5368042,17,20.6601562c0.2389526-0.1380615,0.3206787-0.4436646,0.1826172-0.6826172S16.7389526,19.6568604,16.5,19.7949219c-2.9481812,1.6875-6.5914917,1.5891113-9.4443359-0.2549438c-1.8234253-1.1793823-3.1483765-2.9893188-3.7216797-5.0839233c-0.3635254-1.3070679-0.4278564-2.6792603-0.1883545-4.0145874c0.8806763-4.9096069,5.574646-8.1757202,10.4842529-7.2949829C17.9761353,4.0089111,21.0805664,7.8607178,21,12.2910156V12.5c0,1.3807373-1.1192627,2.5-2.5,2.5S16,13.8807373,16,12.5v-4C16,8.223877,15.776123,8,15.5,8S15,8.223877,15,8.5v0.8795166C14.2667847,8.5407715,13.2015991,8,12,8c-2.2091675,0-4,1.7908325-4,4s1.7908325,4,4,4c1.4407349-0.0014038,2.6925049-0.7705688,3.3966675-1.9135742C15.9766235,15.2177734,17.1412964,16,18.5,16c1.9329834,0,3.5-1.5670166,3.5-3.5v-0.2089844C22.0811157,7.376709,18.630249,3.1101685,13.8076172,2.1621094z M12,15c-1.6568604,0-3-1.3431396-3-3s1.3431396-3,3-3c1.6561279,0.0018311,2.9981689,1.3438721,3,3C15,13.6568604,13.6568604,15,12,15z\"/></svg></li><li title=\"bag \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M19.5,6H16V5c-0.0014038-1.1040039-0.8959961-1.9985962-2-2h-4C8.8959961,3.0014038,8.0014038,3.8959961,8,5v1H4.5C3.119812,6.0012817,2.0012817,7.119812,2,8.5v10c0.0012817,1.380188,1.119812,2.4987183,2.5,2.5h15c1.380188-0.0012817,2.4987183-1.119812,2.5-2.5v-10C21.9987183,7.119812,20.880188,6.0012817,19.5,6z M9,5c0.0003662-0.552124,0.447876-0.9996338,1-1h4c0.552124,0.0003662,0.9996338,0.447876,1,1v1H9V5z M21,18.5c-0.0009155,0.828064-0.671936,1.4990845-1.5,1.5h-15c-0.828064-0.0009155-1.4990845-0.671936-1.5-1.5v-6.4726562l5.8417969,1.9472656C8.8928833,13.991333,8.9462891,13.999939,9,14h6c0.053772-0.000061,0.1071777-0.008667,0.1582642-0.0253906L21,12.0273438V18.5z M21,11.0059204c-0.0525513,0-0.1055908,0.0019531-0.1581421,0.0194702L14.9190063,13H9.0810547l-5.9228516-1.9746094C3.1056519,11.0078735,3.0525513,11.0059204,3,11.0059204V8.5C3.0009155,7.671936,3.671936,7.0009155,4.5,7h15c0.828064,0.0009155,1.4990845,0.671936,1.5,1.5V11.0059204z\"/></svg></li><li title=\"battery bolt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M7.5,16h-4c-0.2759399-0.0005493-0.4994507-0.2240601-0.5-0.5v-7C3.0005493,8.2240601,3.2240601,8.0005493,3.5,8h3C6.776123,8,7,7.776123,7,7.5S6.776123,7,6.5,7h-3C2.671936,7.0009155,2.0009155,7.671936,2,8.5v7c0.0009155,0.828064,0.671936,1.4990845,1.5,1.5h4C7.776123,17,8,16.776123,8,16.5S7.776123,16,7.5,16z M13.4662476,11.8329468c-0.0101929-0.0285034-0.0250244-0.0529175-0.039978-0.0787354c-0.0169678-0.029541-0.0333862-0.0576782-0.0563354-0.0834961c-0.0218506-0.0245972-0.0475464-0.0431519-0.0737915-0.0629883c-0.0187378-0.0142212-0.0317993-0.0334473-0.0529785-0.0452271c-0.0085449-0.0047607-0.0180664-0.0042725-0.0267334-0.0084839c-0.0278931-0.0136108-0.0581055-0.0198975-0.088623-0.0281982c-0.0349121-0.0093384-0.0685425-0.0194092-0.1039429-0.0209961C13.0155029,11.5043945,13.0084839,11.5,13,11.5H8.8503418L10.9375,7.7431641c0.1342773-0.2416382,0.0473022-0.5463867-0.1943359-0.6806641S10.1967773,7.0151978,10.0625,7.2568359l-2.5,4.5c-0.0046997,0.0084839-0.0043335,0.0180054-0.0084839,0.0266724c-0.0137329,0.0281982-0.0200806,0.0587158-0.0283813,0.0896606c-0.0090942,0.0343628-0.019104,0.0673828-0.0206909,0.1022339C7.5045166,11.9840088,7.5,11.991272,7.5,12c0,0.0217896,0.0097046,0.0404053,0.0123901,0.0614624c0.0045776,0.0358887,0.0090332,0.0704346,0.0211182,0.1044922c0.010498,0.02948,0.0257568,0.0546875,0.0413208,0.0813599c0.0166016,0.0288086,0.0326538,0.0563354,0.0550537,0.081604c0.0219727,0.0247192,0.0476685,0.043457,0.0741577,0.0634155c0.0186768,0.0142212,0.0316772,0.0333862,0.0527954,0.045166c0.007019,0.0038452,0.015686,0.0023804,0.0228271,0.0058594C7.8468628,12.4769287,7.9197998,12.5,8,12.5h4.1496582L10.0625,16.2568359c-0.1338501,0.2416992-0.046936,0.5460815,0.1943359,0.6806641C10.3313599,16.9783936,10.414978,16.9998779,10.5,17c0.1815796-0.0001831,0.348877-0.0983887,0.4375-0.2568359l2.5-4.5c0.0047607-0.0085449,0.0042725-0.0180664,0.0084839-0.0267334c0.0136108-0.0278931,0.0198975-0.0581055,0.0281982-0.088623c0.0093384-0.0349121,0.0194092-0.0685425,0.0209961-0.1039429C13.4956055,12.0155029,13.5,12.0084839,13.5,12c0-0.0209961-0.0094604-0.0388794-0.0119629-0.0592041C13.4834595,11.9036865,13.4788208,11.868103,13.4662476,11.8329468z M17.5,7h-4C13.223877,7,13,7.223877,13,7.5S13.223877,8,13.5,8h4c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5v7c-0.0005493,0.2759399-0.2240601,0.4994507-0.5,0.5h-3c-0.276123,0-0.5,0.223877-0.5,0.5s0.223877,0.5,0.5,0.5h3c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5v-7C18.9990845,7.671936,18.328064,7.0009155,17.5,7z M21.5,10c-0.276123,0-0.5,0.223877-0.5,0.5v3.0005493C21.0001831,13.7765503,21.223999,14.0001831,21.5,14h0.0006104C21.7765503,13.9998169,22.0001831,13.776001,22,13.5v-3C22,10.223877,21.776123,10,21.5,10z\"/></svg></li><li title=\"battery empty \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21.5,10c-0.276123,0-0.5,0.223877-0.5,0.5v3.0005493C21.0001831,13.7765503,21.223999,14.0001831,21.5,14h0.0006104C21.7765503,13.9998169,22.0001831,13.776001,22,13.5v-3C22,10.223877,21.776123,10,21.5,10z M17.5,7h-14C2.671936,7.0009155,2.0009155,7.671936,2,8.5v7c0.0009155,0.828064,0.671936,1.4990845,1.5,1.5h14c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5v-7C18.9990845,7.671936,18.328064,7.0009155,17.5,7z M18,15.5c-0.0005493,0.2759399-0.2240601,0.4994507-0.5,0.5h-14c-0.2759399-0.0005493-0.4994507-0.2240601-0.5-0.5v-7C3.0005493,8.2240601,3.2240601,8.0005493,3.5,8h14c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5V15.5z\"/></svg></li><li title=\"behance alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M15.5,6h5C20.776123,6,21,5.776123,21,5.5S20.776123,5,20.5,5h-5C15.223877,5,15,5.223877,15,5.5S15.223877,6,15.5,6z M22.526062,15.0029907c-0.0001831,0-0.0004272-0.000061-0.0006714-0.000061c-0.2706299-0.0338135-0.5174561,0.1581421-0.5513306,0.428772c-0.0004883,0.0042114-0.0009766,0.0084229-0.0014038,0.0126343c-0.2446899,2.1947632-2.22229,3.7756958-4.4170532,3.5310059C15.5307007,18.7495728,13.9993286,17.0374146,14,15v-2h8.4697266c0.276123-0.000061,0.499939-0.223999,0.4998779-0.5001221c0-0.0175781-0.0009766-0.0351562-0.0028076-0.0526123C22.6834106,9.9172974,20.5457764,8.0032959,18,8c-2.7600708,0.0032349-4.9967651,2.2399292-5,5v2c-0.0006714,2.7607422,2.2368164,4.9993896,4.9975586,5.000061c2.5466919,0.0006714,4.6867676-1.9133911,4.9692383-4.444397C22.9976807,15.2813721,22.800415,15.0339355,22.526062,15.0029907z M18,9c1.8225098,0.0049438,3.4130859,1.2366943,3.8740234,3h-7.7470093C14.5847778,10.2351074,16.1766968,9.0020142,18,9z M9.3961182,11.4335938c1.6231689-1.0442505,2.0924683-3.206543,1.0482178-4.8297119C9.8001709,5.6026001,8.6905518,4.9981689,7.5,5h-6C1.223999,4.9998169,1.0001831,5.2234497,1,5.4993896V19.5c-0.0001831,0.276001,0.2234497,0.4998169,0.4993896,0.5H7.5c2.4803467,0.0049438,4.4950562-2.0018311,4.5-4.4821777C12.003479,13.7648926,10.9867554,12.170166,9.3961182,11.4335938z M2,6h5.5C8.8807373,6,10,7.1192627,10,8.5S8.8807373,11,7.5,11H2V6z M7.5,19H2v-7h5.5c1.9329834,0,3.5,1.5670166,3.5,3.5S9.4329834,19,7.5,19z\"/></svg></li><li title=\"bitcoin alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M15.7216187,11.5477295c1.5537109-1.3565063,1.713562-3.7156372,0.3571167-5.2693481C15.3659668,5.4619751,14.3337402,4.9954834,13.25,5H12V3.5C12,3.223877,11.776123,3,11.5,3S11,3.223877,11,3.5V5H8V3.5C8,3.223877,7.776123,3,7.5,3S7,3.223877,7,3.5V5H5.5C5.223877,5,5,5.223877,5,5.5S5.223877,6,5.5,6H7v12H5.5C5.223877,18,5,18.223877,5,18.5S5.223877,19,5.5,19H7v1.5C7,20.776123,7.223877,21,7.5,21S8,20.776123,8,20.5V19h3v1.5c0,0.276123,0.223877,0.5,0.5,0.5s0.5-0.223877,0.5-0.5V19h3.25c2.0657959,0.005249,3.7446899-1.6651611,3.749939-3.730957C19.0047607,13.3782959,17.5978394,11.781311,15.7216187,11.5477295z M8,6h5.25C14.7687988,6,16,7.2312012,16,8.75s-1.2312012,2.75-2.75,2.75H8V6z M15.25,18H8v-5.5h7.25c1.5187988,0,2.75,1.2312012,2.75,2.75S16.7687988,18,15.25,18z\"/></svg></li><li title=\"blogger alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M14,13.5h-4c-0.276123,0-0.5,0.223877-0.5,0.5s0.223877,0.5,0.5,0.5h4c0.276123,0,0.5-0.223877,0.5-0.5S14.276123,13.5,14,13.5z M10,10.5h1c0.276123,0,0.5-0.223877,0.5-0.5S11.276123,9.5,11,9.5h-1c-0.276123,0-0.5,0.223877-0.5,0.5S9.723877,10.5,10,10.5z M16,10.5c-0.2759399-0.0005493-0.4994507-0.2240601-0.5-0.5V9c-0.0023193-1.9320068-1.5679932-3.4976807-3.5-3.5h-2C7.5158691,5.5026855,5.5026855,7.5158691,5.5,10v4c0.0026855,2.4841309,2.0158691,4.4973145,4.5,4.5h4c2.4841309-0.0026855,4.4973145-2.0158691,4.5-4.5v-1C18.4987183,11.619812,17.380188,10.5012817,16,10.5z M17.5,14c-0.0023193,1.9320068-1.5679932,3.4976807-3.5,3.5h-4c-1.9320068-0.0023193-3.4976807-1.5679932-3.5-3.5v-4C6.5023193,8.0679932,8.0679932,6.5023193,10,6.5h2c1.380188,0.0012817,2.4987183,1.119812,2.5,2.5v1c0.0009155,0.828064,0.671936,1.4990845,1.5,1.5s1.4990845,0.671936,1.5,1.5V14z M20,1H4C2.3438721,1.0018311,1.0018311,2.3438721,1,4v16c0.0018311,1.6561279,1.3438721,2.9981689,3,3h16c1.6561279-0.0018311,2.9981689-1.3438721,3-3V4C22.9981689,2.3438721,21.6561279,1.0018311,20,1z M22,20c-0.0014038,1.1040039-0.8959961,1.9985962-2,2H4c-1.1040039-0.0014038-1.9985962-0.8959961-2-2V4c0.0014038-1.1040039,0.8959961-1.9985962,2-2h16c1.1040039,0.0014038,1.9985962,0.8959961,2,2V20z\"/></svg></li><li title=\"bookmark \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M16,2H8C6.3438721,2.0018311,5.0018311,3.3438721,5,5v16.5c0.0001221,0.0870972,0.0230103,0.1727295,0.0663452,0.248291C5.2039795,21.9882202,5.5100708,22.071167,5.75,21.9335938L12,18.3339844l6.25,3.5996094C18.3262329,21.9768677,18.4123535,21.9997559,18.5,22c0.2759399-0.0004883,0.4995117-0.2240601,0.5-0.5V5C18.9981689,3.3438721,17.6561279,2.0018311,16,2z M18,20.6347656l-5.75-3.3115234c-0.0762329-0.0432739-0.1623535-0.0661621-0.25-0.0664062c-0.0876465,0.0002441-0.1737671,0.0231323-0.25,0.0664062L6,20.6347656V5c0.0014038-1.1040039,0.8959961-1.9985962,2-2h8c1.1040039,0.0014038,1.9985962,0.8959961,2,2V20.6347656z\"/></svg></li><li title=\"border alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M7.5,10C6.6715698,10,6,10.6715698,6,11.5S6.6715698,13,7.5,13c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C9,10.6715698,8.3284302,10,7.5,10z M7.5,12C7.223877,12,7,11.776123,7,11.5S7.223877,11,7.5,11c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C8,11.776123,7.776123,12,7.5,12z M11.5,18c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C13,18.6715698,12.3284302,18,11.5,18z M11.5,20c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C12,19.776123,11.776123,20,11.5,20z M7.5,18C6.6715698,18,6,18.6715698,6,19.5S6.6715698,21,7.5,21c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C9,18.6715698,8.3284302,18,7.5,18z M7.5,20C7.223877,20,7,19.776123,7,19.5S7.223877,19,7.5,19c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C8,19.776123,7.776123,20,7.5,20z M21,3.5C21,3.223877,20.776123,3,20.5,3h-17C3.4998169,3,3.4996338,3,3.4993896,3C3.2234497,3.0001831,2.9998169,3.223999,3,3.5v17c0,0.0001831,0,0.0003662,0,0.0005493C3.0001831,20.7765503,3.223999,21.0001831,3.5,21c0.0001831,0,0.0003662,0,0.0006104,0C3.7765503,20.9998169,4.0001831,20.776001,4,20.5V4h16.5C20.776123,4,21,3.776123,21,3.5z M11.5,6C10.6715698,6,10,6.6715698,10,7.5S10.6715698,9,11.5,9c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C13,6.6715698,12.3284302,6,11.5,6z M11.5,8C11.223877,8,11,7.776123,11,7.5S11.223877,7,11.5,7c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C12,7.776123,11.776123,8,11.5,8z M19.5,10c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C21,10.6715698,20.3284302,10,19.5,10z M19.5,12c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C20,11.776123,19.776123,12,19.5,12z M11.5,14c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C13,14.6715698,12.3284302,14,11.5,14z M11.5,16c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C12,15.776123,11.776123,16,11.5,16z M19.5,6C18.6715698,6,18,6.6715698,18,7.5S18.6715698,9,19.5,9c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C21,6.6715698,20.3284302,6,19.5,6z M19.5,8C19.223877,8,19,7.776123,19,7.5S19.223877,7,19.5,7c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C20,7.776123,19.776123,8,19.5,8z M19.5,18c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C21,18.6715698,20.3284302,18,19.5,18z M19.5,20c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C20,19.776123,19.776123,20,19.5,20z M19.5,14c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C21,14.6715698,20.3284302,14,19.5,14z M19.5,16c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C20,15.776123,19.776123,16,19.5,16z M11.5,10c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C13,10.6715698,12.3284302,10,11.5,10z M11.5,12c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C12,11.776123,11.776123,12,11.5,12z M15.5,18c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C17,18.6715698,16.3284302,18,15.5,18z M15.5,20c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C16,19.776123,15.776123,20,15.5,20z M15.5,10c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C17,10.6715698,16.3284302,10,15.5,10z M15.5,12c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C16,11.776123,15.776123,12,15.5,12z\"/></svg></li><li title=\"border bottom \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M12,10c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C13.5,7.6715698,12.8284302,7,12,7s-1.5,0.6715698-1.5,1.5S11.1715698,10,12,10z M12,8c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C12.5,8.776123,12.276123,9,12,9s-0.5-0.223877-0.5-0.5S11.723877,8,12,8z M16,14c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5c0-0.8284302-0.6715698-1.5-1.5-1.5s-1.5,0.6715698-1.5,1.5S15.1715698,14,16,14z M16,12c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5c0,0.276123-0.223877,0.5-0.5,0.5s-0.5-0.223877-0.5-0.5S15.723877,12,16,12z M20,6c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C21.5,3.6715698,20.8284302,3,20,3s-1.5,0.6715698-1.5,1.5S19.1715698,6,20,6z M20,4c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C20.5,4.776123,20.276123,5,20,5s-0.5-0.223877-0.5-0.5S19.723877,4,20,4z M16,6c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C17.5,3.6715698,16.8284302,3,16,3s-1.5,0.6715698-1.5,1.5S15.1715698,6,16,6z M16,4c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C16.5,4.776123,16.276123,5,16,5s-0.5-0.223877-0.5-0.5S15.723877,4,16,4z M12,6c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C13.5,3.6715698,12.8284302,3,12,3s-1.5,0.6715698-1.5,1.5S11.1715698,6,12,6z M12,4c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C12.5,4.776123,12.276123,5,12,5s-0.5-0.223877-0.5-0.5S11.723877,4,12,4z M4,6c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C5.5,3.6715698,4.8284302,3,4,3S2.5,3.6715698,2.5,4.5S3.1715698,6,4,6z M4,4c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C4.5,4.776123,4.276123,5,4,5S3.5,4.776123,3.5,4.5S3.723877,4,4,4z M12,14c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5c0-0.8284302-0.6715698-1.5-1.5-1.5s-1.5,0.6715698-1.5,1.5S11.1715698,14,12,14z M12,12c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5c0,0.276123-0.223877,0.5-0.5,0.5s-0.5-0.223877-0.5-0.5S11.723877,12,12,12z M21,20H3c-0.276123,0-0.5,0.223877-0.5,0.5S2.723877,21,3,21h18c0.276123,0,0.5-0.223877,0.5-0.5S21.276123,20,21,20z M20,15c-0.8284302,0-1.5,0.6715698-1.5,1.5S19.1715698,18,20,18c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C21.5,15.6715698,20.8284302,15,20,15z M20,17c-0.276123,0-0.5-0.223877-0.5-0.5S19.723877,16,20,16c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C20.5,16.776123,20.276123,17,20,17z M20,11c-0.8284302,0-1.5,0.6715698-1.5,1.5S19.1715698,14,20,14c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C21.5,11.6715698,20.8284302,11,20,11z M20,13c-0.276123,0-0.5-0.223877-0.5-0.5S19.723877,12,20,12c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C20.5,12.776123,20.276123,13,20,13z M20,7c-0.8284302,0-1.5,0.6715698-1.5,1.5S19.1715698,10,20,10c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C21.5,7.6715698,20.8284302,7,20,7z M20,9c-0.276123,0-0.5-0.223877-0.5-0.5S19.723877,8,20,8c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C20.5,8.776123,20.276123,9,20,9z M4,18c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C5.5,15.6715698,4.8284302,15,4,15s-1.5,0.6715698-1.5,1.5S3.1715698,18,4,18z M4,16c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C4.5,16.776123,4.276123,17,4,17s-0.5-0.223877-0.5-0.5S3.723877,16,4,16z M8,6c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C9.5,3.6715698,8.8284302,3,8,3S6.5,3.6715698,6.5,4.5S7.1715698,6,8,6z M8,4c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C8.5,4.776123,8.276123,5,8,5S7.5,4.776123,7.5,4.5S7.723877,4,8,4z M12,18c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5c0-0.8284302-0.6715698-1.5-1.5-1.5s-1.5,0.6715698-1.5,1.5S11.1715698,18,12,18z M12,16c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5c0,0.276123-0.223877,0.5-0.5,0.5s-0.5-0.223877-0.5-0.5S11.723877,16,12,16z M4,14c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C5.5,11.6715698,4.8284302,11,4,11s-1.5,0.6715698-1.5,1.5S3.1715698,14,4,14z M4,12c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C4.5,12.776123,4.276123,13,4,13s-0.5-0.223877-0.5-0.5S3.723877,12,4,12z M4,10c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C5.5,7.6715698,4.8284302,7,4,7S2.5,7.6715698,2.5,8.5S3.1715698,10,4,10z M4,8c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C4.5,8.776123,4.276123,9,4,9S3.5,8.776123,3.5,8.5S3.723877,8,4,8z M8,14c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C9.5,11.6715698,8.8284302,11,8,11s-1.5,0.6715698-1.5,1.5S7.1715698,14,8,14z M8,12c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C8.5,12.776123,8.276123,13,8,13s-0.5-0.223877-0.5-0.5S7.723877,12,8,12z\"/></svg></li><li title=\"border clear \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M4,7C3.1715698,7,2.5,7.6715698,2.5,8.5S3.1715698,10,4,10c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C5.5,7.6715698,4.8284302,7,4,7z M4,9C3.723877,9,3.5,8.776123,3.5,8.5S3.723877,8,4,8c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C4.5,8.776123,4.276123,9,4,9z M4,15c-0.8284302,0-1.5,0.6715698-1.5,1.5S3.1715698,18,4,18c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C5.5,15.6715698,4.8284302,15,4,15z M4,17c-0.276123,0-0.5-0.223877-0.5-0.5S3.723877,16,4,16c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C4.5,16.776123,4.276123,17,4,17z M8,19c-0.8284302,0-1.5,0.6715698-1.5,1.5S7.1715698,22,8,22c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C9.5,19.6715698,8.8284302,19,8,19z M8,21c-0.276123,0-0.5-0.223877-0.5-0.5S7.723877,20,8,20c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C8.5,20.776123,8.276123,21,8,21z M4,19c-0.8284302,0-1.5,0.6715698-1.5,1.5S3.1715698,22,4,22c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C5.5,19.6715698,4.8284302,19,4,19z M4,21c-0.276123,0-0.5-0.223877-0.5-0.5S3.723877,20,4,20c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C4.5,20.776123,4.276123,21,4,21z M4,3C3.1715698,3,2.5,3.6715698,2.5,4.5S3.1715698,6,4,6c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C5.5,3.6715698,4.8284302,3,4,3z M4,5C3.723877,5,3.5,4.776123,3.5,4.5S3.723877,4,4,4c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C4.5,4.776123,4.276123,5,4,5z M4,11c-0.8284302,0-1.5,0.6715698-1.5,1.5S3.1715698,14,4,14c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C5.5,11.6715698,4.8284302,11,4,11z M4,13c-0.276123,0-0.5-0.223877-0.5-0.5S3.723877,12,4,12c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C4.5,12.776123,4.276123,13,4,13z M20,6c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C21.5,3.6715698,20.8284302,3,20,3s-1.5,0.6715698-1.5,1.5S19.1715698,6,20,6z M20,4c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C20.5,4.776123,20.276123,5,20,5s-0.5-0.223877-0.5-0.5S19.723877,4,20,4z M16,3c-0.8284302,0-1.5,0.6715698-1.5,1.5S15.1715698,6,16,6c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C17.5,3.6715698,16.8284302,3,16,3z M16,5c-0.276123,0-0.5-0.223877-0.5-0.5S15.723877,4,16,4c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C16.5,4.776123,16.276123,5,16,5z M20,15c-0.8284302,0-1.5,0.6715698-1.5,1.5S19.1715698,18,20,18c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C21.5,15.6715698,20.8284302,15,20,15z M20,17c-0.276123,0-0.5-0.223877-0.5-0.5S19.723877,16,20,16c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C20.5,16.776123,20.276123,17,20,17z M20,19c-0.8284302,0-1.5,0.6715698-1.5,1.5S19.1715698,22,20,22c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C21.5,19.6715698,20.8284302,19,20,19z M20,21c-0.276123,0-0.5-0.223877-0.5-0.5S19.723877,20,20,20c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C20.5,20.776123,20.276123,21,20,21z M16,11c-0.8284302,0-1.5,0.6715698-1.5,1.5S15.1715698,14,16,14c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C17.5,11.6715698,16.8284302,11,16,11z M16,13c-0.276123,0-0.5-0.223877-0.5-0.5S15.723877,12,16,12c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C16.5,12.776123,16.276123,13,16,13z M20,11c-0.8284302,0-1.5,0.6715698-1.5,1.5S19.1715698,14,20,14c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C21.5,11.6715698,20.8284302,11,20,11z M20,13c-0.276123,0-0.5-0.223877-0.5-0.5S19.723877,12,20,12c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C20.5,12.776123,20.276123,13,20,13z M16,19c-0.8284302,0-1.5,0.6715698-1.5,1.5S15.1715698,22,16,22c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C17.5,19.6715698,16.8284302,19,16,19z M16,21c-0.276123,0-0.5-0.223877-0.5-0.5S15.723877,20,16,20c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C16.5,20.776123,16.276123,21,16,21z M20,7c-0.8284302,0-1.5,0.6715698-1.5,1.5S19.1715698,10,20,10c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C21.5,7.6715698,20.8284302,7,20,7z M20,9c-0.276123,0-0.5-0.223877-0.5-0.5S19.723877,8,20,8c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C20.5,8.776123,20.276123,9,20,9z M8,3C7.1715698,3,6.5,3.6715698,6.5,4.5S7.1715698,6,8,6c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C9.5,3.6715698,8.8284302,3,8,3z M8,5C7.723877,5,7.5,4.776123,7.5,4.5S7.723877,4,8,4c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C8.5,4.776123,8.276123,5,8,5z M12,19c-0.8284302,0-1.5,0.6715698-1.5,1.5S11.1715698,22,12,22c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C13.5,19.6715698,12.8284302,19,12,19z M12,21c-0.276123,0-0.5-0.223877-0.5-0.5S11.723877,20,12,20c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C12.5,20.776123,12.276123,21,12,21z M8,11c-0.8284302,0-1.5,0.6715698-1.5,1.5S7.1715698,14,8,14c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C9.5,11.6715698,8.8284302,11,8,11z M8,13c-0.276123,0-0.5-0.223877-0.5-0.5S7.723877,12,8,12c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C8.5,12.776123,8.276123,13,8,13z M12,3c-0.8284302,0-1.5,0.6715698-1.5,1.5S11.1715698,6,12,6c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C13.5,3.6715698,12.8284302,3,12,3z M12,5c-0.276123,0-0.5-0.223877-0.5-0.5S11.723877,4,12,4c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C12.5,4.776123,12.276123,5,12,5z M12,15c-0.8284302,0-1.5,0.6715698-1.5,1.5S11.1715698,18,12,18c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C13.5,15.6715698,12.8284302,15,12,15z M12,17c-0.276123,0-0.5-0.223877-0.5-0.5S11.723877,16,12,16c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C12.5,16.776123,12.276123,17,12,17z M12,11c-0.8284302,0-1.5,0.6715698-1.5,1.5S11.1715698,14,12,14c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C13.5,11.6715698,12.8284302,11,12,11z M12,13c-0.276123,0-0.5-0.223877-0.5-0.5S11.723877,12,12,12c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C12.5,12.776123,12.276123,13,12,13z M12,7c-0.8284302,0-1.5,0.6715698-1.5,1.5S11.1715698,10,12,10c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C13.5,7.6715698,12.8284302,7,12,7z M12,9c-0.276123,0-0.5-0.223877-0.5-0.5S11.723877,8,12,8c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C12.5,8.776123,12.276123,9,12,9z\"/></svg></li><li title=\"border horizontal \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M12,5.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5c0-0.8284302-0.6715698-1.5-1.5-1.5S10.5,3.1715698,10.5,4S11.1715698,5.5,12,5.5z M12,3.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5c0,0.276123-0.223877,0.5-0.5,0.5S11.5,4.276123,11.5,4S11.723877,3.5,12,3.5z M4,5.5C4.828064,5.4990845,5.4990845,4.828064,5.5,4c0-0.8284302-0.6715698-1.5-1.5-1.5S2.5,3.1715698,2.5,4S3.1715698,5.5,4,5.5z M4,3.5C4.2759399,3.5005493,4.4994507,3.7240601,4.5,4c0,0.276123-0.223877,0.5-0.5,0.5S3.5,4.276123,3.5,4S3.723877,3.5,4,3.5z M16,5.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5c0-0.8284302-0.6715698-1.5-1.5-1.5S14.5,3.1715698,14.5,4S15.1715698,5.5,16,5.5z M16,3.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5c0,0.276123-0.223877,0.5-0.5,0.5S15.5,4.276123,15.5,4S15.723877,3.5,16,3.5z M20,5.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5c0-0.8284302-0.6715698-1.5-1.5-1.5S18.5,3.1715698,18.5,4S19.1715698,5.5,20,5.5z M20,3.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5c0,0.276123-0.223877,0.5-0.5,0.5S19.5,4.276123,19.5,4S19.723877,3.5,20,3.5z M8,5.5C8.828064,5.4990845,9.4990845,4.828064,9.5,4c0-0.8284302-0.6715698-1.5-1.5-1.5S6.5,3.1715698,6.5,4S7.1715698,5.5,8,5.5z M8,3.5C8.2759399,3.5005493,8.4994507,3.7240601,8.5,4c0,0.276123-0.223877,0.5-0.5,0.5S7.5,4.276123,7.5,4S7.723877,3.5,8,3.5z M12,9.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5c0-0.8284302-0.6715698-1.5-1.5-1.5S10.5,7.1715698,10.5,8S11.1715698,9.5,12,9.5z M12,7.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5c0,0.276123-0.223877,0.5-0.5,0.5S11.5,8.276123,11.5,8S11.723877,7.5,12,7.5z M20,14.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C21.5,15.1715698,20.8284302,14.5,20,14.5z M20,16.5c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C20.5,16.276123,20.276123,16.5,20,16.5z M4,9.5C4.828064,9.4990845,5.4990845,8.828064,5.5,8c0-0.8284302-0.6715698-1.5-1.5-1.5S2.5,7.1715698,2.5,8S3.1715698,9.5,4,9.5z M4,7.5C4.2759399,7.5005493,4.4994507,7.7240601,4.5,8c0,0.276123-0.223877,0.5-0.5,0.5S3.5,8.276123,3.5,8S3.723877,7.5,4,7.5z M16,18.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C17.5,19.1715698,16.8284302,18.5,16,18.5z M16,20.5c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C16.5,20.276123,16.276123,20.5,16,20.5z M21,11.5H3c-0.276123,0-0.5,0.223877-0.5,0.5s0.223877,0.5,0.5,0.5h18c0.276123,0,0.5-0.223877,0.5-0.5S21.276123,11.5,21,11.5z M20,6.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C21.5,7.1715698,20.8284302,6.5,20,6.5z M20,8.5c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C20.5,8.276123,20.276123,8.5,20,8.5z M20,18.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C21.5,19.1715698,20.8284302,18.5,20,18.5z M20,20.5c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C20.5,20.276123,20.276123,20.5,20,20.5z M4,14.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C5.5,15.1715698,4.8284302,14.5,4,14.5z M4,16.5c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C4.5,16.276123,4.276123,16.5,4,16.5z M4,18.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C5.5,19.1715698,4.8284302,18.5,4,18.5z M4,20.5c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C4.5,20.276123,4.276123,20.5,4,20.5z M12,18.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C13.5,19.1715698,12.8284302,18.5,12,18.5z M12,20.5c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C12.5,20.276123,12.276123,20.5,12,20.5z M8,18.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C9.5,19.1715698,8.8284302,18.5,8,18.5z M8,20.5c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C8.5,20.276123,8.276123,20.5,8,20.5z M12,14.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C13.5,15.1715698,12.8284302,14.5,12,14.5z M12,16.5c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C12.5,16.276123,12.276123,16.5,12,16.5z\"/></svg></li><li title=\"border inner \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M8,5.5C8.828064,5.4990845,9.4990845,4.828064,9.5,4c0-0.8284302-0.6715698-1.5-1.5-1.5S6.5,3.1715698,6.5,4S7.1715698,5.5,8,5.5z M8,3.5C8.2759399,3.5005493,8.4994507,3.7240601,8.5,4c0,0.276123-0.223877,0.5-0.5,0.5S7.5,4.276123,7.5,4S7.723877,3.5,8,3.5z M21,11.5h-8.5V3c0-0.276123-0.223877-0.5-0.5-0.5S11.5,2.723877,11.5,3v8.5H3c-0.276123,0-0.5,0.223877-0.5,0.5s0.223877,0.5,0.5,0.5h8.5v8.5005493C11.5001831,21.2765503,11.723999,21.5001831,12,21.5h0.0006104C12.2765503,21.4998169,12.5001831,21.276001,12.5,21v-8.5H21c0.276123,0,0.5-0.223877,0.5-0.5S21.276123,11.5,21,11.5z M20,5.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5c0-0.8284302-0.6715698-1.5-1.5-1.5S18.5,3.1715698,18.5,4S19.1715698,5.5,20,5.5z M20,3.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5c0,0.276123-0.223877,0.5-0.5,0.5S19.5,4.276123,19.5,4S19.723877,3.5,20,3.5z M20,6.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C21.5,7.1715698,20.8284302,6.5,20,6.5z M20,8.5c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C20.5,8.276123,20.276123,8.5,20,8.5z M16,5.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5c0-0.8284302-0.6715698-1.5-1.5-1.5S14.5,3.1715698,14.5,4S15.1715698,5.5,16,5.5z M16,3.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5c0,0.276123-0.223877,0.5-0.5,0.5S15.5,4.276123,15.5,4S15.723877,3.5,16,3.5z M4,14.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C5.5,15.1715698,4.8284302,14.5,4,14.5z M4,16.5c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C4.5,16.276123,4.276123,16.5,4,16.5z M16,18.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C17.5,19.1715698,16.8284302,18.5,16,18.5z M16,20.5c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C16.5,20.276123,16.276123,20.5,16,20.5z M8,18.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C9.5,19.1715698,8.8284302,18.5,8,18.5z M8,20.5c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C8.5,20.276123,8.276123,20.5,8,20.5z M20,18.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C21.5,19.1715698,20.8284302,18.5,20,18.5z M20,20.5c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C20.5,20.276123,20.276123,20.5,20,20.5z M4,9.5C4.828064,9.4990845,5.4990845,8.828064,5.5,8c0-0.8284302-0.6715698-1.5-1.5-1.5S2.5,7.1715698,2.5,8S3.1715698,9.5,4,9.5z M4,7.5C4.2759399,7.5005493,4.4994507,7.7240601,4.5,8c0,0.276123-0.223877,0.5-0.5,0.5S3.5,8.276123,3.5,8S3.723877,7.5,4,7.5z M20,14.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C21.5,15.1715698,20.8284302,14.5,20,14.5z M20,16.5c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C20.5,16.276123,20.276123,16.5,20,16.5z M4,5.5C4.828064,5.4990845,5.4990845,4.828064,5.5,4c0-0.8284302-0.6715698-1.5-1.5-1.5S2.5,3.1715698,2.5,4S3.1715698,5.5,4,5.5z M4,3.5C4.2759399,3.5005493,4.4994507,3.7240601,4.5,4c0,0.276123-0.223877,0.5-0.5,0.5S3.5,4.276123,3.5,4S3.723877,3.5,4,3.5z M4,18.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C5.5,19.1715698,4.8284302,18.5,4,18.5z M4,20.5c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C4.5,20.276123,4.276123,20.5,4,20.5z\"/></svg></li><li title=\"border left \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M7.5,2.5C6.6715698,2.5,6,3.1715698,6,4s0.6715698,1.5,1.5,1.5C8.328064,5.4990845,8.9990845,4.828064,9,4C9,3.1715698,8.3284302,2.5,7.5,2.5z M7.5,4.5C7.223877,4.5,7,4.276123,7,4s0.223877-0.5,0.5-0.5C7.776001,3.5003662,7.9996338,3.723999,8,4C8,4.276123,7.776123,4.5,7.5,4.5z M7.5,10.5C6.6715698,10.5,6,11.1715698,6,12s0.6715698,1.5,1.5,1.5C8.328064,13.4990845,8.9990845,12.828064,9,12C9,11.1715698,8.3284302,10.5,7.5,10.5z M7.5,12.5C7.223877,12.5,7,12.276123,7,12s0.223877-0.5,0.5-0.5C7.776001,11.5003662,7.9996338,11.723999,8,12C8,12.276123,7.776123,12.5,7.5,12.5z M3.5,2.5C3.223877,2.5,3,2.723877,3,3v18.0005493C3.0001831,21.2765503,3.223999,21.5001831,3.5,21.5h0.0006104C3.7765503,21.4998169,4.0001831,21.276001,4,21V3C4,2.723877,3.776123,2.5,3.5,2.5z M19.5,5.5C20.328064,5.4990845,20.9990845,4.828064,21,4c0-0.8284302-0.6715698-1.5-1.5-1.5S18,3.1715698,18,4S18.6715698,5.5,19.5,5.5z M19.5,3.5C19.7759399,3.5005493,19.9994507,3.7240601,20,4c0,0.276123-0.223877,0.5-0.5,0.5S19,4.276123,19,4S19.223877,3.5,19.5,3.5z M11.5,18.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C13,19.1715698,12.3284302,18.5,11.5,18.5z M11.5,20.5c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.276001,0.0003662,0.4996338,0.223999,0.5,0.5C12,20.276123,11.776123,20.5,11.5,20.5z M7.5,18.5C6.6715698,18.5,6,19.1715698,6,20s0.6715698,1.5,1.5,1.5C8.328064,21.4990845,8.9990845,20.828064,9,20C9,19.1715698,8.3284302,18.5,7.5,18.5z M7.5,20.5C7.223877,20.5,7,20.276123,7,20s0.223877-0.5,0.5-0.5C7.776001,19.5003662,7.9996338,19.723999,8,20C8,20.276123,7.776123,20.5,7.5,20.5z M15.5,18.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C17,19.1715698,16.3284302,18.5,15.5,18.5z M15.5,20.5c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C16,20.276123,15.776123,20.5,15.5,20.5z M19.5,14.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C21,15.1715698,20.3284302,14.5,19.5,14.5z M19.5,16.5c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C20,16.276123,19.776123,16.5,19.5,16.5z M19.5,18.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C21,19.1715698,20.3284302,18.5,19.5,18.5z M19.5,20.5c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C20,20.276123,19.776123,20.5,19.5,20.5z M15.5,2.5C14.6715698,2.5,14,3.1715698,14,4s0.6715698,1.5,1.5,1.5C16.328064,5.4990845,16.9990845,4.828064,17,4C17,3.1715698,16.3284302,2.5,15.5,2.5z M15.5,4.5C15.223877,4.5,15,4.276123,15,4s0.223877-0.5,0.5-0.5C15.7759399,3.5005493,15.9994507,3.7240601,16,4C16,4.276123,15.776123,4.5,15.5,4.5z M19.5,6.5C18.6715698,6.5,18,7.1715698,18,8s0.6715698,1.5,1.5,1.5C20.328064,9.4990845,20.9990845,8.828064,21,8C21,7.1715698,20.3284302,6.5,19.5,6.5z M19.5,8.5C19.223877,8.5,19,8.276123,19,8s0.223877-0.5,0.5-0.5C19.7759399,7.5005493,19.9994507,7.7240601,20,8C20,8.276123,19.776123,8.5,19.5,8.5z M11.5,14.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C13,15.1715698,12.3284302,14.5,11.5,14.5z M11.5,16.5c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.276001,0.0003662,0.4996338,0.223999,0.5,0.5C12,16.276123,11.776123,16.5,11.5,16.5z M19.5,10.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C21,11.1715698,20.3284302,10.5,19.5,10.5z M19.5,12.5c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C20,12.276123,19.776123,12.5,19.5,12.5z M11.5,10.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C13,11.1715698,12.3284302,10.5,11.5,10.5z M11.5,12.5c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.276001,0.0003662,0.4996338,0.223999,0.5,0.5C12,12.276123,11.776123,12.5,11.5,12.5z M11.5,6.5C10.6715698,6.5,10,7.1715698,10,8s0.6715698,1.5,1.5,1.5C12.328064,9.4990845,12.9990845,8.828064,13,8C13,7.1715698,12.3284302,6.5,11.5,6.5z M11.5,8.5C11.223877,8.5,11,8.276123,11,8s0.223877-0.5,0.5-0.5C11.776001,7.5003662,11.9996338,7.723999,12,8C12,8.276123,11.776123,8.5,11.5,8.5z M15.5,10.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C17,11.1715698,16.3284302,10.5,15.5,10.5z M15.5,12.5c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C16,12.276123,15.776123,12.5,15.5,12.5z M11.5,2.5C10.6715698,2.5,10,3.1715698,10,4s0.6715698,1.5,1.5,1.5C12.328064,5.4990845,12.9990845,4.828064,13,4C13,3.1715698,12.3284302,2.5,11.5,2.5z M11.5,4.5C11.223877,4.5,11,4.276123,11,4s0.223877-0.5,0.5-0.5C11.776001,3.5003662,11.9996338,3.723999,12,4C12,4.276123,11.776123,4.5,11.5,4.5z\"/></svg></li><li title=\"border out \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M16,13.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5c0-0.8284302-0.6715698-1.5-1.5-1.5s-1.5,0.6715698-1.5,1.5S15.1715698,13.5,16,13.5z M16,11.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5c0,0.276123-0.223877,0.5-0.5,0.5s-0.5-0.223877-0.5-0.5S15.723877,11.5,16,11.5z M20.5,3H3.4993896C3.2234497,3.0001831,2.9998169,3.223999,3,3.5v17.0005493C3.0001831,20.7765503,3.223999,21.0001831,3.5,21h17.0006104C20.7765503,20.9998169,21.0001831,20.776001,21,20.5V3.4993896C20.9998169,3.2234497,20.776001,2.9998169,20.5,3z M20,20H4V4h16V20z M12,17.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5c0-0.8284302-0.6715698-1.5-1.5-1.5s-1.5,0.6715698-1.5,1.5S11.1715698,17.5,12,17.5z M12,15.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5c0,0.276123-0.223877,0.5-0.5,0.5s-0.5-0.223877-0.5-0.5S11.723877,15.5,12,15.5z M12,9.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5c0-0.8284302-0.6715698-1.5-1.5-1.5S10.5,7.1715698,10.5,8S11.1715698,9.5,12,9.5z M12,7.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5c0,0.276123-0.223877,0.5-0.5,0.5S11.5,8.276123,11.5,8S11.723877,7.5,12,7.5z M8,13.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5c0-0.8284302-0.6715698-1.5-1.5-1.5S6.5,11.1715698,6.5,12S7.1715698,13.5,8,13.5z M8,11.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5c0,0.276123-0.223877,0.5-0.5,0.5S7.5,12.276123,7.5,12S7.723877,11.5,8,11.5z M12,13.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5c0-0.8284302-0.6715698-1.5-1.5-1.5s-1.5,0.6715698-1.5,1.5S11.1715698,13.5,12,13.5z M12,11.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5c0,0.276123-0.223877,0.5-0.5,0.5s-0.5-0.223877-0.5-0.5S11.723877,11.5,12,11.5z\"/></svg></li><li title=\"border top \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M4,6C3.1715698,6,2.5,6.6715698,2.5,7.5S3.1715698,9,4,9c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C5.5,6.6715698,4.8284302,6,4,6z M4,8C3.723877,8,3.5,7.776123,3.5,7.5S3.723877,7,4,7c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C4.5,7.776123,4.276123,8,4,8z M3,4h18c0.276123,0,0.5-0.223877,0.5-0.5S21.276123,3,21,3H3C2.723877,3,2.5,3.223877,2.5,3.5S2.723877,4,3,4z M8,18c-0.8284302,0-1.5,0.6715698-1.5,1.5S7.1715698,21,8,21c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C9.5,18.6715698,8.8284302,18,8,18z M8,20c-0.276123,0-0.5-0.223877-0.5-0.5S7.723877,19,8,19c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C8.5,19.776123,8.276123,20,8,20z M4,10c-0.8284302,0-1.5,0.6715698-1.5,1.5S3.1715698,13,4,13c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C5.5,10.6715698,4.8284302,10,4,10z M4,12c-0.276123,0-0.5-0.223877-0.5-0.5S3.723877,11,4,11c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C4.5,11.776123,4.276123,12,4,12z M4,14c-0.8284302,0-1.5,0.6715698-1.5,1.5S3.1715698,17,4,17c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C5.5,14.6715698,4.8284302,14,4,14z M4,16c-0.276123,0-0.5-0.223877-0.5-0.5S3.723877,15,4,15c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C4.5,15.776123,4.276123,16,4,16z M4,18c-0.8284302,0-1.5,0.6715698-1.5,1.5S3.1715698,21,4,21c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C5.5,18.6715698,4.8284302,18,4,18z M4,20c-0.276123,0-0.5-0.223877-0.5-0.5S3.723877,19,4,19c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C4.5,19.776123,4.276123,20,4,20z M20,10c-0.8284302,0-1.5,0.6715698-1.5,1.5S19.1715698,13,20,13c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C21.5,10.6715698,20.8284302,10,20,10z M20,12c-0.276123,0-0.5-0.223877-0.5-0.5S19.723877,11,20,11c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C20.5,11.776123,20.276123,12,20,12z M16,18c-0.8284302,0-1.5,0.6715698-1.5,1.5S15.1715698,21,16,21c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C17.5,18.6715698,16.8284302,18,16,18z M16,20c-0.276123,0-0.5-0.223877-0.5-0.5S15.723877,19,16,19c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C16.5,19.776123,16.276123,20,16,20z M16,10c-0.8284302,0-1.5,0.6715698-1.5,1.5S15.1715698,13,16,13c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C17.5,10.6715698,16.8284302,10,16,10z M16,12c-0.276123,0-0.5-0.223877-0.5-0.5S15.723877,11,16,11c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C16.5,11.776123,16.276123,12,16,12z M20,18c-0.8284302,0-1.5,0.6715698-1.5,1.5S19.1715698,21,20,21c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C21.5,18.6715698,20.8284302,18,20,18z M20,20c-0.276123,0-0.5-0.223877-0.5-0.5S19.723877,19,20,19c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C20.5,19.776123,20.276123,20,20,20z M20,14c-0.8284302,0-1.5,0.6715698-1.5,1.5S19.1715698,17,20,17c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C21.5,14.6715698,20.8284302,14,20,14z M20,16c-0.276123,0-0.5-0.223877-0.5-0.5S19.723877,15,20,15c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C20.5,15.776123,20.276123,16,20,16z M20,6c-0.8284302,0-1.5,0.6715698-1.5,1.5S19.1715698,9,20,9c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C21.5,6.6715698,20.8284302,6,20,6z M20,8c-0.276123,0-0.5-0.223877-0.5-0.5S19.723877,7,20,7c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C20.5,7.776123,20.276123,8,20,8z M12,14c-0.8284302,0-1.5,0.6715698-1.5,1.5S11.1715698,17,12,17c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C13.5,14.6715698,12.8284302,14,12,14z M12,16c-0.276123,0-0.5-0.223877-0.5-0.5S11.723877,15,12,15c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C12.5,15.776123,12.276123,16,12,16z M12,18c-0.8284302,0-1.5,0.6715698-1.5,1.5S11.1715698,21,12,21c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C13.5,18.6715698,12.8284302,18,12,18z M12,20c-0.276123,0-0.5-0.223877-0.5-0.5S11.723877,19,12,19c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C12.5,19.776123,12.276123,20,12,20z M8,10c-0.8284302,0-1.5,0.6715698-1.5,1.5S7.1715698,13,8,13c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C9.5,10.6715698,8.8284302,10,8,10z M8,12c-0.276123,0-0.5-0.223877-0.5-0.5S7.723877,11,8,11c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C8.5,11.776123,8.276123,12,8,12z M12,10c-0.8284302,0-1.5,0.6715698-1.5,1.5S11.1715698,13,12,13c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C13.5,10.6715698,12.8284302,10,12,10z M12,12c-0.276123,0-0.5-0.223877-0.5-0.5S11.723877,11,12,11c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C12.5,11.776123,12.276123,12,12,12z M12,6c-0.8284302,0-1.5,0.6715698-1.5,1.5S11.1715698,9,12,9c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C13.5,6.6715698,12.8284302,6,12,6z M12,8c-0.276123,0-0.5-0.223877-0.5-0.5S11.723877,7,12,7c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C12.5,7.776123,12.276123,8,12,8z\"/></svg></li><li title=\"border vertical \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M4,6.5C3.1715698,6.5,2.5,7.1715698,2.5,8S3.1715698,9.5,4,9.5C4.828064,9.4990845,5.4990845,8.828064,5.5,8C5.5,7.1715698,4.8284302,6.5,4,6.5z M4,8.5C3.723877,8.5,3.5,8.276123,3.5,8S3.723877,7.5,4,7.5C4.2759399,7.5005493,4.4994507,7.7240601,4.5,8C4.5,8.276123,4.276123,8.5,4,8.5z M4,10.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C5.5,11.1715698,4.8284302,10.5,4,10.5z M4,12.5c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C4.5,12.276123,4.276123,12.5,4,12.5z M20,5.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5c0-0.8284302-0.6715698-1.5-1.5-1.5S18.5,3.1715698,18.5,4S19.1715698,5.5,20,5.5z M20,3.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5c0,0.276123-0.223877,0.5-0.5,0.5S19.5,4.276123,19.5,4S19.723877,3.5,20,3.5z M4,18.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C5.5,19.1715698,4.8284302,18.5,4,18.5z M4,20.5c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C4.5,20.276123,4.276123,20.5,4,20.5z M4,14.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C5.5,15.1715698,4.8284302,14.5,4,14.5z M4,16.5c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C4.5,16.276123,4.276123,16.5,4,16.5z M16,10.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C17.5,11.1715698,16.8284302,10.5,16,10.5z M16,12.5c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C16.5,12.276123,16.276123,12.5,16,12.5z M20,18.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C21.5,19.1715698,20.8284302,18.5,20,18.5z M20,20.5c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C20.5,20.276123,20.276123,20.5,20,20.5z M20,14.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C21.5,15.1715698,20.8284302,14.5,20,14.5z M20,16.5c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C20.5,16.276123,20.276123,16.5,20,16.5z M16,2.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C17.5,3.1715698,16.8284302,2.5,16,2.5z M16,4.5c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C16.5,4.276123,16.276123,4.5,16,4.5z M20,6.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C21.5,7.1715698,20.8284302,6.5,20,6.5z M20,8.5c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C20.5,8.276123,20.276123,8.5,20,8.5z M20,10.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C21.5,11.1715698,20.8284302,10.5,20,10.5z M20,12.5c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C20.5,12.276123,20.276123,12.5,20,12.5z M8,2.5C7.1715698,2.5,6.5,3.1715698,6.5,4S7.1715698,5.5,8,5.5C8.828064,5.4990845,9.4990845,4.828064,9.5,4C9.5,3.1715698,8.8284302,2.5,8,2.5z M8,4.5C7.723877,4.5,7.5,4.276123,7.5,4S7.723877,3.5,8,3.5C8.2759399,3.5005493,8.4994507,3.7240601,8.5,4C8.5,4.276123,8.276123,4.5,8,4.5z M8,10.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C9.5,11.1715698,8.8284302,10.5,8,10.5z M8,12.5c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C8.5,12.276123,8.276123,12.5,8,12.5z M8,18.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C9.5,19.1715698,8.8284302,18.5,8,18.5z M8,20.5c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C8.5,20.276123,8.276123,20.5,8,20.5z M4,2.5C3.1715698,2.5,2.5,3.1715698,2.5,4S3.1715698,5.5,4,5.5C4.828064,5.4990845,5.4990845,4.828064,5.5,4C5.5,3.1715698,4.8284302,2.5,4,2.5z M4,4.5C3.723877,4.5,3.5,4.276123,3.5,4S3.723877,3.5,4,3.5C4.2759399,3.5005493,4.4994507,3.7240601,4.5,4C4.5,4.276123,4.276123,4.5,4,4.5z M12,2.5c-0.276123,0-0.5,0.223877-0.5,0.5v18.0005493C11.5001831,21.2765503,11.723999,21.5001831,12,21.5h0.0006104C12.2765503,21.4998169,12.5001831,21.276001,12.5,21V3C12.5,2.723877,12.276123,2.5,12,2.5z M16,18.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C17.5,19.1715698,16.8284302,18.5,16,18.5z M16,20.5c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C16.5,20.276123,16.276123,20.5,16,20.5z\"/></svg></li><li title=\"calender \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M19.5,4h-3V2.5C16.5,2.223877,16.276123,2,16,2s-0.5,0.223877-0.5,0.5V4h-7V2.5C8.5,2.223877,8.276123,2,8,2S7.5,2.223877,7.5,2.5V4H4.4995117c-1.380127,0.0014648-2.4985352,1.119873-2.5,2.5v13c0.0014648,1.380127,1.119873,2.4985352,2.5,2.5H19.5c1.380188-0.0012817,2.4987183-1.119812,2.5-2.5v-13C21.9987183,5.119812,20.880188,4.0012817,19.5,4z M21,19.5c-0.0009155,0.828064-0.671936,1.4990845-1.5,1.5H4.4995117c-0.828064-0.0009155-1.4990845-0.671936-1.5-1.5V11H21V19.5z M21,10H2.9995117V6.5c0.0009155-0.828064,0.671936-1.4990845,1.5-1.5H7.5v1.5c0,0.0001831,0,0.0003662,0,0.0006104C7.5001831,6.7765503,7.723999,7.0001831,8,7c0.0001831,0,0.0003662,0,0.0006104,0C8.2765503,6.9998169,8.5001831,6.776001,8.5,6.5V5h7v1.5c0,0.0001831,0,0.0003662,0,0.0006104C15.5001831,6.7765503,15.723999,7.0001831,16,7c0.0001831,0,0.0003662,0,0.0006104,0C16.2765503,6.9998169,16.5001831,6.776001,16.5,6.5V5h3c0.828064,0.0009155,1.4990845,0.671936,1.5,1.5V10z\"/></svg></li><li title=\"chart growth \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21.5,21H20V4.5C20,4.223877,19.776123,4,19.5,4S19,4.223877,19,4.5V21h-3V8.5C16,8.223877,15.776123,8,15.5,8S15,8.223877,15,8.5V21h-3v-8.5c0-0.276123-0.223877-0.5-0.5-0.5S11,12.223877,11,12.5V21H8v-4.5C8,16.223877,7.776123,16,7.5,16S7,16.223877,7,16.5V21H3V2.5C3,2.223877,2.776123,2,2.5,2S2,2.223877,2,2.5v19.0005493C2.0001831,21.7765503,2.223999,22.0001831,2.5,22h19c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,21,21.5,21z\"/></svg></li><li title=\"chart pie \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M12,2C6.4863281,2,2,6.4863281,2,12s4.4863281,10,10,10s10-4.4863281,10-10S17.5136719,2,12,2z M12.5,3.0302734c4.5604248,0.2518311,8.2147827,3.9227295,8.4597168,8.4853516H12.5V3.0302734z M12,21c-4.9628906,0-9-4.0371094-9-9c0-4.7941284,3.7702026-8.7128906,8.5-8.9746704V12c0,0.0878906,0.0234375,0.1738281,0.0673828,0.25l4.4877319,7.7738647C14.8347778,20.6431274,13.4596558,21,12,21z M16.9169922,19.5175781l-4.0421143-7.0019531h8.0758057C20.7855225,15.3491821,19.2931519,17.9616699,16.9169922,19.5175781z\"/></svg></li><li title=\"check circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M15.8085327,8.6464844l-5.6464233,5.6464844l-2.4707031-2.4697266c-0.0023804-0.0023804-0.0047607-0.0047607-0.0072021-0.0071411c-0.1972046-0.1932373-0.5137329-0.1900635-0.7069702,0.0071411c-0.1932983,0.1972656-0.1900635,0.5137939,0.0071411,0.7070312l2.8242188,2.8232422C9.9022217,15.4474487,10.02948,15.5001831,10.1621094,15.5c0.1326294,0.0001221,0.2598267-0.0525513,0.3534546-0.1464844l6-6c0.0023804-0.0023804,0.0047607-0.0046997,0.0071411-0.0071411c0.1932373-0.1972046,0.1900635-0.5137329-0.0071411-0.7069702C16.3183594,8.446106,16.0018311,8.4493408,15.8085327,8.6464844z M12,2C6.4771729,2,2,6.4771729,2,12s4.4771729,10,10,10c5.5201416-0.0064697,9.9935303-4.4798584,10-10C22,6.4771729,17.5228271,2,12,2z M12,21c-4.9705811,0-9-4.0294189-9-9s4.0294189-9,9-9c4.9683228,0.0054321,8.9945679,4.0316772,9,9C21,16.9705811,16.9705811,21,12,21z\"/></svg></li><li title=\"check square \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M9.8466797,15.7539062c0.09375,0.093811,0.2208862,0.1464844,0.3535156,0.1464844c0.1325684,0,0.2597046-0.0526733,0.3534546-0.1464844l6.7998047-6.8007812c0.1904907-0.194397,0.1904907-0.5054932,0-0.6998901c-0.1932983-0.1972046-0.5098267-0.2003784-0.7070312-0.0071411l-6.4462891,6.4472656l-2.8466797-2.8466797c-0.1943359-0.1904907-0.5054321-0.1904907-0.6998291,0c-0.1972046,0.1932983-0.2003784,0.5098267-0.0071411,0.7070312L9.8466797,15.7539062z M21.5,2h-19C2.4998169,2,2.4996338,2,2.4993896,2C2.2234497,2.0001831,1.9998169,2.223999,2,2.5v19c0,0.0001831,0,0.0003662,0,0.0005493C2.0001831,21.7765503,2.223999,22.0001831,2.5,22h19c0.0001831,0,0.0003662,0,0.0006104,0C21.7765503,21.9998169,22.0001831,21.776001,22,21.5v-19c0-0.0001831,0-0.0003662,0-0.0006104C21.9998169,2.2234497,21.776001,1.9998169,21.5,2z M21,21H3V3h18V21z\"/></svg></li><li title=\"check \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M18.3534546,7.5735474c-0.1932983-0.1972046-0.5098267-0.2003784-0.7070312-0.0070801l-7.8066406,7.8066406l-3.4863281-3.4863281c-0.194397-0.1905518-0.5054321-0.1905518-0.6998291,0c-0.1972046,0.1932373-0.2003784,0.5097656-0.0071411,0.7069702l3.8398438,3.8398438c0.0936279,0.0939331,0.2208862,0.1466675,0.3535156,0.1464844c0.1326294,0.0001221,0.2598267-0.0526123,0.3534546-0.1464844l8.1601562-8.1601562C18.5440063,8.0790405,18.5440063,7.7679443,18.3534546,7.5735474z\"/></svg></li><li title=\"circle layer \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M15.9785767,2.0682373C12.24823,1.5435181,8.7999268,4.0674438,8.1304321,7.7398682c-1.68573,0.9235229-2.8842773,2.6325073-3.0863037,4.6583252C3.2549438,13.159668,2,14.9328613,2,17c0,2.7614136,2.2385864,5,5,5c2.0722656-0.0024414,3.848938-1.2640991,4.6074219-3.0608521c2.0092163-0.2043457,3.7090454-1.3869629,4.6349487-3.0748291c2.9605713-0.5343018,5.2675171-2.8942871,5.6894531-5.8937378C22.4700317,6.1444702,19.8046875,2.6065063,15.9785767,2.0682373z M7,21c-2.2091675,0-4-1.7908325-4-4s1.7908325-4,4-4c2.208252,0.0021973,3.9978027,1.791748,4,4C11,19.2091675,9.2091675,21,7,21z M11.9072266,17.9111328C11.9622192,17.6148682,11.9996338,17.3121338,12,17c0-2.7614136-2.2385864-5-5-5c-0.3123779,0-0.6153564,0.0371094-0.9118652,0.0919189c0.3754272-2.0386353,1.97052-3.6339111,4.0092163-4.0092773c2.7141113-0.4998169,5.319397,1.2952271,5.8192139,4.0092773C16.4163208,14.8060303,14.6212769,17.411377,11.9072266,17.9111328z M16.7275391,14.7392578c0,0-0.0119629,0.0183716-0.0203247,0.03125c0.1520996-0.4888306,0.2658691-0.9943237,0.2877808-1.5282593c0.1356812-3.309082-2.4368896-6.1016235-5.7459717-6.2372437c-0.6914673-0.0283813-1.3578491,0.0675659-1.9846802,0.2577515c0.581604-1.925293,2.0890503-3.4313354,4.0157471-4.0096436c3.171814-0.9520264,6.5148315,0.8475342,7.4667969,4.0193481S19.899353,13.7872925,16.7275391,14.7392578z\"/></svg></li><li title=\"circuit \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M10,12.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C11.5,13.1715698,10.8284302,12.5,10,12.5z M10,14.5c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C10.5,14.276123,10.276123,14.5,10,14.5z M10,8.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C11.5,9.1715698,10.8284302,8.5,10,8.5z M10,10.5c-0.276123,0-0.5-0.223877-0.5-0.5S9.723877,9.5,10,9.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C10.5,10.276123,10.276123,10.5,10,10.5z M21.5,12.5c0.276123,0,0.5-0.223877,0.5-0.5s-0.223877-0.5-0.5-0.5H19v-3h2.5C21.776123,8.5,22,8.276123,22,8s-0.223877-0.5-0.5-0.5H19c-0.0012817-1.380188-1.119812-2.4987183-2.5-2.5V2.5C16.5,2.223877,16.276123,2,16,2s-0.5,0.223877-0.5,0.5V5h-3V2.5C12.5,2.223877,12.276123,2,12,2s-0.5,0.223877-0.5,0.5V5h-3V2.5C8.5,2.223877,8.276123,2,8,2S7.5,2.223877,7.5,2.5V5C6.119812,5.0012817,5.0012817,6.119812,5,7.5H2.5C2.223877,7.5,2,7.723877,2,8s0.223877,0.5,0.5,0.5H5v3H2.5C2.223877,11.5,2,11.723877,2,12s0.223877,0.5,0.5,0.5H5v3H2.5C2.223877,15.5,2,15.723877,2,16s0.223877,0.5,0.5,0.5H5c0.0012817,1.380188,1.119812,2.4987183,2.5,2.5v2.5005493C7.5001831,21.7765503,7.723999,22.0001831,8,22h0.0006104C8.2765503,21.9998169,8.5001831,21.776001,8.5,21.5V19h3v2.5005493C11.5001831,21.7765503,11.723999,22.0001831,12,22h0.0006104c0.2759399-0.0001831,0.4995728-0.223999,0.4993896-0.5V19h3v2.5005493C15.5001831,21.7765503,15.723999,22.0001831,16,22h0.0006104c0.2759399-0.0001831,0.4995728-0.223999,0.4993896-0.5V19c1.380188-0.0012817,2.4987183-1.119812,2.5-2.5h2.5c0.276123,0,0.5-0.223877,0.5-0.5s-0.223877-0.5-0.5-0.5H19v-3H21.5z M18,16.5c-0.0009155,0.828064-0.671936,1.4990845-1.5,1.5h-9c-0.828064-0.0009155-1.4990845-0.671936-1.5-1.5v-9C6.0009155,6.671936,6.671936,6.0009155,7.5,6h9c0.828064,0.0009155,1.4990845,0.671936,1.5,1.5V16.5z M14,8.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C15.5,9.1715698,14.8284302,8.5,14,8.5z M14,10.5c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C14.5,10.276123,14.276123,10.5,14,10.5z M14,12.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C15.5,13.1715698,14.8284302,12.5,14,12.5z M14,14.5c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C14.5,14.276123,14.276123,14.5,14,14.5z\"/></svg></li><li title=\"clinic medical \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M11.5,12v1.5H10c-0.3,0-0.5,0.2-0.5,0.5s0.2,0.5,0.5,0.5h1.5V16c0,0.3,0.2,0.5,0.5,0.5h0c0.3,0,0.5-0.2,0.5-0.5v-1.5H14c0.3,0,0.5-0.2,0.5-0.5s-0.2-0.5-0.5-0.5h-1.5V12c0-0.3-0.2-0.5-0.5-0.5S11.5,11.7,11.5,12z M21.8,10.6l-9.5-8.4c-0.2-0.2-0.5-0.2-0.7,0l-9.5,8.4c-0.2,0.2-0.2,0.5,0,0.7c0.2,0.2,0.5,0.2,0.7,0l1.2-1v11.2C4,21.8,4.2,22,4.5,22h15c0.3,0,0.5-0.2,0.5-0.5V10.3l1.2,1c0.1,0.1,0.2,0.1,0.3,0.1v0c0.1,0,0.3-0.1,0.4-0.2C22.1,11.1,22,10.7,21.8,10.6z M19,21H5V9.4l7-6.2l7,6.2V21z\"/></svg></li><li title=\"clock eight \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M11.999939,6.5c-0.276123,0-0.5,0.223877-0.5,0.5v4.6914062l-2.7059937,1.3623047c-0.168457,0.0848999-0.2747803,0.2573853-0.2749634,0.4460449C8.5187988,13.7758789,8.7424927,13.9998169,9.0185547,14c0.078064,0.0003662,0.1550903-0.0180664,0.2245483-0.0537109l2.9814453-1.5C12.3933105,12.3615112,12.4998169,12.1888428,12.499939,12V7C12.499939,6.723877,12.276123,6.5,11.999939,6.5z M12,2C6.4771729,2,2,6.4771729,2,12s4.4771729,10,10,10c5.5201416-0.0064697,9.9935303-4.4798584,10-10C22,6.4771729,17.5228271,2,12,2z M12,21c-4.9705811,0-9-4.0294189-9-9s4.0294189-9,9-9c4.9683228,0.0054321,8.9945679,4.0316772,9,9C21,16.9705811,16.9705811,21,12,21z\"/></svg></li><li title=\"clock five \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M12.5,11.8740234V7c0-0.276123-0.223877-0.5-0.5-0.5S11.5,6.723877,11.5,7v5c0.0001221,0.0824585,0.0206299,0.1636353,0.0595703,0.2363281l1.5,2.7988281c0.0869751,0.1623535,0.2562256,0.2637329,0.4404297,0.2636719c0.0825195,0.0003052,0.1638184-0.0202026,0.2363281-0.0595703c0.0002441-0.0001221,0.0004272-0.0002441,0.0006714-0.0003662c0.2429199-0.1306152,0.3340454-0.4334717,0.2034302-0.6763916L12.5,11.8740234z M12,2C6.4771729,2,2,6.4771729,2,12s4.4771729,10,10,10c5.5201416-0.0064697,9.9935303-4.4798584,10-10C22,6.4771729,17.5228271,2,12,2z M12,21c-4.9705811,0-9-4.0294189-9-9s4.0294189-9,9-9c4.9683228,0.0054321,8.9945679,4.0316772,9,9C21,16.9705811,16.9705811,21,12,21z\"/></svg></li><li title=\"clock nine \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M12,6c-0.276123,0-0.5,0.223877-0.5,0.5v5h-3C8.223877,11.5,8,11.723877,8,12s0.223877,0.5,0.5,0.5H12c0.0001831,0,0.0003662,0,0.0006104,0C12.2765503,12.4998169,12.5001831,12.276001,12.5,12V6.5C12.5,6.223877,12.276123,6,12,6z M12,2C6.4771729,2,2,6.4771729,2,12s4.4771729,10,10,10c5.5201416-0.0064697,9.9935303-4.4798584,10-10C22,6.4771729,17.5228271,2,12,2z M12,21c-4.9705811,0-9-4.0294189-9-9s4.0294189-9,9-9c4.9683228,0.0054321,8.9945679,4.0316772,9,9C21,16.9705811,16.9705811,21,12,21z\"/></svg></li><li title=\"clock seven \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M12,6.5c-0.276123,0-0.5,0.223877-0.5,0.5v4.8740234L10.0595703,14.5625c-0.0001221,0.0002441-0.0002441,0.0004272-0.0003662,0.0006714c-0.130249,0.2431641-0.0386963,0.5458374,0.2044678,0.6760864c0.0725098,0.0394287,0.1538086,0.0598755,0.2363281,0.0595703c0.1842041,0.000061,0.3534546-0.1013184,0.4404297-0.2636719l1.5-2.7988281C12.4793701,12.1636353,12.4998779,12.0824585,12.5,12V7C12.5,6.723877,12.276123,6.5,12,6.5z M12,2C6.4771729,2,2,6.4771729,2,12s4.4771729,10,10,10c5.5201416-0.0064697,9.9935303-4.4798584,10-10C22,6.4771729,17.5228271,2,12,2z M12,21c-4.9705811,0-9-4.0294189-9-9s4.0294189-9,9-9c4.9683228,0.0054321,8.9945679,4.0316772,9,9C21,16.9705811,16.9705811,21,12,21z\"/></svg></li><li title=\"clock ten \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M12,6.5c-0.276123,0-0.5,0.223877-0.5,0.5v4.1337891l-1.8476562-1.0664062C9.4133911,9.9293213,9.1077881,10.0110474,8.9697266,10.25s-0.0563354,0.5445557,0.1826172,0.6826172l2.5976562,1.5C11.8259277,12.4767456,11.9121704,12.5,12,12.5c0.2759399-0.0004883,0.4995117-0.2240601,0.5-0.5V7C12.5,6.723877,12.276123,6.5,12,6.5z M12,2C6.4771729,2,2,6.4771729,2,12s4.4771729,10,10,10c5.5201416-0.0064697,9.9935303-4.4798584,10-10C22,6.4771729,17.5228271,2,12,2z M12,21c-4.9705811,0-9-4.0294189-9-9s4.0294189-9,9-9c4.9683228,0.0054321,8.9945679,4.0316772,9,9C21,16.9705811,16.9705811,21,12,21z\"/></svg></li><li title=\"clock three \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M15.5,11.5h-3v-5C12.5,6.223877,12.276123,6,12,6s-0.5,0.223877-0.5,0.5V12c0,0.0001831,0,0.0003662,0,0.0005493C11.5001831,12.2765503,11.723999,12.5001831,12,12.5h3.5c0.276123,0,0.5-0.223877,0.5-0.5S15.776123,11.5,15.5,11.5z M12,2C6.4771729,2,2,6.4771729,2,12s4.4771729,10,10,10c5.5201416-0.0064697,9.9935303-4.4798584,10-10C22,6.4771729,17.5228271,2,12,2z M12,21c-4.9705811,0-9-4.0294189-9-9s4.0294189-9,9-9c4.9683228,0.0054321,8.9945679,4.0316772,9,9C21,16.9705811,16.9705811,21,12,21z\"/></svg></li><li title=\"clock two \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M14.3476562,10.0673828L12.5,11.1337891V7c0-0.276123-0.223877-0.5-0.5-0.5S11.5,6.723877,11.5,7v5c0.0004883,0.2759399,0.2240601,0.4995117,0.5,0.5c0.0878296,0,0.1740723-0.0232544,0.25-0.0673828l2.5976562-1.5c0.2389526-0.1380615,0.3206787-0.4436646,0.1826172-0.6826172S14.5866089,9.9293213,14.3476562,10.0673828z M12,2C6.4771729,2,2,6.4771729,2,12s4.4771729,10,10,10c5.5201416-0.0064697,9.9935303-4.4798584,10-10C22,6.4771729,17.5228271,2,12,2z M12,21c-4.9705811,0-9-4.0294189-9-9s4.0294189-9,9-9c4.9683228,0.0054321,8.9945679,4.0316772,9,9C21,16.9705811,16.9705811,21,12,21z\"/></svg></li><li title=\"clock \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M14.8476562,13.0673828L12.5,11.7109375V7c0-0.276123-0.223877-0.5-0.5-0.5S11.5,6.723877,11.5,7v5c0.000061,0.1785278,0.0953369,0.3434448,0.25,0.4326172l2.5976562,1.5c0.0759277,0.0441895,0.1621704,0.0674438,0.25,0.0673828c0.1783447-0.0001221,0.3430786-0.0952148,0.432373-0.2495728C15.1682739,13.5114746,15.0866699,13.2056274,14.8476562,13.0673828z M12,2C6.4771729,2,2,6.4771729,2,12s4.4771729,10,10,10c5.5201416-0.0064697,9.9935303-4.4798584,10-10C22,6.4771729,17.5228271,2,12,2z M12,21c-4.9705811,0-9-4.0294189-9-9s4.0294189-9,9-9c4.9683228,0.0054321,8.9945679,4.0316772,9,9C21,16.9705811,16.9705811,21,12,21z\"/></svg></li><li title=\"columns \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21.5,2h-19C2.4998169,2,2.4996338,2,2.4993896,2C2.2234497,2.0001831,1.9998169,2.223999,2,2.5v19c0,0.0001831,0,0.0003662,0,0.0005493C2.0001831,21.7765503,2.223999,22.0001831,2.5,22h19c0.0001831,0,0.0003662,0,0.0006104,0C21.7765503,21.9998169,22.0001831,21.776001,22,21.5v-19c0-0.0001831,0-0.0003662,0-0.0006104C21.9998169,2.2234497,21.776001,1.9998169,21.5,2z M11.5,21H3V3h8.5V21z M21,21h-8.5V3H21V21z\"/></svg></li><li title=\"comment dots \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M12,11.25c-0.4141846,0-0.75,0.3358154-0.75,0.75s0.3358154,0.75,0.75,0.75s0.75-0.3358154,0.75-0.75S12.4141846,11.25,12,11.25z M9,11.25c-0.4141846,0-0.75,0.3358154-0.75,0.75S8.5858154,12.75,9,12.75S9.75,12.4141846,9.75,12S9.4141846,11.25,9,11.25z M15,11.25c-0.4141846,0-0.75,0.3358154-0.75,0.75s0.3358154,0.75,0.75,0.75s0.75-0.3358154,0.75-0.75S15.4141846,11.25,15,11.25z M19.4152832,5.2902832c-3.7055054-4.09552-10.02948-4.4117432-14.125-0.7062988c-4.09552,3.7055054-4.4117432,10.02948-0.7062988,14.125l-2.4375,2.4375c-0.09375,0.09375-0.1464233,0.2208862-0.1464233,0.3534546C2,21.776062,2.223877,21.999939,2.5,22H12c2.4794312-0.000061,4.8704224-0.9212646,6.7089844-2.5847168C22.8045654,15.7097778,23.1207275,9.3858032,19.4152832,5.2902832z M12,21H3.7069702l1.928772-1.9287109c0.000061-0.000061,0.0001221-0.0001221,0.0001221-0.0001831c0.1951904-0.1952515,0.1951294-0.5117188-0.0001221-0.7068481C3.9483643,16.6768799,3.0002441,14.3883667,3,12.0020142c-0.0005493-4.9700317,4.0279541-8.9994507,8.9979858-9c4.9699707-0.0005493,8.9994507,4.0279541,9,8.9979858C20.9985352,16.9699707,16.9700317,20.9994507,12,21z\"/></svg></li><li title=\"compress \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M7.5,16h-5C2.223877,16,2,16.223877,2,16.5S2.223877,17,2.5,17H7v4.5005493C7.0001831,21.7765503,7.223999,22.0001831,7.5,22h0.0006104C7.7765503,21.9998169,8.0001831,21.776001,8,21.5v-5.0006104C7.9998169,16.2234497,7.776001,15.9998169,7.5,16z M16.5,8h5C21.776123,8,22,7.776123,22,7.5S21.776123,7,21.5,7H17V2.5C17,2.223877,16.776123,2,16.5,2S16,2.223877,16,2.5v5.0006104C16.0001831,7.7765503,16.223999,8.0001831,16.5,8z M7.5,2C7.223877,2,7,2.223877,7,2.5V7H2.5C2.223877,7,2,7.223877,2,7.5S2.223877,8,2.5,8h5.0006104C7.7765503,7.9998169,8.0001831,7.776001,8,7.5v-5C8,2.223877,7.776123,2,7.5,2z M21.5,16h-5.0005493C16.2234497,16.0001831,15.9998169,16.223999,16,16.5v5.0005493C16.0001831,21.7765503,16.223999,22.0001831,16.5,22h0.0006104C16.7765503,21.9998169,17.0001831,21.776001,17,21.5V17h4.5c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,16,21.5,16z\"/></svg></li><li title=\"corner down left \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M18.5,3C18.223877,3,18,3.223877,18,3.5v10c-0.0012817,1.380188-1.119812,2.4987183-2.5,2.5H6.7069702l3.6464844-3.6464844c0.1871338-0.1937866,0.1871338-0.5009155,0-0.6947021c-0.1918335-0.1986084-0.5083618-0.2041016-0.7069702-0.0122681l-4.4996338,4.4996338c-0.0462646,0.0461426-0.0828857,0.1014404-0.1082764,0.1627808c-0.0248413,0.0601196-0.0375366,0.1239014-0.0379639,0.1879272C5.0006104,16.4979858,5,16.4989014,5,16.5v0.000061c0,0.0651245,0.0132446,0.1300049,0.0385742,0.1911011s0.0618286,0.116333,0.1079102,0.1623535l4.5,4.5C9.7401123,21.4474487,9.8673706,21.5001831,10,21.5c0.1325684,0,0.2597046-0.0526733,0.3533936-0.1464233c0.1953125-0.1952515,0.1953125-0.5118408,0.0001221-0.7070923L6.7069702,17H15.5c1.9320068-0.0023193,3.4976807-1.5679932,3.5-3.5v-10C19,3.223877,18.776123,3,18.5,3z\"/></svg></li><li title=\"corner down right \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M18.9614258,16.3088379c-0.0253906-0.0612793-0.0621338-0.1166382-0.1083984-0.1627808l-4.4995117-4.4995117c-0.1937866-0.1871338-0.5009155-0.1871338-0.6947021,0c-0.1986084,0.1918335-0.2041626,0.5083618-0.0123291,0.7069702L17.2930298,16H8.5c-1.380188-0.0012817-2.4987183-1.119812-2.5-2.5v-10C6,3.223877,5.776123,3,5.5,3S5,3.223877,5,3.5v10c0.0023193,1.9320068,1.5679932,3.4976807,3.5,3.5h8.7930298l-3.6465454,3.6464844c-0.09375,0.09375-0.1464233,0.2208862-0.1464233,0.3534546C13.5,21.276062,13.723877,21.499939,14,21.5c0.1326294,0.0001221,0.2598267-0.0525513,0.3535156-0.1464844l4.4998779-4.4998779c0.0461426-0.0461426,0.0827026-0.1013184,0.1080322-0.1625977c0.0250244-0.0606079,0.0380859-0.1248779,0.038269-0.1894531C18.9996948,16.5010376,19,16.5005493,19,16.5C19,16.4348755,18.9867554,16.3699341,18.9614258,16.3088379z\"/></svg></li><li title=\"corner left down \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M20.5,5h-9.1113281C8.9660034,5.0027466,7.0027466,6.9660034,7,9.3886719v8.9042969l-4.1465454-4.1464233c-0.1937256-0.1871338-0.5009155-0.1871338-0.6947021,0c-0.1986084,0.1918335-0.2041016,0.5083618-0.0122681,0.7069702l4.9995728,4.9995728c0.0458984,0.0459595,0.1005859,0.0828247,0.161377,0.1082153C7.3678589,19.9865112,7.4332275,20.0001221,7.5,20h0.0006104c0.0106201,0,0.0195312-0.0053711,0.0299683-0.0060425c0.0558472-0.003479,0.1112671-0.0115356,0.1621704-0.0328369c0.0610352-0.0255127,0.1159058-0.062561,0.1618652-0.1087646l4.9988403-4.9988403c0.1871338-0.1937866,0.1871338-0.5009766,0-0.6947021c-0.1918335-0.1986084-0.5083618-0.2041626-0.7069702-0.0123291L8,18.2929688V9.3886719C8.0023804,7.5181274,9.5181274,6.0023804,11.3886719,6H20.5C20.776123,6,21,5.776123,21,5.5S20.776123,5,20.5,5z\"/></svg></li><li title=\"corner right down \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21.8534546,14.1587524c-0.1918335-0.1986084-0.5083618-0.2041016-0.7069702-0.0122681L17,18.2929688V9.3886719C16.9972534,6.9660034,15.0339966,5.0027466,12.6113281,5H3.5C3.223877,5,3,5.223877,3,5.5S3.223877,6,3.5,6h9.1113281C14.4818726,6.0023804,15.9976196,7.5181274,16,9.3886719v8.9042969l-4.1465454-4.1464233c-0.1937256-0.1871338-0.5009155-0.1871338-0.6947021,0c-0.1986084,0.1918335-0.2041016,0.5083618-0.0122681,0.7069702l4.9995728,4.9995728c0.0458984,0.0459595,0.1005859,0.0828247,0.161377,0.1082153C16.3678589,19.9865112,16.4332275,20.0001221,16.5,20c0.0001831,0,0.0003662,0,0.0006104,0c0.0106201,0,0.0195312-0.0053711,0.0299683-0.0060425c0.0558472-0.003479,0.1112671-0.0115356,0.1621704-0.0328369c0.0610352-0.0255127,0.1159058-0.062561,0.1618652-0.1087646l4.9988403-4.9988403C22.0406494,14.659729,22.0406494,14.3525391,21.8534546,14.1587524z\"/></svg></li><li title=\"corner up left \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M15.1113281,7.5H5.7089844l4.6464844-4.6464844c0.1905518-0.194397,0.1905518-0.5054321,0-0.6998291c-0.1932373-0.1972046-0.5097656-0.2004395-0.7069702-0.0071411l-5.5,5.5c-0.000061,0-0.0001221,0.000061-0.0001831,0.0001221C3.953186,7.8419189,3.9532471,8.1583862,4.1484985,8.3535156l5.5,5.5C9.7421265,13.9474487,9.8693848,14.0001831,10.0020142,14c0.1325684,0,0.2596436-0.0526733,0.3533936-0.1464233c0.1953125-0.1952515,0.1953125-0.5118408,0.000061-0.7070923L5.7089844,8.5h9.4023438C16.9818726,8.5023804,18.4976196,10.0181274,18.5,11.8886719v9.6118774C18.5001831,21.7765503,18.723999,22.0001831,19,22h0.0006104c0.2759399-0.0001831,0.4995728-0.223999,0.4993896-0.5v-9.6113281C19.4972534,9.4660034,17.5339966,7.5027466,15.1113281,7.5z\"/></svg></li><li title=\"corner up right \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M19.8515015,7.6465454l-5.5-5.5c-0.1943359-0.1905518-0.5054321-0.1905518-0.6998291,0c-0.1972046,0.1932373-0.2003784,0.5097656-0.0071411,0.7069702L18.2910156,7.5H8.8886719C6.4660034,7.5027466,4.5027466,9.4660034,4.5,11.8886719V21.5c0,0.0001831,0,0.0003662,0,0.0005493C4.5001831,21.7765503,4.723999,22.0001831,5,22c0.0001831,0,0.0003662,0,0.0006104,0C5.2765503,21.9998169,5.5001831,21.776001,5.5,21.5v-9.6113281C5.5023804,10.0181274,7.0181274,8.5023804,8.8886719,8.5h9.4023438l-4.6464844,4.6464844c-0.09375,0.09375-0.1464233,0.2208862-0.1464233,0.3534546c0,0.276123,0.2238159,0.5,0.499939,0.500061c0.1326294,0.0001221,0.2598267-0.0525513,0.3534546-0.1464844l5.5-5.5c0.000061-0.000061,0.0001221-0.0001221,0.0001831-0.0001831C20.046814,8.1581421,20.0467529,7.8416748,19.8515015,7.6465454z\"/></svg></li><li title=\"covid 19 \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M8.7,4.7c0.9-0.4,1.8-0.6,2.8-0.7v2.5C11.5,6.8,11.7,7,12,7h0c0.3,0,0.5-0.2,0.5-0.5V4c1.8,0.1,3.5,0.8,4.8,2L17,6.3c-0.1,0.1-0.1,0.2-0.1,0.4c0,0.3,0.2,0.5,0.5,0.5c0.1,0,0.3-0.1,0.4-0.1L18,6.7c1.1,1.3,1.9,3,2,4.8h-2.5c-0.3,0-0.5,0.2-0.5,0.5c0,0.3,0.2,0.5,0.5,0.5H20c-0.1,1-0.3,1.9-0.7,2.8c0,0,0,0,0,0c-0.1,0.3,0,0.5,0.2,0.7c0.1,0,0.1,0,0.2,0c0.2,0,0.4-0.1,0.5-0.3c0.5-1,0.7-2.1,0.8-3.2h1.5c0.3,0,0.5-0.2,0.5-0.5c0-0.3-0.2-0.5-0.5-0.5H21c-0.1-2.1-1-4-2.3-5.5l1-1c0,0,0,0,0,0c0.2-0.2,0.2-0.5,0-0.7c-0.2-0.2-0.5-0.2-0.7,0l-1,1C16.5,4,14.6,3.1,12.5,3V1.5C12.5,1.2,12.3,1,12,1s-0.5,0.2-0.5,0.5V3c-1.1,0.1-2.2,0.3-3.2,0.8C8,3.9,7.9,4.2,8,4.5C8.2,4.7,8.5,4.8,8.7,4.7z M9,13.5c-0.8,0-1.5,0.7-1.5,1.5s0.7,1.5,1.5,1.5c0.8,0,1.5-0.7,1.5-1.5C10.5,14.2,9.8,13.5,9,13.5z M9,15.5c-0.3,0-0.5-0.2-0.5-0.5c0-0.3,0.2-0.5,0.5-0.5c0.3,0,0.5,0.2,0.5,0.5C9.5,15.3,9.3,15.5,9,15.5z M1.9,1.1C1.7,1,1.3,1,1.2,1.1C1,1.3,1,1.7,1.1,1.9L5.3,6C3.9,7.5,3.1,9.5,3,11.5H1.5C1.2,11.5,1,11.7,1,12c0,0.3,0.2,0.5,0.5,0.5H3c0.1,2.1,1,4,2.3,5.5l-1,1c-0.1,0.1-0.1,0.2-0.1,0.4c0,0.3,0.2,0.5,0.5,0.5c0.1,0,0.3-0.1,0.4-0.1l1-1c1.5,1.3,3.4,2.2,5.5,2.3v1.5c0,0.3,0.2,0.5,0.5,0.5h0c0.3,0,0.5-0.2,0.5-0.5V21c2-0.1,4-0.9,5.5-2.3l4.2,4.2c0.1,0.1,0.2,0.1,0.4,0.1c0.1,0,0.3-0.1,0.4-0.1c0.2-0.2,0.2-0.5,0-0.7L1.9,1.1z M9,9.7l1.4,1.4c-0.2,0.3-0.5,0.5-0.8,0.5c-0.6,0-1-0.4-1-1C8.5,10.2,8.7,9.8,9,9.7z M12.5,20v-3.5c0-0.3-0.2-0.5-0.5-0.5s-0.5,0.2-0.5,0.5V20c-1.7-0.1-3.4-0.8-4.8-2L7,17.7c0,0,0,0,0,0c0.2-0.2,0.2-0.5,0-0.7c-0.2-0.2-0.5-0.2-0.7,0L6,17.3c-1.2-1.4-1.9-3.1-2-4.8h2.5C6.8,12.5,7,12.3,7,12c0-0.3-0.2-0.5-0.5-0.5H4c0.1-1.7,0.8-3.4,2-4.8L8.3,9c-0.5,0.4-0.8,0.9-0.8,1.5c0,1.1,0.9,2,2,2c0.6,0,1.2-0.3,1.5-0.8l6.2,6.2C15.9,19.2,14.2,19.9,12.5,20z M13.5,9c0,0.8,0.7,1.5,1.5,1.5c0.8,0,1.5-0.7,1.5-1.5c0-0.8-0.7-1.5-1.5-1.5S13.5,8.2,13.5,9z M15.5,9c0,0.3-0.2,0.5-0.5,0.5S14.5,9.3,14.5,9c0-0.3,0.2-0.5,0.5-0.5C15.3,8.5,15.5,8.7,15.5,9z\"/></svg></li><li title=\"create dashboard \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M10.5,13h-7C3.2,13,3,13.2,3,13.5v7C3,20.8,3.2,21,3.5,21h7c0.3,0,0.5-0.2,0.5-0.5v-7C11,13.2,10.8,13,10.5,13z M10,20H4v-6h6V20z M10.5,3h-7C3.2,3,3,3.2,3,3.5v7C3,10.8,3.2,11,3.5,11h7c0.3,0,0.5-0.2,0.5-0.5v-7C11,3.2,10.8,3,10.5,3z M10,10H4V4h6V10z M20.5,3h-7C13.2,3,13,3.2,13,3.5v7c0,0.3,0.2,0.5,0.5,0.5h7c0.3,0,0.5-0.2,0.5-0.5v-7C21,3.2,20.8,3,20.5,3z M20,10h-6V4h6V10z M20.5,16.5h-3v-3c0-0.3-0.2-0.5-0.5-0.5s-0.5,0.2-0.5,0.5v3h-3c-0.3,0-0.5,0.2-0.5,0.5s0.2,0.5,0.5,0.5h3v3c0,0.3,0.2,0.5,0.5,0.5h0c0.3,0,0.5-0.2,0.5-0.5v-3h3c0.3,0,0.5-0.2,0.5-0.5S20.8,16.5,20.5,16.5z\"/></svg></li><li title=\"desktop alt slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M7.8,4h10.7C19.3,4,20,4.7,20,5.5V12h-3.2c-0.3,0-0.5,0.2-0.5,0.5s0.2,0.5,0.5,0.5H20v1.5c0,0.4-0.1,0.7-0.3,1c-0.1,0.1-0.1,0.2-0.1,0.3c0,0.3,0.2,0.5,0.5,0.5c0.1,0,0.3-0.1,0.4-0.2c0.4-0.4,0.6-1,0.6-1.6v-9C21,4.1,19.9,3,18.5,3H7.8C7.5,3,7.3,3.2,7.3,3.5S7.5,4,7.8,4z M21.9,21.1l-5-5c0,0,0,0,0,0l-4-4c0,0,0,0,0,0L4.5,3.8c0,0-0.1-0.1-0.1-0.1c0,0-0.1,0-0.1,0L2.9,2.1C2.7,2,2.4,2,2.2,2.1C2,2.3,2,2.7,2.1,2.9l1.3,1.3C3.1,4.5,3,5,3,5.5v9C3,15.9,4.1,17,5.5,17H9v3H5.5C5.2,20,5,20.2,5,20.5S5.2,21,5.5,21h4h0h5h0h4c0.3,0,0.5-0.2,0.5-0.5S18.8,20,18.5,20H15v-3h1.3l4.9,4.9c0.1,0.1,0.2,0.1,0.4,0.1c0.1,0,0.3-0.1,0.4-0.1C22,21.7,22,21.3,21.9,21.1z M4,5.5c0-0.2,0.1-0.4,0.2-0.6l7.1,7.1H4V5.5z M14,20h-4v-3h4V20z M5.5,16C4.7,16,4,15.3,4,14.5V13h8.3l3,3H5.5z\"/></svg></li><li title=\"dialpad \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M7,10H2.9993896C2.7234497,10.0001831,2.4998169,10.223999,2.5,10.5v4.0005493C2.5001831,14.7765503,2.723999,15.0001831,3,15h4.0006104C7.2765503,14.9998169,7.5001831,14.776001,7.5,14.5v-4.0006104C7.4998169,10.2234497,7.276001,9.9998169,7,10z M6.5,14h-3v-3h3V14z M7,3H2.9993896C2.7234497,3.0001831,2.4998169,3.223999,2.5,3.5v4.0006104C2.5001831,7.7765503,2.723999,8.0001831,3,8h4.0006104C7.2765503,7.9998169,7.5001831,7.776001,7.5,7.5V3.4993896C7.4998169,3.2234497,7.276001,2.9998169,7,3z M6.5,7h-3V4h3V7z M14,3H9.9994507C9.7234497,3.0001831,9.4998169,3.223999,9.5,3.5v4.0006104C9.5001831,7.7765503,9.723999,8.0001831,10,8h4.0006104C14.2765503,7.9998169,14.5001831,7.776001,14.5,7.5V3.4993896C14.4998169,3.2234497,14.276001,2.9998169,14,3z M13.5,7h-3V4h3V7z M21,3h-4.0005493C16.7234497,3.0001831,16.4998169,3.223999,16.5,3.5v4.0006104C16.5001831,7.7765503,16.723999,8.0001831,17,8h4.0006104C21.2765503,7.9998169,21.5001831,7.776001,21.5,7.5V3.4993896C21.4998169,3.2234497,21.276001,2.9998169,21,3z M20.5,7h-3V4h3V7z M14,17H9.9994507C9.7234497,17.0001831,9.4998169,17.223999,9.5,17.5v4.0005493C9.5001831,21.7765503,9.723999,22.0001831,10,22h4.0006104c0.2759399-0.0001831,0.4995728-0.223999,0.4993896-0.5v-4.0006104C14.4998169,17.2234497,14.276001,16.9998169,14,17z M13.5,21h-3v-3h3V21z M21,10h-4.0005493c-0.276001,0.0001831-0.4996338,0.223999-0.4994507,0.5v4.0005493C16.5001831,14.7765503,16.723999,15.0001831,17,15h4.0006104c0.2759399-0.0001831,0.4995728-0.223999,0.4993896-0.5v-4.0006104C21.4998169,10.2234497,21.276001,9.9998169,21,10z M20.5,14h-3v-3h3V14z M14,10H9.9994507C9.7234497,10.0001831,9.4998169,10.223999,9.5,10.5v4.0005493C9.5001831,14.7765503,9.723999,15.0001831,10,15h4.0006104c0.2759399-0.0001831,0.4995728-0.223999,0.4993896-0.5v-4.0006104C14.4998169,10.2234497,14.276001,9.9998169,14,10z M13.5,14h-3v-3h3V14z\"/></svg></li><li title=\"direction \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M8.8535156,9.8535156L12,6.7069702l3.1464844,3.1465454C15.2401123,9.9474487,15.3673706,10.0001831,15.5,10c0.1325073,0,0.2596436-0.0526733,0.3533936-0.1463623c0.1953125-0.1952515,0.1953735-0.5118408,0.0001221-0.7070923l-3.5-3.5c-0.000061-0.000061-0.000061-0.0001221-0.0001221-0.0001831c-0.1952515-0.1951294-0.5117188-0.1950684-0.7068481,0.0001831l-3.5,3.5c-0.1871338,0.1937256-0.1871338,0.5009155,0,0.6947021C8.3383789,10.039856,8.6549072,10.0453491,8.8535156,9.8535156z M15.1464844,14.1464844L12,17.2929688l-3.1465454-3.1464233c-0.1937256-0.1871338-0.5009155-0.1871338-0.6947021,0c-0.1986084,0.1918335-0.2041016,0.5083618-0.0122681,0.7069702l3.5,3.5C11.7401123,18.4474487,11.8673706,18.5001831,12,18.5c0.1326294,0.0001221,0.2598267-0.0525513,0.3534546-0.1464844l3.5-3.5c0.1871338-0.1937866,0.1871338-0.5009766,0-0.6947021C15.6616211,13.9602051,15.3450928,13.9546509,15.1464844,14.1464844z\"/></svg></li><li title=\"document layout center \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M8.5,12h7.0006104C15.7765503,11.9998169,16.0001831,11.776001,16,11.5V4.4993896C15.9998169,4.2234497,15.776001,3.9998169,15.5,4H8.4994507C8.2234497,4.0001831,7.9998169,4.223999,8,4.5v7.0005493C8.0001831,11.7765503,8.223999,12.0001831,8.5,12z M9,5h6v6H9V5z M21.5,11h-3c-0.276123,0-0.5,0.223877-0.5,0.5s0.223877,0.5,0.5,0.5h3c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,11,21.5,11z M2.5,8h3C5.776123,8,6,7.776123,6,7.5S5.776123,7,5.5,7h-3C2.223877,7,2,7.223877,2,7.5S2.223877,8,2.5,8z M18.5,8h3C21.776123,8,22,7.776123,22,7.5S21.776123,7,21.5,7h-3C18.223877,7,18,7.223877,18,7.5S18.223877,8,18.5,8z M21.5,15h-19C2.223877,15,2,15.223877,2,15.5S2.223877,16,2.5,16h19c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,15,21.5,15z M2.5,12h3C5.776123,12,6,11.776123,6,11.5S5.776123,11,5.5,11h-3C2.223877,11,2,11.223877,2,11.5S2.223877,12,2.5,12z M13.5,19h-11C2.223877,19,2,19.223877,2,19.5S2.223877,20,2.5,20h11c0.276123,0,0.5-0.223877,0.5-0.5S13.776123,19,13.5,19z\"/></svg></li><li title=\"document layout left \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M2.5,12h7c0.0001831,0,0.0003662,0,0.0006104,0C9.7765503,11.9998169,10.0001831,11.776001,10,11.5v-7c0-0.0001831,0-0.0003662,0-0.0006104C9.9998169,4.2234497,9.776001,3.9998169,9.5,4h-7C2.4998169,4,2.4996338,4,2.4993896,4C2.2234497,4.0001831,1.9998169,4.223999,2,4.5v7c0,0.0001831,0,0.0003662,0,0.0005493C2.0001831,11.7765503,2.223999,12.0001831,2.5,12z M3,5h6v6H3V5z M12.5,8h9C21.776123,8,22,7.776123,22,7.5S21.776123,7,21.5,7h-9C12.223877,7,12,7.223877,12,7.5S12.223877,8,12.5,8z M21.5,15h-19C2.223877,15,2,15.223877,2,15.5S2.223877,16,2.5,16h19c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,15,21.5,15z M13.5,19h-11C2.223877,19,2,19.223877,2,19.5S2.223877,20,2.5,20h11c0.276123,0,0.5-0.223877,0.5-0.5S13.776123,19,13.5,19z M21.5,11h-9c-0.276123,0-0.5,0.223877-0.5,0.5s0.223877,0.5,0.5,0.5h9c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,11,21.5,11z\"/></svg></li><li title=\"document layout right \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M2.5,12h9c0.276123,0,0.5-0.223877,0.5-0.5S11.776123,11,11.5,11h-9C2.223877,11,2,11.223877,2,11.5S2.223877,12,2.5,12z M2.5,8h9C11.776123,8,12,7.776123,12,7.5S11.776123,7,11.5,7h-9C2.223877,7,2,7.223877,2,7.5S2.223877,8,2.5,8z M13.5,19h-11C2.223877,19,2,19.223877,2,19.5S2.223877,20,2.5,20h11c0.276123,0,0.5-0.223877,0.5-0.5S13.776123,19,13.5,19z M21.5,15h-19C2.223877,15,2,15.223877,2,15.5S2.223877,16,2.5,16h19c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,15,21.5,15z M21.5,4h-7c-0.0001831,0-0.0003662,0-0.0005493,0C14.2234497,4.0001831,13.9998169,4.223999,14,4.5v7c0,0.0001831,0,0.0003662,0,0.0005493C14.0001831,11.7765503,14.223999,12.0001831,14.5,12h7c0.0001831,0,0.0003662,0,0.0006104,0C21.7765503,11.9998169,22.0001831,11.776001,22,11.5v-7c0-0.0001831,0-0.0003662,0-0.0006104C21.9998169,4.2234497,21.776001,3.9998169,21.5,4z M21,11h-6V5h6V11z\"/></svg></li><li title=\"download alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M8.1624146,13.6552734c-0.1972046,0.1932983-0.2003784,0.5098267-0.0071411,0.7070312l3.4912109,3.4912109C11.7401123,17.9474487,11.8673706,18.0001831,12,18c0.1326294,0.0001221,0.2598267-0.0525513,0.3535156-0.1464844l3.4912109-3.4912109c0.1904907-0.194397,0.1904907-0.5054321,0-0.6998291c-0.1932983-0.1972046-0.5098267-0.2004395-0.7070312-0.0072021L12.5,16.2929688V2.5C12.5,2.223877,12.276123,2,12,2s-0.5,0.223877-0.5,0.5v13.7929688l-2.6377563-2.6376953C8.6679077,13.4647827,8.3568115,13.4647827,8.1624146,13.6552734z M18,9h-1.5C16.223877,9,16,9.223877,16,9.5s0.223877,0.5,0.5,0.5H18c1.1040039,0.0014038,1.9985962,0.8959961,2,2v7c-0.0014038,1.1040039-0.8959961,1.9985962-2,2H6c-1.1040039-0.0014038-1.9985962-0.8959961-2-2v-7c0.0014038-1.1040039,0.8959961-1.9985962,2-2h2.5C8.776123,10,9,9.776123,9,9.5S8.776123,9,8.5,9H6c-1.6561279,0.0018311-2.9981689,1.3438721-3,3v7c0.0018311,1.6561279,1.3438721,2.9981689,3,3h12c1.6561279-0.0018311,2.9981689-1.3438721,3-3v-7C20.9981689,10.3438721,19.6561279,9.0018311,18,9z\"/></svg></li><li title=\"dropbox \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21.3,12.5l-3.6-3.3l3.6-2.9c0.1,0,0.1-0.1,0.1-0.1c0.1-0.2,0-0.5-0.2-0.7l-5-2.7c-0.2-0.1-0.4-0.1-0.5,0L12,5.6L8.3,2.8c-0.2-0.1-0.4-0.1-0.5,0l-5,2.7c-0.1,0-0.1,0.1-0.1,0.1C2.4,5.7,2.5,6.1,2.7,6.2l3.6,2.9l-3.6,3.3c0,0-0.1,0.1-0.1,0.1c-0.1,0.2,0,0.5,0.2,0.7l3.7,2v2.5c0,0.2,0.1,0.3,0.2,0.4l5,3c0.1,0,0.2,0.1,0.3,0.1c0.1,0,0.2,0,0.3-0.1l5-3c0.2-0.1,0.2-0.3,0.2-0.4v-2.5l3.7-2c0,0,0.1-0.1,0.1-0.1C21.6,13,21.5,12.7,21.3,12.5z M16,3.7l4.1,2.2L17,8.6l-4.1-2.4L16,3.7z M16.1,9.2L12,11.9L7.9,9.2L12,6.8L16.1,9.2z M3.9,5.9L8,3.7l3.2,2.4L7,8.6L3.9,5.9z M3.9,12.7l3.2-3l4.1,2.7L8,15L3.9,12.7z M16.5,17.6L12,20.3l-4.5-2.7v-1.7L7.8,16C7.8,16,7.9,16,8,16c0.1,0,0.2,0,0.3-0.1l3.7-2.9l3.7,2.9C15.8,16,15.9,16,16,16c0.1,0,0.2,0,0.2-0.1l0.3-0.1V17.6z M16,15l-3.2-2.5l4.1-2.7l3.2,3L16,15z\"/></svg></li><li title=\"ellipsis h \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M5,10c-1.1045532,0-2,0.8954468-2,2s0.8954468,2,2,2c1.1040039-0.0014038,1.9985962-0.8959961,2-2C7,10.8954468,6.1045532,10,5,10z M5,13c-0.5523071,0-1-0.4476929-1-1s0.4476929-1,1-1c0.552124,0.0003662,0.9996338,0.447876,1,1C6,12.5523071,5.5523071,13,5,13z M12,10c-1.1045532,0-2,0.8954468-2,2s0.8954468,2,2,2c1.1040039-0.0014038,1.9985962-0.8959961,2-2C14,10.8954468,13.1045532,10,12,10z M12,13c-0.5523071,0-1-0.4476929-1-1s0.4476929-1,1-1c0.552124,0.0003662,0.9996338,0.447876,1,1C13,12.5523071,12.5523071,13,12,13z M19,10c-1.1045532,0-2,0.8954468-2,2s0.8954468,2,2,2c1.1040039-0.0014038,1.9985962-0.8959961,2-2C21,10.8954468,20.1045532,10,19,10z M19,13c-0.5523071,0-1-0.4476929-1-1s0.4476929-1,1-1c0.552124,0.0003662,0.9996338,0.447876,1,1C20,12.5523071,19.5523071,13,19,13z\"/></svg></li><li title=\"ellipsis v \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M12,7c1.1040039-0.0014038,1.9985962-0.8959961,2-2c0-1.1045532-0.8954468-2-2-2s-2,0.8954468-2,2S10.8954468,7,12,7z M12,4c0.552124,0.0003662,0.9996338,0.447876,1,1c0,0.5523071-0.4476929,1-1,1s-1-0.4476929-1-1S11.4476929,4,12,4z M12,10c-1.1045532,0-2,0.8954468-2,2s0.8954468,2,2,2c1.1040039-0.0014038,1.9985962-0.8959961,2-2C14,10.8954468,13.1045532,10,12,10z M12,13c-0.5523071,0-1-0.4476929-1-1s0.4476929-1,1-1c0.552124,0.0003662,0.9996338,0.447876,1,1C13,12.5523071,12.5523071,13,12,13z M12,17c-1.1045532,0-2,0.8954468-2,2s0.8954468,2,2,2c1.1040039-0.0014038,1.9985962-0.8959961,2-2C14,17.8954468,13.1045532,17,12,17z M12,20c-0.5523071,0-1-0.4476929-1-1s0.4476929-1,1-1c0.552124,0.0003662,0.9996338,0.447876,1,1C13,19.5523071,12.5523071,20,12,20z\"/></svg></li><li title=\"exclamation circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M12,14.375c-0.3451538,0-0.625,0.2798462-0.625,0.625s0.2798462,0.625,0.625,0.625s0.625-0.2798462,0.625-0.625S12.3451538,14.375,12,14.375z M12,13h0.0006104c0.2759399-0.0001831,0.4995728-0.223999,0.4993896-0.5v-4C12.5,8.223877,12.276123,8,12,8s-0.5,0.223877-0.5,0.5v4.0005493C11.5001831,12.7765503,11.723999,13.0001831,12,13z M12,2C6.4771729,2,2,6.4771729,2,12s4.4771729,10,10,10c5.5201416-0.0064697,9.9935303-4.4798584,10-10C22,6.4771729,17.5228271,2,12,2z M12,21c-4.9705811,0-9-4.0294189-9-9s4.0294189-9,9-9c4.9683228,0.0054321,8.9945679,4.0316772,9,9C21,16.9705811,16.9705811,21,12,21z\"/></svg></li><li title=\"exclamation octagon \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M12,13h0.0006104c0.2759399-0.0001831,0.4995728-0.223999,0.4993896-0.5v-4C12.5,8.223877,12.276123,8,12,8s-0.5,0.223877-0.5,0.5v4.0005493C11.5001831,12.7765503,11.723999,13.0001831,12,13z M21.8535156,7.7119141l-5.5654297-5.5654297C16.1943359,2.0526733,16.0671997,2,15.9345703,2H8.0654297C7.9328003,2,7.8056641,2.0526733,7.7119141,2.1464844L2.1464844,7.7119141C2.0526733,7.8056641,2,7.9328003,2,8.0654297v7.8691406c0,0.1326294,0.0526733,0.2597656,0.1464844,0.3535156l5.5654297,5.5654297C7.8056641,21.9473267,7.9328003,22,8.0654297,22h7.8691406c0.1326294,0,0.2597656-0.0526733,0.3535156-0.1464844l5.5654297-5.5654297C21.9473267,16.1943359,22,16.0671997,22,15.9345703V8.0654297C22,7.9328003,21.9473267,7.8056641,21.8535156,7.7119141z M21,15.7275391L15.7275391,21H8.2724609L3,15.7275391V8.2724609L8.2724609,3h7.4550781L21,8.2724609V15.7275391z M12,14.375c-0.3451538,0-0.625,0.2798462-0.625,0.625s0.2798462,0.625,0.625,0.625s0.625-0.2798462,0.625-0.625S12.3451538,14.375,12,14.375z\"/></svg></li><li title=\"exclamation triangle \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M12,15.875c-0.3451538,0-0.625,0.2798462-0.625,0.625s0.2798462,0.625,0.625,0.625s0.625-0.2798462,0.625-0.625S12.3451538,15.875,12,15.875z M12,14h0.0006104c0.2759399-0.0001831,0.4995728-0.223999,0.4993896-0.5v-4C12.5,9.223877,12.276123,9,12,9s-0.5,0.223877-0.5,0.5v4.0005493C11.5001831,13.7765503,11.723999,14.0001831,12,14z M22.7128906,17.546875L14.5644531,3.4785156c-0.2591553-0.4470215-0.6307373-0.8186035-1.0777588-1.0777588c-1.4163208-0.8210449-3.2300415-0.338562-4.0511475,1.0777588L1.2861328,17.5498047c-0.2616577,0.4516602-0.3994141,0.9644165-0.399353,1.4863892C0.887085,20.6733398,2.2144165,22.0002441,3.8515625,22h16.2939453c0.5223999,0.0001221,1.0355835-0.1376953,1.4876709-0.3995972C23.0506592,20.7792358,23.5340576,18.9644165,22.7128906,17.546875z M20.1455688,21H3.8515625c-0.3449707-0.0002441-0.6837769-0.0912476-0.9824219-0.263916c-0.9396973-0.543335-1.2611084-1.7455444-0.7177734-2.6853027l8.1494141-14.0703125C10.6489258,3.3712769,11.2983398,2.9969482,12,3.0009766c0.7016602-0.0040283,1.3510742,0.3703003,1.6992188,0.9794922l8.1484985,14.0683594c0.1734009,0.2995605,0.2647095,0.6395874,0.2645874,0.9857178C22.1119385,20.1204224,21.2313843,21.0003662,20.1455688,21z\"/></svg></li><li title=\"facebook f \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M17.9902344,1.5957031c-1.0087891-0.1067505-2.0227051-0.1586304-3.0371094-0.1552734C11.5898438,1.4404297,9.5,3.5819702,9.5,7.0302734v2.3408203H6.6748047c-0.276001-0.0001831-0.4998779,0.2234497-0.5,0.4994507v3.8511353c-0.0001831,0.276001,0.2234497,0.4998169,0.4994507,0.5H9.5v7.71875c-0.0001831,0.276001,0.2234497,0.4998169,0.4994507,0.5h3.9780884c0.276001,0.0001831,0.4998169-0.2234497,0.5-0.4994507v-7.7192993h2.8164673c0.2512207-0.000061,0.463501-0.1864014,0.4960938-0.4355469l0.4970703-3.8505859c0.0357056-0.2736816-0.1572266-0.5245361-0.4309692-0.5602417c-0.0216064-0.0028076-0.043335-0.0042114-0.0651245-0.0042114h-3.3135376V7.4121094c0-0.9697266,0.1953125-1.375,1.4082031-1.375l2.0390625-0.0009766c0.276001,0.0001221,0.4998169-0.2234497,0.5-0.4994507V2.0917969C18.4248657,1.8408203,18.2390137,1.6286621,17.9902344,1.5957031z M17.4248047,5.0361328l-1.5390625,0.0009766c-2.1582031,0-2.4082031,1.3554688-2.4082031,2.375v2.4590454c-0.0001221,0.2759399,0.2234497,0.4998169,0.4994507,0.499939h3.2456665l-0.3681641,2.8505859h-2.8769531c-0.276001-0.0001221-0.4998169,0.2234497-0.5,0.4994507v7.7192993H10.5v-7.71875c0.0001831-0.276001-0.2234497-0.4998169-0.4993896-0.5H7.1748047v-2.8505859H10c0.276001,0.0001831,0.4998169-0.2234497,0.5-0.4994507V7.0302734c0-2.8740234,1.664978-4.5898438,4.453125-4.5898438c1.0087891,0,1.9199219,0.0546875,2.4716797,0.1025391V5.0361328z\"/></svg></li><li title=\"facebook messenger alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M16.1171875,8.90625l-2.5888672,3.0859375l-3.7148438-2.28125c-0.2109375-0.130249-0.4855347-0.0856934-0.6445312,0.1044922l-3.0517578,3.6357422c-0.1774292,0.2114258-0.1499023,0.5266724,0.0615234,0.7041016s0.5266724,0.1499023,0.7041016-0.0615234l2.7744141-3.3056641l3.7148438,2.28125c0.2111816,0.1291504,0.4849854,0.0847778,0.6445312-0.1044922l2.8662109-3.4160156c0.1774292-0.2114258,0.1499023-0.5266724-0.0615234-0.7041016S16.2946167,8.6948242,16.1171875,8.90625z M12,1C5.7148438,1,0.9746094,5.59375,0.9746094,11.6855469c-0.0385132,3.0127563,1.2272949,5.8950806,3.4716797,7.9052734c0.0709229,0.0610962,0.1136475,0.1486816,0.1181641,0.2421875l0.0576172,1.8671875c0.0240479,0.7242432,0.6181641,1.2988892,1.3427734,1.2988281c0.185791-0.000061,0.3695679-0.038269,0.539978-0.1123047l2.0878906-0.9189453c0.0709839-0.0327759,0.1512451-0.0393677,0.2265625-0.0185547C9.8557739,22.2319336,10.9256592,22.3738403,12,22.3710938c6.2851562,0,11.0253906-4.59375,11.0253906-10.6855469S18.2851562,1,12,1z M12,21.3710938c-0.9849854,0.0027466-1.9658203-0.1273804-2.9160156-0.3867188c-0.296875-0.0791016-0.6118164-0.0553589-0.8935547,0.0673828l-2.0869141,0.9189453c-0.1052856,0.0456543-0.2263794,0.0361328-0.3232422-0.0253906c-0.0958862-0.0596313-0.1553345-0.1635132-0.1582031-0.2763672l-0.0576172-1.8710938c-0.0143433-0.3656006-0.1773071-0.7095337-0.4511719-0.9521484c-2.031189-1.8214111-3.1755981-4.4321289-3.1386719-7.1601562C1.9746094,6.1640625,6.2841797,2,12,2s10.0253906,4.1640625,10.0253906,9.6855469S17.7158203,21.3710938,12,21.3710938z\"/></svg></li><li title=\"favorite \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21.9189453,10.1265259c0.0802612-0.546814-0.2979736-1.0551147-0.8447266-1.135376L15.4228516,8.164978l-2.5253906-5.1464844c-0.0909424-0.1569824-0.2214355-0.2873535-0.37854-0.3781128c-0.4960327-0.2866821-1.1306152-0.1170044-1.4173584,0.3790894L8.5771484,8.164978L2.9257812,8.9912109C2.7097168,9.0228882,2.5100098,9.1244507,2.3569946,9.2802734c-0.387146,0.3943481-0.3812256,1.0278931,0.0131226,1.4150391l4.0927734,4.0126953l-0.9658203,5.6640625c-0.0091553,0.0541992-0.013855,0.1090698-0.0139771,0.1641235c-0.0015259,0.5534058,0.4458618,1.0032959,0.9993286,1.0048218c0.163147-0.0002441,0.3237915-0.0404663,0.4677734-0.1171875L12,18.7539062l5.0488281,2.6689453c0.1951294,0.1035767,0.4190063,0.1396484,0.6367798,0.1025391c0.5441895-0.0928345,0.9100952-0.6091309,0.8173218-1.1533203l-0.9658203-5.6640625l4.09375-4.0137329C21.7861328,10.5414429,21.8872681,10.3421021,21.9189453,10.1265259z M16.6503906,14.1766968c-0.1170654,0.1148682-0.1706543,0.2796631-0.1435547,0.4414062l1.0097656,5.9208984l-5.2832031-2.7930298c-0.1463013-0.0761719-0.3204956-0.0761719-0.4667969,0L6.4833984,20.539978l1.0097046-5.921814c0.0271606-0.1617432-0.0264282-0.3265381-0.1435547-0.4414062L3.0702515,9.9814453l5.9121094-0.8642578C9.1456299,9.0927734,9.286499,8.9898682,9.359375,8.8417969L12,3.460022l2.640564,5.3817139c0.072876,0.1480713,0.2138062,0.2509766,0.3770142,0.2753906l5.9130859,0.8632812L16.6503906,14.1766968z\"/></svg></li><li title=\"flip h alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M3.5,8.3212891c0.0001831,0,0.0003662,0,0.0006104,0C3.7765503,8.321106,4.0001831,8.09729,4,7.8212891V7.4550781l0.3544922-0.0947266C4.62146,7.2886353,4.7797241,7.0140381,4.7080078,6.7470703S4.3616943,6.3218384,4.0947266,6.3935547L3.3701172,6.5878906C3.1517334,6.6469116,3,6.8450317,3,7.0712891v0.75c0,0.0001831,0,0.0003662,0,0.0006104C3.0001831,8.0978394,3.223999,8.3214722,3.5,8.3212891z M9.9335938,10H8.3837891c-0.276123,0-0.5,0.223877-0.5,0.5s0.223877,0.5,0.5,0.5h1.5498047c0.276123,0,0.5-0.223877,0.5-0.5S10.2097168,10,9.9335938,10z M8.3720703,6.2617188c0.0438843-0.0001221,0.0875244-0.0060425,0.1298828-0.0175781l1.5546875-0.4180298c0.0009766-0.0002441,0.0019531-0.0004883,0.0029297-0.0007935c0.2662354-0.0725098,0.4232178-0.3471069,0.350708-0.6133423c-0.0725708-0.2662354-0.347168-0.4232178-0.6134033-0.350647L8.2421875,5.2792969C8.0241699,5.3380737,7.8726196,5.5358276,7.8724976,5.7616577C7.8723755,6.0376587,8.0960083,6.2615967,8.3720703,6.2617188z M14.0673828,11h1.5498047c0.276123,0,0.5-0.223877,0.5-0.5s-0.223877-0.5-0.5-0.5h-1.5498047c-0.276123,0-0.5,0.223877-0.5,0.5S13.7912598,11,14.0673828,11z M14.0742188,4.7275391c0.0438843-0.0001221,0.0875244-0.0060425,0.1298828-0.0175171l1.5546875-0.4180908c0.0006104-0.0001221,0.0012207-0.0003052,0.00177-0.0004272c0.2662964-0.0722656,0.423645-0.3466797,0.3514404-0.6129761c-0.0722656-0.2662964-0.3466797-0.423645-0.6129761-0.3513794l-1.5546875,0.4179688C13.7263184,3.803894,13.5747681,4.0016479,13.574646,4.227478C13.5745239,4.503479,13.7981567,4.727417,14.0742188,4.7275391z M20.5,13h-17c-0.0001831,0-0.0003662,0-0.0006104,0C3.2234497,13.0001831,2.9998169,13.223999,3,13.5v3.75c0,0.2295532,0.15625,0.4296265,0.3789062,0.4853516l17,4.25C20.4185181,21.9950562,20.4592285,21.999939,20.5,22c0.0004883,0,0.0009155,0,0.0014038,0C20.7771606,21.9996338,21.0003662,21.7757568,21,21.5v-8c0-0.0001831,0-0.0003662,0-0.0006104C20.9998169,13.2234497,20.776001,12.9998169,20.5,13z M20,20.859375l-16-4V14h16V20.859375z M20.9830322,2.3710327c-0.0713501-0.2671509-0.3457642-0.4257812-0.612915-0.3544312l-0.7246094,0.1943359c-0.0005493,0.0001831-0.0011597,0.0003052-0.001709,0.0004883c-0.2668457,0.0722046-0.4246216,0.3470459-0.352417,0.6138916s0.3470459,0.4246216,0.6138916,0.352417L20,3.1513672V3.25c0,0.0001831,0,0.0003662,0,0.0006104C20.0001831,3.5265503,20.223999,3.7501831,20.5,3.75c0.0001831,0,0.0003662,0,0.0006104,0C20.7765503,3.7498169,21.0001831,3.526001,21,3.25V2.5C21,2.4564819,20.9942627,2.4130859,20.9830322,2.3710327z M20.5,5.4873047c-0.276123,0-0.5,0.223877-0.5,0.5v1.0263672c0,0.0001831,0,0.0003662,0,0.0005493c0.0001831,0.276001,0.223999,0.4996338,0.5,0.4994507c0.0001831,0,0.0003662,0,0.0006104,0c0.2759399-0.0001831,0.4995728-0.223999,0.4993896-0.5V5.9873047C21,5.7111816,20.776123,5.4873047,20.5,5.4873047z M20.5,9.25c-0.276123,0-0.5,0.223877-0.5,0.5V10h-0.25c-0.276123,0-0.5,0.223877-0.5,0.5s0.223877,0.5,0.5,0.5h0.75c0.0001831,0,0.0003662,0,0.0006104,0C20.7765503,10.9998169,21.0001831,10.776001,21,10.5V9.75C21,9.473877,20.776123,9.25,20.5,9.25z M3.5,11h0.75c0.276123,0,0.5-0.223877,0.5-0.5S4.526123,10,4.25,10H4V9.75c0-0.276123-0.223877-0.5-0.5-0.5S3,9.473877,3,9.75v0.75c0,0.0001831,0,0.0003662,0,0.0005493C3.0001831,10.7765503,3.223999,11.0001831,3.5,11z\"/></svg></li><li title=\"flip h \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M11.8154297,3.3828125L12,3.2011719l0.1845703,0.1816406c0.0934448,0.0921021,0.2193604,0.1436768,0.3505859,0.1435547c0.1340332,0,0.2623901-0.053833,0.3563843-0.149353c0.1936646-0.1968994,0.19104-0.5134277-0.0057983-0.7070923l-0.5351562-0.5263672c-0.194519-0.1914062-0.5066528-0.1914062-0.7011719,0l-0.5351562,0.5263672c-0.0029297,0.0028076-0.0057983,0.0056763-0.008667,0.0085449c-0.194519,0.1960449-0.1932983,0.5126343,0.0027466,0.7070923C11.3043823,3.5800781,11.6209106,3.5788574,11.8154297,3.3828125z M15.0966797,6.2470703c0.0934448,0.0921021,0.2194214,0.1436768,0.3505859,0.1435547c0.1340332,0,0.2623901-0.053833,0.3563843-0.149353c0.1936646-0.1968384,0.19104-0.5134277-0.0057983-0.7070923l-0.7939453-0.78125c-0.1958618-0.1882324-0.5061035-0.1856079-0.6987915,0.0057983c-0.1959229,0.1945801-0.1970215,0.5111694-0.0023804,0.7070923L15.0966797,6.2470703z M11.1552734,9h1.6894531c0.276123,0,0.5-0.223877,0.5-0.5s-0.223877-0.5-0.5-0.5h-1.6894531c-0.276123,0-0.5,0.223877-0.5,0.5S10.8791504,9,11.1552734,9z M17.3496094,9h0.75c0.1342163,0.000061,0.2628784-0.053833,0.3569336-0.1495972c0.1934204-0.1969604,0.1906128-0.5134277-0.0063477-0.7069092l-0.5341797-0.5263672c-0.1205444-0.1184692-0.2927246-0.1680298-0.4578247-0.1317749c-0.2697144,0.0592651-0.4403076,0.3259277-0.3810425,0.5956421c-0.1420288,0.0922241-0.2277222,0.2501221-0.2276001,0.4194336C16.8496704,8.7764893,17.0735474,9.0001221,17.3496094,9z M8.5527344,6.390625c0.1311646,0.0001221,0.2571411-0.0514526,0.3505859-0.1435547l0.7939453-0.78125c0.1914673-0.192688,0.1940308-0.5029907,0.0057983-0.6988525C9.5117188,4.5678711,9.1951904,4.5615845,8.9960938,4.7529297l-0.7939453,0.78125c-0.09552,0.0939941-0.149353,0.2223511-0.149353,0.3563843C8.0527344,6.166687,8.2766113,6.390564,8.5527344,6.390625z M21.5,11.5h-19C2.223877,11.5,2,11.723877,2,12s0.223877,0.5,0.5,0.5h19c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,11.5,21.5,11.5z M17.9287109,15H6.0712891c-0.1312256,0.0001831-0.2570801,0.0519409-0.3505249,0.144043c-0.1967163,0.1940308-0.1989746,0.5108032-0.0049438,0.7075195l5.9287109,6C11.7384644,21.9465332,11.8664551,21.999939,12,22c0.1335449-0.000061,0.2615356-0.0534668,0.3554688-0.1484375l5.9287109-6c0.0921021-0.0934448,0.1438599-0.2192993,0.144043-0.3505249C18.4286499,15.2247314,18.2050171,15.0004272,17.9287109,15z M12,20.7890625L7.2685547,16h9.4628906L12,20.7890625z M5.9003906,9h0.75c0.1693115,0.000061,0.3271484-0.0855713,0.4193726-0.2275391c0.1503296-0.2315063,0.0845947-0.5410156-0.1469116-0.6914062C6.9591675,7.9159546,6.9095459,7.7437744,6.7910767,7.62323C6.5974731,7.4263306,6.2809448,7.423584,6.0839844,7.6171875L5.5498047,8.1435547C5.4541016,8.2376099,5.4002075,8.3661499,5.4002686,8.5003662C5.4003906,8.7764282,5.6243286,9.0001221,5.9003906,9z\"/></svg></li><li title=\"flip v alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M5.8261719,10.0566406l0.4179688-1.5546875C6.2444458,8.5009766,6.2446899,8.5,6.2449341,8.4990234C6.3158569,8.2323608,6.1572266,7.9586792,5.890564,7.8877563S5.3502197,7.9755249,5.2793579,8.2421875L4.8613281,9.796875C4.8502808,9.8383789,4.8446045,9.8811035,4.8444824,9.9240723c-0.0009766,0.2766724,0.2225952,0.501709,0.4992676,0.5026855C5.5697021,10.4265747,5.7674561,10.2748413,5.8261719,10.0566406z M3.25,20H3.1513672l0.0263672-0.0947266c0.071106-0.2669067-0.0869141-0.5410767-0.3535156-0.6132812c-0.2664185-0.0675659-0.538208,0.0891113-0.6132812,0.3535156l-0.1943359,0.7246094c-0.0112305,0.0420532-0.0169678,0.0854492-0.0169678,0.1289673C1.9995117,20.7755737,2.2235107,20.9998779,2.5,21h0.75c0.276123,0,0.5-0.223877,0.5-0.5S3.526123,20,3.25,20z M7.8212891,3h-0.75C6.8450928,3.000061,6.6469727,3.1517334,6.5879517,3.3701172L6.3936157,4.0947266c-0.071106,0.2669067,0.0869141,0.5410767,0.3535156,0.6132812C6.7896118,4.71875,6.8331909,4.7243042,6.8770142,4.7246094c0.2260742-0.0004883,0.4239502-0.1519775,0.4833374-0.3701172L7.4550781,4h0.3662109c0.276123,0,0.5-0.223877,0.5-0.5S8.0974121,3,7.8212891,3z M4.3574829,13.5917969c-0.2664795-0.0717163-0.5405884,0.0861206-0.6123047,0.3525391l-0.4180298,1.5546875c-0.0110474,0.0415039-0.0167236,0.0842285-0.0168457,0.1271973c-0.0009766,0.2766724,0.2225952,0.50177,0.4992676,0.5026855c0.2259521-0.0001831,0.4237061-0.1519165,0.4824219-0.3701172l0.4180298-1.5546875C4.7817383,13.9376831,4.6239014,13.6635132,4.3574829,13.5917969z M7.0126953,20H5.9863281c-0.276123,0-0.5,0.223877-0.5,0.5s0.223877,0.5,0.5,0.5h1.0263672c0.276123,0,0.5-0.223877,0.5-0.5S7.2888184,20,7.0126953,20z M21.9824219,20.3701172l-4.5712891-17C17.3528442,3.1516113,17.1548462,2.9996948,16.9287109,3H13.5c-0.0001831,0-0.0003662,0-0.0005493,0C13.2234497,3.0001831,12.9998169,3.223999,13,3.5v17c0,0.0001831,0,0.0003662,0,0.0005493C13.0001831,20.7765503,13.223999,21.0001831,13.5,21h8c0.0441895,0,0.0881348-0.0057983,0.1307373-0.017334C21.8970337,20.9106445,22.0544434,20.6363525,21.9824219,20.3701172z M14,20V4h2.5449219l4.3027344,16H14z M10.5,3H9.75c-0.276123,0-0.5,0.223877-0.5,0.5S9.473877,4,9.75,4H10v0.25c0,0.0001831,0,0.0003662,0,0.0006104C10.0001831,4.5265503,10.223999,4.7501831,10.5,4.75c0.0001831,0,0.0003662,0,0.0006104,0C10.7765503,4.7498169,11.0001831,4.526001,11,4.25V3.5c0-0.0001831,0-0.0003662,0-0.0006104C10.9998169,3.2234497,10.776001,2.9998169,10.5,3z M10.5,19.25c-0.276123,0-0.5,0.223877-0.5,0.5V20H9.75c-0.276123,0-0.5,0.223877-0.5,0.5S9.473877,21,9.75,21h0.75c0.0001831,0,0.0003662,0,0.0006104,0C10.7765503,20.9998169,11.0001831,20.776001,11,20.5v-0.75C11,19.473877,10.776123,19.25,10.5,19.25z M10.5,13.5673828c-0.276123,0-0.5,0.223877-0.5,0.5v1.5498047c0,0.0001831,0,0.0003662,0,0.0005493c0.0001831,0.276001,0.223999,0.4996338,0.5,0.4994507c0.0001831,0,0.0003662,0,0.0005493,0c0.276001-0.0001831,0.4996338-0.223999,0.4994507-0.5v-1.5498047C11,13.7912598,10.776123,13.5673828,10.5,13.5673828z M10.5,7.8837891c-0.276123,0-0.5,0.223877-0.5,0.5v1.5498047c0,0.0001831,0,0.0003662,0,0.0005493c0.0001831,0.276001,0.223999,0.4996338,0.5,0.4994507c0.0001831,0,0.0003662,0,0.0006104,0c0.2759399-0.0001831,0.4995728-0.223999,0.4993896-0.5V8.3837891C11,8.107666,10.776123,7.8837891,10.5,7.8837891z\"/></svg></li><li title=\"flip v \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M5.4658203,14.3016968c-0.0028076-0.0029297-0.0056763-0.0057983-0.0085449-0.008667c-0.1960449-0.194519-0.5125732-0.1932983-0.7070923,0.0027466s-0.1932983,0.5125732,0.0027466,0.7070923l0.78125,0.7940063c0.0938721,0.0957031,0.2223511,0.1495972,0.3564453,0.1494141v-0.000061c0.1311646,0,0.257019-0.0515137,0.3505249-0.1434937c0.1968994-0.1936035,0.1995239-0.5101929,0.0059204-0.7070923L5.4658203,14.3016968z M5.5341797,8.2021484l-0.78125,0.7939453C4.6609497,9.0895996,4.609436,9.2155151,4.609436,9.3466187c-0.000061,0.2761841,0.2238159,0.500061,0.499939,0.500061c0.1340942,0.0001831,0.2625732-0.0537109,0.3564453-0.1494141l0.78125-0.7939453C6.249939,8.9004517,6.2528076,8.897583,6.2556152,8.8946533c0.1912231-0.1992188,0.1847534-0.5157471-0.0144653-0.7069702S5.7254028,8.0029297,5.5341797,8.2021484z M3.2011719,12l0.1816406-0.1845703c0.1879272-0.1958008,0.1853638-0.5057373-0.0057983-0.6984253c-0.194519-0.1959839-0.5110474-0.1972656-0.7070923-0.0027466l-0.5263672,0.5351562c-0.1914062,0.194519-0.1914062,0.5066528,0,0.7011719l0.5263672,0.5351562c0.0938721,0.0957031,0.2223511,0.1495972,0.3564453,0.1494141c0.1311646,0,0.257019-0.0515747,0.3505249-0.1434937c0.1968994-0.1936646,0.1995239-0.5101929,0.0059204-0.7070923L3.2011719,12z M8.0810547,17.0771484c-0.1651001-0.0363159-0.3372803,0.0133057-0.4578247,0.1317749c-0.1968994,0.1936035-0.199646,0.5101318-0.0060425,0.7070923l0.5263672,0.5341797C8.2375488,18.5457764,8.3659668,18.5996094,8.5,18.5996094c0.0650024,0.0001831,0.1293335-0.0124512,0.1894531-0.0371094C8.8771973,18.4853516,8.9998169,18.3025513,9,18.0996094v-0.75c0.000061-0.1693115-0.0855713-0.3271484-0.2275391-0.4193726C8.5409546,16.7799072,8.2314453,16.8456421,8.0810547,17.0771484z M21.8564453,11.6494141l-6-6.0996094c-0.0940552-0.0957031-0.2225952-0.1495972-0.3568115-0.1495361C15.2235718,5.4003906,14.9998779,5.6243286,15,5.9003906v12.1992188c0.0001831,0.2029419,0.1228027,0.3857422,0.3105469,0.4628906c0.0601196,0.0246582,0.1245117,0.0372925,0.1894531,0.0371094c0.1340942,0.0001831,0.2625732-0.0536499,0.3564453-0.1494141l6-6.0996094C22.0478516,12.1560669,22.0478516,11.8439331,21.8564453,11.6494141z M16,16.8779297V7.1220703L20.7988281,12L16,16.8779297z M8.5,10.6552734c-0.276123,0-0.5,0.223877-0.5,0.5v1.6894531c0,0.0001831,0,0.0003662,0,0.0005493c0.0001831,0.276001,0.223999,0.4996338,0.5,0.4994507c0.0001831,0,0.0003662,0,0.0005493,0c0.276001-0.0001221,0.4996338-0.223999,0.4994507-0.5v-1.6894531C9,10.8791504,8.776123,10.6552734,8.5,10.6552734z M12,2c-0.276123,0-0.5,0.223877-0.5,0.5v19c0,0.0001831,0,0.0003662,0,0.0005493C11.5001831,21.7765503,11.723999,22.0001831,12,22c0.0001831,0,0.0003662,0,0.0006104,0c0.2759399-0.0001831,0.4995728-0.223999,0.4993896-0.5v-19C12.5,2.223877,12.276123,2,12,2z M8.1434937,5.5498657L7.6171265,6.0840454c0,0-0.000061,0.000061-0.0001221,0.0001221C7.4234619,6.2810059,7.4261475,6.5974731,7.6229858,6.7910156C7.742981,6.9105835,7.9158325,6.9603271,8.0809937,6.9228516C8.1730347,7.0648193,8.3308105,7.1505127,8.5,7.1503906c0.0001831,0,0.0003662,0,0.0006104,0C8.7765503,7.1502075,9.0001831,6.9263916,9,6.6503906v-0.75c0.000061-0.1342163-0.053833-0.2628174-0.1495972-0.3568726C8.6534424,5.3500366,8.3369751,5.3529053,8.1434937,5.5498657z\"/></svg></li><li title=\"github alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M9.6533203,20.8652344c-0.0001831-0.1481934-0.065979-0.2887573-0.1796875-0.3837891c-0.114624-0.093689-0.2642212-0.1332397-0.4101562-0.1083984c-1.5908203,0.2949219-3.6083984,0.2988281-4.1943359-1.3466797c-0.3604126-0.8795166-0.9379883-1.6533203-1.6787109-2.2490234c-0.1533203-0.0786133-0.2915039-0.1837158-0.4082031-0.3104858c-0.0394287-0.2409058-0.2471313-0.4180298-0.4912109-0.4190063H2.2890015c-0.2753296,0-0.4989014,0.2226562-0.5,0.4980469c-0.0029297,0.5703125,0.7109375,0.9970703,0.921875,1.109375c0.5300293,0.4760742,0.9473267,1.06427,1.2217407,1.7217407C4.28125,20.3565063,5.34375,21.8721313,8.6552734,21.4492798c0.0029297,0.3642578,0.0078125,0.5527344,0.0117188,0.6962891l0.0048828,0.2949219c0,0.276123,0.223877,0.5,0.5,0.5s0.5-0.223877,0.5-0.5l-0.0048828-0.3223267C9.6611328,21.9169922,9.6533203,21.6270142,9.6533203,20.8652344z M20.9208984,5.2236328c-0.0302734-0.0380859-0.0625-0.078125-0.0957031-0.1181641c0.0671387-0.2113647,0.1199341-0.427002,0.1582031-0.6454468c0.1547852-1.0731812,0.0175171-2.1682739-0.3974609-3.1700439C20.53125,1.1523438,20.4181519,1.0460815,20.2773438,1c-0.1416016-0.046875-1.4335938-0.3945312-4.1298828,1.3818359c-2.2589722-0.5742188-4.6257324-0.5742188-6.8847656,0C6.5673828,0.6259766,5.2832031,0.9550781,5.140625,0.9970703C4.9971313,1.0423584,4.8814087,1.1494751,4.8251953,1.2890625c-0.4225464,1.0169067-0.55896,2.1299438-0.3945312,3.21875c0.038269,0.199646,0.086853,0.3971558,0.1455078,0.5917969C4.5410156,5.1426392,4.5078125,5.1855469,4.4765625,5.2275391C3.6300049,6.3015747,3.1795654,7.6346436,3.2011719,9.0020142C3.1987305,9.3121338,3.2130737,9.6221313,3.2441406,9.9307251c0.3398438,4.6640625,3.3486328,5.9619141,5.9473267,6.4052734c-0.1692505,0.3034058-0.2957764,0.6287231-0.3760376,0.9667969c-0.0657959,0.2680054,0.0981445,0.5386963,0.3662109,0.6044922s0.5386963-0.0981445,0.6044922-0.3662109c0.0925293-0.4596558,0.3247681-0.8795166,0.664978-1.2021484c0.2080688-0.1820068,0.229248-0.49823,0.0472412-0.7062988c-0.0820312-0.093689-0.1959839-0.1535034-0.3197021-0.1677246c-2.7567749-0.3125-5.618103-1.2236328-5.9384766-5.625C4.2119141,9.5615234,4.1989136,9.2817993,4.2011719,9.0020142C4.182312,7.854248,4.5603638,6.7351685,5.2714844,5.8339844c0.0751953-0.1015625,0.1591797-0.1943359,0.2421875-0.2861328c0.12677-0.1398926,0.1641846-0.3392334,0.0966797-0.515625C5.5250244,4.8067017,5.4599609,4.5740356,5.4160156,4.3369141c-0.119751-0.803894-0.039917-1.6248779,0.2324219-2.390625c1.187561,0.1653442,2.309082,0.645874,3.2479858,1.3916016c0.1212158,0.0817871,0.2723389,0.1060791,0.4130859,0.0664062c2.2244263-0.6035156,4.569519-0.6035156,6.7939453,0c0.1415405,0.0395508,0.2932739,0.0148926,0.414978-0.0673828c0.932312-0.753418,2.0534058-1.2368164,3.241272-1.3974609c0.269165,0.7542114,0.3505859,1.5626831,0.2373047,2.3554688c-0.0441895,0.2519531-0.1132202,0.4989624-0.2060547,0.7373047c-0.0675049,0.1763916-0.0301514,0.3756714,0.0966797,0.515625c0.0878906,0.0966797,0.1757812,0.2050781,0.2528687,0.3017578c0.7128296,0.8942261,1.0913696,2.0090332,1.0704346,3.1524048c0.0023193,0.2860107-0.0117188,0.5719604-0.0419922,0.8564453c-0.3173828,4.3808594-3.1894531,5.2919922-5.9570312,5.6064453c-0.2745972,0.0314941-0.4716797,0.2797241-0.4401245,0.5543823c0.0142212,0.1236572,0.0739746,0.2376099,0.1676636,0.3195801c0.3447266,0.3249512,0.5755615,0.7523193,0.6582642,1.21875c0.0852051,0.3293457,0.124939,0.6687622,0.118103,1.0087891v2.4590454c-0.0106812,0.6757812-0.0106812,1.1826172-0.0106812,1.414978c0.0003662,0.276123,0.2245483,0.4996948,0.5006714,0.4993286c0.2755737-0.0004272,0.4989014-0.2237549,0.4993286-0.4993286c0-0.2304688,0-0.7314453,0.0106812-1.4072266v-2.4667969c0.0078735-0.4234619-0.0424194-0.8460083-0.149353-1.2558594c-0.0752563-0.3407593-0.1988525-0.6689453-0.3671875-0.9746094c2.6083984-0.4423828,5.6288452-1.7392578,5.9658203-6.3847656c0.0330811-0.3153076,0.0484009-0.6322021,0.0458984-0.9492188C22.2337646,7.6307373,21.7775269,6.2945557,20.9208984,5.2236328z\"/></svg></li><li title=\"gold \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M7.5,11h9c0,0,0.1,0,0.1,0c0.3,0,0.5-0.3,0.4-0.6l-1-6C16,4.2,15.7,4,15.5,4h-7C8.3,4,8,4.2,8,4.4l-1,6c0,0,0,0.1,0,0.1C7,10.8,7.2,11,7.5,11z M8.9,5h6.2l0.8,5H8.1L8.9,5z M22,13.4c0-0.2-0.2-0.4-0.5-0.4h-7c-0.2,0-0.5,0.2-0.5,0.4l-1,6c0,0,0,0.1,0,0.1c0,0.3,0.2,0.5,0.5,0.5h9c0,0,0.1,0,0.1,0c0.3,0,0.5-0.3,0.4-0.6L22,13.4z M14.1,19l0.8-5h6.2l0.8,5H14.1z M9.5,13h-7C2.3,13,2,13.2,2,13.4l-1,6c0,0,0,0.1,0,0.1C1,19.8,1.2,20,1.5,20h9c0,0,0.1,0,0.1,0c0.3,0,0.5-0.3,0.4-0.6l-1-6C10,13.2,9.7,13,9.5,13z M2.1,19l0.8-5h6.2l0.8,5H2.1z\"/></svg></li><li title=\"google drive alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21.7319336,15.1376953c-0.0018921-0.0333252-0.0109253-0.0648193-0.0196533-0.0977173c-0.0087891-0.0328369-0.0167847-0.0644531-0.0317383-0.0942383c-0.0046387-0.0092773-0.0043945-0.0195923-0.0096436-0.0287476L15.5126953,4.25C15.4235229,4.0953369,15.258606,4.000061,15.0800781,4H8.9208984C8.833252,4.000061,8.7471924,4.0231934,8.6712646,4.0670166C8.5995483,4.1083984,8.5473633,4.1674805,8.5056152,4.2327271C8.5006104,4.239502,8.492981,4.2429199,8.4882812,4.25L2.3291016,14.9169922c-0.0898438,0.154541-0.0898438,0.345459,0,0.5L5.4091797,20.75c0.0072021,0.0125122,0.0214233,0.0179443,0.0296021,0.0296631c0.0339355,0.0488281,0.0745239,0.0894775,0.1233521,0.1234741c0.0183716,0.0127563,0.0338135,0.026062,0.0537109,0.0362549C5.6845093,20.9749756,5.7591553,20.999939,5.8417969,21h12.3173828c0.1785278-0.000061,0.3434448-0.0953369,0.4326172-0.25l3.0791016-5.3330078c0.0070801-0.0122681,0.0048828-0.0276489,0.0108643-0.0404663c0.0253296-0.053894,0.0402832-0.109314,0.0452881-0.1686401c0.0012207-0.0140991,0.0108643-0.0262451,0.0108643-0.0404663C21.737915,15.1568604,21.7325439,15.1480713,21.7319336,15.1376953z M14.7910156,5l5.5810547,9.6669922h-5.0029297L9.7871094,5H14.7910156z M14.2144165,14.6669922H9.7861938l2.2139282-3.8348389L14.2144165,14.6669922z M3.3388672,15.1669922L8.9208984,5.5l2.5019531,4.3330078L5.8417969,19.5L3.3388672,15.1669922z M17.8701172,20H6.7080078l2.5020142-4.3330078h11.1621094L17.8701172,20z\"/></svg></li><li title=\"google hangouts alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M14.9921875,8c-1.1045532,0-2,0.8954468-2,2s0.8954468,2,2,2c0.3582764-0.0018311,0.7092896-0.1009521,1.015625-0.2868042V12c-0.0003662,0.552124-0.447876,0.9996338-1,1c-0.276123,0-0.5,0.223877-0.5,0.5s0.223877,0.5,0.5,0.5c1.1040039-0.0014038,1.9985962-0.8959961,2-2v-2c-0.0019531-0.0532227-0.0125122-0.1057739-0.0313721-0.1555786C16.8971558,8.8062744,16.0333252,8.0033569,14.9921875,8z M14.9921875,11c-0.5523071,0-1-0.4476929-1-1s0.4476929-1,1-1s1,0.4476929,1,1C15.9918213,10.552124,15.5443115,10.9996338,14.9921875,11z M13.3394165,1.0818481C12.8953857,1.0235596,12.4478149,0.9962158,12,1c-5.371521-0.0146484-9.737793,4.3280029-9.7524414,9.6994629C2.2333984,15.8971558,6.3084717,20.1873779,11.5,20.4404297V22.5c-0.0001221,0.276001,0.2234497,0.4998779,0.4994507,0.5H12c0.0401611,0,0.0802002-0.0049438,0.1191406-0.0146484c5.2094727-1.2819214,9.0397949-5.7161865,9.5507812-11.0566406C22.3648071,6.6329956,18.6350708,1.7767334,13.3394165,1.0818481z M20.6757812,11.8212891C20.2313232,16.5093994,17.0032959,20.4666138,12.5,21.84375v-1.890625c0.0001831-0.276001-0.2234497-0.4998779-0.4994507-0.5H12c-4.8534546,0.0198364-8.8040771-3.8986206-8.8239136-8.7520752C3.15625,5.8475342,7.074707,1.8969727,11.9282227,1.8771362c4.8534546-0.0198364,8.8040161,3.8986206,8.8238525,8.7520752C20.7537231,11.027832,20.7282104,11.4261475,20.6757812,11.8212891z M8.9921875,8c-1.1045532,0-2,0.8954468-2,2s0.8954468,2,2,2c0.3582764-0.0018311,0.7092896-0.1009521,1.015625-0.2868042V12c-0.0003662,0.552124-0.447876,0.9996338-1,1c-0.276123,0-0.5,0.223877-0.5,0.5s0.223877,0.5,0.5,0.5c1.1040039-0.0014038,1.9985962-0.8959961,2-2v-2c-0.0019531-0.0532227-0.0125122-0.1057739-0.0313721-0.1555786C10.8971558,8.8062744,10.0333252,8.0033569,8.9921875,8z M8.9921875,11c-0.5523071,0-1-0.4476929-1-1s0.4476929-1,1-1s1,0.4476929,1,1C9.9918213,10.552124,9.5443115,10.9996338,8.9921875,11z\"/></svg></li><li title=\"google play \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M20.9,11.1c-0.4-0.2-4-2.3-4-2.3l0,0L4.6,1.7C4.4,1.5,4,1.5,3.7,1.6c0,0,0,0,0,0c0,0-0.1,0-0.1,0.1C3.2,1.8,3,2.2,3,2.6v19c0,0.3,0.2,0.7,0.4,0.8c0,0,0.1,0,0.1,0c0,0,0,0,0,0c0.1,0,0.2,0.1,0.3,0.1c0.2,0,0.4-0.1,0.6-0.2c0.4-0.2,12.4-7.2,12.4-7.2l4-2.3c0.4-0.2,0.6-0.5,0.6-0.9C21.5,11.6,21.3,11.2,20.9,11.1z M15.8,9.3l-2,2L6.4,3.8L15.8,9.3z M4,21L4,2.9l9.2,9.1L4,21z M6.4,20l7.4-7.4l2,1.9C14.2,15.6,9.4,18.3,6.4,20z M20.4,12l-3.7,2.1L14.6,12l2.2-2.1C17.6,10.3,19.8,11.6,20.4,12L20.4,12z\"/></svg></li><li title=\"google \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M22.1318359,10.0332031c-0.0428467-0.2381592-0.2501831-0.411377-0.4921875-0.4111328h-9.4179688c-0.276001-0.0001831-0.4998779,0.2234497-0.5,0.4993896c0,0.0002441,0,0.0004272,0,0.0006104v3.8681641c-0.0001831,0.276001,0.2233887,0.4998169,0.4993896,0.5c0.0001831,0,0.0003662,0,0.0006104,0h4.7353516c-0.2963257,0.8607178-0.8681641,1.5997314-1.6269531,2.1025391c-0.927063,0.5915527-2.0089722,0.8944092-3.1083984,0.8701172c-2.343811-0.0240479-4.407959-1.5483398-5.1206665-3.78125l-0.0007935-0.0012817c-0.3829956-1.1286621-0.3829956-2.3521729,0-3.480835l0.0007935-0.0012817c0.7128296-2.2328491,2.7769165-3.7570801,5.1206665-3.78125c1.2922974-0.020874,2.5411377,0.4666138,3.4775391,1.3574219c0.1962891,0.1882935,0.5072021,0.1848145,0.6992188-0.0078125l2.8681641-2.8681641c0.1953735-0.1953125,0.1954346-0.5119629,0.0001221-0.7073364c-0.0042114-0.0042114-0.0084839-0.0083618-0.0128174-0.0123901c-1.9041748-1.7839966-4.4230347-2.7647705-7.0322266-2.7382812C8.2489624,1.4284668,4.612915,3.6699829,2.8388672,7.2246094c-1.489563,2.9671021-1.489563,6.463562,0,9.4306641c1.7741699,3.5546875,5.4099731,5.7964478,9.3828125,5.7851562c2.5581055,0.0670166,5.0452271-0.8458862,6.9525146-2.5519409l0.0045166-0.0027466c2.0888672-2.0148926,3.2304077-4.817749,3.1435547-7.71875C22.3220825,11.4514771,22.2583618,10.7374268,22.1318359,10.0332031z M12.2216797,2.4404297c2.177002-0.022583,4.2908325,0.7315674,5.9619141,2.1270142l-2.1601562,2.1600952c-1.0762329-0.8657837-2.4206543-1.3292236-3.8017578-1.3105469C9.7005005,5.4344482,7.4238892,6.928772,6.4050293,9.2349854l-2.4805908-1.923645C5.5953369,4.2964478,8.7747192,2.4299316,12.2216797,2.4404297z M2.7216797,11.9404297C2.7191162,10.6651611,2.9753418,9.4026489,3.4748535,8.229248l2.5728149,1.9952393c-0.3129272,1.1222534-0.3129272,2.3086548,0,3.4309082l-2.5717773,1.9944458C2.9795532,14.4760742,2.7231445,13.2148438,2.7216797,11.9404297z M12.2216797,21.4404297c-3.4471436,0.0102539-6.6265869-1.8566284-8.2972412-4.8718872l2.4805908-1.923645c1.0186157,2.3063965,3.2954102,3.8008423,5.8167114,3.8179932c1.1734619,0.0178833,2.3309326-0.2741699,3.3554688-0.8466797l0.1091309,0.0847778l2.3634644,1.8361206C16.3822021,20.8199463,14.3249512,21.4917603,12.2216797,21.4404297z M18.8037109,18.8564453l-2.3779297-1.8466797c0.8726807-0.7584229,1.4613037-1.7913208,1.6689453-2.9287109c0.0504761-0.2711182-0.1282959-0.5318604-0.3994141-0.5823975c-0.0302734-0.0056152-0.0610352-0.0084839-0.0917969-0.0084229h-4.8818359v-2.8681641h8.4921875c0.0722656,0.5117798,0.1085205,1.0280151,0.1083984,1.5449219C21.3942871,14.6411133,20.489563,17.0441284,18.8037109,18.8564453z\"/></svg></li><li title=\"grid \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21.5,2h-19C2.4998169,2,2.4996338,2,2.4993896,2C2.2234497,2.0001831,1.9998169,2.223999,2,2.5v19c0,0.0001831,0,0.0003662,0,0.0005493C2.0001831,21.7765503,2.223999,22.0001831,2.5,22h19c0.0001831,0,0.0003662,0,0.0006104,0C21.7765503,21.9998169,22.0001831,21.776001,22,21.5v-19c0-0.0001831,0-0.0003662,0-0.0006104C21.9998169,2.2234497,21.776001,1.9998169,21.5,2z M11.5,21H3v-5.5h8.5V21z M11.5,14.5H3v-5h8.5V14.5z M21,21h-8.5v-5.5H21V21z M21,14.5h-8.5v-5H21V14.5z M21,8.5H3V3h18V8.5z\"/></svg></li><li title=\"grids \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21.5,2h-19C2.4998169,2,2.4996338,2,2.4993896,2C2.2234497,2.0001831,1.9998169,2.223999,2,2.5v19c0,0.0001831,0,0.0003662,0,0.0005493C2.0001831,21.7765503,2.223999,22.0001831,2.5,22h19c0.0001831,0,0.0003662,0,0.0006104,0C21.7765503,21.9998169,22.0001831,21.776001,22,21.5v-19c0-0.0001831,0-0.0003662,0-0.0006104C21.9998169,2.2234497,21.776001,1.9998169,21.5,2z M8.5,21H3V3h5.5V21z M14.5,21h-5V3h5V21z M21,21h-5.5V3H21V21z\"/></svg></li><li title=\"grip horizontal line \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M2.5,11h19c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,10,21.5,10h-19C2.223877,10,2,10.223877,2,10.5S2.223877,11,2.5,11z M21.5,14h-19C2.223877,14,2,14.223877,2,14.5S2.223877,15,2.5,15h19c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,14,21.5,14z\"/></svg></li><li title=\"head side cough \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M5,20.4c-0.3,0-0.6,0.3-0.6,0.6s0.3,0.6,0.6,0.6s0.6-0.3,0.6-0.6S5.3,20.4,5,20.4z M23,9c0-3.8-3.1-6.9-6.9-7C12.3,1.9,9.1,5,9,8.9l-2.1,4.4c0,0.1,0,0.1,0,0.2c0,0.3,0.2,0.5,0.5,0.5H9v2c0,1.1,0.9,2,2,2h1v2.5c0,0.3,0.2,0.5,0.5,0.5h0c0.3,0,0.5-0.2,0.5-0.5V18h0.5c0.3,0,0.5-0.2,0.5-0.5S13.8,17,13.5,17H11c-0.6,0-1-0.4-1-1v-2.5c0-0.3-0.2-0.5-0.5-0.5H8.2L10,9.2c0-0.1,0-0.1,0-0.2c0-3.3,2.6-6,5.9-6c3.3,0,6,2.6,6.1,5.9l-2,7.4c0,0.1,0,0.2,0,0.2l1,4c0.1,0.2,0.3,0.4,0.5,0.4c0,0,0.1,0,0.1,0c0.3-0.1,0.4-0.3,0.4-0.6l-1-3.9l2-7.4C23,9.1,23,9,23,9z M2,17.4c-0.3,0-0.6,0.3-0.6,0.6s0.3,0.6,0.6,0.6s0.6-0.3,0.6-0.6S2.3,17.4,2,17.4z M6,16.4c-0.3,0-0.6,0.3-0.6,0.6s0.3,0.6,0.6,0.6s0.6-0.3,0.6-0.6S6.3,16.4,6,16.4z\"/></svg></li><li title=\"head side mask \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M13.2,2.5c-0.1,0-0.1,0-0.2,0c-3.9,0-7,3.1-7,7c0,0,0,0.1,0,0.1l-1.9,3.1C4,12.8,4,12.9,4,13v0v0v0c0,0.1,0,0.1,0,0.2l1.5,3.9c0.4,0.8,1.3,1.4,2.2,1.4H9V21c0,0,0,0,0,0c0,0.3,0.2,0.5,0.5,0.5c0,0,0,0,0,0c0.3,0,0.5-0.2,0.5-0.5v-2.5h2.5c0,0,0,0,0,0c0,0,0,0,0,0c0.1,0,0.1,0,0.2,0l4.5-1.5L17,17.4c0,0.1,0,0.2,0,0.3l1,3.5c0.1,0.2,0.3,0.4,0.5,0.4c0,0,0.1,0,0.1,0c0,0,0,0,0,0c0.3-0.1,0.4-0.4,0.3-0.6l-1-3.3l2-7.4c0,0,0-0.1,0-0.1V9.8C20,5.9,17.1,2.7,13.2,2.5z M12,17.5H7.7c-0.6,0-1.1-0.3-1.3-0.8l-1.2-3.2H12V17.5z M17.4,15.8L13,17.3v-3.9l5.6-1.9L17.4,15.8z M18.9,10.2l-6.5,2.3h-7L6.9,10C7,9.9,7,9.8,7,9.7c0,0,0-0.1,0-0.1l0-0.1c0-1.6,0.7-3.2,1.8-4.3c1.2-1.1,2.7-1.8,4.4-1.7c3.3,0.2,5.9,3,5.8,6.3L18.9,10.2z\"/></svg></li><li title=\"head side \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M20.5,9.4c0-4-3.2-7.3-7.2-7.4C9.2,1.9,5.8,5.2,5.7,9.2l-2.2,4.5c0,0.1,0,0.1,0,0.2c0,0.3,0.2,0.5,0.5,0.5h2V17c0,1.1,0.9,2,2,2h1v2.5c0,0,0,0,0,0C9,21.8,9.2,22,9.5,22c0,0,0,0,0,0c0.3,0,0.5-0.2,0.5-0.5V19h0.5c0.3,0,0.5-0.2,0.5-0.5S10.8,18,10.5,18H8c-0.6,0-1-0.4-1-1v-3c0,0,0,0,0,0c0-0.3-0.2-0.5-0.5-0.5H4.8l1.9-3.9c0-0.1,0.1-0.1,0-0.2C6.7,5.9,9.5,3,13,3c3.5,0,6.4,2.8,6.5,6.3l-2.1,7.9c0,0.1,0,0.2,0,0.3l1.1,4.2c0.1,0.2,0.3,0.4,0.5,0.4c0,0,0.1,0,0.1,0c0.3-0.1,0.4-0.3,0.4-0.6l-1-4.1l2.1-7.8C20.5,9.5,20.5,9.4,20.5,9.4z\"/></svg></li><li title=\"history alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M16.7278442,3.1806641C12.3101196,0.8087769,6.9154053,2.1035767,4,5.9998169V3.5C4,3.223877,3.776123,3,3.5,3S3,3.223877,3,3.5v4.0006104C3.0001831,7.7765503,3.223999,8.0001831,3.5,8h4C7.776123,8,8,7.776123,8,7.5S7.776123,7,7.5,7H4.5234375c1.6569214-2.4729614,4.4342651-3.9953003,7.4486694-4c4.9705811-0.0076904,9.0062256,4.0155029,9.013916,8.986084C20.9937744,16.956604,16.9705811,20.9923096,12,21c-0.276123,0-0.5,0.223877-0.5,0.5S11.723877,22,12,22c3.6832275-0.00177,7.067627-2.0270996,8.8098755-5.2721558C23.423584,11.8596802,21.5960083,5.7943726,16.7278442,3.1806641z M12,8c-0.276123,0-0.5,0.223877-0.5,0.5v3.5005493C11.5001831,12.2765503,11.723999,12.5001831,12,12.5h2.5c0.276123,0,0.5-0.223877,0.5-0.5s-0.223877-0.5-0.5-0.5h-2v-3C12.5,8.223877,12.276123,8,12,8z\"/></svg></li><li title=\"history \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M16.727478,3.1801758C12.3098755,0.8085327,6.9154053,2.1032715,4,5.9990845V3.5C4,3.223877,3.776123,3,3.5,3S3,3.223877,3,3.5v4c0,0.0001831,0,0.0003662,0,0.0006104C3.0001831,7.7765503,3.223999,8.0001831,3.5,8h4C7.776123,8,8,7.776123,8,7.5S7.776123,7,7.5,7H4.5216064c1.6455688-2.4667358,4.4089966-3.9888916,7.4118042-4c4.9522095-0.0183716,8.9816284,3.9812622,9,8.9334106s-3.9812012,8.9816284-8.9334106,9C7.0478516,20.9517822,3.0183716,16.9521484,3,12c0-0.1601562-0.0004883-0.3115234,0.0087891-0.4716797c0-0.0001221,0-0.0003052,0-0.0004272c0.015686-0.2753906-0.1948853-0.5112915-0.4702148-0.5269165C2.5328369,11.0005493,2.5270996,11.0002441,2.5213623,11c-0.2712402-0.0107422-0.4998779,0.2004395-0.5106201,0.4716797C2.0004883,11.6513672,2,11.8203125,2,12c0.0062866,5.5202026,4.4797974,9.9937134,10,10c3.6833496-0.0018311,7.067749-2.0272827,8.8099976-5.272522C23.423645,11.8591309,21.5958252,5.7938232,16.727478,3.1801758z M12,8c-0.276123,0-0.5,0.223877-0.5,0.5V12c0,0.0001831,0,0.0003662,0,0.0005493C11.5001831,12.2765503,11.723999,12.5001831,12,12.5h2.5c0.276123,0,0.5-0.223877,0.5-0.5s-0.223877-0.5-0.5-0.5h-2v-3C12.5,8.223877,12.276123,8,12,8z\"/></svg></li><li title=\"horizontal align left \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21.5,11H16V6.5c0-0.0001831,0-0.0003662,0-0.0006104C15.9998169,6.2234497,15.776001,5.9998169,15.5,6H3V2.5C3,2.223877,2.776123,2,2.5,2S2,2.223877,2,2.5v4v5v0.0005493V17.5v0.0005493V21.5c0,0.0001831,0,0.0003662,0,0.0005493C2.0001831,21.7765503,2.223999,22.0001831,2.5,22c0.0001831,0,0.0003662,0,0.0006104,0C2.7765503,21.9998169,3.0001831,21.776001,3,21.5V18h18.5c0.0001831,0,0.0003662,0,0.0006104,0C21.7765503,17.9998169,22.0001831,17.776001,22,17.5v-6c0-0.0001831,0-0.0003662,0-0.0006104C21.9998169,11.2234497,21.776001,10.9998169,21.5,11z M3,7h12v4H3V7z M21,17H3v-5h12.5h0.0006104H21V17z\"/></svg></li><li title=\"hospital square sign \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M15.5,6C15.2,6,15,6.2,15,6.5v5H9v-5C9,6.2,8.8,6,8.5,6S8,6.2,8,6.5v11C8,17.8,8.2,18,8.5,18h0C8.8,18,9,17.8,9,17.5v-5h6v5c0,0.3,0.2,0.5,0.5,0.5h0c0.3,0,0.5-0.2,0.5-0.5v-11C16,6.2,15.8,6,15.5,6z M19.5,2h-15C3.1,2,2,3.1,2,4.5v15C2,20.9,3.1,22,4.5,22h15c1.4,0,2.5-1.1,2.5-2.5v-15C22,3.1,20.9,2,19.5,2z M21,19.5c0,0.8-0.7,1.5-1.5,1.5h-15C3.7,21,3,20.3,3,19.5v-15C3,3.7,3.7,3,4.5,3h15C20.3,3,21,3.7,21,4.5V19.5z\"/></svg></li><li title=\"hospital symbol \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M15,7.5c-0.3,0-0.5,0.2-0.5,0.5v3.5h-5V8c0-0.3-0.2-0.5-0.5-0.5S8.5,7.7,8.5,8v8c0,0.3,0.2,0.5,0.5,0.5h0c0.3,0,0.5-0.2,0.5-0.5v-3.5h5V16c0,0.3,0.2,0.5,0.5,0.5h0c0.3,0,0.5-0.2,0.5-0.5V8C15.5,7.7,15.3,7.5,15,7.5z M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10c5.5,0,10-4.5,10-10C22,6.5,17.5,2,12,2z M12,21c-5,0-9-4-9-9s4-9,9-9c5,0,9,4,9,9C21,17,17,21,12,21z\"/></svg></li><li title=\"hospital \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M12.5,17h-1c-0.3,0-0.5,0.2-0.5,0.5s0.2,0.5,0.5,0.5h1c0.3,0,0.5-0.2,0.5-0.5S12.8,17,12.5,17z M7.5,13h-1C6.2,13,6,13.2,6,13.5S6.2,14,6.5,14h1C7.8,14,8,13.8,8,13.5S7.8,13,7.5,13z M12.5,13h-1c-0.3,0-0.5,0.2-0.5,0.5s0.2,0.5,0.5,0.5h1c0.3,0,0.5-0.2,0.5-0.5S12.8,13,12.5,13z M7.5,17h-1C6.2,17,6,17.2,6,17.5S6.2,18,6.5,18h1C7.8,18,8,17.8,8,17.5S7.8,17,7.5,17z M13.5,7.5h-1v-1C12.5,6.2,12.3,6,12,6s-0.5,0.2-0.5,0.5v1h-1C10.2,7.5,10,7.7,10,8s0.2,0.5,0.5,0.5h1v1c0,0.3,0.2,0.5,0.5,0.5h0c0.3,0,0.5-0.2,0.5-0.5v-1h1C13.8,8.5,14,8.3,14,8S13.8,7.5,13.5,7.5z M21.5,7H18V2.5C18,2.2,17.8,2,17.5,2h-11C6.2,2,6,2.2,6,2.5V7H2.5C2.2,7,2,7.2,2,7.5v14C2,21.8,2.2,22,2.5,22h19c0.3,0,0.5-0.2,0.5-0.5v-14C22,7.2,21.8,7,21.5,7z M21,21H3V8h3.5C6.8,8,7,7.8,7,7.5V3h10v4.5C17,7.8,17.2,8,17.5,8H21V21z M17.5,17h-1c-0.3,0-0.5,0.2-0.5,0.5s0.2,0.5,0.5,0.5h1c0.3,0,0.5-0.2,0.5-0.5S17.8,17,17.5,17z M16.5,13c-0.3,0-0.5,0.2-0.5,0.5s0.2,0.5,0.5,0.5h1c0.3,0,0.5-0.2,0.5-0.5S17.8,13,17.5,13H16.5z\"/></svg></li><li title=\"house user \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21.8,10.6l-2-1.8c0,0,0,0,0,0l-7.5-6.7c-0.2-0.2-0.5-0.2-0.7,0L4.2,8.8c0,0,0,0,0,0l-2,1.8c0,0,0,0,0,0c-0.2,0.2-0.2,0.5,0,0.7c0.2,0.2,0.5,0.2,0.7,0L4,10.3v11.2c0,0,0,0,0,0C4,21.8,4.3,22,4.5,22h14.9c0,0,0,0,0,0c0.3,0,0.5-0.2,0.5-0.5V10.3l1.2,1.1c0.1,0.1,0.2,0.1,0.3,0.1v0c0.1,0,0.3-0.1,0.4-0.2C22.1,11.1,22,10.8,21.8,10.6z M8.1,21c0.4-1.6,1.8-2.8,3.4-3c2-0.2,3.8,1.1,4.3,3H8.1z M9.5,14.5c0-1.4,1.1-2.5,2.5-2.5c1.4,0,2.5,1.1,2.5,2.5c0,1.4-1.1,2.5-2.5,2.5S9.5,15.9,9.5,14.5z M19,21h-2.1c-0.3-1.6-1.4-3-2.9-3.6c0.9-0.6,1.6-1.7,1.6-2.9c0-1.9-1.6-3.5-3.5-3.5s-3.5,1.6-3.5,3.5c0,1.2,0.6,2.3,1.6,2.9C8.6,18,7.5,19.3,7.1,21H5V9.4l7-6.2l7,6.2V21z\"/></svg></li><li title=\"html3 alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M20.8691406,2.1621094C20.774292,2.0586548,20.6403809,1.9998169,20.5,2h-17C3.2243652,1.9994507,3.0004883,2.2224731,2.999939,2.4981079c-0.000061,0.0153198,0.0006104,0.0306396,0.0020142,0.0458984l1.5,17c0.0181274,0.2060547,0.161438,0.3796387,0.3603516,0.4365234l6.9902344,2C11.8973389,21.9932861,11.9436646,21.9998169,11.9902344,22c0.0462646-0.0001221,0.0922852-0.0067139,0.1367188-0.0195312l7.0097656-2c0.1991577-0.0567627,0.3427734-0.2302856,0.3613281-0.4365234l1.5-17C21.0106812,2.4042358,20.9638672,2.265625,20.8691406,2.1621094z M18.5322266,19.1132812l-6.5419922,1.8671875l-6.5224609-1.8662109L4.0458984,3h15.9082031L18.5322266,19.1132812z M7.960022,7.5h7.5341797l-0.2664795,3H10c-0.276123,0-0.5,0.223877-0.5,0.5s0.223877,0.5,0.5,0.5h5.138855l-0.3449097,3.8828125L12,16.0175781l-2.7940063-0.6347656L9.078064,13.9550781c-0.0314331-0.2715454-0.2702026-0.4707642-0.5429688-0.453125c-0.2750244,0.0249634-0.4777832,0.2680054-0.453125,0.5429688l0.1601562,1.7900391c0.0194702,0.2160034,0.1760864,0.3947144,0.3876343,0.4423828l3.2598267,0.7402344c0.0725708,0.0169067,0.1480713,0.0169067,0.2207031,0l3.2597656-0.7402344c0.211853-0.0478516,0.3685303-0.2270508,0.3876953-0.4433594l0.4263306-4.8028564C16.1848145,11.0202637,16.1903687,11.0110474,16.1903687,11l-0.0024414-0.012085l0.3500977-3.9440308c0.0247192-0.2744751-0.1777344-0.5170898-0.4522705-0.5418701C16.0705566,6.5006714,16.0552979,6.5,16.039978,6.5H7.960022c-0.2761841,0-0.5,0.223877-0.5,0.5S7.6838379,7.5,7.960022,7.5z\"/></svg></li><li title=\"image v \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M19.5,2h-15C3.119812,2.0012817,2.0012817,3.119812,2,4.5v15c0.0012817,1.380188,1.119812,2.4987183,2.5,2.5h15c1.380188-0.0012817,2.4987183-1.119812,2.5-2.5v-15C21.9987183,3.119812,20.880188,2.0012817,19.5,2z M4.5,21c-0.828064-0.0009155-1.4990845-0.671936-1.5-1.5v-5.2246094l3.7626953-3.7626953c0.684021-0.6816406,1.7905884-0.6816406,2.4746094,0L19.7047729,20.979187C19.637207,20.9885864,19.5701294,20.999939,19.5,21H4.5z M21,19.5c-0.0004272,0.3783569-0.1454468,0.7199097-0.376709,0.9837036l-6.9161377-6.9155273l1.055542-1.055481c0.684021-0.6816406,1.7905884-0.6816406,2.4746094,0L21,16.2753906V19.5z M21,14.8613892l-3.0556641-3.0556641c-1.0744629-1.0722656-2.814209-1.0722656-3.8886719,0l-1.055481,1.055481l-3.0558472-3.055542c-1.0880127-1.0390625-2.8006592-1.0390625-3.8886719,0L3,12.8613281V4.5C3.0009155,3.671936,3.671936,3.0009155,4.5,3h15c0.828064,0.0009155,1.4990845,0.671936,1.5,1.5V14.8613892z\"/></svg></li><li title=\"intercom alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M9.9994507,14.5H10c0.276001,0.0001831,0.4998169-0.2234497,0.5-0.4994507V6c0-0.276123-0.223877-0.5-0.5-0.5S9.5,5.723877,9.5,6v8C9.4998169,14.276001,9.7234497,14.4998169,9.9994507,14.5z M13.9994507,14.5H14c0.276001,0.0001831,0.4998169-0.2234497,0.5-0.4994507V6c0-0.276123-0.223877-0.5-0.5-0.5S13.5,5.723877,13.5,6v8C13.4998169,14.276001,13.7234497,14.4998169,13.9994507,14.5z M20,1H4C2.3438721,1.0018311,1.0018311,2.3438721,1,4v16c0.0018311,1.6561279,1.3438721,2.9981689,3,3h16c1.6561279-0.0018311,2.9981689-1.3438721,3-3V4C22.9981689,2.3438721,21.6561279,1.0018311,20,1z M22,20c-0.0014038,1.1040039-0.8959961,1.9985962-2,2H4c-1.1040039-0.0014038-1.9985962-0.8959961-2-2V4c0.0014038-1.1040039,0.8959961-1.9985962,2-2h16c1.1040039,0.0014038,1.9985962,0.8959961,2,2V20z M5.9993896,12.5H6c0.276001,0.0001831,0.4998169-0.2234497,0.5-0.4994507V8c0-0.276123-0.223877-0.5-0.5-0.5S5.5,7.723877,5.5,8v4C5.4998169,12.276001,5.7234497,12.4998169,5.9993896,12.5z M18.0006104,7.5H18c-0.276001-0.0001831-0.4998169,0.2234497-0.5,0.4993896V12c0,0.276123,0.223877,0.5,0.5,0.5s0.5-0.223877,0.5-0.5V8C18.5001831,7.723999,18.2765503,7.5001831,18.0006104,7.5z M17.6796875,15.7910156C16.0186768,16.954895,14.0274658,17.5540161,12,17.5c-2.02771,0.0545044-4.019104-0.5450439-5.6796875-1.710022c-0.2116699-0.177124-0.5269165-0.1491699-0.7041016,0.0625c-0.1771851,0.211731-0.1491699,0.5269775,0.0625,0.7041016C7.5133667,17.8847046,9.736084,18.5680542,12,18.5c2.2637329,0.0681152,4.4863892-0.6148071,6.3212891-1.9423828c0.2116699-0.1771851,0.2396851-0.4924316,0.0625-0.7041016S17.8913574,15.6138306,17.6796875,15.7910156z\"/></svg></li><li title=\"key skeleton alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21.8534546,2.1587524c-0.1918335-0.1986084-0.5083618-0.2041016-0.7069702-0.0122681l-5.4326172,5.4321899c-0.0072632,0.0065918-0.0167847,0.0089722-0.0237427,0.0161133c-0.0062866,0.0064087-0.0081787,0.0150757-0.0140991,0.0217285l-6.381958,6.3814087C8.5245361,13.3829956,7.5617065,13,6.5,13C4.0147095,13,2,15.0147095,2,17.5S4.0147095,22,6.5,22c2.4841309-0.0026855,4.4973145-2.0158691,4.5-4.5c0-1.0621948-0.3833618-2.0253906-0.9988403-2.795105l6.0498657-6.0493774l1.767334,1.767334c0.0936279,0.0939331,0.2208862,0.1466675,0.3535156,0.1464844v0.000061c0.1325684-0.000061,0.2596436-0.0527344,0.3533936-0.1464233c0.1953125-0.1952515,0.1953125-0.5118408,0.0001221-0.7071533l-1.767334-1.767334l2.1216431-2.121521l1.7677612,1.7677612c0.093689,0.0939331,0.2208862,0.1466675,0.3535156,0.1464844c0.1325684,0,0.2597046-0.0526733,0.3533936-0.1463623c0.1953125-0.1952515,0.1953735-0.5118408,0.0001221-0.7070923L19.586792,5.1199951l2.2666626-2.2665405C22.0406494,2.659729,22.0406494,2.3525391,21.8534546,2.1587524z M6.5,21C4.5670166,21,3,19.4329834,3,17.5S4.5670166,14,6.5,14c1.9320068,0.0023193,3.4976807,1.5679932,3.5,3.5C10,19.4329834,8.4329834,21,6.5,21z\"/></svg></li><li title=\"key skeleton \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21.8534546,2.1587524c-0.1918335-0.1986084-0.5083618-0.2041016-0.7069702-0.0122681l-1.8901367,1.8901367c-0.0096436,0.0084229-0.0219116,0.0117798-0.0310059,0.0210571c-0.0082397,0.0084229-0.0109253,0.0195312-0.0184326,0.0283813l-9.9123535,9.9123535C8.5249023,13.3831787,7.5619507,13,6.5,13C4.0147095,13,2,15.0147095,2,17.5S4.0147095,22,6.5,22c2.4841309-0.0026855,4.4973145-2.0158691,4.5-4.5c0-1.0619507-0.3831787-2.0249634-0.9984131-2.7946167l6.7575684-6.7576294l2.4732666,2.4741211c0.0936279,0.0939331,0.2208862,0.1466675,0.3535156,0.1464844c0.1325684,0,0.2596436-0.0526733,0.3533936-0.1463623c0.1953125-0.1952515,0.1953125-0.5118408,0.000061-0.7071533l-2.4732056-2.4741211l2.1211548-2.1211548l1.0591431,1.0591431C20.7401123,6.272644,20.8673706,6.3253784,21,6.3251953c0.1325073,0,0.2596436-0.0526733,0.3533936-0.1463623c0.1952515-0.1952515,0.1953125-0.5118408,0.0001221-0.7071533l-1.0592041-1.059082l1.5591431-1.5591431C22.0406494,2.659729,22.0406494,2.3525391,21.8534546,2.1587524z M6.5,21C4.5670166,21,3,19.4329834,3,17.5S4.5670166,14,6.5,14c1.9320068,0.0023193,3.4976807,1.5679932,3.5,3.5C10,19.4329834,8.4329834,21,6.5,21z\"/></svg></li><li title=\"laptop \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21.5,15H20V7c-0.0018311-1.6561279-1.3438721-2.9981689-3-3H7C5.3438721,4.0018311,4.0018311,5.3438721,4,7v8H2.4993896C2.2234497,15.0001831,1.9998169,15.223999,2,15.5V17c0.0018311,1.6561279,1.3438721,2.9981689,3,3h14c1.6561279-0.0018311,2.9981689-1.3438721,3-3v-1.5006104C21.9998169,15.2234497,21.776001,14.9998169,21.5,15z M5,7c0.0014038-1.1040039,0.8959961-1.9985962,2-2h10c1.1040039,0.0014038,1.9985962,0.8959961,2,2v8H5V7z M21,17c-0.0014038,1.1040039-0.8959961,1.9985962-2,2H5c-1.1040039-0.0014038-1.9985962-0.8959961-2-2v-1h18V17z\"/></svg></li><li title=\"layer group \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M2.25,8.4521484l9.5,5.4804688C11.8259277,13.9767456,11.9121704,14,12,14s0.1740723-0.0232544,0.25-0.0673828l9.5-5.4804688c0.0759888-0.0438843,0.1390381-0.1069946,0.1829224-0.1829224C22.071106,8.0300293,21.9891968,7.7241211,21.75,7.5859375l-9.5-5.4755859c-0.1550903-0.0878906-0.3449097-0.0878906-0.5,0l-9.5,5.4755859C2.1740112,7.6298218,2.1109619,7.6929321,2.0670776,7.7688599C1.928894,8.0080566,2.0108032,8.3139648,2.25,8.4521484z M12,3.1210938l8.4990234,4.8984375L12,12.9228516L3.5009766,8.0195312L12,3.1210938z M21.2479858,15.5263672L12,20.9208984l-9.2481079-5.3945312c-0.2384033-0.1391602-0.5444336-0.0587158-0.6835938,0.1796875s-0.0587158,0.5444336,0.1796875,0.6835938l9.5,5.5419922C11.8244019,21.9765015,11.911377,22.0001221,12,22c0.088562,0.0001221,0.1755371-0.0234985,0.2518921-0.0683594l9.5-5.5419922c0.2384033-0.1391602,0.3188477-0.4451904,0.1796875-0.6835938S21.4863892,15.387207,21.2479858,15.5263672z M21.2479858,11.5263672L12,16.9208984l-9.2481079-5.3945312c-0.2384033-0.1391602-0.5444336-0.0587158-0.6835938,0.1796875s-0.0587158,0.5444336,0.1796875,0.6835938l9.5,5.5419922C11.8244019,17.9765015,11.911377,18.0001221,12,18c0.088562,0.0001221,0.1755371-0.0234985,0.2518921-0.0683594l9.5-5.5419922c0.2384033-0.1391602,0.3188477-0.4451904,0.1796875-0.6835938S21.4863892,11.387207,21.2479858,11.5263672z\"/></svg></li><li title=\"layers alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21.5,2h-13C8.4998169,2,8.4996338,2,8.4994507,2C8.2234497,2.0001831,7.9998169,2.223999,8,2.5V7H5.5C5.4998169,7,5.4996338,7,5.4993896,7C5.2234497,7.0001831,4.9998169,7.223999,5,7.5V12H2.5c-0.0001831,0-0.0003662,0-0.0006104,0C2.2234497,12.0001831,1.9998169,12.223999,2,12.5v9c0,0.0001831,0,0.0003662,0,0.0005493C2.0001831,21.7765503,2.223999,22.0001831,2.5,22h9c0.0001831,0,0.0003662,0,0.0006104,0C11.7765503,21.9998169,12.0001831,21.776001,12,21.5V19h4.5c0.0001831,0,0.0003662,0,0.0006104,0C16.7765503,18.9998169,17.0001831,18.776001,17,18.5V16h4.5c0.0001831,0,0.0003662,0,0.0006104,0C21.7765503,15.9998169,22.0001831,15.776001,22,15.5v-13c0-0.0001831,0-0.0003662,0-0.0006104C21.9998169,2.2234497,21.776001,1.9998169,21.5,2z M11,18.5v0.0005493V21H3v-8h2.5H11V18.5z M16,15.5v0.0005493V18h-4v-5.5c0-0.0001831,0-0.0003662,0-0.0006104C11.9998169,12.2234497,11.776001,11.9998169,11.5,12H6V8h2.5H16V15.5z M21,15h-4V7.5c0-0.0001831,0-0.0003662,0-0.0006104C16.9998169,7.2234497,16.776001,6.9998169,16.5,7H9V3h12V15z\"/></svg></li><li title=\"left indent alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M5.8837891,9.1796875C5.7069092,8.9677124,5.3916626,8.9393311,5.1796875,9.1162109l-3,2.5c-0.0231323,0.0192871-0.0444946,0.0406494-0.0637817,0.0637817c-0.1767578,0.2119751-0.1481934,0.5270386,0.0637817,0.7037964l3,2.5C5.2694702,14.9589844,5.3828735,15.0001221,5.5,15c0.1481323-0.000061,0.2886353-0.0657959,0.383606-0.1795044c0.177002-0.2119751,0.1486816-0.5272827-0.0632935-0.7042847L3.28125,12l2.5390625-2.1162109C6.0322876,9.7069092,6.0606689,9.3916626,5.8837891,9.1796875z M12.5,7h9C21.776123,7,22,6.776123,22,6.5S21.776123,6,21.5,6h-9C12.223877,6,12,6.223877,12,6.5S12.223877,7,12.5,7z M9.0449219,5H9.0419922c-0.2749023,0.0001831-0.4981689,0.222168-0.5,0.4970703l-0.0839844,13C8.456543,18.7731323,8.6790161,18.99823,8.9550781,19h0.0029297c0.2749023-0.0001831,0.4981689-0.222168,0.5-0.4970703l0.0839844-13C9.543457,5.2268677,9.3209839,5.00177,9.0449219,5z M21.5,18h-9c-0.276123,0-0.5,0.223877-0.5,0.5s0.223877,0.5,0.5,0.5h9c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,18,21.5,18z M21.5,10h-9c-0.276123,0-0.5,0.223877-0.5,0.5s0.223877,0.5,0.5,0.5h9c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,10,21.5,10z M21.5,14h-9c-0.276123,0-0.5,0.223877-0.5,0.5s0.223877,0.5,0.5,0.5h9c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,14,21.5,14z\"/></svg></li><li title=\"left indent \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M2.5,10.5h11c0.276123,0,0.5-0.223877,0.5-0.5s-0.223877-0.5-0.5-0.5h-11C2.223877,9.5,2,9.723877,2,10S2.223877,10.5,2.5,10.5z M2.5,6.5h19C21.776123,6.5,22,6.276123,22,6s-0.223877-0.5-0.5-0.5h-19C2.223877,5.5,2,5.723877,2,6S2.223877,6.5,2.5,6.5z M21.8446045,9.3519897C21.609314,9.0689697,21.189209,9.0303345,20.90625,9.265625l-2.6660156,2.2226562c-0.0315552,0.0261841-0.0606079,0.0552368-0.086792,0.086792c-0.2346802,0.2826538-0.1958008,0.7019653,0.086792,0.9366455L20.90625,14.734375c0.1194458,0.1005249,0.2706299,0.1555176,0.4267578,0.1552734c0.1973267-0.0002441,0.3843994-0.0878906,0.5109253-0.2393188c0.236145-0.2826538,0.1984863-0.7032471-0.0841675-0.9393921L19.7080078,12l2.0517578-1.7109375C22.0414429,10.0534668,22.0794067,9.6343384,21.8446045,9.3519897z M2.5,14.5h11c0.276123,0,0.5-0.223877,0.5-0.5s-0.223877-0.5-0.5-0.5h-11C2.223877,13.5,2,13.723877,2,14S2.223877,14.5,2.5,14.5z M21.5,17.5h-19C2.223877,17.5,2,17.723877,2,18s0.223877,0.5,0.5,0.5h19c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,17.5,21.5,17.5z\"/></svg></li><li title=\"line spacing \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M9.5,8h12C21.776123,8,22,7.776123,22,7.5S21.776123,7,21.5,7h-12C9.223877,7,9,7.223877,9,7.5S9.223877,8,9.5,8z M6.0410156,16.1708984l-0.8740234,0.99823V6.8308105l0.8740234,0.998291C6.1356201,7.9378662,6.2728271,8.0002441,6.4169922,8c0.1209106-0.0001221,0.2376709-0.0440063,0.3286743-0.1235962c0.2078857-0.1817627,0.2290649-0.4976196,0.0473633-0.7055054l-1.75-2c-0.0073242-0.0077515-0.0148926-0.0153198-0.022644-0.022644C4.8127441,4.953125,4.486145,4.9632568,4.2910156,5.1708984l-1.75,2C2.3592529,7.37854,2.380249,7.6942139,2.5878906,7.8759766s0.5233765,0.1607666,0.7051392-0.046875l0.8739624-0.99823v10.3383179l-0.8740234-0.998291c-0.1817627-0.2076416-0.4974365-0.2286377-0.7050781-0.046875s-0.2286377,0.4974365-0.046875,0.7050781l1.75,2C4.3857422,18.9376831,4.5228882,19,4.6669922,19c0.144165,0,0.28125-0.0623169,0.3760376-0.1708984l1.75-2c0.1817017-0.2076416,0.1607056-0.5233154-0.046936-0.7050781S6.2227783,15.9632568,6.0410156,16.1708984z M21.5,17h-12C9.223877,17,9,17.223877,9,17.5S9.223877,18,9.5,18h12c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,17,21.5,17z M21.5,12h-12C9.223877,12,9,12.223877,9,12.5S9.223877,13,9.5,13h12c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,12,21.5,12z\"/></svg></li><li title=\"link broken \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M5.2421875,10.2177734C5.46875,10.2179565,5.6671143,10.0658569,5.725769,9.8470459C5.7972412,9.5802002,5.638916,9.3059082,5.3720703,9.234375L2.6464844,8.5039062C2.380127,8.4368286,2.1086426,8.5933228,2.0332031,8.8574219C1.961853,9.1243286,2.1199951,9.3986816,2.3867188,9.4707031l2.7255859,0.7304688C5.1547852,10.2119141,5.1983643,10.2174683,5.2421875,10.2177734z M13.8065796,15.3869629c-0.1932373-0.1972046-0.5097656-0.2003784-0.7069702-0.0071411l-3.8886719,3.8876953c-1.2528076,1.1972656-3.225769,1.1972656-4.4785767,0c-0.0001831-0.0002441-0.0004272-0.0004272-0.0006714-0.0006714c-1.2363281-1.2366943-1.2360229-3.2415161,0.0006714-4.4778442l3.8877563-3.8886719c0.1904907-0.194397,0.1904907-0.5054932,0-0.6998901c-0.1932983-0.1972046-0.5098267-0.2003784-0.7070312-0.0070801l-3.8876953,3.8886108c-0.7816772,0.7815552-1.2208252,1.8416748-1.2207642,2.9470215c0.0002441,2.3011475,1.8658447,4.1665039,4.1670532,4.1663208c1.1057129,0.0029907,2.166687-0.4365845,2.9463501-1.2207031l3.8885498-3.8878174C13.9970703,15.8924561,13.9970703,15.5813599,13.8065796,15.3869629z M5.8828125,6.5898438c0.0936279,0.0939331,0.2208862,0.1466675,0.3535156,0.1464844c0.1325684,0,0.2597046-0.0526733,0.3534546-0.1464233c0.1952515-0.1952515,0.1953125-0.5118408,0.000061-0.7070923L4.5947266,3.8877563c-0.194397-0.1905518-0.5054932-0.1905518-0.6998901,0C3.6976318,4.0809937,3.694458,4.397522,3.8876953,4.5947266L5.8828125,6.5898438z M9.234375,5.3720703C9.2937622,5.59021,9.4916992,5.7417603,9.7177734,5.7421875c0.0438232-0.0003052,0.0874023-0.0058594,0.1298828-0.0166016c0.2667847-0.0720215,0.4248657-0.3463745,0.3535156-0.6132812L9.4707031,2.3867188c-0.0744629-0.2648315-0.3467407-0.421814-0.6132812-0.3535156C8.5906982,2.1052246,8.4325562,2.3795776,8.5039062,2.6464844L9.234375,5.3720703z M19.9746094,4.0253906c-1.6271973-1.6271973-4.2653809-1.6271973-5.8926392,0L10.1934204,7.913147c-0.1904907,0.1943359-0.1904907,0.5054321,0,0.6998291c0.1932373,0.1972046,0.5097656,0.2003784,0.7069702,0.0071411l3.8886719-3.8876953c1.2528076-1.1972656,3.225708-1.1972656,4.4785156,0l0.0006714,0.0006714c1.2363281,1.2366943,1.2360229,3.2415161-0.0006714,4.4778442l-3.8876953,3.8886719c-0.09375,0.09375-0.1463623,0.2208862-0.1464233,0.3534546c0,0.276123,0.2238159,0.5,0.499939,0.500061c0.1326294,0.0001831,0.2598877-0.0525513,0.3535156-0.1464844l3.8876953-3.8886108C21.6018066,8.2907715,21.6018066,5.6525879,19.9746094,4.0253906z M21.6132812,14.5292969l-2.7255859-0.7304688c-0.2663574-0.0673218-0.5380249,0.0892944-0.6132812,0.3535156c-0.0713501,0.2669067,0.086792,0.5412598,0.3535156,0.6132812l2.7255859,0.7304688c0.0424805,0.0107422,0.0860596,0.0162964,0.1298828,0.0166016c0.2265015,0.0001831,0.4248657-0.1519165,0.4835205-0.3707275C22.0384521,14.8751221,21.880127,14.6008301,21.6132812,14.5292969z M18.1171875,17.4102173c-0.0023804-0.0023804-0.0046997-0.0047607-0.0070801-0.0070801c-0.1972046-0.1932983-0.5137329-0.1901245-0.7070312,0.0070801c-0.1932373,0.1971436-0.1901245,0.5136719,0.0070801,0.7069702l1.9951172,1.9951172c0.0936279,0.0939331,0.2208862,0.1466675,0.3535156,0.1464844c0.1325073,0,0.2596436-0.0526733,0.3533936-0.1463623c0.1953125-0.1952515,0.1953125-0.5118408,0.000061-0.7071533L18.1171875,17.4102173z M14.765625,18.6279297c-0.0717163-0.2669678-0.3463135-0.4252319-0.6132812-0.3535156s-0.4252319,0.3463135-0.3535156,0.6132812l0.7304688,2.7255859c0.0593872,0.2181396,0.2573242,0.3696899,0.4833984,0.3701172c0.0438232-0.0003052,0.0874023-0.0058594,0.1298828-0.0166016c0.2667236-0.0720215,0.4248657-0.3463745,0.3535156-0.6132812L14.765625,18.6279297z\"/></svg></li><li title=\"link h \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M10.5,16H7c-2.2091675,0-4-1.7908325-4-4s1.7908325-4,4-4h3.5C10.776123,8,11,7.776123,11,7.5S10.776123,7,10.5,7H7c-2.7614136,0-5,2.2385864-5,5s2.2385864,5,5,5h3.5c0.276123,0,0.5-0.223877,0.5-0.5S10.776123,16,10.5,16z M8,12c0,0.276123,0.223877,0.5,0.5,0.5h7c0.276123,0,0.5-0.223877,0.5-0.5s-0.223877-0.5-0.5-0.5h-7C8.223877,11.5,8,11.723877,8,12z M17,7h-3.5C13.223877,7,13,7.223877,13,7.5S13.223877,8,13.5,8H17c2.2091675,0,4,1.7908325,4,4s-1.7908325,4-4,4h-3.5c-0.276123,0-0.5,0.223877-0.5,0.5s0.223877,0.5,0.5,0.5H17c2.7614136,0,5-2.2385864,5-5S19.7614136,7,17,7z\"/></svg></li><li title=\"linkedin alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M7.5006104,9C7.5003662,9,7.5001831,9,7.5,9h-4C3.223999,8.9998169,3.0001831,9.2234497,3,9.4993896C3,9.4996338,3,9.4998169,3,9.5v12c-0.0001831,0.276001,0.2234497,0.4998169,0.4993896,0.5C3.4996338,22,3.4998169,22,3.5,22h4c0.276001,0.0001831,0.4998169-0.2234497,0.5-0.4994507C8,21.5003662,8,21.5001831,8,21.5v-12C8.0001831,9.223999,7.7765503,9.0001831,7.5006104,9z M7,21H4V10h3V21z M18,9c-1.0848389,0.000061-2.1393433,0.3580933-3,1.0185547V9.5c0.0001831-0.276001-0.2234497-0.4998169-0.4993896-0.5C14.5003662,9,14.5001831,9,14.5,9h-4c-0.276001-0.0001831-0.4998169,0.2234497-0.5,0.4993896C10,9.4996338,10,9.4998169,10,9.5v12c-0.0001831,0.276001,0.2234497,0.4998169,0.4994507,0.5c0.0001831,0,0.0003662,0,0.0005493,0h4c0.276001,0.0001831,0.4998169-0.2234497,0.5-0.4994507c0-0.0001831,0-0.0003662,0-0.0005493V16c0-0.8284302,0.6715698-1.5,1.5-1.5S18,15.1715698,18,16v5.5c-0.0001831,0.276001,0.2234497,0.4998169,0.4994507,0.5c0.0001831,0,0.0003662,0,0.0005493,0h4c0.276001,0.0001831,0.4998169-0.2234497,0.5-0.4994507c0-0.0001831,0-0.0003662,0-0.0005493V14C22.9967651,11.2399292,20.7600708,9.0032349,18,9z M22,21h-3v-5c0-1.3807373-1.1192627-2.5-2.5-2.5S14,14.6192627,14,16v5h-3V10h3v1.203125c0,0.2124634,0.1343994,0.4016724,0.335022,0.4716797c0.2001343,0.0721436,0.4240112,0.0079956,0.5556641-0.1591797c1.3625488-1.7268066,3.8669434-2.0220337,5.59375-0.6594238C21.4462891,11.6152344,22.0053101,12.7747192,22,14V21z M5.867981,2.0018311C5.7503662,1.9935913,5.6323242,1.992981,5.5146484,2C4.0053711,1.8969116,2.6983032,3.0368652,2.5952148,4.5461426c-0.0041504,0.06073-0.0062256,0.121521-0.0063477,0.182373c-0.0130005,1.49646,1.1895752,2.7200928,2.6860352,2.7330933c0.0610962,0.0005493,0.1221313-0.0010376,0.1831055-0.0046387h0.0283203c1.5064087,0.1054077,2.8129883-1.0303345,2.918396-2.5367432S7.3743896,2.1072388,5.867981,2.0018311z M5.8334351,6.4598389C5.7179565,6.470459,5.6016235,6.4695435,5.4863281,6.4569702H5.4580078C4.5018921,6.5304565,3.6672974,5.8150024,3.593811,4.8588867C3.5203247,3.902832,4.2357788,3.0681763,5.1918945,2.9946899C5.2994385,2.9864502,5.4074707,2.9882202,5.5146484,3C6.4700317,2.9119873,7.315918,3.6151123,7.4039917,4.5704956C7.4920044,5.5259399,6.7888794,6.3718262,5.8334351,6.4598389z\"/></svg></li><li title=\"list ui alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M3.5,6C2.6715698,6,2,6.6715698,2,7.5S2.6715698,9,3.5,9C4.328064,8.9990845,4.9990845,8.328064,5,7.5C5,6.6715698,4.3284302,6,3.5,6z M3.5,8C3.223877,8,3,7.776123,3,7.5S3.223877,7,3.5,7C3.7759399,7.0005493,3.9994507,7.2240601,4,7.5C4,7.776123,3.776123,8,3.5,8z M7.5,8h14C21.776123,8,22,7.776123,22,7.5S21.776123,7,21.5,7h-14C7.223877,7,7,7.223877,7,7.5S7.223877,8,7.5,8z M21.5,12h-10c-0.276123,0-0.5,0.223877-0.5,0.5s0.223877,0.5,0.5,0.5h10c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,12,21.5,12z M21.5,17h-6c-0.276123,0-0.5,0.223877-0.5,0.5s0.223877,0.5,0.5,0.5h6c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,17,21.5,17z M7.5,11C6.6715698,11,6,11.6715698,6,12.5S6.6715698,14,7.5,14c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C9,11.6715698,8.3284302,11,7.5,11z M7.5,13C7.223877,13,7,12.776123,7,12.5S7.223877,12,7.5,12c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C8,12.776123,7.776123,13,7.5,13z M11.5,16c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C13,16.6715698,12.3284302,16,11.5,16z M11.5,18c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C12,17.776123,11.776123,18,11.5,18z\"/></svg></li><li title=\"list ul \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M3.5,12C3.223877,12,3,12.223877,3,12.5S3.223877,13,3.5,13S4,12.776123,4,12.5S3.776123,12,3.5,12z M6.5,8h15C21.776123,8,22,7.776123,22,7.5S21.776123,7,21.5,7h-15C6.223877,7,6,7.223877,6,7.5S6.223877,8,6.5,8z M3.5,17C3.223877,17,3,17.223877,3,17.5S3.223877,18,3.5,18S4,17.776123,4,17.5S3.776123,17,3.5,17z M21.5,12h-15C6.223877,12,6,12.223877,6,12.5S6.223877,13,6.5,13h15c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,12,21.5,12z M3.5,7C3.223877,7,3,7.223877,3,7.5S3.223877,8,3.5,8S4,7.776123,4,7.5S3.776123,7,3.5,7z M21.5,17h-15C6.223877,17,6,17.223877,6,17.5S6.223877,18,6.5,18h15c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,17,21.5,17z\"/></svg></li><li title=\"master card \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M15.25,5.2041016C14.1124878,5.2034302,12.9937134,5.4936523,12,6.0472412c-0.9937134-0.5535889-2.1124878-0.843811-3.25-0.8431396C4.9967041,5.2298584,1.9749756,8.293335,2.0007324,12.0466309C2.0262451,15.7635498,5.0330811,18.7703857,8.75,18.7958984c1.1375122,0.0006714,2.2562866-0.2895508,3.25-0.8431396c0.9937134,0.5535889,2.1124878,0.843811,3.25,0.8431396c3.7532959-0.0257568,6.7750244-3.0892944,6.7492676-6.8425293C21.9737549,8.2364502,18.9668579,5.2296143,15.25,5.2041016z M8.75,17.7958984c-3.2009888-0.0252075-5.7754517-2.640625-5.7501831-5.8416138C3.0247803,8.7889404,5.5846558,6.2290649,8.75,6.2041016c0.791687,0.000061,1.574646,0.1657715,2.2984619,0.4864502c-2.932312,2.3508301-3.4036865,6.633728-1.0528564,9.56604c0.3114014,0.3884277,0.6644287,0.7414551,1.0528564,1.0528564C10.324646,17.630127,9.541687,17.7958374,8.75,17.7958984z M12,16.7767334C10.4329224,15.6915283,9.4985352,13.9061279,9.5,12c-0.0014648-1.9061279,0.9329224-3.6915283,2.5-4.7767334c2.6381226,1.8299561,3.2932739,5.4520264,1.4633179,8.0901489C13.0669556,15.8847656,12.5713501,16.3804321,12,16.7767334z M15.25,17.7958984c-0.791687-0.000061-1.574646-0.1657715-2.2984619-0.4864502c2.932312-2.3508301,3.4036865-6.633728,1.0528564-9.56604c-0.3114014-0.3884277-0.6644287-0.7414551-1.0528564-1.0528564C13.675354,6.369873,14.458313,6.2041626,15.25,6.2041016c3.2009888,0.0252075,5.7754517,2.640564,5.7502441,5.8415527C20.9752808,15.2110596,18.4154053,17.7709351,15.25,17.7958984z\"/></svg></li><li title=\"microscope \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M20.5,22H14c0.3-0.4,0.5-0.9,0.5-1.5c0,0,0,0,0-0.1c1.2-0.5,2.4-1.2,3.3-2.2c3-3.3,2.9-8.4-0.2-11.6l0.5-0.5C18.2,6,18.3,6,18.3,5.9L19,3.8c0.1-0.2,0-0.4-0.1-0.5l-2.1-2.1C16.6,1,16.4,1,16.2,1l-2.1,0.7c-0.1,0-0.1,0.1-0.2,0.1L7.6,8.2c0,0,0,0,0,0c-0.2,0.2-0.2,0.5,0,0.7l0.4,0.4L6.1,11c0,0,0,0,0,0c-0.2,0.2-0.2,0.5,0,0.7l2.1,2.1C8.4,14,8.5,14,8.6,14C8.7,14,8.9,14,9,13.9l1.8-1.8l0.4,0.4c0.1,0.1,0.2,0.1,0.4,0.1c0.1,0,0.3-0.1,0.4-0.1l5.1-5.1c0.8,0.8,1.4,1.8,1.7,2.9c1.2,3.8-0.7,7.8-4.4,9.2C13.9,18.6,13,18,12,18c-1.1,0-2.1,0.7-2.4,1.8c-1.2-0.3-2.3-0.9-3.2-1.8h1.1C7.8,18,8,17.8,8,17.5S7.8,17,7.5,17h-4C3.2,17,3,17.2,3,17.5S3.2,18,3.5,18H5c1.2,1.4,2.7,2.3,4.5,2.8c0,0.5,0.2,0.9,0.5,1.2H3.5C3.2,22,3,22.2,3,22.5S3.2,23,3.5,23h17c0.3,0,0.5-0.2,0.5-0.5S20.8,22,20.5,22z M8.6,12.8l-1.4-1.4L8.6,10l1.4,1.4L8.6,12.8z M16.6,6.3C16.6,6.3,16.5,6.3,16.6,6.3C16.5,6.3,16.5,6.3,16.6,6.3l-5.1,5.1L8.6,8.6l5.9-5.9l1.7-0.6l1.7,1.7l-0.6,1.7L16.6,6.3z M12,22c-0.8,0-1.5-0.7-1.5-1.5S11.2,19,12,19c0.8,0,1.5,0.7,1.5,1.5C13.5,21.3,12.8,22,12,22z\"/></svg></li><li title=\"minus square full \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M7.5,12.5h9c0.276123,0,0.5-0.223877,0.5-0.5s-0.223877-0.5-0.5-0.5h-9C7.223877,11.5,7,11.723877,7,12S7.223877,12.5,7.5,12.5z M21.5,2H2.4993896C2.2234497,2.0001831,1.9998169,2.223999,2,2.5v19.0005493C2.0001831,21.7765503,2.223999,22.0001831,2.5,22h19.0006104C21.7765503,21.9998169,22.0001831,21.776001,22,21.5V2.4993896C21.9998169,2.2234497,21.776001,1.9998169,21.5,2z M21,21H3V3h18V21z\"/></svg></li><li title=\"modem \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M17,18.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5c0-0.8284302-0.6715698-1.5-1.5-1.5s-1.5,0.6715698-1.5,1.5S16.1715698,18.5,17,18.5z M17,16.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5c0,0.276123-0.223877,0.5-0.5,0.5s-0.5-0.223877-0.5-0.5S16.723877,16.5,17,16.5z M21.9871216,13.4356079c-0.0043335-0.0326538-0.008667-0.0636597-0.0192261-0.0947876c-0.0111084-0.0326538-0.0267334-0.0611572-0.0440063-0.090332c-0.0150146-0.0256348-0.0296021-0.0500488-0.0491943-0.072876c-0.0241089-0.0280151-0.0518799-0.0499878-0.081543-0.0720825c-0.015625-0.0117188-0.0258179-0.0281372-0.0431519-0.038147l-15.5791016-9C5.9319458,3.9293213,5.6263428,4.0110474,5.4882812,4.25S5.4319458,4.7945557,5.6708984,4.9326172L19.6356201,13H3.5c-0.0001831,0-0.0003662,0-0.0006104,0C3.2234497,13.0001831,2.9998169,13.223999,3,13.5v5c0.0012817,1.380188,1.119812,2.4987183,2.5,2.5h14c1.380188-0.0012817,2.4987183-1.119812,2.5-2.5v-5c0-0.0001831,0-0.0003662,0-0.0006104C22,13.4767456,21.9900513,13.4573975,21.9871216,13.4356079z M21,18.5c-0.0009155,0.828064-0.671936,1.4990845-1.5,1.5h-14c-0.828064-0.0009155-1.4990845-0.671936-1.5-1.5V14h17V18.5z\"/></svg></li><li title=\"mouse alt 2 \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M12,2C8.1340332,2,5,5.1340332,5,9v6c0.0046997,3.8640747,3.1359253,6.9953003,7,7c3.8640747-0.0046997,6.9953003-3.1359253,7-7V9C19,5.1340332,15.8659668,2,12,2z M18,15c0,3.3137207-2.6862793,6-6,6s-6-2.6862793-6-6V9c0.003418-3.1433716,2.4224854-5.7166138,5.5-5.9742432v9.4752197c0,0.0001831,0,0.0004272,0,0.0006104c0.0001831,0.2759399,0.223999,0.4995728,0.5,0.4993896c0.0001831,0,0.0003662,0,0.0005493,0c0.276001-0.0001221,0.4996338-0.223999,0.4994507-0.5V3.0257568C15.5775146,3.2833862,17.996582,5.8566284,18,9V15z\"/></svg></li><li title=\"multiply \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M19.8534546,19.1465454L12.7069092,12l7.1465454-7.1465454c0.1871948-0.1937256,0.1871948-0.5009155,0-0.6947021c-0.1918335-0.1986084-0.5083618-0.2041016-0.7069702-0.0122681l-7.1465454,7.1465454L4.8534546,4.1465454c-0.1937256-0.1871338-0.5009155-0.1871338-0.6947021,0C3.960144,4.3383789,3.9546509,4.6549072,4.1464844,4.8535156L11.2929688,12l-7.1464844,7.1464844c-0.09375,0.09375-0.1464233,0.2208862-0.1464233,0.3534546C4,19.776062,4.223877,19.999939,4.5,20c0.1326294,0.0001221,0.2598267-0.0526123,0.3534546-0.1465454l7.1464844-7.1464844l7.1465454,7.1465454C19.2401123,19.9474487,19.3673706,20.0001831,19.5,20c0.1325073-0.000061,0.2595825-0.0526733,0.3533325-0.1463623C20.048645,19.6583862,20.0487061,19.3417969,19.8534546,19.1465454z\"/></svg></li><li title=\"object group \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21,19.0917969V4.9077148C21.5808716,4.7007446,21.9992676,4.1517944,22,3.5C22,2.6715698,21.3284302,2,20.5,2c-0.6521606,0-1.2015991,0.4187622-1.4082031,1H4.9082031C4.7015991,2.4187622,4.1521606,2,3.5,2C2.6715698,2,2,2.6715698,2,3.5c0,0.6521606,0.4187622,1.2015991,1,1.4082031v14.1835938C2.4187622,19.2984009,2,19.8478394,2,20.5C2,21.3284302,2.6715698,22,3.5,22c0.6517944-0.0007324,1.2007446-0.4191284,1.4077148-1h14.184082c0.206604,0.5812378,0.7560425,1,1.4082031,1c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C22,19.8478394,21.5812378,19.2984009,21,19.0917969z M20.5,3c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C21,3.776123,20.776123,4,20.5,4S20,3.776123,20,3.5S20.223877,3,20.5,3z M3.5,3C3.7759399,3.0005493,3.9994507,3.2240601,4,3.5C4,3.776123,3.776123,4,3.5,4S3,3.776123,3,3.5S3.223877,3,3.5,3z M3.5,21C3.223877,21,3,20.776123,3,20.5S3.223877,20,3.5,20c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C4,20.776123,3.776123,21,3.5,21z M19.0899658,20.0059814C19.0895386,20.0053711,19.0859375,20,19.0859375,20H4.9140625c0,0-0.0036011,0.0053711-0.0040283,0.0059814c-0.1504517-0.428833-0.4871826-0.765564-0.9160156-0.9160156C3.9946289,19.0895386,4,19.0859375,4,19.0859375V4.9140625c0,0-0.0057373-0.0038452-0.0064087-0.0043335c0.428833-0.1506348,0.7655029-0.4873047,0.9161377-0.9161377C4.9102173,3.9942627,4.9140625,4,4.9140625,4h14.171875c0,0,0.0036011-0.0053711,0.0040283-0.0059814c0.1504517,0.428833,0.4871826,0.765564,0.9160156,0.9160156C20.0053711,4.9104614,20,4.9140625,20,4.9140625v14.171875c0,0,0.0053711,0.0036011,0.0059814,0.0040283C19.5771484,19.2404175,19.2404175,19.5771484,19.0899658,20.0059814z M20.5,21c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C21,20.776123,20.776123,21,20.5,21z M16.5,10H14V7.5c0-0.0001831,0-0.0003662,0-0.0006104C13.9998169,7.2234497,13.776001,6.9998169,13.5,7h-6C7.4998169,7,7.4996338,7,7.4993896,7C7.2234497,7.0001831,6.9998169,7.223999,7,7.5v6c0,0.0001831,0,0.0003662,0,0.0005493C7.0001831,13.7765503,7.223999,14.0001831,7.5,14H10v2.5c0,0.0001831,0,0.0003662,0,0.0005493C10.0001831,16.7765503,10.223999,17.0001831,10.5,17h6c0.0001831,0,0.0003662,0,0.0006104,0C16.7765503,16.9998169,17.0001831,16.776001,17,16.5v-6c0-0.0001831,0-0.0003662,0-0.0006104C16.9998169,10.2234497,16.776001,9.9998169,16.5,10z M10.4994507,10C10.2234497,10.0001831,9.9998169,10.223999,10,10.5V13H8V8h5v2h-2.5C10.4998169,10,10.4996338,10,10.4994507,10z M16,16h-5v-5h5V16z\"/></svg></li><li title=\"object ungroup \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21,19.0921021v-8.1842041C21.5807495,10.7008057,22,10.151001,22,9.5C22,8.6728516,21.3271484,8,20.5,8c-0.651001,0-1.2008057,0.4192505-1.4078979,1H15V4.9078979C15.5807495,4.7008057,16,4.151001,16,3.5C16,2.6728516,15.3271484,2,14.5,2c-0.651001,0-1.2008057,0.4192505-1.4078979,1H4.9078979C4.7008057,2.4192505,4.151001,2,3.5,2C2.6728516,2,2,2.6728516,2,3.5c0,0.651001,0.4192505,1.2008057,1,1.4078979v8.1842041C2.4192505,13.2991943,2,13.848999,2,14.5C2,15.3271484,2.6728516,16,3.5,16c0.651001,0,1.2008057-0.4192505,1.4078979-1H9v4.0921021C8.4192505,19.2991943,8,19.848999,8,20.5C8,21.3271484,8.6728516,22,9.5,22c0.651001,0,1.2008057-0.4192505,1.4078979-1h8.1842041c0.2070923,0.5807495,0.756897,1,1.4078979,1c0.8271484,0,1.5-0.6728516,1.5-1.5C22,19.848999,21.5807495,19.2991943,21,19.0921021z M20.5,9C20.7753906,9,21,9.2246094,21,9.5S20.7753906,10,20.5,10S20,9.7753906,20,9.5S20.2246094,9,20.5,9z M14.5,3C14.7753906,3,15,3.2246094,15,3.5S14.7753906,4,14.5,4S14,3.7753906,14,3.5S14.2246094,3,14.5,3z M3.5,3C3.7753906,3,4,3.2246094,4,3.5S3.7753906,4,3.5,4S3,3.7753906,3,3.5S3.2246094,3,3.5,3z M3.5,15C3.2246094,15,3,14.7753906,3,14.5S3.2246094,14,3.5,14S4,14.2246094,4,14.5S3.7753906,15,3.5,15z M4.9140625,14l-0.0054932,0.0023193c-0.151001-0.4255981-0.4858398-0.760376-0.9115601-0.9111328L4,13.0859375v-8.171875L3.9971313,4.9087524C4.4226074,4.7580566,4.7573242,4.423645,4.9083862,3.998291L4.9140625,4h8.171875l0.0053101-0.0027466c0.1507568,0.425415,0.4852295,0.7601929,0.9105225,0.9111938L14,4.9140625V9h-3.0921021C10.7008057,8.4192505,10.151001,8,9.5,8C8.6728516,8,8,8.6728516,8,9.5c0,0.651001,0.4192505,1.2008057,1,1.4078979V14H4.9140625z M14.5,14c0.2753906,0,0.5,0.2246094,0.5,0.5S14.7753906,15,14.5,15S14,14.7753906,14,14.5S14.2246094,14,14.5,14z M14.0015869,13.0916138c-0.4251709,0.151062-0.7596436,0.4858398-0.9103394,0.9112549L13.0859375,14H10v-3.0859375l-0.0028076-0.0053101c0.425415-0.1507568,0.7601318-0.4851685,0.9111938-0.9104004C10.9091187,9.9971924,10.9135742,10.0014648,10.9140625,10H14v3.0859375L14.0015869,13.0916138z M9.5,10C9.2246094,10,9,9.7753906,9,9.5S9.2246094,9,9.5,9S10,9.2246094,10,9.5S9.7753906,10,9.5,10z M13.0921021,15c0.2070923,0.5807495,0.756897,1,1.4078979,1c0.8271484,0,1.5-0.6728516,1.5-1.5c0-0.651001-0.4192505-1.2008057-1-1.4078979V10h4.0859375l0.0049438-0.0039673c0.1506958,0.4265137,0.4859619,0.7619019,0.9124146,0.9128418L20,10.9140625v8.171875l0.0031738,0.005188c-0.4278564,0.1514893-0.7637329,0.4888306-0.9136963,0.9174194L19.0859375,20h-8.171875c0,0-0.0032349,0.006958-0.0037231,0.0079956c-0.1505127-0.4299927-0.4883423-0.7678223-0.918335-0.918335C9.993042,19.0891724,10,19.0859375,10,19.0859375V15H13.0921021z M9.5,21C9.2246094,21,9,20.7753906,9,20.5S9.2246094,20,9.5,20s0.5,0.2246094,0.5,0.5S9.7753906,21,9.5,21z M20.5,21c-0.2753906,0-0.5-0.2246094-0.5-0.5s0.2246094-0.5,0.5-0.5s0.5,0.2246094,0.5,0.5S20.7753906,21,20.5,21z\"/></svg></li><li title=\"opera alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M12,5.5c-3.1,0-3.1,4.7-3.1,6.4c0,1.8,0,6.6,3.2,6.6c3.2,0,3.2-4.8,3.2-6.6C15.1,7.7,14.1,5.5,12,5.5z M12,17.5c-1.5,0-2.2-1.8-2.2-5.7c0-3.6,0.7-5.3,2.1-5.3h0c1.4,0,2.2,1.8,2.2,5.4C14.1,15.7,13.5,17.5,12,17.5z M12,1.5c-5.8,0-9.8,4.3-9.8,10.4c0,5.2,3.7,10.6,9.8,10.6c6.1,0,9.8-5.4,9.8-10.6C21.8,5.8,17.8,1.5,12,1.5z M12,21.5c-5.5,0-8.8-4.9-8.8-9.6c0-5.6,3.5-9.4,8.8-9.4c5.3,0,8.8,3.8,8.8,9.4C20.8,16.6,17.5,21.5,12,21.5z\"/></svg></li><li title=\"paperclip \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M18.1875,13.3789062l-6.0107422,6.0097656c-1.9523926,1.9526978-5.118103,1.9528809-7.0708008,0.0004883s-1.9528809-5.118103-0.0004883-7.0708008l8.4853516-8.4853516c1.1714478-1.1717529,3.0709839-1.171936,4.2426758-0.0004883c1.1717529,1.1714478,1.171936,3.0709839,0.0004883,4.2426758l-7.7783203,7.7783203c-0.3956299,0.3779297-1.0184937,0.3779297-1.4140625,0c-0.3896484-0.3908081-0.3896484-1.0232544,0-1.4140625l5.3026733-5.303772c0.0024414-0.0023193,0.0048218-0.0046997,0.0072021-0.0071411c0.1932373-0.1972046,0.1900635-0.5137329-0.0072021-0.7069702c-0.1972046-0.1932983-0.5137329-0.1900635-0.7069702,0.0071411l-5.3027344,5.3037109c-0.0002441,0.0002441-0.0004883,0.0004883-0.0007324,0.0007324c-0.7805786,0.7809448-0.7802124,2.046814,0.0007324,2.8273926c0.7913818,0.7553711,2.0367432,0.7553711,2.828125,0l7.7783203-7.7783203c1.5517578-1.5604248,1.5515747-4.0812988-0.0004883-5.6414795c-1.5579834-1.5661011-4.0905762-1.5727539-5.6567383-0.0147705l-8.4853516,8.4853516c-1.124939,1.1251831-1.756897,2.6511841-1.756897,4.2422485c0,3.3137207,2.6863403,6,6.000061,5.999939c1.5921631,0.0045166,3.119812-0.62854,4.2421875-1.7578125l6.0107422-6.0097656c0.0023804-0.0023804,0.0047607-0.0047607,0.0070801-0.0071411c0.1932983-0.1972046,0.1900635-0.5137329-0.0070801-0.7070312C18.6973267,13.1785278,18.3807983,13.1817017,18.1875,13.3789062z\"/></svg></li><li title=\"paragraph \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M13.5,14h-11C2.223877,14,2,14.223877,2,14.5S2.223877,15,2.5,15h11c0.276123,0,0.5-0.223877,0.5-0.5S13.776123,14,13.5,14z M21.5,9h-19C2.223877,9,2,9.223877,2,9.5S2.223877,10,2.5,10h19c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,9,21.5,9z\"/></svg></li><li title=\"paypal \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M19.6542969,7.5869141c-0.2009888-0.2196655-0.4307251-0.4111938-0.6829224-0.569397c0.2329712-1.2444458-0.1186523-2.5269165-0.9537964-3.4784546c-0.9375-1.0605469-2.5751953-1.5986328-4.8681641-1.5986328H7.2646484c-0.6590576,0.0014038-1.2197266,0.480957-1.3232422,1.1318359l-2.453125,15.5898438c-0.0911865,0.5485229,0.279541,1.0670776,0.828064,1.1582642c0.0548706,0.0090942,0.1104126,0.0136719,0.1660767,0.0136108h3.0460815l-0.1593628,1.0136719c-0.0817261,0.5153809,0.2698364,0.9993896,0.7852173,1.0811157c0.0480957,0.0076294,0.0967407,0.0115356,0.1454468,0.0116577h3.0634766c0.6047363,0.0022583,1.12146-0.4353638,1.218689-1.0322266l0.6065063-3.8271484l0.0409546-0.2167969c0.0169067-0.1159668,0.116272-0.2019653,0.2333984-0.2021484h0.4580078c3.6289062,0,5.8027344-1.7197266,6.4619141-5.1123047C20.7811279,10.1879883,20.5109253,8.7180176,19.6542969,7.5869141z M7.8912964,17.5264893l-0.2067261,1.3065186l-3.2089844-0.0107422L6.9296875,3.2236328c0.0270996-0.1637573,0.1690063-0.2837524,0.335022-0.2832031h5.8847656c1.9941406,0,3.3798828,0.4238281,4.1162109,1.2587891c0.7022095,0.8255005,0.9553833,1.942627,0.6777344,2.9902344l0.0020752,0.0003052l-0.0001221,0.0006714c-0.0166016,0.1054688-0.0351562,0.2138672-0.0566406,0.3251953l-0.0010376,0.0029297c-0.6494141,3.3476562-2.7207031,4.9755859-6.3330078,4.9755859H9.8271484c-0.661499-0.0014648-1.2243652,0.4816284-1.3232422,1.1357422L7.8912964,17.5264893z M19.4003906,11.359375c-0.5625,2.8955078-2.3544922,4.3027344-5.4794922,4.3027344h-0.4580078c-0.6051636-0.0033569-1.1224976,0.4347534-1.21875,1.0322266l-0.6152344,3.8729858l-0.0322266,0.1708984c-0.017334,0.1160889-0.1170044,0.2020874-0.234375,0.2021484l-3.0048828,0.0644531l0.6048584-3.8487549l0.5338135-3.3699951l-0.0040894-0.0006104l0.0001831-0.0012817c0.024353-0.1663208,0.1668701-0.2897339,0.335022-0.289978h1.7275391c3.9599609,0,6.3896484-1.8076172,7.2275391-5.375c0.0419922,0.0410156,0.0820312,0.0830078,0.1201172,0.1259766C19.5513916,9.1461182,19.7360229,10.3009644,19.4003906,11.359375z\"/></svg></li><li title=\"pentagon \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21.7949219,9.4560547l-9.5-6.9228516c-0.1761475-0.1269531-0.4136963-0.1269531-0.5898438,0l-9.5,6.9228516C2.0309448,9.5839844,1.9581909,9.80896,2.0244141,10.0146484l3.6289062,11.2021484c0.0667725,0.2061768,0.2588501,0.3458252,0.4755859,0.3457031h11.7421875c0.2167358,0.0001221,0.4088135-0.1395264,0.4755859-0.3457031l3.6289062-11.2021484C22.0418091,9.80896,21.9690552,9.5839844,21.7949219,9.4560547z M17.5078125,20.5625H6.4921875L3.0869141,10.0507812L12,3.5566406l8.9130859,6.4941406L17.5078125,20.5625z\"/></svg></li><li title=\"polygon \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21.9335938,11.7509766l-4.75-8.2548828C17.0942383,3.3410034,16.9289551,3.2453613,16.75,3.2451172h-9.5C7.0710449,3.2453613,6.9057617,3.3410034,6.8164062,3.4960938l-4.75,8.2548828c-0.0888672,0.1541138-0.0888672,0.3439331,0,0.4979858l4.75,8.2549438C6.9057617,20.6589355,7.0710449,20.7546387,7.25,20.7548828h9.5c0.1789551-0.0002441,0.3442383-0.0959473,0.4335938-0.2509766l4.75-8.2549438C22.0224609,12.0949097,22.0224609,11.9050903,21.9335938,11.7509766z M16.4609375,19.7548828h-8.921875L3.0771484,12l4.4619141-7.7548828h8.921875L20.9228516,12L16.4609375,19.7548828z\"/></svg></li><li title=\"previous \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M7.5,7C7.223877,7,7,7.223877,7,7.5v9.0005493C7.0001831,16.7765503,7.223999,17.0001831,7.5,17h0.0006104C7.7765503,16.9998169,8.0001831,16.776001,8,16.5v-9C8,7.223877,7.776123,7,7.5,7z M16.8535156,16.1464844L12.6982422,12l4.1552124-4.1464844c0.1871948-0.1937866,0.1871948-0.5009766,0-0.6947021c-0.1918335-0.1986694-0.5083618-0.2041626-0.7069702-0.0122681l-4.5097656,4.5c-0.000061,0-0.0001221,0.000061-0.0001831,0.0001221c-0.1951294,0.1952515-0.1950684,0.5117188,0.0001831,0.7068481l4.5097656,4.5C16.2401123,16.9474487,16.3673706,17.0001831,16.5,17c0.1325684,0,0.2597046-0.0526733,0.3534546-0.1464233C17.0487061,16.6583252,17.0487671,16.3417358,16.8535156,16.1464844z\"/></svg></li><li title=\"print \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M7,9.5c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C8.5,10.1715698,7.8284302,9.5,7,9.5z M7,11.5c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C7.5,11.276123,7.276123,11.5,7,11.5z M19.5,6H18V2.5c0-0.0001831,0-0.0003662,0-0.0006104C17.9998169,2.2234497,17.776001,1.9998169,17.5,2h-11C6.4998169,2,6.4996338,2,6.4993896,2C6.2234497,2.0001831,5.9998169,2.223999,6,2.5V6H4.5C3.119812,6.0012817,2.0012817,7.119812,2,8.5V15c0.0018311,1.6561279,1.3438721,2.9981689,3,3h1v3.5c0,0.0001831,0,0.0003662,0,0.0005493C6.0001831,21.7765503,6.223999,22.0001831,6.5,22h11c0.0001831,0,0.0003662,0,0.0006104,0C17.7765503,21.9998169,18.0001831,21.776001,18,21.5V18h1c1.6561279-0.0018311,2.9981689-1.3438721,3-3V8.5C21.9987183,7.119812,20.880188,6.0012817,19.5,6z M7,3h10v3H7V3z M17,21H7v-6h10V21z M21,15c-0.0014038,1.1040039-0.8959961,1.9985962-2,2h-1v-2.5c0-0.0001831,0-0.0003662,0-0.0006104C17.9998169,14.2234497,17.776001,13.9998169,17.5,14h-11c-0.0001831,0-0.0003662,0-0.0006104,0C6.2234497,14.0001831,5.9998169,14.223999,6,14.5V17H5c-1.1040039-0.0014038-1.9985962-0.8959961-2-2V8.5C3.0009155,7.671936,3.671936,7.0009155,4.5,7h2h11h0.0006104H19.5c0.828064,0.0009155,1.4990845,0.671936,1.5,1.5V15z\"/></svg></li><li title=\"process \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M9,7H5.1450195C6.7410889,4.8068848,9.2875977,3.5067139,12,3.5c0.4752808-0.0004272,0.9498291,0.0374756,1.4190063,0.1132812c0.2723389,0.0447388,0.5294189-0.1397705,0.5742188-0.4121094c0.0447388-0.2723999-0.1397705-0.52948-0.4121094-0.5742188C13.0583496,2.5421753,12.5296021,2.4997559,12,2.5C9.0670776,2.5049438,6.3001099,3.8615723,4.5,6.177124V2.5C4.5,2.223877,4.276123,2,4,2S3.5,2.223877,3.5,2.5v5C3.4998169,7.776001,3.7234497,7.9998169,3.9993896,8C3.9996338,8,3.9998169,8,4,8h5c0.276123,0,0.5-0.223877,0.5-0.5S9.276123,7,9,7z M7.5006104,14.5c-0.0002441,0-0.0004272,0-0.0006104,0c-0.276001-0.0001831-0.4998169,0.2234497-0.5,0.4993896C7,14.9996338,7,14.9998169,7,15v3.8549805C4.8068848,17.2589111,3.5067139,14.7124023,3.5,12c-0.0004272-0.4752808,0.0374756-0.9498291,0.1132812-1.4190063c0.041626-0.2728271-0.145752-0.527832-0.4186401-0.569458c-0.2684937-0.0410156-0.5205688,0.1399536-0.567627,0.4074707C2.5422363,10.9417114,2.4997559,11.470459,2.5,12c0.0049438,2.9329224,1.3615723,5.6998901,3.677124,7.5H2.5C2.223877,19.5,2,19.723877,2,20s0.223877,0.5,0.5,0.5h5c0.276001,0.0001831,0.4998169-0.2234497,0.5-0.4994507C8,20.0003662,8,20.0001831,8,20v-5C8.0001831,14.723999,7.7765503,14.5001831,7.5006104,14.5z M20.0006104,16C20.0003662,16,20.0001831,16,20,16h-5c-0.276123,0-0.5,0.223877-0.5,0.5S14.723877,17,15,17h3.8549805C17.2589111,19.1931152,14.7124023,20.4932861,12,20.5c-0.4752808,0.0004272-0.9498291-0.0374756-1.4190063-0.1132812c-0.2723389-0.0447388-0.5294189,0.1397705-0.5742188,0.4121094c-0.0447388,0.2723999,0.1397705,0.52948,0.4121094,0.5742188C10.9416504,21.4578247,11.4703979,21.5002441,12,21.5c2.9329834-0.0049438,5.6998901-1.3615723,7.5-3.677124V21.5c0,0.276123,0.223877,0.5,0.5,0.5s0.5-0.223877,0.5-0.5v-5C20.5001831,16.223999,20.2765503,16.0001831,20.0006104,16z M21.5,3.5h-5c-0.276001-0.0001831-0.4998169,0.2234497-0.5,0.4993896C16,3.9996338,16,3.9998169,16,4v5c0,0.276123,0.223877,0.5,0.5,0.5S17,9.276123,17,9V5.1392212c0.9638672,0.6923218,1.7680664,1.583252,2.3583984,2.612793C20.107666,9.0422363,20.5015869,10.5079956,20.5,12c0.0004272,0.4752808-0.0374146,0.9498291-0.1132812,1.4190063c-0.0452881,0.2716064,0.1381836,0.5285034,0.40979,0.5737915c0.0007935,0.0001831,0.0015259,0.0003052,0.0023193,0.0004272c0.0270996,0.0046997,0.0545044,0.006958,0.0820312,0.0068359c0.2445068-0.0003662,0.4527588-0.1776733,0.4921875-0.4190063C21.4577637,13.0582886,21.5002441,12.5296021,21.5,12c0.0014038-1.6671753-0.4386597-3.3050537-1.2753906-4.7470703C19.6156616,6.1859131,18.8012695,5.2502441,17.8284302,4.5H21.5C21.776123,4.5,22,4.276123,22,4S21.776123,3.5,21.5,3.5z\"/></svg></li><li title=\"pump \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M20.6816406,6.9750977l-0.8275757-0.8278198c-0.0002441-0.0002441-0.0003052-0.0005493-0.0005493-0.0007935l-2.9746094-2.9750977c-0.1953125-0.1953125-0.5117188-0.1953125-0.7070312,0s-0.1953125,0.5117188,0,0.7070312l1.7471924,1.7474976L16.984375,8.1181641c-0.34375,0.9150391-0.1191406,1.9536133,0.5722656,2.6459961L21,14.2070312V19c0,1.1025391-0.8974609,2-2,2s-2-0.8974609-2-2v-2.5c0-1.3789062-1.1210938-2.5-2.5-2.5H14V4.5C14,3.121582,12.8789062,2,11.5,2h-7C3.121582,2,2,3.121582,2,4.5v15C2,20.8789062,3.121582,22,4.5,22h7c1.3789062,0,2.5-1.1210938,2.5-2.5V15h0.5c0.8271484,0,1.5,0.6728516,1.5,1.5V19c0,1.6542969,1.3457031,3,3,3s3-1.3457031,3-3v-8.8432617C22,8.9726562,21.5195312,7.8129883,20.6816406,6.9750977z M13,19.5c0,0.8271484-0.6728516,1.5-1.5,1.5h-7C3.6728516,21,3,20.3271484,3,19.5V11h10V19.5z M13,10H3V4.5C3,3.6728516,3.6728516,3,4.5,3h7C12.3271484,3,13,3.6728516,13,4.5V10z M21,12.7929688l-2.7363281-2.7353516c-0.4140625-0.4155273-0.5488281-1.0390625-0.34375-1.5878906l0.7753906-2.0668945l1.2792969,1.2792969C20.6259766,8.3339844,21,9.2358398,21,10.1567383V12.7929688z\"/></svg></li><li title=\"question circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M12.59552,8.1052856c-1.3356934-0.3458862-2.6988525,0.4564819-3.0447388,1.7921753c-0.0690308,0.2675171,0.0918579,0.5403442,0.359375,0.609375s0.5403442-0.0918579,0.609375-0.359375c0.126709-0.4932251,0.4951172-0.8884277,0.9782104-1.0494995c0.7857666-0.2619629,1.6350708,0.1627197,1.8969727,0.9484253c0.2619629,0.7857666-0.1626587,1.6350708-0.9484253,1.8969727c-0.6036377,0.2243042-0.9979858,0.8074341-0.9814453,1.4511719v0.628479c0.0001221,0.276001,0.223999,0.4996338,0.5,0.4994507h0.0005493c0.276001-0.0001831,0.4996338-0.223999,0.4994507-0.5v-0.6279297c-0.0135498-0.2148438,0.1074219-0.4155884,0.3037109-0.5039062c0.7988892-0.2697754,1.4077759-0.9243774,1.6191406-1.7406616C14.7335815,9.8143311,13.9311523,8.4511719,12.59552,8.1052856z M11.9646606,15.3973999c-0.3452148,0-0.625,0.2798462-0.625,0.625s0.2797852,0.625,0.625,0.625c0.3451538,0,0.625-0.2798462,0.625-0.625S12.3098145,15.3973999,11.9646606,15.3973999z M12,2C6.4771729,2,2,6.4771729,2,12s4.4771729,10,10,10c5.5201416-0.0064697,9.9935303-4.4798584,10-10C22,6.4771729,17.5228271,2,12,2z M12,21c-4.9705811,0-9-4.0294189-9-9s4.0294189-9,9-9c4.9683228,0.0054321,8.9945679,4.0316772,9,9C21,16.9705811,16.9705811,21,12,21z\"/></svg></li><li title=\"record audio \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M12,2C6.4771729,2,2,6.4771729,2,12s4.4771729,10,10,10c5.5201416-0.0064697,9.9935303-4.4798584,10-10C22,6.4771729,17.5228271,2,12,2z M12,21c-4.9705811,0-9-4.0294189-9-9s4.0294189-9,9-9c4.9683228,0.0054321,8.9945679,4.0316772,9,9C21,16.9705811,16.9705811,21,12,21z M12,6c-3.3137207,0-6,2.6862793-6,6s2.6862793,6,6,6c3.3121948-0.0036011,5.9963989-2.6878052,6-6C18,8.6862793,15.3137207,6,12,6z M12,17c-2.7614136,0-5-2.2385864-5-5s2.2385864-5,5-5c2.7600708,0.0032349,4.9967651,2.2399292,5,5C17,14.7614136,14.7614136,17,12,17z\"/></svg></li><li title=\"reddit alien alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M22.5,11.7197266c0.0007935-1.8103027-1.4660645-3.2785034-3.2763672-3.2792969c-1.1583252-0.0004883-2.230896,0.6103516-2.8214111,1.6068726c-1.2459717-0.3519897-2.5304565-0.5496826-3.824646-0.5887451l1.0278931-6.8521118l3.0219116,1.0269775c-0.0169678,0.0941162-0.0285645,0.1890869-0.0346069,0.2845459c-0.0123291,1.3806763,1.0969238,2.5100098,2.4776611,2.5223389c1.3806763,0.0123291,2.5100098-1.0969238,2.5223389-2.4776611c0.0001221-0.0148926,0.0001221-0.0297852,0-0.0446777V3.9072266c-0.0317383-1.3619385-1.1377563-2.4533081-2.5-2.4667969c-0.8834229,0.0078125-1.6968384,0.4822998-2.1385498,1.2473755l-3.5928955-1.2210083c-0.2619629-0.088501-0.5460815,0.052124-0.6345825,0.3141479c-0.0093994,0.027771-0.0162964,0.0562744-0.0206909,0.0852661L11.567688,9.4539795c-1.3430786,0.0289917-2.677063,0.2283325-3.9699097,0.5933228C6.6914062,8.4853516,4.6904297,7.9539185,3.128479,8.8602905c-1.5618896,0.9063721-2.0933838,2.9073486-1.1870117,4.4692993c0.069397,0.1195679,0.1463013,0.2345581,0.2302246,0.3444214C1.7434082,14.3532104,1.5109863,15.1375122,1.5,15.9404297c0,3.5839844,4.710022,6.5,10.5,6.5s10.5-2.9160156,10.5-6.5c-0.0109863-0.8026733-0.2432861-1.586792-0.6713867-2.2658691C22.2572021,13.1123047,22.4926758,12.4266357,22.5,11.7197266z M17.5927734,3.9287109c0.0076294-0.8233032,0.6766357-1.4870605,1.5-1.4882812c0.8284302,0,1.5,0.6716309,1.499939,1.500061c0,0.8284302-0.6716309,1.499939-1.500061,1.499939c-0.8283691,0-1.499939-0.6716309-1.499939-1.500061C17.5927124,3.9365234,17.5927124,3.9326172,17.5927734,3.9287109z M20.5570679,9.8577881c0.9408569,0.6755371,1.2196655,1.9524536,0.6460571,2.9586182c-1.053772-1.1068726-2.3584595-1.9439087-3.803833-2.4403687C18.1281738,9.3609619,19.5419922,9.1289062,20.5570679,9.8577881z M3.6365356,9.7376709c0.3480835-0.1989136,0.7428589-0.3015137,1.1436768-0.2972412h0.000061c0.7208862,0.0054321,1.3964233,0.3526611,1.8204346,0.9356689c-1.4452515,0.4963989-2.7497559,1.333313-3.8034668,2.4400024C2.1789551,11.7342529,2.5546875,10.355957,3.6365356,9.7376709z M12,21.4404297c-5.2382812,0-9.5-2.4677734-9.5-5.5c0-2.0952759,2.0360718-3.9197998,5.0219727-4.8480835c0.0056763-0.0021362,0.0115356-0.0011597,0.0170898-0.003479l0.0030518-0.0021362C8.9876709,10.6508789,10.4901733,10.4330444,12,10.4404297c1.5098267-0.0073853,3.0123291,0.2104492,4.4578857,0.6463013l0.0030518,0.0021362l0.0167847,0.003418C19.4638062,12.0205078,21.5,13.8450928,21.5,15.9404297C21.5,18.9726562,17.2382812,21.4404297,12,21.4404297z M15.2001953,12.4414062c-0.8284302,0-1.5,0.6715698-1.5,1.5s0.6715698,1.5,1.5,1.5c0.828064,0,1.4994507-0.6709595,1.5-1.4990234C16.6994019,13.1141357,16.0284424,12.442749,15.2001953,12.4414062z M15.7001953,13.9423828c-0.0006104,0.2757568-0.2242432,0.4989624-0.5,0.4990234c-0.276123,0-0.5-0.223877-0.5-0.5s0.223877-0.5,0.5-0.5s0.5,0.223877,0.5,0.5C15.7001953,13.9417725,15.7001953,13.9420776,15.7001953,13.9423828z M9.2001953,15.4414062c0.8274536-0.0014038,1.4981079-0.6715698,1.5-1.4990234c0.0005493-0.8284302-0.6705933-1.5004272-1.4990234-1.5009766c-0.8283691-0.0005493-1.5004272,0.6705322-1.5009766,1.4989624s0.6705933,1.5004272,1.4990234,1.5010376C9.1995239,15.4414062,9.1998901,15.4414062,9.2001953,15.4414062z M8.7001953,13.9423828c-0.0005493-0.276123,0.2228394-0.5004272,0.4990234-0.5009766c0.276123-0.0005493,0.5004272,0.2228394,0.5009766,0.4989624s-0.2228394,0.5004272-0.4990234,0.5010376c-0.0003052,0-0.0006104,0-0.0009766,0C8.9247437,14.4407349,8.701416,14.2178345,8.7001953,13.9423828z M14.7637329,17.1621094h-0.000061c-0.7713623,0.6037598-1.7477417,0.8829346-2.7216797,0.7783203c-0.9736328,0.1048584-1.9497681-0.1744385-2.7207031-0.7783203c-0.1972046-0.1932983-0.5137329-0.1900635-0.7069702,0.0071411c-0.1905518,0.194397-0.1905518,0.5054321,0,0.6998291c0.953186,0.8013916,2.1878052,1.1872559,3.4276733,1.0713501c1.2401733,0.1155396,2.4749756-0.2702637,3.4287109-1.0712891c0.1932983-0.1972046,0.1900635-0.5137329-0.0070801-0.7070312C15.2692261,16.9716187,14.9581299,16.9716187,14.7637329,17.1621094z\"/></svg></li><li title=\"redo \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21.5,11.5c-0.276123,0-0.5,0.223877-0.5,0.5c-0.0076294,3.3253174-1.8441162,6.376709-4.7788086,7.9404297c-4.3968506,2.3427734-9.8604126,0.6776123-12.203125-3.7192383C1.675293,11.8243408,3.3404541,6.3607788,7.7373047,4.0180664C11.8783569,1.8115845,16.9633789,3.1623535,19.4984741,7H16.5C16.223877,7,16,7.223877,16,7.5S16.223877,8,16.5,8h4c0.0001831,0,0.0003662,0,0.0006104,0C20.7765503,7.9998169,21.0001831,7.776001,21,7.5v-4C21,3.223877,20.776123,3,20.5,3S20,3.223877,20,3.5v2.4971924C18.1317139,3.5110474,15.1925659,2.0039673,12.0252686,2C6.5024414,1.993042,2.0196533,6.4645386,2.0126343,11.9873657C2.0056763,17.5101929,6.4771729,21.993042,12,22c5.5201416-0.0064697,9.9935303-4.4798584,10-10C22,11.723877,21.776123,11.5,21.5,11.5z\"/></svg></li><li title=\"refresh \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M20.5,16h-4c-0.276123,0-0.5,0.223877-0.5,0.5s0.223877,0.5,0.5,0.5h2.9760132c-1.6599121,2.4746704-4.44104,3.9971313-7.4585571,4C7.0420532,21.0048218,3.0048218,16.9754028,3,12c-0.0004272-0.4752197,0.0374756-0.9497681,0.1133423-1.4188843c0.0447388-0.2723999-0.1397705-0.52948-0.4121094-0.5742188c-0.2723999-0.0447998-0.52948,0.1397095-0.5742188,0.4121094C2.0422363,10.9417114,1.9997559,11.470459,2,12c0.0064697,5.5201416,4.4798584,9.9935303,10,10c3.1759033,0.0013428,6.1253662-1.5065308,8-3.9985962v2.4991455C20.0001831,20.7765503,20.223999,21.0001831,20.5,21h0.0006104C20.7765503,20.9998169,21.0001831,20.776001,21,20.5v-4.0006104C20.9998169,16.2234497,20.776001,15.9998169,20.5,16z M16.7373047,3.1964722C12.3201904,0.817749,6.9207764,2.1072388,4,6.0029297V3.5C4,3.223877,3.776123,3,3.5,3S3,3.223877,3,3.5v4.0006104C3.0001831,7.7765503,3.223999,8.0001831,3.5,8h4C7.776123,8,8,7.776123,8,7.5S7.776123,7,7.5,7H4.5239868c1.6599121-2.4746704,4.44104-3.9971313,7.4585571-4C16.9579468,2.9951782,20.9951782,7.0245972,21,12c0.0004272,0.4752808-0.0374146,0.9497681-0.1132202,1.4189453c-0.0001831,0.0007935-0.0003052,0.0015259-0.0004272,0.0023193c-0.0440063,0.2718506,0.140686,0.5278931,0.4125366,0.5718994C21.3259277,13.9978638,21.3533936,14.0001221,21.3808594,14c0.2445068-0.0003662,0.4527588-0.1776733,0.4921265-0.4190063C21.9577637,13.0582886,22.0002441,12.529541,22,12C21.9970703,8.3212891,19.9761963,4.9407349,16.7373047,3.1964722z M15,12c0-1.6568604-1.3431396-3-3-3s-3,1.3431396-3,3s1.3431396,3,3,3C13.6561279,14.9981689,14.9981689,13.6561279,15,12z M10,12c0-1.1045532,0.8954468-2,2-2c1.1040039,0.0014038,1.9985962,0.8959961,2,2c0,1.1045532-0.8954468,2-2,2S10,13.1045532,10,12z\"/></svg></li><li title=\"repeat \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21.5,5h-4C17.223877,5,17,5.223877,17,5.5S17.223877,6,17.5,6H21v12H10.7069702l1.6464844-1.6464844c0.1871948-0.1937866,0.1871948-0.5009766,0-0.6947021c-0.1918335-0.1986694-0.5083618-0.2041626-0.7069702-0.0122681l-2.5,2.5c-0.000061,0-0.0001221,0.000061-0.0001221,0.0001221c-0.1951904,0.1951904-0.1951294,0.5117188,0.0001221,0.7068481l2.5,2.5C11.7401123,21.4474487,11.8673706,21.5001831,12,21.5c0.1325684,0,0.2597046-0.0526733,0.3533936-0.1464233c0.1953125-0.1952515,0.1953125-0.5118408,0.0001221-0.7070923L10.7069702,19h10.7936401C21.7765503,18.9998169,22.0001831,18.776001,22,18.5V5.4993896C21.9998169,5.2234497,21.776001,4.9998169,21.5,5z M5.5,18H3V6h10.2930298l-1.6465454,1.6464844c-0.09375,0.09375-0.1464233,0.2208862-0.1464233,0.3534546C11.5,8.276062,11.723877,8.499939,12,8.5c0.1326294,0.0001221,0.2598267-0.0525513,0.3534546-0.1464844l2.5-2.5c0.000061-0.000061,0.0001221-0.000061,0.0001831-0.0001221c0.1951294-0.1952515,0.1950684-0.5117188-0.0001831-0.7068481l-2.5-2.5c-0.1937256-0.1871338-0.5009155-0.1871338-0.6947021,0c-0.1986084,0.1918335-0.2041016,0.5083618-0.0122681,0.7069702L13.2930298,5H2.4993896C2.2234497,5.0001831,1.9998169,5.223999,2,5.5v13.0005493C2.0001831,18.7765503,2.223999,19.0001831,2.5,19h3C5.776123,19,6,18.776123,6,18.5S5.776123,18,5.5,18z\"/></svg></li><li title=\"right indent alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M2.8203125,9.1162109C2.6083374,8.9393311,2.2930908,8.9677124,2.1162109,9.1796875S1.9677124,9.7069092,2.1796875,9.8837891L4.71875,12l-2.5390625,2.1162109c-0.1137085,0.0949707-0.1794434,0.2354736-0.1795044,0.383606C2.000061,14.776001,2.223877,14.9998779,2.5,15c0.1171265,0.0001221,0.2305298-0.0410156,0.3203125-0.1162109l3-2.5c0.0231323-0.0192871,0.0444946-0.0406494,0.0637817-0.0637817c0.1767578-0.2119751,0.1481934-0.5270386-0.0637817-0.7037964L2.8203125,9.1162109z M12.5,7h9C21.776123,7,22,6.776123,22,6.5S21.776123,6,21.5,6h-9C12.223877,6,12,6.223877,12,6.5S12.223877,7,12.5,7z M9.0449219,5H9.0419922c-0.2749023,0.0001831-0.4981689,0.222168-0.5,0.4970703l-0.0839844,13C8.456543,18.7731323,8.6790161,18.99823,8.9550781,19h0.0029297c0.2749023-0.0001831,0.4981689-0.222168,0.5-0.4970703l0.0839844-13C9.543457,5.2268677,9.3209839,5.00177,9.0449219,5z M21.5,10h-9c-0.276123,0-0.5,0.223877-0.5,0.5s0.223877,0.5,0.5,0.5h9c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,10,21.5,10z M21.5,18h-9c-0.276123,0-0.5,0.223877-0.5,0.5s0.223877,0.5,0.5,0.5h9c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,18,21.5,18z M21.5,14h-9c-0.276123,0-0.5,0.223877-0.5,0.5s0.223877,0.5,0.5,0.5h9c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,14,21.5,14z\"/></svg></li><li title=\"right indent \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M18.5552368,13.9994507C18.5549316,14.2756348,18.7785645,14.4996948,19.0546875,14.5c0.1154175,0.0001221,0.2272949-0.039917,0.3164673-0.1132812l2.4453125-2c0.026062-0.0213013,0.0499268-0.045166,0.071228-0.071228c0.1741943-0.213562,0.142334-0.5279541-0.071228-0.7022095l-2.4453125-2c-0.213623-0.1747437-0.5283813-0.1432495-0.703125,0.0703125s-0.1433105,0.5283813,0.0703125,0.703125L20.710022,12l-1.9717407,1.6132812C18.6225586,13.7081299,18.5553589,13.8498535,18.5552368,13.9994507z M2.5,6.5h19C21.776123,6.5,22,6.276123,22,6s-0.223877-0.5-0.5-0.5h-19C2.223877,5.5,2,5.723877,2,6S2.223877,6.5,2.5,6.5z M2.5,10.5h11c0.276123,0,0.5-0.223877,0.5-0.5s-0.223877-0.5-0.5-0.5h-11C2.223877,9.5,2,9.723877,2,10S2.223877,10.5,2.5,10.5z M2.5,14.5h11c0.276123,0,0.5-0.223877,0.5-0.5s-0.223877-0.5-0.5-0.5h-11C2.223877,13.5,2,13.723877,2,14S2.223877,14.5,2.5,14.5z M21.5,17.5h-19C2.223877,17.5,2,17.723877,2,18s0.223877,0.5,0.5,0.5h19c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,17.5,21.5,17.5z\"/></svg></li><li title=\"rocket \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21.6,2.7c0-0.2-0.2-0.3-0.4-0.4c-3.8-1-7.9,0.3-10.4,3.3L9.5,7.1L6.8,6.4C5.7,6,4.6,6.5,4.1,7.5L2,11.2c0,0,0,0.1-0.1,0.1c-0.1,0.3,0.1,0.5,0.4,0.6l3.4,0.7c-0.3,0.9-0.6,1.8-0.7,2.7c0,0.2,0,0.3,0.1,0.4l3,2.9c0.1,0.1,0.2,0.1,0.4,0.1c0,0,0,0,0,0c0.9-0.1,1.9-0.3,2.8-0.6l0.7,3.3c0,0.2,0.3,0.4,0.5,0.4c0.1,0,0.2,0,0.2-0.1l3.7-2.1c0.9-0.5,1.3-1.6,1.1-2.6l-0.7-2.9l1.4-1.3C21.3,10.5,22.6,6.5,21.6,2.7z M3.2,11.1L4.9,8c0.3-0.6,0.9-0.8,1.5-0.6l2.3,0.6L7.7,9.2c-0.6,0.8-1.2,1.6-1.6,2.5L3.2,11.1z M16,19l-3.1,1.8l-0.6-2.9c0.9-0.4,1.7-1,2.5-1.6l1.3-1.2l0.6,2.3C16.7,18,16.5,18.7,16,19z M17.6,12.3l-3.5,3.2c-1.5,1.3-3.4,2.1-5.4,2.3l-2.6-2.6c0.3-2,1.1-3.9,2.4-5.4L10.1,8c0,0,0.1-0.1,0.1-0.1l1.4-1.6c2.2-2.6,5.8-3.8,9.1-3.1C21.4,6.6,20.3,10.1,17.6,12.3z M16.4,5.6c-1.1,0-1.9,0.9-1.9,1.9s0.9,1.9,1.9,1.9c1.1,0,1.9-0.9,1.9-1.9C18.3,6.5,17.5,5.6,16.4,5.6z M16.4,8.5c-0.5,0-0.9-0.4-0.9-0.9c0-0.5,0.4-0.9,0.9-0.9c0.5,0,0.9,0.4,0.9,0.9C17.3,8.1,16.9,8.5,16.4,8.5z\"/></svg></li><li title=\"ruler combined \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21.5,2H2.4993896C2.2234497,2.0001831,1.9998169,2.223999,2,2.5v19.0005493C2.0001831,21.7765503,2.223999,22.0001831,2.5,22h7.0006104C9.7765503,21.9998169,10.0001831,21.776001,10,21.5V10h11.5006104C21.7765503,9.9998169,22.0001831,9.776001,22,9.5V2.4993896C21.9998169,2.2234497,21.776001,1.9998169,21.5,2z M21,9h-3.5V6.5C17.5,6.223877,17.276123,6,17,6s-0.5,0.223877-0.5,0.5V9h-3V6.5C13.5,6.223877,13.276123,6,13,6s-0.5,0.223877-0.5,0.5V9H10V6.5C10,6.223877,9.776123,6,9.5,6S9,6.223877,9,6.5V9H6.5C6.223877,9,6,9.223877,6,9.5S6.223877,10,6.5,10H9v2.5H6.5C6.223877,12.5,6,12.723877,6,13s0.223877,0.5,0.5,0.5H9v3H6.5C6.223877,16.5,6,16.723877,6,17s0.223877,0.5,0.5,0.5H9V21H3V3h18V9z\"/></svg></li><li title=\"ruler \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M22.960022,7.4042969L16.5956421,1.039978c0,0-0.000061-0.000061-0.0001221-0.0001221c-0.1952515-0.1951294-0.5117188-0.1950684-0.7068481,0.0001221L1.039978,15.8886719c0,0.000061-0.000061,0.0001221-0.0001221,0.0001831c-0.1951294,0.1952515-0.1950684,0.5117188,0.0001221,0.7068481l6.3638306,6.3643188c0.09375,0.09375,0.2208862,0.1464844,0.3535156,0.1464233c0.1326294,0.000061,0.2597656-0.0526733,0.3535156-0.1464233l3.1810913-3.1809692c0.0003052-0.0003052,0.0006714-0.0003662,0.0009766-0.0006714s0.0003052-0.0006714,0.0006104-0.0009766l2.8266602-2.8264771c0.0002441-0.0002441,0.0006104-0.0003662,0.0008545-0.0006104s0.0003052-0.0006104,0.0005493-0.0008545l2.828064-2.8279419c0.0001221-0.0001221,0.0003052-0.0001831,0.0004272-0.0003052s0.0001221-0.0003052,0.0002441-0.0004272l2.8277588-2.8276367c0.000061-0.000061,0.000061,0,0.0001221-0.000061s0-0.000061,0.000061-0.0001221l3.1817627-3.1816406l0.0001831-0.0001831C23.1553345,7.9158936,23.1552124,7.5994263,22.960022,7.4042969z M19.4247437,10.2324219l-1.7675171-1.7675171c-0.0023804-0.0024414-0.0047607-0.0048218-0.0071411-0.0071411c-0.1972046-0.1932373-0.5137329-0.1900635-0.7069702,0.0071411c-0.1932983,0.1971436-0.1901245,0.5137329,0.0070801,0.7069702l1.7675171,1.7675171l-2.1212158,2.1211548l-3.1824951-3.1815796c-0.0023804-0.0024414-0.0047607-0.0048218-0.0071411-0.0072021c-0.1972046-0.1932373-0.5137939-0.1900635-0.7070312,0.0072021c-0.1932373,0.1972046-0.1900635,0.5137329,0.0071411,0.7069702l3.1824951,3.1815796l-2.1219482,2.1218872L12,14.1210938c-0.194397-0.1904907-0.5054321-0.1904907-0.6998291,0c-0.1972046,0.1932983-0.2004395,0.5098267-0.0071411,0.7070312l1.7674561,1.7683105l-2.1211548,2.1210938l-3.1820679-3.182312c-0.0023193-0.0024414-0.0046997-0.0048218-0.0071411-0.0072021c-0.1972046-0.1932373-0.5137329-0.1900635-0.7069702,0.0072021c-0.1932983,0.1972046-0.1900635,0.5137329,0.0071411,0.7069702l3.1819458,3.182373l-2.4749146,2.4748535l-5.6567383-5.6572266L16.2421875,2.1005859l5.6572266,5.6572266L19.4247437,10.2324219z\"/></svg></li><li title=\"sanitizer alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M14.5,16h-3c-0.3,0-0.5,0.2-0.5,0.5s0.2,0.5,0.5,0.5h3c0.3,0,0.5-0.2,0.5-0.5S14.8,16,14.5,16z M16.3,8H16V4.5c0,0,0,0,0,0C16,4.2,15.8,4,15.5,4h-2V2h1C14.8,2,15,1.8,15,1.5S14.8,1,14.5,1H9.7c-1.6,0-3,0.9-3.7,2.3C5.9,3.5,6,3.8,6.3,3.9C6.3,4,6.4,4,6.5,4c0.2,0,0.4-0.1,0.4-0.3C7.5,2.7,8.6,2,9.7,2h2.8v2h-2c0,0,0,0,0,0C10.2,4,10,4.2,10,4.5V8H9.7C8.2,8,7,9.2,7,10.7v9.6C7,21.8,8.2,23,9.7,23h6.6c1.5,0,2.7-1.2,2.7-2.7v-9.6C19,9.2,17.8,8,16.3,8z M11,5h2h0h2v3h-4V5z M18,20.3c0,0.9-0.8,1.7-1.7,1.7H9.7C8.8,22,8,21.2,8,20.3v-9.6C8,9.8,8.8,9,9.7,9h0.8h5h0h0.8c0.9,0,1.7,0.8,1.7,1.7V20.3z\"/></svg></li><li title=\"sanitizer \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M12.5,12.5c-1.4,0-2.5,1.1-2.5,2.5s1.1,2.5,2.5,2.5c1.4,0,2.5-1.1,2.5-2.5C15,13.6,13.9,12.5,12.5,12.5z M12.5,16.5c-0.8,0-1.5-0.7-1.5-1.5s0.7-1.5,1.5-1.5c0.8,0,1.5,0.7,1.5,1.5C14,15.8,13.3,16.5,12.5,16.5z M17.6,7.2L15,5.2V3h1.5C16.8,3,17,2.8,17,2.5S16.8,2,16.5,2H7.7C6.8,2,5.9,2.4,5.3,3L4.1,4.1C4.1,4.2,4,4.4,4,4.5C4,4.8,4.2,5,4.5,5c0.1,0,0.3-0.1,0.4-0.1L6,3.7C6.4,3.3,7.1,3,7.7,3H10v2.2l-2.6,2C6.5,7.9,6,8.9,6,10v11.5C6,21.8,6.2,22,6.5,22h12c0.3,0,0.5-0.2,0.5-0.5V10C19,8.9,18.5,7.9,17.6,7.2z M11,3h3v2h-3V3z M18,21H7V10c0-0.8,0.4-1.5,1-2l2.7-2h3.7L17,8c0.6,0.5,1,1.2,1,2V21z\"/></svg></li><li title=\"scenery \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M19,2H5C3.3438721,2.0018311,2.0018311,3.3438721,2,5v9.0683594V19c0.0018311,1.6561279,1.3438721,2.9981689,3,3h14c0.182312-0.0002441,0.3621216-0.0219727,0.5395508-0.0549316c0.0661011-0.012085,0.1291504-0.0303345,0.1936646-0.0466919c0.1060181-0.0270996,0.210083-0.0586548,0.3125-0.097229c0.0744629-0.0278931,0.1471558-0.0571289,0.218689-0.0906372c0.0839844-0.0395508,0.1642456-0.0853882,0.2444458-0.1327515c0.0751953-0.0441895,0.1511841-0.0856323,0.2219849-0.1359863c0.0057983-0.0041504,0.0123901-0.006897,0.0181885-0.0111084c0.0074463-0.0053711,0.013855-0.0120239,0.0209961-0.0178223c0.0136719-0.0110474,0.0308228-0.0164795,0.043335-0.0289917c0.0066528-0.0066528,0.008728-0.015564,0.0148926-0.0224609C21.5355225,20.8126221,21.9989624,19.9642944,22,19v-2.9296875V5C21.9981689,3.3438721,20.6561279,2.0018311,19,2z M19.5749512,20.9053955C19.3883667,20.9631958,19.1954956,20.9998779,19,21H5c-1.1040039-0.0014038-1.9985962-0.8959961-2-2v-4.7246094l3.7626953-3.7626953c0.684021-0.6816406,1.7905884-0.6816406,2.4746094,0l3.4048462,3.404541c0.0018921,0.0019531,0.0023804,0.0045776,0.0043335,0.0065308l6.9689941,6.9689941C19.6020508,20.8971558,19.588501,20.9012451,19.5749512,20.9053955z M21,19c-0.0006714,0.5162964-0.2020264,0.9821777-0.5234375,1.3369751l-6.7684326-6.7678223l1.055542-1.055481c0.6912231-0.6621094,1.7814331-0.6621094,2.4726562,0L21,16.2773438V19z M21,14.8632812l-3.0566406-3.0566406c-1.0737305-1.0722656-2.8129883-1.0722656-3.8867188,0l-1.055542,1.055542L9.9443359,9.8056641c-1.0744629-1.0722656-2.814209-1.0722656-3.8886719,0L3,12.8613281V5c0.0014038-1.1040039,0.8959961-1.9985962,2-2h14c1.1040039,0.0014038,1.9985962,0.8959961,2,2V14.8632812z M13.5,6C12.6715698,6,12,6.6715698,12,7.5S12.6715698,9,13.5,9c0.828064-0.0009155,1.4990845-0.671936,1.5-1.5C15,6.6715698,14.3284302,6,13.5,6z M13.5,8C13.223877,8,13,7.776123,13,7.5S13.223877,7,13.5,7c0.2759399,0.0005493,0.4994507,0.2240601,0.5,0.5C14,7.776123,13.776123,8,13.5,8z\"/></svg></li><li title=\"shield check \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M13.8964233,9.9463501l-3.046875,3.046814l-1.2460938-1.2470703c-0.1943359-0.1904907-0.5054321-0.1904907-0.6998291,0c-0.1972046,0.1932983-0.2003784,0.5098267-0.0071411,0.7070312l1.5996094,1.6005859c0.09375,0.093811,0.2208862,0.1464844,0.3535156,0.1464844c0.1325684,0,0.2597046-0.0526733,0.3534546-0.1464844l3.4075317-3.4075317c0.1932373-0.1972046,0.1900635-0.5137939-0.0071411-0.7070312S14.0897217,9.7490845,13.8964233,9.9463501z M19.9894409,3.753418c-0.0565796-0.2703857-0.3215942-0.4437256-0.59198-0.387207c-2.4692383,0.5214233-5.0440674-0.005127-7.1103516-1.4541016c-0.1722412-0.1210938-0.4019775-0.1210938-0.5742188,0C9.6466675,3.361145,7.0717773,3.8877563,4.6025391,3.3662109C4.5689697,3.3591919,4.53479,3.3556519,4.5004883,3.3556519C4.2242432,3.3554688,4.0001831,3.5792236,4,3.8554688v8.0185547c0.0016479,2.9362183,1.4152222,5.6925659,3.7988281,7.4072266l3.9101562,2.8037109C11.7937622,22.1459961,11.8955688,22.178833,12,22.1787109c0.1044312,0.0001221,0.2062378-0.0326538,0.2910156-0.093689l3.9101562-2.803772C18.5847778,17.5665894,19.9983521,14.8102417,20,11.8740234V3.8554688C20,3.821167,19.99646,3.7869873,19.9894409,3.753418z M19,11.8740234c-0.0010986,2.6139526-1.2591553,5.0679321-3.3808594,6.5947266L12,21.0634766L8.3808594,18.46875C6.2591553,16.9418945,5.0010986,14.4879761,5,11.8740234V4.453125c2.4417725,0.3647461,4.9324951-0.1790161,7-1.5283203c2.067688,1.348938,4.5582886,1.8927002,7,1.5283203V11.8740234z\"/></svg></li><li title=\"shield exclamation \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M12,13c0.0001831,0,0.0003662,0,0.0006104,0c0.2759399-0.0001831,0.4995728-0.223999,0.4993896-0.5v-3C12.5,9.223877,12.276123,9,12,9s-0.5,0.223877-0.5,0.5v3c0,0.0001831,0,0.0003662,0,0.0005493C11.5001831,12.7765503,11.723999,13.0001831,12,13z M19.9894409,3.753418c-0.0565796-0.2703857-0.3215942-0.4437256-0.59198-0.387207c-2.4692383,0.5215454-5.0441284-0.0050659-7.1103516-1.4541016c-0.1722412-0.1210938-0.4019775-0.1210938-0.5742188,0C9.6466064,3.361084,7.0717773,3.8876343,4.6025391,3.3662109C4.5689697,3.3591919,4.53479,3.3556519,4.5004883,3.3556519C4.2242432,3.3554688,4.0001831,3.5792236,4,3.8554688v8.0185547c0.0016479,2.9362183,1.4152222,5.6925659,3.7988281,7.4072266l3.9101562,2.8037109C11.7937622,22.1459961,11.8955688,22.178833,12,22.1787109c0.1044312,0.0001221,0.2062378-0.0326538,0.2910156-0.093689l3.9101562-2.803772C18.5847778,17.5665894,19.9983521,14.8102417,20,11.8740234V3.8554688C20,3.821167,19.99646,3.7869873,19.9894409,3.753418z M19,11.8740234c-0.0010986,2.6139526-1.2591553,5.0679321-3.3808594,6.5947266L12,21.0634766L8.3808594,18.46875C6.2591553,16.9418945,5.0010986,14.4879761,5,11.8740234V4.453125c2.4417725,0.3648682,4.9324951-0.1789551,7-1.5283203c2.0675659,1.3491211,4.5582275,1.8929443,7,1.5283203V11.8740234z M12,13.875c-0.3451538,0-0.625,0.2798462-0.625,0.625s0.2798462,0.625,0.625,0.625s0.625-0.2798462,0.625-0.625S12.3451538,13.875,12,13.875z\"/></svg></li><li title=\"shield plus \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M14.5,11.5h-2v-2C12.5,9.2,12.3,9,12,9s-0.5,0.2-0.5,0.5v2h-2C9.2,11.5,9,11.7,9,12s0.2,0.5,0.5,0.5h2v2c0,0,0,0,0,0c0,0.3,0.2,0.5,0.5,0.5c0,0,0,0,0,0c0.3,0,0.5-0.2,0.5-0.5v-2h2c0.3,0,0.5-0.2,0.5-0.5S14.8,11.5,14.5,11.5z M20,3.8c-0.1-0.3-0.3-0.4-0.6-0.4c-2.5,0.5-5,0-7.1-1.5c-0.2-0.1-0.4-0.1-0.6,0c-2.1,1.4-4.6,2-7.1,1.5c0,0-0.1,0-0.1,0C4.2,3.4,4,3.6,4,3.9v8c0,2.9,1.4,5.7,3.8,7.4l3.9,2.8c0.1,0.1,0.2,0.1,0.3,0.1c0.1,0,0.2,0,0.3-0.1l3.9-2.8c2.4-1.7,3.8-4.5,3.8-7.4v-8C20,3.8,20,3.8,20,3.8z M19,11.9c0,2.6-1.3,5.1-3.4,6.6L12,21.1l-3.6-2.6c-2.1-1.5-3.4-4-3.4-6.6V4.5c2.4,0.4,4.9-0.2,7-1.5c2.1,1.3,4.6,1.9,7,1.5V11.9z\"/></svg></li><li title=\"shield question \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M12.59552,8.0828247C11.2598267,7.7369385,9.8966675,8.5393066,9.5507812,9.875c-0.0690308,0.2675171,0.0918579,0.5403442,0.359375,0.609375s0.5403442-0.0918579,0.609375-0.359375c0.12677-0.4927979,0.494812-0.8876953,0.9775391-1.0487671c0.7855225-0.262146,1.6348267,0.1621704,1.8969727,0.9476929c0.262085,0.7855835-0.1622314,1.6348267-0.9477539,1.8969727c-0.6036377,0.2243042-0.9979858,0.8074341-0.9814453,1.4511719v0.628479c0.0001221,0.276001,0.223999,0.4996338,0.5,0.4994507h0.0005493c0.276001-0.0001831,0.4996338-0.223999,0.4994507-0.5v-0.6279297c-0.0114746-0.2142944,0.1088257-0.4140015,0.3037109-0.5039062c0.7988892-0.2697754,1.4077759-0.9243774,1.6191406-1.7406616C14.7335815,9.7918701,13.9311523,8.4287109,12.59552,8.0828247z M11.9646606,15.375c-0.3452148,0-0.625,0.2798462-0.625,0.625s0.2797852,0.625,0.625,0.625c0.3451538,0,0.625-0.2798462,0.625-0.625S12.3098145,15.375,11.9646606,15.375z M19.9894409,3.753418c-0.0565796-0.2703857-0.3215942-0.4437256-0.59198-0.387207c-2.4692383,0.5216064-5.0441895-0.0049438-7.1103516-1.4541016c-0.1722412-0.1210938-0.4019775-0.1210938-0.5742188,0c-2.0661621,1.4491577-4.6411133,1.975708-7.1103516,1.4541016C4.5689697,3.3591919,4.53479,3.3556519,4.5004883,3.3556519C4.2242432,3.3554688,4.0001831,3.5792236,4,3.8554688v8.0185547c0.0016479,2.9362183,1.4152222,5.6925659,3.7988281,7.4072266l3.9101562,2.8037109C11.7937622,22.1459961,11.8955688,22.178833,12,22.1787109c0.1044312,0.0001221,0.2062378-0.0326538,0.2910156-0.093689l3.9101562-2.803772C18.5847778,17.5665894,19.9983521,14.8102417,20,11.8740234V3.8554688C20,3.821167,19.99646,3.7869873,19.9894409,3.753418z M19,11.8740234c-0.0010986,2.6139526-1.2591553,5.0679321-3.3808594,6.5947266L12,21.0634766L8.3808594,18.46875C6.2591553,16.9418945,5.0010986,14.4879761,5,11.8740234V4.453125c2.4417725,0.3648682,4.9324951-0.1789551,7-1.5283203c2.067627,1.348999,4.5582275,1.8928223,7,1.5283203V11.8740234z\"/></svg></li><li title=\"shield slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M8.2851562,4.3935547C9.6113892,4.1651001,10.8761597,3.6651001,12,2.9248047c2.071228,1.3405151,4.5584717,1.8839111,7,1.5292969v7.4160156c0.0018921,0.9202271-0.1570435,1.8337402-0.4697266,2.6992188C18.5100098,14.6240234,18.4997559,14.6818848,18.5,14.7402344v0.0137939c0.0024414,0.2736816,0.2263184,0.4935303,0.5,0.4910889c0.2178345-0.0011597,0.4100342-0.1428223,0.4755859-0.3505859C19.8243408,13.9243774,20.00177,12.901001,20,11.8701172V3.8603516c-0.000061-0.0328369-0.0033569-0.0656128-0.0098267-0.0978394c-0.0545044-0.2712402-0.3185425-0.4468994-0.5897827-0.392395c-2.4703979,0.5043335-5.0396118-0.0223389-7.1123047-1.4580078c-0.1723633-0.1230469-0.4038086-0.1230469-0.5761719,0c-1.0722046,0.7607422-2.3012085,1.2716064-3.5966797,1.4951172C8.1138916,3.4074707,8.1124878,3.4077148,8.111145,3.407959C7.8389893,3.4559937,7.6572876,3.7155762,7.7053223,3.9877319C7.753418,4.2598877,8.0130005,4.4415894,8.2851562,4.3935547z M21.8534546,21.1465454l-19-19c-0.1937256-0.1871948-0.5009155-0.1871948-0.6947021,0C1.960144,2.3383789,1.9546509,2.6549072,2.1464844,2.8535156L4,4.7070312v7.1630859c0.0003662,2.9360352,1.4138184,5.6925049,3.7978516,7.40625l3.9101562,2.8095703c0.085083,0.0610962,0.1872559,0.0938721,0.2919922,0.09375c0.1047363,0,0.2068481-0.0327759,0.2919922-0.09375l3.9111328-2.8105469c0.4567261-0.3250732,0.8687134-0.7050171,1.2546387-1.1105957l3.6887207,3.6887207C21.2401123,21.9474487,21.3673706,22.0001831,21.5,22c0.1325073-0.000061,0.2595825-0.0526733,0.3533325-0.1463623C22.048645,21.6583862,22.0487061,21.3417969,21.8534546,21.1465454z M15.6181641,18.4638672L12,21.0644531l-3.6191406-2.6005859C6.2585449,16.9380493,5.0002441,14.4840088,5,11.8701172V5.7070312l11.7515869,11.7515869C16.4033203,17.8259888,16.0310059,18.1697998,15.6181641,18.4638672z\"/></svg></li><li title=\"shield \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M19.9894409,3.753418c-0.0565796-0.2703857-0.3215942-0.4437256-0.59198-0.387207c-2.4692383,0.5215454-5.0441284-0.0050659-7.1103516-1.4541016c-0.1722412-0.1210938-0.4019775-0.1210938-0.5742188,0C9.6466064,3.361084,7.0717773,3.8876343,4.6025391,3.3662109C4.5689697,3.3591919,4.53479,3.3556519,4.5004883,3.3556519C4.2242432,3.3554688,4.0001831,3.5792236,4,3.8554688v8.0185547c0.0016479,2.9362183,1.4152222,5.6925659,3.7988281,7.4072266l3.9101562,2.8037109C11.7937622,22.1459961,11.8955688,22.178833,12,22.1787109c0.1044312,0.0001221,0.2062378-0.0326538,0.2910156-0.093689l3.9101562-2.803772C18.5847778,17.5665894,19.9983521,14.8102417,20,11.8740234V3.8554688C20,3.821167,19.99646,3.7869873,19.9894409,3.753418z M19,11.8740234c-0.0010986,2.6139526-1.2591553,5.0679321-3.3808594,6.5947266L12,21.0634766L8.3808594,18.46875C6.2591553,16.9418945,5.0010986,14.4879761,5,11.8740234V4.453125c2.4417725,0.3648682,4.9324951-0.1789551,7-1.5283203c2.067627,1.348999,4.5582275,1.8928223,7,1.5283203V11.8740234z\"/></svg></li><li title=\"signal alt 3 \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M6.5,16H2.4993896C2.2234497,16.0001831,1.9998169,16.223999,2,16.5v6.0005493C2.0001831,22.7765503,2.223999,23.0001831,2.5,23h4.0006104C6.7765503,22.9998169,7.0001831,22.776001,7,22.5v-6.0006104C6.9998169,16.2234497,6.776001,15.9998169,6.5,16z M6,22H3v-5h3V22z M22.5,2h-4.0005493C18.2234497,2.0001831,17.9998169,2.223999,18,2.5v20.0005493C18.0001831,22.7765503,18.223999,23.0001831,18.5,23h4.0006104C22.7765503,22.9998169,23.0001831,22.776001,23,22.5V2.4993896C22.9998169,2.2234497,22.776001,1.9998169,22.5,2z M22,22h-3V3h3V22z M14.5,10h-4.0005493C10.2234497,10.0001831,9.9998169,10.223999,10,10.5v12.0005493C10.0001831,22.7765503,10.223999,23.0001831,10.5,23h4.0006104C14.7765503,22.9998169,15.0001831,22.776001,15,22.5V10.4993896C14.9998169,10.2234497,14.776001,9.9998169,14.5,10z M14,22h-3V11h3V22z\"/></svg></li><li title=\"signal alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M5.5,18C5.223877,18,5,18.223877,5,18.5v3.0005493C5.0001831,21.7765503,5.223999,22.0001831,5.5,22h0.0006104C5.7765503,21.9998169,6.0001831,21.776001,6,21.5v-3C6,18.223877,5.776123,18,5.5,18z M10.5,14c-0.276123,0-0.5,0.223877-0.5,0.5v7.0005493C10.0001831,21.7765503,10.223999,22.0001831,10.5,22h0.0006104C10.7765503,21.9998169,11.0001831,21.776001,11,21.5v-7C11,14.223877,10.776123,14,10.5,14z M20.5,2C20.223877,2,20,2.223877,20,2.5v19.0005493C20.0001831,21.7765503,20.223999,22.0001831,20.5,22h0.0006104C20.7765503,21.9998169,21.0001831,21.776001,21,21.5v-19C21,2.223877,20.776123,2,20.5,2z M15.5,9C15.223877,9,15,9.223877,15,9.5v12.0005493C15.0001831,21.7765503,15.223999,22.0001831,15.5,22h0.0006104C15.7765503,21.9998169,16.0001831,21.776001,16,21.5v-12C16,9.223877,15.776123,9,15.5,9z\"/></svg></li><li title=\"signout \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M4,12c0,0.276123,0.223877,0.5,0.5,0.5h8.7930298l-2.6465454,2.6464844c-0.09375,0.09375-0.1464233,0.2208862-0.1464233,0.3534546C10.5,15.776062,10.723877,15.999939,11,16c0.1326294,0.0001221,0.2598267-0.0525513,0.3534546-0.1464844l3.5-3.5c0.000061-0.000061,0.0001221-0.000061,0.0001831-0.0001221c0.1951294-0.1952515,0.1950684-0.5117188-0.0001831-0.7068481l-3.5-3.5c-0.1937256-0.1871338-0.5009155-0.1871338-0.6947021,0c-0.1986084,0.1918335-0.2041016,0.5083618-0.0122681,0.7069702L13.2930298,11.5H4.5C4.223877,11.5,4,11.723877,4,12z M17.5,2h-11C5.119812,2.0012817,4.0012817,3.119812,4,4.5v4C4,8.776123,4.223877,9,4.5,9S5,8.776123,5,8.5v-4C5.0009155,3.671936,5.671936,3.0009155,6.5,3h11c0.828064,0.0009155,1.4990845,0.671936,1.5,1.5v15c-0.0009155,0.828064-0.671936,1.4990845-1.5,1.5h-11c-0.828064-0.0009155-1.4990845-0.671936-1.5-1.5v-4C5,15.223877,4.776123,15,4.5,15S4,15.223877,4,15.5v4c0.0012817,1.380188,1.119812,2.4987183,2.5,2.5h11c1.380188-0.0012817,2.4987183-1.119812,2.5-2.5v-15C19.9987183,3.119812,18.880188,2.0012817,17.5,2z\"/></svg></li><li title=\"sim card \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M16.9794922,4H7.0097656C5.3484497,4.0021973,4.0021973,5.3484497,4,7.0097656v9.9697266C4.0021973,18.6467285,5.3532715,19.9978027,7.0205078,20H9.5h0.0006104H14.5h0.0006104h2.489624C18.6516113,19.9978027,19.9978027,18.6515503,20,16.9902344V7.0205078C19.9978027,5.3532715,18.6467285,4.0021973,16.9794922,4z M10,5h4v4h-4V5z M9,19H7.0205078C5.9050903,18.9988403,5.0011597,18.0949097,5,16.9794922V15h4V19z M14,19h-4v-4h4V19z M19,16.9902344C18.9989014,18.0997314,18.0997314,18.9989014,16.9902344,19H15v-4h4V16.9902344z M19,14H5V7.0097656C5.0010986,5.9002686,5.9002686,5.0010986,7.0097656,5H9v4.5c0,0.0001831,0,0.0003662,0,0.0005493C9.0001831,9.7765503,9.223999,10.0001831,9.5,10h0.0006104H14.5h0.0006104H19V14z M19,9h-4V5h1.9794922C18.0949097,5.0011597,18.9988403,5.9050903,19,7.0205078V9z\"/></svg></li><li title=\"skype alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M14.8671265,12.2324829l0.000061-0.000061c-0.3607788-0.2322998-0.7526855-0.4121704-1.1640625-0.5341797c-0.2651367-0.0805054-0.5577393-0.1587524-0.861084-0.234314c-0.2763672-0.0785522-0.6150513-0.1591797-1.0358887-0.2520142c-0.517395-0.1088257-1.0252075-0.2590942-1.5185547-0.4492188c-0.3204346-0.1264648-0.602417-0.3341064-0.8183594-0.6025391C9.2822876,9.9091187,9.1887207,9.600708,9.2045898,9.2880859C9.2042847,8.9638062,9.3114014,8.6485596,9.5092773,8.3916016c0.2409668-0.2963867,0.5604248-0.519043,0.921875-0.6425781C10.9452515,7.5693359,11.487854,7.4849243,12.0322266,7.5c0.4250488-0.0057373,0.8485718,0.0515747,1.2568359,0.1699219c0.2973022,0.0842896,0.5765991,0.2223511,0.8242188,0.4072266c0.1828613,0.133606,0.3369751,0.3026733,0.453125,0.4970703c0.1310425,0.2432251,0.4345093,0.3341675,0.6777344,0.203125s0.3341675-0.4345093,0.203125-0.6777344c-0.1799316-0.3131104-0.4214478-0.5864868-0.710022-0.8037109c-0.3447266-0.2629395-0.7350464-0.4598999-1.1513062-0.5810547C13.081604,6.5663452,12.5579224,6.4939575,12.0322266,6.5c-0.6676636-0.015564-1.3325195,0.0916748-1.9614258,0.3164062c-0.5355835,0.1919556-1.007019,0.52948-1.3613281,0.9746094c-0.3271484,0.430542-0.5044556,0.9562988-0.5048828,1.4970703c-0.0147705,0.5349731,0.152771,1.059082,0.4750977,1.4863281c0.3240356,0.4057007,0.7476196,0.7205811,1.2294922,0.9140625c0.4119263,0.1578369,0.8336182,0.2888794,1.2624512,0.392334c0.0088501,0.0032349,0.0150757,0.0101929,0.0241699,0.0129395c0.1835938,0.0546875,0.4780273,0.1279297,0.9008789,0.2207031c0.1724854,0.0366211,0.3345947,0.0775757,0.4973145,0.118103c0.0298462,0.008728,0.0706787,0.0177612,0.0983887,0.0264282c0.0117798,0.0037231,0.0237427,0.0026245,0.0356445,0.0053711c0.2406006,0.0620728,0.4711304,0.1262817,0.684082,0.190918c0.3179932,0.093811,0.6213989,0.2315063,0.9013672,0.4091797c0.2103882,0.1368408,0.3864746,0.3203125,0.5146484,0.5361328c0.1289673,0.2512207,0.1918335,0.531189,0.1826172,0.8134766c0.0183716,0.3731689-0.0911865,0.7414551-0.3105469,1.0440063c-0.2567749,0.3410645-0.6063232,0.6010742-1.0068359,0.7489624c-0.5361938,0.2102051-1.109375,0.3098755-1.6850586,0.2930298c-0.6676025,0.0232544-1.3310547-0.1140137-1.9345703-0.4003906c-0.3196411-0.1708374-0.5941162-0.4152222-0.8007812-0.7128906c-0.1690063-0.2268066-0.2682495-0.4979858-0.2856445-0.7802734c0-0.2761841-0.223877-0.5-0.5-0.5s-0.5,0.2238159-0.5,0.5c0.0164795,0.4852295,0.1774902,0.9545288,0.4624023,1.3476562c0.2995605,0.4329224,0.6989746,0.7873535,1.1645508,1.0332031c0.7449341,0.3614502,1.5663452,0.5373535,2.3939819,0.5126953c0.7075806,0.0179443,1.411438-0.1079712,2.0688477-0.3701172c0.5749512-0.2178345,1.0745239-0.5973511,1.4384766-1.0927734c0.3441162-0.4763794,0.5184937-1.0544434,0.4951172-1.6416016C16.0419312,13.5223389,15.6063232,12.6983643,14.8671265,12.2324829z M21.8408203,13.7675781c0.9810791-5.4300537-2.6255493-10.6273193-8.055603-11.6083984c-1.1748047-0.2122192-2.3780518-0.2122192-3.5527954,0C7.2830811,0.6495972,3.668396,1.8167725,2.1588745,4.7661133c-0.878418,1.7162476-0.878479,3.750061-0.0001831,5.4663086c-0.980835,5.4302979,2.6261597,10.6276245,8.0564575,11.6084595c1.1746216,0.2121582,2.3778076,0.2121582,3.5524292-0.000061c2.9489136,1.5098267,6.5634155,0.3432617,8.0732422-2.6055908C22.7197266,17.5186157,22.7197266,15.4841919,21.8408203,13.7675781z M18.9126587,20.8798828C18.1737061,21.2868652,17.343689,21.5001831,16.5,21.5c-0.8428345-0.0001221-1.671936-0.2134399-2.4101562-0.6201172c-0.0742188-0.0407715-0.1574707-0.0623169-0.2421875-0.0625c-0.0324707-0.0001221-0.0648804,0.0031128-0.0966797,0.0097656C13.1742554,20.9411011,12.5878906,20.9989624,12,21c-4.9671021,0.003479-8.996521-4.0203247-9-8.9874268c-0.0004272-0.5921631,0.0576172-1.1828613,0.1733398-1.7635498c0.022644-0.1154175,0.0037842-0.2350464-0.0532227-0.3378906C1.788208,7.4924316,2.6692505,4.4520264,5.0878906,3.1201172c1.5014648-0.8268433,3.3217773-0.8268433,4.8232422,0C10.0137939,3.1786499,10.1343994,3.1973877,10.25,3.1728516c4.8723755-0.9692383,9.6079102,2.1948853,10.5771484,7.0672607C20.9424438,10.8196411,21.0003052,11.4091187,21,12c-0.0009766,0.5878906-0.0588989,1.1742554-0.1728516,1.7509766c-0.0229492,0.1156616-0.0042725,0.2357178,0.0527344,0.3388672C22.2116699,16.5081177,21.3309326,19.5480957,18.9126587,20.8798828z\"/></svg></li><li title=\"slack alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21.2,12c0.8-0.5,1.3-1.5,1.3-2.5c0-1.7-1.3-3-3-3c-0.8,0-1.5,0.3-2,0.8V4.5c0-1.7-1.3-3-3-3c-1,0-2,0.5-2.5,1.3C11.5,2,10.5,1.5,9.5,1.5c-1.7,0-3,1.3-3,3c0,0.8,0.3,1.5,0.8,2H4.5c-1.7,0-3,1.3-3,3c0,1,0.5,2,1.3,2.5c-0.8,0.5-1.3,1.5-1.3,2.5c0,1.7,1.3,3,3,3c0.8,0,1.5-0.3,2-0.8v2.8c0,1.7,1.3,3,3,3c1,0,2-0.5,2.5-1.3c0.5,0.8,1.5,1.3,2.5,1.3c1.7,0,3-1.3,3-3c0-0.8-0.3-1.5-0.8-2h2.8c1.7,0,3-1.3,3-3C22.5,13.5,22,12.5,21.2,12z M17.5,9.5c0-1.1,0.9-2,2-2s2,0.9,2,2s-0.9,2-2,2h-2V9.5z M12.5,4.5c0-1.1,0.9-2,2-2c1.1,0,2,0.9,2,2v5c0,1.1-0.9,2-2,2s-2-0.9-2-2V4.5z M9.5,2.5c1.1,0,2,0.9,2,2v2h-2c-1.1,0-2-0.9-2-2S8.4,2.5,9.5,2.5z M6.5,14.5c0,1.1-0.9,2-2,2s-2-0.9-2-2s0.9-2,2-2h2V14.5z M4.5,11.5c-1.1,0-2-0.9-2-2s0.9-2,2-2h5c1.1,0,2,0.9,2,2s-0.9,2-2,2H4.5z M11.5,19.5c0,1.1-0.9,2-2,2s-2-0.9-2-2v-5c0-1.1,0.9-2,2-2c1.1,0,2,0.9,2,2V19.5z M12,12.8c-0.2-0.3-0.5-0.6-0.8-0.8c0.3-0.2,0.6-0.5,0.8-0.8c0.2,0.3,0.5,0.6,0.8,0.8C12.5,12.2,12.2,12.5,12,12.8z M14.5,21.5c-1.1,0-2-0.9-2-2v-2h2c1.1,0,2,0.9,2,2S15.6,21.5,14.5,21.5z M19.5,16.5h-5c-1.1,0-2-0.9-2-2s0.9-2,2-2h5c1.1,0,2,0.9,2,2S20.6,16.5,19.5,16.5z\"/></svg></li><li title=\"snapchat alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M3.9,11.2C3.9,11.2,3.9,11.2,3.9,11.2c0.3,0.1,0.5-0.1,0.6-0.4c0.1-0.1,0.3-0.2,0.4-0.2C5.3,10.8,5.7,11,6.1,11c0.3,0,0.7-0.1,0.9-0.4c0.1-0.1,0.2-0.2,0.2-0.4l0-0.6C7,8.4,7.1,7.1,7.4,5.8C8.2,4.1,9.9,3,11.8,3l0.4,0c1.9,0,3.6,1.1,4.4,2.8c0.3,1.3,0.4,2.6,0.2,3.9l0,0.5c0,0.1,0.1,0.3,0.2,0.4c0.2,0.2,0.6,0.4,0.9,0.4c0.4,0,0.8-0.2,1.1-0.4c0.1,0,0.2,0,0.3,0c0.1,0.1,0.2,0.1,0.2,0.1c0,0.3,0.2,0.5,0.5,0.5l0,0h0c0.3,0,0.5-0.2,0.5-0.5c-0.1-0.5-0.4-0.9-0.9-1c-0.3-0.2-0.7-0.2-1.1,0c-0.2,0.1-0.5,0.2-0.7,0.3l0,0l0-0.3c0.2-1.4,0.1-2.9-0.3-4.3c-0.9-2.1-3-3.5-5.3-3.4l-0.4,0C9.5,2,7.4,3.3,6.5,5.4C6.1,6.8,6,8.3,6.2,9.7l0,0.3c-0.3,0-0.6-0.1-0.9-0.3C5.2,9.7,5,9.6,4.9,9.6c-0.6,0-1.2,0.4-1.4,0.9C3.5,10.8,3.6,11.1,3.9,11.2z M21.9,16.6c-1.4-0.3-2.6-1.2-3.3-2.4c0,0,0,0,0,0c-0.2-0.2-0.5-0.3-0.7-0.1c-0.2,0.2-0.3,0.5-0.1,0.7c0.8,1.3,2,2.2,3.5,2.7c-0.6,0.2-1.2,0.4-1.9,0.5c-0.5,0.1-0.6,0.6-0.7,1l0,0.2c0,0,0,0.1,0,0.1c-0.1,0-0.1,0-0.2,0c-0.7-0.2-1.4-0.2-2.1-0.1c-0.6,0.1-1.2,0.4-1.7,0.9c-0.7,0.6-1.5,0.9-2.4,1h-0.3c-0.9,0-1.7-0.4-2.4-1c-0.5-0.4-1.1-0.7-1.7-0.9c-0.7-0.1-1.4-0.1-2.1,0.1c0,0-0.1,0-0.2,0l0-0.1l0-0.2c-0.1-0.4-0.2-0.9-0.7-1c-0.6-0.1-1.3-0.2-1.9-0.5c1.1-0.3,2.2-1,2.9-1.9c0.2-0.3,0.4-0.5,0.6-0.8c0.1-0.2,0.1-0.5-0.2-0.7c-0.2-0.1-0.5-0.1-0.7,0.2c-0.1,0.2-0.3,0.5-0.5,0.7c-0.7,0.9-1.7,1.5-2.8,1.7c-0.4,0.1-0.6,0.4-0.6,0.7c0,0.1,0,0.2,0.1,0.3c0.2,0.4,0.6,0.9,2.7,1.2c0,0.1,0.1,0.2,0.1,0.3l0,0.2c0,0.1,0.1,0.2,0.1,0.3c0.1,0.4,0.4,0.6,0.8,0.6c0.2,0,0.3,0,0.5-0.1c0.6-0.1,1.2-0.1,1.8,0c0.5,0.1,0.9,0.4,1.3,0.7C9.8,21.6,10.8,22,12,22h0.2c1.1,0,2.1-0.4,3-1.2c0.4-0.3,0.8-0.6,1.3-0.7c0.6-0.1,1.2-0.1,1.8,0.1c0.2,0,0.4,0.1,0.5,0.1c0.4,0,0.7-0.2,0.8-0.6c0-0.1,0.1-0.2,0.1-0.3l0-0.2c0-0.1,0-0.2,0.1-0.3c2.1-0.4,2.6-0.9,2.7-1.2c0-0.1,0.1-0.1,0.1-0.2C22.6,17.1,22.3,16.7,21.9,16.6z\"/></svg></li><li title=\"social distancing \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M9,17.5H4.2l1.6-1.6c0.2-0.2,0.2-0.5,0-0.7c-0.2-0.2-0.5-0.2-0.7,0l-2.5,2.5c0,0-0.1,0.1-0.1,0.2c0,0.1,0,0.1,0,0.2c0,0,0,0,0,0v0c0,0.1,0,0.1,0,0.2s0.1,0.1,0.1,0.2l2.5,2.5C5.2,20.9,5.4,21,5.5,21c0.1,0,0.3-0.1,0.4-0.1c0.2-0.2,0.2-0.5,0-0.7l-1.6-1.6H9c0.3,0,0.5-0.2,0.5-0.5S9.3,17.5,9,17.5z M21.4,17.6l-2.5-2.5c-0.2-0.2-0.5-0.2-0.7,0c-0.2,0.2-0.2,0.5,0,0.7l1.6,1.6H15c-0.3,0-0.5,0.2-0.5,0.5s0.2,0.5,0.5,0.5h4.8l-1.6,1.6c-0.1,0.1-0.1,0.2-0.1,0.4c0,0.3,0.2,0.5,0.5,0.5c0.1,0,0.3-0.1,0.4-0.1l2.5-2.5c0,0,0.1-0.1,0.1-0.2c0-0.1,0-0.1,0-0.2c0,0,0,0,0,0c0-0.1,0-0.1,0-0.2C21.4,17.7,21.4,17.7,21.4,17.6z M7.9,9.9c0.8-0.6,1.4-1.5,1.4-2.6C9.2,5.5,7.8,4,6,4S2.8,5.5,2.8,7.2c0,1.1,0.5,2,1.4,2.6C2.3,10.6,1,12.4,1,14.5C1,14.8,1.2,15,1.5,15S2,14.8,2,14.5c0-2.2,1.8-4,4-4s4,1.8,4,4v0c0,0.3,0.2,0.5,0.5,0.5h0c0.3,0,0.5-0.2,0.5-0.5C11,12.4,9.7,10.6,7.9,9.9z M6,9.5c-1.2,0-2.2-1-2.2-2.2S4.8,5,6,5c1.2,0,2.2,1,2.2,2.2C8.2,8.5,7.2,9.5,6,9.5z M19.9,9.9c0.8-0.6,1.4-1.5,1.4-2.6C21.2,5.5,19.8,4,18,4s-3.2,1.5-3.2,3.2c0,1.1,0.5,2,1.4,2.6c-1.8,0.7-3.1,2.5-3.1,4.6c0,0.3,0.2,0.5,0.5,0.5s0.5-0.2,0.5-0.5c0-2.2,1.8-4,4-4s4,1.8,4,4v0c0,0.3,0.2,0.5,0.5,0.5h0c0.3,0,0.5-0.2,0.5-0.5C23,12.4,21.7,10.6,19.9,9.9z M18,9.5c-1.2,0-2.2-1-2.2-2.2S16.8,5,18,5c1.2,0,2.2,1,2.2,2.2C20.2,8.5,19.2,9.5,18,9.5z\"/></svg></li><li title=\"space key \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21.5,9C21.223877,9,21,9.223877,21,9.5V14H3V9.5C3,9.223877,2.776123,9,2.5,9S2,9.223877,2,9.5v5c0,0.0001831,0,0.0003662,0,0.0005493C2.0001831,14.7765503,2.223999,15.0001831,2.5,15h19c0.0001831,0,0.0003662,0,0.0006104,0C21.7765503,14.9998169,22.0001831,14.776001,22,14.5v-5C22,9.223877,21.776123,9,21.5,9z\"/></svg></li><li title=\"square full \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21.5,2H2.4993896C2.2234497,2.0001831,1.9998169,2.223999,2,2.5v19.0005493C2.0001831,21.7765503,2.223999,22.0001831,2.5,22h19.0006104C21.7765503,21.9998169,22.0001831,21.776001,22,21.5V2.4993896C21.9998169,2.2234497,21.776001,1.9998169,21.5,2z M21,21H3V3h18V21z\"/></svg></li><li title=\"star half alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21.9189453,10.1265259c0.0802612-0.546814-0.2979736-1.0551147-0.8447266-1.135376L15.4228516,8.164978l-2.5253906-5.1464844c-0.0909424-0.1569824-0.2214355-0.2873535-0.37854-0.3781128c-0.4960327-0.2866821-1.1306152-0.1170044-1.4173584,0.3790894L8.5771484,8.164978L2.9257812,8.9912109C2.7097168,9.0228882,2.5100098,9.1244507,2.3569946,9.2802734c-0.387146,0.3943481-0.3812256,1.0278931,0.0131226,1.4150391l4.0927734,4.0126953l-0.9658203,5.6640625c-0.0091553,0.0541992-0.013855,0.1090698-0.0139771,0.1641235c-0.0015259,0.5534058,0.4458618,1.0032959,0.9993286,1.0048218c0.163147-0.0002441,0.3237915-0.0404663,0.4677734-0.1171875L12,18.7539062l5.0488281,2.6689453c0.1951294,0.1035767,0.4190063,0.1396484,0.6367798,0.1025391c0.5441895-0.0928345,0.9100952-0.6091309,0.8173218-1.1533203l-0.9658203-5.6640625l4.09375-4.0137329C21.7861328,10.5414429,21.8872681,10.3421021,21.9189453,10.1265259z M11.5,17.8869629L6.4833984,20.539978l1.0097046-5.921814c0.0271606-0.1617432-0.0264282-0.3265381-0.1435547-0.4414062L3.0702515,9.9814453l5.9121094-0.8642578C9.1456299,9.0927734,9.286499,8.9898682,9.359375,8.8417969L11.5,4.4790649V17.8869629z M16.6503906,14.1766968c-0.1170654,0.1148682-0.1706543,0.2796631-0.1435547,0.4414062l1.0097656,5.9208984L12.5,17.8869019V4.4790649l2.140564,4.3626709c0.072876,0.1480713,0.2138062,0.2509766,0.3770142,0.2753906l5.9130859,0.8632812L16.6503906,14.1766968z\"/></svg></li><li title=\"star \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21.9946289,9.9328613c0.0401611-0.2733765-0.1489868-0.5275269-0.4223633-0.567627l-6.3046875-0.9189453l-2.8193359-5.7294922c-0.0447998-0.0761719-0.1083374-0.1397095-0.1845093-0.1845093c-0.2475586-0.1456299-0.5663452-0.0630493-0.7119751,0.1845093L8.7324219,8.4462891L2.4277344,9.3652344C2.319458,9.3811035,2.2193604,9.4320679,2.1428223,9.5102539c-0.1932983,0.1974487-0.1898804,0.5142212,0.0075684,0.7075195l4.5625,4.4609375l-1.0771484,6.2998047c-0.0183105,0.1082153-0.0005493,0.2194214,0.0505981,0.3165283c0.1286621,0.2445679,0.4313354,0.338562,0.6759644,0.2098389L12,18.5322266l5.6376953,2.9726562c0.0720215,0.0376587,0.1520996,0.0574341,0.2333984,0.0576172c0.027832,0,0.055542-0.0023193,0.0830078-0.006958c0.272583-0.0460815,0.4562378-0.3044434,0.4101562-0.5770264l-1.0771484-6.2998047l4.5625-4.4609375C21.9277954,10.1412354,21.9787598,10.0411377,21.9946289,9.9328613z M16.4003906,14.1473999c-0.1171875,0.1148071-0.1708374,0.2796631-0.1435547,0.4414062l0.9501953,5.5585938l-4.9736328-2.6229858C12.161377,17.4867554,12.0812988,17.46698,12,17.4667969c-0.0812988,0.0001831-0.1613159,0.0199585-0.2333984,0.0576782l-4.9735718,2.6229858l0.9501343-5.5585938c0.0272827-0.1617432-0.0263672-0.3265991-0.1435547-0.4414062l-4.0273438-3.9384766l5.5644531-0.8105469c0.1627808-0.0241699,0.3033447-0.12677,0.3759766-0.2744141L12,4.0703125l2.4873047,5.0537109c0.0726318,0.1477051,0.2131958,0.2503052,0.3759766,0.2744141l5.5644531,0.8105469L16.4003906,14.1473999z\"/></svg></li><li title=\"step forward \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M7.8534546,7.1465454c-0.1937256-0.1871948-0.5009155-0.1871948-0.6947021,0C6.960144,7.3383789,6.9546509,7.6549072,7.1464844,7.8535156L11.3017578,12l-4.1552734,4.1464844c-0.09375,0.09375-0.1464233,0.2208862-0.1464233,0.3534546C7,16.776062,7.223877,16.999939,7.5,17c0.1326294,0.0001221,0.2598267-0.0525513,0.3534546-0.1464844l4.5097656-4.5l0.0001831-0.0001831c0.1951294-0.1951904,0.1950684-0.5116577-0.0001831-0.7067871L7.8534546,7.1465454z M16.5,7C16.223877,7,16,7.223877,16,7.5v9.0005493C16.0001831,16.7765503,16.223999,17.0001831,16.5,17h0.0006104C16.7765503,16.9998169,17.0001831,16.776001,17,16.5v-9C17,7.223877,16.776123,7,16.5,7z\"/></svg></li><li title=\"stethoscope alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M19.5,8C18.1,8,17,9.1,17,10.5c0,1.2,0.9,2.2,2,2.4v2.6c0,3-2.5,5.5-5.5,5.5c-3,0-5.5-2.5-5.5-5.5v-1.8l3.3-2.6c1.1-0.9,1.7-2.1,1.7-3.5V2.5c0,0,0,0,0,0C13,2.2,12.8,2,12.5,2h-2C10.2,2,10,2.2,10,2.5S10.2,3,10.5,3H12v4.6c0,1.1-0.5,2.1-1.3,2.7l-3.2,2.5l-3.2-2.5C3.5,9.6,3,8.6,3,7.6V3h1.5C4.8,3,5,2.8,5,2.5S4.8,2,4.5,2h-2c0,0,0,0,0,0C2.2,2,2,2.2,2,2.5v5.1c0,1.4,0.6,2.7,1.7,3.5L7,13.7v1.8c0,3.6,2.9,6.5,6.5,6.5c3.6,0,6.5-2.9,6.5-6.5v-2.6c1.1-0.2,2-1.2,2-2.4C22,9.1,20.9,8,19.5,8z M19.5,12c-0.8,0-1.5-0.7-1.5-1.5S18.7,9,19.5,9c0.8,0,1.5,0.7,1.5,1.5C21,11.3,20.3,12,19.5,12z\"/></svg></li><li title=\"stethoscope \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M19.5,8C18.1,8,17,9.1,17,10.5c0,1.2,0.9,2.2,2,2.4v2.6c0,3-2.5,5.5-5.5,5.5c-3,0-5.5-2.5-5.5-5.5V15c2.8-0.3,5-2.6,5-5.5v-7C13,2.2,12.8,2,12.5,2h-2C10.2,2,10,2.2,10,2.5S10.2,3,10.5,3H12v6.5C12,12,10,14,7.5,14S3,12,3,9.5V3h1.5C4.8,3,5,2.8,5,2.5S4.8,2,4.5,2h-2C2.2,2,2,2.2,2,2.5v7c0,2.9,2.2,5.2,5,5.5v0.5c0,3.6,2.9,6.5,6.5,6.5c3.6,0,6.5-2.9,6.5-6.5v-2.6c1.1-0.2,2-1.2,2-2.4C22,9.1,20.9,8,19.5,8z M19.5,12c-0.8,0-1.5-0.7-1.5-1.5S18.7,9,19.5,9c0.8,0,1.5,0.7,1.5,1.5C21,11.3,20.3,12,19.5,12z\"/></svg></li><li title=\"stopwatch \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M10,4h4c0.276123,0,0.5-0.223877,0.5-0.5S14.276123,3,14,3h-4C9.723877,3,9.5,3.223877,9.5,3.5S9.723877,4,10,4z M17.9934692,8.7134399l1.3599854-1.3599854c0.1871948-0.1937256,0.1871948-0.5009155,0-0.6947021c-0.1918335-0.1986084-0.5083618-0.2041016-0.7069702-0.0122681L17.286499,8.0064697C15.8762207,6.7615356,14.0291138,6,12,6S8.1237793,6.7615356,6.7134399,8.0065308L5.3534546,6.6465454c-0.1937256-0.1871948-0.5009155-0.1871948-0.6947021,0C4.460144,6.8383789,4.4546509,7.1549072,4.6464844,7.3535156L6.0064697,8.713501C4.7615356,10.1237793,4,11.9708862,4,14c0,4.4182739,3.5817261,8,8,8c4.4161987-0.0050659,7.9949341-3.5838013,8-8C20,11.9708862,19.2384644,10.1237793,17.9934692,8.7134399z M12,21c-3.8659668,0-7-3.1340332-7-7c0-1.9257812,0.7783813-3.6693726,2.0368652-4.9349976C7.0418701,9.0603638,7.0487671,9.0586548,7.0535889,9.053833c0.0049438-0.0048828,0.0064087-0.0115967,0.0110474-0.0166626C8.3302612,7.7784424,10.0739746,7,12,7c1.9299927,0.0023193,3.677002,0.7848511,4.9430542,2.0488892c0.0027466,0.0027466,0.005249,0.0053101,0.0080566,0.0080566C18.2151489,10.322998,18.9976807,12.0700073,19,14C19,17.8659668,15.8659668,21,12,21z M12.5,12.5917969V10.5c0-0.276123-0.223877-0.5-0.5-0.5s-0.5,0.223877-0.5,0.5v2.0917969c-0.5812378,0.206604-1,0.7560425-1,1.4082031c0,0.8284302,0.6715698,1.5,1.5,1.5s1.5-0.6715698,1.5-1.5C13.5,13.3478394,13.0812378,12.7984009,12.5,12.5917969z\"/></svg></li><li title=\"store slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M7.8,4h10.9l1.8,4.6c0,1.3-1.1,2.4-2.5,2.4c-1.4,0-2.5-1.1-2.5-2.5C15.5,8.2,15.3,8,15,8s-0.5,0.2-0.5,0.5c0,0.5-0.2,1-0.4,1.4C14,10,14,10.1,14,10.2c0,0.3,0.2,0.5,0.5,0.5c0.2,0,0.3-0.1,0.4-0.2c0.1-0.1,0.1-0.1,0.1-0.2c0.6,1,1.7,1.7,3,1.7c0.3,0,0.7-0.1,1-0.2v3.4c0,0,0,0,0,0c0,0.3,0.2,0.5,0.5,0.5c0,0,0,0,0,0c0.3,0,0.5-0.2,0.5-0.5v-3.9c0.9-0.6,1.5-1.7,1.5-2.9c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0-0.1,0-0.1c0,0,0,0,0-0.1l0,0c0,0,0,0,0,0l-2-5C19.4,3.1,19.2,3,19,3H7.8C7.5,3,7.2,3.2,7.2,3.5S7.5,4,7.8,4z M22.9,22.1l-3-3c0,0,0,0,0,0l-5-5c0,0,0,0,0,0l-13-13C1.7,1,1.4,1,1.2,1.1C1,1.3,1,1.7,1.1,1.9L4,4.7L2.5,8.3c0,0.1,0,0.1,0,0.2c0,0,0,0,0,0c0,0,0,0,0,0c0,1.2,0.6,2.2,1.5,2.9v10.1c0,0,0,0,0,0C4,21.8,4.2,22,4.5,22h10h0h5c0,0,0,0,0,0c0.3,0,0.5-0.2,0.5-0.5v-0.8l2.1,2.1c0.1,0.1,0.2,0.1,0.4,0.1c0.1,0,0.3-0.1,0.4-0.1C23,22.7,23,22.3,22.9,22.1z M3.5,8.6l1.2-3.1l3.7,3.7C8.1,10.2,7.1,11,6,11C4.6,11,3.5,9.9,3.5,8.6z M9.5,14C9.2,14,9,14.2,9,14.5V21H5v-9.2C5.3,11.9,5.7,12,6,12c1.3,0,2.4-0.7,3-1.7c0.5,0.8,1.3,1.4,2.2,1.6l2.1,2.1H9.5C9.5,14,9.5,14,9.5,14z M14,21h-4v-6h4V21z M19,21h-4v-5.3l4,4V21z\"/></svg></li><li title=\"subject \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M2.5,8h19C21.776123,8,22,7.776123,22,7.5S21.776123,7,21.5,7h-19C2.223877,7,2,7.223877,2,7.5S2.223877,8,2.5,8z M13.5,17h-11C2.223877,17,2,17.223877,2,17.5S2.223877,18,2.5,18h11c0.276123,0,0.5-0.223877,0.5-0.5S13.776123,17,13.5,17z M21.5,12h-19C2.223877,12,2,12.223877,2,12.5S2.223877,13,2.5,13h19c0.276123,0,0.5-0.223877,0.5-0.5S21.776123,12,21.5,12z\"/></svg></li><li title=\"sync exclamation \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M12,15.625c0.3451538,0,0.625-0.2798462,0.625-0.625S12.3451538,14.375,12,14.375S11.375,14.6548462,11.375,15S11.6548462,15.625,12,15.625z M20.5,16h-4c-0.276123,0-0.5,0.223877-0.5,0.5s0.223877,0.5,0.5,0.5h2.9760132c-1.6599121,2.4746704-4.44104,3.9971313-7.4585571,4C7.0420532,21.0048218,3.0048218,16.9754028,3,12c-0.0004272-0.4752197,0.0374756-0.9497681,0.1133423-1.4188843c0.0447388-0.2723999-0.1397705-0.52948-0.4121094-0.5742188c-0.2723999-0.0447998-0.52948,0.1397095-0.5742188,0.4121094C2.0422363,10.9417114,1.9997559,11.470459,2,12c0.0064697,5.5201416,4.4798584,9.9935303,10,10c3.1759033,0.0013428,6.1253662-1.5065308,8-3.9985962v2.4991455C20.0001831,20.7765503,20.223999,21.0001831,20.5,21h0.0006104C20.7765503,20.9998169,21.0001831,20.776001,21,20.5v-4.0006104C20.9998169,16.2234497,20.776001,15.9998169,20.5,16z M12,13h0.0006104c0.2759399-0.0001831,0.4995728-0.223999,0.4993896-0.5v-3C12.5,9.223877,12.276123,9,12,9s-0.5,0.223877-0.5,0.5v3.0005493C11.5001831,12.7765503,11.723999,13.0001831,12,13z M16.7373047,3.1964722C12.3201904,0.817749,6.9207764,2.1072388,4,6.0029297V3.5C4,3.223877,3.776123,3,3.5,3S3,3.223877,3,3.5v4.0006104C3.0001831,7.7765503,3.223999,8.0001831,3.5,8h4C7.776123,8,8,7.776123,8,7.5S7.776123,7,7.5,7H4.5239868c1.6599121-2.4746704,4.44104-3.9971313,7.4585571-4C16.9579468,2.9951782,20.9951782,7.0245972,21,12c0.0004272,0.4752808-0.0374146,0.9497681-0.1132202,1.4189453c-0.0001831,0.0007935-0.0003052,0.0015259-0.0004272,0.0023193c-0.0440063,0.2718506,0.140686,0.5278931,0.4125366,0.5718994C21.3259277,13.9978638,21.3533936,14.0001221,21.3808594,14c0.2445068-0.0003662,0.4527588-0.1776733,0.4921265-0.4190063C21.9577637,13.0582886,22.0002441,12.529541,22,12C21.9970703,8.3212891,19.9761963,4.9407349,16.7373047,3.1964722z\"/></svg></li><li title=\"sync slash \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21.8534546,2.1587524c-0.1918335-0.1986084-0.5083618-0.2041016-0.7069702-0.0122681l-2.4527588,2.4527588c-0.5944214-0.5365601-1.2362671-1.0185547-1.9421997-1.3991699C12.3310547,0.8165283,6.9251099,2.1050415,4,6.0041504V3.5C4,3.223877,3.776123,3,3.5,3S3,3.223877,3,3.5v4c0,0.0001831,0,0.0003662,0,0.0006104C3.0001831,7.7765503,3.223999,8.0001831,3.5,8h4C7.776123,8,8,7.776123,8,7.5S7.776123,7,7.5,7H4.5290527c0.3227539-0.4802246,0.6738892-0.9404907,1.0834961-1.3510742c3.3984375-3.4064941,8.8372803-3.5180664,12.381897-0.3504028L5.2970581,17.9959106C3.8208008,16.3522949,2.9926147,14.2210693,3,12c-0.0004272-0.4752197,0.0374756-0.9497681,0.1133423-1.4188843c0.0447388-0.2723999-0.1397705-0.52948-0.4121094-0.5742188c-0.2723999-0.0447998-0.52948,0.1397095-0.5742188,0.4121094c-0.4829102,3.0008545,0.440979,6.0383301,2.4674072,8.279541l-2.447937,2.447937c-0.09375,0.09375-0.1464233,0.2208862-0.1464233,0.3534546C2,21.776062,2.223877,21.999939,2.5,22c0.1326294,0.0001221,0.2598267-0.0526123,0.3534546-0.1465454l19-19C22.0406494,2.659729,22.0406494,2.3525391,21.8534546,2.1587524z M20.5,16h-4c-0.276123,0-0.5,0.223877-0.5,0.5s0.223877,0.5,0.5,0.5h2.9874878c-2.5872192,3.8673096-7.7496338,5.1635742-11.882019,2.8544922C7.3656006,19.72052,7.062561,19.8052979,6.927002,20.0443115c-0.1361694,0.2401123-0.0518799,0.545105,0.1882324,0.6812744C8.6075439,21.5615845,10.2894897,22.0004272,12,22c3.1759033,0.0014038,6.1253052-1.5064697,8-3.9985352V20.5c0,0.0001831,0,0.0003662,0,0.0005493C20.0001831,20.7765503,20.223999,21.0001831,20.5,21c0.0001831,0,0.0003662,0,0.0006104,0C20.7765503,20.9998169,21.0001831,20.776001,21,20.5v-4c0-0.0001831,0-0.0003662,0-0.0006104C20.9998169,16.2234497,20.776001,15.9998169,20.5,16z M20.7255859,7.1152344c-0.135498-0.2390137-0.4385986-0.3237915-0.6784668-0.1898193c-0.2409668,0.1345825-0.3272095,0.4390869-0.192627,0.6800537C20.605896,8.9482422,21.0003052,10.4613037,21,12c0.0004272,0.4752808-0.0374146,0.9497681-0.1132202,1.4189453c-0.0001831,0.0007935-0.0003052,0.0015259-0.0004272,0.0023193c-0.0440063,0.2718506,0.140686,0.5278931,0.4125366,0.5718994C21.3259277,13.9978638,21.3533936,14.0001221,21.3808594,14c0.2445068-0.0003662,0.4527588-0.1776733,0.4921265-0.4190063C21.9577637,13.0582886,22.0002441,12.529541,22,12C22.0004272,10.2894897,21.5615845,8.6075439,20.7255859,7.1152344z\"/></svg></li><li title=\"table \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21.5,2H2.4993896C2.2234497,2.0001831,1.9998169,2.223999,2,2.5v19.0005493C2.0001831,21.7765503,2.223999,22.0001831,2.5,22h19.0006104C21.7765503,21.9998169,22.0001831,21.776001,22,21.5V2.4993896C21.9998169,2.2234497,21.776001,1.9998169,21.5,2z M8.5,21H3v-5.5h5.5V21z M8.5,14.5H3v-5h5.5V14.5z M8.5,8.5H3V3h5.5V8.5z M14.5,21h-5v-5.5h5V21z M14.5,14.5h-5v-5h5V14.5z M14.5,8.5h-5V3h5V8.5z M21,21h-5.5v-5.5H21V21z M21,14.5h-5.5v-5H21V14.5z M21,8.5h-5.5V3H21V8.5z\"/></svg></li><li title=\"telegram alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21.9453125,2.7646484c-0.4393311-0.3643188-1.0431519-0.4580688-1.5722656-0.2441406L2.4560547,9.7539062c-0.788147,0.3244019-1.1640625,1.2263184-0.8396606,2.0144043c0.1677856,0.4075928,0.50177,0.723938,0.9177856,0.8693848l3.8652344,1.34375l2.0947266,6.9257812c0.0042114,0.0140991,0.0171509,0.0227051,0.022583,0.0362549c0.0216675,0.0552368,0.0533447,0.1060791,0.0933228,0.1499023c0.0148926,0.0176392,0.0311279,0.0341797,0.0484619,0.0494385c0.0521851,0.043335,0.112793,0.0753784,0.1779785,0.0940552c0.0099487,0.0029297,0.0166016,0.0117798,0.0267334,0.0140991l0.0058594-0.0002441l0.0029297,0.0012207c0.0333862,0.0074463,0.0674438,0.0110474,0.1015625,0.0107422c0.0446167-0.0015869,0.0888672-0.0092773,0.1313477-0.0228882c0.0082397-0.0022583,0.0165405-0.0016479,0.0245972-0.0043335c0.0725708-0.0255737,0.1381226-0.067627,0.1915283-0.1229248c0.0062256-0.0062256,0.015686-0.0073242,0.0216675-0.013916l3.0136719-3.3251953l4.3964844,3.4042969C17.0200195,21.3865967,17.3493652,21.500061,17.6884155,21.5c0.7333984-0.0001221,1.3664551-0.513855,1.5175781-1.2314453L22.46875,4.2509766C22.5817871,3.6968994,22.3805542,3.1256104,21.9453125,2.7646484z M9.5878906,15.2949219l-0.7072144,3.4367676l-1.4748535-4.8778076l7.3148804-3.809021l-4.9970703,4.9971313C9.654541,15.111145,9.6073608,15.1990967,9.5878906,15.2949219z M18.2265625,20.0673828c-0.0383301,0.184082-0.1696777,0.335022-0.3466797,0.3984375c-0.1729736,0.0665283-0.3682861,0.0368652-0.5136719-0.078125l-4.7636719-3.6884766c-0.2062378-0.159668-0.5006104-0.133728-0.6757812,0.0595703l-2.0956421,2.3121948l0.7059937-3.4274292l7.1884766-7.1894531c0.1953735-0.1950073,0.1956787-0.5114136,0.0006714-0.7067261c-0.1542358-0.1546021-0.3909912-0.1911011-0.5846558-0.0901489L6.7782593,13.053894l-3.9169312-1.3615112C2.6478271,11.6221313,2.5026245,11.4239502,2.5,11.1992188c-0.0103149-0.2263184,0.1236572-0.4343872,0.3339844-0.5185547l17.9140625-7.2324219c0.1871338-0.0794067,0.4030762-0.0461426,0.5576172,0.0859375c0.1538086,0.1241455,0.2244873,0.3244019,0.1826172,0.5175781L18.2265625,20.0673828z\"/></svg></li><li title=\"th large \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M20.4707031,3H3.5292969C3.2370605,3.0002441,3.0002441,3.2370605,3,3.5292969v16.9414062C3.0002441,20.7629395,3.2370605,20.9997559,3.5292969,21h16.9414062C20.7629395,20.9997559,20.9997559,20.7629395,21,20.4707031V3.5292969C20.9997559,3.2370605,20.7629395,3.0002441,20.4707031,3z M11.5,19.9414062H4.0585938V12.5H11.5V19.9414062z M11.5,11.5H4.0585938V4.0585938H11.5V11.5z M19.9414062,19.9414062H12.5V12.5h7.4414062V19.9414062z M19.9414062,11.5H12.5V4.0585938h7.4414062V11.5z\"/></svg></li><li title=\"th \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21.5,2h-19C2.4998169,2,2.4996338,2,2.4993896,2C2.2234497,2.0001831,1.9998169,2.223999,2,2.5v19c0,0.0001831,0,0.0003662,0,0.0005493C2.0001831,21.7765503,2.223999,22.0001831,2.5,22h19c0.0001831,0,0.0003662,0,0.0006104,0C21.7765503,21.9998169,22.0001831,21.776001,22,21.5v-19c0-0.0001831,0-0.0003662,0-0.0006104C21.9998169,2.2234497,21.776001,1.9998169,21.5,2z M11.5,21H3v-8.5h8.5V21z M11.5,11.5H3V3h8.5V11.5z M21,21h-8.5v-8.5H21V21z M21,11.5h-8.5V3H21V11.5z\"/></svg></li><li title=\"times circle \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M12.0119629,2.0039062C6.491272,2.0006104,2.0131836,6.4733276,2.0098877,11.9940186S6.4793091,21.9927979,12,21.9960938c2.6522827,0.0043335,5.1970215-1.0482178,7.0712891-2.9248047c1.875-1.8734131,2.9291992-4.4147949,2.9307861-7.0653076C22.0053711,6.4852905,17.5326538,2.0072021,12.0119629,2.0039062z M12.0122681,20.9960938c-4.9684448,0.0033569-8.9988403-4.0215454-9.0022583-8.9899902C3.0066528,7.0377197,7.0316162,3.0072632,12,3.0039062c2.387085-0.0042725,4.6774292,0.9428711,6.3642578,2.6318359c1.687439,1.6858521,2.6363525,3.9728394,2.6379395,6.3581543C21.0056152,16.9622803,16.9806519,20.9926758,12.0122681,20.9960938z M12.7069702,12l3.1816406-3.1816406c0.1905518-0.194397,0.1905518-0.5054932,0-0.6998901c-0.1932373-0.1972046-0.5097656-0.2003784-0.7069702-0.0071411L12,11.2929688L8.8183594,8.1113892c-0.194397-0.1904907-0.5054932-0.1904907-0.6998901,0C7.9212646,8.3046265,7.9180908,8.6211548,8.1113281,8.8183594L11.2929688,12l-3.1816406,3.1816406c-0.09375,0.09375-0.1463623,0.2208862-0.1464233,0.3534546c0,0.276123,0.2238159,0.5,0.499939,0.500061c0.1326294,0.0001831,0.2598877-0.0525513,0.3535156-0.1464844L12,12.7070312l3.1816406,3.1816406c0.0936279,0.0939331,0.2208862,0.1466675,0.3535156,0.1464844v0.000061c0.1325684-0.000061,0.2596436-0.0527344,0.3533936-0.1464233c0.1953125-0.1952515,0.1953125-0.5118408,0.000061-0.7071533L12.7069702,12z\"/></svg></li><li title=\"toggle off \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M7.5,9.5C6.1192627,9.5,5,10.6192627,5,12s1.1192627,2.5,2.5,2.5c1.380127-0.0014648,2.4985352-1.119873,2.5-2.5C10,10.6192627,8.8807373,9.5,7.5,9.5z M7.5,13.5C6.6715698,13.5,6,12.8284302,6,12s0.6715698-1.5,1.5-1.5C8.328064,10.5009155,8.9990845,11.171936,9,12C9,12.8284302,8.3284302,13.5,7.5,13.5z M16.5,6.5h-9C4.4624634,6.5,2,8.9624634,2,12s2.4624634,5.5,5.5,5.5h9c3.0375366,0,5.5-2.4624634,5.5-5.5S19.5375366,6.5,16.5,6.5z M16.5,16.5h-9C5.0147095,16.5,3,14.4852905,3,12s2.0147095-4.5,4.5-4.5h9c2.4852905,0,4.5,2.0147095,4.5,4.5S18.9852905,16.5,16.5,16.5z\"/></svg></li><li title=\"toggle on \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M16.5,6.5h-9C4.4624634,6.5,2,8.9624634,2,12s2.4624634,5.5,5.5,5.5h9c3.0375366,0,5.5-2.4624634,5.5-5.5S19.5375366,6.5,16.5,6.5z M16.5,16.5h-9C5.0147095,16.5,3,14.4852905,3,12s2.0147095-4.5,4.5-4.5h9c2.4852905,0,4.5,2.0147095,4.5,4.5S18.9852905,16.5,16.5,16.5z M16.5,9.5c-1.3807373,0-2.5,1.1192627-2.5,2.5s1.1192627,2.5,2.5,2.5c1.380188-0.0012817,2.4987183-1.119812,2.5-2.5C19,10.6192627,17.8807373,9.5,16.5,9.5z M16.5,13.5c-0.8284302,0-1.5-0.6715698-1.5-1.5s0.6715698-1.5,1.5-1.5c0.828064,0.0009155,1.4990845,0.671936,1.5,1.5C18,12.8284302,17.3284302,13.5,16.5,13.5z\"/></svg></li><li title=\"toilet paper \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M22.4,21.2l-0.6-0.8c-1.1-1.3-1.7-3-1.7-4.8V7.5c0-3-2.5-5.5-5.5-5.5H6.1C6.1,2,6,2,6,2C3.2,2,1,4.7,1,8c0,3.3,2.2,6,5,6c0,0,0,0,0,0h4v1.6c0,2,0.7,3.9,2,5.4l0.6,0.8c0.1,0.1,0.2,0.2,0.4,0.2h9c0.1,0,0.2,0,0.3-0.1C22.5,21.7,22.6,21.4,22.4,21.2z M10,13H8.7c0.5-0.4,0.9-0.9,1.3-1.4V13z M6,13c-2.2,0-4-2.2-4-5c0-2.7,1.8-5,4-5c0,0,0,0,0,0h0.1C8.2,3,10,5.3,10,8C10,10.8,8.2,13,6,13z M13.2,21l-0.5-0.6c-1.1-1.3-1.7-3-1.7-4.8V8c0,0,0,0,0,0c0-2.1-0.9-3.9-2.2-4.9h5.7C17,3,19,5,19,7.5v8.1c0,2,0.7,3.9,1.9,5.4H13.2z M6,6.2C5.1,6.3,4.4,7.1,4.5,8C4.4,8.9,5.1,9.7,6,9.7C6.9,9.7,7.6,8.9,7.5,8C7.6,7.1,6.9,6.3,6,6.2z M6,8.7C5.7,8.7,5.5,8.4,5.5,8S5.7,7.2,6,7.2S6.5,7.6,6.5,8S6.3,8.7,6,8.7z\"/></svg></li><li title=\"traffic light \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M12,5c-1.1045532,0-2,0.8954468-2,2s0.8954468,2,2,2c1.1040039-0.0014038,1.9985962-0.8959961,2-2C14,5.8954468,13.1045532,5,12,5z M12,8c-0.5523071,0-1-0.4476929-1-1s0.4476929-1,1-1c0.552124,0.0003662,0.9996338,0.447876,1,1C13,7.5523071,12.5523071,8,12,8z M12,15c-1.1045532,0-2,0.8954468-2,2s0.8954468,2,2,2c1.1040039-0.0014038,1.9985962-0.8959961,2-2C14,15.8954468,13.1045532,15,12,15z M12,18c-0.5523071,0-1-0.4476929-1-1s0.4476929-1,1-1c0.552124,0.0003662,0.9996338,0.447876,1,1C13,17.5523071,12.5523071,18,12,18z M23,4.5c0-0.0001831,0-0.0003662,0-0.0006104C22.9998169,4.2234497,22.776001,3.9998169,22.5,4h-4.5910034c-0.2927246-1.1469116-1.3234863-1.9988403-2.5613403-2H8.6523438C7.4144897,2.0011597,6.383728,2.8530884,6.0910034,4H1.5C1.4998169,4,1.4996338,4,1.4993896,4C1.2234497,4.0001831,0.9998169,4.223999,1,4.5C1.0004883,6.3621216,1.9285278,8.0049438,3.3446655,9H1.5C1.4998169,9,1.4996338,9,1.4993896,9C1.2234497,9.0001831,0.9998169,9.223999,1,9.5c0.0004883,1.8621216,0.9285278,3.5049438,2.3446655,4.5H1.5c-0.0001831,0-0.0003662,0-0.0006104,0C1.2234497,14.0001831,0.9998169,14.223999,1,14.5c0.0007324,2.8969727,2.2420044,5.2652588,5.0844727,5.4789429C6.3696289,21.1367798,7.4067383,21.9987793,8.6523438,22h6.6953125c1.2456055-0.0012207,2.2827148-0.8632202,2.5678711-2.0210571C20.7579956,19.7652588,22.9992676,17.3969727,23,14.5c0-0.0001831,0-0.0003662,0-0.0006104C22.9998169,14.2234497,22.776001,13.9998169,22.5,14h-1.8446655C22.0714722,13.0049438,22.9995117,11.3621216,23,9.5c0-0.0001831,0-0.0003662,0-0.0006104C22.9998169,9.2234497,22.776001,8.9998169,22.5,9h-1.8446655C22.0714722,8.0049438,22.9995117,6.3621216,23,4.5z M6,18.9716797C3.9108887,18.7380371,2.2619629,17.0891113,2.0283203,15H6V18.9716797z M6,13.9716797C3.9108887,13.7380371,2.2619629,12.0891113,2.0283203,10H6V13.9716797z M6,8.9716797C3.9108887,8.7380371,2.2619629,7.0891113,2.0283203,5H6V8.9716797z M17,9.5v0.0005493V14.5v0.0005493v4.8471069C16.9989624,20.2598267,16.2598267,20.9989624,15.3476562,21H8.6523438C7.7401733,20.9989624,7.0010376,20.2598267,7,19.3476562V14.5v-0.0006104V9.5V9.4993896V4.6523438C7.0010376,3.7401733,7.7401733,3.0010376,8.6523438,3h6.6953125C16.2598267,3.0010376,16.9989624,3.7401733,17,4.6523438V9.5z M21.9716797,15C21.7380371,17.0891113,20.0891113,18.7380371,18,18.9716797V15H21.9716797z M21.9716797,10C21.7380371,12.0891113,20.0891113,13.7380371,18,13.9716797V10H21.9716797z M18,8.9716797V5h3.9716797C21.7380371,7.0891113,20.0891113,8.7380371,18,8.9716797z M12,10c-1.1045532,0-2,0.8954468-2,2s0.8954468,2,2,2c1.1040039-0.0014038,1.9985962-0.8959961,2-2C14,10.8954468,13.1045532,10,12,10z M12,13c-0.5523071,0-1-0.4476929-1-1s0.4476929-1,1-1c0.552124,0.0003662,0.9996338,0.447876,1,1C13,12.5523071,12.5523071,13,12,13z\"/></svg></li><li title=\"triangle \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21.9335938,20.0058594l-9.5-16.5097656c-0.0385132-0.0581055-0.0883179-0.1079102-0.1464233-0.1464233c-0.239502-0.1585693-0.5621948-0.0930176-0.7207642,0.1464233l-9.5,16.5097656c-0.0432739,0.0755615-0.06604,0.1610107-0.0661621,0.2480469C1.999939,20.5302734,2.2236938,20.7545776,2.5,20.7548828h19c0.0870361-0.0001221,0.1725464-0.0228882,0.2480469-0.0661621C21.987854,20.5513916,22.0709229,20.2456665,21.9335938,20.0058594z M3.3642578,19.7548828L12,4.7480469l8.6357422,15.0068359H3.3642578z\"/></svg></li><li title=\"tumblr alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M16.96875,20.6669922l-0.9619141-2.8525391c-0.0886841-0.2615967-0.3726807-0.4017334-0.6342163-0.3129883c-0.0184937,0.0062866-0.0366211,0.0136108-0.0542603,0.0219727c-0.4509277,0.1779175-0.9287109,0.2783203-1.4130859,0.296875c-0.3664551,0.0422363-0.7341919-0.0675049-1.0175781-0.3037109c-0.2745361-0.3257446-0.4155273-0.7434082-0.3945312-1.1689453V11.5h3.5166016c0.276001,0.0001831,0.4998779-0.2234497,0.5-0.4994507V7.0947266c0.0001831-0.276001-0.2234497-0.4998169-0.4994507-0.5h-3.5015259V2c0.0001221-0.276001-0.2234497-0.4998169-0.4994507-0.5H9.078125C8.7436523,1.5041504,8.4669189,1.7614746,8.4384766,2.0947266C8.3419189,4.3262329,6.9214478,6.2841187,4.8300781,7.0683594C4.631958,7.1401978,4.5,7.3283081,4.5,7.5390625v3.5830078c-0.0001831,0.276001,0.2234497,0.4998169,0.4993896,0.5h1.5250244v5.0351562c0.015686,1.5492554,0.6400757,3.0301514,1.7382812,4.1229858C9.5131836,21.9468994,11.1777344,22.565979,12.8867188,22.5c0.0507812,0,0.1025391,0,0.1542969-0.0009766c1.5722656-0.0273438,3.3798828-0.6767578,3.8671875-1.3896484C16.9966431,20.9795532,17.019043,20.8157959,16.96875,20.6669922z M13.0234375,21.4990234c-1.493103,0.1057129-2.9631348-0.4127197-4.0595703-1.4316406c-0.9088135-0.9037476-1.4258423-2.1286011-1.4394531-3.4101562v-5.5351562c0.0001831-0.276001-0.2234497-0.4998169-0.4994507-0.5H5.5V7.8808594C7.6760254,6.9238892,9.1654053,4.8660889,9.3945312,2.5h2.1142578v4.5947266c-0.0001831,0.276001,0.2234497,0.4998779,0.4994507,0.5h3.5015259V10.5h-3.5166016c-0.276001-0.0001831-0.4998779,0.2234497-0.5,0.4994507v5.3569946c-0.0281372,0.6965942,0.2252808,1.3751831,0.703125,1.8828125c0.4754028,0.4222412,1.1025391,0.6320801,1.7363281,0.5809937c0.4362183-0.0180664,0.8687744-0.0869141,1.2890625-0.2050781l0.7011719,2.0791016C15.0420532,21.208252,14.0431519,21.4854736,13.0234375,21.4990234z\"/></svg></li><li title=\"twitter alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M22.5,3.5888672c0.0002441-0.2761841-0.2234497-0.5002441-0.4996338-0.5004883c-0.0898438-0.000061-0.1779785,0.0240479-0.255249,0.0698242c-0.7038574,0.4194946-1.4684448,0.7275391-2.2666016,0.9130859c-0.8716431-0.8326416-2.0318604-1.2953491-3.2373047-1.2910156c-2.6089478,0.0032349-4.7229004,2.1176758-4.7255859,4.7265625c0,0.1347656,0.0058594,0.2714844,0.0185547,0.4091797C8.5112915,7.5945435,5.7377319,6.09198,3.8173828,3.7353516c-0.175354-0.2139282-0.4909668-0.2451782-0.704895-0.0698242c-0.0467529,0.0383301-0.0861816,0.0848389-0.116394,0.137207C2.581604,4.5263672,2.3637695,5.3458252,2.3642578,6.1797485C2.362915,7.0950928,2.6275635,7.9910889,3.1259766,8.7587891c-0.0195312-0.0107422-0.039978-0.0214844-0.0595703-0.0332031c-0.1596069-0.0778809-0.3484497-0.065979-0.4970703,0.03125c-0.1546631,0.1004028-0.2477417,0.272583-0.2470703,0.4570312C2.3181152,9.3320923,2.3253174,9.4505005,2.34375,9.5673218c0.0957642,1.3353882,0.7573853,2.5662842,1.8183594,3.3828735c-0.0925903,0.0269165-0.1751709,0.0805664-0.2373047,0.1542969c-0.1132812,0.1314087-0.1502686,0.3121948-0.0976562,0.4775391c0.468811,1.461731,1.62146,2.6026611,3.0878296,3.0566406c-1.4753418,0.8259277-3.1745605,1.1630249-4.8535156,0.9628906c-0.274231-0.0336304-0.5238037,0.161438-0.5574341,0.4356689c-0.0233154,0.1904297,0.06427,0.3773804,0.2254639,0.4813232C3.7386475,19.812439,6.0780029,20.5003662,8.4677734,20.5c5.5748291,0.0617676,10.4938965-3.6341553,11.9863281-9.0058594c0.3389282-1.1375122,0.5119019-2.3179321,0.5136719-3.5048828c0-0.1201172,0-0.2451172-0.0029297-0.3720703C22.0166626,6.5477295,22.5733032,5.0870972,22.5,3.5888672z M20.0761719,7.1220703c-0.0820923,0.0969849-0.1240234,0.2217407-0.1171875,0.3486328c0.0087891,0.1767578,0.0087891,0.3525391,0.0087891,0.5185547c-0.0020142,1.0913086-0.1611938,2.1766968-0.4726562,3.2226562C18.1668701,16.1845703,13.6137085,19.6067505,8.4677734,19.5c-1.5258789,0.0005493-3.036377-0.3045654-4.4423828-0.8974609c1.6526489-0.1833496,3.220459-0.8276367,4.5244141-1.859375c0.2172241-0.1707764,0.2548828-0.4852905,0.0841064-0.7025146C8.5411377,15.9225464,8.4001465,15.852417,8.25,15.8496094c-1.3014526-0.0209351-2.4966431-0.7225342-3.1494141-1.8486328c0.4240723,0.0012817,0.8461914-0.057251,1.2539062-0.1738281c0.2652588-0.0761719,0.4185181-0.3529053,0.3423462-0.6181641C6.6450806,13.0286255,6.4966431,12.8924561,6.3125,12.8564453c-1.463562-0.2926636-2.6086426-1.4346924-2.9052734-2.8974609c0.4245605,0.1375122,0.8664551,0.2141113,1.3125,0.2275391c0.2264404,0.0168457,0.4329224-0.1294556,0.4921875-0.3486328C5.2793579,9.625,5.1976929,9.3931885,5.0117188,9.2695312C3.9785156,8.581604,3.3596802,7.4209595,3.3642578,6.1796875C3.3639526,5.7672119,3.4312134,5.3574829,3.5634766,4.9667969C5.7807617,7.361084,8.84552,8.7946777,12.1044922,8.9619141c0.1580811,0.0167236,0.3132935-0.0512085,0.4082031-0.1787109c0.1005859-0.1207275,0.138855-0.2814941,0.1035156-0.4345703c-0.0661621-0.2757568-0.0999756-0.5582275-0.1005859-0.8417969c0.0019531-2.0569458,1.6686401-3.7240601,3.7255859-3.7265625c1.0283203-0.0029297,2.0109863,0.4244995,2.710022,1.1787109c0.1178589,0.1260986,0.2926025,0.182251,0.4619141,0.1484375c0.7096558-0.1395874,1.3995972-0.3652344,2.0546265-0.671875C21.2976074,5.4550171,20.81073,6.3949585,20.0761719,7.1220703z\"/></svg></li><li title=\"umbrella \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M12.5,3.0118408V2.5C12.5,2.223877,12.276123,2,12,2s-0.5,0.223877-0.5,0.5v0.5118408C6.897644,3.149231,3.1424561,6.840271,3,11.5v0.0005493C3.0001831,11.7765503,3.223999,12.0001831,3.5,12h5.0189819c0.0066528,0.0003052,0.0133667,0.0009155,0.0200806,0.0009155C8.5407104,12.0009155,8.5419922,12,8.5436401,12H11.5v7.25c0,0.9664917-0.7835083,1.75-1.75,1.75S8,20.2164917,8,19.25c0-0.276123-0.223877-0.5-0.5-0.5S7,18.973877,7,19.25c0.0015259,1.5181274,1.2318726,2.7484741,2.75,2.75c1.5181274-0.0015259,2.7484741-1.2318726,2.75-2.75V12h8.0006104C20.7765503,11.9998169,21.0001831,11.776001,21,11.5C20.8577271,6.84021,17.102417,3.1491089,12.5,3.0118408z M8.0505371,11h-4.032959c0.3521729-3.3762207,2.8185425-6.046875,5.9850464-6.789917C8.9051514,5.6862183,8.2294312,8.3179932,8.0505371,11z M9.0524292,11C9.3445435,6.6643066,10.7764282,4,12,4s2.6558838,2.6643066,2.9484863,7H9.0524292z M15.949585,11c-0.1782837-2.6819458-0.8540039-5.3135986-1.9516602-6.7897339C17.1640015,4.9535522,19.630188,7.6240845,19.9824219,11H15.949585z\"/></svg></li><li title=\"upload alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M18,9h-1.5C16.223877,9,16,9.223877,16,9.5s0.223877,0.5,0.5,0.5H18c1.1040039,0.0014038,1.9985962,0.8959961,2,2v7c-0.0014038,1.1040039-0.8959961,1.9985962-2,2H6c-1.1040039-0.0014038-1.9985962-0.8959961-2-2v-7c0.0014038-1.1040039,0.8959961-1.9985962,2-2h2.5C8.776123,10,9,9.776123,9,9.5S8.776123,9,8.5,9H6c-1.6561279,0.0018311-2.9981689,1.3438721-3,3v7c0.0018311,1.6561279,1.3438721,2.9981689,3,3h12c1.6561279-0.0018311,2.9981689-1.3438721,3-3v-7C20.9981689,10.3438721,19.6561279,9.0018311,18,9z M8.8623047,6.3447266L11.5,3.7069702v13.7935791C11.5001831,17.7765503,11.723999,18.0001831,12,18h0.0006104c0.2759399-0.0001831,0.4995728-0.223999,0.4993896-0.5V3.7069702l2.6376953,2.6377563c0.0936279,0.0939331,0.2208862,0.1466675,0.3535156,0.1464844c0.1325684,0,0.2597046-0.0526733,0.3534546-0.1464233c0.1952515-0.1951904,0.1953125-0.5117798,0.000061-0.7070923l-3.4909058-3.4909058c-0.0462036-0.0462646-0.1015625-0.0828247-0.1629028-0.1082153c-0.0580444-0.0239258-0.1194458-0.0354004-0.1812134-0.0366211C12.0062866,2.0018921,12.003418,2,12,2c-0.0023804,0-0.0043945,0.0012817-0.0067749,0.0013428C11.930481,2.0021973,11.8678589,2.0141602,11.80896,2.0385742c-0.0612793,0.0253296-0.1164551,0.0618896-0.1625977,0.1080322L8.1552734,5.6377563C8.1528931,5.6400757,8.1505127,5.6424561,8.1481323,5.6448975C7.954895,5.8421021,7.9580688,6.1586304,8.1552734,6.3518677S8.6690674,6.5419312,8.8623047,6.3447266z\"/></svg></li><li title=\"user arrows \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M6.6,6.9l2.5,2.5c0.1,0.1,0.2,0.1,0.4,0.1c0.1,0,0.3-0.1,0.4-0.1c0.2-0.2,0.2-0.5,0-0.7L8.2,7h7.6l-1.6,1.6C14.1,8.7,14,8.9,14,9c0,0.3,0.2,0.5,0.5,0.5c0.1,0,0.3-0.1,0.4-0.1l2.5-2.5c0,0,0,0,0,0c0.2-0.2,0.2-0.5,0-0.7l-2.5-2.5c-0.2-0.2-0.5-0.2-0.7,0c-0.2,0.2-0.2,0.5,0,0.7L15.8,6H8.2l1.6-1.6c0.2-0.2,0.2-0.5,0-0.7c-0.2-0.2-0.5-0.2-0.7,0L6.6,6.1c0,0-0.1,0.1-0.1,0.2c0,0.1,0,0.1,0,0.2c0,0,0,0,0,0v0c0,0.1,0,0.1,0,0.2S6.6,6.8,6.6,6.9z M7.9,15.9c0.8-0.6,1.4-1.5,1.4-2.6C9.2,11.5,7.8,10,6,10s-3.2,1.5-3.2,3.2c0,1.1,0.5,2,1.4,2.6C2.3,16.6,1,18.4,1,20.5C1,20.8,1.2,21,1.5,21S2,20.8,2,20.5c0-2.2,1.8-4,4-4s4,1.8,4,4v0c0,0.3,0.2,0.5,0.5,0.5h0c0.3,0,0.5-0.2,0.5-0.5C11,18.4,9.7,16.6,7.9,15.9z M6,15.5c-1.2,0-2.2-1-2.2-2.2S4.8,11,6,11c1.2,0,2.2,1,2.2,2.2C8.2,14.5,7.2,15.5,6,15.5z M19.9,15.9c0.8-0.6,1.4-1.5,1.4-2.6c0-1.8-1.5-3.2-3.2-3.2s-3.2,1.5-3.2,3.2c0,1.1,0.5,2,1.4,2.6c-1.8,0.7-3.1,2.5-3.1,4.6c0,0.3,0.2,0.5,0.5,0.5s0.5-0.2,0.5-0.5c0-2.2,1.8-4,4-4s4,1.8,4,4v0c0,0.3,0.2,0.5,0.5,0.5h0c0.3,0,0.5-0.2,0.5-0.5C23,18.4,21.7,16.6,19.9,15.9z M18,15.5c-1.2,0-2.2-1-2.2-2.2s1-2.2,2.2-2.2c1.2,0,2.2,1,2.2,2.2C20.2,14.5,19.2,15.5,18,15.5z\"/></svg></li><li title=\"vector square alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M16.5,7h-9C7.2236328,7,7,7.2236328,7,7.5v9C7,16.7763672,7.2236328,17,7.5,17h9c0.2763672,0,0.5-0.2236328,0.5-0.5v-9C17,7.2236328,16.7763672,7,16.5,7z M16,16H8V8h8V16z M21,19.0921021V4.9078979C21.5807495,4.7008057,22,4.151001,22,3.5C22,2.6728516,21.3271484,2,20.5,2c-0.651001,0-1.2008057,0.4192505-1.4078979,1H4.9078979C4.7008057,2.4192505,4.151001,2,3.5,2C2.6728516,2,2,2.6728516,2,3.5c0,0.651001,0.4192505,1.2008057,1,1.4078979v14.1842041C2.4192505,19.2991943,2,19.848999,2,20.5C2,21.3271484,2.6728516,22,3.5,22c0.651001,0,1.2008057-0.4192505,1.4078979-1h14.1842041c0.2070923,0.5807495,0.756897,1,1.4078979,1c0.8271484,0,1.5-0.6728516,1.5-1.5C22,19.848999,21.5807495,19.2991943,21,19.0921021z M20.5,3C20.7753906,3,21,3.2246094,21,3.5S20.7753906,4,20.5,4S20,3.7753906,20,3.5S20.2246094,3,20.5,3z M3.5,3C3.7753906,3,4,3.2246094,4,3.5S3.7753906,4,3.5,4S3,3.7753906,3,3.5S3.2246094,3,3.5,3z M3.5,21C3.2246094,21,3,20.7753906,3,20.5S3.2246094,20,3.5,20S4,20.2246094,4,20.5S3.7753906,21,3.5,21z M19.0901489,20.0062866C19.0897217,20.0056152,19.0859375,20,19.0859375,20H4.9140625c0,0-0.0037842,0.0056152-0.0042114,0.0062866c-0.1506958-0.4285278-0.4876099-0.7654419-0.9161377-0.9161377C3.9943848,19.0897217,4,19.0859375,4,19.0859375V4.9140625c0,0-0.0056152-0.0037842-0.0062866-0.0042114c0.4285278-0.1506958,0.7654419-0.4876099,0.9161377-0.9161377C4.9102783,3.9943848,4.9140625,4,4.9140625,4h14.171875c0,0,0.0037842-0.0056152,0.0042114-0.0062866c0.1506958,0.4285278,0.4876099,0.7654419,0.9161377,0.9161377C20.0056152,4.9102783,20,4.9140625,20,4.9140625v14.171875c0,0,0.0056152,0.0037842,0.0062866,0.0042114C19.5777588,19.2408447,19.2408447,19.5777588,19.0901489,20.0062866z M20.5,21c-0.2753906,0-0.5-0.2246094-0.5-0.5s0.2246094-0.5,0.5-0.5s0.5,0.2246094,0.5,0.5S20.7753906,21,20.5,21z\"/></svg></li><li title=\"vector square \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M19.5,16.050415V7.9490967C20.916748,7.7087402,21.9983521,6.4848633,22,5c0-1.6568604-1.3431396-3-3-3c-1.4855957,0-2.7104492,1.0823975-2.949585,2.5H7.949585C7.7104492,3.0823975,6.4855957,2,5,2C3.3431396,2,2,3.3431396,2,5c0,1.4855957,1.0823975,2.7104492,2.5,2.949585v8.1008301C3.0823975,16.2895508,2,17.5144043,2,19c0,1.6568604,1.3431396,3,3,3c1.4848633-0.0016479,2.7087402-1.083252,2.9490967-2.5h8.1013184C16.2895508,20.9176025,17.5144043,22,19,22c1.6561279-0.0018311,2.9981689-1.3438721,3-3C22,17.5144043,20.9176025,16.2895508,19.5,16.050415z M19,3c1.1040039,0.0014038,1.9985962,0.8959961,2,2c0,1.1045532-0.8954468,2-2,2s-2-0.8954468-2-2S17.8954468,3,19,3z M3,5c0-1.1045532,0.8954468-2,2-2c1.1040039,0.0014038,1.9985962,0.8959961,2,2c0,1.1045532-0.8954468,2-2,2S3,6.1045532,3,5z M5,21c-1.1045532,0-2-0.8954468-2-2s0.8954468-2,2-2c1.1040039,0.0014038,1.9985962,0.8959961,2,2C7,20.1045532,6.1045532,21,5,21z M16.050415,18.5H7.949585C7.7380371,17.2458496,6.7541504,16.2619629,5.5,16.050415V7.9490967C6.7532959,7.7364502,7.7364502,6.7532959,7.9490967,5.5h8.1013184C16.2619629,6.7541504,17.2458496,7.7380371,18.5,7.949585v8.1008301C17.2458496,16.2619629,16.2619629,17.2458496,16.050415,18.5z M19,21c-1.1045532,0-2-0.8954468-2-2s0.8954468-2,2-2c1.1040039,0.0014038,1.9985962,0.8959961,2,2C21,20.1045532,20.1045532,21,19,21z\"/></svg></li><li title=\"vk alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M15.375,13.8671875c-0.4400024-0.4725952-0.9667969-0.8561401-1.5516968-1.1296997c1.6803589-1.0357666,2.8744507-2.7028198,3.3143921-4.6271362c0.0609741-0.269104-0.1077881-0.5366821-0.3769531-0.5976562c-0.269104-0.0609741-0.5366821,0.1078491-0.5976562,0.3769531c-0.4504395,1.9788208-1.8178711,3.6240234-3.6809692,4.4286499c-0.1081543-0.0181274-0.2183838-0.0233765-0.3278198-0.0344238V8.0020142c-0.0028076-0.0439453-0.0115356-0.0873413-0.026001-0.1289062c-0.0029907-0.0217285-0.0073242-0.0432739-0.0130005-0.0644531c-0.0233765-0.0528564-0.0557861-0.1012573-0.0957031-0.1430054c-0.0043945-0.0047607-0.0062866-0.0114136-0.0108032-0.0159912c-0.0360107-0.0330811-0.0766602-0.06073-0.1206665-0.0820312c-0.0136108-0.0073853-0.0238037-0.0196533-0.038147-0.0257568c-0.0335693-0.0105591-0.0681152-0.0177002-0.1030884-0.0211792c-0.029541-0.0091553-0.0599365-0.0153809-0.0906372-0.0186768L11.0020142,7.5H11c-0.276123-0.0005493-0.5004272,0.2228394-0.5009766,0.4990234C10.4984741,8.2751465,10.7218628,8.4994507,10.9979858,8.5l0.1523438,0.0004272v5.4595947c0,0.006897,0.0036011,0.0125732,0.0039062,0.0194092v0.9981689c-2.1287842-1.8045654-3.548584-4.3057251-4.0067749-7.0585938C7.0967407,7.6497192,6.8423462,7.4686279,6.5712891,7.5088501C6.2990723,7.5548706,6.1155396,7.8126831,6.1611328,8.085022c0.5628662,3.3532715,2.4330444,6.3463135,5.2001953,8.3222656c0.0090942,0.0065308,0.0212402,0.0039673,0.0306396,0.0098877c0.0773926,0.0529785,0.1685181,0.0824585,0.2623291,0.0848389c0.0736084-0.0009155,0.1461182-0.0183716,0.2120972-0.0510254l0.0154419-0.0037231c0.0109863-0.0056763,0.0158081-0.0180054,0.0263062-0.0244141c0.0571899-0.0346069,0.1066895-0.0805054,0.1454468-0.1350098c0.0125732-0.0162354,0.0240479-0.0332642,0.0344238-0.0509644c0.041687-0.0714111,0.0645142-0.1522217,0.0662842-0.2348633v-2.7393188c0.9535522,0.1192627,1.8338623,0.572937,2.484375,1.2803345l1.6474609,1.796814c0.0945435,0.1033325,0.2281494,0.1621704,0.3681641,0.1621094c0.1253052,0.0005493,0.2460938-0.0465698,0.3378906-0.1317749c0.203186-0.1867065,0.2167358-0.5026855,0.0302734-0.7061157L15.375,13.8671875z M15.0732422,1.5H8.9375C3.0292969,1.5,1.5,3.0273438,1.5,8.9267578V15.0625C1.5,20.9707031,3.0273438,22.5,8.9267578,22.5H15.0625c5.9082031,0,7.4375-1.5273438,7.4375-7.4267578V8.9375C22.5,3.0292969,20.9726562,1.5,15.0732422,1.5z M21.5,15.0732422C21.5,20.4190063,20.4169922,21.5,15.0625,21.5H8.9267578C3.5810547,21.5,2.5,20.4169922,2.5,15.0625V8.9267578C2.5,3.5810547,3.5830078,2.5,8.9375,2.5h6.1357422C20.4190063,2.5,21.5,3.5830078,21.5,8.9375V15.0732422z\"/></svg></li><li title=\"vuejs alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M22.9335938,3.2558594C22.8446045,3.1004028,22.6791382,3.0046387,22.5,3.0048828l-4.9899902-0.0028687L17.5029297,3l-4-0.0263672H13.5c-0.1765747-0.0002441-0.3400269,0.0930176-0.4296875,0.2451172l-1.0723267,1.8056641l-1.0692749-1.78125C10.8394775,3.0933228,10.6783447,3.0010986,10.5039062,3l-4-0.0273438H6.5C6.465332,2.9780273,6.4313965,2.9872437,6.3987427,3H1.5C1.223999,2.999939,1.0001831,3.2236328,1.000061,3.4996338c0,0.0886841,0.0235596,0.1757812,0.0682983,0.2523193l10.5,18c0.138916,0.2384033,0.4447632,0.3190308,0.6831665,0.1801147c0.074585-0.043457,0.1366577-0.1055298,0.1801147-0.1801147l10.5-17.9951172C23.0220947,3.6022949,23.0228271,3.4111328,22.9335938,3.2558594z M10.2158203,3.9980469l1.3554688,2.2587891C11.661438,6.4077148,11.8242798,6.500061,12,6.5h0.0009766c0.1761475-0.0004272,0.3389893-0.0935669,0.4287109-0.2451172l1.3535156-2.2792969l2.8291016,0.0185547l-3.0053711,4.9179077l-1.6061401,2.6276855L7.3935547,3.9785156L10.2158203,3.9980469z M12,20.5078125L2.3701172,4h3.8496094l5.3535156,8.7607422c0.0386353,0.0569458,0.0888062,0.1052246,0.1472168,0.1416016c0.0133057,0.0093384,0.020874,0.0256958,0.0349731,0.0336304c0.2344971,0.1316528,0.5311279,0.0542603,0.6713867-0.1752319l5.3534546-8.758728l3.8496094,0.0020142L12,20.5078125z\"/></svg></li><li title=\"wallet \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M19.5,7H18V6c-0.0018311-1.6561279-1.3438721-2.9981689-3-3H4.5C3.119812,3.0012817,2.0012817,4.119812,2,5.5V18c0.0018311,1.6561279,1.3438721,2.9981689,3,3h14.5c1.380188-0.0012817,2.4987183-1.119812,2.5-2.5v-9C21.9987183,8.119812,20.880188,7.0012817,19.5,7z M4.5,4H15c1.1040039,0.0014038,1.9985962,0.8959961,2,2v1H4.5C3.6715698,7,3,6.3284302,3,5.5S3.6715698,4,4.5,4z M21,16h-2c-1.1045532,0-2-0.8954468-2-2s0.8954468-2,2-2h2V16z M21,11h-2c-1.6568604,0-3,1.3431396-3,3s1.3431396,3,3,3h2v1.5c-0.0009155,0.828064-0.671936,1.4990845-1.5,1.5H5c-1.1040039-0.0014038-1.9985962-0.8959961-2-2V7.4990234C3.4321899,7.8247681,3.9588013,8.0006714,4.5,8h15c0.828064,0.0009155,1.4990845,0.671936,1.5,1.5V11z\"/></svg></li><li title=\"web grid alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21.5,2H2.4993896C2.2234497,2.0001831,1.9998169,2.223999,2,2.5v19.0005493C2.0001831,21.7765503,2.223999,22.0001831,2.5,22h19.0006104C21.7765503,21.9998169,22.0001831,21.776001,22,21.5V2.4993896C21.9998169,2.2234497,21.776001,1.9998169,21.5,2z M11.5,21H3V9.5h8.5V21z M21,21h-8.5V9.5H21V21z M21,8.5H3V3h18V8.5z\"/></svg></li><li title=\"web grid \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21.5,2H2.4993896C2.2234497,2.0001831,1.9998169,2.223999,2,2.5v19.0005493C2.0001831,21.7765503,2.223999,22.0001831,2.5,22h19.0006104C21.7765503,21.9998169,22.0001831,21.776001,22,21.5V2.4993896C21.9998169,2.2234497,21.776001,1.9998169,21.5,2z M14.5,21H3v-8.5h11.5V21z M14.5,11.5H3V3h11.5V11.5z M21,21h-5.5V3H21V21z\"/></svg></li><li title=\"web section alt \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21.5,2h-19C2.4998169,2,2.4996338,2,2.4993896,2C2.2234497,2.0001831,1.9998169,2.223999,2,2.5v19c0,0.0001831,0,0.0003662,0,0.0005493C2.0001831,21.7765503,2.223999,22.0001831,2.5,22h19c0.0001831,0,0.0003662,0,0.0006104,0C21.7765503,21.9998169,22.0001831,21.776001,22,21.5v-19c0-0.0001831,0-0.0003662,0-0.0006104C21.9998169,2.2234497,21.776001,1.9998169,21.5,2z M8.5,21H3V3h5.5V21z M21,21H9.5V3H21V21z\"/></svg></li><li title=\"web section \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21.5,2H2.4993896C2.2234497,2.0001831,1.9998169,2.223999,2,2.5v19.0005493C2.0001831,21.7765503,2.223999,22.0001831,2.5,22h19.0006104C21.7765503,21.9998169,22.0001831,21.776001,22,21.5V2.4993896C21.9998169,2.2234497,21.776001,1.9998169,21.5,2z M14.5,21H3V3h11.5V21z M21,21h-5.5V3H21V21z\"/></svg></li><li title=\"window grid \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21.5,2H2.4993896C2.2234497,2.0001831,1.9998169,2.223999,2,2.5v19.0005493C2.0001831,21.7765503,2.223999,22.0001831,2.5,22h19.0006104C21.7765503,21.9998169,22.0001831,21.776001,22,21.5V2.4993896C21.9998169,2.2234497,21.776001,1.9998169,21.5,2z M8.5,21H3V3h5.5V21z M21,21H9.5v-8.5H21V21z M21,11.5H9.5V3H21V11.5z\"/></svg></li><li title=\"window maximize \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21.5,2h-19C2.4998169,2,2.4996338,2,2.4993896,2C2.2234497,2.0001831,1.9998169,2.223999,2,2.5v19c0,0.0001831,0,0.0003662,0,0.0005493C2.0001831,21.7765503,2.223999,22.0001831,2.5,22h19c0.0001831,0,0.0003662,0,0.0006104,0C21.7765503,21.9998169,22.0001831,21.776001,22,21.5v-19c0-0.0001831,0-0.0003662,0-0.0006104C21.9998169,2.2234497,21.776001,1.9998169,21.5,2z M21,21H3V9.5h18V21z M21,8.5H3V3h18V8.5z\"/></svg></li><li title=\"window section \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M21.5,2h-19C2.4998169,2,2.4996338,2,2.4993896,2C2.2234497,2.0001831,1.9998169,2.223999,2,2.5v19c0,0.0001831,0,0.0003662,0,0.0005493C2.0001831,21.7765503,2.223999,22.0001831,2.5,22h19c0.0001831,0,0.0003662,0,0.0006104,0C21.7765503,21.9998169,22.0001831,21.776001,22,21.5v-19c0-0.0001831,0-0.0003662,0-0.0006104C21.9998169,2.2234497,21.776001,1.9998169,21.5,2z M8.5,21H3V9.5h5.5V21z M14.5,21h-5V9.5h5V21z M21,21h-5.5V9.5H21V21z M21,8.5H3V3h18V8.5z\"/></svg></li><li title=\"wrap text \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M2.5,7h19C21.776123,7,22,6.776123,22,6.5S21.776123,6,21.5,6h-19C2.223877,6,2,6.223877,2,6.5S2.223877,7,2.5,7z M19,11H2.5C2.223877,11,2,11.223877,2,11.5S2.223877,12,2.5,12H19c1.1045532,0,2,0.8954468,2,2s-0.8954468,2-2,2h-5.0742188L15.3125,14.890625c0.2157593-0.1726074,0.2507324-0.4873657,0.078125-0.703125s-0.4873657-0.2507324-0.703125-0.078125l-2.5,2c-0.0106201,0.0085449-0.0189209,0.0194702-0.0288086,0.0288086c-0.0071411,0.0067749-0.0136719,0.0133057-0.0204468,0.0204468c-0.0091553,0.0097046-0.0198364,0.0177612-0.0281982,0.0281982c-0.0142212,0.0177002-0.0185547,0.0391235-0.0299683,0.0580444c-0.0180054,0.02948-0.0352783,0.0578613-0.046936,0.0909424c-0.0117188,0.0332642-0.0159302,0.0664062-0.0203247,0.1008301C12.0099487,16.458313,12,16.4775391,12,16.5c0,0.0093994,0.0048218,0.0171509,0.0053101,0.0264282c0.0018921,0.0352173,0.0114136,0.0679932,0.0206299,0.1020508c0.0080566,0.0296021,0.0137329,0.05896,0.0267944,0.0861206c0.0132446,0.027832,0.0330811,0.0512085,0.0516357,0.0765381c0.0204468,0.02771,0.0394897,0.0549316,0.0650635,0.0778809c0.0072021,0.0064697,0.010437,0.0155029,0.0180664,0.0216064l2.5,2C14.7763062,18.9614258,14.8864746,18.999939,15,19c0.1521606,0.0001221,0.2960205-0.0690308,0.3909912-0.1878662c0.1723633-0.2157593,0.1372681-0.5303955-0.0784912-0.7027588L13.9257812,17H19c1.6568604,0,3-1.3431396,3-3S20.6568604,11,19,11z M9.5,16h-7C2.223877,16,2,16.223877,2,16.5S2.223877,17,2.5,17h7c0.276123,0,0.5-0.223877,0.5-0.5S9.776123,16,9.5,16z\"/></svg></li><li title=\"youtube \"><svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" viewBox=\"0 0 24 24\"><path d=\"M14.7919922,10.7753906l-3.6679688-2.1123047c-0.2145386-0.1235962-0.4577637-0.1888428-0.7053223-0.1891479C9.6362305,8.4728394,9.0010986,9.1062622,9,9.8886719v4.2226562c-0.0030518,0.5054932,0.2669067,0.9733276,0.7060547,1.2236328c0.2157593,0.1260986,0.4610596,0.1928101,0.7109375,0.1933594c0.2486572-0.0010986,0.4926758-0.0670776,0.7080078-0.1914062l3.6669922-2.1123047c0.2159424-0.1243286,0.3952026-0.3035889,0.5195312-0.5195312C15.7009277,12.0287476,15.4683228,11.1647949,14.7919922,10.7753906z M14.2920532,12.3574219l-3.6659546,2.1123047c-0.1293945,0.0759277-0.2896729,0.0759277-0.4190063,0c-0.1290283-0.072937-0.208313-0.2102051-0.2070312-0.3583984V9.8886719c-0.0012817-0.1481934,0.0780029-0.2854614,0.2070312-0.3583984c0.0646362-0.0368652,0.1375122-0.0567017,0.2119141-0.0576172C10.4916382,9.4729004,10.5628052,9.4927979,10.625,9.5302734l3.6670532,2.1123047c0.0644531,0.0366211,0.1177979,0.0899048,0.1543579,0.1543579C14.5585938,11.9943237,14.489502,12.2452393,14.2920532,12.3574219z M19,4H5C3.3438721,4.0018311,2.0018311,5.3438721,2,7v10c0.0018311,1.6561279,1.3438721,2.9981689,3,3h14c1.6561279-0.0018311,2.9981689-1.3438721,3-3V7C21.9981689,5.3438721,20.6561279,4.0018311,19,4z M21,17c-0.0014038,1.1040039-0.8959961,1.9985962-2,2H5c-1.1040039-0.0014038-1.9985962-0.8959961-2-2V7c0.0014038-1.1040039,0.8959961-1.9985962,2-2h14c1.1040039,0.0014038,1.9985962,0.8959961,2,2V17z\"/></svg></li></ul>"
  },
  {
    "path": "resources/svg/separators/digital-red-panther/index.html",
    "content": "<style>\nul.svg-list {\n\tlist-style:none;\n\tpadding:0;\n\tmargin:10px 0 0;\n\tbackground:var(--bs-body-bg);\n}\nul.svg-list li {\n\tdisplay:inline-block;\n\tposition:relative;\n\theight:32px;\n\tpadding:2px;\n\tmargin-right:5px;\n\tmargin-bottom:5px;\n\t--bs-body-bg: var(--bs-body-color);\n\t//box-shadow:0px 3px 6px 0px rgba(0, 0, 0, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.08);\n\tborder: 1px dotted var(--bs-border-color);\n}\n\nul.svg-list li:hover {\n\tbox-shadow:none;//0px 3px 6px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 0px rgba(0, 0, 0, 0.15);\n}\n\nul.svg-list li svg{\n\tmax-width:100%;\n\tmax-height:100%;\n\twidth:100%;\n\tfill: var(--bs-body-bg);\n\n}\n\nul.svg-list li span {\n\t//display:none;\n}\n\nul.svg-list li.heading {\n\twidth:100%;\n\tbox-shadow:none;\n\ttext-transform: capitalize;\n\tfont-size: 12px;\n\tline-height: 32px;\t\n}\n\nul.svg-list li span {\n  visibility: hidden;\n  min-width: 120px;\n  background-color: black;\n  color: var(--bs-body-bg);\n  text-align: center;\n  border-radius: 6px;\n  padding: 5px 0;\n  \n  /* Position the tooltip */\n  position: absolute;\n  z-index: 1;\n  left:0;\n  top: 105%;\n  font-size:12px;\n}\n\nul.svg-list li:hover  span {\n  visibility: visible;\n}\n\nul.svg-list li:hover  svg {\n\ttransform: scale(2);\n\tfill:blue;\n\tcolor:green;\n}\t\n</style>\n<ul class=\"svg-list\"><li title=\"arrow in \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1000 100\" preserveAspectRatio=\"none\">\n\t<path d=\"M500,98.9L0,6.1V0h1000v6.1L500,98.9z\"></path>\n</svg>\n</li><li title=\"arrow out top \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1000 100\" preserveAspectRatio=\"none\">\n\t<path d=\"M500.2,94.7L0,0v100h1000V0L500.2,94.7z\"></path>\n</svg>\n</li><li title=\"arrow out \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1000 100\" preserveAspectRatio=\"none\">\n\t<path d=\"M500.2,94.7L0,0v100h1000V0L500.2,94.7z\"></path>\n</svg>\n</li><li title=\"basic triangle bottom \"><svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 500 65\"><defs><style>.cls-1{fill:inherit;}</style></defs><polygon class=\"cls-1\" points=\"0 65 500 65 500 0 250 40 0 0 0 65\"/></svg></li><li title=\"basic triangle top \"><svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 500 65\"><defs><style>.cls-1{fill:inherit;}</style></defs><polygon class=\"cls-1\" points=\"500 0 0 0 0 65 250 25 500 65 500 0\"/></svg></li><li title=\"big round bottom \"><svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 500 81\"><defs><style>.cls-1{fill:inherit;}</style></defs><path class=\"cls-1\" d=\"M500,154.32C441,140,354,118.93,250,119c-103,.07-192,19-250,35.32V200H500Z\" transform=\"translate(0 -119)\"/></svg></li><li title=\"big round top \"><svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 500 81\"><defs><style>.cls-1{fill:inherit;}</style></defs><path class=\"cls-1\" d=\"M0,45.68C59,60,146,81.07,250,81c103-.07,192-19,250-35.32V0H0Z\" transform=\"translate(0 0)\"/></svg></li><li title=\"book bottom \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 500 46.42\"><defs><style>.cls-1{fill:inherit;}</style></defs><g id=\"Layer_3\" data-name=\"Layer 3\"><path class=\"cls-1\" d=\"M0,177.36s194.23-1.13,213-5.44c34.74-7.95,37-18.34,37-18.34s2,11.25,30.5,18.24C301.44,177,500,177.36,500,177.36V200H0Z\" transform=\"translate(0 -153.58)\"/></g></svg></li><li title=\"book top \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 500 46.42\"><defs><style>.cls-1{fill:inherit;}</style></defs><g id=\"Layer_3\" data-name=\"Layer 3\"><path class=\"cls-1\" d=\"M500,22.64s-194.23,1.13-213,5.44c-34.74,8-37,18.34-37,18.34s-2-11.25-30.5-18.24C198.56,23.05,0,22.64,0,22.64V0H500Z\"/></g></svg></li><li title=\"bottom down \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1000 100\" preserveAspectRatio=\"none\">\n\t<path d=\"M0,6V0h1000v100L0,6z\"></path>\n</svg>\n</li><li title=\"bubble 1 \"><svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1185 248'><circle cx='76' cy='121.1' r='20' class='a'/><circle cx='870' cy='201.1' r='11' class='a'/><circle cx='814.5' cy='165.6' r='24.5' class='a'/><path d='M0 0v17.7c22.7 14.8 53 31.9 90.7 51.5 150.8 78 322 116.6 424.8 69.3 102.9-47.4 138-69.3 210.8-69.3s118.3 48.6 219.5 38.3 76.3-59.3 188.7-59.3c18.9 0 35.5 2.6 50.5 6.8V0H0z' class='a'/></svg>\n</li><li title=\"bubble 2 \"><svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1185 248'><path d='M50.5 199.8c112.4 0 87.5-49 188.7-59.3s146.7 38.3 219.5 38.3 107.9-21.9 210.8-69.3c102.8-47.3 274-8.7 424.8 69.3 37.7 19.5 68 36.7 90.7 51.5V0H0v193C15 197.2 31.6 199.8 50.5 199.8zM1109 106.9c11 0 20 9 20 20 0 11-9 20-20 20s-20-9-20-20C1089 115.9 1098 106.9 1109 106.9zM370.5 57.9c13.5 0 24.5 11 24.5 24.5 0 13.5-11 24.5-24.5 24.5S346 95.9 346 82.4C346 68.9 357 57.9 370.5 57.9zM315 35.9c6.1 0 11 4.9 11 11s-4.9 11-11 11 -11-4.9-11-11S308.9 35.9 315 35.9z'/></svg>\n</li><li title=\"bubbles bottom \"><svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 500 143\"><defs><style>.cls-1,.cls-2{fill:inherit;}.cls-2{opacity:0.5;}</style></defs><rect class=\"cls-1\" y=\"99\" width=\"500\" height=\"44\"/><circle class=\"cls-2\" cx=\"260\" cy=\"102\" r=\"30\"/><circle class=\"cls-2\" cx=\"427\" cy=\"88\" r=\"50\"/><circle class=\"cls-2\" cx=\"99.5\" cy=\"76.5\" r=\"14.5\"/><circle class=\"cls-2\" cx=\"28.5\" cy=\"79.5\" r=\"8.5\"/><circle class=\"cls-2\" cx=\"116.03\" cy=\"57.02\" r=\"5\"/><circle class=\"cls-2\" cx=\"107.74\" cy=\"46.41\" r=\"3.33\"/><circle class=\"cls-2\" cx=\"115.67\" cy=\"38.93\" r=\"2.07\"/><circle class=\"cls-2\" cx=\"108.5\" cy=\"31.76\" r=\"1.5\"/><circle class=\"cls-2\" cx=\"35.09\" cy=\"62.72\" r=\"3.33\"/><circle class=\"cls-2\" cx=\"28.98\" cy=\"53.66\" r=\"1.5\"/><circle class=\"cls-2\" cx=\"309.13\" cy=\"60.9\" r=\"7.31\"/><circle class=\"cls-2\" cx=\"300.52\" cy=\"44.4\" r=\"4.51\"/><circle class=\"cls-2\" cx=\"307.25\" cy=\"34.04\" r=\"2.07\"/><circle class=\"cls-2\" cx=\"391.5\" cy=\"14.5\" r=\"14.5\"/><path class=\"cls-1\" d=\"M126.16,143.31a20.76,20.76,0,0,0-11.11,3.23,20.79,20.79,0,0,0-30.26-11.21,20.81,20.81,0,0,0-37,8,20.83,20.83,0,1,0,6.27,19.8,20.74,20.74,0,0,0,24.64,2.62,20.75,20.75,0,0,0,27.74,5.1,20.84,20.84,0,1,0,19.71-27.59Z\" transform=\"translate(0 -57)\"/><path class=\"cls-1\" d=\"M453.74,146.22a16,16,0,0,0-8.61,2.5A16.12,16.12,0,0,0,421.67,140,16.14,16.14,0,0,0,393,146.27a16.16,16.16,0,1,0,4.86,15.35,16.08,16.08,0,0,0,19.1,2,16.1,16.1,0,0,0,21.51,4,16.16,16.16,0,1,0,15.28-21.39Z\" transform=\"translate(0 -57)\"/><circle class=\"cls-1\" cx=\"269.09\" cy=\"106.64\" r=\"26.36\"/><circle class=\"cls-1\" cx=\"294.55\" cy=\"99.36\" r=\"26.36\"/><circle class=\"cls-1\" cx=\"321.64\" cy=\"106.64\" r=\"26.36\"/><circle class=\"cls-1\" cx=\"239.91\" cy=\"114.06\" r=\"26.36\"/></svg></li><li title=\"bubbles top \"><svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 500 143\"><defs><style>.cls-1,.cls-2{fill:inherit;}.cls-2{opacity:0.5;}</style></defs><rect class=\"cls-1\" width=\"500\" height=\"44\" transform=\"translate(500 44) rotate(-180)\"/><circle class=\"cls-2\" cx=\"240\" cy=\"41\" r=\"30\"/><circle class=\"cls-2\" cx=\"73\" cy=\"55\" r=\"50\"/><circle class=\"cls-2\" cx=\"400.5\" cy=\"66.5\" r=\"14.5\"/><circle class=\"cls-2\" cx=\"471.5\" cy=\"63.5\" r=\"8.5\"/><circle class=\"cls-2\" cx=\"383.97\" cy=\"85.98\" r=\"5\"/><circle class=\"cls-2\" cx=\"392.26\" cy=\"96.59\" r=\"3.33\"/><circle class=\"cls-2\" cx=\"384.33\" cy=\"104.07\" r=\"2.07\"/><circle class=\"cls-2\" cx=\"391.5\" cy=\"111.24\" r=\"1.5\"/><circle class=\"cls-2\" cx=\"464.91\" cy=\"80.28\" r=\"3.33\"/><circle class=\"cls-2\" cx=\"471.02\" cy=\"89.34\" r=\"1.5\"/><circle class=\"cls-2\" cx=\"190.87\" cy=\"82.1\" r=\"7.31\"/><circle class=\"cls-2\" cx=\"199.48\" cy=\"98.6\" r=\"4.51\"/><circle class=\"cls-2\" cx=\"192.75\" cy=\"108.96\" r=\"2.07\"/><circle class=\"cls-2\" cx=\"108.5\" cy=\"128.5\" r=\"14.5\"/><path class=\"cls-1\" d=\"M373.84,56.69A20.76,20.76,0,0,0,385,53.46a20.79,20.79,0,0,0,30.26,11.21,20.81,20.81,0,0,0,37-8.05,20.83,20.83,0,1,0-6.27-19.8,20.74,20.74,0,0,0-24.64-2.62,20.78,20.78,0,0,0-27.74-5.1,20.84,20.84,0,1,0-19.71,27.59Z\" transform=\"translate(0 0)\"/><path class=\"cls-1\" d=\"M46.26,53.78a16,16,0,0,0,8.61-2.5A16.12,16.12,0,0,0,78.33,60,16.14,16.14,0,0,0,107,53.73a16.16,16.16,0,1,0-4.86-15.35,16.08,16.08,0,0,0-19.1-2,16.1,16.1,0,0,0-21.51-4A16.16,16.16,0,1,0,46.26,53.78Z\" transform=\"translate(0 0)\"/><circle class=\"cls-1\" cx=\"230.91\" cy=\"36.36\" r=\"26.36\"/><circle class=\"cls-1\" cx=\"205.45\" cy=\"43.64\" r=\"26.36\"/><circle class=\"cls-1\" cx=\"178.36\" cy=\"36.36\" r=\"26.36\"/><circle class=\"cls-1\" cx=\"260.09\" cy=\"28.94\" r=\"26.36\"/></svg></li><li title=\"christmas trees bottom \"><svg id=\"Layer_2\" data-name=\"Layer 2\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 500 95.32\"><defs><style>.cls-1{fill:inherit;}</style></defs><path class=\"cls-1\" d=\"M113.72,166.67l-5-11.14a6.47,6.47,0,0,0,1.33-.18c.78-.19,1.78-.08,1.78-.74s-5.44-11.76-5.44-11.76a15.45,15.45,0,0,0,1.67-.19c.44-.11.26-.89.26-.89s1,1.19,1.44.93-.52-1.52-.52-1.52l-5.14-11.31a5.49,5.49,0,0,0,1.74-.15c.48-.22.15-1.15.15-1.15a11,11,0,0,0,1.73-.26c.71-.18-10.8-22.23-10.8-22.23s-.51-1.4-.88-1.4-10.84,22.26-10.84,22.26-.67.93-.19.93-.25,1.15.52,1.33S87,130.75,87,130.75l-4.67,12.06s-.88,1.26,0,1.44a4.67,4.67,0,0,0,1.67,0l-4.18,8.25s.07.74.59.74-4.7,11-4.7,11-1.55,1.78.15,2.18a3.14,3.14,0,0,0,2.89-.92s-.48,1.74,1.25,1.74,4.11-2.52,4.11-2.37S82.21,168,83.39,168s3.07-3,3.07-3-.88,2.29.12,2.29,1.51,0,1.51,0v7.1h12.32v-7.47s0,1.4.92,1.29,1.37-1.55,1.37-1.55-.41,1.4.56,1.66,1.73-2.47,1.73-2.47.71,2.88,2.11,2.88.82-2.66.82-2.66,1.1,3.07,2.29,2.84.52-2.51.52-2.51,2,1.63,2.55,1.63S113.72,166.67,113.72,166.67Z\" transform=\"translate(0 -104.68)\"/><path class=\"cls-1\" d=\"M145.9,168.05,143.61,163a2.78,2.78,0,0,0,.61-.09c.35-.08.8,0,.8-.33s-2.47-5.35-2.47-5.35a7.18,7.18,0,0,0,.76-.09c.2,0,.12-.4.12-.4s.43.54.65.42-.23-.69-.23-.69l-2.34-5.15a2.24,2.24,0,0,0,.79-.07c.22-.1.07-.52.07-.52a4.71,4.71,0,0,0,.79-.12c.32-.08-4.92-10.11-4.92-10.11s-.23-.64-.4-.64S132.91,150,132.91,150s-.3.42-.08.42-.12.52.23.61.66.71.66.71l-2.12,5.48s-.41.57,0,.66a2.13,2.13,0,0,0,.75,0l-1.9,3.76s0,.33.27.33-2.13,5-2.13,5-.71.81.06,1a1.42,1.42,0,0,0,1.32-.42s-.22.79.57.79,1.87-1.14,1.87-1.08-.85,1.42-.31,1.42,1.4-1.36,1.4-1.36-.41,1,.05,1,.69,0,.69,0v3.23h5.6v-3.4s0,.64.42.59.62-.7.62-.7-.18.63.26.75.79-1.12.79-1.12.32,1.31,1,1.31.37-1.21.37-1.21.5,1.39,1,1.29.24-1.14.24-1.14.9.74,1.16.74S145.9,168.05,145.9,168.05Z\" transform=\"translate(0 -104.68)\"/><path class=\"cls-1\" d=\"M401.66,183.9l-2.28-5.06a2.67,2.67,0,0,0,.6-.09c.35-.08.81,0,.81-.33s-2.47-5.35-2.47-5.35a7.07,7.07,0,0,0,.75-.09c.2,0,.12-.4.12-.4s.44.54.66.42-.24-.69-.24-.69l-2.34-5.15a2.51,2.51,0,0,0,.79-.07c.22-.1.07-.52.07-.52a4.71,4.71,0,0,0,.79-.12c.32-.08-4.91-10.11-4.91-10.11s-.24-.64-.41-.64-4.93,10.13-4.93,10.13-.3.42-.08.42-.12.52.24.61.65.7.65.7l-2.12,5.49s-.4.57,0,.66a2.18,2.18,0,0,0,.76,0l-1.9,3.75s0,.34.27.34-2.14,5-2.14,5-.71.81.07,1a1.41,1.41,0,0,0,1.31-.42s-.22.79.57.79,1.87-1.14,1.87-1.08-.84,1.42-.3,1.42,1.39-1.37,1.39-1.37-.4,1.05.05,1.05.69,0,.69,0v3.23h5.61V184s0,.64.42.59.62-.71.62-.71-.19.64.25.76.79-1.13.79-1.13.32,1.32,1,1.32.37-1.21.37-1.21.51,1.39,1.05,1.29.23-1.14.23-1.14.91.74,1.16.74S401.66,183.9,401.66,183.9Z\" transform=\"translate(0 -104.68)\"/><path class=\"cls-1\" d=\"M377.85,182.32l-3.08-6.81a3.93,3.93,0,0,0,.81-.11c.48-.11,1.09-.05,1.09-.45s-3.33-7.2-3.33-7.2a8.29,8.29,0,0,0,1-.11c.27-.07.16-.54.16-.54s.59.72.88.56-.31-.93-.31-.93l-3.15-6.92a3.16,3.16,0,0,0,1.06-.09c.3-.13.09-.7.09-.7a6.43,6.43,0,0,0,1.07-.16c.43-.11-6.61-13.59-6.61-13.59s-.32-.86-.54-.86S360.38,158,360.38,158s-.41.57-.11.57-.16.7.31.81.89,1,.89,1l-2.85,7.37s-.55.77,0,.88a2.77,2.77,0,0,0,1,0l-2.55,5s0,.45.36.45-2.87,6.72-2.87,6.72-.95,1.09.09,1.34a1.9,1.9,0,0,0,1.76-.57s-.29,1.06.77,1.06,2.51-1.53,2.51-1.44-1.13,1.9-.41,1.9,1.88-1.84,1.88-1.84-.54,1.41.07,1.41.93,0,.93,0V187h7.53v-4.57s0,.86.57.79.83-.95.83-.95-.25.86.34,1,1.07-1.52,1.07-1.52.43,1.77,1.29,1.77.49-1.63.49-1.63.68,1.88,1.41,1.74.31-1.54.31-1.54,1.22,1,1.56,1S377.85,182.32,377.85,182.32Z\" transform=\"translate(0 -104.68)\"/><path class=\"cls-1\" d=\"M436.53,180l-2.29-5.07a3,3,0,0,0,.61-.08c.35-.09.81,0,.81-.34s-2.48-5.35-2.48-5.35a6.5,6.5,0,0,0,.76-.08c.2-.05.12-.41.12-.41s.44.54.65.42-.23-.69-.23-.69l-2.34-5.15a2.42,2.42,0,0,0,.79-.06c.22-.1.07-.52.07-.52a6.21,6.21,0,0,0,.79-.12c.32-.09-4.91-10.11-4.91-10.11s-.24-.64-.41-.64-4.93,10.13-4.93,10.13-.3.42-.08.42-.12.52.23.6.66.71.66.71l-2.12,5.48s-.4.58,0,.66a2.36,2.36,0,0,0,.76,0l-1.9,3.75s0,.34.27.34-2.14,5-2.14,5-.71.81.07,1a1.41,1.41,0,0,0,1.31-.42s-.22.79.57.79,1.87-1.14,1.87-1.07-.84,1.41-.3,1.41,1.39-1.36,1.39-1.36-.4,1,.05,1,.69,0,.69,0v3.24h5.6v-3.4s0,.64.43.59.62-.71.62-.71-.19.64.25.76.79-1.13.79-1.13.32,1.31,1,1.31.37-1.21.37-1.21.5,1.4,1,1.3.24-1.15.24-1.15.91.74,1.16.74S436.53,180,436.53,180Z\" transform=\"translate(0 -104.68)\"/><path class=\"cls-1\" d=\"M469.23,175.45l-3.44-7.64a4.56,4.56,0,0,0,.91-.12c.53-.13,1.22-.05,1.22-.51s-3.73-8.06-3.73-8.06a9.27,9.27,0,0,0,1.14-.13c.3-.08.18-.61.18-.61s.66.81,1,.64-.36-1-.36-1l-3.52-7.76a3.75,3.75,0,0,0,1.19-.1c.33-.16.1-.79.1-.79a7.71,7.71,0,0,0,1.19-.18c.48-.13-7.4-15.24-7.4-15.24s-.36-1-.61-1-7.43,15.26-7.43,15.26-.46.64-.13.64-.18.78.36.91,1,1.07,1,1.07l-3.2,8.26s-.61.86,0,1a3.22,3.22,0,0,0,1.14,0L446,165.76s.05.51.4.51-3.22,7.53-3.22,7.53-1.06,1.22.1,1.5a2.17,2.17,0,0,0,2-.64s-.33,1.19.86,1.19,2.82-1.72,2.82-1.62-1.27,2.13-.46,2.13,2.11-2.05,2.11-2.05-.61,1.57.07,1.57,1,0,1,0v4.87h8.45V175.6s0,1,.63.89.94-1.07.94-1.07-.28,1,.38,1.14,1.19-1.7,1.19-1.7.48,2,1.45,2,.55-1.82.55-1.82.76,2.1,1.58,1.95.35-1.73.35-1.73,1.37,1.12,1.75,1.12S469.23,175.45,469.23,175.45Z\" transform=\"translate(0 -104.68)\"/><path class=\"cls-1\" d=\"M78.52,176.53,75.58,170a3.71,3.71,0,0,0,.78-.11c.45-.11,1,0,1-.43s-3.18-6.88-3.18-6.88.71,0,1-.11.15-.52.15-.52.56.69.85.54-.31-.89-.31-.89l-3-6.62a3.06,3.06,0,0,0,1-.08c.28-.13.09-.67.09-.67a8.19,8.19,0,0,0,1-.15c.41-.11-6.32-13-6.32-13s-.3-.83-.52-.83-6.34,13-6.34,13-.39.54-.11.54-.15.67.31.78.84.9.84.9l-2.73,7.06s-.51.73,0,.84a2.73,2.73,0,0,0,1,0l-2.45,4.83s.05.43.35.43-2.75,6.42-2.75,6.42-.91,1,.09,1.28a1.84,1.84,0,0,0,1.69-.54s-.28,1,.73,1,2.4-1.47,2.4-1.38-1.08,1.82-.39,1.82,1.8-1.75,1.8-1.75-.52,1.34.06,1.34.89,0,.89,0V181h7.2v-4.37s0,.82.55.76.8-.91.8-.91-.24.82.32,1,1-1.45,1-1.45.41,1.69,1.23,1.69.48-1.56.48-1.56.64,1.8,1.34,1.67.3-1.47.3-1.47,1.17.95,1.49.95S78.52,176.53,78.52,176.53Z\" transform=\"translate(0 -104.68)\"/><path class=\"cls-1\" d=\"M160.27,168.05,158,163a2.78,2.78,0,0,0,.61-.09c.35-.08.8,0,.8-.33s-2.47-5.35-2.47-5.35a7.18,7.18,0,0,0,.76-.09c.2,0,.12-.4.12-.4s.43.54.65.42-.23-.69-.23-.69l-2.34-5.15a2.24,2.24,0,0,0,.79-.07c.22-.1.07-.52.07-.52a4.71,4.71,0,0,0,.79-.12c.32-.08-4.92-10.11-4.92-10.11s-.23-.64-.4-.64S147.28,150,147.28,150s-.3.42-.08.42-.12.52.23.61.66.71.66.71L146,157.2s-.41.57,0,.66a2.19,2.19,0,0,0,.76,0l-1.91,3.76s0,.33.27.33-2.13,5-2.13,5-.71.81.06,1a1.42,1.42,0,0,0,1.32-.42s-.22.79.57.79,1.87-1.14,1.87-1.08-.85,1.42-.31,1.42,1.4-1.36,1.4-1.36-.4,1,0,1,.69,0,.69,0v3.23h5.6v-3.4s0,.64.42.59.63-.7.63-.7-.19.63.25.75.79-1.12.79-1.12.32,1.31,1,1.31.37-1.21.37-1.21.5,1.39,1,1.29.24-1.14.24-1.14.91.74,1.16.74S160.27,168.05,160.27,168.05Z\" transform=\"translate(0 -104.68)\"/><path class=\"cls-1\" d=\"M130.39,172.3l-2.29-5.07a3.11,3.11,0,0,0,.61-.08c.35-.09.8,0,.8-.34s-2.47-5.35-2.47-5.35a6.5,6.5,0,0,0,.76-.08c.2,0,.11-.41.11-.41s.44.54.66.42-.23-.68-.23-.68L126,155.56a2.51,2.51,0,0,0,.79-.07c.22-.1.06-.52.06-.52a6.26,6.26,0,0,0,.8-.12c.32-.08-4.92-10.11-4.92-10.11s-.23-.64-.4-.64-4.93,10.13-4.93,10.13-.3.42-.08.42-.12.52.23.6.66.71.66.71l-2.12,5.49s-.41.57,0,.65a2,2,0,0,0,.75,0l-1.9,3.75s0,.34.27.34-2.13,5-2.13,5-.71.81.06,1a1.42,1.42,0,0,0,1.31-.42s-.21.79.58.79,1.86-1.15,1.86-1.08-.84,1.41-.3,1.41,1.4-1.36,1.4-1.36-.41,1,.05,1h.69v3.23h5.6v-3.4s0,.64.42.59.62-.71.62-.71-.18.64.26.76.79-1.13.79-1.13.32,1.31,1,1.31.37-1.21.37-1.21.5,1.4,1,1.3.24-1.15.24-1.15.9.74,1.16.74S130.39,172.3,130.39,172.3Z\" transform=\"translate(0 -104.68)\"/><path class=\"cls-1\" d=\"M195.14,170.56l-2.29-5.07a3,3,0,0,0,.61-.08c.35-.09.81,0,.81-.34s-2.48-5.35-2.48-5.35a6.5,6.5,0,0,0,.76-.08c.2,0,.12-.41.12-.41s.44.54.66.42-.24-.69-.24-.69l-2.34-5.14a2.51,2.51,0,0,0,.79-.07c.22-.1.07-.52.07-.52a6.21,6.21,0,0,0,.79-.12c.32-.08-4.91-10.11-4.91-10.11s-.24-.64-.41-.64-4.93,10.13-4.93,10.13-.3.42-.08.42-.12.52.24.6.65.71.65.71l-2.12,5.48s-.4.58,0,.66a2.34,2.34,0,0,0,.76,0l-1.9,3.75s0,.34.27.34-2.14,5-2.14,5-.71.81.07,1a1.44,1.44,0,0,0,1.31-.42s-.22.79.57.79,1.87-1.15,1.87-1.08-.84,1.41-.3,1.41,1.39-1.36,1.39-1.36-.4,1,0,1h.69v3.23h5.61v-3.4s0,.64.42.59.62-.71.62-.71-.19.64.25.76.79-1.13.79-1.13.32,1.31,1,1.31.37-1.21.37-1.21.51,1.4,1,1.3.24-1.15.24-1.15.91.74,1.16.74S195.14,170.56,195.14,170.56Z\" transform=\"translate(0 -104.68)\"/><path class=\"cls-1\" d=\"M218.06,173.59l-2.79-6.18a3.7,3.7,0,0,0,.74-.1c.43-.11,1-.05,1-.42s-3-6.53-3-6.53a8.49,8.49,0,0,0,.93-.1c.24-.07.14-.5.14-.5s.53.66.8.52-.29-.85-.29-.85l-2.85-6.28a2.84,2.84,0,0,0,1-.09c.27-.12.08-.63.08-.63a5.93,5.93,0,0,0,1-.15c.39-.1-6-12.35-6-12.35s-.29-.78-.49-.78-6,12.37-6,12.37-.37.52-.11.52-.14.63.29.74.8.86.8.86l-2.59,6.7s-.49.7,0,.8a2.73,2.73,0,0,0,.93,0l-2.32,4.58s0,.41.32.41-2.61,6.11-2.61,6.11-.86,1,.09,1.21a1.73,1.73,0,0,0,1.6-.51s-.27,1,.7,1,2.28-1.4,2.28-1.31-1,1.72-.37,1.72,1.7-1.66,1.7-1.66-.49,1.27.07,1.27.84,0,.84,0v4h6.84v-4.15s0,.78.52.72.76-.87.76-.87-.23.78.3.93,1-1.38,1-1.38.39,1.6,1.17,1.6.45-1.48.45-1.48.62,1.71,1.28,1.59.29-1.4.29-1.4,1.11.9,1.41.9S218.06,173.59,218.06,173.59Z\" transform=\"translate(0 -104.68)\"/><path class=\"cls-1\" d=\"M387.27,183.9,385,178.84a2.78,2.78,0,0,0,.61-.09c.35-.08.8,0,.8-.33s-2.47-5.35-2.47-5.35a7.18,7.18,0,0,0,.76-.09c.2,0,.12-.4.12-.4s.43.54.65.42-.23-.69-.23-.69l-2.34-5.15a2.51,2.51,0,0,0,.79-.07c.22-.1.07-.52.07-.52a4.71,4.71,0,0,0,.79-.12c.32-.08-4.92-10.11-4.92-10.11s-.23-.64-.4-.64-4.93,10.13-4.93,10.13-.3.42-.08.42-.12.52.23.61.66.7.66.7L373,173.05s-.41.57,0,.66a2.19,2.19,0,0,0,.76,0l-1.91,3.75s0,.34.27.34-2.13,5-2.13,5-.71.81.06,1a1.42,1.42,0,0,0,1.32-.42s-.22.79.57.79,1.87-1.14,1.87-1.08-.85,1.42-.31,1.42,1.4-1.37,1.4-1.37-.4,1.05.05,1.05.69,0,.69,0v3.23h5.6V184s0,.64.42.59.63-.71.63-.71-.19.64.25.76.79-1.13.79-1.13.32,1.32,1,1.32.37-1.21.37-1.21.5,1.39,1,1.29.24-1.14.24-1.14.91.74,1.16.74S387.27,183.9,387.27,183.9Z\" transform=\"translate(0 -104.68)\"/><path class=\"cls-1\" d=\"M359.35,185,357.06,180a2.78,2.78,0,0,0,.61-.09c.35-.08.8,0,.8-.33S356,174.2,356,174.2a7.18,7.18,0,0,0,.76-.09c.2-.05.12-.4.12-.4s.43.54.65.42-.23-.69-.23-.69L355,168.29a2.42,2.42,0,0,0,.79-.06c.22-.11.07-.53.07-.53a5.47,5.47,0,0,0,.79-.11c.32-.09-4.92-10.12-4.92-10.12s-.23-.64-.4-.64S346.36,167,346.36,167s-.3.42-.08.42-.12.53.23.61.66.71.66.71l-2.12,5.48s-.41.57,0,.66a2.19,2.19,0,0,0,.76,0l-1.91,3.76s0,.33.27.33-2.13,5-2.13,5-.71.81.06,1a1.42,1.42,0,0,0,1.32-.42s-.22.79.57.79,1.87-1.14,1.87-1.07-.85,1.41-.31,1.41,1.4-1.36,1.4-1.36-.4,1,.05,1,.69,0,.69,0v3.23h5.6v-3.4s0,.64.42.59.63-.7.63-.7-.19.64.25.75.79-1.12.79-1.12.32,1.31,1,1.31.37-1.21.37-1.21.5,1.39,1,1.29.24-1.14.24-1.14.91.74,1.16.74S359.35,185,359.35,185Z\" transform=\"translate(0 -104.68)\"/><path class=\"cls-1\" d=\"M429.27,179.79l-4.73-10.47a6.1,6.1,0,0,0,1.25-.17c.73-.18,1.67-.07,1.67-.7s-5.12-11.06-5.12-11.06a14.71,14.71,0,0,0,1.57-.17c.42-.11.24-.84.24-.84s.91,1.11,1.36.87-.49-1.43-.49-1.43l-4.83-10.64a5,5,0,0,0,1.63-.14c.46-.21.14-1.08.14-1.08a11.44,11.44,0,0,0,1.64-.24c.66-.17-10.16-20.91-10.16-20.91s-.49-1.32-.84-1.32-10.19,20.94-10.19,20.94-.62.87-.17.87-.25,1.08.49,1.25,1.35,1.46,1.35,1.46l-4.38,11.35s-.84,1.18,0,1.35a4.33,4.33,0,0,0,1.56,0l-3.93,7.75s.07.7.56.7-4.42,10.33-4.42,10.33-1.46,1.67.14,2.05a2.92,2.92,0,0,0,2.71-.87s-.45,1.64,1.19,1.64,3.86-2.37,3.86-2.23-1.74,2.92-.63,2.92,2.89-2.81,2.89-2.81-.84,2.15.1,2.15,1.43,0,1.43,0V187h11.58v-7s0,1.32.87,1.22,1.29-1.46,1.29-1.46-.38,1.32.52,1.56,1.64-2.33,1.64-2.33.66,2.72,2,2.72.77-2.51.77-2.51,1,2.89,2.15,2.68.49-2.37.49-2.37,1.88,1.53,2.4,1.53S429.27,179.79,429.27,179.79Z\" transform=\"translate(0 -104.68)\"/><path class=\"cls-1\" d=\"M447.88,180.75l-2.8-6.19a3.62,3.62,0,0,0,.74-.1c.43-.1,1,0,1-.41s-3-6.54-3-6.54a8.14,8.14,0,0,0,.92-.1c.25-.06.15-.49.15-.49s.53.66.8.51-.29-.84-.29-.84l-2.86-6.29a3.11,3.11,0,0,0,1-.08c.27-.12.08-.64.08-.64a6.72,6.72,0,0,0,1-.14c.39-.1-6-12.35-6-12.35s-.29-.78-.5-.78-6,12.37-6,12.37-.37.51-.1.51-.14.64.29.74.8.86.8.86l-2.59,6.7s-.49.7,0,.81a2.67,2.67,0,0,0,.92,0L429,172.9s0,.41.33.41-2.61,6.1-2.61,6.1-.86,1,.08,1.22a1.76,1.76,0,0,0,1.61-.52s-.27,1,.69,1,2.29-1.4,2.29-1.32-1,1.73-.37,1.73,1.7-1.67,1.7-1.67-.49,1.28.06,1.28.85,0,.85,0V185h6.84v-4.15s0,.78.51.72.76-.86.76-.86-.22.78.31.92,1-1.37,1-1.37.39,1.6,1.17,1.6.45-1.48.45-1.48.62,1.71,1.27,1.58.29-1.4.29-1.4,1.11.91,1.42.91S447.88,180.75,447.88,180.75Z\" transform=\"translate(0 -104.68)\"/><path class=\"cls-1\" d=\"M60.81,174.51l-2.29-5.07a3,3,0,0,0,.6-.08c.36-.09.81,0,.81-.34s-2.47-5.35-2.47-5.35a6.71,6.71,0,0,0,.76-.08c.2-.05.11-.41.11-.41s.44.54.66.42-.24-.69-.24-.69l-2.33-5.15a2.42,2.42,0,0,0,.79-.06c.22-.1.06-.52.06-.52a6,6,0,0,0,.79-.12C58.38,157,53.15,147,53.15,147s-.23-.64-.4-.64-4.93,10.13-4.93,10.13-.3.42-.09.42-.11.52.24.6.66.71.66.71l-2.12,5.48s-.41.58,0,.66a2.29,2.29,0,0,0,.75,0l-1.9,3.75s0,.33.27.33-2.14,5-2.14,5-.7.81.07,1a1.4,1.4,0,0,0,1.31-.42s-.21.79.58.79,1.86-1.14,1.86-1.07-.84,1.41-.3,1.41,1.4-1.36,1.4-1.36-.41,1,.05,1,.69,0,.69,0V178h5.6v-3.39s0,.64.42.58.62-.7.62-.7-.18.64.26.76.79-1.13.79-1.13.32,1.31,1,1.31.37-1.21.37-1.21.5,1.4,1,1.29.23-1.14.23-1.14.91.74,1.17.74S60.81,174.51,60.81,174.51Z\" transform=\"translate(0 -104.68)\"/><path class=\"cls-1\" d=\"M37,175.82,33.91,169a4.06,4.06,0,0,0,.82-.11c.47-.12,1.08-.05,1.08-.46s-3.32-7.19-3.32-7.19.74-.05,1-.11.16-.55.16-.55.59.73.89.57-.32-.93-.32-.93l-3.15-6.92a3.53,3.53,0,0,0,1.07-.09c.29-.14.09-.7.09-.7a7.78,7.78,0,0,0,1.06-.16c.43-.12-6.6-13.6-6.6-13.6s-.32-.86-.55-.86-6.63,13.62-6.63,13.62-.4.57-.11.57-.16.7.32.81.88.95.88.95l-2.85,7.38s-.54.76,0,.88a3,3,0,0,0,1,0l-2.56,5.05s.05.45.36.45-2.87,6.72-2.87,6.72-1,1.08.09,1.33a1.91,1.91,0,0,0,1.76-.56s-.29,1.06.77,1.06,2.51-1.54,2.51-1.45-1.13,1.9-.4,1.9,1.88-1.83,1.88-1.83-.55,1.4.06,1.4.93,0,.93,0v4.34h7.53V176s0,.86.57.8.84-.95.84-.95-.25.85.34,1,1.06-1.51,1.06-1.51.43,1.76,1.29,1.76.5-1.63.5-1.63.68,1.88,1.4,1.75.32-1.54.32-1.54,1.22,1,1.56,1S37,175.82,37,175.82Z\" transform=\"translate(0 -104.68)\"/><path class=\"cls-1\" d=\"M49.39,174.51l-2.29-5.07a3.11,3.11,0,0,0,.61-.08c.35-.09.81,0,.81-.34S46,163.67,46,163.67a6.5,6.5,0,0,0,.76-.08c.2-.05.12-.41.12-.41s.43.54.65.42-.23-.69-.23-.69L45,157.76a2.42,2.42,0,0,0,.79-.06c.22-.1.07-.52.07-.52a6.21,6.21,0,0,0,.79-.12C47,157,41.74,147,41.74,147s-.24-.64-.41-.64-4.93,10.13-4.93,10.13-.3.42-.08.42-.12.52.23.6.66.71.66.71l-2.12,5.48s-.4.58,0,.66a2.36,2.36,0,0,0,.76,0L34,168.08s0,.33.26.33-2.13,5-2.13,5-.71.81.07,1a1.41,1.41,0,0,0,1.31-.42s-.22.79.57.79,1.87-1.14,1.87-1.07-.84,1.41-.31,1.41,1.4-1.36,1.4-1.36-.4,1,0,1,.69,0,.69,0V178h5.6v-3.39s0,.64.42.58.63-.7.63-.7-.19.64.25.76.79-1.13.79-1.13.32,1.31,1,1.31.37-1.21.37-1.21.5,1.4,1,1.29.24-1.14.24-1.14.91.74,1.16.74S49.39,174.51,49.39,174.51Z\" transform=\"translate(0 -104.68)\"/><path class=\"cls-1\" d=\"M18.49,178.07,16.2,173a3,3,0,0,0,.61-.08c.35-.09.81,0,.81-.34s-2.48-5.35-2.48-5.35a6.5,6.5,0,0,0,.76-.08c.2-.05.12-.41.12-.41s.44.54.66.42-.24-.69-.24-.69l-2.34-5.14a2.51,2.51,0,0,0,.79-.07c.22-.1.07-.52.07-.52a6.21,6.21,0,0,0,.79-.12c.32-.09-4.91-10.11-4.91-10.11s-.24-.64-.41-.64S5.5,160,5.5,160s-.3.42-.08.42-.12.52.24.6.65.71.65.71l-2.12,5.48s-.4.58,0,.66a2.34,2.34,0,0,0,.76,0l-1.9,3.75s0,.34.27.34-2.14,5-2.14,5-.71.81.07,1a1.43,1.43,0,0,0,1.31-.43s-.22.8.57.8S5,177.19,5,177.26s-.84,1.41-.3,1.41,1.39-1.36,1.39-1.36-.4,1,0,1h.69v3.23h5.61v-3.4s0,.64.42.59.62-.71.62-.71-.19.64.25.76.79-1.13.79-1.13.32,1.31,1,1.31.37-1.21.37-1.21.51,1.4,1,1.3.24-1.15.24-1.15.91.74,1.16.74S18.49,178.07,18.49,178.07Z\" transform=\"translate(0 -104.68)\"/><path class=\"cls-1\" d=\"M0,200H500V172.38s-71,13.81-151.36,13.81S216.22,169,130.39,169,0,182.34,0,182.34Z\" transform=\"translate(0 -104.68)\"/></svg></li><li title=\"christmas trees top \"><svg id=\"Layer_2\" data-name=\"Layer 2\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 500 95.32\"><defs><style>.cls-1{fill:inherit;}</style></defs><path class=\"cls-1\" d=\"M386.28,33.33l5,11.14a6.47,6.47,0,0,0-1.33.18c-.78.19-1.78.08-1.78.74s5.44,11.76,5.44,11.76a15.45,15.45,0,0,0-1.67.19c-.44.11-.26.89-.26.89s-1-1.19-1.44-.93.52,1.52.52,1.52l5.14,11.31a5.49,5.49,0,0,0-1.74.15c-.48.22-.15,1.15-.15,1.15a11,11,0,0,0-1.73.26c-.71.18,10.8,22.23,10.8,22.23s.51,1.4.88,1.4,10.84-22.26,10.84-22.26.67-.93.19-.93.25-1.15-.52-1.33-1.45-1.55-1.45-1.55l4.67-12.06s.88-1.26,0-1.44a4.67,4.67,0,0,0-1.67,0l4.18-8.25s-.07-.74-.59-.74,4.7-11,4.7-11,1.55-1.78-.15-2.18a3.14,3.14,0,0,0-2.89.92s.48-1.74-1.25-1.74-4.11,2.52-4.11,2.37,1.85-3.11.67-3.11-3.07,3-3.07,3,.88-2.29-.12-2.29-1.51,0-1.51,0v-7.1H399.59v7.47s0-1.4-.92-1.29-1.37,1.55-1.37,1.55.41-1.4-.56-1.66S395,34.18,395,34.18s-.71-2.88-2.11-2.88-.82,2.66-.82,2.66-1.1-3.07-2.29-2.84-.52,2.51-.52,2.51-2-1.63-2.55-1.63S386.28,33.33,386.28,33.33Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M354.1,32,356.39,37a2.78,2.78,0,0,0-.61.09c-.35.08-.8,0-.8.33s2.47,5.35,2.47,5.35a7.18,7.18,0,0,0-.76.09c-.2.05-.12.4-.12.4s-.43-.54-.65-.42.23.69.23.69l2.34,5.15a2.24,2.24,0,0,0-.79.07c-.22.1-.07.52-.07.52a4.71,4.71,0,0,0-.79.12c-.32.08,4.92,10.11,4.92,10.11s.23.64.4.64S367.09,50,367.09,50s.3-.42.08-.42.12-.52-.23-.61-.66-.71-.66-.71l2.12-5.48s.41-.57,0-.66a2.13,2.13,0,0,0-.75,0l1.9-3.76s0-.33-.27-.33,2.13-5,2.13-5,.71-.81-.06-1a1.42,1.42,0,0,0-1.32.42s.22-.79-.57-.79-1.87,1.14-1.87,1.08.85-1.42.31-1.42-1.4,1.36-1.4,1.36.41-1-.05-1-.69,0-.69,0V28.45h-5.6v3.4s0-.64-.42-.59-.62.7-.62.7.18-.63-.26-.75-.79,1.12-.79,1.12-.32-1.31-1-1.31-.37,1.21-.37,1.21-.5-1.39-1-1.29-.24,1.14-.24,1.14-.9-.74-1.16-.74S354.1,32,354.1,32Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M98.34,16.1l2.28,5.06a2.67,2.67,0,0,0-.6.09c-.35.08-.81,0-.81.33s2.47,5.35,2.47,5.35a7.07,7.07,0,0,0-.75.09c-.2.05-.12.4-.12.4s-.44-.54-.66-.42.24.69.24.69l2.34,5.15a2.51,2.51,0,0,0-.79.07c-.22.1-.07.52-.07.52a4.71,4.71,0,0,0-.79.12c-.32.08,4.91,10.11,4.91,10.11s.24.64.41.64,4.93-10.13,4.93-10.13.3-.42.08-.42.12-.52-.24-.61-.65-.7-.65-.7L112.64,27s.4-.57,0-.66a2.18,2.18,0,0,0-.76,0l1.9-3.75s0-.34-.27-.34,2.14-5,2.14-5,.71-.81-.07-1a1.41,1.41,0,0,0-1.31.42s.22-.79-.57-.79-1.87,1.14-1.87,1.08.84-1.42.3-1.42-1.39,1.37-1.39,1.37.4-1,0-1-.69,0-.69,0V12.6h-5.61V16s0-.64-.42-.59-.62.71-.62.71.19-.64-.25-.76-.79,1.13-.79,1.13-.32-1.32-1-1.32-.37,1.21-.37,1.21-.51-1.39-1-1.29-.23,1.14-.23,1.14-.91-.74-1.16-.74S98.34,16.1,98.34,16.1Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M122.15,17.68l3.08,6.81a3.93,3.93,0,0,0-.81.11c-.48.11-1.09,0-1.09.45s3.33,7.2,3.33,7.2a8.29,8.29,0,0,0-1,.11c-.27.07-.16.54-.16.54s-.59-.72-.88-.56.31.93.31.93l3.15,6.92a3.16,3.16,0,0,0-1.06.09c-.3.13-.09.7-.09.7a6.43,6.43,0,0,0-1.07.16c-.43.11,6.61,13.59,6.61,13.59s.32.86.54.86S139.62,42,139.62,42s.41-.57.11-.57.16-.7-.31-.81-.89-1-.89-1l2.85-7.37s.55-.77,0-.88a2.77,2.77,0,0,0-1,0l2.55-5s0-.45-.36-.45,2.87-6.72,2.87-6.72.95-1.09-.09-1.34a1.9,1.9,0,0,0-1.76.57s.29-1.06-.77-1.06-2.51,1.53-2.51,1.44,1.13-1.9.41-1.9-1.88,1.84-1.88,1.84.54-1.41-.07-1.41-.93,0-.93,0V13H130.3v4.57s0-.86-.57-.79-.83.95-.83.95.25-.86-.34-1-1.07,1.52-1.07,1.52-.43-1.77-1.29-1.77-.49,1.63-.49,1.63-.68-1.88-1.41-1.74-.31,1.54-.31,1.54-1.22-1-1.56-1S122.15,17.68,122.15,17.68Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M63.47,20l2.29,5.07a3,3,0,0,0-.61.08c-.35.09-.81,0-.81.34s2.48,5.35,2.48,5.35a6.5,6.5,0,0,0-.76.08c-.2,0-.12.41-.12.41s-.44-.54-.65-.42.23.69.23.69l2.34,5.15a2.42,2.42,0,0,0-.79.06c-.22.1-.07.52-.07.52a6.21,6.21,0,0,0-.79.12c-.32.09,4.91,10.11,4.91,10.11s.24.64.41.64,4.93-10.13,4.93-10.13.3-.42.08-.42.12-.52-.23-.6-.66-.71-.66-.71l2.12-5.48s.4-.58,0-.66a2.36,2.36,0,0,0-.76,0l1.9-3.75s0-.34-.27-.34,2.14-5,2.14-5,.71-.81-.07-1a1.41,1.41,0,0,0-1.31.42s.22-.79-.57-.79S77,20.88,77,20.81s.84-1.41.3-1.41-1.39,1.36-1.39,1.36.4-1-.05-1-.69,0-.69,0V16.5h-5.6v3.4s0-.64-.43-.59-.62.71-.62.71.19-.64-.25-.76-.79,1.13-.79,1.13-.32-1.31-1-1.31-.37,1.21-.37,1.21-.5-1.4-1-1.3-.24,1.15-.24,1.15-.91-.74-1.16-.74S63.47,20,63.47,20Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M30.77,24.55l3.44,7.64a4.56,4.56,0,0,0-.91.12c-.53.13-1.22,0-1.22.51s3.73,8.06,3.73,8.06a9.27,9.27,0,0,0-1.14.13c-.3.08-.18.61-.18.61s-.66-.81-1-.64.36,1,.36,1l3.52,7.76a3.75,3.75,0,0,0-1.19.1c-.33.16-.1.79-.1.79a7.71,7.71,0,0,0-1.19.18c-.48.13,7.4,15.24,7.4,15.24s.36,1,.61,1,7.43-15.26,7.43-15.26.46-.64.13-.64.18-.78-.36-.91-1-1.07-1-1.07l3.2-8.26s.61-.86,0-1a3.22,3.22,0,0,0-1.14,0L54,34.24s0-.51-.4-.51,3.22-7.53,3.22-7.53,1.06-1.22-.1-1.5a2.17,2.17,0,0,0-2,.64s.33-1.19-.86-1.19-2.82,1.72-2.82,1.62,1.27-2.13.46-2.13-2.11,2.05-2.11,2.05.61-1.57-.07-1.57-1,0-1,0V19.28H39.89V24.4s0-1-.63-.89-.94,1.07-.94,1.07.28-1-.38-1.14-1.19,1.7-1.19,1.7-.48-2-1.45-2S34.75,25,34.75,25,34,22.88,33.17,23s-.35,1.73-.35,1.73-1.37-1.12-1.75-1.12S30.77,24.55,30.77,24.55Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M421.48,23.47,424.42,30a3.71,3.71,0,0,0-.78.11c-.45.11-1,0-1,.43s3.18,6.88,3.18,6.88-.71.05-1,.11-.15.52-.15.52-.56-.69-.85-.54.31.89.31.89l3,6.62a3.06,3.06,0,0,0-1,.08c-.28.13-.09.67-.09.67a8.19,8.19,0,0,0-1,.15c-.41.11,6.32,13,6.32,13s.3.83.52.83,6.34-13,6.34-13,.39-.54.11-.54.15-.67-.31-.78-.84-.9-.84-.9l2.73-7.06s.51-.73,0-.84a2.73,2.73,0,0,0-1,0l2.45-4.83s0-.43-.35-.43,2.75-6.42,2.75-6.42.91-1-.09-1.28a1.84,1.84,0,0,0-1.69.54s.28-1-.73-1-2.4,1.47-2.4,1.38,1.08-1.82.39-1.82-1.8,1.75-1.8,1.75.52-1.34-.06-1.34-.89,0-.89,0V19h-7.2v4.37s0-.82-.55-.76-.8.91-.8.91.24-.82-.32-1-1,1.45-1,1.45-.41-1.69-1.23-1.69-.48,1.56-.48,1.56-.64-1.8-1.34-1.67-.3,1.47-.3,1.47-1.17-.95-1.49-.95S421.48,23.47,421.48,23.47Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M339.73,32,342,37a2.78,2.78,0,0,0-.61.09c-.35.08-.8,0-.8.33s2.47,5.35,2.47,5.35a7.18,7.18,0,0,0-.76.09c-.2.05-.12.4-.12.4s-.43-.54-.65-.42.23.69.23.69l2.34,5.15a2.24,2.24,0,0,0-.79.07c-.22.1-.07.52-.07.52a4.71,4.71,0,0,0-.79.12c-.32.08,4.92,10.11,4.92,10.11s.23.64.4.64S352.72,50,352.72,50s.3-.42.08-.42.12-.52-.23-.61-.66-.71-.66-.71L354,42.8s.41-.57,0-.66a2.19,2.19,0,0,0-.76,0l1.91-3.76s0-.33-.27-.33S357,33,357,33s.71-.81-.06-1a1.42,1.42,0,0,0-1.32.42s.22-.79-.57-.79-1.87,1.14-1.87,1.08.85-1.42.31-1.42-1.4,1.36-1.4,1.36.4-1-.05-1-.69,0-.69,0V28.45h-5.6v3.4s0-.64-.42-.59-.63.7-.63.7.19-.63-.25-.75-.79,1.12-.79,1.12-.32-1.31-1-1.31-.37,1.21-.37,1.21-.5-1.39-1-1.29-.24,1.14-.24,1.14-.91-.74-1.16-.74S339.73,32,339.73,32Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M369.61,27.7l2.29,5.07a3.11,3.11,0,0,0-.61.08c-.35.09-.8,0-.8.34S373,38.54,373,38.54a6.5,6.5,0,0,0-.76.08c-.2.05-.11.41-.11.41s-.44-.54-.66-.42.23.68.23.68L374,44.44a2.51,2.51,0,0,0-.79.07c-.22.1-.06.52-.06.52a6.26,6.26,0,0,0-.8.12c-.32.08,4.92,10.11,4.92,10.11s.23.64.4.64,4.93-10.13,4.93-10.13.3-.42.08-.42.12-.52-.23-.6-.66-.71-.66-.71l2.12-5.49s.41-.57,0-.65a2,2,0,0,0-.75,0l1.9-3.75s0-.34-.27-.34,2.13-5,2.13-5,.71-.81-.06-1a1.42,1.42,0,0,0-1.31.42s.21-.79-.58-.79-1.86,1.15-1.86,1.08.84-1.41.3-1.41-1.4,1.36-1.4,1.36.41-1-.05-1h-.69V24.2h-5.6v3.4s0-.64-.42-.59-.62.71-.62.71.18-.64-.26-.76-.79,1.13-.79,1.13-.32-1.31-1-1.31-.37,1.21-.37,1.21-.5-1.4-1-1.3-.24,1.15-.24,1.15-.9-.74-1.16-.74S369.61,27.7,369.61,27.7Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M304.86,29.44l2.29,5.07a3,3,0,0,0-.61.08c-.35.09-.81,0-.81.34s2.48,5.35,2.48,5.35a6.5,6.5,0,0,0-.76.08c-.2,0-.12.41-.12.41s-.44-.54-.66-.42.24.69.24.69l2.34,5.14a2.51,2.51,0,0,0-.79.07c-.22.1-.07.52-.07.52a6.21,6.21,0,0,0-.79.12C307.28,47,312.51,57,312.51,57s.24.64.41.64,4.93-10.13,4.93-10.13.3-.42.08-.42.12-.52-.24-.6-.65-.71-.65-.71l2.12-5.48s.4-.58,0-.66a2.34,2.34,0,0,0-.76,0l1.9-3.75s0-.34-.27-.34,2.14-5,2.14-5,.71-.81-.07-1a1.44,1.44,0,0,0-1.31.42s.22-.79-.57-.79-1.87,1.15-1.87,1.08.84-1.41.3-1.41-1.39,1.36-1.39,1.36.4-1-.05-1h-.69V25.94h-5.61v3.4s0-.64-.42-.59-.62.71-.62.71.19-.64-.25-.76-.79,1.13-.79,1.13-.32-1.31-1-1.31-.37,1.21-.37,1.21-.51-1.4-1-1.3-.24,1.15-.24,1.15-.91-.74-1.16-.74S304.86,29.44,304.86,29.44Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M281.94,26.41l2.79,6.18a3.7,3.7,0,0,0-.74.1c-.43.11-1,.05-1,.42s3,6.53,3,6.53a8.49,8.49,0,0,0-.93.1c-.24.07-.14.5-.14.5s-.53-.66-.8-.52.29.85.29.85l2.85,6.28a2.84,2.84,0,0,0-1,.09c-.27.12-.08.63-.08.63a5.93,5.93,0,0,0-1,.15c-.39.1,6,12.35,6,12.35s.29.78.49.78,6-12.37,6-12.37.37-.52.11-.52.14-.63-.29-.74-.8-.86-.8-.86l2.59-6.7s.49-.7,0-.8a2.73,2.73,0,0,0-.93,0l2.32-4.58s0-.41-.32-.41,2.61-6.11,2.61-6.11.86-1-.09-1.21a1.73,1.73,0,0,0-1.6.51s.27-1-.7-1-2.28,1.4-2.28,1.31,1-1.72.37-1.72-1.7,1.66-1.7,1.66.49-1.27-.07-1.27-.84,0-.84,0V22.13h-6.84v4.15s0-.78-.52-.72-.76.87-.76.87.23-.78-.3-.93-1,1.38-1,1.38-.39-1.6-1.17-1.6-.45,1.48-.45,1.48-.62-1.71-1.28-1.59-.29,1.4-.29,1.4-1.11-.9-1.41-.9S281.94,26.41,281.94,26.41Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M112.73,16.1,115,21.16a2.78,2.78,0,0,0-.61.09c-.35.08-.8,0-.8.33s2.47,5.35,2.47,5.35a7.18,7.18,0,0,0-.76.09c-.2.05-.12.4-.12.4s-.43-.54-.65-.42.23.69.23.69l2.34,5.15a2.51,2.51,0,0,0-.79.07c-.22.1-.07.52-.07.52a4.71,4.71,0,0,0-.79.12c-.32.08,4.92,10.11,4.92,10.11s.23.64.4.64,4.93-10.13,4.93-10.13.3-.42.08-.42.12-.52-.23-.61-.66-.7-.66-.7L127,27s.41-.57,0-.66a2.19,2.19,0,0,0-.76,0l1.91-3.75s0-.34-.27-.34,2.13-5,2.13-5,.71-.81-.06-1a1.42,1.42,0,0,0-1.32.42s.22-.79-.57-.79-1.87,1.14-1.87,1.08.85-1.42.31-1.42-1.4,1.37-1.4,1.37.4-1,0-1-.69,0-.69,0V12.6h-5.6V16s0-.64-.42-.59-.63.71-.63.71.19-.64-.25-.76-.79,1.13-.79,1.13-.32-1.32-1-1.32-.37,1.21-.37,1.21-.5-1.39-1-1.29-.24,1.14-.24,1.14-.91-.74-1.16-.74S112.73,16.1,112.73,16.1Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M140.65,15,142.94,20a2.78,2.78,0,0,0-.61.09c-.35.08-.8,0-.8.33S144,25.8,144,25.8a7.18,7.18,0,0,0-.76.09c-.2.05-.12.4-.12.4s-.43-.54-.65-.42.23.69.23.69L145,31.71a2.42,2.42,0,0,0-.79.06c-.22.11-.07.53-.07.53a5.47,5.47,0,0,0-.79.11c-.32.09,4.92,10.12,4.92,10.12s.23.64.4.64S153.64,33,153.64,33s.3-.42.08-.42.12-.53-.23-.61-.66-.71-.66-.71L155,25.82s.41-.57,0-.66a2.19,2.19,0,0,0-.76,0l1.91-3.76s0-.33-.27-.33,2.13-5,2.13-5,.71-.81-.06-1a1.42,1.42,0,0,0-1.32.42s.22-.79-.57-.79-1.87,1.14-1.87,1.07.85-1.41.31-1.41-1.4,1.36-1.4,1.36.4-1-.05-1-.69,0-.69,0V11.47h-5.6v3.4s0-.64-.42-.59-.63.7-.63.7.19-.64-.25-.75-.79,1.12-.79,1.12-.32-1.31-1-1.31-.37,1.21-.37,1.21-.5-1.39-1-1.29S142,15.1,142,15.1s-.91-.74-1.16-.74S140.65,15,140.65,15Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M70.73,20.21l4.73,10.47a6.1,6.1,0,0,0-1.25.17c-.73.18-1.67.07-1.67.7s5.12,11.06,5.12,11.06a14.71,14.71,0,0,0-1.57.17c-.42.11-.24.84-.24.84s-.91-1.11-1.36-.87.49,1.43.49,1.43l4.83,10.64a5,5,0,0,0-1.63.14C77.72,55.17,78,56,78,56a11.44,11.44,0,0,0-1.64.24c-.66.17,10.16,20.91,10.16,20.91s.49,1.32.84,1.32S97.59,57.57,97.59,57.57s.62-.87.17-.87.25-1.08-.49-1.25S95.92,54,95.92,54l4.38-11.35s.84-1.18,0-1.35a4.33,4.33,0,0,0-1.56,0l3.93-7.75s-.07-.7-.56-.7,4.42-10.33,4.42-10.33,1.46-1.67-.14-2a2.92,2.92,0,0,0-2.71.87s.45-1.64-1.19-1.64S98.63,22,98.63,21.88s1.74-2.92.63-2.92-2.89,2.81-2.89,2.81.84-2.15-.1-2.15-1.43,0-1.43,0V13H83.26v7s0-1.32-.87-1.22-1.29,1.46-1.29,1.46.38-1.32-.52-1.56S78.94,21,78.94,21s-.66-2.72-2-2.72-.77,2.51-.77,2.51-1-2.89-2.15-2.68-.49,2.37-.49,2.37S71.67,19,71.15,19,70.73,20.21,70.73,20.21Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M52.12,19.25l2.8,6.19a3.62,3.62,0,0,0-.74.1c-.43.1-1,0-1,.41s3,6.54,3,6.54a8.14,8.14,0,0,0-.92.1c-.25.06-.15.49-.15.49s-.53-.66-.8-.51.29.84.29.84l2.86,6.29a3.11,3.11,0,0,0-1,.08c-.27.12-.08.64-.08.64a6.72,6.72,0,0,0-1,.14c-.39.1,6,12.35,6,12.35s.29.78.5.78,6-12.37,6-12.37.37-.51.1-.51.14-.64-.29-.74-.8-.86-.8-.86l2.59-6.7s.49-.7,0-.81a2.67,2.67,0,0,0-.92,0L71,27.1s0-.41-.33-.41,2.61-6.1,2.61-6.1.86-1-.08-1.22a1.76,1.76,0,0,0-1.61.52s.27-1-.69-1-2.29,1.4-2.29,1.32,1-1.73.37-1.73-1.7,1.67-1.7,1.67.49-1.28-.06-1.28-.85,0-.85,0V15H59.52v4.15s0-.78-.51-.72-.76.86-.76.86.22-.78-.31-.92-1,1.37-1,1.37-.39-1.6-1.17-1.6-.45,1.48-.45,1.48-.62-1.71-1.27-1.58-.29,1.4-.29,1.4-1.11-.91-1.42-.91S52.12,19.25,52.12,19.25Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M439.19,25.49l2.29,5.07a3,3,0,0,0-.6.08c-.36.09-.81,0-.81.34s2.47,5.35,2.47,5.35a6.71,6.71,0,0,0-.76.08c-.2.05-.11.41-.11.41s-.44-.54-.66-.42.24.69.24.69l2.33,5.15a2.42,2.42,0,0,0-.79.06c-.22.1-.06.52-.06.52a6,6,0,0,0-.79.12c-.32.09,4.91,10.11,4.91,10.11s.23.64.4.64,4.93-10.13,4.93-10.13.3-.42.09-.42.11-.52-.24-.6-.66-.71-.66-.71l2.12-5.48s.41-.58,0-.66a2.29,2.29,0,0,0-.75,0l1.9-3.75s0-.33-.27-.33,2.14-5,2.14-5,.7-.81-.07-1a1.4,1.4,0,0,0-1.31.42s.21-.79-.58-.79-1.86,1.14-1.86,1.07.84-1.41.3-1.41-1.4,1.36-1.4,1.36.41-1,0-1-.69,0-.69,0V22h-5.6v3.39s0-.64-.42-.58-.62.7-.62.7.18-.64-.26-.76-.79,1.13-.79,1.13-.32-1.31-1-1.31-.37,1.21-.37,1.21-.5-1.4-1-1.29-.23,1.14-.23,1.14-.91-.74-1.17-.74S439.19,25.49,439.19,25.49Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M463,24.18,466.09,31a4.06,4.06,0,0,0-.82.11c-.47.12-1.08,0-1.08.46s3.32,7.19,3.32,7.19-.74,0-1,.11-.16.55-.16.55-.59-.73-.89-.57.32.93.32.93l3.15,6.92a3.53,3.53,0,0,0-1.07.09c-.29.14-.09.7-.09.7a7.78,7.78,0,0,0-1.06.16c-.43.12,6.6,13.6,6.6,13.6s.32.86.55.86,6.63-13.62,6.63-13.62.4-.57.11-.57.16-.7-.32-.81-.88-1-.88-1l2.85-7.38s.54-.76,0-.88a3,3,0,0,0-1,0l2.56-5s0-.45-.36-.45,2.87-6.72,2.87-6.72.95-1.08-.09-1.33a1.91,1.91,0,0,0-1.76.56s.29-1.06-.77-1.06-2.51,1.54-2.51,1.45,1.13-1.9.4-1.9-1.88,1.83-1.88,1.83.55-1.4-.06-1.4-.93,0-.93,0V19.48h-7.53v4.57s0-.86-.57-.8-.84.95-.84.95.25-.85-.34-1-1.06,1.51-1.06,1.51-.43-1.76-1.29-1.76-.5,1.63-.5,1.63-.68-1.88-1.4-1.75-.32,1.54-.32,1.54-1.22-1-1.56-1S463,24.18,463,24.18Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M450.61,25.49l2.29,5.07a3.11,3.11,0,0,0-.61.08c-.35.09-.81,0-.81.34S454,36.33,454,36.33a6.5,6.5,0,0,0-.76.08c-.2.05-.12.41-.12.41s-.43-.54-.65-.42.23.69.23.69L455,42.24a2.42,2.42,0,0,0-.79.06c-.22.1-.07.52-.07.52a6.21,6.21,0,0,0-.79.12c-.32.09,4.91,10.11,4.91,10.11s.24.64.41.64,4.93-10.13,4.93-10.13.3-.42.08-.42.12-.52-.23-.6-.66-.71-.66-.71l2.12-5.48s.4-.58,0-.66a2.36,2.36,0,0,0-.76,0l1.9-3.75s0-.33-.26-.33,2.13-5,2.13-5,.71-.81-.07-1a1.41,1.41,0,0,0-1.31.42s.22-.79-.57-.79-1.87,1.14-1.87,1.07.84-1.41.31-1.41-1.4,1.36-1.4,1.36.4-1-.05-1-.69,0-.69,0V22h-5.6v3.39s0-.64-.42-.58-.63.7-.63.7.19-.64-.25-.76-.79,1.13-.79,1.13-.32-1.31-1-1.31-.37,1.21-.37,1.21-.5-1.4-1-1.29-.24,1.14-.24,1.14-.91-.74-1.16-.74S450.61,25.49,450.61,25.49Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M481.51,21.93,483.8,27a3,3,0,0,0-.61.08c-.35.09-.81,0-.81.34s2.48,5.35,2.48,5.35a6.5,6.5,0,0,0-.76.08c-.2,0-.12.41-.12.41s-.44-.54-.66-.42.24.69.24.69l2.34,5.14a2.51,2.51,0,0,0-.79.07c-.22.1-.07.52-.07.52a6.21,6.21,0,0,0-.79.12c-.32.09,4.91,10.11,4.91,10.11s.24.64.41.64S494.5,40,494.5,40s.3-.42.08-.42.12-.52-.24-.6-.65-.71-.65-.71l2.12-5.48s.4-.58,0-.66a2.34,2.34,0,0,0-.76,0l1.9-3.75s0-.34-.27-.34,2.14-5,2.14-5,.71-.81-.07-1a1.43,1.43,0,0,0-1.31.43s.22-.8-.57-.8S495,22.81,495,22.74s.84-1.41.3-1.41-1.39,1.36-1.39,1.36.4-1-.05-1h-.69V18.43h-5.61v3.4s0-.64-.42-.59-.62.71-.62.71.19-.64-.25-.76-.79,1.13-.79,1.13-.32-1.31-1-1.31-.37,1.21-.37,1.21-.51-1.4-1-1.3-.24,1.15-.24,1.15-.91-.74-1.16-.74S481.51,21.93,481.51,21.93Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M500,0H0V27.62S71,13.81,151.36,13.81,283.78,31,369.61,31,500,17.66,500,17.66Z\" transform=\"translate(0)\"/></svg></li><li title=\"city skyline bottom \"><svg id=\"Layer_2\" data-name=\"Layer 2\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 500.03 104.15\"><defs><style>.cls-1{fill:inherit;}</style></defs><rect class=\"cls-1\" x=\"88.19\" y=\"72.08\" width=\"36.08\" height=\"32.08\"/><rect class=\"cls-1\" x=\"90.3\" y=\"64.08\" width=\"33.96\" height=\"40.08\"/><rect class=\"cls-1\" x=\"91.06\" y=\"56.53\" width=\"33.21\" height=\"47.62\"/><rect class=\"cls-1\" x=\"124.26\" y=\"82.34\" width=\"38.34\" height=\"21.81\"/><rect class=\"cls-1\" x=\"206.83\" y=\"49.28\" width=\"24.3\" height=\"54.87\"/><rect class=\"cls-1\" x=\"237.62\" y=\"44.91\" width=\"11.77\" height=\"59.25\"/><rect class=\"cls-1\" x=\"265.7\" y=\"39.47\" width=\"17.21\" height=\"64.68\"/><rect class=\"cls-1\" x=\"278.53\" y=\"62.87\" width=\"8.3\" height=\"41.28\"/><rect class=\"cls-1\" y=\"97.43\" width=\"500.03\" height=\"6.72\"/><rect class=\"cls-1\" x=\"163.83\" y=\"71.21\" width=\"28.3\" height=\"26.23\"/><rect class=\"cls-1\" x=\"155.91\" y=\"55.13\" width=\"12.68\" height=\"42.3\"/><rect class=\"cls-1\" x=\"156.64\" y=\"49.81\" width=\"11.15\" height=\"8.72\"/><rect class=\"cls-1\" x=\"157.75\" y=\"44.6\" width=\"9.25\" height=\"9.25\"/><rect class=\"cls-1\" x=\"159.53\" y=\"41.04\" width=\"3.51\" height=\"4.19\"/><rect class=\"cls-1\" x=\"160.04\" y=\"40.09\" width=\"2.21\" height=\"1.78\"/><rect class=\"cls-1\" x=\"171.6\" y=\"67.45\" width=\"3.57\" height=\"5.15\"/><rect class=\"cls-1\" x=\"168.34\" y=\"68.47\" width=\"19.49\" height=\"5.19\"/><rect class=\"cls-1\" x=\"178.08\" y=\"65.94\" width=\"2.76\" height=\"3.21\"/><rect class=\"cls-1\" x=\"178.25\" y=\"65.45\" width=\"1.92\" height=\"1.02\"/><rect class=\"cls-1\" x=\"142.75\" y=\"76\" width=\"13.15\" height=\"10.04\"/><rect class=\"cls-1\" x=\"144.83\" y=\"74.19\" width=\"4.5\" height=\"5.28\"/><rect class=\"cls-1\" x=\"72.81\" y=\"87\" width=\"17.15\" height=\"12\"/><rect class=\"cls-1\" y=\"95.15\" width=\"10.94\" height=\"4.36\"/><rect class=\"cls-1\" y=\"69.68\" width=\"2.06\" height=\"28.36\"/><rect class=\"cls-1\" y=\"65.94\" width=\"1.49\" height=\"3.74\"/><rect class=\"cls-1\" x=\"191.11\" y=\"82.34\" width=\"18.06\" height=\"17.45\"/><rect class=\"cls-1\" x=\"193.6\" y=\"76\" width=\"15.79\" height=\"8.32\"/><rect class=\"cls-1\" x=\"194.91\" y=\"72.23\" width=\"13.42\" height=\"5.77\"/><rect class=\"cls-1\" x=\"198.81\" y=\"69.51\" width=\"9.85\" height=\"4.15\"/><rect class=\"cls-1\" x=\"199.49\" y=\"66.47\" width=\"8.21\" height=\"3.56\"/><rect class=\"cls-1\" x=\"291.96\" y=\"62.87\" width=\"17.43\" height=\"36.38\"/><rect class=\"cls-1\" x=\"306.91\" y=\"73.13\" width=\"21.06\" height=\"28.3\"/><rect class=\"cls-1\" x=\"321.85\" y=\"70.34\" width=\"12.6\" height=\"28.38\"/><rect class=\"cls-1\" x=\"322.91\" y=\"66.47\" width=\"11.55\" height=\"17.85\"/><rect class=\"cls-1\" x=\"423.51\" y=\"69.74\" width=\"5.96\" height=\"28.98\"/><rect class=\"cls-1\" x=\"429.92\" y=\"69.74\" width=\"11.17\" height=\"29.51\"/><rect class=\"cls-1\" x=\"432.11\" y=\"67.77\" width=\"6.64\" height=\"4.23\"/><rect class=\"cls-1\" x=\"464.04\" y=\"32.53\" width=\"18.42\" height=\"65.28\"/><rect class=\"cls-1\" x=\"478.3\" y=\"81.81\" width=\"6.42\" height=\"17.43\"/><rect class=\"cls-1\" x=\"480.42\" y=\"67.77\" width=\"3.62\" height=\"15.7\"/><rect class=\"cls-1\" x=\"484.34\" y=\"96.11\" width=\"6.91\" height=\"3.55\"/><rect class=\"cls-1\" x=\"486.08\" y=\"95.36\" width=\"1.09\" height=\"1.43\"/><rect class=\"cls-1\" x=\"498.05\" y=\"96.79\" width=\"1.95\" height=\"1.64\"/><rect class=\"cls-1\" x=\"499.38\" y=\"95.8\" width=\"0.62\" height=\"0.91\"/><rect class=\"cls-1\" x=\"493.69\" y=\"96.71\" width=\"2.6\" height=\"1.44\"/><polyline class=\"cls-1\" points=\"10.15 83.6 4.77 86.04 4.77 96.62 10.15 96.62 10.15 83.6\"/><polyline class=\"cls-1\" points=\"34.4 36.45 66.17 44.38 66.17 82.92 66.17 98.04 34.4 98.04 34.4 36.45\"/><polygon class=\"cls-1\" points=\"84.64 85.36 84.64 101.04 65.17 101.04 65.17 83.32 84.64 85.36\"/><polygon class=\"cls-1\" points=\"81.13 83.41 81.13 85.44 66.44 83.75 66.44 81.77 78.61 81.77 78.61 83.24 81.13 83.41\"/><polygon class=\"cls-1\" points=\"125.25 73.13 125.25 82.34 124.26 82.34 124.26 73 125.25 73.13\"/><polygon class=\"cls-1\" points=\"135.34 82.34 135.34 79.47 137.66 79.47 137.66 78.36 136.06 78.36 136.06 77.25 139.47 77.25 139.47 76.47 142.07 76.47 142.07 74.62 145 74.62 145 82.34 135.34 82.34\"/><polygon class=\"cls-1\" points=\"151.94 74.98 150.57 76 153.25 76 151.94 74.98\"/><polygon class=\"cls-1\" points=\"169.89 68.47 170.13 66.26 174.04 57 174.57 57.23 170.74 66.25 170.38 68.47 169.89 68.47\"/><polygon class=\"cls-1\" points=\"187.83 70.03 192.13 71.21 187.83 71.21 187.83 70.03\"/><polygon class=\"cls-1\" points=\"207.7 49.23 214.59 42.53 214.59 41.87 214.09 41.87 214.09 41.36 216.15 41.36 216.15 40.64 224.76 40.64 224.76 38.3 225.26 38.3 225.95 30.53 226.14 38.38 226.72 38.38 226.72 43.51 230.24 47.09 236.09 45.59 236.09 39.28 239.3 38.41 239.3 37.77 242.48 37.77 242.48 35.09 244.24 35.09 244.24 31.17 244.78 31.17 244.78 29.06 245.62 29.06 246.76 25.89 246.76 22.94 247.15 22.94 247.15 12.87 247.53 22.79 247.99 22.79 247.99 26.04 249.06 28.94 249.67 28.94 249.67 31.05 250.32 31.05 250.32 35.43 251.01 35.43 251.01 34.64 251.63 34.64 251.63 35.24 251.63 36.6 252.81 36.6 252.81 38.08 253.38 39.24 255.18 39.09 255.18 38.11 258.78 38.11 258.78 40.09 260.81 41.87 260.81 46 263.95 46.19 265.48 47.7 265.48 67.45 266.51 67.45 266.36 97.43 266.36 101.96 209.42 101.96 207.7 49.23\"/><rect class=\"cls-1\" x=\"10.15\" y=\"36.45\" width=\"24.6\" height=\"67.7\"/><rect class=\"cls-1\" x=\"86.53\" y=\"80.38\" width=\"30.64\" height=\"23.77\"/><polyline class=\"cls-1\" points=\"291.96 62.87 286.83 67.77 286.83 97.43 291.96 97.43 291.96 62.87\"/><polyline class=\"cls-1\" points=\"333.62 66.47 333.62 32.53 336.79 31.93 335.81 29.51 341.4 28.23 341.85 0 342.83 27.7 348.26 29.13 348.26 31.25 351.36 32.53 351.36 68.6 353.32 68.6 353.32 66.47 358.07 66.47 360.42 65.17 373.93 65.17 376.79 65.66 380.49 65.66 380.49 67.77 389.55 67.77 389.55 77.74 399.36 77.06 401.25 78.42 401.25 81.58 402 81.58 402 76.08 403.66 76.08 403.13 73.66 407.89 72.53 410.07 72.68 410.07 75.4 411.81 76 411.81 83.51 414.91 82.19 414.91 67.77 414.91 59.92 416.42 59.92 416.42 57.41 416.42 52.08 419.13 51.32 417.09 50.94 418.15 49.66 419.66 50.26 428.87 41.76 420.94 49.81 420.94 51.32 426.98 51.32 426.98 55.55 427.96 55.92 427.96 59.62 428.87 59.62 428.87 65.17 429.93 65.17 429.93 69.74 429.93 100.15 333.62 100.15 333.62 66.47\"/><polyline class=\"cls-1\" points=\"451.32 97.43 451.32 93.96 449.28 93.96 449.28 93.28 447.87 93.28 447.87 94.19 446.4 94.19 446.4 91.25 444.3 91.25 444.3 89.89 442.32 89.89 442.32 79.47 441.09 79.47 441.09 97.43 451.32 97.43\"/></svg></li><li title=\"clouds bottom \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 500.01 95.43\"><defs><style>.cls-1{fill:inherit;}</style></defs><g id=\"Layer_1\" data-name=\"Layer 1\"><circle class=\"cls-1\" cx=\"119.88\" cy=\"59.85\" r=\"13.88\"/><circle class=\"cls-1\" cx=\"136.25\" cy=\"51.31\" r=\"13.88\"/><rect class=\"cls-1\" y=\"59.43\" width=\"500\" height=\"36\"/><circle class=\"cls-1\" cx=\"151.92\" cy=\"57.01\" r=\"13.88\"/><circle class=\"cls-1\" cx=\"161.88\" cy=\"65.55\" r=\"13.88\"/><circle class=\"cls-1\" cx=\"402.58\" cy=\"67.75\" r=\"23.58\"/><circle class=\"cls-1\" cx=\"425.4\" cy=\"46.23\" r=\"23.58\"/><circle class=\"cls-1\" cx=\"453.62\" cy=\"48.31\" r=\"23.58\"/><ellipse class=\"cls-1\" cx=\"476.14\" cy=\"58.67\" rx=\"23.86\" ry=\"23.58\"/><circle class=\"cls-1\" cx=\"331.36\" cy=\"58.11\" r=\"34.12\"/><circle class=\"cls-1\" cx=\"286.18\" cy=\"34.13\" r=\"34.12\"/><circle class=\"cls-1\" cx=\"246.26\" cy=\"57.83\" r=\"34.12\"/><circle class=\"cls-1\" cx=\"76.88\" cy=\"61.17\" r=\"13.74\"/><circle class=\"cls-1\" cx=\"59.49\" cy=\"51.56\" r=\"13.74\"/><circle class=\"cls-1\" cx=\"43.49\" cy=\"47.56\" r=\"13.74\"/><circle class=\"cls-1\" cx=\"28.49\" cy=\"52.56\" r=\"13.74\"/><circle class=\"cls-1\" cx=\"14.49\" cy=\"61.56\" r=\"13.74\"/><circle class=\"cls-1\" cx=\"100.55\" cy=\"58.03\" r=\"11.6\"/><circle class=\"cls-1\" cx=\"197.18\" cy=\"57.45\" r=\"23.58\"/><circle class=\"cls-1\" cx=\"365.49\" cy=\"55.56\" r=\"23.58\"/></g></svg></li><li title=\"clouds top \"><svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 500.01 95.43\"><defs><style>.cls-1{fill:inherit;}</style></defs><circle class=\"cls-1\" cx=\"380.12\" cy=\"35.58\" r=\"13.88\"/><circle class=\"cls-1\" cx=\"363.75\" cy=\"44.12\" r=\"13.88\"/><rect class=\"cls-1\" x=\"0.01\" width=\"500\" height=\"36\" transform=\"translate(500.01 36) rotate(180)\"/><circle class=\"cls-1\" cx=\"348.09\" cy=\"38.42\" r=\"13.88\"/><circle class=\"cls-1\" cx=\"338.12\" cy=\"29.88\" r=\"13.88\"/><circle class=\"cls-1\" cx=\"97.43\" cy=\"27.68\" r=\"23.58\"/><circle class=\"cls-1\" cx=\"74.61\" cy=\"49.2\" r=\"23.58\"/><circle class=\"cls-1\" cx=\"46.38\" cy=\"47.12\" r=\"23.58\"/><ellipse class=\"cls-1\" cx=\"23.87\" cy=\"36.76\" rx=\"23.86\" ry=\"23.58\"/><circle class=\"cls-1\" cx=\"168.65\" cy=\"37.32\" r=\"34.12\"/><circle class=\"cls-1\" cx=\"213.83\" cy=\"61.3\" r=\"34.12\"/><circle class=\"cls-1\" cx=\"253.75\" cy=\"37.6\" r=\"34.12\"/><circle class=\"cls-1\" cx=\"423.13\" cy=\"34.26\" r=\"13.74\"/><circle class=\"cls-1\" cx=\"440.52\" cy=\"43.87\" r=\"13.74\"/><circle class=\"cls-1\" cx=\"456.52\" cy=\"47.87\" r=\"13.74\"/><circle class=\"cls-1\" cx=\"471.52\" cy=\"42.87\" r=\"13.74\"/><circle class=\"cls-1\" cx=\"485.52\" cy=\"33.87\" r=\"13.74\"/><circle class=\"cls-1\" cx=\"399.45\" cy=\"37.4\" r=\"11.6\"/><circle class=\"cls-1\" cx=\"302.83\" cy=\"37.98\" r=\"23.58\"/><circle class=\"cls-1\" cx=\"134.52\" cy=\"39.87\" r=\"23.58\"/></svg></li><li title=\"faded clouds bottom \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 500.01 129\"><defs><style>.cls-1,.cls-2{fill:inherit;}.cls-1{opacity:0.5;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><path class=\"cls-1\" d=\"M453.5,113a34.31,34.31,0,0,0-15.78,3.82,34.49,34.49,0,0,0-57.58-7.56,34.49,34.49,0,0,0-41.71,9.86,34.51,34.51,0,1,0,15.14,53.76,34.51,34.51,0,0,0,38.29-10.14,34.5,34.5,0,0,0,30.42-.56A34.5,34.5,0,1,0,453.5,113Z\" transform=\"translate(0 -71)\"/><path class=\"cls-1\" d=\"M219.5,95a48.63,48.63,0,0,0-12.38,1.6,48.47,48.47,0,0,0-59.41-9.36A48.49,48.49,0,0,0,67.13,99.93a48.51,48.51,0,1,0,27.74,65.14,48.55,48.55,0,0,0,40.42-3.31,48.53,48.53,0,0,0,48.59,14.64A48.5,48.5,0,1,0,219.5,95Z\" transform=\"translate(0 -71)\"/></g><g id=\"Layer_1\" data-name=\"Layer 1\"><circle class=\"cls-2\" cx=\"119.88\" cy=\"93.42\" r=\"13.88\"/><circle class=\"cls-2\" cx=\"136.25\" cy=\"84.88\" r=\"13.88\"/><rect class=\"cls-2\" y=\"93\" width=\"500\" height=\"36\"/><circle class=\"cls-2\" cx=\"151.92\" cy=\"90.58\" r=\"13.88\"/><circle class=\"cls-2\" cx=\"161.88\" cy=\"99.12\" r=\"13.88\"/><circle class=\"cls-2\" cx=\"402.58\" cy=\"101.32\" r=\"23.58\"/><circle class=\"cls-2\" cx=\"425.4\" cy=\"79.8\" r=\"23.58\"/><circle class=\"cls-2\" cx=\"453.62\" cy=\"81.88\" r=\"23.58\"/><ellipse class=\"cls-2\" cx=\"476.14\" cy=\"92.24\" rx=\"23.86\" ry=\"23.58\"/><circle class=\"cls-2\" cx=\"331.36\" cy=\"91.68\" r=\"34.12\"/><circle class=\"cls-2\" cx=\"286.18\" cy=\"67.7\" r=\"34.12\"/><circle class=\"cls-2\" cx=\"246.26\" cy=\"91.4\" r=\"34.12\"/><circle class=\"cls-2\" cx=\"76.88\" cy=\"94.74\" r=\"13.74\"/><circle class=\"cls-2\" cx=\"59.49\" cy=\"85.13\" r=\"13.74\"/><circle class=\"cls-2\" cx=\"43.49\" cy=\"81.13\" r=\"13.74\"/><circle class=\"cls-2\" cx=\"28.49\" cy=\"86.13\" r=\"13.74\"/><circle class=\"cls-2\" cx=\"14.49\" cy=\"95.13\" r=\"13.74\"/><circle class=\"cls-2\" cx=\"100.55\" cy=\"91.6\" r=\"11.6\"/><circle class=\"cls-2\" cx=\"197.18\" cy=\"91.02\" r=\"23.58\"/><circle class=\"cls-2\" cx=\"365.49\" cy=\"89.13\" r=\"23.58\"/></g></svg></li><li title=\"faded clouds top \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 500.01 129\"><defs><style>.cls-1,.cls-2{fill:inherit;}.cls-1{opacity:0.5;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><path class=\"cls-1\" d=\"M46.51,87a34.3,34.3,0,0,0,15.77-3.82,34.49,34.49,0,0,0,57.59,7.56,34.48,34.48,0,0,0,41.7-9.86,34.51,34.51,0,1,0-15.13-53.76,34.53,34.53,0,0,0-38.3,10.14,34.48,34.48,0,0,0-30.41.56A34.5,34.5,0,1,0,46.51,87Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M280.51,105a48.55,48.55,0,0,0,12.37-1.6,48.48,48.48,0,0,0,59.42,9.36,48.49,48.49,0,0,0,80.58-12.69,48.5,48.5,0,1,0-27.75-65.14,48.55,48.55,0,0,0-40.42,3.31A48.52,48.52,0,0,0,316.13,23.6,48.5,48.5,0,1,0,280.51,105Z\" transform=\"translate(0)\"/></g><g id=\"Layer_1\" data-name=\"Layer 1\"><circle class=\"cls-2\" cx=\"380.12\" cy=\"35.58\" r=\"13.88\"/><circle class=\"cls-2\" cx=\"363.75\" cy=\"44.12\" r=\"13.88\"/><rect class=\"cls-2\" x=\"0.01\" width=\"500\" height=\"36\" transform=\"translate(500.01 36) rotate(180)\"/><circle class=\"cls-2\" cx=\"348.09\" cy=\"38.42\" r=\"13.88\"/><circle class=\"cls-2\" cx=\"338.12\" cy=\"29.88\" r=\"13.88\"/><circle class=\"cls-2\" cx=\"97.43\" cy=\"27.68\" r=\"23.58\"/><circle class=\"cls-2\" cx=\"74.61\" cy=\"49.2\" r=\"23.58\"/><circle class=\"cls-2\" cx=\"46.38\" cy=\"47.12\" r=\"23.58\"/><ellipse class=\"cls-2\" cx=\"23.87\" cy=\"36.76\" rx=\"23.86\" ry=\"23.58\"/><circle class=\"cls-2\" cx=\"168.65\" cy=\"37.32\" r=\"34.12\"/><circle class=\"cls-2\" cx=\"213.83\" cy=\"61.3\" r=\"34.12\"/><circle class=\"cls-2\" cx=\"253.75\" cy=\"37.6\" r=\"34.12\"/><circle class=\"cls-2\" cx=\"423.13\" cy=\"34.26\" r=\"13.74\"/><circle class=\"cls-2\" cx=\"440.52\" cy=\"43.87\" r=\"13.74\"/><circle class=\"cls-2\" cx=\"456.52\" cy=\"47.87\" r=\"13.74\"/><circle class=\"cls-2\" cx=\"471.52\" cy=\"42.87\" r=\"13.74\"/><circle class=\"cls-2\" cx=\"485.52\" cy=\"33.87\" r=\"13.74\"/><circle class=\"cls-2\" cx=\"399.45\" cy=\"37.4\" r=\"11.6\"/><circle class=\"cls-2\" cx=\"302.83\" cy=\"37.98\" r=\"23.58\"/><circle class=\"cls-2\" cx=\"134.52\" cy=\"39.87\" r=\"23.58\"/></g></svg></li><li title=\"faded loops bottom \"><svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 500 200\"><defs><style>.cls-1,.cls-2{fill:inherit;}.cls-1{stroke:var(--bs-body-bg);stroke-miterlimit:10;}.cls-2{opacity:0.11;}</style></defs><path class=\"cls-1\" d=\"M.5,142.5c25.51,14.36,68,33.7,121,34,96.73.56,140.16-62.86,242-68,30.63-1.55,77.69,1.62,137,29v62H.5Z\"/><path class=\"cls-2\" d=\"M-1.5,144.63c25.42,10.63,51,21.6,77.71,28.49a262,262,0,0,0,46.6,8,207.19,207.19,0,0,0,22,.44,165,165,0,0,0,22.44-2.17,169.59,169.59,0,0,0,27-6.89,253.2,253.2,0,0,0,29.47-12.72c11-5.44,21.73-11.27,32.73-16.63a255.13,255.13,0,0,1,36.26-14.57,294,294,0,0,1,76.55-12.94,304.38,304.38,0,0,1,76.84,7,284.46,284.46,0,0,1,40.34,12l13,5.25q12.9,5.56,25.2,12.37c.83.44-.54-1.7-.37-1.44-.58-.91-1.45-2.68-2.47-3.2q-9.36-5.1-19.16-9.27-6.42-3-13.09-5.45A302.63,302.63,0,0,0,455.82,122,309.35,309.35,0,0,0,421,115.26a288.85,288.85,0,0,0-35.37-2.93A314,314,0,0,0,322,117.6a281.3,281.3,0,0,0-66.13,21.14c-14.2,6.59-28,14.07-42.14,20.7-16.17,7.56-33,13.32-50.7,16l-54.35,0q-8.13-1-16.14-2.72a293.06,293.06,0,0,1-32.1-8.31c-21.74-7-42.83-15.66-63.78-24.69-.77-.33.09,1.48.08,1.45.34.8.7,1.58,1.08,2.36A3.47,3.47,0,0,0-1.5,144.63Z\"/><path class=\"cls-2\" d=\"M-1.49,148.72c12.68,5.3,25.34,10.68,38.2,15.54a380.47,380.47,0,0,0,39.63,13c20.74,5.33,41.81,8.63,63.26,8.44a181.64,181.64,0,0,0,28.14-2.28A165.58,165.58,0,0,0,200,174.57a300.52,300.52,0,0,0,29.28-13.52c9.34-4.79,18.56-9.85,28-14.38a280.13,280.13,0,0,1,29.51-12.21,297.31,297.31,0,0,1,159.81-7.79,298.93,298.93,0,0,1,40.17,12.08L499.78,144q12.84,5.59,25.08,12.41c.68.35-.05-1.21,0-1.12-.31-.66-.83-2-1.54-2.4q-9.21-5.11-18.87-9.3-6.31-3-12.9-5.47a298.53,298.53,0,0,0-33.22-11A308.42,308.42,0,0,0,389.1,117c-46-1.45-92.43,7.6-133.91,27.75-15.86,7.7-31.24,16.53-47.52,23.34-6.59,2.76-13.28,5.27-20.11,7.39a103.12,103.12,0,0,1-33.15,4.83A97.14,97.14,0,0,1,126.7,182c-19.9-1.08-39.38-4.93-58.49-10.52C44,164.38,20.73,154.73-2.47,144.89c-.64-.28-.19,1-.17,1.12C-2.48,146.55-2.1,148.46-1.49,148.72Z\"/><path class=\"cls-2\" d=\"M-3,141.41C29.91,155.55,63.47,169.46,99,175.54c30.86,5.3,63,4.78,92.81-5.37,27.26-9.26,51.63-25.06,78.2-35.94a276.93,276.93,0,0,1,54.76-16c9.3-1.72,18.62-3,28-3.79q7-.76,14.1-.88,10.58-.58,21.16-.18l-.39,0,14.48.76-.39,0,14.42,1.42-.38,0,14.33,2.08-.38-.06,14.22,2.73-.38-.08,14.07,3.38-.38-.09,13.9,4-.37-.11L484.45,132l-.36-.12,13.45,5.31-.35-.14,13.17,6-.34-.16,12.87,6.6a2,2,0,0,0-.53-1.28Q521,146,519.51,144c-1-1.41-2-2.79-3-4.14a2,2,0,0,0-1-.94c-10.27-4.8-15.7-7.57-26.37-11.55a329.45,329.45,0,0,0-34.32-10.74,317.52,317.52,0,0,0-156.75.15,337.7,337.7,0,0,0-34.32,10.76c-10.82,4-21.35,9-31.78,14-15.14,7.18-30.23,14.51-46.16,19.8-19.81,6.58-41.34,8.84-62.12,7.52-46.19-2.95-90.21-19.83-131.83-39.09A2,2,0,0,0-7.88,131q.93,2.35,2,4.67t2.11,4.61A2,2,0,0,0-3,141.41Z\"/><path class=\"cls-2\" d=\"M-3,143.8c33,14.08,66.46,28,102,34,29.15,4.93,59.52,4.78,88-4,27-8.29,50.86-23.85,76.55-35.21a272.4,272.4,0,0,1,54.47-17.42c64.23-13.4,130.63-4.24,192.5,24l-.3-.15,12.8,6.62a1.51,1.51,0,0,0-.32-1.13c-.67-1.27-1.38-2.52-2.11-3.75s-1.46-2.46-2.24-3.66a1.49,1.49,0,0,0-.84-.83c-10.22-4.91-15.18-7.52-25.77-11.61-4.43-1.71-9.23-3.52-13.73-5A312.12,312.12,0,0,0,401,110.13a324.15,324.15,0,0,0-78.45,3.79,292.74,292.74,0,0,0-41.73,10.45,316.46,316.46,0,0,0-36.19,14.5c-17,8-33.55,16.77-51.17,23.23a177,177,0,0,1-25,7.12,170.42,170.42,0,0,1-32,3.09A204.56,204.56,0,0,1,104.28,170a262.21,262.21,0,0,1-34.54-7.45C43.45,155,18.11,144.84-6.7,133.43a1.53,1.53,0,0,0,.1,1.18c.43,1.39.88,2.77,1.37,4.13s1,2.73,1.53,4.07A1.5,1.5,0,0,0-3,143.8Z\"/><path class=\"cls-2\" d=\"M-1.1,144.43c21.2,8.75,42.34,17.73,64.28,24.5,19.47,6,39.48,10.39,59.84,11.83a202.23,202.23,0,0,0,27.85,0,159.87,159.87,0,0,0,27.71-4,183.16,183.16,0,0,0,26-8.59c8.26-3.43,16.3-7.29,24.26-11.36,16.74-8.55,33.21-17.8,50.89-24.31a284.61,284.61,0,0,1,62-15.28A298.89,298.89,0,0,1,412,116.5a303.17,303.17,0,0,1,34.65,5.65c27.59,6.21,53,16.47,78.42,29.8.66.35-.22-1.17-.12-1a5.67,5.67,0,0,0-1.74-1.93c-10-5.16-14.76-7.84-25.18-12.18-8.79-3.67-17.74-7.14-26.84-9.94a327.72,327.72,0,0,0-69.44-13.37,306.86,306.86,0,0,0-42.56-.25q-10.65.6-21.2,2.2-10.59,1.27-21,3.56a296.36,296.36,0,0,0-34.35,9.69,293.17,293.17,0,0,0-34,14.54c-7.78,3.88-15.47,7.92-23.23,11.83a264.28,264.28,0,0,1-28.78,13A161.74,161.74,0,0,1,165,176.36a195.57,195.57,0,0,1-27.46,2c-21.16.06-42.14-3.2-62.56-8.66-26.51-7.1-51.82-17.81-77.13-28.28-.6-.25-.13.92-.12,1C-2.12,142.91-1.67,144.19-1.1,144.43Z\"/><path class=\"cls-2\" d=\"M-3.15,140.82c27.51,11.88,55.24,23.28,84.41,30.41,23.67,5.78,48.23,8.58,72.57,6.36a166.2,166.2,0,0,0,32.79-6.3,224.49,224.49,0,0,0,29.58-11.8c9.58-4.45,18.89-9.45,28.31-14.2q9.24-4.72,18.69-9a263.84,263.84,0,0,1,26.92-10.19l-.32.09,14-4.08-.33.1q13.74-3.61,27.78-5.86t28.1-3.12a306.64,306.64,0,0,1,111.31,13.55q13.44,4.23,26.41,9.73t25.35,12.22c1.12.58-1.27-2.68-1-2.27-.9-1.27-1.81-2.53-2.75-3.77a10,10,0,0,0-1.57-1.86c-13-6.19-26-12.12-39.66-16.62a332.51,332.51,0,0,0-34.59-9.37,317.47,317.47,0,0,0-78.45-6.74,312.82,312.82,0,0,0-71,11c-9.29,2.57-18.46,5.64-27.49,9-10.85,4-21.39,9.05-31.81,14.07-15.24,7.33-30.39,14.84-46.42,20.33-19.92,6.81-41.64,9.26-62.61,8C78.74,167.88,34.66,151-7.2,131.81A1.25,1.25,0,0,0-7,132.87c.48,1.22,1,2.41,1.53,3.6C-5.13,137.34-4.26,140.34-3.15,140.82Z\"/><path class=\"cls-2\" d=\"M-2.5,145.55c23.3,9.93,46.68,19.65,71,26.69,20.75,6,42.34,10.23,64,10.47a200.12,200.12,0,0,0,27.69-1.51,173.11,173.11,0,0,0,27.32-5.8c10.1-3,20.1-7.44,29.57-12,7.94-3.84,15.76-7.91,23.6-11.94,7.69-4,15.41-8,23.34-11.41a283.34,283.34,0,0,1,33.78-12.17,304.33,304.33,0,0,1,34.66-7.76q10.49-1.72,21.07-2.43,10.56-1,21.17-1.1a326.72,326.72,0,0,1,70,7.22q10.33,2.2,20.42,5.36,10.17,2.83,20,6.61L498.27,141q12.94,5.56,25.28,12.36a1.92,1.92,0,0,0-.38-1.29q-1.12-2.21-2.35-4.36c-.8-1.44-1.62-2.87-2.48-4.28a1.92,1.92,0,0,0-.9-1c-12.94-6.2-25.87-12.12-39.52-16.63a331.18,331.18,0,0,0-34.47-9.4,339.72,339.72,0,0,0-35.31-5.55q-10.68-1.12-21.42-1.27-10.74-.48-21.47,0a331.73,331.73,0,0,0-70.65,10.88,280.73,280.73,0,0,0-40.67,14.41c-7.79,3.45-15.46,7.14-23.13,10.85-15.29,7.41-30.64,14.83-47,19.74a169.3,169.3,0,0,1-58.11,6.72c-46.36-2.63-90.64-19.39-132.41-38.7a2,2,0,0,0,.16,1.36q.73,2.41,1.57,4.79t1.73,4.73A2,2,0,0,0-2.5,145.55Z\"/><path class=\"cls-2\" d=\"M-2.19,143.2c21.26,8.51,42.32,17.57,64.23,24.33,19.47,6,39.49,10.39,59.86,11.82a202.23,202.23,0,0,0,27.85,0,161,161,0,0,0,27.72-4,182.91,182.91,0,0,0,26-8.62c8.25-3.44,16.28-7.31,24.23-11.39,16.71-8.56,33.17-17.81,50.84-24.32q13.43-4.94,27.24-8.64a171.19,171.19,0,0,1,41.73-6.16,147.8,147.8,0,0,1,34.94-2.85,304,304,0,0,1,69.58,9,296.88,296.88,0,0,1,33.5,10.38l13,5.28q12.87,5.6,25.15,12.41c.43.23.45,0,.47-.36s-1-1.58-1.35-1.76q-9.25-5.18-19-9.42-9.57-4.56-19.55-8.18a289.87,289.87,0,0,0-40.71-11.95,328.65,328.65,0,0,0-70.42-7.1,280.34,280.34,0,0,0-28.37,1.75A268.9,268.9,0,0,0,316.35,118,294.84,294.84,0,0,0,282,127.6a289.47,289.47,0,0,0-34,14.54c-7.76,3.88-15.43,7.94-23.17,11.87-9.31,4.73-18.9,9.47-28.72,13.07a160.31,160.31,0,0,1-31.58,8.42,193.12,193.12,0,0,1-27.5,2.09c-21.19.09-42.2-3.15-62.66-8.61a396.53,396.53,0,0,1-39.5-13c-12.59-4.83-25-10.07-37.59-14.88C-3.42,140.85-2.69,143-2.19,143.2Z\"/><path class=\"cls-2\" d=\"M-2.61,143.19c23.28,10,46.66,19.68,71,26.76,20.72,6,42.28,10.27,63.93,10.57A201,201,0,0,0,160,179.09a172.49,172.49,0,0,0,27.27-5.7c10.08-2.95,20.07-7.34,29.53-11.88,7.93-3.8,15.75-7.84,23.58-11.85s15.41-7.93,23.34-11.35a285.74,285.74,0,0,1,33.78-12.17,304.48,304.48,0,0,1,34.66-7.8q10.49-1.74,21.09-2.48,10.54-1.06,21.16-1.13a327.08,327.08,0,0,1,70,7q10.35,2.18,20.45,5.3,10.19,2.8,20.06,6.56L498,138.86q13,5.52,25.33,12.29a2.46,2.46,0,0,0-.57-1.45q-1.47-2.49-3-4.92c-1-1.63-2.08-3.24-3.17-4.83a2.47,2.47,0,0,0-1.07-1.14c-13.09-6.11-26.16-12-39.95-16.37a333.9,333.9,0,0,0-34.79-9.15,339.46,339.46,0,0,0-35.6-5.28q-10.77-1-21.58-1.11-10.8-.41-21.61.18a339.65,339.65,0,0,0-71,11.33c-22.15,6-43,15.26-63.69,25.09-15.09,7.18-30.24,14.34-46.32,19a168.08,168.08,0,0,1-57.32,6.16,246.2,246.2,0,0,1-26.52-3.14c-9.78-1.69-19.41-4-29-6.65a406.52,406.52,0,0,1-39-13.25c-12.62-4.91-25-10.32-37.27-16a2.62,2.62,0,0,0,.3,1.54q1,2.72,2.11,5.4t2.25,5.34A2.46,2.46,0,0,0-2.61,143.19Z\"/><path class=\"cls-2\" d=\"M-3.17,142.54c21.21,9,42.46,18,64.48,24.76A293.5,293.5,0,0,0,110,178.14a214.18,214.18,0,0,0,33.2,1.57,134,134,0,0,0,16.63-1.4,126.57,126.57,0,0,0,16.51-2.83,181.27,181.27,0,0,0,25.9-8.43c9.87-4,19.41-8.75,28.9-13.61,19.33-9.9,38.61-19.89,59.45-26.33A295.81,295.81,0,0,1,367.15,114a305.09,305.09,0,0,1,76.94,6.87,288.2,288.2,0,0,1,40.42,11.91l13,5.23q12.93,5.53,25.26,12.31c.88.46-.6-1.89-.43-1.6-.53-.85-1.09-1.69-1.67-2.52a4.52,4.52,0,0,0-1-1.2c-12.79-6.33-25.56-12.39-39.08-17q-13.46-4.63-27.24-8.2-10.33-2.69-20.89-4.41-10.49-2-21.13-3.12a335.59,335.59,0,0,0-35.58-1.77,303.45,303.45,0,0,0-70.7,8.61,308.2,308.2,0,0,0-34.23,10.55c-10.92,4-21.45,9.16-31.88,14.31-12.43,6.14-24.75,12.59-37.59,17.86A177.3,177.3,0,0,1,176.59,170a174.37,174.37,0,0,1-26.86,4.33,143.22,143.22,0,0,1-16.31.43,155.8,155.8,0,0,1-16.31-.76l-10.82-1.24A165.25,165.25,0,0,1,77,166.28a173,173,0,0,1-25.08-6.92q-9.86-3.21-19.51-7c-12.66-4.89-25.13-10.2-37.53-15.71-.81-.36.08,1.66.08,1.66.35.95.72,1.88,1.12,2.81A4.41,4.41,0,0,0-3.17,142.54Z\"/><path class=\"cls-2\" d=\"M-1.5,143C19.85,151.6,41,160.56,63,167.48a268.88,268.88,0,0,0,59.91,11.77,186.59,186.59,0,0,0,55.61-4.09c19.33-4.37,37.34-13.41,54.81-22.48,7.78-4,15.51-8.21,23.41-12a277.74,277.74,0,0,1,29.48-12.24,134.43,134.43,0,0,1,27.35-7.15,175.86,175.86,0,0,1,34.6-6.6,316.65,316.65,0,0,1,35.25-1.49,303.35,303.35,0,0,1,69.69,9.12,299.74,299.74,0,0,1,33.49,10.44l13,5.28q12.86,5.59,25.1,12.43c.37.2.45-.07.47-.36s-.81-1.29-1.1-1.45c-12.56-6.53-25.1-12.78-38.42-17.66a323.9,323.9,0,0,0-33.8-10.37,307.22,307.22,0,0,0-77.58-9,296.27,296.27,0,0,0-63.82,7.88,291.9,291.9,0,0,0-34.22,10.38,295.45,295.45,0,0,0-31.85,14.5c-15.47,7.94-30.76,16.24-47,22.61-20.33,8-42.69,11.4-64.49,10.77a259.18,259.18,0,0,1-57.27-8.5C48.83,162.4,23.61,151.09-2.07,141.2-2.7,141-2,142.85-1.5,143Z\"/><path class=\"cls-2\" d=\"M-3,144.24c23.28,10,46.68,19.7,71.05,26.75,20.72,6,42.29,10.23,63.94,10.49A199.46,199.46,0,0,0,159.59,180a173.38,173.38,0,0,0,27.26-5.75,200,200,0,0,0,29.51-11.95c7.92-3.82,15.73-7.87,23.56-11.89s15.4-7.94,23.32-11.37A283.43,283.43,0,0,1,297,126.88a299.91,299.91,0,0,1,34.67-7.79q10.49-1.74,21.09-2.46,10.56-1.06,21.18-1.12A326.64,326.64,0,0,1,444,122.64q10.37,2.19,20.46,5.33,10.18,2.84,20.07,6.6l13.07,5.23q13,5.55,25.33,12.34a2.16,2.16,0,0,0-.42-1.37c-.8-1.57-1.64-3.13-2.5-4.66s-1.73-3.08-2.64-4.59a2.13,2.13,0,0,0-.94-1.08c-13-6.16-26-12-39.75-16.5a329.37,329.37,0,0,0-34.64-9.28,340.08,340.08,0,0,0-35.47-5.42q-10.74-1.08-21.51-1.2-10.77-.44-21.55.1a336.06,336.06,0,0,0-70.83,11.1c-22.19,6-43.1,15.23-63.74,25.15-15.17,7.28-30.4,14.57-46.58,19.37a168.28,168.28,0,0,1-57.68,6.46c-46.28-2.76-90.43-19.58-132.13-38.84a2.19,2.19,0,0,0,.17,1.44q.78,2.58,1.66,5.11T-3.78,143A2.12,2.12,0,0,0-3,144.24Z\"/></svg></li><li title=\"faded loops top \"><svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 500 200\"><defs><style>.cls-1,.cls-2{fill:inherit;}.cls-1{stroke:var(--bs-body-bg);stroke-miterlimit:10;}.cls-2{opacity:0.11;}</style></defs><path class=\"cls-1\" d=\"M500.5,57.5c-25.51-14.36-68-33.7-121-34-96.73-.56-140.16,62.86-242,68-30.63,1.55-77.69-1.62-137-29V.5h500Z\"/><path class=\"cls-2\" d=\"M504,55.39c-27.69-11.49-55.28-23-84.5-30.1a232.6,232.6,0,0,0-39.61-6.4,209.06,209.06,0,0,0-22.25-.46,182.67,182.67,0,0,0-33.27,4.29A178.85,178.85,0,0,0,293.32,33.3C274,41.74,255.91,52.85,236.55,61.24A281.44,281.44,0,0,1,154.23,83,310.54,310.54,0,0,1,70.14,80,301.83,301.83,0,0,1,29.3,69.93Q15.95,65.63,3.06,60.06T-22.1,47.7c-.74-.38.19,1.4.11,1.24.39.75,1,2.34,1.84,2.75,8.42,4.25,16.82,8.41,25.5,12.11A280.67,280.67,0,0,0,38.69,75.35,308.68,308.68,0,0,0,101.24,86.4a305.44,305.44,0,0,0,63.61-2.17c9.41-1.31,18.69-3,27.93-5.27A261,261,0,0,0,227,68.53c14.17-5.54,27.7-12.28,41.26-19.14q7-3.62,14.11-7a102.31,102.31,0,0,1,46.75-11.25,91.89,91.89,0,0,1,47.51-8.65c3.66.12,7.31.43,10.95.91,41.22,4.48,79.76,20.27,117.63,36.29.68.29.16-1.15.13-1.24C505.13,57.88,504.7,55.66,504,55.39Z\"/><path class=\"cls-2\" d=\"M502.89,56.22q-9.47-3-18.58-6.9-9.58-4-19.28-7.66a378.35,378.35,0,0,0-39.65-12.94c-20.74-5.31-41.81-8.59-63.25-8.37a171.81,171.81,0,0,0-50,7.57c-13.64,4.3-26.63,10.53-39.33,17-9.41,4.81-18.69,9.89-28.21,14.46A281,281,0,0,1,215,71.61a288.08,288.08,0,0,1-76.2,14.84,287.49,287.49,0,0,1-42.12-.64,290.07,290.07,0,0,1-41.56-6.45A297.66,297.66,0,0,1,15,67.23L2,61.94q-12.85-5.59-25.09-12.43c-.51-.27-.5.72,0,1Q-14,55.68-4.3,60,2,63.08,8.59,65.58A297.53,297.53,0,0,0,41.85,76.94a306.18,306.18,0,0,0,69.51,10.7c46,1.71,92.67-7,134.09-27.37,6.26-3.07,12.43-6.3,18.62-9.52C283,40.91,302.44,30.5,323.44,25.86a211,211,0,0,1,22.06-3.68,180.19,180.19,0,0,1,27.78-.66A252,252,0,0,1,431.9,31.59c11.13,3.2,22.09,6.91,32.92,11l12.89,5.06a211.78,211.78,0,0,0,24.84,9.26C502.94,57,503.37,56.39,502.89,56.22Z\"/><path class=\"cls-2\" d=\"M503.88,56.3c-23.29-10-46.67-19.68-71-26.74-20.72-6-42.28-10.25-63.92-10.52a199.44,199.44,0,0,0-27.64,1.45,172.2,172.2,0,0,0-27.24,5.73c-10.07,3-20.05,7.36-29.5,11.91C276.63,41.94,268.82,46,261,50s-15.4,7.93-23.33,11.36a285,285,0,0,1-33.78,12.16,302.52,302.52,0,0,1-34.67,7.8q-10.5,1.74-21.1,2.47-10.56,1.06-21.18,1.13a327.39,327.39,0,0,1-70.07-7.08q-10.36-2.19-20.46-5.32-10.18-2.82-20.08-6.58L3.25,60.71q-13-5.55-25.33-12.32a2.51,2.51,0,0,0,.53,1.49c.94,1.72,1.91,3.41,2.91,5.09s2,3.36,3.05,5a2.53,2.53,0,0,0,1,1.19c13.09,6.12,26.17,12,40,16.38A333.24,333.24,0,0,0,60.2,86.7,336.87,336.87,0,0,0,95.8,92q10.77,1,21.58,1.12,10.8.39,21.61-.18A339.74,339.74,0,0,0,210,81.6c22.14-6,43-15.25,63.69-25.07,15.08-7.18,30.23-14.34,46.31-19a167.76,167.76,0,0,1,57.31-6.18,273.78,273.78,0,0,1,55.51,9.78,407.45,407.45,0,0,1,39,13.25c12.61,4.9,25,10.31,37.23,16a2.54,2.54,0,0,0-.26-1.57q-.93-2.82-2-5.59t-2.12-5.54A2.54,2.54,0,0,0,503.88,56.3Z\"/><path class=\"cls-2\" d=\"M503.31,57.46C482.17,48.41,461,39.64,439,32.67a272,272,0,0,0-59.61-12,187.08,187.08,0,0,0-55.25,3.67c-19.28,4.18-37.28,13-54.74,21.89-7.78,4-15.51,8.07-23.4,11.83a291.61,291.61,0,0,1-29.51,12.19,289.08,289.08,0,0,1-97.17,15.64,305.72,305.72,0,0,1-69.73-8.63A298.47,298.47,0,0,1,16,67.11L2.93,61.91Q-10,56.41-22.37,49.65c-1.11-.58,1.27,2.7,1,2.29q1.34,1.94,2.74,3.83a10.45,10.45,0,0,0,1.57,1.88q9.52,5,19.48,9,9.81,4.35,20,7.74a295.28,295.28,0,0,0,41.47,11,337.78,337.78,0,0,0,71.26,5.49,298.93,298.93,0,0,0,57.12-7.37,303.1,303.1,0,0,0,34.46-10,341.59,341.59,0,0,0,34-14.33c7.69-3.69,15.32-7.49,23-11.14A243.81,243.81,0,0,1,312,36.31a160.68,160.68,0,0,1,30.75-7.12,192,192,0,0,1,26.8-1.33c20.81.42,41.36,4,61.39,9.6,26.32,7.33,51.73,17.73,76.53,29.09a1.32,1.32,0,0,0-.16-1.07c-.49-1.23-1-2.44-1.57-3.63C505.32,61,504.43,57.94,503.31,57.46Z\"/><path class=\"cls-2\" d=\"M503.94,53.93c-27.7-11.47-55.29-23-84.51-30.08a232.24,232.24,0,0,0-39.64-6.38A204.69,204.69,0,0,0,357.5,17a183.34,183.34,0,0,0-33.33,4.31A179.68,179.68,0,0,0,293,31.93c-19.38,8.46-37.47,19.59-56.87,28a280.73,280.73,0,0,1-82.28,21.69,309.82,309.82,0,0,1-84-3A301.06,301.06,0,0,1,29.09,68.53q-13.33-4.32-26.2-9.88T-22.24,46.28c-.72-.38.12,1.34.06,1.21.35.72.93,2.3,1.71,2.69C-12.08,54.43-3.7,58.59,5,62.29A278.26,278.26,0,0,0,38.17,73.84,307.34,307.34,0,0,0,100.5,84.93a304.22,304.22,0,0,0,63.41-2.1c9.39-1.29,18.64-3,27.86-5.23A260.84,260.84,0,0,0,225.9,67.18c14.2-5.55,27.76-12.31,41.36-19.18q7-3.64,14.19-7a103.06,103.06,0,0,1,47-11.3A92.39,92.39,0,0,1,376.22,21a109.27,109.27,0,0,1,11,.91C428.45,26.37,467,42.16,504.92,58.17c.67.28.2-1.09.17-1.21C505,56.41,504.57,54.2,503.94,53.93Z\"/><path class=\"cls-2\" d=\"M503.45,54.94c-23.3-10-46.7-19.69-71.09-26.74-20.73-6-42.32-10.22-64-10.47a199.92,199.92,0,0,0-27.67,1.51A172.72,172.72,0,0,0,313.44,25c-10.09,3-20.08,7.43-29.53,12C276,40.87,268.18,44.94,260.35,49S245,56.92,237,60.35a280.92,280.92,0,0,1-33.78,12.16,302.41,302.41,0,0,1-34.67,7.77Q158.09,82,147.48,82.72q-10.56,1.05-21.18,1.1a327.08,327.08,0,0,1-70-7.19q-10.35-2.2-20.44-5.35-10.18-2.84-20.06-6.61L2.69,59.42Q-10.25,53.87-22.6,47.07a2.29,2.29,0,0,0,.47,1.43q1.29,2.46,2.69,4.88t2.83,4.8a2.33,2.33,0,0,0,1,1.13c13,6.16,26,12.06,39.73,16.53a330.86,330.86,0,0,0,34.62,9.29,336.91,336.91,0,0,0,35.46,5.44q10.73,1.09,21.5,1.21,10.77.43,21.54-.09a336,336,0,0,0,70.82-11.07c22.19-6,43.1-15.23,63.73-25.15C287,48.16,302.21,40.86,318.4,36.05a168.3,168.3,0,0,1,57.73-6.51c46.29,2.74,90.49,19.55,132.2,38.84a2.41,2.41,0,0,0-.23-1.51c-.59-1.79-1.2-3.57-1.86-5.34s-1.29-3.53-2-5.28A2.37,2.37,0,0,0,503.45,54.94Z\"/><path class=\"cls-2\" d=\"M503.73,58.72c-19-8-38-16-57.62-22.52C424.72,29.11,402.5,23.54,379.94,22a214.84,214.84,0,0,0-27.68-.17,182.46,182.46,0,0,0-27.54,3.81c-19.28,4.17-37.28,13-54.74,21.84-7.78,4-15.51,8.14-23.42,11.83L224.1,69.06a205.94,205.94,0,0,1-20.39,6.71,303.72,303.72,0,0,1-34.61,7.82q-10.47,1.74-21,2.48-10.55,1.08-21.14,1.15a327.29,327.29,0,0,1-69.93-7q-10.35-2.17-20.43-5.29-10.17-2.79-20-6.54L3.44,63.2q-13-5.51-25.31-12.26c-1-.52,1.06,2.3.78,1.91.76,1,1.54,2.06,2.33,3.06a7.11,7.11,0,0,0,1.36,1.48C-4.5,63.66,8.4,69.65,22,74.23A328.85,328.85,0,0,0,56.45,83.8a334.4,334.4,0,0,0,35.3,5.73q10.69,1.17,21.44,1.37,10.73.52,21.48.08a332.69,332.69,0,0,0,35.65-3.36A325,325,0,0,0,205.4,80.3c19-5,37.17-12.49,54.81-21C275.57,51.89,290.7,44,306.68,38a164,164,0,0,1,57.05-10.52,244,244,0,0,1,53.51,6.2,327.9,327.9,0,0,1,39.64,11.79c17.06,6.16,33.75,13.15,50.3,20.57a1,1,0,0,0-.09-.89c-.4-1-.83-2-1.3-2.93S504.72,59.14,503.73,58.72Z\"/><path class=\"cls-2\" d=\"M502.79,53c-21.18-9.09-42.46-17.86-64.46-24.81a270,270,0,0,0-59.75-11.85,187.51,187.51,0,0,0-55.45,3.93c-19.35,4.29-37.4,13.25-54.92,22.26-7.79,4-15.53,8.16-23.43,11.94l-9.36,4.37a165.73,165.73,0,0,1-33.79,11.39,138.43,138.43,0,0,1-27.37,7.17q-10.39,2.06-21,3.09a318,318,0,0,1-35.18,1.57,304.58,304.58,0,0,1-69.58-8.89A297.7,297.7,0,0,1,15,62.87L2,57.62q-12.9-5.57-25.2-12.37c-.94-.49.6,2.17.47,1.91.57,1.07,1.17,2.12,1.79,3.17a6.47,6.47,0,0,0,1.09,1.55Q-10.49,56.94-.68,61,9,65.47,19,68.94A290.66,290.66,0,0,0,59.91,80.3a332,332,0,0,0,70.41,6.17,305,305,0,0,0,42.33-4.09,269.51,269.51,0,0,0,28-6.13,311,311,0,0,0,54.58-20.87c7.81-3.8,15.55-7.72,23.37-11.5a253.94,253.94,0,0,1,28.89-12.32A164.73,164.73,0,0,1,339,23.93a197.82,197.82,0,0,1,27.31-1.59c21.05.24,41.87,3.72,62.16,9.27,26.49,7.26,52.23,17.58,77.09,29.15a1,1,0,0,0,0-.91c-.31-1-.65-2.07-1-3.08C504.27,56,503.73,53.43,502.79,53Z\"/><path class=\"cls-2\" d=\"M504.24,58.15c-23.26-10-46.63-19.7-71-26.77-20.7-6-42.23-10.3-63.86-10.63a200.74,200.74,0,0,0-27.62,1.38,172.44,172.44,0,0,0-27.24,5.64A197.68,197.68,0,0,0,285,39.56c-7.93,3.78-15.75,7.81-23.59,11.8S246,59.27,238.1,62.69a287.59,287.59,0,0,1-33.78,12.18,304.91,304.91,0,0,1-34.65,7.83q-10.48,1.76-21.08,2.5Q138,86.28,127.42,86.36a327.72,327.72,0,0,1-70.05-7Q47,77.25,36.9,74.13,26.72,71.34,16.82,67.6L3.73,62.4q-13-5.51-25.36-12.26a2,2,0,0,0,.5,1.32q1.32,2.24,2.75,4.42c.94,1.46,1.9,2.9,2.9,4.33a2,2,0,0,0,1,1c13.09,6.11,26.16,12,40,16.36A333.85,333.85,0,0,0,60.26,86.7,341.89,341.89,0,0,0,95.85,92q10.77,1,21.58,1.11,10.8.39,21.6-.19a338.93,338.93,0,0,0,71-11.35c22.15-6,43-15.27,63.7-25.09,15.09-7.18,30.24-14.33,46.33-19a168.07,168.07,0,0,1,57.32-6.14c46.16,2.94,90.19,19.8,131.78,39.07a2,2,0,0,0-.24-1.39Q508,66.55,507,64.14c-.64-1.62-1.3-3.23-2-4.82A2.14,2.14,0,0,0,504.24,58.15Z\"/><path class=\"cls-2\" d=\"M502.83,54.92c-39.81-16.79-80.46-33.41-124-36.59a200.64,200.64,0,0,0-27.74-.1,159.32,159.32,0,0,0-27.59,3.91,181.31,181.31,0,0,0-25.89,8.47c-8.23,3.38-16.24,7.19-24.17,11.21C256.69,50.3,240.21,59.48,222.56,66q-13.42,4.94-27.25,8.66a173.34,173.34,0,0,1-41.75,6.26,149.61,149.61,0,0,1-35,3,305.37,305.37,0,0,1-69.68-8.77A300.41,300.41,0,0,1,15.33,64.82l-13-5.23Q-10.64,54-23,47.26c-1.06-.55,1,2.61.81,2.27.78,1.29,1.59,2.57,2.41,3.83a10.11,10.11,0,0,0,1.41,1.89q12.66,6.57,25.9,11.9l13.35,5A305.78,305.78,0,0,0,62.15,83.32a313.92,313.92,0,0,0,57,5.93,312.8,312.8,0,0,0,42.72-2.38,289.25,289.25,0,0,0,42-8.3,283.73,283.73,0,0,0,40.63-14.38C263.3,55.82,281.28,45.54,300.44,38a170,170,0,0,1,30-9.18,175.78,175.78,0,0,1,32.27-3.33,242,242,0,0,1,60.42,7.83c28.79,7.3,56.41,18.44,83.41,30.68a1.27,1.27,0,0,0-.11-1.07c-.43-1.22-.89-2.43-1.39-3.63s-1-2.39-1.54-3.56A1.29,1.29,0,0,0,502.83,54.92Z\"/><path class=\"cls-2\" d=\"M503.28,52.29c-21.2-8.9-42.42-17.71-64.37-24.65a257,257,0,0,0-65.34-12.1,179.62,179.62,0,0,0-55.41,5.66C299,26.4,281.4,35.39,263.84,44.44l-9.39,4.84a210.59,210.59,0,0,1-20.62,9.57A178.25,178.25,0,0,1,209,68.44l-13.69,4a298.94,298.94,0,0,1-69.81,9.22Q115,81.82,104.45,81q-10.55-.47-21-1.88A325.56,325.56,0,0,1,49,72.63,281.62,281.62,0,0,1,15.5,62.31l-13-5.26q-12.88-5.56-25.17-12.37c-.87-.45.4,1.93.3,1.72.47,1,1,1.91,1.49,2.84a4.74,4.74,0,0,0,.94,1.39C-7.28,57,5.38,63,18.77,67.69a323.94,323.94,0,0,0,33.85,9.8,309,309,0,0,0,77,7.85,297.34,297.34,0,0,0,76.8-12.07A286.68,286.68,0,0,0,240.19,61c6.37-2.8,12.66-5.87,18.89-9,15.74-7.78,31.36-15.78,47.91-21.72a120.1,120.1,0,0,1,15.41-4.48,119.93,119.93,0,0,1,16.29-3.19,188.94,188.94,0,0,1,32.94-1.53,269.14,269.14,0,0,1,56.86,9.23,387.1,387.1,0,0,1,39.4,13.13c12.67,4.89,25.15,10.16,37.55,15.69.25.11-.75-3.66-.72-3.56C504.51,55,504.12,52.65,503.28,52.29Z\"/><path class=\"cls-2\" d=\"M503.68,58.68c-29.58-12.76-59.62-25.24-91.22-32.06-25.11-5.43-51.38-7.33-76.85-3.34a170.74,170.74,0,0,0-31.85,8.38c-13.3,4.81-25.92,11.43-38.49,17.83C256,54.21,246.74,59,237.21,63.23a267.12,267.12,0,0,1-26.92,10.19,281.6,281.6,0,0,1-27.54,7.24l.35-.07-14.29,2.64.35-.06q-14,2.22-28.09,3.11t-28.21.47a325.77,325.77,0,0,1-42-4.16,303.92,303.92,0,0,1-41-9.88Q16.37,68.48,3.4,63T-21.94,50.75c-1.18-.6,1.47,2.9,1.16,2.47q1.5,2.1,3.07,4.14a12.12,12.12,0,0,0,1.73,2q9.59,4.94,19.6,8.93,9.87,4.3,20.11,7.65A297.73,297.73,0,0,0,65.38,86.82,327.55,327.55,0,0,0,144,91.54a315.75,315.75,0,0,0,36-4.26,316.21,316.21,0,0,0,78-25c16.84-7.87,33.33-16.54,50.83-22.89a175.75,175.75,0,0,1,24.74-6.95,168.83,168.83,0,0,1,31.81-3,204.54,204.54,0,0,1,32,2.41,263.69,263.69,0,0,1,34.41,7.49c26.32,7.58,51.66,17.79,76.52,29.2a1.5,1.5,0,0,0-.22-1.16c-.56-1.33-1.15-2.64-1.78-3.93s-1.24-2.6-1.91-3.87A1.49,1.49,0,0,0,503.68,58.68Z\"/></svg></li><li title=\"faded slant bottom \"><svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 500 82\"><defs><style>.cls-1,.cls-2{fill:inherit;}.cls-2{opacity:0.5;}</style></defs><polygon class=\"cls-1\" points=\"0 16 500 59 500 82 0 82 0 16\"/><polygon class=\"cls-2\" points=\"0 0 500 59 500 82 0 82 0 0\"/></svg></li><li title=\"faded slant top \"><svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 500 82\"><defs><style>.cls-1,.cls-2{fill:inherit;}.cls-2{opacity:0.5;}</style></defs><polygon class=\"cls-1\" points=\"500 66 0 23 0 0 500 0 500 66\"/><polygon class=\"cls-2\" points=\"500 82 0 23 0 0 500 0 500 82\"/></svg></li><li title=\"faded triangle bottom \"><svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 500.04 50\"><defs><style>.cls-1,.cls-2{fill:inherit;}.cls-1{opacity:0.5;}</style></defs><polygon class=\"cls-1\" points=\"500.04 50 0.04 50 250.04 0 500.04 50\"/><polygon class=\"cls-2\" points=\"500 50 0 50 250 12 500 50\"/></svg></li><li title=\"faded triangle top \"><svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 500.04 50\"><defs><style>.cls-1,.cls-2{fill:inherit;}.cls-1{opacity:0.5;}</style></defs><polygon class=\"cls-1\" points=\"0 0 500 0 250 50 0 0\"/><polygon class=\"cls-2\" points=\"0.04 0 500.04 0 250.04 38 0.04 0\"/></svg></li><li title=\"fall leaves bottom \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 500 138.97\"><defs><style>.cls-1,.cls-2{fill:inherit;}.cls-2{opacity:0.5;}</style></defs><g id=\"Layer_3\" data-name=\"Layer 3\"><path class=\"cls-1\" d=\"M0,158.87s61.62-36.53,139.21-36.53,116.22,40.45,219.17,40.45S500,150.42,500,150.42V200H0Z\" transform=\"translate(0 -61.03)\"/><path class=\"cls-2\" d=\"M315.33,94.8c-.45,1-.76,1.73-1.13,2.45a17.55,17.55,0,0,0-1.74,9c.09,1.67,0,3.34,0,5,0,.44,0,.89-.07,1.34a6.35,6.35,0,0,1-.55,2.49,5.06,5.06,0,0,0-.38,1.41c-.38,2-.73,4-1.11,6a58.82,58.82,0,0,1-1.64,6.53,19.85,19.85,0,0,1-2.67,5.35,35.23,35.23,0,0,1-9.59,9.34,22.65,22.65,0,0,1-5.65,2.61,39,39,0,0,1-11.77,2,24.57,24.57,0,0,1-6.55-.78c-2.39-.62-2.13-.72-4.85.27a4.29,4.29,0,0,0-1.43.92l-4.27,4-.94.85-.88-.62,7.14-7.22c-.15-.3-.25-.56-.39-.79-2.11-3.58-2.15-3.82-2.83-8.12a13.2,13.2,0,0,1,0-3.66,14.89,14.89,0,0,0,.07-4.27,4.81,4.81,0,0,1,.16-2.06,54.1,54.1,0,0,1,2-6.18c.4-1,.73-2,1.08-3a7.34,7.34,0,0,1,1.12-2,40.11,40.11,0,0,1,8.22-8.34,23.52,23.52,0,0,1,6.49-3.87c1.23-.56,2.45-1.12,3.66-1.7a6.81,6.81,0,0,1,2.83-.72,6.24,6.24,0,0,0,1.2-.19c.52-.12,1-.25,1.54-.41a38.52,38.52,0,0,1,7.7-1.24c3.13-.28,6.24-.75,9.35-1.15a6.34,6.34,0,0,0,2.91-1.2c.73-.52,1.45-1.06,2.18-1.59Z\" transform=\"translate(0 -61.03)\"/><path class=\"cls-1\" d=\"M182.85,61c.59.91,1.05,1.58,1.46,2.27A17.32,17.32,0,0,0,191,69.63c1.45.83,2.81,1.8,4.21,2.72.38.24.74.51,1.1.78a6.21,6.21,0,0,1,1.8,1.81,5,5,0,0,0,1,1.07l4.46,4.19a57.81,57.81,0,0,1,4.62,4.9,19.74,19.74,0,0,1,3.07,5.12,35.41,35.41,0,0,1,2.7,13.12,23,23,0,0,1-.85,6.17,39.22,39.22,0,0,1-4.64,11,25.31,25.31,0,0,1-4.19,5.1c-1.81,1.67-1.76,1.4-2.39,4.23a4.06,4.06,0,0,0,0,1.7c.36,1.93.73,3.85,1.1,5.78.07.39.13.79.21,1.24l-1,.41c-.75-3.34-1.49-6.6-2.24-9.91-.33,0-.6-.09-.87-.1-4.15-.15-4.37-.25-8.37-2a13,13,0,0,1-3.07-2,14.87,14.87,0,0,0-3.55-2.37,4.76,4.76,0,0,1-1.65-1.24,56.57,56.57,0,0,1-4.15-5c-.61-.87-1.28-1.69-1.93-2.52a7.63,7.63,0,0,1-1.11-2,40.32,40.32,0,0,1-2.6-11.42,23.65,23.65,0,0,1,.25-7.55c.19-1.34.37-2.67.53-4a6.75,6.75,0,0,1,.93-2.76,7.4,7.4,0,0,0,.48-1.12c.18-.5.34-1,.49-1.51a37.56,37.56,0,0,1,3.11-7.16c1.44-2.79,2.72-5.66,4.06-8.49a6.39,6.39,0,0,0,.57-3.11c-.05-.89-.12-1.79-.17-2.68C182.87,61.78,182.87,61.55,182.85,61Z\" transform=\"translate(0 -61.03)\"/><path class=\"cls-1\" d=\"M278.54,120.77a2,2,0,0,0,1.18,1.46,1.22,1.22,0,0,0,1.16,0l1.06-.61,1.19-.74a2.3,2.3,0,0,1,.36.54c.12.34.18.71.29,1.13a3.75,3.75,0,0,0,.75,0,39.13,39.13,0,0,1,5.18-.6c.41,0,.81-.09,1.22-.12a4.48,4.48,0,0,1,1.27,0,2.76,2.76,0,0,1-.25.66,20.58,20.58,0,0,1-1.26,1.69A50.92,50.92,0,0,0,287,128.9c-.13.19-.24.38-.36.57a3.22,3.22,0,0,0-.56,2.54c-.29.2-.57.38-.84.58a8.64,8.64,0,0,0-.95.77,1.13,1.13,0,0,0-.2,1.68,11.19,11.19,0,0,0,.91,1.26c.19.26.42.5.66.78a8.84,8.84,0,0,1-1.41,1,8.25,8.25,0,0,0-2.37,2,2,2,0,0,1-.92.58,7.83,7.83,0,0,0-2.08,1.28,4.18,4.18,0,0,0-1,1.3,1.4,1.4,0,0,0,.12,1.58,7.78,7.78,0,0,0,1.26,1.24,14.67,14.67,0,0,0,3.2,1.77,2.43,2.43,0,0,1,1,.66c.32.4.68.78.58,1.35l1.46.75c-1.92.27-3.64.5-5.35.75-2.5.36-5,.74-7.48,1.11a1.91,1.91,0,0,0-.33.06c-.38.11-.57.43-.38.76.31.55.69,1.05,1,1.57.2.3.56.48.66.93-1.14-.19-2.23-.39-3.33-.55-.88-.13-1.76-.23-2.65-.32a5,5,0,0,0-.77,0,.85.85,0,0,0-.87.71c0,.18,0,.37-.08.65a3.22,3.22,0,0,1-.46-.35q-1.81-1.87-3.62-3.77A14,14,0,0,1,261,151c-1.65-2.15-3.31-4.29-4.91-6.47a2.31,2.31,0,0,0-1.65-1l-1.53-.23a2,2,0,0,0-.67.88q-4.09,6.94-8.18,13.91c-.56,1-1.12,1.92-1.72,2.85a1.9,1.9,0,0,0-.36,1.57,2.08,2.08,0,0,1,0,.56.89.89,0,0,1-.85.39c-.06-.05-.14-.09-.15-.15a6.55,6.55,0,0,1-.2-1c-.11-1.43-.09-1.42,1-2.4a4.56,4.56,0,0,0,.8-1.05q3.69-6.15,7.35-12.33l1.65-2.77c.12-.22.23-.45.37-.72-.3-.18-.56-.31-.79-.48a6.4,6.4,0,0,1-.93-.78,1.45,1.45,0,0,0-1.18-.52c-1.33.09-2.67.11-4,.3a15.6,15.6,0,0,0-4.35,1.31,5.19,5.19,0,0,1-2.81.47,10.72,10.72,0,0,0-2.54.2c-.33,0-.66.12-1,.19a3.43,3.43,0,0,1-2.88-.38.3.3,0,0,1,.24-.42c.9-.18,1.08-.8,1-1.58l0-.23a1.44,1.44,0,0,0-.87-.63,13.45,13.45,0,0,0-1.44-.57,1,1,0,0,1-.77-1.06c0-.34,0-.67,0-1-.23-.18-.45-.38-.7-.54-.46-.3-.92-.61-1.41-.88a37.53,37.53,0,0,1-6.18-4.52,1.89,1.89,0,0,1-.24-.33,7.93,7.93,0,0,1,1.23-.13c.36-.06.73-.08,1.1-.15a6.83,6.83,0,0,0,1.49-.4,15.42,15.42,0,0,1,2.72-1,14.79,14.79,0,0,0,3.75-1.66,4.73,4.73,0,0,0,.86-.69.78.78,0,0,0,.13-1,4.87,4.87,0,0,0-.64-.9,13.84,13.84,0,0,1-2.58-4.38,1.72,1.72,0,0,1-.07-.21c-.14-.49.06-.75.54-.65s.78.21,1.18.3a2.11,2.11,0,0,0,.66,0,.49.49,0,0,0,.42-.56,5.1,5.1,0,0,0-.39-.9c-.18-.36-.52-.64-.52-1s.5-.35.76-.46a1.1,1.1,0,0,0,.8-1.29,5.69,5.69,0,0,0-.27-1.08c-.08-.28-.22-.55-.32-.83-.19-.55-.17-1,.57-1.17a1.2,1.2,0,0,0,.31-.13.52.52,0,0,0,.27-.66,5.83,5.83,0,0,0-.23-.66,48.84,48.84,0,0,0,1-5.42c.3-1.57.62-3.13.94-4.69a1.92,1.92,0,0,1,.25-.44c.12.66.21,1.2.31,1.74,0,.22.11.43.17.65a2.33,2.33,0,0,0,2,1.93l.19.65a2.35,2.35,0,0,0,1.48,1.56,1.49,1.49,0,0,0,1.74-.32c.18-.18.33-.38.51-.58.39.23.42.64.52,1a2.29,2.29,0,0,0,.9,1.23c.48.34,1,.69,1.48,1s.64.27,1.14-.22c.07-.07.16-.13.27-.22,1,2.25,1.79,4.59,3.22,6.61a2.33,2.33,0,0,0,.43.38,1.43,1.43,0,0,0,1.15-1.22c.17-.83.28-1.68.42-2.52s.3-1.68.47-2.51a5.79,5.79,0,0,1,.3-.82c.13.34.19.56.29.75a.71.71,0,0,0,1.1.33,2.83,2.83,0,0,0,1.39-1.66c.22-.79.43-1.58.65-2.36.09-.36.2-.71.33-1.15a2.33,2.33,0,0,1,.48.32c.21.21.37.47.58.67a1,1,0,0,0,1.58,0,3.14,3.14,0,0,0,.87-1.28c.18-.44.37-.87.53-1.27.42-.14.62.15.87.28a1,1,0,0,0,1.39-.21,2.22,2.22,0,0,0,.28-.33,2.29,2.29,0,0,1,1.41-1.17c.25-.06.47-.36.63-.6.62-.92,1.2-1.87,1.84-2.78s1.18-1.52,1.78-2.27a3.59,3.59,0,0,1,.5-.42c.46,2.29.75,4.48,1.14,6.66s.7,4.38,1.21,6.48c.48.38.89-.19,1.34.08s.71-.44,1.2-.06c-.06.24-.1.53-.19.79-.2.56-.45,1.1-.64,1.66a4,4,0,0,0-.23,1c-.08.81.28,1.16,1.11,1.12.33,0,.65-.07.94-.1a.44.44,0,0,1,.12.63c-.24.5-.51,1-.76,1.49s-.41.87-.6,1.31a1.37,1.37,0,0,0,.4,1.7l.53.46c-.32.33-.62.6-.89.91-.75.87-1.52,1.73-2.22,2.64a3.91,3.91,0,0,0-.6,1.29.65.65,0,0,0,.72.86,2.45,2.45,0,0,0,.85-.19,10.29,10.29,0,0,0,1.78-.91c1.32-.9,2.59-1.86,3.88-2.79C277.66,121.38,278,121.13,278.54,120.77Z\" transform=\"translate(0 -61.03)\"/><path class=\"cls-1\" d=\"M388.25,137.37a1.24,1.24,0,0,0,1.06.43.75.75,0,0,0,.62-.35c.12-.22.25-.43.38-.64l.4-.75a1.34,1.34,0,0,1,.36.18,6.07,6.07,0,0,1,.49.51,2.11,2.11,0,0,0,.39-.23,23.39,23.39,0,0,1,2.57-1.87l.61-.43a2.88,2.88,0,0,1,.67-.39,1.91,1.91,0,0,1,.07.43c0,.42-.08.85-.16,1.27a29.51,29.51,0,0,0-.53,3.62l0,.41a2,2,0,0,0,.47,1.51c-.1.2-.19.38-.27.56a4.48,4.48,0,0,0-.27.69.69.69,0,0,0,.39,1,7.34,7.34,0,0,0,.86.39c.18.08.37.14.59.22a4.83,4.83,0,0,1-.46.94,5.11,5.11,0,0,0-.65,1.77,1.27,1.27,0,0,1-.32.59,4.8,4.8,0,0,0-.72,1.29,2.65,2.65,0,0,0-.15,1,.85.85,0,0,0,.54.8,4.56,4.56,0,0,0,1,.28,8.68,8.68,0,0,0,2.22,0,1.43,1.43,0,0,1,.74.05c.29.12.59.21.71.54l1,0-2.61,2-3.64,2.83a.93.93,0,0,0-.15.13.31.31,0,0,0,0,.52c.33.2.68.35,1,.52s.45.08.63.29c-.66.25-1.3.47-1.92.71s-1,.41-1.51.62a3.3,3.3,0,0,0-.41.23.51.51,0,0,0-.24.64,2.16,2.16,0,0,0,.15.36,1.61,1.61,0,0,1-.35,0c-1-.3-2-.6-3.05-.92a6.39,6.39,0,0,1-.83-.31c-1.52-.64-3-1.28-4.54-1.95a1.41,1.41,0,0,0-1.17,0l-.88.34a1.3,1.3,0,0,0-.09.67c-.05,3.27-.11,6.55-.16,9.82,0,.68,0,1.36-.06,2a1.14,1.14,0,0,0,.28.94,1.69,1.69,0,0,1,.17.3.55.55,0,0,1-.33.46c-.05,0-.11,0-.13,0a2.88,2.88,0,0,1-.39-.46c-.49-.72-.48-.72-.22-1.56a2.65,2.65,0,0,0,.11-.79c.08-2.92.14-5.83.21-8.74,0-.66,0-1.31,0-2,0-.15,0-.3,0-.49a3.45,3.45,0,0,1-.57,0,4.34,4.34,0,0,1-.72-.13.86.86,0,0,0-.78.08c-.68.44-1.38.86-2,1.35a9.54,9.54,0,0,0-1.91,2,3.17,3.17,0,0,1-1.35,1.09,6.78,6.78,0,0,0-1.29.87c-.16.12-.31.26-.46.39a2.07,2.07,0,0,1-1.64.66.18.18,0,0,1,0-.29c.42-.37.33-.75.06-1.14l-.08-.12a1,1,0,0,0-.65-.07c-.32,0-.63.07-.94.13a.59.59,0,0,1-.73-.33c-.08-.18-.19-.35-.3-.55l-.53-.08c-.34,0-.68,0-1,0a22.53,22.53,0,0,1-4.63-.55,1.21,1.21,0,0,1-.23-.1,3.85,3.85,0,0,1,.62-.43c.17-.15.36-.27.53-.42a3.45,3.45,0,0,0,.67-.65,9.79,9.79,0,0,1,1.16-1.33,9.14,9.14,0,0,0,1.49-2,2.78,2.78,0,0,0,.25-.62.46.46,0,0,0-.24-.58,2.63,2.63,0,0,0-.61-.29,8.31,8.31,0,0,1-2.67-1.55l-.11-.09c-.22-.22-.19-.41.09-.51l.72-.19a1.56,1.56,0,0,0,.37-.17.29.29,0,0,0,.05-.42,2.92,2.92,0,0,0-.48-.37c-.2-.13-.46-.18-.58-.39s.16-.33.26-.47a.66.66,0,0,0,0-.92,3.56,3.56,0,0,0-.46-.49c-.13-.13-.29-.23-.42-.35s-.39-.48-.05-.79a.48.48,0,0,0,.12-.16.31.31,0,0,0-.05-.43,3,3,0,0,0-.32-.28,29.12,29.12,0,0,0-1.09-3.18q-.46-1.38-.9-2.76a1,1,0,0,1,0-.31l.69.83.29.29a1.42,1.42,0,0,0,1.65.42l.29.29a1.47,1.47,0,0,0,1.25.38.91.91,0,0,0,.83-.69c0-.15.06-.31.09-.46.28,0,.42.21.57.36a1.44,1.44,0,0,0,.85.38c.36,0,.72.07,1.08.08s.41-.05.53-.46c0-.06.05-.12.08-.2a24.19,24.19,0,0,0,3.69,2.54,1.14,1.14,0,0,0,.34.07.88.88,0,0,0,.25-1c-.16-.49-.36-1-.53-1.46s-.35-1-.51-1.48a4.83,4.83,0,0,1-.09-.52,4.41,4.41,0,0,0,.38.31.44.44,0,0,0,.69-.15,1.74,1.74,0,0,0,.23-1.3c-.11-.48-.24-1-.36-1.44-.06-.22-.1-.44-.17-.72a1.62,1.62,0,0,1,.35,0c.18.05.34.14.51.18a.64.64,0,0,0,.85-.46,2,2,0,0,0,.07-.94c0-.28-.07-.57-.1-.83.18-.2.37-.11.54-.11a.61.61,0,0,0,.68-.53,1.09,1.09,0,0,0,.05-.26,1.41,1.41,0,0,1,.4-1,.83.83,0,0,0,.15-.51c.06-.67.07-1.35.14-2s.17-1.16.27-1.74a1.85,1.85,0,0,1,.13-.37c.94,1.07,1.75,2.15,2.61,3.18s1.68,2.12,2.58,3.08c.37.05.41-.37.73-.36s.25-.45.62-.39c0,.14.11.31.14.47.06.36.09.72.16,1.08a2.51,2.51,0,0,0,.16.58c.2.45.5.53.93.26l.47-.33c.21,0,.24.16.25.29,0,.34,0,.68.05,1s0,.58.07.87a.83.83,0,0,0,.72.79l.42.08c-.07.27-.15.51-.2.75-.14.69-.29,1.37-.39,2.06a2.34,2.34,0,0,0,.07.87.39.39,0,0,0,.64.24,1.72,1.72,0,0,0,.4-.36,6.8,6.8,0,0,0,.67-1c.43-.87.81-1.76,1.22-2.65Z\" transform=\"translate(0 -61.03)\"/><path class=\"cls-2\" d=\"M335.77,113.84c.41.62.73,1.07,1,1.54a11.94,11.94,0,0,0,4.62,4.27c1,.55,1.95,1.21,2.91,1.82.26.16.51.35.76.53a4.24,4.24,0,0,1,1.25,1.21,3.4,3.4,0,0,0,.69.73l3.1,2.83a40.15,40.15,0,0,1,3.21,3.31,13.57,13.57,0,0,1,2.15,3.48,24.21,24.21,0,0,1,2,9,15.52,15.52,0,0,1-.52,4.23,26.89,26.89,0,0,1-3.07,7.58,16.83,16.83,0,0,1-2.82,3.53c-1.22,1.17-1.19,1-1.59,2.92a2.71,2.71,0,0,0,0,1.17c.27,1.31.54,2.63.8,3.94.06.27.11.54.16.85l-.68.29-1.63-6.76c-.22,0-.41-.06-.6-.06a10.85,10.85,0,0,1-5.74-1.29,8.86,8.86,0,0,1-2.13-1.33A10.37,10.37,0,0,0,337.2,156a3.35,3.35,0,0,1-1.15-.83,38.63,38.63,0,0,1-2.88-3.38c-.43-.59-.9-1.15-1.35-1.71a5.39,5.39,0,0,1-.78-1.38,27.64,27.64,0,0,1-1.89-7.8,16.1,16.1,0,0,1,.1-5.18c.11-.91.22-1.83.32-2.75a4.77,4.77,0,0,1,.61-1.9,4,4,0,0,0,.32-.77c.12-.34.22-.69.32-1a26,26,0,0,1,2.06-4.93c1-1.92,1.81-3.9,2.7-5.86a4.31,4.31,0,0,0,.36-2.13c-.05-.61-.1-1.22-.14-1.84C335.78,114.35,335.78,114.19,335.77,113.84Z\" transform=\"translate(0 -61.03)\"/><path class=\"cls-1\" d=\"M411.4,135.74c.07.37.12.64.16.92a6.07,6.07,0,0,0,1.28,2.91c.35.46.65,1,1,1.43l.24.4a2.12,2.12,0,0,1,.33.82,1.66,1.66,0,0,0,.17.47c.29.65.58,1.29.86,1.94a18.41,18.41,0,0,1,.82,2.18,6.71,6.71,0,0,1,.29,2,12.22,12.22,0,0,1-.9,4.55,7.87,7.87,0,0,1-1.1,1.85,13.53,13.53,0,0,1-3,2.89,8.64,8.64,0,0,1-2,1.06c-.79.29-.74.21-1.32,1a1.42,1.42,0,0,0-.23.54l-.42,2c0,.14-.07.27-.1.43h-.38l.62-3.46-.27-.15a5.46,5.46,0,0,1-2.4-1.75,5,5,0,0,1-.71-1,5.08,5.08,0,0,0-.82-1.23,1.74,1.74,0,0,1-.36-.62,19.57,19.57,0,0,1-.65-2.14c-.08-.36-.18-.71-.28-1.07a2.68,2.68,0,0,1-.07-.8,13.6,13.6,0,0,1,.7-4,8.09,8.09,0,0,1,1.09-2.37c.24-.4.48-.8.71-1.21a2.27,2.27,0,0,1,.66-.75,2.2,2.2,0,0,0,.31-.3l.36-.41a12.79,12.79,0,0,1,1.95-1.87c.83-.69,1.63-1.44,2.44-2.16a2.21,2.21,0,0,0,.59-.91c.11-.3.21-.59.31-.88Z\" transform=\"translate(0 -61.03)\"/><path class=\"cls-1\" d=\"M139.38,88.82a1.69,1.69,0,0,0,1.34.74,1,1,0,0,0,.88-.37c.21-.26.42-.52.61-.79s.43-.59.67-.93a2,2,0,0,1,.44.3c.2.23.36.48.57.77a3.15,3.15,0,0,0,.56-.24,33.21,33.21,0,0,1,3.74-2.07c.29-.14.58-.31.88-.47a3.85,3.85,0,0,1,1-.4,3.85,3.85,0,0,1,0,.58,15.72,15.72,0,0,1-.43,1.67,40.36,40.36,0,0,0-1.31,4.73c0,.17-.07.35-.09.53a2.65,2.65,0,0,0,.36,2.1c-.16.24-.31.46-.45.69a8.4,8.4,0,0,0-.48.88.94.94,0,0,0,.37,1.34,9.79,9.79,0,0,0,1.08.67c.23.13.47.25.74.38a7.49,7.49,0,0,1-.76,1.18,6.86,6.86,0,0,0-1.17,2.24,1.59,1.59,0,0,1-.52.73,6.38,6.38,0,0,0-1.17,1.61,3.29,3.29,0,0,0-.37,1.3,1.12,1.12,0,0,0,.58,1.15,6.43,6.43,0,0,0,1.33.55,11.89,11.89,0,0,0,3,.35,1.92,1.92,0,0,1,1,.19c.37.2.76.37.86.84l1.33.1-3.81,2.23-5.3,3.16a1.82,1.82,0,0,0-.23.15.42.42,0,0,0,0,.7c.4.31.84.58,1.27.86.24.16.57.18.79.49-.93.21-1.81.4-2.69.62-.7.17-1.4.38-2.1.58a3.32,3.32,0,0,0-.59.24.67.67,0,0,0-.43.8,4.6,4.6,0,0,0,.14.51,3.13,3.13,0,0,1-.46-.11l-3.91-1.73a10.33,10.33,0,0,1-1-.55c-1.91-1.12-3.83-2.21-5.72-3.37a1.86,1.86,0,0,0-1.55-.22l-1.23.3a1.63,1.63,0,0,0-.23.88l-1.86,13c-.13.9-.26,1.8-.42,2.69a1.57,1.57,0,0,0,.22,1.3,1.77,1.77,0,0,1,.18.42.73.73,0,0,1-.52.56c-.06,0-.14,0-.17-.07a6.07,6.07,0,0,1-.44-.68c-.53-1-.52-1,0-2.11a4.12,4.12,0,0,0,.29-1q.87-5.8,1.72-11.6c.13-.87.26-1.73.38-2.6,0-.21,0-.41.07-.66-.29,0-.53-.06-.75-.12a6.17,6.17,0,0,1-1-.3,1.18,1.18,0,0,0-1,0c-1,.48-2,.92-2.92,1.47a12.47,12.47,0,0,0-2.88,2.34,4.31,4.31,0,0,1-2,1.23,8.74,8.74,0,0,0-1.86.93c-.23.14-.45.3-.68.45a2.77,2.77,0,0,1-2.3.6.25.25,0,0,1,.06-.39c.62-.41.56-.93.27-1.5l-.09-.17a1.24,1.24,0,0,0-.86-.2c-.42,0-.84,0-1.26,0a.77.77,0,0,1-.91-.56c-.09-.26-.21-.5-.32-.78a6.06,6.06,0,0,0-.7-.19c-.44-.09-.89-.18-1.34-.23a31.05,31.05,0,0,1-6.08-1.5,3.17,3.17,0,0,1-.27-.17,5.12,5.12,0,0,1,.88-.48c.26-.16.54-.29.78-.46a5.5,5.5,0,0,0,1-.77,12.43,12.43,0,0,1,1.76-1.56,11.78,11.78,0,0,0,2.31-2.42,3.4,3.4,0,0,0,.44-.79.63.63,0,0,0-.22-.81,4,4,0,0,0-.76-.48,11.29,11.29,0,0,1-3.31-2.51l-.12-.14c-.25-.33-.18-.58.21-.66s.66-.08,1-.14a1.89,1.89,0,0,0,.51-.16.4.4,0,0,0,.14-.56,4.31,4.31,0,0,0-.57-.56c-.25-.21-.59-.32-.72-.61s.28-.42.44-.59a.9.9,0,0,0,.2-1.22,4.68,4.68,0,0,0-.53-.73c-.16-.19-.34-.35-.5-.53-.32-.36-.44-.71.06-1.06a.69.69,0,0,0,.19-.19.43.43,0,0,0,0-.58,4.88,4.88,0,0,0-.38-.43,40.19,40.19,0,0,0-.92-4.41c-.26-1.28-.5-2.56-.74-3.84a1.77,1.77,0,0,1,0-.41l.78,1.22c.1.15.22.29.33.43a1.89,1.89,0,0,0,2.13.84l.34.44a1.93,1.93,0,0,0,1.6.71,1.19,1.19,0,0,0,1.21-.78,5.89,5.89,0,0,0,.21-.59c.37,0,.52.35.7.57a1.91,1.91,0,0,0,1.06.65c.47.11.94.21,1.42.28s.56,0,.79-.52c0-.08.09-.15.14-.25a33.9,33.9,0,0,0,4.48,4,3,3,0,0,0,.45.15,1.2,1.2,0,0,0,.49-1.28c-.13-.68-.31-1.36-.46-2s-.3-1.36-.43-2a4.67,4.67,0,0,1,0-.71c.21.22.31.36.45.48a.59.59,0,0,0,.94-.09,2.31,2.31,0,0,0,.53-1.69c-.07-.67-.16-1.33-.24-2,0-.29-.07-.59-.11-1a3,3,0,0,1,.47.09c.22.1.42.24.64.33a.85.85,0,0,0,1.2-.48,2.6,2.6,0,0,0,.26-1.23c0-.39,0-.78,0-1.13.27-.24.51-.08.74-.06a.8.8,0,0,0,1-.58,2.24,2.24,0,0,0,.11-.34,1.91,1.91,0,0,1,.7-1.33,1.09,1.09,0,0,0,.29-.64c.19-.89.32-1.79.53-2.67s.41-1.52.64-2.27a3,3,0,0,1,.24-.47c1.06,1.58,2,3.15,2.93,4.67s1.89,3.1,2.93,4.52c.47.14.61-.42,1-.35s.4-.55.89-.41a5.92,5.92,0,0,1,.1.65c0,.48,0,1,0,1.45a3.7,3.7,0,0,0,.13.81c.19.63.57.79,1.19.5.24-.11.47-.26.68-.37.27.07.29.26.28.44,0,.45-.08.91-.11,1.36s0,.79,0,1.18A1.1,1.1,0,0,0,135,89.4l.54.18c-.14.35-.29.65-.39,1-.3.88-.61,1.77-.86,2.68a3.22,3.22,0,0,0-.06,1.16.53.53,0,0,0,.81.42,2,2,0,0,0,.6-.4,9.64,9.64,0,0,0,1.06-1.24c.71-1.09,1.37-2.21,2.06-3.31C138.91,89.55,139.1,89.25,139.38,88.82Z\" transform=\"translate(0 -61.03)\"/><path class=\"cls-2\" d=\"M45.43,84.47a2.17,2.17,0,0,0,2-.3,1.32,1.32,0,0,0,.63-1.1c0-.44,0-.88,0-1.32s0-1,0-1.52a2.87,2.87,0,0,1,.7,0c.39.08.77.21,1.22.35a3.88,3.88,0,0,0,.4-.71,41.19,41.19,0,0,1,2.27-5.19c.2-.39.36-.81.55-1.21a5.44,5.44,0,0,1,.69-1.19,3.78,3.78,0,0,1,.48.59,21.47,21.47,0,0,1,.89,2.11,56.47,56.47,0,0,0,2.44,6c.1.22.22.43.33.65a3.51,3.51,0,0,0,2.08,1.91c0,.39,0,.75.08,1.1A9.41,9.41,0,0,0,60.38,86a1.24,1.24,0,0,0,1.46,1.12,15.67,15.67,0,0,0,1.68-.17c.35,0,.7-.12,1.09-.19a9.36,9.36,0,0,1,.16,1.86,9,9,0,0,0,.57,3.31,2.06,2.06,0,0,1,0,1.18,8.73,8.73,0,0,0,.06,2.65,4.44,4.44,0,0,0,.67,1.66,1.48,1.48,0,0,0,1.54.75,8.59,8.59,0,0,0,1.85-.5,15.29,15.29,0,0,0,3.41-2A2.69,2.69,0,0,1,74.08,95a1.8,1.8,0,0,1,1.58.19l1.5-1c-.8,2-1.52,3.68-2.22,5.43-1,2.53-2,5.07-3,7.61,0,.11-.09.23-.12.34-.1.42.09.77.51.78.68,0,1.36-.07,2-.12.38,0,.75-.27,1.23-.11-.81,1-1.59,1.88-2.34,2.82-.6.75-1.17,1.53-1.75,2.3A6.65,6.65,0,0,0,71,114a.9.9,0,0,0,.2,1.2,6.19,6.19,0,0,0,.56.42,3.26,3.26,0,0,1-.58.25c-1.84.45-3.68.9-5.52,1.33a13.75,13.75,0,0,1-1.54.26c-2.92.37-5.83.77-8.75,1.07a2.5,2.5,0,0,0-1.81,1l-1.06,1.31A2.21,2.21,0,0,0,53,122q4.29,7.63,8.57,15.27c.59,1.05,1.19,2.1,1.74,3.18a2.05,2.05,0,0,0,1.27,1.19,2.17,2.17,0,0,1,.53.3,1,1,0,0,1-.1,1c-.08,0-.17.09-.23.07a7.13,7.13,0,0,1-1-.36c-1.41-.67-1.39-.68-1.74-2.21a5.24,5.24,0,0,0-.54-1.32q-3.75-6.82-7.54-13.63c-.56-1-1.13-2-1.7-3.06-.13-.23-.29-.46-.47-.74-.33.18-.6.36-.88.48a8.11,8.11,0,0,1-1.25.45,1.54,1.54,0,0,0-1.12.82c-.65,1.29-1.36,2.56-1.9,3.9a16.77,16.77,0,0,0-1.15,4.79,5.72,5.72,0,0,1-1.1,2.9,11.34,11.34,0,0,0-1.2,2.48c-.14.33-.24.68-.36,1A3.74,3.74,0,0,1,40.88,141a.34.34,0,0,1-.26-.46c.32-.94-.16-1.44-.93-1.81l-.23-.1a1.63,1.63,0,0,0-1.07.48,16.29,16.29,0,0,0-1.32,1,1.05,1.05,0,0,1-1.42.14c-.3-.2-.62-.37-1-.57-.3.12-.61.22-.89.36-.54.27-1.08.53-1.6.84a40.61,40.61,0,0,1-7.62,3.32,1.86,1.86,0,0,1-.43.05,7.7,7.7,0,0,1,.54-1.22c.14-.38.33-.74.46-1.12a7.28,7.28,0,0,0,.44-1.61,16.92,16.92,0,0,1,.59-3.08,16,16,0,0,0,.5-4.42,5.35,5.35,0,0,0-.18-1.19.84.84,0,0,0-.89-.67,4.8,4.8,0,0,0-1.19.11,15.23,15.23,0,0,1-5.51,0l-.24-.05c-.54-.14-.67-.47-.31-.86s.63-.62.92-1a2.23,2.23,0,0,0,.41-.59.52.52,0,0,0-.29-.69,5.5,5.5,0,0,0-1.06-.14c-.44,0-.88.14-1.26-.07s0-.66,0-1a1.18,1.18,0,0,0-.77-1.45,6,6,0,0,0-1.16-.35c-.31-.07-.63-.09-1-.15-.62-.12-1-.39-.79-1.17a1.12,1.12,0,0,0,0-.36.55.55,0,0,0-.47-.61,6.9,6.9,0,0,0-.74-.15,52.94,52.94,0,0,0-4.53-3.91Q5.76,117,3.83,115.21c-.11-.09-.15-.25-.28-.47l1.8.66c.23.08.47.13.7.19A2.53,2.53,0,0,0,9,114.76l.71.18A2.59,2.59,0,0,0,12,114.4a1.61,1.61,0,0,0,.65-1.8c-.07-.27-.17-.53-.26-.79.43-.25.82,0,1.19,0a2.53,2.53,0,0,0,1.65-.16c.58-.27,1.17-.54,1.72-.86s.6-.45.42-1.19a3,3,0,0,1-.05-.37c2.66.26,5.28.83,8,.6a3.43,3.43,0,0,0,.59-.2,1.55,1.55,0,0,0-.52-1.74c-.69-.62-1.42-1.19-2.13-1.78s-1.41-1.2-2.1-1.81a8.75,8.75,0,0,1-.6-.73,7.08,7.08,0,0,0,.86.14.78.78,0,0,0,.92-.85,3.09,3.09,0,0,0-.81-2.21c-.61-.64-1.24-1.27-1.85-1.9-.28-.28-.55-.58-.9-.94a4.13,4.13,0,0,1,.56-.28c.31-.08.64-.08,1-.18a1.12,1.12,0,0,0,.88-1.46,3.62,3.62,0,0,0-.72-1.52l-.9-1.19c.09-.47.47-.49.73-.66a1.07,1.07,0,0,0,.57-1.41,2.51,2.51,0,0,0-.16-.46,2.49,2.49,0,0,1-.33-2,1.49,1.49,0,0,0-.21-.91c-.52-1.09-1.11-2.14-1.6-3.24-.43-.95-.79-1.94-1.16-2.92a3.52,3.52,0,0,1-.12-.69c2.4.82,4.61,1.75,6.86,2.57s4.49,1.74,6.74,2.41c.62-.24.31-.94.81-1.21s0-.91.6-1.16c.19.19.44.38.63.61.41.49.79,1,1.21,1.51a4.56,4.56,0,0,0,.78.74c.72.52,1.25.38,1.66-.43.17-.31.29-.65.42-.93a.48.48,0,0,1,.66.23c.33.5.64,1,1,1.52s.59.86.9,1.28a1.48,1.48,0,0,0,1.81.56l.72-.24c.13.48.23.91.37,1.32.4,1.18.79,2.37,1.26,3.52a4.12,4.12,0,0,0,.88,1.28.7.7,0,0,0,1.19-.21,2.46,2.46,0,0,0,.3-.9,12.09,12.09,0,0,0,.12-2.16c-.13-1.73-.33-3.45-.5-5.17C45.52,85.63,45.49,85.15,45.43,84.47Z\" transform=\"translate(0 -61.03)\"/><path class=\"cls-1\" d=\"M318.5,127.68c.08.5.15.87.19,1.24a8.13,8.13,0,0,0,1.64,4c.46.63.86,1.3,1.28,2,.11.18.22.36.32.54a2.78,2.78,0,0,1,.42,1.11,2.63,2.63,0,0,0,.22.65l1.11,2.63a28.22,28.22,0,0,1,1,3,9.2,9.2,0,0,1,.33,2.76,16.63,16.63,0,0,1-1.33,6.11,10.75,10.75,0,0,1-1.54,2.47,18.37,18.37,0,0,1-4.06,3.81,11.47,11.47,0,0,1-2.76,1.37c-1.08.38-1,.27-1.82,1.36a2.12,2.12,0,0,0-.32.72c-.21.89-.41,1.78-.62,2.67q-.08.27-.15.57H312l.92-4.65-.35-.21a7.32,7.32,0,0,1-3.19-2.44,5.8,5.8,0,0,1-.93-1.42,7.1,7.1,0,0,0-1.07-1.69,2.17,2.17,0,0,1-.47-.84,26.74,26.74,0,0,1-.82-2.91c-.09-.49-.22-1-.34-1.45a3.5,3.5,0,0,1-.09-1.07,18.82,18.82,0,0,1,1.06-5.36,11.15,11.15,0,0,1,1.54-3.18c.33-.53.67-1.07,1-1.61a3.25,3.25,0,0,1,.92-1,5,5,0,0,0,.42-.38c.17-.18.33-.37.49-.56a17.87,17.87,0,0,1,2.68-2.46c1.15-.91,2.24-1.89,3.35-2.85a3,3,0,0,0,.83-1.21c.15-.39.29-.79.44-1.18C318.36,128,318.41,127.9,318.5,127.68Z\" transform=\"translate(0 -61.03)\"/><path class=\"cls-1\" d=\"M452.44,119.09a1.66,1.66,0,0,0,1.51.29,1,1,0,0,0,.72-.63c.11-.31.23-.62.33-.94s.22-.69.35-1.09a2.83,2.83,0,0,1,.51.15c.26.15.49.34.78.55a3.67,3.67,0,0,0,.46-.4,30.71,30.71,0,0,1,2.9-3.13c.24-.23.45-.49.69-.72a3.74,3.74,0,0,1,.78-.68,2.07,2.07,0,0,1,.19.54,14.06,14.06,0,0,1,.12,1.72,40.1,40.1,0,0,0,.24,4.9c0,.18,0,.36.07.54a2.61,2.61,0,0,0,1,1.87c-.08.28-.16.54-.22.81a8.05,8.05,0,0,0-.18,1,.94.94,0,0,0,.77,1.16,10.46,10.46,0,0,0,1.23.29c.26.06.53.09.83.14a6.66,6.66,0,0,1-.36,1.35,7.09,7.09,0,0,0-.41,2.5,1.6,1.6,0,0,1-.26.85,6.4,6.4,0,0,0-.61,1.9,3.24,3.24,0,0,0,.06,1.35,1.14,1.14,0,0,0,.91.91,6.32,6.32,0,0,0,1.44.11,11.68,11.68,0,0,0,2.92-.61,2,2,0,0,1,1-.12c.42.08.84.12,1.08.53l1.3-.31-2.92,3.3c-1.36,1.55-2.7,3.11-4.05,4.66a1.92,1.92,0,0,0-.18.22c-.17.27-.12.57.17.67.48.18,1,.29,1.48.43.28.07.6,0,.9.22-.81.49-1.59.94-2.35,1.42s-1.22.8-1.82,1.21a3.72,3.72,0,0,0-.48.41.67.67,0,0,0-.16.9,3.59,3.59,0,0,0,.29.44,2.88,2.88,0,0,1-.47,0l-4.25-.43c-.39,0-.78-.11-1.17-.19-2.16-.46-4.33-.9-6.48-1.41a1.89,1.89,0,0,0-1.54.27l-1.07.67a1.65,1.65,0,0,0,0,.91l2.31,13c.16.89.32,1.79.45,2.69a1.51,1.51,0,0,0,.61,1.16,1.66,1.66,0,0,1,.3.34.74.74,0,0,1-.32.7c-.06,0-.14,0-.18,0a5.2,5.2,0,0,1-.63-.51c-.84-.83-.82-.83-.69-2a4,4,0,0,0-.06-1.08c-.65-3.85-1.32-7.7-2-11.55l-.45-2.6c0-.2-.09-.4-.15-.64a6.38,6.38,0,0,1-.75.12,5.47,5.47,0,0,1-1,0,1.19,1.19,0,0,0-1,.31c-.78.76-1.59,1.48-2.31,2.3a12.8,12.8,0,0,0-2,3.12,4.22,4.22,0,0,1-1.49,1.79,9,9,0,0,0-1.48,1.47c-.18.2-.34.42-.51.64a2.78,2.78,0,0,1-2,1.29.24.24,0,0,1-.07-.39c.46-.59.24-1.06-.22-1.51a1.79,1.79,0,0,0-.14-.13,1.19,1.19,0,0,0-.87.07c-.41.13-.81.25-1.2.41a.78.78,0,0,1-1-.25c-.17-.21-.35-.41-.55-.64-.24,0-.48,0-.72,0-.45.06-.9.11-1.35.21a31,31,0,0,1-6.24.47,2.82,2.82,0,0,1-.32-.07,5.56,5.56,0,0,1,.7-.74c.19-.23.41-.44.6-.68a5.17,5.17,0,0,0,.71-1,12.79,12.79,0,0,1,1.18-2,12.24,12.24,0,0,0,1.45-3,4.28,4.28,0,0,0,.17-.88.63.63,0,0,0-.46-.7A3.91,3.91,0,0,0,426,147a11.47,11.47,0,0,1-3.93-1.35l-.15-.1c-.35-.23-.36-.49,0-.68s.6-.29.89-.45a1.71,1.71,0,0,0,.44-.32.4.4,0,0,0,0-.57,4.36,4.36,0,0,0-.72-.35c-.3-.12-.66-.12-.87-.36s.12-.48.22-.69a.9.9,0,0,0-.19-1.23,4.36,4.36,0,0,0-.73-.52c-.2-.13-.43-.22-.64-.35-.41-.24-.64-.54-.27-1a.77.77,0,0,0,.12-.24.41.41,0,0,0-.18-.55,3.73,3.73,0,0,0-.49-.29,40.26,40.26,0,0,0-2.25-3.91c-.65-1.13-1.28-2.26-1.91-3.4a2.1,2.1,0,0,1-.08-.41l1.12.92c.14.11.3.2.45.31a1.91,1.91,0,0,0,2.28.12l.46.31a2,2,0,0,0,1.75.18,1.23,1.23,0,0,0,.91-1.12c0-.21,0-.42,0-.63.37-.07.59.17.83.32a1.9,1.9,0,0,0,1.22.29,14.16,14.16,0,0,0,1.44-.18c.49-.09.53-.17.58-.74,0-.09,0-.17.06-.28a33.45,33.45,0,0,0,5.5,2.4,2.56,2.56,0,0,0,.48,0,1.17,1.17,0,0,0,.06-1.37c-.34-.6-.72-1.19-1.07-1.79s-.71-1.2-1.05-1.81a6,6,0,0,1-.25-.66,6,6,0,0,0,.58.31.58.58,0,0,0,.86-.38,2.31,2.31,0,0,0,0-1.77c-.28-.6-.57-1.2-.85-1.81-.13-.27-.25-.54-.41-.89a1.74,1.74,0,0,1,.47,0c.24,0,.48.09.72.1a.84.84,0,0,0,1-.82,2.7,2.7,0,0,0-.14-1.26c-.12-.37-.24-.74-.34-1.07.18-.31.45-.23.68-.29a.79.79,0,0,0,.75-.86,1.45,1.45,0,0,0,0-.36,1.94,1.94,0,0,1,.26-1.48,1.14,1.14,0,0,0,.07-.7c-.1-.9-.25-1.8-.33-2.7s-.08-1.57-.11-2.36a4.06,4.06,0,0,1,.09-.52c1.5,1.17,2.85,2.38,4.24,3.52s2.77,2.35,4.2,3.38c.49,0,.45-.59.87-.65s.2-.66.72-.68a6.49,6.49,0,0,1,.29.59c.18.45.31.92.49,1.37a4.17,4.17,0,0,0,.37.73c.38.54.79.57,1.29.1.19-.18.37-.39.52-.56a.35.35,0,0,1,.41.33c.12.44.21.88.33,1.32s.21.76.32,1.14a1.11,1.11,0,0,0,1.15.84H449c0,.37-.06.7-.07,1,0,.94,0,1.88,0,2.81a3.17,3.17,0,0,0,.31,1.13.52.52,0,0,0,.9.15,2,2,0,0,0,.43-.57,8.57,8.57,0,0,0,.62-1.51c.34-1.25.62-2.53.93-3.79C452.22,119.94,452.31,119.59,452.44,119.09Z\" transform=\"translate(0 -61.03)\"/><path class=\"cls-1\" d=\"M67.6,85.06c.35.55.62.94.86,1.35a10.35,10.35,0,0,0,4,3.77c.86.5,1.68,1.08,2.51,1.62l.65.47a3.76,3.76,0,0,1,1.07,1.07,3.25,3.25,0,0,0,.59.64c.88.84,1.78,1.66,2.66,2.5a36,36,0,0,1,2.75,2.91,11.72,11.72,0,0,1,1.83,3.06,20.92,20.92,0,0,1,1.6,7.81,13.42,13.42,0,0,1-.5,3.67,23.5,23.5,0,0,1-2.76,6.55,14.83,14.83,0,0,1-2.5,3c-1.07,1-1,.84-1.42,2.53a2.46,2.46,0,0,0,0,1l.66,3.44c0,.23.08.47.12.74l-.59.24-1.33-5.9-.52-.06a9.48,9.48,0,0,1-5-1.18,7.68,7.68,0,0,1-1.83-1.19,9.06,9.06,0,0,0-2.12-1.4,3,3,0,0,1-1-.74,35,35,0,0,1-2.47-3c-.36-.52-.76-1-1.15-1.51a4.43,4.43,0,0,1-.66-1.21,24,24,0,0,1-1.55-6.8,13.89,13.89,0,0,1,.15-4.5c.11-.79.22-1.59.32-2.38a4,4,0,0,1,.55-1.65,4.39,4.39,0,0,0,.29-.66c.1-.3.2-.6.28-.9A22.81,22.81,0,0,1,65,94.15c.86-1.66,1.62-3.36,2.42-5.05a3.81,3.81,0,0,0,.33-1.85c0-.53-.07-1.07-.1-1.6C67.6,85.51,67.61,85.37,67.6,85.06Z\" transform=\"translate(0 -61.03)\"/><path class=\"cls-2\" d=\"M462.08,79.68c.62.89,1.11,1.53,1.54,2.21A17.61,17.61,0,0,0,470.53,88c1.48.76,2.88,1.68,4.32,2.54.38.23.75.49,1.12.74A6.33,6.33,0,0,1,477.84,93a5.34,5.34,0,0,0,1,1c1.53,1.34,3.09,2.66,4.63,4a57.66,57.66,0,0,1,4.8,4.71,20,20,0,0,1,3.27,5,35.51,35.51,0,0,1,3.2,13,22.71,22.71,0,0,1-.6,6.2A39.57,39.57,0,0,1,490,138.12a25.1,25.1,0,0,1-4,5.25c-1.74,1.75-1.7,1.47-2.22,4.32a4.23,4.23,0,0,0,.07,1.7c.44,1.91.89,3.82,1.32,5.73.09.39.17.79.27,1.23l-1,.45L481.8,147c-.33,0-.6-.06-.88-.06-4.15,0-4.37-.08-8.43-1.67a13,13,0,0,1-3.15-1.86,15.27,15.27,0,0,0-3.64-2.23A4.84,4.84,0,0,1,464,140a56.54,56.54,0,0,1-4.33-4.83c-.65-.84-1.35-1.64-2-2.44a7.86,7.86,0,0,1-1.18-2,40.4,40.4,0,0,1-3-11.31,23.38,23.38,0,0,1-.05-7.56c.13-1.34.26-2.68.38-4a6.82,6.82,0,0,1,.81-2.79,6.55,6.55,0,0,0,.44-1.14c.16-.5.3-1,.43-1.53a37.72,37.72,0,0,1,2.83-7.28c1.33-2.83,2.5-5.75,3.73-8.64a6.37,6.37,0,0,0,.44-3.12l-.27-2.68C462.13,80.43,462.12,80.19,462.08,79.68Z\" transform=\"translate(0 -61.03)\"/></g></svg></li><li title=\"fall leaves top \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 500 138.97\"><defs><style>.cls-1,.cls-2{fill:inherit;}.cls-2{opacity:0.5;}</style></defs><g id=\"Layer_3\" data-name=\"Layer 3\"><path class=\"cls-1\" d=\"M500,41.13S438.38,77.66,360.79,77.66,244.57,37.21,141.62,37.21,0,49.58,0,49.58V0H500Z\" transform=\"translate(0)\"/><path class=\"cls-2\" d=\"M184.67,105.2c.45-1,.76-1.73,1.13-2.45a17.55,17.55,0,0,0,1.74-9c-.09-1.67,0-3.34,0-5,0-.44,0-.89.07-1.34a6.35,6.35,0,0,1,.55-2.49,5.06,5.06,0,0,0,.38-1.41c.38-2,.73-4,1.11-6a58.82,58.82,0,0,1,1.64-6.53A19.85,19.85,0,0,1,194,65.57a35.23,35.23,0,0,1,9.59-9.34,22.65,22.65,0,0,1,5.65-2.61,39,39,0,0,1,11.77-2,24.57,24.57,0,0,1,6.55.78c2.39.62,2.13.72,4.85-.27a4.29,4.29,0,0,0,1.43-.92l4.27-4,.94-.85.88.62-7.14,7.22c.15.3.25.56.39.79,2.11,3.58,2.15,3.82,2.83,8.12a13.2,13.2,0,0,1,0,3.66,14.89,14.89,0,0,0-.07,4.27,4.81,4.81,0,0,1-.16,2.06,54.1,54.1,0,0,1-2,6.18c-.4,1-.73,2-1.08,3a7.34,7.34,0,0,1-1.12,2,40.11,40.11,0,0,1-8.22,8.34,23.52,23.52,0,0,1-6.49,3.87c-1.23.56-2.45,1.12-3.66,1.7a6.81,6.81,0,0,1-2.83.72,6.24,6.24,0,0,0-1.2.19c-.52.12-1,.25-1.54.41a38.52,38.52,0,0,1-7.7,1.24c-3.13.28-6.24.75-9.35,1.15a6.34,6.34,0,0,0-2.91,1.2c-.73.52-1.45,1.06-2.18,1.59Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M317.15,139c-.59-.91-1-1.58-1.46-2.27a17.32,17.32,0,0,0-6.66-6.33c-1.45-.83-2.81-1.8-4.21-2.72-.38-.24-.74-.51-1.1-.78a6.21,6.21,0,0,1-1.8-1.81,5,5,0,0,0-1-1.07l-4.46-4.19a57.81,57.81,0,0,1-4.62-4.9,19.74,19.74,0,0,1-3.07-5.12,35.41,35.41,0,0,1-2.7-13.12,23,23,0,0,1,.85-6.17,39.22,39.22,0,0,1,4.64-11,25.31,25.31,0,0,1,4.19-5.1c1.81-1.67,1.76-1.4,2.39-4.23a4.06,4.06,0,0,0,0-1.7c-.36-1.93-.73-3.85-1.1-5.78-.07-.39-.13-.79-.21-1.24l1-.41c.75,3.34,1.49,6.6,2.24,9.91.33,0,.6.09.87.1,4.15.15,4.37.25,8.37,2a13,13,0,0,1,3.07,2,14.87,14.87,0,0,0,3.55,2.37,4.76,4.76,0,0,1,1.65,1.24,56.57,56.57,0,0,1,4.15,5c.61.87,1.28,1.69,1.93,2.52a7.63,7.63,0,0,1,1.11,2,40.32,40.32,0,0,1,2.6,11.42,23.65,23.65,0,0,1-.25,7.55c-.19,1.34-.37,2.67-.53,4a6.75,6.75,0,0,1-.93,2.76,7.4,7.4,0,0,0-.48,1.12c-.18.5-.34,1-.49,1.51a37.56,37.56,0,0,1-3.11,7.16c-1.44,2.79-2.72,5.66-4.06,8.49a6.39,6.39,0,0,0-.57,3.11c.05.89.12,1.79.17,2.68C317.13,138.22,317.13,138.45,317.15,139Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M221.46,79.23a2,2,0,0,0-1.18-1.46,1.22,1.22,0,0,0-1.16,0l-1.06.61-1.19.74a2.3,2.3,0,0,1-.36-.54c-.12-.34-.18-.71-.29-1.13a3.75,3.75,0,0,0-.75,0,39.13,39.13,0,0,1-5.18.6c-.41,0-.81.09-1.22.12a4.48,4.48,0,0,1-1.27,0,2.76,2.76,0,0,1,.25-.66,20.58,20.58,0,0,1,1.26-1.69A50.92,50.92,0,0,0,213,71.1c.13-.19.24-.38.36-.57a3.22,3.22,0,0,0,.56-2.54c.29-.2.57-.38.84-.58a8.64,8.64,0,0,0,.95-.77,1.13,1.13,0,0,0,.2-1.68A11.19,11.19,0,0,0,215,63.7c-.19-.26-.42-.5-.66-.78a8.84,8.84,0,0,1,1.41-1,8.25,8.25,0,0,0,2.37-2,2,2,0,0,1,.92-.58,7.83,7.83,0,0,0,2.08-1.28,4.18,4.18,0,0,0,1-1.3A1.4,1.4,0,0,0,222,55.2,7.78,7.78,0,0,0,220.75,54a14.67,14.67,0,0,0-3.2-1.77,2.43,2.43,0,0,1-1-.66c-.32-.4-.68-.78-.58-1.35l-1.46-.75c1.92-.27,3.64-.5,5.35-.75,2.5-.36,5-.74,7.48-1.11a1.91,1.91,0,0,0,.33-.06c.38-.11.57-.43.38-.76-.31-.55-.69-1-1-1.57-.2-.3-.56-.48-.66-.93,1.14.19,2.23.39,3.33.55.88.13,1.76.23,2.65.32a5,5,0,0,0,.77,0,.85.85,0,0,0,.87-.71c0-.18,0-.37.08-.65a3.22,3.22,0,0,1,.46.35q1.81,1.88,3.62,3.77a14,14,0,0,1,.93,1.11c1.65,2.15,3.31,4.29,4.91,6.47a2.31,2.31,0,0,0,1.65,1l1.53.23a2,2,0,0,0,.67-.88q4.09-6.94,8.18-13.91c.56-1,1.12-1.92,1.72-2.85a1.9,1.9,0,0,0,.36-1.57,2.08,2.08,0,0,1,0-.56.89.89,0,0,1,.85-.39c.06.05.14.09.15.15a6.55,6.55,0,0,1,.2,1c.11,1.43.09,1.42-1,2.4a4.56,4.56,0,0,0-.8,1.05q-3.69,6.15-7.35,12.33l-1.65,2.77c-.12.22-.23.45-.37.72.3.18.56.31.79.48a6.4,6.4,0,0,1,.93.78,1.45,1.45,0,0,0,1.18.52c1.33-.09,2.67-.11,4-.3a15.6,15.6,0,0,0,4.35-1.31,5.19,5.19,0,0,1,2.81-.47,10.72,10.72,0,0,0,2.54-.2c.33,0,.66-.12,1-.19a3.43,3.43,0,0,1,2.88.38.3.3,0,0,1-.24.42c-.9.18-1.08.8-1,1.58l0,.23a1.44,1.44,0,0,0,.87.63,13.45,13.45,0,0,0,1.44.57,1,1,0,0,1,.77,1.06c0,.34,0,.67,0,1,.23.18.45.38.7.54.46.3.92.61,1.41.88a37.53,37.53,0,0,1,6.18,4.52,1.89,1.89,0,0,1,.24.33,7.93,7.93,0,0,1-1.23.13c-.36.06-.73.08-1.1.15a6.83,6.83,0,0,0-1.49.4,15.42,15.42,0,0,1-2.72,1,14.79,14.79,0,0,0-3.75,1.66,4.73,4.73,0,0,0-.86.69.78.78,0,0,0-.13,1,4.87,4.87,0,0,0,.64.9,13.84,13.84,0,0,1,2.58,4.38,1.72,1.72,0,0,1,.07.21c.14.49-.06.75-.54.65s-.78-.21-1.18-.3a2.11,2.11,0,0,0-.66,0,.49.49,0,0,0-.42.56,5.1,5.1,0,0,0,.39.9c.18.36.52.64.52,1s-.5.35-.76.46a1.1,1.1,0,0,0-.8,1.29,5.69,5.69,0,0,0,.27,1.08c.08.28.22.55.32.83.19.55.17,1-.57,1.17a1.2,1.2,0,0,0-.31.13.52.52,0,0,0-.27.66,5.83,5.83,0,0,0,.23.66,48.84,48.84,0,0,0-1,5.42c-.3,1.57-.62,3.13-.94,4.69a1.92,1.92,0,0,1-.25.44c-.12-.66-.21-1.2-.31-1.74,0-.22-.11-.43-.17-.65a2.33,2.33,0,0,0-2-1.93l-.19-.65A2.35,2.35,0,0,0,260.83,92a1.49,1.49,0,0,0-1.74.32c-.18.18-.33.38-.51.58-.39-.23-.42-.64-.52-1a2.29,2.29,0,0,0-.9-1.23c-.48-.34-1-.69-1.48-1s-.64-.27-1.14.22c-.07.07-.16.13-.27.22-1-2.25-1.79-4.59-3.22-6.61a2.33,2.33,0,0,0-.43-.38,1.43,1.43,0,0,0-1.15,1.22c-.17.83-.28,1.68-.42,2.52s-.3,1.68-.47,2.51a5.79,5.79,0,0,1-.3.82c-.13-.34-.19-.56-.29-.75a.71.71,0,0,0-1.1-.33,2.83,2.83,0,0,0-1.39,1.66c-.22.79-.43,1.58-.65,2.36-.09.36-.2.71-.33,1.15A2.33,2.33,0,0,1,244,94c-.21-.21-.37-.47-.58-.67a1,1,0,0,0-1.58,0,3.14,3.14,0,0,0-.87,1.28c-.18.44-.37.87-.53,1.27-.42.14-.62-.15-.87-.28a1,1,0,0,0-1.39.21,2.22,2.22,0,0,0-.28.33,2.29,2.29,0,0,1-1.41,1.17c-.25.06-.47.36-.63.6-.62.92-1.2,1.87-1.84,2.78s-1.18,1.52-1.78,2.27a3.59,3.59,0,0,1-.5.42c-.46-2.29-.75-4.48-1.14-6.66s-.7-4.38-1.21-6.48c-.48-.38-.89.19-1.34-.08s-.71.44-1.2.06c.06-.24.1-.53.19-.79.2-.56.45-1.1.64-1.66a4,4,0,0,0,.23-1c.08-.81-.28-1.16-1.11-1.12-.33,0-.65.07-.94.1a.44.44,0,0,1-.12-.63c.24-.5.51-1,.76-1.49s.41-.87.6-1.31a1.37,1.37,0,0,0-.4-1.7l-.53-.46c.32-.33.62-.6.89-.91.75-.87,1.52-1.73,2.22-2.64a3.91,3.91,0,0,0,.6-1.29.65.65,0,0,0-.72-.86,2.45,2.45,0,0,0-.85.19,10.29,10.29,0,0,0-1.78.91c-1.32.9-2.59,1.86-3.88,2.79C222.34,78.62,222,78.87,221.46,79.23Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M111.75,62.63a1.24,1.24,0,0,0-1.06-.43.75.75,0,0,0-.62.35c-.12.22-.25.43-.38.64l-.4.75a1.34,1.34,0,0,1-.36-.18,6.07,6.07,0,0,1-.49-.51,2.11,2.11,0,0,0-.39.23,23.39,23.39,0,0,1-2.57,1.87l-.61.43a2.88,2.88,0,0,1-.67.39,1.91,1.91,0,0,1-.07-.43c0-.42.08-.85.16-1.27a29.51,29.51,0,0,0,.53-3.62l0-.41a2,2,0,0,0-.47-1.51c.1-.2.19-.38.27-.56a4.48,4.48,0,0,0,.27-.69.69.69,0,0,0-.39-1,7.34,7.34,0,0,0-.86-.39c-.18-.08-.37-.14-.59-.22a4.83,4.83,0,0,1,.46-.94,5.11,5.11,0,0,0,.65-1.77,1.27,1.27,0,0,1,.32-.59,4.8,4.8,0,0,0,.72-1.29,2.65,2.65,0,0,0,.15-1,.85.85,0,0,0-.54-.8,4.56,4.56,0,0,0-1-.28,8.68,8.68,0,0,0-2.22,0,1.43,1.43,0,0,1-.74-.05c-.29-.12-.59-.21-.71-.54l-1,0,2.61-2,3.64-2.83a.93.93,0,0,0,.15-.13.31.31,0,0,0,0-.52c-.33-.2-.68-.35-1-.52s-.45-.08-.63-.29c.66-.25,1.3-.47,1.92-.71s1-.41,1.51-.62a3.3,3.3,0,0,0,.41-.23.51.51,0,0,0,.24-.64,2.16,2.16,0,0,0-.15-.36,1.61,1.61,0,0,1,.35,0c1,.3,2,.6,3,.92a6.39,6.39,0,0,1,.83.31c1.52.64,3,1.28,4.54,2a1.41,1.41,0,0,0,1.17,0l.88-.34a1.3,1.3,0,0,0,.09-.67c0-3.27.11-6.55.16-9.82,0-.68,0-1.36.06-2a1.14,1.14,0,0,0-.28-.94,1.69,1.69,0,0,1-.17-.3.55.55,0,0,1,.33-.46s.11,0,.13,0a2.88,2.88,0,0,1,.39.46c.49.72.48.72.22,1.56a2.65,2.65,0,0,0-.11.79c-.08,2.92-.14,5.83-.21,8.74,0,.66,0,1.31,0,2,0,.15,0,.3,0,.49a3.45,3.45,0,0,1,.57,0,4.34,4.34,0,0,1,.72.13.86.86,0,0,0,.78-.08c.68-.44,1.38-.86,2-1.35a9.54,9.54,0,0,0,1.91-2,3.17,3.17,0,0,1,1.35-1.09,6.78,6.78,0,0,0,1.29-.87c.16-.12.31-.26.46-.39a2.07,2.07,0,0,1,1.64-.66.18.18,0,0,1,0,.29c-.42.37-.33.75-.06,1.14l.08.12a1,1,0,0,0,.65.07c.32,0,.63-.07.94-.13a.59.59,0,0,1,.73.33c.08.18.19.35.3.55l.53.08c.34,0,.68,0,1,0a22.53,22.53,0,0,1,4.63.55,1.21,1.21,0,0,1,.23.1,3.85,3.85,0,0,1-.62.43c-.17.15-.36.27-.53.42a3.45,3.45,0,0,0-.67.65A9.79,9.79,0,0,1,136,42.48a9.14,9.14,0,0,0-1.49,2,2.78,2.78,0,0,0-.25.62.46.46,0,0,0,.24.58,2.63,2.63,0,0,0,.61.29,8.31,8.31,0,0,1,2.67,1.55l.11.09c.22.22.19.41-.09.51l-.72.19a1.56,1.56,0,0,0-.37.17.29.29,0,0,0,0,.42,2.92,2.92,0,0,0,.48.37c.2.13.46.18.58.39s-.16.33-.26.47a.66.66,0,0,0,0,.92,3.56,3.56,0,0,0,.46.49c.13.13.29.23.42.35s.39.48.05.79a.48.48,0,0,0-.12.16.31.31,0,0,0,.05.43,3,3,0,0,0,.32.28,29.12,29.12,0,0,0,1.09,3.18q.47,1.38.9,2.76a1,1,0,0,1,0,.31l-.69-.83c-.09-.1-.19-.19-.29-.29a1.42,1.42,0,0,0-1.65-.42c-.1-.1-.2-.19-.29-.29a1.47,1.47,0,0,0-1.25-.38.91.91,0,0,0-.83.69c0,.15-.06.31-.09.46-.28,0-.42-.21-.57-.36a1.44,1.44,0,0,0-.85-.38c-.36,0-.72-.07-1.08-.08s-.41,0-.53.46l-.08.2A24.19,24.19,0,0,0,128.73,56a1.14,1.14,0,0,0-.34-.07.88.88,0,0,0-.25,1c.16.49.36,1,.53,1.46s.35,1,.51,1.48a4.83,4.83,0,0,1,.09.52,4.41,4.41,0,0,0-.38-.31.44.44,0,0,0-.69.15,1.74,1.74,0,0,0-.23,1.3c.11.48.24,1,.36,1.44.06.22.1.44.17.72a1.62,1.62,0,0,1-.35,0c-.18,0-.34-.14-.51-.18a.64.64,0,0,0-.85.46,2,2,0,0,0-.07.94c0,.28.07.57.1.83-.18.2-.37.11-.54.11a.61.61,0,0,0-.68.53,1.09,1.09,0,0,0,0,.26,1.41,1.41,0,0,1-.4,1,.83.83,0,0,0-.15.51c-.06.67-.07,1.35-.14,2s-.17,1.16-.27,1.74a1.85,1.85,0,0,1-.13.37c-.94-1.07-1.75-2.15-2.61-3.18s-1.68-2.12-2.58-3.08c-.37,0-.41.37-.73.36s-.25.45-.62.39c0-.14-.11-.31-.14-.47-.06-.36-.09-.72-.16-1.08a2.51,2.51,0,0,0-.16-.58c-.2-.45-.5-.53-.93-.26l-.47.33c-.21,0-.24-.16-.25-.29,0-.34,0-.68,0-1s0-.58-.07-.87a.83.83,0,0,0-.72-.79l-.42-.08c.07-.27.15-.51.2-.75.14-.69.29-1.37.39-2.06a2.34,2.34,0,0,0-.07-.87.39.39,0,0,0-.64-.24,1.72,1.72,0,0,0-.4.36,6.8,6.8,0,0,0-.67,1c-.43.87-.81,1.76-1.22,2.65Z\" transform=\"translate(0)\"/><path class=\"cls-2\" d=\"M164.23,86.16c-.41-.62-.73-1.07-1-1.54a11.94,11.94,0,0,0-4.62-4.27c-1-.55-2-1.21-2.91-1.82-.26-.16-.51-.35-.76-.53a4.24,4.24,0,0,1-1.25-1.21,3.4,3.4,0,0,0-.69-.73l-3.1-2.83a40.15,40.15,0,0,1-3.21-3.31,13.57,13.57,0,0,1-2.15-3.48,24.21,24.21,0,0,1-2-9,15.52,15.52,0,0,1,.52-4.23,26.89,26.89,0,0,1,3.07-7.58A16.83,16.83,0,0,1,149,42.14c1.22-1.17,1.19-1,1.59-2.92a2.71,2.71,0,0,0,0-1.17c-.27-1.31-.54-2.63-.8-3.94-.06-.27-.11-.54-.16-.85l.68-.29,1.63,6.76c.22,0,.41.06.6.06a10.85,10.85,0,0,1,5.74,1.29,8.86,8.86,0,0,1,2.13,1.33A10.37,10.37,0,0,0,162.8,44a3.35,3.35,0,0,1,1.15.83,38.63,38.63,0,0,1,2.88,3.38c.43.59.9,1.15,1.35,1.71a5.39,5.39,0,0,1,.78,1.38,27.64,27.64,0,0,1,1.89,7.8,16.1,16.1,0,0,1-.1,5.18c-.11.91-.22,1.83-.32,2.75a4.77,4.77,0,0,1-.61,1.9,4,4,0,0,0-.32.77c-.12.34-.22.69-.32,1a26,26,0,0,1-2.06,4.93c-1,1.92-1.81,3.9-2.7,5.86a4.31,4.31,0,0,0-.36,2.13c.05.61.1,1.22.14,1.84C164.22,85.65,164.22,85.81,164.23,86.16Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M88.6,64.26c-.07-.37-.12-.64-.16-.92a6.07,6.07,0,0,0-1.28-2.91c-.35-.46-.65-1-1-1.43l-.24-.4a2.12,2.12,0,0,1-.33-.82,1.66,1.66,0,0,0-.17-.47c-.29-.65-.58-1.29-.86-1.94a18.41,18.41,0,0,1-.82-2.18,6.71,6.71,0,0,1-.29-2,12.22,12.22,0,0,1,.9-4.55,7.87,7.87,0,0,1,1.1-1.85,13.53,13.53,0,0,1,3-2.89,8.64,8.64,0,0,1,2-1.06c.79-.29.74-.21,1.32-1a1.42,1.42,0,0,0,.23-.54l.42-2c0-.14.07-.27.1-.43h.38l-.62,3.46c.1,0,.18.11.27.15A5.46,5.46,0,0,1,95,42.18a5,5,0,0,1,.71,1,5.08,5.08,0,0,0,.82,1.23,1.74,1.74,0,0,1,.36.62,19.57,19.57,0,0,1,.65,2.14c.08.36.18.71.28,1.07a2.68,2.68,0,0,1,.07.8,13.6,13.6,0,0,1-.7,4,8.09,8.09,0,0,1-1.09,2.37c-.24.4-.48.8-.71,1.21a2.27,2.27,0,0,1-.66.75,2.2,2.2,0,0,0-.31.3l-.36.41a12.79,12.79,0,0,1-2,1.87c-.83.69-1.63,1.44-2.44,2.16a2.21,2.21,0,0,0-.59.91c-.11.3-.21.59-.31.88Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M360.62,111.18a1.69,1.69,0,0,0-1.34-.74,1,1,0,0,0-.88.37c-.21.26-.42.52-.61.79s-.43.59-.67.93a2,2,0,0,1-.44-.3c-.2-.23-.36-.48-.57-.77a3.15,3.15,0,0,0-.56.24,33.21,33.21,0,0,1-3.74,2.07c-.29.14-.58.31-.88.47a3.85,3.85,0,0,1-1,.4,3.85,3.85,0,0,1,0-.58,15.72,15.72,0,0,1,.43-1.67,40.36,40.36,0,0,0,1.31-4.73c0-.17.07-.35.09-.53a2.65,2.65,0,0,0-.36-2.1c.16-.24.31-.46.45-.69a8.4,8.4,0,0,0,.48-.88.94.94,0,0,0-.37-1.34,9.79,9.79,0,0,0-1.08-.67c-.23-.13-.47-.25-.74-.38a7.49,7.49,0,0,1,.76-1.18,6.86,6.86,0,0,0,1.17-2.24,1.59,1.59,0,0,1,.52-.73,6.38,6.38,0,0,0,1.17-1.61,3.29,3.29,0,0,0,.37-1.3,1.12,1.12,0,0,0-.58-1.15,6.43,6.43,0,0,0-1.33-.55,11.89,11.89,0,0,0-3-.35,1.92,1.92,0,0,1-1-.19c-.37-.2-.76-.37-.86-.84l-1.33-.1,3.81-2.23,5.3-3.16a1.82,1.82,0,0,0,.23-.15.42.42,0,0,0,.05-.7c-.4-.31-.84-.58-1.27-.86-.24-.16-.57-.18-.79-.49.93-.21,1.81-.4,2.69-.62.7-.17,1.4-.38,2.1-.58a3.32,3.32,0,0,0,.59-.24.67.67,0,0,0,.43-.8,4.6,4.6,0,0,0-.14-.51,3.13,3.13,0,0,1,.46.11l3.91,1.73a10.33,10.33,0,0,1,1,.55c1.91,1.12,3.83,2.21,5.72,3.37a1.86,1.86,0,0,0,1.55.22l1.23-.3a1.63,1.63,0,0,0,.23-.88l1.86-13c.13-.9.26-1.8.42-2.69a1.57,1.57,0,0,0-.22-1.3,1.77,1.77,0,0,1-.18-.42.73.73,0,0,1,.52-.56c.06,0,.14,0,.17.07a6.07,6.07,0,0,1,.44.68c.53,1,.52,1,0,2.11a4.12,4.12,0,0,0-.29,1q-.87,5.8-1.72,11.6c-.13.87-.26,1.73-.38,2.6,0,.21,0,.41-.07.66.29,0,.53.06.75.12a6.17,6.17,0,0,1,1,.3,1.18,1.18,0,0,0,1,0c1-.48,2-.92,2.92-1.47a12.47,12.47,0,0,0,2.88-2.34,4.31,4.31,0,0,1,2-1.23,8.74,8.74,0,0,0,1.86-.93c.23-.14.45-.3.68-.45a2.77,2.77,0,0,1,2.3-.6.25.25,0,0,1-.06.39c-.62.41-.56.93-.27,1.5l.09.17a1.24,1.24,0,0,0,.86.2c.42,0,.84,0,1.26,0a.77.77,0,0,1,.91.56c.09.26.21.5.32.78a6.06,6.06,0,0,0,.7.19c.44.09.89.18,1.34.23a31.05,31.05,0,0,1,6.08,1.5,3.17,3.17,0,0,1,.27.17,5.12,5.12,0,0,1-.88.48c-.26.16-.54.29-.78.46a5.5,5.5,0,0,0-1,.77,12.43,12.43,0,0,1-1.76,1.56A11.78,11.78,0,0,0,394,90.84a3.4,3.4,0,0,0-.44.79.63.63,0,0,0,.22.81,4,4,0,0,0,.76.48,11.29,11.29,0,0,1,3.31,2.51l.12.14c.25.33.18.58-.21.66s-.66.08-1,.14a1.89,1.89,0,0,0-.51.16.4.4,0,0,0-.14.56,4.31,4.31,0,0,0,.57.56c.25.21.59.32.72.61s-.28.42-.44.59a.9.9,0,0,0-.2,1.22,4.68,4.68,0,0,0,.53.73c.16.19.34.35.5.53.32.36.44.71-.06,1.06a.69.69,0,0,0-.19.19.43.43,0,0,0,0,.58,4.88,4.88,0,0,0,.38.43,40.19,40.19,0,0,0,.92,4.41c.26,1.28.5,2.56.74,3.84a1.77,1.77,0,0,1,0,.41l-.78-1.22c-.1-.15-.22-.29-.33-.43a1.89,1.89,0,0,0-2.13-.84l-.34-.44a1.93,1.93,0,0,0-1.6-.71,1.19,1.19,0,0,0-1.21.78,5.89,5.89,0,0,0-.21.59c-.37,0-.52-.35-.7-.57a1.91,1.91,0,0,0-1.06-.65c-.47-.11-.94-.21-1.42-.28s-.56,0-.79.52c0,.08-.09.15-.14.25a33.9,33.9,0,0,0-4.48-4,3,3,0,0,0-.45-.15,1.2,1.2,0,0,0-.49,1.28c.13.68.31,1.36.46,2s.3,1.36.43,2a4.67,4.67,0,0,1,0,.71c-.21-.22-.31-.36-.45-.48a.59.59,0,0,0-.94.09,2.31,2.31,0,0,0-.53,1.69c.07.67.16,1.33.24,2,0,.29.07.59.11,1a3,3,0,0,1-.47-.09c-.22-.1-.42-.24-.64-.33a.85.85,0,0,0-1.2.48,2.6,2.6,0,0,0-.26,1.23c0,.39,0,.78,0,1.13-.27.24-.51.08-.74.06a.8.8,0,0,0-1,.58,2.24,2.24,0,0,0-.11.34,1.91,1.91,0,0,1-.7,1.33,1.09,1.09,0,0,0-.29.64c-.19.89-.32,1.79-.53,2.67s-.41,1.52-.64,2.27a3,3,0,0,1-.24.47c-1.06-1.58-2-3.15-2.93-4.67s-1.89-3.1-2.93-4.52c-.47-.14-.61.42-1,.35s-.4.55-.89.41a5.92,5.92,0,0,1-.1-.65c0-.48,0-1,0-1.45a3.7,3.7,0,0,0-.13-.81c-.19-.63-.57-.79-1.19-.5-.24.11-.47.26-.68.37-.27-.07-.29-.26-.28-.44,0-.45.08-.91.11-1.36s0-.79,0-1.18a1.1,1.1,0,0,0-.83-1.16l-.54-.18c.14-.35.29-.65.39-1,.3-.88.61-1.77.86-2.68a3.22,3.22,0,0,0,.06-1.16.53.53,0,0,0-.81-.42,2,2,0,0,0-.6.4,9.64,9.64,0,0,0-1.06,1.24c-.71,1.09-1.37,2.21-2.06,3.31C361.09,110.45,360.9,110.75,360.62,111.18Z\" transform=\"translate(0)\"/><path class=\"cls-2\" d=\"M454.57,115.53a2.17,2.17,0,0,0-2,.3,1.32,1.32,0,0,0-.63,1.1c0,.44,0,.88,0,1.32s0,1,0,1.52a2.87,2.87,0,0,1-.7,0c-.39-.08-.77-.21-1.22-.35a3.88,3.88,0,0,0-.4.71,41.19,41.19,0,0,1-2.27,5.19c-.2.39-.36.81-.55,1.21a5.44,5.44,0,0,1-.69,1.19,3.78,3.78,0,0,1-.48-.59,21.47,21.47,0,0,1-.89-2.11,56.47,56.47,0,0,0-2.44-6c-.1-.22-.22-.43-.33-.65a3.51,3.51,0,0,0-2.08-1.91c0-.39,0-.75-.08-1.1a9.41,9.41,0,0,0-.21-1.31,1.24,1.24,0,0,0-1.46-1.12,15.67,15.67,0,0,0-1.68.17c-.35,0-.7.12-1.09.19a9.36,9.36,0,0,1-.16-1.86,9,9,0,0,0-.57-3.31,2.06,2.06,0,0,1,0-1.18,8.73,8.73,0,0,0-.06-2.65,4.44,4.44,0,0,0-.67-1.66,1.48,1.48,0,0,0-1.54-.75,8.59,8.59,0,0,0-1.85.5,15.29,15.29,0,0,0-3.41,2,2.69,2.69,0,0,1-1.17.58,1.8,1.8,0,0,1-1.58-.19l-1.5,1c.8-2,1.52-3.68,2.22-5.43,1-2.53,2-5.07,3.05-7.61,0-.11.09-.23.12-.34.1-.42-.09-.77-.51-.78-.68,0-1.36.07-2,.12-.38,0-.75.27-1.23.11.81-1,1.59-1.88,2.34-2.82.6-.75,1.17-1.53,1.75-2.3A6.65,6.65,0,0,0,429,86a.9.9,0,0,0-.2-1.2,6.19,6.19,0,0,0-.56-.42,3.26,3.26,0,0,1,.58-.25c1.84-.45,3.68-.9,5.52-1.33a13.75,13.75,0,0,1,1.54-.26c2.92-.37,5.83-.77,8.75-1.07a2.5,2.5,0,0,0,1.81-1l1.06-1.31A2.21,2.21,0,0,0,447,78q-4.29-7.63-8.57-15.27c-.59-1-1.19-2.1-1.74-3.18a2.05,2.05,0,0,0-1.27-1.19,2.17,2.17,0,0,1-.53-.3,1,1,0,0,1,.1-1c.08,0,.17-.09.23-.07a7.13,7.13,0,0,1,1,.36c1.41.67,1.39.68,1.74,2.21a5.24,5.24,0,0,0,.54,1.32q3.75,6.83,7.54,13.63c.56,1,1.13,2,1.7,3.06.13.23.29.46.47.74.33-.18.6-.36.88-.48a8.11,8.11,0,0,1,1.25-.45,1.54,1.54,0,0,0,1.12-.82c.65-1.29,1.36-2.56,1.9-3.9a16.77,16.77,0,0,0,1.15-4.79,5.72,5.72,0,0,1,1.1-2.9,11.34,11.34,0,0,0,1.2-2.48c.14-.33.24-.68.36-1A3.74,3.74,0,0,1,459.12,59a.34.34,0,0,1,.26.46c-.32.94.16,1.44.93,1.81l.23.1a1.63,1.63,0,0,0,1.07-.48,16.29,16.29,0,0,0,1.32-1,1.05,1.05,0,0,1,1.42-.14c.3.2.62.37,1,.57.3-.12.61-.22.89-.36.54-.27,1.08-.53,1.6-.84a40.61,40.61,0,0,1,7.62-3.32,1.86,1.86,0,0,1,.43,0,7.7,7.7,0,0,1-.54,1.22c-.14.38-.33.74-.46,1.12a7.28,7.28,0,0,0-.44,1.61,16.92,16.92,0,0,1-.59,3.08,16,16,0,0,0-.5,4.42,5.35,5.35,0,0,0,.18,1.19.84.84,0,0,0,.89.67,4.8,4.8,0,0,0,1.19-.11,15.23,15.23,0,0,1,5.51,0l.24.05c.54.14.67.47.31.86s-.63.62-.92.95a2.23,2.23,0,0,0-.41.59.52.52,0,0,0,.29.69,5.5,5.5,0,0,0,1.06.14c.44,0,.88-.14,1.26.07s.05.66,0,1a1.18,1.18,0,0,0,.77,1.45,6,6,0,0,0,1.16.35c.31.07.63.09.95.15.62.12,1,.39.79,1.17a1.12,1.12,0,0,0-.05.36.55.55,0,0,0,.47.61,6.9,6.9,0,0,0,.74.15,52.94,52.94,0,0,0,4.53,3.91q1.95,1.71,3.88,3.45c.11.09.15.25.28.47l-1.8-.66c-.23-.08-.47-.13-.7-.19a2.53,2.53,0,0,0-2.92.83l-.71-.18a2.59,2.59,0,0,0-2.27.54,1.61,1.61,0,0,0-.65,1.8c.07.27.17.53.26.79-.43.25-.82,0-1.19,0a2.53,2.53,0,0,0-1.65.16c-.58.27-1.17.54-1.72.86s-.6.45-.42,1.19a3,3,0,0,1,.05.37c-2.66-.26-5.28-.83-8-.6a3.43,3.43,0,0,0-.59.2,1.55,1.55,0,0,0,.52,1.74c.69.62,1.42,1.19,2.13,1.78s1.41,1.2,2.1,1.81a8.75,8.75,0,0,1,.6.73,7.08,7.08,0,0,0-.86-.14.78.78,0,0,0-.92.85,3.09,3.09,0,0,0,.81,2.21c.61.64,1.24,1.27,1.85,1.9.28.28.55.58.9.94a4.13,4.13,0,0,1-.56.28c-.31.08-.64.08-.95.18a1.12,1.12,0,0,0-.88,1.46,3.62,3.62,0,0,0,.72,1.52l.9,1.19c-.09.47-.47.49-.73.66a1.07,1.07,0,0,0-.57,1.41,2.51,2.51,0,0,0,.16.46,2.49,2.49,0,0,1,.33,2,1.49,1.49,0,0,0,.21.91c.52,1.09,1.11,2.14,1.6,3.24.43.95.79,1.94,1.16,2.92a3.52,3.52,0,0,1,.12.69c-2.4-.82-4.61-1.75-6.86-2.57s-4.49-1.74-6.74-2.41c-.62.24-.31.94-.81,1.21s0,.91-.6,1.16c-.19-.19-.44-.38-.63-.61-.41-.49-.79-1-1.21-1.51a4.56,4.56,0,0,0-.78-.74c-.72-.52-1.25-.38-1.66.43-.17.31-.29.65-.42.93a.48.48,0,0,1-.66-.23c-.33-.5-.64-1-1-1.52s-.59-.86-.9-1.28a1.48,1.48,0,0,0-1.81-.56l-.72.24c-.13-.48-.23-.91-.37-1.32-.4-1.18-.79-2.37-1.26-3.52a4.12,4.12,0,0,0-.88-1.28.7.7,0,0,0-1.19.21,2.46,2.46,0,0,0-.3.9,12.09,12.09,0,0,0-.12,2.16c.13,1.73.33,3.45.5,5.17C454.48,114.37,454.51,114.85,454.57,115.53Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M181.5,72.32c-.08-.5-.15-.87-.19-1.24a8.13,8.13,0,0,0-1.64-4c-.46-.63-.86-1.3-1.28-2-.11-.18-.22-.36-.32-.54a2.78,2.78,0,0,1-.42-1.11,2.63,2.63,0,0,0-.22-.65l-1.11-2.63a28.22,28.22,0,0,1-1-3A9.2,9.2,0,0,1,175,54.5a16.63,16.63,0,0,1,1.33-6.11,10.75,10.75,0,0,1,1.54-2.47,18.37,18.37,0,0,1,4.06-3.81,11.47,11.47,0,0,1,2.76-1.37c1.08-.38,1-.27,1.82-1.36a2.12,2.12,0,0,0,.32-.72c.21-.89.41-1.78.62-2.67l.15-.57h.5l-.92,4.65.35.21a7.32,7.32,0,0,1,3.19,2.44,5.8,5.8,0,0,1,.93,1.42,7.1,7.1,0,0,0,1.07,1.69,2.17,2.17,0,0,1,.47.84,26.74,26.74,0,0,1,.82,2.91c.09.49.22,1,.34,1.45a3.5,3.5,0,0,1,.09,1.07,18.82,18.82,0,0,1-1.06,5.36,11.15,11.15,0,0,1-1.54,3.18c-.33.53-.67,1.07-1,1.61a3.25,3.25,0,0,1-.92,1,5,5,0,0,0-.42.38c-.17.18-.33.37-.49.56a17.87,17.87,0,0,1-2.68,2.46c-1.15.91-2.24,1.89-3.35,2.85a3,3,0,0,0-.83,1.21c-.15.39-.29.79-.44,1.18C181.64,72,181.59,72.1,181.5,72.32Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M47.56,80.91a1.66,1.66,0,0,0-1.51-.29,1,1,0,0,0-.72.63c-.11.31-.23.62-.33.94s-.22.69-.35,1.09a2.83,2.83,0,0,1-.51-.15c-.26-.15-.49-.34-.78-.55a3.67,3.67,0,0,0-.46.4A30.71,30.71,0,0,1,40,86.11c-.24.23-.45.49-.69.72a3.74,3.74,0,0,1-.78.68,2.07,2.07,0,0,1-.19-.54,14.06,14.06,0,0,1-.12-1.72,40.1,40.1,0,0,0-.24-4.9c0-.18,0-.36-.07-.54a2.61,2.61,0,0,0-1-1.87c.08-.28.16-.54.22-.81a8.05,8.05,0,0,0,.18-1A.94.94,0,0,0,36.53,75a10.46,10.46,0,0,0-1.23-.29c-.26-.06-.53-.09-.83-.14a6.66,6.66,0,0,1,.36-1.35,7.09,7.09,0,0,0,.41-2.5,1.6,1.6,0,0,1,.26-.85,6.4,6.4,0,0,0,.61-1.9,3.24,3.24,0,0,0-.06-1.35,1.14,1.14,0,0,0-.91-.91,6.32,6.32,0,0,0-1.44-.11,11.68,11.68,0,0,0-2.92.61,2,2,0,0,1-1,.12c-.42-.08-.84-.12-1.08-.53l-1.3.31,2.92-3.3c1.36-1.55,2.7-3.11,4.05-4.66a1.92,1.92,0,0,0,.18-.22c.17-.27.12-.57-.17-.67-.48-.18-1-.29-1.48-.43-.28-.07-.6,0-.9-.22.81-.49,1.59-.94,2.35-1.42s1.22-.8,1.82-1.21a3.72,3.72,0,0,0,.48-.41.67.67,0,0,0,.16-.9,3.59,3.59,0,0,0-.29-.44,2.88,2.88,0,0,1,.47,0l4.25.43c.39,0,.78.11,1.17.19,2.16.46,4.33.9,6.48,1.41a1.89,1.89,0,0,0,1.54-.27l1.07-.67a1.65,1.65,0,0,0-.05-.91l-2.31-13c-.16-.89-.32-1.79-.45-2.69a1.51,1.51,0,0,0-.61-1.16,1.66,1.66,0,0,1-.3-.34.74.74,0,0,1,.32-.7c.06,0,.14,0,.18,0a5.2,5.2,0,0,1,.63.51c.84.83.82.83.69,2a4,4,0,0,0,.06,1.08c.65,3.85,1.32,7.7,2,11.55l.45,2.6c0,.2.09.4.15.64a6.38,6.38,0,0,1,.75-.12,5.47,5.47,0,0,1,1,0,1.19,1.19,0,0,0,1-.31c.78-.76,1.59-1.48,2.31-2.3a12.8,12.8,0,0,0,2-3.12,4.22,4.22,0,0,1,1.49-1.79,9,9,0,0,0,1.48-1.47c.18-.2.34-.42.51-.64a2.78,2.78,0,0,1,2-1.29.24.24,0,0,1,.07.39c-.46.59-.24,1.06.22,1.51a1.79,1.79,0,0,0,.14.13,1.19,1.19,0,0,0,.87-.07c.41-.13.81-.25,1.2-.41a.78.78,0,0,1,1,.25c.17.21.35.41.55.64.24,0,.48,0,.72,0,.45-.06.9-.11,1.35-.21a31,31,0,0,1,6.24-.47,2.82,2.82,0,0,1,.32.07,5.56,5.56,0,0,1-.7.74c-.19.23-.41.44-.6.68a5.17,5.17,0,0,0-.71,1,12.79,12.79,0,0,1-1.18,2,12.24,12.24,0,0,0-1.45,3,4.28,4.28,0,0,0-.17.88.63.63,0,0,0,.46.7A3.91,3.91,0,0,0,74,53,11.47,11.47,0,0,1,78,54.31l.15.1c.35.23.36.49,0,.68s-.6.29-.89.45a1.71,1.71,0,0,0-.44.32.4.4,0,0,0,0,.57,4.36,4.36,0,0,0,.72.35c.3.12.66.12.87.36s-.12.48-.22.69a.9.9,0,0,0,.19,1.23,4.36,4.36,0,0,0,.73.52c.2.13.43.22.64.35.41.24.64.54.27,1a.77.77,0,0,0-.12.24.41.41,0,0,0,.18.55,3.73,3.73,0,0,0,.49.29A40.26,40.26,0,0,0,82.84,66c.65,1.13,1.28,2.26,1.91,3.4a2.1,2.1,0,0,1,.08.41l-1.12-.92c-.14-.11-.3-.2-.45-.31A1.91,1.91,0,0,0,81,68.41l-.46-.31a2,2,0,0,0-1.75-.18A1.23,1.23,0,0,0,77.86,69c0,.21,0,.42,0,.63-.37.07-.59-.17-.83-.32a1.9,1.9,0,0,0-1.22-.29,14.16,14.16,0,0,0-1.44.18c-.49.09-.53.17-.58.74,0,.09,0,.17-.06.28a33.45,33.45,0,0,0-5.5-2.4,2.56,2.56,0,0,0-.48,0,1.17,1.17,0,0,0-.06,1.37c.34.6.72,1.19,1.07,1.79s.71,1.2,1,1.81a6,6,0,0,1,.25.66,6,6,0,0,0-.58-.31.58.58,0,0,0-.86.38,2.31,2.31,0,0,0,0,1.77c.28.6.57,1.2.85,1.81.13.27.25.54.41.89a1.74,1.74,0,0,1-.47,0c-.24,0-.48-.09-.72-.1a.84.84,0,0,0-1,.82,2.7,2.7,0,0,0,.14,1.26c.12.37.24.74.34,1.07-.18.31-.45.23-.68.29a.79.79,0,0,0-.75.86,1.45,1.45,0,0,0,0,.36,1.94,1.94,0,0,1-.26,1.48,1.14,1.14,0,0,0-.07.7c.1.9.25,1.8.33,2.7s.08,1.57.11,2.36a4.06,4.06,0,0,1-.09.52c-1.5-1.17-2.85-2.38-4.24-3.52s-2.77-2.35-4.2-3.38c-.49,0-.45.59-.87.65s-.2.66-.72.68a6.49,6.49,0,0,1-.29-.59c-.18-.45-.31-.92-.49-1.37a4.17,4.17,0,0,0-.37-.73c-.38-.54-.79-.57-1.29-.1-.19.18-.37.39-.52.56a.35.35,0,0,1-.41-.33c-.12-.44-.21-.88-.33-1.32s-.21-.76-.32-1.14A1.11,1.11,0,0,0,51.58,79H51c0-.37.06-.7.07-1,0-.94,0-1.88,0-2.81A3.17,3.17,0,0,0,50.74,74a.52.52,0,0,0-.9-.15,2,2,0,0,0-.43.57,8.57,8.57,0,0,0-.62,1.51c-.34,1.25-.62,2.53-.93,3.79C47.78,80.06,47.69,80.41,47.56,80.91Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M432.4,114.94c-.35-.55-.62-.94-.86-1.35a10.35,10.35,0,0,0-4-3.77c-.86-.5-1.68-1.08-2.51-1.62l-.65-.47a3.76,3.76,0,0,1-1.07-1.07,3.25,3.25,0,0,0-.59-.64c-.88-.84-1.78-1.66-2.66-2.5a36,36,0,0,1-2.75-2.91,11.72,11.72,0,0,1-1.83-3.06,20.92,20.92,0,0,1-1.6-7.81,13.42,13.42,0,0,1,.5-3.67,23.5,23.5,0,0,1,2.76-6.55,14.83,14.83,0,0,1,2.5-3c1.07-1,1.05-.84,1.42-2.53a2.46,2.46,0,0,0,0-1l-.66-3.44c0-.23-.08-.47-.12-.74l.59-.24,1.33,5.9.52.06a9.48,9.48,0,0,1,5,1.18,7.68,7.68,0,0,1,1.83,1.19,9.06,9.06,0,0,0,2.12,1.4,3,3,0,0,1,1,.74,35,35,0,0,1,2.47,3c.36.52.76,1,1.15,1.51a4.43,4.43,0,0,1,.66,1.21,24,24,0,0,1,1.55,6.8,13.89,13.89,0,0,1-.15,4.5c-.11.79-.22,1.59-.32,2.38a4,4,0,0,1-.55,1.65,4.39,4.39,0,0,0-.29.66c-.1.3-.2.6-.28.9a22.81,22.81,0,0,1-1.86,4.27c-.86,1.66-1.62,3.36-2.42,5.05a3.81,3.81,0,0,0-.33,1.85c0,.53.07,1.07.1,1.6C432.4,114.49,432.39,114.63,432.4,114.94Z\" transform=\"translate(0)\"/><path class=\"cls-2\" d=\"M37.92,120.32c-.62-.89-1.11-1.53-1.54-2.21A17.61,17.61,0,0,0,29.47,112c-1.48-.76-2.88-1.68-4.32-2.54-.38-.23-.75-.49-1.12-.74A6.33,6.33,0,0,1,22.16,107a5.34,5.34,0,0,0-1-1c-1.53-1.34-3.09-2.66-4.63-4a57.66,57.66,0,0,1-4.8-4.71,20,20,0,0,1-3.27-5,35.51,35.51,0,0,1-3.2-13,22.71,22.71,0,0,1,.6-6.2A39.57,39.57,0,0,1,10,61.88a25.1,25.1,0,0,1,4-5.25c1.74-1.75,1.7-1.47,2.22-4.32a4.23,4.23,0,0,0-.07-1.7c-.44-1.91-.89-3.82-1.32-5.73-.09-.39-.17-.79-.27-1.23l1-.45L18.2,53c.33,0,.6.06.88.06,4.15,0,4.37.08,8.43,1.67a13,13,0,0,1,3.15,1.86,15.27,15.27,0,0,0,3.64,2.23A4.84,4.84,0,0,1,36,60a56.54,56.54,0,0,1,4.33,4.83c.65.84,1.35,1.64,2,2.44a7.86,7.86,0,0,1,1.18,2,40.4,40.4,0,0,1,3,11.31,23.38,23.38,0,0,1,0,7.56c-.13,1.34-.26,2.68-.38,4A6.82,6.82,0,0,1,45.45,95,6.55,6.55,0,0,0,45,96.09c-.16.5-.3,1-.43,1.53a37.72,37.72,0,0,1-2.83,7.28c-1.33,2.83-2.5,5.75-3.73,8.64a6.37,6.37,0,0,0-.44,3.12l.27,2.68C37.87,119.57,37.88,119.81,37.92,120.32Z\" transform=\"translate(0)\"/></g></svg></li><li title=\"fire bottom \"><svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 500 144.36\"><defs><style>.cls-1{fill:inherit;}.cls-2{opacity:0.5;}</style></defs><g id=\"Layer_3\" data-name=\"Layer 3\"><path class=\"cls-1\" d=\"M497.51,73c-2-7.8-3.5-8.17-3.82-13.39-.27-4.54.66-7.94,0-8.11s-2,2.36-2.67,4.95c-1.12,4.09.27,5.33-.49,9.74-.35,2-1,5.32-3.65,7.7-1.81,1.61-5,3.18-6.09,2.19s0-3.53,3.57-14.52a14.24,14.24,0,0,0,.73-4.14,10.25,10.25,0,0,0-.24-2.92c-.53-2.11-1.63-2.7-2.51-4.22-1.1-1.88-.38-2.68-.65-9.16-.12-2.87-.41-6.08-.73-6.09s.05,2.5-1.3,5.36-2.84,2.78-3.25,4.86c-.45,2.33,1.28,3,1.06,5.93-.15,2-1.2,4.49-2.6,4.62s-3.17-2.24-3.24-4.38c-.05-1.43.68-1.73.65-3.16-.06-2.38-2.14-4.63-3-4.39s.65,6.58-1.13,7.39c-1.08.49-3.31-1.11-4.14-3.17-.94-2.34.38-4.2,1.22-7.54a26,26,0,0,0,.08-11c-.87-5.46-2.61-5.56-4.46-12.49-1.57-5.88-1.37-9.72-2-9.74s-1.71,3.94-1.71,8.12c0,8.79,4.59,11.1,3,16.06-1.28,4-4.6,3.62-6.66,9.17-.78,2.12-.87,3.76-1.05,7.06-.49,8.94,1.72,11.17-.16,14.68-1.56,2.91-5.26,5.46-8.6,4.71-4-.9-5.55-6-5.68-9.09-.11-2.55.71-5.48,1.62-5.52,1.53-.06,2.66,8.16,3.57,8,.58-.08.67-3.49.49-6.17-.28-4.17-1.05-4.08-3-12.17-.56-2.32-1-4.4-2.27-4.7s-2,1.07-3,.73-1.31-1.9-1.54-4.3c-.37-3.87-.64-6.59.24-10.88.82-4,2-6.28,1.38-6.65-.2-.12-.74-.14-2.92,2.11-4.22,4.36-7.73,8-7.54,12.58.12,3.12,1.86,3.92,1.38,7.46A15.59,15.59,0,0,1,424.93,43c-1.75,3.94-3.74,5.91-3.4,6.25.56.58,6-5.17,7.7-4.06,1.39.92-.3,6.06-1.37,8.68-2.67,6.52-6.79,10.26-5.6,11.85.45.6,1.14.18,1.86.89,1.64,1.6.61,6.18-1.94,9-.7.76-3.24,3.58-6.41,2.92a5.66,5.66,0,0,1-4.22-3.9c-.87-3.37,2.95-5.22,3.73-10.3.45-2.94-.38-5.24-1.3-7.79-2.22-6.15-5.47-6.89-9.73-14.44-1.77-3.13-4-7.93-3-8.68,1.25-.94,6.88,4.93,7.55,4.3.41-.39-1.89-2.44-3.08-5.84-1.91-5.46,1.45-7.52.08-13.23-1.15-4.77-3.83-4.74-4.71-9.73s1.13-8.8.73-8.93-3.11,4.39-3.89,10.39c-.84,6.42,1.39,7.71.81,13-.88,7.93-6.19,7.43-7.3,14.93-1.08,7.28,3.44,11.12.57,18.09-.3.72-1.51,3.64-2.93,3.57-1.69-.08-2.73-4.36-3.08-5.76-2-8.25.29-14.85-.32-15-.45-.12-2.57,3.14-2.6,7.3,0,4.43,2.34,6,1.62,9.9-.35,2-1.51,4.68-3,4.79-2.12.15-4.95-5.05-5.76-10.15-1.25-7.82,3-10.68,2-19.63-.5-4.69-2.19-8.78-2.92-8.68s.46,5.93-1.38,13.14c-2.24,8.76-6.29,8.37-7.3,14.77-1.41,8.9,5.88,12.9,3.32,20.77-1.31,4-4.76,7.67-6.81,7.14-2.47-.64-1.38-6.91-4-16.39-2.78-10.16-8.12-17.93-9.16-17.53s3.19,7.07,2.1,16.56c-.94,8.29-5,11.13-5.67,17.1-.05-.21-.1-.4-.15-.62-1.5-5.87-2.64-6.15-2.87-10.08-.21-3.42.49-6,0-6.11s-1.48,1.78-2,3.73c-.84,3.08.21,4-.37,7.33A9.42,9.42,0,0,1,338,78.36c-1.36,1.21-3.75,2.38-4.58,1.65s0-2.67,2.69-10.94a11.06,11.06,0,0,0,.55-3.12,8.12,8.12,0,0,0-.18-2.2c-.4-1.59-1.24-2-1.9-3.18-.82-1.42-.28-2-.49-6.9-.09-2.16-.3-4.58-.55-4.59s0,1.89-1,4-2.13,2.1-2.44,3.66c-.34,1.75,1,2.3.79,4.46-.11,1.5-.9,3.39-1.95,3.49s-2.39-1.69-2.45-3.3c0-1.08.52-1.3.49-2.39,0-1.79-1.61-3.48-2.26-3.3s.49,5-.85,5.57c-.82.37-2.5-.84-3.12-2.39-.71-1.76.28-3.17.92-5.68a19.73,19.73,0,0,0,.06-8.31c-.66-4.12-2-4.19-3.36-9.41-1.19-4.43-1-7.33-1.53-7.34s-1.29,3-1.28,6.11c0,6.63,3.45,8.37,2.26,12.1-1,3-3.46,2.73-5,6.91a16.28,16.28,0,0,0-.8,5.32c-.37,6.73,1.29,8.41-.12,11.06-1.17,2.19-4,4.11-6.48,3.54-3-.67-4.18-4.53-4.28-6.84-.08-1.93.54-4.13,1.23-4.16,1.15,0,2,6.14,2.68,6.05.44-.06.51-2.62.37-4.64-.21-3.15-.78-3.08-2.26-9.17-.42-1.75-.75-3.32-1.71-3.54s-1.5.8-2.26.55-1-1.43-1.16-3.24a24,24,0,0,1,.18-8.19c.62-3,1.51-4.73,1-5-.15-.09-.56-.11-2.2,1.59-3.18,3.28-5.82,6-5.68,9.47.09,2.35,1.4,3,1,5.62a11.43,11.43,0,0,1-1.1,3.36c-1.32,3-2.81,4.45-2.56,4.71.42.43,4.53-3.9,5.8-3.06,1,.69-.23,4.56-1,6.54-2,4.91-5.1,7.73-4.21,8.92.34.46.86.14,1.4.68,1.24,1.2.46,4.65-1.46,6.78-.52.58-2.44,2.7-4.83,2.2a4.28,4.28,0,0,1-3.18-2.93c-.65-2.55,2.22-3.94,2.81-7.77a11.16,11.16,0,0,0-1-5.86c-1.67-4.64-4.11-5.2-7.33-10.88-1.33-2.36-3-6-2.26-6.54.94-.71,5.18,3.72,5.68,3.24.31-.29-1.42-1.83-2.32-4.4-1.44-4.11,1.09-5.66.06-10-.86-3.6-2.88-3.57-3.54-7.34s.85-6.62.55-6.72-2.35,3.31-2.94,7.82c-.63,4.85,1.05,5.81.62,9.78-.66,6-4.67,5.6-5.5,11.25-.82,5.49,2.59,8.37.42,13.63-.22.54-1.13,2.74-2.2,2.68-1.27-.06-2.06-3.28-2.32-4.33-1.52-6.22.22-11.19-.24-11.31s-1.94,2.37-2,5.5c0,3.33,1.76,4.51,1.22,7.46-.27,1.47-1.14,3.52-2.26,3.6-1.6.12-3.72-3.8-4.34-7.64-.94-5.89,2.25-8,1.53-14.79-.38-3.53-1.65-6.61-2.2-6.54s.35,4.47-1,9.9c-1.69,6.6-4.73,6.3-5.5,11.13-1.06,6.7,4.44,9.71,2.51,15.64-1,3-3.59,5.78-5.14,5.38-1.85-.48-1-5.21-3-12.35-2.09-7.65-6.12-13.5-6.91-13.2s2.41,5.32,1.59,12.47a23.09,23.09,0,0,1-2.85,8.38,11.54,11.54,0,0,1-1.47-4c-.91-5.69,2.59-9.7,1.78-9.92s-5.38,4.41-7.72,10.5c-2.18,5.68-1.27,9.44-3.34,9.83-1.73.31-4.63-1.86-5.74-4.28-2.16-4.72,4-7.12,2.8-12.45-.86-3.84-4.26-3.6-6.15-8.85C211.92,53.52,213,50,212.31,50s-2,2.39-2.46,5.2c-.81,5.37,2.76,7.08,1.71,11.77-.69,3.06-3.06,6.17-4.85,6.08-1.25-.07-2.23-1.7-2.53-2.87-.6-2.35,1.39-3.28,1.37-5.93s-1.81-4.45-2.19-4.38,1.43,4-.27,9c-.29.84-1.17,3.4-2.6,3.45-1.19,0-2.2-1.71-2.45-2.14-2.43-4.18,1.38-6.48.47-10.85s-5.41-4.19-6.14-8.94c-.49-3.16,1.38-3.93.68-7.79-.66-3.59-2.91-6.3-3.28-6.22s1.35,2.36.62,5.35-3,3-4,5.84c-1.15,3.42,1.68,4.65.07,7.92-1,2-2.94,3.27-2.59,3.5.56.39,5.3-3.14,6.35-2.57.84.45-1,3.32-2.53,5.2-3.59,4.52-6.32,5-8.19,8.66-.78,1.52-1.48,2.9-1.1,4.67.66,3,3.87,4.15,3.14,6.17-.42,1.18-2,2.1-3.55,2.34a7.35,7.35,0,0,1-5.39-1.75c-2.15-1.7-3-4.44-1.64-5.4.61-.43,1.19-.18,1.57-.54,1-.95-2.47-3.19-4.71-7.1-.91-1.57-2.33-4.66-1.17-5.2,1.43-.67,6,2.78,6.49,2.43.28-.21-1.39-1.39-2.87-3.75a7.54,7.54,0,0,1-1.22-2.67c-.41-2.12,1-2.6,1.16-4.47.15-2.76-2.8-4.93-6.36-7.54-1.83-1.35-2.29-1.34-2.45-1.27-.53.23.47,1.6,1.16,4a13.7,13.7,0,0,1,.2,6.52c-.19,1.44-.49,2.38-1.3,2.58s-1.58-.6-2.52-.44-1.44,1.43-1.92,2.82c-1.64,4.85-2.29,4.79-2.52,7.29-.15,1.61-.08,3.65.41,3.7.76.07,1.71-4.85,3-4.81.76,0,1.46,1.77,1.37,3.3a5.88,5.88,0,0,1-4.78,5.45,8.24,8.24,0,0,1-7.24-2.82c-1.58-2.11.27-3.45-.14-8.8a9.7,9.7,0,0,0-.89-4.24c-1.73-3.32-4.53-3.1-5.6-5.49-1.33-3,2.53-4.36,2.53-9.63,0-2.51-.87-4.87-1.43-4.86s-.39,2.31-1.71,5.83c-1.56,4.16-3,4.22-3.76,7.49a11.23,11.23,0,0,0,.07,6.62c.71,2,1.82,3.11,1,4.52-.69,1.23-2.57,2.19-3.48,1.9-1.5-.49-.07-4.25-1-4.43-.72-.15-2.47,1.2-2.52,2.63,0,.86.58,1,.54,1.89a3,3,0,0,1-2.73,2.63c-1.18-.08-2.06-1.58-2.18-2.77-.19-1.73,1.26-2.16.88-3.55s-1.59-1.21-2.73-2.92-.85-3.21-1.09-3.21-.51,1.93-.62,3.65c-.23,3.88.38,4.36-.54,5.49-.74.91-1.68,1.27-2.12,2.53a4.5,4.5,0,0,0-.2,1.75,6.65,6.65,0,0,0,.61,2.48c3,6.59,3.83,8.18,3,8.71s-3.6-.35-5.13-1.32A6.82,6.82,0,0,1,115,76c-.64-2.64.53-3.38-.41-5.83-.6-1.55-1.76-3.06-2.25-3s.22,2.14,0,4.86c-.27,3.13-1.54,3.35-3.21,8-.26.71-.45,1.32-.6,1.86a59.76,59.76,0,0,0-1.17-6.22c-1.5-5.88-2.64-6.15-2.87-10.08-.21-3.43.49-6,0-6.11s-1.49,1.77-2,3.72c-.85,3.09.21,4-.37,7.34a9.39,9.39,0,0,1-2.75,5.8C98,77.59,95.56,78.77,94.74,78s0-2.66,2.69-10.94A11.35,11.35,0,0,0,98,64a8.12,8.12,0,0,0-.19-2.2c-.39-1.59-1.23-2-1.89-3.18-.82-1.42-.28-2-.49-6.91-.09-2.15-.3-4.58-.55-4.58s0,1.88-1,4-2.14,2.1-2.44,3.67c-.34,1.75,1,2.3.79,4.46-.11,1.5-.9,3.39-2,3.49S88,61.19,88,59.56c0-1.08.52-1.31.49-2.39,0-1.79-1.61-3.49-2.26-3.3s.48,5-.85,5.56c-.82.37-2.5-.83-3.12-2.38-.71-1.77.28-3.17.92-5.68a19.73,19.73,0,0,0,.06-8.31c-.66-4.12-2-4.19-3.36-9.42-1.19-4.42-1-7.32-1.53-7.33s-1.29,3-1.29,6.11c0,6.62,3.46,8.37,2.27,12.1-1,3-3.47,2.73-5,6.91a16.21,16.21,0,0,0-.79,5.31c-.37,6.74,1.29,8.42-.12,11.07-1.18,2.19-4,4.11-6.48,3.54-3-.68-4.18-4.53-4.28-6.84-.08-1.93.54-4.13,1.22-4.16,1.16,0,2,6.14,2.69,6.05.44-.06.51-2.63.37-4.64-.21-3.15-.79-3.08-2.26-9.17-.43-1.75-.76-3.32-1.71-3.55s-1.5.81-2.26.55-1-1.43-1.17-3.23a24.22,24.22,0,0,1,.19-8.19c.62-3,1.5-4.74,1-5-.15-.09-.56-.11-2.2,1.58-3.18,3.29-5.82,6-5.69,9.48.1,2.35,1.41,3,1,5.62a11.73,11.73,0,0,1-1.1,3.36c-1.32,3-2.82,4.45-2.56,4.71.42.43,4.53-3.9,5.8-3.06,1,.69-.23,4.56-1,6.54-2,4.91-5.11,7.73-4.21,8.92.34.46.86.14,1.4.67,1.23,1.21.46,4.66-1.47,6.79-.52.57-2.44,2.7-4.82,2.2A4.29,4.29,0,0,1,42.7,77c-.65-2.54,2.22-3.93,2.81-7.76a11.16,11.16,0,0,0-1-5.86c-1.67-4.64-4.12-5.2-7.33-10.88-1.33-2.36-3-6-2.26-6.54.94-.71,5.18,3.72,5.68,3.24.31-.3-1.42-1.84-2.32-4.4-1.44-4.11,1.09-5.66.06-10-.86-3.6-2.88-3.58-3.54-7.34s.85-6.63.55-6.72S33,24.09,32.41,28.6c-.63,4.84,1.05,5.81.61,9.78-.65,6-4.66,5.6-5.5,11.25-.81,5.48,2.6,8.37.43,13.62-.22.55-1.13,2.74-2.2,2.69-1.27-.06-2.06-3.28-2.32-4.34-1.52-6.21.22-11.18-.25-11.3s-1.93,2.36-1.95,5.5c0,3.33,1.76,4.51,1.22,7.45-.27,1.48-1.14,3.53-2.26,3.61-1.6.11-3.73-3.8-4.34-7.64-.94-5.89,2.25-8,1.53-14.79-.38-3.53-1.65-6.61-2.2-6.54s.35,4.47-1,9.9c-1.69,6.6-4.73,6.3-5.5,11.12-1.06,6.71,4.43,9.72,2.51,15.65-1,3-3.59,5.78-5.14,5.38-1.86-.48-1-5.21-3-12.35a42.36,42.36,0,0,0-3-7.85V91.19H500V84.53C498.63,81.19,499.14,79.44,497.51,73Z\" transform=\"translate(0 53.17)\"/></g><g class=\"cls-2\"><path class=\"cls-1\" d=\"M499,50.88a1.58,1.58,0,0,0,1,.58v-5.2C498.79,48.36,498.22,49.89,499,50.88Z\" transform=\"translate(0 53.17)\"/><path class=\"cls-1\" d=\"M497.81,24.81c.24.25,1.07-.26,2.19-1.08V20.84C498.52,23.19,497.48,24.48,497.81,24.81Z\" transform=\"translate(0 53.17)\"/><path class=\"cls-1\" d=\"M488.69,71.15A9,9,0,0,1,482,65c-1.38-5.34,4.67-8.26,5.91-16.3.71-4.66-.61-8.3-2.06-12.33-3.52-9.74-8.66-10.91-15.4-22.86-2.8-5-6.33-12.55-4.75-13.74,2-1.49,10.89,7.8,12,6.81.65-.62-3-3.87-4.88-9.25-3-8.64,2.3-11.9.13-20.94-1.82-7.55-6.06-7.5-7.45-15.4s1.78-13.93,1.15-14.13-4.92,6.94-6.16,16.44c-1.33,10.16,2.2,12.21,1.29,20.58-1.4,12.55-9.8,11.76-11.56,23.63-1.71,11.52,5.45,17.6.9,28.63-.47,1.14-2.39,5.77-4.63,5.65-2.68-.12-4.33-6.9-4.88-9.11-3.16-13.06.46-23.51-.51-23.75-.71-.19-4.06,5-4.11,11.56,0,7,3.7,9.5,2.56,15.67-.55,3.17-2.39,7.41-4.75,7.58-3.35.24-7.83-8-9.11-16.06-2-12.38,4.75-16.91,3.16-31.08-.79-7.42-3.46-13.89-4.62-13.73s.73,9.38-2.18,20.79c-3.55,13.87-10,13.25-11.56,23.38-2.23,14.09,9.31,20.42,5.26,32.88-2.08,6.33-7.54,12.14-10.78,11.3-3.91-1-2.19-10.94-6.33-25.94-4.4-16.09-12.86-28.38-14.5-27.75s5,11.19,3.32,26.21c-1.49,13.12-7.91,17.62-9,27.07-.08-.33-.16-.64-.24-1-2.37-9.3-4.18-9.74-4.54-16-.33-5.41.77-9.5,0-9.67s-2.35,2.82-3.17,5.9c-1.33,4.88.33,6.34-.58,11.61a14.89,14.89,0,0,1-4.36,9.19c-2.15,1.92-5.93,3.77-7.25,2.61s0-4.22,4.26-17.31a17.33,17.33,0,0,0,.87-4.94,12.7,12.7,0,0,0-.28-3.48c-.64-2.52-2-3.17-3-5-1.3-2.24-.44-3.16-.78-10.92-.14-3.42-.47-7.25-.87-7.26s0,3-1.58,6.33-3.37,3.32-3.86,5.79c-.54,2.77,1.58,3.64,1.25,7.06-.17,2.38-1.42,5.37-3.09,5.53s-3.78-2.68-3.87-5.23c0-1.71.82-2.06.77-3.78,0-2.83-2.55-5.51-3.58-5.22s.78,7.91-1.34,8.81c-1.3.59-4-1.33-4.94-3.78-1.12-2.79.44-5,1.46-9a31,31,0,0,0,.09-13.15c-1-6.53-3.16-6.64-5.32-14.9-1.88-7-1.58-11.6-2.42-11.62s-2,4.75-2,9.67c0,10.5,5.47,13.25,3.58,19.16-1.58,4.74-5.47,4.32-7.91,10.93a25.92,25.92,0,0,0-1.27,8.42c-.58,10.66,2,13.32-.19,17.51-1.85,3.47-6.33,6.51-10.25,5.6-4.75-1.06-6.62-7.17-6.78-10.82-.13-3.06.86-6.54,1.95-6.59,1.82,0,3.16,9.72,4.24,9.58.7-.1.81-4.15.59-7.35-.34-5-1.24-4.87-3.58-14.51-.67-2.77-1.19-5.26-2.71-5.6s-2.37,1.26-3.58.87-1.58-2.27-1.83-5.13a38.11,38.11,0,0,1,.28-13c1-4.75,2.39-7.49,1.59-7.92-.24-.14-.89-.17-3.49,2.52-5,5.19-9.21,9.49-9,15,.15,3.72,2.22,4.75,1.59,8.89A18.17,18.17,0,0,1,291.53,34c-2.08,4.75-4.44,7-4,7.46.67.68,7.17-6.18,9.18-4.85,1.59,1.09-.36,7.22-1.58,10.35-3.17,7.78-8.07,12.24-6.66,14.12.53.73,1.36.22,2.21,1.08,2,1.9.73,7.36-2.31,10.73-.82.92-3.86,4.27-7.64,3.48a6.77,6.77,0,0,1-5-4.63c-1-4,3.52-6.24,4.45-12.3a17.65,17.65,0,0,0-1.58-9.28c-2.65-7.34-6.51-8.23-11.6-17.22-2.11-3.74-4.75-9.5-3.58-10.35,1.49-1.13,8.2,5.89,9,5.13.49-.46-2.25-2.9-3.67-7-2.28-6.5,1.72-9,.09-15.83-1.36-5.69-4.56-5.65-5.6-11.61s1.34-10.48.87-10.64S260.29-12.12,259.36-5c-1,7.67,1.66,9.19,1,15.48-1,9.49-7.39,8.86-8.71,17.8-1.3,8.69,4.1,13.25.67,21.58-.35.85-1.79,4.34-3.49,4.24-2-.09-3.26-5.19-3.67-6.85-2.4-9.85.35-17.72-.38-17.91s-3.07,3.76-3.16,8.71c0,5.27,2.78,7.14,1.93,11.81-.43,2.33-1.81,5.57-3.58,5.7-2.53.19-5.89-6-6.87-12.1-1.49-9.32,3.56-12.66,2.42-23.41-.6-5.58-2.61-10.46-3.48-10.35s.55,7.08-1.58,15.67c-2.68,10.45-7.49,10-8.71,17.62-1.68,10.6,7,15.37,4,24.75-1.58,4.83-5.68,9.15-8.13,8.52-2.93-.76-1.58-8.25-4.75-19.55-3.31-12.11-9.69-21.37-10.94-20.89s3.82,8.42,2.52,19.74a36.74,36.74,0,0,1-4.51,13.26,18.38,18.38,0,0,1-2.33-6.41c-1.44-9,4.1-15.35,2.82-15.7s-8.52,7-12.22,16.62c-3.45,9-2,14.94-5.29,15.56-2.73.49-7.32-3-9.08-6.78-3.42-7.47,6.33-11.27,4.43-19.7-1.36-6.08-6.74-5.7-9.73-14-2.46-6.85-.68-12.36-1.84-12.47s-3.17,3.78-3.89,8.23c-1.29,8.5,4.36,11.2,2.7,18.63-1.09,4.84-4.84,9.76-7.67,9.62-2-.11-3.53-2.69-4-4.54-.95-3.72,2.2-5.19,2.17-9.39s-2.87-7-3.47-6.93,2.27,6.41-.42,14.24c-.46,1.33-1.86,5.39-4.12,5.46-1.88,0-3.48-2.7-3.88-3.38-3.84-6.62,2.19-10.26.75-17.18s-8.57-6.63-9.72-14.15c-.78-5,2.18-6.22,1.07-12.33-1-5.68-4.6-10-5.19-9.84s2.14,3.73,1,8.47-4.74,4.74-6.33,9.24c-1.82,5.41,2.66,7.36.11,12.54-1.58,3.16-4.65,5.17-4.1,5.54.89.61,8.39-5,10.06-4.07,1.32.71-1.59,5.25-4,8.23-5.68,7.15-10,7.91-13,13.71-1.24,2.4-2.35,4.59-1.74,7.39,1,4.75,6.12,6.57,5,9.76-.67,1.87-3.17,3.33-5.62,3.71a11.58,11.58,0,0,1-8.53-2.77c-3.41-2.69-4.75-7-2.6-8.55,1-.68,1.88-.28,2.48-.85,1.59-1.51-3.9-5-7.45-11.24-1.44-2.49-3.69-7.38-1.85-8.23,2.26-1.06,9.49,4.4,10.27,3.84.44-.33-2.2-2.2-4.54-5.93A11.7,11.7,0,0,1,98.18,41c-.65-3.35,1.66-4.11,1.83-7.07.24-4.37-4.43-7.81-10.06-11.94-2.9-2.14-3.63-2.12-3.88-2-.84.37.74,2.53,1.83,6.33a21.59,21.59,0,0,1,.32,10.32c-.3,2.28-.77,3.77-2.06,4.09s-2.5-1-4-.7-2.27,2.26-3,4.46c-2.6,7.68-3.63,7.59-4,11.54-.24,2.55-.13,5.78.65,5.86,1.2.11,2.7-7.68,4.74-7.61,1.21,0,2.31,2.8,2.17,5.22a9.32,9.32,0,0,1-7.56,8.63A13,13,0,0,1,63.69,63.6c-2.5-3.34.42-5.46-.22-13.93A15.38,15.38,0,0,0,62.06,43c-2.74-5.25-7.17-4.91-8.87-8.69-2.1-4.75,4-6.9,4-15.24,0-4-1.38-7.71-2.27-7.69s-.61,3.65-2.7,9.22c-2.47,6.59-4.75,6.68-5.95,11.86a17.67,17.67,0,0,0,.11,10.48c1.12,3.16,2.88,4.92,1.58,7.15-1.09,2-4.07,3.47-5.51,3-2.37-.78-.11-6.73-1.58-7-1.14-.24-3.91,1.9-4,4.16,0,1.36.92,1.58.85,3a4.75,4.75,0,0,1-4.32,4.17C31.56,57.24,30.16,54.86,30,53c-.3-2.74,2-3.42,1.4-5.62S28.85,45.45,27,42.74s-1.34-5.08-1.72-5.08-.81,3.05-1,5.78c-.37,6.14.6,6.9-.86,8.69-1.17,1.44-2.66,2-3.35,4a7,7,0,0,0-.32,2.77,10.34,10.34,0,0,0,1,3.93c4.74,10.43,6.06,12.94,4.74,13.78s-5.69-.55-8.11-2.09a10.76,10.76,0,0,1-4.86-7.31c-1-4.18.83-5.35-.65-9.23-1-2.45-2.79-4.84-3.56-4.75s.34,3.39,0,7.7c-.43,4.95-2.44,5.3-5.09,12.66-.41,1.12-.71,2.09-1,2.94A94.18,94.18,0,0,0,.45,66.69C.3,66.09.15,65.52,0,65v26.2H500V65.06a16.66,16.66,0,0,1-1.16,1.47C497.73,67.73,493.71,72.2,488.69,71.15Z\" transform=\"translate(0 53.17)\"/></g></svg></li><li title=\"fire top \"><svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 500 144.36\"><defs><style>.cls-1{fill:inherit;}.cls-2{opacity:0.5;}</style></defs><g id=\"Layer_3\" data-name=\"Layer 3\"><path class=\"cls-1\" d=\"M2.49,18.17c2,7.8,3.5,8.17,3.82,13.39.27,4.54-.66,7.94,0,8.11s2-2.36,2.67-5c1.12-4.09-.27-5.33.49-9.74.35-2,1-5.32,3.65-7.7,1.81-1.61,5-3.18,6.09-2.19s0,3.53-3.57,14.52a14.24,14.24,0,0,0-.73,4.14,10.25,10.25,0,0,0,.24,2.92c.53,2.11,1.63,2.7,2.51,4.22,1.1,1.88.38,2.68.65,9.16.12,2.87.41,6.08.73,6.09s-.05-2.5,1.3-5.36,2.84-2.78,3.25-4.86c.45-2.33-1.28-3-1.06-5.93.15-2,1.2-4.49,2.6-4.62s3.17,2.24,3.24,4.38c.05,1.43-.68,1.73-.65,3.16.06,2.38,2.14,4.63,3,4.39s-.65-6.58,1.13-7.39c1.08-.49,3.31,1.11,4.14,3.17.94,2.34-.38,4.2-1.22,7.54a26,26,0,0,0-.08,11c.87,5.46,2.61,5.56,4.46,12.49,1.57,5.88,1.37,9.72,2,9.74s1.71-3.94,1.71-8.12c0-8.79-4.59-11.1-3-16.06,1.28-4,4.6-3.62,6.66-9.17.78-2.12.87-3.76,1-7.06.49-8.94-1.72-11.17.16-14.68,1.56-2.91,5.26-5.46,8.6-4.71,4,.9,5.55,6,5.68,9.09.11,2.55-.71,5.48-1.62,5.52-1.53.06-2.66-8.16-3.57-8-.58.08-.67,3.49-.49,6.17.28,4.17,1.05,4.08,3,12.17.56,2.32,1,4.4,2.27,4.7s2-1.07,3-.73,1.31,1.9,1.54,4.3c.37,3.87.64,6.59-.24,10.88-.82,4-2,6.28-1.38,6.65.2.12.74.14,2.92-2.11,4.22-4.36,7.73-8,7.54-12.58-.12-3.12-1.86-3.92-1.38-7.46a15.59,15.59,0,0,1,1.47-4.46c1.75-3.94,3.74-5.91,3.4-6.25-.56-.58-6,5.17-7.7,4.06-1.39-.92.3-6.06,1.37-8.68,2.67-6.52,6.79-10.26,5.6-11.85-.45-.6-1.14-.18-1.86-.89-1.64-1.6-.61-6.18,1.94-9,.7-.76,3.24-3.58,6.41-2.92a5.66,5.66,0,0,1,4.22,3.9c.87,3.37-3,5.22-3.73,10.3-.45,2.94.38,5.24,1.3,7.79,2.22,6.15,5.47,6.89,9.73,14.44,1.77,3.13,4,7.93,3,8.68-1.25.94-6.88-4.93-7.55-4.3-.41.39,1.89,2.44,3.08,5.84,1.91,5.46-1.45,7.52-.08,13.23,1.15,4.77,3.83,4.74,4.71,9.73s-1.13,8.8-.73,8.93,3.11-4.39,3.89-10.39c.84-6.42-1.39-7.71-.81-13,.88-7.93,6.19-7.43,7.3-14.93,1.08-7.28-3.44-11.12-.57-18.09.3-.72,1.51-3.64,2.93-3.57,1.69.08,2.73,4.36,3.08,5.76,2,8.25-.29,14.85.32,15,.45.12,2.57-3.14,2.6-7.3,0-4.43-2.34-6-1.62-9.9.35-2,1.51-4.68,3-4.79,2.12-.15,5,5.05,5.76,10.15,1.25,7.82-3,10.68-2,19.63.5,4.69,2.19,8.78,2.92,8.68s-.46-5.93,1.38-13.14c2.24-8.76,6.29-8.37,7.3-14.77,1.41-8.9-5.88-12.9-3.32-20.77,1.31-4,4.76-7.67,6.81-7.14,2.47.64,1.38,6.91,4,16.39,2.78,10.16,8.12,17.93,9.16,17.53s-3.19-7.07-2.1-16.56c.94-8.29,5-11.13,5.67-17.1.05.21.1.4.15.62,1.5,5.87,2.64,6.15,2.87,10.08.21,3.42-.49,6,0,6.11s1.48-1.78,2-3.73c.84-3.08-.21-4,.37-7.33A9.42,9.42,0,0,1,162,12.83c1.36-1.21,3.75-2.38,4.58-1.65s0,2.67-2.69,10.94a11.06,11.06,0,0,0-.55,3.12,8.12,8.12,0,0,0,.18,2.2c.4,1.59,1.24,2,1.9,3.18.82,1.42.28,2,.49,6.9.09,2.16.3,4.58.55,4.59s0-1.89,1-4,2.13-2.1,2.44-3.66c.34-1.75-1-2.3-.79-4.46.11-1.5.9-3.39,2-3.49s2.39,1.69,2.45,3.3c0,1.08-.52,1.3-.49,2.39,0,1.79,1.61,3.48,2.26,3.3s-.49-5,.85-5.57c.82-.37,2.5.84,3.12,2.39.71,1.76-.28,3.17-.92,5.68a19.73,19.73,0,0,0-.06,8.31c.66,4.12,2,4.19,3.36,9.41,1.19,4.43,1,7.33,1.53,7.34s1.29-3,1.28-6.11c0-6.63-3.45-8.37-2.26-12.1,1-3,3.46-2.73,5-6.91a16.28,16.28,0,0,0,.8-5.32c.37-6.73-1.29-8.41.12-11.06,1.17-2.19,4-4.11,6.48-3.54,3,.67,4.18,4.53,4.28,6.84.08,1.93-.54,4.13-1.23,4.16-1.15,0-2-6.14-2.68-6.05-.44.06-.51,2.62-.37,4.64.21,3.15.78,3.08,2.26,9.17.42,1.75.75,3.32,1.71,3.54s1.5-.8,2.26-.55,1,1.43,1.16,3.24a24,24,0,0,1-.18,8.19c-.62,3-1.51,4.73-1,5,.15.09.56.11,2.2-1.59,3.18-3.28,5.82-6,5.68-9.47-.09-2.35-1.4-3-1-5.62a11.43,11.43,0,0,1,1.1-3.36c1.32-3,2.81-4.45,2.56-4.71-.42-.43-4.53,3.9-5.8,3.06-1-.69.23-4.56,1-6.54,2-4.91,5.1-7.73,4.21-8.92-.34-.46-.86-.14-1.4-.68-1.24-1.2-.46-4.65,1.46-6.78.52-.58,2.44-2.7,4.83-2.2a4.28,4.28,0,0,1,3.18,2.93c.65,2.55-2.22,3.94-2.81,7.77a11.16,11.16,0,0,0,1,5.86c1.67,4.64,4.11,5.2,7.33,10.88,1.33,2.36,3,6,2.26,6.54-.94.71-5.18-3.72-5.68-3.24-.31.29,1.42,1.83,2.32,4.4,1.44,4.11-1.09,5.66-.06,10,.86,3.6,2.88,3.57,3.54,7.34s-.85,6.62-.55,6.72,2.35-3.31,2.94-7.82c.63-4.85-1.05-5.81-.62-9.78.66-6,4.67-5.6,5.5-11.25.82-5.49-2.59-8.37-.42-13.63.22-.54,1.13-2.74,2.2-2.68,1.27.06,2.06,3.28,2.32,4.33,1.52,6.22-.22,11.19.24,11.31s1.94-2.37,2-5.5c0-3.33-1.76-4.51-1.22-7.46.27-1.47,1.14-3.52,2.26-3.6,1.6-.12,3.72,3.8,4.34,7.64.94,5.89-2.25,8-1.53,14.79.38,3.53,1.65,6.61,2.2,6.54s-.35-4.47,1-9.9c1.69-6.6,4.73-6.3,5.5-11.13,1.06-6.7-4.44-9.71-2.51-15.64,1-3.05,3.59-5.78,5.14-5.38,1.85.48,1,5.21,3,12.35,2.09,7.65,6.12,13.5,6.91,13.2S263,29.65,263.84,22.5a23.09,23.09,0,0,1,2.85-8.38,11.54,11.54,0,0,1,1.47,4.05c.91,5.69-2.59,9.7-1.78,9.92s5.38-4.41,7.72-10.5c2.18-5.68,1.27-9.44,3.34-9.83,1.73-.31,4.63,1.86,5.74,4.28,2.16,4.72-4,7.12-2.8,12.45.86,3.84,4.26,3.6,6.15,8.85,1.55,4.33.43,7.81,1.16,7.88s2-2.39,2.46-5.2c.81-5.37-2.76-7.08-1.71-11.77.69-3.06,3.06-6.17,4.85-6.08,1.25.07,2.23,1.7,2.53,2.87.6,2.35-1.39,3.28-1.37,5.93s1.81,4.45,2.19,4.38-1.43-4.05.27-9c.29-.84,1.17-3.4,2.6-3.45,1.19,0,2.2,1.71,2.45,2.14,2.43,4.18-1.38,6.48-.47,10.85s5.41,4.19,6.14,8.94c.49,3.16-1.38,3.93-.68,7.79.66,3.59,2.91,6.3,3.28,6.22s-1.35-2.36-.62-5.35,3-3,4-5.84c1.15-3.42-1.68-4.65-.07-7.92,1-2,2.94-3.27,2.59-3.5-.56-.39-5.3,3.14-6.35,2.57-.84-.45,1-3.32,2.53-5.2,3.59-4.52,6.32-5,8.19-8.66.78-1.52,1.48-2.9,1.1-4.67-.66-3-3.87-4.15-3.14-6.17.42-1.18,2-2.1,3.55-2.34a7.35,7.35,0,0,1,5.39,1.75c2.15,1.7,3,4.44,1.64,5.4-.61.43-1.19.18-1.57.54-1,.95,2.47,3.19,4.71,7.1.91,1.57,2.33,4.66,1.17,5.2-1.43.67-6-2.78-6.49-2.43-.28.21,1.39,1.39,2.87,3.75A7.54,7.54,0,0,1,331,31.74c.41,2.12-1.05,2.6-1.16,4.47-.15,2.76,2.8,4.93,6.36,7.54,1.83,1.35,2.29,1.34,2.45,1.27.53-.23-.47-1.6-1.16-4a13.7,13.7,0,0,1-.2-6.52c.19-1.44.49-2.38,1.3-2.58s1.58.6,2.52.44,1.44-1.43,1.92-2.82c1.64-4.85,2.29-4.79,2.52-7.29.15-1.61.08-3.65-.41-3.7-.76-.07-1.71,4.85-3,4.81-.76,0-1.46-1.77-1.37-3.3a5.88,5.88,0,0,1,4.78-5.45,8.24,8.24,0,0,1,7.24,2.82c1.58,2.11-.27,3.45.14,8.8a9.7,9.7,0,0,0,.89,4.24c1.73,3.32,4.53,3.1,5.6,5.49,1.33,3-2.53,4.36-2.53,9.63,0,2.51.87,4.87,1.43,4.86s.39-2.31,1.71-5.83c1.56-4.16,3-4.22,3.76-7.49a11.23,11.23,0,0,0-.07-6.62c-.71-2-1.82-3.11-1-4.52.69-1.23,2.57-2.19,3.48-1.9,1.5.49.07,4.25,1,4.43.72.15,2.47-1.2,2.52-2.63,0-.86-.58-1-.54-1.89a3,3,0,0,1,2.73-2.63c1.18.08,2.06,1.58,2.18,2.77.19,1.73-1.26,2.16-.88,3.55s1.59,1.21,2.73,2.92.85,3.21,1.09,3.21.51-1.93.62-3.65c.23-3.88-.38-4.36.54-5.49.74-.91,1.68-1.27,2.12-2.53a4.5,4.5,0,0,0,.2-1.75,6.65,6.65,0,0,0-.61-2.48c-3-6.59-3.83-8.18-3-8.71s3.6.35,5.13,1.32a6.82,6.82,0,0,1,3.07,4.62c.64,2.64-.53,3.38.41,5.83.6,1.55,1.76,3.06,2.25,3s-.22-2.14,0-4.86c.27-3.13,1.54-3.35,3.21-8,.26-.71.45-1.32.6-1.86a59.76,59.76,0,0,0,1.17,6.22c1.5,5.88,2.64,6.15,2.87,10.08.21,3.43-.49,6,0,6.11s1.49-1.77,2-3.72c.85-3.09-.21-4,.37-7.34a9.39,9.39,0,0,1,2.75-5.8c1.36-1.21,3.76-2.39,4.58-1.65s0,2.66-2.69,10.94a11.35,11.35,0,0,0-.55,3.11,8.12,8.12,0,0,0,.19,2.2c.39,1.59,1.23,2,1.89,3.18.82,1.42.28,2,.49,6.91.09,2.15.3,4.58.55,4.58s0-1.88,1-4,2.14-2.1,2.44-3.67c.34-1.75-1-2.3-.79-4.46.11-1.5.9-3.39,2-3.49S412,30,412,31.63c0,1.08-.52,1.31-.49,2.39,0,1.79,1.61,3.49,2.26,3.3s-.48-5,.85-5.56c.82-.37,2.5.83,3.12,2.38.71,1.77-.28,3.17-.92,5.68a19.73,19.73,0,0,0-.06,8.31c.66,4.12,2,4.19,3.36,9.42,1.19,4.42,1,7.32,1.53,7.33s1.29-3,1.29-6.11c0-6.62-3.46-8.37-2.27-12.1,1-3,3.47-2.73,5-6.91a16.21,16.21,0,0,0,.79-5.31c.37-6.74-1.29-8.42.12-11.07,1.18-2.19,4-4.11,6.48-3.54,3,.68,4.18,4.53,4.28,6.84.08,1.93-.54,4.13-1.22,4.16-1.16,0-2-6.14-2.69-6.05-.44.06-.51,2.63-.37,4.64.21,3.15.79,3.08,2.26,9.17.43,1.75.76,3.32,1.71,3.55s1.5-.81,2.26-.55,1,1.43,1.17,3.23a24.22,24.22,0,0,1-.19,8.19c-.62,3-1.5,4.74-1,5,.15.09.56.11,2.2-1.58,3.18-3.29,5.82-6,5.69-9.48-.1-2.35-1.41-3-1-5.62a11.73,11.73,0,0,1,1.1-3.36c1.32-3,2.82-4.45,2.56-4.71-.42-.43-4.53,3.9-5.8,3.06-1-.69.23-4.56,1-6.54,2-4.91,5.11-7.73,4.21-8.92-.34-.46-.86-.14-1.4-.67-1.23-1.21-.46-4.66,1.47-6.79.52-.57,2.44-2.7,4.82-2.2a4.29,4.29,0,0,1,3.18,2.94c.65,2.54-2.22,3.93-2.81,7.76a11.16,11.16,0,0,0,1,5.86c1.67,4.64,4.12,5.2,7.33,10.88,1.33,2.36,3,6,2.26,6.54-.94.71-5.18-3.72-5.68-3.24-.31.3,1.42,1.84,2.32,4.4,1.44,4.11-1.09,5.66-.06,10,.86,3.6,2.88,3.58,3.54,7.34s-.85,6.63-.55,6.72,2.35-3.31,2.94-7.82c.63-4.84-1-5.81-.61-9.78.65-6,4.66-5.6,5.5-11.25.81-5.48-2.6-8.37-.43-13.62.22-.55,1.13-2.74,2.2-2.69,1.27.06,2.06,3.28,2.32,4.34,1.52,6.21-.22,11.18.25,11.3s1.93-2.36,1.95-5.5c0-3.33-1.76-4.51-1.22-7.45.27-1.48,1.14-3.53,2.26-3.61,1.6-.11,3.73,3.8,4.34,7.64.94,5.89-2.25,8.05-1.53,14.79.38,3.53,1.65,6.61,2.2,6.54s-.35-4.47,1-9.9c1.69-6.6,4.73-6.3,5.5-11.12,1.06-6.71-4.43-9.72-2.51-15.65,1-3,3.59-5.78,5.14-5.38,1.86.48,1,5.21,3,12.35a42.36,42.36,0,0,0,3,7.85V0H0V6.66C1.37,10,.86,11.75,2.49,18.17Z\" transform=\"translate(0)\"/></g><g class=\"cls-2\"><path class=\"cls-1\" d=\"M1,40.31a1.58,1.58,0,0,0-1-.58v5.2C1.21,42.83,1.78,41.3,1,40.31Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M2.19,66.38C2,66.13,1.12,66.64,0,67.46v2.89C1.48,68,2.52,66.71,2.19,66.38Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M11.31,20A9,9,0,0,1,18,26.21c1.38,5.34-4.67,8.26-5.91,16.3-.71,4.66.61,8.3,2.06,12.33,3.52,9.74,8.66,10.91,15.4,22.86,2.8,5,6.33,12.55,4.75,13.74-2,1.49-10.89-7.8-11.95-6.81-.65.62,3,3.87,4.88,9.25,3,8.64-2.3,11.9-.13,20.94,1.82,7.55,6.06,7.5,7.45,15.4s-1.78,13.93-1.15,14.13,4.92-6.94,6.16-16.44c1.33-10.16-2.2-12.21-1.29-20.58,1.4-12.55,9.8-11.76,11.56-23.63,1.71-11.52-5.45-17.6-.9-28.63.47-1.14,2.39-5.77,4.63-5.65,2.68.12,4.33,6.9,4.88,9.11C61.59,71.59,58,82,58.94,82.28c.71.19,4.06-5,4.11-11.56,0-7-3.7-9.5-2.56-15.67.55-3.17,2.39-7.41,4.75-7.58,3.35-.24,7.83,8,9.11,16.06,2,12.38-4.75,16.91-3.16,31.08.79,7.42,3.46,13.89,4.62,13.73S75.08,99,78,87.55C81.54,73.68,88,74.3,89.55,64.17c2.23-14.09-9.31-20.42-5.26-32.88C86.37,25,91.83,19.15,95.07,20c3.91,1,2.19,10.94,6.33,25.94,4.4,16.09,12.86,28.38,14.5,27.75s-5.05-11.19-3.32-26.21c1.49-13.12,7.91-17.62,9-27.07.08.33.16.64.24,1,2.37,9.3,4.18,9.74,4.54,16,.33,5.41-.77,9.5,0,9.67s2.35-2.82,3.17-5.9c1.33-4.88-.33-6.34.58-11.61a14.89,14.89,0,0,1,4.36-9.19c2.15-1.92,5.93-3.77,7.25-2.61s0,4.22-4.26,17.31a17.33,17.33,0,0,0-.87,4.94,12.7,12.7,0,0,0,.28,3.48c.64,2.52,2,3.17,3,5,1.3,2.24.44,3.16.78,10.92.14,3.42.47,7.25.87,7.26s0-3,1.58-6.33,3.37-3.32,3.86-5.79c.54-2.77-1.58-3.64-1.25-7.06.17-2.38,1.42-5.37,3.09-5.53s3.78,2.68,3.87,5.23c0,1.71-.82,2.06-.77,3.78,0,2.83,2.55,5.51,3.58,5.22s-.78-7.91,1.34-8.81c1.3-.59,4,1.33,4.94,3.78,1.12,2.79-.44,5-1.46,9a31,31,0,0,0-.09,13.15c1,6.53,3.16,6.64,5.32,14.9,1.88,7,1.58,11.6,2.42,11.62s2-4.75,2-9.67c0-10.5-5.47-13.25-3.58-19.16,1.58-4.74,5.47-4.32,7.91-10.93a25.92,25.92,0,0,0,1.27-8.42c.58-10.66-2-13.32.19-17.51,1.85-3.47,6.33-6.51,10.25-5.6,4.75,1.06,6.62,7.17,6.78,10.82.13,3.06-.86,6.54-1.95,6.59-1.82,0-3.16-9.72-4.24-9.58-.7.1-.81,4.15-.59,7.35.34,5,1.24,4.87,3.58,14.51.67,2.77,1.19,5.26,2.71,5.6s2.37-1.26,3.58-.87,1.58,2.27,1.83,5.13a38.11,38.11,0,0,1-.28,13c-1,4.75-2.39,7.49-1.59,7.92.24.14.89.17,3.49-2.52,5-5.19,9.21-9.49,9-15-.15-3.72-2.22-4.75-1.59-8.89a18.17,18.17,0,0,1,1.75-5.32c2.08-4.75,4.44-7,4.05-7.46-.67-.68-7.17,6.18-9.18,4.85-1.59-1.09.36-7.22,1.58-10.35,3.17-7.78,8.07-12.24,6.66-14.12-.53-.73-1.36-.22-2.21-1.08-2-1.9-.73-7.36,2.31-10.73.82-.92,3.86-4.27,7.64-3.48a6.77,6.77,0,0,1,5,4.63c1,4-3.52,6.24-4.45,12.3a17.65,17.65,0,0,0,1.58,9.28c2.65,7.34,6.51,8.23,11.6,17.22,2.11,3.74,4.75,9.5,3.58,10.35-1.49,1.13-8.2-5.89-9-5.13-.49.46,2.25,2.9,3.67,7,2.28,6.5-1.72,9-.09,15.83,1.36,5.69,4.56,5.65,5.6,11.61s-1.34,10.48-.87,10.64,3.72-5.24,4.65-12.38c1-7.67-1.66-9.19-1-15.48,1.05-9.49,7.39-8.86,8.71-17.8,1.3-8.69-4.1-13.25-.67-21.58.35-.85,1.79-4.34,3.49-4.24,2,.09,3.26,5.19,3.67,6.85,2.4,9.85-.35,17.72.38,17.91s3.07-3.76,3.16-8.71c0-5.27-2.78-7.14-1.93-11.81.43-2.33,1.81-5.57,3.58-5.7,2.53-.19,5.89,6,6.87,12.1,1.49,9.32-3.56,12.66-2.42,23.41.6,5.58,2.61,10.46,3.48,10.35s-.55-7.08,1.58-15.67c2.68-10.45,7.49-10,8.71-17.62,1.68-10.6-7-15.37-4-24.75,1.58-4.83,5.68-9.15,8.13-8.52,2.93.76,1.58,8.25,4.75,19.55,3.31,12.11,9.69,21.37,10.94,20.89s-3.82-8.42-2.52-19.74a36.74,36.74,0,0,1,4.51-13.26,18.38,18.38,0,0,1,2.33,6.41c1.44,9-4.1,15.35-2.82,15.7s8.52-7,12.22-16.62c3.45-9,2-14.94,5.29-15.56,2.73-.49,7.32,3,9.08,6.78,3.42,7.47-6.33,11.27-4.43,19.7,1.36,6.08,6.74,5.7,9.73,14,2.46,6.85.68,12.36,1.84,12.47s3.17-3.78,3.89-8.23c1.29-8.5-4.36-11.2-2.7-18.63,1.09-4.84,4.84-9.76,7.67-9.62,2,.11,3.53,2.69,4,4.54.95,3.72-2.2,5.19-2.17,9.39s2.87,7,3.47,6.93-2.27-6.41.42-14.24c.46-1.33,1.86-5.39,4.12-5.46,1.88,0,3.48,2.7,3.88,3.38,3.84,6.62-2.19,10.26-.75,17.18s8.57,6.63,9.72,14.15c.78,5-2.18,6.22-1.07,12.33,1,5.68,4.6,10,5.19,9.84s-2.14-3.73-1-8.47,4.74-4.74,6.33-9.24c1.82-5.41-2.66-7.36-.11-12.54,1.58-3.16,4.65-5.17,4.1-5.54-.89-.61-8.39,5-10.06,4.07-1.32-.71,1.59-5.25,4-8.23,5.68-7.15,10-7.91,13-13.71,1.24-2.4,2.35-4.59,1.74-7.39-1-4.75-6.12-6.57-5-9.76.67-1.87,3.17-3.33,5.62-3.71a11.58,11.58,0,0,1,8.53,2.77c3.41,2.69,4.75,7,2.6,8.55-1,.68-1.88.28-2.48.85-1.59,1.51,3.9,5.05,7.45,11.24,1.44,2.49,3.69,7.38,1.85,8.23-2.26,1.06-9.49-4.4-10.27-3.84-.44.33,2.2,2.2,4.54,5.93a11.7,11.7,0,0,1,1.93,4.23c.65,3.35-1.66,4.11-1.83,7.07-.24,4.37,4.43,7.81,10.06,11.94,2.9,2.14,3.63,2.12,3.88,2,.84-.37-.74-2.53-1.83-6.33a21.59,21.59,0,0,1-.32-10.32c.3-2.28.77-3.77,2.06-4.09s2.5.95,4,.7,2.27-2.26,3-4.46c2.6-7.68,3.63-7.59,4-11.54.24-2.55.13-5.78-.65-5.86-1.2-.11-2.7,7.68-4.74,7.61-1.21,0-2.31-2.8-2.17-5.22a9.32,9.32,0,0,1,7.56-8.63,13,13,0,0,1,11.46,4.47c2.5,3.34-.42,5.46.22,13.93a15.38,15.38,0,0,0,1.41,6.71c2.74,5.25,7.17,4.91,8.87,8.69,2.1,4.75-4,6.9-4,15.24,0,4,1.38,7.71,2.27,7.69s.61-3.65,2.7-9.22c2.47-6.59,4.75-6.68,6-11.86a17.67,17.67,0,0,0-.11-10.48c-1.12-3.16-2.88-4.92-1.58-7.15,1.09-2,4.07-3.47,5.51-3,2.37.78.11,6.73,1.58,7,1.14.24,3.91-1.9,4-4.16,0-1.36-.92-1.58-.85-3a4.75,4.75,0,0,1,4.32-4.17c1.86.13,3.26,2.51,3.45,4.39.3,2.74-2,3.42-1.4,5.62s2.52,1.91,4.33,4.62,1.34,5.08,1.72,5.08.81-3.05,1-5.78c.37-6.14-.6-6.9.86-8.69,1.17-1.44,2.66-2,3.35-4a7,7,0,0,0,.32-2.77,10.34,10.34,0,0,0-1-3.93c-4.74-10.43-6.06-12.94-4.74-13.78s5.69.55,8.11,2.09A10.76,10.76,0,0,1,487.45,24c1,4.18-.83,5.35.65,9.23.95,2.45,2.79,4.84,3.56,4.75s-.34-3.39,0-7.7c.43-5,2.44-5.3,5.09-12.66.41-1.12.71-2.09.95-2.94a94.18,94.18,0,0,0,1.85,9.84c.15.6.3,1.17.45,1.7V0H0V26.13a16.66,16.66,0,0,1,1.16-1.47C2.27,23.46,6.29,19,11.31,20Z\" transform=\"translate(0)\"/></g></svg></li><li title=\"half sphere bottom \"><svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 500 64\"><defs><style>.cls-1{fill:inherit;}</style></defs><rect class=\"cls-1\" y=\"165\" width=\"500\" height=\"36\" transform=\"translate(500 229) rotate(180)\"/><circle class=\"cls-1\" cx=\"249.5\" cy=\"28.5\" r=\"28.5\"/></svg></li><li title=\"half sphere top \"><svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 500 64.5\"><defs><style>.cls-1{fill:inherit;}</style></defs><rect class=\"cls-1\" y=\"-0.5\" width=\"500\" height=\"36\" transform=\"translate(500 35.5) rotate(180)\"/><circle class=\"cls-1\" cx=\"249.5\" cy=\"36\" r=\"28.5\"/></svg></li><li title=\"iceberg bottom \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 500 126.04\"><defs><style>.cls-1,.cls-2{fill:inherit;}.cls-2{opacity:0.5;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><path class=\"cls-1\" d=\"M0,149.83H2.78a7.31,7.31,0,0,0,2.78.68c1.38,0,4.16.68,4.16,1.36s1.39,0,2.78.67l1.39.68s0-2,1.39-2a4.89,4.89,0,0,0,2.78-1.36l2.77-1.35h7a4.9,4.9,0,0,1,2.78,1.35,7,7,0,0,1,2.77.68,10,10,0,0,0,4.17,1.36h4.17a7.08,7.08,0,0,1,2.77.67l2.78,1.36L50,155.25c1.39.68,8.33,2.72,8.33,2.72l4.17.67h5.56L73.61,160s4.17-2,5.56-2,5.55,0,5.55-.68,5.56-2,5.56-2a32.46,32.46,0,0,1,5.55-2c2.78-.68,9.73-2,12.5-2.71s8.34-4.07,11.11-5.42,2.78-2.72,4.17-2.72,1.39-.67,2.78-1.35,5.55-.68,6.94-1.36,5.56-4.07,6.95-4.07,2.78-1.35,4.16-1.35,1.39-1.36,2.78-1.36,4.17,0,4.17-1.35-1.39-2,1.39-3.39,4.16-1.36,4.16-2.72a1.21,1.21,0,0,1,.48-1,6.07,6.07,0,0,1,2.3-1c3.47-1,4-.74,5.56-1.36s1.37-1,2.78-1.35a14.38,14.38,0,0,1,4.16,0,32.8,32.8,0,0,0,6.95,0c3.13-.5,2.77-1.7,6.94-2.71a39.62,39.62,0,0,1,4.17-.68c3.27-.44,4.62-.41,6.94-.68a54.91,54.91,0,0,0,6.95-1.35c7-1.54,14.87-.84,16.66-.68,8.24.73,12.65,3,16.67,2a21.33,21.33,0,0,0,4.17-1.35c1.41-.72,1.62-1.2,2.77-1.36,1.36-.18,2.2.34,4.17.68a23.43,23.43,0,0,0,6.95,0c2.47-.34,3.12-1,6.94-2.71,7.46-3.43,8.83-2.82,11.11-4.75,1.36-1.15,1.88-2.23,4.17-2.71,1.59-.34,2.67-.1,4.16-.68s1.41-1.15,2.78-1.36c1-.16,1.37.14,2.78,0a22.66,22.66,0,0,0,2.78-.67c1.06-.21,1.49-.08,4.16,0,4.08.11,3.87-.17,6.95,0a13.55,13.55,0,0,0,2.78,0c1.25-.18,1.49-.51,2.77-.68a21.45,21.45,0,0,1,2.78,0,8.66,8.66,0,0,0,4.17-1.36c4.62-2.5,12.84-3.29,13.89-3.39,3-.27,4.88-.44,6.94,0,2.83.61,3.75,1.88,6.95,2h6.94c2.32,0,4.63,0,6.95,0,3.13,0,3.29.15,4.16,0,2-.34,2.18-1,4.17-1.36a18.76,18.76,0,0,1,4.17,0c4.37.26,4.54.74,6.94.68,2.7-.07,2.66-.68,5.56-.68a23.07,23.07,0,0,0,4.16,0c1.64-.26,1.61-.66,2.78-.68,1.59,0,2.13.7,4.17.68a6.35,6.35,0,0,1,1.39,0,1.78,1.78,0,0,1,1.38,1.36c.63,1.52,3.1,1.45,5.56,3.39s1.82,3.62,4.17,4.06a13.94,13.94,0,0,1,2.77.68c.75.29.7.39,1.39.68,1.51.63,3.68,1,4.17.68.34-.2-.18-.64,0-.68s.52.46,1.39.68c1.12.28,2-.21,2.78,0,1.21.3-.07,1.53,1.39,2.71.9.73,1.73.53,2.77,1.36s.45,1.29,1.39,2,1.5.51,4.17,1.36c3.16,1,3,1.43,5.55,2,1.56.36,1.55.19,4.17.68a30.83,30.83,0,0,1,5.56,1.35c2.34.92,1.36,1.31,4.16,2.71a18.38,18.38,0,0,0,5.56,2c1.39.25,2.3.26,2.78.68.83.72-.78,1.67,0,2,.58.27,1.57-.23,2.77,0,1.55.29,1,1.31,2.78,2,1.19.49,1.73.15,4.17.68a34.54,34.54,0,0,1,4.17,1.36c1.7.58,3,1,4.16,1.35,5.07,1.59,4.92,1.21,6.95,2,1.87.76,2.56,1.31,4.16,1.35a12.75,12.75,0,0,1,2.78,0c.95.29.43.82,1.39,1.36a10.74,10.74,0,0,0,4.17.68,19.55,19.55,0,0,0,2.77,0,10.44,10.44,0,0,0,5.56-2V200H0Z\" transform=\"translate(0 -73.96)\"/></g><g id=\"Layer_3\" data-name=\"Layer 3\"><path class=\"cls-2\" d=\"M25,165c.15-1.17,3-1.36,5-5,.66-1.23.48-1.48,2-6,1.29-3.83,1.74-4.59,2-5a15.46,15.46,0,0,1,4-4,63.39,63.39,0,0,1,7-5c6.17-3.75,9.22-4.27,10-7a14.53,14.53,0,0,1,1-3,8.85,8.85,0,0,1,2-3c1.77-1.61,4-1.82,6-2,1.38-.13,2.2.56,3,0,.5-.35.43-.71,1-2,1-2.22,1.73-2.44,2-4,.18-1.08-.17-1,0-2a5.79,5.79,0,0,1,3-4c1.59-.81,2.6-.26,3-1,.5-.91-1-1.76-1-4a5.29,5.29,0,0,1,1-3,11.6,11.6,0,0,1,1-1c1.33-1.56-.65-4,0-5s3.69-.91,17,5c9.41,4.18,11.28,5.66,12,8,.59,1.9.36,4.21,0,8-.39,4-1.09,5.62,0,7,.79,1,1.77.92,5,2,3.81,1.27,4.54,1.19,5,2,.72,1.27-.44,2.24,0,5a15.09,15.09,0,0,0,1,3,13.33,13.33,0,0,1,0,7c-1.2,6.89,3.12,10.2,2,16-1,5-5.2,8-8,10C90,187,24.28,170.68,25,165Z\" transform=\"translate(0 -73.96)\"/><path class=\"cls-2\" d=\"M171,142c-.81-1.82-.2-3.17-2-10a50.14,50.14,0,0,1-2-10,12.82,12.82,0,0,1,0-4c.68-2.63,2.8-4.45,7-8,2.68-2.26,3.43-2.59,4-4,.92-2.28-.15-3.68,1-5,1.5-1.72,4.53-.7,5-2,.35-1-1.22-1.7-1-3s1.95-1.23,4-3c2.32-2,1.83-3.65,4-5,1.39-.87,2.38-.68,4-1,4.21-.82,5.42-3.66,8-5,3.95-2,10.09-1.11,13,2s1.48,7,4,8c2.13.82,3.93-1.71,7-1a7.44,7.44,0,0,1,4,3c2.86,3.5,1.59,6.06,4,10,1.6,2.62,2.44,1.94,5,5,1.07,1.28,4.86,6.1,5,11,.17,6-5.12,10.57-8,13C217.27,149.64,175.81,152.84,171,142Z\" transform=\"translate(0 -73.96)\"/><path class=\"cls-2\" d=\"M396,127c.33-1.6,8.14-.16,13-6,.91-1.09,1.95-3.74,4-9,3.41-8.74,3.67-10.78,6-12,2.92-1.52,5.76,0,7-2,1-1.52-.28-3.13,1-5,.27-.39.65-.8,3-2,4.41-2.25,5.16-1.89,6-3,1.62-2.15-.49-4.46,1-6s3.77.39,8-1c1.69-.55,1.33-.86,4-2a20.25,20.25,0,0,1,7-2c3.42-.2,4.39,1,6,0s1.52-2.69,3-3c1-.22,1.39.52,3,1,3,.9,4.28-1,6,0s.8,3,3,5c1.52,1.36,2.65,1,3,2,.57,1.59-2.23,2.78-3,6a8.62,8.62,0,0,0,1,6c2,3.32,5.22,2.3,7,5,1.33,2,.69,4.35-1,11-1.9,7.44-2.84,11.17-3,12-2.35,12.43,13.85,21.2,12,26C488.73,159.07,394.83,132.61,396,127Z\" transform=\"translate(0 -73.96)\"/></g></svg></li><li title=\"iceberg top \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 500 126.04\"><defs><style>.cls-1,.cls-2{fill:inherit;}.cls-2{opacity:0.5;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><path class=\"cls-1\" d=\"M500,50.13h-2.78a7.31,7.31,0,0,0-2.78-.68c-1.38,0-4.16-.68-4.16-1.35s-1.39,0-2.78-.68l-1.39-.68s0,2-1.39,2a4.89,4.89,0,0,0-2.78,1.36l-2.77,1.36h-6.95a4.89,4.89,0,0,1-2.78-1.36,7,7,0,0,1-2.77-.68,10,10,0,0,0-4.17-1.35h-4.17a7,7,0,0,1-2.77-.68l-2.78-1.36L450,44.71C448.61,44,441.67,42,441.67,42l-4.17-.67h-5.56L426.39,40s-4.17,2-5.56,2-5.55,0-5.55.68-5.56,2-5.56,2a32.46,32.46,0,0,1-5.55,2c-2.78.68-9.73,2-12.5,2.71s-8.34,4.07-11.11,5.43-2.78,2.71-4.17,2.71-1.39.68-2.78,1.35-5.55.68-6.94,1.36-5.56,4.07-6.95,4.07-2.78,1.35-4.16,1.35-1.39,1.36-2.78,1.36-4.17,0-4.17,1.35,1.39,2-1.39,3.39-4.16,1.36-4.16,2.72a1.19,1.19,0,0,1-.48,1,6.07,6.07,0,0,1-2.3,1c-3.47,1-4,.74-5.56,1.36s-1.37,1-2.78,1.35a14.38,14.38,0,0,1-4.16,0,32.8,32.8,0,0,0-6.95,0c-3.13.5-2.77,1.7-6.94,2.71a37.13,37.13,0,0,1-4.17.68c-3.27.44-4.62.41-6.94.68a52.88,52.88,0,0,0-6.95,1.36c-7,1.53-14.87.83-16.66.67-8.24-.73-12.65-3-16.67-2a21.67,21.67,0,0,0-4.17,1.36c-1.41.71-1.62,1.2-2.77,1.35-1.36.18-2.2-.33-4.17-.68a23.43,23.43,0,0,0-6.95,0c-2.47.34-3.12,1-6.94,2.72-7.46,3.42-8.83,2.81-11.11,4.74-1.36,1.15-1.88,2.23-4.17,2.71-1.59.34-2.67.11-4.16.68s-1.41,1.15-2.78,1.36c-1.05.16-1.37-.14-2.78,0a22.66,22.66,0,0,0-2.78.67c-1.06.21-1.49.08-4.16,0-4.08-.11-3.87.17-6.95,0a13.55,13.55,0,0,0-2.78,0c-1.25.19-1.49.51-2.77.68a19.8,19.8,0,0,1-2.78,0,8.66,8.66,0,0,0-4.17,1.36c-4.62,2.51-12.84,3.29-13.89,3.39-3,.27-4.88.44-6.94,0-2.83-.61-3.75-1.88-6.95-2h-6.94c-2.32,0-4.63,0-6.95,0a25.37,25.37,0,0,0-4.16,0c-2,.35-2.18,1-4.17,1.36a18.76,18.76,0,0,1-4.17,0c-4.37-.26-4.54-.74-6.94-.68-2.7.07-2.66.68-5.56.68a23.07,23.07,0,0,0-4.16,0c-1.64.26-1.61.66-2.78.68-1.59,0-2.13-.7-4.17-.68a5.78,5.78,0,0,1-1.39,0,1.78,1.78,0,0,1-1.38-1.36c-.63-1.52-3.1-1.45-5.56-3.39s-1.82-3.62-4.17-4.06a13.94,13.94,0,0,1-2.77-.68c-.75-.29-.7-.39-1.39-.68-1.51-.63-3.68-1-4.17-.68s.18.64,0,.68-.52-.46-1.39-.68c-1.12-.28-2,.21-2.78,0-1.21-.3.07-1.53-1.39-2.71-.9-.73-1.73-.53-2.77-1.35s-.45-1.3-1.39-2-1.5-.51-4.17-1.35c-3.16-1-3-1.44-5.55-2-1.56-.36-1.55-.19-4.17-.68a30.83,30.83,0,0,1-5.56-1.35C56,79.72,57,79.33,54.17,77.93a18.65,18.65,0,0,0-5.56-2c-1.39-.25-2.3-.26-2.78-.68-.83-.72.78-1.67,0-2-.58-.27-1.57.23-2.77,0-1.55-.29-1-1.31-2.78-2-1.19-.49-1.73-.15-4.17-.68a34.54,34.54,0,0,1-4.17-1.36c-1.7-.58-3-1-4.16-1.35-5.07-1.59-4.92-1.21-7-2-1.87-.76-2.56-1.3-4.16-1.35a12.75,12.75,0,0,1-2.78,0c-1-.29-.43-.82-1.39-1.36a10.74,10.74,0,0,0-4.17-.68,19.55,19.55,0,0,0-2.77,0,10.44,10.44,0,0,0-5.56,2V0H500Z\" transform=\"translate(0 0.04)\"/></g><g id=\"Layer_3\" data-name=\"Layer 3\"><path class=\"cls-2\" d=\"M475,35c-.15,1.17-3,1.36-5,5-.66,1.23-.48,1.48-2,6-1.29,3.83-1.74,4.59-2,5a15.46,15.46,0,0,1-4,4,63.39,63.39,0,0,1-7,5c-6.17,3.75-9.22,4.27-10,7a14.53,14.53,0,0,1-1,3,8.85,8.85,0,0,1-2,3c-1.77,1.61-4,1.82-6,2-1.38.13-2.2-.56-3,0-.5.35-.43.71-1,2-1,2.22-1.73,2.44-2,4-.18,1.08.17,1,0,2a5.79,5.79,0,0,1-3,4c-1.59.81-2.6.26-3,1-.5.91,1,1.76,1,4a5.29,5.29,0,0,1-1,3,10.31,10.31,0,0,1-1,1c-1.33,1.56.65,4,0,5s-3.69.91-17-5c-9.41-4.18-11.28-5.66-12-8-.59-1.9-.36-4.21,0-8,.39-4,1.09-5.62,0-7-.79-1-1.77-.92-5-2-3.81-1.27-4.54-1.19-5-2-.72-1.27.44-2.24,0-5a15.31,15.31,0,0,0-1-3,13.33,13.33,0,0,1,0-7c1.2-6.88-3.12-10.2-2-16,1-5,5.2-8,8-10C410,13,475.72,29.28,475,35Z\" transform=\"translate(0 0.04)\"/><path class=\"cls-2\" d=\"M329,58c.81,1.82.2,3.18,2,10a50.29,50.29,0,0,1,2,10,12.81,12.81,0,0,1,0,4c-.68,2.63-2.8,4.46-7,8-2.68,2.26-3.43,2.59-4,4-.92,2.28.15,3.68-1,5-1.5,1.73-4.53.7-5,2-.35,1,1.22,1.7,1,3s-1.95,1.23-4,3c-2.32,2-1.83,3.65-4,5-1.39.87-2.38.69-4,1-4.21.82-5.42,3.66-8,5-3.95,2.05-10.09,1.11-13-2s-1.48-7-4-8c-2.13-.82-3.93,1.71-7,1a7.44,7.44,0,0,1-4-3c-2.86-3.5-1.59-6.06-4-10-1.6-2.62-2.44-1.94-5-5-1.07-1.28-4.86-6.1-5-11-.17-6,5.12-10.57,8-13C282.73,50.33,324.19,47.12,329,58Z\" transform=\"translate(0 0.04)\"/><path class=\"cls-2\" d=\"M104,73c-.33,1.6-8.14.16-13,6-.91,1.09-2,3.74-4,9-3.41,8.74-3.67,10.78-6,12-2.92,1.52-5.76,0-7,2-1,1.53.28,3.13-1,5-.27.39-.65.8-3,2-4.41,2.25-5.16,1.89-6,3-1.62,2.15.49,4.47-1,6s-3.77-.39-8,1c-1.69.56-1.33.86-4,2a19.82,19.82,0,0,1-7,2c-3.42.2-4.39-1-6,0s-1.52,2.69-3,3c-1,.22-1.39-.52-3-1-3-.9-4.28,1-6,0s-.8-3-3-5c-1.52-1.36-2.65-1-3-2-.57-1.59,2.23-2.78,3-6a8.62,8.62,0,0,0-1-6c-2-3.32-5.22-2.3-7-5-1.33-2-.69-4.35,1-11,1.9-7.44,2.84-11.17,3-12C21.35,65.53,5.15,56.76,7,52,11.27,40.89,105.17,67.35,104,73Z\" transform=\"translate(0 0.04)\"/></g></svg></li><li title=\"mountain bottom \"><svg id=\"Layer_2\" data-name=\"Layer 2\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 500 118.77\"><defs><style>.cls-1,.cls-2{fill:inherit;}.cls-2{opacity:0.5;}</style></defs><path class=\"cls-1\" d=\"M500,200a7.35,7.35,0,0,0-.44-1.4,13,13,0,0,0-1.25-2c-1.45-2.12-1.48-2.21-1.8-2.39-.55-.32-1.19-.45-1.33-1-.1-.32.06-.68-.11-.75s-.45.23-.6.15.1-.5-.11-.72-.87.07-1.2-.19-.09-.54-.14-.94c-.08-.74-.9-1.23-1.46-1.58-3.16-2-4.78-3-5.91-4.38a22.57,22.57,0,0,1-1.51-2,4.47,4.47,0,0,0-1.14-1.49,6.8,6.8,0,0,0-.77-.57c-.36-.18-.67-.26-.74-.49s0-.27-.06-.34-.22,0-.36,0c-.32-.08-.17-.7-.58-.92s-.5,0-.66-.14.14-.78-.05-.88-.24.12-.57.17-.44-.13-.92-.15-.6.15-.93.05-.23-.14-.55-.41a6.83,6.83,0,0,0-.71-.51,5.93,5.93,0,0,0-2-.38,2.44,2.44,0,0,1-1.06-.24c-.23-.14-.18-.2-.49-.46-.51-.41-.77-.37-1-.7s-.11-.45-.28-.6c-.54-.48-2.6.42-3.35.76-1.78.78-2,1.17-2.91,1.22a7.5,7.5,0,0,1-2.33-.51c-2.19-.58-2.07-.41-2.85-.68-2.84-1-3.9-3-5.26-2.64a1.91,1.91,0,0,1-1.05.17c-.56-.13-.66-.61-1.15-.62s-.44.27-.87.26-.62-.32-.91-.24-.22.45-.49.53-.74-.62-1.33-.59-.5.49-1,.51-.91-.68-1.35-.56c-.16,0-.13.13-.45.33a4.22,4.22,0,0,1-.68.31,2.17,2.17,0,0,0-.83.71c-.83.94-2.34.34-3.51,1.36-.44.39-.43.66-1,.93a3.42,3.42,0,0,1-1.49.26c-.53,0-.71.14-2.94,1.13-2.66,1.2-3.16,1.39-3.93,1.34s-.72-.25-1.44-.24c-1.42,0-1.68.82-3,.85-1.08,0-1.45-.55-2.22-.29-.5.18-.59.5-1,1a6.44,6.44,0,0,1-2.93,1.49,14.82,14.82,0,0,1-3.69.47c-2.2.14-1.16.24-7.76,1.32-1,.16-2.83.45-3.31,1.47-.11.24-.1.42-.31.57-.86.59-3.24-.94-3.49-1.1-.67-.44-2.13-1.39-2-2.28,0-.15.11-.42-.07-.6s-.53-.08-.91-.19c-.72-.21-.5-.95-1.34-1.59-.61-.47-.94-.25-1.39-.73s-.31-.95-.74-1.12-.61,0-1.18.19c-.79.27-.78.47-1.24.53-.66.08-.91-.31-1.44-.15s-.59.5-.76.45.11-.7-.29-1.26a1.19,1.19,0,0,0-.91-.53c-.43,0-.63.4-.86.32s-.12-.42-.36-.79a2,2,0,0,0-.87-.63c-1.46-.76-1.44-1.33-2.17-1.35a2.4,2.4,0,0,0-1.43.58c-.84.6-.84,1.17-1.26,1.19s-.49-.33-1.47-1.36-1.36-1.21-1.62-1.21c-.44,0-.65.31-1.16.23s-.45-.27-.68-.26c-.49,0-.67.91-1,1.41-1.17,1.67-5.86,1.27-8.31.47-1.46-.48-2.19-.71-2.6-1.33-.18-.27-.43-.81-.95-.89-.21,0-.32,0-.75,0s-.54-.12-.78-.13a1.88,1.88,0,0,0-1.19.44c-.58.4-.89.31-3,1-2.92,1-5.08,1.68-5.23,2.7,0,.18,0,.69-.42.89-.19.1-.28,0-.58.1-.61.16-.6.61-1.15.72-.3.06-.33-.06-.73,0a2,2,0,0,0-.82.34c-.39.27-.29.38-.73.77s-.32.16-.9.59a1,1,0,0,1-.54.27c-.23,0-.31-.13-.5-.09s-.15.18-.39.4-.35.16-.47.31,0,.43-.08.68-.49.27-1.75.59c-.8.21-.87.26-.92.3-.53.43-.14,1.07-.62,1.37s-.66,0-1.18.2-.28.41-.75.74-.84.2-1.2.58c-.18.19-.15.29-.43.61a5.56,5.56,0,0,1-.49.44c-.72.62-.71.86-1.16,1.06a3.87,3.87,0,0,1-.74.15,3.19,3.19,0,0,0-1.51,1.21c-1.12,1.11-3.68.78-3.83.76-1.54-.21-2.6-1-4.25-2.34l-.87-.7c-.87-.72-1.31-1.08-1.62-1.38a5,5,0,0,1-1.76-2.47c-.12-.68,0-1.36-.35-1.49s-.56.14-.71,0,.05-.34,0-.72a1.53,1.53,0,0,0-.24-.72c-.45-.65-1.31-.44-1.65-1-.23-.39,0-.74-.24-.9s-.67.16-1,0-.07-.81-.53-1.15-.62-.05-.89-.3-.07-.74-.38-.93-.43,0-.76,0c-.84,0-1.49-.86-1.68-1.11-.77-1-.2-1.52-.89-2.15s-1.65-.56-1.69-1,.46-.43.44-.74-.84-.51-1.53-.87c-1.7-.88-2.25-3.07-2.54-4.23a4.61,4.61,0,0,0-.45-1.39c-.42-.75-.78-.79-1.26-1.6s-.24-.85-.69-1.49-1.15-1.3-1.6-1.17c-.25.07-.23.36-.73.66a1.52,1.52,0,0,1-.52.23c-.74.2-1.16-.23-1.65,0-.28.13-.2.31-.55.44a1.36,1.36,0,0,1-.88,0c-.35-.11-.31-.27-.6-.39a1.75,1.75,0,0,0-1.87.5c-.06.11-.09.24-.23.29s-.35-.08-.59-.13-.53.06-1.27.37c-1.2.49-1.35.43-1.41.39-.24-.16,0-.7-.17-.75s-.44.39-.57.34.06-.29-.06-.58-.37-.28-.47-.54.12-.37.15-.68c.06-.61-.71-1.29-1.1-1.21-.2,0-.16.25-.38.32-.41.12-1.2-.46-1.47-1.17-.15-.42,0-.54-.2-.82s-.66-.3-1.24-.68c-.75-.48-.8-1.08-1.13-1s-.5.87-.8.86-.26-.51-.72-.65a.79.79,0,0,0-.47,0c-.35.13-.29.5-.51.56-.41.12-1.11-1-1.37-.87s.06.6-.23.79a.85.85,0,0,1-.63,0c-1.37-.4-1.86-2.54-3.59-3a1.78,1.78,0,0,0-1.56.14c-.4.43.18,1.36,0,1.42s-.25-.3-.65-.57c-.66-.45-1.11-.11-1.71-.44-.85-.46-.4-1.36-1.37-1.89-.3-.17-.63-.23-.75-.52s.08-.55-.12-.71-.39,0-.56-.16,0-.55-.18-.66-.26.05-.41,0,0-.67-.34-1-1-.09-1.13-.37.13-.28.06-.6a.66.66,0,0,0-.3-.45c-.26-.14-.48,0-.65-.07s0-.53,0-1.2a1.63,1.63,0,0,0-.15-.74c-.29-.55-.84-.47-1.73-1.1-.7-.5-.8-.87-1.22-.85s-.41.22-1,.25c-.15,0-.48,0-.61-.13s0-.13-.09-.28-.25-.19-.35-.37,0-.2-.05-.44-.16-.2-.25-.42,0-.35-.08-.61a1.21,1.21,0,0,0-.32-.45c-.51-.57-.78-.87-1.13-.86s-.39.18-.57.11-.15-.36-.33-.41-.35.23-.53.2c-.38-.07-.13-1.33-.82-1.64-.19-.09-.33,0-.53-.19s-.23-.33-.35-.65a2.37,2.37,0,0,0-.65-1.07c-.26-.22-.36-.15-.75-.41a3,3,0,0,1-.78-.76,14.43,14.43,0,0,0-1.39-1.4c-1.59-1.45-4.38-.39-5.4-1.79-.18-.25,0-.2-.36-.91a5.8,5.8,0,0,0-1.49-2.2c-.45-.37-.82-.53-.93-1s.07-.37,0-.68-.48-.67-1.16-1.13-.64-.33-.87-.57c-.38-.4-.29-.65-.68-1a3.08,3.08,0,0,0-.83-.39,8.55,8.55,0,0,1-1.31-.8c-1.2-.74-1.82-.32-2.58-.88-1.12-.82-1-2.57-1.05-2.56s.13.74-.23.93a.94.94,0,0,1-1-.28c-.31-.37.08-.72,0-1.53-.07-.53-.35-1.21-.77-1.27s-.41.29-.71.27c-.61-.05-.54-1.47-1.45-1.76-.35-.1-.51,0-.92-.12s-.47-.51-.8-.6-.73.42-1.4.6c-1.16.3-2.73-.72-3.46-1.79a5.07,5.07,0,0,1-.44-.87,7.16,7.16,0,0,0-3.13-2.86c-2.11-1.14-3.6-.91-4.66-2.35a2.82,2.82,0,0,1-.27-.42c-1.21-2-1.15-3.5-1.86-3.59-.27,0-.47.16-.63,0s.14-.83-.11-1-.51.13-.61,0,.18-.32.08-.51-.47-.07-.61-.25.4-.8.18-1.07-.45,0-.61-.21.14-.51-.07-.79c-.11-.13-.24-.12-.3-.28s0-.21,0-.37a.89.89,0,0,0-.18-.55c-.28-.39-.9-.12-1.26-.47s0-.81-.37-1.14-.51-.1-.77-.33-.18-.55-.23-.86c-.09-.64-.65-.67-1.63-1.69s-.89-1.51-1.65-1.79c-.32-.12-.7-.17-.87-.46s0-.38,0-.73a1.73,1.73,0,0,0-.88-1.36c-.56-.3-1-.11-1.25-.41s.15-.43,0-.75-.56-.3-1.18-.74a4.58,4.58,0,0,1-.6-.52,7.09,7.09,0,0,0-1.91-1.08c-1.13-.55-.86-.94-2.13-1.86a9.49,9.49,0,0,0-3.33-1.51c-1.5-.38-1.43,0-2.89-.32a14.27,14.27,0,0,1-4.47-2,4.45,4.45,0,0,0-1.37-.68,2.89,2.89,0,0,0-1.92-.05c-.4.18-.42.42-1.15.83l-.58.28-1.24.59A8.69,8.69,0,0,0,182,85.25c-.64.69-.43.59-.8.94-1.47,1.37-3.07,1.29-3.54,2.41-.09.23,0,.25-.2.74a6.44,6.44,0,0,1-.7,1.47,10.08,10.08,0,0,1-1.13,1.3c-.92,1-.93,1.07-1.4,1.56s-.79.81-1.27,1.22a13.11,13.11,0,0,1-2.43,1.53c-.83.48-1.53,1.39-2.91,3.22-1,1.28-3.08,4.23-4.17,4.34a1.19,1.19,0,0,0-.56.19c-.29.22-.26.52-.33.81-.14.57-.59,1-1.49,1.74-.59.5-.79.54-.89.85-.16.46.21.68.35,1.28.24,1-.47,1.21-.93,3.15a3.85,3.85,0,0,1-.38,1.13c-.16.3-.28.42-.46.81s-.16.49-.29.78a5.36,5.36,0,0,1-1,1.19,6.93,6.93,0,0,0-.93,1.09,2.62,2.62,0,0,0-.33.67c-.28.88.17,1.34-.24,1.75-.15.14-.34.21-.41.44s0,.27,0,.44-.33.28-.56.43a1.74,1.74,0,0,0-.63.84c-.63,1.19-3.84,4.08-4.69,3.66-.14-.06-.23-.22-.44-.22s-.43.31-.71.29-.32-.3-.54-.29-.35.36-.64.82c-.46.75-.66.6-.86,1.07-.31.71.05,1.26-.37,1.5a2.09,2.09,0,0,0-.44.23c-.24.19-.25.37-.37.37s-.18-.18-.42-.48-.35-.44-.56-.52c-.47-.18-.94.26-1.13.11s.34-.7.29-1.51c0-.5-.31-1-.58-1s-.37.6-.74.64c-.53.05-.82-1.24-1.51-1.27-.39,0-.39.42-1.48,1.31-.71.57-1.12.73-1.18,1.16,0,.21,0,.54-.19.63s-.2,0-.29,0,.07.42-.07.73-.48.21-.91.67c-.16.18-.19.27-.37.36s-.38,0-.64.11-.47.33-.7.65-.21.47-.47.71-.21.12-.38.27c-.4.35-.28.6-.64,1s-.41.25-.63.56-.1.49-.3.84c-.27.5-.69.46-1,.91s-.1.63-.18,1.07c-.12.76-.68.75-1.82,2.12a6.43,6.43,0,0,0-1.35,2.11,1.63,1.63,0,0,1-.23.52c-.32.47-.75.52-1,1a1.39,1.39,0,0,0-.15.53c-.25.95-2.12,1.7-3.67,1.91a6.25,6.25,0,0,0-2.35.4,9.5,9.5,0,0,0-1,.59c-1.07.73-1,.79-1.21.85-1,.25-1.84-1.24-3-1-.42.09-.73.38-1.21.26-.28-.08-.43-.25-.65-.19s-.26.23-.44.45c-.32.42-.57.35-.89.66-.56.56-.12,1.16-.76,1.8a.6.6,0,0,1-.42.23c-.33,0-.43-.41-.78-.45s-.65.47-.92.4-.12-.26-.3-.6-.63-.84-1-.8-.53.68-.76.65-.16-.56-.47-.64-.24.09-.43.08c-.5,0-.71-.91-1-.89s-.16.28-.41.37-.59-.28-1-.31c-.69-.05-.84.84-2,1.22-.6.19-.67,0-1.39.22s-.82.57-1.38.61-.87-.3-1.4-.17a1.58,1.58,0,0,0-.68.48,18.8,18.8,0,0,1-2.27,1.55c-.88.55-1.05.61-1.26.6-.6,0-.85-.45-1.39-.39-.36,0-.58.28-.9.63-.79.88-.73,1.64-1.31,1.77-.24,0-.45,0-.67.12s-.1.09-.29.41-.33.54-.48.62-.23,0-.35.1c-.33.18-.11.7-.2,1.2a2.94,2.94,0,0,1-2.36,1.93,2,2,0,0,0-.7.15,1.86,1.86,0,0,0-.83.7c-.93,1.31-4.47.95-5.74,2.39a1.12,1.12,0,0,1-.76.49c-.48,0-.78-.46-1.1-.35s-.14.29-.42.44-.46,0-.68.1c-.38.2-.15.85-.44.94s-.39-.24-.63-.19-.21.74-.57,1.34a3.91,3.91,0,0,1-3.33,1.5c-.24,0-.75-.11-1,.11s-.06.38-.27.53-.36,0-.6.12-.26.47-.51.81c-.4.53-1,.25-1.75.82-.56.42-.58.83-.94.84s-.36-.31-.93-.53a1.61,1.61,0,0,0-1.2,0c-.22.14-.14.3-.38.51s-.91.38-1,.23.49-.73.26-1-.41-.16-.6-.13-.45.16-.86.78a3.79,3.79,0,0,0-.52.92c-.55,1.46-3.71,3.45-4.63,4-1.49.94-1,.39-2.83,1.47-.56.33-1,.58-1.3.46-.64-.22-.41-1.41-1.12-1.62-.33-.1-.45.15-.87.06-.61-.13-.56-.71-1.35-1.09-.1,0-.7-.33-1-.13a.62.62,0,0,0-.25.46c-.23.75-1.79.65-3.49,1.48a11.13,11.13,0,0,1-2.54,1.27c-.42.08-.93.12-.93.12a3.7,3.7,0,0,1-.89,0c-.64-.11-.71-.46-1.06-.49-.76-.07-.94,1.48-2.18,2s-2.12-.62-3.11-.15c-1.28.6-.93,3-1.91,3.09-.32.05-.63-.17-.93,0s-.21.31-.36.64c-.28.64-.57.61-.76,1.06-.3.74.33,1.19,0,1.51s-1-.16-1.86.19c-.57.22-.57.53-1.11.6s-.65-.12-1.11,0-.32.2-.67.38c-.75.38-1.17.05-1.6.38s-.18.75-.67,1.05c-.28.19-.45.09-.8.19-1.09.34-.79,1.82-2.08,2.53-.4.22-.5.12-.89.38-.58.38-.6.77-1.16,1.24a3.45,3.45,0,0,1-1,.57c-1.94.89-2.42,4.63-5.28,6-1.47.7-1.87,0-3.51.83-1.49.78-2,1.85-3.51,1.92a8.42,8.42,0,0,0-1.42,0A3.49,3.49,0,0,0,0,200Z\" transform=\"translate(0 -81.23)\"/><path class=\"cls-2\" d=\"M490.75,187.83a1.28,1.28,0,0,1-.48-.09c-.25-.15,0-.36-.28-.46s-.31,0-.55,0a2,2,0,0,1-1.23-.54c-.57-.5-.15-.75-.65-1.06s-1.21-.27-1.24-.48.34-.21.33-.36-.62-.25-1.12-.43a3.09,3.09,0,0,1-1.86-2.08,1.71,1.71,0,0,0-.33-.68c-.3-.36-.56-.38-.92-.78s-.17-.42-.5-.73a1.79,1.79,0,0,0-1.17-.58c-.19,0-.17.18-.53.33a1.64,1.64,0,0,1-.38.11c-.54.1-.85-.11-1.21,0-.2.07-.15.15-.4.22a1.39,1.39,0,0,1-.64,0c-.26-.05-.23-.13-.44-.19a1.75,1.75,0,0,0-1.37.24c0,.06-.07.12-.17.15s-.25,0-.43-.07a2.32,2.32,0,0,0-.92.18c-.88.25-1,.22-1,.2s0-.35-.12-.37-.32.19-.42.16.05-.14,0-.28-.27-.14-.34-.26.08-.19.1-.34-.51-.63-.8-.59-.12.12-.27.15a1.29,1.29,0,0,1-1.08-.57c-.11-.21,0-.26-.14-.4s-.48-.15-.91-.33-.59-.53-.83-.52-.36.43-.58.43-.19-.25-.53-.32a.74.74,0,0,0-.34,0c-.25.06-.21.24-.37.27s-.81-.48-1-.43,0,.3-.17.39a.83.83,0,0,1-.47,0c-1-.2-1.35-1.24-2.61-1.48a1.86,1.86,0,0,0-1.15.07c-.29.21.14.66,0,.69s-.18-.15-.47-.28c-.48-.22-.81-.05-1.25-.21-.62-.23-.29-.67-1-.93-.23-.08-.46-.12-.55-.26s.06-.27-.08-.35-.3,0-.42-.08,0-.26-.13-.32-.19,0-.3,0,0-.33-.25-.48-.71-.05-.82-.19.09-.13,0-.29a.34.34,0,0,0-.22-.22c-.19-.07-.35,0-.47,0s0-.26,0-.59a.61.61,0,0,0-.11-.36c-.21-.27-.61-.23-1.26-.54s-.59-.42-.89-.42-.3.11-.69.13a1,1,0,0,1-.45-.06c-.06,0,0-.07-.06-.14s-.19-.09-.26-.18,0-.1,0-.22-.11-.1-.18-.21,0-.17-.06-.29-.05-.09-.23-.23c-.37-.28-.57-.42-.83-.42s-.28.09-.41.06-.11-.18-.25-.21-.25.12-.39.1-.09-.65-.59-.8a2.46,2.46,0,0,1-.39-.09c-.16-.08-.17-.17-.26-.32a1.16,1.16,0,0,0-.47-.53c-.19-.11-.27-.07-.55-.2a2.06,2.06,0,0,1-.57-.37,11,11,0,0,0-1-.69c-1.17-.71-3.21-.19-3.95-.88-.13-.12,0-.1-.27-.45a3,3,0,0,0-1.08-1.07c-.33-.19-.6-.26-.68-.48s0-.18,0-.33-.35-.33-.85-.56a5,5,0,0,1-.63-.27c-.28-.2-.22-.32-.5-.49a3.77,3.77,0,0,0-.61-.19,6.28,6.28,0,0,1-.95-.39c-.88-.36-1.33-.16-1.89-.43-.82-.4-.69-1.26-.77-1.26s.1.37-.17.46a.91.91,0,0,1-.72-.14c-.22-.18.06-.35,0-.75s-.25-.6-.56-.62-.3.14-.52.13c-.45,0-.39-.72-1.06-.86a6.12,6.12,0,0,1-.67-.07c-.35-.1-.35-.24-.59-.29s-.53.21-1,.29a3.39,3.39,0,0,1-2.53-.87,3.19,3.19,0,0,1-.32-.43,5.07,5.07,0,0,0-2.29-1.4c-1.54-.56-2.62-.45-3.4-1.16l-.2-.2c-.88-1-.84-1.72-1.35-1.77-.2,0-.35.09-.47,0s.11-.41-.08-.48-.37.06-.44,0,.13-.16.05-.25-.34,0-.44-.13.29-.39.13-.52-.32,0-.44-.11.1-.25-.06-.38-.17-.07-.22-.14,0-.11,0-.18a.36.36,0,0,0-.12-.27c-.21-.19-.66-.06-.93-.23s0-.4-.27-.57-.37,0-.56-.16-.13-.27-.17-.42c-.07-.31-.47-.33-1.19-.83s-.65-.74-1.21-.88c-.23-.05-.51-.08-.63-.22s0-.19,0-.36a.9.9,0,0,0-.64-.67c-.41-.14-.77-.05-.92-.2s.11-.21,0-.37-.4-.14-.86-.36c-.21-.1-.27-.16-.44-.25a5.61,5.61,0,0,0-1.39-.53c-.82-.28-.63-.46-1.56-.92a8.88,8.88,0,0,0-2.43-.74c-1.1-.18-1,0-2.11-.16a13.44,13.44,0,0,1-3.27-.95,3.62,3.62,0,0,0-1-.33,3,3,0,0,0-1.4,0c-.3.09-.31.21-.84.4l-.42.14-.91.29a6.56,6.56,0,0,0-1.92,1.07c-.46.33-.31.29-.58.46-1.07.67-2.24.63-2.58,1.18-.07.11,0,.12-.15.37a3.21,3.21,0,0,1-.51.72,6.82,6.82,0,0,1-.83.64c-.67.5-.68.52-1,.76s-.58.4-.93.6a11.39,11.39,0,0,1-1.77.75,7.62,7.62,0,0,0-2.13,1.58c-.7.63-2.25,2.08-3.05,2.13a1,1,0,0,0-.41.09c-.21.11-.19.26-.24.4s-.43.47-1.09.85c-.43.25-.57.27-.65.42s.15.33.26.63c.17.47-.35.59-.68,1.55a1.5,1.5,0,0,1-.28.55c-.11.15-.2.21-.34.4s-.11.24-.21.38-.11.15-.7.58a5.32,5.32,0,0,0-.68.54,1.33,1.33,0,0,0-.24.33c-.21.43.13.66-.17.86-.11.07-.25.1-.3.21s0,.14,0,.22-.24.14-.4.21a1,1,0,0,0-.46.41c-.47.59-2.81,2-3.43,1.8-.1,0-.17-.11-.33-.11s-.3.15-.51.15-.24-.15-.39-.15-.26.18-.47.41-.49.29-.63.52,0,.62-.27.74a1,1,0,0,0-.32.11c-.18.09-.18.18-.27.18s-.14-.09-.31-.24a1.08,1.08,0,0,0-.41-.25c-.34-.09-.69.12-.83.05s.26-.34.21-.74c0-.24-.22-.5-.42-.51s-.27.3-.53.32-.61-.61-1.11-.62c-.29,0-.29.2-1.09.64-.51.28-.81.36-.86.57s0,.27-.14.31-.14,0-.2,0,.05.2-.06.36-.34.1-.66.33c-.12.08-.14.13-.27.17a3.55,3.55,0,0,1-.47.06,1,1,0,0,0-.51.32c-.17.16-.16.23-.35.34s-.15.06-.27.14c-.3.17-.21.29-.47.5s-.3.12-.46.27-.08.24-.22.41-.5.23-.72.45-.08.31-.13.53c-.09.37-.5.36-1.33,1a3.45,3.45,0,0,0-1,1,.76.76,0,0,1-.16.26c-.24.23-.56.25-.75.48a.56.56,0,0,0-.11.26c-.18.47-1.55.83-2.68.94a6.28,6.28,0,0,0-1.72.19L345,172c-.79.36-.71.39-.89.42-.76.12-1.34-.61-2.19-.49a2.32,2.32,0,0,1-.88.13c-.21,0-.32-.12-.48-.09s-.19.11-.32.22-.42.17-.65.32c-.41.28-.09.57-.56.89a.55.55,0,0,1-.3.11c-.25,0-.32-.21-.57-.22s-.48.23-.67.19-.09-.13-.22-.29a1.09,1.09,0,0,0-.73-.4c-.3,0-.39.34-.56.32s-.12-.27-.34-.31-.18,0-.32,0c-.36,0-.51-.45-.75-.43s-.12.13-.31.18-.43-.14-.75-.16c-.51,0-.62.42-1.44.6-.43.1-.48,0-1,.11s-.61.28-1,.3-.64-.15-1-.08a1.09,1.09,0,0,0-.5.23,14.68,14.68,0,0,1-1.66.76,2.47,2.47,0,0,1-.92.3c-.44,0-.62-.23-1-.2a1.14,1.14,0,0,0-.66.32c-.58.43-.53.8-1,.86a2,2,0,0,0-.49.06c-.06,0-.07,0-.21.2s-.24.27-.35.31-.17,0-.26.05-.08.34-.14.59c-.12.45-1,.88-1.73.94a2.26,2.26,0,0,0-.51.07,1.47,1.47,0,0,0-.61.35c-.68.64-3.26.46-4.19,1.17a.89.89,0,0,1-.56.24c-.34,0-.57-.22-.8-.17s-.1.15-.31.22-.33,0-.49,0-.11.42-.32.47-.29-.12-.46-.1-.16.37-.42.66a3.53,3.53,0,0,1-2.43.74,1.46,1.46,0,0,0-.72.05c-.12.09,0,.19-.19.26s-.27,0-.44.06-.2.23-.38.4-.73.12-1.28.4-.42.41-.68.41-.26-.15-.68-.25a1.72,1.72,0,0,0-.88,0c-.16.07-.1.15-.28.25a1.09,1.09,0,0,1-.77.12c-.13-.1.37-.36.2-.5a.71.71,0,0,0-.44-.07,1,1,0,0,0-.63.39,1.69,1.69,0,0,0-.38.45c-.4.71-2.71,1.69-3.38,2-1.09.46-.7.19-2.07.72a1.77,1.77,0,0,1-.95.22c-.47-.11-.3-.69-.82-.79-.24,0-.33.07-.63,0s-.41-.35-1-.54a1.43,1.43,0,0,0-.76-.06c-.15.05-.16.16-.19.22-.16.37-1.3.32-2.54.73a10,10,0,0,1-1.86.63l-.68,0a3.46,3.46,0,0,1-.65,0c-.47,0-.52-.22-.78-.24-.54,0-.68.73-1.59,1s-1.55-.3-2.27-.07c-.93.3-.68,1.45-1.39,1.52-.24,0-.46-.09-.69,0s-.15.15-.26.31-.41.3-.55.52.24.59,0,.74-.71-.08-1.36.09c-.42.12-.42.27-.81.3a7.3,7.3,0,0,0-.81,0,2.34,2.34,0,0,0-.49.19c-.55.18-.85,0-1.17.18s-.13.37-.49.52a2.52,2.52,0,0,1-.58.09c-.8.17-.58.9-1.53,1.24-.29.11-.36.06-.65.19s-.43.38-.84.61a3.33,3.33,0,0,1-.71.28c-1.43.44-1.77,2.27-3.87,2.94-1.07.35-1.36,0-2.56.41s-1.49.91-2.57.94a8.85,8.85,0,0,0-1,0,2.85,2.85,0,0,0-1.43.62h233.2Z\" transform=\"translate(0 -81.23)\"/><path class=\"cls-2\" d=\"M242.27,199.15a7.1,7.1,0,0,0-1.13,0c-1.16-.05-1.59-.7-2.76-1.18s-1.61-.08-2.77-.5c-2.26-.84-2.63-3.12-4.16-3.66a3.12,3.12,0,0,1-.77-.35c-.44-.29-.46-.52-.92-.76-.3-.15-.38-.09-.7-.23-1-.43-.78-1.33-1.64-1.54-.27-.06-.4,0-.63-.11s-.19-.45-.53-.65-.66,0-1.26-.23c-.27-.1-.27-.17-.52-.23a8.61,8.61,0,0,0-.88,0c-.42,0-.42-.23-.87-.36-.7-.22-1.21.08-1.47-.12s.24-.47,0-.92c-.15-.27-.38-.26-.6-.64-.11-.21-.11-.32-.28-.4s-.48,0-.73,0c-.78-.08-.51-1.51-1.51-1.88-.78-.29-1.49.38-2.45.09s-1.12-1.24-1.72-1.2c-.27,0-.33.24-.84.3a3.19,3.19,0,0,1-.7,0s-.39,0-.73-.07a9.92,9.92,0,0,1-2-.77c-1.34-.51-2.57-.45-2.75-.91,0-.08,0-.21-.19-.27a1.31,1.31,0,0,0-.83.07c-.62.23-.58.59-1.07.67-.32,0-.41-.1-.68,0-.55.13-.38.85-.88,1-.27.07-.58-.08-1-.28-1.48-.66-1.06-.32-2.23-.9-.73-.35-3.22-1.57-3.65-2.46a2.64,2.64,0,0,0-.41-.56c-.33-.37-.52-.45-.68-.47a.7.7,0,0,0-.48.08c-.18.17.36.5.21.62a1,1,0,0,1-.82-.14c-.2-.13-.13-.23-.31-.31a1.67,1.67,0,0,0-.94,0c-.45.14-.49.33-.74.32s-.29-.25-.73-.51c-.6-.34-1.07-.17-1.38-.5s-.14-.4-.41-.49-.32,0-.47-.08-.08-.21-.21-.31a1.31,1.31,0,0,0-.78-.07,3.53,3.53,0,0,1-2.62-.92c-.28-.37-.18-.78-.45-.82s-.34.17-.5.12,0-.45-.34-.57-.32,0-.54-.07-.16-.22-.32-.26-.5.23-.87.21a1,1,0,0,1-.61-.3c-1-.88-3.78-.66-4.51-1.45a1.48,1.48,0,0,0-.66-.43,1.87,1.87,0,0,0-.55-.09c-.78-.08-1.74-.62-1.86-1.18-.08-.3.1-.62-.16-.73-.09,0-.15,0-.27-.06s-.17-.11-.38-.38-.17-.22-.23-.25a1.58,1.58,0,0,0-.53-.07c-.46-.08-.41-.54-1-1.08a1.33,1.33,0,0,0-.71-.39c-.42,0-.62.24-1.09.24-.17,0-.31,0-1-.37a15,15,0,0,1-1.79-.94,1.24,1.24,0,0,0-.54-.29c-.41-.08-.61.13-1.1.1s-.46-.21-1.09-.37-.62,0-1.09-.14c-.88-.22-1-.77-1.55-.74-.35,0-.54.26-.81.19s-.19-.21-.33-.22-.42.53-.81.54c-.16,0-.21-.08-.35-.05s-.2.37-.36.39-.29-.37-.61-.4a1.06,1.06,0,0,0-.78.49c-.14.21-.11.34-.24.36s-.41-.26-.72-.24-.36.28-.62.28a.5.5,0,0,1-.33-.14c-.5-.39-.16-.76-.6-1.1-.25-.19-.45-.15-.7-.4s-.18-.25-.34-.28-.3.07-.52.12a2.37,2.37,0,0,1-1-.16c-.91-.15-1.54.76-2.36.6-.19,0-.11-.07-.95-.51-.33-.17-.55-.29-.75-.37a6.7,6.7,0,0,0-1.85-.24c-1.22-.12-2.7-.58-2.89-1.16a.89.89,0,0,0-.12-.33c-.21-.27-.55-.3-.81-.59a.91.91,0,0,1-.17-.32,4.28,4.28,0,0,0-1.07-1.29c-.9-.84-1.34-.82-1.44-1.29-.06-.27.07-.42-.14-.65s-.56-.25-.78-.56,0-.3-.23-.51-.28-.14-.5-.34-.19-.41-.51-.62c-.13-.09-.16-.07-.29-.17s-.19-.23-.38-.43a1,1,0,0,0-.55-.4,2.73,2.73,0,0,1-.5-.06,1,1,0,0,1-.29-.22c-.34-.28-.61-.22-.72-.41s.08-.39-.06-.45-.13,0-.22,0-.13-.26-.15-.38c-.05-.27-.37-.36-.93-.71-.86-.55-.86-.81-1.17-.8-.54,0-.77.81-1.19.77s-.35-.39-.58-.39-.43.33-.45.64c0,.49.39.82.22.92s-.52-.18-.89-.07a1.15,1.15,0,0,0-.44.31c-.19.18-.24.3-.33.3s-.11-.11-.29-.23a2.52,2.52,0,0,0-.35-.14c-.33-.14-.05-.48-.29-.91s-.31-.2-.68-.65c-.23-.28-.32-.51-.51-.51s-.21.18-.42.18-.31-.18-.56-.18-.24.1-.34.14c-.68.26-3.2-1.51-3.7-2.24a1.19,1.19,0,0,0-.5-.51c-.18-.08-.37-.12-.44-.26s0-.15,0-.27-.2-.18-.32-.27c-.32-.24,0-.52-.18-1.06a1.46,1.46,0,0,0-.27-.41,4.36,4.36,0,0,0-.73-.67c-.64-.53-.71-.64-.75-.72s-.08-.23-.23-.47-.24-.32-.37-.5a2.09,2.09,0,0,1-.3-.69c-.35-1.18-.92-1.34-.73-1.92.11-.37.4-.5.28-.78s-.24-.21-.7-.52c-.71-.47-1.07-.71-1.18-1.06,0-.18,0-.36-.26-.49a1.16,1.16,0,0,0-.44-.12c-.86-.07-2.53-1.87-3.29-2.64a8.39,8.39,0,0,0-2.29-2,11.09,11.09,0,0,1-1.92-.93c-.38-.25-.7-.51-1-.74s-.37-.33-1.1-1a7,7,0,0,1-.89-.8,3.47,3.47,0,0,1-.55-.89c-.13-.3-.09-.32-.16-.45-.37-.69-1.63-.64-2.78-1.48-.3-.21-.13-.15-.63-.57a6.89,6.89,0,0,0-2.07-1.32l-1-.36-.46-.17c-.57-.25-.58-.39-.91-.51a2.88,2.88,0,0,0-1.5,0,4,4,0,0,0-1.09.41,12.63,12.63,0,0,1-3.52,1.18c-1.15.21-1.09,0-2.27.2a9.08,9.08,0,0,0-2.63.92c-1,.57-.79.8-1.68,1.14a6,6,0,0,0-1.51.66,3.66,3.66,0,0,1-.46.31c-.5.27-.82.25-.94.45s.13.31,0,.46-.54.07-1,.25a1.08,1.08,0,0,0-.7.83c0,.21.11.3,0,.45s-.43.2-.68.27c-.6.17-.49.45-1.3,1.1s-1.21.64-1.29,1c0,.18,0,.37-.18.52s-.4.07-.6.2,0,.49-.29.7-.78.05-1,.28a.51.51,0,0,0-.14.34c0,.1.05.15,0,.23s-.15.09-.23.17.08.34-.06.48-.38,0-.49.13.33.48.15.65-.4,0-.48.15.14.25.06.31-.34-.07-.48,0,.12.49-.09.61-.28-.06-.49,0c-.56.06-.52,1-1.47,2.19a1.66,1.66,0,0,1-.21.26c-.84.87-2,.74-3.67,1.43a5.49,5.49,0,0,0-2.47,1.74,3.77,3.77,0,0,1-.34.54,3.38,3.38,0,0,1-2.73,1.08c-.53-.1-.74-.43-1.11-.36s-.26.24-.63.36-.45,0-.72.08c-.72.17-.66,1-1.14,1.07-.24,0-.32-.19-.57-.16s-.55.45-.6.77c-.08.5.22.71,0,.93a.89.89,0,0,1-.77.18c-.29-.12-.13-.57-.19-.57s.06,1.06-.82,1.56c-.61.34-1.09.08-2,.54a8,8,0,0,1-1,.48,2.82,2.82,0,0,0-.65.24c-.31.2-.24.36-.54.6s-.22.1-.68.35-.83.44-.91.69.06.22,0,.41-.39.36-.74.59a3.67,3.67,0,0,0-1.17,1.34c-.27.43-.15.4-.29.55-.8.85-3,.21-4.26,1.09a11.9,11.9,0,0,0-1.09.86,2.11,2.11,0,0,1-.61.46c-.31.16-.39.12-.6.25a1.46,1.46,0,0,0-.51.65c-.09.2-.1.31-.27.4a1.74,1.74,0,0,1-.42.11c-.54.19-.35,1-.65,1-.14,0-.26-.15-.42-.12s-.1.2-.26.25-.23-.06-.44-.07-.5.18-.9.53a1,1,0,0,0-.25.27c-.06.16,0,.22-.06.38s-.15.12-.2.25,0,.17,0,.27-.2.1-.27.23,0,.12-.07.17-.36.08-.49.08c-.42,0-.5-.15-.74-.16s-.41.21-1,.52c-.7.38-1.14.34-1.37.67a1,1,0,0,0-.12.45c0,.41.17.64,0,.73s-.31,0-.51.05a.4.4,0,0,0-.24.27c-.05.2.11.26.05.37s-.63,0-.89.23,0,.53-.27.59-.22,0-.32,0,0,.29-.14.41-.32,0-.45.09,0,.26-.09.44-.35.21-.59.31c-.77.33-.41.88-1.08,1.16-.48.2-.83,0-1.35.27-.31.16-.44.37-.51.34s.32-.6,0-.86a1.79,1.79,0,0,0-1.24-.09c-1.35.3-1.74,1.6-2.82,1.85a.84.84,0,0,1-.5,0c-.23-.12,0-.44-.18-.48s-.76.6-1.08.53-.13-.27-.41-.34a.69.69,0,0,0-.36,0c-.37.08-.38.39-.57.39s-.32-.5-.63-.52-.3.34-.89.64-.76.17-1,.41,0,.24-.16.5a1.32,1.32,0,0,1-1.15.71c-.17,0-.14-.17-.3-.19-.31-.05-.91.36-.87.74,0,.18.19.26.12.41s-.28.16-.37.33,0,.33-.05.35-.33-.24-.45-.21.06.37-.13.46-.17.06-1.11-.24c-.58-.18-.75-.27-1-.22s-.32.12-.47.08-.13-.11-.18-.18a1.66,1.66,0,0,0-1.47-.3c-.23.07-.2.17-.48.24a1.37,1.37,0,0,1-.69,0c-.27-.08-.21-.19-.44-.27-.38-.14-.71.12-1.3,0a1.7,1.7,0,0,1-.4-.14c-.4-.18-.38-.36-.58-.4-.36-.08-.94.35-1.26.71s-.2.47-.54.91-.67.52-1,1A1.7,1.7,0,0,0,0,179v20.93H243.81A2.89,2.89,0,0,0,242.27,199.15Z\" transform=\"translate(0 -81.23)\"/></svg></li><li title=\"mountain top \"><svg id=\"Layer_2\" data-name=\"Layer 2\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 500 118.77\"><defs><style>.cls-1,.cls-2{fill:inherit;}.cls-2{opacity:0.5;}</style></defs><path class=\"cls-1\" d=\"M0,0A7.35,7.35,0,0,0,.44,1.4a13,13,0,0,0,1.25,2c1.45,2.12,1.48,2.21,1.8,2.39.55.32,1.19.45,1.33,1,.1.32-.06.68.11.75s.45-.23.6-.15-.1.5.11.72.87-.07,1.2.19.09.54.14.94c.08.74.9,1.23,1.46,1.58,3.16,2,4.78,3,5.91,4.38a22.57,22.57,0,0,1,1.51,2A4.47,4.47,0,0,0,17,18.62a6.8,6.8,0,0,0,.77.57c.36.18.67.26.74.49s0,.27.06.34.22,0,.36,0c.32.08.17.7.58.92.26.15.5,0,.66.14s-.14.78,0,.88.24-.12.57-.17.44.13.92.15.6-.15.93-.05.23.14.55.41a6.83,6.83,0,0,0,.71.51,5.93,5.93,0,0,0,2,.38,2.44,2.44,0,0,1,1.06.24c.23.14.18.2.49.46.51.41.77.37,1,.7s.11.45.28.6c.54.48,2.6-.42,3.35-.76,1.78-.78,2-1.17,2.91-1.22a7.5,7.5,0,0,1,2.33.51c2.19.58,2.07.41,2.85.68,2.84,1,3.9,3,5.26,2.64a1.91,1.91,0,0,1,1-.17c.56.13.66.61,1.15.62s.44-.27.87-.26.62.32.91.24.22-.45.49-.53.74.62,1.33.59.5-.49,1-.51.91.68,1.35.56c.16,0,.13-.13.45-.33a4.22,4.22,0,0,1,.68-.31,2.17,2.17,0,0,0,.83-.71c.83-.94,2.34-.34,3.51-1.36.44-.39.43-.66,1-.93a3.42,3.42,0,0,1,1.49-.26c.53,0,.71-.14,2.94-1.13,2.66-1.2,3.16-1.39,3.93-1.34s.72.25,1.44.24c1.42,0,1.68-.82,3-.85,1.08,0,1.45.55,2.22.29.5-.18.59-.5,1-1a6.44,6.44,0,0,1,2.93-1.49A14.82,14.82,0,0,1,82.62,18c2.2-.14,1.16-.24,7.76-1.32,1-.16,2.83-.45,3.31-1.47.11-.24.1-.42.31-.57.86-.59,3.24.94,3.49,1.1.67.44,2.13,1.39,2,2.28,0,.15-.11.42.07.6s.53.08.91.19c.72.21.5.95,1.34,1.59.61.47.94.25,1.39.73s.31.95.74,1.12.61,0,1.18-.19c.79-.27.78-.47,1.24-.53.66-.08.91.31,1.44.15s.59-.5.76-.45-.11.7.29,1.26a1.19,1.19,0,0,0,.91.53c.43,0,.63-.4.86-.32s.12.42.36.79a2,2,0,0,0,.87.63c1.46.76,1.44,1.33,2.17,1.35a2.4,2.4,0,0,0,1.43-.58c.84-.6.84-1.17,1.26-1.19s.49.33,1.47,1.36,1.36,1.21,1.62,1.21c.44,0,.65-.31,1.16-.23s.45.27.68.26c.49,0,.67-.91,1-1.41,1.17-1.67,5.86-1.27,8.31-.47,1.46.48,2.19.71,2.6,1.33.18.27.43.81,1,.89.21,0,.32,0,.75,0s.54.12.78.13a1.88,1.88,0,0,0,1.19-.44c.58-.4.89-.31,3-1,2.92-1,5.08-1.68,5.23-2.7,0-.18,0-.69.42-.89.19-.1.28,0,.58-.1.61-.16.6-.61,1.15-.72.3-.06.33.06.73,0a2,2,0,0,0,.82-.34c.39-.27.29-.38.73-.77s.32-.16.9-.59a1,1,0,0,1,.54-.27c.23,0,.31.13.5.09s.15-.18.39-.4.35-.16.47-.31,0-.43.08-.68.49-.27,1.75-.59c.8-.21.87-.26.92-.3.53-.43.14-1.07.62-1.37s.66.05,1.18-.2.28-.41.75-.74.84-.2,1.2-.58c.18-.19.15-.29.43-.61a5.56,5.56,0,0,1,.49-.44c.72-.62.71-.86,1.16-1.06a3.87,3.87,0,0,1,.74-.15,3.19,3.19,0,0,0,1.51-1.21c1.12-1.11,3.68-.78,3.83-.76,1.54.21,2.6,1.05,4.25,2.34l.87.7c.87.72,1.31,1.08,1.62,1.38a5,5,0,0,1,1.76,2.47c.12.68,0,1.36.35,1.49s.56-.14.71,0,0,.34,0,.72a1.53,1.53,0,0,0,.24.72c.45.65,1.31.44,1.65,1,.23.39,0,.74.24.9s.67-.16,1,0,.07.81.53,1.15.62.05.89.3.07.74.38.93.43,0,.76,0c.84,0,1.49.86,1.68,1.11.77,1,.2,1.52.89,2.15s1.65.56,1.69,1-.46.43-.44.74.84.51,1.53.87c1.7.88,2.25,3.07,2.54,4.23a4.61,4.61,0,0,0,.45,1.39c.42.75.78.79,1.26,1.6s.24.85.69,1.49,1.15,1.3,1.6,1.17c.25-.07.23-.36.73-.66a1.52,1.52,0,0,1,.52-.23c.74-.2,1.16.23,1.65,0,.28-.13.2-.31.55-.44a1.36,1.36,0,0,1,.88,0c.35.11.31.27.6.39a1.75,1.75,0,0,0,1.87-.5c.06-.11.09-.24.23-.29s.35.08.59.13.53-.06,1.27-.37c1.2-.49,1.35-.43,1.41-.39.24.16,0,.7.17.75s.44-.39.57-.34-.06.29.06.58.37.28.47.54-.12.37-.15.68c-.06.61.71,1.29,1.1,1.21.2,0,.16-.25.38-.32.41-.12,1.2.46,1.47,1.17.15.42,0,.54.2.82s.66.3,1.24.68c.75.48.8,1.08,1.13,1s.5-.87.8-.86.26.51.72.65a.79.79,0,0,0,.47,0c.35-.13.29-.5.51-.56.41-.12,1.11,1,1.37.87s-.06-.6.23-.79a.85.85,0,0,1,.63,0c1.37.4,1.86,2.54,3.59,3a1.78,1.78,0,0,0,1.56-.14c.4-.43-.18-1.36,0-1.42s.25.3.65.57c.66.45,1.11.11,1.71.44.85.46.4,1.36,1.37,1.89.3.17.63.23.75.52s-.08.55.12.71.39,0,.56.16,0,.55.18.66.26,0,.41,0,0,.67.34,1,1,.09,1.13.37-.13.28-.06.6a.66.66,0,0,0,.3.45c.26.14.48,0,.65.07s0,.53,0,1.2a1.63,1.63,0,0,0,.15.74c.29.55.84.47,1.73,1.1.7.5.8.87,1.22.85s.41-.22.95-.25c.15,0,.48,0,.61.13s0,.13.09.28.25.19.35.37,0,.2.05.44.16.2.25.42,0,.35.08.61a1.21,1.21,0,0,0,.32.45c.51.57.78.87,1.13.86s.39-.18.57-.11.15.36.33.41.35-.23.53-.2c.38.07.13,1.33.82,1.64.19.09.33,0,.53.19s.23.33.35.65a2.37,2.37,0,0,0,.65,1.07c.26.22.36.15.75.41a3,3,0,0,1,.78.76,14.43,14.43,0,0,0,1.39,1.4c1.59,1.45,4.38.39,5.4,1.79.18.25,0,.2.36.91a5.8,5.8,0,0,0,1.49,2.2c.45.37.82.53.93,1s-.07.37,0,.68.48.67,1.16,1.13.64.33.87.57c.38.4.29.65.68,1a3.08,3.08,0,0,0,.83.39,8.55,8.55,0,0,1,1.31.8c1.2.74,1.82.32,2.58.88,1.12.82.95,2.57,1.05,2.56s-.13-.74.23-.93a.94.94,0,0,1,1,.28c.31.37-.08.72,0,1.53.07.53.35,1.21.77,1.27s.41-.29.71-.27c.61.05.54,1.47,1.45,1.76.35.1.51,0,.92.12s.47.51.8.6.73-.42,1.4-.6c1.16-.3,2.73.72,3.46,1.79a5.07,5.07,0,0,1,.44.87,7.16,7.16,0,0,0,3.13,2.86c2.11,1.14,3.6.91,4.66,2.35a2.82,2.82,0,0,1,.27.42c1.21,2,1.15,3.5,1.86,3.59.27,0,.47-.16.63,0s-.14.83.11,1,.51-.13.61,0-.18.32-.08.51.47.07.61.25-.4.8-.18,1.07.45,0,.61.21-.14.51.07.79c.11.13.24.12.3.28s0,.21,0,.37a.89.89,0,0,0,.18.55c.28.39.9.12,1.26.47s0,.81.37,1.14.51.1.77.33.18.55.23.86c.09.64.65.67,1.63,1.69s.89,1.51,1.65,1.79c.32.12.7.17.87.46s0,.38,0,.73a1.73,1.73,0,0,0,.88,1.36c.56.3,1.05.11,1.25.41s-.15.43,0,.75.56.3,1.18.74a4.58,4.58,0,0,1,.6.52,7.09,7.09,0,0,0,1.91,1.08c1.13.55.86.94,2.13,1.86a9.49,9.49,0,0,0,3.33,1.51c1.5.38,1.43,0,2.89.32a14.27,14.27,0,0,1,4.47,2,4.45,4.45,0,0,0,1.37.68,2.89,2.89,0,0,0,1.92.05c.4-.18.42-.42,1.15-.83l.58-.28,1.24-.59a8.69,8.69,0,0,0,2.62-2.17c.64-.69.43-.59.8-.94,1.47-1.37,3.07-1.29,3.54-2.41.09-.23,0-.25.2-.74a6.44,6.44,0,0,1,.7-1.47,10.08,10.08,0,0,1,1.13-1.3c.92-1,.93-1.07,1.4-1.56s.79-.81,1.27-1.22a13.11,13.11,0,0,1,2.43-1.53c.83-.48,1.53-1.39,2.91-3.22,1-1.28,3.08-4.23,4.17-4.34a1.19,1.19,0,0,0,.56-.19c.29-.22.26-.52.33-.81.14-.57.59-1,1.49-1.74.59-.5.79-.54.89-.85.16-.46-.21-.68-.35-1.28-.24-1,.47-1.21.93-3.15a3.85,3.85,0,0,1,.38-1.13c.16-.3.28-.42.46-.81s.16-.49.29-.78a5.36,5.36,0,0,1,1-1.19,6.93,6.93,0,0,0,.93-1.09,2.62,2.62,0,0,0,.33-.67c.28-.88-.17-1.34.24-1.75.15-.14.34-.21.41-.44s0-.27,0-.44.33-.28.56-.43a1.74,1.74,0,0,0,.63-.84c.63-1.19,3.84-4.08,4.69-3.66.14.06.23.22.44.22s.43-.31.71-.29.32.3.54.29.35-.36.64-.82c.46-.75.66-.6.86-1.07.31-.71-.05-1.26.37-1.5a2.09,2.09,0,0,0,.44-.23c.24-.19.25-.37.37-.37s.18.18.42.48.35.44.56.52c.47.18.94-.26,1.13-.11s-.34.7-.29,1.51c0,.5.31,1,.58,1s.37-.6.74-.64c.53-.05.82,1.24,1.51,1.27.39,0,.39-.42,1.48-1.31.71-.57,1.12-.73,1.18-1.16,0-.21,0-.54.19-.63s.2,0,.29,0-.07-.42.07-.73.48-.21.91-.67c.16-.18.19-.27.37-.36s.38,0,.64-.11.47-.33.7-.65.21-.47.47-.71.21-.12.38-.27c.4-.35.28-.6.64-1s.41-.25.63-.56.1-.49.3-.84.69-.46,1-.91.1-.63.18-1.07c.12-.76.68-.75,1.82-2.12a6.43,6.43,0,0,0,1.35-2.11,1.63,1.63,0,0,1,.23-.52c.32-.47.75-.52,1-1a1.39,1.39,0,0,0,.15-.53c.25-1,2.12-1.7,3.67-1.91a6.25,6.25,0,0,0,2.35-.4,9.5,9.5,0,0,0,1-.59c1.07-.73,1-.79,1.21-.85,1-.25,1.84,1.24,3,1,.42-.09.73-.38,1.21-.26.28.08.43.25.65.19s.26-.23.44-.45c.32-.42.57-.35.89-.66.56-.56.12-1.16.76-1.8a.6.6,0,0,1,.42-.23c.33,0,.43.41.78.45s.65-.47.92-.4.12.26.3.6.63.84,1,.8.53-.68.76-.65.16.56.47.64.24-.09.43-.08c.5,0,.71.91,1,.89s.16-.28.41-.37.59.28,1,.31c.69,0,.84-.84,2-1.22.6-.19.67,0,1.39-.22s.82-.57,1.38-.61.87.3,1.4.17a1.58,1.58,0,0,0,.68-.48,18.8,18.8,0,0,1,2.27-1.55c.88-.55,1-.61,1.26-.6.6,0,.85.45,1.39.39.36,0,.58-.28.9-.63.79-.88.73-1.64,1.31-1.77.24,0,.45,0,.67-.12s.1-.09.29-.41.33-.54.48-.62.23,0,.35-.1c.33-.18.11-.7.2-1.2a2.94,2.94,0,0,1,2.36-1.93A2,2,0,0,0,415,43a1.86,1.86,0,0,0,.83-.7c.93-1.31,4.47-1,5.74-2.39a1.12,1.12,0,0,1,.76-.49c.48,0,.78.46,1.1.35s.14-.29.42-.44.46,0,.68-.1c.38-.2.15-.85.44-.94s.39.24.63.19.21-.74.57-1.34a3.91,3.91,0,0,1,3.33-1.5c.24,0,.75.11,1-.11s.06-.38.27-.53.36,0,.6-.12.26-.47.51-.81c.4-.53,1-.25,1.75-.82.56-.42.58-.83.94-.84s.36.31.93.53a1.61,1.61,0,0,0,1.2,0c.22-.14.14-.3.38-.51s.91-.38,1.05-.23-.49.73-.26,1,.41.16.6.13.45-.16.86-.78a3.79,3.79,0,0,0,.52-.92c.55-1.46,3.71-3.45,4.63-4,1.49-.94,1-.39,2.83-1.47.56-.33.95-.58,1.3-.46.64.22.41,1.41,1.12,1.62.33.1.45-.15.87-.06.61.13.56.71,1.35,1.09.1.05.7.33,1,.13a.62.62,0,0,0,.25-.46c.23-.75,1.79-.65,3.49-1.48a11.13,11.13,0,0,1,2.54-1.27c.42-.08.93-.12.93-.12a3.7,3.7,0,0,1,.89,0c.64.11.71.46,1.06.49.76.07.94-1.48,2.18-2s2.12.62,3.11.15c1.28-.6.93-3,1.91-3.09.32,0,.63.17.93,0s.21-.31.36-.64c.28-.64.57-.61.76-1.06.3-.74-.33-1.19,0-1.51s1,.16,1.86-.19c.57-.22.57-.53,1.11-.6s.65.12,1.11,0,.32-.2.67-.38c.75-.38,1.17-.05,1.6-.38s.18-.75.67-1.05c.28-.19.45-.09.8-.19,1.09-.34.79-1.82,2.08-2.53.4-.22.5-.12.89-.38.58-.38.6-.77,1.16-1.24a3.45,3.45,0,0,1,1-.57c1.94-.89,2.42-4.63,5.28-6,1.47-.7,1.87,0,3.51-.83s2-1.85,3.51-1.92a8.42,8.42,0,0,0,1.42,0A3.49,3.49,0,0,0,500,0Z\" transform=\"translate(0)\"/><path class=\"cls-2\" d=\"M9.25,12.17a1.28,1.28,0,0,1,.48.09c.25.15,0,.36.28.46s.31,0,.55,0a2,2,0,0,1,1.23.54c.57.5.15.75.65,1.06s1.21.27,1.24.48-.34.21-.33.36.62.25,1.12.43a3.09,3.09,0,0,1,1.86,2.08,1.71,1.71,0,0,0,.33.68c.3.36.56.38.92.78s.17.42.5.73a1.79,1.79,0,0,0,1.17.58c.19,0,.17-.18.53-.33a1.64,1.64,0,0,1,.38-.11c.54-.1.85.11,1.21,0,.2-.07.15-.15.4-.22a1.39,1.39,0,0,1,.64,0c.26,0,.23.13.44.19a1.75,1.75,0,0,0,1.37-.24c.05-.06.07-.12.17-.15s.25,0,.43.07a2.32,2.32,0,0,0,.92-.18c.88-.25,1-.22,1-.2s0,.35.12.37.32-.19.42-.16-.05.14,0,.28.27.14.34.26-.08.19-.1.34c-.05.3.51.63.8.59s.12-.12.27-.15a1.29,1.29,0,0,1,1.08.57c.11.21,0,.26.14.4s.48.15.91.33.59.53.83.52.36-.43.58-.43.19.25.53.32a.74.74,0,0,0,.34,0c.25-.06.21-.24.37-.27s.81.48,1,.43,0-.3.17-.39a.83.83,0,0,1,.47,0c1,.2,1.35,1.24,2.61,1.48a1.86,1.86,0,0,0,1.15-.07c.29-.21-.14-.66,0-.69s.18.15.47.28c.48.22.81,0,1.25.21.62.23.29.67,1,.93.23.08.46.12.55.26s-.06.27.08.35.3,0,.42.08,0,.26.13.32.19,0,.3,0,0,.33.25.48.71.05.82.19-.09.13,0,.29a.34.34,0,0,0,.22.22c.19.07.35,0,.47,0s0,.26,0,.59a.61.61,0,0,0,.11.36c.21.27.61.23,1.26.54s.59.42.89.42.3-.11.69-.13a1,1,0,0,1,.45.06c.06,0,0,.07.06.14s.19.09.26.18,0,.1,0,.22.11.1.18.21,0,.17.06.29,0,.09.23.23c.37.28.57.42.83.42s.28-.09.41-.06.11.18.25.21.25-.12.39-.1.09.65.59.8a2.46,2.46,0,0,1,.39.09c.16.08.17.17.26.32a1.16,1.16,0,0,0,.47.53c.19.11.27.07.55.2a2.06,2.06,0,0,1,.57.37,11,11,0,0,0,1,.69c1.17.71,3.21.19,4,.88.13.12,0,.1.27.45A3,3,0,0,0,60,35.63c.33.19.6.26.68.48s-.05.18,0,.33.35.33.85.56a5,5,0,0,1,.63.27c.28.2.22.32.5.49a3.77,3.77,0,0,0,.61.19,6.28,6.28,0,0,1,1,.39c.88.36,1.33.16,1.89.43.82.4.69,1.26.77,1.26s-.1-.37.17-.46a.91.91,0,0,1,.72.14c.22.18-.06.35,0,.75s.25.6.56.62.3-.14.52-.13c.45,0,.39.72,1.06.86a6.12,6.12,0,0,1,.67.07c.35.1.35.24.59.29s.53-.21,1-.29a3.39,3.39,0,0,1,2.53.87,3.19,3.19,0,0,1,.32.43,5.07,5.07,0,0,0,2.29,1.4c1.54.56,2.62.45,3.4,1.16a1.85,1.85,0,0,1,.2.2c.88,1,.84,1.72,1.35,1.77.2,0,.35-.09.47,0s-.11.41.08.48.37-.06.44,0-.13.16,0,.25.34,0,.44.13-.29.39-.13.52.32,0,.44.11-.1.25.06.38.17.07.22.14,0,.11,0,.18a.36.36,0,0,0,.12.27c.21.19.66.06.93.23s0,.4.27.57.37,0,.56.16.13.27.17.42c.07.31.47.33,1.19.83s.65.74,1.21.88c.23.05.51.08.63.22s0,.19,0,.36a.9.9,0,0,0,.64.67c.41.14.77.05.92.2s-.11.21,0,.37.4.14.86.36c.21.1.27.16.44.25a5.61,5.61,0,0,0,1.39.53c.82.28.63.46,1.56.92a8.88,8.88,0,0,0,2.43.74c1.1.18,1,0,2.11.16A13.44,13.44,0,0,1,103,59a3.62,3.62,0,0,0,1,.33,3,3,0,0,0,1.4,0c.3-.09.31-.21.84-.4l.42-.14.91-.29a6.56,6.56,0,0,0,1.92-1.07c.46-.33.31-.29.58-.46,1.07-.67,2.24-.63,2.58-1.18.07-.11,0-.12.15-.37a3.21,3.21,0,0,1,.51-.72,6.82,6.82,0,0,1,.83-.64c.67-.5.68-.52,1-.76s.58-.4.93-.6a11.39,11.39,0,0,1,1.77-.75A7.62,7.62,0,0,0,120,50.35c.7-.63,2.25-2.08,3.05-2.13a1,1,0,0,0,.41-.09c.21-.11.19-.26.24-.4s.43-.47,1.09-.85c.43-.25.57-.27.65-.42s-.15-.33-.26-.63c-.17-.47.35-.59.68-1.55a1.5,1.5,0,0,1,.28-.55c.11-.15.2-.21.34-.4s.11-.24.21-.38.11-.15.7-.58a5.32,5.32,0,0,0,.68-.54,1.33,1.33,0,0,0,.24-.33c.21-.43-.13-.66.17-.86.11-.07.25-.1.3-.21s0-.14,0-.22.24-.14.4-.21a1,1,0,0,0,.46-.41c.47-.59,2.81-2,3.43-1.8.1,0,.17.11.33.11s.3-.15.51-.15.24.15.39.15.26-.18.47-.41.49-.29.63-.52,0-.62.27-.74a1,1,0,0,0,.32-.11c.18-.09.18-.18.27-.18s.14.09.31.24a1.08,1.08,0,0,0,.41.25c.34.09.69-.12.83,0s-.26.34-.21.74c0,.24.22.5.42.51s.27-.3.53-.32.61.61,1.11.62c.29,0,.29-.2,1.09-.64.51-.28.81-.36.86-.57s0-.27.14-.31.14,0,.2,0-.05-.2.06-.36.34-.1.66-.33c.12-.08.14-.13.27-.17a3.55,3.55,0,0,1,.47-.06,1,1,0,0,0,.51-.32c.17-.16.16-.23.35-.34s.15-.06.27-.14c.3-.17.21-.29.47-.5s.3-.12.46-.27.08-.24.22-.41.5-.23.72-.45.08-.31.13-.53c.09-.37.5-.36,1.33-1a3.45,3.45,0,0,0,1-1,.76.76,0,0,1,.16-.26c.24-.23.56-.25.75-.48a.56.56,0,0,0,.11-.26c.18-.47,1.55-.83,2.68-.94a6.28,6.28,0,0,0,1.72-.19L155,28c.79-.36.71-.39.89-.42.76-.12,1.34.61,2.19.49A2.32,2.32,0,0,1,159,28c.21,0,.32.12.48.09s.19-.11.32-.22.42-.17.65-.32c.41-.28.09-.57.56-.89a.55.55,0,0,1,.3-.11c.25,0,.32.21.57.22s.48-.23.67-.19.09.13.22.29a1.09,1.09,0,0,0,.73.4c.3,0,.39-.34.56-.32s.12.27.34.31.18-.05.32,0c.36,0,.51.45.75.43s.12-.13.31-.18.43.14.75.16c.51,0,.62-.42,1.44-.6.43-.1.48,0,1-.11s.61-.28,1-.3.64.15,1,.08a1.09,1.09,0,0,0,.5-.23,14.68,14.68,0,0,1,1.66-.76,2.47,2.47,0,0,1,.92-.3c.44,0,.62.23,1,.2a1.14,1.14,0,0,0,.66-.32c.58-.43.53-.8,1-.86a2,2,0,0,0,.49-.06c.06,0,.07,0,.21-.2s.24-.27.35-.31.17,0,.26,0c.24-.09.08-.34.14-.59.12-.45,1-.88,1.73-.94a2.26,2.26,0,0,0,.51-.07,1.47,1.47,0,0,0,.61-.35c.68-.64,3.26-.46,4.19-1.17a.89.89,0,0,1,.56-.24c.34,0,.57.22.8.17s.1-.15.31-.22.33,0,.49,0,.11-.42.32-.47.29.12.46.1.16-.37.42-.66a3.53,3.53,0,0,1,2.43-.74,1.46,1.46,0,0,0,.72,0c.12-.09,0-.19.19-.26s.27,0,.44-.06.2-.23.38-.4.73-.12,1.28-.4.42-.41.68-.41.26.15.68.25a1.72,1.72,0,0,0,.88,0c.16-.07.1-.15.28-.25a1.09,1.09,0,0,1,.77-.12c.13.1-.37.36-.2.5a.71.71,0,0,0,.44.07,1,1,0,0,0,.63-.39,1.69,1.69,0,0,0,.38-.45c.4-.71,2.71-1.69,3.38-2,1.09-.46.7-.19,2.07-.72a1.77,1.77,0,0,1,1-.22c.47.11.3.69.82.79.24,0,.33-.07.63,0,.45.07.41.35,1,.54a1.43,1.43,0,0,0,.76.06c.15-.05.16-.16.19-.22.16-.37,1.3-.32,2.54-.73a10,10,0,0,1,1.86-.63l.68-.05a3.46,3.46,0,0,1,.65,0c.47.05.52.22.78.24.54,0,.68-.73,1.59-1s1.55.3,2.27.07c.93-.3.68-1.45,1.39-1.52.24,0,.46.09.69,0s.15-.15.26-.31.41-.3.55-.52-.24-.59,0-.74.71.08,1.36-.09c.42-.12.42-.27.81-.3a7.3,7.3,0,0,0,.81,0,2.34,2.34,0,0,0,.49-.19c.55-.18.85,0,1.17-.18s.13-.37.49-.52a2.52,2.52,0,0,1,.58-.09c.8-.17.58-.9,1.53-1.24.29-.11.36-.06.65-.19s.43-.38.84-.61A3.33,3.33,0,0,1,231,6c1.43-.44,1.77-2.27,3.87-2.94,1.07-.35,1.36,0,2.56-.41s1.49-.91,2.57-.94a8.85,8.85,0,0,0,1,0,2.85,2.85,0,0,0,1.43-.62H9.25Z\" transform=\"translate(0)\"/><path class=\"cls-2\" d=\"M257.73.85a7.1,7.1,0,0,0,1.13,0c1.16.05,1.59.7,2.76,1.18s1.61.08,2.77.5c2.26.84,2.63,3.12,4.16,3.66a3.12,3.12,0,0,1,.77.35c.44.29.46.52.92.76.3.15.38.09.7.23,1,.43.78,1.33,1.64,1.54.27.06.4,0,.63.11.38.19.19.45.53.65s.66,0,1.26.23c.27.1.27.17.52.23a8.61,8.61,0,0,0,.88,0c.42,0,.42.23.87.36.7.22,1.21-.08,1.47.12s-.24.47,0,.92c.15.27.38.26.6.64.11.21.11.32.28.4s.48,0,.73,0c.78.08.51,1.51,1.51,1.88.78.29,1.49-.38,2.45-.09s1.12,1.24,1.72,1.2c.27,0,.33-.24.84-.3a3.19,3.19,0,0,1,.7,0s.39,0,.73.07a9.92,9.92,0,0,1,2,.77c1.34.51,2.57.45,2.75.91,0,.08,0,.21.19.27a1.31,1.31,0,0,0,.83-.07c.62-.23.58-.59,1.07-.67.32-.05.41.1.68,0,.55-.13.38-.85.88-1,.27-.07.58.08,1,.28,1.48.66,1.06.32,2.23.9.73.35,3.22,1.57,3.65,2.46A2.64,2.64,0,0,0,304,20c.33.37.52.45.68.47a.7.7,0,0,0,.48-.08c.18-.17-.36-.5-.21-.62a1,1,0,0,1,.82.14c.2.13.13.23.31.31a1.67,1.67,0,0,0,.94,0c.45-.14.49-.33.74-.32s.29.25.73.51c.6.34,1.07.17,1.38.5s.14.4.41.49.32,0,.47.08.08.21.21.31a1.31,1.31,0,0,0,.78.07,3.53,3.53,0,0,1,2.62.92c.28.37.18.78.45.82s.34-.17.5-.12,0,.45.34.57.32,0,.54.07.16.22.32.26.5-.23.87-.21a1,1,0,0,1,.61.3c1,.88,3.78.66,4.51,1.45a1.48,1.48,0,0,0,.66.43,1.87,1.87,0,0,0,.55.09c.78.08,1.74.62,1.86,1.18.08.3-.1.62.16.73.09,0,.15,0,.27.06s.17.11.38.38.17.22.23.25a1.58,1.58,0,0,0,.53.07c.46.08.41.54,1,1.08a1.33,1.33,0,0,0,.71.39c.42,0,.62-.24,1.09-.24.17,0,.31,0,1,.37a15,15,0,0,1,1.79.94,1.24,1.24,0,0,0,.54.29c.41.08.61-.13,1.1-.1s.46.21,1.09.37.62,0,1.09.14c.88.22,1,.77,1.55.74.35,0,.54-.26.81-.19s.19.21.33.22.42-.53.81-.54c.16,0,.21.08.35.05s.2-.37.36-.39.29.37.61.4a1.06,1.06,0,0,0,.78-.49c.14-.21.11-.34.24-.36s.41.26.72.24.36-.28.62-.28a.5.5,0,0,1,.33.14c.5.39.16.76.6,1.1.25.19.45.15.7.4s.18.25.34.28.3-.07.52-.12a2.37,2.37,0,0,1,1,.16c.91.15,1.54-.76,2.36-.6.19,0,.11.07.95.51.33.17.55.29.75.37a6.7,6.7,0,0,0,1.85.24c1.22.12,2.7.58,2.89,1.16a.89.89,0,0,0,.12.33c.21.27.55.3.81.59a.91.91,0,0,1,.17.32,4.28,4.28,0,0,0,1.07,1.29c.9.84,1.34.82,1.44,1.29.06.27-.07.42.14.65s.56.25.78.56,0,.3.23.51.28.14.5.34.19.41.51.62c.13.09.16.07.29.17s.19.23.38.43a1,1,0,0,0,.55.4,2.73,2.73,0,0,1,.5.06,1,1,0,0,1,.29.22c.34.28.61.22.72.41s-.08.39.06.45.13,0,.22,0,.13.26.15.38.37.36.93.71c.86.55.86.81,1.17.8.54,0,.77-.81,1.19-.77s.35.39.58.39.43-.33.45-.64c.05-.49-.39-.82-.22-.92s.52.18.89.07a1.15,1.15,0,0,0,.44-.31c.19-.18.24-.3.33-.3s.11.11.29.23a2.52,2.52,0,0,0,.35.14c.33.14,0,.48.29.91s.31.2.68.65c.23.28.32.51.51.51s.21-.18.42-.18.31.18.56.18.24-.1.34-.14c.68-.26,3.2,1.51,3.7,2.24a1.19,1.19,0,0,0,.5.51c.18.08.37.12.44.26s0,.15,0,.27.2.18.32.27c.32.24,0,.52.18,1.06a1.46,1.46,0,0,0,.27.41,4.36,4.36,0,0,0,.73.67c.64.53.71.64.75.72s.08.23.23.47.24.32.37.5a2.09,2.09,0,0,1,.3.69c.35,1.18.92,1.34.73,1.92-.11.37-.4.5-.28.78s.24.21.7.52c.71.47,1.07.71,1.18,1.06.05.18,0,.36.26.49a1.16,1.16,0,0,0,.44.12c.86.07,2.53,1.87,3.29,2.64a8.39,8.39,0,0,0,2.29,2,11.09,11.09,0,0,1,1.92.93c.38.25.7.51,1,.74s.37.33,1.1,1a7,7,0,0,1,.89.8,3.47,3.47,0,0,1,.55.89c.13.3.09.32.16.45.37.69,1.63.64,2.78,1.48.3.21.13.15.63.57a6.89,6.89,0,0,0,2.07,1.32l1,.36.46.17c.57.25.58.39.91.51a2.88,2.88,0,0,0,1.5,0,4,4,0,0,0,1.09-.41,12.63,12.63,0,0,1,3.52-1.18c1.15-.21,1.09,0,2.27-.2a9.08,9.08,0,0,0,2.63-.92c1-.57.79-.8,1.68-1.14a6,6,0,0,0,1.51-.66,3.66,3.66,0,0,1,.46-.31c.5-.27.82-.25.94-.45s-.13-.31,0-.46.54-.07,1-.25a1.08,1.08,0,0,0,.7-.83c0-.21-.11-.3,0-.45s.43-.2.68-.27c.6-.17.49-.45,1.3-1.1s1.21-.64,1.29-1c0-.18,0-.37.18-.52s.4-.07.6-.2,0-.49.29-.7.78,0,1-.28a.51.51,0,0,0,.14-.34c0-.1-.05-.15,0-.23s.15-.09.23-.17-.08-.34.06-.48.38,0,.49-.13-.33-.48-.15-.65.4,0,.48-.15-.14-.25-.06-.31.34.07.48,0-.12-.49.09-.61.28.06.49,0c.56-.06.52-1,1.47-2.19a1.66,1.66,0,0,1,.21-.26c.84-.87,2-.74,3.67-1.43a5.49,5.49,0,0,0,2.47-1.74,3.77,3.77,0,0,1,.34-.54,3.38,3.38,0,0,1,2.73-1.08c.53.1.74.43,1.11.36s.26-.24.63-.36.45,0,.72-.08c.72-.17.66-1,1.14-1.07.24,0,.32.19.57.16s.55-.45.6-.77c.08-.5-.22-.71,0-.93a.89.89,0,0,1,.77-.18c.29.12.13.57.19.57s-.06-1.06.82-1.56c.61-.34,1.09-.08,2-.54a8,8,0,0,1,1-.48,2.82,2.82,0,0,0,.65-.24c.31-.2.24-.36.54-.6s.22-.1.68-.35.83-.44.91-.69-.06-.22,0-.41.39-.36.74-.59a3.67,3.67,0,0,0,1.17-1.34c.27-.43.15-.4.29-.55.8-.85,3-.21,4.26-1.09a11.9,11.9,0,0,0,1.09-.86,2.11,2.11,0,0,1,.61-.46c.31-.16.39-.12.6-.25a1.46,1.46,0,0,0,.51-.65c.09-.2.1-.31.27-.4a1.74,1.74,0,0,1,.42-.11c.54-.19.35-1,.65-1,.14,0,.26.15.42.12s.1-.2.26-.25.23.06.44.07.5-.18.9-.53a1,1,0,0,0,.25-.27c.06-.16,0-.22.06-.38s.15-.12.2-.25,0-.17,0-.27.2-.1.27-.23,0-.12.07-.17.36-.08.49-.08c.42,0,.5.15.74.16s.41-.21,1-.52,1.14-.34,1.37-.67a1,1,0,0,0,.12-.45c0-.41-.17-.64,0-.73s.31,0,.51-.05a.4.4,0,0,0,.24-.27c.05-.2-.11-.26-.05-.37s.63,0,.89-.23,0-.53.27-.59.22,0,.32,0,0-.29.14-.41.32,0,.45-.09,0-.26.09-.44.35-.21.59-.31c.77-.33.41-.88,1.08-1.16.48-.2.83,0,1.35-.27.31-.16.44-.37.51-.34s-.32.6,0,.86a1.79,1.79,0,0,0,1.24.09c1.35-.3,1.74-1.6,2.82-1.85a.84.84,0,0,1,.5,0c.23.12,0,.44.18.48s.76-.6,1.08-.53.13.27.41.34a.69.69,0,0,0,.36,0c.37-.08.38-.39.57-.39s.32.5.63.52.3-.34.89-.64.76-.17,1-.41,0-.24.16-.5a1.32,1.32,0,0,1,1.15-.71c.17,0,.14.17.3.19.31,0,.91-.36.87-.74,0-.18-.19-.26-.12-.41s.28-.16.37-.33,0-.33.05-.35.33.24.45.21-.06-.37.13-.46.17-.06,1.11.24c.58.18.75.27,1,.22s.32-.12.47-.08.13.11.18.18a1.66,1.66,0,0,0,1.47.3c.23-.07.2-.17.48-.24a1.37,1.37,0,0,1,.69,0c.27.08.21.19.44.27s.71-.12,1.3,0a1.7,1.7,0,0,1,.4.14c.4.18.38.36.58.4.36.08.94-.35,1.26-.71s.2-.47.54-.91.67-.52,1-1A1.7,1.7,0,0,0,500,21V.09H256.19A2.89,2.89,0,0,0,257.73.85Z\" transform=\"translate(0)\"/></svg></li><li title=\"moutains \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1000 100\" preserveAspectRatio=\"none\">\n\t<path opacity=\"0.33\"\n\t\td=\"M473,67.3c-203.9,88.3-263.1-34-320.3,0C66,119.1,0,59.7,0,59.7V0h1000v59.7 c0,0-62.1,26.1-94.9,29.3c-32.8,3.3-62.8-12.3-75.8-22.1C806,49.6,745.3,8.7,694.9,4.7S492.4,59,473,67.3z\">\n\t</path>\n\t<path opacity=\"0.66\"\n\t\td=\"M734,67.3c-45.5,0-77.2-23.2-129.1-39.1c-28.6-8.7-150.3-10.1-254,39.1 s-91.7-34.4-149.2,0C115.7,118.3,0,39.8,0,39.8V0h1000v36.5c0,0-28.2-18.5-92.1-18.5C810.2,18.1,775.7,67.3,734,67.3z\">\n\t</path>\n\t<path\n\t\td=\"M766.1,28.9c-200-57.5-266,65.5-395.1,19.5C242,1.8,242,5.4,184.8,20.6C128,35.8,132.3,44.9,89.9,52.5C28.6,63.7,0,0,0,0 h1000c0,0-9.9,40.9-83.6,48.1S829.6,47,766.1,28.9z\">\n\t</path>\n</svg>\n</li><li title=\"music notes bottom \"><svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1019.61 199.55\"><defs><style>.cls-1{fill:inherit;}</style></defs><g id=\"Layer_1-2\" data-name=\"Layer 1\"><path class=\"cls-1\" d=\"M1019.61,100.55v99H1.61v-61s82.09.89,186,12c117.81,12.59,222,30,371,30C758.86,180.55,1019.61,100.55,1019.61,100.55Z\" transform=\"translate(0 0)\"/><path class=\"cls-1\" d=\"M977.91,66.58A1082.81,1082.81,0,0,1,800,129.05a1103.85,1103.85,0,0,1-186.87,31,1087.21,1087.21,0,0,1-189.06-1.43q-46.83-4.51-93.12-13.24c-31.91-6-63.29-14.21-94.79-22.08C173.41,107.66,106,93.15,41.79,108.39a205,205,0,0,0-23.28,7c-1.14.42,5.2,2.07,5.65,2.16,2.7.56,7.64,2.19,10.41,1.17,63.4-23.31,130.23-11,193.72,4.87,32.08,8,64.08,16.22,96.56,22.49q46.74,9,94.09,14.21A1119.76,1119.76,0,0,0,607,164.89a1115.65,1115.65,0,0,0,185.79-26.84,1085,1085,0,0,0,179.32-58.5q11-4.69,21.91-9.63c1.15-.52-5.18-2.07-5.64-2.16-2.49-.52-7.88-2.32-10.42-1.18Z\" transform=\"translate(0 0)\"/><path class=\"cls-1\" d=\"M16.75,82.12c35.91-44.88,100-54,153.37-43,33.33,6.84,65.35,18.93,97.75,29.12a923.4,923.4,0,0,0,95.61,24.51,958.74,958.74,0,0,0,195.38,18.94A918.15,918.15,0,0,0,753.27,89.51C819.46,74.58,882.5,51.05,944.7,24.27q12-5.19,24-10.42c1.16-.5-5.18-2.07-5.64-2.16-2.53-.53-7.83-2.3-10.41-1.18-62.9,27.32-126,53.34-192.65,70.16A906.28,906.28,0,0,1,564.39,107.8c-65.4,1.9-131.13-3.1-195.31-15.92A871.81,871.81,0,0,1,272.75,66.7c-32.34-10.41-64.48-21.77-97.87-28.65-54-11-117.18-11.67-161.21,26.78A110.92,110.92,0,0,0,0,79.17c-.29.35,7.59,2.28,8.21,2.39C9.64,81.82,15.62,83.56,16.75,82.12Z\" transform=\"translate(0 0)\"/><path class=\"cls-1\" d=\"M895.11.48a618.28,618.28,0,0,1-200.39,71c-1,.17,5.13,2,5.65,2.16,3.19.67,7.12,1.73,10.41,1.18A620,620,0,0,0,911.9,3.43c-.26.14-7.26-2.23-8.21-2.4-2.22-.39-6.42-1.75-8.54-.55Z\" transform=\"translate(0 0)\"/><path class=\"cls-1\" d=\"M414.94,140.19c-18.51,9.08-18,25.6-14.65,30.15,3.8,5.16,15.47,11.44,37,2.55s17.57-22.64,12.38-28.47C443.43,137.36,429.11,133.23,414.94,140.19Z\" transform=\"translate(0 0)\"/><polyline class=\"cls-1\" points=\"450.53 155.67 470.46 43.48 470.48 43.39 453.5 156.12\"/><path class=\"cls-1\" d=\"M469.11,52.28s51.56,14.62,36.55,36L502,92.77S538.31,73,471.08,42.62C469.82,42,469.11,52.28,469.11,52.28Z\" transform=\"translate(0 0)\"/><path class=\"cls-1\" d=\"M842,124.84c-14.85,14.3-9.34,29.89-4.75,33.19,5.2,3.75,18.23,6.16,36.05-8.88s9.81-26.92,3.09-30.9C868.28,113.45,853.41,113.88,842,124.84Z\" transform=\"translate(0 0)\"/><polyline class=\"cls-1\" points=\"880.96 130.69 865.8 19.06 865.66 17.68 883.92 130.21\"/><path class=\"cls-1\" d=\"M102.69,156.32c-19,7.87-19.61,24.4-16.55,29.15,3.46,5.39,14.71,12.4,36.79,4.91s19-21.47,14.18-27.62C131.31,155.32,117.3,150.28,102.69,156.32Z\" transform=\"translate(0 0)\"/><polyline class=\"cls-1\" points=\"137.92 173.17 164.64 63.73 165.01 62.39 140.85 173.81\"/><path class=\"cls-1\" d=\"M918.84,53.55a936.61,936.61,0,0,1-169.11,58.29,956.9,956.9,0,0,1-177.09,25.48,929.8,929.8,0,0,1-178.88-8.2,863.78,863.78,0,0,1-86.57-17.07c-30.71-7.71-60.72-17.78-91.23-26.2C160.06,70.41,96,58.56,40.72,82.91A141,141,0,0,0,23.45,92c.16-.1,7.31,2.24,8.21,2.4,2.13.37,6.51,1.79,8.53.55C64.89,79.78,93.8,73.23,122.6,72.68c30.94-.58,60.9,6.47,90.46,15,29.88,8.6,59.45,18.13,89.66,25.56q44.11,10.86,89.1,17.62a983.1,983.1,0,0,0,177.55,10.72A968.33,968.33,0,0,0,745.24,120,939.16,939.16,0,0,0,914.82,65.86Q924.92,61.53,934.9,57c1.15-.53-5.18-2.07-5.65-2.17-2.48-.51-7.88-2.32-10.41-1.17Z\" transform=\"translate(0 0)\"/><path class=\"cls-1\" d=\"M18.9,37.74C50.84,26.1,83.62,14,117.9,12.2s68.68,7.63,101.36,16.85q28.53,8,56.41,18.11a49.1,49.1,0,0,0,11.44,2.3c.82.08,6.27.37,3.22-.73a846.52,846.52,0,0,0-112.17-32c-19.06-4-38.43-7.35-57.93-8.06A207.36,207.36,0,0,0,64.8,14.54C43.67,19.54,23.22,27,2.8,34.4c-1.14.42,5.2,2.07,5.65,2.16,2.71.57,7.63,2.19,10.41,1.18Z\" transform=\"translate(0 0)\"/></g></svg></li><li title=\"paint brush bottom \"><svg id=\"paint_brush_Image\" data-name=\"paint brush Image\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1999.99 184.99\"><defs><style>.cls-1{fill:inherit;}</style></defs><path class=\"cls-1\" d=\"M469.08,394.16a2.45,2.45,0,0,1,1.08-.34,28.37,28.37,0,0,1,3.45,0,2.5,2.5,0,0,1,1.41.53,2.46,2.46,0,0,0,2.18.36,3,3,0,0,0,1-.54,2,2,0,0,1,1.07-.35c1.28,0,2.56-.05,3.84-.06a3.71,3.71,0,0,0,2.16-.67,1.3,1.3,0,0,1,1.43,0l.66.38a1.08,1.08,0,0,0,.75.08,1.11,1.11,0,0,0,.37-.07,2.89,2.89,0,0,0,1.43-1.71,2.41,2.41,0,0,1,.56-1c.43-.47.89-.92,1.35-1.36a3.13,3.13,0,0,1,1.32-.73c.35-.1.52-.29.72-.82a3.8,3.8,0,0,1,1.4-1.78,1.13,1.13,0,0,1,1.08-.16,1,1,0,0,1,.34.15,3,3,0,0,0,1.78.62l3.07,0a11,11,0,0,1,1.15,0,2,2,0,0,1,1.06.39,3.81,3.81,0,0,0,1.36.69,1.43,1.43,0,0,1,.67.34c.38.34.78.66,1.15,1a2.24,2.24,0,0,0,1,.51,2.65,2.65,0,0,1,1,.53,2.1,2.1,0,0,0,1,.48,7.1,7.1,0,0,1,1.87.4c.56.26.57.21,1.4-.07a2.76,2.76,0,0,1,.74-.18c.9-.05,1.79-.06,2.69-.08.38,0,.77,0,1.14-.07a1.73,1.73,0,0,0,1-.44,7.85,7.85,0,0,1,1.45-1.25,1.16,1.16,0,0,1,1.1-.07,2.46,2.46,0,0,1,1.49,2.06,3.18,3.18,0,0,0,.13.76c.09.27.3.47.51.43a13,13,0,0,0,2.18-.73c.11,0,.2-.16.3-.23a2.41,2.41,0,0,1,1.44-.43l5,0,3.07,0a2.35,2.35,0,0,0,1.41-.52,2.7,2.7,0,0,1,1.8-.51h.77a2.39,2.39,0,0,1,1.43.48,3.37,3.37,0,0,0,.31.21,1.22,1.22,0,0,0,1.43,0,2.77,2.77,0,0,1,1.74-.67,20,20,0,0,0,2.68-.12,1.47,1.47,0,0,0,.7-.3c.39-.32.78-.65,1.16-1a1.56,1.56,0,0,1,.64-.41,5,5,0,0,0,1.7-.85,1.93,1.93,0,0,1,1.09-.3l3.07-.07a3.9,3.9,0,0,0,.75-.12,1.05,1.05,0,0,0,.35-.13,17,17,0,0,0,2.3-2,2.72,2.72,0,0,1,1-.6,5,5,0,0,0,1.35-.71,1.33,1.33,0,0,1,.69-.29l1.14-.16a1.65,1.65,0,0,0,.71-.26,3.28,3.28,0,0,1,1.8-.57h10.74a2.36,2.36,0,0,1,.38,0,2.32,2.32,0,0,1,1.4.54c.38.34.75.7,1.15,1a1.52,1.52,0,0,0,.7.28c.64.07,1.28.09,1.91.16a2.18,2.18,0,0,1,1.05.42,2.6,2.6,0,0,0,1,.52,3.66,3.66,0,0,1,1.35.68,1.43,1.43,0,0,0,.72.23,8.8,8.8,0,0,0,1.92,0,1.47,1.47,0,0,0,.73-.21,4.49,4.49,0,0,1,1.34-.69,4.71,4.71,0,0,0,1.08-.41.94.94,0,0,1,1,.15c.21.14.39.33.59.49l1.45,1.25a1.68,1.68,0,0,0,1,.4c1,0,2,0,3.07,0a3.08,3.08,0,0,0,1.81-.54,2.2,2.2,0,0,1,1.07-.38c.51,0,1-.06,1.53-.08a2,2,0,0,0,1.09-.31,3.67,3.67,0,0,1,2.18-.59c.64,0,1.28,0,1.92-.07a2.19,2.19,0,0,0,1.05-.4,2.41,2.41,0,0,1,1.41-.52c1.15,0,2.3-.06,3.45-.12a1.92,1.92,0,0,0,1.07-.37,2.88,2.88,0,0,1,1.79-.58l1.15,0h3.84a11,11,0,0,0,1.15,0,3.24,3.24,0,0,0,1.08-.34,3,3,0,0,1,1.81-.53l5.76,0a2.74,2.74,0,0,0,1.45-.41,3.56,3.56,0,0,1,1.82-.52l1.15,0h4.61l1.91,0a2.76,2.76,0,0,0,1.77-.63,1.76,1.76,0,0,1,1.06-.38c.9-.05,1.79-.05,2.69-.06s2,0,3.07,0a3.76,3.76,0,0,0,2.19-.55,2.18,2.18,0,0,1,1.09-.33,11,11,0,0,1,1.15,0h19.57c.89,0,1.79,0,2.68,0a3.14,3.14,0,0,0,1.1-.29,3.4,3.4,0,0,1,2.18-.6H682a3.41,3.41,0,0,1,2.17.62,1.94,1.94,0,0,0,1.09.27,2.45,2.45,0,0,0,1.47-.34l.33-.19a2.87,2.87,0,0,1,2.22-.21c.38.08.72.27,1.1.34a1,1,0,0,0,.71-.18,2.06,2.06,0,0,1,1.09-.28l3.84,0c.51,0,1,0,1.53-.05a1.79,1.79,0,0,0,1.08-.35,3.22,3.22,0,0,1,2.13-.7l3.84-.06a2,2,0,0,0,1.08-.33,3.48,3.48,0,0,1,1.79-.6,3.06,3.06,0,0,0,1.44-.46,2.64,2.64,0,0,1,1.45-.43h1.92a2.73,2.73,0,0,1,1.79.56,1.6,1.6,0,0,0,.69.3,3.21,3.21,0,0,1,1.57,1,1.79,1.79,0,0,1,.51,1c0,.26.07.51.11.76-.36.8-.69,1.73-1.58,2-3.08.84-2.52,2.82-1.67,4.93a2.41,2.41,0,0,0,.57.84c2,1.18,3.89,3.22,6.43,1a2.48,2.48,0,0,1,1-.4c2.4.69,4.78,1.27,6.6-1.22a2.71,2.71,0,0,1,1.06-.17,6.41,6.41,0,0,1,1.52.54c3.13-.82,6-2.77,9.38-2.54a2.69,2.69,0,0,0,1-.49,1.39,1.39,0,0,1,1.38,0,15.64,15.64,0,0,0,1.42,1.13,1.67,1.67,0,0,1,.73.78h0c.46.41.31,1.12.77,1.53l.36.11a2.25,2.25,0,0,0,2.14-.44,2.78,2.78,0,0,1,1.08-.34l3.44-.05,1.91,0a2.52,2.52,0,0,0,1.43-.45,2.93,2.93,0,0,1,2.2-.36,3.2,3.2,0,0,1,.71.26,1.26,1.26,0,0,0,1.09,0,5,5,0,0,1,1-.43,2,2,0,0,0,1-.57c.64-.61,1.31-1.2,1.93-1.83a2.07,2.07,0,0,1,1.38-.54,2.27,2.27,0,0,1,1.77.54c.19.17.37.35.57.51a5.38,5.38,0,0,0,.59.48,1.47,1.47,0,0,0,1.45.08,6.18,6.18,0,0,0,.64-.4,2.63,2.63,0,0,1,2.21-.08,4,4,0,0,1,.65.39,2.44,2.44,0,0,0,1.45.34,1.64,1.64,0,0,0,1.26-.74c.19-.31.26-.71.63-.92a5.32,5.32,0,0,1,.69-.3,3.61,3.61,0,0,0,.67-.36,2.61,2.61,0,0,1,3.19,0,1.5,1.5,0,0,0,.68.3,4.84,4.84,0,0,0,1.52,0,1.4,1.4,0,0,0,.67-.32,4.32,4.32,0,0,1,.67-.36c2.9-.11,4.94-.93,4.4-4.51-.46-3,1.35-3.08,3.54-2.38a3.72,3.72,0,0,1,.88.7,1.74,1.74,0,0,1,.5,1c0,.37.09.75.13,1.12a1.05,1.05,0,0,0,.74.77,3.14,3.14,0,0,0,.75.09,1.36,1.36,0,0,0,1.44-1c.3-.77.32-.76,1.3-1.17a2.22,2.22,0,0,0,.65-.38,9,9,0,0,0,1.11-1c.32-.39.67-.76,1-1.12a6.68,6.68,0,0,1,.57-.49c1.61-1,3.37,0,5-.42a2.14,2.14,0,0,1,2.27.15,2.47,2.47,0,0,0,.6.35l.2.05h0l-.23-.05a1.6,1.6,0,0,1-.51-.33,2.44,2.44,0,0,0-.64-.42c-.63-.2-1.17.13-1.74.26-1.45-.16-3.19.74-4.18-1.12-.55-.35-1.23-.27-1.8-.58a.75.75,0,0,1-.43-.6,1,1,0,0,1,.28-1l.26-.28a2,2,0,0,1,1.31-.71q.76-.07,1.53-.09a1.8,1.8,0,0,0,1.08-.33,3.51,3.51,0,0,1,2.12-.79,2.74,2.74,0,0,0,1.39-.56,2.12,2.12,0,0,1,1.1-.31c1.28,0,2.55,0,3.83,0h1.15a3.36,3.36,0,0,0,1.82-.51,2.77,2.77,0,0,1,1.46-.4c1.79,0,3.58,0,5.37-.08a1.51,1.51,0,0,0,1-.43,2.36,2.36,0,0,1,1.39-.57l.39,0c.25,0,.51,0,.76,0a2.3,2.3,0,0,1,1.42.5,2.16,2.16,0,0,0,1.4.53c.77,0,1.54,0,2.3,0a2.28,2.28,0,0,0,1.42-.51,2.26,2.26,0,0,1,1.4-.52l3.45,0a8.79,8.79,0,0,0,2.29-.18c.28-.08.68-.57.62-.86a2.29,2.29,0,0,0-.21-.72,4.28,4.28,0,0,1-.37-.66,1.57,1.57,0,0,1,.05-1.11c.18-.48.58-.84.69-1.36a2.18,2.18,0,0,1,.54-1c.77-.84,1.59-1.65,2.43-2.44a2.41,2.41,0,0,1,1-.55,2.65,2.65,0,0,0,1-.49,3.89,3.89,0,0,1,1.35-.71,8.64,8.64,0,0,0,1-.57,2.14,2.14,0,0,1,.73-.23,13,13,0,0,1,1.53-.08h10.74c.77,0,1.53,0,2.3,0a2.77,2.77,0,0,0,1.44-.45,3,3,0,0,1,1.46-.42l5.75,0c.51,0,1,0,1.53-.05a2.19,2.19,0,0,0,1.08-.35,3.12,3.12,0,0,1,1.79-.59c.76,0,1.53,0,2.3-.11a1.74,1.74,0,0,0,1-.43,2,2,0,0,1,1-.48c.26,0,.51-.07.77-.09a2.78,2.78,0,0,0,1.4-.54,1.91,1.91,0,0,1,1.08-.33c1.53,0,3.07-.05,4.6-.1a2.74,2.74,0,0,0,.74-.17,1.09,1.09,0,0,0,.33-.19c.7-.57,1.67-.64,2.35-1.26a1.59,1.59,0,0,1,1.06-.36l1.92,0c.82,0,.9,0,2.07.78a1.34,1.34,0,0,0,1.1.1,3.86,3.86,0,0,0,.65-.39,1.76,1.76,0,0,1,.65-.4,3.05,3.05,0,0,0,1.35-.69c.27-.26.6-.48.88-.74a3.32,3.32,0,0,1,1.36-.66c.49-.15.79-.63,1.29-.8a1.11,1.11,0,0,1,.74,0,3.82,3.82,0,0,1,1,.61,1.11,1.11,0,0,0,1.42,0,4.64,4.64,0,0,1,1-.59,1,1,0,0,1,.74,0c.33.18.62.43.94.64a1.16,1.16,0,0,0,1.1,0,3.47,3.47,0,0,0,.33-.18,4,4,0,0,1,1.32-.75c.63-.16,1.06-.71,1.69-.87a3.76,3.76,0,0,0,1.38-.63,2,2,0,0,1,1.09-.31l1.92,0,3.07,0a2.83,2.83,0,0,0,1.78-.57,2.34,2.34,0,0,1,1.44-.44c1,0,2,0,3.07-.08a2.55,2.55,0,0,0,1.42-.5,2.52,2.52,0,0,1,1.43-.47l2.69,0,1.53,0a2.05,2.05,0,0,0,1.09-.3,3.84,3.84,0,0,1,2.19-.58c1.15,0,2.3,0,3.45,0a2.83,2.83,0,0,0,1.78-.58,1.69,1.69,0,0,1,1.81.05.72.72,0,0,0,.7.14,1.89,1.89,0,0,1,1.49.09,2.5,2.5,0,0,0,1.1.29c1.53,0,3.06.08,4.6,0a1.83,1.83,0,0,0,1.05-.41c.39-.32.75-.69,1.11-1.05a1.81,1.81,0,0,1,.63-.43,9.35,9.35,0,0,0,1.73-.8,1.55,1.55,0,0,1,.73-.21c.89,0,1.78-.05,2.68-.06s1.53,0,2.3,0a3.45,3.45,0,0,0,2.16-.63,1.29,1.29,0,0,1,.72-.24c.64,0,1.28-.09,1.91-.07a3.8,3.8,0,0,0,2.5-.8,1.38,1.38,0,0,1,.72-.24c.12,0,.25,0,.38,0h10a2.24,2.24,0,0,1,1.42.48,2.76,2.76,0,0,0,1.4.58l.38,0a2.73,2.73,0,0,1,1.4.53,2.66,2.66,0,0,0,1.08.36,16.11,16.11,0,0,0,2.69,0,2.14,2.14,0,0,0,1.07-.36,3,3,0,0,1,1.8-.53l1.54,0a21.81,21.81,0,0,0,2.68-.07,1.79,1.79,0,0,0,1-.44,2,2,0,0,1,.63-.42,11.85,11.85,0,0,0,1.72-.83,1.81,1.81,0,0,1,.72-.24c.64-.06,1.28-.05,1.91-.12a2,2,0,0,0,1.06-.4,1.91,1.91,0,0,1,1.06-.41c.76-.05,1.53-.06,2.3-.06h11.89c.77,0,1.54,0,2.3,0a2.54,2.54,0,0,0,1.43-.49,2.76,2.76,0,0,1,1.42-.52c.51,0,1-.05,1.52-.12a2.22,2.22,0,0,0,1.06-.42,2.52,2.52,0,0,1,1.43-.47c.64,0,1.28,0,1.92,0a3.06,3.06,0,0,0,1.8-.55,1.58,1.58,0,0,1,.7-.27,11.13,11.13,0,0,1,1.15-.09,3.63,3.63,0,0,0,2.17-.61A2.3,2.3,0,0,1,1038,328c.51,0,1-.05,1.53-.05H1045a3.13,3.13,0,0,0,1.8-.53,2.59,2.59,0,0,1,1.43-.49l1.91-.05a3.14,3.14,0,0,0,1.81-.53A1.92,1.92,0,0,1,1053,326c.9,0,1.79,0,2.68-.1a2.15,2.15,0,0,0,1.07-.39,2.51,2.51,0,0,1,1.42-.49c.26,0,.51,0,.77,0a3.32,3.32,0,0,0,2.14-.72,1.88,1.88,0,0,1,1.08-.32c.63,0,1.27,0,1.91,0l4.22,0a2.72,2.72,0,0,0,1.45-.44,3.34,3.34,0,0,1,1.82-.48l1.54,0c1.53,0,3.06.06,4.6-.06a1.52,1.52,0,0,0,.72-.22c.22-.13.46-.23.68-.36a2,2,0,0,1,.72-.22,17.73,17.73,0,0,1,2.3-.07l5,0a2.7,2.7,0,0,0,1.78-.58,2.21,2.21,0,0,1,1.05-.41c.38-.05.76-.14,1.13-.21a1.26,1.26,0,0,0,.68-.34,1.9,1.9,0,0,1,1-.44,7.2,7.2,0,0,1,1.14-.07c1.15,0,2.31,0,3.46,0l1.91,0a2.91,2.91,0,0,0,1.46-.42,2.78,2.78,0,0,1,1.44-.45l1.92,0h5c.51,0,1,0,1.54-.06a2,2,0,0,0,1.06-.38,1.6,1.6,0,0,1,2.1,0c.3.23.59.48.88.73a2.21,2.21,0,0,0,1.38.57c1.15.05,2.3.06,3.45,0a2.31,2.31,0,0,0,1.39-.58c.3-.24.57-.51.87-.75a2.59,2.59,0,0,1,1.42-.52h5.75a3.71,3.71,0,0,1,2.16.67,1.41,1.41,0,0,0,.72.24l1.53,0a2.48,2.48,0,0,0,1.43-.46,2.73,2.73,0,0,1,1.44-.46c2-.05,4.09-.07,6.14,0a2.66,2.66,0,0,1,.37.07,1.18,1.18,0,0,1,1,1,2.12,2.12,0,0,1-.75,2l-.58.5a1.19,1.19,0,0,1-.7.27c-1.15.12-2.3.05-3.45.08a15,15,0,0,0-2.68.11,1,1,0,0,0-.64.36l-.25.29c-.27.55-1.19.83-.69,1.7l.58,1c.23.41,0,1.21-.45,1.29l-.36.09-.77.1a2.61,2.61,0,0,0-2,1.58,1.37,1.37,0,0,0-.11.36,1.58,1.58,0,0,0,0,.38,2.09,2.09,0,0,0,.84,2c.29.31.49.33,1,.12l.34-.17a2.72,2.72,0,0,1,1.11-.28c.76,0,1.53,0,2.3,0a2.16,2.16,0,0,1,1.39.56,1.51,1.51,0,0,0,1,.41c1.15.05,2.31.05,3.46.06l3.83,0a3.12,3.12,0,0,1,1.8.56,1.55,1.55,0,0,0,.71.27,13.5,13.5,0,0,0,1.91.07,4,4,0,0,0,2.55-.65,1.35,1.35,0,0,1,1.43.13,4.67,4.67,0,0,1,.6.48,4.38,4.38,0,0,0,.92.68,2.35,2.35,0,0,0,.72.24,11.44,11.44,0,0,0,2.68,0,1.25,1.25,0,0,0,1.22-.74c0-.12.1-.24.14-.36a3.7,3.7,0,0,1,1.22-1.44.84.84,0,0,1,.34-.17c.49-.12,1-.22,1.49-.33a.77.77,0,0,0,.69-.78.74.74,0,0,0-.51-.9,1.91,1.91,0,0,1-1.35-1.22,2.47,2.47,0,0,0-.57-1c-.45-.45-.89-.92-1.33-1.37-.71-.74-1.43-1.47-2.2-2.14a1.68,1.68,0,0,0-1-.4c-.51,0-1,0-1.53-.07a2.27,2.27,0,0,1-1.4-.53,3.64,3.64,0,0,0-1-.48,1.23,1.23,0,0,1-.72-.84,2.4,2.4,0,0,1,0-1.13,1.64,1.64,0,0,1,.29-.69c.5-.58,1.05-1.12,1.57-1.69a2.27,2.27,0,0,1,.95-.6c.24-.09.49-.15.72-.26a6.41,6.41,0,0,1,1.35-.7,5.28,5.28,0,0,0,1.37-.67,2,2,0,0,1,.73-.21c.13,0,.25-.05.38-.05h6.14a2.55,2.55,0,0,1,1.44.44,2.75,2.75,0,0,0,1.44.45l1.53.09a1.71,1.71,0,0,1,.72.24,3.37,3.37,0,0,0,2.17.62c.89,0,1.79,0,2.68,0a2.58,2.58,0,0,1,1.43.48,2.24,2.24,0,0,0,1.4.53l3.84.06a3.05,3.05,0,0,1,1.81.51,2.21,2.21,0,0,0,.34.18,1.41,1.41,0,0,0,.73.21c.63,0,1.27.07,1.91.07h7.68c.64,0,1.27,0,1.91,0a2,2,0,0,1,1.1.3,3.83,3.83,0,0,0,2.18.59h4.61a3.31,3.31,0,0,0,1.48-.34.76.76,0,0,1,.7-.12,6.28,6.28,0,0,0,2.22.53,1.67,1.67,0,0,1,1,.41,1.77,1.77,0,0,0,.32.21,1.68,1.68,0,0,0,.72.25,14.11,14.11,0,0,0,2.68,0,2.58,2.58,0,0,0,1.08-.34c.23-.11.45-.25.67-.38a1.41,1.41,0,0,1,.72-.22,4.63,4.63,0,0,0,1.86-.42,1.07,1.07,0,0,1,1.08,0,2.51,2.51,0,0,0,1.09.33c.64.05,1.28.07,1.91.12a1.26,1.26,0,0,1,.71.27,2.8,2.8,0,0,0,1.77.63h3.83a2.86,2.86,0,0,0,1.78-.61,1.25,1.25,0,0,1,.71-.27c.25,0,.5-.06.76-.05a1.82,1.82,0,0,1,1.09.28,3.52,3.52,0,0,0,2.15.67c1.92,0,3.84,0,5.76.07a2.16,2.16,0,0,1,1.09.32c.22.13.42.3.64.41a2.17,2.17,0,0,0,.73.21c1,0,2.05.05,3.07.07.51,0,1,0,1.53,0a3.09,3.09,0,0,1,1.43.51,1.51,1.51,0,0,0,1.45.17c.35-.11.68-.35,1.1-.25a3.7,3.7,0,0,1,.7.26,2.1,2.1,0,0,0,.74.17c.51,0,1,0,1.54,0,1.4,0,2.81-.05,4.22.06a1.93,1.93,0,0,1,1.05.41,1.32,1.32,0,0,0,.67.35c.38.06.75.14,1.13.19a2.13,2.13,0,0,1,1.07.38,5.22,5.22,0,0,0,1.33.73,4.67,4.67,0,0,1,1,.52,2,2,0,0,0,1.08.34c.77,0,1.53,0,2.3,0a2.67,2.67,0,0,0,1.43-.46,2.33,2.33,0,0,1,1.45-.44l5.75,0a3.66,3.66,0,0,1,2.16.67,1.11,1.11,0,0,0,1.09.06,6.16,6.16,0,0,0,.68-.34,3.05,3.05,0,0,1,1.85-.34,1.62,1.62,0,0,1,.71.24,3.29,3.29,0,0,0,2.16.65l1.54,0a3.14,3.14,0,0,1,1.8.56,2.17,2.17,0,0,0,1.08.33c1.15,0,2.3,0,3.45.08a2,2,0,0,1,1.37.61c.27.27.57.51.83.79a2.15,2.15,0,0,0,1.36.62l.77.08a1.86,1.86,0,0,1,1,.48c.29.25.56.52.84.78a2.5,2.5,0,0,0,1,.58,3.9,3.9,0,0,1,1.34.73,1.08,1.08,0,0,0,.69.29c.51,0,1,.07,1.53.08l3.83,0a3,3,0,0,1,1.81.52,1.8,1.8,0,0,0,.7.29,7.65,7.65,0,0,0,2.29,0,1.68,1.68,0,0,0,.71-.28,3.43,3.43,0,0,1,1.81-.55H1322a2.85,2.85,0,0,1,1.8.56,1.63,1.63,0,0,0,.7.27l1.91.13a2.1,2.1,0,0,1,1.07.36,2.84,2.84,0,0,0,1.42.53,3,3,0,0,1,1.77.63,2.28,2.28,0,0,0,1.43.48l1.91,0a3.21,3.21,0,0,1,1.8.55,2,2,0,0,0,1.08.35l1.54,0h13.43c.51,0,1,0,1.53.05a2.66,2.66,0,0,1,.74.17c1.75.7,1.75.71,2.92.7l1.92,0a2.81,2.81,0,0,1,1.77.62,1.85,1.85,0,0,0,1.06.39,35.31,35.31,0,0,0,4.6,0,2.75,2.75,0,0,0,1.1-.33,1.48,1.48,0,0,1,1.44.07,2.37,2.37,0,0,0,1.11.28l4.22,0c1.15,0,2.3,0,3.45,0a3.64,3.64,0,0,1,2.17.64,2,2,0,0,0,1.09.3c.64,0,1.28,0,1.92,0,1.28,0,2.56,0,3.84,0a3.9,3.9,0,0,1,2.18.6,2.2,2.2,0,0,0,1.1.28c1.15,0,2.3,0,3.45.08a2.24,2.24,0,0,1,.73.21,6.15,6.15,0,0,1,.66.37,1.42,1.42,0,0,0,1.46.07,1.41,1.41,0,0,1,1.43,0,4,4,0,0,0,1.47.38,2.55,2.55,0,0,1,1.4.56,2.38,2.38,0,0,0,1.44.46,30.55,30.55,0,0,0,3.45,0,1.69,1.69,0,0,0,1-.43,2.65,2.65,0,0,1,1-.55,4.21,4.21,0,0,0,1.33-.73,1.49,1.49,0,0,1,.69-.31,2.46,2.46,0,0,0,1-.49,3.11,3.11,0,0,1,1-.47,2.21,2.21,0,0,0,1-.55c.39-.34.73-.72,1.12-1a1.75,1.75,0,0,1,1-.42l3.45-.06,1.92,0a2.55,2.55,0,0,0,1.45-.43c.52-.4,1.2-.43,1.72-.79a4.74,4.74,0,0,1,1.37-.68,2.57,2.57,0,0,0,1-.56,1.74,1.74,0,0,1,1-.44c.64-.07,1.28-.1,1.91-.15a1.32,1.32,0,0,0,.71-.27c.4-.32.8-.64,1.18-1a2.46,2.46,0,0,1,1-.55,2.83,2.83,0,0,0,1-.51,2.28,2.28,0,0,1,1.4-.54c.77,0,1.53,0,2.3,0,.38,0,.77,0,1.15-.05a2.82,2.82,0,0,0,1.08-.36c.83-.5.83-.53,1.39-.56a4.09,4.09,0,0,0,2.15-.72,1.11,1.11,0,0,1,1.09,0l.68.37a2.57,2.57,0,0,0,1.08.33,3.93,3.93,0,0,1,1.84.47.8.8,0,0,0,.74,0,4.33,4.33,0,0,1,1.83-.48,2.68,2.68,0,0,0,1.42-.5,2.43,2.43,0,0,1,1.46-.38,1.86,1.86,0,0,1,1.1.24,3.63,3.63,0,0,0,2.17.65c1.4,0,2.81,0,4.22,0,.38,0,.76.05,1.14.09a1.2,1.2,0,0,1,.68.32c1,1,2,2,3,3s1.78,1.83,2.66,2.75a2.56,2.56,0,0,1,.54,1,3.24,3.24,0,0,0,.56,1c.57.7,1.25,1.28,1.84,1.95a2,2,0,0,1,.46,1c.11.63.07,1.28.2,1.9a1.14,1.14,0,0,0,1.09.88,3.86,3.86,0,0,0,.76,0,1.68,1.68,0,0,0,.71-.26c.52-.37,1-.8,1.52-1.18a1.83,1.83,0,0,1,1.07-.33,2.71,2.71,0,0,1,1.48.3,5,5,0,0,0,1.39.64,1.63,1.63,0,0,1,.66.35,19.93,19.93,0,0,1,1.88,1.91.82.82,0,0,1,.18.33,4.32,4.32,0,0,0,.92,1.66c.25.28.46.61.71.9a1.76,1.76,0,0,1,.38,1.06c0,.9,0,1.79.06,2.69,0,1.27,0,2.55.05,3.83a1.56,1.56,0,0,0,.43,1c.51.58,1,1.14,1.57,1.68a1.61,1.61,0,0,0,1,.45c.64.06,1.28.07,1.92.07h7.68c.5,0,1,.05,1.52.09a1.2,1.2,0,0,1,.69.29c.39.34.76.69,1.15,1a2.16,2.16,0,0,0,1,.49c.26,0,.51.07.76.12a2.81,2.81,0,0,1,1.38.6,2.34,2.34,0,0,0,1.08.35,2.61,2.61,0,0,0,1.8-.46,2.09,2.09,0,0,1,1.43-.48c1.4-.05,2.81-.07,4.22,0a1.82,1.82,0,0,1,1.07.34,5.35,5.35,0,0,0,1.73.8,2.56,2.56,0,0,1,1.08,1,1.61,1.61,0,0,1-.07.37,1.9,1.9,0,0,1-2,1.41,1.94,1.94,0,0,1-1.41-.48,2.28,2.28,0,0,0-1.39-.56c-.26,0-.51,0-.77,0h-.38a1.57,1.57,0,0,0-1.49,1c-.32.73-.42.78-1,1l-.36.12a1.73,1.73,0,0,0-.66.37,2,2,0,0,1-1,.42c-.64,0-1.28.06-1.91.13a1.4,1.4,0,0,0-.7.28,4.13,4.13,0,0,0-1,1.16,1,1,0,0,0,.36,1.32,6.28,6.28,0,0,1,1.66.92,2.3,2.3,0,0,0,2.53-.14,2.62,2.62,0,0,1,1.37-.58c.38,0,.76-.11,1.14-.16a1.49,1.49,0,0,0,.67-.35,2,2,0,0,1,1.06-.38l1.15-.06,1.54,0a1.84,1.84,0,0,0,.73-.19,5.78,5.78,0,0,1,1.39-.63,13.08,13.08,0,0,1,1.53-.09c1.92,0,3.84,0,5.76,0a4.16,4.16,0,0,0,1.83-.45,1,1,0,0,1,1.08,0,2,2,0,0,0,1.06.39l1.15,0,2.3,0c.49,0,.59,0,1.43.49a3.25,3.25,0,0,0,1.45.43l1.53.09a1.41,1.41,0,0,1,.72.24,3.55,3.55,0,0,0,2.17.59c1.54,0,3.07,0,4.61,0a2,2,0,0,1,1.41.48,2.49,2.49,0,0,0,.32.2,1.67,1.67,0,0,0,.71.27,11.2,11.2,0,0,0,3.06,0,3,3,0,0,0,1.34-.69,1.1,1.1,0,0,1,1.08-.08,1.19,1.19,0,0,1,.33.19,3,3,0,0,0,2.15.67c1,0,2,0,3.07,0a3.16,3.16,0,0,0,2.14-.66,1.76,1.76,0,0,1,.68-.35,4.29,4.29,0,0,0,1.36-.66,1.41,1.41,0,0,1,.72-.24c.51-.06,1-.07,1.53-.09.9,0,1.79,0,2.69-.06a1.59,1.59,0,0,0,.71-.25,1,1,0,0,1,1.37.17c.09.09.2.16.29.25a1.28,1.28,0,0,1,.22,1.41,5.1,5.1,0,0,1-.72.89,1.91,1.91,0,0,1-1,.58,6.4,6.4,0,0,0-1.37.66,2.68,2.68,0,0,1-.73.22,9.38,9.38,0,0,1-1.91,0,3.5,3.5,0,0,1-1.1-.33.94.94,0,0,0-1,.11c-.31.23-.58.51-.88.74a2,2,0,0,1-1,.46c-.51.06-1,.09-1.53.11a2.56,2.56,0,0,0-1.41.52,2.53,2.53,0,0,1-1.42.51c-.51,0-1,0-1.53.08a2.41,2.41,0,0,0-1.36.65,3.9,3.9,0,0,0-1.14,1.5.9.9,0,0,0,.34.63.89.89,0,0,0,.36.11,24.1,24.1,0,0,0,2.69.07c1,0,2,0,3.07,0a3.18,3.18,0,0,0,2.14-.67,2.08,2.08,0,0,1,1.07-.39c.5-.06,1-.08,1.53-.1a2.66,2.66,0,0,0,1.09-.33c.11-.05.2-.15.31-.21a2.36,2.36,0,0,1,1.09-.34l4.22,0,3.07,0a2.86,2.86,0,0,0,1.44-.44,2.88,2.88,0,0,1,1.45-.43l3.07,0c.77,0,1.54,0,2.31,0a1.53,1.53,0,0,0,1-.4,2.18,2.18,0,0,1,.31-.22,2.46,2.46,0,0,1,2.55-.05,2.43,2.43,0,0,0,1.73.69l1.15,0a2.5,2.5,0,0,1,1.42.48,1.43,1.43,0,0,0,.71.29,1.56,1.56,0,0,0,1.09-.23,2.73,2.73,0,0,1,3.22-.06,3,3,0,0,0,1.45.43,3.17,3.17,0,0,1,.75.12,1.79,1.79,0,0,1,.67.35,5.2,5.2,0,0,1,.76.86,1.37,1.37,0,0,1,0,1.43,4.15,4.15,0,0,1-.82.8,1.5,1.5,0,0,1-.7.29c-.51,0-1,.09-1.53.1a2.86,2.86,0,0,0-1.77.63,1.87,1.87,0,0,1-1.05.4,12.73,12.73,0,0,1-2.69,0,1.73,1.73,0,0,1-1-.45,2.3,2.3,0,0,0-1-.55,5.86,5.86,0,0,1-1.08-.41,1,1,0,0,0-1,0,1.23,1.23,0,0,1-.33.19,5.52,5.52,0,0,0-2.06,1,1.1,1.1,0,0,1-1.39-.19,12.41,12.41,0,0,0-1.46-1.24,1.38,1.38,0,0,0-.71-.25,16.57,16.57,0,0,0-3.07,0,1.58,1.58,0,0,0-1,.5c-.36.36-.75.69-1.14,1a1.33,1.33,0,0,1-1.74-.1c-.19-.17-.36-.37-.55-.54a6.89,6.89,0,0,0-.56-.52,1.78,1.78,0,0,0-1.06-.38l-1.53,0a2.62,2.62,0,0,0-1.1.3,3.54,3.54,0,0,1-2.15.67,3.86,3.86,0,0,0-.73.23,3.91,3.91,0,0,1-2.47.9,1.37,1.37,0,0,0-.69.29,3,3,0,0,1-1,.54,3.45,3.45,0,0,0-1.37.64,2.1,2.1,0,0,1-.68.35,1.74,1.74,0,0,0-.36.13,1.34,1.34,0,0,0-.59.93,1.39,1.39,0,0,0,.61.92,4,4,0,0,1,1,.48,2.47,2.47,0,0,0,1.4.56,4.34,4.34,0,0,1,1.13.16,1,1,0,0,1,.35.15c.78.66,1.4,1.48,2.25,2.08.43.3.67.34,1,.1a5.72,5.72,0,0,1,1.23-.9.85.85,0,0,1,.73.05,4.44,4.44,0,0,1,.62.45c.29.24.56.53.87.74a1.09,1.09,0,0,0,.74.08.7.7,0,0,0,.59-.43,1.18,1.18,0,0,0,0-1.09c-.41-.49-.82-1-1.24-1.46a1.46,1.46,0,0,1-.39-1.05,3.22,3.22,0,0,1,0-.76c.1-.57.37-1,.93-1a3.35,3.35,0,0,1,1.14,0,1.57,1.57,0,0,1,.7.3c.64.62,1.27,1.26,1.91,1.89a2.7,2.7,0,0,0,1.32.73,3.13,3.13,0,0,1,1,.52,1.52,1.52,0,0,0,1.78,0,6.29,6.29,0,0,1,.67-.37,1.12,1.12,0,0,1,1.09.05c.11.06.21.14.32.21a2.79,2.79,0,0,0,1.82.46,1.89,1.89,0,0,0,1.07-.34,2.86,2.86,0,0,1,2.17-.53,1.29,1.29,0,0,1,.71.25,3.33,3.33,0,0,0,2.15.66h5.38c.25,0,.5-.07.76-.09a1.17,1.17,0,0,0,1-1,3.7,3.7,0,0,0-.3-1.86.75.75,0,0,1,.81-1,6.36,6.36,0,0,1,.75.08.71.71,0,0,1,.36.13c.76.69,1.49,1.4,2.26,2.07.27.24.58.48,1,.19.65-.43,1.48-.43,2.12-.87a.8.8,0,0,1,1,.07,7.83,7.83,0,0,1,.88.74c.65.62,1.28,1.25,1.91,1.88l1.08,1.09a2.16,2.16,0,0,0,1.38.57,2.52,2.52,0,0,0,1.8-.49,2.33,2.33,0,0,1,1.07-.4c.25,0,.51-.05.76-.09a1.83,1.83,0,0,0,1-.5,5.66,5.66,0,0,0,.74-.87,1.16,1.16,0,0,0,.09-1.08,2.81,2.81,0,0,0-.38-.67,2.4,2.4,0,0,1-.3-1.83,1,1,0,0,1,1-.88,1.43,1.43,0,0,1,.37.07,8,8,0,0,0,1.36.7,4.51,4.51,0,0,1,1.35.68,1.7,1.7,0,0,0,1.47.17l.36-.12c2.58-.54,1.5-2.65,1.9-4.19.27-1-1.21-3.55,1.87-2.72l.18,1.14a1.92,1.92,0,0,0,.74,1.28l.29.25a2.54,2.54,0,0,0,2.53.32,2.76,2.76,0,0,0,.67-.37,2.12,2.12,0,0,1,1.09-.31c.89,0,1.79,0,2.68,0h8a11,11,0,0,0,1.14-.11.88.88,0,0,0,.58-1.19c-.23-.44-.46-.64-.84-.67s-1-.09-1.53-.11a2.46,2.46,0,0,1-1.69-.78,3.44,3.44,0,0,0-.27-.27,1.25,1.25,0,0,1,0-1.71,5.37,5.37,0,0,1,.57-.5.87.87,0,0,1,1.07-.08,3.07,3.07,0,0,0,1.45.41,4.15,4.15,0,0,1,1.46.42c.61.28.63.29,1.06,0a2.92,2.92,0,0,1,1.45-.44c.89,0,1.79,0,2.68,0s1.54,0,2.3,0a2.55,2.55,0,0,0,1.44-.44,1.62,1.62,0,0,1,2.1,0,2.4,2.4,0,0,0,1.43.47c1.15,0,2.3.05,3.44.09a2.22,2.22,0,0,1,1.08.37,3.65,3.65,0,0,0,.34.18c.23.14.44.08.62-.19.34-.66,2.08.12,1.52-1.47h0a1.45,1.45,0,0,0-.76-.6,3.25,3.25,0,0,0-.73-.23,3.71,3.71,0,0,1-2.15-.68,1.81,1.81,0,0,0-1.07-.36c-.51,0-1-.06-1.53-.09a2.39,2.39,0,0,1-1.07-.39c-.11-.06-.2-.16-.31-.23a2.58,2.58,0,0,0-2.2-.24,6.29,6.29,0,0,0-.71.3c-.41.16-.42.18-1-.13a6,6,0,0,0-1.86-.39,2.13,2.13,0,0,1-1-.48l-.27-.27a2,2,0,0,1-.61-1.36,3.14,3.14,0,0,1,.17-1.13,1.07,1.07,0,0,1,1-.47,2.07,2.07,0,0,1,.7.27,3.27,3.27,0,0,0,1.83.49l3.07,0c1,0,2,0,3.07,0a3.34,3.34,0,0,1,2.5.77,2,2,0,0,0,1.09.3c.38,0,.77,0,1.15,0,.77,0,1.53,0,2.3,0a4.45,4.45,0,0,1,2.54.7,1.25,1.25,0,0,0,1.1,0,1.55,1.55,0,0,0,.32-.2,2.89,2.89,0,0,1,1.44-.49,30.54,30.54,0,0,1,3.45,0,2.52,2.52,0,0,1,1.08.33c.23.12.41.31.64.41.47.19,1,.34,1.44.52s.56.21,1.4-.11a3.34,3.34,0,0,1,1.12-.23,3,3,0,0,0,1.77-.61,1.41,1.41,0,0,1,.34-.19,1.58,1.58,0,0,1,.36-.09c.64-.05,1.28-.1,1.92-.13a2,2,0,0,0,1.34-.65,1.58,1.58,0,0,1,1.06-.37,2.55,2.55,0,0,1,1.81.43c.36.27.6.19,1-.16s.5-.66.4-1a2.23,2.23,0,0,0-1-1.1.87.87,0,0,0-.37-.06c-.51,0-1-.06-1.53-.07h-5.38a4.16,4.16,0,0,0-2.54.69,1.14,1.14,0,0,1-1.09,0c-.23-.11-.46-.22-.68-.35a2.37,2.37,0,0,0-1.09-.32l-4.6-.1a1.16,1.16,0,0,1-.72-.24c-.1-.07-.22-.12-.32-.2a3,3,0,0,0-1.78-.62,2,2,0,0,1-1.36-.63,3.45,3.45,0,0,1-.26-.28.66.66,0,0,1,0-1l.55-.53a1.28,1.28,0,0,1,1.42-.19,3.46,3.46,0,0,0,2.51.73h.38a2.46,2.46,0,0,0,1.44-.45,2.68,2.68,0,0,1,1.41-.53c.26,0,.51,0,.77,0a3.54,3.54,0,0,0,2.15-.69,1.37,1.37,0,0,1,.7-.27c.26,0,.51-.06.77-.06h6.9a2.08,2.08,0,0,1,1.39.56c.47.43.93.87,1.41,1.28a.72.72,0,0,0,.37.09,1,1,0,0,0,.95-.5,1.49,1.49,0,0,0-.07-1.1,7.77,7.77,0,0,0-.77-.85c-.34-.38-.68-.76-1-1.12a2.53,2.53,0,0,1-.78-2.07,1.85,1.85,0,0,1,.61-1.36l.49-.59a4.24,4.24,0,0,1,2.16-1.5c.34-.08.43-.21.68-.85a1.32,1.32,0,0,1,1.12-.89l.76-.12a1.89,1.89,0,0,0,1-.45c1.28-1.25,2.59-2.47,3.82-3.77.7-.75,1.46-1.43,2.21-2.12a3.29,3.29,0,0,1,1.32-.75,1.63,1.63,0,0,0,.64-.39c.29-.27.58-.52.88-.75a2.24,2.24,0,0,1,1.75-.66,2.43,2.43,0,0,0,1.67-.81c.27-.27.58-.5.85-.77a1.59,1.59,0,0,1,1-.47c.9,0,1.79-.06,2.69,0a4.15,4.15,0,0,0,2.54-.66,2.18,2.18,0,0,1,.71-.27,5.59,5.59,0,0,0,1.33-.74c.45-.24.93-.41,1.4-.61a5.06,5.06,0,0,1,2-1c.65-.27.66-.32,1.45,0a2.1,2.1,0,0,0,.74.21l2.68.05c.64,0,1.28,0,1.92,0a2.79,2.79,0,0,1,1.43.49c.79.5.88.52,1.4.54s1.27.05,1.91.05a3,3,0,0,1,1.79.59,2,2,0,0,0,1.07.35c.51,0,1,0,1.54.08a2.1,2.1,0,0,1,1.08.33,3.36,3.36,0,0,0,.67.37,4.1,4.1,0,0,1,1.69.85c.46.21.94.4,1.39.64a4.87,4.87,0,0,0,1.69.84,5.4,5.4,0,0,1,.65.4,10.43,10.43,0,0,1,.88.74,2.52,2.52,0,0,0,1.72.71,2.3,2.3,0,0,1,1.67.82c.17.19.36.36.53.56a.82.82,0,0,1,.18.33,3.57,3.57,0,0,0,.94,1.63c.36.36.69.76,1.06,1.11a2.08,2.08,0,0,0,1,.56,2.77,2.77,0,0,1,1.32.72,3.31,3.31,0,0,0,.92.69.88.88,0,0,0,.73,0,8.16,8.16,0,0,1,1.41-.57,1.56,1.56,0,0,0,.67-.36,2.44,2.44,0,0,1,1.43-.46c1.54-.07,3.07,0,4.61-.08a1.17,1.17,0,0,0,.7-.27c.38-.33.79-.65,1.15-1,.74-.72,1.44-1.46,2.17-2.18a9,9,0,0,1,.89-.72,1.39,1.39,0,0,1,1.09-.17,3,3,0,0,0,1.83.44c1,0,2,0,3.07,0a7.2,7.2,0,0,1,1.14.08,1.72,1.72,0,0,1,1,.47c.18.18.38.33.57.5a2.62,2.62,0,0,0,1.29.8,3,3,0,0,1,1.28.8c.26.28.54.54.82.8a1.61,1.61,0,0,0,1,.42c.89.05,1.79.06,2.68.11a2,2,0,0,1,1.09.33,2.94,2.94,0,0,0,.66.39,6.13,6.13,0,0,1,1.7.84,1.85,1.85,0,0,0,1.08.34l2.3.1a2.42,2.42,0,0,1,1.43.47,2.77,2.77,0,0,0,1.43.47l3.84,0a2.94,2.94,0,0,0,1.8-.54,2.42,2.42,0,0,1,1.45-.4,2.65,2.65,0,0,1,1.11.25,6.64,6.64,0,0,0,1.35.7,5.44,5.44,0,0,1,1.37.67,1.86,1.86,0,0,0,.73.21,14.9,14.9,0,0,0,3.06,0,1.61,1.61,0,0,0,.7-.29c.89-.72,1.59-1.66,2.52-2.35a1.28,1.28,0,0,1,1.09-.1,3,3,0,0,1,.63.42,2.63,2.63,0,0,0,2.2.32.76.76,0,0,0,.35-.17c1.22-1.11,2.46-2.22,3.62-3.41a3.16,3.16,0,0,1,.7-.27c.51-.06,1-.05,1.53-.1s.76-.11,1.14-.16a.81.81,0,0,1,1,0,2.42,2.42,0,0,1,.41.64l.84,1.28c.07.5.12,1,.23,1.51a2,2,0,0,0,.32.68c.14.21.35.38.5.58a1.44,1.44,0,0,0,1,.51,21.69,21.69,0,0,0,2.68.09,11,11,0,0,1,1.15,0,2.26,2.26,0,0,1,1.08.35,2.94,2.94,0,0,0,1.8.52h.39a3.36,3.36,0,0,0,2.17-.59,2,2,0,0,1,1.1-.29c.76,0,1.53,0,2.3,0l.76,0a3,3,0,0,0,1.79-.59,1.4,1.4,0,0,1,1.45-.07c.35.15.67.38,1,.52a1.11,1.11,0,0,0,.74,0,1,1,0,0,0,.34-.18,4.14,4.14,0,0,1,1.35-.7,2.88,2.88,0,0,0,1-.55,1.8,1.8,0,0,1,1.05-.42,7.64,7.64,0,0,1,1.91,0,1.64,1.64,0,0,1,1,.47,1.4,1.4,0,0,0,.32.22,1.06,1.06,0,0,0,1.35-.27c.23-.32.29-.71.5-1s.46-.61.65-.94a4.34,4.34,0,0,0,.24-.72,2,2,0,0,1,.61-1c.18-.16.39-.31.59-.47a3.06,3.06,0,0,1,1,.53,2.31,2.31,0,0,1,.29.24c1.46,1.62,3.08,3.07,4.62,4.61a1.67,1.67,0,0,0,1.1.18c.34-.18.66-.39,1-.56a2.5,2.5,0,0,1,1.11-.25,2.07,2.07,0,0,1,1.42.45c.68.59,1.35,1.17,2,1.79a2.26,2.26,0,0,0,1,.6,8.72,8.72,0,0,1,1.4.61c.46.22.72-.08,1-.33a17.78,17.78,0,0,1,2-1.79,1.46,1.46,0,0,1,1.44-.12,1.73,1.73,0,0,1,.31.22,2.83,2.83,0,0,0,2.21.37,1.66,1.66,0,0,0,.69-.31,6.8,6.8,0,0,0,.85-.77,3.57,3.57,0,0,1,1.29-.79,2.43,2.43,0,0,0,1.26-.83c.18-.17.38-.34.56-.52a1.59,1.59,0,0,1,2.08-.23,2.51,2.51,0,0,0,1.41.52l.39,0a2.24,2.24,0,0,1,1.39.57,2.31,2.31,0,0,0,1.05.41,11.07,11.07,0,0,0,1.15.06l1.92,0a4.29,4.29,0,0,1,1.86.42,1.2,1.2,0,0,0,1.09-.09,1.65,1.65,0,0,1,2.06.44l1.4,1.31c.45.45.89.92,1.36,1.35a2.45,2.45,0,0,0,1,.57,2.36,2.36,0,0,1,1,.49,1.93,1.93,0,0,0,1,.41,10.26,10.26,0,0,0,1.92,0,1.29,1.29,0,0,0,.71-.24,3.42,3.42,0,0,1,2.16-.64c1,0,2.05,0,3.07,0a1.94,1.94,0,0,1,1.08.34.78.78,0,0,0,.73.05c.24-.08.47-.2.71-.27a3.34,3.34,0,0,1,2.25.08,1.51,1.51,0,0,0,1.44.18,1.25,1.25,0,0,1,1.08.19,1.92,1.92,0,0,0,1.09.3,4.61,4.61,0,0,1,1.85.44,1.11,1.11,0,0,0,1.07-.16,1.5,1.5,0,0,1,.73-.2c.89,0,1.79-.05,2.68-.07.64,0,1.28,0,1.92,0a3,3,0,0,0,1.44-.44,2.21,2.21,0,0,1,1.44-.45l.76,0a2.85,2.85,0,0,1,1.81.5,1.65,1.65,0,0,0,1.81.08l2.2-2.12a1.9,1.9,0,0,1,1.4-.51,2,2,0,0,1,1.72.67l.84.79c.37.35.74.71,1.09,1.07a1.69,1.69,0,0,0,1,.4,2.34,2.34,0,0,0,.38,0c4.73,0,9.46.06,14.2,0a2.8,2.8,0,0,0,1.09-.32,2.2,2.2,0,0,0,.32-.21,2.31,2.31,0,0,1,1.08-.33c.9-.05,1.79-.07,2.68-.12a1.52,1.52,0,0,0,1-.45c1.54-1.53,3.16-3,4.62-4.59a12.41,12.41,0,0,1,1.41-1.3,2.56,2.56,0,0,1,2.53-.36,2.44,2.44,0,0,1,.67.37,2,2,0,0,0,1.09.33c1.53.05,3.07.06,4.6.1a2.11,2.11,0,0,1,1.07.39,3.36,3.36,0,0,1,.29.24c.29.25.59.49.86.76a1.7,1.7,0,0,0,.64.42,5,5,0,0,1,1.63,1c.38.34.8.64,1.21.94a1.34,1.34,0,0,0,.37.09,2.47,2.47,0,0,0,.38.05c2.17,0,4.35.07,6.52,0a4.05,4.05,0,0,0,.75-.17c.82-.63,1.9-.74,2.71-1.39a2.5,2.5,0,0,1,1.86-.17,1,1,0,0,1,.76.75,9.73,9.73,0,0,1,.12,1.52c0,.51.2.92.43.95a1.5,1.5,0,0,0,1-.45l.9-.71a1.15,1.15,0,0,1,.71-.24l3.84,0c1.53,0,3.07,0,4.6-.07V500H0V343.56c2.67-3,6.07-3.38,9.15-2.81-1.26-4.14-6.38-2.89-9.15-5.62v-6.91A4.62,4.62,0,0,1,1.11,328c2.43-.07,4.86,0,7.29,0a3.09,3.09,0,0,1,1.8.55,2,2,0,0,0,1.07.38,15,15,0,0,0,2.68,0A2.89,2.89,0,0,0,15,328.5c.86-.5,1-.52,1.41-.53q2.68-.12,5.37,0a3,3,0,0,1,1.09.32,2.63,2.63,0,0,0,1.76.64,3.25,3.25,0,0,1,1.46.39c.11.07.22.18.33.19a.83.83,0,0,0,.36-.11,4.92,4.92,0,0,1,1.84-.48,2.3,2.3,0,0,0,1.42-.48,1.57,1.57,0,0,1,.33-.19,2.58,2.58,0,0,1,2.55.09l.33.2a1.94,1.94,0,0,0,1.08.34c1.15.05,2.3.05,3.46.08a3.31,3.31,0,0,1,1.11.25c.47.39.94.18,1.41,0a1.72,1.72,0,0,1,1.8.19,1.77,1.77,0,0,0,1.06.39c1.15,0,2.3.07,3.45.09a2.54,2.54,0,0,1,1.44.46,3.55,3.55,0,0,0,1.82.49l1.54,0h6.14c.51,0,1,.06,1.53.09a1.2,1.2,0,0,1,.7.28,2.88,2.88,0,0,0,1.74.7,3.12,3.12,0,0,1,1.77.63,1.94,1.94,0,0,0,.71.29,4.23,4.23,0,0,1,1.37.66,1.74,1.74,0,0,0,.72.23,15,15,0,0,0,2.68,0,2.24,2.24,0,0,0,1.08-.33,3.32,3.32,0,0,1,1.8-.56c1.41,0,2.82,0,4.23,0a4.15,4.15,0,0,1,2.54.68,1.9,1.9,0,0,0,1.1.22,2.68,2.68,0,0,0,1.46-.38l.34-.18a1.28,1.28,0,0,1,1.43,0,3.83,3.83,0,0,0,2.18.63,24.06,24.06,0,0,1,3.06.08,1.9,1.9,0,0,1,1,.46,2.23,2.23,0,0,0,1.41.54c.76,0,1.53.05,2.3.07a2,2,0,0,1,1.08.32,8,8,0,0,0,1.74.79c.47.18.83.59,1.36.66.38.05.77.08,1.14.15a1.62,1.62,0,0,1,1,.53,7,7,0,0,0,.55.54,3.39,3.39,0,0,0,1.6,1,3.08,3.08,0,0,1,1,.52,1.92,1.92,0,0,0,1.08.31l4.6.1a1.42,1.42,0,0,1,.73.22c.22.13.45.24.66.38a2,2,0,0,0,.72.27,10.75,10.75,0,0,0,3,0,2.45,2.45,0,0,0,1-.46,2.62,2.62,0,0,1,1.44-.44h5.76a2.78,2.78,0,0,1,1.79.55,2.08,2.08,0,0,0,1.06.4l1.91.18a1.37,1.37,0,0,1,.7.27,4.46,4.46,0,0,0,1.35.7,3.51,3.51,0,0,1,1,.52,1.94,1.94,0,0,0,1.08.33l2.69,0a4.87,4.87,0,0,1,1.52.17,6.52,6.52,0,0,1,1,.53,1.51,1.51,0,0,0,.73.21c.76,0,1.53.06,2.3.06h10.36c1,0,2,0,3.07,0a3.47,3.47,0,0,1,2.49.8,3.19,3.19,0,0,0,1.1.28l3.07.05a3.37,3.37,0,0,1,1.45.42c.87.45.94.46,1.44.46l3.84,0a4.77,4.77,0,0,0,1.86-.39c.4-.16.41-.13,1.06.1a2.78,2.78,0,0,0,.73.22c.64.05,1.28.07,1.92.08l6.9,0a2.75,2.75,0,0,1,1.09.32,1.81,1.81,0,0,1,.33.2,2,2,0,0,0,1.09.33c1.15,0,2.3,0,3.45.06h1.54a2.84,2.84,0,0,1,1.8.54,2.88,2.88,0,0,0,1.79.55l1.92,0,.77,0a2.76,2.76,0,0,1,1.44.44,2.93,2.93,0,0,0,2.92.15,1.17,1.17,0,0,1,1.09-.09,3.52,3.52,0,0,0,1.45.42,3.32,3.32,0,0,1,1.8.58,1.9,1.9,0,0,0,1.08.32c1.15,0,2.31,0,3.46,0a2.26,2.26,0,0,0,1.1-.29,1.18,1.18,0,0,1,1.09-.08,3.78,3.78,0,0,0,1.47.39l2.68,0a3,3,0,0,1,2.15.67,2.67,2.67,0,0,0,1.08.34c.51,0,1,0,1.54.05l2.68,0a2.43,2.43,0,0,1,1.44.48,3.64,3.64,0,0,0,1.82.48l3.07.06a1.66,1.66,0,0,1,.37.09,1.09,1.09,0,0,1,.36.12,3.84,3.84,0,0,0,2.15.71,1.6,1.6,0,0,1,1.05.4c.27.26.58.5.86.76.46.44.92.88,1.37,1.34a1.69,1.69,0,0,0,1,.43,10.26,10.26,0,0,0,1.92,0,1.35,1.35,0,0,0,.71-.25,3.27,3.27,0,0,1,2.16-.63l.77,0a2,2,0,0,1,1.09.3,3.61,3.61,0,0,0,2.18.61c.64,0,1.27,0,1.91.05a1.87,1.87,0,0,1,.74.18,1.27,1.27,0,0,1,.35.17,7.51,7.51,0,0,0,1.7.85,6.4,6.4,0,0,1,.64.42,2,2,0,0,0,1.08.34c1.15,0,2.3.07,3.45.09a1.93,1.93,0,0,1,1.07.38,3.1,3.1,0,0,0,1.8.54,6.45,6.45,0,0,1,1.52.11,1.39,1.39,0,0,1,.36.12,5.88,5.88,0,0,1,1.69,1.53,2.12,2.12,0,0,1,.29.7.58.58,0,0,1-.24.68,1.34,1.34,0,0,0-.26.27,1.35,1.35,0,0,1-1,.46,17.26,17.26,0,0,1-2.69,0,2,2,0,0,1-1.09-.29,3.52,3.52,0,0,0-2.17-.61c-1.28,0-2.56-.05-3.84.06a.63.63,0,0,0-.56.42.68.68,0,0,0,.15.7,9.09,9.09,0,0,1,1,1.19,1.32,1.32,0,0,1,.15.73.67.67,0,0,1-.39.6,1,1,0,0,1-.35.14c-.63.06-1.27.1-1.91.13a2.14,2.14,0,0,0-1.36.61,3.57,3.57,0,0,0-.28.27,2.26,2.26,0,0,0-.48,2.47.8.8,0,0,0,.18.34,6.85,6.85,0,0,0,.9.71.67.67,0,0,0,.71,0,3.12,3.12,0,0,1,1.83-.47,6,6,0,0,1,1.52.13.85.85,0,0,1,.35.15c.38.34.75.69,1.1,1.06a14.27,14.27,0,0,0,1.44,1.26,1.89,1.89,0,0,0,1.07.37c.38,0,.76,0,1.15,0a2.69,2.69,0,0,1,1.77.6,1.23,1.23,0,0,0,.69.3c.64.06,1.28.1,1.91.17a1.84,1.84,0,0,1,1.05.4l.86.77a2.5,2.5,0,0,0,1.71.74c1.15,0,2.3,0,3.45.1a1,1,0,0,1,.93.53c.09.24.19.47.29.71a3.28,3.28,0,0,0,1.27,1.39,1.49,1.49,0,0,0,.71.26,8.13,8.13,0,0,0,1.91,0,2,2,0,0,0,1-.45c.39-.32.75-.69,1.13-1a1.66,1.66,0,0,1,1-.44c.64,0,1.28-.05,1.91-.05a2.84,2.84,0,0,1,2.14.69,1.84,1.84,0,0,0,1.07.36c.89.06,1.79.07,2.68.12a1.81,1.81,0,0,1,1,.42,1.73,1.73,0,0,0,.66.37,2.94,2.94,0,0,1,.72.26,1,1,0,0,1,.52.53,4.89,4.89,0,0,0,1.22,1.93l1.33,1.38a1.74,1.74,0,0,1,.48,1c.1.63.13,1.27.19,1.91a1.06,1.06,0,0,0,1,.92,3.86,3.86,0,0,0,.76,0,1.82,1.82,0,0,0,.72-.25,6.57,6.57,0,0,0,1.45-1.23,1.34,1.34,0,0,0,.36-1.39c-.09-.24-.2-.47-.27-.71a3.13,3.13,0,0,1,0-1.52,1,1,0,0,1,.9-.56,1.7,1.7,0,0,1,.71.23,4.09,4.09,0,0,0,1,.52,3.91,3.91,0,0,1,1.37.64,2,2,0,0,0,1.09.31l1.92,0,1.54,0a2.82,2.82,0,0,1,1.09.33,6.3,6.3,0,0,0,1.68.89,10.76,10.76,0,0,0,1.32.76,2.71,2.71,0,0,1,1.32.71c.29.26.56.53.86.76a2.08,2.08,0,0,0,1,.44c.51.05,1,.05,1.54.06a7,7,0,0,1,1.52.13,2,2,0,0,1,.69.31,4.8,4.8,0,0,1,.84.78,2.49,2.49,0,0,0,2.06.81l1.92,0a2.57,2.57,0,0,1,1.43.49,2.15,2.15,0,0,0,.67.35,4.34,4.34,0,0,1,1.35.7,2.21,2.21,0,0,0,1.44.42,1.84,1.84,0,0,0,1.41-.5,2,2,0,0,1,1-.46c.64-.07,1.28-.08,1.91-.12a2.23,2.23,0,0,0,1.06-.41,2,2,0,0,1,.32-.21,1.49,1.49,0,0,1,1.46,0,2.82,2.82,0,0,0,.64.42,7.5,7.5,0,0,1,2.06,1,1.51,1.51,0,0,0,.72.24,14.12,14.12,0,0,0,2.68,0,1.83,1.83,0,0,0,1-.44c.38-.33.74-.7,1.14-1a1.83,1.83,0,0,1,1-.44c1.28,0,2.56-.06,3.83-.12a1.45,1.45,0,0,0,1-.43c.44-.46.91-.89,1.38-1.32.28-.27.56-.53.85-.78a1.89,1.89,0,0,1,1-.4,4,4,0,0,0,2.15-.69,2.38,2.38,0,0,1,1.85-.13.89.89,0,0,1,.6.45,6.35,6.35,0,0,0,.72,1.33,2.88,2.88,0,0,1,.51,1c0,.12,0,.25.1.37a1,1,0,0,0,.17.34,8.66,8.66,0,0,0,2.23,2.08,1.13,1.13,0,0,0,1.09-.07c.21-.14.4-.32.62-.44a1.42,1.42,0,0,1,1.45,0,3,3,0,0,1,.63.44,1.26,1.26,0,0,0,.7.27c1,.08,2.05,0,3.07.05a3.26,3.26,0,0,0,2.14-.68,1.26,1.26,0,0,1,1.73.13,3.53,3.53,0,0,0,.32.21,1.32,1.32,0,0,0,1.43,0c.2-.16.4-.32.59-.49l.84-.78a1.54,1.54,0,0,1,1.09-.24,2.72,2.72,0,0,1,.7.29,2.69,2.69,0,0,0,1.8.48,1.55,1.55,0,0,0,.74-.17c.34-.18.66-.39,1-.54s.72-.24,1.07-.39a4.43,4.43,0,0,0,.65-.41,1.64,1.64,0,0,1,.72-.26,2.77,2.77,0,0,1,2.18.45,2.4,2.4,0,0,0,1.83.33,1.1,1.1,0,0,0,1-1c.06-.64.1-1.27.17-1.91a.89.89,0,0,1,.33-.66,1.73,1.73,0,0,1,.7-.25,4,4,0,0,1,.77,0,1.68,1.68,0,0,1,1.05.39,8.82,8.82,0,0,1,.84.78c.82.81,1.62,1.63,2.43,2.45a10.19,10.19,0,0,0,.85.77,1.77,1.77,0,0,0,.68.32,2.87,2.87,0,0,0,2.21-.32c.76-.46.77-.45,1-.41a2.17,2.17,0,0,1,1,.45,17.91,17.91,0,0,1,1.62,1.64c.35.37.72.71,1.1,1.06a2.51,2.51,0,0,0,2.12.65c.49-.07.77-.2.9-.58A4.52,4.52,0,0,1,399.4,390a1,1,0,0,1,1.08-.05c.22.13.41.29.63.42a2.76,2.76,0,0,0,1.84.35,1.37,1.37,0,0,0,.71-.27c.39-.33.77-.67,1.15-1a3,3,0,0,1,1.33-.72,3.13,3.13,0,0,0,1-.54,1.72,1.72,0,0,1,.71-.27,19.75,19.75,0,0,1,4.21,0,1.74,1.74,0,0,1,.72.26,3,3,0,0,0,1.78.59c.26,0,.51,0,.77,0a3,3,0,0,1,1.79.56,2.06,2.06,0,0,0,1.09.34c1.14.05,2.3.05,3.45.09a1.88,1.88,0,0,1,1.36.58,3.47,3.47,0,0,1,1,1.61,1.56,1.56,0,0,0,.85.71,3.26,3.26,0,0,1,1,.49,2.25,2.25,0,0,0,1.39.56,4.05,4.05,0,0,1,1.82.54c.43.25.57.2,1-.16s.75-.7,1.15-1a1.54,1.54,0,0,1,.7-.29,28.78,28.78,0,0,1,3.83,0,1.82,1.82,0,0,1,1.07.37,1.92,1.92,0,0,0,2.15.18,1,1,0,0,1,1,0,2.9,2.9,0,0,0,1.47.4l1.92.05a2.79,2.79,0,0,1,1.45.43c.21.13.42.27.65.4a2.59,2.59,0,0,0,1.86,0,9.75,9.75,0,0,0,1-.57,1.71,1.71,0,0,1,.72-.24c1.15-.11,2.3,0,3.45-.1a3.12,3.12,0,0,0,1.43-.48,2.29,2.29,0,0,1,1.43-.47l.39,0a3.64,3.64,0,0,1,2.53.67,1.4,1.4,0,0,0,1.44-.1,1.66,1.66,0,0,0,.3-.24c.3-.24.59-.48.88-.74a1.82,1.82,0,0,1,.65-.4,5.1,5.1,0,0,0,1.7-.84,1.43,1.43,0,0,1,1.45.1,6.75,6.75,0,0,1,.59.47c.56.52,1.11,1.06,1.66,1.59S468.05,394.64,469.08,394.16Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M0,335.13a4.77,4.77,0,0,1,1.13-.19l5,0a16.22,16.22,0,0,1,3,.12,2.43,2.43,0,0,1,.67.36c0,.24.09.49.1.74a1,1,0,0,1-.12.36c-.12.22-.25.44-.36.67A2.9,2.9,0,0,0,9.29,339a1.12,1.12,0,0,0,.82.68,9.63,9.63,0,0,0,1.52.1c2.3,0,1.59-.06,3.44,1.24a.5.5,0,0,1,.17.3c.09.34-.05.46-.39.51a12.89,12.89,0,0,1-1.52.07c-1.66,0-3.31,0-5,.05a2,2,0,0,0-1.09.32c-.1.07-.22.11-.33.18a2.31,2.31,0,0,1-1.08.33c-.38,0-.76.05-1.14.05a2.9,2.9,0,0,0-1.78.58,1.66,1.66,0,0,1-.7.29A4.31,4.31,0,0,1,0,343.56Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M718.13,379.74a2.6,2.6,0,0,0,1.81-.47,1.21,1.21,0,0,1,.31-.21,6.93,6.93,0,0,1,.72-.26,1.71,1.71,0,0,0,.68-.32c.39-.34.78-.67,1.14-1a3.08,3.08,0,0,1,1.31-.75,1,1,0,0,0,.36-.14,3.71,3.71,0,0,1,2.48-.82,2.25,2.25,0,0,0,1-.46,2.21,2.21,0,0,1,1.08-.36c.76,0,1.53-.05,2.29-.06a2.55,2.55,0,0,0,1.44-.44,4.46,4.46,0,0,1,1-.57,4.65,4.65,0,0,0,1.33-.73,2,2,0,0,1,.7-.31,3.76,3.76,0,0,0,1.37-.65,1.57,1.57,0,0,1,.71-.23,20,20,0,0,1,2.68,0,2,2,0,0,1,1.6.89.77.77,0,0,1,.13.72,2.69,2.69,0,0,1-1.25,1.39c-.63.35-.63.36-.4,1.15a4.67,4.67,0,0,1,.17.74,2.55,2.55,0,0,1-.51,2.16,1.25,1.25,0,0,0-.29.69,8.72,8.72,0,0,0,0,1.91,17.1,17.1,0,0,1-11.16,4.57c-2.15,1.58-4.78,1.4-7.2,2l.13-.07c-3,1.6-5.39-.1-7.41-1.85s-1.25-4.7,1.27-5.72C716.42,380.11,717.36,380.23,718.13,379.74Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M1538.28,364.93l-5.36,0-1.91,0a2.42,2.42,0,0,1-1.42-.5,3,3,0,0,0-1.79-.56c-.64,0-1.27,0-1.91-.07a1.17,1.17,0,0,1-1.12-.85,2.22,2.22,0,0,1-.09-.37,6.22,6.22,0,0,0-.46-1.84,1,1,0,0,1,.23-1,2,2,0,0,1,1.67-.75h11.1c.5,0,.53,0,1.42.48a3.6,3.6,0,0,0,.68.34,5.74,5.74,0,0,1,1.7.84,1.31,1.31,0,0,0,.72.23c.38,0,.76,0,1.15,0a3,3,0,0,0,1.81-.49.61.61,0,0,1,.7-.06,3.47,3.47,0,0,0,1.8.56l1.15.05a1.69,1.69,0,0,1,1.05.38,4,4,0,0,0,2.13.76c.88,1.74-.27,1.86-1.52,1.87-2.63,0-5.26,0-7.89,0C1540.72,363.85,1539.36,363.83,1538.28,364.93Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M744.72,383.43a4.79,4.79,0,0,0-.58-1,1.37,1.37,0,0,1,.1-1.43l.24-.29a8.09,8.09,0,0,1,1.33-1.35,2.77,2.77,0,0,1,1-.57,1.31,1.31,0,0,0,1-1,2.85,2.85,0,0,1,1.07-1.52,2,2,0,0,1,1-.47c1.14-.11,2.28,0,3.42-.08a2.43,2.43,0,0,0,1.45-.39c.23-.11.45-.24.67-.34a1.25,1.25,0,0,1,.37-.09,14,14,0,0,1,3,0,1.92,1.92,0,0,1,1,.44,2.31,2.31,0,0,1,1,1.58c0,.25,0,.5.07.75a2.51,2.51,0,0,0,.41,1,2.53,2.53,0,0,1,.34,2.17,1.18,1.18,0,0,1-1.12.84l-2.66.13a1.39,1.39,0,0,0-.71.23,4,4,0,0,1-.67.37,2.35,2.35,0,0,1-.72.2c-.89,0-1.78,0-2.66.06l-2.28.06a1.13,1.13,0,0,0-.69.29c-.39.32-.75.69-1.15,1a1.22,1.22,0,0,1-1.41.13C746.84,383.27,745.49,384.38,744.72,383.43Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M1594,373.34a1.84,1.84,0,0,1-.35-.15c-.42-.29-.83-.58-1.24-.89a2.11,2.11,0,0,0-1-.37,2.72,2.72,0,0,0-1.82.42,1.32,1.32,0,0,1-.33.18,1.48,1.48,0,0,1-1.44-.08,3.08,3.08,0,0,0-1.79-.55c-1.14,0-2.28,0-3.42-.09a1.67,1.67,0,0,1-1-.44,2.85,2.85,0,0,0-1-.52,3.72,3.72,0,0,1-1.73-1.43,1.15,1.15,0,0,1-.13-.34.87.87,0,0,1,.39-1c.56-.28,1.17-.47,1.71-.81.33-.2.35-.18,1,.2a2.82,2.82,0,0,0,.68.32,3.74,3.74,0,0,1,1.36.66,1.23,1.23,0,0,0,.7.28c.88,0,1.77.07,2.66.09a2.82,2.82,0,0,1,1.43.46,2.52,2.52,0,0,0,1.44.41h1.9a3.27,3.27,0,0,0,1.8-.53,2.73,2.73,0,0,1,2.2-.21,1.5,1.5,0,0,1,.34.16,2.91,2.91,0,0,1,1.07,1.05,1.21,1.21,0,0,1,.07,1.11,2.67,2.67,0,0,1-1.33,1.3c-.57.27-1.2.39-1.76.71C1594.27,373.36,1594.13,373.33,1594,373.34Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M718.13,379.74c-.47.86-.46.88-1.34,1.2a4.15,4.15,0,0,0-1.51,1.11,1.16,1.16,0,0,0-.31.67A6.14,6.14,0,0,0,715,385a.9.9,0,0,0,.47.56,7,7,0,0,1,1.36.64,2.36,2.36,0,0,0,1.39.52,2.75,2.75,0,0,1,1.76.61,3.17,3.17,0,0,0,1.37.59,2.26,2.26,0,0,1,.37.11,1.56,1.56,0,0,1-.1.37,7.17,7.17,0,0,0-.83,1.69,1.06,1.06,0,0,1-.84.7,2.87,2.87,0,0,1-1.51-.06,1.76,1.76,0,0,1-.65-.4,2.7,2.7,0,0,0-1-.52,2.35,2.35,0,0,1-1-.55l-1.69-1.54c-.43-.4-.64-.42-1.39-.2h.07c0-.51,0-1-.09-1.51a1,1,0,0,0-.57-.92,6.51,6.51,0,0,1-1.33-.7c-.39-.31-.86-.52-1.28-.8a.54.54,0,0,1-.18-.33.51.51,0,0,1,.06-.34,6,6,0,0,1,1-1.13c.54-.54,1.05-1.1,1.6-1.63a1.38,1.38,0,0,1,.67-.31,11,11,0,0,1,1.52-.12,2.68,2.68,0,0,0,1.76-.59,4.21,4.21,0,0,1,1-.56l.13,1.06h0Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M778.87,373.74l1.7.05a2,2,0,0,1,1.33.62c.18.17.37.34.54.53a2.93,2.93,0,0,1,.56,1,1,1,0,0,0,.77.75,2.7,2.7,0,0,1,1.44,1.15.75.75,0,0,1,0,1,6.76,6.76,0,0,1-.52.55,1.17,1.17,0,0,1-.67.32,2.92,2.92,0,0,1-2.18-.35,2.57,2.57,0,0,0-1.41-.48l-1.51-.08a2.11,2.11,0,0,1-1.06-.37,2.46,2.46,0,0,0-.64-.38,3.92,3.92,0,0,1-2.11-1.52,1.68,1.68,0,0,1-.28-.69,4.67,4.67,0,0,1,0-.75,1.19,1.19,0,0,1,.49-1,1.29,1.29,0,0,1,.69-.29A25.46,25.46,0,0,1,778.87,373.74Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M1604.57,378.84h-4.94a7.31,7.31,0,0,1-1.14-.1.94.94,0,0,1-.6-.39,1.44,1.44,0,0,1,0-1.1,4.26,4.26,0,0,1,.68-.9,1.84,1.84,0,0,1,1-.48,4.9,4.9,0,0,1,.76-.08l1.14,0h7.6a9.63,9.63,0,0,1,1.52.11,1,1,0,0,1,.84.64,2.41,2.41,0,0,1,0,1.48,1,1,0,0,1-.79.71,3.88,3.88,0,0,1-1.13.12h-4.94Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M728.59,385.71a1.66,1.66,0,0,1,1.19-.83,2.5,2.5,0,0,1,.38-.06,2.78,2.78,0,0,0,1.75-.61,3.11,3.11,0,0,1,1-.49,2.92,2.92,0,0,0,1-.53,1.76,1.76,0,0,1,1-.41c.88,0,1.77,0,2.66-.1a1.72,1.72,0,0,0,1-.37,5.5,5.5,0,0,1,1.3-.77,1.94,1.94,0,0,1,0,.34,2.83,2.83,0,0,0,.28,1.64c-.53.34-1.07.66-1.59,1s-1,.29-1.37.58a6.3,6.3,0,0,1-1.69.82,2.94,2.94,0,0,0-1.53,1.57c0,.12-.09.24-.14.35a1.28,1.28,0,0,1-1.43.95h-.37a1.79,1.79,0,0,1-1.34-.57,3.47,3.47,0,0,1-.66-.91,1.93,1.93,0,0,0-1.19-.8l-.11.17-.19-.07a.59.59,0,0,1-.23-.6C728.46,385.82,728.52,385.71,728.59,385.71Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M769.58,378.86c-.31,0-.69-.07-1.06-.15a.78.78,0,0,1-.56-.45c-.19-.46-.34-.95-.55-1.4a1.08,1.08,0,0,1,0-1.07,9.89,9.89,0,0,0,.57-1.39,1.23,1.23,0,0,1,1.32-.46,2.54,2.54,0,0,1,.65.35,2.51,2.51,0,0,0,1,.53,3.3,3.3,0,0,1,1.76,1.35,1.27,1.27,0,0,1-.06,1.41,6.81,6.81,0,0,1-.81.8,1.76,1.76,0,0,1-1,.43A11.09,11.09,0,0,1,769.58,378.86Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M750.32,373.78a11.22,11.22,0,0,1-2.48-.14,1.34,1.34,0,0,1-.79-.74,3.06,3.06,0,0,1,0-1.13,1.3,1.3,0,0,1,.76-.76,4.46,4.46,0,0,1,1.14-.15l5.35,0a2.81,2.81,0,0,1,.75.13c.11,0,.2.15.3.21a.65.65,0,0,1,.3.66,1.12,1.12,0,0,1-.22.7c-.25.28-.53.55-.8.81a1.31,1.31,0,0,1-.69.3,4.78,4.78,0,0,1-.76.08Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M1552.51,362c.37-.08.74-.18,1.12-.25a2.24,2.24,0,0,0,1-.52,2.43,2.43,0,0,1,3.36.47c.13.21.24.44.35.66a5.73,5.73,0,0,1-.39.64,7.92,7.92,0,0,1-1.63,1.59,1.44,1.44,0,0,1-.7.28,8.62,8.62,0,0,1-1.9,0,2,2,0,0,1-1.33-.64C1551.9,363.49,1551.71,362.73,1552.51,362Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M1608.57,371.9h-.38a2.19,2.19,0,0,1-2.14-1.23.79.79,0,0,1,0-.72,1.69,1.69,0,0,1,.19-.32,14,14,0,0,1,1.66-1.51,1.42,1.42,0,0,1,1.42,0,9.14,9.14,0,0,1,1.65,1.52,1,1,0,0,1-.09,1.35c-.08.1-.16.19-.23.29a1.54,1.54,0,0,1-1,.51,2.35,2.35,0,0,1-.37.05h-.75Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M792.44,374.16c-.62.15-1.25.25-1.85.44a1.51,1.51,0,0,0-1,1.06,5.42,5.42,0,0,0-.17,1.13c0,.63-.07,1.26-.15,1.89a2.86,2.86,0,0,1-1.12,1.92,2.68,2.68,0,0,1-1.38.59,6,6,0,0,1-2.27-.14,4.77,4.77,0,0,1,.72-.26c.37-.07.75-.08,1.13-.13a2.32,2.32,0,0,0,1.89-1.13,2.12,2.12,0,0,0,.32-.68,2.82,2.82,0,0,0,.09-.76,14.8,14.8,0,0,0-.08-3,1.08,1.08,0,0,0-.64-.88c-.35-.14-.71-.26-1-.42a.86.86,0,0,1-.44-.58,1,1,0,0,1,.61-.38,1.87,1.87,0,0,1,1.47.18,3.53,3.53,0,0,0,2.14.69c.25,0,.51,0,.76.05A1.87,1.87,0,0,1,792.44,374.16Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M810.23,371.83h1a2.61,2.61,0,0,1,1,.23v.49a9.36,9.36,0,0,0-1.7.93,1.31,1.31,0,0,1-.62.63l-.06.07c-1.86,1.37-1.48-1.21-2.45-1.4-1.6,0-3.2,0-4.8,0a8.22,8.22,0,0,1-1.1-.12l.77-1.52a2.49,2.49,0,0,1,.68.24,1.94,1.94,0,0,0,1,.37,7.74,7.74,0,0,0,1.8,0,2.73,2.73,0,0,0,1-.37l.3-.21a1.93,1.93,0,0,1,2.22-.12l-.07,0A1.4,1.4,0,0,0,810.23,371.83Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M1552.51,362a18.85,18.85,0,0,1-.12,2.25c-1.52.1-3.06.1-4.59.1-1.78,0-3.57,0-5.36,0a15.85,15.85,0,0,0-4.16.55c.14-.21.26-.43.42-.63a1.46,1.46,0,0,1,1-.51c.76-.06,1.52-.07,2.29-.07,2.54,0,5.08,0,7.63,0a11.24,11.24,0,0,0,1.13-.14,1,1,0,0,0,.71-.79c0-.25.06-.5.08-.75Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M1618.38,376.55l-.61.41a1.5,1.5,0,0,0-.56.92,16.05,16.05,0,0,0-.27,2.93,5,5,0,0,1-.08,1.09A1.66,1.66,0,0,1,1616,383a4,4,0,0,1-1.4.42,1,1,0,0,1,.43-.58c.21-.13.45-.21.67-.33a1,1,0,0,0,.44-1.26,3.55,3.55,0,0,1-.3-1.07c0-.39.27-.68.39-1,0-.12.09-.24.11-.36a2.45,2.45,0,0,0-.15-1.46c-.17-.33-.39-.64-.56-1s-.19-.45-.28-.68l-.08.06a6.5,6.5,0,0,1,2.11,0A1,1,0,0,1,1618.38,376.55Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M1575.64,383.37a2.43,2.43,0,0,1-.28,1.06.64.64,0,0,1-.59.39,1.25,1.25,0,0,1-.74-.09,3.65,3.65,0,0,1-1.12-1,3.37,3.37,0,0,1-.21-.31,1.25,1.25,0,0,1-.08-1.08,2,2,0,0,1,1.06-1,1,1,0,0,1,1,.09A2.2,2.2,0,0,1,1575.64,383.37Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M270,363.79a2.86,2.86,0,0,1-1.46-.29.74.74,0,0,1-.4-.57.65.65,0,0,1,0-.37,3,3,0,0,1,.49-.52c.09-.07.24-.06.36-.09a5.47,5.47,0,0,1,1.85,0,1.45,1.45,0,0,1,.36.08c.11.05.18.16.28.23a.62.62,0,0,1,.23.66,1,1,0,0,1-.66.77c-.12,0-.24.06-.36.07S270.25,363.78,270,363.79Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M1656,372.74a3.2,3.2,0,0,1,1.81.13c.31.15.36.31.18.58a.83.83,0,0,1-.56.42l-3,.34a1.15,1.15,0,0,1,.38-.6Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M744,376.8a1,1,0,0,1,.53-.87.92.92,0,0,1,1,.24.86.86,0,0,1,.17,1,1,1,0,0,1-.84.6.71.71,0,0,1-.63-.3A1.33,1.33,0,0,1,744,376.8Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M1581.51,383.93a.85.85,0,0,1-.33.66,1.07,1.07,0,0,1-1,.06,1.19,1.19,0,0,1-.44-1,.94.94,0,0,1,.11-.36,1,1,0,0,1,1-.46c.38,0,.64.25.73.71C1581.5,383.68,1581.5,383.81,1581.51,383.93Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M1604.52,385.87a.87.87,0,0,1-1,.8,1.23,1.23,0,0,1-.87-.6A1,1,0,0,1,1604,385,.86.86,0,0,1,1604.52,385.87Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M1134,324.4a4.81,4.81,0,0,1-1.69-.81c-.11-.28-.06-.49.16-.61a.93.93,0,0,1,.35-.13c.62-.06,1.25-.1,1.87-.15Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M1596.87,379.69a.54.54,0,0,1,.52.42.72.72,0,0,1-.78.92,1,1,0,0,1-.66-.23.64.64,0,0,1,0-.93,1.2,1.2,0,0,1,.32-.16A.43.43,0,0,0,1596.87,379.69Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M1591.29,360.39a.62.62,0,0,1-.5.47.68.68,0,0,1-.85-.49.45.45,0,0,1,.32-.58,1,1,0,0,1,.73,0A.45.45,0,0,1,1591.29,360.39Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M1613,379.72a.56.56,0,0,1,.47.47.72.72,0,0,1-.55.79,1,1,0,0,1-.7,0,.68.68,0,0,1-.21-1.14,2,2,0,0,1,.34-.13A.43.43,0,0,0,1613,379.72Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M469.08,394.16a.58.58,0,0,1-.5.5.94.94,0,0,1-.72-.18,2.42,2.42,0,0,1-.76-.83,2,2,0,0,1-.12-.37,1.86,1.86,0,0,1,.73.21Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M744.72,383.43l2.26.4a1,1,0,0,1,.61.42,26.18,26.18,0,0,1-2.66.14q-.69.3-.39-.39A1.65,1.65,0,0,1,744.72,383.43Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M1648,358.32a.77.77,0,0,1-.07.27.47.47,0,0,1-.6.18c-.29-.12-.33-.33-.18-.51a.54.54,0,0,1,.61-.18C1647.89,358.11,1648,358.24,1648,358.32Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M745.49,386.5a.81.81,0,0,1-.7-.77c0-.25,0-.5-.07-.76A2.43,2.43,0,0,1,745.49,386.5Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M1628.08,375.26a.61.61,0,0,1-.08.25.54.54,0,0,1-.63.18c-.3-.12-.35-.32-.19-.49a.58.58,0,0,1,.64-.17C1627.92,375.06,1628,375.18,1628.08,375.26Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M1615.36,375.73a.43.43,0,0,1-.55-.32l.29-.2c.28.12.34.31.18.58Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M744.72,385a.86.86,0,0,1-.73-.78l.55-.19.38.39A4,4,0,0,1,744.72,385Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M1522.31,362.37l-.25.21c-.07-.08-.2-.17-.2-.24s.15-.15.24-.22Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M1613,379.72l-.33.09-.32-.13A1.11,1.11,0,0,1,1613,379.72Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M1655.23,372.14a.9.9,0,0,1,.76.6A.77.77,0,0,1,1655.23,372.14Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M1596.87,379.69l-.32.11-.33-.09A1,1,0,0,1,1596.87,379.69Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M852.25,372.16a3.13,3.13,0,0,1,1.09-.28l3.4-.09a1,1,0,0,0,.81-.66,1.65,1.65,0,0,0-.11-1.09,5.19,5.19,0,0,1-.67-1.33l-.07.08a17.37,17.37,0,0,0,3.06,0,1.62,1.62,0,0,0,1-.46,19,19,0,0,1,1.45-1.24,1.38,1.38,0,0,1,.71-.25c.63-.05,1.27-.05,1.91-.06s.76,0,2.2.5a.49.49,0,0,0,.56-.35,8.56,8.56,0,0,0,.22-1.89,1.46,1.46,0,0,1,.88-1.16,5.58,5.58,0,0,0,1.33-.73,1.33,1.33,0,0,1,.7-.26,17.51,17.51,0,0,1,1.91-.07,4,4,0,0,0,2.54-.68,2.27,2.27,0,0,1,.7-.27,2.82,2.82,0,0,0,1.24-.85c.17-.19.37-.35.56-.53a2.28,2.28,0,0,1,1.34-.66c.25,0,.51-.06.76-.09a.9.9,0,0,0,.87-.62,4,4,0,0,1,1.32-1.83,1.77,1.77,0,0,1,1-.44c.51,0,1-.07,1.53-.08a1.88,1.88,0,0,0,1.08-.31,3.35,3.35,0,0,1,2.16-.61c.77,0,1.53,0,2.3,0a3,3,0,0,0,1.81-.5,4.21,4.21,0,0,1,1-.48,4.18,4.18,0,0,0,1-.57,2.6,2.6,0,0,1,1.44-.44,7.85,7.85,0,0,1,1.53.08,1.25,1.25,0,0,1,.75,1.18c-.1.51-.5.87-.66,1.35a1,1,0,0,0,0,.38,1.15,1.15,0,0,0,1,1c1.27.14,2.55,0,3.82.1.38,0,.75.11,1.13.17.5.29.52.6,0,.93a1.44,1.44,0,0,1-1.24.75c-.51,0-1,.06-1.53.07a1.84,1.84,0,0,0-1.07.34,4.1,4.1,0,0,1-1,.57,5.08,5.08,0,0,0-1.67.89,1.87,1.87,0,0,1-.7.28,2.2,2.2,0,0,0-.69.33c-.4.3-.78.65-1.18,1a1.8,1.8,0,0,1-1.37.57,4.16,4.16,0,0,0-1.11.25,1,1,0,0,0-.34.17c-.75.7-1.48,1.4-2.23,2.09a2,2,0,0,1-1,.45c-.37.06-.75.09-1.13.15a.8.8,0,0,0-.36.14c-.79.64-1.46,1.41-2.27,2a1.09,1.09,0,0,1-1.38.06,1.61,1.61,0,0,0-.73-.19c-.51,0-1-.05-1.53-.05a4.9,4.9,0,0,0-.76.08.89.89,0,0,0-.35.14,3.23,3.23,0,0,0-1.44,1.71,3,3,0,0,1-1.08,1.53,1.79,1.79,0,0,1-1,.4l-1.53.07a2.86,2.86,0,0,0-1.4.53,2.58,2.58,0,0,1-2.87,0c-.11-.07-.19-.18-.3-.22a1.62,1.62,0,0,0-1.47,0l-.68.35c-4.66,1-9.37.22-14.05.39C852.39,373.85,851.57,373.44,852.25,372.16Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M1181.39,339.86c-.51,0-1,0-1.53-.07a2.09,2.09,0,0,1-1.07-.37,5.4,5.4,0,0,0-1-.55c-.56-.23-.64-.4-.48-.82a4.36,4.36,0,0,0,.38-1.86,2,2,0,0,0-.33-1.07c-.39-.5-.79-1-1.18-1.51-.17-.73,0-1.11.85-.83.13,0,.25,0,.38,0,.95-.07.79,0,1.18-.73a3.53,3.53,0,0,1,1.36-1.8,1.65,1.65,0,0,1,1-.38c1.67,0,3.33,0,5-.05a3,3,0,0,0,1.82-.51,2.08,2.08,0,0,1,1.06-.37c.9-.05,1.79,0,2.69-.1a1.72,1.72,0,0,0,1-.43c.48-.42,1-.85,1.44-1.26a1.33,1.33,0,0,1,.71-.26,6.47,6.47,0,0,1,.76,0q6.72,0,13.44,0c.25,0,.5,0,.76.06a1.07,1.07,0,0,1,.88,1.07,1.8,1.8,0,0,1-.45,1c-.19.18-.34.39-.51.58a1,1,0,0,0-.18,1.37l.59,1a1.28,1.28,0,0,1-.06,1.68,6.31,6.31,0,0,1-1.88.25,2.39,2.39,0,0,0-1.38.57,2.3,2.3,0,0,1-1.41.49c-.5,0-1,.06-1.52.08a1.42,1.42,0,0,0-.71.23,5.22,5.22,0,0,1-1.72.77,2.31,2.31,0,0,0-.66.38,2.27,2.27,0,0,1-1,.39,25.36,25.36,0,0,1-3.8,0,1.37,1.37,0,0,1-1.15-.83l-.18-.34a.75.75,0,0,0-.58-.41,1,1,0,0,0-1,.37,2.47,2.47,0,0,0-.4.64,1.17,1.17,0,0,1-.94.57,5.71,5.71,0,0,1-1.89,0,2.63,2.63,0,0,1-.72-.23,10.67,10.67,0,0,0-1-.53,9.4,9.4,0,0,1-1.41-.56.85.85,0,0,0-.73,0,4.09,4.09,0,0,1-1.82.46,2.06,2.06,0,0,0-1.37.57,4.59,4.59,0,0,0-.55.53,1.41,1.41,0,0,0-.24,1.41,1.88,1.88,0,0,0,.39.65C1182.34,339.73,1182.18,340.15,1181.39,339.86Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M1588.47,402.59a1.42,1.42,0,0,1,1.24-.74c.12,0,.25,0,.38,0h3.06a2.42,2.42,0,0,1,1.09.25l.36.68c.05.11.08.23.14.35a1,1,0,0,0,1.31.4,3.82,3.82,0,0,0,.64-.4,24.46,24.46,0,0,0,2.17-2.15,2.47,2.47,0,0,0,.66-1.73,1.85,1.85,0,0,0-.53-1.38c-.17-.19-.36-.37-.54-.55a1.74,1.74,0,0,0-1-.48,13.46,13.46,0,0,0-2.29,0,2.37,2.37,0,0,0-1.42.47,2.34,2.34,0,0,1-1.39.56,54.76,54.76,0,0,1-5.73,0,1.15,1.15,0,0,1-.91-1,.81.81,0,0,1,.6-.85c.38-.08.75-.14,1.13-.2s.48-.19.42-.42a.48.48,0,0,0-.19-.3,1,1,0,0,1-.51-.54,1.27,1.27,0,0,1,.37-1,6.5,6.5,0,0,1,1.09-1.07.58.58,0,0,1,.7-.08,2.33,2.33,0,0,1,1.29,1.32,6.22,6.22,0,0,0,.29.71.85.85,0,0,0,.59.43,2.35,2.35,0,0,0,2.42-.75c.16-.19.37-.34.54-.53a1.9,1.9,0,0,1,1.32-.66l.38,0a2.71,2.71,0,0,0,1.75-.64,3.83,3.83,0,0,1,.73-.22,18.31,18.31,0,0,1,2.67,0,2.59,2.59,0,0,1,1.09.31,3.62,3.62,0,0,0,2.17.58h7.65c.25,0,.51,0,.76,0s.56.08.62.26-.07.48-.37.57a8.45,8.45,0,0,1-1.12.19,2.86,2.86,0,0,0-1.73.71,1.41,1.41,0,0,1-.7.27l-1.91.11c-.34,0-.49.1-1,.52-.29,1-1.16,1.31-2,1.71a6.16,6.16,0,0,0-1,.95,6.65,6.65,0,0,0-.1,3,1.79,1.79,0,0,0,.33.68,1.89,1.89,0,0,1,.34.66,1.1,1.1,0,0,1-.29,1,1.34,1.34,0,0,1-.31.22,6.5,6.5,0,0,0-2.17,1.5,1.63,1.63,0,0,1-.62.42,7.28,7.28,0,0,0-1.72.8,2,2,0,0,1-1.08.31c-1.27,0-2.54,0-3.81.05l-5,0a2.86,2.86,0,0,0-2.1.72c-.24.09-.48.19-.72.26a1.18,1.18,0,0,1-.37.05c-3.18.1-6.35,0-9.53,0-.63,0-1.27,0-1.9-.07a.76.76,0,0,1-.62-.38.68.68,0,0,1,.13-.69,2.26,2.26,0,0,1,.28-.25c.64-.52,1.95-.39,1.87-1.6-.19-3.12,1.62-2.87,3.7-2.33A16.21,16.21,0,0,0,1588.47,402.59Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M749.35,391.1a2.67,2.67,0,0,1,.93.64,1.66,1.66,0,0,1,.54,1c.06.37.08.76.14,1.14a1.12,1.12,0,0,0,1.07.9h.76a1.62,1.62,0,0,0,1-.47,3.19,3.19,0,0,0,1-1.58,1.43,1.43,0,0,1,.34-.67,7.76,7.76,0,0,1,.84-.78,1.87,1.87,0,0,1,1.06-.39c1,0,2,0,3.07,0a2.93,2.93,0,0,1,1.8.56,1.86,1.86,0,0,0,.69.3,6.53,6.53,0,0,0,2.29,0,2.62,2.62,0,0,0,1-.46,2.66,2.66,0,0,1,1.45-.42h2.69a3,3,0,0,1,1.8.54,2,2,0,0,0,1.06.4,6.31,6.31,0,0,1,.76.07,1.89,1.89,0,0,1,1,.45,2.76,2.76,0,0,1,.92,1.19.85.85,0,0,1-.09.73,1,1,0,0,1-.91.58c-.77,0-1.54.06-2.3.07a3,3,0,0,0-1.78.59,1.66,1.66,0,0,1-.72.24,16,16,0,0,1-2.3.09,21.81,21.81,0,0,0-2.68.07,1.64,1.64,0,0,0-1,.49c-.17.19-.35.37-.51.57a2,2,0,0,0-.4,1c0,.38,0,.77,0,1.15a2.68,2.68,0,0,0,.57,1.78c.25.29.44.63.69.92s.23.44-.1.61a1.15,1.15,0,0,1-.72.12,7.16,7.16,0,0,0-1.72-.82c-.62-.16-.71-.68-.77-1.18s-.09-1.27-.13-1.9a.73.73,0,0,0-.11-.37,3.54,3.54,0,0,0-1.38-1.28,1,1,0,0,0-.75,0,1.76,1.76,0,0,0-.66.35,2.06,2.06,0,0,1-1.4.52l-3.07,0-5,0a2.78,2.78,0,0,0-1.46.4l-.33.19a2.06,2.06,0,0,1-1.1.29c-1.66,0-3.32,0-5,.05-.77,0-1.54,0-2.3,0a2.34,2.34,0,0,0-1.43.5,2.64,2.64,0,0,1-1.08.35c-.89.06-1.78.09-2.68.12a1.36,1.36,0,0,0-.94.56.93.93,0,0,0-.16.35,12.18,12.18,0,0,0-.16,1.9,2,2,0,0,1-1,1.57.47.47,0,0,1-.65-.12,7.3,7.3,0,0,0-1-1.59c-.1-.23-.21-.46-.29-.7s-.16-.48-.23-.73c-.76-1-2.81.65-3.05-1.45a3.08,3.08,0,0,1,1.64-.91,1.64,1.64,0,0,0,.66-.36,1.68,1.68,0,0,1,1-.42c1.14,0,2.29-.07,3.44-.1a2.38,2.38,0,0,0,1.44-.43c.11-.07.19-.17.3-.24a2.17,2.17,0,0,1,1.07-.36l2.29-.08a2.82,2.82,0,0,0,1.44-.46,2.65,2.65,0,0,1,1.44-.44l4.59,0c.64,0,1.28,0,1.91-.06a1.41,1.41,0,0,0,1-.47,6.88,6.88,0,0,0,.54-.54,1.54,1.54,0,0,0,.17-1.44c-.18-.49-.62-.8-.82-1.28C747.65,390.52,748.39,390.6,749.35,391.1Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M1164.75,341.23a3.24,3.24,0,0,0-1.09-.31c-.39,0-.77,0-1.15-.06-.9-.05-.9-.05-2.1-.76a1.46,1.46,0,0,0-1.44.12,3.36,3.36,0,0,0-.29.24,2.56,2.56,0,0,0-.91,1.63,4.78,4.78,0,0,1-.09.76,1,1,0,0,1-.7.81,2.36,2.36,0,0,1-1.12,0c-.52-.13-.73-.36-.6-.72a2.82,2.82,0,0,0,.26-1.11,1,1,0,0,0-.65-.84c-.12,0-.24-.07-.37-.08-1.66-.1-3.32-.08-5,0a1.69,1.69,0,0,0-.38,0,1.33,1.33,0,0,0-.65.35.58.58,0,0,0-.09.69,3.2,3.2,0,0,1,.22,1.88,2.39,2.39,0,0,1-1.32,1.75,1.07,1.07,0,0,1-.35.14,2.32,2.32,0,0,1-.38.05,25.77,25.77,0,0,1-3.83,0,1.94,1.94,0,0,1-1-.41,7.84,7.84,0,0,0-1-.57.69.69,0,0,1-.24-1,2.23,2.23,0,0,1,1.46-1.11.94.94,0,0,0,.58-1.23c-.07-.25-.16-.49-.23-.73-.16-.51.23-.94.83-.94a2.54,2.54,0,0,1,.39,0,1.17,1.17,0,0,1,1.16.79,4,4,0,0,0,.28.71.94.94,0,0,0,1.33.23,1.35,1.35,0,0,0,.41-.62,10.61,10.61,0,0,0,.17-1.13,1.23,1.23,0,0,1,.27-.7,3.41,3.41,0,0,1,1.81-1.33,1.9,1.9,0,0,0,.66-.38c.67-.6,1.31-1.21,2-1.82a.86.86,0,0,1,1-.24,2.1,2.1,0,0,0,1.11.08c.36-.12.71-.24,1.06.07s.58.5.88.74a2.61,2.61,0,0,0,1,.53,3.74,3.74,0,0,1,1.33.72,2,2,0,0,0,1.46.33,1.31,1.31,0,0,0,1.29-1.15,3.85,3.85,0,0,1,.23-1.12.82.82,0,0,1,.55-.47,3.3,3.3,0,0,1,.75-.14c.51,0,1,0,1.53,0a3.49,3.49,0,0,1,2.17.6,1.88,1.88,0,0,0,1.09.31l1.91.05c.26,0,.51.05.77.07a1.1,1.1,0,0,1,1,1c.06.37.1.75.16,1.13a1.12,1.12,0,0,0,.73.78l.69.33c.58.84.3,1.62-.61,1.59C1169.35,340.68,1167.08,341.35,1164.75,341.23Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M1161,353.82h-1.53a3.05,3.05,0,0,1-1.81-.51,2.56,2.56,0,0,0-1.43-.44h-.77a3.24,3.24,0,0,0-1.81.5,2.45,2.45,0,0,1-1.44.44c-1.4,0-2.8,0-4.21.1a1.63,1.63,0,0,0-1.06.37c-.1.08-.22.13-.32.2a2.16,2.16,0,0,1-1.07.4,4.09,4.09,0,0,0-2.14.69,1.31,1.31,0,0,1-.72.23l-3.83.12a1.93,1.93,0,0,0-1.06.39,2.44,2.44,0,0,1-1,.45,6.31,6.31,0,0,1-.76.1,2.65,2.65,0,0,0-1.38.58,1.9,1.9,0,0,1-1.05.41,18.75,18.75,0,0,1-3.82,0,1.62,1.62,0,0,1-.67-.33,1,1,0,0,1,0-1.34c.11-.06.21-.15.32-.2a5.69,5.69,0,0,0,1-.44,3,3,0,0,1,1-.57,3,3,0,0,0,1-.49,3,3,0,0,1,1.76-.63l1.15-.06a2,2,0,0,0,1.08-.33,3.42,3.42,0,0,1,2.16-.62c.38,0,.76-.05,1.14-.08a1.45,1.45,0,0,0,.71-.26,3,3,0,0,1,1.79-.58l6.13-.06a1.9,1.9,0,0,0,.73-.17c.47-.2.86-.55,1.34-.73a5.55,5.55,0,0,0,1.33-.73,1.79,1.79,0,0,1,1.08-.35l3.06,0a2.91,2.91,0,0,1,1.8.53,2.44,2.44,0,0,0,1.43.46c.64,0,1.27,0,1.91,0a2.23,2.23,0,0,0,1.44-.44,3.08,3.08,0,0,1,1.41-.53c1.79-.07,3.58-.07,5.36,0a1.26,1.26,0,0,1,.69.25c.19.15.1.74-.15,1.06a2.1,2.1,0,0,1-.57.5,2.53,2.53,0,0,1-.7.29,3.23,3.23,0,0,0-1,.52,1.71,1.71,0,0,1-.69.3,3.3,3.3,0,0,1-.76.1,3,3,0,0,0-1.75.66,1.37,1.37,0,0,1-.72.23c-.89.07-1.78.09-2.67.13Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M1532.4,408.67a1.55,1.55,0,0,1,1.22-.8c.38,0,.77-.08,1.14-.15a1.3,1.3,0,0,0,.66-.36,4.65,4.65,0,0,0,1.31-1.85,1.4,1.4,0,0,1,.91-.62,21.93,21.93,0,0,1,2.29-.1,2.92,2.92,0,0,0,1.78-.56,2.46,2.46,0,0,1,1.44-.43h2.68a3.43,3.43,0,0,1,2.13.72.8.8,0,0,0,.33.17,3.18,3.18,0,0,0,1.88-.12,3.34,3.34,0,0,0,.65-.4,1.89,1.89,0,0,1,1.07-.34,3.46,3.46,0,0,1,1.84.42,1,1,0,0,0,.75.07,1.72,1.72,0,0,1,.74-.08,2,2,0,0,1,.64.41c.31.22.61.45.91.69a2.56,2.56,0,0,0,1,.44,1.72,1.72,0,0,1,.67.35,2,2,0,0,0,1.39.56,5.88,5.88,0,0,1,1.5.19c.31.11.41.32.28.58a.65.65,0,0,1-.19.26.81.81,0,0,1-.37.09l-5.36.05-2.68,0a2.74,2.74,0,0,0-1.44.44,2.85,2.85,0,0,1-1.44.43l-2.3,0-1.91,0a2.57,2.57,0,0,0-1.09.3,3.54,3.54,0,0,1-2.17.62c-1.27,0-2.55,0-3.82.06a1.84,1.84,0,0,0-1.07.36,2.9,2.9,0,0,1-.64.41,2.42,2.42,0,0,1-.72.23,23.2,23.2,0,0,1-3.82,0c-.3,0-.46-.12-.91-.61C1531.25,409.34,1532.08,409.12,1532.4,408.67Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M1554.07,393.71l1.47.07a1.71,1.71,0,0,1,1,.5c.1.08.18.17.28.26a1.09,1.09,0,0,1,.21,1.35,3.79,3.79,0,0,0-.32,1.09c-.06.63-.13,1.26-.2,1.89a1.24,1.24,0,0,1-.78.75,4.85,4.85,0,0,1-.75.11c-.64,0-1.27,0-1.91,0a2.59,2.59,0,0,1-2.19-1.29,13.1,13.1,0,0,0-1.22-2.35,1.31,1.31,0,0,1,.24-1.07c.27-.27.53-.55.81-.8a1.69,1.69,0,0,1,1-.46l.76,0h1.58Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M1588.47,402.59a4.06,4.06,0,0,1-2.09.76,33.64,33.64,0,0,1-4.14,0,10.72,10.72,0,0,1-1.86-.28,6.69,6.69,0,0,0-1.48-.21,1.76,1.76,0,0,0-1.53.91c-.1.23-.19.46-.28.7s-.17.47-.27.7a1.94,1.94,0,0,1-1.07,1,8.26,8.26,0,0,1-1.09.27c.19-.52.65-.69,1.1-.89a1,1,0,0,0,.61-.85,2,2,0,0,0-.21-1.42.8.8,0,0,0-.57-.41,2.32,2.32,0,0,0-1.78.25,3.68,3.68,0,0,1-.68.26,31.7,31.7,0,0,0-3.9.1,2.31,2.31,0,0,1-1-.47,1.67,1.67,0,0,0-.73-.21,2.8,2.8,0,0,0-1.83.4l-.32.2a5.76,5.76,0,0,1-.64.75h0c-.33.31-.39.85-.88,1a1.27,1.27,0,0,1-.66-.45c-.48-.91-1.58-.79-2.26-1.37l-1.35-.7c-.32-.16-.39-.34-.19-.55a.85.85,0,0,1,.28-.22.93.93,0,0,1,.37-.1c.5,0,1,0,1.52,0h16.8l.77,0a3.08,3.08,0,0,1,1.45.39,3,3,0,0,0,1.82.47C1584.4,402.66,1586.43,402.7,1588.47,402.59Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M963.8,345.78c.64,0,1.28,0,1.91.07a1.92,1.92,0,0,1,1,.38,2.18,2.18,0,0,0,1,.42c.5.06,1,.08,1.52.09a2.23,2.23,0,0,1,2.07,1.41.5.5,0,0,1-.08.68c-.19.17-.33.39-.52.55a1.47,1.47,0,0,1-1.76.18,3.38,3.38,0,0,0-1.77-.6l-.76,0a3.18,3.18,0,0,1-1.8-.5,2.62,2.62,0,0,0-1.44-.41,17.33,17.33,0,0,1-2.28-.12,1,1,0,0,1-.62-.38.81.81,0,0,1,.22-1,3.33,3.33,0,0,1,.28-.25,1.81,1.81,0,0,1,1-.42Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M720.91,418.13a4.67,4.67,0,0,1,1.84-.42A2,2,0,0,0,724,417a3.33,3.33,0,0,1,.25-.28,2.1,2.1,0,0,0,.48-1c.06-.24.06-.5.1-.75a1.2,1.2,0,0,1,.94-1,2.69,2.69,0,0,1,1.13,0,1.47,1.47,0,0,1,.7.27c.3.23.59.48.87.74a4.78,4.78,0,0,0,1.62.94c.56.2.71.58.6,1.21a.59.59,0,0,1-.13.35,5.19,5.19,0,0,1-.65.37c-.63.05-1.26.11-1.9.14a2,2,0,0,0-1,.41c-.51.37-1,.78-1.5,1.16a1.4,1.4,0,0,1-.71.24c-.51,0-1,.05-1.52,0a2,2,0,0,1-1.68-.74,2.4,2.4,0,0,1-.6-.94Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M72.28,343.57a.93.93,0,0,1,.76-.72c.25,0,.51,0,.76,0a2.77,2.77,0,0,1,1.1.26,3,3,0,0,0,2.14.66,7.21,7.21,0,0,1,1.14.1,1.78,1.78,0,0,1,.7.28,4.4,4.4,0,0,0,1.31.76,2.76,2.76,0,0,1,1,.53,11.25,11.25,0,0,0,1.47,1.21,3.33,3.33,0,0,1,.66.38.66.66,0,0,1,.21.68,2.07,2.07,0,0,1-.66.9.87.87,0,0,1-.33.17,1.29,1.29,0,0,1-1.1-.06,5.44,5.44,0,0,0-1.36-.69,2.76,2.76,0,0,1-1-.53,2.34,2.34,0,0,0-.3-.25,6.12,6.12,0,0,0-1-.44,3.15,3.15,0,0,1-.67-.37,2.59,2.59,0,0,0-1-.48,2.7,2.7,0,0,1-1-.5,1.6,1.6,0,0,0-.69-.31L73.2,345a1,1,0,0,1-.86-.64c.21-.18.28-.35.19-.51S72.36,343.57,72.28,343.57Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M1611.51,401l.9-.7q.31-.22.63-.42a1,1,0,0,1,.35-.15,8.29,8.29,0,0,0,1.71-.79,1.45,1.45,0,0,1,1.1,0,5,5,0,0,0,1.38.61,11,11,0,0,0,1.52.05c.51,0,1-.08,1.52-.13l.5,0a9.21,9.21,0,0,1,3,.3c.45.31.73.68.44,1.25a12.31,12.31,0,0,0-2.27-.14,2.63,2.63,0,0,0-1.75.6,8.06,8.06,0,0,1-1.2.91,1.47,1.47,0,0,1-1.45.08c-.22-.11-.44-.24-.66-.37a1.51,1.51,0,0,0-.72-.21,22.48,22.48,0,0,0-4.92.11A.69.69,0,0,1,1611.51,401Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M737,413.65c.53,0,1,0,1.54.09a2,2,0,0,1,.72.21,1.06,1.06,0,0,1,.64.87,10.61,10.61,0,0,1,0,3,1.08,1.08,0,0,1-.38.63,1.45,1.45,0,0,1-1.44,0c-.19-.16-.4-.31-.58-.48l-2.69-2.68a2.25,2.25,0,0,1-.24-.3,1.71,1.71,0,0,1-.32-.68c0-.18.6-.61.89-.63Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M1274.61,335a.93.93,0,0,1,.73.1,3.85,3.85,0,0,0,2.12.71,2.23,2.23,0,0,1,1.08.33,6.37,6.37,0,0,0,1,.51,5.23,5.23,0,0,1,1.32.7,9.43,9.43,0,0,0,1.36.65,3.23,3.23,0,0,1,1.3,1.34.75.75,0,0,1-.06.7.47.47,0,0,1-.65.2,5.29,5.29,0,0,0-1.84-.41,2.31,2.31,0,0,1-1.4-.51,1.8,1.8,0,0,0-.68-.33,3.46,3.46,0,0,1-1.36-.63.93.93,0,0,0-.31-.22,7.65,7.65,0,0,1-2-1.05,6.93,6.93,0,0,0-1-.48.89.89,0,0,1-.38-1C1273.94,335.25,1274.12,335.1,1274.61,335Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M273.49,381.76a3.25,3.25,0,0,1,1.77.61,1.93,1.93,0,0,0,.71.24,6.53,6.53,0,0,0,.76.08l1.14.08a1.22,1.22,0,0,1,1.06.92c0,.25.08.5.1.75a8.4,8.4,0,0,0,.54,2.57.55.55,0,0,1-.28.66,1.47,1.47,0,0,1-.7.21,1.8,1.8,0,0,1-1.42-.41,23,23,0,0,1-2.15-2.15,2.85,2.85,0,0,1-.17-.35,3.39,3.39,0,0,1-.62-.74c-.1-.21-.2-.42-.31-.62-.24-.5-.28-.53-.7-.71l-.65-.26C272.47,381.92,272.7,381.54,273.49,381.76Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M1516.46,405.24a4,4,0,0,1-.71.88,1.56,1.56,0,0,1-.59.47,9.89,9.89,0,0,0-2,1.06,1.43,1.43,0,0,1-.73.2,30.19,30.19,0,0,1-3.43,0,1,1,0,0,1-.38-.06,3.6,3.6,0,0,1-.62-.39.66.66,0,0,1-.15-.35.92.92,0,0,1,.28-1c.1-.08.18-.2.29-.23a5.22,5.22,0,0,0,1.36-.67,2.26,2.26,0,0,1,1.09-.32c.76,0,1.52,0,2.28-.06a3.27,3.27,0,0,0,1.79-.59C1516.08,403.62,1516.63,403.91,1516.46,405.24Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M1543.23,413.23c.36.13.71.28,1.07.39a2.79,2.79,0,0,0,1.49,0,.81.81,0,0,0,.34-.15c.59-.48,1.16-1,1.77-1.43a1.39,1.39,0,0,1,1.08-.18,1,1,0,0,1,.34.18,4.58,4.58,0,0,0,1.34.68,1.07,1.07,0,0,1,.72,1.47.55.55,0,0,1-.53.46c-.25,0-.5.11-.74.11-3.54,0-7.08,0-10.62,0a6.42,6.42,0,0,1-.75-.1,1.28,1.28,0,0,1-.14-.35.45.45,0,0,1,.14-.27.94.94,0,0,1,.32-.19l1.81-.55A12.4,12.4,0,0,0,1543.23,413.23Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M712.32,422.66c-.38-.33-.79-.63-1.13-1a4.15,4.15,0,0,0-1.58-1,1.06,1.06,0,0,1-.67-1.19,1.31,1.31,0,0,1,.61-.9,1.26,1.26,0,0,1,1-.41.83.83,0,0,1,.36.08,2.45,2.45,0,0,0,1.42.38,7.77,7.77,0,0,1,1.86.18,1.05,1.05,0,0,1,.52.5,1.26,1.26,0,0,1,.1.36,6.82,6.82,0,0,1,.05,1.86,1.84,1.84,0,0,1-.35,1.05,4.39,4.39,0,0,0-.63,1.35C712.46,424.58,713.18,422.68,712.32,422.66Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M714.86,433.18a2.24,2.24,0,0,1-1,2,2.17,2.17,0,0,1-.67.36,1.14,1.14,0,0,1-.75,0,1.43,1.43,0,0,1-.34-.14,2.46,2.46,0,0,1-1.21-1.42,8.68,8.68,0,0,0-.82-1.71,1.16,1.16,0,0,1,0-1.1,4.91,4.91,0,0,1,1-1.16,1.33,1.33,0,0,1,1.42-.08,15.5,15.5,0,0,1,1.66,1.58A2.15,2.15,0,0,1,714.86,433.18Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M1133.56,341.84c.64,0,1.27,0,1.9.05a2.36,2.36,0,0,1,1.67.8,2,2,0,0,1,.47.59,1.27,1.27,0,0,1-.06,1.09,1.19,1.19,0,0,1-.56.47,1.63,1.63,0,0,1-.37.08,13.91,13.91,0,0,1-2.66,0,1.8,1.8,0,0,1-1.06-.35,4,4,0,0,0-2.1-.79.93.93,0,0,1-.35-.13,2.17,2.17,0,0,1-.33-.19,1.2,1.2,0,0,1-.16-1.07,1.17,1.17,0,0,1,.59-.43,2.67,2.67,0,0,1,.75-.11h2.27Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M852.25,372.16c.17.19.33.38.51.56a1.67,1.67,0,0,0,1,.47,11,11,0,0,0,1.51.12h8.36c1.27,0,2.53,0,3.8.1a1.88,1.88,0,0,1-1,.42c-.76,0-1.52.06-2.29.06-2.67,0-5.34,0-8,0-.89,0-1.78,0-2.67.05a2.41,2.41,0,0,0-1.42.46l-1.23.9a.76.76,0,0,1-1-.09,4.51,4.51,0,0,1-.53-.54,1.2,1.2,0,0,1-.26-1.06,1,1,0,0,1,.7-.81,1.61,1.61,0,0,1,.37-.07A5.62,5.62,0,0,0,852.25,372.16Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M728.59,385.71c0,.31,0,.61,0,.91a2.63,2.63,0,0,0-.72,1.73,2.32,2.32,0,0,1-.15.74.8.8,0,0,1-.51.52,2.26,2.26,0,0,1-.37.11,6.79,6.79,0,0,1-1.91,0,1.92,1.92,0,0,1-1-.43c-.29-.25-.6-.47-.9-.71a2.6,2.6,0,0,0-1.41-.53c.12-.22.24-.43.37-.64a1.47,1.47,0,0,1,.87-.64,3.6,3.6,0,0,1,.73-.13,2.72,2.72,0,0,0,1.36-.53,1.81,1.81,0,0,1,1-.36Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M763.92,409.51v.77a2.32,2.32,0,0,1-.4,1.43,6.28,6.28,0,0,0-.58,1,.79.79,0,0,1-1.22.37c-.1-.08-.22-.14-.31-.22a22,22,0,0,1-1.86-1.88,1.1,1.1,0,0,1,.05-1.37,3.45,3.45,0,0,0,.26-.28,1.4,1.4,0,0,1,1-.52,8,8,0,0,0,2.21-.47.59.59,0,0,1,.81.47C763.87,409,763.9,409.27,763.92,409.51Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M1243.29,336.84H1241a6.84,6.84,0,0,0-2.56.55.54.54,0,0,1-.64-.22c-.26-.43-.36-.94-.65-1.36s-.18-.57.17-1c.55-.7.89-.72,1.59-.29s1.47.41,2,1a1.55,1.55,0,0,0,1.45,0l.33-.18a2,2,0,0,1,.31-.2,1.43,1.43,0,0,1,1.44,0,3.39,3.39,0,0,0,2.13.66,3.08,3.08,0,0,1,.74.11c.11,0,.19.13.28.21.29.27.23.43-.17.49s-.49.12-.74.13l-3.41.07Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M721,418a5.33,5.33,0,0,0-1.13-.18c-1.27-.06-2.54,0-3.81-.1l-.37-.07a1.3,1.3,0,0,1-.73-.8,2.69,2.69,0,0,1,0-1.13.92.92,0,0,1,.68-.81,2.6,2.6,0,0,1,1.86.06.89.89,0,0,1,.33.18,2.15,2.15,0,0,0,1,.5,2.88,2.88,0,0,1,1.76,1.37,2.65,2.65,0,0,1,.35,1.07Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M1554,413.34a6,6,0,0,1-.13-.72,1,1,0,0,1,.71-.76c.37,0,.73-.11,1.1-.12l4.49,0a4.24,4.24,0,0,0,1.44-.32c.57-.22.92.17.77.79a.71.71,0,0,1-.13.35c-.25.27-.53.53-.79.79-.46.81-1.7,0-2.07,1l.08-.07a1.65,1.65,0,0,1-1.75-.07l.07.05C1556.69,413.08,1555.07,414.33,1554,413.34Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M1560.81,396.56h.37c.36,0,.74,0,1-.36a1.49,1.49,0,0,0,.26-.68,3.13,3.13,0,0,1,.24-1.08,1,1,0,0,1,.5-.51,2.33,2.33,0,0,1,1.45-.15,1.11,1.11,0,0,1,.94,1c0,.5,0,1,.07,1.48,0,1.52-.83,1.48-1.89,1.11a1.64,1.64,0,0,0-1.42.27,4.64,4.64,0,0,1-.72.23,3.13,3.13,0,0,1-.75,0,1.15,1.15,0,0,1-.92-.56A.88.88,0,0,1,1560.81,396.56Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M40.08,343.35a6.29,6.29,0,0,0,2,.1,1.79,1.79,0,0,0,1.55-.43,7.18,7.18,0,0,0,2.59.58,3.22,3.22,0,0,1,.75.1.85.85,0,0,1,.36.12.76.76,0,0,1,.23.3.61.61,0,0,1-.08.68,1,1,0,0,1-.7.26c-.64,0-1.27.06-1.91.07l-6.49,0C38,343.67,39.21,343.66,40.08,343.35Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M730,429.74a9.84,9.84,0,0,1-.11,2,1.44,1.44,0,0,1-.16.33,1,1,0,0,1-1.58.18c-.08-.09-.2-.18-.22-.29-.1-.49-.16-1-.27-1.47a12.67,12.67,0,0,0-.64-1.34,1.24,1.24,0,0,1,.1-1.08,5.94,5.94,0,0,1,.76-.83c.25-.26.62-.23,1,.06a4.39,4.39,0,0,1,.57.48,1.4,1.4,0,0,1,.5,1C730,429.14,730,429.52,730,429.74Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M711.66,401.74a.88.88,0,0,1,.75-.7c2.36-.1,4.86-1.43,7,.79h0a1.89,1.89,0,0,1-.78.59,3.09,3.09,0,0,1-.7.25,14.72,14.72,0,0,1-1.49.08,2.44,2.44,0,0,0-1.7.63,1.22,1.22,0,0,1-1.38.14,3.28,3.28,0,0,1-.31-.2,5.37,5.37,0,0,0-1.29-.75C711.18,402.33,711.16,402.05,711.66,401.74Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M933,355.13a1.77,1.77,0,0,1-1.28.72c-.5,0-1,.07-1.52.08a2.89,2.89,0,0,0-1.41.5,2.37,2.37,0,0,1-1.43.41,2,2,0,0,1-2-.93.89.89,0,0,1,0-1l.45-.6a1.25,1.25,0,0,1,1.37-.36,2.21,2.21,0,0,1,.34.18c.88,1.08,2,.5,3,.4l.08-.08a.55.55,0,0,1,.66-.37c.41.14.83.24,1.24.39A1.27,1.27,0,0,1,933,355.13Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M1164.75,341.23c.59-.16,1.19-.3,1.77-.49a8.42,8.42,0,0,1,2.17-.36,14.57,14.57,0,0,0,2.19-.15,1.68,1.68,0,0,0,1-.49l.46-.57a2.33,2.33,0,0,0,1.81-.16.74.74,0,0,1,.37-.06.84.84,0,0,1,.68.21.56.56,0,0,1-.05.69l-.21.31a1.72,1.72,0,0,1-1.24.76c-.62.05-1.25.07-1.88.08l-3.38,0a2.85,2.85,0,0,0-1.75.58,1.06,1.06,0,0,1-.34.16,1.47,1.47,0,0,1-1.09,0A1.09,1.09,0,0,1,1164.75,341.23Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M831.46,368.94a1.1,1.1,0,0,1,.8,0c.27.23.54.45.83.66l0,0c.53,1.45-1.54.92-1.52,2a.67.67,0,0,1-.86.23l-.87-.6a9,9,0,0,1-1.23-.89,2.06,2.06,0,0,0-1-.44,13.85,13.85,0,0,1-2.65-.19.89.89,0,0,1-.53-.51,3.37,3.37,0,0,1,.31-.21,1.26,1.26,0,0,1,.34-.13,22.15,22.15,0,0,1,3.82,0,1.77,1.77,0,0,1,1.06.37,7,7,0,0,0,.64.41A3.73,3.73,0,0,0,831.46,368.94Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M769.83,398.86a1.08,1.08,0,0,1,1,1l0,.37a2.23,2.23,0,0,1-1.15,2.18,1.4,1.4,0,0,1-1.06.18.58.58,0,0,1-.56-.42,2.52,2.52,0,0,1-.15-.34,5,5,0,0,1,.06-2.22,1,1,0,0,1,.78-.7A3.08,3.08,0,0,1,769.83,398.86Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M737.83,428.15s0,.36-.07.73a1,1,0,0,1-.8.65,1.66,1.66,0,0,1-1-.34,2.92,2.92,0,0,0-.29-.23,1.86,1.86,0,0,1-.78-1.6c0-.25,0-.49.08-.73a1,1,0,0,1,.7-.78,2.55,2.55,0,0,1,1.1-.1,1.09,1.09,0,0,1,1,.91c0,.12.07.24.08.36S737.83,427.52,737.83,428.15Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M1568.65,394.18a3.26,3.26,0,0,1,.66-.91,2.21,2.21,0,0,1,1.32-.65,12.71,12.71,0,0,1,3,.05.6.6,0,0,1,.51.44.5.5,0,0,1-.29.63,2.11,2.11,0,0,1-.7.26,7.55,7.55,0,0,0-1.49.22c-.35.13-.68.31-.73.76,0,.25-.09.49-.14.74a2,2,0,0,1-.53,1,1.11,1.11,0,0,1-.77-.42,8.91,8.91,0,0,1-.36-1.32A5.64,5.64,0,0,0,1568.65,394.18Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M725.56,399.59a4.64,4.64,0,0,0,1.75.72,4.79,4.79,0,0,1,.73.24,1.41,1.41,0,0,1,.57.49h-5.72a10,10,0,0,0-1.89.17,1.34,1.34,0,0,1-1-1,1.75,1.75,0,0,1,1.26-.61A37.14,37.14,0,0,1,725.56,399.59Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M757.94,425.48a13.63,13.63,0,0,1-.11,2.17c-.06.32-.2.48-.48.44a.52.52,0,0,1-.3-.12c-.29-.42-.54-.86-.83-1.28a2.49,2.49,0,0,1-.43-1.81,2.1,2.1,0,0,1,1.33-1.7.55.55,0,0,1,.61.32,1.25,1.25,0,0,1,.13.35C757.9,424.49,757.93,425.12,757.94,425.48Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M730.21,437.77a1.24,1.24,0,0,1-1.35-1.06,5.71,5.71,0,0,1,0-1.89.73.73,0,0,1,.85-.51,2.32,2.32,0,0,1,1.09,1c.07.64.49,1.17.55,1.82a.47.47,0,0,1-.42.52C730.72,437.73,730.46,437.74,730.21,437.77Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M743.45,427.73c.37,0,.75,0,1.12,0a2.25,2.25,0,0,1,1.87,1.06.45.45,0,0,1-.06.65,1.84,1.84,0,0,1-.62.4c-.58.23-1,.74-1.59.95a1.14,1.14,0,0,1-1-.35,2.11,2.11,0,0,1-.21-.31c-.2-.45-.39-.92-.58-1.38C742.2,427.83,742.61,427.56,743.45,427.73Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M1568.65,394.18h.65c.65.59.11,1.53.63,2.15l.35.35c-.16.2-.3.41-.48.6a2,2,0,0,1-1.31.68,28.05,28.05,0,0,1-3.43,0,1.73,1.73,0,0,1-1.32-.63,3.1,3.1,0,0,0,1.89-1.11l.75.14a3.3,3.3,0,0,0,1.13,0,1,1,0,0,0,.78-.73A13.11,13.11,0,0,1,1568.65,394.18Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M720.07,407.28c-.52-.25-.68-.38-.81-.72a.6.6,0,0,1,.47-.85,8.62,8.62,0,0,1,1.13-.1,5.77,5.77,0,0,0,2.21-.44.48.48,0,0,1,.66.2,1,1,0,0,1,.17.7,1.07,1.07,0,0,1-.14.35,4,4,0,0,1-1,1.13,2.46,2.46,0,0,1-2.16.24.78.78,0,0,1-.3-.21,1.66,1.66,0,0,1-.22-.3C720.15,407.22,720.06,407.29,720.07,407.28Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M40.08,343.35a5.05,5.05,0,0,1-1.17,1.31,4.72,4.72,0,0,0-.5.5.87.87,0,0,1-1,.33A.69.69,0,0,1,37,345c-.07-.24-.17-.48-.26-.71s-.21-.46-.33-.68a.53.53,0,0,1,.12-.69c.77-.8,1-.86,2-.37a2.52,2.52,0,0,0,.71.26,1.38,1.38,0,0,1,.67.31A2.18,2.18,0,0,1,40.08,343.35Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M1516.46,405.24a4.25,4.25,0,0,0-1.53-1.09,1.2,1.2,0,0,1,.64-.37,7.11,7.11,0,0,1,1.9,0,1.76,1.76,0,0,1,1,.39,2.67,2.67,0,0,0,1.74.66,1.16,1.16,0,0,1,.7.26c.17.15.15.41-.11.57-.44.26-.91.44-1.37.66s-.54.18-1-.19c-.1-.08-.19-.17-.29-.24A2,2,0,0,0,1516.46,405.24Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M720,400.19a7.3,7.3,0,0,1,1,1c-.33.43-.52.58-.88.62s-.5,0-.75,0a4.84,4.84,0,0,0-2.14-.57l-3,0a11.48,11.48,0,0,1-1.85-.18,2.35,2.35,0,0,1,1.08-.36l4.21-.07A6.6,6.6,0,0,0,720,400.19Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M1501.59,407.86a.67.67,0,0,1-.31.63,1.18,1.18,0,0,1-.68.25,2.18,2.18,0,0,1-.71-.18,11.47,11.47,0,0,0-1.29-.71.61.61,0,0,1-.39-.54c0-.3.11-.45.41-.53a4.17,4.17,0,0,1,2.19,0A1,1,0,0,1,1501.59,407.86Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M1210,333.6l.06-1.68c1.14,0,2.29,0,3.44,0a1.6,1.6,0,0,1,1.07.33c.39.34.91.46,1.28.8.08.07.18.21.16.29a.46.46,0,0,1-.26.27,3.42,3.42,0,0,1-2.93-.18l-.33-.19a1.43,1.43,0,0,0-1.45-.07A2.69,2.69,0,0,1,1210,333.6Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M724.19,436.42c.48,1.14.37,1.33-.82,1.37a2.42,2.42,0,0,1-.38,0,1.58,1.58,0,0,1-.36-.09,1,1,0,0,1-.7-1.16,1.82,1.82,0,0,1,1.2-1.32c.29-.15.49-.09.62.19,0,.11.12.22.16.33S724.1,436.18,724.19,436.42Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M704.65,424.72l.37,0a.93.93,0,0,1,.77.69,1,1,0,0,1-.29,1,1.33,1.33,0,0,1-.65.32,3.19,3.19,0,0,1-1.11,0A1,1,0,0,1,703,426a.89.89,0,0,1,.57-1.17A2.34,2.34,0,0,1,704.65,424.72Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M1624.56,401.07a4,4,0,0,0-1-.91c-.78-.47-1.76,0-2.53-.52a1.57,1.57,0,0,0-.43-.15,1.32,1.32,0,0,1,1.21-.7h1.49a1.83,1.83,0,0,1,1.06.3,5.17,5.17,0,0,0,1.31.7.89.89,0,0,1,.28,1,1.61,1.61,0,0,1-.52.52,1.26,1.26,0,0,1-.34.13C1624.86,401.48,1624.67,401.36,1624.56,401.07Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M781.79,392.85a.75.75,0,0,1,.57-.64.65.65,0,0,1,.68.19c.18.18.37.34.54.52a1.06,1.06,0,0,1,.25.7c0,.12,0,.24,0,.36,0,.61-.9,1-1.43.71a1.22,1.22,0,0,1-.61-.89C781.78,393.55,781.79,393.3,781.79,392.85Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M931.41,354.47a3.8,3.8,0,0,1-.75-.06,1.71,1.71,0,0,1,1.22-.79,10.06,10.06,0,0,1,3,.06c.3.05.67.55.57.83a.75.75,0,0,1-.54.47,5.62,5.62,0,0,1-1.87.15,1,1,0,0,1-.49-.07C932.28,354.65,931.78,354.68,931.41,354.47Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M1569.23,403.49c.21-.14.43-.28.65-.4a2.69,2.69,0,0,1,2.58-.07,7.44,7.44,0,0,1,.67.37,1.18,1.18,0,0,1-.65.32,11,11,0,0,1-2.57,0A1.55,1.55,0,0,1,1569.23,403.49Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M1555.94,389.59a4.76,4.76,0,0,1,1.92.19c.3.11.4.26.3.57a.73.73,0,0,1-.45.52,3.88,3.88,0,0,1-2.19,0,.74.74,0,0,1-.46-.51c-.11-.3,0-.47.29-.58a2.26,2.26,0,0,1,.7-.19C1556.29,389.58,1556.54,389.59,1555.94,389.59Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M1181.39,339.86l.88-.79c.5.12.91.46,1.42.55s.76.11,1.13.19a.57.57,0,0,1,.3.23.53.53,0,0,1-.09.64.79.79,0,0,1-.33.2,4.67,4.67,0,0,1-2.26,0,1.27,1.27,0,0,1-.65-.38A1.82,1.82,0,0,1,1181.39,339.86Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M1526.17,404.81a6.18,6.18,0,0,1,1.49.05,1,1,0,0,1,.64.35.83.83,0,0,1,.18.69.88.88,0,0,1-.75.7,1.19,1.19,0,0,1-.72-.09,6.09,6.09,0,0,0-2.06-.84.74.74,0,0,1-.51-.48,1.17,1.17,0,0,1,.61-.33,2.2,2.2,0,0,1,.37-.05Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M273.49,381.76a4.26,4.26,0,0,0-.92.88c-.63-.09-1.1-.56-1.72-.7a1,1,0,0,1-.61-.41,1.28,1.28,0,0,1-.09-1.07.55.55,0,0,1,.55-.38.83.83,0,0,1,.36.08,15,15,0,0,0,1.38.58A2,2,0,0,1,273.49,381.76Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M1532.4,408.67c-.22.49-.45,1-.67,1.49a4.85,4.85,0,0,0-1.8-.39,4,4,0,0,1-1.46-.18.45.45,0,0,1-.33-.54,1,1,0,0,1,1.37-.79c.11.05.23.09.34.15a2.85,2.85,0,0,0,1.07.26Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M1566,406a1.14,1.14,0,0,1,.37,0,1.7,1.7,0,0,1,1.05,1,.59.59,0,0,1-.22.67,1,1,0,0,1-1.38-.1,1.05,1.05,0,0,1-.1-1.39A1.6,1.6,0,0,1,1566,406Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M1603.87,398.06c0-.53,0-1.05,0-1.58,1-.51,2.09-1.06,3,.29-.09.22-.18.44-.28.65a1.14,1.14,0,0,1-.85.57A9.61,9.61,0,0,1,1603.87,398.06Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M1611.51,401c0,.36,0,.72.08,1.07a1.35,1.35,0,0,1-1.21.68,6.25,6.25,0,0,1-1.83-.12.51.51,0,0,1-.29-.21c-.11-.14,0-.38.23-.51a12.36,12.36,0,0,0,1.27-.74,1.77,1.77,0,0,1,1.4-.26Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M711.66,401.74l.05.83a2.33,2.33,0,0,1-.36.08,11.13,11.13,0,0,1-3.31,0c-.27-.15-.4-.32-.32-.47a.49.49,0,0,1,.26-.25,3,3,0,0,1,.72-.14Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M749.35,391.1a6,6,0,0,0-1.62.86c-.25,0-.5,0-.75-.1a.77.77,0,0,1-.61-.39c-.11-.22.38-.64.78-.69.13,0,.25,0,.38,0l1.14,0A1.1,1.1,0,0,1,749.35,391.1Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M1606.78,396.77a6,6,0,0,0-1.83-.28c-.37,0-.75,0-1.12,0,0-.24-.06-.48-.1-.71-.1-.51.63-1.06,1.31-.78a3.4,3.4,0,0,0,1.74.41Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M739.61,408.39c-.09.09-.15.2-.25.25a1.09,1.09,0,0,1-1.38-.19,1.22,1.22,0,0,1-.08-1.09.44.44,0,0,1,.6-.32,1.73,1.73,0,0,1,1.1,1A.91.91,0,0,1,739.61,408.39Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M1543.23,413.23a5.85,5.85,0,0,1-.63.38,1.37,1.37,0,0,1-1.07.05,4.52,4.52,0,0,1-.66-.33.93.93,0,0,1,.79-.58,2.66,2.66,0,0,1,1,.06A.81.81,0,0,1,1543.23,413.23Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M840.19,369.18a.51.51,0,0,1,.52.38,1,1,0,0,1-.6,1.2.56.56,0,0,1-.68-.22.6.6,0,0,1-.1-.66,1.45,1.45,0,0,1,.52-.55A2.07,2.07,0,0,1,840.19,369.18Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M1554,413.34c.61,0,1.22,0,1.82,0a2.91,2.91,0,0,1,2,.85,12.77,12.77,0,0,0-2.89-.35C1554.54,413.85,1554.45,413.79,1554,413.34Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M1517.68,414.85a.76.76,0,0,1-.67-.25.46.46,0,0,1,.12-.63.71.71,0,0,1,.67-.19.69.69,0,0,1,.54.43.41.41,0,0,1-.3.58Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M740.56,422.34a1.55,1.55,0,0,1-.66.86A.64.64,0,0,1,739,423a.77.77,0,0,1,.54-1.11,1.08,1.08,0,0,1,.71,0C740.51,422,740.61,422.15,740.56,422.34Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M807.43,372.79c.3.2.61.37.89.59a5.16,5.16,0,0,0,1.56.81,1.1,1.1,0,0,1-1.18.67,1.14,1.14,0,0,1-.85-.64Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M1568.71,411.85l-.84-.08a.86.86,0,0,1-.58-.41.83.83,0,0,1,.51-.46,3.09,3.09,0,0,1,1.83,0,.76.76,0,0,1,.27.24.34.34,0,0,1-.19.55A4.28,4.28,0,0,1,1568.71,411.85Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M930.58,354.49a1.77,1.77,0,0,1-1.6.55,1.82,1.82,0,0,1-1.22-.66c-.07-.09-.13-.19-.2-.29l.33.09A6.14,6.14,0,0,0,930.58,354.49Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M831.55,371.58a9.21,9.21,0,0,1,1.52-2,.66.66,0,0,1,.43.55c0,.37-.13.62-.58.82l-.69.3Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M1177,332.78l-.85.83a1.77,1.77,0,0,1-.91-.58c-.42-.43-.38-.88.29-1.07a1,1,0,0,1,.72.05C1176.63,332.17,1176.71,332.25,1177,332.78Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M1560.89,403.36c.35.06.69.11,1,.19a1.69,1.69,0,0,1,.85.59c.14.18.25.39.38.59a1.33,1.33,0,0,1-.6-.31,2.88,2.88,0,0,0-1.17-.62A.91.91,0,0,1,1560.89,403.36Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M43.66,343c-.14.34-.16.8-.58.92s-.68-.25-1-.49a1.12,1.12,0,0,1,1.21-.53A1.33,1.33,0,0,1,43.66,343Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M712.32,422.66a1.61,1.61,0,0,1,.88.51c.23.25.44.53.67.8a.46.46,0,0,1-.35.51.61.61,0,0,1-.6-.2,1.17,1.17,0,0,1-.19-.3A5.61,5.61,0,0,1,712.32,422.66Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M732.79,423.12c0,.3-.11.5-.4.51a.38.38,0,0,1-.41-.48.41.41,0,0,1,.2-.28A.4.4,0,0,1,732.79,423.12Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M1163.28,345.91a1.31,1.31,0,0,1-1-.28c-.22-.18-.2-.38.1-.54a1.57,1.57,0,0,1,1.71.1c.22.19.2.37-.1.54A1.52,1.52,0,0,1,1163.28,345.91Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M743.45,427.73a5.08,5.08,0,0,0-1.07,1,1,1,0,0,1-.64-1.1.7.7,0,0,1,.33-.59.88.88,0,0,1,1,.13A1.56,1.56,0,0,1,743.45,427.73Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M1560.81,396.56l-.88.75a.57.57,0,0,1-.35-.6.83.83,0,0,1,.09-.36.59.59,0,0,1,.95-.11A1.29,1.29,0,0,1,1560.81,396.56Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M1559.36,414.31l.22-.27a2.12,2.12,0,0,1,1.17-.64c.23,0,.45,0,.68-.08a.86.86,0,0,1-.47.45C1560.43,414,1559.89,414.13,1559.36,414.31Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M856.77,368.71a1.39,1.39,0,0,1-1.06.12c-.25-.06-.47-.23-.44-.46s.28-.39.55-.41a.89.89,0,0,1,.67.19.63.63,0,0,1,.22.65Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M902.93,359l0-.93c.58-.2.65-.21,1-.13a.59.59,0,0,1,.49.44c0,.24-.2.41-.43.48a2,2,0,0,1-.33.08Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M809.31,371.07a11,11,0,0,1-2.22.12.8.8,0,0,1,.56-.39,3,3,0,0,1,1,0A1,1,0,0,1,809.31,371.07Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M72.28,343.57c.35.05.73,0,1,.33-.21.38-.59.33-.93.41C72.19,344,72.17,343.57,72.28,343.57Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M1563.81,405.18a6.65,6.65,0,0,1,.88-1c0,.22,0,.44,0,.66a.61.61,0,0,1-.28.54C1564.16,405.48,1564,405.41,1563.81,405.18Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M714.41,406.93a.41.41,0,0,1,.22.56c0,.09-.17.14-.26.2a.38.38,0,0,1-.21-.55C714.2,407.05,714.32,407,714.41,406.93Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M709.79,425.26a.42.42,0,0,1-.58.21c-.09,0-.15-.16-.22-.25a.41.41,0,0,1,.58-.21C709.66,425.05,709.72,425.17,709.79,425.26Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M1557.69,414.17l1.75.07a.8.8,0,0,1-.53.5,1.08,1.08,0,0,1-.73,0A.8.8,0,0,1,1557.69,414.17Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M809.94,374.12a1.27,1.27,0,0,1,.62-.63A.82.82,0,0,1,809.94,374.12Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M831.46,368.94l-.92.65a1.64,1.64,0,0,1,.16-.26C830.93,369,831,369,831.46,368.94Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M833.09,369.61l-.83-.66c.44.08.51.11.7.4A1.58,1.58,0,0,1,833.09,369.61Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M718.58,402.42c.22-.58.42-.53.78-.59A1,1,0,0,1,718.58,402.42Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M810.23,371.83a3.14,3.14,0,0,1-1-.78.78.78,0,0,1,.61.24C810,371.46,810.1,371.65,810.23,371.83Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M829.82,371.21l.87.6A.78.78,0,0,1,829.82,371.21Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M728.93,386.52a5,5,0,0,1,1.19.8A2.92,2.92,0,0,1,728.93,386.52Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M1572.23,411.43c-.08.06-.17.18-.24.17s-.13-.15-.19-.23.17-.18.24-.17S1572.17,411.35,1572.23,411.43Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M712.73,387.5l-.16-.15.23.14Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M812.26,372.56a4,4,0,0,1,0-.49c.24-.06.47,0,.47.25S812.5,372.63,812.26,372.56Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M274.23,384.23l.62.74C274.48,384.87,274.19,384.68,274.23,384.23Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M1564.68,404.16a2.31,2.31,0,0,1,.64-.75A1.08,1.08,0,0,1,1564.68,404.16Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M738.46,375.41c-.08.06-.17.17-.24.16s-.13-.14-.19-.21.17-.18.24-.17S738.4,375.33,738.46,375.41Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M717.08,379.6h0Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M1181.64,332.86a.79.79,0,0,1-.64-.29,1.17,1.17,0,0,1,.24-1.62,1.11,1.11,0,0,1,1.3.39,1.26,1.26,0,0,1,.13.34.85.85,0,0,1-.66,1.12C1181.89,332.83,1181.77,332.84,1181.64,332.86Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M1199.32,332a1.71,1.71,0,0,1,1,.32.63.63,0,0,1,.26.66.74.74,0,0,1-.35.61,2.1,2.1,0,0,1-1.81.11,1.52,1.52,0,0,1-.56-.48c-.15-.19.1-.87.35-1a3.29,3.29,0,0,1,.69-.23A1.09,1.09,0,0,1,1199.32,332Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M1621.05,399.64c.26,0,.51,0,.76,0a3.17,3.17,0,0,1,1.77.53c-.38,0-.75,0-1.13,0A2.47,2.47,0,0,1,1621.05,399.64Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M931.41,354.47l.37,0a.79.79,0,0,1,.65.28,1.2,1.2,0,0,1,.12.35A2.41,2.41,0,0,1,931.41,354.47Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M1569.93,396.34a1.77,1.77,0,0,1-.67-1.48c0-.22,0-.45,0-.67a1.44,1.44,0,0,1,.65,1.13A8.68,8.68,0,0,1,1569.93,396.34Z\" transform=\"translate(0 -315)\"/><path class=\"cls-1\" d=\"M720.07,407.28c.17-.15.33-.32.51-.46a.4.4,0,0,1,.58,0s0,.18-.1.23a.76.76,0,0,1-.31.1c-.22,0-.45.08-.67.12Z\" transform=\"translate(0 -315)\"/></svg></li><li title=\"paint brush top \"><svg id=\"paint_brush_Image\" data-name=\"paint brush Image\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1999.99 184.99\"><defs><style>.cls-1{fill:inherit;}</style></defs><path class=\"cls-1\" d=\"M1530.92,105.84a2.62,2.62,0,0,1-1.09.34,33.09,33.09,0,0,1-3.45,0,2.51,2.51,0,0,1-1.41-.54,2.46,2.46,0,0,0-2.18-.36,2.72,2.72,0,0,0-1,.55,2.12,2.12,0,0,1-1.08.34c-1.28,0-2.56,0-3.84.06a3.68,3.68,0,0,0-2.15.67,1.32,1.32,0,0,1-1.44,0c-.22-.11-.43-.26-.66-.37a1.14,1.14,0,0,0-.75-.09.91.91,0,0,0-.37.08,2.85,2.85,0,0,0-1.43,1.7,2.35,2.35,0,0,1-.56,1c-.43.48-.89.92-1.35,1.36a3,3,0,0,1-1.32.73c-.35.11-.51.29-.72.83a3.77,3.77,0,0,1-1.4,1.77,1.12,1.12,0,0,1-1.08.16,1,1,0,0,1-.34-.15,2.91,2.91,0,0,0-1.78-.61l-3.07,0c-.38,0-.77,0-1.15,0a2.17,2.17,0,0,1-1.06-.39,3.87,3.87,0,0,0-1.35-.7,1.42,1.42,0,0,1-.68-.34c-.38-.34-.78-.66-1.15-1a2.24,2.24,0,0,0-1-.51,2.58,2.58,0,0,1-1-.53,2.1,2.1,0,0,0-1-.48,7.11,7.11,0,0,1-1.86-.4c-.56-.26-.58-.21-1.41.07a3.22,3.22,0,0,1-.74.19c-.89,0-1.79,0-2.68.08a10.93,10.93,0,0,0-1.15.06,1.79,1.79,0,0,0-1,.44,7.74,7.74,0,0,1-1.44,1.25,1.16,1.16,0,0,1-1.11.08,2.49,2.49,0,0,1-1.49-2.07,3.77,3.77,0,0,0-.12-.76c-.09-.27-.31-.47-.52-.43a13,13,0,0,0-2.18.73c-.11,0-.19.16-.3.23a2.41,2.41,0,0,1-1.44.43c-1.66,0-3.33,0-5,0l-3.07,0a2.35,2.35,0,0,0-1.41.52,2.76,2.76,0,0,1-1.8.52h-.77a2.47,2.47,0,0,1-1.42-.48,3.05,3.05,0,0,0-.32-.22,1.2,1.2,0,0,0-1.42,0,2.81,2.81,0,0,1-1.75.68,18.49,18.49,0,0,0-2.68.11,1.51,1.51,0,0,0-.7.3c-.39.32-.78.65-1.16,1a1.57,1.57,0,0,1-.63.4,5,5,0,0,0-1.71.85,1.91,1.91,0,0,1-1.09.3l-3.06.07a4.81,4.81,0,0,0-.76.12,1.07,1.07,0,0,0-.35.14,17,17,0,0,0-2.3,2,2.68,2.68,0,0,1-1,.6,5,5,0,0,0-1.35.71,1.51,1.51,0,0,1-.7.3c-.38,0-.76.1-1.14.15a1.65,1.65,0,0,0-.71.26,3.29,3.29,0,0,1-1.8.58c-3.58,0-7.16,0-10.74,0l-.38,0a2.39,2.39,0,0,1-1.4-.55c-.38-.34-.75-.7-1.15-1a1.63,1.63,0,0,0-.7-.27c-.63-.08-1.28-.09-1.91-.17a2.18,2.18,0,0,1-1-.42,2.56,2.56,0,0,0-1-.52,3.76,3.76,0,0,1-1.36-.67,1.44,1.44,0,0,0-.72-.24,8.8,8.8,0,0,0-1.92,0,1.51,1.51,0,0,0-.72.21,4.43,4.43,0,0,1-1.35.69,5.14,5.14,0,0,0-1.07.41,1,1,0,0,1-1-.15,5.37,5.37,0,0,1-.58-.49l-1.46-1.25a1.61,1.61,0,0,0-1.05-.39c-1-.05-2,0-3.07,0a3,3,0,0,0-1.8.54,2.36,2.36,0,0,1-1.08.37c-.51,0-1,.06-1.53.08a2,2,0,0,0-1.09.31,3.67,3.67,0,0,1-2.18.59c-.64,0-1.28,0-1.91.07a2.2,2.2,0,0,0-1.06.41,2.56,2.56,0,0,1-1.41.52c-1.15,0-2.3,0-3.45.12a1.93,1.93,0,0,0-1.07.36,2.94,2.94,0,0,1-1.79.59h-5a11,11,0,0,0-1.15,0,3.29,3.29,0,0,0-1.09.34,3,3,0,0,1-1.81.53l-5.76,0a2.74,2.74,0,0,0-1.45.41,3.56,3.56,0,0,1-1.82.52l-1.15,0h-4.6q-1,0-1.92,0a2.8,2.8,0,0,0-1.77.63,1.76,1.76,0,0,1-1.06.38c-.89,0-1.79,0-2.69.06s-2,0-3.07,0a3.76,3.76,0,0,0-2.19.55,2.29,2.29,0,0,1-1.08.34c-.39,0-.77,0-1.15,0H1325.1c-.89,0-1.79,0-2.68,0a3.2,3.2,0,0,0-1.1.29,3.37,3.37,0,0,1-2.17.6H1318a3.44,3.44,0,0,1-2.17-.62,1.91,1.91,0,0,0-1.09-.27,2.45,2.45,0,0,0-1.47.34l-.33.19a2.87,2.87,0,0,1-2.22.22c-.37-.09-.71-.28-1.1-.34a.9.9,0,0,0-.7.17,2,2,0,0,1-1.1.28l-3.84,0c-.51,0-1,0-1.53,0a1.76,1.76,0,0,0-1.07.35,3.26,3.26,0,0,1-2.14.7c-1.28,0-2.56,0-3.83.06a2.05,2.05,0,0,0-1.09.33,3.39,3.39,0,0,1-1.79.6,3.06,3.06,0,0,0-1.44.46,2.6,2.6,0,0,1-1.45.43c-.64,0-1.28,0-1.91,0a2.74,2.74,0,0,1-1.79-.55,1.6,1.6,0,0,0-.69-.31,3.13,3.13,0,0,1-1.58-1,1.75,1.75,0,0,1-.51-1c0-.25-.07-.51-.11-.76.36-.8.7-1.73,1.59-2,3.07-.85,2.51-2.83,1.66-4.94a2.41,2.41,0,0,0-.57-.84c-2-1.18-3.89-3.22-6.43-1a2.5,2.5,0,0,1-1,.4c-2.41-.69-4.79-1.26-6.6,1.22a2.78,2.78,0,0,1-1.06.18,6.56,6.56,0,0,1-1.52-.55c-3.14.83-6,2.77-9.38,2.54a2.52,2.52,0,0,0-1,.5,1.39,1.39,0,0,1-1.38,0,15.64,15.64,0,0,0-1.42-1.13,1.63,1.63,0,0,1-.73-.78h0c-.46-.41-.31-1.12-.77-1.53l-.36-.11a2.3,2.3,0,0,0-2.14.44,2.78,2.78,0,0,1-1.08.34l-3.44,0-1.91,0a2.63,2.63,0,0,0-1.43.45,3,3,0,0,1-2.19.37,3.34,3.34,0,0,1-.71-.26,1.25,1.25,0,0,0-1.1,0,4.83,4.83,0,0,1-1.05.43,2.05,2.05,0,0,0-1,.57c-.64.62-1.31,1.2-1.94,1.83a2,2,0,0,1-1.38.54,2.28,2.28,0,0,1-1.77-.54c-.19-.17-.37-.35-.56-.51s-.39-.33-.6-.48a1.45,1.45,0,0,0-1.44-.08,7.6,7.6,0,0,0-.65.4,2.56,2.56,0,0,1-2.21.08,3.54,3.54,0,0,1-.64-.39,2.41,2.41,0,0,0-1.46-.33,1.62,1.62,0,0,0-1.26.73c-.19.31-.26.71-.63.92a5.32,5.32,0,0,1-.69.3,3.24,3.24,0,0,0-.66.36,2.6,2.6,0,0,1-3.19,0,1.57,1.57,0,0,0-.69-.29,4.56,4.56,0,0,0-1.52,0,1.37,1.37,0,0,0-.67.33,4.27,4.27,0,0,1-.67.35c-2.9.11-4.94.93-4.39,4.51.45,3-1.35,3.08-3.54,2.38a3.77,3.77,0,0,1-.89-.7,1.71,1.71,0,0,1-.5-1c-.05-.37-.09-.74-.13-1.12a1.05,1.05,0,0,0-.74-.77,3.75,3.75,0,0,0-.75-.09,1.37,1.37,0,0,0-1.44,1c-.29.77-.31.76-1.3,1.17a2.84,2.84,0,0,0-.65.38,9.81,9.81,0,0,0-1.11,1c-.32.39-.66.76-1,1.12-.18.18-.39.33-.58.49-1.6,1-3.37,0-5,.42a2.14,2.14,0,0,1-2.28-.15,2.61,2.61,0,0,0-.59-.35l-.21,0h0l.24,0a1.86,1.86,0,0,1,.51.33,2.24,2.24,0,0,0,.63.42c.63.2,1.17-.13,1.74-.26,1.46.16,3.19-.73,4.18,1.12.55.36,1.24.27,1.8.58a.71.71,0,0,1,.43.6,1,1,0,0,1-.28,1l-.26.29a1.92,1.92,0,0,1-1.31.7q-.77.08-1.53.09a1.83,1.83,0,0,0-1.08.34,3.56,3.56,0,0,1-2.11.78,2.77,2.77,0,0,0-1.4.56,2.12,2.12,0,0,1-1.1.31c-1.27,0-2.55,0-3.83,0l-1.15,0a3.27,3.27,0,0,0-1.82.5,2.68,2.68,0,0,1-1.46.4c-1.79,0-3.58,0-5.36.09a1.5,1.5,0,0,0-1,.42,2.28,2.28,0,0,1-1.39.57l-.39,0c-.25,0-.51,0-.76,0a2.19,2.19,0,0,1-1.41-.5,2.3,2.3,0,0,0-1.41-.53c-.77,0-1.53,0-2.3,0a2.31,2.31,0,0,0-1.42.51,2.24,2.24,0,0,1-1.4.52l-3.45.05a8.3,8.3,0,0,0-2.28.17,1,1,0,0,0-.63.86,2.22,2.22,0,0,0,.21.72,4.28,4.28,0,0,1,.37.66,1.55,1.55,0,0,1,0,1.12c-.18.47-.58.83-.69,1.35a2.21,2.21,0,0,1-.53,1c-.78.85-1.6,1.66-2.44,2.44a2.41,2.41,0,0,1-1,.55,2.65,2.65,0,0,0-1,.49,3.94,3.94,0,0,1-1.34.71,8,8,0,0,0-1,.57,2.16,2.16,0,0,1-.72.23,13.07,13.07,0,0,1-1.53.08h-10.75l-2.3,0a2.77,2.77,0,0,0-1.44.45,3,3,0,0,1-1.45.42l-5.76,0c-.51,0-1,0-1.53.05a2.14,2.14,0,0,0-1.08.36,3.24,3.24,0,0,1-1.79.59c-.76,0-1.53,0-2.29.1a1.77,1.77,0,0,0-1,.43,2,2,0,0,1-1,.48l-.76.09a2.81,2.81,0,0,0-1.41.54,1.82,1.82,0,0,1-1.08.33c-1.53,0-3.07.05-4.6.1a3.18,3.18,0,0,0-.74.17,1.09,1.09,0,0,0-.33.19c-.7.58-1.66.64-2.34,1.26a1.63,1.63,0,0,1-1.07.36l-1.92,0c-.81,0-.9,0-2.07-.78a1.38,1.38,0,0,0-1.1-.1,4.71,4.71,0,0,0-.65.4,1.88,1.88,0,0,1-.65.39,3.11,3.11,0,0,0-1.35.69c-.27.26-.6.48-.88.74a3.32,3.32,0,0,1-1.36.66c-.49.16-.79.64-1.28.8a1.14,1.14,0,0,1-.75,0,3.56,3.56,0,0,1-1-.61,1.11,1.11,0,0,0-1.42,0,4.06,4.06,0,0,1-1,.59,1,1,0,0,1-.74,0c-.33-.19-.62-.44-.94-.65a1.16,1.16,0,0,0-1.1,0,2.17,2.17,0,0,0-.33.19,4.09,4.09,0,0,1-1.32.74c-.63.17-1.06.71-1.69.88a3.81,3.81,0,0,0-1.38.62,1.81,1.81,0,0,1-1.09.31l-1.92,0h-3.06a2.81,2.81,0,0,0-1.78.57,2.47,2.47,0,0,1-1.45.45c-1,0-2,0-3.06.08a2.47,2.47,0,0,0-1.43.49,2.52,2.52,0,0,1-1.43.47c-.89,0-1.79,0-2.68,0l-1.54,0a2.05,2.05,0,0,0-1.09.3,3.84,3.84,0,0,1-2.19.58c-1.15,0-2.3,0-3.45,0a2.85,2.85,0,0,0-1.78.58,1.67,1.67,0,0,1-1.81-.05.72.72,0,0,0-.7-.14,1.85,1.85,0,0,1-1.49-.09,2.61,2.61,0,0,0-1.1-.29c-1.53,0-3.06-.07-4.6,0a1.83,1.83,0,0,0-1,.41c-.39.32-.75.69-1.11,1a1.61,1.61,0,0,1-.63.43,9.39,9.39,0,0,0-1.73.81,1.67,1.67,0,0,1-.72.21c-.9,0-1.79,0-2.69,0s-1.53,0-2.3,0a3.45,3.45,0,0,0-2.16.63,1.29,1.29,0,0,1-.72.24c-.63,0-1.27.1-1.91.07a3.8,3.8,0,0,0-2.5.8,1.34,1.34,0,0,1-.71.24c-.13,0-.26,0-.38,0h-10a2.24,2.24,0,0,1-1.42-.48,2.72,2.72,0,0,0-1.39-.57l-.39,0a2.85,2.85,0,0,1-1.4-.54,2.66,2.66,0,0,0-1.08-.36,17.13,17.13,0,0,0-2.68,0,2.14,2.14,0,0,0-1.08.36,3,3,0,0,1-1.8.53l-1.54,0a21.81,21.81,0,0,0-2.68.07,2,2,0,0,0-1,.44,2.08,2.08,0,0,1-.63.43,10.9,10.9,0,0,0-1.72.83,1.65,1.65,0,0,1-.72.23c-.63.06-1.28.06-1.91.12a1.91,1.91,0,0,0-1.06.41,2,2,0,0,1-1.06.4c-.76,0-1.53.06-2.3.06H979.93c-.77,0-1.54,0-2.3,0a2.51,2.51,0,0,0-1.42.49,2.82,2.82,0,0,1-1.42.52c-.51,0-1,.05-1.53.12a2.32,2.32,0,0,0-1.06.42,2.52,2.52,0,0,1-1.43.47c-.64,0-1.27,0-1.91,0a3,3,0,0,0-1.8.55,1.44,1.44,0,0,1-.71.27,10.94,10.94,0,0,1-1.14.09,3.66,3.66,0,0,0-2.18.61A2.19,2.19,0,0,1,962,172c-.51,0-1,0-1.53,0h-3.84l-1.53,0a3.06,3.06,0,0,0-1.81.52,2.51,2.51,0,0,1-1.42.49c-.64,0-1.28,0-1.92,0a3.11,3.11,0,0,0-1.8.53A2,2,0,0,1,947,174c-.89,0-1.79,0-2.68.1a2.07,2.07,0,0,0-1.07.4,2.58,2.58,0,0,1-1.42.48c-.26,0-.51,0-.77,0a3.31,3.31,0,0,0-2.13.72,2,2,0,0,1-1.08.33c-.64,0-1.28,0-1.92,0l-4.22,0a2.77,2.77,0,0,0-1.45.44,3.25,3.25,0,0,1-1.82.48l-1.53,0c-1.54,0-3.07-.06-4.6.06a1.56,1.56,0,0,0-.73.22c-.22.13-.45.23-.68.36a1.78,1.78,0,0,1-.72.22,19.65,19.65,0,0,1-2.3.08c-1.66,0-3.33,0-5,0a2.62,2.62,0,0,0-1.77.57,2.06,2.06,0,0,1-1.06.41c-.38,0-.76.14-1.13.21a1.3,1.3,0,0,0-.68.34,1.83,1.83,0,0,1-1,.44,8.62,8.62,0,0,1-1.14.08h-3.45q-1,0-1.92,0a2.83,2.83,0,0,0-1.45.41,2.86,2.86,0,0,1-1.45.46l-1.91,0h-5c-.51,0-1,0-1.53.06a2,2,0,0,0-1.07.38,1.59,1.59,0,0,1-2.1,0c-.3-.23-.59-.48-.88-.73a2.24,2.24,0,0,0-1.38-.57q-1.73-.07-3.45,0a2.34,2.34,0,0,0-1.39.58c-.3.24-.57.51-.87.75a2.59,2.59,0,0,1-1.42.52h-5.75a3.77,3.77,0,0,1-2.16-.66,1.33,1.33,0,0,0-.72-.25l-1.53,0a2.48,2.48,0,0,0-1.43.46,2.62,2.62,0,0,1-1.44.46c-2,.06-4.09.07-6.13,0-.13,0-.25-.06-.38-.08a1.18,1.18,0,0,1-1-1,2.13,2.13,0,0,1,.75-2l.58-.5a1.19,1.19,0,0,1,.7-.27c1.15-.12,2.3,0,3.45-.07a15,15,0,0,0,2.68-.12,1,1,0,0,0,.65-.35l.24-.3c.27-.55,1.19-.83.7-1.69-.2-.33-.4-.66-.59-1s0-1.2.45-1.28c.12,0,.24-.08.37-.1s.5-.07.76-.09a2.65,2.65,0,0,0,2-1.59,1.9,1.9,0,0,0,.12-.36,2.34,2.34,0,0,0,0-.38,2.1,2.1,0,0,0-.84-2c-.29-.31-.49-.33-1-.12l-.34.17a2.65,2.65,0,0,1-1.1.29c-.77,0-1.54,0-2.31,0a2.13,2.13,0,0,1-1.39-.56,1.51,1.51,0,0,0-1-.41c-1.15-.05-2.3-.05-3.45-.06l-3.84,0a3.2,3.2,0,0,1-1.8-.57,1.63,1.63,0,0,0-.7-.27,13.7,13.7,0,0,0-1.92-.07,3.91,3.91,0,0,0-2.54.65,1.36,1.36,0,0,1-1.44-.13,6.9,6.9,0,0,1-.6-.47,4.1,4.1,0,0,0-.92-.69,2.35,2.35,0,0,0-.72-.24,11.44,11.44,0,0,0-2.68,0c-.5.06-1,.17-1.22.75,0,.12-.09.23-.14.35a3.7,3.7,0,0,1-1.22,1.44.69.69,0,0,1-.34.17c-.49.12-1,.22-1.49.33a.77.77,0,0,0-.69.78.74.74,0,0,0,.51.9,1.91,1.91,0,0,1,1.35,1.22,2.59,2.59,0,0,0,.57,1c.45.45.89.92,1.34,1.38.71.73,1.43,1.46,2.19,2.14a1.74,1.74,0,0,0,1.05.4c.51,0,1,0,1.53.06a2.36,2.36,0,0,1,1.41.53,3.47,3.47,0,0,0,1,.48,1.25,1.25,0,0,1,.72.84,2.28,2.28,0,0,1,0,1.13,1.68,1.68,0,0,1-.29.7c-.5.58-1,1.11-1.56,1.68a2.36,2.36,0,0,1-1,.6c-.24.09-.49.16-.72.26a6.41,6.41,0,0,1-1.35.7,5.22,5.22,0,0,0-1.36.67,1.79,1.79,0,0,1-.74.21c-.12,0-.25.05-.38.05h-6.14a2.63,2.63,0,0,1-1.44-.45,2.84,2.84,0,0,0-1.44-.45l-1.53-.08a1.83,1.83,0,0,1-.71-.25,3.33,3.33,0,0,0-2.18-.61c-.89,0-1.79,0-2.68-.05a2.58,2.58,0,0,1-1.43-.48,2.22,2.22,0,0,0-1.4-.52L817,182a3.07,3.07,0,0,1-1.81-.51,2.71,2.71,0,0,0-.34-.18,1.51,1.51,0,0,0-.72-.21c-.64,0-1.28-.07-1.92-.07h-7.67l-1.92,0a2,2,0,0,1-1.1-.29,3.84,3.84,0,0,0-2.18-.6h-4.61a3.31,3.31,0,0,0-1.48.34.76.76,0,0,1-.7.12,6.06,6.06,0,0,0-2.22-.52,1.68,1.68,0,0,1-1.05-.42,1.77,1.77,0,0,0-.32-.21,1.83,1.83,0,0,0-.71-.25,15,15,0,0,0-2.68,0,2.73,2.73,0,0,0-1.09.34,7.16,7.16,0,0,0-.66.39,1.55,1.55,0,0,1-.73.21,4.58,4.58,0,0,0-1.85.42,1.09,1.09,0,0,1-1.09,0,2.51,2.51,0,0,0-1.09-.33c-.64,0-1.28-.07-1.91-.12a1.29,1.29,0,0,1-.71-.27,2.8,2.8,0,0,0-1.77-.63h-3.83a2.93,2.93,0,0,0-1.78.61,1.23,1.23,0,0,1-.7.28c-.26,0-.51.05-.77,0a1.82,1.82,0,0,1-1.09-.28,3.52,3.52,0,0,0-2.15-.67c-1.92,0-3.84,0-5.75-.06a2.31,2.31,0,0,1-1.1-.33c-.22-.13-.41-.3-.64-.41a2.11,2.11,0,0,0-.73-.21c-1,0-2,0-3.07-.06-.51,0-1,0-1.53,0a3.09,3.09,0,0,1-1.43-.51,1.52,1.52,0,0,0-1.44-.17c-.36.11-.69.35-1.1.25a3.55,3.55,0,0,1-.71-.26,2.1,2.1,0,0,0-.74-.17c-.51,0-1,0-1.54,0-1.4,0-2.81,0-4.21-.06a1.79,1.79,0,0,1-1.06-.41,1.4,1.4,0,0,0-.67-.35c-.38-.06-.75-.14-1.13-.18a2.24,2.24,0,0,1-1.07-.39,5.22,5.22,0,0,0-1.33-.73,4.67,4.67,0,0,1-1-.52,1.94,1.94,0,0,0-1.08-.34c-.76,0-1.53,0-2.3,0a2.75,2.75,0,0,0-1.43.46,2.4,2.4,0,0,1-1.44.45H722.1a3.54,3.54,0,0,1-2.15-.67,1.14,1.14,0,0,0-1.09-.06c-.24.11-.47.22-.69.34a3,3,0,0,1-1.85.34,1.5,1.5,0,0,1-.71-.24,3.22,3.22,0,0,0-2.16-.64c-.51,0-1,0-1.54,0a3.21,3.21,0,0,1-1.8-.55,2,2,0,0,0-1.08-.33l-3.45-.09a2,2,0,0,1-1.37-.61c-.27-.26-.57-.51-.83-.79a2.08,2.08,0,0,0-1.36-.61l-.76-.08a1.92,1.92,0,0,1-1-.49c-.3-.24-.57-.52-.85-.78a2.48,2.48,0,0,0-1-.57,4.26,4.26,0,0,1-1.34-.73,1,1,0,0,0-.69-.3c-.51,0-1-.07-1.53-.08L691,168a3,3,0,0,1-1.81-.52,1.8,1.8,0,0,0-.7-.29,7.65,7.65,0,0,0-2.29,0,1.82,1.82,0,0,0-.71.28,3.5,3.5,0,0,1-1.8.56H678a2.83,2.83,0,0,1-1.79-.56,1.67,1.67,0,0,0-.71-.27l-1.91-.13a2,2,0,0,1-1.07-.36,2.73,2.73,0,0,0-1.42-.52,3,3,0,0,1-1.77-.64,2.21,2.21,0,0,0-1.42-.47c-.64,0-1.28,0-1.92-.05a3.23,3.23,0,0,1-1.8-.55,2,2,0,0,0-1.08-.34c-.51,0-1,0-1.53,0H648.09c-.51,0-1,0-1.53,0a2.35,2.35,0,0,1-.74-.17,5.44,5.44,0,0,0-2.92-.7l-1.92,0a2.71,2.71,0,0,1-1.76-.62,1.91,1.91,0,0,0-1.07-.39,35.31,35.31,0,0,0-4.6,0,2.82,2.82,0,0,0-1.09.33,1.5,1.5,0,0,1-1.45-.07,2.36,2.36,0,0,0-1.11-.27l-4.22,0-3.45,0a3.64,3.64,0,0,1-2.17-.64,2,2,0,0,0-1.09-.3c-.64,0-1.28,0-1.92,0-1.28,0-2.56,0-3.83,0a3.94,3.94,0,0,1-2.19-.61,2.08,2.08,0,0,0-1.09-.27c-1.15,0-2.31,0-3.46-.09a2.12,2.12,0,0,1-.72-.21,5.44,5.44,0,0,1-.67-.37,1.4,1.4,0,0,0-1.46-.06,1.41,1.41,0,0,1-1.43,0,4,4,0,0,0-1.47-.38,2.58,2.58,0,0,1-1.4-.56,2.37,2.37,0,0,0-1.43-.46,33.26,33.26,0,0,0-3.46,0,1.77,1.77,0,0,0-1,.43,2.65,2.65,0,0,1-1,.55,4.21,4.21,0,0,0-1.33.73,1.51,1.51,0,0,1-.69.32,2.57,2.57,0,0,0-1,.48,3.15,3.15,0,0,1-1,.47,2.19,2.19,0,0,0-1,.55c-.38.34-.73.72-1.12,1a1.64,1.64,0,0,1-1,.42l-3.46.06-1.91,0a2.52,2.52,0,0,0-1.45.43c-.53.4-1.21.44-1.73.8a5.07,5.07,0,0,1-1.36.67,2.43,2.43,0,0,0-1,.56,1.79,1.79,0,0,1-1,.44c-.63.07-1.27.1-1.91.15a1.32,1.32,0,0,0-.71.27c-.4.32-.79.64-1.17,1a2.54,2.54,0,0,1-1,.54,2.83,2.83,0,0,0-1,.51,2.2,2.2,0,0,1-1.4.54c-.76,0-1.53,0-2.3.06a11.06,11.06,0,0,0-1.15,0,2.52,2.52,0,0,0-1.08.36c-.83.49-.83.52-1.39.55a4.21,4.21,0,0,0-2.15.72,1.11,1.11,0,0,1-1.09,0c-.23-.11-.45-.25-.67-.37a2.64,2.64,0,0,0-1.09-.32,4,4,0,0,1-1.84-.48.78.78,0,0,0-.73,0,4.41,4.41,0,0,1-1.84.48,2.61,2.61,0,0,0-1.42.51,2.49,2.49,0,0,1-1.46.37,1.86,1.86,0,0,1-1.1-.24,3.7,3.7,0,0,0-2.17-.65c-1.4,0-2.81,0-4.22,0-.38,0-.76,0-1.14-.09a1.2,1.2,0,0,1-.68-.32c-1-1-2-2-3-3s-1.78-1.83-2.67-2.75a2.5,2.5,0,0,1-.54-1,3,3,0,0,0-.56-1c-.57-.7-1.25-1.28-1.84-2a2,2,0,0,1-.46-1c-.11-.63-.06-1.27-.2-1.9a1.14,1.14,0,0,0-1.09-.88,3.86,3.86,0,0,0-.76,0,1.89,1.89,0,0,0-.71.26c-.52.37-1,.8-1.51,1.18a1.81,1.81,0,0,1-1.08.33,2.71,2.71,0,0,1-1.48-.3,5.23,5.23,0,0,0-1.38-.63,1.75,1.75,0,0,1-.67-.36,18.83,18.83,0,0,1-1.88-1.91,1,1,0,0,1-.18-.33,4.43,4.43,0,0,0-.91-1.66c-.26-.28-.47-.61-.71-.9a1.71,1.71,0,0,1-.39-1.06c0-.9,0-1.79-.05-2.68,0-1.28,0-2.56-.06-3.84a1.58,1.58,0,0,0-.43-1c-.51-.57-1-1.14-1.57-1.68a1.61,1.61,0,0,0-1-.45c-.64-.06-1.28-.07-1.92-.07h-7.67c-.51,0-1,0-1.53-.09a1.22,1.22,0,0,1-.69-.29c-.39-.34-.76-.69-1.15-1a2.05,2.05,0,0,0-1-.48l-.76-.13a2.75,2.75,0,0,1-1.38-.6,2.3,2.3,0,0,0-1.08-.35,2.66,2.66,0,0,0-1.8.46,2.13,2.13,0,0,1-1.42.49c-1.41,0-2.82.07-4.22,0a1.85,1.85,0,0,1-1.08-.34,5.62,5.62,0,0,0-1.72-.8,2.62,2.62,0,0,1-1.09-1,2.32,2.32,0,0,1,.07-.38,1.9,1.9,0,0,1,2-1.41,2,2,0,0,1,1.41.48,2.28,2.28,0,0,0,1.4.56c.25,0,.51,0,.76,0h.39a1.55,1.55,0,0,0,1.48-1c.33-.73.42-.78,1-1l.37-.11a2,2,0,0,0,.65-.38,2.07,2.07,0,0,1,1.06-.42c.63,0,1.27-.06,1.91-.13a1.35,1.35,0,0,0,.7-.28,4.26,4.26,0,0,0,1-1.16,1,1,0,0,0-.36-1.31,6.38,6.38,0,0,1-1.65-.93,2.32,2.32,0,0,0-2.54.14,2.68,2.68,0,0,1-1.37.59c-.38,0-.76.1-1.14.16a1.38,1.38,0,0,0-.67.34,2,2,0,0,1-1.06.39l-1.15,0-1.54,0a1.93,1.93,0,0,0-.73.19,5.27,5.27,0,0,1-1.39.63,13,13,0,0,1-1.53.1c-1.92,0-3.83,0-5.75,0a4.08,4.08,0,0,0-1.84.46,1,1,0,0,1-1.07,0,2,2,0,0,0-1.07-.4l-1.15,0-2.3,0c-.49,0-.59,0-1.43-.48a3.06,3.06,0,0,0-1.45-.43q-.76,0-1.53-.09a1.43,1.43,0,0,1-.71-.24,3.52,3.52,0,0,0-2.18-.6l-4.6,0a2.08,2.08,0,0,1-1.41-.49,3.62,3.62,0,0,0-.33-.2,1.81,1.81,0,0,0-.71-.27,11.2,11.2,0,0,0-3.06,0,3.18,3.18,0,0,0-1.34.69,1.07,1.07,0,0,1-1.08.08,1.19,1.19,0,0,1-.33-.19,3.09,3.09,0,0,0-2.15-.67c-1,0-2,0-3.07,0a3.12,3.12,0,0,0-2.14.67,1.89,1.89,0,0,1-.68.34,4.21,4.21,0,0,0-1.36.67,1.62,1.62,0,0,1-.72.24c-.51.05-1,.06-1.53.08a26.65,26.65,0,0,0-2.68.07,1.62,1.62,0,0,0-.72.24,1,1,0,0,1-1.37-.17c-.09-.08-.2-.16-.29-.25a1.27,1.27,0,0,1-.22-1.4,5.19,5.19,0,0,1,.72-.89,1.93,1.93,0,0,1,1-.59,6.4,6.4,0,0,0,1.37-.66,2.68,2.68,0,0,1,.73-.22,9.38,9.38,0,0,1,1.91,0,3.27,3.27,0,0,1,1.1.34,1,1,0,0,0,1.05-.12c.3-.23.57-.51.88-.74a2.06,2.06,0,0,1,1-.46c.51-.05,1-.09,1.53-.11a2.49,2.49,0,0,0,1.41-.52,2.61,2.61,0,0,1,1.42-.51c.51,0,1,0,1.53-.08a2.32,2.32,0,0,0,1.36-.65,3.9,3.9,0,0,0,1.14-1.5.88.88,0,0,0-.34-.62.76.76,0,0,0-.36-.11,21.81,21.81,0,0,0-2.68-.08c-1,0-2.05,0-3.07,0a3.18,3.18,0,0,0-2.15.66,2.08,2.08,0,0,1-1.06.39c-.51.06-1,.08-1.53.1a2.57,2.57,0,0,0-1.09.33,3.53,3.53,0,0,0-.32.21,2.25,2.25,0,0,1-1.08.34l-4.22,0c-1,0-2,0-3.07,0a2.88,2.88,0,0,0-1.45.43,2.85,2.85,0,0,1-1.45.43l-3.07,0c-.77,0-1.54,0-2.3,0a1.48,1.48,0,0,0-1.05.39,1.73,1.73,0,0,1-.31.22,2.46,2.46,0,0,1-2.55,0,2.46,2.46,0,0,0-1.73-.69l-1.15,0a2.43,2.43,0,0,1-1.42-.48,1.33,1.33,0,0,0-.7-.28,1.49,1.49,0,0,0-1.09.22,2.73,2.73,0,0,1-3.23.06,3.1,3.1,0,0,0-1.45-.43,2.73,2.73,0,0,1-.75-.12,1.93,1.93,0,0,1-.67-.34,6.16,6.16,0,0,1-.76-.86,1.39,1.39,0,0,1,.06-1.44,4.09,4.09,0,0,1,.81-.8,1.39,1.39,0,0,1,.7-.28c.51,0,1-.1,1.53-.11a2.83,2.83,0,0,0,1.77-.63,2.06,2.06,0,0,1,1.06-.4,13.33,13.33,0,0,1,2.68,0,1.78,1.78,0,0,1,1,.45,2.37,2.37,0,0,0,1,.56,5.32,5.32,0,0,1,1.07.4,1,1,0,0,0,1.05,0,1.23,1.23,0,0,1,.33-.19,5.5,5.5,0,0,0,2.06-1,1.08,1.08,0,0,1,1.39.18,13.28,13.28,0,0,0,1.46,1.24,1.42,1.42,0,0,0,.71.25,16.57,16.57,0,0,0,3.07,0,1.58,1.58,0,0,0,1-.5c.36-.36.76-.69,1.15-1a1.32,1.32,0,0,1,1.73.1c.19.18.36.37.55.54a7,7,0,0,0,.57.52,1.73,1.73,0,0,0,1.05.38c.51,0,1,0,1.53,0a2.62,2.62,0,0,0,1.1-.3,3.61,3.61,0,0,1,2.16-.67A4,4,0,0,0,439,120a3.84,3.84,0,0,1,2.47-.89,1.66,1.66,0,0,0,.7-.29,2.88,2.88,0,0,1,1-.55,3.42,3.42,0,0,0,1.38-.64,2.15,2.15,0,0,1,.67-.35,1.9,1.9,0,0,0,.36-.12,1.38,1.38,0,0,0,.59-.93,1.31,1.31,0,0,0-.61-.92,4.42,4.42,0,0,1-1-.49,2.43,2.43,0,0,0-1.39-.55,4.83,4.83,0,0,1-1.14-.17,1.09,1.09,0,0,1-.35-.15c-.77-.66-1.4-1.48-2.24-2.08-.44-.3-.68-.34-1-.1a5.72,5.72,0,0,1-1.23.9.89.89,0,0,1-.73,0,5.52,5.52,0,0,1-.62-.46c-.29-.24-.56-.53-.87-.74a1.09,1.09,0,0,0-.74-.08.7.7,0,0,0-.59.44,1.19,1.19,0,0,0,0,1.08c.41.49.82,1,1.24,1.46a1.46,1.46,0,0,1,.39,1,3.21,3.21,0,0,1,0,.76c-.1.58-.37,1-.93,1a3.63,3.63,0,0,1-1.14,0,1.5,1.5,0,0,1-.69-.31c-.65-.62-1.28-1.26-1.91-1.88a2.71,2.71,0,0,0-1.33-.74,2.81,2.81,0,0,1-1-.52,1.52,1.52,0,0,0-1.79,0,7.12,7.12,0,0,1-.67.36,1.09,1.09,0,0,1-1.09,0,3.37,3.37,0,0,1-.31-.21,2.8,2.8,0,0,0-1.82-.46,1.9,1.9,0,0,0-1.08.35,2.88,2.88,0,0,1-2.17.52,1.34,1.34,0,0,1-.71-.24,3.26,3.26,0,0,0-2.15-.67c-1.79,0-3.58,0-5.37,0-.26,0-.51.06-.76.08a1.18,1.18,0,0,0-1,1,3.93,3.93,0,0,0,.3,1.86.75.75,0,0,1-.81,1,6.34,6.34,0,0,1-.75-.07.76.76,0,0,1-.36-.14c-.75-.68-1.49-1.4-2.26-2.07-.27-.24-.57-.47-1-.19-.64.43-1.48.43-2.12.87a.79.79,0,0,1-1-.07c-.3-.23-.6-.47-.88-.73-.64-.62-1.28-1.26-1.91-1.89-.36-.36-.71-.73-1.08-1.08a2.1,2.1,0,0,0-1.38-.58,2.52,2.52,0,0,0-1.8.49,2.15,2.15,0,0,1-1.06.4l-.77.09a1.77,1.77,0,0,0-1,.5,5.09,5.09,0,0,0-.74.87,1.15,1.15,0,0,0-.1,1.09,3.13,3.13,0,0,0,.38.66,2.46,2.46,0,0,1,.31,1.83,1,1,0,0,1-1.06.88,1.16,1.16,0,0,1-.37-.07,8.19,8.19,0,0,0-1.35-.69,4.48,4.48,0,0,1-1.36-.69,1.76,1.76,0,0,0-1.47-.17l-.36.12c-2.58.55-1.5,2.66-1.9,4.19-.27,1,1.22,3.55-1.86,2.72-.06-.38-.13-.76-.18-1.14a2,2,0,0,0-.74-1.28l-.29-.25a2.54,2.54,0,0,0-2.53-.32,3,3,0,0,0-.68.37,2.12,2.12,0,0,1-1.09.31c-.89,0-1.79,0-2.68,0h-8.05c-.38,0-.76.07-1.14.11a.89.89,0,0,0-.58,1.19c.23.45.46.64.84.67s1,.09,1.53.11a2.5,2.5,0,0,1,1.69.78,1.79,1.79,0,0,0,.28.27,1.27,1.27,0,0,1,0,1.72,6.68,6.68,0,0,1-.57.49.86.86,0,0,1-1.06.08,3.15,3.15,0,0,0-1.46-.41,4,4,0,0,1-1.46-.42c-.6-.28-.63-.29-1.06,0a2.89,2.89,0,0,1-1.45.44c-.89,0-1.79,0-2.68,0s-1.53,0-2.3,0a2.62,2.62,0,0,0-1.44.44,1.61,1.61,0,0,1-2.1,0,2.35,2.35,0,0,0-1.43-.48l-3.44-.09a2.22,2.22,0,0,1-1.08-.37,3.47,3.47,0,0,0-.33-.18c-.24-.14-.45-.08-.63.19-.34.66-2.08-.12-1.52,1.47h0a1.47,1.47,0,0,0,.77.59,3.17,3.17,0,0,0,.72.23,3.72,3.72,0,0,1,2.15.69,1.91,1.91,0,0,0,1.08.35c.51,0,1,.06,1.53.09a2.39,2.39,0,0,1,1.06.39c.11.07.2.16.31.23a2.57,2.57,0,0,0,2.21.24,7,7,0,0,0,.7-.3c.41-.16.42-.18,1,.13a6,6,0,0,0,1.86.39,2.09,2.09,0,0,1,1,.48l.27.27a2,2,0,0,1,.61,1.36,3.33,3.33,0,0,1-.16,1.13,1.07,1.07,0,0,1-1,.47,2.07,2.07,0,0,1-.7-.27,3.24,3.24,0,0,0-1.82-.49l-3.07,0c-1,0-2.05,0-3.07,0a3.32,3.32,0,0,1-2.5-.77,2.09,2.09,0,0,0-1.1-.3c-.38,0-.76,0-1.15,0-.76,0-1.53,0-2.3,0a4.38,4.38,0,0,1-2.54-.7,1.23,1.23,0,0,0-1.09,0,1.61,1.61,0,0,0-.33.2,2.85,2.85,0,0,1-1.43.49,33.28,33.28,0,0,1-3.46,0,2.73,2.73,0,0,1-1.08-.34c-.23-.12-.41-.31-.64-.41-.47-.19-1-.34-1.44-.51s-.56-.22-1.4.1a3.29,3.29,0,0,1-1.12.23,2.93,2.93,0,0,0-1.77.62,1.83,1.83,0,0,1-.34.18,1.14,1.14,0,0,1-.36.1l-1.92.12a2,2,0,0,0-1.34.65,1.61,1.61,0,0,1-1.05.38,2.58,2.58,0,0,1-1.82-.44c-.36-.27-.6-.19-1,.16s-.5.66-.4,1a2.23,2.23,0,0,0,1,1.1.76.76,0,0,0,.38.06c.51,0,1,.07,1.53.07,1.79,0,3.58,0,5.37,0a4.16,4.16,0,0,0,2.54-.69,1.14,1.14,0,0,1,1.09,0c.23.11.46.22.68.35a2.26,2.26,0,0,0,1.1.32c1.53.05,3.06.07,4.6.1a1.21,1.21,0,0,1,.71.24,3.62,3.62,0,0,1,.33.2,3,3,0,0,0,1.77.62,2.11,2.11,0,0,1,1.36.63,3.45,3.45,0,0,1,.26.28c.32.37.32.72,0,1l-.55.53a1.28,1.28,0,0,1-1.42.19,3.5,3.5,0,0,0-2.51-.73h-.38a2.48,2.48,0,0,0-1.44.45,2.65,2.65,0,0,1-1.41.53c-.25,0-.51,0-.77,0a3.54,3.54,0,0,0-2.15.69,1.29,1.29,0,0,1-.7.27c-.26,0-.51.07-.76.07l-6.91,0a2,2,0,0,1-1.38-.56c-.47-.43-.94-.86-1.42-1.28a.72.72,0,0,0-.37-.09,1,1,0,0,0-.95.5,1.49,1.49,0,0,0,.07,1.1,8.93,8.93,0,0,0,.77.86c.34.37.69.75,1.05,1.11a2.56,2.56,0,0,1,.78,2.07,2.09,2.09,0,0,1-.35,1.07,3.47,3.47,0,0,1-.25.29l-.49.59a4.24,4.24,0,0,1-2.17,1.5c-.34.09-.43.21-.68.85a1.3,1.3,0,0,1-1.11.89c-.26,0-.51.07-.76.12a1.8,1.8,0,0,0-1,.46c-1.28,1.25-2.6,2.46-3.83,3.76-.7.75-1.46,1.43-2.21,2.13a3.32,3.32,0,0,1-1.32.74,1.54,1.54,0,0,0-.64.4,10.43,10.43,0,0,1-.88.74,2.24,2.24,0,0,1-1.75.66,2.45,2.45,0,0,0-1.67.81c-.27.27-.58.51-.85.77a1.59,1.59,0,0,1-1,.47c-.89,0-1.79.06-2.68,0a4.09,4.09,0,0,0-2.55.65,2,2,0,0,1-.71.27,6.19,6.19,0,0,0-1.33.74c-.44.24-.93.41-1.4.61a5.06,5.06,0,0,1-2,1c-.65.28-.66.32-1.45,0a2.11,2.11,0,0,0-.73-.21l-2.69,0-1.92,0a2.82,2.82,0,0,1-1.42-.49c-.8-.51-.89-.53-1.4-.54s-1.28-.06-1.92-.06a3,3,0,0,1-1.79-.59,2,2,0,0,0-1.07-.35c-.51,0-1,0-1.53-.07a2.22,2.22,0,0,1-1.09-.34,3.36,3.36,0,0,0-.67-.37,4.12,4.12,0,0,1-1.68-.85c-.47-.21-.95-.39-1.4-.63a4.81,4.81,0,0,0-1.69-.85,7,7,0,0,1-.65-.39c-.3-.24-.6-.48-.88-.75a2.52,2.52,0,0,0-1.72-.71,2.32,2.32,0,0,1-1.67-.82c-.17-.19-.36-.36-.53-.55a.93.93,0,0,1-.18-.34,3.57,3.57,0,0,0-.94-1.63c-.36-.36-.69-.76-1.06-1.11a2.05,2.05,0,0,0-1-.56,2.76,2.76,0,0,1-1.33-.72,3.19,3.19,0,0,0-.91-.68.87.87,0,0,0-.74-.05,7.85,7.85,0,0,1-1.41.57,1.68,1.68,0,0,0-.67.36,2.37,2.37,0,0,1-1.43.46c-1.54.07-3.07,0-4.6.08a1.14,1.14,0,0,0-.7.27c-.39.34-.8.65-1.16,1-.73.71-1.43,1.46-2.17,2.17a7.78,7.78,0,0,1-.89.72,1.39,1.39,0,0,1-1.09.17,3,3,0,0,0-1.83-.44c-1,0-2,0-3.07,0a7.28,7.28,0,0,1-1.14-.08,1.77,1.77,0,0,1-1-.46,6.91,6.91,0,0,0-.57-.51,2.67,2.67,0,0,0-1.28-.8,2.9,2.9,0,0,1-1.28-.8c-.26-.28-.55-.53-.83-.8a1.61,1.61,0,0,0-1-.42c-.89-.05-1.79-.05-2.68-.11a2.13,2.13,0,0,1-1.09-.32,3,3,0,0,0-.66-.4,6.13,6.13,0,0,1-1.7-.84,1.9,1.9,0,0,0-1.08-.34l-2.3-.09a2.51,2.51,0,0,1-1.43-.48,2.86,2.86,0,0,0-1.43-.47l-3.84,0a3,3,0,0,0-1.8.54,2.33,2.33,0,0,1-1.45.4,2.68,2.68,0,0,1-1.11-.25,6.14,6.14,0,0,0-1.35-.69,5.65,5.65,0,0,1-1.37-.68,2,2,0,0,0-.73-.21,14.91,14.91,0,0,0-3.06,0,1.48,1.48,0,0,0-.7.28c-.89.72-1.58,1.66-2.51,2.35a1.31,1.31,0,0,1-1.1.1,3.64,3.64,0,0,1-.63-.42,2.59,2.59,0,0,0-2.2-.31.75.75,0,0,0-.35.16c-1.22,1.12-2.45,2.23-3.62,3.41a3.16,3.16,0,0,1-.7.27c-.51.07-1,.05-1.53.1s-.76.11-1.14.16a.8.8,0,0,1-1,0,2.71,2.71,0,0,1-.41-.64l-.84-1.27c-.07-.51-.12-1-.23-1.52a2,2,0,0,0-.32-.68c-.14-.21-.35-.38-.5-.58a1.48,1.48,0,0,0-1-.51,21.92,21.92,0,0,0-2.69-.09,8.84,8.84,0,0,1-1.15,0,2.26,2.26,0,0,1-1.08-.35,2.94,2.94,0,0,0-1.8-.52h-.39a3.36,3.36,0,0,0-2.17.59,2,2,0,0,1-1.09.29c-.77,0-1.54,0-2.31,0l-.76,0a3,3,0,0,0-1.79.59,1.4,1.4,0,0,1-1.45.07c-.35-.15-.66-.38-1-.52a1.17,1.17,0,0,0-.74,0,1.11,1.11,0,0,0-.34.18,4,4,0,0,1-1.35.7,2.88,2.88,0,0,0-1,.55,1.73,1.73,0,0,1-1,.42,8.22,8.22,0,0,1-1.92,0,1.65,1.65,0,0,1-1-.48,1.81,1.81,0,0,0-.32-.22,1.07,1.07,0,0,0-1.35.27c-.23.32-.29.71-.5,1s-.46.61-.65.94a4.34,4.34,0,0,0-.24.72,2,2,0,0,1-.6,1c-.19.17-.4.31-.59.47a2.88,2.88,0,0,1-1-.53,1.86,1.86,0,0,1-.3-.24c-1.45-1.62-3.08-3.07-4.61-4.6a1.66,1.66,0,0,0-1.11-.19c-.33.18-.66.39-1,.56a2.51,2.51,0,0,1-1.11.26,2,2,0,0,1-1.42-.46c-.67-.59-1.35-1.17-2-1.79a2.24,2.24,0,0,0-1-.59,10.28,10.28,0,0,1-1.4-.62c-.46-.22-.72.08-1,.33a16.84,16.84,0,0,1-2,1.79,1.45,1.45,0,0,1-1.45.12,2.18,2.18,0,0,1-.31-.22,2.8,2.8,0,0,0-2.2-.37,1.6,1.6,0,0,0-.69.31,7.87,7.87,0,0,0-.86.77,3.44,3.44,0,0,1-1.29.79,2.49,2.49,0,0,0-1.26.83c-.18.18-.38.34-.56.52a1.58,1.58,0,0,1-2.08.23,2.59,2.59,0,0,0-1.41-.52c-.13,0-.26,0-.38,0a2.21,2.21,0,0,1-1.4-.57,2.31,2.31,0,0,0-1-.41c-.38,0-.77-.05-1.15-.06l-1.92,0a4.35,4.35,0,0,1-1.85-.41,1.14,1.14,0,0,0-1.09.09,1.67,1.67,0,0,1-2.07-.44c-.47-.44-.94-.88-1.39-1.32s-.9-.92-1.36-1.35a2.43,2.43,0,0,0-1-.56,2.59,2.59,0,0,1-1-.49,1.79,1.79,0,0,0-1-.41,9.38,9.38,0,0,0-1.91,0,1.41,1.41,0,0,0-.72.24,3.4,3.4,0,0,1-2.16.64c-1,0-2,0-3.07-.05a1.94,1.94,0,0,1-1.08-.34.81.81,0,0,0-.73-.05c-.24.08-.47.2-.71.27a3.29,3.29,0,0,1-2.25-.08,1.51,1.51,0,0,0-1.44-.18,1.28,1.28,0,0,1-1.08-.18,1.86,1.86,0,0,0-1.09-.31,4.77,4.77,0,0,1-1.85-.43,1.08,1.08,0,0,0-1.07.15,1.51,1.51,0,0,1-.72.21c-.9,0-1.79,0-2.69.06l-1.92,0a3,3,0,0,0-1.44.45,2.25,2.25,0,0,1-1.43.44l-.77,0a2.85,2.85,0,0,1-1.81-.5,2,2,0,0,0-.7-.29,1.82,1.82,0,0,0-1.11.21l-2.2,2.12a1.91,1.91,0,0,1-1.4.52,2,2,0,0,1-1.72-.68l-.84-.79c-.36-.35-.73-.7-1.09-1.07a1.68,1.68,0,0,0-1-.4l-.39,0c-4.73,0-9.46-.06-14.19,0a2.79,2.79,0,0,0-1.1.31c-.11.05-.21.15-.32.21a2.18,2.18,0,0,1-1.08.34c-.89,0-1.79.06-2.68.11a1.52,1.52,0,0,0-1,.45c-1.54,1.53-3.16,3-4.62,4.59a10.87,10.87,0,0,1-1.41,1.3,2.54,2.54,0,0,1-2.53.36,2.89,2.89,0,0,1-.67-.36,2,2,0,0,0-1.09-.34c-1.53,0-3.07-.06-4.6-.1a2,2,0,0,1-1.06-.39,1.66,1.66,0,0,1-.3-.24c-.29-.25-.59-.49-.86-.76a1.88,1.88,0,0,0-.63-.42,5,5,0,0,1-1.64-1,13.41,13.41,0,0,0-1.21-.93.84.84,0,0,0-.37-.09,2.32,2.32,0,0,0-.38-.06c-2.17,0-4.35-.06-6.52,0a3.78,3.78,0,0,0-.74.17c-.83.63-1.91.74-2.72,1.39a2.5,2.5,0,0,1-1.86.17,1,1,0,0,1-.76-.75,9.64,9.64,0,0,1-.12-1.52c0-.51-.2-.92-.43-.95a1.5,1.5,0,0,0-1,.45l-.9.71a1.15,1.15,0,0,1-.71.24l-3.84,0c-1.53,0-3.07,0-4.6.06V0H2000V156.43c-2.67,3-6.07,3.38-9.14,2.82,1.25,4.13,6.37,2.88,9.14,5.62v6.9a3.84,3.84,0,0,1-1.11.27c-2.43.07-4.86,0-7.29,0a3,3,0,0,1-1.8-.55,2,2,0,0,0-1.07-.38,15,15,0,0,0-2.68,0,2.79,2.79,0,0,0-1.07.37c-.87.5-1,.52-1.42.54-1.79.07-3.58.08-5.37,0a3.2,3.2,0,0,1-1.09-.33,2.57,2.57,0,0,0-1.75-.63,3.4,3.4,0,0,1-1.47-.4,1,1,0,0,0-.33-.19,1.06,1.06,0,0,0-.36.11,4.92,4.92,0,0,1-1.84.48,2.3,2.3,0,0,0-1.42.48,1.35,1.35,0,0,1-.33.19,2.55,2.55,0,0,1-2.55-.09l-.33-.2a1.92,1.92,0,0,0-1.08-.34c-1.15-.05-2.3-.05-3.45-.07a3.88,3.88,0,0,1-1.12-.25c-.47-.4-.94-.19-1.41,0a1.75,1.75,0,0,1-1.8-.2,1.84,1.84,0,0,0-1.06-.39c-1.15,0-2.3-.07-3.45-.09a2.46,2.46,0,0,1-1.44-.46,3.76,3.76,0,0,0-1.82-.49l-1.54,0h-6.14c-.51,0-1-.06-1.53-.08a1.19,1.19,0,0,1-.69-.29,2.88,2.88,0,0,0-1.75-.69,3.13,3.13,0,0,1-1.77-.64,2,2,0,0,0-.7-.29,4,4,0,0,1-1.37-.65,1.71,1.71,0,0,0-.72-.24,16.11,16.11,0,0,0-2.69,0,2.28,2.28,0,0,0-1.08.33,3.32,3.32,0,0,1-1.8.56c-1.41,0-2.82,0-4.22,0a4.18,4.18,0,0,1-2.55-.68,1.9,1.9,0,0,0-1.1-.22,2.64,2.64,0,0,0-1.46.39,3.65,3.65,0,0,0-.34.18,1.32,1.32,0,0,1-1.43,0,3.65,3.65,0,0,0-2.17-.63,26.17,26.17,0,0,1-3.07-.09,1.83,1.83,0,0,1-1-.46,2.21,2.21,0,0,0-1.4-.53c-.77,0-1.54-.06-2.3-.08a2,2,0,0,1-1.09-.32,8.53,8.53,0,0,0-1.74-.79c-.47-.18-.83-.59-1.36-.66-.38-.05-.76-.07-1.14-.15a1.64,1.64,0,0,1-1-.53c-.16-.19-.37-.35-.54-.54a3.42,3.42,0,0,0-1.61-1,3.15,3.15,0,0,1-1-.51,1.93,1.93,0,0,0-1.08-.32l-4.6-.1a1.42,1.42,0,0,1-.73-.22c-.22-.13-.45-.24-.66-.38a1.79,1.79,0,0,0-.71-.26,10.46,10.46,0,0,0-3.06,0,2.45,2.45,0,0,0-1.05.46,2.55,2.55,0,0,1-1.44.44h-5.75a2.76,2.76,0,0,1-1.79-.55,2,2,0,0,0-1.07-.39l-1.9-.18a1.56,1.56,0,0,1-.71-.28,4.34,4.34,0,0,0-1.35-.7,3.4,3.4,0,0,1-1-.52,2.11,2.11,0,0,0-1.08-.33l-2.68,0a5.11,5.11,0,0,1-1.52-.16,6.53,6.53,0,0,1-1-.54,1.58,1.58,0,0,0-.73-.21c-.77,0-1.54-.06-2.3-.06h-13.44a3.48,3.48,0,0,1-2.49-.8,3.19,3.19,0,0,0-1.1-.28l-3.07-.05a3.37,3.37,0,0,1-1.45-.42c-.87-.44-.93-.45-1.44-.46l-3.84,0a4.77,4.77,0,0,0-1.86.39c-.4.16-.4.13-1.06-.1a2.78,2.78,0,0,0-.73-.22c-.64-.05-1.28-.07-1.91-.07l-6.91,0a2.75,2.75,0,0,1-1.09-.32,1.81,1.81,0,0,1-.33-.2,2,2,0,0,0-1.09-.33c-1.15,0-2.3,0-3.45-.06h-1.53a2.85,2.85,0,0,1-1.81-.54,2.81,2.81,0,0,0-1.79-.54l-1.92,0c-.25,0-.51,0-.76,0a2.77,2.77,0,0,1-1.45-.44,2.91,2.91,0,0,0-2.92-.14,1.18,1.18,0,0,1-1.08.09,3.47,3.47,0,0,0-1.46-.43,3.24,3.24,0,0,1-1.8-.58,2,2,0,0,0-1.08-.32c-1.15,0-2.3,0-3.45,0a2.42,2.42,0,0,0-1.11.29,1.17,1.17,0,0,1-1.09.08,3.73,3.73,0,0,0-1.47-.39l-2.68,0a3,3,0,0,1-2.14-.67,2.55,2.55,0,0,0-1.09-.33c-.51,0-1,0-1.54,0l-2.68-.05a2.45,2.45,0,0,1-1.43-.47,3.59,3.59,0,0,0-1.83-.49l-3.07-.06a1.33,1.33,0,0,1-.37-.09.9.9,0,0,1-.36-.12,3.84,3.84,0,0,0-2.15-.71,1.57,1.57,0,0,1-1-.4c-.27-.26-.58-.5-.86-.76-.46-.44-.92-.88-1.37-1.33a1.68,1.68,0,0,0-1-.44,9.48,9.48,0,0,0-1.92,0,1.29,1.29,0,0,0-.71.24,3.27,3.27,0,0,1-2.16.63l-.77,0a2,2,0,0,1-1.09-.3,3.65,3.65,0,0,0-2.17-.61c-.64,0-1.28,0-1.92-.05a1.87,1.87,0,0,1-.74-.18,1.34,1.34,0,0,1-.34-.16,7,7,0,0,0-1.71-.85c-.22-.13-.43-.28-.64-.42a2,2,0,0,0-1.08-.35q-1.72-.06-3.45-.09a1.85,1.85,0,0,1-1.07-.38,3.09,3.09,0,0,0-1.79-.54,6.54,6.54,0,0,1-1.53-.11,1.18,1.18,0,0,1-.36-.12,5.74,5.74,0,0,1-1.69-1.53,2,2,0,0,1-.28-.7.54.54,0,0,1,.23-.67,1.37,1.37,0,0,0,.26-.28,1.39,1.39,0,0,1,1-.46,17.11,17.11,0,0,1,2.68,0,2,2,0,0,1,1.09.3,3.59,3.59,0,0,0,2.18.6c1.27,0,2.55,0,3.83-.06a.61.61,0,0,0,.56-.42.69.69,0,0,0-.15-.7,9.25,9.25,0,0,1-1-1.19,1.39,1.39,0,0,1-.15-.73.7.7,0,0,1,.39-.6,1,1,0,0,1,.35-.14c.64-.06,1.27-.1,1.91-.13a2.14,2.14,0,0,0,1.36-.61,3.58,3.58,0,0,0,.28-.26,2.28,2.28,0,0,0,.48-2.48.8.8,0,0,0-.18-.34,6.76,6.76,0,0,0-.89-.71.71.71,0,0,0-.72,0,3.12,3.12,0,0,1-1.83.47,6,6,0,0,1-1.52-.12.86.86,0,0,1-.35-.16c-.37-.34-.75-.69-1.1-1.06a13.26,13.26,0,0,0-1.44-1.26,1.93,1.93,0,0,0-1.07-.36c-.38,0-.76,0-1.15,0a2.69,2.69,0,0,1-1.77-.6,1.23,1.23,0,0,0-.69-.3c-.64-.06-1.27-.1-1.91-.17a1.77,1.77,0,0,1-1-.4c-.28-.26-.58-.51-.85-.77a2.55,2.55,0,0,0-1.72-.74c-1.15,0-2.3,0-3.45-.1a.91.91,0,0,1-.92-.53l-.3-.71a3.22,3.22,0,0,0-1.27-1.39,1.6,1.6,0,0,0-.71-.26,8.13,8.13,0,0,0-1.91,0,2,2,0,0,0-1,.45c-.39.32-.75.7-1.13,1a1.6,1.6,0,0,1-1,.44c-.64,0-1.27,0-1.91,0a2.84,2.84,0,0,1-2.14-.69,1.91,1.91,0,0,0-1.07-.36c-.89-.06-1.79-.07-2.68-.12a1.72,1.72,0,0,1-1-.42,1.62,1.62,0,0,0-.67-.36,3.67,3.67,0,0,1-.72-.27,1,1,0,0,1-.52-.53,4.68,4.68,0,0,0-1.22-1.92c-.44-.47-.88-.93-1.33-1.38a1.79,1.79,0,0,1-.48-1c-.09-.63-.13-1.27-.19-1.91a1.07,1.07,0,0,0-1-.92,3.86,3.86,0,0,0-.76,0,1.81,1.81,0,0,0-.72.24,6.81,6.81,0,0,0-1.45,1.24,1.3,1.3,0,0,0-.35,1.38c.08.24.19.47.26.71a3,3,0,0,1,0,1.52,1,1,0,0,1-.9.56,1.7,1.7,0,0,1-.71-.23,3.93,3.93,0,0,0-1-.52,3.91,3.91,0,0,1-1.37-.64,2,2,0,0,0-1.09-.31l-1.92,0-1.53,0a3,3,0,0,1-1.1-.32,5.87,5.87,0,0,0-1.67-.9,14.34,14.34,0,0,0-1.33-.76,2.67,2.67,0,0,1-1.32-.71c-.29-.26-.56-.53-.86-.76a2,2,0,0,0-1-.43c-.51,0-1-.06-1.53-.07a7.13,7.13,0,0,1-1.53-.12,2,2,0,0,1-.69-.32,5.18,5.18,0,0,1-.84-.78,2.49,2.49,0,0,0-2.06-.81l-1.92,0a2.57,2.57,0,0,1-1.43-.49,2.38,2.38,0,0,0-.67-.35,4,4,0,0,1-1.35-.7,2.2,2.2,0,0,0-1.44-.41,1.86,1.86,0,0,0-1.41.5,2.07,2.07,0,0,1-1,.45c-.63.07-1.28.08-1.91.13a2.13,2.13,0,0,0-1.06.41,2.14,2.14,0,0,1-.32.2,1.49,1.49,0,0,1-1.46,0,2.62,2.62,0,0,0-.64-.42,7.5,7.5,0,0,1-2.06-1,1.51,1.51,0,0,0-.72-.24,13.34,13.34,0,0,0-2.68,0,1.76,1.76,0,0,0-1,.43c-.38.33-.74.7-1.14,1a1.74,1.74,0,0,1-1,.44c-1.28,0-2.56.06-3.83.12a1.47,1.47,0,0,0-1,.43c-.44.46-.91.89-1.38,1.33-.28.26-.56.52-.85.77a1.9,1.9,0,0,1-1,.41,3.84,3.84,0,0,0-2.14.69,2.45,2.45,0,0,1-1.86.12.9.9,0,0,1-.6-.44,6.18,6.18,0,0,0-.72-1.34,2.8,2.8,0,0,1-.51-1,2.54,2.54,0,0,0-.1-.37,1.09,1.09,0,0,0-.17-.34,8.66,8.66,0,0,0-2.23-2.08,1.11,1.11,0,0,0-1.08.07c-.22.14-.4.32-.62.44a1.46,1.46,0,0,1-1.46,0,3.45,3.45,0,0,1-.63-.45,1.16,1.16,0,0,0-.7-.26c-1-.09-2,0-3.07-.06a3.26,3.26,0,0,0-2.14.68,1.26,1.26,0,0,1-1.73-.12,1.81,1.81,0,0,0-.32-.22,1.32,1.32,0,0,0-1.43,0c-.2.16-.39.32-.58.5s-.57.52-.85.77a1.48,1.48,0,0,1-1.09.24,2.85,2.85,0,0,1-.7-.28,2.63,2.63,0,0,0-1.8-.49,1.58,1.58,0,0,0-.74.17c-.34.18-.66.39-1,.54s-.72.24-1.07.4a4.37,4.37,0,0,0-.65.4,1.53,1.53,0,0,1-.71.26,2.79,2.79,0,0,1-2.19-.45,2.4,2.4,0,0,0-1.83-.33,1.12,1.12,0,0,0-1,1c0,.64-.1,1.27-.17,1.91a.89.89,0,0,1-.33.66,1.73,1.73,0,0,1-.7.25,4.82,4.82,0,0,1-.76,0,1.75,1.75,0,0,1-1.06-.4,8.82,8.82,0,0,1-.84-.78l-2.43-2.44a7.86,7.86,0,0,0-.85-.78,1.77,1.77,0,0,0-.68-.32,2.87,2.87,0,0,0-2.21.32c-.75.47-.77.45-1,.41a2.08,2.08,0,0,1-1-.45,20.76,20.76,0,0,1-1.62-1.63c-.35-.38-.72-.72-1.1-1.07a2.47,2.47,0,0,0-2.12-.64c-.49.06-.76.19-.9.58a4.55,4.55,0,0,1-1.63,2.07,1,1,0,0,1-1.08.06c-.21-.13-.41-.3-.63-.43a2.76,2.76,0,0,0-1.84-.35,1.37,1.37,0,0,0-.71.27c-.39.33-.77.67-1.15,1a3.07,3.07,0,0,1-1.33.71,3.24,3.24,0,0,0-1,.54,1.62,1.62,0,0,1-.71.27,19.75,19.75,0,0,1-4.21,0,1.65,1.65,0,0,1-.71-.26,3.09,3.09,0,0,0-1.79-.59c-.25,0-.51,0-.76,0a3,3,0,0,1-1.8-.56,2,2,0,0,0-1.08-.33c-1.15-.06-2.3-.06-3.45-.1a1.88,1.88,0,0,1-1.37-.58,3.47,3.47,0,0,1-1-1.61,1.54,1.54,0,0,0-.85-.71,3.06,3.06,0,0,1-1-.49,2.31,2.31,0,0,0-1.39-.56,4.05,4.05,0,0,1-1.82-.54c-.43-.25-.56-.2-1,.16s-.75.7-1.16,1a1.36,1.36,0,0,1-.7.29,25.76,25.76,0,0,1-3.83,0,1.78,1.78,0,0,1-1.07-.37,1.91,1.91,0,0,0-2.14-.18,1,1,0,0,1-1,0,2.9,2.9,0,0,0-1.47-.4l-1.91,0a2.73,2.73,0,0,1-1.45-.43l-.65-.4a2.73,2.73,0,0,0-1.87,0c-.34.17-.67.37-1,.57a1.66,1.66,0,0,1-.72.24c-1.15.12-2.3,0-3.45.1a3.1,3.1,0,0,0-1.43.49,2.42,2.42,0,0,1-1.43.47h-.38a3.61,3.61,0,0,1-2.54-.67,1.4,1.4,0,0,0-1.44.1,2.25,2.25,0,0,0-.3.24c-.29.24-.59.48-.88.74a1.82,1.82,0,0,1-.65.4,5.3,5.3,0,0,0-1.7.84,1.43,1.43,0,0,1-1.44-.09,5.73,5.73,0,0,1-.6-.48c-.56-.52-1.11-1.06-1.66-1.59S1531.94,105.35,1530.92,105.84Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M2000,164.87a5.34,5.34,0,0,1-1.12.18c-1.66,0-3.31,0-5,0a16.25,16.25,0,0,1-3-.12,2.63,2.63,0,0,1-.66-.35,6.46,6.46,0,0,1-.11-.75.84.84,0,0,1,.13-.35c.11-.23.25-.45.35-.68a2.89,2.89,0,0,0,.14-1.86,1.16,1.16,0,0,0-.82-.68,9.82,9.82,0,0,0-1.53-.09c-2.3,0-1.59.05-3.44-1.24a.55.55,0,0,1-.16-.31c-.1-.34,0-.46.38-.51.51-.06,1-.06,1.52-.07,1.66,0,3.31,0,5-.05a1.87,1.87,0,0,0,1.08-.32c.11-.07.23-.11.34-.18a2.24,2.24,0,0,1,1.07-.33c.38,0,.76-.05,1.15-.05a2.89,2.89,0,0,0,1.77-.58,1.64,1.64,0,0,1,.7-.28,4.3,4.3,0,0,1,2.25.16Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M1281.86,120.26a2.55,2.55,0,0,0-1.81.47,2.11,2.11,0,0,1-.31.21,5.59,5.59,0,0,1-.72.26,1.71,1.71,0,0,0-.68.32c-.39.33-.78.66-1.14,1a3.21,3.21,0,0,1-1.31.76.77.77,0,0,0-.35.13,3.71,3.71,0,0,1-2.49.82,2.46,2.46,0,0,0-1,.46,2.2,2.2,0,0,1-1.07.36c-.77,0-1.53.05-2.3.07a2.54,2.54,0,0,0-1.44.43,3.64,3.64,0,0,1-1,.57,4.79,4.79,0,0,0-1.33.73,1.92,1.92,0,0,1-.7.31,3.72,3.72,0,0,0-1.36.65,1.65,1.65,0,0,1-.72.23,20,20,0,0,1-2.68,0,2,2,0,0,1-1.6-.89.74.74,0,0,1-.12-.72,2.71,2.71,0,0,1,1.24-1.39c.63-.34.63-.36.4-1.15a4.67,4.67,0,0,1-.17-.74,2.59,2.59,0,0,1,.51-2.16,1.16,1.16,0,0,0,.29-.69,8.72,8.72,0,0,0,0-1.91,17.1,17.1,0,0,1,11.16-4.57c2.15-1.57,4.78-1.4,7.21-2l-.13.07c3-1.6,5.38.1,7.4,1.85s1.25,4.7-1.27,5.72C1283.57,119.88,1282.63,119.76,1281.86,120.26Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M461.71,135.06l5.36,0c.64,0,1.28,0,1.91,0a2.42,2.42,0,0,1,1.42.5,2.89,2.89,0,0,0,1.79.56l1.91.07a1.16,1.16,0,0,1,1.12.85,2.22,2.22,0,0,1,.09.37,6.23,6.23,0,0,0,.47,1.84,1,1,0,0,1-.24,1,2,2,0,0,1-1.67.75h-11.1c-.49,0-.53,0-1.41-.48a4,4,0,0,0-.69-.34,5.74,5.74,0,0,1-1.7-.84,1.4,1.4,0,0,0-.72-.23l-1.15,0a3,3,0,0,0-1.81.49.59.59,0,0,1-.69.06,3.53,3.53,0,0,0-1.81-.56l-1.14,0a1.71,1.71,0,0,1-1.06-.38,4,4,0,0,0-2.13-.76c-.87-1.74.27-1.86,1.52-1.87,2.63,0,5.26,0,7.89,0C459.27,136.14,460.63,136.16,461.71,135.06Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M1255.27,116.57a5.22,5.22,0,0,0,.58,1,1.35,1.35,0,0,1-.1,1.43l-.24.3a8.93,8.93,0,0,1-1.33,1.35,2.66,2.66,0,0,1-1,.56,1.29,1.29,0,0,0-1,1,2.86,2.86,0,0,1-1.08,1.52,1.92,1.92,0,0,1-1,.47c-1.14.11-2.28,0-3.42.08a2.43,2.43,0,0,0-1.45.39c-.22.11-.44.24-.67.34a1.25,1.25,0,0,1-.37.09,13.44,13.44,0,0,1-3,0,1.92,1.92,0,0,1-1-.44,2.31,2.31,0,0,1-.95-1.58c0-.25,0-.5-.07-.75a2.38,2.38,0,0,0-.41-1,2.56,2.56,0,0,1-.34-2.17,1.2,1.2,0,0,1,1.12-.84l2.66-.12a1.5,1.5,0,0,0,.71-.24,4,4,0,0,1,.67-.36,2.1,2.1,0,0,1,.72-.2c.89,0,1.78-.05,2.67-.07s1.52,0,2.28-.06a1.23,1.23,0,0,0,.69-.28c.39-.33.74-.69,1.14-1a1.21,1.21,0,0,1,1.41-.14C1253.15,116.72,1254.51,115.61,1255.27,116.57Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M406,126.65a1.84,1.84,0,0,1,.35.15c.42.29.84.58,1.24.89a2,2,0,0,0,1.06.37,2.69,2.69,0,0,0,1.81-.42,1.32,1.32,0,0,1,.33-.18,1.48,1.48,0,0,1,1.44.08,3,3,0,0,0,1.79.55c1.14,0,2.29,0,3.43.09a1.61,1.61,0,0,1,1,.45,2.83,2.83,0,0,0,1,.51,3.78,3.78,0,0,1,1.73,1.43,1.09,1.09,0,0,1,.13.34.88.88,0,0,1-.38,1,18,18,0,0,0-1.72.81c-.33.2-.35.18-1-.2a3.08,3.08,0,0,0-.69-.32,3.82,3.82,0,0,1-1.36-.66,1.2,1.2,0,0,0-.69-.28c-.89,0-1.78-.07-2.67-.09a2.75,2.75,0,0,1-1.42-.46,2.74,2.74,0,0,0-1.45-.41H408a3.29,3.29,0,0,0-1.8.53,2.73,2.73,0,0,1-2.2.21,1.17,1.17,0,0,1-.34-.16,2.91,2.91,0,0,1-1.07-1,1.19,1.19,0,0,1-.06-1.1,2.63,2.63,0,0,1,1.32-1.31c.57-.27,1.21-.39,1.76-.71C405.72,126.63,405.86,126.66,406,126.65Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M1281.86,120.26c.47-.87.47-.89,1.34-1.21a4.07,4.07,0,0,0,1.51-1.1,1.19,1.19,0,0,0,.31-.68A6.14,6.14,0,0,0,1285,115a.92.92,0,0,0-.46-.56,6.84,6.84,0,0,1-1.37-.64,2.35,2.35,0,0,0-1.39-.51,2.82,2.82,0,0,1-1.76-.62,3.07,3.07,0,0,0-1.37-.59,2.15,2.15,0,0,1-.36-.11,1.36,1.36,0,0,1,.09-.36,6.87,6.87,0,0,0,.83-1.7,1.09,1.09,0,0,1,.84-.7,2.87,2.87,0,0,1,1.51.07,1.74,1.74,0,0,1,.65.39,2.7,2.7,0,0,0,1,.52,2.35,2.35,0,0,1,1,.55l1.69,1.54c.44.4.64.43,1.4.2h-.08l.09,1.52a1,1,0,0,0,.57.91,6.26,6.26,0,0,1,1.33.7c.39.31.86.52,1.28.8a.52.52,0,0,1,.18.33.51.51,0,0,1-.06.34,6,6,0,0,1-1,1.13c-.53.54-1,1.11-1.6,1.63a1.26,1.26,0,0,1-.67.31,11,11,0,0,1-1.52.12,2.73,2.73,0,0,0-1.76.59,4.21,4.21,0,0,1-1,.56l-.13-1h0Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M1221.12,126.25c-.43,0-1.06,0-1.69,0a2,2,0,0,1-1.34-.62c-.18-.17-.37-.34-.54-.53a3.12,3.12,0,0,1-.56-1,1,1,0,0,0-.77-.75,2.69,2.69,0,0,1-1.44-1.15.75.75,0,0,1,0-1,6.76,6.76,0,0,1,.52-.55,1.24,1.24,0,0,1,.67-.32,2.92,2.92,0,0,1,2.18.35,2.57,2.57,0,0,0,1.41.48l1.51.08a2.21,2.21,0,0,1,1.06.37,2.21,2.21,0,0,0,.64.38,3.92,3.92,0,0,1,2.11,1.52,1.55,1.55,0,0,1,.28.69,4.67,4.67,0,0,1,0,.75,1.22,1.22,0,0,1-.49,1,1.35,1.35,0,0,1-.69.28A25.46,25.46,0,0,1,1221.12,126.25Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M395.42,121.16h4.95a7.32,7.32,0,0,1,1.13.11.89.89,0,0,1,.6.38,1.44,1.44,0,0,1,0,1.1,4,4,0,0,1-.68.9,1.93,1.93,0,0,1-1,.49,4.77,4.77,0,0,1-.76.07c-.38,0-.76,0-1.14,0H391a9.63,9.63,0,0,1-1.52-.11,1,1,0,0,1-.84-.63,2.52,2.52,0,0,1,0-1.49,1,1,0,0,1,.79-.71,4.26,4.26,0,0,1,1.13-.12Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M1271.41,114.28a1.71,1.71,0,0,1-1.2.84c-.13,0-.25,0-.38,0a2.8,2.8,0,0,0-1.75.61,2.92,2.92,0,0,1-1,.49,3,3,0,0,0-1,.53,1.7,1.7,0,0,1-1,.41c-.88.05-1.77.05-2.65.1a1.86,1.86,0,0,0-1.06.37,5.19,5.19,0,0,1-1.3.77c0-.11,0-.22,0-.34a2.9,2.9,0,0,0-.27-1.64c.53-.34,1.07-.66,1.58-1s1-.29,1.38-.58a6.24,6.24,0,0,1,1.68-.82,3,3,0,0,0,1.54-1.57,3.62,3.62,0,0,0,.13-.35,1.28,1.28,0,0,1,1.43-.95h.37a1.8,1.8,0,0,1,1.34.58,3.43,3.43,0,0,1,.66.9,1.93,1.93,0,0,0,1.19.8l.11-.17.19.08a.56.56,0,0,1,.23.59C1271.53,114.17,1271.47,114.28,1271.41,114.28Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M1230.41,121.13c.31,0,.69.07,1.06.15a.78.78,0,0,1,.56.45c.2.46.34,1,.55,1.41a1.06,1.06,0,0,1,0,1.06,11,11,0,0,0-.57,1.39,1.24,1.24,0,0,1-1.31.47,2.79,2.79,0,0,1-.66-.36,2.38,2.38,0,0,0-1-.53,3.33,3.33,0,0,1-1.76-1.34,1.27,1.27,0,0,1,.07-1.42,6,6,0,0,1,.8-.79,1.78,1.78,0,0,1,1-.44C1229.59,121.14,1230,121.14,1230.41,121.13Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M1249.67,126.21a11.3,11.3,0,0,1,2.49.14,1.35,1.35,0,0,1,.78.74,3.07,3.07,0,0,1,0,1.13,1.31,1.31,0,0,1-.76.77,4.79,4.79,0,0,1-1.13.14c-1.79,0-3.57,0-5.36,0a2.81,2.81,0,0,1-.75-.13c-.11,0-.19-.14-.3-.21a.65.65,0,0,1-.3-.65,1.13,1.13,0,0,1,.22-.71,10.19,10.19,0,0,1,.81-.8,1.19,1.19,0,0,1,.68-.31,6.31,6.31,0,0,1,.76-.08Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M447.48,138c-.37.08-.74.18-1.11.25a2.14,2.14,0,0,0-1,.52,2.09,2.09,0,0,1-1.41.47,2.07,2.07,0,0,1-2-.93c-.13-.22-.23-.45-.35-.67A6.82,6.82,0,0,1,442,137a7.92,7.92,0,0,1,1.63-1.59,1.48,1.48,0,0,1,.7-.28,9.27,9.27,0,0,1,1.9,0,2,2,0,0,1,1.33.64C448.09,136.5,448.28,137.26,447.48,138Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M391.43,128.09h.37a2.17,2.17,0,0,1,2.14,1.24.77.77,0,0,1,0,.71,1.29,1.29,0,0,1-.19.32,12.5,12.5,0,0,1-1.66,1.51,1.44,1.44,0,0,1-1.42,0,9.16,9.16,0,0,1-1.64-1.53,1,1,0,0,1,.08-1.35l.24-.29a1.49,1.49,0,0,1,1-.51,2.47,2.47,0,0,1,.38,0c.25,0,.5,0,.75,0Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M1207.56,125.83c.61-.14,1.25-.24,1.85-.44a1.51,1.51,0,0,0,1-1.06,5.42,5.42,0,0,0,.17-1.13c0-.63.08-1.26.16-1.89a2.84,2.84,0,0,1,1.11-1.92,2.8,2.8,0,0,1,1.38-.59,6,6,0,0,1,2.27.14,5.08,5.08,0,0,1-.71.26c-.38.07-.76.09-1.14.14a2.3,2.3,0,0,0-1.89,1.12,2.17,2.17,0,0,0-.32.69,3.14,3.14,0,0,0-.09.75,14.8,14.8,0,0,0,.08,3,1.08,1.08,0,0,0,.64.88c.35.14.71.26,1.06.42a.89.89,0,0,1,.43.59,1,1,0,0,1-.6.37,1.9,1.9,0,0,1-1.48-.18,3.6,3.6,0,0,0-2.14-.69,6.61,6.61,0,0,1-.76,0A1.81,1.81,0,0,1,1207.56,125.83Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M1189.76,128.16h-1a2.48,2.48,0,0,1-1-.23v-.49a9.36,9.36,0,0,0,1.7-.93,1.23,1.23,0,0,1,.63-.62l0-.07c1.86-1.38,1.48,1.2,2.45,1.39,1.6,0,3.2,0,4.8,0a10.27,10.27,0,0,1,1.1.12l-.77,1.52a2.05,2.05,0,0,1-.67-.24,2.11,2.11,0,0,0-1-.37,7.82,7.82,0,0,0-1.81,0,2.42,2.42,0,0,0-1,.37l-.3.2a1.93,1.93,0,0,1-2.22.12l.07,0A1.39,1.39,0,0,0,1189.76,128.16Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M447.48,138a18.85,18.85,0,0,1,.12-2.25c1.53-.1,3.06-.1,4.59-.1,1.79,0,3.57,0,5.36,0a15.79,15.79,0,0,0,4.16-.55,6.9,6.9,0,0,1-.42.63,1.36,1.36,0,0,1-1,.51c-.76.06-1.52.07-2.28.08-2.55,0-5.09,0-7.63,0a7.12,7.12,0,0,0-1.13.14,1,1,0,0,0-.72.78c0,.25-.05.5-.08.75Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M381.62,123.44l.6-.41a1.43,1.43,0,0,0,.56-.92,15.89,15.89,0,0,0,.27-2.93,5.66,5.66,0,0,1,.08-1.09A1.69,1.69,0,0,1,384,117a4.05,4.05,0,0,1,1.4-.42,1.09,1.09,0,0,1-.43.59c-.21.12-.45.21-.67.33a1,1,0,0,0-.44,1.25,3.05,3.05,0,0,1,.3,1.07c0,.39-.27.68-.38,1a2.06,2.06,0,0,0-.12.35,2.51,2.51,0,0,0,.15,1.46c.17.33.39.64.56,1s.19.46.28.69l.08-.06a7.11,7.11,0,0,1-2.11,0A1,1,0,0,1,381.62,123.44Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M424.35,116.62a2.49,2.49,0,0,1,.28-1.05.66.66,0,0,1,.6-.4,1.23,1.23,0,0,1,.73.09,3.65,3.65,0,0,1,1.12,1,2.11,2.11,0,0,1,.21.31,1.27,1.27,0,0,1,.08,1.09,2,2,0,0,1-1.06,1,.93.93,0,0,1-1-.09A2.2,2.2,0,0,1,424.35,116.62Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M1730,136.2a2.9,2.9,0,0,1,1.47.29.77.77,0,0,1,.39.57.65.65,0,0,1,0,.37,2.68,2.68,0,0,1-.49.52.83.83,0,0,1-.36.09,5.47,5.47,0,0,1-1.85,0,1.11,1.11,0,0,1-.36-.08c-.11,0-.18-.16-.28-.23a.62.62,0,0,1-.23-.66,1,1,0,0,1,.66-.76,2.21,2.21,0,0,1,.37-.08Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M344,127.25a3.2,3.2,0,0,1-1.81-.13c-.31-.15-.36-.31-.18-.58a.85.85,0,0,1,.56-.42l2.95-.34a1.15,1.15,0,0,1-.38.6C344.75,126.68,344.36,127,344,127.25Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M1256,123.19a1,1,0,0,1-.53.87.94.94,0,0,1-1-.23.86.86,0,0,1-.16-1,1,1,0,0,1,.83-.6.7.7,0,0,1,.63.3A1.36,1.36,0,0,1,1256,123.19Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M418.48,116.06a.82.82,0,0,1,.33-.65,1,1,0,0,1,1.05-.07,1.17,1.17,0,0,1,.44,1,1.14,1.14,0,0,1-.1.36,1,1,0,0,1-.95.46.75.75,0,0,1-.74-.7C418.49,116.31,418.49,116.18,418.48,116.06Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M395.47,114.12a.87.87,0,0,1,1-.8,1.24,1.24,0,0,1,.86.6A1,1,0,0,1,396,115,.85.85,0,0,1,395.47,114.12Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M866,175.6a4.74,4.74,0,0,1,1.68.8c.11.28.06.49-.16.61a.83.83,0,0,1-.34.13l-1.88.15C865.56,176.73,865.79,176.16,866,175.6Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M403.12,120.3a.55.55,0,0,1-.52-.42,1,1,0,0,1,0-.34.79.79,0,0,1,.8-.58,1,1,0,0,1,.66.23.64.64,0,0,1,0,.93,1.07,1.07,0,0,1-.32.16A.43.43,0,0,0,403.12,120.3Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M408.7,139.6a.63.63,0,0,1,.5-.47.71.71,0,0,1,.86.49.46.46,0,0,1-.32.58,1,1,0,0,1-.74,0A.46.46,0,0,1,408.7,139.6Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M387,120.28a.56.56,0,0,1-.46-.48.71.71,0,0,1,.54-.79,1.08,1.08,0,0,1,.71,0,.68.68,0,0,1,.2,1.14,1.26,1.26,0,0,1-.34.13A.42.42,0,0,0,387,120.28Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M1530.92,105.84a.56.56,0,0,1,.5-.51.93.93,0,0,1,.71.18,2.45,2.45,0,0,1,.77.83,2.26,2.26,0,0,1,.11.37,1.77,1.77,0,0,1-.72-.21Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M1255.27,116.57c-.76-.14-1.51-.26-2.26-.41a1,1,0,0,1-.61-.42,26.38,26.38,0,0,1,2.67-.14c.45-.19.58-.06.38.39A1.7,1.7,0,0,1,1255.27,116.57Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M352,141.67a.77.77,0,0,1,.07-.27.49.49,0,0,1,.61-.18c.28.12.32.33.17.51a.52.52,0,0,1-.61.19C352.1,141.88,352,141.75,352,141.67Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M1254.5,113.49a.81.81,0,0,1,.7.77,6.51,6.51,0,0,1,.07.76A2.43,2.43,0,0,1,1254.5,113.49Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M371.91,124.73a.82.82,0,0,1,.08-.25.56.56,0,0,1,.63-.18c.3.13.35.32.19.5a.58.58,0,0,1-.64.16C372.07,124.93,372,124.81,371.91,124.73Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M384.63,124.27a.42.42,0,0,1,.55.31l-.29.2c-.28-.12-.34-.31-.18-.58Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M1255.27,115a.87.87,0,0,1,.73.78,5.1,5.1,0,0,1-.55.19l-.38-.39A4,4,0,0,1,1255.27,115Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M477.69,137.62l.24-.21c.07.08.2.17.2.25s-.15.14-.23.21Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M387,120.28l.33-.1.32.13A1,1,0,0,1,387,120.28Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M344.77,127.85a.9.9,0,0,1-.77-.59A.77.77,0,0,1,344.77,127.85Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M403.12,120.3l.32-.11.33.09A1,1,0,0,1,403.12,120.3Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M1147.74,127.83a3.14,3.14,0,0,1-1.08.28c-1.14,0-2.27.06-3.41.09a1,1,0,0,0-.81.66,1.65,1.65,0,0,0,.11,1.09,4.81,4.81,0,0,1,.67,1.34l.07-.09a18.39,18.39,0,0,0-3.06,0,1.73,1.73,0,0,0-1,.46,15.55,15.55,0,0,1-1.45,1.24,1.36,1.36,0,0,1-.71.26c-.63.05-1.27.05-1.91.06a4.57,4.57,0,0,1-2.2-.51.49.49,0,0,0-.55.35,8,8,0,0,0-.23,1.89,1.42,1.42,0,0,1-.88,1.16,6,6,0,0,0-1.33.73,1.33,1.33,0,0,1-.7.26,17.54,17.54,0,0,1-1.91.08,4,4,0,0,0-2.53.67,2.45,2.45,0,0,1-.71.28,2.74,2.74,0,0,0-1.24.85c-.17.18-.37.34-.55.52a2.34,2.34,0,0,1-1.35.66c-.25,0-.51.06-.76.09a.92.92,0,0,0-.87.62,4,4,0,0,1-1.32,1.83,1.82,1.82,0,0,1-1,.45c-.5,0-1,.06-1.52.08a1.83,1.83,0,0,0-1.09.3,3.29,3.29,0,0,1-2.16.61l-2.29,0a3,3,0,0,0-1.82.49,3.59,3.59,0,0,1-1,.48,4.18,4.18,0,0,0-1,.57,2.6,2.6,0,0,1-1.44.44,7,7,0,0,1-1.52-.08,1.22,1.22,0,0,1-.75-1.18c.09-.51.49-.87.65-1.35a1,1,0,0,0,0-.38,1.13,1.13,0,0,0-1-1c-1.27-.15-2.54,0-3.82-.11a11,11,0,0,1-1.13-.17c-.5-.29-.51-.6,0-.93a1.44,1.44,0,0,1,1.24-.75c.51,0,1-.06,1.53-.07a1.94,1.94,0,0,0,1.08-.33,3.62,3.62,0,0,1,1-.58,5,5,0,0,0,1.67-.89,1.94,1.94,0,0,1,.7-.28,2.2,2.2,0,0,0,.69-.33c.41-.3.78-.65,1.18-1a1.8,1.8,0,0,1,1.37-.57,4.58,4.58,0,0,0,1.11-.24,1.22,1.22,0,0,0,.34-.18c.75-.69,1.48-1.4,2.23-2.09a2,2,0,0,1,1-.45c.37-.06.76-.09,1.13-.15a.86.86,0,0,0,.36-.13c.79-.64,1.46-1.42,2.27-2a1.09,1.09,0,0,1,1.38-.06,1.65,1.65,0,0,0,.73.19c.51.05,1,.05,1.53.05a4.9,4.9,0,0,0,.76-.08.89.89,0,0,0,.35-.14,3.18,3.18,0,0,0,1.44-1.71,3.06,3.06,0,0,1,1.08-1.53,1.82,1.82,0,0,1,1-.4l1.53-.07a2.73,2.73,0,0,0,1.4-.53,2.58,2.58,0,0,1,2.87,0,2.26,2.26,0,0,0,.31.23,1.63,1.63,0,0,0,1.46,0l.68-.35c4.66-1,9.37-.22,14-.39C1147.6,126.15,1148.42,126.55,1147.74,127.83Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M818.6,160.13c.51,0,1,0,1.53.07a2.22,2.22,0,0,1,1.08.37,5.1,5.1,0,0,0,1,.55c.55.23.63.4.48.83a4.19,4.19,0,0,0-.39,1.85,1.93,1.93,0,0,0,.33,1.07c.39.5.79,1,1.18,1.51.17.74,0,1.12-.85.83-.12,0-.25,0-.38,0-1,.07-.79,0-1.18.73a3.49,3.49,0,0,1-1.36,1.8,1.72,1.72,0,0,1-1,.39l-5,0a3,3,0,0,0-1.81.51,2,2,0,0,1-1.07.37c-.9.05-1.79.05-2.69.1a1.72,1.72,0,0,0-1,.43c-.48.42-.95.85-1.44,1.26a1.33,1.33,0,0,1-.71.26,6.48,6.48,0,0,1-.76.06H791.05c-.26,0-.51,0-.77-.06a1.06,1.06,0,0,1-.88-1.06,1.83,1.83,0,0,1,.45-1,7,7,0,0,0,.51-.58,1,1,0,0,0,.19-1.36c-.2-.33-.4-.66-.59-1a1.24,1.24,0,0,1,.06-1.67,5.91,5.91,0,0,1,1.87-.26,2.35,2.35,0,0,0,1.38-.56,2.37,2.37,0,0,1,1.41-.5l1.52-.08a1.42,1.42,0,0,0,.71-.23,5.73,5.73,0,0,1,1.73-.77,2.65,2.65,0,0,0,.65-.37,2.1,2.1,0,0,1,1.05-.39,24.1,24.1,0,0,1,3.8,0,1.37,1.37,0,0,1,1.15.84l.18.33a.75.75,0,0,0,.58.41,1,1,0,0,0,1-.37,2.47,2.47,0,0,0,.4-.64,1.17,1.17,0,0,1,.94-.57,6,6,0,0,1,1.89,0,2.53,2.53,0,0,1,.72.23,10.67,10.67,0,0,0,1,.53,9,9,0,0,1,1.41.57.82.82,0,0,0,.73,0,4.16,4.16,0,0,1,1.82-.46,2,2,0,0,0,1.37-.57,5.44,5.44,0,0,0,.55-.52,1.41,1.41,0,0,0,.24-1.42,1.88,1.88,0,0,0-.39-.65C817.65,160.26,817.81,159.84,818.6,160.13Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M411.52,97.41a1.46,1.46,0,0,1-1.24.74c-.12,0-.25,0-.38,0h-3a2.49,2.49,0,0,1-1.1-.25l-.35-.67c-.06-.12-.09-.24-.14-.35a1,1,0,0,0-1.32-.41,3.82,3.82,0,0,0-.64.4A24.46,24.46,0,0,0,401.13,99a2.48,2.48,0,0,0-.66,1.73,1.86,1.86,0,0,0,.53,1.39l.54.54a1.68,1.68,0,0,0,1,.48,13.46,13.46,0,0,0,2.29,0,2.29,2.29,0,0,0,1.42-.47,2.4,2.4,0,0,1,1.39-.56c1.91-.07,3.82-.1,5.73,0a1.15,1.15,0,0,1,.91,1,.8.8,0,0,1-.6.85c-.37.08-.75.14-1.13.2s-.48.2-.42.42a.52.52,0,0,0,.19.3,1,1,0,0,1,.51.54,1.33,1.33,0,0,1-.36,1,7.28,7.28,0,0,1-1.09,1.06.59.59,0,0,1-.71.08,2.36,2.36,0,0,1-1.29-1.32,4.3,4.3,0,0,0-.29-.7.86.86,0,0,0-.59-.44,2.35,2.35,0,0,0-2.41.75c-.17.19-.38.35-.55.53a1.93,1.93,0,0,1-1.32.67l-.38,0a2.79,2.79,0,0,0-1.75.64,3.83,3.83,0,0,1-.73.22,17,17,0,0,1-2.67,0,2.63,2.63,0,0,1-1.09-.31,3.68,3.68,0,0,0-2.17-.58h-7.65l-.76,0c-.29,0-.55-.09-.61-.27s.06-.48.36-.56a7.32,7.32,0,0,1,1.12-.2,2.78,2.78,0,0,0,1.73-.71,1.5,1.5,0,0,1,.71-.27l1.9-.11c.34,0,.49-.1,1-.52.29-1,1.16-1.31,2-1.71a6,6,0,0,0,.95-.94,6.56,6.56,0,0,0,.1-3,1.77,1.77,0,0,0-.32-.68,2,2,0,0,1-.35-.65,1.1,1.1,0,0,1,.6-1.25,6.57,6.57,0,0,0,2.17-1.51,1.71,1.71,0,0,1,.62-.42,7.1,7.1,0,0,0,1.72-.8,2,2,0,0,1,1.08-.31c1.27,0,2.54,0,3.81,0l5,0a2.89,2.89,0,0,0,2.1-.72l.71-.26a1.2,1.2,0,0,1,.38,0c3.17-.1,6.35,0,9.52,0,.63,0,1.27,0,1.9.07a.75.75,0,0,1,.62.39.64.64,0,0,1-.13.68,2.23,2.23,0,0,1-.27.26c-.65.51-1.95.39-1.88,1.6.19,3.11-1.62,2.87-3.7,2.32A16.1,16.1,0,0,0,411.52,97.41Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M1250.65,108.89a2.62,2.62,0,0,1-.94-.64,1.71,1.71,0,0,1-.54-1c-.06-.37-.08-.76-.14-1.13a1.12,1.12,0,0,0-1.07-.91c-.25,0-.51,0-.76,0a1.67,1.67,0,0,0-1,.47,3.33,3.33,0,0,0-1,1.58,1.43,1.43,0,0,1-.34.67,7.76,7.76,0,0,1-.84.78,1.84,1.84,0,0,1-1.06.39c-1,0-2.05,0-3.07,0a2.94,2.94,0,0,1-1.79-.55,1.84,1.84,0,0,0-.7-.31,6.53,6.53,0,0,0-2.29,0,2.56,2.56,0,0,0-1,.47,2.65,2.65,0,0,1-1.45.41h-2.69a3,3,0,0,1-1.79-.54,2,2,0,0,0-1.07-.39,6.53,6.53,0,0,1-.76-.08,1.85,1.85,0,0,1-1-.45,2.74,2.74,0,0,1-.91-1.19.82.82,0,0,1,.08-.73,1.06,1.06,0,0,1,.92-.58c.76,0,1.53-.06,2.3-.07a3,3,0,0,0,1.78-.59,1.87,1.87,0,0,1,.71-.24,16,16,0,0,1,2.3-.08,24,24,0,0,0,2.68-.08,1.64,1.64,0,0,0,1-.49c.17-.19.35-.37.51-.57a1.84,1.84,0,0,0,.4-1c0-.38,0-.76,0-1.15a2.68,2.68,0,0,0-.57-1.78c-.25-.29-.43-.63-.69-.91s-.23-.45.1-.62a1.15,1.15,0,0,1,.72-.12,7,7,0,0,0,1.72.82c.62.16.71.68.77,1.18s.09,1.27.14,1.91a.72.72,0,0,0,.1.36,3.54,3.54,0,0,0,1.38,1.28,1.08,1.08,0,0,0,.75,0,1.85,1.85,0,0,0,.66-.36,2.11,2.11,0,0,1,1.4-.52l3.07,0,5,0a2.76,2.76,0,0,0,1.46-.4l.33-.19a2.16,2.16,0,0,1,1.1-.29c1.66,0,3.32,0,5,0l2.3,0a2.37,2.37,0,0,0,1.42-.49,2.37,2.37,0,0,1,1.08-.35c.89-.07,1.78-.09,2.68-.13a1.35,1.35,0,0,0,1-.56.85.85,0,0,0,.15-.35,12.08,12.08,0,0,0,.16-1.9,2,2,0,0,1,1-1.57.48.48,0,0,1,.65.12,7.3,7.3,0,0,0,1,1.59c.1.23.21.46.3.7s.15.49.22.73c.77,1,2.81-.65,3.06,1.45a3.24,3.24,0,0,1-1.65.92,1.43,1.43,0,0,0-.66.36,1.67,1.67,0,0,1-1.05.41c-1.14,0-2.29.07-3.44.1a2.39,2.39,0,0,0-1.44.44c-.1.06-.19.16-.3.23a2.14,2.14,0,0,1-1.07.36l-2.29.08a2.88,2.88,0,0,0-1.43.46,2.69,2.69,0,0,1-1.44.45c-1.54,0-3.07,0-4.6,0-.63,0-1.27,0-1.91.06a1.45,1.45,0,0,0-1,.47,5.39,5.39,0,0,0-.53.54,1.53,1.53,0,0,0-.18,1.45c.18.48.62.8.82,1.27C1252.34,109.48,1251.6,109.39,1250.65,108.89Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M835.24,158.77a3.75,3.75,0,0,0,1.1.31c.38,0,.76,0,1.14,0,.9.05.9.05,2.1.76a1.44,1.44,0,0,0,1.44-.12,3.5,3.5,0,0,0,.3-.24,2.59,2.59,0,0,0,.9-1.63,4,4,0,0,1,.1-.76.93.93,0,0,1,.69-.8,2.28,2.28,0,0,1,1.13,0c.51.14.72.36.59.73a2.9,2.9,0,0,0-.25,1.1,1,1,0,0,0,.64.84,2.45,2.45,0,0,0,.37.08c1.66.1,3.32.08,5,0a2.65,2.65,0,0,0,.38-.05,1.25,1.25,0,0,0,.65-.35.58.58,0,0,0,.09-.69,3.26,3.26,0,0,1-.22-1.87,2.41,2.41,0,0,1,1.32-1.76,1.07,1.07,0,0,1,.35-.14,2.47,2.47,0,0,1,.38,0,27.2,27.2,0,0,1,3.83,0,1.94,1.94,0,0,1,1,.41,7.36,7.36,0,0,0,1,.57.7.7,0,0,1,.25,1,2.22,2.22,0,0,1-1.47,1.11,1,1,0,0,0-.58,1.24c.07.24.16.48.24.72.15.51-.24.94-.84,1h-.39a1.14,1.14,0,0,1-1.16-.79,3.62,3.62,0,0,0-.28-.71.94.94,0,0,0-1.33-.23,1.26,1.26,0,0,0-.4.62,9,9,0,0,0-.17,1.14,1.39,1.39,0,0,1-.28.7,3.44,3.44,0,0,1-1.81,1.32,1.66,1.66,0,0,0-.65.39c-.67.59-1.32,1.2-2,1.81a.87.87,0,0,1-1,.25,2,2,0,0,0-1.12-.09c-.36.12-.71.25-1-.07s-.59-.5-.89-.73a2.64,2.64,0,0,0-1-.54,3.74,3.74,0,0,1-1.33-.72,2,2,0,0,0-1.45-.33,1.29,1.29,0,0,0-1.29,1.16,4.24,4.24,0,0,1-.24,1.11.85.85,0,0,1-.55.48,3.93,3.93,0,0,1-.75.13c-.51,0-1,0-1.53,0a3.49,3.49,0,0,1-2.17-.6,2,2,0,0,0-1.09-.31L831,164.1c-.26,0-.51,0-.76-.07a1.09,1.09,0,0,1-1-1c-.07-.38-.1-.76-.17-1.14a1.14,1.14,0,0,0-.73-.78l-.69-.33c-.58-.84-.29-1.62.61-1.59C830.64,159.31,832.91,158.64,835.24,158.77Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M839,146.17c.51,0,1,0,1.53,0a3,3,0,0,1,1.81.51,2.49,2.49,0,0,0,1.44.44h.76a3.16,3.16,0,0,0,1.81-.5,2.52,2.52,0,0,1,1.44-.44c1.4,0,2.81,0,4.21-.09a1.73,1.73,0,0,0,1.06-.37,3.7,3.7,0,0,1,.33-.21,2,2,0,0,1,1.06-.39,4.16,4.16,0,0,0,2.14-.7,1.34,1.34,0,0,1,.72-.23l3.83-.12a1.82,1.82,0,0,0,1.06-.38,2.39,2.39,0,0,1,1-.46c.25-.05.51-.07.76-.1a2.57,2.57,0,0,0,1.39-.58,1.9,1.9,0,0,1,1-.41,18.65,18.65,0,0,1,3.81,0,1.72,1.72,0,0,1,.68.33.94.94,0,0,1,0,1.33,2.8,2.8,0,0,1-.32.2,5.11,5.11,0,0,0-1,.45,3.44,3.44,0,0,1-1,.57,2.71,2.71,0,0,0-1,.48,3,3,0,0,1-1.77.63c-.38,0-.76,0-1.15.06a2,2,0,0,0-1.08.33,3.42,3.42,0,0,1-2.16.62c-.38,0-.76.05-1.14.09a1.48,1.48,0,0,0-.71.25,3,3,0,0,1-1.79.58c-2,0-4.08,0-6.12.06a2.1,2.1,0,0,0-.74.17c-.47.2-.86.56-1.34.74a4.93,4.93,0,0,0-1.33.73,1.91,1.91,0,0,1-1.08.35l-3.06,0a2.85,2.85,0,0,1-1.8-.53,2.42,2.42,0,0,0-1.43-.46c-.63,0-1.27,0-1.91,0a2.24,2.24,0,0,0-1.44.44,3.08,3.08,0,0,1-1.41.53c-1.79.08-3.57.07-5.36,0a1.18,1.18,0,0,1-.69-.25c-.19-.15-.1-.74.15-1.06a2.1,2.1,0,0,1,.57-.5,3,3,0,0,1,.7-.29,2.78,2.78,0,0,0,1-.52,1.86,1.86,0,0,1,.69-.3,3.3,3.3,0,0,1,.76-.1,3,3,0,0,0,1.75-.66,1.4,1.4,0,0,1,.72-.23c.89-.06,1.78-.09,2.67-.13Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M467.59,91.32a1.55,1.55,0,0,1-1.22.8c-.38,0-.76.09-1.14.16a1.25,1.25,0,0,0-.66.35,4.49,4.49,0,0,0-1.3,1.86,1.48,1.48,0,0,1-.92.61,17.47,17.47,0,0,1-2.29.1,2.92,2.92,0,0,0-1.78.56,2.44,2.44,0,0,1-1.44.43h-2.68a3.43,3.43,0,0,1-2.13-.72.87.87,0,0,0-.33-.17,3.18,3.18,0,0,0-1.88.12,3,3,0,0,0-.65.41,2,2,0,0,1-1.07.33,3.46,3.46,0,0,1-1.84-.42,1.05,1.05,0,0,0-.74-.07,1.64,1.64,0,0,1-.75.08,2,2,0,0,1-.64-.41c-.3-.22-.61-.45-.91-.69a2.7,2.7,0,0,0-1.05-.44,1.85,1.85,0,0,1-.67-.34,2,2,0,0,0-1.38-.57,5.89,5.89,0,0,1-1.51-.18.4.4,0,0,1-.28-.59.59.59,0,0,1,.2-.26.74.74,0,0,1,.36-.09l5.36,0,2.68,0a2.82,2.82,0,0,0,1.44-.43,2.8,2.8,0,0,1,1.45-.44l2.29,0c.64,0,1.28,0,1.91,0a2.66,2.66,0,0,0,1.1-.3,3.48,3.48,0,0,1,2.16-.61c1.28,0,2.55,0,3.83-.07a1.83,1.83,0,0,0,1.06-.36,2.9,2.9,0,0,1,.64-.41,2.14,2.14,0,0,1,.72-.22,22.15,22.15,0,0,1,3.82,0c.31,0,.46.12.91.61C468.74,90.65,467.91,90.87,467.59,91.32Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M445.92,106.28l-1.46-.07a1.75,1.75,0,0,1-1-.49l-.27-.27a1.08,1.08,0,0,1-.22-1.35,3.79,3.79,0,0,0,.32-1.09c.06-.63.13-1.26.2-1.89a1.24,1.24,0,0,1,.78-.75,6.46,6.46,0,0,1,.75-.11c.64,0,1.27,0,1.91,0a2.6,2.6,0,0,1,2.19,1.29,13.19,13.19,0,0,0,1.22,2.36,1.3,1.3,0,0,1-.24,1.06c-.27.27-.53.55-.81.8a1.7,1.7,0,0,1-1,.47l-.76,0h-1.58Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M411.52,97.41a4,4,0,0,1,2.09-.76,33.64,33.64,0,0,1,4.14,0,10.57,10.57,0,0,1,1.86.28,6.77,6.77,0,0,0,1.48.21,1.76,1.76,0,0,0,1.53-.91l.29-.69c.09-.24.17-.47.27-.7a1.83,1.83,0,0,1,1.06-1,6.8,6.8,0,0,1,1.1-.27c-.19.51-.66.68-1.11.88a1,1,0,0,0-.61.85,2,2,0,0,0,.21,1.42.79.79,0,0,0,.57.41,2.27,2.27,0,0,0,1.78-.25,3.76,3.76,0,0,1,.69-.25,31.75,31.75,0,0,0,3.9-.1,2.2,2.2,0,0,1,1,.46,1.67,1.67,0,0,0,.73.21,2.79,2.79,0,0,0,1.83-.4l.32-.2a6.54,6.54,0,0,1,.64-.74h0c.33-.31.39-.85.87-1a1.29,1.29,0,0,1,.67.46c.47.91,1.58.78,2.25,1.36l1.35.7c.32.16.39.35.19.55a1,1,0,0,1-.27.23,1.25,1.25,0,0,1-.37.09c-.51,0-1,0-1.53,0-5.6,0-11.2,0-16.8,0l-.77,0a3.07,3.07,0,0,1-1.45-.38,3,3,0,0,0-1.82-.48C415.59,97.33,413.56,97.29,411.52,97.41Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M1036.19,154.21c-.64,0-1.27,0-1.91-.07a1.92,1.92,0,0,1-1-.38,2.18,2.18,0,0,0-1-.42c-.5-.06-1-.08-1.52-.09a2.24,2.24,0,0,1-2.07-1.4.51.51,0,0,1,.08-.69c.19-.17.33-.39.53-.54a1.45,1.45,0,0,1,1.75-.19,3.38,3.38,0,0,0,1.77.6l.76,0a3.12,3.12,0,0,1,1.8.51,2.7,2.7,0,0,0,1.44.4,17.33,17.33,0,0,1,2.28.12,1.09,1.09,0,0,1,.62.38.81.81,0,0,1-.22,1,3.45,3.45,0,0,1-.28.26,1.87,1.87,0,0,1-1,.41Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M1279.08,81.87a5,5,0,0,1-1.83.42,2,2,0,0,0-1.3.72,3.47,3.47,0,0,1-.25.29,2,2,0,0,0-.48,1c0,.24-.06.5-.1.75a1.19,1.19,0,0,1-.94,1,2.87,2.87,0,0,1-1.13,0,1.59,1.59,0,0,1-.7-.28c-.3-.23-.59-.48-.86-.73a5,5,0,0,0-1.63-.95c-.56-.2-.71-.58-.6-1.21a.58.58,0,0,1,.14-.35,3.63,3.63,0,0,1,.64-.36c.63-.05,1.27-.12,1.9-.15a1.94,1.94,0,0,0,1-.41c.51-.37,1-.78,1.5-1.16a1.3,1.3,0,0,1,.71-.23c.51,0,1-.06,1.52,0a2,2,0,0,1,1.68.74,2.44,2.44,0,0,1,.6,1Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M1927.71,156.42a.93.93,0,0,1-.76.72c-.25,0-.51,0-.76,0a2.61,2.61,0,0,1-1.1-.26,3.12,3.12,0,0,0-2.14-.66,6.2,6.2,0,0,1-1.14-.1,1.78,1.78,0,0,1-.7-.28,4.17,4.17,0,0,0-1.31-.75,2.94,2.94,0,0,1-1-.54,11.25,11.25,0,0,0-1.47-1.21,3.33,3.33,0,0,1-.66-.38.65.65,0,0,1-.21-.67,2.12,2.12,0,0,1,.66-.91.84.84,0,0,1,.34-.17,1.3,1.3,0,0,1,1.09.06,5.13,5.13,0,0,0,1.36.69,2.7,2.7,0,0,1,1,.54,3.5,3.5,0,0,0,.3.24,6.12,6.12,0,0,0,1,.44,3.66,3.66,0,0,1,.67.37,2.76,2.76,0,0,0,1,.49,2.54,2.54,0,0,1,1,.49,1.62,1.62,0,0,0,.69.32c.38.06.76.09,1.14.15a1,1,0,0,1,.85.64c-.21.18-.27.35-.19.51S1927.63,156.42,1927.71,156.42Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M388.48,99l-.9.7c-.2.15-.41.29-.63.43a.85.85,0,0,1-.34.14,8.05,8.05,0,0,0-1.71.79,1.47,1.47,0,0,1-1.11,0,5.33,5.33,0,0,0-1.38-.61,12.8,12.8,0,0,0-1.52,0c-.51,0-1,.09-1.52.13l-.5,0a8.86,8.86,0,0,1-3-.3c-.45-.31-.74-.68-.45-1.25a11.5,11.5,0,0,0,2.27.14,2.61,2.61,0,0,0,1.75-.6,8.32,8.32,0,0,1,1.21-.91,1.48,1.48,0,0,1,1.44-.08c.23.11.44.25.66.37a1.52,1.52,0,0,0,.72.22,22.49,22.49,0,0,0,4.92-.12A.68.68,0,0,1,388.48,99Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M1263,86.35c-.53,0-1,0-1.54-.09a2.59,2.59,0,0,1-.72-.21,1.08,1.08,0,0,1-.64-.88,10.61,10.61,0,0,1,0-3,1.08,1.08,0,0,1,.38-.63,1.45,1.45,0,0,1,1.44,0c.19.16.4.31.58.48l2.7,2.68a2.17,2.17,0,0,1,.23.3,1.71,1.71,0,0,1,.32.68c0,.18-.59.61-.89.63Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M725.38,165a.89.89,0,0,1-.73-.1,3.85,3.85,0,0,0-2.12-.71,2.33,2.33,0,0,1-1.08-.32,6.79,6.79,0,0,0-1-.52,5.13,5.13,0,0,1-1.33-.7,9.43,9.43,0,0,0-1.36-.65,3.27,3.27,0,0,1-1.3-1.33.81.81,0,0,1,.07-.71.46.46,0,0,1,.64-.2,5.54,5.54,0,0,0,1.84.42,2.3,2.3,0,0,1,1.4.5,1.72,1.72,0,0,0,.68.33,3.46,3.46,0,0,1,1.36.63,1,1,0,0,0,.31.22,7.65,7.65,0,0,1,2,1.05,7.43,7.43,0,0,0,1,.48.89.89,0,0,1,.38,1C726.05,164.74,725.87,164.89,725.38,165Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M1726.5,118.23a3.25,3.25,0,0,1-1.77-.61,1.87,1.87,0,0,0-.71-.24,6.53,6.53,0,0,0-.76-.08l-1.14-.07a1.23,1.23,0,0,1-1.06-.93c0-.25-.08-.5-.1-.75a8,8,0,0,0-.54-2.56.54.54,0,0,1,.28-.66,1.32,1.32,0,0,1,.71-.21,1.75,1.75,0,0,1,1.41.4,20.88,20.88,0,0,1,2.15,2.16,1.54,1.54,0,0,1,.17.34,3.44,3.44,0,0,1,.62.75c.1.2.21.41.31.62.25.49.28.52.7.7l.65.26C1727.52,118.07,1727.29,118.45,1726.5,118.23Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M483.53,94.75a3.8,3.8,0,0,1,.72-.88,1.56,1.56,0,0,1,.59-.47,10.44,10.44,0,0,0,2-1.06,1.37,1.37,0,0,1,.72-.2,32.7,32.7,0,0,1,3.43,0,1,1,0,0,1,.38.06,3.6,3.6,0,0,1,.62.39.62.62,0,0,1,.15.35.92.92,0,0,1-.28,1c-.09.08-.18.21-.29.23a5.55,5.55,0,0,0-1.36.67,2.25,2.25,0,0,1-1.08.32c-.77,0-1.53,0-2.29.06a3.38,3.38,0,0,0-1.79.59C483.92,96.38,483.36,96.08,483.53,94.75Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M456.76,86.76c-.36-.13-.7-.28-1.06-.39a2.83,2.83,0,0,0-1.5,0,.89.89,0,0,0-.34.16c-.59.47-1.16,1-1.76,1.43a1.42,1.42,0,0,1-1.09.17,1,1,0,0,1-.33-.17,4.51,4.51,0,0,0-1.35-.68,1.12,1.12,0,0,1-.77-.74,1.11,1.11,0,0,1,.05-.74.56.56,0,0,1,.53-.46c.25,0,.5-.11.75-.11H460.5a4.85,4.85,0,0,1,.75.11,1.11,1.11,0,0,1,.14.34.45.45,0,0,1-.14.27.85.85,0,0,1-.32.19l-1.81.55A12.4,12.4,0,0,0,456.76,86.76Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M1287.68,77.34a14.82,14.82,0,0,1,1.12,1,4.15,4.15,0,0,0,1.58,1,1.06,1.06,0,0,1,.67,1.19,1.27,1.27,0,0,1-.6.9,1.3,1.3,0,0,1-1,.41.91.91,0,0,1-.35-.07,2.48,2.48,0,0,0-1.42-.39,7.21,7.21,0,0,1-1.86-.18,1,1,0,0,1-.53-.49,1.44,1.44,0,0,1-.1-.37,6.81,6.81,0,0,1,0-1.86,1.86,1.86,0,0,1,.35-1,4.6,4.6,0,0,0,.64-1.34C1287.53,75.41,1286.81,77.31,1287.68,77.34Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M1285.13,66.81a2.24,2.24,0,0,1,.95-2,2.05,2.05,0,0,1,.67-.35,1.08,1.08,0,0,1,.75,0,2.13,2.13,0,0,1,.35.14,2.6,2.6,0,0,1,1.21,1.42,9,9,0,0,0,.81,1.72,1.14,1.14,0,0,1,0,1.09,5.17,5.17,0,0,1-1,1.17,1.35,1.35,0,0,1-1.42.07,15.5,15.5,0,0,1-1.66-1.58A2.15,2.15,0,0,1,1285.13,66.81Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M866.43,158.15c-.64,0-1.27,0-1.9-.05a2.38,2.38,0,0,1-1.67-.79,2.1,2.1,0,0,1-.46-.59,1.29,1.29,0,0,1,.05-1.1,1.17,1.17,0,0,1,.57-.47,1.11,1.11,0,0,1,.37-.07,13,13,0,0,1,2.65,0,1.85,1.85,0,0,1,1.07.35,3.9,3.9,0,0,0,2.1.79,1.19,1.19,0,0,1,.34.13,2.59,2.59,0,0,1,.33.19,1.18,1.18,0,0,1,.16,1.07,1.15,1.15,0,0,1-.58.44,2.71,2.71,0,0,1-.75.1c-.76,0-1.52,0-2.28,0Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M1147.74,127.83c-.17-.19-.33-.38-.51-.56a1.7,1.7,0,0,0-1-.47,12.8,12.8,0,0,0-1.51-.12h-8.36c-1.27,0-2.53,0-3.8-.1a1.94,1.94,0,0,1,1-.42c.76,0,1.53-.05,2.29-.06h8c.89,0,1.78,0,2.67,0a2.41,2.41,0,0,0,1.42-.46l1.23-.9a.77.77,0,0,1,1,.09,3.86,3.86,0,0,1,.53.54,1.18,1.18,0,0,1,.26,1.07,1,1,0,0,1-.7.8,1.63,1.63,0,0,1-.37.08A5.44,5.44,0,0,0,1147.74,127.83Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M1271.41,114.28c0-.3,0-.6-.05-.9a2.67,2.67,0,0,0,.72-1.73,2.14,2.14,0,0,1,.16-.75.76.76,0,0,1,.51-.52,2.42,2.42,0,0,1,.36-.1,6.43,6.43,0,0,1,1.91,0,1.92,1.92,0,0,1,1,.43c.29.25.61.47.9.71a2.63,2.63,0,0,0,1.42.53c-.13.22-.24.44-.37.65a1.52,1.52,0,0,1-.88.63,3.48,3.48,0,0,1-.73.13,2.65,2.65,0,0,0-1.35.53,1.87,1.87,0,0,1-1,.36Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M1236.07,90.49v-.78a2.29,2.29,0,0,1,.4-1.42,8.1,8.1,0,0,0,.59-1,.79.79,0,0,1,1.21-.37c.1.08.22.14.31.22a18.44,18.44,0,0,1,1.86,1.89,1.08,1.08,0,0,1,0,1.36c-.08.09-.17.18-.25.28a1.43,1.43,0,0,1-1,.52,7.67,7.67,0,0,0-2.21.48.6.6,0,0,1-.81-.48C1236.12,91,1236.09,90.72,1236.07,90.49Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M756.71,163.15H759a6.57,6.57,0,0,0,2.56-.55.55.55,0,0,1,.65.23c.25.43.35.93.64,1.36s.18.56-.17,1c-.55.7-.89.73-1.59.29s-1.47-.41-2-1a1.55,1.55,0,0,0-1.45,0l-.32.18a1.87,1.87,0,0,1-.32.2,1.43,1.43,0,0,1-1.44,0,3.39,3.39,0,0,0-2.13-.66,3.08,3.08,0,0,1-.74-.11.64.64,0,0,1-.27-.2c-.29-.28-.24-.44.17-.5.24,0,.49-.12.73-.13l3.42-.07Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M1279,82a7.19,7.19,0,0,0,1.13.18c1.27,0,2.54-.05,3.81.09l.37.07a1.3,1.3,0,0,1,.73.8,2.69,2.69,0,0,1,0,1.13.91.91,0,0,1-.68.81,2.62,2.62,0,0,1-1.85,0,1,1,0,0,1-.33-.18,2.21,2.21,0,0,0-1-.51,2.82,2.82,0,0,1-1.75-1.36,2.76,2.76,0,0,1-.36-1.08Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M446,86.65a6,6,0,0,1,.13.72.94.94,0,0,1-.7.76c-.37,0-.74.11-1.11.12l-4.49,0a4,4,0,0,0-1.44.31c-.56.22-.91-.17-.77-.79a.73.73,0,0,1,.13-.34c.25-.28.53-.53.79-.8.46-.8,1.7,0,2.07-1l-.08.06a1.65,1.65,0,0,1,1.75.07l-.07,0C443.3,86.92,444.92,85.66,446,86.65Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M439.18,103.43c-.12,0-.25,0-.37,0-.36,0-.74,0-1,.37a1.41,1.41,0,0,0-.26.67,3.31,3.31,0,0,1-.23,1.08,1.05,1.05,0,0,1-.51.51,2.26,2.26,0,0,1-1.45.15,1.12,1.12,0,0,1-.94-1c0-.49,0-1-.06-1.48-.05-1.52.82-1.48,1.88-1.11a1.6,1.6,0,0,0,1.42-.27,4,4,0,0,1,.72-.22,2.69,2.69,0,0,1,.75,0,1.12,1.12,0,0,1,.92.55A.86.86,0,0,1,439.18,103.43Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M1959.91,156.64a6.59,6.59,0,0,0-2-.1,1.79,1.79,0,0,0-1.55.43,7.18,7.18,0,0,0-2.59-.58,3.84,3.84,0,0,1-.75-.09,1,1,0,0,1-.36-.13.76.76,0,0,1-.23-.3.63.63,0,0,1,.08-.68,1,1,0,0,1,.7-.26c.64,0,1.27-.06,1.91-.07l6.5,0C1962,156.33,1960.79,156.33,1959.91,156.64Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M1270,70.25a9.84,9.84,0,0,1,.11-2,1.66,1.66,0,0,1,.16-.33,1,1,0,0,1,1.58-.18c.09.09.2.18.22.29.11.49.17,1,.27,1.47a12.83,12.83,0,0,0,.64,1.35,1.22,1.22,0,0,1-.1,1.07,5.38,5.38,0,0,1-.76.83c-.25.26-.61.23-1,0a5.27,5.27,0,0,1-.57-.49,1.44,1.44,0,0,1-.5-1C1270,70.85,1270,70.47,1270,70.25Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M1288.33,98.25a.89.89,0,0,1-.75.71c-2.36.09-4.86,1.42-7-.8h0a1.89,1.89,0,0,1,.78-.59,3.09,3.09,0,0,1,.7-.25c.49,0,1-.06,1.49-.08a2.44,2.44,0,0,0,1.7-.63,1.22,1.22,0,0,1,1.38-.14c.11.07.22.13.31.2a5.23,5.23,0,0,0,1.29.75C1288.82,97.67,1288.83,97.94,1288.33,98.25Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M1067,144.86a1.79,1.79,0,0,1,1.28-.72c.51,0,1-.07,1.52-.08a2.76,2.76,0,0,0,1.41-.5,2.39,2.39,0,0,1,1.43-.41,2.06,2.06,0,0,1,2,.93.87.87,0,0,1,0,1l-.46.6a1.23,1.23,0,0,1-1.37.36,2.79,2.79,0,0,1-.34-.18c-.88-1.08-2-.5-3-.4l-.07.08a.57.57,0,0,1-.66.38c-.42-.14-.84-.25-1.25-.4A1.27,1.27,0,0,1,1067,144.86Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M835.24,158.77c-.59.15-1.19.29-1.77.48a8.43,8.43,0,0,1-2.16.37,13.41,13.41,0,0,0-2.2.14,1.68,1.68,0,0,0-1,.49l-.46.57a2.33,2.33,0,0,0-1.81.16,1.1,1.1,0,0,1-1-.15.56.56,0,0,1,0-.69l.21-.31a1.71,1.71,0,0,1,1.24-.75c.63-.06,1.25-.08,1.88-.09l3.38,0a2.91,2.91,0,0,0,1.75-.59,1.06,1.06,0,0,1,.34-.16,1.52,1.52,0,0,1,1.09,0A1.07,1.07,0,0,1,835.24,158.77Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M1168.53,131.05a1.06,1.06,0,0,1-.8,0c-.26-.23-.54-.45-.82-.66v0c-.53-1.46,1.55-.93,1.52-2a.69.69,0,0,1,.87-.23c.28.21.57.41.86.6a8.38,8.38,0,0,1,1.23.89,2.06,2.06,0,0,0,1,.44,14,14,0,0,1,2.66.19.9.9,0,0,1,.52.51c-.1.07-.2.15-.3.21a.93.93,0,0,1-.35.13,23.19,23.19,0,0,1-3.82,0,1.85,1.85,0,0,1-1.06-.38,4.6,4.6,0,0,0-.64-.4A3.45,3.45,0,0,0,1168.53,131.05Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M1230.17,101.14a1.08,1.08,0,0,1-1-1c0-.12,0-.25,0-.37a2.23,2.23,0,0,1,1.15-2.18,1.45,1.45,0,0,1,1.06-.18.6.6,0,0,1,.57.43,3.27,3.27,0,0,1,.14.33,5,5,0,0,1-.06,2.22.93.93,0,0,1-.77.7A3.35,3.35,0,0,1,1230.17,101.14Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M1262.16,71.84s0-.35.07-.72a1,1,0,0,1,.8-.65,1.53,1.53,0,0,1,1,.34l.29.23a1.87,1.87,0,0,1,.79,1.59c0,.25-.06.49-.09.74a1,1,0,0,1-.7.77,2.41,2.41,0,0,1-1.1.1,1.09,1.09,0,0,1-1-.91,2.29,2.29,0,0,1-.07-.36C1262.15,72.72,1262.16,72.47,1262.16,71.84Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M431.34,105.81a3.12,3.12,0,0,1-.66.91,2.13,2.13,0,0,1-1.32.65,12.12,12.12,0,0,1-3-.05.61.61,0,0,1-.52-.43.52.52,0,0,1,.29-.64,2.35,2.35,0,0,1,.7-.26,7.44,7.44,0,0,0,1.49-.22c.35-.13.68-.31.74-.76,0-.24.09-.49.14-.74a2,2,0,0,1,.52-1,1.14,1.14,0,0,1,.77.42,7.69,7.69,0,0,1,.36,1.33A5.54,5.54,0,0,0,431.34,105.81Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M1274.44,100.4a4.68,4.68,0,0,0-1.76-.72,4.79,4.79,0,0,1-.73-.24,1.34,1.34,0,0,1-.57-.49h5.72a10.1,10.1,0,0,0,1.9-.17,1.35,1.35,0,0,1,1,1,1.72,1.72,0,0,1-1.26.61A37,37,0,0,1,1274.44,100.4Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M1242.05,74.51a13.7,13.7,0,0,1,.11-2.17c.06-.32.2-.48.48-.43a.46.46,0,0,1,.31.12c.28.41.54.86.83,1.27a2.53,2.53,0,0,1,.42,1.81,2.08,2.08,0,0,1-1.33,1.7.54.54,0,0,1-.61-.32,1.25,1.25,0,0,1-.13-.35C1242.09,75.5,1242.06,74.87,1242.05,74.51Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M1269.78,62.22a1.24,1.24,0,0,1,1.35,1.06,6,6,0,0,1,0,1.89.75.75,0,0,1-.86.51,2.3,2.3,0,0,1-1.08-1c-.08-.64-.49-1.17-.55-1.81a.46.46,0,0,1,.41-.53C1269.28,62.26,1269.53,62.25,1269.78,62.22Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M1256.55,72.27c-.38,0-.75,0-1.13,0a2.23,2.23,0,0,1-1.87-1.06.45.45,0,0,1,.06-.65,2.36,2.36,0,0,1,.62-.4c.58-.23,1-.73,1.59-1a1.17,1.17,0,0,1,1,.35,3.28,3.28,0,0,1,.2.31c.2.46.39.92.58,1.38C1257.8,72.16,1257.38,72.44,1256.55,72.27Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M431.34,105.81h-.65c-.65-.6-.11-1.53-.63-2.16-.12-.12-.23-.24-.35-.35.16-.2.31-.41.48-.6a2,2,0,0,1,1.32-.68,27.88,27.88,0,0,1,3.42,0,1.71,1.71,0,0,1,1.32.63,3.13,3.13,0,0,0-1.88,1.11l-.75-.14a3.06,3.06,0,0,0-1.13,0,.92.92,0,0,0-.78.72A15,15,0,0,1,431.34,105.81Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M1279.92,92.71c.53.25.68.39.81.72a.62.62,0,0,1-.47.86,10.75,10.75,0,0,1-1.13.09,5.6,5.6,0,0,0-2.21.45.49.49,0,0,1-.66-.21,1.07,1.07,0,0,1-.17-.7,1.17,1.17,0,0,1,.14-.35,3.82,3.82,0,0,1,1-1.12,2.45,2.45,0,0,1,2.17-.25.86.86,0,0,1,.29.21,3.4,3.4,0,0,1,.23.3C1279.85,92.77,1279.93,92.7,1279.92,92.71Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M1959.91,156.64a4.91,4.91,0,0,1,1.18-1.31,5.9,5.9,0,0,0,.5-.5.87.87,0,0,1,1-.33.7.7,0,0,1,.45.54,6.09,6.09,0,0,0,.27.71,6,6,0,0,0,.32.68.52.52,0,0,1-.12.69c-.77.81-1,.86-2,.38a2.31,2.31,0,0,0-.7-.27,1.37,1.37,0,0,1-.68-.31A3.33,3.33,0,0,1,1959.91,156.64Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M483.53,94.75a4.25,4.25,0,0,0,1.53,1.09,1.2,1.2,0,0,1-.64.37,6.72,6.72,0,0,1-1.9,0,1.72,1.72,0,0,1-1-.39,2.67,2.67,0,0,0-1.74-.66,1.1,1.1,0,0,1-.7-.26c-.17-.15-.15-.41.12-.56.43-.26.91-.45,1.36-.67s.55-.17,1,.19l.29.25A2,2,0,0,0,483.53,94.75Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M1280,99.8a7.23,7.23,0,0,1-1-1c.32-.42.51-.58.87-.62s.5,0,.75,0a4.71,4.71,0,0,0,2.14.57l3,0a9.51,9.51,0,0,1,1.85.18,2.42,2.42,0,0,1-1.08.35c-1.4,0-2.81.06-4.21.07A6.65,6.65,0,0,0,1280,99.8Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M498.4,92.14a.67.67,0,0,1,.32-.64,1.1,1.1,0,0,1,.67-.24,2,2,0,0,1,.71.18c.45.2.82.54,1.29.71a.57.57,0,0,1,.39.53c0,.31-.11.45-.4.53a4.21,4.21,0,0,1-2.2,0A1,1,0,0,1,498.4,92.14Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M790,166.4l-.06,1.67c-1.15,0-2.3,0-3.45,0a1.61,1.61,0,0,1-1.07-.34c-.38-.33-.9-.45-1.28-.8-.08-.07-.18-.21-.16-.29a.44.44,0,0,1,.26-.26,3.45,3.45,0,0,1,2.94.17l.32.2a1.44,1.44,0,0,0,1.46.06A2.55,2.55,0,0,1,790,166.4Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M1275.8,63.57c-.48-1.13-.37-1.32.82-1.36a1.6,1.6,0,0,1,.38,0,2.37,2.37,0,0,1,.36.09,1,1,0,0,1,.7,1.16,1.82,1.82,0,0,1-1.2,1.32c-.29.15-.49.1-.62-.19,0-.11-.11-.21-.16-.33S1275.89,63.81,1275.8,63.57Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M1295.34,75.28l-.37,0a1,1,0,0,1-.77-.69,1,1,0,0,1,.29-1,1.32,1.32,0,0,1,.66-.32,3.14,3.14,0,0,1,1.1.05,1.05,1.05,0,0,1,.77.73.9.9,0,0,1-.58,1.17A2.31,2.31,0,0,1,1295.34,75.28Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M375.43,98.92a4.29,4.29,0,0,0,1,.92c.78.46,1.76,0,2.53.51a1.69,1.69,0,0,0,.43.15,1.32,1.32,0,0,1-1.21.7h-1.49a1.83,1.83,0,0,1-1.06-.3,5.44,5.44,0,0,0-1.3-.7.9.9,0,0,1-.29-1,1.72,1.72,0,0,1,.52-.52,1.26,1.26,0,0,1,.34-.13C375.13,98.51,375.32,98.63,375.43,98.92Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M1218.2,107.14a.74.74,0,0,1-.57.64.62.62,0,0,1-.68-.19c-.18-.18-.37-.34-.54-.52a1,1,0,0,1-.25-.69c0-.13,0-.25,0-.37,0-.61.89-1,1.42-.71a1.26,1.26,0,0,1,.61.89C1218.21,106.44,1218.2,106.69,1218.2,107.14Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M1068.58,145.52a5,5,0,0,1,.76.06,1.75,1.75,0,0,1-1.23.79,9.74,9.74,0,0,1-3-.06c-.3-.05-.67-.55-.57-.83a.79.79,0,0,1,.55-.47,5.56,5.56,0,0,1,1.86-.15.91.91,0,0,1,.49.08C1067.71,145.34,1068.21,145.31,1068.58,145.52Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M430.77,96.51l-.66.4a2.72,2.72,0,0,1-2.57.07c-.23-.11-.45-.25-.67-.37a1.1,1.1,0,0,1,.64-.33,11,11,0,0,1,2.57,0A1.65,1.65,0,0,1,430.77,96.51Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M444.05,110.4a4.79,4.79,0,0,1-1.92-.19c-.3-.1-.4-.26-.29-.57a.7.7,0,0,1,.44-.52,4,4,0,0,1,2.19,0,.76.76,0,0,1,.46.51c.11.3,0,.47-.28.58a2.44,2.44,0,0,1-.7.2Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M818.6,160.13l-.88.79c-.49-.12-.91-.46-1.42-.55s-.75-.11-1.13-.19a.61.61,0,0,1-.3-.23.53.53,0,0,1,.09-.64.69.69,0,0,1,.33-.19,4.44,4.44,0,0,1,2.26,0,1.23,1.23,0,0,1,.65.38A1.7,1.7,0,0,1,818.6,160.13Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M473.82,95.18a5.74,5.74,0,0,1-1.49-.05,1,1,0,0,1-.64-.35.81.81,0,0,1-.18-.68.9.9,0,0,1,.75-.71,1.19,1.19,0,0,1,.72.09,6.18,6.18,0,0,0,2.06.84c.24,0,.4.24.51.49a1.2,1.2,0,0,1-.6.32,1.58,1.58,0,0,1-.38.05Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M1726.5,118.23a4,4,0,0,0,.92-.88c.63.09,1.11.56,1.72.7a1,1,0,0,1,.61.41,1.32,1.32,0,0,1,.1,1.07.56.56,0,0,1-.56.38,1,1,0,0,1-.36-.07,12.71,12.71,0,0,0-1.38-.59A2,2,0,0,1,1726.5,118.23Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M467.59,91.32c.22-.49.45-1,.67-1.49a4.66,4.66,0,0,0,1.8.39,4,4,0,0,1,1.46.18.46.46,0,0,1,.33.54,1,1,0,0,1-1.37.79l-.34-.14a2.48,2.48,0,0,0-1.07-.26C468.58,91.31,468.08,91.32,467.59,91.32Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M434,94a1,1,0,0,1-.38,0,1.68,1.68,0,0,1-1-1,.59.59,0,0,1,.22-.67,1,1,0,0,1,1.38.1,1.05,1.05,0,0,1,.1,1.39C434.24,93.89,434.12,93.94,434,94Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M396.12,101.94c0,.52,0,1,0,1.57-1,.51-2.09,1.06-3-.29.1-.21.18-.44.28-.65a1.14,1.14,0,0,1,.85-.57A8.84,8.84,0,0,1,396.12,101.94Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M388.48,99c0-.36-.05-.71-.08-1.07a1.36,1.36,0,0,1,1.21-.68,6.59,6.59,0,0,1,1.83.12.57.57,0,0,1,.3.21c.1.14,0,.38-.24.51a11.24,11.24,0,0,0-1.26.74,1.76,1.76,0,0,1-1.41.26Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M1288.33,98.25l0-.83a2.33,2.33,0,0,1,.36-.08,11.13,11.13,0,0,1,3.31,0c.27.16.4.32.32.47a.49.49,0,0,1-.26.25,2.55,2.55,0,0,1-.72.14C1290.31,98.24,1289.32,98.24,1288.33,98.25Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M1250.65,108.89a5.81,5.81,0,0,0,1.61-.86l.76.1a.77.77,0,0,1,.6.39c.12.22-.38.64-.78.69a2.47,2.47,0,0,1-.38.05c-.38,0-.76,0-1.14,0A1,1,0,0,1,1250.65,108.89Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M393.21,103.22a5.73,5.73,0,0,0,1.83.28c.38,0,.75,0,1.12,0,0,.24.06.48.11.72.09.5-.64,1.06-1.32.78a3.31,3.31,0,0,0-1.74-.42Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M1260.38,91.6a1.48,1.48,0,0,1,.25-.25,1.1,1.1,0,0,1,1.38.19,1.26,1.26,0,0,1,.09,1.09.45.45,0,0,1-.61.32,1.77,1.77,0,0,1-1.1-1A1,1,0,0,1,1260.38,91.6Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M456.76,86.76a5.85,5.85,0,0,1,.63-.38,1.37,1.37,0,0,1,1.07,0,5.8,5.8,0,0,1,.66.33.91.91,0,0,1-.79.58,2.49,2.49,0,0,1-1.05-.06A.8.8,0,0,1,456.76,86.76Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M1159.8,130.81a.48.48,0,0,1-.51-.38,1,1,0,0,1,.59-1.2.56.56,0,0,1,.68.22.62.62,0,0,1,.1.67,1.49,1.49,0,0,1-.52.54A1.75,1.75,0,0,1,1159.8,130.81Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M446,86.65c-.61,0-1.22,0-1.82,0a2.94,2.94,0,0,1-2-.86,12.77,12.77,0,0,0,2.89.35C445.45,86.15,445.54,86.2,446,86.65Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M482.32,85.14a.73.73,0,0,1,.66.26.44.44,0,0,1-.12.62.71.71,0,0,1-.67.19.67.67,0,0,1-.54-.43.4.4,0,0,1,.3-.57A2.2,2.2,0,0,1,482.32,85.14Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M1259.43,77.65a1.55,1.55,0,0,1,.66-.86.63.63,0,0,1,.91.26.76.76,0,0,1-.54,1.1,1,1,0,0,1-.7,0C1259.48,78,1259.38,77.84,1259.43,77.65Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M1192.56,127.2a9,9,0,0,1-.88-.59,5.07,5.07,0,0,0-1.57-.8,1.11,1.11,0,0,1,2,0C1192.29,126.24,1192.42,126.72,1192.56,127.2Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M431.28,88.14c.35,0,.6,0,.84.09a.78.78,0,0,1,.58.41.82.82,0,0,1-.51.45,3.09,3.09,0,0,1-1.83,0,.67.67,0,0,1-.27-.24.33.33,0,0,1,.19-.54A3.85,3.85,0,0,1,431.28,88.14Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M1069.41,145.5a1.74,1.74,0,0,1,1.6-.54,1.77,1.77,0,0,1,1.22.65,3,3,0,0,1,.2.29l-.33-.08A6,6,0,0,0,1069.41,145.5Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M1168.44,128.41a9.52,9.52,0,0,1-1.52,2,.69.69,0,0,1-.43-.56c0-.36.13-.62.58-.82.23-.1.46-.19.69-.3Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M823,167.21l.85-.83a1.73,1.73,0,0,1,.91.59c.42.43.38.87-.29,1.06a1,1,0,0,1-.72-.05C823.36,167.83,823.28,167.74,823,167.21Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M439.1,96.63c-.34-.06-.69-.11-1-.19a1.57,1.57,0,0,1-.84-.59,5.25,5.25,0,0,1-.38-.58,1.19,1.19,0,0,1,.59.3,2.9,2.9,0,0,0,1.17.63A.9.9,0,0,1,439.1,96.63Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M1956.33,157c.15-.34.16-.79.58-.92s.68.25,1,.49a1.14,1.14,0,0,1-1.21.54A1.93,1.93,0,0,1,1956.33,157Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M1287.68,77.34a1.62,1.62,0,0,1-.89-.52c-.23-.25-.44-.53-.66-.79a.45.45,0,0,1,.34-.52.6.6,0,0,1,.6.21.81.81,0,0,1,.19.29A6.06,6.06,0,0,1,1287.68,77.34Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M1267.2,76.87c0-.3.11-.5.4-.51a.38.38,0,0,1,.41.48.41.41,0,0,1-.2.28A.4.4,0,0,1,1267.2,76.87Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M836.71,154.08a1.31,1.31,0,0,1,.95.28c.22.18.2.38-.1.54a1.55,1.55,0,0,1-1.71-.1c-.21-.19-.2-.36.1-.54A1.64,1.64,0,0,1,836.71,154.08Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M1256.55,72.27a5.34,5.34,0,0,0,1.06-1,1,1,0,0,1,.64,1.1.69.69,0,0,1-.32.59.88.88,0,0,1-1-.13A1.47,1.47,0,0,1,1256.55,72.27Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M439.18,103.43l.88-.75a.57.57,0,0,1,.35.61.82.82,0,0,1-.09.35.59.59,0,0,1-.95.11A1.42,1.42,0,0,1,439.18,103.43Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M440.63,85.69c-.07.08-.14.18-.22.26a2.06,2.06,0,0,1-1.17.64c-.22,0-.45.06-.68.08a.93.93,0,0,1,.47-.45C439.56,86,440.1,85.86,440.63,85.69Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M1143.22,131.29a1.36,1.36,0,0,1,1.06-.13c.25.07.47.23.44.46s-.27.39-.54.41a.91.91,0,0,1-.68-.19.59.59,0,0,1-.21-.64Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M1097.06,141l0,.93c-.58.2-.65.21-1,.13s-.47-.2-.49-.44.19-.4.42-.47a1.89,1.89,0,0,1,.34-.09Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M1190.68,128.92a11,11,0,0,1,2.22-.12.79.79,0,0,1-.55.39,3.09,3.09,0,0,1-1,0A1,1,0,0,1,1190.68,128.92Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M1927.71,156.42c-.35,0-.73,0-1-.33.21-.38.6-.33.93-.41C1927.8,156,1927.82,156.42,1927.71,156.42Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M436.18,94.81a7.18,7.18,0,0,1-.87,1c0-.22,0-.44,0-.66a.61.61,0,0,1,.28-.54A.39.39,0,0,1,436.18,94.81Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M1285.58,93.07a.42.42,0,0,1-.22-.57c0-.08.17-.13.26-.2a.37.37,0,0,1,.21.55C1285.79,92.94,1285.67,93,1285.58,93.07Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M1290.2,74.74a.42.42,0,0,1,.58-.22c.09,0,.15.17.22.25a.42.42,0,0,1-.58.22C1290.33,74.94,1290.27,74.82,1290.2,74.74Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M442.3,85.82l-1.75-.07a.8.8,0,0,1,.53-.5,1,1,0,0,1,.73,0A.76.76,0,0,1,442.3,85.82Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M1190.06,125.88a1.31,1.31,0,0,1-.63.62A.79.79,0,0,1,1190.06,125.88Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M1168.53,131.05l.92-.64a1.83,1.83,0,0,1-.16.26C1169.06,131,1169,131,1168.53,131.05Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M1166.91,130.38l.82.66c-.44-.08-.5-.11-.7-.4A2.06,2.06,0,0,1,1166.91,130.38Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M1281.41,97.57c-.22.58-.42.53-.78.59A1,1,0,0,1,1281.41,97.57Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M1189.76,128.16a3.14,3.14,0,0,1,1,.78.74.74,0,0,1-.6-.23C1190,128.54,1189.89,128.34,1189.76,128.16Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M1170.17,128.78l-.86-.6A.77.77,0,0,1,1170.17,128.78Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M1271.06,113.47a5,5,0,0,1-1.19-.8A3,3,0,0,1,1271.06,113.47Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M427.76,88.57c.08-.07.17-.18.24-.18s.13.15.19.23-.17.18-.24.17S427.82,88.65,427.76,88.57Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M1287.27,112.49l.15.15-.22-.13S1287.27,112.49,1287.27,112.49Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M1187.73,127.43a4,4,0,0,1,0,.49c-.24.06-.47,0-.47-.25S1187.49,127.36,1187.73,127.43Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M1725.76,115.77l-.62-.75C1725.51,115.13,1725.8,115.31,1725.76,115.77Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M435.31,95.84a2.27,2.27,0,0,1-.64.74A1.08,1.08,0,0,1,435.31,95.84Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M1261.53,124.59c.08-.06.17-.18.24-.17s.13.14.19.22-.16.17-.24.16S1261.6,124.66,1261.53,124.59Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M1282.91,120.39Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M818.35,167.14a.76.76,0,0,1,.64.28,1.16,1.16,0,0,1-.24,1.62,1.11,1.11,0,0,1-1.3-.39,1.25,1.25,0,0,1-.12-.34.83.83,0,0,1,.65-1.11A2.38,2.38,0,0,1,818.35,167.14Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M800.67,168a1.67,1.67,0,0,1-1-.32.62.62,0,0,1-.26-.66.73.73,0,0,1,.36-.6,2,2,0,0,1,1.8-.11,1.4,1.4,0,0,1,.56.47c.15.2-.09.87-.34,1a3.62,3.62,0,0,1-.7.24A.91.91,0,0,1,800.67,168Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M378.94,100.35c-.25,0-.5,0-.76,0a3.27,3.27,0,0,1-1.77-.52c.38,0,.76,0,1.13,0A2.47,2.47,0,0,1,378.94,100.35Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M1068.58,145.52c-.12,0-.25,0-.37,0a.8.8,0,0,1-.65-.28,1.25,1.25,0,0,1-.12-.34A2.34,2.34,0,0,1,1068.58,145.52Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M430.06,103.65a1.78,1.78,0,0,1,.67,1.48c0,.23,0,.45,0,.68a1.49,1.49,0,0,1-.65-1.14C430,104.33,430.05,104,430.06,103.65Z\" transform=\"translate(0)\"/><path class=\"cls-1\" d=\"M1279.92,92.71c-.17.16-.33.32-.51.46a.41.41,0,0,1-.58,0s0-.19.1-.23a.64.64,0,0,1,.31-.11l.68-.12Z\" transform=\"translate(0)\"/></svg></li><li title=\"paint drip bottom \"><svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 500 78.26\"><defs><style>.cls-1{fill:inherit;}</style></defs><path class=\"cls-1\" d=\"M0,181.36c35.21,0,8.49-59.62,32.49-59.62S34.91,174,54.08,174s2.41-44.68,22.79-44.68,1.29,63.8,23.63,64c16.67.15,5.8-58.86,26.33-58.86,23.25,0,.6,36.83,21.43,36.83s9.82-48.91,27.32-48.91-9.2,56.75,17.51,56.75-2.86-51.47,23.1-51.47.9,33.25,23.39,33.25c17.59,0,11.25-16.34,24.23-16.34,22.27,0-.07,45.43,23.62,45.43S283.84,130,309.8,130s1.95,49.66,22,49.66,4.92-41.21,22.62-41.21c22,0-1.28,48.76,21.85,48.76,23.8,0-.88-54.29,27.13-54.29,23.54,0,3.95,53.44,27.38,53.67,28,.29.77-58.35,27.64-58.35s7.66,62.66,29.64,62.66c11.19,0,11.91-14.11,11.91-14.11V200H0Z\" transform=\"translate(0 -121.74)\"/></svg></li><li title=\"paint drip top \"><svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 500 78.26\"><defs><style>.cls-1{fill:inherit;}</style></defs><path class=\"cls-1\" d=\"M500,18.64c-35.21,0-8.49,59.62-32.49,59.62S465.09,26,445.92,26s-2.41,44.68-22.79,44.68-1.29-63.8-23.63-64c-16.67-.15-5.8,58.86-26.33,58.86-23.25,0-.6-36.83-21.43-36.83s-9.82,48.91-27.32,48.91,9.2-56.75-17.51-56.75,2.86,51.47-23.1,51.47-.9-33.25-23.39-33.25c-17.59,0-11.25,16.34-24.23,16.34-22.27,0,.07-45.43-23.62-45.43S216.16,70,190.2,70s-1.95-49.66-22-49.66-4.92,41.21-22.62,41.21c-22,0,1.28-48.76-21.85-48.76C99.9,12.75,124.58,67,96.57,67,73,67,92.62,13.6,69.19,13.37c-28-.29-.77,58.35-27.64,58.35S33.89,9.06,11.91,9.06C.72,9.06,0,23.17,0,23.17V0H500Z\"/></svg></li><li title=\"paintbrush bottom \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 283.5 27.8\" preserveAspectRatio=\"none\">\n\t<path\n\t\td=\"M283.5,9.7c0,0-7.3,4.3-14,4.6c-6.8,0.3-12.6,0-20.9-1.5c-11.3-2-33.1-10.1-44.7-5.7  s-12.1,4.6-18,7.4c-6.6,3.2-20,9.6-36.6,9.3C131.6,23.5,99.5,7.2,86.3,8c-1.4,0.1-6.6,0.8-10.5,2c-3.8,1.2-9.4,3.8-17,4.7 c-3.2,0.4-8.3,1.1-14.2,0.9c-1.5-0.1-6.3-0.4-12-1.6c-5.7-1.2-11-3.1-15.8-3.7C6.5,9.2,0,10.8,0,10.8V0h283.5V9.7z M260.8,11.3  c-0.7-1-2-0.4-4.3-0.4c-2.3,0-6.1-1.2-5.8-1.1c0.3,0.1,3.1,1.5,6,1.9C259.7,12.2,261.4,12.3,260.8,11.3z M242.4,8.6 c0,0-2.4-0.2-5.6-0.9c-3.2-0.8-10.3-2.8-15.1-3.5c-8.2-1.1-15.8,0-15.1,0.1c0.8,0.1,9.6-0.6,17.6,1.1c3.3,0.7,9.3,2.2,12.4,2.7  C239.9,8.7,242.4,8.6,242.4,8.6z M185.2,8.5c1.7-0.7-13.3,4.7-18.5,6.1c-2.1,0.6-6.2,1.6-10,2c-3.9,0.4-8.9,0.4-8.8,0.5 c0,0.2,5.8,0.8,11.2,0c5.4-0.8,5.2-1.1,7.6-1.6C170.5,14.7,183.5,9.2,185.2,8.5z M199.1,6.9c0.2,0-0.8-0.4-4.8,1.1  c-4,1.5-6.7,3.5-6.9,3.7c-0.2,0.1,3.5-1.8,6.6-3C197,7.5,199,6.9,199.1,6.9z M283,6c-0.1,0.1-1.9,1.1-4.8,2.5s-6.9,2.8-6.7,2.7  c0.2,0,3.5-0.6,7.4-2.5C282.8,6.8,283.1,5.9,283,6z M31.3,11.6c0.1-0.2-1.9-0.2-4.5-1.2s-5.4-1.6-7.8-2C15,7.6,7.3,8.5,7.7,8.6  C8,8.7,15.9,8.3,20.2,9.3c2.2,0.5,2.4,0.5,5.7,1.6S31.2,11.9,31.3,11.6z M73,9.2c0.4-0.1,3.5-1.6,8.4-2.6c4.9-1.1,8.9-0.5,8.9-0.8 c0-0.3-1-0.9-6.2-0.3S72.6,9.3,73,9.2z M71.6,6.7C71.8,6.8,75,5.4,77.3,5c2.3-0.3,1.9-0.5,1.9-0.6c0-0.1-1.1-0.2-2.7,0.2  C74.8,5.1,71.4,6.6,71.6,6.7z M93.6,4.4c0.1,0.2,3.5,0.8,5.6,1.8c2.1,1,1.8,0.6,1.9,0.5c0.1-0.1-0.8-0.8-2.4-1.3  C97.1,4.8,93.5,4.2,93.6,4.4z M65.4,11.1c-0.1,0.3,0.3,0.5,1.9-0.2s2.6-1.3,2.2-1.2s-0.9,0.4-2.5,0.8C65.3,10.9,65.5,10.8,65.4,11.1 z M34.5,12.4c-0.2,0,2.1,0.8,3.3,0.9c1.2,0.1,2,0.1,2-0.2c0-0.3-0.1-0.5-1.6-0.4C36.6,12.8,34.7,12.4,34.5,12.4z M152.2,21.1  c-0.1,0.1-2.4-0.3-7.5-0.3c-5,0-13.6-2.4-17.2-3.5c-3.6-1.1,10,3.9,16.5,4.1C150.5,21.6,152.3,21,152.2,21.1z\">\n\t</path>\n\t<path d=\"M269.6,18c-0.1-0.1-4.6,0.3-7.2,0c-7.3-0.7-17-3.2-16.6-2.9c0.4,0.3,13.7,3.1,17,3.3  C267.7,18.8,269.7,18,269.6,18z\"></path>\n\t<path d=\"M227.4,9.8c-0.2-0.1-4.5-1-9.5-1.2c-5-0.2-12.7,0.6-12.3,0.5c0.3-0.1,5.9-1.8,13.3-1.2  S227.6,9.9,227.4,9.8z\"></path>\n\t<path d=\"M204.5,13.4c-0.1-0.1,2-1,3.2-1.1c1.2-0.1,2,0,2,0.3c0,0.3-0.1,0.5-1.6,0.4 C206.4,12.9,204.6,13.5,204.5,13.4z\"></path>\n\t<path d=\"M201,10.6c0-0.1-4.4,1.2-6.3,2.2c-1.9,0.9-6.2,3.1-6.1,3.1c0.1,0.1,4.2-1.6,6.3-2.6 S201,10.7,201,10.6z\"></path>\n\t<path d=\"M154.5,26.7c-0.1-0.1-4.6,0.3-7.2,0c-7.3-0.7-17-3.2-16.6-2.9c0.4,0.3,13.7,3.1,17,3.3  C152.6,27.5,154.6,26.8,154.5,26.7z\"></path>\n\t<path d=\"M41.9,19.3c0,0,1.2-0.3,2.9-0.1c1.7,0.2,5.8,0.9,8.2,0.7c4.2-0.4,7.4-2.7,7-2.6 c-0.4,0-4.3,2.2-8.6,1.9c-1.8-0.1-5.1-0.5-6.7-0.4S41.9,19.3,41.9,19.3z\"></path>\n\t<path d=\"M75.5,12.6c0.2,0.1,2-0.8,4.3-1.1c2.3-0.2,2.1-0.3,2.1-0.5c0-0.1-1.8-0.4-3.4,0 C76.9,11.5,75.3,12.5,75.5,12.6z\"></path>\n\t<path d=\"M15.6,13.2c0-0.1,4.3,0,6.7,0.5c2.4,0.5,5,1.9,5,2c0,0.1-2.7-0.8-5.1-1.4 C19.9,13.7,15.7,13.3,15.6,13.2z\"> </path>\n</svg>\n</li><li title=\"paper \"><svg class=\"section-divider\" viewBox=\"0 0 1920 60\" aria-hidden=\"true\"><path fill=\"var(--bs-body-bg)\" d=\"M0,80.75H1920V45.833H1742.083a80.491,80.491,0,0,1,12.863-1.55c5.2-.26,17.24-.3,24.153-.24,26.69.222,54.377,1.094,79.341.96,19.287-.1,37.1-.372,53.573-.788L1920,44V34.078l-6.614.216-9.221.256c-6.252.147-12.7.249-19.265.32-13.132.14-26.739.15-40.206.125-26.935-.052-53.313-.247-74.22.168-14.367-1.4-32.582-.756-48.293-1.92-10.145.509-20.876.936-24.149,2.4-16.09-.266-37.611,2.532-50.019.479V34.684c-10.959-2.291-33.371-1.869-48.292-3.84-15.861-.512-26.214,1.347-39.671,1.92-7.032.178-5.941-.773-13.8-.481-40.751-.071-41.131,5.477-62.087,8.16-4.569-5.691-47.085-5.126-77.622-5.04-2.333-4.154-22.643-5.808-50.015-6.479-4.677-2.069-17.763-2.969-22.423-5.04-4.7-.175-3.474.477-6.9.479-11.485-2.964-40.092-2.449-63.813-3.36-23.312.6-29.4,3.589-55.195,3.841-8.3-3.783-56.5-4.561-84.513-3.361-.316-1.857-5.682-3.862-20.7-4.8-2.193-.137-6.78.122-10.352,0-16.331-.564-22.974-3.145-39.671-1.441-22.812-1.938-73.831-3.919-98.311-.719-4.315-2.2-15.369-3.462-20.7-5.521-23.122-.714-41.26-2.815-65.54-2.64-13.5,1-29.918,1.6-39.671,3.12.27,1.317-1.305,2.38-6.9,2.88-35.562-1.333-83.117-2.545-93.139,2.88-14.338-.314-8.341,2.2-22.423,1.92-5.17-.16-2.615-1.4-6.9-1.68-36.327-1.894-80.653-1.762-100.041,2.161-12.433-1.631-21.648-3.708-36.221-5.04-13.359.1-36.33-.325-48.293-1.2-32.483.6-42.463,4.331-53.471,7.92-25.227-.147-43.752,2.274-58.641,4.321-11.966-1.189-27.56-.426-39.67-1.441-19.514,1.284-40.772,2.328-53.468,4.561C301.584,31.04,294,33.888,283.7,37.8c-15.047-.774-19.865-3.5-36.221-4.321-10.453-.522-37.12-1.01-48.3-.959-10.184.046-17.188,1.062-27.595.719-18.244,2.022-31.516,4.736-46.57,7.2-3.726,2.091-9.8,3.854-17.5,5.39H4.061c-.734-1.281-1.512-2.592-2.344-3.949-.546-.09-1.13-.175-1.717-.26Z\"/></svg>\n</li><li title=\"pyramid bottom \"><svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 500 71\"><defs><style>.cls-1{fill:inherit;}</style></defs><polygon class=\"cls-1\" points=\"0 11.01 95.5 55.77 152.5 29.06 236 68.19 381.5 0 500 55.53 500 71 0 71 0 11.01\"/></svg></li><li title=\"pyramid top \"><svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 500 71\"><defs><style>.cls-1{fill:inherit;}</style></defs><polygon class=\"cls-1\" points=\"500 59.99 404.5 15.23 347.5 41.94 264 2.81 118.5 71 0 15.46 0 0 500 0 500 59.99\"/></svg></li><li title=\"rough edges bottom \"><svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 500 41\"><defs><style>.cls-1{fill:inherit;}</style></defs><path class=\"cls-1\" d=\"M0,185l125-26,33,17,58-12s54,19,55,19,50-11,50-11l56,6,60-8,63,15v15H0Z\" transform=\"translate(0 -159)\"/></svg></li><li title=\"rough edges top \"><svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 500 41\"><defs><style>.cls-1{fill:inherit;}</style></defs><path class=\"cls-1\" d=\"M500,15,375,41,342,24,284,36s-54-19-55-19-50,11-50,11l-56-6L63,30,0,15V0H500Z\"/></svg></li><li title=\"sharp paper bottom \"><svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 500.37 33.72\"><defs><style>.cls-1{fill:inherit;}.cls-2{opacity:0.5;}</style></defs><path class=\"cls-1\" d=\"M500,200V176.26l-1.71,2.4a6.49,6.49,0,0,0-4.81,1.39,3.14,3.14,0,0,1-1.91.21c-1.84-.43-3.62-1-5.42-1.45-.37-.1-.75-.16-1.11-.23a1.7,1.7,0,0,1-.06-.5c-.08-.6-.15-1.21-.22-1.81a8.66,8.66,0,0,0-1.94.87c-1.61,1.27-3.41.68-5.21.35-.44-.08-1-.36-1.29-.26-3.13,1.18-6.52.34-9.76.62-1.51.12-3.31-.5-4.45.76-.12.12-.91,0-1.39,0-4.78.06-9.55.06-14.33.06-2.33.06-4.66,1.5-5.19,3.1a1.56,1.56,0,0,1-.92,1c-1.56.43-3.2.7-4.81,1-.2,0-.41,0-.61.1-1,.23-2.19.85-2.85.65a16.75,16.75,0,0,1-3.38-1.9c-.87-.5-1.82-.94-2.76-1.38-.21-.09-.67-.06-.73-.18-1.08-1.82-3.42-1.48-5.56-1.48a11.55,11.55,0,0,1-6.47-1.72c-.35-.23-.4-.67-.76-.89a21.31,21.31,0,0,0-2.35-1l-.19,1.85h-2l-.57-2c-1.51.19-2.71.36-3.93.49-2.2.24-4.63-.53-6.63.71a3.22,3.22,0,0,1-1.63,0,34.69,34.69,0,0,1-4.51-.93,7.16,7.16,0,0,0-5.67,0,3.58,3.58,0,0,1-2,0,22.89,22.89,0,0,1-2.94-1.07l-.12-1.15c-1.42,0-2.9-.8-4,.53-.17.21-1.28.11-2.11.11l1.5-3-.79-.32c-.69.47-1.4,1-2.07,1.48-1.42,1-2.65,2.26-5.3,2a7.05,7.05,0,0,0-2.39.59c-2.48.79-4.29,0-4.95-2l-4.73.63-.12,1.53c-1.89.31-4.1-.63-5.61,1.14l-3.8-3.85c-.63.54-1.1.92-1.53,1.31a6.7,6.7,0,0,1-5.78,1.42,1.11,1.11,0,0,1-.61-.26c-1.16-1.88-3.69-1.23-5.74-1.38a2.81,2.81,0,0,0-1.15.36l-8.41-.7,2.49-.81c-2.16-.79-4.63-.77-5.73.41-.77.82-1.49.72-2.46.72H313.6c-1.67,0-2.42.72-2.6,2.51-1.86-.72-3.31,2-5.22.2-2.09,1-4.11,2-6.21,3a2.76,2.76,0,0,1-1.61,0c-1.19-.47-2.26-1.06-3.4-1.59a4.74,4.74,0,0,0-1.19,0l1.51,3c-3.71.59-4.51.24-5-2.24l-3.26.13,1.08,1.34-2.18.45,1.85,2a6.84,6.84,0,0,1-1.42.2c-2-.11-3.67.12-4.76,1.4a2.68,2.68,0,0,1-1.26,0c-.41-.09-.78-.46-1.11-.46-2.72.27-4.4-.83-6.14-1.94A15.39,15.39,0,0,0,270,181l.26,2.85-4.9-1.46c-.67,1.17-2,1.63-4.18,1.52s-4.3.07-6.44,0a18.27,18.27,0,0,1-2.42-.62c-1.1-.21-2.24-.31-3.84-.52l.89,2.81c-.34.78-1.77.78-3.34.78a3.25,3.25,0,0,0-2.64.65c-.32.26-1.89,0-3.54,0,1.24-.92,2.12-1.55,2.94-2.21a6.34,6.34,0,0,0,.84-.95c-.78,0-2-.14-2.28.14-2.12,1.89-4.74,2.49-8.29,2.4-1.74,0-3.56,1.15-5.3,1.83a12.9,12.9,0,0,0-1.72,1v1.28c-2.39.78-4.53,1.43-6.53,2.14-1.39.49-5.39.2-6.39-.52-.67.32-1.13,1.37-2.21.12-.39-.45-2.25-.1-2.59-1.12a5,5,0,0,0-2,.2c-1.16,1.06-2.5.54-3.82.4a11.72,11.72,0,0,1-1.66-.27l-7-.52-.17-1.51c-.49.12-.88.18-1.23.29a6.83,6.83,0,0,1-1.6.53c-2.75.13-2.75.1-3.89,1.73-1.21-1-2.37-1-4-.21l-.18.08a2.07,2.07,0,0,1-2.65-1.27c-.38-.88-.92-1.24-2.71-1l.69,3.1-2.62.11c-1-1.86-1.68-1.9-4.2-1a48.73,48.73,0,0,1-5.94,1.28l-.54-1.75a17.33,17.33,0,0,0-1.91.1,9,9,0,0,0-1.52.49c.23-.58-1.45-.9-.34-1.71.6-.44.51-1.3.83-2.25l-2.4-1.26-.14.19-2.16-2.38a5.4,5.4,0,0,1-5.33.29c-1.53-.68-2.66.64-4,1-1.62.45-3.11,1.13-4.41,1.61-2.75-2.23-5.69-.68-8.2-1.21l-.19.33,1.32,1-.13.4c-2.65-.46-5.41.78-8-.65a3.2,3.2,0,0,0-1.71-.08c-.85,1.37-2.48.47-3.78.74l-.57-1.49c-3,1.11-4.09.78-4.75-1.32-.1-.32-.63-.6-.85-.79l1-1.93-.66-.44a21.3,21.3,0,0,0-4.36,1.53,4.94,4.94,0,0,1-6.21-.15c-.21-.16-.22-.44-.32-.65l-.7.26c-.15.46-.11,1.08-.48,1.47a2,2,0,0,1-1.63.41,45.29,45.29,0,0,1-6.27-.37,38.09,38.09,0,0,1-5.78-2c.25-.27.68-.72,1.06-1.18.15-.18.34-.43.26-.59a1.12,1.12,0,0,0-.77-.31,2.42,2.42,0,0,0-1.19.14c-1.81,1.47-2.84.45-4-.56l2.3-.57c-1.3-1.69-3.86-1.79-6.45-2.59l.76-2.7h.55L82,173c-1.44,1.07-4.17,1-6,.16a13.44,13.44,0,0,0-3.39-.46,12.47,12.47,0,0,1-.12-1.38c-2.7-.57-5.69.71-8.28-.85l-.46,1.4c-1.07-.18-2.88-.66-3.07-.47a3,3,0,0,1-2.79.63,29.54,29.54,0,0,1-5-1c-1.32-.46-1.21-.61-2.1.22a4.22,4.22,0,0,0-4.92-.12c-1-.47-2-1-3-1.38a1.8,1.8,0,0,0-1-.13c-1.63,1.27-3.39.12-5.06.18a40.2,40.2,0,0,0-5.11.69c-2.21.37-3.51-1-5.39-1.2A10.77,10.77,0,0,0,24.3,169a30.33,30.33,0,0,1-3.79.54c-2.12-.08-4.36.4-6.36-.61a2.07,2.07,0,0,0-1.39,0c-3,1.4-6.47.26-9.67.61-.7.07-1.7-1.31-2.7-2.13A6.28,6.28,0,0,0,0,168.57V200H500Z\" transform=\"translate(0 -166.28)\"/><g class=\"cls-2\"><path class=\"cls-1\" d=\"M500.37,198.89V175.15l-1.71,2.4a6.5,6.5,0,0,0-4.81,1.39,3.13,3.13,0,0,1-1.91.21c-1.84-.44-3.62-1-5.42-1.45-.37-.1-.75-.16-1.11-.23a1.7,1.7,0,0,1-.06-.5c-.08-.6-.15-1.21-.22-1.81a9.57,9.57,0,0,0-1.94.86c-1.61,1.27-3.41.68-5.21.36-.44-.08-1-.37-1.29-.26-3.13,1.17-6.52.34-9.76.61-1.51.13-3.32-.49-4.46.77-.12.12-.91,0-1.39,0-4.78.06-9.55.06-14.33.06-2.33.06-4.66,1.5-5.19,3.1a1.54,1.54,0,0,1-.92,1c-1.56.42-3.2.7-4.81,1-.2,0-.41,0-.61.09-1,.24-2.19.86-2.85.65a16.77,16.77,0,0,1-3.38-1.89c-.87-.5-1.82-.94-2.76-1.39-.21-.09-.67-.06-.73-.17-1.08-1.82-3.42-1.48-5.56-1.48a11.57,11.57,0,0,1-6.47-1.72c-.35-.23-.4-.67-.76-.89a21.31,21.31,0,0,0-2.35-1l-.19,1.84h-2l-.57-2c-1.51.19-2.71.36-3.93.49-2.2.24-4.63-.54-6.63.71a3.22,3.22,0,0,1-1.63,0,35.19,35.19,0,0,1-4.52-.93,7.16,7.16,0,0,0-5.67,0,3.58,3.58,0,0,1-2,0,25.89,25.89,0,0,1-2.94-1.08l-.12-1.14c-1.42,0-2.9-.81-4,.52-.17.22-1.28.12-2.11.12l1.5-3-.79-.32c-.69.46-1.4,1-2.07,1.48-1.42,1-2.65,2.26-5.3,2a6.88,6.88,0,0,0-2.39.59c-2.48.79-4.29,0-4.95-2l-4.73.63-.12,1.53c-1.89.3-4.1-.63-5.61,1.14l-3.8-3.85c-.63.54-1.1.91-1.53,1.31a6.72,6.72,0,0,1-5.78,1.42,1.19,1.19,0,0,1-.61-.26c-1.16-1.88-3.69-1.23-5.74-1.38a2.81,2.81,0,0,0-1.15.36l-8.41-.7,2.49-.81c-2.16-.79-4.64-.77-5.74.4-.77.83-1.49.73-2.46.73h-2.92c-1.67,0-2.42.72-2.6,2.51-1.86-.72-3.31,2-5.22.2-2.09,1-4.11,2-6.21,3a2.76,2.76,0,0,1-1.61,0c-1.19-.47-2.26-1.07-3.4-1.59a4.74,4.74,0,0,0-1.19,0l1.51,3c-3.71.59-4.51.23-5-2.24l-3.26.13,1.08,1.34-2.18.45,1.85,2a7.48,7.48,0,0,1-1.42.2c-2-.11-3.67.12-4.76,1.4a2.68,2.68,0,0,1-1.26,0c-.41-.09-.78-.46-1.11-.46-2.72.27-4.4-.83-6.14-1.95a16.25,16.25,0,0,0-2.65-.91l.26,2.85-4.9-1.46c-.67,1.17-2,1.62-4.18,1.51s-4.3.07-6.44,0a15.92,15.92,0,0,1-2.42-.62c-1.1-.2-2.24-.3-3.85-.51l.89,2.81c-.34.78-1.77.78-3.34.78a3.26,3.26,0,0,0-2.64.65c-.32.26-1.89,0-3.54,0,1.24-.92,2.12-1.55,2.94-2.21a5.4,5.4,0,0,0,.84-.95c-.78,0-2-.14-2.28.13-2.12,1.9-4.74,2.5-8.29,2.41-1.74,0-3.56,1.15-5.3,1.83a13.57,13.57,0,0,0-1.72,1v1.28c-2.39.78-4.53,1.43-6.53,2.14-1.39.49-5.39.19-6.39-.53-.67.33-1.13,1.37-2.21.13-.39-.45-2.25-.11-2.59-1.12a4.85,4.85,0,0,0-2,.2c-1.16,1.06-2.5.54-3.82.4a12,12,0,0,1-1.66-.28l-7-.51-.17-1.52c-.49.13-.88.19-1.23.3a6.83,6.83,0,0,1-1.6.53c-2.75.13-2.75.1-3.89,1.73-1.21-1-2.37-1-4-.21a.75.75,0,0,1-.18.07,2.06,2.06,0,0,1-2.65-1.26c-.38-.88-.92-1.24-2.72-1l.69,3.1-2.62.1c-1-1.85-1.68-1.89-4.2-1a47.93,47.93,0,0,1-5.94,1.28l-.54-1.75a15.38,15.38,0,0,0-1.91.1,9.28,9.28,0,0,0-1.52.49c.23-.58-1.45-.9-.34-1.72.6-.43.51-1.29.83-2.24l-2.4-1.27-.14.2-2.16-2.38a5.4,5.4,0,0,1-5.33.29c-1.53-.68-2.66.64-4,1-1.62.45-3.11,1.13-4.41,1.6-2.75-2.22-5.69-.68-8.2-1.2l-.19.33,1.32.95-.13.4c-2.65-.47-5.41.78-8-.65a3.2,3.2,0,0,0-1.71-.08c-.85,1.37-2.48.47-3.78.74l-.57-1.49c-3,1.11-4.09.78-4.75-1.32-.1-.32-.63-.6-.85-.79l1-1.93-.66-.45a21.34,21.34,0,0,0-4.36,1.54,4.94,4.94,0,0,1-6.22-.16c-.21-.15-.22-.43-.32-.65l-.7.27c-.15.45-.11,1.07-.48,1.47a2,2,0,0,1-1.63.41,45.39,45.39,0,0,1-6.27-.37,38.87,38.87,0,0,1-5.78-2c.25-.27.68-.72,1.06-1.19.15-.17.34-.42.26-.59a1.14,1.14,0,0,0-.77-.3,2.31,2.31,0,0,0-1.19.14c-1.81,1.46-2.84.45-4-.57l2.3-.56c-1.3-1.69-3.86-1.79-6.45-2.59l.76-2.7H84l-1.71-1c-1.44,1.08-4.17,1-6,.17a13.32,13.32,0,0,0-3.39-.46,12.69,12.69,0,0,1-.12-1.38c-2.7-.57-5.69.71-8.28-.85l-.46,1.4c-1.07-.19-2.88-.66-3.07-.47a3,3,0,0,1-2.79.63,28.62,28.62,0,0,1-5-1c-1.32-.45-1.21-.6-2.1.23a4.22,4.22,0,0,0-4.92-.12c-1-.47-2-.95-3-1.38a1.8,1.8,0,0,0-1-.14c-1.63,1.28-3.39.13-5.06.19a40.6,40.6,0,0,0-5.12.69c-2.21.37-3.51-1-5.39-1.2a9.85,9.85,0,0,0-1.95-.27,28.33,28.33,0,0,1-3.79.53c-2.12-.07-4.36.41-6.36-.61a2.2,2.2,0,0,0-1.39,0c-3,1.4-6.47.27-9.67.61-.7.07-1.7-1.31-2.7-2.12a6,6,0,0,0-.39,1.18v31.43H500.37Z\" transform=\"translate(0 -166.28)\"/></g></svg></li><li title=\"sharp paper top \"><svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 500.37 33.72\"><defs><style>.cls-1{fill:inherit;}.cls-2{opacity:0.5;}</style></defs><path class=\"cls-1\" d=\"M.37.28V24l1.71-2.4a6.48,6.48,0,0,0,4.81-1.39A3.14,3.14,0,0,1,8.8,20c1.84.44,3.62,1,5.42,1.45.37.1.75.16,1.11.23a1.7,1.7,0,0,1,.06.5c.08.6.15,1.21.22,1.81a9.1,9.1,0,0,0,1.94-.86c1.61-1.27,3.41-.68,5.21-.36.44.08,1,.37,1.29.26,3.13-1.17,6.52-.34,9.76-.62,1.51-.12,3.32.5,4.46-.76.12-.12.91,0,1.39,0,4.78-.06,9.55-.06,14.33-.06,2.33-.06,4.66-1.5,5.19-3.1a1.54,1.54,0,0,1,.92-1c1.56-.42,3.2-.7,4.81-1,.2,0,.41,0,.61-.09,1-.24,2.19-.86,2.85-.65a16.43,16.43,0,0,1,3.37,1.89c.87.5,1.82.94,2.76,1.38.21.1.67.07.73.18,1.08,1.82,3.42,1.48,5.56,1.48a11.53,11.53,0,0,1,6.47,1.72c.35.23.4.67.76.89a22.16,22.16,0,0,0,2.35,1l.19-1.84h2l.57,2c1.51-.19,2.71-.36,3.93-.49,2.2-.24,4.63.54,6.63-.71a3.22,3.22,0,0,1,1.63,0,35.19,35.19,0,0,1,4.52.93,7.16,7.16,0,0,0,5.67,0,3.58,3.58,0,0,1,2,0,24.1,24.1,0,0,1,2.94,1.08l.12,1.14c1.42,0,2.9.8,4-.52.17-.22,1.28-.12,2.11-.12l-1.5,3,.79.32c.69-.46,1.4-1,2.07-1.48,1.42-1,2.65-2.26,5.3-2a6.88,6.88,0,0,0,2.39-.59c2.48-.79,4.29,0,5,2l4.72-.63.12-1.53c1.89-.3,4.1.63,5.61-1.14l3.8,3.85c.63-.54,1.1-.91,1.53-1.31a6.73,6.73,0,0,1,5.78-1.42,1.12,1.12,0,0,1,.61.26c1.16,1.88,3.69,1.23,5.74,1.38a2.72,2.72,0,0,0,1.15-.36l8.41.7-2.49.81c2.16.79,4.64.77,5.74-.41.77-.82,1.49-.72,2.46-.72h2.92c1.67,0,2.42-.72,2.6-2.51,1.86.72,3.31-2,5.22-.2,2.09-1,4.11-2,6.21-3a2.76,2.76,0,0,1,1.61,0c1.19.47,2.26,1.07,3.4,1.59a4.74,4.74,0,0,0,1.19,0l-1.51-3c3.71-.59,4.51-.23,5,2.24l3.25-.13-1.08-1.34,2.18-.45-1.85-2a7.71,7.71,0,0,1,1.42-.2c2,.11,3.67-.12,4.76-1.4a2.68,2.68,0,0,1,1.26,0c.41.09.78.46,1.11.46,2.72-.27,4.4.83,6.14,1.95a16.58,16.58,0,0,0,2.65.91l-.26-2.85,4.9,1.46c.67-1.17,2-1.63,4.18-1.51s4.3-.07,6.44,0A15.62,15.62,0,0,1,248,17c1.1.2,2.24.3,3.85.51L251,14.72c.34-.78,1.77-.78,3.34-.78a3.26,3.26,0,0,0,2.64-.65c.32-.26,1.89,0,3.54,0-1.24.92-2.12,1.55-2.94,2.21a6.34,6.34,0,0,0-.84.95c.78,0,2,.14,2.28-.13,2.12-1.9,4.74-2.5,8.29-2.41,1.74,0,3.56-1.15,5.3-1.83a13.57,13.57,0,0,0,1.72-1V9.79c2.39-.78,4.53-1.43,6.53-2.14,1.39-.49,5.38-.19,6.38.53.67-.33,1.13-1.37,2.21-.13.39.45,2.25.11,2.59,1.12a4.82,4.82,0,0,0,2-.2c1.16-1.06,2.5-.54,3.82-.4a11.51,11.51,0,0,1,1.66.28l7,.51.17,1.52c.49-.13.88-.19,1.23-.3a7,7,0,0,1,1.6-.53c2.75-.13,2.75-.1,3.89-1.73,1.21,1,2.37,1,4,.21l.18-.07a2.06,2.06,0,0,1,2.65,1.26c.38.88.92,1.24,2.72,1l-.69-3.1,2.62-.1c1,1.85,1.68,1.89,4.2,1A47.93,47.93,0,0,1,335,7.26L335.55,9a15.28,15.28,0,0,0,1.91-.1A9,9,0,0,0,339,8.42c-.23.58,1.45.9.34,1.72-.6.43-.51,1.29-.83,2.24l2.4,1.27.14-.2,2.16,2.38a5.4,5.4,0,0,1,5.33-.29c1.53.68,2.66-.64,4-1,1.62-.45,3.1-1.13,4.4-1.6,2.75,2.22,5.69.68,8.2,1.2l.19-.33-1.32-1,.13-.4c2.65.47,5.41-.78,8,.65a3.21,3.21,0,0,0,1.71.08c.85-1.37,2.48-.47,3.78-.74l.57,1.49c3-1.11,4.09-.78,4.75,1.32.1.32.63.6.85.79l-1,1.93.66.45a21.13,21.13,0,0,0,4.36-1.54A4.94,4.94,0,0,1,394,17c.21.15.22.43.32.65l.7-.27c.15-.46.11-1.07.48-1.47a2,2,0,0,1,1.63-.41,45.39,45.39,0,0,1,6.27.37,38.48,38.48,0,0,1,5.78,2c-.25.27-.68.72-1.06,1.19-.15.17-.34.42-.26.59a1.14,1.14,0,0,0,.77.3,2.31,2.31,0,0,0,1.19-.14c1.81-1.46,2.84-.45,4,.57l-2.3.56c1.3,1.69,3.86,1.79,6.45,2.59l-.76,2.7h-.55l1.71,1c1.44-1.08,4.17-1,6.05-.17a13.3,13.3,0,0,0,3.38.46,12.69,12.69,0,0,1,.12,1.38c2.7.57,5.69-.71,8.28.85l.46-1.4c1.07.19,2.88.66,3.07.47a3,3,0,0,1,2.79-.63,28.25,28.25,0,0,1,5,1c1.32.45,1.21.6,2.1-.23a4.22,4.22,0,0,0,4.92.12c1,.47,2,.95,3,1.38a1.82,1.82,0,0,0,1,.14c1.63-1.28,3.39-.13,5.06-.19a40.11,40.11,0,0,0,5.12-.69c2.21-.37,3.51,1,5.39,1.2a9.85,9.85,0,0,0,1.95.27,28.33,28.33,0,0,1,3.79-.53c2.12.07,4.36-.41,6.36.61a2.2,2.2,0,0,0,1.39,0c3-1.4,6.47-.27,9.67-.61.69-.07,1.69,1.31,2.69,2.12a5,5,0,0,0,.39-1.18V.28H.37Z\" transform=\"translate(0 -0.28)\"/><g class=\"cls-2\"><path class=\"cls-1\" d=\"M0,1.39V25.13l1.71-2.39a6.54,6.54,0,0,0,4.81-1.4,3.21,3.21,0,0,1,1.91-.21c1.84.44,3.62,1,5.42,1.45.37.1.75.17,1.11.24a1.61,1.61,0,0,1,.06.49c.08.6.15,1.21.22,1.81a9.1,9.1,0,0,0,1.94-.86c1.61-1.27,3.41-.68,5.21-.36.44.08,1,.37,1.29.27,3.13-1.18,6.52-.35,9.76-.62,1.51-.12,3.32.49,4.46-.76.12-.13.91,0,1.39,0,4.78-.06,9.55-.06,14.33-.06,2.33-.07,4.66-1.51,5.19-3.11a1.54,1.54,0,0,1,.92-1c1.56-.42,3.2-.7,4.81-1,.2,0,.41,0,.61-.09,1-.23,2.19-.85,2.85-.65a16.28,16.28,0,0,1,3.38,1.9c.87.49,1.82.93,2.76,1.38.21.09.67.06.73.17,1.08,1.83,3.42,1.48,5.56,1.48a11.46,11.46,0,0,1,6.47,1.73c.35.22.4.67.76.88a20.28,20.28,0,0,0,2.35,1l.19-1.84h2l.57,2c1.51-.2,2.71-.37,3.93-.5,2.2-.23,4.63.54,6.63-.71a3.22,3.22,0,0,1,1.63,0,35.19,35.19,0,0,1,4.52.93,7.16,7.16,0,0,0,5.67,0,3.58,3.58,0,0,1,2,0,25.89,25.89,0,0,1,2.94,1.08l.12,1.15c1.42,0,2.9.8,4-.53.17-.22,1.28-.11,2.11-.11l-1.5,3,.79.32c.69-.46,1.4-1,2.07-1.48,1.42-1,2.65-2.26,5.3-2a6.88,6.88,0,0,0,2.39-.59c2.48-.79,4.29,0,4.95,2l4.73-.63.12-1.53c1.89-.3,4.1.63,5.61-1.13l3.8,3.84c.63-.54,1.1-.91,1.53-1.31a6.73,6.73,0,0,1,5.78-1.42,1.17,1.17,0,0,1,.61.27c1.16,1.87,3.69,1.22,5.74,1.38a2.73,2.73,0,0,0,1.15-.37l8.41.7-2.49.81c2.16.79,4.64.77,5.74-.4.77-.83,1.49-.72,2.46-.72h2.92c1.67,0,2.42-.72,2.6-2.52,1.86.72,3.31-2,5.22-.19,2.09-1,4.11-2,6.21-3a2.76,2.76,0,0,1,1.61,0c1.19.47,2.26,1.07,3.4,1.6a5.92,5.92,0,0,0,1.19,0l-1.51-3.05c3.71-.59,4.51-.23,5,2.24l3.26-.13-1.08-1.34,2.18-.44-1.85-2a6.76,6.76,0,0,1,1.42-.21c2,.11,3.67-.12,4.76-1.4a2.68,2.68,0,0,1,1.26,0c.41.09.78.46,1.11.46,2.72-.26,4.4.83,6.14,1.95a15.65,15.65,0,0,0,2.65.91l-.26-2.85,4.9,1.46c.67-1.17,2-1.62,4.18-1.51s4.3-.07,6.44,0a15.62,15.62,0,0,1,2.42.62c1.1.2,2.24.3,3.85.52l-.89-2.82c.34-.78,1.77-.78,3.34-.78a3.23,3.23,0,0,0,2.64-.65c.32-.26,1.89,0,3.54,0-1.24.93-2.12,1.56-2.94,2.22a6.27,6.27,0,0,0-.84.94c.78,0,2,.14,2.28-.13,2.12-1.9,4.74-2.5,8.29-2.41,1.74,0,3.56-1.14,5.3-1.82a14.15,14.15,0,0,0,1.72-1V10.9c2.39-.78,4.53-1.43,6.53-2.14,1.39-.49,5.39-.19,6.39.53.67-.33,1.13-1.37,2.21-.12.39.44,2.25.1,2.59,1.11a4.69,4.69,0,0,0,2-.2c1.16-1.06,2.5-.54,3.82-.4a13.38,13.38,0,0,1,1.66.28l7,.52.17,1.51c.49-.12.88-.18,1.23-.3a6.51,6.51,0,0,1,1.6-.52c2.75-.14,2.75-.11,3.89-1.74,1.21,1,2.37,1,4,.21l.18-.07a2.06,2.06,0,0,1,2.65,1.26c.38.88.92,1.24,2.72,1l-.69-3.11,2.62-.1c1,1.86,1.68,1.9,4.2,1a46.51,46.51,0,0,1,5.94-1.27l.54,1.74a15.18,15.18,0,0,0,1.91-.1,9,9,0,0,0,1.52-.49c-.23.58,1.45.91.34,1.72-.6.43-.51,1.3-.83,2.24l2.4,1.27.14-.19,2.16,2.37a5.4,5.4,0,0,1,5.33-.28c1.53.68,2.66-.64,4-1,1.62-.45,3.11-1.13,4.41-1.6,2.75,2.22,5.69.68,8.2,1.21l.19-.34L363.67,14l.13-.41c2.65.47,5.41-.78,8,.65a3.11,3.11,0,0,0,1.71.08c.85-1.37,2.48-.47,3.78-.74l.57,1.49c3-1.1,4.09-.78,4.75,1.32.1.33.63.6.85.79l-1,1.93.66.45A21.7,21.7,0,0,0,387.48,18a4.93,4.93,0,0,1,6.22.15c.21.15.22.43.32.65l.7-.27c.15-.45.11-1.07.48-1.47a2,2,0,0,1,1.63-.4,43.79,43.79,0,0,1,6.27.36,38.09,38.09,0,0,1,5.78,2c-.25.28-.68.72-1.06,1.19-.15.17-.34.42-.26.59a1.16,1.16,0,0,0,.77.3,2.31,2.31,0,0,0,1.19-.14c1.81-1.46,2.84-.45,4,.57l-2.3.57c1.3,1.68,3.86,1.78,6.45,2.58l-.76,2.7h-.55l1.71,1c1.44-1.08,4.17-1,6.05-.16a13.43,13.43,0,0,0,3.39.45,12.92,12.92,0,0,1,.12,1.38c2.7.57,5.69-.71,8.28.86l.46-1.41c1.07.19,2.88.66,3.07.47a3,3,0,0,1,2.79-.63,28.43,28.43,0,0,1,5,1c1.32.45,1.21.61,2.1-.23a4.24,4.24,0,0,0,4.92.13c1,.46,2,.94,3,1.38a1.91,1.91,0,0,0,1,.13c1.63-1.28,3.39-.12,5.06-.18a44,44,0,0,0,5.12-.69c2.21-.38,3.51,1,5.39,1.19a9.86,9.86,0,0,0,1.95.28,30.33,30.33,0,0,1,3.79-.54c2.12.07,4.36-.41,6.36.61a2.2,2.2,0,0,0,1.39,0c3-1.4,6.47-.27,9.67-.61.7-.07,1.7,1.31,2.7,2.12a6,6,0,0,0,.39-1.18V1.39H0Z\" transform=\"translate(0 -0.28)\"/></g></svg></li><li title=\"sharp slants bottom \"><svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 500 49\"><defs><style>.cls-1{fill:inherit;}</style></defs><polygon class=\"cls-1\" points=\"0 49 0 0 245 29 381 0 500 24 500 49 0 49\"/></svg></li><li title=\"sharp slants top \"><svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 500 49\"><defs><style>.cls-1{fill:inherit;}</style></defs><polygon class=\"cls-1\" points=\"500 0 500 49 255 20 119 49 0 25 0 0 500 0\"/></svg></li><li title=\"shredded paper bottom \"><svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 499.56 77.53\"><defs><style>.cls-1{fill:#c6c6c6;}.cls-2{fill:inherit;}</style></defs><path class=\"cls-1\" d=\"M500,200V127.11a1.72,1.72,0,0,0-.38-.08l-1.72,0a.86.86,0,0,1-.54-.16,2.26,2.26,0,0,0-.84-.44,1.35,1.35,0,0,1-.33-.19,1.14,1.14,0,0,0-.71-.24c-.13,0-.25,0-.38-.06a.48.48,0,0,1-.3-.22,1.4,1.4,0,0,1-.09-.17.71.71,0,0,0-.7-.54l-2.1,0a1.3,1.3,0,0,1-.71-.25c-.06,0-.1-.09-.16-.11a6.45,6.45,0,0,1-1-.46.79.79,0,0,0-.37-.1,1.84,1.84,0,0,1-1.06-.37.92.92,0,0,0-.36-.13,3.36,3.36,0,0,0-1,0,1.75,1.75,0,0,0-.69.32.67.67,0,0,1-.72,0,.88.88,0,0,1-.15-.12.83.83,0,0,0-.73-.1c-.12,0-.23.11-.35.16a.28.28,0,0,1-.18,0,1.16,1.16,0,0,0-.91.09.65.65,0,0,1-.72-.06l-.15-.12a.73.73,0,0,0-.89,0c-.2.16-.38.34-.58.5a.84.84,0,0,1-.53.19l-1.34,0a1.17,1.17,0,0,0-.53.19,2.79,2.79,0,0,1-.33.19,1.32,1.32,0,0,1-.94,0c-.11,0-.21-.13-.33-.19a2.06,2.06,0,0,0-.35-.12.52.52,0,0,0-.5.2c-.05.11-.09.23-.15.35s-.21.33-.4.35a.5.5,0,0,1-.36-.08,1.72,1.72,0,0,0-1.05-.41,1.29,1.29,0,0,1-.19,0,.78.78,0,0,1-.35-.15,1.56,1.56,0,0,0-.89-.3,5.43,5.43,0,0,1-.57,0,1.1,1.1,0,0,1-.55-.16A1.65,1.65,0,0,0,471,124a1.43,1.43,0,0,1-.71-.26,1,1,0,0,0-.71-.24c-.25,0-.51,0-.76-.06a1,1,0,0,1-.52-.23.93.93,0,0,0-.52-.22,6.66,6.66,0,0,0-1.34,0,.89.89,0,0,0-.52.2,13.94,13.94,0,0,1-1.14,1,.35.35,0,0,1-.35,0,1.79,1.79,0,0,0-1.11-.2.62.62,0,0,0-.36.12,1.49,1.49,0,0,1-1.08.29.89.89,0,0,1-.36-.11,3.37,3.37,0,0,0-.86-.4,1.92,1.92,0,0,1-.5-.29.75.75,0,0,0-.35-.13c-.32,0-.64,0-1-.08a.93.93,0,0,1-.52-.22.85.85,0,0,0-.51-.23c-.32,0-.64,0-1-.06a.76.76,0,0,1-.36-.11,2.17,2.17,0,0,0-.33-.19,1.38,1.38,0,0,0-1.11,0,.56.56,0,0,0-.17.09,1.58,1.58,0,0,0-.53.78.89.89,0,0,1-.08.17.57.57,0,0,1-.45.31,5.46,5.46,0,0,1-.57,0l-1.34,0a.72.72,0,0,0-.52.19,3.61,3.61,0,0,1-.3.25.76.76,0,0,1-.86.22.4.4,0,0,0-.37,0,.43.43,0,0,1-.36.06,1,1,0,0,0-.74,0,2.09,2.09,0,0,1-.35.13,3.12,3.12,0,0,1-1.14,0,.73.73,0,0,1-.35-.15c-.24-.21-.49-.41-.74-.61a.36.36,0,0,0-.17-.07,1.59,1.59,0,0,0-.94,0,1,1,0,0,0-.18.07.45.45,0,0,1-.52,0,1.68,1.68,0,0,0-.73-.19,1.47,1.47,0,0,0-.9.28,1.38,1.38,0,0,1-1.28,0,1.19,1.19,0,0,0-.69-.29,2.56,2.56,0,0,1-.39,0,.75.75,0,0,1-.5-.23,3.06,3.06,0,0,0-.57-.51.45.45,0,0,0-.36,0,.42.42,0,0,0-.17.1c-.19.16-.38.34-.57.51a.67.67,0,0,1-.55.06c-.71-.42-.71-.42-1.23-.41H436a1.22,1.22,0,0,0-.71.25,1.22,1.22,0,0,1-.51.25,1.33,1.33,0,0,0-.34.16,1.66,1.66,0,0,0-.71.88c-.14.2-.22.23-.47.11-.06,0-.11-.07-.17-.09a.66.66,0,0,0-.71.15c-.38.34-.74.7-1.12,1a.77.77,0,0,1-.73.09,1.4,1.4,0,0,1-.17-.09,1.41,1.41,0,0,0-.5-.26,1.4,1.4,0,0,1-.36-.13l-.51-.27-.18,0a1.35,1.35,0,0,0-.92.15,1.54,1.54,0,0,1-.9.27h-.58l-2.49,0a.85.85,0,0,0-.53.18,1.44,1.44,0,0,1-.7.27c-.13,0-.26,0-.38.06a.58.58,0,0,0-.47.53c0,.12,0,.25,0,.38-.05.33-.07.35-.35.66,0,.05-.08.11-.12.15a.88.88,0,0,1-.52.21.58.58,0,0,1-.36-.12,1.3,1.3,0,0,0-.86-.35,1.29,1.29,0,0,1-.88-.32.85.85,0,0,0-.35-.15,1,1,0,0,1-.5-.26c-.14-.13-.3-.24-.45-.36l-.15-.11a.29.29,0,0,0-.35,0,7.44,7.44,0,0,1-.85.42,3.5,3.5,0,0,1-.85.41.21.21,0,0,0-.11.31,1.15,1.15,0,0,1,.15.73.47.47,0,0,1-.59.32,5.58,5.58,0,0,0-.67-.37,3,3,0,0,1-.83-.46.77.77,0,0,0-.36-.12,1.17,1.17,0,0,0-.91.21,2.17,2.17,0,0,1-.67.36,2.17,2.17,0,0,0-.33.19,5.17,5.17,0,0,0-.82.8.91.91,0,0,0-.15.35,1.59,1.59,0,0,0-.06.38,1.13,1.13,0,0,1-.24.71,1.3,1.3,0,0,0-.22.53c0,.12,0,.25-.05.38a1,1,0,0,1-.33.67,3.88,3.88,0,0,0-.39.42,1,1,0,0,0-.24.52c0,.12,0,.25,0,.38a2.44,2.44,0,0,0,0,.38,1.19,1.19,0,0,1-.37.86,1.26,1.26,0,0,1-1.56.23c-.06,0-.11-.08-.17-.09a.55.55,0,0,0-.36.08,3,3,0,0,0-.46.34,1.08,1.08,0,0,1-.48.3,1.67,1.67,0,0,0-.53.23,1.48,1.48,0,0,1-.7.28,5.58,5.58,0,0,0-.57.08c-.14.13-.29.25-.44.37l-.46.34a.24.24,0,0,1-.34,0c-.14-.13-.29-.25-.44-.37a.54.54,0,0,0-.7,0,3.89,3.89,0,0,0-.43.38.93.93,0,0,1-.52.22c-.19,0-.38,0-.57,0l-.38,0a.39.39,0,0,0-.33.16.6.6,0,0,0-.05.55l.08.17.1.16a.69.69,0,0,1-.08.88c-.27.28-.43.42-.8.12a1.12,1.12,0,0,1-.46-.59l-.08-.18a.53.53,0,0,0-.66-.16,5.75,5.75,0,0,0-1,.89,1.19,1.19,0,0,0-.24.52.61.61,0,0,1-.56.44c-.19,0-.37.06-.56.09a.71.71,0,0,0-.34.16,1.24,1.24,0,0,1-.91.22,1.16,1.16,0,0,1-.54-.18,1.23,1.23,0,0,0-.33-.19.66.66,0,0,0-.55.08c-.26.18-.51.39-.75.59a1,1,0,0,1-.34.19,1.62,1.62,0,0,0-.77.54,1.38,1.38,0,0,0-.3.49,1.92,1.92,0,0,1-.55.77.83.83,0,0,1-.5.25c-.12,0-.25,0-.38.05a1.17,1.17,0,0,0-.68.32,3.47,3.47,0,0,1-.29.25.5.5,0,0,1-.51.17c-.44-.06-.54,0-.62.48a1.11,1.11,0,0,0,0,.19,1.06,1.06,0,0,1-.34.66,1,1,0,0,1-.66.36,1.84,1.84,0,0,0-.56.1c-.06,0-.14,0-.17.07a1.59,1.59,0,0,0-.18.34,2.32,2.32,0,0,0-.05.38c0,.19,0,.38,0,.57a.54.54,0,0,1-.47.51,19.62,19.62,0,0,1-2.3,0,1.71,1.71,0,0,1-.73-.21.59.59,0,0,0-.53.12c-.35.28-.64.62-1,.93s-.38.35-.57.51a.56.56,0,0,1-.17.09,2.81,2.81,0,0,1-.76.08,1.6,1.6,0,0,0-1.07.34,1,1,0,0,1-.35.13,2.65,2.65,0,0,1-.38,0l-.39,0a1.13,1.13,0,0,0-.71.22,1.47,1.47,0,0,1-.9.29,1,1,0,0,0-.54.17,1.76,1.76,0,0,1-1.09.29,6.23,6.23,0,0,0-1.14.06,1,1,0,0,0-.18,0,.93.93,0,0,0-.15.13c-.18.18-.36.36-.53.55a3.08,3.08,0,0,1-.44.37.48.48,0,0,1-.67,0,.63.63,0,0,0-.55-.09c-.18.06-.35.15-.54.2s-.37-.05-.55-.06-.09.06-.12.11a.48.48,0,0,0-.05.37.54.54,0,0,0,.1.16c.31.42.68.77,1,1.15.24.13.33.25.36.4a1.63,1.63,0,0,1,0,.76.23.23,0,0,1-.26.2.38.38,0,0,1-.31-.19.53.53,0,0,1-.08-.17,1.81,1.81,0,0,1-.12-.56l-.31-.22-.15-.11a.75.75,0,0,0-.55,0c-.28.16-.5.39-.76.57s-.43.13-.62-.16-.22-.3-.07-.51a1,1,0,0,0,.18-.53,6.15,6.15,0,0,0,0-1c0-.16-.08-.24-.24-.23a.47.47,0,0,0-.17,0,1.07,1.07,0,0,0-.44.35,2.21,2.21,0,0,1-.57.49c-.21.17-.34.18-.49.06l-.3-.24L363,153c-.28-.19-.54-.18-.6.09a1.55,1.55,0,0,1-.65.91.65.65,0,0,1-.54.08,1.44,1.44,0,0,1-.49-.29.58.58,0,0,1-.32-.16,1.22,1.22,0,0,1-.38-.61,2.21,2.21,0,0,0-.72-.61.32.32,0,0,0-.36,0,1,1,0,0,1-1.08,0,.44.44,0,0,0-.53,0,1.46,1.46,0,0,1-.74.16,1.17,1.17,0,0,1-.55-.13,2.38,2.38,0,0,0-.67-.35c-.26-.06-.43-.27-.66-.38a1.21,1.21,0,0,0-.55-.14h-.39a1.36,1.36,0,0,0-.89.29,1.08,1.08,0,0,1-.71.25,6.44,6.44,0,0,1-.76,0,.92.92,0,0,1-.51-.23,1.55,1.55,0,0,0-.32-.2.44.44,0,0,0-.37,0c-.34.18-.58.5-.92.69a.25.25,0,0,1-.34,0c-.19-.17-.37-.34-.55-.53a5.39,5.39,0,0,0-.43-.39.57.57,0,0,0-.54-.08,1.48,1.48,0,0,1-.92.19,1,1,0,0,1-.37-.09c-.16-.09-.32-.2-.49-.28a6.21,6.21,0,0,1-.7-.31,1.46,1.46,0,0,0-.91-.25h-2.87a1.29,1.29,0,0,0-.72.21,1.39,1.39,0,0,1-.72.23l-2.3,0-1,0a.94.94,0,0,0-.53.2.72.72,0,0,1-.33.18c-.19,0-.38.07-.57.09a1.58,1.58,0,0,0-.68.32c-.32.24-.51.22-.85,0a.47.47,0,0,1-.39-.38h0l-.29-.23a.8.8,0,0,0-.53-.17,1.33,1.33,0,0,0-.73.14l-.34.17h0a.42.42,0,0,1-.28.19,2.08,2.08,0,0,1-.35,0,.5.5,0,0,1-.45-.24.4.4,0,0,1,0-.34l0-.41a1.18,1.18,0,0,0-.74-.53,1.52,1.52,0,0,1-.49-.25c-.21-.15-.35,0-.5.1a2.2,2.2,0,0,0-.27.26c-.24.23-.18.72.09.79l.35.14a.47.47,0,0,1,.33.4,2.82,2.82,0,0,1,0,1.12.41.41,0,0,1-.23.28,1.41,1.41,0,0,1-.54.11,1.07,1.07,0,0,1-.69-.21c0,.17-.06.33-.1.49a.56.56,0,0,1-.07.18,1,1,0,0,1-.42.38.46.46,0,0,1-.36,0l-.36-.13a.44.44,0,0,0-.6.3,1.78,1.78,0,0,1-.54.78l-.15.12a.71.71,0,0,1-.34.16l-.56.1a.49.49,0,0,0-.41.36,1,1,0,0,1-.68.6.84.84,0,0,0-.33.19c-.19.17-.36.37-.54.54a1.3,1.3,0,0,1-.5.28.82.82,0,0,0-.35.13,3.57,3.57,0,0,1-.86.41,8.82,8.82,0,0,1-1,.51.76.76,0,0,0-.3.24c-.08.09-.18.17-.27.26a2,2,0,0,1-.82.48c-.22.07-.27.13-.36.41a1.87,1.87,0,0,1-.37.66,5.71,5.71,0,0,1-.87.76.53.53,0,0,1-.18,0,3.36,3.36,0,0,1-1.14,0,.63.63,0,0,1-.35-.13,1.55,1.55,0,0,0-1.08-.29l-1,.05a9.07,9.07,0,0,1-.06.91c0,.34-.21.51-.61.57h-.18l-.72.08c-.17.23-.27.31-.44.33l-.57,0a.71.71,0,0,0-.35.13c-.29.27-.7.31-1,.54a1.79,1.79,0,0,1-1.06.37.79.79,0,0,0-.52.22c-.24.2-.48.41-.71.64s-.53.55-.8.82a1,1,0,0,1-.5.27,5,5,0,0,0-.56.1.31.31,0,0,0-.22.26,2,2,0,0,1,.21,1.11.79.79,0,0,1-.1.37,3.77,3.77,0,0,0-.43.85.56.56,0,0,1-.44.32c-.19,0-.38.07-.57.09a.56.56,0,0,0-.34.15l-.43.38a1.3,1.3,0,0,1-.87.35l-2.1,0a.81.81,0,0,0-.53.18l-.72.63a.84.84,0,0,1-.52.2l-.77,0c-.19,0-.38,0-.57,0a.9.9,0,0,0-.51.22,1.37,1.37,0,0,0-.58,1,2.83,2.83,0,0,1-.09.37,1.3,1.3,0,0,1,.07.89.47.47,0,0,1-.22.28l0,0c0,.07,0,.13,0,.19a.56.56,0,0,1-.06-.21.38.38,0,0,1-.15-.2.58.58,0,0,1,0-.18c0-.24,0-.48,0-.73l-.18,0a1.39,1.39,0,0,1-.71-.26,1.6,1.6,0,0,0-.49-.28,1.33,1.33,0,0,1-.49-.28l-1.14-1a.59.59,0,0,0-.17-.1.46.46,0,0,0-.36,0,4.82,4.82,0,0,0-.5.27.74.74,0,0,1-.87-.12l-.27-.27a5.7,5.7,0,0,0-.84-.79.81.81,0,0,0-.34-.15c-.13,0-.25,0-.38,0a1.27,1.27,0,0,1-.7-.25,1,1,0,0,0-.53-.2c-.45,0-.89,0-1.33-.05a.8.8,0,0,1-.52-.2,13.91,13.91,0,0,0-1.12-1.05,1,1,0,0,0-.51-.21,7,7,0,0,0-1.52,0,.35.35,0,0,0-.18.06c-.24.09-.41.29-.67.34a4.33,4.33,0,0,0-.71.27.37.37,0,0,1-.36-.06c-.2-.15-.38-.34-.59-.47a6,6,0,0,0-.68-.32.3.3,0,0,1-.14-.13c-.08-.17-.15-.35-.22-.53a.28.28,0,0,0-.3-.19.47.47,0,0,0-.35.1,2.18,2.18,0,0,0-.22.31.51.51,0,0,1-.63.28.38.38,0,0,0-.35.07,1.41,1.41,0,0,1-.72.22c-.44,0-.88,0-1.33,0a.54.54,0,0,0-.42.33l-.12.56a.3.3,0,0,1-.24.24.35.35,0,0,1-.33-.14.9.9,0,0,1-.33-.66v-.19a.51.51,0,0,0-.28.24,2.19,2.19,0,0,1-.81.79.73.73,0,0,1,0,.36.4.4,0,0,1-.2.28.39.39,0,0,1-.19-.28.6.6,0,0,1,.05-.35c.05-.11.08-.22.13-.32a1.05,1.05,0,0,0,.16-.48c0-.12,0-.23,0-.35a3.4,3.4,0,0,1-.3-.23,1.54,1.54,0,0,0-.64-.4.93.93,0,0,1-.54-.51c-.15-.3-.22-.31-.41-.15a1.17,1.17,0,0,0-.46.59,1.27,1.27,0,0,1-.06.18.61.61,0,0,1-.57.43h-.38a.6.6,0,0,1-.47-.28,4.2,4.2,0,0,0-1.54-.07.58.58,0,0,1-.44.31.48.48,0,0,1-.49-.22,3.32,3.32,0,0,0-.7-1.12,1.53,1.53,0,0,1-.38-.65.78.78,0,0,0-.53-.5,1.16,1.16,0,0,1-.5-.27,3.48,3.48,0,0,0-.58-.5.7.7,0,0,0-.72-.06,3.58,3.58,0,0,0-.49.3,2.31,2.31,0,0,0-.86.39.74.74,0,0,1-.72,0l-.58-.5a3.4,3.4,0,0,0-.86-.41,1.58,1.58,0,0,1-.15-.12,1.09,1.09,0,0,0-.88-.27,1.16,1.16,0,0,0-.54.18l-.3.23a.62.62,0,0,1-.55,0l-.32-.2a.63.63,0,0,0-.87,0,1.11,1.11,0,0,1-.69.28c-.58,0-1.15,0-1.72,0a1.11,1.11,0,0,1-.54-.17l-.15-.12a1.89,1.89,0,0,0-.51-.26,1.3,1.3,0,0,1-.49-.29c-.19-.17-.38-.34-.58-.5s-.6-.18-.86-.4a1.23,1.23,0,0,0-.7-.27l-.19,0a1,1,0,0,1-.52-.2,1.69,1.69,0,0,0-.88-.35l-.19,0-.59.08c0,.12,0,.25,0,.38a1.21,1.21,0,0,1,0,.19.66.66,0,0,1-.37.41,10.14,10.14,0,0,1-2.1,0,.85.85,0,0,1-.51-.23.93.93,0,0,0-.52-.22c-.13,0-.26,0-.38-.06a1,1,0,0,1-.52-.22l-.42-.39a1.32,1.32,0,0,0-.66-.37,1,1,0,0,1-.49-.27c-.14-.13-.28-.27-.41-.41a1,1,0,0,0-.47-.31,3.82,3.82,0,0,1-.36-.13c-.17-.09-.32-.21-.49-.3a4.81,4.81,0,0,1-.53-.2,2.84,2.84,0,0,0-.86-.41.59.59,0,0,1-.17-.1A2.55,2.55,0,0,0,236,158a.84.84,0,0,1-.34-.17,1.46,1.46,0,0,0-.9-.26l-2.49,0a.77.77,0,0,1-.37-.08,4,4,0,0,0-.86-.41l-.17-.08-.16-.11c-.18-.17-.38-.34-.55-.53a.73.73,0,0,0-.5-.25,2.33,2.33,0,0,1-1.25-.41,3.23,3.23,0,0,1-.86-.41,1,1,0,0,0-.53-.18,1.72,1.72,0,0,1-.74-.18.71.71,0,0,0-.72,0,1.34,1.34,0,0,1-.55.16,12.34,12.34,0,0,1-1.72,0,1,1,0,0,1-.53-.19,1.47,1.47,0,0,0-.89-.32H220a1.6,1.6,0,0,1-.9-.28.76.76,0,0,0-.73-.05.91.91,0,0,0-.17.09.35.35,0,0,1-.36,0,2.62,2.62,0,0,0-.53-.2,1.23,1.23,0,0,0-1.09.21,5.59,5.59,0,0,1-.47.33c-.18.12-.41.1-.48-.05-.25-.52-.31-.51-.91-.53-.44,0-.89,0-1.34,0h-1.53a1.24,1.24,0,0,1-.73-.2,1.77,1.77,0,0,0-.89-.29,1.06,1.06,0,0,1-.68-.32c-.14-.13-.29-.25-.42-.39a1,1,0,0,0-.49-.28,2.41,2.41,0,0,1-.68-.34,1.06,1.06,0,0,0-.55-.15,1.91,1.91,0,0,0-.74.14c-.35.13-.5,0-.57-.28s-.08-.37-.13-.56a.45.45,0,0,0-.42-.32l-.19,0a.73.73,0,0,0-.77.45,2.16,2.16,0,0,1-.17.34.42.42,0,0,1-.65,0,3.59,3.59,0,0,1-.17-.34c-.11-.22-.22-.37-.37-.41a2.48,2.48,0,0,1-.85-.41.68.68,0,0,0-.37-.09,1.39,1.39,0,0,0-1.07.3.69.69,0,0,1-.72,0l-.17-.1a1.17,1.17,0,0,0-.72-.19,1.11,1.11,0,0,0-.72.23,1.45,1.45,0,0,1-.52.23,1,1,0,0,0-.63.39l-.28.26a.28.28,0,0,1-.47-.06c-.07-.1-.12-.22-.2-.32a.51.51,0,0,0-.3-.22,1.39,1.39,0,0,0-.94.07.76.76,0,0,1-.71.12.47.47,0,0,0-.52.1c-.18.17-.36.36-.56.52a.57.57,0,0,1-.71,0l-.16-.1s-.09-.1-.15-.12a.59.59,0,0,0-.71,0,1.52,1.52,0,0,1-1.06.36c-.32,0-.64,0-.95,0a.58.58,0,0,0-.19,0,.56.56,0,0,0-.41.35l-.07.18a.56.56,0,0,1-.82.18c-.26-.19-.5-.4-.76-.59a.43.43,0,0,0-.16-.09,2.42,2.42,0,0,0-.38,0c-.17.09-.33.19-.5.27s-.49.14-.71.28l-.15.12a1.33,1.33,0,0,1-.54.18l-1,0c-.32,0-.64,0-1,0a.77.77,0,0,0-.52.23,1,1,0,0,1-.69.27H181a1.06,1.06,0,0,1-.71-.23c-.19-.16-.36-.06-.52.05s-.4.31-.6.47a.59.59,0,0,1-.7.09.82.82,0,0,0-.9,0,1.06,1.06,0,0,1-.37.09,2.36,2.36,0,0,1-.38,0h-.38a1.22,1.22,0,0,0-.71.25.86.86,0,0,1-.16.1,4.83,4.83,0,0,0-.52.23c-.16.1-.22.31-.33.46s-.27.25-.48.15a1.77,1.77,0,0,0-.74-.19,2.11,2.11,0,0,1-.73-.21c-.3-.13-.37-.08-.52.31a1.42,1.42,0,0,1-.08.18.56.56,0,0,1-.51.18l-.35-.13a.61.61,0,0,0-.37-.08,1,1,0,0,0-.54.5,1.27,1.27,0,0,0-.06.18c0,.19,0,.38-.07.57a.59.59,0,0,1-.52.48l-.95.07a2.29,2.29,0,0,0-.37.12c-.34.31-.83.3-1.21.55a.37.37,0,0,1-.16.07.45.45,0,0,1-.18-.07,2.1,2.1,0,0,0-.92-.24,1.16,1.16,0,0,1-.71-.25.67.67,0,0,0-.53-.12.48.48,0,0,0-.4.36c-.05.25-.08.5-.15.75a.36.36,0,0,1-.26.25,1.35,1.35,0,0,1-.93-.06l-.35-.16c-.13-.06-.15,0-.38.35-.13.21-.13.21-.45.15a.39.39,0,0,0-.46.24c0,.19-.06.38-.1.57a.49.49,0,0,1-.73.35,1.51,1.51,0,0,1-.17-.1c-.19-.1-.33-.06-.47.14l-.2.33a.51.51,0,0,1-.5.2,1,1,0,0,1-.35-.14.2.2,0,0,0-.32.05.38.38,0,0,0,.07.5,1.44,1.44,0,0,1,.31.22c.08.1,0,.22-.1.29a1.88,1.88,0,0,1-.75.12,1.23,1.23,0,0,0-.72.23c-.19.14-.35.06-.51-.05a4,4,0,0,0-.63-.44.34.34,0,0,0-.35,0,6.89,6.89,0,0,0-.56.52.87.87,0,0,1-.53.2l-.57,0-.77,0a.57.57,0,0,0-.57.42,1.46,1.46,0,0,1-.54.77.41.41,0,0,1-.36,0c-.12,0-.23-.12-.34-.17a.68.68,0,0,0-.56,0,2.17,2.17,0,0,1-.33.19c-.19.06-.37-.06-.55-.06a.58.58,0,0,0-.19,0,1.25,1.25,0,0,0-.64.68c0,.06,0,.11-.07.18a.43.43,0,0,1-.43.31c-.31,0-.64,0-.95.08a.8.8,0,0,0-.52.21.9.9,0,0,1-.31.21,7.77,7.77,0,0,0-.88.38.36.36,0,0,1-.18,0c-.43-.1-.43-.11-.71,0a.8.8,0,0,1-1-.16,20.48,20.48,0,0,0-2.07.09.54.54,0,0,0-.44.32l-.14.35a.86.86,0,0,1-.05.55,1.88,1.88,0,0,0-.22.73c0,.13-.05.25-.08.37a.49.49,0,0,1-.61.29l-.17-.09a1.66,1.66,0,0,0-.89-.3,1.2,1.2,0,0,1-.71-.23,1.22,1.22,0,0,0-.72-.22c-.25,0-.5,0-.76,0a1.65,1.65,0,0,0-.36.11,1.78,1.78,0,0,1-1.07.35.87.87,0,0,0-.52.2c-.23.22-.47.44-.71.64a.91.91,0,0,1-.34.17,1.59,1.59,0,0,0-.51.24.91.91,0,0,1-.16.11.58.58,0,0,1-.81-.22,3.68,3.68,0,0,1-.15-.35.52.52,0,0,0-.46-.28,6.21,6.21,0,0,0-1.14,0,1.43,1.43,0,0,0-.73.2.55.55,0,0,1-.54,0l-.34-.16a1.82,1.82,0,0,1-.68-.34,5.6,5.6,0,0,0-.59-.48.91.91,0,0,0-.53-.18c-.25,0-.51,0-.76,0a.91.91,0,0,1-.53-.18,2.2,2.2,0,0,0-.67-.37,2.39,2.39,0,0,1-.49-.28,1,1,0,0,0-.54-.17c-.38,0-.76,0-1.14,0l-.19,0a.57.57,0,0,0-.52.48c0,.19,0,.38-.07.57s-.08.24-.32.45l-.11.69a.54.54,0,0,1-.09.31,1.29,1.29,0,0,1-.64.49l-.31.22a.27.27,0,0,1-.44-.12,1.73,1.73,0,0,0-.14-.34,3.51,3.51,0,0,0-.87-1,.71.71,0,0,1-.23-.28l-.16.1a1.51,1.51,0,0,1-.66.38,2.39,2.39,0,0,0-.65.39.65.65,0,0,1-.35.13l-1,.06a1.15,1.15,0,0,0-.36.11,7,7,0,0,1-.66.37c-.24.09-.25.15-.16.44a2.54,2.54,0,0,1,.13.56.54.54,0,0,1-.34.42,1.38,1.38,0,0,1-1.25-.27.7.7,0,0,0-.36-.12c-.32,0-.64,0-1-.08a.94.94,0,0,1-.52-.23,1.07,1.07,0,0,0-.7-.27,21.87,21.87,0,0,0-2.29,0,.85.85,0,0,0-.36.12l-.15.12a1.39,1.39,0,0,1-.71.28,1.43,1.43,0,0,0-.88.31,1,1,0,0,1-.34.16,1.51,1.51,0,0,0-.81.48c-.27.27-.54.55-.82.81a1,1,0,0,1-.32.2,2.28,2.28,0,0,0-.69.32,1.08,1.08,0,0,1-.53.18l-.57.08a.65.65,0,0,0-.34.17,1.2,1.2,0,0,1-.71.25l-2.1,0a1.17,1.17,0,0,0-.7.27,1,1,0,0,1-.52.22c-.32,0-.64,0-1,0l-3.25,0a1.27,1.27,0,0,0-.73.21,1.44,1.44,0,0,1-.53.21,2.33,2.33,0,0,1-.38,0,1,1,0,0,0-.53.19,1.76,1.76,0,0,1-.9.27c-1,0-2,0-3.07,0a1,1,0,0,1-.67-.31c-.09-.09-.2-.16-.3-.25a1.46,1.46,0,0,0-.65-.37.86.86,0,0,1-.35-.16s-.11-.07-.15-.11a.89.89,0,0,0-.51-.24c-.39,0-.77,0-1.15,0a1.48,1.48,0,0,1-.89-.29,1,1,0,0,0-.54-.18c-.64,0-1.28,0-1.92,0H79.62a1.2,1.2,0,0,0-.71.23,1.48,1.48,0,0,1-1.1.22l-.19-.05-.17-.08a.4.4,0,0,0-.56.33,1.34,1.34,0,0,1-.46,1,.4.4,0,0,1-.51,0,1.38,1.38,0,0,1-.58-.74.63.63,0,0,0-.57-.44,1.54,1.54,0,0,1-1-.43c-.14-.13-.32-.22-.47-.34a.23.23,0,0,0-.34,0,.86.86,0,0,1-.35.16.7.7,0,0,1-.55-.08,7.93,7.93,0,0,1-1.11-1.06,1,1,0,0,0-.68-.29c-.26,0-.51,0-.77,0a.91.91,0,0,1-.52-.2c-.15-.12-.31-.23-.47-.34-.34-.22-.38-.22-.57.13a.56.56,0,0,1-.23.29,1.22,1.22,0,0,1-1.1,0,3.5,3.5,0,0,0-.86-.39,1.87,1.87,0,0,1-.35-.16.51.51,0,0,0-.53,0,1.58,1.58,0,0,1-.74.17,1.52,1.52,0,0,1-.55-.13l-.16-.11a1.21,1.21,0,0,0-.71-.24,1.47,1.47,0,0,1-.87-.34.91.91,0,0,0-.53-.2,2.62,2.62,0,0,1-.56-.09c-.31-.1-.53-.37-.86-.41a.8.8,0,0,1-.35-.16,1.25,1.25,0,0,0-.69-.29,2.32,2.32,0,0,1-.38,0,.87.87,0,0,1-.5-.24c-.18-.19-.38-.35-.56-.53a.92.92,0,0,0-.33-.19,1.75,1.75,0,0,1-.69-.32.73.73,0,0,0-.34-.17,1.43,1.43,0,0,1-.66-.36c-.14-.13-.28-.26-.41-.4a1,1,0,0,0-.68-.3l-.19,0a1.07,1.07,0,0,1-.7-.28l-.58-.5a.64.64,0,0,0-.35-.14l-1-.07a.86.86,0,0,1-.51-.23c-.34-.3-.66-.61-1-.91-.09-.09-.17-.2-.26-.29a1.44,1.44,0,0,1-.28-.5c-.12-.31-.27-.32-.54,0s-.39.3-.62.08l-.42-.4a.72.72,0,0,0-.52-.19,2.19,2.19,0,0,0-.57,0,.53.53,0,0,0-.3.45,1,1,0,0,0,.21.52c.27.36.67.6.94,1a.51.51,0,0,1,.07.17.61.61,0,0,1,0,.19c-.06.32-.59.66-.89.32-.08-.1-.19-.17-.27-.27a1.14,1.14,0,0,0-.62-.41,1.07,1.07,0,0,1-.51-.25c-.19-.17-.38-.35-.57-.51a.57.57,0,0,0-.35-.14,1.64,1.64,0,0,0-.38,0,.72.72,0,0,0-.7.47c-.13,0-.25,0-.38,0a.91.91,0,0,1-.53-.2l-.72-.63a.51.51,0,0,0-.16-.09,1.16,1.16,0,0,0-.93,0,1.38,1.38,0,0,0-.33.2,1,1,0,0,1-.52.2l-.77,0h-.76a1.46,1.46,0,0,1-.9-.28,1.29,1.29,0,0,0-.71-.24l-.57,0a1.15,1.15,0,0,1-.71-.25,1.35,1.35,0,0,0-.72-.22l-.58,0a1.29,1.29,0,0,1-.71-.24,1,1,0,0,0-.53-.2l-.38,0-.38,0a.61.61,0,0,1-.6-.38,1.85,1.85,0,0,0-.5-.81l-.72-.62a.6.6,0,0,0-.36-.14l-.76-.05a1.42,1.42,0,0,1-.71-.25,1,1,0,0,0-.7-.27l-1,0a1.44,1.44,0,0,1-.9-.26,1.35,1.35,0,0,0-.73-.21.62.62,0,0,1-.19,0,.53.53,0,0,1-.44-.31,2.27,2.27,0,0,0-.63-.95c-.14-.13-.29-.25-.44-.37a.27.27,0,0,0-.45.08,1.73,1.73,0,0,1-.2.32c-.19.23-.75.15-.82-.1a.8.8,0,0,0-.62-.65.77.77,0,0,1-.33-.18,2.22,2.22,0,0,0-.68-.36c-.25-.07-.42-.28-.65-.38s-.36-.12-.54-.2-.33-.18-.5-.27a.68.68,0,0,0-.37-.09,1.54,1.54,0,0,1-.9-.27,1.21,1.21,0,0,0-.71-.24l-1.15,0a1,1,0,0,1-.53-.2,1.13,1.13,0,0,0-.69-.29l-.76,0a1,1,0,0,1-.54-.18,1.62,1.62,0,0,0-.9-.26l-1.54,0a.9.9,0,0,1-.53-.17,1.55,1.55,0,0,0-.9-.28,7.36,7.36,0,0,0-1.15,0,1.5,1.5,0,0,0-.36.11,3.54,3.54,0,0,0-.33.19l-1.06.41a.58.58,0,0,1-.19,0,2.48,2.48,0,0,0-.92-.22,3.71,3.71,0,0,1-.58,0,.9.9,0,0,1-.53-.17,1.41,1.41,0,0,0-.9-.29H2.79a1.33,1.33,0,0,1-.87-.33.83.83,0,0,0-.53-.2A3.74,3.74,0,0,1,.45,153V200Zm-76.89-72.81a.33.33,0,1,1-.18.29A.33.33,0,0,1,423.12,127.19Zm-2.06,2c.18-.08.32.06.3.31s-.18.35-.34.26a.3.3,0,0,1-.15-.31A.32.32,0,0,1,421.06,129.17Zm-88.92,22.6s.07-.07.11-.11a.19.19,0,0,1,.13.27l-.12.1A.17.17,0,0,1,332.14,151.77Zm-1.64,1.71a.33.33,0,0,1,.22-.25.52.52,0,0,1,.48.25.43.43,0,0,1,.1.51.28.28,0,0,1-.15.11.52.52,0,0,1-.18,0A.48.48,0,0,1,330.5,153.48Zm-130.21-1.71c0-.05.08-.07.13-.1a.2.2,0,0,1,.1.28l-.13.09A.18.18,0,0,1,200.29,151.77ZM164,159.16a.46.46,0,0,1,.48.08.34.34,0,0,1,0,.14c0,.14-.25.22-.45.15a.22.22,0,0,1-.18-.23A.28.28,0,0,1,164,159.16Zm-120.59,5v0a.17.17,0,0,1,.27,0c.12.1.12.2,0,.28a.18.18,0,0,1-.16,0,.2.2,0,0,1-.1-.26h0Z\" transform=\"translate(-0.44 -122.47)\"/><polygon class=\"cls-2\" points=\"327.04 29.27 327.05 29.27 327.05 29.27 327.04 29.27\"/><path class=\"cls-2\" d=\"M327.46,151.81h0l0-.06S327.47,151.8,327.46,151.81Z\" transform=\"translate(-0.44 -122.47)\"/><path class=\"cls-2\" d=\"M500,200V127.55a1.63,1.63,0,0,0-.37-.08l-1.73,0a.78.78,0,0,1-.53-.16,2.44,2.44,0,0,0-.85-.43,1.29,1.29,0,0,1-.32-.19,1.17,1.17,0,0,0-.72-.24l-.37-.06a.45.45,0,0,1-.3-.22,1.4,1.4,0,0,1-.09-.17.7.7,0,0,0-.7-.53l-2.11,0a1.3,1.3,0,0,1-.71-.25.72.72,0,0,0-.15-.11,7,7,0,0,1-1.05-.46.75.75,0,0,0-.36-.1,1.89,1.89,0,0,1-1.07-.37.74.74,0,0,0-.36-.12,3,3,0,0,0-.95,0,1.73,1.73,0,0,0-.69.31.67.67,0,0,1-.72,0l-.15-.11A.83.83,0,0,0,485,124c-.12,0-.23.11-.35.16a.25.25,0,0,1-.17,0,1.19,1.19,0,0,0-.92.1.68.68,0,0,1-.72-.07c-.05,0-.09-.08-.15-.11a.72.72,0,0,0-.88,0l-.59.5a.83.83,0,0,1-.52.19l-1.34,0a1.13,1.13,0,0,0-.53.19,1.59,1.59,0,0,1-.34.18,1.3,1.3,0,0,1-.93,0c-.12-.05-.22-.14-.33-.19a3.82,3.82,0,0,0-.36-.13.54.54,0,0,0-.49.2c-.06.12-.1.24-.15.36s-.22.33-.41.34a.52.52,0,0,1-.36-.08,1.68,1.68,0,0,0-1.05-.41,1.13,1.13,0,0,1-.18,0,.73.73,0,0,1-.35-.15,1.51,1.51,0,0,0-.89-.3l-.58,0a1,1,0,0,1-.54-.16,1.69,1.69,0,0,0-.9-.29,1.33,1.33,0,0,1-.71-.25,1,1,0,0,0-.71-.24l-.76-.07a.93.93,0,0,1-.52-.22,1,1,0,0,0-.51-.23,7.5,7.5,0,0,0-1.34,0,.82.82,0,0,0-.53.19,11,11,0,0,1-1.13,1,.36.36,0,0,1-.36,0,1.79,1.79,0,0,0-1.11-.2.67.67,0,0,0-.36.12,1.42,1.42,0,0,1-1.07.28.79.79,0,0,1-.37-.1,3.75,3.75,0,0,0-.86-.4,1.83,1.83,0,0,1-.49-.28.83.83,0,0,0-.36-.13l-.95-.08a.9.9,0,0,1-.52-.22.88.88,0,0,0-.52-.23c-.31,0-.63-.05-.95-.06a.76.76,0,0,1-.36-.11,2.79,2.79,0,0,0-.33-.19,1.38,1.38,0,0,0-1.11,0,.46.46,0,0,0-.17.09,1.62,1.62,0,0,0-.54.77,1.34,1.34,0,0,1-.07.18.57.57,0,0,1-.45.3l-.57,0c-.45,0-.9,0-1.34,0a.75.75,0,0,0-.53.19c-.09.1-.2.16-.29.25a.78.78,0,0,1-.87.22.39.39,0,0,0-.36,0,.47.47,0,0,1-.36.06,1,1,0,0,0-.74,0,1.58,1.58,0,0,1-.36.14,3.36,3.36,0,0,1-1.14,0,.63.63,0,0,1-.34-.16l-.75-.6a.33.33,0,0,0-.17-.07,1.59,1.59,0,0,0-.94,0l-.18.07a.44.44,0,0,1-.51,0,1.59,1.59,0,0,0-.74-.18,1.36,1.36,0,0,0-.89.27,1.4,1.4,0,0,1-1.29,0,1.17,1.17,0,0,0-.69-.28l-.38,0a.82.82,0,0,1-.51-.22,2.3,2.3,0,0,0-.57-.51.38.38,0,0,0-.36,0,.56.56,0,0,0-.17.09l-.57.51a.61.61,0,0,1-.54.06c-.71-.42-.71-.42-1.23-.41H436a1.35,1.35,0,0,0-.71.25,1.54,1.54,0,0,1-.51.26.82.82,0,0,0-.34.16,1.69,1.69,0,0,0-.72.86c-.13.2-.22.23-.47.12a1.4,1.4,0,0,0-.17-.09.65.65,0,0,0-.7.14c-.39.34-.75.7-1.13,1a.75.75,0,0,1-.72.09c-.06,0-.12,0-.17-.09a1.37,1.37,0,0,0-.51-.26,1.48,1.48,0,0,1-.35-.13L429,126a.59.59,0,0,0-.19,0,1.35,1.35,0,0,0-.92.16,1.58,1.58,0,0,1-.9.26h-.57l-2.49,0a.91.91,0,0,0-.54.17,1.39,1.39,0,0,1-.7.28,2.5,2.5,0,0,0-.38.06.58.58,0,0,0-.47.52c0,.13,0,.26,0,.38a.89.89,0,0,1-.34.66.86.86,0,0,1-.13.14.9.9,0,0,1-.52.22.56.56,0,0,1-.35-.13,1.34,1.34,0,0,0-.87-.34,1.31,1.31,0,0,1-.88-.32.87.87,0,0,0-.34-.15,1.11,1.11,0,0,1-.51-.25c-.14-.13-.29-.25-.44-.37l-.16-.11a.3.3,0,0,0-.35,0,8.46,8.46,0,0,1-.85.43,3.88,3.88,0,0,1-.85.4.2.2,0,0,0-.11.31,1.09,1.09,0,0,1,.15.73.46.46,0,0,1-.59.31A5.44,5.44,0,0,0,414,129a3.08,3.08,0,0,1-.83-.46.73.73,0,0,0-.36-.11,1.23,1.23,0,0,0-.91.2,2.15,2.15,0,0,1-.66.37,1.09,1.09,0,0,0-.33.19,4.77,4.77,0,0,0-.83.79.81.81,0,0,0-.15.34,1.73,1.73,0,0,0-.05.38,1.26,1.26,0,0,1-.24.71,1,1,0,0,0-.22.52,2.65,2.65,0,0,0-.05.38,1.06,1.06,0,0,1-.34.67,5.23,5.23,0,0,0-.39.42,1,1,0,0,0-.24.51l0,.38c0,.13,0,.26,0,.38a1.26,1.26,0,0,1-.36.86,1.12,1.12,0,0,1-.83.4,1.23,1.23,0,0,1-.74-.17c-.06,0-.11-.09-.16-.09a.59.59,0,0,0-.37.07,4,4,0,0,0-.46.35,1.19,1.19,0,0,1-.48.29,1.53,1.53,0,0,0-.52.23,1.51,1.51,0,0,1-.7.27c-.19,0-.38.06-.57.09s-.29.25-.44.36l-.46.34a.24.24,0,0,1-.34,0l-.45-.36a.53.53,0,0,0-.69,0c-.15.13-.3.24-.44.38a.9.9,0,0,1-.51.22c-.19,0-.39,0-.58,0l-.38,0a.45.45,0,0,0-.33.17.57.57,0,0,0-.05.54l.09.17c0,.06.07.11.1.16a.66.66,0,0,1-.09.87c-.27.28-.43.43-.8.13a1.14,1.14,0,0,1-.45-.59l-.08-.18a.53.53,0,0,0-.67-.15,5.58,5.58,0,0,0-1,.88,1.35,1.35,0,0,0-.25.51.61.61,0,0,1-.55.44l-.57.09a.71.71,0,0,0-.34.16,1.22,1.22,0,0,1-.91.21,1.07,1.07,0,0,1-.54-.17,1.09,1.09,0,0,0-.33-.19.71.71,0,0,0-.55.08c-.26.18-.5.39-.75.59a.89.89,0,0,1-.33.18,1.57,1.57,0,0,0-.77.55,1.33,1.33,0,0,0-.31.47,1.83,1.83,0,0,1-.54.77.93.93,0,0,1-.5.26l-.39,0a1.17,1.17,0,0,0-.67.32c-.09.09-.2.17-.29.25a.49.49,0,0,1-.51.16c-.44,0-.55,0-.62.48l0,.19a1.06,1.06,0,0,1-.34.66,1,1,0,0,1-.65.36,1.78,1.78,0,0,0-.56.1c-.06,0-.14,0-.17.07a1.06,1.06,0,0,0-.18.33,1.58,1.58,0,0,0-.05.38c0,.19,0,.38,0,.57a.56.56,0,0,1-.48.51,19.44,19.44,0,0,1-2.29,0,1.54,1.54,0,0,1-.73-.2.59.59,0,0,0-.53.12,12.1,12.1,0,0,0-1,.92,6.91,6.91,0,0,1-.57.51.46.46,0,0,1-.17.09,2.77,2.77,0,0,1-.76.08,1.56,1.56,0,0,0-1.06.33.92.92,0,0,1-.36.13,2.32,2.32,0,0,1-.38.05l-.38,0a1.3,1.3,0,0,0-.72.22,1.46,1.46,0,0,1-.89.29,1,1,0,0,0-.54.17,1.85,1.85,0,0,1-1.09.29,5.55,5.55,0,0,0-1.15.06.53.53,0,0,0-.18.05.57.57,0,0,0-.14.13c-.18.18-.37.35-.54.54a3,3,0,0,1-.43.37.5.5,0,0,1-.68,0,.6.6,0,0,0-.55-.08c-.18.05-.35.14-.53.19s-.37,0-.56-.06-.09.06-.12.11a.45.45,0,0,0,0,.36.4.4,0,0,0,.09.17c.31.41.69.76,1,1.14.23.13.33.24.36.4a1.73,1.73,0,0,1,0,.75.24.24,0,0,1-.27.2.4.4,0,0,1-.31-.18,1.34,1.34,0,0,1-.07-.18,2.1,2.1,0,0,1-.13-.55l-.31-.22-.15-.11a.75.75,0,0,0-.55,0,8.36,8.36,0,0,0-.76.57c-.23.16-.42.12-.62-.16s-.21-.3-.07-.51a1,1,0,0,0,.18-.53,6,6,0,0,0,0-1c0-.16-.07-.24-.23-.23a.53.53,0,0,0-.18,0,1.07,1.07,0,0,0-.44.35,2.68,2.68,0,0,1-.57.49c-.21.16-.34.17-.49.05l-.29-.24a.91.91,0,0,0-.16-.11c-.27-.19-.53-.18-.6.09a1.55,1.55,0,0,1-.64.9.7.7,0,0,1-.55.08,1.44,1.44,0,0,1-.48-.28.67.67,0,0,1-.32-.17,1.13,1.13,0,0,1-.38-.6,2,2,0,0,0-.73-.61.32.32,0,0,0-.36,0,1,1,0,0,1-1.07,0,.45.45,0,0,0-.54,0,1.44,1.44,0,0,1-.73.16,1.12,1.12,0,0,1-.55-.13,2.44,2.44,0,0,0-.68-.35c-.25,0-.43-.26-.66-.38a1.28,1.28,0,0,0-.55-.14h-.38a1.34,1.34,0,0,0-.89.28,1.1,1.1,0,0,1-.71.25,6.61,6.61,0,0,1-.77,0,.8.8,0,0,1-.51-.23,1.16,1.16,0,0,0-.32-.2.44.44,0,0,0-.37,0c-.34.18-.58.5-.91.69a.25.25,0,0,1-.34,0c-.19-.17-.38-.34-.56-.53s-.28-.25-.42-.38a.56.56,0,0,0-.54-.08,1.56,1.56,0,0,1-.92.18.91.91,0,0,1-.37-.08l-.5-.29a3.85,3.85,0,0,1-.69-.31,1.54,1.54,0,0,0-.91-.24H341.2a1.32,1.32,0,0,0-.72.21,1.43,1.43,0,0,1-.72.23h-2.3l-1,0a.84.84,0,0,0-.52.2.78.78,0,0,1-.34.17l-.56.09a1.48,1.48,0,0,0-.69.33c-.31.23-.51.21-.85,0a.44.44,0,0,1-.38-.37h0l-.3-.23a.76.76,0,0,0-.52-.17,1.29,1.29,0,0,0-.73.13,2.7,2.7,0,0,1-.34.17h0a.38.38,0,0,1-.29.19l-.35,0a.51.51,0,0,1-.44-.24.37.37,0,0,1,0-.34l0-.41a1.17,1.17,0,0,0-.73-.53,1.31,1.31,0,0,1-.5-.25c-.21-.15-.35,0-.49.11a2.11,2.11,0,0,0-.27.25c-.25.23-.18.71.08.79s.23.09.35.13a.48.48,0,0,1,.33.41,3,3,0,0,1,0,1.11.41.41,0,0,1-.23.28,1.28,1.28,0,0,1-.55.1,1,1,0,0,1-.68-.2c0,.16-.06.32-.1.49a.38.38,0,0,1-.08.17.94.94,0,0,1-.41.38.53.53,0,0,1-.37,0l-.36-.14a.44.44,0,0,0-.6.3,1.67,1.67,0,0,1-.53.77l-.15.12a.76.76,0,0,1-.34.16l-.57.1a.51.51,0,0,0-.4.36,1,1,0,0,1-.69.6.7.7,0,0,0-.32.19c-.19.16-.36.36-.55.53a1.3,1.3,0,0,1-.5.28.87.87,0,0,0-.35.13,3.92,3.92,0,0,1-.85.41,10.78,10.78,0,0,1-1,.51.74.74,0,0,0-.3.23l-.28.26a1.86,1.86,0,0,1-.81.48c-.22.07-.27.13-.36.41a1.86,1.86,0,0,1-.38.65,5.09,5.09,0,0,1-.86.75.39.39,0,0,1-.18.06,3.63,3.63,0,0,1-1.14,0,.66.66,0,0,1-.36-.13,1.55,1.55,0,0,0-1.08-.29l-.95.05a8.86,8.86,0,0,1-.07.9.6.6,0,0,1-.6.57h-.18l-.72.08c-.18.23-.28.3-.44.32l-.57.06a.6.6,0,0,0-.35.13c-.29.26-.7.3-1,.53a1.79,1.79,0,0,1-1.06.37.75.75,0,0,0-.51.22q-.37.3-.72.63l-.8.82a.84.84,0,0,1-.5.26c-.18,0-.37.06-.56.11a.27.27,0,0,0-.21.25,2.23,2.23,0,0,1,.21,1.11.73.73,0,0,1-.11.36,4,4,0,0,0-.42.85.59.59,0,0,1-.45.32c-.18,0-.37.07-.56.09a.56.56,0,0,0-.34.15c-.14.13-.3.25-.44.37a1.26,1.26,0,0,1-.86.36c-.7,0-1.4,0-2.1,0a.74.74,0,0,0-.53.17l-.72.63a.91.91,0,0,1-.53.2l-.76,0a5.33,5.33,0,0,0-.57,0,1,1,0,0,0-.52.22,1.41,1.41,0,0,0-.58,1,2.83,2.83,0,0,1-.09.37,1.22,1.22,0,0,1,.07.88.45.45,0,0,1-.21.28l0,0a1.09,1.09,0,0,1,0,.18.54.54,0,0,1-.05-.21.42.42,0,0,1-.16-.19,1.13,1.13,0,0,1,0-.18c0-.24,0-.49,0-.73l-.19,0a1.39,1.39,0,0,1-.7-.26,1.6,1.6,0,0,0-.49-.28,1.62,1.62,0,0,1-.5-.27c-.37-.35-.75-.68-1.14-1a.61.61,0,0,0-.16-.09.48.48,0,0,0-.37,0,4.67,4.67,0,0,0-.49.27.77.77,0,0,1-.88-.12l-.27-.27a5.56,5.56,0,0,0-.83-.78.65.65,0,0,0-.35-.15c-.12,0-.25,0-.37,0a1.44,1.44,0,0,1-.71-.25,1,1,0,0,0-.53-.2c-.44,0-.89,0-1.33-.05a.82.82,0,0,1-.52-.2c-.37-.34-.7-.73-1.11-1a1,1,0,0,0-.52-.21,7.72,7.72,0,0,0-1.52,0,.67.67,0,0,0-.18.07c-.23.09-.41.29-.67.34a4.66,4.66,0,0,0-.71.26.35.35,0,0,1-.35-.05,7,7,0,0,0-.6-.48,5.24,5.24,0,0,0-.68-.31.44.44,0,0,1-.14-.13c-.08-.17-.15-.35-.22-.52a.27.27,0,0,0-.3-.19.43.43,0,0,0-.34.1,1.34,1.34,0,0,0-.22.31.51.51,0,0,1-.63.27.4.4,0,0,0-.36.07,1.35,1.35,0,0,1-.71.22c-.44,0-.89,0-1.33,0a.52.52,0,0,0-.42.33c-.05.18-.08.37-.13.55a.3.3,0,0,1-.24.25.4.4,0,0,1-.33-.14.91.91,0,0,1-.32-.66,1.28,1.28,0,0,1,0-.19.6.6,0,0,0-.28.24,2.27,2.27,0,0,1-.81.79.69.69,0,0,1,0,.35.44.44,0,0,1-.2.28.4.4,0,0,1-.2-.28.54.54,0,0,1,.06-.35,1.69,1.69,0,0,1,.13-.31,1.05,1.05,0,0,0,.16-.49c0-.11,0-.23,0-.34a2.37,2.37,0,0,1-.3-.23,1.62,1.62,0,0,0-.65-.4.92.92,0,0,1-.53-.51c-.15-.29-.23-.3-.42-.15a1.13,1.13,0,0,0-.45.6l-.07.18a.59.59,0,0,1-.57.42,2.41,2.41,0,0,1-.38,0,.59.59,0,0,1-.46-.28,4.2,4.2,0,0,0-1.54-.07.59.59,0,0,1-.44.31.47.47,0,0,1-.49-.22,3.4,3.4,0,0,0-.71-1.11,1.64,1.64,0,0,1-.38-.65.76.76,0,0,0-.53-.5,1.26,1.26,0,0,1-.5-.26,3.85,3.85,0,0,0-.57-.5.71.71,0,0,0-.73-.06,3.48,3.48,0,0,0-.48.3,2.27,2.27,0,0,0-.87.38.74.74,0,0,1-.72-.05c-.19-.17-.39-.32-.57-.5a4.18,4.18,0,0,0-.86-.4.44.44,0,0,1-.15-.12,1.1,1.1,0,0,0-.89-.26,1,1,0,0,0-.53.17c-.11.07-.2.16-.31.23a.57.57,0,0,1-.54,0l-.33-.2a.64.64,0,0,0-.87,0,1.08,1.08,0,0,1-.69.27c-.57,0-1.14,0-1.72,0a1.18,1.18,0,0,1-.54-.17c-.05,0-.09-.08-.15-.12a1.73,1.73,0,0,0-.51-.25,1.47,1.47,0,0,1-.48-.29c-.19-.17-.38-.34-.59-.5s-.6-.18-.85-.4a1.29,1.29,0,0,0-.7-.27l-.19,0a.85.85,0,0,1-.53-.2,1.65,1.65,0,0,0-.87-.34l-.19,0-.6.07c0,.13,0,.26,0,.38a1.34,1.34,0,0,1,0,.2.69.69,0,0,1-.37.4,10.17,10.17,0,0,1-2.1,0,.91.91,0,0,1-.52-.23.94.94,0,0,0-.52-.22l-.38-.06a1,1,0,0,1-.52-.21c-.13-.14-.28-.26-.42-.39a1.22,1.22,0,0,0-.65-.37,1,1,0,0,1-.5-.27c-.14-.13-.28-.27-.41-.41a1.14,1.14,0,0,0-.47-.31,2.2,2.2,0,0,1-.36-.13c-.17-.08-.32-.2-.49-.29s-.37-.09-.53-.2a2.73,2.73,0,0,0-.86-.41.83.83,0,0,1-.16-.09,2.26,2.26,0,0,0-.83-.46,1.35,1.35,0,0,1-.34-.17,1.38,1.38,0,0,0-.9-.26l-2.49,0a.79.79,0,0,1-.37-.07,3.92,3.92,0,0,0-.85-.41l-.17-.08a.64.64,0,0,1-.16-.11c-.19-.17-.38-.34-.56-.52a.79.79,0,0,0-.5-.26,2.12,2.12,0,0,1-1.24-.41,2.7,2.7,0,0,1-.86-.4,1.24,1.24,0,0,0-.54-.18,1.86,1.86,0,0,1-.74-.17.71.71,0,0,0-.72,0,1.17,1.17,0,0,1-.55.16,12.35,12.35,0,0,1-1.72,0,1,1,0,0,1-.53-.19,1.47,1.47,0,0,0-.88-.31h-1.92a1.59,1.59,0,0,1-.9-.27.76.76,0,0,0-.73-.05.51.51,0,0,0-.16.09.33.33,0,0,1-.36,0,2.67,2.67,0,0,0-.54-.19,1.23,1.23,0,0,0-1.08.2,3.63,3.63,0,0,1-.47.33c-.18.12-.41.11-.49-.05-.25-.51-.3-.5-.9-.52-.45,0-.9,0-1.34,0h-1.54a1.23,1.23,0,0,1-.72-.2,1.81,1.81,0,0,0-.9-.29,1.07,1.07,0,0,1-.67-.31c-.14-.13-.29-.25-.43-.39a1,1,0,0,0-.48-.29,2.44,2.44,0,0,1-.69-.33,1,1,0,0,0-.54-.15,2,2,0,0,0-.75.14c-.34.13-.5,0-.57-.28l-.12-.55a.45.45,0,0,0-.43-.33h-.19a.71.71,0,0,0-.76.44,3.65,3.65,0,0,1-.18.34.43.43,0,0,1-.65,0c-.06-.11-.12-.23-.17-.34s-.21-.37-.36-.41A3.09,3.09,0,0,1,202,151a.62.62,0,0,0-.36-.09,1.41,1.41,0,0,0-1.08.3.69.69,0,0,1-.72,0l-.16-.09a1.18,1.18,0,0,0-.73-.19,1.13,1.13,0,0,0-.71.22,1.28,1.28,0,0,1-.52.23,1.09,1.09,0,0,0-.64.39l-.28.27a.28.28,0,0,1-.46-.06l-.2-.33a.56.56,0,0,0-.31-.21,1.36,1.36,0,0,0-.93.07.77.77,0,0,1-.72.11.45.45,0,0,0-.51.11c-.19.17-.37.36-.56.51a.6.6,0,0,1-.72,0l-.16-.11a1.49,1.49,0,0,0-.14-.12.62.62,0,0,0-.71,0,1.52,1.52,0,0,1-1.06.36c-.32,0-.64,0-1,0a.65.65,0,0,0-.19,0,.56.56,0,0,0-.41.35,1.34,1.34,0,0,1-.07.18.56.56,0,0,1-.82.18l-.75-.59a.4.4,0,0,0-.17-.09c-.12,0-.25,0-.38,0l-.5.27c-.22.12-.49.14-.71.28,0,0-.09.08-.15.11a1.28,1.28,0,0,1-.54.18l-.95,0c-.32,0-.64,0-1,0a.83.83,0,0,0-.51.23,1,1,0,0,1-.69.28h-.58a1,1,0,0,1-.71-.23c-.19-.15-.36-.06-.51.05s-.4.31-.6.47a.61.61,0,0,1-.71.09.82.82,0,0,0-.9,0,1.06,1.06,0,0,1-.36.09c-.13,0-.26,0-.38,0h-.39a1.31,1.31,0,0,0-.71.24.72.72,0,0,1-.15.11,3.53,3.53,0,0,0-.52.22,1.72,1.72,0,0,0-.34.46c-.14.2-.26.25-.48.15a1.68,1.68,0,0,0-.73-.19,2,2,0,0,1-.73-.2c-.31-.13-.37-.09-.53.3a1.42,1.42,0,0,1-.08.18.54.54,0,0,1-.5.18l-.36-.13a.59.59,0,0,0-.37-.08,1,1,0,0,0-.54.5,1.27,1.27,0,0,0-.06.18c0,.19,0,.38-.07.57a.58.58,0,0,1-.52.47l-.95.07a2.53,2.53,0,0,0-.36.12c-.35.31-.84.3-1.21.55a.36.36,0,0,1-.17.07.67.67,0,0,1-.18-.07,2.06,2.06,0,0,0-.91-.24,1.2,1.2,0,0,1-.71-.25.69.69,0,0,0-.54-.12.47.47,0,0,0-.39.35c-.05.25-.09.51-.15.75a.34.34,0,0,1-.27.25,1.36,1.36,0,0,1-.93-.06l-.34-.16c-.13-.05-.15,0-.38.35-.13.21-.13.21-.46.15a.37.37,0,0,0-.45.24c0,.19-.07.38-.1.57a.51.51,0,0,1-.74.35c-.06,0-.11-.08-.16-.1a.31.31,0,0,0-.47.13l-.2.33a.53.53,0,0,1-.5.2.89.89,0,0,1-.35-.14c-.14-.09-.25-.07-.32,0a.37.37,0,0,0,.07.51,1.11,1.11,0,0,1,.3.22c.09.09.06.21-.09.28a1.94,1.94,0,0,1-.75.12,1.31,1.31,0,0,0-.72.23.41.41,0,0,1-.52-.05,5.35,5.35,0,0,0-.62-.44.35.35,0,0,0-.36,0c-.19.16-.38.34-.56.52a.84.84,0,0,1-.52.2l-.58,0-.76,0a.58.58,0,0,0-.58.41,1.42,1.42,0,0,1-.54.77.36.36,0,0,1-.35,0l-.35-.16a.62.62,0,0,0-.55,0c-.12,0-.22.14-.33.18s-.37,0-.56,0a.33.33,0,0,0-.19,0,1.15,1.15,0,0,0-.63.67.51.51,0,0,0-.07.17.46.46,0,0,1-.43.32c-.32,0-.64,0-1,.07a.79.79,0,0,0-.51.22,1,1,0,0,1-.32.21,7.46,7.46,0,0,0-.88.37.36.36,0,0,1-.18,0c-.42-.1-.43-.11-.7,0a.8.8,0,0,1-1-.16c-.69.06-1.39,0-2.07.09a.53.53,0,0,0-.44.31l-.15.35a.83.83,0,0,1,0,.56,2,2,0,0,0-.23.72,2.41,2.41,0,0,1-.07.37.5.5,0,0,1-.62.28.65.65,0,0,1-.16-.09,1.6,1.6,0,0,0-.89-.29,1.34,1.34,0,0,1-.72-.23,1.19,1.19,0,0,0-.71-.22c-.26,0-.51,0-.76,0a1.58,1.58,0,0,0-.37.11,1.77,1.77,0,0,1-1.06.35.79.79,0,0,0-.52.2q-.35.33-.72.63a.87.87,0,0,1-.33.17,1.5,1.5,0,0,0-.51.24l-.16.1a.58.58,0,0,1-.82-.21l-.15-.35a.52.52,0,0,0-.46-.28,6.21,6.21,0,0,0-1.14,0,1.4,1.4,0,0,0-.72.21.57.57,0,0,1-.54,0c-.12,0-.23-.11-.35-.15a1.85,1.85,0,0,1-.67-.34c-.19-.17-.39-.33-.59-.48a.94.94,0,0,0-.53-.18c-.26,0-.51,0-.77,0a.94.94,0,0,1-.53-.18,2.12,2.12,0,0,0-.66-.36,2.25,2.25,0,0,1-.5-.29,1.14,1.14,0,0,0-.54-.17h-1.14l-.19,0a.56.56,0,0,0-.52.47l-.06.57c0,.16-.08.23-.32.44l-.12.69a.54.54,0,0,1-.09.31,1.25,1.25,0,0,1-.64.49,3.37,3.37,0,0,1-.31.21c-.19.12-.37.08-.44-.11a.94.94,0,0,0-.14-.34,3.43,3.43,0,0,0-.86-1,.68.68,0,0,1-.24-.29s-.11.07-.15.11a1.61,1.61,0,0,1-.66.37,2.25,2.25,0,0,0-.65.39.66.66,0,0,1-.36.13c-.32,0-.64,0-1,.06a1.08,1.08,0,0,0-.36.11,7.19,7.19,0,0,1-.67.37c-.23.09-.25.15-.16.43a2.27,2.27,0,0,1,.13.56.5.5,0,0,1-.33.41,1.37,1.37,0,0,1-1.26-.26.74.74,0,0,0-.36-.12c-.31,0-.63,0-.95-.08a.92.92,0,0,1-.51-.23,1.08,1.08,0,0,0-.7-.26,22.06,22.06,0,0,0-2.3,0,.78.78,0,0,0-.36.13l-.15.11a1.39,1.39,0,0,1-.7.28,1.39,1.39,0,0,0-.88.31,1,1,0,0,1-.35.16,1.55,1.55,0,0,0-.81.47c-.27.28-.53.55-.81.81a1,1,0,0,1-.33.2,2.66,2.66,0,0,0-.69.31.94.94,0,0,1-.53.19c-.19,0-.38.05-.57.07a.7.7,0,0,0-.33.17,1.16,1.16,0,0,1-.71.25l-2.11,0a1.17,1.17,0,0,0-.7.27,1,1,0,0,1-.52.22c-.32,0-.64,0-1,0l-3.26,0a1.22,1.22,0,0,0-.72.21,1.63,1.63,0,0,1-.53.21l-.38,0a1.08,1.08,0,0,0-.53.18,1.64,1.64,0,0,1-.91.27c-1,0-2,0-3.06,0a1,1,0,0,1-.68-.3c-.09-.09-.2-.16-.29-.25a1.55,1.55,0,0,0-.66-.37.89.89,0,0,1-.34-.16l-.16-.11a.78.78,0,0,0-.51-.23c-.38,0-.77,0-1.15-.05a1.5,1.5,0,0,1-.89-.29,1,1,0,0,0-.54-.17l-1.91,0-1.73,0a1.16,1.16,0,0,0-.71.23,1.51,1.51,0,0,1-1.1.21l-.18-.05a1.34,1.34,0,0,0-.18-.07.41.41,0,0,0-.56.32,1.32,1.32,0,0,1-.46,1,.4.4,0,0,1-.51,0,1.4,1.4,0,0,1-.58-.73.62.62,0,0,0-.56-.44,1.59,1.59,0,0,1-1-.42c-.14-.13-.31-.22-.46-.34a.24.24,0,0,0-.35,0,.82.82,0,0,1-.34.16.67.67,0,0,1-.55-.09,6.49,6.49,0,0,1-1.11-1,1.05,1.05,0,0,0-.69-.29c-.25,0-.51,0-.76,0a.89.89,0,0,1-.53-.2,5,5,0,0,0-.47-.33c-.33-.22-.38-.22-.56.13a.63.63,0,0,1-.24.29,1.22,1.22,0,0,1-1.1,0,4.45,4.45,0,0,0-.86-.39,2.63,2.63,0,0,1-.35-.15.5.5,0,0,0-.52,0,1.48,1.48,0,0,1-.74.16,1.26,1.26,0,0,1-.55-.12.91.91,0,0,1-.16-.11,1.29,1.29,0,0,0-.71-.24,1.5,1.5,0,0,1-.88-.34,1,1,0,0,0-.52-.2,2.82,2.82,0,0,1-.57-.09c-.3-.1-.53-.36-.86-.41a.65.65,0,0,1-.34-.15,1.29,1.29,0,0,0-.7-.29,2.65,2.65,0,0,1-.38,0,.84.84,0,0,1-.5-.24,6.89,6.89,0,0,0-.56-.52.73.73,0,0,0-.33-.19,1.64,1.64,0,0,1-.68-.32.73.73,0,0,0-.34-.17,1.46,1.46,0,0,1-.67-.36c-.13-.13-.28-.26-.41-.4a1,1,0,0,0-.68-.3l-.19,0a1.1,1.1,0,0,1-.69-.27l-.59-.49a.53.53,0,0,0-.34-.15l-1-.07a.85.85,0,0,1-.51-.23l-1-.91a3.33,3.33,0,0,1-.25-.28,1.33,1.33,0,0,1-.28-.49c-.13-.32-.28-.33-.55-.06s-.38.3-.62.08l-.41-.4a.78.78,0,0,0-.53-.18,1.57,1.57,0,0,0-.57,0,.49.49,0,0,0-.29.44.89.89,0,0,0,.21.52c.27.36.66.6.93,1a.33.33,0,0,1,.07.16.41.41,0,0,1,0,.19c-.05.32-.58.66-.88.32-.08-.1-.19-.17-.27-.27a1.09,1.09,0,0,0-.63-.4,1.11,1.11,0,0,1-.51-.25c-.19-.17-.37-.35-.57-.51a.57.57,0,0,0-.35-.14,1.59,1.59,0,0,0-.38,0,.73.73,0,0,0-.7.46l-.37,0a.91.91,0,0,1-.53-.2c-.25-.2-.48-.42-.72-.63a.56.56,0,0,0-.17-.09,1.25,1.25,0,0,0-.93,0,1.32,1.32,0,0,0-.32.2,1,1,0,0,1-.53.2c-.25,0-.51,0-.76,0h-.77a1.41,1.41,0,0,1-.89-.28,1.29,1.29,0,0,0-.72-.24l-.57,0a1.11,1.11,0,0,1-.71-.25,1.52,1.52,0,0,0-.72-.22l-.57,0a1.26,1.26,0,0,1-.72-.23,1,1,0,0,0-.52-.2l-.39,0-.38,0a.59.59,0,0,1-.59-.38,1.76,1.76,0,0,0-.5-.8c-.25-.21-.48-.42-.73-.62a.67.67,0,0,0-.35-.14l-.77,0a1.45,1.45,0,0,1-.71-.25,1.07,1.07,0,0,0-.69-.27l-1,0a1.53,1.53,0,0,1-.9-.26,1.29,1.29,0,0,0-.72-.21l-.19,0c-.19-.05-.37-.11-.44-.31a2.26,2.26,0,0,0-.64-.94l-.43-.37a.27.27,0,0,0-.45.08,2.4,2.4,0,0,1-.21.31A.54.54,0,0,1,22,158a.79.79,0,0,0-.61-.64.91.91,0,0,1-.34-.17,2,2,0,0,0-.67-.36,7.08,7.08,0,0,1-.66-.38c-.17-.08-.36-.13-.53-.2s-.34-.19-.5-.28a.8.8,0,0,0-.37-.08,1.51,1.51,0,0,1-.9-.27,1.23,1.23,0,0,0-.72-.23l-1.15-.05a.84.84,0,0,1-.52-.2,1.19,1.19,0,0,0-.7-.29l-.76,0a1.07,1.07,0,0,1-.54-.17,1.58,1.58,0,0,0-.9-.26l-1.53,0a.94.94,0,0,1-.54-.17,1.6,1.6,0,0,0-.9-.28,7.23,7.23,0,0,0-1.14,0,1.58,1.58,0,0,0-.37.11c-.11.05-.22.13-.33.19l-1.06.4a1.25,1.25,0,0,1-.19,0,2.39,2.39,0,0,0-.92-.22,3.62,3.62,0,0,1-.57,0,1,1,0,0,1-.54-.17,1.44,1.44,0,0,0-.89-.29c-.13,0-.26,0-.38,0a1.32,1.32,0,0,1-.88-.33,1,1,0,0,0-.52-.2,3.81,3.81,0,0,1-.95-.12V200Zm-76.89-72.37a.33.33,0,0,1,0,.58.34.34,0,0,1,0-.58Zm-2.05,2c.18-.08.31.06.3.3s-.18.36-.34.26a.27.27,0,0,1-.15-.3A.29.29,0,0,1,421.06,129.6Zm-88.93,22.46s.08-.07.12-.11a.21.21,0,0,1,.13.27l-.12.11A.19.19,0,0,1,332.13,152.06Zm-1.64,1.71a.37.37,0,0,1,.22-.26.52.52,0,0,1,.48.25.44.44,0,0,1,.11.51.33.33,0,0,1-.15.11.58.58,0,0,1-.19,0A.48.48,0,0,1,330.49,153.77Zm-130.21-1.71s.09-.07.13-.1a.21.21,0,0,1,.11.28l-.14.09A.19.19,0,0,1,200.28,152.06ZM164,159.41a.41.41,0,0,1,.47.08.52.52,0,0,1,.06.13c0,.14-.25.22-.45.16s-.2-.13-.18-.23A.2.2,0,0,1,164,159.41Zm-120.59,5s0,0,0,0a.19.19,0,0,1,.28,0c.12.1.12.2,0,.28a.22.22,0,0,1-.16,0,.21.21,0,0,1-.1-.27l0,0Z\" transform=\"translate(-0.44 -122.47)\"/><polygon class=\"cls-2\" points=\"327.04 30.56 327.04 30.56 327.04 30.55 327.04 30.56\"/><path class=\"cls-2\" d=\"M327.46,153.09h0V153Z\" transform=\"translate(-0.44 -122.47)\"/></svg></li><li title=\"shredded paper top \"><svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 499.56 77.53\"><defs><style>.cls-1{fill:#c6c6c6;}.cls-2{fill:inherit;}</style></defs><path class=\"cls-1\" d=\"M.44.47V73.36a2.83,2.83,0,0,0,.37.09l1.73,0a.84.84,0,0,1,.53.17,2.53,2.53,0,0,0,.85.43,1.57,1.57,0,0,1,.33.19,1.08,1.08,0,0,0,.71.24,2.2,2.2,0,0,1,.37.07.42.42,0,0,1,.3.22.51.51,0,0,1,.09.16.7.7,0,0,0,.7.54l2.11,0a1.3,1.3,0,0,1,.71.25.57.57,0,0,0,.16.11,5.72,5.72,0,0,1,1,.47.74.74,0,0,0,.36.09,1.88,1.88,0,0,1,1.07.38.85.85,0,0,0,.36.12,3,3,0,0,0,.95,0,1.73,1.73,0,0,0,.69-.31.67.67,0,0,1,.72,0,1.58,1.58,0,0,1,.15.12.79.79,0,0,0,.73.1c.12,0,.23-.11.35-.15a.34.34,0,0,1,.17,0,1.14,1.14,0,0,0,.92-.09.68.68,0,0,1,.72.06.88.88,0,0,0,.15.12.73.73,0,0,0,.89,0c.19-.16.38-.34.58-.5a.91.91,0,0,1,.52-.2l1.34,0a1.1,1.1,0,0,0,.54-.19,1.32,1.32,0,0,1,.33-.18,1.25,1.25,0,0,1,.93,0c.12,0,.22.14.33.19l.36.13a.54.54,0,0,0,.5-.2l.14-.36c.12-.25.22-.33.41-.35a.52.52,0,0,1,.36.09,1.76,1.76,0,0,0,1,.41l.19,0a.83.83,0,0,1,.35.15,1.41,1.41,0,0,0,.89.3l.57,0a1,1,0,0,1,.54.16,1.56,1.56,0,0,0,.9.29,1.43,1.43,0,0,1,.71.26,1,1,0,0,0,.71.24c.25,0,.51,0,.76.07a.93.93,0,0,1,.52.22.92.92,0,0,0,.51.23,7.5,7.5,0,0,0,1.34,0,.82.82,0,0,0,.53-.19,10.94,10.94,0,0,1,1.13-1,.34.34,0,0,1,.36,0,1.94,1.94,0,0,0,1.11.2.65.65,0,0,0,.36-.12,1.4,1.4,0,0,1,1.08-.29.75.75,0,0,1,.36.1,3.06,3.06,0,0,0,.86.4,2.1,2.1,0,0,1,.5.29.75.75,0,0,0,.35.13l1,.08a.88.88,0,0,1,.52.22.88.88,0,0,0,.52.23c.31,0,.63,0,1,.07a.82.82,0,0,1,.37.1,1.81,1.81,0,0,0,.33.2,1.47,1.47,0,0,0,1.11,0,.91.91,0,0,0,.17-.09,1.76,1.76,0,0,0,.53-.78l.07-.18a.6.6,0,0,1,.45-.31c.2,0,.39,0,.58,0l1.34,0a.75.75,0,0,0,.52-.19c.09-.09.2-.16.29-.25a.78.78,0,0,1,.87-.22.36.36,0,0,0,.36,0,.48.48,0,0,1,.36-.06,1,1,0,0,0,.74,0,1.78,1.78,0,0,1,.36-.14,3.36,3.36,0,0,1,1.14,0,.7.7,0,0,1,.35.16l.74.6a.53.53,0,0,0,.17.08,1.76,1.76,0,0,0,.94,0,.58.58,0,0,0,.18-.08.49.49,0,0,1,.52,0,1.65,1.65,0,0,0,.73.19c.33,0,.4,0,.89-.28a1.4,1.4,0,0,1,1.29,0,1.19,1.19,0,0,0,.69.29l.38,0a.83.83,0,0,1,.51.23,2.74,2.74,0,0,0,.57.51.38.38,0,0,0,.36,0,.56.56,0,0,0,.17-.09l.57-.52a.64.64,0,0,1,.54-.05c.71.42.72.41,1.23.41l.39,0a1.22,1.22,0,0,0,.71-.25,1.38,1.38,0,0,1,.5-.25.93.93,0,0,0,.35-.16,1.7,1.7,0,0,0,.71-.87c.14-.2.22-.23.47-.12a1.4,1.4,0,0,0,.17.09.66.66,0,0,0,.71-.14c.38-.34.74-.71,1.12-1.05a.77.77,0,0,1,.73-.09s.12,0,.16.09a1.45,1.45,0,0,0,.51.26,2.6,2.6,0,0,1,.36.13,4.82,4.82,0,0,0,.5.27.43.43,0,0,0,.19,0,1.29,1.29,0,0,0,.92-.15,1.51,1.51,0,0,1,.9-.27c.19,0,.38,0,.58,0l2.48,0a.91.91,0,0,0,.54-.17,1.39,1.39,0,0,1,.7-.28,2.5,2.5,0,0,0,.38-.06.58.58,0,0,0,.47-.52c0-.13,0-.26,0-.39a.91.91,0,0,1,.34-.66,1.79,1.79,0,0,1,.13-.14.9.9,0,0,1,.52-.22.54.54,0,0,1,.35.13,1.4,1.4,0,0,0,.87.35,1.3,1.3,0,0,1,.88.31.85.85,0,0,0,.35.15,1.15,1.15,0,0,1,.5.26c.14.13.29.25.44.37l.16.11a.3.3,0,0,0,.35,0,6.77,6.77,0,0,1,.85-.43,3.5,3.5,0,0,1,.85-.41c.15,0,.17-.18.11-.31a1.09,1.09,0,0,1-.15-.73.46.46,0,0,1,.59-.31,4.83,4.83,0,0,0,.67.36,3,3,0,0,1,.83.47.73.73,0,0,0,.36.11,1.21,1.21,0,0,0,.91-.2,2.15,2.15,0,0,1,.66-.37,1.09,1.09,0,0,0,.33-.19,4.84,4.84,0,0,0,.83-.8.79.79,0,0,0,.15-.35,1.2,1.2,0,0,0,0-.38,1.29,1.29,0,0,1,.24-.71A1.16,1.16,0,0,0,91,69c0-.13,0-.26,0-.39a1,1,0,0,1,.33-.67,3.88,3.88,0,0,0,.39-.42,1,1,0,0,0,.24-.51l0-.39c0-.12,0-.25,0-.38a1.21,1.21,0,0,1,.37-.86,1.06,1.06,0,0,1,.83-.4,1.15,1.15,0,0,1,.73.17c.06,0,.11.09.17.09a.58.58,0,0,0,.36-.08A3,3,0,0,0,95,64.8a1.22,1.22,0,0,1,.48-.3,1.53,1.53,0,0,0,.52-.23,1.44,1.44,0,0,1,.71-.27c.19,0,.37-.06.56-.09l.44-.37c.15-.12.31-.22.47-.34a.22.22,0,0,1,.33,0l.45.36a.53.53,0,0,0,.7,0c.14-.12.3-.24.43-.37a.81.81,0,0,1,.52-.22l.57,0,.38,0a.45.45,0,0,0,.33-.17.57.57,0,0,0,0-.54l-.09-.17-.09-.17a.65.65,0,0,1,.08-.87c.27-.28.43-.43.8-.13a1.15,1.15,0,0,1,.46.6.87.87,0,0,0,.07.17.52.52,0,0,0,.67.16,6.08,6.08,0,0,0,1-.89,1.5,1.5,0,0,0,.24-.51.61.61,0,0,1,.55-.45l.57-.08a.73.73,0,0,0,.34-.17,1.22,1.22,0,0,1,.91-.21,1.07,1.07,0,0,1,.54.17,1.23,1.23,0,0,0,.33.19.63.63,0,0,0,.55-.08c.26-.18.5-.39.75-.59A.86.86,0,0,1,110,59a1.55,1.55,0,0,0,.76-.55,1.28,1.28,0,0,0,.31-.48,1.92,1.92,0,0,1,.55-.77.9.9,0,0,1,.5-.26l.38,0a1.27,1.27,0,0,0,.68-.32l.29-.26a.49.49,0,0,1,.5-.16c.44.05.55,0,.62-.48l0-.19a1.09,1.09,0,0,1,.34-.67,1.11,1.11,0,0,1,.65-.36,2.19,2.19,0,0,0,.57-.09s.14,0,.17-.08a1.15,1.15,0,0,0,.17-.33,2.5,2.5,0,0,0,.06-.38c0-.2,0-.39,0-.58a.55.55,0,0,1,.47-.51,19.61,19.61,0,0,1,2.3,0,1.53,1.53,0,0,1,.72.2.58.58,0,0,0,.54-.12,12,12,0,0,0,1-.93c.18-.18.38-.35.57-.51a.38.38,0,0,1,.17-.08,2.44,2.44,0,0,1,.76-.09,1.61,1.61,0,0,0,1.07-.34,1,1,0,0,1,.35-.13,2.45,2.45,0,0,1,.38,0l.38,0a1.23,1.23,0,0,0,.72-.23,1.53,1.53,0,0,1,.89-.29,1,1,0,0,0,.55-.17,1.8,1.8,0,0,1,1.08-.29,5.55,5.55,0,0,0,1.15-.06.53.53,0,0,0,.18-.05.44.44,0,0,0,.14-.13c.18-.18.37-.36.54-.55a3.19,3.19,0,0,1,.44-.37.48.48,0,0,1,.67,0,.63.63,0,0,0,.55.09c.18,0,.35-.15.53-.2s.37,0,.56.06c0,0,.09-.06.12-.11a.45.45,0,0,0,0-.36.4.4,0,0,0-.09-.17c-.31-.41-.68-.76-1-1.14-.23-.14-.33-.25-.35-.41a1.58,1.58,0,0,1,0-.75q.08-.22.27-.21a.39.39,0,0,1,.31.19.87.87,0,0,1,.07.17,1.83,1.83,0,0,1,.13.56l.31.22.15.11a.75.75,0,0,0,.55,0,8.36,8.36,0,0,0,.76-.57c.23-.16.42-.13.62.16s.21.31.07.51a1,1,0,0,0-.18.54,6,6,0,0,0,0,.95c0,.17.08.25.23.23a1,1,0,0,0,.18,0,1.19,1.19,0,0,0,.44-.36,2.68,2.68,0,0,1,.57-.49c.21-.16.34-.18.49-.06l.3.25.15.11c.27.19.54.18.6-.09a1.6,1.6,0,0,1,.64-.91.71.71,0,0,1,.55-.08,1.66,1.66,0,0,1,.48.29.78.78,0,0,1,.33.16,1.22,1.22,0,0,1,.38.61,2.05,2.05,0,0,0,.72.62.36.36,0,0,0,.36,0,1,1,0,0,1,1.08,0c.22.11.29.1.53,0a1.46,1.46,0,0,1,.74-.16,1.07,1.07,0,0,1,.55.14,2.64,2.64,0,0,0,.67.34c.26.06.43.27.66.39a1.31,1.31,0,0,0,.55.13h.38a1.39,1.39,0,0,0,.9-.29,1.06,1.06,0,0,1,.7-.24c.26,0,.51,0,.77,0a.92.92,0,0,1,.51.23,1.07,1.07,0,0,0,.32.2.38.38,0,0,0,.37,0c.34-.18.58-.5.91-.69a.25.25,0,0,1,.34,0l.56.53c.13.14.28.26.42.39a.56.56,0,0,0,.54.08,1.42,1.42,0,0,1,.92-.18.77.77,0,0,1,.37.08l.5.29a3.85,3.85,0,0,1,.69.31,1.54,1.54,0,0,0,.91.24h2.88a1.33,1.33,0,0,0,.72-.22,1.33,1.33,0,0,1,.72-.22l2.3,0,1,0a.89.89,0,0,0,.53-.2.82.82,0,0,1,.33-.18l.57-.09a1.38,1.38,0,0,0,.68-.32.59.59,0,0,1,.85,0,.45.45,0,0,1,.38.38h0l.3.23a.83.83,0,0,0,.53.18,1.43,1.43,0,0,0,.73-.14,2.06,2.06,0,0,1,.33-.17h0a.38.38,0,0,1,.29-.19l.35,0a.52.52,0,0,1,.45.24.4.4,0,0,1,0,.34l0,.41a1.21,1.21,0,0,0,.73.54,1.31,1.31,0,0,1,.5.25c.21.15.35,0,.49-.11a3.33,3.33,0,0,0,.28-.25c.24-.24.17-.72-.09-.8s-.23-.09-.35-.13a.48.48,0,0,1-.33-.41,2.82,2.82,0,0,1,0-1.12.39.39,0,0,1,.22-.28,1.28,1.28,0,0,1,.55-.1,1,1,0,0,1,.68.2c0-.16.07-.33.1-.49a.71.71,0,0,1,.08-.18.89.89,0,0,1,.42-.37.45.45,0,0,1,.36,0c.12,0,.24.1.36.13a.43.43,0,0,0,.6-.3,1.62,1.62,0,0,1,.54-.77l.14-.12a.66.66,0,0,1,.35-.16l.56-.1a.51.51,0,0,0,.4-.37,1,1,0,0,1,.69-.6.79.79,0,0,0,.33-.19c.19-.17.35-.36.54-.54a1.16,1.16,0,0,1,.5-.27,1,1,0,0,0,.35-.14,3.92,3.92,0,0,1,.85-.41,9.85,9.85,0,0,1,1-.51.73.73,0,0,0,.29-.23c.09-.1.19-.18.28-.27a1.94,1.94,0,0,1,.82-.48c.21-.07.26-.13.35-.41a1.9,1.9,0,0,1,.38-.66,5.57,5.57,0,0,1,.86-.75.39.39,0,0,1,.18-.06,3.69,3.69,0,0,1,1.15,0,.63.63,0,0,1,.35.13,1.55,1.55,0,0,0,1.08.29l1,0a7,7,0,0,1,.06-.91c0-.34.2-.5.6-.56l.18,0,.72-.07c.18-.24.28-.31.44-.33l.57-.06a.66.66,0,0,0,.36-.13c.29-.27.69-.31,1-.54a1.78,1.78,0,0,1,1.06-.36.9.9,0,0,0,.52-.22c.24-.21.48-.42.71-.64s.53-.56.8-.83a.93.93,0,0,1,.5-.26,3.47,3.47,0,0,0,.56-.11.3.3,0,0,0,.22-.25,2.08,2.08,0,0,1-.21-1.12.72.72,0,0,1,.1-.36,4.61,4.61,0,0,0,.43-.86.58.58,0,0,1,.44-.32l.56-.08a.6.6,0,0,0,.34-.16c.14-.13.3-.25.44-.37a1.28,1.28,0,0,1,.86-.36l2.1,0a.79.79,0,0,0,.54-.18l.72-.63a.83.83,0,0,1,.52-.19l.76,0a5.62,5.62,0,0,0,.58,0,.9.9,0,0,0,.51-.22,1.37,1.37,0,0,0,.58-.95,2.22,2.22,0,0,1,.09-.37,1.33,1.33,0,0,1-.07-.9.43.43,0,0,1,.21-.27.05.05,0,0,1,0,0,1.21,1.21,0,0,1,0-.19.54.54,0,0,1,.05.22.42.42,0,0,1,.16.19,1.16,1.16,0,0,1,0,.18l0,.73.19,0a1.37,1.37,0,0,1,.7.27,2,2,0,0,0,.5.28,1.25,1.25,0,0,1,.49.27c.37.35.76.68,1.14,1a.83.83,0,0,0,.16.09.54.54,0,0,0,.37,0c.17-.07.33-.19.5-.28a.74.74,0,0,1,.87.13,3.44,3.44,0,0,1,.27.27,6.13,6.13,0,0,0,.83.78.68.68,0,0,0,.35.15,2.33,2.33,0,0,0,.38,0,1.36,1.36,0,0,1,.7.26,1,1,0,0,0,.53.19c.44,0,.89,0,1.33.06a.76.76,0,0,1,.52.19,13.77,13.77,0,0,0,1.11,1.05,1,1,0,0,0,.52.21,7.72,7.72,0,0,0,1.52,0,1.27,1.27,0,0,0,.18-.06c.23-.1.41-.3.67-.35a4.3,4.3,0,0,0,.71-.26.34.34,0,0,1,.35,0,7,7,0,0,0,.6.48,7.08,7.08,0,0,0,.68.32.32.32,0,0,1,.14.12c.08.17.15.35.22.53a.28.28,0,0,0,.3.19.47.47,0,0,0,.35-.1,2.44,2.44,0,0,0,.22-.31.49.49,0,0,1,.62-.27.43.43,0,0,0,.36-.08,1.28,1.28,0,0,1,.71-.21c.45,0,.89,0,1.33-.05a.52.52,0,0,0,.43-.33c0-.18.07-.37.12-.56a.3.3,0,0,1,.24-.24.37.37,0,0,1,.33.14.94.94,0,0,1,.33.66v.19a.55.55,0,0,0,.28-.24,2.27,2.27,0,0,1,.81-.79.73.73,0,0,1,0-.36.51.51,0,0,1,.2-.28.42.42,0,0,1,.2.29.52.52,0,0,1-.06.34,1.79,1.79,0,0,1-.13.32.94.94,0,0,0-.15.49c0,.11,0,.23,0,.34a2.49,2.49,0,0,1,.31.23,1.39,1.39,0,0,0,.64.4,1,1,0,0,1,.53.52c.16.29.23.3.42.15a1.17,1.17,0,0,0,.45-.6l.07-.18a.61.61,0,0,1,.57-.43,1.61,1.61,0,0,1,.38,0,.58.58,0,0,1,.47.28,4.37,4.37,0,0,0,1.53.07.62.62,0,0,1,.45-.32.5.5,0,0,1,.49.22,3.22,3.22,0,0,0,.7,1.12,1.64,1.64,0,0,1,.38.65.74.74,0,0,0,.53.5,1.43,1.43,0,0,1,.5.27,3.92,3.92,0,0,0,.57.51.76.76,0,0,0,.73.06,3.56,3.56,0,0,0,.48-.31A2,2,0,0,0,240,36a.74.74,0,0,1,.72.06c.19.17.39.32.58.5s.58.25.85.41a.58.58,0,0,1,.15.11,1.08,1.08,0,0,0,.89.27,1.18,1.18,0,0,0,.54-.17l.3-.23a.59.59,0,0,1,.55,0l.32.2a.64.64,0,0,0,.87,0,1.15,1.15,0,0,1,.69-.28c.57,0,1.15,0,1.72,0a1.18,1.18,0,0,1,.54.17,1.58,1.58,0,0,1,.15.12,1.73,1.73,0,0,0,.51.25,1.32,1.32,0,0,1,.48.29l.59.5c.25.2.6.18.85.4a1.16,1.16,0,0,0,.71.27l.19,0a1,1,0,0,1,.52.2,1.58,1.58,0,0,0,.88.35l.18,0,.6-.07c0-.13,0-.26,0-.39v-.19a.68.68,0,0,1,.38-.4,10,10,0,0,1,2.1,0,1,1,0,0,1,.51.24,1,1,0,0,0,.52.22l.38,0a1,1,0,0,1,.52.22l.42.4a1.26,1.26,0,0,0,.66.36,1.05,1.05,0,0,1,.49.28,5.29,5.29,0,0,1,.41.41,1.14,1.14,0,0,0,.47.31c.12,0,.25.07.36.12s.32.21.49.3.37.09.53.2a2.75,2.75,0,0,0,.86.42.37.37,0,0,1,.16.09,2.51,2.51,0,0,0,.83.46,1.35,1.35,0,0,1,.34.17,1.4,1.4,0,0,0,.9.26l2.49,0a.9.9,0,0,1,.37.07,4,4,0,0,0,.85.42.71.71,0,0,1,.18.08.78.78,0,0,1,.15.1c.19.18.39.35.56.53a.79.79,0,0,0,.5.26,2.17,2.17,0,0,1,1.25.41,2.92,2.92,0,0,1,.86.4,1,1,0,0,0,.53.18,1.87,1.87,0,0,1,.74.18.71.71,0,0,0,.72,0,1.21,1.21,0,0,1,.55-.16,11,11,0,0,1,1.72,0,1,1,0,0,1,.53.2,1.48,1.48,0,0,0,.89.31h1.91a1.59,1.59,0,0,1,.9.27.76.76,0,0,0,.73.05.7.7,0,0,0,.17-.09.32.32,0,0,1,.35,0,2.9,2.9,0,0,0,.54.19,1.2,1.2,0,0,0,1.08-.2,3.63,3.63,0,0,1,.47-.33c.18-.12.41-.11.49.05.25.51.3.5.91.52.44,0,.89,0,1.34,0H289a1.28,1.28,0,0,1,.72.2,1.74,1.74,0,0,0,.9.29,1.11,1.11,0,0,1,.68.32c.13.13.29.25.42.39a1.07,1.07,0,0,0,.49.29,2.28,2.28,0,0,1,.68.34,1,1,0,0,0,.54.14,2.15,2.15,0,0,0,.75-.13c.35-.13.5,0,.57.27l.12.56a.46.46,0,0,0,.43.33h.19a.71.71,0,0,0,.76-.44c.05-.12.12-.23.18-.35a.42.42,0,0,1,.65,0,3.59,3.59,0,0,1,.17.34c.11.23.21.37.37.41a2.91,2.91,0,0,1,.85.41.66.66,0,0,0,.37.1,1.45,1.45,0,0,0,1.07-.31.69.69,0,0,1,.72,0l.16.1a1.17,1.17,0,0,0,.73.18,1,1,0,0,0,.71-.22,1.28,1.28,0,0,1,.52-.23,1.09,1.09,0,0,0,.64-.39l.28-.27a.28.28,0,0,1,.46.06c.07.11.13.22.21.33a.54.54,0,0,0,.3.21,1.35,1.35,0,0,0,.93-.07.77.77,0,0,1,.72-.11c.26,0,.36,0,.51-.11s.37-.36.57-.52a.58.58,0,0,1,.71,0l.16.11a.88.88,0,0,0,.15.12.6.6,0,0,0,.71,0,1.54,1.54,0,0,1,1.05-.36c.32,0,.64,0,1,0a.65.65,0,0,0,.19,0,.54.54,0,0,0,.41-.35,1.34,1.34,0,0,1,.07-.18.56.56,0,0,1,.82-.18l.75.59a.4.4,0,0,0,.17.09,2.42,2.42,0,0,0,.38,0l.5-.27c.23-.12.49-.14.71-.28.05,0,.09-.08.15-.11a1.16,1.16,0,0,1,.54-.18l1,0c.31,0,.63,0,1,0a.83.83,0,0,0,.51-.23,1,1,0,0,1,.69-.28h.58a1.07,1.07,0,0,1,.71.22c.19.16.36.06.51,0s.41-.32.6-.48a.59.59,0,0,1,.71-.08.84.84,0,0,0,.9,0,.88.88,0,0,1,.36-.1c.13,0,.26,0,.38,0h.39a1.21,1.21,0,0,0,.71-.24.72.72,0,0,1,.15-.11,4.2,4.2,0,0,0,.53-.22c.16-.11.22-.31.33-.47s.27-.25.48-.14a1.88,1.88,0,0,0,.73.19,1.94,1.94,0,0,1,.74.2c.3.13.36.09.52-.31a.89.89,0,0,1,.08-.17.52.52,0,0,1,.5-.18,2.2,2.2,0,0,1,.36.13.54.54,0,0,0,.37.07,1,1,0,0,0,.54-.5,1,1,0,0,0,.06-.18c0-.19,0-.38.07-.57a.57.57,0,0,1,.52-.48l.95-.07a1.5,1.5,0,0,0,.36-.11c.35-.32.84-.31,1.21-.56a.47.47,0,0,1,.17-.07.45.45,0,0,1,.18.07,2.1,2.1,0,0,0,.92.24,1.24,1.24,0,0,1,.7.25.71.71,0,0,0,.54.13.53.53,0,0,0,.4-.36c0-.25.08-.51.14-.76a.38.38,0,0,1,.27-.25,1.42,1.42,0,0,1,.93.06l.35.17c.12.05.14,0,.38-.36.12-.21.12-.21.45-.15a.39.39,0,0,0,.46-.24c0-.19.06-.38.1-.57a.5.5,0,0,1,.73-.35l.16.1a.32.32,0,0,0,.47-.14c.07-.1.13-.22.2-.32a.49.49,0,0,1,.5-.2.82.82,0,0,1,.35.13.22.22,0,0,0,.33,0,.38.38,0,0,0-.08-.51,1.29,1.29,0,0,1-.3-.22c-.08-.1-.06-.21.09-.28a2,2,0,0,1,.76-.12,1.36,1.36,0,0,0,.71-.23c.2-.15.36-.06.52,0a3.69,3.69,0,0,0,.62.44.33.33,0,0,0,.36,0c.19-.17.38-.34.56-.52a.79.79,0,0,1,.53-.2,5.43,5.43,0,0,1,.57,0l.76,0a.58.58,0,0,0,.58-.41,1.38,1.38,0,0,1,.54-.77.34.34,0,0,1,.35,0l.35.16a.62.62,0,0,0,.55,0c.12-.05.22-.15.34-.19s.36.06.55.06a.43.43,0,0,0,.19,0,1.21,1.21,0,0,0,.63-.67.67.67,0,0,0,.07-.18c.06-.23.25-.29.44-.32s.63,0,.95-.07a.81.81,0,0,0,.52-.22.81.81,0,0,1,.31-.21,8.59,8.59,0,0,0,.88-.37.22.22,0,0,1,.18,0c.43.09.43.11.7,0a.81.81,0,0,1,1,.16,20.67,20.67,0,0,0,2.08-.09.5.5,0,0,0,.43-.31l.15-.35a.83.83,0,0,1,.05-.56,2.06,2.06,0,0,0,.22-.73c0-.12.05-.25.07-.37a.51.51,0,0,1,.62-.28.7.7,0,0,1,.17.09,1.57,1.57,0,0,0,.89.29,1.3,1.3,0,0,1,.71.23,1.28,1.28,0,0,0,.71.23c.26,0,.51,0,.76,0a1.58,1.58,0,0,0,.37-.11,1.77,1.77,0,0,1,1.06-.35.79.79,0,0,0,.52-.2q.35-.33.72-.63a.91.91,0,0,1,.34-.17,1.73,1.73,0,0,0,.51-.25l.16-.1a.57.57,0,0,1,.81.21,3.68,3.68,0,0,1,.15.35.51.51,0,0,0,.46.29,6.21,6.21,0,0,0,1.14,0,1.4,1.4,0,0,0,.72-.21.59.59,0,0,1,.55,0,3.54,3.54,0,0,0,.34.16,1.85,1.85,0,0,1,.67.34c.19.17.39.33.59.48a.94.94,0,0,0,.54.18l.76,0a1.08,1.08,0,0,1,.53.18,2.2,2.2,0,0,0,.67.37,2.43,2.43,0,0,1,.49.29,1.14,1.14,0,0,0,.54.17c.38,0,.76,0,1.14,0l.19,0a.57.57,0,0,0,.52-.47c0-.19,0-.38.07-.57s.07-.24.31-.45l.12-.7a.56.56,0,0,1,.09-.31,1.25,1.25,0,0,1,.64-.49,3.37,3.37,0,0,1,.31-.21c.19-.12.37-.08.44.11a1.51,1.51,0,0,0,.14.34,3.51,3.51,0,0,0,.87,1,.68.68,0,0,1,.23.29l.16-.11a1.64,1.64,0,0,1,.65-.38,2,2,0,0,0,.66-.39.71.71,0,0,1,.35-.13c.32,0,.64,0,.95,0a1,1,0,0,0,.37-.12,7,7,0,0,1,.66-.37c.24-.09.25-.15.16-.44a2.1,2.1,0,0,1-.13-.55.5.5,0,0,1,.33-.42,1.37,1.37,0,0,1,1.26.26.75.75,0,0,0,.36.13l.95.07a.9.9,0,0,1,.51.24,1.17,1.17,0,0,0,.71.26,21.87,21.87,0,0,0,2.29,0,.77.77,0,0,0,.36-.12,1.58,1.58,0,0,0,.15-.12,1.29,1.29,0,0,1,.7-.27,1.45,1.45,0,0,0,.89-.32,1,1,0,0,1,.34-.16,1.46,1.46,0,0,0,.81-.48c.27-.27.53-.55.81-.81a.84.84,0,0,1,.33-.19,3.08,3.08,0,0,0,.69-.32,1,1,0,0,1,.53-.19,5.58,5.58,0,0,0,.57-.08.67.67,0,0,0,.34-.16,1.07,1.07,0,0,1,.7-.25l2.11-.05a1.11,1.11,0,0,0,.7-.27,1,1,0,0,1,.52-.21c.32,0,.64,0,1,0l3.25,0a1.22,1.22,0,0,0,.72-.21,1.53,1.53,0,0,1,.53-.22l.38,0a1.16,1.16,0,0,0,.54-.18,1.59,1.59,0,0,1,.9-.27c1,0,2,0,3.06,0a1,1,0,0,1,.68.3c.09.09.2.16.29.25a1.45,1.45,0,0,0,.66.37,1.11,1.11,0,0,1,.35.16c.05,0,.11.07.15.11a.87.87,0,0,0,.51.24c.38,0,.77,0,1.15,0a1.56,1.56,0,0,1,.89.3,1,1,0,0,0,.54.17l1.91,0,1.73,0a1.16,1.16,0,0,0,.71-.23,1.51,1.51,0,0,1,1.1-.21l.18,0,.18.08a.4.4,0,0,0,.56-.33,1.33,1.33,0,0,1,.46-1,.41.41,0,0,1,.51,0,1.47,1.47,0,0,1,.58.74.63.63,0,0,0,.57.45,1.58,1.58,0,0,1,1,.42c.14.13.32.22.46.34a.24.24,0,0,0,.35,0,1.06,1.06,0,0,1,.34-.16.67.67,0,0,1,.55.09A7,7,0,0,1,429.52,29a1.13,1.13,0,0,0,.69.29c.25,0,.51,0,.76,0a1,1,0,0,1,.53.21,5,5,0,0,0,.47.33c.34.23.38.23.57-.13a.56.56,0,0,1,.23-.29,1.19,1.19,0,0,1,1.1,0,4.45,4.45,0,0,0,.86.39,2.63,2.63,0,0,1,.35.15c.22.09.27.09.53,0a1.53,1.53,0,0,1,.73-.16,1.14,1.14,0,0,1,.55.13l.16.1a1.22,1.22,0,0,0,.71.25,1.49,1.49,0,0,1,.88.33.92.92,0,0,0,.53.21,2.72,2.72,0,0,1,.56.09c.3.1.53.36.86.41a.87.87,0,0,1,.34.15,1.29,1.29,0,0,0,.7.29,2.65,2.65,0,0,1,.38.05.92.92,0,0,1,.5.25,6.89,6.89,0,0,0,.56.52.79.79,0,0,0,.33.19,1.54,1.54,0,0,1,.68.33.76.76,0,0,0,.34.16,1.41,1.41,0,0,1,.67.36c.14.14.28.26.41.4a1,1,0,0,0,.68.31h.19a1.2,1.2,0,0,1,.7.28c.19.17.38.34.58.5a.64.64,0,0,0,.35.14l.95.07a.87.87,0,0,1,.51.24l1,.91c.09.09.17.19.25.28a1.49,1.49,0,0,1,.29.5c.12.32.27.33.54.06s.39-.31.62-.08.28.26.41.4a.79.79,0,0,0,.53.18,1.57,1.57,0,0,0,.57,0,.52.52,0,0,0,.3-.44,1,1,0,0,0-.22-.53c-.27-.36-.66-.6-.93-1a.36.36,0,0,1-.07-.17.6.6,0,0,1,0-.19c.05-.31.59-.66.88-.31.09.09.19.17.28.27a1,1,0,0,0,.62.4,1.11,1.11,0,0,1,.51.25l.57.51a.58.58,0,0,0,.35.15,2.41,2.41,0,0,0,.38,0,.73.73,0,0,0,.7-.46l.38,0a.81.81,0,0,1,.52.19c.25.21.48.43.72.64a.53.53,0,0,0,.17.08,1.2,1.2,0,0,0,.93,0,1.38,1.38,0,0,0,.33-.2.84.84,0,0,1,.52-.2c.25,0,.51,0,.77,0h.76a1.46,1.46,0,0,1,.9.28,1.3,1.3,0,0,0,.71.25c.19,0,.38,0,.57,0a1.15,1.15,0,0,1,.71.24,1.46,1.46,0,0,0,.72.23l.57,0a1.18,1.18,0,0,1,.72.24,1,1,0,0,0,.53.19,2.36,2.36,0,0,0,.38,0l.38,0a.6.6,0,0,1,.6.38,1.68,1.68,0,0,0,.5.8l.72.63a.65.65,0,0,0,.35.13l.77.06a1.5,1.5,0,0,1,.71.24,1,1,0,0,0,.69.28l1,0a1.51,1.51,0,0,1,.9.26,1.34,1.34,0,0,0,.72.21l.2,0c.18,0,.37.11.44.31a2.12,2.12,0,0,0,.63,1l.43.38a.28.28,0,0,0,.46-.09,1.65,1.65,0,0,1,.2-.31c.19-.24.74-.16.82.1a.8.8,0,0,0,.62.64.89.89,0,0,1,.33.18,2.29,2.29,0,0,0,.67.36c.26.07.43.28.66.38s.36.13.53.21a5,5,0,0,1,.51.27.77.77,0,0,0,.37.08,1.49,1.49,0,0,1,.89.28,1.23,1.23,0,0,0,.72.23c.38,0,.77,0,1.15,0a.84.84,0,0,1,.52.2,1.24,1.24,0,0,0,.7.29l.76,0a1,1,0,0,1,.54.17,1.58,1.58,0,0,0,.9.26l1.53,0a1,1,0,0,1,.54.17,1.61,1.61,0,0,0,.9.29,8.68,8.68,0,0,0,1.14,0,1.21,1.21,0,0,0,.37-.11,2.79,2.79,0,0,0,.33-.19l1.06-.4a1.25,1.25,0,0,1,.19,0,2.43,2.43,0,0,0,.92.22,5.72,5.72,0,0,1,.58,0,1,1,0,0,1,.53.18,1.37,1.37,0,0,0,.89.28h.39a1.42,1.42,0,0,1,.87.33.89.89,0,0,0,.52.21,3.81,3.81,0,0,1,.95.12V.47ZM77.33,73.28a.34.34,0,0,1-.17-.29.3.3,0,0,1,.18-.28.31.31,0,0,1,.16.29A.32.32,0,0,1,77.33,73.28Zm2-2c-.17.08-.31-.07-.3-.31s.18-.36.35-.26a.3.3,0,0,1,.15.3A.35.35,0,0,1,79.38,71.31ZM168.31,48.7s-.08.08-.12.11a.2.2,0,0,1-.13-.26l.12-.11C168.31,48.49,168.36,48.58,168.31,48.7ZM170,47a.32.32,0,0,1-.22.25.52.52,0,0,1-.48-.25.43.43,0,0,1-.11-.5.42.42,0,0,1,.15-.12.41.41,0,0,1,.19,0A.48.48,0,0,1,170,47Zm130.21,1.72s-.09.06-.13.09a.21.21,0,0,1-.11-.27l.14-.09A.18.18,0,0,1,300.16,48.71Zm36.27-7.4a.42.42,0,0,1-.47-.07.39.39,0,0,1,0-.14c0-.14.24-.22.44-.16a.23.23,0,0,1,.19.23A.25.25,0,0,1,336.43,41.31Zm120.6-5v0a.19.19,0,0,1-.28,0c-.11-.1-.11-.2,0-.28a.22.22,0,0,1,.16,0,.21.21,0,0,1,.1.27l0,0Z\" transform=\"translate(-0.44 -0.47)\"/><polygon class=\"cls-2\" points=\"172.52 48.26 172.52 48.26 172.52 48.26 172.52 48.26\"/><path class=\"cls-2\" d=\"M173,48.67h0v.07Z\" transform=\"translate(-0.44 -0.47)\"/><path class=\"cls-2\" d=\"M.45.47V72.92A1.53,1.53,0,0,0,.82,73c.57,0,1.15,0,1.72,0a.86.86,0,0,1,.54.16,2.26,2.26,0,0,0,.84.44,1,1,0,0,1,.33.18,1,1,0,0,0,.71.24l.38.07a.42.42,0,0,1,.3.22.83.83,0,0,1,.09.16.7.7,0,0,0,.7.53l2.1,0a1.35,1.35,0,0,1,.72.24c.05,0,.09.1.15.12a5.07,5.07,0,0,1,1,.46.81.81,0,0,0,.37.09,2,2,0,0,1,1.07.37.87.87,0,0,0,.35.13,3.43,3.43,0,0,0,1,0,1.88,1.88,0,0,0,.69-.32.65.65,0,0,1,.71,0,1.67,1.67,0,0,1,.16.12.8.8,0,0,0,.72.1c.12,0,.23-.11.35-.15a.24.24,0,0,1,.18,0,1.16,1.16,0,0,0,.91-.09.65.65,0,0,1,.72.06l.15.12a.75.75,0,0,0,.89,0c.2-.17.38-.34.58-.5a.91.91,0,0,1,.53-.2c.45,0,.89,0,1.34,0a1,1,0,0,0,.53-.19,1.59,1.59,0,0,1,.34-.18,1.35,1.35,0,0,1,.93,0c.12,0,.21.14.33.19a2.09,2.09,0,0,0,.35.13.52.52,0,0,0,.5-.2c.06-.11.1-.24.15-.35s.21-.33.4-.35a.54.54,0,0,1,.37.08,1.67,1.67,0,0,0,1,.41,1.06,1.06,0,0,1,.19,0,.83.83,0,0,1,.35.14,1.45,1.45,0,0,0,.89.3l.58,0a1.13,1.13,0,0,1,.54.16,1.6,1.6,0,0,0,.89.29,1.39,1.39,0,0,1,.71.26,1.1,1.1,0,0,0,.71.24l.77.06a.87.87,0,0,1,.51.22.88.88,0,0,0,.52.23,7.49,7.49,0,0,0,1.34,0,.8.8,0,0,0,.52-.19,12.21,12.21,0,0,1,1.14-1,.34.34,0,0,1,.36,0,1.94,1.94,0,0,0,1.11.2.7.7,0,0,0,.35-.12,1.4,1.4,0,0,1,1.08-.29.79.79,0,0,1,.37.1,3.37,3.37,0,0,0,.86.4,2,2,0,0,1,.49.29.77.77,0,0,0,.36.12l.95.09a.93.93,0,0,1,.52.22,1,1,0,0,0,.51.23c.32,0,.64,0,1,.06a.75.75,0,0,1,.36.1,2.23,2.23,0,0,0,.33.2,1.47,1.47,0,0,0,1.11,0,.91.91,0,0,0,.17-.09,1.7,1.7,0,0,0,.54-.78.51.51,0,0,1,.07-.17.57.57,0,0,1,.45-.31,5.46,5.46,0,0,1,.57,0c.45,0,.9,0,1.34,0a.75.75,0,0,0,.53-.19c.08-.09.2-.16.29-.25a.77.77,0,0,1,.87-.21.42.42,0,0,0,.36,0,.43.43,0,0,1,.36-.07.91.91,0,0,0,.74,0,1.66,1.66,0,0,1,.35-.13,3.42,3.42,0,0,1,1.15,0,.82.82,0,0,1,.34.16l.74.6a.53.53,0,0,0,.17.08,1.8,1.8,0,0,0,1,0,.89.89,0,0,0,.17-.08.49.49,0,0,1,.52,0,1.73,1.73,0,0,0,.74.19c.33,0,.4,0,.89-.28a1.38,1.38,0,0,1,1.28,0,1.21,1.21,0,0,0,.7.29l.38,0a.85.85,0,0,1,.51.23,2.72,2.72,0,0,0,.56.51.43.43,0,0,0,.37,0,.42.42,0,0,0,.16-.09l.57-.51a.67.67,0,0,1,.55-.06c.71.42.71.42,1.23.41h.38a1.2,1.2,0,0,0,.71-.25,1.43,1.43,0,0,1,.51-.25,1.06,1.06,0,0,0,.34-.16,1.67,1.67,0,0,0,.72-.87c.13-.2.21-.23.47-.11l.16.09a.66.66,0,0,0,.71-.15c.38-.34.74-.7,1.13-1a.74.74,0,0,1,.72-.08.89.89,0,0,1,.17.08,1.24,1.24,0,0,0,.51.26,2.09,2.09,0,0,1,.35.13l.51.27a.58.58,0,0,0,.18,0,1.34,1.34,0,0,0,.92-.15,1.54,1.54,0,0,1,.91-.27c.19,0,.38,0,.57,0l2.49,0a.91.91,0,0,0,.54-.17,1.37,1.37,0,0,1,.7-.27l.37-.06a.59.59,0,0,0,.48-.53c0-.12,0-.25,0-.38,0-.32.06-.35.34-.66a.86.86,0,0,1,.13-.14.83.83,0,0,1,.51-.21.52.52,0,0,1,.36.12,1.37,1.37,0,0,0,.86.35,1.33,1.33,0,0,1,.89.31.81.81,0,0,0,.34.15,1,1,0,0,1,.5.26l.45.36a.91.91,0,0,0,.16.11.29.29,0,0,0,.35,0,7.31,7.31,0,0,1,.84-.42,3.4,3.4,0,0,1,.86-.41c.15,0,.16-.18.1-.3a1.1,1.1,0,0,1-.14-.73.46.46,0,0,1,.59-.31,4.32,4.32,0,0,0,.67.36,3.38,3.38,0,0,1,.83.46.64.64,0,0,0,.36.11,1.15,1.15,0,0,0,.9-.2,2.17,2.17,0,0,1,.67-.36,1.77,1.77,0,0,0,.33-.19,5.7,5.7,0,0,0,.83-.8,1.17,1.17,0,0,0,.15-.34,2.32,2.32,0,0,0,0-.38,1.15,1.15,0,0,1,.24-.71,1.1,1.1,0,0,0,.22-.52c0-.13,0-.25,0-.38a1.1,1.1,0,0,1,.33-.67,5.14,5.14,0,0,0,.4-.41.91.91,0,0,0,.23-.52c0-.12,0-.25,0-.38s0-.25,0-.38a1.14,1.14,0,0,1,.36-.85,1.09,1.09,0,0,1,.83-.4,1.16,1.16,0,0,1,.74.17.51.51,0,0,0,.16.09.59.59,0,0,0,.37-.08,3,3,0,0,0,.46-.34,1.15,1.15,0,0,1,.48-.3,1.85,1.85,0,0,0,.52-.22,1.48,1.48,0,0,1,.7-.28l.57-.08.44-.37.46-.34a.23.23,0,0,1,.34,0l.45.36a.53.53,0,0,0,.69,0,5.2,5.2,0,0,0,.44-.38.8.8,0,0,1,.51-.21c.19,0,.38,0,.57,0l.39,0a.47.47,0,0,0,.33-.17.55.55,0,0,0,0-.54l-.08-.17s-.07-.1-.1-.16a.68.68,0,0,1,.08-.87c.27-.28.43-.43.8-.13a1.1,1.1,0,0,1,.46.6c0,.06,0,.12.08.17a.54.54,0,0,0,.67.16,6,6,0,0,0,1-.88,1.32,1.32,0,0,0,.25-.52.6.6,0,0,1,.55-.44l.57-.08a.84.84,0,0,0,.34-.17,1.25,1.25,0,0,1,.9-.21,1.14,1.14,0,0,1,.54.17,1.28,1.28,0,0,0,.34.19.67.67,0,0,0,.55-.08c.26-.18.5-.39.75-.59a.89.89,0,0,1,.33-.18,1.62,1.62,0,0,0,.77-.54,1.15,1.15,0,0,0,.3-.48,2,2,0,0,1,.55-.77.89.89,0,0,1,.5-.25c.13,0,.26,0,.38-.05a1.16,1.16,0,0,0,.68-.31,3.47,3.47,0,0,1,.29-.25.5.5,0,0,1,.51-.17c.44.06.54,0,.62-.48l0-.19a1,1,0,0,1,.33-.66,1.14,1.14,0,0,1,.66-.36,1.77,1.77,0,0,0,.56-.09c.06,0,.14,0,.17-.08a1.06,1.06,0,0,0,.18-.33,1.58,1.58,0,0,0,0-.38c0-.19,0-.38,0-.57a.54.54,0,0,1,.48-.5,19.45,19.45,0,0,1,2.29,0,1.57,1.57,0,0,1,.73.2.55.55,0,0,0,.53-.11c.35-.28.64-.62,1-.93s.37-.34.56-.51a.58.58,0,0,1,.18-.08,2.37,2.37,0,0,1,.75-.08,1.6,1.6,0,0,0,1.07-.34,1,1,0,0,1,.36-.13,2.32,2.32,0,0,1,.38,0h.38a1.23,1.23,0,0,0,.72-.23,1.48,1.48,0,0,1,.89-.29,1,1,0,0,0,.54-.16,1.77,1.77,0,0,1,1.09-.3,5.45,5.45,0,0,0,1.14,0,1.06,1.06,0,0,0,.19-.06,1.49,1.49,0,0,0,.14-.12l.54-.55A3.81,3.81,0,0,1,131,48a.51.51,0,0,1,.68,0,.61.61,0,0,0,.54.09c.19,0,.36-.14.54-.2s.37,0,.56.07c0,0,.09-.07.11-.12a.45.45,0,0,0,.05-.36,1.4,1.4,0,0,0-.09-.17c-.31-.4-.69-.75-1-1.13-.23-.14-.33-.25-.36-.4a1.63,1.63,0,0,1,0-.76.25.25,0,0,1,.27-.2.37.37,0,0,1,.3.19.53.53,0,0,1,.08.17,2.08,2.08,0,0,1,.13.56l.3.22.16.11a.75.75,0,0,0,.55,0,8.26,8.26,0,0,0,.76-.56c.23-.17.42-.13.61.15s.22.31.07.51a1.12,1.12,0,0,0-.18.54,5.9,5.9,0,0,0,0,.94c0,.17.07.25.23.23a.86.86,0,0,0,.17,0,1.18,1.18,0,0,0,.44-.35,2.39,2.39,0,0,1,.57-.49c.21-.17.34-.18.5-.06l.29.24.15.12c.28.19.54.17.6-.09a1.55,1.55,0,0,1,.65-.91.68.68,0,0,1,.54-.08,1.86,1.86,0,0,1,.49.29.65.65,0,0,1,.32.16,1.22,1.22,0,0,1,.38.61,2.27,2.27,0,0,0,.73.61.36.36,0,0,0,.36,0,1,1,0,0,1,1.07,0,.44.44,0,0,0,.53,0,1.47,1.47,0,0,1,.74-.15,1,1,0,0,1,.55.13,2.71,2.71,0,0,0,.68.34c.25.06.43.27.65.38a1.22,1.22,0,0,0,.56.14h.38a1.36,1.36,0,0,0,.89-.29,1.09,1.09,0,0,1,.71-.24,6.43,6.43,0,0,1,.76,0,.94.94,0,0,1,.52.23,1.27,1.27,0,0,0,.31.2.46.46,0,0,0,.38,0c.34-.18.57-.5.91-.69a.25.25,0,0,1,.34,0,6.88,6.88,0,0,1,.55.53,5.08,5.08,0,0,0,.43.38.53.53,0,0,0,.54.08,1.56,1.56,0,0,1,.92-.18.92.92,0,0,1,.37.09l.49.28a5.51,5.51,0,0,1,.7.31,1.52,1.52,0,0,0,.91.24h2.87a1.36,1.36,0,0,0,.73-.22,1.33,1.33,0,0,1,.72-.22l2.3,0c.32,0,.64,0,.95,0a1,1,0,0,0,.53-.2.66.66,0,0,1,.34-.18c.18,0,.37-.07.56-.09a1.57,1.57,0,0,0,.69-.32c.31-.23.5-.22.85,0a.46.46,0,0,1,.38.38h0l.3.23a.87.87,0,0,0,.52.17,1.31,1.31,0,0,0,.73-.14l.34-.17h0a.42.42,0,0,1,.28-.19,2.17,2.17,0,0,1,.36,0,.49.49,0,0,1,.44.24.32.32,0,0,1,0,.33l0,.41a1.18,1.18,0,0,0,.74.53,1.57,1.57,0,0,1,.5.25c.2.15.34,0,.49-.1a2.2,2.2,0,0,0,.27-.26c.24-.23.18-.71-.09-.79-.11,0-.23-.09-.34-.13a.48.48,0,0,1-.34-.4,3.24,3.24,0,0,1,0-1.12.45.45,0,0,1,.23-.28,1.4,1.4,0,0,1,.54-.1,1.1,1.1,0,0,1,.69.2c0-.16.06-.32.1-.48a.67.67,0,0,1,.07-.18,1,1,0,0,1,.42-.37.48.48,0,0,1,.37,0c.12,0,.23.1.35.13a.45.45,0,0,0,.61-.3,1.73,1.73,0,0,1,.53-.77l.15-.12a.71.71,0,0,1,.34-.16l.57-.1a.48.48,0,0,0,.4-.36.92.92,0,0,1,.69-.59.88.88,0,0,0,.32-.19c.19-.17.36-.37.55-.54a1.18,1.18,0,0,1,.49-.27,1.13,1.13,0,0,0,.36-.14,3.71,3.71,0,0,1,.85-.41c.35-.15.66-.38,1-.5a.76.76,0,0,0,.3-.24l.28-.26a2,2,0,0,1,.81-.48c.22-.07.27-.13.36-.4a1.75,1.75,0,0,1,.38-.66,5.64,5.64,0,0,1,.86-.75,1,1,0,0,1,.18-.06,3.63,3.63,0,0,1,1.14,0,.75.75,0,0,1,.36.13,1.61,1.61,0,0,0,1.08.3l1-.06c0-.3,0-.6.06-.9s.21-.5.61-.56l.18,0,.72-.07c.18-.23.28-.31.44-.33s.38,0,.57-.06a.54.54,0,0,0,.35-.13c.29-.26.7-.3,1-.53a1.79,1.79,0,0,1,1.07-.36.85.85,0,0,0,.51-.22c.25-.21.49-.42.71-.64s.53-.55.8-.82a1,1,0,0,1,.5-.26,5.67,5.67,0,0,0,.57-.1.3.3,0,0,0,.21-.26,2,2,0,0,1-.21-1.11.72.72,0,0,1,.1-.36,3.4,3.4,0,0,0,.43-.85.6.6,0,0,1,.44-.32l.57-.08a.63.63,0,0,0,.34-.16c.14-.13.29-.24.44-.37a1.25,1.25,0,0,1,.86-.35l2.1,0a.79.79,0,0,0,.53-.18l.72-.63a.9.9,0,0,1,.53-.19l.76,0,.57,0a1,1,0,0,0,.52-.21,1.36,1.36,0,0,0,.57-.95c0-.13.06-.25.09-.37a1.36,1.36,0,0,1-.07-.89.46.46,0,0,1,.22-.27l0,0a1.2,1.2,0,0,1,0-.19.79.79,0,0,1,0,.22.29.29,0,0,1,.15.19.58.58,0,0,1,0,.18c0,.24,0,.48,0,.72l.19,0a1.31,1.31,0,0,1,.7.26,2.15,2.15,0,0,0,.49.28,1.29,1.29,0,0,1,.5.27l1.13,1a.91.91,0,0,0,.17.09.53.53,0,0,0,.37.05,4.76,4.76,0,0,0,.49-.28.76.76,0,0,1,.88.13c.09.09.18.17.27.27a5.05,5.05,0,0,0,.83.77.65.65,0,0,0,.34.15l.38.05a1.3,1.3,0,0,1,.71.25,1,1,0,0,0,.53.19c.44,0,.88,0,1.33.06a.78.78,0,0,1,.52.19,12.09,12.09,0,0,0,1.11,1,1,1,0,0,0,.52.21,7.73,7.73,0,0,0,1.52,0l.18-.06c.23-.1.41-.3.66-.35a4.77,4.77,0,0,0,.72-.26.33.33,0,0,1,.35.06c.2.15.38.34.59.47s.46.21.69.32a.25.25,0,0,1,.13.12,4.93,4.93,0,0,1,.22.53.3.3,0,0,0,.3.19.52.52,0,0,0,.35-.1,2.18,2.18,0,0,0,.22-.31.52.52,0,0,1,.63-.28.38.38,0,0,0,.35-.07,1.32,1.32,0,0,1,.72-.21c.44,0,.89,0,1.33,0a.52.52,0,0,0,.42-.33c0-.18.08-.37.13-.55a.29.29,0,0,1,.24-.24.35.35,0,0,1,.33.14.93.93,0,0,1,.32.66,1.28,1.28,0,0,0,0,.19.62.62,0,0,0,.28-.25,2.17,2.17,0,0,1,.81-.78.73.73,0,0,1,0-.36.43.43,0,0,1,.2-.28.38.38,0,0,1,.19.29.58.58,0,0,1,0,.34,1.79,1.79,0,0,1-.13.32,1,1,0,0,0-.16.48c0,.12,0,.23,0,.34a2.37,2.37,0,0,1,.3.23,1.45,1.45,0,0,0,.64.4.93.93,0,0,1,.54.51c.15.29.22.3.41.15a1.17,1.17,0,0,0,.46-.59,1.27,1.27,0,0,1,.06-.18.63.63,0,0,1,.57-.43,1.7,1.7,0,0,1,.39,0,.57.57,0,0,1,.46.27,4.43,4.43,0,0,0,1.54.08.61.61,0,0,1,.44-.32.49.49,0,0,1,.49.22,3.42,3.42,0,0,0,.7,1.11,1.66,1.66,0,0,1,.39.65.74.74,0,0,0,.53.5,1.18,1.18,0,0,1,.49.27,4.63,4.63,0,0,0,.58.5.74.74,0,0,0,.72.06,4,4,0,0,0,.49-.3,2.24,2.24,0,0,0,.86-.39.76.76,0,0,1,.73,0c.18.17.39.33.57.5s.58.25.86.4l.15.12a1.1,1.1,0,0,0,.88.27,1.12,1.12,0,0,0,.54-.18l.31-.22a.55.55,0,0,1,.54,0l.33.2a.63.63,0,0,0,.86,0,1.2,1.2,0,0,1,.69-.28c.58,0,1.15,0,1.72,0a1.1,1.1,0,0,1,.54.16c.06,0,.1.09.15.12a1.51,1.51,0,0,0,.51.25,1.38,1.38,0,0,1,.49.3l.58.49c.26.2.61.18.86.4a1.23,1.23,0,0,0,.7.27l.19,0a1,1,0,0,1,.53.2,1.63,1.63,0,0,0,.87.35l.19,0,.59-.08,0-.38a1.21,1.21,0,0,1,0-.19.64.64,0,0,1,.37-.4,10,10,0,0,1,2.1,0,1,1,0,0,1,.51.23.93.93,0,0,0,.52.22c.13,0,.26,0,.38.06a1,1,0,0,1,.52.22c.14.13.29.25.42.39a1.35,1.35,0,0,0,.66.36,1,1,0,0,1,.5.28,5,5,0,0,1,.4.4,1,1,0,0,0,.48.31c.11,0,.24.07.36.13l.48.29c.17.1.38.09.54.2a2.93,2.93,0,0,0,.85.42.4.4,0,0,1,.17.09,2.5,2.5,0,0,0,.83.46.91.91,0,0,1,.34.17,1.43,1.43,0,0,0,.9.25l2.48,0a.84.84,0,0,1,.38.08,4.17,4.17,0,0,0,.85.41.38.38,0,0,1,.17.08l.16.1a6.88,6.88,0,0,1,.55.53.75.75,0,0,0,.5.25,2.22,2.22,0,0,1,1.25.41,2.7,2.7,0,0,1,.86.4,1,1,0,0,0,.54.18,1.79,1.79,0,0,1,.74.18.71.71,0,0,0,.72,0,1.3,1.3,0,0,1,.54-.16,12.33,12.33,0,0,1,1.72,0,1.17,1.17,0,0,1,.54.19,1.41,1.41,0,0,0,.88.31h1.92a1.65,1.65,0,0,1,.9.28.77.77,0,0,0,.72,0,.56.56,0,0,0,.17-.09.35.35,0,0,1,.36,0,2.47,2.47,0,0,0,.54.19,1.2,1.2,0,0,0,1.08-.2,5.59,5.59,0,0,1,.47-.33c.18-.12.41-.1.48.05.25.51.31.5.91.52s.89,0,1.34,0H289a1.32,1.32,0,0,1,.73.2,1.68,1.68,0,0,0,.89.29,1,1,0,0,1,.68.32c.14.13.29.25.42.38a.92.92,0,0,0,.49.29,2.41,2.41,0,0,1,.68.34,1.07,1.07,0,0,0,.55.14,2.06,2.06,0,0,0,.74-.13c.35-.13.5,0,.58.27s.07.37.12.56a.46.46,0,0,0,.42.32h.19a.71.71,0,0,0,.77-.44,3.59,3.59,0,0,1,.17-.34.43.43,0,0,1,.66,0c0,.11.11.22.17.33s.21.37.36.41a2.91,2.91,0,0,1,.85.41.69.69,0,0,0,.37.1,1.46,1.46,0,0,0,1.08-.31.69.69,0,0,1,.72,0l.16.1a1.17,1.17,0,0,0,.73.18,1,1,0,0,0,.71-.22,1.22,1.22,0,0,1,.52-.23,1.07,1.07,0,0,0,.64-.39l.28-.26a.28.28,0,0,1,.46.06c.07.1.13.22.2.32a.52.52,0,0,0,.3.21,1.45,1.45,0,0,0,.94-.06.74.74,0,0,1,.72-.12.46.46,0,0,0,.51-.1c.19-.18.36-.36.56-.52a.58.58,0,0,1,.71,0l.16.1a1.74,1.74,0,0,0,.15.13.62.62,0,0,0,.71,0,1.57,1.57,0,0,1,1.06-.36c.32,0,.64,0,1,0a.58.58,0,0,0,.18,0,.55.55,0,0,0,.42-.35.87.87,0,0,1,.07-.17.56.56,0,0,1,.82-.18l.75.58a.4.4,0,0,0,.17.09,2.3,2.3,0,0,0,.37,0l.51-.27c.22-.12.49-.14.7-.28s.1-.08.16-.11a1.24,1.24,0,0,1,.53-.18l1,0c.32,0,.64,0,1,0a.81.81,0,0,0,.51-.22.94.94,0,0,1,.69-.28h.57a1.15,1.15,0,0,1,.72.23c.19.16.36.06.51-.05s.4-.31.6-.47a.61.61,0,0,1,.71-.08.82.82,0,0,0,.89,0,.93.93,0,0,1,.37-.1c.12,0,.25,0,.38,0h.38a1.21,1.21,0,0,0,.71-.24.91.91,0,0,1,.16-.11,3.38,3.38,0,0,0,.52-.22c.16-.1.22-.3.33-.46s.27-.25.49-.14a1.83,1.83,0,0,0,.73.18,2.11,2.11,0,0,1,.73.21c.3.13.37.08.52-.31a.91.91,0,0,1,.09-.17.51.51,0,0,1,.5-.18,2.6,2.6,0,0,1,.36.13.5.5,0,0,0,.36.07,1,1,0,0,0,.54-.49,1.27,1.27,0,0,0,.06-.18c0-.19,0-.38.07-.57a.59.59,0,0,1,.52-.48l1-.07a1.65,1.65,0,0,0,.36-.11c.34-.31.83-.31,1.21-.55a.28.28,0,0,1,.17-.07.36.36,0,0,1,.17.07,2,2,0,0,0,.92.23,1.3,1.3,0,0,1,.71.25.69.69,0,0,0,.54.13.5.5,0,0,0,.39-.36c.05-.25.09-.5.15-.75a.36.36,0,0,1,.26-.25,1.38,1.38,0,0,1,.94.06l.34.16c.13.06.15,0,.38-.35.13-.21.13-.21.46-.15a.37.37,0,0,0,.45-.24c0-.19.06-.38.1-.56a.51.51,0,0,1,.74-.35,1.4,1.4,0,0,1,.16.1.32.32,0,0,0,.47-.14c.07-.11.13-.22.2-.32a.48.48,0,0,1,.5-.2.93.93,0,0,1,.35.13c.14.09.24.07.32,0a.36.36,0,0,0-.07-.5,1.73,1.73,0,0,1-.31-.22c-.08-.1-.05-.22.1-.29a1.94,1.94,0,0,1,.75-.12,1.23,1.23,0,0,0,.72-.23c.19-.14.35-.06.51,0a4.46,4.46,0,0,0,.63.44.33.33,0,0,0,.35,0c.2-.16.38-.34.57-.51a.74.74,0,0,1,.52-.2,5.43,5.43,0,0,1,.57,0l.77,0a.55.55,0,0,0,.57-.41,1.39,1.39,0,0,1,.54-.76.36.36,0,0,1,.36,0c.12,0,.23.11.35.16a.7.7,0,0,0,.55,0,2.17,2.17,0,0,1,.33-.19c.19-.06.37.06.56.06a.53.53,0,0,0,.18,0,1.23,1.23,0,0,0,.64-.67l.07-.18a.43.43,0,0,1,.43-.31c.32,0,.64,0,.95-.08a.78.78,0,0,0,.52-.21.85.85,0,0,1,.32-.21c.3-.11.59-.23.88-.37a.2.2,0,0,1,.17,0c.43.09.44.11.71,0a.82.82,0,0,1,1,.16,20.35,20.35,0,0,0,2.07-.09.53.53,0,0,0,.44-.31c0-.12.1-.23.14-.35a.86.86,0,0,1,.05-.55,2.09,2.09,0,0,0,.23-.72,2.53,2.53,0,0,1,.07-.38.5.5,0,0,1,.61-.28l.17.09a1.66,1.66,0,0,0,.89.3,1.2,1.2,0,0,1,.71.23,1.25,1.25,0,0,0,.72.22c.25,0,.51,0,.76,0a1.65,1.65,0,0,0,.36-.11,1.77,1.77,0,0,1,1.07-.34.8.8,0,0,0,.52-.21c.23-.21.47-.43.72-.63a.92.92,0,0,1,.33-.16,1.52,1.52,0,0,0,.51-.25l.16-.1a.58.58,0,0,1,.81.21,3.68,3.68,0,0,1,.15.35.55.55,0,0,0,.46.29,7.36,7.36,0,0,0,1.15,0,1.33,1.33,0,0,0,.72-.2.57.57,0,0,1,.54,0l.35.16a2,2,0,0,1,.67.33c.19.18.39.33.59.49a1,1,0,0,0,.53.17l.76,0a1.16,1.16,0,0,1,.54.18,2.15,2.15,0,0,0,.66.37,2.15,2.15,0,0,1,.49.28,1.18,1.18,0,0,0,.54.17c.38,0,.76,0,1.15,0l.18,0a.57.57,0,0,0,.53-.46l.06-.57c0-.17.08-.24.32-.45l.11-.69a.57.57,0,0,1,.1-.31,1.23,1.23,0,0,1,.63-.49l.31-.21a.28.28,0,0,1,.45.11.94.94,0,0,0,.14.34,3.47,3.47,0,0,0,.86,1,.58.58,0,0,1,.23.28.57.57,0,0,0,.16-.11,1.66,1.66,0,0,1,.66-.37,2.39,2.39,0,0,0,.65-.39.75.75,0,0,1,.36-.13c.31,0,.63,0,.95-.05a1,1,0,0,0,.36-.12,7.12,7.12,0,0,1,.67-.36c.23-.09.25-.16.15-.44a2.07,2.07,0,0,1-.12-.56.48.48,0,0,1,.33-.41,1.37,1.37,0,0,1,1.26.26.75.75,0,0,0,.35.13l1,.07a.92.92,0,0,1,.51.23,1.07,1.07,0,0,0,.7.27,22.06,22.06,0,0,0,2.3,0,.81.81,0,0,0,.35-.12l.16-.12a1.29,1.29,0,0,1,.7-.27,1.48,1.48,0,0,0,.88-.32,1.06,1.06,0,0,1,.34-.16,1.59,1.59,0,0,0,.82-.47c.27-.27.53-.55.81-.81a.88.88,0,0,1,.32-.19,2.55,2.55,0,0,0,.69-.32.92.92,0,0,1,.54-.18l.56-.08a.69.69,0,0,0,.34-.17,1.22,1.22,0,0,1,.71-.25l2.11,0a1.15,1.15,0,0,0,.69-.27,1,1,0,0,1,.53-.21c.31,0,.63,0,.95,0l3.26,0a1.26,1.26,0,0,0,.72-.21,1.44,1.44,0,0,1,.53-.21,2.33,2.33,0,0,1,.38,0,1,1,0,0,0,.53-.19,1.82,1.82,0,0,1,.91-.27c1,0,2,0,3.06,0a1,1,0,0,1,.68.3c.09.09.2.16.29.25a1.45,1.45,0,0,0,.66.37,1.06,1.06,0,0,1,.34.16l.16.11a.84.84,0,0,0,.51.24c.38,0,.76,0,1.15,0a1.5,1.5,0,0,1,.89.29,1,1,0,0,0,.54.18c.63,0,1.27,0,1.91,0h1.72a1.34,1.34,0,0,0,.72-.23,1.47,1.47,0,0,1,1.1-.22l.18,0,.17.08a.41.41,0,0,0,.57-.33,1.3,1.3,0,0,1,.46-1,.38.38,0,0,1,.5,0,1.37,1.37,0,0,1,.59.73.62.62,0,0,0,.56.44,1.62,1.62,0,0,1,1,.43,5.4,5.4,0,0,0,.46.33.22.22,0,0,0,.34,0,.93.93,0,0,1,.35-.16.7.7,0,0,1,.55.08,7.35,7.35,0,0,1,1.11,1.05,1,1,0,0,0,.68.29c.26,0,.52,0,.77,0a1,1,0,0,1,.53.2,3.83,3.83,0,0,0,.46.33c.34.23.39.23.57-.13.06-.11.11-.23.23-.28a1.22,1.22,0,0,1,1.1,0,4.53,4.53,0,0,0,.87.39,2.63,2.63,0,0,1,.35.15c.22.09.27.09.52,0a1.73,1.73,0,0,1,.74-.16,1.17,1.17,0,0,1,.55.13l.16.1a1.15,1.15,0,0,0,.71.24,1.5,1.5,0,0,1,.88.34.88.88,0,0,0,.52.2,2.82,2.82,0,0,1,.57.09c.3.1.52.36.85.41a.8.8,0,0,1,.35.16,1.35,1.35,0,0,0,.69.28,2.32,2.32,0,0,1,.38.05,1,1,0,0,1,.51.25c.17.18.37.34.56.52a.78.78,0,0,0,.33.19,1.52,1.52,0,0,1,.68.32.73.73,0,0,0,.34.17,1.29,1.29,0,0,1,.66.35c.14.14.29.26.42.4a1,1,0,0,0,.68.3l.19,0a1.1,1.1,0,0,1,.69.27l.58.5a.64.64,0,0,0,.35.14l1,.07a.92.92,0,0,1,.51.23c.33.3.66.6,1,.91.1.09.17.19.26.28a1.65,1.65,0,0,1,.28.5c.12.31.27.32.54.05s.39-.3.63-.08l.41.4a.78.78,0,0,0,.52.19,1.78,1.78,0,0,0,.57,0,.5.5,0,0,0,.3-.44.92.92,0,0,0-.21-.52c-.27-.36-.67-.59-.94-1a.51.51,0,0,1-.07-.17.61.61,0,0,1,0-.19c.05-.31.58-.66.88-.32.08.1.19.18.27.27a1.13,1.13,0,0,0,.63.41,1.11,1.11,0,0,1,.51.25l.57.51a.64.64,0,0,0,.34.14,2.54,2.54,0,0,0,.39,0,.74.74,0,0,0,.7-.46l.37,0a.79.79,0,0,1,.53.2l.72.62a.56.56,0,0,0,.17.09,1.2,1.2,0,0,0,.93,0,2.07,2.07,0,0,0,.32-.19.87.87,0,0,1,.53-.2c.25,0,.51,0,.76,0h.77a1.45,1.45,0,0,1,.89.28,1.29,1.29,0,0,0,.71.24l.58,0a1.17,1.17,0,0,1,.71.25,1.52,1.52,0,0,0,.72.22l.57,0a1.29,1.29,0,0,1,.71.24,1,1,0,0,0,.53.19l.38,0,.39,0a.58.58,0,0,1,.59.38,1.78,1.78,0,0,0,.5.79l.73.63a.63.63,0,0,0,.35.13l.76.05a1.38,1.38,0,0,1,.71.25,1,1,0,0,0,.7.27l1,0a1.55,1.55,0,0,1,.9.26,1.29,1.29,0,0,0,.72.21l.19,0c.19,0,.37.11.44.31a2.23,2.23,0,0,0,.63.94l.44.38a.27.27,0,0,0,.45-.09,3.28,3.28,0,0,1,.2-.31c.19-.24.75-.16.83.1a.79.79,0,0,0,.61.64.93.93,0,0,1,.34.18,2.07,2.07,0,0,0,.67.36c.25.07.42.28.65.38s.37.12.54.2.33.18.5.27a1,1,0,0,0,.37.09,1.47,1.47,0,0,1,.9.27,1.31,1.31,0,0,0,.72.23c.38,0,.76,0,1.14.05a.92.92,0,0,1,.53.19,1.13,1.13,0,0,0,.69.29l.77,0a1.11,1.11,0,0,1,.53.17,1.64,1.64,0,0,0,.91.27l1.53,0a1,1,0,0,1,.54.17,1.52,1.52,0,0,0,.89.28,7.34,7.34,0,0,0,1.15,0,1.5,1.5,0,0,0,.36-.11,2.27,2.27,0,0,0,.34-.19l1.06-.4a1.25,1.25,0,0,1,.19,0,2.22,2.22,0,0,0,.92.22l.57,0a1.05,1.05,0,0,1,.54.18,1.41,1.41,0,0,0,.89.28h.38a1.33,1.33,0,0,1,.87.33.85.85,0,0,0,.53.2,4.34,4.34,0,0,1,.95.12V.47ZM77.33,72.84a.33.33,0,0,1-.16-.29.32.32,0,0,1,.17-.28.32.32,0,0,1,.17.29A.31.31,0,0,1,77.33,72.84Zm2.06-2c-.18.08-.31-.07-.3-.31s.18-.35.34-.26a.3.3,0,0,1,.15.3A.32.32,0,0,1,79.39,70.88Zm88.92-22.47c0,.05-.07.07-.11.11a.19.19,0,0,1-.13-.26l.12-.11A.17.17,0,0,1,168.31,48.41Zm1.64-1.7a.32.32,0,0,1-.22.25c-.22,0-.35-.11-.48-.25a.44.44,0,0,1-.1-.5.44.44,0,0,1,.15-.12.52.52,0,0,1,.18,0A.47.47,0,0,1,170,46.71Zm130.21,1.7c0,.05-.08.07-.12.1a.19.19,0,0,1-.11-.27l.13-.1A.18.18,0,0,1,300.16,48.41Zm36.28-7.35A.44.44,0,0,1,336,41a.58.58,0,0,1,0-.14c0-.14.25-.22.45-.15a.22.22,0,0,1,.18.23S336.48,41,336.44,41.06ZM457,36.1s0,0,0,0a.18.18,0,0,1-.27,0c-.12-.09-.12-.19,0-.27a.17.17,0,0,1,.17,0,.19.19,0,0,1,.09.26l0,0Z\" transform=\"translate(-0.44 -0.47)\"/><polygon class=\"cls-2\" points=\"172.53 46.97 172.52 46.97 172.52 46.98 172.53 46.97\"/><path class=\"cls-2\" d=\"M173,47.38h0v.07Z\" transform=\"translate(-0.44 -0.47)\"/></svg></li><li title=\"side triangle bottom \"><svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 500 51\"><defs><style>.cls-1{fill:inherit;}</style></defs><polygon class=\"cls-1\" points=\"0 51 0 0 69 0 106 37 143 0 500 0 500 51 0 51\"/></svg></li><li title=\"side triangle top \"><svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 500 51\"><defs><style>.cls-1{fill:inherit;}</style></defs><polygon class=\"cls-1\" points=\"500 0 500 51 463 51 426 14 389 51 0 51 0 0 500 0\"/></svg></li><li title=\"slant bottom \"><svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 500 66\"><defs><style>.cls-1{fill:inherit;}</style></defs><polygon class=\"cls-1\" points=\"0 0 500 43 500 66 0 66 0 0\"/></svg></li><li title=\"slant down bottom \"><svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 500 200\"><defs><style>.cls-1{fill:inherit;}</style></defs><path class=\"cls-1\" d=\"M0,0,33,156s1.42,7.68,8,9c15,3,459,21,459,21v14H0Z\"/></svg></li><li title=\"slant down top \"><svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 500 200\"><defs><style>.cls-1{fill:inherit;}</style></defs><path class=\"cls-1\" d=\"M500,200,467,44s-1.42-7.68-8-9C444,32,0,14,0,14V0H500Z\" transform=\"translate(0 0)\"/></svg></li><li title=\"slant top \"><svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 500 66\"><defs><style>.cls-1{fill:inherit;}</style></defs><polygon class=\"cls-1\" points=\"500 66 0 23 0 0 500 0 500 66\"/></svg></li><li title=\"slant up bottom \"><svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 500 76\"><defs><style>.cls-1{fill:inherit;}</style></defs><path class=\"cls-1\" d=\"M0,146l43,30a48.52,48.52,0,0,0,27,6c29.37-1.84,430-58,430-58v76H0Z\" transform=\"translate(0 -124)\"/></svg></li><li title=\"slant up top \"><svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 500 76\"><defs><style>.cls-1{fill:inherit;}</style></defs><path class=\"cls-1\" d=\"M500,54,457,24a48.52,48.52,0,0,0-27-6C400.63,19.84,0,76,0,76V0H500Z\"/></svg></li><li title=\"small triangles bottom \"><svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 500 55.5\"><defs><style>.cls-1{fill:inherit;}</style></defs><polygon class=\"cls-1\" points=\"0 55.5 0 0.5 35.27 37 70.53 0.5 106.28 37.5 142.03 0.5 177.78 37.5 213.53 0.5 249.28 37.5 284.54 1 320.29 38 356.52 0.5 392.27 37.5 427.54 1 463.29 38 500 0 500 55.5 0 55.5\"/></svg></li><li title=\"small triangles top \"><svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 500 55.5\"><defs><style>.cls-1{fill:inherit;}</style></defs><polygon class=\"cls-1\" points=\"500 0 500 55 464.73 18.5 429.47 55 393.72 18 357.97 55 322.22 18 286.47 55 250.72 18 215.46 54.5 179.71 17.5 143.48 55 107.73 18 72.46 54.5 36.72 17.5 0 55.5 0 0 500 0\"/></svg></li><li title=\"snowflakes bottom \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 500 133.46\"><defs><style>.cls-1{fill:inherit;}.cls-2{opacity:0.5;}</style></defs><g id=\"Layer_3\" data-name=\"Layer 3\"><path class=\"cls-1\" d=\"M0,158.87s61.62-36.53,139.21-36.53,116.22,40.45,219.17,40.45S500,150.42,500,150.42V200H0Z\" transform=\"translate(0 -66.54)\"/><path class=\"cls-1\" d=\"M310.1,166.42c-.05-1.25-.11-2.5-.16-3.85,1.86-.23,3.65.11,5.54-.06a22.06,22.06,0,0,0-1.87-3.28c-.61-1-1.26-2.07-1.95-3.21l3.65-2.81c.24.37.46.67.64,1,1.33,2.36,2.67,4.7,3.94,7.09a1.39,1.39,0,0,0,1.57.89,17.16,17.16,0,0,0,3.27-.27L322.11,158l3.55-2.35c.24.32.46.58.64.86q1.6,2.53,3.2,5.08a1.22,1.22,0,0,0,1.09.74c3.41,0,6.83,0,10.24,0l.07-.26a3.57,3.57,0,0,0-.55-.41q-12-6.3-24.09-12.59a1.4,1.4,0,0,0-1.51,0c-2,1.13-4.07,2.21-6.11,3.3-.34.18-.69.34-1.12.56l-1.75-3.22,6-3.58c-1.05-.52-1.94-.88-2.75-1.38a2.89,2.89,0,0,0-3.27-.06,23.52,23.52,0,0,1-2.62,1.1L301.7,143l2.39-1.72-5-2.79c.78-1.27,1.54-2.49,2.35-3.79l5.78,2.45v-3.41l3.4-.2c.05.39.11.72.13,1,.08,1.45.17,2.9.2,4.36a1.22,1.22,0,0,0,.76,1.18c.81.39,1.57.85,2.57,1.4,0-1,0-1.85.05-2.68v-5.42l4.14.29c.09,1.36.19,2.68.27,4,.1,1.8.23,3.6.25,5.41a1.72,1.72,0,0,0,1.06,1.72c6.19,3.31,12.36,6.67,18.53,10l3.73,2a1.88,1.88,0,0,0,1,.25c-1.42-2.94-2.83-5.88-4.29-8.92h-9.59c-.08-1.43-.15-2.74-.23-4.17h6.24c-.73-1.29-1.32-2.43-2-3.49-.16-.24-.7-.29-1.06-.3-2.9-.09-5.81-.15-8.71-.22-.39,0-.77,0-1.31-.08v-3.75c3-.28,5.85-.08,8.94-.34-1-1.79-1.9-3.38-2.86-5.11l5-2.28,2.72,4.54c1.27-2.32,2.44-4.48,3.69-6.77L344,128c-2,3.48-3.87,6.85-5.78,10.25l2.39,3.38,2.93-5.18,3.53,1.65c-1.47,2.57-2.88,5-4.35,7.64l6.19,8.78a1.59,1.59,0,0,0,.25-1.28q-.09-9.76-.21-19.54c0-2.2-.06-4.4,0-6.6a1.36,1.36,0,0,0-.91-1.43c-2.18-1-4.32-2.05-6.48-3.08-.39-.18-.77-.38-1.25-.63.53-1.2,1-2.36,1.59-3.59l7.37,3.21c0-1.36.05-2.52,0-3.67,0-.26-.37-.56-.65-.72-1.63-.93-3.29-1.83-4.94-2.74-.34-.18-.67-.39-1.12-.65.57-1.15,1.13-2.25,1.76-3.52l5,2.86a32.6,32.6,0,0,0,.11-3.63c0-1.13,0-2.26,0-3.48h4.72v7.23l4.14-2.38c.51,1.15,1,2.2,1.47,3.32-1.57,1-3,1.88-4.52,2.72a1.78,1.78,0,0,0-1.12,1.94,21.06,21.06,0,0,1,0,2.41l7.43-2.69c.53,1.18,1,2.29,1.55,3.5-.31.17-.59.36-.89.5-2.42,1.12-4.84,2.25-7.27,3.35a1.26,1.26,0,0,0-.9,1.3q0,13.19-.14,26.38a.86.86,0,0,0,.27.62c1.94-2.77,3.87-5.55,5.86-8.4l-4.31-7.73,3.34-1.52c1.08,1.56,2.13,3.1,3.3,4.78l2.17-3.57c-1.87-3.19-3.74-6.36-5.66-9.62l4.41-2.36c1.18,2.55,2.33,5,3.58,7.73,1-1.67,1.69-3.27,2.62-4.91,1.74.72,3.39,1.56,5.15,2.39l-3.14,5.15,9,.32c.09,1.18.18,2.29.28,3.5l-11.63.51c-.48,1.05-1,2.1-1.53,3.31l5.89.55c.08,1.24,0,2.47-.05,3.79a10.45,10.45,0,0,1-1.07.07c-2.32,0-4.63,0-7-.15a1.65,1.65,0,0,0-1.76,1c-1.22,2.33-2.52,4.61-3.79,6.92-.16.29-.29.6-.54,1.14.52-.25.83-.37,1.12-.53,7.37-4.1,14.73-8.22,22.11-12.29a1.58,1.58,0,0,0,.91-1.58c0-2.55.15-5.1.24-7.65,0-.38.06-.76.1-1.14h4.47v6.86a5.56,5.56,0,0,0,2.53-.94c.17-.1.2-.56.21-.85,0-1.34,0-2.67,0-4v-1.22h4.63v3.1c1.9-.6,3.5-1.51,5.34-2.19l2.43,4.38-5.64,2.83,2.55,1.93c-.44.81-.87,1.59-1.36,2.46a15.27,15.27,0,0,1-2.21-1.18,3.3,3.3,0,0,0-4.18-.16,22,22,0,0,1-2.3,1.07l6.15,4.41c-.61.9-1.2,1.75-1.83,2.66l-2.13-1.15c-1.58-.87-3.18-1.71-4.73-2.63a1.65,1.65,0,0,0-1.84,0c-6.79,3.69-13.6,7.34-20.4,11a15.07,15.07,0,0,0-2.69,1.72c.33,0,.66.11,1,.12,2.51.09,5,.14,7.53.28a1.51,1.51,0,0,0,1.58-.9c.93-1.64,1.93-3.24,2.91-4.84l.67-1.06,4.06,2.17-2.84,4.6c1.44,0,2.68,0,3.92,0,.55,0,.68-.47.87-.84l3.65-7c.18-.34.38-.68.62-1.11l3.85,2.74c-1.08,2.09-2.14,4.12-3.28,6.31,1.65.28,3.17.07,4.76.27a16.5,16.5,0,0,1,0,3.65Z\" transform=\"translate(0 -66.54)\"/><path class=\"cls-1\" d=\"M435.63,166.77c-.17-.85-.34-1.7-.53-2.62,1.26-.36,2.53-.32,3.81-.63a14.84,14.84,0,0,0-1.64-2.06c-.53-.66-1.08-1.29-1.68-2l2.21-2.32c.2.22.39.41.55.61,1.16,1.48,2.33,3,3.46,4.46a1,1,0,0,0,1.18.44,12.37,12.37,0,0,0,2.21-.53L443,159.71l2.19-2c.2.19.38.35.53.52.92,1,1.84,2.1,2.74,3.15a.83.83,0,0,0,.83.39l7-1.09,0-.19a2.82,2.82,0,0,0-.42-.22q-9-3-17.9-6.09a1,1,0,0,0-1,.18c-1.27,1-2.56,1.95-3.85,2.91l-.7.51-1.54-2,3.72-3.1a21.31,21.31,0,0,1-2-.65,2,2,0,0,0-2.26.31,17.67,17.67,0,0,1-1.68,1l-1.27-1.75,1.47-1.43-3.75-1.39,1.21-2.85,4.24,1.07-.36-2.34,2.31-.51c.07.27.15.49.2.72.21,1,.42,2,.6,3a.84.84,0,0,0,.65.73c.6.18,1.17.42,1.92.69-.1-.7-.17-1.28-.26-1.85s-.19-1.24-.28-1.86-.19-1.18-.29-1.86l2.88-.25c.2.93.41,1.82.6,2.72.27,1.23.54,2.46.75,3.69a1.21,1.21,0,0,0,.92,1.08c4.6,1.61,9.2,3.26,13.79,4.9l2.78,1a1.34,1.34,0,0,0,.72.07l-3.9-5.68-6.58,1-.61-2.85,4.29-.66c-.64-.81-1.16-1.53-1.76-2.19-.13-.14-.5-.12-.75-.09-2,.25-4,.52-6,.78l-.91.08L441,146l-.2-1.28c2-.5,4-.68,6.11-1.18-.88-1.12-1.67-2.12-2.51-3.21l3.18-2.1,2.36,2.84c.62-1.74,1.2-3.34,1.81-5.05l3.07.74c-1,2.6-1.92,5.12-2.88,7.66l2,2.07,1.47-3.87,2.6.75c-.74,1.93-1.44,3.78-2.18,5.72l5.19,5.37a1.06,1.06,0,0,0,0-.9c-.73-4.47-1.48-8.94-2.22-13.41-.25-1.51-.51-3-.73-4.53a1,1,0,0,0-.78-.89c-1.6-.45-3.18-.94-4.78-1.42l-.92-.3.71-2.64,5.4,1.42c-.14-.93-.23-1.73-.4-2.52,0-.17-.32-.34-.52-.42-1.22-.47-2.46-.91-3.69-1.36l-.84-.33c.27-.85.54-1.67.84-2.6l3.73,1.43a22.65,22.65,0,0,0-.31-2.51c-.11-.77-.24-1.55-.37-2.39l3.24-.5.77,5,2.59-2.07,1.37,2.12c-1,.82-1.88,1.61-2.82,2.35a1.23,1.23,0,0,0-.56,1.45c.13.49.17,1,.27,1.65l4.82-2.63,1.43,2.24c-.19.15-.36.3-.56.43-1.54,1-3.08,2.07-4.63,3.08a.86.86,0,0,0-.48,1c.91,6,1.8,12.09,2.71,18.14a.57.57,0,0,0,.25.4l3.13-6.4L464,142.47l2.13-1.4,2.77,2.93,1.12-2.68-4.91-6,2.77-2.09,3.29,4.93c.51-1.25.81-2.43,1.27-3.65,1.28.31,2.5.71,3.8,1.09l-1.61,3.87,6.21-.73.56,2.37-7.93,1.59c-.22.77-.45,1.55-.7,2.44l4.11-.25c.18.84.24,1.7.37,2.61-.27.06-.5.13-.73.16-1.6.22-3.19.46-4.79.64a1.14,1.14,0,0,0-1.11.86c-.59,1.73-1.24,3.44-1.87,5.16-.08.21-.13.44-.25.84.33-.23.53-.34.72-.49q6.93-5.4,13.88-10.8a1.1,1.1,0,0,0,.46-1.18c-.25-1.75-.45-3.52-.66-5.28,0-.26,0-.53-.05-.79l3.07-.48.73,4.71a3.66,3.66,0,0,0,1.64-.91c.11-.09.08-.41.06-.61-.14-.92-.29-1.83-.44-2.75l-.13-.84,3.18-.49.33,2.13c1.24-.62,2.25-1.41,3.44-2.08.69.9,1.39,1.79,2.14,2.76l-3.58,2.54,2,1.06-.67,1.84a10.56,10.56,0,0,1-1.65-.59,2.32,2.32,0,0,0-2.89.35,14.43,14.43,0,0,1-1.47,1l4.7,2.38-1,2-1.59-.56c-1.18-.43-2.37-.84-3.54-1.31a1.15,1.15,0,0,0-1.26.19q-6.41,4.89-12.85,9.74a11.21,11.21,0,0,0-1.66,1.46,5.46,5.46,0,0,0,.7,0c1.73-.2,3.47-.44,5.2-.61a1,1,0,0,0,1-.79c.47-1.22,1-2.42,1.49-3.63.1-.25.22-.5.35-.79l3,1-1.47,3.47,2.7-.42c.38-.06.41-.4.51-.67l1.76-5.19c.09-.26.19-.51.31-.83l2.94,1.47c-.53,1.55-1,3.06-1.58,4.69,1.15,0,2.18-.29,3.3-.33a12.23,12.23,0,0,1,.39,2.51Z\" transform=\"translate(0 -66.54)\"/><path class=\"cls-1\" d=\"M178.84,129.7l.36-1.82c.9.1,1.7.46,2.61.59a10.47,10.47,0,0,0-.51-1.75c-.17-.56-.36-1.11-.56-1.72l2-.91c.07.2.14.36.19.54.36,1.25.73,2.51,1,3.77a.69.69,0,0,0,.64.6,8.24,8.24,0,0,0,1.56.23l-.78-2.13,1.93-.71c.07.18.15.33.2.48.31.92.63,1.83.93,2.75.08.22.16.4.43.46l4.81,1.15.06-.11a1.83,1.83,0,0,0-.21-.26l-9.9-8.61a.67.67,0,0,0-.71-.16c-1.08.3-2.16.57-3.24.86l-.59.13-.45-1.7,3.2-1c-.43-.36-.81-.63-1.13-1a1.4,1.4,0,0,0-1.53-.39,11.54,11.54,0,0,1-1.35.22l-.36-1.46,1.32-.53-2-1.88,1.53-1.51,2.44,1.8.38-1.6,1.62.28c0,.19,0,.36-.06.51q-.18,1-.39,2.07a.57.57,0,0,0,.22.64c.34.27.64.58,1.05,1,.12-.48.23-.87.32-1.26s.21-.84.31-1.27l.3-1.27,1.92.6c-.11.65-.22,1.28-.33,1.91-.15.86-.3,1.72-.49,2.56a.84.84,0,0,0,.31.93q3.8,3.38,7.57,6.79l1.52,1.36a.91.91,0,0,0,.45.23c-.33-1.54-.67-3.07-1-4.67l-4.5-1.07.36-2,2.93.7c-.2-.69-.35-1.29-.56-1.86,0-.13-.29-.22-.46-.26-1.35-.37-2.71-.72-4.07-1.08l-.6-.19.21-.89.21-.87c1.42.2,2.76.62,4.23.85-.26-1-.5-1.8-.76-2.72l2.59-.52c.26.81.5,1.58.77,2.44l2.5-2.76,1.77,1.28-3.86,4.17.74,1.85,2-2.1,1.47,1.17-2.9,3.1c.63,1.59,1.27,3.18,1.92,4.81a.77.77,0,0,0,.26-.57l2.1-9.2c.24-1,.46-2.07.72-3.1a.66.66,0,0,0-.27-.77c-.91-.71-1.8-1.45-2.69-2.17l-.52-.44,1.15-1.51,3.1,2.34c.15-.64.31-1.18.4-1.73,0-.12-.11-.31-.22-.41-.66-.62-1.34-1.23-2-1.84-.14-.12-.27-.26-.46-.43l1.22-1.45,2,1.89a16.64,16.64,0,0,0,.46-1.69c.13-.52.25-1.05.39-1.63l2.21.53-.81,3.4,2.21-.65.32,1.72c-.84.27-1.63.54-2.43.77-.43.12-.69.31-.74.78a11,11,0,0,1-.26,1.13l3.79-.42.33,1.81-.47.14-3.79.75a.62.62,0,0,0-.57.52c-1,4.12-2,8.24-3,12.36a.41.41,0,0,0,.06.32l3.69-3.28c-.38-1.35-.76-2.7-1.15-4.11l1.74-.34,1,2.61,1.42-1.43c-.52-1.71-1-3.41-1.58-5.15l2.34-.62c.26,1.33.52,2.62.81,4,.66-.66,1.16-1.34,1.78-2,.74.54,1.42,1.12,2.15,1.71l-2,2.06,4.18,1.16-.26,1.67-5.51-1.06-1.1,1.38,2.71.92c-.1.59-.29,1.16-.45,1.77-.19,0-.35,0-.51-.08-1.09-.28-2.17-.55-3.25-.85a.78.78,0,0,0-.94.26c-.83,1-1.7,1.88-2.55,2.82-.11.12-.2.25-.38.47l.58-.12,11.76-3.29a.75.75,0,0,0,.61-.63c.3-1.2.64-2.38,1-3.57.05-.18.11-.35.17-.53l2.1.51-.77,3.22a2.62,2.62,0,0,0,1.29-.16c.1,0,.16-.24.2-.38.15-.62.29-1.25.44-1.88,0-.18.09-.36.14-.57l2.17.52-.35,1.45c1-.07,1.82-.31,2.76-.42l.65,2.33-3,.69,1,1.19-.91,1a7.35,7.35,0,0,1-.91-.81,1.61,1.61,0,0,0-2-.54,9.39,9.39,0,0,1-1.2.24l2.4,2.77-1.16,1-.87-.78c-.65-.59-1.3-1.16-1.93-1.77a.81.81,0,0,0-.86-.21c-3.6,1-7.21,1.92-10.81,2.88a7.65,7.65,0,0,0-1.46.5,3.61,3.61,0,0,0,.46.17c1.17.33,2.34.63,3.5,1a.72.72,0,0,0,.84-.25c.62-.66,1.28-1.3,1.92-1.94.13-.14.27-.26.43-.42l1.66,1.47L211,135.4l1.84.44c.26.06.37-.14.5-.3.84-.95,1.67-1.91,2.5-2.87l.41-.45,1.51,1.72-2.25,2.6c.74.31,1.48.39,2.2.66a8,8,0,0,1-.4,1.71Z\" transform=\"translate(0 -66.54)\"/><path class=\"cls-1\" d=\"M27.64,148.65l-1.05-2.86c1.35-.62,2.78-.8,4.16-1.38a16.55,16.55,0,0,0-2.2-2c-.71-.65-1.45-1.26-2.25-1.95l2.08-3c.26.22.5.39.72.59,1.57,1.46,3.15,2.9,4.68,4.39a1.11,1.11,0,0,0,1.4.3,13.25,13.25,0,0,0,2.39-1l-2.92-2.32,2.11-2.63c.26.19.49.33.69.5q1.83,1.51,3.64,3.05a1,1,0,0,0,1,.29c2.56-.84,5.14-1.65,7.71-2.48v-.21a3.2,3.2,0,0,0-.52-.18l-21.18-3.66a1.12,1.12,0,0,0-1.13.38c-1.25,1.34-2.54,2.65-3.81,4-.21.22-.43.42-.71.69l-2.09-2L24,133c-.92-.14-1.68-.19-2.4-.38a2.32,2.32,0,0,0-2.48.75,18.75,18.75,0,0,1-1.71,1.46l-1.73-1.74,1.39-1.87-4.45-.9c.28-1.14.56-2.24.85-3.41l4.95.45-.82-2.57,2.51-1c.13.28.26.51.35.76.41,1.07.83,2.14,1.2,3.23a.94.94,0,0,0,.86.7c.7.1,1.39.27,2.27.44-.23-.77-.41-1.4-.61-2s-.43-1.36-.65-2-.41-1.29-.66-2l3.2-.78c.39,1,.79,2,1.16,2.94.51,1.34,1,2.66,1.5,4a1.36,1.36,0,0,0,1.21,1c5.46,1,10.92,2,16.37,3.07l3.3.61a1.4,1.4,0,0,0,.82-.05L45,128l-7.23,2.31c-.4-1.06-.77-2-1.18-3.08l4.7-1.51c-.86-.8-1.58-1.51-2.36-2.14-.17-.14-.59,0-.86,0-2.21.63-4.41,1.29-6.62,1.94l-1,.25L30,124.36,29.58,123c2.16-.93,4.39-1.48,6.65-2.41-1.19-1.11-2.24-2.1-3.39-3.16l3.21-2.93,3.15,2.77c.39-2.06.75-4,1.14-6l3.58.29c-.64,3.1-1.25,6.1-1.88,9.12l2.62,2c.33-1.61.64-3.07,1-4.61l3.05.39c-.48,2.29-.94,4.5-1.43,6.81L54,130.32a1.24,1.24,0,0,0-.13-1Q51.47,122,49,114.63c-.55-1.65-1.11-3.3-1.63-5a1.08,1.08,0,0,0-1-.86c-1.87-.22-3.75-.49-5.62-.75l-1.09-.17c.11-1,.21-2,.33-3.09l6.32.63c-.32-1-.57-1.9-.9-2.75-.07-.19-.41-.34-.66-.39-1.45-.31-2.92-.58-4.38-.87l-1-.22c.16-1,.31-2,.48-3.07l4.45.94a27,27,0,0,0-.79-2.76c-.26-.85-.54-1.69-.84-2.62l3.55-1.14L48,98l2.54-2.79,1.91,2.14c-.95,1.1-1.82,2.15-2.75,3.14a1.41,1.41,0,0,0-.37,1.73,16.8,16.8,0,0,1,.59,1.81l4.95-3.82c.68.77,1.32,1.48,2,2.27-.19.2-.36.41-.55.59-1.55,1.43-3.1,2.86-4.66,4.27a1,1,0,0,0-.37,1.21q3.15,9.93,6.26,19.89a.69.69,0,0,0,.36.41c.79-2.56,1.57-5.12,2.38-7.75l-5.11-4.77,2.15-2,3.64,2.81.77-3.22-6.58-5.88,2.75-2.84,4.56,5c.36-1.5.48-2.87.79-4.33,1.48.12,2.93.35,4.46.56-.38,1.54-.73,3-1.13,4.63l6.85-1.92c.35.86.69,1.67,1,2.56l-8.63,3.19c-.11.91-.22,1.82-.35,2.86l4.57-1c.36.91.57,1.86.88,2.87-.3.11-.54.23-.8.31-1.75.53-3.5,1.08-5.26,1.56a1.31,1.31,0,0,0-1.1,1.17c-.35,2-.78,4.08-1.18,6.12-.05.26-.07.52-.13,1,.33-.31.54-.48.71-.67q6.84-7.3,13.69-14.6a1.23,1.23,0,0,0,.3-1.4c-.59-1.93-1.12-3.88-1.67-5.82-.08-.29-.13-.59-.2-.89l3.37-1.08,1.66,5.17A4.36,4.36,0,0,0,82,109.16c.1-.11,0-.47,0-.69-.32-1-.65-2-1-3-.1-.29-.19-.58-.3-.92l3.49-1.12.75,2.34c1.28-.92,2.27-2,3.49-3l2.89,2.72L87.72,109l2.39.84c-.14.72-.27,1.41-.43,2.18a11.09,11.09,0,0,1-2-.36,2.63,2.63,0,0,0-3.19.9,15.59,15.59,0,0,1-1.47,1.35l5.7,1.85c-.25.82-.48,1.6-.73,2.44l-1.89-.35c-1.4-.28-2.81-.52-4.2-.84a1.29,1.29,0,0,0-1.39.44c-4.22,4.41-8.47,8.81-12.7,13.21a11.37,11.37,0,0,0-1.61,1.94c.26-.05.52-.08.78-.15,1.91-.53,3.81-1.1,5.74-1.61a1.2,1.2,0,0,0,1-1.06c.3-1.45.68-2.9,1-4.34l.26-1,3.58.65c-.35,1.39-.68,2.73-1,4.16l3-.95c.41-.14.39-.52.45-.85q.54-3.06,1.06-6.14c0-.3.12-.6.2-1l3.56,1.14c-.31,1.83-.62,3.62-.94,5.55,1.3-.2,2.4-.72,3.65-.95a13.05,13.05,0,0,1,.88,2.74Z\" transform=\"translate(0 -66.54)\"/><g class=\"cls-2\"><path class=\"cls-1\" d=\"M84,91.93l-.76-.65c.44-.53.83-1,1.26-1.52a.66.66,0,0,0,.11-.81,19,19,0,0,0-1-2,4.74,4.74,0,0,0-.15.5c-.41,2.17-.81,4.34-1.24,6.5a.82.82,0,0,0,.34.94c.57.41,1.11.87,1.69,1.34l-.54,1L81.88,96a3.56,3.56,0,0,0-.33,1.35c0,.13.16.31.29.41.44.36.91.68,1.4,1l-.72.7-1.21-.78L81,99.84l-1.17-.22L80,98.49l-1.37.09-.14-.94,1.76-.3.29-1.52-2.33.27-.25-.91c.81-.26,1.56-.52,2.33-.75a.69.69,0,0,0,.55-.61c.39-2.35.8-4.7,1.21-7.06a2.2,2.2,0,0,0,0-.3,6.67,6.67,0,0,0-1,1c-.32.32-.64.66-1,1l.68,2.39-1,.26c-.1-.36-.17-.71-.29-1-.06-.14-.2-.33-.33-.36a.69.69,0,0,0-.45.21A.89.89,0,0,0,78.4,91c.33.8.59,1.64.92,2.54l-1.25.36-.72-2.13-1,1.07-1.16-.93,1.06-1.11c-.84-.32-1.69-.31-2.52-.59l.2-1.06a3.23,3.23,0,0,1,.44,0c.71.1,1.42.16,2.11.31A.94.94,0,0,0,77.54,89l.26-.35-1.72-.32.11-1a3,3,0,0,1,1.24.06c.5,0,1.06.26,1.48.1s.64-.69.94-1.06l.81-1c-.29,0-.44,0-.57.09-2.12.69-4.24,1.38-6.36,2a.77.77,0,0,0-.61.64c-.12.59-.3,1.16-.46,1.73-.06.22-.14.43-.23.68l-1.12-.28.37-2-.56.1a.67.67,0,0,0-.62.69,8.07,8.07,0,0,1-.19,1l-1.09-.15.07-1-1.67.41-.35-1.14,1.53-.67-.45-.72.54-.61c.63.42,1.21,1,2.13.53l-1.24-1.5.66-.56,1.93,1.51L80,83.85v-.17c-.84-.18-1.68-.38-2.53-.52-.14,0-.36.16-.49.3-.41.45-.81.93-1.24,1.43l-1-.9.91-1.09-1.29-.24L72.65,85l-1-1.06L73,82.4l-1.29-.24a6.62,6.62,0,0,1,.2-1.81l1.57.3-.74-2.06L73.9,78l.39,1.12c.1.28.19.57.28.85.33,1,.33,1,1.5,1l-.47-1.21,1.09-.47c.22.54.45,1,.62,1.54a.89.89,0,0,0,.82.68,23,23,0,0,0,2.41.31c-.1-.1-.2-.22-.31-.31C78.36,80,76.48,78.5,74.62,77a.89.89,0,0,0-.94-.15c-.62.22-1.26.39-1.93.6l-.33-1,1.76-.68a1.7,1.7,0,0,0-2.29-.6l-.25-.8.71-.43-.58-.5c-.19-.16-.38-.32-.62-.54l.82-.9,1.5,1,.23-.89.93.06-.16,1.07c-.1.79,0,.88.8,1.27l.41-2.17,1.13.33a18.72,18.72,0,0,1-.28,2,1.37,1.37,0,0,0,.61,1.57c1.61,1.25,3.17,2.56,4.76,3.85.17.14.35.26.52.38l.14-.08c-.22-.8-.43-1.61-.68-2.41,0-.12-.27-.22-.43-.26-.51-.12-1-.2-1.56-.3l-.7-.17.15-1.13,1.73.32c-.14-.41-.22-.69-.31-1s-.33-.29-.56-.34l-2.56-.48.21-1.09,2.48.34-.5-1.58L80.29,72l.56,1.38,1.4-1.64,1.07.67-.9,1.07-.71.84c-.64.76-.64.78,0,1.68l1.06-1.2.86.62L82,77.34l1.27,2.79c.09-.26.16-.38.19-.52.41-2.28.8-4.57,1.23-6.85a.85.85,0,0,0-.41-1c-.56-.35-1.07-.78-1.68-1.23l.62-.9,1.87,1.24.14-.46a.8.8,0,0,0-.34-1,14.85,14.85,0,0,1-1.21-1l.65-.88,1.23,1,.48-1.93,1.25.23-.38,2,1.3-.39.25,1a9.25,9.25,0,0,1-1.06.39A1,1,0,0,0,86.59,71a18.94,18.94,0,0,0,2.18-.22l.24,1-2.76.72-1.48,7.78a4,4,0,0,0,.41-.28c.43-.42.84-.86,1.29-1.25a.77.77,0,0,0,.26-1c-.24-.57-.4-1.17-.62-1.82l1-.25.7,1.5.81-.88-1.07-3,1.34-.41.6,2.34,1-1.22,1.28.91-1.12,1.3,2.47.57-.09,1-.56,0-2.11-.3c-.73-.1-.82,0-1.11.78l1.52.5-.25,1c-.7-.14-1.36-.23-2-.39a.83.83,0,0,0-1,.36c-.42.57-.89,1.1-1.44,1.77a4.4,4.4,0,0,0,.5-.09c2.18-.72,4.36-1.46,6.54-2.17a.74.74,0,0,0,.58-.66c.15-.73.35-1.46.54-2.23l1.22.23L95.1,78.4l.86-.15.32-1.68,1.22.24,0,.78c.51.08,1-.21,1.54-.21l.45,1.29-1.7.49.54.71-.43.56a1.93,1.93,0,0,1-.41-.26c-.6-.71-1.27-.53-2-.19l1.44,1.52-.63.65c-.56-.47-1.11-.9-1.65-1.36a.64.64,0,0,0-.68-.15l-6.83,2.17-.32.12a4.21,4.21,0,0,0,1.3.36,3.11,3.11,0,0,0,1.4.21c.4-.13.68-.64,1-1L91,82l1,.77-.92,1.06c.7.44,1.1.39,1.57-.2L94,81.86l.91,1L93.7,84.44l1.27.34-.29,1.53-1.32-.19.63,2-1.25.68c-.23-.77-.42-1.48-.63-2.18s0-.71-1-.84a2.42,2.42,0,0,0-.4,0c.08.23.14.42.21.61s.13.34.23.59l-1.22.54c-.23-.62-.45-1.17-.63-1.74a.71.71,0,0,0-.62-.54A15.6,15.6,0,0,0,86.48,85a3,3,0,0,0,.3.32c1.81,1.51,3.64,3,5.45,4.53a.73.73,0,0,0,.87.13c.57-.24,1.16-.43,1.79-.66l.47.81-1.82.84c.62,1,1.43.54,2.22.35l.39.8-1,.44,1.4,1.16-.81,1.08-1.42-.9-.23.73L93,94.38l.18-1.69-.74-.54-.39,2.06L90.88,94c.09-.65.13-1.31.27-1.95a1.15,1.15,0,0,0-.46-1.29C89.07,89.39,87.5,88,85.9,86.59a1.43,1.43,0,0,0-.61-.34l.83,2.54,2.5.61-.1,1.09-1.71-.19c.06.27.12.46.16.65a.62.62,0,0,0,.56.52c.63.11,1.26.25,1.89.39l.78.19L90,93.15l-2.43-.46.5,1.57-1.44.49L86,93.3l-1.48,1.79-1-.64,2.09-2.59-.49-1.19Z\" transform=\"translate(0 -66.54)\"/></g><g class=\"cls-2\"><path class=\"cls-1\" d=\"M180.52,103.53l-.5-.28c.19-.35.36-.68.55-1a.38.38,0,0,0,0-.47,7.54,7.54,0,0,0-.78-1,2.58,2.58,0,0,0,0,.29c0,1.26,0,2.53,0,3.79a.45.45,0,0,0,.29.49c.36.18.72.38,1.09.58l-.2.59-1.16-.46a2.18,2.18,0,0,0,0,.8c0,.07.12.16.21.2.28.15.58.29.9.44l-.33.47-.76-.31-.06.67H179l-.05-.65-.77.19-.17-.51,1-.36v-.89l-1.29.41-.23-.49c.42-.24.82-.46,1.23-.67a.38.38,0,0,0,.24-.4c0-1.37,0-2.74-.07-4.1a.68.68,0,0,0-.05-.17,4.25,4.25,0,0,0-.46.64c-.15.22-.29.44-.44.68l.63,1.28-.53.25c-.1-.19-.18-.38-.28-.56s-.15-.17-.22-.16a.36.36,0,0,0-.23.16.51.51,0,0,0,0,.62c.28.42.51.86.79,1.33l-.66.33-.63-1.12-.48.72-.75-.4.48-.74c-.51-.09-1,0-1.48-.06V103l.24,0c.41,0,.82-.06,1.22,0a.53.53,0,0,0,.58-.36,1.45,1.45,0,0,1,.11-.23h-1l0-.59a1.77,1.77,0,0,1,.71-.1,2.07,2.07,0,0,0,.84-.1c.2-.13.28-.46.41-.7s.21-.39.35-.66a3.07,3.07,0,0,0-.31.11l-3.36,1.84a.42.42,0,0,0-.28.42c0,.34,0,.68-.07,1,0,.13,0,.26-.06.41l-.66,0v-1.16l-.31.12a.37.37,0,0,0-.27.45,6,6,0,0,1,0,.6l-.63,0-.07-.56-.89.41-.32-.61.79-.54-.33-.36.23-.39c.41.16.8.43,1.26.07l-.86-.71.32-.39,1.24.64,4-2.13,0-.09c-.49,0-1,0-1.48,0-.08,0-.18.13-.24.22-.19.3-.36.61-.54.94l-.65-.41.4-.71h-.75l-.7,1.51-.67-.49.6-1h-.76a4,4,0,0,1-.08-1h.92l-.64-1.08.58-.47c.12.22.23.4.34.59s.16.3.25.45c.28.51.29.51.94.38l-.39-.63.56-.38c.18.28.37.53.51.8a.5.5,0,0,0,.54.29,11,11,0,0,0,1.39-.08l-.21-.14c-1.21-.63-2.43-1.26-3.63-1.9a.5.5,0,0,0-.55,0c-.32.18-.66.35-1,.54l-.28-.5.91-.57a1,1,0,0,0-1.35-.1l-.23-.42.36-.31-.38-.22-.41-.24.37-.6.94.38,0-.52.53-.07c0,.24,0,.43,0,.62,0,.46.07.5.58.63V93.51l.68.06a11.81,11.81,0,0,1,.06,1.18.76.76,0,0,0,.5.81c1.05.53,2.07,1.11,3.1,1.66l.33.16.07-.06c-.21-.43-.41-.86-.64-1.29,0-.06-.17-.09-.27-.09-.3,0-.6,0-.91,0l-.41,0,0-.65h1l-.28-.52c-.08-.14-.22-.13-.35-.13h-1.49V94L176,93.9l-.45-.83.79-.36.46.71.61-1.07.68.26-.4.7c-.1.18-.2.37-.31.55-.28.49-.27.5.18.94L178,94l.55.25-.7,1.26,1,1.44c0-.16,0-.24,0-.32,0-1.33,0-2.66,0-4a.49.49,0,0,0-.34-.54c-.35-.14-.69-.33-1.07-.51l.25-.58,1.18.5c0-.12,0-.19,0-.27a.46.46,0,0,0-.31-.56,7.74,7.74,0,0,1-.78-.43l.27-.56.81.44L179,89h.74v1.16l.69-.35.24.51a5.7,5.7,0,0,1-.55.33.56.56,0,0,0-.35.78c.42,0,.77-.29,1.2-.35l.25.54-1.48.7v4.54a1.83,1.83,0,0,0,.2-.21c.2-.28.38-.57.59-.84a.44.44,0,0,0,0-.6c-.19-.29-.35-.61-.54-1l.53-.25.55.77.36-.58-.92-1.58.7-.37.59,1.25.45-.79.81.37-.49.85L184,94l0,.54a2,2,0,0,1-.31,0c-.41,0-.82,0-1.23.06s-.46.07-.54.56l.91.11,0,.6c-.41,0-.79,0-1.16,0a.49.49,0,0,0-.53.31c-.17.36-.38.71-.62,1.15l.28-.1c1.15-.64,2.29-1.29,3.44-1.92a.43.43,0,0,0,.26-.43c0-.44,0-.87.06-1.32h.72v1.13l.47-.18v-1h.71l.06.44c.3,0,.52-.22.85-.28l.39.68-.9.46.37.34-.18.36a.89.89,0,0,1-.26-.11c-.41-.33-.77-.15-1.16.12l1,.7-.28.43c-.37-.2-.73-.39-1.07-.59a.38.38,0,0,0-.41,0c-1.2.66-2.4,1.3-3.61,1.95l-.17.1a2.8,2.8,0,0,0,.77.07c.28,0,.6.08.81,0s.32-.43.47-.66l.24-.37.64.33-.4.7c.44.17.66.09.86-.29s.37-.71.58-1.11l.62.44-.52,1,.75.06v.89l-.76,0,.56,1.06-.63.51-.58-1.16c-.21-.41-.11-.4-.66-.37l-.23,0c.07.13.13.23.19.32l.19.31-.63.44c-.19-.33-.37-.62-.54-.92a.39.39,0,0,0-.41-.23,7.76,7.76,0,0,0-1.26.08c.07,0,.13.11.2.15,1.19.65,2.38,1.3,3.56,2a.44.44,0,0,0,.5,0c.29-.2.61-.37.94-.57l.35.41-.94.66c.45.47.86.16,1.29,0l.3.4-.51.36.91.5-.34.7-.9-.36-.05.44h-.63l-.07-1-.48-.23V104h-.69a10.68,10.68,0,0,1,0-1.13.67.67,0,0,0-.4-.68c-1.05-.59-2.09-1.21-3.14-1.83a.81.81,0,0,0-.38-.12l.74,1.34,1.47.07.06.63-1,.08.16.35a.34.34,0,0,0,.37.22l1.11,0,.45,0v.64H182.6l.45.83-.76.43-.51-.75-.64,1.16-.62-.25.91-1.68-.41-.62Z\" transform=\"translate(0 -66.54)\"/></g><g class=\"cls-2\"><path class=\"cls-1\" d=\"M237.23,105.68l-.38-.76c.52-.27,1-.53,1.48-.77a.55.55,0,0,0,.35-.59,15.74,15.74,0,0,0-.11-1.91,4.19,4.19,0,0,0-.28.34c-1,1.55-2.06,3.11-3.1,4.65a.68.68,0,0,0-.05.84c.31.51.58,1,.88,1.6l-.73.56-1.06-1.51a2.92,2.92,0,0,0-.69,1c-.06.09,0,.29.08.41.23.42.49.83.75,1.28l-.79.31-.68-1-.62.76-.83-.55.46-.84-1.09-.38.21-.78,1.47.35.72-1.09-1.91-.55.11-.8c.72.06,1.39.11,2.06.19a.58.58,0,0,0,.63-.29c1.08-1.71,2.17-3.4,3.26-5.1a2.08,2.08,0,0,0,.08-.24,5.47,5.47,0,0,0-1.1.41l-1.1.47-.26,2.09-.86-.13c0-.32.1-.61.11-.91a.49.49,0,0,0-.13-.39.56.56,0,0,0-.42,0,.74.74,0,0,0-.51.75c0,.73-.07,1.47-.12,2.27l-1.09-.13.14-1.89-1.16.49-.6-1.1,1.19-.52c-.55-.52-1.22-.8-1.77-1.29l.51-.76c.1,0,.23.09.34.15.52.31,1,.59,1.54.93a.8.8,0,0,0,1,0l.31-.19-1.23-.82.42-.76a2.48,2.48,0,0,1,1,.46c.38.2.74.54,1.12.56s.72-.33,1.08-.52l1-.53a4,4,0,0,0-.48-.12l-5.62-.49a.65.65,0,0,0-.69.29c-.28.42-.61.81-.92,1.2-.12.15-.25.28-.4.45l-.78-.59.94-1.42-.47-.11a.56.56,0,0,0-.71.33,7,7,0,0,1-.48.74l-.79-.48.36-.74-1.42-.23.1-1,1.41,0-.11-.71.61-.29c.36.53.62,1.18,1.49,1.11l-.48-1.57.7-.23,1,1.81,6.67.67.05-.13c-.6-.41-1.18-.84-1.8-1.23-.1-.06-.33,0-.48.07-.47.22-.93.46-1.43.71l-.46-1,1.07-.55-.92-.61-2.1,1.27-.41-1.14,1.56-.77-.93-.61a5.25,5.25,0,0,1,.76-1.34l1.12.75.1-1.85,1.09-.1c0,.36,0,.68-.06,1l-.06.76c-.07.86-.07.87.84,1.23l0-1.09h1c0,.49,0,1,0,1.4a.74.74,0,0,0,.43.8,17.72,17.72,0,0,0,1.76,1,1.73,1.73,0,0,0-.14-.34c-1-1.77-1.95-3.53-2.9-5.31a.74.74,0,0,0-.68-.42c-.56,0-1.11-.11-1.7-.17l.06-.85,1.58,0c-.14-.9-.76-1.17-1.57-1.22l.06-.7.69-.1L233,87c-.1-.19-.19-.38-.31-.62l.94-.44.85,1.25.47-.62.7.35-.47.78c-.34.58-.33.67.2,1.25l1-1.55.78.62a16.93,16.93,0,0,1-.89,1.5,1.13,1.13,0,0,0,0,1.41c.84,1.5,1.63,3,2.44,4.56A4.62,4.62,0,0,0,239,96l.13,0c.09-.7.2-1.4.27-2.1,0-.11-.14-.26-.26-.34-.36-.27-.74-.5-1.1-.76-.16-.1-.31-.22-.5-.36l.49-.83,1.24.82.07-.85c0-.24-.15-.34-.31-.45l-1.84-1.22.52-.77,1.82,1.07.13-1.39,1.26.2,0,1.25,1.63-.81.61.86-1.05.54-.83.42c-.75.38-.75.4-.55,1.31l1.22-.58.47.76-1.89,1,.07,2.59a2.22,2.22,0,0,0,.32-.34c1.07-1.64,2.13-3.29,3.21-4.92a.73.73,0,0,0,0-.94c-.32-.46-.58-1-.9-1.51l.78-.5,1,1.58.26-.3a.68.68,0,0,0,.08-.94c-.23-.36-.39-.75-.61-1.17l.79-.47.63,1.19,1-1.34.9.59-.95,1.43,1.14.13-.12.82a7.24,7.24,0,0,1-.95,0,.83.83,0,0,0-1.06.68c.52.32,1.17.27,1.76.55l-.14.86-2.38-.35-3.71,5.57a1.68,1.68,0,0,0,.41-.09c.47-.18.93-.39,1.41-.54a.67.67,0,0,0,.54-.71c0-.51.07-1,.12-1.61L245,94l.05,1.39L246,95l.16-2.7,1.17.12-.3,2,1.2-.61.69,1.13-1.3.64,1.74,1.25-.39.71-.42-.21c-.51-.31-1-.63-1.54-.93s-.63-.29-1.12.24l1,.89-.53.7c-.5-.33-1-.62-1.42-1a.7.7,0,0,0-.89,0c-.52.3-1.06.56-1.7.9.22,0,.32.09.41.1l5.8.46a.64.64,0,0,0,.67-.32c.36-.52.75-1,1.15-1.56l.88.58-.92,1.38L251,99l.8-1.2.88.59-.29.6c.38.22.83.15,1.27.33l-.07,1.16-1.49-.17.19.72-.52.29a1.53,1.53,0,0,1-.23-.33c-.23-.75-.82-.83-1.52-.81l.62,1.65-.7.29c-.29-.54-.57-1.06-.84-1.59a.52.52,0,0,0-.48-.34l-6-.56h-.29a3.81,3.81,0,0,0,.9.71c.33.23.66.59,1,.62s.74-.28,1.11-.44l.59-.26.53.93-1.07.53c.4.57.73.66,1.29.36l1.63-.9.39,1.05-1.49.85.89.69-.73,1.09-1-.58-.17,1.75-1.19.12c.08-.67.16-1.29.23-1.9s.19-.57-.51-1a2.44,2.44,0,0,0-.31-.14c0,.21,0,.38,0,.55s0,.31,0,.53l-1.13,0c0-.57,0-1.07.08-1.57a.58.58,0,0,0-.31-.62,12.54,12.54,0,0,0-1.61-.93,3.42,3.42,0,0,0,.13.34l2.75,5.32a.62.62,0,0,0,.64.39c.52,0,1,0,1.61.08l.1.78-1.7,0c.18.94.93.89,1.61,1l0,.74-.92,0,.71,1.36-1,.58-.81-1.17-.43.49-.77-.51.7-1.25-.39-.67-1,1.48-.85-.56c.29-.48.53-1,.86-1.43a1,1,0,0,0,.06-1.16c-.81-1.59-1.57-3.2-2.35-4.8a1.32,1.32,0,0,0-.37-.47l-.19,2.25,1.74,1.29-.43.82-1.27-.71c0,.23-.06.4-.09.56a.52.52,0,0,0,.27.58c.45.3.9.62,1.34.93l.54.41-.52.78-1.74-1.16-.13,1.39-1.28-.09V107.4l-1.73.9-.55-.82,2.48-1.32v-1.09Z\" transform=\"translate(0 -66.54)\"/></g><g class=\"cls-2\"><path class=\"cls-1\" d=\"M340.79,126.09l-1.2-.69c.46-.84.86-1.64,1.32-2.41a.92.92,0,0,0-.05-1.13,22.28,22.28,0,0,0-1.91-2.52c0,.24-.06.48-.06.72,0,3.07,0,6.15,0,9.22a1.14,1.14,0,0,0,.71,1.2c.89.42,1.75.91,2.67,1.4l-.49,1.44-2.83-1.11a4.91,4.91,0,0,0-.1,1.93c0,.18.29.39.5.5.7.36,1.42.69,2.2,1.07l-.81,1.14-1.85-.75-.15,1.62h-1.66l-.12-1.58-1.85.47-.43-1.25,2.34-.87v-2.16l-3.13,1-.57-1.2c1-.56,2-1.11,3-1.63a.94.94,0,0,0,.6-1c-.07-3.33-.12-6.66-.18-10a2.91,2.91,0,0,0-.11-.4,9.21,9.21,0,0,0-1.13,1.57c-.36.52-.7,1.07-1.08,1.65l1.55,3.1-1.31.62c-.23-.47-.42-.93-.67-1.36a.82.82,0,0,0-.55-.41.84.84,0,0,0-.55.41,1.21,1.21,0,0,0,0,1.5c.66,1,1.24,2.09,1.92,3.23l-1.62.82-1.54-2.73-1.16,1.74-1.83-1,1.17-1.81c-1.23-.22-2.41,0-3.61-.15v-1.51a5,5,0,0,1,.6-.1c1-.06,2-.16,3-.13a1.31,1.31,0,0,0,1.4-.89c.06-.14.13-.27.26-.54H329l-.11-1.44a4.32,4.32,0,0,1,1.72-.24,5.19,5.19,0,0,0,2.05-.25c.49-.31.69-1.11,1-1.7s.5-1,.84-1.61a6.4,6.4,0,0,0-.76.27c-2.73,1.49-5.44,3-8.18,4.46a1.08,1.08,0,0,0-.67,1c0,.83-.11,1.66-.18,2.49,0,.31-.08.61-.13,1l-1.62-.09v-2.82l-.74.28a.92.92,0,0,0-.68,1.11,11.31,11.31,0,0,1,0,1.44l-1.53.08-.17-1.36-2.17,1-.78-1.48,1.93-1.31-.8-.87.57-1c1,.41,1.93,1.06,3.06.17l-2.1-1.73.77-.95,3,1.57,9.78-5.18-.05-.23c-1.19,0-2.39-.07-3.59,0-.2,0-.45.32-.59.54-.46.73-.87,1.48-1.33,2.28l-1.56-1,1-1.73h-1.83l-1.71,3.67-1.62-1.2,1.44-2.47h-1.83a8.53,8.53,0,0,1-.19-2.53h2.23l-1.55-2.63,1.4-1.14.82,1.43c.21.36.41.73.61,1.09.7,1.25.7,1.25,2.29.92l-.94-1.53,1.36-.92c.44.67.89,1.28,1.25,1.94a1.22,1.22,0,0,0,1.31.71,30.1,30.1,0,0,0,3.38-.19,4.11,4.11,0,0,0-.51-.34c-2.95-1.54-5.91-3.07-8.85-4.63a1.19,1.19,0,0,0-1.32,0c-.79.46-1.62.86-2.49,1.32l-.69-1.22,2.23-1.38c-1-1.11-2.13-.91-3.29-.23l-.55-1,.86-.77-.93-.54-1-.57.9-1.46,2.3.93.09-1.28,1.28-.15c0,.56,0,1,.07,1.5.06,1.11.15,1.21,1.41,1.53V101.7l1.64.14a28.17,28.17,0,0,1,.15,2.87,1.87,1.87,0,0,0,1.23,2c2.54,1.29,5,2.69,7.53,4,.26.15.54.27.81.4l.17-.15c-.51-1-1-2.11-1.55-3.13-.09-.16-.43-.23-.66-.24-.74,0-1.48,0-2.21,0-.32,0-.63,0-1,0l-.08-1.6h2.45c-.29-.53-.48-.89-.68-1.24s-.53-.33-.85-.33h-3.63v-1.53l3.48-.19-1.09-2,1.91-.88,1.13,1.74c.52-.9,1-1.72,1.49-2.61l1.64.63-1,1.7-.75,1.34c-.68,1.2-.68,1.23.44,2.3l1.14-1.92,1.34.62-1.71,3.07,2.47,3.49a5,5,0,0,0,.13-.76c0-3.23-.09-6.47-.09-9.7a1.2,1.2,0,0,0-.83-1.31c-.86-.34-1.67-.79-2.62-1.25l.62-1.4,2.87,1.22c0-.29.06-.48.08-.66a1.12,1.12,0,0,0-.75-1.36c-.64-.28-1.22-.67-1.9-1l.65-1.37,2,1.07c.05-1,.1-1.87.14-2.77h1.79V93.6l1.67-.87.59,1.25a12.26,12.26,0,0,1-1.34.81,1.39,1.39,0,0,0-.84,1.9c1,0,1.87-.7,2.93-.86l.6,1.32-3.6,1.7V109.9a5.16,5.16,0,0,0,.48-.5c.49-.68.92-1.39,1.44-2a1.08,1.08,0,0,0,.09-1.46c-.47-.72-.85-1.49-1.31-2.33l1.28-.6,1.34,1.88.88-1.41c-.73-1.26-1.46-2.52-2.25-3.86l1.73-.9,1.43,3L345,99.79l2,.92-1.19,2.07,3.53.13.12,1.33c-.29,0-.53.08-.77.09-1,0-2,.08-3,.14s-1.13.17-1.31,1.36l2.21.28c0,.52-.05,1-.08,1.45-1,0-1.92,0-2.83,0a1.15,1.15,0,0,0-1.27.76c-.43.88-.94,1.73-1.51,2.79a6.29,6.29,0,0,0,.66-.24c2.8-1.56,5.59-3.13,8.39-4.67a1.07,1.07,0,0,0,.63-1.06c0-1.05.1-2.1.15-3.2h1.74v2.75l1.14-.43v-2.37h1.73l.16,1.08c.72,0,1.27-.54,2.05-.69l1,1.65-2.2,1.12.92.83-.45.87a2.36,2.36,0,0,1-.62-.25c-1-.81-1.88-.38-2.83.28l2.36,1.71-.69,1c-.89-.49-1.76-.94-2.61-1.43a.89.89,0,0,0-1,0c-2.92,1.59-5.86,3.16-8.79,4.74l-.41.25a6.48,6.48,0,0,0,1.87.16,4.32,4.32,0,0,0,2-.09c.52-.28.77-1.05,1.13-1.61l.58-.9,1.57.8-1,1.7c1.06.42,1.6.24,2.09-.69s.91-1.75,1.42-2.71l1.5,1.06-1.26,2.55,1.84.13v2.17l-1.87.09,1.38,2.56-1.54,1.25c-.5-1-.95-1.91-1.42-2.82s-.25-1-1.61-.89c-.15,0-.3,0-.55.09l.45.78c.13.22.27.43.47.75l-1.52,1.06c-.48-.8-.93-1.5-1.32-2.22a1,1,0,0,0-1-.57,21.5,21.5,0,0,0-3.07.18,5.25,5.25,0,0,0,.49.37c2.89,1.6,5.78,3.18,8.65,4.79a1,1,0,0,0,1.23,0c.71-.48,1.47-.89,2.28-1.38l.86,1-2.29,1.61c1.11,1.14,2.1.38,3.14-.09l.74,1-1.26.86,2.22,1.23-.82,1.7-2.19-.88-.12,1.07h-1.53c-.06-.78-.12-1.53-.19-2.36l-1.15-.55v2.93h-1.68c-.05-.91-.17-1.83-.13-2.74a1.62,1.62,0,0,0-1-1.65c-2.57-1.44-5.09-3-7.64-4.45a1.93,1.93,0,0,0-.93-.3l1.8,3.26,3.58.18.14,1.52-2.39.19c.16.35.29.6.39.85a.85.85,0,0,0,.91.55c.89,0,1.79,0,2.69,0,.35,0,.69,0,1.11.06v1.56h-3.44l1.1,2-1.86,1-1.23-1.82-1.55,2.83-1.51-.63,2.2-4.08-1-1.51Z\" transform=\"translate(0 -66.54)\"/></g><g class=\"cls-2\"><path class=\"cls-1\" d=\"M470.82,110.72l-.85-.24c.16-.59.28-1.14.45-1.68a.58.58,0,0,0-.21-.69,13.93,13.93,0,0,0-1.55-1.26,3.5,3.5,0,0,0,.07.45c.46,1.89.94,3.78,1.39,5.68a.72.72,0,0,0,.62.63c.61.12,1.21.29,1.85.45l-.08,1-1.91-.25a3.15,3.15,0,0,0,.24,1.21c0,.11.24.19.38.23.49.12,1,.21,1.52.32l-.32.82-1.26-.17.16,1-1,.26-.31-1-1.07.57-.46-.71,1.31-.89-.33-1.33-1.77,1.09-.54-.65c.55-.51,1.07-1,1.6-1.46a.61.61,0,0,0,.22-.69c-.55-2-1.09-4.08-1.64-6.12a1.28,1.28,0,0,0-.12-.23,5.84,5.84,0,0,0-.46,1.13c-.14.38-.27.77-.41,1.19l1.42,1.67-.71.58a9.13,9.13,0,0,0-.62-.73.52.52,0,0,0-.4-.17.58.58,0,0,0-.28.33.79.79,0,0,0,.23.93c.56.52,1.08,1.09,1.67,1.7l-.87.75L465.39,113l-.45,1.25-1.28-.32.45-1.29c-.79.06-1.48.38-2.24.46l-.23-.93A2.3,2.3,0,0,1,462,112c.6-.19,1.2-.4,1.81-.54a.83.83,0,0,0,.73-.76c0-.09,0-.19.08-.37l-1.5.37-.29-.87a2.88,2.88,0,0,1,1-.41c.42-.15.94-.18,1.22-.46s.26-.79.37-1.2l.27-1.12a4.07,4.07,0,0,0-.43.28c-1.45,1.33-2.89,2.67-4.35,4a.69.69,0,0,0-.26.74c.12.51.19,1,.27,1.56,0,.2,0,.39.07.63l-1,.19-.43-1.74-.42.29a.58.58,0,0,0-.24.78,8.71,8.71,0,0,1,.23.89l-.94.28-.31-.81-1.18.94-.71-.79,1-1.1-.63-.41.21-.68c.66.1,1.35.36,1.91-.37l-1.56-.74.33-.7,2.11.5q2.61-2.34,5.23-4.67l-.07-.14c-.74.17-1.49.32-2.22.52-.12,0-.23.26-.28.42-.17.51-.31,1-.47,1.6l-1.11-.36.33-1.21-1.13.28-.49,2.52-1.17-.5.51-1.74-1.14.28a6,6,0,0,1-.5-1.53l1.38-.34-1.36-1.38.69-.91.73.75.54.58c.62.66.62.66,1.55.22l-.82-.8.7-.78c.37.35.74.66,1.06,1a.79.79,0,0,0,.92.24,19.24,19.24,0,0,0,2-.64c-.12,0-.24-.1-.37-.13-2.05-.5-4.1-1-6.14-1.5a.76.76,0,0,0-.81.23c-.42.4-.87.78-1.33,1.19L455,103l1.16-1.19a1.5,1.5,0,0,0-2.05.36l-.5-.54L454,101l-.65-.19-.7-.2.33-1,1.56.22-.14-.8.76-.29c.11.35.19.63.28.92.2.67.28.72,1.1.72l-.47-1.89,1-.16a17.23,17.23,0,0,1,.53,1.74,1.19,1.19,0,0,0,1.06,1c1.76.41,3.5.89,5.25,1.34a5,5,0,0,0,.56.11l.08-.11c-.47-.57-.94-1.14-1.43-1.69-.08-.09-.3-.08-.45,0l-1.36.33-.63.12-.29-1,1.5-.38-.6-.66c-.17-.18-.38-.12-.57-.07l-2.24.55-.23-.94,2.11-.65-1-1.08,1-.84,1,.91.52-1.84,1.11.14c-.12.43-.23.81-.33,1.19s-.18.63-.26.94c-.24.85-.23.86.62,1.35l.41-1.35.92.17-.59,2.15,2.06,1.78a3.77,3.77,0,0,0,0-.49c-.51-2-1-4-1.54-6a.75.75,0,0,0-.71-.68c-.58-.08-1.15-.23-1.8-.37l.17-1,1.95.31c0-.19,0-.31-.05-.42a.73.73,0,0,0-.67-.73c-.43-.07-.85-.22-1.33-.35l.19-.94,1.37.36-.33-1.73,1.1-.27.43,1.74.9-.79.55.68a7.7,7.7,0,0,1-.7.7.88.88,0,0,0-.23,1.3c.62-.18,1-.71,1.67-1l.57.71-1.95,1.6,1.68,6.8a3.48,3.48,0,0,0,.22-.38c.19-.49.35-1,.58-1.48a.69.69,0,0,0-.17-.91c-.4-.37-.75-.79-1.17-1.23l.7-.57,1.11,1,.33-1-2-2,.92-.81L469,95.25l.38-1.36,1.35.27-.42,1.45,2.2-.45.27.79a3.93,3.93,0,0,1-.46.18c-.6.18-1.21.35-1.81.54s-.66.27-.6,1l1.41-.17.17.9c-.61.16-1.17.32-1.75.43a.73.73,0,0,0-.66.65c-.13.62-.31,1.22-.51,2a2.72,2.72,0,0,0,.37-.25c1.49-1.38,3-2.78,4.46-4.15a.66.66,0,0,0,.22-.74c-.15-.65-.26-1.31-.39-2l1.07-.26.41,1.69.64-.44L475,93.86l1.07-.26.26.64c.44-.13.7-.53,1.16-.74l.84.87-1.19,1,.69.37-.13.6a1.78,1.78,0,0,1-.43-.06c-.74-.35-1.21,0-1.7.6l1.72.69-.27.75c-.62-.16-1.23-.31-1.82-.48a.56.56,0,0,0-.61.14l-4.68,4.26-.22.21a3.83,3.83,0,0,0,1.18-.19,2.77,2.77,0,0,0,1.2-.35c.27-.26.31-.77.45-1.17.07-.19.13-.38.22-.64l1.09.25-.35,1.2c.72.09,1-.1,1.18-.74s.3-1.22.46-1.89l1.09.43-.39,1.75,1.15-.19.33,1.33-1.13.34,1.24,1.37-.76,1-1.3-1.52c-.47-.53-.31-.55-1.13-.3l-.32.14.39.41.4.39-.77.89c-.42-.42-.8-.78-1.15-1.17a.62.62,0,0,0-.7-.2,13.27,13.27,0,0,0-1.86.58,2.28,2.28,0,0,0,.36.15l6.05,1.63a.65.65,0,0,0,.75-.21c.37-.4.77-.77,1.19-1.19l.68.48-1.16,1.34c.85.53,1.35-.09,1.92-.53l.6.49-.64.72,1.56.42-.25,1.17-1.48-.21.09.68-.95.24-.47-1.43-.8-.17.45,1.81-1,.26c-.17-.56-.38-1.1-.5-1.67a1,1,0,0,0-.85-.87c-1.8-.49-3.58-1-5.38-1.57a1.13,1.13,0,0,0-.62,0l1.61,1.74,2.23-.44.32.92-1.44.48.37.46a.53.53,0,0,0,.64.2c.55-.14,1.1-.26,1.66-.38l.7-.13.23,1L474,110l1,1.08-1,.93-1-.94-.52,2-1-.16.74-2.85-.84-.78Z\" transform=\"translate(0 -66.54)\"/></g></g></svg></li><li title=\"snowflakes top \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 500 133.46\"><defs><style>.cls-1{fill:inherit;}.cls-2{opacity:0.5;}</style></defs><g id=\"Layer_3\" data-name=\"Layer 3\"><path class=\"cls-1\" d=\"M500.16,41.09S438.53,77.62,361,77.62,244.72,37.17,141.78,37.17.16,49.54.16,49.54V0h500Z\" transform=\"translate(-0.16 0.04)\"/><path class=\"cls-1\" d=\"M190.05,33.54c.06,1.25.11,2.5.17,3.85-1.86.23-3.65-.11-5.54,0a20.83,20.83,0,0,0,1.86,3.29c.61,1.05,1.26,2.07,2,3.21l-3.66,2.8c-.23-.36-.45-.66-.63-1-1.33-2.36-2.68-4.71-4-7.09a1.39,1.39,0,0,0-1.57-.9,17.17,17.17,0,0,0-3.26.28L178.05,42l-3.56,2.35c-.24-.32-.46-.58-.64-.86q-1.6-2.54-3.2-5.08a1.2,1.2,0,0,0-1.09-.74c-3.41,0-6.82,0-10.24,0l-.07.26a3.57,3.57,0,0,0,.55.41q12,6.3,24.09,12.59a1.42,1.42,0,0,0,1.52,0c2-1.12,4.07-2.2,6.11-3.29l1.12-.56,1.74,3.22-6,3.58c1,.52,1.94.88,2.74,1.38a2.93,2.93,0,0,0,3.28.06,24.14,24.14,0,0,1,2.61-1.1c.49.94.94,1.83,1.42,2.76l-2.4,1.72,5,2.79-2.35,3.79-5.79-2.45v3.4l-3.39.21c-.05-.39-.12-.72-.13-1.06-.08-1.45-.17-2.9-.21-4.35a1.19,1.19,0,0,0-.76-1.18c-.8-.39-1.57-.85-2.56-1.4,0,1,0,1.84,0,2.68s0,1.8,0,2.71v2.71l-4.15-.29c-.09-1.36-.19-2.68-.26-4-.1-1.8-.23-3.6-.25-5.41a1.73,1.73,0,0,0-1.07-1.72q-9.27-5-18.53-10l-3.72-2a1.9,1.9,0,0,0-1-.25l4.29,8.92h9.58c.09,1.43.16,2.74.24,4.17h-6.24c.73,1.29,1.31,2.43,2,3.49.15.23.69.29,1.06.3,2.9.09,5.8.14,8.71.22.38,0,.77,0,1.3.08v3.75c-3,.28-5.84.08-8.93.33l2.86,5.12-5,2.28L164,66.91l-3.68,6.77L156.13,72l5.78-10.25-2.39-3.38c-1,1.8-2,3.45-2.94,5.17l-3.52-1.64c1.46-2.58,2.87-5.06,4.35-7.64-2-2.9-4.09-5.8-6.2-8.78a1.59,1.59,0,0,0-.24,1.28q.09,9.76.2,19.54c0,2.2.07,4.4.05,6.59a1.36,1.36,0,0,0,.9,1.44c2.18,1,4.33,2,6.49,3.08.38.18.76.38,1.25.63-.53,1.2-1.05,2.36-1.59,3.59l-7.38-3.21c0,1.36,0,2.52,0,3.67,0,.25.38.56.65.72,1.64.93,3.29,1.82,4.94,2.73l1.13.66-1.76,3.51-5-2.85a30.35,30.35,0,0,0-.11,3.63c0,1.13,0,2.25,0,3.48H146V86.69l-4.14,2.37c-.5-1.14-1-2.19-1.47-3.31,1.57-1,3-1.88,4.53-2.72a1.77,1.77,0,0,0,1.11-1.94,23.88,23.88,0,0,1,0-2.41l-7.44,2.69-1.55-3.5c.31-.18.6-.36.9-.5,2.42-1.12,4.83-2.25,7.26-3.35a1.28,1.28,0,0,0,.91-1.31q0-13.18.14-26.37a.87.87,0,0,0-.28-.63l-5.85,8.41c1.41,2.54,2.82,5.06,4.31,7.72l-3.35,1.53c-1.07-1.57-2.13-3.1-3.29-4.78l-2.18,3.57,5.66,9.62-4.4,2.36c-1.18-2.55-2.33-5-3.58-7.73-1,1.66-1.7,3.27-2.62,4.91-1.75-.73-3.4-1.56-5.16-2.39l3.15-5.15-9-.32c-.1-1.18-.18-2.29-.28-3.5L131,59.45c.49-1.05,1-2.1,1.53-3.31l-5.89-.55c-.08-1.24,0-2.47,0-3.79a10.82,10.82,0,0,1,1.08-.07c2.31,0,4.63.05,6.94.15a1.65,1.65,0,0,0,1.77-1c1.22-2.33,2.52-4.62,3.78-6.92.16-.29.29-.6.55-1.14-.53.25-.84.37-1.13.53q-11.06,6.15-22.11,12.29a1.58,1.58,0,0,0-.9,1.58c0,2.55-.15,5.1-.24,7.65,0,.38-.07.76-.1,1.14H111.9V59.17a5.51,5.51,0,0,0-2.53.94c-.18.1-.21.56-.21.85,0,1.34,0,2.67,0,4v1.23h-4.63v-3.1c-1.9.6-3.51,1.51-5.35,2.19L96.77,60.9l5.65-2.83-2.56-1.93,1.36-2.47a14.9,14.9,0,0,1,2.22,1.19,3.3,3.3,0,0,0,4.18.15,21.21,21.21,0,0,1,2.3-1.06l-6.16-4.42c.62-.89,1.2-1.74,1.83-2.66L107.73,48c1.58.87,3.18,1.71,4.73,2.63a1.65,1.65,0,0,0,1.84,0c6.79-3.69,13.6-7.34,20.4-11a15.82,15.82,0,0,0,2.69-1.72c-.34,0-.67-.11-1-.12-2.51-.09-5-.14-7.53-.28a1.5,1.5,0,0,0-1.58.9c-.93,1.64-1.94,3.23-2.92,4.84-.2.33-.42.66-.67,1l-4.06-2.16c1-1.54,1.87-3,2.85-4.61h-3.93c-.54,0-.67.47-.87.84l-3.65,7c-.17.34-.37.68-.61,1.11l-3.85-2.74,3.28-6.32c-1.65-.27-3.18-.07-4.77-.26a17.82,17.82,0,0,1,0-3.65Z\" transform=\"translate(-0.16 0.04)\"/><path class=\"cls-1\" d=\"M64.53,33.18l.52,2.63c-1.25.36-2.52.31-3.8.63a15.4,15.4,0,0,0,1.63,2.06c.53.65,1.09,1.29,1.69,2l-2.22,2.32c-.2-.22-.38-.41-.54-.61-1.16-1.48-2.34-3-3.47-4.46a1,1,0,0,0-1.17-.45,12.23,12.23,0,0,0-2.21.54l2.21,2.42-2.19,2c-.2-.2-.37-.35-.53-.53-.92-1-1.83-2.09-2.74-3.14a.84.84,0,0,0-.83-.4c-2.34.38-4.69.74-7,1.1l0,.19a3.36,3.36,0,0,0,.42.22l17.89,6.08a1,1,0,0,0,1-.17c1.27-1,2.56-2,3.85-2.92.21-.16.43-.3.71-.5l1.54,2-3.73,3.09c.78.25,1.43.4,2,.66a2,2,0,0,0,2.26-.31,14.87,14.87,0,0,1,1.68-1l1.26,1.74-1.46,1.44,3.74,1.39L73.86,54,69.63,53,70,55.3l-2.31.5c-.08-.26-.16-.48-.21-.71-.2-1-.42-2-.6-3a.83.83,0,0,0-.65-.73c-.59-.18-1.17-.42-1.91-.69.09.7.17,1.27.25,1.85s.19,1.24.29,1.86.18,1.17.29,1.86l-2.88.24c-.21-.92-.42-1.82-.61-2.72-.26-1.22-.54-2.45-.75-3.68A1.2,1.2,0,0,0,60,49c-4.61-1.62-9.2-3.27-13.8-4.91l-2.77-1a1.35,1.35,0,0,0-.72-.07l3.89,5.67,6.59-1c.21,1,.4,1.87.6,2.84l-4.29.67c.65.81,1.17,1.53,1.76,2.19.13.14.51.12.76.09l6-.78.9-.08.2,1.3.2,1.27c-2,.51-4,.68-6.1,1.18l2.51,3.21-3.19,2.11-2.35-2.84c-.63,1.73-1.2,3.34-1.82,5l-3.07-.74,2.89-7.66-2-2.07-1.46,3.87-2.6-.76,2.17-5.71c-1.71-1.77-3.42-3.55-5.19-5.37a1.13,1.13,0,0,0,0,.9L41.29,59.8c.25,1.51.51,3,.73,4.52a1,1,0,0,0,.78.89c1.6.45,3.19,1,4.78,1.43.29.08.57.18.93.3l-.71,2.64-5.41-1.42c.14.93.24,1.73.4,2.51,0,.18.32.35.53.43,1.22.47,2.45.9,3.68,1.35l.85.34c-.28.85-.54,1.66-.84,2.6L43.28,74a22.17,22.17,0,0,0,.31,2.5c.1.78.23,1.55.36,2.4l-3.24.5-.77-5-2.59,2.07L36,74.34c1-.82,1.87-1.62,2.82-2.35a1.24,1.24,0,0,0,.56-1.45,14.79,14.79,0,0,1-.27-1.66l-4.82,2.64-1.44-2.24c.2-.15.37-.31.56-.43,1.54-1,3.08-2.07,4.64-3.08a.89.89,0,0,0,.48-1c-.92-6.05-1.81-12.1-2.71-18.14a.6.6,0,0,0-.25-.4c-1,2.11-2.07,4.23-3.13,6.4l3.78,4.85-2.14,1.4L31.3,56l-1.11,2.69,4.91,6-2.78,2.09L29,61.81c-.52,1.25-.82,2.43-1.28,3.65-1.27-.31-2.5-.71-3.8-1.1l1.62-3.87-6.21.74-.57-2.38,7.93-1.58c.23-.78.45-1.55.71-2.44l-4.11.25c-.19-.84-.25-1.7-.37-2.61.27-.06.5-.13.73-.16,1.6-.22,3.19-.46,4.79-.64a1.15,1.15,0,0,0,1.11-.86c.59-1.73,1.24-3.44,1.86-5.16.08-.22.14-.44.26-.84-.34.22-.54.34-.72.48Q24,50.71,17.1,56.09a1.11,1.11,0,0,0-.45,1.18c.25,1.76.44,3.52.65,5.28,0,.27,0,.54.05.8l-3.07.48-.73-4.72a3.78,3.78,0,0,0-1.64.92c-.11.09-.08.4-.05.61.13.91.29,1.83.44,2.74l.13.85-3.18.49-.33-2.13C7.68,63.2,6.67,64,5.48,64.66L3.34,61.91l3.58-2.55-2-1,.67-1.84a11.36,11.36,0,0,1,1.65.58,2.3,2.3,0,0,0,2.89-.34,13.19,13.19,0,0,1,1.46-1L6.94,53.36c.32-.68.63-1.33,1-2l1.59.57c1.18.43,2.37.84,3.53,1.3A1.13,1.13,0,0,0,14.29,53l12.85-9.73a10.86,10.86,0,0,0,1.67-1.47c-.24,0-.47,0-.7,0-1.74.2-3.47.43-5.21.61a1,1,0,0,0-1,.78c-.46,1.23-1,2.43-1.49,3.64-.1.25-.21.49-.34.79l-3-1,1.46-3.47-2.7.42c-.37.06-.41.4-.5.67l-1.77,5.19c-.08.26-.18.51-.3.83l-2.94-1.47,1.58-4.69c-1.16,0-2.19.29-3.3.32a12.76,12.76,0,0,1-.4-2.5Z\" transform=\"translate(-0.16 0.04)\"/><path class=\"cls-1\" d=\"M321.31,70.26,321,72.08c-.9-.1-1.71-.46-2.61-.6a10.58,10.58,0,0,0,.51,1.76c.16.56.36,1.11.55,1.72l-2,.91a5.68,5.68,0,0,1-.18-.54c-.36-1.26-.73-2.51-1.06-3.77a.68.68,0,0,0-.64-.6,9.11,9.11,0,0,0-1.56-.24l.79,2.14-1.93.7c-.08-.18-.15-.32-.2-.47-.32-.92-.63-1.83-.94-2.75a.59.59,0,0,0-.43-.47c-1.6-.37-3.2-.76-4.8-1.14l-.07.11a1.38,1.38,0,0,0,.22.26c3.29,2.87,6.6,5.73,9.89,8.61a.69.69,0,0,0,.72.16c1.07-.3,2.15-.58,3.23-.86l.59-.14.46,1.71-3.21,1c.44.36.81.63,1.14,1a1.4,1.4,0,0,0,1.53.4,11.54,11.54,0,0,1,1.35-.22l.35,1.45-1.32.54,2.05,1.88-1.53,1.51-2.44-1.8L319,85.9l-1.61-.29c0-.18,0-.35.05-.51.13-.69.25-1.38.4-2.06a.57.57,0,0,0-.23-.64c-.33-.27-.64-.58-1-1-.13.47-.23.86-.33,1.25l-.3,1.27-.31,1.28-1.91-.6c.11-.65.21-1.28.32-1.91.16-.86.3-1.72.49-2.57a.84.84,0,0,0-.3-.93q-3.8-3.37-7.58-6.78l-1.52-1.36a.92.92,0,0,0-.44-.23c.33,1.53.66,3.07,1,4.66l4.5,1.08-.36,2-2.93-.71c.2.7.35,1.29.55,1.87.05.13.3.21.47.26,1.35.37,2.71.72,4.06,1.08l.6.19-.21.88-.21.88c-1.42-.21-2.75-.62-4.23-.85l.77,2.72-2.6.51c-.25-.8-.49-1.57-.77-2.44l-2.49,2.77-1.78-1.28,3.87-4.17-.75-1.85-1.95,2.1-1.47-1.17,2.9-3.1-1.93-4.82c-.23.17-.21.39-.26.58-.7,3.06-1.39,6.13-2.09,9.19-.24,1-.47,2.07-.72,3.1a.65.65,0,0,0,.26.78c.91.71,1.8,1.45,2.7,2.17l.52.44L301,89.24l-3.11-2.34c-.15.64-.3,1.18-.4,1.73,0,.12.11.3.23.41.66.62,1.34,1.22,2,1.84.14.12.27.25.45.43L299,92.76l-2-1.9a17.37,17.37,0,0,0-.46,1.69c-.14.53-.26,1.06-.39,1.64l-2.22-.53.81-3.4-2.21.65-.31-1.72c.84-.27,1.62-.54,2.42-.77a.87.87,0,0,0,.75-.78,9.42,9.42,0,0,1,.26-1.14l-3.79.43-.34-1.82c.17,0,.32-.1.48-.13,1.26-.25,2.52-.51,3.79-.75a.62.62,0,0,0,.57-.52q1.5-6.18,3-12.36a.38.38,0,0,0-.05-.33l-3.7,3.29,1.16,4.11-1.74.34-1-2.61-1.42,1.43c.52,1.71,1,3.4,1.57,5.15l-2.33.61c-.27-1.33-.53-2.62-.81-4-.66.67-1.17,1.35-1.79,2-.73-.53-1.41-1.11-2.15-1.7l2.06-2.06-4.19-1.16.27-1.68,5.51,1.07,1.09-1.38-2.7-.92c.1-.59.29-1.16.45-1.78.19,0,.35.05.51.09,1.08.28,2.17.55,3.24.85a.79.79,0,0,0,.94-.26c.83-1,1.7-1.88,2.56-2.82l.38-.48c-.28.06-.43.08-.59.13-3.92,1.09-7.84,2.2-11.76,3.28a.78.78,0,0,0-.6.64c-.31,1.2-.64,2.38-1,3.57-.05.17-.12.35-.18.52l-2.1-.5.77-3.22a2.62,2.62,0,0,0-1.29.16c-.09,0-.16.24-.19.37-.16.63-.3,1.26-.44,1.88-.05.18-.09.36-.14.58L277.51,76l.35-1.46c-1,.07-1.82.32-2.76.43l-.65-2.33,3-.69-1-1.19.92-1a7.35,7.35,0,0,1,.91.81,1.6,1.6,0,0,0,1.94.54,10.16,10.16,0,0,1,1.2-.24L279,68.07l1.15-1,.88.78c.64.59,1.3,1.16,1.92,1.77a.83.83,0,0,0,.87.21c3.6-1,7.2-1.92,10.81-2.88a7.56,7.56,0,0,0,1.45-.5,4.13,4.13,0,0,0-.45-.17c-1.17-.33-2.34-.63-3.51-1a.72.72,0,0,0-.84.25c-.62.66-1.27,1.3-1.91,1.94l-.43.42-1.67-1.47,1.86-1.85-1.85-.43c-.25-.06-.36.14-.5.29-.83,1-1.66,1.92-2.5,2.87-.12.15-.25.28-.41.46L282.38,66l2.25-2.6c-.74-.31-1.48-.39-2.21-.66a8.05,8.05,0,0,1,.41-1.71Z\" transform=\"translate(-0.16 0.04)\"/><path class=\"cls-1\" d=\"M472.51,51.31c.34.93.69,1.86,1.06,2.86-1.35.62-2.78.8-4.17,1.38a17.26,17.26,0,0,0,2.21,2c.71.64,1.44,1.25,2.24,1.94-.69,1-1.36,2-2.07,3-.27-.22-.51-.39-.72-.59-1.57-1.46-3.15-2.9-4.69-4.4a1.11,1.11,0,0,0-1.4-.29,13.56,13.56,0,0,0-2.39,1l2.92,2.32-2.11,2.63c-.26-.19-.48-.33-.69-.5-1.21-1-2.43-2-3.63-3a1,1,0,0,0-1-.3c-2.57.84-5.14,1.66-7.71,2.48V62a3.39,3.39,0,0,0,.51.17q10.59,1.83,21.18,3.67a1.13,1.13,0,0,0,1.14-.39c1.25-1.33,2.53-2.64,3.81-4,.21-.22.43-.43.7-.69l2.09,2L476.17,67c.91.14,1.67.19,2.4.37a2.3,2.3,0,0,0,2.48-.74,17.3,17.3,0,0,1,1.7-1.46l1.74,1.74c-.47.62-.89,1.19-1.39,1.87l4.45.89c-.29,1.15-.56,2.24-.86,3.42l-4.95-.45.83,2.57-2.51,1c-.13-.28-.26-.51-.35-.76-.41-1.07-.83-2.15-1.21-3.23a1,1,0,0,0-.85-.71c-.7-.09-1.4-.26-2.28-.43l.61,2,.66,2c.2.64.41,1.29.65,2l-3.19.78c-.4-1-.79-2-1.17-3-.51-1.33-1-2.66-1.49-4a1.38,1.38,0,0,0-1.22-1c-5.46-1-10.91-2-16.37-3.07l-3.29-.62a1.49,1.49,0,0,0-.82.06L455.12,72l7.22-2.32c.41,1.07.78,2,1.18,3.09l-4.7,1.51c.87.8,1.58,1.51,2.36,2.14.17.14.59,0,.87,0,2.21-.63,4.41-1.29,6.61-1.94l1-.25.45,1.42.45,1.4c-2.16.93-4.38,1.48-6.65,2.41l3.39,3.16-3.2,2.93L461,82.72c-.4,2.06-.76,4-1.15,6l-3.58-.29c.64-3.09,1.26-6.09,1.88-9.11-.85-.64-1.66-1.26-2.62-2-.33,1.6-.63,3.07-.95,4.61l-3.06-.39c.49-2.3.95-4.5,1.43-6.81l-6.78-5.11a1.28,1.28,0,0,0,.12,1q2.43,7.34,4.88,14.67c.54,1.65,1.11,3.29,1.62,5a1.06,1.06,0,0,0,1,.86c1.88.23,3.75.5,5.63.76.33,0,.66.1,1.09.17-.11,1-.22,2-.33,3.09l-6.33-.64c.33,1,.57,1.91.9,2.76.07.19.42.34.66.39,1.46.3,2.92.58,4.39.87.3,0,.59.13,1,.22-.15,1-.31,2-.48,3.07l-4.44-1a24.07,24.07,0,0,0,.79,2.76c.26.86.54,1.7.84,2.63l-3.56,1.14L452.19,102l-2.54,2.79-1.91-2.15c1-1.09,1.82-2.14,2.75-3.13a1.41,1.41,0,0,0,.38-1.73,18.52,18.52,0,0,1-.6-1.82l-4.95,3.82-2-2.26c.19-.2.36-.41.56-.59,1.55-1.43,3.09-2.86,4.66-4.27a1,1,0,0,0,.36-1.21c-2.1-6.63-4.17-13.26-6.26-19.89a.65.65,0,0,0-.35-.41l-2.39,7.74c1.69,1.57,3.35,3.14,5.11,4.78l-2.14,2-3.64-2.8L438.44,86,445,91.88l-2.75,2.83-4.56-4.95c-.36,1.5-.49,2.87-.79,4.33-1.49-.13-2.93-.36-4.46-.56.37-1.55.73-3,1.13-4.64l-6.85,1.93c-.36-.86-.69-1.67-1.06-2.57l8.63-3.18c.12-.91.23-1.82.36-2.87l-4.57,1c-.36-.91-.58-1.87-.88-2.87.29-.11.54-.23.79-.31,1.76-.53,3.5-1.08,5.27-1.56a1.3,1.3,0,0,0,1.09-1.17c.36-2,.79-4.08,1.19-6.12.05-.26.07-.52.13-1-.34.31-.54.48-.72.67q-6.84,7.31-13.68,14.59a1.25,1.25,0,0,0-.31,1.41c.59,1.93,1.12,3.88,1.67,5.82.08.29.14.59.2.89l-3.36,1.07-1.66-5.16a4.36,4.36,0,0,0-1.68,1.31c-.11.12,0,.47,0,.7.31,1,.65,2,1,3l.29.92L416,96.54l-.75-2.34c-1.29.91-2.28,2-3.5,2.94l-2.89-2.71,3.57-3.5L410,90.1c.14-.72.28-1.41.43-2.19a13.69,13.69,0,0,1,2,.36,2.61,2.61,0,0,0,3.18-.89A15.8,15.8,0,0,1,417.09,86l-5.7-1.84c.24-.82.48-1.6.73-2.44l1.89.35c1.4.28,2.81.52,4.2.84a1.28,1.28,0,0,0,1.38-.44q6.35-6.61,12.71-13.21a12.86,12.86,0,0,0,1.61-1.94,6.71,6.71,0,0,0-.78.15c-1.91.53-3.82,1.1-5.74,1.6a1.18,1.18,0,0,0-1,1.06c-.31,1.46-.68,2.9-1,4.35-.07.3-.16.6-.25,1l-3.58-.65c.34-1.4.68-2.73,1-4.16-1.08.35-2,.64-2.95.95-.42.13-.4.52-.45.85-.36,2-.71,4.09-1.07,6.14-.05.3-.12.6-.19,1l-3.57-1.13c.32-1.83.62-3.62.95-5.55-1.3.2-2.41.72-3.65,1a13.9,13.9,0,0,1-.89-2.74Z\" transform=\"translate(-0.16 0.04)\"/><g class=\"cls-2\"><path class=\"cls-1\" d=\"M416.14,108l.76.65c-.43.53-.83,1-1.25,1.52a.65.65,0,0,0-.12.8,16,16,0,0,0,1,2,4.5,4.5,0,0,0,.14-.49c.42-2.17.82-4.34,1.25-6.5a.81.81,0,0,0-.34-.94c-.57-.41-1.11-.87-1.69-1.34l.53-1,1.85,1.16a3.76,3.76,0,0,0,.33-1.35c0-.13-.16-.31-.29-.42-.45-.35-.91-.67-1.41-1l.72-.7,1.21.77.32-1.11,1.17.22-.13,1.12,1.37-.08.14.94-1.77.3-.29,1.52,2.34-.28.24.92c-.8.26-1.56.52-2.33.75a.69.69,0,0,0-.55.6c-.39,2.36-.8,4.71-1.2,7.07a2.29,2.29,0,0,0,0,.3,6.58,6.58,0,0,0,1-1c.33-.32.64-.66,1-1l-.68-2.39,1-.26a10.52,10.52,0,0,0,.3,1,.61.61,0,0,0,.33.37.62.62,0,0,0,.44-.22.86.86,0,0,0,.21-1c-.33-.81-.6-1.64-.92-2.54l1.25-.36.72,2.13,1.05-1.07,1.16.93L424,109.21c.84.32,1.7.31,2.52.59l-.2,1.06a3.16,3.16,0,0,1-.43,0c-.71-.09-1.42-.15-2.12-.3a.91.91,0,0,0-1.1.44c-.06.09-.13.17-.26.34l1.72.33-.11,1a3.06,3.06,0,0,1-1.25-.06,3.59,3.59,0,0,0-1.47-.1c-.4.15-.64.69-.95,1.06l-.8,1c.29-.05.43-.05.57-.09l6.36-2.06a.78.78,0,0,0,.61-.64c.12-.58.3-1.15.46-1.73.06-.21.14-.42.22-.67l1.13.28-.38,2,.57-.1a.67.67,0,0,0,.62-.69,9.62,9.62,0,0,1,.18-1l1.09.15-.06,1,1.66-.41.35,1.14-1.53.67.45.72-.53.61c-.63-.42-1.22-1-2.14-.53l1.25,1.49-.67.57-1.92-1.51-7.59,2.34v.17c.84.18,1.68.37,2.52.51.15,0,.37-.15.49-.29.42-.45.81-.93,1.24-1.43l1,.9-.91,1.09,1.29.24,1.69-2.36,1,1.06-1.35,1.55,1.3.25a6.26,6.26,0,0,1-.21,1.81l-1.57-.3.74,2.06-1.13.61c-.15-.4-.27-.76-.4-1.11s-.18-.57-.28-.85c-.32-1-.33-1-1.49-1l.46,1.21-1.08.46c-.22-.53-.46-1-.62-1.53a.89.89,0,0,0-.83-.68,22.63,22.63,0,0,0-2.41-.31c.11.1.2.21.32.3,1.87,1.48,3.75,2.95,5.61,4.45a.88.88,0,0,0,.94.15c.62-.22,1.25-.4,1.93-.6l.32.95-1.75.68a1.69,1.69,0,0,0,2.28.6l.26.79-.72.43.59.5c.18.17.37.33.62.54l-.83.91-1.5-1-.23.89-.92-.07c.06-.4.11-.73.15-1.07.11-.78.06-.87-.79-1.26l-.41,2.16-1.14-.32c.09-.69.13-1.38.28-2a1.35,1.35,0,0,0-.6-1.56c-1.62-1.25-3.18-2.56-4.76-3.85-.17-.14-.35-.26-.53-.39l-.13.08c.22.81.42,1.62.67,2.42,0,.12.28.22.44.25.51.12,1,.21,1.55.31l.71.17-.15,1.13-1.73-.33.31,1c.09.26.33.29.55.34l2.56.48-.2,1.08-2.48-.33.5,1.57-1.47.37-.56-1.38-1.4,1.64-1.07-.66.9-1.07.71-.84c.64-.76.64-.78,0-1.68l-1.06,1.2-.86-.62,1.61-1.93-1.27-2.79a2.65,2.65,0,0,0-.19.52c-.41,2.28-.81,4.57-1.23,6.85a.85.85,0,0,0,.4,1c.56.35,1.08.78,1.68,1.23l-.62.9L415,129.12c-.07.2-.1.33-.15.46a.8.8,0,0,0,.35,1c.41.28.77.64,1.2,1l-.64.87-1.24-1-.47,1.93-1.26-.24.38-2-1.3.38-.24-.95a8.49,8.49,0,0,1,1.05-.39,1,1,0,0,0,.85-1.23,21.37,21.37,0,0,0-2.18.21l-.25-1,2.77-.72,1.47-7.79c-.17.13-.3.19-.41.29-.43.42-.83.86-1.28,1.25a.76.76,0,0,0-.26,1c.23.57.4,1.17.61,1.82l-1,.25-.69-1.5-.82.87c.35,1,.7,2,1.08,3l-1.34.4-.6-2.33-1,1.22-1.27-.91,1.12-1.3-2.47-.57.09-1a4.75,4.75,0,0,1,.56,0c.7.1,1.4.21,2.11.3s.82,0,1.11-.79l-1.52-.49.24-1c.7.14,1.36.23,2,.39a.81.81,0,0,0,1-.36c.43-.57.89-1.1,1.44-1.77a4.9,4.9,0,0,0-.5.09c-2.18.72-4.35,1.46-6.53,2.16a.78.78,0,0,0-.59.66c-.15.74-.35,1.47-.53,2.24l-1.22-.23.36-1.94-.86.15-.32,1.67-1.22-.23,0-.78c-.52-.08-1,.21-1.54.21l-.46-1.29,1.7-.5-.53-.7.43-.56a1.85,1.85,0,0,1,.4.26c.6.71,1.27.52,2,.18l-1.44-1.51.63-.65c.56.46,1.11.9,1.64,1.36a.65.65,0,0,0,.69.14l6.82-2.17.33-.11a4.36,4.36,0,0,0-1.3-.36,3.11,3.11,0,0,0-1.4-.21c-.41.13-.69.64-1,1l-.52.55-1-.77.92-1.06c-.7-.44-1.1-.39-1.57.2l-1.36,1.72-.92-1,1.23-1.62-1.28-.34.29-1.53,1.33.19-.63-2,1.25-.68c.22.77.42,1.48.63,2.18s0,.71,1,.84a2.42,2.42,0,0,0,.4,0c-.08-.24-.15-.42-.21-.61L409,113l1.21-.55c.23.63.45,1.18.63,1.75a.7.7,0,0,0,.63.53,13.94,13.94,0,0,0,2.19.28,3.06,3.06,0,0,0-.3-.32c-1.82-1.51-3.64-3-5.45-4.53a.72.72,0,0,0-.87-.13c-.57.24-1.16.43-1.8.66l-.47-.82,1.83-.83c-.63-1-1.43-.54-2.22-.36l-.39-.79,1-.44-1.4-1.16.8-1.09,1.43.91.23-.74,1.08.21-.19,1.69.74.54.39-2.06,1.19.22c-.09.65-.13,1.31-.28,2a1.14,1.14,0,0,0,.47,1.29c1.61,1.36,3.19,2.77,4.78,4.15a1.24,1.24,0,0,0,.62.34l-.83-2.54-2.5-.6.1-1.09,1.71.18c-.07-.27-.12-.45-.16-.65a.62.62,0,0,0-.57-.51c-.63-.11-1.26-.25-1.89-.39l-.77-.19.2-1.1,2.43.46c-.19-.59-.33-1.06-.5-1.57l1.44-.49.63,1.45,1.47-1.79,1,.64-2.1,2.58.5,1.2Z\" transform=\"translate(-0.16 0.04)\"/></g><g class=\"cls-2\"><path class=\"cls-1\" d=\"M319.64,96.43l.49.28c-.19.35-.35.67-.54,1a.39.39,0,0,0,0,.47,10.72,10.72,0,0,0,.78,1,2.85,2.85,0,0,0,0-.29c0-1.27,0-2.53,0-3.79a.46.46,0,0,0-.29-.49c-.37-.18-.72-.38-1.1-.58l.2-.59,1.16.46a2,2,0,0,0,.05-.8c0-.07-.13-.16-.21-.2l-.9-.44.33-.47.76.31.06-.67h.68l.05.65.76-.19.18.51-1,.36v.89l1.28-.41.24.49-1.23.67a.4.4,0,0,0-.25.4c0,1.37.05,2.73.08,4.1a.61.61,0,0,0,0,.17,3.7,3.7,0,0,0,.46-.65c.15-.21.29-.44.45-.68l-.64-1.27.54-.25a4.73,4.73,0,0,0,.28.55.31.31,0,0,0,.22.17.36.36,0,0,0,.23-.16.51.51,0,0,0,0-.62c-.27-.42-.51-.86-.79-1.33l.67-.34.63,1.13.48-.72.75.4-.48.74c.5.09,1,0,1.48.06v.62a1.64,1.64,0,0,1-.25,0c-.4,0-.81.07-1.22.06a.52.52,0,0,0-.57.36l-.11.22h1l.05.6a2.22,2.22,0,0,1-.71.1,1.89,1.89,0,0,0-.84.1c-.21.12-.29.45-.42.69l-.34.67.31-.11,3.36-1.84a.46.46,0,0,0,.28-.42c0-.34,0-.69.07-1,0-.12,0-.25.05-.4l.67,0v1.16l.3-.12a.38.38,0,0,0,.28-.45,6,6,0,0,1,0-.6l.63,0,.06.56.9-.41.32.61-.79.54.33.35-.24.4c-.4-.17-.79-.44-1.26-.07l.86.71-.31.39-1.25-.64-4,2.12,0,.1c.49,0,1,0,1.47,0,.09,0,.19-.13.25-.22.18-.3.35-.61.54-.94l.64.4-.4.71h.76l.7-1.5.66.49-.59,1h.75a3.22,3.22,0,0,1,.08,1h-.91l.63,1.08-.57.47c-.13-.21-.23-.4-.34-.58s-.17-.3-.25-.45c-.29-.52-.29-.52-.94-.38l.39.63-.56.38c-.18-.28-.37-.53-.52-.8a.5.5,0,0,0-.53-.29,10.9,10.9,0,0,0-1.39.08c.07,0,.13.1.21.14,1.21.63,2.42,1.25,3.63,1.9a.48.48,0,0,0,.54,0c.33-.19.67-.35,1-.54l.28.5-.92.57a1,1,0,0,0,1.35.09l.23.42-.35.32.38.22.4.24-.36.6-1-.39,0,.53-.53.06c0-.23,0-.42,0-.62,0-.45-.06-.49-.58-.62v1.26l-.67-.06a9.42,9.42,0,0,1-.06-1.18.77.77,0,0,0-.51-.81c-1-.53-2.06-1.11-3.09-1.66l-.34-.16-.06.06c.2.43.41.86.63,1.28,0,.07.18.1.27.1h.91l.42,0,0,.65h-1c.12.22.19.37.27.51s.22.14.35.14h1.49V106l-1.43.08.45.83-.78.36-.47-.72-.61,1.08-.67-.26.39-.7.31-.55c.28-.5.28-.51-.18-.94l-.47.78-.55-.25.7-1.26-1-1.44a2,2,0,0,0-.05.32c0,1.32,0,2.65,0,4a.51.51,0,0,0,.34.54c.36.14.69.32,1.08.51l-.25.58-1.18-.51c0,.13,0,.2,0,.28a.48.48,0,0,0,.31.56,7.74,7.74,0,0,1,.78.43l-.27.56-.8-.44-.06,1.14h-.73v-1.17l-.69.36-.24-.51a4,4,0,0,1,.55-.33.58.58,0,0,0,.35-.79,12.59,12.59,0,0,0-1.21.36l-.24-.54,1.47-.7v-4.54c-.08.09-.15.14-.2.21-.19.27-.37.57-.59.83a.45.45,0,0,0,0,.6c.19.3.34.62.54,1l-.53.25-.55-.78-.36.58.92,1.59-.71.37-.59-1.25-.44.79-.82-.37.49-.86-1.45,0-.05-.54a2,2,0,0,1,.32,0l1.22-.06c.42,0,.47-.07.54-.56l-.91-.11,0-.6c.4,0,.78,0,1.16,0a.47.47,0,0,0,.52-.31c.18-.37.38-.72.62-1.15l-.27.1-3.45,1.92a.44.44,0,0,0-.26.43c0,.43,0,.86-.06,1.32h-.71v-1.13l-.47.17v1h-.71l-.07-.45c-.29,0-.52.23-.84.29l-.39-.68.9-.46-.38-.34.19-.36a1.18,1.18,0,0,1,.25.1c.41.34.77.16,1.16-.11l-1-.7.29-.43,1.07.59a.38.38,0,0,0,.4,0c1.2-.66,2.41-1.3,3.61-2l.17-.1a2.75,2.75,0,0,0-.77-.07,1.67,1.67,0,0,0-.81,0c-.21.11-.32.43-.47.66l-.23.37-.65-.33.41-.7c-.44-.17-.66-.1-.86.28l-.59,1.12-.61-.44.52-1-.76-.06v-.89l.77,0-.57-1,.63-.51c.21.41.39.78.59,1.16s.1.39.66.36a1.31,1.31,0,0,0,.22,0l-.18-.32-.19-.3.62-.44c.2.33.38.61.54.91a.43.43,0,0,0,.41.24,9,9,0,0,0,1.26-.08,1.49,1.49,0,0,0-.2-.15l-3.55-2a.44.44,0,0,0-.51,0c-.29.2-.6.37-.93.57l-.35-.41.93-.67c-.45-.46-.86-.15-1.28,0l-.31-.4.52-.36-.91-.5.33-.7.9.36.05-.44h.63l.08,1,.47.23V96h.69c0,.38.07.75.06,1.13a.65.65,0,0,0,.4.68c1.05.59,2.09,1.21,3.13,1.82a.75.75,0,0,0,.39.13l-.74-1.34-1.47-.08-.06-.62,1-.08a3.32,3.32,0,0,1-.16-.35.35.35,0,0,0-.37-.23c-.37,0-.74,0-1.11,0l-.46,0v-.64h1.42l-.45-.83.76-.43.5.75L319,94.7l.62.26-.9,1.68.4.62Z\" transform=\"translate(-0.16 0.04)\"/></g><g class=\"cls-2\"><path class=\"cls-1\" d=\"M262.93,94.28l.37.75c-.51.27-1,.54-1.47.77a.57.57,0,0,0-.36.59,13.8,13.8,0,0,0,.12,1.91,3.1,3.1,0,0,0,.27-.34c1-1.54,2.06-3.1,3.11-4.64a.69.69,0,0,0,0-.84c-.3-.51-.57-1-.87-1.6l.73-.56,1.05,1.5a3,3,0,0,0,.7-.94c.05-.09,0-.29-.09-.42-.23-.42-.48-.82-.75-1.27l.79-.31.69,1,.61-.77.84.56-.47.84,1.09.38-.2.78-1.47-.35-.73,1.09,1.91.55-.11.8c-.71-.07-1.38-.11-2.06-.19a.57.57,0,0,0-.62.29c-1.08,1.7-2.18,3.4-3.26,5.1a.89.89,0,0,0-.08.24,6,6,0,0,0,1.09-.41l1.1-.47.26-2.09.87.13a7.33,7.33,0,0,0-.12.91.55.55,0,0,0,.14.39.56.56,0,0,0,.42,0,.74.74,0,0,0,.5-.75c0-.74.08-1.47.12-2.28l1.09.13-.14,1.9,1.17-.49.6,1.1-1.2.52c.55.52,1.22.8,1.77,1.28l-.51.76a1.89,1.89,0,0,1-.33-.15c-.52-.3-1.05-.58-1.55-.93a.78.78,0,0,0-1,0l-.32.19,1.23.81-.42.77a2.71,2.71,0,0,1-1-.46c-.37-.2-.74-.55-1.11-.56s-.73.33-1.09.52l-1,.53a4,4,0,0,0,.48.12l5.62.49a.63.63,0,0,0,.68-.3c.29-.41.61-.8.93-1.19.12-.15.25-.28.4-.45l.78.58-.95,1.43.47.11a.55.55,0,0,0,.71-.34c.12-.23.3-.45.48-.73l.8.48-.37.74,1.43.23-.1,1-1.41,0,.11.7-.61.3c-.36-.53-.62-1.18-1.49-1.11l.48,1.57-.71.22-1-1.8-6.67-.68-.05.14c.59.41,1.18.84,1.79,1.23a.7.7,0,0,0,.48-.07c.47-.22.93-.46,1.43-.71l.46,1-1.07.55.93.61,2.09-1.28.41,1.15-1.55.76.92.62a5.39,5.39,0,0,1-.75,1.34l-1.12-.75-.11,1.85-1.08.1c0-.36,0-.68.06-1l.06-.75c.07-.86.06-.87-.85-1.23l0,1.09h-1c0-.48,0-.94,0-1.39a.74.74,0,0,0-.42-.8,17.89,17.89,0,0,0-1.77-1c.05.11.08.23.14.34,1,1.77,1.95,3.53,2.91,5.3a.71.71,0,0,0,.68.43c.56,0,1.11.11,1.7.17l-.06.85-1.59-.06c.15.9.77,1.18,1.58,1.22l-.06.7-.7.11c.11.21.2.39.29.58s.19.38.3.62l-.94.44-.84-1.25-.48.62-.69-.35c.17-.3.32-.54.47-.79.34-.57.33-.66-.2-1.24l-1,1.55L263,112c.3-.51.55-1,.88-1.5a1.13,1.13,0,0,0,.05-1.41c-.85-1.5-1.63-3-2.44-4.57l-.28-.47-.13,0c-.1.7-.2,1.4-.27,2.1,0,.11.14.26.25.34.36.27.74.5,1.11.75l.5.37-.5.83-1.23-.82c0,.36-.06.61-.08.85s.16.34.32.45l1.83,1.22-.51.77-1.82-1.07-.13,1.39-1.26-.2v-1.26l-1.62.82-.62-.87,1.06-.53c.27-.15.55-.29.83-.43.74-.38.75-.39.54-1.3l-1.21.58-.47-.76,1.89-1-.08-2.6a3.37,3.37,0,0,0-.31.35c-1.07,1.64-2.13,3.29-3.21,4.92a.73.73,0,0,0,0,.94c.32.46.58,1,.91,1.5l-.78.5-1-1.58c-.12.14-.19.23-.27.31a.69.69,0,0,0-.08.94,11.58,11.58,0,0,1,.61,1.17l-.79.47L254,112l-1,1.35-.9-.6,1-1.43-1.14-.12.12-.83a7.18,7.18,0,0,1,.95.05.84.84,0,0,0,1.06-.68,17.48,17.48,0,0,0-1.77-.55l.14-.86,2.39.34,3.71-5.57a4.14,4.14,0,0,0-.42.09c-.47.18-.93.4-1.41.55a.65.65,0,0,0-.53.7c0,.52-.07,1-.12,1.62l-.85-.13,0-1.4-.92.42-.16,2.7-1.17-.13.3-2-1.2.61-.69-1.13,1.29-.64-1.73-1.25.38-.71a4.1,4.1,0,0,1,.42.21c.52.31,1,.63,1.55.93s.62.29,1.12-.25l-1-.88.52-.7c.5.33,1,.62,1.42,1a.71.71,0,0,0,.9,0c.51-.3,1.05-.56,1.7-.9a2.84,2.84,0,0,0-.42-.1l-5.8-.46a.64.64,0,0,0-.67.32c-.36.52-.75,1-1.15,1.56l-.87-.58.92-1.39-.72-.16-.8,1.19-.87-.58.28-.6c-.37-.23-.82-.15-1.26-.34l.07-1.15,1.48.17-.18-.72.52-.29a1.45,1.45,0,0,1,.22.33c.24.75.82.82,1.53.81l-.62-1.65.7-.3c.28.55.57,1.07.83,1.6a.56.56,0,0,0,.49.34l6,.55.29,0a3.72,3.72,0,0,0-.89-.71c-.33-.23-.67-.59-1-.62s-.75.27-1.12.43l-.59.26-.52-.92,1.06-.53c-.39-.57-.73-.66-1.28-.36l-1.63.89-.4-1,1.49-.86-.88-.68.73-1.09,1,.58.16-1.76,1.2-.11c-.09.67-.17,1.28-.23,1.9s-.2.57.51,1l.31.13c0-.21,0-.37,0-.54s0-.31,0-.53l1.12,0c0,.56,0,1.07-.08,1.56a.62.62,0,0,0,.31.63,13.26,13.26,0,0,0,1.61.93c0-.11-.07-.24-.12-.35-.92-1.77-1.85-3.54-2.76-5.32a.61.61,0,0,0-.63-.38c-.52,0-1,0-1.61-.08l-.1-.79,1.69,0c-.17-1-.93-.9-1.61-1l0-.74.92,0-.7-1.36,1-.58.81,1.17.42-.5.77.52-.7,1.25.4.67,1-1.48.85.56c-.28.48-.53,1-.85,1.43a1,1,0,0,0-.07,1.16c.81,1.58,1.58,3.2,2.36,4.8a1.3,1.3,0,0,0,.37.47l.19-2.25-1.75-1.29.44-.82,1.27.71a5.07,5.07,0,0,1,.09-.56.54.54,0,0,0-.27-.59c-.46-.29-.9-.61-1.35-.92l-.54-.41.52-.78,1.74,1.16.13-1.4,1.28.1v1.33l1.74-.91.55.83-2.48,1.31v1.1Z\" transform=\"translate(-0.16 0.04)\"/></g><g class=\"cls-2\"><path class=\"cls-1\" d=\"M159.36,73.87l1.21.69c-.46.84-.87,1.64-1.33,2.4a.92.92,0,0,0,.06,1.14,22.18,22.18,0,0,0,1.9,2.52,5.85,5.85,0,0,0,.07-.72c0-3.07,0-6.15,0-9.22a1.12,1.12,0,0,0-.7-1.2c-.89-.42-1.75-.91-2.67-1.4l.49-1.44,2.83,1.11a5.1,5.1,0,0,0,.1-1.93c0-.19-.3-.39-.5-.5-.7-.37-1.43-.69-2.21-1.07l.81-1.14,1.86.75.14-1.62h1.66l.12,1.58,1.85-.48.44,1.26-2.34.87v2.16l3.13-1,.57,1.2c-1,.56-2,1.11-3,1.62a1,1,0,0,0-.59,1c.07,3.33.12,6.66.18,10a2.2,2.2,0,0,0,.1.41,8.55,8.55,0,0,0,1.13-1.57c.36-.53.7-1.07,1.09-1.65l-1.56-3.11,1.31-.61c.23.47.42.93.68,1.36.11.18.36.41.54.4s.43-.22.56-.4a1.23,1.23,0,0,0,0-1.5c-.67-1-1.25-2.09-1.92-3.24l1.62-.82,1.53,2.73,1.16-1.73,1.83,1-1.16,1.81c1.23.21,2.4,0,3.6.15v1.51a5,5,0,0,1-.6.1c-1,.06-2,.15-3,.13a1.3,1.3,0,0,0-1.41.89c-.05.14-.13.27-.26.54h2.44l.12,1.44a4.35,4.35,0,0,1-1.72.24c-.7.07-1.52-.08-2,.25s-.7,1.11-1,1.7-.49,1-.84,1.61c.39-.14.59-.18.77-.27,2.72-1.49,5.44-3,8.17-4.47a1,1,0,0,0,.67-1c0-.83.11-1.66.19-2.49,0-.31.08-.62.13-1l1.61.09v2.83l.75-.28a.93.93,0,0,0,.67-1.11,13.75,13.75,0,0,1,0-1.45l1.53-.07.17,1.36,2.17-1,.78,1.48-1.92,1.31.8.87-.57,1c-1-.41-1.93-1.06-3.06-.17l2.09,1.73-.76,1-3-1.57L167,83.88l0,.24c1.2,0,2.4.07,3.6,0,.2,0,.45-.31.59-.53.45-.73.86-1.48,1.32-2.28l1.56,1-1,1.73H175l1.71-3.67,1.61,1.2-1.44,2.47h1.84a8.87,8.87,0,0,1,.19,2.53h-2.23l1.55,2.63-1.4,1.14c-.3-.52-.57-1-.83-1.43l-.6-1.09c-.7-1.25-.71-1.25-2.3-.92l.95,1.53-1.36.92c-.44-.67-.9-1.28-1.25-1.94a1.23,1.23,0,0,0-1.31-.71,30.1,30.1,0,0,0-3.38.19c.17.11.33.24.51.34,2.95,1.54,5.9,3.06,8.84,4.63a1.19,1.19,0,0,0,1.32,0c.8-.46,1.63-.87,2.49-1.32l.7,1.22-2.23,1.38c1,1.1,2.13.91,3.28.23l.56,1-.86.78.92.53,1,.58-.89,1.46-2.3-.93L180,98.07l-1.28.15c0-.56-.05-1-.07-1.5-.06-1.11-.15-1.22-1.41-1.53v3.07l-1.64-.14a25.56,25.56,0,0,1-.15-2.87,1.88,1.88,0,0,0-1.23-2c-2.54-1.3-5-2.69-7.53-4-.27-.14-.55-.26-.82-.39l-.16.15c.51,1,1,2.1,1.55,3.13.08.16.43.23.66.24.74,0,1.47,0,2.21,0,.31,0,.63,0,1,0l.09,1.59h-2.45c.29.54.48.9.68,1.25s.52.32.84.32h3.63v1.53l-3.48.19,1.1,2-1.92.89-1.13-1.74L167,101.08l-1.63-.63c.34-.61.65-1.16,1-1.71l.76-1.33c.68-1.21.67-1.23-.44-2.3L165.51,97l-1.34-.63,1.7-3.06-2.47-3.5a6.21,6.21,0,0,0-.12.77c0,3.23.08,6.47.09,9.7a1.19,1.19,0,0,0,.83,1.31c.86.34,1.67.79,2.62,1.24l-.62,1.4L163.32,103c0,.3,0,.49-.08.67a1.14,1.14,0,0,0,.75,1.36c.64.28,1.23.67,1.91,1.05l-.65,1.37-2-1.07c-.06,1-.1,1.87-.15,2.77h-1.78v-2.84l-1.68.88-.59-1.25a12.35,12.35,0,0,1,1.35-.81,1.39,1.39,0,0,0,.84-1.91c-1,0-1.87.71-2.93.87l-.6-1.32,3.6-1.7v-11a5.52,5.52,0,0,0-.49.5c-.48.68-.92,1.39-1.44,2a1.08,1.08,0,0,0-.09,1.46c.47.71.85,1.49,1.32,2.33l-1.28.6L158,95.11l-.89,1.41,2.25,3.86-1.72.9-1.44-3-1.09,1.94-2-.92,1.2-2.07L150.83,97l-.12-1.32c.29,0,.53-.08.77-.09,1,0,2-.08,3-.14s1.13-.17,1.32-1.36l-2.21-.28c0-.52.05-.95.07-1.45,1,0,1.92-.05,2.84,0a1.17,1.17,0,0,0,1.27-.76c.43-.89.93-1.74,1.51-2.79a5.42,5.42,0,0,0-.67.24c-2.79,1.56-5.58,3.13-8.39,4.67a1.07,1.07,0,0,0-.63,1c0,1-.09,2.1-.15,3.2h-1.73V95.29l-1.14.43v2.37H144.8L144.65,97c-.73,0-1.27.55-2.06.7l-1-1.66,2.2-1.11-.92-.83.44-.87a2.3,2.3,0,0,1,.63.25c1,.81,1.87.38,2.83-.28l-2.37-1.71.7-1c.89.48,1.76.94,2.61,1.43a.88.88,0,0,0,1,0l8.79-4.75.41-.24a6.1,6.1,0,0,0-1.87-.16,4.28,4.28,0,0,0-2,.09c-.52.28-.77,1-1.14,1.61l-.57.9-1.57-.8,1-1.7c-1.07-.42-1.61-.24-2.09.69l-1.42,2.71-1.51-1.07c.41-.81.8-1.6,1.27-2.54l-1.84-.13V84.34l1.87-.09c-.48-.88-.91-1.68-1.38-2.56l1.53-1.25c.51,1,1,1.91,1.43,2.82s.25,1,1.6.89c.16,0,.31-.05.55-.09l-.45-.78-.46-.75,1.52-1.07c.48.8.92,1.5,1.32,2.23a1,1,0,0,0,1,.57,21.44,21.44,0,0,0,3.07-.19,4.41,4.41,0,0,0-.49-.36c-2.88-1.6-5.77-3.18-8.65-4.8a1,1,0,0,0-1.22,0c-.72.48-1.48.89-2.29,1.37l-.85-1,2.28-1.61c-1.1-1.14-2.1-.38-3.13.09l-.74-1L144,76l-2.22-1.23.83-1.7,2.18.88.13-1.07h1.53c.06.78.12,1.53.18,2.36l1.16.55V72.83h1.68c.05.91.16,1.83.13,2.74a1.6,1.6,0,0,0,1,1.65c2.57,1.44,5.09,3,7.63,4.45a2,2,0,0,0,.94.3l-1.8-3.26-3.58-.18L153.56,77l2.39-.18c-.16-.35-.28-.6-.39-.85a.84.84,0,0,0-.9-.55c-.9,0-1.8,0-2.69,0l-1.12-.06V73.75h3.45l-1.1-2,1.85-1,1.24,1.82,1.55-2.83,1.5.63-2.2,4.08,1,1.51Z\" transform=\"translate(-0.16 0.04)\"/></g><g class=\"cls-2\"><path class=\"cls-1\" d=\"M29.34,89.23l.84.24c-.15.59-.28,1.15-.44,1.69a.58.58,0,0,0,.2.69,15,15,0,0,0,1.56,1.26,3.5,3.5,0,0,0-.07-.45C31,90.76,30.49,88.88,30,87a.7.7,0,0,0-.61-.63c-.62-.12-1.22-.3-1.86-.45l.08-1,1.91.25A3.14,3.14,0,0,0,29.32,84c0-.11-.24-.19-.38-.23-.49-.12-1-.21-1.52-.32l.32-.82,1.26.17-.16-1,1-.25.31.95,1.07-.57.46.71-1.31.89.33,1.33,1.78-1.09.53.65c-.55.51-1.06,1-1.59,1.46a.6.6,0,0,0-.22.69q.83,3.06,1.63,6.12a1,1,0,0,0,.13.23,5.09,5.09,0,0,0,.45-1.14c.15-.38.27-.76.42-1.18l-1.43-1.67.71-.58c.21.25.4.51.62.73a.53.53,0,0,0,.4.17c.12,0,.23-.2.28-.33a.78.78,0,0,0-.22-.93c-.56-.52-1.09-1.09-1.67-1.7l.87-.75L34.77,87l.45-1.25,1.27.32-.44,1.29c.79-.06,1.48-.38,2.24-.46l.23.93c-.11,0-.23.11-.35.15-.61.19-1.2.4-1.81.54a.82.82,0,0,0-.73.75l-.08.38,1.5-.37.29.86a2.8,2.8,0,0,1-1,.42c-.42.14-1,.18-1.22.46s-.26.79-.37,1.2-.16.66-.27,1.12c.21-.14.33-.2.43-.28,1.45-1.33,2.89-2.67,4.35-4a.69.69,0,0,0,.25-.74c-.11-.52-.18-1-.26-1.56a5.51,5.51,0,0,1-.07-.63l1-.19.44,1.74.41-.29a.58.58,0,0,0,.25-.78,7.13,7.13,0,0,1-.23-.89L42,85.4l.31.81,1.19-.94.7.78-1,1.11.62.41-.2.68c-.67-.1-1.35-.36-1.91.37l1.55.74-.33.7-2.1-.5-5.23,4.67.06.14c.75-.17,1.49-.32,2.22-.52.13,0,.23-.26.29-.42.16-.52.3-1,.46-1.6l1.11.36-.33,1.21,1.13-.28L41,90.6l1.18.49-.51,1.75,1.13-.28a5.65,5.65,0,0,1,.5,1.52l-1.37.34,1.35,1.39-.68.91L41.88,96l-.54-.58c-.62-.66-.62-.66-1.55-.22l.81.8-.69.77c-.38-.34-.75-.65-1.07-1a.78.78,0,0,0-.91-.24,20.06,20.06,0,0,0-2,.63,2.67,2.67,0,0,0,.36.14c2,.5,4.1,1,6.15,1.5a.76.76,0,0,0,.81-.23c.42-.4.86-.78,1.33-1.19l.61.65L44,98.18A1.49,1.49,0,0,0,46,97.83l.49.54-.41.61.65.19.7.2-.33,1-1.56-.23.15.81-.77.28c-.1-.34-.18-.63-.27-.91-.21-.67-.28-.72-1.1-.73l.46,1.89-1,.16a16.4,16.4,0,0,1-.52-1.74,1.2,1.2,0,0,0-1.06-1c-1.76-.41-3.5-.89-5.25-1.34-.19,0-.38-.08-.57-.12l-.07.12c.47.57.93,1.14,1.43,1.69.07.08.3.07.44,0,.46-.1.91-.22,1.36-.33l.63-.13.3,1-1.51.37.61.67c.17.18.37.12.57.07l2.23-.55.24.94-2.12.65,1,1.08-1,.83-1-.9-.52,1.84-1.1-.14c.12-.43.22-.81.33-1.2s.17-.62.26-.94c.23-.84.23-.85-.62-1.34l-.41,1.35-.92-.18.58-2.14-2.05-1.78a4,4,0,0,0,0,.49c.51,2,1,4,1.53,6a.76.76,0,0,0,.71.68c.58.08,1.15.23,1.8.37l-.16,1-2-.31c0,.19,0,.3.05.42a.71.71,0,0,0,.67.72c.44.08.86.23,1.34.36l-.2.94-1.37-.36.34,1.73-1.1.27-.43-1.75-.9.8-.55-.68a6.6,6.6,0,0,1,.7-.7A.88.88,0,0,0,35,107c-.62.18-1,.71-1.68,1l-.56-.71,2-1.6L33,98.9a2,2,0,0,0-.22.38c-.2.49-.36,1-.58,1.48a.68.68,0,0,0,.17.91c.39.36.75.78,1.16,1.23l-.7.56-1.11-.95-.33,1,2,2-.93.81-1.35-1.65-.37,1.35-1.36-.26.42-1.46-2.19.46-.28-.8c.18-.06.32-.13.46-.17.6-.18,1.21-.35,1.81-.54s.67-.27.6-1l-1.4.17-.17-.91c.61-.15,1.17-.32,1.74-.42a.73.73,0,0,0,.67-.66c.13-.61.31-1.21.5-2-.19.14-.29.18-.37.26l-4.45,4.15a.66.66,0,0,0-.23.74c.15.65.26,1.31.4,2l-1.07.27-.42-1.69-.64.44.37,1.46-1.07.26-.26-.64c-.44.13-.7.53-1.16.74l-.84-.87,1.18-1-.69-.37.14-.6a1.29,1.29,0,0,1,.42.06c.75.34,1.22-.05,1.7-.61l-1.71-.69.27-.75,1.82.49a.56.56,0,0,0,.6-.14l4.69-4.26.22-.21a3.83,3.83,0,0,0-1.18.19,2.69,2.69,0,0,0-1.2.35c-.28.25-.32.77-.46,1.17-.06.19-.13.38-.21.64l-1.09-.26.35-1.19c-.73-.1-1,.1-1.19.74s-.3,1.22-.46,1.89l-1.09-.43.39-1.76-1.15.2-.33-1.33L24,97.35,22.73,96l.75-1,1.31,1.52c.47.53.3.55,1.12.3.1,0,.18-.08.33-.14-.15-.16-.27-.29-.4-.41s-.23-.23-.4-.39l.78-.89c.41.42.79.78,1.15,1.17a.62.62,0,0,0,.7.2,13.7,13.7,0,0,0,1.86-.58,2.75,2.75,0,0,0-.36-.15c-2-.55-4-1.08-6.06-1.64a.66.66,0,0,0-.74.22c-.37.4-.77.77-1.2,1.19l-.68-.48,1.16-1.34c-.85-.53-1.35.09-1.91.53l-.61-.49.64-.72-1.55-.42.25-1.17,1.48.2-.09-.67.94-.24L21.68,92l.79.16L22,90.37l1-.26c.17.56.38,1.1.5,1.67a1,1,0,0,0,.85.87c1.79.49,3.58,1,5.37,1.57a1.26,1.26,0,0,0,.62,0l-1.6-1.73L26.57,93l-.33-.92,1.45-.48c-.15-.19-.27-.32-.37-.46a.54.54,0,0,0-.64-.21c-.55.15-1.11.27-1.66.39l-.7.13-.24-1,2.12-.52-1-1.09,1-.92,1,.93.52-2,1,.16-.73,2.85.84.78Z\" transform=\"translate(-0.16 0.04)\"/></g></g></svg></li><li title=\"three triangles bottom \"><svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 500 239.28\"><defs><style>.cls-1{fill:inherit;}</style></defs><path class=\"cls-1\" d=\"M0,0,27.05,127.86s1.81,9.88,7.1,10.67C49.15,141.53,500,186,500,186v53.28H0Z\"/><polygon class=\"cls-1\" points=\"288.46 111.53 277.12 222.88 224.67 158.53 288.46 111.53\"/><polygon class=\"cls-1\" points=\"370.1 119.75 358.76 231.1 306.3 166.75 370.1 119.75\"/><polygon class=\"cls-1\" points=\"452.13 127.93 440.79 239.28 388.33 174.93 452.13 127.93\"/></svg></li><li title=\"three triangles top \"><svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 500 239.28\"><defs><style>.cls-1{fill:inherit;}</style></defs><path class=\"cls-1\" d=\"M500,239.28,473,111.42s-1.81-9.87-7.1-10.67C450.85,97.75,0,53.28,0,53.28V0H500Z\" transform=\"translate(0 0)\"/><polygon class=\"cls-1\" points=\"211.54 127.76 222.88 16.4 275.33 80.76 211.54 127.76\"/><polygon class=\"cls-1\" points=\"129.9 119.53 141.24 8.18 193.7 72.54 129.9 119.53\"/><polygon class=\"cls-1\" points=\"47.87 111.35 59.21 0 111.67 64.35 47.87 111.35\"/></svg></li><li title=\"tri triangle bottom \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 500 87\"><defs><style>.cls-1,.cls-2{fill:inherit;}.cls-1{opacity:0.5;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><polygon class=\"cls-1\" points=\"500 69 500 0 250 31 0 0 0 69 500 69\"/></g><g id=\"Layer_1\" data-name=\"Layer 1\"><polygon class=\"cls-2\" points=\"500 69 500 87 0 87 0 69 250 31 500 69\"/></g></svg></li><li title=\"tri triangle top \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 500 87\"><defs><style>.cls-1,.cls-2{fill:inherit;}.cls-1{opacity:0.5;}</style></defs><g id=\"Layer_2\" data-name=\"Layer 2\"><polygon class=\"cls-1\" points=\"0 18 0 87 250 56 500 87 500 18 0 18\"/></g><g id=\"Layer_1\" data-name=\"Layer 1\"><polygon class=\"cls-2\" points=\"0 18 0 0 500 0 500 18 250 56 0 18\"/></g></svg></li><li title=\"triangle dent bottom \"><svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 500 55\"><defs><style>.cls-1{fill:inherit;}</style></defs><polygon class=\"cls-1\" points=\"0 55 500 55 500 41 291 41 250 0 209 41 0 41 0 55\"/></svg></li><li title=\"triangle dent top \"><svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 500 55\"><defs><style>.cls-1{fill:inherit;}</style></defs><polygon class=\"cls-1\" points=\"500 0 0 0 0 14 209 14 250 55 291 14 500 14 500 0\"/></svg></li><li title=\"triangle uneven bottom \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 500 55.25\"><defs><style>.cls-1{fill:inherit;}</style></defs><g id=\"Layer_3\" data-name=\"Layer 3\"><polygon class=\"cls-1\" points=\"0 0 124.49 36.23 500 0 500 55.24 0 55.24 0 0\"/></g></svg></li><li title=\"triangle uneven top \"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 500 55.25\"><defs><style>.cls-1{fill:inherit;}</style></defs><g id=\"Layer_3\" data-name=\"Layer 3\"><polygon class=\"cls-1\" points=\"500 55.24 375.51 19.02 0 55.24 0 0 500 0 500 55.24\"/></g></svg></li><li title=\"wave \"><svg data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1200 120\" preserveAspectRatio=\"none\">\n\t<path d=\"M321.39,56.44c58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V0H0V27.35A600.21,600.21,0,0,0,321.39,56.44Z\"></path>\n</svg>\n</li><li title=\"waves \"><svg data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1200 120\" preserveAspectRatio=\"none\">\n\t<path d=\"M321.39,56.44c58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V0H0V27.35A600.21,600.21,0,0,0,321.39,56.44Z\"></path>\n</svg>\n</li><li title=\"wavy dashed bottom \"><svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 500 74.16\"><defs><style>.cls-1{fill:inherit;}</style></defs><path class=\"cls-1\" d=\"M500,200H0V173a281.09,281.09,0,0,1,89-14c34.3.27,52.92,7,75,11,85.69,15.67,118.55-27.92,205-27,30.2.32,75.43,6.17,131,35\" transform=\"translate(0 -125.84)\"/><path class=\"cls-1\" d=\"M27.27,160.48a189,189,0,0,1,107.24-2c1.76.49-.6-1.41-.88-1.63a16.3,16.3,0,0,0-5.35-3.06,190.87,190.87,0,0,0-108.64,1.88c-.26.08,3.16,2.77,3.46,3,.95.59,3,2.19,4.17,1.81Z\" transform=\"translate(0 -125.84)\"/><path class=\"cls-1\" d=\"M181.19,168.23a132.8,132.8,0,0,0,42.57-1.13c13.2-2.56,25.93-7,38.6-11.42.29-.1-3.17-2.77-3.46-3-.92-.58-3-2.23-4.17-1.82-13.1,4.57-26.28,9.17-40,11.62a132.22,132.22,0,0,1-40.74.8c-.82-.11,2.08,2.27,2.23,2.37,1.38,1,3.21,2.31,4.94,2.53Z\" transform=\"translate(0 -125.84)\"/><path class=\"cls-1\" d=\"M372.31,138.75c32-1.29,62.85,7.69,92.79,18,1.75.6-.66-1.47-.88-1.64a18.49,18.49,0,0,0-5.35-3.06c-30.22-10.37-61.46-19.48-93.73-18.18-.9,0,2.06,2.26,2.22,2.37,1.18.83,3.39,2.6,4.95,2.54Z\" transform=\"translate(0 -125.84)\"/><path class=\"cls-1\" d=\"M448.2,140.66a207.84,207.84,0,0,0-63-14.81c-.86-.07,2.08,2.26,2.23,2.37,1.31.92,3.26,2.4,4.94,2.53a200.51,200.51,0,0,1,60.68,14.1c1.72.69,1.2.19.51-.81-1-1.4-3.85-2.74-5.4-3.38Z\" transform=\"translate(0 -125.84)\"/><path class=\"cls-1\" d=\"M238.66,142.54a102.31,102.31,0,0,1-54.89,8.32c-.83-.1,2.07,2.27,2.22,2.37,1.37,1,3.22,2.32,4.95,2.53a103.21,103.21,0,0,0,55.35-8.45c-.61.28-5.49-5.73-7.63-4.77Z\" transform=\"translate(0 -125.84)\"/><path class=\"cls-1\" d=\"M124.67,142a143.56,143.56,0,0,0-83.31-2.9c-.89.24,2,2.2,2.23,2.37.9.63,3.68,2.87,4.94,2.54a141.93,141.93,0,0,1,82.36,2.68c1.76.6-.65-1.46-.88-1.64a18.41,18.41,0,0,0-5.34-3.05Z\" transform=\"translate(0 -125.84)\"/></svg></li><li title=\"wavy dashed top \"><svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 500 74.16\"><defs><style>.cls-1{fill:inherit;}</style></defs><path class=\"cls-1\" d=\"M0,0H500V27a281.09,281.09,0,0,1-89,14c-34.3-.27-52.92-7-75-11C250.31,14.33,217.45,57.92,131,57c-30.2-.32-75.43-6.17-131-35\"/><path class=\"cls-1\" d=\"M472.73,39.52a189,189,0,0,1-107.24,2c-1.76-.49.6,1.41.88,1.63a16.3,16.3,0,0,0,5.35,3.06,190.87,190.87,0,0,0,108.64-1.88c.26-.08-3.16-2.77-3.46-3-.95-.59-3-2.19-4.17-1.81Z\"/><path class=\"cls-1\" d=\"M318.81,31.77a132.8,132.8,0,0,0-42.57,1.13c-13.2,2.56-25.93,7-38.6,11.42-.29.1,3.17,2.77,3.46,3,.92.58,3,2.23,4.17,1.82,13.1-4.57,26.28-9.17,40-11.62a132.22,132.22,0,0,1,40.74-.8c.82.11-2.08-2.27-2.23-2.37-1.38-1-3.21-2.31-4.94-2.53Z\"/><path class=\"cls-1\" d=\"M127.69,61.25c-32,1.29-62.85-7.69-92.79-18-1.75-.6.66,1.47.88,1.64A18.49,18.49,0,0,0,41.13,48c30.22,10.37,61.46,19.48,93.73,18.18.9,0-2.06-2.26-2.22-2.37-1.18-.83-3.39-2.6-4.95-2.54Z\"/><path class=\"cls-1\" d=\"M51.8,59.34a207.84,207.84,0,0,0,63,14.81c.86.07-2.08-2.26-2.23-2.37-1.31-.92-3.26-2.4-4.94-2.53a200.51,200.51,0,0,1-60.68-14.1c-1.72-.69-1.2-.19-.51.81,1,1.4,3.85,2.74,5.4,3.38Z\"/><path class=\"cls-1\" d=\"M261.34,57.46a102.31,102.31,0,0,1,54.89-8.32c.83.1-2.07-2.27-2.22-2.37-1.37-1-3.22-2.32-4.95-2.53a103.21,103.21,0,0,0-55.35,8.45c.61-.28,5.49,5.73,7.63,4.77Z\"/><path class=\"cls-1\" d=\"M375.33,58a143.56,143.56,0,0,0,83.31,2.9c.89-.24-2-2.2-2.23-2.37-.9-.63-3.68-2.87-4.94-2.54a141.93,141.93,0,0,1-82.36-2.68c-1.76-.6.65,1.46.88,1.64A18.41,18.41,0,0,0,375.33,58Z\"/></svg></li><li title=\"wavy loops bottom \"><svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 500 57.01\"><defs><style>.cls-1{fill:inherit;}</style></defs><path class=\"cls-1\" d=\"M500,200H0V173a281.22,281.22,0,0,1,89-14c34.3.27,52.92,7,75,11,85.69,15.67,118.55-27.92,205-27,30.2.32,75.43,6.17,131,35\" transform=\"translate(0 -142.99)\"/></svg></li><li title=\"wavy loops top \"><svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 500 57.01\"><defs><style>.cls-1{fill:inherit;}</style></defs><path class=\"cls-1\" d=\"M0,0H500V27a281.22,281.22,0,0,1-89,14c-34.3-.27-52.92-7-75-11C250.31,14.33,217.45,57.92,131,57c-30.2-.32-75.43-6.17-131-35\"/></svg></li><li title=\"wavy motion bottom \"><svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 500 73.88\"><defs><style>.cls-1{fill:inherit;}</style></defs><path class=\"cls-1\" d=\"M500,60.89c-48.69-32.2-89.37-39.68-118.38-40.15C284,19.15,238.78,64.64,166.68,70.55c-51.62,4.22-38.34-50.12-86-53.13C45.48,15.19,20,47.66,0,72.66V91.19H500Z\" transform=\"translate(0 -17.31)\"/></svg></li><li title=\"wavy motion top \"><svg id=\"Layer_1\" data-name=\"Layer 1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 500 73.88\"><defs><style>.cls-1{fill:inherit;}</style></defs><path class=\"cls-1\" d=\"M0,30.3C48.69,62.5,89.37,70,118.38,70.45,216,72,261.22,26.55,333.32,20.64c51.62-4.22,38.34,50.12,86,53.13C454.52,76,480,43.53,500,18.53V0H0Z\"/></svg></li></ul>\n"
  },
  {
    "path": "save.js",
    "content": "const express = require('express');\nconst app = express();\nconst bodyParser = require('body-parser');\nconst fs = require('fs');\nconst path = require('path');\n\n//app.use(express.json({ limit: \"200mb\" }));\napp.use(express.static(\"./\"));\napp.use(bodyParser.urlencoded({\n  extended: true,\n  limit: \"200mb\"\n}));\n/*\n// allow cors\napp.use(function(req, res, next) {\n  res.header(\"Access-Control-Allow-Origin\", \"*\");\n  res.header(\"Access-Control-Allow-Headers\", \"Origin, X-Requested-With, Content-Type, Accept\");\n  next();\n});\n*/\nfunction sanitizeFileName(file, allowedExtension = 'html') {\n    const basename = path.basename(file);\n    const disallow = ['.htaccess', 'passwd'];\n    if (disallow.includes(basename)) {\n        console.error('Filename not allowed!');\n        return '';\n    }\n    \n    // sanitize, remove double dot .. and remove get parameters if any\n    file = file.replace(/\\?.*$/, '')\n               .replace(/\\.{2,}/g, '')\n               .replace(/[^\\/\\\\a-zA-Z0-9\\-\\._]/g, '');\n    \n    if (file) {\n        file = path.join(__dirname, file);\n    } else {\n        return '';\n    }\n    \n    // allow only specified extension\n    if (allowedExtension) {\n        const ext = path.extname(file);\n        if (ext) {\n            file = file.slice(0, -ext.length);\n        }\n        file = `${file}.${allowedExtension}`;\n    }\n    \n    return file;\n}\n\napp.post('/save.php', (req, res) => {\n  let { file, action, startTemplateUrl, html } = req.body;\n\n  let result = \"Error saving file!\";\n  file = sanitizeFileName(file);\n\n  if (file && html) {\n\ttry {\n\t  fs.writeFileSync(file, html);\n\t  result = \"File saved!\";\n\t} catch (err) {\n\t  console.error(err);\n\t}\n  }\n\n  res.send(result);\n});\n \napp.listen(8080, () => {\n  console.log('Started');\n});\n"
  },
  {
    "path": "save.php",
    "content": "<?php\n/*\nCopyright 2017 Ziadin Givan\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n   http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\nhttps://github.com/givanz/VvvebJs\n*/\n\ndefine('MAX_FILE_LIMIT', 1024 * 1024 * 2);//2 Megabytes max html file size\ndefine('ALLOW_PHP', false);//check if saved html contains php tag and don't save if not allowed\ndefine('ALLOWED_OEMBED_DOMAINS', [\n\t'https://www.youtube.com/', \n\t'https://www.vimeo.com/', \n\t'https://www.x.com/',\n\t'https://x.com/',\n\t'https://publish.twitter.com/',\n\t'https://www.twitter.com/',\n\t'https://www.reddit.com/',\n]);//load urls only from allowed websites for oembed\n\nfunction sanitizeFileName($file, $allowedExtension = 'html') {\n\t$basename = basename($file);\n\t$disallow = ['.htaccess', 'passwd'];\n\tif (in_array($basename, $disallow)) {\n\t\tshowError('Filename not allowed!');\n\t\treturn '';\n\t}\n\t\n\t//sanitize, remove double dot .. and remove get parameters if any\n\t$file = preg_replace('@\\?.*$@' , '', preg_replace('@\\.{2,}@' , '', preg_replace('@[^\\/\\\\a-zA-Z0-9\\-\\._]@', '', $file)));\n\t\n\tif ($file) {\n\t\t$file = __DIR__ . DIRECTORY_SEPARATOR . $file;\n\t} else {\n\t\treturn '';\n\t}\n\t\n\t//allow only .html extension\n\tif ($allowedExtension) {\n\t\t$file = preg_replace('/\\.[^.]+$/', '', $file) . \".$allowedExtension\";\n\t}\n\treturn $file;\n}\n\nfunction showError($error) {\n\theader($_SERVER['SERVER_PROTOCOL'] . ' 500 Internal Server Error', true, 500);\n\tdie($error);\n}\n\nfunction validOembedUrl($url) {\n\tforeach (ALLOWED_OEMBED_DOMAINS as $domain) {\n\t\tif (strpos($url, $domain) === 0) {\n\t\t\treturn true;\n\t\t}\n\t}\n\t\n\treturn false;\n}\n\n$html   = '';\n$file   = '';\n$action = '';\n\nif (isset($_POST['startTemplateUrl']) && !empty($_POST['startTemplateUrl'])) {\n\t$startTemplateUrl = sanitizeFileName($_POST['startTemplateUrl']);\n\t$html = '';\n\tif ($startTemplateUrl) {\n\t\t$html = file_get_contents($startTemplateUrl);\n\t}\n} else if (isset($_POST['html'])){\n\t$html = substr($_POST['html'], 0, MAX_FILE_LIMIT);\n\tif (!ALLOW_PHP) {\n\t\t//if (strpos($html, '<?php') !== false) {\n\t\tif (preg_match('@<\\?php|<\\? |<\\?=|<\\s*script\\s*language\\s*=\\s*\"\\s*php\\s*\"\\s*>@', $html)) {\n\t\t\tshowError('PHP not allowed!');\n\t\t}\n\t}\n}\n\nif (isset($_POST['file'])) {\n\t$file = sanitizeFileName($_POST['file']);\n}\n\nif (isset($_GET['action'])) {\n\t$action = htmlspecialchars(strip_tags($_GET['action']));\n}\n\nif ($action) {\n\t//file manager actions, delete and rename\n\tswitch ($action) {\n\t\tcase 'rename':\n\t\t\t$newfile = sanitizeFileName($_POST['newfile']);\n\t\t\tif ($file && $newfile) {\n\t\t\t\tif (rename($file, $newfile)) {\n\t\t\t\t\techo \"File '$file' renamed to '$newfile'\";\n\t\t\t\t} else {\n\t\t\t\t\tshowError(\"Error renaming file '$file' renamed to '$newfile'\");\n\t\t\t\t}\n\t\t\t}\n\t\tbreak;\n\t\tcase 'delete':\n\t\t\tif ($file) {\n\t\t\t\tif (unlink($file)) {\n\t\t\t\t\techo \"File '$file' deleted\";\n\t\t\t\t} else {\n\t\t\t\t\tshowError(\"Error deleting file '$file'\");\n\t\t\t\t}\n\t\t\t}\n\t\tbreak;\n\t\tcase 'saveReusable':\n\t\t    //block or section\n\t\t\t$type = $_POST['type'] ?? false;\n\t\t\t$name = $_POST['name'] ?? false;\n\t\t\t$html = $_POST['html'] ?? false;\n\t\t\t\n\t\t\tif ($type && $name && $html) {\n\t\t\t\t\n\t\t\t\t$file = sanitizeFileName(\"$type/$name\");\n\t\t\t\tif ($file) {\n\t\t\t\t\t$dir = dirname($file);\n\t\t\t\t\tif (!is_dir($dir)) {\n\t\t\t\t\t\techo \"$dir folder does not exist\\n\";\n\t\t\t\t\t\tif (mkdir($dir, 0777, true)) {\n\t\t\t\t\t\t\techo \"$dir folder was created\\n\";\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tshowError(\"Error creating folder '$dir'\\n\");\n\t\t\t\t\t\t}\t\t\t\t\n\t\t\t\t\t}\n\t\t\t\t\t\n\t\t\t\t\tif (file_put_contents($file, $html)) {\n\t\t\t\t\t\techo \"File saved '$file'\";\n\t\t\t\t\t} else {\n\t\t\t\t\t\tshowError(\"Error saving file '$file'\\nPossible causes are missing write permission or incorrect file path!\");\n\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\tshowError('Invalid filename!');\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tshowError(\"Missing reusable element data!\\n\");\n\t\t\t}\n\t\tbreak;\n\t\tcase 'oembedProxy':\n\t\t\t$url = $_GET['url'] ?? '';\n\t\t\tif (validOembedUrl($url)) {\n\t\t\t\t$options = array(\n\t\t\t\t  'http'=>array(\n\t\t\t\t\t'method'=>\"GET\",\n\t\t\t\t\t'header'=> 'User-Agent: ' . $_SERVER['HTTP_USER_AGENT'] . \"\\r\\n\"\n\t\t\t\t  )\n\t\t\t\t);\n\t\t\t\t$context = stream_context_create($options);\n\t\t\t\theader('Content-Type: application/json');\n\t\t\t\techo file_get_contents($url, false, $context );\n\t\t\t} else {\n\t\t\t\tshowError('Invalid url!');\n\t\t\t}\n\t\tbreak;\n\t\tdefault:\n\t\t\tshowError(\"Invalid action '$action'!\");\n\t}\n} else {\n\t//save page\n\tif ($html) {\n\t\tif ($file) {\n\t\t\t$dir = dirname($file);\n\t\t\tif (!is_dir($dir)) {\n\t\t\t\techo \"$dir folder does not exist\\n\";\n\t\t\t\tif (mkdir($dir, 0777, true)) {\n\t\t\t\t\techo \"$dir folder was created\\n\";\n\t\t\t\t} else {\n\t\t\t\t\tshowError(\"Error creating folder '$dir'\\n\");\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tif (file_put_contents($file, $html)) {\n\t\t\t\techo \"File saved '$file'\";\n\t\t\t} else {\n\t\t\t\tshowError(\"Error saving file '$file'\\nPossible causes are missing write permission or incorrect file path!\");\n\t\t\t}\t\n\t\t} else {\n\t\t\tshowError('Filename is empty!');\n\t\t}\n\t} else {\n\t\tshowError('Html content is empty!');\n\t}\n}\n"
  },
  {
    "path": "scan.php",
    "content": "<?php\n/*\nCopyright 2017 Ziadin Givan\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n   http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\nhttps://github.com/givanz/VvvebJs\n*/\n\n//scan media folder for all files to display in media modal\n\ndefine('MEDIA_FOLDER',  'media');\n\nfunction sanitizePath($path) {\n\t//sanitize, remove double dot .. and remove get parameters if any\n\t$path = preg_replace('@/+@' , DIRECTORY_SEPARATOR, preg_replace('@\\?.*$@' , '', preg_replace('@\\.{2,}@' , '', preg_replace('@[^\\/\\\\a-zA-Z0-9\\-\\._]@', '', $path))));\n\t\n\treturn realpath($path) ?: '';\n}\n\nif (isset($_POST['mediaPath']) && ($path = sanitizePath(substr($_POST['mediaPath'], 0, 256)))) {\n\tdefine('UPLOAD_PATH', MEDIA_FOLDER . DIRECTORY_SEPARATOR . $path);\n} else {\n\tdefine('UPLOAD_PATH', MEDIA_FOLDER);\n}\n\n$scandir = __DIR__ . DIRECTORY_SEPARATOR. UPLOAD_PATH;\n\n// Run the recursive function\n// This function scans the files folder recursively, and builds a large array\n\n$scan = function ($dir) use ($scandir, &$scan) {\n\t$files = [];\n\n\t// Is there actually such a folder/file?\n\n\tif (file_exists($dir)) {\n\t\tforeach (scandir($dir) as $f) {\n\t\t\tif (! $f || $f[0] == '.') {\n\t\t\t\tcontinue; // Ignore hidden files\n\t\t\t}\n\n\t\t\tif (is_dir($dir . '/' . $f)) {\n\t\t\t\t// The path is a folder\n\n\t\t\t\t$files[] = [\n\t\t\t\t\t'name'  => $f,\n\t\t\t\t\t'type'  => 'folder',\n\t\t\t\t\t'path'  => str_replace($scandir, '', $dir) . '/' . $f,\n\t\t\t\t\t'items' => $scan($dir . '/' . $f), // Recursively get the contents of the folder\n\t\t\t\t];\n\t\t\t} else {\n\t\t\t\t// It is a file\n\n\t\t\t\t$files[] = [\n\t\t\t\t\t'name' => $f,\n\t\t\t\t\t'type' => 'file',\n\t\t\t\t\t'path' => str_replace($scandir, '', $dir) . '/' . $f,\n\t\t\t\t\t'size' => filesize($dir . '/' . $f), // Gets the size of this file\n\t\t\t\t];\n\t\t\t}\n\t\t}\n\t}\n\n\treturn $files;\n};\n\n$response = $scan($scandir);\n\n// Output the directory listing as JSON\n\nheader('Content-type: application/json');\n\necho json_encode([\n\t'name'  => '',\n\t'type'  => 'folder',\n\t'path'  => '',\n\t'items' => $response,\n]);\n"
  },
  {
    "path": "scss/_autocomplete.scss",
    "content": "/* autocomplete */\ninput.autocomplete-loading\n{\n\tbackground-image:url(../libs/autocomplete/autocomplete.gif);\n\tbackground-position: left center;\n\tbackground-repeat:no-repeat;\n}\n\nul.autocomplete ~ .btn-close {\n    position: absolute;\n    right: 1.5rem;\n    margin-top: -1.5rem;\n\tdisplay:none;\n}\n\n\n.autocomplete-open ~ button.btn-close {\n    display: block;\n}\n\nul.autocomplete \n{\n    position: absolute;\n    overflow: hidden;\n    background-color: var(--bs-body-bg);\n    border: 1px solid var(--bs-border-color);\n\tborder-top:none;\n\tmargin-top: -1px;\n    margin: 0px;\n    padding: 0px;\n    list-style: none;\n    color: var(--bs-body-color);\n\tdisplay:none;\n\tz-index:1000;\n}\nul.autocomplete li \n{\n  display: block; \n  padding: 0.3em; \n  overflow: hidden;\n  width: 100%;\n  cursor:pointer;\n  \n  &:hover {\n\t  background-color: var(--bs-primary);\n\t  color: var(--bs-body-bg);\n  }\n}\n\nul.autocomplete li.selected \n{\n  background-color: Highlight ; \n  background-color: var(--bs-primary); \n  color: var(--bs-body-bg);\n  color: var(--bs-white);\n}\n\n\ninput.autocomplete-list {\n\tborder-radius: 5px 5px 0px 0px;\n}\n\ndiv.autocomplete-list {\n\n    //box-shadow: -1px 1px 2px 1px rgba(var(--bs-body-color-rgb), 0.07) inset;\n    //background: #fafafa;\n    border-radius: 0px 0px 5px 5px;\n    overflow:auto;\n    min-height:150px;\n    height:150px;\n\tresize: vertical;\n\n}\n.autocomplete-list > div:nth-child(2n) {\n    //background: var(--bs-border-color);\n}\n.autocomplete-list > div {\n\tpadding: 0.3rem 0.3rem 0.3rem 1rem;\n\tborder-bottom:1px dashed var(--bs-border-color);\n\tdisplay:flex;\n\tjustify-content: space-between;\t\n\talign-items: center;\n\t\n\t.btn-close {\n\t\tvertical-align:middle;\n\t\tmargin: 0.5rem;\n\t}\n}\n\n.tags-input {\n\t.tag {\n\t\tdisplay:inline-block;\n\t\tfont-size:0.75rem;\n\t\tpadding:0 0.3rem;\n\t\tborder:1px solid var(--bs-primary-bg-subtle);\n\t\tbackground-color: var(--bs-primary-bg-subtle);\n\t\tbackground-color: rgba(var(--bs-primary-rgb), 0.10);\n\t\tcolor: var(--bs-primary-text-emphasis);\n\t\tborder-radius: 4px;\n\t\tmargin:0.2rem;\t\t\n\t\t\n\t\t.remove-btn {\n\t\t\tcolor:var(--bs-link-color);\n\t\t}\n\t}\n\t\n\tinput.form-control {\n\t\tbox-shadow: none;\n\t}\n}\n"
  },
  {
    "path": "scss/_bootstrap-css-vars.scss",
    "content": ":root {\n--bs-primary: var(--bs-blue);\n--bs-secondary: var(--bs-gray-600);\n--bs-body-bg: var(--bs-white);\n--bs-body-color: var(--bs-dark);\n--bs-border-color: var(--bs-gray-300);\n--bs-code-color: var(--bs-pink);\n--bs-danger: var(--bs-red);\n--bs-info: var(--bs-cyan);\n--bs-link-color: var(--bs-primary);\n--bs-success: var(--bs-green);\n--bs-warning: var(--bs-yellow);\n--bs-heading-color: var(--bs-dark);\n}\n\n\n.btn{\n--bs-btn-color:var(--bs-gray-900);\n--bs-btn-color:var(--bs-dark);\n}\n.btn-primary{\n--bs-btn-color:var(--bs-white);\n--bs-btn-bg:var(--bs-blue);\n--bs-btn-border-color:var(--bs-blue);\n--bs-btn-hover-color:var(--bs-white);\n--bs-btn-hover-border-color:var(--bs-link-hover-color);\n--bs-btn-active-color:var(--bs-white);\n--bs-btn-active-bg:var(--bs-link-hover-color);\n--bs-btn-disabled-color:var(--bs-white);\n--bs-btn-disabled-bg:var(--bs-blue);\n--bs-btn-disabled-border-color:var(--bs-blue);\n}\n.btn-secondary{\n--bs-btn-color:var(--bs-white);\n--bs-btn-bg:var(--bs-gray);\n--bs-btn-bg:var(--bs-gray-600);\n--bs-btn-border-color:var(--bs-gray);\n--bs-btn-border-color:var(--bs-gray-600);\n--bs-btn-hover-color:var(--bs-white);\n--bs-btn-active-color:var(--bs-white);\n--bs-btn-disabled-color:var(--bs-white);\n--bs-btn-disabled-bg:var(--bs-gray);\n--bs-btn-disabled-bg:var(--bs-gray-600);\n--bs-btn-disabled-border-color:var(--bs-gray);\n--bs-btn-disabled-border-color:var(--bs-gray-600);\n}\n.btn-success{\n--bs-btn-color:var(--bs-white);\n--bs-btn-bg:var(--bs-green);\n--bs-btn-border-color:var(--bs-green);\n--bs-btn-hover-color:var(--bs-white);\n--bs-btn-active-color:var(--bs-white);\n--bs-btn-disabled-color:var(--bs-white);\n--bs-btn-disabled-bg:var(--bs-green);\n--bs-btn-disabled-border-color:var(--bs-green);\n}\n.btn-info{\n--bs-btn-color:var(--bs-black);\n--bs-btn-bg:var(--bs-cyan);\n--bs-btn-border-color:var(--bs-cyan);\n--bs-btn-hover-color:var(--bs-black);\n--bs-btn-active-color:var(--bs-black);\n--bs-btn-disabled-color:var(--bs-black);\n--bs-btn-disabled-bg:var(--bs-cyan);\n--bs-btn-disabled-border-color:var(--bs-cyan);\n}\n.btn-warning{\n--bs-btn-color:var(--bs-black);\n--bs-btn-bg:var(--bs-yellow);\n--bs-btn-border-color:var(--bs-yellow);\n--bs-btn-hover-color:var(--bs-black);\n--bs-btn-active-color:var(--bs-black);\n--bs-btn-disabled-color:var(--bs-black);\n--bs-btn-disabled-bg:var(--bs-yellow);\n--bs-btn-disabled-border-color:var(--bs-yellow);\n}\n.btn-danger{\n--bs-btn-color:var(--bs-white);\n--bs-btn-bg:var(--bs-red);\n--bs-btn-border-color:var(--bs-red);\n--bs-btn-hover-color:var(--bs-white);\n--bs-btn-active-color:var(--bs-white);\n--bs-btn-disabled-color:var(--bs-white);\n--bs-btn-disabled-bg:var(--bs-red);\n--bs-btn-disabled-border-color:var(--bs-red);\n}\n.btn-light{\n--bs-btn-color:var(--bs-black);\n--bs-btn-bg:var(--bs-light);\n--bs-btn-border-color:var(--bs-light);\n--bs-btn-hover-color:var(--bs-black);\n--bs-btn-active-color:var(--bs-black);\n--bs-btn-disabled-color:var(--bs-black);\n--bs-btn-disabled-bg:var(--bs-light);\n--bs-btn-disabled-border-color:var(--bs-light);\n}\n.btn-dark{\n--bs-btn-color:var(--bs-white);\n--bs-btn-bg:var(--bs-gray-900);\n--bs-btn-bg:var(--bs-dark);\n--bs-btn-border-color:var(--bs-gray-900);\n--bs-btn-border-color:var(--bs-dark);\n--bs-btn-hover-color:var(--bs-white);\n--bs-btn-active-color:var(--bs-white);\n--bs-btn-disabled-color:var(--bs-white);\n--bs-btn-disabled-bg:var(--bs-gray-900);\n--bs-btn-disabled-bg:var(--bs-dark);\n--bs-btn-disabled-border-color:var(--bs-gray-900);\n--bs-btn-disabled-border-color:var(--bs-dark);\n}\n.btn-outline-primary{\n--bs-btn-color:var(--bs-blue);\n--bs-btn-border-color:var(--bs-blue);\n--bs-btn-hover-color:var(--bs-white);\n--bs-btn-hover-bg:var(--bs-blue);\n--bs-btn-hover-border-color:var(--bs-blue);\n--bs-btn-focus-shadow-rgb:var(--bs-primary-rgb);\n--bs-btn-active-color:var(--bs-white);\n--bs-btn-active-bg:var(--bs-blue);\n--bs-btn-active-border-color:var(--bs-blue);\n--bs-btn-disabled-color:var(--bs-blue);\n}\n.btn-outline-secondary{\n--bs-btn-color:var(--bs-gray);\n--bs-btn-color:var(--bs-gray-600);\n--bs-btn-border-color:var(--bs-gray);\n--bs-btn-border-color:var(--bs-gray-600);\n--bs-btn-hover-color:var(--bs-white);\n--bs-btn-hover-bg:var(--bs-gray);\n--bs-btn-hover-bg:var(--bs-gray-600);\n--bs-btn-hover-border-color:var(--bs-gray);\n--bs-btn-hover-border-color:var(--bs-gray-600);\n--bs-btn-focus-shadow-rgb:var(--bs-secondary-rgb);\n--bs-btn-active-color:var(--bs-white);\n--bs-btn-active-bg:var(--bs-gray);\n--bs-btn-active-bg:var(--bs-gray-600);\n--bs-btn-active-border-color:var(--bs-gray);\n--bs-btn-active-border-color:var(--bs-gray-600);\n--bs-btn-disabled-color:var(--bs-gray);\n--bs-btn-disabled-color:var(--bs-gray-600);\n}\n.btn-outline-success{\n--bs-btn-color:var(--bs-green);\n--bs-btn-border-color:var(--bs-green);\n--bs-btn-hover-color:var(--bs-white);\n--bs-btn-hover-bg:var(--bs-green);\n--bs-btn-hover-border-color:var(--bs-green);\n--bs-btn-focus-shadow-rgb:var(--bs-success-rgb);\n--bs-btn-active-color:var(--bs-white);\n--bs-btn-active-bg:var(--bs-green);\n--bs-btn-active-border-color:var(--bs-green);\n--bs-btn-disabled-color:var(--bs-green);\n}\n.btn-outline-info{\n--bs-btn-color:var(--bs-cyan);\n--bs-btn-border-color:var(--bs-cyan);\n--bs-btn-hover-color:var(--bs-black);\n--bs-btn-hover-bg:var(--bs-cyan);\n--bs-btn-hover-border-color:var(--bs-cyan);\n--bs-btn-focus-shadow-rgb:var(--bs-info-rgb);\n--bs-btn-active-color:var(--bs-black);\n--bs-btn-active-bg:var(--bs-cyan);\n--bs-btn-active-border-color:var(--bs-cyan);\n--bs-btn-disabled-color:var(--bs-cyan);\n}\n.btn-outline-warning{\n--bs-btn-color:var(--bs-yellow);\n--bs-btn-border-color:var(--bs-yellow);\n--bs-btn-hover-color:var(--bs-black);\n--bs-btn-hover-bg:var(--bs-yellow);\n--bs-btn-hover-border-color:var(--bs-yellow);\n--bs-btn-focus-shadow-rgb:var(--bs-warning-rgb);\n--bs-btn-active-color:var(--bs-black);\n--bs-btn-active-bg:var(--bs-yellow);\n--bs-btn-active-border-color:var(--bs-yellow);\n--bs-btn-disabled-color:var(--bs-yellow);\n}\n.btn-outline-danger{\n--bs-btn-color:var(--bs-red);\n--bs-btn-border-color:var(--bs-red);\n--bs-btn-hover-color:var(--bs-white);\n--bs-btn-hover-bg:var(--bs-red);\n--bs-btn-hover-border-color:var(--bs-red);\n--bs-btn-focus-shadow-rgb:var(--bs-danger-rgb);\n--bs-btn-active-color:var(--bs-white);\n--bs-btn-active-bg:var(--bs-red);\n--bs-btn-active-border-color:var(--bs-red);\n--bs-btn-disabled-color:var(--bs-red);\n}\n.btn-outline-light{\n--bs-btn-color:var(--bs-light);\n--bs-btn-border-color:var(--bs-light);\n--bs-btn-hover-color:var(--bs-black);\n--bs-btn-hover-bg:var(--bs-light);\n--bs-btn-hover-border-color:var(--bs-light);\n--bs-btn-focus-shadow-rgb:var(--bs-light-rgb);\n--bs-btn-active-color:var(--bs-black);\n--bs-btn-active-bg:var(--bs-light);\n--bs-btn-active-border-color:var(--bs-light);\n--bs-btn-disabled-color:var(--bs-light);\n}\n.btn-outline-dark{\n--bs-btn-color:var(--bs-gray-900);\n--bs-btn-color:var(--bs-dark);\n--bs-btn-border-color:var(--bs-gray-900);\n--bs-btn-border-color:var(--bs-dark);\n--bs-btn-hover-color:var(--bs-white);\n--bs-btn-hover-bg:var(--bs-gray-900);\n--bs-btn-hover-bg:var(--bs-dark);\n--bs-btn-hover-border-color:var(--bs-gray-900);\n--bs-btn-hover-border-color:var(--bs-dark);\n--bs-btn-focus-shadow-rgb:var(--bs-dark-rgb);\n--bs-btn-focus-shadow-rgb:var(--bs-body-color-rgb);\n--bs-btn-active-color:var(--bs-white);\n--bs-btn-active-bg:var(--bs-gray-900);\n--bs-btn-active-bg:var(--bs-dark);\n--bs-btn-active-border-color:var(--bs-gray-900);\n--bs-btn-active-border-color:var(--bs-dark);\n--bs-btn-disabled-color:var(--bs-gray-900);\n--bs-btn-disabled-color:var(--bs-dark);\n}\n.btn-link{\n--bs-btn-font-weight:var(--bs-body-font-weight);\n--bs-btn-disabled-color:var(--bs-gray);\n--bs-btn-disabled-color:var(--bs-gray-600);\n}\n.btn-lg, .btn-group-lg > .btn{\n--bs-btn-padding-y:var(--bs-border-radius-lg);\n--bs-btn-padding-x:var(--bs-body-font-size);\n--bs-btn-padding-x:var(--bs-border-radius-xl);\n--bs-btn-border-radius:var(--bs-border-radius-lg);\n}\n.btn-sm, .btn-group-sm > .btn{\n--bs-btn-padding-y:var(--bs-border-radius-sm);\n--bs-btn-padding-x:var(--bs-border-radius-lg);\n--bs-btn-border-radius:var(--bs-border-radius-sm);\n}\n\n\n.nav-pills {\n--bs-nav-pills-link-active-color: #fff;\n--bs-nav-pills-link-active-bg: var(--bs-primary);\n}\n"
  },
  {
    "path": "scss/_builder.scss",
    "content": "/*\nCopyright 2017 Ziadin Givan\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n   http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\nhttps://github.com/givanz/VvvebJs\n*/\n\n$builder-header-top-height: 35px !default;\n$builder-bottom-panel-height: 35px !default;\n$builder-border-color: var(--bs-border-color) !default;\n\n$builder-left-panel-width: 300px !default;\n$builder-right-panel-width: 300px !default;\n$builder-canvas-margin: 0px !default;\n$builder-filemanager-height: 250px !default;\n$drag-items-tabs-height: 40px !default;\n$builder-background-color: var(--bs-primary) !default;\n\n$canvas-width-substract: $builder-left-panel-width + $builder-right-panel-width + $builder-canvas-margin;\n$canvas-no-right-width-substract: $builder-left-panel-width + $builder-canvas-margin;\n$canvas-height-substract: $builder-header-top-height + $builder-bottom-panel-height;\n\n$builder-left-panel-width: 15vw;\n$builder-right-panel-width: 15vw;\n\n$builder-left-panel-width-sm: 25vw;\n$builder-right-panel-width-sm: 25vw;\n\n$builder-left-panel-width-md: 20vw;\n$builder-right-panel-width-md: 20vw;\n\n$builder-left-panel-width-lg: 20vw;\n$builder-right-panel-width-lg: 20vw;\n\n$builder-left-panel-width-xl: 15vw;\n$builder-right-panel-width-xl: 15vw;\n\n\n$font-size-base: 16px;\n\n\n@import \"csstree\";\n\n@mixin add-section-btn() {\n\tposition: relative;\n\tbottom: 0px;\n\t//background: #4285f4;\n\tbackground: $builder-background-color;\n\tcolor: var(--bs-white);\n\tfont-size: 18px;\n\tborder-radius: 24px;\n\twidth: 32px;\n\theight: 32px;\n\tpadding: 3px 7px;\n\tcursor: pointer;\n\tdisplay: block;\n\tbox-shadow: 0px 0px 1px 2px rgba(18, 83, 205, 0.05);\n\tbox-shadow: 0px 3px 7px 1px rgba(var(--bs-body-color-rgb), 0.1), 1px 2px 7px 1px rgba(255, 255, 2555, 0.1) inset;\n\n\ti {\n\t\tfont-weight: 600\n\t}\n\n\t&:hover {\n\t\ttext-decoration: none;\n\t\tfilter: brightness(1.2);\n\t}\n}\n\n@mixin component-list-element() {\n\twidth: var(--builder-component-list-element-width);\n\tmin-width: 80px;\n\theight: 80px;\n\n\tmargin: 0% 1% 3% 3%;\n\ttext-align: center;\n\tfont-weight: normal;\n\tfont-size: 11px;\n\tcolor: var(--bs-body-color);\n\tbackground-repeat: no-repeat;\n\tpadding-top: 60px;\n\tpadding-bottom: 7px;\n\tpadding: 50px 5px 7px 5px;\n\n\t//border-color:var(--bs-border-color-rgb);\n\tborder-style: solid;\n\tborder-width: 1px;\n\tborder-radius: 3px;\n\t/*\t\t  \n\t\tborder-left-width:1px;\n\t\tborder-top-width:1px;\n\t\t*/\n\tbackground-color: var(--bs-body-bg);\n\tborder-color: var(--bs-border-color);\n\tborder-color: rgba(var(--bs-secondary-rgb), 0.25);\n\n\tbackground-position: 50% 20%;\n\tbackground-size: auto 42px;\n\tz-index: 100;\n\tcursor: move;\n\tcursor: grab;\n\t//opacity:0.75;\n\tbox-shadow: 0px 1px 4px 0px rgba(var(--bs-body-color-rgb), 0.05);\n\tbox-shadow: none;\n\n\ta,\n\tspan {\n\t\tmin-height: 20px;\n\t\twhite-space: break-spaces;\n\t\tdisplay:block;\n\t\tline-height: 1.2;\n\t\t//padding: 0 3px;\n\t}\n\n\t&[data-drag-type=\"component\"] {\n\t\thtml[data-bs-theme=\"dark\"] & {\n\t\t\t//filter: invert(100%);\n\t\t\tborder-color: var(--bs-gray-500);\n\t\t\tfilter: invert(93%) hue-rotate(180deg);\n\t\t\tbackground-color: transparent;\n\t\t\tcolor: #333;\n\n\t\t\ta {\n\t\t\t\tcolor: var(--bs-gray-900);\n\t\t\t}\n\t\t}\n\t}\n}\n\n@mixin block-list-element() {\n\twidth: 95%;\n\theight: auto;\n\tmin-height: 100px;\n\tposition: relative;\n\ttext-align: center;\n\tfont-weight: normal;\n\tfont-size: 11px;\n\tcolor: var(--bs-body-color);\n\tbackground-repeat: no-repeat;\n\tpadding: 0px;\n\tmargin: 1rem auto;\n\n\tdisplay: flex;\n\tborder-color: var(--bs-border-color);\n\tborder-style: solid;\n\tborder-width: 1px;\n\tborder-radius: 0px;\n\n\tbackground-position: center;\n\tbox-shadow: 0px 1px 5px 0px rgba(var(--bs-body-color-rgb), 0.25);\n\tbox-shadow: none;\n\n\t/*\t\t  \n\t\tborder-left-width:1px;\n\t\tborder-top-width:1px;\n\t\t*/\n\tbackground-size: 100%;\n\tz-index: 100;\n\tbackground-color: var(--bs-body-bg);\n\tcursor: grab;\n\topacity: 1;\n\n\t.name {\n\t\t//background: rgba(var(--bs-secondary-color-rgb), 0.03);\n\t\tbackground: rgba(var(--bs-body-bg-rgb), 0.9);\n\t\tbackground: rgba(var(--bs-body-color-rgb), 0.7);\n\t\tbackground: rgba(var(--bs-link-color-rgb), 0.7);\n\t\tbackground: rgba(var(--bs-body-bg-rgb), 0.9);\n\t\tcolor: var(--bs-body-color);\n\t\tpadding: 0.5rem 0;\n\t\tposition: absolute;\n\t\tbottom: 0px;\n\t\twidth: 100%;\n\t\tleft: 0;\n\t\t//display:none;\n\t\tfont-size: 12px;\n\t\tborder-top: 1px solid rgba(var(--bs-body-color-rgb), 0.1);\n\t}\n\n\t&:hover, &.active {\n\t\t//outline:1px solid var(--bs-link-color);\n\t\tborder-color: var(--bs-link-color);\n\t\tbox-shadow: 0px 1px 5px 2px rgba(var(--bs-link-color-rgb), 0.25);\n\t\t-webkit-box-shadow: 0px 1px 5px 2px rgba(var(--bs-link-color-rgb), 0.25);\n\n\n\t\t&:before {\n\t\t\topacity: 0.1;\n\t\t}\n\n\t\t.name {\n\t\t\tvisibility: visible;\n\t\t}\n\t}\n\n\n\t&[data-section=\"Reusable\"] {\n\t\t.name {\n\t\t\tvisibility: visible;\n\t\t}\n\t}\n}\n\n@mixin webkit-scrollbar() {\n\t::-webkit-scrollbar {\n\t\twidth: 0.5rem;\n\t\tbackground-color: rgba(var(--bs-body-color-rgb), 0.05);\n\t\t//-webkit-box-shadow:none;\n\t}\n\n\t::-webkit-scrollbar-track {\n\t\t-webkit-box-shadow: inset 0 0 1px rgba(var(--bs-body-color-rgb), 0.05);\n\t\tbackground-color: rgba(var(--bs-body-color-rgb), 0.05);\n\t}\n\n\t::-webkit-scrollbar-thumb {\n\t\tbackground-color: rgba(var(--bs-body-color-rgb), 0.15);\n\t\tborder-radius: 10px;\n\t\t//outline: 1px solid slategrey;\n\t}\n}\n\nhtml, body {height:100%}\n\nbody {\n\toverflow: hidden;\n\t//background:var(--bs-border-color);\n\t--builder-filemanager-height: #{$builder-filemanager-height};\n\t--builder-canvas-margin: #{$builder-canvas-margin};\n\n\t--builder-header-top-height:#{$builder-header-top-height};\n\t--builder-bottom-panel-height:#{$builder-bottom-panel-height};\n\t--drag-items-tabs-height:#{$drag-items-tabs-height};\n\n\n\t@include media-breakpoint-up(sm) {\n\t\t--builder-left-panel-width: 25vw;\n\t\t--builder-right-panel-width: 25vw;\n\t\t--builder-component-list-element-width: 90%;\n\n\t}\n\n\t@include media-breakpoint-up(md) {\n\t\t--builder-left-panel-width: 25vw;\n\t\t--builder-right-panel-width: 25vw;\n\t\t--builder-component-list-element-width: 90%;\n\t}\n\n\t@include media-breakpoint-up(lg) {\n\t\t--builder-left-panel-width: 250px;\n\t\t--builder-right-panel-width: 250px;\n\t\t--builder-component-list-element-width: 44%;\n\t}\n\n\t@include media-breakpoint-up(xl) {\n\t\t--builder-left-panel-width: 300px;\n\t\t--builder-right-panel-width: 300px;\n\t\t--builder-component-list-element-width: 44%;\n\t}\n\n\t@media (min-width: 1600px) {\n\t\t--builder-left-panel-width: 300px;\n\t\t--builder-right-panel-width: 300px;\n\t\t--builder-component-list-element-width: 44%;\n\t}\n\n\t@media (min-width: 2000px) {\n\t\t--builder-left-panel-width: 300px;\n\t\t--builder-right-panel-width: 300px;\n\t\t--builder-component-list-element-width: 44%;\n\t}\n\n\tscrollbar-color: rgba(var(--bs-body-color-rgb), 0.1) var(--bs-body-bg);\n\tscrollbar-width: thin;\n\t-webkit-font-smoothing:subpixel-antialiased;\n\n\t@include webkit-scrollbar();\n}\n\n.modal-content {\n\tfont-size: .875rem;\n}\n\n.modal-footer .btn {\n\tfont-size: .875rem;\n}\n\n#vvveb-builder {\n\tdisplay: block;\n\theight: 100%;\n\n\t// panels\n\t#left-panel,\n\t#right-panel {\n\t\tborder-color: $builder-border-color;\n\t\tborder-style: solid;\n\t\tborder-width: 0px;\n\n\t\tbackground-color: var(--bs-body-bg);\n\t\theight: 100%;\n\n\t\tposition: fixed;\n\t\ttop: $builder-header-top-height;\n\t\tz-index: 10;\n\t}\n\n\t#left-panel {\n\t\tborder-right-width: 1px;\n\t\t//overflow:hidden;\n\t\t//border-top-width: 1px;\t\n\t\t/*\n\t\tbox-shadow: 1px 0px 2px rgba(var(--bs-body-color-rgb),.1);\n\t\t-moz-box-shadow: 1px 0px 2px rgba(var(--bs-body-color-rgb),.1);\n\t\t-webkit-box-shadow: 1px 0px 2px rgba(var(--bs-body-color-rgb),.1);\n*/\n\t\t/*\n\t\tbackground:-moz-linear-gradient(left, var(--bs-body-bg) 85%, #fafbfc 100%);\n\t\tbackground:-webkit-linear-gradient(left, var(--bs-body-bg) 85%, #fafbfc 100%);\n\t\tbackground:linear-gradient(left, var(--bs-body-bg) 85%, #fafbfc 100%);\n\t\tbox-shadow: -1px -2px 2px var(--bs-border-color) inset;*/\n\n\t\twidth: $builder-left-panel-width;\n\t\twidth: calc(var(--builder-left-panel-width));\n\t\theight: 100%;\n\t\tmax-height: 100%;\n\n\t\t>div {\n\t\t\theight: 100%;\n\t\t\tdisplay: flex;\n\t\t\tflex-direction: column;\n\t\t\tflex-wrap: nowrap;\n\t\t}\n\n\t\t#filemanager {\n\t\t\tdisplay: flex;\n\t\t\tflex-direction: column;\n\t\t\t//height:$builder-filemanager-height;\n\t\t\twidth: $builder-right-panel-width + 15;\n\t\t\t//height: var(--builder-filemanager-height);\n\t\t\twidth: calc(var(--builder-left-panel-width));\n\t\t\tborder-bottom: 1px solid var(--bs-border-color);\n\n\t\t\t.header {\n\t\t\t\tfont-size: 11px;\n\t\t\t\tfont-weight: 500;\n\t\t\t\theight: 2rem;\n\t\t\t\tmargin: 0;\n\t\t\t\tpadding: 0;\n\t\t\t\twidth: 100%;\n\t\t\t\ttext-align: left;\n\t\t\t\tpadding-left: 1rem;\n\t\t\t\tborder-bottom: 1px solid var(--bs-border-color);\n\t\t\t\tmargin-bottom: 0rem;\n\t\t\t\tpadding: 0.0rem 0.5rem;\n\t\t\t\tpadding: 0.3rem 0rem 0.5rem 1rem;\n\n\t\t\t\ta {\n\t\t\t\t\tcolor: var(--bs-link-color);\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t.btn-add {\n\t\t\t\t--bs-btn-border-color: rgba(var(--bs-link-color-rgb), 0.3);\n\t\t\t\t//--bs-btn-bg: rgba(var(--bs-link-color-rgb), 0.07);\n\t\t\t\t--bs-btn-border-color: rgba(var(--bs-secondary-color-rgb), 0.15);\n\t\t\t\t//--bs-btn-bg: rgba(var(--bs-secondary-color-rgb), 0.05);\n\t\t\t\t//--bs-btn-color: var(--bs-secondary);\n\t\t\t\tpadding: 0rem 0.3rem;\n\t\t\t\tmargin: 0rem 0.3rem 0 0;\n\n\t\t\t\tspan {\n\t\t\t\t\tfont-size: 12px;\n\t\t\t\t}\n\n\t\t\t\ti {\n\t\t\t\t\tvertical-align: middle;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t.tree {\n\t\t\t\theight: $builder-filemanager-height - $builder-header-top-height;\n\t\t\t\theight:calc(var(--builder-filemanager-height) - #{$builder-header-top-height});\n\t\t\t\tpadding: 0.3rem 0.2rem;\n\t\t\t\toverflow: hidden;\n\n\t\t\t\t&:hover {\n\t\t\t\t\toverflow-y: auto;\n\t\t\t\t}\n\n\t\t\t\tresize:vertical;\n\n\t\t\t\t//@include webkit-scrollbar();\n\t\t\t}\n\t\t}\n\n\t\t.components-list,\n\t\t.blocks-list,\n\t\t.component-properties,\n\t\t.sections-list {\n\t\t\twidth: var(--builder-left-panel-width);\n\t\t}\n\n\t\t.component-properties {\n\t\t\twidth: auto;\n\t\t\theight: calc(100% - 85px);\n\t\t}\n\t}\n\n\t#right-panel {\n\t\tfloat: right;\n\t\tright: 0px;\n\t\toverflow: hidden;\n\n\n\t\tborder-left-width: 1px;\n\t\t//border-top-width: 1px;\t\n\t\tfloat: right;\n\n\t\ttransition: margin-right 0.1s linear;\n\t\t-moz-transition: margin-right 0.1s linear;\n\t\t-webkit-transition: margin-right 0.1s linear;\n\n\t\tbackground: -moz-linear-gradient(to right, var(--bs-body-bg) 85%, #fafbfc 100%);\n\t\tbackground: -webkit-linear-gradient(to right, var(--bs-body-bg) 85%, #fafbfc 100%);\n\t\tbackground: linear-gradient(to right, var(--bs-body-bg) 85%, #fafbfc 100%);\n\t\tbox-shadow: 1px -2px 2px var(--bs-border-color) inset;\n\n\n\t\twidth: $builder-right-panel-width;\n\t\twidth: var(--builder-right-panel-width);\n\n\t\t.components-list,\n\t\t.blocks-list,\n\t\t.component-properties,\n\t\t.sections-list {\n\t\t\twidth: var(--builder-right-panel-width);\n\t\t}\n\n\t\tlabel.header {\n\t\t\t.header-arrow {\n\t\t\t\tright: 0px;\n\t\t\t}\n\t\t}\n\n\t\t.nav-link {\n\t\t\t//color:var(--bs-body-color);\n\t\t\t//border-top:2px solid transparent;\n\t\t\tborder-top: none;\n\t\t\tborder-bottom: none;\n\t\t\t/*\n\t\t\tborder-left:none;\n\t\t\tborder-right:none;\n\t\t\t*/\n\n\t\t\t&.active {\n\t\t\t\t//border-top:1px solid rgba(var(--bs-link-color-rgb), 0.7);\n\t\t\t\tborder-bottom-color: var(--bs-border-color);\n\t\t\t\tfont-weight: normal;\n\n\t\t\t\ti {\n\t\t\t\t\tcolor: var(--bs-link-hover-color);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t#top-panel {\n\t\theight: $builder-header-top-height;\n\t\tpadding: 0;\n\t\tborder-bottom: 1px solid var(--bs-border-color);\n\t\t//background-color:rgba(var(--bs-secondary-color-rgb), 0.03);\n\t\tdisplay: flex;\n\t\tjustify-content: space-between;\n\t\t//overflow:hidden;\n\t\twidth: 100%;\n\n\t\t.btn-group {\n\t\t\t.btn {\n\n\t\t\t\t&.btn-light {\n\t\t\t\t\tpadding: 0.1rem 0.5rem;\n\t\t\t\t\t--bs-btn-active-bg: rgba(var(--bs-primary-rgb), 0.1); //var(--bs-primary-bg-subtle);\n\t\t\t\t\t--bs-btn-hover-bg: var(--bs-primary-bg-subtle);\n\t\t\t\t\t--bs-btn-active-border-color: transparent;\n\t\t\t\t\t--bs-btn-hover-color: var(--bs-body-bg);\n\t\t\t\t\t--bs-btn-bg: transparent;\n\t\t\t\t\tborder-color: transparent;\n\t\t\t\t\tcolor: var(--bs-secondary-color);\n\t\t\t\t\tline-height: 1.8;\n\n\t\t\t\t\ti {\n\t\t\t\t\t\tfont-size: 1.2rem;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t&.btn-primary {\n\t\t\t\t\t//padding:0.3rem 1.2rem;\n\t\t\t\t\tmargin-top: 0.2rem;\n\t\t\t\t\tmargin-bottom: 0.1rem;\n\n\t\t\t\t\ti {\n\t\t\t\t\t\tfont-size: 1rem;\n\t\t\t\t\t\tline-height: 21px;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\tspan {\n\t\t\t\t\tfont-size: 14px;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t&.responsive-btns {\n\t\t\t\t.btn {\n\t\t\t\t\t&.btn-light {\n\t\t\t\t\t\tfont-size: 1.4rem;\n\t\t\t\t\t\tline-height: 1.3;\n\t\t\t\t\t\tpadding: 0rem 0.5rem;\n\t\t\t\t\t\ttext-wrap-mode: nowrap;\n\t\t\t\t\t\ttext-align: unset;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t.menu-toggle,\n\t\t#color-theme-switch {\n\t\t\ti {\n\t\t\t\tfont-size: 15px;\n\t\t\t\tline-height: 1.4;\n\t\t\t\tvertical-align: middle;\n\t\t\t}\n\t\t}\n\n\t\thtml[data-bs-theme=\"dark\"] & img {\n\t\t\t//filter: brightness(3);\n\t\t\tfilter: invert(93%) hue-rotate(180deg);\n\t\t}\n\t}\n\n\t#bottom-panel {\n\t\twidth: auto;\n\t\theight: $builder-bottom-panel-height;\n\t\tbottom: 0px;\n\t\tposition: fixed;\n\t\tz-index: 100;\n\t\tborder-top: 1px solid var(--bs-border-color);\n\t\tleft: $builder-left-panel-width;\n\t\tleft: calc($builder-left-panel-width + $builder-canvas-margin);\n\t\tleft: calc(var(--builder-left-panel-width) + var(--builder-canvas-margin));\n\t\tright: $builder-right-panel-width;\n\t\tright: var(--builder-right-panel-width);\n\t\tbackground-color: var(--bs-body-bg);\n\n\t\t>div {\n\t\t\tposition: relative;\n\n\t\t\t.btn-group {\n\t\t\t\tposition: absolute;\n\t\t\t\tright: 0px;\n\t\t\t\ttop: 0px;\n\t\t\t\tbackground: var(--bs-body-bg);\n\t\t\t}\n\t\t}\n\n\t\t.nav-tabs {\n\t\t\tbackground-color: rgba(var(--bs-body-color-rgb), 0.1);\n\n\t\t\t.nav-item {\n\t\t\t\tmax-width: 200px;\n\n\t\t\t\t.nav-link {\n\t\t\t\t\tpadding: 0.45rem 0;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t#vvveb-code-editor {\n\t\t\t//height:calc( 100% - #{$builder-bottom-panel-height});\n\t\t\twidth: 100%;\n\t\t\theight: 100%;\n\t\t\tclear: both;\n\n\t\t\ttextarea {\n\t\t\t\theight: 100%;\n\t\t\t\twidth: 100%;\n\t\t\t\tborder: none;\n\t\t\t\tfont-size: 14px;\n\t\t\t\tmargin-bottom: 10px;\n\t\t\t\tbackground: rgba(var(--bs-secondary-color-rgb), 0.03);\n\t\t\t}\n\t\t}\n\t}\n\n\t&.bottom-panel-expand {\n\t\t#bottom-panel {\n\t\t\theight: 50%;\n\t\t}\n\n\t\t#canvas {\n\t\t\theight: 50%;\n\t\t\tposition: relative;\n\t\t}\n\t}\n\n\t.drag-elements {\n\t\tflex: 1 1;\n\t\toverflow: hidden;\n\t\tpadding-top: 0rem;\n\t\theight: 100%;\n\n\t\t>.header {\n\t\t\theight: 100%;\n\t\t\tdisplay: flex;\n\t\t\tflex-direction: column;\n\n\t\t\t.nav {\n\t\t\t\t//background:rgba(var(--bs-secondary-color-rgb), 0.03);\n\t\t\t}\n\t\t}\n\n\n\t\t.nav-item {\n\n\t\t\ta.nav-link {\n\t\t\t\ttext-align: center;\n\t\t\t\tborder-top-color: var(--bs-body-bg);\n\t\t\t\tborder-radius: 0px;\n\t\t\t\tmin-width: 4.5rem;\n\t\t\t\tpadding: 0.3rem 0;\n\t\t\t\t//color:var(--bs-body-color);\n\t\t\t\t--bs-nav-link-color: var(--bs-secondary-color);\n\t\t\t\tline-height: 1.4;\n\t\t\t\t//font-size:0.9rem;\n\n\t\t\t\tdiv {\n\t\t\t\t\t//margin-top:.2rem;\n\t\t\t\t}\n\n\t\t\t\ti {\n\t\t\t\t\tfont-size: 1.1rem;\n\t\t\t\t\tvertical-align: middle;\n\t\t\t\t}\n\n\t\t\t\tsmall {\n\t\t\t\t\tfont-size: 0.8rem;\n\t\t\t\t\t//display:none;\n\t\t\t\t}\n\n\t\t\t\t&.active,\n\t\t\t\t&:hover {\n\t\t\t\t\t//color:var(--bs-link-color);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t&#add-section-box .nav-item:first-child .nav-link {\n\t\t\tborder-left: none;\n\t\t}\n\t}\n\n\t.search {\n\n\t\tposition: relative;\n\n\t\t.form-control {\n\t\t\tborder-color: var(--bs-body-bg);\n\t\t\t//border-bottom-color: var(--bs-border-color);\n\t\t\tborder-radius: 0px;\n\t\t\tbox-shadow: none;\n\t\t}\n\n\t\t.form-control:focus {\n\t\t\tborder-color: #80bdff;\n\t\t}\n\n\n\t\t.form-control::placeholder {\n\t\t\t/*font-size: $font-size-sm;*/\n\t\t\tfont-size: .75rem;\n\t\t}\n\n\t\t.clear-backspace {\n\t\t\tborder: none;\n\t\t\tbackground: none;\n\n\t\t\tposition: absolute;\n\t\t\ttop: 0.4rem;\n\t\t\tright: 12px;\n\n\n\t\t\topacity: 0.5;\n\n\t\t\t&:hover {\n\t\t\t\topacity: 1;\n\t\t\t\tbackground: var(--bs-border-color);\n\t\t\t}\n\t\t}\n\n\t\ti {\n\t\t\tfont-size: 13px;\n\t\t}\n\n\t\tinput:focus+.clear-backspace,\n\t\tinput:hover+.clear-backspace {\n\t\t\topacity: 1;\n\t\t\tbackground: var(--bs-border-color);\n\t\t}\n\n\t\t.expand {\n\t\t\tposition: absolute;\n\t\t\ttop: 5px;\n\t\t\tright: 5px;\n\n\t\t\tbutton {\n\t\t\t\tpadding: 0.1rem 0.25rem;\n\t\t\t\tbackground: transparent;\n\t\t\t\tborder: none;\n\t\t\t\tcolor: var(--bs-body-color);\n\n\t\t\t\t&:hover {\n\t\t\t\t\tbackground: var(--bs-border-color);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t.expand~.clear-backspace {\n\t\t\tright: 26px;\n\t\t}\n\t}\n\n\t.components-list,\n\t.blocks-list,\n\t.component-properties,\n\t.sections-list {\n\t\tlist-style: none;\n\t\t//background: rgba(var(--bs-secondary-color-rgb), 0.015);\n\t\t//scrollbar on hover\n\t}\n\n\t& #add-section-box {\n\n\t\tanimation: popup-animation .1s cubic-bezier(0, 0, .2, 1) 0s;\n\t\tanimation-fill-mode: forwards;\n\n\t\t.header>div.section-box-actions {\n\t\t\tposition: absolute;\n\t\t\ttop: 0.3rem;\n\t\t\tright: 0.5rem;\n\t\t}\n\n\t\t.components-list,\n\t\t.blocks-list,\n\t\t.component-properties,\n\t\t.sections-list {\n\t\t\twidth: auto;\n\t\t\theight: auto;\n\t\t\tpadding: 0px;\n\t\t\t//height: 300px;\n\t\t\tmargin: 0;\n\n\t\t\tol {\n\t\t\t\tpadding: 0rem 0rem 0rem 1rem;\n\t\t\t\tlist-style: none;\n\n\t\t\t\tli {\n\t\t\t\t\twidth: 10%;\n\t\t\t\t\tmin-width: 100px;\n\t\t\t\t\tfloat: left;\n\t\t\t\t\tmargin: 0% 1% 2% 1%;\n\n\t\t\t\t\ta {\n\t\t\t\t\t\tdisplay: block;\n\t\t\t\t\t\tcolor: var(--bs-gray-900);\n\t\t\t\t\t\ttext-decoration: none;\n\t\t\t\t\t\ttext-shadow: none;\n\t\t\t\t\t\tmargin-top: 5px;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t}\n\n\n\t\t.blocks-list,\n\t\t.sections-list {\n\t\t\tol {\n\t\t\t\tlist-style: none;\n\t\t\t\tdisplay: grid;\n\t\t\t\tgrid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n\t\t\t\tmargin: 0rem 2rem 2rem 1rem;\n\t\t\t\tgrid-gap: 2rem;\n\t\t\t\t//grid-auto-rows: 250px;\n\t\t\t\tgrid-template-rows: masonry;\n\n\t\t\t\t//display: flex;\n\t\t\t\t//flex-wrap: wrap;\n\n\t\t\t\tli {\n\t\t\t\t\t//background-color: rgba(var(--bs-body-color-rgb), 0.03);\n\t\t\t\t\tdisplay: flex;\n\t\t\t\t\tposition: relative;\n\t\t\t\t\tpadding: 0;\n\t\t\t\t\tmargin: 0;\n\t\t\t\t\theight: auto;\n\t\t\t\t\twidth: auto;\n\t\t\t\t\tborder: none;\n\t\t\t\t\tbox-shadow: none;\n\t\t\t\t\t//width:300px;\n\n\t\t\t\t\tspan {\n\t\t\t\t\t\tposition: absolute;\n\t\t\t\t\t\ttext-align: center;\n\t\t\t\t\t\tvisibility: hidden;\n\t\t\t\t\t\tright: 1px;\n\t\t\t\t\t\tleft: 1px;\n\t\t\t\t\t\tbottom: 1px;\n\t\t\t\t\t\tpadding: 0.2rem;\n\t\t\t\t\t\tbackground-color: rgba(var(--bs-body-bg-rgb), 0.8);\n\t\t\t\t\t}\n\n\t\t\t\t\t.add-section-btn {\n\t\t\t\t\t\tposition: absolute;\n\t\t\t\t\t\tbottom: 0;\n\t\t\t\t\t\tright: 0;\n\t\t\t\t\t\ttop: 50%;\n\t\t\t\t\t\tleft: 50%;\n\t\t\t\t\t\tvisibility: hidden;\n\t\t\t\t\t}\n\n\t\t\t\t\timg {\n\t\t\t\t\t\tborder: 1px solid rgba(var(--bs-body-color-rgb), 0.15);\n\t\t\t\t\t\tbox-shadow: 0px 1px 7px 0px rgba(var(--bs-body-color-rgb), 0.1);\n\t\t\t\t\t\tborder-radius: 5px;\n\n\t\t\t\t\t\t&:hover {\n\t\t\t\t\t\t\tborder-color: rgba(var(--bs-primary-rgb), 0.8);\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t&:hover {\n\n\t\t\t\t\t\tspan,\n\t\t\t\t\t\t.add-section-btn {\n\t\t\t\t\t\t\tvisibility: visible;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t//@include block-list-element();\n\t\t\t\t\t//width:29%;\n\t\t\t\t\t//margin-right:1.5rem;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t&.only-sections {\n\t\t\tmax-width: 100% !important;\n\t\t\tmax-height: 100%;\n\t\t\tdisplay: block;\n\t\t\ttop: 20px !important;\n\t\t\tleft: 20px !important;\n\t\t\twidth: calc(100% - 40px);\n\t\t\theight: calc(100% - 40px);\n\n\t\t\t.nav-tabs .nav-item,\n\t\t\t.section-box-actions .form-check {\n\t\t\t\tvisibility: hidden;\n\t\t\t}\n\t\t}\n\n\t\t&.only-base .sections-list li:not([data-section=\"Base\"]) {\n\t\t\tdisplay: none;\n\t\t}\n\t}\n\n\n\n\t.component-properties-sidepane {\n\t\tz-index: 0;\n\t\tmargin: 0;\n\t\t-webkit-touch-callout: none;\n\t\t-webkit-user-select: none;\n\t\t-khtml-user-select: none;\n\t\t-moz-user-select: none;\n\t\t-ms-user-select: none;\n\t\tuser-select: none;\n\t\t/*\n\t  height: auto;\n\t  width: 100%;\n\t  overflow-y: auto;\n\t  */\n\t\tdisplay: flex;\n\t\tflex-direction: column;\n\t\tflex-wrap: wrap;\n\t\theight: 100%;\n\n\t\t>div {\n\t\t\t//overflow-y: auto;\n\t\t\tflex: 1 1;\n\t\t\theight: 100%;\n\t\t}\n\n\t\t//@include webkit-scrollbar();\t\t   \n\t}\n\n\t.component-properties {\n\t\tbackground: var(--bs-body-bg);\n\n\t\t//height:95%;\n\t\t//height:calc(100% - #{$builder-header-top-height});\n\t\tdisplay: flex;\n\t\tflex-direction: column;\n\t\theight: 100%;\n\t\theight: calc(100% - 45px);\n\n\t\t.tab-content {\n\t\t\tpadding: 0.5rem 0;\n\t\t\toverflow-x: hidden;\n\t\t\toverflow-y: auto;\n\t\t\tflex: 1 1;\n\n\t\t\t>.active {\n\t\t\t\tdisplay: flex;\n\t\t\t\tflex-direction: column;\n\t\t\t\theight: 100%;\n\t\t\t\tmargin-bottom: 2rem;\n\t\t\t}\n\t\t}\n\n\t\t.nav-tabs {\n\t\t\t//background:rgba(var(--bs-secondary-color-rgb), 0.03);\n\t\t}\n\n\t\t#right-panel {\n\t\t\tcolor: #777;\n\t\t}\n\n\t\t&,\n\t\tselect,\n\t\tinput[type=\"text\"] {\n\t\t\tfont-size: 12px;\n\t\t}\n\n\t\tlabel {\n\t\t\t//margin-top:4px;\n\t\t}\n\n\t\t.btn-sm {\n\t\t\tfont-size: 0.8rem;\n\t\t}\n\n\t\t.form-select {\n\t\t\theight: auto;\n\t\t}\n\n\t\t/*\n\t\t.form-control, .form-select\n\t\t{\n\t\t\tpadding:.275rem 0.25rem;\n\t\t}*/\n\n\t\t.mb-2 {\n\t\t\t//margin-right:0px;\t\t\t\n\t\t\t//margin-left:0px;\n\t\t\tvertical-align: middle;\n\t\t\talign-items: center;\n\n\t\t\t&.row {\n\t\t\t\tmargin: 0;\n\t\t\t}\n\n\t\t\t[class^=\"col-sm-\"] {\n\t\t\t\t//padding-left:10px;\n\t\t\t\t//padding-right:10px;\n\t\t\t}\n\n\t\t\t>label {\n\t\t\t\tfont-size: 11px;\n\t\t\t\tfont-weight: 500;\n\t\t\t\tmargin-bottom: 5px;\n\t\t\t\tcolor: var(--bs-secondary-color);\n\t\t\t\tflex-grow: 1;\n\n\t\t\t\ti {\n\t\t\t\t\tfont-size: 14px;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t.input {\n\n\t\t\t\t//width:100%;\n\t\t\t\t//position: relative;\n\t\t\t\t.input-range {\n\t\t\t\t\tposition: relative;\n\t\t\t\t\tpadding-top: 0.4rem;\n\n\t\t\t\t\tinput[type=\"number\"] {\n\t\t\t\t\t\tposition: absolute;\n\t\t\t\t\t\tright: 0;\n\t\t\t\t\t\ttop: -0.8rem;\n\t\t\t\t\t\twidth: 5em;\n\t\t\t\t\t\tpadding: 0.2rem 0.2rem;\n\t\t\t\t\t\ttext-align: center;\n\t\t\t\t\t\tline-height: 12px;\n\t\t\t\t\t\tfont-size: 12px;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t[type=\"color\"],\n\t\t\t\t.form-check-input {\n\t\t\t\t\tfloat: right;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t.custom-control {\n\t\t\t\tmin-height: 1.1rem;\n\t\t\t}\n\n\t\t\t&.inline {\n\t\t\t\tdisplay: flex;\n\t\t\t\talign-items: center;\n\n\t\t\t\t.control-label {\n\t\t\t\t\tflex-grow: 1;\n\t\t\t\t}\n\n\t\t\t\t.input {\n\t\t\t\t\tflex: 1 1 auto;\n\t\t\t\t\twidth: auto;\n\t\t\t\t}\n\t\t\t}\n\n\t\t}\n\t}\n\n\n\t// canvas\n\t#canvas {\n\t\tmargin-right: $builder-right-panel-width;\n\t\tmargin-left: $builder-left-panel-width;\n\t\tmargin-right: var(--builder-right-panel-width);\n\t\tmargin-left: var(--builder-left-panel-width);\n\t\twidth: 100%;\n\t\theight: 100%;\n\t\twidth: calc(100vw - #{$canvas-width-substract});\n\t\theight: calc(100vh - #{$canvas-height-substract});\n\t\ttop: $builder-header-top-height;\n\t\twidth: calc(100vw - (var(--builder-left-panel-width) + var(--builder-right-panel-width) + var(--builder-canvas-margin)));\n\t\theight: calc(100vh - (var(--builder-header-top-height) + var(--builder-bottom-panel-height)));\n\t\ttop: var(--builder-header-top-height);\n\t\tposition: fixed;\n\t\tbackground-color: var(--bs-secondary-bg);\n\t\toverflow: hidden;\n\t\t//transition:width 1s ease 0s, left 1s ease 0s;\n\t\t//border-top: 1px solid $builder-border-color;\t\n\n\t\t#iframe-wrapper {\n\t\t\ttransition: transform 1s ease 0s, width 1s ease 0s, width 1s ease 0s, left 1s ease 0s, height 1s ease 0s;\n\t\t\ttransform-origin: top center;\n\t\t\tmargin:auto;\n\t\t}\n\n\t\t#iframe-wrapper,\n\t\tiframe,\n\t\tiframe body {\n\t\t\twidth: 100%;\n\t\t\theight: 100%;\n\t\t\tborder: none;\n\t\t}\n\n\t\tiframe {\n\t\t\t&::-webkit-resizer {}\n\n\t\t\t&::-moz-resizer {}\n\t\t}\n\n\t\t&.responsive {\n\t\t\tbackground: var(--bs-border-color);\n\n\t\t\t#iframe-wrapper {\n\t\t\t\twidth: 767px;\n\t\t\t\tmargin: auto;\n\t\t\t\tposition: relative;\n\n\t\t\t\tiframe {\n\t\t\t\t\tresize: both;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t&.preview {\n\t\t#canvas {\n\t\t\twidth: 100%;\n\t\t\tmargin-left: 0px;\n\t\t\tmargin-right: 0px;\n\t\t}\n\n\t\t#left-panel,\n\t\t#right-panel {\n\t\t\tdisplay: none;\n\t\t}\n\t}\n\n\t&.no-right-panel {\n\t\t--builder-right-panel-width: 0px;\n\n\t\t#right-panel {\n\t\t\tdisplay: none;\n\t\t}\n\t}\n\n\n\n\t#iframe-layer {\n\t\toverflow: hidden;\n\t\tpointer-events: none;\n\t\twhite-space: nowrap;\n\n\t\t.loading-message {\n\t\t\twidth: 100%;\n\t\t\theight: 100%;\n\t\t\tposition: absolute;\n\t\t\tdisplay: none;\n\n\t\t\t&.active {\n\t\t\t\tdisplay: block;\n\t\t\t}\n\t\t}\n\t}\n\n\n\t#highlight-box {\n\t\tposition: absolute;\n\t\tborder: 1px solid var(--bs-primary);\n\t\tcolor: var(--bs-white);\n\t\twidth: 0px;\n\t\theight: 0px;\n\t\ttop: 0px;\n\t\tleft: 0px;\n\t\tdisplay: none;\n\t\ttransition: all 0.05s;\n\t}\n\n\t#drop-highlight-box {\n\t\tposition: absolute;\n\t\tborder: 2px solid var(--bs-primary);\n\t\tcolor: var(--bs-white);\n\t\twidth: 0px;\n\t\theight: 0px;\n\t\ttop: 0px;\n\t\tleft: 0px;\n\t\ttransition: all 0.3s;\n\t\tborder-radius: 4px;\n\t\tdisplay: none;\n\t}\n\n\t.text-edit#select-box {\n\t\tborder-style: dashed;\n\t\t/*border-width:1px;*/\n\t\tborder: 1px solid rgba(var(--bs-body-color-rgb), 0.2);\n\t\tbox-shadow: 1px 1px 3px 0px rgba(var(--bs-body-color-rgb), 0.1) inset, 0px 0px 2px 1px rgba(var(--bs-body-bg-rgb), 0.8) inset;\n\t\tbackground: transparent;\n\t\tborder-radius: 0 0 3px 3px;\n\t}\n\n\t#select-box {\n\t\tposition: absolute;\n\t\tborder: 1px solid var(--bs-primary);\n\t\tcolor: var(--bs-white);\n\t\tbackground: rgba($builder-background-color, 0.1); //rgba(66, 133, 244, 0.1);\n\t\twidth: 0px;\n\t\theight: 0px;\n\t\ttop: 0px;\n\t\tleft: 0px;\n\t\tdisplay: none;\n\n\t\t&.resizable {\n\t\t\t.resize {\n\t\t\t\tposition: absolute;\n\t\t\t\tleft: 0;\n\t\t\t\ttop: 0;\n\t\t\t\twidth: 100%;\n\t\t\t\theight: 100%;\n\t\t\t\tz-index: 10;\n\n\t\t\t\t>div {\n\t\t\t\t\tposition: absolute;\n\t\t\t\t\tpointer-events: all;\n\t\t\t\t\tborder: 2px solid var(--bs-primary);\n\t\t\t\t\twidth: 10px;\n\t\t\t\t\theight: 10px;\n\t\t\t\t\tbackground-color: rgba($builder-background-color, 0.1);\n\t\t\t\t\tmargin: -5px;\n\t\t\t\t}\n\n\t\t\t\t//top\n\t\t\t\t.top-left {\n\t\t\t\t\ttop: 0;\n\t\t\t\t\tleft: 0;\n\t\t\t\t\tcursor: nwse-resize;\n\t\t\t\t}\n\n\t\t\t\t.top-center {\n\t\t\t\t\ttop: 0;\n\t\t\t\t\tleft: 0;\n\t\t\t\t\tright: 0;\n\t\t\t\t\tmargin: -5px auto;\n\t\t\t\t\tcursor: ns-resize;\n\t\t\t\t}\n\n\t\t\t\t.top-right {\n\t\t\t\t\ttop: 0;\n\t\t\t\t\tright: 0;\n\t\t\t\t\tcursor: nesw-resize;\n\t\t\t\t}\n\n\t\t\t\t//center\n\t\t\t\t.center-left {\n\t\t\t\t\tleft: 0;\n\t\t\t\t\tmargin: auto -5px;\n\t\t\t\t\ttop: 0;\n\t\t\t\t\tbottom: 0;\n\t\t\t\t\tcursor: ew-resize;\n\t\t\t\t}\n\n\t\t\t\t.center-right {\n\t\t\t\t\ttop: 0;\n\t\t\t\t\tbottom: 0;\n\t\t\t\t\tright: 0;\n\t\t\t\t\tmargin: auto -5px;\n\t\t\t\t\tcursor: ew-resize;\n\t\t\t\t}\n\n\t\t\t\t//bottom\n\t\t\t\t.bottom-left {\n\t\t\t\t\tbottom: 0;\n\t\t\t\t\tleft: 0;\n\t\t\t\t\tcursor: nesw-resize;\n\t\t\t\t}\n\n\t\t\t\t.bottom-center {\n\t\t\t\t\tbottom: 0;\n\t\t\t\t\tleft: 0;\n\t\t\t\t\tright: 0;\n\t\t\t\t\tmargin: -5px auto;\n\t\t\t\t\tcursor: ns-resize;\n\t\t\t\t}\n\n\t\t\t\t.bottom-right {\n\t\t\t\t\tbottom: 0;\n\t\t\t\t\tright: 0;\n\t\t\t\t\tcursor: nwse-resize;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t#select-actions,\n\t#wysiwyg-editor {\n\t\tposition: absolute;\n\t\tz-index: 1;\n\t\tright: -1px;\n\t\ttop: -25px;\n\t\tbackground: var(--bs-primary);\n\t\tcolor: var(--bs-light);\n\t\tpadding: 0px 0px;\n\t\tborder-radius: 3px 3px 0px 0px;\n\t}\n\n\n\t#select-actions a,\n\t#wysiwyg-editor.default-editor a,\n\t#section-actions a#add-section-btn {\n\t\tpointer-events: auto;\n\t\tcolor: inherit;\n\t\ttext-decoration: none;\n\t\tfont-size: 16px;\n\t\tpadding-right: 2px;\n\t\tpadding: 2px 5px;\n\n\t\t&:hover {\n\t\t\tbackground-color: rgba(var(--bs-body-color-rgb), 0.3);\n\t\t}\n\t}\n\n\t#section-actions a#add-section-btn {\n\t\t&:hover {\n\t\t\tbackground-color: rgba(var(--bs-primary-rgb), 0.9);\n\t\t}\n\t}\n\n\n\t#wysiwyg-editor {\n\t\ttop: auto;\n\t\tbottom: 100%;\n\t\theight: -44px;\n\t\tright: auto;\n\t\tleft: -1px;\n\t\tdisplay: none;\n\t\tcolor: var(--bs-body-color);\n\t\tbackground: var(--bs-body-bg);\n\t\tborder: 1px solid rgba(var(--bs-body-color-rgb), 0.07);\n\t\tbox-shadow: 0 0 2px 0 rgba(var(--bs-body-color-rgb), 0.07), 0 4px 8px 0 rgba(var(--bs-body-color-rgb), 0.05);\n\t\tpointer-events: auto;\n\n\t\t&.default-editor {\n\t\t\ta {\n\t\t\t\tdisplay: inline-block;\n\t\t\t\tpadding: 8px;\n\t\t\t\tline-height: 1;\n\t\t\t\tcolor: var(--bs-body-color);\n\t\t\t\tfont-size: 18px;\n\n\t\t\t\t&:last-child {\n\t\t\t\t\tborder-right: none;\n\t\t\t\t}\n\n\t\t\t\t&:hover {\n\t\t\t\t\tbackground: var(--bs-border-color);\n\t\t\t\t}\n\n\t\t\t\ti {\n\t\t\t\t\tfont-size: 16px;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tdiv.separator {\n\t\t\t\tdisplay: inline-block;\n\t\t\t\tbackground: var(--bs-border-color);\n\t\t\t\twidth: 1px;\n\t\t\t\theight: 18px;\n\t\t\t\tvertical-align: text-bottom;\n\t\t\t\ttop: 0;\n\t\t\t\tpadding: 0;\n\t\t\t\tmargin: 0;\n\t\t\t}\n\n\n\t\t\t>div.dropdown,\n\t\t\t>select,\n\t\t\t>input {\n\t\t\t\tdisplay: inline-block;\n\t\t\t\twidth: auto;\n\t\t\t\tvertical-align: top;\n\t\t\t\tborder: none;\n\t\t\t\tpointer-events: all;\n\t\t\t\t//border-right:1px solid var(--bs-border-color);\n\t\t\t\tline-height: 2.2rem;\n\t\t\t\theight: 34px;\n\t\t\t\tfont-size: 14px;\n\t\t\t\tpadding: 0;\n\t\t\t\tbox-shadow: none;\n\t\t\t\t//background-position: right 0.5rem center;\n\n\t\t\t\t&:last-child {\n\t\t\t\t\t//border-right:none;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t>input {\n\t\t\t\t&[type=\"color\"] {\n\t\t\t\t\tpadding: 4px;\n\t\t\t\t\theight: 30px;\n\t\t\t\t\twidth: 32px;\n\t\t\t\t\tbox-shadow: none;\n\t\t\t\t\tborder: 1px dashed var(--bs-border-color);\n\t\t\t\t\tmargin: 0;\n\t\t\t\t\tmargin: 3px;\n\t\t\t\t\tborder-radius: 3px;\n\n\t\t\t\t\t&.form-control-color::-moz-color-swatch {\n\t\t\t\t\t\t//width: 22px;\n\t\t\t\t\t\t//height: 22px;\n\t\t\t\t\t\tborder-radius: 3px;\n\t\t\t\t\t\tbox-shadow: 1px 1px 5px 0px rgba(var(--bs-body-color-rgb), 0.25);\n\t\t\t\t\t\tborder: none;\n\t\t\t\t\t}\n\n\t\t\t\t\t&.form-control-color::-webkit-color-swatch {\n\t\t\t\t\t\t//width: 28px;\n\t\t\t\t\t\t//height: 28x;\n\t\t\t\t\t\tpadding: 0;\n\t\t\t\t\t\tborder-radius: 3px;\n\t\t\t\t\t\tbox-shadow: 1px 1px 5px 0px rgba(var(--bs-body-color-rgb), 0.25);\n\t\t\t\t\t\tborder: none;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t>div.dropdown {\n\t\t\t\tbutton {\n\t\t\t\t\tpadding: 5px 8px;\n\t\t\t\t\tmargin: 0;\n\t\t\t\t\tfont-size: 18px;\n\t\t\t\t\tvertical-align: middle;\n\t\t\t\t\tcolor: var(--bs-body-color);\n\t\t\t\t}\n\n\t\t\t\t.dropdown-toggle::after {\n\t\t\t\t\tfont-size: 50%;\n\t\t\t\t\tvertical-align: unset;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t>select {\n\t\t\t\tpadding: 0rem 2.5rem 0 1rem;\n\t\t\t\tmargin-top: 2px;\n\t\t\t\tbackground-size: 12px 10px;\n\t\t\t}\n\n\t\t\tdiv.dropdown {\n\n\t\t\t\ta:after {\n\t\t\t\t\tvertical-align: middle !important;\n\t\t\t\t\tfont-size: 14px;\n\t\t\t\t\tmargin-bottom: 0.2rem;\n\t\t\t\t}\n\n\t\t\t\ta.dropdown-item {\n\t\t\t\t\tdisplay: block;\n\t\t\t\t\tfont-size: 1rem;\n\n\t\t\t\t\ti {\n\t\t\t\t\t\tmargin-right: 0;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t#section-actions {\n\n\t\tbottom: 0px;\n\t\tposition: absolute;\n\t\tborder-radius: 3px 3px 0px 0px;\n\t\tbottom: -10px;\n\t\tleft: 50%;\n\t\tleft: calc(50% - 12px);\n\n\t\t&.outside {\n\t\t\tbottom: -30px;\n\t\t\t//display:none !important;\n\t\t}\n\n\n\t\ta#add-section-btn {\n\t\t\t@include add-section-btn();\n\t\t}\n\t}\n\n\t#add-section-box {\n\t\twidth: 50%;\n\t\tmin-height: 300px;\n\t\tmax-height: 480px;\n\t\tposition: absolute;\n\t\tbackground: var(--bs-body-bg);\n\t\ttop: 100px;\n\t\tleft: 100px;\n\t\tbox-shadow: 0px 5px 50px 15px rgba(var(--bs-body-color-rgb), 0.08);\n\t\tborder: 1px solid var(--bs-border-color);\n\t\tborder-radius: 4px;\n\t\tmin-width: 500px;\n\t\tmax-width: 720px;\n\t\tpointer-events: auto;\n\t\tdisplay: none;\n\t\tz-index: 101;\n\t\tbackground: var(--bs-body-bg);\n\t}\n\n\t#highlight-name {\n\t\tbackground: var(--bs-primary);\n\t\tcolor: var(--bs-white);\n\t\tfont-size: 12px;\n\t\tposition: relative;\n\t\ttop: -22px;\n\t\tleft: -1px;\n\t\twidth: auto;\n\t\tpadding: 2px 5px;\n\t\tdisplay: inline-block;\n\t\tborder-radius: 3px 3px 0px 0px;\n\n\t\t.type {\n\t\t\tfont-size: 10px;\n\t\t\topacity: 0.7;\n\t\t}\n\t}\n\n\n\t//@include webkit-scrollbar();\n\n\t#elements-tabs {\n\n\t\t.nav-item {\n\t\t\tbackground: var(--bs-body-bg);\n\t\t\toverflow: hidden;\n\t\t}\n\n\t\ta {\n\t\t\tfont-size: 1.4rem;\n\t\t\toutline: none;\n\t\t\tborder: none;\n\t\t\tpadding: 0.3rem 0.2rem 0.4rem;\n\n\t\t\ti {\n\t\t\t\tpadding: 0.3rem 0rem;\n\t\t\t\tfont-size: 1.1rem;\n\t\t\t\tborder-radius: 3px;\n\t\t\t\tdisplay: block;\n\t\t\t\tborder: 1px solid transparent;\n\t\t\t}\n\n\n\t\t\t&:hover {\n\t\t\t\ti {\n\t\t\t\t\tborder: 1px solid rgba(var(--bs-link-color-rgb), 0.2);\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t&.active {\n\t\t\t\t//background:var(--bs-link-color-rgb);\n\t\t\t\tborder-top: none;\n\t\t\t\tborder-left: none;\n\t\t\t\tborder-right: none;\n\t\t\t\tborder-top-color: rgba(var(--bs-link-color-rgb), 0.7);\n\t\t\t\tcolor: var(--bs-link-color);\n\t\t\t\tbox-shadow: none;\n\t\t\t\t//border-top-width:2px;\n\t\t\t\t//background: rgba(13, 110, 253, 0.05);\n\t\t\t\t//border:2px solid rgba(13, 110, 253, 0.1);\n\n\t\t\t\ti {\n\t\t\t\t\t//background: rgba(var(--bs-link-color-rgb), 0.03);\n\t\t\t\t\t//border: 1px solid rgba(var(--bs-link-color-rgb), 0.3);\n\t\t\t\t\tborder: 1px solid rgba(var(--bs-secondary-rgb), 0.3);\n\t\t\t\t\t//color: var(--bs-link-color);\n\t\t\t\t\tcolor: var(--bs-link-hover-color);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t.nav-tabs .nav-item:first-child .nav-link {\n\t\tborder-left: none;\n\t}\n\n\t.nav-tabs .nav-link {\n\t\t//padding:0.8rem 0 0.5rem;\n\t\t//padding:0.5rem 0 0.5rem;\n\t\t/*\n\t\tborder-top:none;\n\t\tborder-left:none;\n\t\tborder-right:none;\n\t\tborder-bottom-width: 1px;\n\t\t*/\n\t\ttext-align: center;\n\t\t--bs-nav-link-color: var(--bs-secondary-color);\n\n\t\ti {\n\t\t\tfont-size: 1.2rem;\n\t\t\tline-height: 1;\n\t\t\tvertical-align: bottom;\n\t\t\tmargin-right: 0.5rem;\n\t\t}\n\t}\n\n\t.nav-tabs .nav-link.active,\n\t.nav-tabs .nav-item.show .nav-link {\n\n\t\t//color: #495057;\n\t\t//background-color: var(--bs-body-bg);\n\t\t//border-color: var(--bs-link-color-rgb) #dee2e6 var(--bs-body-bg) #dee2e6;\n\t\t//border-top-width:2px;\n\t\tborder-radius: 0px;\n\t\t//background: linear-gradient( 0deg, var(--bs-body-bg) 70%, rgba(var(--bs-link-color-rgb), 0.03) 100%);\n\t\t//box-shadow: 0px -5px 5px 5px rgba(var(--bs-link-color-rgb), 0.05);\n\t\t//border-top:1px solid rgba(var(--bs-link-color-rgb), 0.7);\n\t\t//border-bottom-color:rgba(var(--bs-link-color-rgb), 0.7);\n\t\t//border-bottom-color:var(--bs-border-color);\n\t\tfont-weight: normal;\n\n\t\ti {\n\t\t\tcolor: var(--bs-link-hover-color);\n\t\t}\n\t}\n\n\t.nav-fill .nav-item {\n\t\tbackground-color: rgba(var(--bs-body-color-rgb), 0.03);\n\n\t\t.nav-link {\n\t\t\t//padding-left:0rem;\n\t\t\t//padding-right:0rem;\n\t\t\tpadding: 0.5rem 0;\n\t\t}\n\t}\n\n\t.sections-tabs {\n\n\t\t.nav-link {\n\t\t\t//padding:1.1rem 0;\n\n\t\t\ti,\n\t\t\tdiv {\n\t\t\t\tdisplay: inline-block;\n\t\t\t\tvertical-align: bottom;\n\t\t\t}\n\n\t\t\ti {\n\t\t\t\tmargin-right: 0.3rem;\n\t\t\t}\n\n\n\t\t\tspan {\n\t\t\t\t//font-size:0.8rem;\n\t\t\t}\n\t\t}\n\t}\n}\n\n/* style for drag element */\nli[data-type] {\n\t@include component-list-element();\n\n\t/*border-width:1px;*/\n\t//list-style: none;\n\ta {\n\t\t//display:none;\n\t}\n}\n\n.drag-elements-sidepane {\n\tz-index: 0;\n\tmargin: 0;\n\t-webkit-touch-callout: none;\n\t-webkit-user-select: none;\n\t-khtml-user-select: none;\n\t-moz-user-select: none;\n\t-ms-user-select: none;\n\tuser-select: none;\n\twidth: 100%;\n\theight: 100%;\n\tdisplay: flex;\n\tflex-direction: column;\n\toverflow: hidden;\n\n\n\t>div {\n\t\t//height:850px;\n\t\toverflow: hidden;\n\t\tmargin-bottom: 5rem;\n\t\t//@include webkit-scrollbar();\n\n\t\t&:hover {\n\t\t\toverflow-y: auto;\n\t\t}\n\t}\n\n\t.block-preview,\n\t.style-preview {\n\t\tmargin: 0;\n\t}\n\n\tul {\n\t\tz-index: 1;\n\t\tmargin: 0;\n\t\tpadding: 0;\n\t\tpadding-bottom: 2rem;\n\t\twhite-space: nowrap;\n\t\ttext-align: center;\n\n\t\t>li {\n\n\t\t\t//list-style: none;\n\t\t\tfloat: none;\n\t\t\tclear: both;\n\n\t\t\t&.header {\n\t\t\t\theight: auto;\n\t\t\t\tmargin: 0;\n\t\t\t\tpadding: 0;\n\t\t\t\twidth: 100%;\n\t\t\t\tposition: relative;\n\t\t\t\t//border-top: 1px solid var(--bs-border-color);\n\n\t\t\t\tlabel {\n\t\t\t\t\tfont-size: 11px;\n\t\t\t\t\tfont-weight: 500;\n\t\t\t\t\tline-height: 28px;\n\t\t\t\t\ttext-align: left;\n\t\t\t\t\t//padding-left:1rem;\n\t\t\t\t\tpadding: 0.3rem 1rem;\n\t\t\t\t\tpadding: 0.5rem 1.8rem;\n\n\t\t\t\t\t>a {\n\t\t\t\t\t\tpadding-left: 1rem;\n\t\t\t\t\t\tcolor: var(--bs-link-color);\n\t\t\t\t\t}\n\n\t\t\t\t}\n\n\t\t\t\t&:first-child {\n\t\t\t\t\tmargin-top: 0rem;\n\t\t\t\t\t//border-top:none;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tol {\n\n\t\t\t\tmargin: 0px;\n\t\t\t\tpadding: 0rem;\n\t\t\t\tpadding-bottom: 0rem;\n\t\t\t\tlist-style: none;\n\n\t\t\t\t@extend .clearfix;\n\n\t\t\t\tli {\n\t\t\t\t\t//list-style: none;\n\t\t\t\t\tfloat: left;\n\n\t\t\t\t\ta {\n\t\t\t\t\t\tcolor: var(--bs-body-color);\n\t\t\t\t\t\ttext-decoration: none;\n\t\t\t\t\t\ttext-shadow: none;\n\t\t\t\t\t\t//margin-top:0px;\n\t\t\t\t\t}\n\n\n\t\t\t\t\t&[data-type] {\n\t\t\t\t\t\tborder: none;\n\t\t\t\t\t\t//list-style: none;\n\n\t\t\t\t\t\ta {\n\t\t\t\t\t\t\t//display:none;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t&:hover {\n\t\t\t\t\t\t\tcursor: grab;\n\t\t\t\t\t\t\tcursor: -moz-grab;\n\t\t\t\t\t\t\tcursor: -webkit-grab;\n\t\t\t\t\t\t\tbackground-color: var(--bs-body-bg);\n\t\t\t\t\t\t\topacity: 1;\n\t\t\t\t\t\t\ttext-align: center;\n\n\t\t\t\t\t\t\t.add-section-btn {\n\t\t\t\t\t\t\t\t//color:$blue;\n\t\t\t\t\t\t\t\tvisibility: visible;\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}\n\n\n.sections-container {\n\twidth: 100%;\n\tbackground: var(--bs-body-bg);\n\tpadding: 1rem;\n\n\t>div.section-item {\n\n\t\tbox-shadow: 0px 0px 1px 0px var(--bs-primary);\n\t\tbox-shadow: 0px 0px 1px 0px rgba(18, 83, 205, 0.7), 0px 0px 5px 0px rgba(18, 83, 205, 0.1);\n\t\tbox-shadow: 0px 0px 1px 2px rgba(18, 83, 205, 0.03);\n\t\tborder: 1px solid var(--bs-border-color);\n\t\tbackground: var(--bs-body-bg);\n\t\tmargin: 0rem 0rem 1rem;\n\t\tpadding: 0.3rem 0.5rem 0.3rem 1.4rem;\n\t\tposition: relative;\n\t\tborder-radius: 3px;\n\n\n\t\t.controls {\n\t\t\tcursor: pointer;\n\t\t\tdisplay: flex;\n\t\t\tjustify-content: space-between;\n\n\t\t\t.handle {\n\t\t\t\twidth: 20px;\n\t\t\t\t//background: rgba(var(--bs-secondary-color-rgb), 0.03);\n\t\t\t\t//border-right: 1px solid rgba(66, 133, 244, 0.2);\n\t\t\t\theight: 10px;\n\t\t\t\tposition: absolute;\n\t\t\t\tleft: 0px;\n\t\t\t\ttop: 0px;\n\t\t\t\theight: 100%;\n\t\t\t\tcursor: grab;\n\n\t\t\t\t&::after {\n\t\t\t\t\tcontent: \"...\";\n\t\t\t\t\tcolor: #bbb;\n\t\t\t\t\twidth: 5px;\n\t\t\t\t\tfont-size: 28px;\n\t\t\t\t\tword-wrap: break-word;\n\t\t\t\t\tline-height: 7px;\n\t\t\t\t\tvertical-align: middle;\n\t\t\t\t\tdisplay: inline-block;\n\t\t\t\t\tmargin-left: 5px;\n\t\t\t\t\tmargin-top: 3px;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t.name {\n\t\t\t\ttext-transform: capitalize;\n\t\t\t\tfont-weight: 400;\n\t\t\t}\n\n\t\t\t.type {\n\t\t\t\tcolor: #777;\n\t\t\t}\n\n\t\t\t.info {\n\t\t\t\tmargin-left: 0.2rem;\n\n\t\t\t\t.name {\n\t\t\t\t\tfont-size: 12px;\n\t\t\t\t}\n\n\t\t\t\t.type {\n\t\t\t\t\tfont-size: 11px;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t.buttons {\n\t\t\t\tmargin-right: 2rem;\n\t\t\t\tmargin-top: 0.2rem;\n\n\t\t\t\t//align-self: flex-end;\n\t\t\t\ta {\n\t\t\t\t\tpadding: 0.3rem 0.5rem 0.3rem;\n\t\t\t\t\tdisplay: inline-block;\n\n\t\t\t\t\t&:hover {\n\t\t\t\t\t\tbackground-color: rgba(18, 83, 205, 0.1);\n\t\t\t\t\t\ttext-decoration: none;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t.delete-btn,\n\t\t\t\t.up-btn,\n\t\t\t\t.down-btn {\n\t\t\t\t\tvisibility: hidden;\n\t\t\t\t}\n\n\t\t\t\t&:hover {\n\n\t\t\t\t\t.delete-btn,\n\t\t\t\t\t.up-btn,\n\t\t\t\t\t.down-btn {\n\t\t\t\t\t\tvisibility: visible;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\n\t\t&.drag-over {\n\t\t\tborder: 2px dashed var(--bs-link-color);\n\t\t\tborder-radius: 5px;\n\t\t}\n\n\t\t.header_check~label {\n\t\t\tcolor: var(--bs-link-color);\n\t\t\tdisplay: block;\n\t\t}\n\n\t\t.header_check~label .header-arrow {\n\t\t\tright: 0.5rem;\n\t\t\ttop: 0.7rem;\n\t\t\tpadding: 0.1rem 0.5rem;\n\n\t\t\t&:hover {\n\t\t\t\tbackground: rgba(18, 83, 205, 0.1);\n\t\t\t}\n\t\t}\n\n\t\t.header_check~label .header-arrow:before {\n\t\t\tcontent: \"\\f105\";\n\t\t}\n\n\t\t.header_check:checked~label .header-arrow:before {\n\t\t\tcontent: \"\\f107\";\n\t\t}\n\n\t\t.header_check:checked~.tree {\n\t\t\tdisplay: block;\n\t\t}\n\n\t\t.tree {\n\t\t\tdisplay: none;\n\t\t\tborder-top: 1px solid var(--bs-border-color);\n\t\t\tpadding: 0.5rem 0rem 0rem;\n\t\t\tmargin: 0.5rem 0rem 0rem;\n\n\t\t\t>ol {\n\t\t\t\t//list-style:none;\n\t\t\t\t//padding:0.3rem 0 0 1.4rem;\n\t\t\t}\n\t\t}\n\t}\n}\n\n\n.blocks,\n.sections,\n.styles {\n\n\t.block-preview {\n\t\tposition: absolute;\n\t\tleft: 100%;\n\t\theight: auto;\n\t\tz-index: 1000;\n\t\tborder: 1px solid var(--bs-border-color);\n\t\tbox-shadow: 0px 0px 1px 2px rgba(18, 83, 205, 0.05);\n\t}\n\n\t.drag-elements-sidepane {\n\t\tli[data-type] {\n\t\t\t@include block-list-element();\n\t\t\tmargin: 0.5rem;\n\n\t\t\t&:before {\n\t\t\t\tcontent: \" \";\n\t\t\t\tbackground: var(--bs-body-bg);\n\t\t\t\tbackground: var(--bs-primary);\n\t\t\t\twidth: 100%;\n\t\t\t\theight: 100%;\n\t\t\t\tposition: absolute;\n\t\t\t\ttop: 0;\n\t\t\t\tleft: 0;\n\t\t\t\topacity: 0;\n\t\t\t\ttransition: opacity 0.5s;\n\t\t\t}\n\n\t\t\timg.preview {\n\t\t\t\t//display:none;\n\t\t\t\tmax-width: 100%;\n\t\t\t}\n\n\t\t\t.name {\n\t\t\t\t//display:none;\n\t\t\t\tvisibility: hidden;\n\t\t\t}\n\t\t}\n\t}\n}\n\n.blocks .drag-elements-sidepane li[data-type],\n.styles .drag-elements-sidepane li[data-type] {\n\twidth: 42%;\n\tbox-shadow: 0px 1px 4px 0px rgba(var(--bs-body-color-rgb), 0.05);\n\t-webkit-box-shadow: 0px 1px 4px 0px rgba(var(--bs-body-color-rgb), 0.05);\n}\n\n.components .drag-elements-sidepane,\n#add-section-box {\n\tli[data-type] {\n\t\t@include component-list-element();\n\n\t\t&:hover {\n\t\t\tbox-shadow: 0px 0px 1px 0px var(--bs-primary);\n\t\t\tbackground-color: rgba(var(--bs-primary-rgb), 0.05) !important;\n\t\t\tborder-color: rgba(var(--bs-primary-rgb), 0.5) !important;\n\n\t\t\ta {\n\t\t\t\tcolor: var(--bs-primary);\n\t\t\t}\n\t\t}\n\t}\n}\n\n/*\n#right-panel \n{\n*/\n\n.header-arrow {\n\t@extend .la;\n\t@extend .la-angle-down;\n\tpadding: 0.3rem 0.7rem;\n\tcursor: pointer;\n\tposition: absolute;\n\tright: 15px;\n\ttop: 0.5rem;\n\n\t&.expanded {\n\t\t@extend .la-angle-right;\n\t}\n}\n\n\nlabel.header {\n\tfont-size: 11px;\n\tfont-weight: 500;\n\theight: auto;\n\tmargin: 0;\n\tpadding: 0;\n\twidth: 100%;\n\tline-height: 32px;\n\ttext-align: left;\n\tpadding: 0.3rem 0.8rem;\n\tborder-top: 1px solid var(--bs-border-color);\n\t//color: var(--bs-link-color);\n\t//color: var(--bs-link-hover-color);\n\tcolor: var(--bs-body-color);\n\tcursor: pointer;\n\tposition: relative;\n\n\t.component-properties .tab-pane div:first-child>& {\n\t\tmargin-top: 0rem !important;\n\t\tborder-top: none;\n\t}\n\n\n\t:checked {\n\t\tcolor: red;\n\t}\n}\n\ninput.header_check {\n\tposition: absolute;\n\tleft: 0;\n\tmargin-left: 0;\n\topacity: 0;\n\tz-index: 2;\n\tcursor: pointer;\n\theight: 1em;\n\twidth: 1em;\n\ttop: 0;\n}\n\ninput.header_check:checked+div.section,\nli.header>input.header_check:checked+ol {\n\t//display:block;\n\topacity: 1;\n\tpadding: 0 1rem;\n\theight: auto;\n}\n\ndiv.section,\n.header>ol {\n\t//display:none;\n\t//display:block;\n\theight: 0;\n\toverflow: hidden;\n\topacity: 0;\n\ttransition: height, opacity 0.5s;\n}\n\ndiv.section {\n\t//padding:0 1rem;\n}\n\n#right-panel {\n\n\tlabel.header {\n\t\t.header-arrow {\n\t\t\tright: 0px;\n\t\t}\n\n\t}\n}\n\n.toggle {\n\tposition: relative;\n\twidth: 65px;\n\t-webkit-user-select: none;\n\t-moz-user-select: none;\n\t-ms-user-select: none;\n}\n\n.toggle-checkbox {\n\tdisplay: none;\n}\n\n.toggle-label {\n\tdisplay: block;\n\toverflow: hidden;\n\tcursor: pointer;\n\tborder: 2px solid var(--bs-body-bg);\n\tborder-radius: 30px;\n}\n\n.toggle-inner {\n\tdisplay: block;\n\twidth: 200%;\n\tmargin-left: -100%;\n\ttransition: margin 0.3s ease-in 0s;\n}\n\n.toggle-inner:before,\n.toggle-inner:after {\n\tdisplay: block;\n\tfloat: left;\n\twidth: 50%;\n\theight: 20px;\n\tpadding: 0;\n\tline-height: 20px;\n\tfont-size: 12px;\n\tcolor: white;\n\tfont-family: Trebuchet, Arial, sans-serif;\n\tfont-weight: bold;\n\tbox-sizing: border-box;\n}\n\n.toggle-inner:before {\n\tcontent: \"ON\";\n\tpadding-left: 14px;\n\tbackground-color: var(--bs-link-color);\n}\n\n.toggle-inner:after {\n\tcontent: \"OFF\";\n\tpadding-right: 14px;\n\tbackground-color: #999999;\n\tcolor: var(--bs-body-color);\n\ttext-align: right;\n}\n\n.toggle-switch {\n\tdisplay: block;\n\twidth: 18px;\n\tmargin: 4px;\n\tbackground: var(--bs-body-bg);\n\tposition: absolute;\n\ttop: 0;\n\tbottom: 0;\n\tright: 39px;\n\tborder: 2px solid var(--bs-body-bg);\n\tborder-radius: 30px;\n\ttransition: all 0.3s ease-in 0s;\n}\n\n.toggle-checkbox:checked+.toggle-label .toggle-inner {\n\tmargin-left: 0;\n}\n\n.toggle-checkbox:checked+.toggle-label .toggle-switch {\n\tright: 0px;\n}\n\n.form-select {\n\t-webkit-appearance: none;\n\t-moz-appearance: none;\n\tbox-shadow: rgba(var(--bs-body-color-rgb), 0.05) 0px 1px 2px 0px;\n}\n\n\ninput[type=\"number\"] {\n\t-moz-appearance: textfield;\n\t-webkit-appearance: textfield;\n\tappearance: textfield;\n\tpadding-right: 0.5rem;\n\tpadding-left: 0.5rem;\n}\n\ninput[type=\"number\"]:hover,\ninput[type=\"number\"]:focus {\n\t-moz-appearance: auto;\n\t-webkit-appearance: auto;\n\tappearance: auto;\n}\n\n\n.form-select.small-arrow {\n\tbackground-position: right .5rem center;\n\tbackground-size: 10px 8px;\n}\n\n.input-group.css-unit {\n\tinput[type=\"number\"] {\n\t\tflex-grow: 5;\n\t}\n\n\t.form-select.small-arrow {\n\t\tpadding-left: 0.5rem;\n\t\tpadding-right: 1.2em;\n\t\tmin-width: 3rem;\n\t}\n}\n\n.input-group.auto input[type=\"number\"] {\n\tdisplay: none;\n}\n\n.input-group.auto .input-group-append {\n\twidth: 100%;\n\n\t.form-select.small-arrow {\n\t\tmax-width: 100%;\n\t}\n}\n\n\n.btn-group.btn-group-fullwidth {\n\tdisplay: flex;\n\twidth: 100%;\n}\n\n.btn-group.btn-group-fullwidth .btn {\n\tflex: 1 1 auto;\n}\n\n.btn-group-sm>.btn {\n\tfont-size: 12px;\n}\n\n.btn-group .btn.btn-gray.active {\n\tbackground-color: var(--bs-border-color);\n}\n\n.btn-group .btn i {\n\t//vertical-align:middle;\n}\n\n.form-control::placeholder {\n\topacity: 0.7;\n}\n\n.form-control {\n\tfont-size: inherit;\n\tbox-shadow: rgba(var(--bs-body-color-rgb), 0.08) 0px 1px 2px 0px inset;\n}\n\n.btn-link:hover {\n\ttext-decoration: none;\n}\n\n/* autocomplete */\ninput.autocomplete-loading {\n\tbackground-image: url(../libs/autocomplete/autocomplete.gif);\n\tbackground-position: center right;\n\tbackground-repeat: no-repeat;\n}\n\nul.autocomplete {\n\tposition: absolute;\n\toverflow: hidden;\n\tbackground-color: var(--bs-body-bg);\n\tborder: 1px solid var(--bs-border-color);\n\tborder-top: none;\n\tmargin-top: -1px;\n\tmargin: 0px;\n\tpadding: 0px;\n\tlist-style: none;\n\tcolor: #000;\n\tdisplay: none;\n\tz-index: 1000;\n}\n\nul.autocomplete li {\n\tdisplay: block;\n\tpadding: 0.3em;\n\toverflow: hidden;\n\twidth: 100%;\n\tcursor: pointer;\n}\n\nul.autocomplete li.selected {\n\tbackground-color: Highlight;\n\tcolor: var(--bs-body-bg);\n}\n\n/*\n.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {\n\tbox-shadow: 0px 0px 1px 0px rgba( 255,255,255, 0.1);\n\tbackground-color:rgba( $builder-background-color, 0.07);\n\tborder-radius:0px;\n\tborder-color: transparent;\n\t&:focus {\n\t\tbox-shadow: 0px 0px 1px 0px rgba( $builder-background-color, 0.2);\n\t}\n}\n*/\n\n.input-list-select {\n\n\t.elements {\n\n\t\t.row {\n\t\t\t--bs-gutter-y: 0.5rem;\n\t\t\t--bs-gutter-x: 0.5rem;\n\t\t}\n\n\t\tmax-height:300px;\n\t\toverflow-y:auto;\n\n\t\tbox-shadow:1px 1px 3px 0px rgba(var(--bs-body-color-rgb), 0.05) inset;\n\t\tborder:1px solid #ced4da;\n\t\tpadding:0.3rem;\n\n\t\t& .element {\n\t\t\tborder: 1px solid #ced4da;\n\t\t\tbox-shadow: 1px 1px 3px 0px rgba(var(--bs-body-color-rgb), 0.05) inset;\n\t\t\tpadding: 0.2rem;\n\t\t\theight: 100%;\n\t\t\ttext-align: center;\n\n\t\t\t&:hover {\n\t\t\t\tborder-color: var(--bs-link-color);\n\t\t\t\tcolor: var(--bs-link-color);\n\t\t\t}\n\n\t\t\tlabel {\n\t\t\t\tdisplay: block;\n\t\t\t\tfont-size: 11px;\n\t\t\t}\n\t\t}\n\t}\n}\n\n.nav-tabs .nav-item:first-child .nav-link {\n\t//border-left:none;\n}\n\n#accordionSections {\n\t.card {\n\t\tborder-color: rgba(18, 83, 205, 0.1);\n\n\t\t.card-header {\n\t\t\tbackground: rgba(18, 83, 205, 0.05);\n\t\t\tborder: none;\n\t\t\tpadding: 0rem;\n\n\t\t\tbutton {\n\t\t\t\tfont-size: 13px;\n\t\t\t\ttext-align: left;\n\t\t\t\tpadding: 0.5rem;\n\t\t\t\tborder-bottom: 1px solid rgba(18, 83, 205, 0.2);\n\n\n\t\t\t\t&:focus {\n\t\t\t\t\ttext-decoration: none;\n\t\t\t\t}\n\n\t\t\t\t.header-arrow {\n\t\t\t\t\tpadding: 0.2rem;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}\n\n\n#sections-list {\n\tbackground: var(--bs-body-bg);\n}\n\n\n.sections-tabs,\n.component-properties {\n\n\t.nav-link {\n\t\tspan {\n\t\t\tfont-size: 12px;\n\t\t}\n\t}\n}\n\n.add-section-btn {\n\t@include add-section-btn();\n\tmargin: auto;\n\tposition: absolute;\n\n\tfont-size: 21px;\n\twidth: 36px;\n\theight: 36px;\n\tline-height: 36px;\n\n\tvisibility: hidden;\n\ttop: 50%;\n\tleft: 50%;\n\tmargin-top: -18px;\n\tmargin-left: -18px;\n\tborder-color: var(--bs-link-color);\n\n\ti {\n\t\tcolor: var(--bs-body-bg);\n\t}\n}\n\n.animation-container {\n\twidth: 200px;\n\theight: 200px;\n\tposition: absolute;\n\ttop: 50%;\n\tleft: 50%;\n\ttransform: translate(-50%, -50%);\n\tmargin: auto;\n\tfilter: url('#goo');\n\tanimation: rotate-move 2s ease-in-out infinite;\n}\n\n\n.dot {\n\twidth: 50px;\n\theight: 50px;\n\tborder-radius: 50%;\n\tbackground-color: rgba(var(--bs-body-bg-rgb), 0.7);\n\tposition: absolute;\n\ttop: 0;\n\tbottom: 0;\n\tleft: 0;\n\tright: 0;\n\tmargin: auto;\n\tline-height: 49px;\n\ttext-align: center;\n}\n\n.dot-3 {\n\tbackground-color: var(--bs-link-color);\n\tanimation: dot-3-move 2s ease infinite, index 6s ease infinite;\n}\n\n.dot-2 {\n\tbackground-color: $success;\n\tanimation: dot-2-move 2s ease infinite, index 6s -4s ease infinite;\n}\n\n.dot-1 {\n\tbackground-color: $danger;\n\tanimation: dot-1-move 2s ease infinite, index 6s -2s ease infinite;\n}\n\n@keyframes dot-3-move {\n\t20% {\n\t\ttransform: scale(1)\n\t}\n\n\t45% {\n\t\ttransform: translateY(-18px) scale(.45)\n\t}\n\n\t60% {\n\t\ttransform: translateY(-90px) scale(.45)\n\t}\n\n\t80% {\n\t\ttransform: translateY(-90px) scale(.45)\n\t}\n\n\t100% {\n\t\ttransform: translateY(0px) scale(1)\n\t}\n}\n\n@keyframes dot-2-move {\n\t20% {\n\t\ttransform: scale(1)\n\t}\n\n\t45% {\n\t\ttransform: translate(-16px, 12px) scale(.45)\n\t}\n\n\t60% {\n\t\ttransform: translate(-80px, 80px) scale(.45)\n\t}\n\n\t80% {\n\t\ttransform: translate(-80px, 80px) scale(.45)\n\t}\n\n\t100% {\n\t\ttransform: translateY(0px) scale(1)\n\t}\n}\n\n@keyframes dot-1-move {\n\t20% {\n\t\ttransform: scale(1)\n\t}\n\n\t45% {\n\t\ttransform: translate(16px, 12px) scale(.45)\n\t}\n\n\t60% {\n\t\ttransform: translate(80px, 70px) scale(.45)\n\t}\n\n\t80% {\n\t\ttransform: translate(80px, 60px) scale(.45)\n\t}\n\n\t100% {\n\t\ttransform: translateY(0px) scale(1)\n\t}\n}\n\n@keyframes rotate-move {\n\t55% {\n\t\ttransform: translate(-50%, -50%) rotate(0deg)\n\t}\n\n\t80% {\n\t\ttransform: translate(-50%, -50%) rotate(360deg)\n\t}\n\n\t100% {\n\t\ttransform: translate(-50%, -50%) rotate(360deg)\n\t}\n}\n\n@keyframes index {\n\n\t0%,\n\t100% {\n\t\tz-index: 3\n\t}\n\n\t33.3% {\n\t\tz-index: 2\n\t}\n\n\t66.6% {\n\t\tz-index: 1\n\t}\n}\n\n\n\ninput[type=\"color\"] {\n\twidth: 24px;\n\theight: 24px;\n\tborder-radius: 3px;\n\tpadding: 2px;\n\tbox-shadow: none;\n\n\t&.form-control-color::-moz-color-swatch {\n\t\tmin-width: 17px;\n\t\tmin-height: 17px;\n\t\tborder-radius: 3px;\n\t\tbox-shadow: 1px 1px 5px 0px rgba(var(--bs-body-color-rgb), 0.25);\n\t\tborder: none;\n\t}\n\n\t&.form-control-color::-webkit-color-swatch {\n\t\tmin-width: 17px;\n\t\tmin-height: 17px;\n\t\t//padding:0;\n\t\tborder-radius: 3px;\n\t\tbox-shadow: 1px 1px 5px 0px rgba(var(--bs-body-color-rgb), 0.25);\n\t\tborder: none;\n\t}\n}\n\n\n.breadcrumb-navigator {\n\tmin-height: $builder-bottom-panel-height;\n\tfont-size: 12px;\n\n\t.breadcrumb {\n\t\tpadding: 0.5rem 0.7rem;\n\t\tmargin: 0;\n\n\t\t.breadcrumb-item {\n\t\t\ta {\n\t\t\t\tcolor: var(--bs-body-color);\n\t\t\t\tbackground: rgba(var(--bs-secondary-color-rgb), 0.03);\n\t\t\t\tpadding: 0.2rem 0.4rem;\n\t\t\t\tborder-radius: 4px;\n\t\t\t\tborder: 1px solid var(--bs-border-color);\n\t\t\t\ttext-decoration: none;\n\n\t\t\t\t&:hover {\n\t\t\t\t\tbackground: rgba(var(--bs-link-color-rgb), 0.05);\n\t\t\t\t\tborder: 1px solid rgba(var(--bs-link-color-rgb), 0.2);\n\t\t\t\t\t//color: #0d6efd;\n\t\t\t\t\ttext-decoration: none;\n\t\t\t\t}\n\n\t\t\t\t&.el-component {\n\t\t\t\t\tborder-color: var(--bs-primary-bg-subtle);\n\t\t\t\t\t//background-color:var(--bs-primary-bg-subtle);\n\t\t\t\t\tbackground-color: rgba(var(--bs-primary-rgb), 0.07);\n\t\t\t\t}\n\n\t\t\t\t&.el-attribute {\n\t\t\t\t\tborder-color: var(--bs-success-bg-subtle);\n\t\t\t\t\t//background-color:var(--bs-success-bg-subtle);\n\t\t\t\t\tbackground-color: rgba(var(--bs-success-rgb), 0.07);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}\n\n#dragElement-clone {\n\tbackground: rgba(var(--bs-body-bg-rgb), 0.5);\n\tborder: 1px solid rgba(var(--bs-body-color-rgb), 0.15);\n\tborder-radius: 4px;\n\tpointer-events: none;\n}\n\n\n\n@keyframes popup-animation {\n\t0% {\n\t\ttransform: translateY(-3rem) scaleY(0) scaleX(0);\n\t}\n\n\tto {\n\t\ttransform: translateY(0) scaleY(1) scaleX(1);\n\t}\n}\n\n/* input-html-list-select */\n.input-html-list-select {\n\t.elements {\n\t\tmargin-top: 5px;\n\t\tmax-height: 300px;\n\t\toverflow-y: auto;\n\t\toverflow-x: hidden;\n\t\tborder: 1px solid var(--bs-border-color);\n\n\t\tli {\n\t\t\tcursor: pointer;\n\t\t}\n\t}\n}\n\n.tab-content {\n\theight: 100%;\n\tdisplay: flex;\n\tflex-direction: column;\n\n\t>.active {\n\t\t//overflow-y: auto;\n\t\t//overflow-x: hidden;\n\t\tdisplay: flex;\n\t\tflex-direction: column;\n\t\theight: 100%;\n\t}\n}\n\nimg.preview {\n\tmax-width: 100%;\n\tmargin: auto;\n}\n\n\n.hint {\n\tposition: relative;\n\n\t&:before {\n\t\tposition: absolute;\n\t\tbottom: 100%;\n\t\tmargin-bottom: -11px;\n\t\tleft: calc(50% - 6px);\n\t\tcontent: '';\n\n\t\tz-index: 1000001;\n\t\ttransform: translateY(-18px);\n\t\tvisibility: hidden;\n\t\topacity: 0;\n\t\tz-index: 1000000;\n\t\tpointer-events: none;\n\t\ttransition: .3s ease;\n\t\ttransition-delay: 0s;\n\n\t\tborder: 6px solid transparent;\n\t\tborder-top-color: rgba(var(--bs-body-color-rgb), 0.9);\n\t}\n\n\t&:after {\n\t\tcontent: attr(aria-label);\n\t\tbottom: 100%;\n\t\tleft: 50%;\n\n\t\tbackground: rgba(var(--bs-body-color-rgb), 0.9);\n\t\tcolor: var(--bs-body-bg);\n\t\tpadding: 8px 10px;\n\t\tfont-size: 12px;\n\t\tfont-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n\t\tline-height: 12px;\n\t\twhite-space: nowrap;\n\t\ttext-shadow: 0 -1px 0 var(--bs-body-color);\n\t\tbox-shadow: rgba(var(--bs-body-color-rgb), 0.3);\n\t\t;\n\n\n\t\tposition: absolute;\n\t\ttransform: translateX(-50%);\n\t\tvisibility: hidden;\n\t\topacity: 0;\n\t\tz-index: 1000000;\n\t\tpointer-events: none;\n\t\ttransition: .3s ease;\n\t\ttransition-delay: 0s;\n\t}\n\n\t/*\n    input:hover + &,\n    select:focus + &, */\n\t&:hover {\n\n\t\t&:before,\n\t\t&:after {\n\t\t\tvisibility: visible;\n\t\t\topacity: 1;\n\t\t\ttransition-delay: .1s;\n\t\t\ttransform: translateX(-50%) translateY(-8px);\n\t\t}\n\n\t\t&:before {\n\t\t\ttransform: translateY(-8px);\n\t\t}\n\t}\n}\n\n.btn-light {\n\t--bs-btn-bg: transparent;\n\tborder-color: transparent;\n\tcolor: var(--bs-body-color);\n\n\t&:hover {\n\t\t//background-color:var(--bs-border-color);\n\t}\n}\n\n.btn-outline-primary {\n\t--bs-btn-color: var(--bs-link-color);\n}\n\n.form-switch-lg {\n\tfont-size: 1rem;\n\tmin-height: 1rem;\n}\n\n#tree-list {\n\tposition: absolute;\n\ttop: 10%;\n\tleft: 80%;\n\tleft: calc(100% - 300px);\n\t//border: 1px solid var(--bs-border-color);\n\tborder-radius: 2px;\n\tz-index: 100;\n\twidth: 250px;\n\tmin-width: 250px;\n\tmin-height: 250px;\n\theight: 500px;\n\tresize: both;\n\toverflow: hidden;\n\tborder: 1px solid rgba(var(--bs-body-color-rgb), 0.1);\n\tbox-shadow: 0px 1px 5px 0px rgba(var(--bs-body-color-rgb), 0.05);\n\tbackground: var(--bs-body-bg);\n\n\t.header {\n\t\tdisplay: flex;\n\t\tjustify-content: space-between;\n\t\theight: 30px;\n\t\tfont-size: 12px;\n\t\tcolor: rgba(var(--bs-body-color-rgb), 0.7);\n\t\t//background: rgba(var(--bs-primary-rgb), 0.15);\t\n\t\tborder-bottom: 1px solid var(--bs-border-color);\n\t\tcursor: grabbing;\n\n\t\t>div {\n\t\t\tpadding: 0.4rem 1rem;\n\n\t\t\t&:before {\n\t\t\t\tcontent: \"....\";\n\t\t\t\topacity: 0.5;\n\t\t\t\twidth: 15px;\n\t\t\t\ttop: 0;\n\t\t\t\tfont-size: 28px;\n\t\t\t\tword-wrap: break-word;\n\t\t\t\tline-height: 7px;\n\t\t\t\tvertical-align: middle;\n\t\t\t\tdisplay: inline-block;\n\t\t\t\tmargin-right: 10px;\n\t\t\t\tmargin-top: -1rem;\n\t\t\t}\n\t\t}\n\t}\n\n\t.tree {\n\t\tpadding: 1rem;\n\t\toverflow: auto;\n\t\twidth: 100%;\n\t\theight: 100%;\n\t\theight: calc(100% - 30px);\n\n\t\tlabel {\n\n\t\t\t&.active {\n\t\t\t\tborder: 1px solid rgba(var(--bs-primary-rgb), 0.15);\n\t\t\t\tbackground-color: rgba(var(--bs-primary-rgb), 0.05);\n\t\t\t}\n\t\t}\n\n\t\t>ol li input {\n\t\t\theight: 2.4em;\n\t\t\twidth: 4em;\n\t\t}\n\n\t\t>ol li input:checked+ol {\n\t\t\tpadding: 2rem 0 0 1.5rem;\n\t\t}\n\n\t\t>ol li.file>label {\n\t\t\tmargin-left: 18px;\n\t\t}\n\t}\n}\n\n/* theme specific styes needed by section component */\nbody {\n\n\t>section,\n\t>footer,\n\t>header {\n\t\tposition: relative;\n\t\t//padding:5rem 0;\n\n\t\t&.bg-alternate:nth-child(even) {\n\t\t\t//background-color:rgba(var(--bs-body-color-rgb), 0.05);\n\t\t}\n\n\t\t.background-container,\n\t\t.overlay {\n\t\t\tposition: absolute;\n\t\t\ttop: 0;\n\t\t\tleft: 0;\n\t\t\tz-index: -2;\n\t\t\twidth: 100%;\n\t\t\theight: 100%;\n\t\t\toverflow: hidden;\n\n\t\t\t&::before {}\n\n\t\t\timg,\n\t\t\tvideo {\n\t\t\t\twidth: auto;\n\t\t\t\theight: auto;\n\t\t\t\tmax-width: initial;\n\t\t\t\tmin-height: 100%;\n\t\t\t\tmin-width: 100%;\n\n\n\t\t\t\t//center hero image on mobile\n\t\t\t\t/*\n\t\t\t\t@include media-breakpoint-down(md) { \n\t\t\t\t\tmargin: 0 0 0 -25%;\n\t\t\t\t}\n\t\t\t\t\n\t\t\t\t@include media-breakpoint-down(sm) {\n\t\t\t\t\tmargin: 0 0 0 -50%;\t\n\t\t\t\t}\n\t\t\t\t*/\n\t\t\t}\n\n\t\t\timg {\n\t\t\t\tposition: absolute;\n\t\t\t\tleft: 50%;\n\t\t\t\ttop: 50%;\n\t\t\t\theight: 100%;\n\t\t\t\twidth: auto;\n\t\t\t\t-webkit-transform: translate(-50%, -50%);\n\t\t\t\t-ms-transform: translate(-50%, -50%);\n\t\t\t\ttransform: translate(-50%, -50%);\n\t\t\t}\n\t\t}\n\n\t\t.overlay {\n\t\t\tz-index: -1;\n\t\t\t//background: var(--bs-body-color);\n\t\t\tbackground: var(--bs-black);\n\t\t\topacity: 0.7;\n\t\t}\n\n\t\t.separator {\n\n\t\t\tz-index: 2;\n\t\t\tposition: absolute;\n\t\t\twidth: 100%;\n\t\t\t//height:5rem;\n\t\t\tcolor: #fff;\n\n\t\t\t/*> svg, */\n\t\t\t>img {\n\t\t\t\twidth: 100%;\n\t\t\t\theight: 100%;\n\t\t\t}\n\n\t\t\t&.bottom {\n\t\t\t\tbottom: 0;\n\t\t\t}\n\n\t\t\t&.top {\n\t\t\t\ttop: 0px;\n\t\t\t}\n\t\t}\n\n\t\t/*\n\t\t&.overlay {\n\t\t\tposition: relative;\n\t\t\t\n\t\t\t\n\t\t\t&:before {\n\t\t\t\tz-index: 1;\n\t\t\t\tposition: absolute;\n\t\t\t\tleft: 0;\n\t\t\t\tright: 0;\n\t\t\t\tbottom: 0;\n\t\t\t\ttop: 0;\n\t\t\t\tcontent: \"\";\n\t\t\t\tbackground: rgba(var(--bs-body-color-rgb), 0.4);\n\t\t\t}\n\t\t}*/\n\t}\n}\n\n.modal .modal-content {\n\theight: 100%;\n}\n\n.percent {\n\tdisplay: inline-block;\n\tposition: relative;\n}\n\n.percent input {\n\twidth: 50px;\n\tmargin-top: 3px;\n\tfont-size: 14px;\n\ttext-align: left;\n\tpadding:0.2rem 0.1rem 0.2rem 0.4rem;\n\t/*  \n  -moz-appearance: textfield;\n  -webkit-appearance: textfield;\n  appearance: textfield;\n*/\n}\n\n.percent:hover::after,\n.percent:focus-within::after {\n\tdisplay: none;\n}\n\n.percent::after {\n\tfont-size: 12px;\n\tposition: absolute;\n\ttop: 0.55rem;\n\tright: 0.4rem;\n\ttransition: all .05s ease-in-out;\n\tcontent: '%';\n}\n"
  },
  {
    "path": "scss/_csstree.scss",
    "content": "/* CSS Tree menu styles */\n.tree\n{\n\twidth:100%;\n\tpadding:0;\n\n\t> ol\n\t{\n\t\tpadding: 0rem 0 0 0rem;\n\t\tmargin:0;\n\t\t//width: 300px;\n\t\t//min-width: $builder-right-panel-width + 15;\n\t\t//margin:0 0.5rem;\n\t\tfont-size:12px;\n\t\tcolor:var(--bs-body-color);\n\n\t\tli \n\t\t{ \n\t\t\tposition: relative; \n\t\t\t//margin-left: -15px;\n\t\t\tmargin-bottom: 0.1rem;\n\t\t\tlist-style: none;\n\t\t\tcolor:var(--bs-body-color);\n\t\t\toverflow:hidden;\n\t\t\t\n\t\t\t> label {\n\t\t\t\thtml[data-bs-theme=\"dark\"] & { \n\t\t\t\t\t//color: #333;\n\t\t\t\t\t//filter: invert(100%);\n\t\t\t\t}\n\t\t\t}\n\t\t\t\n\t\t\t&:hover\n\t\t\t{\n\t\t\t\tcolor:#007bff;\n\t\t\t}\n\t\t\t\n\t\t\t&.active\n\t\t\t{\n\t\t\t\t//background-color:var(--bs-link-color);\n\t\t\t\t//color:#fff;\n\t\t\t\t> label > span, > a > span  \n\t\t\t\t{\n\t\t\t\t\t//color:#007bff;\n\t\t\t\t\t//font-weight:500;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\t\n\t\tli.file\n\t\t{\n\t\t\tborder:1px solid transparent;\n\t\t\t\n\t\t\t&:hover, &.active {\n\t\t\t\t//background-color:rgba(var(--bs-link-color-rgb), 0.05);\n\t\t\t\t//color:var(--bs-link-color);\n\t\t\t\tcolor:var(--bs-link-hover-color);\n\t\t\t}\n\t\t\t\n\t\t\t&:hover {\n\t\t\t\tbackground-color:rgba(var(--bs-link-color-rgb), 0.05);\n\t\t\t\t//border: 1px solid rgba(var(--bs-link-color), 0.1);\n\t\t\t\t\n\t\t\t\t.file-actions {\n\t\t\t\t\tdisplay:block;\n\t\t\t\t}\n\t\t\t}\n\t\t\t\n\t\t\t> label\n\t\t\t{\n\t\t\t\tbackground-image: url(../libs/builder/icons/file.svg);\n\t\t\t\tbackground-position:8px 4px;\n\t\t\t\tbackground-size:19px 19px;\n\t\t\t\tbackground-repeat:no-repeat;\n\t\t\t\tcursor: pointer;\n\t\t\t\tdisplay: block;\n\t\t\t\tpadding-left: 33px;\n\t\t\t\tmargin:0;\n\t\t\t\tfont-size:12px;\n\t\t\t\tline-height:28px;\n\t\t\t\tmax-height:2rem;\n\n\n\t\t\t\t&:hover\n\t\t\t\t{\n\t\t\t\t\t//color:var(--bs-link-color);\n\t\t\t\t}\n\t\t\t}\n\t\t\t\n\t\t\t.file-actions {\n\t\t\t\tdisplay:none;\n\t\t\t\tposition:absolute;\n\t\t\t\t//background-color: var(--bs-body-bg);\t\t\t\t\n\t\t\t\ttop:0px;\n\t\t\t\tright:2px;\n\t\t\t\t\n\t\t\t\t.btn {\n\t\t\t\t\tpadding:0rem 0.2rem;\n\t\t\t\t\tmargin-right:1px;\n\t\t\t\t\tfont-size:0.875rem;\n\t\t\t\t\tline-height:1;\n\t\t\t\t\tborder-radius:4px;\n\t\t\t\t\t--bs-btn-border-color: rgba(var(--bs-link-color-rgb), 0.25);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\t\n\t\tli.folder\n\t\t{\n\t\t\t> label\n\t\t\t{\n\t\t\t\t//padding-left:38px;\n\t\t\t}\n\t\t}\n\n\t\tli.page\n\t\t{\n\t\t\t> label\n\t\t\t{\n\t\t\t\tbackground-image: url(../libs/builder/icons/post.svg);\n\t\t\t}\n\t\t}\n\n\t\tli.url\n\t\t{\n\t\t\t> label\n\t\t\t{\n\t\t\t\tbackground-image: url(../../../js/vvvebjs/icons/panel.svg);\n\t\t\t}\n\t\t}\n\n\t\tli input\n\t\t{\n\t\t\tposition: absolute;\n\t\t\tleft: 0;\n\t\t\tmargin-left: 0;\n\t\t\topacity: 0;\n\t\t\tz-index: 2;\n\t\t\tcursor: pointer;\n\t\t\theight: 2em;\n\t\t\twidth: 2em;\n\t\t\ttop: 0;\n\t\t\t\n\t\t\t + ol\n\t\t\t{\n\t\t\t\tbackground: url(../libs/builder/icons/arrow-right.svg) 8px .8rem no-repeat;\n\t\t\t\tbackground-size:12px 12px;\n\t\t\t\tmargin: -1.9rem 0 0 0rem;\n\t\t\t\tpadding: 2rem 0 0 2rem;\n\t\t\t\theight: 0;\n\t\t\t\t\n\t\t\t\t> li { display: none; margin-left: -14px !important; padding-left: 1px; }\n\t\t\t}\n\t\t}\n\t\t\n\t\tli label\n\t\t{\n\t\t\tbackground: url(../libs/builder/icons/folder.svg) 24px 1px no-repeat;\n\t\t\tbackground-size:20px 20px;\n\t\t\tcursor: pointer;\n\t\t\tdisplay: block;\n\t\t\tpadding-left: 50px;\n\t\t\tmargin:0px;\n\t\t\tfont-size:12px;\n\t\t\tline-height:24px;\n\t\t}\n\n\t\tli input:checked + ol\n\t\t{\n\t\t\tbackground: url(../libs/builder/icons/arrow-down.svg) 8px .7rem no-repeat;\n\t\t\tbackground-size:12px 12px;\n\t\t\tmargin: -2.5em 0 0 0rem;\n\t\t\tpadding: 2rem 0 0 2.5rem;\n\t\t\theight: auto;\n\n\t\t\t> li { display: block; margin: 0 0 0.1em;  /* 2px */}\n\t\t\t> li:last-child { margin: 0 0 0.3em; /* 1px */ }\n\t\t}\n\t}\n}\n\n//dark mode support for svg images \n[data-bs-theme=\"dark\"] {\n\t.tree > ol li.active label {\n\t\tcolor: var(--bs-primary-border-subtle);\n\t}\n\t\n\t.tree > ol li label {\n\t\tfilter:invert(93%) hue-rotate(180deg);\n\t\tcolor: var(--bs-dark);\n\t}\n\t\n\t.tree > ol li.file .file-actions .btn {\n\t\t--bs-btn-color: var(--bs-primary-border-subtle);\n\t\t--bs-btn-border-color: var(--bs-link-hover-color);\n\t}\n}\n"
  },
  {
    "path": "scss/bootstrap/_accordion.scss",
    "content": "//\n// Base styles\n//\n\n.accordion {\n  // scss-docs-start accordion-css-vars\n  --#{$prefix}accordion-color: #{$accordion-color};\n  --#{$prefix}accordion-bg: #{$accordion-bg};\n  --#{$prefix}accordion-transition: #{$accordion-transition};\n  --#{$prefix}accordion-border-color: #{$accordion-border-color};\n  --#{$prefix}accordion-border-width: #{$accordion-border-width};\n  --#{$prefix}accordion-border-radius: #{$accordion-border-radius};\n  --#{$prefix}accordion-inner-border-radius: #{$accordion-inner-border-radius};\n  --#{$prefix}accordion-btn-padding-x: #{$accordion-button-padding-x};\n  --#{$prefix}accordion-btn-padding-y: #{$accordion-button-padding-y};\n  --#{$prefix}accordion-btn-color: #{$accordion-button-color};\n  --#{$prefix}accordion-btn-bg: #{$accordion-button-bg};\n  --#{$prefix}accordion-btn-icon: #{escape-svg($accordion-button-icon)};\n  --#{$prefix}accordion-btn-icon-width: #{$accordion-icon-width};\n  --#{$prefix}accordion-btn-icon-transform: #{$accordion-icon-transform};\n  --#{$prefix}accordion-btn-icon-transition: #{$accordion-icon-transition};\n  --#{$prefix}accordion-btn-active-icon: #{escape-svg($accordion-button-active-icon)};\n  --#{$prefix}accordion-btn-focus-box-shadow: #{$accordion-button-focus-box-shadow};\n  --#{$prefix}accordion-body-padding-x: #{$accordion-body-padding-x};\n  --#{$prefix}accordion-body-padding-y: #{$accordion-body-padding-y};\n  --#{$prefix}accordion-active-color: #{$accordion-button-active-color};\n  --#{$prefix}accordion-active-bg: #{$accordion-button-active-bg};\n  // scss-docs-end accordion-css-vars\n}\n\n.accordion-button {\n  position: relative;\n  display: flex;\n  align-items: center;\n  width: 100%;\n  padding: var(--#{$prefix}accordion-btn-padding-y) var(--#{$prefix}accordion-btn-padding-x);\n  @include font-size($font-size-base);\n  color: var(--#{$prefix}accordion-btn-color);\n  text-align: left; // Reset button style\n  background-color: var(--#{$prefix}accordion-btn-bg);\n  border: 0;\n  @include border-radius(0);\n  overflow-anchor: none;\n  @include transition(var(--#{$prefix}accordion-transition));\n\n  &:not(.collapsed) {\n    color: var(--#{$prefix}accordion-active-color);\n    background-color: var(--#{$prefix}accordion-active-bg);\n    box-shadow: inset 0 calc(-1 * var(--#{$prefix}accordion-border-width)) 0 var(--#{$prefix}accordion-border-color); // stylelint-disable-line function-disallowed-list\n\n    &::after {\n      background-image: var(--#{$prefix}accordion-btn-active-icon);\n      transform: var(--#{$prefix}accordion-btn-icon-transform);\n    }\n  }\n\n  // Accordion icon\n  &::after {\n    flex-shrink: 0;\n    width: var(--#{$prefix}accordion-btn-icon-width);\n    height: var(--#{$prefix}accordion-btn-icon-width);\n    margin-left: auto;\n    content: \"\";\n    background-image: var(--#{$prefix}accordion-btn-icon);\n    background-repeat: no-repeat;\n    background-size: var(--#{$prefix}accordion-btn-icon-width);\n    @include transition(var(--#{$prefix}accordion-btn-icon-transition));\n  }\n\n  &:hover {\n    z-index: 2;\n  }\n\n  &:focus {\n    z-index: 3;\n    outline: 0;\n    box-shadow: var(--#{$prefix}accordion-btn-focus-box-shadow);\n  }\n}\n\n.accordion-header {\n  margin-bottom: 0;\n}\n\n.accordion-item {\n  color: var(--#{$prefix}accordion-color);\n  background-color: var(--#{$prefix}accordion-bg);\n  border: var(--#{$prefix}accordion-border-width) solid var(--#{$prefix}accordion-border-color);\n\n  &:first-of-type {\n    @include border-top-radius(var(--#{$prefix}accordion-border-radius));\n\n    > .accordion-header .accordion-button {\n      @include border-top-radius(var(--#{$prefix}accordion-inner-border-radius));\n    }\n  }\n\n  &:not(:first-of-type) {\n    border-top: 0;\n  }\n\n  // Only set a border-radius on the last item if the accordion is collapsed\n  &:last-of-type {\n    @include border-bottom-radius(var(--#{$prefix}accordion-border-radius));\n\n    > .accordion-header .accordion-button {\n      &.collapsed {\n        @include border-bottom-radius(var(--#{$prefix}accordion-inner-border-radius));\n      }\n    }\n\n    > .accordion-collapse {\n      @include border-bottom-radius(var(--#{$prefix}accordion-border-radius));\n    }\n  }\n}\n\n.accordion-body {\n  padding: var(--#{$prefix}accordion-body-padding-y) var(--#{$prefix}accordion-body-padding-x);\n}\n\n\n// Flush accordion items\n//\n// Remove borders and border-radius to keep accordion items edge-to-edge.\n\n.accordion-flush {\n  > .accordion-item {\n    border-right: 0;\n    border-left: 0;\n    @include border-radius(0);\n\n    &:first-child { border-top: 0; }\n    &:last-child { border-bottom: 0; }\n\n    // stylelint-disable selector-max-class\n    > .accordion-header .accordion-button {\n      &,\n      &.collapsed {\n        @include border-radius(0);\n      }\n    }\n    // stylelint-enable selector-max-class\n\n    > .accordion-collapse {\n      @include border-radius(0);\n    }\n  }\n}\n\n@if $enable-dark-mode {\n  @include color-mode(dark) {\n    .accordion-button::after {\n      --#{$prefix}accordion-btn-icon: #{escape-svg($accordion-button-icon-dark)};\n      --#{$prefix}accordion-btn-active-icon: #{escape-svg($accordion-button-active-icon-dark)};\n    }\n  }\n}\n"
  },
  {
    "path": "scss/bootstrap/_alert.scss",
    "content": "//\n// Base styles\n//\n\n.alert {\n  // scss-docs-start alert-css-vars\n  --#{$prefix}alert-bg: transparent;\n  --#{$prefix}alert-padding-x: #{$alert-padding-x};\n  --#{$prefix}alert-padding-y: #{$alert-padding-y};\n  --#{$prefix}alert-margin-bottom: #{$alert-margin-bottom};\n  --#{$prefix}alert-color: inherit;\n  --#{$prefix}alert-border-color: transparent;\n  --#{$prefix}alert-border: #{$alert-border-width} solid var(--#{$prefix}alert-border-color);\n  --#{$prefix}alert-border-radius: #{$alert-border-radius};\n  --#{$prefix}alert-link-color: inherit;\n  // scss-docs-end alert-css-vars\n\n  position: relative;\n  padding: var(--#{$prefix}alert-padding-y) var(--#{$prefix}alert-padding-x);\n  margin-bottom: var(--#{$prefix}alert-margin-bottom);\n  color: var(--#{$prefix}alert-color);\n  background-color: var(--#{$prefix}alert-bg);\n  border: var(--#{$prefix}alert-border);\n  @include border-radius(var(--#{$prefix}alert-border-radius));\n}\n\n// Headings for larger alerts\n.alert-heading {\n  // Specified to prevent conflicts of changing $headings-color\n  color: inherit;\n}\n\n// Provide class for links that match alerts\n.alert-link {\n  font-weight: $alert-link-font-weight;\n  color: var(--#{$prefix}alert-link-color);\n}\n\n\n// Dismissible alerts\n//\n// Expand the right padding and account for the close button's positioning.\n\n.alert-dismissible {\n  padding-right: $alert-dismissible-padding-r;\n\n  // Adjust close link position\n  .btn-close {\n    position: absolute;\n    top: 0;\n    right: 0;\n    z-index: $stretched-link-z-index + 1;\n    padding: $alert-padding-y * 1.25 $alert-padding-x;\n  }\n}\n\n\n// scss-docs-start alert-modifiers\n// Generate contextual modifier classes for colorizing the alert\n@each $state in map-keys($theme-colors) {\n  .alert-#{$state} {\n    --#{$prefix}alert-color: var(--#{$prefix}#{$state}-text-emphasis);\n    --#{$prefix}alert-bg: var(--#{$prefix}#{$state}-bg-subtle);\n    --#{$prefix}alert-border-color: var(--#{$prefix}#{$state}-border-subtle);\n    --#{$prefix}alert-link-color: var(--#{$prefix}#{$state}-text-emphasis);\n  }\n}\n// scss-docs-end alert-modifiers\n"
  },
  {
    "path": "scss/bootstrap/_badge.scss",
    "content": "// Base class\n//\n// Requires one of the contextual, color modifier classes for `color` and\n// `background-color`.\n\n.badge {\n  // scss-docs-start badge-css-vars\n  --#{$prefix}badge-padding-x: #{$badge-padding-x};\n  --#{$prefix}badge-padding-y: #{$badge-padding-y};\n  @include rfs($badge-font-size, --#{$prefix}badge-font-size);\n  --#{$prefix}badge-font-weight: #{$badge-font-weight};\n  --#{$prefix}badge-color: #{$badge-color};\n  --#{$prefix}badge-border-radius: #{$badge-border-radius};\n  // scss-docs-end badge-css-vars\n\n  display: inline-block;\n  padding: var(--#{$prefix}badge-padding-y) var(--#{$prefix}badge-padding-x);\n  @include font-size(var(--#{$prefix}badge-font-size));\n  font-weight: var(--#{$prefix}badge-font-weight);\n  line-height: 1;\n  color: var(--#{$prefix}badge-color);\n  text-align: center;\n  white-space: nowrap;\n  vertical-align: baseline;\n  @include border-radius(var(--#{$prefix}badge-border-radius));\n  @include gradient-bg();\n\n  // Empty badges collapse automatically\n  &:empty {\n    display: none;\n  }\n}\n\n// Quick fix for badges in buttons\n.btn .badge {\n  position: relative;\n  top: -1px;\n}\n"
  },
  {
    "path": "scss/bootstrap/_breadcrumb.scss",
    "content": ".breadcrumb {\n  // scss-docs-start breadcrumb-css-vars\n  --#{$prefix}breadcrumb-padding-x: #{$breadcrumb-padding-x};\n  --#{$prefix}breadcrumb-padding-y: #{$breadcrumb-padding-y};\n  --#{$prefix}breadcrumb-margin-bottom: #{$breadcrumb-margin-bottom};\n  @include rfs($breadcrumb-font-size, --#{$prefix}breadcrumb-font-size);\n  --#{$prefix}breadcrumb-bg: #{$breadcrumb-bg};\n  --#{$prefix}breadcrumb-border-radius: #{$breadcrumb-border-radius};\n  --#{$prefix}breadcrumb-divider-color: #{$breadcrumb-divider-color};\n  --#{$prefix}breadcrumb-item-padding-x: #{$breadcrumb-item-padding-x};\n  --#{$prefix}breadcrumb-item-active-color: #{$breadcrumb-active-color};\n  // scss-docs-end breadcrumb-css-vars\n\n  display: flex;\n  flex-wrap: wrap;\n  padding: var(--#{$prefix}breadcrumb-padding-y) var(--#{$prefix}breadcrumb-padding-x);\n  margin-bottom: var(--#{$prefix}breadcrumb-margin-bottom);\n  @include font-size(var(--#{$prefix}breadcrumb-font-size));\n  list-style: none;\n  background-color: var(--#{$prefix}breadcrumb-bg);\n  @include border-radius(var(--#{$prefix}breadcrumb-border-radius));\n}\n\n.breadcrumb-item {\n  // The separator between breadcrumbs (by default, a forward-slash: \"/\")\n  + .breadcrumb-item {\n    padding-left: var(--#{$prefix}breadcrumb-item-padding-x);\n\n    &::before {\n      float: left; // Suppress inline spacings and underlining of the separator\n      padding-right: var(--#{$prefix}breadcrumb-item-padding-x);\n      color: var(--#{$prefix}breadcrumb-divider-color);\n      content: var(--#{$prefix}breadcrumb-divider, escape-svg($breadcrumb-divider)) #{\"/* rtl:\"} var(--#{$prefix}breadcrumb-divider, escape-svg($breadcrumb-divider-flipped)) #{\"*/\"};\n    }\n  }\n\n  &.active {\n    color: var(--#{$prefix}breadcrumb-item-active-color);\n  }\n}\n"
  },
  {
    "path": "scss/bootstrap/_button-group.scss",
    "content": "// Make the div behave like a button\n.btn-group,\n.btn-group-vertical {\n  position: relative;\n  display: inline-flex;\n  vertical-align: middle; // match .btn alignment given font-size hack above\n\n  > .btn {\n    position: relative;\n    flex: 1 1 auto;\n  }\n\n  // Bring the hover, focused, and \"active\" buttons to the front to overlay\n  // the borders properly\n  > .btn-check:checked + .btn,\n  > .btn-check:focus + .btn,\n  > .btn:hover,\n  > .btn:focus,\n  > .btn:active,\n  > .btn.active {\n    z-index: 1;\n  }\n}\n\n// Optional: Group multiple button groups together for a toolbar\n.btn-toolbar {\n  display: flex;\n  flex-wrap: wrap;\n  justify-content: flex-start;\n\n  .input-group {\n    width: auto;\n  }\n}\n\n.btn-group {\n  @include border-radius($btn-border-radius);\n\n  // Prevent double borders when buttons are next to each other\n  > :not(.btn-check:first-child) + .btn,\n  > .btn-group:not(:first-child) {\n    margin-left: calc(#{$btn-border-width} * -1); // stylelint-disable-line function-disallowed-list\n  }\n\n  // Reset rounded corners\n  > .btn:not(:last-child):not(.dropdown-toggle),\n  > .btn.dropdown-toggle-split:first-child,\n  > .btn-group:not(:last-child) > .btn {\n    @include border-end-radius(0);\n  }\n\n  // The left radius should be 0 if the button is:\n  // - the \"third or more\" child\n  // - the second child and the previous element isn't `.btn-check` (making it the first child visually)\n  // - part of a btn-group which isn't the first child\n  > .btn:nth-child(n + 3),\n  > :not(.btn-check) + .btn,\n  > .btn-group:not(:first-child) > .btn {\n    @include border-start-radius(0);\n  }\n}\n\n// Sizing\n//\n// Remix the default button sizing classes into new ones for easier manipulation.\n\n.btn-group-sm > .btn { @extend .btn-sm; }\n.btn-group-lg > .btn { @extend .btn-lg; }\n\n\n//\n// Split button dropdowns\n//\n\n.dropdown-toggle-split {\n  padding-right: $btn-padding-x * .75;\n  padding-left: $btn-padding-x * .75;\n\n  &::after,\n  .dropup &::after,\n  .dropend &::after {\n    margin-left: 0;\n  }\n\n  .dropstart &::before {\n    margin-right: 0;\n  }\n}\n\n.btn-sm + .dropdown-toggle-split {\n  padding-right: $btn-padding-x-sm * .75;\n  padding-left: $btn-padding-x-sm * .75;\n}\n\n.btn-lg + .dropdown-toggle-split {\n  padding-right: $btn-padding-x-lg * .75;\n  padding-left: $btn-padding-x-lg * .75;\n}\n\n\n// The clickable button for toggling the menu\n// Set the same inset shadow as the :active state\n.btn-group.show .dropdown-toggle {\n  @include box-shadow($btn-active-box-shadow);\n\n  // Show no shadow for `.btn-link` since it has no other button styles.\n  &.btn-link {\n    @include box-shadow(none);\n  }\n}\n\n\n//\n// Vertical button groups\n//\n\n.btn-group-vertical {\n  flex-direction: column;\n  align-items: flex-start;\n  justify-content: center;\n\n  > .btn,\n  > .btn-group {\n    width: 100%;\n  }\n\n  > .btn:not(:first-child),\n  > .btn-group:not(:first-child) {\n    margin-top: calc(#{$btn-border-width} * -1); // stylelint-disable-line function-disallowed-list\n  }\n\n  // Reset rounded corners\n  > .btn:not(:last-child):not(.dropdown-toggle),\n  > .btn-group:not(:last-child) > .btn {\n    @include border-bottom-radius(0);\n  }\n\n  > .btn ~ .btn,\n  > .btn-group:not(:first-child) > .btn {\n    @include border-top-radius(0);\n  }\n}\n"
  },
  {
    "path": "scss/bootstrap/_buttons.scss",
    "content": "//\n// Base styles\n//\n\n.btn {\n  // scss-docs-start btn-css-vars\n  --#{$prefix}btn-padding-x: #{$btn-padding-x};\n  --#{$prefix}btn-padding-y: #{$btn-padding-y};\n  --#{$prefix}btn-font-family: #{$btn-font-family};\n  @include rfs($btn-font-size, --#{$prefix}btn-font-size);\n  --#{$prefix}btn-font-weight: #{$btn-font-weight};\n  --#{$prefix}btn-line-height: #{$btn-line-height};\n  --#{$prefix}btn-color: #{$btn-color};\n  --#{$prefix}btn-bg: transparent;\n  --#{$prefix}btn-border-width: #{$btn-border-width};\n  --#{$prefix}btn-border-color: transparent;\n  --#{$prefix}btn-border-radius: #{$btn-border-radius};\n  --#{$prefix}btn-hover-border-color: transparent;\n  --#{$prefix}btn-box-shadow: #{$btn-box-shadow};\n  --#{$prefix}btn-disabled-opacity: #{$btn-disabled-opacity};\n  --#{$prefix}btn-focus-box-shadow: 0 0 0 #{$btn-focus-width} rgba(var(--#{$prefix}btn-focus-shadow-rgb), .5);\n  // scss-docs-end btn-css-vars\n\n  display: inline-block;\n  padding: var(--#{$prefix}btn-padding-y) var(--#{$prefix}btn-padding-x);\n  font-family: var(--#{$prefix}btn-font-family);\n  @include font-size(var(--#{$prefix}btn-font-size));\n  font-weight: var(--#{$prefix}btn-font-weight);\n  line-height: var(--#{$prefix}btn-line-height);\n  color: var(--#{$prefix}btn-color);\n  text-align: center;\n  text-decoration: if($link-decoration == none, null, none);\n  white-space: $btn-white-space;\n  vertical-align: middle;\n  cursor: if($enable-button-pointers, pointer, null);\n  user-select: none;\n  border: var(--#{$prefix}btn-border-width) solid var(--#{$prefix}btn-border-color);\n  @include border-radius(var(--#{$prefix}btn-border-radius));\n  @include gradient-bg(var(--#{$prefix}btn-bg));\n  @include box-shadow(var(--#{$prefix}btn-box-shadow));\n  @include transition($btn-transition);\n\n  &:hover {\n    color: var(--#{$prefix}btn-hover-color);\n    text-decoration: if($link-hover-decoration == underline, none, null);\n    background-color: var(--#{$prefix}btn-hover-bg);\n    border-color: var(--#{$prefix}btn-hover-border-color);\n  }\n\n  .btn-check + &:hover {\n    // override for the checkbox/radio buttons\n    color: var(--#{$prefix}btn-color);\n    background-color: var(--#{$prefix}btn-bg);\n    border-color: var(--#{$prefix}btn-border-color);\n  }\n\n  &:focus-visible {\n    color: var(--#{$prefix}btn-hover-color);\n    @include gradient-bg(var(--#{$prefix}btn-hover-bg));\n    border-color: var(--#{$prefix}btn-hover-border-color);\n    outline: 0;\n    // Avoid using mixin so we can pass custom focus shadow properly\n    @if $enable-shadows {\n      box-shadow: var(--#{$prefix}btn-box-shadow), var(--#{$prefix}btn-focus-box-shadow);\n    } @else {\n      box-shadow: var(--#{$prefix}btn-focus-box-shadow);\n    }\n  }\n\n  .btn-check:focus-visible + & {\n    border-color: var(--#{$prefix}btn-hover-border-color);\n    outline: 0;\n    // Avoid using mixin so we can pass custom focus shadow properly\n    @if $enable-shadows {\n      box-shadow: var(--#{$prefix}btn-box-shadow), var(--#{$prefix}btn-focus-box-shadow);\n    } @else {\n      box-shadow: var(--#{$prefix}btn-focus-box-shadow);\n    }\n  }\n\n  .btn-check:checked + &,\n  :not(.btn-check) + &:active,\n  &:first-child:active,\n  &.active,\n  &.show {\n    color: var(--#{$prefix}btn-active-color);\n    background-color: var(--#{$prefix}btn-active-bg);\n    // Remove CSS gradients if they're enabled\n    background-image: if($enable-gradients, none, null);\n    border-color: var(--#{$prefix}btn-active-border-color);\n    @include box-shadow(var(--#{$prefix}btn-active-shadow));\n\n    &:focus-visible {\n      // Avoid using mixin so we can pass custom focus shadow properly\n      @if $enable-shadows {\n        box-shadow: var(--#{$prefix}btn-active-shadow), var(--#{$prefix}btn-focus-box-shadow);\n      } @else {\n        box-shadow: var(--#{$prefix}btn-focus-box-shadow);\n      }\n    }\n  }\n\n  .btn-check:checked:focus-visible + & {\n    // Avoid using mixin so we can pass custom focus shadow properly\n    @if $enable-shadows {\n      box-shadow: var(--#{$prefix}btn-active-shadow), var(--#{$prefix}btn-focus-box-shadow);\n    } @else {\n      box-shadow: var(--#{$prefix}btn-focus-box-shadow);\n    }\n  }\n\n  &:disabled,\n  &.disabled,\n  fieldset:disabled & {\n    color: var(--#{$prefix}btn-disabled-color);\n    pointer-events: none;\n    background-color: var(--#{$prefix}btn-disabled-bg);\n    background-image: if($enable-gradients, none, null);\n    border-color: var(--#{$prefix}btn-disabled-border-color);\n    opacity: var(--#{$prefix}btn-disabled-opacity);\n    @include box-shadow(none);\n  }\n}\n\n\n//\n// Alternate buttons\n//\n\n// scss-docs-start btn-variant-loops\n@each $color, $value in $theme-colors {\n  .btn-#{$color} {\n    @if $color == \"light\" {\n      @include button-variant(\n        $value,\n        $value,\n        $hover-background: shade-color($value, $btn-hover-bg-shade-amount),\n        $hover-border: shade-color($value, $btn-hover-border-shade-amount),\n        $active-background: shade-color($value, $btn-active-bg-shade-amount),\n        $active-border: shade-color($value, $btn-active-border-shade-amount)\n      );\n    } @else if $color == \"dark\" {\n      @include button-variant(\n        $value,\n        $value,\n        $hover-background: tint-color($value, $btn-hover-bg-tint-amount),\n        $hover-border: tint-color($value, $btn-hover-border-tint-amount),\n        $active-background: tint-color($value, $btn-active-bg-tint-amount),\n        $active-border: tint-color($value, $btn-active-border-tint-amount)\n      );\n    } @else {\n      @include button-variant($value, $value);\n    }\n  }\n}\n\n@each $color, $value in $theme-colors {\n  .btn-outline-#{$color} {\n    @include button-outline-variant($value);\n  }\n}\n// scss-docs-end btn-variant-loops\n\n\n//\n// Link buttons\n//\n\n// Make a button look and behave like a link\n.btn-link {\n  --#{$prefix}btn-font-weight: #{$font-weight-normal};\n  --#{$prefix}btn-color: #{$btn-link-color};\n  --#{$prefix}btn-bg: transparent;\n  --#{$prefix}btn-border-color: transparent;\n  --#{$prefix}btn-hover-color: #{$btn-link-hover-color};\n  --#{$prefix}btn-hover-border-color: transparent;\n  --#{$prefix}btn-active-color: #{$btn-link-hover-color};\n  --#{$prefix}btn-active-border-color: transparent;\n  --#{$prefix}btn-disabled-color: #{$btn-link-disabled-color};\n  --#{$prefix}btn-disabled-border-color: transparent;\n  --#{$prefix}btn-box-shadow: 0 0 0 #000; // Can't use `none` as keyword negates all values when used with multiple shadows\n  --#{$prefix}btn-focus-shadow-rgb: #{$btn-link-focus-shadow-rgb};\n\n  text-decoration: $link-decoration;\n  @if $enable-gradients {\n    background-image: none;\n  }\n\n  &:hover,\n  &:focus-visible {\n    text-decoration: $link-hover-decoration;\n  }\n\n  &:focus-visible {\n    color: var(--#{$prefix}btn-color);\n  }\n\n  &:hover {\n    color: var(--#{$prefix}btn-hover-color);\n  }\n\n  // No need for an active state here\n}\n\n\n//\n// Button Sizes\n//\n\n.btn-lg {\n  @include button-size($btn-padding-y-lg, $btn-padding-x-lg, $btn-font-size-lg, $btn-border-radius-lg);\n}\n\n.btn-sm {\n  @include button-size($btn-padding-y-sm, $btn-padding-x-sm, $btn-font-size-sm, $btn-border-radius-sm);\n}\n"
  },
  {
    "path": "scss/bootstrap/_card.scss",
    "content": "//\n// Base styles\n//\n\n.card {\n  // scss-docs-start card-css-vars\n  --#{$prefix}card-spacer-y: #{$card-spacer-y};\n  --#{$prefix}card-spacer-x: #{$card-spacer-x};\n  --#{$prefix}card-title-spacer-y: #{$card-title-spacer-y};\n  --#{$prefix}card-title-color: #{$card-title-color};\n  --#{$prefix}card-subtitle-color: #{$card-subtitle-color};\n  --#{$prefix}card-border-width: #{$card-border-width};\n  --#{$prefix}card-border-color: #{$card-border-color};\n  --#{$prefix}card-border-radius: #{$card-border-radius};\n  --#{$prefix}card-box-shadow: #{$card-box-shadow};\n  --#{$prefix}card-inner-border-radius: #{$card-inner-border-radius};\n  --#{$prefix}card-cap-padding-y: #{$card-cap-padding-y};\n  --#{$prefix}card-cap-padding-x: #{$card-cap-padding-x};\n  --#{$prefix}card-cap-bg: #{$card-cap-bg};\n  --#{$prefix}card-cap-color: #{$card-cap-color};\n  --#{$prefix}card-height: #{$card-height};\n  --#{$prefix}card-color: #{$card-color};\n  --#{$prefix}card-bg: #{$card-bg};\n  --#{$prefix}card-img-overlay-padding: #{$card-img-overlay-padding};\n  --#{$prefix}card-group-margin: #{$card-group-margin};\n  // scss-docs-end card-css-vars\n\n  position: relative;\n  display: flex;\n  flex-direction: column;\n  min-width: 0; // See https://github.com/twbs/bootstrap/pull/22740#issuecomment-305868106\n  height: var(--#{$prefix}card-height);\n  color: var(--#{$prefix}body-color);\n  word-wrap: break-word;\n  background-color: var(--#{$prefix}card-bg);\n  background-clip: border-box;\n  border: var(--#{$prefix}card-border-width) solid var(--#{$prefix}card-border-color);\n  @include border-radius(var(--#{$prefix}card-border-radius));\n  @include box-shadow(var(--#{$prefix}card-box-shadow));\n\n  > hr {\n    margin-right: 0;\n    margin-left: 0;\n  }\n\n  > .list-group {\n    border-top: inherit;\n    border-bottom: inherit;\n\n    &:first-child {\n      border-top-width: 0;\n      @include border-top-radius(var(--#{$prefix}card-inner-border-radius));\n    }\n\n    &:last-child  {\n      border-bottom-width: 0;\n      @include border-bottom-radius(var(--#{$prefix}card-inner-border-radius));\n    }\n  }\n\n  // Due to specificity of the above selector (`.card > .list-group`), we must\n  // use a child selector here to prevent double borders.\n  > .card-header + .list-group,\n  > .list-group + .card-footer {\n    border-top: 0;\n  }\n}\n\n.card-body {\n  // Enable `flex-grow: 1` for decks and groups so that card blocks take up\n  // as much space as possible, ensuring footers are aligned to the bottom.\n  flex: 1 1 auto;\n  padding: var(--#{$prefix}card-spacer-y) var(--#{$prefix}card-spacer-x);\n  color: var(--#{$prefix}card-color);\n}\n\n.card-title {\n  margin-bottom: var(--#{$prefix}card-title-spacer-y);\n  color: var(--#{$prefix}card-title-color);\n}\n\n.card-subtitle {\n  margin-top: calc(-.5 * var(--#{$prefix}card-title-spacer-y)); // stylelint-disable-line function-disallowed-list\n  margin-bottom: 0;\n  color: var(--#{$prefix}card-subtitle-color);\n}\n\n.card-text:last-child {\n  margin-bottom: 0;\n}\n\n.card-link {\n  &:hover {\n    text-decoration: if($link-hover-decoration == underline, none, null);\n  }\n\n  + .card-link {\n    margin-left: var(--#{$prefix}card-spacer-x);\n  }\n}\n\n//\n// Optional textual caps\n//\n\n.card-header {\n  padding: var(--#{$prefix}card-cap-padding-y) var(--#{$prefix}card-cap-padding-x);\n  margin-bottom: 0; // Removes the default margin-bottom of <hN>\n  color: var(--#{$prefix}card-cap-color);\n  background-color: var(--#{$prefix}card-cap-bg);\n  border-bottom: var(--#{$prefix}card-border-width) solid var(--#{$prefix}card-border-color);\n\n  &:first-child {\n    @include border-radius(var(--#{$prefix}card-inner-border-radius) var(--#{$prefix}card-inner-border-radius) 0 0);\n  }\n}\n\n.card-footer {\n  padding: var(--#{$prefix}card-cap-padding-y) var(--#{$prefix}card-cap-padding-x);\n  color: var(--#{$prefix}card-cap-color);\n  background-color: var(--#{$prefix}card-cap-bg);\n  border-top: var(--#{$prefix}card-border-width) solid var(--#{$prefix}card-border-color);\n\n  &:last-child {\n    @include border-radius(0 0 var(--#{$prefix}card-inner-border-radius) var(--#{$prefix}card-inner-border-radius));\n  }\n}\n\n\n//\n// Header navs\n//\n\n.card-header-tabs {\n  margin-right: calc(-.5 * var(--#{$prefix}card-cap-padding-x)); // stylelint-disable-line function-disallowed-list\n  margin-bottom: calc(-1 * var(--#{$prefix}card-cap-padding-y)); // stylelint-disable-line function-disallowed-list\n  margin-left: calc(-.5 * var(--#{$prefix}card-cap-padding-x)); // stylelint-disable-line function-disallowed-list\n  border-bottom: 0;\n\n  .nav-link.active {\n    background-color: var(--#{$prefix}card-bg);\n    border-bottom-color: var(--#{$prefix}card-bg);\n  }\n}\n\n.card-header-pills {\n  margin-right: calc(-.5 * var(--#{$prefix}card-cap-padding-x)); // stylelint-disable-line function-disallowed-list\n  margin-left: calc(-.5 * var(--#{$prefix}card-cap-padding-x)); // stylelint-disable-line function-disallowed-list\n}\n\n// Card image\n.card-img-overlay {\n  position: absolute;\n  top: 0;\n  right: 0;\n  bottom: 0;\n  left: 0;\n  padding: var(--#{$prefix}card-img-overlay-padding);\n  @include border-radius(var(--#{$prefix}card-inner-border-radius));\n}\n\n.card-img,\n.card-img-top,\n.card-img-bottom {\n  width: 100%; // Required because we use flexbox and this inherently applies align-self: stretch\n}\n\n.card-img,\n.card-img-top {\n  @include border-top-radius(var(--#{$prefix}card-inner-border-radius));\n}\n\n.card-img,\n.card-img-bottom {\n  @include border-bottom-radius(var(--#{$prefix}card-inner-border-radius));\n}\n\n\n//\n// Card groups\n//\n\n.card-group {\n  // The child selector allows nested `.card` within `.card-group`\n  // to display properly.\n  > .card {\n    margin-bottom: var(--#{$prefix}card-group-margin);\n  }\n\n  @include media-breakpoint-up(sm) {\n    display: flex;\n    flex-flow: row wrap;\n    // The child selector allows nested `.card` within `.card-group`\n    // to display properly.\n    > .card {\n      // Flexbugs #4: https://github.com/philipwalton/flexbugs#flexbug-4\n      flex: 1 0 0%;\n      margin-bottom: 0;\n\n      + .card {\n        margin-left: 0;\n        border-left: 0;\n      }\n\n      // Handle rounded corners\n      @if $enable-rounded {\n        &:not(:last-child) {\n          @include border-end-radius(0);\n\n          .card-img-top,\n          .card-header {\n            // stylelint-disable-next-line property-disallowed-list\n            border-top-right-radius: 0;\n          }\n          .card-img-bottom,\n          .card-footer {\n            // stylelint-disable-next-line property-disallowed-list\n            border-bottom-right-radius: 0;\n          }\n        }\n\n        &:not(:first-child) {\n          @include border-start-radius(0);\n\n          .card-img-top,\n          .card-header {\n            // stylelint-disable-next-line property-disallowed-list\n            border-top-left-radius: 0;\n          }\n          .card-img-bottom,\n          .card-footer {\n            // stylelint-disable-next-line property-disallowed-list\n            border-bottom-left-radius: 0;\n          }\n        }\n      }\n    }\n  }\n}\n"
  },
  {
    "path": "scss/bootstrap/_carousel.scss",
    "content": "// Notes on the classes:\n//\n// 1. .carousel.pointer-event should ideally be pan-y (to allow for users to scroll vertically)\n//    even when their scroll action started on a carousel, but for compatibility (with Firefox)\n//    we're preventing all actions instead\n// 2. The .carousel-item-start and .carousel-item-end is used to indicate where\n//    the active slide is heading.\n// 3. .active.carousel-item is the current slide.\n// 4. .active.carousel-item-start and .active.carousel-item-end is the current\n//    slide in its in-transition state. Only one of these occurs at a time.\n// 5. .carousel-item-next.carousel-item-start and .carousel-item-prev.carousel-item-end\n//    is the upcoming slide in transition.\n\n.carousel {\n  position: relative;\n}\n\n.carousel.pointer-event {\n  touch-action: pan-y;\n}\n\n.carousel-inner {\n  position: relative;\n  width: 100%;\n  overflow: hidden;\n  @include clearfix();\n}\n\n.carousel-item {\n  position: relative;\n  display: none;\n  float: left;\n  width: 100%;\n  margin-right: -100%;\n  backface-visibility: hidden;\n  @include transition($carousel-transition);\n}\n\n.carousel-item.active,\n.carousel-item-next,\n.carousel-item-prev {\n  display: block;\n}\n\n.carousel-item-next:not(.carousel-item-start),\n.active.carousel-item-end {\n  transform: translateX(100%);\n}\n\n.carousel-item-prev:not(.carousel-item-end),\n.active.carousel-item-start {\n  transform: translateX(-100%);\n}\n\n\n//\n// Alternate transitions\n//\n\n.carousel-fade {\n  .carousel-item {\n    opacity: 0;\n    transition-property: opacity;\n    transform: none;\n  }\n\n  .carousel-item.active,\n  .carousel-item-next.carousel-item-start,\n  .carousel-item-prev.carousel-item-end {\n    z-index: 1;\n    opacity: 1;\n  }\n\n  .active.carousel-item-start,\n  .active.carousel-item-end {\n    z-index: 0;\n    opacity: 0;\n    @include transition(opacity 0s $carousel-transition-duration);\n  }\n}\n\n\n//\n// Left/right controls for nav\n//\n\n.carousel-control-prev,\n.carousel-control-next {\n  position: absolute;\n  top: 0;\n  bottom: 0;\n  z-index: 1;\n  // Use flex for alignment (1-3)\n  display: flex; // 1. allow flex styles\n  align-items: center; // 2. vertically center contents\n  justify-content: center; // 3. horizontally center contents\n  width: $carousel-control-width;\n  padding: 0;\n  color: $carousel-control-color;\n  text-align: center;\n  background: none;\n  border: 0;\n  opacity: $carousel-control-opacity;\n  @include transition($carousel-control-transition);\n\n  // Hover/focus state\n  &:hover,\n  &:focus {\n    color: $carousel-control-color;\n    text-decoration: none;\n    outline: 0;\n    opacity: $carousel-control-hover-opacity;\n  }\n}\n.carousel-control-prev {\n  left: 0;\n  background-image: if($enable-gradients, linear-gradient(90deg, rgba($black, .25), rgba($black, .001)), null);\n}\n.carousel-control-next {\n  right: 0;\n  background-image: if($enable-gradients, linear-gradient(270deg, rgba($black, .25), rgba($black, .001)), null);\n}\n\n// Icons for within\n.carousel-control-prev-icon,\n.carousel-control-next-icon {\n  display: inline-block;\n  width: $carousel-control-icon-width;\n  height: $carousel-control-icon-width;\n  background-repeat: no-repeat;\n  background-position: 50%;\n  background-size: 100% 100%;\n}\n\n.carousel-control-prev-icon {\n  background-image: escape-svg($carousel-control-prev-icon-bg) #{\"/*rtl:\" + escape-svg($carousel-control-next-icon-bg) + \"*/\"};\n}\n.carousel-control-next-icon {\n  background-image: escape-svg($carousel-control-next-icon-bg) #{\"/*rtl:\" + escape-svg($carousel-control-prev-icon-bg) + \"*/\"};\n}\n\n// Optional indicator pips/controls\n//\n// Add a container (such as a list) with the following class and add an item (ideally a focusable control,\n// like a button) with data-bs-target for each slide your carousel holds.\n\n.carousel-indicators {\n  position: absolute;\n  right: 0;\n  bottom: 0;\n  left: 0;\n  z-index: 2;\n  display: flex;\n  justify-content: center;\n  padding: 0;\n  // Use the .carousel-control's width as margin so we don't overlay those\n  margin-right: $carousel-control-width;\n  margin-bottom: 1rem;\n  margin-left: $carousel-control-width;\n\n  [data-bs-target] {\n    box-sizing: content-box;\n    flex: 0 1 auto;\n    width: $carousel-indicator-width;\n    height: $carousel-indicator-height;\n    padding: 0;\n    margin-right: $carousel-indicator-spacer;\n    margin-left: $carousel-indicator-spacer;\n    text-indent: -999px;\n    cursor: pointer;\n    background-color: $carousel-indicator-active-bg;\n    background-clip: padding-box;\n    border: 0;\n    // Use transparent borders to increase the hit area by 10px on top and bottom.\n    border-top: $carousel-indicator-hit-area-height solid transparent;\n    border-bottom: $carousel-indicator-hit-area-height solid transparent;\n    opacity: $carousel-indicator-opacity;\n    @include transition($carousel-indicator-transition);\n  }\n\n  .active {\n    opacity: $carousel-indicator-active-opacity;\n  }\n}\n\n\n// Optional captions\n//\n//\n\n.carousel-caption {\n  position: absolute;\n  right: (100% - $carousel-caption-width) * .5;\n  bottom: $carousel-caption-spacer;\n  left: (100% - $carousel-caption-width) * .5;\n  padding-top: $carousel-caption-padding-y;\n  padding-bottom: $carousel-caption-padding-y;\n  color: $carousel-caption-color;\n  text-align: center;\n}\n\n// Dark mode carousel\n\n@mixin carousel-dark() {\n  .carousel-control-prev-icon,\n  .carousel-control-next-icon {\n    filter: $carousel-dark-control-icon-filter;\n  }\n\n  .carousel-indicators [data-bs-target] {\n    background-color: $carousel-dark-indicator-active-bg;\n  }\n\n  .carousel-caption {\n    color: $carousel-dark-caption-color;\n  }\n}\n\n.carousel-dark {\n  @include carousel-dark();\n}\n\n@if $enable-dark-mode {\n  @include color-mode(dark) {\n    @if $color-mode-type == \"media-query\" {\n      .carousel {\n        @include carousel-dark();\n      }\n    } @else {\n      .carousel,\n      &.carousel {\n        @include carousel-dark();\n      }\n    }\n  }\n}\n"
  },
  {
    "path": "scss/bootstrap/_close.scss",
    "content": "// Transparent background and border properties included for button version.\n// iOS requires the button element instead of an anchor tag.\n// If you want the anchor version, it requires `href=\"#\"`.\n// See https://developer.mozilla.org/en-US/docs/Web/Events/click#Safari_Mobile\n\n.btn-close {\n  // scss-docs-start close-css-vars\n  --#{$prefix}btn-close-color: #{$btn-close-color};\n  --#{$prefix}btn-close-bg: #{ escape-svg($btn-close-bg) };\n  --#{$prefix}btn-close-opacity: #{$btn-close-opacity};\n  --#{$prefix}btn-close-hover-opacity: #{$btn-close-hover-opacity};\n  --#{$prefix}btn-close-focus-shadow: #{$btn-close-focus-shadow};\n  --#{$prefix}btn-close-focus-opacity: #{$btn-close-focus-opacity};\n  --#{$prefix}btn-close-disabled-opacity: #{$btn-close-disabled-opacity};\n  --#{$prefix}btn-close-white-filter: #{$btn-close-white-filter};\n  // scss-docs-end close-css-vars\n\n  box-sizing: content-box;\n  width: $btn-close-width;\n  height: $btn-close-height;\n  padding: $btn-close-padding-y $btn-close-padding-x;\n  color: var(--#{$prefix}btn-close-color);\n  background: transparent var(--#{$prefix}btn-close-bg) center / $btn-close-width auto no-repeat; // include transparent for button elements\n  border: 0; // for button elements\n  @include border-radius();\n  opacity: var(--#{$prefix}btn-close-opacity);\n\n  // Override <a>'s hover style\n  &:hover {\n    color: var(--#{$prefix}btn-close-color);\n    text-decoration: none;\n    opacity: var(--#{$prefix}btn-close-hover-opacity);\n  }\n\n  &:focus {\n    outline: 0;\n    box-shadow: var(--#{$prefix}btn-close-focus-shadow);\n    opacity: var(--#{$prefix}btn-close-focus-opacity);\n  }\n\n  &:disabled,\n  &.disabled {\n    pointer-events: none;\n    user-select: none;\n    opacity: var(--#{$prefix}btn-close-disabled-opacity);\n  }\n}\n\n@mixin btn-close-white() {\n  filter: var(--#{$prefix}btn-close-white-filter);\n}\n\n.btn-close-white {\n  @include btn-close-white();\n}\n\n@if $enable-dark-mode {\n  @include color-mode(dark) {\n    .btn-close {\n      @include btn-close-white();\n    }\n  }\n}\n"
  },
  {
    "path": "scss/bootstrap/_containers.scss",
    "content": "// Container widths\n//\n// Set the container width, and override it for fixed navbars in media queries.\n\n@if $enable-container-classes {\n  // Single container class with breakpoint max-widths\n  .container,\n  // 100% wide container at all breakpoints\n  .container-fluid {\n    @include make-container();\n  }\n\n  // Responsive containers that are 100% wide until a breakpoint\n  @each $breakpoint, $container-max-width in $container-max-widths {\n    .container-#{$breakpoint} {\n      @extend .container-fluid;\n    }\n\n    @include media-breakpoint-up($breakpoint, $grid-breakpoints) {\n      %responsive-container-#{$breakpoint} {\n        max-width: $container-max-width;\n      }\n\n      // Extend each breakpoint which is smaller or equal to the current breakpoint\n      $extend-breakpoint: true;\n\n      @each $name, $width in $grid-breakpoints {\n        @if ($extend-breakpoint) {\n          .container#{breakpoint-infix($name, $grid-breakpoints)} {\n            @extend %responsive-container-#{$breakpoint};\n          }\n\n          // Once the current breakpoint is reached, stop extending\n          @if ($breakpoint == $name) {\n            $extend-breakpoint: false;\n          }\n        }\n      }\n    }\n  }\n}\n"
  },
  {
    "path": "scss/bootstrap/_dropdown.scss",
    "content": "// The dropdown wrapper (`<div>`)\n.dropup,\n.dropend,\n.dropdown,\n.dropstart,\n.dropup-center,\n.dropdown-center {\n  position: relative;\n}\n\n.dropdown-toggle {\n  white-space: nowrap;\n\n  // Generate the caret automatically\n  @include caret();\n}\n\n// The dropdown menu\n.dropdown-menu {\n  // scss-docs-start dropdown-css-vars\n  --#{$prefix}dropdown-zindex: #{$zindex-dropdown};\n  --#{$prefix}dropdown-min-width: #{$dropdown-min-width};\n  --#{$prefix}dropdown-padding-x: #{$dropdown-padding-x};\n  --#{$prefix}dropdown-padding-y: #{$dropdown-padding-y};\n  --#{$prefix}dropdown-spacer: #{$dropdown-spacer};\n  @include rfs($dropdown-font-size, --#{$prefix}dropdown-font-size);\n  --#{$prefix}dropdown-color: #{$dropdown-color};\n  --#{$prefix}dropdown-bg: #{$dropdown-bg};\n  --#{$prefix}dropdown-border-color: #{$dropdown-border-color};\n  --#{$prefix}dropdown-border-radius: #{$dropdown-border-radius};\n  --#{$prefix}dropdown-border-width: #{$dropdown-border-width};\n  --#{$prefix}dropdown-inner-border-radius: #{$dropdown-inner-border-radius};\n  --#{$prefix}dropdown-divider-bg: #{$dropdown-divider-bg};\n  --#{$prefix}dropdown-divider-margin-y: #{$dropdown-divider-margin-y};\n  --#{$prefix}dropdown-box-shadow: #{$dropdown-box-shadow};\n  --#{$prefix}dropdown-link-color: #{$dropdown-link-color};\n  --#{$prefix}dropdown-link-hover-color: #{$dropdown-link-hover-color};\n  --#{$prefix}dropdown-link-hover-bg: #{$dropdown-link-hover-bg};\n  --#{$prefix}dropdown-link-active-color: #{$dropdown-link-active-color};\n  --#{$prefix}dropdown-link-active-bg: #{$dropdown-link-active-bg};\n  --#{$prefix}dropdown-link-disabled-color: #{$dropdown-link-disabled-color};\n  --#{$prefix}dropdown-item-padding-x: #{$dropdown-item-padding-x};\n  --#{$prefix}dropdown-item-padding-y: #{$dropdown-item-padding-y};\n  --#{$prefix}dropdown-header-color: #{$dropdown-header-color};\n  --#{$prefix}dropdown-header-padding-x: #{$dropdown-header-padding-x};\n  --#{$prefix}dropdown-header-padding-y: #{$dropdown-header-padding-y};\n  // scss-docs-end dropdown-css-vars\n\n  position: absolute;\n  z-index: var(--#{$prefix}dropdown-zindex);\n  display: none; // none by default, but block on \"open\" of the menu\n  min-width: var(--#{$prefix}dropdown-min-width);\n  padding: var(--#{$prefix}dropdown-padding-y) var(--#{$prefix}dropdown-padding-x);\n  margin: 0; // Override default margin of ul\n  @include font-size(var(--#{$prefix}dropdown-font-size));\n  color: var(--#{$prefix}dropdown-color);\n  text-align: left; // Ensures proper alignment if parent has it changed (e.g., modal footer)\n  list-style: none;\n  background-color: var(--#{$prefix}dropdown-bg);\n  background-clip: padding-box;\n  border: var(--#{$prefix}dropdown-border-width) solid var(--#{$prefix}dropdown-border-color);\n  @include border-radius(var(--#{$prefix}dropdown-border-radius));\n  @include box-shadow(var(--#{$prefix}dropdown-box-shadow));\n\n  &[data-bs-popper] {\n    top: 100%;\n    left: 0;\n    margin-top: var(--#{$prefix}dropdown-spacer);\n  }\n\n  @if $dropdown-padding-y == 0 {\n    > .dropdown-item:first-child,\n    > li:first-child .dropdown-item {\n      @include border-top-radius(var(--#{$prefix}dropdown-inner-border-radius));\n    }\n    > .dropdown-item:last-child,\n    > li:last-child .dropdown-item {\n      @include border-bottom-radius(var(--#{$prefix}dropdown-inner-border-radius));\n    }\n\n  }\n}\n\n// scss-docs-start responsive-breakpoints\n// We deliberately hardcode the `bs-` prefix because we check\n// this custom property in JS to determine Popper's positioning\n\n@each $breakpoint in map-keys($grid-breakpoints) {\n  @include media-breakpoint-up($breakpoint) {\n    $infix: breakpoint-infix($breakpoint, $grid-breakpoints);\n\n    .dropdown-menu#{$infix}-start {\n      --bs-position: start;\n\n      &[data-bs-popper] {\n        right: auto;\n        left: 0;\n      }\n    }\n\n    .dropdown-menu#{$infix}-end {\n      --bs-position: end;\n\n      &[data-bs-popper] {\n        right: 0;\n        left: auto;\n      }\n    }\n  }\n}\n// scss-docs-end responsive-breakpoints\n\n// Allow for dropdowns to go bottom up (aka, dropup-menu)\n// Just add .dropup after the standard .dropdown class and you're set.\n.dropup {\n  .dropdown-menu[data-bs-popper] {\n    top: auto;\n    bottom: 100%;\n    margin-top: 0;\n    margin-bottom: var(--#{$prefix}dropdown-spacer);\n  }\n\n  .dropdown-toggle {\n    @include caret(up);\n  }\n}\n\n.dropend {\n  .dropdown-menu[data-bs-popper] {\n    top: 0;\n    right: auto;\n    left: 100%;\n    margin-top: 0;\n    margin-left: var(--#{$prefix}dropdown-spacer);\n  }\n\n  .dropdown-toggle {\n    @include caret(end);\n    &::after {\n      vertical-align: 0;\n    }\n  }\n}\n\n.dropstart {\n  .dropdown-menu[data-bs-popper] {\n    top: 0;\n    right: 100%;\n    left: auto;\n    margin-top: 0;\n    margin-right: var(--#{$prefix}dropdown-spacer);\n  }\n\n  .dropdown-toggle {\n    @include caret(start);\n    &::before {\n      vertical-align: 0;\n    }\n  }\n}\n\n\n// Dividers (basically an `<hr>`) within the dropdown\n.dropdown-divider {\n  height: 0;\n  margin: var(--#{$prefix}dropdown-divider-margin-y) 0;\n  overflow: hidden;\n  border-top: 1px solid var(--#{$prefix}dropdown-divider-bg);\n  opacity: 1; // Revisit in v6 to de-dupe styles that conflict with <hr> element\n}\n\n// Links, buttons, and more within the dropdown menu\n//\n// `<button>`-specific styles are denoted with `// For <button>s`\n.dropdown-item {\n  display: block;\n  width: 100%; // For `<button>`s\n  padding: var(--#{$prefix}dropdown-item-padding-y) var(--#{$prefix}dropdown-item-padding-x);\n  clear: both;\n  font-weight: $font-weight-normal;\n  color: var(--#{$prefix}dropdown-link-color);\n  text-align: inherit; // For `<button>`s\n  text-decoration: if($link-decoration == none, null, none);\n  white-space: nowrap; // prevent links from randomly breaking onto new lines\n  background-color: transparent; // For `<button>`s\n  border: 0; // For `<button>`s\n  @include border-radius(var(--#{$prefix}dropdown-item-border-radius, 0));\n\n  &:hover,\n  &:focus {\n    color: var(--#{$prefix}dropdown-link-hover-color);\n    text-decoration: if($link-hover-decoration == underline, none, null);\n    @include gradient-bg(var(--#{$prefix}dropdown-link-hover-bg));\n  }\n\n  &.active,\n  &:active {\n    color: var(--#{$prefix}dropdown-link-active-color);\n    text-decoration: none;\n    @include gradient-bg(var(--#{$prefix}dropdown-link-active-bg));\n  }\n\n  &.disabled,\n  &:disabled {\n    color: var(--#{$prefix}dropdown-link-disabled-color);\n    pointer-events: none;\n    background-color: transparent;\n    // Remove CSS gradients if they're enabled\n    background-image: if($enable-gradients, none, null);\n  }\n}\n\n.dropdown-menu.show {\n  display: block;\n}\n\n// Dropdown section headers\n.dropdown-header {\n  display: block;\n  padding: var(--#{$prefix}dropdown-header-padding-y) var(--#{$prefix}dropdown-header-padding-x);\n  margin-bottom: 0; // for use with heading elements\n  @include font-size($font-size-sm);\n  color: var(--#{$prefix}dropdown-header-color);\n  white-space: nowrap; // as with > li > a\n}\n\n// Dropdown text\n.dropdown-item-text {\n  display: block;\n  padding: var(--#{$prefix}dropdown-item-padding-y) var(--#{$prefix}dropdown-item-padding-x);\n  color: var(--#{$prefix}dropdown-link-color);\n}\n\n// Dark dropdowns\n.dropdown-menu-dark {\n  // scss-docs-start dropdown-dark-css-vars\n  --#{$prefix}dropdown-color: #{$dropdown-dark-color};\n  --#{$prefix}dropdown-bg: #{$dropdown-dark-bg};\n  --#{$prefix}dropdown-border-color: #{$dropdown-dark-border-color};\n  --#{$prefix}dropdown-box-shadow: #{$dropdown-dark-box-shadow};\n  --#{$prefix}dropdown-link-color: #{$dropdown-dark-link-color};\n  --#{$prefix}dropdown-link-hover-color: #{$dropdown-dark-link-hover-color};\n  --#{$prefix}dropdown-divider-bg: #{$dropdown-dark-divider-bg};\n  --#{$prefix}dropdown-link-hover-bg: #{$dropdown-dark-link-hover-bg};\n  --#{$prefix}dropdown-link-active-color: #{$dropdown-dark-link-active-color};\n  --#{$prefix}dropdown-link-active-bg: #{$dropdown-dark-link-active-bg};\n  --#{$prefix}dropdown-link-disabled-color: #{$dropdown-dark-link-disabled-color};\n  --#{$prefix}dropdown-header-color: #{$dropdown-dark-header-color};\n  // scss-docs-end dropdown-dark-css-vars\n}\n"
  },
  {
    "path": "scss/bootstrap/_forms.scss",
    "content": "@import \"forms/labels\";\n@import \"forms/form-text\";\n@import \"forms/form-control\";\n@import \"forms/form-select\";\n@import \"forms/form-check\";\n@import \"forms/form-range\";\n@import \"forms/floating-labels\";\n@import \"forms/input-group\";\n@import \"forms/validation\";\n"
  },
  {
    "path": "scss/bootstrap/_functions.scss",
    "content": "// Bootstrap functions\n//\n// Utility mixins and functions for evaluating source code across our variables, maps, and mixins.\n\n// Ascending\n// Used to evaluate Sass maps like our grid breakpoints.\n@mixin _assert-ascending($map, $map-name) {\n  $prev-key: null;\n  $prev-num: null;\n  @each $key, $num in $map {\n    @if $prev-num == null or unit($num) == \"%\" or unit($prev-num) == \"%\" {\n      // Do nothing\n    } @else if not comparable($prev-num, $num) {\n      @warn \"Potentially invalid value for #{$map-name}: This map must be in ascending order, but key '#{$key}' has value #{$num} whose unit makes it incomparable to #{$prev-num}, the value of the previous key '#{$prev-key}' !\";\n    } @else if $prev-num >= $num {\n      @warn \"Invalid value for #{$map-name}: This map must be in ascending order, but key '#{$key}' has value #{$num} which isn't greater than #{$prev-num}, the value of the previous key '#{$prev-key}' !\";\n    }\n    $prev-key: $key;\n    $prev-num: $num;\n  }\n}\n\n// Starts at zero\n// Used to ensure the min-width of the lowest breakpoint starts at 0.\n@mixin _assert-starts-at-zero($map, $map-name: \"$grid-breakpoints\") {\n  @if length($map) > 0 {\n    $values: map-values($map);\n    $first-value: nth($values, 1);\n    @if $first-value != 0 {\n      @warn \"First breakpoint in #{$map-name} must start at 0, but starts at #{$first-value}.\";\n    }\n  }\n}\n\n// Colors\n@function to-rgb($value) {\n  @return red($value), green($value), blue($value);\n}\n\n// stylelint-disable scss/dollar-variable-pattern\n@function rgba-css-var($identifier, $target) {\n  @if $identifier == \"body\" and $target == \"bg\" {\n    @return rgba(var(--#{$prefix}#{$identifier}-bg-rgb), var(--#{$prefix}#{$target}-opacity));\n  } @if $identifier == \"body\" and $target == \"text\" {\n    @return rgba(var(--#{$prefix}#{$identifier}-color-rgb), var(--#{$prefix}#{$target}-opacity));\n  } @else {\n    @return rgba(var(--#{$prefix}#{$identifier}-rgb), var(--#{$prefix}#{$target}-opacity));\n  }\n}\n\n@function map-loop($map, $func, $args...) {\n  $_map: ();\n\n  @each $key, $value in $map {\n    // allow to pass the $key and $value of the map as an function argument\n    $_args: ();\n    @each $arg in $args {\n      $_args: append($_args, if($arg == \"$key\", $key, if($arg == \"$value\", $value, $arg)));\n    }\n\n    $_map: map-merge($_map, ($key: call(get-function($func), $_args...)));\n  }\n\n  @return $_map;\n}\n// stylelint-enable scss/dollar-variable-pattern\n\n@function varify($list) {\n  $result: null;\n  @each $entry in $list {\n    $result: append($result, var(--#{$prefix}#{$entry}), space);\n  }\n  @return $result;\n}\n\n// Internal Bootstrap function to turn maps into its negative variant.\n// It prefixes the keys with `n` and makes the value negative.\n@function negativify-map($map) {\n  $result: ();\n  @each $key, $value in $map {\n    @if $key != 0 {\n      $result: map-merge($result, (\"n\" + $key: (-$value)));\n    }\n  }\n  @return $result;\n}\n\n// Get multiple keys from a sass map\n@function map-get-multiple($map, $values) {\n  $result: ();\n  @each $key, $value in $map {\n    @if (index($values, $key) != null) {\n      $result: map-merge($result, ($key: $value));\n    }\n  }\n  @return $result;\n}\n\n// Merge multiple maps\n@function map-merge-multiple($maps...) {\n  $merged-maps: ();\n\n  @each $map in $maps {\n    $merged-maps: map-merge($merged-maps, $map);\n  }\n  @return $merged-maps;\n}\n\n// Replace `$search` with `$replace` in `$string`\n// Used on our SVG icon backgrounds for custom forms.\n//\n// @author Kitty Giraudel\n// @param {String} $string - Initial string\n// @param {String} $search - Substring to replace\n// @param {String} $replace ('') - New value\n// @return {String} - Updated string\n@function str-replace($string, $search, $replace: \"\") {\n  $index: str-index($string, $search);\n\n  @if $index {\n    @return str-slice($string, 1, $index - 1) + $replace + str-replace(str-slice($string, $index + str-length($search)), $search, $replace);\n  }\n\n  @return $string;\n}\n\n// See https://codepen.io/kevinweber/pen/dXWoRw\n//\n// Requires the use of quotes around data URIs.\n\n@function escape-svg($string) {\n  @if str-index($string, \"data:image/svg+xml\") {\n    @each $char, $encoded in $escaped-characters {\n      // Do not escape the url brackets\n      @if str-index($string, \"url(\") == 1 {\n        $string: url(\"#{str-replace(str-slice($string, 6, -3), $char, $encoded)}\");\n      } @else {\n        $string: str-replace($string, $char, $encoded);\n      }\n    }\n  }\n\n  @return $string;\n}\n\n// Color contrast\n// See https://github.com/twbs/bootstrap/pull/30168\n\n// A list of pre-calculated numbers of pow(divide((divide($value, 255) + .055), 1.055), 2.4). (from 0 to 255)\n// stylelint-disable-next-line scss/dollar-variable-default, scss/dollar-variable-pattern\n$_luminance-list: .0008 .001 .0011 .0013 .0015 .0017 .002 .0022 .0025 .0027 .003 .0033 .0037 .004 .0044 .0048 .0052 .0056 .006 .0065 .007 .0075 .008 .0086 .0091 .0097 .0103 .011 .0116 .0123 .013 .0137 .0144 .0152 .016 .0168 .0176 .0185 .0194 .0203 .0212 .0222 .0232 .0242 .0252 .0262 .0273 .0284 .0296 .0307 .0319 .0331 .0343 .0356 .0369 .0382 .0395 .0409 .0423 .0437 .0452 .0467 .0482 .0497 .0513 .0529 .0545 .0561 .0578 .0595 .0612 .063 .0648 .0666 .0685 .0704 .0723 .0742 .0762 .0782 .0802 .0823 .0844 .0865 .0887 .0908 .0931 .0953 .0976 .0999 .1022 .1046 .107 .1095 .1119 .1144 .117 .1195 .1221 .1248 .1274 .1301 .1329 .1356 .1384 .1413 .1441 .147 .15 .1529 .1559 .159 .162 .1651 .1683 .1714 .1746 .1779 .1812 .1845 .1878 .1912 .1946 .1981 .2016 .2051 .2086 .2122 .2159 .2195 .2232 .227 .2307 .2346 .2384 .2423 .2462 .2502 .2542 .2582 .2623 .2664 .2705 .2747 .2789 .2831 .2874 .2918 .2961 .3005 .305 .3095 .314 .3185 .3231 .3278 .3325 .3372 .3419 .3467 .3515 .3564 .3613 .3663 .3712 .3763 .3813 .3864 .3916 .3968 .402 .4072 .4125 .4179 .4233 .4287 .4342 .4397 .4452 .4508 .4564 .4621 .4678 .4735 .4793 .4851 .491 .4969 .5029 .5089 .5149 .521 .5271 .5333 .5395 .5457 .552 .5583 .5647 .5711 .5776 .5841 .5906 .5972 .6038 .6105 .6172 .624 .6308 .6376 .6445 .6514 .6584 .6654 .6724 .6795 .6867 .6939 .7011 .7084 .7157 .7231 .7305 .7379 .7454 .7529 .7605 .7682 .7758 .7835 .7913 .7991 .807 .8148 .8228 .8308 .8388 .8469 .855 .8632 .8714 .8796 .8879 .8963 .9047 .9131 .9216 .9301 .9387 .9473 .956 .9647 .9734 .9823 .9911 1;\n\n@function color-contrast($background, $color-contrast-dark: $color-contrast-dark, $color-contrast-light: $color-contrast-light, $min-contrast-ratio: $min-contrast-ratio) {\n  $foregrounds: $color-contrast-light, $color-contrast-dark, $white, $black;\n  $max-ratio: 0;\n  $max-ratio-color: null;\n\n  @each $color in $foregrounds {\n    $contrast-ratio: contrast-ratio($background, $color);\n    @if $contrast-ratio > $min-contrast-ratio {\n      @return $color;\n    } @else if $contrast-ratio > $max-ratio {\n      $max-ratio: $contrast-ratio;\n      $max-ratio-color: $color;\n    }\n  }\n\n  @warn \"Found no color leading to #{$min-contrast-ratio}:1 contrast ratio against #{$background}...\";\n\n  @return $max-ratio-color;\n}\n\n@function contrast-ratio($background, $foreground: $color-contrast-light) {\n  $l1: luminance($background);\n  $l2: luminance(opaque($background, $foreground));\n\n  @return if($l1 > $l2, divide($l1 + .05, $l2 + .05), divide($l2 + .05, $l1 + .05));\n}\n\n// Return WCAG2.1 relative luminance\n// See https://www.w3.org/TR/WCAG/#dfn-relative-luminance\n// See https://www.w3.org/TR/WCAG/#dfn-contrast-ratio\n@function luminance($color) {\n  $rgb: (\n    \"r\": red($color),\n    \"g\": green($color),\n    \"b\": blue($color)\n  );\n\n  @each $name, $value in $rgb {\n    $value: if(divide($value, 255) < .04045, divide(divide($value, 255), 12.92), nth($_luminance-list, $value + 1));\n    $rgb: map-merge($rgb, ($name: $value));\n  }\n\n  @return (map-get($rgb, \"r\") * .2126) + (map-get($rgb, \"g\") * .7152) + (map-get($rgb, \"b\") * .0722);\n}\n\n// Return opaque color\n// opaque(#fff, rgba(0, 0, 0, .5)) => #808080\n@function opaque($background, $foreground) {\n  @return mix(rgba($foreground, 1), $background, opacity($foreground) * 100%);\n}\n\n// scss-docs-start color-functions\n// Tint a color: mix a color with white\n@function tint-color($color, $weight) {\n  @return mix(white, $color, $weight);\n}\n\n// Shade a color: mix a color with black\n@function shade-color($color, $weight) {\n  @return mix(black, $color, $weight);\n}\n\n// Shade the color if the weight is positive, else tint it\n@function shift-color($color, $weight) {\n  @return if($weight > 0, shade-color($color, $weight), tint-color($color, -$weight));\n}\n// scss-docs-end color-functions\n\n// Return valid calc\n@function add($value1, $value2, $return-calc: true) {\n  @if $value1 == null {\n    @return $value2;\n  }\n\n  @if $value2 == null {\n    @return $value1;\n  }\n\n  @if type-of($value1) == number and type-of($value2) == number and comparable($value1, $value2) {\n    @return $value1 + $value2;\n  }\n\n  @return if($return-calc == true, calc(#{$value1} + #{$value2}), $value1 + unquote(\" + \") + $value2);\n}\n\n@function subtract($value1, $value2, $return-calc: true) {\n  @if $value1 == null and $value2 == null {\n    @return null;\n  }\n\n  @if $value1 == null {\n    @return -$value2;\n  }\n\n  @if $value2 == null {\n    @return $value1;\n  }\n\n  @if type-of($value1) == number and type-of($value2) == number and comparable($value1, $value2) {\n    @return $value1 - $value2;\n  }\n\n  @if type-of($value2) != number {\n    $value2: unquote(\"(\") + $value2 + unquote(\")\");\n  }\n\n  @return if($return-calc == true, calc(#{$value1} - #{$value2}), $value1 + unquote(\" - \") + $value2);\n}\n\n@function divide($dividend, $divisor, $precision: 10) {\n  $sign: if($dividend > 0 and $divisor > 0 or $dividend < 0 and $divisor < 0, 1, -1);\n  $dividend: abs($dividend);\n  $divisor: abs($divisor);\n  @if $dividend == 0 {\n    @return 0;\n  }\n  @if $divisor == 0 {\n    @error \"Cannot divide by 0\";\n  }\n  $remainder: $dividend;\n  $result: 0;\n  $factor: 10;\n  @while ($remainder > 0 and $precision >= 0) {\n    $quotient: 0;\n    @while ($remainder >= $divisor) {\n      $remainder: $remainder - $divisor;\n      $quotient: $quotient + 1;\n    }\n    $result: $result * 10 + $quotient;\n    $factor: $factor * .1;\n    $remainder: $remainder * 10;\n    $precision: $precision - 1;\n    @if ($precision < 0 and $remainder >= $divisor * 5) {\n      $result: $result + 1;\n    }\n  }\n  $result: $result * $factor * $sign;\n  $dividend-unit: unit($dividend);\n  $divisor-unit: unit($divisor);\n  $unit-map: (\n    \"px\": 1px,\n    \"rem\": 1rem,\n    \"em\": 1em,\n    \"%\": 1%\n  );\n  @if ($dividend-unit != $divisor-unit and map-has-key($unit-map, $dividend-unit)) {\n    $result: $result * map-get($unit-map, $dividend-unit);\n  }\n  @return $result;\n}\n"
  },
  {
    "path": "scss/bootstrap/_grid.scss",
    "content": "// Row\n//\n// Rows contain your columns.\n\n:root {\n  @each $name, $value in $grid-breakpoints {\n    --#{$prefix}breakpoint-#{$name}: #{$value};\n  }\n}\n\n@if $enable-grid-classes {\n  .row {\n    @include make-row();\n\n    > * {\n      @include make-col-ready();\n    }\n  }\n}\n\n@if $enable-cssgrid {\n  .grid {\n    display: grid;\n    grid-template-rows: repeat(var(--#{$prefix}rows, 1), 1fr);\n    grid-template-columns: repeat(var(--#{$prefix}columns, #{$grid-columns}), 1fr);\n    gap: var(--#{$prefix}gap, #{$grid-gutter-width});\n\n    @include make-cssgrid();\n  }\n}\n\n\n// Columns\n//\n// Common styles for small and large grid columns\n\n@if $enable-grid-classes {\n  @include make-grid-columns();\n}\n"
  },
  {
    "path": "scss/bootstrap/_helpers.scss",
    "content": "@import \"helpers/clearfix\";\n@import \"helpers/color-bg\";\n@import \"helpers/colored-links\";\n@import \"helpers/focus-ring\";\n@import \"helpers/icon-link\";\n@import \"helpers/ratio\";\n@import \"helpers/position\";\n@import \"helpers/stacks\";\n@import \"helpers/visually-hidden\";\n@import \"helpers/stretched-link\";\n@import \"helpers/text-truncation\";\n@import \"helpers/vr\";\n"
  },
  {
    "path": "scss/bootstrap/_images.scss",
    "content": "// Responsive images (ensure images don't scale beyond their parents)\n//\n// This is purposefully opt-in via an explicit class rather than being the default for all `<img>`s.\n// We previously tried the \"images are responsive by default\" approach in Bootstrap v2,\n// and abandoned it in Bootstrap v3 because it breaks lots of third-party widgets (including Google Maps)\n// which weren't expecting the images within themselves to be involuntarily resized.\n// See also https://github.com/twbs/bootstrap/issues/18178\n.img-fluid {\n  @include img-fluid();\n}\n\n\n// Image thumbnails\n.img-thumbnail {\n  padding: $thumbnail-padding;\n  background-color: $thumbnail-bg;\n  border: $thumbnail-border-width solid $thumbnail-border-color;\n  @include border-radius($thumbnail-border-radius);\n  @include box-shadow($thumbnail-box-shadow);\n\n  // Keep them at most 100% wide\n  @include img-fluid();\n}\n\n//\n// Figures\n//\n\n.figure {\n  // Ensures the caption's text aligns with the image.\n  display: inline-block;\n}\n\n.figure-img {\n  margin-bottom: $spacer * .5;\n  line-height: 1;\n}\n\n.figure-caption {\n  @include font-size($figure-caption-font-size);\n  color: $figure-caption-color;\n}\n"
  },
  {
    "path": "scss/bootstrap/_list-group.scss",
    "content": "// Base class\n//\n// Easily usable on <ul>, <ol>, or <div>.\n\n.list-group {\n  // scss-docs-start list-group-css-vars\n  --#{$prefix}list-group-color: #{$list-group-color};\n  --#{$prefix}list-group-bg: #{$list-group-bg};\n  --#{$prefix}list-group-border-color: #{$list-group-border-color};\n  --#{$prefix}list-group-border-width: #{$list-group-border-width};\n  --#{$prefix}list-group-border-radius: #{$list-group-border-radius};\n  --#{$prefix}list-group-item-padding-x: #{$list-group-item-padding-x};\n  --#{$prefix}list-group-item-padding-y: #{$list-group-item-padding-y};\n  --#{$prefix}list-group-action-color: #{$list-group-action-color};\n  --#{$prefix}list-group-action-hover-color: #{$list-group-action-hover-color};\n  --#{$prefix}list-group-action-hover-bg: #{$list-group-hover-bg};\n  --#{$prefix}list-group-action-active-color: #{$list-group-action-active-color};\n  --#{$prefix}list-group-action-active-bg: #{$list-group-action-active-bg};\n  --#{$prefix}list-group-disabled-color: #{$list-group-disabled-color};\n  --#{$prefix}list-group-disabled-bg: #{$list-group-disabled-bg};\n  --#{$prefix}list-group-active-color: #{$list-group-active-color};\n  --#{$prefix}list-group-active-bg: #{$list-group-active-bg};\n  --#{$prefix}list-group-active-border-color: #{$list-group-active-border-color};\n  // scss-docs-end list-group-css-vars\n\n  display: flex;\n  flex-direction: column;\n\n  // No need to set list-style: none; since .list-group-item is block level\n  padding-left: 0; // reset padding because ul and ol\n  margin-bottom: 0;\n  @include border-radius(var(--#{$prefix}list-group-border-radius));\n}\n\n.list-group-numbered {\n  list-style-type: none;\n  counter-reset: section;\n\n  > .list-group-item::before {\n    // Increments only this instance of the section counter\n    content: counters(section, \".\") \". \";\n    counter-increment: section;\n  }\n}\n\n// Interactive list items\n//\n// Use anchor or button elements instead of `li`s or `div`s to create interactive\n// list items. Includes an extra `.active` modifier class for selected items.\n\n.list-group-item-action {\n  width: 100%; // For `<button>`s (anchors become 100% by default though)\n  color: var(--#{$prefix}list-group-action-color);\n  text-align: inherit; // For `<button>`s (anchors inherit)\n\n  // Hover state\n  &:hover,\n  &:focus {\n    z-index: 1; // Place hover/focus items above their siblings for proper border styling\n    color: var(--#{$prefix}list-group-action-hover-color);\n    text-decoration: none;\n    background-color: var(--#{$prefix}list-group-action-hover-bg);\n  }\n\n  &:active {\n    color: var(--#{$prefix}list-group-action-active-color);\n    background-color: var(--#{$prefix}list-group-action-active-bg);\n  }\n}\n\n// Individual list items\n//\n// Use on `li`s or `div`s within the `.list-group` parent.\n\n.list-group-item {\n  position: relative;\n  display: block;\n  padding: var(--#{$prefix}list-group-item-padding-y) var(--#{$prefix}list-group-item-padding-x);\n  color: var(--#{$prefix}list-group-color);\n  text-decoration: if($link-decoration == none, null, none);\n  background-color: var(--#{$prefix}list-group-bg);\n  border: var(--#{$prefix}list-group-border-width) solid var(--#{$prefix}list-group-border-color);\n\n  &:first-child {\n    @include border-top-radius(inherit);\n  }\n\n  &:last-child {\n    @include border-bottom-radius(inherit);\n  }\n\n  &.disabled,\n  &:disabled {\n    color: var(--#{$prefix}list-group-disabled-color);\n    pointer-events: none;\n    background-color: var(--#{$prefix}list-group-disabled-bg);\n  }\n\n  // Include both here for `<a>`s and `<button>`s\n  &.active {\n    z-index: 2; // Place active items above their siblings for proper border styling\n    color: var(--#{$prefix}list-group-active-color);\n    background-color: var(--#{$prefix}list-group-active-bg);\n    border-color: var(--#{$prefix}list-group-active-border-color);\n  }\n\n  // stylelint-disable-next-line scss/selector-no-redundant-nesting-selector\n  & + .list-group-item {\n    border-top-width: 0;\n\n    &.active {\n      margin-top: calc(-1 * var(--#{$prefix}list-group-border-width)); // stylelint-disable-line function-disallowed-list\n      border-top-width: var(--#{$prefix}list-group-border-width);\n    }\n  }\n}\n\n// Horizontal\n//\n// Change the layout of list group items from vertical (default) to horizontal.\n\n@each $breakpoint in map-keys($grid-breakpoints) {\n  @include media-breakpoint-up($breakpoint) {\n    $infix: breakpoint-infix($breakpoint, $grid-breakpoints);\n\n    .list-group-horizontal#{$infix} {\n      flex-direction: row;\n\n      > .list-group-item {\n        &:first-child:not(:last-child) {\n          @include border-bottom-start-radius(var(--#{$prefix}list-group-border-radius));\n          @include border-top-end-radius(0);\n        }\n\n        &:last-child:not(:first-child) {\n          @include border-top-end-radius(var(--#{$prefix}list-group-border-radius));\n          @include border-bottom-start-radius(0);\n        }\n\n        &.active {\n          margin-top: 0;\n        }\n\n        + .list-group-item {\n          border-top-width: var(--#{$prefix}list-group-border-width);\n          border-left-width: 0;\n\n          &.active {\n            margin-left: calc(-1 * var(--#{$prefix}list-group-border-width)); // stylelint-disable-line function-disallowed-list\n            border-left-width: var(--#{$prefix}list-group-border-width);\n          }\n        }\n      }\n    }\n  }\n}\n\n\n// Flush list items\n//\n// Remove borders and border-radius to keep list group items edge-to-edge. Most\n// useful within other components (e.g., cards).\n\n.list-group-flush {\n  @include border-radius(0);\n\n  > .list-group-item {\n    border-width: 0 0 var(--#{$prefix}list-group-border-width);\n\n    &:last-child {\n      border-bottom-width: 0;\n    }\n  }\n}\n\n\n// scss-docs-start list-group-modifiers\n// List group contextual variants\n//\n// Add modifier classes to change text and background color on individual items.\n// Organizationally, this must come after the `:hover` states.\n\n@each $state in map-keys($theme-colors) {\n  .list-group-item-#{$state} {\n    --#{$prefix}list-group-color: var(--#{$prefix}#{$state}-text-emphasis);\n    --#{$prefix}list-group-bg: var(--#{$prefix}#{$state}-bg-subtle);\n    --#{$prefix}list-group-border-color: var(--#{$prefix}#{$state}-border-subtle);\n    --#{$prefix}list-group-action-hover-color: var(--#{$prefix}emphasis-color);\n    --#{$prefix}list-group-action-hover-bg: var(--#{$prefix}#{$state}-border-subtle);\n    --#{$prefix}list-group-action-active-color: var(--#{$prefix}emphasis-color);\n    --#{$prefix}list-group-action-active-bg: var(--#{$prefix}#{$state}-border-subtle);\n    --#{$prefix}list-group-active-color: var(--#{$prefix}#{$state}-bg-subtle);\n    --#{$prefix}list-group-active-bg: var(--#{$prefix}#{$state}-text-emphasis);\n    --#{$prefix}list-group-active-border-color: var(--#{$prefix}#{$state}-text-emphasis);\n  }\n}\n// scss-docs-end list-group-modifiers\n"
  },
  {
    "path": "scss/bootstrap/_maps.scss",
    "content": "// Re-assigned maps\n//\n// Placed here so that others can override the default Sass maps and see automatic updates to utilities and more.\n\n// scss-docs-start theme-colors-rgb\n$theme-colors-rgb: map-loop($theme-colors, to-rgb, \"$value\") !default;\n// scss-docs-end theme-colors-rgb\n\n// scss-docs-start theme-text-map\n$theme-colors-text: (\n  \"primary\": $primary-text-emphasis,\n  \"secondary\": $secondary-text-emphasis,\n  \"success\": $success-text-emphasis,\n  \"info\": $info-text-emphasis,\n  \"warning\": $warning-text-emphasis,\n  \"danger\": $danger-text-emphasis,\n  \"light\": $light-text-emphasis,\n  \"dark\": $dark-text-emphasis,\n) !default;\n// scss-docs-end theme-text-map\n\n// scss-docs-start theme-bg-subtle-map\n$theme-colors-bg-subtle: (\n  \"primary\": $primary-bg-subtle,\n  \"secondary\": $secondary-bg-subtle,\n  \"success\": $success-bg-subtle,\n  \"info\": $info-bg-subtle,\n  \"warning\": $warning-bg-subtle,\n  \"danger\": $danger-bg-subtle,\n  \"light\": $light-bg-subtle,\n  \"dark\": $dark-bg-subtle,\n) !default;\n// scss-docs-end theme-bg-subtle-map\n\n// scss-docs-start theme-border-subtle-map\n$theme-colors-border-subtle: (\n  \"primary\": $primary-border-subtle,\n  \"secondary\": $secondary-border-subtle,\n  \"success\": $success-border-subtle,\n  \"info\": $info-border-subtle,\n  \"warning\": $warning-border-subtle,\n  \"danger\": $danger-border-subtle,\n  \"light\": $light-border-subtle,\n  \"dark\": $dark-border-subtle,\n) !default;\n// scss-docs-end theme-border-subtle-map\n\n$theme-colors-text-dark: null !default;\n$theme-colors-bg-subtle-dark: null !default;\n$theme-colors-border-subtle-dark: null !default;\n\n@if $enable-dark-mode {\n  // scss-docs-start theme-text-dark-map\n  $theme-colors-text-dark: (\n    \"primary\": $primary-text-emphasis-dark,\n    \"secondary\": $secondary-text-emphasis-dark,\n    \"success\": $success-text-emphasis-dark,\n    \"info\": $info-text-emphasis-dark,\n    \"warning\": $warning-text-emphasis-dark,\n    \"danger\": $danger-text-emphasis-dark,\n    \"light\": $light-text-emphasis-dark,\n    \"dark\": $dark-text-emphasis-dark,\n  ) !default;\n  // scss-docs-end theme-text-dark-map\n\n  // scss-docs-start theme-bg-subtle-dark-map\n  $theme-colors-bg-subtle-dark: (\n    \"primary\": $primary-bg-subtle-dark,\n    \"secondary\": $secondary-bg-subtle-dark,\n    \"success\": $success-bg-subtle-dark,\n    \"info\": $info-bg-subtle-dark,\n    \"warning\": $warning-bg-subtle-dark,\n    \"danger\": $danger-bg-subtle-dark,\n    \"light\": $light-bg-subtle-dark,\n    \"dark\": $dark-bg-subtle-dark,\n  ) !default;\n  // scss-docs-end theme-bg-subtle-dark-map\n\n  // scss-docs-start theme-border-subtle-dark-map\n  $theme-colors-border-subtle-dark: (\n    \"primary\": $primary-border-subtle-dark,\n    \"secondary\": $secondary-border-subtle-dark,\n    \"success\": $success-border-subtle-dark,\n    \"info\": $info-border-subtle-dark,\n    \"warning\": $warning-border-subtle-dark,\n    \"danger\": $danger-border-subtle-dark,\n    \"light\": $light-border-subtle-dark,\n    \"dark\": $dark-border-subtle-dark,\n  ) !default;\n  // scss-docs-end theme-border-subtle-dark-map\n}\n\n// Utilities maps\n//\n// Extends the default `$theme-colors` maps to help create our utilities.\n\n// Come v6, we'll de-dupe these variables. Until then, for backward compatibility, we keep them to reassign.\n// scss-docs-start utilities-colors\n$utilities-colors: $theme-colors-rgb !default;\n// scss-docs-end utilities-colors\n\n// scss-docs-start utilities-text-colors\n$utilities-text: map-merge(\n  $utilities-colors,\n  (\n    \"black\": to-rgb($black),\n    \"white\": to-rgb($white),\n    \"body\": to-rgb($body-color)\n  )\n) !default;\n$utilities-text-colors: map-loop($utilities-text, rgba-css-var, \"$key\", \"text\") !default;\n\n$utilities-text-emphasis-colors: (\n  \"primary-emphasis\": var(--#{$prefix}primary-text-emphasis),\n  \"secondary-emphasis\": var(--#{$prefix}secondary-text-emphasis),\n  \"success-emphasis\": var(--#{$prefix}success-text-emphasis),\n  \"info-emphasis\": var(--#{$prefix}info-text-emphasis),\n  \"warning-emphasis\": var(--#{$prefix}warning-text-emphasis),\n  \"danger-emphasis\": var(--#{$prefix}danger-text-emphasis),\n  \"light-emphasis\": var(--#{$prefix}light-text-emphasis),\n  \"dark-emphasis\": var(--#{$prefix}dark-text-emphasis)\n) !default;\n// scss-docs-end utilities-text-colors\n\n// scss-docs-start utilities-bg-colors\n$utilities-bg: map-merge(\n  $utilities-colors,\n  (\n    \"black\": to-rgb($black),\n    \"white\": to-rgb($white),\n    \"body\": to-rgb($body-bg)\n  )\n) !default;\n$utilities-bg-colors: map-loop($utilities-bg, rgba-css-var, \"$key\", \"bg\") !default;\n\n$utilities-bg-subtle: (\n  \"primary-subtle\": var(--#{$prefix}primary-bg-subtle),\n  \"secondary-subtle\": var(--#{$prefix}secondary-bg-subtle),\n  \"success-subtle\": var(--#{$prefix}success-bg-subtle),\n  \"info-subtle\": var(--#{$prefix}info-bg-subtle),\n  \"warning-subtle\": var(--#{$prefix}warning-bg-subtle),\n  \"danger-subtle\": var(--#{$prefix}danger-bg-subtle),\n  \"light-subtle\": var(--#{$prefix}light-bg-subtle),\n  \"dark-subtle\": var(--#{$prefix}dark-bg-subtle)\n) !default;\n// scss-docs-end utilities-bg-colors\n\n// scss-docs-start utilities-border-colors\n$utilities-border: map-merge(\n  $utilities-colors,\n  (\n    \"black\": to-rgb($black),\n    \"white\": to-rgb($white)\n  )\n) !default;\n$utilities-border-colors: map-loop($utilities-border, rgba-css-var, \"$key\", \"border\") !default;\n\n$utilities-border-subtle: (\n  \"primary-subtle\": var(--#{$prefix}primary-border-subtle),\n  \"secondary-subtle\": var(--#{$prefix}secondary-border-subtle),\n  \"success-subtle\": var(--#{$prefix}success-border-subtle),\n  \"info-subtle\": var(--#{$prefix}info-border-subtle),\n  \"warning-subtle\": var(--#{$prefix}warning-border-subtle),\n  \"danger-subtle\": var(--#{$prefix}danger-border-subtle),\n  \"light-subtle\": var(--#{$prefix}light-border-subtle),\n  \"dark-subtle\": var(--#{$prefix}dark-border-subtle)\n) !default;\n// scss-docs-end utilities-border-colors\n\n$utilities-links-underline: map-loop($utilities-colors, rgba-css-var, \"$key\", \"link-underline\") !default;\n\n$negative-spacers: if($enable-negative-margins, negativify-map($spacers), null) !default;\n\n$gutters: $spacers !default;\n"
  },
  {
    "path": "scss/bootstrap/_mixins.scss",
    "content": "// Toggles\n//\n// Used in conjunction with global variables to enable certain theme features.\n\n// Vendor\n@import \"vendor/rfs\";\n\n// Deprecate\n@import \"mixins/deprecate\";\n\n// Helpers\n@import \"mixins/breakpoints\";\n@import \"mixins/color-mode\";\n@import \"mixins/color-scheme\";\n@import \"mixins/image\";\n@import \"mixins/resize\";\n@import \"mixins/visually-hidden\";\n@import \"mixins/reset-text\";\n@import \"mixins/text-truncate\";\n\n// Utilities\n@import \"mixins/utilities\";\n\n// Components\n@import \"mixins/backdrop\";\n@import \"mixins/buttons\";\n@import \"mixins/caret\";\n@import \"mixins/pagination\";\n@import \"mixins/lists\";\n@import \"mixins/forms\";\n@import \"mixins/table-variants\";\n\n// Skins\n@import \"mixins/border-radius\";\n@import \"mixins/box-shadow\";\n@import \"mixins/gradients\";\n@import \"mixins/transition\";\n\n// Layout\n@import \"mixins/clearfix\";\n@import \"mixins/container\";\n@import \"mixins/grid\";\n"
  },
  {
    "path": "scss/bootstrap/_modal.scss",
    "content": "// stylelint-disable function-disallowed-list\n\n// .modal-open      - body class for killing the scroll\n// .modal           - container to scroll within\n// .modal-dialog    - positioning shell for the actual modal\n// .modal-content   - actual modal w/ bg and corners and stuff\n\n\n// Container that the modal scrolls within\n.modal {\n  // scss-docs-start modal-css-vars\n  --#{$prefix}modal-zindex: #{$zindex-modal};\n  --#{$prefix}modal-width: #{$modal-md};\n  --#{$prefix}modal-padding: #{$modal-inner-padding};\n  --#{$prefix}modal-margin: #{$modal-dialog-margin};\n  --#{$prefix}modal-color: #{$modal-content-color};\n  --#{$prefix}modal-bg: #{$modal-content-bg};\n  --#{$prefix}modal-border-color: #{$modal-content-border-color};\n  --#{$prefix}modal-border-width: #{$modal-content-border-width};\n  --#{$prefix}modal-border-radius: #{$modal-content-border-radius};\n  --#{$prefix}modal-box-shadow: #{$modal-content-box-shadow-xs};\n  --#{$prefix}modal-inner-border-radius: #{$modal-content-inner-border-radius};\n  --#{$prefix}modal-header-padding-x: #{$modal-header-padding-x};\n  --#{$prefix}modal-header-padding-y: #{$modal-header-padding-y};\n  --#{$prefix}modal-header-padding: #{$modal-header-padding}; // Todo in v6: Split this padding into x and y\n  --#{$prefix}modal-header-border-color: #{$modal-header-border-color};\n  --#{$prefix}modal-header-border-width: #{$modal-header-border-width};\n  --#{$prefix}modal-title-line-height: #{$modal-title-line-height};\n  --#{$prefix}modal-footer-gap: #{$modal-footer-margin-between};\n  --#{$prefix}modal-footer-bg: #{$modal-footer-bg};\n  --#{$prefix}modal-footer-border-color: #{$modal-footer-border-color};\n  --#{$prefix}modal-footer-border-width: #{$modal-footer-border-width};\n  // scss-docs-end modal-css-vars\n\n  position: fixed;\n  top: 0;\n  left: 0;\n  z-index: var(--#{$prefix}modal-zindex);\n  display: none;\n  width: 100%;\n  height: 100%;\n  overflow-x: hidden;\n  overflow-y: auto;\n  // Prevent Chrome on Windows from adding a focus outline. For details, see\n  // https://github.com/twbs/bootstrap/pull/10951.\n  outline: 0;\n  // We deliberately don't use `-webkit-overflow-scrolling: touch;` due to a\n  // gnarly iOS Safari bug: https://bugs.webkit.org/show_bug.cgi?id=158342\n  // See also https://github.com/twbs/bootstrap/issues/17695\n}\n\n// Shell div to position the modal with bottom padding\n.modal-dialog {\n  position: relative;\n  width: auto;\n  margin: var(--#{$prefix}modal-margin);\n  // allow clicks to pass through for custom click handling to close modal\n  pointer-events: none;\n\n  // When fading in the modal, animate it to slide down\n  .modal.fade & {\n    @include transition($modal-transition);\n    transform: $modal-fade-transform;\n  }\n  .modal.show & {\n    transform: $modal-show-transform;\n  }\n\n  // When trying to close, animate focus to scale\n  .modal.modal-static & {\n    transform: $modal-scale-transform;\n  }\n}\n\n.modal-dialog-scrollable {\n  height: calc(100% - var(--#{$prefix}modal-margin) * 2);\n\n  .modal-content {\n    max-height: 100%;\n    overflow: hidden;\n  }\n\n  .modal-body {\n    overflow-y: auto;\n  }\n}\n\n.modal-dialog-centered {\n  display: flex;\n  align-items: center;\n  min-height: calc(100% - var(--#{$prefix}modal-margin) * 2);\n}\n\n// Actual modal\n.modal-content {\n  position: relative;\n  display: flex;\n  flex-direction: column;\n  width: 100%; // Ensure `.modal-content` extends the full width of the parent `.modal-dialog`\n  // counteract the pointer-events: none; in the .modal-dialog\n  color: var(--#{$prefix}modal-color);\n  pointer-events: auto;\n  background-color: var(--#{$prefix}modal-bg);\n  background-clip: padding-box;\n  border: var(--#{$prefix}modal-border-width) solid var(--#{$prefix}modal-border-color);\n  @include border-radius(var(--#{$prefix}modal-border-radius));\n  @include box-shadow(var(--#{$prefix}modal-box-shadow));\n  // Remove focus outline from opened modal\n  outline: 0;\n}\n\n// Modal background\n.modal-backdrop {\n  // scss-docs-start modal-backdrop-css-vars\n  --#{$prefix}backdrop-zindex: #{$zindex-modal-backdrop};\n  --#{$prefix}backdrop-bg: #{$modal-backdrop-bg};\n  --#{$prefix}backdrop-opacity: #{$modal-backdrop-opacity};\n  // scss-docs-end modal-backdrop-css-vars\n\n  @include overlay-backdrop(var(--#{$prefix}backdrop-zindex), var(--#{$prefix}backdrop-bg), var(--#{$prefix}backdrop-opacity));\n}\n\n// Modal header\n// Top section of the modal w/ title and dismiss\n.modal-header {\n  display: flex;\n  flex-shrink: 0;\n  align-items: center;\n  padding: var(--#{$prefix}modal-header-padding);\n  border-bottom: var(--#{$prefix}modal-header-border-width) solid var(--#{$prefix}modal-header-border-color);\n  @include border-top-radius(var(--#{$prefix}modal-inner-border-radius));\n\n  .btn-close {\n    padding: calc(var(--#{$prefix}modal-header-padding-y) * .5) calc(var(--#{$prefix}modal-header-padding-x) * .5);\n    margin: calc(-.5 * var(--#{$prefix}modal-header-padding-y)) calc(-.5 * var(--#{$prefix}modal-header-padding-x)) calc(-.5 * var(--#{$prefix}modal-header-padding-y)) auto;\n  }\n}\n\n// Title text within header\n.modal-title {\n  margin-bottom: 0;\n  line-height: var(--#{$prefix}modal-title-line-height);\n}\n\n// Modal body\n// Where all modal content resides (sibling of .modal-header and .modal-footer)\n.modal-body {\n  position: relative;\n  // Enable `flex-grow: 1` so that the body take up as much space as possible\n  // when there should be a fixed height on `.modal-dialog`.\n  flex: 1 1 auto;\n  padding: var(--#{$prefix}modal-padding);\n}\n\n// Footer (for actions)\n.modal-footer {\n  display: flex;\n  flex-shrink: 0;\n  flex-wrap: wrap;\n  align-items: center; // vertically center\n  justify-content: flex-end; // Right align buttons with flex property because text-align doesn't work on flex items\n  padding: calc(var(--#{$prefix}modal-padding) - var(--#{$prefix}modal-footer-gap) * .5);\n  background-color: var(--#{$prefix}modal-footer-bg);\n  border-top: var(--#{$prefix}modal-footer-border-width) solid var(--#{$prefix}modal-footer-border-color);\n  @include border-bottom-radius(var(--#{$prefix}modal-inner-border-radius));\n\n  // Place margin between footer elements\n  // This solution is far from ideal because of the universal selector usage,\n  // but is needed to fix https://github.com/twbs/bootstrap/issues/24800\n  > * {\n    margin: calc(var(--#{$prefix}modal-footer-gap) * .5); // Todo in v6: replace with gap on parent class\n  }\n}\n\n// Scale up the modal\n@include media-breakpoint-up(sm) {\n  .modal {\n    --#{$prefix}modal-margin: #{$modal-dialog-margin-y-sm-up};\n    --#{$prefix}modal-box-shadow: #{$modal-content-box-shadow-sm-up};\n  }\n\n  // Automatically set modal's width for larger viewports\n  .modal-dialog {\n    max-width: var(--#{$prefix}modal-width);\n    margin-right: auto;\n    margin-left: auto;\n  }\n\n  .modal-sm {\n    --#{$prefix}modal-width: #{$modal-sm};\n  }\n}\n\n@include media-breakpoint-up(lg) {\n  .modal-lg,\n  .modal-xl {\n    --#{$prefix}modal-width: #{$modal-lg};\n  }\n}\n\n@include media-breakpoint-up(xl) {\n  .modal-xl {\n    --#{$prefix}modal-width: #{$modal-xl};\n  }\n}\n\n// scss-docs-start modal-fullscreen-loop\n@each $breakpoint in map-keys($grid-breakpoints) {\n  $infix: breakpoint-infix($breakpoint, $grid-breakpoints);\n  $postfix: if($infix != \"\", $infix + \"-down\", \"\");\n\n  @include media-breakpoint-down($breakpoint) {\n    .modal-fullscreen#{$postfix} {\n      width: 100vw;\n      max-width: none;\n      height: 100%;\n      margin: 0;\n\n      .modal-content {\n        height: 100%;\n        border: 0;\n        @include border-radius(0);\n      }\n\n      .modal-header,\n      .modal-footer {\n        @include border-radius(0);\n      }\n\n      .modal-body {\n        overflow-y: auto;\n      }\n    }\n  }\n}\n// scss-docs-end modal-fullscreen-loop\n"
  },
  {
    "path": "scss/bootstrap/_nav.scss",
    "content": "// Base class\n//\n// Kickstart any navigation component with a set of style resets. Works with\n// `<nav>`s, `<ul>`s or `<ol>`s.\n\n.nav {\n  // scss-docs-start nav-css-vars\n  --#{$prefix}nav-link-padding-x: #{$nav-link-padding-x};\n  --#{$prefix}nav-link-padding-y: #{$nav-link-padding-y};\n  @include rfs($nav-link-font-size, --#{$prefix}nav-link-font-size);\n  --#{$prefix}nav-link-font-weight: #{$nav-link-font-weight};\n  --#{$prefix}nav-link-color: #{$nav-link-color};\n  --#{$prefix}nav-link-hover-color: #{$nav-link-hover-color};\n  --#{$prefix}nav-link-disabled-color: #{$nav-link-disabled-color};\n  // scss-docs-end nav-css-vars\n\n  display: flex;\n  flex-wrap: wrap;\n  padding-left: 0;\n  margin-bottom: 0;\n  list-style: none;\n}\n\n.nav-link {\n  display: block;\n  padding: var(--#{$prefix}nav-link-padding-y) var(--#{$prefix}nav-link-padding-x);\n  @include font-size(var(--#{$prefix}nav-link-font-size));\n  font-weight: var(--#{$prefix}nav-link-font-weight);\n  color: var(--#{$prefix}nav-link-color);\n  text-decoration: if($link-decoration == none, null, none);\n  background: none;\n  border: 0;\n  @include transition($nav-link-transition);\n\n  &:hover,\n  &:focus {\n    color: var(--#{$prefix}nav-link-hover-color);\n    text-decoration: if($link-hover-decoration == underline, none, null);\n  }\n\n  &:focus-visible {\n    outline: 0;\n    box-shadow: $nav-link-focus-box-shadow;\n  }\n\n  // Disabled state lightens text\n  &.disabled,\n  &:disabled {\n    color: var(--#{$prefix}nav-link-disabled-color);\n    pointer-events: none;\n    cursor: default;\n  }\n}\n\n//\n// Tabs\n//\n\n.nav-tabs {\n  // scss-docs-start nav-tabs-css-vars\n  --#{$prefix}nav-tabs-border-width: #{$nav-tabs-border-width};\n  --#{$prefix}nav-tabs-border-color: #{$nav-tabs-border-color};\n  --#{$prefix}nav-tabs-border-radius: #{$nav-tabs-border-radius};\n  --#{$prefix}nav-tabs-link-hover-border-color: #{$nav-tabs-link-hover-border-color};\n  --#{$prefix}nav-tabs-link-active-color: #{$nav-tabs-link-active-color};\n  --#{$prefix}nav-tabs-link-active-bg: #{$nav-tabs-link-active-bg};\n  --#{$prefix}nav-tabs-link-active-border-color: #{$nav-tabs-link-active-border-color};\n  // scss-docs-end nav-tabs-css-vars\n\n  border-bottom: var(--#{$prefix}nav-tabs-border-width) solid var(--#{$prefix}nav-tabs-border-color);\n\n  .nav-link {\n    margin-bottom: calc(-1 * var(--#{$prefix}nav-tabs-border-width)); // stylelint-disable-line function-disallowed-list\n    border: var(--#{$prefix}nav-tabs-border-width) solid transparent;\n    @include border-top-radius(var(--#{$prefix}nav-tabs-border-radius));\n\n    &:hover,\n    &:focus {\n      // Prevents active .nav-link tab overlapping focus outline of previous/next .nav-link\n      isolation: isolate;\n      border-color: var(--#{$prefix}nav-tabs-link-hover-border-color);\n    }\n  }\n\n  .nav-link.active,\n  .nav-item.show .nav-link {\n    color: var(--#{$prefix}nav-tabs-link-active-color);\n    background-color: var(--#{$prefix}nav-tabs-link-active-bg);\n    border-color: var(--#{$prefix}nav-tabs-link-active-border-color);\n  }\n\n  .dropdown-menu {\n    // Make dropdown border overlap tab border\n    margin-top: calc(-1 * var(--#{$prefix}nav-tabs-border-width)); // stylelint-disable-line function-disallowed-list\n    // Remove the top rounded corners here since there is a hard edge above the menu\n    @include border-top-radius(0);\n  }\n}\n\n\n//\n// Pills\n//\n\n.nav-pills {\n  // scss-docs-start nav-pills-css-vars\n  --#{$prefix}nav-pills-border-radius: #{$nav-pills-border-radius};\n  --#{$prefix}nav-pills-link-active-color: #{$nav-pills-link-active-color};\n  --#{$prefix}nav-pills-link-active-bg: #{$nav-pills-link-active-bg};\n  // scss-docs-end nav-pills-css-vars\n\n  .nav-link {\n    @include border-radius(var(--#{$prefix}nav-pills-border-radius));\n  }\n\n  .nav-link.active,\n  .show > .nav-link {\n    color: var(--#{$prefix}nav-pills-link-active-color);\n    @include gradient-bg(var(--#{$prefix}nav-pills-link-active-bg));\n  }\n}\n\n\n//\n// Underline\n//\n\n.nav-underline {\n  // scss-docs-start nav-underline-css-vars\n  --#{$prefix}nav-underline-gap: #{$nav-underline-gap};\n  --#{$prefix}nav-underline-border-width: #{$nav-underline-border-width};\n  --#{$prefix}nav-underline-link-active-color: #{$nav-underline-link-active-color};\n  // scss-docs-end nav-underline-css-vars\n\n  gap: var(--#{$prefix}nav-underline-gap);\n\n  .nav-link {\n    padding-right: 0;\n    padding-left: 0;\n    border-bottom: var(--#{$prefix}nav-underline-border-width) solid transparent;\n\n    &:hover,\n    &:focus {\n      border-bottom-color: currentcolor;\n    }\n  }\n\n  .nav-link.active,\n  .show > .nav-link {\n    font-weight: $font-weight-bold;\n    color: var(--#{$prefix}nav-underline-link-active-color);\n    border-bottom-color: currentcolor;\n  }\n}\n\n\n//\n// Justified variants\n//\n\n.nav-fill {\n  > .nav-link,\n  .nav-item {\n    flex: 1 1 auto;\n    text-align: center;\n  }\n}\n\n.nav-justified {\n  > .nav-link,\n  .nav-item {\n    flex-basis: 0;\n    flex-grow: 1;\n    text-align: center;\n  }\n}\n\n.nav-fill,\n.nav-justified {\n  .nav-item .nav-link {\n    width: 100%; // Make sure button will grow\n  }\n}\n\n\n// Tabbable tabs\n//\n// Hide tabbable panes to start, show them when `.active`\n\n.tab-content {\n  > .tab-pane {\n    display: none;\n  }\n  > .active {\n    display: block;\n  }\n}\n"
  },
  {
    "path": "scss/bootstrap/_navbar.scss",
    "content": "// Navbar\n//\n// Provide a static navbar from which we expand to create full-width, fixed, and\n// other navbar variations.\n\n.navbar {\n  // scss-docs-start navbar-css-vars\n  --#{$prefix}navbar-padding-x: #{if($navbar-padding-x == null, 0, $navbar-padding-x)};\n  --#{$prefix}navbar-padding-y: #{$navbar-padding-y};\n  --#{$prefix}navbar-color: #{$navbar-light-color};\n  --#{$prefix}navbar-hover-color: #{$navbar-light-hover-color};\n  --#{$prefix}navbar-disabled-color: #{$navbar-light-disabled-color};\n  --#{$prefix}navbar-active-color: #{$navbar-light-active-color};\n  --#{$prefix}navbar-brand-padding-y: #{$navbar-brand-padding-y};\n  --#{$prefix}navbar-brand-margin-end: #{$navbar-brand-margin-end};\n  --#{$prefix}navbar-brand-font-size: #{$navbar-brand-font-size};\n  --#{$prefix}navbar-brand-color: #{$navbar-light-brand-color};\n  --#{$prefix}navbar-brand-hover-color: #{$navbar-light-brand-hover-color};\n  --#{$prefix}navbar-nav-link-padding-x: #{$navbar-nav-link-padding-x};\n  --#{$prefix}navbar-toggler-padding-y: #{$navbar-toggler-padding-y};\n  --#{$prefix}navbar-toggler-padding-x: #{$navbar-toggler-padding-x};\n  --#{$prefix}navbar-toggler-font-size: #{$navbar-toggler-font-size};\n  --#{$prefix}navbar-toggler-icon-bg: #{escape-svg($navbar-light-toggler-icon-bg)};\n  --#{$prefix}navbar-toggler-border-color: #{$navbar-light-toggler-border-color};\n  --#{$prefix}navbar-toggler-border-radius: #{$navbar-toggler-border-radius};\n  --#{$prefix}navbar-toggler-focus-width: #{$navbar-toggler-focus-width};\n  --#{$prefix}navbar-toggler-transition: #{$navbar-toggler-transition};\n  // scss-docs-end navbar-css-vars\n\n  position: relative;\n  display: flex;\n  flex-wrap: wrap; // allow us to do the line break for collapsing content\n  align-items: center;\n  justify-content: space-between; // space out brand from logo\n  padding: var(--#{$prefix}navbar-padding-y) var(--#{$prefix}navbar-padding-x);\n  @include gradient-bg();\n\n  // Because flex properties aren't inherited, we need to redeclare these first\n  // few properties so that content nested within behave properly.\n  // The `flex-wrap` property is inherited to simplify the expanded navbars\n  %container-flex-properties {\n    display: flex;\n    flex-wrap: inherit;\n    align-items: center;\n    justify-content: space-between;\n  }\n\n  > .container,\n  > .container-fluid {\n    @extend %container-flex-properties;\n  }\n\n  @each $breakpoint, $container-max-width in $container-max-widths {\n    > .container#{breakpoint-infix($breakpoint, $container-max-widths)} {\n      @extend %container-flex-properties;\n    }\n  }\n}\n\n\n// Navbar brand\n//\n// Used for brand, project, or site names.\n\n.navbar-brand {\n  padding-top: var(--#{$prefix}navbar-brand-padding-y);\n  padding-bottom: var(--#{$prefix}navbar-brand-padding-y);\n  margin-right: var(--#{$prefix}navbar-brand-margin-end);\n  @include font-size(var(--#{$prefix}navbar-brand-font-size));\n  color: var(--#{$prefix}navbar-brand-color);\n  text-decoration: if($link-decoration == none, null, none);\n  white-space: nowrap;\n\n  &:hover,\n  &:focus {\n    color: var(--#{$prefix}navbar-brand-hover-color);\n    text-decoration: if($link-hover-decoration == underline, none, null);\n  }\n}\n\n\n// Navbar nav\n//\n// Custom navbar navigation (doesn't require `.nav`, but does make use of `.nav-link`).\n\n.navbar-nav {\n  // scss-docs-start navbar-nav-css-vars\n  --#{$prefix}nav-link-padding-x: 0;\n  --#{$prefix}nav-link-padding-y: #{$nav-link-padding-y};\n  @include rfs($nav-link-font-size, --#{$prefix}nav-link-font-size);\n  --#{$prefix}nav-link-font-weight: #{$nav-link-font-weight};\n  --#{$prefix}nav-link-color: var(--#{$prefix}navbar-color);\n  --#{$prefix}nav-link-hover-color: var(--#{$prefix}navbar-hover-color);\n  --#{$prefix}nav-link-disabled-color: var(--#{$prefix}navbar-disabled-color);\n  // scss-docs-end navbar-nav-css-vars\n\n  display: flex;\n  flex-direction: column; // cannot use `inherit` to get the `.navbar`s value\n  padding-left: 0;\n  margin-bottom: 0;\n  list-style: none;\n\n  .nav-link {\n    &.active,\n    &.show {\n      color: var(--#{$prefix}navbar-active-color);\n    }\n  }\n\n  .dropdown-menu {\n    position: static;\n  }\n}\n\n\n// Navbar text\n//\n//\n\n.navbar-text {\n  padding-top: $nav-link-padding-y;\n  padding-bottom: $nav-link-padding-y;\n  color: var(--#{$prefix}navbar-color);\n\n  a,\n  a:hover,\n  a:focus  {\n    color: var(--#{$prefix}navbar-active-color);\n  }\n}\n\n\n// Responsive navbar\n//\n// Custom styles for responsive collapsing and toggling of navbar contents.\n// Powered by the collapse Bootstrap JavaScript plugin.\n\n// When collapsed, prevent the toggleable navbar contents from appearing in\n// the default flexbox row orientation. Requires the use of `flex-wrap: wrap`\n// on the `.navbar` parent.\n.navbar-collapse {\n  flex-basis: 100%;\n  flex-grow: 1;\n  // For always expanded or extra full navbars, ensure content aligns itself\n  // properly vertically. Can be easily overridden with flex utilities.\n  align-items: center;\n}\n\n// Button for toggling the navbar when in its collapsed state\n.navbar-toggler {\n  padding: var(--#{$prefix}navbar-toggler-padding-y) var(--#{$prefix}navbar-toggler-padding-x);\n  @include font-size(var(--#{$prefix}navbar-toggler-font-size));\n  line-height: 1;\n  color: var(--#{$prefix}navbar-color);\n  background-color: transparent; // remove default button style\n  border: var(--#{$prefix}border-width) solid var(--#{$prefix}navbar-toggler-border-color); // remove default button style\n  @include border-radius(var(--#{$prefix}navbar-toggler-border-radius));\n  @include transition(var(--#{$prefix}navbar-toggler-transition));\n\n  &:hover {\n    text-decoration: none;\n  }\n\n  &:focus {\n    text-decoration: none;\n    outline: 0;\n    box-shadow: 0 0 0 var(--#{$prefix}navbar-toggler-focus-width);\n  }\n}\n\n// Keep as a separate element so folks can easily override it with another icon\n// or image file as needed.\n.navbar-toggler-icon {\n  display: inline-block;\n  width: 1.5em;\n  height: 1.5em;\n  vertical-align: middle;\n  background-image: var(--#{$prefix}navbar-toggler-icon-bg);\n  background-repeat: no-repeat;\n  background-position: center;\n  background-size: 100%;\n}\n\n.navbar-nav-scroll {\n  max-height: var(--#{$prefix}scroll-height, 75vh);\n  overflow-y: auto;\n}\n\n// scss-docs-start navbar-expand-loop\n// Generate series of `.navbar-expand-*` responsive classes for configuring\n// where your navbar collapses.\n.navbar-expand {\n  @each $breakpoint in map-keys($grid-breakpoints) {\n    $next: breakpoint-next($breakpoint, $grid-breakpoints);\n    $infix: breakpoint-infix($next, $grid-breakpoints);\n\n    // stylelint-disable-next-line scss/selector-no-union-class-name\n    &#{$infix} {\n      @include media-breakpoint-up($next) {\n        flex-wrap: nowrap;\n        justify-content: flex-start;\n\n        .navbar-nav {\n          flex-direction: row;\n\n          .dropdown-menu {\n            position: absolute;\n          }\n\n          .nav-link {\n            padding-right: var(--#{$prefix}navbar-nav-link-padding-x);\n            padding-left: var(--#{$prefix}navbar-nav-link-padding-x);\n          }\n        }\n\n        .navbar-nav-scroll {\n          overflow: visible;\n        }\n\n        .navbar-collapse {\n          display: flex !important; // stylelint-disable-line declaration-no-important\n          flex-basis: auto;\n        }\n\n        .navbar-toggler {\n          display: none;\n        }\n\n        .offcanvas {\n          // stylelint-disable declaration-no-important\n          position: static;\n          z-index: auto;\n          flex-grow: 1;\n          width: auto !important;\n          height: auto !important;\n          visibility: visible !important;\n          background-color: transparent !important;\n          border: 0 !important;\n          transform: none !important;\n          @include box-shadow(none);\n          @include transition(none);\n          // stylelint-enable declaration-no-important\n\n          .offcanvas-header {\n            display: none;\n          }\n\n          .offcanvas-body {\n            display: flex;\n            flex-grow: 0;\n            padding: 0;\n            overflow-y: visible;\n          }\n        }\n      }\n    }\n  }\n}\n// scss-docs-end navbar-expand-loop\n\n// Navbar themes\n//\n// Styles for switching between navbars with light or dark background.\n\n.navbar-light {\n  @include deprecate(\"`.navbar-light`\", \"v5.2.0\", \"v6.0.0\", true);\n}\n\n.navbar-dark,\n.navbar[data-bs-theme=\"dark\"] {\n  // scss-docs-start navbar-dark-css-vars\n  --#{$prefix}navbar-color: #{$navbar-dark-color};\n  --#{$prefix}navbar-hover-color: #{$navbar-dark-hover-color};\n  --#{$prefix}navbar-disabled-color: #{$navbar-dark-disabled-color};\n  --#{$prefix}navbar-active-color: #{$navbar-dark-active-color};\n  --#{$prefix}navbar-brand-color: #{$navbar-dark-brand-color};\n  --#{$prefix}navbar-brand-hover-color: #{$navbar-dark-brand-hover-color};\n  --#{$prefix}navbar-toggler-border-color: #{$navbar-dark-toggler-border-color};\n  --#{$prefix}navbar-toggler-icon-bg: #{escape-svg($navbar-dark-toggler-icon-bg)};\n  // scss-docs-end navbar-dark-css-vars\n}\n\n@if $enable-dark-mode {\n  @include color-mode(dark) {\n    .navbar-toggler-icon {\n      --#{$prefix}navbar-toggler-icon-bg: #{escape-svg($navbar-dark-toggler-icon-bg)};\n    }\n  }\n}\n"
  },
  {
    "path": "scss/bootstrap/_offcanvas.scss",
    "content": "// stylelint-disable function-disallowed-list\n\n%offcanvas-css-vars {\n  // scss-docs-start offcanvas-css-vars\n  --#{$prefix}offcanvas-zindex: #{$zindex-offcanvas};\n  --#{$prefix}offcanvas-width: #{$offcanvas-horizontal-width};\n  --#{$prefix}offcanvas-height: #{$offcanvas-vertical-height};\n  --#{$prefix}offcanvas-padding-x: #{$offcanvas-padding-x};\n  --#{$prefix}offcanvas-padding-y: #{$offcanvas-padding-y};\n  --#{$prefix}offcanvas-color: #{$offcanvas-color};\n  --#{$prefix}offcanvas-bg: #{$offcanvas-bg-color};\n  --#{$prefix}offcanvas-border-width: #{$offcanvas-border-width};\n  --#{$prefix}offcanvas-border-color: #{$offcanvas-border-color};\n  --#{$prefix}offcanvas-box-shadow: #{$offcanvas-box-shadow};\n  --#{$prefix}offcanvas-transition: #{transform $offcanvas-transition-duration ease-in-out};\n  --#{$prefix}offcanvas-title-line-height: #{$offcanvas-title-line-height};\n  // scss-docs-end offcanvas-css-vars\n}\n\n@each $breakpoint in map-keys($grid-breakpoints) {\n  $next: breakpoint-next($breakpoint, $grid-breakpoints);\n  $infix: breakpoint-infix($next, $grid-breakpoints);\n\n  .offcanvas#{$infix} {\n    @extend %offcanvas-css-vars;\n  }\n}\n\n@each $breakpoint in map-keys($grid-breakpoints) {\n  $next: breakpoint-next($breakpoint, $grid-breakpoints);\n  $infix: breakpoint-infix($next, $grid-breakpoints);\n\n  .offcanvas#{$infix} {\n    @include media-breakpoint-down($next) {\n      position: fixed;\n      bottom: 0;\n      z-index: var(--#{$prefix}offcanvas-zindex);\n      display: flex;\n      flex-direction: column;\n      max-width: 100%;\n      color: var(--#{$prefix}offcanvas-color);\n      visibility: hidden;\n      background-color: var(--#{$prefix}offcanvas-bg);\n      background-clip: padding-box;\n      outline: 0;\n      @include box-shadow(var(--#{$prefix}offcanvas-box-shadow));\n      @include transition(var(--#{$prefix}offcanvas-transition));\n\n      &.offcanvas-start {\n        top: 0;\n        left: 0;\n        width: var(--#{$prefix}offcanvas-width);\n        border-right: var(--#{$prefix}offcanvas-border-width) solid var(--#{$prefix}offcanvas-border-color);\n        transform: translateX(-100%);\n      }\n\n      &.offcanvas-end {\n        top: 0;\n        right: 0;\n        width: var(--#{$prefix}offcanvas-width);\n        border-left: var(--#{$prefix}offcanvas-border-width) solid var(--#{$prefix}offcanvas-border-color);\n        transform: translateX(100%);\n      }\n\n      &.offcanvas-top {\n        top: 0;\n        right: 0;\n        left: 0;\n        height: var(--#{$prefix}offcanvas-height);\n        max-height: 100%;\n        border-bottom: var(--#{$prefix}offcanvas-border-width) solid var(--#{$prefix}offcanvas-border-color);\n        transform: translateY(-100%);\n      }\n\n      &.offcanvas-bottom {\n        right: 0;\n        left: 0;\n        height: var(--#{$prefix}offcanvas-height);\n        max-height: 100%;\n        border-top: var(--#{$prefix}offcanvas-border-width) solid var(--#{$prefix}offcanvas-border-color);\n        transform: translateY(100%);\n      }\n\n      &.showing,\n      &.show:not(.hiding) {\n        transform: none;\n      }\n\n      &.showing,\n      &.hiding,\n      &.show {\n        visibility: visible;\n      }\n    }\n\n    @if not ($infix == \"\") {\n      @include media-breakpoint-up($next) {\n        --#{$prefix}offcanvas-height: auto;\n        --#{$prefix}offcanvas-border-width: 0;\n        background-color: transparent !important; // stylelint-disable-line declaration-no-important\n\n        .offcanvas-header {\n          display: none;\n        }\n\n        .offcanvas-body {\n          display: flex;\n          flex-grow: 0;\n          padding: 0;\n          overflow-y: visible;\n          // Reset `background-color` in case `.bg-*` classes are used in offcanvas\n          background-color: transparent !important; // stylelint-disable-line declaration-no-important\n        }\n      }\n    }\n  }\n}\n\n.offcanvas-backdrop {\n  @include overlay-backdrop($zindex-offcanvas-backdrop, $offcanvas-backdrop-bg, $offcanvas-backdrop-opacity);\n}\n\n.offcanvas-header {\n  display: flex;\n  align-items: center;\n  padding: var(--#{$prefix}offcanvas-padding-y) var(--#{$prefix}offcanvas-padding-x);\n\n  .btn-close {\n    padding: calc(var(--#{$prefix}offcanvas-padding-y) * .5) calc(var(--#{$prefix}offcanvas-padding-x) * .5);\n    margin: calc(-.5 * var(--#{$prefix}offcanvas-padding-y)) calc(-.5 * var(--#{$prefix}offcanvas-padding-x)) calc(-.5 * var(--#{$prefix}offcanvas-padding-y)) auto;\n  }\n}\n\n.offcanvas-title {\n  margin-bottom: 0;\n  line-height: var(--#{$prefix}offcanvas-title-line-height);\n}\n\n.offcanvas-body {\n  flex-grow: 1;\n  padding: var(--#{$prefix}offcanvas-padding-y) var(--#{$prefix}offcanvas-padding-x);\n  overflow-y: auto;\n}\n"
  },
  {
    "path": "scss/bootstrap/_pagination.scss",
    "content": ".pagination {\n  // scss-docs-start pagination-css-vars\n  --#{$prefix}pagination-padding-x: #{$pagination-padding-x};\n  --#{$prefix}pagination-padding-y: #{$pagination-padding-y};\n  @include rfs($pagination-font-size, --#{$prefix}pagination-font-size);\n  --#{$prefix}pagination-color: #{$pagination-color};\n  --#{$prefix}pagination-bg: #{$pagination-bg};\n  --#{$prefix}pagination-border-width: #{$pagination-border-width};\n  --#{$prefix}pagination-border-color: #{$pagination-border-color};\n  --#{$prefix}pagination-border-radius: #{$pagination-border-radius};\n  --#{$prefix}pagination-hover-color: #{$pagination-hover-color};\n  --#{$prefix}pagination-hover-bg: #{$pagination-hover-bg};\n  --#{$prefix}pagination-hover-border-color: #{$pagination-hover-border-color};\n  --#{$prefix}pagination-focus-color: #{$pagination-focus-color};\n  --#{$prefix}pagination-focus-bg: #{$pagination-focus-bg};\n  --#{$prefix}pagination-focus-box-shadow: #{$pagination-focus-box-shadow};\n  --#{$prefix}pagination-active-color: #{$pagination-active-color};\n  --#{$prefix}pagination-active-bg: #{$pagination-active-bg};\n  --#{$prefix}pagination-active-border-color: #{$pagination-active-border-color};\n  --#{$prefix}pagination-disabled-color: #{$pagination-disabled-color};\n  --#{$prefix}pagination-disabled-bg: #{$pagination-disabled-bg};\n  --#{$prefix}pagination-disabled-border-color: #{$pagination-disabled-border-color};\n  // scss-docs-end pagination-css-vars\n\n  display: flex;\n  @include list-unstyled();\n}\n\n.page-link {\n  position: relative;\n  display: block;\n  padding: var(--#{$prefix}pagination-padding-y) var(--#{$prefix}pagination-padding-x);\n  @include font-size(var(--#{$prefix}pagination-font-size));\n  color: var(--#{$prefix}pagination-color);\n  text-decoration: if($link-decoration == none, null, none);\n  background-color: var(--#{$prefix}pagination-bg);\n  border: var(--#{$prefix}pagination-border-width) solid var(--#{$prefix}pagination-border-color);\n  @include transition($pagination-transition);\n\n  &:hover {\n    z-index: 2;\n    color: var(--#{$prefix}pagination-hover-color);\n    text-decoration: if($link-hover-decoration == underline, none, null);\n    background-color: var(--#{$prefix}pagination-hover-bg);\n    border-color: var(--#{$prefix}pagination-hover-border-color);\n  }\n\n  &:focus {\n    z-index: 3;\n    color: var(--#{$prefix}pagination-focus-color);\n    background-color: var(--#{$prefix}pagination-focus-bg);\n    outline: $pagination-focus-outline;\n    box-shadow: var(--#{$prefix}pagination-focus-box-shadow);\n  }\n\n  &.active,\n  .active > & {\n    z-index: 3;\n    color: var(--#{$prefix}pagination-active-color);\n    @include gradient-bg(var(--#{$prefix}pagination-active-bg));\n    border-color: var(--#{$prefix}pagination-active-border-color);\n  }\n\n  &.disabled,\n  .disabled > & {\n    color: var(--#{$prefix}pagination-disabled-color);\n    pointer-events: none;\n    background-color: var(--#{$prefix}pagination-disabled-bg);\n    border-color: var(--#{$prefix}pagination-disabled-border-color);\n  }\n}\n\n.page-item {\n  &:not(:first-child) .page-link {\n    margin-left: $pagination-margin-start;\n  }\n\n  @if $pagination-margin-start == calc(#{$pagination-border-width} * -1) {\n    &:first-child {\n      .page-link {\n        @include border-start-radius(var(--#{$prefix}pagination-border-radius));\n      }\n    }\n\n    &:last-child {\n      .page-link {\n        @include border-end-radius(var(--#{$prefix}pagination-border-radius));\n      }\n    }\n  } @else {\n    // Add border-radius to all pageLinks in case they have left margin\n    .page-link {\n      @include border-radius(var(--#{$prefix}pagination-border-radius));\n    }\n  }\n}\n\n\n//\n// Sizing\n//\n\n.pagination-lg {\n  @include pagination-size($pagination-padding-y-lg, $pagination-padding-x-lg, $font-size-lg, $pagination-border-radius-lg);\n}\n\n.pagination-sm {\n  @include pagination-size($pagination-padding-y-sm, $pagination-padding-x-sm, $font-size-sm, $pagination-border-radius-sm);\n}\n"
  },
  {
    "path": "scss/bootstrap/_placeholders.scss",
    "content": ".placeholder {\n  display: inline-block;\n  min-height: 1em;\n  vertical-align: middle;\n  cursor: wait;\n  background-color: currentcolor;\n  opacity: $placeholder-opacity-max;\n\n  &.btn::before {\n    display: inline-block;\n    content: \"\";\n  }\n}\n\n// Sizing\n.placeholder-xs {\n  min-height: .6em;\n}\n\n.placeholder-sm {\n  min-height: .8em;\n}\n\n.placeholder-lg {\n  min-height: 1.2em;\n}\n\n// Animation\n.placeholder-glow {\n  .placeholder {\n    animation: placeholder-glow 2s ease-in-out infinite;\n  }\n}\n\n@keyframes placeholder-glow {\n  50% {\n    opacity: $placeholder-opacity-min;\n  }\n}\n\n.placeholder-wave {\n  mask-image: linear-gradient(130deg, $black 55%, rgba(0, 0, 0, (1 - $placeholder-opacity-min)) 75%, $black 95%);\n  mask-size: 200% 100%;\n  animation: placeholder-wave 2s linear infinite;\n}\n\n@keyframes placeholder-wave {\n  100% {\n    mask-position: -200% 0%;\n  }\n}\n"
  },
  {
    "path": "scss/bootstrap/_popover.scss",
    "content": ".popover {\n  // scss-docs-start popover-css-vars\n  --#{$prefix}popover-zindex: #{$zindex-popover};\n  --#{$prefix}popover-max-width: #{$popover-max-width};\n  @include rfs($popover-font-size, --#{$prefix}popover-font-size);\n  --#{$prefix}popover-bg: #{$popover-bg};\n  --#{$prefix}popover-border-width: #{$popover-border-width};\n  --#{$prefix}popover-border-color: #{$popover-border-color};\n  --#{$prefix}popover-border-radius: #{$popover-border-radius};\n  --#{$prefix}popover-inner-border-radius: #{$popover-inner-border-radius};\n  --#{$prefix}popover-box-shadow: #{$popover-box-shadow};\n  --#{$prefix}popover-header-padding-x: #{$popover-header-padding-x};\n  --#{$prefix}popover-header-padding-y: #{$popover-header-padding-y};\n  @include rfs($popover-header-font-size, --#{$prefix}popover-header-font-size);\n  --#{$prefix}popover-header-color: #{$popover-header-color};\n  --#{$prefix}popover-header-bg: #{$popover-header-bg};\n  --#{$prefix}popover-body-padding-x: #{$popover-body-padding-x};\n  --#{$prefix}popover-body-padding-y: #{$popover-body-padding-y};\n  --#{$prefix}popover-body-color: #{$popover-body-color};\n  --#{$prefix}popover-arrow-width: #{$popover-arrow-width};\n  --#{$prefix}popover-arrow-height: #{$popover-arrow-height};\n  --#{$prefix}popover-arrow-border: var(--#{$prefix}popover-border-color);\n  // scss-docs-end popover-css-vars\n\n  z-index: var(--#{$prefix}popover-zindex);\n  display: block;\n  max-width: var(--#{$prefix}popover-max-width);\n  // Our parent element can be arbitrary since tooltips are by default inserted as a sibling of their target element.\n  // So reset our font and text properties to avoid inheriting weird values.\n  @include reset-text();\n  @include font-size(var(--#{$prefix}popover-font-size));\n  // Allow breaking very long words so they don't overflow the popover's bounds\n  word-wrap: break-word;\n  background-color: var(--#{$prefix}popover-bg);\n  background-clip: padding-box;\n  border: var(--#{$prefix}popover-border-width) solid var(--#{$prefix}popover-border-color);\n  @include border-radius(var(--#{$prefix}popover-border-radius));\n  @include box-shadow(var(--#{$prefix}popover-box-shadow));\n\n  .popover-arrow {\n    display: block;\n    width: var(--#{$prefix}popover-arrow-width);\n    height: var(--#{$prefix}popover-arrow-height);\n\n    &::before,\n    &::after {\n      position: absolute;\n      display: block;\n      content: \"\";\n      border-color: transparent;\n      border-style: solid;\n      border-width: 0;\n    }\n  }\n}\n\n.bs-popover-top {\n  > .popover-arrow {\n    bottom: calc(-1 * (var(--#{$prefix}popover-arrow-height)) - var(--#{$prefix}popover-border-width)); // stylelint-disable-line function-disallowed-list\n\n    &::before,\n    &::after {\n      border-width: var(--#{$prefix}popover-arrow-height) calc(var(--#{$prefix}popover-arrow-width) * .5) 0; // stylelint-disable-line function-disallowed-list\n    }\n\n    &::before {\n      bottom: 0;\n      border-top-color: var(--#{$prefix}popover-arrow-border);\n    }\n\n    &::after {\n      bottom: var(--#{$prefix}popover-border-width);\n      border-top-color: var(--#{$prefix}popover-bg);\n    }\n  }\n}\n\n/* rtl:begin:ignore */\n.bs-popover-end {\n  > .popover-arrow {\n    left: calc(-1 * (var(--#{$prefix}popover-arrow-height)) - var(--#{$prefix}popover-border-width)); // stylelint-disable-line function-disallowed-list\n    width: var(--#{$prefix}popover-arrow-height);\n    height: var(--#{$prefix}popover-arrow-width);\n\n    &::before,\n    &::after {\n      border-width: calc(var(--#{$prefix}popover-arrow-width) * .5) var(--#{$prefix}popover-arrow-height) calc(var(--#{$prefix}popover-arrow-width) * .5) 0; // stylelint-disable-line function-disallowed-list\n    }\n\n    &::before {\n      left: 0;\n      border-right-color: var(--#{$prefix}popover-arrow-border);\n    }\n\n    &::after {\n      left: var(--#{$prefix}popover-border-width);\n      border-right-color: var(--#{$prefix}popover-bg);\n    }\n  }\n}\n\n/* rtl:end:ignore */\n\n.bs-popover-bottom {\n  > .popover-arrow {\n    top: calc(-1 * (var(--#{$prefix}popover-arrow-height)) - var(--#{$prefix}popover-border-width)); // stylelint-disable-line function-disallowed-list\n\n    &::before,\n    &::after {\n      border-width: 0 calc(var(--#{$prefix}popover-arrow-width) * .5) var(--#{$prefix}popover-arrow-height); // stylelint-disable-line function-disallowed-list\n    }\n\n    &::before {\n      top: 0;\n      border-bottom-color: var(--#{$prefix}popover-arrow-border);\n    }\n\n    &::after {\n      top: var(--#{$prefix}popover-border-width);\n      border-bottom-color: var(--#{$prefix}popover-bg);\n    }\n  }\n\n  // This will remove the popover-header's border just below the arrow\n  .popover-header::before {\n    position: absolute;\n    top: 0;\n    left: 50%;\n    display: block;\n    width: var(--#{$prefix}popover-arrow-width);\n    margin-left: calc(-.5 * var(--#{$prefix}popover-arrow-width)); // stylelint-disable-line function-disallowed-list\n    content: \"\";\n    border-bottom: var(--#{$prefix}popover-border-width) solid var(--#{$prefix}popover-header-bg);\n  }\n}\n\n/* rtl:begin:ignore */\n.bs-popover-start {\n  > .popover-arrow {\n    right: calc(-1 * (var(--#{$prefix}popover-arrow-height)) - var(--#{$prefix}popover-border-width)); // stylelint-disable-line function-disallowed-list\n    width: var(--#{$prefix}popover-arrow-height);\n    height: var(--#{$prefix}popover-arrow-width);\n\n    &::before,\n    &::after {\n      border-width: calc(var(--#{$prefix}popover-arrow-width) * .5) 0 calc(var(--#{$prefix}popover-arrow-width) * .5) var(--#{$prefix}popover-arrow-height); // stylelint-disable-line function-disallowed-list\n    }\n\n    &::before {\n      right: 0;\n      border-left-color: var(--#{$prefix}popover-arrow-border);\n    }\n\n    &::after {\n      right: var(--#{$prefix}popover-border-width);\n      border-left-color: var(--#{$prefix}popover-bg);\n    }\n  }\n}\n\n/* rtl:end:ignore */\n\n.bs-popover-auto {\n  &[data-popper-placement^=\"top\"] {\n    @extend .bs-popover-top;\n  }\n  &[data-popper-placement^=\"right\"] {\n    @extend .bs-popover-end;\n  }\n  &[data-popper-placement^=\"bottom\"] {\n    @extend .bs-popover-bottom;\n  }\n  &[data-popper-placement^=\"left\"] {\n    @extend .bs-popover-start;\n  }\n}\n\n// Offset the popover to account for the popover arrow\n.popover-header {\n  padding: var(--#{$prefix}popover-header-padding-y) var(--#{$prefix}popover-header-padding-x);\n  margin-bottom: 0; // Reset the default from Reboot\n  @include font-size(var(--#{$prefix}popover-header-font-size));\n  color: var(--#{$prefix}popover-header-color);\n  background-color: var(--#{$prefix}popover-header-bg);\n  border-bottom: var(--#{$prefix}popover-border-width) solid var(--#{$prefix}popover-border-color);\n  @include border-top-radius(var(--#{$prefix}popover-inner-border-radius));\n\n  &:empty {\n    display: none;\n  }\n}\n\n.popover-body {\n  padding: var(--#{$prefix}popover-body-padding-y) var(--#{$prefix}popover-body-padding-x);\n  color: var(--#{$prefix}popover-body-color);\n}\n"
  },
  {
    "path": "scss/bootstrap/_progress.scss",
    "content": "// Disable animation if transitions are disabled\n\n// scss-docs-start progress-keyframes\n@if $enable-transitions {\n  @keyframes progress-bar-stripes {\n    0% { background-position-x: $progress-height; }\n  }\n}\n// scss-docs-end progress-keyframes\n\n.progress,\n.progress-stacked {\n  // scss-docs-start progress-css-vars\n  --#{$prefix}progress-height: #{$progress-height};\n  @include rfs($progress-font-size, --#{$prefix}progress-font-size);\n  --#{$prefix}progress-bg: #{$progress-bg};\n  --#{$prefix}progress-border-radius: #{$progress-border-radius};\n  --#{$prefix}progress-box-shadow: #{$progress-box-shadow};\n  --#{$prefix}progress-bar-color: #{$progress-bar-color};\n  --#{$prefix}progress-bar-bg: #{$progress-bar-bg};\n  --#{$prefix}progress-bar-transition: #{$progress-bar-transition};\n  // scss-docs-end progress-css-vars\n\n  display: flex;\n  height: var(--#{$prefix}progress-height);\n  overflow: hidden; // force rounded corners by cropping it\n  @include font-size(var(--#{$prefix}progress-font-size));\n  background-color: var(--#{$prefix}progress-bg);\n  @include border-radius(var(--#{$prefix}progress-border-radius));\n  @include box-shadow(var(--#{$prefix}progress-box-shadow));\n}\n\n.progress-bar {\n  display: flex;\n  flex-direction: column;\n  justify-content: center;\n  overflow: hidden;\n  color: var(--#{$prefix}progress-bar-color);\n  text-align: center;\n  white-space: nowrap;\n  background-color: var(--#{$prefix}progress-bar-bg);\n  @include transition(var(--#{$prefix}progress-bar-transition));\n}\n\n.progress-bar-striped {\n  @include gradient-striped();\n  background-size: var(--#{$prefix}progress-height) var(--#{$prefix}progress-height);\n}\n\n.progress-stacked > .progress {\n  overflow: visible;\n}\n\n.progress-stacked > .progress > .progress-bar {\n  width: 100%;\n}\n\n@if $enable-transitions {\n  .progress-bar-animated {\n    animation: $progress-bar-animation-timing progress-bar-stripes;\n\n    @if $enable-reduced-motion {\n      @media (prefers-reduced-motion: reduce) {\n        animation: none;\n      }\n    }\n  }\n}\n"
  },
  {
    "path": "scss/bootstrap/_reboot.scss",
    "content": "// stylelint-disable declaration-no-important, selector-no-qualifying-type, property-no-vendor-prefix\n\n\n// Reboot\n//\n// Normalization of HTML elements, manually forked from Normalize.css to remove\n// styles targeting irrelevant browsers while applying new styles.\n//\n// Normalize is licensed MIT. https://github.com/necolas/normalize.css\n\n\n// Document\n//\n// Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`.\n\n*,\n*::before,\n*::after {\n  box-sizing: border-box;\n}\n\n\n// Root\n//\n// Ability to the value of the root font sizes, affecting the value of `rem`.\n// null by default, thus nothing is generated.\n\n:root {\n  @if $font-size-root != null {\n    @include font-size(var(--#{$prefix}root-font-size));\n  }\n\n  @if $enable-smooth-scroll {\n    @media (prefers-reduced-motion: no-preference) {\n      scroll-behavior: smooth;\n    }\n  }\n}\n\n\n// Body\n//\n// 1. Remove the margin in all browsers.\n// 2. As a best practice, apply a default `background-color`.\n// 3. Prevent adjustments of font size after orientation changes in iOS.\n// 4. Change the default tap highlight to be completely transparent in iOS.\n\n// scss-docs-start reboot-body-rules\nbody {\n  margin: 0; // 1\n  font-family: var(--#{$prefix}body-font-family);\n  @include font-size(var(--#{$prefix}body-font-size));\n  font-weight: var(--#{$prefix}body-font-weight);\n  line-height: var(--#{$prefix}body-line-height);\n  color: var(--#{$prefix}body-color);\n  text-align: var(--#{$prefix}body-text-align);\n  background-color: var(--#{$prefix}body-bg); // 2\n  -webkit-text-size-adjust: 100%; // 3\n  -webkit-tap-highlight-color: rgba($black, 0); // 4\n}\n// scss-docs-end reboot-body-rules\n\n\n// Content grouping\n//\n// 1. Reset Firefox's gray color\n\nhr {\n  margin: $hr-margin-y 0;\n  color: $hr-color; // 1\n  border: 0;\n  border-top: $hr-border-width solid $hr-border-color;\n  opacity: $hr-opacity;\n}\n\n\n// Typography\n//\n// 1. Remove top margins from headings\n//    By default, `<h1>`-`<h6>` all receive top and bottom margins. We nuke the top\n//    margin for easier control within type scales as it avoids margin collapsing.\n\n%heading {\n  margin-top: 0; // 1\n  margin-bottom: $headings-margin-bottom;\n  font-family: $headings-font-family;\n  font-style: $headings-font-style;\n  font-weight: $headings-font-weight;\n  line-height: $headings-line-height;\n  color: var(--#{$prefix}heading-color);\n}\n\nh1 {\n  @extend %heading;\n  @include font-size($h1-font-size);\n}\n\nh2 {\n  @extend %heading;\n  @include font-size($h2-font-size);\n}\n\nh3 {\n  @extend %heading;\n  @include font-size($h3-font-size);\n}\n\nh4 {\n  @extend %heading;\n  @include font-size($h4-font-size);\n}\n\nh5 {\n  @extend %heading;\n  @include font-size($h5-font-size);\n}\n\nh6 {\n  @extend %heading;\n  @include font-size($h6-font-size);\n}\n\n\n// Reset margins on paragraphs\n//\n// Similarly, the top margin on `<p>`s get reset. However, we also reset the\n// bottom margin to use `rem` units instead of `em`.\n\np {\n  margin-top: 0;\n  margin-bottom: $paragraph-margin-bottom;\n}\n\n\n// Abbreviations\n//\n// 1. Add the correct text decoration in Chrome, Edge, Opera, and Safari.\n// 2. Add explicit cursor to indicate changed behavior.\n// 3. Prevent the text-decoration to be skipped.\n\nabbr[title] {\n  text-decoration: underline dotted; // 1\n  cursor: help; // 2\n  text-decoration-skip-ink: none; // 3\n}\n\n\n// Address\n\naddress {\n  margin-bottom: 1rem;\n  font-style: normal;\n  line-height: inherit;\n}\n\n\n// Lists\n\nol,\nul {\n  padding-left: 2rem;\n}\n\nol,\nul,\ndl {\n  margin-top: 0;\n  margin-bottom: 1rem;\n}\n\nol ol,\nul ul,\nol ul,\nul ol {\n  margin-bottom: 0;\n}\n\ndt {\n  font-weight: $dt-font-weight;\n}\n\n// 1. Undo browser default\n\ndd {\n  margin-bottom: .5rem;\n  margin-left: 0; // 1\n}\n\n\n// Blockquote\n\nblockquote {\n  margin: 0 0 1rem;\n}\n\n\n// Strong\n//\n// Add the correct font weight in Chrome, Edge, and Safari\n\nb,\nstrong {\n  font-weight: $font-weight-bolder;\n}\n\n\n// Small\n//\n// Add the correct font size in all browsers\n\nsmall {\n  @include font-size($small-font-size);\n}\n\n\n// Mark\n\nmark {\n  padding: $mark-padding;\n  color: var(--#{$prefix}highlight-color);\n  background-color: var(--#{$prefix}highlight-bg);\n}\n\n\n// Sub and Sup\n//\n// Prevent `sub` and `sup` elements from affecting the line height in\n// all browsers.\n\nsub,\nsup {\n  position: relative;\n  @include font-size($sub-sup-font-size);\n  line-height: 0;\n  vertical-align: baseline;\n}\n\nsub { bottom: -.25em; }\nsup { top: -.5em; }\n\n\n// Links\n\na {\n  color: rgba(var(--#{$prefix}link-color-rgb), var(--#{$prefix}link-opacity, 1));\n  text-decoration: $link-decoration;\n\n  &:hover {\n    --#{$prefix}link-color-rgb: var(--#{$prefix}link-hover-color-rgb);\n    text-decoration: $link-hover-decoration;\n  }\n}\n\n// And undo these styles for placeholder links/named anchors (without href).\n// It would be more straightforward to just use a[href] in previous block, but that\n// causes specificity issues in many other styles that are too complex to fix.\n// See https://github.com/twbs/bootstrap/issues/19402\n\na:not([href]):not([class]) {\n  &,\n  &:hover {\n    color: inherit;\n    text-decoration: none;\n  }\n}\n\n\n// Code\n\npre,\ncode,\nkbd,\nsamp {\n  font-family: $font-family-code;\n  @include font-size(1em); // Correct the odd `em` font sizing in all browsers.\n}\n\n// 1. Remove browser default top margin\n// 2. Reset browser default of `1em` to use `rem`s\n// 3. Don't allow content to break outside\n\npre {\n  display: block;\n  margin-top: 0; // 1\n  margin-bottom: 1rem; // 2\n  overflow: auto; // 3\n  @include font-size($code-font-size);\n  color: $pre-color;\n\n  // Account for some code outputs that place code tags in pre tags\n  code {\n    @include font-size(inherit);\n    color: inherit;\n    word-break: normal;\n  }\n}\n\ncode {\n  @include font-size($code-font-size);\n  color: var(--#{$prefix}code-color);\n  word-wrap: break-word;\n\n  // Streamline the style when inside anchors to avoid broken underline and more\n  a > & {\n    color: inherit;\n  }\n}\n\nkbd {\n  padding: $kbd-padding-y $kbd-padding-x;\n  @include font-size($kbd-font-size);\n  color: $kbd-color;\n  background-color: $kbd-bg;\n  @include border-radius($border-radius-sm);\n\n  kbd {\n    padding: 0;\n    @include font-size(1em);\n    font-weight: $nested-kbd-font-weight;\n  }\n}\n\n\n// Figures\n//\n// Apply a consistent margin strategy (matches our type styles).\n\nfigure {\n  margin: 0 0 1rem;\n}\n\n\n// Images and content\n\nimg,\nsvg {\n  vertical-align: middle;\n}\n\n\n// Tables\n//\n// Prevent double borders\n\ntable {\n  caption-side: bottom;\n  border-collapse: collapse;\n}\n\ncaption {\n  padding-top: $table-cell-padding-y;\n  padding-bottom: $table-cell-padding-y;\n  color: $table-caption-color;\n  text-align: left;\n}\n\n// 1. Removes font-weight bold by inheriting\n// 2. Matches default `<td>` alignment by inheriting `text-align`.\n// 3. Fix alignment for Safari\n\nth {\n  font-weight: $table-th-font-weight; // 1\n  text-align: inherit; // 2\n  text-align: -webkit-match-parent; // 3\n}\n\nthead,\ntbody,\ntfoot,\ntr,\ntd,\nth {\n  border-color: inherit;\n  border-style: solid;\n  border-width: 0;\n}\n\n\n// Forms\n//\n// 1. Allow labels to use `margin` for spacing.\n\nlabel {\n  display: inline-block; // 1\n}\n\n// Remove the default `border-radius` that macOS Chrome adds.\n// See https://github.com/twbs/bootstrap/issues/24093\n\nbutton {\n  // stylelint-disable-next-line property-disallowed-list\n  border-radius: 0;\n}\n\n// Explicitly remove focus outline in Chromium when it shouldn't be\n// visible (e.g. as result of mouse click or touch tap). It already\n// should be doing this automatically, but seems to currently be\n// confused and applies its very visible two-tone outline anyway.\n\nbutton:focus:not(:focus-visible) {\n  outline: 0;\n}\n\n// 1. Remove the margin in Firefox and Safari\n\ninput,\nbutton,\nselect,\noptgroup,\ntextarea {\n  margin: 0; // 1\n  font-family: inherit;\n  @include font-size(inherit);\n  line-height: inherit;\n}\n\n// Remove the inheritance of text transform in Firefox\nbutton,\nselect {\n  text-transform: none;\n}\n// Set the cursor for non-`<button>` buttons\n//\n// Details at https://github.com/twbs/bootstrap/pull/30562\n[role=\"button\"] {\n  cursor: pointer;\n}\n\nselect {\n  // Remove the inheritance of word-wrap in Safari.\n  // See https://github.com/twbs/bootstrap/issues/24990\n  word-wrap: normal;\n\n  // Undo the opacity change from Chrome\n  &:disabled {\n    opacity: 1;\n  }\n}\n\n// Remove the dropdown arrow only from text type inputs built with datalists in Chrome.\n// See https://stackoverflow.com/a/54997118\n\n[list]:not([type=\"date\"]):not([type=\"datetime-local\"]):not([type=\"month\"]):not([type=\"week\"]):not([type=\"time\"])::-webkit-calendar-picker-indicator {\n  display: none !important;\n}\n\n// 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`\n//    controls in Android 4.\n// 2. Correct the inability to style clickable types in iOS and Safari.\n// 3. Opinionated: add \"hand\" cursor to non-disabled button elements.\n\nbutton,\n[type=\"button\"], // 1\n[type=\"reset\"],\n[type=\"submit\"] {\n  -webkit-appearance: button; // 2\n\n  @if $enable-button-pointers {\n    &:not(:disabled) {\n      cursor: pointer; // 3\n    }\n  }\n}\n\n// Remove inner border and padding from Firefox, but don't restore the outline like Normalize.\n\n::-moz-focus-inner {\n  padding: 0;\n  border-style: none;\n}\n\n// 1. Textareas should really only resize vertically so they don't break their (horizontal) containers.\n\ntextarea {\n  resize: vertical; // 1\n}\n\n// 1. Browsers set a default `min-width: min-content;` on fieldsets,\n//    unlike e.g. `<div>`s, which have `min-width: 0;` by default.\n//    So we reset that to ensure fieldsets behave more like a standard block element.\n//    See https://github.com/twbs/bootstrap/issues/12359\n//    and https://html.spec.whatwg.org/multipage/#the-fieldset-and-legend-elements\n// 2. Reset the default outline behavior of fieldsets so they don't affect page layout.\n\nfieldset {\n  min-width: 0; // 1\n  padding: 0; // 2\n  margin: 0; // 2\n  border: 0; // 2\n}\n\n// 1. By using `float: left`, the legend will behave like a block element.\n//    This way the border of a fieldset wraps around the legend if present.\n// 2. Fix wrapping bug.\n//    See https://github.com/twbs/bootstrap/issues/29712\n\nlegend {\n  float: left; // 1\n  width: 100%;\n  padding: 0;\n  margin-bottom: $legend-margin-bottom;\n  @include font-size($legend-font-size);\n  font-weight: $legend-font-weight;\n  line-height: inherit;\n\n  + * {\n    clear: left; // 2\n  }\n}\n\n// Fix height of inputs with a type of datetime-local, date, month, week, or time\n// See https://github.com/twbs/bootstrap/issues/18842\n\n::-webkit-datetime-edit-fields-wrapper,\n::-webkit-datetime-edit-text,\n::-webkit-datetime-edit-minute,\n::-webkit-datetime-edit-hour-field,\n::-webkit-datetime-edit-day-field,\n::-webkit-datetime-edit-month-field,\n::-webkit-datetime-edit-year-field {\n  padding: 0;\n}\n\n::-webkit-inner-spin-button {\n  height: auto;\n}\n\n// 1. This overrides the extra rounded corners on search inputs in iOS so that our\n//    `.form-control` class can properly style them. Note that this cannot simply\n//    be added to `.form-control` as it's not specific enough. For details, see\n//    https://github.com/twbs/bootstrap/issues/11586.\n// 2. Correct the outline style in Safari.\n\n[type=\"search\"] {\n  -webkit-appearance: textfield; // 1\n  outline-offset: -2px; // 2\n}\n\n// 1. A few input types should stay LTR\n// See https://rtlstyling.com/posts/rtl-styling#form-inputs\n// 2. RTL only output\n// See https://rtlcss.com/learn/usage-guide/control-directives/#raw\n\n/* rtl:raw:\n[type=\"tel\"],\n[type=\"url\"],\n[type=\"email\"],\n[type=\"number\"] {\n  direction: ltr;\n}\n*/\n\n// Remove the inner padding in Chrome and Safari on macOS.\n\n::-webkit-search-decoration {\n  -webkit-appearance: none;\n}\n\n// Remove padding around color pickers in webkit browsers\n\n::-webkit-color-swatch-wrapper {\n  padding: 0;\n}\n\n\n// 1. Inherit font family and line height for file input buttons\n// 2. Correct the inability to style clickable types in iOS and Safari.\n\n::file-selector-button {\n  font: inherit; // 1\n  -webkit-appearance: button; // 2\n}\n\n// Correct element displays\n\noutput {\n  display: inline-block;\n}\n\n// Remove border from iframe\n\niframe {\n  border: 0;\n}\n\n// Summary\n//\n// 1. Add the correct display in all browsers\n\nsummary {\n  display: list-item; // 1\n  cursor: pointer;\n}\n\n\n// Progress\n//\n// Add the correct vertical alignment in Chrome, Firefox, and Opera.\n\nprogress {\n  vertical-align: baseline;\n}\n\n\n// Hidden attribute\n//\n// Always hide an element with the `hidden` HTML attribute.\n\n[hidden] {\n  display: none !important;\n}\n"
  },
  {
    "path": "scss/bootstrap/_root.scss",
    "content": ":root,\n[data-bs-theme=\"light\"] {\n  // Note: Custom variable values only support SassScript inside `#{}`.\n\n  // Colors\n  //\n  // Generate palettes for full colors, grays, and theme colors.\n\n  @each $color, $value in $colors {\n    --#{$prefix}#{$color}: #{$value};\n  }\n\n  @each $color, $value in $grays {\n    --#{$prefix}gray-#{$color}: #{$value};\n  }\n\n  @each $color, $value in $theme-colors {\n    --#{$prefix}#{$color}: #{$value};\n  }\n\n  @each $color, $value in $theme-colors-rgb {\n    --#{$prefix}#{$color}-rgb: #{$value};\n  }\n\n  @each $color, $value in $theme-colors-text {\n    --#{$prefix}#{$color}-text-emphasis: #{$value};\n  }\n\n  @each $color, $value in $theme-colors-bg-subtle {\n    --#{$prefix}#{$color}-bg-subtle: #{$value};\n  }\n\n  @each $color, $value in $theme-colors-border-subtle {\n    --#{$prefix}#{$color}-border-subtle: #{$value};\n  }\n\n  --#{$prefix}white-rgb: #{to-rgb($white)};\n  --#{$prefix}black-rgb: #{to-rgb($black)};\n\n  // Fonts\n\n  // Note: Use `inspect` for lists so that quoted items keep the quotes.\n  // See https://github.com/sass/sass/issues/2383#issuecomment-336349172\n  --#{$prefix}font-sans-serif: #{inspect($font-family-sans-serif)};\n  --#{$prefix}font-monospace: #{inspect($font-family-monospace)};\n  --#{$prefix}gradient: #{$gradient};\n\n  // Root and body\n  // scss-docs-start root-body-variables\n  @if $font-size-root != null {\n    --#{$prefix}root-font-size: #{$font-size-root};\n  }\n  --#{$prefix}body-font-family: #{inspect($font-family-base)};\n  @include rfs($font-size-base, --#{$prefix}body-font-size);\n  --#{$prefix}body-font-weight: #{$font-weight-base};\n  --#{$prefix}body-line-height: #{$line-height-base};\n  @if $body-text-align != null {\n    --#{$prefix}body-text-align: #{$body-text-align};\n  }\n\n  --#{$prefix}body-color: #{$body-color};\n  --#{$prefix}body-color-rgb: #{to-rgb($body-color)};\n  --#{$prefix}body-bg: #{$body-bg};\n  --#{$prefix}body-bg-rgb: #{to-rgb($body-bg)};\n\n  --#{$prefix}emphasis-color: #{$body-emphasis-color};\n  --#{$prefix}emphasis-color-rgb: #{to-rgb($body-emphasis-color)};\n\n  --#{$prefix}secondary-color: #{$body-secondary-color};\n  --#{$prefix}secondary-color-rgb: #{to-rgb($body-secondary-color)};\n  --#{$prefix}secondary-bg: #{$body-secondary-bg};\n  --#{$prefix}secondary-bg-rgb: #{to-rgb($body-secondary-bg)};\n\n  --#{$prefix}tertiary-color: #{$body-tertiary-color};\n  --#{$prefix}tertiary-color-rgb: #{to-rgb($body-tertiary-color)};\n  --#{$prefix}tertiary-bg: #{$body-tertiary-bg};\n  --#{$prefix}tertiary-bg-rgb: #{to-rgb($body-tertiary-bg)};\n  // scss-docs-end root-body-variables\n\n  --#{$prefix}heading-color: #{$headings-color};\n\n  --#{$prefix}link-color: #{$link-color};\n  --#{$prefix}link-color-rgb: #{to-rgb($link-color)};\n  --#{$prefix}link-decoration: #{$link-decoration};\n\n  --#{$prefix}link-hover-color: #{$link-hover-color};\n  --#{$prefix}link-hover-color-rgb: #{to-rgb($link-hover-color)};\n\n  @if $link-hover-decoration != null {\n    --#{$prefix}link-hover-decoration: #{$link-hover-decoration};\n  }\n\n  --#{$prefix}code-color: #{$code-color};\n  --#{$prefix}highlight-color: #{$mark-color};\n  --#{$prefix}highlight-bg: #{$mark-bg};\n\n  // scss-docs-start root-border-var\n  --#{$prefix}border-width: #{$border-width};\n  --#{$prefix}border-style: #{$border-style};\n  --#{$prefix}border-color: #{$border-color};\n  --#{$prefix}border-color-translucent: #{$border-color-translucent};\n\n  --#{$prefix}border-radius: #{$border-radius};\n  --#{$prefix}border-radius-sm: #{$border-radius-sm};\n  --#{$prefix}border-radius-lg: #{$border-radius-lg};\n  --#{$prefix}border-radius-xl: #{$border-radius-xl};\n  --#{$prefix}border-radius-xxl: #{$border-radius-xxl};\n  --#{$prefix}border-radius-2xl: var(--#{$prefix}border-radius-xxl); // Deprecated in v5.3.0 for consistency\n  --#{$prefix}border-radius-pill: #{$border-radius-pill};\n  // scss-docs-end root-border-var\n\n  --#{$prefix}box-shadow: #{$box-shadow};\n  --#{$prefix}box-shadow-sm: #{$box-shadow-sm};\n  --#{$prefix}box-shadow-lg: #{$box-shadow-lg};\n  --#{$prefix}box-shadow-inset: #{$box-shadow-inset};\n\n  // Focus styles\n  // scss-docs-start root-focus-variables\n  --#{$prefix}focus-ring-width: #{$focus-ring-width};\n  --#{$prefix}focus-ring-opacity: #{$focus-ring-opacity};\n  --#{$prefix}focus-ring-color: #{$focus-ring-color};\n  // scss-docs-end root-focus-variables\n\n  // scss-docs-start root-form-validation-variables\n  --#{$prefix}form-valid-color: #{$form-valid-color};\n  --#{$prefix}form-valid-border-color: #{$form-valid-border-color};\n  --#{$prefix}form-invalid-color: #{$form-invalid-color};\n  --#{$prefix}form-invalid-border-color: #{$form-invalid-border-color};\n  // scss-docs-end root-form-validation-variables\n}\n\n@if $enable-dark-mode {\n  @include color-mode(dark, true) {\n    color-scheme: dark;\n\n    // scss-docs-start root-dark-mode-vars\n    --#{$prefix}body-color: #{$body-color-dark};\n    --#{$prefix}body-color-rgb: #{to-rgb($body-color-dark)};\n    --#{$prefix}body-bg: #{$body-bg-dark};\n    --#{$prefix}body-bg-rgb: #{to-rgb($body-bg-dark)};\n\n    --#{$prefix}emphasis-color: #{$body-emphasis-color-dark};\n    --#{$prefix}emphasis-color-rgb: #{to-rgb($body-emphasis-color-dark)};\n\n    --#{$prefix}secondary-color: #{$body-secondary-color-dark};\n    --#{$prefix}secondary-color-rgb: #{to-rgb($body-secondary-color-dark)};\n    --#{$prefix}secondary-bg: #{$body-secondary-bg-dark};\n    --#{$prefix}secondary-bg-rgb: #{to-rgb($body-secondary-bg-dark)};\n\n    --#{$prefix}tertiary-color: #{$body-tertiary-color-dark};\n    --#{$prefix}tertiary-color-rgb: #{to-rgb($body-tertiary-color-dark)};\n    --#{$prefix}tertiary-bg: #{$body-tertiary-bg-dark};\n    --#{$prefix}tertiary-bg-rgb: #{to-rgb($body-tertiary-bg-dark)};\n\n    @each $color, $value in $theme-colors-text-dark {\n      --#{$prefix}#{$color}-text-emphasis: #{$value};\n    }\n\n    @each $color, $value in $theme-colors-bg-subtle-dark {\n      --#{$prefix}#{$color}-bg-subtle: #{$value};\n    }\n\n    @each $color, $value in $theme-colors-border-subtle-dark {\n      --#{$prefix}#{$color}-border-subtle: #{$value};\n    }\n\n    --#{$prefix}heading-color: #{$headings-color-dark};\n\n    --#{$prefix}link-color: #{$link-color-dark};\n    --#{$prefix}link-hover-color: #{$link-hover-color-dark};\n    --#{$prefix}link-color-rgb: #{to-rgb($link-color-dark)};\n    --#{$prefix}link-hover-color-rgb: #{to-rgb($link-hover-color-dark)};\n\n    --#{$prefix}code-color: #{$code-color-dark};\n    --#{$prefix}highlight-color: #{$mark-color-dark};\n    --#{$prefix}highlight-bg: #{$mark-bg-dark};\n\n    --#{$prefix}border-color: #{$border-color-dark};\n    --#{$prefix}border-color-translucent: #{$border-color-translucent-dark};\n\n    --#{$prefix}form-valid-color: #{$form-valid-color-dark};\n    --#{$prefix}form-valid-border-color: #{$form-valid-border-color-dark};\n    --#{$prefix}form-invalid-color: #{$form-invalid-color-dark};\n    --#{$prefix}form-invalid-border-color: #{$form-invalid-border-color-dark};\n    // scss-docs-end root-dark-mode-vars\n  }\n}\n"
  },
  {
    "path": "scss/bootstrap/_spinners.scss",
    "content": "//\n// Rotating border\n//\n\n.spinner-grow,\n.spinner-border {\n  display: inline-block;\n  width: var(--#{$prefix}spinner-width);\n  height: var(--#{$prefix}spinner-height);\n  vertical-align: var(--#{$prefix}spinner-vertical-align);\n  // stylelint-disable-next-line property-disallowed-list\n  border-radius: 50%;\n  animation: var(--#{$prefix}spinner-animation-speed) linear infinite var(--#{$prefix}spinner-animation-name);\n}\n\n// scss-docs-start spinner-border-keyframes\n@keyframes spinner-border {\n  to { transform: rotate(360deg) #{\"/* rtl:ignore */\"}; }\n}\n// scss-docs-end spinner-border-keyframes\n\n.spinner-border {\n  // scss-docs-start spinner-border-css-vars\n  --#{$prefix}spinner-width: #{$spinner-width};\n  --#{$prefix}spinner-height: #{$spinner-height};\n  --#{$prefix}spinner-vertical-align: #{$spinner-vertical-align};\n  --#{$prefix}spinner-border-width: #{$spinner-border-width};\n  --#{$prefix}spinner-animation-speed: #{$spinner-animation-speed};\n  --#{$prefix}spinner-animation-name: spinner-border;\n  // scss-docs-end spinner-border-css-vars\n\n  border: var(--#{$prefix}spinner-border-width) solid currentcolor;\n  border-right-color: transparent;\n}\n\n.spinner-border-sm {\n  // scss-docs-start spinner-border-sm-css-vars\n  --#{$prefix}spinner-width: #{$spinner-width-sm};\n  --#{$prefix}spinner-height: #{$spinner-height-sm};\n  --#{$prefix}spinner-border-width: #{$spinner-border-width-sm};\n  // scss-docs-end spinner-border-sm-css-vars\n}\n\n//\n// Growing circle\n//\n\n// scss-docs-start spinner-grow-keyframes\n@keyframes spinner-grow {\n  0% {\n    transform: scale(0);\n  }\n  50% {\n    opacity: 1;\n    transform: none;\n  }\n}\n// scss-docs-end spinner-grow-keyframes\n\n.spinner-grow {\n  // scss-docs-start spinner-grow-css-vars\n  --#{$prefix}spinner-width: #{$spinner-width};\n  --#{$prefix}spinner-height: #{$spinner-height};\n  --#{$prefix}spinner-vertical-align: #{$spinner-vertical-align};\n  --#{$prefix}spinner-animation-speed: #{$spinner-animation-speed};\n  --#{$prefix}spinner-animation-name: spinner-grow;\n  // scss-docs-end spinner-grow-css-vars\n\n  background-color: currentcolor;\n  opacity: 0;\n}\n\n.spinner-grow-sm {\n  --#{$prefix}spinner-width: #{$spinner-width-sm};\n  --#{$prefix}spinner-height: #{$spinner-height-sm};\n}\n\n@if $enable-reduced-motion {\n  @media (prefers-reduced-motion: reduce) {\n    .spinner-border,\n    .spinner-grow {\n      --#{$prefix}spinner-animation-speed: #{$spinner-animation-speed * 2};\n    }\n  }\n}\n"
  },
  {
    "path": "scss/bootstrap/_tables.scss",
    "content": "//\n// Basic Bootstrap table\n//\n\n.table {\n  // Reset needed for nesting tables\n  --#{$prefix}table-color-type: initial;\n  --#{$prefix}table-bg-type: initial;\n  --#{$prefix}table-color-state: initial;\n  --#{$prefix}table-bg-state: initial;\n  // End of reset\n  --#{$prefix}table-color: #{$table-color};\n  --#{$prefix}table-bg: #{$table-bg};\n  --#{$prefix}table-border-color: #{$table-border-color};\n  --#{$prefix}table-accent-bg: #{$table-accent-bg};\n  --#{$prefix}table-striped-color: #{$table-striped-color};\n  --#{$prefix}table-striped-bg: #{$table-striped-bg};\n  --#{$prefix}table-active-color: #{$table-active-color};\n  --#{$prefix}table-active-bg: #{$table-active-bg};\n  --#{$prefix}table-hover-color: #{$table-hover-color};\n  --#{$prefix}table-hover-bg: #{$table-hover-bg};\n\n  width: 100%;\n  margin-bottom: $spacer;\n  vertical-align: $table-cell-vertical-align;\n  border-color: var(--#{$prefix}table-border-color);\n\n  // Target th & td\n  // We need the child combinator to prevent styles leaking to nested tables which doesn't have a `.table` class.\n  // We use the universal selectors here to simplify the selector (else we would need 6 different selectors).\n  // Another advantage is that this generates less code and makes the selector less specific making it easier to override.\n  // stylelint-disable-next-line selector-max-universal\n  > :not(caption) > * > * {\n    padding: $table-cell-padding-y $table-cell-padding-x;\n    // Following the precept of cascades: https://codepen.io/miriamsuzanne/full/vYNgodb\n    color: var(--#{$prefix}table-color-state, var(--#{$prefix}table-color-type, var(--#{$prefix}table-color)));\n    background-color: var(--#{$prefix}table-bg);\n    border-bottom-width: $table-border-width;\n    box-shadow: inset 0 0 0 9999px var(--#{$prefix}table-bg-state, var(--#{$prefix}table-bg-type, var(--#{$prefix}table-accent-bg)));\n  }\n\n  > tbody {\n    vertical-align: inherit;\n  }\n\n  > thead {\n    vertical-align: bottom;\n  }\n}\n\n.table-group-divider {\n  border-top: calc(#{$table-border-width} * 2) solid $table-group-separator-color; // stylelint-disable-line function-disallowed-list\n}\n\n//\n// Change placement of captions with a class\n//\n\n.caption-top {\n  caption-side: top;\n}\n\n\n//\n// Condensed table w/ half padding\n//\n\n.table-sm {\n  // stylelint-disable-next-line selector-max-universal\n  > :not(caption) > * > * {\n    padding: $table-cell-padding-y-sm $table-cell-padding-x-sm;\n  }\n}\n\n\n// Border versions\n//\n// Add or remove borders all around the table and between all the columns.\n//\n// When borders are added on all sides of the cells, the corners can render odd when\n// these borders do not have the same color or if they are semi-transparent.\n// Therefore we add top and border bottoms to the `tr`s and left and right borders\n// to the `td`s or `th`s\n\n.table-bordered {\n  > :not(caption) > * {\n    border-width: $table-border-width 0;\n\n    // stylelint-disable-next-line selector-max-universal\n    > * {\n      border-width: 0 $table-border-width;\n    }\n  }\n}\n\n.table-borderless {\n  // stylelint-disable-next-line selector-max-universal\n  > :not(caption) > * > * {\n    border-bottom-width: 0;\n  }\n\n  > :not(:first-child) {\n    border-top-width: 0;\n  }\n}\n\n// Zebra-striping\n//\n// Default zebra-stripe styles (alternating gray and transparent backgrounds)\n\n// For rows\n.table-striped {\n  > tbody > tr:nth-of-type(#{$table-striped-order}) > * {\n    --#{$prefix}table-color-type: var(--#{$prefix}table-striped-color);\n    --#{$prefix}table-bg-type: var(--#{$prefix}table-striped-bg);\n  }\n}\n\n// For columns\n.table-striped-columns {\n  > :not(caption) > tr > :nth-child(#{$table-striped-columns-order}) {\n    --#{$prefix}table-color-type: var(--#{$prefix}table-striped-color);\n    --#{$prefix}table-bg-type: var(--#{$prefix}table-striped-bg);\n  }\n}\n\n// Active table\n//\n// The `.table-active` class can be added to highlight rows or cells\n\n.table-active {\n  --#{$prefix}table-color-state: var(--#{$prefix}table-active-color);\n  --#{$prefix}table-bg-state: var(--#{$prefix}table-active-bg);\n}\n\n// Hover effect\n//\n// Placed here since it has to come after the potential zebra striping\n\n.table-hover {\n  > tbody > tr:hover > * {\n    --#{$prefix}table-color-state: var(--#{$prefix}table-hover-color);\n    --#{$prefix}table-bg-state: var(--#{$prefix}table-hover-bg);\n  }\n}\n\n\n// Table variants\n//\n// Table variants set the table cell backgrounds, border colors\n// and the colors of the striped, hovered & active tables\n\n@each $color, $value in $table-variants {\n  @include table-variant($color, $value);\n}\n\n// Responsive tables\n//\n// Generate series of `.table-responsive-*` classes for configuring the screen\n// size of where your table will overflow.\n\n@each $breakpoint in map-keys($grid-breakpoints) {\n  $infix: breakpoint-infix($breakpoint, $grid-breakpoints);\n\n  @include media-breakpoint-down($breakpoint) {\n    .table-responsive#{$infix} {\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n    }\n  }\n}\n"
  },
  {
    "path": "scss/bootstrap/_toasts.scss",
    "content": ".toast {\n  // scss-docs-start toast-css-vars\n  --#{$prefix}toast-zindex: #{$zindex-toast};\n  --#{$prefix}toast-padding-x: #{$toast-padding-x};\n  --#{$prefix}toast-padding-y: #{$toast-padding-y};\n  --#{$prefix}toast-spacing: #{$toast-spacing};\n  --#{$prefix}toast-max-width: #{$toast-max-width};\n  @include rfs($toast-font-size, --#{$prefix}toast-font-size);\n  --#{$prefix}toast-color: #{$toast-color};\n  --#{$prefix}toast-bg: #{$toast-background-color};\n  --#{$prefix}toast-border-width: #{$toast-border-width};\n  --#{$prefix}toast-border-color: #{$toast-border-color};\n  --#{$prefix}toast-border-radius: #{$toast-border-radius};\n  --#{$prefix}toast-box-shadow: #{$toast-box-shadow};\n  --#{$prefix}toast-header-color: #{$toast-header-color};\n  --#{$prefix}toast-header-bg: #{$toast-header-background-color};\n  --#{$prefix}toast-header-border-color: #{$toast-header-border-color};\n  // scss-docs-end toast-css-vars\n\n  width: var(--#{$prefix}toast-max-width);\n  max-width: 100%;\n  @include font-size(var(--#{$prefix}toast-font-size));\n  color: var(--#{$prefix}toast-color);\n  pointer-events: auto;\n  background-color: var(--#{$prefix}toast-bg);\n  background-clip: padding-box;\n  border: var(--#{$prefix}toast-border-width) solid var(--#{$prefix}toast-border-color);\n  box-shadow: var(--#{$prefix}toast-box-shadow);\n  @include border-radius(var(--#{$prefix}toast-border-radius));\n\n  &.showing {\n    opacity: 0;\n  }\n\n  &:not(.show) {\n    display: none;\n  }\n}\n\n.toast-container {\n  --#{$prefix}toast-zindex: #{$zindex-toast};\n\n  position: absolute;\n  z-index: var(--#{$prefix}toast-zindex);\n  width: max-content;\n  max-width: 100%;\n  pointer-events: none;\n\n  > :not(:last-child) {\n    margin-bottom: var(--#{$prefix}toast-spacing);\n  }\n}\n\n.toast-header {\n  display: flex;\n  align-items: center;\n  padding: var(--#{$prefix}toast-padding-y) var(--#{$prefix}toast-padding-x);\n  color: var(--#{$prefix}toast-header-color);\n  background-color: var(--#{$prefix}toast-header-bg);\n  background-clip: padding-box;\n  border-bottom: var(--#{$prefix}toast-border-width) solid var(--#{$prefix}toast-header-border-color);\n  @include border-top-radius(calc(var(--#{$prefix}toast-border-radius) - var(--#{$prefix}toast-border-width)));\n\n  .btn-close {\n    margin-right: calc(-.5 * var(--#{$prefix}toast-padding-x)); // stylelint-disable-line function-disallowed-list\n    margin-left: var(--#{$prefix}toast-padding-x);\n  }\n}\n\n.toast-body {\n  padding: var(--#{$prefix}toast-padding-x);\n  word-wrap: break-word;\n}\n"
  },
  {
    "path": "scss/bootstrap/_tooltip.scss",
    "content": "// Base class\n.tooltip {\n  // scss-docs-start tooltip-css-vars\n  --#{$prefix}tooltip-zindex: #{$zindex-tooltip};\n  --#{$prefix}tooltip-max-width: #{$tooltip-max-width};\n  --#{$prefix}tooltip-padding-x: #{$tooltip-padding-x};\n  --#{$prefix}tooltip-padding-y: #{$tooltip-padding-y};\n  --#{$prefix}tooltip-margin: #{$tooltip-margin};\n  @include rfs($tooltip-font-size, --#{$prefix}tooltip-font-size);\n  --#{$prefix}tooltip-color: #{$tooltip-color};\n  --#{$prefix}tooltip-bg: #{$tooltip-bg};\n  --#{$prefix}tooltip-border-radius: #{$tooltip-border-radius};\n  --#{$prefix}tooltip-opacity: #{$tooltip-opacity};\n  --#{$prefix}tooltip-arrow-width: #{$tooltip-arrow-width};\n  --#{$prefix}tooltip-arrow-height: #{$tooltip-arrow-height};\n  // scss-docs-end tooltip-css-vars\n\n  z-index: var(--#{$prefix}tooltip-zindex);\n  display: block;\n  margin: var(--#{$prefix}tooltip-margin);\n  @include deprecate(\"`$tooltip-margin`\", \"v5\", \"v5.x\", true);\n  // Our parent element can be arbitrary since tooltips are by default inserted as a sibling of their target element.\n  // So reset our font and text properties to avoid inheriting weird values.\n  @include reset-text();\n  @include font-size(var(--#{$prefix}tooltip-font-size));\n  // Allow breaking very long words so they don't overflow the tooltip's bounds\n  word-wrap: break-word;\n  opacity: 0;\n\n  &.show { opacity: var(--#{$prefix}tooltip-opacity); }\n\n  .tooltip-arrow {\n    display: block;\n    width: var(--#{$prefix}tooltip-arrow-width);\n    height: var(--#{$prefix}tooltip-arrow-height);\n\n    &::before {\n      position: absolute;\n      content: \"\";\n      border-color: transparent;\n      border-style: solid;\n    }\n  }\n}\n\n.bs-tooltip-top .tooltip-arrow {\n  bottom: calc(-1 * var(--#{$prefix}tooltip-arrow-height)); // stylelint-disable-line function-disallowed-list\n\n  &::before {\n    top: -1px;\n    border-width: var(--#{$prefix}tooltip-arrow-height) calc(var(--#{$prefix}tooltip-arrow-width) * .5) 0; // stylelint-disable-line function-disallowed-list\n    border-top-color: var(--#{$prefix}tooltip-bg);\n  }\n}\n\n/* rtl:begin:ignore */\n.bs-tooltip-end .tooltip-arrow {\n  left: calc(-1 * var(--#{$prefix}tooltip-arrow-height)); // stylelint-disable-line function-disallowed-list\n  width: var(--#{$prefix}tooltip-arrow-height);\n  height: var(--#{$prefix}tooltip-arrow-width);\n\n  &::before {\n    right: -1px;\n    border-width: calc(var(--#{$prefix}tooltip-arrow-width) * .5) var(--#{$prefix}tooltip-arrow-height) calc(var(--#{$prefix}tooltip-arrow-width) * .5) 0; // stylelint-disable-line function-disallowed-list\n    border-right-color: var(--#{$prefix}tooltip-bg);\n  }\n}\n\n/* rtl:end:ignore */\n\n.bs-tooltip-bottom .tooltip-arrow {\n  top: calc(-1 * var(--#{$prefix}tooltip-arrow-height)); // stylelint-disable-line function-disallowed-list\n\n  &::before {\n    bottom: -1px;\n    border-width: 0 calc(var(--#{$prefix}tooltip-arrow-width) * .5) var(--#{$prefix}tooltip-arrow-height); // stylelint-disable-line function-disallowed-list\n    border-bottom-color: var(--#{$prefix}tooltip-bg);\n  }\n}\n\n/* rtl:begin:ignore */\n.bs-tooltip-start .tooltip-arrow {\n  right: calc(-1 * var(--#{$prefix}tooltip-arrow-height)); // stylelint-disable-line function-disallowed-list\n  width: var(--#{$prefix}tooltip-arrow-height);\n  height: var(--#{$prefix}tooltip-arrow-width);\n\n  &::before {\n    left: -1px;\n    border-width: calc(var(--#{$prefix}tooltip-arrow-width) * .5) 0 calc(var(--#{$prefix}tooltip-arrow-width) * .5) var(--#{$prefix}tooltip-arrow-height); // stylelint-disable-line function-disallowed-list\n    border-left-color: var(--#{$prefix}tooltip-bg);\n  }\n}\n\n/* rtl:end:ignore */\n\n.bs-tooltip-auto {\n  &[data-popper-placement^=\"top\"] {\n    @extend .bs-tooltip-top;\n  }\n  &[data-popper-placement^=\"right\"] {\n    @extend .bs-tooltip-end;\n  }\n  &[data-popper-placement^=\"bottom\"] {\n    @extend .bs-tooltip-bottom;\n  }\n  &[data-popper-placement^=\"left\"] {\n    @extend .bs-tooltip-start;\n  }\n}\n\n// Wrapper for the tooltip content\n.tooltip-inner {\n  max-width: var(--#{$prefix}tooltip-max-width);\n  padding: var(--#{$prefix}tooltip-padding-y) var(--#{$prefix}tooltip-padding-x);\n  color: var(--#{$prefix}tooltip-color);\n  text-align: center;\n  background-color: var(--#{$prefix}tooltip-bg);\n  @include border-radius(var(--#{$prefix}tooltip-border-radius));\n}\n"
  },
  {
    "path": "scss/bootstrap/_transitions.scss",
    "content": ".fade {\n  @include transition($transition-fade);\n\n  &:not(.show) {\n    opacity: 0;\n  }\n}\n\n// scss-docs-start collapse-classes\n.collapse {\n  &:not(.show) {\n    display: none;\n  }\n}\n\n.collapsing {\n  height: 0;\n  overflow: hidden;\n  @include transition($transition-collapse);\n\n  &.collapse-horizontal {\n    width: 0;\n    height: auto;\n    @include transition($transition-collapse-width);\n  }\n}\n// scss-docs-end collapse-classes\n"
  },
  {
    "path": "scss/bootstrap/_type.scss",
    "content": "//\n// Headings\n//\n.h1 {\n  @extend h1;\n}\n\n.h2 {\n  @extend h2;\n}\n\n.h3 {\n  @extend h3;\n}\n\n.h4 {\n  @extend h4;\n}\n\n.h5 {\n  @extend h5;\n}\n\n.h6 {\n  @extend h6;\n}\n\n\n.lead {\n  @include font-size($lead-font-size);\n  font-weight: $lead-font-weight;\n}\n\n// Type display classes\n@each $display, $font-size in $display-font-sizes {\n  .display-#{$display} {\n    @include font-size($font-size);\n    font-family: $display-font-family;\n    font-style: $display-font-style;\n    font-weight: $display-font-weight;\n    line-height: $display-line-height;\n  }\n}\n\n//\n// Emphasis\n//\n.small {\n  @extend small;\n}\n\n.mark {\n  @extend mark;\n}\n\n//\n// Lists\n//\n\n.list-unstyled {\n  @include list-unstyled();\n}\n\n// Inline turns list items into inline-block\n.list-inline {\n  @include list-unstyled();\n}\n.list-inline-item {\n  display: inline-block;\n\n  &:not(:last-child) {\n    margin-right: $list-inline-padding;\n  }\n}\n\n\n//\n// Misc\n//\n\n// Builds on `abbr`\n.initialism {\n  @include font-size($initialism-font-size);\n  text-transform: uppercase;\n}\n\n// Blockquotes\n.blockquote {\n  margin-bottom: $blockquote-margin-y;\n  @include font-size($blockquote-font-size);\n\n  > :last-child {\n    margin-bottom: 0;\n  }\n}\n\n.blockquote-footer {\n  margin-top: -$blockquote-margin-y;\n  margin-bottom: $blockquote-margin-y;\n  @include font-size($blockquote-footer-font-size);\n  color: $blockquote-footer-color;\n\n  &::before {\n    content: \"\\2014\\00A0\"; // em dash, nbsp\n  }\n}\n"
  },
  {
    "path": "scss/bootstrap/_utilities.scss",
    "content": "// Utilities\n\n$utilities: () !default;\n// stylelint-disable-next-line scss/dollar-variable-default\n$utilities: map-merge(\n  (\n    // scss-docs-start utils-vertical-align\n    \"align\": (\n      property: vertical-align,\n      class: align,\n      values: baseline top middle bottom text-bottom text-top\n    ),\n    // scss-docs-end utils-vertical-align\n    // scss-docs-start utils-float\n    \"float\": (\n      responsive: true,\n      property: float,\n      values: (\n        start: left,\n        end: right,\n        none: none,\n      )\n    ),\n    // scss-docs-end utils-float\n    // Object Fit utilities\n    // scss-docs-start utils-object-fit\n    \"object-fit\": (\n      responsive: true,\n      property: object-fit,\n      values: (\n        contain: contain,\n        cover: cover,\n        fill: fill,\n        scale: scale-down,\n        none: none,\n      )\n    ),\n    // scss-docs-end utils-object-fit\n    // Opacity utilities\n    // scss-docs-start utils-opacity\n    \"opacity\": (\n      property: opacity,\n      values: (\n        0: 0,\n        25: .25,\n        50: .5,\n        75: .75,\n        100: 1,\n      )\n    ),\n    // scss-docs-end utils-opacity\n    // scss-docs-start utils-overflow\n    \"overflow\": (\n      property: overflow,\n      values: auto hidden visible scroll,\n    ),\n    \"overflow-x\": (\n      property: overflow-x,\n      values: auto hidden visible scroll,\n    ),\n    \"overflow-y\": (\n      property: overflow-y,\n      values: auto hidden visible scroll,\n    ),\n    // scss-docs-end utils-overflow\n    // scss-docs-start utils-display\n    \"display\": (\n      responsive: true,\n      print: true,\n      property: display,\n      class: d,\n      values: inline inline-block block grid inline-grid table table-row table-cell flex inline-flex none\n    ),\n    // scss-docs-end utils-display\n    // scss-docs-start utils-shadow\n    \"shadow\": (\n      property: box-shadow,\n      class: shadow,\n      values: (\n        null: var(--#{$prefix}box-shadow),\n        sm: var(--#{$prefix}box-shadow-sm),\n        lg: var(--#{$prefix}box-shadow-lg),\n        none: none,\n      )\n    ),\n    // scss-docs-end utils-shadow\n    // scss-docs-start utils-focus-ring\n    \"focus-ring\": (\n      css-var: true,\n      css-variable-name: focus-ring-color,\n      class: focus-ring,\n      values: map-loop($theme-colors-rgb, rgba-css-var, \"$key\", \"focus-ring\")\n    ),\n    // scss-docs-end utils-focus-ring\n    // scss-docs-start utils-position\n    \"position\": (\n      property: position,\n      values: static relative absolute fixed sticky\n    ),\n    \"top\": (\n      property: top,\n      values: $position-values\n    ),\n    \"bottom\": (\n      property: bottom,\n      values: $position-values\n    ),\n    \"start\": (\n      property: left,\n      class: start,\n      values: $position-values\n    ),\n    \"end\": (\n      property: right,\n      class: end,\n      values: $position-values\n    ),\n    \"translate-middle\": (\n      property: transform,\n      class: translate-middle,\n      values: (\n        null: translate(-50%, -50%),\n        x: translateX(-50%),\n        y: translateY(-50%),\n      )\n    ),\n    // scss-docs-end utils-position\n    // scss-docs-start utils-borders\n    \"border\": (\n      property: border,\n      values: (\n        null: var(--#{$prefix}border-width) var(--#{$prefix}border-style) var(--#{$prefix}border-color),\n        0: 0,\n      )\n    ),\n    \"border-top\": (\n      property: border-top,\n      values: (\n        null: var(--#{$prefix}border-width) var(--#{$prefix}border-style) var(--#{$prefix}border-color),\n        0: 0,\n      )\n    ),\n    \"border-end\": (\n      property: border-right,\n      class: border-end,\n      values: (\n        null: var(--#{$prefix}border-width) var(--#{$prefix}border-style) var(--#{$prefix}border-color),\n        0: 0,\n      )\n    ),\n    \"border-bottom\": (\n      property: border-bottom,\n      values: (\n        null: var(--#{$prefix}border-width) var(--#{$prefix}border-style) var(--#{$prefix}border-color),\n        0: 0,\n      )\n    ),\n    \"border-start\": (\n      property: border-left,\n      class: border-start,\n      values: (\n        null: var(--#{$prefix}border-width) var(--#{$prefix}border-style) var(--#{$prefix}border-color),\n        0: 0,\n      )\n    ),\n    \"border-color\": (\n      property: border-color,\n      class: border,\n      local-vars: (\n        \"border-opacity\": 1\n      ),\n      values: $utilities-border-colors\n    ),\n    \"subtle-border-color\": (\n      property: border-color,\n      class: border,\n      values: $utilities-border-subtle\n    ),\n    \"border-width\": (\n      property: border-width,\n      class: border,\n      values: $border-widths\n    ),\n    \"border-opacity\": (\n      css-var: true,\n      class: border-opacity,\n      values: (\n        10: .1,\n        25: .25,\n        50: .5,\n        75: .75,\n        100: 1\n      )\n    ),\n    // scss-docs-end utils-borders\n    // Sizing utilities\n    // scss-docs-start utils-sizing\n    \"width\": (\n      property: width,\n      class: w,\n      values: (\n        25: 25%,\n        50: 50%,\n        75: 75%,\n        100: 100%,\n        auto: auto\n      )\n    ),\n    \"max-width\": (\n      property: max-width,\n      class: mw,\n      values: (100: 100%)\n    ),\n    \"viewport-width\": (\n      property: width,\n      class: vw,\n      values: (100: 100vw)\n    ),\n    \"min-viewport-width\": (\n      property: min-width,\n      class: min-vw,\n      values: (100: 100vw)\n    ),\n    \"height\": (\n      property: height,\n      class: h,\n      values: (\n        25: 25%,\n        50: 50%,\n        75: 75%,\n        100: 100%,\n        auto: auto\n      )\n    ),\n    \"max-height\": (\n      property: max-height,\n      class: mh,\n      values: (100: 100%)\n    ),\n    \"viewport-height\": (\n      property: height,\n      class: vh,\n      values: (100: 100vh)\n    ),\n    \"min-viewport-height\": (\n      property: min-height,\n      class: min-vh,\n      values: (100: 100vh)\n    ),\n    // scss-docs-end utils-sizing\n    // Flex utilities\n    // scss-docs-start utils-flex\n    \"flex\": (\n      responsive: true,\n      property: flex,\n      values: (fill: 1 1 auto)\n    ),\n    \"flex-direction\": (\n      responsive: true,\n      property: flex-direction,\n      class: flex,\n      values: row column row-reverse column-reverse\n    ),\n    \"flex-grow\": (\n      responsive: true,\n      property: flex-grow,\n      class: flex,\n      values: (\n        grow-0: 0,\n        grow-1: 1,\n      )\n    ),\n    \"flex-shrink\": (\n      responsive: true,\n      property: flex-shrink,\n      class: flex,\n      values: (\n        shrink-0: 0,\n        shrink-1: 1,\n      )\n    ),\n    \"flex-wrap\": (\n      responsive: true,\n      property: flex-wrap,\n      class: flex,\n      values: wrap nowrap wrap-reverse\n    ),\n    \"justify-content\": (\n      responsive: true,\n      property: justify-content,\n      values: (\n        start: flex-start,\n        end: flex-end,\n        center: center,\n        between: space-between,\n        around: space-around,\n        evenly: space-evenly,\n      )\n    ),\n    \"align-items\": (\n      responsive: true,\n      property: align-items,\n      values: (\n        start: flex-start,\n        end: flex-end,\n        center: center,\n        baseline: baseline,\n        stretch: stretch,\n      )\n    ),\n    \"align-content\": (\n      responsive: true,\n      property: align-content,\n      values: (\n        start: flex-start,\n        end: flex-end,\n        center: center,\n        between: space-between,\n        around: space-around,\n        stretch: stretch,\n      )\n    ),\n    \"align-self\": (\n      responsive: true,\n      property: align-self,\n      values: (\n        auto: auto,\n        start: flex-start,\n        end: flex-end,\n        center: center,\n        baseline: baseline,\n        stretch: stretch,\n      )\n    ),\n    \"order\": (\n      responsive: true,\n      property: order,\n      values: (\n        first: -1,\n        0: 0,\n        1: 1,\n        2: 2,\n        3: 3,\n        4: 4,\n        5: 5,\n        last: 6,\n      ),\n    ),\n    // scss-docs-end utils-flex\n    // Margin utilities\n    // scss-docs-start utils-spacing\n    \"margin\": (\n      responsive: true,\n      property: margin,\n      class: m,\n      values: map-merge($spacers, (auto: auto))\n    ),\n    \"margin-x\": (\n      responsive: true,\n      property: margin-right margin-left,\n      class: mx,\n      values: map-merge($spacers, (auto: auto))\n    ),\n    \"margin-y\": (\n      responsive: true,\n      property: margin-top margin-bottom,\n      class: my,\n      values: map-merge($spacers, (auto: auto))\n    ),\n    \"margin-top\": (\n      responsive: true,\n      property: margin-top,\n      class: mt,\n      values: map-merge($spacers, (auto: auto))\n    ),\n    \"margin-end\": (\n      responsive: true,\n      property: margin-right,\n      class: me,\n      values: map-merge($spacers, (auto: auto))\n    ),\n    \"margin-bottom\": (\n      responsive: true,\n      property: margin-bottom,\n      class: mb,\n      values: map-merge($spacers, (auto: auto))\n    ),\n    \"margin-start\": (\n      responsive: true,\n      property: margin-left,\n      class: ms,\n      values: map-merge($spacers, (auto: auto))\n    ),\n    // Negative margin utilities\n    \"negative-margin\": (\n      responsive: true,\n      property: margin,\n      class: m,\n      values: $negative-spacers\n    ),\n    \"negative-margin-x\": (\n      responsive: true,\n      property: margin-right margin-left,\n      class: mx,\n      values: $negative-spacers\n    ),\n    \"negative-margin-y\": (\n      responsive: true,\n      property: margin-top margin-bottom,\n      class: my,\n      values: $negative-spacers\n    ),\n    \"negative-margin-top\": (\n      responsive: true,\n      property: margin-top,\n      class: mt,\n      values: $negative-spacers\n    ),\n    \"negative-margin-end\": (\n      responsive: true,\n      property: margin-right,\n      class: me,\n      values: $negative-spacers\n    ),\n    \"negative-margin-bottom\": (\n      responsive: true,\n      property: margin-bottom,\n      class: mb,\n      values: $negative-spacers\n    ),\n    \"negative-margin-start\": (\n      responsive: true,\n      property: margin-left,\n      class: ms,\n      values: $negative-spacers\n    ),\n    // Padding utilities\n    \"padding\": (\n      responsive: true,\n      property: padding,\n      class: p,\n      values: $spacers\n    ),\n    \"padding-x\": (\n      responsive: true,\n      property: padding-right padding-left,\n      class: px,\n      values: $spacers\n    ),\n    \"padding-y\": (\n      responsive: true,\n      property: padding-top padding-bottom,\n      class: py,\n      values: $spacers\n    ),\n    \"padding-top\": (\n      responsive: true,\n      property: padding-top,\n      class: pt,\n      values: $spacers\n    ),\n    \"padding-end\": (\n      responsive: true,\n      property: padding-right,\n      class: pe,\n      values: $spacers\n    ),\n    \"padding-bottom\": (\n      responsive: true,\n      property: padding-bottom,\n      class: pb,\n      values: $spacers\n    ),\n    \"padding-start\": (\n      responsive: true,\n      property: padding-left,\n      class: ps,\n      values: $spacers\n    ),\n    // Gap utility\n    \"gap\": (\n      responsive: true,\n      property: gap,\n      class: gap,\n      values: $spacers\n    ),\n    \"row-gap\": (\n      responsive: true,\n      property: row-gap,\n      class: row-gap,\n      values: $spacers\n    ),\n    \"column-gap\": (\n      responsive: true,\n      property: column-gap,\n      class: column-gap,\n      values: $spacers\n    ),\n    // scss-docs-end utils-spacing\n    // Text\n    // scss-docs-start utils-text\n    \"font-family\": (\n      property: font-family,\n      class: font,\n      values: (monospace: var(--#{$prefix}font-monospace))\n    ),\n    \"font-size\": (\n      rfs: true,\n      property: font-size,\n      class: fs,\n      values: $font-sizes\n    ),\n    \"font-style\": (\n      property: font-style,\n      class: fst,\n      values: italic normal\n    ),\n    \"font-weight\": (\n      property: font-weight,\n      class: fw,\n      values: (\n        lighter: $font-weight-lighter,\n        light: $font-weight-light,\n        normal: $font-weight-normal,\n        medium: $font-weight-medium,\n        semibold: $font-weight-semibold,\n        bold: $font-weight-bold,\n        bolder: $font-weight-bolder\n      )\n    ),\n    \"line-height\": (\n      property: line-height,\n      class: lh,\n      values: (\n        1: 1,\n        sm: $line-height-sm,\n        base: $line-height-base,\n        lg: $line-height-lg,\n      )\n    ),\n    \"text-align\": (\n      responsive: true,\n      property: text-align,\n      class: text,\n      values: (\n        start: left,\n        end: right,\n        center: center,\n      )\n    ),\n    \"text-decoration\": (\n      property: text-decoration,\n      values: none underline line-through\n    ),\n    \"text-transform\": (\n      property: text-transform,\n      class: text,\n      values: lowercase uppercase capitalize\n    ),\n    \"white-space\": (\n      property: white-space,\n      class: text,\n      values: (\n        wrap: normal,\n        nowrap: nowrap,\n      )\n    ),\n    \"word-wrap\": (\n      property: word-wrap word-break,\n      class: text,\n      values: (break: break-word),\n      rtl: false\n    ),\n    // scss-docs-end utils-text\n    // scss-docs-start utils-color\n    \"color\": (\n      property: color,\n      class: text,\n      local-vars: (\n        \"text-opacity\": 1\n      ),\n      values: map-merge(\n        $utilities-text-colors,\n        (\n          \"muted\": var(--#{$prefix}secondary-color), // deprecated\n          \"black-50\": rgba($black, .5), // deprecated\n          \"white-50\": rgba($white, .5), // deprecated\n          \"body-secondary\": var(--#{$prefix}secondary-color),\n          \"body-tertiary\": var(--#{$prefix}tertiary-color),\n          \"body-emphasis\": var(--#{$prefix}emphasis-color),\n          \"reset\": inherit,\n        )\n      )\n    ),\n    \"text-opacity\": (\n      css-var: true,\n      class: text-opacity,\n      values: (\n        25: .25,\n        50: .5,\n        75: .75,\n        100: 1\n      )\n    ),\n    \"text-color\": (\n      property: color,\n      class: text,\n      values: $utilities-text-emphasis-colors\n    ),\n    // scss-docs-end utils-color\n    // scss-docs-start utils-links\n    \"link-opacity\": (\n      css-var: true,\n      class: link-opacity,\n      state: hover,\n      values: (\n        10: .1,\n        25: .25,\n        50: .5,\n        75: .75,\n        100: 1\n      )\n    ),\n    \"link-offset\": (\n      property: text-underline-offset,\n      class: link-offset,\n      state: hover,\n      values: (\n        1: .125em,\n        2: .25em,\n        3: .375em,\n      )\n    ),\n    \"link-underline\": (\n      property: text-decoration-color,\n      class: link-underline,\n      local-vars: (\n        \"link-underline-opacity\": 1\n      ),\n      values: map-merge(\n        $utilities-links-underline,\n        (\n          null: rgba(var(--#{$prefix}link-color-rgb), var(--#{$prefix}link-underline-opacity, 1)),\n        )\n      )\n    ),\n    \"link-underline-opacity\": (\n      css-var: true,\n      class: link-underline-opacity,\n      state: hover,\n      values: (\n        0: 0,\n        10: .1,\n        25: .25,\n        50: .5,\n        75: .75,\n        100: 1\n      ),\n    ),\n    // scss-docs-end utils-links\n    // scss-docs-start utils-bg-color\n    \"background-color\": (\n      property: background-color,\n      class: bg,\n      local-vars: (\n        \"bg-opacity\": 1\n      ),\n      values: map-merge(\n        $utilities-bg-colors,\n        (\n          \"transparent\": transparent,\n          \"body-secondary\": rgba(var(--#{$prefix}secondary-bg-rgb), var(--#{$prefix}bg-opacity)),\n          \"body-tertiary\": rgba(var(--#{$prefix}tertiary-bg-rgb), var(--#{$prefix}bg-opacity)),\n        )\n      )\n    ),\n    \"bg-opacity\": (\n      css-var: true,\n      class: bg-opacity,\n      values: (\n        10: .1,\n        25: .25,\n        50: .5,\n        75: .75,\n        100: 1\n      )\n    ),\n    \"subtle-background-color\": (\n      property: background-color,\n      class: bg,\n      values: $utilities-bg-subtle\n    ),\n    // scss-docs-end utils-bg-color\n    \"gradient\": (\n      property: background-image,\n      class: bg,\n      values: (gradient: var(--#{$prefix}gradient))\n    ),\n    // scss-docs-start utils-interaction\n    \"user-select\": (\n      property: user-select,\n      values: all auto none\n    ),\n    \"pointer-events\": (\n      property: pointer-events,\n      class: pe,\n      values: none auto,\n    ),\n    // scss-docs-end utils-interaction\n    // scss-docs-start utils-border-radius\n    \"rounded\": (\n      property: border-radius,\n      class: rounded,\n      values: (\n        null: var(--#{$prefix}border-radius),\n        0: 0,\n        1: var(--#{$prefix}border-radius-sm),\n        2: var(--#{$prefix}border-radius),\n        3: var(--#{$prefix}border-radius-lg),\n        4: var(--#{$prefix}border-radius-xl),\n        5: var(--#{$prefix}border-radius-xxl),\n        circle: 50%,\n        pill: var(--#{$prefix}border-radius-pill)\n      )\n    ),\n    \"rounded-top\": (\n      property: border-top-left-radius border-top-right-radius,\n      class: rounded-top,\n      values: (\n        null: var(--#{$prefix}border-radius),\n        0: 0,\n        1: var(--#{$prefix}border-radius-sm),\n        2: var(--#{$prefix}border-radius),\n        3: var(--#{$prefix}border-radius-lg),\n        4: var(--#{$prefix}border-radius-xl),\n        5: var(--#{$prefix}border-radius-xxl),\n        circle: 50%,\n        pill: var(--#{$prefix}border-radius-pill)\n      )\n    ),\n    \"rounded-end\": (\n      property: border-top-right-radius border-bottom-right-radius,\n      class: rounded-end,\n      values: (\n        null: var(--#{$prefix}border-radius),\n        0: 0,\n        1: var(--#{$prefix}border-radius-sm),\n        2: var(--#{$prefix}border-radius),\n        3: var(--#{$prefix}border-radius-lg),\n        4: var(--#{$prefix}border-radius-xl),\n        5: var(--#{$prefix}border-radius-xxl),\n        circle: 50%,\n        pill: var(--#{$prefix}border-radius-pill)\n      )\n    ),\n    \"rounded-bottom\": (\n      property: border-bottom-right-radius border-bottom-left-radius,\n      class: rounded-bottom,\n      values: (\n        null: var(--#{$prefix}border-radius),\n        0: 0,\n        1: var(--#{$prefix}border-radius-sm),\n        2: var(--#{$prefix}border-radius),\n        3: var(--#{$prefix}border-radius-lg),\n        4: var(--#{$prefix}border-radius-xl),\n        5: var(--#{$prefix}border-radius-xxl),\n        circle: 50%,\n        pill: var(--#{$prefix}border-radius-pill)\n      )\n    ),\n    \"rounded-start\": (\n      property: border-bottom-left-radius border-top-left-radius,\n      class: rounded-start,\n      values: (\n        null: var(--#{$prefix}border-radius),\n        0: 0,\n        1: var(--#{$prefix}border-radius-sm),\n        2: var(--#{$prefix}border-radius),\n        3: var(--#{$prefix}border-radius-lg),\n        4: var(--#{$prefix}border-radius-xl),\n        5: var(--#{$prefix}border-radius-xxl),\n        circle: 50%,\n        pill: var(--#{$prefix}border-radius-pill)\n      )\n    ),\n    // scss-docs-end utils-border-radius\n    // scss-docs-start utils-visibility\n    \"visibility\": (\n      property: visibility,\n      class: null,\n      values: (\n        visible: visible,\n        invisible: hidden,\n      )\n    ),\n    // scss-docs-end utils-visibility\n    // scss-docs-start utils-zindex\n    \"z-index\": (\n      property: z-index,\n      class: z,\n      values: $zindex-levels,\n    )\n    // scss-docs-end utils-zindex\n  ),\n  $utilities\n);\n"
  },
  {
    "path": "scss/bootstrap/_variables-dark.scss",
    "content": "// Dark color mode variables\n//\n// Custom variables for the `[data-bs-theme=\"dark\"]` theme. Use this as a starting point for your own custom color modes by creating a new theme-specific file like `_variables-dark.scss` and adding the variables you need.\n\n//\n// Global colors\n//\n\n// scss-docs-start sass-dark-mode-vars\n// scss-docs-start theme-text-dark-variables\n$primary-text-emphasis-dark:        tint-color($primary, 40%) !default;\n$secondary-text-emphasis-dark:      tint-color($secondary, 40%) !default;\n$success-text-emphasis-dark:        tint-color($success, 40%) !default;\n$info-text-emphasis-dark:           tint-color($info, 40%) !default;\n$warning-text-emphasis-dark:        tint-color($warning, 40%) !default;\n$danger-text-emphasis-dark:         tint-color($danger, 40%) !default;\n$light-text-emphasis-dark:          $gray-100 !default;\n$dark-text-emphasis-dark:           $gray-300 !default;\n// scss-docs-end theme-text-dark-variables\n\n// scss-docs-start theme-bg-subtle-dark-variables\n$primary-bg-subtle-dark:            shade-color($primary, 80%) !default;\n$secondary-bg-subtle-dark:          shade-color($secondary, 80%) !default;\n$success-bg-subtle-dark:            shade-color($success, 80%) !default;\n$info-bg-subtle-dark:               shade-color($info, 80%) !default;\n$warning-bg-subtle-dark:            shade-color($warning, 80%) !default;\n$danger-bg-subtle-dark:             shade-color($danger, 80%) !default;\n$light-bg-subtle-dark:              $gray-800 !default;\n$dark-bg-subtle-dark:               mix($gray-800, $black) !default;\n// scss-docs-end theme-bg-subtle-dark-variables\n\n// scss-docs-start theme-border-subtle-dark-variables\n$primary-border-subtle-dark:        shade-color($primary, 40%) !default;\n$secondary-border-subtle-dark:      shade-color($secondary, 40%) !default;\n$success-border-subtle-dark:        shade-color($success, 40%) !default;\n$info-border-subtle-dark:           shade-color($info, 40%) !default;\n$warning-border-subtle-dark:        shade-color($warning, 40%) !default;\n$danger-border-subtle-dark:         shade-color($danger, 40%) !default;\n$light-border-subtle-dark:          $gray-700 !default;\n$dark-border-subtle-dark:           $gray-800 !default;\n// scss-docs-end theme-border-subtle-dark-variables\n\n$body-color-dark:                   $gray-300 !default;\n$body-bg-dark:                      $gray-900 !default;\n$body-secondary-color-dark:         rgba($body-color-dark, .75) !default;\n$body-secondary-bg-dark:            $gray-800 !default;\n$body-tertiary-color-dark:          rgba($body-color-dark, .5) !default;\n$body-tertiary-bg-dark:             mix($gray-800, $gray-900, 50%) !default;\n$body-emphasis-color-dark:          $white !default;\n$border-color-dark:                 $gray-700 !default;\n$border-color-translucent-dark:     rgba($white, .15) !default;\n$headings-color-dark:               inherit !default;\n$link-color-dark:                   tint-color($primary, 40%) !default;\n$link-hover-color-dark:             shift-color($link-color-dark, -$link-shade-percentage) !default;\n$code-color-dark:                   tint-color($code-color, 40%) !default;\n$mark-color-dark:                   $body-color-dark !default;\n$mark-bg-dark:                      $yellow-800 !default;\n\n\n//\n// Forms\n//\n\n$form-select-indicator-color-dark:  $body-color-dark !default;\n$form-select-indicator-dark:        url(\"data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='#{$form-select-indicator-color-dark}' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/></svg>\") !default;\n\n$form-switch-color-dark:            rgba($white, .25) !default;\n$form-switch-bg-image-dark:         url(\"data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='#{$form-switch-color-dark}'/></svg>\") !default;\n\n// scss-docs-start form-validation-colors-dark\n$form-valid-color-dark:             $green-300 !default;\n$form-valid-border-color-dark:      $green-300 !default;\n$form-invalid-color-dark:           $red-300 !default;\n$form-invalid-border-color-dark:    $red-300 !default;\n// scss-docs-end form-validation-colors-dark\n\n\n//\n// Accordion\n//\n\n$accordion-icon-color-dark:         $primary-text-emphasis-dark !default;\n$accordion-icon-active-color-dark:  $primary-text-emphasis-dark !default;\n\n$accordion-button-icon-dark:         url(\"data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='#{$accordion-icon-color-dark}'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>\") !default;\n$accordion-button-active-icon-dark:  url(\"data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='#{$accordion-icon-active-color-dark}'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>\") !default;\n// scss-docs-end sass-dark-mode-vars\n"
  },
  {
    "path": "scss/bootstrap/_variables.scss",
    "content": "// Variables\n//\n// Variables should follow the `$component-state-property-size` formula for\n// consistent naming. Ex: $nav-link-disabled-color and $modal-content-box-shadow-xs.\n\n// Color system\n\n// scss-docs-start gray-color-variables\n$white:    #fff !default;\n$gray-100: #f8f9fa !default;\n$gray-200: #e9ecef !default;\n$gray-300: #dee2e6 !default;\n$gray-400: #ced4da !default;\n$gray-500: #adb5bd !default;\n$gray-600: #6c757d !default;\n$gray-700: #495057 !default;\n$gray-800: #343a40 !default;\n$gray-900: #212529 !default;\n$black:    #000 !default;\n// scss-docs-end gray-color-variables\n\n// fusv-disable\n// scss-docs-start gray-colors-map\n$grays: (\n  \"100\": $gray-100,\n  \"200\": $gray-200,\n  \"300\": $gray-300,\n  \"400\": $gray-400,\n  \"500\": $gray-500,\n  \"600\": $gray-600,\n  \"700\": $gray-700,\n  \"800\": $gray-800,\n  \"900\": $gray-900\n) !default;\n// scss-docs-end gray-colors-map\n// fusv-enable\n\n// scss-docs-start color-variables\n$blue:    #0d6efd !default;\n$indigo:  #6610f2 !default;\n$purple:  #6f42c1 !default;\n$pink:    #d63384 !default;\n$red:     #dc3545 !default;\n$orange:  #fd7e14 !default;\n$yellow:  #ffc107 !default;\n$green:   #198754 !default;\n$teal:    #20c997 !default;\n$cyan:    #0dcaf0 !default;\n// scss-docs-end color-variables\n\n// scss-docs-start colors-map\n$colors: (\n  \"blue\":       $blue,\n  \"indigo\":     $indigo,\n  \"purple\":     $purple,\n  \"pink\":       $pink,\n  \"red\":        $red,\n  \"orange\":     $orange,\n  \"yellow\":     $yellow,\n  \"green\":      $green,\n  \"teal\":       $teal,\n  \"cyan\":       $cyan,\n  \"black\":      $black,\n  \"white\":      $white,\n  \"gray\":       $gray-600,\n  \"gray-dark\":  $gray-800\n) !default;\n// scss-docs-end colors-map\n\n// The contrast ratio to reach against white, to determine if color changes from \"light\" to \"dark\". Acceptable values for WCAG 2.0 are 3, 4.5 and 7.\n// See https://www.w3.org/TR/WCAG20/#visual-audio-contrast-contrast\n$min-contrast-ratio:   4.5 !default;\n\n// Customize the light and dark text colors for use in our color contrast function.\n$color-contrast-dark:      $black !default;\n$color-contrast-light:     $white !default;\n\n// fusv-disable\n$blue-100: tint-color($blue, 80%) !default;\n$blue-200: tint-color($blue, 60%) !default;\n$blue-300: tint-color($blue, 40%) !default;\n$blue-400: tint-color($blue, 20%) !default;\n$blue-500: $blue !default;\n$blue-600: shade-color($blue, 20%) !default;\n$blue-700: shade-color($blue, 40%) !default;\n$blue-800: shade-color($blue, 60%) !default;\n$blue-900: shade-color($blue, 80%) !default;\n\n$indigo-100: tint-color($indigo, 80%) !default;\n$indigo-200: tint-color($indigo, 60%) !default;\n$indigo-300: tint-color($indigo, 40%) !default;\n$indigo-400: tint-color($indigo, 20%) !default;\n$indigo-500: $indigo !default;\n$indigo-600: shade-color($indigo, 20%) !default;\n$indigo-700: shade-color($indigo, 40%) !default;\n$indigo-800: shade-color($indigo, 60%) !default;\n$indigo-900: shade-color($indigo, 80%) !default;\n\n$purple-100: tint-color($purple, 80%) !default;\n$purple-200: tint-color($purple, 60%) !default;\n$purple-300: tint-color($purple, 40%) !default;\n$purple-400: tint-color($purple, 20%) !default;\n$purple-500: $purple !default;\n$purple-600: shade-color($purple, 20%) !default;\n$purple-700: shade-color($purple, 40%) !default;\n$purple-800: shade-color($purple, 60%) !default;\n$purple-900: shade-color($purple, 80%) !default;\n\n$pink-100: tint-color($pink, 80%) !default;\n$pink-200: tint-color($pink, 60%) !default;\n$pink-300: tint-color($pink, 40%) !default;\n$pink-400: tint-color($pink, 20%) !default;\n$pink-500: $pink !default;\n$pink-600: shade-color($pink, 20%) !default;\n$pink-700: shade-color($pink, 40%) !default;\n$pink-800: shade-color($pink, 60%) !default;\n$pink-900: shade-color($pink, 80%) !default;\n\n$red-100: tint-color($red, 80%) !default;\n$red-200: tint-color($red, 60%) !default;\n$red-300: tint-color($red, 40%) !default;\n$red-400: tint-color($red, 20%) !default;\n$red-500: $red !default;\n$red-600: shade-color($red, 20%) !default;\n$red-700: shade-color($red, 40%) !default;\n$red-800: shade-color($red, 60%) !default;\n$red-900: shade-color($red, 80%) !default;\n\n$orange-100: tint-color($orange, 80%) !default;\n$orange-200: tint-color($orange, 60%) !default;\n$orange-300: tint-color($orange, 40%) !default;\n$orange-400: tint-color($orange, 20%) !default;\n$orange-500: $orange !default;\n$orange-600: shade-color($orange, 20%) !default;\n$orange-700: shade-color($orange, 40%) !default;\n$orange-800: shade-color($orange, 60%) !default;\n$orange-900: shade-color($orange, 80%) !default;\n\n$yellow-100: tint-color($yellow, 80%) !default;\n$yellow-200: tint-color($yellow, 60%) !default;\n$yellow-300: tint-color($yellow, 40%) !default;\n$yellow-400: tint-color($yellow, 20%) !default;\n$yellow-500: $yellow !default;\n$yellow-600: shade-color($yellow, 20%) !default;\n$yellow-700: shade-color($yellow, 40%) !default;\n$yellow-800: shade-color($yellow, 60%) !default;\n$yellow-900: shade-color($yellow, 80%) !default;\n\n$green-100: tint-color($green, 80%) !default;\n$green-200: tint-color($green, 60%) !default;\n$green-300: tint-color($green, 40%) !default;\n$green-400: tint-color($green, 20%) !default;\n$green-500: $green !default;\n$green-600: shade-color($green, 20%) !default;\n$green-700: shade-color($green, 40%) !default;\n$green-800: shade-color($green, 60%) !default;\n$green-900: shade-color($green, 80%) !default;\n\n$teal-100: tint-color($teal, 80%) !default;\n$teal-200: tint-color($teal, 60%) !default;\n$teal-300: tint-color($teal, 40%) !default;\n$teal-400: tint-color($teal, 20%) !default;\n$teal-500: $teal !default;\n$teal-600: shade-color($teal, 20%) !default;\n$teal-700: shade-color($teal, 40%) !default;\n$teal-800: shade-color($teal, 60%) !default;\n$teal-900: shade-color($teal, 80%) !default;\n\n$cyan-100: tint-color($cyan, 80%) !default;\n$cyan-200: tint-color($cyan, 60%) !default;\n$cyan-300: tint-color($cyan, 40%) !default;\n$cyan-400: tint-color($cyan, 20%) !default;\n$cyan-500: $cyan !default;\n$cyan-600: shade-color($cyan, 20%) !default;\n$cyan-700: shade-color($cyan, 40%) !default;\n$cyan-800: shade-color($cyan, 60%) !default;\n$cyan-900: shade-color($cyan, 80%) !default;\n\n$blues: (\n  \"blue-100\": $blue-100,\n  \"blue-200\": $blue-200,\n  \"blue-300\": $blue-300,\n  \"blue-400\": $blue-400,\n  \"blue-500\": $blue-500,\n  \"blue-600\": $blue-600,\n  \"blue-700\": $blue-700,\n  \"blue-800\": $blue-800,\n  \"blue-900\": $blue-900\n) !default;\n\n$indigos: (\n  \"indigo-100\": $indigo-100,\n  \"indigo-200\": $indigo-200,\n  \"indigo-300\": $indigo-300,\n  \"indigo-400\": $indigo-400,\n  \"indigo-500\": $indigo-500,\n  \"indigo-600\": $indigo-600,\n  \"indigo-700\": $indigo-700,\n  \"indigo-800\": $indigo-800,\n  \"indigo-900\": $indigo-900\n) !default;\n\n$purples: (\n  \"purple-100\": $purple-100,\n  \"purple-200\": $purple-200,\n  \"purple-300\": $purple-300,\n  \"purple-400\": $purple-400,\n  \"purple-500\": $purple-500,\n  \"purple-600\": $purple-600,\n  \"purple-700\": $purple-700,\n  \"purple-800\": $purple-800,\n  \"purple-900\": $purple-900\n) !default;\n\n$pinks: (\n  \"pink-100\": $pink-100,\n  \"pink-200\": $pink-200,\n  \"pink-300\": $pink-300,\n  \"pink-400\": $pink-400,\n  \"pink-500\": $pink-500,\n  \"pink-600\": $pink-600,\n  \"pink-700\": $pink-700,\n  \"pink-800\": $pink-800,\n  \"pink-900\": $pink-900\n) !default;\n\n$reds: (\n  \"red-100\": $red-100,\n  \"red-200\": $red-200,\n  \"red-300\": $red-300,\n  \"red-400\": $red-400,\n  \"red-500\": $red-500,\n  \"red-600\": $red-600,\n  \"red-700\": $red-700,\n  \"red-800\": $red-800,\n  \"red-900\": $red-900\n) !default;\n\n$oranges: (\n  \"orange-100\": $orange-100,\n  \"orange-200\": $orange-200,\n  \"orange-300\": $orange-300,\n  \"orange-400\": $orange-400,\n  \"orange-500\": $orange-500,\n  \"orange-600\": $orange-600,\n  \"orange-700\": $orange-700,\n  \"orange-800\": $orange-800,\n  \"orange-900\": $orange-900\n) !default;\n\n$yellows: (\n  \"yellow-100\": $yellow-100,\n  \"yellow-200\": $yellow-200,\n  \"yellow-300\": $yellow-300,\n  \"yellow-400\": $yellow-400,\n  \"yellow-500\": $yellow-500,\n  \"yellow-600\": $yellow-600,\n  \"yellow-700\": $yellow-700,\n  \"yellow-800\": $yellow-800,\n  \"yellow-900\": $yellow-900\n) !default;\n\n$greens: (\n  \"green-100\": $green-100,\n  \"green-200\": $green-200,\n  \"green-300\": $green-300,\n  \"green-400\": $green-400,\n  \"green-500\": $green-500,\n  \"green-600\": $green-600,\n  \"green-700\": $green-700,\n  \"green-800\": $green-800,\n  \"green-900\": $green-900\n) !default;\n\n$teals: (\n  \"teal-100\": $teal-100,\n  \"teal-200\": $teal-200,\n  \"teal-300\": $teal-300,\n  \"teal-400\": $teal-400,\n  \"teal-500\": $teal-500,\n  \"teal-600\": $teal-600,\n  \"teal-700\": $teal-700,\n  \"teal-800\": $teal-800,\n  \"teal-900\": $teal-900\n) !default;\n\n$cyans: (\n  \"cyan-100\": $cyan-100,\n  \"cyan-200\": $cyan-200,\n  \"cyan-300\": $cyan-300,\n  \"cyan-400\": $cyan-400,\n  \"cyan-500\": $cyan-500,\n  \"cyan-600\": $cyan-600,\n  \"cyan-700\": $cyan-700,\n  \"cyan-800\": $cyan-800,\n  \"cyan-900\": $cyan-900\n) !default;\n// fusv-enable\n\n// scss-docs-start theme-color-variables\n$primary:       $blue !default;\n$secondary:     $gray-600 !default;\n$success:       $green !default;\n$info:          $cyan !default;\n$warning:       $yellow !default;\n$danger:        $red !default;\n$light:         $gray-100 !default;\n$dark:          $gray-900 !default;\n// scss-docs-end theme-color-variables\n\n// scss-docs-start theme-colors-map\n$theme-colors: (\n  \"primary\":    $primary,\n  \"secondary\":  $secondary,\n  \"success\":    $success,\n  \"info\":       $info,\n  \"warning\":    $warning,\n  \"danger\":     $danger,\n  \"light\":      $light,\n  \"dark\":       $dark\n) !default;\n// scss-docs-end theme-colors-map\n\n// scss-docs-start theme-text-variables\n$primary-text-emphasis:   shade-color($primary, 60%) !default;\n$secondary-text-emphasis: shade-color($secondary, 60%) !default;\n$success-text-emphasis:   shade-color($success, 60%) !default;\n$info-text-emphasis:      shade-color($info, 60%) !default;\n$warning-text-emphasis:   shade-color($warning, 60%) !default;\n$danger-text-emphasis:    shade-color($danger, 60%) !default;\n$light-text-emphasis:     $gray-700 !default;\n$dark-text-emphasis:      $gray-700 !default;\n// scss-docs-end theme-text-variables\n\n// scss-docs-start theme-bg-subtle-variables\n$primary-bg-subtle:       tint-color($primary, 80%) !default;\n$secondary-bg-subtle:     tint-color($secondary, 80%) !default;\n$success-bg-subtle:       tint-color($success, 80%) !default;\n$info-bg-subtle:          tint-color($info, 80%) !default;\n$warning-bg-subtle:       tint-color($warning, 80%) !default;\n$danger-bg-subtle:        tint-color($danger, 80%) !default;\n$light-bg-subtle:         mix($gray-100, $white) !default;\n$dark-bg-subtle:          $gray-400 !default;\n// scss-docs-end theme-bg-subtle-variables\n\n// scss-docs-start theme-border-subtle-variables\n$primary-border-subtle:   tint-color($primary, 60%) !default;\n$secondary-border-subtle: tint-color($secondary, 60%) !default;\n$success-border-subtle:   tint-color($success, 60%) !default;\n$info-border-subtle:      tint-color($info, 60%) !default;\n$warning-border-subtle:   tint-color($warning, 60%) !default;\n$danger-border-subtle:    tint-color($danger, 60%) !default;\n$light-border-subtle:     $gray-200 !default;\n$dark-border-subtle:      $gray-500 !default;\n// scss-docs-end theme-border-subtle-variables\n\n// Characters which are escaped by the escape-svg function\n$escaped-characters: (\n  (\"<\", \"%3c\"),\n  (\">\", \"%3e\"),\n  (\"#\", \"%23\"),\n  (\"(\", \"%28\"),\n  (\")\", \"%29\"),\n) !default;\n\n// Options\n//\n// Quickly modify global styling by enabling or disabling optional features.\n\n$enable-caret:                true !default;\n$enable-rounded:              true !default;\n$enable-shadows:              false !default;\n$enable-gradients:            false !default;\n$enable-transitions:          true !default;\n$enable-reduced-motion:       true !default;\n$enable-smooth-scroll:        true !default;\n$enable-grid-classes:         true !default;\n$enable-container-classes:    true !default;\n$enable-cssgrid:              false !default;\n$enable-button-pointers:      true !default;\n$enable-rfs:                  true !default;\n$enable-validation-icons:     true !default;\n$enable-negative-margins:     false !default;\n$enable-deprecation-messages: true !default;\n$enable-important-utilities:  true !default;\n\n$enable-dark-mode:            true !default;\n$color-mode-type:             data !default; // `data` or `media-query`\n\n// Prefix for :root CSS variables\n\n$variable-prefix:             bs- !default; // Deprecated in v5.2.0 for the shorter `$prefix`\n$prefix:                      $variable-prefix !default;\n\n// Gradient\n//\n// The gradient which is added to components if `$enable-gradients` is `true`\n// This gradient is also added to elements with `.bg-gradient`\n// scss-docs-start variable-gradient\n$gradient: linear-gradient(180deg, rgba($white, .15), rgba($white, 0)) !default;\n// scss-docs-end variable-gradient\n\n// Spacing\n//\n// Control the default styling of most Bootstrap elements by modifying these\n// variables. Mostly focused on spacing.\n// You can add more entries to the $spacers map, should you need more variation.\n\n// scss-docs-start spacer-variables-maps\n$spacer: 1rem !default;\n$spacers: (\n  0: 0,\n  1: $spacer * .25,\n  2: $spacer * .5,\n  3: $spacer,\n  4: $spacer * 1.5,\n  5: $spacer * 3,\n) !default;\n// scss-docs-end spacer-variables-maps\n\n// Position\n//\n// Define the edge positioning anchors of the position utilities.\n\n// scss-docs-start position-map\n$position-values: (\n  0: 0,\n  50: 50%,\n  100: 100%\n) !default;\n// scss-docs-end position-map\n\n// Body\n//\n// Settings for the `<body>` element.\n\n$body-text-align:           null !default;\n$body-color:                $gray-900 !default;\n$body-bg:                   $white !default;\n\n$body-secondary-color:      rgba($body-color, .75) !default;\n$body-secondary-bg:         $gray-200 !default;\n\n$body-tertiary-color:       rgba($body-color, .5) !default;\n$body-tertiary-bg:          $gray-100 !default;\n\n$body-emphasis-color:       $black !default;\n\n// Links\n//\n// Style anchor elements.\n\n$link-color:                              $primary !default;\n$link-decoration:                         underline !default;\n$link-shade-percentage:                   20% !default;\n$link-hover-color:                        shift-color($link-color, $link-shade-percentage) !default;\n$link-hover-decoration:                   null !default;\n\n$stretched-link-pseudo-element:           after !default;\n$stretched-link-z-index:                  1 !default;\n\n// Icon links\n// scss-docs-start icon-link-variables\n$icon-link-gap:               .375rem !default;\n$icon-link-underline-offset:  .25em !default;\n$icon-link-icon-size:         1em !default;\n$icon-link-icon-transition:   .2s ease-in-out transform !default;\n$icon-link-icon-transform:    translate3d(.25em, 0, 0) !default;\n// scss-docs-end icon-link-variables\n\n// Paragraphs\n//\n// Style p element.\n\n$paragraph-margin-bottom:   1rem !default;\n\n\n// Grid breakpoints\n//\n// Define the minimum dimensions at which your layout will change,\n// adapting to different screen sizes, for use in media queries.\n\n// scss-docs-start grid-breakpoints\n$grid-breakpoints: (\n  xs: 0,\n  sm: 576px,\n  md: 768px,\n  lg: 992px,\n  xl: 1200px,\n  xxl: 1400px\n) !default;\n// scss-docs-end grid-breakpoints\n\n@include _assert-ascending($grid-breakpoints, \"$grid-breakpoints\");\n@include _assert-starts-at-zero($grid-breakpoints, \"$grid-breakpoints\");\n\n\n// Grid containers\n//\n// Define the maximum width of `.container` for different screen sizes.\n\n// scss-docs-start container-max-widths\n$container-max-widths: (\n  sm: 540px,\n  md: 720px,\n  lg: 960px,\n  xl: 1140px,\n  xxl: 1320px\n) !default;\n// scss-docs-end container-max-widths\n\n@include _assert-ascending($container-max-widths, \"$container-max-widths\");\n\n\n// Grid columns\n//\n// Set the number of columns and specify the width of the gutters.\n\n$grid-columns:                12 !default;\n$grid-gutter-width:           1.5rem !default;\n$grid-row-columns:            6 !default;\n\n// Container padding\n\n$container-padding-x: $grid-gutter-width !default;\n\n\n// Components\n//\n// Define common padding and border radius sizes and more.\n\n// scss-docs-start border-variables\n$border-width:                1px !default;\n$border-widths: (\n  1: 1px,\n  2: 2px,\n  3: 3px,\n  4: 4px,\n  5: 5px\n) !default;\n$border-style:                solid !default;\n$border-color:                $gray-300 !default;\n$border-color-translucent:    rgba($black, .175) !default;\n// scss-docs-end border-variables\n\n// scss-docs-start border-radius-variables\n$border-radius:               .375rem !default;\n$border-radius-sm:            .25rem !default;\n$border-radius-lg:            .5rem !default;\n$border-radius-xl:            1rem !default;\n$border-radius-xxl:           2rem !default;\n$border-radius-pill:          50rem !default;\n// scss-docs-end border-radius-variables\n// fusv-disable\n$border-radius-2xl:           $border-radius-xxl !default; // Deprecated in v5.3.0\n// fusv-enable\n\n// scss-docs-start box-shadow-variables\n$box-shadow:                  0 .5rem 1rem rgba($black, .15) !default;\n$box-shadow-sm:               0 .125rem .25rem rgba($black, .075) !default;\n$box-shadow-lg:               0 1rem 3rem rgba($black, .175) !default;\n$box-shadow-inset:            inset 0 1px 2px rgba($black, .075) !default;\n// scss-docs-end box-shadow-variables\n\n$component-active-color:      $white !default;\n$component-active-bg:         $primary !default;\n\n// scss-docs-start focus-ring-variables\n$focus-ring-width:      .25rem !default;\n$focus-ring-opacity:    .25 !default;\n$focus-ring-color:      rgba($primary, $focus-ring-opacity) !default;\n$focus-ring-blur:       0 !default;\n$focus-ring-box-shadow: 0 0 $focus-ring-blur $focus-ring-width $focus-ring-color !default;\n// scss-docs-end focus-ring-variables\n\n// scss-docs-start caret-variables\n$caret-width:                 .3em !default;\n$caret-vertical-align:        $caret-width * .85 !default;\n$caret-spacing:               $caret-width * .85 !default;\n// scss-docs-end caret-variables\n\n$transition-base:             all .2s ease-in-out !default;\n$transition-fade:             opacity .15s linear !default;\n// scss-docs-start collapse-transition\n$transition-collapse:         height .35s ease !default;\n$transition-collapse-width:   width .35s ease !default;\n// scss-docs-end collapse-transition\n\n// stylelint-disable function-disallowed-list\n// scss-docs-start aspect-ratios\n$aspect-ratios: (\n  \"1x1\": 100%,\n  \"4x3\": calc(3 / 4 * 100%),\n  \"16x9\": calc(9 / 16 * 100%),\n  \"21x9\": calc(9 / 21 * 100%)\n) !default;\n// scss-docs-end aspect-ratios\n// stylelint-enable function-disallowed-list\n\n// Typography\n//\n// Font, line-height, and color for body text, headings, and more.\n\n// scss-docs-start font-variables\n// stylelint-disable value-keyword-case\n$font-family-sans-serif:      system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\" !default;\n$font-family-monospace:       SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace !default;\n// stylelint-enable value-keyword-case\n$font-family-base:            var(--#{$prefix}font-sans-serif) !default;\n$font-family-code:            var(--#{$prefix}font-monospace) !default;\n\n// $font-size-root affects the value of `rem`, which is used for as well font sizes, paddings, and margins\n// $font-size-base affects the font size of the body text\n$font-size-root:              null !default;\n$font-size-base:              1rem !default; // Assumes the browser default, typically `16px`\n$font-size-sm:                $font-size-base * .875 !default;\n$font-size-lg:                $font-size-base * 1.25 !default;\n\n$font-weight-lighter:         lighter !default;\n$font-weight-light:           300 !default;\n$font-weight-normal:          400 !default;\n$font-weight-medium:          500 !default;\n$font-weight-semibold:        600 !default;\n$font-weight-bold:            700 !default;\n$font-weight-bolder:          bolder !default;\n\n$font-weight-base:            $font-weight-normal !default;\n\n$line-height-base:            1.5 !default;\n$line-height-sm:              1.25 !default;\n$line-height-lg:              2 !default;\n\n$h1-font-size:                $font-size-base * 2.5 !default;\n$h2-font-size:                $font-size-base * 2 !default;\n$h3-font-size:                $font-size-base * 1.75 !default;\n$h4-font-size:                $font-size-base * 1.5 !default;\n$h5-font-size:                $font-size-base * 1.25 !default;\n$h6-font-size:                $font-size-base !default;\n// scss-docs-end font-variables\n\n// scss-docs-start font-sizes\n$font-sizes: (\n  1: $h1-font-size,\n  2: $h2-font-size,\n  3: $h3-font-size,\n  4: $h4-font-size,\n  5: $h5-font-size,\n  6: $h6-font-size\n) !default;\n// scss-docs-end font-sizes\n\n// scss-docs-start headings-variables\n$headings-margin-bottom:      $spacer * .5 !default;\n$headings-font-family:        null !default;\n$headings-font-style:         null !default;\n$headings-font-weight:        500 !default;\n$headings-line-height:        1.2 !default;\n$headings-color:              inherit !default;\n// scss-docs-end headings-variables\n\n// scss-docs-start display-headings\n$display-font-sizes: (\n  1: 5rem,\n  2: 4.5rem,\n  3: 4rem,\n  4: 3.5rem,\n  5: 3rem,\n  6: 2.5rem\n) !default;\n\n$display-font-family: null !default;\n$display-font-style:  null !default;\n$display-font-weight: 300 !default;\n$display-line-height: $headings-line-height !default;\n// scss-docs-end display-headings\n\n// scss-docs-start type-variables\n$lead-font-size:              $font-size-base * 1.25 !default;\n$lead-font-weight:            300 !default;\n\n$small-font-size:             .875em !default;\n\n$sub-sup-font-size:           .75em !default;\n\n// fusv-disable\n$text-muted:                  var(--#{$prefix}secondary-color) !default; // Deprecated in 5.3.0\n// fusv-enable\n\n$initialism-font-size:        $small-font-size !default;\n\n$blockquote-margin-y:         $spacer !default;\n$blockquote-font-size:        $font-size-base * 1.25 !default;\n$blockquote-footer-color:     $gray-600 !default;\n$blockquote-footer-font-size: $small-font-size !default;\n\n$hr-margin-y:                 $spacer !default;\n$hr-color:                    inherit !default;\n\n// fusv-disable\n$hr-bg-color:                 null !default; // Deprecated in v5.2.0\n$hr-height:                   null !default; // Deprecated in v5.2.0\n// fusv-enable\n\n$hr-border-color:             null !default; // Allows for inherited colors\n$hr-border-width:             var(--#{$prefix}border-width) !default;\n$hr-opacity:                  .25 !default;\n\n// scss-docs-start vr-variables\n$vr-border-width:             var(--#{$prefix}border-width) !default;\n// scss-docs-end vr-variables\n\n$legend-margin-bottom:        .5rem !default;\n$legend-font-size:            1.5rem !default;\n$legend-font-weight:          null !default;\n\n$dt-font-weight:              $font-weight-bold !default;\n\n$list-inline-padding:         .5rem !default;\n\n$mark-padding:                .1875em !default;\n$mark-color:                  $body-color !default;\n$mark-bg:                     $yellow-100 !default;\n// scss-docs-end type-variables\n\n\n// Tables\n//\n// Customizes the `.table` component with basic values, each used across all table variations.\n\n// scss-docs-start table-variables\n$table-cell-padding-y:        .5rem !default;\n$table-cell-padding-x:        .5rem !default;\n$table-cell-padding-y-sm:     .25rem !default;\n$table-cell-padding-x-sm:     .25rem !default;\n\n$table-cell-vertical-align:   top !default;\n\n$table-color:                 var(--#{$prefix}emphasis-color) !default;\n$table-bg:                    var(--#{$prefix}body-bg) !default;\n$table-accent-bg:             transparent !default;\n\n$table-th-font-weight:        null !default;\n\n$table-striped-color:         $table-color !default;\n$table-striped-bg-factor:     .05 !default;\n$table-striped-bg:            rgba(var(--#{$prefix}emphasis-color-rgb), $table-striped-bg-factor) !default;\n\n$table-active-color:          $table-color !default;\n$table-active-bg-factor:      .1 !default;\n$table-active-bg:             rgba(var(--#{$prefix}emphasis-color-rgb), $table-active-bg-factor) !default;\n\n$table-hover-color:           $table-color !default;\n$table-hover-bg-factor:       .075 !default;\n$table-hover-bg:              rgba(var(--#{$prefix}emphasis-color-rgb), $table-hover-bg-factor) !default;\n\n$table-border-factor:         .2 !default;\n$table-border-width:          var(--#{$prefix}border-width) !default;\n$table-border-color:          var(--#{$prefix}border-color) !default;\n\n$table-striped-order:         odd !default;\n$table-striped-columns-order: even !default;\n\n$table-group-separator-color: currentcolor !default;\n\n$table-caption-color:         var(--#{$prefix}secondary-color) !default;\n\n$table-bg-scale:              -80% !default;\n// scss-docs-end table-variables\n\n// scss-docs-start table-loop\n$table-variants: (\n  \"primary\":    shift-color($primary, $table-bg-scale),\n  \"secondary\":  shift-color($secondary, $table-bg-scale),\n  \"success\":    shift-color($success, $table-bg-scale),\n  \"info\":       shift-color($info, $table-bg-scale),\n  \"warning\":    shift-color($warning, $table-bg-scale),\n  \"danger\":     shift-color($danger, $table-bg-scale),\n  \"light\":      $light,\n  \"dark\":       $dark,\n) !default;\n// scss-docs-end table-loop\n\n\n// Buttons + Forms\n//\n// Shared variables that are reassigned to `$input-` and `$btn-` specific variables.\n\n// scss-docs-start input-btn-variables\n$input-btn-padding-y:         .375rem !default;\n$input-btn-padding-x:         .75rem !default;\n$input-btn-font-family:       null !default;\n$input-btn-font-size:         $font-size-base !default;\n$input-btn-line-height:       $line-height-base !default;\n\n$input-btn-focus-width:         $focus-ring-width !default;\n$input-btn-focus-color-opacity: $focus-ring-opacity !default;\n$input-btn-focus-color:         $focus-ring-color !default;\n$input-btn-focus-blur:          $focus-ring-blur !default;\n$input-btn-focus-box-shadow:    $focus-ring-box-shadow !default;\n\n$input-btn-padding-y-sm:      .25rem !default;\n$input-btn-padding-x-sm:      .5rem !default;\n$input-btn-font-size-sm:      $font-size-sm !default;\n\n$input-btn-padding-y-lg:      .5rem !default;\n$input-btn-padding-x-lg:      1rem !default;\n$input-btn-font-size-lg:      $font-size-lg !default;\n\n$input-btn-border-width:      var(--#{$prefix}border-width) !default;\n// scss-docs-end input-btn-variables\n\n\n// Buttons\n//\n// For each of Bootstrap's buttons, define text, background, and border color.\n\n// scss-docs-start btn-variables\n$btn-color:                   var(--#{$prefix}body-color) !default;\n$btn-padding-y:               $input-btn-padding-y !default;\n$btn-padding-x:               $input-btn-padding-x !default;\n$btn-font-family:             $input-btn-font-family !default;\n$btn-font-size:               $input-btn-font-size !default;\n$btn-line-height:             $input-btn-line-height !default;\n$btn-white-space:             null !default; // Set to `nowrap` to prevent text wrapping\n\n$btn-padding-y-sm:            $input-btn-padding-y-sm !default;\n$btn-padding-x-sm:            $input-btn-padding-x-sm !default;\n$btn-font-size-sm:            $input-btn-font-size-sm !default;\n\n$btn-padding-y-lg:            $input-btn-padding-y-lg !default;\n$btn-padding-x-lg:            $input-btn-padding-x-lg !default;\n$btn-font-size-lg:            $input-btn-font-size-lg !default;\n\n$btn-border-width:            $input-btn-border-width !default;\n\n$btn-font-weight:             $font-weight-normal !default;\n$btn-box-shadow:              inset 0 1px 0 rgba($white, .15), 0 1px 1px rgba($black, .075) !default;\n$btn-focus-width:             $input-btn-focus-width !default;\n$btn-focus-box-shadow:        $input-btn-focus-box-shadow !default;\n$btn-disabled-opacity:        .65 !default;\n$btn-active-box-shadow:       inset 0 3px 5px rgba($black, .125) !default;\n\n$btn-link-color:              var(--#{$prefix}link-color) !default;\n$btn-link-hover-color:        var(--#{$prefix}link-hover-color) !default;\n$btn-link-disabled-color:     $gray-600 !default;\n$btn-link-focus-shadow-rgb:   to-rgb(mix(color-contrast($link-color), $link-color, 15%)) !default;\n\n// Allows for customizing button radius independently from global border radius\n$btn-border-radius:           var(--#{$prefix}border-radius) !default;\n$btn-border-radius-sm:        var(--#{$prefix}border-radius-sm) !default;\n$btn-border-radius-lg:        var(--#{$prefix}border-radius-lg) !default;\n\n$btn-transition:              color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;\n\n$btn-hover-bg-shade-amount:       15% !default;\n$btn-hover-bg-tint-amount:        15% !default;\n$btn-hover-border-shade-amount:   20% !default;\n$btn-hover-border-tint-amount:    10% !default;\n$btn-active-bg-shade-amount:      20% !default;\n$btn-active-bg-tint-amount:       20% !default;\n$btn-active-border-shade-amount:  25% !default;\n$btn-active-border-tint-amount:   10% !default;\n// scss-docs-end btn-variables\n\n\n// Forms\n\n// scss-docs-start form-text-variables\n$form-text-margin-top:                  .25rem !default;\n$form-text-font-size:                   $small-font-size !default;\n$form-text-font-style:                  null !default;\n$form-text-font-weight:                 null !default;\n$form-text-color:                       var(--#{$prefix}secondary-color) !default;\n// scss-docs-end form-text-variables\n\n// scss-docs-start form-label-variables\n$form-label-margin-bottom:              .5rem !default;\n$form-label-font-size:                  null !default;\n$form-label-font-style:                 null !default;\n$form-label-font-weight:                null !default;\n$form-label-color:                      null !default;\n// scss-docs-end form-label-variables\n\n// scss-docs-start form-input-variables\n$input-padding-y:                       $input-btn-padding-y !default;\n$input-padding-x:                       $input-btn-padding-x !default;\n$input-font-family:                     $input-btn-font-family !default;\n$input-font-size:                       $input-btn-font-size !default;\n$input-font-weight:                     $font-weight-base !default;\n$input-line-height:                     $input-btn-line-height !default;\n\n$input-padding-y-sm:                    $input-btn-padding-y-sm !default;\n$input-padding-x-sm:                    $input-btn-padding-x-sm !default;\n$input-font-size-sm:                    $input-btn-font-size-sm !default;\n\n$input-padding-y-lg:                    $input-btn-padding-y-lg !default;\n$input-padding-x-lg:                    $input-btn-padding-x-lg !default;\n$input-font-size-lg:                    $input-btn-font-size-lg !default;\n\n$input-bg:                              var(--#{$prefix}body-bg) !default;\n$input-disabled-color:                  null !default;\n$input-disabled-bg:                     var(--#{$prefix}secondary-bg) !default;\n$input-disabled-border-color:           null !default;\n\n$input-color:                           var(--#{$prefix}body-color) !default;\n$input-border-color:                    var(--#{$prefix}border-color) !default;\n$input-border-width:                    $input-btn-border-width !default;\n$input-box-shadow:                      var(--#{$prefix}box-shadow-inset) !default;\n\n$input-border-radius:                   var(--#{$prefix}border-radius) !default;\n$input-border-radius-sm:                var(--#{$prefix}border-radius-sm) !default;\n$input-border-radius-lg:                var(--#{$prefix}border-radius-lg) !default;\n\n$input-focus-bg:                        $input-bg !default;\n$input-focus-border-color:              tint-color($component-active-bg, 50%) !default;\n$input-focus-color:                     $input-color !default;\n$input-focus-width:                     $input-btn-focus-width !default;\n$input-focus-box-shadow:                $input-btn-focus-box-shadow !default;\n\n$input-placeholder-color:               var(--#{$prefix}secondary-color) !default;\n$input-plaintext-color:                 var(--#{$prefix}body-color) !default;\n\n$input-height-border:                   calc(#{$input-border-width} * 2) !default; // stylelint-disable-line function-disallowed-list\n\n$input-height-inner:                    add($input-line-height * 1em, $input-padding-y * 2) !default;\n$input-height-inner-half:               add($input-line-height * .5em, $input-padding-y) !default;\n$input-height-inner-quarter:            add($input-line-height * .25em, $input-padding-y * .5) !default;\n\n$input-height:                          add($input-line-height * 1em, add($input-padding-y * 2, $input-height-border, false)) !default;\n$input-height-sm:                       add($input-line-height * 1em, add($input-padding-y-sm * 2, $input-height-border, false)) !default;\n$input-height-lg:                       add($input-line-height * 1em, add($input-padding-y-lg * 2, $input-height-border, false)) !default;\n\n$input-transition:                      border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;\n\n$form-color-width:                      3rem !default;\n// scss-docs-end form-input-variables\n\n// scss-docs-start form-check-variables\n$form-check-input-width:                  1em !default;\n$form-check-min-height:                   $font-size-base * $line-height-base !default;\n$form-check-padding-start:                $form-check-input-width + .5em !default;\n$form-check-margin-bottom:                .125rem !default;\n$form-check-label-color:                  null !default;\n$form-check-label-cursor:                 null !default;\n$form-check-transition:                   null !default;\n\n$form-check-input-active-filter:          brightness(90%) !default;\n\n$form-check-input-bg:                     $input-bg !default;\n$form-check-input-border:                 var(--#{$prefix}border-width) solid var(--#{$prefix}border-color) !default;\n$form-check-input-border-radius:          .25em !default;\n$form-check-radio-border-radius:          50% !default;\n$form-check-input-focus-border:           $input-focus-border-color !default;\n$form-check-input-focus-box-shadow:       $focus-ring-box-shadow !default;\n\n$form-check-input-checked-color:          $component-active-color !default;\n$form-check-input-checked-bg-color:       $component-active-bg !default;\n$form-check-input-checked-border-color:   $form-check-input-checked-bg-color !default;\n$form-check-input-checked-bg-image:       url(\"data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path fill='none' stroke='#{$form-check-input-checked-color}' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/></svg>\") !default;\n$form-check-radio-checked-bg-image:       url(\"data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='2' fill='#{$form-check-input-checked-color}'/></svg>\") !default;\n\n$form-check-input-indeterminate-color:          $component-active-color !default;\n$form-check-input-indeterminate-bg-color:       $component-active-bg !default;\n$form-check-input-indeterminate-border-color:   $form-check-input-indeterminate-bg-color !default;\n$form-check-input-indeterminate-bg-image:       url(\"data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path fill='none' stroke='#{$form-check-input-indeterminate-color}' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/></svg>\") !default;\n\n$form-check-input-disabled-opacity:        .5 !default;\n$form-check-label-disabled-opacity:        $form-check-input-disabled-opacity !default;\n$form-check-btn-check-disabled-opacity:    $btn-disabled-opacity !default;\n\n$form-check-inline-margin-end:    1rem !default;\n// scss-docs-end form-check-variables\n\n// scss-docs-start form-switch-variables\n$form-switch-color:               rgba($black, .25) !default;\n$form-switch-width:               2em !default;\n$form-switch-padding-start:       $form-switch-width + .5em !default;\n$form-switch-bg-image:            url(\"data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='#{$form-switch-color}'/></svg>\") !default;\n$form-switch-border-radius:       $form-switch-width !default;\n$form-switch-transition:          background-position .15s ease-in-out !default;\n\n$form-switch-focus-color:         $input-focus-border-color !default;\n$form-switch-focus-bg-image:      url(\"data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='#{$form-switch-focus-color}'/></svg>\") !default;\n\n$form-switch-checked-color:       $component-active-color !default;\n$form-switch-checked-bg-image:    url(\"data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='#{$form-switch-checked-color}'/></svg>\") !default;\n$form-switch-checked-bg-position: right center !default;\n// scss-docs-end form-switch-variables\n\n// scss-docs-start input-group-variables\n$input-group-addon-padding-y:           $input-padding-y !default;\n$input-group-addon-padding-x:           $input-padding-x !default;\n$input-group-addon-font-weight:         $input-font-weight !default;\n$input-group-addon-color:               $input-color !default;\n$input-group-addon-bg:                  var(--#{$prefix}tertiary-bg) !default;\n$input-group-addon-border-color:        $input-border-color !default;\n// scss-docs-end input-group-variables\n\n// scss-docs-start form-select-variables\n$form-select-padding-y:             $input-padding-y !default;\n$form-select-padding-x:             $input-padding-x !default;\n$form-select-font-family:           $input-font-family !default;\n$form-select-font-size:             $input-font-size !default;\n$form-select-indicator-padding:     $form-select-padding-x * 3 !default; // Extra padding for background-image\n$form-select-font-weight:           $input-font-weight !default;\n$form-select-line-height:           $input-line-height !default;\n$form-select-color:                 $input-color !default;\n$form-select-bg:                    $input-bg !default;\n$form-select-disabled-color:        null !default;\n$form-select-disabled-bg:           $input-disabled-bg !default;\n$form-select-disabled-border-color: $input-disabled-border-color !default;\n$form-select-bg-position:           right $form-select-padding-x center !default;\n$form-select-bg-size:               16px 12px !default; // In pixels because image dimensions\n$form-select-indicator-color:       $gray-800 !default;\n$form-select-indicator:             url(\"data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='#{$form-select-indicator-color}' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/></svg>\") !default;\n\n$form-select-feedback-icon-padding-end: $form-select-padding-x * 2.5 + $form-select-indicator-padding !default;\n$form-select-feedback-icon-position:    center right $form-select-indicator-padding !default;\n$form-select-feedback-icon-size:        $input-height-inner-half $input-height-inner-half !default;\n\n$form-select-border-width:        $input-border-width !default;\n$form-select-border-color:        $input-border-color !default;\n$form-select-border-radius:       $input-border-radius !default;\n$form-select-box-shadow:          var(--#{$prefix}box-shadow-inset) !default;\n\n$form-select-focus-border-color:  $input-focus-border-color !default;\n$form-select-focus-width:         $input-focus-width !default;\n$form-select-focus-box-shadow:    0 0 0 $form-select-focus-width $input-btn-focus-color !default;\n\n$form-select-padding-y-sm:        $input-padding-y-sm !default;\n$form-select-padding-x-sm:        $input-padding-x-sm !default;\n$form-select-font-size-sm:        $input-font-size-sm !default;\n$form-select-border-radius-sm:    $input-border-radius-sm !default;\n\n$form-select-padding-y-lg:        $input-padding-y-lg !default;\n$form-select-padding-x-lg:        $input-padding-x-lg !default;\n$form-select-font-size-lg:        $input-font-size-lg !default;\n$form-select-border-radius-lg:    $input-border-radius-lg !default;\n\n$form-select-transition:          $input-transition !default;\n// scss-docs-end form-select-variables\n\n// scss-docs-start form-range-variables\n$form-range-track-width:          100% !default;\n$form-range-track-height:         .5rem !default;\n$form-range-track-cursor:         pointer !default;\n$form-range-track-bg:             var(--#{$prefix}secondary-bg) !default;\n$form-range-track-border-radius:  1rem !default;\n$form-range-track-box-shadow:     var(--#{$prefix}box-shadow-inset) !default;\n\n$form-range-thumb-width:                   1rem !default;\n$form-range-thumb-height:                  $form-range-thumb-width !default;\n$form-range-thumb-bg:                      $component-active-bg !default;\n$form-range-thumb-border:                  0 !default;\n$form-range-thumb-border-radius:           1rem !default;\n$form-range-thumb-box-shadow:              0 .1rem .25rem rgba($black, .1) !default;\n$form-range-thumb-focus-box-shadow:        0 0 0 1px $body-bg, $input-focus-box-shadow !default;\n$form-range-thumb-focus-box-shadow-width:  $input-focus-width !default; // For focus box shadow issue in Edge\n$form-range-thumb-active-bg:               tint-color($component-active-bg, 70%) !default;\n$form-range-thumb-disabled-bg:             var(--#{$prefix}secondary-color) !default;\n$form-range-thumb-transition:              background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;\n// scss-docs-end form-range-variables\n\n// scss-docs-start form-file-variables\n$form-file-button-color:          $input-color !default;\n$form-file-button-bg:             var(--#{$prefix}tertiary-bg) !default;\n$form-file-button-hover-bg:       var(--#{$prefix}secondary-bg) !default;\n// scss-docs-end form-file-variables\n\n// scss-docs-start form-floating-variables\n$form-floating-height:                  add(3.5rem, $input-height-border) !default;\n$form-floating-line-height:             1.25 !default;\n$form-floating-padding-x:               $input-padding-x !default;\n$form-floating-padding-y:               1rem !default;\n$form-floating-input-padding-t:         1.625rem !default;\n$form-floating-input-padding-b:         .625rem !default;\n$form-floating-label-height:            1.5em !default;\n$form-floating-label-opacity:           .65 !default;\n$form-floating-label-transform:         scale(.85) translateY(-.5rem) translateX(.15rem) !default;\n$form-floating-label-disabled-color:    $gray-600 !default;\n$form-floating-transition:              opacity .1s ease-in-out, transform .1s ease-in-out !default;\n// scss-docs-end form-floating-variables\n\n// Form validation\n\n// scss-docs-start form-feedback-variables\n$form-feedback-margin-top:          $form-text-margin-top !default;\n$form-feedback-font-size:           $form-text-font-size !default;\n$form-feedback-font-style:          $form-text-font-style !default;\n$form-feedback-valid-color:         $success !default;\n$form-feedback-invalid-color:       $danger !default;\n\n$form-feedback-icon-valid-color:    $form-feedback-valid-color !default;\n$form-feedback-icon-valid:          url(\"data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path fill='#{$form-feedback-icon-valid-color}' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/></svg>\") !default;\n$form-feedback-icon-invalid-color:  $form-feedback-invalid-color !default;\n$form-feedback-icon-invalid:        url(\"data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='#{$form-feedback-icon-invalid-color}'><circle cx='6' cy='6' r='4.5'/><path stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/><circle cx='6' cy='8.2' r='.6' fill='#{$form-feedback-icon-invalid-color}' stroke='none'/></svg>\") !default;\n// scss-docs-end form-feedback-variables\n\n// scss-docs-start form-validation-colors\n$form-valid-color:                  $form-feedback-valid-color !default;\n$form-valid-border-color:           $form-feedback-valid-color !default;\n$form-invalid-color:                $form-feedback-invalid-color !default;\n$form-invalid-border-color:         $form-feedback-invalid-color !default;\n// scss-docs-end form-validation-colors\n\n// scss-docs-start form-validation-states\n$form-validation-states: (\n  \"valid\": (\n    \"color\": var(--#{$prefix}form-valid-color),\n    \"icon\": $form-feedback-icon-valid,\n    \"tooltip-color\": #fff,\n    \"tooltip-bg-color\": var(--#{$prefix}success),\n    \"focus-box-shadow\": 0 0 $input-btn-focus-blur $input-focus-width rgba(var(--#{$prefix}success-rgb), $input-btn-focus-color-opacity),\n    \"border-color\": var(--#{$prefix}form-valid-border-color),\n  ),\n  \"invalid\": (\n    \"color\": var(--#{$prefix}form-invalid-color),\n    \"icon\": $form-feedback-icon-invalid,\n    \"tooltip-color\": #fff,\n    \"tooltip-bg-color\": var(--#{$prefix}danger),\n    \"focus-box-shadow\": 0 0 $input-btn-focus-blur $input-focus-width rgba(var(--#{$prefix}danger-rgb), $input-btn-focus-color-opacity),\n    \"border-color\": var(--#{$prefix}form-invalid-border-color),\n  )\n) !default;\n// scss-docs-end form-validation-states\n\n// Z-index master list\n//\n// Warning: Avoid customizing these values. They're used for a bird's eye view\n// of components dependent on the z-axis and are designed to all work together.\n\n// scss-docs-start zindex-stack\n$zindex-dropdown:                   1000 !default;\n$zindex-sticky:                     1020 !default;\n$zindex-fixed:                      1030 !default;\n$zindex-offcanvas-backdrop:         1040 !default;\n$zindex-offcanvas:                  1045 !default;\n$zindex-modal-backdrop:             1050 !default;\n$zindex-modal:                      1055 !default;\n$zindex-popover:                    1070 !default;\n$zindex-tooltip:                    1080 !default;\n$zindex-toast:                      1090 !default;\n// scss-docs-end zindex-stack\n\n// scss-docs-start zindex-levels-map\n$zindex-levels: (\n  n1: -1,\n  0: 0,\n  1: 1,\n  2: 2,\n  3: 3\n) !default;\n// scss-docs-end zindex-levels-map\n\n\n// Navs\n\n// scss-docs-start nav-variables\n$nav-link-padding-y:                .5rem !default;\n$nav-link-padding-x:                1rem !default;\n$nav-link-font-size:                null !default;\n$nav-link-font-weight:              null !default;\n$nav-link-color:                    var(--#{$prefix}link-color) !default;\n$nav-link-hover-color:              var(--#{$prefix}link-hover-color) !default;\n$nav-link-transition:               color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out !default;\n$nav-link-disabled-color:           var(--#{$prefix}secondary-color) !default;\n$nav-link-focus-box-shadow:         $focus-ring-box-shadow !default;\n\n$nav-tabs-border-color:             var(--#{$prefix}border-color) !default;\n$nav-tabs-border-width:             var(--#{$prefix}border-width) !default;\n$nav-tabs-border-radius:            var(--#{$prefix}border-radius) !default;\n$nav-tabs-link-hover-border-color:  var(--#{$prefix}secondary-bg) var(--#{$prefix}secondary-bg) $nav-tabs-border-color !default;\n$nav-tabs-link-active-color:        var(--#{$prefix}emphasis-color) !default;\n$nav-tabs-link-active-bg:           var(--#{$prefix}body-bg) !default;\n$nav-tabs-link-active-border-color: var(--#{$prefix}border-color) var(--#{$prefix}border-color) $nav-tabs-link-active-bg !default;\n\n$nav-pills-border-radius:           var(--#{$prefix}border-radius) !default;\n$nav-pills-link-active-color:       $component-active-color !default;\n$nav-pills-link-active-bg:          $component-active-bg !default;\n\n$nav-underline-gap:                 1rem !default;\n$nav-underline-border-width:        .125rem !default;\n$nav-underline-link-active-color:   var(--#{$prefix}emphasis-color) !default;\n// scss-docs-end nav-variables\n\n\n// Navbar\n\n// scss-docs-start navbar-variables\n$navbar-padding-y:                  $spacer * .5 !default;\n$navbar-padding-x:                  null !default;\n\n$navbar-nav-link-padding-x:         .5rem !default;\n\n$navbar-brand-font-size:            $font-size-lg !default;\n// Compute the navbar-brand padding-y so the navbar-brand will have the same height as navbar-text and nav-link\n$nav-link-height:                   $font-size-base * $line-height-base + $nav-link-padding-y * 2 !default;\n$navbar-brand-height:               $navbar-brand-font-size * $line-height-base !default;\n$navbar-brand-padding-y:            ($nav-link-height - $navbar-brand-height) * .5 !default;\n$navbar-brand-margin-end:           1rem !default;\n\n$navbar-toggler-padding-y:          .25rem !default;\n$navbar-toggler-padding-x:          .75rem !default;\n$navbar-toggler-font-size:          $font-size-lg !default;\n$navbar-toggler-border-radius:      $btn-border-radius !default;\n$navbar-toggler-focus-width:        $btn-focus-width !default;\n$navbar-toggler-transition:         box-shadow .15s ease-in-out !default;\n\n$navbar-light-color:                rgba(var(--#{$prefix}emphasis-color-rgb), .65) !default;\n$navbar-light-hover-color:          rgba(var(--#{$prefix}emphasis-color-rgb), .8) !default;\n$navbar-light-active-color:         rgba(var(--#{$prefix}emphasis-color-rgb), 1) !default;\n$navbar-light-disabled-color:       rgba(var(--#{$prefix}emphasis-color-rgb), .3) !default;\n$navbar-light-icon-color:           rgba($body-color, .75) !default;\n$navbar-light-toggler-icon-bg:      url(\"data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='#{$navbar-light-icon-color}' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>\") !default;\n$navbar-light-toggler-border-color: rgba(var(--#{$prefix}emphasis-color-rgb), .15) !default;\n$navbar-light-brand-color:          $navbar-light-active-color !default;\n$navbar-light-brand-hover-color:    $navbar-light-active-color !default;\n// scss-docs-end navbar-variables\n\n// scss-docs-start navbar-dark-variables\n$navbar-dark-color:                 rgba($white, .55) !default;\n$navbar-dark-hover-color:           rgba($white, .75) !default;\n$navbar-dark-active-color:          $white !default;\n$navbar-dark-disabled-color:        rgba($white, .25) !default;\n$navbar-dark-icon-color:            $navbar-dark-color !default;\n$navbar-dark-toggler-icon-bg:       url(\"data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='#{$navbar-dark-icon-color}' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>\") !default;\n$navbar-dark-toggler-border-color:  rgba($white, .1) !default;\n$navbar-dark-brand-color:           $navbar-dark-active-color !default;\n$navbar-dark-brand-hover-color:     $navbar-dark-active-color !default;\n// scss-docs-end navbar-dark-variables\n\n\n// Dropdowns\n//\n// Dropdown menu container and contents.\n\n// scss-docs-start dropdown-variables\n$dropdown-min-width:                10rem !default;\n$dropdown-padding-x:                0 !default;\n$dropdown-padding-y:                .5rem !default;\n$dropdown-spacer:                   .125rem !default;\n$dropdown-font-size:                $font-size-base !default;\n$dropdown-color:                    var(--#{$prefix}body-color) !default;\n$dropdown-bg:                       var(--#{$prefix}body-bg) !default;\n$dropdown-border-color:             var(--#{$prefix}border-color-translucent) !default;\n$dropdown-border-radius:            var(--#{$prefix}border-radius) !default;\n$dropdown-border-width:             var(--#{$prefix}border-width) !default;\n$dropdown-inner-border-radius:      calc(#{$dropdown-border-radius} - #{$dropdown-border-width}) !default; // stylelint-disable-line function-disallowed-list\n$dropdown-divider-bg:               $dropdown-border-color !default;\n$dropdown-divider-margin-y:         $spacer * .5 !default;\n$dropdown-box-shadow:               var(--#{$prefix}box-shadow) !default;\n\n$dropdown-link-color:               var(--#{$prefix}body-color) !default;\n$dropdown-link-hover-color:         $dropdown-link-color !default;\n$dropdown-link-hover-bg:            var(--#{$prefix}tertiary-bg) !default;\n\n$dropdown-link-active-color:        $component-active-color !default;\n$dropdown-link-active-bg:           $component-active-bg !default;\n\n$dropdown-link-disabled-color:      var(--#{$prefix}tertiary-color) !default;\n\n$dropdown-item-padding-y:           $spacer * .25 !default;\n$dropdown-item-padding-x:           $spacer !default;\n\n$dropdown-header-color:             $gray-600 !default;\n$dropdown-header-padding-x:         $dropdown-item-padding-x !default;\n$dropdown-header-padding-y:         $dropdown-padding-y !default;\n// fusv-disable\n$dropdown-header-padding:           $dropdown-header-padding-y $dropdown-header-padding-x !default; // Deprecated in v5.2.0\n// fusv-enable\n// scss-docs-end dropdown-variables\n\n// scss-docs-start dropdown-dark-variables\n$dropdown-dark-color:               $gray-300 !default;\n$dropdown-dark-bg:                  $gray-800 !default;\n$dropdown-dark-border-color:        $dropdown-border-color !default;\n$dropdown-dark-divider-bg:          $dropdown-divider-bg !default;\n$dropdown-dark-box-shadow:          null !default;\n$dropdown-dark-link-color:          $dropdown-dark-color !default;\n$dropdown-dark-link-hover-color:    $white !default;\n$dropdown-dark-link-hover-bg:       rgba($white, .15) !default;\n$dropdown-dark-link-active-color:   $dropdown-link-active-color !default;\n$dropdown-dark-link-active-bg:      $dropdown-link-active-bg !default;\n$dropdown-dark-link-disabled-color: $gray-500 !default;\n$dropdown-dark-header-color:        $gray-500 !default;\n// scss-docs-end dropdown-dark-variables\n\n\n// Pagination\n\n// scss-docs-start pagination-variables\n$pagination-padding-y:              .375rem !default;\n$pagination-padding-x:              .75rem !default;\n$pagination-padding-y-sm:           .25rem !default;\n$pagination-padding-x-sm:           .5rem !default;\n$pagination-padding-y-lg:           .75rem !default;\n$pagination-padding-x-lg:           1.5rem !default;\n\n$pagination-font-size:              $font-size-base !default;\n\n$pagination-color:                  var(--#{$prefix}link-color) !default;\n$pagination-bg:                     var(--#{$prefix}body-bg) !default;\n$pagination-border-radius:          var(--#{$prefix}border-radius) !default;\n$pagination-border-width:           var(--#{$prefix}border-width) !default;\n$pagination-margin-start:           calc(#{$pagination-border-width} * -1) !default; // stylelint-disable-line function-disallowed-list\n$pagination-border-color:           var(--#{$prefix}border-color) !default;\n\n$pagination-focus-color:            var(--#{$prefix}link-hover-color) !default;\n$pagination-focus-bg:               var(--#{$prefix}secondary-bg) !default;\n$pagination-focus-box-shadow:       $focus-ring-box-shadow !default;\n$pagination-focus-outline:          0 !default;\n\n$pagination-hover-color:            var(--#{$prefix}link-hover-color) !default;\n$pagination-hover-bg:               var(--#{$prefix}tertiary-bg) !default;\n$pagination-hover-border-color:     var(--#{$prefix}border-color) !default; // Todo in v6: remove this?\n\n$pagination-active-color:           $component-active-color !default;\n$pagination-active-bg:              $component-active-bg !default;\n$pagination-active-border-color:    $component-active-bg !default;\n\n$pagination-disabled-color:         var(--#{$prefix}secondary-color) !default;\n$pagination-disabled-bg:            var(--#{$prefix}secondary-bg) !default;\n$pagination-disabled-border-color:  var(--#{$prefix}border-color) !default;\n\n$pagination-transition:              color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;\n\n$pagination-border-radius-sm:       var(--#{$prefix}border-radius-sm) !default;\n$pagination-border-radius-lg:       var(--#{$prefix}border-radius-lg) !default;\n// scss-docs-end pagination-variables\n\n\n// Placeholders\n\n// scss-docs-start placeholders\n$placeholder-opacity-max:           .5 !default;\n$placeholder-opacity-min:           .2 !default;\n// scss-docs-end placeholders\n\n// Cards\n\n// scss-docs-start card-variables\n$card-spacer-y:                     $spacer !default;\n$card-spacer-x:                     $spacer !default;\n$card-title-spacer-y:               $spacer * .5 !default;\n$card-title-color:                  null !default;\n$card-subtitle-color:               null !default;\n$card-border-width:                 var(--#{$prefix}border-width) !default;\n$card-border-color:                 var(--#{$prefix}border-color-translucent) !default;\n$card-border-radius:                var(--#{$prefix}border-radius) !default;\n$card-box-shadow:                   null !default;\n$card-inner-border-radius:          subtract($card-border-radius, $card-border-width) !default;\n$card-cap-padding-y:                $card-spacer-y * .5 !default;\n$card-cap-padding-x:                $card-spacer-x !default;\n$card-cap-bg:                       rgba(var(--#{$prefix}body-color-rgb), .03) !default;\n$card-cap-color:                    null !default;\n$card-height:                       null !default;\n$card-color:                        null !default;\n$card-bg:                           var(--#{$prefix}body-bg) !default;\n$card-img-overlay-padding:          $spacer !default;\n$card-group-margin:                 $grid-gutter-width * .5 !default;\n// scss-docs-end card-variables\n\n// Accordion\n\n// scss-docs-start accordion-variables\n$accordion-padding-y:                     1rem !default;\n$accordion-padding-x:                     1.25rem !default;\n$accordion-color:                         var(--#{$prefix}body-color) !default;\n$accordion-bg:                            var(--#{$prefix}body-bg) !default;\n$accordion-border-width:                  var(--#{$prefix}border-width) !default;\n$accordion-border-color:                  var(--#{$prefix}border-color) !default;\n$accordion-border-radius:                 var(--#{$prefix}border-radius) !default;\n$accordion-inner-border-radius:           subtract($accordion-border-radius, $accordion-border-width) !default;\n\n$accordion-body-padding-y:                $accordion-padding-y !default;\n$accordion-body-padding-x:                $accordion-padding-x !default;\n\n$accordion-button-padding-y:              $accordion-padding-y !default;\n$accordion-button-padding-x:              $accordion-padding-x !default;\n$accordion-button-color:                  var(--#{$prefix}body-color) !default;\n$accordion-button-bg:                     var(--#{$prefix}accordion-bg) !default;\n$accordion-transition:                    $btn-transition, border-radius .15s ease !default;\n$accordion-button-active-bg:              var(--#{$prefix}primary-bg-subtle) !default;\n$accordion-button-active-color:           var(--#{$prefix}primary-text-emphasis) !default;\n\n// fusv-disable\n$accordion-button-focus-border-color:     $input-focus-border-color !default; // Deprecated in v5.3.3\n// fusv-enable\n$accordion-button-focus-box-shadow:       $btn-focus-box-shadow !default;\n\n$accordion-icon-width:                    1.25rem !default;\n$accordion-icon-color:                    $body-color !default;\n$accordion-icon-active-color:             $primary-text-emphasis !default;\n$accordion-icon-transition:               transform .2s ease-in-out !default;\n$accordion-icon-transform:                rotate(-180deg) !default;\n\n$accordion-button-icon:         url(\"data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='#{$accordion-icon-color}' stroke-linecap='round' stroke-linejoin='round'><path d='M2 5L8 11L14 5'/></svg>\") !default;\n$accordion-button-active-icon:  url(\"data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='#{$accordion-icon-active-color}' stroke-linecap='round' stroke-linejoin='round'><path d='M2 5L8 11L14 5'/></svg>\") !default;\n// scss-docs-end accordion-variables\n\n// Tooltips\n\n// scss-docs-start tooltip-variables\n$tooltip-font-size:                 $font-size-sm !default;\n$tooltip-max-width:                 200px !default;\n$tooltip-color:                     var(--#{$prefix}body-bg) !default;\n$tooltip-bg:                        var(--#{$prefix}emphasis-color) !default;\n$tooltip-border-radius:             var(--#{$prefix}border-radius) !default;\n$tooltip-opacity:                   .9 !default;\n$tooltip-padding-y:                 $spacer * .25 !default;\n$tooltip-padding-x:                 $spacer * .5 !default;\n$tooltip-margin:                    null !default; // TODO: remove this in v6\n\n$tooltip-arrow-width:               .8rem !default;\n$tooltip-arrow-height:              .4rem !default;\n// fusv-disable\n$tooltip-arrow-color:               null !default; // Deprecated in Bootstrap 5.2.0 for CSS variables\n// fusv-enable\n// scss-docs-end tooltip-variables\n\n// Form tooltips must come after regular tooltips\n// scss-docs-start tooltip-feedback-variables\n$form-feedback-tooltip-padding-y:     $tooltip-padding-y !default;\n$form-feedback-tooltip-padding-x:     $tooltip-padding-x !default;\n$form-feedback-tooltip-font-size:     $tooltip-font-size !default;\n$form-feedback-tooltip-line-height:   null !default;\n$form-feedback-tooltip-opacity:       $tooltip-opacity !default;\n$form-feedback-tooltip-border-radius: $tooltip-border-radius !default;\n// scss-docs-end tooltip-feedback-variables\n\n\n// Popovers\n\n// scss-docs-start popover-variables\n$popover-font-size:                 $font-size-sm !default;\n$popover-bg:                        var(--#{$prefix}body-bg) !default;\n$popover-max-width:                 276px !default;\n$popover-border-width:              var(--#{$prefix}border-width) !default;\n$popover-border-color:              var(--#{$prefix}border-color-translucent) !default;\n$popover-border-radius:             var(--#{$prefix}border-radius-lg) !default;\n$popover-inner-border-radius:       calc(#{$popover-border-radius} - #{$popover-border-width}) !default; // stylelint-disable-line function-disallowed-list\n$popover-box-shadow:                var(--#{$prefix}box-shadow) !default;\n\n$popover-header-font-size:          $font-size-base !default;\n$popover-header-bg:                 var(--#{$prefix}secondary-bg) !default;\n$popover-header-color:              $headings-color !default;\n$popover-header-padding-y:          .5rem !default;\n$popover-header-padding-x:          $spacer !default;\n\n$popover-body-color:                var(--#{$prefix}body-color) !default;\n$popover-body-padding-y:            $spacer !default;\n$popover-body-padding-x:            $spacer !default;\n\n$popover-arrow-width:               1rem !default;\n$popover-arrow-height:              .5rem !default;\n// scss-docs-end popover-variables\n\n// fusv-disable\n// Deprecated in Bootstrap 5.2.0 for CSS variables\n$popover-arrow-color:               $popover-bg !default;\n$popover-arrow-outer-color:         var(--#{$prefix}border-color-translucent) !default;\n// fusv-enable\n\n\n// Toasts\n\n// scss-docs-start toast-variables\n$toast-max-width:                   350px !default;\n$toast-padding-x:                   .75rem !default;\n$toast-padding-y:                   .5rem !default;\n$toast-font-size:                   .875rem !default;\n$toast-color:                       null !default;\n$toast-background-color:            rgba(var(--#{$prefix}body-bg-rgb), .85) !default;\n$toast-border-width:                var(--#{$prefix}border-width) !default;\n$toast-border-color:                var(--#{$prefix}border-color-translucent) !default;\n$toast-border-radius:               var(--#{$prefix}border-radius) !default;\n$toast-box-shadow:                  var(--#{$prefix}box-shadow) !default;\n$toast-spacing:                     $container-padding-x !default;\n\n$toast-header-color:                var(--#{$prefix}secondary-color) !default;\n$toast-header-background-color:     rgba(var(--#{$prefix}body-bg-rgb), .85) !default;\n$toast-header-border-color:         $toast-border-color !default;\n// scss-docs-end toast-variables\n\n\n// Badges\n\n// scss-docs-start badge-variables\n$badge-font-size:                   .75em !default;\n$badge-font-weight:                 $font-weight-bold !default;\n$badge-color:                       $white !default;\n$badge-padding-y:                   .35em !default;\n$badge-padding-x:                   .65em !default;\n$badge-border-radius:               var(--#{$prefix}border-radius) !default;\n// scss-docs-end badge-variables\n\n\n// Modals\n\n// scss-docs-start modal-variables\n$modal-inner-padding:               $spacer !default;\n\n$modal-footer-margin-between:       .5rem !default;\n\n$modal-dialog-margin:               .5rem !default;\n$modal-dialog-margin-y-sm-up:       1.75rem !default;\n\n$modal-title-line-height:           $line-height-base !default;\n\n$modal-content-color:               null !default;\n$modal-content-bg:                  var(--#{$prefix}body-bg) !default;\n$modal-content-border-color:        var(--#{$prefix}border-color-translucent) !default;\n$modal-content-border-width:        var(--#{$prefix}border-width) !default;\n$modal-content-border-radius:       var(--#{$prefix}border-radius-lg) !default;\n$modal-content-inner-border-radius: subtract($modal-content-border-radius, $modal-content-border-width) !default;\n$modal-content-box-shadow-xs:       var(--#{$prefix}box-shadow-sm) !default;\n$modal-content-box-shadow-sm-up:    var(--#{$prefix}box-shadow) !default;\n\n$modal-backdrop-bg:                 $black !default;\n$modal-backdrop-opacity:            .5 !default;\n\n$modal-header-border-color:         var(--#{$prefix}border-color) !default;\n$modal-header-border-width:         $modal-content-border-width !default;\n$modal-header-padding-y:            $modal-inner-padding !default;\n$modal-header-padding-x:            $modal-inner-padding !default;\n$modal-header-padding:              $modal-header-padding-y $modal-header-padding-x !default; // Keep this for backwards compatibility\n\n$modal-footer-bg:                   null !default;\n$modal-footer-border-color:         $modal-header-border-color !default;\n$modal-footer-border-width:         $modal-header-border-width !default;\n\n$modal-sm:                          300px !default;\n$modal-md:                          500px !default;\n$modal-lg:                          800px !default;\n$modal-xl:                          1140px !default;\n\n$modal-fade-transform:              translate(0, -50px) !default;\n$modal-show-transform:              none !default;\n$modal-transition:                  transform .3s ease-out !default;\n$modal-scale-transform:             scale(1.02) !default;\n// scss-docs-end modal-variables\n\n\n// Alerts\n//\n// Define alert colors, border radius, and padding.\n\n// scss-docs-start alert-variables\n$alert-padding-y:               $spacer !default;\n$alert-padding-x:               $spacer !default;\n$alert-margin-bottom:           1rem !default;\n$alert-border-radius:           var(--#{$prefix}border-radius) !default;\n$alert-link-font-weight:        $font-weight-bold !default;\n$alert-border-width:            var(--#{$prefix}border-width) !default;\n$alert-dismissible-padding-r:   $alert-padding-x * 3 !default; // 3x covers width of x plus default padding on either side\n// scss-docs-end alert-variables\n\n// fusv-disable\n$alert-bg-scale:                -80% !default; // Deprecated in v5.2.0, to be removed in v6\n$alert-border-scale:            -70% !default; // Deprecated in v5.2.0, to be removed in v6\n$alert-color-scale:             40% !default; // Deprecated in v5.2.0, to be removed in v6\n// fusv-enable\n\n// Progress bars\n\n// scss-docs-start progress-variables\n$progress-height:                   1rem !default;\n$progress-font-size:                $font-size-base * .75 !default;\n$progress-bg:                       var(--#{$prefix}secondary-bg) !default;\n$progress-border-radius:            var(--#{$prefix}border-radius) !default;\n$progress-box-shadow:               var(--#{$prefix}box-shadow-inset) !default;\n$progress-bar-color:                $white !default;\n$progress-bar-bg:                   $primary !default;\n$progress-bar-animation-timing:     1s linear infinite !default;\n$progress-bar-transition:           width .6s ease !default;\n// scss-docs-end progress-variables\n\n\n// List group\n\n// scss-docs-start list-group-variables\n$list-group-color:                  var(--#{$prefix}body-color) !default;\n$list-group-bg:                     var(--#{$prefix}body-bg) !default;\n$list-group-border-color:           var(--#{$prefix}border-color) !default;\n$list-group-border-width:           var(--#{$prefix}border-width) !default;\n$list-group-border-radius:          var(--#{$prefix}border-radius) !default;\n\n$list-group-item-padding-y:         $spacer * .5 !default;\n$list-group-item-padding-x:         $spacer !default;\n// fusv-disable\n$list-group-item-bg-scale:          -80% !default; // Deprecated in v5.3.0\n$list-group-item-color-scale:       40% !default; // Deprecated in v5.3.0\n// fusv-enable\n\n$list-group-hover-bg:               var(--#{$prefix}tertiary-bg) !default;\n$list-group-active-color:           $component-active-color !default;\n$list-group-active-bg:              $component-active-bg !default;\n$list-group-active-border-color:    $list-group-active-bg !default;\n\n$list-group-disabled-color:         var(--#{$prefix}secondary-color) !default;\n$list-group-disabled-bg:            $list-group-bg !default;\n\n$list-group-action-color:           var(--#{$prefix}secondary-color) !default;\n$list-group-action-hover-color:     var(--#{$prefix}emphasis-color) !default;\n\n$list-group-action-active-color:    var(--#{$prefix}body-color) !default;\n$list-group-action-active-bg:       var(--#{$prefix}secondary-bg) !default;\n// scss-docs-end list-group-variables\n\n\n// Image thumbnails\n\n// scss-docs-start thumbnail-variables\n$thumbnail-padding:                 .25rem !default;\n$thumbnail-bg:                      var(--#{$prefix}body-bg) !default;\n$thumbnail-border-width:            var(--#{$prefix}border-width) !default;\n$thumbnail-border-color:            var(--#{$prefix}border-color) !default;\n$thumbnail-border-radius:           var(--#{$prefix}border-radius) !default;\n$thumbnail-box-shadow:              var(--#{$prefix}box-shadow-sm) !default;\n// scss-docs-end thumbnail-variables\n\n\n// Figures\n\n// scss-docs-start figure-variables\n$figure-caption-font-size:          $small-font-size !default;\n$figure-caption-color:              var(--#{$prefix}secondary-color) !default;\n// scss-docs-end figure-variables\n\n\n// Breadcrumbs\n\n// scss-docs-start breadcrumb-variables\n$breadcrumb-font-size:              null !default;\n$breadcrumb-padding-y:              0 !default;\n$breadcrumb-padding-x:              0 !default;\n$breadcrumb-item-padding-x:         .5rem !default;\n$breadcrumb-margin-bottom:          1rem !default;\n$breadcrumb-bg:                     null !default;\n$breadcrumb-divider-color:          var(--#{$prefix}secondary-color) !default;\n$breadcrumb-active-color:           var(--#{$prefix}secondary-color) !default;\n$breadcrumb-divider:                quote(\"/\") !default;\n$breadcrumb-divider-flipped:        $breadcrumb-divider !default;\n$breadcrumb-border-radius:          null !default;\n// scss-docs-end breadcrumb-variables\n\n// Carousel\n\n// scss-docs-start carousel-variables\n$carousel-control-color:             $white !default;\n$carousel-control-width:             15% !default;\n$carousel-control-opacity:           .5 !default;\n$carousel-control-hover-opacity:     .9 !default;\n$carousel-control-transition:        opacity .15s ease !default;\n\n$carousel-indicator-width:           30px !default;\n$carousel-indicator-height:          3px !default;\n$carousel-indicator-hit-area-height: 10px !default;\n$carousel-indicator-spacer:          3px !default;\n$carousel-indicator-opacity:         .5 !default;\n$carousel-indicator-active-bg:       $white !default;\n$carousel-indicator-active-opacity:  1 !default;\n$carousel-indicator-transition:      opacity .6s ease !default;\n\n$carousel-caption-width:             70% !default;\n$carousel-caption-color:             $white !default;\n$carousel-caption-padding-y:         1.25rem !default;\n$carousel-caption-spacer:            1.25rem !default;\n\n$carousel-control-icon-width:        2rem !default;\n\n$carousel-control-prev-icon-bg:      url(\"data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='#{$carousel-control-color}'><path d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/></svg>\") !default;\n$carousel-control-next-icon-bg:      url(\"data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='#{$carousel-control-color}'><path d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/></svg>\") !default;\n\n$carousel-transition-duration:       .6s !default;\n$carousel-transition:                transform $carousel-transition-duration ease-in-out !default; // Define transform transition first if using multiple transitions (e.g., `transform 2s ease, opacity .5s ease-out`)\n// scss-docs-end carousel-variables\n\n// scss-docs-start carousel-dark-variables\n$carousel-dark-indicator-active-bg:  $black !default;\n$carousel-dark-caption-color:        $black !default;\n$carousel-dark-control-icon-filter:  invert(1) grayscale(100) !default;\n// scss-docs-end carousel-dark-variables\n\n\n// Spinners\n\n// scss-docs-start spinner-variables\n$spinner-width:           2rem !default;\n$spinner-height:          $spinner-width !default;\n$spinner-vertical-align:  -.125em !default;\n$spinner-border-width:    .25em !default;\n$spinner-animation-speed: .75s !default;\n\n$spinner-width-sm:        1rem !default;\n$spinner-height-sm:       $spinner-width-sm !default;\n$spinner-border-width-sm: .2em !default;\n// scss-docs-end spinner-variables\n\n\n// Close\n\n// scss-docs-start close-variables\n$btn-close-width:            1em !default;\n$btn-close-height:           $btn-close-width !default;\n$btn-close-padding-x:        .25em !default;\n$btn-close-padding-y:        $btn-close-padding-x !default;\n$btn-close-color:            $black !default;\n$btn-close-bg:               url(\"data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='#{$btn-close-color}'><path d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/></svg>\") !default;\n$btn-close-focus-shadow:     $focus-ring-box-shadow !default;\n$btn-close-opacity:          .5 !default;\n$btn-close-hover-opacity:    .75 !default;\n$btn-close-focus-opacity:    1 !default;\n$btn-close-disabled-opacity: .25 !default;\n$btn-close-white-filter:     invert(1) grayscale(100%) brightness(200%) !default;\n// scss-docs-end close-variables\n\n\n// Offcanvas\n\n// scss-docs-start offcanvas-variables\n$offcanvas-padding-y:               $modal-inner-padding !default;\n$offcanvas-padding-x:               $modal-inner-padding !default;\n$offcanvas-horizontal-width:        400px !default;\n$offcanvas-vertical-height:         30vh !default;\n$offcanvas-transition-duration:     .3s !default;\n$offcanvas-border-color:            $modal-content-border-color !default;\n$offcanvas-border-width:            $modal-content-border-width !default;\n$offcanvas-title-line-height:       $modal-title-line-height !default;\n$offcanvas-bg-color:                var(--#{$prefix}body-bg) !default;\n$offcanvas-color:                   var(--#{$prefix}body-color) !default;\n$offcanvas-box-shadow:              $modal-content-box-shadow-xs !default;\n$offcanvas-backdrop-bg:             $modal-backdrop-bg !default;\n$offcanvas-backdrop-opacity:        $modal-backdrop-opacity !default;\n// scss-docs-end offcanvas-variables\n\n// Code\n\n$code-font-size:                    $small-font-size !default;\n$code-color:                        $pink !default;\n\n$kbd-padding-y:                     .1875rem !default;\n$kbd-padding-x:                     .375rem !default;\n$kbd-font-size:                     $code-font-size !default;\n$kbd-color:                         var(--#{$prefix}body-bg) !default;\n$kbd-bg:                            var(--#{$prefix}body-color) !default;\n$nested-kbd-font-weight:            null !default; // Deprecated in v5.2.0, removing in v6\n\n$pre-color:                         null !default;\n\n@import \"variables-dark\"; // TODO: can be removed safely in v6, only here to avoid breaking changes in v5.3\n"
  },
  {
    "path": "scss/bootstrap/bootstrap-grid.scss",
    "content": "@import \"mixins/banner\";\n@include bsBanner(Grid);\n\n$include-column-box-sizing: true !default;\n\n@import \"functions\";\n@import \"variables\";\n@import \"variables-dark\";\n@import \"maps\";\n\n@import \"mixins/breakpoints\";\n@import \"mixins/container\";\n@import \"mixins/grid\";\n@import \"mixins/utilities\";\n\n@import \"vendor/rfs\";\n\n@import \"containers\";\n@import \"grid\";\n\n@import \"utilities\";\n// Only use the utilities we need\n// stylelint-disable-next-line scss/dollar-variable-default\n$utilities: map-get-multiple(\n  $utilities,\n  (\n    \"display\",\n    \"order\",\n    \"flex\",\n    \"flex-direction\",\n    \"flex-grow\",\n    \"flex-shrink\",\n    \"flex-wrap\",\n    \"justify-content\",\n    \"align-items\",\n    \"align-content\",\n    \"align-self\",\n    \"margin\",\n    \"margin-x\",\n    \"margin-y\",\n    \"margin-top\",\n    \"margin-end\",\n    \"margin-bottom\",\n    \"margin-start\",\n    \"negative-margin\",\n    \"negative-margin-x\",\n    \"negative-margin-y\",\n    \"negative-margin-top\",\n    \"negative-margin-end\",\n    \"negative-margin-bottom\",\n    \"negative-margin-start\",\n    \"padding\",\n    \"padding-x\",\n    \"padding-y\",\n    \"padding-top\",\n    \"padding-end\",\n    \"padding-bottom\",\n    \"padding-start\",\n  )\n);\n\n@import \"utilities/api\";\n"
  },
  {
    "path": "scss/bootstrap/bootstrap-reboot.scss",
    "content": "@import \"mixins/banner\";\n@include bsBanner(Reboot);\n\n@import \"functions\";\n@import \"variables\";\n@import \"variables-dark\";\n@import \"maps\";\n@import \"mixins\";\n@import \"root\";\n@import \"reboot\";\n"
  },
  {
    "path": "scss/bootstrap/bootstrap-utilities.scss",
    "content": "@import \"mixins/banner\";\n@include bsBanner(Utilities);\n\n// Configuration\n@import \"functions\";\n@import \"variables\";\n@import \"variables-dark\";\n@import \"maps\";\n@import \"mixins\";\n@import \"utilities\";\n\n// Layout & components\n@import \"root\";\n\n// Helpers\n@import \"helpers\";\n\n// Utilities\n@import \"utilities/api\";\n"
  },
  {
    "path": "scss/bootstrap/bootstrap.scss",
    "content": "@import \"mixins/banner\";\n@include bsBanner(\"\");\n\n\n// scss-docs-start import-stack\n// Configuration\n@import \"functions\";\n@import \"variables\";\n@import \"variables-dark\";\n@import \"maps\";\n@import \"mixins\";\n@import \"utilities\";\n\n// Layout & components\n@import \"root\";\n@import \"reboot\";\n@import \"type\";\n@import \"images\";\n@import \"containers\";\n@import \"grid\";\n@import \"tables\";\n@import \"forms\";\n@import \"buttons\";\n@import \"transitions\";\n@import \"dropdown\";\n@import \"button-group\";\n@import \"nav\";\n@import \"navbar\";\n@import \"card\";\n@import \"accordion\";\n@import \"breadcrumb\";\n@import \"pagination\";\n@import \"badge\";\n@import \"alert\";\n@import \"progress\";\n@import \"list-group\";\n@import \"close\";\n@import \"toasts\";\n@import \"modal\";\n@import \"tooltip\";\n@import \"popover\";\n@import \"carousel\";\n@import \"spinners\";\n@import \"offcanvas\";\n@import \"placeholders\";\n\n// Helpers\n@import \"helpers\";\n\n// Utilities\n@import \"utilities/api\";\n// scss-docs-end import-stack\n"
  },
  {
    "path": "scss/bootstrap/forms/_floating-labels.scss",
    "content": ".form-floating {\n  position: relative;\n\n  > .form-control,\n  > .form-control-plaintext,\n  > .form-select {\n    height: $form-floating-height;\n    min-height: $form-floating-height;\n    line-height: $form-floating-line-height;\n  }\n\n  > label {\n    position: absolute;\n    top: 0;\n    left: 0;\n    z-index: 2;\n    height: 100%; // allow textareas\n    padding: $form-floating-padding-y $form-floating-padding-x;\n    overflow: hidden;\n    text-align: start;\n    text-overflow: ellipsis;\n    white-space: nowrap;\n    pointer-events: none;\n    border: $input-border-width solid transparent; // Required for aligning label's text with the input as it affects inner box model\n    transform-origin: 0 0;\n    @include transition($form-floating-transition);\n  }\n\n  > .form-control,\n  > .form-control-plaintext {\n    padding: $form-floating-padding-y $form-floating-padding-x;\n\n    &::placeholder {\n      color: transparent;\n    }\n\n    &:focus,\n    &:not(:placeholder-shown) {\n      padding-top: $form-floating-input-padding-t;\n      padding-bottom: $form-floating-input-padding-b;\n    }\n    // Duplicated because `:-webkit-autofill` invalidates other selectors when grouped\n    &:-webkit-autofill {\n      padding-top: $form-floating-input-padding-t;\n      padding-bottom: $form-floating-input-padding-b;\n    }\n  }\n\n  > .form-select {\n    padding-top: $form-floating-input-padding-t;\n    padding-bottom: $form-floating-input-padding-b;\n  }\n\n  > .form-control:focus,\n  > .form-control:not(:placeholder-shown),\n  > .form-control-plaintext,\n  > .form-select {\n    ~ label {\n      color: rgba(var(--#{$prefix}body-color-rgb), #{$form-floating-label-opacity});\n      transform: $form-floating-label-transform;\n\n      &::after {\n        position: absolute;\n        inset: $form-floating-padding-y ($form-floating-padding-x * .5);\n        z-index: -1;\n        height: $form-floating-label-height;\n        content: \"\";\n        background-color: $input-bg;\n        @include border-radius($input-border-radius);\n      }\n    }\n  }\n  // Duplicated because `:-webkit-autofill` invalidates other selectors when grouped\n  > .form-control:-webkit-autofill {\n    ~ label {\n      color: rgba(var(--#{$prefix}body-color-rgb), #{$form-floating-label-opacity});\n      transform: $form-floating-label-transform;\n    }\n  }\n\n  > .form-control-plaintext {\n    ~ label {\n      border-width: $input-border-width 0; // Required to properly position label text - as explained above\n    }\n  }\n\n  > :disabled ~ label,\n  > .form-control:disabled ~ label { // Required for `.form-control`s because of specificity\n    color: $form-floating-label-disabled-color;\n\n    &::after {\n      background-color: $input-disabled-bg;\n    }\n  }\n}\n"
  },
  {
    "path": "scss/bootstrap/forms/_form-check.scss",
    "content": "//\n// Check/radio\n//\n\n.form-check {\n  display: block;\n  min-height: $form-check-min-height;\n  padding-left: $form-check-padding-start;\n  margin-bottom: $form-check-margin-bottom;\n\n  .form-check-input {\n    float: left;\n    margin-left: $form-check-padding-start * -1;\n  }\n}\n\n.form-check-reverse {\n  padding-right: $form-check-padding-start;\n  padding-left: 0;\n  text-align: right;\n\n  .form-check-input {\n    float: right;\n    margin-right: $form-check-padding-start * -1;\n    margin-left: 0;\n  }\n}\n\n.form-check-input {\n  --#{$prefix}form-check-bg: #{$form-check-input-bg};\n\n  flex-shrink: 0;\n  width: $form-check-input-width;\n  height: $form-check-input-width;\n  margin-top: ($line-height-base - $form-check-input-width) * .5; // line-height minus check height\n  vertical-align: top;\n  appearance: none;\n  background-color: var(--#{$prefix}form-check-bg);\n  background-image: var(--#{$prefix}form-check-bg-image);\n  background-repeat: no-repeat;\n  background-position: center;\n  background-size: contain;\n  border: $form-check-input-border;\n  print-color-adjust: exact; // Keep themed appearance for print\n  @include transition($form-check-transition);\n\n  &[type=\"checkbox\"] {\n    @include border-radius($form-check-input-border-radius);\n  }\n\n  &[type=\"radio\"] {\n    // stylelint-disable-next-line property-disallowed-list\n    border-radius: $form-check-radio-border-radius;\n  }\n\n  &:active {\n    filter: $form-check-input-active-filter;\n  }\n\n  &:focus {\n    border-color: $form-check-input-focus-border;\n    outline: 0;\n    box-shadow: $form-check-input-focus-box-shadow;\n  }\n\n  &:checked {\n    background-color: $form-check-input-checked-bg-color;\n    border-color: $form-check-input-checked-border-color;\n\n    &[type=\"checkbox\"] {\n      @if $enable-gradients {\n        --#{$prefix}form-check-bg-image: #{escape-svg($form-check-input-checked-bg-image)}, var(--#{$prefix}gradient);\n      } @else {\n        --#{$prefix}form-check-bg-image: #{escape-svg($form-check-input-checked-bg-image)};\n      }\n    }\n\n    &[type=\"radio\"] {\n      @if $enable-gradients {\n        --#{$prefix}form-check-bg-image: #{escape-svg($form-check-radio-checked-bg-image)}, var(--#{$prefix}gradient);\n      } @else {\n        --#{$prefix}form-check-bg-image: #{escape-svg($form-check-radio-checked-bg-image)};\n      }\n    }\n  }\n\n  &[type=\"checkbox\"]:indeterminate {\n    background-color: $form-check-input-indeterminate-bg-color;\n    border-color: $form-check-input-indeterminate-border-color;\n\n    @if $enable-gradients {\n      --#{$prefix}form-check-bg-image: #{escape-svg($form-check-input-indeterminate-bg-image)}, var(--#{$prefix}gradient);\n    } @else {\n      --#{$prefix}form-check-bg-image: #{escape-svg($form-check-input-indeterminate-bg-image)};\n    }\n  }\n\n  &:disabled {\n    pointer-events: none;\n    filter: none;\n    opacity: $form-check-input-disabled-opacity;\n  }\n\n  // Use disabled attribute in addition of :disabled pseudo-class\n  // See: https://github.com/twbs/bootstrap/issues/28247\n  &[disabled],\n  &:disabled {\n    ~ .form-check-label {\n      cursor: default;\n      opacity: $form-check-label-disabled-opacity;\n    }\n  }\n}\n\n.form-check-label {\n  color: $form-check-label-color;\n  cursor: $form-check-label-cursor;\n}\n\n//\n// Switch\n//\n\n.form-switch {\n  padding-left: $form-switch-padding-start;\n\n  .form-check-input {\n    --#{$prefix}form-switch-bg: #{escape-svg($form-switch-bg-image)};\n\n    width: $form-switch-width;\n    margin-left: $form-switch-padding-start * -1;\n    background-image: var(--#{$prefix}form-switch-bg);\n    background-position: left center;\n    @include border-radius($form-switch-border-radius, 0);\n    @include transition($form-switch-transition);\n\n    &:focus {\n      --#{$prefix}form-switch-bg: #{escape-svg($form-switch-focus-bg-image)};\n    }\n\n    &:checked {\n      background-position: $form-switch-checked-bg-position;\n\n      @if $enable-gradients {\n        --#{$prefix}form-switch-bg: #{escape-svg($form-switch-checked-bg-image)}, var(--#{$prefix}gradient);\n      } @else {\n        --#{$prefix}form-switch-bg: #{escape-svg($form-switch-checked-bg-image)};\n      }\n    }\n  }\n\n  &.form-check-reverse {\n    padding-right: $form-switch-padding-start;\n    padding-left: 0;\n\n    .form-check-input {\n      margin-right: $form-switch-padding-start * -1;\n      margin-left: 0;\n    }\n  }\n}\n\n.form-check-inline {\n  display: inline-block;\n  margin-right: $form-check-inline-margin-end;\n}\n\n.btn-check {\n  position: absolute;\n  clip: rect(0, 0, 0, 0);\n  pointer-events: none;\n\n  &[disabled],\n  &:disabled {\n    + .btn {\n      pointer-events: none;\n      filter: none;\n      opacity: $form-check-btn-check-disabled-opacity;\n    }\n  }\n}\n\n@if $enable-dark-mode {\n  @include color-mode(dark) {\n    .form-switch .form-check-input:not(:checked):not(:focus) {\n      --#{$prefix}form-switch-bg: #{escape-svg($form-switch-bg-image-dark)};\n    }\n  }\n}\n"
  },
  {
    "path": "scss/bootstrap/forms/_form-control.scss",
    "content": "//\n// General form controls (plus a few specific high-level interventions)\n//\n\n.form-control {\n  display: block;\n  width: 100%;\n  padding: $input-padding-y $input-padding-x;\n  font-family: $input-font-family;\n  @include font-size($input-font-size);\n  font-weight: $input-font-weight;\n  line-height: $input-line-height;\n  color: $input-color;\n  appearance: none; // Fix appearance for date inputs in Safari\n  background-color: $input-bg;\n  background-clip: padding-box;\n  border: $input-border-width solid $input-border-color;\n\n  // Note: This has no effect on <select>s in some browsers, due to the limited stylability of `<select>`s in CSS.\n  @include border-radius($input-border-radius, 0);\n\n  @include box-shadow($input-box-shadow);\n  @include transition($input-transition);\n\n  &[type=\"file\"] {\n    overflow: hidden; // prevent pseudo element button overlap\n\n    &:not(:disabled):not([readonly]) {\n      cursor: pointer;\n    }\n  }\n\n  // Customize the `:focus` state to imitate native WebKit styles.\n  &:focus {\n    color: $input-focus-color;\n    background-color: $input-focus-bg;\n    border-color: $input-focus-border-color;\n    outline: 0;\n    @if $enable-shadows {\n      @include box-shadow($input-box-shadow, $input-focus-box-shadow);\n    } @else {\n      // Avoid using mixin so we can pass custom focus shadow properly\n      box-shadow: $input-focus-box-shadow;\n    }\n  }\n\n  &::-webkit-date-and-time-value {\n    // On Android Chrome, form-control's \"width: 100%\" makes the input width too small\n    // Tested under Android 11 / Chrome 89, Android 12 / Chrome 100, Android 13 / Chrome 109\n    //\n    // On iOS Safari, form-control's \"appearance: none\" + \"width: 100%\" makes the input width too small\n    // Tested under iOS 16.2 / Safari 16.2\n    min-width: 85px; // Seems to be a good minimum safe width\n\n    // Add some height to date inputs on iOS\n    // https://github.com/twbs/bootstrap/issues/23307\n    // TODO: we can remove this workaround once https://bugs.webkit.org/show_bug.cgi?id=198959 is resolved\n    // Multiply line-height by 1em if it has no unit\n    height: if(unit($input-line-height) == \"\", $input-line-height * 1em, $input-line-height);\n\n    // Android Chrome type=\"date\" is taller than the other inputs\n    // because of \"margin: 1px 24px 1px 4px\" inside the shadow DOM\n    // Tested under Android 11 / Chrome 89, Android 12 / Chrome 100, Android 13 / Chrome 109\n    margin: 0;\n  }\n\n  // Prevent excessive date input height in Webkit\n  // https://github.com/twbs/bootstrap/issues/34433\n  &::-webkit-datetime-edit {\n    display: block;\n    padding: 0;\n  }\n\n  // Placeholder\n  &::placeholder {\n    color: $input-placeholder-color;\n    // Override Firefox's unusual default opacity; see https://github.com/twbs/bootstrap/pull/11526.\n    opacity: 1;\n  }\n\n  // Disabled inputs\n  //\n  // HTML5 says that controls under a fieldset > legend:first-child won't be\n  // disabled if the fieldset is disabled. Due to implementation difficulty, we\n  // don't honor that edge case; we style them as disabled anyway.\n  &:disabled {\n    color: $input-disabled-color;\n    background-color: $input-disabled-bg;\n    border-color: $input-disabled-border-color;\n    // iOS fix for unreadable disabled content; see https://github.com/twbs/bootstrap/issues/11655.\n    opacity: 1;\n  }\n\n  // File input buttons theming\n  &::file-selector-button {\n    padding: $input-padding-y $input-padding-x;\n    margin: (-$input-padding-y) (-$input-padding-x);\n    margin-inline-end: $input-padding-x;\n    color: $form-file-button-color;\n    @include gradient-bg($form-file-button-bg);\n    pointer-events: none;\n    border-color: inherit;\n    border-style: solid;\n    border-width: 0;\n    border-inline-end-width: $input-border-width;\n    border-radius: 0; // stylelint-disable-line property-disallowed-list\n    @include transition($btn-transition);\n  }\n\n  &:hover:not(:disabled):not([readonly])::file-selector-button {\n    background-color: $form-file-button-hover-bg;\n  }\n}\n\n// Readonly controls as plain text\n//\n// Apply class to a readonly input to make it appear like regular plain\n// text (without any border, background color, focus indicator)\n\n.form-control-plaintext {\n  display: block;\n  width: 100%;\n  padding: $input-padding-y 0;\n  margin-bottom: 0; // match inputs if this class comes on inputs with default margins\n  line-height: $input-line-height;\n  color: $input-plaintext-color;\n  background-color: transparent;\n  border: solid transparent;\n  border-width: $input-border-width 0;\n\n  &:focus {\n    outline: 0;\n  }\n\n  &.form-control-sm,\n  &.form-control-lg {\n    padding-right: 0;\n    padding-left: 0;\n  }\n}\n\n// Form control sizing\n//\n// Build on `.form-control` with modifier classes to decrease or increase the\n// height and font-size of form controls.\n//\n// Repeated in `_input_group.scss` to avoid Sass extend issues.\n\n.form-control-sm {\n  min-height: $input-height-sm;\n  padding: $input-padding-y-sm $input-padding-x-sm;\n  @include font-size($input-font-size-sm);\n  @include border-radius($input-border-radius-sm);\n\n  &::file-selector-button {\n    padding: $input-padding-y-sm $input-padding-x-sm;\n    margin: (-$input-padding-y-sm) (-$input-padding-x-sm);\n    margin-inline-end: $input-padding-x-sm;\n  }\n}\n\n.form-control-lg {\n  min-height: $input-height-lg;\n  padding: $input-padding-y-lg $input-padding-x-lg;\n  @include font-size($input-font-size-lg);\n  @include border-radius($input-border-radius-lg);\n\n  &::file-selector-button {\n    padding: $input-padding-y-lg $input-padding-x-lg;\n    margin: (-$input-padding-y-lg) (-$input-padding-x-lg);\n    margin-inline-end: $input-padding-x-lg;\n  }\n}\n\n// Make sure textareas don't shrink too much when resized\n// https://github.com/twbs/bootstrap/pull/29124\n// stylelint-disable selector-no-qualifying-type\ntextarea {\n  &.form-control {\n    min-height: $input-height;\n  }\n\n  &.form-control-sm {\n    min-height: $input-height-sm;\n  }\n\n  &.form-control-lg {\n    min-height: $input-height-lg;\n  }\n}\n// stylelint-enable selector-no-qualifying-type\n\n.form-control-color {\n  width: $form-color-width;\n  height: $input-height;\n  padding: $input-padding-y;\n\n  &:not(:disabled):not([readonly]) {\n    cursor: pointer;\n  }\n\n  &::-moz-color-swatch {\n    border: 0 !important; // stylelint-disable-line declaration-no-important\n    @include border-radius($input-border-radius);\n  }\n\n  &::-webkit-color-swatch {\n    border: 0 !important; // stylelint-disable-line declaration-no-important\n    @include border-radius($input-border-radius);\n  }\n\n  &.form-control-sm { height: $input-height-sm; }\n  &.form-control-lg { height: $input-height-lg; }\n}\n"
  },
  {
    "path": "scss/bootstrap/forms/_form-range.scss",
    "content": "// Range\n//\n// Style range inputs the same across browsers. Vendor-specific rules for pseudo\n// elements cannot be mixed. As such, there are no shared styles for focus or\n// active states on prefixed selectors.\n\n.form-range {\n  width: 100%;\n  height: add($form-range-thumb-height, $form-range-thumb-focus-box-shadow-width * 2);\n  padding: 0; // Need to reset padding\n  appearance: none;\n  background-color: transparent;\n\n  &:focus {\n    outline: 0;\n\n    // Pseudo-elements must be split across multiple rulesets to have an effect.\n    // No box-shadow() mixin for focus accessibility.\n    &::-webkit-slider-thumb { box-shadow: $form-range-thumb-focus-box-shadow; }\n    &::-moz-range-thumb     { box-shadow: $form-range-thumb-focus-box-shadow; }\n  }\n\n  &::-moz-focus-outer {\n    border: 0;\n  }\n\n  &::-webkit-slider-thumb {\n    width: $form-range-thumb-width;\n    height: $form-range-thumb-height;\n    margin-top: ($form-range-track-height - $form-range-thumb-height) * .5; // Webkit specific\n    appearance: none;\n    @include gradient-bg($form-range-thumb-bg);\n    border: $form-range-thumb-border;\n    @include border-radius($form-range-thumb-border-radius);\n    @include box-shadow($form-range-thumb-box-shadow);\n    @include transition($form-range-thumb-transition);\n\n    &:active {\n      @include gradient-bg($form-range-thumb-active-bg);\n    }\n  }\n\n  &::-webkit-slider-runnable-track {\n    width: $form-range-track-width;\n    height: $form-range-track-height;\n    color: transparent; // Why?\n    cursor: $form-range-track-cursor;\n    background-color: $form-range-track-bg;\n    border-color: transparent;\n    @include border-radius($form-range-track-border-radius);\n    @include box-shadow($form-range-track-box-shadow);\n  }\n\n  &::-moz-range-thumb {\n    width: $form-range-thumb-width;\n    height: $form-range-thumb-height;\n    appearance: none;\n    @include gradient-bg($form-range-thumb-bg);\n    border: $form-range-thumb-border;\n    @include border-radius($form-range-thumb-border-radius);\n    @include box-shadow($form-range-thumb-box-shadow);\n    @include transition($form-range-thumb-transition);\n\n    &:active {\n      @include gradient-bg($form-range-thumb-active-bg);\n    }\n  }\n\n  &::-moz-range-track {\n    width: $form-range-track-width;\n    height: $form-range-track-height;\n    color: transparent;\n    cursor: $form-range-track-cursor;\n    background-color: $form-range-track-bg;\n    border-color: transparent; // Firefox specific?\n    @include border-radius($form-range-track-border-radius);\n    @include box-shadow($form-range-track-box-shadow);\n  }\n\n  &:disabled {\n    pointer-events: none;\n\n    &::-webkit-slider-thumb {\n      background-color: $form-range-thumb-disabled-bg;\n    }\n\n    &::-moz-range-thumb {\n      background-color: $form-range-thumb-disabled-bg;\n    }\n  }\n}\n"
  },
  {
    "path": "scss/bootstrap/forms/_form-select.scss",
    "content": "// Select\n//\n// Replaces the browser default select with a custom one, mostly pulled from\n// https://primer.github.io/.\n\n.form-select {\n  --#{$prefix}form-select-bg-img: #{escape-svg($form-select-indicator)};\n\n  display: block;\n  width: 100%;\n  padding: $form-select-padding-y $form-select-indicator-padding $form-select-padding-y $form-select-padding-x;\n  font-family: $form-select-font-family;\n  @include font-size($form-select-font-size);\n  font-weight: $form-select-font-weight;\n  line-height: $form-select-line-height;\n  color: $form-select-color;\n  appearance: none;\n  background-color: $form-select-bg;\n  background-image: var(--#{$prefix}form-select-bg-img), var(--#{$prefix}form-select-bg-icon, none);\n  background-repeat: no-repeat;\n  background-position: $form-select-bg-position;\n  background-size: $form-select-bg-size;\n  border: $form-select-border-width solid $form-select-border-color;\n  @include border-radius($form-select-border-radius, 0);\n  @include box-shadow($form-select-box-shadow);\n  @include transition($form-select-transition);\n\n  &:focus {\n    border-color: $form-select-focus-border-color;\n    outline: 0;\n    @if $enable-shadows {\n      @include box-shadow($form-select-box-shadow, $form-select-focus-box-shadow);\n    } @else {\n      // Avoid using mixin so we can pass custom focus shadow properly\n      box-shadow: $form-select-focus-box-shadow;\n    }\n  }\n\n  &[multiple],\n  &[size]:not([size=\"1\"]) {\n    padding-right: $form-select-padding-x;\n    background-image: none;\n  }\n\n  &:disabled {\n    color: $form-select-disabled-color;\n    background-color: $form-select-disabled-bg;\n    border-color: $form-select-disabled-border-color;\n  }\n\n  // Remove outline from select box in FF\n  &:-moz-focusring {\n    color: transparent;\n    text-shadow: 0 0 0 $form-select-color;\n  }\n}\n\n.form-select-sm {\n  padding-top: $form-select-padding-y-sm;\n  padding-bottom: $form-select-padding-y-sm;\n  padding-left: $form-select-padding-x-sm;\n  @include font-size($form-select-font-size-sm);\n  @include border-radius($form-select-border-radius-sm);\n}\n\n.form-select-lg {\n  padding-top: $form-select-padding-y-lg;\n  padding-bottom: $form-select-padding-y-lg;\n  padding-left: $form-select-padding-x-lg;\n  @include font-size($form-select-font-size-lg);\n  @include border-radius($form-select-border-radius-lg);\n}\n\n@if $enable-dark-mode {\n  @include color-mode(dark) {\n    .form-select {\n      --#{$prefix}form-select-bg-img: #{escape-svg($form-select-indicator-dark)};\n    }\n  }\n}\n"
  },
  {
    "path": "scss/bootstrap/forms/_form-text.scss",
    "content": "//\n// Form text\n//\n\n.form-text {\n  margin-top: $form-text-margin-top;\n  @include font-size($form-text-font-size);\n  font-style: $form-text-font-style;\n  font-weight: $form-text-font-weight;\n  color: $form-text-color;\n}\n"
  },
  {
    "path": "scss/bootstrap/forms/_input-group.scss",
    "content": "//\n// Base styles\n//\n\n.input-group {\n  position: relative;\n  display: flex;\n  flex-wrap: wrap; // For form validation feedback\n  align-items: stretch;\n  width: 100%;\n\n  > .form-control,\n  > .form-select,\n  > .form-floating {\n    position: relative; // For focus state's z-index\n    flex: 1 1 auto;\n    width: 1%;\n    min-width: 0; // https://stackoverflow.com/questions/36247140/why-dont-flex-items-shrink-past-content-size\n  }\n\n  // Bring the \"active\" form control to the top of surrounding elements\n  > .form-control:focus,\n  > .form-select:focus,\n  > .form-floating:focus-within {\n    z-index: 5;\n  }\n\n  // Ensure buttons are always above inputs for more visually pleasing borders.\n  // This isn't needed for `.input-group-text` since it shares the same border-color\n  // as our inputs.\n  .btn {\n    position: relative;\n    z-index: 2;\n\n    &:focus {\n      z-index: 5;\n    }\n  }\n}\n\n\n// Textual addons\n//\n// Serves as a catch-all element for any text or radio/checkbox input you wish\n// to prepend or append to an input.\n\n.input-group-text {\n  display: flex;\n  align-items: center;\n  padding: $input-group-addon-padding-y $input-group-addon-padding-x;\n  @include font-size($input-font-size); // Match inputs\n  font-weight: $input-group-addon-font-weight;\n  line-height: $input-line-height;\n  color: $input-group-addon-color;\n  text-align: center;\n  white-space: nowrap;\n  background-color: $input-group-addon-bg;\n  border: $input-border-width solid $input-group-addon-border-color;\n  @include border-radius($input-border-radius);\n}\n\n\n// Sizing\n//\n// Remix the default form control sizing classes into new ones for easier\n// manipulation.\n\n.input-group-lg > .form-control,\n.input-group-lg > .form-select,\n.input-group-lg > .input-group-text,\n.input-group-lg > .btn {\n  padding: $input-padding-y-lg $input-padding-x-lg;\n  @include font-size($input-font-size-lg);\n  @include border-radius($input-border-radius-lg);\n}\n\n.input-group-sm > .form-control,\n.input-group-sm > .form-select,\n.input-group-sm > .input-group-text,\n.input-group-sm > .btn {\n  padding: $input-padding-y-sm $input-padding-x-sm;\n  @include font-size($input-font-size-sm);\n  @include border-radius($input-border-radius-sm);\n}\n\n.input-group-lg > .form-select,\n.input-group-sm > .form-select {\n  padding-right: $form-select-padding-x + $form-select-indicator-padding;\n}\n\n\n// Rounded corners\n//\n// These rulesets must come after the sizing ones to properly override sm and lg\n// border-radius values when extending. They're more specific than we'd like\n// with the `.input-group >` part, but without it, we cannot override the sizing.\n\n// stylelint-disable-next-line no-duplicate-selectors\n.input-group {\n  &:not(.has-validation) {\n    > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),\n    > .dropdown-toggle:nth-last-child(n + 3),\n    > .form-floating:not(:last-child) > .form-control,\n    > .form-floating:not(:last-child) > .form-select {\n      @include border-end-radius(0);\n    }\n  }\n\n  &.has-validation {\n    > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),\n    > .dropdown-toggle:nth-last-child(n + 4),\n    > .form-floating:nth-last-child(n + 3) > .form-control,\n    > .form-floating:nth-last-child(n + 3) > .form-select {\n      @include border-end-radius(0);\n    }\n  }\n\n  $validation-messages: \"\";\n  @each $state in map-keys($form-validation-states) {\n    $validation-messages: $validation-messages + \":not(.\" + unquote($state) + \"-tooltip)\" + \":not(.\" + unquote($state) + \"-feedback)\";\n  }\n\n  > :not(:first-child):not(.dropdown-menu)#{$validation-messages} {\n    margin-left: calc(#{$input-border-width} * -1); // stylelint-disable-line function-disallowed-list\n    @include border-start-radius(0);\n  }\n\n  > .form-floating:not(:first-child) > .form-control,\n  > .form-floating:not(:first-child) > .form-select {\n    @include border-start-radius(0);\n  }\n}\n"
  },
  {
    "path": "scss/bootstrap/forms/_labels.scss",
    "content": "//\n// Labels\n//\n\n.form-label {\n  margin-bottom: $form-label-margin-bottom;\n  @include font-size($form-label-font-size);\n  font-style: $form-label-font-style;\n  font-weight: $form-label-font-weight;\n  color: $form-label-color;\n}\n\n// For use with horizontal and inline forms, when you need the label (or legend)\n// text to align with the form controls.\n.col-form-label {\n  padding-top: add($input-padding-y, $input-border-width);\n  padding-bottom: add($input-padding-y, $input-border-width);\n  margin-bottom: 0; // Override the `<legend>` default\n  @include font-size(inherit); // Override the `<legend>` default\n  font-style: $form-label-font-style;\n  font-weight: $form-label-font-weight;\n  line-height: $input-line-height;\n  color: $form-label-color;\n}\n\n.col-form-label-lg {\n  padding-top: add($input-padding-y-lg, $input-border-width);\n  padding-bottom: add($input-padding-y-lg, $input-border-width);\n  @include font-size($input-font-size-lg);\n}\n\n.col-form-label-sm {\n  padding-top: add($input-padding-y-sm, $input-border-width);\n  padding-bottom: add($input-padding-y-sm, $input-border-width);\n  @include font-size($input-font-size-sm);\n}\n"
  },
  {
    "path": "scss/bootstrap/forms/_validation.scss",
    "content": "// Form validation\n//\n// Provide feedback to users when form field values are valid or invalid. Works\n// primarily for client-side validation via scoped `:invalid` and `:valid`\n// pseudo-classes but also includes `.is-invalid` and `.is-valid` classes for\n// server-side validation.\n\n// scss-docs-start form-validation-states-loop\n@each $state, $data in $form-validation-states {\n  @include form-validation-state($state, $data...);\n}\n// scss-docs-end form-validation-states-loop\n"
  },
  {
    "path": "scss/bootstrap/helpers/_clearfix.scss",
    "content": ".clearfix {\n  @include clearfix();\n}\n"
  },
  {
    "path": "scss/bootstrap/helpers/_color-bg.scss",
    "content": "// All-caps `RGBA()` function used because of this Sass bug: https://github.com/sass/node-sass/issues/2251\n@each $color, $value in $theme-colors {\n  .text-bg-#{$color} {\n    color: color-contrast($value) if($enable-important-utilities, !important, null);\n    background-color: RGBA(var(--#{$prefix}#{$color}-rgb), var(--#{$prefix}bg-opacity, 1)) if($enable-important-utilities, !important, null);\n  }\n}\n"
  },
  {
    "path": "scss/bootstrap/helpers/_colored-links.scss",
    "content": "// All-caps `RGBA()` function used because of this Sass bug: https://github.com/sass/node-sass/issues/2251\n@each $color, $value in $theme-colors {\n  .link-#{$color} {\n    color: RGBA(var(--#{$prefix}#{$color}-rgb), var(--#{$prefix}link-opacity, 1)) if($enable-important-utilities, !important, null);\n    text-decoration-color: RGBA(var(--#{$prefix}#{$color}-rgb), var(--#{$prefix}link-underline-opacity, 1)) if($enable-important-utilities, !important, null);\n\n    @if $link-shade-percentage != 0 {\n      &:hover,\n      &:focus {\n        $hover-color: if(color-contrast($value) == $color-contrast-light, shade-color($value, $link-shade-percentage), tint-color($value, $link-shade-percentage));\n        color: RGBA(#{to-rgb($hover-color)}, var(--#{$prefix}link-opacity, 1)) if($enable-important-utilities, !important, null);\n        text-decoration-color: RGBA(to-rgb($hover-color), var(--#{$prefix}link-underline-opacity, 1)) if($enable-important-utilities, !important, null);\n      }\n    }\n  }\n}\n\n// One-off special link helper as a bridge until v6\n.link-body-emphasis {\n  color: RGBA(var(--#{$prefix}emphasis-color-rgb), var(--#{$prefix}link-opacity, 1)) if($enable-important-utilities, !important, null);\n  text-decoration-color: RGBA(var(--#{$prefix}emphasis-color-rgb), var(--#{$prefix}link-underline-opacity, 1)) if($enable-important-utilities, !important, null);\n\n  @if $link-shade-percentage != 0 {\n    &:hover,\n    &:focus {\n      color: RGBA(var(--#{$prefix}emphasis-color-rgb), var(--#{$prefix}link-opacity, .75)) if($enable-important-utilities, !important, null);\n      text-decoration-color: RGBA(var(--#{$prefix}emphasis-color-rgb), var(--#{$prefix}link-underline-opacity, .75)) if($enable-important-utilities, !important, null);\n    }\n  }\n}\n"
  },
  {
    "path": "scss/bootstrap/helpers/_focus-ring.scss",
    "content": ".focus-ring:focus {\n  outline: 0;\n  // By default, there is no `--bs-focus-ring-x`, `--bs-focus-ring-y`, or `--bs-focus-ring-blur`, but we provide CSS variables with fallbacks to initial `0` values\n  box-shadow: var(--#{$prefix}focus-ring-x, 0) var(--#{$prefix}focus-ring-y, 0) var(--#{$prefix}focus-ring-blur, 0) var(--#{$prefix}focus-ring-width) var(--#{$prefix}focus-ring-color);\n}\n"
  },
  {
    "path": "scss/bootstrap/helpers/_icon-link.scss",
    "content": ".icon-link {\n  display: inline-flex;\n  gap: $icon-link-gap;\n  align-items: center;\n  text-decoration-color: rgba(var(--#{$prefix}link-color-rgb), var(--#{$prefix}link-opacity, .5));\n  text-underline-offset: $icon-link-underline-offset;\n  backface-visibility: hidden;\n\n  > .bi {\n    flex-shrink: 0;\n    width: $icon-link-icon-size;\n    height: $icon-link-icon-size;\n    fill: currentcolor;\n    @include transition($icon-link-icon-transition);\n  }\n}\n\n.icon-link-hover {\n  &:hover,\n  &:focus-visible {\n    > .bi {\n      transform: var(--#{$prefix}icon-link-transform, $icon-link-icon-transform);\n    }\n  }\n}\n"
  },
  {
    "path": "scss/bootstrap/helpers/_position.scss",
    "content": "// Shorthand\n\n.fixed-top {\n  position: fixed;\n  top: 0;\n  right: 0;\n  left: 0;\n  z-index: $zindex-fixed;\n}\n\n.fixed-bottom {\n  position: fixed;\n  right: 0;\n  bottom: 0;\n  left: 0;\n  z-index: $zindex-fixed;\n}\n\n// Responsive sticky top and bottom\n@each $breakpoint in map-keys($grid-breakpoints) {\n  @include media-breakpoint-up($breakpoint) {\n    $infix: breakpoint-infix($breakpoint, $grid-breakpoints);\n\n    .sticky#{$infix}-top {\n      position: sticky;\n      top: 0;\n      z-index: $zindex-sticky;\n    }\n\n    .sticky#{$infix}-bottom {\n      position: sticky;\n      bottom: 0;\n      z-index: $zindex-sticky;\n    }\n  }\n}\n"
  },
  {
    "path": "scss/bootstrap/helpers/_ratio.scss",
    "content": "// Credit: Nicolas Gallagher and SUIT CSS.\n\n.ratio {\n  position: relative;\n  width: 100%;\n\n  &::before {\n    display: block;\n    padding-top: var(--#{$prefix}aspect-ratio);\n    content: \"\";\n  }\n\n  > * {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n  }\n}\n\n@each $key, $ratio in $aspect-ratios {\n  .ratio-#{$key} {\n    --#{$prefix}aspect-ratio: #{$ratio};\n  }\n}\n"
  },
  {
    "path": "scss/bootstrap/helpers/_stacks.scss",
    "content": "// scss-docs-start stacks\n.hstack {\n  display: flex;\n  flex-direction: row;\n  align-items: center;\n  align-self: stretch;\n}\n\n.vstack {\n  display: flex;\n  flex: 1 1 auto;\n  flex-direction: column;\n  align-self: stretch;\n}\n// scss-docs-end stacks\n"
  },
  {
    "path": "scss/bootstrap/helpers/_stretched-link.scss",
    "content": "//\n// Stretched link\n//\n\n.stretched-link {\n  &::#{$stretched-link-pseudo-element} {\n    position: absolute;\n    top: 0;\n    right: 0;\n    bottom: 0;\n    left: 0;\n    z-index: $stretched-link-z-index;\n    content: \"\";\n  }\n}\n"
  },
  {
    "path": "scss/bootstrap/helpers/_text-truncation.scss",
    "content": "//\n// Text truncation\n//\n\n.text-truncate {\n  @include text-truncate();\n}\n"
  },
  {
    "path": "scss/bootstrap/helpers/_visually-hidden.scss",
    "content": "//\n// Visually hidden\n//\n\n.visually-hidden,\n.visually-hidden-focusable:not(:focus):not(:focus-within) {\n  @include visually-hidden();\n}\n"
  },
  {
    "path": "scss/bootstrap/helpers/_vr.scss",
    "content": ".vr {\n  display: inline-block;\n  align-self: stretch;\n  width: $vr-border-width;\n  min-height: 1em;\n  background-color: currentcolor;\n  opacity: $hr-opacity;\n}\n"
  },
  {
    "path": "scss/bootstrap/mixins/_alert.scss",
    "content": "@include deprecate(\"`alert-variant()`\", \"v5.3.0\", \"v6.0.0\");\n\n// scss-docs-start alert-variant-mixin\n@mixin alert-variant($background, $border, $color) {\n  --#{$prefix}alert-color: #{$color};\n  --#{$prefix}alert-bg: #{$background};\n  --#{$prefix}alert-border-color: #{$border};\n  --#{$prefix}alert-link-color: #{shade-color($color, 20%)};\n\n  @if $enable-gradients {\n    background-image: var(--#{$prefix}gradient);\n  }\n\n  .alert-link {\n    color: var(--#{$prefix}alert-link-color);\n  }\n}\n// scss-docs-end alert-variant-mixin\n"
  },
  {
    "path": "scss/bootstrap/mixins/_backdrop.scss",
    "content": "// Shared between modals and offcanvases\n@mixin overlay-backdrop($zindex, $backdrop-bg, $backdrop-opacity) {\n  position: fixed;\n  top: 0;\n  left: 0;\n  z-index: $zindex;\n  width: 100vw;\n  height: 100vh;\n  background-color: $backdrop-bg;\n\n  // Fade for backdrop\n  &.fade { opacity: 0; }\n  &.show { opacity: $backdrop-opacity; }\n}\n"
  },
  {
    "path": "scss/bootstrap/mixins/_banner.scss",
    "content": "@mixin bsBanner($file) {\n  /*!\n   * Bootstrap #{$file} v5.3.3 (https://getbootstrap.com/)\n   * Copyright 2011-2024 The Bootstrap Authors\n   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n   */\n}\n"
  },
  {
    "path": "scss/bootstrap/mixins/_border-radius.scss",
    "content": "// stylelint-disable property-disallowed-list\n// Single side border-radius\n\n// Helper function to replace negative values with 0\n@function valid-radius($radius) {\n  $return: ();\n  @each $value in $radius {\n    @if type-of($value) == number {\n      $return: append($return, max($value, 0));\n    } @else {\n      $return: append($return, $value);\n    }\n  }\n  @return $return;\n}\n\n// scss-docs-start border-radius-mixins\n@mixin border-radius($radius: $border-radius, $fallback-border-radius: false) {\n  @if $enable-rounded {\n    border-radius: valid-radius($radius);\n  }\n  @else if $fallback-border-radius != false {\n    border-radius: $fallback-border-radius;\n  }\n}\n\n@mixin border-top-radius($radius: $border-radius) {\n  @if $enable-rounded {\n    border-top-left-radius: valid-radius($radius);\n    border-top-right-radius: valid-radius($radius);\n  }\n}\n\n@mixin border-end-radius($radius: $border-radius) {\n  @if $enable-rounded {\n    border-top-right-radius: valid-radius($radius);\n    border-bottom-right-radius: valid-radius($radius);\n  }\n}\n\n@mixin border-bottom-radius($radius: $border-radius) {\n  @if $enable-rounded {\n    border-bottom-right-radius: valid-radius($radius);\n    border-bottom-left-radius: valid-radius($radius);\n  }\n}\n\n@mixin border-start-radius($radius: $border-radius) {\n  @if $enable-rounded {\n    border-top-left-radius: valid-radius($radius);\n    border-bottom-left-radius: valid-radius($radius);\n  }\n}\n\n@mixin border-top-start-radius($radius: $border-radius) {\n  @if $enable-rounded {\n    border-top-left-radius: valid-radius($radius);\n  }\n}\n\n@mixin border-top-end-radius($radius: $border-radius) {\n  @if $enable-rounded {\n    border-top-right-radius: valid-radius($radius);\n  }\n}\n\n@mixin border-bottom-end-radius($radius: $border-radius) {\n  @if $enable-rounded {\n    border-bottom-right-radius: valid-radius($radius);\n  }\n}\n\n@mixin border-bottom-start-radius($radius: $border-radius) {\n  @if $enable-rounded {\n    border-bottom-left-radius: valid-radius($radius);\n  }\n}\n// scss-docs-end border-radius-mixins\n"
  },
  {
    "path": "scss/bootstrap/mixins/_box-shadow.scss",
    "content": "@mixin box-shadow($shadow...) {\n  @if $enable-shadows {\n    $result: ();\n\n    @each $value in $shadow {\n      @if $value != null {\n        $result: append($result, $value, \"comma\");\n      }\n      @if $value == none and length($shadow) > 1 {\n        @warn \"The keyword 'none' must be used as a single argument.\";\n      }\n    }\n\n    @if (length($result) > 0) {\n      box-shadow: $result;\n    }\n  }\n}\n"
  },
  {
    "path": "scss/bootstrap/mixins/_breakpoints.scss",
    "content": "// Breakpoint viewport sizes and media queries.\n//\n// Breakpoints are defined as a map of (name: minimum width), order from small to large:\n//\n//    (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px, xxl: 1400px)\n//\n// The map defined in the `$grid-breakpoints` global variable is used as the `$breakpoints` argument by default.\n\n// Name of the next breakpoint, or null for the last breakpoint.\n//\n//    >> breakpoint-next(sm)\n//    md\n//    >> breakpoint-next(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px, xxl: 1400px))\n//    md\n//    >> breakpoint-next(sm, $breakpoint-names: (xs sm md lg xl xxl))\n//    md\n@function breakpoint-next($name, $breakpoints: $grid-breakpoints, $breakpoint-names: map-keys($breakpoints)) {\n  $n: index($breakpoint-names, $name);\n  @if not $n {\n    @error \"breakpoint `#{$name}` not found in `#{$breakpoints}`\";\n  }\n  @return if($n < length($breakpoint-names), nth($breakpoint-names, $n + 1), null);\n}\n\n// Minimum breakpoint width. Null for the smallest (first) breakpoint.\n//\n//    >> breakpoint-min(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px, xxl: 1400px))\n//    576px\n@function breakpoint-min($name, $breakpoints: $grid-breakpoints) {\n  $min: map-get($breakpoints, $name);\n  @return if($min != 0, $min, null);\n}\n\n// Maximum breakpoint width.\n// The maximum value is reduced by 0.02px to work around the limitations of\n// `min-` and `max-` prefixes and viewports with fractional widths.\n// See https://www.w3.org/TR/mediaqueries-4/#mq-min-max\n// Uses 0.02px rather than 0.01px to work around a current rounding bug in Safari.\n// See https://bugs.webkit.org/show_bug.cgi?id=178261\n//\n//    >> breakpoint-max(md, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px, xxl: 1400px))\n//    767.98px\n@function breakpoint-max($name, $breakpoints: $grid-breakpoints) {\n  $max: map-get($breakpoints, $name);\n  @return if($max and $max > 0, $max - .02, null);\n}\n\n// Returns a blank string if smallest breakpoint, otherwise returns the name with a dash in front.\n// Useful for making responsive utilities.\n//\n//    >> breakpoint-infix(xs, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px, xxl: 1400px))\n//    \"\"  (Returns a blank string)\n//    >> breakpoint-infix(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px, xxl: 1400px))\n//    \"-sm\"\n@function breakpoint-infix($name, $breakpoints: $grid-breakpoints) {\n  @return if(breakpoint-min($name, $breakpoints) == null, \"\", \"-#{$name}\");\n}\n\n// Media of at least the minimum breakpoint width. No query for the smallest breakpoint.\n// Makes the @content apply to the given breakpoint and wider.\n@mixin media-breakpoint-up($name, $breakpoints: $grid-breakpoints) {\n  $min: breakpoint-min($name, $breakpoints);\n  @if $min {\n    @media (min-width: $min) {\n      @content;\n    }\n  } @else {\n    @content;\n  }\n}\n\n// Media of at most the maximum breakpoint width. No query for the largest breakpoint.\n// Makes the @content apply to the given breakpoint and narrower.\n@mixin media-breakpoint-down($name, $breakpoints: $grid-breakpoints) {\n  $max: breakpoint-max($name, $breakpoints);\n  @if $max {\n    @media (max-width: $max) {\n      @content;\n    }\n  } @else {\n    @content;\n  }\n}\n\n// Media that spans multiple breakpoint widths.\n// Makes the @content apply between the min and max breakpoints\n@mixin media-breakpoint-between($lower, $upper, $breakpoints: $grid-breakpoints) {\n  $min: breakpoint-min($lower, $breakpoints);\n  $max: breakpoint-max($upper, $breakpoints);\n\n  @if $min != null and $max != null {\n    @media (min-width: $min) and (max-width: $max) {\n      @content;\n    }\n  } @else if $max == null {\n    @include media-breakpoint-up($lower, $breakpoints) {\n      @content;\n    }\n  } @else if $min == null {\n    @include media-breakpoint-down($upper, $breakpoints) {\n      @content;\n    }\n  }\n}\n\n// Media between the breakpoint's minimum and maximum widths.\n// No minimum for the smallest breakpoint, and no maximum for the largest one.\n// Makes the @content apply only to the given breakpoint, not viewports any wider or narrower.\n@mixin media-breakpoint-only($name, $breakpoints: $grid-breakpoints) {\n  $min:  breakpoint-min($name, $breakpoints);\n  $next: breakpoint-next($name, $breakpoints);\n  $max:  breakpoint-max($next, $breakpoints);\n\n  @if $min != null and $max != null {\n    @media (min-width: $min) and (max-width: $max) {\n      @content;\n    }\n  } @else if $max == null {\n    @include media-breakpoint-up($name, $breakpoints) {\n      @content;\n    }\n  } @else if $min == null {\n    @include media-breakpoint-down($next, $breakpoints) {\n      @content;\n    }\n  }\n}\n"
  },
  {
    "path": "scss/bootstrap/mixins/_buttons.scss",
    "content": "// Button variants\n//\n// Easily pump out default styles, as well as :hover, :focus, :active,\n// and disabled options for all buttons\n\n// scss-docs-start btn-variant-mixin\n@mixin button-variant(\n  $background,\n  $border,\n  $color: color-contrast($background),\n  $hover-background: if($color == $color-contrast-light, shade-color($background, $btn-hover-bg-shade-amount), tint-color($background, $btn-hover-bg-tint-amount)),\n  $hover-border: if($color == $color-contrast-light, shade-color($border, $btn-hover-border-shade-amount), tint-color($border, $btn-hover-border-tint-amount)),\n  $hover-color: color-contrast($hover-background),\n  $active-background: if($color == $color-contrast-light, shade-color($background, $btn-active-bg-shade-amount), tint-color($background, $btn-active-bg-tint-amount)),\n  $active-border: if($color == $color-contrast-light, shade-color($border, $btn-active-border-shade-amount), tint-color($border, $btn-active-border-tint-amount)),\n  $active-color: color-contrast($active-background),\n  $disabled-background: $background,\n  $disabled-border: $border,\n  $disabled-color: color-contrast($disabled-background)\n) {\n  --#{$prefix}btn-color: #{$color};\n  --#{$prefix}btn-bg: #{$background};\n  --#{$prefix}btn-border-color: #{$border};\n  --#{$prefix}btn-hover-color: #{$hover-color};\n  --#{$prefix}btn-hover-bg: #{$hover-background};\n  --#{$prefix}btn-hover-border-color: #{$hover-border};\n  --#{$prefix}btn-focus-shadow-rgb: #{to-rgb(mix($color, $border, 15%))};\n  --#{$prefix}btn-active-color: #{$active-color};\n  --#{$prefix}btn-active-bg: #{$active-background};\n  --#{$prefix}btn-active-border-color: #{$active-border};\n  --#{$prefix}btn-active-shadow: #{$btn-active-box-shadow};\n  --#{$prefix}btn-disabled-color: #{$disabled-color};\n  --#{$prefix}btn-disabled-bg: #{$disabled-background};\n  --#{$prefix}btn-disabled-border-color: #{$disabled-border};\n}\n// scss-docs-end btn-variant-mixin\n\n// scss-docs-start btn-outline-variant-mixin\n@mixin button-outline-variant(\n  $color,\n  $color-hover: color-contrast($color),\n  $active-background: $color,\n  $active-border: $color,\n  $active-color: color-contrast($active-background)\n) {\n  --#{$prefix}btn-color: #{$color};\n  --#{$prefix}btn-border-color: #{$color};\n  --#{$prefix}btn-hover-color: #{$color-hover};\n  --#{$prefix}btn-hover-bg: #{$active-background};\n  --#{$prefix}btn-hover-border-color: #{$active-border};\n  --#{$prefix}btn-focus-shadow-rgb: #{to-rgb($color)};\n  --#{$prefix}btn-active-color: #{$active-color};\n  --#{$prefix}btn-active-bg: #{$active-background};\n  --#{$prefix}btn-active-border-color: #{$active-border};\n  --#{$prefix}btn-active-shadow: #{$btn-active-box-shadow};\n  --#{$prefix}btn-disabled-color: #{$color};\n  --#{$prefix}btn-disabled-bg: transparent;\n  --#{$prefix}btn-disabled-border-color: #{$color};\n  --#{$prefix}gradient: none;\n}\n// scss-docs-end btn-outline-variant-mixin\n\n// scss-docs-start btn-size-mixin\n@mixin button-size($padding-y, $padding-x, $font-size, $border-radius) {\n  --#{$prefix}btn-padding-y: #{$padding-y};\n  --#{$prefix}btn-padding-x: #{$padding-x};\n  @include rfs($font-size, --#{$prefix}btn-font-size);\n  --#{$prefix}btn-border-radius: #{$border-radius};\n}\n// scss-docs-end btn-size-mixin\n"
  },
  {
    "path": "scss/bootstrap/mixins/_caret.scss",
    "content": "// scss-docs-start caret-mixins\n@mixin caret-down($width: $caret-width) {\n  border-top: $width solid;\n  border-right: $width solid transparent;\n  border-bottom: 0;\n  border-left: $width solid transparent;\n}\n\n@mixin caret-up($width: $caret-width) {\n  border-top: 0;\n  border-right: $width solid transparent;\n  border-bottom: $width solid;\n  border-left: $width solid transparent;\n}\n\n@mixin caret-end($width: $caret-width) {\n  border-top: $width solid transparent;\n  border-right: 0;\n  border-bottom: $width solid transparent;\n  border-left: $width solid;\n}\n\n@mixin caret-start($width: $caret-width) {\n  border-top: $width solid transparent;\n  border-right: $width solid;\n  border-bottom: $width solid transparent;\n}\n\n@mixin caret(\n  $direction: down,\n  $width: $caret-width,\n  $spacing: $caret-spacing,\n  $vertical-align: $caret-vertical-align\n) {\n  @if $enable-caret {\n    &::after {\n      display: inline-block;\n      margin-left: $spacing;\n      vertical-align: $vertical-align;\n      content: \"\";\n      @if $direction == down {\n        @include caret-down($width);\n      } @else if $direction == up {\n        @include caret-up($width);\n      } @else if $direction == end {\n        @include caret-end($width);\n      }\n    }\n\n    @if $direction == start {\n      &::after {\n        display: none;\n      }\n\n      &::before {\n        display: inline-block;\n        margin-right: $spacing;\n        vertical-align: $vertical-align;\n        content: \"\";\n        @include caret-start($width);\n      }\n    }\n\n    &:empty::after {\n      margin-left: 0;\n    }\n  }\n}\n// scss-docs-end caret-mixins\n"
  },
  {
    "path": "scss/bootstrap/mixins/_clearfix.scss",
    "content": "// scss-docs-start clearfix\n@mixin clearfix() {\n  &::after {\n    display: block;\n    clear: both;\n    content: \"\";\n  }\n}\n// scss-docs-end clearfix\n"
  },
  {
    "path": "scss/bootstrap/mixins/_color-mode.scss",
    "content": "// scss-docs-start color-mode-mixin\n@mixin color-mode($mode: light, $root: false) {\n  @if $color-mode-type == \"media-query\" {\n    @if $root == true {\n      @media (prefers-color-scheme: $mode) {\n        :root {\n          @content;\n        }\n      }\n    } @else {\n      @media (prefers-color-scheme: $mode) {\n        @content;\n      }\n    }\n  } @else {\n    [data-bs-theme=\"#{$mode}\"] {\n      @content;\n    }\n  }\n}\n// scss-docs-end color-mode-mixin\n"
  },
  {
    "path": "scss/bootstrap/mixins/_color-scheme.scss",
    "content": "// scss-docs-start mixin-color-scheme\n@mixin color-scheme($name) {\n  @media (prefers-color-scheme: #{$name}) {\n    @content;\n  }\n}\n// scss-docs-end mixin-color-scheme\n"
  },
  {
    "path": "scss/bootstrap/mixins/_container.scss",
    "content": "// Container mixins\n\n@mixin make-container($gutter: $container-padding-x) {\n  --#{$prefix}gutter-x: #{$gutter};\n  --#{$prefix}gutter-y: 0;\n  width: 100%;\n  padding-right: calc(var(--#{$prefix}gutter-x) * .5); // stylelint-disable-line function-disallowed-list\n  padding-left: calc(var(--#{$prefix}gutter-x) * .5); // stylelint-disable-line function-disallowed-list\n  margin-right: auto;\n  margin-left: auto;\n}\n"
  },
  {
    "path": "scss/bootstrap/mixins/_deprecate.scss",
    "content": "// Deprecate mixin\n//\n// This mixin can be used to deprecate mixins or functions.\n// `$enable-deprecation-messages` is a global variable, `$ignore-warning` is a variable that can be passed to\n// some deprecated mixins to suppress the warning (for example if the mixin is still be used in the current version of Bootstrap)\n@mixin deprecate($name, $deprecate-version, $remove-version, $ignore-warning: false) {\n  @if ($enable-deprecation-messages != false and $ignore-warning != true) {\n    @warn \"#{$name} has been deprecated as of #{$deprecate-version}. It will be removed entirely in #{$remove-version}.\";\n  }\n}\n"
  },
  {
    "path": "scss/bootstrap/mixins/_forms.scss",
    "content": "// This mixin uses an `if()` technique to be compatible with Dart Sass\n// See https://github.com/sass/sass/issues/1873#issuecomment-152293725 for more details\n\n// scss-docs-start form-validation-mixins\n@mixin form-validation-state-selector($state) {\n  @if ($state == \"valid\" or $state == \"invalid\") {\n    .was-validated #{if(&, \"&\", \"\")}:#{$state},\n    #{if(&, \"&\", \"\")}.is-#{$state} {\n      @content;\n    }\n  } @else {\n    #{if(&, \"&\", \"\")}.is-#{$state} {\n      @content;\n    }\n  }\n}\n\n@mixin form-validation-state(\n  $state,\n  $color,\n  $icon,\n  $tooltip-color: color-contrast($color),\n  $tooltip-bg-color: rgba($color, $form-feedback-tooltip-opacity),\n  $focus-box-shadow: 0 0 $input-btn-focus-blur $input-focus-width rgba($color, $input-btn-focus-color-opacity),\n  $border-color: $color\n) {\n  .#{$state}-feedback {\n    display: none;\n    width: 100%;\n    margin-top: $form-feedback-margin-top;\n    @include font-size($form-feedback-font-size);\n    font-style: $form-feedback-font-style;\n    color: $color;\n  }\n\n  .#{$state}-tooltip {\n    position: absolute;\n    top: 100%;\n    z-index: 5;\n    display: none;\n    max-width: 100%; // Contain to parent when possible\n    padding: $form-feedback-tooltip-padding-y $form-feedback-tooltip-padding-x;\n    margin-top: .1rem;\n    @include font-size($form-feedback-tooltip-font-size);\n    line-height: $form-feedback-tooltip-line-height;\n    color: $tooltip-color;\n    background-color: $tooltip-bg-color;\n    @include border-radius($form-feedback-tooltip-border-radius);\n  }\n\n  @include form-validation-state-selector($state) {\n    ~ .#{$state}-feedback,\n    ~ .#{$state}-tooltip {\n      display: block;\n    }\n  }\n\n  .form-control {\n    @include form-validation-state-selector($state) {\n      border-color: $border-color;\n\n      @if $enable-validation-icons {\n        padding-right: $input-height-inner;\n        background-image: escape-svg($icon);\n        background-repeat: no-repeat;\n        background-position: right $input-height-inner-quarter center;\n        background-size: $input-height-inner-half $input-height-inner-half;\n      }\n\n      &:focus {\n        border-color: $border-color;\n        @if $enable-shadows {\n          @include box-shadow($input-box-shadow, $focus-box-shadow);\n        } @else {\n          // Avoid using mixin so we can pass custom focus shadow properly\n          box-shadow: $focus-box-shadow;\n        }\n      }\n    }\n  }\n\n  // stylelint-disable-next-line selector-no-qualifying-type\n  textarea.form-control {\n    @include form-validation-state-selector($state) {\n      @if $enable-validation-icons {\n        padding-right: $input-height-inner;\n        background-position: top $input-height-inner-quarter right $input-height-inner-quarter;\n      }\n    }\n  }\n\n  .form-select {\n    @include form-validation-state-selector($state) {\n      border-color: $border-color;\n\n      @if $enable-validation-icons {\n        &:not([multiple]):not([size]),\n        &:not([multiple])[size=\"1\"] {\n          --#{$prefix}form-select-bg-icon: #{escape-svg($icon)};\n          padding-right: $form-select-feedback-icon-padding-end;\n          background-position: $form-select-bg-position, $form-select-feedback-icon-position;\n          background-size: $form-select-bg-size, $form-select-feedback-icon-size;\n        }\n      }\n\n      &:focus {\n        border-color: $border-color;\n        @if $enable-shadows {\n          @include box-shadow($form-select-box-shadow, $focus-box-shadow);\n        } @else {\n          // Avoid using mixin so we can pass custom focus shadow properly\n          box-shadow: $focus-box-shadow;\n        }\n      }\n    }\n  }\n\n  .form-control-color {\n    @include form-validation-state-selector($state) {\n      @if $enable-validation-icons {\n        width: add($form-color-width, $input-height-inner);\n      }\n    }\n  }\n\n  .form-check-input {\n    @include form-validation-state-selector($state) {\n      border-color: $border-color;\n\n      &:checked {\n        background-color: $color;\n      }\n\n      &:focus {\n        box-shadow: $focus-box-shadow;\n      }\n\n      ~ .form-check-label {\n        color: $color;\n      }\n    }\n  }\n  .form-check-inline .form-check-input {\n    ~ .#{$state}-feedback {\n      margin-left: .5em;\n    }\n  }\n\n  .input-group {\n    > .form-control:not(:focus),\n    > .form-select:not(:focus),\n    > .form-floating:not(:focus-within) {\n      @include form-validation-state-selector($state) {\n        @if $state == \"valid\" {\n          z-index: 3;\n        } @else if $state == \"invalid\" {\n          z-index: 4;\n        }\n      }\n    }\n  }\n}\n// scss-docs-end form-validation-mixins\n"
  },
  {
    "path": "scss/bootstrap/mixins/_gradients.scss",
    "content": "// Gradients\n\n// scss-docs-start gradient-bg-mixin\n@mixin gradient-bg($color: null) {\n  background-color: $color;\n\n  @if $enable-gradients {\n    background-image: var(--#{$prefix}gradient);\n  }\n}\n// scss-docs-end gradient-bg-mixin\n\n// scss-docs-start gradient-mixins\n// Horizontal gradient, from left to right\n//\n// Creates two color stops, start and end, by specifying a color and position for each color stop.\n@mixin gradient-x($start-color: $gray-700, $end-color: $gray-800, $start-percent: 0%, $end-percent: 100%) {\n  background-image: linear-gradient(to right, $start-color $start-percent, $end-color $end-percent);\n}\n\n// Vertical gradient, from top to bottom\n//\n// Creates two color stops, start and end, by specifying a color and position for each color stop.\n@mixin gradient-y($start-color: $gray-700, $end-color: $gray-800, $start-percent: null, $end-percent: null) {\n  background-image: linear-gradient(to bottom, $start-color $start-percent, $end-color $end-percent);\n}\n\n@mixin gradient-directional($start-color: $gray-700, $end-color: $gray-800, $deg: 45deg) {\n  background-image: linear-gradient($deg, $start-color, $end-color);\n}\n\n@mixin gradient-x-three-colors($start-color: $blue, $mid-color: $purple, $color-stop: 50%, $end-color: $red) {\n  background-image: linear-gradient(to right, $start-color, $mid-color $color-stop, $end-color);\n}\n\n@mixin gradient-y-three-colors($start-color: $blue, $mid-color: $purple, $color-stop: 50%, $end-color: $red) {\n  background-image: linear-gradient($start-color, $mid-color $color-stop, $end-color);\n}\n\n@mixin gradient-radial($inner-color: $gray-700, $outer-color: $gray-800) {\n  background-image: radial-gradient(circle, $inner-color, $outer-color);\n}\n\n@mixin gradient-striped($color: rgba($white, .15), $angle: 45deg) {\n  background-image: linear-gradient($angle, $color 25%, transparent 25%, transparent 50%, $color 50%, $color 75%, transparent 75%, transparent);\n}\n// scss-docs-end gradient-mixins\n"
  },
  {
    "path": "scss/bootstrap/mixins/_grid.scss",
    "content": "// Grid system\n//\n// Generate semantic grid columns with these mixins.\n\n@mixin make-row($gutter: $grid-gutter-width) {\n  --#{$prefix}gutter-x: #{$gutter};\n  --#{$prefix}gutter-y: 0;\n  display: flex;\n  flex-wrap: wrap;\n  // TODO: Revisit calc order after https://github.com/react-bootstrap/react-bootstrap/issues/6039 is fixed\n  margin-top: calc(-1 * var(--#{$prefix}gutter-y)); // stylelint-disable-line function-disallowed-list\n  margin-right: calc(-.5 * var(--#{$prefix}gutter-x)); // stylelint-disable-line function-disallowed-list\n  margin-left: calc(-.5 * var(--#{$prefix}gutter-x)); // stylelint-disable-line function-disallowed-list\n}\n\n@mixin make-col-ready() {\n  // Add box sizing if only the grid is loaded\n  box-sizing: if(variable-exists(include-column-box-sizing) and $include-column-box-sizing, border-box, null);\n  // Prevent columns from becoming too narrow when at smaller grid tiers by\n  // always setting `width: 100%;`. This works because we set the width\n  // later on to override this initial width.\n  flex-shrink: 0;\n  width: 100%;\n  max-width: 100%; // Prevent `.col-auto`, `.col` (& responsive variants) from breaking out the grid\n  padding-right: calc(var(--#{$prefix}gutter-x) * .5); // stylelint-disable-line function-disallowed-list\n  padding-left: calc(var(--#{$prefix}gutter-x) * .5); // stylelint-disable-line function-disallowed-list\n  margin-top: var(--#{$prefix}gutter-y);\n}\n\n@mixin make-col($size: false, $columns: $grid-columns) {\n  @if $size {\n    flex: 0 0 auto;\n    width: percentage(divide($size, $columns));\n\n  } @else {\n    flex: 1 1 0;\n    max-width: 100%;\n  }\n}\n\n@mixin make-col-auto() {\n  flex: 0 0 auto;\n  width: auto;\n}\n\n@mixin make-col-offset($size, $columns: $grid-columns) {\n  $num: divide($size, $columns);\n  margin-left: if($num == 0, 0, percentage($num));\n}\n\n// Row columns\n//\n// Specify on a parent element(e.g., .row) to force immediate children into NN\n// number of columns. Supports wrapping to new lines, but does not do a Masonry\n// style grid.\n@mixin row-cols($count) {\n  > * {\n    flex: 0 0 auto;\n    width: percentage(divide(1, $count));\n  }\n}\n\n// Framework grid generation\n//\n// Used only by Bootstrap to generate the correct number of grid classes given\n// any value of `$grid-columns`.\n\n@mixin make-grid-columns($columns: $grid-columns, $gutter: $grid-gutter-width, $breakpoints: $grid-breakpoints) {\n  @each $breakpoint in map-keys($breakpoints) {\n    $infix: breakpoint-infix($breakpoint, $breakpoints);\n\n    @include media-breakpoint-up($breakpoint, $breakpoints) {\n      // Provide basic `.col-{bp}` classes for equal-width flexbox columns\n      .col#{$infix} {\n        flex: 1 0 0%; // Flexbugs #4: https://github.com/philipwalton/flexbugs#flexbug-4\n      }\n\n      .row-cols#{$infix}-auto > * {\n        @include make-col-auto();\n      }\n\n      @if $grid-row-columns > 0 {\n        @for $i from 1 through $grid-row-columns {\n          .row-cols#{$infix}-#{$i} {\n            @include row-cols($i);\n          }\n        }\n      }\n\n      .col#{$infix}-auto {\n        @include make-col-auto();\n      }\n\n      @if $columns > 0 {\n        @for $i from 1 through $columns {\n          .col#{$infix}-#{$i} {\n            @include make-col($i, $columns);\n          }\n        }\n\n        // `$columns - 1` because offsetting by the width of an entire row isn't possible\n        @for $i from 0 through ($columns - 1) {\n          @if not ($infix == \"\" and $i == 0) { // Avoid emitting useless .offset-0\n            .offset#{$infix}-#{$i} {\n              @include make-col-offset($i, $columns);\n            }\n          }\n        }\n      }\n\n      // Gutters\n      //\n      // Make use of `.g-*`, `.gx-*` or `.gy-*` utilities to change spacing between the columns.\n      @each $key, $value in $gutters {\n        .g#{$infix}-#{$key},\n        .gx#{$infix}-#{$key} {\n          --#{$prefix}gutter-x: #{$value};\n        }\n\n        .g#{$infix}-#{$key},\n        .gy#{$infix}-#{$key} {\n          --#{$prefix}gutter-y: #{$value};\n        }\n      }\n    }\n  }\n}\n\n@mixin make-cssgrid($columns: $grid-columns, $breakpoints: $grid-breakpoints) {\n  @each $breakpoint in map-keys($breakpoints) {\n    $infix: breakpoint-infix($breakpoint, $breakpoints);\n\n    @include media-breakpoint-up($breakpoint, $breakpoints) {\n      @if $columns > 0 {\n        @for $i from 1 through $columns {\n          .g-col#{$infix}-#{$i} {\n            grid-column: auto / span $i;\n          }\n        }\n\n        // Start with `1` because `0` is an invalid value.\n        // Ends with `$columns - 1` because offsetting by the width of an entire row isn't possible.\n        @for $i from 1 through ($columns - 1) {\n          .g-start#{$infix}-#{$i} {\n            grid-column-start: $i;\n          }\n        }\n      }\n    }\n  }\n}\n"
  },
  {
    "path": "scss/bootstrap/mixins/_image.scss",
    "content": "// Image Mixins\n// - Responsive image\n// - Retina image\n\n\n// Responsive image\n//\n// Keep images from scaling beyond the width of their parents.\n\n@mixin img-fluid {\n  // Part 1: Set a maximum relative to the parent\n  max-width: 100%;\n  // Part 2: Override the height to auto, otherwise images will be stretched\n  // when setting a width and height attribute on the img element.\n  height: auto;\n}\n"
  },
  {
    "path": "scss/bootstrap/mixins/_list-group.scss",
    "content": "@include deprecate(\"`list-group-item-variant()`\", \"v5.3.0\", \"v6.0.0\");\n\n// List Groups\n\n// scss-docs-start list-group-mixin\n@mixin list-group-item-variant($state, $background, $color) {\n  .list-group-item-#{$state} {\n    color: $color;\n    background-color: $background;\n\n    &.list-group-item-action {\n      &:hover,\n      &:focus {\n        color: $color;\n        background-color: shade-color($background, 10%);\n      }\n\n      &.active {\n        color: $white;\n        background-color: $color;\n        border-color: $color;\n      }\n    }\n  }\n}\n// scss-docs-end list-group-mixin\n"
  },
  {
    "path": "scss/bootstrap/mixins/_lists.scss",
    "content": "// Lists\n\n// Unstyled keeps list items block level, just removes default browser padding and list-style\n@mixin list-unstyled {\n  padding-left: 0;\n  list-style: none;\n}\n"
  },
  {
    "path": "scss/bootstrap/mixins/_pagination.scss",
    "content": "// Pagination\n\n// scss-docs-start pagination-mixin\n@mixin pagination-size($padding-y, $padding-x, $font-size, $border-radius) {\n  --#{$prefix}pagination-padding-x: #{$padding-x};\n  --#{$prefix}pagination-padding-y: #{$padding-y};\n  @include rfs($font-size, --#{$prefix}pagination-font-size);\n  --#{$prefix}pagination-border-radius: #{$border-radius};\n}\n// scss-docs-end pagination-mixin\n"
  },
  {
    "path": "scss/bootstrap/mixins/_reset-text.scss",
    "content": "@mixin reset-text {\n  font-family: $font-family-base;\n  // We deliberately do NOT reset font-size or overflow-wrap / word-wrap.\n  font-style: normal;\n  font-weight: $font-weight-normal;\n  line-height: $line-height-base;\n  text-align: left; // Fallback for where `start` is not supported\n  text-align: start;\n  text-decoration: none;\n  text-shadow: none;\n  text-transform: none;\n  letter-spacing: normal;\n  word-break: normal;\n  white-space: normal;\n  word-spacing: normal;\n  line-break: auto;\n}\n"
  },
  {
    "path": "scss/bootstrap/mixins/_resize.scss",
    "content": "// Resize anything\n\n@mixin resizable($direction) {\n  overflow: auto; // Per CSS3 UI, `resize` only applies when `overflow` isn't `visible`\n  resize: $direction; // Options: horizontal, vertical, both\n}\n"
  },
  {
    "path": "scss/bootstrap/mixins/_table-variants.scss",
    "content": "// scss-docs-start table-variant\n@mixin table-variant($state, $background) {\n  .table-#{$state} {\n    $color: color-contrast(opaque($body-bg, $background));\n    $hover-bg: mix($color, $background, percentage($table-hover-bg-factor));\n    $striped-bg: mix($color, $background, percentage($table-striped-bg-factor));\n    $active-bg: mix($color, $background, percentage($table-active-bg-factor));\n    $table-border-color: mix($color, $background, percentage($table-border-factor));\n\n    --#{$prefix}table-color: #{$color};\n    --#{$prefix}table-bg: #{$background};\n    --#{$prefix}table-border-color: #{$table-border-color};\n    --#{$prefix}table-striped-bg: #{$striped-bg};\n    --#{$prefix}table-striped-color: #{color-contrast($striped-bg)};\n    --#{$prefix}table-active-bg: #{$active-bg};\n    --#{$prefix}table-active-color: #{color-contrast($active-bg)};\n    --#{$prefix}table-hover-bg: #{$hover-bg};\n    --#{$prefix}table-hover-color: #{color-contrast($hover-bg)};\n\n    color: var(--#{$prefix}table-color);\n    border-color: var(--#{$prefix}table-border-color);\n  }\n}\n// scss-docs-end table-variant\n"
  },
  {
    "path": "scss/bootstrap/mixins/_text-truncate.scss",
    "content": "// Text truncate\n// Requires inline-block or block for proper styling\n\n@mixin text-truncate() {\n  overflow: hidden;\n  text-overflow: ellipsis;\n  white-space: nowrap;\n}\n"
  },
  {
    "path": "scss/bootstrap/mixins/_transition.scss",
    "content": "// stylelint-disable property-disallowed-list\n@mixin transition($transition...) {\n  @if length($transition) == 0 {\n    $transition: $transition-base;\n  }\n\n  @if length($transition) > 1 {\n    @each $value in $transition {\n      @if $value == null or $value == none {\n        @warn \"The keyword 'none' or 'null' must be used as a single argument.\";\n      }\n    }\n  }\n\n  @if $enable-transitions {\n    @if nth($transition, 1) != null {\n      transition: $transition;\n    }\n\n    @if $enable-reduced-motion and nth($transition, 1) != null and nth($transition, 1) != none {\n      @media (prefers-reduced-motion: reduce) {\n        transition: none;\n      }\n    }\n  }\n}\n"
  },
  {
    "path": "scss/bootstrap/mixins/_utilities.scss",
    "content": "// Utility generator\n// Used to generate utilities & print utilities\n@mixin generate-utility($utility, $infix: \"\", $is-rfs-media-query: false) {\n  $values: map-get($utility, values);\n\n  // If the values are a list or string, convert it into a map\n  @if type-of($values) == \"string\" or type-of(nth($values, 1)) != \"list\" {\n    $values: zip($values, $values);\n  }\n\n  @each $key, $value in $values {\n    $properties: map-get($utility, property);\n\n    // Multiple properties are possible, for example with vertical or horizontal margins or paddings\n    @if type-of($properties) == \"string\" {\n      $properties: append((), $properties);\n    }\n\n    // Use custom class if present\n    $property-class: if(map-has-key($utility, class), map-get($utility, class), nth($properties, 1));\n    $property-class: if($property-class == null, \"\", $property-class);\n\n    // Use custom CSS variable name if present, otherwise default to `class`\n    $css-variable-name: if(map-has-key($utility, css-variable-name), map-get($utility, css-variable-name), map-get($utility, class));\n\n    // State params to generate pseudo-classes\n    $state: if(map-has-key($utility, state), map-get($utility, state), ());\n\n    $infix: if($property-class == \"\" and str-slice($infix, 1, 1) == \"-\", str-slice($infix, 2), $infix);\n\n    // Don't prefix if value key is null (e.g. with shadow class)\n    $property-class-modifier: if($key, if($property-class == \"\" and $infix == \"\", \"\", \"-\") + $key, \"\");\n\n    @if map-get($utility, rfs) {\n      // Inside the media query\n      @if $is-rfs-media-query {\n        $val: rfs-value($value);\n\n        // Do not render anything if fluid and non fluid values are the same\n        $value: if($val == rfs-fluid-value($value), null, $val);\n      }\n      @else {\n        $value: rfs-fluid-value($value);\n      }\n    }\n\n    $is-css-var: map-get($utility, css-var);\n    $is-local-vars: map-get($utility, local-vars);\n    $is-rtl: map-get($utility, rtl);\n\n    @if $value != null {\n      @if $is-rtl == false {\n        /* rtl:begin:remove */\n      }\n\n      @if $is-css-var {\n        .#{$property-class + $infix + $property-class-modifier} {\n          --#{$prefix}#{$css-variable-name}: #{$value};\n        }\n\n        @each $pseudo in $state {\n          .#{$property-class + $infix + $property-class-modifier}-#{$pseudo}:#{$pseudo} {\n            --#{$prefix}#{$css-variable-name}: #{$value};\n          }\n        }\n      } @else {\n        .#{$property-class + $infix + $property-class-modifier} {\n          @each $property in $properties {\n            @if $is-local-vars {\n              @each $local-var, $variable in $is-local-vars {\n                --#{$prefix}#{$local-var}: #{$variable};\n              }\n            }\n            #{$property}: $value if($enable-important-utilities, !important, null);\n          }\n        }\n\n        @each $pseudo in $state {\n          .#{$property-class + $infix + $property-class-modifier}-#{$pseudo}:#{$pseudo} {\n            @each $property in $properties {\n              @if $is-local-vars {\n                @each $local-var, $variable in $is-local-vars {\n                  --#{$prefix}#{$local-var}: #{$variable};\n                }\n              }\n              #{$property}: $value if($enable-important-utilities, !important, null);\n            }\n          }\n        }\n      }\n\n      @if $is-rtl == false {\n        /* rtl:end:remove */\n      }\n    }\n  }\n}\n"
  },
  {
    "path": "scss/bootstrap/mixins/_visually-hidden.scss",
    "content": "// stylelint-disable declaration-no-important\n\n// Hide content visually while keeping it accessible to assistive technologies\n//\n// See: https://www.a11yproject.com/posts/2013-01-11-how-to-hide-content/\n// See: https://kittygiraudel.com/2016/10/13/css-hide-and-seek/\n\n@mixin visually-hidden() {\n  width: 1px !important;\n  height: 1px !important;\n  padding: 0 !important;\n  margin: -1px !important; // Fix for https://github.com/twbs/bootstrap/issues/25686\n  overflow: hidden !important;\n  clip: rect(0, 0, 0, 0) !important;\n  white-space: nowrap !important;\n  border: 0 !important;\n\n  // Fix for positioned table caption that could become anonymous cells\n  &:not(caption) {\n    position: absolute !important;\n  }\n}\n\n// Use to only display content when it's focused, or one of its child elements is focused\n// (i.e. when focus is within the element/container that the class was applied to)\n//\n// Useful for \"Skip to main content\" links; see https://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1\n\n@mixin visually-hidden-focusable() {\n  &:not(:focus):not(:focus-within) {\n    @include visually-hidden();\n  }\n}\n"
  },
  {
    "path": "scss/bootstrap/tests/jasmine.js",
    "content": "/* eslint-disable camelcase */\n\n'use strict'\n\nconst path = require('node:path')\n\nmodule.exports = {\n  spec_dir: 'scss',\n  // Make Jasmine look for `.test.scss` files\n  spec_files: ['**/*.{test,spec}.scss'],\n  // Compile them into JS scripts running `sass-true`\n  requires: [path.join(__dirname, 'sass-true/register')],\n  // Ensure we use `require` so that the require.extensions works\n  // as `import` completely bypasses it\n  jsLoader: 'require'\n}\n"
  },
  {
    "path": "scss/bootstrap/tests/mixins/_auto-import-of-variables-dark.test.scss",
    "content": "// TODO: this file can be removed safely in v6 when `@import \"variables-dark\"` will be removed at the end of _variables.scss\n\n@import \"../../functions\";\n@import \"../../variables\";\n// Voluntarily not importing _variables-dark.scss\n@import \"../../maps\";\n@import \"../../mixins\";\n"
  },
  {
    "path": "scss/bootstrap/tests/mixins/_color-modes.test.scss",
    "content": "// stylelint-disable selector-attribute-quotes\n\n@import \"../../functions\";\n@import \"../../variables\";\n@import \"../../variables-dark\";\n@import \"../../maps\";\n@import \"../../mixins\";\n\n@include describe(\"global $color-mode-type: data\") {\n  @include it(\"generates data attribute selectors for dark mode\") {\n    @include assert() {\n      @include output() {\n        @include color-mode(dark) {\n          .element {\n            color: var(--bs-primary-text-emphasis);\n            background-color: var(--bs-primary-bg-subtle);\n          }\n        }\n        @include color-mode(dark, true) {\n          --custom-color: #{mix($indigo, $blue, 50%)};\n        }\n      }\n      @include expect() {\n        [data-bs-theme=dark] .element {\n          color: var(--bs-primary-text-emphasis);\n          background-color: var(--bs-primary-bg-subtle);\n        }\n        [data-bs-theme=dark] {\n          --custom-color: #3a3ff8;\n        }\n      }\n    }\n  }\n}\n\n@include describe(\"global $color-mode-type: media-query\") {\n  @include it(\"generates media queries for dark mode\") {\n    $color-mode-type: media-query !global;\n\n    @include assert() {\n      @include output() {\n        @include color-mode(dark) {\n          .element {\n            color: var(--bs-primary-text-emphasis);\n            background-color: var(--bs-primary-bg-subtle);\n          }\n        }\n        @include color-mode(dark, true) {\n          --custom-color: #{mix($indigo, $blue, 50%)};\n        }\n      }\n      @include expect() {\n        @media (prefers-color-scheme: dark) {\n          .element {\n            color: var(--bs-primary-text-emphasis);\n            background-color: var(--bs-primary-bg-subtle);\n          }\n        }\n        @media (prefers-color-scheme: dark) {\n          :root {\n            --custom-color: #3a3ff8;\n          }\n        }\n      }\n    }\n\n    $color-mode-type: data !global;\n  }\n}\n"
  },
  {
    "path": "scss/bootstrap/tests/mixins/_media-query-color-mode-full.test.scss",
    "content": "$color-mode-type: media-query;\n\n@import \"../../bootstrap\";\n\n@include describe(\"global $color-mode-type: media-query\") {\n  @include it(\"compiles entirely Bootstrap CSS with media-query color mode\") { // stylelint-disable-line block-no-empty\n  }\n}\n"
  },
  {
    "path": "scss/bootstrap/tests/mixins/_utilities.test.scss",
    "content": "$prefix: bs-;\n$enable-important-utilities: false;\n\n// Important: Do not import rfs to check that the mixin just calls the appropriate functions from it\n@import \"../../mixins/utilities\";\n\n@mixin test-generate-utility($params...) {\n  @include assert() {\n    @include output() {\n      @include generate-utility($params...);\n    }\n\n    @include expect() {\n      @content;\n    }\n  }\n}\n\n@include describe(generate-utility) {\n  @include it(\"generates a utility class for each value\") {\n    @include test-generate-utility(\n      (\n        property: \"padding\",\n        values: (small: .5rem, large: 2rem)\n      )\n    ) {\n      .padding-small {\n        padding: .5rem;\n      }\n\n      .padding-large {\n        padding: 2rem;\n      }\n    }\n  }\n\n  @include describe(\"global $enable-important-utilities: true\") {\n    @include it(\"sets !important\") {\n      $enable-important-utilities: true !global;\n\n      @include test-generate-utility(\n        (\n          property: \"padding\",\n          values: (small: .5rem, large: 2rem)\n        )\n      ) {\n        .padding-small {\n          padding: .5rem !important;\n        }\n\n        .padding-large {\n          padding: 2rem !important;\n        }\n      }\n\n      $enable-important-utilities: false !global;\n    }\n  }\n\n  @include describe(\"$utility\") {\n    @include describe(\"values\") {\n      @include it(\"supports null keys\") {\n        @include test-generate-utility(\n          (\n            property: \"padding\",\n            values: (null: 1rem, small: .5rem, large: 2rem)\n          ),\n        ) {\n          .padding {\n            padding: 1rem;\n          }\n\n          .padding-small {\n            padding: .5rem;\n          }\n\n          .padding-large {\n            padding: 2rem;\n          }\n        }\n      }\n\n      @include it(\"ignores null values\") {\n        @include test-generate-utility(\n          (\n            property: \"padding\",\n            values: (small: null, large: 2rem)\n          )\n        ) {\n          .padding-large {\n            padding: 2rem;\n          }\n        }\n      }\n\n      @include it(\"supports lists\") {\n        @include test-generate-utility(\n          (\n            property: \"padding\",\n            values: 1rem 2rem\n          )\n        ) {\n          .padding-1rem {\n            padding: 1rem;\n          }\n\n          .padding-2rem {\n            padding: 2rem;\n          }\n        }\n      }\n\n      @include it(\"supports single values\") {\n        @include test-generate-utility(\n          (\n            property: padding,\n            values: 1rem\n          )\n        ) {\n          .padding-1rem {\n            padding: 1rem;\n          }\n        }\n      }\n    }\n\n    @include describe(\"class & property\") {\n      @include it(\"adds each property to the declaration\") {\n        @include test-generate-utility(\n          (\n            class: padding-x,\n            property: padding-inline-start padding-inline-end,\n            values: 1rem\n          )\n        ) {\n          .padding-x-1rem {\n            padding-inline-start: 1rem;\n            padding-inline-end: 1rem;\n          }\n        }\n      }\n\n      @include it(\"uses the first property as class name\") {\n        @include test-generate-utility(\n          (\n            property: padding-inline-start padding-inline-end,\n            values: 1rem\n          )\n        ) {\n          .padding-inline-start-1rem {\n            padding-inline-start: 1rem;\n            padding-inline-end: 1rem;\n          }\n        }\n      }\n\n      @include it(\"supports a null class to create classes straight from the values\") {\n        @include test-generate-utility(\n          (\n            property: visibility,\n            class: null,\n            values: (\n              visible: visible,\n              invisible: hidden,\n            )\n          )\n        ) {\n          .visible {\n            visibility: visible;\n          }\n\n          .invisible {\n            visibility: hidden;\n          }\n        }\n      }\n    }\n\n    @include describe(\"state\") {\n      @include it(\"Generates selectors for each states\") {\n        @include test-generate-utility(\n          (\n            property: padding,\n            values: 1rem,\n            state: hover focus,\n          )\n        ) {\n          .padding-1rem {\n            padding: 1rem;\n          }\n\n          .padding-1rem-hover:hover {\n            padding: 1rem;\n          }\n\n          .padding-1rem-focus:focus {\n            padding: 1rem;\n          }\n        }\n      }\n    }\n\n    @include describe(\"css-var\"){\n      @include it(\"sets a CSS variable instead of the property\") {\n        @include test-generate-utility(\n          (\n            property: padding,\n            css-variable-name: padding,\n            css-var: true,\n            values: 1rem 2rem\n          )\n        ) {\n          .padding-1rem {\n            --bs-padding: 1rem;\n          }\n\n          .padding-2rem {\n            --bs-padding: 2rem;\n          }\n        }\n      }\n\n      @include it(\"defaults to class\") {\n        @include test-generate-utility(\n          (\n            property: padding,\n            class: padding,\n            css-var: true,\n            values: 1rem 2rem\n          )\n        ) {\n          .padding-1rem {\n            --bs-padding: 1rem;\n          }\n\n          .padding-2rem {\n            --bs-padding: 2rem;\n          }\n        }\n      }\n    }\n\n    @include describe(\"local-vars\") {\n      @include it(\"generates the listed variables\") {\n        @include test-generate-utility(\n          (\n            property: color,\n            class: desaturated-color,\n            local-vars: (\n              color-opacity: 1,\n              color-saturation: .25\n            ),\n            values: (\n              blue: hsla(192deg, var(--bs-color-saturation), 0, var(--bs-color-opacity))\n            )\n          )\n        ) {\n          .desaturated-color-blue {\n            --bs-color-opacity: 1;\n            // Sass compilation will put a leading zero so we want to keep that one\n            // stylelint-disable-next-line @stylistic/number-leading-zero\n            --bs-color-saturation: 0.25;\n            color: hsla(192deg, var(--bs-color-saturation), 0, var(--bs-color-opacity));\n          }\n        }\n      }\n    }\n\n    @include describe(\"css-var & state\") {\n      @include it(\"Generates a rule with for each state with a CSS variable\") {\n        @include test-generate-utility(\n          (\n            property: padding,\n            css-var: true,\n            css-variable-name: padding,\n            values: 1rem,\n            state: hover focus,\n          )\n        ) {\n          .padding-1rem {\n            --bs-padding: 1rem;\n          }\n\n          .padding-1rem-hover:hover {\n            --bs-padding: 1rem;\n          }\n\n          .padding-1rem-focus:focus {\n            --bs-padding: 1rem;\n          }\n        }\n      }\n    }\n\n    @include describe(\"rtl\") {\n      @include it(\"sets up RTLCSS for removal when false\") {\n        @include test-generate-utility(\n          (\n            property: padding,\n            values: 1rem,\n            rtl: false\n          )\n        ) {\n          /* rtl:begin:remove */\n\n          .padding-1rem {\n            padding: 1rem;\n          }\n\n          /* rtl:end:remove */\n\n        }\n      }\n    }\n\n    @include describe(\"rfs\") {\n      @include it(\"sets the fluid value when not inside media query\") {\n        @include test-generate-utility(\n          (\n            property: padding,\n            values: 1rem,\n            rfs: true\n          )\n        ) {\n          .padding-1rem {\n            padding: rfs-fluid-value(1rem);\n          }\n        }\n      }\n\n      @include it(\"sets the value when inside the media query\") {\n        @include test-generate-utility(\n          (\n            property: padding,\n            values: 1rem,\n            rfs: true\n          ),\n          $is-rfs-media-query: true\n        ) {\n          .padding-1rem {\n            padding: rfs-value(1rem);\n          }\n        }\n      }\n    }\n  }\n\n  @include describe(\"$infix\") {\n    @include it(\"inserts the given infix\") {\n      @include test-generate-utility(\n        (\n          property: \"padding\",\n          values: (null: 1rem, small: .5rem, large: 2rem)\n        ),\n        $infix: -sm\n      ) {\n        .padding-sm {\n          padding: 1rem;\n        }\n\n        .padding-sm-small {\n          padding: .5rem;\n        }\n\n        .padding-sm-large {\n          padding: 2rem;\n        }\n      }\n    }\n\n    @include it(\"strips leading - if class is null\") {\n      @include test-generate-utility(\n        (\n          property: visibility,\n          class: null,\n          values: (\n            visible: visible,\n            invisible: hidden,\n          )\n        ),\n        -sm\n      ) {\n        .sm-visible {\n          visibility: visible;\n        }\n\n        .sm-invisible {\n          visibility: hidden;\n        }\n      }\n    }\n  }\n}\n"
  },
  {
    "path": "scss/bootstrap/tests/sass-true/register.js",
    "content": "'use strict'\n\nconst path = require('node:path')\n\nconst runnerPath = path.join(__dirname, 'runner').replace(/\\\\/g, '/')\n\nrequire.extensions['.scss'] = (module, filename) => {\n  const normalizedFilename = filename.replace(/\\\\/g, '/')\n\n  return module._compile(`\n    const runner = require('${runnerPath}')\n    runner('${normalizedFilename}', { describe, it })\n    `, filename)\n}\n"
  },
  {
    "path": "scss/bootstrap/tests/sass-true/runner.js",
    "content": "'use strict'\n\nconst fs = require('node:fs')\nconst path = require('node:path')\nconst { runSass } = require('sass-true')\n\nmodule.exports = (filename, { describe, it }) => {\n  const data = fs.readFileSync(filename, 'utf8')\n  const TRUE_SETUP = '$true-terminal-output: false; @import \"true\";'\n  const sassString = TRUE_SETUP + data\n\n  runSass(\n    { describe, it, sourceType: 'string' },\n    sassString,\n    { loadPaths: [path.dirname(filename)] }\n  )\n}\n"
  },
  {
    "path": "scss/bootstrap/tests/utilities/_api.test.scss",
    "content": "@import \"../../functions\";\n@import \"../../variables\";\n@import \"../../variables-dark\";\n@import \"../../maps\";\n@import \"../../mixins\";\n\n$utilities: ();\n\n@include describe(\"utilities/api\") {\n  @include it(\"generates utilities for each breakpoints\") {\n    $utilities: (\n      margin: (\n        property: margin,\n        values: auto\n      ),\n      padding: (\n        property: padding,\n        responsive: true,\n        values: 1rem\n      ),\n      font-size: (\n        property: font-size,\n        values: (large: 1.25rem),\n        print: true\n      )\n    ) !global;\n\n    $grid-breakpoints: (\n      xs: 0,\n      sm: 333px,\n      md: 666px\n    ) !global;\n\n    @include assert() {\n      @include output() {\n        @import \"../../utilities/api\";\n      }\n\n      @include expect() {\n        // margin is not set to responsive\n        .margin-auto {\n          margin: auto !important;\n        }\n\n        // padding is, though\n        .padding-1rem {\n          padding: 1rem !important;\n        }\n\n        .font-size-large {\n          font-size: 1.25rem !important;\n        }\n\n        @media (min-width: 333px) {\n          .padding-sm-1rem {\n            padding: 1rem !important;\n          }\n        }\n\n        @media (min-width: 666px) {\n          .padding-md-1rem {\n            padding: 1rem !important;\n          }\n        }\n\n        @media print {\n          .font-size-print-large {\n            font-size: 1.25rem !important;\n          }\n        }\n      }\n\n    }\n  }\n}\n"
  },
  {
    "path": "scss/bootstrap/utilities/_api.scss",
    "content": "// Loop over each breakpoint\n@each $breakpoint in map-keys($grid-breakpoints) {\n\n  // Generate media query if needed\n  @include media-breakpoint-up($breakpoint) {\n    $infix: breakpoint-infix($breakpoint, $grid-breakpoints);\n\n    // Loop over each utility property\n    @each $key, $utility in $utilities {\n      // The utility can be disabled with `false`, thus check if the utility is a map first\n      // Only proceed if responsive media queries are enabled or if it's the base media query\n      @if type-of($utility) == \"map\" and (map-get($utility, responsive) or $infix == \"\") {\n        @include generate-utility($utility, $infix);\n      }\n    }\n  }\n}\n\n// RFS rescaling\n@media (min-width: $rfs-mq-value) {\n  @each $breakpoint in map-keys($grid-breakpoints) {\n    $infix: breakpoint-infix($breakpoint, $grid-breakpoints);\n\n    @if (map-get($grid-breakpoints, $breakpoint) < $rfs-breakpoint) {\n      // Loop over each utility property\n      @each $key, $utility in $utilities {\n        // The utility can be disabled with `false`, thus check if the utility is a map first\n        // Only proceed if responsive media queries are enabled or if it's the base media query\n        @if type-of($utility) == \"map\" and map-get($utility, rfs) and (map-get($utility, responsive) or $infix == \"\") {\n          @include generate-utility($utility, $infix, true);\n        }\n      }\n    }\n  }\n}\n\n\n// Print utilities\n@media print {\n  @each $key, $utility in $utilities {\n    // The utility can be disabled with `false`, thus check if the utility is a map first\n    // Then check if the utility needs print styles\n    @if type-of($utility) == \"map\" and map-get($utility, print) == true {\n      @include generate-utility($utility, \"-print\");\n    }\n  }\n}\n"
  },
  {
    "path": "scss/bootstrap/vendor/_rfs.scss",
    "content": "// stylelint-disable scss/dimension-no-non-numeric-values\n\n// SCSS RFS mixin\n//\n// Automated responsive values for font sizes, paddings, margins and much more\n//\n// Licensed under MIT (https://github.com/twbs/rfs/blob/main/LICENSE)\n\n// Configuration\n\n// Base value\n$rfs-base-value: 1.25rem !default;\n$rfs-unit: rem !default;\n\n@if $rfs-unit != rem and $rfs-unit != px {\n  @error \"`#{$rfs-unit}` is not a valid unit for $rfs-unit. Use `px` or `rem`.\";\n}\n\n// Breakpoint at where values start decreasing if screen width is smaller\n$rfs-breakpoint: 1200px !default;\n$rfs-breakpoint-unit: px !default;\n\n@if $rfs-breakpoint-unit != px and $rfs-breakpoint-unit != em and $rfs-breakpoint-unit != rem {\n  @error \"`#{$rfs-breakpoint-unit}` is not a valid unit for $rfs-breakpoint-unit. Use `px`, `em` or `rem`.\";\n}\n\n// Resize values based on screen height and width\n$rfs-two-dimensional: false !default;\n\n// Factor of decrease\n$rfs-factor: 10 !default;\n\n@if type-of($rfs-factor) != number or $rfs-factor <= 1 {\n  @error \"`#{$rfs-factor}` is not a valid  $rfs-factor, it must be greater than 1.\";\n}\n\n// Mode. Possibilities: \"min-media-query\", \"max-media-query\"\n$rfs-mode: min-media-query !default;\n\n// Generate enable or disable classes. Possibilities: false, \"enable\" or \"disable\"\n$rfs-class: false !default;\n\n// 1 rem = $rfs-rem-value px\n$rfs-rem-value: 16 !default;\n\n// Safari iframe resize bug: https://github.com/twbs/rfs/issues/14\n$rfs-safari-iframe-resize-bug-fix: false !default;\n\n// Disable RFS by setting $enable-rfs to false\n$enable-rfs: true !default;\n\n// Cache $rfs-base-value unit\n$rfs-base-value-unit: unit($rfs-base-value);\n\n@function divide($dividend, $divisor, $precision: 10) {\n  $sign: if($dividend > 0 and $divisor > 0 or $dividend < 0 and $divisor < 0, 1, -1);\n  $dividend: abs($dividend);\n  $divisor: abs($divisor);\n  @if $dividend == 0 {\n    @return 0;\n  }\n  @if $divisor == 0 {\n    @error \"Cannot divide by 0\";\n  }\n  $remainder: $dividend;\n  $result: 0;\n  $factor: 10;\n  @while ($remainder > 0 and $precision >= 0) {\n    $quotient: 0;\n    @while ($remainder >= $divisor) {\n      $remainder: $remainder - $divisor;\n      $quotient: $quotient + 1;\n    }\n    $result: $result * 10 + $quotient;\n    $factor: $factor * .1;\n    $remainder: $remainder * 10;\n    $precision: $precision - 1;\n    @if ($precision < 0 and $remainder >= $divisor * 5) {\n      $result: $result + 1;\n    }\n  }\n  $result: $result * $factor * $sign;\n  $dividend-unit: unit($dividend);\n  $divisor-unit: unit($divisor);\n  $unit-map: (\n    \"px\": 1px,\n    \"rem\": 1rem,\n    \"em\": 1em,\n    \"%\": 1%\n  );\n  @if ($dividend-unit != $divisor-unit and map-has-key($unit-map, $dividend-unit)) {\n    $result: $result * map-get($unit-map, $dividend-unit);\n  }\n  @return $result;\n}\n\n// Remove px-unit from $rfs-base-value for calculations\n@if $rfs-base-value-unit == px {\n  $rfs-base-value: divide($rfs-base-value, $rfs-base-value * 0 + 1);\n}\n@else if $rfs-base-value-unit == rem {\n  $rfs-base-value: divide($rfs-base-value, divide($rfs-base-value * 0 + 1, $rfs-rem-value));\n}\n\n// Cache $rfs-breakpoint unit to prevent multiple calls\n$rfs-breakpoint-unit-cache: unit($rfs-breakpoint);\n\n// Remove unit from $rfs-breakpoint for calculations\n@if $rfs-breakpoint-unit-cache == px {\n  $rfs-breakpoint: divide($rfs-breakpoint, $rfs-breakpoint * 0 + 1);\n}\n@else if $rfs-breakpoint-unit-cache == rem or $rfs-breakpoint-unit-cache == \"em\" {\n  $rfs-breakpoint: divide($rfs-breakpoint, divide($rfs-breakpoint * 0 + 1, $rfs-rem-value));\n}\n\n// Calculate the media query value\n$rfs-mq-value: if($rfs-breakpoint-unit == px, #{$rfs-breakpoint}px, #{divide($rfs-breakpoint, $rfs-rem-value)}#{$rfs-breakpoint-unit});\n$rfs-mq-property-width: if($rfs-mode == max-media-query, max-width, min-width);\n$rfs-mq-property-height: if($rfs-mode == max-media-query, max-height, min-height);\n\n// Internal mixin used to determine which media query needs to be used\n@mixin _rfs-media-query {\n  @if $rfs-two-dimensional {\n    @if $rfs-mode == max-media-query {\n      @media (#{$rfs-mq-property-width}: #{$rfs-mq-value}), (#{$rfs-mq-property-height}: #{$rfs-mq-value}) {\n        @content;\n      }\n    }\n    @else {\n      @media (#{$rfs-mq-property-width}: #{$rfs-mq-value}) and (#{$rfs-mq-property-height}: #{$rfs-mq-value}) {\n        @content;\n      }\n    }\n  }\n  @else {\n    @media (#{$rfs-mq-property-width}: #{$rfs-mq-value}) {\n      @content;\n    }\n  }\n}\n\n// Internal mixin that adds disable classes to the selector if needed.\n@mixin _rfs-rule {\n  @if $rfs-class == disable and $rfs-mode == max-media-query {\n    // Adding an extra class increases specificity, which prevents the media query to override the property\n    &,\n    .disable-rfs &,\n    &.disable-rfs {\n      @content;\n    }\n  }\n  @else if $rfs-class == enable and $rfs-mode == min-media-query {\n    .enable-rfs &,\n    &.enable-rfs {\n      @content;\n    }\n  } @else {\n    @content;\n  }\n}\n\n// Internal mixin that adds enable classes to the selector if needed.\n@mixin _rfs-media-query-rule {\n\n  @if $rfs-class == enable {\n    @if $rfs-mode == min-media-query {\n      @content;\n    }\n\n    @include _rfs-media-query () {\n      .enable-rfs &,\n      &.enable-rfs {\n        @content;\n      }\n    }\n  }\n  @else {\n    @if $rfs-class == disable and $rfs-mode == min-media-query {\n      .disable-rfs &,\n      &.disable-rfs {\n        @content;\n      }\n    }\n    @include _rfs-media-query () {\n      @content;\n    }\n  }\n}\n\n// Helper function to get the formatted non-responsive value\n@function rfs-value($values) {\n  // Convert to list\n  $values: if(type-of($values) != list, ($values,), $values);\n\n  $val: \"\";\n\n  // Loop over each value and calculate value\n  @each $value in $values {\n    @if $value == 0 {\n      $val: $val + \" 0\";\n    }\n    @else {\n      // Cache $value unit\n      $unit: if(type-of($value) == \"number\", unit($value), false);\n\n      @if $unit == px {\n        // Convert to rem if needed\n        $val: $val + \" \" + if($rfs-unit == rem, #{divide($value, $value * 0 + $rfs-rem-value)}rem, $value);\n      }\n      @else if $unit == rem {\n        // Convert to px if needed\n        $val: $val + \" \" + if($rfs-unit == px, #{divide($value, $value * 0 + 1) * $rfs-rem-value}px, $value);\n      } @else {\n        // If $value isn't a number (like inherit) or $value has a unit (not px or rem, like 1.5em) or $ is 0, just print the value\n        $val: $val + \" \" + $value;\n      }\n    }\n  }\n\n  // Remove first space\n  @return unquote(str-slice($val, 2));\n}\n\n// Helper function to get the responsive value calculated by RFS\n@function rfs-fluid-value($values) {\n  // Convert to list\n  $values: if(type-of($values) != list, ($values,), $values);\n\n  $val: \"\";\n\n  // Loop over each value and calculate value\n  @each $value in $values {\n    @if $value == 0 {\n      $val: $val + \" 0\";\n    } @else {\n      // Cache $value unit\n      $unit: if(type-of($value) == \"number\", unit($value), false);\n\n      // If $value isn't a number (like inherit) or $value has a unit (not px or rem, like 1.5em) or $ is 0, just print the value\n      @if not $unit or $unit != px and $unit != rem {\n        $val: $val + \" \" + $value;\n      } @else {\n        // Remove unit from $value for calculations\n        $value: divide($value, $value * 0 + if($unit == px, 1, divide(1, $rfs-rem-value)));\n\n        // Only add the media query if the value is greater than the minimum value\n        @if abs($value) <= $rfs-base-value or not $enable-rfs {\n          $val: $val + \" \" + if($rfs-unit == rem, #{divide($value, $rfs-rem-value)}rem, #{$value}px);\n        }\n        @else {\n          // Calculate the minimum value\n          $value-min: $rfs-base-value + divide(abs($value) - $rfs-base-value, $rfs-factor);\n\n          // Calculate difference between $value and the minimum value\n          $value-diff: abs($value) - $value-min;\n\n          // Base value formatting\n          $min-width: if($rfs-unit == rem, #{divide($value-min, $rfs-rem-value)}rem, #{$value-min}px);\n\n          // Use negative value if needed\n          $min-width: if($value < 0, -$min-width, $min-width);\n\n          // Use `vmin` if two-dimensional is enabled\n          $variable-unit: if($rfs-two-dimensional, vmin, vw);\n\n          // Calculate the variable width between 0 and $rfs-breakpoint\n          $variable-width: #{divide($value-diff * 100, $rfs-breakpoint)}#{$variable-unit};\n\n          // Return the calculated value\n          $val: $val + \" calc(\" + $min-width + if($value < 0, \" - \", \" + \") + $variable-width + \")\";\n        }\n      }\n    }\n  }\n\n  // Remove first space\n  @return unquote(str-slice($val, 2));\n}\n\n// RFS mixin\n@mixin rfs($values, $property: font-size) {\n  @if $values != null {\n    $val: rfs-value($values);\n    $fluid-val: rfs-fluid-value($values);\n\n    // Do not print the media query if responsive & non-responsive values are the same\n    @if $val == $fluid-val {\n      #{$property}: $val;\n    }\n    @else {\n      @include _rfs-rule () {\n        #{$property}: if($rfs-mode == max-media-query, $val, $fluid-val);\n\n        // Include safari iframe resize fix if needed\n        min-width: if($rfs-safari-iframe-resize-bug-fix, (0 * 1vw), null);\n      }\n\n      @include _rfs-media-query-rule () {\n        #{$property}: if($rfs-mode == max-media-query, $fluid-val, $val);\n      }\n    }\n  }\n}\n\n// Shorthand helper mixins\n@mixin font-size($value) {\n  @include rfs($value);\n}\n\n@mixin padding($value) {\n  @include rfs($value, padding);\n}\n\n@mixin padding-top($value) {\n  @include rfs($value, padding-top);\n}\n\n@mixin padding-right($value) {\n  @include rfs($value, padding-right);\n}\n\n@mixin padding-bottom($value) {\n  @include rfs($value, padding-bottom);\n}\n\n@mixin padding-left($value) {\n  @include rfs($value, padding-left);\n}\n\n@mixin margin($value) {\n  @include rfs($value, margin);\n}\n\n@mixin margin-top($value) {\n  @include rfs($value, margin-top);\n}\n\n@mixin margin-right($value) {\n  @include rfs($value, margin-right);\n}\n\n@mixin margin-bottom($value) {\n  @include rfs($value, margin-bottom);\n}\n\n@mixin margin-left($value) {\n  @include rfs($value, margin-left);\n}\n"
  },
  {
    "path": "scss/components/gallery.scss",
    "content": ".gallery {\n\n\tcolumn-count: 4;\n\tcolumn-gap: 20px;\n\n\t&.flex {\n\t\tdisplay:flex;\n\t\tflex-wrap:wrap;\n\t\t.item {\n\t\t\tflex:1 0 21%;\n\t\t}\n\t}\n\t\n\t&.has-shadow {\n\t\t.item img {\n\t\t\tbox-shadow: 2px 2px 4px 0 #ccc;\n\t\t}\n\t}\n\t\n\t&.masonry {\n\t  margin: 0px;\n\t  padding: 0;\n\t}\n\t\n\t.item {\n\t\tmargin-bottom: 20px;\n\t\twidth: 100%;\n\t    transition:1s ease all;\n\t\tbox-sizing: border-box;\n\t}\n\t.item a {display:block;}\n\t.item img{max-width:100%;}\n\n\t@media only screen and (max-width: 320px) {\n\t\t.masonry {\n\t\t\tcolumn-count: 1;\n\t\t}\n\t}\n\n\t@media only screen and (min-width: 321px) and (max-width: 768px){\n\t\t.masonry {\n\t\t\tcolumn-count: 2;\n\t\t}\n\t}\n\t@media only screen and (min-width: 769px) and (max-width: 1200px){\n\t\t.masonry {\n\t\t\tcolumn-count: 3;\n\t\t}\n\t}\n\t@media only screen and (min-width: 1201px) {\n\t\t.masonry {\n\t\t\tcolumn-count: 4;\n\t\t}\n\t}\n}\n"
  },
  {
    "path": "scss/editor.scss",
    "content": "/*\nCopyright 2017 Ziadin Givan\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n   http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\nhttps://github.com/givanz/VvvebJs\n*/\n\nbody\n{\n\tfont-family:\"Helvetica Neue\", Helvetica, -apple-system, Arial, \"Lucida Grande\", system-ui, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n}\n\n//$form-select-indicator: url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 2'%3E%3Cpath fill='%23aaa' d='M 2,2 0,0 h 4 z'/%3E%3C/svg%3E\");\n\n$form-select-indicator: url(\"data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'><path fill='none' stroke='%23aaa' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/></svg>\");\n$form-select-bg-size: 10px 12px;\n$form-select-bg-position: right 0.7rem center;\n\n$input-btn-padding-y: .4rem;\n$input-btn-padding-x: .5rem;\n$custom-select-padding-y: .4rem;\n//$light: var(--bs-secondary-bg-subtle);\n//$blue:#495ffb;\n\n#logo {\n\t\n\thtml[data-bs-theme=\"dark\"] & {\n\t    //filter: brightness(3);\n\t    filter: invert(93%) hue-rotate(180deg);\n\t}\n}\n\n$input-height: default;\n\n$la-font-path: '../fonts/line-awesome';\n$la-css-prefix-lar: 'la';\n$la-css-prefix-las: 'la';\n\ni.la {\n\tfont-style:normal;\n}\n\n\n$link-decoration: none;\n$font-size-base: 1rem;\n\n@import \"line-awesome/line-awesome\";\n@import \"ionicons\";\n@import \"bootstrap/bootstrap\";\n@import \"builder\";\n@import \"components/gallery\";\n@import \"autocomplete\";\n\n\n.btn-icon\n{\n\t//text-transform:capitalize;\n\tmargin-bottom:0px;\n\tposition:relative;\n\t//padding:0.5rem 2.1rem;\n\t//padding:0.5rem 1rem;\n\tbox-shadow:0 4px 4px #08080814, 0 1px 2px #08080833, inset 0 6px 12px #ffffff1f, inset 0 1px 1px #fff3;\n\tbox-shadow:1px 1px 2px 1px rgba(0, 0, 0,0.07),1px 1px 2px 1px rgba(255, 255, 255,0.15) inset;\n\tbox-shadow:0 4px 4px rgba(0, 0, 0,0.08), 0 6px 12px rgba(0, 0, 0,0.012), 0 6px 12px rgba(255, 255, 255,0.12) inset, 0 1px 1px rgba(255, 255, 255,0.2) inset;\n\t//border:none;\n\tfont-weight:500;\n\t/*\n\ti:first-child {\n\t\tdisplay: inline-block;\n\t\tmargin-right:0.3rem;\n\t\t//font-size: 21px;\n\t\t//opacity:0.7;\n\t}\n\t*/\n\t&.btn-outline-primary {\n\t\tborder-width:0px;\n\t\tbox-shadow:rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(var(--bs-primary-rgb), 0.15) 0px 1px 2px 0px, rgba(var(--bs-primary-rgb), 0.2) 0px 0px 0px 1px;\n\n\t\t&:hover\n\t\t{\n\t\t\tcolor:var(--bs-link-color);\n\t\t\tbackground:var(--bs-border-color);\n\t\t}\n\t\t\n\t\ti {\n\t\t\t//border-right:1px solid rgba(0, 0, 0, 0.1);\n\t\t\tbackground:transparent;\n\t\t}\n\t}\n\t\n\t&.btn-outline-secondary, &.btn-outline-success , &.btn-outline-danger {\n\t\t//box-shadow:0px 0px 3px 1px rgba(0, 0, 0, 0.1), -1px 1px 2px 0px rgba(255, 255, 255, 0.15) inset;\n\t\tbox-shadow:rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.12) 0px 1px 2px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;\n\t\t//--bs-btn-bg:var(--bs-body-bg);\n\t\tborder: none;\n\t\t--bs-border-width:0;\n\t}\n\t\n\t&.btn-gray {\n\t\ti {\n\t\t}\n\t}\n\t\n\t&.btn-secondary {\n\t\tbox-shadow:1px 1px 2px 1px rgba(0, 0, 0,0.07),-1px 1px 2px 0px rgba(255, 255, 255,0.15) inset;\n\t\t//--bs-btn-bg:var(--bs-body-bg);\n\t\ti {\n\t\t\tbackground: transparent;\n\t\t}\n\t}\n\n\t&.btn-primary {\n\t\t//box-shadow:1px 1px 2px 1px rgba(0, 0, 0,0.07),1px 1px 2px 1px rgba(255, 255, 255,0.15) inset;\n\t\t//box-shadow:rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(255, 255, 255, 0.2) 0px 0.75px 0px 0px inset, rgba(var(--bs-primary-rgb), 0.4) 0px 1px 2px 0px, rgba(var(--bs-primary-rgb), 0.8) 0px 0px 0px 1px;\n\t\t//padding:0.5rem 2.1rem;\n\t\t//padding-left:2.1rem;\n\t\t//padding-right:2.1rem;\n\t\t--bs-btn-border-color: rgba(var(--bs-primary-rgb), 0.5);\n\t\t//--bs-btn-bg: rgba(var(--bs-primary-rgb), 0.9);\n\t\t--bs-btn-bg:#0030C0;\n\t\tpadding-left:1.2rem;\n\t\tpadding-right:1.2rem;\n\t\t\n\n\t\ti {\n\t\t\t/*background: rgba(255, 255, 255, 0.1);*/\n\t\t}\n\t}\n\t\n\t&.btn-sm {\n\t\tborder: none;\n\t\ti {\n\t\t\t/*padding: 0.5rem 0.5rem;*/\n\t\t}\n\t}\n\t\n\n\t&:after {\n\t\tcontent: \".\";\n\t\tbackground-image:linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));\n\t\tposition: absolute;\n\t\tleft: 0;\n\t\ttop: 0;\n\t\twidth: 100%;\n\t\theight: 100%;\n\t\topacity: 0.16;\n\t}\n\n\t&.btn-outline-secondary:after,&.btn-outline-primary:after,&.btn-outline-secondary:after {\n\t\tbackground-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));\n\t\topacity: 0.03;\n\t}\n\n}\n\n\n.btn.btn-outline-dark\n{\n\tborder-color:var(--bs-border-color);\n}\n\n.btn.btn-outline-secondary\n{\n\t/*\n\t--bs-btn-color: var(--bs-body-color);\n    --bs-btn-border-color: var(--bs-body-color-rgb);\n\t--bs-btn-hover-color:var(--bs-body-color);\n\t--bs-btn-hover-bg:#eee;\n\t--bs-btn-hover-border-color: var(--bs-border-color);\n\t--bs-btn-active-bg:var(--bs-body-color-rgb);\n\t--bs-btn-active-color:#222;*/\n\t//box-shadow:-1px 1px 2px 1px rgba(var(--bs-body-color-rgb), 0.07), -1px 1px 2px 0px rgba(var(--bs-body-bg-rgb), 0.2) inset;\n\t--bs-btn-bg:var(--bs-body-bg);\n\t--bs-btn-border-color:var(--bs-border-color);\n\t--bs-btn-hover-bg:var(--bs-primary-bg-subtle);\n\t--bs-btn-hover-color:var(--bs-body-color);\n\t--bs-btn-hover-border:var(--bs-body-color);\n\t--bs-btn-hover-border-color:var(--bs-border-color);\n    --bs-btn-active-bg: var(--bs-border-color);\n    --bs-btn-active-color: var(--bs-body-color);\n\t--bs-btn-active-border-color: var(--bs-border-color);\n}\n\n.save-btn {\n\t.btn-group > & {\n\t\tborder-right:2px solid rgba(var(--bs-body-color-rgb), 0.2);\n\t\tpadding:0.1rem 1.2rem 0.2rem;\n\t\tfont-weight: 500;\n\t\tfont-size: 1rem;\n\n\t\ti {\n\t\t\t//margin-right: 0.5rem;\n\t\t\tfont-size:1rem;\n\t\t\tline-height:21px;\n\t\t}\n\t}\n\n\t&.dropdown-toggle-split {\n\t\tpadding:0 0.5rem;\n\t\tbox-shadow:none;\n\t\tborder-left:1px solid rgba(var(--bs-body-bg-rgb), 0.2);\n\t}\n\t\n\t&:disabled {\n\t\t//color: rgba(var(--bs-body-bg-rgb), 0.5) !important;\n\t\t//opacity: 0.9;\n\t}\n}\n\n.btn-xs {\n    --bs-btn-font-size: 0.75rem;\n    --bs-btn-font-weight: 500;\n    --bs-btn-padding-y:0.5rem;\n    --bs-btn-padding-x:1rem;\n}\n\nlabel.form-check .form-check-input {\n    float: none;\n    vertical-align: middle;\n    margin-right: 0.2rem;\n}\n.form-check .form-check-input {\n    position: relative;\n    box-shadow: 0px 0px 2px 1px rgba(var(--bs-body-color-rgb), 0.07) inset;\n}\n\n.alert-light {\n    //color: #525252;\n    //background-color: whitesmoke;\n    //border-color: #f0f0f0;\n}\n\n.modal-full .modal-dialog.modal-xl {\n    max-width: 90%;\n}\n\n.modal-full .modal-dialog.modal-xl.modal-dialog-scrollable .modal-content {\n\tmin-height:50%;\n}\n\n.btn-outline-secondary\n{\n\t//color:#555;\n\t//border-color:var(--bs-border-color);\n}\n\n\n.align-left {\n\tfloat:left;\n\tmargin-bottom: 25px;\n    max-width: 50%;\n}\n\n.align-right {\n\tfloat:right;\n\tmargin-bottom: 25px;\n    max-width: 50%;\n}\n\n.align-center {\n    display: block;\n    margin-left: auto;\n    margin-right: auto;\n}\n\nvideo, audio {\n\tmax-width:100%;\n}\n\n.btn.btn-outline-secondary\n{\n    --bs-btn-bg:var(--bs-body-bg);\n    --bs-btn-border-color:var(--bs-border-color);\n    --bs-btn-hover-bg:var(--bs-primary-bg-subtle);\n    --bs-btn-hover-color:var(--bs-body-color);\n    --bs-btn-hover-border:var(--bs-body-color);\n    --bs-btn-hover-border-color:var(--bs-border-color);\n    --bs-btn-active-bg: var(--bs-border-color);\n    --bs-btn-active-color: var(--bs-body-color);\n    --bs-btn-active-border-color: var(--bs-border-color);\n}\n"
  },
  {
    "path": "scss/ionicons.css",
    "content": "@font-face {\n  font-family: 'ionicons';\n  src:\n    url('../fonts/ionicons/ionicons.ttf?76q473') format('truetype'),\n    url('../fonts/ionicons/ionicons.woff?76q473') format('woff'),\n    url('../fonts/ionicons/ionicons.svg?76q473#ionicons') format('svg');\n  font-weight: normal;\n  font-style: normal;\n  font-display: block;\n}\n\ni[class^='icon-'] {\n  /* use !important to prevent issues with browser extensions that change fonts */\n  font-family: 'ionicons' !important;\n  speak: never;\n  font-style: normal;\n  font-weight: normal;\n  font-variant: normal;\n  text-transform: none;\n  line-height: 1.5;\n\n  /* Better Font Rendering =========== */\n  -webkit-font-smoothing: antialiased;\n  -moz-osx-font-smoothing: grayscale;\n}\n\n.icon-accessibility:before {\n  content: \"\\e900\";\n}\n.icon-accessibility-outline:before {\n  content: \"\\e901\";\n}\n.icon-accessibility-sharp:before {\n  content: \"\\e902\";\n}\n.icon-add:before {\n  content: \"\\e903\";\n}\n.icon-add-circle:before {\n  content: \"\\e904\";\n}\n.icon-add-circle-outline:before {\n  content: \"\\e905\";\n}\n.icon-add-circle-sharp:before {\n  content: \"\\e906\";\n}\n.icon-add-outline:before {\n  content: \"\\e907\";\n}\n.icon-add-sharp:before {\n  content: \"\\e908\";\n}\n.icon-airplane:before {\n  content: \"\\e909\";\n}\n.icon-airplane-outline:before {\n  content: \"\\e90a\";\n}\n.icon-airplane-sharp:before {\n  content: \"\\e90b\";\n}\n.icon-alarm:before {\n  content: \"\\e90c\";\n}\n.icon-alarm-outline:before {\n  content: \"\\e90d\";\n}\n.icon-alarm-sharp:before {\n  content: \"\\e90e\";\n}\n.icon-albums:before {\n  content: \"\\e90f\";\n}\n.icon-albums-outline:before {\n  content: \"\\e910\";\n}\n.icon-albums-sharp:before {\n  content: \"\\e911\";\n}\n.icon-alert:before {\n  content: \"\\e912\";\n}\n.icon-alert-circle:before {\n  content: \"\\e913\";\n}\n.icon-alert-circle-outline:before {\n  content: \"\\e914\";\n}\n.icon-alert-circle-sharp:before {\n  content: \"\\e915\";\n}\n.icon-alert-outline:before {\n  content: \"\\e916\";\n}\n.icon-alert-sharp:before {\n  content: \"\\e917\";\n}\n.icon-american-football:before {\n  content: \"\\e918\";\n}\n.icon-american-football-outline:before {\n  content: \"\\e919\";\n}\n.icon-american-football-sharp:before {\n  content: \"\\e91a\";\n}\n.icon-analytics:before {\n  content: \"\\e91b\";\n}\n.icon-analytics-outline:before {\n  content: \"\\e91c\";\n}\n.icon-analytics-sharp:before {\n  content: \"\\e91d\";\n}\n.icon-aperture:before {\n  content: \"\\e91e\";\n}\n.icon-aperture-outline:before {\n  content: \"\\e91f\";\n}\n.icon-aperture-sharp:before {\n  content: \"\\e920\";\n}\n.icon-apps:before {\n  content: \"\\e921\";\n}\n.icon-apps-outline:before {\n  content: \"\\e922\";\n}\n.icon-apps-sharp:before {\n  content: \"\\e923\";\n}\n.icon-archive:before {\n  content: \"\\e924\";\n}\n.icon-archive-outline:before {\n  content: \"\\e925\";\n}\n.icon-archive-sharp:before {\n  content: \"\\e926\";\n}\n.icon-arrow-back:before {\n  content: \"\\e927\";\n}\n.icon-arrow-back-circle:before {\n  content: \"\\e928\";\n}\n.icon-arrow-back-circle-outline:before {\n  content: \"\\e929\";\n}\n.icon-arrow-back-circle-sharp:before {\n  content: \"\\e92a\";\n}\n.icon-arrow-back-outline:before {\n  content: \"\\e92b\";\n}\n.icon-arrow-back-sharp:before {\n  content: \"\\e92c\";\n}\n.icon-arrow-down:before {\n  content: \"\\e92d\";\n}\n.icon-arrow-down-circle:before {\n  content: \"\\e92e\";\n}\n.icon-arrow-down-circle-outline:before {\n  content: \"\\e92f\";\n}\n.icon-arrow-down-circle-sharp:before {\n  content: \"\\e930\";\n}\n.icon-arrow-down-outline:before {\n  content: \"\\e931\";\n}\n.icon-arrow-down-sharp:before {\n  content: \"\\e932\";\n}\n.icon-arrow-forward:before {\n  content: \"\\e933\";\n}\n.icon-arrow-forward-circle:before {\n  content: \"\\e934\";\n}\n.icon-arrow-forward-circle-outline:before {\n  content: \"\\e935\";\n}\n.icon-arrow-forward-circle-sharp:before {\n  content: \"\\e936\";\n}\n.icon-arrow-forward-outline:before {\n  content: \"\\e937\";\n}\n.icon-arrow-forward-sharp:before {\n  content: \"\\e938\";\n}\n.icon-arrow-redo:before {\n  content: \"\\e939\";\n}\n.icon-arrow-redo-circle:before {\n  content: \"\\e93a\";\n}\n.icon-arrow-redo-circle-outline:before {\n  content: \"\\e93b\";\n}\n.icon-arrow-redo-circle-sharp:before {\n  content: \"\\e93c\";\n}\n.icon-arrow-redo-outline:before {\n  content: \"\\e93d\";\n}\n.icon-arrow-redo-sharp:before {\n  content: \"\\e93e\";\n}\n.icon-arrow-undo:before {\n  content: \"\\e93f\";\n}\n.icon-arrow-undo-circle:before {\n  content: \"\\e940\";\n}\n.icon-arrow-undo-circle-outline:before {\n  content: \"\\e941\";\n}\n.icon-arrow-undo-circle-sharp:before {\n  content: \"\\e942\";\n}\n.icon-arrow-undo-outline:before {\n  content: \"\\e943\";\n}\n.icon-arrow-undo-sharp:before {\n  content: \"\\e944\";\n}\n.icon-arrow-up:before {\n  content: \"\\e945\";\n}\n.icon-arrow-up-circle:before {\n  content: \"\\e946\";\n}\n.icon-arrow-up-circle-outline:before {\n  content: \"\\e947\";\n}\n.icon-arrow-up-circle-sharp:before {\n  content: \"\\e948\";\n}\n.icon-arrow-up-outline:before {\n  content: \"\\e949\";\n}\n.icon-arrow-up-sharp:before {\n  content: \"\\e94a\";\n}\n.icon-at:before {\n  content: \"\\e94b\";\n}\n.icon-at-circle:before {\n  content: \"\\e94c\";\n}\n.icon-at-circle-outline:before {\n  content: \"\\e94d\";\n}\n.icon-at-circle-sharp:before {\n  content: \"\\e94e\";\n}\n.icon-at-outline:before {\n  content: \"\\e94f\";\n}\n.icon-at-sharp:before {\n  content: \"\\e950\";\n}\n.icon-attach:before {\n  content: \"\\e951\";\n}\n.icon-attach-outline:before {\n  content: \"\\e952\";\n}\n.icon-attach-sharp:before {\n  content: \"\\e953\";\n}\n.icon-backspace:before {\n  content: \"\\e954\";\n}\n.icon-backspace-outline:before {\n  content: \"\\e955\";\n}\n.icon-backspace-sharp:before {\n  content: \"\\e956\";\n}\n.icon-bag:before {\n  content: \"\\e957\";\n}\n.icon-bag-add:before {\n  content: \"\\e958\";\n}\n.icon-bag-add-outline:before {\n  content: \"\\e959\";\n}\n.icon-bag-add-sharp:before {\n  content: \"\\e95a\";\n}\n.icon-bag-check:before {\n  content: \"\\e95b\";\n}\n.icon-bag-check-outline:before {\n  content: \"\\e95c\";\n}\n.icon-bag-check-sharp:before {\n  content: \"\\e95d\";\n}\n.icon-bag-handle:before {\n  content: \"\\e95e\";\n}\n.icon-bag-handle-outline:before {\n  content: \"\\e95f\";\n}\n.icon-bag-handle-sharp:before {\n  content: \"\\e960\";\n}\n.icon-bag-outline:before {\n  content: \"\\e961\";\n}\n.icon-bag-remove:before {\n  content: \"\\e962\";\n}\n.icon-bag-remove-outline:before {\n  content: \"\\e963\";\n}\n.icon-bag-remove-sharp:before {\n  content: \"\\e964\";\n}\n.icon-bag-sharp:before {\n  content: \"\\e965\";\n}\n.icon-balloon:before {\n  content: \"\\e966\";\n}\n.icon-balloon-outline:before {\n  content: \"\\e967\";\n}\n.icon-balloon-sharp:before {\n  content: \"\\e968\";\n}\n.icon-ban:before {\n  content: \"\\e969\";\n}\n.icon-bandage:before {\n  content: \"\\e96a\";\n}\n.icon-bandage-outline:before {\n  content: \"\\e96b\";\n}\n.icon-bandage-sharp:before {\n  content: \"\\e96c\";\n}\n.icon-ban-outline:before {\n  content: \"\\e96d\";\n}\n.icon-ban-sharp:before {\n  content: \"\\e96e\";\n}\n.icon-barbell:before {\n  content: \"\\e96f\";\n}\n.icon-barbell-outline:before {\n  content: \"\\e970\";\n}\n.icon-barbell-sharp:before {\n  content: \"\\e971\";\n}\n.icon-bar-chart:before {\n  content: \"\\e972\";\n}\n.icon-bar-chart-outline:before {\n  content: \"\\e973\";\n}\n.icon-bar-chart-sharp:before {\n  content: \"\\e974\";\n}\n.icon-barcode:before {\n  content: \"\\e975\";\n}\n.icon-barcode-outline:before {\n  content: \"\\e976\";\n}\n.icon-barcode-sharp:before {\n  content: \"\\e977\";\n}\n.icon-baseball:before {\n  content: \"\\e978\";\n}\n.icon-baseball-outline:before {\n  content: \"\\e979\";\n}\n.icon-baseball-sharp:before {\n  content: \"\\e97a\";\n}\n.icon-basket:before {\n  content: \"\\e97b\";\n}\n.icon-basketball:before {\n  content: \"\\e97c\";\n}\n.icon-basketball-outline:before {\n  content: \"\\e97d\";\n}\n.icon-basketball-sharp:before {\n  content: \"\\e97e\";\n}\n.icon-basket-outline:before {\n  content: \"\\e97f\";\n}\n.icon-basket-sharp:before {\n  content: \"\\e980\";\n}\n.icon-battery-charging:before {\n  content: \"\\e981\";\n}\n.icon-battery-charging-outline:before {\n  content: \"\\e982\";\n}\n.icon-battery-charging-sharp:before {\n  content: \"\\e983\";\n}\n.icon-battery-dead:before {\n  content: \"\\e984\";\n}\n.icon-battery-dead-outline:before {\n  content: \"\\e985\";\n}\n.icon-battery-dead-sharp:before {\n  content: \"\\e986\";\n}\n.icon-battery-full:before {\n  content: \"\\e987\";\n}\n.icon-battery-full-outline:before {\n  content: \"\\e988\";\n}\n.icon-battery-full-sharp:before {\n  content: \"\\e989\";\n}\n.icon-battery-half:before {\n  content: \"\\e98a\";\n}\n.icon-battery-half-outline:before {\n  content: \"\\e98b\";\n}\n.icon-battery-half-sharp:before {\n  content: \"\\e98c\";\n}\n.icon-beaker:before {\n  content: \"\\e98d\";\n}\n.icon-beaker-outline:before {\n  content: \"\\e98e\";\n}\n.icon-beaker-sharp:before {\n  content: \"\\e98f\";\n}\n.icon-bed:before {\n  content: \"\\e990\";\n}\n.icon-bed-outline:before {\n  content: \"\\e991\";\n}\n.icon-bed-sharp:before {\n  content: \"\\e992\";\n}\n.icon-beer:before {\n  content: \"\\e993\";\n}\n.icon-beer-outline:before {\n  content: \"\\e994\";\n}\n.icon-beer-sharp:before {\n  content: \"\\e995\";\n}\n.icon-bicycle:before {\n  content: \"\\e996\";\n}\n.icon-bicycle-outline:before {\n  content: \"\\e997\";\n}\n.icon-bicycle-sharp:before {\n  content: \"\\e998\";\n}\n.icon-bluetooth:before {\n  content: \"\\e999\";\n}\n.icon-bluetooth-outline:before {\n  content: \"\\e99a\";\n}\n.icon-bluetooth-sharp:before {\n  content: \"\\e99b\";\n}\n.icon-boat:before {\n  content: \"\\e99c\";\n}\n.icon-boat-outline:before {\n  content: \"\\e99d\";\n}\n.icon-boat-sharp:before {\n  content: \"\\e99e\";\n}\n.icon-body:before {\n  content: \"\\e99f\";\n}\n.icon-body-outline:before {\n  content: \"\\e9a0\";\n}\n.icon-body-sharp:before {\n  content: \"\\e9a1\";\n}\n.icon-bonfire:before {\n  content: \"\\e9a2\";\n}\n.icon-bonfire-outline:before {\n  content: \"\\e9a3\";\n}\n.icon-bonfire-sharp:before {\n  content: \"\\e9a4\";\n}\n.icon-book:before {\n  content: \"\\e9a5\";\n}\n.icon-bookmark:before {\n  content: \"\\e9a6\";\n}\n.icon-bookmark-outline:before {\n  content: \"\\e9a7\";\n}\n.icon-bookmarks:before {\n  content: \"\\e9a8\";\n}\n.icon-bookmark-sharp:before {\n  content: \"\\e9a9\";\n}\n.icon-bookmarks-outline:before {\n  content: \"\\e9aa\";\n}\n.icon-bookmarks-sharp:before {\n  content: \"\\e9ab\";\n}\n.icon-book-outline:before {\n  content: \"\\e9ac\";\n}\n.icon-book-sharp:before {\n  content: \"\\e9ad\";\n}\n.icon-bowling-ball:before {\n  content: \"\\e9ae\";\n}\n.icon-bowling-ball-outline:before {\n  content: \"\\e9af\";\n}\n.icon-bowling-ball-sharp:before {\n  content: \"\\e9b0\";\n}\n.icon-briefcase:before {\n  content: \"\\e9b1\";\n}\n.icon-briefcase-outline:before {\n  content: \"\\e9b2\";\n}\n.icon-briefcase-sharp:before {\n  content: \"\\e9b3\";\n}\n.icon-browsers:before {\n  content: \"\\e9b4\";\n}\n.icon-browsers-outline:before {\n  content: \"\\e9b5\";\n}\n.icon-browsers-sharp:before {\n  content: \"\\e9b6\";\n}\n.icon-brush:before {\n  content: \"\\e9b7\";\n}\n.icon-brush-outline:before {\n  content: \"\\e9b8\";\n}\n.icon-brush-sharp:before {\n  content: \"\\e9b9\";\n}\n.icon-bug:before {\n  content: \"\\e9ba\";\n}\n.icon-bug-outline:before {\n  content: \"\\e9bb\";\n}\n.icon-bug-sharp:before {\n  content: \"\\e9bc\";\n}\n.icon-build:before {\n  content: \"\\e9bd\";\n}\n.icon-build-outline:before {\n  content: \"\\e9be\";\n}\n.icon-build-sharp:before {\n  content: \"\\e9bf\";\n}\n.icon-bulb:before {\n  content: \"\\e9c0\";\n}\n.icon-bulb-outline:before {\n  content: \"\\e9c1\";\n}\n.icon-bulb-sharp:before {\n  content: \"\\e9c2\";\n}\n.icon-bus:before {\n  content: \"\\e9c3\";\n}\n.icon-business:before {\n  content: \"\\e9c4\";\n}\n.icon-business-outline:before {\n  content: \"\\e9c5\";\n}\n.icon-business-sharp:before {\n  content: \"\\e9c6\";\n}\n.icon-bus-outline:before {\n  content: \"\\e9c7\";\n}\n.icon-bus-sharp:before {\n  content: \"\\e9c8\";\n}\n.icon-cafe:before {\n  content: \"\\e9c9\";\n}\n.icon-cafe-outline:before {\n  content: \"\\e9ca\";\n}\n.icon-cafe-sharp:before {\n  content: \"\\e9cb\";\n}\n.icon-calculator:before {\n  content: \"\\e9cc\";\n}\n.icon-calculator-outline:before {\n  content: \"\\e9cd\";\n}\n.icon-calculator-sharp:before {\n  content: \"\\e9ce\";\n}\n.icon-calendar:before {\n  content: \"\\e9cf\";\n}\n.icon-calendar-clear:before {\n  content: \"\\e9d0\";\n}\n.icon-calendar-clear-outline:before {\n  content: \"\\e9d1\";\n}\n.icon-calendar-clear-sharp:before {\n  content: \"\\e9d2\";\n}\n.icon-calendar-number:before {\n  content: \"\\e9d3\";\n}\n.icon-calendar-number-outline:before {\n  content: \"\\e9d4\";\n}\n.icon-calendar-number-sharp:before {\n  content: \"\\e9d5\";\n}\n.icon-calendar-outline:before {\n  content: \"\\e9d6\";\n}\n.icon-calendar-sharp:before {\n  content: \"\\e9d7\";\n}\n.icon-call:before {\n  content: \"\\e9d8\";\n}\n.icon-call-outline:before {\n  content: \"\\e9d9\";\n}\n.icon-call-sharp:before {\n  content: \"\\e9da\";\n}\n.icon-camera:before {\n  content: \"\\e9db\";\n}\n.icon-camera-outline:before {\n  content: \"\\e9dc\";\n}\n.icon-camera-reverse:before {\n  content: \"\\e9dd\";\n}\n.icon-camera-reverse-outline:before {\n  content: \"\\e9de\";\n}\n.icon-camera-reverse-sharp:before {\n  content: \"\\e9df\";\n}\n.icon-camera-sharp:before {\n  content: \"\\e9e0\";\n}\n.icon-car:before {\n  content: \"\\e9e1\";\n}\n.icon-card:before {\n  content: \"\\e9e2\";\n}\n.icon-card-outline:before {\n  content: \"\\e9e3\";\n}\n.icon-card-sharp:before {\n  content: \"\\e9e4\";\n}\n.icon-caret-back:before {\n  content: \"\\e9e5\";\n}\n.icon-caret-back-circle:before {\n  content: \"\\e9e6\";\n}\n.icon-caret-back-circle-outline:before {\n  content: \"\\e9e7\";\n}\n.icon-caret-back-circle-sharp:before {\n  content: \"\\e9e8\";\n}\n.icon-caret-back-outline:before {\n  content: \"\\e9e9\";\n}\n.icon-caret-back-sharp:before {\n  content: \"\\e9ea\";\n}\n.icon-caret-down:before {\n  content: \"\\e9eb\";\n}\n.icon-caret-down-circle:before {\n  content: \"\\e9ec\";\n}\n.icon-caret-down-circle-outline:before {\n  content: \"\\e9ed\";\n}\n.icon-caret-down-circle-sharp:before {\n  content: \"\\e9ee\";\n}\n.icon-caret-down-outline:before {\n  content: \"\\e9ef\";\n}\n.icon-caret-down-sharp:before {\n  content: \"\\e9f0\";\n}\n.icon-caret-forward:before {\n  content: \"\\e9f1\";\n}\n.icon-caret-forward-circle:before {\n  content: \"\\e9f2\";\n}\n.icon-caret-forward-circle-outline:before {\n  content: \"\\e9f3\";\n}\n.icon-caret-forward-circle-sharp:before {\n  content: \"\\e9f4\";\n}\n.icon-caret-forward-outline:before {\n  content: \"\\e9f5\";\n}\n.icon-caret-forward-sharp:before {\n  content: \"\\e9f6\";\n}\n.icon-caret-up:before {\n  content: \"\\e9f7\";\n}\n.icon-caret-up-circle:before {\n  content: \"\\e9f8\";\n}\n.icon-caret-up-circle-outline:before {\n  content: \"\\e9f9\";\n}\n.icon-caret-up-circle-sharp:before {\n  content: \"\\e9fa\";\n}\n.icon-caret-up-outline:before {\n  content: \"\\e9fb\";\n}\n.icon-caret-up-sharp:before {\n  content: \"\\e9fc\";\n}\n.icon-car-outline:before {\n  content: \"\\e9fd\";\n}\n.icon-car-sharp:before {\n  content: \"\\e9fe\";\n}\n.icon-car-sport:before {\n  content: \"\\e9ff\";\n}\n.icon-car-sport-outline:before {\n  content: \"\\ea00\";\n}\n.icon-car-sport-sharp:before {\n  content: \"\\ea01\";\n}\n.icon-cart:before {\n  content: \"\\ea02\";\n}\n.icon-cart-outline:before {\n  content: \"\\ea03\";\n}\n.icon-cart-sharp:before {\n  content: \"\\ea04\";\n}\n.icon-cash:before {\n  content: \"\\ea05\";\n}\n.icon-cash-outline:before {\n  content: \"\\ea06\";\n}\n.icon-cash-sharp:before {\n  content: \"\\ea07\";\n}\n.icon-cellular:before {\n  content: \"\\ea08\";\n}\n.icon-cellular-outline:before {\n  content: \"\\ea09\";\n}\n.icon-cellular-sharp:before {\n  content: \"\\ea0a\";\n}\n.icon-chatbox:before {\n  content: \"\\ea0b\";\n}\n.icon-chatbox-ellipses:before {\n  content: \"\\ea0c\";\n}\n.icon-chatbox-ellipses-outline:before {\n  content: \"\\ea0d\";\n}\n.icon-chatbox-ellipses-sharp:before {\n  content: \"\\ea0e\";\n}\n.icon-chatbox-outline:before {\n  content: \"\\ea0f\";\n}\n.icon-chatbox-sharp:before {\n  content: \"\\ea10\";\n}\n.icon-chatbubble:before {\n  content: \"\\ea11\";\n}\n.icon-chatbubble-ellipses:before {\n  content: \"\\ea12\";\n}\n.icon-chatbubble-ellipses-outline:before {\n  content: \"\\ea13\";\n}\n.icon-chatbubble-ellipses-sharp:before {\n  content: \"\\ea14\";\n}\n.icon-chatbubble-outline:before {\n  content: \"\\ea15\";\n}\n.icon-chatbubbles:before {\n  content: \"\\ea16\";\n}\n.icon-chatbubble-sharp:before {\n  content: \"\\ea17\";\n}\n.icon-chatbubbles-outline:before {\n  content: \"\\ea18\";\n}\n.icon-chatbubbles-sharp:before {\n  content: \"\\ea19\";\n}\n.icon-checkbox:before {\n  content: \"\\ea1a\";\n}\n.icon-checkbox-outline:before {\n  content: \"\\ea1b\";\n}\n.icon-checkbox-sharp:before {\n  content: \"\\ea1c\";\n}\n.icon-checkmark:before {\n  content: \"\\ea1d\";\n}\n.icon-checkmark-circle:before {\n  content: \"\\ea1e\";\n}\n.icon-checkmark-circle-outline:before {\n  content: \"\\ea1f\";\n}\n.icon-checkmark-circle-sharp:before {\n  content: \"\\ea20\";\n}\n.icon-checkmark-done:before {\n  content: \"\\ea21\";\n}\n.icon-checkmark-done-circle:before {\n  content: \"\\ea22\";\n}\n.icon-checkmark-done-circle-outline:before {\n  content: \"\\ea23\";\n}\n.icon-checkmark-done-circle-sharp:before {\n  content: \"\\ea24\";\n}\n.icon-checkmark-done-outline:before {\n  content: \"\\ea25\";\n}\n.icon-checkmark-done-sharp:before {\n  content: \"\\ea26\";\n}\n.icon-checkmark-outline:before {\n  content: \"\\ea27\";\n}\n.icon-checkmark-sharp:before {\n  content: \"\\ea28\";\n}\n.icon-chevron-back:before {\n  content: \"\\ea29\";\n}\n.icon-chevron-back-circle:before {\n  content: \"\\ea2a\";\n}\n.icon-chevron-back-circle-outline:before {\n  content: \"\\ea2b\";\n}\n.icon-chevron-back-circle-sharp:before {\n  content: \"\\ea2c\";\n}\n.icon-chevron-back-outline:before {\n  content: \"\\ea2d\";\n}\n.icon-chevron-back-sharp:before {\n  content: \"\\ea2e\";\n}\n.icon-chevron-down:before {\n  content: \"\\ea2f\";\n}\n.icon-chevron-down-circle:before {\n  content: \"\\ea30\";\n}\n.icon-chevron-down-circle-outline:before {\n  content: \"\\ea31\";\n}\n.icon-chevron-down-circle-sharp:before {\n  content: \"\\ea32\";\n}\n.icon-chevron-down-outline:before {\n  content: \"\\ea33\";\n}\n.icon-chevron-down-sharp:before {\n  content: \"\\ea34\";\n}\n.icon-chevron-forward:before {\n  content: \"\\ea35\";\n}\n.icon-chevron-forward-circle:before {\n  content: \"\\ea36\";\n}\n.icon-chevron-forward-circle-outline:before {\n  content: \"\\ea37\";\n}\n.icon-chevron-forward-circle-sharp:before {\n  content: \"\\ea38\";\n}\n.icon-chevron-forward-outline:before {\n  content: \"\\ea39\";\n}\n.icon-chevron-forward-sharp:before {\n  content: \"\\ea3a\";\n}\n.icon-chevron-up:before {\n  content: \"\\ea3b\";\n}\n.icon-chevron-up-circle:before {\n  content: \"\\ea3c\";\n}\n.icon-chevron-up-circle-outline:before {\n  content: \"\\ea3d\";\n}\n.icon-chevron-up-circle-sharp:before {\n  content: \"\\ea3e\";\n}\n.icon-chevron-up-outline:before {\n  content: \"\\ea3f\";\n}\n.icon-chevron-up-sharp:before {\n  content: \"\\ea40\";\n}\n.icon-clipboard:before {\n  content: \"\\ea41\";\n}\n.icon-clipboard-outline:before {\n  content: \"\\ea42\";\n}\n.icon-clipboard-sharp:before {\n  content: \"\\ea43\";\n}\n.icon-close:before {\n  content: \"\\ea44\";\n}\n.icon-close-circle:before {\n  content: \"\\ea45\";\n}\n.icon-close-circle-outline:before {\n  content: \"\\ea46\";\n}\n.icon-close-circle-sharp:before {\n  content: \"\\ea47\";\n}\n.icon-close-outline:before {\n  content: \"\\ea48\";\n}\n.icon-close-sharp:before {\n  content: \"\\ea49\";\n}\n.icon-cloud:before {\n  content: \"\\ea4a\";\n}\n.icon-cloud-circle:before {\n  content: \"\\ea4b\";\n}\n.icon-cloud-circle-outline:before {\n  content: \"\\ea4c\";\n}\n.icon-cloud-circle-sharp:before {\n  content: \"\\ea4d\";\n}\n.icon-cloud-done:before {\n  content: \"\\ea4e\";\n}\n.icon-cloud-done-outline:before {\n  content: \"\\ea4f\";\n}\n.icon-cloud-done-sharp:before {\n  content: \"\\ea50\";\n}\n.icon-cloud-download:before {\n  content: \"\\ea51\";\n}\n.icon-cloud-download-outline:before {\n  content: \"\\ea52\";\n}\n.icon-cloud-download-sharp:before {\n  content: \"\\ea53\";\n}\n.icon-cloud-offline:before {\n  content: \"\\ea54\";\n}\n.icon-cloud-offline-outline:before {\n  content: \"\\ea55\";\n}\n.icon-cloud-offline-sharp:before {\n  content: \"\\ea56\";\n}\n.icon-cloud-outline:before {\n  content: \"\\ea57\";\n}\n.icon-cloud-sharp:before {\n  content: \"\\ea58\";\n}\n.icon-cloud-upload:before {\n  content: \"\\ea59\";\n}\n.icon-cloud-upload-outline:before {\n  content: \"\\ea5a\";\n}\n.icon-cloud-upload-sharp:before {\n  content: \"\\ea5b\";\n}\n.icon-cloudy:before {\n  content: \"\\ea5c\";\n}\n.icon-cloudy-night:before {\n  content: \"\\ea5d\";\n}\n.icon-cloudy-night-outline:before {\n  content: \"\\ea5e\";\n}\n.icon-cloudy-night-sharp:before {\n  content: \"\\ea5f\";\n}\n.icon-cloudy-outline:before {\n  content: \"\\ea60\";\n}\n.icon-cloudy-sharp:before {\n  content: \"\\ea61\";\n}\n.icon-code:before {\n  content: \"\\ea62\";\n}\n.icon-code-download:before {\n  content: \"\\ea63\";\n}\n.icon-code-download-outline:before {\n  content: \"\\ea64\";\n}\n.icon-code-download-sharp:before {\n  content: \"\\ea65\";\n}\n.icon-code-outline:before {\n  content: \"\\ea66\";\n}\n.icon-code-sharp:before {\n  content: \"\\ea67\";\n}\n.icon-code-slash:before {\n  content: \"\\ea68\";\n}\n.icon-code-slash-outline:before {\n  content: \"\\ea69\";\n}\n.icon-code-slash-sharp:before {\n  content: \"\\ea6a\";\n}\n.icon-code-working:before {\n  content: \"\\ea6b\";\n}\n.icon-code-working-outline:before {\n  content: \"\\ea6c\";\n}\n.icon-code-working-sharp:before {\n  content: \"\\ea6d\";\n}\n.icon-cog:before {\n  content: \"\\ea6e\";\n}\n.icon-cog-outline:before {\n  content: \"\\ea6f\";\n}\n.icon-cog-sharp:before {\n  content: \"\\ea70\";\n}\n.icon-color-fill:before {\n  content: \"\\ea71\";\n}\n.icon-color-fill-outline:before {\n  content: \"\\ea72\";\n}\n.icon-color-fill-sharp:before {\n  content: \"\\ea73\";\n}\n.icon-color-filter:before {\n  content: \"\\ea74\";\n}\n.icon-color-filter-outline:before {\n  content: \"\\ea75\";\n}\n.icon-color-filter-sharp:before {\n  content: \"\\ea76\";\n}\n.icon-color-palette:before {\n  content: \"\\ea77\";\n}\n.icon-color-palette-outline:before {\n  content: \"\\ea78\";\n}\n.icon-color-palette-sharp:before {\n  content: \"\\ea79\";\n}\n.icon-color-wand:before {\n  content: \"\\ea7a\";\n}\n.icon-color-wand-outline:before {\n  content: \"\\ea7b\";\n}\n.icon-color-wand-sharp:before {\n  content: \"\\ea7c\";\n}\n.icon-compass:before {\n  content: \"\\ea7d\";\n}\n.icon-compass-outline:before {\n  content: \"\\ea7e\";\n}\n.icon-compass-sharp:before {\n  content: \"\\ea7f\";\n}\n.icon-construct:before {\n  content: \"\\ea80\";\n}\n.icon-construct-outline:before {\n  content: \"\\ea81\";\n}\n.icon-construct-sharp:before {\n  content: \"\\ea82\";\n}\n.icon-contract:before {\n  content: \"\\ea83\";\n}\n.icon-contract-outline:before {\n  content: \"\\ea84\";\n}\n.icon-contract-sharp:before {\n  content: \"\\ea85\";\n}\n.icon-contrast:before {\n  content: \"\\ea86\";\n}\n.icon-contrast-outline:before {\n  content: \"\\ea87\";\n}\n.icon-contrast-sharp:before {\n  content: \"\\ea88\";\n}\n.icon-copy:before {\n  content: \"\\ea89\";\n}\n.icon-copy-outline:before {\n  content: \"\\ea8a\";\n}\n.icon-copy-sharp:before {\n  content: \"\\ea8b\";\n}\n.icon-create:before {\n  content: \"\\ea8c\";\n}\n.icon-create-outline:before {\n  content: \"\\ea8d\";\n}\n.icon-create-sharp:before {\n  content: \"\\ea8e\";\n}\n.icon-crop:before {\n  content: \"\\ea8f\";\n}\n.icon-crop-outline:before {\n  content: \"\\ea90\";\n}\n.icon-crop-sharp:before {\n  content: \"\\ea91\";\n}\n.icon-cube:before {\n  content: \"\\ea92\";\n}\n.icon-cube-outline:before {\n  content: \"\\ea93\";\n}\n.icon-cube-sharp:before {\n  content: \"\\ea94\";\n}\n.icon-cut:before {\n  content: \"\\ea95\";\n}\n.icon-cut-outline:before {\n  content: \"\\ea96\";\n}\n.icon-cut-sharp:before {\n  content: \"\\ea97\";\n}\n.icon-desktop:before {\n  content: \"\\ea98\";\n}\n.icon-desktop-outline:before {\n  content: \"\\ea99\";\n}\n.icon-desktop-sharp:before {\n  content: \"\\ea9a\";\n}\n.icon-diamond:before {\n  content: \"\\ea9b\";\n}\n.icon-diamond-outline:before {\n  content: \"\\ea9c\";\n}\n.icon-diamond-sharp:before {\n  content: \"\\ea9d\";\n}\n.icon-dice:before {\n  content: \"\\ea9e\";\n}\n.icon-dice-outline:before {\n  content: \"\\ea9f\";\n}\n.icon-dice-sharp:before {\n  content: \"\\eaa0\";\n}\n.icon-disc:before {\n  content: \"\\eaa1\";\n}\n.icon-disc-outline:before {\n  content: \"\\eaa2\";\n}\n.icon-disc-sharp:before {\n  content: \"\\eaa3\";\n}\n.icon-document:before {\n  content: \"\\eaa4\";\n}\n.icon-document-attach:before {\n  content: \"\\eaa5\";\n}\n.icon-document-attach-outline:before {\n  content: \"\\eaa6\";\n}\n.icon-document-attach-sharp:before {\n  content: \"\\eaa7\";\n}\n.icon-document-lock:before {\n  content: \"\\eaa8\";\n}\n.icon-document-lock-outline:before {\n  content: \"\\eaa9\";\n}\n.icon-document-lock-sharp:before {\n  content: \"\\eaaa\";\n}\n.icon-document-outline:before {\n  content: \"\\eaab\";\n}\n.icon-documents:before {\n  content: \"\\eaac\";\n}\n.icon-document-sharp:before {\n  content: \"\\eaad\";\n}\n.icon-documents-outline:before {\n  content: \"\\eaae\";\n}\n.icon-documents-sharp:before {\n  content: \"\\eaaf\";\n}\n.icon-document-text:before {\n  content: \"\\eab0\";\n}\n.icon-document-text-outline:before {\n  content: \"\\eab1\";\n}\n.icon-document-text-sharp:before {\n  content: \"\\eab2\";\n}\n.icon-download:before {\n  content: \"\\eab3\";\n}\n.icon-download-outline:before {\n  content: \"\\eab4\";\n}\n.icon-download-sharp:before {\n  content: \"\\eab5\";\n}\n.icon-duplicate:before {\n  content: \"\\eab6\";\n}\n.icon-duplicate-outline:before {\n  content: \"\\eab7\";\n}\n.icon-duplicate-sharp:before {\n  content: \"\\eab8\";\n}\n.icon-ear:before {\n  content: \"\\eab9\";\n}\n.icon-ear-outline:before {\n  content: \"\\eaba\";\n}\n.icon-ear-sharp:before {\n  content: \"\\eabb\";\n}\n.icon-earth:before {\n  content: \"\\eabc\";\n}\n.icon-earth-outline:before {\n  content: \"\\eabd\";\n}\n.icon-earth-sharp:before {\n  content: \"\\eabe\";\n}\n.icon-easel:before {\n  content: \"\\eabf\";\n}\n.icon-easel-outline:before {\n  content: \"\\eac0\";\n}\n.icon-easel-sharp:before {\n  content: \"\\eac1\";\n}\n.icon-egg:before {\n  content: \"\\eac2\";\n}\n.icon-egg-outline:before {\n  content: \"\\eac3\";\n}\n.icon-egg-sharp:before {\n  content: \"\\eac4\";\n}\n.icon-ellipse:before {\n  content: \"\\eac5\";\n}\n.icon-ellipse-outline:before {\n  content: \"\\eac6\";\n}\n.icon-ellipse-sharp:before {\n  content: \"\\eac7\";\n}\n.icon-ellipsis-horizontal:before {\n  content: \"\\eac8\";\n}\n.icon-ellipsis-horizontal-circle:before {\n  content: \"\\eac9\";\n}\n.icon-ellipsis-horizontal-circle-outline:before {\n  content: \"\\eaca\";\n}\n.icon-ellipsis-horizontal-circle-sharp:before {\n  content: \"\\eacb\";\n}\n.icon-ellipsis-horizontal-outline:before {\n  content: \"\\eacc\";\n}\n.icon-ellipsis-horizontal-sharp:before {\n  content: \"\\eacd\";\n}\n.icon-ellipsis-vertical:before {\n  content: \"\\eace\";\n}\n.icon-ellipsis-vertical-circle:before {\n  content: \"\\eacf\";\n}\n.icon-ellipsis-vertical-circle-outline:before {\n  content: \"\\ead0\";\n}\n.icon-ellipsis-vertical-circle-sharp:before {\n  content: \"\\ead1\";\n}\n.icon-ellipsis-vertical-outline:before {\n  content: \"\\ead2\";\n}\n.icon-ellipsis-vertical-sharp:before {\n  content: \"\\ead3\";\n}\n.icon-enter:before {\n  content: \"\\ead4\";\n}\n.icon-enter-outline:before {\n  content: \"\\ead5\";\n}\n.icon-enter-sharp:before {\n  content: \"\\ead6\";\n}\n.icon-exit:before {\n  content: \"\\ead7\";\n}\n.icon-exit-outline:before {\n  content: \"\\ead8\";\n}\n.icon-exit-sharp:before {\n  content: \"\\ead9\";\n}\n.icon-expand:before {\n  content: \"\\eada\";\n}\n.icon-expand-outline:before {\n  content: \"\\eadb\";\n}\n.icon-expand-sharp:before {\n  content: \"\\eadc\";\n}\n.icon-extension-puzzle:before {\n  content: \"\\eadd\";\n}\n.icon-extension-puzzle-outline:before {\n  content: \"\\eade\";\n}\n.icon-extension-puzzle-sharp:before {\n  content: \"\\eadf\";\n}\n.icon-eye:before {\n  content: \"\\eae0\";\n}\n.icon-eyedrop:before {\n  content: \"\\eae1\";\n}\n.icon-eyedrop-outline:before {\n  content: \"\\eae2\";\n}\n.icon-eyedrop-sharp:before {\n  content: \"\\eae3\";\n}\n.icon-eye-off:before {\n  content: \"\\eae4\";\n}\n.icon-eye-off-outline:before {\n  content: \"\\eae5\";\n}\n.icon-eye-off-sharp:before {\n  content: \"\\eae6\";\n}\n.icon-eye-outline:before {\n  content: \"\\eae7\";\n}\n.icon-eye-sharp:before {\n  content: \"\\eae8\";\n}\n.icon-fast-food:before {\n  content: \"\\eae9\";\n}\n.icon-fast-food-outline:before {\n  content: \"\\eaea\";\n}\n.icon-fast-food-sharp:before {\n  content: \"\\eaeb\";\n}\n.icon-female:before {\n  content: \"\\eaec\";\n}\n.icon-female-outline:before {\n  content: \"\\eaed\";\n}\n.icon-female-sharp:before {\n  content: \"\\eaee\";\n}\n.icon-file-tray:before {\n  content: \"\\eaef\";\n}\n.icon-file-tray-full:before {\n  content: \"\\eaf0\";\n}\n.icon-file-tray-full-outline:before {\n  content: \"\\eaf1\";\n}\n.icon-file-tray-full-sharp:before {\n  content: \"\\eaf2\";\n}\n.icon-file-tray-outline:before {\n  content: \"\\eaf3\";\n}\n.icon-file-tray-sharp:before {\n  content: \"\\eaf4\";\n}\n.icon-file-tray-stacked:before {\n  content: \"\\eaf5\";\n}\n.icon-file-tray-stacked-outline:before {\n  content: \"\\eaf6\";\n}\n.icon-file-tray-stacked-sharp:before {\n  content: \"\\eaf7\";\n}\n.icon-film:before {\n  content: \"\\eaf8\";\n}\n.icon-film-outline:before {\n  content: \"\\eaf9\";\n}\n.icon-film-sharp:before {\n  content: \"\\eafa\";\n}\n.icon-filter:before {\n  content: \"\\eafb\";\n}\n.icon-filter-circle:before {\n  content: \"\\eafc\";\n}\n.icon-filter-circle-outline:before {\n  content: \"\\eafd\";\n}\n.icon-filter-circle-sharp:before {\n  content: \"\\eafe\";\n}\n.icon-filter-outline:before {\n  content: \"\\eaff\";\n}\n.icon-filter-sharp:before {\n  content: \"\\eb00\";\n}\n.icon-finger-print:before {\n  content: \"\\eb01\";\n}\n.icon-finger-print-outline:before {\n  content: \"\\eb02\";\n}\n.icon-finger-print-sharp:before {\n  content: \"\\eb03\";\n}\n.icon-fish:before {\n  content: \"\\eb04\";\n}\n.icon-fish-outline:before {\n  content: \"\\eb05\";\n}\n.icon-fish-sharp:before {\n  content: \"\\eb06\";\n}\n.icon-fitness:before {\n  content: \"\\eb07\";\n}\n.icon-fitness-outline:before {\n  content: \"\\eb08\";\n}\n.icon-fitness-sharp:before {\n  content: \"\\eb09\";\n}\n.icon-flag:before {\n  content: \"\\eb0a\";\n}\n.icon-flag-outline:before {\n  content: \"\\eb0b\";\n}\n.icon-flag-sharp:before {\n  content: \"\\eb0c\";\n}\n.icon-flame:before {\n  content: \"\\eb0d\";\n}\n.icon-flame-outline:before {\n  content: \"\\eb0e\";\n}\n.icon-flame-sharp:before {\n  content: \"\\eb0f\";\n}\n.icon-flash:before {\n  content: \"\\eb10\";\n}\n.icon-flashlight:before {\n  content: \"\\eb11\";\n}\n.icon-flashlight-outline:before {\n  content: \"\\eb12\";\n}\n.icon-flashlight-sharp:before {\n  content: \"\\eb13\";\n}\n.icon-flash-off:before {\n  content: \"\\eb14\";\n}\n.icon-flash-off-outline:before {\n  content: \"\\eb15\";\n}\n.icon-flash-off-sharp:before {\n  content: \"\\eb16\";\n}\n.icon-flash-outline:before {\n  content: \"\\eb17\";\n}\n.icon-flash-sharp:before {\n  content: \"\\eb18\";\n}\n.icon-flask:before {\n  content: \"\\eb19\";\n}\n.icon-flask-outline:before {\n  content: \"\\eb1a\";\n}\n.icon-flask-sharp:before {\n  content: \"\\eb1b\";\n}\n.icon-flower:before {\n  content: \"\\eb1c\";\n}\n.icon-flower-outline:before {\n  content: \"\\eb1d\";\n}\n.icon-flower-sharp:before {\n  content: \"\\eb1e\";\n}\n.icon-folder:before {\n  content: \"\\eb1f\";\n}\n.icon-folder-open:before {\n  content: \"\\eb20\";\n}\n.icon-folder-open-outline:before {\n  content: \"\\eb21\";\n}\n.icon-folder-open-sharp:before {\n  content: \"\\eb22\";\n}\n.icon-folder-outline:before {\n  content: \"\\eb23\";\n}\n.icon-folder-sharp:before {\n  content: \"\\eb24\";\n}\n.icon-football:before {\n  content: \"\\eb25\";\n}\n.icon-football-outline:before {\n  content: \"\\eb26\";\n}\n.icon-football-sharp:before {\n  content: \"\\eb27\";\n}\n.icon-footsteps:before {\n  content: \"\\eb28\";\n}\n.icon-footsteps-outline:before {\n  content: \"\\eb29\";\n}\n.icon-footsteps-sharp:before {\n  content: \"\\eb2a\";\n}\n.icon-funnel:before {\n  content: \"\\eb2b\";\n}\n.icon-funnel-outline:before {\n  content: \"\\eb2c\";\n}\n.icon-funnel-sharp:before {\n  content: \"\\eb2d\";\n}\n.icon-game-controller:before {\n  content: \"\\eb2e\";\n}\n.icon-game-controller-outline:before {\n  content: \"\\eb2f\";\n}\n.icon-game-controller-sharp:before {\n  content: \"\\eb30\";\n}\n.icon-gift:before {\n  content: \"\\eb31\";\n}\n.icon-gift-outline:before {\n  content: \"\\eb32\";\n}\n.icon-gift-sharp:before {\n  content: \"\\eb33\";\n}\n.icon-git-branch:before {\n  content: \"\\eb34\";\n}\n.icon-git-branch-outline:before {\n  content: \"\\eb35\";\n}\n.icon-git-branch-sharp:before {\n  content: \"\\eb36\";\n}\n.icon-git-commit:before {\n  content: \"\\eb37\";\n}\n.icon-git-commit-outline:before {\n  content: \"\\eb38\";\n}\n.icon-git-commit-sharp:before {\n  content: \"\\eb39\";\n}\n.icon-git-compare:before {\n  content: \"\\eb3a\";\n}\n.icon-git-compare-outline:before {\n  content: \"\\eb3b\";\n}\n.icon-git-compare-sharp:before {\n  content: \"\\eb3c\";\n}\n.icon-git-merge:before {\n  content: \"\\eb3d\";\n}\n.icon-git-merge-outline:before {\n  content: \"\\eb3e\";\n}\n.icon-git-merge-sharp:before {\n  content: \"\\eb3f\";\n}\n.icon-git-network:before {\n  content: \"\\eb40\";\n}\n.icon-git-network-outline:before {\n  content: \"\\eb41\";\n}\n.icon-git-network-sharp:before {\n  content: \"\\eb42\";\n}\n.icon-git-pull-request:before {\n  content: \"\\eb43\";\n}\n.icon-git-pull-request-outline:before {\n  content: \"\\eb44\";\n}\n.icon-git-pull-request-sharp:before {\n  content: \"\\eb45\";\n}\n.icon-glasses:before {\n  content: \"\\eb46\";\n}\n.icon-glasses-outline:before {\n  content: \"\\eb47\";\n}\n.icon-glasses-sharp:before {\n  content: \"\\eb48\";\n}\n.icon-globe:before {\n  content: \"\\eb49\";\n}\n.icon-globe-outline:before {\n  content: \"\\eb4a\";\n}\n.icon-globe-sharp:before {\n  content: \"\\eb4b\";\n}\n.icon-golf:before {\n  content: \"\\eb4c\";\n}\n.icon-golf-outline:before {\n  content: \"\\eb4d\";\n}\n.icon-golf-sharp:before {\n  content: \"\\eb4e\";\n}\n.icon-grid:before {\n  content: \"\\eb4f\";\n}\n.icon-grid-outline:before {\n  content: \"\\eb50\";\n}\n.icon-grid-sharp:before {\n  content: \"\\eb51\";\n}\n.icon-hammer:before {\n  content: \"\\eb52\";\n}\n.icon-hammer-outline:before {\n  content: \"\\eb53\";\n}\n.icon-hammer-sharp:before {\n  content: \"\\eb54\";\n}\n.icon-hand-left:before {\n  content: \"\\eb55\";\n}\n.icon-hand-left-outline:before {\n  content: \"\\eb56\";\n}\n.icon-hand-left-sharp:before {\n  content: \"\\eb57\";\n}\n.icon-hand-right:before {\n  content: \"\\eb58\";\n}\n.icon-hand-right-outline:before {\n  content: \"\\eb59\";\n}\n.icon-hand-right-sharp:before {\n  content: \"\\eb5a\";\n}\n.icon-happy:before {\n  content: \"\\eb5b\";\n}\n.icon-happy-outline:before {\n  content: \"\\eb5c\";\n}\n.icon-happy-sharp:before {\n  content: \"\\eb5d\";\n}\n.icon-hardware-chip:before {\n  content: \"\\eb5e\";\n}\n.icon-hardware-chip-outline:before {\n  content: \"\\eb5f\";\n}\n.icon-hardware-chip-sharp:before {\n  content: \"\\eb60\";\n}\n.icon-headset:before {\n  content: \"\\eb61\";\n}\n.icon-headset-outline:before {\n  content: \"\\eb62\";\n}\n.icon-headset-sharp:before {\n  content: \"\\eb63\";\n}\n.icon-heart:before {\n  content: \"\\eb64\";\n}\n.icon-heart-circle:before {\n  content: \"\\eb65\";\n}\n.icon-heart-circle-outline:before {\n  content: \"\\eb66\";\n}\n.icon-heart-circle-sharp:before {\n  content: \"\\eb67\";\n}\n.icon-heart-dislike:before {\n  content: \"\\eb68\";\n}\n.icon-heart-dislike-circle:before {\n  content: \"\\eb69\";\n}\n.icon-heart-dislike-circle-outline:before {\n  content: \"\\eb6a\";\n}\n.icon-heart-dislike-circle-sharp:before {\n  content: \"\\eb6b\";\n}\n.icon-heart-dislike-outline:before {\n  content: \"\\eb6c\";\n}\n.icon-heart-dislike-sharp:before {\n  content: \"\\eb6d\";\n}\n.icon-heart-half:before {\n  content: \"\\eb6e\";\n}\n.icon-heart-half-outline:before {\n  content: \"\\eb6f\";\n}\n.icon-heart-half-sharp:before {\n  content: \"\\eb70\";\n}\n.icon-heart-outline:before {\n  content: \"\\eb71\";\n}\n.icon-heart-sharp:before {\n  content: \"\\eb72\";\n}\n.icon-help:before {\n  content: \"\\eb73\";\n}\n.icon-help-buoy:before {\n  content: \"\\eb74\";\n}\n.icon-help-buoy-outline:before {\n  content: \"\\eb75\";\n}\n.icon-help-buoy-sharp:before {\n  content: \"\\eb76\";\n}\n.icon-help-circle:before {\n  content: \"\\eb77\";\n}\n.icon-help-circle-outline:before {\n  content: \"\\eb78\";\n}\n.icon-help-circle-sharp:before {\n  content: \"\\eb79\";\n}\n.icon-help-outline:before {\n  content: \"\\eb7a\";\n}\n.icon-help-sharp:before {\n  content: \"\\eb7b\";\n}\n.icon-home:before {\n  content: \"\\eb7c\";\n}\n.icon-home-outline:before {\n  content: \"\\eb7d\";\n}\n.icon-home-sharp:before {\n  content: \"\\eb7e\";\n}\n.icon-hourglass:before {\n  content: \"\\eb7f\";\n}\n.icon-hourglass-outline:before {\n  content: \"\\eb80\";\n}\n.icon-hourglass-sharp:before {\n  content: \"\\eb81\";\n}\n.icon-ice-cream:before {\n  content: \"\\eb82\";\n}\n.icon-ice-cream-outline:before {\n  content: \"\\eb83\";\n}\n.icon-ice-cream-sharp:before {\n  content: \"\\eb84\";\n}\n.icon-id-card:before {\n  content: \"\\eb85\";\n}\n.icon-id-card-outline:before {\n  content: \"\\eb86\";\n}\n.icon-id-card-sharp:before {\n  content: \"\\eb87\";\n}\n.icon-image:before {\n  content: \"\\eb88\";\n}\n.icon-image-outline:before {\n  content: \"\\eb89\";\n}\n.icon-images:before {\n  content: \"\\eb8a\";\n}\n.icon-image-sharp:before {\n  content: \"\\eb8b\";\n}\n.icon-images-outline:before {\n  content: \"\\eb8c\";\n}\n.icon-images-sharp:before {\n  content: \"\\eb8d\";\n}\n.icon-infinite:before {\n  content: \"\\eb8e\";\n}\n.icon-infinite-outline:before {\n  content: \"\\eb8f\";\n}\n.icon-infinite-sharp:before {\n  content: \"\\eb90\";\n}\n.icon-information:before {\n  content: \"\\eb91\";\n}\n.icon-information-circle:before {\n  content: \"\\eb92\";\n}\n.icon-information-circle-outline:before {\n  content: \"\\eb93\";\n}\n.icon-information-circle-sharp:before {\n  content: \"\\eb94\";\n}\n.icon-information-outline:before {\n  content: \"\\eb95\";\n}\n.icon-information-sharp:before {\n  content: \"\\eb96\";\n}\n.icon-invert-mode:before {\n  content: \"\\eb97\";\n}\n.icon-invert-mode-outline:before {\n  content: \"\\eb98\";\n}\n.icon-invert-mode-sharp:before {\n  content: \"\\eb99\";\n}\n.icon-journal:before {\n  content: \"\\eb9a\";\n}\n.icon-journal-outline:before {\n  content: \"\\eb9b\";\n}\n.icon-journal-sharp:before {\n  content: \"\\eb9c\";\n}\n.icon-key:before {\n  content: \"\\eb9d\";\n}\n.icon-key-outline:before {\n  content: \"\\eb9e\";\n}\n.icon-keypad:before {\n  content: \"\\eb9f\";\n}\n.icon-keypad-outline:before {\n  content: \"\\eba0\";\n}\n.icon-keypad-sharp:before {\n  content: \"\\eba1\";\n}\n.icon-key-sharp:before {\n  content: \"\\eba2\";\n}\n.icon-language:before {\n  content: \"\\eba3\";\n}\n.icon-language-outline:before {\n  content: \"\\eba4\";\n}\n.icon-language-sharp:before {\n  content: \"\\eba5\";\n}\n.icon-laptop:before {\n  content: \"\\eba6\";\n}\n.icon-laptop-outline:before {\n  content: \"\\eba7\";\n}\n.icon-laptop-sharp:before {\n  content: \"\\eba8\";\n}\n.icon-layers:before {\n  content: \"\\eba9\";\n}\n.icon-layers-outline:before {\n  content: \"\\ebaa\";\n}\n.icon-layers-sharp:before {\n  content: \"\\ebab\";\n}\n.icon-leaf:before {\n  content: \"\\ebac\";\n}\n.icon-leaf-outline:before {\n  content: \"\\ebad\";\n}\n.icon-leaf-sharp:before {\n  content: \"\\ebae\";\n}\n.icon-library:before {\n  content: \"\\ebaf\";\n}\n.icon-library-outline:before {\n  content: \"\\ebb0\";\n}\n.icon-library-sharp:before {\n  content: \"\\ebb1\";\n}\n.icon-link:before {\n  content: \"\\ebb2\";\n}\n.icon-link-outline:before {\n  content: \"\\ebb3\";\n}\n.icon-link-sharp:before {\n  content: \"\\ebb4\";\n}\n.icon-list:before {\n  content: \"\\ebb5\";\n}\n.icon-list-circle:before {\n  content: \"\\ebb6\";\n}\n.icon-list-circle-outline:before {\n  content: \"\\ebb7\";\n}\n.icon-list-circle-sharp:before {\n  content: \"\\ebb8\";\n}\n.icon-list-outline:before {\n  content: \"\\ebb9\";\n}\n.icon-list-sharp:before {\n  content: \"\\ebba\";\n}\n.icon-locate:before {\n  content: \"\\ebbb\";\n}\n.icon-locate-outline:before {\n  content: \"\\ebbc\";\n}\n.icon-locate-sharp:before {\n  content: \"\\ebbd\";\n}\n.icon-location:before {\n  content: \"\\ebbe\";\n}\n.icon-location-outline:before {\n  content: \"\\ebbf\";\n}\n.icon-location-sharp:before {\n  content: \"\\ebc0\";\n}\n.icon-lock-closed:before {\n  content: \"\\ebc1\";\n}\n.icon-lock-closed-outline:before {\n  content: \"\\ebc2\";\n}\n.icon-lock-closed-sharp:before {\n  content: \"\\ebc3\";\n}\n.icon-lock-open:before {\n  content: \"\\ebc4\";\n}\n.icon-lock-open-outline:before {\n  content: \"\\ebc5\";\n}\n.icon-lock-open-sharp:before {\n  content: \"\\ebc6\";\n}\n.icon-log-in:before {\n  content: \"\\ebc7\";\n}\n.icon-log-in-outline:before {\n  content: \"\\ebc8\";\n}\n.icon-log-in-sharp:before {\n  content: \"\\ebc9\";\n}\n.icon-logo-alipay:before {\n  content: \"\\ebca\";\n}\n.icon-logo-amazon:before {\n  content: \"\\ebcb\";\n}\n.icon-logo-amplify:before {\n  content: \"\\ebcc\";\n}\n.icon-logo-android:before {\n  content: \"\\ebcd\";\n}\n.icon-logo-angular:before {\n  content: \"\\ebce\";\n}\n.icon-logo-apple:before {\n  content: \"\\ebcf\";\n}\n.icon-logo-apple-appstore:before {\n  content: \"\\ebd0\";\n}\n.icon-logo-apple-ar:before {\n  content: \"\\ebd1\";\n}\n.icon-logo-behance:before {\n  content: \"\\ebd2\";\n}\n.icon-logo-bitbucket:before {\n  content: \"\\ebd3\";\n}\n.icon-logo-bitcoin:before {\n  content: \"\\ebd4\";\n}\n.icon-logo-buffer:before {\n  content: \"\\ebd5\";\n}\n.icon-logo-capacitor:before {\n  content: \"\\ebd6\";\n}\n.icon-logo-chrome:before {\n  content: \"\\ebd7\";\n}\n.icon-logo-closed-captioning:before {\n  content: \"\\ebd8\";\n}\n.icon-logo-codepen:before {\n  content: \"\\ebd9\";\n}\n.icon-logo-css3:before {\n  content: \"\\ebda\";\n}\n.icon-logo-designernews:before {\n  content: \"\\ebdb\";\n}\n.icon-logo-deviantart:before {\n  content: \"\\ebdc\";\n}\n.icon-logo-discord:before {\n  content: \"\\ebdd\";\n}\n.icon-logo-docker:before {\n  content: \"\\ebde\";\n}\n.icon-logo-dribbble:before {\n  content: \"\\ebdf\";\n}\n.icon-logo-dropbox:before {\n  content: \"\\ebe0\";\n}\n.icon-logo-edge:before {\n  content: \"\\ebe1\";\n}\n.icon-logo-electron:before {\n  content: \"\\ebe2\";\n}\n.icon-logo-euro:before {\n  content: \"\\ebe3\";\n}\n.icon-logo-facebook:before {\n  content: \"\\ebe4\";\n}\n.icon-logo-figma:before {\n  content: \"\\ebe5\";\n}\n.icon-logo-firebase:before {\n  content: \"\\ebe6\";\n}\n.icon-logo-firefox:before {\n  content: \"\\ebe7\";\n}\n.icon-logo-flickr:before {\n  content: \"\\ebe8\";\n}\n.icon-logo-foursquare:before {\n  content: \"\\ebe9\";\n}\n.icon-logo-github:before {\n  content: \"\\ebea\";\n}\n.icon-logo-gitlab:before {\n  content: \"\\ebeb\";\n}\n.icon-logo-google:before {\n  content: \"\\ebec\";\n}\n.icon-logo-google-playstore:before {\n  content: \"\\ebed\";\n}\n.icon-logo-hackernews:before {\n  content: \"\\ebee\";\n}\n.icon-logo-html5:before {\n  content: \"\\ebef\";\n}\n.icon-logo-instagram:before {\n  content: \"\\ebf0\";\n}\n.icon-logo-ionic:before {\n  content: \"\\ebf1\";\n}\n.icon-logo-ionitron:before {\n  content: \"\\ebf2\";\n}\n.icon-logo-javascript:before {\n  content: \"\\ebf3\";\n}\n.icon-logo-laravel:before {\n  content: \"\\ebf4\";\n}\n.icon-logo-linkedin:before {\n  content: \"\\ebf5\";\n}\n.icon-logo-markdown:before {\n  content: \"\\ebf6\";\n}\n.icon-logo-mastodon:before {\n  content: \"\\ebf7\";\n}\n.icon-logo-medium:before {\n  content: \"\\ebf8\";\n}\n.icon-logo-microsoft:before {\n  content: \"\\ebf9\";\n}\n.icon-logo-nodejs:before {\n  content: \"\\ebfa\";\n}\n.icon-logo-no-smoking:before {\n  content: \"\\ebfb\";\n}\n.icon-logo-npm:before {\n  content: \"\\ebfc\";\n}\n.icon-logo-octocat:before {\n  content: \"\\ebfd\";\n}\n.icon-logo-paypal:before {\n  content: \"\\ebfe\";\n}\n.icon-logo-pinterest:before {\n  content: \"\\ebff\";\n}\n.icon-logo-playstation:before {\n  content: \"\\ec00\";\n}\n.icon-logo-pwa:before {\n  content: \"\\ec01\";\n}\n.icon-logo-python:before {\n  content: \"\\ec02\";\n}\n.icon-logo-react:before {\n  content: \"\\ec03\";\n}\n.icon-logo-reddit:before {\n  content: \"\\ec04\";\n}\n.icon-logo-rss:before {\n  content: \"\\ec05\";\n}\n.icon-logo-sass:before {\n  content: \"\\ec06\";\n}\n.icon-logo-skype:before {\n  content: \"\\ec07\";\n}\n.icon-logo-slack:before {\n  content: \"\\ec08\";\n}\n.icon-logo-snapchat:before {\n  content: \"\\ec09\";\n}\n.icon-logo-soundcloud:before {\n  content: \"\\ec0a\";\n}\n.icon-logo-stackoverflow:before {\n  content: \"\\ec0b\";\n}\n.icon-logo-steam:before {\n  content: \"\\ec0c\";\n}\n.icon-logo-stencil:before {\n  content: \"\\ec0d\";\n}\n.icon-logo-tableau:before {\n  content: \"\\ec0e\";\n}\n.icon-logo-tiktok:before {\n  content: \"\\ec0f\";\n}\n.icon-logo-tumblr:before {\n  content: \"\\ec10\";\n}\n.icon-logo-tux:before {\n  content: \"\\ec11\";\n}\n.icon-logo-twitch:before {\n  content: \"\\ec12\";\n}\n.icon-logo-twitter:before {\n  content: \"\\ec13\";\n}\n.icon-logo-usd:before {\n  content: \"\\ec14\";\n}\n.icon-log-out:before {\n  content: \"\\ec15\";\n}\n.icon-log-out-outline:before {\n  content: \"\\ec16\";\n}\n.icon-log-out-sharp:before {\n  content: \"\\ec17\";\n}\n.icon-logo-venmo:before {\n  content: \"\\ec18\";\n}\n.icon-logo-vercel:before {\n  content: \"\\ec19\";\n}\n.icon-logo-vimeo:before {\n  content: \"\\ec1a\";\n}\n.icon-logo-vk:before {\n  content: \"\\ec1b\";\n}\n.icon-logo-vue:before {\n  content: \"\\ec1c\";\n}\n.icon-logo-web-component:before {\n  content: \"\\ec1d\";\n}\n.icon-logo-wechat:before {\n  content: \"\\ec1e\";\n}\n.icon-logo-whatsapp:before {\n  content: \"\\ec1f\";\n}\n.icon-logo-windows:before {\n  content: \"\\ec20\";\n}\n.icon-logo-wordpress:before {\n  content: \"\\ec21\";\n}\n.icon-logo-xbox:before {\n  content: \"\\ec22\";\n}\n.icon-logo-xing:before {\n  content: \"\\ec23\";\n}\n.icon-logo-yahoo:before {\n  content: \"\\ec24\";\n}\n.icon-logo-yen:before {\n  content: \"\\ec25\";\n}\n.icon-logo-youtube:before {\n  content: \"\\ec26\";\n}\n.icon-magnet:before {\n  content: \"\\ec27\";\n}\n.icon-magnet-outline:before {\n  content: \"\\ec28\";\n}\n.icon-magnet-sharp:before {\n  content: \"\\ec29\";\n}\n.icon-mail:before {\n  content: \"\\ec2a\";\n}\n.icon-mail-open:before {\n  content: \"\\ec2b\";\n}\n.icon-mail-open-outline:before {\n  content: \"\\ec2c\";\n}\n.icon-mail-open-sharp:before {\n  content: \"\\ec2d\";\n}\n.icon-mail-outline:before {\n  content: \"\\ec2e\";\n}\n.icon-mail-sharp:before {\n  content: \"\\ec2f\";\n}\n.icon-mail-unread:before {\n  content: \"\\ec30\";\n}\n.icon-mail-unread-outline:before {\n  content: \"\\ec31\";\n}\n.icon-mail-unread-sharp:before {\n  content: \"\\ec32\";\n}\n.icon-male:before {\n  content: \"\\ec33\";\n}\n.icon-male-female:before {\n  content: \"\\ec34\";\n}\n.icon-male-female-outline:before {\n  content: \"\\ec35\";\n}\n.icon-male-female-sharp:before {\n  content: \"\\ec36\";\n}\n.icon-male-outline:before {\n  content: \"\\ec37\";\n}\n.icon-male-sharp:before {\n  content: \"\\ec38\";\n}\n.icon-man:before {\n  content: \"\\ec39\";\n}\n.icon-man-outline:before {\n  content: \"\\ec3a\";\n}\n.icon-man-sharp:before {\n  content: \"\\ec3b\";\n}\n.icon-map:before {\n  content: \"\\ec3c\";\n}\n.icon-map-outline:before {\n  content: \"\\ec3d\";\n}\n.icon-map-sharp:before {\n  content: \"\\ec3e\";\n}\n.icon-medal:before {\n  content: \"\\ec3f\";\n}\n.icon-medal-outline:before {\n  content: \"\\ec40\";\n}\n.icon-medal-sharp:before {\n  content: \"\\ec41\";\n}\n.icon-medical:before {\n  content: \"\\ec42\";\n}\n.icon-medical-outline:before {\n  content: \"\\ec43\";\n}\n.icon-medical-sharp:before {\n  content: \"\\ec44\";\n}\n.icon-medkit:before {\n  content: \"\\ec45\";\n}\n.icon-medkit-outline:before {\n  content: \"\\ec46\";\n}\n.icon-medkit-sharp:before {\n  content: \"\\ec47\";\n}\n.icon-megaphone:before {\n  content: \"\\ec48\";\n}\n.icon-megaphone-outline:before {\n  content: \"\\ec49\";\n}\n.icon-megaphone-sharp:before {\n  content: \"\\ec4a\";\n}\n.icon-menu:before {\n  content: \"\\ec4b\";\n}\n.icon-menu-outline:before {\n  content: \"\\ec4c\";\n}\n.icon-menu-sharp:before {\n  content: \"\\ec4d\";\n}\n.icon-mic:before {\n  content: \"\\ec4e\";\n}\n.icon-mic-circle:before {\n  content: \"\\ec4f\";\n}\n.icon-mic-circle-outline:before {\n  content: \"\\ec50\";\n}\n.icon-mic-circle-sharp:before {\n  content: \"\\ec51\";\n}\n.icon-mic-off:before {\n  content: \"\\ec52\";\n}\n.icon-mic-off-circle:before {\n  content: \"\\ec53\";\n}\n.icon-mic-off-circle-outline:before {\n  content: \"\\ec54\";\n}\n.icon-mic-off-circle-sharp:before {\n  content: \"\\ec55\";\n}\n.icon-mic-off-outline:before {\n  content: \"\\ec56\";\n}\n.icon-mic-off-sharp:before {\n  content: \"\\ec57\";\n}\n.icon-mic-outline:before {\n  content: \"\\ec58\";\n}\n.icon-mic-sharp:before {\n  content: \"\\ec59\";\n}\n.icon-moon:before {\n  content: \"\\ec5a\";\n}\n.icon-moon-outline:before {\n  content: \"\\ec5b\";\n}\n.icon-moon-sharp:before {\n  content: \"\\ec5c\";\n}\n.icon-move:before {\n  content: \"\\ec5d\";\n}\n.icon-move-outline:before {\n  content: \"\\ec5e\";\n}\n.icon-move-sharp:before {\n  content: \"\\ec5f\";\n}\n.icon-musical-note:before {\n  content: \"\\ec60\";\n}\n.icon-musical-note-outline:before {\n  content: \"\\ec61\";\n}\n.icon-musical-notes:before {\n  content: \"\\ec62\";\n}\n.icon-musical-note-sharp:before {\n  content: \"\\ec63\";\n}\n.icon-musical-notes-outline:before {\n  content: \"\\ec64\";\n}\n.icon-musical-notes-sharp:before {\n  content: \"\\ec65\";\n}\n.icon-navigate:before {\n  content: \"\\ec66\";\n}\n.icon-navigate-circle:before {\n  content: \"\\ec67\";\n}\n.icon-navigate-circle-outline:before {\n  content: \"\\ec68\";\n}\n.icon-navigate-circle-sharp:before {\n  content: \"\\ec69\";\n}\n.icon-navigate-outline:before {\n  content: \"\\ec6a\";\n}\n.icon-navigate-sharp:before {\n  content: \"\\ec6b\";\n}\n.icon-newspaper:before {\n  content: \"\\ec6c\";\n}\n.icon-newspaper-outline:before {\n  content: \"\\ec6d\";\n}\n.icon-newspaper-sharp:before {\n  content: \"\\ec6e\";\n}\n.icon-notifications:before {\n  content: \"\\ec6f\";\n}\n.icon-notifications-circle:before {\n  content: \"\\ec70\";\n}\n.icon-notifications-circle-outline:before {\n  content: \"\\ec71\";\n}\n.icon-notifications-circle-sharp:before {\n  content: \"\\ec72\";\n}\n.icon-notifications-off:before {\n  content: \"\\ec73\";\n}\n.icon-notifications-off-circle:before {\n  content: \"\\ec74\";\n}\n.icon-notifications-off-circle-outline:before {\n  content: \"\\ec75\";\n}\n.icon-notifications-off-circle-sharp:before {\n  content: \"\\ec76\";\n}\n.icon-notifications-off-outline:before {\n  content: \"\\ec77\";\n}\n.icon-notifications-off-sharp:before {\n  content: \"\\ec78\";\n}\n.icon-notifications-outline:before {\n  content: \"\\ec79\";\n}\n.icon-notifications-sharp:before {\n  content: \"\\ec7a\";\n}\n.icon-nuclear:before {\n  content: \"\\ec7b\";\n}\n.icon-nuclear-outline:before {\n  content: \"\\ec7c\";\n}\n.icon-nuclear-sharp:before {\n  content: \"\\ec7d\";\n}\n.icon-nutrition:before {\n  content: \"\\ec7e\";\n}\n.icon-nutrition-outline:before {\n  content: \"\\ec7f\";\n}\n.icon-nutrition-sharp:before {\n  content: \"\\ec80\";\n}\n.icon-open:before {\n  content: \"\\ec81\";\n}\n.icon-open-outline:before {\n  content: \"\\ec82\";\n}\n.icon-open-sharp:before {\n  content: \"\\ec83\";\n}\n.icon-options:before {\n  content: \"\\ec84\";\n}\n.icon-options-outline:before {\n  content: \"\\ec85\";\n}\n.icon-options-sharp:before {\n  content: \"\\ec86\";\n}\n.icon-paper-plane:before {\n  content: \"\\ec87\";\n}\n.icon-paper-plane-outline:before {\n  content: \"\\ec88\";\n}\n.icon-paper-plane-sharp:before {\n  content: \"\\ec89\";\n}\n.icon-partly-sunny:before {\n  content: \"\\ec8a\";\n}\n.icon-partly-sunny-outline:before {\n  content: \"\\ec8b\";\n}\n.icon-partly-sunny-sharp:before {\n  content: \"\\ec8c\";\n}\n.icon-pause:before {\n  content: \"\\ec8d\";\n}\n.icon-pause-circle:before {\n  content: \"\\ec8e\";\n}\n.icon-pause-circle-outline:before {\n  content: \"\\ec8f\";\n}\n.icon-pause-circle-sharp:before {\n  content: \"\\ec90\";\n}\n.icon-pause-outline:before {\n  content: \"\\ec91\";\n}\n.icon-pause-sharp:before {\n  content: \"\\ec92\";\n}\n.icon-paw:before {\n  content: \"\\ec93\";\n}\n.icon-paw-outline:before {\n  content: \"\\ec94\";\n}\n.icon-paw-sharp:before {\n  content: \"\\ec95\";\n}\n.icon-pencil:before {\n  content: \"\\ec96\";\n}\n.icon-pencil-outline:before {\n  content: \"\\ec97\";\n}\n.icon-pencil-sharp:before {\n  content: \"\\ec98\";\n}\n.icon-people:before {\n  content: \"\\ec99\";\n}\n.icon-people-circle:before {\n  content: \"\\ec9a\";\n}\n.icon-people-circle-outline:before {\n  content: \"\\ec9b\";\n}\n.icon-people-circle-sharp:before {\n  content: \"\\ec9c\";\n}\n.icon-people-outline:before {\n  content: \"\\ec9d\";\n}\n.icon-people-sharp:before {\n  content: \"\\ec9e\";\n}\n.icon-person:before {\n  content: \"\\ec9f\";\n}\n.icon-person-add:before {\n  content: \"\\eca0\";\n}\n.icon-person-add-outline:before {\n  content: \"\\eca1\";\n}\n.icon-person-add-sharp:before {\n  content: \"\\eca2\";\n}\n.icon-person-circle:before {\n  content: \"\\eca3\";\n}\n.icon-person-circle-outline:before {\n  content: \"\\eca4\";\n}\n.icon-person-circle-sharp:before {\n  content: \"\\eca5\";\n}\n.icon-person-outline:before {\n  content: \"\\eca6\";\n}\n.icon-person-remove:before {\n  content: \"\\eca7\";\n}\n.icon-person-remove-outline:before {\n  content: \"\\eca8\";\n}\n.icon-person-remove-sharp:before {\n  content: \"\\eca9\";\n}\n.icon-person-sharp:before {\n  content: \"\\ecaa\";\n}\n.icon-phone-landscape:before {\n  content: \"\\ecab\";\n}\n.icon-phone-landscape-outline:before {\n  content: \"\\ecac\";\n}\n.icon-phone-landscape-sharp:before {\n  content: \"\\ecad\";\n}\n.icon-phone-portrait:before {\n  content: \"\\ecae\";\n}\n.icon-phone-portrait-outline:before {\n  content: \"\\ecaf\";\n}\n.icon-phone-portrait-sharp:before {\n  content: \"\\ecb0\";\n}\n.icon-pie-chart:before {\n  content: \"\\ecb1\";\n}\n.icon-pie-chart-outline:before {\n  content: \"\\ecb2\";\n}\n.icon-pie-chart-sharp:before {\n  content: \"\\ecb3\";\n}\n.icon-pin:before {\n  content: \"\\ecb4\";\n}\n.icon-pin-outline:before {\n  content: \"\\ecb5\";\n}\n.icon-pin-sharp:before {\n  content: \"\\ecb6\";\n}\n.icon-pint:before {\n  content: \"\\ecb7\";\n}\n.icon-pint-outline:before {\n  content: \"\\ecb8\";\n}\n.icon-pint-sharp:before {\n  content: \"\\ecb9\";\n}\n.icon-pizza:before {\n  content: \"\\ecba\";\n}\n.icon-pizza-outline:before {\n  content: \"\\ecbb\";\n}\n.icon-pizza-sharp:before {\n  content: \"\\ecbc\";\n}\n.icon-planet:before {\n  content: \"\\ecbd\";\n}\n.icon-planet-outline:before {\n  content: \"\\ecbe\";\n}\n.icon-planet-sharp:before {\n  content: \"\\ecbf\";\n}\n.icon-play:before {\n  content: \"\\ecc0\";\n}\n.icon-play-back:before {\n  content: \"\\ecc1\";\n}\n.icon-play-back-circle:before {\n  content: \"\\ecc2\";\n}\n.icon-play-back-circle-outline:before {\n  content: \"\\ecc3\";\n}\n.icon-play-back-circle-sharp:before {\n  content: \"\\ecc4\";\n}\n.icon-play-back-outline:before {\n  content: \"\\ecc5\";\n}\n.icon-play-back-sharp:before {\n  content: \"\\ecc6\";\n}\n.icon-play-circle:before {\n  content: \"\\ecc7\";\n}\n.icon-play-circle-outline:before {\n  content: \"\\ecc8\";\n}\n.icon-play-circle-sharp:before {\n  content: \"\\ecc9\";\n}\n.icon-play-forward:before {\n  content: \"\\ecca\";\n}\n.icon-play-forward-circle:before {\n  content: \"\\eccb\";\n}\n.icon-play-forward-circle-outline:before {\n  content: \"\\eccc\";\n}\n.icon-play-forward-circle-sharp:before {\n  content: \"\\eccd\";\n}\n.icon-play-forward-outline:before {\n  content: \"\\ecce\";\n}\n.icon-play-forward-sharp:before {\n  content: \"\\eccf\";\n}\n.icon-play-outline:before {\n  content: \"\\ecd0\";\n}\n.icon-play-sharp:before {\n  content: \"\\ecd1\";\n}\n.icon-play-skip-back:before {\n  content: \"\\ecd2\";\n}\n.icon-play-skip-back-circle:before {\n  content: \"\\ecd3\";\n}\n.icon-play-skip-back-circle-outline:before {\n  content: \"\\ecd4\";\n}\n.icon-play-skip-back-circle-sharp:before {\n  content: \"\\ecd5\";\n}\n.icon-play-skip-back-outline:before {\n  content: \"\\ecd6\";\n}\n.icon-play-skip-back-sharp:before {\n  content: \"\\ecd7\";\n}\n.icon-play-skip-forward:before {\n  content: \"\\ecd8\";\n}\n.icon-play-skip-forward-circle:before {\n  content: \"\\ecd9\";\n}\n.icon-play-skip-forward-circle-outline:before {\n  content: \"\\ecda\";\n}\n.icon-play-skip-forward-circle-sharp:before {\n  content: \"\\ecdb\";\n}\n.icon-play-skip-forward-outline:before {\n  content: \"\\ecdc\";\n}\n.icon-play-skip-forward-sharp:before {\n  content: \"\\ecdd\";\n}\n.icon-podium:before {\n  content: \"\\ecde\";\n}\n.icon-podium-outline:before {\n  content: \"\\ecdf\";\n}\n.icon-podium-sharp:before {\n  content: \"\\ece0\";\n}\n.icon-power:before {\n  content: \"\\ece1\";\n}\n.icon-power-outline:before {\n  content: \"\\ece2\";\n}\n.icon-power-sharp:before {\n  content: \"\\ece3\";\n}\n.icon-pricetag:before {\n  content: \"\\ece4\";\n}\n.icon-pricetag-outline:before {\n  content: \"\\ece5\";\n}\n.icon-pricetags:before {\n  content: \"\\ece6\";\n}\n.icon-pricetag-sharp:before {\n  content: \"\\ece7\";\n}\n.icon-pricetags-outline:before {\n  content: \"\\ece8\";\n}\n.icon-pricetags-sharp:before {\n  content: \"\\ece9\";\n}\n.icon-print:before {\n  content: \"\\ecea\";\n}\n.icon-print-outline:before {\n  content: \"\\eceb\";\n}\n.icon-print-sharp:before {\n  content: \"\\ecec\";\n}\n.icon-prism:before {\n  content: \"\\eced\";\n}\n.icon-prism-outline:before {\n  content: \"\\ecee\";\n}\n.icon-prism-sharp:before {\n  content: \"\\ecef\";\n}\n.icon-pulse:before {\n  content: \"\\ecf0\";\n}\n.icon-pulse-outline:before {\n  content: \"\\ecf1\";\n}\n.icon-pulse-sharp:before {\n  content: \"\\ecf2\";\n}\n.icon-push:before {\n  content: \"\\ecf3\";\n}\n.icon-push-outline:before {\n  content: \"\\ecf4\";\n}\n.icon-push-sharp:before {\n  content: \"\\ecf5\";\n}\n.icon-qr-code:before {\n  content: \"\\ecf6\";\n}\n.icon-qr-code-outline:before {\n  content: \"\\ecf7\";\n}\n.icon-qr-code-sharp:before {\n  content: \"\\ecf8\";\n}\n.icon-radio:before {\n  content: \"\\ecf9\";\n}\n.icon-radio-button-off:before {\n  content: \"\\ecfa\";\n}\n.icon-radio-button-off-outline:before {\n  content: \"\\ecfb\";\n}\n.icon-radio-button-off-sharp:before {\n  content: \"\\ecfc\";\n}\n.icon-radio-button-on:before {\n  content: \"\\ecfd\";\n}\n.icon-radio-button-on-outline:before {\n  content: \"\\ecfe\";\n}\n.icon-radio-button-on-sharp:before {\n  content: \"\\ecff\";\n}\n.icon-radio-outline:before {\n  content: \"\\ed00\";\n}\n.icon-radio-sharp:before {\n  content: \"\\ed01\";\n}\n.icon-rainy:before {\n  content: \"\\ed02\";\n}\n.icon-rainy-outline:before {\n  content: \"\\ed03\";\n}\n.icon-rainy-sharp:before {\n  content: \"\\ed04\";\n}\n.icon-reader:before {\n  content: \"\\ed05\";\n}\n.icon-reader-outline:before {\n  content: \"\\ed06\";\n}\n.icon-reader-sharp:before {\n  content: \"\\ed07\";\n}\n.icon-receipt:before {\n  content: \"\\ed08\";\n}\n.icon-receipt-outline:before {\n  content: \"\\ed09\";\n}\n.icon-receipt-sharp:before {\n  content: \"\\ed0a\";\n}\n.icon-recording:before {\n  content: \"\\ed0b\";\n}\n.icon-recording-outline:before {\n  content: \"\\ed0c\";\n}\n.icon-recording-sharp:before {\n  content: \"\\ed0d\";\n}\n.icon-refresh:before {\n  content: \"\\ed0e\";\n}\n.icon-refresh-circle:before {\n  content: \"\\ed0f\";\n}\n.icon-refresh-circle-outline:before {\n  content: \"\\ed10\";\n}\n.icon-refresh-circle-sharp:before {\n  content: \"\\ed11\";\n}\n.icon-refresh-outline:before {\n  content: \"\\ed12\";\n}\n.icon-refresh-sharp:before {\n  content: \"\\ed13\";\n}\n.icon-reload:before {\n  content: \"\\ed14\";\n}\n.icon-reload-circle:before {\n  content: \"\\ed15\";\n}\n.icon-reload-circle-outline:before {\n  content: \"\\ed16\";\n}\n.icon-reload-circle-sharp:before {\n  content: \"\\ed17\";\n}\n.icon-reload-outline:before {\n  content: \"\\ed18\";\n}\n.icon-reload-sharp:before {\n  content: \"\\ed19\";\n}\n.icon-remove:before {\n  content: \"\\ed1a\";\n}\n.icon-remove-circle:before {\n  content: \"\\ed1b\";\n}\n.icon-remove-circle-outline:before {\n  content: \"\\ed1c\";\n}\n.icon-remove-circle-sharp:before {\n  content: \"\\ed1d\";\n}\n.icon-remove-outline:before {\n  content: \"\\ed1e\";\n}\n.icon-remove-sharp:before {\n  content: \"\\ed1f\";\n}\n.icon-reorder-four:before {\n  content: \"\\ed20\";\n}\n.icon-reorder-four-outline:before {\n  content: \"\\ed21\";\n}\n.icon-reorder-four-sharp:before {\n  content: \"\\ed22\";\n}\n.icon-reorder-three:before {\n  content: \"\\ed23\";\n}\n.icon-reorder-three-outline:before {\n  content: \"\\ed24\";\n}\n.icon-reorder-three-sharp:before {\n  content: \"\\ed25\";\n}\n.icon-reorder-two:before {\n  content: \"\\ed26\";\n}\n.icon-reorder-two-outline:before {\n  content: \"\\ed27\";\n}\n.icon-reorder-two-sharp:before {\n  content: \"\\ed28\";\n}\n.icon-repeat:before {\n  content: \"\\ed29\";\n}\n.icon-repeat-outline:before {\n  content: \"\\ed2a\";\n}\n.icon-repeat-sharp:before {\n  content: \"\\ed2b\";\n}\n.icon-resize:before {\n  content: \"\\ed2c\";\n}\n.icon-resize-outline:before {\n  content: \"\\ed2d\";\n}\n.icon-resize-sharp:before {\n  content: \"\\ed2e\";\n}\n.icon-restaurant:before {\n  content: \"\\ed2f\";\n}\n.icon-restaurant-outline:before {\n  content: \"\\ed30\";\n}\n.icon-restaurant-sharp:before {\n  content: \"\\ed31\";\n}\n.icon-return-down-back:before {\n  content: \"\\ed32\";\n}\n.icon-return-down-back-outline:before {\n  content: \"\\ed33\";\n}\n.icon-return-down-back-sharp:before {\n  content: \"\\ed34\";\n}\n.icon-return-down-forward:before {\n  content: \"\\ed35\";\n}\n.icon-return-down-forward-outline:before {\n  content: \"\\ed36\";\n}\n.icon-return-down-forward-sharp:before {\n  content: \"\\ed37\";\n}\n.icon-return-up-back:before {\n  content: \"\\ed38\";\n}\n.icon-return-up-back-outline:before {\n  content: \"\\ed39\";\n}\n.icon-return-up-back-sharp:before {\n  content: \"\\ed3a\";\n}\n.icon-return-up-forward:before {\n  content: \"\\ed3b\";\n}\n.icon-return-up-forward-outline:before {\n  content: \"\\ed3c\";\n}\n.icon-return-up-forward-sharp:before {\n  content: \"\\ed3d\";\n}\n.icon-ribbon:before {\n  content: \"\\ed3e\";\n}\n.icon-ribbon-outline:before {\n  content: \"\\ed3f\";\n}\n.icon-ribbon-sharp:before {\n  content: \"\\ed40\";\n}\n.icon-rocket:before {\n  content: \"\\ed41\";\n}\n.icon-rocket-outline:before {\n  content: \"\\ed42\";\n}\n.icon-rocket-sharp:before {\n  content: \"\\ed43\";\n}\n.icon-rose:before {\n  content: \"\\ed44\";\n}\n.icon-rose-outline:before {\n  content: \"\\ed45\";\n}\n.icon-rose-sharp:before {\n  content: \"\\ed46\";\n}\n.icon-sad:before {\n  content: \"\\ed47\";\n}\n.icon-sad-outline:before {\n  content: \"\\ed48\";\n}\n.icon-sad-sharp:before {\n  content: \"\\ed49\";\n}\n.icon-save:before {\n  content: \"\\ed4a\";\n}\n.icon-save-outline:before {\n  content: \"\\ed4b\";\n}\n.icon-save-sharp:before {\n  content: \"\\ed4c\";\n}\n.icon-scale:before {\n  content: \"\\ed4d\";\n}\n.icon-scale-outline:before {\n  content: \"\\ed4e\";\n}\n.icon-scale-sharp:before {\n  content: \"\\ed4f\";\n}\n.icon-scan:before {\n  content: \"\\ed50\";\n}\n.icon-scan-circle:before {\n  content: \"\\ed51\";\n}\n.icon-scan-circle-outline:before {\n  content: \"\\ed52\";\n}\n.icon-scan-circle-sharp:before {\n  content: \"\\ed53\";\n}\n.icon-scan-outline:before {\n  content: \"\\ed54\";\n}\n.icon-scan-sharp:before {\n  content: \"\\ed55\";\n}\n.icon-school:before {\n  content: \"\\ed56\";\n}\n.icon-school-outline:before {\n  content: \"\\ed57\";\n}\n.icon-school-sharp:before {\n  content: \"\\ed58\";\n}\n.icon-search:before {\n  content: \"\\ed59\";\n}\n.icon-search-circle:before {\n  content: \"\\ed5a\";\n}\n.icon-search-circle-outline:before {\n  content: \"\\ed5b\";\n}\n.icon-search-circle-sharp:before {\n  content: \"\\ed5c\";\n}\n.icon-search-outline:before {\n  content: \"\\ed5d\";\n}\n.icon-search-sharp:before {\n  content: \"\\ed5e\";\n}\n.icon-send:before {\n  content: \"\\ed5f\";\n}\n.icon-send-outline:before {\n  content: \"\\ed60\";\n}\n.icon-send-sharp:before {\n  content: \"\\ed61\";\n}\n.icon-server:before {\n  content: \"\\ed62\";\n}\n.icon-server-outline:before {\n  content: \"\\ed63\";\n}\n.icon-server-sharp:before {\n  content: \"\\ed64\";\n}\n.icon-settings:before {\n  content: \"\\ed65\";\n}\n.icon-settings-outline:before {\n  content: \"\\ed66\";\n}\n.icon-settings-sharp:before {\n  content: \"\\ed67\";\n}\n.icon-shapes:before {\n  content: \"\\ed68\";\n}\n.icon-shapes-outline:before {\n  content: \"\\ed69\";\n}\n.icon-shapes-sharp:before {\n  content: \"\\ed6a\";\n}\n.icon-share:before {\n  content: \"\\ed6b\";\n}\n.icon-share-outline:before {\n  content: \"\\ed6c\";\n}\n.icon-share-sharp:before {\n  content: \"\\ed6d\";\n}\n.icon-share-social:before {\n  content: \"\\ed6e\";\n}\n.icon-share-social-outline:before {\n  content: \"\\ed6f\";\n}\n.icon-share-social-sharp:before {\n  content: \"\\ed70\";\n}\n.icon-shield:before {\n  content: \"\\ed71\";\n}\n.icon-shield-checkmark:before {\n  content: \"\\ed72\";\n}\n.icon-shield-checkmark-outline:before {\n  content: \"\\ed73\";\n}\n.icon-shield-checkmark-sharp:before {\n  content: \"\\ed74\";\n}\n.icon-shield-half:before {\n  content: \"\\ed75\";\n}\n.icon-shield-half-outline:before {\n  content: \"\\ed76\";\n}\n.icon-shield-half-sharp:before {\n  content: \"\\ed77\";\n}\n.icon-shield-outline:before {\n  content: \"\\ed78\";\n}\n.icon-shield-sharp:before {\n  content: \"\\ed79\";\n}\n.icon-shirt:before {\n  content: \"\\ed7a\";\n}\n.icon-shirt-outline:before {\n  content: \"\\ed7b\";\n}\n.icon-shirt-sharp:before {\n  content: \"\\ed7c\";\n}\n.icon-shuffle:before {\n  content: \"\\ed7d\";\n}\n.icon-shuffle-outline:before {\n  content: \"\\ed7e\";\n}\n.icon-shuffle-sharp:before {\n  content: \"\\ed7f\";\n}\n.icon-skull:before {\n  content: \"\\ed80\";\n}\n.icon-skull-outline:before {\n  content: \"\\ed81\";\n}\n.icon-skull-sharp:before {\n  content: \"\\ed82\";\n}\n.icon-snow:before {\n  content: \"\\ed83\";\n}\n.icon-snow-outline:before {\n  content: \"\\ed84\";\n}\n.icon-snow-sharp:before {\n  content: \"\\ed85\";\n}\n.icon-sparkles:before {\n  content: \"\\ed86\";\n}\n.icon-sparkles-outline:before {\n  content: \"\\ed87\";\n}\n.icon-sparkles-sharp:before {\n  content: \"\\ed88\";\n}\n.icon-speedometer:before {\n  content: \"\\ed89\";\n}\n.icon-speedometer-outline:before {\n  content: \"\\ed8a\";\n}\n.icon-speedometer-sharp:before {\n  content: \"\\ed8b\";\n}\n.icon-square:before {\n  content: \"\\ed8c\";\n}\n.icon-square-outline:before {\n  content: \"\\ed8d\";\n}\n.icon-square-sharp:before {\n  content: \"\\ed8e\";\n}\n.icon-star:before {\n  content: \"\\ed8f\";\n}\n.icon-star-half:before {\n  content: \"\\ed90\";\n}\n.icon-star-half-outline:before {\n  content: \"\\ed91\";\n}\n.icon-star-half-sharp:before {\n  content: \"\\ed92\";\n}\n.icon-star-outline:before {\n  content: \"\\ed93\";\n}\n.icon-star-sharp:before {\n  content: \"\\ed94\";\n}\n.icon-stats-chart:before {\n  content: \"\\ed95\";\n}\n.icon-stats-chart-outline:before {\n  content: \"\\ed96\";\n}\n.icon-stats-chart-sharp:before {\n  content: \"\\ed97\";\n}\n.icon-stop:before {\n  content: \"\\ed98\";\n}\n.icon-stop-circle:before {\n  content: \"\\ed99\";\n}\n.icon-stop-circle-outline:before {\n  content: \"\\ed9a\";\n}\n.icon-stop-circle-sharp:before {\n  content: \"\\ed9b\";\n}\n.icon-stop-outline:before {\n  content: \"\\ed9c\";\n}\n.icon-stop-sharp:before {\n  content: \"\\ed9d\";\n}\n.icon-stopwatch:before {\n  content: \"\\ed9e\";\n}\n.icon-stopwatch-outline:before {\n  content: \"\\ed9f\";\n}\n.icon-stopwatch-sharp:before {\n  content: \"\\eda0\";\n}\n.icon-storefront:before {\n  content: \"\\eda1\";\n}\n.icon-storefront-outline:before {\n  content: \"\\eda2\";\n}\n.icon-storefront-sharp:before {\n  content: \"\\eda3\";\n}\n.icon-subway:before {\n  content: \"\\eda4\";\n}\n.icon-subway-outline:before {\n  content: \"\\eda5\";\n}\n.icon-subway-sharp:before {\n  content: \"\\eda6\";\n}\n.icon-sunny:before {\n  content: \"\\eda7\";\n}\n.icon-sunny-outline:before {\n  content: \"\\eda8\";\n}\n.icon-sunny-sharp:before {\n  content: \"\\eda9\";\n}\n.icon-swap-horizontal:before {\n  content: \"\\edaa\";\n}\n.icon-swap-horizontal-outline:before {\n  content: \"\\edab\";\n}\n.icon-swap-horizontal-sharp:before {\n  content: \"\\edac\";\n}\n.icon-swap-vertical:before {\n  content: \"\\edad\";\n}\n.icon-swap-vertical-outline:before {\n  content: \"\\edae\";\n}\n.icon-swap-vertical-sharp:before {\n  content: \"\\edaf\";\n}\n.icon-sync:before {\n  content: \"\\edb0\";\n}\n.icon-sync-circle:before {\n  content: \"\\edb1\";\n}\n.icon-sync-circle-outline:before {\n  content: \"\\edb2\";\n}\n.icon-sync-circle-sharp:before {\n  content: \"\\edb3\";\n}\n.icon-sync-outline:before {\n  content: \"\\edb4\";\n}\n.icon-sync-sharp:before {\n  content: \"\\edb5\";\n}\n.icon-tablet-landscape:before {\n  content: \"\\edb6\";\n}\n.icon-tablet-landscape-outline:before {\n  content: \"\\edb7\";\n}\n.icon-tablet-landscape-sharp:before {\n  content: \"\\edb8\";\n}\n.icon-tablet-portrait:before {\n  content: \"\\edb9\";\n}\n.icon-tablet-portrait-outline:before {\n  content: \"\\edba\";\n}\n.icon-tablet-portrait-sharp:before {\n  content: \"\\edbb\";\n}\n.icon-telescope:before {\n  content: \"\\edbc\";\n}\n.icon-telescope-outline:before {\n  content: \"\\edbd\";\n}\n.icon-telescope-sharp:before {\n  content: \"\\edbe\";\n}\n.icon-tennisball:before {\n  content: \"\\edbf\";\n}\n.icon-tennisball-outline:before {\n  content: \"\\edc0\";\n}\n.icon-tennisball-sharp:before {\n  content: \"\\edc1\";\n}\n.icon-terminal:before {\n  content: \"\\edc2\";\n}\n.icon-terminal-outline:before {\n  content: \"\\edc3\";\n}\n.icon-terminal-sharp:before {\n  content: \"\\edc4\";\n}\n.icon-text:before {\n  content: \"\\edc5\";\n}\n.icon-text-outline:before {\n  content: \"\\edc6\";\n}\n.icon-text-sharp:before {\n  content: \"\\edc7\";\n}\n.icon-thermometer:before {\n  content: \"\\edc8\";\n}\n.icon-thermometer-outline:before {\n  content: \"\\edc9\";\n}\n.icon-thermometer-sharp:before {\n  content: \"\\edca\";\n}\n.icon-thumbs-down:before {\n  content: \"\\edcb\";\n}\n.icon-thumbs-down-outline:before {\n  content: \"\\edcc\";\n}\n.icon-thumbs-down-sharp:before {\n  content: \"\\edcd\";\n}\n.icon-thumbs-up:before {\n  content: \"\\edce\";\n}\n.icon-thumbs-up-outline:before {\n  content: \"\\edcf\";\n}\n.icon-thumbs-up-sharp:before {\n  content: \"\\edd0\";\n}\n.icon-thunderstorm:before {\n  content: \"\\edd1\";\n}\n.icon-thunderstorm-outline:before {\n  content: \"\\edd2\";\n}\n.icon-thunderstorm-sharp:before {\n  content: \"\\edd3\";\n}\n.icon-ticket:before {\n  content: \"\\edd4\";\n}\n.icon-ticket-outline:before {\n  content: \"\\edd5\";\n}\n.icon-ticket-sharp:before {\n  content: \"\\edd6\";\n}\n.icon-time:before {\n  content: \"\\edd7\";\n}\n.icon-time-outline:before {\n  content: \"\\edd8\";\n}\n.icon-timer:before {\n  content: \"\\edd9\";\n}\n.icon-timer-outline:before {\n  content: \"\\edda\";\n}\n.icon-timer-sharp:before {\n  content: \"\\eddb\";\n}\n.icon-time-sharp:before {\n  content: \"\\eddc\";\n}\n.icon-today:before {\n  content: \"\\eddd\";\n}\n.icon-today-outline:before {\n  content: \"\\edde\";\n}\n.icon-today-sharp:before {\n  content: \"\\eddf\";\n}\n.icon-toggle:before {\n  content: \"\\ede0\";\n}\n.icon-toggle-outline:before {\n  content: \"\\ede1\";\n}\n.icon-toggle-sharp:before {\n  content: \"\\ede2\";\n}\n.icon-trail-sign:before {\n  content: \"\\ede3\";\n}\n.icon-trail-sign-outline:before {\n  content: \"\\ede4\";\n}\n.icon-trail-sign-sharp:before {\n  content: \"\\ede5\";\n}\n.icon-train:before {\n  content: \"\\ede6\";\n}\n.icon-train-outline:before {\n  content: \"\\ede7\";\n}\n.icon-train-sharp:before {\n  content: \"\\ede8\";\n}\n.icon-transgender:before {\n  content: \"\\ede9\";\n}\n.icon-transgender-outline:before {\n  content: \"\\edea\";\n}\n.icon-transgender-sharp:before {\n  content: \"\\edeb\";\n}\n.icon-trash:before {\n  content: \"\\edec\";\n}\n.icon-trash-bin:before {\n  content: \"\\eded\";\n}\n.icon-trash-bin-outline:before {\n  content: \"\\edee\";\n}\n.icon-trash-bin-sharp:before {\n  content: \"\\edef\";\n}\n.icon-trash-outline:before {\n  content: \"\\edf0\";\n}\n.icon-trash-sharp:before {\n  content: \"\\edf1\";\n}\n.icon-trending-down:before {\n  content: \"\\edf2\";\n}\n.icon-trending-down-outline:before {\n  content: \"\\edf3\";\n}\n.icon-trending-down-sharp:before {\n  content: \"\\edf4\";\n}\n.icon-trending-up:before {\n  content: \"\\edf5\";\n}\n.icon-trending-up-outline:before {\n  content: \"\\edf6\";\n}\n.icon-trending-up-sharp:before {\n  content: \"\\edf7\";\n}\n.icon-triangle:before {\n  content: \"\\edf8\";\n}\n.icon-triangle-outline:before {\n  content: \"\\edf9\";\n}\n.icon-triangle-sharp:before {\n  content: \"\\edfa\";\n}\n.icon-trophy:before {\n  content: \"\\edfb\";\n}\n.icon-trophy-outline:before {\n  content: \"\\edfc\";\n}\n.icon-trophy-sharp:before {\n  content: \"\\edfd\";\n}\n.icon-tv:before {\n  content: \"\\edfe\";\n}\n.icon-tv-outline:before {\n  content: \"\\edff\";\n}\n.icon-tv-sharp:before {\n  content: \"\\ee00\";\n}\n.icon-umbrella:before {\n  content: \"\\ee01\";\n}\n.icon-umbrella-outline:before {\n  content: \"\\ee02\";\n}\n.icon-umbrella-sharp:before {\n  content: \"\\ee03\";\n}\n.icon-unlink:before {\n  content: \"\\ee04\";\n}\n.icon-unlink-outline:before {\n  content: \"\\ee05\";\n}\n.icon-unlink-sharp:before {\n  content: \"\\ee06\";\n}\n.icon-videocam:before {\n  content: \"\\ee07\";\n}\n.icon-videocam-off:before {\n  content: \"\\ee08\";\n}\n.icon-videocam-off-outline:before {\n  content: \"\\ee09\";\n}\n.icon-videocam-off-sharp:before {\n  content: \"\\ee0a\";\n}\n.icon-videocam-outline:before {\n  content: \"\\ee0b\";\n}\n.icon-videocam-sharp:before {\n  content: \"\\ee0c\";\n}\n.icon-volume-high:before {\n  content: \"\\ee0d\";\n}\n.icon-volume-high-outline:before {\n  content: \"\\ee0e\";\n}\n.icon-volume-high-sharp:before {\n  content: \"\\ee0f\";\n}\n.icon-volume-low:before {\n  content: \"\\ee10\";\n}\n.icon-volume-low-outline:before {\n  content: \"\\ee11\";\n}\n.icon-volume-low-sharp:before {\n  content: \"\\ee12\";\n}\n.icon-volume-medium:before {\n  content: \"\\ee13\";\n}\n.icon-volume-medium-outline:before {\n  content: \"\\ee14\";\n}\n.icon-volume-medium-sharp:before {\n  content: \"\\ee15\";\n}\n.icon-volume-mute:before {\n  content: \"\\ee16\";\n}\n.icon-volume-mute-outline:before {\n  content: \"\\ee17\";\n}\n.icon-volume-mute-sharp:before {\n  content: \"\\ee18\";\n}\n.icon-volume-off:before {\n  content: \"\\ee19\";\n}\n.icon-volume-off-outline:before {\n  content: \"\\ee1a\";\n}\n.icon-volume-off-sharp:before {\n  content: \"\\ee1b\";\n}\n.icon-walk:before {\n  content: \"\\ee1c\";\n}\n.icon-walk-outline:before {\n  content: \"\\ee1d\";\n}\n.icon-walk-sharp:before {\n  content: \"\\ee1e\";\n}\n.icon-wallet:before {\n  content: \"\\ee1f\";\n}\n.icon-wallet-outline:before {\n  content: \"\\ee20\";\n}\n.icon-wallet-sharp:before {\n  content: \"\\ee21\";\n}\n.icon-warning:before {\n  content: \"\\ee22\";\n}\n.icon-warning-outline:before {\n  content: \"\\ee23\";\n}\n.icon-warning-sharp:before {\n  content: \"\\ee24\";\n}\n.icon-watch:before {\n  content: \"\\ee25\";\n}\n.icon-watch-outline:before {\n  content: \"\\ee26\";\n}\n.icon-watch-sharp:before {\n  content: \"\\ee27\";\n}\n.icon-water:before {\n  content: \"\\ee28\";\n}\n.icon-water-outline:before {\n  content: \"\\ee29\";\n}\n.icon-water-sharp:before {\n  content: \"\\ee2a\";\n}\n.icon-wifi:before {\n  content: \"\\ee2b\";\n}\n.icon-wifi-outline:before {\n  content: \"\\ee2c\";\n}\n.icon-wifi-sharp:before {\n  content: \"\\ee2d\";\n}\n.icon-wine:before {\n  content: \"\\ee2e\";\n}\n.icon-wine-outline:before {\n  content: \"\\ee2f\";\n}\n.icon-wine-sharp:before {\n  content: \"\\ee30\";\n}\n.icon-woman:before {\n  content: \"\\ee31\";\n}\n.icon-woman-outline:before {\n  content: \"\\ee32\";\n}\n.icon-woman-sharp:before {\n  content: \"\\ee33\";\n}\n"
  },
  {
    "path": "scss/line-awesome/_bordered_pulled.scss",
    "content": "// Bordered & Pulled\n// -------------------------\n\n.#{$la-css-prefix}-border {\n    border: solid 0.08em var(--bs-border-color);\n    border-radius: .1em;\n    padding: .2em .25em .15em;\n}\n\n.#{$la-css-prefix}-pull-left { float: left; }\n.#{$la-css-prefix}-pull-right { float: right; }\n\n.#{$la-css-prefix} {\n    &.#{$la-css-prefix}-pull-left { margin-right: .3em; }\n    &.#{$la-css-prefix}-pull-right { margin-left: .3em; }\n}\n\n.#{$la-css-prefix} {\n    &.pull-left { margin-right: .3em; }\n    &.pull-right { margin-left: .3em; }\n}\n"
  },
  {
    "path": "scss/line-awesome/_core.scss",
    "content": ".la,\n.lar,\n.las,\n.lab {\n  -moz-osx-font-smoothing: grayscale;\n  -webkit-font-smoothing: antialiased;\n  display: inline-block;\n  font-style: normal;\n  font-variant: normal;\n  text-rendering: auto;\n}\n"
  },
  {
    "path": "scss/line-awesome/_fixed-width.scss",
    "content": ".#{$la-css-prefix}-fw {\n    width: 1.25em;\n    text-align: center;\n}\n"
  },
  {
    "path": "scss/line-awesome/_icons.scss",
    "content": ".#{$la-css-prefix}-500px:before { content: la-content($la-500px); }\n.#{$la-css-prefix}-accessible-icon:before { content: la-content($la-accessible-icon); }\n.#{$la-css-prefix}-accusoft:before { content: la-content($la-accusoft); }\n.#{$la-css-prefix}-acquisitions-incorporated:before { content: la-content($la-acquisitions-incorporated); }\n.#{$la-css-prefix}-ad:before { content: la-content($la-ad); }\n.#{$la-css-prefix}-address-book:before { content: la-content($la-address-book); }\n.#{$la-css-prefix}-address-card:before { content: la-content($la-address-card); }\n.#{$la-css-prefix}-adjust:before { content: la-content($la-adjust); }\n.#{$la-css-prefix}-adn:before { content: la-content($la-adn); }\n.#{$la-css-prefix}-adobe:before { content: la-content($la-adobe); }\n.#{$la-css-prefix}-adversal:before { content: la-content($la-adversal); }\n.#{$la-css-prefix}-affiliatetheme:before { content: la-content($la-affiliatetheme); }\n.#{$la-css-prefix}-air-freshener:before { content: la-content($la-air-freshener); }\n.#{$la-css-prefix}-airbnb:before { content: la-content($la-airbnb); }\n.#{$la-css-prefix}-algolia:before { content: la-content($la-algolia); }\n.#{$la-css-prefix}-align-center:before { content: la-content($la-align-center); }\n.#{$la-css-prefix}-align-justify:before { content: la-content($la-align-justify); }\n.#{$la-css-prefix}-align-left:before { content: la-content($la-align-left); }\n.#{$la-css-prefix}-align-right:before { content: la-content($la-align-right); }\n.#{$la-css-prefix}-alipay:before { content: la-content($la-alipay); }\n.#{$la-css-prefix}-allergies:before { content: la-content($la-allergies); }\n.#{$la-css-prefix}-amazon:before { content: la-content($la-amazon); }\n.#{$la-css-prefix}-amazon-pay:before { content: la-content($la-amazon-pay); }\n.#{$la-css-prefix}-ambulance:before { content: la-content($la-ambulance); }\n.#{$la-css-prefix}-american-sign-language-interpreting:before { content: la-content($la-american-sign-language-interpreting); }\n.#{$la-css-prefix}-amilia:before { content: la-content($la-amilia); }\n.#{$la-css-prefix}-anchor:before { content: la-content($la-anchor); }\n.#{$la-css-prefix}-android:before { content: la-content($la-android); }\n.#{$la-css-prefix}-angellist:before { content: la-content($la-angellist); }\n.#{$la-css-prefix}-angle-double-down:before { content: la-content($la-angle-double-down); }\n.#{$la-css-prefix}-angle-double-left:before { content: la-content($la-angle-double-left); }\n.#{$la-css-prefix}-angle-double-right:before { content: la-content($la-angle-double-right); }\n.#{$la-css-prefix}-angle-double-up:before { content: la-content($la-angle-double-up); }\n.#{$la-css-prefix}-angle-down:before { content: la-content($la-angle-down); }\n.#{$la-css-prefix}-angle-left:before { content: la-content($la-angle-left); }\n.#{$la-css-prefix}-angle-right:before { content: la-content($la-angle-right); }\n.#{$la-css-prefix}-angle-up:before { content: la-content($la-angle-up); }\n.#{$la-css-prefix}-angry:before { content: la-content($la-angry); }\n.#{$la-css-prefix}-angrycreative:before { content: la-content($la-angrycreative); }\n.#{$la-css-prefix}-angular:before { content: la-content($la-angular); }\n.#{$la-css-prefix}-ankh:before { content: la-content($la-ankh); }\n.#{$la-css-prefix}-app-store:before { content: la-content($la-app-store); }\n.#{$la-css-prefix}-app-store-ios:before { content: la-content($la-app-store-ios); }\n.#{$la-css-prefix}-apper:before { content: la-content($la-apper); }\n.#{$la-css-prefix}-apple:before { content: la-content($la-apple); }\n.#{$la-css-prefix}-apple-alt:before { content: la-content($la-apple-alt); }\n.#{$la-css-prefix}-apple-pay:before { content: la-content($la-apple-pay); }\n.#{$la-css-prefix}-archive:before { content: la-content($la-archive); }\n.#{$la-css-prefix}-archway:before { content: la-content($la-archway); }\n.#{$la-css-prefix}-arrow-alt-circle-down:before { content: la-content($la-arrow-alt-circle-down); }\n.#{$la-css-prefix}-arrow-alt-circle-left:before { content: la-content($la-arrow-alt-circle-left); }\n.#{$la-css-prefix}-arrow-alt-circle-right:before { content: la-content($la-arrow-alt-circle-right); }\n.#{$la-css-prefix}-arrow-alt-circle-up:before { content: la-content($la-arrow-alt-circle-up); }\n.#{$la-css-prefix}-arrow-circle-down:before { content: la-content($la-arrow-circle-down); }\n.#{$la-css-prefix}-arrow-circle-left:before { content: la-content($la-arrow-circle-left); }\n.#{$la-css-prefix}-arrow-circle-right:before { content: la-content($la-arrow-circle-right); }\n.#{$la-css-prefix}-arrow-circle-up:before { content: la-content($la-arrow-circle-up); }\n.#{$la-css-prefix}-arrow-down:before { content: la-content($la-arrow-down); }\n.#{$la-css-prefix}-arrow-left:before { content: la-content($la-arrow-left); }\n.#{$la-css-prefix}-arrow-right:before { content: la-content($la-arrow-right); }\n.#{$la-css-prefix}-arrow-up:before { content: la-content($la-arrow-up); }\n.#{$la-css-prefix}-arrows-alt:before { content: la-content($la-arrows-alt); }\n.#{$la-css-prefix}-arrows-alt-h:before { content: la-content($la-arrows-alt-h); }\n.#{$la-css-prefix}-arrows-alt-v:before { content: la-content($la-arrows-alt-v); }\n.#{$la-css-prefix}-artstation:before { content: la-content($la-artstation); }\n.#{$la-css-prefix}-assistive-listening-systems:before { content: la-content($la-assistive-listening-systems); }\n.#{$la-css-prefix}-asterisk:before { content: la-content($la-asterisk); }\n.#{$la-css-prefix}-asymmetrik:before { content: la-content($la-asymmetrik); }\n.#{$la-css-prefix}-at:before { content: la-content($la-at); }\n.#{$la-css-prefix}-atlas:before { content: la-content($la-atlas); }\n.#{$la-css-prefix}-atlassian:before { content: la-content($la-atlassian); }\n.#{$la-css-prefix}-atom:before { content: la-content($la-atom); }\n.#{$la-css-prefix}-audible:before { content: la-content($la-audible); }\n.#{$la-css-prefix}-audio-description:before { content: la-content($la-audio-description); }\n.#{$la-css-prefix}-autoprefixer:before { content: la-content($la-autoprefixer); }\n.#{$la-css-prefix}-avianex:before { content: la-content($la-avianex); }\n.#{$la-css-prefix}-aviato:before { content: la-content($la-aviato); }\n.#{$la-css-prefix}-award:before { content: la-content($la-award); }\n.#{$la-css-prefix}-aws:before { content: la-content($la-aws); }\n.#{$la-css-prefix}-baby:before { content: la-content($la-baby); }\n.#{$la-css-prefix}-baby-carriage:before { content: la-content($la-baby-carriage); }\n.#{$la-css-prefix}-backspace:before { content: la-content($la-backspace); }\n.#{$la-css-prefix}-backward:before { content: la-content($la-backward); }\n.#{$la-css-prefix}-bacon:before { content: la-content($la-bacon); }\n.#{$la-css-prefix}-balance-scale:before { content: la-content($la-balance-scale); }\n.#{$la-css-prefix}-balance-scale-left:before { content: la-content($la-balance-scale-left); }\n.#{$la-css-prefix}-balance-scale-right:before { content: la-content($la-balance-scale-right); }\n.#{$la-css-prefix}-ban:before { content: la-content($la-ban); }\n.#{$la-css-prefix}-band-aid:before { content: la-content($la-band-aid); }\n.#{$la-css-prefix}-bandcamp:before { content: la-content($la-bandcamp); }\n.#{$la-css-prefix}-barcode:before { content: la-content($la-barcode); }\n.#{$la-css-prefix}-bars:before { content: la-content($la-bars); }\n.#{$la-css-prefix}-baseball-ball:before { content: la-content($la-baseball-ball); }\n.#{$la-css-prefix}-basketball-ball:before { content: la-content($la-basketball-ball); }\n.#{$la-css-prefix}-bath:before { content: la-content($la-bath); }\n.#{$la-css-prefix}-battery-empty:before { content: la-content($la-battery-empty); }\n.#{$la-css-prefix}-battery-full:before { content: la-content($la-battery-full); }\n.#{$la-css-prefix}-battery-half:before { content: la-content($la-battery-half); }\n.#{$la-css-prefix}-battery-quarter:before { content: la-content($la-battery-quarter); }\n.#{$la-css-prefix}-battery-three-quarters:before { content: la-content($la-battery-three-quarters); }\n.#{$la-css-prefix}-battle-net:before { content: la-content($la-battle-net); }\n.#{$la-css-prefix}-bed:before { content: la-content($la-bed); }\n.#{$la-css-prefix}-beer:before { content: la-content($la-beer); }\n.#{$la-css-prefix}-behance:before { content: la-content($la-behance); }\n.#{$la-css-prefix}-behance-square:before { content: la-content($la-behance-square); }\n.#{$la-css-prefix}-bell:before { content: la-content($la-bell); }\n.#{$la-css-prefix}-bell-slash:before { content: la-content($la-bell-slash); }\n.#{$la-css-prefix}-bezier-curve:before { content: la-content($la-bezier-curve); }\n.#{$la-css-prefix}-bible:before { content: la-content($la-bible); }\n.#{$la-css-prefix}-bicycle:before { content: la-content($la-bicycle); }\n.#{$la-css-prefix}-biking:before { content: la-content($la-biking); }\n.#{$la-css-prefix}-bimobject:before { content: la-content($la-bimobject); }\n.#{$la-css-prefix}-binoculars:before { content: la-content($la-binoculars); }\n.#{$la-css-prefix}-biohazard:before { content: la-content($la-biohazard); }\n.#{$la-css-prefix}-birthday-cake:before { content: la-content($la-birthday-cake); }\n.#{$la-css-prefix}-bitbucket:before { content: la-content($la-bitbucket); }\n.#{$la-css-prefix}-bitcoin:before { content: la-content($la-bitcoin); }\n.#{$la-css-prefix}-bity:before { content: la-content($la-bity); }\n.#{$la-css-prefix}-black-tie:before { content: la-content($la-black-tie); }\n.#{$la-css-prefix}-blackberry:before { content: la-content($la-blackberry); }\n.#{$la-css-prefix}-blender:before { content: la-content($la-blender); }\n.#{$la-css-prefix}-blender-phone:before { content: la-content($la-blender-phone); }\n.#{$la-css-prefix}-blind:before { content: la-content($la-blind); }\n.#{$la-css-prefix}-blog:before { content: la-content($la-blog); }\n.#{$la-css-prefix}-blogger:before { content: la-content($la-blogger); }\n.#{$la-css-prefix}-blogger-b:before { content: la-content($la-blogger-b); }\n.#{$la-css-prefix}-bluetooth:before { content: la-content($la-bluetooth); }\n.#{$la-css-prefix}-bluetooth-b:before { content: la-content($la-bluetooth-b); }\n.#{$la-css-prefix}-bold:before { content: la-content($la-bold); }\n.#{$la-css-prefix}-bolt:before { content: la-content($la-bolt); }\n.#{$la-css-prefix}-bomb:before { content: la-content($la-bomb); }\n.#{$la-css-prefix}-bone:before { content: la-content($la-bone); }\n.#{$la-css-prefix}-bong:before { content: la-content($la-bong); }\n.#{$la-css-prefix}-book:before { content: la-content($la-book); }\n.#{$la-css-prefix}-book-dead:before { content: la-content($la-book-dead); }\n.#{$la-css-prefix}-book-medical:before { content: la-content($la-book-medical); }\n.#{$la-css-prefix}-book-open:before { content: la-content($la-book-open); }\n.#{$la-css-prefix}-book-reader:before { content: la-content($la-book-reader); }\n.#{$la-css-prefix}-bookmark:before { content: la-content($la-bookmark); }\n.#{$la-css-prefix}-bootstrap:before { content: la-content($la-bootstrap); }\n.#{$la-css-prefix}-border-all:before { content: la-content($la-border-all); }\n.#{$la-css-prefix}-border-none:before { content: la-content($la-border-none); }\n.#{$la-css-prefix}-border-style:before { content: la-content($la-border-style); }\n.#{$la-css-prefix}-bowling-ball:before { content: la-content($la-bowling-ball); }\n.#{$la-css-prefix}-box:before { content: la-content($la-box); }\n.#{$la-css-prefix}-box-open:before { content: la-content($la-box-open); }\n.#{$la-css-prefix}-boxes:before { content: la-content($la-boxes); }\n.#{$la-css-prefix}-braille:before { content: la-content($la-braille); }\n.#{$la-css-prefix}-brain:before { content: la-content($la-brain); }\n.#{$la-css-prefix}-bread-slice:before { content: la-content($la-bread-slice); }\n.#{$la-css-prefix}-briefcase:before { content: la-content($la-briefcase); }\n.#{$la-css-prefix}-briefcase-medical:before { content: la-content($la-briefcase-medical); }\n.#{$la-css-prefix}-broadcast-tower:before { content: la-content($la-broadcast-tower); }\n.#{$la-css-prefix}-broom:before { content: la-content($la-broom); }\n.#{$la-css-prefix}-brush:before { content: la-content($la-brush); }\n.#{$la-css-prefix}-btc:before { content: la-content($la-btc); }\n.#{$la-css-prefix}-buffer:before { content: la-content($la-buffer); }\n.#{$la-css-prefix}-bug:before { content: la-content($la-bug); }\n.#{$la-css-prefix}-building:before { content: la-content($la-building); }\n.#{$la-css-prefix}-bullhorn:before { content: la-content($la-bullhorn); }\n.#{$la-css-prefix}-bullseye:before { content: la-content($la-bullseye); }\n.#{$la-css-prefix}-burn:before { content: la-content($la-burn); }\n.#{$la-css-prefix}-buromobelexperte:before { content: la-content($la-buromobelexperte); }\n.#{$la-css-prefix}-bus:before { content: la-content($la-bus); }\n.#{$la-css-prefix}-bus-alt:before { content: la-content($la-bus-alt); }\n.#{$la-css-prefix}-business-time:before { content: la-content($la-business-time); }\n.#{$la-css-prefix}-buysellads:before { content: la-content($la-buysellads); }\n.#{$la-css-prefix}-calculator:before { content: la-content($la-calculator); }\n.#{$la-css-prefix}-calendar:before { content: la-content($la-calendar); }\n.#{$la-css-prefix}-calendar-alt:before { content: la-content($la-calendar-alt); }\n.#{$la-css-prefix}-calendar-check:before { content: la-content($la-calendar-check); }\n.#{$la-css-prefix}-calendar-day:before { content: la-content($la-calendar-day); }\n.#{$la-css-prefix}-calendar-minus:before { content: la-content($la-calendar-minus); }\n.#{$la-css-prefix}-calendar-plus:before { content: la-content($la-calendar-plus); }\n.#{$la-css-prefix}-calendar-times:before { content: la-content($la-calendar-times); }\n.#{$la-css-prefix}-calendar-week:before { content: la-content($la-calendar-week); }\n.#{$la-css-prefix}-camera:before { content: la-content($la-camera); }\n.#{$la-css-prefix}-camera-retro:before { content: la-content($la-camera-retro); }\n.#{$la-css-prefix}-campground:before { content: la-content($la-campground); }\n.#{$la-css-prefix}-canadian-maple-leaf:before { content: la-content($la-canadian-maple-leaf); }\n.#{$la-css-prefix}-candy-cane:before { content: la-content($la-candy-cane); }\n.#{$la-css-prefix}-cannabis:before { content: la-content($la-cannabis); }\n.#{$la-css-prefix}-capsules:before { content: la-content($la-capsules); }\n.#{$la-css-prefix}-car:before { content: la-content($la-car); }\n.#{$la-css-prefix}-car-alt:before { content: la-content($la-car-alt); }\n.#{$la-css-prefix}-car-battery:before { content: la-content($la-car-battery); }\n.#{$la-css-prefix}-car-crash:before { content: la-content($la-car-crash); }\n.#{$la-css-prefix}-car-side:before { content: la-content($la-car-side); }\n.#{$la-css-prefix}-caret-down:before { content: la-content($la-caret-down); }\n.#{$la-css-prefix}-caret-left:before { content: la-content($la-caret-left); }\n.#{$la-css-prefix}-caret-right:before { content: la-content($la-caret-right); }\n.#{$la-css-prefix}-caret-square-down:before { content: la-content($la-caret-square-down); }\n.#{$la-css-prefix}-caret-square-left:before { content: la-content($la-caret-square-left); }\n.#{$la-css-prefix}-caret-square-right:before { content: la-content($la-caret-square-right); }\n.#{$la-css-prefix}-caret-square-up:before { content: la-content($la-caret-square-up); }\n.#{$la-css-prefix}-caret-up:before { content: la-content($la-caret-up); }\n.#{$la-css-prefix}-carrot:before { content: la-content($la-carrot); }\n.#{$la-css-prefix}-cart-arrow-down:before { content: la-content($la-cart-arrow-down); }\n.#{$la-css-prefix}-cart-plus:before { content: la-content($la-cart-plus); }\n.#{$la-css-prefix}-cash-register:before { content: la-content($la-cash-register); }\n.#{$la-css-prefix}-cat:before { content: la-content($la-cat); }\n.#{$la-css-prefix}-cc-amazon-pay:before { content: la-content($la-cc-amazon-pay); }\n.#{$la-css-prefix}-cc-amex:before { content: la-content($la-cc-amex); }\n.#{$la-css-prefix}-cc-apple-pay:before { content: la-content($la-cc-apple-pay); }\n.#{$la-css-prefix}-cc-diners-club:before { content: la-content($la-cc-diners-club); }\n.#{$la-css-prefix}-cc-discover:before { content: la-content($la-cc-discover); }\n.#{$la-css-prefix}-cc-jcb:before { content: la-content($la-cc-jcb); }\n.#{$la-css-prefix}-cc-mastercard:before { content: la-content($la-cc-mastercard); }\n.#{$la-css-prefix}-cc-paypal:before { content: la-content($la-cc-paypal); }\n.#{$la-css-prefix}-cc-stripe:before { content: la-content($la-cc-stripe); }\n.#{$la-css-prefix}-cc-visa:before { content: la-content($la-cc-visa); }\n.#{$la-css-prefix}-centercode:before { content: la-content($la-centercode); }\n.#{$la-css-prefix}-centos:before { content: la-content($la-centos); }\n.#{$la-css-prefix}-certificate:before { content: la-content($la-certificate); }\n.#{$la-css-prefix}-chair:before { content: la-content($la-chair); }\n.#{$la-css-prefix}-chalkboard:before { content: la-content($la-chalkboard); }\n.#{$la-css-prefix}-chalkboard-teacher:before { content: la-content($la-chalkboard-teacher); }\n.#{$la-css-prefix}-charging-station:before { content: la-content($la-charging-station); }\n.#{$la-css-prefix}-chart-area:before { content: la-content($la-chart-area); }\n.#{$la-css-prefix}-chart-bar:before { content: la-content($la-chart-bar); }\n.#{$la-css-prefix}-chart-line:before { content: la-content($la-chart-line); }\n.#{$la-css-prefix}-chart-pie:before { content: la-content($la-chart-pie); }\n.#{$la-css-prefix}-check:before { content: la-content($la-check); }\n.#{$la-css-prefix}-check-circle:before { content: la-content($la-check-circle); }\n.#{$la-css-prefix}-check-double:before { content: la-content($la-check-double); }\n.#{$la-css-prefix}-check-square:before { content: la-content($la-check-square); }\n.#{$la-css-prefix}-cheese:before { content: la-content($la-cheese); }\n.#{$la-css-prefix}-chess:before { content: la-content($la-chess); }\n.#{$la-css-prefix}-chess-bishop:before { content: la-content($la-chess-bishop); }\n.#{$la-css-prefix}-chess-board:before { content: la-content($la-chess-board); }\n.#{$la-css-prefix}-chess-king:before { content: la-content($la-chess-king); }\n.#{$la-css-prefix}-chess-knight:before { content: la-content($la-chess-knight); }\n.#{$la-css-prefix}-chess-pawn:before { content: la-content($la-chess-pawn); }\n.#{$la-css-prefix}-chess-queen:before { content: la-content($la-chess-queen); }\n.#{$la-css-prefix}-chess-rook:before { content: la-content($la-chess-rook); }\n.#{$la-css-prefix}-chevron-circle-down:before { content: la-content($la-chevron-circle-down); }\n.#{$la-css-prefix}-chevron-circle-left:before { content: la-content($la-chevron-circle-left); }\n.#{$la-css-prefix}-chevron-circle-right:before { content: la-content($la-chevron-circle-right); }\n.#{$la-css-prefix}-chevron-circle-up:before { content: la-content($la-chevron-circle-up); }\n.#{$la-css-prefix}-chevron-down:before { content: la-content($la-chevron-down); }\n.#{$la-css-prefix}-chevron-left:before { content: la-content($la-chevron-left); }\n.#{$la-css-prefix}-chevron-right:before { content: la-content($la-chevron-right); }\n.#{$la-css-prefix}-chevron-up:before { content: la-content($la-chevron-up); }\n.#{$la-css-prefix}-child:before { content: la-content($la-child); }\n.#{$la-css-prefix}-chrome:before { content: la-content($la-chrome); }\n.#{$la-css-prefix}-chromecast:before { content: la-content($la-chromecast); }\n.#{$la-css-prefix}-church:before { content: la-content($la-church); }\n.#{$la-css-prefix}-circle:before { content: la-content($la-circle); }\n.#{$la-css-prefix}-circle-notch:before { content: la-content($la-circle-notch); }\n.#{$la-css-prefix}-city:before { content: la-content($la-city); }\n.#{$la-css-prefix}-clinic-medical:before { content: la-content($la-clinic-medical); }\n.#{$la-css-prefix}-clipboard:before { content: la-content($la-clipboard); }\n.#{$la-css-prefix}-clipboard-check:before { content: la-content($la-clipboard-check); }\n.#{$la-css-prefix}-clipboard-list:before { content: la-content($la-clipboard-list); }\n.#{$la-css-prefix}-clock:before { content: la-content($la-clock); }\n.#{$la-css-prefix}-clone:before { content: la-content($la-clone); }\n.#{$la-css-prefix}-closed-captioning:before { content: la-content($la-closed-captioning); }\n.#{$la-css-prefix}-cloud:before { content: la-content($la-cloud); }\n.#{$la-css-prefix}-cloud-download-alt:before { content: la-content($la-cloud-download-alt); }\n.#{$la-css-prefix}-cloud-meatball:before { content: la-content($la-cloud-meatball); }\n.#{$la-css-prefix}-cloud-moon:before { content: la-content($la-cloud-moon); }\n.#{$la-css-prefix}-cloud-moon-rain:before { content: la-content($la-cloud-moon-rain); }\n.#{$la-css-prefix}-cloud-rain:before { content: la-content($la-cloud-rain); }\n.#{$la-css-prefix}-cloud-showers-heavy:before { content: la-content($la-cloud-showers-heavy); }\n.#{$la-css-prefix}-cloud-sun:before { content: la-content($la-cloud-sun); }\n.#{$la-css-prefix}-cloud-sun-rain:before { content: la-content($la-cloud-sun-rain); }\n.#{$la-css-prefix}-cloud-upload-alt:before { content: la-content($la-cloud-upload-alt); }\n.#{$la-css-prefix}-cloudscale:before { content: la-content($la-cloudscale); }\n.#{$la-css-prefix}-cloudsmith:before { content: la-content($la-cloudsmith); }\n.#{$la-css-prefix}-cloudversify:before { content: la-content($la-cloudversify); }\n.#{$la-css-prefix}-cocktail:before { content: la-content($la-cocktail); }\n.#{$la-css-prefix}-code:before { content: la-content($la-code); }\n.#{$la-css-prefix}-code-branch:before { content: la-content($la-code-branch); }\n.#{$la-css-prefix}-codepen:before { content: la-content($la-codepen); }\n.#{$la-css-prefix}-codiepie:before { content: la-content($la-codiepie); }\n.#{$la-css-prefix}-coffee:before { content: la-content($la-coffee); }\n.#{$la-css-prefix}-cog:before { content: la-content($la-cog); }\n.#{$la-css-prefix}-cogs:before { content: la-content($la-cogs); }\n.#{$la-css-prefix}-coins:before { content: la-content($la-coins); }\n.#{$la-css-prefix}-columns:before { content: la-content($la-columns); }\n.#{$la-css-prefix}-comment:before { content: la-content($la-comment); }\n.#{$la-css-prefix}-comment-alt:before { content: la-content($la-comment-alt); }\n.#{$la-css-prefix}-comment-dollar:before { content: la-content($la-comment-dollar); }\n.#{$la-css-prefix}-comment-dots:before { content: la-content($la-comment-dots); }\n.#{$la-css-prefix}-comment-medical:before { content: la-content($la-comment-medical); }\n.#{$la-css-prefix}-comment-slash:before { content: la-content($la-comment-slash); }\n.#{$la-css-prefix}-comments:before { content: la-content($la-comments); }\n.#{$la-css-prefix}-comments-dollar:before { content: la-content($la-comments-dollar); }\n.#{$la-css-prefix}-compact-disc:before { content: la-content($la-compact-disc); }\n.#{$la-css-prefix}-compass:before { content: la-content($la-compass); }\n.#{$la-css-prefix}-compress:before { content: la-content($la-compress); }\n.#{$la-css-prefix}-compress-arrows-alt:before { content: la-content($la-compress-arrows-alt); }\n.#{$la-css-prefix}-concierge-bell:before { content: la-content($la-concierge-bell); }\n.#{$la-css-prefix}-confluence:before { content: la-content($la-confluence); }\n.#{$la-css-prefix}-connectdevelop:before { content: la-content($la-connectdevelop); }\n.#{$la-css-prefix}-contao:before { content: la-content($la-contao); }\n.#{$la-css-prefix}-cookie:before { content: la-content($la-cookie); }\n.#{$la-css-prefix}-cookie-bite:before { content: la-content($la-cookie-bite); }\n.#{$la-css-prefix}-copy:before { content: la-content($la-copy); }\n.#{$la-css-prefix}-copyright:before { content: la-content($la-copyright); }\n.#{$la-css-prefix}-cotton-bureau:before { content: la-content($la-cotton-bureau); }\n.#{$la-css-prefix}-couch:before { content: la-content($la-couch); }\n.#{$la-css-prefix}-cpanel:before { content: la-content($la-cpanel); }\n.#{$la-css-prefix}-creative-commons:before { content: la-content($la-creative-commons); }\n.#{$la-css-prefix}-creative-commons-by:before { content: la-content($la-creative-commons-by); }\n.#{$la-css-prefix}-creative-commons-nc:before { content: la-content($la-creative-commons-nc); }\n.#{$la-css-prefix}-creative-commons-nc-eu:before { content: la-content($la-creative-commons-nc-eu); }\n.#{$la-css-prefix}-creative-commons-nc-jp:before { content: la-content($la-creative-commons-nc-jp); }\n.#{$la-css-prefix}-creative-commons-nd:before { content: la-content($la-creative-commons-nd); }\n.#{$la-css-prefix}-creative-commons-pd:before { content: la-content($la-creative-commons-pd); }\n.#{$la-css-prefix}-creative-commons-pd-alt:before { content: la-content($la-creative-commons-pd-alt); }\n.#{$la-css-prefix}-creative-commons-remix:before { content: la-content($la-creative-commons-remix); }\n.#{$la-css-prefix}-creative-commons-sa:before { content: la-content($la-creative-commons-sa); }\n.#{$la-css-prefix}-creative-commons-sampling:before { content: la-content($la-creative-commons-sampling); }\n.#{$la-css-prefix}-creative-commons-sampling-plus:before { content: la-content($la-creative-commons-sampling-plus); }\n.#{$la-css-prefix}-creative-commons-share:before { content: la-content($la-creative-commons-share); }\n.#{$la-css-prefix}-creative-commons-zero:before { content: la-content($la-creative-commons-zero); }\n.#{$la-css-prefix}-credit-card:before { content: la-content($la-credit-card); }\n.#{$la-css-prefix}-critical-role:before { content: la-content($la-critical-role); }\n.#{$la-css-prefix}-crop:before { content: la-content($la-crop); }\n.#{$la-css-prefix}-crop-alt:before { content: la-content($la-crop-alt); }\n.#{$la-css-prefix}-cross:before { content: la-content($la-cross); }\n.#{$la-css-prefix}-crosshairs:before { content: la-content($la-crosshairs); }\n.#{$la-css-prefix}-crow:before { content: la-content($la-crow); }\n.#{$la-css-prefix}-crown:before { content: la-content($la-crown); }\n.#{$la-css-prefix}-crutch:before { content: la-content($la-crutch); }\n.#{$la-css-prefix}-css3:before { content: la-content($la-css3); }\n.#{$la-css-prefix}-css3-alt:before { content: la-content($la-css3-alt); }\n.#{$la-css-prefix}-cube:before { content: la-content($la-cube); }\n.#{$la-css-prefix}-cubes:before { content: la-content($la-cubes); }\n.#{$la-css-prefix}-cut:before { content: la-content($la-cut); }\n.#{$la-css-prefix}-cuttlefish:before { content: la-content($la-cuttlefish); }\n.#{$la-css-prefix}-d-and-d:before { content: la-content($la-d-and-d); }\n.#{$la-css-prefix}-d-and-d-beyond:before { content: la-content($la-d-and-d-beyond); }\n.#{$la-css-prefix}-dashcube:before { content: la-content($la-dashcube); }\n.#{$la-css-prefix}-database:before { content: la-content($la-database); }\n.#{$la-css-prefix}-deaf:before { content: la-content($la-deaf); }\n.#{$la-css-prefix}-delicious:before { content: la-content($la-delicious); }\n.#{$la-css-prefix}-democrat:before { content: la-content($la-democrat); }\n.#{$la-css-prefix}-deploydog:before { content: la-content($la-deploydog); }\n.#{$la-css-prefix}-deskpro:before { content: la-content($la-deskpro); }\n.#{$la-css-prefix}-desktop:before { content: la-content($la-desktop); }\n.#{$la-css-prefix}-dev:before { content: la-content($la-dev); }\n.#{$la-css-prefix}-deviantart:before { content: la-content($la-deviantart); }\n.#{$la-css-prefix}-dharmachakra:before { content: la-content($la-dharmachakra); }\n.#{$la-css-prefix}-dhl:before { content: la-content($la-dhl); }\n.#{$la-css-prefix}-diagnoses:before { content: la-content($la-diagnoses); }\n.#{$la-css-prefix}-diaspora:before { content: la-content($la-diaspora); }\n.#{$la-css-prefix}-dice:before { content: la-content($la-dice); }\n.#{$la-css-prefix}-dice-d20:before { content: la-content($la-dice-d20); }\n.#{$la-css-prefix}-dice-d6:before { content: la-content($la-dice-d6); }\n.#{$la-css-prefix}-dice-five:before { content: la-content($la-dice-five); }\n.#{$la-css-prefix}-dice-four:before { content: la-content($la-dice-four); }\n.#{$la-css-prefix}-dice-one:before { content: la-content($la-dice-one); }\n.#{$la-css-prefix}-dice-six:before { content: la-content($la-dice-six); }\n.#{$la-css-prefix}-dice-three:before { content: la-content($la-dice-three); }\n.#{$la-css-prefix}-dice-two:before { content: la-content($la-dice-two); }\n.#{$la-css-prefix}-digg:before { content: la-content($la-digg); }\n.#{$la-css-prefix}-digital-ocean:before { content: la-content($la-digital-ocean); }\n.#{$la-css-prefix}-digital-tachograph:before { content: la-content($la-digital-tachograph); }\n.#{$la-css-prefix}-directions:before { content: la-content($la-directions); }\n.#{$la-css-prefix}-discord:before { content: la-content($la-discord); }\n.#{$la-css-prefix}-discourse:before { content: la-content($la-discourse); }\n.#{$la-css-prefix}-divide:before { content: la-content($la-divide); }\n.#{$la-css-prefix}-dizzy:before { content: la-content($la-dizzy); }\n.#{$la-css-prefix}-dna:before { content: la-content($la-dna); }\n.#{$la-css-prefix}-dochub:before { content: la-content($la-dochub); }\n.#{$la-css-prefix}-docker:before { content: la-content($la-docker); }\n.#{$la-css-prefix}-dog:before { content: la-content($la-dog); }\n.#{$la-css-prefix}-dollar-sign:before { content: la-content($la-dollar-sign); }\n.#{$la-css-prefix}-dolly:before { content: la-content($la-dolly); }\n.#{$la-css-prefix}-dolly-flatbed:before { content: la-content($la-dolly-flatbed); }\n.#{$la-css-prefix}-donate:before { content: la-content($la-donate); }\n.#{$la-css-prefix}-door-closed:before { content: la-content($la-door-closed); }\n.#{$la-css-prefix}-door-open:before { content: la-content($la-door-open); }\n.#{$la-css-prefix}-dot-circle:before { content: la-content($la-dot-circle); }\n.#{$la-css-prefix}-dove:before { content: la-content($la-dove); }\n.#{$la-css-prefix}-download:before { content: la-content($la-download); }\n.#{$la-css-prefix}-draft2digital:before { content: la-content($la-draft2digital); }\n.#{$la-css-prefix}-drafting-compass:before { content: la-content($la-drafting-compass); }\n.#{$la-css-prefix}-dragon:before { content: la-content($la-dragon); }\n.#{$la-css-prefix}-draw-polygon:before { content: la-content($la-draw-polygon); }\n.#{$la-css-prefix}-dribbble:before { content: la-content($la-dribbble); }\n.#{$la-css-prefix}-dribbble-square:before { content: la-content($la-dribbble-square); }\n.#{$la-css-prefix}-dropbox:before { content: la-content($la-dropbox); }\n.#{$la-css-prefix}-drum:before { content: la-content($la-drum); }\n.#{$la-css-prefix}-drum-steelpan:before { content: la-content($la-drum-steelpan); }\n.#{$la-css-prefix}-drumstick-bite:before { content: la-content($la-drumstick-bite); }\n.#{$la-css-prefix}-drupal:before { content: la-content($la-drupal); }\n.#{$la-css-prefix}-dumbbell:before { content: la-content($la-dumbbell); }\n.#{$la-css-prefix}-dumpster:before { content: la-content($la-dumpster); }\n.#{$la-css-prefix}-dumpster-fire:before { content: la-content($la-dumpster-fire); }\n.#{$la-css-prefix}-dungeon:before { content: la-content($la-dungeon); }\n.#{$la-css-prefix}-dyalog:before { content: la-content($la-dyalog); }\n.#{$la-css-prefix}-earlybirds:before { content: la-content($la-earlybirds); }\n.#{$la-css-prefix}-ebay:before { content: la-content($la-ebay); }\n.#{$la-css-prefix}-edge:before { content: la-content($la-edge); }\n.#{$la-css-prefix}-edit:before { content: la-content($la-edit); }\n.#{$la-css-prefix}-egg:before { content: la-content($la-egg); }\n.#{$la-css-prefix}-eject:before { content: la-content($la-eject); }\n.#{$la-css-prefix}-elementor:before { content: la-content($la-elementor); }\n.#{$la-css-prefix}-ellipsis-h:before { content: la-content($la-ellipsis-h); }\n.#{$la-css-prefix}-ellipsis-v:before { content: la-content($la-ellipsis-v); }\n.#{$la-css-prefix}-ello:before { content: la-content($la-ello); }\n.#{$la-css-prefix}-ember:before { content: la-content($la-ember); }\n.#{$la-css-prefix}-empire:before { content: la-content($la-empire); }\n.#{$la-css-prefix}-envelope:before { content: la-content($la-envelope); }\n.#{$la-css-prefix}-envelope-open:before { content: la-content($la-envelope-open); }\n.#{$la-css-prefix}-envelope-open-text:before { content: la-content($la-envelope-open-text); }\n.#{$la-css-prefix}-envelope-square:before { content: la-content($la-envelope-square); }\n.#{$la-css-prefix}-envira:before { content: la-content($la-envira); }\n.#{$la-css-prefix}-equals:before { content: la-content($la-equals); }\n.#{$la-css-prefix}-eraser:before { content: la-content($la-eraser); }\n.#{$la-css-prefix}-erlang:before { content: la-content($la-erlang); }\n.#{$la-css-prefix}-ethereum:before { content: la-content($la-ethereum); }\n.#{$la-css-prefix}-ethernet:before { content: la-content($la-ethernet); }\n.#{$la-css-prefix}-etsy:before { content: la-content($la-etsy); }\n.#{$la-css-prefix}-euro-sign:before { content: la-content($la-euro-sign); }\n.#{$la-css-prefix}-evernote:before { content: la-content($la-evernote); }\n.#{$la-css-prefix}-exchange-alt:before { content: la-content($la-exchange-alt); }\n.#{$la-css-prefix}-exclamation:before { content: la-content($la-exclamation); }\n.#{$la-css-prefix}-exclamation-circle:before { content: la-content($la-exclamation-circle); }\n.#{$la-css-prefix}-exclamation-triangle:before { content: la-content($la-exclamation-triangle); }\n.#{$la-css-prefix}-expand:before { content: la-content($la-expand); }\n.#{$la-css-prefix}-expand-arrows-alt:before { content: la-content($la-expand-arrows-alt); }\n.#{$la-css-prefix}-expeditedssl:before { content: la-content($la-expeditedssl); }\n.#{$la-css-prefix}-external-link-alt:before { content: la-content($la-external-link-alt); }\n.#{$la-css-prefix}-external-link-square-alt:before { content: la-content($la-external-link-square-alt); }\n.#{$la-css-prefix}-eye:before { content: la-content($la-eye); }\n.#{$la-css-prefix}-eye-dropper:before { content: la-content($la-eye-dropper); }\n.#{$la-css-prefix}-eye-slash:before { content: la-content($la-eye-slash); }\n.#{$la-css-prefix}-facebook:before { content: la-content($la-facebook); }\n.#{$la-css-prefix}-facebook-f:before { content: la-content($la-facebook-f); }\n.#{$la-css-prefix}-facebook-messenger:before { content: la-content($la-facebook-messenger); }\n.#{$la-css-prefix}-facebook-square:before { content: la-content($la-facebook-square); }\n.#{$la-css-prefix}-fan:before { content: la-content($la-fan); }\n.#{$la-css-prefix}-fantasy-flight-games:before { content: la-content($la-fantasy-flight-games); }\n.#{$la-css-prefix}-fast-backward:before { content: la-content($la-fast-backward); }\n.#{$la-css-prefix}-fast-forward:before { content: la-content($la-fast-forward); }\n.#{$la-css-prefix}-fax:before { content: la-content($la-fax); }\n.#{$la-css-prefix}-feather:before { content: la-content($la-feather); }\n.#{$la-css-prefix}-feather-alt:before { content: la-content($la-feather-alt); }\n.#{$la-css-prefix}-fedex:before { content: la-content($la-fedex); }\n.#{$la-css-prefix}-fedora:before { content: la-content($la-fedora); }\n.#{$la-css-prefix}-female:before { content: la-content($la-female); }\n.#{$la-css-prefix}-fighter-jet:before { content: la-content($la-fighter-jet); }\n.#{$la-css-prefix}-figma:before { content: la-content($la-figma); }\n.#{$la-css-prefix}-file:before { content: la-content($la-file); }\n.#{$la-css-prefix}-file-alt:before { content: la-content($la-file-alt); }\n.#{$la-css-prefix}-file-archive:before { content: la-content($la-file-archive); }\n.#{$la-css-prefix}-file-audio:before { content: la-content($la-file-audio); }\n.#{$la-css-prefix}-file-code:before { content: la-content($la-file-code); }\n.#{$la-css-prefix}-file-contract:before { content: la-content($la-file-contract); }\n.#{$la-css-prefix}-file-csv:before { content: la-content($la-file-csv); }\n.#{$la-css-prefix}-file-download:before { content: la-content($la-file-download); }\n.#{$la-css-prefix}-file-excel:before { content: la-content($la-file-excel); }\n.#{$la-css-prefix}-file-export:before { content: la-content($la-file-export); }\n.#{$la-css-prefix}-file-image:before { content: la-content($la-file-image); }\n.#{$la-css-prefix}-file-import:before { content: la-content($la-file-import); }\n.#{$la-css-prefix}-file-invoice:before { content: la-content($la-file-invoice); }\n.#{$la-css-prefix}-file-invoice-dollar:before { content: la-content($la-file-invoice-dollar); }\n.#{$la-css-prefix}-file-medical:before { content: la-content($la-file-medical); }\n.#{$la-css-prefix}-file-medical-alt:before { content: la-content($la-file-medical-alt); }\n.#{$la-css-prefix}-file-pdf:before { content: la-content($la-file-pdf); }\n.#{$la-css-prefix}-file-powerpoint:before { content: la-content($la-file-powerpoint); }\n.#{$la-css-prefix}-file-prescription:before { content: la-content($la-file-prescription); }\n.#{$la-css-prefix}-file-signature:before { content: la-content($la-file-signature); }\n.#{$la-css-prefix}-file-upload:before { content: la-content($la-file-upload); }\n.#{$la-css-prefix}-file-video:before { content: la-content($la-file-video); }\n.#{$la-css-prefix}-file-word:before { content: la-content($la-file-word); }\n.#{$la-css-prefix}-fill:before { content: la-content($la-fill); }\n.#{$la-css-prefix}-fill-drip:before { content: la-content($la-fill-drip); }\n.#{$la-css-prefix}-film:before { content: la-content($la-film); }\n.#{$la-css-prefix}-filter:before { content: la-content($la-filter); }\n.#{$la-css-prefix}-fingerprint:before { content: la-content($la-fingerprint); }\n.#{$la-css-prefix}-fire:before { content: la-content($la-fire); }\n.#{$la-css-prefix}-fire-alt:before { content: la-content($la-fire-alt); }\n.#{$la-css-prefix}-fire-extinguisher:before { content: la-content($la-fire-extinguisher); }\n.#{$la-css-prefix}-firefox:before { content: la-content($la-firefox); }\n.#{$la-css-prefix}-first-aid:before { content: la-content($la-first-aid); }\n.#{$la-css-prefix}-first-order:before { content: la-content($la-first-order); }\n.#{$la-css-prefix}-first-order-alt:before { content: la-content($la-first-order-alt); }\n.#{$la-css-prefix}-firstdraft:before { content: la-content($la-firstdraft); }\n.#{$la-css-prefix}-fish:before { content: la-content($la-fish); }\n.#{$la-css-prefix}-fist-raised:before { content: la-content($la-fist-raised); }\n.#{$la-css-prefix}-flag:before { content: la-content($la-flag); }\n.#{$la-css-prefix}-flag-checkered:before { content: la-content($la-flag-checkered); }\n.#{$la-css-prefix}-flag-usa:before { content: la-content($la-flag-usa); }\n.#{$la-css-prefix}-flask:before { content: la-content($la-flask); }\n.#{$la-css-prefix}-flickr:before { content: la-content($la-flickr); }\n.#{$la-css-prefix}-flipboard:before { content: la-content($la-flipboard); }\n.#{$la-css-prefix}-flushed:before { content: la-content($la-flushed); }\n.#{$la-css-prefix}-fly:before { content: la-content($la-fly); }\n.#{$la-css-prefix}-folder:before { content: la-content($la-folder); }\n.#{$la-css-prefix}-folder-minus:before { content: la-content($la-folder-minus); }\n.#{$la-css-prefix}-folder-open:before { content: la-content($la-folder-open); }\n.#{$la-css-prefix}-folder-plus:before { content: la-content($la-folder-plus); }\n.#{$la-css-prefix}-font:before { content: la-content($la-font); }\n.#{$la-css-prefix}-font-awesome:before { content: la-content($la-font-awesome); }\n.#{$la-css-prefix}-font-awesome-alt:before { content: la-content($la-font-awesome-alt); }\n.#{$la-css-prefix}-font-awesome-flag:before { content: la-content($la-font-awesome-flag); }\n.#{$la-css-prefix}-fonticons:before { content: la-content($la-fonticons); }\n.#{$la-css-prefix}-fonticons-fi:before { content: la-content($la-fonticons-fi); }\n.#{$la-css-prefix}-football-ball:before { content: la-content($la-football-ball); }\n.#{$la-css-prefix}-fort-awesome:before { content: la-content($la-fort-awesome); }\n.#{$la-css-prefix}-fort-awesome-alt:before { content: la-content($la-fort-awesome-alt); }\n.#{$la-css-prefix}-forumbee:before { content: la-content($la-forumbee); }\n.#{$la-css-prefix}-forward:before { content: la-content($la-forward); }\n.#{$la-css-prefix}-foursquare:before { content: la-content($la-foursquare); }\n.#{$la-css-prefix}-free-code-camp:before { content: la-content($la-free-code-camp); }\n.#{$la-css-prefix}-freebsd:before { content: la-content($la-freebsd); }\n.#{$la-css-prefix}-frog:before { content: la-content($la-frog); }\n.#{$la-css-prefix}-frown:before { content: la-content($la-frown); }\n.#{$la-css-prefix}-frown-open:before { content: la-content($la-frown-open); }\n.#{$la-css-prefix}-fulcrum:before { content: la-content($la-fulcrum); }\n.#{$la-css-prefix}-funnel-dollar:before { content: la-content($la-funnel-dollar); }\n.#{$la-css-prefix}-futbol:before { content: la-content($la-futbol); }\n.#{$la-css-prefix}-galactic-republic:before { content: la-content($la-galactic-republic); }\n.#{$la-css-prefix}-galactic-senate:before { content: la-content($la-galactic-senate); }\n.#{$la-css-prefix}-gamepad:before { content: la-content($la-gamepad); }\n.#{$la-css-prefix}-gas-pump:before { content: la-content($la-gas-pump); }\n.#{$la-css-prefix}-gavel:before { content: la-content($la-gavel); }\n.#{$la-css-prefix}-gem:before { content: la-content($la-gem); }\n.#{$la-css-prefix}-genderless:before { content: la-content($la-genderless); }\n.#{$la-css-prefix}-get-pocket:before { content: la-content($la-get-pocket); }\n.#{$la-css-prefix}-gg:before { content: la-content($la-gg); }\n.#{$la-css-prefix}-gg-circle:before { content: la-content($la-gg-circle); }\n.#{$la-css-prefix}-ghost:before { content: la-content($la-ghost); }\n.#{$la-css-prefix}-gift:before { content: la-content($la-gift); }\n.#{$la-css-prefix}-gifts:before { content: la-content($la-gifts); }\n.#{$la-css-prefix}-git:before { content: la-content($la-git); }\n.#{$la-css-prefix}-git-alt:before { content: la-content($la-git-alt); }\n.#{$la-css-prefix}-git-square:before { content: la-content($la-git-square); }\n.#{$la-css-prefix}-github:before { content: la-content($la-github); }\n.#{$la-css-prefix}-github-alt:before { content: la-content($la-github-alt); }\n.#{$la-css-prefix}-github-square:before { content: la-content($la-github-square); }\n.#{$la-css-prefix}-gitkraken:before { content: la-content($la-gitkraken); }\n.#{$la-css-prefix}-gitlab:before { content: la-content($la-gitlab); }\n.#{$la-css-prefix}-gitter:before { content: la-content($la-gitter); }\n.#{$la-css-prefix}-glass-cheers:before { content: la-content($la-glass-cheers); }\n.#{$la-css-prefix}-glass-martini:before { content: la-content($la-glass-martini); }\n.#{$la-css-prefix}-glass-martini-alt:before { content: la-content($la-glass-martini-alt); }\n.#{$la-css-prefix}-glass-whiskey:before { content: la-content($la-glass-whiskey); }\n.#{$la-css-prefix}-glasses:before { content: la-content($la-glasses); }\n.#{$la-css-prefix}-glide:before { content: la-content($la-glide); }\n.#{$la-css-prefix}-glide-g:before { content: la-content($la-glide-g); }\n.#{$la-css-prefix}-globe:before { content: la-content($la-globe); }\n.#{$la-css-prefix}-globe-africa:before { content: la-content($la-globe-africa); }\n.#{$la-css-prefix}-globe-americas:before { content: la-content($la-globe-americas); }\n.#{$la-css-prefix}-globe-asia:before { content: la-content($la-globe-asia); }\n.#{$la-css-prefix}-globe-europe:before { content: la-content($la-globe-europe); }\n.#{$la-css-prefix}-gofore:before { content: la-content($la-gofore); }\n.#{$la-css-prefix}-golf-ball:before { content: la-content($la-golf-ball); }\n.#{$la-css-prefix}-goodreads:before { content: la-content($la-goodreads); }\n.#{$la-css-prefix}-goodreads-g:before { content: la-content($la-goodreads-g); }\n.#{$la-css-prefix}-google:before { content: la-content($la-google); }\n.#{$la-css-prefix}-google-drive:before { content: la-content($la-google-drive); }\n.#{$la-css-prefix}-google-play:before { content: la-content($la-google-play); }\n.#{$la-css-prefix}-google-plus:before { content: la-content($la-google-plus); }\n.#{$la-css-prefix}-google-plus-g:before { content: la-content($la-google-plus-g); }\n.#{$la-css-prefix}-google-plus-square:before { content: la-content($la-google-plus-square); }\n.#{$la-css-prefix}-google-wallet:before { content: la-content($la-google-wallet); }\n.#{$la-css-prefix}-gopuram:before { content: la-content($la-gopuram); }\n.#{$la-css-prefix}-graduation-cap:before { content: la-content($la-graduation-cap); }\n.#{$la-css-prefix}-gratipay:before { content: la-content($la-gratipay); }\n.#{$la-css-prefix}-grav:before { content: la-content($la-grav); }\n.#{$la-css-prefix}-greater-than:before { content: la-content($la-greater-than); }\n.#{$la-css-prefix}-greater-than-equal:before { content: la-content($la-greater-than-equal); }\n.#{$la-css-prefix}-grimace:before { content: la-content($la-grimace); }\n.#{$la-css-prefix}-grin:before { content: la-content($la-grin); }\n.#{$la-css-prefix}-grin-alt:before { content: la-content($la-grin-alt); }\n.#{$la-css-prefix}-grin-beam:before { content: la-content($la-grin-beam); }\n.#{$la-css-prefix}-grin-beam-sweat:before { content: la-content($la-grin-beam-sweat); }\n.#{$la-css-prefix}-grin-hearts:before { content: la-content($la-grin-hearts); }\n.#{$la-css-prefix}-grin-squint:before { content: la-content($la-grin-squint); }\n.#{$la-css-prefix}-grin-squint-tears:before { content: la-content($la-grin-squint-tears); }\n.#{$la-css-prefix}-grin-stars:before { content: la-content($la-grin-stars); }\n.#{$la-css-prefix}-grin-tears:before { content: la-content($la-grin-tears); }\n.#{$la-css-prefix}-grin-tongue:before { content: la-content($la-grin-tongue); }\n.#{$la-css-prefix}-grin-tongue-squint:before { content: la-content($la-grin-tongue-squint); }\n.#{$la-css-prefix}-grin-tongue-wink:before { content: la-content($la-grin-tongue-wink); }\n.#{$la-css-prefix}-grin-wink:before { content: la-content($la-grin-wink); }\n.#{$la-css-prefix}-grip-horizontal:before { content: la-content($la-grip-horizontal); }\n.#{$la-css-prefix}-grip-lines:before { content: la-content($la-grip-lines); }\n.#{$la-css-prefix}-grip-lines-vertical:before { content: la-content($la-grip-lines-vertical); }\n.#{$la-css-prefix}-grip-vertical:before { content: la-content($la-grip-vertical); }\n.#{$la-css-prefix}-gripfire:before { content: la-content($la-gripfire); }\n.#{$la-css-prefix}-grunt:before { content: la-content($la-grunt); }\n.#{$la-css-prefix}-guitar:before { content: la-content($la-guitar); }\n.#{$la-css-prefix}-gulp:before { content: la-content($la-gulp); }\n.#{$la-css-prefix}-h-square:before { content: la-content($la-h-square); }\n.#{$la-css-prefix}-hacker-news:before { content: la-content($la-hacker-news); }\n.#{$la-css-prefix}-hacker-news-square:before { content: la-content($la-hacker-news-square); }\n.#{$la-css-prefix}-hackerrank:before { content: la-content($la-hackerrank); }\n.#{$la-css-prefix}-hamburger:before { content: la-content($la-hamburger); }\n.#{$la-css-prefix}-hammer:before { content: la-content($la-hammer); }\n.#{$la-css-prefix}-hamsa:before { content: la-content($la-hamsa); }\n.#{$la-css-prefix}-hand-holding:before { content: la-content($la-hand-holding); }\n.#{$la-css-prefix}-hand-holding-heart:before { content: la-content($la-hand-holding-heart); }\n.#{$la-css-prefix}-hand-holding-usd:before { content: la-content($la-hand-holding-usd); }\n.#{$la-css-prefix}-hand-lizard:before { content: la-content($la-hand-lizard); }\n.#{$la-css-prefix}-hand-middle-finger:before { content: la-content($la-hand-middle-finger); }\n.#{$la-css-prefix}-hand-paper:before { content: la-content($la-hand-paper); }\n.#{$la-css-prefix}-hand-peace:before { content: la-content($la-hand-peace); }\n.#{$la-css-prefix}-hand-point-down:before { content: la-content($la-hand-point-down); }\n.#{$la-css-prefix}-hand-point-left:before { content: la-content($la-hand-point-left); }\n.#{$la-css-prefix}-hand-point-right:before { content: la-content($la-hand-point-right); }\n.#{$la-css-prefix}-hand-point-up:before { content: la-content($la-hand-point-up); }\n.#{$la-css-prefix}-hand-pointer:before { content: la-content($la-hand-pointer); }\n.#{$la-css-prefix}-hand-rock:before { content: la-content($la-hand-rock); }\n.#{$la-css-prefix}-hand-scissors:before { content: la-content($la-hand-scissors); }\n.#{$la-css-prefix}-hand-spock:before { content: la-content($la-hand-spock); }\n.#{$la-css-prefix}-hands:before { content: la-content($la-hands); }\n.#{$la-css-prefix}-hands-helping:before { content: la-content($la-hands-helping); }\n.#{$la-css-prefix}-handshake:before { content: la-content($la-handshake); }\n.#{$la-css-prefix}-hanukiah:before { content: la-content($la-hanukiah); }\n.#{$la-css-prefix}-hard-hat:before { content: la-content($la-hard-hat); }\n.#{$la-css-prefix}-hashtag:before { content: la-content($la-hashtag); }\n.#{$la-css-prefix}-hat-wizard:before { content: la-content($la-hat-wizard); }\n.#{$la-css-prefix}-haykal:before { content: la-content($la-haykal); }\n.#{$la-css-prefix}-hdd:before { content: la-content($la-hdd); }\n.#{$la-css-prefix}-heading:before { content: la-content($la-heading); }\n.#{$la-css-prefix}-headphones:before { content: la-content($la-headphones); }\n.#{$la-css-prefix}-headphones-alt:before { content: la-content($la-headphones-alt); }\n.#{$la-css-prefix}-headset:before { content: la-content($la-headset); }\n.#{$la-css-prefix}-heart:before { content: la-content($la-heart); }\n.#{$la-css-prefix}-heart-broken:before { content: la-content($la-heart-broken); }\n.#{$la-css-prefix}-heartbeat:before { content: la-content($la-heartbeat); }\n.#{$la-css-prefix}-helicopter:before { content: la-content($la-helicopter); }\n.#{$la-css-prefix}-highlighter:before { content: la-content($la-highlighter); }\n.#{$la-css-prefix}-hiking:before { content: la-content($la-hiking); }\n.#{$la-css-prefix}-hippo:before { content: la-content($la-hippo); }\n.#{$la-css-prefix}-hips:before { content: la-content($la-hips); }\n.#{$la-css-prefix}-hire-a-helper:before { content: la-content($la-hire-a-helper); }\n.#{$la-css-prefix}-history:before { content: la-content($la-history); }\n.#{$la-css-prefix}-hockey-puck:before { content: la-content($la-hockey-puck); }\n.#{$la-css-prefix}-holly-berry:before { content: la-content($la-holly-berry); }\n.#{$la-css-prefix}-home:before { content: la-content($la-home); }\n.#{$la-css-prefix}-hooli:before { content: la-content($la-hooli); }\n.#{$la-css-prefix}-hornbill:before { content: la-content($la-hornbill); }\n.#{$la-css-prefix}-horse:before { content: la-content($la-horse); }\n.#{$la-css-prefix}-horse-head:before { content: la-content($la-horse-head); }\n.#{$la-css-prefix}-hospital:before { content: la-content($la-hospital); }\n.#{$la-css-prefix}-hospital-alt:before { content: la-content($la-hospital-alt); }\n.#{$la-css-prefix}-hospital-symbol:before { content: la-content($la-hospital-symbol); }\n.#{$la-css-prefix}-hot-tub:before { content: la-content($la-hot-tub); }\n.#{$la-css-prefix}-hotdog:before { content: la-content($la-hotdog); }\n.#{$la-css-prefix}-hotel:before { content: la-content($la-hotel); }\n.#{$la-css-prefix}-hotjar:before { content: la-content($la-hotjar); }\n.#{$la-css-prefix}-hourglass:before { content: la-content($la-hourglass); }\n.#{$la-css-prefix}-hourglass-end:before { content: la-content($la-hourglass-end); }\n.#{$la-css-prefix}-hourglass-half:before { content: la-content($la-hourglass-half); }\n.#{$la-css-prefix}-hourglass-start:before { content: la-content($la-hourglass-start); }\n.#{$la-css-prefix}-house-damage:before { content: la-content($la-house-damage); }\n.#{$la-css-prefix}-houzz:before { content: la-content($la-houzz); }\n.#{$la-css-prefix}-hryvnia:before { content: la-content($la-hryvnia); }\n.#{$la-css-prefix}-html5:before { content: la-content($la-html5); }\n.#{$la-css-prefix}-hubspot:before { content: la-content($la-hubspot); }\n.#{$la-css-prefix}-i-cursor:before { content: la-content($la-i-cursor); }\n.#{$la-css-prefix}-ice-cream:before { content: la-content($la-ice-cream); }\n.#{$la-css-prefix}-icicles:before { content: la-content($la-icicles); }\n.#{$la-css-prefix}-icons:before { content: la-content($la-icons); }\n.#{$la-css-prefix}-id-badge:before { content: la-content($la-id-badge); }\n.#{$la-css-prefix}-id-card:before { content: la-content($la-id-card); }\n.#{$la-css-prefix}-id-card-alt:before { content: la-content($la-id-card-alt); }\n.#{$la-css-prefix}-igloo:before { content: la-content($la-igloo); }\n.#{$la-css-prefix}-image:before { content: la-content($la-image); }\n.#{$la-css-prefix}-images:before { content: la-content($la-images); }\n.#{$la-css-prefix}-imdb:before { content: la-content($la-imdb); }\n.#{$la-css-prefix}-inbox:before { content: la-content($la-inbox); }\n.#{$la-css-prefix}-indent:before { content: la-content($la-indent); }\n.#{$la-css-prefix}-industry:before { content: la-content($la-industry); }\n.#{$la-css-prefix}-infinity:before { content: la-content($la-infinity); }\n.#{$la-css-prefix}-info:before { content: la-content($la-info); }\n.#{$la-css-prefix}-info-circle:before { content: la-content($la-info-circle); }\n.#{$la-css-prefix}-instagram:before { content: la-content($la-instagram); }\n.#{$la-css-prefix}-intercom:before { content: la-content($la-intercom); }\n.#{$la-css-prefix}-internet-explorer:before { content: la-content($la-internet-explorer); }\n.#{$la-css-prefix}-invision:before { content: la-content($la-invision); }\n.#{$la-css-prefix}-ioxhost:before { content: la-content($la-ioxhost); }\n.#{$la-css-prefix}-italic:before { content: la-content($la-italic); }\n.#{$la-css-prefix}-itch-io:before { content: la-content($la-itch-io); }\n.#{$la-css-prefix}-itunes:before { content: la-content($la-itunes); }\n.#{$la-css-prefix}-itunes-note:before { content: la-content($la-itunes-note); }\n.#{$la-css-prefix}-java:before { content: la-content($la-java); }\n.#{$la-css-prefix}-jedi:before { content: la-content($la-jedi); }\n.#{$la-css-prefix}-jedi-order:before { content: la-content($la-jedi-order); }\n.#{$la-css-prefix}-jenkins:before { content: la-content($la-jenkins); }\n.#{$la-css-prefix}-jira:before { content: la-content($la-jira); }\n.#{$la-css-prefix}-joget:before { content: la-content($la-joget); }\n.#{$la-css-prefix}-joint:before { content: la-content($la-joint); }\n.#{$la-css-prefix}-joomla:before { content: la-content($la-joomla); }\n.#{$la-css-prefix}-journal-whills:before { content: la-content($la-journal-whills); }\n.#{$la-css-prefix}-js:before { content: la-content($la-js); }\n.#{$la-css-prefix}-js-square:before { content: la-content($la-js-square); }\n.#{$la-css-prefix}-jsfiddle:before { content: la-content($la-jsfiddle); }\n.#{$la-css-prefix}-kaaba:before { content: la-content($la-kaaba); }\n.#{$la-css-prefix}-kaggle:before { content: la-content($la-kaggle); }\n.#{$la-css-prefix}-key:before { content: la-content($la-key); }\n.#{$la-css-prefix}-keybase:before { content: la-content($la-keybase); }\n.#{$la-css-prefix}-keyboard:before { content: la-content($la-keyboard); }\n.#{$la-css-prefix}-keycdn:before { content: la-content($la-keycdn); }\n.#{$la-css-prefix}-khanda:before { content: la-content($la-khanda); }\n.#{$la-css-prefix}-kickstarter:before { content: la-content($la-kickstarter); }\n.#{$la-css-prefix}-kickstarter-k:before { content: la-content($la-kickstarter-k); }\n.#{$la-css-prefix}-kiss:before { content: la-content($la-kiss); }\n.#{$la-css-prefix}-kiss-beam:before { content: la-content($la-kiss-beam); }\n.#{$la-css-prefix}-kiss-wink-heart:before { content: la-content($la-kiss-wink-heart); }\n.#{$la-css-prefix}-kiwi-bird:before { content: la-content($la-kiwi-bird); }\n.#{$la-css-prefix}-korvue:before { content: la-content($la-korvue); }\n.#{$la-css-prefix}-landmark:before { content: la-content($la-landmark); }\n.#{$la-css-prefix}-language:before { content: la-content($la-language); }\n.#{$la-css-prefix}-laptop:before { content: la-content($la-laptop); }\n.#{$la-css-prefix}-laptop-code:before { content: la-content($la-laptop-code); }\n.#{$la-css-prefix}-laptop-medical:before { content: la-content($la-laptop-medical); }\n.#{$la-css-prefix}-laravel:before { content: la-content($la-laravel); }\n.#{$la-css-prefix}-lastfm:before { content: la-content($la-lastfm); }\n.#{$la-css-prefix}-lastfm-square:before { content: la-content($la-lastfm-square); }\n.#{$la-css-prefix}-laugh:before { content: la-content($la-laugh); }\n.#{$la-css-prefix}-laugh-beam:before { content: la-content($la-laugh-beam); }\n.#{$la-css-prefix}-laugh-squint:before { content: la-content($la-laugh-squint); }\n.#{$la-css-prefix}-laugh-wink:before { content: la-content($la-laugh-wink); }\n.#{$la-css-prefix}-layer-group:before { content: la-content($la-layer-group); }\n.#{$la-css-prefix}-leaf:before { content: la-content($la-leaf); }\n.#{$la-css-prefix}-leanpub:before { content: la-content($la-leanpub); }\n.#{$la-css-prefix}-lemon:before { content: la-content($la-lemon); }\n.#{$la-css-prefix}-less:before { content: la-content($la-less); }\n.#{$la-css-prefix}-less-than:before { content: la-content($la-less-than); }\n.#{$la-css-prefix}-less-than-equal:before { content: la-content($la-less-than-equal); }\n.#{$la-css-prefix}-level-down-alt:before { content: la-content($la-level-down-alt); }\n.#{$la-css-prefix}-level-up-alt:before { content: la-content($la-level-up-alt); }\n.#{$la-css-prefix}-life-ring:before { content: la-content($la-life-ring); }\n.#{$la-css-prefix}-lightbulb:before { content: la-content($la-lightbulb); }\n.#{$la-css-prefix}-line:before { content: la-content($la-line); }\n.#{$la-css-prefix}-link:before { content: la-content($la-link); }\n.#{$la-css-prefix}-linkedin:before { content: la-content($la-linkedin); }\n.#{$la-css-prefix}-linkedin-in:before { content: la-content($la-linkedin-in); }\n.#{$la-css-prefix}-linode:before { content: la-content($la-linode); }\n.#{$la-css-prefix}-linux:before { content: la-content($la-linux); }\n.#{$la-css-prefix}-lira-sign:before { content: la-content($la-lira-sign); }\n.#{$la-css-prefix}-list:before { content: la-content($la-list); }\n.#{$la-css-prefix}-list-alt:before { content: la-content($la-list-alt); }\n.#{$la-css-prefix}-list-ol:before { content: la-content($la-list-ol); }\n.#{$la-css-prefix}-list-ul:before { content: la-content($la-list-ul); }\n.#{$la-css-prefix}-location-arrow:before { content: la-content($la-location-arrow); }\n.#{$la-css-prefix}-lock:before { content: la-content($la-lock); }\n.#{$la-css-prefix}-lock-open:before { content: la-content($la-lock-open); }\n.#{$la-css-prefix}-long-arrow-alt-down:before { content: la-content($la-long-arrow-alt-down); }\n.#{$la-css-prefix}-long-arrow-alt-left:before { content: la-content($la-long-arrow-alt-left); }\n.#{$la-css-prefix}-long-arrow-alt-right:before { content: la-content($la-long-arrow-alt-right); }\n.#{$la-css-prefix}-long-arrow-alt-up:before { content: la-content($la-long-arrow-alt-up); }\n.#{$la-css-prefix}-low-vision:before { content: la-content($la-low-vision); }\n.#{$la-css-prefix}-luggage-cart:before { content: la-content($la-luggage-cart); }\n.#{$la-css-prefix}-lyft:before { content: la-content($la-lyft); }\n.#{$la-css-prefix}-magento:before { content: la-content($la-magento); }\n.#{$la-css-prefix}-magic:before { content: la-content($la-magic); }\n.#{$la-css-prefix}-magnet:before { content: la-content($la-magnet); }\n.#{$la-css-prefix}-mail-bulk:before { content: la-content($la-mail-bulk); }\n.#{$la-css-prefix}-mailchimp:before { content: la-content($la-mailchimp); }\n.#{$la-css-prefix}-male:before { content: la-content($la-male); }\n.#{$la-css-prefix}-mandalorian:before { content: la-content($la-mandalorian); }\n.#{$la-css-prefix}-map:before { content: la-content($la-map); }\n.#{$la-css-prefix}-map-marked:before { content: la-content($la-map-marked); }\n.#{$la-css-prefix}-map-marked-alt:before { content: la-content($la-map-marked-alt); }\n.#{$la-css-prefix}-map-marker:before { content: la-content($la-map-marker); }\n.#{$la-css-prefix}-map-marker-alt:before { content: la-content($la-map-marker-alt); }\n.#{$la-css-prefix}-map-pin:before { content: la-content($la-map-pin); }\n.#{$la-css-prefix}-map-signs:before { content: la-content($la-map-signs); }\n.#{$la-css-prefix}-markdown:before { content: la-content($la-markdown); }\n.#{$la-css-prefix}-marker:before { content: la-content($la-marker); }\n.#{$la-css-prefix}-mars:before { content: la-content($la-mars); }\n.#{$la-css-prefix}-mars-double:before { content: la-content($la-mars-double); }\n.#{$la-css-prefix}-mars-stroke:before { content: la-content($la-mars-stroke); }\n.#{$la-css-prefix}-mars-stroke-h:before { content: la-content($la-mars-stroke-h); }\n.#{$la-css-prefix}-mars-stroke-v:before { content: la-content($la-mars-stroke-v); }\n.#{$la-css-prefix}-mask:before { content: la-content($la-mask); }\n.#{$la-css-prefix}-mastodon:before { content: la-content($la-mastodon); }\n.#{$la-css-prefix}-maxcdn:before { content: la-content($la-maxcdn); }\n.#{$la-css-prefix}-medal:before { content: la-content($la-medal); }\n.#{$la-css-prefix}-medapps:before { content: la-content($la-medapps); }\n.#{$la-css-prefix}-medium:before { content: la-content($la-medium); }\n.#{$la-css-prefix}-medium-m:before { content: la-content($la-medium-m); }\n.#{$la-css-prefix}-medkit:before { content: la-content($la-medkit); }\n.#{$la-css-prefix}-medrt:before { content: la-content($la-medrt); }\n.#{$la-css-prefix}-meetup:before { content: la-content($la-meetup); }\n.#{$la-css-prefix}-megaport:before { content: la-content($la-megaport); }\n.#{$la-css-prefix}-meh:before { content: la-content($la-meh); }\n.#{$la-css-prefix}-meh-blank:before { content: la-content($la-meh-blank); }\n.#{$la-css-prefix}-meh-rolling-eyes:before { content: la-content($la-meh-rolling-eyes); }\n.#{$la-css-prefix}-memory:before { content: la-content($la-memory); }\n.#{$la-css-prefix}-mendeley:before { content: la-content($la-mendeley); }\n.#{$la-css-prefix}-menorah:before { content: la-content($la-menorah); }\n.#{$la-css-prefix}-mercury:before { content: la-content($la-mercury); }\n.#{$la-css-prefix}-meteor:before { content: la-content($la-meteor); }\n.#{$la-css-prefix}-microchip:before { content: la-content($la-microchip); }\n.#{$la-css-prefix}-microphone:before { content: la-content($la-microphone); }\n.#{$la-css-prefix}-microphone-alt:before { content: la-content($la-microphone-alt); }\n.#{$la-css-prefix}-microphone-alt-slash:before { content: la-content($la-microphone-alt-slash); }\n.#{$la-css-prefix}-microphone-slash:before { content: la-content($la-microphone-slash); }\n.#{$la-css-prefix}-microscope:before { content: la-content($la-microscope); }\n.#{$la-css-prefix}-microsoft:before { content: la-content($la-microsoft); }\n.#{$la-css-prefix}-minus:before { content: la-content($la-minus); }\n.#{$la-css-prefix}-minus-circle:before { content: la-content($la-minus-circle); }\n.#{$la-css-prefix}-minus-square:before { content: la-content($la-minus-square); }\n.#{$la-css-prefix}-mitten:before { content: la-content($la-mitten); }\n.#{$la-css-prefix}-mix:before { content: la-content($la-mix); }\n.#{$la-css-prefix}-mixcloud:before { content: la-content($la-mixcloud); }\n.#{$la-css-prefix}-mizuni:before { content: la-content($la-mizuni); }\n.#{$la-css-prefix}-mobile:before { content: la-content($la-mobile); }\n.#{$la-css-prefix}-mobile-alt:before { content: la-content($la-mobile-alt); }\n.#{$la-css-prefix}-modx:before { content: la-content($la-modx); }\n.#{$la-css-prefix}-monero:before { content: la-content($la-monero); }\n.#{$la-css-prefix}-money-bill:before { content: la-content($la-money-bill); }\n.#{$la-css-prefix}-money-bill-alt:before { content: la-content($la-money-bill-alt); }\n.#{$la-css-prefix}-money-bill-wave:before { content: la-content($la-money-bill-wave); }\n.#{$la-css-prefix}-money-bill-wave-alt:before { content: la-content($la-money-bill-wave-alt); }\n.#{$la-css-prefix}-money-check:before { content: la-content($la-money-check); }\n.#{$la-css-prefix}-money-check-alt:before { content: la-content($la-money-check-alt); }\n.#{$la-css-prefix}-monument:before { content: la-content($la-monument); }\n.#{$la-css-prefix}-moon:before { content: la-content($la-moon); }\n.#{$la-css-prefix}-mortar-pestle:before { content: la-content($la-mortar-pestle); }\n.#{$la-css-prefix}-mosque:before { content: la-content($la-mosque); }\n.#{$la-css-prefix}-motorcycle:before { content: la-content($la-motorcycle); }\n.#{$la-css-prefix}-mountain:before { content: la-content($la-mountain); }\n.#{$la-css-prefix}-mouse-pointer:before { content: la-content($la-mouse-pointer); }\n.#{$la-css-prefix}-mug-hot:before { content: la-content($la-mug-hot); }\n.#{$la-css-prefix}-music:before { content: la-content($la-music); }\n.#{$la-css-prefix}-napster:before { content: la-content($la-napster); }\n.#{$la-css-prefix}-neos:before { content: la-content($la-neos); }\n.#{$la-css-prefix}-network-wired:before { content: la-content($la-network-wired); }\n.#{$la-css-prefix}-neuter:before { content: la-content($la-neuter); }\n.#{$la-css-prefix}-newspaper:before { content: la-content($la-newspaper); }\n.#{$la-css-prefix}-nimblr:before { content: la-content($la-nimblr); }\n.#{$la-css-prefix}-node:before { content: la-content($la-node); }\n.#{$la-css-prefix}-node-js:before { content: la-content($la-node-js); }\n.#{$la-css-prefix}-not-equal:before { content: la-content($la-not-equal); }\n.#{$la-css-prefix}-notes-medical:before { content: la-content($la-notes-medical); }\n.#{$la-css-prefix}-npm:before { content: la-content($la-npm); }\n.#{$la-css-prefix}-ns8:before { content: la-content($la-ns8); }\n.#{$la-css-prefix}-nutritionix:before { content: la-content($la-nutritionix); }\n.#{$la-css-prefix}-object-group:before { content: la-content($la-object-group); }\n.#{$la-css-prefix}-object-ungroup:before { content: la-content($la-object-ungroup); }\n.#{$la-css-prefix}-odnoklassniki:before { content: la-content($la-odnoklassniki); }\n.#{$la-css-prefix}-odnoklassniki-square:before { content: la-content($la-odnoklassniki-square); }\n.#{$la-css-prefix}-oil-can:before { content: la-content($la-oil-can); }\n.#{$la-css-prefix}-old-republic:before { content: la-content($la-old-republic); }\n.#{$la-css-prefix}-om:before { content: la-content($la-om); }\n.#{$la-css-prefix}-opencart:before { content: la-content($la-opencart); }\n.#{$la-css-prefix}-openid:before { content: la-content($la-openid); }\n.#{$la-css-prefix}-opera:before { content: la-content($la-opera); }\n.#{$la-css-prefix}-optin-monster:before { content: la-content($la-optin-monster); }\n.#{$la-css-prefix}-osi:before { content: la-content($la-osi); }\n.#{$la-css-prefix}-otter:before { content: la-content($la-otter); }\n.#{$la-css-prefix}-outdent:before { content: la-content($la-outdent); }\n.#{$la-css-prefix}-page4:before { content: la-content($la-page4); }\n.#{$la-css-prefix}-pagelines:before { content: la-content($la-pagelines); }\n.#{$la-css-prefix}-pager:before { content: la-content($la-pager); }\n.#{$la-css-prefix}-paint-brush:before { content: la-content($la-paint-brush); }\n.#{$la-css-prefix}-paint-roller:before { content: la-content($la-paint-roller); }\n.#{$la-css-prefix}-palette:before { content: la-content($la-palette); }\n.#{$la-css-prefix}-palfed:before { content: la-content($la-palfed); }\n.#{$la-css-prefix}-pallet:before { content: la-content($la-pallet); }\n.#{$la-css-prefix}-paper-plane:before { content: la-content($la-paper-plane); }\n.#{$la-css-prefix}-paperclip:before { content: la-content($la-paperclip); }\n.#{$la-css-prefix}-parachute-box:before { content: la-content($la-parachute-box); }\n.#{$la-css-prefix}-paragraph:before { content: la-content($la-paragraph); }\n.#{$la-css-prefix}-parking:before { content: la-content($la-parking); }\n.#{$la-css-prefix}-passport:before { content: la-content($la-passport); }\n.#{$la-css-prefix}-pastafarianism:before { content: la-content($la-pastafarianism); }\n.#{$la-css-prefix}-paste:before { content: la-content($la-paste); }\n.#{$la-css-prefix}-patreon:before { content: la-content($la-patreon); }\n.#{$la-css-prefix}-pause:before { content: la-content($la-pause); }\n.#{$la-css-prefix}-pause-circle:before { content: la-content($la-pause-circle); }\n.#{$la-css-prefix}-paw:before { content: la-content($la-paw); }\n.#{$la-css-prefix}-paypal:before { content: la-content($la-paypal); }\n.#{$la-css-prefix}-peace:before { content: la-content($la-peace); }\n.#{$la-css-prefix}-pen:before { content: la-content($la-pen); }\n.#{$la-css-prefix}-pen-alt:before { content: la-content($la-pen-alt); }\n.#{$la-css-prefix}-pen-fancy:before { content: la-content($la-pen-fancy); }\n.#{$la-css-prefix}-pen-nib:before { content: la-content($la-pen-nib); }\n.#{$la-css-prefix}-pen-square:before { content: la-content($la-pen-square); }\n.#{$la-css-prefix}-pencil-alt:before { content: la-content($la-pencil-alt); }\n.#{$la-css-prefix}-pencil-ruler:before { content: la-content($la-pencil-ruler); }\n.#{$la-css-prefix}-penny-arcade:before { content: la-content($la-penny-arcade); }\n.#{$la-css-prefix}-people-carry:before { content: la-content($la-people-carry); }\n.#{$la-css-prefix}-pepper-hot:before { content: la-content($la-pepper-hot); }\n.#{$la-css-prefix}-percent:before { content: la-content($la-percent); }\n.#{$la-css-prefix}-percentage:before { content: la-content($la-percentage); }\n.#{$la-css-prefix}-periscope:before { content: la-content($la-periscope); }\n.#{$la-css-prefix}-person-booth:before { content: la-content($la-person-booth); }\n.#{$la-css-prefix}-phabricator:before { content: la-content($la-phabricator); }\n.#{$la-css-prefix}-phoenix-framework:before { content: la-content($la-phoenix-framework); }\n.#{$la-css-prefix}-phoenix-squadron:before { content: la-content($la-phoenix-squadron); }\n.#{$la-css-prefix}-phone:before { content: la-content($la-phone); }\n.#{$la-css-prefix}-phone-alt:before { content: la-content($la-phone-alt); }\n.#{$la-css-prefix}-phone-slash:before { content: la-content($la-phone-slash); }\n.#{$la-css-prefix}-phone-square:before { content: la-content($la-phone-square); }\n.#{$la-css-prefix}-phone-square-alt:before { content: la-content($la-phone-square-alt); }\n.#{$la-css-prefix}-phone-volume:before { content: la-content($la-phone-volume); }\n.#{$la-css-prefix}-photo-video:before { content: la-content($la-photo-video); }\n.#{$la-css-prefix}-php:before { content: la-content($la-php); }\n.#{$la-css-prefix}-pied-piper:before { content: la-content($la-pied-piper); }\n.#{$la-css-prefix}-pied-piper-alt:before { content: la-content($la-pied-piper-alt); }\n.#{$la-css-prefix}-pied-piper-hat:before { content: la-content($la-pied-piper-hat); }\n.#{$la-css-prefix}-pied-piper-pp:before { content: la-content($la-pied-piper-pp); }\n.#{$la-css-prefix}-piggy-bank:before { content: la-content($la-piggy-bank); }\n.#{$la-css-prefix}-pills:before { content: la-content($la-pills); }\n.#{$la-css-prefix}-pinterest:before { content: la-content($la-pinterest); }\n.#{$la-css-prefix}-pinterest-p:before { content: la-content($la-pinterest-p); }\n.#{$la-css-prefix}-pinterest-square:before { content: la-content($la-pinterest-square); }\n.#{$la-css-prefix}-pizza-slice:before { content: la-content($la-pizza-slice); }\n.#{$la-css-prefix}-place-of-worship:before { content: la-content($la-place-of-worship); }\n.#{$la-css-prefix}-plane:before { content: la-content($la-plane); }\n.#{$la-css-prefix}-plane-arrival:before { content: la-content($la-plane-arrival); }\n.#{$la-css-prefix}-plane-departure:before { content: la-content($la-plane-departure); }\n.#{$la-css-prefix}-play:before { content: la-content($la-play); }\n.#{$la-css-prefix}-play-circle:before { content: la-content($la-play-circle); }\n.#{$la-css-prefix}-playstation:before { content: la-content($la-playstation); }\n.#{$la-css-prefix}-plug:before { content: la-content($la-plug); }\n.#{$la-css-prefix}-plus:before { content: la-content($la-plus); }\n.#{$la-css-prefix}-plus-circle:before { content: la-content($la-plus-circle); }\n.#{$la-css-prefix}-plus-square:before { content: la-content($la-plus-square); }\n.#{$la-css-prefix}-podcast:before { content: la-content($la-podcast); }\n.#{$la-css-prefix}-poll:before { content: la-content($la-poll); }\n.#{$la-css-prefix}-poll-h:before { content: la-content($la-poll-h); }\n.#{$la-css-prefix}-poo:before { content: la-content($la-poo); }\n.#{$la-css-prefix}-poo-storm:before { content: la-content($la-poo-storm); }\n.#{$la-css-prefix}-poop:before { content: la-content($la-poop); }\n.#{$la-css-prefix}-portrait:before { content: la-content($la-portrait); }\n.#{$la-css-prefix}-pound-sign:before { content: la-content($la-pound-sign); }\n.#{$la-css-prefix}-power-off:before { content: la-content($la-power-off); }\n.#{$la-css-prefix}-pray:before { content: la-content($la-pray); }\n.#{$la-css-prefix}-praying-hands:before { content: la-content($la-praying-hands); }\n.#{$la-css-prefix}-prescription:before { content: la-content($la-prescription); }\n.#{$la-css-prefix}-prescription-bottle:before { content: la-content($la-prescription-bottle); }\n.#{$la-css-prefix}-prescription-bottle-alt:before { content: la-content($la-prescription-bottle-alt); }\n.#{$la-css-prefix}-print:before { content: la-content($la-print); }\n.#{$la-css-prefix}-procedures:before { content: la-content($la-procedures); }\n.#{$la-css-prefix}-product-hunt:before { content: la-content($la-product-hunt); }\n.#{$la-css-prefix}-project-diagram:before { content: la-content($la-project-diagram); }\n.#{$la-css-prefix}-pushed:before { content: la-content($la-pushed); }\n.#{$la-css-prefix}-puzzle-piece:before { content: la-content($la-puzzle-piece); }\n.#{$la-css-prefix}-python:before { content: la-content($la-python); }\n.#{$la-css-prefix}-qq:before { content: la-content($la-qq); }\n.#{$la-css-prefix}-qrcode:before { content: la-content($la-qrcode); }\n.#{$la-css-prefix}-question:before { content: la-content($la-question); }\n.#{$la-css-prefix}-question-circle:before { content: la-content($la-question-circle); }\n.#{$la-css-prefix}-quidditch:before { content: la-content($la-quidditch); }\n.#{$la-css-prefix}-quinscape:before { content: la-content($la-quinscape); }\n.#{$la-css-prefix}-quora:before { content: la-content($la-quora); }\n.#{$la-css-prefix}-quote-left:before { content: la-content($la-quote-left); }\n.#{$la-css-prefix}-quote-right:before { content: la-content($la-quote-right); }\n.#{$la-css-prefix}-quran:before { content: la-content($la-quran); }\n.#{$la-css-prefix}-r-project:before { content: la-content($la-r-project); }\n.#{$la-css-prefix}-radiation:before { content: la-content($la-radiation); }\n.#{$la-css-prefix}-radiation-alt:before { content: la-content($la-radiation-alt); }\n.#{$la-css-prefix}-rainbow:before { content: la-content($la-rainbow); }\n.#{$la-css-prefix}-random:before { content: la-content($la-random); }\n.#{$la-css-prefix}-raspberry-pi:before { content: la-content($la-raspberry-pi); }\n.#{$la-css-prefix}-ravelry:before { content: la-content($la-ravelry); }\n.#{$la-css-prefix}-react:before { content: la-content($la-react); }\n.#{$la-css-prefix}-reacteurope:before { content: la-content($la-reacteurope); }\n.#{$la-css-prefix}-readme:before { content: la-content($la-readme); }\n.#{$la-css-prefix}-rebel:before { content: la-content($la-rebel); }\n.#{$la-css-prefix}-receipt:before { content: la-content($la-receipt); }\n.#{$la-css-prefix}-recycle:before { content: la-content($la-recycle); }\n.#{$la-css-prefix}-red-river:before { content: la-content($la-red-river); }\n.#{$la-css-prefix}-reddit:before { content: la-content($la-reddit); }\n.#{$la-css-prefix}-reddit-alien:before { content: la-content($la-reddit-alien); }\n.#{$la-css-prefix}-reddit-square:before { content: la-content($la-reddit-square); }\n.#{$la-css-prefix}-redhat:before { content: la-content($la-redhat); }\n.#{$la-css-prefix}-redo:before { content: la-content($la-redo); }\n.#{$la-css-prefix}-redo-alt:before { content: la-content($la-redo-alt); }\n.#{$la-css-prefix}-registered:before { content: la-content($la-registered); }\n.#{$la-css-prefix}-remove-format:before { content: la-content($la-remove-format); }\n.#{$la-css-prefix}-renren:before { content: la-content($la-renren); }\n.#{$la-css-prefix}-reply:before { content: la-content($la-reply); }\n.#{$la-css-prefix}-reply-all:before { content: la-content($la-reply-all); }\n.#{$la-css-prefix}-replyd:before { content: la-content($la-replyd); }\n.#{$la-css-prefix}-republican:before { content: la-content($la-republican); }\n.#{$la-css-prefix}-researchgate:before { content: la-content($la-researchgate); }\n.#{$la-css-prefix}-resolving:before { content: la-content($la-resolving); }\n.#{$la-css-prefix}-restroom:before { content: la-content($la-restroom); }\n.#{$la-css-prefix}-retweet:before { content: la-content($la-retweet); }\n.#{$la-css-prefix}-rev:before { content: la-content($la-rev); }\n.#{$la-css-prefix}-ribbon:before { content: la-content($la-ribbon); }\n.#{$la-css-prefix}-ring:before { content: la-content($la-ring); }\n.#{$la-css-prefix}-road:before { content: la-content($la-road); }\n.#{$la-css-prefix}-robot:before { content: la-content($la-robot); }\n.#{$la-css-prefix}-rocket:before { content: la-content($la-rocket); }\n.#{$la-css-prefix}-rocketchat:before { content: la-content($la-rocketchat); }\n.#{$la-css-prefix}-rockrms:before { content: la-content($la-rockrms); }\n.#{$la-css-prefix}-route:before { content: la-content($la-route); }\n.#{$la-css-prefix}-rss:before { content: la-content($la-rss); }\n.#{$la-css-prefix}-rss-square:before { content: la-content($la-rss-square); }\n.#{$la-css-prefix}-ruble-sign:before { content: la-content($la-ruble-sign); }\n.#{$la-css-prefix}-ruler:before { content: la-content($la-ruler); }\n.#{$la-css-prefix}-ruler-combined:before { content: la-content($la-ruler-combined); }\n.#{$la-css-prefix}-ruler-horizontal:before { content: la-content($la-ruler-horizontal); }\n.#{$la-css-prefix}-ruler-vertical:before { content: la-content($la-ruler-vertical); }\n.#{$la-css-prefix}-running:before { content: la-content($la-running); }\n.#{$la-css-prefix}-rupee-sign:before { content: la-content($la-rupee-sign); }\n.#{$la-css-prefix}-sad-cry:before { content: la-content($la-sad-cry); }\n.#{$la-css-prefix}-sad-tear:before { content: la-content($la-sad-tear); }\n.#{$la-css-prefix}-safari:before { content: la-content($la-safari); }\n.#{$la-css-prefix}-salesforce:before { content: la-content($la-salesforce); }\n.#{$la-css-prefix}-sass:before { content: la-content($la-sass); }\n.#{$la-css-prefix}-satellite:before { content: la-content($la-satellite); }\n.#{$la-css-prefix}-satellite-dish:before { content: la-content($la-satellite-dish); }\n.#{$la-css-prefix}-save:before { content: la-content($la-save); }\n.#{$la-css-prefix}-schlix:before { content: la-content($la-schlix); }\n.#{$la-css-prefix}-school:before { content: la-content($la-school); }\n.#{$la-css-prefix}-screwdriver:before { content: la-content($la-screwdriver); }\n.#{$la-css-prefix}-scribd:before { content: la-content($la-scribd); }\n.#{$la-css-prefix}-scroll:before { content: la-content($la-scroll); }\n.#{$la-css-prefix}-sd-card:before { content: la-content($la-sd-card); }\n.#{$la-css-prefix}-search:before { content: la-content($la-search); }\n.#{$la-css-prefix}-search-dollar:before { content: la-content($la-search-dollar); }\n.#{$la-css-prefix}-search-location:before { content: la-content($la-search-location); }\n.#{$la-css-prefix}-search-minus:before { content: la-content($la-search-minus); }\n.#{$la-css-prefix}-search-plus:before { content: la-content($la-search-plus); }\n.#{$la-css-prefix}-searchengin:before { content: la-content($la-searchengin); }\n.#{$la-css-prefix}-seedling:before { content: la-content($la-seedling); }\n.#{$la-css-prefix}-sellcast:before { content: la-content($la-sellcast); }\n.#{$la-css-prefix}-sellsy:before { content: la-content($la-sellsy); }\n.#{$la-css-prefix}-server:before { content: la-content($la-server); }\n.#{$la-css-prefix}-servicestack:before { content: la-content($la-servicestack); }\n.#{$la-css-prefix}-shapes:before { content: la-content($la-shapes); }\n.#{$la-css-prefix}-share:before { content: la-content($la-share); }\n.#{$la-css-prefix}-share-alt:before { content: la-content($la-share-alt); }\n.#{$la-css-prefix}-share-alt-square:before { content: la-content($la-share-alt-square); }\n.#{$la-css-prefix}-share-square:before { content: la-content($la-share-square); }\n.#{$la-css-prefix}-shekel-sign:before { content: la-content($la-shekel-sign); }\n.#{$la-css-prefix}-shield-alt:before { content: la-content($la-shield-alt); }\n.#{$la-css-prefix}-ship:before { content: la-content($la-ship); }\n.#{$la-css-prefix}-shipping-fast:before { content: la-content($la-shipping-fast); }\n.#{$la-css-prefix}-shirtsinbulk:before { content: la-content($la-shirtsinbulk); }\n.#{$la-css-prefix}-shoe-prints:before { content: la-content($la-shoe-prints); }\n.#{$la-css-prefix}-shopping-bag:before { content: la-content($la-shopping-bag); }\n.#{$la-css-prefix}-shopping-basket:before { content: la-content($la-shopping-basket); }\n.#{$la-css-prefix}-shopping-cart:before { content: la-content($la-shopping-cart); }\n.#{$la-css-prefix}-shopware:before { content: la-content($la-shopware); }\n.#{$la-css-prefix}-shower:before { content: la-content($la-shower); }\n.#{$la-css-prefix}-shuttle-van:before { content: la-content($la-shuttle-van); }\n.#{$la-css-prefix}-sign:before { content: la-content($la-sign); }\n.#{$la-css-prefix}-sign-in-alt:before { content: la-content($la-sign-in-alt); }\n.#{$la-css-prefix}-sign-language:before { content: la-content($la-sign-language); }\n.#{$la-css-prefix}-sign-out-alt:before { content: la-content($la-sign-out-alt); }\n.#{$la-css-prefix}-signal:before { content: la-content($la-signal); }\n.#{$la-css-prefix}-signature:before { content: la-content($la-signature); }\n.#{$la-css-prefix}-sim-card:before { content: la-content($la-sim-card); }\n.#{$la-css-prefix}-simplybuilt:before { content: la-content($la-simplybuilt); }\n.#{$la-css-prefix}-sistrix:before { content: la-content($la-sistrix); }\n.#{$la-css-prefix}-sitemap:before { content: la-content($la-sitemap); }\n.#{$la-css-prefix}-sith:before { content: la-content($la-sith); }\n.#{$la-css-prefix}-skating:before { content: la-content($la-skating); }\n.#{$la-css-prefix}-sketch:before { content: la-content($la-sketch); }\n.#{$la-css-prefix}-skiing:before { content: la-content($la-skiing); }\n.#{$la-css-prefix}-skiing-nordic:before { content: la-content($la-skiing-nordic); }\n.#{$la-css-prefix}-skull:before { content: la-content($la-skull); }\n.#{$la-css-prefix}-skull-crossbones:before { content: la-content($la-skull-crossbones); }\n.#{$la-css-prefix}-skyatlas:before { content: la-content($la-skyatlas); }\n.#{$la-css-prefix}-skype:before { content: la-content($la-skype); }\n.#{$la-css-prefix}-slack:before { content: la-content($la-slack); }\n.#{$la-css-prefix}-slack-hash:before { content: la-content($la-slack-hash); }\n.#{$la-css-prefix}-slash:before { content: la-content($la-slash); }\n.#{$la-css-prefix}-sleigh:before { content: la-content($la-sleigh); }\n.#{$la-css-prefix}-sliders-h:before { content: la-content($la-sliders-h); }\n.#{$la-css-prefix}-slideshare:before { content: la-content($la-slideshare); }\n.#{$la-css-prefix}-smile:before { content: la-content($la-smile); }\n.#{$la-css-prefix}-smile-beam:before { content: la-content($la-smile-beam); }\n.#{$la-css-prefix}-smile-wink:before { content: la-content($la-smile-wink); }\n.#{$la-css-prefix}-smog:before { content: la-content($la-smog); }\n.#{$la-css-prefix}-smoking:before { content: la-content($la-smoking); }\n.#{$la-css-prefix}-smoking-ban:before { content: la-content($la-smoking-ban); }\n.#{$la-css-prefix}-sms:before { content: la-content($la-sms); }\n.#{$la-css-prefix}-snapchat:before { content: la-content($la-snapchat); }\n.#{$la-css-prefix}-snapchat-ghost:before { content: la-content($la-snapchat-ghost); }\n.#{$la-css-prefix}-snapchat-square:before { content: la-content($la-snapchat-square); }\n.#{$la-css-prefix}-snowboarding:before { content: la-content($la-snowboarding); }\n.#{$la-css-prefix}-snowflake:before { content: la-content($la-snowflake); }\n.#{$la-css-prefix}-snowman:before { content: la-content($la-snowman); }\n.#{$la-css-prefix}-snowplow:before { content: la-content($la-snowplow); }\n.#{$la-css-prefix}-socks:before { content: la-content($la-socks); }\n.#{$la-css-prefix}-solar-panel:before { content: la-content($la-solar-panel); }\n.#{$la-css-prefix}-sort:before { content: la-content($la-sort); }\n.#{$la-css-prefix}-sort-alpha-down:before { content: la-content($la-sort-alpha-down); }\n.#{$la-css-prefix}-sort-alpha-down-alt:before { content: la-content($la-sort-alpha-down-alt); }\n.#{$la-css-prefix}-sort-alpha-up:before { content: la-content($la-sort-alpha-up); }\n.#{$la-css-prefix}-sort-alpha-up-alt:before { content: la-content($la-sort-alpha-up-alt); }\n.#{$la-css-prefix}-sort-amount-down:before { content: la-content($la-sort-amount-down); }\n.#{$la-css-prefix}-sort-amount-down-alt:before { content: la-content($la-sort-amount-down-alt); }\n.#{$la-css-prefix}-sort-amount-up:before { content: la-content($la-sort-amount-up); }\n.#{$la-css-prefix}-sort-amount-up-alt:before { content: la-content($la-sort-amount-up-alt); }\n.#{$la-css-prefix}-sort-down:before { content: la-content($la-sort-down); }\n.#{$la-css-prefix}-sort-numeric-down:before { content: la-content($la-sort-numeric-down); }\n.#{$la-css-prefix}-sort-numeric-down-alt:before { content: la-content($la-sort-numeric-down-alt); }\n.#{$la-css-prefix}-sort-numeric-up:before { content: la-content($la-sort-numeric-up); }\n.#{$la-css-prefix}-sort-numeric-up-alt:before { content: la-content($la-sort-numeric-up-alt); }\n.#{$la-css-prefix}-sort-up:before { content: la-content($la-sort-up); }\n.#{$la-css-prefix}-soundcloud:before { content: la-content($la-soundcloud); }\n.#{$la-css-prefix}-sourcetree:before { content: la-content($la-sourcetree); }\n.#{$la-css-prefix}-spa:before { content: la-content($la-spa); }\n.#{$la-css-prefix}-space-shuttle:before { content: la-content($la-space-shuttle); }\n.#{$la-css-prefix}-speakap:before { content: la-content($la-speakap); }\n.#{$la-css-prefix}-speaker-deck:before { content: la-content($la-speaker-deck); }\n.#{$la-css-prefix}-spell-check:before { content: la-content($la-spell-check); }\n.#{$la-css-prefix}-spider:before { content: la-content($la-spider); }\n.#{$la-css-prefix}-spinner:before { content: la-content($la-spinner); }\n.#{$la-css-prefix}-splotch:before { content: la-content($la-splotch); }\n.#{$la-css-prefix}-spotify:before { content: la-content($la-spotify); }\n.#{$la-css-prefix}-spray-can:before { content: la-content($la-spray-can); }\n.#{$la-css-prefix}-square:before { content: la-content($la-square); }\n.#{$la-css-prefix}-square-full:before { content: la-content($la-square-full); }\n.#{$la-css-prefix}-square-root-alt:before { content: la-content($la-square-root-alt); }\n.#{$la-css-prefix}-squarespace:before { content: la-content($la-squarespace); }\n.#{$la-css-prefix}-stack-exchange:before { content: la-content($la-stack-exchange); }\n.#{$la-css-prefix}-stack-overflow:before { content: la-content($la-stack-overflow); }\n.#{$la-css-prefix}-stackpath:before { content: la-content($la-stackpath); }\n.#{$la-css-prefix}-stamp:before { content: la-content($la-stamp); }\n.#{$la-css-prefix}-star:before { content: la-content($la-star); }\n.#{$la-css-prefix}-star-and-crescent:before { content: la-content($la-star-and-crescent); }\n.#{$la-css-prefix}-star-half:before { content: la-content($la-star-half); }\n.#{$la-css-prefix}-star-half-alt:before { content: la-content($la-star-half-alt); }\n.#{$la-css-prefix}-star-of-david:before { content: la-content($la-star-of-david); }\n.#{$la-css-prefix}-star-of-life:before { content: la-content($la-star-of-life); }\n.#{$la-css-prefix}-staylinked:before { content: la-content($la-staylinked); }\n.#{$la-css-prefix}-steam:before { content: la-content($la-steam); }\n.#{$la-css-prefix}-steam-square:before { content: la-content($la-steam-square); }\n.#{$la-css-prefix}-steam-symbol:before { content: la-content($la-steam-symbol); }\n.#{$la-css-prefix}-step-backward:before { content: la-content($la-step-backward); }\n.#{$la-css-prefix}-step-forward:before { content: la-content($la-step-forward); }\n.#{$la-css-prefix}-stethoscope:before { content: la-content($la-stethoscope); }\n.#{$la-css-prefix}-sticker-mule:before { content: la-content($la-sticker-mule); }\n.#{$la-css-prefix}-sticky-note:before { content: la-content($la-sticky-note); }\n.#{$la-css-prefix}-stop:before { content: la-content($la-stop); }\n.#{$la-css-prefix}-stop-circle:before { content: la-content($la-stop-circle); }\n.#{$la-css-prefix}-stopwatch:before { content: la-content($la-stopwatch); }\n.#{$la-css-prefix}-store:before { content: la-content($la-store); }\n.#{$la-css-prefix}-store-alt:before { content: la-content($la-store-alt); }\n.#{$la-css-prefix}-strava:before { content: la-content($la-strava); }\n.#{$la-css-prefix}-stream:before { content: la-content($la-stream); }\n.#{$la-css-prefix}-street-view:before { content: la-content($la-street-view); }\n.#{$la-css-prefix}-strikethrough:before { content: la-content($la-strikethrough); }\n.#{$la-css-prefix}-stripe:before { content: la-content($la-stripe); }\n.#{$la-css-prefix}-stripe-s:before { content: la-content($la-stripe-s); }\n.#{$la-css-prefix}-stroopwafel:before { content: la-content($la-stroopwafel); }\n.#{$la-css-prefix}-studiovinari:before { content: la-content($la-studiovinari); }\n.#{$la-css-prefix}-stumbleupon:before { content: la-content($la-stumbleupon); }\n.#{$la-css-prefix}-stumbleupon-circle:before { content: la-content($la-stumbleupon-circle); }\n.#{$la-css-prefix}-subscript:before { content: la-content($la-subscript); }\n.#{$la-css-prefix}-subway:before { content: la-content($la-subway); }\n.#{$la-css-prefix}-suitcase:before { content: la-content($la-suitcase); }\n.#{$la-css-prefix}-suitcase-rolling:before { content: la-content($la-suitcase-rolling); }\n.#{$la-css-prefix}-sun:before { content: la-content($la-sun); }\n.#{$la-css-prefix}-superpowers:before { content: la-content($la-superpowers); }\n.#{$la-css-prefix}-superscript:before { content: la-content($la-superscript); }\n.#{$la-css-prefix}-supple:before { content: la-content($la-supple); }\n.#{$la-css-prefix}-surprise:before { content: la-content($la-surprise); }\n.#{$la-css-prefix}-suse:before { content: la-content($la-suse); }\n.#{$la-css-prefix}-swatchbook:before { content: la-content($la-swatchbook); }\n.#{$la-css-prefix}-swimmer:before { content: la-content($la-swimmer); }\n.#{$la-css-prefix}-swimming-pool:before { content: la-content($la-swimming-pool); }\n.#{$la-css-prefix}-symfony:before { content: la-content($la-symfony); }\n.#{$la-css-prefix}-synagogue:before { content: la-content($la-synagogue); }\n.#{$la-css-prefix}-sync:before { content: la-content($la-sync); }\n.#{$la-css-prefix}-sync-alt:before { content: la-content($la-sync-alt); }\n.#{$la-css-prefix}-syringe:before { content: la-content($la-syringe); }\n.#{$la-css-prefix}-table:before { content: la-content($la-table); }\n.#{$la-css-prefix}-table-tennis:before { content: la-content($la-table-tennis); }\n.#{$la-css-prefix}-tablet:before { content: la-content($la-tablet); }\n.#{$la-css-prefix}-tablet-alt:before { content: la-content($la-tablet-alt); }\n.#{$la-css-prefix}-tablets:before { content: la-content($la-tablets); }\n.#{$la-css-prefix}-tachometer-alt:before { content: la-content($la-tachometer-alt); }\n.#{$la-css-prefix}-tag:before { content: la-content($la-tag); }\n.#{$la-css-prefix}-tags:before { content: la-content($la-tags); }\n.#{$la-css-prefix}-tape:before { content: la-content($la-tape); }\n.#{$la-css-prefix}-tasks:before { content: la-content($la-tasks); }\n.#{$la-css-prefix}-taxi:before { content: la-content($la-taxi); }\n.#{$la-css-prefix}-teamspeak:before { content: la-content($la-teamspeak); }\n.#{$la-css-prefix}-teeth:before { content: la-content($la-teeth); }\n.#{$la-css-prefix}-teeth-open:before { content: la-content($la-teeth-open); }\n.#{$la-css-prefix}-telegram:before { content: la-content($la-telegram); }\n.#{$la-css-prefix}-telegram-plane:before { content: la-content($la-telegram-plane); }\n.#{$la-css-prefix}-temperature-high:before { content: la-content($la-temperature-high); }\n.#{$la-css-prefix}-temperature-low:before { content: la-content($la-temperature-low); }\n.#{$la-css-prefix}-tencent-weibo:before { content: la-content($la-tencent-weibo); }\n.#{$la-css-prefix}-tenge:before { content: la-content($la-tenge); }\n.#{$la-css-prefix}-terminal:before { content: la-content($la-terminal); }\n.#{$la-css-prefix}-text-height:before { content: la-content($la-text-height); }\n.#{$la-css-prefix}-text-width:before { content: la-content($la-text-width); }\n.#{$la-css-prefix}-th:before { content: la-content($la-th); }\n.#{$la-css-prefix}-th-large:before { content: la-content($la-th-large); }\n.#{$la-css-prefix}-th-list:before { content: la-content($la-th-list); }\n.#{$la-css-prefix}-the-red-yeti:before { content: la-content($la-the-red-yeti); }\n.#{$la-css-prefix}-theater-masks:before { content: la-content($la-theater-masks); }\n.#{$la-css-prefix}-themeco:before { content: la-content($la-themeco); }\n.#{$la-css-prefix}-themeisle:before { content: la-content($la-themeisle); }\n.#{$la-css-prefix}-thermometer:before { content: la-content($la-thermometer); }\n.#{$la-css-prefix}-thermometer-empty:before { content: la-content($la-thermometer-empty); }\n.#{$la-css-prefix}-thermometer-full:before { content: la-content($la-thermometer-full); }\n.#{$la-css-prefix}-thermometer-half:before { content: la-content($la-thermometer-half); }\n.#{$la-css-prefix}-thermometer-quarter:before { content: la-content($la-thermometer-quarter); }\n.#{$la-css-prefix}-thermometer-three-quarters:before { content: la-content($la-thermometer-three-quarters); }\n.#{$la-css-prefix}-think-peaks:before { content: la-content($la-think-peaks); }\n.#{$la-css-prefix}-thumbs-down:before { content: la-content($la-thumbs-down); }\n.#{$la-css-prefix}-thumbs-up:before { content: la-content($la-thumbs-up); }\n.#{$la-css-prefix}-thumbtack:before { content: la-content($la-thumbtack); }\n.#{$la-css-prefix}-ticket-alt:before { content: la-content($la-ticket-alt); }\n.#{$la-css-prefix}-times:before { content: la-content($la-times); }\n.#{$la-css-prefix}-times-circle:before { content: la-content($la-times-circle); }\n.#{$la-css-prefix}-tint:before { content: la-content($la-tint); }\n.#{$la-css-prefix}-tint-slash:before { content: la-content($la-tint-slash); }\n.#{$la-css-prefix}-tired:before { content: la-content($la-tired); }\n.#{$la-css-prefix}-toggle-off:before { content: la-content($la-toggle-off); }\n.#{$la-css-prefix}-toggle-on:before { content: la-content($la-toggle-on); }\n.#{$la-css-prefix}-toilet:before { content: la-content($la-toilet); }\n.#{$la-css-prefix}-toilet-paper:before { content: la-content($la-toilet-paper); }\n.#{$la-css-prefix}-toolbox:before { content: la-content($la-toolbox); }\n.#{$la-css-prefix}-tools:before { content: la-content($la-tools); }\n.#{$la-css-prefix}-tooth:before { content: la-content($la-tooth); }\n.#{$la-css-prefix}-torah:before { content: la-content($la-torah); }\n.#{$la-css-prefix}-torii-gate:before { content: la-content($la-torii-gate); }\n.#{$la-css-prefix}-tractor:before { content: la-content($la-tractor); }\n.#{$la-css-prefix}-trade-federation:before { content: la-content($la-trade-federation); }\n.#{$la-css-prefix}-trademark:before { content: la-content($la-trademark); }\n.#{$la-css-prefix}-traffic-light:before { content: la-content($la-traffic-light); }\n.#{$la-css-prefix}-train:before { content: la-content($la-train); }\n.#{$la-css-prefix}-tram:before { content: la-content($la-tram); }\n.#{$la-css-prefix}-transgender:before { content: la-content($la-transgender); }\n.#{$la-css-prefix}-transgender-alt:before { content: la-content($la-transgender-alt); }\n.#{$la-css-prefix}-trash:before { content: la-content($la-trash); }\n.#{$la-css-prefix}-trash-alt:before { content: la-content($la-trash-alt); }\n.#{$la-css-prefix}-trash-restore:before { content: la-content($la-trash-restore); }\n.#{$la-css-prefix}-trash-restore-alt:before { content: la-content($la-trash-restore-alt); }\n.#{$la-css-prefix}-tree:before { content: la-content($la-tree); }\n.#{$la-css-prefix}-trello:before { content: la-content($la-trello); }\n.#{$la-css-prefix}-tripadvisor:before { content: la-content($la-tripadvisor); }\n.#{$la-css-prefix}-trophy:before { content: la-content($la-trophy); }\n.#{$la-css-prefix}-truck:before { content: la-content($la-truck); }\n.#{$la-css-prefix}-truck-loading:before { content: la-content($la-truck-loading); }\n.#{$la-css-prefix}-truck-monster:before { content: la-content($la-truck-monster); }\n.#{$la-css-prefix}-truck-moving:before { content: la-content($la-truck-moving); }\n.#{$la-css-prefix}-truck-pickup:before { content: la-content($la-truck-pickup); }\n.#{$la-css-prefix}-tshirt:before { content: la-content($la-tshirt); }\n.#{$la-css-prefix}-tty:before { content: la-content($la-tty); }\n.#{$la-css-prefix}-tumblr:before { content: la-content($la-tumblr); }\n.#{$la-css-prefix}-tumblr-square:before { content: la-content($la-tumblr-square); }\n.#{$la-css-prefix}-tv:before { content: la-content($la-tv); }\n.#{$la-css-prefix}-twitch:before { content: la-content($la-twitch); }\n.#{$la-css-prefix}-twitter:before { content: la-content($la-twitter); }\n.#{$la-css-prefix}-twitter-square:before { content: la-content($la-twitter-square); }\n.#{$la-css-prefix}-typo3:before { content: la-content($la-typo3); }\n.#{$la-css-prefix}-uber:before { content: la-content($la-uber); }\n.#{$la-css-prefix}-ubuntu:before { content: la-content($la-ubuntu); }\n.#{$la-css-prefix}-uikit:before { content: la-content($la-uikit); }\n.#{$la-css-prefix}-umbrella:before { content: la-content($la-umbrella); }\n.#{$la-css-prefix}-umbrella-beach:before { content: la-content($la-umbrella-beach); }\n.#{$la-css-prefix}-underline:before { content: la-content($la-underline); }\n.#{$la-css-prefix}-undo:before { content: la-content($la-undo); }\n.#{$la-css-prefix}-undo-alt:before { content: la-content($la-undo-alt); }\n.#{$la-css-prefix}-uniregistry:before { content: la-content($la-uniregistry); }\n.#{$la-css-prefix}-universal-access:before { content: la-content($la-universal-access); }\n.#{$la-css-prefix}-university:before { content: la-content($la-university); }\n.#{$la-css-prefix}-unlink:before { content: la-content($la-unlink); }\n.#{$la-css-prefix}-unlock:before { content: la-content($la-unlock); }\n.#{$la-css-prefix}-unlock-alt:before { content: la-content($la-unlock-alt); }\n.#{$la-css-prefix}-untappd:before { content: la-content($la-untappd); }\n.#{$la-css-prefix}-upload:before { content: la-content($la-upload); }\n.#{$la-css-prefix}-ups:before { content: la-content($la-ups); }\n.#{$la-css-prefix}-usb:before { content: la-content($la-usb); }\n.#{$la-css-prefix}-user:before { content: la-content($la-user); }\n.#{$la-css-prefix}-user-alt:before { content: la-content($la-user-alt); }\n.#{$la-css-prefix}-user-alt-slash:before { content: la-content($la-user-alt-slash); }\n.#{$la-css-prefix}-user-astronaut:before { content: la-content($la-user-astronaut); }\n.#{$la-css-prefix}-user-check:before { content: la-content($la-user-check); }\n.#{$la-css-prefix}-user-circle:before { content: la-content($la-user-circle); }\n.#{$la-css-prefix}-user-clock:before { content: la-content($la-user-clock); }\n.#{$la-css-prefix}-user-cog:before { content: la-content($la-user-cog); }\n.#{$la-css-prefix}-user-edit:before { content: la-content($la-user-edit); }\n.#{$la-css-prefix}-user-friends:before { content: la-content($la-user-friends); }\n.#{$la-css-prefix}-user-graduate:before { content: la-content($la-user-graduate); }\n.#{$la-css-prefix}-user-injured:before { content: la-content($la-user-injured); }\n.#{$la-css-prefix}-user-lock:before { content: la-content($la-user-lock); }\n.#{$la-css-prefix}-user-md:before { content: la-content($la-user-md); }\n.#{$la-css-prefix}-user-minus:before { content: la-content($la-user-minus); }\n.#{$la-css-prefix}-user-ninja:before { content: la-content($la-user-ninja); }\n.#{$la-css-prefix}-user-nurse:before { content: la-content($la-user-nurse); }\n.#{$la-css-prefix}-user-plus:before { content: la-content($la-user-plus); }\n.#{$la-css-prefix}-user-secret:before { content: la-content($la-user-secret); }\n.#{$la-css-prefix}-user-shield:before { content: la-content($la-user-shield); }\n.#{$la-css-prefix}-user-slash:before { content: la-content($la-user-slash); }\n.#{$la-css-prefix}-user-tag:before { content: la-content($la-user-tag); }\n.#{$la-css-prefix}-user-tie:before { content: la-content($la-user-tie); }\n.#{$la-css-prefix}-user-times:before { content: la-content($la-user-times); }\n.#{$la-css-prefix}-users:before { content: la-content($la-users); }\n.#{$la-css-prefix}-users-cog:before { content: la-content($la-users-cog); }\n.#{$la-css-prefix}-usps:before { content: la-content($la-usps); }\n.#{$la-css-prefix}-ussunnah:before { content: la-content($la-ussunnah); }\n.#{$la-css-prefix}-utensil-spoon:before { content: la-content($la-utensil-spoon); }\n.#{$la-css-prefix}-utensils:before { content: la-content($la-utensils); }\n.#{$la-css-prefix}-vaadin:before { content: la-content($la-vaadin); }\n.#{$la-css-prefix}-vector-square:before { content: la-content($la-vector-square); }\n.#{$la-css-prefix}-venus:before { content: la-content($la-venus); }\n.#{$la-css-prefix}-venus-double:before { content: la-content($la-venus-double); }\n.#{$la-css-prefix}-venus-mars:before { content: la-content($la-venus-mars); }\n.#{$la-css-prefix}-viacoin:before { content: la-content($la-viacoin); }\n.#{$la-css-prefix}-viadeo:before { content: la-content($la-viadeo); }\n.#{$la-css-prefix}-viadeo-square:before { content: la-content($la-viadeo-square); }\n.#{$la-css-prefix}-vial:before { content: la-content($la-vial); }\n.#{$la-css-prefix}-vials:before { content: la-content($la-vials); }\n.#{$la-css-prefix}-viber:before { content: la-content($la-viber); }\n.#{$la-css-prefix}-video:before { content: la-content($la-video); }\n.#{$la-css-prefix}-video-slash:before { content: la-content($la-video-slash); }\n.#{$la-css-prefix}-vihara:before { content: la-content($la-vihara); }\n.#{$la-css-prefix}-vimeo:before { content: la-content($la-vimeo); }\n.#{$la-css-prefix}-vimeo-square:before { content: la-content($la-vimeo-square); }\n.#{$la-css-prefix}-vimeo-v:before { content: la-content($la-vimeo-v); }\n.#{$la-css-prefix}-vine:before { content: la-content($la-vine); }\n.#{$la-css-prefix}-vk:before { content: la-content($la-vk); }\n.#{$la-css-prefix}-vnv:before { content: la-content($la-vnv); }\n.#{$la-css-prefix}-voicemail:before { content: la-content($la-voicemail); }\n.#{$la-css-prefix}-volleyball-ball:before { content: la-content($la-volleyball-ball); }\n.#{$la-css-prefix}-volume-down:before { content: la-content($la-volume-down); }\n.#{$la-css-prefix}-volume-mute:before { content: la-content($la-volume-mute); }\n.#{$la-css-prefix}-volume-off:before { content: la-content($la-volume-off); }\n.#{$la-css-prefix}-volume-up:before { content: la-content($la-volume-up); }\n.#{$la-css-prefix}-vote-yea:before { content: la-content($la-vote-yea); }\n.#{$la-css-prefix}-vr-cardboard:before { content: la-content($la-vr-cardboard); }\n.#{$la-css-prefix}-vuejs:before { content: la-content($la-vuejs); }\n.#{$la-css-prefix}-walking:before { content: la-content($la-walking); }\n.#{$la-css-prefix}-wallet:before { content: la-content($la-wallet); }\n.#{$la-css-prefix}-warehouse:before { content: la-content($la-warehouse); }\n.#{$la-css-prefix}-water:before { content: la-content($la-water); }\n.#{$la-css-prefix}-wave-square:before { content: la-content($la-wave-square); }\n.#{$la-css-prefix}-waze:before { content: la-content($la-waze); }\n.#{$la-css-prefix}-weebly:before { content: la-content($la-weebly); }\n.#{$la-css-prefix}-weibo:before { content: la-content($la-weibo); }\n.#{$la-css-prefix}-weight:before { content: la-content($la-weight); }\n.#{$la-css-prefix}-weight-hanging:before { content: la-content($la-weight-hanging); }\n.#{$la-css-prefix}-weixin:before { content: la-content($la-weixin); }\n.#{$la-css-prefix}-whatsapp:before { content: la-content($la-whatsapp); }\n.#{$la-css-prefix}-whatsapp-square:before { content: la-content($la-whatsapp-square); }\n.#{$la-css-prefix}-wheelchair:before { content: la-content($la-wheelchair); }\n.#{$la-css-prefix}-whmcs:before { content: la-content($la-whmcs); }\n.#{$la-css-prefix}-wifi:before { content: la-content($la-wifi); }\n.#{$la-css-prefix}-wikipedia-w:before { content: la-content($la-wikipedia-w); }\n.#{$la-css-prefix}-wind:before { content: la-content($la-wind); }\n.#{$la-css-prefix}-window-close:before { content: la-content($la-window-close); }\n.#{$la-css-prefix}-window-maximize:before { content: la-content($la-window-maximize); }\n.#{$la-css-prefix}-window-minimize:before { content: la-content($la-window-minimize); }\n.#{$la-css-prefix}-window-restore:before { content: la-content($la-window-restore); }\n.#{$la-css-prefix}-windows:before { content: la-content($la-windows); }\n.#{$la-css-prefix}-wine-bottle:before { content: la-content($la-wine-bottle); }\n.#{$la-css-prefix}-wine-glass:before { content: la-content($la-wine-glass); }\n.#{$la-css-prefix}-wine-glass-alt:before { content: la-content($la-wine-glass-alt); }\n.#{$la-css-prefix}-wix:before { content: la-content($la-wix); }\n.#{$la-css-prefix}-wizards-of-the-coast:before { content: la-content($la-wizards-of-the-coast); }\n.#{$la-css-prefix}-wolf-pack-battalion:before { content: la-content($la-wolf-pack-battalion); }\n.#{$la-css-prefix}-won-sign:before { content: la-content($la-won-sign); }\n.#{$la-css-prefix}-wordpress:before { content: la-content($la-wordpress); }\n.#{$la-css-prefix}-wordpress-simple:before { content: la-content($la-wordpress-simple); }\n.#{$la-css-prefix}-wpbeginner:before { content: la-content($la-wpbeginner); }\n.#{$la-css-prefix}-wpexplorer:before { content: la-content($la-wpexplorer); }\n.#{$la-css-prefix}-wpforms:before { content: la-content($la-wpforms); }\n.#{$la-css-prefix}-wpressr:before { content: la-content($la-wpressr); }\n.#{$la-css-prefix}-wrench:before { content: la-content($la-wrench); }\n.#{$la-css-prefix}-x-ray:before { content: la-content($la-x-ray); }\n.#{$la-css-prefix}-xbox:before { content: la-content($la-xbox); }\n.#{$la-css-prefix}-xing:before { content: la-content($la-xing); }\n.#{$la-css-prefix}-xing-square:before { content: la-content($la-xing-square); }\n.#{$la-css-prefix}-y-combinator:before { content: la-content($la-y-combinator); }\n.#{$la-css-prefix}-yahoo:before { content: la-content($la-yahoo); }\n.#{$la-css-prefix}-yammer:before { content: la-content($la-yammer); }\n.#{$la-css-prefix}-yandex:before { content: la-content($la-yandex); }\n.#{$la-css-prefix}-yandex-international:before { content: la-content($la-yandex-international); }\n.#{$la-css-prefix}-yarn:before { content: la-content($la-yarn); }\n.#{$la-css-prefix}-yelp:before { content: la-content($la-yelp); }\n.#{$la-css-prefix}-yen-sign:before { content: la-content($la-yen-sign); }\n.#{$la-css-prefix}-yin-yang:before { content: la-content($la-yin-yang); }\n.#{$la-css-prefix}-yoast:before { content: la-content($la-yoast); }\n.#{$la-css-prefix}-youtube:before { content: la-content($la-youtube); }\n.#{$la-css-prefix}-youtube-square:before { content: la-content($la-youtube-square); }\n.#{$la-css-prefix}-zhihu:before { content: la-content($la-zhihu); }\n.#{$la-css-prefix}-hat-cowboy:before { content: la-content($la-hat-cowboy); }\n.#{$la-css-prefix}-hat-cowboy-side:before { content: la-content($la-hat-cowboy-side); }\n.#{$la-css-prefix}-mdb:before { content: la-content($la-mdb); }\n.#{$la-css-prefix}-mouse:before { content: la-content($la-mouse); }\n.#{$la-css-prefix}-orcid:before { content: la-content($la-orcid); }\n.#{$la-css-prefix}-record-vinyl:before { content: la-content($la-record-vinyl); }\n.#{$la-css-prefix}-swift:before { content: la-content($la-swift); }\n.#{$la-css-prefix}-umbraco:before { content: la-content($la-umbraco); }\n.#{$la-css-prefix}-buy-n-large:before { content: la-content($la-buy-n-large); }\n"
  },
  {
    "path": "scss/line-awesome/_larger.scss",
    "content": ".#{$la-css-prefix}.#{$la-css-prefix}-lg {\n  font-size: 1.33333em;\n  line-height: 1.2em;\n  vertical-align: -.0667em;\n}\n\n.#{$la-css-prefix}-xs { font-size: 0.75em; }\n.#{$la-css-prefix}-2x { font-size: 1em; }\n.#{$la-css-prefix}-2x { font-size: 2em; }\n.#{$la-css-prefix}-3x { font-size: 3em; }\n.#{$la-css-prefix}-4x { font-size: 4em; }\n.#{$la-css-prefix}-5x { font-size: 5em; }\n.#{$la-css-prefix}-6x { font-size: 6em; }\n.#{$la-css-prefix}-7x { font-size: 7em; }\n.#{$la-css-prefix}-8x { font-size: 8em; }\n.#{$la-css-prefix}-9x { font-size: 9em; }\n.#{$la-css-prefix}-10x { font-size: 10em; }\n\n.#{$la-css-prefix}-fw {\n  text-align: center;\n  width: 1.25em;\n}\n"
  },
  {
    "path": "scss/line-awesome/_list.scss",
    "content": ".#{$la-css-prefix}-ul {\n  padding-left: 0;\n  margin-left: $la-li-width;\n  list-style-type: none;\n  > li {\n    position: relative;\n  }\n}\n\n.#{$la-css-prefix}-li {\n  position: absolute;\n  left: -2em;\n  text-align: center;\n  width: $la-li-width;\n  line-height: inherit;\n  &.#{$la-css-prefix}-lg {\n    left: -$la-li-width + calc(4em / 14);\n  }\n}\n"
  },
  {
    "path": "scss/line-awesome/_mixins.scss",
    "content": "// Only display content to screen readers. A la Bootstrap 4.\n//\n// See: http://a11yproject.com/posts/how-to-hide-content/\n\n@mixin sr-only {\n  border: 0;\n  clip: rect(0, 0, 0, 0);\n  height: 1px;\n  margin: -1px;\n  overflow: hidden;\n  padding: 0;\n  position: absolute;\n  width: 1px;\n}\n\n// Use in conjunction with .sr-only to only display content when it's focused.\n//\n// Useful for \"Skip to main content\" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1\n//\n// Credit: HTML5 Boilerplate\n\n@mixin sr-only-focusable {\n  &:active,\n  &:focus {\n    clip: auto;\n    height: auto;\n    margin: 0;\n    overflow: visible;\n    position: static;\n    width: auto;\n  }\n}\n"
  },
  {
    "path": "scss/line-awesome/_path.scss",
    "content": "$line-height: var(--bs-body-line-height);\n\n@font-face {\n  font-family: $la-font-name-lab;\n  font-style: normal;\n  font-weight: normal;\n  font-display: swap;\n  src: url('#{$la-font-path}/la-brands-400.eot');\n  src: url(\"#{$la-font-path}/la-brands-400.eot?#iefix\") format(\"embedded-opentype\"),\n  url(\"#{$la-font-path}/la-brands-400.woff2\") format(\"woff2\"),\n  url(\"#{$la-font-path}/la-brands-400.woff\") format(\"woff\"),\n  url(\"#{$la-font-path}/la-brands-400.ttf\") format(\"truetype\"),\n  url(\"#{$la-font-path}/la-brands-400.svg#lineawesome\") format(\"svg\");\n}\n\n.#{$la-css-prefix-lab} {\n  font-family: $la-font-name-lab, monospace;\n  font-weight: 400;\n  line-height:$line-height;\n}\n\n@font-face {\n  font-family: $la-font-name-lar;\n  font-style: normal;\n  font-weight: 400;\n  font-display: swap;\n  src: url('#{$la-font-path}/la-regular-400.eot');\n  src: url(\"#{$la-font-path}/la-regular-400.eot?#iefix\") format(\"embedded-opentype\"),\n  url(\"#{$la-font-path}/la-regular-400.woff2\") format(\"woff2\"),\n  url(\"#{$la-font-path}/la-regular-400.woff\") format(\"woff\"),\n  url(\"#{$la-font-path}/la-regular-400.ttf\") format(\"truetype\"),\n  url(\"#{$la-font-path}/la-regular-400.svg#lineawesome\") format(\"svg\");\n}\n\n.#{$la-css-prefix-lar} {\n  font-family: $la-font-name-lar, monospace;\n  font-weight: 400;\n  line-height:$line-height;\n}\n\n@font-face {\n  font-family: $la-font-name-las;\n  font-style: normal;\n  font-weight: 410;\n  font-display: swap;\n  src: url('#{$la-font-path}/la-solid-900.eot');\n  src: url(\"#{$la-font-path}/la-solid-900.eot?#iefix\") format(\"embedded-opentype\"),\n  url(\"#{$la-font-path}/la-solid-900.woff2\") format(\"woff2\"),\n  url(\"#{$la-font-path}/la-solid-900.woff\") format(\"woff\"),\n  url(\"#{$la-font-path}/la-solid-900.ttf\") format(\"truetype\"),\n  url(\"#{$la-font-path}/la-solid-900.svg#lineawesome\") format(\"svg\");\n}\n\n.#{$la-css-prefix-las}, .la {\n  font-family: $la-font-name-las, monospace;\n  font-weight: 410;\n  line-height:$line-height;\n}\n"
  },
  {
    "path": "scss/line-awesome/_rotated-flipped.scss",
    "content": ".la-pull-left {\n  float: left;\n}\n\n.la-pull-right {\n  float: right;\n}\n\n.la.la-pull-left,\n.las.la-pull-left,\n.lar.la-pull-left,\n.lal.la-pull-left,\n.lab.la-pull-left {\n  margin-right: .3em;\n}\n\n.la.la-pull-right,\n.las.la-pull-right,\n.lar.la-pull-right,\n.lal.la-pull-right,\n.lab.la-pull-right {\n  margin-left: .3em;\n}\n\n.la-spin {\n  -webkit-animation: la-spin 2s infinite linear;\n  animation: la-spin 2s infinite linear;\n}\n\n.la-pulse {\n  -webkit-animation: la-spin 1s infinite steps(8);\n  animation: la-spin 1s infinite steps(8);\n}\n\n@-webkit-keyframes la-spin {\n  0% {\n    -webkit-transform: rotate(0deg);\n    transform: rotate(0deg);\n  }\n  100% {\n    -webkit-transform: rotate(360deg);\n    transform: rotate(360deg);\n  }\n}\n\n@keyframes la-spin {\n  0% {\n    -webkit-transform: rotate(0deg);\n    transform: rotate(0deg);\n  }\n  100% {\n    -webkit-transform: rotate(360deg);\n    transform: rotate(360deg);\n  }\n}\n\n.la-rotate-90 {\n  -ms-filter: \"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)\";\n  -webkit-transform: rotate(90deg);\n  transform: rotate(90deg);\n}\n\n.la-rotate-180 {\n  -ms-filter: \"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)\";\n  -webkit-transform: rotate(180deg);\n  transform: rotate(180deg);\n}\n\n.la-rotate-270 {\n  -ms-filter: \"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)\";\n  -webkit-transform: rotate(270deg);\n  transform: rotate(270deg);\n}\n\n.la-flip-horizontal {\n  -ms-filter: \"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)\";\n  -webkit-transform: scale(-1, 1);\n  transform: scale(-1, 1);\n}\n\n.la-flip-vertical {\n  -ms-filter: \"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)\";\n  -webkit-transform: scale(1, -1);\n  transform: scale(1, -1);\n}\n\n.la-flip-both, .la-flip-horizontal.la-flip-vertical {\n  -ms-filter: \"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)\";\n  -webkit-transform: scale(-1, -1);\n  transform: scale(-1, -1);\n}\n\n:root .la-rotate-90,\n:root .la-rotate-180,\n:root .la-rotate-270,\n:root .la-flip-horizontal,\n:root .la-flip-vertical,\n:root .la-flip-both {\n  -webkit-filter: none;\n  filter: none;\n}\n"
  },
  {
    "path": "scss/line-awesome/_screen-reader.scss",
    "content": ".sr-only { @include sr-only(); }\n.sr-only-focusable { @include sr-only-focusable(); }\n"
  },
  {
    "path": "scss/line-awesome/_stacked.scss",
    "content": ".#{$la-css-prefix}-stack {\n  display: inline-block;\n  height: 2em;\n  line-height: 2em;\n  position: relative;\n  vertical-align: middle;\n  width: 2.5em;\n}\n\n.#{$la-css-prefix}-stack-1x,\n.#{$la-css-prefix}-stack-2x {\n  left: 0;\n  position: absolute;\n  text-align: center;\n  width: 100%;\n}\n\n.#{$la-css-prefix}-stack-1x {\n  line-height: inherit;\n}\n\n.#{$la-css-prefix}-stack-2x {\n  font-size: 2em;\n}\n\n.#{$la-css-prefix}-inverse {\n  color: $la-inverse;\n}\n"
  },
  {
    "path": "scss/line-awesome/_variables.scss",
    "content": "$la-font-path: \"../fonts\" !default;\n$la-font-size-base: 14px !default;\n$la-line-height-base: 1 !default;\n$la-border-color: var(--bs-border-color) !default;\n$la-inverse: #fff !default;\n$la-version: 1.3.0 !default;\n$la-li-width: calc(20em / 14) !default;\n\n@function la-content($la-var) {\n  @return unquote(\"\\\"#{ $la-var }\\\"\");\n}\n\n$la-css-prefix: la;\n\n$la-font-name-lar: Line Awesome Free !default;\n$la-css-prefix-lar: lar !default;\n\n$la-font-name-las: Line Awesome Free !default;\n$la-css-prefix-las: las !default;\n\n$la-font-name-lab: Line Awesome Brands !default;\n$la-css-prefix-lab: lab !default;\n\n$la-500px: \\f26e;\n$la-accessible-icon: \\f368;\n$la-accusoft: \\f369;\n$la-acquisitions-incorporated: \\f6af;\n$la-ad: \\f641;\n$la-address-book: \\f2b9;\n$la-address-card: \\f2bb;\n$la-adjust: \\f042;\n$la-adn: \\f170;\n$la-adobe: \\f778;\n$la-adversal: \\f36a;\n$la-affiliatetheme: \\f36b;\n$la-air-freshener: \\f5d0;\n$la-airbnb: \\f834;\n$la-algolia: \\f36c;\n$la-align-center: \\f037;\n$la-align-justify: \\f039;\n$la-align-left: \\f036;\n$la-align-right: \\f038;\n$la-alipay: \\f642;\n$la-allergies: \\f461;\n$la-amazon: \\f270;\n$la-amazon-pay: \\f42c;\n$la-ambulance: \\f0f9;\n$la-american-sign-language-interpreting: \\f2a3;\n$la-amilia: \\f36d;\n$la-anchor: \\f13d;\n$la-android: \\f17b;\n$la-angellist: \\f209;\n$la-angle-double-down: \\f103;\n$la-angle-double-left: \\f100;\n$la-angle-double-right: \\f101;\n$la-angle-double-up: \\f102;\n$la-angle-down: \\f107;\n$la-angle-left: \\f104;\n$la-angle-right: \\f105;\n$la-angle-up: \\f106;\n$la-angry: \\f556;\n$la-angrycreative: \\f36e;\n$la-angular: \\f420;\n$la-ankh: \\f644;\n$la-app-store: \\f36f;\n$la-app-store-ios: \\f370;\n$la-apper: \\f371;\n$la-apple: \\f179;\n$la-apple-alt: \\f5d1;\n$la-apple-pay: \\f415;\n$la-archive: \\f187;\n$la-archway: \\f557;\n$la-arrow-alt-circle-down: \\f358;\n$la-arrow-alt-circle-left: \\f359;\n$la-arrow-alt-circle-right: \\f35a;\n$la-arrow-alt-circle-up: \\f35b;\n$la-arrow-circle-down: \\f0ab;\n$la-arrow-circle-left: \\f0a8;\n$la-arrow-circle-right: \\f0a9;\n$la-arrow-circle-up: \\f0aa;\n$la-arrow-down: \\f063;\n$la-arrow-left: \\f060;\n$la-arrow-right: \\f061;\n$la-arrow-up: \\f062;\n$la-arrows-alt: \\f0b2;\n$la-arrows-alt-h: \\f337;\n$la-arrows-alt-v: \\f338;\n$la-artstation: \\f77a;\n$la-assistive-listening-systems: \\f2a2;\n$la-asterisk: \\f069;\n$la-asymmetrik: \\f372;\n$la-at: \\f1fa;\n$la-atlas: \\f558;\n$la-atlassian: \\f77b;\n$la-atom: \\f5d2;\n$la-audible: \\f373;\n$la-audio-description: \\f29e;\n$la-autoprefixer: \\f41c;\n$la-avianex: \\f374;\n$la-aviato: \\f421;\n$la-award: \\f559;\n$la-aws: \\f375;\n$la-baby: \\f77c;\n$la-baby-carriage: \\f77d;\n$la-backspace: \\f55a;\n$la-backward: \\f04a;\n$la-bacon: \\f7e5;\n$la-balance-scale: \\f24e;\n$la-balance-scale-left: \\f515;\n$la-balance-scale-right: \\f516;\n$la-ban: \\f05e;\n$la-band-aid: \\f462;\n$la-bandcamp: \\f2d5;\n$la-barcode: \\f02a;\n$la-bars: \\f0c9;\n$la-baseball-ball: \\f433;\n$la-basketball-ball: \\f434;\n$la-bath: \\f2cd;\n$la-battery-empty: \\f244;\n$la-battery-full: \\f240;\n$la-battery-half: \\f242;\n$la-battery-quarter: \\f243;\n$la-battery-three-quarters: \\f241;\n$la-battle-net: \\f835;\n$la-bed: \\f236;\n$la-beer: \\f0fc;\n$la-behance: \\f1b4;\n$la-behance-square: \\f1b5;\n$la-bell: \\f0f3;\n$la-bell-slash: \\f1f6;\n$la-bezier-curve: \\f55b;\n$la-bible: \\f647;\n$la-bicycle: \\f206;\n$la-biking: \\f84a;\n$la-bimobject: \\f378;\n$la-binoculars: \\f1e5;\n$la-biohazard: \\f780;\n$la-birthday-cake: \\f1fd;\n$la-bitbucket: \\f171;\n$la-bitcoin: \\f379;\n$la-bity: \\f37a;\n$la-black-tie: \\f27e;\n$la-blackberry: \\f37b;\n$la-blender: \\f517;\n$la-blender-phone: \\f6b6;\n$la-blind: \\f29d;\n$la-blog: \\f781;\n$la-blogger: \\f37c;\n$la-blogger-b: \\f37d;\n$la-bluetooth: \\f293;\n$la-bluetooth-b: \\f294;\n$la-bold: \\f032;\n$la-bolt: \\f0e7;\n$la-bomb: \\f1e2;\n$la-bone: \\f5d7;\n$la-bong: \\f55c;\n$la-book: \\f02d;\n$la-book-dead: \\f6b7;\n$la-book-medical: \\f7e6;\n$la-book-open: \\f518;\n$la-book-reader: \\f5da;\n$la-bookmark: \\f02e;\n$la-bootstrap: \\f836;\n$la-border-all: \\f84c;\n$la-border-none: \\f850;\n$la-border-style: \\f853;\n$la-bowling-ball: \\f436;\n$la-box: \\f466;\n$la-box-open: \\f49e;\n$la-boxes: \\f468;\n$la-braille: \\f2a1;\n$la-brain: \\f5dc;\n$la-bread-slice: \\f7ec;\n$la-briefcase: \\f0b1;\n$la-briefcase-medical: \\f469;\n$la-broadcast-tower: \\f519;\n$la-broom: \\f51a;\n$la-brush: \\f55d;\n$la-btc: \\f15a;\n$la-buffer: \\f837;\n$la-bug: \\f188;\n$la-building: \\f1ad;\n$la-bullhorn: \\f0a1;\n$la-bullseye: \\f140;\n$la-burn: \\f46a;\n$la-buromobelexperte: \\f37f;\n$la-bus: \\f207;\n$la-bus-alt: \\f55e;\n$la-business-time: \\f64a;\n$la-buysellads: \\f20d;\n$la-calculator: \\f1ec;\n$la-calendar: \\f133;\n$la-calendar-alt: \\f073;\n$la-calendar-check: \\f274;\n$la-calendar-day: \\f783;\n$la-calendar-minus: \\f272;\n$la-calendar-plus: \\f271;\n$la-calendar-times: \\f273;\n$la-calendar-week: \\f784;\n$la-camera: \\f030;\n$la-camera-retro: \\f083;\n$la-campground: \\f6bb;\n$la-canadian-maple-leaf: \\f785;\n$la-candy-cane: \\f786;\n$la-cannabis: \\f55f;\n$la-capsules: \\f46b;\n$la-car: \\f1b9;\n$la-car-alt: \\f5de;\n$la-car-battery: \\f5df;\n$la-car-crash: \\f5e1;\n$la-car-side: \\f5e4;\n$la-caret-down: \\f0d7;\n$la-caret-left: \\f0d9;\n$la-caret-right: \\f0da;\n$la-caret-square-down: \\f150;\n$la-caret-square-left: \\f191;\n$la-caret-square-right: \\f152;\n$la-caret-square-up: \\f151;\n$la-caret-up: \\f0d8;\n$la-carrot: \\f787;\n$la-cart-arrow-down: \\f218;\n$la-cart-plus: \\f217;\n$la-cash-register: \\f788;\n$la-cat: \\f6be;\n$la-cc-amazon-pay: \\f42d;\n$la-cc-amex: \\f1f3;\n$la-cc-apple-pay: \\f416;\n$la-cc-diners-club: \\f24c;\n$la-cc-discover: \\f1f2;\n$la-cc-jcb: \\f24b;\n$la-cc-mastercard: \\f1f1;\n$la-cc-paypal: \\f1f4;\n$la-cc-stripe: \\f1f5;\n$la-cc-visa: \\f1f0;\n$la-centercode: \\f380;\n$la-centos: \\f789;\n$la-certificate: \\f0a3;\n$la-chair: \\f6c0;\n$la-chalkboard: \\f51b;\n$la-chalkboard-teacher: \\f51c;\n$la-charging-station: \\f5e7;\n$la-chart-area: \\f1fe;\n$la-chart-bar: \\f080;\n$la-chart-line: \\f201;\n$la-chart-pie: \\f200;\n$la-check: \\f00c;\n$la-check-circle: \\f058;\n$la-check-double: \\f560;\n$la-check-square: \\f14a;\n$la-cheese: \\f7ef;\n$la-chess: \\f439;\n$la-chess-bishop: \\f43a;\n$la-chess-board: \\f43c;\n$la-chess-king: \\f43f;\n$la-chess-knight: \\f441;\n$la-chess-pawn: \\f443;\n$la-chess-queen: \\f445;\n$la-chess-rook: \\f447;\n$la-chevron-circle-down: \\f13a;\n$la-chevron-circle-left: \\f137;\n$la-chevron-circle-right: \\f138;\n$la-chevron-circle-up: \\f139;\n$la-chevron-down: \\f078;\n$la-chevron-left: \\f053;\n$la-chevron-right: \\f054;\n$la-chevron-up: \\f077;\n$la-child: \\f1ae;\n$la-chrome: \\f268;\n$la-chromecast: \\f838;\n$la-church: \\f51d;\n$la-circle: \\f111;\n$la-circle-notch: \\f1ce;\n$la-city: \\f64f;\n$la-clinic-medical: \\f7f2;\n$la-clipboard: \\f328;\n$la-clipboard-check: \\f46c;\n$la-clipboard-list: \\f46d;\n$la-clock: \\f017;\n$la-clone: \\f24d;\n$la-closed-captioning: \\f20a;\n$la-cloud: \\f0c2;\n$la-cloud-download-alt: \\f381;\n$la-cloud-meatball: \\f73b;\n$la-cloud-moon: \\f6c3;\n$la-cloud-moon-rain: \\f73c;\n$la-cloud-rain: \\f73d;\n$la-cloud-showers-heavy: \\f740;\n$la-cloud-sun: \\f6c4;\n$la-cloud-sun-rain: \\f743;\n$la-cloud-upload-alt: \\f382;\n$la-cloudscale: \\f383;\n$la-cloudsmith: \\f384;\n$la-cloudversify: \\f385;\n$la-cocktail: \\f561;\n$la-code: \\f121;\n$la-code-branch: \\f126;\n$la-codepen: \\f1cb;\n$la-codiepie: \\f284;\n$la-coffee: \\f0f4;\n$la-cog: \\f013;\n$la-cogs: \\f085;\n$la-coins: \\f51e;\n$la-columns: \\f0db;\n$la-comment: \\f075;\n$la-comment-alt: \\f27a;\n$la-comment-dollar: \\f651;\n$la-comment-dots: \\f4ad;\n$la-comment-medical: \\f7f5;\n$la-comment-slash: \\f4b3;\n$la-comments: \\f086;\n$la-comments-dollar: \\f653;\n$la-compact-disc: \\f51f;\n$la-compass: \\f14e;\n$la-compress: \\f066;\n$la-compress-arrows-alt: \\f78c;\n$la-concierge-bell: \\f562;\n$la-confluence: \\f78d;\n$la-connectdevelop: \\f20e;\n$la-contao: \\f26d;\n$la-cookie: \\f563;\n$la-cookie-bite: \\f564;\n$la-copy: \\f0c5;\n$la-copyright: \\f1f9;\n$la-cotton-bureau: \\f89e;\n$la-couch: \\f4b8;\n$la-cpanel: \\f388;\n$la-creative-commons: \\f25e;\n$la-creative-commons-by: \\f4e7;\n$la-creative-commons-nc: \\f4e8;\n$la-creative-commons-nc-eu: \\f4e9;\n$la-creative-commons-nc-jp: \\f4ea;\n$la-creative-commons-nd: \\f4eb;\n$la-creative-commons-pd: \\f4ec;\n$la-creative-commons-pd-alt: \\f4ed;\n$la-creative-commons-remix: \\f4ee;\n$la-creative-commons-sa: \\f4ef;\n$la-creative-commons-sampling: \\f4f0;\n$la-creative-commons-sampling-plus: \\f4f1;\n$la-creative-commons-share: \\f4f2;\n$la-creative-commons-zero: \\f4f3;\n$la-credit-card: \\f09d;\n$la-critical-role: \\f6c9;\n$la-crop: \\f125;\n$la-crop-alt: \\f565;\n$la-cross: \\f654;\n$la-crosshairs: \\f05b;\n$la-crow: \\f520;\n$la-crown: \\f521;\n$la-crutch: \\f7f7;\n$la-css3: \\f13c;\n$la-css3-alt: \\f38b;\n$la-cube: \\f1b2;\n$la-cubes: \\f1b3;\n$la-cut: \\f0c4;\n$la-cuttlefish: \\f38c;\n$la-d-and-d: \\f38d;\n$la-d-and-d-beyond: \\f6ca;\n$la-dashcube: \\f210;\n$la-database: \\f1c0;\n$la-deaf: \\f2a4;\n$la-delicious: \\f1a5;\n$la-democrat: \\f747;\n$la-deploydog: \\f38e;\n$la-deskpro: \\f38f;\n$la-desktop: \\f108;\n$la-dev: \\f6cc;\n$la-deviantart: \\f1bd;\n$la-dharmachakra: \\f655;\n$la-dhl: \\f790;\n$la-diagnoses: \\f470;\n$la-diaspora: \\f791;\n$la-dice: \\f522;\n$la-dice-d20: \\f6cf;\n$la-dice-d6: \\f6d1;\n$la-dice-five: \\f523;\n$la-dice-four: \\f524;\n$la-dice-one: \\f525;\n$la-dice-six: \\f526;\n$la-dice-three: \\f527;\n$la-dice-two: \\f528;\n$la-digg: \\f1a6;\n$la-digital-ocean: \\f391;\n$la-digital-tachograph: \\f566;\n$la-directions: \\f5eb;\n$la-discord: \\f392;\n$la-discourse: \\f393;\n$la-divide: \\f529;\n$la-dizzy: \\f567;\n$la-dna: \\f471;\n$la-dochub: \\f394;\n$la-docker: \\f395;\n$la-dog: \\f6d3;\n$la-dollar-sign: \\f155;\n$la-dolly: \\f472;\n$la-dolly-flatbed: \\f474;\n$la-donate: \\f4b9;\n$la-door-closed: \\f52a;\n$la-door-open: \\f52b;\n$la-dot-circle: \\f192;\n$la-dove: \\f4ba;\n$la-download: \\f019;\n$la-draft2digital: \\f396;\n$la-drafting-compass: \\f568;\n$la-dragon: \\f6d5;\n$la-draw-polygon: \\f5ee;\n$la-dribbble: \\f17d;\n$la-dribbble-square: \\f397;\n$la-dropbox: \\f16b;\n$la-drum: \\f569;\n$la-drum-steelpan: \\f56a;\n$la-drumstick-bite: \\f6d7;\n$la-drupal: \\f1a9;\n$la-dumbbell: \\f44b;\n$la-dumpster: \\f793;\n$la-dumpster-fire: \\f794;\n$la-dungeon: \\f6d9;\n$la-dyalog: \\f399;\n$la-earlybirds: \\f39a;\n$la-ebay: \\f4f4;\n$la-edge: \\f282;\n$la-edit: \\f044;\n$la-egg: \\f7fb;\n$la-eject: \\f052;\n$la-elementor: \\f430;\n$la-ellipsis-h: \\f141;\n$la-ellipsis-v: \\f142;\n$la-ello: \\f5f1;\n$la-ember: \\f423;\n$la-empire: \\f1d1;\n$la-envelope: \\f0e0;\n$la-envelope-open: \\f2b6;\n$la-envelope-open-text: \\f658;\n$la-envelope-square: \\f199;\n$la-envira: \\f299;\n$la-equals: \\f52c;\n$la-eraser: \\f12d;\n$la-erlang: \\f39d;\n$la-ethereum: \\f42e;\n$la-ethernet: \\f796;\n$la-etsy: \\f2d7;\n$la-euro-sign: \\f153;\n$la-evernote: \\f839;\n$la-exchange-alt: \\f362;\n$la-exclamation: \\f12a;\n$la-exclamation-circle: \\f06a;\n$la-exclamation-triangle: \\f071;\n$la-expand: \\f065;\n$la-expand-arrows-alt: \\f31e;\n$la-expeditedssl: \\f23e;\n$la-external-link-alt: \\f35d;\n$la-external-link-square-alt: \\f360;\n$la-eye: \\f06e;\n$la-eye-dropper: \\f1fb;\n$la-eye-slash: \\f070;\n$la-facebook: \\f09a;\n$la-facebook-f: \\f39e;\n$la-facebook-messenger: \\f39f;\n$la-facebook-square: \\f082;\n$la-fan: \\f863;\n$la-fantasy-flight-games: \\f6dc;\n$la-fast-backward: \\f049;\n$la-fast-forward: \\f050;\n$la-fax: \\f1ac;\n$la-feather: \\f52d;\n$la-feather-alt: \\f56b;\n$la-fedex: \\f797;\n$la-fedora: \\f798;\n$la-female: \\f182;\n$la-fighter-jet: \\f0fb;\n$la-figma: \\f799;\n$la-file: \\f15b;\n$la-file-alt: \\f15c;\n$la-file-archive: \\f1c6;\n$la-file-audio: \\f1c7;\n$la-file-code: \\f1c9;\n$la-file-contract: \\f56c;\n$la-file-csv: \\f6dd;\n$la-file-download: \\f56d;\n$la-file-excel: \\f1c3;\n$la-file-export: \\f56e;\n$la-file-image: \\f1c5;\n$la-file-import: \\f56f;\n$la-file-invoice: \\f570;\n$la-file-invoice-dollar: \\f571;\n$la-file-medical: \\f477;\n$la-file-medical-alt: \\f478;\n$la-file-pdf: \\f1c1;\n$la-file-powerpoint: \\f1c4;\n$la-file-prescription: \\f572;\n$la-file-signature: \\f573;\n$la-file-upload: \\f574;\n$la-file-video: \\f1c8;\n$la-file-word: \\f1c2;\n$la-fill: \\f575;\n$la-fill-drip: \\f576;\n$la-film: \\f008;\n$la-filter: \\f0b0;\n$la-fingerprint: \\f577;\n$la-fire: \\f06d;\n$la-fire-alt: \\f7e4;\n$la-fire-extinguisher: \\f134;\n$la-firefox: \\f269;\n$la-first-aid: \\f479;\n$la-first-order: \\f2b0;\n$la-first-order-alt: \\f50a;\n$la-firstdraft: \\f3a1;\n$la-fish: \\f578;\n$la-fist-raised: \\f6de;\n$la-flag: \\f024;\n$la-flag-checkered: \\f11e;\n$la-flag-usa: \\f74d;\n$la-flask: \\f0c3;\n$la-flickr: \\f16e;\n$la-flipboard: \\f44d;\n$la-flushed: \\f579;\n$la-fly: \\f417;\n$la-folder: \\f07b;\n$la-folder-minus: \\f65d;\n$la-folder-open: \\f07c;\n$la-folder-plus: \\f65e;\n$la-font: \\f031;\n$la-font-awesome: \\f2b4;\n$la-font-awesome-alt: \\f35c;\n$la-font-awesome-flag: \\f425;\n$la-fonticons: \\f280;\n$la-fonticons-fi: \\f3a2;\n$la-football-ball: \\f44e;\n$la-fort-awesome: \\f286;\n$la-fort-awesome-alt: \\f3a3;\n$la-forumbee: \\f211;\n$la-forward: \\f04e;\n$la-foursquare: \\f180;\n$la-free-code-camp: \\f2c5;\n$la-freebsd: \\f3a4;\n$la-frog: \\f52e;\n$la-frown: \\f119;\n$la-frown-open: \\f57a;\n$la-fulcrum: \\f50b;\n$la-funnel-dollar: \\f662;\n$la-futbol: \\f1e3;\n$la-galactic-republic: \\f50c;\n$la-galactic-senate: \\f50d;\n$la-gamepad: \\f11b;\n$la-gas-pump: \\f52f;\n$la-gavel: \\f0e3;\n$la-gem: \\f3a5;\n$la-genderless: \\f22d;\n$la-get-pocket: \\f265;\n$la-gg: \\f260;\n$la-gg-circle: \\f261;\n$la-ghost: \\f6e2;\n$la-gift: \\f06b;\n$la-gifts: \\f79c;\n$la-git: \\f1d3;\n$la-git-alt: \\f841;\n$la-git-square: \\f1d2;\n$la-github: \\f09b;\n$la-github-alt: \\f113;\n$la-github-square: \\f092;\n$la-gitkraken: \\f3a6;\n$la-gitlab: \\f296;\n$la-gitter: \\f426;\n$la-glass-cheers: \\f79f;\n$la-glass-martini: \\f000;\n$la-glass-martini-alt: \\f57b;\n$la-glass-whiskey: \\f7a0;\n$la-glasses: \\f530;\n$la-glide: \\f2a5;\n$la-glide-g: \\f2a6;\n$la-globe: \\f0ac;\n$la-globe-africa: \\f57c;\n$la-globe-americas: \\f57d;\n$la-globe-asia: \\f57e;\n$la-globe-europe: \\f7a2;\n$la-gofore: \\f3a7;\n$la-golf-ball: \\f450;\n$la-goodreads: \\f3a8;\n$la-goodreads-g: \\f3a9;\n$la-google: \\f1a0;\n$la-google-drive: \\f3aa;\n$la-google-play: \\f3ab;\n$la-google-plus: \\f2b3;\n$la-google-plus-g: \\f0d5;\n$la-google-plus-square: \\f0d4;\n$la-google-wallet: \\f1ee;\n$la-gopuram: \\f664;\n$la-graduation-cap: \\f19d;\n$la-gratipay: \\f184;\n$la-grav: \\f2d6;\n$la-greater-than: \\f531;\n$la-greater-than-equal: \\f532;\n$la-grimace: \\f57f;\n$la-grin: \\f580;\n$la-grin-alt: \\f581;\n$la-grin-beam: \\f582;\n$la-grin-beam-sweat: \\f583;\n$la-grin-hearts: \\f584;\n$la-grin-squint: \\f585;\n$la-grin-squint-tears: \\f586;\n$la-grin-stars: \\f587;\n$la-grin-tears: \\f588;\n$la-grin-tongue: \\f589;\n$la-grin-tongue-squint: \\f58a;\n$la-grin-tongue-wink: \\f58b;\n$la-grin-wink: \\f58c;\n$la-grip-horizontal: \\f58d;\n$la-grip-lines: \\f7a4;\n$la-grip-lines-vertical: \\f7a5;\n$la-grip-vertical: \\f58e;\n$la-gripfire: \\f3ac;\n$la-grunt: \\f3ad;\n$la-guitar: \\f7a6;\n$la-gulp: \\f3ae;\n$la-h-square: \\f0fd;\n$la-hacker-news: \\f1d4;\n$la-hacker-news-square: \\f3af;\n$la-hackerrank: \\f5f7;\n$la-hamburger: \\f805;\n$la-hammer: \\f6e3;\n$la-hamsa: \\f665;\n$la-hand-holding: \\f4bd;\n$la-hand-holding-heart: \\f4be;\n$la-hand-holding-usd: \\f4c0;\n$la-hand-lizard: \\f258;\n$la-hand-middle-finger: \\f806;\n$la-hand-paper: \\f256;\n$la-hand-peace: \\f25b;\n$la-hand-point-down: \\f0a7;\n$la-hand-point-left: \\f0a5;\n$la-hand-point-right: \\f0a4;\n$la-hand-point-up: \\f0a6;\n$la-hand-pointer: \\f25a;\n$la-hand-rock: \\f255;\n$la-hand-scissors: \\f257;\n$la-hand-spock: \\f259;\n$la-hands: \\f4c2;\n$la-hands-helping: \\f4c4;\n$la-handshake: \\f2b5;\n$la-hanukiah: \\f6e6;\n$la-hard-hat: \\f807;\n$la-hashtag: \\f292;\n$la-hat-wizard: \\f6e8;\n$la-haykal: \\f666;\n$la-hdd: \\f0a0;\n$la-heading: \\f1dc;\n$la-headphones: \\f025;\n$la-headphones-alt: \\f58f;\n$la-headset: \\f590;\n$la-heart: \\f004;\n$la-heart-broken: \\f7a9;\n$la-heartbeat: \\f21e;\n$la-helicopter: \\f533;\n$la-highlighter: \\f591;\n$la-hiking: \\f6ec;\n$la-hippo: \\f6ed;\n$la-hips: \\f452;\n$la-hire-a-helper: \\f3b0;\n$la-history: \\f1da;\n$la-hockey-puck: \\f453;\n$la-holly-berry: \\f7aa;\n$la-home: \\f015;\n$la-hooli: \\f427;\n$la-hornbill: \\f592;\n$la-horse: \\f6f0;\n$la-horse-head: \\f7ab;\n$la-hospital: \\f0f8;\n$la-hospital-alt: \\f47d;\n$la-hospital-symbol: \\f47e;\n$la-hot-tub: \\f593;\n$la-hotdog: \\f80f;\n$la-hotel: \\f594;\n$la-hotjar: \\f3b1;\n$la-hourglass: \\f254;\n$la-hourglass-end: \\f253;\n$la-hourglass-half: \\f252;\n$la-hourglass-start: \\f251;\n$la-house-damage: \\f6f1;\n$la-houzz: \\f27c;\n$la-hryvnia: \\f6f2;\n$la-html5: \\f13b;\n$la-hubspot: \\f3b2;\n$la-i-cursor: \\f246;\n$la-ice-cream: \\f810;\n$la-icicles: \\f7ad;\n$la-icons: \\f86d;\n$la-id-badge: \\f2c1;\n$la-id-card: \\f2c2;\n$la-id-card-alt: \\f47f;\n$la-igloo: \\f7ae;\n$la-image: \\f03e;\n$la-images: \\f302;\n$la-imdb: \\f2d8;\n$la-inbox: \\f01c;\n$la-indent: \\f03c;\n$la-industry: \\f275;\n$la-infinity: \\f534;\n$la-info: \\f129;\n$la-info-circle: \\f05a;\n$la-instagram: \\f16d;\n$la-intercom: \\f7af;\n$la-internet-explorer: \\f26b;\n$la-invision: \\f7b0;\n$la-ioxhost: \\f208;\n$la-italic: \\f033;\n$la-itch-io: \\f83a;\n$la-itunes: \\f3b4;\n$la-itunes-note: \\f3b5;\n$la-java: \\f4e4;\n$la-jedi: \\f669;\n$la-jedi-order: \\f50e;\n$la-jenkins: \\f3b6;\n$la-jira: \\f7b1;\n$la-joget: \\f3b7;\n$la-joint: \\f595;\n$la-joomla: \\f1aa;\n$la-journal-whills: \\f66a;\n$la-js: \\f3b8;\n$la-js-square: \\f3b9;\n$la-jsfiddle: \\f1cc;\n$la-kaaba: \\f66b;\n$la-kaggle: \\f5fa;\n$la-key: \\f084;\n$la-keybase: \\f4f5;\n$la-keyboard: \\f11c;\n$la-keycdn: \\f3ba;\n$la-khanda: \\f66d;\n$la-kickstarter: \\f3bb;\n$la-kickstarter-k: \\f3bc;\n$la-kiss: \\f596;\n$la-kiss-beam: \\f597;\n$la-kiss-wink-heart: \\f598;\n$la-kiwi-bird: \\f535;\n$la-korvue: \\f42f;\n$la-landmark: \\f66f;\n$la-language: \\f1ab;\n$la-laptop: \\f109;\n$la-laptop-code: \\f5fc;\n$la-laptop-medical: \\f812;\n$la-laravel: \\f3bd;\n$la-lastfm: \\f202;\n$la-lastfm-square: \\f203;\n$la-laugh: \\f599;\n$la-laugh-beam: \\f59a;\n$la-laugh-squint: \\f59b;\n$la-laugh-wink: \\f59c;\n$la-layer-group: \\f5fd;\n$la-leaf: \\f06c;\n$la-leanpub: \\f212;\n$la-lemon: \\f094;\n$la-less: \\f41d;\n$la-less-than: \\f536;\n$la-less-than-equal: \\f537;\n$la-level-down-alt: \\f3be;\n$la-level-up-alt: \\f3bf;\n$la-life-ring: \\f1cd;\n$la-lightbulb: \\f0eb;\n$la-line: \\f3c0;\n$la-link: \\f0c1;\n$la-linkedin: \\f08c;\n$la-linkedin-in: \\f0e1;\n$la-linode: \\f2b8;\n$la-linux: \\f17c;\n$la-lira-sign: \\f195;\n$la-list: \\f03a;\n$la-list-alt: \\f022;\n$la-list-ol: \\f0cb;\n$la-list-ul: \\f0ca;\n$la-location-arrow: \\f124;\n$la-lock: \\f023;\n$la-lock-open: \\f3c1;\n$la-long-arrow-alt-down: \\f309;\n$la-long-arrow-alt-left: \\f30a;\n$la-long-arrow-alt-right: \\f30b;\n$la-long-arrow-alt-up: \\f30c;\n$la-low-vision: \\f2a8;\n$la-luggage-cart: \\f59d;\n$la-lyft: \\f3c3;\n$la-magento: \\f3c4;\n$la-magic: \\f0d0;\n$la-magnet: \\f076;\n$la-mail-bulk: \\f674;\n$la-mailchimp: \\f59e;\n$la-male: \\f183;\n$la-mandalorian: \\f50f;\n$la-map: \\f279;\n$la-map-marked: \\f59f;\n$la-map-marked-alt: \\f5a0;\n$la-map-marker: \\f041;\n$la-map-marker-alt: \\f3c5;\n$la-map-pin: \\f276;\n$la-map-signs: \\f277;\n$la-markdown: \\f60f;\n$la-marker: \\f5a1;\n$la-mars: \\f222;\n$la-mars-double: \\f227;\n$la-mars-stroke: \\f229;\n$la-mars-stroke-h: \\f22b;\n$la-mars-stroke-v: \\f22a;\n$la-mask: \\f6fa;\n$la-mastodon: \\f4f6;\n$la-maxcdn: \\f136;\n$la-medal: \\f5a2;\n$la-medapps: \\f3c6;\n$la-medium: \\f23a;\n$la-medium-m: \\f3c7;\n$la-medkit: \\f0fa;\n$la-medrt: \\f3c8;\n$la-meetup: \\f2e0;\n$la-megaport: \\f5a3;\n$la-meh: \\f11a;\n$la-meh-blank: \\f5a4;\n$la-meh-rolling-eyes: \\f5a5;\n$la-memory: \\f538;\n$la-mendeley: \\f7b3;\n$la-menorah: \\f676;\n$la-mercury: \\f223;\n$la-meteor: \\f753;\n$la-microchip: \\f2db;\n$la-microphone: \\f130;\n$la-microphone-alt: \\f3c9;\n$la-microphone-alt-slash: \\f539;\n$la-microphone-slash: \\f131;\n$la-microscope: \\f610;\n$la-microsoft: \\f3ca;\n$la-minus: \\f068;\n$la-minus-circle: \\f056;\n$la-minus-square: \\f146;\n$la-mitten: \\f7b5;\n$la-mix: \\f3cb;\n$la-mixcloud: \\f289;\n$la-mizuni: \\f3cc;\n$la-mobile: \\f10b;\n$la-mobile-alt: \\f3cd;\n$la-modx: \\f285;\n$la-monero: \\f3d0;\n$la-money-bill: \\f0d6;\n$la-money-bill-alt: \\f3d1;\n$la-money-bill-wave: \\f53a;\n$la-money-bill-wave-alt: \\f53b;\n$la-money-check: \\f53c;\n$la-money-check-alt: \\f53d;\n$la-monument: \\f5a6;\n$la-moon: \\f186;\n$la-mortar-pestle: \\f5a7;\n$la-mosque: \\f678;\n$la-motorcycle: \\f21c;\n$la-mountain: \\f6fc;\n$la-mouse-pointer: \\f245;\n$la-mug-hot: \\f7b6;\n$la-music: \\f001;\n$la-napster: \\f3d2;\n$la-neos: \\f612;\n$la-network-wired: \\f6ff;\n$la-neuter: \\f22c;\n$la-newspaper: \\f1ea;\n$la-nimblr: \\f5a8;\n$la-node: \\f419;\n$la-node-js: \\f3d3;\n$la-not-equal: \\f53e;\n$la-notes-medical: \\f481;\n$la-npm: \\f3d4;\n$la-ns8: \\f3d5;\n$la-nutritionix: \\f3d6;\n$la-object-group: \\f247;\n$la-object-ungroup: \\f248;\n$la-odnoklassniki: \\f263;\n$la-odnoklassniki-square: \\f264;\n$la-oil-can: \\f613;\n$la-old-republic: \\f510;\n$la-om: \\f679;\n$la-opencart: \\f23d;\n$la-openid: \\f19b;\n$la-opera: \\f26a;\n$la-optin-monster: \\f23c;\n$la-osi: \\f41a;\n$la-otter: \\f700;\n$la-outdent: \\f03b;\n$la-page4: \\f3d7;\n$la-pagelines: \\f18c;\n$la-pager: \\f815;\n$la-paint-brush: \\f1fc;\n$la-paint-roller: \\f5aa;\n$la-palette: \\f53f;\n$la-palfed: \\f3d8;\n$la-pallet: \\f482;\n$la-paper-plane: \\f1d8;\n$la-paperclip: \\f0c6;\n$la-parachute-box: \\f4cd;\n$la-paragraph: \\f1dd;\n$la-parking: \\f540;\n$la-passport: \\f5ab;\n$la-pastafarianism: \\f67b;\n$la-paste: \\f0ea;\n$la-patreon: \\f3d9;\n$la-pause: \\f04c;\n$la-pause-circle: \\f28b;\n$la-paw: \\f1b0;\n$la-paypal: \\f1ed;\n$la-peace: \\f67c;\n$la-pen: \\f304;\n$la-pen-alt: \\f305;\n$la-pen-fancy: \\f5ac;\n$la-pen-nib: \\f5ad;\n$la-pen-square: \\f14b;\n$la-pencil-alt: \\f303;\n$la-pencil-ruler: \\f5ae;\n$la-penny-arcade: \\f704;\n$la-people-carry: \\f4ce;\n$la-pepper-hot: \\f816;\n$la-percent: \\f295;\n$la-percentage: \\f541;\n$la-periscope: \\f3da;\n$la-person-booth: \\f756;\n$la-phabricator: \\f3db;\n$la-phoenix-framework: \\f3dc;\n$la-phoenix-squadron: \\f511;\n$la-phone: \\f095;\n$la-phone-alt: \\f879;\n$la-phone-slash: \\f3dd;\n$la-phone-square: \\f098;\n$la-phone-square-alt: \\f87b;\n$la-phone-volume: \\f2a0;\n$la-photo-video: \\f87c;\n$la-php: \\f457;\n$la-pied-piper: \\f2ae;\n$la-pied-piper-alt: \\f1a8;\n$la-pied-piper-hat: \\f4e5;\n$la-pied-piper-pp: \\f1a7;\n$la-piggy-bank: \\f4d3;\n$la-pills: \\f484;\n$la-pinterest: \\f0d2;\n$la-pinterest-p: \\f231;\n$la-pinterest-square: \\f0d3;\n$la-pizza-slice: \\f818;\n$la-place-of-worship: \\f67f;\n$la-plane: \\f072;\n$la-plane-arrival: \\f5af;\n$la-plane-departure: \\f5b0;\n$la-play: \\f04b;\n$la-play-circle: \\f144;\n$la-playstation: \\f3df;\n$la-plug: \\f1e6;\n$la-plus: \\f067;\n$la-plus-circle: \\f055;\n$la-plus-square: \\f0fe;\n$la-podcast: \\f2ce;\n$la-poll: \\f681;\n$la-poll-h: \\f682;\n$la-poo: \\f2fe;\n$la-poo-storm: \\f75a;\n$la-poop: \\f619;\n$la-portrait: \\f3e0;\n$la-pound-sign: \\f154;\n$la-power-off: \\f011;\n$la-pray: \\f683;\n$la-praying-hands: \\f684;\n$la-prescription: \\f5b1;\n$la-prescription-bottle: \\f485;\n$la-prescription-bottle-alt: \\f486;\n$la-print: \\f02f;\n$la-procedures: \\f487;\n$la-product-hunt: \\f288;\n$la-project-diagram: \\f542;\n$la-pushed: \\f3e1;\n$la-puzzle-piece: \\f12e;\n$la-python: \\f3e2;\n$la-qq: \\f1d6;\n$la-qrcode: \\f029;\n$la-question: \\f128;\n$la-question-circle: \\f059;\n$la-quidditch: \\f458;\n$la-quinscape: \\f459;\n$la-quora: \\f2c4;\n$la-quote-left: \\f10d;\n$la-quote-right: \\f10e;\n$la-quran: \\f687;\n$la-r-project: \\f4f7;\n$la-radiation: \\f7b9;\n$la-radiation-alt: \\f7ba;\n$la-rainbow: \\f75b;\n$la-random: \\f074;\n$la-raspberry-pi: \\f7bb;\n$la-ravelry: \\f2d9;\n$la-react: \\f41b;\n$la-reacteurope: \\f75d;\n$la-readme: \\f4d5;\n$la-rebel: \\f1d0;\n$la-receipt: \\f543;\n$la-recycle: \\f1b8;\n$la-red-river: \\f3e3;\n$la-reddit: \\f1a1;\n$la-reddit-alien: \\f281;\n$la-reddit-square: \\f1a2;\n$la-redhat: \\f7bc;\n$la-redo: \\f01e;\n$la-redo-alt: \\f2f9;\n$la-registered: \\f25d;\n$la-remove-format: \\f87d;\n$la-renren: \\f18b;\n$la-reply: \\f3e5;\n$la-reply-all: \\f122;\n$la-replyd: \\f3e6;\n$la-republican: \\f75e;\n$la-researchgate: \\f4f8;\n$la-resolving: \\f3e7;\n$la-restroom: \\f7bd;\n$la-retweet: \\f079;\n$la-rev: \\f5b2;\n$la-ribbon: \\f4d6;\n$la-ring: \\f70b;\n$la-road: \\f018;\n$la-robot: \\f544;\n$la-rocket: \\f135;\n$la-rocketchat: \\f3e8;\n$la-rockrms: \\f3e9;\n$la-route: \\f4d7;\n$la-rss: \\f09e;\n$la-rss-square: \\f143;\n$la-ruble-sign: \\f158;\n$la-ruler: \\f545;\n$la-ruler-combined: \\f546;\n$la-ruler-horizontal: \\f547;\n$la-ruler-vertical: \\f548;\n$la-running: \\f70c;\n$la-rupee-sign: \\f156;\n$la-sad-cry: \\f5b3;\n$la-sad-tear: \\f5b4;\n$la-safari: \\f267;\n$la-salesforce: \\f83b;\n$la-sass: \\f41e;\n$la-satellite: \\f7bf;\n$la-satellite-dish: \\f7c0;\n$la-save: \\f0c7;\n$la-schlix: \\f3ea;\n$la-school: \\f549;\n$la-screwdriver: \\f54a;\n$la-scribd: \\f28a;\n$la-scroll: \\f70e;\n$la-sd-card: \\f7c2;\n$la-search: \\f002;\n$la-search-dollar: \\f688;\n$la-search-location: \\f689;\n$la-search-minus: \\f010;\n$la-search-plus: \\f00e;\n$la-searchengin: \\f3eb;\n$la-seedling: \\f4d8;\n$la-sellcast: \\f2da;\n$la-sellsy: \\f213;\n$la-server: \\f233;\n$la-servicestack: \\f3ec;\n$la-shapes: \\f61f;\n$la-share: \\f064;\n$la-share-alt: \\f1e0;\n$la-share-alt-square: \\f1e1;\n$la-share-square: \\f14d;\n$la-shekel-sign: \\f20b;\n$la-shield-alt: \\f3ed;\n$la-ship: \\f21a;\n$la-shipping-fast: \\f48b;\n$la-shirtsinbulk: \\f214;\n$la-shoe-prints: \\f54b;\n$la-shopping-bag: \\f290;\n$la-shopping-basket: \\f291;\n$la-shopping-cart: \\f07a;\n$la-shopware: \\f5b5;\n$la-shower: \\f2cc;\n$la-shuttle-van: \\f5b6;\n$la-sign: \\f4d9;\n$la-sign-in-alt: \\f2f6;\n$la-sign-language: \\f2a7;\n$la-sign-out-alt: \\f2f5;\n$la-signal: \\f012;\n$la-signature: \\f5b7;\n$la-sim-card: \\f7c4;\n$la-simplybuilt: \\f215;\n$la-sistrix: \\f3ee;\n$la-sitemap: \\f0e8;\n$la-sith: \\f512;\n$la-skating: \\f7c5;\n$la-sketch: \\f7c6;\n$la-skiing: \\f7c9;\n$la-skiing-nordic: \\f7ca;\n$la-skull: \\f54c;\n$la-skull-crossbones: \\f714;\n$la-skyatlas: \\f216;\n$la-skype: \\f17e;\n$la-slack: \\f198;\n$la-slack-hash: \\f3ef;\n$la-slash: \\f715;\n$la-sleigh: \\f7cc;\n$la-sliders-h: \\f1de;\n$la-slideshare: \\f1e7;\n$la-smile: \\f118;\n$la-smile-beam: \\f5b8;\n$la-smile-wink: \\f4da;\n$la-smog: \\f75f;\n$la-smoking: \\f48d;\n$la-smoking-ban: \\f54d;\n$la-sms: \\f7cd;\n$la-snapchat: \\f2ab;\n$la-snapchat-ghost: \\f2ac;\n$la-snapchat-square: \\f2ad;\n$la-snowboarding: \\f7ce;\n$la-snowflake: \\f2dc;\n$la-snowman: \\f7d0;\n$la-snowplow: \\f7d2;\n$la-socks: \\f696;\n$la-solar-panel: \\f5ba;\n$la-sort: \\f0dc;\n$la-sort-alpha-down: \\f15d;\n$la-sort-alpha-down-alt: \\f881;\n$la-sort-alpha-up: \\f15e;\n$la-sort-alpha-up-alt: \\f882;\n$la-sort-amount-down: \\f160;\n$la-sort-amount-down-alt: \\f884;\n$la-sort-amount-up: \\f161;\n$la-sort-amount-up-alt: \\f885;\n$la-sort-down: \\f0dd;\n$la-sort-numeric-down: \\f162;\n$la-sort-numeric-down-alt: \\f886;\n$la-sort-numeric-up: \\f163;\n$la-sort-numeric-up-alt: \\f887;\n$la-sort-up: \\f0de;\n$la-soundcloud: \\f1be;\n$la-sourcetree: \\f7d3;\n$la-spa: \\f5bb;\n$la-space-shuttle: \\f197;\n$la-speakap: \\f3f3;\n$la-speaker-deck: \\f83c;\n$la-spell-check: \\f891;\n$la-spider: \\f717;\n$la-spinner: \\f110;\n$la-splotch: \\f5bc;\n$la-spotify: \\f1bc;\n$la-spray-can: \\f5bd;\n$la-square: \\f0c8;\n$la-square-full: \\f45c;\n$la-square-root-alt: \\f698;\n$la-squarespace: \\f5be;\n$la-stack-exchange: \\f18d;\n$la-stack-overflow: \\f16c;\n$la-stackpath: \\f842;\n$la-stamp: \\f5bf;\n$la-star: \\f005;\n$la-star-and-crescent: \\f699;\n$la-star-half: \\f089;\n$la-star-half-alt: \\f5c0;\n$la-star-of-david: \\f69a;\n$la-star-of-life: \\f621;\n$la-staylinked: \\f3f5;\n$la-steam: \\f1b6;\n$la-steam-square: \\f1b7;\n$la-steam-symbol: \\f3f6;\n$la-step-backward: \\f048;\n$la-step-forward: \\f051;\n$la-stethoscope: \\f0f1;\n$la-sticker-mule: \\f3f7;\n$la-sticky-note: \\f249;\n$la-stop: \\f04d;\n$la-stop-circle: \\f28d;\n$la-stopwatch: \\f2f2;\n$la-store: \\f54e;\n$la-store-alt: \\f54f;\n$la-strava: \\f428;\n$la-stream: \\f550;\n$la-street-view: \\f21d;\n$la-strikethrough: \\f0cc;\n$la-stripe: \\f429;\n$la-stripe-s: \\f42a;\n$la-stroopwafel: \\f551;\n$la-studiovinari: \\f3f8;\n$la-stumbleupon: \\f1a4;\n$la-stumbleupon-circle: \\f1a3;\n$la-subscript: \\f12c;\n$la-subway: \\f239;\n$la-suitcase: \\f0f2;\n$la-suitcase-rolling: \\f5c1;\n$la-sun: \\f185;\n$la-superpowers: \\f2dd;\n$la-superscript: \\f12b;\n$la-supple: \\f3f9;\n$la-surprise: \\f5c2;\n$la-suse: \\f7d6;\n$la-swatchbook: \\f5c3;\n$la-swimmer: \\f5c4;\n$la-swimming-pool: \\f5c5;\n$la-symfony: \\f83d;\n$la-synagogue: \\f69b;\n$la-sync: \\f021;\n$la-sync-alt: \\f2f1;\n$la-syringe: \\f48e;\n$la-table: \\f0ce;\n$la-table-tennis: \\f45d;\n$la-tablet: \\f10a;\n$la-tablet-alt: \\f3fa;\n$la-tablets: \\f490;\n$la-tachometer-alt: \\f3fd;\n$la-tag: \\f02b;\n$la-tags: \\f02c;\n$la-tape: \\f4db;\n$la-tasks: \\f0ae;\n$la-taxi: \\f1ba;\n$la-teamspeak: \\f4f9;\n$la-teeth: \\f62e;\n$la-teeth-open: \\f62f;\n$la-telegram: \\f2c6;\n$la-telegram-plane: \\f3fe;\n$la-temperature-high: \\f769;\n$la-temperature-low: \\f76b;\n$la-tencent-weibo: \\f1d5;\n$la-tenge: \\f7d7;\n$la-terminal: \\f120;\n$la-text-height: \\f034;\n$la-text-width: \\f035;\n$la-th: \\f00a;\n$la-th-large: \\f009;\n$la-th-list: \\f00b;\n$la-the-red-yeti: \\f69d;\n$la-theater-masks: \\f630;\n$la-themeco: \\f5c6;\n$la-themeisle: \\f2b2;\n$la-thermometer: \\f491;\n$la-thermometer-empty: \\f2cb;\n$la-thermometer-full: \\f2c7;\n$la-thermometer-half: \\f2c9;\n$la-thermometer-quarter: \\f2ca;\n$la-thermometer-three-quarters: \\f2c8;\n$la-think-peaks: \\f731;\n$la-thumbs-down: \\f165;\n$la-thumbs-up: \\f164;\n$la-thumbtack: \\f08d;\n$la-ticket-alt: \\f3ff;\n$la-times: \\f00d;\n$la-times-circle: \\f057;\n$la-tint: \\f043;\n$la-tint-slash: \\f5c7;\n$la-tired: \\f5c8;\n$la-toggle-off: \\f204;\n$la-toggle-on: \\f205;\n$la-toilet: \\f7d8;\n$la-toilet-paper: \\f71e;\n$la-toolbox: \\f552;\n$la-tools: \\f7d9;\n$la-tooth: \\f5c9;\n$la-torah: \\f6a0;\n$la-torii-gate: \\f6a1;\n$la-tractor: \\f722;\n$la-trade-federation: \\f513;\n$la-trademark: \\f25c;\n$la-traffic-light: \\f637;\n$la-train: \\f238;\n$la-tram: \\f7da;\n$la-transgender: \\f224;\n$la-transgender-alt: \\f225;\n$la-trash: \\f1f8;\n$la-trash-alt: \\f2ed;\n$la-trash-restore: \\f829;\n$la-trash-restore-alt: \\f82a;\n$la-tree: \\f1bb;\n$la-trello: \\f181;\n$la-tripadvisor: \\f262;\n$la-trophy: \\f091;\n$la-truck: \\f0d1;\n$la-truck-loading: \\f4de;\n$la-truck-monster: \\f63b;\n$la-truck-moving: \\f4df;\n$la-truck-pickup: \\f63c;\n$la-tshirt: \\f553;\n$la-tty: \\f1e4;\n$la-tumblr: \\f173;\n$la-tumblr-square: \\f174;\n$la-tv: \\f26c;\n$la-twitch: \\f1e8;\n$la-twitter: \\f099;\n$la-twitter-square: \\f081;\n$la-typo3: \\f42b;\n$la-uber: \\f402;\n$la-ubuntu: \\f7df;\n$la-uikit: \\f403;\n$la-umbrella: \\f0e9;\n$la-umbrella-beach: \\f5ca;\n$la-underline: \\f0cd;\n$la-undo: \\f0e2;\n$la-undo-alt: \\f2ea;\n$la-uniregistry: \\f404;\n$la-universal-access: \\f29a;\n$la-university: \\f19c;\n$la-unlink: \\f127;\n$la-unlock: \\f09c;\n$la-unlock-alt: \\f13e;\n$la-untappd: \\f405;\n$la-upload: \\f093;\n$la-ups: \\f7e0;\n$la-usb: \\f287;\n$la-user: \\f007;\n$la-user-alt: \\f406;\n$la-user-alt-slash: \\f4fa;\n$la-user-astronaut: \\f4fb;\n$la-user-check: \\f4fc;\n$la-user-circle: \\f2bd;\n$la-user-clock: \\f4fd;\n$la-user-cog: \\f4fe;\n$la-user-edit: \\f4ff;\n$la-user-friends: \\f500;\n$la-user-graduate: \\f501;\n$la-user-injured: \\f728;\n$la-user-lock: \\f502;\n$la-user-md: \\f0f0;\n$la-user-minus: \\f503;\n$la-user-ninja: \\f504;\n$la-user-nurse: \\f82f;\n$la-user-plus: \\f234;\n$la-user-secret: \\f21b;\n$la-user-shield: \\f505;\n$la-user-slash: \\f506;\n$la-user-tag: \\f507;\n$la-user-tie: \\f508;\n$la-user-times: \\f235;\n$la-users: \\f0c0;\n$la-users-cog: \\f509;\n$la-usps: \\f7e1;\n$la-ussunnah: \\f407;\n$la-utensil-spoon: \\f2e5;\n$la-utensils: \\f2e7;\n$la-vaadin: \\f408;\n$la-vector-square: \\f5cb;\n$la-venus: \\f221;\n$la-venus-double: \\f226;\n$la-venus-mars: \\f228;\n$la-viacoin: \\f237;\n$la-viadeo: \\f2a9;\n$la-viadeo-square: \\f2aa;\n$la-vial: \\f492;\n$la-vials: \\f493;\n$la-viber: \\f409;\n$la-video: \\f03d;\n$la-video-slash: \\f4e2;\n$la-vihara: \\f6a7;\n$la-vimeo: \\f40a;\n$la-vimeo-square: \\f194;\n$la-vimeo-v: \\f27d;\n$la-vine: \\f1ca;\n$la-vk: \\f189;\n$la-vnv: \\f40b;\n$la-voicemail: \\f897;\n$la-volleyball-ball: \\f45f;\n$la-volume-down: \\f027;\n$la-volume-mute: \\f6a9;\n$la-volume-off: \\f026;\n$la-volume-up: \\f028;\n$la-vote-yea: \\f772;\n$la-vr-cardboard: \\f729;\n$la-vuejs: \\f41f;\n$la-walking: \\f554;\n$la-wallet: \\f555;\n$la-warehouse: \\f494;\n$la-water: \\f773;\n$la-wave-square: \\f83e;\n$la-waze: \\f83f;\n$la-weebly: \\f5cc;\n$la-weibo: \\f18a;\n$la-weight: \\f496;\n$la-weight-hanging: \\f5cd;\n$la-weixin: \\f1d7;\n$la-whatsapp: \\f232;\n$la-whatsapp-square: \\f40c;\n$la-wheelchair: \\f193;\n$la-whmcs: \\f40d;\n$la-wifi: \\f1eb;\n$la-wikipedia-w: \\f266;\n$la-wind: \\f72e;\n$la-window-close: \\f410;\n$la-window-maximize: \\f2d0;\n$la-window-minimize: \\f2d1;\n$la-window-restore: \\f2d2;\n$la-windows: \\f17a;\n$la-wine-bottle: \\f72f;\n$la-wine-glass: \\f4e3;\n$la-wine-glass-alt: \\f5ce;\n$la-wix: \\f5cf;\n$la-wizards-of-the-coast: \\f730;\n$la-wolf-pack-battalion: \\f514;\n$la-won-sign: \\f159;\n$la-wordpress: \\f19a;\n$la-wordpress-simple: \\f411;\n$la-wpbeginner: \\f297;\n$la-wpexplorer: \\f2de;\n$la-wpforms: \\f298;\n$la-wpressr: \\f3e4;\n$la-wrench: \\f0ad;\n$la-x-ray: \\f497;\n$la-xbox: \\f412;\n$la-xing: \\f168;\n$la-xing-square: \\f169;\n$la-y-combinator: \\f23b;\n$la-yahoo: \\f19e;\n$la-yammer: \\f840;\n$la-yandex: \\f413;\n$la-yandex-international: \\f414;\n$la-yarn: \\f7e3;\n$la-yelp: \\f1e9;\n$la-yen-sign: \\f157;\n$la-yin-yang: \\f6ad;\n$la-yoast: \\f2b1;\n$la-youtube: \\f167;\n$la-youtube-square: \\f431;\n$la-zhihu: \\f63f;\n$la-hat-cowboy: \\f8c0;\n$la-hat-cowboy-side: \\f8c1;\n$la-mdb: \\f8ca;\n$la-mouse: \\f8cc;\n$la-orcid: \\f8d2;\n$la-record-vinyl: \\f8d9;\n$la-swift: \\f8e1;\n$la-umbraco: \\f8e8;\n$la-buy-n-large: \\f8a6;\n"
  },
  {
    "path": "scss/line-awesome/dist/line-awesome/css/line-awesome.css",
    "content": ".la,\n.las,\n.lar,\n.lal,\n.lad,\n.lab {\n  -moz-osx-font-smoothing: grayscale;\n  -webkit-font-smoothing: antialiased;\n  display: inline-block;\n  font-style: normal;\n  font-variant: normal;\n  text-rendering: auto;\n  line-height: 1; }\n\n.la-lg {\n  font-size: 1.33333em;\n  line-height: 0.75em;\n  vertical-align: -.0667em; }\n\n.la-xs {\n  font-size: .75em; }\n\n.la-sm {\n  font-size: .875em; }\n\n.la-1x {\n  font-size: 1em; }\n\n.la-2x {\n  font-size: 2em; }\n\n.la-3x {\n  font-size: 3em; }\n\n.la-4x {\n  font-size: 4em; }\n\n.la-5x {\n  font-size: 5em; }\n\n.la-6x {\n  font-size: 6em; }\n\n.la-7x {\n  font-size: 7em; }\n\n.la-8x {\n  font-size: 8em; }\n\n.la-9x {\n  font-size: 9em; }\n\n.la-10x {\n  font-size: 10em; }\n\n.la-fw {\n  text-align: center;\n  width: 1.25em; }\n\n.la-ul {\n  list-style-type: none;\n  margin-left: 2.5em;\n  padding-left: 0; }\n  .la-ul > li {\n    position: relative; }\n\n.la-li {\n  left: -2em;\n  position: absolute;\n  text-align: center;\n  width: 2em;\n  line-height: inherit; }\n\n.la-border {\n  border: solid 0.08em #eee;\n  border-radius: .1em;\n  padding: .2em .25em .15em; }\n\n.la-pull-left {\n  float: left; }\n\n.la-pull-right {\n  float: right; }\n\n.la.la-pull-left,\n.las.la-pull-left,\n.lar.la-pull-left,\n.lal.la-pull-left,\n.lab.la-pull-left {\n  margin-right: .3em; }\n\n.la.la-pull-right,\n.las.la-pull-right,\n.lar.la-pull-right,\n.lal.la-pull-right,\n.lab.la-pull-right {\n  margin-left: .3em; }\n\n.la-spin {\n  -webkit-animation: la-spin 2s infinite linear;\n          animation: la-spin 2s infinite linear; }\n\n.la-pulse {\n  -webkit-animation: la-spin 1s infinite steps(8);\n          animation: la-spin 1s infinite steps(8); }\n\n@-webkit-keyframes la-spin {\n  0% {\n    -webkit-transform: rotate(0deg);\n            transform: rotate(0deg); }\n  100% {\n    -webkit-transform: rotate(360deg);\n            transform: rotate(360deg); } }\n\n@keyframes la-spin {\n  0% {\n    -webkit-transform: rotate(0deg);\n            transform: rotate(0deg); }\n  100% {\n    -webkit-transform: rotate(360deg);\n            transform: rotate(360deg); } }\n\n.la-rotate-90 {\n  -ms-filter: \"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)\";\n  -webkit-transform: rotate(90deg);\n          transform: rotate(90deg); }\n\n.la-rotate-180 {\n  -ms-filter: \"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)\";\n  -webkit-transform: rotate(180deg);\n          transform: rotate(180deg); }\n\n.la-rotate-270 {\n  -ms-filter: \"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)\";\n  -webkit-transform: rotate(270deg);\n          transform: rotate(270deg); }\n\n.la-flip-horizontal {\n  -ms-filter: \"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)\";\n  -webkit-transform: scale(-1, 1);\n          transform: scale(-1, 1); }\n\n.la-flip-vertical {\n  -ms-filter: \"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)\";\n  -webkit-transform: scale(1, -1);\n          transform: scale(1, -1); }\n\n.la-flip-both, .la-flip-horizontal.la-flip-vertical {\n  -ms-filter: \"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)\";\n  -webkit-transform: scale(-1, -1);\n          transform: scale(-1, -1); }\n\n:root .la-rotate-90,\n:root .la-rotate-180,\n:root .la-rotate-270,\n:root .la-flip-horizontal,\n:root .la-flip-vertical,\n:root .la-flip-both {\n  -webkit-filter: none;\n          filter: none; }\n\n.la-stack {\n  display: inline-block;\n  height: 2em;\n  line-height: 2em;\n  position: relative;\n  vertical-align: middle;\n  width: 2.5em; }\n\n.la-stack-1x,\n.la-stack-2x {\n  left: 0;\n  position: absolute;\n  text-align: center;\n  width: 100%; }\n\n.la-stack-1x {\n  line-height: inherit; }\n\n.la-stack-2x {\n  font-size: 2em; }\n\n.la-inverse {\n  color: #fff; }\n\n/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen\nreaders do not read off random characters that represent icons */\n.la-500px:before {\n  content: \"\\f26e\"; }\n\n.la-accessible-icon:before {\n  content: \"\\f368\"; }\n\n.la-accusoft:before {\n  content: \"\\f369\"; }\n\n.la-acquisitions-incorporated:before {\n  content: \"\\f6af\"; }\n\n.la-ad:before {\n  content: \"\\f641\"; }\n\n.la-address-book:before {\n  content: \"\\f2b9\"; }\n\n.la-address-card:before {\n  content: \"\\f2bb\"; }\n\n.la-adjust:before {\n  content: \"\\f042\"; }\n\n.la-adn:before {\n  content: \"\\f170\"; }\n\n.la-adobe:before {\n  content: \"\\f778\"; }\n\n.la-adversal:before {\n  content: \"\\f36a\"; }\n\n.la-affiliatetheme:before {\n  content: \"\\f36b\"; }\n\n.la-air-freshener:before {\n  content: \"\\f5d0\"; }\n\n.la-airbnb:before {\n  content: \"\\f834\"; }\n\n.la-algolia:before {\n  content: \"\\f36c\"; }\n\n.la-align-center:before {\n  content: \"\\f037\"; }\n\n.la-align-justify:before {\n  content: \"\\f039\"; }\n\n.la-align-left:before {\n  content: \"\\f036\"; }\n\n.la-align-right:before {\n  content: \"\\f038\"; }\n\n.la-alipay:before {\n  content: \"\\f642\"; }\n\n.la-allergies:before {\n  content: \"\\f461\"; }\n\n.la-amazon:before {\n  content: \"\\f270\"; }\n\n.la-amazon-pay:before {\n  content: \"\\f42c\"; }\n\n.la-ambulance:before {\n  content: \"\\f0f9\"; }\n\n.la-american-sign-language-interpreting:before {\n  content: \"\\f2a3\"; }\n\n.la-amilia:before {\n  content: \"\\f36d\"; }\n\n.la-anchor:before {\n  content: \"\\f13d\"; }\n\n.la-android:before {\n  content: \"\\f17b\"; }\n\n.la-angellist:before {\n  content: \"\\f209\"; }\n\n.la-angle-double-down:before {\n  content: \"\\f103\"; }\n\n.la-angle-double-left:before {\n  content: \"\\f100\"; }\n\n.la-angle-double-right:before {\n  content: \"\\f101\"; }\n\n.la-angle-double-up:before {\n  content: \"\\f102\"; }\n\n.la-angle-down:before {\n  content: \"\\f107\"; }\n\n.la-angle-left:before {\n  content: \"\\f104\"; }\n\n.la-angle-right:before {\n  content: \"\\f105\"; }\n\n.la-angle-up:before {\n  content: \"\\f106\"; }\n\n.la-angry:before {\n  content: \"\\f556\"; }\n\n.la-angrycreative:before {\n  content: \"\\f36e\"; }\n\n.la-angular:before {\n  content: \"\\f420\"; }\n\n.la-ankh:before {\n  content: \"\\f644\"; }\n\n.la-app-store:before {\n  content: \"\\f36f\"; }\n\n.la-app-store-ios:before {\n  content: \"\\f370\"; }\n\n.la-apper:before {\n  content: \"\\f371\"; }\n\n.la-apple:before {\n  content: \"\\f179\"; }\n\n.la-apple-alt:before {\n  content: \"\\f5d1\"; }\n\n.la-apple-pay:before {\n  content: \"\\f415\"; }\n\n.la-archive:before {\n  content: \"\\f187\"; }\n\n.la-archway:before {\n  content: \"\\f557\"; }\n\n.la-arrow-alt-circle-down:before {\n  content: \"\\f358\"; }\n\n.la-arrow-alt-circle-left:before {\n  content: \"\\f359\"; }\n\n.la-arrow-alt-circle-right:before {\n  content: \"\\f35a\"; }\n\n.la-arrow-alt-circle-up:before {\n  content: \"\\f35b\"; }\n\n.la-arrow-circle-down:before {\n  content: \"\\f0ab\"; }\n\n.la-arrow-circle-left:before {\n  content: \"\\f0a8\"; }\n\n.la-arrow-circle-right:before {\n  content: \"\\f0a9\"; }\n\n.la-arrow-circle-up:before {\n  content: \"\\f0aa\"; }\n\n.la-arrow-down:before {\n  content: \"\\f063\"; }\n\n.la-arrow-left:before {\n  content: \"\\f060\"; }\n\n.la-arrow-right:before {\n  content: \"\\f061\"; }\n\n.la-arrow-up:before {\n  content: \"\\f062\"; }\n\n.la-arrows-alt:before {\n  content: \"\\f0b2\"; }\n\n.la-arrows-alt-h:before {\n  content: \"\\f337\"; }\n\n.la-arrows-alt-v:before {\n  content: \"\\f338\"; }\n\n.la-artstation:before {\n  content: \"\\f77a\"; }\n\n.la-assistive-listening-systems:before {\n  content: \"\\f2a2\"; }\n\n.la-asterisk:before {\n  content: \"\\f069\"; }\n\n.la-asymmetrik:before {\n  content: \"\\f372\"; }\n\n.la-at:before {\n  content: \"\\f1fa\"; }\n\n.la-atlas:before {\n  content: \"\\f558\"; }\n\n.la-atlassian:before {\n  content: \"\\f77b\"; }\n\n.la-atom:before {\n  content: \"\\f5d2\"; }\n\n.la-audible:before {\n  content: \"\\f373\"; }\n\n.la-audio-description:before {\n  content: \"\\f29e\"; }\n\n.la-autoprefixer:before {\n  content: \"\\f41c\"; }\n\n.la-avianex:before {\n  content: \"\\f374\"; }\n\n.la-aviato:before {\n  content: \"\\f421\"; }\n\n.la-award:before {\n  content: \"\\f559\"; }\n\n.la-aws:before {\n  content: \"\\f375\"; }\n\n.la-baby:before {\n  content: \"\\f77c\"; }\n\n.la-baby-carriage:before {\n  content: \"\\f77d\"; }\n\n.la-backspace:before {\n  content: \"\\f55a\"; }\n\n.la-backward:before {\n  content: \"\\f04a\"; }\n\n.la-bacon:before {\n  content: \"\\f7e5\"; }\n\n.la-balance-scale:before {\n  content: \"\\f24e\"; }\n\n.la-balance-scale-left:before {\n  content: \"\\f515\"; }\n\n.la-balance-scale-right:before {\n  content: \"\\f516\"; }\n\n.la-ban:before {\n  content: \"\\f05e\"; }\n\n.la-band-aid:before {\n  content: \"\\f462\"; }\n\n.la-bandcamp:before {\n  content: \"\\f2d5\"; }\n\n.la-barcode:before {\n  content: \"\\f02a\"; }\n\n.la-bars:before {\n  content: \"\\f0c9\"; }\n\n.la-baseball-ball:before {\n  content: \"\\f433\"; }\n\n.la-basketball-ball:before {\n  content: \"\\f434\"; }\n\n.la-bath:before {\n  content: \"\\f2cd\"; }\n\n.la-battery-empty:before {\n  content: \"\\f244\"; }\n\n.la-battery-full:before {\n  content: \"\\f240\"; }\n\n.la-battery-half:before {\n  content: \"\\f242\"; }\n\n.la-battery-quarter:before {\n  content: \"\\f243\"; }\n\n.la-battery-three-quarters:before {\n  content: \"\\f241\"; }\n\n.la-battle-net:before {\n  content: \"\\f835\"; }\n\n.la-bed:before {\n  content: \"\\f236\"; }\n\n.la-beer:before {\n  content: \"\\f0fc\"; }\n\n.la-behance:before {\n  content: \"\\f1b4\"; }\n\n.la-behance-square:before {\n  content: \"\\f1b5\"; }\n\n.la-bell:before {\n  content: \"\\f0f3\"; }\n\n.la-bell-slash:before {\n  content: \"\\f1f6\"; }\n\n.la-bezier-curve:before {\n  content: \"\\f55b\"; }\n\n.la-bible:before {\n  content: \"\\f647\"; }\n\n.la-bicycle:before {\n  content: \"\\f206\"; }\n\n.la-biking:before {\n  content: \"\\f84a\"; }\n\n.la-bimobject:before {\n  content: \"\\f378\"; }\n\n.la-binoculars:before {\n  content: \"\\f1e5\"; }\n\n.la-biohazard:before {\n  content: \"\\f780\"; }\n\n.la-birthday-cake:before {\n  content: \"\\f1fd\"; }\n\n.la-bitbucket:before {\n  content: \"\\f171\"; }\n\n.la-bitcoin:before {\n  content: \"\\f379\"; }\n\n.la-bity:before {\n  content: \"\\f37a\"; }\n\n.la-black-tie:before {\n  content: \"\\f27e\"; }\n\n.la-blackberry:before {\n  content: \"\\f37b\"; }\n\n.la-blender:before {\n  content: \"\\f517\"; }\n\n.la-blender-phone:before {\n  content: \"\\f6b6\"; }\n\n.la-blind:before {\n  content: \"\\f29d\"; }\n\n.la-blog:before {\n  content: \"\\f781\"; }\n\n.la-blogger:before {\n  content: \"\\f37c\"; }\n\n.la-blogger-b:before {\n  content: \"\\f37d\"; }\n\n.la-bluetooth:before {\n  content: \"\\f293\"; }\n\n.la-bluetooth-b:before {\n  content: \"\\f294\"; }\n\n.la-bold:before {\n  content: \"\\f032\"; }\n\n.la-bolt:before {\n  content: \"\\f0e7\"; }\n\n.la-bomb:before {\n  content: \"\\f1e2\"; }\n\n.la-bone:before {\n  content: \"\\f5d7\"; }\n\n.la-bong:before {\n  content: \"\\f55c\"; }\n\n.la-book:before {\n  content: \"\\f02d\"; }\n\n.la-book-dead:before {\n  content: \"\\f6b7\"; }\n\n.la-book-medical:before {\n  content: \"\\f7e6\"; }\n\n.la-book-open:before {\n  content: \"\\f518\"; }\n\n.la-book-reader:before {\n  content: \"\\f5da\"; }\n\n.la-bookmark:before {\n  content: \"\\f02e\"; }\n\n.la-bootstrap:before {\n  content: \"\\f836\"; }\n\n.la-border-all:before {\n  content: \"\\f84c\"; }\n\n.la-border-none:before {\n  content: \"\\f850\"; }\n\n.la-border-style:before {\n  content: \"\\f853\"; }\n\n.la-bowling-ball:before {\n  content: \"\\f436\"; }\n\n.la-box:before {\n  content: \"\\f466\"; }\n\n.la-box-open:before {\n  content: \"\\f49e\"; }\n\n.la-boxes:before {\n  content: \"\\f468\"; }\n\n.la-braille:before {\n  content: \"\\f2a1\"; }\n\n.la-brain:before {\n  content: \"\\f5dc\"; }\n\n.la-bread-slice:before {\n  content: \"\\f7ec\"; }\n\n.la-briefcase:before {\n  content: \"\\f0b1\"; }\n\n.la-briefcase-medical:before {\n  content: \"\\f469\"; }\n\n.la-broadcast-tower:before {\n  content: \"\\f519\"; }\n\n.la-broom:before {\n  content: \"\\f51a\"; }\n\n.la-brush:before {\n  content: \"\\f55d\"; }\n\n.la-btc:before {\n  content: \"\\f15a\"; }\n\n.la-buffer:before {\n  content: \"\\f837\"; }\n\n.la-bug:before {\n  content: \"\\f188\"; }\n\n.la-building:before {\n  content: \"\\f1ad\"; }\n\n.la-bullhorn:before {\n  content: \"\\f0a1\"; }\n\n.la-bullseye:before {\n  content: \"\\f140\"; }\n\n.la-burn:before {\n  content: \"\\f46a\"; }\n\n.la-buromobelexperte:before {\n  content: \"\\f37f\"; }\n\n.la-bus:before {\n  content: \"\\f207\"; }\n\n.la-bus-alt:before {\n  content: \"\\f55e\"; }\n\n.la-business-time:before {\n  content: \"\\f64a\"; }\n\n.la-buy-n-large:before {\n  content: \"\\f8a6\"; }\n\n.la-buysellads:before {\n  content: \"\\f20d\"; }\n\n.la-calculator:before {\n  content: \"\\f1ec\"; }\n\n.la-calendar:before {\n  content: \"\\f133\"; }\n\n.la-calendar-alt:before {\n  content: \"\\f073\"; }\n\n.la-calendar-check:before {\n  content: \"\\f274\"; }\n\n.la-calendar-day:before {\n  content: \"\\f783\"; }\n\n.la-calendar-minus:before {\n  content: \"\\f272\"; }\n\n.la-calendar-plus:before {\n  content: \"\\f271\"; }\n\n.la-calendar-times:before {\n  content: \"\\f273\"; }\n\n.la-calendar-week:before {\n  content: \"\\f784\"; }\n\n.la-camera:before {\n  content: \"\\f030\"; }\n\n.la-camera-retro:before {\n  content: \"\\f083\"; }\n\n.la-campground:before {\n  content: \"\\f6bb\"; }\n\n.la-canadian-maple-leaf:before {\n  content: \"\\f785\"; }\n\n.la-candy-cane:before {\n  content: \"\\f786\"; }\n\n.la-cannabis:before {\n  content: \"\\f55f\"; }\n\n.la-capsules:before {\n  content: \"\\f46b\"; }\n\n.la-car:before {\n  content: \"\\f1b9\"; }\n\n.la-car-alt:before {\n  content: \"\\f5de\"; }\n\n.la-car-battery:before {\n  content: \"\\f5df\"; }\n\n.la-car-crash:before {\n  content: \"\\f5e1\"; }\n\n.la-car-side:before {\n  content: \"\\f5e4\"; }\n\n.la-caret-down:before {\n  content: \"\\f0d7\"; }\n\n.la-caret-left:before {\n  content: \"\\f0d9\"; }\n\n.la-caret-right:before {\n  content: \"\\f0da\"; }\n\n.la-caret-square-down:before {\n  content: \"\\f150\"; }\n\n.la-caret-square-left:before {\n  content: \"\\f191\"; }\n\n.la-caret-square-right:before {\n  content: \"\\f152\"; }\n\n.la-caret-square-up:before {\n  content: \"\\f151\"; }\n\n.la-caret-up:before {\n  content: \"\\f0d8\"; }\n\n.la-carrot:before {\n  content: \"\\f787\"; }\n\n.la-cart-arrow-down:before {\n  content: \"\\f218\"; }\n\n.la-cart-plus:before {\n  content: \"\\f217\"; }\n\n.la-cash-register:before {\n  content: \"\\f788\"; }\n\n.la-cat:before {\n  content: \"\\f6be\"; }\n\n.la-cc-amazon-pay:before {\n  content: \"\\f42d\"; }\n\n.la-cc-amex:before {\n  content: \"\\f1f3\"; }\n\n.la-cc-apple-pay:before {\n  content: \"\\f416\"; }\n\n.la-cc-diners-club:before {\n  content: \"\\f24c\"; }\n\n.la-cc-discover:before {\n  content: \"\\f1f2\"; }\n\n.la-cc-jcb:before {\n  content: \"\\f24b\"; }\n\n.la-cc-mastercard:before {\n  content: \"\\f1f1\"; }\n\n.la-cc-paypal:before {\n  content: \"\\f1f4\"; }\n\n.la-cc-stripe:before {\n  content: \"\\f1f5\"; }\n\n.la-cc-visa:before {\n  content: \"\\f1f0\"; }\n\n.la-centercode:before {\n  content: \"\\f380\"; }\n\n.la-centos:before {\n  content: \"\\f789\"; }\n\n.la-certificate:before {\n  content: \"\\f0a3\"; }\n\n.la-chair:before {\n  content: \"\\f6c0\"; }\n\n.la-chalkboard:before {\n  content: \"\\f51b\"; }\n\n.la-chalkboard-teacher:before {\n  content: \"\\f51c\"; }\n\n.la-charging-station:before {\n  content: \"\\f5e7\"; }\n\n.la-chart-area:before {\n  content: \"\\f1fe\"; }\n\n.la-chart-bar:before {\n  content: \"\\f080\"; }\n\n.la-chart-line:before {\n  content: \"\\f201\"; }\n\n.la-chart-pie:before {\n  content: \"\\f200\"; }\n\n.la-check:before {\n  content: \"\\f00c\"; }\n\n.la-check-circle:before {\n  content: \"\\f058\"; }\n\n.la-check-double:before {\n  content: \"\\f560\"; }\n\n.la-check-square:before {\n  content: \"\\f14a\"; }\n\n.la-cheese:before {\n  content: \"\\f7ef\"; }\n\n.la-chess:before {\n  content: \"\\f439\"; }\n\n.la-chess-bishop:before {\n  content: \"\\f43a\"; }\n\n.la-chess-board:before {\n  content: \"\\f43c\"; }\n\n.la-chess-king:before {\n  content: \"\\f43f\"; }\n\n.la-chess-knight:before {\n  content: \"\\f441\"; }\n\n.la-chess-pawn:before {\n  content: \"\\f443\"; }\n\n.la-chess-queen:before {\n  content: \"\\f445\"; }\n\n.la-chess-rook:before {\n  content: \"\\f447\"; }\n\n.la-chevron-circle-down:before {\n  content: \"\\f13a\"; }\n\n.la-chevron-circle-left:before {\n  content: \"\\f137\"; }\n\n.la-chevron-circle-right:before {\n  content: \"\\f138\"; }\n\n.la-chevron-circle-up:before {\n  content: \"\\f139\"; }\n\n.la-chevron-down:before {\n  content: \"\\f078\"; }\n\n.la-chevron-left:before {\n  content: \"\\f053\"; }\n\n.la-chevron-right:before {\n  content: \"\\f054\"; }\n\n.la-chevron-up:before {\n  content: \"\\f077\"; }\n\n.la-child:before {\n  content: \"\\f1ae\"; }\n\n.la-chrome:before {\n  content: \"\\f268\"; }\n\n.la-chromecast:before {\n  content: \"\\f838\"; }\n\n.la-church:before {\n  content: \"\\f51d\"; }\n\n.la-circle:before {\n  content: \"\\f111\"; }\n\n.la-circle-notch:before {\n  content: \"\\f1ce\"; }\n\n.la-city:before {\n  content: \"\\f64f\"; }\n\n.la-clinic-medical:before {\n  content: \"\\f7f2\"; }\n\n.la-clipboard:before {\n  content: \"\\f328\"; }\n\n.la-clipboard-check:before {\n  content: \"\\f46c\"; }\n\n.la-clipboard-list:before {\n  content: \"\\f46d\"; }\n\n.la-clock:before {\n  content: \"\\f017\"; }\n\n.la-clone:before {\n  content: \"\\f24d\"; }\n\n.la-closed-captioning:before {\n  content: \"\\f20a\"; }\n\n.la-cloud:before {\n  content: \"\\f0c2\"; }\n\n.la-cloud-download-alt:before {\n  content: \"\\f381\"; }\n\n.la-cloud-meatball:before {\n  content: \"\\f73b\"; }\n\n.la-cloud-moon:before {\n  content: \"\\f6c3\"; }\n\n.la-cloud-moon-rain:before {\n  content: \"\\f73c\"; }\n\n.la-cloud-rain:before {\n  content: \"\\f73d\"; }\n\n.la-cloud-showers-heavy:before {\n  content: \"\\f740\"; }\n\n.la-cloud-sun:before {\n  content: \"\\f6c4\"; }\n\n.la-cloud-sun-rain:before {\n  content: \"\\f743\"; }\n\n.la-cloud-upload-alt:before {\n  content: \"\\f382\"; }\n\n.la-cloudscale:before {\n  content: \"\\f383\"; }\n\n.la-cloudsmith:before {\n  content: \"\\f384\"; }\n\n.la-cloudversify:before {\n  content: \"\\f385\"; }\n\n.la-cocktail:before {\n  content: \"\\f561\"; }\n\n.la-code:before {\n  content: \"\\f121\"; }\n\n.la-code-branch:before {\n  content: \"\\f126\"; }\n\n.la-codepen:before {\n  content: \"\\f1cb\"; }\n\n.la-codiepie:before {\n  content: \"\\f284\"; }\n\n.la-coffee:before {\n  content: \"\\f0f4\"; }\n\n.la-cog:before {\n  content: \"\\f013\"; }\n\n.la-cogs:before {\n  content: \"\\f085\"; }\n\n.la-coins:before {\n  content: \"\\f51e\"; }\n\n.la-columns:before {\n  content: \"\\f0db\"; }\n\n.la-comment:before {\n  content: \"\\f075\"; }\n\n.la-comment-alt:before {\n  content: \"\\f27a\"; }\n\n.la-comment-dollar:before {\n  content: \"\\f651\"; }\n\n.la-comment-dots:before {\n  content: \"\\f4ad\"; }\n\n.la-comment-medical:before {\n  content: \"\\f7f5\"; }\n\n.la-comment-slash:before {\n  content: \"\\f4b3\"; }\n\n.la-comments:before {\n  content: \"\\f086\"; }\n\n.la-comments-dollar:before {\n  content: \"\\f653\"; }\n\n.la-compact-disc:before {\n  content: \"\\f51f\"; }\n\n.la-compass:before {\n  content: \"\\f14e\"; }\n\n.la-compress:before {\n  content: \"\\f066\"; }\n\n.la-compress-arrows-alt:before {\n  content: \"\\f78c\"; }\n\n.la-concierge-bell:before {\n  content: \"\\f562\"; }\n\n.la-confluence:before {\n  content: \"\\f78d\"; }\n\n.la-connectdevelop:before {\n  content: \"\\f20e\"; }\n\n.la-contao:before {\n  content: \"\\f26d\"; }\n\n.la-cookie:before {\n  content: \"\\f563\"; }\n\n.la-cookie-bite:before {\n  content: \"\\f564\"; }\n\n.la-copy:before {\n  content: \"\\f0c5\"; }\n\n.la-copyright:before {\n  content: \"\\f1f9\"; }\n\n.la-cotton-bureau:before {\n  content: \"\\f89e\"; }\n\n.la-couch:before {\n  content: \"\\f4b8\"; }\n\n.la-cpanel:before {\n  content: \"\\f388\"; }\n\n.la-creative-commons:before {\n  content: \"\\f25e\"; }\n\n.la-creative-commons-by:before {\n  content: \"\\f4e7\"; }\n\n.la-creative-commons-nc:before {\n  content: \"\\f4e8\"; }\n\n.la-creative-commons-nc-eu:before {\n  content: \"\\f4e9\"; }\n\n.la-creative-commons-nc-jp:before {\n  content: \"\\f4ea\"; }\n\n.la-creative-commons-nd:before {\n  content: \"\\f4eb\"; }\n\n.la-creative-commons-pd:before {\n  content: \"\\f4ec\"; }\n\n.la-creative-commons-pd-alt:before {\n  content: \"\\f4ed\"; }\n\n.la-creative-commons-remix:before {\n  content: \"\\f4ee\"; }\n\n.la-creative-commons-sa:before {\n  content: \"\\f4ef\"; }\n\n.la-creative-commons-sampling:before {\n  content: \"\\f4f0\"; }\n\n.la-creative-commons-sampling-plus:before {\n  content: \"\\f4f1\"; }\n\n.la-creative-commons-share:before {\n  content: \"\\f4f2\"; }\n\n.la-creative-commons-zero:before {\n  content: \"\\f4f3\"; }\n\n.la-credit-card:before {\n  content: \"\\f09d\"; }\n\n.la-critical-role:before {\n  content: \"\\f6c9\"; }\n\n.la-crop:before {\n  content: \"\\f125\"; }\n\n.la-crop-alt:before {\n  content: \"\\f565\"; }\n\n.la-cross:before {\n  content: \"\\f654\"; }\n\n.la-crosshairs:before {\n  content: \"\\f05b\"; }\n\n.la-crow:before {\n  content: \"\\f520\"; }\n\n.la-crown:before {\n  content: \"\\f521\"; }\n\n.la-crutch:before {\n  content: \"\\f7f7\"; }\n\n.la-css3:before {\n  content: \"\\f13c\"; }\n\n.la-css3-alt:before {\n  content: \"\\f38b\"; }\n\n.la-cube:before {\n  content: \"\\f1b2\"; }\n\n.la-cubes:before {\n  content: \"\\f1b3\"; }\n\n.la-cut:before {\n  content: \"\\f0c4\"; }\n\n.la-cuttlefish:before {\n  content: \"\\f38c\"; }\n\n.la-d-and-d:before {\n  content: \"\\f38d\"; }\n\n.la-d-and-d-beyond:before {\n  content: \"\\f6ca\"; }\n\n.la-dashcube:before {\n  content: \"\\f210\"; }\n\n.la-database:before {\n  content: \"\\f1c0\"; }\n\n.la-deaf:before {\n  content: \"\\f2a4\"; }\n\n.la-delicious:before {\n  content: \"\\f1a5\"; }\n\n.la-democrat:before {\n  content: \"\\f747\"; }\n\n.la-deploydog:before {\n  content: \"\\f38e\"; }\n\n.la-deskpro:before {\n  content: \"\\f38f\"; }\n\n.la-desktop:before {\n  content: \"\\f108\"; }\n\n.la-dev:before {\n  content: \"\\f6cc\"; }\n\n.la-deviantart:before {\n  content: \"\\f1bd\"; }\n\n.la-dharmachakra:before {\n  content: \"\\f655\"; }\n\n.la-dhl:before {\n  content: \"\\f790\"; }\n\n.la-diagnoses:before {\n  content: \"\\f470\"; }\n\n.la-diaspora:before {\n  content: \"\\f791\"; }\n\n.la-dice:before {\n  content: \"\\f522\"; }\n\n.la-dice-d20:before {\n  content: \"\\f6cf\"; }\n\n.la-dice-d6:before {\n  content: \"\\f6d1\"; }\n\n.la-dice-five:before {\n  content: \"\\f523\"; }\n\n.la-dice-four:before {\n  content: \"\\f524\"; }\n\n.la-dice-one:before {\n  content: \"\\f525\"; }\n\n.la-dice-six:before {\n  content: \"\\f526\"; }\n\n.la-dice-three:before {\n  content: \"\\f527\"; }\n\n.la-dice-two:before {\n  content: \"\\f528\"; }\n\n.la-digg:before {\n  content: \"\\f1a6\"; }\n\n.la-digital-ocean:before {\n  content: \"\\f391\"; }\n\n.la-digital-tachograph:before {\n  content: \"\\f566\"; }\n\n.la-directions:before {\n  content: \"\\f5eb\"; }\n\n.la-discord:before {\n  content: \"\\f392\"; }\n\n.la-discourse:before {\n  content: \"\\f393\"; }\n\n.la-divide:before {\n  content: \"\\f529\"; }\n\n.la-dizzy:before {\n  content: \"\\f567\"; }\n\n.la-dna:before {\n  content: \"\\f471\"; }\n\n.la-dochub:before {\n  content: \"\\f394\"; }\n\n.la-docker:before {\n  content: \"\\f395\"; }\n\n.la-dog:before {\n  content: \"\\f6d3\"; }\n\n.la-dollar-sign:before {\n  content: \"\\f155\"; }\n\n.la-dolly:before {\n  content: \"\\f472\"; }\n\n.la-dolly-flatbed:before {\n  content: \"\\f474\"; }\n\n.la-donate:before {\n  content: \"\\f4b9\"; }\n\n.la-door-closed:before {\n  content: \"\\f52a\"; }\n\n.la-door-open:before {\n  content: \"\\f52b\"; }\n\n.la-dot-circle:before {\n  content: \"\\f192\"; }\n\n.la-dove:before {\n  content: \"\\f4ba\"; }\n\n.la-download:before {\n  content: \"\\f019\"; }\n\n.la-draft2digital:before {\n  content: \"\\f396\"; }\n\n.la-drafting-compass:before {\n  content: \"\\f568\"; }\n\n.la-dragon:before {\n  content: \"\\f6d5\"; }\n\n.la-draw-polygon:before {\n  content: \"\\f5ee\"; }\n\n.la-dribbble:before {\n  content: \"\\f17d\"; }\n\n.la-dribbble-square:before {\n  content: \"\\f397\"; }\n\n.la-dropbox:before {\n  content: \"\\f16b\"; }\n\n.la-drum:before {\n  content: \"\\f569\"; }\n\n.la-drum-steelpan:before {\n  content: \"\\f56a\"; }\n\n.la-drumstick-bite:before {\n  content: \"\\f6d7\"; }\n\n.la-drupal:before {\n  content: \"\\f1a9\"; }\n\n.la-dumbbell:before {\n  content: \"\\f44b\"; }\n\n.la-dumpster:before {\n  content: \"\\f793\"; }\n\n.la-dumpster-fire:before {\n  content: \"\\f794\"; }\n\n.la-dungeon:before {\n  content: \"\\f6d9\"; }\n\n.la-dyalog:before {\n  content: \"\\f399\"; }\n\n.la-earlybirds:before {\n  content: \"\\f39a\"; }\n\n.la-ebay:before {\n  content: \"\\f4f4\"; }\n\n.la-edge:before {\n  content: \"\\f282\"; }\n\n.la-edit:before {\n  content: \"\\f044\"; }\n\n.la-egg:before {\n  content: \"\\f7fb\"; }\n\n.la-eject:before {\n  content: \"\\f052\"; }\n\n.la-elementor:before {\n  content: \"\\f430\"; }\n\n.la-ellipsis-h:before {\n  content: \"\\f141\"; }\n\n.la-ellipsis-v:before {\n  content: \"\\f142\"; }\n\n.la-ello:before {\n  content: \"\\f5f1\"; }\n\n.la-ember:before {\n  content: \"\\f423\"; }\n\n.la-empire:before {\n  content: \"\\f1d1\"; }\n\n.la-envelope:before {\n  content: \"\\f0e0\"; }\n\n.la-envelope-open:before {\n  content: \"\\f2b6\"; }\n\n.la-envelope-open-text:before {\n  content: \"\\f658\"; }\n\n.la-envelope-square:before {\n  content: \"\\f199\"; }\n\n.la-envira:before {\n  content: \"\\f299\"; }\n\n.la-equals:before {\n  content: \"\\f52c\"; }\n\n.la-eraser:before {\n  content: \"\\f12d\"; }\n\n.la-erlang:before {\n  content: \"\\f39d\"; }\n\n.la-ethereum:before {\n  content: \"\\f42e\"; }\n\n.la-ethernet:before {\n  content: \"\\f796\"; }\n\n.la-etsy:before {\n  content: \"\\f2d7\"; }\n\n.la-euro-sign:before {\n  content: \"\\f153\"; }\n\n.la-evernote:before {\n  content: \"\\f839\"; }\n\n.la-exchange-alt:before {\n  content: \"\\f362\"; }\n\n.la-exclamation:before {\n  content: \"\\f12a\"; }\n\n.la-exclamation-circle:before {\n  content: \"\\f06a\"; }\n\n.la-exclamation-triangle:before {\n  content: \"\\f071\"; }\n\n.la-expand:before {\n  content: \"\\f065\"; }\n\n.la-expand-arrows-alt:before {\n  content: \"\\f31e\"; }\n\n.la-expeditedssl:before {\n  content: \"\\f23e\"; }\n\n.la-external-link-alt:before {\n  content: \"\\f35d\"; }\n\n.la-external-link-square-alt:before {\n  content: \"\\f360\"; }\n\n.la-eye:before {\n  content: \"\\f06e\"; }\n\n.la-eye-dropper:before {\n  content: \"\\f1fb\"; }\n\n.la-eye-slash:before {\n  content: \"\\f070\"; }\n\n.la-facebook:before {\n  content: \"\\f09a\"; }\n\n.la-facebook-f:before {\n  content: \"\\f39e\"; }\n\n.la-facebook-messenger:before {\n  content: \"\\f39f\"; }\n\n.la-facebook-square:before {\n  content: \"\\f082\"; }\n\n.la-fan:before {\n  content: \"\\f863\"; }\n\n.la-fantasy-flight-games:before {\n  content: \"\\f6dc\"; }\n\n.la-fast-backward:before {\n  content: \"\\f049\"; }\n\n.la-fast-forward:before {\n  content: \"\\f050\"; }\n\n.la-fax:before {\n  content: \"\\f1ac\"; }\n\n.la-feather:before {\n  content: \"\\f52d\"; }\n\n.la-feather-alt:before {\n  content: \"\\f56b\"; }\n\n.la-fedex:before {\n  content: \"\\f797\"; }\n\n.la-fedora:before {\n  content: \"\\f798\"; }\n\n.la-female:before {\n  content: \"\\f182\"; }\n\n.la-fighter-jet:before {\n  content: \"\\f0fb\"; }\n\n.la-figma:before {\n  content: \"\\f799\"; }\n\n.la-file:before {\n  content: \"\\f15b\"; }\n\n.la-file-alt:before {\n  content: \"\\f15c\"; }\n\n.la-file-archive:before {\n  content: \"\\f1c6\"; }\n\n.la-file-audio:before {\n  content: \"\\f1c7\"; }\n\n.la-file-code:before {\n  content: \"\\f1c9\"; }\n\n.la-file-contract:before {\n  content: \"\\f56c\"; }\n\n.la-file-csv:before {\n  content: \"\\f6dd\"; }\n\n.la-file-download:before {\n  content: \"\\f56d\"; }\n\n.la-file-excel:before {\n  content: \"\\f1c3\"; }\n\n.la-file-export:before {\n  content: \"\\f56e\"; }\n\n.la-file-image:before {\n  content: \"\\f1c5\"; }\n\n.la-file-import:before {\n  content: \"\\f56f\"; }\n\n.la-file-invoice:before {\n  content: \"\\f570\"; }\n\n.la-file-invoice-dollar:before {\n  content: \"\\f571\"; }\n\n.la-file-medical:before {\n  content: \"\\f477\"; }\n\n.la-file-medical-alt:before {\n  content: \"\\f478\"; }\n\n.la-file-pdf:before {\n  content: \"\\f1c1\"; }\n\n.la-file-powerpoint:before {\n  content: \"\\f1c4\"; }\n\n.la-file-prescription:before {\n  content: \"\\f572\"; }\n\n.la-file-signature:before {\n  content: \"\\f573\"; }\n\n.la-file-upload:before {\n  content: \"\\f574\"; }\n\n.la-file-video:before {\n  content: \"\\f1c8\"; }\n\n.la-file-word:before {\n  content: \"\\f1c2\"; }\n\n.la-fill:before {\n  content: \"\\f575\"; }\n\n.la-fill-drip:before {\n  content: \"\\f576\"; }\n\n.la-film:before {\n  content: \"\\f008\"; }\n\n.la-filter:before {\n  content: \"\\f0b0\"; }\n\n.la-fingerprint:before {\n  content: \"\\f577\"; }\n\n.la-fire:before {\n  content: \"\\f06d\"; }\n\n.la-fire-alt:before {\n  content: \"\\f7e4\"; }\n\n.la-fire-extinguisher:before {\n  content: \"\\f134\"; }\n\n.la-firefox:before {\n  content: \"\\f269\"; }\n\n.la-first-aid:before {\n  content: \"\\f479\"; }\n\n.la-first-order:before {\n  content: \"\\f2b0\"; }\n\n.la-first-order-alt:before {\n  content: \"\\f50a\"; }\n\n.la-firstdraft:before {\n  content: \"\\f3a1\"; }\n\n.la-fish:before {\n  content: \"\\f578\"; }\n\n.la-fist-raised:before {\n  content: \"\\f6de\"; }\n\n.la-flag:before {\n  content: \"\\f024\"; }\n\n.la-flag-checkered:before {\n  content: \"\\f11e\"; }\n\n.la-flag-usa:before {\n  content: \"\\f74d\"; }\n\n.la-flask:before {\n  content: \"\\f0c3\"; }\n\n.la-flickr:before {\n  content: \"\\f16e\"; }\n\n.la-flipboard:before {\n  content: \"\\f44d\"; }\n\n.la-flushed:before {\n  content: \"\\f579\"; }\n\n.la-fly:before {\n  content: \"\\f417\"; }\n\n.la-folder:before {\n  content: \"\\f07b\"; }\n\n.la-folder-minus:before {\n  content: \"\\f65d\"; }\n\n.la-folder-open:before {\n  content: \"\\f07c\"; }\n\n.la-folder-plus:before {\n  content: \"\\f65e\"; }\n\n.la-font:before {\n  content: \"\\f031\"; }\n\n.la-font-awesome:before {\n  content: \"\\f2b4\"; }\n\n.la-font-awesome-alt:before {\n  content: \"\\f35c\"; }\n\n.la-font-awesome-flag:before {\n  content: \"\\f425\"; }\n\n.la-font-awesome-logo-full:before {\n  content: \"\\f4e6\"; }\n\n.la-fonticons:before {\n  content: \"\\f280\"; }\n\n.la-fonticons-fi:before {\n  content: \"\\f3a2\"; }\n\n.la-football-ball:before {\n  content: \"\\f44e\"; }\n\n.la-fort-awesome:before {\n  content: \"\\f286\"; }\n\n.la-fort-awesome-alt:before {\n  content: \"\\f3a3\"; }\n\n.la-forumbee:before {\n  content: \"\\f211\"; }\n\n.la-forward:before {\n  content: \"\\f04e\"; }\n\n.la-foursquare:before {\n  content: \"\\f180\"; }\n\n.la-free-code-camp:before {\n  content: \"\\f2c5\"; }\n\n.la-freebsd:before {\n  content: \"\\f3a4\"; }\n\n.la-frog:before {\n  content: \"\\f52e\"; }\n\n.la-frown:before {\n  content: \"\\f119\"; }\n\n.la-frown-open:before {\n  content: \"\\f57a\"; }\n\n.la-fulcrum:before {\n  content: \"\\f50b\"; }\n\n.la-funnel-dollar:before {\n  content: \"\\f662\"; }\n\n.la-futbol:before {\n  content: \"\\f1e3\"; }\n\n.la-galactic-republic:before {\n  content: \"\\f50c\"; }\n\n.la-galactic-senate:before {\n  content: \"\\f50d\"; }\n\n.la-gamepad:before {\n  content: \"\\f11b\"; }\n\n.la-gas-pump:before {\n  content: \"\\f52f\"; }\n\n.la-gavel:before {\n  content: \"\\f0e3\"; }\n\n.la-gem:before {\n  content: \"\\f3a5\"; }\n\n.la-genderless:before {\n  content: \"\\f22d\"; }\n\n.la-get-pocket:before {\n  content: \"\\f265\"; }\n\n.la-gg:before {\n  content: \"\\f260\"; }\n\n.la-gg-circle:before {\n  content: \"\\f261\"; }\n\n.la-ghost:before {\n  content: \"\\f6e2\"; }\n\n.la-gift:before {\n  content: \"\\f06b\"; }\n\n.la-gifts:before {\n  content: \"\\f79c\"; }\n\n.la-git:before {\n  content: \"\\f1d3\"; }\n\n.la-git-alt:before {\n  content: \"\\f841\"; }\n\n.la-git-square:before {\n  content: \"\\f1d2\"; }\n\n.la-github:before {\n  content: \"\\f09b\"; }\n\n.la-github-alt:before {\n  content: \"\\f113\"; }\n\n.la-github-square:before {\n  content: \"\\f092\"; }\n\n.la-gitkraken:before {\n  content: \"\\f3a6\"; }\n\n.la-gitlab:before {\n  content: \"\\f296\"; }\n\n.la-gitter:before {\n  content: \"\\f426\"; }\n\n.la-glass-cheers:before {\n  content: \"\\f79f\"; }\n\n.la-glass-martini:before {\n  content: \"\\f000\"; }\n\n.la-glass-martini-alt:before {\n  content: \"\\f57b\"; }\n\n.la-glass-whiskey:before {\n  content: \"\\f7a0\"; }\n\n.la-glasses:before {\n  content: \"\\f530\"; }\n\n.la-glide:before {\n  content: \"\\f2a5\"; }\n\n.la-glide-g:before {\n  content: \"\\f2a6\"; }\n\n.la-globe:before {\n  content: \"\\f0ac\"; }\n\n.la-globe-africa:before {\n  content: \"\\f57c\"; }\n\n.la-globe-americas:before {\n  content: \"\\f57d\"; }\n\n.la-globe-asia:before {\n  content: \"\\f57e\"; }\n\n.la-globe-europe:before {\n  content: \"\\f7a2\"; }\n\n.la-gofore:before {\n  content: \"\\f3a7\"; }\n\n.la-golf-ball:before {\n  content: \"\\f450\"; }\n\n.la-goodreads:before {\n  content: \"\\f3a8\"; }\n\n.la-goodreads-g:before {\n  content: \"\\f3a9\"; }\n\n.la-google:before {\n  content: \"\\f1a0\"; }\n\n.la-google-drive:before {\n  content: \"\\f3aa\"; }\n\n.la-google-play:before {\n  content: \"\\f3ab\"; }\n\n.la-google-plus:before {\n  content: \"\\f2b3\"; }\n\n.la-google-plus-g:before {\n  content: \"\\f0d5\"; }\n\n.la-google-plus-square:before {\n  content: \"\\f0d4\"; }\n\n.la-google-wallet:before {\n  content: \"\\f1ee\"; }\n\n.la-gopuram:before {\n  content: \"\\f664\"; }\n\n.la-graduation-cap:before {\n  content: \"\\f19d\"; }\n\n.la-gratipay:before {\n  content: \"\\f184\"; }\n\n.la-grav:before {\n  content: \"\\f2d6\"; }\n\n.la-greater-than:before {\n  content: \"\\f531\"; }\n\n.la-greater-than-equal:before {\n  content: \"\\f532\"; }\n\n.la-grimace:before {\n  content: \"\\f57f\"; }\n\n.la-grin:before {\n  content: \"\\f580\"; }\n\n.la-grin-alt:before {\n  content: \"\\f581\"; }\n\n.la-grin-beam:before {\n  content: \"\\f582\"; }\n\n.la-grin-beam-sweat:before {\n  content: \"\\f583\"; }\n\n.la-grin-hearts:before {\n  content: \"\\f584\"; }\n\n.la-grin-squint:before {\n  content: \"\\f585\"; }\n\n.la-grin-squint-tears:before {\n  content: \"\\f586\"; }\n\n.la-grin-stars:before {\n  content: \"\\f587\"; }\n\n.la-grin-tears:before {\n  content: \"\\f588\"; }\n\n.la-grin-tongue:before {\n  content: \"\\f589\"; }\n\n.la-grin-tongue-squint:before {\n  content: \"\\f58a\"; }\n\n.la-grin-tongue-wink:before {\n  content: \"\\f58b\"; }\n\n.la-grin-wink:before {\n  content: \"\\f58c\"; }\n\n.la-grip-horizontal:before {\n  content: \"\\f58d\"; }\n\n.la-grip-lines:before {\n  content: \"\\f7a4\"; }\n\n.la-grip-lines-vertical:before {\n  content: \"\\f7a5\"; }\n\n.la-grip-vertical:before {\n  content: \"\\f58e\"; }\n\n.la-gripfire:before {\n  content: \"\\f3ac\"; }\n\n.la-grunt:before {\n  content: \"\\f3ad\"; }\n\n.la-guitar:before {\n  content: \"\\f7a6\"; }\n\n.la-gulp:before {\n  content: \"\\f3ae\"; }\n\n.la-h-square:before {\n  content: \"\\f0fd\"; }\n\n.la-hacker-news:before {\n  content: \"\\f1d4\"; }\n\n.la-hacker-news-square:before {\n  content: \"\\f3af\"; }\n\n.la-hackerrank:before {\n  content: \"\\f5f7\"; }\n\n.la-hamburger:before {\n  content: \"\\f805\"; }\n\n.la-hammer:before {\n  content: \"\\f6e3\"; }\n\n.la-hamsa:before {\n  content: \"\\f665\"; }\n\n.la-hand-holding:before {\n  content: \"\\f4bd\"; }\n\n.la-hand-holding-heart:before {\n  content: \"\\f4be\"; }\n\n.la-hand-holding-usd:before {\n  content: \"\\f4c0\"; }\n\n.la-hand-lizard:before {\n  content: \"\\f258\"; }\n\n.la-hand-middle-finger:before {\n  content: \"\\f806\"; }\n\n.la-hand-paper:before {\n  content: \"\\f256\"; }\n\n.la-hand-peace:before {\n  content: \"\\f25b\"; }\n\n.la-hand-point-down:before {\n  content: \"\\f0a7\"; }\n\n.la-hand-point-left:before {\n  content: \"\\f0a5\"; }\n\n.la-hand-point-right:before {\n  content: \"\\f0a4\"; }\n\n.la-hand-point-up:before {\n  content: \"\\f0a6\"; }\n\n.la-hand-pointer:before {\n  content: \"\\f25a\"; }\n\n.la-hand-rock:before {\n  content: \"\\f255\"; }\n\n.la-hand-scissors:before {\n  content: \"\\f257\"; }\n\n.la-hand-spock:before {\n  content: \"\\f259\"; }\n\n.la-hands:before {\n  content: \"\\f4c2\"; }\n\n.la-hands-helping:before {\n  content: \"\\f4c4\"; }\n\n.la-handshake:before {\n  content: \"\\f2b5\"; }\n\n.la-hanukiah:before {\n  content: \"\\f6e6\"; }\n\n.la-hard-hat:before {\n  content: \"\\f807\"; }\n\n.la-hashtag:before {\n  content: \"\\f292\"; }\n\n.la-hat-cowboy:before {\n  content: \"\\f8c0\"; }\n\n.la-hat-cowboy-side:before {\n  content: \"\\f8c1\"; }\n\n.la-hat-wizard:before {\n  content: \"\\f6e8\"; }\n\n.la-haykal:before {\n  content: \"\\f666\"; }\n\n.la-hdd:before {\n  content: \"\\f0a0\"; }\n\n.la-heading:before {\n  content: \"\\f1dc\"; }\n\n.la-headphones:before {\n  content: \"\\f025\"; }\n\n.la-headphones-alt:before {\n  content: \"\\f58f\"; }\n\n.la-headset:before {\n  content: \"\\f590\"; }\n\n.la-heart:before {\n  content: \"\\f004\"; }\n\n.la-heart-broken:before {\n  content: \"\\f7a9\"; }\n\n.la-heartbeat:before {\n  content: \"\\f21e\"; }\n\n.la-helicopter:before {\n  content: \"\\f533\"; }\n\n.la-highlighter:before {\n  content: \"\\f591\"; }\n\n.la-hiking:before {\n  content: \"\\f6ec\"; }\n\n.la-hippo:before {\n  content: \"\\f6ed\"; }\n\n.la-hips:before {\n  content: \"\\f452\"; }\n\n.la-hire-a-helper:before {\n  content: \"\\f3b0\"; }\n\n.la-history:before {\n  content: \"\\f1da\"; }\n\n.la-hockey-puck:before {\n  content: \"\\f453\"; }\n\n.la-holly-berry:before {\n  content: \"\\f7aa\"; }\n\n.la-home:before {\n  content: \"\\f015\"; }\n\n.la-hooli:before {\n  content: \"\\f427\"; }\n\n.la-hornbill:before {\n  content: \"\\f592\"; }\n\n.la-horse:before {\n  content: \"\\f6f0\"; }\n\n.la-horse-head:before {\n  content: \"\\f7ab\"; }\n\n.la-hospital:before {\n  content: \"\\f0f8\"; }\n\n.la-hospital-alt:before {\n  content: \"\\f47d\"; }\n\n.la-hospital-symbol:before {\n  content: \"\\f47e\"; }\n\n.la-hot-tub:before {\n  content: \"\\f593\"; }\n\n.la-hotdog:before {\n  content: \"\\f80f\"; }\n\n.la-hotel:before {\n  content: \"\\f594\"; }\n\n.la-hotjar:before {\n  content: \"\\f3b1\"; }\n\n.la-hourglass:before {\n  content: \"\\f254\"; }\n\n.la-hourglass-end:before {\n  content: \"\\f253\"; }\n\n.la-hourglass-half:before {\n  content: \"\\f252\"; }\n\n.la-hourglass-start:before {\n  content: \"\\f251\"; }\n\n.la-house-damage:before {\n  content: \"\\f6f1\"; }\n\n.la-houzz:before {\n  content: \"\\f27c\"; }\n\n.la-hryvnia:before {\n  content: \"\\f6f2\"; }\n\n.la-html5:before {\n  content: \"\\f13b\"; }\n\n.la-hubspot:before {\n  content: \"\\f3b2\"; }\n\n.la-i-cursor:before {\n  content: \"\\f246\"; }\n\n.la-ice-cream:before {\n  content: \"\\f810\"; }\n\n.la-icicles:before {\n  content: \"\\f7ad\"; }\n\n.la-icons:before {\n  content: \"\\f86d\"; }\n\n.la-id-badge:before {\n  content: \"\\f2c1\"; }\n\n.la-id-card:before {\n  content: \"\\f2c2\"; }\n\n.la-id-card-alt:before {\n  content: \"\\f47f\"; }\n\n.la-igloo:before {\n  content: \"\\f7ae\"; }\n\n.la-image:before {\n  content: \"\\f03e\"; }\n\n.la-images:before {\n  content: \"\\f302\"; }\n\n.la-imdb:before {\n  content: \"\\f2d8\"; }\n\n.la-inbox:before {\n  content: \"\\f01c\"; }\n\n.la-indent:before {\n  content: \"\\f03c\"; }\n\n.la-industry:before {\n  content: \"\\f275\"; }\n\n.la-infinity:before {\n  content: \"\\f534\"; }\n\n.la-info:before {\n  content: \"\\f129\"; }\n\n.la-info-circle:before {\n  content: \"\\f05a\"; }\n\n.la-instagram:before {\n  content: \"\\f16d\"; }\n\n.la-intercom:before {\n  content: \"\\f7af\"; }\n\n.la-internet-explorer:before {\n  content: \"\\f26b\"; }\n\n.la-invision:before {\n  content: \"\\f7b0\"; }\n\n.la-ioxhost:before {\n  content: \"\\f208\"; }\n\n.la-italic:before {\n  content: \"\\f033\"; }\n\n.la-itch-io:before {\n  content: \"\\f83a\"; }\n\n.la-itunes:before {\n  content: \"\\f3b4\"; }\n\n.la-itunes-note:before {\n  content: \"\\f3b5\"; }\n\n.la-java:before {\n  content: \"\\f4e4\"; }\n\n.la-jedi:before {\n  content: \"\\f669\"; }\n\n.la-jedi-order:before {\n  content: \"\\f50e\"; }\n\n.la-jenkins:before {\n  content: \"\\f3b6\"; }\n\n.la-jira:before {\n  content: \"\\f7b1\"; }\n\n.la-joget:before {\n  content: \"\\f3b7\"; }\n\n.la-joint:before {\n  content: \"\\f595\"; }\n\n.la-joomla:before {\n  content: \"\\f1aa\"; }\n\n.la-journal-whills:before {\n  content: \"\\f66a\"; }\n\n.la-js:before {\n  content: \"\\f3b8\"; }\n\n.la-js-square:before {\n  content: \"\\f3b9\"; }\n\n.la-jsfiddle:before {\n  content: \"\\f1cc\"; }\n\n.la-kaaba:before {\n  content: \"\\f66b\"; }\n\n.la-kaggle:before {\n  content: \"\\f5fa\"; }\n\n.la-key:before {\n  content: \"\\f084\"; }\n\n.la-keybase:before {\n  content: \"\\f4f5\"; }\n\n.la-keyboard:before {\n  content: \"\\f11c\"; }\n\n.la-keycdn:before {\n  content: \"\\f3ba\"; }\n\n.la-khanda:before {\n  content: \"\\f66d\"; }\n\n.la-kickstarter:before {\n  content: \"\\f3bb\"; }\n\n.la-kickstarter-k:before {\n  content: \"\\f3bc\"; }\n\n.la-kiss:before {\n  content: \"\\f596\"; }\n\n.la-kiss-beam:before {\n  content: \"\\f597\"; }\n\n.la-kiss-wink-heart:before {\n  content: \"\\f598\"; }\n\n.la-kiwi-bird:before {\n  content: \"\\f535\"; }\n\n.la-korvue:before {\n  content: \"\\f42f\"; }\n\n.la-landmark:before {\n  content: \"\\f66f\"; }\n\n.la-language:before {\n  content: \"\\f1ab\"; }\n\n.la-laptop:before {\n  content: \"\\f109\"; }\n\n.la-laptop-code:before {\n  content: \"\\f5fc\"; }\n\n.la-laptop-medical:before {\n  content: \"\\f812\"; }\n\n.la-laravel:before {\n  content: \"\\f3bd\"; }\n\n.la-lastfm:before {\n  content: \"\\f202\"; }\n\n.la-lastfm-square:before {\n  content: \"\\f203\"; }\n\n.la-laugh:before {\n  content: \"\\f599\"; }\n\n.la-laugh-beam:before {\n  content: \"\\f59a\"; }\n\n.la-laugh-squint:before {\n  content: \"\\f59b\"; }\n\n.la-laugh-wink:before {\n  content: \"\\f59c\"; }\n\n.la-layer-group:before {\n  content: \"\\f5fd\"; }\n\n.la-leaf:before {\n  content: \"\\f06c\"; }\n\n.la-leanpub:before {\n  content: \"\\f212\"; }\n\n.la-lemon:before {\n  content: \"\\f094\"; }\n\n.la-less:before {\n  content: \"\\f41d\"; }\n\n.la-less-than:before {\n  content: \"\\f536\"; }\n\n.la-less-than-equal:before {\n  content: \"\\f537\"; }\n\n.la-level-down-alt:before {\n  content: \"\\f3be\"; }\n\n.la-level-up-alt:before {\n  content: \"\\f3bf\"; }\n\n.la-life-ring:before {\n  content: \"\\f1cd\"; }\n\n.la-lightbulb:before {\n  content: \"\\f0eb\"; }\n\n.la-line:before {\n  content: \"\\f3c0\"; }\n\n.la-link:before {\n  content: \"\\f0c1\"; }\n\n.la-linkedin:before {\n  content: \"\\f08c\"; }\n\n.la-linkedin-in:before {\n  content: \"\\f0e1\"; }\n\n.la-linode:before {\n  content: \"\\f2b8\"; }\n\n.la-linux:before {\n  content: \"\\f17c\"; }\n\n.la-lira-sign:before {\n  content: \"\\f195\"; }\n\n.la-list:before {\n  content: \"\\f03a\"; }\n\n.la-list-alt:before {\n  content: \"\\f022\"; }\n\n.la-list-ol:before {\n  content: \"\\f0cb\"; }\n\n.la-list-ul:before {\n  content: \"\\f0ca\"; }\n\n.la-location-arrow:before {\n  content: \"\\f124\"; }\n\n.la-lock:before {\n  content: \"\\f023\"; }\n\n.la-lock-open:before {\n  content: \"\\f3c1\"; }\n\n.la-long-arrow-alt-down:before {\n  content: \"\\f309\"; }\n\n.la-long-arrow-alt-left:before {\n  content: \"\\f30a\"; }\n\n.la-long-arrow-alt-right:before {\n  content: \"\\f30b\"; }\n\n.la-long-arrow-alt-up:before {\n  content: \"\\f30c\"; }\n\n.la-low-vision:before {\n  content: \"\\f2a8\"; }\n\n.la-luggage-cart:before {\n  content: \"\\f59d\"; }\n\n.la-lyft:before {\n  content: \"\\f3c3\"; }\n\n.la-magento:before {\n  content: \"\\f3c4\"; }\n\n.la-magic:before {\n  content: \"\\f0d0\"; }\n\n.la-magnet:before {\n  content: \"\\f076\"; }\n\n.la-mail-bulk:before {\n  content: \"\\f674\"; }\n\n.la-mailchimp:before {\n  content: \"\\f59e\"; }\n\n.la-male:before {\n  content: \"\\f183\"; }\n\n.la-mandalorian:before {\n  content: \"\\f50f\"; }\n\n.la-map:before {\n  content: \"\\f279\"; }\n\n.la-map-marked:before {\n  content: \"\\f59f\"; }\n\n.la-map-marked-alt:before {\n  content: \"\\f5a0\"; }\n\n.la-map-marker:before {\n  content: \"\\f041\"; }\n\n.la-map-marker-alt:before {\n  content: \"\\f3c5\"; }\n\n.la-map-pin:before {\n  content: \"\\f276\"; }\n\n.la-map-signs:before {\n  content: \"\\f277\"; }\n\n.la-markdown:before {\n  content: \"\\f60f\"; }\n\n.la-marker:before {\n  content: \"\\f5a1\"; }\n\n.la-mars:before {\n  content: \"\\f222\"; }\n\n.la-mars-double:before {\n  content: \"\\f227\"; }\n\n.la-mars-stroke:before {\n  content: \"\\f229\"; }\n\n.la-mars-stroke-h:before {\n  content: \"\\f22b\"; }\n\n.la-mars-stroke-v:before {\n  content: \"\\f22a\"; }\n\n.la-mask:before {\n  content: \"\\f6fa\"; }\n\n.la-mastodon:before {\n  content: \"\\f4f6\"; }\n\n.la-maxcdn:before {\n  content: \"\\f136\"; }\n\n.la-mdb:before {\n  content: \"\\f8ca\"; }\n\n.la-medal:before {\n  content: \"\\f5a2\"; }\n\n.la-medapps:before {\n  content: \"\\f3c6\"; }\n\n.la-medium:before {\n  content: \"\\f23a\"; }\n\n.la-medium-m:before {\n  content: \"\\f3c7\"; }\n\n.la-medkit:before {\n  content: \"\\f0fa\"; }\n\n.la-medrt:before {\n  content: \"\\f3c8\"; }\n\n.la-meetup:before {\n  content: \"\\f2e0\"; }\n\n.la-megaport:before {\n  content: \"\\f5a3\"; }\n\n.la-meh:before {\n  content: \"\\f11a\"; }\n\n.la-meh-blank:before {\n  content: \"\\f5a4\"; }\n\n.la-meh-rolling-eyes:before {\n  content: \"\\f5a5\"; }\n\n.la-memory:before {\n  content: \"\\f538\"; }\n\n.la-mendeley:before {\n  content: \"\\f7b3\"; }\n\n.la-menorah:before {\n  content: \"\\f676\"; }\n\n.la-mercury:before {\n  content: \"\\f223\"; }\n\n.la-meteor:before {\n  content: \"\\f753\"; }\n\n.la-microchip:before {\n  content: \"\\f2db\"; }\n\n.la-microphone:before {\n  content: \"\\f130\"; }\n\n.la-microphone-alt:before {\n  content: \"\\f3c9\"; }\n\n.la-microphone-alt-slash:before {\n  content: \"\\f539\"; }\n\n.la-microphone-slash:before {\n  content: \"\\f131\"; }\n\n.la-microscope:before {\n  content: \"\\f610\"; }\n\n.la-microsoft:before {\n  content: \"\\f3ca\"; }\n\n.la-minus:before {\n  content: \"\\f068\"; }\n\n.la-minus-circle:before {\n  content: \"\\f056\"; }\n\n.la-minus-square:before {\n  content: \"\\f146\"; }\n\n.la-mitten:before {\n  content: \"\\f7b5\"; }\n\n.la-mix:before {\n  content: \"\\f3cb\"; }\n\n.la-mixcloud:before {\n  content: \"\\f289\"; }\n\n.la-mizuni:before {\n  content: \"\\f3cc\"; }\n\n.la-mobile:before {\n  content: \"\\f10b\"; }\n\n.la-mobile-alt:before {\n  content: \"\\f3cd\"; }\n\n.la-modx:before {\n  content: \"\\f285\"; }\n\n.la-monero:before {\n  content: \"\\f3d0\"; }\n\n.la-money-bill:before {\n  content: \"\\f0d6\"; }\n\n.la-money-bill-alt:before {\n  content: \"\\f3d1\"; }\n\n.la-money-bill-wave:before {\n  content: \"\\f53a\"; }\n\n.la-money-bill-wave-alt:before {\n  content: \"\\f53b\"; }\n\n.la-money-check:before {\n  content: \"\\f53c\"; }\n\n.la-money-check-alt:before {\n  content: \"\\f53d\"; }\n\n.la-monument:before {\n  content: \"\\f5a6\"; }\n\n.la-moon:before {\n  content: \"\\f186\"; }\n\n.la-mortar-pestle:before {\n  content: \"\\f5a7\"; }\n\n.la-mosque:before {\n  content: \"\\f678\"; }\n\n.la-motorcycle:before {\n  content: \"\\f21c\"; }\n\n.la-mountain:before {\n  content: \"\\f6fc\"; }\n\n.la-mouse:before {\n  content: \"\\f8cc\"; }\n\n.la-mouse-pointer:before {\n  content: \"\\f245\"; }\n\n.la-mug-hot:before {\n  content: \"\\f7b6\"; }\n\n.la-music:before {\n  content: \"\\f001\"; }\n\n.la-napster:before {\n  content: \"\\f3d2\"; }\n\n.la-neos:before {\n  content: \"\\f612\"; }\n\n.la-network-wired:before {\n  content: \"\\f6ff\"; }\n\n.la-neuter:before {\n  content: \"\\f22c\"; }\n\n.la-newspaper:before {\n  content: \"\\f1ea\"; }\n\n.la-nimblr:before {\n  content: \"\\f5a8\"; }\n\n.la-node:before {\n  content: \"\\f419\"; }\n\n.la-node-js:before {\n  content: \"\\f3d3\"; }\n\n.la-not-equal:before {\n  content: \"\\f53e\"; }\n\n.la-notes-medical:before {\n  content: \"\\f481\"; }\n\n.la-npm:before {\n  content: \"\\f3d4\"; }\n\n.la-ns8:before {\n  content: \"\\f3d5\"; }\n\n.la-nutritionix:before {\n  content: \"\\f3d6\"; }\n\n.la-object-group:before {\n  content: \"\\f247\"; }\n\n.la-object-ungroup:before {\n  content: \"\\f248\"; }\n\n.la-odnoklassniki:before {\n  content: \"\\f263\"; }\n\n.la-odnoklassniki-square:before {\n  content: \"\\f264\"; }\n\n.la-oil-can:before {\n  content: \"\\f613\"; }\n\n.la-old-republic:before {\n  content: \"\\f510\"; }\n\n.la-om:before {\n  content: \"\\f679\"; }\n\n.la-opencart:before {\n  content: \"\\f23d\"; }\n\n.la-openid:before {\n  content: \"\\f19b\"; }\n\n.la-opera:before {\n  content: \"\\f26a\"; }\n\n.la-optin-monster:before {\n  content: \"\\f23c\"; }\n\n.la-orcid:before {\n  content: \"\\f8d2\"; }\n\n.la-osi:before {\n  content: \"\\f41a\"; }\n\n.la-otter:before {\n  content: \"\\f700\"; }\n\n.la-outdent:before {\n  content: \"\\f03b\"; }\n\n.la-page4:before {\n  content: \"\\f3d7\"; }\n\n.la-pagelines:before {\n  content: \"\\f18c\"; }\n\n.la-pager:before {\n  content: \"\\f815\"; }\n\n.la-paint-brush:before {\n  content: \"\\f1fc\"; }\n\n.la-paint-roller:before {\n  content: \"\\f5aa\"; }\n\n.la-palette:before {\n  content: \"\\f53f\"; }\n\n.la-palfed:before {\n  content: \"\\f3d8\"; }\n\n.la-pallet:before {\n  content: \"\\f482\"; }\n\n.la-paper-plane:before {\n  content: \"\\f1d8\"; }\n\n.la-paperclip:before {\n  content: \"\\f0c6\"; }\n\n.la-parachute-box:before {\n  content: \"\\f4cd\"; }\n\n.la-paragraph:before {\n  content: \"\\f1dd\"; }\n\n.la-parking:before {\n  content: \"\\f540\"; }\n\n.la-passport:before {\n  content: \"\\f5ab\"; }\n\n.la-pastafarianism:before {\n  content: \"\\f67b\"; }\n\n.la-paste:before {\n  content: \"\\f0ea\"; }\n\n.la-patreon:before {\n  content: \"\\f3d9\"; }\n\n.la-pause:before {\n  content: \"\\f04c\"; }\n\n.la-pause-circle:before {\n  content: \"\\f28b\"; }\n\n.la-paw:before {\n  content: \"\\f1b0\"; }\n\n.la-paypal:before {\n  content: \"\\f1ed\"; }\n\n.la-peace:before {\n  content: \"\\f67c\"; }\n\n.la-pen:before {\n  content: \"\\f304\"; }\n\n.la-pen-alt:before {\n  content: \"\\f305\"; }\n\n.la-pen-fancy:before {\n  content: \"\\f5ac\"; }\n\n.la-pen-nib:before {\n  content: \"\\f5ad\"; }\n\n.la-pen-square:before {\n  content: \"\\f14b\"; }\n\n.la-pencil-alt:before {\n  content: \"\\f303\"; }\n\n.la-pencil-ruler:before {\n  content: \"\\f5ae\"; }\n\n.la-penny-arcade:before {\n  content: \"\\f704\"; }\n\n.la-people-carry:before {\n  content: \"\\f4ce\"; }\n\n.la-pepper-hot:before {\n  content: \"\\f816\"; }\n\n.la-percent:before {\n  content: \"\\f295\"; }\n\n.la-percentage:before {\n  content: \"\\f541\"; }\n\n.la-periscope:before {\n  content: \"\\f3da\"; }\n\n.la-person-booth:before {\n  content: \"\\f756\"; }\n\n.la-phabricator:before {\n  content: \"\\f3db\"; }\n\n.la-phoenix-framework:before {\n  content: \"\\f3dc\"; }\n\n.la-phoenix-squadron:before {\n  content: \"\\f511\"; }\n\n.la-phone:before {\n  content: \"\\f095\"; }\n\n.la-phone-alt:before {\n  content: \"\\f879\"; }\n\n.la-phone-slash:before {\n  content: \"\\f3dd\"; }\n\n.la-phone-square:before {\n  content: \"\\f098\"; }\n\n.la-phone-square-alt:before {\n  content: \"\\f87b\"; }\n\n.la-phone-volume:before {\n  content: \"\\f2a0\"; }\n\n.la-photo-video:before {\n  content: \"\\f87c\"; }\n\n.la-php:before {\n  content: \"\\f457\"; }\n\n.la-pied-piper:before {\n  content: \"\\f2ae\"; }\n\n.la-pied-piper-alt:before {\n  content: \"\\f1a8\"; }\n\n.la-pied-piper-hat:before {\n  content: \"\\f4e5\"; }\n\n.la-pied-piper-pp:before {\n  content: \"\\f1a7\"; }\n\n.la-piggy-bank:before {\n  content: \"\\f4d3\"; }\n\n.la-pills:before {\n  content: \"\\f484\"; }\n\n.la-pinterest:before {\n  content: \"\\f0d2\"; }\n\n.la-pinterest-p:before {\n  content: \"\\f231\"; }\n\n.la-pinterest-square:before {\n  content: \"\\f0d3\"; }\n\n.la-pizza-slice:before {\n  content: \"\\f818\"; }\n\n.la-place-of-worship:before {\n  content: \"\\f67f\"; }\n\n.la-plane:before {\n  content: \"\\f072\"; }\n\n.la-plane-arrival:before {\n  content: \"\\f5af\"; }\n\n.la-plane-departure:before {\n  content: \"\\f5b0\"; }\n\n.la-play:before {\n  content: \"\\f04b\"; }\n\n.la-play-circle:before {\n  content: \"\\f144\"; }\n\n.la-playstation:before {\n  content: \"\\f3df\"; }\n\n.la-plug:before {\n  content: \"\\f1e6\"; }\n\n.la-plus:before {\n  content: \"\\f067\"; }\n\n.la-plus-circle:before {\n  content: \"\\f055\"; }\n\n.la-plus-square:before {\n  content: \"\\f0fe\"; }\n\n.la-podcast:before {\n  content: \"\\f2ce\"; }\n\n.la-poll:before {\n  content: \"\\f681\"; }\n\n.la-poll-h:before {\n  content: \"\\f682\"; }\n\n.la-poo:before {\n  content: \"\\f2fe\"; }\n\n.la-poo-storm:before {\n  content: \"\\f75a\"; }\n\n.la-poop:before {\n  content: \"\\f619\"; }\n\n.la-portrait:before {\n  content: \"\\f3e0\"; }\n\n.la-pound-sign:before {\n  content: \"\\f154\"; }\n\n.la-power-off:before {\n  content: \"\\f011\"; }\n\n.la-pray:before {\n  content: \"\\f683\"; }\n\n.la-praying-hands:before {\n  content: \"\\f684\"; }\n\n.la-prescription:before {\n  content: \"\\f5b1\"; }\n\n.la-prescription-bottle:before {\n  content: \"\\f485\"; }\n\n.la-prescription-bottle-alt:before {\n  content: \"\\f486\"; }\n\n.la-print:before {\n  content: \"\\f02f\"; }\n\n.la-procedures:before {\n  content: \"\\f487\"; }\n\n.la-product-hunt:before {\n  content: \"\\f288\"; }\n\n.la-project-diagram:before {\n  content: \"\\f542\"; }\n\n.la-pushed:before {\n  content: \"\\f3e1\"; }\n\n.la-puzzle-piece:before {\n  content: \"\\f12e\"; }\n\n.la-python:before {\n  content: \"\\f3e2\"; }\n\n.la-qq:before {\n  content: \"\\f1d6\"; }\n\n.la-qrcode:before {\n  content: \"\\f029\"; }\n\n.la-question:before {\n  content: \"\\f128\"; }\n\n.la-question-circle:before {\n  content: \"\\f059\"; }\n\n.la-quidditch:before {\n  content: \"\\f458\"; }\n\n.la-quinscape:before {\n  content: \"\\f459\"; }\n\n.la-quora:before {\n  content: \"\\f2c4\"; }\n\n.la-quote-left:before {\n  content: \"\\f10d\"; }\n\n.la-quote-right:before {\n  content: \"\\f10e\"; }\n\n.la-quran:before {\n  content: \"\\f687\"; }\n\n.la-r-project:before {\n  content: \"\\f4f7\"; }\n\n.la-radiation:before {\n  content: \"\\f7b9\"; }\n\n.la-radiation-alt:before {\n  content: \"\\f7ba\"; }\n\n.la-rainbow:before {\n  content: \"\\f75b\"; }\n\n.la-random:before {\n  content: \"\\f074\"; }\n\n.la-raspberry-pi:before {\n  content: \"\\f7bb\"; }\n\n.la-ravelry:before {\n  content: \"\\f2d9\"; }\n\n.la-react:before {\n  content: \"\\f41b\"; }\n\n.la-reacteurope:before {\n  content: \"\\f75d\"; }\n\n.la-readme:before {\n  content: \"\\f4d5\"; }\n\n.la-rebel:before {\n  content: \"\\f1d0\"; }\n\n.la-receipt:before {\n  content: \"\\f543\"; }\n\n.la-record-vinyl:before {\n  content: \"\\f8d9\"; }\n\n.la-recycle:before {\n  content: \"\\f1b8\"; }\n\n.la-red-river:before {\n  content: \"\\f3e3\"; }\n\n.la-reddit:before {\n  content: \"\\f1a1\"; }\n\n.la-reddit-alien:before {\n  content: \"\\f281\"; }\n\n.la-reddit-square:before {\n  content: \"\\f1a2\"; }\n\n.la-redhat:before {\n  content: \"\\f7bc\"; }\n\n.la-redo:before {\n  content: \"\\f01e\"; }\n\n.la-redo-alt:before {\n  content: \"\\f2f9\"; }\n\n.la-registered:before {\n  content: \"\\f25d\"; }\n\n.la-remove-format:before {\n  content: \"\\f87d\"; }\n\n.la-renren:before {\n  content: \"\\f18b\"; }\n\n.la-reply:before {\n  content: \"\\f3e5\"; }\n\n.la-reply-all:before {\n  content: \"\\f122\"; }\n\n.la-replyd:before {\n  content: \"\\f3e6\"; }\n\n.la-republican:before {\n  content: \"\\f75e\"; }\n\n.la-researchgate:before {\n  content: \"\\f4f8\"; }\n\n.la-resolving:before {\n  content: \"\\f3e7\"; }\n\n.la-restroom:before {\n  content: \"\\f7bd\"; }\n\n.la-retweet:before {\n  content: \"\\f079\"; }\n\n.la-rev:before {\n  content: \"\\f5b2\"; }\n\n.la-ribbon:before {\n  content: \"\\f4d6\"; }\n\n.la-ring:before {\n  content: \"\\f70b\"; }\n\n.la-road:before {\n  content: \"\\f018\"; }\n\n.la-robot:before {\n  content: \"\\f544\"; }\n\n.la-rocket:before {\n  content: \"\\f135\"; }\n\n.la-rocketchat:before {\n  content: \"\\f3e8\"; }\n\n.la-rockrms:before {\n  content: \"\\f3e9\"; }\n\n.la-route:before {\n  content: \"\\f4d7\"; }\n\n.la-rss:before {\n  content: \"\\f09e\"; }\n\n.la-rss-square:before {\n  content: \"\\f143\"; }\n\n.la-ruble-sign:before {\n  content: \"\\f158\"; }\n\n.la-ruler:before {\n  content: \"\\f545\"; }\n\n.la-ruler-combined:before {\n  content: \"\\f546\"; }\n\n.la-ruler-horizontal:before {\n  content: \"\\f547\"; }\n\n.la-ruler-vertical:before {\n  content: \"\\f548\"; }\n\n.la-running:before {\n  content: \"\\f70c\"; }\n\n.la-rupee-sign:before {\n  content: \"\\f156\"; }\n\n.la-sad-cry:before {\n  content: \"\\f5b3\"; }\n\n.la-sad-tear:before {\n  content: \"\\f5b4\"; }\n\n.la-safari:before {\n  content: \"\\f267\"; }\n\n.la-salesforce:before {\n  content: \"\\f83b\"; }\n\n.la-sass:before {\n  content: \"\\f41e\"; }\n\n.la-satellite:before {\n  content: \"\\f7bf\"; }\n\n.la-satellite-dish:before {\n  content: \"\\f7c0\"; }\n\n.la-save:before {\n  content: \"\\f0c7\"; }\n\n.la-schlix:before {\n  content: \"\\f3ea\"; }\n\n.la-school:before {\n  content: \"\\f549\"; }\n\n.la-screwdriver:before {\n  content: \"\\f54a\"; }\n\n.la-scribd:before {\n  content: \"\\f28a\"; }\n\n.la-scroll:before {\n  content: \"\\f70e\"; }\n\n.la-sd-card:before {\n  content: \"\\f7c2\"; }\n\n.la-search:before {\n  content: \"\\f002\"; }\n\n.la-search-dollar:before {\n  content: \"\\f688\"; }\n\n.la-search-location:before {\n  content: \"\\f689\"; }\n\n.la-search-minus:before {\n  content: \"\\f010\"; }\n\n.la-search-plus:before {\n  content: \"\\f00e\"; }\n\n.la-searchengin:before {\n  content: \"\\f3eb\"; }\n\n.la-seedling:before {\n  content: \"\\f4d8\"; }\n\n.la-sellcast:before {\n  content: \"\\f2da\"; }\n\n.la-sellsy:before {\n  content: \"\\f213\"; }\n\n.la-server:before {\n  content: \"\\f233\"; }\n\n.la-servicestack:before {\n  content: \"\\f3ec\"; }\n\n.la-shapes:before {\n  content: \"\\f61f\"; }\n\n.la-share:before {\n  content: \"\\f064\"; }\n\n.la-share-alt:before {\n  content: \"\\f1e0\"; }\n\n.la-share-alt-square:before {\n  content: \"\\f1e1\"; }\n\n.la-share-square:before {\n  content: \"\\f14d\"; }\n\n.la-shekel-sign:before {\n  content: \"\\f20b\"; }\n\n.la-shield-alt:before {\n  content: \"\\f3ed\"; }\n\n.la-ship:before {\n  content: \"\\f21a\"; }\n\n.la-shipping-fast:before {\n  content: \"\\f48b\"; }\n\n.la-shirtsinbulk:before {\n  content: \"\\f214\"; }\n\n.la-shoe-prints:before {\n  content: \"\\f54b\"; }\n\n.la-shopping-bag:before {\n  content: \"\\f290\"; }\n\n.la-shopping-basket:before {\n  content: \"\\f291\"; }\n\n.la-shopping-cart:before {\n  content: \"\\f07a\"; }\n\n.la-shopware:before {\n  content: \"\\f5b5\"; }\n\n.la-shower:before {\n  content: \"\\f2cc\"; }\n\n.la-shuttle-van:before {\n  content: \"\\f5b6\"; }\n\n.la-sign:before {\n  content: \"\\f4d9\"; }\n\n.la-sign-in-alt:before {\n  content: \"\\f2f6\"; }\n\n.la-sign-language:before {\n  content: \"\\f2a7\"; }\n\n.la-sign-out-alt:before {\n  content: \"\\f2f5\"; }\n\n.la-signal:before {\n  content: \"\\f012\"; }\n\n.la-signature:before {\n  content: \"\\f5b7\"; }\n\n.la-sim-card:before {\n  content: \"\\f7c4\"; }\n\n.la-simplybuilt:before {\n  content: \"\\f215\"; }\n\n.la-sistrix:before {\n  content: \"\\f3ee\"; }\n\n.la-sitemap:before {\n  content: \"\\f0e8\"; }\n\n.la-sith:before {\n  content: \"\\f512\"; }\n\n.la-skating:before {\n  content: \"\\f7c5\"; }\n\n.la-sketch:before {\n  content: \"\\f7c6\"; }\n\n.la-skiing:before {\n  content: \"\\f7c9\"; }\n\n.la-skiing-nordic:before {\n  content: \"\\f7ca\"; }\n\n.la-skull:before {\n  content: \"\\f54c\"; }\n\n.la-skull-crossbones:before {\n  content: \"\\f714\"; }\n\n.la-skyatlas:before {\n  content: \"\\f216\"; }\n\n.la-skype:before {\n  content: \"\\f17e\"; }\n\n.la-slack:before {\n  content: \"\\f198\"; }\n\n.la-slack-hash:before {\n  content: \"\\f3ef\"; }\n\n.la-slash:before {\n  content: \"\\f715\"; }\n\n.la-sleigh:before {\n  content: \"\\f7cc\"; }\n\n.la-sliders-h:before {\n  content: \"\\f1de\"; }\n\n.la-slideshare:before {\n  content: \"\\f1e7\"; }\n\n.la-smile:before {\n  content: \"\\f118\"; }\n\n.la-smile-beam:before {\n  content: \"\\f5b8\"; }\n\n.la-smile-wink:before {\n  content: \"\\f4da\"; }\n\n.la-smog:before {\n  content: \"\\f75f\"; }\n\n.la-smoking:before {\n  content: \"\\f48d\"; }\n\n.la-smoking-ban:before {\n  content: \"\\f54d\"; }\n\n.la-sms:before {\n  content: \"\\f7cd\"; }\n\n.la-snapchat:before {\n  content: \"\\f2ab\"; }\n\n.la-snapchat-ghost:before {\n  content: \"\\f2ac\"; }\n\n.la-snapchat-square:before {\n  content: \"\\f2ad\"; }\n\n.la-snowboarding:before {\n  content: \"\\f7ce\"; }\n\n.la-snowflake:before {\n  content: \"\\f2dc\"; }\n\n.la-snowman:before {\n  content: \"\\f7d0\"; }\n\n.la-snowplow:before {\n  content: \"\\f7d2\"; }\n\n.la-socks:before {\n  content: \"\\f696\"; }\n\n.la-solar-panel:before {\n  content: \"\\f5ba\"; }\n\n.la-sort:before {\n  content: \"\\f0dc\"; }\n\n.la-sort-alpha-down:before {\n  content: \"\\f15d\"; }\n\n.la-sort-alpha-down-alt:before {\n  content: \"\\f881\"; }\n\n.la-sort-alpha-up:before {\n  content: \"\\f15e\"; }\n\n.la-sort-alpha-up-alt:before {\n  content: \"\\f882\"; }\n\n.la-sort-amount-down:before {\n  content: \"\\f160\"; }\n\n.la-sort-amount-down-alt:before {\n  content: \"\\f884\"; }\n\n.la-sort-amount-up:before {\n  content: \"\\f161\"; }\n\n.la-sort-amount-up-alt:before {\n  content: \"\\f885\"; }\n\n.la-sort-down:before {\n  content: \"\\f0dd\"; }\n\n.la-sort-numeric-down:before {\n  content: \"\\f162\"; }\n\n.la-sort-numeric-down-alt:before {\n  content: \"\\f886\"; }\n\n.la-sort-numeric-up:before {\n  content: \"\\f163\"; }\n\n.la-sort-numeric-up-alt:before {\n  content: \"\\f887\"; }\n\n.la-sort-up:before {\n  content: \"\\f0de\"; }\n\n.la-soundcloud:before {\n  content: \"\\f1be\"; }\n\n.la-sourcetree:before {\n  content: \"\\f7d3\"; }\n\n.la-spa:before {\n  content: \"\\f5bb\"; }\n\n.la-space-shuttle:before {\n  content: \"\\f197\"; }\n\n.la-speakap:before {\n  content: \"\\f3f3\"; }\n\n.la-speaker-deck:before {\n  content: \"\\f83c\"; }\n\n.la-spell-check:before {\n  content: \"\\f891\"; }\n\n.la-spider:before {\n  content: \"\\f717\"; }\n\n.la-spinner:before {\n  content: \"\\f110\"; }\n\n.la-splotch:before {\n  content: \"\\f5bc\"; }\n\n.la-spotify:before {\n  content: \"\\f1bc\"; }\n\n.la-spray-can:before {\n  content: \"\\f5bd\"; }\n\n.la-square:before {\n  content: \"\\f0c8\"; }\n\n.la-square-full:before {\n  content: \"\\f45c\"; }\n\n.la-square-root-alt:before {\n  content: \"\\f698\"; }\n\n.la-squarespace:before {\n  content: \"\\f5be\"; }\n\n.la-stack-exchange:before {\n  content: \"\\f18d\"; }\n\n.la-stack-overflow:before {\n  content: \"\\f16c\"; }\n\n.la-stackpath:before {\n  content: \"\\f842\"; }\n\n.la-stamp:before {\n  content: \"\\f5bf\"; }\n\n.la-star:before {\n  content: \"\\f005\"; }\n\n.la-star-and-crescent:before {\n  content: \"\\f699\"; }\n\n.la-star-half:before {\n  content: \"\\f089\"; }\n\n.la-star-half-alt:before {\n  content: \"\\f5c0\"; }\n\n.la-star-of-david:before {\n  content: \"\\f69a\"; }\n\n.la-star-of-life:before {\n  content: \"\\f621\"; }\n\n.la-staylinked:before {\n  content: \"\\f3f5\"; }\n\n.la-steam:before {\n  content: \"\\f1b6\"; }\n\n.la-steam-square:before {\n  content: \"\\f1b7\"; }\n\n.la-steam-symbol:before {\n  content: \"\\f3f6\"; }\n\n.la-step-backward:before {\n  content: \"\\f048\"; }\n\n.la-step-forward:before {\n  content: \"\\f051\"; }\n\n.la-stethoscope:before {\n  content: \"\\f0f1\"; }\n\n.la-sticker-mule:before {\n  content: \"\\f3f7\"; }\n\n.la-sticky-note:before {\n  content: \"\\f249\"; }\n\n.la-stop:before {\n  content: \"\\f04d\"; }\n\n.la-stop-circle:before {\n  content: \"\\f28d\"; }\n\n.la-stopwatch:before {\n  content: \"\\f2f2\"; }\n\n.la-store:before {\n  content: \"\\f54e\"; }\n\n.la-store-alt:before {\n  content: \"\\f54f\"; }\n\n.la-strava:before {\n  content: \"\\f428\"; }\n\n.la-stream:before {\n  content: \"\\f550\"; }\n\n.la-street-view:before {\n  content: \"\\f21d\"; }\n\n.la-strikethrough:before {\n  content: \"\\f0cc\"; }\n\n.la-stripe:before {\n  content: \"\\f429\"; }\n\n.la-stripe-s:before {\n  content: \"\\f42a\"; }\n\n.la-stroopwafel:before {\n  content: \"\\f551\"; }\n\n.la-studiovinari:before {\n  content: \"\\f3f8\"; }\n\n.la-stumbleupon:before {\n  content: \"\\f1a4\"; }\n\n.la-stumbleupon-circle:before {\n  content: \"\\f1a3\"; }\n\n.la-subscript:before {\n  content: \"\\f12c\"; }\n\n.la-subway:before {\n  content: \"\\f239\"; }\n\n.la-suitcase:before {\n  content: \"\\f0f2\"; }\n\n.la-suitcase-rolling:before {\n  content: \"\\f5c1\"; }\n\n.la-sun:before {\n  content: \"\\f185\"; }\n\n.la-superpowers:before {\n  content: \"\\f2dd\"; }\n\n.la-superscript:before {\n  content: \"\\f12b\"; }\n\n.la-supple:before {\n  content: \"\\f3f9\"; }\n\n.la-surprise:before {\n  content: \"\\f5c2\"; }\n\n.la-suse:before {\n  content: \"\\f7d6\"; }\n\n.la-swatchbook:before {\n  content: \"\\f5c3\"; }\n\n.la-swift:before {\n  content: \"\\f8e1\"; }\n\n.la-swimmer:before {\n  content: \"\\f5c4\"; }\n\n.la-swimming-pool:before {\n  content: \"\\f5c5\"; }\n\n.la-symfony:before {\n  content: \"\\f83d\"; }\n\n.la-synagogue:before {\n  content: \"\\f69b\"; }\n\n.la-sync:before {\n  content: \"\\f021\"; }\n\n.la-sync-alt:before {\n  content: \"\\f2f1\"; }\n\n.la-syringe:before {\n  content: \"\\f48e\"; }\n\n.la-table:before {\n  content: \"\\f0ce\"; }\n\n.la-table-tennis:before {\n  content: \"\\f45d\"; }\n\n.la-tablet:before {\n  content: \"\\f10a\"; }\n\n.la-tablet-alt:before {\n  content: \"\\f3fa\"; }\n\n.la-tablets:before {\n  content: \"\\f490\"; }\n\n.la-tachometer-alt:before {\n  content: \"\\f3fd\"; }\n\n.la-tag:before {\n  content: \"\\f02b\"; }\n\n.la-tags:before {\n  content: \"\\f02c\"; }\n\n.la-tape:before {\n  content: \"\\f4db\"; }\n\n.la-tasks:before {\n  content: \"\\f0ae\"; }\n\n.la-taxi:before {\n  content: \"\\f1ba\"; }\n\n.la-teamspeak:before {\n  content: \"\\f4f9\"; }\n\n.la-teeth:before {\n  content: \"\\f62e\"; }\n\n.la-teeth-open:before {\n  content: \"\\f62f\"; }\n\n.la-telegram:before {\n  content: \"\\f2c6\"; }\n\n.la-telegram-plane:before {\n  content: \"\\f3fe\"; }\n\n.la-temperature-high:before {\n  content: \"\\f769\"; }\n\n.la-temperature-low:before {\n  content: \"\\f76b\"; }\n\n.la-tencent-weibo:before {\n  content: \"\\f1d5\"; }\n\n.la-tenge:before {\n  content: \"\\f7d7\"; }\n\n.la-terminal:before {\n  content: \"\\f120\"; }\n\n.la-text-height:before {\n  content: \"\\f034\"; }\n\n.la-text-width:before {\n  content: \"\\f035\"; }\n\n.la-th:before {\n  content: \"\\f00a\"; }\n\n.la-th-large:before {\n  content: \"\\f009\"; }\n\n.la-th-list:before {\n  content: \"\\f00b\"; }\n\n.la-the-red-yeti:before {\n  content: \"\\f69d\"; }\n\n.la-theater-masks:before {\n  content: \"\\f630\"; }\n\n.la-themeco:before {\n  content: \"\\f5c6\"; }\n\n.la-themeisle:before {\n  content: \"\\f2b2\"; }\n\n.la-thermometer:before {\n  content: \"\\f491\"; }\n\n.la-thermometer-empty:before {\n  content: \"\\f2cb\"; }\n\n.la-thermometer-full:before {\n  content: \"\\f2c7\"; }\n\n.la-thermometer-half:before {\n  content: \"\\f2c9\"; }\n\n.la-thermometer-quarter:before {\n  content: \"\\f2ca\"; }\n\n.la-thermometer-three-quarters:before {\n  content: \"\\f2c8\"; }\n\n.la-think-peaks:before {\n  content: \"\\f731\"; }\n\n.la-thumbs-down:before {\n  content: \"\\f165\"; }\n\n.la-thumbs-up:before {\n  content: \"\\f164\"; }\n\n.la-thumbtack:before {\n  content: \"\\f08d\"; }\n\n.la-ticket-alt:before {\n  content: \"\\f3ff\"; }\n\n.la-times:before {\n  content: \"\\f00d\"; }\n\n.la-times-circle:before {\n  content: \"\\f057\"; }\n\n.la-tint:before {\n  content: \"\\f043\"; }\n\n.la-tint-slash:before {\n  content: \"\\f5c7\"; }\n\n.la-tired:before {\n  content: \"\\f5c8\"; }\n\n.la-toggle-off:before {\n  content: \"\\f204\"; }\n\n.la-toggle-on:before {\n  content: \"\\f205\"; }\n\n.la-toilet:before {\n  content: \"\\f7d8\"; }\n\n.la-toilet-paper:before {\n  content: \"\\f71e\"; }\n\n.la-toolbox:before {\n  content: \"\\f552\"; }\n\n.la-tools:before {\n  content: \"\\f7d9\"; }\n\n.la-tooth:before {\n  content: \"\\f5c9\"; }\n\n.la-torah:before {\n  content: \"\\f6a0\"; }\n\n.la-torii-gate:before {\n  content: \"\\f6a1\"; }\n\n.la-tractor:before {\n  content: \"\\f722\"; }\n\n.la-trade-federation:before {\n  content: \"\\f513\"; }\n\n.la-trademark:before {\n  content: \"\\f25c\"; }\n\n.la-traffic-light:before {\n  content: \"\\f637\"; }\n\n.la-train:before {\n  content: \"\\f238\"; }\n\n.la-tram:before {\n  content: \"\\f7da\"; }\n\n.la-transgender:before {\n  content: \"\\f224\"; }\n\n.la-transgender-alt:before {\n  content: \"\\f225\"; }\n\n.la-trash:before {\n  content: \"\\f1f8\"; }\n\n.la-trash-alt:before {\n  content: \"\\f2ed\"; }\n\n.la-trash-restore:before {\n  content: \"\\f829\"; }\n\n.la-trash-restore-alt:before {\n  content: \"\\f82a\"; }\n\n.la-tree:before {\n  content: \"\\f1bb\"; }\n\n.la-trello:before {\n  content: \"\\f181\"; }\n\n.la-tripadvisor:before {\n  content: \"\\f262\"; }\n\n.la-trophy:before {\n  content: \"\\f091\"; }\n\n.la-truck:before {\n  content: \"\\f0d1\"; }\n\n.la-truck-loading:before {\n  content: \"\\f4de\"; }\n\n.la-truck-monster:before {\n  content: \"\\f63b\"; }\n\n.la-truck-moving:before {\n  content: \"\\f4df\"; }\n\n.la-truck-pickup:before {\n  content: \"\\f63c\"; }\n\n.la-tshirt:before {\n  content: \"\\f553\"; }\n\n.la-tty:before {\n  content: \"\\f1e4\"; }\n\n.la-tumblr:before {\n  content: \"\\f173\"; }\n\n.la-tumblr-square:before {\n  content: \"\\f174\"; }\n\n.la-tv:before {\n  content: \"\\f26c\"; }\n\n.la-twitch:before {\n  content: \"\\f1e8\"; }\n\n.la-twitter:before {\n  content: \"\\f099\"; }\n\n.la-twitter-square:before {\n  content: \"\\f081\"; }\n\n.la-typo3:before {\n  content: \"\\f42b\"; }\n\n.la-uber:before {\n  content: \"\\f402\"; }\n\n.la-ubuntu:before {\n  content: \"\\f7df\"; }\n\n.la-uikit:before {\n  content: \"\\f403\"; }\n\n.la-umbraco:before {\n  content: \"\\f8e8\"; }\n\n.la-umbrella:before {\n  content: \"\\f0e9\"; }\n\n.la-umbrella-beach:before {\n  content: \"\\f5ca\"; }\n\n.la-underline:before {\n  content: \"\\f0cd\"; }\n\n.la-undo:before {\n  content: \"\\f0e2\"; }\n\n.la-undo-alt:before {\n  content: \"\\f2ea\"; }\n\n.la-uniregistry:before {\n  content: \"\\f404\"; }\n\n.la-universal-access:before {\n  content: \"\\f29a\"; }\n\n.la-university:before {\n  content: \"\\f19c\"; }\n\n.la-unlink:before {\n  content: \"\\f127\"; }\n\n.la-unlock:before {\n  content: \"\\f09c\"; }\n\n.la-unlock-alt:before {\n  content: \"\\f13e\"; }\n\n.la-untappd:before {\n  content: \"\\f405\"; }\n\n.la-upload:before {\n  content: \"\\f093\"; }\n\n.la-ups:before {\n  content: \"\\f7e0\"; }\n\n.la-usb:before {\n  content: \"\\f287\"; }\n\n.la-user:before {\n  content: \"\\f007\"; }\n\n.la-user-alt:before {\n  content: \"\\f406\"; }\n\n.la-user-alt-slash:before {\n  content: \"\\f4fa\"; }\n\n.la-user-astronaut:before {\n  content: \"\\f4fb\"; }\n\n.la-user-check:before {\n  content: \"\\f4fc\"; }\n\n.la-user-circle:before {\n  content: \"\\f2bd\"; }\n\n.la-user-clock:before {\n  content: \"\\f4fd\"; }\n\n.la-user-cog:before {\n  content: \"\\f4fe\"; }\n\n.la-user-edit:before {\n  content: \"\\f4ff\"; }\n\n.la-user-friends:before {\n  content: \"\\f500\"; }\n\n.la-user-graduate:before {\n  content: \"\\f501\"; }\n\n.la-user-injured:before {\n  content: \"\\f728\"; }\n\n.la-user-lock:before {\n  content: \"\\f502\"; }\n\n.la-user-md:before {\n  content: \"\\f0f0\"; }\n\n.la-user-minus:before {\n  content: \"\\f503\"; }\n\n.la-user-ninja:before {\n  content: \"\\f504\"; }\n\n.la-user-nurse:before {\n  content: \"\\f82f\"; }\n\n.la-user-plus:before {\n  content: \"\\f234\"; }\n\n.la-user-secret:before {\n  content: \"\\f21b\"; }\n\n.la-user-shield:before {\n  content: \"\\f505\"; }\n\n.la-user-slash:before {\n  content: \"\\f506\"; }\n\n.la-user-tag:before {\n  content: \"\\f507\"; }\n\n.la-user-tie:before {\n  content: \"\\f508\"; }\n\n.la-user-times:before {\n  content: \"\\f235\"; }\n\n.la-users:before {\n  content: \"\\f0c0\"; }\n\n.la-users-cog:before {\n  content: \"\\f509\"; }\n\n.la-usps:before {\n  content: \"\\f7e1\"; }\n\n.la-ussunnah:before {\n  content: \"\\f407\"; }\n\n.la-utensil-spoon:before {\n  content: \"\\f2e5\"; }\n\n.la-utensils:before {\n  content: \"\\f2e7\"; }\n\n.la-vaadin:before {\n  content: \"\\f408\"; }\n\n.la-vector-square:before {\n  content: \"\\f5cb\"; }\n\n.la-venus:before {\n  content: \"\\f221\"; }\n\n.la-venus-double:before {\n  content: \"\\f226\"; }\n\n.la-venus-mars:before {\n  content: \"\\f228\"; }\n\n.la-viacoin:before {\n  content: \"\\f237\"; }\n\n.la-viadeo:before {\n  content: \"\\f2a9\"; }\n\n.la-viadeo-square:before {\n  content: \"\\f2aa\"; }\n\n.la-vial:before {\n  content: \"\\f492\"; }\n\n.la-vials:before {\n  content: \"\\f493\"; }\n\n.la-viber:before {\n  content: \"\\f409\"; }\n\n.la-video:before {\n  content: \"\\f03d\"; }\n\n.la-video-slash:before {\n  content: \"\\f4e2\"; }\n\n.la-vihara:before {\n  content: \"\\f6a7\"; }\n\n.la-vimeo:before {\n  content: \"\\f40a\"; }\n\n.la-vimeo-square:before {\n  content: \"\\f194\"; }\n\n.la-vimeo-v:before {\n  content: \"\\f27d\"; }\n\n.la-vine:before {\n  content: \"\\f1ca\"; }\n\n.la-vk:before {\n  content: \"\\f189\"; }\n\n.la-vnv:before {\n  content: \"\\f40b\"; }\n\n.la-voicemail:before {\n  content: \"\\f897\"; }\n\n.la-volleyball-ball:before {\n  content: \"\\f45f\"; }\n\n.la-volume-down:before {\n  content: \"\\f027\"; }\n\n.la-volume-mute:before {\n  content: \"\\f6a9\"; }\n\n.la-volume-off:before {\n  content: \"\\f026\"; }\n\n.la-volume-up:before {\n  content: \"\\f028\"; }\n\n.la-vote-yea:before {\n  content: \"\\f772\"; }\n\n.la-vr-cardboard:before {\n  content: \"\\f729\"; }\n\n.la-vuejs:before {\n  content: \"\\f41f\"; }\n\n.la-walking:before {\n  content: \"\\f554\"; }\n\n.la-wallet:before {\n  content: \"\\f555\"; }\n\n.la-warehouse:before {\n  content: \"\\f494\"; }\n\n.la-water:before {\n  content: \"\\f773\"; }\n\n.la-wave-square:before {\n  content: \"\\f83e\"; }\n\n.la-waze:before {\n  content: \"\\f83f\"; }\n\n.la-weebly:before {\n  content: \"\\f5cc\"; }\n\n.la-weibo:before {\n  content: \"\\f18a\"; }\n\n.la-weight:before {\n  content: \"\\f496\"; }\n\n.la-weight-hanging:before {\n  content: \"\\f5cd\"; }\n\n.la-weixin:before {\n  content: \"\\f1d7\"; }\n\n.la-whatsapp:before {\n  content: \"\\f232\"; }\n\n.la-whatsapp-square:before {\n  content: \"\\f40c\"; }\n\n.la-wheelchair:before {\n  content: \"\\f193\"; }\n\n.la-whmcs:before {\n  content: \"\\f40d\"; }\n\n.la-wifi:before {\n  content: \"\\f1eb\"; }\n\n.la-wikipedia-w:before {\n  content: \"\\f266\"; }\n\n.la-wind:before {\n  content: \"\\f72e\"; }\n\n.la-window-close:before {\n  content: \"\\f410\"; }\n\n.la-window-maximize:before {\n  content: \"\\f2d0\"; }\n\n.la-window-minimize:before {\n  content: \"\\f2d1\"; }\n\n.la-window-restore:before {\n  content: \"\\f2d2\"; }\n\n.la-windows:before {\n  content: \"\\f17a\"; }\n\n.la-wine-bottle:before {\n  content: \"\\f72f\"; }\n\n.la-wine-glass:before {\n  content: \"\\f4e3\"; }\n\n.la-wine-glass-alt:before {\n  content: \"\\f5ce\"; }\n\n.la-wix:before {\n  content: \"\\f5cf\"; }\n\n.la-wizards-of-the-coast:before {\n  content: \"\\f730\"; }\n\n.la-wolf-pack-battalion:before {\n  content: \"\\f514\"; }\n\n.la-won-sign:before {\n  content: \"\\f159\"; }\n\n.la-wordpress:before {\n  content: \"\\f19a\"; }\n\n.la-wordpress-simple:before {\n  content: \"\\f411\"; }\n\n.la-wpbeginner:before {\n  content: \"\\f297\"; }\n\n.la-wpexplorer:before {\n  content: \"\\f2de\"; }\n\n.la-wpforms:before {\n  content: \"\\f298\"; }\n\n.la-wpressr:before {\n  content: \"\\f3e4\"; }\n\n.la-wrench:before {\n  content: \"\\f0ad\"; }\n\n.la-x-ray:before {\n  content: \"\\f497\"; }\n\n.la-xbox:before {\n  content: \"\\f412\"; }\n\n.la-xing:before {\n  content: \"\\f168\"; }\n\n.la-xing-square:before {\n  content: \"\\f169\"; }\n\n.la-y-combinator:before {\n  content: \"\\f23b\"; }\n\n.la-yahoo:before {\n  content: \"\\f19e\"; }\n\n.la-yammer:before {\n  content: \"\\f840\"; }\n\n.la-yandex:before {\n  content: \"\\f413\"; }\n\n.la-yandex-international:before {\n  content: \"\\f414\"; }\n\n.la-yarn:before {\n  content: \"\\f7e3\"; }\n\n.la-yelp:before {\n  content: \"\\f1e9\"; }\n\n.la-yen-sign:before {\n  content: \"\\f157\"; }\n\n.la-yin-yang:before {\n  content: \"\\f6ad\"; }\n\n.la-yoast:before {\n  content: \"\\f2b1\"; }\n\n.la-youtube:before {\n  content: \"\\f167\"; }\n\n.la-youtube-square:before {\n  content: \"\\f431\"; }\n\n.la-zhihu:before {\n  content: \"\\f63f\"; }\n\n.sr-only {\n  border: 0;\n  clip: rect(0, 0, 0, 0);\n  height: 1px;\n  margin: -1px;\n  overflow: hidden;\n  padding: 0;\n  position: absolute;\n  width: 1px; }\n\n.sr-only-focusable:active, .sr-only-focusable:focus {\n  clip: auto;\n  height: auto;\n  margin: 0;\n  overflow: visible;\n  position: static;\n  width: auto; }\n@font-face {\n  font-family: 'Line Awesome Brands';\n  font-style: normal;\n  font-weight: normal;\n  font-display: auto;\n  src: url(\"../fonts/la-brands-400.eot\");\n  src: url(\"../fonts/la-brands-400.eot?#iefix\") format(\"embedded-opentype\"), url(\"../fonts/la-brands-400.woff2\") format(\"woff2\"), url(\"../fonts/la-brands-400.woff\") format(\"woff\"), url(\"../fonts/la-brands-400.ttf\") format(\"truetype\"), url(\"../fonts/la-brands-400.svg#lineawesome\") format(\"svg\"); }\n\n.lab {\n  font-family: 'Line Awesome Brands'; }\n@font-face {\n  font-family: 'Line Awesome Free';\n  font-style: normal;\n  font-weight: 400;\n  font-display: auto;\n  src: url(\"../fonts/la-regular-400.eot\");\n  src: url(\"../fonts/la-regular-400.eot?#iefix\") format(\"embedded-opentype\"), url(\"../fonts/la-regular-400.woff2\") format(\"woff2\"), url(\"../fonts/la-regular-400.woff\") format(\"woff\"), url(\"../fonts/la-regular-400.ttf\") format(\"truetype\"), url(\"../fonts/la-regular-400.svg#lineawesome\") format(\"svg\"); }\n\n.lar {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n@font-face {\n  font-family: 'Line Awesome Free';\n  font-style: normal;\n  font-weight: 900;\n  font-display: auto;\n  src: url(\"../fonts/la-solid-900.eot\");\n  src: url(\"../fonts/la-solid-900.eot?#iefix\") format(\"embedded-opentype\"), url(\"../fonts/la-solid-900.woff2\") format(\"woff2\"), url(\"../fonts/la-solid-900.woff\") format(\"woff\"), url(\"../fonts/la-solid-900.ttf\") format(\"truetype\"), url(\"../fonts/la-solid-900.svg#lineawesome\") format(\"svg\"); }\n\n.la,\n.las {\n  font-family: 'Line Awesome Free';\n  font-weight: 900; }\n\n.la.la-glass:before {\n  content: \"\\f000\"; }\n\n.la.la-meetup {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-star-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-star-o:before {\n  content: \"\\f005\"; }\n\n.la.la-remove:before {\n  content: \"\\f00d\"; }\n\n.la.la-close:before {\n  content: \"\\f00d\"; }\n\n.la.la-gear:before {\n  content: \"\\f013\"; }\n\n.la.la-trash-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-trash-o:before {\n  content: \"\\f2ed\"; }\n\n.la.la-file-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-file-o:before {\n  content: \"\\f15b\"; }\n\n.la.la-clock-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-clock-o:before {\n  content: \"\\f017\"; }\n\n.la.la-arrow-circle-o-down {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-arrow-circle-o-down:before {\n  content: \"\\f358\"; }\n\n.la.la-arrow-circle-o-up {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-arrow-circle-o-up:before {\n  content: \"\\f35b\"; }\n\n.la.la-play-circle-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-play-circle-o:before {\n  content: \"\\f144\"; }\n\n.la.la-repeat:before {\n  content: \"\\f01e\"; }\n\n.la.la-rotate-right:before {\n  content: \"\\f01e\"; }\n\n.la.la-refresh:before {\n  content: \"\\f021\"; }\n\n.la.la-list-alt {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-dedent:before {\n  content: \"\\f03b\"; }\n\n.la.la-video-camera:before {\n  content: \"\\f03d\"; }\n\n.la.la-picture-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-picture-o:before {\n  content: \"\\f03e\"; }\n\n.la.la-photo {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-photo:before {\n  content: \"\\f03e\"; }\n\n.la.la-image {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-image:before {\n  content: \"\\f03e\"; }\n\n.la.la-pencil:before {\n  content: \"\\f303\"; }\n\n.la.la-map-marker:before {\n  content: \"\\f3c5\"; }\n\n.la.la-pencil-square-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-pencil-square-o:before {\n  content: \"\\f044\"; }\n\n.la.la-share-square-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-share-square-o:before {\n  content: \"\\f14d\"; }\n\n.la.la-check-square-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-check-square-o:before {\n  content: \"\\f14a\"; }\n\n.la.la-arrows:before {\n  content: \"\\f0b2\"; }\n\n.la.la-times-circle-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-times-circle-o:before {\n  content: \"\\f057\"; }\n\n.la.la-check-circle-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-check-circle-o:before {\n  content: \"\\f058\"; }\n\n.la.la-mail-forward:before {\n  content: \"\\f064\"; }\n\n.la.la-eye {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-eye-slash {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-warning:before {\n  content: \"\\f071\"; }\n\n.la.la-calendar:before {\n  content: \"\\f073\"; }\n\n.la.la-arrows-v:before {\n  content: \"\\f338\"; }\n\n.la.la-arrows-h:before {\n  content: \"\\f337\"; }\n\n.la.la-bar-chart {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-bar-chart:before {\n  content: \"\\f080\"; }\n\n.la.la-bar-chart-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-bar-chart-o:before {\n  content: \"\\f080\"; }\n\n.la.la-twitter-square {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-facebook-square {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-gears:before {\n  content: \"\\f085\"; }\n\n.la.la-thumbs-o-up {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-thumbs-o-up:before {\n  content: \"\\f164\"; }\n\n.la.la-thumbs-o-down {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-thumbs-o-down:before {\n  content: \"\\f165\"; }\n\n.la.la-heart-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-heart-o:before {\n  content: \"\\f004\"; }\n\n.la.la-sign-out:before {\n  content: \"\\f2f5\"; }\n\n.la.la-linkedin-square {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-linkedin-square:before {\n  content: \"\\f08c\"; }\n\n.la.la-thumb-tack:before {\n  content: \"\\f08d\"; }\n\n.la.la-external-link:before {\n  content: \"\\f35d\"; }\n\n.la.la-sign-in:before {\n  content: \"\\f2f6\"; }\n\n.la.la-github-square {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-lemon-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-lemon-o:before {\n  content: \"\\f094\"; }\n\n.la.la-square-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-square-o:before {\n  content: \"\\f0c8\"; }\n\n.la.la-bookmark-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-bookmark-o:before {\n  content: \"\\f02e\"; }\n\n.la.la-twitter {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-facebook {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-facebook:before {\n  content: \"\\f39e\"; }\n\n.la.la-facebook-f {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-facebook-f:before {\n  content: \"\\f39e\"; }\n\n.la.la-github {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-credit-card {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-feed:before {\n  content: \"\\f09e\"; }\n\n.la.la-hdd-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-hdd-o:before {\n  content: \"\\f0a0\"; }\n\n.la.la-hand-o-right {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-hand-o-right:before {\n  content: \"\\f0a4\"; }\n\n.la.la-hand-o-left {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-hand-o-left:before {\n  content: \"\\f0a5\"; }\n\n.la.la-hand-o-up {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-hand-o-up:before {\n  content: \"\\f0a6\"; }\n\n.la.la-hand-o-down {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-hand-o-down:before {\n  content: \"\\f0a7\"; }\n\n.la.la-arrows-alt:before {\n  content: \"\\f31e\"; }\n\n.la.la-group:before {\n  content: \"\\f0c0\"; }\n\n.la.la-chain:before {\n  content: \"\\f0c1\"; }\n\n.la.la-scissors:before {\n  content: \"\\f0c4\"; }\n\n.la.la-files-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-files-o:before {\n  content: \"\\f0c5\"; }\n\n.la.la-floppy-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-floppy-o:before {\n  content: \"\\f0c7\"; }\n\n.la.la-navicon:before {\n  content: \"\\f0c9\"; }\n\n.la.la-reorder:before {\n  content: \"\\f0c9\"; }\n\n.la.la-pinterest {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-pinterest-square {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-google-plus-square {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-google-plus {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-google-plus:before {\n  content: \"\\f0d5\"; }\n\n.la.la-money {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-money:before {\n  content: \"\\f3d1\"; }\n\n.la.la-unsorted:before {\n  content: \"\\f0dc\"; }\n\n.la.la-sort-desc:before {\n  content: \"\\f0dd\"; }\n\n.la.la-sort-asc:before {\n  content: \"\\f0de\"; }\n\n.la.la-linkedin {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-linkedin:before {\n  content: \"\\f0e1\"; }\n\n.la.la-rotate-left:before {\n  content: \"\\f0e2\"; }\n\n.la.la-legal:before {\n  content: \"\\f0e3\"; }\n\n.la.la-tachometer:before {\n  content: \"\\f3fd\"; }\n\n.la.la-dashboard:before {\n  content: \"\\f3fd\"; }\n\n.la.la-comment-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-comment-o:before {\n  content: \"\\f075\"; }\n\n.la.la-comments-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-comments-o:before {\n  content: \"\\f086\"; }\n\n.la.la-flash:before {\n  content: \"\\f0e7\"; }\n\n.la.la-clipboard {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-paste {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-paste:before {\n  content: \"\\f328\"; }\n\n.la.la-lightbulb-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-lightbulb-o:before {\n  content: \"\\f0eb\"; }\n\n.la.la-exchange:before {\n  content: \"\\f362\"; }\n\n.la.la-cloud-download:before {\n  content: \"\\f381\"; }\n\n.la.la-cloud-upload:before {\n  content: \"\\f382\"; }\n\n.la.la-bell-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-bell-o:before {\n  content: \"\\f0f3\"; }\n\n.la.la-cutlery:before {\n  content: \"\\f2e7\"; }\n\n.la.la-file-text-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-file-text-o:before {\n  content: \"\\f15c\"; }\n\n.la.la-building-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-building-o:before {\n  content: \"\\f1ad\"; }\n\n.la.la-hospital-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-hospital-o:before {\n  content: \"\\f0f8\"; }\n\n.la.la-tablet:before {\n  content: \"\\f3fa\"; }\n\n.la.la-mobile:before {\n  content: \"\\f3cd\"; }\n\n.la.la-mobile-phone:before {\n  content: \"\\f3cd\"; }\n\n.la.la-circle-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-circle-o:before {\n  content: \"\\f111\"; }\n\n.la.la-mail-reply:before {\n  content: \"\\f3e5\"; }\n\n.la.la-github-alt {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-folder-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-folder-o:before {\n  content: \"\\f07b\"; }\n\n.la.la-folder-open-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-folder-open-o:before {\n  content: \"\\f07c\"; }\n\n.la.la-smile-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-smile-o:before {\n  content: \"\\f118\"; }\n\n.la.la-frown-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-frown-o:before {\n  content: \"\\f119\"; }\n\n.la.la-meh-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-meh-o:before {\n  content: \"\\f11a\"; }\n\n.la.la-keyboard-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-keyboard-o:before {\n  content: \"\\f11c\"; }\n\n.la.la-flag-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-flag-o:before {\n  content: \"\\f024\"; }\n\n.la.la-mail-reply-all:before {\n  content: \"\\f122\"; }\n\n.la.la-star-half-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-star-half-o:before {\n  content: \"\\f089\"; }\n\n.la.la-star-half-empty {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-star-half-empty:before {\n  content: \"\\f089\"; }\n\n.la.la-star-half-full {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-star-half-full:before {\n  content: \"\\f089\"; }\n\n.la.la-code-fork:before {\n  content: \"\\f126\"; }\n\n.la.la-chain-broken:before {\n  content: \"\\f127\"; }\n\n.la.la-shield:before {\n  content: \"\\f3ed\"; }\n\n.la.la-calendar-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-calendar-o:before {\n  content: \"\\f133\"; }\n\n.la.la-maxcdn {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-html5 {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-css3 {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-ticket:before {\n  content: \"\\f3ff\"; }\n\n.la.la-minus-square-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-minus-square-o:before {\n  content: \"\\f146\"; }\n\n.la.la-level-up:before {\n  content: \"\\f3bf\"; }\n\n.la.la-level-down:before {\n  content: \"\\f3be\"; }\n\n.la.la-pencil-square:before {\n  content: \"\\f14b\"; }\n\n.la.la-external-link-square:before {\n  content: \"\\f360\"; }\n\n.la.la-compass {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-caret-square-o-down {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-caret-square-o-down:before {\n  content: \"\\f150\"; }\n\n.la.la-toggle-down {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-toggle-down:before {\n  content: \"\\f150\"; }\n\n.la.la-caret-square-o-up {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-caret-square-o-up:before {\n  content: \"\\f151\"; }\n\n.la.la-toggle-up {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-toggle-up:before {\n  content: \"\\f151\"; }\n\n.la.la-caret-square-o-right {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-caret-square-o-right:before {\n  content: \"\\f152\"; }\n\n.la.la-toggle-right {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-toggle-right:before {\n  content: \"\\f152\"; }\n\n.la.la-eur:before {\n  content: \"\\f153\"; }\n\n.la.la-euro:before {\n  content: \"\\f153\"; }\n\n.la.la-gbp:before {\n  content: \"\\f154\"; }\n\n.la.la-usd:before {\n  content: \"\\f155\"; }\n\n.la.la-dollar:before {\n  content: \"\\f155\"; }\n\n.la.la-inr:before {\n  content: \"\\f156\"; }\n\n.la.la-rupee:before {\n  content: \"\\f156\"; }\n\n.la.la-jpy:before {\n  content: \"\\f157\"; }\n\n.la.la-cny:before {\n  content: \"\\f157\"; }\n\n.la.la-rmb:before {\n  content: \"\\f157\"; }\n\n.la.la-yen:before {\n  content: \"\\f157\"; }\n\n.la.la-rub:before {\n  content: \"\\f158\"; }\n\n.la.la-ruble:before {\n  content: \"\\f158\"; }\n\n.la.la-rouble:before {\n  content: \"\\f158\"; }\n\n.la.la-krw:before {\n  content: \"\\f159\"; }\n\n.la.la-won:before {\n  content: \"\\f159\"; }\n\n.la.la-btc {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-bitcoin {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-bitcoin:before {\n  content: \"\\f15a\"; }\n\n.la.la-file-text:before {\n  content: \"\\f15c\"; }\n\n.la.la-sort-alpha-asc:before {\n  content: \"\\f15d\"; }\n\n.la.la-sort-alpha-desc:before {\n  content: \"\\f881\"; }\n\n.la.la-sort-amount-asc:before {\n  content: \"\\f160\"; }\n\n.la.la-sort-amount-desc:before {\n  content: \"\\f884\"; }\n\n.la.la-sort-numeric-asc:before {\n  content: \"\\f162\"; }\n\n.la.la-sort-numeric-desc:before {\n  content: \"\\f886\"; }\n\n.la.la-youtube-square {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-youtube {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-xing {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-xing-square {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-youtube-play {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-youtube-play:before {\n  content: \"\\f167\"; }\n\n.la.la-dropbox {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-stack-overflow {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-instagram {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-flickr {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-adn {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-bitbucket {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-bitbucket-square {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-bitbucket-square:before {\n  content: \"\\f171\"; }\n\n.la.la-tumblr {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-tumblr-square {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-long-arrow-down:before {\n  content: \"\\f309\"; }\n\n.la.la-long-arrow-up:before {\n  content: \"\\f30c\"; }\n\n.la.la-long-arrow-left:before {\n  content: \"\\f30a\"; }\n\n.la.la-long-arrow-right:before {\n  content: \"\\f30b\"; }\n\n.la.la-apple {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-windows {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-android {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-linux {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-dribbble {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-skype {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-foursquare {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-trello {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-gratipay {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-gittip {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-gittip:before {\n  content: \"\\f184\"; }\n\n.la.la-sun-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-sun-o:before {\n  content: \"\\f185\"; }\n\n.la.la-moon-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-moon-o:before {\n  content: \"\\f186\"; }\n\n.la.la-vk {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-weibo {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-renren {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-pagelines {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-stack-exchange {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-arrow-circle-o-right {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-arrow-circle-o-right:before {\n  content: \"\\f35a\"; }\n\n.la.la-arrow-circle-o-left {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-arrow-circle-o-left:before {\n  content: \"\\f359\"; }\n\n.la.la-caret-square-o-left {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-caret-square-o-left:before {\n  content: \"\\f191\"; }\n\n.la.la-toggle-left {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-toggle-left:before {\n  content: \"\\f191\"; }\n\n.la.la-dot-circle-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-dot-circle-o:before {\n  content: \"\\f192\"; }\n\n.la.la-vimeo-square {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-try:before {\n  content: \"\\f195\"; }\n\n.la.la-turkish-lira:before {\n  content: \"\\f195\"; }\n\n.la.la-plus-square-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-plus-square-o:before {\n  content: \"\\f0fe\"; }\n\n.la.la-slack {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-wordpress {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-openid {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-institution:before {\n  content: \"\\f19c\"; }\n\n.la.la-bank:before {\n  content: \"\\f19c\"; }\n\n.la.la-mortar-board:before {\n  content: \"\\f19d\"; }\n\n.la.la-yahoo {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-google {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-reddit {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-reddit-square {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-stumbleupon-circle {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-stumbleupon {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-delicious {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-digg {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-pied-piper-pp {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-pied-piper-alt {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-drupal {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-joomla {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-spoon:before {\n  content: \"\\f2e5\"; }\n\n.la.la-behance {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-behance-square {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-steam {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-steam-square {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-automobile:before {\n  content: \"\\f1b9\"; }\n\n.la.la-cab:before {\n  content: \"\\f1ba\"; }\n\n.la.la-envelope-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-envelope-o:before {\n  content: \"\\f0e0\"; }\n\n.la.la-deviantart {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-soundcloud {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-file-pdf-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-file-pdf-o:before {\n  content: \"\\f1c1\"; }\n\n.la.la-file-word-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-file-word-o:before {\n  content: \"\\f1c2\"; }\n\n.la.la-file-excel-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-file-excel-o:before {\n  content: \"\\f1c3\"; }\n\n.la.la-file-powerpoint-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-file-powerpoint-o:before {\n  content: \"\\f1c4\"; }\n\n.la.la-file-image-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-file-image-o:before {\n  content: \"\\f1c5\"; }\n\n.la.la-file-photo-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-file-photo-o:before {\n  content: \"\\f1c5\"; }\n\n.la.la-file-picture-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-file-picture-o:before {\n  content: \"\\f1c5\"; }\n\n.la.la-file-archive-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-file-archive-o:before {\n  content: \"\\f1c6\"; }\n\n.la.la-file-zip-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-file-zip-o:before {\n  content: \"\\f1c6\"; }\n\n.la.la-file-audio-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-file-audio-o:before {\n  content: \"\\f1c7\"; }\n\n.la.la-file-sound-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-file-sound-o:before {\n  content: \"\\f1c7\"; }\n\n.la.la-file-video-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-file-video-o:before {\n  content: \"\\f1c8\"; }\n\n.la.la-file-movie-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-file-movie-o:before {\n  content: \"\\f1c8\"; }\n\n.la.la-file-code-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-file-code-o:before {\n  content: \"\\f1c9\"; }\n\n.la.la-vine {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-codepen {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-jsfiddle {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-life-ring {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-life-bouy {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-life-bouy:before {\n  content: \"\\f1cd\"; }\n\n.la.la-life-buoy {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-life-buoy:before {\n  content: \"\\f1cd\"; }\n\n.la.la-life-saver {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-life-saver:before {\n  content: \"\\f1cd\"; }\n\n.la.la-support {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-support:before {\n  content: \"\\f1cd\"; }\n\n.la.la-circle-o-notch:before {\n  content: \"\\f1ce\"; }\n\n.la.la-rebel {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-ra {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-ra:before {\n  content: \"\\f1d0\"; }\n\n.la.la-resistance {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-resistance:before {\n  content: \"\\f1d0\"; }\n\n.la.la-empire {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-ge {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-ge:before {\n  content: \"\\f1d1\"; }\n\n.la.la-git-square {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-git {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-hacker-news {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-y-combinator-square {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-y-combinator-square:before {\n  content: \"\\f1d4\"; }\n\n.la.la-yc-square {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-yc-square:before {\n  content: \"\\f1d4\"; }\n\n.la.la-tencent-weibo {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-qq {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-weixin {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-wechat {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-wechat:before {\n  content: \"\\f1d7\"; }\n\n.la.la-send:before {\n  content: \"\\f1d8\"; }\n\n.la.la-paper-plane-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-paper-plane-o:before {\n  content: \"\\f1d8\"; }\n\n.la.la-send-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-send-o:before {\n  content: \"\\f1d8\"; }\n\n.la.la-circle-thin {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-circle-thin:before {\n  content: \"\\f111\"; }\n\n.la.la-header:before {\n  content: \"\\f1dc\"; }\n\n.la.la-sliders:before {\n  content: \"\\f1de\"; }\n\n.la.la-futbol-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-futbol-o:before {\n  content: \"\\f1e3\"; }\n\n.la.la-soccer-ball-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-soccer-ball-o:before {\n  content: \"\\f1e3\"; }\n\n.la.la-slideshare {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-twitch {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-yelp {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-newspaper-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-newspaper-o:before {\n  content: \"\\f1ea\"; }\n\n.la.la-paypal {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-google-wallet {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-cc-visa {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-cc-mastercard {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-cc-discover {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-cc-amex {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-cc-paypal {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-cc-stripe {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-bell-slash-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-bell-slash-o:before {\n  content: \"\\f1f6\"; }\n\n.la.la-trash:before {\n  content: \"\\f2ed\"; }\n\n.la.la-copyright {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-eyedropper:before {\n  content: \"\\f1fb\"; }\n\n.la.la-area-chart:before {\n  content: \"\\f1fe\"; }\n\n.la.la-pie-chart:before {\n  content: \"\\f200\"; }\n\n.la.la-line-chart:before {\n  content: \"\\f201\"; }\n\n.la.la-lastfm {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-lastfm-square {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-ioxhost {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-angellist {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-cc {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-cc:before {\n  content: \"\\f20a\"; }\n\n.la.la-ils:before {\n  content: \"\\f20b\"; }\n\n.la.la-shekel:before {\n  content: \"\\f20b\"; }\n\n.la.la-sheqel:before {\n  content: \"\\f20b\"; }\n\n.la.la-meanpath {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-meanpath:before {\n  content: \"\\f2b4\"; }\n\n.la.la-buysellads {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-connectdevelop {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-dashcube {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-forumbee {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-leanpub {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-sellsy {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-shirtsinbulk {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-simplybuilt {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-skyatlas {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-diamond {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-diamond:before {\n  content: \"\\f3a5\"; }\n\n.la.la-intersex:before {\n  content: \"\\f224\"; }\n\n.la.la-facebook-official {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-facebook-official:before {\n  content: \"\\f09a\"; }\n\n.la.la-pinterest-p {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-whatsapp {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-hotel:before {\n  content: \"\\f236\"; }\n\n.la.la-viacoin {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-medium {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-y-combinator {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-yc {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-yc:before {\n  content: \"\\f23b\"; }\n\n.la.la-optin-monster {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-opencart {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-expeditedssl {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-battery-4:before {\n  content: \"\\f240\"; }\n\n.la.la-battery:before {\n  content: \"\\f240\"; }\n\n.la.la-battery-3:before {\n  content: \"\\f241\"; }\n\n.la.la-battery-2:before {\n  content: \"\\f242\"; }\n\n.la.la-battery-1:before {\n  content: \"\\f243\"; }\n\n.la.la-battery-0:before {\n  content: \"\\f244\"; }\n\n.la.la-object-group {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-object-ungroup {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-sticky-note-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-sticky-note-o:before {\n  content: \"\\f249\"; }\n\n.la.la-cc-jcb {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-cc-diners-club {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-clone {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-hourglass-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-hourglass-o:before {\n  content: \"\\f254\"; }\n\n.la.la-hourglass-1:before {\n  content: \"\\f251\"; }\n\n.la.la-hourglass-2:before {\n  content: \"\\f252\"; }\n\n.la.la-hourglass-3:before {\n  content: \"\\f253\"; }\n\n.la.la-hand-rock-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-hand-rock-o:before {\n  content: \"\\f255\"; }\n\n.la.la-hand-grab-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-hand-grab-o:before {\n  content: \"\\f255\"; }\n\n.la.la-hand-paper-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-hand-paper-o:before {\n  content: \"\\f256\"; }\n\n.la.la-hand-stop-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-hand-stop-o:before {\n  content: \"\\f256\"; }\n\n.la.la-hand-scissors-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-hand-scissors-o:before {\n  content: \"\\f257\"; }\n\n.la.la-hand-lizard-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-hand-lizard-o:before {\n  content: \"\\f258\"; }\n\n.la.la-hand-spock-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-hand-spock-o:before {\n  content: \"\\f259\"; }\n\n.la.la-hand-pointer-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-hand-pointer-o:before {\n  content: \"\\f25a\"; }\n\n.la.la-hand-peace-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-hand-peace-o:before {\n  content: \"\\f25b\"; }\n\n.la.la-registered {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-creative-commons {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-gg {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-gg-circle {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-tripadvisor {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-odnoklassniki {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-odnoklassniki-square {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-get-pocket {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-wikipedia-w {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-safari {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-chrome {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-firefox {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-opera {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-internet-explorer {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-television:before {\n  content: \"\\f26c\"; }\n\n.la.la-contao {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-500px {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-amazon {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-calendar-plus-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-calendar-plus-o:before {\n  content: \"\\f271\"; }\n\n.la.la-calendar-minus-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-calendar-minus-o:before {\n  content: \"\\f272\"; }\n\n.la.la-calendar-times-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-calendar-times-o:before {\n  content: \"\\f273\"; }\n\n.la.la-calendar-check-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-calendar-check-o:before {\n  content: \"\\f274\"; }\n\n.la.la-map-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-map-o:before {\n  content: \"\\f279\"; }\n\n.la.la-commenting:before {\n  content: \"\\f4ad\"; }\n\n.la.la-commenting-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-commenting-o:before {\n  content: \"\\f4ad\"; }\n\n.la.la-houzz {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-vimeo {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-vimeo:before {\n  content: \"\\f27d\"; }\n\n.la.la-black-tie {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-fonticons {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-reddit-alien {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-edge {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-credit-card-alt:before {\n  content: \"\\f09d\"; }\n\n.la.la-codiepie {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-modx {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-fort-awesome {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-usb {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-product-hunt {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-mixcloud {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-scribd {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-pause-circle-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-pause-circle-o:before {\n  content: \"\\f28b\"; }\n\n.la.la-stop-circle-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-stop-circle-o:before {\n  content: \"\\f28d\"; }\n\n.la.la-bluetooth {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-bluetooth-b {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-gitlab {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-wpbeginner {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-wpforms {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-envira {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-wheelchair-alt {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-wheelchair-alt:before {\n  content: \"\\f368\"; }\n\n.la.la-question-circle-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-question-circle-o:before {\n  content: \"\\f059\"; }\n\n.la.la-volume-control-phone:before {\n  content: \"\\f2a0\"; }\n\n.la.la-asl-interpreting:before {\n  content: \"\\f2a3\"; }\n\n.la.la-deafness:before {\n  content: \"\\f2a4\"; }\n\n.la.la-hard-of-hearing:before {\n  content: \"\\f2a4\"; }\n\n.la.la-glide {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-glide-g {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-signing:before {\n  content: \"\\f2a7\"; }\n\n.la.la-viadeo {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-viadeo-square {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-snapchat {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-snapchat-ghost {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-snapchat-square {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-pied-piper {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-first-order {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-yoast {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-themeisle {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-google-plus-official {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-google-plus-official:before {\n  content: \"\\f2b3\"; }\n\n.la.la-google-plus-circle {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-google-plus-circle:before {\n  content: \"\\f2b3\"; }\n\n.la.la-font-awesome {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-fa {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-fa:before {\n  content: \"\\f2b4\"; }\n\n.la.la-handshake-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-handshake-o:before {\n  content: \"\\f2b5\"; }\n\n.la.la-envelope-open-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-envelope-open-o:before {\n  content: \"\\f2b6\"; }\n\n.la.la-linode {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-address-book-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-address-book-o:before {\n  content: \"\\f2b9\"; }\n\n.la.la-vcard:before {\n  content: \"\\f2bb\"; }\n\n.la.la-address-card-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-address-card-o:before {\n  content: \"\\f2bb\"; }\n\n.la.la-vcard-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-vcard-o:before {\n  content: \"\\f2bb\"; }\n\n.la.la-user-circle-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-user-circle-o:before {\n  content: \"\\f2bd\"; }\n\n.la.la-user-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-user-o:before {\n  content: \"\\f007\"; }\n\n.la.la-id-badge {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-drivers-license:before {\n  content: \"\\f2c2\"; }\n\n.la.la-id-card-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-id-card-o:before {\n  content: \"\\f2c2\"; }\n\n.la.la-drivers-license-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-drivers-license-o:before {\n  content: \"\\f2c2\"; }\n\n.la.la-quora {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-free-code-camp {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-telegram {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-thermometer-4:before {\n  content: \"\\f2c7\"; }\n\n.la.la-thermometer:before {\n  content: \"\\f2c7\"; }\n\n.la.la-thermometer-3:before {\n  content: \"\\f2c8\"; }\n\n.la.la-thermometer-2:before {\n  content: \"\\f2c9\"; }\n\n.la.la-thermometer-1:before {\n  content: \"\\f2ca\"; }\n\n.la.la-thermometer-0:before {\n  content: \"\\f2cb\"; }\n\n.la.la-bathtub:before {\n  content: \"\\f2cd\"; }\n\n.la.la-s15:before {\n  content: \"\\f2cd\"; }\n\n.la.la-window-maximize {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-window-restore {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-times-rectangle:before {\n  content: \"\\f410\"; }\n\n.la.la-window-close-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-window-close-o:before {\n  content: \"\\f410\"; }\n\n.la.la-times-rectangle-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-times-rectangle-o:before {\n  content: \"\\f410\"; }\n\n.la.la-bandcamp {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-grav {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-etsy {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-imdb {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-ravelry {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-eercast {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-eercast:before {\n  content: \"\\f2da\"; }\n\n.la.la-snowflake-o {\n  font-family: 'Line Awesome Free';\n  font-weight: 400; }\n\n.la.la-snowflake-o:before {\n  content: \"\\f2dc\"; }\n\n.la.la-superpowers {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-wpexplorer {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n\n.la.la-spotify {\n  font-family: 'Line Awesome Brands';\n  font-weight: 400; }\n"
  },
  {
    "path": "scss/line-awesome/line-awesome.scss",
    "content": "@import \"mixins\";\n@import \"core\";\n@import \"variables\";\n@import \"path\";\n@import \"larger\";\n@import \"fixed-width\";\n@import \"list\";\n@import \"bordered_pulled\";\n@import \"rotated-flipped\";\n@import \"stacked\";\n@import \"icons\";\n@import \"screen-reader\";\n"
  },
  {
    "path": "scss/vvvebjs-editor-helpers.scss",
    "content": "@mixin webkit-scrollbar()\n{\n\t&::-webkit-scrollbar {\n\t\twidth: 0.5rem;\n\t\tbackground-color: rgba(var(--bs-body-bg-rgb), 0.1);\n\t\t-webkit-box-shadow:none;\n\t}\n\t \n\t&::-webkit-scrollbar-track {\n\t\t-webkit-box-shadow: inset 0 0 1px rgba(var(--bs-body-color-rgb),0.05);\n\t}\n\t \n\t&::-webkit-scrollbar-thumb {\n\t  background-color: rgba(var(--bs-body-color-rgb), 0.15);\n\t  outline: 1px solid slategrey;\n\t}\n}\n\n@mixin disabled-element() {\n\tpointer-events:none;\n\tposition:relative;\n\n\t&::after {\n\t\tcontent:\"Non-editable area\";\n\t\tposition:absolute;\n\t\tleft:0px;\n\t\ttop:0px;\n\t\twidth:100%;\n\t\theight:100%;\n\t\tpadding-top:5px;\n\t\tfont-weight:600;\n\t\tfont-size:12px;\n\t\ttext-align:center;\n\t\tbackground:rgba(252, 252, 252, 0.85);\n\t\tborder:1px dashed #999;\n\t\toverflow:hidden;\n\t\tdisplay: flex;\t\t\n\t\talign-items: center;\n\t\tjustify-content: center;\n\t}\n}\n\nbody\n{\n\tscrollbar-color: rgba(var(--bs-body-color-rgb), 0.1) #fff;\n\tscrollbar-width: thin;\n\t@include webkit-scrollbar();\n}\n\n\n[data-vvveb-disabled] {\n\t@include disabled-element();\n}\n\n//disable edit on all content except on edit-exception\n[data-vvveb-disabled-area] { \n\n\t& *:not([data-vvveb-edit-exception]) {\n\t\t@include disabled-element();\n\t}\n}\n\n/*\nPrevents iframe mouse events that prevents clicking on the component  \n */\n[data-component-lottie] > svg,\n[data-component-oembed] iframe,\n[data-component-oembed] > div,\n[data-component-video] > iframe,\n[data-component-maps] > iframe,\n[data-component-twitter] > iframe,\n[data-component-iframe] > iframe,\n[data-component-openstreetmap] > iframe {\n\tpointer-events:none;\n}\n\n[contenteditable=\"true\"] {\n\toutline:none;\n\t\n\t&:focus-visible {\n\t\toutline:none;\n\t}\n}\n\n.is-dragged {\n\tpointer-events:none;\n\topacity:0.15;\n\tposition:relative;\n\t/*\n\t&:after {\n\t\tposition: absolute;\n\t\twidth: 100%;\n\t\theight: 100%;\n\t\tleft: 0;\n\t\tbackground: rgba(255,255,0,0.1);\n\t\tcontent: \" \";\n\t\ttop: 0;\n\t}*/\n}\n\n.vvveb-hidden {\n\tdisplay:none !important;;\n}\n\nbody.vvveb-hidden {\n\tdisplay:unset !important;\n\t\n\t.vvveb-hidden, .d-none, .invisible {\n\t\tdisplay:unset !important;\n\t\tvisibility: visible !important;\n\t\toverflow: hidden;\n\t\tposition: relative;\n\t\n\t\t&::after {\n\t\t\tcontent:\"Hidden\";\n\t\t\tposition:absolute;\n\t\t\tleft:0px;\n\t\t\ttop:0px;\n\t\t\twidth:100%;\n\t\t\theight:100%;\n\t\t\tpadding-top:5px;\n\t\t\tfont-weight:600;\n\t\t\tfont-size:12px;\n\t\t\ttext-align:center;\n\t\t\tbackground:rgba(252, 252, 252, 0.85);\n\t\t\tbackground:rgba(var(--bs-body-bg-rgb), 0.85);\n\t\t\tborder:1px dashed #999;\n\t\t\tborder:1px dashed var(--bs-border-color);\n\t\t\toverflow:hidden;\n\t\t\tdisplay: flex;\t\t\n\t\t\talign-items: center;\n\t\t\tjustify-content: center;\n\t\t}\n\t\t\n\t\t&:hover::after {\n\t\t\tdisplay:none;\n\t\t}\n\t}\n}\n\n@mixin col-empty-highlight {\n\n\t> [class*=\"col-\"], \n\t> .col {\n\t\t&:empty {\n\t\t\tbackground:var(--bs-tertiary-bg);\n\t\t\tmin-height:200px;\n\t\t\toutline:1px solid var(--bs-border-color);\n\t\t\toutline-offset: -0.5rem;\n\t\t\tmargin:0.5rem;\n\t\t\tdisplay:flex;\n\t\t\t\n\t\t\t&:after {\n\t\t\t\tcontent:'Drag elements here';\n\t\t\t\tfont-size:85%;\n\t\t\t\tcolor:var(--bs-secondary);\n\t\t\t\tdisplay:block;\n\t\t\t    vertical-align: middle;\n\t\t\t\tdisplay: flex;\n\t\t\t\talign-self: center;\n\t\t\t\tmargin: auto;\n\t\t\t}\n\t\t}\n\t}\t\n\t\n}\n\n@mixin col-hover {\n\n\t> [class*=\"col-\"], \n\t> .col {\n\t\toutline:1px dashed rgba(var(--bs-success-rgb), 0.35);\n\t\toutline-offset: -2px;\n\t}\t\n}\n\n\nsection {\n\t.container, .container-fluid {\n\t\tdiv > .row,\n\t\t> .row  {\n\t\t\t@include col-empty-highlight;\n\t\t}\n\t}\n}\n\nsection:hover { \n\t.container, .container-fluid {\n\t\tdiv > .row, > .row  {\n\t\t\t@include col-hover;\n\t\t}\n\t}\n}\n\n.row:hover {\n\t@include col-hover;\n}\n\n#vvvebjs-new-section {\n\tbackground: rgb(248, 249, 250);\n\tbackground: var(--bs-tertiary-bg);\n\tdisplay:block;\n\t\n\t.col {\n\t\tjustify-content: center;\n\t\tdisplay: flex;\n\t\tflex-wrap: wrap;\n\t\twidth: 100%;\n\t\tbackground: #fff;\n\t\tbackground: var(--bs-body-bg);\n\t\tborder: 1px dashed #ccc;\n\t}\n\tbutton {\n\t\tmargin: 0.5rem;\n\t\tbackground: #0030C0;\n\t\tpadding: 0.4rem 2.5rem;\n\t\tcolor: #fff;\n\t\tfont-size: 14px;\n\t\tborder-radius: 3px;\n\t\tborder-color: #0030C0;\n\t\tborder-width: 1px;\n\t\t&:hover {\n\t\t}\n\t}\n\n\t.container,\n\t.row,\n\t.col {\n\t\tpadding: 1rem;\n\t\tjustify-content: center;\n\t}\n}\n\n"
  },
  {
    "path": "upload.php",
    "content": "<?php\n/*\nCopyright 2017 Ziadin Givan\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n   http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\nhttps://github.com/givanz/VvvebJs\n*/\n\n/*\nThis script is used by image upload input to save the image on the server and return the image url to be set as image src attribute.\n*/ \n\n$uploadDenyExtensions  = ['php'];\n$uploadAllowExtensions = ['ico','jpg','jpeg','png','gif','webp','svg'];\n\nfunction showError($error) {\n\theader($_SERVER['SERVER_PROTOCOL'] . ' 500 Internal Server Error', true, 500);\n\tdie($error);\n}\n\nfunction sanitizeFileName($file)\n{\n\t$disallow = ['.htaccess', 'passwd'];\n\t$file = str_replace($disallow, '', $file);\n\t\n\t//sanitize, remove double dot .. and remove get parameters if any\n\t$file = preg_replace('@\\?.*$@' , '', preg_replace('@\\.{2,}@' , '', preg_replace('@[^\\/\\\\a-zA-Z0-9\\-\\._]@', '', $file)));\n\t\n\treturn $file;\n}\n\ndefine('UPLOAD_FOLDER', __DIR__ . DIRECTORY_SEPARATOR);\nif (isset($_POST['mediaPath'])) {\n\tdefine('UPLOAD_PATH', sanitizeFileName($_POST['mediaPath']) . DIRECTORY_SEPARATOR);\n} else {\n\tdefine('UPLOAD_PATH', DIRECTORY_SEPARATOR);\n}\n\n$fileName  = sanitizeFileName($_FILES['file']['name']);\nif (!$fileName) {\n\tshowError('Invalid filename!');\n}\n\n$extension = strtolower(substr($fileName, strrpos($fileName, '.') + 1));\n\n//check if extension is on deny list\nif (in_array($extension, $uploadDenyExtensions)) {\n\tshowError(\"File type $extension not allowed!\");\n}\n\n//comment deny code above and uncomment this code to change to a more restrictive allowed list\n// check if extension is on allow list\nif (!in_array($extension, $uploadAllowExtensions)) {\n\tshowError(\"File type $extension not allowed!\");\n}\n\n$destination = UPLOAD_FOLDER . UPLOAD_PATH . DIRECTORY_SEPARATOR . $fileName;\nmove_uploaded_file($_FILES['file']['tmp_name'], $destination);\n\nif (isset($_POST['onlyFilename'])) {\n\techo $fileName;\n} else {\n\techo UPLOAD_PATH . $fileName;\n}\n"
  }
]